diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000000000000000000000000000000000000..80676bc772f79f02e1e3e0fa79552a237d5d116d --- /dev/null +++ b/.flake8 @@ -0,0 +1,2 @@ +[flake8] +per-file-ignores = __init__.py:F401 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..34b48c3cb1e33cbe5e3c1c1e285ad542ab3bfe4b --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +**/.pre-commit-config.yaml +**/*.ipynb +*.wav +*.npy +*.pyc +log +*.png +*.interval +BZNSYP +ckpt +log +nohup.out +obsolete +output +output_no_hanzi +results +samples +synth +**/.ipynb_checkpoints/** +**/__pycache__/ +mtts.egg-info/ diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000000000000000000000000000000000..75d48432f87120b46bebec0606b0ccf65702eb00 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "mtts/models/vocoder/VocGAN"] + path = mtts/models/vocoder/VocGAN + url = https://github.com/ranchlai/VocGAN.git +[submodule "mtts/models/vocoder/hifi_gan"] + path = mtts/models/vocoder/hifi_gan + url = https://github.com/ranchlai/hifi-gan.git +[submodule "mtts/models/vocoder/waveglow"] + path = mtts/models/vocoder/waveglow + url = https://github.com/ranchlai/waveglow.git +[submodule "mtts/models/vocoder/melgan"] + path = mtts/models/vocoder/melgan + url = https://github.com/ranchlai/melgan.git diff --git a/.style.yapf b/.style.yapf new file mode 100644 index 0000000000000000000000000000000000000000..c9a88d5a6ef0995c17bb5452bc5fc916e50c946d --- /dev/null +++ b/.style.yapf @@ -0,0 +1,3 @@ +[style] +based_on_style = pep8 +column_limit = 120 diff --git a/CONFIG.md b/CONFIG.md new file mode 100644 index 0000000000000000000000000000000000000000..46fde15ed9a793d004ee2950eed8fa1acbc4ddd6 --- /dev/null +++ b/CONFIG.md @@ -0,0 +1,54 @@ +# Introduction to configurations + +## Dataset +``` yaml +dataset: # the dataset part is for training only + train: + wav_scp: './train/wav.scp' + mel_scp: './train/mel.scp' + dur_scp: './train/dur.scp' + emb_type1: + _name: 'pinyin' + scp: './train/py.scp' + vocab: 'py.vocab' + emb_type2: + _name: 'graphic' + scp: './train/gp.scp' + vocab: 'gp.vocab' + #emb_type3: + #_name: 'speaker' + # scp: './train/spk.scp' + # vocab: # dosn't need vocab + emb_type4: + _name: 'prosody' + scp: './train/psd.scp' + vocab: +``` + +## Vocoder +```yaml +vocoder: + type: VocGan # choose one of the following + MelGAN: + checkpoint: ~/checkpoints/melgan/melgan_ljspeech.pth + config: ~/checkpoints/melgan/default.yaml + device: cpu + VocGan: + checkpoint: ~/checkpoints/vctk_pretrained_model_3180.pt #~/checkpoints/ljspeech_29de09d_4000.pt + denoise: True + device: cpu + HiFiGAN: + checkpoint: ~/checkpoints/VCTK_V3/generator_v3 # you need to download checkpoint and set the params here + device: cpu + Waveglow: + checkpoint: ~/checkpoints/waveglow_256channels_universal_v5_state_dict.pt + sigma: 1.0 + denoiser_strength: 0.0 # try 0.1 + device: cpu #try cpu if out of memory + +``` + + +## Make your own changes +Two config files are provided in the examples for illustration purpose. You can changed the config file if you know what you are doing. +For example, you can remove speaker_emb from the following section, or add prosody embedding if you have prosody label (as in biaobei dataset). diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000000000000000000000000000000000000..8bbf79438eebb53b5c86f662f48cd668072f6564 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-hacker diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000000000000000000000000000000000000..1835900703dc827170c3cb90ab1a42eff5648bd8 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,547 @@ + + + +## Audio samples + +Below are the audio samples from step 300k, pinyin + hanzi + unet(as postnet). + +It may take some time to load all audios in browser. + + +### multi-speaker samples + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+ +
+ +
+
+ + +### Samples from training loop + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SynthesizedGroudtruth
+
+
+
+
+
+
+ + + +### Novel sampels + +The following samples are generated by running +``` +./scripts/hz_synth.sh 1.0 500000 + +``` + + NOTE: there are many failure cases that are not shown here. + +#### 常规句子 (注意字与字之前的音隔) + +- 前方路口左转,然后在下一个路口右转 +- 请输入您的卡号.您输入的卡号是六二二六,三八七六,零三四七,六九幺五 +- 天青色等烟雨,而我在等你,炊烟袅袅升起,隔江千万里 +- 我听不清你在说什么,请大声一点 +- 如果觉得这个项目好,请手动加个星吧,感谢 +- 小毛豆你好,很高兴认识你,寒假马上要结束了.我觉得你最近有进步,继续加油.晚上要早点睡觉,因为明天要开学了. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TextNormalFastslow
1 +
2 +
3 +
4 +
5 +
6 +
+#### 饶口令 + +- 有个小孩叫小杜,上街打醋又买布.买了布打了醋,回头看见鹰抓兔.放下布搁下醋,上前去追鹰和兔.飞了鹰跑了兔,洒了醋湿了布. +- 红鲤鱼绿鲤鱼与驴 +- 黑化肥发灰会挥发,灰化肥挥发会发黑 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TextNormalFastslow
1 +
2 +
9 +
+ + +#### 儿化音 + +在汉字转拼音时自动识别儿化音 + +- 自个儿有多少斤两,心里还没数吗 +- 在这儿做啥呢,不能啥玩意儿都带到这里来? +- 这个小孩儿真懂事儿 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TextNormalFastslow
1 +
2 +
9 +
+ + + +## The following is obsolete. 以下例子是旧版本,仅供参考 + +### Novel synthsized samples + +#### Input text +1. 黑化肥发灰会挥发,灰化肥挥发会发黑 +2. 红鲤鱼绿鲤鱼与驴 +3. 前方路口左转,然后在下一个路口右转 +4. 请输入您的卡号.您输入的卡号是六二二六,三八七六,零三四七,六九一五 +5. 天青色等烟雨,而我在等你,炊烟袅袅升起,隔江千万里 +6. 我听不清你在说什么,请大声一点 +7. 如果觉得这个项目好,请手动加个星吧,感谢 +8. 小毛豆你好,很高兴认识你.寒假马上要结束了.我觉得你最近有进步,继续加油.晚上要早点睡觉,因为明天要开学了. +9. 有个小孩叫小杜,上街打醋又买布.买了布打了醋,回头看见鹰抓兔.放下布搁下醋,上前去追鹰和兔.飞了鹰跑了兔,洒了醋湿了布. + + +#### Audio samples + +To generate audio samples, first you need to down load the checkpoint from google drive an untar it to mandarin_tts/ + + +Then the audio samples are genreated by the following command: +``` +./scripts/hz_synth.sh 1.0 300000 +./scripts/hz_synth.sh 0.9 300000 +./scripts/hz_synth.sh 1.1 300000 +``` + +You can also use pure pinyin + unet model, as follows: +``` +./scripts/py_synth.sh 1.0 300000 +./scripts/py_synth.sh 0.9 300000 +./scripts/py_synth.sh 1.1 300000 +``` + + +For other text inputs, you can alter text in input.txt. Some hints: +- 只需输入中文,因为代码中使用了pypinyin进行转换,转换前先分词。 +- 不同句子用句号分开,可放在同一行,最后同一行的句子会合并成一个语音。如果需要不同语音,放在不同行即可。 +- 需要停顿的地方用逗号。 +- 算法不区分问号和叹号,当成句号处理。同样,不区分顿号,当成逗号,token统一设置为sp1. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TextNormalFastslow
1 +
2 +
3 +
4 +
5 +
6 +
7 +
8 +
9 +
diff --git a/examples/aishell3/config.yaml b/examples/aishell3/config.yaml new file mode 100644 index 0000000000000000000000000000000000000000..52ac5d3ad25debfa824ccd49fa3c64c0f6aef2eb --- /dev/null +++ b/examples/aishell3/config.yaml @@ -0,0 +1,167 @@ + +dataset: + train: + wav_scp: './train/wav.scp' + mel_scp: './train/mel.scp' + dur_scp: './train/dur.scp' + emb_type1: + _name: 'pinyin' + scp: './train/py.scp' + vocab: 'py.vocab' + emb_type2: + _name: 'graphic' + scp: './train/gp.scp' + vocab: 'gp.vocab' + emb_type3: + _name: 'speaker' + scp: './train/spk.scp' + vocab: ~ # dosn't need vocab + # NOTE: you can add more embedding here without changing the code. + eval: + # NOTE: this is not used for now, i.e., just training, no evaluation. + # You can use synthesize.py to check the training goes well, for now. + + + +training: + batch_size: 1024 + batch_split: 64 + + epochs: 100000 + grad_clip_thresh: 1.0 + acc_step: 1 + checkpoint_path: "./checkpoints/" + log_path: "./log/" + checkpoint_step: 5000 + synth_step: 5000 + log_step: 20 + num_workers: 8 + + evaluation_step: 1000 + +optimizer: # NOTE: if use SGD, params should change too, as it has different arguments. + type: Adam + n_warm_up_step: 2000 + lr_decrease_step: 10000 + lr_decrease_factor: + params: + betas: [0.9,0.98] + eps: !!float 1e-9 + weight_decay: !!float 0.0 + lr: !!float 1e-4 +lr_scheduler: + type: CyclicLR + params: + base_lr: !!float 1e-8 + max_lr: !!float 1e-6 + step_size_up: 5000 + step_size_down: 5000 + cycle_momentum: False + +fbank: # this is used for wav2mel.py + sample_rate: 22050 + n_fft: 1024 + hop_length: 256 + win_length: 1024 + max_wav_value: 32768.0 + n_mels: 80 + fmin: 0.0 + fmax: 8000.0 # should be 11025 ? + mel_mean: -6.0304103 + +encoder: + encoder_type: 'FS2TransformerEncoder' + conf: + n_layers: 4 + n_heads: 2 + hidden_dim: 256 + dropout: 0.25 + d_inner: 1024 + max_len: 2048 + +decoder: + decoder_type: 'FS2TransformerDecoder' + input_dim: 256 # should be the same as the output of encoder + n_layers: 4 + n_heads: 2 + hidden_dim: 256 + d_inner: 1024 + dropout: 0.25 + max_len: 2048 # max len of seq, for position embedding pre-computation + +#(class) Decoder(input_dim: int = 256, n_layers: int = 4, n_heads: int = 2, +#hidden_dim: int = 256, d_inner: int = 1024, dropout: float = 0.5, max_len: int = 2048 +postnet: + postnet_type: 'PostUNet' # 'PostUNet', 'PostNet1d' + +speaker_embedding: + enable: True + vocab: #None + vocab_size: 218 # aishell3 has 218 speakers + weight: 1.0 # you can play with weight here + dim: 256 + +utterence_embedding: + enable: False # not implemented + type: 'lstm' # resnet + feature_config: + type: 'mel' + n_mels: 80 + sampling_rate: 22050 + n_fft: 1024 + hop_length: 256 + win_length: 1024 + +hanzi_embedding: + enable: True + type: embedding + vocab: './gp.vocab' + dim: 256 + weight: 0.5 # you can play with weight here + max_seq_len: 100 + +pinyin_embedding: + enable: True + type: embedding + vocab: './py.vocab' + dim: 256 + weight: 1.0 + max_seq_len: 100 + +duration_predictor: + input_dim: 256 # should be the same as encoder hiddien_dim + filter_size: 256 + kernel_size: 3 + dropout: 0.15 # important to set dropout here + duration_mean: 21.517294924096635 #for aishell3 + +f0_predictor: + enable: False # currently not supported + filter_size: 256 + kernel_size: 3 + dropout: 0.5 + n_bins: 256 + +vocoder: + type: VocGan # choose one of the following + MelGAN: + checkpoint: ~/checkpoints/melgan/melgan_ljspeech.pth + config: ~/checkpoints/melgan/default.yaml + device: cpu + VocGan: + checkpoint: ~/checkpoints/vctk_pretrained_model_3180.pt #~/checkpoints/ljspeech_29de09d_4000.pt + denoise: True + device: cpu + HiFiGAN: + checkpoint: ~/checkpoints/VCTK_V3/generator_v3 # you need to download checkpoint and set the params here + device: cpu + Waveglow: + checkpoint: ~/checkpoints/waveglow_256channels_universal_v5_state_dict.pt + sigma: 1.0 + denoiser_strength: 0.0 # try 0.1 + device: cpu #try cpu if out of memory + + + +synthesis: + normalize: True # normalize the sound volume diff --git a/examples/aishell3/gp.vocab b/examples/aishell3/gp.vocab new file mode 100644 index 0000000000000000000000000000000000000000..1e1f6470150d87a9e249a8bf2318ceedbaa7cf8c --- /dev/null +++ b/examples/aishell3/gp.vocab @@ -0,0 +1,4502 @@ +sil +一 +丁 +七 +万 +丈 +三 +三儿 +上 +下 +不 +与 +丐 +丑 +专 +且 +丕 +世 +丘 +丙 +业 +丛 +东 +丝 +丞 +丢 +两 +严 +丧 +个 +个儿 +丫 +中 +丰 +串 +串儿 +临 +丸 +丹 +为 +主 +丽 +丽儿 +举 +乃 +久 +么 +义 +之 +乌 +乍 +乎 +乏 +乐 +乐儿 +乒 +乓 +乔 +乖 +乘 +乙 +九 +乞 +也 +习 +乡 +书 +买 +乱 +乳 +乾 +了 +予 +争 +事 +事儿 +二 +于 +亏 +云 +互 +五 +井 +亚 +些 +亟 +亡 +亢 +交 +亦 +产 +亨 +亩 +享 +京 +亭 +亮 +亲 +亳 +亵 +人 +人儿 +亿 +什 +仁 +仁儿 +仄 +仅 +仆 +仇 +今 +今儿 +介 +仍 +从 +仑 +仓 +仔 +仕 +他 +仗 +付 +仙 +仞 +代 +令 +以 +仨 +仪 +们 +们儿 +仰 +仲 +件 +件儿 +价 +价儿 +任 +份 +份儿 +仿 +企 +伊 +伍 +伎 +伏 +伐 +休 +众 +优 +伙 +伙儿 +会 +会儿 +伞 +伟 +传 +伤 +伦 +伪 +伯 +估 +伴 +伴儿 +伶 +伸 +伺 +似 +伽 +佃 +但 +位 +位儿 +低 +住 +佐 +佑 +体 +何 +佘 +余 +佛 +作 +佟 +你 +你儿 +佣 +佩 +佬 +佯 +佰 +佳 +佼 +使 +侃 +侄 +來 +侈 +例 +侍 +侗 +供 +依 +侠 +侣 +侥 +侦 +侧 +侨 +侬 +侮 +侯 +侵 +便 +促 +俄 +俊 +俏 +俐 +俑 +俗 +俘 +保 +俞 +俟 +信 +俨 +俩 +俪 +俭 +修 +俱 +俵 +俺 +倍 +倍儿 +們 +倒 +倔 +倘 +候 +候儿 +倚 +借 +倡 +倦 +倩 +倪 +债 +值 +倾 +假 +偈 +偎 +偏 +做 +停 +健 +偶 +偷 +偿 +傅 +傍 +储 +催 +傲 +傻 +像 +僚 +僧 +僵 +僻 +儒 +儿 +兀 +允 +元 +兄 +充 +兆 +先 +光 +克 +克儿 +免 +兑 +兔 +党 +兜 +入 +全 +八 +公 +六 +兮 +兰 +共 +关 +兴 +兵 +其 +具 +典 +兹 +养 +兼 +兽 +冀 +内 +冈 +冉 +册 +再 +冒 +冕 +冗 +写 +军 +农 +冠 +冢 +冤 +冥 +冬 +冯 +冰 +冲 +决 +况 +冶 +冷 +冻 +冽 +净 +凄 +准 +准儿 +凇 +凉 +凋 +凌 +减 +凑 +凛 +凝 +几 +凡 +凤 +凭 +凯 +凰 +凳 +凶 +凸 +凹 +出 +击 +函 +凿 +刀 +刁 +刃 +分 +分儿 +切 +刈 +刊 +刑 +划 +列 +刘 +则 +刚 +创 +初 +删 +判 +刨 +利 +别 +刮 +到 +制 +刷 +刷儿 +券 +券儿 +刹 +刺 +刻 +刽 +剁 +剂 +剃 +削 +前 +剐 +剑 +剔 +剖 +剥 +剧 +剩 +剪 +副 +割 +剿 +劈 +力 +劝 +办 +功 +加 +务 +劣 +动 +助 +努 +劫 +劭 +励 +劲 +劲儿 +劳 +劵 +劵儿 +势 +勃 +勇 +勉 +勋 +勒 +勘 +募 +勤 +勺 +勺儿 +勾 +勿 +匀 +包 +匆 +匈 +匕 +化 +北 +匙 +匠 +匡 +匣 +匪 +匮 +匹 +区 +医 +匾 +匿 +十 +千 +升 +午 +午儿 +卉 +半 +半儿 +华 +华儿 +协 +卑 +卓 +卓儿 +单 +卖 +南 +博 +博儿 +卜 +占 +卡 +卢 +卤 +卦 +卧 +卫 +卯 +印 +危 +即 +却 +卵 +卷 +卷儿 +卸 +卿 +厂 +厄 +厅 +历 +厉 +压 +厌 +厕 +厘 +厚 +原 +厢 +厥 +厦 +厨 +厩 +厮 +去 +县 +参 +又 +叉 +及 +友 +友儿 +双 +反 +发 +叔 +取 +受 +变 +叙 +叛 +叠 +口 +口儿 +古 +句 +另 +叨 +叩 +只 +叫 +召 +叭 +叮 +可 +可儿 +台 +叱 +史 +右 +叶 +号 +号儿 +司 +叹 +叼 +吁 +吃 +各 +合 +吉 +吊 +同 +名 +名儿 +后 +吏 +吐 +向 +吒 +吓 +吕 +吗 +君 +吝 +吞 +吟 +否 +吧 +吧儿 +吨 +吩 +含 +听 +启 +吱 +吴 +吵 +吸 +吹 +吻 +吼 +吾 +呀 +呃 +呆 +呈 +告 +告儿 +呐 +呕 +呗 +员 +员儿 +呛 +呜 +呢 +呦 +周 +呱 +味 +味儿 +呵 +呼 +命 +咀 +咆 +咋 +和 +咎 +咏 +咐 +咒 +咖 +咘 +咙 +咚 +咤 +咧 +咨 +咪 +咫 +咬 +咭 +咯 +咱 +咳 +咸 +咽 +哀 +品 +哄 +哇 +哈 +哉 +响 +哎 +哑 +哒 +哔 +哗 +哟 +哥 +哦 +哨 +哩 +哪 +哪儿 +哭 +哮 +哲 +哺 +哼 +哽 +唇 +唉 +唐 +唔 +唠 +唤 +唬 +售 +唯 +唰 +唱 +唾 +啄 +商 +啊 +啜 +啡 +啤 +啥 +啦 +啧 +啪 +啰 +啸 +啼 +啾 +喀 +喂 +善 +喆 +喇 +喉 +喊 +喋 +喔 +喘 +喜 +喝 +喧 +喱 +喵 +喷 +喻 +喽 +嗄 +嗅 +嗑 +嗒 +嗓 +嗜 +嗝 +嗝儿 +嗡 +嗦 +嗨 +嗬 +嗯 +嗽 +嘀 +嘈 +嘉 +嘘 +嘛 +嘞 +嘟 +嘱 +嘲 +嘴 +嘿 +噜 +噢 +器 +噩 +噪 +噬 +噱 +噻 +嚎 +嚏 +嚣 +嚷 +嚼 +囊 +囍 +囔 +囚 +四 +回 +因 +团 +囤 +囧 +园 +园儿 +困 +围 +囷 +固 +国 +图 +图儿 +圃 +圆 +圈 +圈儿 +土 +圣 +在 +圩 +圭 +地 +圳 +场 +圾 +址 +坂 +均 +坊 +坍 +坎 +坎儿 +坏 +坐 +坑 +块 +块儿 +坚 +坛 +坝 +坞 +坟 +坠 +坡 +坤 +坦 +坨 +坪 +坯 +坷 +坻 +垂 +垃 +垄 +型 +型儿 +垒 +垚 +垛 +垟 +垠 +垡 +垣 +垤 +垦 +垫 +垮 +埂 +埃 +埋 +城 +埔 +埗 +埝 +域 +埠 +埭 +培 +基 +堂 +堃 +堆 +堆儿 +堕 +堡 +堤 +堪 +堰 +堵 +堺 +塌 +塑 +塔 +塘 +塞 +填 +塾 +境 +墅 +墉 +墓 +墙 +增 +墟 +墨 +墩 +墩儿 +壁 +壕 +壤 +士 +士儿 +壮 +声 +壳 +壳儿 +壶 +壹 +处 +备 +复 +夏 +夕 +夕儿 +外 +夙 +多 +夜 +够 +大 +天 +天儿 +太 +夫 +央 +夯 +失 +头 +头儿 +夷 +夸 +夹 +夺 +奂 +奇 +奈 +奉 +奋 +奎 +奏 +契 +奔 +奕 +奖 +套 +奠 +奢 +奥 +女 +女儿 +奴 +奶 +奸 +她 +好 +好儿 +如 +妃 +妄 +妆 +妇 +妇儿 +妈 +妊 +妍 +妒 +妓 +妖 +妙 +妞 +妞儿 +妥 +妨 +妪 +妮 +妳 +妹 +妻 +妾 +姆 +姊 +始 +姍 +姐 +姑 +姓 +委 +姗 +姚 +姜 +姣 +姥 +姨 +姬 +姻 +姿 +威 +娃 +娄 +娅 +娆 +娇 +娘 +娘儿 +娜 +娟 +娠 +娥 +娱 +娴 +娶 +娼 +婆 +婆儿 +婉 +婊 +婕 +婚 +婧 +婪 +婴 +婴儿 +婶 +婷 +婺 +婿 +媒 +媚 +媛 +媲 +媳 +媺 +嫁 +嫂 +嫉 +嫌 +嫖 +嫚 +嫡 +嫣 +嫦 +嫩 +嬅 +嬉 +孀 +子 +孔 +孕 +字 +存 +孙 +孚 +孜 +孝 +孟 +孢 +季 +孤 +学 +孩 +孩儿 +孪 +孬 +孵 +孺 +孽 +宁 +它 +宅 +宇 +守 +安 +宋 +完 +宏 +宕 +宗 +官 +宙 +宙儿 +定 +宛 +宜 +宝 +实 +宠 +审 +客 +客儿 +宣 +室 +宥 +宪 +宫 +宰 +害 +宴 +宵 +家 +家儿 +宸 +容 +宽 +宾 +宿 +寂 +寄 +寅 +密 +寇 +富 +寐 +寒 +寓 +寝 +寞 +察 +寡 +寤 +寥 +寨 +寮 +寸 +对 +寺 +寻 +导 +寿 +封 +射 +将 +尉 +尊 +小 +小儿 +少 +尔 +尖 +尘 +尚 +尝 +尤 +尧 +尬 +就 +尴 +尸 +尹 +尺 +尼 +尽 +尾 +尿 +局 +屁 +层 +居 +屈 +屉 +届 +屋 +屎 +屏 +屑 +展 +属 +屠 +屡 +履 +屯 +屯儿 +山 +屹 +屿 +岁 +岂 +岌 +岐 +岔 +岖 +岗 +岚 +岛 +岩 +岫 +岭 +岱 +岳 +岷 +岸 +峙 +峡 +峥 +峦 +峨 +峪 +峭 +峯 +峰 +峻 +崂 +崇 +崎 +崔 +崖 +崛 +崩 +崭 +崴 +嵇 +嵊 +嵋 +嵌 +嵩 +巅 +巍 +川 +川儿 +州 +巡 +巢 +工 +左 +巧 +巨 +巩 +巫 +差 +己 +已 +巴 +巷 +巾 +巿 +币 +市 +市儿 +布 +帅 +帆 +师 +希 +帐 +帕 +帖 +帘 +帜 +帝 +带 +带儿 +席 +帮 +帷 +常 +帼 +帽 +幂 +幄 +幅 +幌 +幕 +幢 +干 +干儿 +平 +年 +并 +幸 +幺 +幻 +幼 +幼儿 +幽 +广 +庄 +庆 +庆儿 +庇 +床 +序 +庐 +库 +应 +底 +底儿 +店 +店儿 +庙 +庙儿 +庚 +府 +庞 +废 +度 +座 +庭 +庵 +庶 +康 +庸 +庾 +廉 +廊 +廓 +廖 +廪 +延 +廷 +建 +开 +异 +弃 +弄 +弈 +弊 +弋 +式 +弑 +弓 +引 +弗 +弘 +弛 +弟 +张 +弥 +弦 +弧 +弯 +弱 +弹 +强 +弼 +归 +当 +录 +彝 +形 +彤 +彦 +彩 +彪 +彬 +彭 +彰 +影 +影儿 +彷 +役 +彻 +彼 +往 +征 +径 +待 +很 +徊 +律 +後 +徐 +徒 +得 +得儿 +徘 +御 +徨 +循 +微 +德 +徽 +心 +必 +忆 +忌 +忍 +忏 +志 +忘 +忙 +忠 +忡 +忤 +忧 +快 +忱 +念 +忻 +忽 +怀 +态 +怂 +怎 +怏 +怒 +怕 +怖 +怜 +思 +怠 +怡 +急 +性 +怨 +怪 +怯 +总 +怿 +恃 +恋 +恍 +恐 +恒 +恕 +恙 +恢 +恣 +恤 +恨 +恩 +恪 +恭 +息 +恰 +恳 +恶 +恺 +恻 +恼 +恿 +悄 +悉 +悍 +悔 +悔儿 +悖 +悚 +悟 +悠 +患 +悦 +您 +悬 +悱 +悲 +悴 +悼 +情 +惊 +惋 +惑 +惕 +惜 +惟 +惠 +惦 +惧 +惨 +惩 +惫 +惬 +惭 +惮 +惯 +惰 +想 +惶 +惹 +惺 +愁 +愈 +愉 +意 +意儿 +愕 +愚 +愛 +感 +愣 +愤 +愧 +愿 +慈 +慌 +慎 +慑 +慕 +慢 +慧 +慨 +慰 +慷 +憋 +憎 +憔 +憨 +憷 +憾 +懂 +懈 +懊 +懋 +懒 +懦 +懵 +懿 +戈 +戈儿 +戍 +戎 +戏 +成 +我 +戒 +或 +战 +戚 +戛 +戟 +截 +戬 +戮 +戳 +戴 +户 +户儿 +戾 +房 +所 +所儿 +扁 +扇 +扉 +手 +手儿 +才 +扎 +扑 +扒 +打 +扔 +托 +托儿 +扛 +扞 +扣 +扦 +执 +扩 +扫 +扬 +扭 +扮 +扯 +扰 +扳 +扶 +批 +扼 +找 +承 +技 +抄 +把 +抑 +抒 +抓 +投 +抖 +抗 +折 +抚 +抛 +抠 +抡 +抢 +护 +报 +抨 +披 +抬 +抱 +抵 +抹 +押 +抽 +拂 +拄 +担 +拆 +拇 +拈 +拉 +拌 +拍 +拎 +拐 +拒 +拓 +拔 +拖 +拗 +拘 +拙 +招 +招儿 +拜 +拟 +拢 +拣 +拥 +拦 +拧 +拨 +择 +括 +拭 +拮 +拯 +拱 +拳 +拴 +拷 +拼 +拽 +拾 +拿 +持 +挂 +指 +按 +挎 +挑 +挖 +挚 +挛 +挝 +挞 +挟 +挠 +挡 +挣 +挤 +挥 +挨 +挪 +挫 +振 +挺 +挽 +捂 +捅 +捆 +捉 +捍 +捎 +捏 +捐 +捕 +捘 +捞 +损 +捡 +换 +捣 +捧 +据 +捶 +捷 +掀 +授 +掉 +掌 +掏 +掐 +排 +掖 +掘 +掠 +探 +掣 +接 +控 +推 +掩 +措 +掰 +掳 +掷 +掺 +揍 +描 +提 +插 +握 +揣 +揪 +揭 +援 +揽 +搀 +搁 +搅 +搏 +搐 +搔 +搜 +搞 +搡 +搪 +搬 +搭 +携 +摁 +摄 +摆 +摇 +摊 +摊儿 +摔 +摘 +摞 +摧 +摩 +摸 +摹 +撂 +撅 +撇 +撑 +撒 +撕 +撞 +撤 +撩 +撬 +播 +撮 +撰 +撵 +撸 +撼 +擂 +擅 +操 +擎 +擒 +擘 +擞 +擦 +攀 +攒 +攘 +支 +收 +攸 +改 +攻 +放 +政 +故 +效 +敌 +敏 +救 +敖 +教 +敛 +敞 +敢 +散 +敦 +敬 +数 +数儿 +敲 +整 +敷 +文 +文儿 +斋 +斌 +斐 +斑 +斗 +料 +料儿 +斛 +斜 +斟 +斤 +斥 +斧 +斩 +断 +斯 +新 +方 +於 +施 +旁 +旅 +旋 +族 +旖 +旗 +无 +既 +日 +旦 +旧 +旨 +早 +早儿 +旬 +旭 +旮 +旯 +旱 +时 +旷 +旺 +昀 +昂 +昆 +昊 +昌 +明 +明儿 +昏 +易 +昔 +昕 +星 +映 +春 +春儿 +昧 +昨 +昭 +是 +是儿 +昱 +昵 +昼 +显 +時 +晃 +晋 +晏 +晒 +晓 +晔 +晕 +晖 +晗 +晚 +晞 +晞儿 +晟 +晤 +晦 +晨 +普 +景 +晰 +晴 +晶 +晷 +智 +晾 +暂 +暇 +暑 +暖 +暗 +暧 +暨 +暮 +暴 +曈 +曙 +曝 +曦 +曲 +曳 +更 +曹 +曼 +曾 +替 +最 +會 +月 +月儿 +有 +朋 +服 +朔 +朕 +朗 +望 +朝 +期 +朦 +木 +未 +末 +本 +本儿 +札 +术 +朱 +朴 +朵 +机 +朽 +杀 +杂 +权 +杆 +杆儿 +杉 +李 +杏 +杏儿 +材 +村 +村儿 +杖 +杜 +杞 +束 +杠 +条 +条儿 +来 +杨 +杭 +杯 +杰 +杷 +松 +板 +板儿 +极 +构 +枇 +枉 +枋 +析 +枕 +林 +枚 +果 +果儿 +枝 +枢 +枣 +枪 +枫 +枭 +枯 +枱 +架 +枷 +枸 +柄 +柏 +某 +柑 +染 +柔 +柚 +柜 +柠 +查 +查儿 +柬 +柯 +柱 +柳 +柴 +柿 +栀 +栅 +标 +标儿 +栈 +栋 +栏 +树 +栓 +栖 +栗 +校 +栩 +株 +栲 +样 +样儿 +核 +根 +根儿 +格 +格儿 +栽 +桂 +桃 +框 +案 +桉 +桌 +桎 +桐 +桑 +桓 +桔 +桠 +档 +桥 +桦 +桩 +桶 +梁 +梅 +梆 +梓 +梗 +梢 +梦 +梧 +梨 +梭 +梯 +械 +梳 +梵 +检 +棉 +棋 +棍 +棍儿 +棒 +棕 +棘 +棚 +棠 +森 +棱 +棵 +棺 +椅 +植 +椎 +椒 +椰 +楚 +楠 +楷 +楸 +楼 +概 +榄 +榆 +榈 +榔 +榕 +榜 +榨 +榫 +榭 +榴 +榷 +槌 +槐 +槛 +槛儿 +槟 +槭 +槽 +樊 +樟 +模 +模儿 +横 +樱 +橄 +橇 +橘 +橙 +橡 +橱 +檀 +檬 +欠 +次 +欢 +欣 +欧 +欲 +欸 +欺 +款 +歇 +歉 +歌 +歌儿 +歙 +止 +正 +此 +步 +武 +歧 +歪 +歹 +死 +殃 +殉 +殊 +残 +殖 +殡 +殴 +段 +段儿 +殷 +殿 +毁 +毅 +毋 +母 +每 +毒 +毓 +比 +毕 +毗 +毙 +毛 +毛儿 +毫 +毯 +氏 +民 +气 +氛 +氢 +氧 +氨 +氮 +氯 +氰 +水 +水儿 +永 +汀 +汁 +汁儿 +求 +汇 +汉 +汐 +汕 +汗 +汛 +汝 +江 +池 +污 +汤 +汨 +汪 +汰 +汶 +汽 +汾 +沁 +沂 +沃 +沅 +沈 +沉 +沌 +沐 +沒 +沓 +沙 +沛 +沟 +没 +沣 +沥 +沦 +沧 +沨 +沪 +沫 +沭 +沮 +沱 +河 +沸 +油 +油儿 +治 +沼 +沽 +沾 +沿 +泄 +泉 +泊 +泌 +泓 +泔 +法 +法儿 +泗 +泛 +泡 +波 +波儿 +泣 +泥 +注 +泪 +泫 +泯 +泰 +泳 +泳儿 +泵 +泷 +泸 +泻 +泼 +泽 +泾 +洁 +洋 +洒 +洗 +洙 +洛 +洞 +津 +洪 +洮 +洱 +洲 +洵 +活 +活儿 +洼 +洽 +派 +派儿 +流 +流儿 +浅 +浆 +浇 +测 +济 +浏 +浑 +浒 +浓 +浔 +浙 +浚 +浠 +浣 +浦 +浩 +浪 +浪儿 +浮 +浴 +海 +浸 +涂 +涅 +消 +涉 +涌 +涕 +涛 +涟 +涠 +涡 +涤 +润 +涧 +涨 +涩 +涪 +涮 +涯 +液 +涵 +涿 +淀 +淄 +淆 +淇 +淋 +淌 +淑 +淘 +淝 +淡 +淤 +淫 +淬 +淮 +深 +淳 +混 +淹 +添 +淼 +渀 +清 +渊 +渌 +渍 +渎 +渐 +渑 +渔 +渗 +渝 +渠 +渡 +渣 +渤 +渥 +温 +渭 +港 +渲 +渴 +游 +渺 +湃 +湉 +湍 +湖 +湘 +湛 +湾 +湿 +溃 +溅 +溆 +溉 +源 +源儿 +溜 +溜儿 +溢 +溦 +溧 +溪 +溯 +溶 +溺 +滁 +滇 +滋 +滑 +滔 +滕 +滚 +滞 +满 +滢 +滤 +滥 +滦 +滨 +滩 +滴 +漂 +漆 +漉 +漏 +漓 +演 +漕 +漠 +漩 +漪 +漫 +漭 +漯 +漱 +漳 +漾 +潇 +潋 +潍 +潘 +潜 +潢 +潭 +潮 +潼 +澄 +澍 +澎 +澜 +澡 +澳 +激 +濂 +濑 +濒 +濠 +濮 +濯 +瀑 +瀚 +瀛 +灌 +灏 +灞 +火 +灭 +灯 +灰 +灵 +灶 +灸 +灼 +灾 +灿 +炅 +炉 +炎 +炒 +炖 +炙 +炜 +炫 +炬 +炭 +炮 +炮儿 +炯 +炳 +炸 +点 +点儿 +炼 +炽 +烀 +烁 +烂 +烂儿 +烈 +烊 +烘 +烙 +烛 +烟 +烤 +烦 +烧 +烨 +烩 +烫 +热 +烯 +烷 +烹 +烽 +焉 +焊 +焓 +焕 +焖 +焘 +焚 +焦 +焯 +焰 +焱 +然 +煌 +煎 +煜 +煞 +煤 +煦 +照 +照儿 +煨 +煮 +煲 +煽 +熄 +熊 +熏 +熔 +熙 +熟 +熨 +熬 +熹 +燃 +燊 +燎 +燕 +燥 +爆 +爪 +爬 +爱 +爵 +父 +爷 +爸 +爸儿 +爹 +爽 +片 +片儿 +版 +版儿 +牌 +牌儿 +牙 +牛 +牛儿 +牟 +牡 +牢 +牧 +物 +牲 +牵 +特 +特儿 +牺 +犀 +犁 +犄 +犒 +犬 +犯 +状 +犸 +犹 +狂 +狄 +狐 +狗 +狗儿 +狙 +狞 +狠 +狡 +狩 +独 +狭 +狮 +狰 +狱 +狸 +狼 +猎 +猖 +猛 +猜 +猝 +猥 +猩 +猪 +猫 +献 +猴 +猷 +猾 +獒 +獗 +玄 +率 +玉 +王 +王儿 +玖 +玛 +玟 +玥 +玩 +玩儿 +玫 +玮 +环 +环儿 +现 +玲 +玷 +玹 +玺 +玻 +珀 +珂 +珉 +珊 +珍 +珏 +珑 +珞 +珠 +珠儿 +班 +班儿 +球 +球儿 +琅 +理 +琉 +琊 +琐 +琛 +琢 +琥 +琦 +琨 +琪 +琳 +琴 +琼 +瑄 +瑕 +瑙 +瑛 +瑜 +瑞 +瑟 +瑰 +瑶 +瑾 +璀 +璃 +璇 +璐 +璞 +璧 +璨 +瓜 +瓣 +瓦 +瓮 +瓯 +瓶 +瓶儿 +瓷 +甄 +甘 +甚 +甜 +生 +生儿 +甥 +用 +甩 +甫 +甭 +甯 +田 +由 +甲 +申 +电 +男 +甸 +町 +画 +画儿 +畅 +界 +畏 +畔 +留 +畜 +略 +番 +畳 +畴 +畸 +疃 +疆 +疏 +疑 +疖 +疗 +疗儿 +疚 +疝 +疤 +疫 +疯 +疱 +疲 +疵 +疸 +疹 +疼 +疾 +病 +症 +痉 +痊 +痒 +痕 +痘 +痛 +痞 +痪 +痫 +痰 +痱 +痴 +痹 +瘀 +瘟 +瘠 +瘢 +瘤 +瘦 +瘪 +瘫 +瘳 +瘾 +癌 +癖 +癫 +登 +白 +百 +皂 +的 +的儿 +皆 +皇 +皋 +皑 +皓 +皖 +皙 +皮 +皱 +皿 +盂 +盆 +盈 +益 +盏 +盐 +监 +盒 +盒儿 +盔 +盖 +盗 +盘 +盛 +盟 +目 +目儿 +盯 +盱 +盲 +直 +相 +盹儿 +盼 +盾 +省 +眉 +看 +眙 +真 +眠 +眨 +眩 +眯 +眶 +眷 +眸 +眼 +眼儿 +着 +睁 +睐 +睛 +睡 +睢 +督 +睦 +睫 +睬 +睹 +睽 +睿 +瞄 +瞅 +瞌 +瞎 +瞑 +瞒 +瞥 +瞧 +瞩 +瞪 +瞬 +瞳 +瞻 +瞿 +矗 +矛 +矜 +矢 +矣 +知 +矩 +矫 +短 +矮 +石 +矶 +矿 +码 +砂 +砌 +砍 +研 +砖 +砚 +砣 +砭 +砰 +破 +砸 +砺 +础 +硅 +硕 +硚 +硝 +硫 +硬 +确 +碌 +碍 +碎 +碑 +碗 +碘 +碚 +碜 +碟 +碧 +碰 +碱 +碳 +碴 +碾 +磁 +磅 +磊 +磋 +磐 +磕 +磨 +磷 +礁 +示 +礼 +社 +社儿 +祁 +祈 +祉 +祐 +祖 +祛 +祝 +祝儿 +神 +祟 +祠 +祢 +祥 +票 +祭 +祯 +祷 +祸 +祺 +禀 +禁 +禄 +禅 +福 +禧 +禹 +禺 +离 +禽 +禾 +秀 +私 +秃 +秆 +秆儿 +秉 +秋 +种 +科 +科儿 +秒 +秘 +租 +秤 +秦 +秩 +积 +称 +秸 +移 +秽 +稀 +程 +稍 +税 +稚 +稣 +稳 +稻 +稼 +稽 +稿 +稿儿 +穆 +穗 +穴 +究 +穷 +空 +穿 +突 +窃 +窄 +窈 +窍 +窑 +窒 +窕 +窖 +窗 +窘 +窜 +窝 +窟 +窥 +窦 +立 +竖 +站 +竞 +竟 +章 +竣 +童 +竭 +端 +竹 +竺 +竿 +竿儿 +笃 +笆 +笈 +笋 +笑 +笔 +笙 +笛 +笠 +符 +笨 +第 +笳 +笺 +笼 +等 +筋 +筐 +筑 +筒 +答 +策 +筛 +筝 +筠 +筱 +筵 +筷 +筹 +签 +签儿 +简 +箍 +算 +管 +管儿 +箫 +箭 +箱 +篆 +篇 +篑 +篓 +篡 +篮 +篱 +篷 +篼 +簇 +簧 +簿 +籁 +籍 +米 +类 +籽 +粉 +粑 +粒 +粒儿 +粕 +粗 +粘 +粟 +粤 +粥 +粪 +粮 +粱 +粹 +精 +糊 +糕 +糖 +糗 +糙 +糜 +糟 +糠 +糯 +系 +紊 +素 +索 +紧 +紫 +累 +給 +絮 +繁 +纠 +纡 +红 +纣 +纤 +约 +级 +纪 +纫 +纬 +纭 +纯 +纱 +纲 +纳 +纵 +纶 +纷 +纸 +纹 +纺 +纽 +线 +练 +组 +绅 +细 +织 +终 +绊 +绍 +绎 +经 +绑 +绒 +结 +绕 +绘 +给 +绚 +绛 +络 +绝 +绞 +统 +绢 +绢儿 +绣 +绥 +继 +绩 +绪 +续 +绮 +绯 +绰 +绳 +维 +绵 +绷 +绸 +综 +绽 +绿 +缄 +缅 +缆 +缇 +缈 +缉 +缎 +缓 +缔 +缕 +编 +缘 +缚 +缜 +缝 +缠 +缢 +缤 +缥 +缨 +缩 +缪 +缬 +缭 +缮 +缰 +缴 +缸 +缺 +罂 +罄 +罐 +罐儿 +网 +罕 +罗 +罚 +罡 +罢 +罩 +罩儿 +罪 +置 +署 +羁 +羊 +美 +羔 +羚 +羞 +羡 +群 +羲 +羹 +羽 +翁 +翅 +翊 +翎 +翔 +翘 +翟 +翠 +翡 +翩 +翰 +翱 +翻 +翼 +耀 +老 +考 +者 +者儿 +而 +耍 +耐 +耒 +耕 +耗 +耘 +耙 +耳 +耶 +耷 +耸 +耻 +耽 +耿 +聂 +聆 +聊 +聋 +职 +联 +联儿 +聖 +聘 +聚 +聪 +聿 +肃 +肆 +肇 +肉 +肋 +肌 +肖 +肘 +肚 +肛 +肝 +肠 +股 +肢 +肤 +肥 +肩 +肪 +肮 +肯 +育 +肴 +肺 +肾 +肿 +胀 +胁 +胃 +胆 +胆儿 +背 +胎 +胖 +胗 +胚 +胛 +胜 +胞 +胡 +胤 +胥 +胧 +胭 +胯 +胰 +胳 +胶 +胸 +胺 +能 +脂 +脆 +脉 +脊 +脏 +脐 +脑 +脑儿 +脓 +脖 +脚 +脱 +脸 +脸儿 +脹 +脾 +腆 +腊 +腋 +腌 +腐 +腑 +腔 +腕 +腕儿 +腥 +腩 +腰 +腱 +腹 +腺 +腻 +腼 +腾 +腿 +腿儿 +膀 +膀儿 +膊 +膏 +膏儿 +膛 +膜 +膝 +膨 +膳 +膺 +臀 +臂 +臃 +臆 +臣 +臧 +自 +臭 +至 +致 +臻 +舀 +舅 +舆 +舌 +舍 +舒 +舔 +舜 +舞 +舟 +航 +舫 +般 +舰 +舱 +舵 +舶 +舷 +舸 +船 +艇 +艘 +良 +艰 +色 +艳 +艺 +艾 +节 +芊 +芋 +芍 +芒 +芓 +芙 +芜 +芝 +芥 +芦 +芩 +芪 +芬 +芭 +芮 +芯 +花 +花儿 +芳 +芸 +芹 +芽 +苇 +苋 +苍 +苏 +苑 +苓 +苗 +苛 +苟 +苡 +苣 +若 +苦 +苯 +英 +苷 +苹 +茁 +茂 +范 +范儿 +茄 +茅 +茉 +茎 +茗 +茜 +茨 +茫 +茬 +茬儿 +茱 +茵 +茶 +茸 +茹 +荃 +荆 +草 +草儿 +荐 +荒 +荔 +荚 +荟 +荠 +荡 +荣 +荤 +荧 +荨 +荫 +药 +荷 +荼 +莅 +莆 +莉 +莎 +莒 +莓 +莘 +莞 +莠 +莫 +莱 +莲 +莴 +获 +莹 +莺 +莽 +菁 +菇 +菊 +菌 +菏 +菜 +菠 +菡 +菩 +菱 +菲 +萃 +萄 +萌 +萍 +萎 +萝 +萤 +营 +萦 +萧 +萨 +萱 +萼 +落 +葆 +著 +葛 +葛儿 +葡 +董 +葩 +葫 +葬 +葱 +葵 +蒂 +蒋 +蒙 +蒜 +蒲 +蒸 +蒿 +蓄 +蓉 +蓓 +蓝 +蓬 +蓼 +蔑 +蔓 +蔚 +蔡 +蔬 +蔷 +蔽 +蕃 +蕉 +蕊 +蕙 +蕨 +蕴 +蕾 +薄 +薇 +薛 +薪 +薯 +薰 +薹 +藁 +藉 +藏 +藤 +藩 +藻 +蘑 +蘸 +虎 +虐 +虑 +虚 +虞 +虫 +虹 +虽 +虾 +蚀 +蚁 +蚂 +蚊 +蚌 +蚓 +蚕 +蚝 +蚤 +蚯 +蛇 +蛊 +蛋 +蛙 +蛛 +蛟 +蛮 +蛾 +蜀 +蜂 +蜃 +蜇 +蜍 +蜒 +蜓 +蜕 +蜗 +蜘 +蜚 +蜜 +蜡 +蜢 +蜷 +蜻 +蜿 +蝇 +蝉 +蝎 +蝙 +蝠 +蝴 +蝶 +螂 +螃 +螈 +融 +螨 +螫 +螯 +螳 +螵 +螺 +蟀 +蟋 +蟑 +蟒 +蟹 +蟾 +蠢 +血 +衅 +行 +行儿 +衍 +衔 +街 +衡 +衢 +衣 +补 +表 +表儿 +衫 +衫儿 +衬 +衮 +衰 +衷 +袁 +袂 +袄 +袈 +袋 +袋儿 +袍 +袒 +袖 +袜 +袤 +被 +袭 +袱 +裁 +裂 +装 +裆 +裔 +裕 +裘 +裙 +裙儿 +裟 +裤 +裱 +裴 +裸 +裹 +褂儿 +褐 +褓 +褔 +褛 +褥 +褪 +褴 +襁 +襄 +襟 +西 +要 +覆 +見 +见 +观 +规 +视 +览 +觉 +觎 +角 +角儿 +觞 +解 +触 +言 +詹 +誉 +誓 +警 +譬 +计 +订 +认 +讥 +讧 +讨 +让 +讪 +训 +议 +讯 +记 +讲 +讳 +讶 +许 +讹 +论 +讼 +讽 +设 +设儿 +访 +诀 +证 +证儿 +评 +诅 +识 +诈 +诉 +诊 +词 +译 +诓 +试 +诗 +诙 +诚 +诛 +话 +话儿 +诞 +诟 +诠 +诡 +询 +该 +详 +诧 +诩 +诫 +诬 +语 +误 +诱 +说 +说儿 +诵 +诶 +请 +诸 +诺 +读 +诽 +课 +诿 +谁 +调 +谅 +谆 +谈 +谊 +谋 +谌 +谍 +谎 +谏 +谐 +谑 +谓 +谕 +谙 +谚 +谜 +谢 +谣 +谤 +谦 +谨 +谩 +谬 +谭 +谱 +谱儿 +谴 +谷 +豁 +豆 +豌 +豚 +象 +豪 +豫 +豹 +貌 +贝 +贝儿 +贞 +负 +贡 +财 +责 +贤 +败 +账 +货 +质 +贩 +贪 +贫 +贬 +购 +贯 +贱 +贴 +贵 +贷 +贸 +费 +贺 +贻 +贼 +贾 +贿 +赁 +赂 +赃 +资 +赉 +赊 +赋 +赌 +赎 +赏 +赐 +赔 +赖 +赘 +赚 +赛 +赝 +赞 +赠 +赡 +赢 +赣 +赤 +赦 +赫 +走 +赴 +赵 +赶 +起 +趁 +超 +越 +趋 +趟 +趣 +足 +趴 +趸 +趾 +跃 +跆 +跋 +跌 +跑 +跑儿 +距 +跟 +跟儿 +跤 +跨 +跪 +路 +跳 +践 +跷 +跺 +跻 +踊 +踌 +踏 +踝 +踞 +踢 +踩 +踪 +踵 +踹 +蹄 +蹈 +蹋 +蹦 +蹭 +蹲 +蹴 +蹶 +蹿 +躁 +躇 +身 +躬 +躯 +躲 +躺 +车 +车儿 +轧 +轨 +轩 +转 +轮 +轮儿 +软 +轰 +轴 +轶 +轻 +轼 +载 +轿 +较 +辄 +辅 +辆 +辈 +辉 +辊 +辍 +辐 +辑 +输 +辖 +辗 +辙 +辛 +辜 +辞 +辟 +辣 +辨 +辩 +辫 +辰 +辱 +边 +边儿 +辽 +达 +达儿 +迁 +迄 +迅 +过 +迈 +迎 +运 +近 +返 +还 +这 +这儿 +进 +远 +违 +连 +迟 +迥 +迪 +迫 +迭 +述 +迷 +迸 +迹 +追 +退 +送 +适 +逃 +逅 +逆 +选 +逊 +逍 +透 +逐 +递 +途 +逗 +通 +逛 +逝 +逞 +速 +造 +逢 +逮 +逸 +逻 +逼 +逾 +遂 +遇 +遍 +遏 +道 +遗 +遛 +遢 +遣 +遥 +遭 +遮 +遴 +遵 +避 +邀 +邂 +邃 +邋 +邑 +邓 +邢 +那 +那儿 +邦 +邪 +邮 +邯 +邰 +邱 +邳 +邵 +邸 +邹 +邺 +邻 +郁 +郊 +郎 +郑 +郜 +郝 +郡 +郧 +部 +郭 +郴 +郸 +都 +鄂 +鄙 +鄚 +鄞 +酉 +酊 +酋 +酌 +配 +酒 +酗 +酝 +酣 +酥 +酩 +酪 +酬 +酮 +酯 +酱 +酵 +酶 +酷 +酸 +酿 +醇 +醉 +醋 +醒 +醛 +醺 +采 +采儿 +释 +里 +重 +野 +量 +金 +釜 +鉴 +銮 +鑫 +针 +钉 +钊 +钌 +钏 +钓 +钗 +钙 +钛 +钝 +钞 +钟 +钠 +钢 +钥 +钦 +钧 +钨 +钩 +钮 +钯 +钰 +钱 +钲 +钳 +钴 +钵 +钻 +钿 +铀 +铁 +铂 +铃 +铅 +铆 +铎 +铐 +铖 +铛 +铜 +铝 +铠 +铡 +铤 +铩 +铬 +铭 +铮 +铲 +银 +铸 +铺 +铺儿 +铼 +链 +链儿 +铿 +销 +锁 +锂 +锄 +锅 +锅儿 +锈 +锋 +锌 +锐 +错 +锚 +锜 +锡 +锣 +锤 +锥 +锦 +锭 +键 +锯 +锵 +锷 +锹 +锻 +镀 +镁 +镇 +镉 +镌 +镍 +镐 +镑 +镖 +镜 +镜儿 +镯 +镳 +镶 +长 +门 +门儿 +闪 +闫 +闭 +问 +闯 +闲 +间 +闵 +闷 +闸 +闹 +闺 +闻 +闽 +闾 +阀 +阁 +阂 +阅 +阆 +阎 +阐 +阑 +阔 +阕 +阙 +阜 +队 +队儿 +阡 +阪 +阮 +阱 +防 +阳 +阴 +阵 +阶 +阻 +阿 +陀 +陂 +附 +际 +陆 +陇 +陈 +陈儿 +陋 +陌 +降 +限 +陕 +陛 +陡 +院 +院儿 +除 +陨 +险 +陪 +陵 +陶 +陶儿 +陷 +隅 +隆 +隋 +隍 +随 +隐 +隔 +隙 +障 +隧 +隶 +隽 +难 +雀 +雁 +雄 +雅 +集 +雇 +雌 +雍 +雏 +雕 +雨 +雪 +雪儿 +雯 +雳 +零 +雷 +雾 +需 +霄 +霆 +震 +霉 +霍 +霏 +霓 +霖 +霜 +霞 +霪 +露 +霸 +霹 +霾 +靂 +青 +靓 +靖 +静 +靛 +非 +靠 +靡 +面 +面儿 +革 +靳 +靴 +靶 +鞋 +鞍 +鞘 +鞠 +鞭 +韦 +韧 +韩 +韬 +韭 +音 +韵 +韶 +页 +页儿 +顶 +顷 +项 +顺 +须 +顽 +顾 +顿 +颁 +颂 +预 +颅 +领 +颇 +颈 +颊 +颍 +颐 +频 +颓 +颖 +颗 +题 +颜 +额 +颠 +颢 +颤 +颦 +风 +飒 +飓 +飘 +飙 +飞 +食 +餐 +饥 +饨 +饪 +饭 +饮 +饰 +饱 +饲 +饵 +饶 +饺 +饼 +饿 +馄 +馅 +馅儿 +馆 +馆儿 +馈 +馋 +馍 +馏 +馒 +首 +首儿 +香 +馥 +馨 +马 +马儿 +驭 +驰 +驱 +驳 +驴 +驶 +驸 +驹 +驻 +驼 +驾 +驿 +骁 +骂 +骄 +骅 +骆 +骇 +验 +骏 +骑 +骗 +骚 +骜 +骝 +骞 +骡 +骤 +骤儿 +骥 +骨 +骰 +骷 +骸 +骼 +髅 +髋 +髓 +高 +髦 +鬃 +鬟 +鬼 +魁 +魂 +魄 +魅 +魏 +魔 +魟 +鮑 +鱼 +鱿 +鲁 +鲇 +鲍 +鲑 +鲜 +鲟 +鲢 +鲤 +鲨 +鲱 +鲶 +鲸 +鳄 +鳅 +鳌 +鳖 +鳝 +鳞 +鸟 +鸠 +鸡 +鸣 +鸥 +鸦 +鸪 +鸭 +鸯 +鸳 +鸵 +鸽 +鸿 +鹂 +鹅 +鹉 +鹊 +鹌 +鹏 +鹑 +鹜 +鹟 +鹤 +鹦 +鹧 +鹰 +鹿 +麋 +麒 +麓 +麟 +麦 +麻 +麽 +麾 +黄 +黎 +黏 +黑 +黔 +默 +黛 +黯 +鼎 +鼓 +鼠 +鼻 +齐 +齿 +龄 +龈 +龍 +龑 +龙 +龚 +龟 \ No newline at end of file diff --git a/examples/aishell3/input.txt b/examples/aishell3/input.txt new file mode 100644 index 0000000000000000000000000000000000000000..bc82be4bef10c52fee32c542c4e0516e4f5cddc9 --- /dev/null +++ b/examples/aishell3/input.txt @@ -0,0 +1,22 @@ +#name|py|gp|spk +text1|sil ni3 qu4 zuo4 fan4 ba5 sil|sil 你 去 做 饭 吧 sil|0 +text2|sil ni3 qu4 zuo4 fan4 ba5 sil|sil 你 去 做 饭 吧 sil|10 +text3|sil ni3 qu4 zuo4 fan4 ba5 sil|sil 你 去 做 饭 吧 sil|0 10 +text4|sil ni3 qu4 zuo4 fan4 ba5 sil|sil 你 去 做 饭 吧 sil|100 +text5|sil ni3 qu4 zuo4 fan4 ba5 sil|sil 你 去 做 饭 吧 sil|33 +text6|sil ni3 qu4 zuo4 fan4 ba5 sil|sil 你 去 做 饭 吧 sil|66 +text3a|sil you3 ge4 xiao3 hai2 jiao4 xiao3 du4 sil|sil 有 个 小 孩 叫 小 杜 sil|100 +text4a|sil shang4 jie1 da3 cu4 you4 mai3 bu4 sil|sil 上 街 打 醋 又 买 布 sil|2 +text5a|sil mai3 le5 bu4 da3 le5 cu4 sil|sil 买 了 布 打 了 醋 sil|88 +text6a|sil hui2 tou2 kan4 jian4 ying1 zhua1 tu4 sil|sil 回 头 看 见 鹰 抓 兔 sil|40 +text7a|sil fang4 xia4 bu4 ge1 xia4 cu4 sil|sil 放 下 布 搁 下 醋 sil|25 +text8a|sil shang4 qian2 qu4 zhui1 ying1 he2 tu4 sil|sil 上 前 去 追 鹰 和 兔 sil|0 +text9a|sil fei1 le5 ying1 pao3 le5 tu4 sil|sil 飞 了 鹰 跑 了 兔 sil|106 +text10a|sil sa3 le5 cu4 shi1 le5 bu4 sil|sil 洒 了 醋 湿 了 布 sil|62 + +#demonstrate how to mix two speaker to generate new sound! +change1|sil wei4 shi4 ying4 xin1 de5 wang3 luo4 chuan2 bo1 fang1 shi4 he2 du2 zhe3 yue4 du2 xi2 guan4 sil|sil 为 适 应 新 的 网 络 传 播 方 式 和 读 者 阅 读 习 惯 sil|20 20 20 20 +change2|sil wei4 shi4 ying4 xin1 de5 wang3 luo4 chuan2 bo1 fang1 shi4 he2 du2 zhe3 yue4 du2 xi2 guan4 sil|sil 为 适 应 新 的 网 络 传 播 方 式 和 读 者 阅 读 习 惯 sil|20 20 20 88 +change3|sil wei4 shi4 ying4 xin1 de5 wang3 luo4 chuan2 bo1 fang1 shi4 he2 du2 zhe3 yue4 du2 xi2 guan4 sil|sil 为 适 应 新 的 网 络 传 播 方 式 和 读 者 阅 读 习 惯 sil|20 20 88 88 +change4|sil wei4 shi4 ying4 xin1 de5 wang3 luo4 chuan2 bo1 fang1 shi4 he2 du2 zhe3 yue4 du2 xi2 guan4 sil|sil 为 适 应 新 的 网 络 传 播 方 式 和 读 者 阅 读 习 惯 sil|20 88 88 88 +change5|sil wei4 shi4 ying4 xin1 de5 wang3 luo4 chuan2 bo1 fang1 shi4 he2 du2 zhe3 yue4 du2 xi2 guan4 sil|sil 为 适 应 新 的 网 络 传 播 方 式 和 读 者 阅 读 习 惯 sil|88 88 88 88 diff --git a/examples/aishell3/prepare.py b/examples/aishell3/prepare.py new file mode 100644 index 0000000000000000000000000000000000000000..568864f48346fbec039582baf8143eb6e35236df --- /dev/null +++ b/examples/aishell3/prepare.py @@ -0,0 +1,96 @@ +import glob +import os +import argparse + +from mtts.utils.logging import get_logger +logger = get_logger(__file__) + +def augment_cn_with_sil(py_sent, cn_sent): + sil_loc = [i for i, p in enumerate(py_sent.split()) if p == 'sil'] + han = [h for i, h in enumerate(cn_sent.split()) if h != 'sil'] + + k = 0 + final = [] + for i in range(len(han) + len(sil_loc)): + if i in sil_loc: + final += ['sil'] + else: + final += [han[k]] + k += 1 + return ' '.join(final) + +def write_scp(filename,scp): + with open(filename,'wt') as f: + f.write('\n'.join(scp)+'\n') + +if __name__ == '__main__': + + parser = argparse.ArgumentParser(description='data pre-processing') + parser.add_argument('--meta_file', type=str, required=False, default='name_py_hz_dur.txt') + parser.add_argument('--wav_folder', type=str, required=False, default='./wavs') + parser.add_argument('--mel_folder', type=str, required=False, default='./mels') + parser.add_argument('--dst_folder', type=str, required=False, default='./train') + parser.add_argument('--generate_vocab', type=bool, required=False, default=False) + + args = parser.parse_args() + + logger.info(args) + + lines = open(args.meta_file).read().split('\n') + lines = [l.split('|') for l in lines if len(l)>0] + files = glob.glob(f'{args.wav_folder}/*.wav') + logger.info(f'{len(files)} wav files found') + lines0 = [] + + for name,py,gp,dur in lines: + gp = augment_cn_with_sil(py,gp) # make sure gp and py has the same # of sil + assert len(py.split()) == len(gp.split()), f'error in {name}:{py},{gp}' + lines0 += [(name,py,gp,dur)] + lines = lines0 + + wav_scp = [] + mel_scp = [] + gp_scp = [] + py_scp = [] + dur_scp = [] + spk_scp = [] + all_spk = [] + all_spk = [l[0][:7] for l in lines] + all_spk = list(set(all_spk)) + all_spk.sort() + spk2idx = {s:i for i,s in enumerate(all_spk)} + all_py = [] + all_gp = [] + + for name,py,gp,dur in lines: + + wav_scp += [name +' ' + f'{args.wav_folder}/{name}.wav'] + mel_scp += [name +' ' + f'{args.mel_folder}/{name}.npy'] + py_scp += [name+' '+ py] + gp_scp += [name+' '+ gp] + dur_scp += [name+' '+ dur] + n = len(gp.split()) + spk_idx = spk2idx[name[:7]] + spk_scp += [name + ' ' + ' '.join([str(spk_idx)]*n)] + if args.generate_vocab: + logger.warn('Caution: The vocab generated might be different from others(e.g., pretained models)') + pyvocab = list(set(all_py)) + gpvocab = list(set(all_gp)) + pyvocab.sort() + gpvocab.sort(key=lambda x: pypinyin.pinyin(x,0)[0][0]) + with open('py.vocab','wt') as f: + f.write('\n'.join(pyvocab)) + with open('gp.vocab','wt') as f: + f.write('\n'.join(gpvocab)) + + + os.makedirs(args.dst_folder,exist_ok=True) + write_scp(f'{args.dst_folder}/wav.scp',wav_scp) + write_scp(f'{args.dst_folder}/py.scp',py_scp) + write_scp(f'{args.dst_folder}/gp.scp',gp_scp) + write_scp(f'{args.dst_folder}/dur.scp',dur_scp) + write_scp(f'{args.dst_folder}/spk.scp',spk_scp) + write_scp(f'{args.dst_folder}/mel.scp',mel_scp) + + + diff --git a/examples/aishell3/py.vocab b/examples/aishell3/py.vocab new file mode 100644 index 0000000000000000000000000000000000000000..b2bc110bd13c54c2b31e0bb1755cc05aa932feaf --- /dev/null +++ b/examples/aishell3/py.vocab @@ -0,0 +1,1915 @@ + +a1 +a2 +a3 +a4 +a5 +ai1 +ai2 +ai3 +ai4 +ai5 +an1 +an2 +an3 +an4 +ang1 +ang2 +ang4 +ao1 +ao2 +ao3 +ao4 +ba1 +ba2 +ba3 +ba4 +ba5 +bai1 +bai2 +bai3 +bai4 +bai5 +ban1 +ban2 +ban3 +ban4 +ban5 +bang1 +bang2 +bang3 +bang4 +bangr3 +banr1 +banr3 +banr4 +bao1 +bao2 +bao3 +bao4 +bao5 +bar4 +bar5 +bei1 +bei2 +bei3 +bei4 +bei5 +beir4 +ben1 +ben2 +ben3 +ben4 +ben5 +beng1 +beng2 +beng3 +beng4 +beng5 +benr3 +bi1 +bi2 +bi3 +bi4 +bi5 +bian1 +bian2 +bian3 +bian4 +bian5 +bianr1 +biao1 +biao2 +biao3 +biao4 +biaor1 +biaor3 +bie1 +bie2 +bie3 +bie4 +bie5 +bin1 +bin2 +bin3 +bin4 +bing1 +bing2 +bing3 +bing4 +bo1 +bo2 +bo3 +bo4 +bo5 +bor1 +bor2 +bu1 +bu2 +bu3 +bu4 +bu5 +ca1 +ca2 +ca4 +cai1 +cai2 +cai3 +cai4 +cai5 +cair3 +can1 +can2 +can3 +can4 +cang1 +cang2 +cang3 +cang4 +cao1 +cao2 +cao3 +cao4 +caor3 +ce1 +ce3 +ce4 +ce5 +cen1 +cen2 +cen4 +ceng1 +ceng2 +ceng3 +ceng4 +cha1 +cha2 +cha3 +cha4 +chai1 +chai2 +chai3 +chai4 +chan1 +chan2 +chan3 +chan4 +chan5 +chang1 +chang2 +chang3 +chang4 +chang5 +chao1 +chao2 +chao3 +chao4 +char2 +che1 +che2 +che3 +che4 +chen1 +chen2 +chen4 +chen5 +cheng1 +cheng2 +cheng3 +cheng4 +cheng5 +chenr2 +cher1 +chi1 +chi2 +chi3 +chi4 +chi5 +chong1 +chong2 +chong3 +chong4 +chong5 +chou1 +chou2 +chou3 +chou4 +chou5 +chu1 +chu2 +chu3 +chu4 +chu5 +chuai1 +chuai3 +chuai4 +chuan1 +chuan2 +chuan3 +chuan4 +chuang1 +chuang2 +chuang3 +chuang4 +chuanr1 +chuanr4 +chui1 +chui2 +chui4 +chui5 +chun1 +chun2 +chun3 +chun5 +chunr1 +chuo1 +chuo4 +ci1 +ci2 +ci3 +ci4 +ci5 +cong1 +cong2 +cong3 +cong4 +cong5 +cou1 +cou2 +cou4 +cu1 +cu2 +cu3 +cu4 +cu5 +cuan1 +cuan2 +cuan4 +cui1 +cui2 +cui3 +cui4 +cui5 +cun1 +cun2 +cun3 +cun4 +cun5 +cunr1 +cuo1 +cuo3 +cuo4 +da1 +da2 +da3 +da4 +da5 +dai1 +dai2 +dai3 +dai4 +dair4 +dan1 +dan2 +dan3 +dan4 +dan5 +dang1 +dang2 +dang3 +dang4 +danr3 +dao1 +dao2 +dao3 +dao4 +dao5 +dar2 +de1 +de2 +de3 +de4 +de5 +dei2 +dei3 +dei5 +den1 +den2 +den3 +deng1 +deng2 +deng3 +deng4 +deng5 +der2 +der5 +di1 +di2 +di3 +di4 +di5 +dian1 +dian2 +dian3 +dian4 +dian5 +dianr2 +dianr3 +dianr4 +dianr5 +diao1 +diao2 +diao4 +die1 +die2 +die3 +die4 +die5 +ding1 +ding2 +ding3 +ding4 +ding5 +dir3 +diu1 +diu4 +dong1 +dong2 +dong3 +dong4 +dong5 +dou1 +dou2 +dou3 +dou4 +dou5 +dour4 +du1 +du2 +du3 +du4 +du5 +duan1 +duan2 +duan3 +duan4 +duanr4 +dui1 +dui4 +duir1 +duir4 +dun1 +dun2 +dun3 +dun4 +dun5 +dunr1 +dunr3 +duo1 +duo2 +duo3 +duo4 +duo5 +e1 +e2 +e3 +e4 +e5 +ei1 +ei5 +en1 +en2 +en4 +en5 +eng2 +eng4 +er1 +er2 +er3 +er4 +er5 +fa1 +fa2 +fa3 +fa4 +fa5 +fan1 +fan2 +fan3 +fan4 +fan5 +fang1 +fang2 +fang3 +fang4 +fang5 +fangr4 +fanr4 +far2 +far3 +fei1 +fei2 +fei3 +fei4 +fen1 +fen2 +fen3 +fen4 +fen5 +feng1 +feng2 +feng3 +feng4 +feng5 +fenr1 +fenr4 +fenr5 +fo2 +fou2 +fou3 +fu1 +fu2 +fu3 +fu4 +fu5 +fur4 +fur5 +ga1 +ga4 +gai1 +gai2 +gai3 +gai4 +gan1 +gan2 +gan3 +gan4 +gang1 +gang2 +gang3 +gang4 +gang5 +ganr1 +ganr3 +gao1 +gao2 +gao3 +gao4 +gaor1 +gaor3 +gaor4 +ge1 +ge2 +ge3 +ge4 +ge5 +gei1 +gei2 +gei3 +gei5 +gen1 +gen3 +gen4 +geng1 +geng2 +geng3 +geng4 +genr1 +ger1 +ger2 +ger3 +ger4 +ger5 +gong1 +gong2 +gong3 +gong4 +gong5 +gou1 +gou2 +gou3 +gou4 +gou5 +gour3 +gu1 +gu2 +gu3 +gu4 +gu5 +gua1 +gua3 +gua4 +guai1 +guai2 +guai3 +guai4 +guan1 +guan2 +guan3 +guan4 +guang1 +guang2 +guang3 +guang4 +guanr2 +guanr3 +guanr4 +guar4 +gui1 +gui2 +gui3 +gui4 +gui5 +gun1 +gun2 +gun3 +gun4 +gunr4 +guo1 +guo2 +guo3 +guo4 +guo5 +guor1 +guor3 +ha1 +ha2 +ha4 +ha5 +hai1 +hai2 +hai3 +hai4 +hai5 +hair2 +han1 +han2 +han3 +han4 +han5 +hang1 +hang2 +hang3 +hang4 +hangr2 +hao1 +hao2 +hao3 +hao4 +hao5 +haor1 +haor3 +haor4 +haor5 +he1 +he2 +he3 +he4 +he5 +hei1 +hei2 +hei4 +hen1 +hen2 +hen3 +hen4 +heng1 +heng2 +heng3 +heng4 +heng5 +her2 +hong1 +hong2 +hong3 +hong4 +hou1 +hou2 +hou3 +hou4 +hou5 +hour4 +hour5 +hu1 +hu2 +hu3 +hu4 +hu5 +hua1 +hua2 +hua3 +hua4 +hua5 +huai1 +huai2 +huai3 +huai4 +huan1 +huan2 +huan3 +huan4 +huan5 +huang1 +huang2 +huang3 +huang4 +huanr2 +huar1 +huar2 +huar4 +hui1 +hui2 +hui3 +hui4 +hui5 +huir2 +huir3 +huir4 +hun1 +hun2 +hun3 +hun4 +hun5 +huo2 +huo3 +huo4 +huo5 +huor2 +huor3 +huor5 +hur4 +ji1 +ji2 +ji3 +ji4 +ji5 +jia1 +jia2 +jia3 +jia4 +jia5 +jian1 +jian2 +jian3 +jian4 +jian5 +jiang1 +jiang2 +jiang3 +jiang4 +jianr4 +jiao1 +jiao2 +jiao3 +jiao4 +jiar1 +jiar4 +jie1 +jie2 +jie3 +jie4 +jie5 +jin1 +jin2 +jin3 +jin4 +jin5 +jing1 +jing2 +jing3 +jing4 +jing5 +jingr4 +jinr1 +jinr4 +jiong1 +jiong2 +jiong3 +jiong4 +jiu1 +jiu2 +jiu3 +jiu4 +jiu5 +ju1 +ju2 +ju3 +ju4 +ju5 +juan1 +juan2 +juan3 +juan4 +juanr3 +juanr4 +jue1 +jue2 +jue3 +jue4 +jue5 +juer2 +juer3 +jun1 +jun3 +jun4 +jun5 +ka1 +ka2 +ka3 +ka4 +kai1 +kai2 +kai3 +kai4 +kai5 +kan1 +kan2 +kan3 +kan4 +kan5 +kang1 +kang2 +kang3 +kang4 +kanr3 +kao1 +kao2 +kao3 +kao4 +ke1 +ke2 +ke3 +ke4 +ke5 +ken1 +ken2 +ken3 +keng1 +keng2 +keng3 +ker1 +ker2 +ker3 +ker4 +kong1 +kong2 +kong3 +kong4 +kou1 +kou2 +kou3 +kou4 +kour3 +ku1 +ku2 +ku3 +ku4 +ku5 +kua1 +kua3 +kua4 +kuai3 +kuai4 +kuair4 +kuair5 +kuan1 +kuan2 +kuan3 +kuan4 +kuang1 +kuang2 +kuang3 +kuang4 +kuang5 +kui1 +kui2 +kui4 +kun1 +kun3 +kun4 +kuo4 +la1 +la2 +la3 +la4 +la5 +lai1 +lai2 +lai3 +lai4 +lai5 +lan1 +lan2 +lan3 +lan4 +lang2 +lang3 +lang4 +langr4 +lanr4 +lao1 +lao2 +lao3 +lao4 +lao5 +lar3 +le1 +le2 +le3 +le4 +le5 +lei1 +lei2 +lei3 +lei4 +lei5 +leng1 +leng2 +leng3 +leng4 +ler4 +li1 +li2 +li3 +li4 +li5 +lia2 +lia3 +lian1 +lian2 +lian3 +lian4 +lian5 +liang1 +liang2 +liang3 +liang4 +liang5 +lianr2 +lianr3 +lianr4 +liao1 +liao2 +liao3 +liao4 +liao5 +liaor2 +liaor4 +lie1 +lie2 +lie4 +lin1 +lin2 +lin3 +lin4 +ling1 +ling2 +ling3 +ling4 +ling5 +lir4 +liu1 +liu2 +liu3 +liu4 +liu5 +liur1 +liur2 +lo5 +long2 +long3 +long4 +lou1 +lou2 +lou3 +lou4 +lou5 +lu1 +lu2 +lu3 +lu4 +lu5 +luan2 +luan3 +luan4 +lun1 +lun2 +lun4 +lunr2 +luo1 +luo2 +luo3 +luo4 +luo5 +lv2 +lv3 +lv4 +lv5 +lve4 +ma1 +ma2 +ma3 +ma4 +ma5 +mai1 +mai2 +mai3 +mai4 +man1 +man2 +man3 +man4 +man5 +mang1 +mang2 +mang3 +mang4 +mao1 +mao2 +mao3 +mao4 +mao5 +maor2 +mar3 +me1 +me2 +me3 +me4 +me5 +mei1 +mei2 +mei3 +mei4 +mei5 +men1 +men2 +men3 +men4 +men5 +meng1 +meng2 +meng3 +meng4 +meng5 +menr2 +menr5 +mi1 +mi2 +mi3 +mi4 +mi5 +mian1 +mian2 +mian3 +mian4 +mian5 +mianr4 +miao1 +miao2 +miao3 +miao4 +miaor4 +mie2 +mie4 +min2 +min3 +min4 +min5 +ming1 +ming2 +ming3 +ming4 +ming5 +mingr2 +miu3 +miu4 +mo1 +mo2 +mo3 +mo4 +mo5 +mor2 +mou2 +mou3 +mu1 +mu2 +mu3 +mu4 +mu5 +mur4 +mur5 +na1 +na2 +na3 +na4 +na5 +nai2 +nai3 +nai4 +nai5 +nan1 +nan2 +nan3 +nan4 +nan5 +nang1 +nang2 +nang4 +nang5 +nao1 +nao2 +nao3 +nao4 +nao5 +naor2 +naor3 +nar2 +nar3 +nar4 +nar5 +ne1 +ne2 +ne4 +ne5 +nei1 +nei3 +nei4 +nen2 +nen4 +neng2 +neng3 +neng4 +neng5 +ni1 +ni2 +ni3 +ni4 +ni5 +nian1 +nian2 +nian3 +nian4 +nian5 +niang1 +niang2 +niang3 +niang4 +niang5 +niangr2 +niao1 +niao2 +niao3 +niao4 +nie1 +nie2 +nie4 +nin2 +nin3 +nin4 +ning1 +ning2 +ning3 +ning4 +nir3 +niu1 +niu2 +niu3 +niu4 +niu5 +niur1 +niur2 +nong2 +nong4 +nu1 +nu2 +nu3 +nu4 +nuan2 +nuan3 +nuan4 +nuo2 +nuo4 +nv2 +nv3 +nv4 +nv5 +nve4 +nvr3 +o1 +o2 +o5 +ou1 +ou2 +ou3 +ou4 +pa1 +pa2 +pa3 +pa4 +pai1 +pai2 +pai3 +pai4 +pai5 +pair2 +pair4 +pan1 +pan2 +pan4 +pang1 +pang2 +pang4 +pang5 +pao1 +pao2 +pao3 +pao4 +pao5 +paor3 +paor4 +pei1 +pei2 +pei3 +pei4 +pei5 +pen1 +pen2 +pen4 +peng1 +peng2 +peng3 +peng4 +peng5 +pi1 +pi2 +pi3 +pi4 +pian1 +pian2 +pian4 +pian5 +pianr1 +pianr4 +piao1 +piao2 +piao3 +piao4 +pie1 +pie2 +pie3 +pin1 +pin2 +pin3 +pin4 +pin5 +ping1 +ping2 +ping3 +ping4 +ping5 +pingr2 +po1 +po2 +po3 +po4 +po5 +por2 +pou1 +pu1 +pu2 +pu3 +pu4 +pu5 +pur1 +pur2 +qi1 +qi2 +qi3 +qi4 +qi5 +qia1 +qia2 +qia3 +qia4 +qian1 +qian2 +qian3 +qian4 +qian5 +qiang1 +qiang2 +qiang3 +qianr1 +qiao1 +qiao2 +qiao3 +qiao4 +qiao5 +qie1 +qie2 +qie3 +qie4 +qin1 +qin2 +qin3 +qin4 +qin5 +qing1 +qing2 +qing3 +qing4 +qing5 +qingr4 +qiong2 +qiu1 +qiu2 +qiu3 +qiu5 +qiur2 +qu1 +qu2 +qu3 +qu4 +qu5 +quan1 +quan2 +quan3 +quan4 +quan5 +quanr1 +quanr4 +que1 +que2 +que4 +qun2 +qun3 +qun4 +qunr2 +ran1 +ran2 +ran3 +ran4 +rang1 +rang2 +rang3 +rang4 +rang5 +rao2 +rao3 +rao4 +re2 +re3 +re4 +ren1 +ren2 +ren3 +ren4 +ren5 +reng1 +reng2 +reng3 +reng4 +renr2 +ri2 +ri4 +rong2 +rong3 +rong4 +rong5 +rou2 +rou3 +rou4 +ru1 +ru2 +ru3 +ru4 +ruan2 +ruan3 +ruan4 +rui2 +rui3 +rui4 +run2 +run3 +run4 +run5 +ruo1 +ruo4 +sa1 +sa2 +sa3 +sa4 +sa5 +sai1 +sai2 +sai3 +sai4 +san1 +san2 +san3 +san4 +sang1 +sang3 +sang4 +sanr1 +sao1 +sao2 +sao3 +sao4 +se2 +se4 +se5 +sen1 +sen2 +sen3 +sen4 +sen5 +seng1 +seng3 +seng4 +sha1 +sha2 +sha3 +sha4 +sha5 +shai1 +shai2 +shai3 +shai4 +shan1 +shan2 +shan3 +shan4 +shan5 +shang1 +shang2 +shang3 +shang4 +shang5 +shanr1 +shao1 +shao2 +shao3 +shao4 +shao5 +shaor2 +she1 +she2 +she3 +she4 +shei1 +shei2 +shei3 +shen1 +shen2 +shen3 +shen4 +shen5 +sheng1 +sheng2 +sheng3 +sheng4 +sheng5 +shengr1 +sher4 +shi1 +shi2 +shi3 +shi4 +shi5 +shir4 +shou1 +shou2 +shou3 +shou4 +shour3 +shu1 +shu2 +shu3 +shu4 +shu5 +shua1 +shua2 +shua3 +shua4 +shuai1 +shuai2 +shuai3 +shuai4 +shuan1 +shuan2 +shuan4 +shuang1 +shuang3 +shuang4 +shuar1 +shui1 +shui2 +shui3 +shui4 +shui5 +shuir2 +shuir3 +shun1 +shun3 +shun4 +shun5 +shuo1 +shuo2 +shuo3 +shuo4 +shuo5 +shuor1 +shur4 +si1 +si2 +si3 +si4 +si5 +sil +song1 +song2 +song3 +song4 +sou1 +sou2 +sou3 +sou4 +sou5 +su1 +su2 +su3 +su4 +su5 +suan1 +suan2 +suan3 +suan4 +sui1 +sui2 +sui3 +sui4 +sun1 +sun2 +sun3 +sun4 +suo1 +suo2 +suo3 +suo4 +suo5 +suor3 +ta1 +ta2 +ta3 +ta4 +ta5 +tai1 +tai2 +tai3 +tai4 +tai5 +tan1 +tan2 +tan3 +tan4 +tan5 +tang1 +tang2 +tang3 +tang4 +tanr1 +tao1 +tao2 +tao3 +tao4 +tao5 +taor2 +te2 +te3 +te4 +te5 +teng1 +teng2 +teng4 +teng5 +ter4 +ti1 +ti2 +ti3 +ti4 +ti5 +tian1 +tian2 +tian3 +tian4 +tian5 +tianr1 +tiao1 +tiao2 +tiao3 +tiao4 +tiao5 +tiaor2 +tie1 +tie2 +tie3 +tie4 +ting1 +ting2 +ting3 +ting5 +tong1 +tong2 +tong3 +tong4 +tong5 +tou1 +tou2 +tou3 +tou4 +tou5 +tour2 +tu1 +tu2 +tu3 +tu4 +tu5 +tuan1 +tuan2 +tui1 +tui2 +tui3 +tui4 +tuir3 +tun1 +tun2 +tun4 +tunr2 +tuo1 +tuo2 +tuo3 +tuo4 +tuo5 +tuor1 +tur2 +wa1 +wa2 +wa3 +wa4 +wa5 +wai1 +wai2 +wai3 +wai4 +wan1 +wan2 +wan3 +wan4 +wang1 +wang2 +wang3 +wang4 +wang5 +wangr2 +wangr4 +wanr2 +wanr4 +wei1 +wei2 +wei3 +wei4 +wei5 +weir4 +wen1 +wen2 +wen3 +wen4 +wen5 +weng1 +weng4 +wenr2 +wo1 +wo2 +wo3 +wo4 +wo5 +wu1 +wu2 +wu3 +wu4 +wu5 +wur3 +xi1 +xi2 +xi3 +xi4 +xi5 +xia1 +xia2 +xia3 +xia4 +xia5 +xian1 +xian2 +xian3 +xian4 +xiang1 +xiang2 +xiang3 +xiang4 +xiang5 +xianr4 +xiao1 +xiao2 +xiao3 +xiao4 +xiao5 +xiaor3 +xie1 +xie2 +xie3 +xie4 +xie5 +xin1 +xin2 +xin4 +xin5 +xing1 +xing2 +xing3 +xing4 +xing5 +xingr2 +xingr4 +xiong1 +xiong2 +xiong4 +xir1 +xiu1 +xiu2 +xiu3 +xiu4 +xu1 +xu2 +xu3 +xu4 +xuan1 +xuan2 +xuan3 +xuan4 +xue1 +xue2 +xue3 +xue4 +xuer3 +xun1 +xun2 +xun3 +xun4 +ya1 +ya2 +ya3 +ya4 +ya5 +yan1 +yan2 +yan3 +yan4 +yang1 +yang2 +yang3 +yang4 +yang5 +yangr4 +yanr3 +yao1 +yao2 +yao3 +yao4 +yao5 +ye1 +ye2 +ye3 +ye4 +ye5 +yer4 +yi1 +yi2 +yi3 +yi4 +yi5 +yin1 +yin2 +yin3 +yin4 +yin5 +ying1 +ying2 +ying3 +ying4 +ying5 +yingr1 +yingr2 +yingr3 +yir4 +yo1 +yo3 +yong1 +yong2 +yong3 +yong4 +yong5 +yongr3 +you1 +you2 +you3 +you4 +you5 +your2 +your3 +your4 +yu1 +yu2 +yu3 +yu4 +yu5 +yuan1 +yuan2 +yuan3 +yuan4 +yuan5 +yuanr2 +yuanr4 +yue1 +yue2 +yue4 +yue5 +yuer4 +yun1 +yun2 +yun3 +yun4 +za1 +za2 +za3 +za4 +zai1 +zai2 +zai3 +zai4 +zai5 +zan1 +zan2 +zan3 +zan4 +zang1 +zang2 +zang3 +zang4 +zao1 +zao2 +zao3 +zao4 +zao5 +zaor3 +ze1 +ze2 +ze3 +ze4 +ze5 +zei2 +zei3 +zei4 +zen1 +zen2 +zen3 +zen4 +zeng1 +zeng2 +zeng3 +zeng4 +zha1 +zha2 +zha4 +zha5 +zhai1 +zhai2 +zhai3 +zhai4 +zhan1 +zhan2 +zhan3 +zhan4 +zhan5 +zhang1 +zhang2 +zhang3 +zhang4 +zhao1 +zhao2 +zhao3 +zhao4 +zhao5 +zhaor1 +zhaor4 +zhe1 +zhe2 +zhe3 +zhe4 +zhe5 +zhei4 +zhen1 +zhen2 +zhen3 +zhen4 +zhen5 +zheng1 +zheng2 +zheng3 +zheng4 +zheng5 +zhengr4 +zher3 +zher4 +zhi1 +zhi2 +zhi3 +zhi4 +zhi5 +zhir1 +zhong1 +zhong2 +zhong3 +zhong4 +zhou1 +zhou2 +zhou3 +zhou4 +zhour4 +zhu1 +zhu2 +zhu3 +zhu4 +zhu5 +zhua1 +zhua3 +zhuai1 +zhuai3 +zhuai4 +zhuan1 +zhuan2 +zhuan3 +zhuan4 +zhuang1 +zhuang3 +zhuang4 +zhuang5 +zhui1 +zhui3 +zhui4 +zhun1 +zhun2 +zhun3 +zhun4 +zhunr3 +zhuo1 +zhuo2 +zhuo3 +zhuo4 +zhuo5 +zhuor2 +zhur1 +zhur4 +zi1 +zi2 +zi3 +zi4 +zi5 +zong1 +zong2 +zong3 +zong4 +zou1 +zou2 +zou3 +zou4 +zu1 +zu2 +zu3 +zu4 +zuan1 +zuan3 +zuan4 +zui1 +zui2 +zui3 +zui4 +zun1 +zun3 +zun4 +zuo1 +zuo2 +zuo3 +zuo4 +zuo5 \ No newline at end of file diff --git a/examples/biaobei/ProsodyLabeling/000001-010000.txt b/examples/biaobei/ProsodyLabeling/000001-010000.txt new file mode 100644 index 0000000000000000000000000000000000000000..c0747eb29186c927b1b0da422296de469b3965bf --- /dev/null +++ b/examples/biaobei/ProsodyLabeling/000001-010000.txt @@ -0,0 +1,20000 @@ +000001 卡尔普#2陪外孙#1玩滑梯#4。 + ka2 er2 pu3 pei2 wai4 sun1 wan2 hua2 ti1 +000002 假语村言#2别再#1拥抱我#4。 + jia2 yu3 cun1 yan2 bie2 zai4 yong1 bao4 wo3 +000003 宝马#1配挂#1跛骡鞍#3,貂蝉#1怨枕#2董翁榻#4。 + bao2 ma3 pei4 gua4 bo3 luo2 an1 diao1 chan2 yuan4 zhen3 dong3 weng1 ta4 +000004 邓小平#2与#1撒切尔#2会晤#4。 + deng4 xiao3 ping2 yu3 sa4 qie4 er3 hui4 wu4 +000005 老虎#1幼崽#2与#1宠物犬#1玩耍#4。 + lao2 hu3 you4 zai3 yu2 chong3 wu4 quan3 wan2 shua3 +000006 身长#2约#1五尺#1二寸#1五分#2或#1以上#4。 + shen1 chang2 yue1 wu2 chi3 er4 cun4 wu3 fen1 huo4 yi3 shang4 +000007 赵荻#2约#1曹云腾#2去#1鬼屋#4。 + zhao4 di2 yue1 cao2 yun2 teng2 qu4 gui3 wu1 +000008 展品#1虽有#2,展员#1却颓#4。 + zhan2 pin3 sui1 you3 zhan3 yuan2 que4 tui2 +000009 以#1散居#1儿童#2和#1幼托#1儿童#1为主#4。 + yi2 san3 ju1 er2 tong2 he2 you4 tuo1 er2 tong2 wei2 zhu3 +000010 柯特妮#2身穿#2豹纹#1大衣#4。 + ke1 te4 ni1 shen1 chuan1 bao4 wen2 da4 yi1 +000011 引才#1要筛#2,用才#2也#1要筛#4。 + yin3 cai2 yao4 shai1 yong4 cai2 ye3 yao4 shai1 +000012 南越#2昆仑山#2与#1西藏#1接壤#4。 + nan2 yue4 kun1 lun2 shan1 yu3 xi1 zang4 jie1 rang3 +000013 翁凯兰#3防#1乳腺癌#1宣传照#4。 + weng1 kai3 lan2 fang2 ru3 xian4 ai2 xuan1 chuan2 zhao4 +000014 我回#2右哼哼#2左哼哼#4。 + wo3 hui2 you4 heng1 heng5 zuo3 heng1 heng5 +000015 吴云宝#1奶奶#2挑选#1枇杷#4。 + wu2 yun2 bao2 nai3 nai5 tiao1 xuan3 pi2 pa2 +000016 此外#2广本#2也将由#2少壮派#1掌管#4。 + ci3 wai4 guang2 ben3 ye3 jiang1 you2 shao4 zhuang4 pai4 zhang2 guan3 +000017 右蛮#1舞#1袅袅#3,左琼#2歌#1昔昔#4。 + you4 man2 wu3 niao2 niao3 zuo3 qiong2 ge1 xi1 xi1 +000018 眼眶#2宽阔#1而#1低矮#3,鼻短#1而宽#4。 + yan3 kuang4 kuan1 kuo4 er2 di1 ai3 bi2 duan3 er2 kuan1 +000019 霞浦#1县牙#2城镇#1乌岐#3、瓦窑村#2水位#1猛涨#4。 + xia2 pu3 xian4 ya2 cheng2 zhen4 wu1 qi2 wa3 yao2 cun1 shui3 wei4 meng2 zhang3 +000020 霍思燕#2露背#1秀乳沟#2性感#1惹火#4。 + huo4 si1 yan4 lu4 bei4 xiu4 ru3 gou1 xing4 gan3 re2 huo3 +000021 也#1可以#2给#1本委员#1反映哟#4。 + ye3 ke2 yi3 gei3 ben2 wei3 yuan2 fan3 ying4 you5 +000022 摇篮牌#2钙维健#2婴儿#2配方#1奶粉#4。 + yao2 lan2 pai2 gai4 wei2 jian4 ying1 er2 pei4 fang1 nai2 fen3 +000023 鄂豫#2鲁皖苏#2局地#1大暴雨#4。 + e4 yu4 lu2 wan3 su1 ju2 di4 da4 bao4 yu3 +000024 以下#2为#1薛蛮子#2观点#1摘要#4。 + yi3 xia4 wei2 xue1 man2 zi5 guan1 dian3 zhai1 yao4 +000025 沉鱼#1落雁#3,闭月#1羞花#4。 + chen2 yu2 luo4 yan4 bi4 yue4 xiu1 hua1 +000026 而#1许冠英#3亦#1将于#2明日#1出殡#4。 + er2 xu3 guan4 ying1 yi4 jiang1 yu2 ming2 ri4 chu1 bin4 +000027 阿娇#2与#1百位#1“鬼粉丝#1”狂欢#4。 + a1 jiao1 yu2 bai3 wei4 gui2 fen3 si1 kuang2 huan1 +000028 房屋#2买卖#1契约#2和#1收条#4。 + fang2 wu1 mai3 mai4 qi4 yue1 he2 shou1 tiao2 +000029 遛弯儿#2都得#2躲远点#4。 + liu4 wanr1 dou1 dei3 duo2 yuan2 dian3 +000030 黑熊#2闯进#2王明辉家#2后院#1觅食#4。 + hei1 xiong2 chuang3 jin4 wang2 ming2 hui1 jia1 hou4 yuan4 mi4 shi2 +000031 吴亚军#2与丈夫#1蔡奎#4。 + wu2 ya4 jun1 yu3 zhang4 fu5 cai4 kui2 +000032 亚#1硝酸盐#2味微咸#3,易溶于水#4。 + ya4 xiao1 suan1 yan2 wei4 wei1 xian2 yi4 rong2 yu2 shui3 +000033 院墙#2被#1石棉瓦#2遮掩上了#4。 + yuan4 qiang2 bei4 shi2 mian2 wa3 zhe1 yan3 shang4 le5 +000034 成荫#2挑选#1我演#2赵玉敏#4。 + cheng2 yin1 tiao1 xuan2 wo2 yan3 zhao4 yu4 min3 +000035 寅吃#1卯粮#3,无异于#2饮鸩#1止渴#4。 + yin2 chi1 mao3 liang2 wu2 yi4 yu2 yin3 zhen4 zhi2 ke3 +000036 驴子#2越跑#1越快#3,越跑#1越疯狂#4。 + lv2 zi5 yue4 pao3 yue4 kuai4 yue4 pao3 yue4 feng1 kuang2 +000037 揶揄得#1孙垚#2差点#2背过#1气儿#4。 + ye2 yu2 de5 sun1 yao2 cha4 dian3 bei4 guo4 qir4 +000038 光棍节#1营销#2应运#1而生#4。 + guang1 gun4 jie2 ying2 xiao1 ying4 yun4 er2 sheng1 +000039 高压#2铁塔下的#2低矮#1棚屋#4。 + gao1 ya1 tie2 ta3 xia4 de5 di1 ai3 peng2 wu1 +000040 电影#1海报#3“贫民窟#2百万#1富翁#4”。 + dian4 ying2 hai3 bao4 pin2 min2 ku1 bai3 wan4 fu4 weng1 +000041 刁维列#2已被#1另案#1处理#4。 + diao1 wei2 lie4 yi3 bei4 ling4 an4 chu2 li3 +000042 云雾#2有时#1宛如#1玉带#2平卧#2峰峦#1山涧#3,有时#2炊烟#1袅绕#2,薄雾#1轻旋#4。 + yun2 wu4 you3 shi2 wan3 ru2 yu4 dai4 ping2 wo4 feng1 luan2 shan1 jian1 you3 shi2 chui1 yan1 niao3 rao4 bo2 wu4 qing1 xuan2 +000043 嘴巴#1周围#2略微#1肿起#4。 + zui3 ba5 zhou1 wei2 lve4 wei1 zhong2 qi3 +000044 欢声#1笑语#2洒满#1村庄#4。 + huan1 sheng1 xiao4 yu3 sa2 man3 cun1 zhuang1 +000045 沙场#2竟殒命#3,壮志#1也#1无违#4。 + sha1 chang3 jing4 yun3 ming4 zhuang4 zhi4 ye3 wu2 wei2 +000046 油炸#1豆腐#1喷喷香#3,馓子#1麻花#2嘣嘣脆#3,姊妹#1团子#2数二姜#4。 + you2 zha2 dou4 fu5 pen1 pen1 xiang1 san3 zi5 ma2 hua1 beng1 beng1 cui4 zi3 mei4 tuan2 zi5 shu3 er4 jiang1 +000047 本山#1也真#2太#1抠门儿了#4。 + ben3 shan1 ye3 zhen1 tai4 kou1 menr2 le5 +000048 蔺东英的#2住院#1病案#4。 + lin4 dong1 ying1 de5 zhu4 yuan4 bing4 an4 +000049 犬#2必须#1拴养#2或#1圈养#4。 + quan3 bi4 xu1 shuan1 yang3 huo4 juan4 yang3 +000050 赫莉#2和#1印度#1大亨#2阿郎#1奈尔#2已经#2分居#1数月#4。 + he4 li4 he2 yin4 du4 da4 heng1 a1 lang2 nai4 er3 yi3 jing1 fen1 ju1 shu4 yue4 +000051 难兄#1难弟#2要#1好好#2切磋#1切磋#4。 + nan4 xiong1 nan4 di4 yao4 hao2 hao3 qie1 cuo1 qie1 cuo1 +000052 小军#2大腿#1内侧#1淤青#4。 + xiao3 jun1 da4 tui3 nei4 ce4 yu1 qing1 +000053 以及#2“雌雄#1孔子鸟#2”复原图#4。 + yi3 ji2 ci2 xiong2 kong2 zi2 niao3 fu4 yuan2 tu2 +000054 与#1女演员#1拍吻戏#3,陈小春#2不怕#1应采儿#1吃醋#4。 + yu3 nv2 yan3 yuan2 pai1 wen3 xi4 chen2 xiao3 chun1 bu2 pa4 ying4 cai3 er2 chi1 cu4 +000055 仿#1针织#2、粗花呢#1等#2印花#1面料的#2巧妙#1运用#4。 + fang3 zhen1 zhi1 cu1 hua1 ni2 deng3 yin4 hua1 mian4 liao4 de5 qiao3 miao4 yun4 yong4 +000056 与#1约瑟夫#2贴面#1搂抱#4。 + yu3 yue1 se4 fu1 tie1 mian4 lou3 bao4 +000057 努尔#2别尔德#1耶娃#2请#1周永康#2转达#1对#1吴邦国#1委员长的#1亲切#1问候#4。 + nu2 er3 bie2 er3 de2 ye1 wa2 qing3 zhou1 yong3 kang1 zhuan3 da2 dui4 wu2 bang1 guo2 wei3 yuan2 zhang3 de5 qin1 qie4 wen4 hou4 +000058 金友庄#2瞒儿#1下周#1捐肾#4。 + jin1 you3 zhuang1 man2 er2 xia4 zhou1 juan1 shen4 +000059 我我#1我我#1我我#1和#1胖子#1一起#4。 + wo2 wo3 wo2 wo3 wo2 wo3 he2 pang4 zi5 yi4 qi3 +000060 嫂嫂#2给做的#1莜面#1窝窝#3、和#1羊肉#1炖山药#4。 + sao3 sao5 gei3 zuo4 de5 you2 mian4 wo1 wo5 he2 yang2 rou4 dun4 shan1 yao4 +000061 曼萨#1尼约#1港口#2被#1关闭#4。 + man4 sa4 ni2 yue1 gang2 kou3 bei4 guan1 bi4 +000062 廖碧儿#2马雅舒#2和#1老公#2晒恩爱#4。 + liao4 bi4 er2 ma2 ya3 shu1 he2 lao3 gong1 shai4 en1 ai4 +000063 袜子摊#1小老板#2陈永全#4。 + wa4 zi5 tan1 xiao3 lao2 ban3 chen2 yong3 quan2 +000064 合计#1筹资#2一点#1一二九#2一五#1五亿元#4。 + he2 ji4 chou2 zi1 yi1 dian3 yi1 er4 jiu3 yi1 wu2 wu3 yi4 yuan2 +000065 鸟儿#1喳喳#3,奏起#1晨曲#4。 + niao3 er2 zha1 zha1 zou4 qi3 chen2 qu3 +000066 体强壮而#2后#1学问#3道德#1之#1进修勇#2而#1收效远#4。 + ti3 qiang2 zhuang4 er2 hou4 xue2 wen4 dao4 de2 zhi1 jin4 xiu1 yong3 er2 shou1 xiao4 yuan3 +000067 网购#2或#1网搜#1股民#1信息#3,以#1高回报#1为饵#2“请君#1入瓮#4”。 + wang3 gou4 huo4 wang3 sou1 gu3 min2 xin4 xi1 yi3 gao1 hui2 bao4 wei2 er3 qing3 jun1 ru4 weng4 +000068 图为#2凯姆博伊#2“斜线#1”冲刺#4。 + tu2 wei2 kai2 mu3 bo2 yi1 xie2 xian4 chong1 ci4 +000069 即将#2钓鱼台#3、黄尾屿#3、赤屿#1三岛#3赏给#2盛宣#1怀为#1产业#3,供#1采药#1之用#4。 + ji2 jiang1 diao4 yu2 tai2 huang2 wei2 yu3 chi4 yu3 san1 dao3 shang2 gei3 sheng4 xuan1 huai2 wei2 chan3 ye4 gong1 cai3 yao4 zhi1 yong4 +000070 用不用#2我#1替你#1捂着嘴#4。 + yong4 bu2 yong4 wo3 ti4 ni2 wu3 zhe5 zui3 +000071 二敬家#2住#1北五#1环外#3,上班#2要去#1亚运村#2华堂#1商场#4。 + er4 jing4 jia1 zhu4 bei2 wu3 huan2 wai4 shang4 ban1 yao4 qu4 ya4 yun4 cun1 hua2 tang2 shang1 chang3 +000072 有关#2能否#1改控#1“串谋#4”。 + you3 guan1 neng2 fou2 gai3 kong4 chuan4 mou2 +000073 布吕尼#3也与#1前夫#1哲学家#2拉斐尔#2育有#1一子#4。 + bu4 lv3 ni2 ye2 yu3 qian2 fu1 zhe2 xue2 jia1 la1 fei2 er3 yu4 you3 yi4 zi3 +000074 又有#1谁肯#2舍施#1给他呢#4? + you4 you3 shui2 ken2 she3 shi1 gei3 ta1 ne5 +000075 窃贼#1露腿#2自称#2患#1“麻风病#4”。 + qie4 zei2 lou4 tui3 zi4 cheng1 huan4 ma2 feng1 bing4 +000076 老祖母#2以#1谋杀罪#1被#1收押#4。 + lao3 zu2 mu3 yi3 mou2 sha1 zui4 bei4 shou1 ya1 +000077 矮矬穷#3,别瞎夸#4。 + ai3 cuo2 qiong2 bie2 xia1 kua1 +000078 鱼#1在水里#2打旋地#2往外#1乱蹦#4。 + yu2 zai4 shui2 li2 da3 xuan2 de5 wang3 wai4 luan4 beng4 +000079 卓文君说#3:宛如#1山上雪#3,皎若#2云间月#4。 + zhuo2 wen2 jun1 shuo1 wan3 ru2 shan1 shang4 xue3 jiao3 ruo4 yun2 jian1 yue4 +000080 一类苗#2可谓#2命运#1多舛#4。 + yi2 lei4 miao2 ke3 wei4 ming4 yun4 duo1 chuan3 +000081 某#1小怂#2快快#1看看#4。 + mou2 xiao3 song2 kuai4 kuai4 kan4 kan5 +000082 铁砂掌#1爱好者#1张辉#2表演#1劈砖#4。 + tie3 sha1 zhang3 ai4 hao4 zhe3 zhang1 hui1 biao2 yan3 pi1 zhuan1 +000083 而#1吕业新#3也被#1一根#1檩子#1压着#4。 + er2 lv3 ye4 xin1 ye3 bei4 yi4 gen1 lin3 zi5 ya1 zhe5 +000084 谆谆#1叮咛#3,勿忘#1天山#2哺育情#4。 + zhun1 zhun1 ding1 ning2 wu4 wang4 tian1 shan1 bu3 yu4 qing2 +000085 现在是#2道儿#2越走#1越宽#3,人气#2越搞#1越旺#4。 + xian4 zai4 shi4 daor4 yue4 zou3 yue4 kuan1 ren2 qi4 yue4 gao3 yue4 wang4 +000086 毋庸#1讳言#3,人有#1记性#3,亦有#1忘性#4。 + wu4 yong1 hui4 yan2 ren2 you3 ji4 xing4 yi4 you3 wang4 xing4 +000087 餐后#3,一行人#2又陪#1汪小菲#3到#1另一诊所#2看#1耳鼻喉科#4。 + can1 hou4 yi4 xing2 ren2 you4 pei2 wang1 xiao3 fei1 dao4 ling4 yi4 zhen2 suo3 kan4 er3 bi2 hou2 ke1 +000088 干嘛啊你#2又来#1勾搭谁#4。 + gan4 ma2 a5 ni3 you4 lai2 gou1 da5 shei2 +000089 约婉卡#2与#1铁托#2没有#1孩子#4。 + yue1 wan2 ka3 yu2 tie3 tuo1 mei2 you3 hai2 zi5 +000090 受损#2宋代#1哥窑#2青釉#1葵瓣#1口盘#2正面#1损毁后#4。 + shou4 sun3 song4 dai4 ge1 yao2 qing1 you4 kui2 ban4 kou3 pan2 zheng4 mian4 sun2 hui3 hou4 +000091 也#1欢迎#2卫生棉#1厂商#3找我#1代言#4。 + ye3 huan1 ying2 wei4 sheng1 mian2 chang3 shang1 zhao2 wo3 dai4 yan2 +000092 蝼蚁#1往还#2空#1垄亩#3,骐麟#1埋没#2几春秋#4。 + lou2 yi2 wang3 huan2 kong1 long2 mu3 qi2 lin2 mai2 mo4 ji3 chun1 qiu1 +000093 如#1护发#2和#1护眼#2要#1戴上#2硅胶#1泳帽#3和#1摘除#1隐形#1眼镜#4。 + ru2 hu4 fa4 he2 hu4 yan3 yao4 dai4 shang4 gui1 jiao1 yong3 mao4 he2 zhai1 chu2 yin3 xing2 yan3 jing4 +000094 马浚伟#2与#1杨怡等#2共度#1生日#4。 + ma3 xun4 wei2 yu3 yang2 yi2 deng3 gong4 du4 sheng1 ri4 +000095 省级#1文保#1单位#3满院儿#2溜达鸡#4。 + sheng3 ji2 wen2 bao3 dan1 wei4 man3 yuanr4 liu1 da5 ji1 +000096 图为#2中山#1詹园#2广邀#2千余#1游客#3品尝#2重阳#1益寿#2千叟宴#4。 + tu2 wei2 zhong1 shan1 zhan1 yuan2 guang3 yao1 qian1 yu2 you2 ke4 pin3 chang2 chong2 yang2 yi4 shou4 qian1 sou3 yan4 +000097 小文杰#2全身#1枯瘦#1如柴#4。 + xiao3 wen2 jie2 quan2 shen1 ku1 shou4 ru2 chai2 +000098 秦某#2用#1脸盆#1舀水#2将火#1扑灭#4。 + qin2 mou3 yong4 lian3 pen2 yao2 shui3 jiang1 huo3 pu1 mie4 +000099 安全套#2做成#1巫毒#1娃娃#1样子#4。 + an1 quan2 tao4 zuo4 cheng2 wu1 du2 wa2 wa5 yang4 zi5 +000100 第三#2是#1烤鸭#2缺斤#1短两#4。 + di4 san1 shi4 kao3 ya1 que1 jin1 duan2 liang3 +000101 传#1马伊璃#2怀上#1二胎#4。 + chuan2 ma3 yi1 li2 huai2 shang5 er4 tai1 +000102 风筝#1要线#3,奔马#1要缰#3,航船#1要舵#4。 + feng1 zheng5 yao4 xian4 ben1 ma3 yao4 jiang1 hang2 chuan2 yao4 duo4 +000103 贾媛媛#2拖#1高岳#1上楼#4。 + jia3 yuan2 yuan5 tuo1 gao1 yue4 shang4 lou2 +000104 黑袍鸟#1“小黑#2”是#1林八哥#4。 + hei1 pao2 niao2 xiao3 hei1 shi5 lin2 ba1 ge1 +000105 他#1越摁#3,我#1越慌#3,发动#1越慢#4。 + ta1 yue4 en4 wo3 yue4 huang1 fa1 dong4 yue4 man4 +000106 卯兔#2开新岁#3,两岸#2共迎春#4。 + mao3 tu4 kai1 xin1 sui4 liang3 an4 gong4 ying2 chun1 +000107 五月#1天玛莎#3替#1菊娃娃#3换装#1比基尼#4。 + wu3 yue4 tian1 ma3 sha1 ti4 ju2 wa2 wa5 huan4 zhuang1 bi3 ji1 ni2 +000108 坡土#2岩性#1为#1坡坡#3,残积土#2属#1土质#1边坡#4。 + po1 tu3 yan2 xing4 wei2 po1 po1 can2 ji1 tu3 shu2 tu3 zhi4 bian1 po1 +000109 墨西哥#2一五#1二一年#3沦为#2西班牙#2殖民地#4。 + mo4 xi1 ge1 yi1 wu3 er4 yi1 nian2 lun2 wei2 xi1 ban1 ya2 zhi2 min2 di4 +000110 娃哈哈#1企业#2研究院#1副院长#2李言郡#3算是#2“苦主#1”之一#4。 + wa2 ha1 ha1 qi3 ye4 yan2 jiu1 yuan4 fu4 yuan4 zhang3 li3 yan2 jun4 suan4 shi4 ku2 zhu3 zhi1 yi1 +000111 周韵#3则获#2老外#1搂腰#3,兴奋#1大笑#4。 + zhou1 yun4 ze2 huo4 lao3 wai4 lou3 yao1 xing1 fen4 da4 xiao4 +000112 我#1要用#1谷歌#3发送#1一封#1邮件#4。 + wo3 yao4 yong4 gu3 ge1 fa1 song4 yi4 feng1 you2 jian4 +000113 迪沃尔夫#3则#1吞了#1一口水#4。 + di2 wo4 er3 fu1 ze2 tun1 le5 yi4 kou2 shui3 +000114 先师的#2研究#1领域#2浩瀚#1无涯矣#4。 + xian1 shi1 de5 yan2 jiu1 ling3 yu4 hao4 han4 wu2 ya2 yi3 +000115 因#2干爹#1而红的#1模特#1周蕊#4。 + yin1 gan1 die1 er2 hong2 de5 mo2 te4 zhou1 rui3 +000116 玩咖#2用来#1骗#1美眉#4。 + wan2 ka1 yong4 lai2 pian4 mei3 mei2 +000117 五戒#1松散#1狭隘#3,要#1团结#1合作#4。 + wu3 jie4 song1 san3 xia2 ai4 yao4 tuan2 jie2 he2 zuo4 +000118 希望#2看一眼#2格尔木的#1树叶#4。 + xi1 wang4 kan4 yi4 yan3 ge2 er3 mu4 de5 shu4 ye4 +000119 秉哲#2也#1回吻#1大蟒蛇#4。 + bing3 zhe2 ye3 hui2 wen3 da4 mang3 she2 +000120 城门#1顶端#2有#1桃色的#1陶瓦#3,屋顶#2以#1龙凤#2等#1瑞兽#1装饰#4。 + cheng2 men2 ding3 duan1 you3 tao2 se4 de5 tao2 wa3 wu1 ding3 yi3 long2 feng4 deng3 rui4 shou4 zhuang1 shi4 +000121 学生#2踏上#1栏杆#2戏弄#1鳄鱼#4。 + xue2 sheng1 ta4 shang4 lan2 gan1 xi4 nong5 e4 yu2 +000122 你看#2梁朝伟演#1“色戒#3”,刘嘉玲#2也得#2咬牙#1忍住呀#4。 + ni3 kan4 liang2 chao2 wei2 yan3 se4 jie4 liu2 jia1 ling2 ye2 dei2 yao3 ya2 ren3 zhu4 ya5 +000123 这要#1问问#2火星#1上的#1鱼啦#4。 + zhe4 yao4 wen4 wen5 huo3 xing1 shang4 de5 yu2 la5 +000124 钟镇涛#2与#1女儿#2牵手#1逛街#4。 + zhong1 zhen4 tao1 yu2 nv3 er2 qian1 shou3 guang4 jie1 +000125 一层#2可以种#2花花#1草草#4。 + yi1 ceng2 ke2 yi3 zhong4 hua1 hua1 cao2 cao3 +000126 每家#1作坊#2损失有#2一二#1十万元#4。 + mei3 jia1 zuo1 fang5 sun3 shi1 you3 yi1 er4 shi2 wan4 yuan2 +000127 他#2面容#1憔悴#3,右腿#1有些#1瘸拐#4。 + ta1 mian4 rong2 qiao2 cui4 you4 tui2 you3 xie1 que2 guai3 +000128 舅舅#2指#1张韶涵#2殴亲#4。 + jiu4 jiu5 zhi3 zhang1 shao2 han2 ou1 qin1 +000129 法院#2准许#2合同#1解除#4。 + fa3 yuan4 zhun2 xu3 he2 tong5 jie3 chu2 +000130 另外#3,窝案#1串案多#3也#1尤为#1突出#4。 + ling4 wai4 wo1 an4 chuan4 an4 duo1 ye3 you2 wei2 tu1 chu1 +000131 搞些#2林业#1机械#1主业#1以外的#1偏业呢#4? + gao3 xie1 lin2 ye4 ji1 xie4 zhu3 ye4 yi3 wai4 de5 pian1 ye4 ne5 +000132 棉花#1收购#2也遭#1游资#2恶性#1炒作#4。 + mian2 hua1 shou1 gou4 ye3 zao1 you2 zi1 e4 xing4 chao3 zuo4 +000133 古永锵#3已#2“军壁#1垓下#4”。 + gu2 yong3 qiang1 yi3 jun1 bi4 gai1 xia4 +000134 他#2又哭#1又闹#3,还拿刀#2戳来#1戳去#4。 + ta1 you4 ku1 you4 nao4 hai2 na2 dao1 chuo1 lai2 chuo1 qu4 +000135 在#1放下#2清扫#1机后#3,万庆良#2改用#1扫帚#1作业#4。 + zai4 fang4 xia4 qing1 sao3 ji1 hou4 wan4 qing4 liang2 gai3 yong4 sao4 zhou5 zuo4 ye4 +000136 她#2昂首#1挺胸#2,迎风#1而立#3,炯炯#1有神的#1双目#3眺望#1前方#4。 + ta1 ang2 shou2 ting3 xiong1 ying2 feng1 er2 li4 jiong2 jiong2 you3 shen2 de5 shuang1 mu4 tiao4 wang4 qian2 fang1 +000137 而#2张茆#2日前#1也宣布#2与#1外籍#1男友#1订婚#4。 + er2 zhang1 mao2 ri4 qian2 ye3 xuan1 bu4 yu3 wai4 ji2 nan2 you3 ding4 hun1 +000138 扪萝#1登塔远#3,刳木#2取泉遥#4。 + men2 luo2 deng1 ta2 yuan3 ku1 mu4 qu3 quan2 yao2 +000139 你#1无语#2我很#1闲滴勒#4。 + ni3 wu2 yu3 wo2 hen3 xian2 di5 le4 +000140 问题#1牛肉#2据信#2源自#1一家#2罗马尼亚#1屠宰场#4。 + wen4 ti2 niu2 rou4 ju4 xin4 yuan2 zi4 yi4 jia1 luo2 ma3 ni2 ya4 tu2 zai2 chang3 +000141 阿尔瓦雷斯#2依言#1行事#4。 + a1 er2 wa3 lei2 si1 yi1 yan2 xing2 shi4 +000142 只愿#1苍天#2相照应#3,留得#1情谊#3比#1锦翠#4。 + zhi3 yuan4 cang1 tian1 xiang1 zhao4 ying5 liu2 de2 qing2 yi4 bi2 jin3 cui4 +000143 菀之#2挑选#1男友#2最怕#1无趣#4。 + yu4 zhi1 tiao1 xuan3 nan2 you3 zui4 pa4 wu2 qu4 +000144 坦塔维#2和安南#3被#1任命为#2总统#1顾问#4。 + tan2 ta3 wei2 he2 an1 nan2 bei4 ren4 ming4 wei2 zong2 tong3 gu4 wen4 +000145 小真#2一边#1用#1纸巾#2按压#1止血#3,一边#2又#1开始#2低声#1啜泣#4。 + xiao3 zhen1 yi4 bian1 yong4 zhi3 jin1 an4 ya1 zhi2 xie3 yi4 bian1 you4 kai1 shi3 di1 sheng1 chuo4 qi4 +000146 邱韶智#1因此#2被#1外界#1讽刺是#3“鳄鱼头#2,老衬底#4”。 + qiu1 shao2 zhi4 yin1 ci3 bei4 wai4 jie4 feng3 ci4 shi4 e4 yu2 tou2 lao3 chen4 di3 +000147 花朵体#2引发#1网友#2热议#1效仿#4。 + hua1 duo2 ti2 yin3 fa1 wang2 you3 re4 yi4 xiao4 fang3 +000148 肖克#2在#1空调厂#2卸完货#3,由#1原路#1返回#2寸滩港#4。 + xiao1 ke4 zai4 kong1 tiao2 chang3 xie4 wan2 huo4 you2 yuan2 lu4 fan3 hui2 cun4 tan1 gang3 +000149 由此#1牵出#1丑闻#3,有人#2蓄意#1栽赃#2萨科齐#4。 + you2 ci3 qian1 chu1 chou3 wen2 you3 ren2 xu4 yi4 zai1 zang1 sa4 ke1 qi2 +000150 瓦努阿图#3位于#2环太平洋#1地震#1多发带#4。 + wa2 nu3 a1 tu2 wei4 yu2 huan2 tai4 ping2 yang2 di4 zhen4 duo1 fa1 dai4 +000151 干罢#1农活#2上上网#3,咱也#1玩玩#2假农场#4。 + gan4 ba4 nong2 huo2 shang4 shang4 wang3 zan2 ye3 wan2 wan5 jia3 nong2 chang3 +000152 这#1就是#2英业达#2硬包软#3,软#1卖硬的#1理念#4。 + zhe4 jiu4 shi4 ying1 ye4 da2 ying4 bao1 ruan3 ruan3 mai4 ying4 de5 li3 nian4 +000153 烧#1花鸭#3,烧#1雏鸡儿#4。 + shao1 hua1 ya1 shao1 chu2 jir1 +000154 中枪#1小考拉#2生命#1垂危#4。 + zhong4 qiang1 xiao2 kao3 la1 sheng1 ming4 chui2 wei1 +000155 手捧#1死蚕#3,蚕农#2非常#1沮丧#4。 + shou2 peng2 si3 can2 can2 nong2 fei1 chang2 ju3 sang4 +000156 不过#2仍#1挡不住#1一些#1烟民#2吞云#1吐雾#4。 + bu2 guo4 reng2 dang3 bu2 zhu4 yi4 xie1 yan1 min2 tun1 yun2 tu3 wu4 +000157 亲朋#1好友#2捧着#1花篮#2前来#1吊唁#4。 + qin1 peng2 hao2 you3 peng3 zhe5 hua1 lan2 qian2 lai2 diao4 yan4 +000158 九阳#1豆浆机#3我#1到是#1会用#4。 + jiu3 yang2 dou4 jiang1 ji1 wo3 dao4 shi5 hui4 yong4 +000159 全国#2一共有#2一百#1一十二所#2二一一#1高校#4。 + quan2 guo2 yi2 gong4 you3 yi4 bai3 yi1 shi2 er4 suo3 er4 yao1 yao1 gao1 xiao4 +000160 富豪#1落马#2源于#2规范#1监督#1缺位#3、溺爱#1纵容下的#1野蛮#1生长#4。 + fu4 hao2 luo4 ma3 yuan2 yu2 gui1 fan4 jian1 du1 que1 wei4 ni4 ai4 zong4 rong2 xia4 de5 ye3 man2 sheng1 zhang3 +000161 王金艳#3左侧#1颅骨#2严重#1凹陷#4。 + wang2 jin1 yan4 zuo3 ce4 lu2 gu3 yan2 zhong4 ao1 xian4 +000162 用的#1枪支#3有#1阿嘎枪#2和#1手枪等#4。 + yong4 de5 qiang1 zhi1 you3 a1 ga1 qiang1 he2 shou3 qiang1 deng3 +000163 最后#1抹掉#2口角#1唾沫#3,作鸟#1兽散#4。 + zui4 hou4 mo3 diao4 kou2 jiao3 tuo4 mo5 zuo4 niao3 shou4 san4 +000164 另一名#1遇难者#2秦萍凤#3是#1崇明#1滧南#1村人#4。 + ling4 yi4 ming2 yu4 nan4 zhe3 qin2 ping2 feng4 shi4 chong2 ming2 yao2 nan2 cun1 ren2 +000165 英雄#2熊尿保#2痛失#1亲人#2老泪#1纵横#4。 + ying1 xiong2 xiong2 niao4 bao3 tong4 shi1 qin1 ren2 lao3 lei4 zong4 heng2 +000166 俄罗斯#2公车#1滥用#2屡遭#1抨击#4。 + e2 luo2 si1 gong1 che1 lan4 yong4 lv3 zao1 peng1 ji1 +000167 办好#2中国#1普法网#2英文网#4。 + ban4 hao3 zhong1 guo2 pu2 fa2 wang3 ying1 wen2 wang3 +000168 我妈#2笑我傻#3,我妈#2笑我憨#4。 + wo3 ma1 xiao4 wo2 sha3 wo3 ma1 xiao4 wo3 han1 +000169 吃个#1甜筒#2降#1降温吧#4。 + chi1 ge5 tian2 tong3 jiang4 jiang5 wen1 ba5 +000170 燕娅娅#1油画#1作品#2“奶奶#4”。 + yan4 ya4 ya5 you2 hua4 zuo4 pin2 nai3 nai5 +000171 在#1引桥#1上跑#2很#1危险#4。 + zai4 yin3 qiao2 shang4 pao2 hen3 wei1 xian3 +000172 胡杏儿#2盛装#1打扮#3,与#1刘青云#2现身#2威尼斯#1影展#4。 + hu2 xing4 er2 sheng4 zhuang1 da3 ban4 yu3 liu2 qing1 yun2 xian4 shen1 wei1 ni2 si1 ying2 zhan3 +000173 杨凯#2苦笑着#3,继续#1往家“挪#4”。 + yang2 kai2 ku3 xiao4 zhe5 ji4 xu4 wang3 jia1 nuo2 +000174 约#1两万#1零#1两百人#1受影响#4。 + yue1 liang3 wan4 ling2 liang2 bai3 ren2 shou4 ying2 xiang3 +000175 你沾#1我的光#1也够戗#4。 + ni3 zhan1 wo3 de5 guang1 ye3 gou4 qiang1 +000176 阿默#1舍姆#3位于#1首都#2伦敦#1以西#4。 + a1 mo4 she2 mu3 wei4 yu2 shou3 du1 lun2 dun1 yi3 xi1 +000177 艮其止#3,止其#1所也#4。 + gen4 qi2 zhi3 zhi3 qi2 suo2 ye3 +000178 而#2涉案#1被捕#1女疑犯#1姓黄#4。 + er2 she4 an4 bei4 bu2 nv3 yi2 fan4 xing4 huang2 +000179 暖暖#2也#1越来越#1逆反了#4。 + nuan2 nuan3 ye3 yue4 lai2 yue4 ni4 fan3 le5 +000180 据#1介绍#3,非标#1柴油#2一般#1是用#2白油料#3掺兑#3走私#1红油#4。 + ju4 jie4 shao4 fei1 biao1 chai2 you2 yi4 ban1 shi4 yong4 bai2 you2 liao4 chan1 dui4 zou3 si1 hong2 you2 +000181 警犬#2训练#1大队#2携犬#1巡检#4。 + jing2 quan3 xun4 lian4 da4 dui4 xie2 quan3 xun2 jian3 +000182 广东省#1政协#1常委#2陈缵光#3走进#2“蚁族#1”居所#4。 + guang3 dong1 sheng3 zheng4 xie2 chang2 wei3 chen2 zuan3 guang1 zou3 jin4 yi3 zu2 ju1 suo3 +000183 珠泪#1下落#2情洒#1空床#4。 + zhu1 lei4 xia4 luo4 qing2 sa3 kong1 chuang2 +000184 羌管#1弄晴#2,菱歌#1泛夜#3,嬉嬉#2钓叟#1莲娃#4。 + qiang1 guan3 nong4 qing2 ling2 ge1 fan4 ye4 xi1 xi1 diao4 sou3 lian2 wa2 +000185 杨洪全#2是#1田坝镇#2挖夯村#1村民#4。 + yang2 hong2 quan2 shi4 tian2 ba4 zhen4 wa1 hang1 cun1 cun1 min2 +000186 在#1施工中#3无法用#1夯机#1碾轧#4。 + zai4 shi1 gong1 zhong1 wu2 fa3 yong4 hang1 ji1 nian3 zha2 +000187 碑帖#3、法帖#3、字帖#3、画帖的#1帖#3与#1饕餮的#1餮#2都念餮#4。 + bei1 tie4 fa3 tie4 zi4 tie4 hua4 tie4 de5 tie4 yu3 tao1 tie4 de5 tie4 dou1 nian4 tie4 +000188 没坐相#2意味着#2没教养#3,辱没#1祖宗#4。 + mei2 zuo4 xiang4 yi4 wei4 zhe5 mei2 jiao4 yang3 ru3 mo4 zu3 zong1 +000189 纹饰#2以#1细绳纹#1为主#3,还有#2交错#1绳纹#3、弦纹#3、戳刺纹等#4。 + wen2 shi4 yi3 xi4 sheng2 wen2 wei2 zhu3 hai2 you3 jiao1 cuo4 sheng2 wen2 xian2 wen2 chuo1 ci4 wen2 deng3 +000190 歹徒们#2抡着#1管子#2又打#1又刺#3,急于#2置人#1于死地#4。 + dai3 tu2 men5 lun1 zhe5 guan3 zi5 you4 da3 you4 ci4 ji2 yu2 zhi4 ren2 yu2 si3 di4 +000191 大挂车#1驾驶员#2刘卫东#3右脚#2被#1死死#1卡住#2无法#1动弹#4。 + da4 gua4 che1 jia4 shi3 yuan2 liu2 wei4 dong1 you4 jiao3 bei4 si2 si2 qia3 zhu4 wu2 fa3 dong4 tan5 +000192 温岭市#2蓝孔雀#1幼师#2颜艳红的#2“虐童#1”行为#4。 + wen1 ling3 shi4 lan2 kong3 que4 you4 shi1 yan2 yan4 hong2 de5 nve4 tong2 xing2 wei2 +000193 且有#2确切#1材料#1为证#4。 + qie2 you3 que4 qie4 cai2 liao4 wei2 zheng4 +000194 酒井#1法子#1吸毒案#3震惊#1演艺圈#4。 + jiu2 jing3 fa2 zi3 xi1 du2 an4 zhen4 jing1 yan3 yi4 quan1 +000195 欢迎#2各位#1朋友#2常来#1逛逛#1聊聊#4。 + huan1 ying2 ge4 wei4 peng2 you5 chang2 lai2 guang4 guang5 liao2 liao5 +000196 老王#2边啃#1烧饼#1边说#4。 + lao3 wang2 bian1 ken3 shao1 bing3 bian1 shuo1 +000197 警方#2苦苦#1追踪#1魏某#4。 + jing3 fang1 ku2 ku3 zhui1 zong1 wei4 mou3 +000198 林祖恋#2任#1乌坎村#2党总支#1书记#4。 + lin2 zu3 lian4 ren4 wu1 kan3 cun1 dang2 zong3 zhi1 shu1 ji4 +000199 他#1蹑手#1蹑脚#1进了屋#3,溜进#1卧室#4。 + ta1 nie4 shou3 nie4 jiao3 jin4 le5 wu1 liu1 jin4 wo4 shi4 +000200 此文#1经摘编#3,标题为#2编者#1制作#4。 + ci3 wen2 jing1 zhai1 bian1 biao1 ti2 wei2 bian1 zhe3 zhi4 zuo4 +000201 两艘船#2在#1护航#2往#1香港走#4。 + liang3 sou1 chuan2 zai4 hu4 hang2 wang3 xiang1 gang2 zou3 +000202 而#1曾母#2也患有#1糖尿病#4。 + er2 zeng1 mu3 ye3 huan4 you3 tang2 niao4 bing4 +000203 杨千嬅#2为#1时装秀#2任#1压轴#1嘉宾#4。 + yang2 qian1 hua4 wei4 shi2 zhuang1 xiu4 ren4 ya1 zhou4 jia1 bin1 +000204 民警#2尾随#1追击#3,抓获#1一名#1毛贼#4。 + min2 jing3 wei3 sui2 zhui1 ji1 zhua1 huo4 yi4 ming2 mao2 zei2 +000205 讲咗#1好多#2好实在#1嘅嘢#4。 + jiang3 zuo5 hao3 duo1 hao3 shi2 zai4 kai2 ye3 +000206 好#1口渴啊#3,来#1泡杯#1茶喝#4。 + hao3 kou2 ke3 a5 lai2 pao4 bei1 cha2 he1 +000207 红玉#2在#1洞房#1之夜#1逃婚#3,被人#2误当作#1孪生#1姐姐#1苏雨宁#2而#1追捕#4。 + hong2 yu4 zai4 dong4 fang2 zhi1 ye4 tao2 hun1 bei4 ren2 wu4 dang1 zuo4 luan2 sheng1 jie3 jie5 su1 yu3 ning2 er2 zhui1 bu3 +000208 三月#2春来早#3,嫩芽#2挂树梢#4。 + san1 yue4 chun1 lai2 zao3 nen4 ya2 gua4 shu4 shao1 +000209 被告人#2闫永喜#2和#1毛旭东#2同庭#1受审#4。 + bei4 gao4 ren2 yan2 yong2 xi3 he2 mao2 xu4 dong1 tong2 ting2 shou4 shen3 +000210 一斗#2令#1一碗#3,相当于#2两碗#1白蚬#4。 + yi4 dou3 ling4 yi4 wan3 xiang1 dang1 yu2 liang2 wan3 bai2 xian3 +000211 吴#1利用#1自己#1哺乳期#1运输#2婴幼儿#1防查#4。 + wu2 li4 yong4 zi4 ji3 bu2 ru3 qi1 yun4 shu1 ying1 you4 er2 fang2 cha2 +000212 毕竟#3,“树挪死#2,人挪活”啊#4。 + bi4 jing4 shu4 nuo2 si3 ren2 nuo2 huo2 a5 +000213 不能#1为了#1凑文章#1而#1凑文章#4。 + bu4 neng2 wei4 le5 cou4 wen2 zhang1 er2 cou4 wen2 zhang1 +000214 橘农们#2从#1各处#2挑水#1抗旱#4。 + ju2 nong2 men5 cong2 ge4 chu4 tiao1 shui3 kang4 han4 +000215 军检#2对#1饶宏伟#2求处#1死刑#4。 + jun1 jian3 dui4 rao2 hong2 wei3 qiu2 chu2 si3 xing2 +000216 就是#2利润#1越挤#1越薄#3,越挤#1越薄#4。 + jiu4 shi4 li4 run4 yue4 ji3 yue4 bao2 yue4 ji3 yue4 bao2 +000217 须定晴#3,看#1委员#1提案#2,无一#1奏效#3,引#1无数#1房奴#1竞折腰#4。 + xu1 ding4 qing2 kan4 wei3 yuan2 ti2 an4 wu2 yi1 zou4 xiao4 yin3 wu2 shu4 fang2 nu2 jing4 zhe2 yao1 +000218 远景#2延伸至#2窦妪#3、栾城#4。 + yuan2 jing3 yan2 shen1 zhi4 dou4 yu4 luan2 cheng2 +000219 您#1等会儿#3我给您#1问问#4。 + nin2 deng3 huir4 wo2 gei3 nin2 wen4 wen5 +000220 这#1愤怒#3,恰如#1一座#2岩浆#1怒涌的#1火山#3,即欲#1喷发#4。 + zhe4 fen4 nu4 qia4 ru2 yi2 zuo4 yan2 jiang1 nu4 yong3 de5 huo3 shan1 ji2 yu4 pen1 fa1 +000221 有#1网友称#3,官员#2为#1陕西省#2安监局#1局长#2杨达才#4。 + you3 wang2 you3 cheng1 guan1 yuan2 wei2 shan3 xi1 sheng3 an1 jian1 ju2 ju2 zhang3 yang2 da2 cai2 +000222 阿尔特讷聚#3位于#2土叙#1边界#1西端#4。 + a1 er3 te4 ne4 ju4 wei4 yu2 tu3 xu4 bian1 jie4 xi1 duan1 +000223 国以#2民为本#3,党以#1民为基#4。 + guo2 yi3 min2 wei2 ben3 dang2 yi3 min2 wei2 ji1 +000224 是#1威胁哦#3恐吓哦#4。 + shi4 wei1 xie2 o5 kong3 he4 o5 +000225 声音#2嗲嗲的#3,装嫩#3,爱掉#1眼泪#4。 + sheng1 yin1 dia2 dia3 de5 zhuang1 nen4 ai4 diao4 yan3 lei4 +000226 以往#2常塞车的#1岗顶#3则#1很畅顺#4。 + yi2 wang3 chang2 sai1 che1 de5 gang2 ding3 ze2 hen3 chang4 shun4 +000227 一个#1方向#1预约#3不超过#2三趟#2可选#1车次#4。 + yi2 ge5 fang1 xiang4 yu4 yue1 bu4 chao1 guo4 san1 tang4 ke2 xuan3 che1 ci4 +000228 钟舒漫#2派#1热狗#1给长者#4。 + zhong1 shu1 man4 pai4 re4 gou2 gei3 zhang2 zhe3 +000229 一看#3,“一团#1浓烟#2直往#1天空蹿#4”。 + yi2 kan4 yi4 tuan2 nong2 yan1 zhi2 wang3 tian1 kong1 cuan1 +000230 离岸#2人民币#1债券#2俗称#3“点心债#4”。 + li2 an4 ren2 min2 bi4 zhai4 quan4 su2 cheng1 dian3 xin1 zhai4 +000231 奢侈品#1网购#2遭遇#2诚信#1“滑铁卢#4”。 + she1 chi2 pin2 wang3 gou4 zao1 yu4 cheng2 xin4 hua2 tie3 lu2 +000232 时近#1晌午#3,东二环#2广渠门桥#2东北角#4。 + shi2 jin4 shang2 wu3 dong1 er4 huan2 guang3 qu2 men2 qiao2 dong1 bei2 jiao3 +000233 窗外#2一片#1阴霾#3,这雨#2像是#1永远#1下不完了#4。 + chuang1 wai4 yi2 pian4 yin1 mai2 zhe4 yu3 xiang4 shi4 yong2 yuan3 xia4 bu4 wan2 le5 +000234 魏茵#2搭上的#2,是#1一趟#2死亡#1之旅#4。 + wei4 yin1 da1 shang4 de5 shi4 yi2 tang4 si3 wang2 zhi1 lv3 +000235 沙乌地#1相信#3宾拉登#2已病故#4。 + sha1 wu1 di4 xiang1 xin4 bin1 la1 deng1 yi3 bing4 gu4 +000236 吉允池#2第一壶#1中区#1站位#4。 + ji2 yun3 chi2 di4 yi1 hu2 zhong1 qu1 zhan4 wei4 +000237 俗话说#3,亡羊补牢#3,犹未#1晚也#4。 + su2 hua4 shuo1 wang2 yang2 bu3 lao2 you2 wei4 wan2 ye3 +000238 尽量#2蹭#1各种#1商务#1应酬#4。 + jin3 liang4 ceng4 ge4 zhong3 shang1 wu4 ying4 chou5 +000239 很快#2就有人#1回帖#2安慰#1王淼#4。 + hen3 kuai4 jiu4 you3 ren2 hui2 tie3 an1 wei4 wang2 miao3 +000240 遇难#1村民#2屋前#2扯起#1横幅#4。 + yu4 nan4 cun1 min2 wu1 qian2 che2 qi3 heng2 fu2 +000241 毛蛤#2等#1贝类#1海鲜#3易#1携带#2甲肝#1病毒#3,食用时#2一定要#2煮熟#1蒸透#4。 + mao2 ge3 deng3 bei4 lei4 hai3 xian1 yi4 xie2 dai4 jia3 gan1 bing4 du2 shi2 yong4 shi2 yi2 ding4 yao4 zhu3 shu2 zheng1 tou4 +000242 李家鼎#3一提起#1杨思琦#2又爆粗#4。 + li3 jia1 ding3 yi4 ti2 qi3 yang2 si1 qi2 you4 bao4 cu1 +000243 随后#3巴萨#2用#1伤愈#1复出的#1普约尔#2换下#1凯塔#4。 + sui2 hou4 ba1 sa4 yong4 shang1 yu4 fu4 chu1 de5 pu3 yue1 er3 huan4 xia4 kai2 ta3 +000244 沙特#1王子#2阿勒#1瓦利德#4。 + sha1 te4 wang2 zi3 a1 le4 wa3 li4 de2 +000245 而#2部分#1网民#2也#1乐于#2“围观#1起哄#4”。 + er2 bu4 fen5 wang3 min2 ye3 le4 yu2 wei2 guan1 qi3 hong4 +000246 云阳县#2盘龙镇#2四民村#3发展#1壮大#2樱桃#1产业#3,助农#1增收#4。 + yun2 yang2 xian4 pan2 long2 zhen4 si4 min2 cun1 fa1 zhan3 zhuang4 da4 ying1 tao2 chan3 ye4 zhu4 nong2 zeng1 shou1 +000247 网友#3“笨笨孩儿#2”压力#1不小#4。 + wang2 you3 ben4 ben5 hair2 ya1 li4 bu4 xiao3 +000248 渗浴#1河的#1清淤#1工作#2也已#1完工#4。 + shen4 yu4 he2 de5 qing1 yu1 gong1 zuo4 ye2 yi3 wan2 gong1 +000249 巫峡镇#1柳树村#2原文#1沈淑荣#3,其女#2考取#1大学#4。 + wu1 xia2 zhen4 liu3 shu4 cun1 yuan2 wen2 shen3 shu1 rong2 qi2 nv3 kao2 qu3 da4 xue2 +000250 女儿#2常#1无故#1晕倒#2,且#1久治#1不愈#4。 + nv3 er2 chang2 wu2 gu4 yun1 dao3 qie2 jiu3 zhi4 bu2 yu4 +000251 于跃海#2举报的#2大泗村#2十二组#2联运站#2及#1东侧#1耕地#4。 + yu2 yue4 hai3 ju3 bao4 de5 da4 si4 cun1 shi2 er4 zu3 lian2 yun4 zhan4 ji2 dong1 ce4 geng1 di4 +000252 李克勤#2与#1郑伊健#1捧场#4。 + li3 ke4 qin2 yu3 zheng4 yi1 jian4 peng2 chang3 +000253 她#1当即#2尴尬#1掩嘴#2兼#1拧头#4。 + ta1 dang1 ji2 gan1 ga4 yan2 zui3 jian1 ning3 tou2 +000254 然而#2此举#2依然#1未能#2抵挡#2炒家#1热情#4。 + ran2 er2 ci2 ju3 yi1 ran2 wei4 neng2 di2 dang2 chao3 jia1 re4 qing2 +000255 大量#1土方#3涌进#1犬舍#4。 + da4 liang4 tu3 fang1 yong3 jin4 quan3 she4 +000256 五是#2叶面#1“三喷#1”补肥#4。 + wu3 shi4 ye4 mian4 san1 pen1 bu3 fei2 +000257 关万章#2索性#1用脚#2狠踹#1卷帘门#3,但#1卷帘门#2未能#1打开#4。 + guan1 wan4 zhang1 suo3 xing4 yong4 jiao3 hen3 chuai4 juan3 lian2 men2 dan4 juan3 lian2 men2 wei4 neng2 da3 kai1 +000258 屋脊#1两端#2筑有#2筒形#2拱顶#2壁炉#1烟囱#3,伸出#1屋面#4。 + wu1 ji2 liang3 duan1 zhu4 you2 tong3 xing2 gong2 ding3 bi4 lu2 yan1 cong1 shen1 chu1 wu1 mian4 +000259 于幼军#3也是#1一厉害#1角色#4。 + yu2 you4 jun1 ye3 shi4 yi2 li4 hai5 jue2 se4 +000260 应届#1毕业生#3放宽至#2二十二#1周岁#4。 + ying1 jie4 bi4 ye4 sheng1 fang4 kuan1 zhi4 er4 shi2 er4 zhou1 sui4 +000261 齐莫#1维奇#3于是#2引进#1更多#1马匹#4。 + qi2 mo4 wei2 qi2 yu2 shi4 yin3 jin4 geng4 duo1 ma2 pi3 +000262 在#1摇曳的#1春光中#2慢慢#1消散#4。 + zai4 yao2 ye4 de5 chun1 guang1 zhong1 man4 man4 xiao1 san4 +000263 并且#1把我#1打伤了#3,造成#2左耳#2耳膜#1穿孔#3,右耳#1有#1淤血#4。 + bing4 qie3 ba2 wo2 da3 shang1 le5 zao4 cheng2 zuo2 er2 er3 mo2 chuan1 kong3 you4 er2 you3 yu1 xue4 +000264 自此#3,“艾妮#1女装#1”网店#3经常#1闪烁着#2“秒杀#1”二字#4。 + zi4 ci3 ai4 ni2 nv3 zhuang1 wang3 dian4 jing1 chang2 shan3 shuo4 zhe5 miao3 sha1 er4 zi4 +000265 俺从#1楼上#2叫俺#1姐姐#3,俺姐姐#1没醒#4。 + an3 cong2 lou2 shang4 jiao4 an2 jie3 jie5 an2 jie3 jie5 mei2 xing3 +000266 之后#2银行#2催着#1卡主#2去#1还钱#4。 + zhi1 hou4 yin2 hang2 cui1 zhe5 ka2 zhu3 qu4 huan2 qian2 +000267 耄耋#1书法家#2章汝奭#3还#1专程#2托友人#2表达#1哀思#4。 + mao4 die2 shu1 fa3 jia1 zhang1 ru3 shi4 hai2 zhuan1 cheng2 tuo1 you3 ren2 biao3 da2 ai1 si1 +000268 如今#3,中轴#1九门#3独缺#2地安门#4。 + ru2 jin1 zhong1 zhou2 jiu3 men2 du2 que1 di4 an1 men2 +000269 小貂#2因为#1长出了#2“喜鹊#1翅膀#3”而#1惊讶#1无比#4。 + xiao3 diao1 yin1 wei4 zhang3 chu1 le5 xi3 que4 chi4 bang3 er2 jing1 ya4 wu2 bi3 +000270 所以#3,胶囊#2也得#1当药#1一样#1监管#4。 + suo2 yi3 jiao1 nang2 ye2 dei3 dang1 yao4 yi2 yang4 jian1 guan3 +000271 早#1开奶#3、早#1吸吮#3、早#1喂养#4。 + zao3 kai1 nai3 zao3 xi1 shun3 zao3 wei4 yang3 +000272 去壳后#2仍#1保留#1些许#2外层#1组织#3,如#1皮层#3、糊粉层#2和#1胚芽#4。 + qu4 ke2 hou4 reng2 bao3 liu2 xie1 xu3 wai4 ceng2 zu3 zhi1 ru2 pi2 ceng2 hu2 fen3 ceng2 he2 pei1 ya2 +000273 此时#3李岩的#1饥饿#2仿佛#1教改的#1诺言#3,虚无#1缥缈#2也#1摸不着边#4。 + ci3 shi2 li3 yan2 de5 ji1 e4 fang3 fu2 jiao4 gai3 de5 nuo4 yan2 xu1 wu2 piao1 miao3 ye3 mo1 bu4 zhao2 bian1 +000274 应#1避免#1与#1大车#2逆向#2迎浪#1行驶#4。 + ying1 bi4 mian2 yu3 da4 che1 ni4 xiang4 ying2 lang4 xing2 shi3 +000275 可别#1随地#1吐痰呀#4。 + ke3 bie2 sui2 di4 tu3 tan2 ya5 +000276 新品种#2大蜥蜴#3“碧塔#2塔瓦#1巨蜥#4”。 + xin1 pin2 zhong3 da4 xi1 yi4 bi4 ta3 ta2 wa3 ju4 xi1 +000277 郭丑丑#2立即#1提出#2卖给#1舅妈#2秦贵英#4。 + guo1 chou2 chou3 li4 ji2 ti2 chu1 mai4 gei3 jiu4 ma1 qin2 gui4 ying1 +000278 魔鬼#1主场#2魔力#1无边#4。 + mo2 gui3 zhu2 chang3 mo2 li4 wu2 bian1 +000279 流浪犬#1收容队#2也落得#1“夭折#1”下场#4。 + liu2 lang4 quan3 shou1 rong2 dui4 ye3 luo4 de2 yao1 zhe2 xia4 chang3 +000280 坎通纳#3还被#1课以#2一万#1英镑的#1罚款#4。 + kan3 tong1 na4 hai2 bei4 ke4 yi3 yi2 wan4 ying1 bang4 de5 fa2 kuan3 +000281 出去后#2想到#1外面#1去#1闯一闯#4。 + chu1 qu4 hou4 xiang3 dao4 wai4 mian4 qu4 chuang3 yi4 chuang3 +000282 贪嗔#1痴慢#3,因果#1轮回#4。 + tan1 chen1 chi1 man4 yin1 guo3 lun2 hui2 +000283 意见#1认为#3,考虑#1郝雷#2因#1“吩噻嗪#1猝死#1综合症#1而#1死亡#4”。 + yi4 jian4 ren4 wei2 kao3 lv4 hao3 lei2 yin1 fen1 sai1 qin2 cu4 si3 zong1 he2 zheng4 er2 si3 wang2 +000284 小苏瑞#2穿#1芭蕾舞裙#2与#1妈妈#1逛街#4。 + xiao3 su1 rui4 chuan1 ba1 lei2 wu3 qun2 yu3 ma1 ma5 guang4 jie1 +000285 有本#1启奏#3,无本#1退朝#4。 + you2 ben2 qi3 zou4 wu2 ben3 tui4 chao2 +000286 一股股#1恶臭#2扑鼻#1而来#4。 + yi4 gu2 gu3 e4 chou4 pu1 bi2 er2 lai2 +000287 释小龙#1与#1沙妮#2现场#1跳舞#4。 + shi4 xiao3 long2 yu3 sha1 ni1 xian4 chang3 tiao4 wu3 +000288 回首#1峰峦#2入莽苍#4。 + hui2 shou3 feng1 luan2 ru4 mang3 cang1 +000289 明将#2袁崇焕#3曾据#1此城#2抗击#1努尔#1哈赤#2和#1皇太极#4。 + ming2 jiang4 yuan2 chong2 huan4 ceng2 ju4 ci3 cheng2 kang4 ji1 nu2 er3 ha1 chi4 he2 huang2 tai4 ji2 +000290 下面#2请#2凯德#1商用#1中国#1总裁#2骆伟汉#1先生#1致词#4。 + xia4 mian4 qing2 kai3 de2 shang1 yong4 zhong1 guo2 zong3 cai2 luo4 wei3 han4 xian1 sheng5 zhi4 ci2 +000291 风城#2超稠#1油油藏#3位于#2准噶尔#1盆地#2西北缘#4。 + feng1 cheng2 chao1 chou2 you2 you2 zang4 wei4 yu2 zhun3 ge2 er3 pen2 di4 xi1 bei3 yuan2 +000292 警方#2用#1锤子#2砸车门#4。 + jing3 fang1 yong4 chui2 zi5 za2 che1 men2 +000293 吕女说#3,张男#2二度#1进#1槟榔#1摊内#3,忽然#1学#1狗爬#2跑出#1店外#4。 + lv2 nv3 shuo1 zhang1 nan2 er4 du4 jin4 bing1 lang2 tan1 nei4 hu1 ran2 xue2 gou3 pa2 pao3 chu1 dian4 wai4 +000294 其余的#2是#1斑胸#1草雀#2和#1枫鸟#2等#1种类#4。 + qi2 yu2 de5 shi4 ban1 xiong1 cao3 que4 he2 feng1 niao3 deng2 zhong3 lei4 +000295 斗拱#2以榫#1相扣#3,紧密#1结实#3,端口#2还有#1精美的#1雕刻#4。 + dou2 gong3 yi2 sun3 xiang1 kou4 jin3 mi4 jie1 shi5 duan1 kou3 hai2 you3 jing1 mei3 de5 diao1 ke4 +000296 巍巍#2井冈山#3,绵亘#2五百里#4。 + wei1 wei1 jing3 gang1 shan1 mian2 gen4 wu2 bai2 li3 +000297 不能#2狗熊#1掰棒子#4。 + bu4 neng2 gou3 xiong2 bai1 bang4 zi5 +000298 民#1哪告得过#1官啊#4? + min2 na3 gao4 de5 guo4 guan1 a5 +000299 又称#2喀喇#2昆仑#1公路#4。 + you4 cheng1 ka1 la3 kun1 lun2 gong1 lu4 +000300 这#1怕是要#2考考#1当地#1政府了#4。 + zhe4 pa4 shi4 yao5 kao2 kao3 dang1 di4 zheng4 fu3 le5 +000301 叶山豪#2不就#1单眼皮吗#3,又有型#3,外形#2也很#1符合喔#4! + ye4 shan1 hao2 bu2 jiu4 dan1 yan3 pi2 ma5 you4 you3 xing2 wai4 xing2 ye2 hen3 fu2 he2 wo5 +000302 那#1咱俩#2一起#1数羊吧#4。 + na4 zan2 lia3 yi4 qi2 shu3 yang2 ba5 +000303 猩猩#2在#1平衡木上#1“耍赖#4”。 + xing1 xing5 zai4 ping2 heng2 mu4 shang4 shua3 lai4 +000304 随着#1环境呀#2,因素呀#2有#1改变呀#4。 + sui2 zhe5 huan2 jing4 ya5 yin1 su4 ya5 you2 gai3 bian4 ya5 +000305 现因#2执行#1刑满#2予以#1释放#4。 + xian4 yin1 zhi2 xing2 xing2 man3 yu2 yi3 shi4 fang4 +000306 刘犇#3、王垚垚#3、王桂华#3、赵永胜#3、蔡智勇#2也#1分别#1发言#4。 + liu2 ben1 wang2 yao2 yao5 wang2 gui4 hua2 zhao4 yong3 sheng4 cai4 zhi4 yong3 ye3 fen1 bie2 fa1 yan2 +000307 江一燕#2一直#2自诩为#2“爬行者#4”。 + jiang1 yi1 yan4 yi4 zhi2 zi4 xu3 wei2 pa2 xing2 zhe3 +000308 天高#1云淡#2,秋阳#1灿烂#4。 + tian1 gao1 yun2 dan4 qiu1 yang2 can4 lan4 +000309 严扬生#2不愧为#1“一把#1好算盘#3”,硬将#1几笔#2未结#1账目#2列为#1死账#4。 + yan2 yang2 sheng1 bu2 kui4 wei2 yi4 ba2 hao3 suan4 pan5 ying4 jiang1 ji2 bi3 wei4 jie2 zhang4 mu4 lie4 wei2 si3 zhang4 +000310 你猜#2我猜#2你猜#1不猜#4。 + ni3 cai1 wo3 cai1 ni3 cai1 bu4 cai1 +000311 母子#1开心#3奔向#2冷饮店#4。 + mu2 zi3 kai1 xin1 ben1 xiang4 leng2 yin3 dian4 +000312 遇到#1问题#2要#1勇敢#1面对呀#4。 + yu4 dao4 wen4 ti2 yao4 yong2 gan3 mian4 dui4 ya5 +000313 我#1心里#2三万只#1草泥马#2奔腾#1而过#4。 + wo3 xin1 li3 san1 wan4 zhi1 cao3 ni2 ma3 ben1 teng2 er2 guo4 +000314 室外#2建有#1葡萄园#2和#1停机坪#4。 + shi4 wai4 jian4 you3 pu2 tao5 yuan2 he2 ting2 ji1 ping2 +000315 辣椒#2都是#2整捆#1整捆#1在#1晾晒的#4。 + la4 jiao1 dou1 shi4 zheng2 kun3 zheng2 kun3 zai4 liang4 shai4 de5 +000316 冢子#1坡桥#2依然#1被水#1漫过#4。 + zhong2 zi3 po1 qiao2 yi1 ran2 bei4 shui3 man4 guo4 +000317 恩#3?叉叉#1圈圈#1是什么#4? + en1 cha1 cha1 quan1 quan1 shi4 shen2 me5 +000318 这一切#2全要由#2王美珍#1一人#1操持#4。 + zhe4 yi2 qie4 quan2 yao4 you2 wang2 mei3 zhen1 yi4 ren2 cao1 chi2 +000319 打捞队#2虽#1撒网#1打捞#3,无果#4。 + da3 lao1 dui4 sui1 sa2 wang2 da3 lao1 wu2 guo3 +000320 我们#1一直#1都#1认为#2吐血#2有血燕#4。 + wo3 men5 yi4 zhi2 dou1 ren4 wei2 tu4 xie2 you3 xue4 yan4 +000321 该案#2成为#1宋鹏飞#2涉黑案的#1导火索#4。 + gai1 an4 cheng2 wei2 song4 peng2 fei1 she4 hei1 an4 de5 dao2 huo2 suo3 +000322 春眠#2不觉晓#3,处处#2蚊子咬#4。 + chun1 mian2 bu4 jue2 xiao3 chu4 chu4 wen2 zi5 yao3 +000323 今夜#2有#1雨夹雪#3,明日#2转小雪#4。 + jin1 ye4 you2 yu3 jia1 xue3 ming2 ri4 zhuan3 xiao2 xue3 +000324 建议#2北京#1也搞#1一个哟#4! + jian4 yi4 bei3 jing1 ye2 gao3 yi2 ge5 you1 +000325 这种鸟#3脖子上#1有一圈#2乌黑的#1羽毛#4。 + zhe4 zhong2 niao3 bo2 zi5 shang4 you3 yi4 quan1 wu1 hei1 de5 yu3 mao2 +000326 说来#1话长#2,一言#1难尽啊#4。 + shuo1 lai2 hua4 chang2 yi4 yan2 nan2 jin4 a5 +000327 旋任#2故宫#1博物院#3古物馆#1科长#3及#1编纂#4。 + xuan4 ren4 gu4 gong1 bo2 wu4 yuan4 gu3 wu4 guan3 ke1 zhang3 ji2 bian1 zuan3 +000328 真要#1想#1干事#3,就得#2惜寸阴#4。 + zhen1 yao4 xiang3 gan4 shi4 jiu4 dei3 xi1 cun4 yin1 +000329 她#1穿着#1睡衣#2赤脚#1往外跑#4。 + ta1 chuan1 zhe5 shui4 yi1 chi4 jiao2 wang3 wai4 pao3 +000330 而#2唐恒#1也病了#3,喉咙#1发炎#4。 + er2 tang2 heng2 ye3 bing4 le5 hou2 long5 fa1 yan2 +000331 窃匪#2欲撬#1夹万时#2触动#1警钟#3,急挟#1赃物#3沿#1“凿墙路#1”逃走#4。 + qie4 fei3 yu4 qiao4 jia1 wan4 shi2 chu4 dong4 jing3 zhong1 ji2 xie2 zang1 wu4 yan2 zao2 qiang2 lu4 tao2 zou3 +000332 莱昂纳多#2吹#2呜呜#1祖拉#4。 + lai2 ang2 na4 duo1 chui1 wu1 wu1 zu3 la1 +000333 业主#1操纵#2招投标#1普遍#4。 + ye4 zhu3 cao1 zong4 zhao1 tou2 biao1 pu3 bian4 +000334 民以#1食#1为天#3,粮价#3乃#1百价#1之基#4。 + min2 yi3 shi2 wei2 tian1 liang2 jia4 nai2 bai3 jia4 zhi1 ji1 +000335 全剧#2以#1瑶族#1特有的#1长鼓#1贯穿#4。 + quan2 ju4 yi3 yao2 zu2 te4 you3 de5 chang2 gu3 guan4 chuan1 +000336 咋可能#2我#1让它#1做问卷#2它#1就做#1问卷呢#4。 + za2 ke3 neng2 wo3 rang4 ta1 zuo4 wen4 juan4 ta1 jiu4 zuo4 wen4 juan4 ne5 +000337 老师#3责令#1赵薇#1写检讨#4。 + lao3 shi1 ze2 ling4 zhao4 wei1 xie3 jian2 tao3 +000338 津浦#1在望#3,陇海#1相连#4。 + jin1 pu3 zai4 wang4 long2 hai3 xiang1 lian2 +000339 这条#1毒蛇#2名为#3“玛蒂尔#1达角蝰#4”。 + zhe4 tiao2 du2 she2 ming2 wei2 ma3 di4 er3 da2 jiao3 kui2 +000340 会面时#3,曾荫权#2一直#1用#1流利的#1英语#2与#1霍华德#1交谈#3,没有#1安排#1翻译#4。 + hui4 mian4 shi2 zeng1 yin1 quan2 yi4 zhi2 yong4 liu2 li4 de5 ying1 yu3 yu3 huo4 hua2 de2 jiao1 tan2 mei2 you3 an1 pai2 fan1 yi4 +000341 杨胜忠#2与#1金继芬#2相互#1搀扶#4。 + yang2 sheng4 zhong1 yu3 jin1 ji4 fen1 xiang1 hu4 chan1 fu2 +000342 英语#2则有#2阅读#1理解#1等#1题型#4。 + ying1 yu3 ze2 you3 yue4 du2 li2 jie3 deng3 ti2 xing2 +000343 莽莽#1乡野#3,万水#1千山#3,铿锵#1承诺#4。 + mang2 mang3 xiang1 ye3 wan4 shui3 qian1 shan1 keng1 qiang1 cheng2 nuo4 +000344 眼下#1儿子#2高烧#1不退#3,他为#1给儿#1筹#1医药费#2决定#1扒窃#4。 + yan3 xia4 er2 zi5 gao1 shao1 bu2 tui4 ta1 wei4 gei3 er2 chou2 yi1 yao4 fei4 jue2 ding4 pa2 qie4 +000345 节能#1空间#2逼仄#3,却也#2大有#1可为#4。 + jie2 neng2 kong1 jian1 bi1 ze4 que4 ye3 da4 you2 ke3 wei2 +000346 整体#2呈#1葫芦形#3,壶身#1通体#2錾刻#1云纹#3,云海中#2錾#2二龙#1戏珠纹#4。 + zheng2 ti3 cheng2 hu2 lu5 xing2 hu2 shen1 tong1 ti3 zan4 ke4 yun2 wen2 yun2 hai3 zhong1 zan4 er4 long2 xi4 zhu1 wen2 +000347 这次#1有女伴#1陪游#2,实属#1罕有#4。 + zhe4 ci4 you2 nv3 ban4 pei2 you2 shi2 shu3 han2 you3 +000348 所卖#1洋酒#2皆为#1假酒#4。 + suo3 mai4 yang2 jiu3 jie1 wei2 jia2 jiu3 +000349 刀枪#1剑戟#2斧钺#1钩叉#3!都看#1别人#1玩儿过#4! + dao1 qiang1 jian4 ji3 fu3 yue4 gou1 cha1 dou1 kan4 bie2 ren2 wanr2 guo4 +000350 今天#2淡云#1遮日#3,更显#1闷热#4。 + jin1 tian1 dan4 yun2 zhe1 ri4 geng4 xian3 men1 re4 +000351 在#1监测站旁#2有一家#2顺路发#2驴肉#1快餐店#4。 + zai4 jian1 ce4 zhan4 pang2 you3 yi4 jia1 shun4 lu4 fa1 lv2 rou4 kuai4 can1 dian4 +000352 务求#2不#1囫囵吞枣#3,不#1人云#1亦云#4。 + wu4 qiu2 bu4 hu2 lun2 tun1 zao3 bu4 ren2 yun2 yi4 yun2 +000353 艾肯尔的#1遭遇#2急坏了#1王大姐#4。 + ai4 ken2 er3 de5 zao1 yu4 ji2 huai4 le5 wang2 da4 jie3 +000354 车篓上#2印着#3“让#1经典#2引领#1未来”的#2红塔山#1广告词#4。 + che1 lou3 shang4 yin4 zhe5 rang4 jing1 dian3 yin2 ling3 wei4 lai2 de5 hong2 ta3 shan1 guang3 gao4 ci2 +000355 馋了#3完全#1可以舔#2自己#1脚丫子#4。 + chan2 le5 wan2 quan2 ke2 yi2 tian3 zi4 ji2 jiao3 ya1 zi5 +000356 葬具#2为#1一棺#1一椁#3,系用#2长方形#1木板#3以榫卯#1结构#2叠砌#1而成#4。 + zang4 ju4 wei2 yi4 guan1 yi4 guo3 xi4 yong4 chang2 fang1 xing2 mu4 ban3 yi3 sun2 mao3 jie2 gou4 die2 qi4 er2 cheng2 +000357 保险杠#2底部#1棱角上#3有#1擦痕#4。 + bao2 xian3 gang4 di3 bu4 leng2 jiao3 shang4 you3 ca1 hen2 +000358 谢紊渊#2抬头问#3:我#1怎么了#4? + xie4 wen3 yuan1 tai2 tou2 wen4 wo2 zen3 me5 le5 +000359 收尿#1用来#1提炼#2尿激酶#4。 + shou1 niao4 yong4 lai2 ti2 lian4 niao4 ji1 mei2 +000360 凤姐#2本名#2罗玉凤#3,重庆人#4。 + feng4 jie3 ben3 ming2 luo2 yu4 feng4 chong2 qing4 ren2 +000361 他#2发音#1稚嫩#3,但也算#3字正#1腔圆#4。 + ta1 fa1 yin1 zhi4 nen4 dan4 ye3 suan4 zi4 zheng4 qiang1 yuan2 +000362 瓦拉德#2怀疑#2此案是#2“内鬼#1”所为#4。 + wa3 la1 de2 huai2 yi2 ci3 an4 shi4 nei4 gui2 suo3 wei2 +000363 吃完#1饭后#3,杨宇#2送给了许#3一块#2欧米#1茄牌#1手表#4。 + chi1 wan2 fan4 hou4 yang2 yu3 song4 gei3 le5 xu3 yi2 kuai4 ou1 mi3 jia1 pai2 shou2 biao3 +000364 十年#1沧海#2,劈波#1斩浪#4。 + shi2 nian2 cang1 hai3 pi1 bo1 zhan3 lang4 +000365 嫩嫩#2是我#1上网时#1用的#1昵称#4。 + nen4 nen5 shi4 wo3 shang4 wang3 shi2 yong4 de5 ni4 cheng1 +000366 莲荆#2笑吐#1芳葩#3,更#1听得#1雄鸡#2唱彩霞#4。 + lian2 jing1 xiao4 tu3 fang1 pa1 geng4 ting1 de2 xiong2 ji1 chang4 cai3 xia2 +000367 脚下的#1土地#2微微#1振颤#3,人们#2翘首#1仰望#4。 + jiao3 xia4 de4 tu3 di4 wei1 wei1 zhen4 chan4 ren2 men5 qiao2 shou2 yang3 wang4 +000368 每天#2穿#1同一套#1衣服#3,臭味#1熏天#4。 + mei3 tian1 chuan1 tong2 yi2 tao4 yi1 fu5 chou4 wei4 xun1 tian1 +000369 凡此#2种种#2过年#1“抠法#3”,简直#2不胜#1枚举#4。 + fan2 ci3 zhong2 zhong3 guo4 nian2 kou1 fa3 jian3 zhi2 bu2 sheng4 mei2 ju3 +000370 图为#2墨西哥#1著名#2海湾#1旅游#1胜地#3阿卡#1普尔科#4。 + tu2 wei2 mo4 xi1 ge1 zhu4 ming2 hai3 wan1 lv3 you2 sheng4 di4 a1 ka3 pu2 er3 ke1 +000371 一只#2讨厌的#1乌鸦#2站在#1羊背上#4。 + yi4 zhi1 tao3 yan4 de5 wu1 ya1 zhan4 zai5 yang2 bei4 shang5 +000372 主演#2郭羡妮#2、米雪#2逃过#1一劫#4。 + zhu2 yan3 guo1 xian4 ni1 mi2 xue3 tao2 guo4 yi4 jie2 +000373 獐狍#1等#1多种#1动物#2被#1浓烟#1熏死#4。 + zhang1 pao2 deng3 duo1 zhong3 dong4 wu4 bei4 nong2 yan1 xun1 si3 +000374 可我#1一问#3,这#1玩意儿#3并不#1靠谱#4。 + ke2 wo3 yi2 wen4 zhe4 wan2 yir4 bing4 bu2 kao4 pu3 +000375 罗姆尼#2访问#1耶路撒冷#4。 + luo2 mu3 ni2 fang3 wen4 ye1 lu4 sa1 leng3 +000376 众星#1捧月#2辉映#1高新#1天空#4。 + zhong4 xing1 peng3 yue4 hui1 ying4 gao1 xin1 tian1 kong1 +000377 因为#2我要#1证明#2我爱#1他呀#4。 + yin1 wei4 wo3 yao4 zheng4 ming2 wo3 ai4 ta1 ya5 +000378 当天#2大风#1把#1杨洋#1一身#1绿裙#1吹起#3,杨洋#2还#1披着#1曾轶可的#1外套#4。 + dang4 tian1 da4 feng1 ba3 yang2 yang2 yi4 shen1 lv4 qun2 chui1 qi3 yang2 yang2 hai2 pi1 zhe5 zeng1 yi4 ke3 de5 wai4 tao4 +000379 部分#1患者#3伴有#2咳嗽#2、咽痛#4。 + bu4 fen5 huan4 zhe3 ban4 you3 ke2 sou5 yan1 tong4 +000380 另外#3,他#1还为#2“龙珠#2”“犬夜叉#2”“银魂#2”等#1很多#1动画#1配音#4。 + ling4 wai4 ta1 hai2 wei4 long2 zhu1 quan3 ye4 cha1 yin2 hun2 deng2 hen3 duo1 dong4 hua4 pei4 yin1 +000381 展厅#1色彩#2以#1黑白灰#1为主#3,局部#2点缀#1暖色#4。 + zhan3 ting1 se4 cai3 yi3 hei1 bai2 hui1 wei2 zhu3 ju2 bu4 dian3 zhui4 nuan3 se4 +000382 夫妇俩#2以#1蟹爸#1蟹妈#2自居#4。 + fu1 fu4 lia3 yi3 xie4 ba4 xie4 ma1 zi4 ju1 +000383 四人帮#2曾#2偷偷#1摸摸地#1整死#1过人#4。 + si4 ren2 bang1 ceng2 tou1 tou1 mo1 mo1 de5 zheng2 si3 guo4 ren2 +000384 那里的#1布局#3杂而#1有章#3乱而#1有序#4。 + na4 li3 de5 bu4 ju2 za2 er2 you3 zhang1 luan4 er2 you3 xu4 +000385 先#2摘选#2整理#2网友#1评论#1如下#4。 + xian1 zhai1 xuan3 zheng2 li3 wang2 you3 ping2 lun4 ru2 xia4 +000386 朵朵#1白云#2托回你#3,点点#1苦雨#1洒凡#4。 + duo2 duo3 bai2 yun2 tuo1 hui2 ni3 dian2 dian3 ku2 yu2 sa3 fan2 +000387 中宁县#2万亩#2枸杞#1观光#1示范园#4。 + zhong1 ning2 xian4 wan4 mu3 gou2 qi3 guan1 guang1 shi4 fan4 yuan2 +000388 公元#2九百#1七十#1五年#3,宋朝#1曹彬#2破金陵#3,南唐#1归宋#4。 + gong1 yuan2 jiu2 bai3 qi1 shi5 wu3 nian2 song4 chao2 cao2 bin1 po4 jin1 ling2 nan2 tang2 gui1 song4 +000389 由于#1日本#2战败#1投降#3,耿谆#2幸免#1于难#4。 + you2 yu2 ri4 ben3 zhan4 bai4 tou2 xiang2 geng3 zhun1 xing4 mian3 yu2 nan4 +000390 上海#2静安区#3“幺幺幺五#1”火灾#2就是由#2焊火#1引起的#4。 + shang4 hai3 jing4 an1 qu1 yao1 yao1 yao1 wu2 huo3 zai1 jiu4 shi4 you2 han4 huo3 yin2 qi3 de5 +000391 冬暖#2夏凉的#1窑洞#3被#1一道道#1裂缝#1吞噬#4。 + dong1 nuan3 xia4 liang2 de5 yao2 dong4 bei4 yi2 dao4 dao4 lie4 feng4 tun1 shi4 +000392 舞池#1璀璨#3,乐声#1欢快#3,光影#1交错#4。 + wu3 chi2 cui3 can4 yue4 sheng1 huan1 kuai4 guang1 ying3 jiao1 cuo4 +000393 给我#2一百个胆#3我也#1不敢#1撒谎#4。 + gei2 wo3 yi4 bai3 ge5 dan3 wo2 ye3 bu4 gan3 sa1 huang3 +000394 姑娘#2你想#1约啥#4。 + gu1 niang5 ni2 xiang3 yue1 sha2 +000395 团伙#2大把数#1钞票#1炫富#4。 + tuan2 huo3 da4 ba2 shu3 chao1 piao4 xuan4 fu4 +000396 啊锹环#3,你比#1七环#2少#1两环#4。 + a1 qiao1 huan2 ni2 bi3 qi1 huan2 shao2 liang3 huan2 +000397 其中#3,“祾”字#2取#2“祭而#1受福#1”之意#3,“恩”字#2取#2“罔极#1之恩#1”意#4。 + qi2 zhong1 ling2 zi4 qu3 ji4 er2 shou4 fu2 zhi1 yi4 en1 zi4 qu2 wang3 ji2 zhi1 en1 yi4 +000398 姐妹们#3不要#1眼红哦#4。 + jie3 mei4 men5 bu2 yao4 yan3 hong2 o5 +000399 随州#1西周#2封国#1为随#3,战国#1末属楚#3,始置#1随县#4。 + sui2 zhou1 xi1 zhou1 feng1 guo2 wei2 sui2 zhan4 guo2 mo4 shu2 chu3 shi3 zhi4 sui2 xian4 +000400 这于#1商丘#2又有#1何益呢#4? + zhe4 yu2 shang1 qiu1 you4 you3 he2 yi4 ne5 +000401 老母#1下跪#3,为儿#1求情#4。 + lao2 mu3 xia4 gui4 wei4 er2 qiu2 qing2 +000402 老将军#2手捧#2“金玉#1虎符#4”。 + lao3 jiang1 jun1 shou2 peng3 jin1 yu4 hu3 fu2 +000403 引入#2杠杆率#2监管#1标准#4。 + yin3 ru4 gang4 gan3 lv4 jian1 guan3 biao1 zhun3 +000404 容祖儿#2至今#1仍为#2没有向#1罗文#1拜师#3而#1耿耿#1于怀#4。 + rong2 zu3 er2 zhi4 jin1 reng2 wei4 mei2 you3 xiang4 luo2 wen2 bai4 shi1 er2 geng2 geng3 yu2 huai2 +000405 他#2坚持#1要#1起诉#1污蔑#1造谣者#4。 + ta1 jian1 chi2 yao4 qi3 su4 wu1 mie4 zao4 yao2 zhe3 +000406 那我#1再#1晚点走#3,要不#2也堵着#4。 + na4 wo3 zai4 wan2 dian2 zou3 yao4 bu5 ye2 du3 zhe5 +000407 人的#1三围#2当然#1是#2腰围#2胸围#2臀围#3,物理上的#1三维#2是#1长宽#1高呀#4! + ren2 de5 san1 wei2 dang1 ran2 shi4 yao1 wei2 xiong1 wei2 tun2 wei2 wu4 li3 shang4 de5 san1 wei2 shi4 chang2 kuan1 gao1 ya5 +000408 有些#1用#1绳子#1捆好#3,有些#3则#1是用#1香烟壳#1包好#4。 + you3 xie1 yong4 sheng2 zi5 kun2 hao3 you3 xie1 ze2 shi4 yong4 xiang1 yan1 ke2 bao1 hao3 +000409 多由#2毒蝇伞#3、豹斑#1毒伞#1等#1引起#4。 + duo1 you2 du2 ying2 san3 bao4 ban1 du2 san2 deng3 yin2 qi3 +000410 杨功焕#2将为#1我国#2控制#1不力的#1根本#1原因#3归结于#2烟草业的#1阻挠#4。 + yang2 gong1 huan4 jiang1 wei4 wo3 guo2 kong4 zhi4 bu2 li4 de5 gen1 ben3 yuan2 yin1 gui1 jie2 yu2 yan1 cao3 ye4 de5 zu3 nao2 +000411 堤外#2江涛#1滚滚#3,堤内#2一片#1祥和#4。 + di1 wai4 jiang1 tao1 gun2 gun3 di1 nei4 yi2 pian4 xiang2 he2 +000412 不懂#1法啊#3,受#1高额#1利息#1诱惑#4。 + bu4 dong2 fa3 a5 shou4 gao1 e2 li4 xi1 you4 huo4 +000413 二四#1五路#2开设#2“云台#1花园#1至#1东圃#1”短线#4。 + er4 si4 wu3 lu4 kai1 she4 yun2 tai2 hua1 yuan2 zhi4 dong1 pu2 duan3 xian4 +000414 咬完猪#2就要#1咬人了#4。 + yao3 wan2 zhu1 jiu4 yao4 yao3 ren2 le5 +000415 报言#1帝室#2抡材者#3,便作#1明堂#2一柱看#4。 + bao4 yan2 di4 shi4 lun1 cai2 zhe3 bian4 zuo4 ming2 tang2 yi2 zhu4 kan4 +000416 尚雯婕#1顶#1扫把头#1亮相#3,一身#1黑装#2雷人#1依旧#4。 + shang4 wen2 jie2 ding3 sao4 ba5 tou2 liang4 xiang4 yi4 shen1 hei1 zhuang1 lei2 ren2 yi1 jiu4 +000417 刘銮雄#3与#1吕丽君#1之子#1曝光#4。 + liu2 luan2 xiong2 yu2 lv3 li4 jun1 zhi1 zi3 bao4 guang1 +000418 只#1穿了#1一条#1内裤#2有木#1有啊#4! + zhi3 chuan1 le5 yi4 tiao2 nei4 ku4 you3 mu4 you3 a5 +000419 面对其#2冗长#1发言#3,黄文仔#1委员#2忍无#1可忍#3,激愤#1制止#4。 + mian4 dui4 qi2 rong3 chang2 fa1 yan2 huang2 wen2 zai2 wei3 yuan2 ren3 wu2 ke2 ren3 ji1 fen4 zhi4 zhi3 +000420 甘花#2也#1不知道#1咋弄#4。 + gan1 hua1 ye3 bu4 zhi1 dao4 za3 nong4 +000421 图为#3大云#1山错#2银编磬#1铜虡兽座#4。 + tu2 wei2 da4 yun2 shan1 cuo4 yin2 bian1 qing4 tong2 ju4 shou4 zuo4 +000422 但#1染过#1色的#3,即使#1曝晒#3仍会#1很鲜红#4。 + dan4 ran3 guo5 se4 de5 ji2 shi3 pu4 shai4 reng2 hui4 hen3 xian1 hong2 +000423 目前#1磋商#2已#1举行#1五次#4。 + mu4 qian2 cuo1 shang1 yi2 ju3 xing2 wu3 ci4 +000424 廉署#3早前#1亦#1拘捕#1陈巨源#4。 + lian2 shu3 zao3 qian2 yi4 ju1 bu3 chen2 ju4 yuan2 +000425 西汉#2常以#2酱#1、盐等#1作料#2为#1肉食品#1调料#3,调料#2均#1放入#1杯中#4。 + xi1 han4 chang2 yi3 jiang4 yan2 deng3 zuo2 liao5 wei2 rou4 shi2 pin3 tiao2 liao4 tiao2 liao4 jun1 fang4 ru4 bei1 zhong1 +000426 刘文博#2现在#1由#1爷爷#1奶奶#1照顾#4。 + liu2 wen2 bo2 xian4 zai4 you2 ye2 ye5 nai3 nai5 zhao4 gu5 +000427 他#1戏外#2谈#1姐弟恋#3,在#1“南”片#3也和#1简嫚书#2有段#2纯爱#1姐弟恋#4。 + ta1 xi4 wai4 tan2 jie3 di4 lian4 zai4 nan2 pian4 ye3 he2 jian3 man4 shu1 you3 duan4 chun2 ai4 jie3 di4 lian4 +000428 卡达#1能源#1部长#2阿提雅#3稍早#2也发出#2同样的#1讯息#4。 + ka3 da2 neng2 yuan2 bu4 zhang3 a1 ti2 ya3 shao1 zao2 ye3 fa1 chu1 tong2 yang4 de5 xun4 xi1 +000429 据说#2柚子皮#1熬汤喝#3,可以#2化痰#1止咳哟#4。 + ju4 shuo1 you4 zi5 pi2 ao2 tang1 he1 ke2 yi3 hua4 tan2 zhi3 ke2 you5 +000430 红线#1框内#3为#1情人湖#1原址#3,现已#1被填埋#4。 + hong2 xian4 kuang4 nei4 wei2 qing2 ren2 hu2 yuan2 zhi3 xian4 yi3 bei4 tian2 mai2 +000431 一个#1厨子#2一个#1甩饼#3,爱拍#2谁去拍#4。 + yi2 ge5 chu2 zi5 yi2 ge5 shuai2 bing3 ai4 pai1 shei2 qu4 pai1 +000432 要#1建言#1献策#3,发挥#1参谋#1作用#4。 + yao4 jian4 yan2 xian4 ce4 fa1 hui1 can1 mou2 zuo4 yong4 +000433 翁倩玉#3在#1赈灾#1晚会上#1演唱#4。 + weng1 qian4 yu4 zai4 zhen4 zai1 wan3 hui4 shang4 yan3 chang4 +000434 因#1苟某#1婶婶#2和#1嫂嫂#2迫于#1面子#1问题#2没声张#3,苟某#2原以为#1“没事了#4”。 + yin1 gou2 mou2 shen3 shen5 he2 sao3 sao5 po4 yu2 mian4 zi5 wen4 ti2 mei2 sheng1 zhang1 gou2 mou3 yuan2 yi3 wei2 mei2 shi4 le5 +000435 嘴角#2微微#1上扬#4。 + zui2 jiao3 wei1 wei1 shang4 yang2 +000436 蒙妹玲#2就读于#1贡川乡#2红柳#1小学#3,上学#1要#1横渡#1红水河#4。 + meng3 mei4 ling2 jiu4 du2 yu2 gong4 chuan1 xiang1 hong2 liu2 xiao3 xue2 shang4 xue2 yao4 heng2 du4 hong2 shui3 he2 +000437 匡涌#2委员#1代表#2工商联#1发言#4。 + kuang1 yong2 wei3 yuan2 dai4 biao3 gong1 shang1 lian2 fa1 yan2 +000438 许晋亨#1父母#3赴#1医院#1探望#4。 + xu3 jin4 heng1 fu4 mu3 fu4 yi1 yuan4 tan4 wang4 +000439 朴娥姬#1欲哭#1无泪#4。 + piao2 e2 ji1 yu4 ku1 wu2 lei4 +000440 现在#2偶尔#1玩玩#3,没瘾了#4。 + xian4 zai4 ou2 er3 wan2 wan5 mei2 yin3 le5 +000441 当时#3,这艘#1油轮#2正向#1一艘#1挪威#1货轮#2传送#1油料#4。 + dang1 shi2 zhe4 sou1 you2 lun2 zheng4 xiang4 yi4 sou1 nuo2 wei1 huo4 lun2 chuan2 song4 you2 liao4 +000442 叙利亚#2西北部#1城镇#3玛瑞特#2阿尔纽曼#3遭到#1轰炸#4。 + xu4 li4 ya4 xi1 bei3 bu4 cheng2 zhen4 ma3 rui4 te4 a1 er2 niu3 man4 zao1 dao4 hong1 zha4 +000443 古语云#3,“不患寡#3而患#1不均#4”。 + gu2 yu3 yun2 bu2 huan4 gua3 er2 huan4 bu4 jun1 +000444 窈窈#1弦宇#3,三光#1不入#4。 + yao2 yao3 xian2 yu3 san1 guang1 bu2 ru4 +000445 充气#1娃娃#2是#1行为#1艺术的#1一个#1隐喻#4。 + chong1 qi4 wa2 wa5 shi4 xing2 wei2 yi4 shu4 de5 yi2 ge5 yin3 yu4 +000446 按#1阿马尔的#1说法#3,赛义夫#1一行#2打算#2逃往#2尼日尔#3,“试图#2卷土重来#4”。 + an4 a1 ma2 er3 de5 shuo1 fa3 sai4 yi4 fu1 yi4 xing2 da3 suan4 tao2 wang3 ni2 ri4 er3 shi4 tu2 juan2 tu3 chong2 lai2 +000447 老人#2对#1儿子#2拈花#1惹草#3也#1早已#2深恶#1痛绝#3,一口#1答应#4。 + lao3 ren2 dui4 er2 zi5 nian1 hua1 re2 cao3 ye3 zao2 yi3 shen1 wu4 tong4 jue2 yi4 kou3 da1 ying4 +000448 烟柳#1画桥#3,风帘#1翠幕#3,参差#2十万#1人家#4。 + yan1 liu3 hua4 qiao2 feng1 lian2 cui4 mu4 cen1 ci1 shi2 wan4 ren2 jia1 +000449 看来#3外星人#1也#1嘴馋呀#4。 + kan4 lai2 wai4 xing1 ren2 ye2 zui3 chan2 ya5 +000450 并将#2仿品#2挂在#1原处#4。 + bing4 jiang1 fang2 pin3 gua4 zai4 yuan2 chu4 +000451 两个#2肮脏的#1炼油#2用#1大铁槽#1架在#1灶上#3,还有#1余温#4。 + liang3 ge5 ang1 zang1 de5 lian4 you2 yong4 da4 tie3 cao2 jia4 zai4 zao4 shang5 hai2 you3 yu2 wen1 +000452 主要#1目标#3在#1维持#2飞行#1组员的#1熟练度#4。 + zhu3 yao4 mu4 biao1 zai4 wei2 chi2 fei1 xing2 zu3 yuan2 de5 shu2 lian4 du4 +000453 入则#2恳恳#1以#1尽忠#3,出则#2谦谦#1以#1自悔#4。 + ru4 ze2 ken2 ken2 yi3 jin4 zhong1 chu1 ze2 qian1 qian1 yi3 zi4 hui3 +000454 邓建国#1一头#1金发#3很抢眼#4。 + deng4 jian4 guo2 yi4 tou2 jin1 fa4 hen3 qiang2 yan3 +000455 志云#1大师#2急需#2扛起#1大旗#2收拾#1烂摊子#4。 + zhi4 yun2 da4 shi1 ji2 xu1 kang2 qi3 da4 qi2 shou1 shi5 lan4 tan1 zi5 +000456 一群群#1白鸽#1放飞#3、一串串#2誓言#1响起#4。 + yi4 qun2 qun2 bai2 ge1 fang4 fei1 yi2 chuan4 chuan4 shi4 yan2 xiang2 qi3 +000457 她给#2多少#1没娘#2哺乳的#1婴儿#2喂过奶#4? + ta1 gei3 duo1 shao3 mei2 niang2 bu2 ru3 de5 ying1 er2 wei4 guo4 nai3 +000458 她要#1什么#2我#1买什么#3,鸡爪子#1一买#1好#1几包#3,爽歪歪#2她#1一喝#2喝一排#4。 + ta1 yao4 shen2 me5 wo2 mai3 shen2 me5 ji1 zhua3 zi5 yi4 mai3 hao2 ji3 bao1 shuang3 wai1 wai1 ta1 yi4 he1 he1 yi4 pai2 +000459 警方#1担心#2薛宏崴的#1安危#3,薛#2还#1使用过#2陈云的#1名字#4。 + jing3 fang1 dan1 xin1 xue1 hong2 wai3 de5 an1 wei1 xue1 hai2 shi3 yong4 guo4 chen2 yun2 de5 ming2 zi5 +000460 据#1安妮#1宝贝#1透露#3,“大方#2”所选#1篇目#3绝无#1千字文#4。 + ju4 an1 ni2 bao3 bei4 tou4 lu4 da4 fang1 suo2 xuan3 pian1 mu4 jue2 wu2 qian1 zi4 wen2 +000461 该#1遗赠#3无#1附加#1条件#4。 + gai1 yi2 zeng4 wu2 fu4 jia1 tiao2 jian4 +000462 只是#1此关#2仍雄在#3,岁月#1已蹉跎#4。 + zhi3 shi4 ci3 guan1 reng2 xiong2 zai4 sui4 yue4 yi3 cuo1 tuo2 +000463 我#1真没#1喝酒#3,只是#1晕车啊#4。 + wo3 zhen1 mei2 he1 jiu3 zhi3 shi4 yun4 che1 a5 +000464 别因此#2太郁闷哦#4! + bie2 yin1 ci3 tai4 yu4 men4 o5 +000465 我头#1摇的#1和#1拨浪鼓#1一样#4。 + wo3 tou2 yao2 de5 he2 bo1 lang4 gu3 yi2 yang4 +000466 夫妻#1笑星#2倪明#2、夏文兰#2现身#1压轴#1演出#2“我爱#1老公#4”。 + fu1 qi1 xiao4 xing1 ni2 ming2 xia4 wen2 lan2 xian4 shen1 ya1 zhou4 yan3 chu1 wo3 ai4 lao3 gong1 +000467 谢安琪#2跟#1内地#1歌手#2徐子崴#3一起任#2“大运会#1”表演#1嘉宾#4。 + xie4 an1 qi2 gen1 nei4 di4 ge1 shou3 xu2 zi2 wai3 yi4 qi3 ren4 da4 yun4 hui4 biao2 yan3 jia1 bin1 +000468 大坏蛋#3,羞死我#1算了#4。 + da4 huai4 dan4 xiu1 si2 wo3 suan4 le5 +000469 普陀山#2既以#1海天#1壮阔#1取胜#3,又以#2山林#1深邃#1见长#4。 + pu3 tuo2 shan1 ji4 yi2 hai3 tian1 zhuang4 kuo4 qu3 sheng4 you4 yi3 shan1 lin2 shen1 sui4 jian4 chang2 +000470 晚上#1回家#2比较晚#3,所以#1俺姥爷#1就训我#4。 + wan3 shang4 hui2 jia1 bi3 jiao4 wan3 suo2 yi3 an2 lao3 ye5 jiu4 xun4 wo3 +000471 新人#2花销大#3,婚庆#1公司#1也喊苦#4。 + xin1 ren2 hua1 xiao1 da4 hun1 qing4 gong1 si1 ye2 han2 ku3 +000472 图为#2“喇叭哥#3”在用#1吼声#1执法#4。 + tu2 wei2 la3 ba5 ge1 zai4 yong4 hou3 sheng1 zhi2 fa3 +000473 为庆#1“年例#3”,该#1村委#2请来#1脱衣#1舞娘#1助兴#4。 + wei4 qing4 nian2 li4 gai1 cun1 wei3 qing3 lai2 tuo1 yi1 wu3 niang2 zhu4 xing4 +000474 乱又#1何妨#3,窄又#1何妨#4。 + luan4 you4 he2 fang2 zhai3 you4 he2 fang2 +000475 而#1养鱼户#2却#1只能#1干瞅着#4。 + er2 yang3 yu2 hu4 que4 zhi3 neng2 gan1 chou3 zhe5 +000476 来#1跟着#1我#2一起#2左三圈#2右三圈#2扭扭腰#4。 + lai2 gen1 zhe5 wo3 yi4 qi2 zuo3 san1 quan1 you4 san1 quan1 niu2 niu3 yao1 +000477 我与#1网易的#1情谊#3难以#1割舍#4。 + wo2 yu2 wang3 yi4 de5 qing2 yi4 nan2 yi3 ge1 she3 +000478 自主#1品牌#2也#1未落人后#4。 + zi4 zhu2 pin3 pai2 ye3 wei4 luo4 ren2 hou4 +000479 那些#1扒手#3,你#1越怕#1他会#1越#1猖狂#4。 + na4 xie1 pa2 shou3 ni3 yue4 pa4 ta1 hui4 yue4 chang1 kuang2 +000480 我的#2小脑瓜#2有点#1不够用啦#4。 + wo3 de5 xiao2 nao3 gua1 you2 dian3 bu2 gou4 yong4 la5 +000481 必须#1配一个#1套盆#4。 + bi4 xu1 pei4 yi2 ge5 tao4 pen2 +000482 九代王#2共在位#2二百#1四十一年#4。 + jiu3 dai4 wang2 gong4 zai4 wei4 er4 bai3 si4 shi2 yi1 nian2 +000483 寿星#2杨千嬅#3捐出#1两千元#1抽奖#3,上台时#3一面#1吃甜品#2一面#1抽奖#4。 + shou4 xing1 yang2 qian1 hua4 juan1 chu1 liang3 qian1 yuan2 chou1 jiang3 shang4 tai2 shi2 yi2 mian4 chi1 tian2 pin3 yi2 mian4 chou1 jiang3 +000484 金辉鹏#2被#1冰雹#2砸得#1鼻青#1脸肿#4。 + jin1 hui1 peng2 bei4 bing1 bao2 za2 de5 bi2 qing1 lian2 zhong3 +000485 医生#1见状#3只能用#2膀胱镜#1异物钳#3将#1死泥鳅#3从#1膀胱里#1拽出来#4。 + yi1 sheng1 jian4 zhuang4 zhi3 neng2 yong4 pang2 guang1 jing4 yi4 wu4 qian2 jiang1 si3 ni2 qiu5 cong2 pang2 guang1 li3 zhuai4 chu1 lai5 +000486 网友#2“正风”说#3,小鱼#3都得被#1小眼网#1捞净了吧#4? + wang2 you3 zheng4 feng1 shuo1 xiao3 yu2 dou1 dei3 bei4 xiao2 yan2 wang3 lao1 jing4 le5 ba5 +000487 扁某#3被#1押解回#2渭南#1渭南#4。 + bian2 mou3 bei4 ya1 xie4 hui2 wei4 nan2 wei4 nan2 +000488 这一#2推选#1委员会#3,就是由#2筹委会#1来#1筹组的#4。 + zhe4 yi4 tui1 xuan2 wei3 yuan2 hui4 jiu4 shi4 you2 chou2 wei3 hui4 lai2 chou2 zu3 de5 +000489 打#1羽毛球#2容易#1崴脚#4。 + da2 yu3 mao2 qiu2 rong2 yi4 wai2 jiao3 +000490 后#2又有#1三伙#1劫匪#2蹿上#1列车#2开始#1抢劫#4。 + hou4 you4 you3 san1 huo3 jie2 fei3 cuan1 shang4 lie4 che1 kai1 shi2 qiang3 jie2 +000491 在#2殡仪馆外#2站一#1小会儿#3,便已#2汗水#1涔涔#4。 + zai4 bin4 yi2 guan3 wai4 zhan4 yi4 xiao3 huir4 bian4 yi3 han4 shui3 cen2 cen2 +000492 它于#2九月#1中旬#2推出#1试用#1版本#4。 + ta1 yu2 jiu3 yue4 zhong1 xun2 tui1 chu1 shi4 yong4 ban2 ben3 +000493 阴沉的#1天空#2,飘洒起#1毛毛#1细雨#3,似乎#1知晓#1此刻#2举国#1同哀#4。 + yin1 chen2 de5 tian1 kong1 piao1 sa2 qi3 mao2 mao5 xi4 yu3 si4 hu1 zhi1 xiao2 ci3 ke4 ju3 guo2 tong2 ai1 +000494 皮皮鲁#2讲堂#1教师#4。 + pi2 pi2 lu3 jiang3 tang2 jiao4 shi1 +000495 图为#2收藏家#1王学武#3在#1介绍#2柴窑的#2历史#1珍藏性#4。 + tu2 wei2 shou1 cang2 jia1 wang2 xue2 wu3 zai4 jie4 shao4 chai2 yao2 de5 li4 shi3 zhen1 cang2 xing4 +000496 她与#2上海#1乒乓#1国手#2王励勤#3,还有#1王妈妈#2一同逛#1世博园#4。 + ta1 yu3 shang4 hai3 ping1 pang1 guo2 shou3 wang2 li4 qin2 hai2 you3 wang2 ma1 ma5 yi4 tong2 guang4 shi4 bo2 yuan2 +000497 您能#1和我#1女友#2合张#1影吗#4? + nin2 neng2 he2 wo3 nv2 you3 he2 zhang1 ying3 ma5 +000498 马德钟#3也#1或搂#1或抱#4。 + ma3 de2 zhong1 ye3 huo4 lou3 huo4 bao4 +000499 裸体#1攀岩#2是#1加州#1摄影师#2兼#1攀岩#1爱好者#2迪安的#1创意#4。 + luo2 ti3 pan1 yan2 shi4 jia1 zhou1 she4 ying3 shi1 jian1 pan1 yan2 ai4 hao4 zhe3 di2 an1 de5 chuang4 yi4 +000500 望着#2盼盼#3,李钢#2满眼#1心疼#4。 + wang4 zhe5 pan4 pan5 li3 gang1 man2 yan3 xin1 teng2 +000501 私人#1商铺#2很少给#4。 + si1 ren2 shang1 pu4 hen2 shao2 gei3 +000502 贺胜#3因#1救驾#1有功#3,被#1忽必烈#2提拔为#2上都#1留守#4。 + he4 sheng4 yin1 jiu4 jia4 you3 gong1 bei4 hu1 bi4 lie4 ti2 ba2 wei2 shang4 du1 liu2 shou3 +000503 王竹华#2心跳#1到了#1嗓子眼#4。 + wang2 zhu2 hua2 xin1 tiao4 dao4 le5 sang3 zi5 yan3 +000504 笑话#2还分#1颜色嘛#4? + xiao4 hua5 hai2 fen1 yan2 se4 ma5 +000505 钱要#1花在#1刀刃儿上#4。 + qian2 yao4 hua1 zai4 dao1 renr4 shang4 +000506 据说#3邹国春#2生前#2酷爱#1花草#4。 + ju4 shuo1 zou1 guo2 chun1 sheng1 qian2 ku4 ai4 hua1 cao3 +000507 郑元畅#2、陈妍希#1开餐厅#3,任达华#1站台#1捧场#4。 + zheng4 yuan2 chang4 chen2 yan2 xi1 kai1 can1 ting1 ren2 da2 hua2 zhan4 tai2 peng2 chang3 +000508 玻璃#2砸中#2休闲吧#1遮阳伞#3,伤了#1游人#4。 + bo1 li5 za2 zhong4 xiu1 xian2 ba1 zhe1 yang2 san3 shang1 le5 you2 ren2 +000509 陈奕迅#2透露#1太太#2徐濠萦#3因#1忙于#1跑步#3,故#1未能#1出席#1捧场#4。 + chen2 yi4 xun4 tou4 lu5 tai4 tai5 xu2 hao2 ying2 yin1 mang2 yu2 pao3 bu4 gu4 wei4 neng2 chu1 xi2 peng2 chang3 +000510 地皮儿#1有个#1硬壳#3,正#1出苗的#3,现在#2就卡#1那儿了#4。 + di4 pir2 you3 ge5 ying4 ke2 zheng4 chu1 miao2 de5 xian4 zai4 jiu4 qia3 nar4 le5 +000511 撇开#2竞选#1结果#1输赢#1不谈#4。 + pie1 kai1 jing4 xuan3 jie2 guo3 shu1 ying2 bu4 tan2 +000512 赵宪槐#3又将#1赵炳佐#1杀死在#1门口#4。 + zhao4 xian4 huai2 you4 jiang1 zhao4 bing2 zuo3 sha1 si3 zai4 men2 kou3 +000513 在#1医学上#3,这类#1药物#1叫做#3“口服#1促进#1排卵#1药物#4”。 + zai4 yi1 xue2 shang4 zhe4 lei4 yao4 wu4 jiao4 zuo4 kou3 fu2 cu4 jin4 pai2 luan3 yao4 wu4 +000514 巨春雷#2曾在#1微博#1爆料称#3,白静#2劈腿#1乔宇#3谋夺#1老公#1家产#4。 + ju4 chun1 lei2 ceng2 zai4 wei1 bo2 bao4 liao4 cheng1 bai2 jing4 pi1 tui3 qiao2 yu3 mou2 duo2 lao3 gong1 jia1 chan3 +000515 赵作兰#3斥责他#1“蠢笨#4”。 + zhao4 zuo4 lan2 chi4 ze2 ta1 chun3 ben4 +000516 驾驶#2扫雪车#2行驶到#2赵公口#1桥后#3,苗巍#2掉头#1往回走#4。 + jia4 shi3 sao2 xue3 che1 xing2 shi3 dao4 zhao4 gong1 kou3 qiao2 hou4 miao2 wei1 diao4 tou2 wang3 hui2 zou3 +000517 有#1酸中毒者#3,可用#2碳酸#1氢钠#4。 + you3 suan1 zhong4 du2 zhe3 ke3 yong4 tan4 suan1 qing1 na4 +000518 老约翰#2拧着#1股劲儿#4。 + lao3 yue1 han4 ning3 zhe5 gu3 jinr4 +000519 难道#1不是#2围巾#2、围裙#2和#1围嘴吗#4? + nan2 dao4 bu2 shi4 wei2 jin1 wei2 qun2 he2 wei2 zui3 ma5 +000520 张如炮#2手抖#2无法#1写字#3,因此#3最后#1摁#1指模#2代替#1签字#4。 + zhang1 ru2 pao4 shou2 dou3 wu2 fa2 xie3 zi4 yin1 ci3 zui4 hou4 en4 zhi3 mo2 dai4 ti4 qian1 zi4 +000521 造假者#2有#1孙悟空的#1变脸术#4? + zao4 jia2 zhe3 you3 sun1 wu4 kong1 de5 bian4 lian3 shu4 +000522 从#1灯笼#1高挂的#1正门#2走进#1网师园#3,夜色#1幽沉#3,景象#1朦胧#4。 + cong2 deng1 long5 gao1 gua4 de5 zheng4 men2 zou3 jin4 wang3 shi1 yuan2 ye4 se4 you1 chen2 jing3 xiang4 meng2 long2 +000523 图为#2员工#2用#1自来水#2充满#1饮水机#4。 + tu2 wei2 yuan2 gong1 yong4 zi4 lai2 shui3 chong1 man3 yin2 shui3 ji1 +000524 此前#3,王炯#1又#1转赴#1安徽#1任职#4。 + ci3 qian2 wang2 jiong3 you4 zhuan3 fu4 an1 hui1 ren4 zhi2 +000525 一辆#1破车#2压着#1两条道#3还水蛇转#3,谁敢#1超啊#4! + yi2 liang4 po4 che1 ya1 zhe5 liang3 tiao2 dao4 hai2 shui3 she2 zhuan3 shei2 gan3 chao1 a5 +000526 手套#2与#1绑腿#3,通常#2藏着#1暗器#4。 + shou3 tao4 yu3 bang2 tui3 tong1 chang2 cang2 zhe5 an4 qi4 +000527 为啥子#1要晕呀#4。 + wei4 sha2 zi5 yao4 yun1 ya5 +000528 约翰逊#2与#1奥巴马#2交情#1匪浅#4。 + yue1 han4 xun4 yu3 ao4 ba1 ma3 jiao1 qing2 fei2 qian3 +000529 例如#2饺子#1吃法#3、云吞#1吃法#3以及#1窝窝头制#1胶囊的#2“窝囊#1吃法”等#4。 + li4 ru2 jiao3 zi5 chi1 fa3 yun2 tun1 chi1 fa3 yi3 ji2 wo1 wo1 tou2 zhi4 jiao1 nang2 de5 wo1 nang5 chi1 fa2 deng3 +000530 宫小村#2拐儿#1乞讨的#1网文#1发表后#3,引起#2轩然大波#4。 + gong1 xiao3 cun1 guai3 er2 qi2 tao3 de5 wang3 wen2 fa1 biao3 hou4 yin2 qi3 xuan1 ran2 da4 bo1 +000531 光泉#1方丈#2依次在#2天王殿#2弥勒#1菩萨#3、韦陀#1菩萨前#1上香#2、礼拜#2、说法#4。 + guang1 quan2 fang1 zhang4 yi1 ci4 zai4 tian1 wang2 dian4 mi2 le4 pu2 sa5 wei2 tuo2 pu2 sa5 qian2 shang4 xiang1 li3 bai4 shuo1 fa3 +000532 她#1有我#1小妹妹#1漂亮吗#4? + ta1 you2 wo2 xiao3 mei4 mei5 piao4 liang5 ma5 +000533 信纸#1一承#2以上#1风格#3,一副#2年逾#1古稀的#1残败样#4。 + xin4 zhi3 yi4 cheng2 yi3 shang4 feng1 ge2 yi2 fu4 nian2 yu2 gu3 xi1 de5 can2 bai4 yang4 +000534 为#1报复#1他#1用#1扳手#2将#1“奸夫#1”打死#4。 + wei4 bao4 fu5 ta1 yong4 ban1 shou3 jiang1 jian1 fu1 da2 si3 +000535 无语#1啦吖#3无语#1就#1对啦#4。 + wu2 yu3 la5 ya5 wu2 yu3 jiu4 dui4 la5 +000536 太仓港#2打捞#1上岸的#1江豚#4。 + tai4 cang1 gang3 da3 lao1 shang4 an4 de5 jiang1 tun2 +000537 浩口镇#1虾农#2刘学翠#3,一筹莫展#4。 + hao4 kou3 zhen4 xia1 nong2 liu2 xue2 cui4 yi4 chou2 mo4 zhan3 +000538 血#1从她#1头顶#2往外#1冒个#1不停#4。 + xue4 cong2 ta1 tou2 ding3 wang3 wai4 mao4 ge5 bu4 ting2 +000539 可能#2也就#1写了#1给#1狱友#2听听#1唱唱#4。 + ke3 neng2 ye3 jiu4 xie3 le5 gei3 yu4 you3 ting1 ting1 chang4 chang4 +000540 你#1为什么#1要#1赶走#1我呢#4? + ni3 wei4 shen2 me5 yao4 gan2 zou2 wo3 ne5 +000541 家长#1搭#1帐篷#1陪读#4。 + jia1 zhang3 da1 zhang4 peng5 pei2 du2 +000542 绿豆#1西瓜#2冰棍儿凉#3,解暑#1首推#2酸梅汤#4。 + lv4 dou4 xi1 gua1 bing1 gunr4 liang2 jie2 shu2 shou3 tui1 suan1 mei2 tang1 +000543 瞬时#2乌云#1密布#3,豪雨#1如注#3,白昼#1如夜#4。 + shun4 shi2 wu1 yun2 mi4 bu4 hao2 yu3 ru2 zhu4 bai2 zhou4 ru2 ye4 +000544 孔明灯#2相传#1由#1诸葛孔明#1发明#4。 + kong3 ming2 deng1 xiang1 chuan2 you2 zhu1 ge2 kong3 ming2 fa1 ming2 +000545 越是#2接近#1梦想#3,越要有#2闯关#1夺隘的#1勇气#1与#1智慧#4。 + yue4 shi4 jie1 jin4 meng4 xiang3 yue4 yao4 you2 chuang3 guan1 duo2 ai4 de5 yong3 qi4 yu3 zhi4 hui4 +000546 艾薇儿#1出国#1演出#3也#1常常有#1男友#2贴身#1护送#4。 + ai4 wei1 er5 chu1 guo2 yan3 chu1 ye3 chang2 chang2 you3 nan2 you3 tie1 shen1 hu4 song4 +000547 是否#1有泡沫#3还要看#1空房率#4。 + shi4 fou2 you3 pao4 mo4 hai2 yao4 kan4 kong1 fang2 lv4 +000548 加快#2拱北#1口岸#2改扩建#3和#1横琴#1口岸#2客货车#1通道#1重建#4。 + jia1 kuai4 gong2 bei2 kou3 an4 gai3 kuo4 jian4 he2 heng2 qin2 kou3 an4 ke4 huo4 che1 tong1 dao4 chong2 jian4 +000549 暂缓#1缴费#1期间#3,免收#1滞纳金#4。 + zan4 huan2 jiao3 fei4 qi1 jian1 mian3 shou1 zhi4 na4 jin1 +000550 视#1需要#2而#1举起#1哪件#1兵器#4。 + shi4 xu1 yao4 er2 ju2 qi2 na3 jian4 bing1 qi4 +000551 但#2蜜雪儿#2仍#1不为#1所动#4。 + dan4 mi4 xue3 er2 reng2 bu4 wei2 suo3 dong4 +000552 往日#2披散的#1头发#3也#1梳挽#1成髻#3,看上去#2别有#1韵味#4。 + wang3 ri4 pi1 san3 de5 tou2 fa5 ye3 shu1 wan3 cheng2 ji4 kan4 shang4 qu4 bie2 you3 yun4 wei4 +000553 但被#1问及#2会否#1与#1祖儿#2减少#1联络#3,何韵诗#2不予#1回应#4。 + dan4 bei4 wen4 ji2 hui4 fou2 yu2 zu3 er5 jian2 shao3 lian2 luo4 he2 yun4 shi1 bu4 yu3 hui2 ying4 +000554 张媛#2一开始#2挺纳闷#4。 + zhang1 yuan2 yi4 kai1 shi2 ting3 na4 men4 +000555 水磨石的#1火锅#1桌上#3,用#1鱼汤#2骨汤#2调成的#1火锅汤#3喷香#1扑鼻#4。 + shui3 mo2 shi2 de5 huo3 guo1 zhuo1 shang4 yong4 yu2 tang1 gu3 tang1 tiao2 cheng2 de5 huo3 guo1 tang1 pen4 xiang1 pu1 bi2 +000556 而#1今年#1应景儿的#1降雪#3,刚好#1与#1“大雪#2”擦肩#1而过#4。 + er2 jin1 nian2 ying4 jingr3 de5 jiang4 xue3 gang1 hao2 yu3 da4 xue3 ca1 jian1 er2 guo4 +000557 消防员#1杨超#3钻进#2威风#1凛凛的#2消防#1坦克内#1驾驶#4。 + xiao1 fang2 yuan2 yang2 chao1 zuan1 jin4 wei1 feng1 lin2 lin3 de5 xiao1 fang2 tan3 ke4 nei4 jia4 shi3 +000558 按图#1索骥#3,依样#2画#1葫芦#4。 + an4 tu2 suo3 ji4 yi1 yang4 hua4 hu2 lu5 +000559 羊#2、狗年#1平平#3,总算#2形象#1讨喜#4。 + yang2 gou3 nian2 ping2 ping2 zong3 suan4 xing2 xiang4 tao2 xi3 +000560 伊曼#1纽尔#2对此#1非常#1气愤#4。 + yi1 man4 niu2 er3 dui4 ci3 fei1 chang2 qi4 fen4 +000561 贾强#2挥舞#1棒球棍#2冲在#1身前#3,抡棒#2击打#1洪亮#4。 + jia3 qiang2 hui1 wu3 bang4 qiu2 gun4 chong1 zai4 shen1 qian2 lun1 bang4 ji1 da3 hong2 liang4 +000562 消火栓#3、灭火器#3均已#2配齐#1到位#3,消防泵#3也已#1安装#2调试#1完毕#4。 + xiao1 huo3 shuan1 mie4 huo3 qi4 jun1 yi3 pei4 qi2 dao4 wei4 xiao1 fang2 beng4 ye2 yi3 an1 zhuang1 tiao2 shi4 wan2 bi4 +000563 小西#2原本#1约好#2陪着#1表姐#2一起来#1相亲#3,表姐#2却因为#1胆小#1爽约#4。 + xiao3 xi1 yuan2 ben3 yue1 hao3 pei2 zhe5 biao2 jie3 yi4 qi3 lai2 xiang1 qin1 biao2 jie3 que4 yin1 wei4 dan2 xiao2 shuang3 yue1 +000564 二房#1长女#2何超琼#2手握#1重权#4。 + er4 fang2 zhang2 nv3 he2 chao1 qiong2 shou3 wo4 zhong4 quan2 +000565 槽罐车#1罐体#3被#1钢筋#1扎破#3导致#2盐酸#1泄漏#4。 + cao2 guan4 che1 guan4 ti3 bei4 gang1 jin1 zha1 po4 dao3 zhi4 yan2 suan1 xie4 lou4 +000566 郑俊浩#3婚事#1告吹#4。 + zheng4 jun4 hao4 hun1 shi4 gao4 chui1 +000567 这#1显示#3,芒果网#2正#1酝酿#1分拆#1上市#4。 + zhe4 xian3 shi4 mang2 guo2 wang3 zheng4 yun4 niang4 fen1 chai1 shang4 shi4 +000568 最#1严重时#3,胸前#2还要#1放#1一个#1便盆#2盛#1呕吐物#4。 + zui4 yan2 zhong4 shi2 xiong1 qian2 hai2 yao5 fang4 yi2 ge5 bian4 pen2 cheng2 ou3 tu4 wu4 +000569 过往#1船只#2应#1引以#1为戒#3,拧紧#2“安全弦#3”,确保#2航行#1安全#4。 + guo4 wang3 chuan2 zhi1 ying1 yin2 yi3 wei2 jie4 ning2 jin3 an1 quan2 xian2 que4 bao3 hang2 xing2 an1 quan2 +000570 另一种#2则是#2水鳕鱼#3,售卖#1商品#2包括#2扁鳕#1切片#2、鳕鱼扒#4。 + ling4 yi4 zhong3 ze2 shi4 shui2 xue3 yu2 shou4 mai4 shang1 pin3 bao1 kuo4 bian2 xue3 qie1 pian4 xue3 yu2 ba1 +000571 渔业#2暨#1水产#1资源局#1官员#3闻讯#2前往#2查看#3,认为#1是#1泥鳅的#1幼鱼#4。 + yu2 ye4 ji4 shui2 chan3 zi1 yuan2 ju2 guan1 yuan2 wen2 xun4 qian2 wang3 cha2 kan4 ren4 wei2 shi4 ni2 qiu5 de5 you4 yu2 +000572 但#2该名#1学生#2次日#2趁#1无人时#3以#1指甲#2捅破#1捆绑#1胶带#3而#2成功#1逃脱#4。 + dan4 gai1 ming2 xue2 sheng1 ci4 ri4 chen4 wu2 ren2 shi2 yi2 zhi3 jia5 tong3 po4 kun2 bang3 jiao1 dai4 er2 cheng2 gong1 tao2 tuo1 +000573 加强#2恶臭#1污染物#1治理#4。 + jia1 qiang2 e4 chou4 wu1 ran3 wu4 zhi4 li3 +000574 让#1蚊子#1咬死你#4! + rang4 wen2 zi5 yao2 si2 ni3 +000575 有本事#2起用#1新导演#3别老#1摽着#1艺谋#4。 + you2 ben3 shi4 qi3 yong4 xin1 dao2 yan3 bie2 lao3 biao4 zhe5 yi4 mou2 +000576 柑桔#2也许#1对你#1有#1帮助哦#4。 + gan1 ju2 ye2 xu3 dui4 ni2 you3 bang1 zhu4 o5 +000577 交运#1仓储#3、造纸#1印刷#3、钢铁#2等板块#2整体#1涨幅#1领先#4。 + jiao1 yun4 cang1 chu3 zao4 zhi3 yin4 shua1 gang1 tie3 deng2 ban3 kuai4 zheng2 ti2 zhang3 fu2 ling3 xian1 +000578 消防队员#2用背篓#3将#1救灾#1物资#2背进#1灾区#4。 + xiao1 fang2 dui4 yuan2 yong4 bei1 lou3 jiang1 jiu4 zai1 wu4 zi1 bei4 jin4 zai1 qu1 +000579 类似的#2风言#1风语#3我也#1时有#1耳闻#4。 + lei4 si4 de5 feng1 yan2 feng1 yu3 wo2 ye3 shi2 you2 er3 wen2 +000580 听闻#2重庆人#1咬狗#3,一看#1雷哥#2受冤屈#4。 + ting1 wen2 chong2 qing4 ren2 yao2 gou3 yi2 kan4 lei2 ge1 shou4 yuan1 qu1 +000581 孔贾#1拘守#3,昌黎#1呐喊#4。 + kong2 jia3 ju1 shou3 chang1 li2 na4 han3 +000582 张敏#3抚摸着#1他的头#3,含着泪#1劝慰#4。 + zhang1 min2 fu3 mo1 zhe5 ta1 de5 tou2 han2 zhe5 lei4 quan4 wei4 +000583 图为#2形状像#2鹅卵石的#2岩石#1样本#2火山#1玻璃#4。 + tu2 wei2 xing2 zhuang4 xiang4 e2 luan3 shi2 de5 yan2 shi2 yang4 ben3 huo3 shan1 bo1 li5 +000584 以便#2永远#1保存#2人类#1珍贵的#1文化#1遗产#4。 + yi3 bian4 yong2 yuan2 bao3 cun2 ren2 lei4 zhen1 gui4 de5 wen2 hua4 yi2 chan3 +000585 我#1以前#2又愚蠢#3,又虚荣#4。 + wo2 yi3 qian2 you4 yu2 chun3 you4 xu1 rong2 +000586 图为#2奶奶#1塞给#1小莹的#1零钞#4。 + tu2 wei2 nai3 nai5 sai4 gei2 xiao3 ying2 de5 ling2 chao1 +000587 在#1招考#1职员中#3,孔德奇#1也#1屡屡#1伸手#4。 + zai4 zhao1 kao3 zhi2 yuan2 zhong1 kong3 de2 qi2 ye3 lv2 lv3 shen1 shou3 +000588 上啥#2别上#1电视#3,惹谁#2别惹#1方舟子#4。 + shang4 sha2 bie2 shang4 dian4 shi4 re3 shui2 bie2 re3 fang1 zhou1 zi3 +000589 因#1无法#1忍受#2病痛#1折磨#2选择#1跳楼了#4。 + yin1 wu2 fa2 ren3 shou4 bing4 tong4 zhe2 mo2 xuan3 ze2 tiao4 lou2 le5 +000590 厦门#2翔安#1海底#1隧道#3右线#1洞口#1外景#4。 + xia4 men2 xiang2 an1 hai2 di3 sui4 dao4 you4 xian4 dong4 kou3 wai4 jing3 +000591 审判长#2当庭#1允许#4。 + shen3 pan4 zhang3 dang1 ting2 yun2 xu3 +000592 一楼#1商铺#2已#1烧成#1废墟#3,外墙#1熏黑#4。 + yi1 lou2 shang1 pu4 yi3 shao1 cheng2 fei4 xu1 wai4 qiang2 xun1 hei1 +000593 还是#1使用#2文明#1用语吧#4。 + hai2 shi5 shi3 yong4 wen2 ming2 yong4 yu3 ba5 +000594 三两条#2就卖#1一毛#3,蛤蟆#1骨朵儿#2大田#1螺蛳#1白挠#4。 + san1 liang3 tiao2 jiu4 mai4 yi4 mao2 ha2 ma5 gu1 duor3 da4 tian2 luo2 si1 bai2 nao2 +000595 卡比里#3来自#2瓦尔#1扎甘县的#1基尾村#4。 + ka2 bi2 li3 lai2 zi4 wa2 er3 zha1 gan1 xian4 de5 ji1 wei3 cun1 +000596 但#2李婉钰#2“投错票#1”之说#3,却遭#2绿营市#1议员#2抨击#4。 + dan4 li2 wan3 yu4 tou2 cuo4 piao4 zhi1 shuo1 que4 zao1 lu4 ying2 shi4 yi4 yuan2 peng1 ji1 +000597 受#2东风#2扰动#1影响#3,一场#1秋雨#3悄然#1洒落#2湖南省#4。 + shou4 dong1 feng1 rao3 dong4 ying2 xiang3 yi4 chang3 qiu1 yu3 qiao3 ran2 sa3 luo4 hu2 nan2 sheng3 +000598 把#1那种#2乱象#1从生的#1民主#2奉为#1样板吗#4? + ba3 na4 zhong3 luan4 xiang4 cong2 sheng1 de5 min2 zhu3 feng4 wei2 yang4 ban3 ma5 +000599 普京#3与#1卡巴耶娃#4。 + pu3 jing1 yu2 ka3 ba1 ye1 wa2 +000600 一起#2在#1晚上#3仰望#1星空吗#4? + yi4 qi3 zai4 wan3 shang4 yang3 wang4 xing1 kong1 ma5 +000601 李静#2用力#1擦掉#1一角#3,看着#1窗外#2往来#2穿着#1皮袄#1羽绒服的#1人们#4。 + li3 jing4 yong4 li4 ca1 diao4 yi4 jiao3 kan4 zhe5 chuang1 wai4 wang3 lai2 chuan1 zhe5 pi2 ao2 yu3 rong2 fu2 de5 ren2 men5 +000602 广州#2未来#1三天#2雨雾#1缠绵#4。 + guang3 zhou1 wei4 lai2 san1 tian1 yu3 wu4 chan2 mian2 +000603 严肃#1查处#2买官#1卖官#1案件#4。 + yan2 su4 cha2 chu2 mai3 guan1 mai4 guan1 an4 jian4 +000604 永远#1也#1忘不了#2班主任#2那#1哀怨的#1眼神#4。 + yong2 yuan2 ye3 wang4 bu4 liao3 ban1 zhu3 ren4 na4 ai1 yuan4 de5 yan3 shen2 +000605 咱也#1别#1挑剔#1人家#3,但#1硬件#1服务#3和#1配套的#1东西#2该有哇#4。 + zan2 ye3 bie2 tiao1 ti4 ren2 jia1 dan4 ying4 jian4 fu2 wu4 he2 pei4 tao4 de5 dong1 xi5 gai1 you3 wa5 +000606 业内#1预测的#3或许#2并无#1夸张#4。 + ye4 nei4 yu4 ce4 de5 huo4 xu3 bing4 wu2 kua1 zhang1 +000607 视频#2监控#1截图#3,一只#1小卷毛犬#2勇战#2大藏獒#4。 + shi4 pin2 jian1 kong4 jie2 tu2 yi4 zhi1 xiao2 juan3 mao2 quan3 yong3 zhan4 da4 zang4 ao2 +000608 该赌场#3为#1外国人#1专用#1赌场#4。 + gai1 du2 chang3 wei2 wai4 guo2 ren2 zhuan1 yong4 du2 chang3 +000609 栖霞#1红叶#2秋天#1手绘版#3,漂亮吧#4! + qi1 xia2 hong2 ye4 qiu1 tian1 shou3 hui4 ban3 piao4 liang4 ba5 +000610 我军#2破解#1美军#1优势的#1手杀锏#4。 + wo3 jun1 po4 jie2 mei3 jun1 you1 shi4 de5 sha1 shou2 jian3 +000611 据闻#3,朱莉#2拍#1“游”片#2故意#1强吻#1德普#3,勾搭#1企图#1明显#4。 + ju4 wen2 zhu1 li4 pai1 you2 pian4 gu4 yi4 qiang2 wen3 de2 pu3 gou1 da5 qi3 tu2 ming2 xian3 +000612 几天#1用#1一张#3,用完#1就扔#4。 + ji3 tian1 yong4 yi4 zhang1 yong4 wan2 jiu4 reng1 +000613 三处#2私宰点#2均无#2检验#1检疫证#4。 + san1 chu4 si1 zai2 dian3 jun1 wu2 jian3 yan4 jian3 yi4 zheng4 +000614 几人#2将#1朴云#2当场#1乱刀#1砍死#4。 + ji3 ren2 jiang1 piao2 yun2 dang1 chang3 luan4 dao1 kan2 si3 +000615 张春贤#2同时#1赞扬说#3,新疆人#2善良#2懂#1感恩#4。 + zhang1 chun1 xian2 tong2 shi2 zan4 yang2 shuo1 xin1 jiang1 ren2 shan4 liang2 dong2 gan3 en1 +000616 把#1孩子尿#2还得#2吹嘘嘘#1才行#4。 + ba3 hai2 zi5 niao4 hai2 dei3 chui1 xu1 xu1 cai2 xing2 +000617 这些#2水泥砖#3能#1用手#1捻碎#4。 + zhe4 xie1 shui3 ni2 zhuan1 neng2 yong4 shou2 nian3 sui4 +000618 谁能#1阻止#1李宗伟#3,成为#2年终#1悬念#4。 + shui2 neng2 zu2 zhi2 li3 zong1 wei3 cheng2 wei2 nian2 zhong1 xuan2 nian4 +000619 在#1路旁#1旮旯处#3,皮特#2脱下#1外套#3,惬意#2抽着#1香烟#4。 + zai4 lu4 pang2 ga1 la2 chu4 pi2 te4 tuo1 xia4 wai4 tao4 qie4 yi4 chou1 zhe5 xiang1 yan1 +000620 脚印旁#2还有#1甩出的#1小血点#4。 + jiao3 yin4 pang2 hai2 you2 shuai3 chu1 de5 xiao3 xue4 dian3 +000621 可#1蔡云#1这#2查无#1原因的#1发烧#3却让#1队医#2担心#1不已#4。 + ke3 cai4 yun2 zhe4 cha2 wu2 yuan2 yin1 de5 fa1 shao1 que4 rang4 dui4 yi1 dan1 xin1 bu4 yi3 +000622 副首相#2克莱格#3同样#2为#1王室#2游艇#1建造#1提议#2“泼冷水#4”。 + fu4 shou3 xiang4 ke4 lai2 ge2 tong2 yang4 wei4 wang2 shi4 you2 ting3 jian4 zao4 ti2 yi4 po1 leng2 shui3 +000623 俩#1胳膊#2三度#1烫伤#3,创面#2比较深#4。 + lia3 ge1 bo5 san1 du4 tang4 shang1 chuang1 mian4 bi3 jiao4 shen1 +000624 阳台#1栏杆#3应有#1防护#1措施#4。 + yang2 tai2 lan2 gan1 ying1 you3 fang2 hu4 cuo4 shi1 +000625 我说#1你咋#2哪壶#1不开#2提#1哪壶哇#4? + wo3 shuo1 ni2 za2 na3 hu2 bu4 kai1 ti2 na3 hu2 wa5 +000626 冯巩#1姐姐#2冯幸耘#3、姜昆#3、濮存昕等#3纷纷#1现身#4。 + feng2 gong2 jie3 jie5 feng2 xing4 yun2 jiang1 kun1 pu2 cun2 xin1 deng3 fen1 fen1 xian4 shen1 +000627 有#1几名#1游客#2不敢沿#1绳索#2攀爬#1至#1岸边#4。 + you2 ji3 ming2 you2 ke4 bu4 gan3 yan2 sheng2 suo3 pan1 pa2 zhi4 an4 bian1 +000628 人物#2体态#1丰腴#2,身姿#1婀娜#3,舞裙#1飘逸#2,神采飞扬#3,极富#2艺术#1张力#4。 + ren2 wu4 ti3 tai4 feng1 yu2 shen1 zi1 e1 nuo2 wu3 qun2 piao1 yi4 shen2 cai3 fei1 yang2 ji2 fu4 yi4 shu4 zhang1 li4 +000629 今年#2我#1准备#1提出#2请#1财政#1补贴#1取暖#1费用#4。 + jin1 nian2 wo2 zhun3 bei4 ti2 chu1 qing3 cai2 zheng4 bu3 tie1 qu2 nuan3 fei4 yong5 +000630 我太#1笨手#1笨脚了#4。 + wo3 tai4 ben4 shou3 ben4 jiao3 le5 +000631 都#1答了#1满分#3要#1请我#1吃饭哦#4。 + dou1 da2 le5 man3 fen1 yao4 qing2 wo3 chi1 fan4 o5 +000632 玩玩#1乐器#3,玩玩#1游戏#4。 + wan2 wan5 yue4 qi4 wan2 wan5 you2 xi4 +000633 阿霞#2留下#1电话#2给同某#3,称#1要介绍#1小妹#2给其#1嫖宿#4。 + a1 xia2 liu2 xia4 dian4 hua4 gei3 tong2 mou3 cheng1 yao4 jie4 shao5 xiao3 mei4 gei3 qi2 piao2 su4 +000634 苏玉双#2与#1寝室#1同学#1在#1一起#4。 + su1 yu4 shuang1 yu2 qin3 shi4 tong2 xue2 zai4 yi4 qi3 +000635 您#1可以#1先回#1冰岛#2问问您#1哥们儿#4。 + nin2 ke2 yi3 xian1 hui2 bing1 dao3 wen4 wen5 nin2 ge1 menr5 +000636 届时#2王晶#2又能#1笑得#1合不拢#1嘴了#4。 + jie4 shi2 wang2 jing1 you4 neng2 xiao4 de5 he2 bu5 long2 zui3 le5 +000637 我约#1她去#1看#1狗展#4。 + wo3 yue1 ta1 qu4 kan4 gou2 zhan3 +000638 粮食#2变#1能源#3,使得#2因灾#1减产的#1粮食#1供应#2雪上#1加霜#4。 + liang2 shi5 bian4 neng2 yuan2 shi3 de2 yin1 zai1 jian2 chan3 de5 liang2 shi5 gong1 ying4 xue3 shang4 jia1 shuang1 +000639 第五名#2是#1女星#2洁西卡#1贝尔#2跳#1钢管舞#4。 + di4 wu3 ming2 shi4 nv3 xing1 jie2 xi1 ka3 bei4 er3 tiao4 gang1 guan2 wu3 +000640 轮换#1球员#2真的#1有#1必要吗#4? + lun2 huan4 qiu2 yuan2 zhen1 de5 you3 bi4 yao4 ma5 +000641 诸如#2“哈欠#2”写成#1“哈九#3”,“美食#1一顿#1”写成#2“美食#1一顷#1”等等#4。 + zhu1 ru2 ha1 qian4 xie3 cheng2 ha1 jiu3 mei3 shi2 yi2 dun4 xie3 cheng2 mei3 shi2 yi4 qing2 deng2 deng3 +000642 这就#1容易#2引起#1误会#1及#1争拗#4。 + zhe4 jiu4 rong2 yi4 yin2 qi3 wu4 hui4 ji2 zheng1 ao3 +000643 能够#1第三#2已经#1阿弥陀佛了#4。 + neng2 gou4 di4 san1 yi3 jing1 e1 mi2 tuo2 fo2 le5 +000644 恳请#1消费者#1原谅#4。 + ken2 qing3 xiao1 fei4 zhe3 yuan2 liang4 +000645 从#1“兔王#2”长着#1弯曲的#1爪子看#3,它#1极可能#2靠#1挖食#1植物#1根茎#1为生#4。 + cong2 tu4 wang2 zhang3 zhe5 wan1 qu1 de5 zhua3 zi5 kan4 ta1 ji2 ke3 neng2 kao4 wa1 shi2 zhi2 wu4 gen1 jing1 wei2 sheng1 +000646 艺术家#2与#1表演者#1五大类#3,入选者#3均为#2各领域#2最具#1影响力的#1佼佼者#4。 + yi4 shu4 jia1 yu3 biao2 yan2 zhe2 wu3 da4 lei4 ru4 xuan2 zhe3 jun1 wei2 ge4 ling3 yu4 zui4 ju4 ying2 xiang3 li4 de5 jiao2 jiao2 zhe3 +000647 少数#1患者#2出现#2兴奋#3,或有#2片断#1荒谬的#1妄想#1与#1幻觉#4。 + shao3 shu4 huan4 zhe3 chu1 xian4 xing1 fen4 huo4 you3 pian4 duan4 huang1 miu4 de5 wang4 xiang2 yu3 huan4 jue2 +000648 楼市#2降价的#1豁口#1未现#3,但#1暗流#2已经#1汹涌#4。 + lou2 shi4 jiang4 jia4 de5 huo1 kou3 wei4 xian4 dan4 an4 liu2 yi3 jing1 xiong1 yong3 +000649 当#1对方#1同意#2与其#1“一夜情”后#3,柳某#2大喜#1过望#4。 + dang1 dui4 fang1 tong2 yi4 yu3 qi2 yi2 ye4 qing2 hou4 liu2 mou3 da4 xi3 guo4 wang4 +000650 可爱#1模样#3让我#1忍不住#1对她#1狂吻#4。 + ke3 ai4 mu2 yang4 rang4 wo2 ren3 bu2 zhu4 dui4 ta1 kuang2 wen3 +000651 一名#2因#2“情绪#1摇滚#1”范儿#1打扮#2遭#1杀害的#2伊拉克#1少年#4。 + yi4 ming2 yin1 qing2 xu4 yao2 gun3 fanr4 da3 ban4 zao1 sha1 hai4 de5 yi1 la1 ke4 shao4 nian2 +000652 这#1一件件#1案底#3,让#1专案组#1人员#2颇为#1惊讶#4。 + zhe4 yi2 jian4 jian4 an4 di3 rang4 zhuan1 an4 zu3 ren2 yuan2 po1 wei2 jing1 ya4 +000653 此外#3,西奥的#1两颊#2有棱#1有角#3,而#1梵高的#1腮帮#2比较圆#4。 + ci3 wai4 xi1 ao4 de5 liang3 jia2 you3 leng2 you2 jiao3 er2 fan2 gao1 de5 sai1 bang1 bi3 jiao4 yuan2 +000654 佛山的#2“陶都#1”招牌#2越擦#1越亮#4。 + fo2 shan1 de5 tao2 du1 zhao1 pai2 yue4 ca1 yue4 liang4 +000655 绿柳#1低垂#3,江水#1哽咽#4。 + lv4 liu3 di1 chui2 jiang1 shui2 geng3 ye4 +000656 她在#2鄞州#2一家#1银行#2乖乖#1汇款#4。 + ta1 zai4 yin2 zhou1 yi4 jia1 yin2 hang2 guai1 guai1 hui4 kuan3 +000657 禽#1、蛋价格#2有涨#1有落#4。 + qin2 dan4 jia4 ge2 you2 zhang2 you3 luo4 +000658 该#1存单#2可#1流通#1转让#3,自由#1买卖#4。 + gai1 cun2 dan1 ke3 liu2 tong1 zhuan3 rang4 zi4 you2 mai3 mai4 +000659 萨勒曼#1表示#3,他#1已经向#2查尔斯#1王子#2致以#1歉意#4。 + sa4 le5 man4 biao3 shi4 ta1 yi3 jing1 xiang4 cha2 er3 si1 wang2 zi3 zhi4 yi3 qian4 yi4 +000660 没#1忙啥#3,在#1等你#1召唤呀#4。 + mei2 mang2 sha2 zai4 deng2 ni3 zhao4 huan4 ya5 +000661 为#1撺掇#2新郎#1新娘#2做游戏#3,朋友们#2围挤在#1床边#1起哄#4。 + wei4 cuan1 duo5 xin1 lang2 xin1 niang2 zuo4 you2 xi4 peng2 you5 men5 wei2 ji3 zai4 chuang2 bian1 qi3 hong4 +000662 她#1倒下了#3,我#1姑父#2和我#1外甥#2可#1怎么办呀#4! + ta1 dao3 xia4 le5 wo3 gu1 fu5 he2 wo3 wai4 sheng5 ke2 zen3 me5 ban4 ya5 +000663 百折#1不挠#3,国泰#1民安#4。 + bai3 zhe2 bu4 nao2 guo2 tai4 min2 an1 +000664 往年#1隆冬#2见不到的#1海鸥#3也#1翩翩#1而至#4。 + wang3 nian2 long2 dong1 jian4 bu5 dao4 de5 hai3 ou1 ye3 pian1 pian1 er2 zhi4 +000665 也#1捧场了#2像#2孙俪#3、佟大为#3、刘烨#2一批#1活跃#1在#1娱乐圈#1一线的#1演员#4。 + ye3 peng2 chang3 le5 xiang4 sun1 li4 tong2 da4 wei2 liu2 ye4 yi4 pi1 huo2 yue4 zai4 yu2 le4 quan1 yi1 xian4 de5 yan3 yuan2 +000666 花言#1巧语#1有之#3,威逼#1利诱#1有之#3,讽刺#1辱骂#2有之#4。 + hua1 yan2 qiao2 yu2 you3 zhi1 wei1 bi1 li4 you4 you3 zhi1 feng3 ci4 ru3 ma4 you3 zhi1 +000667 若#1朝鲜#2拥有#1核武器#3,韩国#2没有#1有效#1手段#2予以#1反击#4。 + ruo4 chao2 xian3 yong1 you3 he2 wu3 qi4 han2 guo2 mei2 you2 you3 xiao4 shou3 duan4 yu2 yi2 fan3 ji1 +000668 民女#2给您#2请安啦#4。 + min2 nv2 gei3 nin2 qing3 an1 la5 +000669 陈涛#1不解#3,致电#1文强#2却被#1掐断#4。 + chen2 tao1 bu4 jie3 zhi4 dian4 wen2 qiang2 que4 bei4 qia1 duan4 +000670 旧老#1血渍#3,可用#1硫黄皂#2揉搓#1清洗#4。 + jiu4 lao3 xue4 zi4 ke3 yong4 liu2 huang2 zao4 rou2 cuo1 qing1 xi3 +000671 其他#2我就当#1没听过咯#4。 + qi2 ta1 wo3 jiu5 dang1 mei2 ting1 guo4 lo5 +000672 有望#2年底#2与#1观众#1见面#4。 + you3 wang4 nian2 di3 yu3 guan1 zhong4 jian4 mian4 +000673 杨龙芳的#1观点#3与#1黄卫平#2不谋#1而合#4。 + yang2 long2 fang1 de5 guan1 dian3 yu3 huang2 wei4 ping2 bu4 mou2 er2 he2 +000674 越南#1方面#3也#1允许#1买手#2直接到#1林区#1选材#4。 + yue4 nan2 fang1 mian4 ye3 yun2 xu3 mai2 shou3 zhi2 jie1 dao4 lin2 qu1 xuan3 cai2 +000675 层次感#1鲜明#3,让人#2越看#1越着迷#4。 + ceng2 ci4 gan3 xian1 ming2 rang4 ren2 yue4 kan4 yue4 zhao2 mi2 +000676 网友#2“预言帖#1”截屏图#4。 + wang2 you3 yu4 yan2 tie3 jie2 ping2 tu2 +000677 让#1姚易#1二人的#1威力#2共同#1发挥#4? + rang4 yao2 yi4 er4 ren2 de5 wei1 li4 gong4 tong2 fa1 hui1 +000678 卓韵芝#1表示#2都爱喝#1咖啡#4。 + zhuo2 yun4 zhi1 biao3 shi4 dou1 ai4 he1 ka1 fei1 +000679 秋保的#2脚部#1等处#2也#1负有#1轻伤#4。 + qiu1 bao3 de5 jiao3 bu4 deng3 chu4 ye3 fu4 you3 qing1 shang1 +000680 羊要#2咩咩叫#3,公鸡#1要在#2天#1未亮时#1打鸣#4。 + yang2 yao4 mie1 mie1 jiao4 gong1 ji1 yao4 zai4 tian1 wei4 liang4 shi2 da3 ming2 +000681 在#1屋檐下#2听雨呀#4。 + zai4 wu1 yan2 xia4 ting1 yu3 ya5 +000682 而#1荒唐#1减压#2偷盗#1财物的#1赵某#3也#1面临#1刑罚#4。 + er2 huang1 tang2 jian3 ya1 tou1 dao4 cai2 wu4 de5 zhao4 mou3 ye3 mian4 lin2 xing2 fa2 +000683 守望#1屁股#3,我玩#1寡妇#3,是#1游戏呀#3,别瞎想#4。 + shou3 wang4 pi4 gu5 wo3 wan2 gua3 fu4 shi4 you2 xi4 ya5 bie2 xia1 xiang3 +000684 扫把#1铁制#3,下扎#2数十条#2耐火的#1橡胶皮#3,用来#2扑打#1火焰#4。 + sao4 ba5 tie3 zhi4 xia4 zha1 shu4 shi2 tiao2 nai4 huo3 de5 xiang4 jiao1 pi2 yong4 lai2 pu1 da2 huo3 yan4 +000685 当#1记者#2按下#1秒表后#3,龚兆春#2开始#1沿着#1软梯#2向下爬#4。 + dang1 ji4 zhe3 an4 xia4 miao2 biao3 hou4 gong1 zhao4 chun1 kai1 shi3 yan2 zhe5 ruan3 ti1 xiang4 xia4 pa2 +000686 警察#2正在用#1警棍#2引诱蛇#1出来#4。 + jing3 cha2 zheng4 zai4 yong4 jing3 gun4 yin3 you4 she2 chu1 lai5 +000687 可#1内服#2可#1外用哦#4。 + ke3 nei4 fu2 ke3 wai4 yong4 o5 +000688 入夏#1以来#2雨水#1充沛#3,利于#1作物#2生长#1发育#4。 + ru4 xia4 yi3 lai2 yu2 shui3 chong1 pei4 li4 yu2 zuo4 wu4 sheng1 zhang3 fa1 yu4 +000689 张毅#1发现#2“无孔#1可入#3”,也#1只好#1作罢#4。 + zhang1 yi4 fa1 xian4 wu2 kong2 ke3 ru4 ye3 zhi2 hao3 zuo4 ba4 +000690 闪点#1越低#3,燃料#2越易燃#3,引发#1火灾的#1危险性#3也就#1越大#4。 + shan2 dian3 yue4 di1 ran2 liao4 yue4 yi4 ran2 yin3 fa1 huo3 zai1 de5 wei1 xian3 xing4 ye3 jiu5 yue4 da4 +000691 刚才#2我也#1感觉#2恶心#2、头晕#3、脚软#4。 + gang1 cai2 wo2 ye2 gan3 jue2 e3 xin1 tou2 yun1 jiao2 ruan3 +000692 田月生#3因#1失血#1过多#2抢救#1无效#1死亡#4。 + tian2 yue4 sheng1 yin1 shi1 xie3 guo4 duo1 qiang3 jiu4 wu2 xiao4 si3 wang2 +000693 杨存虎#3本名#2“王存虎#3”,生父#1姓王#3,早亡#3,从#1继父#2改姓杨#4。 + yang2 cun2 hu3 ben3 ming2 wang2 cun2 hu3 sheng1 fu4 xing4 wang2 zao3 wang2 cong2 ji4 fu4 gai3 xing4 yang2 +000694 宁愿#2做#1一朵#1篱下的#1野花#3,不愿#1做#1一朵#2受#1恩惠的#1蔷薇#4。 + ning4 yuan4 zuo4 yi4 duo3 li2 xia4 de5 ye3 hua1 bu2 yuan4 zuo4 yi4 duo3 shou4 en1 hui4 de5 qiang2 wei1 +000695 化肥#2比#1秸秆#1沤的#1肥料#2有劲#1多了#4。 + hua4 fei2 bi3 jie1 gan3 ou4 de5 fei2 liao4 you3 jin4 duo1 le5 +000696 踏进#2监狱的#1大门#3,尊严#2已#1彻底#1沦落#4。 + ta4 jin4 jian1 yu4 de5 da4 men2 zun1 yan2 yi3 che4 di3 lun2 luo4 +000697 司机#2磨磨#1蹭蹭#2、走走#1停停#4。 + si1 ji1 mo2 mo5 ceng4 ceng4 zou2 zou3 ting2 ting2 +000698 而她#1几位#1朋友#2刚巧#1也到了#4。 + er2 ta1 ji3 wei4 peng2 you5 gang1 qiao2 ye3 dao4 le5 +000699 建筑物#1越高#3,“烟囱#1效应#2”越明显#4。 + jian4 zhu4 wu4 yue4 gao1 yan1 cong1 xiao4 ying4 yue4 ming2 xian3 +000700 图为#2统营的#1一处#1港口#2被淹没#4。 + tu2 wei2 tong3 ying2 de5 yi2 chu4 gang2 kou3 bei4 yan1 mo4 +000701 成为#2主捧#1影星#1之一#4。 + cheng2 wei2 zhu2 peng2 ying3 xing1 zhi1 yi1 +000702 大连港#1集团#2穆棱#1铁海#1联运#1项目#1启动#4。 + da4 lian2 gang3 ji2 tuan2 mu4 ling2 tie2 hai3 lian2 yun4 xiang4 mu4 qi3 dong4 +000703 塔里木#1油田#2青年#1员工#3奉献#1大漠#4。 + ta2 li3 mu4 you2 tian2 qing1 nian2 yuan2 gong1 feng4 xian4 da4 mo4 +000704 昆州#1著名#1景区#2凯恩斯#2、汤斯维尔#3、马凯等#2都在#2受#1影响#1区域内#4。 + kun1 zhou1 zhu4 ming2 jing3 qu1 kai3 en1 si1 tang1 si1 wei2 er3 ma2 kai2 deng3 dou1 zai4 shou4 ying2 xiang3 qu1 yu4 nei4 +000705 二要#2稳步#1推进#2人民币#2跨境#1结算#4。 + er4 yao4 wen3 bu4 tui1 jin4 ren2 min2 bi4 kua4 jing4 jie2 suan4 +000706 纪念品#1价钱#1较#1亲民#4。 + ji4 nian4 pin3 jia4 qian2 jiao4 qin1 min2 +000707 刘亚#2受伤后#3主攻#1位置#2让谁#1去打#3,教练组#2颇有些#1挠头#4。 + liu2 ya4 shou4 shang1 hou4 zhu3 gong1 wei4 zhi5 rang4 shui2 qu4 da3 jiao4 lian4 zu3 po1 you3 xie1 nao2 tou2 +000708 时任#1院长#2严文清#3现任#2湖北#1第二#1师院#2党委#1书记#4。 + shi2 ren4 yuan4 zhang3 yan2 wen2 qing1 xian4 ren4 hu2 bei3 di4 er4 shi1 yuan4 dang2 wei3 shu1 ji5 +000709 第二#1垄断#2血液#1骨髓#4。 + di4 er4 long3 duan4 xue4 ye4 gu2 sui3 +000710 结婚#1传闻#2被指#1属假#4。 + jie2 hun1 chuan2 wen2 bei4 zhi3 shu2 jia3 +000711 人被#2蚂蚁#1叮咬后#3,往往#1引起#1红斑#3,使#1皮肤#1瘙痒#4。 + ren2 bei4 ma2 yi3 ding1 yao3 hou4 wang2 wang3 yin2 qi3 hong2 ban1 shi3 pi2 fu1 sao1 yang3 +000712 发表#2不当#1言论的#1柳泽#3暂且#2渡过#1难关#4。 + fa1 biao3 bu2 dang4 yan2 lun4 de5 liu3 ze2 zan4 qie3 du4 guo4 nan2 guan1 +000713 你#1别赶#1我走#1好吗#4? + ni3 bie2 gan2 wo2 zou2 hao3 ma5 +000714 多云#1有#1阵雨#3,雷暴#1有#1大风#4。 + duo1 yun2 you3 zhen4 yu3 lei2 bao4 you3 da4 feng1 +000715 我#1随着#2五颜#1六色的#1人流#1穿游#4。 + wo3 sui2 zhe5 wu3 yan2 liu4 se4 de5 ren2 liu2 chuan1 you2 +000716 我#1需要#2远离#1水源哦#4! + wo3 xu1 yao4 yuan3 li2 shui3 yuan2 o5 +000717 看见#1王伟#1就问#3:你#1如何啊#4? + kan4 jian4 wang2 wei3 jiu4 wen4 ni3 ru2 he2 a5 +000718 偶尔#2买一些#1资料#3或#1一双#1袜子#3,等#1存够了#3,会去#1买#1一套#1新衣裳#4。 + ou2 er2 mai3 yi4 xie1 zi1 liao4 huo4 yi4 shuang1 wa4 zi5 deng3 cun2 gou4 le5 hui4 qu4 mai3 yi2 tao4 xin1 yi1 shang5 +000719 札夸威#3也是#2库达#1玛#1夫妇#1婚姻的#1介绍人#4。 + zha2 kua1 wei1 ye3 shi4 ku4 da2 ma3 fu1 fu4 hun1 yin1 de5 jie4 shao4 ren2 +000720 岑师傅#2一时#2难以#1判断#4。 + cen2 shi1 fu5 yi4 shi2 nan2 yi3 pan4 duan4 +000721 模特儿#1出身#2转战#1演员的#1郭品超#3为#1活动#2亲自#1走秀#4。 + mo2 ter4 chu1 shen1 zhuan3 zhan4 yan3 yuan2 de5 guo1 pin3 chao1 wei4 huo2 dong4 qin1 zi4 zou3 xiu4 +000722 尔后#3,便在#2被告席#2位置#1站定#3,表情#1平静#3,任凭#2闪光灯#2频频#1闪起#4。 + er3 hou4 bian4 zai4 bei4 gao4 xi2 wei4 zhi5 zhan4 ding4 biao3 qing2 ping2 jing4 ren4 ping2 shan3 guang1 deng1 pin2 pin2 shan2 qi3 +000723 威廉斯说#3,业务#2拓展至#2特殊#1造型#1棺材#3纯属#1偶然#4。 + wei1 lian2 si1 shuo1 ye4 wu4 tuo4 zhan3 zhi4 te4 shu1 zao4 xing2 guan1 cai2 chun2 shu2 ou3 ran2 +000724 平均#1每篇#1论文的#2被#1引用#1次数#2是#1四点六#4。 + ping2 jun1 mei3 pian1 lun4 wen2 de5 bei4 yin3 yong4 ci4 shu4 shi4 si4 dian3 liu4 +000725 梁伟军#2灰溜溜地#1回到#1饲养场#3,张爱国#2从#1猪圈后#1闪出来#4。 + liang2 wei3 jun1 hui1 liu1 liu1 de5 hui2 dao4 si4 yang2 chang3 zhang1 ai4 guo2 cong2 zhu1 juan4 hou4 shan3 chu1 lai5 +000726 如果#2维持#1原价#3,月嫂#1都会#1跑走#4。 + ru2 guo3 wei2 chi2 yuan2 jia4 yue4 sao3 dou1 hui4 pao2 zou3 +000727 美女#3你#1辣么#1早啊#4。 + mei2 nv3 ni3 la4 me5 zao3 a5 +000728 崔秋莲#2也将#1自己#1女儿的#1相片#2送给#2波希瓦#1太太#4。 + cui1 qiu1 lian2 ye3 jiang1 zi4 ji2 nv3 er2 de5 xiang4 pian4 song4 gei3 bo1 xi1 wa3 tai4 tai5 +000729 金灿荣#1认为#2并非#1如此#4。 + jin1 can4 rong2 ren4 wei2 bing4 fei1 ru2 ci3 +000730 镇里#2按照#1该预算#2和#1合同#2进行#1拨款#4。 + zhen4 li3 an4 zhao4 gai1 yu4 suan4 he2 he2 tong5 jin4 xing2 bo1 kuan3 +000731 初在#2陕北#1公学#3,后到#2鲁迅#1艺术#1文学院#2任#1研究员#4。 + chu1 zai4 shan2 bei3 gong1 xue2 hou4 dao4 lu3 xun4 yi4 shu4 wen2 xue2 yuan4 ren4 yan2 jiu1 yuan2 +000732 寒风#1凛冽#2候鸟#1悠然#1觅食#4。 + han2 feng1 lin3 lie4 hou4 niao3 you1 ran2 mi4 shi2 +000733 农庄内#2冷冷#1清清#4。 + nong2 zhuang1 nei4 leng2 leng3 qing1 qing1 +000734 洛佩兹#3再度#1当选#2“美臀#1天后#4”。 + luo4 pei4 zi1 zai4 du4 dang1 xuan2 mei3 tun2 tian1 hou4 +000735 不过#3,更换#1轮胎#1尺寸#3也有#1隐患#4。 + bu2 guo4 geng1 huan4 lun2 tai1 chi3 cun4 ye2 you2 yin3 huan4 +000736 其他#1区域#3为#1养犬#1一般#1管理区#4。 + qi2 ta1 qu1 yu4 wei2 yang2 quan3 yi4 ban1 guan2 li3 qu1 +000737 因为#2无钱#1租房#3,杨元元#2与#1母亲#2一直#1同住#1一间#1寝室#4。 + yin1 wei4 wu2 qian2 zu1 fang2 yang2 yuan2 yuan5 yu2 mu3 qin1 yi4 zhi2 tong2 zhu4 yi4 jian1 qin3 shi4 +000738 刘伟强#3原系#2湘乡市#2金薮乡#1乡长#1助理#3兼#1财政所#1所长#4。 + liu2 wei3 qiang2 yuan2 xi4 xiang1 xiang1 shi4 jin1 sou3 xiang1 xiang1 zhang3 zhu4 li3 jian1 cai2 zheng4 suo3 suo2 zhang3 +000739 一列#1动车#2正#1缓缓#1而行#4。 + yi2 lie4 dong4 che1 zheng4 huan2 huan3 er2 xing2 +000740 刚#1洗了#1黑漆#3又被#1喷上#1红漆#4。 + gang1 xi3 le5 hei1 qi1 you4 bei4 pen1 shang4 hong2 qi1 +000741 可想#1而知#3,“瓮中#1捉鳖#2”显然比#2“亡羊补牢#2”更#1可靠#2、更有效#4。 + ke2 xiang3 er2 zhi1 weng4 zhong1 zhuo1 bie1 xian3 ran2 bi3 wang2 yang2 bu3 lao2 geng4 ke3 kao4 geng4 you3 xiao4 +000742 赵本山#2大红#1唐装#2喜气#1洋洋#3,做#1掩面状#1耍宝#4。 + zhao4 ben3 shan1 da4 hong2 tang2 zhuang1 xi3 qi4 yang2 yang2 zuo4 yan3 mian4 zhuang4 shua2 bao3 +000743 闲暇时#3她#1喜欢#2玩玩#1微博#2或#1上网#1聊天#4。 + xian2 xia2 shi2 ta1 xi3 huan1 wan2 wan5 wei1 bo2 huo4 shang4 wang3 liao2 tian1 +000744 凯尔#2生于#2得克#1萨斯州#1西部#4。 + kai2 er3 sheng1 yu2 de2 ke4 sa4 si1 zhou1 xi1 bu4 +000745 我#1也有#1问过#1一些#1前辈#3,好像#2黄日华#1就#1挺我#4。 + wo2 ye2 you3 wen4 guo5 yi4 xie1 qian2 bei4 hao3 xiang4 huang2 ri4 hua2 jiu4 ting2 wo3 +000746 一开始#3办案#1民警#3也#1捉摸#1不透#4。 + yi4 kai1 shi3 ban4 an4 min2 jing3 ye3 zhuo1 mo1 bu2 tou4 +000747 悦悦妈#2几乎#1当场#1晕倒#3,随即#2被#1亲友#1扶走#4。 + yue4 yue5 ma1 ji1 hu1 dang1 chang3 yun1 dao3 sui2 ji2 bei4 qin1 you3 fu2 zou3 +000748 盘#1呈#1六瓣#1葵花式#3,浅腹#2,坦底#4。 + pan2 cheng2 liu4 ban4 kui2 hua1 shi4 qian3 fu4 tan2 di3 +000749 元旦#1当天#3,张海燕#2又给#1王强#2打电话#2相约#1见面#4。 + yuan2 dan4 dang4 tian1 zhang1 hai3 yan4 you4 gei3 wang2 qiang2 da3 dian4 hua4 xiang1 yue1 jian4 mian4 +000750 张二楞#2曾在#1部队#1当过#1文艺兵#3,现为#2深圳#1保安#1艺术团#1艺术#1总监#4。 + zhang1 er4 leng4 ceng2 zai4 bu4 dui4 dang1 guo5 wen2 yi4 bing1 xian4 wei2 shen1 zhen4 bao3 an1 yi4 shu4 tuan2 yi4 shu4 zong3 jian1 +000751 由于#2漏斗状#2云柱内#2气压#1很低#3,产生#2强大的#1吮吸#1作用#4。 + you2 yu2 lou4 dou3 zhuang4 yun2 zhu4 nei4 qi4 ya1 hen3 di1 chan3 sheng1 qiang2 da4 de5 shun3 xi1 zuo4 yong5 +000752 临床上#2骨髓#1穿刺#3及#1骨髓#1活检#2等#1检查#3用于#2确诊#1再障#4。 + lin2 chuang2 shang5 gu2 sui3 chuan1 ci4 ji2 gu2 sui3 huo2 jian2 deng2 jian3 cha2 yong4 yu2 que4 zhen3 zai4 zhang4 +000753 夏#1四月#1癸巳#3,刘备#2殂于#1永安宫#4。 + xia4 si4 yue4 gui3 si4 liu2 bei4 cu2 yu2 yong3 an1 gong1 +000754 帛书#2化为#2袅袅#1青烟#3,飘向#2九天#1重霄#3,告慰#2始祖#1先灵#4。 + bo2 shu1 hua4 wei2 niao2 niao3 qing1 yan1 piao1 xiang4 jiu3 tian1 chong2 xiao1 gao4 wei4 shi2 zu3 xian1 ling2 +000755 菲儿#2称#2杨然#2才能#1做主#4。 + fei1 er5 cheng1 yang2 ran2 cai2 neng2 zuo4 zhu3 +000756 对于#2孤寡#1老人#3,安养院#2分文#1不收#3,衣食#1住行#2全由#1安养院#1承担#4。 + dui4 yu2 gu1 gua2 lao3 ren2 an1 yang3 yuan4 fen1 wen2 bu4 shou1 yi1 shi2 zhu4 xing2 quan2 you2 an1 yang3 yuan4 cheng2 dan1 +000757 帮我#2清下#2购物车呗#4。 + bang1 wo3 qing1 xia4 gou4 wu4 che1 bei5 +000758 在#1鲁尔河#2注入#1莱茵河处#4。 + zai4 lu2 er3 he2 zhu4 ru4 lai2 yin1 he2 chu4 +000759 我#1应该#1用他的#2哪一个#1邮箱#4? + wo3 ying1 gai1 yong4 ta1 de5 na3 yi2 ge4 you2 xiang1 +000760 小芹#2把#1几千元#2给了#1王姐姐#4。 + xiao3 qin2 ba2 ji3 qian1 yuan2 gei3 le5 wang2 jie3 jie5 +000761 葛先生#2质疑#1此为#2霸王#1条款#4。 + ge3 xian1 sheng5 zhi4 yi2 ci3 wei2 ba4 wang2 tiao2 kuan3 +000762 拥有#2酩悦#1公司#3、轩尼诗#1公司#3和#1路易#1威登#1公司#4。 + yong1 you2 ming3 yue4 gong1 si1 xuan1 ni2 shi1 gong1 si1 he2 lu4 yi4 wei1 deng1 gong1 si1 +000763 普洱市#1中院#3至今#2未予#1立案#4。 + pu2 er3 shi4 zhong1 yuan4 zhi4 jin1 wei4 yu3 li4 an4 +000764 社保卡#2则#1可以#1替代#2就诊卡#3,实现#2就医#1“一卡通#4”。 + she4 bao2 ka3 ze2 ke2 yi3 ti4 dai4 jiu4 zhen2 ka3 shi2 xian4 jiu4 yi1 yi4 ka3 tong1 +000765 刘英#2家在#2河北省#1西柏坡#4。 + liu2 ying1 jia1 zai4 he2 bei2 sheng3 xi1 bai3 po1 +000766 又#1跑哪#1鬼混#1去了#3?你#1作业#1做完没#4? + you4 pao2 na2 gui3 hun4 qu4 le5 ni3 zuo4 ye4 zuo4 wan2 mei2 +000767 花盆#2也一个#1不浪费#4。 + hua1 pen2 ye3 yi2 ge5 bu2 lang4 fei4 +000768 这是#2贺星允的#2部分#1账本#4。 + zhe4 shi4 he4 xing1 yun3 de5 bu4 fen4 zhang4 ben3 +000769 那#1晚点#1你再#1找我吧#4。 + na4 wan2 dian2 ni3 zai4 zhao2 wo3 ba5 +000770 石油#1工人#1一声吼#3,地球#1也要#2抖三抖#4。 + shi2 you2 gong1 ren2 yi4 sheng1 hou3 di4 qiu2 ye3 yao4 dou3 san1 dou3 +000771 记者#2未能#1获允#2进入#1矿区#4。 + ji4 zhe3 wei4 neng2 huo4 yun3 jin4 ru4 kuang4 qu1 +000772 再在#2“铆钉外#2”竖#1一排#1维护桩#3,基坑#1两壁#2形成#2铜墙#1铁壁#4。 + zai4 zai4 mao3 ding1 wai4 shu4 yi4 pai2 wei2 hu4 zhuang1 ji1 keng1 liang3 bi4 xing2 cheng2 tong2 qiang2 tie3 bi4 +000773 这#1没有#1王法了#3,把娃#1真糟蹋#4。 + zhe4 mei2 you3 wang2 fa3 le5 ba3 wa2 zhen1 zao1 ta4 +000774 这厮也#1忒笨了点#4。 + zhe4 si1 ye3 tei1 ben4 le5 dian3 +000775 他也#2一跃#1成为#2千万#1富翁#4。 + ta1 ye3 yi2 yue4 cheng2 wei2 qian1 wan4 fu4 weng1 +000776 求佛#2真的#1有用吗#4? + qiu2 fo2 zhen1 de5 you3 yong4 ma5 +000777 多趟#2高铁#1列车#3因此#1出现#1延误#4。 + duo1 tang4 gao1 tie3 lie4 che1 yin1 ci3 chu1 xian4 yan2 wu4 +000778 中国#2也#1把手#1伸向了#1月球#4。 + zhong1 guo2 ye2 ba2 shou3 shen1 xiang4 le5 yue4 qiu2 +000779 肚子#2饿得#2咕噜#1咕噜叫#4。 + du4 zi5 e4 de5 gu1 lu5 gu1 lu5 jiao4 +000780 早晚#1锻炼时#3不宜#2骤减#1衣物#4。 + zao2 wan3 duan4 lian4 shi2 bu4 yi2 zhou4 jian3 yi1 wu4 +000781 先请#1尹部长#1讲几句#4。 + xian1 qing2 yin3 bu4 zhang3 jiang2 ji3 ju4 +000782 黄河#1入海#3到底#1要挑#2哪几根#1挡路的#1柴火#1开刀#4? + huang2 he2 ru4 hai3 dao4 di3 yao4 tiao1 na2 ji3 gen1 dang3 lu4 de5 chai2 huo3 kai1 dao1 +000783 综上#1行为#3已#1构成#2挪用#1公款罪#4。 + zong1 shang4 xing2 wei2 yi3 gou4 cheng2 nuo2 yong4 gong1 kuan3 zui4 +000784 选手#1夫妇#2蹚#1泥塘#4。 + xuan2 shou3 fu1 fu4 tang1 ni2 tang2 +000785 医生#2怀疑#3软管#1遗落#2患者#1腹腔#4。 + yi1 sheng1 huai2 yi2 ruan2 guan3 yi2 luo4 huan4 zhe3 fu4 qiang1 +000786 那里#2羚羊#2在#1肥美的#1草原上#2跳跃#1奔跑#3,鸟儿#2在#1林中#1啼唱#4。 + na4 li3 ling2 yang2 zai4 fei2 mei3 de5 cao3 yuan2 shang4 tiao4 yue4 ben1 pao3 niao3 er2 zai4 lin2 zhong1 ti2 chang4 +000787 二人#2亲密#1搂抱#2腻歪#1不够#4。 + er4 ren2 qin1 mi4 lou3 bao4 ni4 wai1 bu2 gou4 +000788 一直#1要#1潇洒的#1韩少#2很胸闷#4。 + yi4 zhi2 yao4 xiao1 sa3 de5 han2 shao4 hen3 xiong1 men4 +000789 我#1咬紧#1牙关#3,半年#1近乎#1绝食#4。 + wo3 yao2 jin3 ya2 guan1 ban4 nian2 jin4 hu1 jue2 shi2 +000790 另外#2,还有#1现金#1五万#3,美元#2一点#1五三#1一万#4。 + ling4 wai4 hai2 you3 xian4 jin1 wu3 wan4 mei3 yuan2 yi1 dian2 wu3 san1 yi1 wan4 +000791 大家#2都替#1杨慎#3捏了#1一把汗#4。 + da4 jia1 dou1 ti4 yang2 shen4 nie1 le5 yi4 ba3 han4 +000792 杨怡#2整理#1仪容后#3,更#1不时#2心虚#1抹嘴#4。 + yang2 yi2 zheng2 li3 yi2 rong2 hou4 geng4 bu4 shi2 xin1 xu1 mo2 zui3 +000793 王英先#2有#1较高的#1文学#1修养#3和#1创作#1才能#4。 + wang2 ying1 xian1 you3 jiao4 gao1 de5 wen2 xue2 xiu1 yang3 he2 chuang4 zuo4 cai2 neng2 +000794 他#1有些#2看不惯#1哥哥的#1拧死理#4。 + ta1 you3 xie1 kan4 bu2 guan4 ge1 ge5 de5 ning2 si2 li3 +000795 我可#1不能抢#2洗衣机的#1饭碗呢#4。 + wo2 ke3 bu4 neng2 qiang2 xi3 yi1 ji1 de5 fan4 wan3 ne5 +000796 日#2担忧#1中国#2或#1空降#2突袭#1冲绳#4。 + ri4 dan1 you1 zhong1 guo2 huo4 kong1 jiang4 tu1 xi2 chong1 sheng2 +000797 看完#1以后#3有一种#2被虐的#1愉快#4。 + kan4 wan2 yi3 hou4 you3 yi4 zhong3 bei4 nve4 de5 yu2 kuai4 +000798 萝蕤#2从此#2孑然#1一身#3,精神#1分裂症#2更形#1加剧#4。 + luo2 rui2 cong2 ci3 jie2 ran2 yi4 shen1 jing1 shen2 fen1 lie4 zheng4 geng4 xing2 jia1 ju4 +000799 但是#2王君#2拧开#1卧室门#2闯了#1进来#4。 + dan4 shi4 wang2 jun1 ning3 kai1 wo4 shi4 men2 chuang3 le5 jin4 lai2 +000800 但是#3,华强#2郁郁#1寡欢#4。 + dan4 shi4 hua2 qiang2 yu4 yu4 gua3 huan1 +000801 印度#2素有#2嫁女儿#2陪送#1嫁妆的#1传统#4。 + yin4 du4 su4 you3 jia4 nv3 er2 pei2 song4 jia4 zhuang1 de5 chuan2 tong3 +000802 整场#1颠簸#2才算#1结束#4。 + zheng2 chang3 dian1 bo3 cai2 suan4 jie2 shu4 +000803 赵彦#2心里#2拼命#1凑个#1十字句#4。 + zhao4 yan4 xin1 li3 pin1 ming4 cou4 ge5 shi2 zi4 ju4 +000804 而#2中国#2并非#1毫发#1无损#4。 + er2 zhong1 guo2 bing4 fei1 hao2 fa4 wu2 sun3 +000805 又要#1看#2最新的#1样刊#3,看后#2在#2“我说#1许常德”下#3批#1该文#2甚多讹外#3,断不#1可发#4。 + you4 yao4 kan4 zui4 xin1 de5 yang4 kan1 kan4 hou4 zai4 wo3 shuo1 xu3 chang2 de2 xia4 pi1 gai1 wen2 shen4 duo1 e2 wai4 duan4 bu5 ke3 fa1 +000806 而#1外地#2务工#2环境#2究竟#1咋样#3,光看#1招工#1广告#2没用#4。 + er2 wai4 di4 wu4 gong1 huan2 jing4 jiu1 jing4 za3 yang4 guang1 kan4 zhao1 gong1 guang3 gao4 mei2 yong4 +000807 因#1相貌#1太差#3而被#1拒绝的#1求职#1遭遇#2屡见#1报端#4。 + yin1 xiang4 mao4 tai4 cha4 er2 bei4 ju4 jue2 de5 qiu2 zhi2 zao1 yu4 lv3 jian4 bao4 duan1 +000808 春雨#1点点#3,鬓已#1星星#4。 + chun1 yu3 dian2 dian3 bin4 yi3 xing1 xing1 +000809 长江#2白鳍豚#3可能#1已经#1灭绝#4。 + chang2 jiang1 bai2 qi2 tun2 ke3 neng2 yi3 jing1 mie4 jue2 +000810 葛斌斌#2看来#2憋着#1不少#1怨气#4。 + ge3 bin1 bin1 kan4 lai2 bie1 zhe5 bu4 shao3 yuan4 qi4 +000811 你#1把我#1绕晕啦#4… + ni3 ba2 wo3 rao4 yun1 la5 +000812 你说#1玩啥#2就#1玩啥#4。 + ni3 shuo1 wan2 sha2 jiu4 wan2 sha2 +000813 每次#2用#1一小滴#1洗手液#1即可#4。 + mei3 ci4 yong4 yi4 xiao3 di1 xi2 shou3 ye4 ji2 ke3 +000814 仿古#1花船#2被#1停用#1检修#4。 + fang2 gu3 hua1 chuan2 bei4 ting2 yong4 jian3 xiu1 +000815 香米#1煮熟后#2软滑#1爽口#3,米饭#1凉后#3米粒#1不发硬#4。 + xiang1 mi2 zhu3 shu2 hou4 ruan3 hua2 shuang2 kou3 mi3 fan4 liang2 hou4 mi3 li4 bu4 fa1 ying4 +000816 一向#2以#1环境#1恶劣#3、牢房#1逼仄#3百无#1聊赖#1著称#4。 + yi2 xiang4 yi3 huan2 jing4 e4 lie4 lao2 fang2 bi1 ze4 bai3 wu2 liao2 lai4 zhu4 cheng1 +000817 患#1尿毒症的#1侯华锋#3脸色#1很差#4。 + huan4 niao4 du2 zheng4 de5 hou2 hua2 feng1 lian3 se4 hen3 cha4 +000818 她的#1右肘#2有点#1破皮#3,称#1身上#1有点痛#4。 + ta1 de5 you4 zhou3 you2 dian3 po4 pi2 cheng1 shen1 shang4 you2 dian3 tong4 +000819 本报#1开辟#2“寻#1老礼儿#3、新年#1味儿#1”栏目#4。 + ben3 bao4 kai1 pi4 xun2 lao2 lir3 xin1 nian2 weir4 lan2 mu4 +000820 谢谢#1陈光标的#1盛情#3,俺管家#2无功#1不受禄#4。 + xie4 xie5 chen2 guang1 biao1 de5 sheng4 qing2 an2 guan3 jia1 wu2 gong1 bu2 shou4 lu4 +000821 那么#2无异于#2以卵#1击石#4。 + na4 me5 wu2 yi4 yu2 yi2 luan3 ji1 shi2 +000822 塑料凳#3也是#2东倒#1西歪的#4。 + su4 liao4 deng4 ye3 shi4 dong1 dao3 xi1 wai1 de5 +000823 他#1思量着#3要给#1党某#1颜色#1看看#4。 + ta1 si1 liang5 zhe5 yao4 gei3 dang2 mou3 yan2 se4 kan4 kan5 +000824 我#1挥一挥#1衣袖#3,不带走#1任何#1一片#1云彩#4。 + wo3 hui1 yi4 hui1 yi1 xiu4 bu2 dai4 zou3 ren4 he2 yi2 pian4 yun2 cai3 +000825 在#1该超市的#2促销#1海报上#3,“双汇#2肘花#1火腿#2”也#1赫然#1在列#4。 + zai4 gai1 chao1 shi4 de5 cu4 xiao1 hai3 bao4 shang4 shuang1 hui4 zhou3 hua1 huo2 tui3 ye3 he4 ran2 zai4 lie4 +000826 人群中#3,就有#1当年#2扔掉#2王坤友#1铺盖的#1那位#1村民#4。 + ren2 qun2 zhong1 jiu4 you3 dang1 nian2 reng1 diao4 wang2 kun1 you3 pu1 gai4 de5 na4 wei4 cun1 min2 +000827 然后#2要以#2事实#1为#1依据#3,不然#2越炒#1越厉害#4。 + ran2 hou4 yao4 yi3 shi4 shi2 wei2 yi1 ju4 bu4 ran2 yue4 chao3 yue4 li4 hai4 +000828 这#1恰有#1许多#2古老的#1松柏#4。 + zhe4 qia4 you2 xu3 duo1 gu2 lao3 de5 song1 bai3 +000829 动手#1原因#3疑为#1家长#2等#1不耐烦#4。 + dong4 shou3 yuan2 yin1 yi2 wei2 jia1 zhang2 deng3 bu2 nai4 fan2 +000830 二月#1底的#1拉萨#3,略透#1寒气#4。 + er4 yue4 di3 de5 la1 sa4 lve4 tou4 han2 qi4 +000831 在#1横店#3,一晃#2又#1快要#1三年#4。 + zai4 heng2 dian4 yi2 huang4 you4 kuai4 yao4 san1 nian2 +000832 世博#2轴膜#1结构#1工程#4。 + shi4 bo2 zhou2 mo2 jie2 gou4 gong1 cheng2 +000833 没有#1露出#1酒窝#2,重笑#1一次#4。 + mei2 you3 lou4 chu1 jiu3 wo1 chong2 xiao4 yi2 ci4 +000834 事发#2望京#1南湖#1东园#2二百#1三十六#1号楼#2五单元#1附近#1路段#4。 + shi4 fa1 wang4 jing1 nan2 hu2 dong1 yuan2 er4 bai3 san1 shi2 liu4 hao4 lou2 wu3 dan1 yuan2 fu4 jin4 lu4 duan4 +000835 周妍#2第二壶#2直接#1溜掉#4。 + zhou1 yan2 di4 er4 hu2 zhi2 jie1 liu1 diao4 +000836 全党#2必须#1警醒#1起来#4。 + quan2 dang3 bi4 xu1 jing2 xing2 qi3 lai2 +000837 而#1乔建军#3也有#1指控#1缠身#4。 + er2 qiao2 jian4 jun1 ye2 you2 zhi3 kong4 chan2 shen1 +000838 具体#1时间#2以#1调度#1命令#1为准#4。 + ju4 ti3 shi2 jian1 yi3 diao4 du4 ming4 ling4 wei2 zhun3 +000839 一七#1二七年#2改土#1归流#3,盐津#2归属#2乌蒙府#1大关厅#4。 + yi1 qi1 er4 qi1 nian2 gai2 tu3 gui1 liu2 yan2 jin1 gui1 shu3 wu1 meng2 fu3 da4 guan1 ting1 +000840 由#1画家#2勾画#1草稿#2,征询#1意见#4。 + you2 hua4 jia1 gou1 hua4 cao2 gao3 zheng1 xun2 yi4 jian4 +000841 只有#2勇往#1直前#2,昂首#1奋进#4。 + zhi2 you3 yong2 wang3 zhi2 qian2 ang2 shou3 fen4 jin4 +000842 今天的我#3也是#2元气#1满满呢#3!正能量#2用不完哦#4。 + jin1 tian1 de5 wo3 ye3 shi4 yuan2 qi4 man2 man3 ne5 zheng4 neng2 liang4 yong4 bu4 wan2 o5 +000843 大冷天#2拎一#1大堆书#2太麻烦了#4。 + da4 leng3 tian1 lin1 yi2 da4 dui1 shu1 tai4 ma2 fan5 le5 +000844 与#1亲人#2感情#1越深#3,居丧#1反应#2越强烈#4。 + yu3 qin1 ren2 gan3 qing2 yue4 shen1 ju1 sang4 fan3 ying4 yue4 qiang2 lie4 +000845 我#1请他#2转过#1头来#2,揿动#1快门#4。 + wo2 qing3 ta1 zhuan3 guo4 tou2 lai2 qin4 dong4 kuai4 men2 +000846 王长田#2最赞赏#1骆驼的#1性格#4。 + wang2 chang2 tian2 zui4 zan4 shang3 luo4 tuo5 de5 xing4 ge2 +000847 用手#2抠了抠#3,没弄掉#4。 + yong4 shou3 kou1 le5 kou1 mei2 nong4 diao4 +000848 我会#1武术#2谁也#1挡不住呀#4。 + wo3 hui4 wu3 shu4 shui2 ye2 dang3 bu2 zhu4 ya5 +000849 驼鹿#2难寻#1伴侣#3,“爱上#2”驼鹿#1雕塑#4。 + tuo2 lu4 nan2 xun2 ban4 lv3 ai4 shang4 tuo2 lu4 diao1 su4 +000850 他#1要求#2要#1认真#1吸取#1教训#3,查找#1原因#4。 + ta1 yao1 qiu2 yao4 ren4 zhen1 xi1 qu3 jiao4 xun4 cha2 zhao3 yuan2 yin1 +000851 这是#2整治#1洋贿赂的#2一笨招#3,但#1肯定#1有用#4。 + zhe4 shi4 zheng3 zhi4 yang2 hui4 lu4 de5 yi2 ben4 zhao1 dan4 ken3 ding4 you3 yong4 +000852 经#1商议#3,肖晓阳#1应允#3,将错#1就错#3与之#1签订#2补充#1协议#4。 + jing1 shang1 yi4 xiao1 xiao3 yang2 ying4 yun3 jiang1 cuo4 jiu4 cuo4 yu3 zhi1 qian1 ding4 bu3 chong1 xie2 yi4 +000853 这戳到#2本土#2半导体#1制造业#2成本#2结构#1痛处#4。 + zhe4 chuo1 dao4 ben2 tu3 ban4 dao2 ti3 zhi4 zao4 ye4 cheng2 ben3 jie2 gou4 tong4 chu4 +000854 平时#2爽爽#1很开朗#3,而我#1很安静#4。 + ping2 shi2 shuang2 shuang2 hen3 kai1 lang3 er2 wo2 hen3 an1 jing4 +000855 罗平的#1孙女#3因#1缺乏#1营养#1而#1患病#4。 + luo2 ping2 de5 sun1 nv3 yin1 que1 fa2 ying2 yang3 er2 huan4 bing4 +000856 日本#1一些#1餐馆#2同样#1看到#1商机#3,推销#1柳川锅#2、泥鳅#1锅等#2“泥鳅#1料理#4”。 + ri4 ben3 yi4 xie1 can1 guan3 tong2 yang4 kan4 dao4 shang1 ji1 tui1 xiao1 liu3 chuan1 guo1 ni2 qiu5 guo1 deng3 ni2 qiu5 liao4 li3 +000857 梁样君#1看过#3,又夸#2徐天宏的字#2有人样#4。 + liang2 yang4 jun1 kan4 guo4 you4 kua1 xu2 tian1 hong2 de5 zi4 you3 ren2 yang4 +000858 凯特#3仔细#1端详#1泰迪熊#4。 + kai3 te4 zi3 xi4 duan1 xiang2 tai4 di2 xiong2 +000859 绿色#1雨伞#2是#1吕姑娘的#4。 + lv4 se4 yu2 san3 shi4 lv3 gu1 niang5 de5 +000860 此时#3,翁秀春#2大声#2哭喊#1呼救#4。 + ci3 shi2 weng1 xiu4 chun1 da4 sheng1 ku1 han3 hu1 jiu4 +000861 骂吧#3,把我#1骂醒了#4。 + ma4 ba5 ba2 wo3 ma4 xing3 le5 +000862 掐呀#3,你#1今天不#1掐死我#2我跟#1你姓#4! + qia1 ya5 ni3 jin1 tian1 bu4 qia1 si2 wo3 wo3 gen1 ni3 xing4 +000863 川南#1几市#3也#1拟纳入#1发展轴#4。 + chuan1 nan2 ji3 shi4 ye2 ni3 na4 ru4 fa1 zhan3 zhou2 +000864 营养品#2是#1泡着#1喝的#3,一定要#1喝哦#4。 + ying2 yang2 pin3 shi4 pao4 zhe5 he1 de5 yi2 ding4 yao4 he1 o5 +000865 印尼队的#2桑托萨#2和#1拉扎克#3捧走#2男双#1冠军杯#4。 + yin4 ni2 dui4 de5 sang1 tuo1 sa4 he2 la1 zha1 ke4 peng2 zou3 nan2 shuang1 guan4 jun1 bei1 +000866 他也#1供称#3,“挑夫#2”莫卫奇#3并不#1知道#2行李#1包内#2夹藏有#1毒品#4。 + ta1 ye3 gong4 cheng1 tiao1 fu1 mo4 wei4 qi2 bing4 bu4 zhi1 dao5 xing2 li3 bao1 nei4 jia1 cang2 you3 du2 pin3 +000867 考古队#2在#1墓葬中#2发现#2细嘴#1陶瓮#2等文物#4。 + kao2 gu3 dui4 zai4 mu4 zang4 zhong1 fa1 xian4 xi4 zui3 tao2 weng4 deng3 wen2 wu4 +000868 用#1冗余的#1配置#2保证#2错误#1恢复#4。 + yong4 rong3 yu2 de5 pei4 zhi4 bao3 zheng4 cuo4 wu4 hui1 fu4 +000869 车辆#2可绕行#2长安街#2、两广路#4。 + che1 liang4 ke3 rao4 xing2 chang2 an1 jie1 liang2 guang3 lu4 +000870 咱们#2何必#1只为#2咱一家的#1儿女#2牵肠#1挂肚#4? + zan2 men5 he2 bi4 zhi3 wei4 zan2 yi4 jia1 de5 er2 nv3 qian1 chang2 gua4 du4 +000871 调查组#2拧断#1铁丝后#3,在#1后面#2发现#2有#1铁门等#4。 + diao4 cha2 zu2 ning3 duan4 tie3 si1 hou4 zai4 hou4 mian4 fa1 xian4 you2 tie3 men2 deng3 +000872 硬扛#1下去#3资金链#1压力#1太大了#4。 + ying4 kang2 xia4 qu4 zi1 jin1 lian4 ya1 li4 tai4 da4 le5 +000873 跟#1姑娘#1聊#1这些#2有#1意思吗#4。 + gen1 gu1 niang5 liao2 zhe4 xie1 you3 yi4 si5 ma5 +000874 伙计们#3,出去#2要#1小心点哦#4。 + huo3 ji5 men5 chu1 qu5 yao4 xiao3 xin1 dian3 o5 +000875 从#1士大夫#2到#1引车#1卖浆#1者流#3,无不以#2睹#1此类书#1为乐#4。 + cong2 shi4 dai4 fu1 dao4 yin3 che1 mai4 jiang1 zhe3 liu2 wu2 bu4 yi2 du2 ci3 lei4 shu1 wei2 le4 +000876 有色#1板块#2继续#1逞强#4。 + you3 se4 ban3 kuai4 ji4 xu4 cheng2 qiang2 +000877 脚穿#1一双#1帆布鞋#3,鞋帮处#2缝了#1几个#1补丁#4。 + jiao3 chuan1 yi4 shuang1 fan1 bu4 xie2 xie2 bang1 chu4 feng2 le5 ji3 ge5 bu3 ding1 +000878 这段#2“乒乓#1外交#3”一直被#2传为#1佳话#4。 + zhe4 duan4 ping1 pang1 wai4 jiao1 yi4 zhi2 bei4 chuan2 wei2 jia1 hua4 +000879 罗森#1塔尔#2在#1峡谷中#2两度#2点火#1求救#3,终为#2救援#1人员#1发现#4。 + luo2 sen1 ta2 er3 zai4 xia2 gu3 zhong1 liang3 du4 dian2 huo3 qiu2 jiu4 zhong1 wei2 jiu4 yuan2 ren2 yuan2 fa1 xian4 +000880 而#1近两年#3,这股#1旋风#2越刮#1越猛#4。 + er2 jin4 liang3 nian2 zhe4 gu3 xuan4 feng1 yue4 gua1 yue4 meng3 +000881 按扣上#2镶有#1钻石#4。 + an4 kou4 shang4 xiang1 you3 zuan4 shi2 +000882 这在#2政策#1允许#1范围#4。 + zhe4 zai4 zheng4 ce4 yun2 xu3 fan4 wei2 +000883 你滴#1微笑#2最#1迷人了#4。 + ni3 di5 wei1 xiao4 zui4 mi2 ren2 le5 +000884 历朝#2相继#1在此#2兴建#1寺院#3,以#1供奉#2观音#1菩萨#1为主#4。 + li4 chao2 xiang1 ji4 zai4 ci3 xing1 jian4 si4 yuan4 yi3 gong4 feng4 guan1 yin1 pu2 sa5 wei2 zhu3 +000885 皇庭#1广场#3过去#1历史#2与#1“烂尾#1”关联#1在一起#4。 + huang2 ting2 guang2 chang3 guo4 qu4 li4 shi3 yu3 lan4 wei3 guan1 lian2 zai4 yi5 qi3 +000886 她靠#1拾荒#2拉扯#1孙女#1莹莹#1长大#4。 + ta1 kao4 shi2 huang1 la1 che3 sun1 nv5 ying2 ying5 zhang3 da4 +000887 买不了#1知识#3为啥#2还收#1学费啊#4! + mai3 bu4 liao3 zhi1 shi5 wei4 sha2 hai2 shou1 xue2 fei4 a5 +000888 可以由#2大新的#1裁缝#1师傅#3为您#1量身#1定做#4。 + ke2 yi3 you2 da4 xin1 de5 cai2 feng5 shi1 fu5 wei4 nin2 liang2 shen1 ding4 zuo4 +000889 爸爸#2沉默#1寡言#3,以酒#1为伴#4。 + ba4 ba5 chen2 mo4 gua3 yan2 yi2 jiu3 wei2 ban4 +000890 而#1菜贩#2则#1不动#1声色#3,随手#1掂起#1一捆#1芹菜#2看品相#4。 + er2 cai4 fan4 ze2 bu2 dong4 sheng1 se4 sui2 shou3 dian1 qi3 yi4 kun3 qin2 cai4 kan4 pin3 xiang4 +000891 现在#2剧组#1演员#2可都会#1唱呢#4。 + xian4 zai4 ju4 zu2 yan3 yuan2 ke3 dou1 hui4 chang4 ne5 +000892 归元寺#2很好玩#3,是#1武汉#2佛教#2四大#1丛林#1之一呢#4。 + gui1 yuan2 si4 hen2 hao3 wan2 shi4 wu3 han4 fo2 jiao4 si4 da4 cong2 lin2 zhi1 yi1 ne5 +000893 玩完#1一轮#3,吴君如#2乖乖#1献唱#1“明星#3”,原来#3吴君如#1都#1唱得#1不错#4。 + wan2 wan2 yi4 lun2 wu2 jun1 ru2 guai1 guai1 xian4 chang4 ming2 xing1 yuan2 lai2 wu2 jun1 ru2 dou1 chang4 de5 bu2 cuo4 +000894 此役#2令#1普洱茶#1行业#2至今#2尚未#1复元#4。 + ci3 yi4 ling4 pu2 er3 cha2 hang2 ye4 zhi4 jin1 shang4 wei4 fu4 yuan2 +000895 国庆#2排队#1喝鹿血#2,是#1扯谎#4。 + guo2 qing4 pai2 dui4 he1 lu4 xie3 shi4 che2 huang3 +000896 媳妇#2把破#1抹布#2一把#1甩在了#1我脸上#4。 + xi2 fu4 ba3 po4 ma1 bu4 yi4 ba2 shuai3 zai4 le5 wo2 lian3 shang4 +000897 言之#1凿凿#3,分明#2一场#1苦情戏#4。 + yan2 zhi1 zao2 zao2 fen1 ming2 yi4 chang2 ku3 qing2 xi4 +000898 这套#1丛书#3凝聚着#2编纂者#2和#1出版者的#2多年#2执著#1研究#1心血#2和#1夙愿#4。 + zhe4 tao4 cong2 shu1 ning2 ju4 zhe5 bian1 zuan2 zhe3 he2 chu1 ban2 zhe3 de5 duo1 nian2 zhi2 zhu4 yan2 jiu1 xin1 xue4 he2 su4 yuan4 +000899 老杨#1不给#3,两人#2又争吵#2并#1抓扯#1起来#4。 + lao3 yang2 bu4 gei3 liang3 ren2 you4 zheng1 chao3 bing4 zhua1 che2 qi3 lai2 +000900 网友#1纷纷#2冷嘲#1热讽#3,质疑#2“程某婍#2”在#1炒作#4。 + wang2 you3 fen1 fen1 leng3 chao2 re4 feng3 zhi4 yi2 cheng2 mou3 qi2 zai4 chao3 zuo4 +000901 此外#3,就业#1困难#1人员#3还#1享有#2租赁#1商铺#1优惠#4。 + ci3 wai4 jiu4 ye4 kun4 nan5 ren2 yuan2 hai2 xiang2 you3 zu1 lin4 shang1 pu4 you1 hui4 +000902 如泉#2奔涌的#1原油#2日夜#1奔流#3,使#1欧盟#1成员国#2难以#1接受#4。 + ru2 quan2 ben1 yong3 de5 yuan2 you2 ri4 ye4 ben1 liu2 shi3 ou1 meng2 cheng2 yuan2 guo2 nan2 yi3 jie1 shou4 +000903 一块#1糌粑#3比#1一箱#1方便面#2还受#1欢迎#4。 + yi2 kuai4 zan1 ba5 bi3 yi4 xiang1 fang1 bian4 mian4 hai2 shou4 huan1 ying2 +000904 张韶涵#2作势#2与#1比萨#1斜塔#1拥抱#4。 + zhang1 shao2 han2 zuo4 shi4 yu2 bi3 sa4 xie2 ta3 yong1 bao4 +000905 省委#1党校#2研究生#1学历#4。 + sheng2 wei2 dang3 xiao4 yan2 jiu1 sheng1 xue2 li4 +000906 化缘#1归来后#3,洒扫#1院落#4。 + hua4 yuan2 gui1 lai2 hou4 sa2 sao3 yuan4 luo4 +000907 和#1卢秀栋#1一样#1开明的#3还有#1中国#1女排#1主帅#2俞觉敏#4。 + he2 lu2 xiu4 dong4 yi2 yang4 kai1 ming2 de5 hai2 you3 zhong1 guo2 nv3 pai2 zhu3 shuai4 yu2 jue2 min3 +000908 去#1养猪#2、养鸡#3,干#1咱的#1老本行#1菜篮子#4。 + qu4 yang3 zhu1 yang3 ji1 gan4 zan2 de5 lao2 ben3 hang2 cai4 lan2 zi5 +000909 可以按#2省份#2、食品#1种类#1查询#4。 + ke2 yi3 an4 sheng3 fen4 shi2 pin2 zhong3 lei4 cha2 xun2 +000910 在#1街头#1卖艺的#2李玉宣#1爹爹#4。 + zai4 jie1 tou2 mai4 yi4 de5 li3 yu4 xuan1 die1 die5 +000911 在与#2沂涛镇#2相邻的#1马厂镇#3,黄瑞华#3也#1怀揣着#2迫切的#1寻亲#1之梦#4。 + zai4 yu3 yi2 tao1 zhen4 xiang1 lin2 de5 ma2 chang3 zhen4 huang2 rui4 hua2 ye3 huai2 chuai1 zhe5 po4 qie4 de5 xun2 qin1 zhi1 meng4 +000912 他#1发现#3电游#1场所#1涉赌#2很普遍#4。 + ta1 fa1 xian4 dian4 you2 chang2 suo3 she4 du3 hen2 pu3 bian4 +000913 城中村#2“藏污#1纳垢#3”绝不是#1危言#1耸听#4。 + cheng2 zhong1 cun1 cang2 wu1 na4 gou4 jue2 bu5 shi4 wei1 yan2 song3 ting1 +000914 一#1加一#2等于二#4。 + yi1 jia1 yi1 deng3 yu2 er4 +000915 东京#1樱花#2“染井#1吉野#1”初开#4。 + dong1 jing1 ying1 hua1 ran2 jing3 ji2 ye3 chu1 kai1 +000916 王宝强#1军训的#1一个#1礼拜#2浑浑#1沌沌#3,烈日#1当头#3,滴雨#1未下#4。 + wang2 bao3 qiang2 jun1 xun4 de5 yi2 ge5 li3 bai4 hun2 hun2 dun4 dun4 lie4 ri4 dang1 tou2 di1 yu3 wei4 xia4 +000917 有#1专家#1认为#3,应#1慎谈#1“拐点#4”。 + you3 zhuan1 jia1 ren4 wei2 ying1 shen4 tan2 guai2 dian3 +000918 感觉#1你好#1委屈呀#4。 + gan3 jue2 ni3 hao2 wei3 qu1 ya5 +000919 盖昂#2重申#2“必须#1活捉#4”。 + gai4 ang2 chong2 shen1 bi4 xu1 huo2 zhuo1 +000920 闫冰#2模样#1俊俏#3,是#1村里的#1美女#4。 + yan2 bing1 mu2 yang4 jun4 qiao4 shi4 cun1 li3 de5 mei2 nv3 +000921 随后#3,两男子#2踢瘪#1车门#2扬长而去#4。 + sui2 hou4 liang3 nan2 zi3 ti1 bie3 che1 men2 yang2 chang2 er2 qu4 +000922 托德#2曾经#2谴责#1这#1本书#3“充满了#1谎言#2、污蔑#3以及#1抹黑#4”。 + tuo1 de2 ceng2 jing1 qian3 ze2 zhe4 ben3 shu1 chong1 man3 le5 huang3 yan2 wu1 mie4 yi3 ji2 mo3 hei1 +000923 海上#2就#1黑云#1滚滚#3,白浪#1滔滔了#4。 + hai3 shang4 jiu4 hei1 yun2 gun2 gun3 bai2 lang4 tao1 tao1 le5 +000924 少数#2米粉#1厂家#2暂未#1跟风#1提价#4。 + shao3 shu4 mi2 fen2 chang3 jia1 zan4 wei4 gen1 feng1 ti2 jia4 +000925 最北侧的#2展柜#1柜台#1外侧#1木板#2有#1被撬#1痕迹#4。 + zui4 bei3 ce4 de5 zhan3 gui4 gui4 tai2 wai4 ce4 mu4 ban3 you3 bei4 qiao4 hen2 ji4 +000926 有#1学生#2趴在#1窗台#1吼叫#3、有人#1吹哨#3,深夜里#2特别#1剌耳#4。 + you3 xue2 sheng1 pa1 zai4 chuang1 tai2 hou3 jiao4 you3 ren2 chui1 shao4 shen1 ye4 li3 te4 bie2 ci4 er3 +000927 回家#2和#1哥们儿#2坐一块#2拼拼#1酒量#2叙叙旧#3,来年#2接着干#4。 + hui2 jia1 he2 ge1 menr5 zuo4 yi2 kuai4 pin1 pin1 jiu3 liang4 xu4 xu5 jiu4 lai2 nian2 jie1 zhe5 gan4 +000928 而#1雷诺兹#2失婚后#3也把#2布洛克#2当成#1避风港#4。 + er2 lei2 nuo4 ci2 shi1 hun1 hou4 ye2 ba3 bu4 luo4 ke4 dang1 cheng2 bi4 feng1 gang3 +000929 这样#2才让#1车轮子#1转起来#4。 + zhe4 yang5 cai2 rang4 che1 lun2 zi5 zhuan4 qi3 lai2 +000930 主要有#2鲤鱼#3、银鲫#3、鲶鱼#3、草鱼#3、泥鳅等#4。 + zhu3 yao4 you2 li3 yu2 yin2 qi2 nian2 yu2 cao3 yu2 ni2 qiu5 deng3 +000931 土暖气#2用来#1供热#3,也#1用来#1做饭#4。 + tu2 nuan3 qi4 yong4 lai2 gong1 re4 ye3 yong4 lai2 zuo4 fan4 +000932 受#2雾天#1影响#3,前方#2出现#1拥堵#3,他#1缓缓#1停下#4。 + shou4 wu4 tian1 ying2 xiang3 qian2 fang1 chu1 xian4 yong1 du3 ta1 huan2 huan3 ting2 xia4 +000933 他#1讲课#2惹恼#2万载县#1县委#1书记#2陈晓平的#1事情#2曾#1红透#1网络#4。 + ta1 jiang3 ke4 re2 nao3 wan4 zai3 xian4 xian4 wei3 shu1 ji5 chen2 xiao3 ping2 de5 shi4 qing5 ceng2 hong2 tou4 wang3 luo4 +000934 而#2农民工#2却#1有了#1更多#2挑挑#1拣拣的#1余地#4。 + er2 nong2 min2 gong1 que4 you3 le5 geng4 duo1 tiao1 tiao1 jian2 jian3 de5 yu2 di4 +000935 卷起#1袖子#3,侃侃#1而谈#4。 + juan2 qi3 xiu4 zi5 kan2 kan3 er2 tan2 +000936 幼儿园#1乱收费#2如何管#3,幼儿园的#1收费#2有#1多高#4? + you4 er2 yuan2 luan4 shou1 fei4 ru2 he2 guan3 you4 er2 yuan2 de5 shou1 fei4 you3 duo1 gao1 +000937 舆论#2为何#1会#1力挺#2丘成桐#1先生的#1假说#4? + yu2 lun4 wei4 he2 hui4 li4 ting3 qiu1 cheng2 tong2 xian1 sheng5 de5 jia3 shuo1 +000938 有#1网民#2认为#3,水质#1不达标#3,源于#1一种#2鸵鸟#1思维#4。 + you2 wang3 min2 ren4 wei2 shui3 zhi4 bu4 da2 biao1 yuan2 yu2 yi4 zhong3 tuo2 niao3 si1 wei2 +000939 孝渊#2素颜#2眉毛#1较浅#3,五官#2不出色#4。 + xiao4 yuan1 su4 yan2 mei2 mao5 jiao4 qian3 wu3 guan1 bu4 chu1 se4 +000940 烟也#1戒了#3,酒业#1戒了#3,人生#2没啥#1乐趣了#4。 + yan1 ye3 jie4 le5 jiu2 ye3 jie4 le5 ren2 sheng1 mei2 sha2 le4 qu4 le5 +000941 女性#1市民#2闻听#1以后#2连连#1摆手#4。 + nv3 xing4 shi4 min2 wen2 ting1 yi3 hou4 lian2 lian2 bai2 shou3 +000942 他的#1温柔#2具有#1迷惑性#4。 + ta1 de5 wen1 rou2 ju4 you3 mi2 huo4 xing4 +000943 他#1彷徨#2徘徊过#3,但#1从未#1颓废#1绝望过#4。 + ta1 pang2 huang2 pai2 huai2 guo4 dan4 cong2 wei4 tui2 fei4 jue2 wang4 guo4 +000944 在#1隋小姐#1眼中#3,西哈#1努克#2非常#1和蔼#4。 + zai4 sui2 xiao2 jie2 yan3 zhong1 xi1 ha1 nu3 ke4 fei1 chang2 he2 ai3 +000945 这要看#1球队的#1野心#2与#1意愿#4。 + zhe4 yao4 kan4 qiu2 dui4 de5 ye3 xin1 yu3 yi4 yuan4 +000946 全胜#1笑道#3:光你#2挤出的#1汗#3也#1够我#1洗个#1淋浴#4! + quan2 sheng4 xiao4 dao4 guang1 ni2 ji3 chu1 de5 han4 ye3 gou4 wo2 xi3 ge5 lin2 yu4 +000947 孙旭光#3在为#1一户#1农家#2安装#2蚂蚱#1养殖场#1监控器#4。 + sun1 xu4 guang1 zai4 wei4 yi2 hu4 nong2 jia1 an1 zhuang1 ma4 zha5 yang3 zhi2 chang3 jian1 kong4 qi4 +000948 油改气#2最#1火热时#3,有#1改装#1资质的#2各大#1维修厂#2都需要#2提前#1预约#4。 + you2 gai3 qi4 zui4 huo3 re4 shi2 you2 gai3 zhuang1 zi1 zhi4 de5 ge4 da4 wei2 xiu1 chang3 dou1 xu1 yao4 ti2 qian2 yu4 yue1 +000949 郭奎章#2接受#1南都#1专访#4。 + guo1 kui2 zhang1 jie1 shou4 nan2 du1 zhuan1 fang3 +000950 舵手#2一边#1驾船#2一边#1拍照#4。 + duo4 shou3 yi4 bian1 jia4 chuan2 yi4 bian1 pai1 zhao4 +000951 田中#2最近#1因#1被曝#2与#1黑社会#1有染等#2将#1引咎#1辞职#4。 + tian2 zhong1 zui4 jin4 yin1 bei4 bao4 yu3 hei1 she4 hui4 you2 ran2 deng3 jiang1 yin3 jiu4 ci2 zhi2 +000952 奥普拉#3与#1妹妹#1团聚#4。 + ao4 pu3 la1 yu3 mei4 mei5 tuan2 ju4 +000953 来来来#3,往我#2怀里晕#4。 + lai2 lai2 lai2 wang2 wo3 huai2 li3 yun1 +000954 母亲#2哭着#1求儿子#2不要扔#3,一边#1拿#1笤帚扫#4。 + mu3 qin1 ku1 zhe5 qiu2 er2 zi5 bu2 yao4 reng1 yi4 bian1 na2 tiao2 zhou5 sao3 +000955 水池边#2有#1电泵#2和#1水管#4。 + shui3 chi2 bian1 you3 dian4 beng4 he2 shui2 guan3 +000956 第二支#1曲子#2是#1“最炫#1民族风#4”。 + di4 er4 zhi1 qu3 zi5 shi4 zui4 xuan4 min2 zu2 feng1 +000957 目前#2医院#1已经为#1王静#2抽取了#2骨髓#1进行#1化验#4。 + mu4 qian2 yi1 yuan4 yi3 jing1 wei4 wang2 jing4 chou1 qu3 le5 gu2 sui3 jin4 xing2 hua4 yan4 +000958 一店的#1避孕套额#4。 + yi2 dian4 de5 bi4 yun4 tao4 e5 +000959 别吃哦#3!吃一口#2胖十斤#4。 + bie2 chi1 o5 chi1 yi4 kou3 pang4 shi2 jin1 +000960 原有#1投诉#1电话#3六幺#2八六零#1幺二二#3继续#1使用#4。 + yuan2 you3 tou2 su4 dian4 hua4 liu4 yao1 ba1 liu4 ling2 yao1 er4 er4 ji4 xu4 shi3 yong4 +000961 从#1断桥#2往#1白堤走#3,沿岸#1船主们#2正在#1用#1垃圾桶#2,簸箕#2等#1工具#1排水#4。 + cong2 duan4 qiao2 wang3 bai2 di1 zou3 yan2 an4 chuan2 zhu3 men5 zheng4 zai4 yong4 la1 ji1 tong3 bo4 ji5 deng3 gong1 ju4 pai2 shui3 +000962 老朱#2眯着眼#2准备#2继续#1打盹#4。 + lao3 zhu1 mi1 zhe5 yan3 zhun3 bei4 ji4 xu4 da2 dun3 +000963 我#1身高#2一米#1六五呀#4。 + wo3 shen1 gao1 yi4 mi3 liu4 wu3 ya5 +000964 文化#1团体#2“文化人#2”是靠#1养活的#4。 + wen2 hua4 tuan2 ti3 wen2 hua4 ren2 shi4 kao4 yang3 huo2 de5 +000965 大灯组#2棱角#1线条#2平直#1清晰#3,并与#1雾灯#2相呼应#4。 + da4 deng1 zu3 leng2 jiao3 xian4 tiao2 ping2 zhi2 qing1 xi1 bing4 yu3 wu4 deng1 xiang1 hu1 ying4 +000966 我喜欢#2玩#2英雄#1联盟哦#3,主人#1也玩吗#4? + wo2 xi3 huan1 wan2 ying1 xiong2 lian2 meng2 o5 zhu3 ren2 ye3 wan2 ma5 +000967 外界#2就其#2坠楼#1原因#2揣测#1不断#4。 + wai4 jie4 jiu4 qi2 zhui4 lou2 yuan2 yin1 chuai3 ce4 bu2 duan4 +000968 台湾#2“高等#1法院#2”台中#1分院#3今天#1判处#2两人#2无罪#1定案#4。 + tai2 wan1 gao1 deng2 fa3 yuan4 tai2 zhong1 fen1 yuan4 jin1 tian1 pan4 chu2 liang3 ren2 wu2 zui4 ding4 an4 +000969 沿海#1地区#3则#1强风#1肆虐#4。 + yan2 hai3 di4 qu1 ze2 qiang2 feng1 si4 nve4 +000970 泽尻#1英龙华#2离婚#1无望#4。 + ze2 kao1 ying1 long2 hua2 li2 hun1 wu2 wang4 +000971 公司#2甚至#1怂恿#2年轻#1顾客#2自拍#1衣服#2或#1内衣照#3,投稿#3以待#1采用#4。 + gong1 si1 shen4 zhi4 song2 yong3 nian2 qing1 gu4 ke4 zi4 pai1 yi1 fu5 huo4 nei4 yi1 zhao4 tou2 gao3 yi3 dai4 cai3 yong4 +000972 一拽拉#3,是条#1大鱼#4。 + yi2 zhuai4 la1 shi4 tiao2 da4 yu2 +000973 我#1最近#1也是#3,昼夜#1颠倒了#4。 + wo3 zui4 jin4 ye3 shi4 zhou4 ye4 dian1 dao3 le5 +000974 难受时#3,欧阳靖#2就#1咬咬牙#1撑着#4。 + nan2 shou4 shi2 ou1 yang2 jing4 jiu4 yao2 yao3 ya2 cheng1 zhe5 +000975 几乎#2听不到#1噪音#3,除了#1耳膜#2稍稍#1感到#1压力外#4。 + ji1 hu1 ting1 bu5 dao4 zao4 yin1 chu2 le5 er3 mo2 shao1 shao1 gan3 dao4 ya1 li4 wai4 +000976 其与#1妻子#2王江穗的#1离婚#1手续#3已于#1年内#1办妥#4。 + qi2 yu3 qi1 zi3 wang2 jiang1 sui4 de5 li2 hun1 shou3 xu4 yi3 yu2 nian2 nei4 ban4 tuo3 +000977 目前#3,枪手#1林正伟#2开枪#1动机#1版本#3已有#1五种#4。 + mu4 qian2 qiang1 shou3 lin2 zheng4 wei3 kai1 qiang1 dong4 ji1 ban2 ben3 yi2 you3 wu2 zhong3 +000978 守城#1将士#2同仇#1敌忾#3,浴血#1奋战#4。 + shou3 cheng2 jiang4 shi4 tong2 chou2 di2 kai4 yu4 xue4 fen4 zhan4 +000979 大风#2吹散了#1雾气#3,艳阳#2开始#1当空照#3,明晃晃#2刺人眼#4。 + da4 feng1 chui1 san4 le5 wu4 qi4 yan4 yang2 kai1 shi3 dang1 kong1 zhao4 ming2 huang2 huang3 ci4 ren2 yan3 +000980 森本敏#2在#1会谈中#2仅表示#3“将#1认真#1对待#1决议#4”。 + sen1 ben2 min3 zai4 hui4 tan2 zhong1 jin2 biao3 shi4 jiang1 ren4 zhen1 dui4 dai4 jue2 yi4 +000981 李坤鹏#2跟#1姥姥#1姥爷#2一起#1生活#4。 + li3 kun1 peng2 gen1 lao3 lao5 lao3 ye5 yi4 qi3 sheng1 huo2 +000982 朱洙的#2反串#1扮相#3婀娜#1多姿#4。 + zhu1 zhu1 de5 fan3 chuan4 ban4 xiang4 e1 nuo2 duo1 zi1 +000983 由于#2学业#1等#1问题#3,宋某#2对#1严某#2产生#1怨恨#3,寻机#1报复#4。 + you2 yu2 xue2 ye4 deng3 wen4 ti2 song4 mou3 dui4 yan2 mou3 chan3 sheng1 yuan4 hen4 xun2 ji1 bao4 fu5 +000984 在#1药房#3,温家宝#2询问#2维吾尔#1医药#2和#1中药的#1区别#4。 + zai4 yao4 fang2 wen1 jia1 bao3 xun2 wen4 wei2 wu2 er3 yi1 yao4 he2 zhong1 yao4 de5 qu1 bie2 +000985 就像#2扁担#1一样#3,两头弯#4。 + jiu4 xiang4 bian3 dan1 yi2 yang4 liang3 tou2 wan1 +000986 葛优#2现身#1中网#3与#1李娜#1合影#4。 + ge3 you1 xian4 shen1 zhong1 wang3 yu2 li3 na4 he2 ying3 +000987 风清#1舵正#2自远航#4。 + feng1 qing1 duo4 zheng4 zi4 yuan3 hang2 +000988 不少#2二三线#1酒家#2也来#1凑热闹#4。 + bu4 shao3 er4 san1 xian4 jiu3 jia1 ye3 lai2 cou4 re4 nao5 +000989 因为#2含有#1盐分呀#4。 + yin1 wei4 han2 you3 yan2 fen4 ya5 +000990 在#1贵州#2素有#3北有#2仁怀#1茅台#3,南有#2都匀#1毛尖的#1美誉#4。 + zai4 gui4 zhou1 su4 you3 bei2 you3 ren2 huai2 mao2 tai2 nan2 you3 du1 yun2 mao2 jian1 de5 mei3 yu4 +000991 花儿#2散播#1芬芳#3,友谊#2传递#1温暖#3,让#1我们#2欢愉在#1洋溢#1希望的#1一年#4。 + hua1 er2 san4 bo1 fen1 fang1 you3 yi4 chuan2 di4 wen1 nuan3 rang4 wo3 men2 huan1 yu2 zai4 yang2 yi4 xi1 wang4 de5 yi4 nian2 +000992 怎样#1把#1高大的#1植物#3浓缩于#1方寸#1之中#4? + zen3 yang4 ba3 gao1 da4 de5 zhi2 wu4 nong2 suo1 yu2 fang1 cun4 zhi1 zhong1 +000993 曾#1出演#2电影#1作品#3“顶针#3”和#1“六月里#2好阳光#4”。 + ceng2 chu1 yan3 dian4 ying3 zuo4 pin3 ding3 zhen1 he2 liu4 yue4 li2 hao3 yang2 guang1 +000994 我没#1心急呀#3,我#1很有#1耐心呀#4。 + wo3 mei2 xin1 ji2 ya5 wo3 hen2 you3 nai4 xin1 ya5 +000995 徐敦信#1认为#3这是#1日方#2在#1故意#1歪曲#3,断章#1取义#4。 + xu2 dun1 xin4 ren4 wei2 zhe4 shi4 ri4 fang1 zai4 gu4 yi4 wai1 qu1 duan4 zhang1 qu3 yi4 +000996 可惜#2先天#1基础#1薄弱#3,得#1先从#2番茄#1炒蛋#3和#1土豆丝#1练起#4。 + ke3 xi1 xian1 tian1 ji1 chu3 bo2 ruo4 dei3 xian1 cong2 fan1 qie2 chao3 dan4 he2 tu3 dou4 si1 lian4 qi3 +000997 四十四岁#1魏骏杰#3,有#1肚腩#2无事业#3,双重#2中年#1危机#4。 + si4 shi5 si4 sui4 wei4 jun4 jie2 you3 du4 nan3 wu2 shi4 ye4 shuang1 chong2 zhong1 nian2 wei1 ji1 +000998 围绕#2他的#1传言#3纷纷#1扰扰#4。 + wei2 rao4 ta1 de5 chuan2 yan2 fen1 fen1 rao2 rao3 +000999 苗圩#2困倚#1危楼#3,颤声说#3:有#1什么#1好拍的#4? + miao2 wei2 kun4 yi3 wei1 lou2 chan4 sheng1 shuo1 you3 shen2 me5 hao3 pai1 de5 +001000 会#1出现#1这种#2抢台词#2背错#1台词的#1错误吗#4? + hui4 chu1 xian4 zhe4 zhong2 qiang3 tai2 ci2 bei4 cuo4 tai2 ci2 de5 cuo4 wu4 ma5 +001001 蔡少芬#2拍拖#2也不认啦#4! + cai4 shao4 fen1 pai1 tuo1 ye3 bu2 ren4 la5 +001002 段洣毅#3、颜晓宇#3、王光明#3、张志初#3、王群#3为#1车队#1授旗#4。 + duan4 mi3 yi4 yan2 xiao2 yu3 wang2 guang1 ming2 zhang1 zhi4 chu1 wang2 qun2 wei4 che1 dui4 shou4 qi2 +001003 最近#3,一份#1材料#2反映了#2内蒙古#1一起#3“巨贪#1吃垮#1企业#1”案件#4。 + zui4 jin4 yi2 fen4 cai2 liao4 fan3 ying4 le5 nei4 meng2 gu3 yi4 qi3 ju4 tan1 chi1 kua2 qi3 ye4 an4 jian4 +001004 瓦塔拉#1总统#1已#1下令#3“坚决#1”回应#1袭击者#4。 + wa2 ta3 la1 zong2 tong2 yi3 xia4 ling4 jian1 jue2 hui2 ying4 xi2 ji1 zhe3 +001005 我#1发了#1“围脖#3”,要#1不要#1来#1转一下啊#4? + wo3 fa1 le5 wei2 bo2 yao4 bu2 yao4 lai2 zhuan3 yi2 xia4 a5 +001006 网帖#2及#1微博#3在#1网上#1热传#4。 + wang2 tie3 ji2 wei1 bo2 zai4 wang3 shang4 re4 chuan2 +001007 一路#2风尘#1仆仆#3、一路#2款款#1深情#4。 + yi2 lu4 feng1 chen2 pu2 pu2 yi2 lu4 kuan2 kuan3 shen1 qing2 +001008 否则#2,将与#2亚太#1地区#1人民的#2普遍#1愿望#2南辕#1北辙#4。 + fou3 ze2 jiang1 yu3 ya4 tai4 di4 qu1 ren2 min2 de5 pu3 bian4 yuan4 wang4 nan2 yuan2 bei3 zhe2 +001009 梁建红#2几赴#1京城#2替儿#1讨薪#4。 + liang2 jian4 hong2 ji3 fu4 jing1 cheng2 ti4 er2 tao3 xin1 +001010 另外#3,傅颖#1前晚#2与#1一班#1朋友#1率先#1庆祝#3,打#1麻将#1耍乐#4。 + ling4 wai4 fu4 ying3 qian2 wan3 yu3 yi1 ban1 peng2 you5 shuai4 xian1 qing4 zhu4 da3 ma2 jiang4 shua3 le4 +001011 老头#2将#1乐乐#2拖至#1沟底#3,然后#2再#1拽进#1一孔#1窑洞#4。 + lao3 tou2 jiang1 le4 le5 tuo1 zhi4 gou1 di3 ran2 hou4 zai4 zhuai4 jin4 yi4 kong3 yao2 dong4 +001012 最#2普及的#2二甲苯#1麝香#1最便宜#4。 + zui4 pu3 ji2 de5 er4 jia2 ben3 she4 xiang1 zui4 pian2 yi5 +001013 恶意#1骚扰#2使得#1大量#1急救#1资源#2被#1占用#4。 + e4 yi4 sao1 rao3 shi3 de2 da4 liang4 ji2 jiu4 zi1 yuan2 bei4 zhan4 yong4 +001014 倾盆#1暴雨#2紧跟着#1冰雹#1而来#4。 + qing1 pen2 bao4 yu3 jin3 gen1 zhe5 bing1 bao2 er2 lai2 +001015 赃物#1得手后#3,她竟#1将其#2塞入#1胸罩#2掩人#1耳目#4。 + zang1 wu4 de2 shou3 hou4 ta1 jing4 jiang1 qi2 sai1 ru4 xiong1 zhao4 yan3 ren2 er3 mu4 +001016 散打#1队员#2赛前#1训练#4。 + san2 da3 dui4 yuan2 sai4 qian2 xun4 lian4 +001017 刷票#1进闸后#3,就是#2安检口#4。 + shua1 piao4 jin4 zha2 hou4 jiu4 shi4 an1 jian2 kou3 +001018 建昌宫#2山嘴#1水库#1泄洪#3,引来#1数百人#2下河#1捞鱼#4。 + jian4 chang1 gong1 shan1 zui2 shui3 ku4 xie4 hong2 yin3 lai2 shu4 bai3 ren2 xia4 he2 lao1 yu2 +001019 所以#2孔子#1才#1批评#1子贡#4。 + suo2 yi3 kong2 zi3 cai2 pi1 ping2 zi3 gong4 +001020 王翚#2“唐人#1诗意图#2”写#1江南#1景色#3,自题#2作于#2庚寅#3,为#1康熙#2四十九年#4。 + wang2 hui1 tang2 ren2 shi1 yi4 tu2 xie3 jiang1 nan2 jing3 se4 zi4 ti2 zuo4 yu2 geng1 yin2 wei2 kang1 xi1 si4 shi2 jiu3 nian2 +001021 工友们#2围成#1一圈#2,愁眉#1苦脸#4。 + gong1 you3 men5 wei2 cheng2 yi4 quan1 chou2 mei2 ku2 lian3 +001022 明代#1甘旸#3在#1“印章#1集说#2”描述#2极为#1详细#4。 + ming2 dai4 gan1 yang2 zai4 yin4 zhang1 ji2 shuo1 miao2 shu4 ji2 wei2 xiang2 xi4 +001023 偶然的#1一次#1机会#3,她#1结识了#2职业#1“陪逛族#2”杨紫艺#4。 + ou3 ran2 de5 yi2 ci4 ji1 hui4 ta1 jie2 shi2 le5 zhi2 ye4 pei2 guang4 zu2 yang2 zi3 yi4 +001024 骂完#2脑子#1反应#1过来#3,眼睛#1一瞪#3,把#1椅子#1踹飞#3,骂#3:娘的#1熊嘴巴#2倒#1挺会#1要的#4。 + ma4 wan2 nao3 zi5 fan3 ying4 guo4 lai2 yan3 jing1 yi2 deng4 ba2 yi3 zi5 chuai4 fei1 ma4 niang2 de5 xiong2 zui3 ba5 dao4 ting3 hui4 yao4 de5 +001025 见义#1勇为的#1崔师傅#3,抡车#2砸向#1飞车贼#4。 + jian4 yi4 yong3 wei2 de5 cui1 shi1 fu5 lun1 che1 za2 xiang4 fei1 che1 zei2 +001026 事隔#1三年#3,翠翠#2首度#2剖白个#1中始末#4。 + shi4 ge2 san1 nian2 cui4 cui5 shou3 du4 pou1 bai2 ge4 zhong1 shi3 mo4 +001027 老头儿#2似乎#1不应怕#1任何人#4。 + lao3 tour2 si4 hu1 bu4 ying1 pa4 ren4 he2 ren2 +001028 火灾#3据说是#2由#1一根#1蜡烛#1引发#4。 + huo3 zai1 ju4 shuo1 shi4 you2 yi4 gen1 la4 zhu2 yin3 fa1 +001029 余超#2觉得#2莫名其妙#3,问#1该男子#2为何#1拦车#4。 + yu2 chao1 jue2 de5 mo4 ming2 qi2 miao4 wen4 gai1 nan2 zi3 wei4 he2 lan2 che1 +001030 想#1赞美#3,有点#1词穷#4。 + xiang3 zan4 mei3 you2 dian3 ci2 qiong2 +001031 降价#1后的#1门票价#2以元#1为单位#1取整#3,四舍#1五入#4。 + jiang4 jia4 hou4 de5 men2 piao4 jia4 yi3 yuan2 wei2 dan1 wei4 qu2 zheng3 si4 she2 wu3 ru4 +001032 笨鸟#2只能#1先飞了#4。 + ben4 niao2 zhi3 neng2 xian1 fei1 le5 +001033 所幸因#2抢救#1及时#3,妞妞#2脱离了#1生命#1危险#3,可丹某#2却#1毫无#1悔意#4。 + suo3 xing4 yin1 qiang3 jiu4 ji2 shi2 niu1 niu5 tuo1 li2 le5 sheng1 ming4 wei1 xian3 ke3 dan1 mou3 que4 hao2 wu2 hui3 yi4 +001034 筛选#1两只#1白鼠#3,喂养#1方法#2都#1一样#3,食量#2也#1一样#3,一只胖#3,一只瘦#4。 + shai1 xuan2 liang3 zhi1 bai2 shu3 wei4 yang3 fang1 fa3 dou1 yi2 yang4 shi2 liang4 ye3 yi2 yang4 yi4 zhi1 pang4 yi4 zhi1 shou4 +001035 至于#1他那#2单薄#1身躯里#2时有#1小恙的#1心脏#3,更#1无暇#1多想了#4。 + zhi4 yu2 ta1 na4 dan1 bo2 shen1 qu1 li3 shi2 you2 xiao3 yang4 de5 xin1 zang4 geng4 wu2 xia2 duo1 xiang3 le5 +001036 声明称#3这是#2“纯属#2凭空#1捏造的#1谣言#4”。 + sheng1 ming2 cheng1 zhe4 shi4 chun2 shu3 ping2 kong1 nie1 zao4 de5 yao2 yan2 +001037 徐若瑄#2尴尬#1低头#2笑而#1不答#4。 + xu2 ruo4 xuan1 gan1 ga4 di1 tou2 xiao4 er2 bu4 da2 +001038 晚上#2吃#1安眠药#3才能睡#1俩小时#4。 + wan3 shang5 chi1 an1 mian2 yao4 cai2 neng2 shui4 lia2 xiao3 shi2 +001039 写后#3放在#2座位的#1右边#3,用以#1自警#4。 + xie3 hou4 fang4 zai4 zuo4 wei4 de5 you4 bian1 yong4 yi3 zi4 jing3 +001040 去#2医院#1检查#3,医生#1诊断#2杨飞#2因#1操劳#1成疾#3,患上#2胆管癌#3,晚期#4。 + qu4 yi1 yuan4 jian3 cha2 yi1 sheng1 zhen3 duan4 yang2 fei1 yin1 cao1 lao2 cheng2 ji2 huan4 shang4 dan2 guan3 ai2 wan3 qi1 +001041 灾民们#3在#1救灾#1帐篷内#1安睡#4。 + zai1 min2 men5 zai4 jiu4 zai1 zhang4 peng2 nei4 an1 shui4 +001042 榨#2黄瓜汁啦#4。 + zha4 huang2 gua1 zhi1 la5 +001043 官之#2刁腐者#3,一食#2或#1花费#1数万#4。 + guan1 zhi1 diao1 fu2 zhe3 yi4 shi2 huo4 hua1 fei4 shu4 wan4 +001044 各大#1车企#2有喜#1有悲#4。 + ge4 da4 che1 qi3 you2 xi2 you3 bei1 +001045 谢霆锋#2留着#1胡子#2显#1成熟#3,嘶吼#1引爆#1全场#4。 + xie4 ting2 feng1 liu2 zhe5 hu2 zi5 xian3 cheng2 shu2 si1 hou2 yin3 bao4 quan2 chang3 +001046 入园的#1孩子#2体检时#3发现#2谷丙#1转氨酶#1增高#3则#2暂不予#1入园#4。 + ru4 yuan2 de5 hai2 zi5 ti2 jian3 shi2 fa1 xian4 gu2 bing3 zhuan3 an1 mei2 zeng1 gao1 ze2 zan4 bu4 yu3 ru4 yuan2 +001047 所以#3,医改#2比#1小岗村#1还难#4。 + suo2 yi3 yi1 gai3 bi2 xiao2 gang3 cun1 hai2 nan2 +001048 最后#3,他们#1用#1一把#1鱼鳔枪#2结束了#1战斗#3,顺利#1捕获#1猎物#3凯旋#1而归#4。 + zui4 hou4 ta1 men5 yong4 yi4 ba3 yu2 biao4 qiang1 jie2 shu4 le5 zhan4 dou4 shun4 li4 bu3 huo4 lie4 wu4 kai3 xuan2 er2 gui1 +001049 记者#2当场#1戳破#2假洋肥的#1“皇帝#1新装#3”,遭到#1店主#2恶语#1驱逐#4。 + ji4 zhe3 dang1 chang3 chuo1 po4 jia3 yang2 fei2 de5 huang2 di4 xin1 zhuang1 zao1 dao4 dian4 zhu3 e4 yu3 qu1 zhu2 +001050 北大#2、清华#2就#1曾为#1“状元数#1”舌战#4。 + bei3 da4 qing1 hua2 jiu4 ceng2 wei4 zhuang4 yuan2 shu4 she2 zhan4 +001051 并#1坦言#2生日#1愿望#2是#1希望#2澳门#2生意好#4。 + bing4 tan3 yan2 sheng1 ri4 yuan4 wang4 shi4 xi1 wang4 ao4 men2 sheng1 yi4 hao3 +001052 圆头灯#3、黑烟囱#3、大煤兜#4。 + yuan2 tou2 deng1 hei1 yan1 cong5 da4 mei2 dou1 +001053 旅游#2保持#2高位#1运行#3,部分#1景点#2出现#1井喷#4。 + lv3 you2 bao3 chi2 gao1 wei4 yun4 xing2 bu4 fen5 jing2 dian3 chu1 xian4 jing3 pen1 +001054 佟研说#3,她腿部#2有血栓#4。 + tong2 yan2 shuo1 ta1 tui3 bu4 you3 xue4 shuan1 +001055 还要看#1欧债#2是否#1好转#4。 + hai2 yao4 kan4 ou1 zhai4 shi4 fou3 hao2 zhuan3 +001056 王忠成#2中秋#1月儿#2圆#1又圆#3,父母#2却#1远在#1天边#4。 + wang2 zhong1 cheng2 zhong1 qiu1 yue4 er5 yuan2 you4 yuan2 fu4 mu3 que4 yuan3 zai4 tian1 bian1 +001057 以上#1合计#2总负债#3五十九点#2五八七#1亿元#4。 + yi3 shang4 he2 ji4 zong3 fu4 zhai4 wu3 shi2 jiu2 dian3 wu3 ba1 qi1 yi4 yuan2 +001058 肥姐#1早逝#3,与#1父亲#2郑少秋#2又#1少有#1往来#4。 + fei2 jie2 zao3 shi4 yu3 fu4 qin5 zheng4 shao4 qiu1 you4 shao2 you2 wang3 lai2 +001059 然后#2黄水#1东引#3,说这#1妙喻#2出自#2台湾#1董桥#3,是#1一贯的#1董桥#1风格#4。 + ran2 hou4 huang2 shui3 dong1 yin3 shuo1 zhe4 miao4 yu4 chu1 zi4 tai2 wan1 dong3 qiao2 shi4 yi2 guan4 de5 dong3 qiao2 feng1 ge2 +001060 会上#3,与会者#2畅所#1欲言#3,发言#1活跃#4。 + hui4 shang4 yu4 hui4 zhe3 chang4 suo3 yu4 yan2 fa1 yan2 huo2 yue4 +001061 抛开#1那些#2晦涩的#1技术#1术语#3,抛开#2东南亚#2金融#1危机#4。 + pao1 kai1 na4 xie1 hui4 se4 de5 ji4 shu4 shu4 yu3 pao1 kai1 dong1 nan2 ya4 jin1 rong2 wei1 ji1 +001062 挖沙#2是个#1诱人的#1行当#4。 + wa1 sha1 shi4 ge5 you4 ren2 de5 hang2 dang4 +001063 二是#2妥当性#1原则#4。 + er4 shi4 tuo3 dang4 xing4 yuan2 ze2 +001064 面对#1这股#2勇猛的#1士气#3,师长#2牛七伟#3在#1感动#1之余#2格外#1镇静#4。 + mian4 dui4 zhe4 gu3 yong2 meng3 de5 shi4 qi4 shi1 zhang3 niu2 qi1 wei3 zai4 gan3 dong4 zhi1 yu2 ge2 wai4 zhen4 jing4 +001065 陈豪#2被#1取笑#3要#1感谢#2无线#1撮合#1良缘时#2合十#2说谢谢#3,十分#1搞笑#4。 + chen2 hao2 bei4 qu3 xiao4 yao4 gan3 xie4 wu2 xian4 cuo1 he2 liang2 yuan2 shi2 he2 shi2 shuo1 xie4 xie5 shi2 fen1 gao3 xiao4 +001066 每次#1醉酒后#3都要#1“耍酒疯#2”大闹#1一场#3,妻儿#2没少#1遭罪#4。 + mei3 ci4 zui4 jiu3 hou4 dou1 yao4 shua2 jiu3 feng1 da4 nao4 yi4 chang3 qi1 er2 mei2 shao3 zao1 zui4 +001067 这一#1说法#3遭#1麦克#1雷文#2否认#4。 + zhe4 yi4 shuo1 fa3 zao1 mai4 ke4 lei2 wen2 fou3 ren4 +001068 老师#1听后#2啪#1一耳光#2打我#1脸上#3净扯淡#3,这是#1我爹#4! + lao3 shi1 ting1 hou4 pa1 yi4 er3 guang1 da2 wo2 lian3 shang4 jing4 che3 dan4 zhe4 shi4 wo3 die1 +001069 示威者#2将#1栅栏#1推倒#4。 + shi4 wei1 zhe3 jiang1 zha4 lan5 tui1 dao3 +001070 你再#2顶一句#3,我把#1你的嘴#2撕成#1墩布#4。 + ni3 zai4 ding3 yi2 ju4 wo2 ba2 ni3 de5 zui3 si1 cheng2 dun1 bu4 +001071 而#1甘肃#2、吉林#1等省#3也#1发现了#2三聚#1氰胺#2超标#1奶粉#4。 + er2 gan1 su4 ji2 lin2 deng2 sheng3 ye3 fa1 xian4 le5 san1 ju4 qing2 an4 chao1 biao1 nai2 fen3 +001072 老汉儿#1希望#3我找个#1朝九#1晚五的#1工作#3,平平#1稳稳#4。 + lao3 hanr4 xi1 wang4 wo2 zhao3 ge4 zhao1 jiu3 wan2 wu3 de5 gong1 zuo4 ping2 ping2 wen2 wen3 +001073 九子河#2围栏#1修复#4。 + jiu2 zi3 he2 wei2 lan2 xiu1 fu4 +001074 藤本#1预计#3今后#2还会#1访问#1平壤#4。 + teng2 ben3 yu4 ji4 jin1 hou4 hai2 hui4 fang3 wen4 ping2 rang3 +001075 其#2脊髓#2更#1罕有地#1被#1验到#2有#1恶菌#3,显示#3恶菌#1上脑#4。 + qi2 ji2 sui3 geng4 han2 you3 de5 bei4 yan4 dao4 you3 e4 jun1 xian3 shi4 e4 jun1 shang4 nao3 +001076 鬼#1酒鬼#1这一#1比例#2只有#1百分#1之#2二十#1七点五#3,五粮液#3为#1百分之#2七十点五#4。 + gui2 jiu2 gui3 zhe4 yi4 bi3 li4 zhi2 you2 bai3 fen1 zhi1 er4 shi2 qi1 dian2 wu3 wu3 liang2 ye4 wei2 bai3 fen1 zhi1 qi1 shi2 dian2 wu3 +001077 伊朗#2与#1阿拉伯#1联合#1酋长国#2都#1宣称#2对#1岛屿#2拥有#1主权#4。 + yi1 lang2 yu3 a1 la1 bo2 lian2 he2 qiu2 zhang3 guo2 dou1 xuan1 cheng1 dui4 dao2 yu3 yong1 you2 zhu3 quan2 +001078 科特#1迪瓦#2将于#1下月#2举行#1大选#4。 + ke1 te4 di2 wa3 jiang1 yu2 xia4 yue4 ju3 xing2 da4 xuan3 +001079 一男子#3肚子#2被咬#1两血洞#4。 + yi4 nan2 zi3 du4 zi5 bei4 yao2 liang3 xue4 dong4 +001080 怎忍#1他们#2当年#1迁移的#1故事#3也#1随之#1落土#4? + zen2 ren3 ta1 men5 dang1 nian2 qian1 yi2 de5 gu4 shi4 ye3 sui2 zhi1 luo4 tu3 +001081 这#1正是#1该案#2横亘于#2法律#1与#1疗效#1之间的#1困惑#4。 + zhe4 zheng4 shi5 gai1 an4 heng2 gen4 yu2 fa3 lv4 yu3 liao2 xiao4 zhi1 jian1 de5 kun4 huo4 +001082 原来#3,窝棚#2完全#1是#1伪装#4。 + yuan2 lai2 wo1 peng2 wan2 quan2 shi4 wei3 zhuang1 +001083 每天#2换#1各种#1花样#2吸引她#4。 + mei3 tian1 huan4 ge4 zhong3 hua1 yang4 xi1 yin3 ta1 +001084 战国策#2”也#1厄运#1难逃#3,有#1以其#2辟加#1妾之身的#1描写#3,也#1遭了禁#4。 + zhan4 guo2 ce4 ye3 e4 yun4 nan2 tao2 you2 yi3 qi2 pi4 jia1 qie4 zhi1 shen1 de5 miao2 xie2 ye3 zao1 le5 jin4 +001085 鼓起的#1兴奋#2一下子#2消散在#2无垠#1夜空里#4。 + gu2 qi3 de5 xing1 fen4 yi2 xia4 zi5 xiao1 san4 zai4 wu2 yin2 ye4 kong1 li3 +001086 西耶娜的#1爱情#1道路#2也很#1挣扎#4。 + xi1 ye1 na4 de5 ai4 qing2 dao4 lu4 ye2 hen3 zheng1 zha2 +001087 网友#2“好味道#1”说#3,反正#2也没事#3,申请#1一个#2摇着#1玩呗#4。 + wang2 you2 hao3 wei4 dao4 shuo1 fan3 zheng4 ye3 mei2 shi4 shen1 qing3 yi2 ge4 yao2 zhe5 wan2 bei5 +001088 下车#1一看#3,右前轮#1轮胎#2有些#1瘪了#4。 + xia4 che1 yi2 kan4 you4 qian2 lun2 lun2 tai1 you3 xie1 bie3 le5 +001089 北嘎#3,即#1藏族式#1摔跤#3,双方#1运动员#2须#1双手#1抓好#2对方#1腰带#4。 + bei3 ga1 ji2 zang4 zu2 shi4 shuai1 jiao1 shuang1 fang1 yun4 dong4 yuan2 xu1 shuang1 shou3 zhua1 hao3 dui4 fang1 yao1 dai4 +001090 我爱#1周董#3,他也#1爱我#3,哈哈#4! + wo3 ai4 zhou1 dong3 ta1 ye3 ai4 wo3 ha1 ha1 +001091 等#2黄阿婆#2挤完#1羊奶#2回到#1房内时#3,孙儿#2却#1不见了#4。 + deng3 huang2 a1 po2 ji3 wan2 yang2 nai3 hui2 dao4 fang2 nei4 shi2 sun1 er2 que4 bu2 jian4 le5 +001092 薛跃娥#2喜欢笑#3,喜欢#2“牙齿#2天天#1晒太阳”的#1感觉#4。 + xue1 yue4 e2 xi3 huan5 xiao4 xi3 huan1 ya2 chi3 tian1 tian1 shai4 tai4 yang5 de5 gan3 jue2 +001093 放下#1电话后#3,小卢#2越#1想#1越憋屈#4。 + fang4 xia4 dian4 hua4 hou4 xiao3 lu2 yue4 xiang3 yue4 bie1 qu5 +001094 按我#1设想#2是#1规规#1矩矩#2拔完#1萝卜#3,地里#2也#1干干#1净净的#4。 + an4 wo3 she4 xiang3 shi4 gui1 gui5 ju1 ju1 ba2 wan2 luo2 bo5 di4 li2 ye3 gan1 gan1 jing4 jing4 de5 +001095 孙航#2在#1法庭#1抹眼泪#4。 + sun1 hang2 zai4 fa3 ting2 mo2 yan3 lei4 +001096 双方#2因为#2位置#1大小的#1事儿#3,就#1你#1一言#2我#1一语地#1争吵#1起来#4。 + shuang1 fang1 yin1 wei4 wei4 zhi5 da4 xiao3 de5 shir4 jiu4 ni3 yi4 yan2 wo3 yi4 yu3 de5 zheng1 chao2 qi3 lai2 +001097 网友#2留言#1时称#3,书记#2未免#1也太#2过于#1“奔放”了吧#4? + wang2 you3 liu2 yan2 shi2 cheng1 shu1 ji5 wei4 mian2 ye3 tai4 guo4 yu2 ben1 fang4 le5 ba5 +001098 他#1喊了#1一声#3,黑影#2蹿出#1房门#3消失得#1无影#1无踪#4。 + ta1 han3 le5 yi4 sheng1 hei1 ying3 cuan1 chu1 fang2 men2 xiao1 shi1 de5 wu2 ying3 wu2 zong1 +001099 双方#2刀棍#1乱舞#3,大动#1干戈#4。 + shuang1 fang1 dao1 gun4 luan4 wu3 da4 dong4 gan1 ge1 +001100 不买房#2可尝尝#2台湾#1小吃#4。 + bu4 mai3 fang2 ke3 chang2 chang5 tai2 wan1 xiao3 chi1 +001101 黎明#1找吃#3撇下#1乐基儿#4。 + li2 ming2 zhao3 chi1 pie1 xia4 le4 ji1 er5 +001102 我#1写书#1用的#1是#1笔名#3“元亨#4”。 + wo2 xie3 shu1 yong4 de5 shi4 bi3 ming2 yuan2 heng1 +001103 唐宁#2挽着#1父亲#1臂弯#3进入#1教堂#4。 + tang2 ning2 wan3 zhe5 fu4 qin1 bi4 wan1 jin4 ru4 jiao4 tang2 +001104 少林寺#1僧众#2列队#1欢迎#3,少林寺#1方丈#2释永信#3迎至#1山门前#4。 + shao4 lin2 si4 seng1 zhong4 lie4 dui4 huan1 ying2 shao4 lin2 si4 fang1 zhang4 shi4 yong3 xin4 ying2 zhi4 shan1 men2 qian2 +001105 抬头#2遥望#1苍穹#3,心情#1阴暗得#2和天#1一样#1无际#4。 + tai2 tou2 yao2 wang4 cang1 qiong2 xin1 qing2 yin1 an4 de5 he2 tian1 yi2 yang4 wu2 ji4 +001106 除遭#2性侵外#3,上述#1案件#2以#1侵财型#1犯罪#1为主#4。 + chu2 zao1 xing4 qin1 wai4 shang4 shu4 an4 jian4 yi3 qin1 cai2 xing2 fan4 zui4 wei2 zhu3 +001107 蔚蓝#1海面#2惟余#1莽莽#3,海冰#2往#1海里#1延伸#2看不到头#4。 + wei4 lan2 hai3 mian4 wei2 yu2 mang2 mang3 hai3 bing1 wang3 hai2 li3 yan2 shen1 kan4 bu2 dao4 tou2 +001108 落款#2显示为#3“仙垟#1陈村#2党支部#2、村委会#3”,并#1盖有#1相应#1公章#4。 + luo4 kuan2 xian3 shi4 wei2 xian1 yang2 chen2 cun1 dang3 zhi1 bu4 cun1 wei3 hui4 bing4 gai4 you3 xiang1 ying4 gong1 zhang1 +001109 盲人#1瞎马#3,夜半#1临池#4。 + mang2 ren2 xia1 ma3 ye4 ban4 lin2 chi2 +001110 经#2厂家#1测量#3,朋友家#2需要#1安装#2二点#1九九#1五米#1橱柜#4。 + jing1 chang3 jia1 ce4 liang2 peng2 you5 jia1 xu1 yao4 an1 zhuang1 er4 dian3 jiu2 jiu2 wu2 mi3 chu2 gui4 +001111 好多#2国外#1模特儿#2都好#1平胸#3,这样#2反而#1更有#1安全感#4。 + hao3 duo1 guo2 wai4 mo2 ter4 dou1 hao4 ping2 xiong1 zhe4 yang4 fan3 er2 geng4 you3 an1 quan2 gan3 +001112 胡锦涛#2首先#2瞻仰了#2遵义#1会议#1会址#4。 + hu2 jin3 tao1 shou3 xian1 zhan1 yang3 le5 zun1 yi4 hui4 yi4 hui4 zhi3 +001113 必须#1用#2正确的#1稳定观#3谋划#2政法#1工作#4。 + bi4 xu1 yong4 zheng4 que4 de5 wen3 ding4 guan1 mou2 hua4 zheng4 fa3 gong1 zuo4 +001114 两名#1相亲女#2差点#1就#1“羊入#1虎口#4”。 + liang3 ming2 xiang1 qin1 nv3 cha4 dian3 jiu4 yang2 ru4 hu2 kou3 +001115 谈话间#3,传来#1鸭群#2嘎嘎的#1叫唤声#4。 + tan2 hua4 jian1 chuan2 lai2 ya1 qun2 ga1 ga1 de5 jiao4 huan4 sheng1 +001116 站#1外边#2吃完#1再进来#4。 + zhan4 wai4 bian5 chi1 wan2 zai4 jin4 lai2 +001117 唐红兵#2要#1开始#1新的#1一圈了#3,李莉#1叮嘱#3“慢点哟#4”。 + tang2 hong2 bing1 yao4 kai1 shi3 xin1 de5 yi4 quan1 le5 li3 li4 ding1 zhu3 man4 dian3 yo5 +001118 潘磊#1那个#1是吗#3凝固在#1空气里#2翘首#1以待#1回应#4。 + pan1 lei3 na4 ge4 shi4 ma5 ning2 gu4 zai4 kong1 qi4 li3 qiao2 shou2 yi3 dai4 hui2 ying4 +001119 该项目#2能#1模拟#1宇宙#1飞船#1升空#3和#1宇航员#2动态#1飞行#4。 + gai1 xiang4 mu4 neng2 mo2 ni2 yu3 zhou4 fei1 chuan2 sheng1 kong1 he2 yu3 hang2 yuan2 dong4 tai4 fei1 xing2 +001120 美儿的#1肝脏#2恰好#2可以#1挽救#2他的#1生命#4。 + mei3 er2 de5 gan1 zang4 qia4 hao3 ke2 yi2 wan3 jiu4 ta1 de5 sheng1 ming4 +001121 他#1嘴巴里#2说着#1脏话#3,紧攥#1拳头#2朝我#1挥舞#4。 + ta1 zui3 ba5 li3 shuo1 zhe5 zang1 hua4 jin3 zuan4 quan2 tou5 chao2 wo3 hui1 wu3 +001122 公公#2李世余#2赶紧#1躲闪#4。 + gong1 gong5 li3 shi4 yu2 gan2 jin3 duo2 shan3 +001123 我#1煲了#2竹荪#1老鸭汤#3,很香的#4。 + wo3 bao1 le5 zhu2 sun1 lao3 ya1 tang1 hen3 xiang1 de5 +001124 值班的#2便衣#1治安员#2宋玉鹏#3和#1另外#1几名#1治安员#2也已#1赶到#4。 + zhi2 ban1 de5 bian4 yi1 zhi4 an1 yuan2 song4 yu4 peng2 he2 ling4 wai4 ji3 ming2 zhi4 an1 yuan2 ye2 yi2 gan3 dao4 +001125 对于#2梅耶尔#1而言#3,巴雷特#2确实#2“物有#1所值#4”。 + dui4 yu2 mei2 ye1 er3 er2 yan2 ba1 lei2 te4 que4 shi2 wu4 you2 suo3 zhi2 +001126 本可#1赚到的钱#2揣不进#1腰包#3,大伙#2干着急#1没办法#4。 + ben2 ke3 zhuan4 dao4 de5 qian2 chuai1 bu2 jin4 yao1 bao1 da4 huo3 gan1 zhao2 ji2 mei2 ban4 fa3 +001127 如果#1赶上#1饭点儿#3,会送#1盒饭#1一份#3及#1五六种#1饮品#4。 + ru2 guo2 gan3 shang4 fan4 dianr3 hui4 song4 he2 fan4 yi2 fen4 ji2 wu3 liu4 zhong3 yin2 pin3 +001128 虽有#2坐牢#1经历#3,但#1冷某月#3并无#1悔改#1之意#4。 + sui1 you3 zuo4 lao2 jing1 li4 dan4 leng2 mou3 yue4 bing4 wu2 hui2 gai3 zhi1 yi4 +001129 牛炯#2正好#1让#1学生#2试写#1一篇#1小作文#3,周琦#2向他#1借本#1古汉语#1字典#4。 + niu2 jiong3 zheng4 hao3 rang4 xue2 sheng1 shi4 xie3 yi4 pian1 xiao3 zuo4 wen2 zhou1 qi2 xiang4 ta1 jie4 ben2 gu3 han4 yu3 zi4 dian3 +001130 所以就#2撒撒网#2,权当#1消遣#4。 + suo2 yi3 jiu4 sa2 sa2 wang3 quan2 dang1 xiao1 qian3 +001131 是不是#2上个月#2经常#1熬夜呀#4。 + shi4 bu2 shi4 shang4 ge5 yue4 jing1 chang2 ao2 ye4 ya5 +001132 同年#3,普洱#1冷水#1林场#2采伐#1开工#4。 + tong2 nian2 pu2 er3 leng2 shui3 lin2 chang3 cai3 fa2 kai1 gong1 +001133 咋啦#3?坟#1让人#1刨了#4? + za3 la5 fen2 rang4 ren2 pao2 le5 +001134 要不#3我们#1把#1预设#1方案上的#1敌情#2改一改#4? + yao4 bu5 wo3 men5 ba3 yu4 she4 fang1 an4 shang4 de5 di2 qing2 gai3 yi4 gai3 +001135 台湾#2教育#1部门#1负责人#2蒋伟宁#4。 + tai2 wan1 jiao4 yu4 bu4 men2 fu4 ze2 ren2 jiang2 wei3 ning2 +001136 这些#1聋哑人#2只有#2乖乖#1就范#4。 + zhe4 xie1 long2 ya3 ren2 zhi2 you3 guai1 guai1 jiu4 fan4 +001137 有#1邻居称#3,王某#2好捡些#1破烂儿#3,两间#1屋子里#3都#1堆满了#4。 + you3 lin2 ju5 cheng1 wang2 mou3 hao4 jian3 xie1 po4 lanr4 liang3 jian1 wu1 zi5 li3 dou1 dui1 man3 le5 +001138 本焕#1老和尚#2虽已#2百岁#1有五#3,但#1身体#1硬朗#3,生活#2完全#1自理#4。 + ben3 huan4 lao3 he2 shang5 sui1 yi2 bai3 sui4 you2 wu3 dan4 shen1 ti3 ying4 lang3 sheng1 huo2 wan2 quan2 zi4 li3 +001139 老将#1凯越#3,恐怕#2要将#1前三的#1宝位#3拱手#1让给#2同门#1兄弟#2科鲁兹#4。 + lao3 jiang4 kai3 yue4 kong3 pa4 yao4 jiang1 qian2 san1 de5 bao3 wei4 gong2 shou3 rang4 gei3 tong2 men2 xiong1 di4 ke1 lu3 zi1 +001140 荔浦#2现在#1面临#2二次#1创业潮#3,要从#2木衣架#1产业#1搞起#4。 + li4 pu3 xian4 zai4 mian4 lin2 er4 ci4 chuang4 ye4 chao2 yao4 cong2 mu4 yi1 jia4 chan3 ye4 gao2 qi3 +001141 烟草#1广告中#3必须#1标明#2“吸烟#2有害#1健康#4”。 + yan1 cao2 guang3 gao4 zhong1 bi4 xu1 biao1 ming2 xi1 yan1 you3 hai4 jian4 kang1 +001142 第二#2要#1控制好#2速度#1与#1方向#3,不要#1猛拐弯#3,以免#1出现#2甩尾#1现象#4。 + di4 er4 yao4 kong4 zhi4 hao3 su4 du4 yu3 fang1 xiang4 bu2 yao4 meng2 guai3 wan1 yi2 mian3 chu1 xian4 shuai2 wei3 xian4 xiang4 +001143 别人#1上山#2靠脚走#3,他#1却要#2翻着#1跟头#2上山去#4。 + bie2 ren2 shang4 shan1 kao4 jiao2 zou3 ta1 que4 yao4 fan1 zhe5 gen1 tou5 shang4 shan1 qu4 +001144 纵观#2各“脸谱#3”,唯有#1一声#2叹息#4。 + zong4 guan1 ge4 lian2 pu3 wei2 you3 yi4 sheng1 tan4 xi1 +001145 拨打#2九五#1幺零五#2幺零五#3可#1电话#1订票#4。 + bo1 da3 jiu2 wu3 yao1 ling2 wu3 yao1 ling2 wu2 ke3 dian4 hua4 ding4 piao4 +001146 我嫌#1麻烦#3,洗澡的#1时候#3我也#1穿拖鞋#1去啊#4? + wo3 xian2 ma2 fan5 xi2 zao3 de5 shi2 hou5 wo2 ye3 chuan1 tuo1 xie2 qu4 a5 +001147 以为#2父系#2都是#1堂呢#3,敢情#2还分#1男女哪#4! + yi3 wei2 fu4 xi4 dou1 shi4 tang2 ne5 gan3 qing2 hai2 fen1 nan2 nv2 na5 +001148 加上#2潮流#1兴矮#3,矮会#1长命点#4。 + jia1 shang4 chao2 liu2 xing1 ai3 ai3 hui4 chang2 ming4 dian3 +001149 床罩#1底座#2木棍#1较粗#3,用#1榫头#1卯眼#2接合成#2长方形#1木框#4。 + chuang2 zhao4 di3 zuo4 mu4 gun4 jiao4 cu1 yong4 sun3 tou2 mao2 yan3 jie1 he2 cheng2 chang2 fang1 xing2 mu4 kuang4 +001150 每车#1司机#2有个#1附卡#3,每月#1用油#2都有#1记录#3,用完#1申领#4。 + mei3 che1 si1 ji1 you3 ge4 fu4 ka3 mei3 yue4 yong4 you2 dou1 you3 ji4 lu4 yong4 wan2 shen1 ling3 +001151 可以#1吃些#1坚果哦#4! + ke2 yi3 chi1 xie1 jian1 guo3 o5 +001152 身体#1丰满#3,双脚#1短粗#3,趾间#1有蹼#4。 + shen1 ti3 feng1 man3 shuang1 jiao2 duan3 cu1 zhi3 jian1 you2 pu3 +001153 墨鱼#2和#1虾仁#1一样#3,惯用#1甲醛#1浸泡#4。 + mo4 yu2 he2 xia1 ren2 yi2 yang4 guan4 yong4 jia3 quan2 jin4 pao4 +001154 然而#2“好初衷#2”却#1遭遇#1市场#2“软抵抗#4”。 + ran2 er2 hao3 chu1 zhong1 que4 zao1 yu4 shi4 chang3 ruan2 di3 kang4 +001155 非要#1说是#2扮演#2贺龙的#1杜源呢#4? + fei1 yao4 shuo1 shi4 ban4 yan3 he4 long2 de5 du4 yuan2 ne5 +001156 傻人#2有#1傻福呢#4! + sha3 ren2 you2 sha3 fu2 ne5 +001157 死者#1为大#3,一了#1百了吧#4。 + si2 zhe3 wei2 da4 yi4 liao3 bai2 liao3 ba5 +001158 马德保#2看#1文章#2极讲究#2修辞#1对偶#3,凡#2自己#1读得#1通顺的#3一律#1次品#4。 + ma3 de2 bao3 kan4 wen2 zhang1 ji2 jiang3 jiu1 xiu1 ci2 dui4 ou3 fan2 zi4 ji3 du2 de5 tong1 shun4 de5 yi2 lv4 ci4 pin3 +001159 你#1可以#1去问#1鹦鹉啊#3,鹦鹉#2会#1说话#4。 + ni3 ke2 yi3 qu4 wen4 ying1 wu3 a5 ying1 wu3 hui4 shuo1 hua4 +001160 拿人#1手软#3,吃人#1嘴短#4。 + na2 ren2 shou2 ruan3 chi1 ren2 zui2 duan3 +001161 罗岑#1铁路#2将来的#1运营#2尚#1需要#2“摸着#1石头#1过河#4”。 + luo2 cen2 tie3 lu4 jiang1 lai2 de5 yun4 ying2 shang4 xu1 yao4 mo1 zhe5 shi2 tou5 guo4 he2 +001162 核能的#1未来#3危如#1累卵#4。 + he2 neng2 de5 wei4 lai2 wei1 ru2 lei2 luan3 +001163 第#1一种#1反应#2是#1拔腿#1就跑#4。 + di4 yi1 zhong2 fan3 ying4 shi4 ba2 tui3 jiu4 pao3 +001164 这时#3,有一位#1女子#2也表示#2要蹭车#4。 + zhe4 shi2 you3 yi2 wei4 nv2 zi3 ye2 biao3 shi4 yao4 ceng4 che1 +001165 还用#2金漆盘#2装#1果品#1献客#3,口中#1则说#3“恭喜#2多如意#4”。 + hai2 yong4 jin1 qi1 pan2 zhuang1 guo2 pin3 xian4 ke4 kou3 zhong1 ze2 shuo1 gong1 xi3 duo1 ru2 yi4 +001166 医院#1建议#3做#1骨髓#1移植#1手术#4。 + yi1 yuan4 jian4 yi4 zuo4 gu2 sui3 yi2 zhi2 shou3 shu4 +001167 以后#3我#1终于#1省得#1跑腿了#4。 + yi3 hou4 wo3 zhong1 yu2 sheng3 de5 pao2 tui3 le5 +001168 前者#2可#1滚动#1开发#3,空手#2套#1白狼#4。 + qian2 zhe3 ke2 gun3 dong4 kai1 fa1 kong1 shou3 tao4 bai2 lang2 +001169 奥莱塔#2称之为#2“荒唐#4”。 + ao4 lai2 ta3 cheng1 zhi1 wei2 huang1 tang5 +001170 远洋#2沁山水#2公租房#1项目#1样板间#4。 + yuan3 yang2 qin4 shan1 shui3 gong1 zu1 fang2 xiang4 mu4 yang4 ban3 jian1 +001171 李登辉#1受访时#3否认#2“一中#1框架#4”。 + li3 deng1 hui1 shou4 fang3 shi2 fou3 ren4 yi1 zhong1 kuang4 jia4 +001172 朱玉斌的#1左手#3为#1轻微伤#4。 + zhu1 yu4 bin1 de5 zuo2 shou3 wei2 qing1 wei1 shang1 +001173 邓超#2还#1透露#3,当天#2恰逢#2儿满月#3,只想#2早点#1回家#4。 + deng4 chao1 hai2 tou4 lu4 dang4 tian1 qia4 feng2 er2 man3 yue4 zhi2 xiang3 zao2 dian3 hui2 jia1 +001174 舅舅#2马上#1质问#1林明发#4。 + jiu4 jiu5 ma3 shang4 zhi4 wen4 lin2 ming2 fa1 +001175 银行#2已形成#2零钞#1存兑#2“肠梗阻#4”。 + yin2 hang2 yi3 xing2 cheng2 ling2 chao1 cun2 dui4 chang2 geng2 zu3 +001176 那将有#2上#1千度#1高温#3、火红#1滚烫的#1“火浆#3”满地#1流淌#2把你#1惊呆#4。 + na4 jiang1 you3 shang4 qian1 du4 gao1 wen1 huo3 hong2 gun3 tang4 de5 huo3 jiang1 man3 di4 liu2 tang3 ba2 ni3 jing1 dai1 +001177 没有#1金刚钻#3,难揽#2瓷器活#4。 + mei2 you3 jin1 gang1 zuan1 nan2 lan3 ci2 qi4 huo2 +001178 多才#2多艺的#1冯敏#3还#1主持#2文艺#1晚会#3,把#1欢乐#2带给#1战友#4。 + duo1 cai2 duo1 yi4 de5 feng2 min3 hai2 zhu3 chi2 wen2 yi4 wan3 hui4 ba3 huan1 le4 dai4 gei3 zhan4 you3 +001179 后之#1览者#3,亦将#2有感于#1斯文#4。 + hou4 zhi1 lan2 zhe3 yi4 jiang1 you2 gan3 yu2 si1 wen2 +001180 亚洲#2所有#1国家#3都#1依赖#2石油#1进口#4。 + ya4 zhou1 suo2 you3 guo2 jia1 dou1 yi1 lai4 shi2 you2 jin4 kou3 +001181 开展#2“铁鹰#1”行动#3,围剿#1站车#2流窜#1犯罪#4。 + kai1 zhan2 tie3 ying1 xing2 dong4 wei2 jiao3 zhan4 che1 liu2 cuan4 fan4 zui4 +001182 出去#2跑一圈#1就好了#4。 + chu1 qu4 pao3 yi4 quan1 jiu4 hao3 le5 +001183 可座船#2在#1洱海上#2畅游#1一番#4。 + ke3 zuo4 chuan2 zai4 er2 hai3 shang4 chang4 you2 yi4 fan1 +001184 又称#2“偃月形#1馄饨#4”。 + you4 cheng1 yan3 yue4 xing2 hun2 tun5 +001185 家中#2世代#1为农#2,生活#1困窘#4。 + jia1 zhong1 shi4 dai4 wei4 nong2 sheng1 huo2 kun4 jiong3 +001186 而#2栾伟超的#1父亲#2栾吉月#3为给#1女儿#1治病#3打算#1卖肾#4。 + er2 luan2 wei3 chao1 de5 fu4 qin5 luan2 ji2 yue4 wei4 gei2 nv3 er2 zhi4 bing4 da3 suan4 mai4 shen4 +001187 简宝珊#2曾#1参加过#2两届#2凯渥#1梦幻#1之星#2模特儿#1选拔#3,身材#1火辣#4。 + jian2 bao3 shan1 ceng2 can1 jia1 guo4 liang3 jie4 kai3 wo4 meng4 huan4 zhi1 xing1 mo2 ter4 xuan3 ba2 shen1 cai2 huo3 la4 +001188 这是#2塞尔比#2夺冠后#2手捧#1奖杯#4。 + zhe4 shi4 sai4 er2 bi3 duo2 guan4 hou4 shou2 peng2 jiang3 bei1 +001189 此外#3,还获#2“扭曲#2”、“斜跨#2”、“鸟腿”等#1称谓#4。 + ci3 wai4 hai2 huo4 niu3 qu1 xie2 kua4 niao2 tui2 deng3 cheng1 wei4 +001190 一觉#1醒来#3,“小胖#3”又#1耍起#1活宝#4。 + yi2 jiao4 xing3 lai2 xiao3 pang4 you4 shua2 qi3 huo2 bao3 +001191 高锰#1酸钾#1有毒#3,且有#1一定的#2腐蚀性#4。 + gao1 meng3 suan1 jia2 you3 du2 qie2 you3 yi2 ding4 de5 fu3 shi2 xing4 +001192 大约#2一小时后#3,这一对儿#2又#1出现在#2影楼#1外堂#4。 + da4 yue1 yi4 xiao3 shi2 hou4 zhe4 yi2 duir4 you4 chu1 xian4 zai4 ying3 lou2 wai4 tang2 +001193 学车#2让#1很多#1学车者#1有#1恐惧感#4。 + xue2 che1 rang4 hen3 duo1 xue2 che1 zhe3 you2 kong3 ju4 gan3 +001194 一向#2爽朗#1率直的#1舒淇#3也#1怒斥#2陈浩民#2、马德钟#1二人#2为#1“老鼠屎#4”。 + yi2 xiang4 shuang2 lang3 shuai4 zhi2 de5 shu1 qi2 ye3 nu4 chi4 chen2 hao4 min2 ma3 de2 zhong1 er4 ren2 wei2 lao2 shu2 shi3 +001195 交易#2无需#1得到#2雅虎#1股东#1批准#4。 + jiao1 yi4 wu2 xu1 de2 dao4 ya2 hu2 gu3 dong1 pi1 zhun3 +001196 这名#1民警#2被#1碾压后#3,偷油贼#3才#1有所#1收敛#4。 + zhe4 ming2 min2 jing3 bei4 nian3 ya1 hou4 tou1 you2 zei2 cai2 you2 suo3 shou1 lian3 +001197 同时#3内饰#1配色#2也多以#2镀铬#1亮条#2和#1木纹#1饰板#1点缀#4。 + tong2 shi2 nei4 shi4 pei4 se4 ye3 duo1 yi3 du4 ge4 liang4 tiao2 he2 mu4 wen2 shi4 ban2 dian3 zhui4 +001198 经查#3,陈跃亮#2已#1漂白#1身份#3,其以#2陈耀亮#1名义#3在外#1做生意#4。 + jing1 cha2 chen2 yue4 liang4 yi2 piao3 bai2 shen1 fen4 qi2 yi3 chen2 yao4 liang4 ming2 yi4 zai4 wai4 zuo4 sheng1 yi4 +001199 难怪说#3淘宝#1养活了#1快递业#4。 + nan2 guai4 shuo1 tao2 bao2 yang3 huo2 le5 kuai4 di4 ye4 +001200 游客#2在#1参与#2土匪#1抢亲#1项目#4。 + you2 ke4 zai4 can1 yu4 tu2 fei2 qiang3 qin1 xiang4 mu4 +001201 双方#2或#1将就#2日俄#1领土#2争议#1问题等#2交换#1意见#4。 + shuang1 fang1 huo4 jiang1 jiu4 ri4 e2 ling2 tu3 zheng1 yi4 wen4 ti2 deng3 jiao1 huan4 yi4 jian4 +001202 我#1媳妇儿#2天天#1跟我#1在家#3,每次#1我想#1抽烟#2都硬#1拉着我#3,啪啪啪#4。 + wo3 xi2 fur4 tian1 tian1 gen1 wo3 zai4 jia1 mei3 ci4 wo2 xiang3 chou1 yan1 dou1 ying4 la1 zhe5 wo3 pa1 pa1 pa1 +001203 门外#1巡查的#2焦头#1烂额#3,瞪眼说#3:又一个#4。 + men2 wai4 xun2 cha2 de5 jiao1 tou2 lan4 e2 deng4 yan3 shuo1 you4 yi2 ge4 +001204 房子#1卖了#3您住#1哪儿呢#4? + fang2 zi5 mai4 le5 nin2 zhu4 nar3 ne5 +001205 汪洋#2参加#2韶关组的#1分组#1讨论#4。 + wang1 yang2 can1 jia1 shao2 guan1 zu3 de5 fen1 zu2 tao3 lun4 +001206 让#2雷军#2颇感#1宽慰的是#3,拥趸#2对#1小米#2有着#1一种#2“宗教般的#1热情#4”。 + rang4 lei2 jun1 po1 gan3 kuan1 wei4 de5 shi4 yong1 dun3 dui4 xiao2 mi2 you3 zhe5 yi4 zhong3 zong1 jiao4 ban1 de5 re4 qing2 +001207 亲绿的#1乐队#3已经#1开始#1暖场#4。 + qin1 lv4 de5 yue4 dui4 yi3 jing1 kai1 shi3 nuan2 chang3 +001208 演唱会#1尾声#3,梁静茹#1洒泪#2用#1歌曲#2答谢#1观众#4。 + yan3 chang4 hui4 wei3 sheng1 liang2 jing4 ru2 sa3 lei4 yong4 ge1 qu3 da2 xie4 guan1 zhong4 +001209 蜘蛛#2把#1少量#1沙子#2拼合#1在#1一起#3,制成#2藏身的#1窝门#4。 + zhi1 zhu1 ba2 shao3 liang4 sha1 zi5 pin1 he2 zai4 yi4 qi3 zhi4 cheng2 cang2 shen1 de5 wo1 men2 +001210 连#1前一百#2冲进去的#2都没#1选到#2幺二二的#1毛坯#4。 + lian2 qian2 yi4 bai3 chong1 jin4 qu4 de5 dou1 mei2 xuan3 dao4 yao1 er4 er4 de5 mao2 pi1 +001211 那我#1想到#3那就#1多#1夸夸#1人家呗#4。 + na4 wo2 xiang3 dao4 na4 jiu4 duo1 kua1 kua1 ren2 jia1 bei5 +001212 吴佩慈#3与#1赌场#1大亨#1吃饭#4。 + wu2 pei4 ci2 yu3 du2 chang3 da4 heng1 chi1 fan4 +001213 别呀#3偶给#1你做#1人工#2呼吸吧#4。 + bie2 ya5 ou3 gei2 ni3 zuo4 ren2 gong1 hu1 xi1 ba5 +001214 前天#3,黄爱英#3也曾#1一度#1晕倒#4。 + qian2 tian1 huang2 ai4 ying1 ye3 ceng2 yi2 du4 yun1 dao3 +001215 菲律宾#2艾滋病#1感染者#1猛增#4。 + fei1 lv4 bin1 ai4 zi1 bing4 gan2 ran2 zhe2 meng3 zeng1 +001216 禁止#1使用#2小于#2最小#1网目#1尺寸的#1网具#2进行#1捕捞#4。 + jin4 zhi2 shi3 yong4 xiao3 yu2 zui4 xiao2 wang3 mu4 chi3 cun4 de5 wang3 ju4 jin4 xing2 bu3 lao1 +001217 新河#1闸桥#1群中#3包括#1中闸#3、麻糍闸#3、北闸#3、下卢闸#2四个闸#4。 + xin1 he2 zha2 qiao2 qun2 zhong1 bao1 kuo4 zhong1 zha2 ma2 ci2 zha2 bei3 zha2 xia4 lu2 zha2 si4 ge4 zha2 +001218 淼淼#2就读于#2科创路#1小学#1二年级#4。 + miao2 miao3 jiu4 du2 yu2 ke1 chuang4 lu4 xiao3 xue2 er4 nian2 ji2 +001219 此时#3,他的#1额头#2已经#2沁满#1汗珠#3,刘冬梅#2用#1毛巾#2细心地#1替他#1擦拭#4。 + ci3 shi2 ta1 de5 e2 tou2 yi3 jing1 qin4 man3 han4 zhu1 liu2 dong1 mei2 yong4 mao2 jin1 xi4 xin1 de5 ti4 ta1 ca1 shi4 +001220 被害人#2小雨#3恰巧#2也租#1住在#2该栋#1楼上#4。 + bei4 hai4 ren2 xiao2 yu3 qia4 qiao2 ye3 zu1 zhu4 zai4 gai1 dong4 lou2 shang4 +001221 这是#3凤凰镇#1芒果村#1一角#4。 + zhei4 shi4 feng4 huang2 zhen4 mang2 guo3 cun1 yi4 jiao3 +001222 他认为#3,此次#1列车#1出轨#2与#1轨道#1多弯#1无关#4。 + ta1 ren4 wei2 ci3 ci4 lie4 che1 chu1 gui3 yu2 gui3 dao4 duo1 wan1 wu2 guan1 +001223 皇上#2万福#1金安#4。 + huang2 shang4 wan4 fu2 jin1 an1 +001224 随着#2英文名#2越来#1越火#3,帮人取#1英文名#2这一行当#3也成了#1香馍馍#4。 + sui2 zhe5 ying1 wen2 ming2 yue4 lai2 yue4 huo3 bang1 ren2 qu3 ying1 wen2 ming2 zhe4 yi4 hang2 dang4 ye3 cheng2 le5 xiang1 mo2 mo5 +001225 因#2家境#1贫寒#3,吴碧红#2很早#1辍学#4。 + yin1 jia1 jing4 pin2 han2 wu2 bi4 hong2 hen2 zao3 chuo4 xue2 +001226 现任#2“舰船#1知识#2”网络版#1主编#4。 + xian4 ren4 jian4 chuan2 zhi1 shi5 wang3 luo4 ban2 zhu3 bian1 +001227 采摘#2山核桃的#1农民#3一个#1趔趄#1跌下去#3,头#1碰到#1石头#3就#1可能#1摔死#4。 + cai3 zhai1 shan1 he2 tao5 de5 nong2 min2 yi2 ge4 lie4 qie5 die1 xia4 qu4 tou2 peng4 dao4 shi2 tou5 jiu4 ke3 neng2 shuai1 si3 +001228 小聪明#3也是#1聪明嘛#4。 + xiao3 cong1 ming5 ye3 shi4 cong1 ming5 ma5 +001229 其次#3,捏捏#1螃蟹的腿#4。 + qi2 ci4 nie1 nie1 pang2 xie4 de5 tui3 +001230 浪莎#1袜业#2头顶#1是#1商厦的#1二楼#3,铝合金#1扣板#2遭到#1破坏#4。 + lang4 sha1 wa4 ye4 tou2 ding3 shi4 shang1 sha4 de5 er4 lou2 lv3 he2 jin1 kou4 ban3 zao1 dao4 po4 huai4 +001231 你#1要是#2看谁#1不爽#3就用#1飞机#1撞他啊#4! + ni3 yao4 shi4 kan4 shui2 bu4 shuang3 jiu4 yong4 fei1 ji1 zhuang4 ta1 a5 +001232 哥们儿的#1情怀#3当然#1要靠#2哥们儿#1来#1演绎了#4。 + ge1 menr5 de5 qing2 huai2 dang1 ran2 yao4 kao4 ge1 menr5 lai2 yan3 yi4 le5 +001233 睡的话#3趴我#1腿上#4。 + shui4 de5 hua4 pa1 wo2 tui3 shang4 +001234 眼病#3把#1孙婆婆#2折磨得#1够呛#4。 + yan3 bing4 ba3 sun1 po2 po5 zhe2 mo2 de5 gou4 qiang4 +001235 以下#2是#1问答#1摘录#4。 + yi3 xia4 shi4 wen4 da2 zhai1 lu4 +001236 今年#1是#1五五#1普法的#1验收#1之年#4。 + jin1 nian2 shi4 wu2 wu3 pu2 fa3 de5 yan4 shou1 zhi1 nian2 +001237 我会讲#1鬼故事#3,你怕#1不怕#4? + wo3 hui4 jiang2 gui3 gu4 shi5 ni3 pa4 bu2 pa4 +001238 范睿#2严肃#1纠正道#3:是#1媲美#4。 + fan4 rui4 yan2 su4 jiu1 zheng4 dao4 shi4 pi4 mei3 +001239 龙卷风#3将#1工厂#1屋顶#2都#1卷走了#4。 + long2 juan3 feng1 jiang1 gong1 chang3 wu1 ding3 dou1 juan2 zou3 le5 +001240 谁又#1了解#2我#1心里的#1苦呢#4。 + shui2 you4 liao2 jie2 wo3 xin1 li3 de5 ku3 ne5 +001241 易学林#2绰号#2“易胆大#4”。 + yi4 xue2 lin2 chuo4 hao4 yi4 dan3 da4 +001242 告别#1北川#3,黄昏中#3我们#1又#1登上了#1高山#1之巅的#1羌寨#4。 + gao4 bie2 bei3 chuan1 huang2 hun1 zhong1 wo3 men5 you4 deng1 shang4 le5 gao1 shan1 zhi1 dian1 de5 qiang1 zhai4 +001243 离开时#3,总会#1拎#1几袋#1样品#1回去#4。 + li2 kai1 shi2 zong3 hui4 lin1 ji3 dai4 yang4 pin3 hui2 qu4 +001244 蓝天#2白云下#3,绿树#1环绕间#3,这#1随风#1舞动的#1一抹红#2显得#1格外#1醒目#4。 + lan2 tian1 bai2 yun2 xia4 lv4 shu4 huan2 rao4 jian1 zhe4 sui2 feng1 wu3 dong4 de5 yi4 mo3 hong2 xian3 de5 ge2 wai4 xing3 mu4 +001245 月嫂#2帮我揉#3,我#1叫得#2和#1杀猪#1一样#3,碰一下#2就#1痛死人#4。 + yue4 sao3 bang1 wo3 rou2 wo3 jiao4 de5 he2 sha1 zhu1 yi2 yang4 peng4 yi2 xia4 jiu4 tong4 si3 ren2 +001246 最后#3,她#1只好#2靠#1舞蹈员#3边打#1拍子#3,边#1“斋舞#4”。 + zui4 hou4 ta1 zhi2 hao3 kao4 wu2 dao3 yuan2 bian1 da3 pai1 zi5 bian1 zhai1 wu3 +001247 有#2美丽的#1苏州#1园林呀#4。 + you2 mei3 li4 de5 su1 zhou1 yuan2 lin2 ya5 +001248 他#1还将#2五名#1伤员#2送往#2四幺六#1医院#1救治#4。 + ta1 hai2 jiang1 wu3 ming2 shang1 yuan2 song4 wang3 si4 yao1 liu4 yi1 yuan4 jiu4 zhi4 +001249 有#1政客#2批评#2埃尔#1多安#3已#1沦为#1“傀儡#4”。 + you3 zheng4 ke4 pi1 ping2 ai1 er3 duo1 an1 yi3 lun2 wei2 kui2 lei3 +001250 罗志祥#3昨日#1抵港#2全程#1黑脸#4。 + luo2 zhi4 xiang2 zuo2 ri4 di2 gang3 quan2 cheng2 hei1 lian3 +001251 我#1可以#1网上#1冲浪#3,咻咻咻#4! + wo3 ke2 yi2 wang3 shang4 chong1 lang4 xiu1 xiu1 xiu1 +001252 这些桶#2有新#1有旧#3,上面#2也#1留着#2“王四#3”、“王三”等#1标记#4。 + zhe4 xie1 tong2 you3 xin1 you3 jiu4 shang4 mian4 ye3 liu2 zhe5 wang2 si4 wang2 san1 deng3 biao1 ji4 +001253 一日#1三餐#2、洗洗#1涮涮#3,还要给#1妈妈#3敷药#2换药#3,帮妈妈#2大小便#4。 + yi2 ri4 san1 can1 xi2 xi3 shuan4 shuan4 hai2 yao4 gei3 ma1 ma5 fu1 yao4 huan4 yao4 bang1 ma1 ma5 da4 xiao3 bian4 +001254 同场#2还有#1柯佳嬿#2、陈庭妮#4。 + tong2 chang3 hai2 you3 ke1 jia1 yan4 chen2 ting2 ni1 +001255 当晚#3,见#1样貌#1稚嫩的#1小雅#2如约#1前来#3,华仔#2欣喜#1若狂#4。 + dang4 wan3 jian4 yang4 mao4 zhi4 nen4 de5 xiao2 ya3 ru2 yue1 qian2 lai2 hua2 zai3 xin1 xi3 ruo4 kuang2 +001256 锄草#3、翻土#3、浇水#3,李继旺#2甩开#1膀子干#4。 + chu2 cao3 fan1 tu3 jiao1 shui3 li3 ji4 wang4 shuai3 kai1 bang3 zi5 gan4 +001257 挪威#1男子#2巴雷克#3在#1断臂#1伤口上#2纹#1海豚头#4。 + nuo2 wei1 nan2 zi3 ba1 lei2 ke4 zai4 duan4 bi4 shang1 kou3 shang4 wen2 hai3 tun2 tou2 +001258 一些人#2甚至#1直接#1把#2“瑞芝清#3”称为#3“夺命#1退烧药#4”。 + yi4 xie1 ren2 shen4 zhi4 zhi2 jie1 ba3 rui4 zhi1 qing1 cheng1 wei2 duo2 ming4 tui4 shao1 yao4 +001259 可悲的是#3,“玉婆#2”还#1没死#3,众多#1子孙#3已经为#2争家产#2蠢蠢欲动#4。 + ke3 bei1 de5 shi4 yu4 po2 hai2 mei2 si3 zhong4 duo1 zi3 sun1 yi3 jing1 wei4 zheng1 jia1 chan3 chun2 chun3 yu4 dong4 +001260 他是#2腾讯#1公司#3主要#1创办人#1之一呀#4。 + ta1 shi4 teng2 xun4 gong1 si1 zhu3 yao4 chuang4 ban4 ren2 zhi1 yi1 ya5 +001261 周六#1上午#2各#1组织#1招生#3,他#1洗头#1刮脸#3,说#1要用#2“三十六计#1”外的#1一招#3美男计#4。 + zhou1 liu4 shang4 wu3 ge4 zu3 zhi1 zhao1 sheng1 ta1 xi3 tou2 gua1 lian3 shuo1 yao4 yong4 san1 shi2 liu4 ji4 wai4 de5 yi4 zhao1 mei3 nan2 ji4 +001262 在家#2排行#1老四的#2贺慈红#3,打小#2就有#1股子#3认准水#1撒欢的#1倔脾气#4。 + zai4 jia1 pai2 hang2 lao3 si4 de5 he4 ci2 hong2 da2 xiao3 jiu4 you2 gu3 zi5 ren4 zhun2 shui3 sa1 huan1 de5 jue4 pi2 qi5 +001263 说#2订一年的#1宽带#2还送个#1猫#4。 + shuo1 ding4 yi4 nian2 de5 kuan1 dai4 hai2 song4 ge5 mao1 +001264 西南#1旱区#1旱情#2近期#2难于#1缓解#4。 + xi1 nan2 han4 qu1 han4 qing2 jin4 qi1 nan2 yu2 huan2 jie3 +001265 刚刚#2我#1短路啦#4。 + gang1 gang1 wo2 duan3 lu4 la5 +001266 这#1并不是#1康威市#2第一起#2“吮脚#1”性骚扰#1案件#4。 + zhe4 bing4 bu2 shi4 kang1 wei1 shi4 di4 yi1 qi3 shun2 jiao3 xing4 sao1 rao3 an4 jian4 +001267 说完#2对#1自己的#2虚构#2夸大#1才华#2崇拜#1万分#4。 + shuo1 wan2 dui4 zi4 ji3 de5 xu1 gou4 kua1 da4 cai2 hua2 chong2 bai4 wan4 fen1 +001268 其他#1演员#2还#1包括#2松坂#1桃李#3、柄#1本佑#3和#1村传#1绘梨等#2新鲜#1面孔#4。 + qi2 ta1 yan3 yuan2 hai2 bao1 kuo4 song1 ban3 tao2 li3 bing2 ben3 you4 he2 cun1 chuan2 hui4 li2 deng3 xin1 xian1 mian4 kong3 +001269 学生#2不解的#1问#3:“我#1哪儿#1也#1不疼啊#4。 + xue2 sheng1 bu4 jie3 de5 wen4 wo3 nar2 ye3 bu4 teng2 a5 +001270 匡斌#2将#1张禹#2接到#2东莞#1东城的#2“科尔沁#1”家#4。 + kuang1 bin1 jiang1 zhang1 yu3 jie1 dao4 dong1 guan3 dong1 cheng2 de5 ke1 er3 qin4 jia1 +001271 经鉴定#3,熊某#2引产的#1胚胎#3与#1郭耀虎#2存在#2血缘#1关系#4。 + jing1 jian4 ding4 xiong2 mou3 yin2 chan3 de5 pei1 tai1 yu3 guo1 yao4 hu3 cun2 zai4 xue4 yuan2 guan1 xi5 +001272 愿#1我们#2像#1两颗#1星星#1一样#3,在#1安静的#1夜晚#3把#1彼此#1照亮#4。 + yuan4 wo3 men5 xiang4 liang3 ke1 xing1 xing5 yi2 yang4 zai4 an1 jing4 de5 ye4 wan3 ba3 bi2 ci3 zhao4 liang4 +001273 我还#1帮她#2卖过#1馒头哩#4。 + wo3 hai2 bang1 ta1 mai4 guo4 man2 tou5 li5 +001274 而#2这些#1驾驶员#2都非#1车主#3,全部#1由#2“专业#1闯岗#1司机#1”来#1完成#4。 + er2 zhe4 xie1 jia4 shi3 yuan2 dou1 fei1 che1 zhu3 quan2 bu4 you2 zhuan1 ye4 chuang2 gang3 si1 ji1 lai2 wan2 cheng2 +001275 王烨#3及#1另外#1两位#1张姓#1女子#3没有#1毕业#1成绩#4。 + wang2 ye4 ji2 ling4 wai4 liang3 wei4 zhang1 xing4 nv2 zi3 mei2 you3 bi4 ye4 cheng2 ji4 +001276 哥哥#2采盈盆#3,弟弟#1妹妹#2共欢欣#4。 + ge1 ge5 cai3 ying2 pen2 di4 di5 mei4 mei5 gong4 huan1 xin1 +001277 因#1高竣亮#2无法#1返还#1本金#2及#1利息#3,造成#2苏叶女#3资金的#1巨额#1亏空#4。 + yin1 gao1 jun4 liang4 wu2 fa2 fan3 huan2 ben3 jin1 ji2 li4 xi5 zao4 cheng2 su1 ye4 nv3 zi1 jin1 de5 ju4 e2 kui1 kong1 +001278 民国时#3万庆#1当铺#2衰败#1关门#3,店铺前#2盖了#1小房#3遮住#2“万庆#1”二字#4。 + min2 guo2 shi2 wan4 qing4 dang4 pu4 shuai1 bai4 guan1 men2 dian4 pu4 qian2 gai4 le5 xiao3 fang2 zhe1 zhu4 wan4 qing4 er4 zi4 +001279 如果#1有#1朋友#1找我#3就#1直接#1打给我#4。 + ru2 guo2 you3 peng2 you5 zhao2 wo3 jiu4 zhi2 jie1 da2 gei2 wo3 +001280 在#1国外时#3,他#1喜欢#2搜集#1烟斗#4。 + zai4 guo2 wai4 shi2 ta1 xi3 huan1 sou1 ji2 yan1 dou3 +001281 为什么#2足协#1认可#2李飞宇的#1做法#4? + wei4 shen2 me5 zu2 xie2 ren4 ke3 li3 fei1 yu3 de5 zuo4 fa3 +001282 请#2庹震#1常委#2回答#1一下#2这位#1网友的#1问题#4。 + qing2 tuo3 zhen4 chang2 wei3 hui2 da2 yi2 xia4 zhe4 wei4 wang2 you3 de5 wen4 ti2 +001283 没争#1没抢#3,没闹#1别扭#4。 + mei2 zheng1 mei2 qiang3 mei2 nao4 bie4 niu5 +001284 苗凡的#1父亲#2苗建科说#3,生意#2马马虎虎#3,但#1饿不着#1娃娃#4。 + miao2 fan2 de5 fu4 qin5 miao2 jian4 ke1 shuo1 sheng1 yi4 ma2 ma3 hu1 hu1 dan4 e4 bu4 zhao2 wa2 wa5 +001285 案件#2滚雪球般#1扩大#4。 + an4 jian4 gun2 xue3 qiu2 ban1 kuo4 da4 +001286 缪某#1之子#2陆剑波#3回家#1见状#3,持刀#2将臧#1戳伤#4。 + miao4 mou3 zhi1 zi3 lu4 jian4 bo1 hui2 jia1 jian4 zhuang4 chi2 dao1 jiang1 zang1 chuo1 shang1 +001287 当时#3我俩#1起了#1分歧#4。 + dang1 shi2 wo2 lia2 qi3 le5 fen1 qi2 +001288 胖胖的#1孙卓#3很#1招人#1喜爱#4。 + pang4 pang4 de5 sun1 zhuo2 hen3 zhao1 ren2 xi3 ai4 +001289 杜#2早前#2获#1撤控#2遣返#1内地#4。 + du4 zao3 qian2 huo4 che4 kong4 qian2 fan3 nei4 di4 +001290 临终前#3,大周后#2请求#1李煜#3将#1中主#1李璟#2所赐的#2烧槽#1琵琶#1陪葬#4。 + lin2 zhong1 qian2 da4 zhou1 hou4 qing3 qiu2 li3 yu4 jiang1 zhong1 zhu3 li2 jing2 suo3 ci4 de5 shao1 cao2 pi2 pa5 pei2 zang4 +001291 清髓#2需要#1至少#2半年的#1服药#3,而#2微移植#2不需要#1服用#1任何#1药物#4。 + qing1 sui3 xu1 yao4 zhi4 shao3 ban4 nian2 de5 fu2 yao4 er2 wei1 yi2 zhi2 bu4 xu1 yao4 fu2 yong4 ren4 he2 yao4 wu4 +001292 白天#2喂奶#1喂饭#3,洗孩子#1衣物#3,偶尔#2打个#1盹儿#4。 + bai2 tian1 wei4 nai3 wei4 fan4 xi3 hai2 zi5 yi1 wu4 ou2 er2 da3 ge4 dunr3 +001293 陈年#2思忖着#1转型#4。 + chen2 nian2 si1 cun3 zhe5 zhuan3 xing2 +001294 指南#2”一经#1发布#2迅速#1引来#2“呛声#1”一片#4。 + zhi3 nan2 yi4 jing1 fa1 bu4 xun4 su4 yin3 lai2 qiang4 sheng1 yi2 pian4 +001295 羊一垮#3,他的人#1也垮了#4。 + yang2 yi4 kua3 ta1 de5 ren2 ye2 kua3 le5 +001296 往那#1边点#3,你压#1我肉了#4! + wang3 na4 bian1 dian3 ni3 ya1 wo3 rou4 le5 +001297 听#2孔子#3,也要#2听一半#4。 + ting1 kong2 zi3 ye3 yao4 ting1 yi2 ban4 +001298 检察#1机关#2一旦#1介入#1调查#3,往往能#2以案#1带案#3,一查#2查一窝#4。 + jian3 cha2 ji1 guan1 yi2 dan4 jie4 ru4 diao4 cha2 wang2 wang3 neng2 yi3 an4 dai4 an4 yi4 cha2 cha2 yi4 wo1 +001299 他#1昨到#2日舞#1影展#1打片#3,变身#2金发妞#3,妖娇#1模样#3让人#1捧腹#4。 + ta1 zuo2 dao4 ri4 wu3 ying2 zhan2 da3 pian4 bian4 shen1 jin1 fa4 niu1 yao1 jiao1 mu2 yang4 rang4 ren2 peng3 fu4 +001300 据了解#3,卷羽#1鹈鹕#2喜欢#1结群#1生活#3,有#1两个#1迁徙#1种群#4。 + ju4 liao2 jie3 juan2 yu3 ti2 hu2 xi3 huan1 jie2 qun2 sheng1 huo2 you2 liang3 ge4 qian1 xi2 zhong3 qun2 +001301 花园#1外墙#2采用#2通透的#1铁栏#2、矮门#3,与#1弄堂#2起到#1“共享”的#1作用#4。 + hua1 yuan2 wai4 qiang2 cai3 yong4 tong1 tou4 de5 tie3 lan2 ai3 men2 yu3 long4 tang5 qi3 dao4 gong4 xiang3 de5 zuo4 yong4 +001302 莫欺#2少年穷#3,要有#1信心哦#4! + mo4 qi1 shao4 nian2 qiong2 yao4 you3 xin4 xin1 o5 +001303 张某#2很恼火#3,就#1预谋#1杀妻#3并#1骗取#2高额#1保险金#4。 + zhang1 mou2 hen3 nao2 huo3 jiu4 yu4 mou2 sha1 qi1 bing4 pian4 qu3 gao1 e2 bao2 xian3 jin1 +001304 任命#2孙德基#3为#1审计署#1署长#4。 + ren4 ming4 sun1 de2 ji1 wei2 shen3 ji4 shu3 shu2 zhang3 +001305 呜呜呜#3…不要#1把我#1一个人#1丢下#4! + wu1 wu1 wu1 bu2 yao4 ba2 wo3 yi2 ge4 ren2 diu1 xia4 +001306 库尔森#3目前#2因#1卷入#2窃听#1丑闻#3被#1警方#1拘捕#4。 + ku4 er3 sen1 mu4 qian2 yin1 juan3 ru4 qie4 ting1 chou3 wen2 bei4 jing3 fang1 ju1 bu3 +001307 不喝#2板蓝根#3,一个#1传染俩#4。 + bu4 he1 ban3 lan2 gen1 yi2 ge4 chuan2 ran2 lia3 +001308 事实#1而言#3,官员#1阶层#2有如#1民众#3,有富#1有贫#3,参差#1多元#2是#1常态#4。 + shi4 shi2 er2 yan2 guan1 yuan2 jie1 ceng2 you3 ru2 min2 zhong4 you3 fu4 you3 pin2 cen1 ci1 duo1 yuan2 shi4 chang2 tai4 +001309 老婆#3,哥#1都有#1仨儿子了#3,咱们#1要#1加油呀#4! + lao3 po5 ge1 dou1 you3 sa1 er2 zi5 le5 zan2 men5 yao4 jia1 you2 ya5 +001310 蛙皮中#2含有#2抗菌力#1较强的#2活性#1多肽#4。 + wa1 pi2 zhong1 han2 you3 kang4 jun1 li4 jiao4 qiang2 de5 huo2 xing4 duo1 tai4 +001311 我#1大儿子#2小名#1就叫#1“憨憨#3”,谐音#4。 + wo3 da4 er2 zi5 xiao3 ming2 jiu4 jiao4 han1 han5 xie2 yin1 +001312 祥嫂#2与#1儿子#2邓兆尊#3、女儿#2邓小艾#3喝#1下午#1茶时#1聊得#1开心#4。 + xiang2 sao3 yu3 er2 zi5 deng4 zhao4 zun1 nv3 er2 deng4 xiao3 ai4 he1 xia4 wu3 cha2 shi2 liao2 de5 kai1 xin1 +001313 目前#2扁女婿#1赵建铭#3也曾#1到#1北监#3为扁#1治疗#1膝盖#4。 + mu4 qian2 bian2 nv3 xu5 zhao4 jian4 ming2 ye3 ceng2 dao4 bei3 jian1 wei4 bian3 zhi4 liao2 xi1 gai4 +001314 现在#3,微软的#2必应#1搜索#1引擎#3也将#1其#2机票#1搜索#1服务#2置顶#1显示#4。 + xian4 zai4 wei1 ruan3 de5 bi4 ying4 sou1 suo2 yin3 qing2 ye3 jiang1 qi2 ji1 piao4 sou1 suo3 fu2 wu4 zhi4 ding2 xian3 shi4 +001315 牛作东#2比#1牛作涛#1小三岁#3,哥俩儿#2从小#1一块儿#2上学#1放学#4。 + niu2 zuo4 dong1 bi3 niu2 zuo4 tao1 xiao3 san1 sui4 ge1 liar3 cong2 xiao3 yi2 kuair4 shang4 xue2 fang4 xue2 +001316 杨健#2掌舵#1南方#1报业#3,早有#1先兆#4。 + yang2 jian4 zhang3 duo4 nan2 fang1 bao4 ye4 zao2 you3 xian1 zhao4 +001317 单身狗#2我#1在家#2防止#1受到#2一万点#1伤害#4。 + dan1 shen1 gou2 wo3 zai4 jia1 fang2 zhi3 shou4 dao4 yi2 wan4 dian3 shang1 hai4 +001318 小规模#1农户#3要#1改善#2操作#1规程#3,避免#1疫病#3在#1散养#1禽群中#1传播#4。 + xiao3 gui1 mo2 nong2 hu4 yao4 gai3 shan4 cao1 zuo4 gui1 cheng2 bi4 mian3 yi4 bing4 zai4 san2 yang3 qin2 qun2 zhong1 chuan2 bo1 +001319 那又#1何必在#2细节上#1纠缠呢#4? + na4 you4 he2 bi4 zai4 xi4 jie2 shang4 jiu1 chan2 ne5 +001320 看我#1穿裙子#3,他就说#2“哎唷#3,你穿#1裙子啊#4”。 + kan4 wo3 chuan1 qun2 zi5 ta1 jiu4 shuo1 ai1 yo5 ni3 chuan1 qun2 zi5 a5 +001321 张伟#1一愣#3,停顿了#1一会儿#4。 + zhang1 wei3 yi2 leng4 ting2 dun4 le5 yi2 huir4 +001322 沁阳#2资源#1短缺#3,无煤#1无矿石#3,却能#1做到#3“买天下#3,卖天下#4”。 + qin4 yang2 zi1 yuan2 duan3 que1 wu2 mei2 wu2 kuang4 shi2 que4 neng2 zuo4 dao4 mai3 tian1 xia4 mai4 tian1 xia4 +001323 他们#2天生#1爱动#3,免不了#2打打#1闹闹#4。 + ta1 men5 tian1 sheng1 ai4 dong4 mian3 bu4 liao3 da2 da3 nao4 nao4 +001324 孙某#2用#1布条#2将#1小兰#2捆绑#2塞到#1床下#4。 + sun1 mou3 yong4 bu4 tiao2 jiang1 xiao3 lan2 kun2 bang3 sai1 dao4 chuang2 xia4 +001325 奶粉#2不但#1缺货#3,而且#2价格#2同样#2水涨#1船高#4。 + nai2 fen3 bu2 dan4 que1 huo4 er2 qie3 jia4 ge2 tong2 yang4 shui2 zhang3 chuan2 gao1 +001326 葛优#2获颁#1漫画#2劲开心#4。 + ge3 you1 huo4 ban1 man4 hua4 jin4 kai1 xin1 +001327 凭白#1无故#3生出噶#1许多#1事情来#4。 + ping2 bai2 wu2 gu4 sheng1 chu1 ga2 xu3 duo1 shi4 qing2 lai2 +001328 一护士#2为#1男患者#2送检#1尿样#3,却#1不小心#2把#1患者的#1尿样#2撒落#1一地#4。 + yi2 hu4 shi5 wei4 nan2 huan4 zhe3 song4 jian3 niao4 yang4 que4 bu4 xiao3 xin1 ba3 huan4 zhe3 de5 niao4 yang4 sa3 luo4 yi2 di4 +001329 在#2唐山#2二五五#1医院#3,帅帅#2在#1接受#1治疗#4。 + zai4 tang2 shan1 er4 wu2 wu3 yi1 yuan4 shuai4 shuai5 zai4 jie1 shou4 zhi4 liao2 +001330 尽早#1转变#2以往的#2粗放#1增长#1模式#4。 + jin2 zao2 zhuan3 bian4 yi2 wang3 de5 cu1 fang4 zeng1 zhang3 mo2 shi4 +001331 三更#1半夜#2不睡觉#3,喊#1什么喊#4! + san1 geng1 ban4 ye4 bu2 shui4 jiao4 han3 shen2 me5 han3 +001332 港府#2新验出#1四款#2日本#1婴儿#1配方#1奶粉#3碘#1含量#1较低#4。 + gang2 fu3 xin1 yan4 chu1 si4 kuan3 ri4 ben3 ying1 er2 pei4 fang1 nai2 fen3 dian3 han2 liang4 jiao4 di1 +001333 经#1确认#3,该#1可疑#1人员#2叫#1柳晓宝#4。 + jing1 que4 ren4 gai1 ke3 yi2 ren2 yuan2 jiao4 liu3 xiao2 bao3 +001334 市委#1常委#2、组织#1部长#2陈元邦#3主持#1聘书#2颁发#1仪式#4。 + shi4 wei3 chang2 wei3 zu3 zhi1 bu4 zhang3 chen2 yuan2 bang1 zhu3 chi2 pin4 shu1 ban1 fa1 yi2 shi4 +001335 男子#1坠桥#3被#1消防员#2一把#1拽住#4。 + nan2 zi3 zhui4 qiao2 bei4 xiao1 fang2 yuan2 yi4 ba3 zhuai4 zhu4 +001336 那#1生煎#2似有#2红外线#1制导#3,直冲#1女孩的#1脸颊#4。 + na4 sheng1 jian1 si4 you3 hong2 wai4 xian4 zhi4 dao3 zhi2 chong1 nv3 hai2 de5 lian3 jia2 +001337 该#1黑斑#2被#1罗斯#1教授#1称为#3“罪恶的#1渊薮#4”。 + gai1 hei1 ban1 bei4 luo2 si1 jiao4 shou4 cheng1 wei2 zui4 e4 de5 yuan1 sou3 +001338 我爸#1在家#2特别#1多疑#3,他#1每次#2都#1怀疑我#2偷偷#1抽他的烟#4。 + wo3 ba4 zai4 jia1 te4 bie2 duo1 yi2 ta1 mei3 ci4 dou1 huai2 yi2 wo3 tou1 tou1 chou1 ta1 de5 yan1 +001339 为什么#1要#1发怒呢#4? + wei4 shen2 me5 yao4 fa1 nu4 ne5 +001340 纪教授#2当日#2略受#1风寒#3,嗓音#1沙哑#2仍#1激情#1不减#4。 + ji4 jiao4 shou4 dang1 ri4 lve4 shou4 feng1 han2 sang3 yin1 sha1 ya3 reng2 ji1 qing2 bu4 jian3 +001341 经#1院方#1证实#3,女婴#2身患#2胆管#1闭锁#4。 + jing1 yuan4 fang1 zheng4 shi2 nv3 ying1 shen1 huan4 dan2 guan3 bi4 suo3 +001342 傅琰东#3几次#1通过#1媒体#2澄清#2虐鱼#1事件#4。 + fu4 yan3 dong1 ji3 ci4 tong1 guo4 mei2 ti3 cheng2 qing1 nve4 yu2 shi4 jian4 +001343 一名#1抗议者#3往#1随行#1车队#1泼漆#4。 + yi4 ming2 kang4 yi4 zhe3 wang3 sui2 xing2 che1 dui4 po1 qi1 +001344 有#1知情者#2联系#3幺#1三五#2九九#3三幺#2五五#1五八#4。 + you3 zhi1 qing2 zhe3 lian2 xi4 yao1 san1 wu3 jiu2 jiu3 san1 yao1 wu2 wu2 wu3 ba1 +001345 违法#2所得#1赃款#3一百#1六十#1三点#1六七#1四四#1万元#3予以#1追缴#4。 + wei2 fa2 suo3 de2 zang1 kuan3 yi4 bai3 liu4 shi5 san1 dian3 liu4 qi1 si4 si4 wan4 yuan2 yu2 yi3 zhui1 jiao3 +001346 连#1罗文嘉#2也替#1罗永成#1喊冤#3,质疑#2为何#1不找#1用钱的#3、只找#2听命#1行事的人#4? + lian2 luo2 wen2 jia1 ye3 ti4 luo2 yong3 cheng2 han3 yuan1 zhi4 yi2 wei4 he2 bu4 zhao3 yong4 qian2 de5 zhi2 zhao3 ting1 ming4 xing2 shi4 de5 ren2 +001347 从#1一开始#3我们#1就在#1瞎#1扑腾#4。 + cong2 yi4 kai1 shi3 wo3 men5 jiu4 zai4 xia1 pu1 teng5 +001348 成昆#2在与#1病魔#1搏斗#1以前#3,先要#1经历#2与药的#1搏斗#4。 + cheng2 kun1 zai4 yu3 bing4 mo2 bo2 dou4 yi3 qian2 xian1 yao4 jing1 li4 yu3 yao4 de5 bo2 dou4 +001349 虽说#2夏天#1又闷#2蚊子#1又多#3,但#1勉强#1能过#4。 + sui1 shuo1 xia4 tian1 you4 men4 wen2 zi5 you4 duo1 dan4 mian2 qiang3 neng2 guo4 +001350 此观点#2被#1“修改稿#1”采纳#4。 + ci3 guan1 dian3 bei4 xiu1 gai2 gao2 cai3 na4 +001351 省委#1书记#2吉炳轩#2深入#1绥化#2、佳木斯#3、农垦#2等#1市局#2检查#1春播#1生产#4。 + sheng2 wei3 shu1 ji5 ji2 bing3 xuan1 shen1 ru4 sui2 hua4 jia1 mu4 si1 nong2 ken2 deng3 shi4 ju2 jian3 cha2 chun1 bo1 sheng1 chan3 +001352 飞行员#1跳伞#3,并#1安全#1降落#4。 + fei1 xing2 yuan2 tiao4 san3 bing4 an1 quan2 jiang4 luo4 +001353 其中#3,而#1“朴勋#2”就是#1金正恩#4。 + qi2 zhong1 er2 piao2 xun1 jiu4 shi4 jin1 zheng4 en1 +001354 有人#2动手#1拉扯#2陈科宇#3,他将#2黑色#1皮包#3死死#1抓在#1手中#4。 + you3 ren2 dong4 shou3 la1 che3 chen2 ke1 yu3 ta1 jiang1 hei1 se4 pi2 bao1 si2 si3 zhua1 zai4 shou3 zhong1 +001355 而#1成某#3则拿#1砍刀#2对其#1猛砍#4。 + er2 cheng2 mou3 ze2 na2 kan3 dao1 dui4 qi2 meng2 kan3 +001356 志伟#2扭头#1一看#3,一刹那#3汗毛#1都直了#4。 + zhi4 wei2 niu3 tou2 yi2 kan4 yi2 cha4 na4 han4 mao2 dou1 zhi2 le5 +001357 可能是#2有人#1没安#1好心#3,想害#1我们#1董文华呗#4! + ke3 neng2 shi4 you3 ren2 mei2 an1 hao3 xin1 xiang3 hai4 wo3 men5 dong3 wen2 hua2 bei5 +001358 吸入铟#2产生的#1职业病#3原本#2很少见#4。 + xi1 ru4 yin1 chan3 sheng1 de5 zhi2 ye4 bing4 yuan2 ben3 hen2 shao3 jian4 +001359 我想#1把#1草帽#3寄给#1遥远的#1大森林#4。 + wo2 xiang2 ba2 cao3 mao4 ji4 gei3 yao2 yuan3 de5 da4 sen1 lin2 +001360 今有#2城管队#3,卧底#1体民情#4。 + jin1 you3 cheng2 guan3 dui4 wo4 di2 ti3 min2 qing2 +001361 渔民#1眼中的#1这条#1怪鱼#3,全身#1棕色#3带#1黑条纹#4。 + yu2 min2 yan3 zhong1 de5 zhe4 tiao2 guai4 yu2 quan2 shen1 zong1 se4 dai4 hei1 tiao2 wen2 +001362 卢女士#2不满#1工作#1人员#2隐瞒#2“水灵#2”死亡#1一事#4。 + lu2 nv3 shi4 bu4 man3 gong1 zuo4 ren2 yuan2 yin3 man2 shui3 ling2 si3 wang2 yi2 shi4 +001363 黄阿姨#2最近#1感冒#2很#1严重#3,每天#1要吃#2好#1几种#1胶囊药#4。 + huang2 a1 yi2 zui4 jin4 gan3 mao4 hen3 yan2 zhong4 mei3 tian1 yao4 chi1 hao2 ji2 zhong3 jiao1 nang2 yao4 +001364 这家#2帐篷#1餐馆#2已经#2颇有#1名气#4。 + zhe4 jia1 zhang4 peng5 can1 guan3 yi3 jing1 po1 you3 ming2 qi4 +001365 李敖#2昨日上#2“解码#2陈文茜#1”节目#4。 + li3 ao2 zuo2 ri4 shang4 jie2 ma3 chen2 wen2 xi1 jie2 mu4 +001366 执法#1队员#2杨林川#1看到#3,这辆#2沃尔沃#3高速#2从#1坡顶#2驶到#1坡底#4。 + zhi2 fa3 dui4 yuan2 yang2 lin2 chuan1 kan4 dao4 zhe4 liang4 wo4 er3 wo4 gao1 su4 cong2 po1 ding3 shi3 dao4 po1 di3 +001367 省#1档案馆#1新馆#3正在#2装修#2扫尾#1施工#4。 + sheng3 dang4 an4 guan3 xin1 guan3 zheng4 zai4 zhuang1 xiu1 sao2 wei3 shi1 gong1 +001368 就算#2有#1更多#1女特工#3,男特工们#2照样会#1行差#1踏错#2干#1肮脏事的#4。 + jiu4 suan4 you3 geng4 duo1 nv3 te4 gong1 nan2 te4 gong1 men5 zhao4 yang4 hui4 xing2 cha1 ta4 cuo4 gan4 ang1 zang1 shi4 de5 +001369 宁波#3应该#1营造#2怎样的#1环境#3来#1引进#2和#1培养#1人才#4? + ning2 bo1 ying1 gai1 ying2 zao4 zen3 yang4 de5 huan2 jing4 lai2 yin3 jin4 he2 pei2 yang3 ren2 cai2 +001370 记者#2出门后#2询问#1周边#1邻居#3,但一#1听到问#2“阚疃台#2”就#1远远#1躲开#4。 + ji4 zhe3 chu1 men2 hou4 xun2 wen4 zhou1 bian1 lin2 ju5 dan4 yi4 ting1 dao4 wen4 kan4 tuan3 tai2 jiu4 yuan2 yuan2 duo3 kai1 +001371 基于#1陈某#2平日#2横行#1霸道#2,蛮横#1无理#3,一直#2忍气#1吞声#3,敢怒#2不敢言#4。 + ji1 yu2 chen2 mou3 ping2 ri4 heng2 xing2 ba4 dao4 man2 heng4 wu2 li3 yi4 zhi2 ren3 qi4 tun1 sheng1 gan3 nu4 bu4 gan3 yan2 +001372 考生#2常#1曲解#1文言文#3,又#1粗心#1大意#3,混淆#1事件#1情节#4。 + kao3 sheng1 chang2 qu1 jie3 wen2 yan2 wen2 you4 cu1 xin1 da4 yi4 hun4 xiao2 shi4 jian4 qing2 jie2 +001373 你夸#1我时#3我#1感觉#1自己的脸#2热热的#4。 + ni3 kua1 wo3 shi2 wo2 gan3 jue2 zi4 ji3 de5 lian3 re4 re4 de5 +001374 我又#1不是#1女的#3,龙王爷#2要我#1干嘛啊#4? + wo3 you4 bu2 shi4 nv3 de5 long2 wang2 ye2 yao4 wo3 gan4 ma2 a5 +001375 江水#2不算#1清澈#3,偶尔#1会有#1几株#2水葫芦#2顺江#2漂流#1而下#4。 + jiang1 shui3 bu2 suan4 qing1 che4 ou2 er3 hui4 you2 ji3 zhu1 shui3 hu2 lu5 shun4 jiang1 piao1 liu2 er2 xia4 +001376 为了#2拖延#1时间#3,还#1特意#1做了#1一小盆#2瓜片汤#4。 + wei4 le5 tuo1 yan2 shi2 jian1 hai2 te4 yi4 zuo4 le5 yi4 xiao3 pen2 gua1 pian4 tang1 +001377 随后#3,他#1继续#1将卡#2给#1武建彬#1销售#4。 + sui2 hou4 ta1 ji4 xu4 jiang1 ka2 gei2 wu3 jian4 bin1 xiao1 shou4 +001378 在#1乘坐#1缆车时#3,他#1需要#1把#1滑雪板#2放在#1一旁#3,并#1解开#1后#1滑雪靴#4。 + zai4 cheng2 zuo4 lan3 che1 shi2 ta1 xu1 yao4 ba3 hua2 xue2 ban3 fang4 zai4 yi4 pang2 bing4 jie3 kai1 hou4 hua2 xue3 xue1 +001379 其#2赶紧#1闪躲#3,男子#2又朝其#1左侧腰#2扎了#1一刀#4。 + qi2 gan2 jin3 shan2 duo3 nan2 zi3 you4 chao2 qi2 zuo3 ce4 yao1 zha1 le5 yi4 dao1 +001380 部分#2临时#1帐篷#2已被#1撤走#4。 + bu4 fen4 lin2 shi2 zhang4 peng2 yi3 bei4 che4 zou3 +001381 罗克努#1也劝她#2下注#1大一点#4。 + luo2 ke4 nu2 ye3 quan4 ta1 xia4 zhu4 da4 yi4 dian3 +001382 摩根#1大通#3也为#2穆迪#1赠予#1百盛的#1“红旗#2”逐一#1辩护#4。 + mo2 gen1 da4 tong1 ye3 wei4 mu4 di2 zeng4 yu2 bai3 sheng4 de5 hong2 qi2 zhu2 yi1 bian4 hu4 +001383 至于#1犬马#3,皆能#1有养#4。 + zhi4 yu2 quan2 ma3 jie1 neng2 you2 yang3 +001384 你比#1吴亦凡帅#4。 + ni2 bi3 wu2 yi4 fan2 shuai4 +001385 男友#2是#1徐婷#2唯一的#1帮手#4。 + nan2 you3 shi4 xu2 ting2 wei2 yi1 de5 bang1 shou3 +001386 上午#3,湍急的#1水流#2将#1堰塞体#1冲开#3,从#1左岸#1下泄#4。 + shang4 wu3 tuan1 ji2 de5 shui3 liu2 jiang1 yan4 se4 ti3 chong1 kai1 cong2 zuo3 an4 xia4 xie4 +001387 但#1许晋亨#3仍#1满足于#1现状#4。 + dan4 xu3 jin4 heng1 reng2 man3 zu2 yu2 xian4 zhuang4 +001388 要#1完善#2水运#1发展的#1产业#2和#1财税#1政策#4。 + yao4 wan2 shan4 shui3 yun4 fa1 zhan3 de5 chan3 ye4 he2 cai2 shui4 zheng4 ce4 +001389 但#1随后#2惠誉#2就此#1辟谣#4。 + dan4 sui2 hou4 hui4 yu4 jiu4 ci3 pi4 yao2 +001390 在等#1主人#1约会#2回来#1跟我#1讲一讲#4。 + zai4 deng2 zhu3 ren2 yue1 hui4 hui2 lai5 gen1 wo2 jiang3 yi4 jiang3 +001391 军政#1一体#2,守土#1有责#4。 + jun1 zheng4 yi4 ti3 shou2 tu2 you3 ze2 +001392 报刊#2刊载#1一些#2短小#1精悍#3、见解#1独到的#3有关#2网络#1方方#1面面的#1言论#4。 + bao4 kan1 kan1 zai3 yi4 xie1 duan2 xiao3 jing1 han4 jian4 jie3 du2 dao4 de5 you3 guan1 wang3 luo4 fang1 fang1 mian4 mian4 de5 yan2 lun4 +001393 泰勒#2晚年#2热心于#1慈善#1事业#4。 + tai4 le4 wan3 nian2 re4 xin1 yu2 ci2 shan4 shi4 ye4 +001394 中国#1球迷#2盼望着#1扬眉#1吐气的#1那一天#4。 + zhong1 guo2 qiu2 mi2 pan4 wang4 zhe5 yang2 mei2 tu3 qi4 de5 na4 yi4 tian1 +001395 要#1不要#1给你#1放首#2催眠曲#4? + yao4 bu5 yao4 gei2 ni3 fang4 shou3 cui1 mian2 qu3 +001396 投胎#2是一门#1学问啊#4。 + tou2 tai1 shi4 yi4 men2 xue2 wen4 a5 +001397 爷爷#1一生#1务农#2,又会#1木匠#1手艺#3,种田#1是#1一把#1好手#4。 + ye2 ye5 yi4 sheng1 wu4 nong2 you4 hui4 mu4 jiang4 shou3 yi4 zhong4 tian2 shi4 yi4 ba3 hao2 shou3 +001398 山无棱#2,天地合#3,才敢#2与君绝#4。 + shan1 wu2 leng2 tian1 di4 he2 cai2 gan2 yu3 jun1 jue2 +001399 早#1喊你#2避#1一下嘛#3,活该#4! + zao2 han2 ni3 bi4 yi2 xia4 ma5 huo2 gai1 +001400 这种事#2凑合#1不得#3,宁缺#1勿滥#4。 + zhe4 zhong3 shi4 cou4 he5 bu4 de2 ning4 que1 wu4 lan4 +001401 上述#1要求#2已为#2此次#1会议#2埋下#1“伏笔#4”。 + shang4 shu4 yao1 qiu2 yi3 wei4 ci3 ci4 hui4 yi4 mai2 xia4 fu2 bi3 +001402 问我#1是#1哪儿的#3,来干#1什么#4? + wen4 wo3 shi4 nar3 de5 lai2 gan4 shen2 me5 +001403 所至#2琉球#1大洋#3,应即#2琉球#1海沟#3,今称#2冲绳#1海槽#4。 + suo3 zhi4 liu2 qiu2 da4 yang2 ying1 ji2 liu2 qiu2 hai3 gou1 jin1 cheng1 chong1 sheng2 hai3 cao2 +001404 诸葛辉#2将#1辞去#1在#1盛大#1集团的#1原有#1职务#4。 + zhu1 ge3 hui1 jiang1 ci2 qu4 zai4 sheng4 da4 ji2 tuan2 de5 yuan2 you3 zhi2 wu4 +001405 外语#2作为#2必修课#2和#1选修课#3,有#1严格的#1要求#4。 + wai4 yu3 zuo4 wei2 bi4 xiu1 ke4 he2 xuan3 xiu1 ke4 you3 yan2 ge2 de5 yao1 qiu2 +001406 车尾#2整个#1凹陷#3,缩进#2后排#1位置#4。 + che1 wei3 zheng3 ge4 ao1 xian4 suo1 jin4 hou4 pai2 wei4 zhi5 +001407 他#1回家后#3任凭#1牛萍#1咋问#2也#1不做#1解释#4。 + ta1 hui2 jia1 hou4 ren4 ping2 niu2 ping2 za3 wen4 ye3 bu2 zuo4 jie3 shi4 +001408 他们#2大多#1来自#2威海市#1环翠区#2张村镇#2、徐疃村#4。 + ta1 men5 da4 duo1 lai2 zi4 wei1 hai3 shi4 huan2 cui4 qu1 zhang1 cun1 zhen4 xu2 tuan3 cun1 +001409 学子#1拜#1孔子#1祈福#4。 + xue2 zi3 bai4 kong2 zi3 qi2 fu2 +001410 隐约#1看到#3,涂改前#2为#1“二零#1一一#4”。 + yin3 yue1 kan4 dao4 tu2 gai3 qian2 wei2 er4 ling2 yi1 yi1 +001411 这些#1药店#3用#1暗箱#1操作的#1方式#3,给#1违规#1用卡#2留下了#1空间#4。 + zhe4 xie1 yao4 dian4 yong4 an4 xiang1 cao1 zuo4 de5 fang1 shi4 gei3 wei2 gui1 yong4 ka3 liu2 xia4 le5 kong1 jian1 +001412 我#1曾经#1养过喲#4。 + wo3 ceng2 jing1 yang3 guo4 yo1 +001413 两国#1代表#3互赠#1礼物#4。 + liang3 guo2 dai4 biao3 hu4 zeng4 li3 wu4 +001414 该#1举措#2促进了#2闽#1澳#1台#2三地#1旅游业的#1合作#4。 + gai1 ju3 cuo4 cu4 jin4 le5 min3 ao4 tai2 san1 di4 lv3 you2 ye4 de5 he2 zuo4 +001415 沿河#1两岸#3为#2望江#3、怀宁#1两县#2重要#1粮食#1产区#1之一#4。 + yan2 he2 liang3 an4 wei2 wang4 jiang1 huai2 ning2 liang3 xian4 zhong4 yao4 liang2 shi5 chan3 qu1 zhi1 yi1 +001416 当日#3,五环内#2正式#1开售#2兔年#1烟花#4。 + dang1 ri4 wu3 huan2 nei4 zheng4 shi4 kai1 shou4 tu4 nian2 yan1 hua1 +001417 真有#1公义#1可言吗#4? + zhen1 you3 gong1 yi4 ke3 yan2 ma5 +001418 至此#3,“取款#1喽啰#3”悉数#1落网#4。 + zhi4 ci3 qu2 kuan3 lou2 luo5 xi1 shu4 luo4 wang3 +001419 郭树清#3有#1“外秀#1内刚#3,豪爽#1博学”的#1美誉#4。 + guo1 shu4 qing1 you3 wai4 xiu4 nei4 gang1 hao2 shuang3 bo2 xue2 de5 mei3 yu4 +001420 而#1米粉店#3暂时#2按兵#1不动#3,涨价#1与否#2仍#1处于#1观望中#4。 + er2 mi2 fen3 dian4 zan4 shi2 an4 bing1 bu2 dong4 zhang3 jia4 yu2 fou3 reng2 chu3 yu2 guan1 wang4 zhong1 +001421 吃梨#3可以#1滋润#1喉咙#3,促进#1食欲呢#4。 + chi1 li2 ke2 yi3 zi1 run4 hou2 long5 cu4 jin4 shi2 yu4 ne5 +001422 网上#2赞叹声#2汹涌#1澎湃#3,还有#1不少#1网友#2趁机#2挖苦#1一下#1姜昆#4。 + wang3 shang4 zan4 tan4 sheng1 xiong1 yong3 peng2 pai4 hai2 you3 bu4 shao3 wang2 you3 chen4 ji1 wa1 ku3 yi2 xia4 jiang1 kun1 +001423 我们#2不想当#1亡国奴#4。 + wo3 men5 bu4 xiang3 dang1 wang2 guo2 nu2 +001424 文章#1分析#3,官员#1热衷于#1应景#1活动#3,有其#2微妙#1阴暗的#2心理#1动因#4。 + wen2 zhang1 fen1 xi1 guan1 yuan2 re4 zhong1 yu2 ying4 jing3 huo2 dong4 you3 qi2 wei1 miao4 yin1 an4 de5 xin1 li3 dong4 yin1 +001425 塔基#2将在#2南非#1安全#1级别#1最高的#3夸祖#1鲁纳#2塔尔省#1监狱#1服刑#4。 + ta3 ji1 jiang1 zai4 nan2 fei1 an1 quan2 ji2 bie2 zui4 gao1 de5 kua1 zu5 lu3 na4 ta2 er2 sheng3 jian1 yu4 fu2 xing2 +001426 同时#2关闭#1一些#1累赘#1业务#4。 + tong2 shi2 guan1 bi4 yi4 xie1 lei2 zhui4 ye4 wu4 +001427 林同学#3则#1眼疾#1手快#3,迅速#1将#1强吻男#1拽开#4。 + lin2 tong2 xue2 ze2 yan3 ji2 shou3 kuai4 xun4 su4 jiang1 qiang2 wen3 nan2 zhuai4 kai1 +001428 反身#2将蛇#1拎起#2,悬空#1抖动#4。 + fan3 shen1 jiang1 she2 lin1 qi3 xuan2 kong1 dou3 dong4 +001429 欧洲#2央行#1行长#2特里谢#1则称#3,三大#2信用#1评级#1机构#3是#1“寡头#1垄断#4”。 + ou1 zhou1 yang1 hang2 hang2 zhang3 te4 li3 xie4 ze2 cheng1 san1 da4 xin4 yong4 ping2 ji2 ji1 gou4 shi4 gua3 tou2 long3 duan4 +001430 本地#1房企#2也已#1“染指#4”。 + ben3 di4 fang2 qi3 ye2 yi3 ran2 zhi3 +001431 我们#1希望#2达尔#1富尔#1地区的#1局势#3不要#1因为#2有关方的#1举动#2而#1复杂化#4。 + wo3 men5 xi1 wang4 da2 er3 fu4 er3 di4 qu1 de5 ju2 shi4 bu2 yao4 yin1 wei4 you3 guan1 fang1 de5 ju3 dong4 er2 fu4 za2 hua4 +001432 高#2再次#1踹门#1试图#1闯入#3未果#4。 + gao1 zai4 ci4 chuai4 men2 shi4 tu2 chuang3 ru4 wei4 guo3 +001433 她说#2挂号#1在#1室外#3,屋里#1暖和#3不让进#4。 + ta1 shuo1 gua4 hao4 zai4 shi4 wai4 wu1 li2 nuan3 he5 bu2 rang4 jin4 +001434 年末#2固定#1电话#1用户#3两万#1八千#2五百#1一十二#1万户#4。 + nian2 mo4 gu4 ding4 dian4 hua4 yong4 hu4 liang3 wan4 ba1 qian1 wu2 bai3 yi1 shi2 er4 wan4 hu4 +001435 阅览室里#3有#1三百#1余册的#2盲文#1书籍#4。 + yue4 lan3 shi4 li3 you3 san1 bai3 yu2 ce4 de5 mang2 wen2 shu1 ji2 +001436 你要#2再说#1我#1娘娘腔#3,小心#1老娘我#2跟你#1翻脸#4! + ni3 yao4 zai4 shuo1 wo3 niang2 niang2 qiang1 xiao3 xin1 lao3 niang2 wo3 gen1 ni3 fan1 lian3 +001437 后因#2年久#1失修#3,裕陵的#2祾恩门#3、祾恩殿等#1建筑#2又#1先后#1毁坏#4。 + hou4 yin1 nian2 jiu3 shi1 xiu1 yu4 ling2 de5 ling2 en1 men2 ling2 en1 dian4 deng3 jian4 zhu4 you4 xian1 hou4 hui3 huai4 +001438 把我#1这个#1愿望#2告诉#1总编#4。 + ba2 wo3 zhe4 ge4 yuan4 wang4 gao4 su4 zong3 bian1 +001439 只有你#2才有#1资格#2做我的#1上司呀#4。 + zhi2 you2 ni3 cai2 you3 zi1 ge2 zuo4 wo3 de5 shang4 si5 ya5 +001440 邓明建#2寡言#1少语#4。 + deng4 ming2 jian4 gua3 yan2 shao2 yu3 +001441 周边#2包裹着#2类似#2海绵#1颜色的#1物体#3,用#1指甲#2轻轻#1一抠#2就能#1抠掉#4。 + zhou1 bian1 bao1 guo3 zhe5 lei4 si4 hai3 mian2 yan2 se4 de5 wu4 ti3 yong4 zhi3 jia5 qing1 qing1 yi4 kou1 jiu4 neng2 kou1 diao4 +001442 由于#2牙刷#1太长#3,卡在了#1幽门口#4。 + you2 yu2 ya2 shua1 tai4 chang2 qia3 zai4 le5 you1 men2 kou3 +001443 记者#2亲眼#1见到#1一只#1老鼠#2蹿过#1地面#4。 + ji4 zhe3 qin1 yan3 jian4 dao4 yi4 zhi1 lao2 shu3 cuan1 guo4 di4 mian4 +001444 姑娘们#3,擦亮#1眼睛吧#4。 + gu1 niang5 men5 ca1 liang4 yan3 jing5 ba5 +001445 但#1我也#1知道#3中国#1政府#2不是#1铁板一块#4。 + dan4 wo2 ye3 zhi1 dao4 zhong1 guo2 zheng4 fu3 bu2 shi4 tie2 ban3 yi2 kuai4 +001446 侧田#2再三#1强调#3不爱#1逛夜店#4。 + ce4 tian2 zai4 san1 qiang2 diao4 bu2 ai4 guang4 ye4 dian4 +001447 太#1悦耳#1动听了#3,我#1真想#1拥抱你#4。 + tai4 yue4 er3 dong4 ting1 le5 wo3 zhen1 xiang3 yong1 bao4 ni3 +001448 母亲#2为其#1择婿#3,并#1以死#1逼婚#3,姑娘#2只好#1同意#4。 + mu3 qin1 wei4 qi2 ze2 xu4 bing4 yi2 si3 bi1 hun1 gu1 niang5 zhi2 hao3 tong2 yi4 +001449 有#1牛肉#2自然#1香味#3,易溶#1于水#3,水溶液#2呈#1淡黄色#4。 + you3 niu2 rou4 zi4 ran2 xiang1 wei4 yi4 rong2 yu2 shui3 shui3 rong2 ye4 cheng2 dan4 huang2 se4 +001450 一党#1为主#3或#1两党的#1国家#3更易#1遭受#1军事#1干扰#4。 + yi4 dang3 wei2 zhu3 huo4 liang2 dang3 de5 guo2 jia1 geng1 yi4 zao1 shou4 jun1 shi4 gan1 rao3 +001451 以此#1“功勋#2”博取#2院士#1之名#3,更是#1荒谬#4。 + yi2 ci3 gong1 xun1 bo2 qu3 yuan4 shi4 zhi1 ming2 geng4 shi4 huang1 miu4 +001452 三要#2坚持#2党委#1统揽的#1原则#4。 + san1 yao4 jian1 chi2 dang2 wei3 tong2 lan3 de5 yuan2 ze2 +001453 年根儿#2坚持#1出摊#2也不#1容易#3,价钱#1涨点儿#2也在理#4。 + nian2 genr1 jian1 chi2 chu1 tan1 ye3 bu4 rong2 yi4 jia4 qian2 zhang2 dianr3 ye3 zai4 li3 +001454 国土#1局长#2缘何#1敢批#3法院#1查封的#1土地#4? + guo2 tu3 ju2 zhang3 yuan2 he2 gan3 pi1 fa3 yuan4 cha2 feng1 de5 tu3 di4 +001455 井陉#1鳖盖#2垴古墓#4。 + jing3 xing2 bie1 gai4 nao2 gu3 mu4 +001456 郑嘉颖#2近水#1楼台#3,颖儿#1也乐于#2束手#1就擒#4。 + zheng4 jia1 ying3 jin4 shui3 lou2 tai2 ying3 er2 ye3 le4 yu2 shu4 shou3 jiu4 qin2 +001457 但我#2始终#1微笑#3不肯#1表态#4。 + dan4 wo2 shi3 zhong1 wei1 xiao4 bu4 ken2 biao3 tai4 +001458 昔我#1华族#2,胄祀#1绵长#4。 + xi1 wo3 hua2 zu2 zhou4 si4 mian2 chang2 +001459 我#1跑去#1家乐福#1逛了逛#4。 + wo2 pao3 qu4 jia1 le4 fu2 guang4 le5 guang4 +001460 结果#2凯歌#1导演#2笑着说#3“甭客气#4”。 + jie2 guo2 kai3 ge1 dao2 yan3 xiao4 zhe5 shuo1 beng2 ke4 qi5 +001461 罕见的#2泰坦尼克号#1邮戳#4。 + han3 jian4 de5 tai4 tan3 ni2 ke4 hao4 you2 chuo1 +001462 他#2大吃#1一惊#3,想#2原来#2梁粹君的#1交际面#3不仅#2跨地域#3而且#1入地狱#4。 + ta1 da4 chi1 yi4 jing1 xiang3 yuan2 lai2 liang2 cui4 jun1 de5 jiao1 ji4 mian4 bu4 jin3 kua4 di4 yu4 er2 qie3 ru4 di4 yu4 +001463 确实#1是我#1鲁莽了#3,冤枉了他#4。 + que4 shi2 shi4 wo3 lu2 mang3 le5 yuan1 wang5 le5 ta1 +001464 我都#1会说#1儿化音了#3,“这儿呢#3”、“明儿见#3”,还#1不错吧#4。 + wo3 dou1 hui4 shuo1 er2 hua4 yin1 le5 zher4 ne5 mingr2 jian4 hai2 bu2 cuo4 ba5 +001465 你敢#1戏我#1爱姬吗#4? + ni2 gan3 xi4 wo3 ai4 ji1 ma5 +001466 阿姨#1有只#1两岁的#1男狗狗#3,叫#1旺旺#4。 + a1 yi2 you3 zhi1 liang3 sui4 de5 nan2 gou2 gou5 jiao4 wang4 wang5 +001467 尹春林#1见状#3,赶紧#2抱起#1团团#3,边擦#1眼泪#1边哄#4。 + yin3 chun1 lin2 jian4 zhuang4 gan2 jin3 bao4 qi3 tuan2 tuan5 bian1 ca1 yan3 lei4 bian1 hong3 +001468 要带#2小可爱#2到#1正规#1医院#2注射#1疫苗哦#3,一般#2成年犬#2一次#1即可#4。 + yao4 dai4 xiao2 ke3 ai4 dao4 zheng4 gui1 yi1 yuan4 zhu4 she4 yi4 miao2 o5 yi4 ban1 cheng2 nian2 quan3 yi2 ci4 ji2 ke3 +001469 不得不说#3因为#1耳朵#1大#3我#1也被#1起过#1绰号#4。 + bu4 de2 bu4 shuo1 yin1 wei4 er3 duo5 da4 wo2 ye3 bei4 qi3 guo4 chuo4 hao4 +001470 四百块钱#3,不花#2这#1四百#3,你#1永远#1挂不#1上号#4。 + si4 bai3 kuai4 qian2 bu4 hua1 zhe4 si4 bai3 ni3 yong2 yuan3 gua4 bu2 shang4 hao4 +001471 她称#2正在#1准备#2讲演稿#3,并向#2网友们#2征求#1建议#4。 + ta1 cheng1 zheng4 zai4 zhun3 bei4 jiang2 yan2 gao3 bing4 xiang4 wang2 you3 men5 zheng1 qiu2 jian4 yi4 +001472 我们#2无法#1靠得#1很拢#3以#1弥合#1差距#4。 + wo3 men5 wu2 fa3 kao4 de5 hen2 long3 yi3 mi2 he2 cha1 ju4 +001473 扶持#2俺在#2市场上#2赚了#1大钱的#1衙门#3,俺#1怎么#1不拥护呢#4? + fu2 chi2 an3 zai4 shi4 chang3 shang4 zhuan4 le5 da4 qian2 de5 ya2 men5 an2 zen3 me5 bu4 yong1 hu4 ne5 +001474 已故#1车臣#2战地#1指挥官#2格拉耶夫#4。 + yi3 gu4 che1 chen2 zhan4 di4 zhi3 hui1 guan1 ge2 la1 ye1 fu1 +001475 现在#2能甩#1一台#2是#1一台#4。 + xian4 zai4 neng2 shuai3 yi4 tai2 shi4 yi4 tai2 +001476 部分#2奶粉#1企业#1毛利率#4。 + bu4 fen5 nai2 fen2 qi3 ye4 mao2 li4 lv4 +001477 一贯#1优雅的#1英国人#3,常为此#2骂骂#1咧咧#3,怨言#1不断#4。 + yi2 guan4 you1 ya3 de5 ying1 guo2 ren2 chang2 wei4 ci3 ma4 ma5 lie1 lie1 yuan4 yan2 bu2 duan4 +001478 林熙蕾#1生女后#3体态#2比#1怀孕前#2还#1苗条#1纤细#4。 + lin2 xi1 lei3 sheng1 nv3 hou4 ti3 tai4 bi3 huai2 yun4 qian2 hai2 miao2 tiao2 xian1 xi4 +001479 敢呀#3你信吗#4? + gan3 ya5 ni3 xin4 ma5 +001480 程俊#2扒开#1被褥#3,里面#1是#1厚厚#1一叠#1草稿纸#4。 + cheng2 jun4 ba1 kai1 bei4 ru4 li3 mian4 shi4 hou4 hou4 yi4 die2 cao2 gao2 zhi3 +001481 厂家#2现场#1用#1电饭煲#2煮起了#1香喷喷的#1米饭#4。 + chang3 jia1 xian4 chang3 yong4 dian4 fan4 bao1 zhu2 qi3 le5 xiang1 pen1 pen1 de5 mi3 fan4 +001482 有人#1形容#2遭#1扫射的#1渔船#2“惨不#1忍睹#3”“满目#1疮痍#3”,有如#1蜂窝般#4。 + you3 ren2 xing2 rong2 zao1 sao3 she4 de5 yu2 chuan2 can3 bu4 ren2 du3 man3 mu4 chuang1 yi2 you3 ru2 feng1 wo1 ban1 +001483 对于#2当前#1需要#2着重#1研究的#1课题#3,伍绍祖#2也作了#1详尽#1阐述#4。 + dui4 yu2 dang1 qian2 xu1 yao4 zhuo2 zhong4 yan2 jiu1 de5 ke4 ti2 wu3 shao4 zu3 ye3 zuo4 le5 xiang2 jin4 chan3 shu4 +001484 陆博飞#2转会#1大局#1已定#3,国安#2到嘴的#1鸭子#1又飞了#4。 + lu4 bo2 fei1 zhuan3 hui4 da4 ju2 yi3 ding4 guo2 an1 dao4 zui3 de5 ya1 zi5 you4 fei1 le5 +001485 楼道内#2冒出#2滚滚#1浓烟#4。 + lou2 dao4 nei4 mao4 chu1 gun2 gun3 nong2 yan1 +001486 江志铭#1转述#3,扁#1引用#2“坛经#3”“毁誉#1不动#3、哀乐#1不生#3”,代表#2目前#1心境#4。 + jiang1 zhi4 ming2 zhuan3 shu4 bian2 yin3 yong4 tan2 jing1 hui3 yu4 bu2 dong4 ai1 yue4 bu4 sheng1 dai4 biao3 mu4 qian2 xin1 jing4 +001487 即使#2对方#2有#1大肚腩#2或#1其貌#1不扬#1也不#1介意#3,因#1外形#1可以改#4。 + ji2 shi3 dui4 fang1 you3 da4 du4 nan3 huo4 qi2 mao4 bu4 yang2 ye3 bu2 jie4 yi4 yin1 wai4 xing2 ke2 yi2 gai3 +001488 砖房#2也是#2全家#2集体#1凑钱#1修的#4。 + zhuan1 fang2 ye3 shi4 quan2 jia1 ji2 ti3 cou4 qian2 xiu1 de5 +001489 你少#2骂我#1一点儿#1就行了#4。 + ni2 shao3 ma4 wo5 yi4 dianr3 jiu4 xing2 le5 +001490 在#1演讲中#3,她#1宣读了#2拉姆斯#1菲尔德的#1六宗罪#4。 + zai4 yan2 jiang3 zhong1 ta1 xuan1 du2 le5 la1 mu3 si1 fei1 er3 de2 de5 liu4 zong1 zui4 +001491 一桌人#2显然#2和#1白胖高#1是#1挚友#3,甘为#2祖国的#1花朵#1而#1失声#4。 + yi4 zhuo1 ren2 xian3 ran2 he2 bai2 pang4 gao1 shi4 zhi4 you3 gan1 wei4 zu3 guo2 de5 hua1 duo3 er2 shi1 sheng1 +001492 悠悠#2爱恨#1之间#3,我的心#2永远#1不变#3,纵使#2沧海#1桑田#3,追逐#1你到#1天边#4。 + you1 you1 ai4 hen4 zhi1 jian1 wo3 de5 xin1 yong2 yuan3 bu2 bian4 zong4 shi3 cang1 hai3 sang1 tian2 zhui1 zhu2 ni3 dao4 tian1 bian1 +001493 林峥#2与#1银行#1杠上了#4。 + lin2 zheng1 yu3 yin2 hang2 gang4 shang4 le5 +001494 再度#1引发#2外界#1揣测#4。 + zai4 du4 yin3 fa1 wai4 jie4 chuai3 ce4 +001495 包括#2货物#1延期#3、丢失#2和#1损毁等#4。 + bao1 kuo4 huo4 wu4 yan2 qi1 diu1 shi1 he2 sun2 hui2 deng3 +001496 尝一下#3,腻腻的#2直想#1往外涌#4。 + chang2 yi2 xia4 ni4 ni4 de5 zhi2 xiang2 wang3 wai4 yong3 +001497 钟#2强迫#1自己#1进入#1“生存#1模式#3”,喝尿#2维持#1生存#4。 + zhong1 qiang2 po4 zi4 ji3 jin4 ru4 sheng1 cun2 mo2 shi4 he1 niao4 wei2 chi2 sheng1 cun2 +001498 偶尔#1能#1看到#2几块#1油菜地#4。 + ou2 er3 neng2 kan4 dao4 ji3 kuai4 you2 cai4 di4 +001499 指纹#1证据#2无瑕疵#4。 + zhi3 wen2 zheng4 ju4 wu2 xia2 ci1 +001500 这是#2百子湾#1边上的#1商业街#4。 + zhe4 shi4 bai2 zi3 wan1 bian1 shang4 de5 shang1 ye4 jie1 +001501 即便#2选择#1离开#3,黎洋#2依然#2身为#1一嗨#1股东#4。 + ji2 bian4 xuan3 ze2 li2 kai1 li2 yang2 yi1 ran2 shen1 wei2 yi1 hai1 gu3 dong1 +001502 柳祖祠#2东南角#2有一#1侧门#3,通往#2刘老根#2会馆#1主楼#3,方便#2厨房#1上菜#4。 + liu2 zu3 ci2 dong1 nan2 jiao2 you3 yi2 ce4 men2 tong1 wang3 liu2 lao3 gen1 hui4 guan2 zhu3 lou2 fang1 bian4 chu2 fang2 shang4 cai4 +001503 徐帆#2在#1心里#2憋着劲#3,累积#2口碑#1与#1演技#4。 + xu2 fan1 zai4 xin1 li3 bie1 zhe5 jin4 lei3 ji1 kou3 bei1 yu2 yan3 ji4 +001504 土豆#2闭紧#1双眼#1许愿#3,爸爸问#2许了#1什么愿#3,土豆说#3:许的愿#2是#1马上#1吃蛋糕#4! + tu3 dou4 bi4 jin3 shuang1 yan2 xu3 yuan4 ba4 ba5 wen4 xu3 le5 shen2 me5 yuan4 tu3 dou4 shuo1 xu3 de5 yuan4 shi4 ma3 shang4 chi1 dan4 gao1 +001505 李艳#2张罗#1起了#1一家#2幼儿园#4。 + li3 yan4 zhang1 luo5 qi3 le5 yi4 jia1 you4 er2 yuan2 +001506 熟识#1白家的#2大湳里#1里长#2郑桂林#2闻讯后#3,一早#2赶往#1白家#1关心#4。 + shu2 shi2 bai2 jia1 de5 da4 nan2 li3 li2 zhang3 zheng4 gui4 lin2 wen2 xun4 hou4 yi4 zao3 gan2 wang3 bai2 jia1 guan1 xin1 +001507 目前#3,小凯#2已#1交纳了#1扫雪费#4。 + mu4 qian2 xiao2 kai2 yi3 jiao1 na4 le5 sao2 xue3 fei4 +001508 一起#1去#1寻找#2诗与#1田野吗#4? + yi4 qi3 qu4 xun2 zhao3 shi1 yu3 tian2 ye3 ma5 +001509 而#1私有化#3则#1可以#1甩掉#1这些#1麻烦#4。 + er2 si1 you3 hua4 ze2 ke2 yi2 shuai3 diao4 zhe4 xie1 ma2 fan5 +001510 林南翔#2忙去#1送温暖#3,说#3:你冷#1不冷#3,披#1我的#1衣服吧#4。 + lin2 nan2 xiang2 mang2 qu4 song4 wen1 nuan3 shuo1 ni2 leng3 bu4 leng3 pi1 wo3 de5 yi1 fu5 ba5 +001511 惹急了#3一人#1一把刀#3一个#1龟壳#3,刻#1甲骨文#4。 + re3 ji2 le5 yi4 ren2 yi4 ba3 dao1 yi2 ge4 gui1 ke2 ke4 jia2 gu3 wen2 +001512 他#1先是用#2言语#1挑逗#3,后来#2又#1利益#1诱惑#3,希望#1跟#1小丽#1玩玩#4。 + ta1 xian1 shi4 yong4 yan2 yu2 tiao3 dou4 hou4 lai2 you4 li4 yi4 you4 huo4 xi1 wang4 gen1 xiao3 li4 wan2 wan5 +001513 王大伯#2顿时#1傻了眼#4。 + wang2 da4 bo2 dun4 shi2 sha3 le5 yan3 +001514 家住#2普陀#1曹阳#1社区的#2上海#1游客#2张根囡#2成了#1“幸运儿#4”。 + jia1 zhu4 pu3 tuo2 cao2 yang2 she4 qu1 de5 shang4 hai3 you2 ke4 zhang1 gen1 nan1 cheng2 le5 xing4 yun4 er2 +001515 它#1既有#1体育#1竞赛#3,又#1包括#2戏剧#2、音乐等#1在内的#1文艺#1活动#4。 + ta1 ji4 you2 ti3 yu4 jing4 sai4 you4 bao1 kuo4 xi4 ju4 yin1 yue4 deng3 zai4 nei4 de5 wen2 yi4 huo2 dong4 +001516 黄宗洛#3自幼#1胆小#2,怕见#1生人#4。 + huang2 zong1 luo4 zi4 you4 dan2 xiao3 pa4 jian4 sheng1 ren2 +001517 我#1看着#1雨珠#2在#1它的#1叶面上#2滚来#1滚去#4。 + wo3 kan4 zhe5 yu3 zhu1 zai4 ta1 de5 ye4 mian4 shang4 gun3 lai2 gun3 qu4 +001518 泱泱#1大国#2居然#1找不到#1十一个#2能#1踢球的#4。 + yang1 yang1 da4 guo2 ju1 ran2 zhao3 bu2 dao4 shi2 yi1 ge4 neng2 ti1 qiu2 de5 +001519 对于#1往事#3,刘允#2并不#1在意#4。 + dui4 yu2 wang3 shi4 liu2 yun3 bing4 bu2 zai4 yi4 +001520 朱好龙#2摸了摸#1水牛#3,水牛#2乖乖#1睡了#1下来#4。 + zhu1 hao3 long2 mo1 le5 mo1 shui3 niu2 shui3 niu2 guai1 guai1 shui4 le5 xia4 lai2 +001521 对于#2各地#2政府#1机构#3、官员#2扎堆儿#2开微博#3,被#1质疑为#3“官微#1大跃进#4”。 + dui4 yu2 ge4 di4 zheng4 fu3 ji1 gou4 guan1 yuan2 zha1 duir1 kai1 wei1 bo2 bei4 zhi4 yi2 wei2 guan1 wei1 da4 yue4 jin4 +001522 并#1声称#2谁#1过来#1砍死谁#4。 + bing4 sheng1 cheng1 shui2 guo4 lai5 kan2 si3 shui2 +001523 后经#2导游#1指认#3港警#2已将其#1收监#4。 + hou4 jing1 dao3 you2 zhi3 ren4 gang2 jing3 yi3 jiang1 qi2 shou1 jian1 +001524 四哥#1认为#3一子#1一女#2已经#1足够#3,于是#2甘愿#1结扎#2不再#1留种#4。 + si4 ge1 ren4 wei2 yi4 zi3 yi4 nv3 yi3 jing1 zu2 gou4 yu2 shi4 gan1 yuan4 jie2 za1 bu2 zai4 liu2 zhong3 +001525 俺们的#1葛书记#2真是块#1好钢#4! + an3 men5 de5 ge3 shu1 ji4 zhen1 shi4 kuai4 hao3 gang1 +001526 宠物#2殡葬业#3在#1德国#1日渐#1兴起#4。 + chong3 wu4 bin4 zang4 ye4 zai4 de2 guo2 ri4 jian4 xing1 qi3 +001527 仔细#1考究#1一下#3,懦弱的#1士兵#3为什么#1要充#1好汉呢#4? + zi3 xi4 kao3 jiu1 yi2 xia4 nuo4 ruo4 de5 shi4 bing1 wei4 shen2 me5 yao4 chong1 hao3 han4 ne5 +001528 洪山村#2主要#1靠养#2跳跳鱼#3,滩涂#1养殖地#2被淹后#3,跳跳鱼#2被冲走#4。 + hong2 shan1 cun1 zhu3 yao4 kao4 yang3 tiao4 tiao4 yu2 tan1 tu2 yang3 zhi2 di4 bei4 yan1 hou4 tiao4 tiao4 yu2 bei4 chong1 zou3 +001529 鼓手的#2鼓点#1节奏#2拿捏得#2也很准#4。 + gu2 shou3 de5 gu2 dian3 jie2 zou4 na2 nie1 de5 ye2 hen2 zhun3 +001530 仔仔#2很怕#2小小彬#2偷袭#2重要#1部位#3,不过#2小小彬#2还是#1得逞了#4。 + zai2 zai5 hen3 pa4 xiao2 xiao3 bin1 tou1 xi2 zhong4 yao4 bu4 wei4 bu2 guo4 xiao2 xiao3 bin1 hai2 shi4 de2 cheng3 le5 +001531 这伙人#2逞凶后#2准备#1散去#4。 + zhe4 huo3 ren2 cheng3 xiong1 hou4 zhun3 bei4 san4 qu4 +001532 另一位#1伤者#2胡佛球的#1运气#3比#1黄师傅#2稍许#1好一些#4。 + ling4 yi2 wei4 shang1 zhe3 hu2 fo2 qiu2 de5 yun4 qi4 bi3 huang2 shi1 fu5 shao1 xu3 hao3 yi4 xie1 +001533 如有#2其他#1疑问#3,请#1电话#1咨询#3幺幺八#2幺幺四#4。 + ru2 you3 qi2 ta1 yi2 wen4 qing3 dian4 hua4 zi1 xun2 yao1 yao1 ba1 yao1 yao1 si4 +001534 他们#2分别#1获得#2奥斯卡#1影帝#3和#1影后#1提名#4。 + ta1 men5 fen1 bie2 huo4 de2 ao4 si1 ka2 ying3 di4 he2 ying3 hou4 ti2 ming2 +001535 遭#2射杀#2身亡#1渔民#3洪石成的#1长女#3洪慈綪#4。 + zao1 she4 sha1 shen1 wang2 yu2 min2 hong2 shi2 cheng2 de5 zhang2 nv3 hong2 ci2 qian4 +001536 亨德森#3逐渐对#1丈夫#2心生#1不满#4。 + heng1 de2 sen1 zhu2 jian4 dui4 zhang4 fu5 xin1 sheng1 bu4 man3 +001537 郭敬明#3也曾赞#1自己的脸#2很#1占便宜#4。 + guo1 jing4 ming2 ye3 ceng2 zan4 zi4 ji3 de5 lian3 hen3 zhan4 pian2 yi5 +001538 要#1巩固#2基本#2药物#1制度#4。 + yao4 gong3 gu4 ji1 ben3 yao4 wu4 zhi4 du4 +001539 我是说#3你要#1蓝颜#1干嘛呀#4。 + wo3 shi4 shuo1 ni3 yao4 lan2 yan2 gan4 ma2 ya5 +001540 大多有#2九五#2左右的#1优惠#4。 + da4 duo1 you3 jiu2 wu2 zuo3 you4 de5 you1 hui4 +001541 朝鲜#1演员#2唱腔#1圆润#3,词句#2朗朗#1上口#4。 + chao2 xian2 yan3 yuan2 chang4 qiang1 yuan2 run4 ci2 ju4 lang2 lang3 shang4 kou3 +001542 每次#1给我妈#2死托#1活拽的#2拉进#1女澡堂#1洗澡#4。 + mei3 ci4 gei2 wo3 ma1 si3 tuo1 huo2 zhuai4 de5 la1 jin4 nv2 zao3 tang2 xi2 zao3 +001543 丈夫#1尕娃#2身材高#3,用#1身子#2顶着#1往上爬#3,他#1爬出来了#4。 + zhang4 fu5 ga3 wa2 shen1 cai2 gao1 yong4 shen1 zi5 ding3 zhe5 wang3 shang4 pa2 ta1 pa2 chu1 lai5 le5 +001544 上海#1空港#2为此#1取消#1航班#3二百#1七十五#1架次#4。 + shang4 hai3 kong1 gang3 wei4 ci2 qu3 xiao1 hang2 ban1 er4 bai3 qi1 shi2 wu3 jia4 ci4 +001545 五彩湾#2又名#2五彩山#3,位于#1准噶尔#1盆地#1东部#4。 + wu2 cai3 wan1 you4 ming2 wu2 cai3 shan1 wei4 yu2 zhun3 ge2 er3 pen2 di4 dong1 bu4 +001546 通过#1安检后#3,她还#2咧嘴#1一笑#3,对#1警卫员说#2“谢谢啦#4”。 + tong1 guo4 an1 jian3 hou4 ta1 hai2 lie2 zui3 yi2 xiao4 dui4 jing3 wei4 yuan2 shuo1 xie4 xie5 la5 +001547 曾经的#1桌游吧#2人头#1攒动#4。 + ceng2 jing1 de5 zhuo1 you2 ba1 ren2 tou2 cuan2 dong4 +001548 现场#2紧邻#3三二幺#1国道线#4。 + xian4 chang2 jin3 lin2 san1 er4 yao1 guo2 dao4 xian4 +001549 屯昌县#1女画工#3在#1临摹#1商业画#4。 + tun2 chang1 xian4 nv3 hua4 gong1 zai4 lin2 mo2 shang1 ye4 hua4 +001550 时间#2一分#1一秒#1流逝#4。 + shi2 jian1 yi4 fen1 yi4 miao3 liu2 shi4 +001551 我会#2学小猫#1叫哦#3,喵#4! + wo3 hui4 xue2 xiao3 mao1 jiao4 o5 miao1 +001552 野生#1动物#3有#1自然#1死亡率#4。 + ye3 sheng1 dong4 wu4 you3 zi4 ran2 si3 wang2 lv4 +001553 丰华#1公司#2到#1树音乐#2追讨#1欠款#3,还#1闹出了#2“踹坏#1大门”的#1暴力#1事件#4。 + feng1 hua2 gong1 si1 dao4 shu4 yin1 yue4 zhui1 tao3 qian4 kuan3 hai2 nao4 chu1 le5 chuai4 huai4 da4 men2 de5 bao4 li4 shi4 jian4 +001554 李煜#1登位后#3,对她#2恩宠#1有加#3,册封#1她为#1皇后#4。 + li3 yu4 deng1 wei4 hou4 dui4 ta1 en1 chong2 you3 jia1 ce4 feng1 ta1 wei2 huang2 hou4 +001555 只不过#2这个#1环节#2卡在了#2旭日#1阳刚#1一方#4。 + zhi3 bu2 guo4 zhe4 ge4 huan2 jie2 qia3 zai4 le5 xu4 ri4 yang2 gang1 yi4 fang1 +001556 会场内#2鲜花#1竞艳#3,灯火#1璀璨#4。 + hui4 chang3 nei4 xian1 hua1 jing4 yan4 deng1 huo2 cui3 can4 +001557 她#1纵览#1这篇#1文章#2好几遍#3,说#1整本书#2就#1儿子的#1文章#1最好#4。 + ta1 zong4 lan3 zhe4 pian1 wen2 zhang1 hao2 ji3 bian4 shuo1 zheng2 ben3 shu1 jiu4 er2 zi5 de5 wen2 zhang1 zui4 hao3 +001558 卡普兰#2担心#2会#1产生#2泄密#1问题#4。 + ka2 pu3 lan2 dan1 xin1 hui4 chan3 sheng1 xie4 mi4 wen4 ti5 +001559 到了#1晚上#3,南山上#2也#1飘起#2鹅毛大雪#4。 + dao4 le5 wan3 shang4 nan2 shan1 shang4 ye3 piao1 qi3 e2 mao2 da4 xue3 +001560 醒己及#3与#1同行#1共勉#4。 + xing2 ji3 ji2 yu3 tong2 xing2 gong4 mian3 +001561 早一晚#3我已#1知道#2他们#1会#1这样#2写我#3,我#1只有#1无奈#4。 + zao3 yi4 wan3 wo2 yi3 zhi1 dao4 ta1 men5 hui4 zhe4 yang4 xie2 wo3 wo3 zhi2 you3 wu2 nai4 +001562 彖传#3”为“易#2”中的#1一部分#3,是#1解释#2六十四卦#1卦辞的#4。 + tuan4 zhuan4 wei2 yi4 zhong1 de5 yi2 bu4 fen5 shi4 jie3 shi4 liu4 shi5 si4 gua4 gua4 ci2 de5 +001563 拍卖#2获胜者#3能够与#2巴菲特#2共进#1午餐#4。 + pai1 mai4 huo4 sheng4 zhe3 neng2 gou4 yu3 ba1 fei1 te4 gong4 jin4 wu3 can1 +001564 是一#2放羊的#1老大爷#3,穿一#1黑色#1棉服#2蹲在#1山坡上#4! + shi4 yi1 fang4 yang2 de5 lao3 da4 ye5 chuan1 yi4 hei1 se4 mian2 fu2 dun1 zai4 shan1 po1 shang4 +001565 法塔尔#1计划#1改行#2投身#1政坛#4。 + fa2 ta2 er3 ji4 hua4 gai3 hang2 tou2 shen1 zheng4 tan2 +001566 法国#1画家#2伯努瓦#3绘制的#2原版#1女性#1画像#4。 + fa3 guo2 hua4 jia1 bo2 nu2 wa3 hui4 zhi4 de5 yuan2 ban2 nv3 xing4 hua4 xiang4 +001567 玛依#1努尔说#3,宫颈癌#2是#1迄今#2唯一#1研究出#2病因的#1癌症#4。 + ma3 yi1 nu2 er3 shuo1 gong1 jing3 ai2 shi4 qi4 jin1 wei2 yi1 yan2 jiu1 chu1 bing4 yin1 de5 ai2 zheng4 +001568 你不#1帮我#1谁帮#1我呀#4? + ni3 bu4 bang1 wo3 shui2 bang1 wo3 ya5 +001569 雨雪#1到来前#3,雾霾#3、低温#3似乎在#1酝酿#1造势#4。 + yu2 xue3 dao4 lai2 qian2 wu4 mai2 di1 wen1 si4 hu1 zai4 yun4 niang4 zao4 shi4 +001570 刘阿伯#1到庭后#2态度#2比较#1专横#3,不听#1劝解#4。 + liu2 a1 bo2 dao4 ting2 hou4 tai4 du4 bi3 jiao4 zhuan1 heng4 bu4 ting1 quan4 jie3 +001571 我想#1提醒#2有#1专车的#1官员#3,你有#1隐私#3千万#2别用#1公车了#4。 + wo2 xiang3 ti2 xing2 you3 zhuan1 che1 de5 guan1 yuan2 ni2 you2 yin3 si1 qian1 wan4 bie2 yong4 gong1 che1 le5 +001572 昨日#3,回龙观#2龙泽苑#1西区#3,工人#1对#1树木#1喷药#4。 + zuo2 ri4 hui2 long2 guan4 long2 ze2 yuan4 xi1 qu1 gong1 ren2 dui4 shu4 mu4 pen1 yao4 +001573 听听#1他的#2自我#1解剖#4。 + ting1 ting5 ta1 de5 zi4 wo2 jie3 pou1 +001574 村民#2找来#1长竿#2往#1粪坑里#1拍打#3,同时#3,在#1粪坑口#2放置#1一个#1篓筐#4。 + cun1 min2 zhao3 lai2 chang2 gan1 wang3 fen4 keng1 li3 pai1 da3 tong2 shi2 zai4 fen4 keng1 kou3 fang4 zhi4 yi2 ge4 lou3 kuang1 +001575 招标人#2不得#1挪用#2投标#1保证金#4。 + zhao1 biao1 ren2 bu4 de2 nuo2 yong4 tou2 biao1 bao3 zheng4 jin1 +001576 乐基儿#3爆#1黎明#2甚少#1应酬#4。 + le4 ji1 er2 bao4 li2 ming2 shen4 shao3 ying4 chou5 +001577 晒干#2沙丁鱼#3可喂#1骆驼#2和马#3,是#1牛羊的#1好饲料#4。 + shai4 gan1 sha1 ding1 yu2 ke3 wei4 luo4 tuo5 he2 ma3 shi4 niu2 yang2 de5 hao3 si4 liao4 +001578 栓在#1身上#3,两个眼#1都扣死#4。 + shuan1 zai4 shen1 shang5 liang3 ge4 yan3 dou1 kou4 si3 +001579 广州#2资深#1摄影#1玩家#2沈龙#3也是#2柯达的#1拥趸#4。 + guang3 zhou1 zi1 shen1 she4 ying3 wan2 jia1 shen3 long2 ye3 shi4 ke1 da2 de5 yong1 dun3 +001580 院子#1南墙上#2可见#1一处#1熏黑的#1烟囱#4。 + yuan4 zi5 nan2 qiang2 shang4 ke3 jian4 yi2 chu4 xun1 hei1 de5 yan1 cong1 +001581 记者#1探访#2太阳能#1热水器#1作坊#4。 + ji4 zhe3 tan4 fang3 tai4 yang2 neng2 re4 shui3 qi4 zuo1 fang5 +001582 后#1三位#1皇帝#2嵬名#1遵顼#3、嵬名#1德旺#3和#1末帝睍#3没#1来得及#1修陵#4。 + hou4 san1 wei4 huang2 di4 wei2 ming2 zun1 xu1 wei2 ming2 de2 wang4 he2 mo4 di4 xian4 mei2 lai2 de5 ji2 xiu1 ling2 +001583 如果#2您是#1一个#2集邮#1爱好者#3,也许#1会对#1英国#1邮票#2有#1一点儿#1印象#4。 + ru2 guo3 nin2 shi4 yi2 ge4 ji2 you2 ai4 hao4 zhe3 ye2 xu3 hui4 dui4 ying1 guo2 you2 piao4 you3 yi4 dianr3 yin4 xiang4 +001584 服务员#1上了#1盘菜#3,我#1随口#1问道#3:“辣吗#4? + fu2 wu4 yuan2 shang4 le5 pan2 cai4 wo3 sui2 kou3 wen4 dao4 la4 ma5 +001585 大海#1深处#3,早已#2铆足了#1劲儿的#1钻头#3终于#1钻入了#1地层#1之中#4。 + da4 hai3 shen1 chu4 zao2 yi2 mao3 zu2 le5 jinr4 de5 zuan4 tou5 zhong1 yu2 zuan1 ru4 le5 di4 ceng2 zhi1 zhong1 +001586 上夜班#2要#1注意#1安全哦#4。 + shang4 ye4 ban1 yao4 zhu4 yi4 an1 quan5 o5 +001587 稳中#1求进的稳#3,第二个稳#3表现在#2稳健的#1财务#1策略#4。 + wen3 zhong1 qiu2 jin4 de5 wen3 di4 er4 ge5 wen3 biao3 xian4 zai4 wen3 jian4 de5 cai2 wu4 ce4 lve4 +001588 按摩#2睾丸时#3,力量#2一定要#1轻柔#4。 + an4 mo2 gao1 wan2 shi2 li4 liang5 yi2 ding4 yao4 qing1 rou2 +001589 图为#2付志强#2戒网瘾#2攒下的钱#4。 + tu2 wei2 fu4 zhi4 qiang2 jie4 wang2 yin3 zan3 xia4 de5 qian2 +001590 被拐#2缅甸#1妇女#2凯凯#2学写#1汉字#4。 + bei4 guai2 mian3 dian4 fu4 nv3 kai2 kai3 xue2 xie3 han4 zi4 +001591 黑棉线#2粗糙#1无弹性#3,揉搓后#3会#1大量#1脱落#1纤维#3,易断#4。 + hei1 mian2 xian4 cu1 cao1 wu2 tan2 xing4 rou2 cuo1 hou4 hui4 da4 liang4 tuo1 luo4 xian1 wei2 yi4 duan4 +001592 超#1新星#1爆发#2形成#2美丽#1“星胆#3”酷似#2珍珠#1项链#4。 + chao1 xin1 xing1 bao4 fa1 xing2 cheng2 mei3 li4 xing1 dan3 ku4 si4 zhen1 zhu1 xiang4 lian4 +001593 听#1妈妈#1说#3:一天#1一苹果#3,医生#2远离我#4。 + ting1 ma1 ma5 shuo1 yi4 tian1 yi4 ping2 guo3 yi1 sheng1 yuan3 li2 wo3 +001594 许三多#2又#1委屈#2又自卑#3,油然#1而生#2一种#2看#1名人录的#1感觉#4。 + xu3 san1 duo1 you4 wei3 qu1 you4 zi4 bei1 you2 ran2 er2 sheng1 yi4 zhong3 kan4 ming2 ren2 lu4 de5 gan3 jue2 +001595 曾以#1笔名#2“方蕤#2”出版#3“我的#1先生#2王蒙#1”等#1作品#4。 + ceng2 yi2 bi3 ming2 fang1 rui2 chu1 ban3 wo3 de5 xian1 sheng5 wang2 meng2 deng3 zuo4 pin3 +001596 公事#2繁忙的#1四太#3日前#2难得#1抽空#3陪孻女#2何超欣#2买#1课外书#4。 + gong1 shi4 fan2 mang2 de5 si4 tai4 ri4 qian2 nan2 de2 chou1 kong4 pei2 nai2 nv3 he2 chao1 xin1 mai3 ke4 wai4 shu1 +001597 经#1诊断#3,莎莎#2左肘#1关节#1脱位#3、左肱骨#2内伤#1踝骨折#3,左肘#1神经#1损伤#4。 + jing1 zhen3 duan4 sha1 sha5 zuo2 zhou3 guan1 jie2 tuo1 wei4 zuo3 gong1 gu3 nei4 shang1 huai2 gu3 zhe2 zuo2 zhou3 shen2 jing1 sun3 shang1 +001598 工人#2对#1绿化带#2喷洒#1药水#4。 + gong1 ren2 dui4 lv4 hua4 dai4 pen1 sa3 yao4 shui3 +001599 春节#1“驴行#3”也受#1欢迎#4。 + chun1 jie2 lv2 xing2 ye3 shou4 huan1 ying2 +001600 犬主#2必须#1要到#1银行#2缴纳#1费用#4。 + quan2 zhu3 bi4 xu1 yao4 dao4 yin2 hang2 jiao3 na4 fei4 yong4 +001601 图为#2澳门#1红十字会#2向#1彝良#1捐赠的#2两辆#1救护车#4。 + tu2 wei2 ao4 men2 hong2 shi2 zi4 hui4 xiang4 yi2 liang2 juan1 zeng4 de5 liang3 liang4 jiu4 hu4 che1 +001602 但#2互联网#1车轮#2轰然#1而来#2,摧枯拉朽#4。 + dan4 hu4 lian2 wang3 che1 lun2 hong1 ran2 er2 lai2 cui1 ku1 la1 xiu3 +001603 此时的#1忏悔#2于事无补#4。 + ci3 shi2 de5 chan4 hui3 yu2 shi4 wu2 bu3 +001604 钱校长#2又#1缓缓#1报一个#3,把他的#1另外#1半边天#2也拆了#4。 + qian2 xiao4 zhang3 you4 huan2 huan3 bao4 yi2 ge4 ba3 ta1 de5 ling4 wai4 ban4 bian1 tian1 ye3 chai1 le5 +001605 在#1幺零七#1国道#2和#1北外环#1交叉口#3,堵车#2比较#1严重#4。 + zai4 yao1 ling2 qi1 guo2 dao4 he2 bei3 wai4 huan2 jiao1 cha1 kou3 du3 che1 bi3 jiao4 yan2 zhong4 +001606 四是#2自我#1矮化#1问题#1突出#4。 + si4 shi4 zi4 wo2 ai3 hua4 wen4 ti2 tu1 chu1 +001607 显然#3,二手车#1业务#2和#1租赁#1业务#2是#1密切#1相关的#4。 + xian3 ran2 er4 shou3 che1 ye4 wu4 he2 zu1 lin4 ye4 wu4 shi4 mi4 qie4 xiang1 guan1 de5 +001608 根据#2一九#1五一年的#1旧金山#1和约#3,独岛#2重回#1朝鲜#1怀抱#4。 + gen1 ju4 yi1 jiu2 wu3 yi1 nian2 de5 jiu4 jin1 shan1 he2 yue1 du2 dao3 chong2 hui2 chao2 xian3 huai2 bao4 +001609 这家#1店里的#1云吞面#2和#1牛筋#1河粉#2味道#1很棒#4。 + zhe4 jia1 dian4 li3 de5 yun2 tun1 mian4 he2 niu2 jin1 he2 fen3 wei4 dao4 hen3 bang4 +001610 注意#2不要#1让#1宝宝#2边吃#1边玩#4。 + zhu4 yi4 bu2 yao4 rang4 bao3 bao5 bian1 chi1 bian1 wan2 +001611 美国#2武装#1部队#1参谋#1学院#3,是#1美国#2国防#1大学#2所属#1学院#1之一#4。 + mei3 guo2 wu3 zhuang1 bu4 dui4 can1 mou5 xue2 yuan4 shi4 mei3 guo2 guo2 fang2 da4 xue2 suo2 shu3 xue2 yuan4 zhi1 yi1 +001612 晚安#3,愿#1岁月#1静好#4。 + wan3 an1 yuan4 sui4 yue4 jing4 hao3 +001613 清#1雍正#2十二年#1重修#3,名#2拈花寺#4。 + qing1 yong1 zheng4 shi2 er4 nian2 chong2 xiu1 ming2 nian1 hua1 si4 +001614 深圳#2园岭#1小学外#3,来接#1孩子的#1家长#2密密匝匝#4。 + shen1 zhen4 yuan2 ling2 xiao3 xue2 wai4 lai2 jie1 hai2 zi5 de5 jia1 zhang3 mi4 mi4 za1 za1 +001615 鲁迅#2与母亲#2住前院#3,周作人#2及其#2“苦雨斋#2”在#1后院#4。 + lu3 xun4 yu2 mu3 qin1 zhu4 qian2 yuan4 zhou1 zuo4 ren2 ji2 qi2 ku2 yu3 zhai1 zai4 hou4 yuan4 +001616 某#1大学#1寝室#1楼下#3几家#1烧烤#2油烟#1熏人#4。 + mou3 da4 xue2 qin3 shi4 lou2 xia4 ji3 jia1 shao1 kao3 you2 yan1 xun1 ren2 +001617 分散#2司机#1注意力哇#4。 + fen1 san4 si1 ji1 zhu4 yi4 li4 wa5 +001618 拉夫#1桑贾尼#1强调#3伊朗#2赞成#2并#1支持#2阿富汗的#1独立#4。 + la1 fu1 sang1 jia3 ni2 qiang2 diao4 yi1 lang3 zan4 cheng2 bing4 zhi1 chi2 a1 fu4 han4 de5 du2 li4 +001619 饲养#2犬龄#2满#1三个月的#1犬只#3,养犬人#2应当#1办理#2养犬#1登记#4。 + si4 yang2 quan3 ling2 man3 san1 ge5 yue4 de5 quan3 zhi1 yang2 quan3 ren2 ying1 dang1 ban4 li3 yang2 quan3 deng1 ji4 +001620 其间#3,冉某#1违反#2取保#1候审#1规定#2潜逃#1外地#4。 + qi2 jian1 ran2 mou3 wei2 fan3 qu2 bao3 hou4 shen3 gui1 ding4 qian2 tao2 wai4 di4 +001621 奥地利#1总统#2菲舍尔#2和#1夫人#3陪同#1参观#4。 + ao4 di4 li4 zong2 tong3 fei1 she4 er3 he2 fu1 ren5 pei2 tong2 can1 guan1 +001622 蜱虫#2也叫#1壁虱#3,俗称#2草扒子#3、狗鳖#3、草别子#3、牛虱等#4。 + pi2 chong2 ye3 jiao4 bi4 shi1 su2 cheng1 cao3 ba1 zi5 gou3 bie1 cao3 bie2 zi5 niu2 shi1 deng3 +001623 你没#1看见#2咱这#1紧挨着#1杠房吗#4。 + ni3 mei2 kan4 jian4 zan2 zhe4 jin3 ai1 zhe5 gang4 fang2 ma5 +001624 落后#1两局的#1李晓霞#2越战#1越勇#3,福原爱#2反倒#1变蔫了#4。 + luo4 hou4 liang3 ju2 de5 li2 xiao3 xia2 yue4 zhan4 yue4 yong3 fu2 yuan2 ai4 fan3 dao4 bian4 nian1 le5 +001625 这么#1简单的#1问题#2也要#1问我嘛#3?是#1二哟#4。 + zhe4 me5 jian3 dan1 de5 wen4 ti2 ye3 yao4 wen4 wo3 ma5 shi4 er4 yo5 +001626 我觉得#2总说#1“在呢#2”很俗气#4…。 + wo3 jue2 de5 zong3 shuo1 zai4 ne5 hen3 su2 qi4 +001627 公安#2未央#1分局#2阿房宫#1派出所#2已#1控制#1相关#1责任人#4。 + gong1 an1 wei4 yang1 fen1 ju2 e1 pang2 gong1 pai4 chu1 suo3 yi3 kong4 zhi4 xiang1 guan1 ze2 ren4 ren2 +001628 如果#1“顶包#2”确有#1其事#3,张礼礤#2无疑#1将是#2“最牛#1替身#4”。 + ru2 guo2 ding3 bao1 que4 you3 qi2 shi4 zhang1 li2 ca3 wu2 yi2 jiang1 shi4 zui4 niu2 ti4 shen1 +001629 与此#1同时#3,全国#1商品房#1销售#2也#1一举#1扭转#2低迷#1局面#4。 + yu2 ci3 tong2 shi2 quan2 guo2 shang1 pin3 fang2 xiao1 shou4 ye3 yi4 ju3 niu2 zhuan3 di1 mi2 ju2 mian4 +001630 财源#2像#1猛虎#1奔腾#3,祝福#2像#1彩灯#1串串#4。 + cai2 yuan2 xiang4 meng2 hu3 ben1 teng2 zhu4 fu2 xiang4 cai3 deng1 chuan4 chuan4 +001631 零售业#2、酒店#2及#1饮食业的#1营业额#2也#1持续#1向好#4。 + ling2 shou4 ye4 jiu3 dian4 ji2 yin3 shi2 ye4 de5 ying2 ye4 e2 ye3 chi2 xu4 xiang4 hao3 +001632 凡间#2只剩#1陈赫#1一个#3——社长#2谦虚道#3:我写#1不好#4。 + fan2 jian1 zhi3 sheng4 chen2 he4 yi2 ge4 she4 zhang3 qian1 xu1 dao4 wo2 xie3 bu4 hao3 +001633 此外#3,他还#1引用#2丘吉尔的#1名言说#3“吵吵#2总比#2打打好#4”。 + ci3 wai4 ta1 hai2 yin3 yong4 qiu1 ji2 er3 de5 ming2 yan2 shuo1 chao2 chao3 zong2 bi3 da2 da2 hao3 +001634 失之毫厘#2,谬以千里#4。 + shi1 zhi1 hao2 li2 miu4 yi3 qian1 li3 +001635 您可#1不要#2上当#1受骗呀#4! + nin2 ke3 bu2 yao4 shang4 dang4 shou4 pian4 ya5 +001636 拧开#2直饮水#1水龙头#2可以#1直接#1饮用#3,价格#2明显#1低于#1桶装水#4。 + ning3 kai1 zhi2 yin2 shui2 shui3 long2 tou2 ke2 yi3 zhi2 jie1 yin3 yong4 jia4 ge2 ming2 xian3 di1 yu2 tong3 zhuang1 shui3 +001637 随后#3,其在#2未开#1药方的#1情况下#3,给#1王能簪#1用药#4。 + sui2 hou4 qi2 zai4 wei4 kai1 yao4 fang1 de5 qing2 kuang4 xia4 gei3 wang2 neng2 zan1 yong4 yao4 +001638 张雯#2是个#1典型的#2上海#1嗲囡囡#3,脾气#1温和#3,懂生活#3,爱发嗲#4。 + zhang1 wen2 shi4 ge5 dian3 xing2 de5 shang4 hai2 dia3 nan1 nan1 pi2 qi4 wen1 he2 dong3 sheng1 huo2 ai4 fa1 dia3 +001639 阿胶#2和#1明胶#2原料#2、生产#1工艺#3、质控#1标准#2有#1显著#1差别#4。 + e1 jiao1 he2 ming2 jiao1 yuan2 liao4 sheng1 chan3 gong1 yi4 zhi4 kong4 biao1 zhun3 you2 xian3 zhu4 cha1 bie2 +001640 深度#2为#1一百#1一十二#1千米#4。 + shen1 du4 wei2 yi4 bai3 yi1 shi5 er4 qian1 mi3 +001641 言语#1之间#2孙兴#2也在#1极力#1为#1女友#1撇清#4。 + yan2 yu3 zhi1 jian1 sun1 xing1 ye3 zai4 ji2 li4 wei4 nv2 you2 pie3 qing1 +001642 他#1最早#1将#1基因#1一词#2带入#1中文#3,被#1誉为#2中国的#1摩尔根#4。 + ta1 zui4 zao3 jiang1 ji1 yin1 yi4 ci2 dai4 ru4 zhong1 wen2 bei4 yu4 wei2 zhong1 guo2 de5 mo2 er3 gen1 +001643 卧榻#1之侧#3,岂容#2他人#1鼾睡#4。 + wo4 ta4 zhi1 ce4 qi3 rong2 ta1 ren2 han1 shui4 +001644 位于#2汶川#1县城的#2威州#1中学#1背后#3,也是#1一座#1光秃#1秃的#1泥巴山#4。 + wei4 yu2 wen4 chuan1 xian4 cheng2 de5 wei1 zhou1 zhong1 xue2 bei4 hou4 ye3 shi4 yi2 zuo4 guang1 tu1 tu1 de5 ni2 ba5 shan1 +001645 那些#2悬搁#1山腰上#2摇摇欲坠的#1巨石#3,更让人#2触目惊心#4。 + na4 xie1 xuan2 ge1 shan1 yao1 shang4 yao2 yao2 yu4 zhui4 de5 ju4 shi2 geng4 rang4 ren2 chu4 mu4 jing1 xin1 +001646 袁莉#2代言#1红十字会#2惹#1争议#4。 + yuan2 li4 dai4 yan2 hong2 shi2 zi4 hui2 re3 zheng1 yi4 +001647 王学元#1脑袋里#2顿时#2一片#1空白#4。 + wang2 xue2 yuan2 nao3 dai4 li3 dun4 shi2 yi2 pian4 kong4 bai2 +001648 而在#2长短的#1把握上#3,邹唯#2不是#1刻意#1追求#1完美者#4。 + er2 zai4 chang2 duan3 de5 ba3 wo4 shang4 zou1 wei2 bu2 shi4 ke4 yi4 zhui1 qiu2 wan2 mei2 zhe3 +001649 桑康#2也在#2坤沙#1部队#1服过役#3,后来#2投奔#1糯康#4。 + sang1 kang1 ye3 zai4 kun1 sha1 bu4 dui4 fu2 guo4 yi4 hou4 lai2 tou2 ben4 nuo4 kang1 +001650 父子俩#2赶赴#1广州#3,辗转#1奔走#4。 + fu4 zi2 lia2 gan3 fu4 guang3 zhou1 zhan2 zhuan3 ben1 zou3 +001651 左手#2和#1右手#2有#1必要#1协作#4。 + zuo2 shou3 he2 you4 shou3 you3 bi4 yao4 xie2 zuo4 +001652 黯牛笛#3、参差#1归路#4。 + an4 niu2 di2 cen1 ci1 gui1 lu4 +001653 太湖#2太浦闸#2开闸#1排水#4。 + tai4 hu2 tai4 pu3 zha2 kai1 zha2 pai2 shui3 +001654 嫩模#2出#1写真#2也成#1风尚#4。 + nen4 mo2 chu1 xie3 zhen1 ye3 cheng2 feng1 shang4 +001655 经#2窑火#1烧成#3,用#1切割机#2从中#2剖成#1两半#3,才#1真正#1完工#4。 + jing1 yao2 huo3 shao1 cheng2 yong4 qie1 ge1 ji1 cong2 zhong1 pou1 cheng2 liang3 ban4 cai2 zhen1 zheng4 wan2 gong1 +001656 据知#3,两张#2罗慧娟的#1遗照#3,是#2廖安丽#1前夫#3叶青霖#2为#1罗慧娟#1拍摄#4。 + ju4 zhi1 liang3 zhang1 luo2 hui4 juan1 de5 yi2 zhao4 shi4 liao4 an1 li4 qian2 fu1 ye4 qing1 lin2 wei4 luo2 hui4 juan1 pai1 she4 +001657 京城#1银行#2房贷#1政策#2再刮#1“紧”风#4。 + jing1 cheng2 yin2 hang2 fang2 dai4 zheng4 ce4 zai4 gua1 jin3 feng1 +001658 奶奶#2就#1“赏赐”给#2莫言#2和#1姐姐#3每人#1一小片#1红薯干#4。 + nai3 nai5 jiu4 shang3 ci4 gei3 mo4 yan2 he2 jie3 jie5 mei3 ren2 yi4 xiao3 pian4 hong2 shu3 gan1 +001659 王菲#2晒#2与#1赵薇#1、林丹的#1合照#4。 + wang2 fei1 shai4 yu3 zhao4 wei1 lin2 dan1 de5 he2 zhao4 +001660 港股#2昨天#1因#1重阳节#1休市#4。 + gang2 gu3 zuo2 tian1 yin1 chong2 yang2 jie2 xiu1 shi4 +001661 她#1嗓门大#3,爱唱歌#4。 + ta1 sang3 men2 da4 ai4 chang4 ge1 +001662 原名#2丁恺起#3,天津人#4。 + yuan2 ming2 ding1 kai2 qi3 tian1 jin1 ren2 +001663 庄燕#2劝覃田#1戒毒#3,而#1覃田#2不但#1不戒毒#3,还#1怂恿#1庄燕#2也#1一起#1吸毒#4。 + zhuang1 yan4 quan4 qin2 tian2 jie4 du2 er2 qin2 tian2 bu2 dan4 bu2 jie4 du2 hai2 song2 yong3 zhuang1 yan4 ye3 yi4 qi3 xi1 du2 +001664 过期#1套套#3,小心#1断裂#4。 + guo4 qi1 tao4 tao5 xiao3 xin1 duan4 lie4 +001665 奶奶#1发现#3,孙女#2有些#1异常#4。 + nai3 nai5 fa1 xian4 sun1 nv5 you3 xie1 yi4 chang2 +001666 原本#2杨树鹏#2想让#1我演#2张译#1那个#1角色#3,但我#1自己#1提出#2想演#1匪首#4。 + yuan2 ben3 yang2 shu4 peng2 xiang3 rang4 wo2 yan3 zhang1 yi4 na4 ge5 jue2 se4 dan4 wo3 zi4 ji3 ti2 chu1 xiang2 yan3 fei2 shou3 +001667 其他#1政协#1委员#2夸奖我#2说得好#4。 + qi2 ta1 zheng4 xie2 wei3 yuan2 kua1 jiang2 wo3 shuo1 de5 hao3 +001668 具有#2浓郁#1民族#1色彩的#2丝布#1墙面#3烘托出#2亲切#2、热烈#2而#1传统的#1氛围#4。 + ju4 you3 nong2 yu4 min2 zu2 se4 cai3 de5 si1 bu4 qiang2 mian4 hong1 tuo1 chu1 qin1 qie4 re4 lie4 er2 chuan2 tong3 de5 fen1 wei2 +001669 张花冠#2与#1陈明文#3,早已#1成为#2一条#1绳上的#1蚂蚱#3,同生#2亦同死#4。 + zhang1 hua1 guan1 yu3 chen2 ming2 wen2 zao2 yi3 cheng2 wei2 yi4 tiao2 sheng2 shang4 de5 ma4 zha5 tong2 sheng1 yi4 tong2 si3 +001670 消息#1之震撼#2令人#1咂舌#3,为此#2“天下#1公司#2”向#1敦煌网#1求证#4。 + xiao1 xi5 zhi1 zhen4 han4 ling4 ren2 ze2 she2 wei4 ci3 tian1 xia4 gong1 si1 xiang4 dun1 huang2 wang3 qiu2 zheng4 +001671 一曲#2黄梅戏#1唱罢#3,趁着#1曹爹爹#2换#1伴奏碟的#1间隙#3,记者#2与其#1攀谈#4。 + yi4 qu3 huang2 mei2 xi4 chang4 ba4 chen4 zhe5 cao2 die1 die5 huan4 ban4 zou4 die2 de5 jian4 xi4 ji4 zhe2 yu3 qi2 pan1 tan2 +001672 一是#2发展#1农业#1生产#3,夯实#2稳价#1基础#4。 + yi1 shi4 fa1 zhan3 nong2 ye4 sheng1 chan3 hang1 shi2 wen3 jia4 ji1 chu3 +001673 长子#2罗北屯#2系#1部队#2屯兵#1陕北的#1时候#1所生#3,所以#1取名#2“北屯#4”。 + zhang2 zi3 luo2 bei3 tun2 xi4 bu4 dui4 tun2 bing1 shan2 bei3 de5 shi2 hou5 suo3 sheng1 suo2 yi2 qu3 ming2 bei3 tun2 +001674 这个#1筋斗#2翻得#1利落#2而#1优美#4。 + zhe4 ge5 jin1 dou5 fan1 de5 li4 luo4 er2 you1 mei3 +001675 只有#1我的#1眉毛#2及#1牙齿#3有#1使用#1特殊的#1造型#1填充物#4。 + zhi2 you2 wo3 de5 mei2 mao5 ji2 ya2 chi3 you2 shi3 yong4 te4 shu1 de5 zao4 xing2 tian2 chong1 wu4 +001676 王栾周#2涉嫌#1犯罪#3已#1移送#2司法#1机关#1处理#4。 + wang2 luan2 zhou1 she4 xian2 fan4 zui4 yi3 yi2 song4 si1 fa3 ji1 guan1 chu2 li3 +001677 从#2排水孔#2探出#1脑袋的#1猫头鹰#4。 + cong2 pai2 shui2 kong3 tan4 chu1 nao3 dai5 de5 mao1 tou2 ying1 +001678 现在#1揭弊的#1线索#2条条#1指向#1扁府#3,指向#2吴淑珍#4。 + xian4 zai4 jie1 bi4 de5 xian4 suo3 tiao2 tiao2 zhi3 xiang4 bian2 fu3 zhi3 xiang4 wu2 shu1 zhen1 +001679 金妍儿的#1复出#1之战#2也#1随之#1延迟#4。 + jin1 yan2 er2 de5 fu4 chu1 zhi1 zhan4 ye3 sui2 zhi1 yan2 chi2 +001680 南伞#1口岸#2还#1一度#1出现#2“堵塞#1”状况#4。 + nan2 san2 kou3 an4 hai2 yi2 du4 chu1 xian4 du3 se4 zhuang4 kuang4 +001681 下一次#1变革的#1号角#2已经#1吹响#4。 + xia4 yi2 ci4 bian4 ge2 de5 hao4 jiao3 yi3 jing1 chui1 xiang3 +001682 至今#3母女俩#2也#1不说#1钱#1去哪了#3,侦查#1机关#2无法#1追回#4。 + zhi4 jin1 mu2 nv2 lia3 ye3 bu4 shuo1 qian2 qu4 na3 le5 zhen1 cha2 ji1 guan1 wu2 fa3 zhui1 hui2 +001683 日本#2早些#1时候#2召回#2驻韩#1大使#2武藤#1正敏#3以示#1抗议#4。 + ri4 ben2 zao3 xie1 shi2 hou4 zhao4 hui2 zhu4 han2 da4 shi3 wu3 teng2 zheng4 min3 yi3 shi4 kang4 yi4 +001684 绣球上#2绣着#1喜鹊#2、梅花#1等图案#3,显得#1吉祥#2而喜气#4。 + xiu4 qiu2 shang4 xiu4 zhe5 xi3 que4 mei2 hua1 deng3 tu2 an4 xian3 de5 ji2 xiang2 er2 xi3 qi4 +001685 回家#2向#1老婆#1要钱#2交罚款#4。 + hui2 jia1 xiang4 lao3 po5 yao4 qian2 jiao1 fa2 kuan3 +001686 曾经#2朝#1一个#2坐在#1轮椅中的#1女人#2吹过#1口哨吗#4? + ceng2 jing1 chao2 yi2 ge4 zuo4 zai4 lun2 yi3 zhong1 de5 nv3 ren2 chui1 guo4 kou3 shao4 ma5 +001687 取消#2北新桥#1路口#1北#3、国子监#3、雍和宫#3及#2北小街#1豁口#2双向站#4。 + qu3 xiao1 bei3 xin1 qiao2 lu4 kou2 bei3 guo2 zi3 jian4 yong1 he2 gong1 ji2 bei2 xiao3 jie1 huo1 kou3 shuang1 xiang4 zhan4 +001688 企业#1利润#1增长#2压力#1较大#4。 + qi3 ye4 li4 run4 zeng1 zhang3 ya1 li4 jiao4 da4 +001689 兴安盟#1气象台#1监测#3,最大#1降雪量#3达#2八十六#1毫米#4。 + xing1 an1 meng2 qi4 xiang4 tai2 jian1 ce4 zui4 da4 jiang4 xue3 liang4 da2 ba1 shi5 liu4 hao2 mi3 +001690 随后#3,聂道喜#2推开#1窗户#2跳下楼#1逃生#4。 + sui2 hou4 nie4 dao4 xi3 tui1 kai1 chuang1 hu5 tiao4 xia4 lou2 tao2 sheng1 +001691 浏览#1网页#3,听听歌#4。 + liu2 lan2 wang3 ye4 ting1 ting1 ge1 +001692 女生#2坠亡在#1栏杆外的#1地上#4。 + nv3 sheng1 zhui4 wang2 zai4 lan2 gan1 wai4 de5 di4 shang5 +001693 刘兴海#2咬咬牙#3,拿出#2全部#1积蓄#3,东挪西借#2凑足了#4。 + liu2 xing1 hai3 yao2 yao3 ya2 na2 chu1 quan2 bu4 ji1 xu4 dong1 nuo2 xi1 jie4 cou4 zu2 le5 +001694 图为#2银行卡#1被刷的#1清单#4。 + tu2 wei2 yin2 hang2 ka3 bei4 shua1 de5 qing1 dan1 +001695 夜幕#1清朗#3,凝望#2北方的#1天空#3,映入#1眼帘的#2是#1七颗#2璀璨#1齐整的星#4。 + ye4 mu4 qing1 lang3 ning2 wang4 bei3 fang1 de5 tian1 kong1 ying4 ru4 yan3 lian2 de5 shi4 qi1 ke1 cui3 can4 qi2 zheng3 de5 xing1 +001696 而#2村民们#1认为#3发病#1原因#2与#1地下水#1受到#1污染#1有关#4。 + er2 cun1 min2 men5 ren4 wei2 fa1 bing4 yuan2 yin1 yu3 di4 xia4 shui3 shou4 dao4 wu1 ran2 you3 guan1 +001697 残羹#2与#1冷炙#3,处处#1潜着#2悲辛的#1滋味#4。 + can2 geng1 yu2 leng3 zhi4 chu4 chu4 qian2 zhe5 bei1 xin1 de5 zi1 wei4 +001698 这#1暗示着#2他#1也许#2参过军#3,没准儿#2还是个#1伞兵#4。 + zhe4 an4 shi4 zhe5 ta1 ye2 xu3 can1 guo4 jun1 mei2 zhunr3 hai2 shi4 ge5 san3 bing1 +001699 法院#1调查#1表明#3,被#1砍死的#1医生#2并未#1接诊过#1凶手#4。 + fa3 yuan4 diao4 cha2 biao3 ming2 bei4 kan2 si3 de5 yi1 sheng1 bing4 wei4 jie1 zhen3 guo5 xiong1 shou3 +001700 至此#2人赃俱获#3,赌博#1窝点#2暴露无遗#4。 + zhi4 ci3 ren2 zang1 ju4 huo4 du3 bo2 wo1 dian3 bao4 lu4 wu2 yi2 +001701 不对#1利益#1动刀子#3,改革#2无异于#2“隔鞋#1挠痒#3”、“蜻蜓点水#4”。 + bu2 dui4 li4 yi4 dong4 dao1 zi5 gai3 ge2 wu2 yi4 yu2 ge2 xie2 nao2 yang3 qing1 ting2 dian2 shui3 +001702 后来#2只得由#2发改委#1出面#4。 + hou4 lai2 zhi2 dei3 you2 fa1 gai2 wei3 chu1 mian4 +001703 获得#2“飞来#1横财#2”更非#1乐事#4。 + huo4 de2 fei1 lai2 heng4 cai2 geng4 fei1 le4 shi4 +001704 青年#1演员#2杨明娜#2扮演#1暖暖#3,刘小峰#2饰演#1暖暖的#1爱人#4。 + qing1 nian2 yan3 yuan2 yang2 ming2 na4 ban4 yan3 nuan2 nuan3 liu2 xiao3 feng1 shi4 yan3 nuan2 nuan3 de5 ai4 ren5 +001705 无论#2前途#1晦明#3,万达#2依旧#1敢闯#2敢试#2自信#1如故#4。 + wu2 lun4 qian2 tu2 hui4 ming2 wan4 da2 yi1 jiu4 gan2 chuang2 gan3 shi4 zi4 xin4 ru2 gu4 +001706 夏季#2是#1筹款#1淡季#3,原因#1是#3不少#1捐款者#2往往#1在#1度假#4。 + xia4 ji4 shi4 chou2 kuan3 dan4 ji4 yuan2 yin1 shi4 bu4 shao3 juan1 kuan2 zhe3 wang2 wang3 zai4 du4 jia4 +001707 山峦#2还有点#1飘忽#2,移动的#1景象#4。 + shan1 luan2 hai2 you2 dian3 piao1 hu1 yi2 dong4 de5 jing3 xiang4 +001708 甘迪勒#2没有#1说明#2这些#1示威者#3由哪方#1收买#4。 + gan1 di2 le4 mei2 you3 shuo1 ming2 zhe4 xie1 shi4 wei1 zhe3 you2 na3 fang1 shou1 mai3 +001709 旧时的#1圈子#3有#1行规#1帮矩#3,现在的#1圈子#3也有#2约定俗成#3,游戏#1规则#4。 + jiu4 shi2 de5 quan1 zi5 you3 hang2 gui1 bang1 ju3 xian4 zai4 de5 quan1 zi5 ye2 you3 yue1 ding4 su2 cheng2 you2 xi4 gui1 ze2 +001710 郑文灿#1说#3,“主席#2另有#1行程#4”。 + zheng4 wen2 can4 shuo1 zhu3 xi2 ling4 you3 xing2 cheng2 +001711 鸭肉的#1市价#2要比#1羊肉的#1市价#2便宜#1很多#4。 + ya1 rou4 de5 shi4 jia4 yao4 bi3 yang2 rou4 de5 shi4 jia4 pian2 yi5 hen3 duo1 +001712 喝罢#2驴肉汤#3,马双羊#2躺在#1桥下的#1铺盖上#3蒙头#1就睡#4。 + he1 ba4 lv2 rou4 tang1 ma3 shuang1 yang2 tang3 zai4 qiao2 xia4 de5 pu1 gai4 shang4 meng2 tou2 jiu4 shui4 +001713 老婆#2脾气#1暴躁#3,特别爱#1管我#4。 + lao3 po2 pi2 qi4 bao4 zao4 te4 bie2 ai4 guan2 wo3 +001714 咽得下#1责骂#3,扛得住#1压榨#4。 + yan4 de2 xia4 ze2 ma4 kang2 de2 zhu4 ya1 zha4 +001715 过#1一会儿#3,两者#1同时#1病发#3,他#1懊恼得#1愁绪#1纠结#2心慌意乱#4。 + guo4 yi2 huir4 liang2 zhe3 tong2 shi2 bing4 fa1 ta1 ao4 nao3 de5 chou2 xu4 jiu1 jie2 xin1 huang1 yi4 luan4 +001716 在#1发髻处#3,一根#1疑似#1银质的#1发簪#3插在#2头发#1当中#4。 + zai4 fa4 ji4 chu4 yi4 gen1 yi2 si4 yin2 zhi4 de5 fa4 zan1 cha1 zai4 tou2 fa5 dang1 zhong1 +001717 而#1晚间#3会#1转吹#2清劲#1东风#4。 + er2 wan3 jian1 hui4 zhuan3 chui1 qing1 jin4 dong1 feng1 +001718 症状#2对抗#2哮喘#1治疗#2有#1反应#4。 + zheng4 zhuang4 dui4 kang4 xiao4 chuan3 zhi4 liao2 you2 fan3 ying4 +001719 政治局#1会议#3也#1命令#2减少#1官员#1排场#2和#1官僚#1作风#4。 + zheng4 zhi4 ju2 hui4 yi4 ye3 ming4 ling4 jian2 shao3 guan1 yuan2 pai2 chang3 he2 guan1 liao2 zuo4 feng1 +001720 此后#3王仔英#2经常#1跑到#1阿炳家#3,怂恿#1他们#1投资#4。 + ci3 hou4 wang2 zai3 ying1 jing1 chang2 pao3 dao4 a1 bing3 jia1 song2 yong3 ta1 men5 tou2 zi1 +001721 同时#3,矿山#1应急#1救援的#1纵向#1体系#2也#1日趋#1完善#4。 + tong2 shi2 kuang4 shan1 ying4 ji2 jiu4 yuan2 de5 zong4 xiang4 ti3 xi4 ye3 ri4 qu1 wan2 shan4 +001722 驴屎蛋#1认为#3“绿房子#1”工程#2在#1源头上#3同时#1完成#2分类#1投放#1与#1收集#4。 + lv2 shi3 dan4 ren4 wei2 lv4 fang2 zi5 gong1 cheng2 zai4 yuan2 tou2 shang4 tong2 shi2 wan2 cheng2 fen1 lei4 tou2 fang4 yu3 shou1 ji2 +001723 事发后#3,绑匪#2普里#1克洛#1皮尔#2卧轨#1自杀#4。 + shi4 fa1 hou4 bang2 fei3 pu2 li3 ke4 luo4 pi2 er3 wo4 gui3 zi4 sha1 +001724 同样#1作为#2二战#1轴心国#1成员的#1日本呢#4? + tong2 yang4 zuo4 wei2 er4 zhan4 zhou2 xin1 guo2 cheng2 yuan2 de5 ri4 ben3 ne5 +001725 宋维栻的#1父亲#2宋仲翱#3、姐姐#1宋桂纷#3都是#2中共#1党员#4。 + song4 wei2 shi4 de5 fu4 qin5 song4 zhong4 ao2 jie3 jie5 song4 gui4 fen1 dou1 shi4 zhong1 gong4 dang3 yuan2 +001726 耿谆#2用#1刺刀#2割开#1裤腿#3,并让#1传令兵#3赶紧#1拿来#1一条#1裤子#1换上#4。 + geng3 zhun1 yong4 ci4 dao1 ge1 kai1 ku4 tui3 bing4 rang4 chuan2 ling4 bing1 gan2 jin3 na2 lai2 yi4 tiao2 ku4 zi5 huan4 shang5 +001727 由此#1引发了#2轰动#1一时的#2“中俄#1列车#1大劫案#4”。 + you2 ci2 yin3 fa1 le5 hong1 dong4 yi4 shi2 de5 zhong1 e2 lie4 che1 da4 jie2 an4 +001728 天气#1转好#2利于#1春运#1交通#4。 + tian1 qi4 zhuan2 hao3 li4 yu2 chun1 yun4 jiao1 tong1 +001729 未来#3,别墅#3、叠拼类#1住宅#1产品#2将#1更为#1稀少#4。 + wei4 lai2 bie2 shu4 die2 pin1 lei4 zhu4 zhai2 chan2 pin3 jiang1 geng4 wei2 xi1 shao3 +001730 这样#1一来#3,供应商#2必然#1不会#2铤而走险#4。 + zhe4 yang4 yi4 lai2 gong1 ying4 shang1 bi4 ran2 bu2 hui4 ting3 er2 zou2 xian3 +001731 救火车#2则向#1人群#2洒水#1降温#4。 + jiu4 huo3 che1 ze2 xiang4 ren2 qun2 sa2 shui3 jiang4 wen1 +001732 生存#1与#1发展#2孰轻#1孰重#3,答案#2自在#1人心#4。 + sheng1 cun2 yu3 fa1 zhan3 shu2 qing1 shu2 zhong4 da2 an4 zi4 zai4 ren2 xin1 +001733 维珍妮#2是#1一家#2大型#1港资#1内衣#1制造#1企业#4。 + wei2 zhen1 ni1 shi4 yi4 jia1 da4 xing2 gang3 zi1 nei4 yi1 zhi4 zao4 qi3 ye4 +001734 林晓#2答应了#2冉龙梅的#1恳请#4。 + lin2 xiao3 da1 ying4 le5 ran3 long2 mei2 de5 ken2 qing3 +001735 我们#1嘎查#2推行#2村务#1公开#3,从#1我当#2嘎查长时#2就#1定下#1这个#1规矩了#4。 + wo3 men5 ga1 cha2 tui1 xing2 cun1 wu4 gong1 kai1 cong2 wo3 dang1 ga1 cha2 zhang3 shi2 jiu4 ding4 xia4 zhe4 ge5 gui1 ju5 le5 +001736 干亲家#2这么#1“牢靠#3”,王金明#2便#1放心地#2在#1腐败#1路上#2越走#1越远#4。 + gan1 qing4 jia5 zhe4 me5 lao2 kao4 wang2 jin1 ming2 bian4 fang4 xin1 de5 zai4 fu3 bai4 lu4 shang4 yue4 zou3 yue4 yuan3 +001737 此幅#1“长征”中#3,景物#2横向#1展现#3,重山#1叠积#3,参差错落#3,雄奇#1壮丽#4。 + ci3 fu2 chang2 zheng1 zhong1 jing3 wu4 heng2 xiang4 zhan3 xian4 chong2 shan1 die2 ji1 cen1 ci1 cuo4 luo4 xiong2 qi2 zhuang4 li4 +001738 重宝#1版别#2几百种#3,面背#2记号多#3,有#1花穿#3、决文#3、面星#3、背星#1月纹等#4。 + zhong4 bao2 ban3 bie2 ji2 bai2 zhong3 mian4 bei4 ji4 hao4 duo1 you3 hua1 chuan1 jue2 wen2 mian4 xing1 bei4 xing1 yue4 wen2 deng3 +001739 李奕彪#2遂#1举手#3,并#1获准#1离开#4。 + li3 yi4 biao1 sui4 ju2 shou3 bing4 huo4 zhun3 li2 kai1 +001740 由于#1被告的#1受虐#1情节#1严重#3,法官#2或#1依此#2从轻发落#4。 + you2 yu2 bei4 gao4 de5 shou4 nve4 qing2 jie2 yan2 zhong4 fa3 guan1 huo4 yi1 ci3 cong2 qing1 fa1 luo4 +001741 要#1修好#1水泵#3,有心无力#4。 + yao4 xiu1 hao2 shui3 beng4 you3 xin1 wu2 li4 +001742 谁没#1感受过#2佩带#1红领巾的#1光荣#4? + shui2 mei2 gan3 shou4 guo4 pei4 dai4 hong2 ling3 jin1 de5 guang1 rong2 +001743 活动#2由#1黄龙云#1主持#3,汪洋#2发表了#2热情洋溢的#1讲话#4。 + huo2 dong4 you2 huang2 long2 yun2 zhu3 chi2 wang1 yang2 fa1 biao3 le5 re4 qing2 yang2 yi4 de5 jiang3 hua4 +001744 朱凤珍#2推荐#1她妹妹#2到#1新美#1公司#2做#1税务#1代理#4。 + zhu1 feng4 zhen1 tui1 jian4 ta1 mei4 mei5 dao4 xin1 mei3 gong1 si1 zuo4 shui4 wu4 dai4 li3 +001745 他说#3,这些#1洋玩意#2很多#1弟兄#2吃不惯#4。 + ta1 shuo1 zhe4 xie1 yang2 wan2 yi4 hen3 duo1 di4 xiong5 chi1 bu2 guan4 +001746 怪不得#2咱俩#1总吵架#3,你#1老提#1这种#2无理#2又#1苛刻的#1要求#4! + guai4 bu4 de2 zan2 lia3 zong2 chao3 jia4 ni2 lao3 ti2 zhe4 zhong3 wu2 li3 you4 ke1 ke4 de5 yao1 qiu2 +001747 中央台#1记者#2跟随#2云南#1武警#2某部#1战士#3徒步#1进入#2簸迤村#4。 + zhong1 yang1 tai2 ji4 zhe3 gen1 sui2 yun2 nan2 wu2 jing2 mou3 bu4 zhan4 shi4 tu2 bu4 jin4 ru4 bo4 yi2 cun1 +001748 爸#1喝多了#1问#3:玉玉啊#3,有没有人#1追你啊#4? + ba4 he1 duo1 le5 wen4 yu4 yu4 a5 you3 mei2 you3 ren2 zhui1 ni3 a5 +001749 一些#2天然#1石峰#2被#1冠以#2“风动石#3”、“乌纱帽#3”、“大洞天#2”和#1“菩萨洞#1”等美名#4。 + yi4 xie1 tian1 ran2 shi2 feng1 bei4 guan4 yi3 feng1 dong4 shi2 wu1 sha1 mao4 da4 dong4 tian1 he2 pu2 sa5 dong4 deng2 mei3 ming2 +001750 今天#2咱们要#1征服#1哪座山#4? + jin1 tian1 zan2 men5 yao4 zheng1 fu2 na3 zuo4 shan1 +001751 友人说#3,他#1婚姻#1不睦#3,琵琶#1安慰他#3,趁虚而入#4。 + you3 ren2 shuo1 ta1 hun1 yin1 bu2 mu4 pi2 pa5 an1 wei4 ta1 chen4 xu1 er2 ru4 +001752 阮永俭们的#1兴奋#2没#1持续#1多久#4。 + ruan2 yong2 jian3 men5 de5 xing1 fen4 mei2 chi2 xu4 duo1 jiu3 +001753 最终#3,冯永利#2没“拗”过#1女儿#4。 + zui4 zhong1 feng2 yong3 li4 mei2 ao4 guo4 nv3 er2 +001754 禁烟#1标识#2在#1网吧#2成了#1摆设#4。 + jin4 yan1 biao1 shi2 zai4 wang3 ba1 cheng2 le5 bai3 she4 +001755 处于#2冷与#1热的#1两极#3,张博斐#2乐在其中#4。 + chu3 yu2 leng2 yu3 re4 de5 liang3 ji2 zhang1 bo2 fei3 le4 zai4 qi2 zhong1 +001756 少女#1闻言#2非常#1惊慌#3,其后#2因#1疲惫#2而#1睡在#2乒乓球#1桌上#4。 + shao4 nv3 wen2 yan2 fei1 chang2 jing1 huang1 qi2 hou4 yin1 pi2 bei4 er2 shui4 zai4 ping1 pang1 qiu2 zhuo1 shang4 +001757 必须爱#3爱你#1胜过#2林志玲#4。 + bi4 xu1 ai4 ai4 ni3 sheng4 guo4 lin2 zhi4 ling2 +001758 这照相#2要等#1首长#3,在那儿#1站着#4。 + zhe4 zhao4 xiang4 yao4 deng3 shou2 zhang3 zai4 nar4 zhan4 zhe5 +001759 高圆圆#2看#2质问#1未果#3,随即#2甩手#1离开#4。 + gao1 yuan2 yuan5 kan4 zhi4 wen4 wei4 guo3 sui2 ji2 shuai2 shou3 li2 kai1 +001760 粘#1苍蝇的纸#2放#1一天#2会#1粘满#1苍蝇#3,二货#1朋友说#3为什么#1都#1那么傻#3,没看到#2同伴#1都死了吗#4? + zhan1 cang1 ying5 de5 zhi3 fang4 yi4 tian1 hui4 zhan1 man3 cang1 ying5 er4 huo4 peng2 you5 shuo1 wei4 shen2 me5 dou1 na4 me5 sha3 mei2 kan4 dao4 tong2 ban4 dou1 si3 le5 ma5 +001761 算#1坏笑#2也喜欢#4。 + suan4 huai4 xiao4 ye2 xi3 huan5 +001762 洗车#1行里#3,吴发兵#2正#1攥着#2高压#1水枪#1洗车#4。 + xi3 che1 hang2 li3 wu2 fa1 bing1 zheng4 zuan4 zhe5 gao1 ya1 shui3 qiang1 xi3 che1 +001763 王海剑#2买枪#1失败后#3,杨某#2又在#1网上#2怂恿#2王海剑#2制造#1炸药#4。 + wang2 hai3 jian4 mai3 qiang1 shi1 bai4 hou4 yang2 mou3 you4 zai4 wang3 shang4 song2 yong3 wang2 hai3 jian4 zhi4 zao4 zha4 yao4 +001764 杭州的#1房地产#2也#1同样#1热闹#4。 + hang2 zhou1 de5 fang2 di4 chan3 ye3 tong2 yang4 re4 nao4 +001765 女主角#2名叫#1丹妮尔#3,两人#2从#1高中时#2便#1开始#1相爱#4。 + nv2 zhu3 jue2 ming2 jiao4 dan1 ni1 er3 liang3 ren2 cong2 gao1 zhong1 shi2 bian4 kai1 shi3 xiang1 ai4 +001766 五六六路#2和#1五六四路#3也改走#1短途#3,在#1武泰闸#1调头#4。 + wu3 liu4 liu4 lu4 he2 wu3 liu4 si4 lu4 ye3 gai2 zou2 duan3 tu2 zai4 wu3 tai4 zha2 diao4 tou2 +001767 全国#2花样#1滑冰#2女单#1冠军#2刘艳#3是#1今天的#1第一棒#1火炬手#4。 + quan2 guo2 hua1 yang4 hua2 bing1 nv3 dan1 guan4 jun1 liu2 yan4 shi4 jin1 tian1 de5 di4 yi1 bang4 huo3 ju4 shou3 +001768 零三年#2刘玉权#1血癌#1离世#3,宝珠#2也有#1出席#1丧礼#4。 + ling2 san1 nian2 liu2 yu4 quan2 xue4 ai2 li2 shi4 bao3 zhu1 ye2 you3 chu1 xi2 sang1 li3 +001769 捧在#1手里#3,烂叶#2直往下掉#4。 + peng3 zai4 shou2 li3 lan4 ye4 zhi2 wang3 xia4 diao4 +001770 现场#1已被#1封锁#3,由#1武警等#1把守#4。 + xian4 chang2 yi3 bei4 feng1 suo3 you2 wu2 jing2 deng3 ba2 shou3 +001771 后面的人#1催#3:喂#3,买呀#3,呆掉啦#4! + hou4 mian4 de5 ren2 cui1 wei4 mai3 ya5 dai1 diao4 la5 +001772 所以#2我们#1不用#1整天#2往#1地里跑#3,有时间#2帮儿子#2张罗#1喜酒的#1事情#4。 + suo2 yi3 wo3 men5 bu2 yong4 zheng3 tian1 wang3 di4 li2 pao3 you3 shi2 jian1 bang1 er2 zi5 zhang1 luo2 xi2 jiu3 de5 shi4 qing5 +001773 现在#1我腿#1还#1哆嗦呢#4。 + xian4 zai4 wo2 tui3 hai2 duo1 suo5 ne5 +001774 我#1随即问#3:这算是#2童养媳么#4… + wo3 sui2 ji2 wen4 zhe4 suan4 shi4 tong2 yang3 xi2 me5 +001775 我们的#1世界#2没有#1雾霾#1和#1阴天#3,永远#2天蓝#1草绿#3、阳光#1温暖#4。 + wo3 men5 de5 shi4 jie4 mei2 you3 wu4 mai2 he2 yin1 tian1 yong2 yuan3 tian1 lan2 cao3 lv4 yang2 guang1 wen1 nuan3 +001776 我#1现在#2长发#1飘飘#3,还未#1及腰#4… + wo3 xian4 zai4 chang2 fa4 piao1 piao1 hai2 wei4 ji2 yao1 +001777 流行性#1腮腺炎#2是由#2流行性#1腮腺炎#1病毒#2引起的#2急性#1传染病#4。 + liu2 xing2 xing4 sai1 xian4 yan2 shi4 you2 liu2 xing2 xing4 sai1 xian4 yan2 bing4 du2 yin2 qi3 de5 ji2 xing4 chuan2 ran3 bing4 +001778 因为#2程序猿#1爸爸#2还没有#1教我呀#4。 + yin1 wei4 cheng2 xu4 yuan2 ba4 ba5 hai2 mei2 you3 jiao1 wo3 ya5 +001779 她是#2全国#1青联#1委员吶#3,是#1模范呀#4。 + ta1 shi4 quan2 guo2 qing1 lian2 wei3 yuan2 na5 shi4 mo2 fan4 ya5 +001780 简称为#2“七九#1幺八网#3”,总规模#2约#2八点#1五万#1公里#4。 + jian3 cheng1 wei2 qi1 jiu3 yao1 ba1 wang3 zong3 gui1 mo2 yue1 ba1 dian2 wu3 wan4 gong1 li3 +001781 某男#2膀大#1腰圆#2乃#1方园#1十里#2公认的#1壮汉#3,在#1家里#2却#1毫无#1地位#4。 + mou3 nan2 bang3 da4 yao1 yuan2 nai3 fang1 yuan2 shi2 li3 gong1 ren4 de5 zhuang4 han4 zai4 jia1 li3 que4 hao2 wu2 di4 wei4 +001782 那#1耍#1小性子#1可以嘛#4? + na4 shua2 xiao3 xing4 zi5 ke2 yi3 ma5 +001783 这种#1僵持#2无疑让#1面粉厂#2最为#2“左右为难#4”。 + zhe4 zhong3 jiang1 chi2 wu2 yi2 rang4 mian4 fen2 chang3 zui4 wei2 zuo3 you4 wei2 nan2 +001784 面朝#1黄土#2背朝天的#1辛酸#3,他#1早有#1感悟#4。 + mian4 chao2 huang2 tu3 bei4 chao2 tian1 de5 xin1 suan1 ta1 zao2 you2 gan3 wu4 +001785 一旁的#1姐姐#2翟芬说#3,最初#2以为是#1传销者#2撒谎#2想骗#1她们去#4。 + yi4 pang2 de5 jie3 jie5 di2 fen1 shuo1 zui4 chu1 yi3 wei2 shi4 chuan2 xiao1 zhe3 sa1 huang3 xiang3 pian4 ta1 men5 qu4 +001786 另外#1一名#1队员#2肘部#2被刀#1刮伤#4。 + ling4 wai4 yi4 ming2 dui4 yuan2 zhou3 bu4 bei4 dao1 gua1 shang1 +001787 税法#1”规定#3,房屋#1赠与#2需交#1契税#4。 + shui4 fa3 gui1 ding4 fang2 wu1 zeng4 yu3 xu1 jiao1 qi4 shui4 +001788 外逃#1期间#3,曾给#2丰都县#2都督镇#2一个#2姓张的#1木匠#2当过#1干儿子#4。 + wai4 tao2 qi1 jian1 ceng2 gei3 feng1 du1 xian4 du1 du1 zhen4 yi2 ge4 xing4 zhang1 de5 mu4 jiang4 dang1 guo4 gan1 er2 zi5 +001789 特警#2手持#1撬棍#3,打开#1房门#4。 + te4 jing2 shou3 chi2 qiao4 gun4 da3 kai1 fang2 men2 +001790 今晚#1到#1明天#2陕北#2多云#1间晴#3,关中#2、陕南#2阴转#1多云#4。 + jin1 wan3 dao4 ming2 tian1 shan2 bei3 duo1 yun2 jian4 qing2 guan1 zhong1 shan3 nan2 yin1 zhuan3 duo1 yun2 +001791 徐匡迪#2主持#2闭幕#1大会#4。 + xu2 kuang1 di2 zhu3 chi2 bi4 mu4 da4 hui4 +001792 家里的#2主要#1经济#1来源#2靠#1爸爸#1养牲口#2、种地#3、砍柴#2烧炭#4。 + jia1 li3 de5 zhu3 yao4 jing1 ji4 lai2 yuan2 kao4 ba4 ba5 yang3 sheng1 kou5 zhong4 di4 kan3 chai2 shao1 tan4 +001793 如果#2想用#1这个#1影响我#3,别扯了#4。 + ru2 guo2 xiang3 yong4 zhe4 ge5 ying2 xiang2 wo3 bie2 che3 le5 +001794 我们#2倍感#1耻辱#3,但也#2无能为力#4。 + wo3 men5 bei4 gan3 chi2 ru3 dan4 ye3 wu2 neng2 wei2 li4 +001795 聊天#2止于#1呵呵啊#2,兄弟#4。 + liao2 tian1 zhi3 yu2 he1 he1 a5 xiong1 di4 +001796 这些#1帐篷#2是谁#1运来的#4? + zhe4 xie1 zhang4 peng5 shi4 shui2 yun4 lai2 de5 +001797 本次#1地震#2属#1浅源性#1强震#3,目前#2伤亡#1不详#4。 + ben3 ci4 di4 zhen4 shu2 qian3 yuan2 xing4 qiang2 zhen4 mu4 qian2 shang1 wang2 bu4 xiang2 +001798 营盘路#2湘江#1隧道#2四条#1匝道#3总长#2二点#1六五九#1公里#4。 + ying2 pan2 lu4 xiang1 jiang1 sui4 dao4 si4 tiao2 za1 dao4 zong3 chang2 er4 dian3 liu4 wu2 jiu3 gong1 li3 +001799 我们#1就说#1尕尕#3,一方#1一说#4。 + wo3 men5 jiu4 shuo1 ga2 ga3 yi4 fang1 yi4 shuo1 +001800 当然#2也有人#1认为#3,歌曲#2有#1低俗#1之嫌#4。 + dang1 ran2 ye2 you3 ren2 ren4 wei2 ge1 qu2 you3 di1 su2 zhi1 xian2 +001801 为堵#1窟窿#3,他又#1打起#2钻#2其他#1银行#1信贷#1漏洞的#1空子#4。 + wei4 du3 ku1 long5 ta1 you4 da2 qi3 zuan1 qi2 ta1 yin2 hang2 xin4 dai4 lou4 dong4 de5 kong4 zi5 +001802 此外#3,这头#1大象的#1眼睛#3还因#1一个#1男孩#2用#1棍棒#1猛戳#2而受#1重伤#4。 + ci3 wai4 zhe4 tou2 da4 xiang4 de5 yan3 jing5 hai2 yin1 yi2 ge4 nan2 hai2 yong4 gun4 bang4 meng3 chuo1 er2 shou4 zhong4 shang1 +001803 董洁#2闪亮#1“星星裙#2”尽显#1贵气#3,被#1粉丝#1围拍#4。 + dong3 jie2 shan3 liang4 xing1 xing5 qun2 jin4 xian3 gui4 qi4 bei4 fen3 si1 wei2 pai1 +001804 本报讯#3:杜绝#2二手房#1交易#2“阴阳#1合同#3”,这回#2要动#1真格儿的了#4。 + ben3 bao4 xun4 du4 jue2 er4 shou3 fang2 jiao1 yi4 yin1 yang2 he2 tong5 zhe4 hui2 yao4 dong4 zhen1 ger2 de5 le5 +001805 只要#2有错#1能改#2就是#1好样的#4! + zhi3 yao4 you3 cuo4 neng2 gai3 jiu4 shi4 hao3 yang4 de5 +001806 伴娘#1礼服#3与#1某#1著名#1品牌#2招牌#1礼服裙#2非常#1相似#4。 + ban4 niang2 li3 fu2 yu2 mou3 zhu4 ming2 pin3 pai2 zhao1 pai2 li3 fu2 qun2 fei1 chang2 xiang1 si4 +001807 二月#1丁卯#2,葬高陵#4。 + er4 yue4 ding1 mao3 zang4 gao1 ling2 +001808 嗯#3,八卦#1新闻#2总是#1很多#4。 + en4 ba1 gua4 xin1 wen2 zong3 shi4 hen3 duo1 +001809 星星#1听了#3,向我#1眨眼#4。 + xing1 xing5 ting1 le5 xiang4 wo3 zha2 yan3 +001810 他用出#2吃奶的#1力气#1想#3,但#1想#1这个#1东西#3是#1加#1二十分#1蛮力#2也#1无济于事的#4。 + ta1 yong4 chu1 chi1 nai3 de5 li4 qi4 xiang3 dan4 xiang3 zhe4 ge5 dong1 xi5 shi4 jia1 er4 shi2 fen1 man2 li4 ye3 wu2 ji4 yu2 shi4 de5 +001811 军方#2也有#1不少#1内讧#4。 + jun1 fang1 ye2 you3 bu4 shao3 nei4 hong4 +001812 坐地铁#1刚下#3,一只#1警犬#2汪汪#1叫着#2冲我#1扑过来#3,紧紧#1咬住#1我的包#4。 + zuo4 di4 tie3 gang1 xia4 yi4 zhi1 jing2 quan3 wang1 wang1 jiao4 zhe5 chong4 wo3 pu1 guo4 lai5 jin2 jin2 yao3 zhu4 wo3 de5 bao1 +001813 我国的#2冰雪#1运动#2起步晚#2、水准低#4。 + wo3 guo2 de5 bing1 xue3 yun4 dong4 qi3 bu4 wan3 shui2 zhun3 di1 +001814 从#2履历表看#3,董永安的#1晋升#1之路#2顺畅#4。 + cong2 lv3 li4 biao3 kan4 dong2 yong3 an1 de5 jin4 sheng1 zhi1 lu4 shun4 chang4 +001815 拥趸们的#2一味#1追捧#3,使他#2更加#1忘乎所以#3,越发#1骄横了#4。 + yong1 dun3 men5 de5 yi2 wei4 zhui1 peng3 shi3 ta1 geng4 jia1 wang4 hu1 suo2 yi3 yue4 fa1 jiao1 heng4 le5 +001816 晋陕#1蒙宁#2黑三角#3、湘黔渝#2锰三角#1等地的#1环境#1质量#2得到#1改善#4。 + jin4 shan2 meng3 ning2 hei1 san1 jiao3 xiang1 qian2 yu2 meng3 san1 jiao2 deng3 di4 de5 huan2 jing4 zhi4 liang4 de2 dao4 gai3 shan4 +001817 大楚网#2以及#1新恩施#1论坛上#3,对此#1建议的#1评论#1不断#4。 + da4 chu2 wang3 yi3 ji2 xin1 en1 shi1 lun4 tan2 shang4 dui4 ci3 jian4 yi4 de5 ping2 lun4 bu2 duan4 +001818 每天#2连轴转#1似的#3,比#1大人#1还累#4。 + mei3 tian1 lian2 zhou2 zhuan4 shi4 de5 bi3 da4 ren5 hai2 lei4 +001819 这个月#1要#1养活#1自己#2有点难#4。 + zhe4 ge4 yue4 yao4 yang3 huo2 zi4 ji3 you2 dian3 nan2 +001820 产业#1转移#2是不是#2把#1污染#2也#1转移了#4? + chan3 ye4 zhuan3 yi2 shi4 bu2 shi4 ba3 wu1 ran3 ye2 zhuan3 yi2 le5 +001821 任连军#2问#1张艳辉#2是否有#1反映#1材料#3,张艳辉说#2没有#4。 + ren4 lian2 jun1 wen4 zhang1 yan4 hui1 shi4 fou2 you2 fan3 ying4 cai2 liao4 zhang1 yan4 hui1 shuo1 mei2 you3 +001822 如今#3,胚胎#1干细胞#1研究#2取得了#1突破性#1进展#4。 + ru2 jin1 pei1 tai1 gan4 xi4 bao1 yan2 jiu1 qu3 de2 le5 tu1 po4 xing4 jin4 zhan3 +001823 抓#1发展#2有#1政绩#3,抓#1改革#2却#1容易#1得罪人#3,何苦#1来呢#4。 + zhua1 fa1 zhan3 you3 zheng4 ji4 zhua1 gai3 ge2 que4 rong2 yi4 de2 zui4 ren2 he2 ku3 lai2 ne5 +001824 本工程#2宏观#1走向#2与#1中缅#1管道#1一致#4。 + ben3 gong1 cheng2 hong2 guan1 zou3 xiang4 yu3 zhong1 mian2 guan3 dao4 yi2 zhi4 +001825 比如#3,新娘#2因#1嫁妆#1不足#2而被#1婆家人#2打死#2、烧死#4。 + bi3 ru2 xin1 niang2 yin1 jia4 zhuang5 bu4 zu2 er2 bei4 po2 jia1 ren2 da2 si3 shao1 si3 +001826 李中朵#2给#1公公#1喂饭#4。 + li3 zhong1 duo3 gei3 gong1 gong5 wei4 fan4 +001827 拱北#1隧道#2完全#1处于#1珠海的#1繁华#1城区#3,紧靠#1澳门#4。 + gong2 bei3 sui4 dao4 wan2 quan2 chu3 yu2 zhu1 hai3 de5 fan2 hua2 cheng2 qu1 jin3 kao4 ao4 men2 +001828 陪审团#2仅仅#1确认了#2凯西#2有向#2调查#1人员#1撒谎#2等#1四项#1轻罪#4。 + pei2 shen3 tuan2 jin2 jin3 que4 ren4 le5 kai3 xi1 you3 xiang4 diao4 cha2 ren2 yuan2 sa1 huang2 deng3 si4 xiang4 qing1 zui4 +001829 需不#1需要#2我#1赚钱#1养你呀#4? + xu1 bu4 xu1 yao4 wo3 zhuan4 qian2 yang2 ni3 ya5 +001830 日前#3,利辛县#2望疃镇#1农民#2在#1浇灌#1麦田#4。 + ri4 qian2 li4 xin1 xian4 wang4 tuan3 zhen4 nong2 min2 zai4 jiao1 guan4 mai4 tian2 +001831 而#1结果#2与#1我们的#1看法#1一致#4。 + er2 jie2 guo3 yu2 wo3 men5 de5 kan4 fa3 yi2 zhi4 +001832 一审#1宣判后#3,尚友沁#2提出#1上诉#4。 + yi1 shen3 xuan1 pan4 hou4 shang4 you3 qin4 ti2 chu1 shang4 su4 +001833 这也给#2茂陵#2、永陵#2等#1未开放的#2帝王#1陵寝#3增添了#2更多#1神秘#1色彩#4。 + zhe4 ye2 gei3 mao4 ling2 yong3 ling2 deng3 wei4 kai1 fang4 de5 di4 wang2 ling2 qin3 zeng1 tian1 le5 geng4 duo1 shen2 mi4 se4 cai3 +001834 两人#2一左#1一右#2,很是#1亲密#4。 + liang3 ren2 yi4 zuo3 yi2 you4 hen3 shi4 qin1 mi4 +001835 去#1海边#1走走#3,吹吹#1海风#4。 + qu4 hai3 bian1 zou2 zou3 chui1 chui5 hai3 feng1 +001836 只要#2狗一叫#3,耿素林#2就得#1起来#1瞅瞅#3,看#2是不是#1来了#1外人#4。 + zhi3 yao4 gou3 yi2 jiao4 geng3 su4 lin2 jiu4 dei2 qi3 lai2 chou2 chou3 kan4 shi4 bu2 shi4 lai2 le5 wai4 ren2 +001837 如意的#1外婆说#3,她#1馋得慌的#1时候#3,就用#1舌头#2在#1食物上#2舔两下#4。 + ru2 yi4 de5 wai4 po2 shuo1 ta1 chan2 de5 huang1 de5 shi2 hou5 jiu4 yong4 she2 tou5 zai4 shi2 wu4 shang4 tian2 liang3 xia4 +001838 俄罗斯#1官员#1相信#3,波捷#1耶夫#2现#1藏匿在#2美国#1某处#4。 + e2 luo2 si1 guan1 yuan2 xiang1 xin4 bo1 jie2 ye1 fu1 xian4 cang2 ni4 zai4 mei3 guo2 mou3 chu4 +001839 宽敞#1明亮的#1游泳馆#1内景#4。 + kuan1 chang3 ming2 liang4 de5 you2 yong2 guan3 nei4 jing3 +001840 阴雨天#2为了#1不烂#1茄子#2还得#1多打药#3,打一遍#2至少得#1百十#1块钱#4。 + yin1 yu3 tian1 wei4 le5 bu2 lan4 qie2 zi5 hai2 dei3 duo1 da3 yao4 da3 yi2 bian4 zhi4 shao2 dei2 bai3 shi2 kuai4 qian2 +001841 有#1村民称#3,张小伟#2很孝顺#3,出狱后#2与#1母亲#2一起#1居住#4。 + you3 cun1 min2 cheng1 zhang1 xiao2 wei2 hen3 xiao4 shun4 chu1 yu4 hou4 yu2 mu3 qin1 yi4 qi3 ju1 zhu4 +001842 据了解#3,海狗#2也称#2海熊#3、腽肭兽#4。 + ju4 liao2 jie3 hai2 gou3 ye3 cheng1 hai3 xiong2 wa4 na4 shou4 +001843 只能#2咬咬牙#1坚持#4。 + zhi3 neng2 yao2 yao3 ya2 jian1 chi2 +001844 我有#3,我有#1这怂样#4。 + wo2 you3 wo2 you3 zhe4 song2 yang4 +001845 好巧#3,偶也#1失眠#4。 + hao2 qiao3 ou2 ye3 shi1 mian2 +001846 这不#1因为#1工伤吗#3?上班忙#2胡乱#1吃早饭#3,加班#1熬夜#3,久坐#1不运动#4…… + zhe4 bu4 yin1 wei4 gong1 shang1 ma5 shang4 ban1 mang2 hu2 luan4 chi1 zao3 fan4 jia1 ban1 ao2 ye4 jiu3 zuo4 bu2 yun4 dong4 +001847 谷某#2摇摇晃晃#1倒地#4。 + gu2 mou3 yao2 yao2 huang4 huang4 dao3 di4 +001848 据#2阜阳#2新闻网#1报道#3,借钱时#2花言巧语#3,赖债时#2花招#1用尽#4。 + ju4 fu4 yang2 xin1 wen2 wang3 bao4 dao4 jie4 qian2 shi2 hua1 yan2 qiao2 yu3 lai4 zhai4 shi2 hua1 zhao1 yong4 jin4 +001849 阿汤嫂#2休闲#1打扮#2独自#1购物#4。 + a1 tang1 sao3 xiu1 xian2 da3 ban4 du2 zi4 gou4 wu4 +001850 春风#2又得意#3,掌中#2握乾坤#3,豁出#2我一个#3,造福#2一群人#4。 + chun1 feng1 you4 de2 yi4 zhang3 zhong1 wo4 qian2 kun1 huo1 chu1 wo3 yi2 ge4 zao4 fu2 yi4 qun2 ren2 +001851 傻逼说#3:操泥马的#3,你到是#1给#1老子#2破破啊#4! + sha3 bi1 shuo1 cao1 ni2 ma3 de5 ni3 dao4 shi4 gei2 lao3 zi5 po4 po4 a5 +001852 雨翔的#1床位#2在#1二号#1寝室#2靠门#1那铺#4。 + yu3 xiang2 de5 chuang2 wei4 zai4 er4 hao4 qin3 shi4 kao4 men2 na4 pu4 +001853 王玉珊#2不过是#2伊克昭盟#2治沙#1功臣中的#1一名#4。 + wang2 yu4 shan1 bu2 guo4 shi4 yi1 ke4 zhao1 meng2 zhi4 sha1 gong1 chen2 zhong1 de5 yi4 ming2 +001854 据他#1描述#3,当时#2浑身#1瘫软#3,哆哆嗦嗦#3,害怕#2甚至#1压过#1愤怒#4。 + ju4 ta1 miao2 shu4 dang1 shi2 hun2 shen1 tan1 ruan3 duo1 duo5 suo1 suo1 hai4 pa4 shen4 zhi4 ya1 guo5 fen4 nu4 +001855 寔维奉宣#3,殚厥心力#4。 + shi2 wei2 feng4 xuan1 dan1 jue2 xin1 li4 +001856 销量#1吃紧#2敢于#1摁下#2连涨#1三年的#1势头#3,苏宁#2自有#1所依#4。 + xiao1 liang4 chi1 jin3 gan3 yu2 en4 xia4 lian2 zhang3 san1 nian2 de5 shi4 tou2 su1 ning2 zi4 you2 suo3 yi1 +001857 曹小姐#1发现#3,这款#1连裤袜#3与#1平常的#1丝袜#1相比#2较硬#3,很难#1穿进#4。 + cao2 xiao2 jie3 fa1 xian4 zhe4 kuan3 lian2 ku4 wa4 yu3 ping2 chang2 de5 si1 wa4 xiang1 bi3 jiao4 ying4 hen3 nan2 chuan1 jin4 +001858 救援#1人员#2将#1昏迷的#1驴友#2运送#1下山#4。 + jiu4 yuan2 ren2 yuan2 jiang1 hun1 mi2 de5 lv2 you3 yun4 song4 xia4 shan1 +001859 经常#2挑扁担的#1人#3,锁骨#1位置#2会有#1明显的#1磨损#4。 + jing1 chang2 tiao1 bian3 dan4 de5 ren2 suo2 gu3 wei4 zhi4 hui4 you3 ming2 xian3 de5 mo2 sun3 +001860 第二桌的#1议题#2是读#2“红楼梦”的#1认识#2与#1感想#4。 + di4 er4 zhuo1 de5 yi4 ti2 shi4 du2 hong2 lou2 meng4 de5 ren4 shi5 yu3 gan2 xiang3 +001861 由于#2遭遇#1乱流#3,飞机#1发生#2较大#1颠簸#3,冯玉#2感觉#1下身#2一阵#1凉意#4。 + you2 yu2 zao1 yu4 luan4 liu2 fei1 ji1 fa1 sheng1 jiao4 da4 dian1 bo3 feng2 yu4 gan3 jue2 xia4 shen1 yi2 zhen4 liang2 yi4 +001862 指挥员#2迅速#1联系#1挖掘机#3搬移#2过火#2棉花包#4。 + zhi3 hui1 yuan2 xun4 su4 lian2 xi4 wa1 jue2 ji1 ban1 yi2 guo4 huo3 mian2 hua1 bao1 +001863 然而#3,再#1凶恶#1狡猾的#1豺狼#3,也#1逃脱#1不了#2猎人#1枪口#4。 + ran2 er2 zai4 xiong1 e4 jiao3 hua2 de5 chai2 lang2 ye3 tao2 tuo1 bu4 liao3 lie4 ren2 qiang1 kou3 +001864 力塔洪#2回到#1英吉沙后#3,宁波的#2馕饼摊#2由#1弟弟#1托合提#1接管#4。 + li4 ta3 hong2 hui2 dao4 ying1 ji2 sha1 hou4 ning2 bo1 de5 nang2 bing3 tan1 you2 di4 di5 tuo1 he2 ti2 jie1 guan3 +001865 只要#2不讲#1假话#3、不造#1伪史#3,就是#1秉笔#4。 + zhi3 yao4 bu4 jiang2 jia3 hua4 bu2 zao4 wei2 shi3 jiu4 shi4 bing2 bi3 +001866 辻元#1清美#2反对#1自卫队#3在#1海外#2使用#1武器#4。 + shi2 yuan2 qing1 mei3 fan3 dui4 zi4 wei4 dui4 zai4 hai3 wai4 shi3 yong4 wu3 qi4 +001867 嗯说#2可是#1肿么说#4。 + en4 shuo1 ke3 shi4 zhong3 me5 shuo1 +001868 哦#3,好像是#2戴望舒#2或#1柳亚子#1写的#3,写得#1怎么样#4? + o4 hao3 xiang4 shi4 dai4 wang4 shu1 huo4 liu3 ya4 zi2 xie3 de5 xie3 de5 zen3 me5 yang4 +001869 被害人#2内脏#2、皮肉等#3丢弃在#2黄务#1姜家疃#2附近的#1河沟里#4。 + bei4 hai4 ren2 nei4 zang4 pi2 rou4 deng3 diu1 qi4 zai4 huang2 wu4 jiang1 jia1 tuan3 fu4 jin4 de5 he2 gou1 li3 +001870 围堰#1进水#3,将#1影响#2已是#1掐着#1分秒#1计算的#1工期#4。 + wei2 yan4 jin4 shui3 jiang1 ying2 xiang3 yi3 shi4 qia1 zhe5 fen1 miao3 ji4 suan4 de5 gong1 qi1 +001871 金松群的#1作品#3“鱼#3、静瓶#3、琵琶#4”。 + jin1 song1 qun2 de5 zuo4 pin3 yu2 jing4 ping2 pi2 pa5 +001872 吃#1生泥鳅#3、固元膏#3,每天#2穴位#1注射#2复方#1当归#1注射液#4。 + chi1 sheng1 ni2 qiu5 gu4 yuan2 gao1 mei3 tian1 xue2 wei4 zhu4 she4 fu4 fang1 dang1 gui1 zhu4 she4 ye4 +001873 我#1抡着#1铁锤#2向#1车窗#1砸去#3,砸烂#1一个#2再砸#2下一个#4。 + wo3 lun1 zhe5 tie3 chui2 xiang4 che1 chuang1 za2 qu4 za2 lan4 yi2 ge4 zai4 za2 xia4 yi2 ge4 +001874 张母#2虽#1没有#1揽女#1跳楼#3,但#1反锁#1大门#2与警#1对峙#4。 + zhang1 mu3 sui1 mei2 you3 lan2 nv3 tiao4 lou2 dan4 fan2 suo3 da4 men2 yu2 jing3 dui4 zhi4 +001875 众所#1周知#3,河豚鱼#2味道#1鲜美#3,但#1含有#1剧毒#4。 + zhong4 suo3 zhou1 zhi1 he2 tun2 yu2 wei4 dao5 xian1 mei3 dan4 han2 you3 ju4 du2 +001876 他#1坦言#2自己#1有跟#1对方学#2变#1戒指#4。 + ta1 tan3 yan2 zi4 ji2 you3 gen1 dui4 fang1 xue2 bian4 jie4 zhi5 +001877 警长#2崔索尔#2告诉#1当地#1媒体#3,此鞋的#1尺寸#2是#1男鞋#1十号#4。 + jing2 zhang3 cui1 suo2 er3 gao4 su4 dang1 di4 mei2 ti3 ci3 xie2 de5 chi3 cun4 shi4 nan2 xie2 shi2 hao4 +001878 她#1以为#2孩子#1饿了#3,就冲#1奶粉#1给他喝#3,小东#1喝完后#2仍然#1哭闹#4。 + ta1 yi3 wei2 hai2 zi5 e4 le5 jiu4 chong1 nai2 fen3 gei3 ta1 he1 xiao3 dong1 he1 wan2 hou4 reng2 ran2 ku1 nao4 +001879 在#1这里#3,溢彩#1流光#3,璀璨#1无比#4。 + zai4 zhe4 li3 yi4 cai3 liu2 guang1 cui3 can4 wu2 bi3 +001880 更合#1士兵#1口味的是#3,营舍#1以后#2可以挂#1美女#1图片#4。 + geng4 he2 shi4 bing1 kou3 wei4 de5 shi4 ying2 she4 yi3 hou4 ke2 yi3 gua4 mei2 nv3 tu2 pian4 +001881 盛典#1置业#1负责人#2华文祥#3则#1承认#2存在#1团购#1行为#4。 + sheng4 dian3 zhi4 ye4 fu4 ze2 ren2 hua2 wen2 xiang2 ze2 cheng2 ren4 cun2 zai4 tuan2 gou4 xing2 wei2 +001882 她从#1那捆#1烤肠中#2抽了#1其中#1一根#1来吃#4。 + ta1 cong2 na4 kun2 kao3 chang2 zhong1 chou1 le5 qi2 zhong1 yi4 gen1 lai2 chi1 +001883 桂圆#1八宝粥#2不错呀#4。 + gui4 yuan2 ba1 bao3 zhou1 bu2 cuo4 ya5 +001884 也会有#1甜的#1时候呀#4。 + ye3 hui4 you3 tian2 de5 shi2 hou4 ya5 +001885 当然#1帅啦#3,在我#1心中#3你#1又帅#1又酷#4。 + dang1 ran2 shuai4 la5 zai4 wo3 xin1 zhong1 ni3 you4 shuai4 you4 ku4 +001886 这#1几天#2天气#1凉快#2不开#1空调了#3,蚊子#2都从#2蚊帐#1缝里#2往#1里面钻#4。 + zhe4 ji3 tian1 tian1 qi4 liang2 kuai5 bu4 kai1 kong1 tiao2 le5 wen2 zi5 dou1 cong2 wen2 zhang4 feng4 li3 wang2 li3 mian4 zuan4 +001887 众网友#2纷纷#1支持#2郑渊洁#2向#1工行#2讨说法#4。 + zhong4 wang2 you3 fen1 fen1 zhi1 chi2 zheng4 yuan1 jie2 xiang4 gong1 hang2 tao3 shuo1 fa3 +001888 军训#2最后#1一天#2是#1全校的#1总检阅#4。 + jun1 xun4 zui4 hou4 yi4 tian1 shi4 quan2 xiao4 de5 zong2 jian3 yue4 +001889 其中#3,福州#2居于#1榜首#4。 + qi2 zhong1 fu2 zhou1 ju1 yu2 bang2 shou3 +001890 黑手党#2试图#1以此#2抹黑#2肯尼迪#3并#2将之#1作为#2要挟的#1工具#4。 + hei1 shou2 dang3 shi4 tu2 yi2 ci2 mo3 hei1 ken3 ni2 di2 bing4 jiang1 zhi1 zuo4 wei2 yao1 xie2 de5 gong1 ju4 +001891 他的#1孙女#2后来#1死于#2嗑药#4。 + ta1 de5 sun1 nv3 hou4 lai2 si3 yu2 ke4 yao4 +001892 十一五#1期间#3,广西#2找准#1差距#3,对症#1下药#4。 + shi2 yi1 wu3 qi1 jian1 guang3 xi1 zhao2 zhun3 cha1 ju4 dui4 zheng4 xia4 yao4 +001893 应该#2给#1重罚#2或#1撵出#1中国#4。 + ying1 gai1 gei3 zhong4 fa2 huo4 nian3 chu1 zhong1 guo2 +001894 我#1真想#1给你#1捶捶背#4。 + wo3 zhen1 xiang3 gei2 ni3 chui2 chui2 bei4 +001895 南京#2鸡鸣寺#2药师塔#1起火#4。 + nan2 jing1 ji1 ming2 si4 yao4 shi1 ta3 qi2 huo3 +001896 记者#2从#1坍塌#1窑体的#1砖上#3掰掉#2黏合#1部分#3,轻轻#1一捏#3,即#1碎成#1粉末#4。 + ji4 zhe3 cong2 tan1 ta1 yao2 ti3 de5 zhuan1 shang4 bai1 diao4 nian2 he2 bu4 fen5 qing1 qing1 yi4 nie1 ji2 sui4 cheng2 fen3 mo4 +001897 供销社#2破产后#3,他#1走南闯北#3,以卖#2烤#1羊肉串#1为生#4。 + gong1 xiao1 she4 po4 chan3 hou4 ta1 zou3 nan2 chuang2 bei3 yi3 mai4 kao3 yang2 rou4 chuan4 wei2 sheng1 +001898 棱角#1分明的#2硬朗#1笔触#3雕刻出#2更趋#1前卫#2而#1概念化的#1前脸#4。 + leng2 jiao3 fen1 ming2 de5 ying4 lang2 bi3 chu4 diao1 ke4 chu1 geng4 qu1 qian2 wei4 er2 gai4 nian4 hua4 de5 qian2 lian3 +001899 我去那#2给#1你们扛#1矿泉水#1都行#4。 + wo3 qu4 na4 gei2 ni3 men5 kang2 kuang4 quan2 shui3 dou1 xing2 +001900 人家是#2大智若愚嘛#4。 + ren2 jia1 shi4 da4 zhi4 ruo4 yu2 ma5 +001901 两头#2湖南#1来汉#1送检的#1江豚#1尸体#2已运走#4。 + liang3 tou2 hu2 nan2 lai2 han4 song4 jian3 de5 jiang1 tun2 shi1 ti2 yi3 yun4 zou3 +001902 上周五#3,泰勒#2参加#2脱口秀#2“艾伦#2爱说笑”的#1录制#4。 + shang4 zhou1 wu3 tai4 le4 can1 jia1 tuo1 kou3 xiu4 ai4 lun2 ai4 shuo1 xiao4 de5 lu4 zhi4 +001903 演#1这部戏#3,每天#1都与#2锅碗瓢盆#1打交道#4。 + yan3 zhe4 bu4 xi4 mei3 tian1 dou1 yu3 guo1 wan3 piao2 pen2 da3 jiao1 dao4 +001904 当#1确定#2严俊出#1事后#3,严俊的#1母亲#2几近#1晕厥#4。 + dang1 que4 ding4 yan2 jun4 chu1 shi4 hou4 yan2 jun4 de5 mu3 qin1 ji1 jin4 yun1 jue2 +001905 天气#1预报#1只说#3今天#1有雨#4。 + tian1 qi4 yu4 bao4 zhi3 shuo1 jin1 tian1 you2 yu3 +001906 尽管#2字体#2歪歪斜斜#3,但#1句句#2饱含#1深情#4。 + jin2 guan3 zi4 ti3 wai1 wai1 xie2 xie2 dan4 ju4 ju4 bao3 han2 shen1 qing2 +001907 当然要#2买买#1买啦#4。 + dang1 ran2 yao4 mai2 mai2 mai3 la5 +001908 可他#1立志#2要#1闯出#1一番#2新天地#4。 + ke3 ta1 li4 zhi4 yao4 chuang3 chu1 yi4 fan1 xin1 tian1 di4 +001909 本报#2摘登#1部分#2以飨#1读者#4。 + ben3 bao4 zhai1 deng1 bu4 fen5 yi2 xiang3 du2 zhe3 +001910 它的#2抽象#1服务#2原语#2定义#1如下#4。 + ta1 de5 chou1 xiang4 fu2 wu4 yuan2 yu3 ding4 yi4 ru2 xia4 +001911 但#1如今#3,古城墙#2却被#1剥了皮#3,凿成#1窑洞#3,城砖#3也被#1垒成#1猪窝#4。 + dan4 ru2 jin1 gu3 cheng2 qiang2 que4 bei4 bo1 le5 pi2 zao2 cheng2 yao2 dong4 cheng2 zhuan1 ye3 bei4 lei3 cheng2 zhu1 wo1 +001912 美邦#2要做#1全球的#1裁缝#4。 + mei3 bang1 yao4 zuo4 quan2 qiu2 de5 cai2 feng5 +001913 这一天#3,“第一#1窗口”的#1“闺女#2”张瑜#2要#1出嫁了#4。 + zhe4 yi4 tian1 di4 yi1 chuang1 kou3 de5 gui1 nv5 zhang1 yu2 yao4 chu1 jia4 le5 +001914 康君元#1认为#3,这是#1有人#2故意#1在上面#2涂抹#1蓝漆#4。 + kang1 jun1 yuan2 ren4 wei2 zhe4 shi4 you3 ren2 gu4 yi4 zai4 shang4 mian4 tu2 mo3 lan2 qi1 +001915 肖强#1提醒#3,“闯红灯#2”存在着#1严重#2安全#1隐患#4。 + xiao1 qiang2 ti2 xing3 chuang3 hong2 deng1 cun2 zai4 zhe5 yan2 zhong4 an1 quan2 yin3 huan4 +001916 烟火#2首先#1从#2船舱#1甲板上#1冒出#4。 + yan1 huo3 shou3 xian1 cong2 chuan2 cang1 jia2 ban3 shang4 mao4 chu1 +001917 她#1经常以#1昵称#2“小柔#3”在#1网上#2“钓鱼#2”联系#1嫖客#4。 + ta1 jing1 chang2 yi3 ni4 cheng1 xiao3 rou2 zai4 wang3 shang4 diao4 yu2 lian2 xi4 piao2 ke4 +001918 前#2国家#2乒乓队#1成员#3陈佑铭#4。 + qian2 guo2 jia1 ping1 pang1 dui4 cheng2 yuan2 chen2 you4 ming2 +001919 经纪人#2霍汶希#2也发#1微博#2对#1传闻#2又#1表示#1愤怒#3称#2太过#1荒谬#4。 + jing1 ji4 ren2 huo4 wen4 xi1 ye3 fa1 wei1 bo2 dui4 chuan2 wen2 you4 biao3 shi4 fen4 nu4 cheng1 tai4 guo4 huang1 miu4 +001920 主播们#2能否#1改一改#2照#1提示板#1念稿的#1固有#1模式#4? + zhu3 bo1 men5 neng2 fou2 gai3 yi4 gai3 zhao4 ti2 shi4 ban3 nian4 gao3 de5 gu4 you3 mo2 shi4 +001921 窈窕淑女#3,君子#1好逑#4。 + yao2 tiao3 shu1 nv3 jun1 zi2 hao3 qiu2 +001922 另外#3,我#1有个#1侄孙儿#2是#1脑瘫儿#3,我也#1准备给#1他家点#1帮助#4。 + ling4 wai4 wo2 you3 ge5 zhi2 sun1 er5 shi4 nao3 tan1 er2 wo2 ye2 zhun3 bei4 gei3 ta1 jia1 dian3 bang1 zhu4 +001923 到底#2把他#1这个#1罗锅儿#2直过来了#3,他#1给我#1输完液#2我才#1走的#4。 + dao4 di2 ba3 ta1 zhe4 ge5 luo2 guo1 er5 zhi2 guo4 lai5 le5 ta1 gei2 wo3 shu1 wan2 ye4 wo3 cai2 zou3 de5 +001924 不能#2因噎#1废食啊#4。 + bu4 neng2 yin1 ye1 fei4 shi2 a5 +001925 民警#1纳闷#2为何#1再续#1前缘#3,却#1带刀#1赴会#4。 + min2 jing3 na4 men4 wei4 he2 zai4 xu4 qian2 yuan2 que4 dai4 dao1 fu4 hui4 +001926 他也#1遇到了#1一个#1挑货郎#4。 + ta1 ye3 yu4 dao4 le5 yi2 ge4 tiao1 huo4 lang2 +001927 有#1乘坐#2幺#1二二二次#1列车史#4。 + you3 cheng2 zuo4 yao1 er4 er4 er4 ci4 lie4 che1 shi3 +001928 您#1咋知道#2我是#1孤儿的#4? + nin2 za3 zhi1 dao4 wo3 shi4 gu1 er2 de5 +001929 仔细#1端详#1片刻#3,肖某#2询问#1店员#2是否#1能打折#4。 + zi3 xi4 duan1 xiang2 pian4 ke4 xiao1 mou3 xun2 wen4 dian4 yuan2 shi4 fou3 neng2 da3 zhe2 +001930 喜剧中#2莫文蔚的#1表演#3,百无禁忌#3,酣畅淋漓#4。 + xi3 ju4 zhong1 mo4 wen2 wei4 de5 biao2 yan3 bai3 wu2 jin4 ji4 han1 chang4 lin2 li2 +001931 埃斯#1梅拉达号#3迎着#2太平洋的#1风浪#2缓缓#1航行#4。 + ai1 si1 mei2 la1 da2 hao4 ying2 zhe5 tai4 ping2 yang2 de5 feng1 lang4 huan2 huan3 hang2 xing2 +001932 为了#1返回舱#2安全#1着想#3,接下来#3要把#1剩余#1电量#1放出#4。 + wei4 le5 fan3 hui2 cang1 an1 quan2 zhuo2 xiang3 jie1 xia4 lai2 yao4 ba3 sheng4 yu2 dian4 liang4 fang4 chu1 +001933 陈兵#2一下子#1火了#3,大吼#1起来#4。 + chen2 bing1 yi2 xia4 zi5 huo3 le5 da4 hou2 qi3 lai2 +001934 卢文焕#2就在#1剿匪#1部队中#4。 + lu2 wen2 huan4 jiu4 zai4 jiao2 fei3 bu4 dui4 zhong1 +001935 刘婷#2气得#1到#1堂屋#2穿袜子#2、换鞋#4。 + liu2 ting2 qi4 de2 dao4 tang2 wu1 chuan1 wa4 zi5 huan4 xie2 +001936 贵州#2“啃雪#2”交警#1照片#4。 + gui4 zhou1 ken2 xue3 jiao1 jing3 zhao4 pian4 +001937 许多#1美妙的#1念头#2纷至沓来#4。 + xu3 duo1 mei3 miao4 de5 nian4 tou5 fen1 zhi4 ta4 lai2 +001938 男子#2命令#1陈颖#2拿出#1行驶证#4。 + nan2 zi3 ming4 ling4 chen2 ying3 na2 chu1 xing2 shi3 zheng4 +001939 这一#1行为#1之恶劣#3,值得#1引起#2高度#1警惕#3,尤应#1防范#2其#1谬种#1流传#4。 + zhe4 yi4 xing2 wei2 zhi1 e4 lie4 zhi2 de2 yin2 qi3 gao1 du4 jing3 ti4 you2 ying1 fang2 fan4 qi2 miu4 zhong3 liu2 chuan2 +001940 兔子#1不吃#2窝边草#4! + tu4 zi5 bu4 chi1 wo1 bian1 cao3 +001941 我#1讨厌吃#2味道#1怪怪的#1食物#3,比如#2榴莲#4。 + wo2 tao3 yan4 chi1 wei4 dao4 guai4 guai4 de5 shi2 wu4 bi3 ru2 liu2 lian2 +001942 永州#2、郴州市#2加强了#2强降雨#1防御#1工作#3,积极#1应对#4。 + yong3 zhou1 chen1 zhou1 shi4 jia1 qiang2 le5 qiang2 jiang4 yu3 fang2 yu4 gong1 zuo4 ji1 ji2 ying4 dui4 +001943 时隔#1四年#3,那晚的#1喧嚣#3,仍#1余音绕梁#4。 + shi2 ge2 si4 nian2 na4 wan3 de5 xuan1 xiao1 reng2 yu2 yin1 rao4 liang2 +001944 一场#2选美#3,愣是#1发酵成#1一顿#2“吐槽#1盛宴#4”。 + yi4 chang3 xuan2 mei3 leng4 shi4 fa1 jiao4 cheng2 yi2 dun4 tu3 cao2 sheng4 yan4 +001945 当期#1参考#1收益率#3百分之#1三点#2四五#1五四#4。 + dang1 qi1 can1 kao3 shou1 yi4 lv4 bai3 fen1 zhi1 san1 dian3 si4 wu2 wu3 si4 +001946 他进#1浴缸的#1时候#2忘记#1脱袜子了#4。 + ta1 jin4 yu4 gang1 de5 shi2 hou4 wang4 ji4 tuo1 wa4 zi5 le5 +001947 包某#2被砍#1几刀后#3,开始#1求饶#4。 + bao1 mou3 bei4 kan2 ji3 dao1 hou4 kai1 shi3 qiu2 rao2 +001948 刘瑜#1同学#1看到#3,黑板槽里#2那#1寥寥无几的#1粉笔头#3,很快#2消耗#1一空#4。 + liu2 yu2 tong2 xue2 kan4 dao4 hei1 ban3 cao2 li3 na4 liao2 liao2 wu2 ji3 de5 fen2 bi3 tou2 hen3 kuai4 xiao1 hao4 yi4 kong1 +001949 如果#2依然#1有人#1要做#1“葫芦僧#3”,那#1“葫芦案#3”恐怕#2在所难免#4。 + ru2 guo3 yi1 ran2 you3 ren2 yao4 zuo4 hu2 lu5 seng1 na4 hu2 lu5 an4 kong3 pa4 zai4 suo3 nan2 mian3 +001950 瓮安#1事件#2引发#1贵州#1全省#2打黑#1除恶的#1高峰#4。 + weng4 an1 shi4 jian4 yin3 fa1 gui4 zhou1 quan2 sheng3 da3 hei1 chu2 e4 de5 gao1 feng1 +001951 这将会#1消除#2中文#1电脑#1软件#2与#1外文#1软件#2互不#1兼容的#1障碍#4。 + zhe4 jiang1 hui4 xiao1 chu2 zhong1 wen2 dian4 nao2 ruan3 jian4 yu3 wai4 wen2 ruan3 jian4 hu4 bu4 jian1 rong2 de5 zhang4 ai4 +001952 外界#2越想#1探究#3,我就#2越想#1躲起来#4。 + wai4 jie4 yue4 xiang3 tan4 jiu1 wo3 jiu4 yue4 xiang3 duo2 qi3 lai5 +001953 客车#1驾驶员#2唐源亨#3伤势#1较重#4。 + ke4 che1 jia4 shi3 yuan2 tang2 yuan2 heng1 shang1 shi4 jiao4 zhong4 +001954 给#1建筑#1外墙#2加装#2保温#1材料#3俗称#2给#1建筑#2穿#1“棉袄#4”。 + gei3 jian4 zhu4 wai4 qiang2 jia1 zhuang1 bao3 wen1 cai2 liao4 su2 cheng1 gei3 jian4 zhu4 chuan1 mian2 ao3 +001955 人生#2偶尔#1有点#1缺陷#2也不错#3,我#1没有#1想好#4。 + ren2 sheng1 ou2 er3 you2 dian3 que1 xian4 ye3 bu2 cuo4 wo3 mei2 you3 xiang2 hao3 +001956 入夜#3,温州#1上空#2闪电#1突袭#3,响雷#1乍起#3,电闪雷鸣#1中#3大雨#2倾盆而下#4。 + ru4 ye4 wen1 zhou1 shang4 kong1 shan3 dian4 tu1 xi2 xiang3 lei2 zha4 qi3 dian4 shan3 lei2 ming2 zhong1 da4 yu3 qing1 pen2 er2 xia4 +001957 在#1瓮安县#2政法委#1工作的#1王盾说#4。 + zai4 weng4 an1 xian4 zheng4 fa2 wei3 gong1 zuo4 de5 wang2 dun4 shuo1 +001958 记者#1站在#1坑边#3,还#1不断#2有#1泥土#2往#1坑里#1掉落#4。 + ji4 zhe3 zhan4 zai4 keng1 bian1 hai2 bu2 duan4 you3 ni2 tu2 wang3 keng1 li3 diao4 luo4 +001959 此外#3,伊万诺夫#2还#1掌控着#2多家#1赌场#4。 + ci3 wai4 yi1 wan4 nuo4 fu1 hai2 zhang3 kong4 zhe5 duo1 jia1 du2 chang3 +001960 影院#2、品酒#2和#1烹饪班#2紧随#1其后#4。 + ying3 yuan4 pin2 jiu3 he2 peng1 ren4 ban1 jin3 sui2 qi2 hou4 +001961 深证#1成指#2则#1率先#2企稳#1反弹#4。 + shen1 zheng4 cheng2 zhi3 ze2 shuai4 xian1 qi2 wen2 fan3 tan2 +001962 冰面#2略有些滑#3,只好择#2冰面上#2有雪的#1地方走#4。 + bing1 mian4 lve4 you3 xie1 hua2 zhi2 hao3 ze2 bing1 mian4 shang4 you2 xue3 de5 di4 fang1 zou3 +001963 远处#1眺望#3,楼台#1醒目#3,殿堂#1叠翠#3,金碧#1辉煌#3,宏观#2而#1壮美#4。 + yuan3 chu4 tiao4 wang4 lou2 tai2 xing3 mu4 dian4 tang2 die2 cui4 jin1 bi4 hui1 huang2 hong2 guan1 er2 zhuang4 mei3 +001964 情况#1危急#3,李智广#2踹门#2冲进#1屋内#4。 + qing2 kuang4 wei1 ji2 li3 zhi4 guang3 chuai4 men2 chong4 jin4 wu1 nei4 +001965 呐#3,饿不饿#3,自己#1去煮#1碗面吃#4。 + na4 e4 bu2 e4 zi4 ji3 qu4 zhu2 wan3 mian4 chi1 +001966 存在#2淹井#1隐患的#1矿井#3,暴雨#1期间#2一律#2严禁#2井下#1作业#4。 + cun2 zai4 yan1 jing2 yin3 huan4 de5 kuang4 jing3 bao4 yu3 qi1 jian1 yi2 lv4 yan2 jin4 jing3 xia4 zuo4 ye4 +001967 我很#1乐意#2为主人#1服务#4。 + wo2 hen3 le4 yi4 wei4 zhu3 ren2 fu2 wu4 +001968 救援#1人员#1推测#3,这一#1钻孔的#1另一端#3即为#2遇困#1矿工#1所处的#1坑道#4。 + jiu4 yuan2 ren2 yuan2 tui1 ce4 zhe4 yi2 zuan4 kong3 de5 ling4 yi4 duan1 ji2 wei2 yu4 kun4 kuang4 gong1 suo2 chu3 de5 keng1 dao4 +001969 我买的#1主要#1产品#2是#1文具#2、礼品类#4。 + wo2 mai3 de5 zhu3 yao4 chan2 pin3 shi4 wen2 ju4 li2 pin3 lei4 +001970 张无忌#2见#1自己的#1字#3一扫#1颓靡#3,也#1满心#1喜欢#4。 + zhang1 wu2 ji4 jian4 zi4 ji3 de5 zi4 yi4 sao3 tui2 mi3 ye2 man3 xin1 xi3 huan1 +001971 中国#1海监#2二六二#2、二六三船#3在#1北部湾#1海域#1巡航#4。 + zhong1 guo2 hai3 jian1 er4 liu4 er4 er4 liu4 san1 chuan2 zai4 bei3 bu4 wan1 hai3 yu4 xun2 hang2 +001972 有一天#3,蛇的#1尾巴#2拼命#1争吵着#3要#1由他#1领路#4。 + you3 yi4 tian1 she2 de5 wei3 ba1 pin1 ming4 zheng1 chao3 zhe5 yao4 you2 ta1 ling3 lu4 +001973 突然#3,旁听席上#2一阵#1骚动#4。 + tu1 ran2 pang2 ting1 xi2 shang4 yi2 zhen4 sao1 dong4 +001974 据#1阿扎曼#1交代#3,他是#1被#1取缔的#3巴军事#1派别#2虔诚军#1成员#4。 + ju4 a1 zha1 man4 jiao1 dai4 ta1 shi4 bei4 qu3 di4 de5 ba1 jun1 shi4 pai4 bie2 qian2 cheng2 jun1 cheng2 yuan2 +001975 这种#1玉米#2颜色#2极其#1绚烂#3,但#1完全#1可以#1食用#4。 + zhe4 zhong3 yu4 mi3 yan2 se4 ji2 qi2 xuan4 lan4 dan4 wan2 quan2 ke2 yi3 shi2 yong4 +001976 周杰伦#2因爆粗#2打#1记者#1引关注#4。 + zhou1 jie2 lun2 yin1 bao4 cu1 da3 ji4 zhe2 yin3 guan1 zhu4 +001977 赵蕊蕊#2曾是#1中国#1女排的#1核心#1球员#3,可惜#2因为#1伤病#2而#1远离#1赛场#4。 + zhao4 rui2 rui3 ceng2 shi4 zhong1 guo2 nv3 pai2 de5 he2 xin1 qiu2 yuan2 ke3 xi1 yin1 wei4 shang1 bing4 er2 yuan3 li2 sai4 chang3 +001978 你#1一直#1在我#1脑海里#1转悠#4。 + ni3 yi4 zhi2 zai4 wo3 nao2 hai2 li3 zhuan4 you5 +001979 所以#1在#1文理#1方面#3,我从#1他那儿#2开始#1研究#1佛法的#4。 + suo2 yi3 zai4 wen2 li3 fang1 mian4 wo3 cong2 ta1 nar4 kai1 shi3 yan2 jiu1 fo2 fa3 de5 +001980 内容#1创建#2是#1最昂贵的#4。 + nei4 rong2 chuang4 jian4 shi4 zui4 ang2 gui4 de5 +001981 尾部的#2脑袋#1略小#3,但#1眼、嘴#1齐全#4。 + wei3 bu4 de5 nao3 dai4 lve4 xiao3 dan4 yan2 zui3 qi2 quan2 +001982 希尔顿#2开#2红色#1法拉利#3,“长记性#2”双腿#1并拢#1下车#4。 + xi1 er3 dun4 kai1 hong2 se4 fa3 la1 li4 zhang3 ji4 xing4 shuang1 tui3 bing4 long3 xia4 che1 +001983 卜#1济南#2东盛#1物业#2管理#1有限#1公司#2贴出的#1通知#4。 + bu2 ji3 nan2 dong1 sheng4 wu4 ye4 guan2 li2 you3 xian4 gong1 si1 tie1 chu1 de5 tong1 zhi1 +001984 老汉儿#2对#1“双规#2”习以为常了#4。 + lao3 hanr4 dui4 shuang1 gui1 xi2 yi3 wei2 chang2 le5 +001985 切记#2不要#1追涨#1杀跌#4。 + qie4 ji4 bu2 yao4 zhui1 zhang3 sha1 die1 +001986 她要#2格蕾丝#2向#1章子怡#1学习#3,像她#1一样#2保持#1苗条#1身材#4。 + ta1 yao4 ge2 lei2 si1 xiang4 zhang1 zi3 yi2 xue2 xi2 xiang4 ta1 yi2 yang4 bao3 chi2 miao2 tiao2 shen1 cai2 +001987 接下来#3,中国#1投资者#2可能#1要#1参与#2购买#2葡萄#1庄园#3、酒庄#2和#1农田#4。 + jie1 xia4 lai2 zhong1 guo2 tou2 zi1 zhe3 ke3 neng2 yao4 can1 yu4 gou4 mai3 pu2 tao5 zhuang1 yuan2 jiu3 zhuang1 he2 nong2 tian2 +001988 她们#2队形#1整齐#3,排成#2三列#1纵队#4。 + ta1 men5 dui4 xing2 zheng3 qi2 pai2 cheng2 san1 lie4 zong4 dui4 +001989 钱怀艮#1介绍说#3,他#1认识#1一位#3台湾的#2酒店#1日用品#1生产商#4。 + qian2 huai2 gen4 jie4 shao4 shuo1 ta1 ren4 shi5 yi2 wei4 tai2 wan1 de5 jiu3 dian4 ri4 yong4 pin3 sheng1 chan3 shang1 +001990 供职于#2省城#1一家#1企业#3,该#1企业#2从事#2制造#1捆钞机#1生产#4。 + gong4 zhi2 yu2 sheng3 cheng2 yi4 jia1 qi3 ye4 gai1 qi3 ye4 cong2 shi4 zhi4 zao4 kun3 chao1 ji1 sheng1 chan3 +001991 八四年#2二人#1恋爱#3,九二年#2儿子#2洪洋#1出生#4。 + ba1 si4 nian2 er4 ren2 lian4 ai4 jiu3 er4 nian2 er2 zi5 hong2 yang2 chu1 sheng1 +001992 二是#2没有#1好的#1成本#1收益#1匡算#4。 + er4 shi4 mei2 you2 hao3 de5 cheng2 ben3 shou1 yi4 kuang1 suan4 +001993 丈夫问#3:“我#1要有#1外遇了#1怎么办#4? + zhang4 fu5 wen4 wo3 yao4 you3 wai4 yu4 le5 zen3 me5 ban4 +001994 船#2缓缓#1驶入#2永兴岛#1港口#4。 + chuan2 huan2 huan2 shi3 ru4 yong3 xing1 dao3 gang2 kou3 +001995 绞好的#1肉馅#2比#1鲜肉#1还便宜#4。 + jiao2 hao3 de5 rou4 xian4 bi3 xian1 rou4 hai2 pian2 yi5 +001996 祖儿#2大赞#1基仔#1舞姿#1厉害#3,练出#1一双#2麒麟臂#4。 + zu3 er2 da4 zan4 ji1 zai2 wu3 zi1 li4 hai5 lian4 chu1 yi4 shuang1 qi2 lin2 bi4 +001997 蓝色的#1月亮#2也#1追寻着#1风向#4。 + lan2 se4 de5 yue4 liang4 ye3 zhui1 xun2 zhe5 feng1 xiang4 +001998 他#1勉强#2视事#1至秋#1而卒#4。 + ta1 mian2 qiang3 shi4 shi4 zhi4 qiu1 er2 zu2 +001999 宝安区#2检测点#1设哪#4? + bao3 an1 qu1 jian3 ce4 dian3 she4 na3 +002000 搞垮#2南斯拉夫#2是#2西方#1控制#1巴尔干#3,进而#1控制#2整个#1欧洲的#2关键#1环节#4。 + gao2 kua3 nan2 si1 la1 fu1 shi4 xi1 fang1 kong4 zhi4 ba1 er3 gan1 jin4 er2 kong4 zhi4 zheng3 ge4 ou1 zhou1 de5 guan1 jian4 huan2 jie2 +002001 地形图#2由#1测绘员#2刘武汉#3、技士#2蓝家煃#2、樊启明#2共同#1测绘#4。 + di4 xing2 tu2 you2 ce4 hui4 yuan2 liu2 wu3 han4 ji4 shi4 lan2 jia1 kui3 fan2 qi3 ming2 gong4 tong2 ce4 hui4 +002002 我咋#1变成了#2这副#1丑样子了#4。 + wo2 za3 bian4 cheng2 le5 zhe4 fu4 chou3 yang4 zi5 le5 +002003 家家#2开始#2搭锅#1做饭#3,废墟上#2升起#2袅袅#1炊烟#4。 + jia1 jia1 kai1 shi3 da1 guo1 zuo4 fan4 fei4 xu1 shang4 sheng1 qi3 niao2 niao3 chui1 yan1 +002004 近年#2台湾#2槟榔#1事业#1稳定后#3,还转往#2海南#2开拓#1市场#4。 + jin4 nian2 tai2 wan1 bing1 lang2 shi4 ye4 wen3 ding4 hou4 hai2 zhuan2 wang3 hai3 nan2 kai1 tuo4 shi4 chang3 +002005 袁宜镇#2将#1汽油#1倒在#1扯下来的#1衣服上#2并点燃#4。 + yuan2 yi2 zhen4 jiang1 qi4 you2 dao4 zai4 che3 xia4 lai2 de5 yi1 fu5 shang4 bing4 dian3 ran2 +002006 帽子#1一扯#3,右脸上#2伤痕#1点点#4。 + mao4 zi5 yi4 che3 you4 lian3 shang4 shang1 hen2 dian2 dian3 +002007 上星期#3,法国#1政府#2要求#2安赛乐#2米塔尔#2重开#2或#1出售#1这两座#1高炉#4。 + shang4 xing1 qi1 fa3 guo2 zheng4 fu3 yao1 qiu2 an1 sai4 le4 mi3 ta2 er3 chong2 kai1 huo4 chu1 shou4 zhe4 liang3 zuo4 gao1 lu2 +002008 同学#3要我#1帮你#2培养#2正确#1三观么#4。 + tong2 xue2 yao4 wo3 bang1 ni3 pei2 yang3 zheng4 que4 san1 guan1 me5 +002009 此时#3冯伟#2正巧#1请了#1病假#2在#1深圳#2探望#1父母#4。 + ci3 shi2 feng2 wei3 zheng4 qiao2 qing3 le5 bing4 jia4 zai4 shen1 zhen4 tan4 wang4 fu4 mu3 +002010 说#1这段#1话时#3,他#1有点#2“抖抖#1豁豁#3”,几乎#1带着#1哀求的#1意味#4。 + shuo1 zhe4 duan4 hua4 shi2 ta1 you2 dian3 dou2 dou3 huo1 huo1 ji1 hu1 dai4 zhe5 ai1 qiu2 de5 yi4 wei4 +002011 一些#1银行#2还出了#1歪招#4。 + yi4 xie1 yin2 hang2 hai2 chu1 le5 wai1 zhao1 +002012 水产#1协会#2将#1食用#1鱼翅#2等同于#2“节俭#1美德#3”,祖宗#1也会#1被#1气死#4。 + shui2 chan3 xie2 hui4 jiang1 shi2 yong4 yu2 chi4 deng3 tong2 yu2 jie2 jian2 mei3 de2 zu3 zong1 ye3 hui4 bei4 qi4 si3 +002013 图为#2张广宁#2清洁#1场馆#1座椅#4。 + tu2 wei2 zhang1 guang3 ning2 qing1 jie2 chang2 guan3 zuo4 yi3 +002014 经#2葛葛的#1爷爷#1王先生#1辨认#3,此人#1姓杨#3,收购#1破烂#1为生#4。 + jing1 ge2 ge3 de5 ye2 ye5 wang2 xian1 sheng5 bian4 ren4 ci3 ren2 xing4 yang2 shou1 gou4 po4 lan4 wei2 sheng1 +002015 揉面#2、搅鸡蛋#3、切#1火腿肠#2、青椒#3以及#2调制#1佐料#4。 + rou2 mian4 jiao3 ji1 dan4 qie1 huo2 tui3 chang2 qing1 jiao1 yi3 ji2 tiao2 zhi4 zuo3 liao4 +002016 这些#1员工#2要#1参与#2产品#1测试#3,并#2及时#2提供#1反馈#4。 + zhe4 xie1 yuan2 gong1 yao4 can1 yu4 chan2 pin3 ce4 shi4 bing4 ji2 shi2 ti2 gong1 fan3 kui4 +002017 捂住#1一只眼#3,远看#2感觉#1很美#4。 + wu3 zhu4 yi4 zhi1 yan3 yuan3 kan4 gan3 jue2 hen2 mei3 +002018 你想啊#3,人家#1母鸡#1吃虫#3,他养的#1母鸡#1吃鱼#3,这待遇#3天上#2地下呀#4! + ni2 xiang3 a5 ren2 jia1 mu3 ji1 chi1 chong2 ta1 yang3 de5 mu3 ji1 chi1 yu2 zhe4 dai4 yu4 tian1 shang4 di4 xia4 ya5 +002019 签约#1仪式#2在#1拉讷雷#1市政厅#1举行#4。 + qian1 yue1 yi2 shi4 zai4 la1 ne4 lei2 shi4 zheng4 ting1 ju3 xing2 +002020 麦克#2总是以#2各种#1理由#1推脱#4。 + mai4 ke4 zong3 shi4 yi3 ge4 zhong2 li3 you2 tui1 tuo1 +002021 李璨琛#2一见#1记者#2也#1戴回#1墨镜#3,其#1未婚妻#2即#1背对#1镜头#4。 + li3 can4 chen1 yi2 jian4 ji4 zhe3 ye3 dai4 hui2 mo4 jing4 qi2 wei4 hun1 qi1 ji2 bei4 dui4 jing4 tou2 +002022 婚姻#2是座#1围城#3,不过#2虽然#1围着#3却也#2自有#1被围的#1痛快#2和#1舒坦#4。 + hun1 yin1 shi4 zuo4 wei2 cheng2 bu2 guo4 sui1 ran2 wei2 zhe5 que4 ye3 zi4 you3 bei4 wei2 de5 tong4 kuai4 he2 shu1 tan3 +002023 叶导#2不要#1卖弄#2有限的#1法律#1知识了#4。 + ye4 dao3 bu2 yao4 mai4 nong4 you3 xian4 de5 fa3 lv4 zhi1 shi5 le5 +002024 要#1预防#2过敏性#1疾病#3,找到#2过敏原#3并#1避免它#2很重要#4。 + yao4 yu4 fang2 guo4 min3 xing4 ji2 bing4 zhao3 dao4 guo4 min3 yuan2 bing4 bi4 mian3 ta1 hen3 zhong4 yao4 +002025 据#1介绍#3,本次#1事故#3疑似#1与#2学生#1吃的#2食堂#1月饼#1有关#4。 + ju4 jie4 shao4 ben3 ci4 shi4 gu4 yi2 si4 yu3 xue2 sheng1 chi1 de5 shi2 tang2 yue4 bing2 you3 guan1 +002026 谁会#1在乎#2民进党的#1内斗#2与#1泡沫化#4? + shui2 hui4 zai4 hu5 min2 jin4 dang3 de5 nei4 dou4 yu3 pao4 mo4 hua4 +002027 船号#2“辽东运#2二零#1三三#4”。 + chuan2 hao4 liao2 dong1 yun4 er4 ling2 san1 san1 +002028 女神#2整体#2浓妆艳抹#3,身体上#2挂着#1丝带#2和#1彩球#4。 + nv3 shen2 zheng2 ti3 nong2 zhuang1 yan4 mo3 shen1 ti3 shang4 gua4 zhe5 si1 dai4 he2 cai3 qiu2 +002029 看着#2健康#1活泼的#1更尕#1求培#3,医护#1人员#2有些#2依依不舍#4。 + kan4 zhe5 jian4 kang1 huo2 po1 de5 geng4 ga3 qiu2 pei2 yi1 hu4 ren2 yuan2 you3 xie1 yi1 yi1 bu4 she3 +002030 政变案#2一时间#2给#1社会#1造成#1普遍的#1恐慌感#4。 + zheng4 bian4 an4 yi4 shi2 jian1 gei3 she4 hui4 zao4 cheng2 pu3 bian4 de5 kong3 huang1 gan3 +002031 欧尼尔说#3,先#1拟定出#2援助的#1新标准#2至关#1重要#4。 + ou1 ni2 er3 shuo1 xian1 ni3 ding4 chu1 yuan2 zhu4 de5 xin1 biao1 zhun3 zhi4 guan1 zhong4 yao4 +002032 这个#3,我要#1回家#1问问#1妈妈#4。 + zhe4 ge5 wo3 yao4 hui2 jia1 wen4 wen5 ma1 ma5 +002033 等一等#2,卡尔布#1先生#4。 + deng3 yi4 deng3 ka2 er3 bu4 xian1 sheng5 +002034 该#1配合你#1演出的我#2演#1视而不见#4。 + gai1 pei4 he2 ni2 yan3 chu1 de5 wo2 yan3 shi4 er2 bu2 jian4 +002035 有一天#3,有人#1通过#1群里的#1短信#1问他#3,要不要#2买支#1仿真枪#1玩玩#4。 + you3 yi4 tian1 you3 ren2 tong1 guo4 qun2 li3 de5 duan3 xin4 wen4 ta1 yao4 bu2 yao4 mai3 zhi1 fang3 zhen1 qiang1 wan2 wan5 +002036 他拿#1树杈#2往#1河里#1一打#3,一会儿#2就#1抓了#1一大#1堆鱼#4。 + ta1 na2 shu4 cha4 wang3 he2 li3 yi4 da3 yi2 huir4 jiu4 zhua1 le5 yi2 da4 dui1 yu2 +002037 他#1无私的#1品格#2令人#1敬仰#4。 + ta1 wu2 si1 de5 pin3 ge2 ling4 ren2 jing4 yang3 +002038 下#1曼哈顿#1地区#2陷入#1一片#1黑暗#4。 + xia4 man4 ha1 dun4 di4 qu1 xian4 ru4 yi2 pian4 hei1 an4 +002039 你#1颜值#2一百#1五十分#4。 + ni3 yan2 zhi2 yi4 bai2 wu3 shi5 fen1 +002040 而#2佛像#1模样#2此时#2也#1十分#1清瘦#4。 + er2 fo2 xiang4 mu2 yang4 ci3 shi2 ye3 shi2 fen1 qing1 shou4 +002041 没多久#2镇上的#1干部#2就#1满街#1嚷嚷#3,让#1村民#2往#1高处#1转移#2躲避#1山洪#4。 + mei2 duo1 jiu3 zhen4 shang4 de5 gan4 bu4 jiu4 man3 jie1 rang1 rang5 rang4 cun1 min2 wang3 gao1 chu4 zhuan3 yi2 duo3 bi4 shan1 hong2 +002042 加上#2人生猛#3,挺像#2愣头青#4。 + jia1 shang4 ren2 sheng1 meng3 ting3 xiang4 leng4 tou2 qing1 +002043 每个#1个体#2获得#1应有的#1尊重#3,要#1活得#2有尊严#1一点#4。 + mei3 ge4 ge4 ti3 huo4 de2 ying1 you3 de5 zun1 zhong4 yao4 huo2 de5 you3 zun1 yan2 yi4 dian3 +002044 早起的#1鸟儿#2有虫吃#4。 + zao2 qi3 de5 niao3 er2 you3 chong2 chi1 +002045 可#1有效#2阻隔#1臭味#4。 + ke2 you3 xiao4 zu3 ge2 chou4 wei4 +002046 不过#2也#1只有#1将就了#4。 + bu2 guo4 ye3 zhi2 you3 jiang1 jiu4 le5 +002047 图为#2榫卯石#1构件#4。 + tu2 wei2 sun2 mao3 shi2 gou4 jian4 +002048 哪里会#1因此#2失去#2语文#1作文的#1风度呢#4? + na2 li3 hui4 yin1 ci3 shi1 qu4 yu3 wen2 zuo4 wen2 de5 feng1 du4 ne5 +002049 莫里斯#2这番#2赤裸裸的#1种族#1主义#1言论#2遭到#2舆论#1痛批#4。 + mo4 li3 si1 zhe4 fan1 chi4 luo2 luo3 de5 zhong3 zu2 zhu3 yi4 yan2 lun4 zao1 dao4 yu2 lun4 tong4 pi1 +002050 苦涩的#1沙#2吹痛#1脸庞的#1感觉#4。 + ku3 se4 de5 sha1 chui1 tong4 lian3 pang2 de5 gan3 jue2 +002051 打个针#2废话#1真多#4! + da3 ge5 zhen1 fei4 hua4 zhen1 duo1 +002052 拍完剧#2私底下#2没有#1联络#4。 + pai1 wan2 ju4 si1 di3 xia4 mei2 you3 lian2 luo4 +002053 易感#1人群#2要#1尽量#1减少#1外出#4。 + yi4 gan3 ren2 qun2 yao4 jin3 liang4 jian2 shao3 wai4 chu1 +002054 男旅客#2面对#1毛卫东的#1当场#1盘问#3,始终#2躲躲闪闪#3,急于#1脱身#4。 + nan2 lv3 ke4 mian4 dui4 mao2 wei4 dong1 de5 dang1 chang3 pan2 wen4 shi3 zhong1 duo2 duo3 shan2 shan3 ji2 yu2 tuo1 shen1 +002055 港珠澳#1大桥#2除了#1规模#1宏大#3,还将#1具有#2璀璨夺目的#1外观#4。 + gang3 zhu1 ao4 da4 qiao2 chu2 le5 gui1 mo2 hong2 da4 hai2 jiang1 ju4 you2 cui3 can4 duo2 mu4 de5 wai4 guan1 +002056 反观#2梁烈唯#3,痞则#1痞矣#3,却#1总觉得#2欠了#1一点#1狠劲#4。 + fan3 guan1 liang2 lie4 wei2 pi3 ze2 pi2 yi3 que4 zong3 jue2 de5 qian4 le5 yi4 dian2 hen3 jin4 +002057 还有#2对#1体弱儿#2进行#2专案#1管理#4。 + hai2 you3 dui4 ti3 ruo4 er2 jin4 xing2 zhuan1 an4 guan2 li3 +002058 等我#2慢慢#2用#1心灵#2去#1感受#1一下先#4。 + deng2 wo3 man4 man4 yong4 xin1 ling2 qu4 gan3 shou4 yi2 xia4 xian1 +002059 由此#3,方体忠#2想到了#1姑奶#2张淑云#3,多次#1请其#2跟#1王文利#1“说说#4”。 + you2 ci3 fang1 ti3 zhong1 xiang3 dao4 le5 gu1 nai3 zhang1 shu1 yun2 duo1 ci4 qing3 qi2 gen1 wang2 wen2 li4 shuo1 shuo5 +002060 桥墩#1要垮了#3,火车#2还没#1走完#4。 + qiao2 dun1 yao4 kua3 le5 huo3 che1 hai2 mei2 zou3 wan2 +002061 龙虾#1危机#1之后#3,一切#2因此#1改变#4。 + long2 xia1 wei1 ji1 zhi1 hou4 yi2 qie4 yin1 ci2 gai3 bian4 +002062 好一派#2萧疏#1苍凉的#1景色#4。 + hao3 yi2 pai4 xiao1 shu1 cang1 liang2 de5 jing3 se4 +002063 启用后#3,首批#2将把#2七二八#2、三零八路#3调入#2主路#1港湾#4。 + qi3 yong4 hou4 shou3 pi1 jiang1 ba3 qi1 er4 ba1 san1 ling2 ba1 lu4 diao4 ru4 zhu3 lu4 gang3 wan1 +002064 这些#1缉毒犬#2功勋#1卓著#4。 + zhe4 xie1 ji1 du2 quan3 gong1 xun1 zhuo2 zhu4 +002065 在#1孩子#1上车后#3李亚鹏#2也#1匆匆#1把烟#1掐灭#2急忙#1离去#4。 + zai4 hai2 zi5 shang4 che1 hou4 li3 ya4 peng2 ye3 cong1 cong1 ba3 yan1 qia1 mie4 ji2 mang2 li2 qu4 +002066 这下#2可让#1苗圃#2大为#1恼火#4。 + zhe4 xia4 ke3 rang4 miao2 pu3 da4 wei2 nao2 huo3 +002067 朱某#1决定#2吞并#1这个#1赌档#4。 + zhu1 mou3 jue2 ding4 tun1 bing4 zhe4 ge5 du3 dang4 +002068 合练#2参试#1人员#2早已#1就位#3,并#1开始#1调试#1仪器#4。 + he2 lian4 can1 shi4 ren2 yuan2 zao2 yi3 jiu4 wei4 bing4 kai1 shi3 tiao2 shi4 yi2 qi4 +002069 胖娃#2安排#1他坐#1副驾驶#1位置#4。 + pang4 wa2 an1 pai2 ta1 zuo4 fu4 jia4 shi3 wei4 zhi5 +002070 将军#2就要有#2战略#1意识#4。 + jiang1 jun5 jiu4 yao4 you3 zhan4 lve4 yi4 shi5 +002071 他是#1那样#2精神#1蓬勃#3,士气#1昂扬#4。 + ta1 shi4 na4 yang4 jing1 shen2 peng2 bo2 shi4 qi4 ang2 yang2 +002072 舞龙#1舞狮#2、花车#1杂耍等#2代表#2中国#1民族风的#1文化#1节目#2应有尽有#4。 + wu3 long2 wu3 shi1 hua1 che1 za2 shua2 deng3 dai4 biao3 zhong1 guo2 min2 zu2 feng1 de5 wen2 hua4 jie2 mu4 ying1 you3 jin4 you3 +002073 可惜#2悲剧#1已酿成#2,回天#1乏力#4。 + ke3 xi1 bei1 ju4 yi3 niang4 cheng2 hui2 tian1 fa2 li4 +002074 经#1筛选#2,最终#2“优滨#1”胜出#4。 + jing1 shai1 xuan3 zui4 zhong1 you1 bin1 sheng4 chu1 +002075 时值#1傍晚#3,烟囱#2开始#1排烟#4。 + shi2 zhi2 bang4 wan3 yan1 cong1 kai1 shi3 pai2 yan1 +002076 同时#3,义工们#2也#1正在#1筹备#1经费#3购买#2御寒#1衣物#2派送给#2孤寡#1老人#4。 + tong2 shi2 yi4 gong1 men5 ye3 zheng4 zai4 chou2 bei4 jing1 fei4 gou4 mai3 yu4 han2 yi1 wu4 pai4 song4 gei3 gu1 gua2 lao3 ren2 +002077 图为#2落网的#1毒贩#3,左二为#2刘本林#4。 + tu2 wei2 luo4 wang3 de5 du2 fan4 zuo3 er4 wei2 liu2 ben3 lin2 +002078 有些#1购物#1网站#3还#1专门#1出售#2军用#1内衣#2和#1袜子#4。 + you3 xie1 gou4 wu4 wang3 zhan4 hai2 zhuan1 men2 chu1 shou4 jun1 yong4 nei4 yi1 he2 wa4 zi5 +002079 那#1烂陀#1大学#1遗址的#2红砖#1建筑#1残骸#4。 + na4 lan4 tuo2 da4 xue2 yi2 zhi3 de5 hong2 zhuan1 jian4 zhu4 can2 hai2 +002080 随后#3,邹英#1打开#2次卧#1房门#4。 + sui2 hou4 zou1 ying1 da3 kai1 ci4 wo4 fang2 men2 +002081 酒店#1方面#2会#1要求#1房客#2不要#1舔#1墙壁#3,以免#1墙壁#2越来#1越薄#4。 + jiu3 dian4 fang1 mian4 hui4 yao1 qiu2 fang2 ke4 bu2 yao4 tian3 qiang2 bi4 yi2 mian3 qiang2 bi4 yue4 lai2 yue4 bao2 +002082 他#1醒来后#2先找#1情诗#3,再穿#1好衣服#3,回想#2昨夜的梦#3,可#1梦境#1全无#4。 + ta1 xing3 lai2 hou4 xian1 zhao3 qing2 shi1 zai4 chuan1 hao3 yi1 fu5 hui2 xiang3 zuo2 ye4 de5 meng4 ke3 meng4 jing4 quan2 wu2 +002083 原来#2熊黛林#2除了#1感情上#1专一#3,对#1丝袜#2也#1相当#1专一#4。 + yuan2 lai2 xiong2 dai4 lin2 chu2 le5 gan3 qing2 shang4 zhuan1 yi1 dui4 si1 wa4 ye3 xiang1 dang1 zhuan1 yi1 +002084 尤其是#2有些#1要结#1娃娃亲的#3,笑得我#1肚子#1都疼#4。 + you2 qi2 shi4 you3 xie1 yao4 jie2 wa2 wa5 qin1 de5 xiao4 de5 wo3 du4 zi5 dou1 teng2 +002085 孔杰#2以#1半目#1优势#2幸运地#1拔得#1头筹#4。 + kong3 jie2 yi3 ban4 mu4 you1 shi4 xing4 yun4 de5 ba2 de2 tou2 chou2 +002086 传说#2貂蝉#2就#1生于斯#2,长于斯#4。 + chuan2 shuo1 diao1 chan2 jiu4 sheng1 yu2 si1 zhang3 yu2 si1 +002087 高个#1老人#2叫#1羊舌新#3,走路#2一瘸#1一拐的#1老人#2叫#1韩文静#4。 + gao1 ge4 lao3 ren2 jiao4 yang2 she2 xin1 zou3 lu4 yi4 que2 yi4 guai3 de5 lao3 ren2 jiao4 han2 wen2 jing4 +002088 现在#1好了#3,一次买#2可以#1用上#2一年半载的#1量呗#4。 + xian4 zai4 hao3 le5 yi2 ci4 mai3 ke2 yi3 yong4 shang4 yi4 nian2 ban4 zai3 de5 liang4 bei5 +002089 郑欣宜#2懂得#1关怀#1长者#3,所以#1李香琴#2特别#1疼爱她#4。 + zheng4 xin1 yi2 dong3 de5 guan1 huai2 zhang2 zhe3 suo2 yi2 li3 xiang1 qin2 te4 bie2 teng2 ai4 ta1 +002090 甘当#1“绿叶”的#1巩汉林#2提前#1一天#2就来到#1南京#2对词儿#1走台#4。 + gan1 dang1 lv4 ye4 de5 gong3 han4 lin2 ti2 qian2 yi4 tian1 jiu4 lai2 dao4 nan2 jing1 dui4 cir2 zou3 tai2 +002091 也就是说#3,瓜子#2如果#1不脆#2或者#1有#1哈喇味#3,均被#1视为#2不合格品#4。 + ye3 jiu4 shi4 shuo1 gua1 zi3 ru2 guo3 bu2 cui4 huo4 zhe2 you3 ha1 la5 wei4 jun1 bei4 shi4 wei2 bu4 he2 ge2 pin3 +002092 我#1参加了#2大连市#1军民#2庆祝#2五一#1游园#1活动#4。 + wo3 can1 jia1 le5 da4 lian2 shi4 jun1 min2 qing4 zhu4 wu3 yi1 you2 yuan2 huo2 dong4 +002093 红圈处#2是#1设在#1鱼塘边的#1赌场#4。 + hong2 quan1 chu4 shi4 she4 zai4 yu2 tang2 bian1 de5 du2 chang3 +002094 总体#1项目#3预计#1在#2二零#1二二年#1之前#1完成#4。 + zong2 ti3 xiang4 mu4 yu4 ji4 zai4 er4 ling2 er4 er4 nian2 zhi1 qian2 wan2 cheng2 +002095 王凯#1老家#1在#1农村#3,这村#2倚着#1一条#1铁路#4。 + wang2 kai2 lao3 jia1 zai4 nong2 cun1 zhe4 cun1 yi3 zhe5 yi4 tiao2 tie3 lu4 +002096 站在#1塔顶#2可以#1俯瞰#2整个#1城市#4。 + zhan4 zai4 ta2 ding3 ke2 yi2 fu3 kan4 zheng3 ge4 cheng2 shi4 +002097 鱼#2到底#1咋死的#3,顾老汉#2一定要#1弄个#1明白#4。 + yu2 dao4 di3 za2 si3 de5 gu4 lao3 han4 yi2 ding4 yao4 nong4 ge5 ming2 bai5 +002098 怎样#1激发#1战士们#2爱军#1习武的#1热情#4? + zen3 yang4 ji1 fa1 zhan4 shi4 men5 ai4 jun1 xi2 wu3 de5 re4 qing5 +002099 高音#1喇叭#2提醒#2所有#1人员#2从#1滞洪区#1撤离#4。 + gao1 yin1 la3 ba5 ti2 xing3 suo2 you3 ren2 yuan2 cong2 zhi4 hong2 qu1 che4 li2 +002100 消息#2很快#1传进#1周伟#1耳朵#4。 + xiao1 xi5 hen3 kuai4 chuan2 jin4 zhou1 wei2 er3 duo5 +002101 温家宝#1说#3,领导者#2要#1善于#1发现#2苗头性#1问题#3,果断#1采取#1措施#4。 + wen1 jia1 bao3 shuo1 ling2 dao2 zhe3 yao4 shan4 yu2 fa1 xian4 miao2 tou5 xing4 wen4 ti2 guo3 duan4 cai2 qu3 cuo4 shi1 +002102 美丽的#1大亚湾#3,和风煦丽#3,碧波万顷#4。 + mei3 li4 de5 da4 ya4 wan1 he2 feng1 xu4 li4 bi4 bo1 wan4 qing3 +002103 装在#1包里#3,走夜路的#1时候#2当#1棍子#1防身#4。 + zhuang1 zai4 bao1 li3 zou3 ye4 lu4 de5 shi2 hou5 dang1 gun4 zi5 fang2 shen1 +002104 臭味#1笼罩#2,彻夜#1难眠#4。 + chou4 wei4 long3 zhao4 che4 ye4 nan2 mian2 +002105 肇事车#1车头#2有#1明显#1凹痕#4。 + zhao4 shi4 che1 che1 tou2 you3 ming2 xian3 ao1 hen2 +002106 公章#2缘何#2屡屡#1成为#1诈骗#1分子#2得手的#1武器#4? + gong1 zhang1 yuan2 he2 lv2 lv3 cheng2 wei2 zha4 pian4 fen4 zi3 de2 shou3 de5 wu3 qi4 +002107 中国#1藏歌会#2启动#1晚会#3,可谓是#2群星#1璀璨#4。 + zhong1 guo2 zang4 ge1 hui4 qi3 dong4 wan3 hui4 ke3 wei4 shi4 qun2 xing1 cui3 can4 +002108 接着#3,纽约#1当局#2开始#1清扫#2祖科蒂#1公园#3,搬运#2成堆的#1垃圾#4。 + jie1 zhe5 niu3 yue1 dang1 ju2 kai1 shi3 qing1 sao2 zu3 ke1 di4 gong1 yuan2 ban1 yun4 cheng2 dui1 de5 la1 ji1 +002109 在#1邹焰焰#2闲聊的#1话音中#3,他#1那些#2高官#1“哥们儿#2”能量#2都#1不可小觑#4。 + zai4 zou1 yan4 yan4 xian2 liao2 de5 hua4 yin1 zhong1 ta1 na4 xie1 gao1 guan1 ge1 menr5 neng2 liang4 dou1 bu4 ke2 xiao3 qu4 +002110 法新社#1报道#3,当前#1时节#3,阿维尼翁#2聚有#2大量#1游客#4。 + fa3 xin1 she4 bao4 dao4 dang1 qian2 shi2 jie2 a1 wei2 ni2 weng1 ju4 you3 da4 liang4 you2 ke4 +002111 香案上#2还#1放着#1一只#1香炉#3,炉里#1几炷香#2正#1飘着#1袅袅#1烟气#4。 + xiang1 an4 shang4 hai2 fang4 zhe5 yi4 zhi1 xiang1 lu2 lu2 li2 ji3 zhu4 xiang1 zheng4 piao1 zhe5 niao2 niao3 yan1 qi4 +002112 最后#3,岑振朝#2帮她#2打赢了#1官司#4。 + zui4 hou4 cen2 zhen4 chao2 bang1 ta1 da3 ying2 le5 guan1 si5 +002113 他#1背上#2留下#1多处#1淤痕#2和#1割伤#4。 + ta1 bei4 shang4 liu2 xia4 duo1 chu4 yu1 hen2 he2 ge1 shang1 +002114 开庭#1当天#3,陪同#2王莹#1出庭#1应诉的#2是其#2公公#1张老汉#4。 + kai1 ting2 dang4 tian1 pei2 tong2 wang2 ying2 chu1 ting2 ying4 su4 de5 shi4 qi2 gong1 gong5 zhang1 lao3 han4 +002115 各版本#2有一种#2算一种#4。 + ge4 ban2 ben3 you3 yi4 zhong3 suan4 yi4 zhong3 +002116 相关#1各方#2暗战#1犹酣#4。 + xiang1 guan1 ge4 fang1 an4 zhan4 you2 han1 +002117 我们#1要#1通过#2住宅的#1销售#1资金#3来#1撇横#2商业#1持有的#1现金流#4。 + wo3 men5 yao4 tong1 guo4 zhu4 zhai2 de5 xiao1 shou4 zi1 jin1 lai2 pie3 heng2 shang1 ye4 chi2 you3 de5 xian4 jin1 liu2 +002118 夜深了#3,苗俊明#2将#1熟睡的#1川川#2搂在#1怀里#3,昏昏#1欲睡#4。 + ye4 shen1 le5 miao2 jun4 ming2 jiang1 shu2 shui4 de5 chuan1 chuan1 lou3 zai4 huai2 li3 hun1 hun1 yu4 shui4 +002119 谷下亘#2等#1日本#1国会#1议员#3、日本#2外务省#1官员#2出席了#1招待会#4。 + gu3 xia4 gen4 deng3 ri4 ben3 guo2 hui4 yi4 yuan2 ri4 ben3 wai4 wu4 sheng3 guan1 yuan2 chu1 xi2 le5 zhao1 dai4 hui4 +002120 用手#2轻轻#1一掰#3,铁条#2就很#1轻易地#1变弯了#4。 + yong4 shou3 qing1 qing1 yi4 bai1 tie3 tiao2 jiu4 hen3 qing1 yi4 de5 bian4 wan1 le5 +002121 蒋富贵#2兄妹#1二人#2在#1玩耍#4。 + jiang3 fu4 gui4 xiong1 mei4 er4 ren2 zai4 wan2 shua3 +002122 六十七#1年间#3,他#1偿还#1债务#2合计#3一万#1三千#1六百#1多元#4。 + liu4 shi2 qi1 nian2 jian1 ta1 chang2 huan2 zhai4 wu4 he2 ji4 yi2 wan4 san1 qian1 liu4 bai3 duo1 yuan2 +002123 我#1好想#1给她#1蒸一个#2热乎乎的#1梨子吃#4。 + wo3 hao2 xiang2 gei3 ta1 zheng1 yi2 ge4 re4 hu1 hu1 de5 li2 zi5 chi1 +002124 新郎#2迟疑了下#3:“让尿#1憋的#4。 + xin1 lang2 chi2 yi2 le5 xia4 rang4 niao4 bie1 de5 +002125 大昭寺前#2香烟#1袅袅#3,有#1转经的#1老人#1走过#4。 + da4 zhao1 si4 qian2 xiang1 yan1 niao2 niao3 you2 zhuan3 jing1 de5 lao3 ren2 zou3 guo4 +002126 仿古#2郑和#1宝船#3已经#2英姿#1初现#4。 + fang2 gu3 zheng4 he2 bao3 chuan2 yi3 jing1 ying1 zi1 chu1 xian4 +002127 我决定#2离开#1牌桌#3,耳朵#1太脏了#4。 + wo3 jue2 ding4 li2 kai1 pai2 zhuo1 er3 duo5 tai4 zang1 le5 +002128 门前#2窄窄的#1小巷里#2灰尘#1弥漫#4。 + men2 qian2 zhai2 zhai3 de5 xiao3 xiang4 li3 hui1 chen2 mi2 man4 +002129 爹爹#2早年#1抛弃#1妻子#2与#1小三#1同居#3,如今#1中风后#2无人#1照看#4。 + die1 die5 zao3 nian2 pao1 qi4 qi1 zi3 yu2 xiao3 san1 tong2 ju1 ru2 jin1 zhong4 feng1 hou4 wu2 ren2 zhao4 kan4 +002130 也会#1提供#2生子#1偏方#2给#1小两口#4。 + ye3 hui4 ti2 gong1 sheng1 zi3 pian1 fang1 gei2 xiao3 liang2 kou3 +002131 林爽愉#2对此#1传言#2未置#1可否#3,但她#1肯定#2胡的#1出走#2与#1“挤兑#1”有关#4。 + lin2 shuang3 yu2 dui4 ci3 chuan2 yan2 wei4 zhi4 ke2 fou3 dan4 ta1 ken3 ding4 hu2 de5 chu1 zou3 yu2 ji3 dui4 you3 guan1 +002132 不用#1压缩机的#1冷暖#1空调器#2获#1专利#4。 + bu2 yong4 ya1 suo1 ji1 de5 leng2 nuan3 kong1 tiao2 qi4 huo4 zhuan1 li4 +002133 炉子#1烟囱#2封闭#1不好#3,整个#1窝棚#2被烟#1笼罩#3,呛得人#2咳嗽#1不停#4。 + lu2 zi5 yan1 cong5 feng1 bi4 bu4 hao3 zheng3 ge4 wo1 peng2 bei4 yan1 long3 zhao4 qiang4 de5 ren2 ke2 sou4 bu4 ting2 +002134 他#1终于#1下决心#2拆开了#1牛扒餐#4。 + ta1 zhong1 yu2 xia4 jue2 xin1 chai1 kai1 le5 niu2 pa2 can1 +002135 小偷#2却#1一点#1也#1不气馁#3,继续#1在#1抽屉内#1翻找#4。 + xiao3 tou1 que4 yi4 dian2 ye3 bu2 qi4 nei3 ji4 xu4 zai4 chou1 ti5 nei4 fan1 zhao3 +002136 但是#2从#1债市的#1品种#2和#1数量#1而言#3,仍然#2偏低#1偏窄#4。 + dan4 shi4 cong2 zhai4 shi4 de5 pin2 zhong3 he2 shu4 liang4 er2 yan2 reng2 ran2 pian1 di1 pian1 zhai3 +002137 两地#1相差#2六万#1八千#1八百元#3,两地#1之比#2为#1五点二#4。 + liang3 di4 xiang1 cha4 liu4 wan4 ba1 qian1 ba1 bai3 yuan2 liang3 di4 zhi1 bi3 wei2 wu2 dian3 er4 +002138 当天#3,村民#2并没有#1发现#2温铁拴#2有#1异常#1表现#4。 + dang4 tian1 cun1 min2 bing4 mei2 you3 fa1 xian4 wen1 tie3 shuan1 you3 yi4 chang2 biao3 xian4 +002139 权立彦#2转身#2返回#1院子#3,顺手#2拎起#1扫帚#2,直奔#1过去#4。 + quan2 li4 yan4 zhuan3 shen1 fan3 hui2 yuan4 zi5 shun4 shou3 lin1 qi3 sao4 zhou5 zhi2 ben4 guo4 qu4 +002140 昨天的#1中山#1大学#2梁銶居#1堂内#2座无虚席#4。 + zuo2 tian1 de5 zhong1 shan1 da4 xue2 liang2 qiu2 ju1 tang2 nei4 zuo4 wu2 xu1 xi2 +002141 人民#1调解法#3”也#1将于#2年内#1出台#4。 + ren2 min2 tiao2 jie2 fa3 ye3 jiang1 yu2 nian2 nei4 chu1 tai2 +002142 俺#1晚上#2都在#1门口#1凉快嘛#3,该#1左转弯的#3他#1直行#4。 + an2 wan3 shang4 dou1 zai4 men2 kou3 liang2 kuai4 ma5 gai1 zuo2 zhuan3 wan1 de5 ta1 zhi2 xing2 +002143 无砟#1轨道的#1轨枕#2本身是#2混凝土#2浇灌#1而成#3,而#1路基#2也#1不用#1碎石#4。 + wu2 zha2 gui3 dao4 de5 gui2 zhen3 ben3 shen1 shi4 hun4 ning2 tu3 jiao1 guan4 er2 cheng2 er2 lu4 ji1 ye3 bu2 yong4 sui4 shi2 +002144 出差#2也要#1照顾好#1自己#4。 + chu1 chai1 ye3 yao4 zhao4 gu4 hao3 zi4 ji3 +002145 列车#1晚点#2乘客#2有权#2要求#1补偿#4。 + lie4 che1 wan2 dian3 cheng2 ke4 you3 quan2 yao1 qiu2 bu3 chang2 +002146 图为#2李博硕#2和#1小撒#1合影#4。 + tu2 wei2 li3 bo2 shuo4 he2 xiao2 sa3 he2 ying3 +002147 两人#2再次想#1“歪点子#4”。 + liang3 ren2 zai4 ci4 xiang3 wai1 dian3 zi5 +002148 他们#1仍为#2讨工钱#1而来#4。 + ta1 men5 reng2 wei4 tao3 gong1 qian2 er2 lai2 +002149 公公#3、老公#3和#1大姑姐#3都在#2凤岗#1一家#2五金厂#1务工#4。 + gong1 gong5 lao3 gong1 he2 da4 gu1 jie3 dou1 zai4 feng4 gang3 yi4 jia1 wu3 jin1 chang3 wu4 gong1 +002150 传统#1吃法#2是#1白切#3,口感#1清淡#3、肉质#1滑嫩#3,原汁#1原味#4。 + chuan2 tong3 chi1 fa3 shi4 bai2 qie1 kou2 gan3 qing1 dan4 rou4 zhi4 hua2 nen4 yuan2 zhi1 yuan2 wei4 +002151 跟#1朋友#2做点#1以前#2没有#1做过的#1事情#3,会让#2好运#1延续哦#4! + gen1 peng2 you5 zuo4 dian2 yi3 qian2 mei2 you3 zuo4 guo4 de5 shi4 qing2 hui4 rang4 hao3 yun4 yan2 xu4 o5 +002152 而且#3,悬赏#2等于#2直接#1公开#1需求#3,响应方#2或#1绕开#1交易#1环节#4。 + er2 qie3 xuan2 shang2 deng3 yu2 zhi2 jie1 gong1 kai1 xu1 qiu2 xiang3 ying4 fang1 huo4 rao4 kai1 jiao1 yi4 huan2 jie2 +002153 六是#2懒懒#1散散#3,松松#1垮垮#4。 + liu4 shi4 lan2 lan3 san2 san3 song1 song1 kua2 kua3 +002154 足见#2孟暖儿的#1演艺#1发展#2潜力#2有#1多么#1宽广#4。 + zu2 jian4 meng4 nuan3 er2 de5 yan3 yi4 fa1 zhan3 qian2 li4 you3 duo1 me5 kuan1 guang3 +002155 简而言之#3,没有人#2比你#2更了解#1整个#1业务#4。 + jian3 er2 yan2 zhi1 mei2 you3 ren2 bi2 ni3 geng4 liao2 jie2 zheng3 ge4 ye4 wu4 +002156 这一夜#1无梦#3,睡眠#1安稳得#2仿佛#1航行在#2被#1麦哲伦#1冠名时的#1太平洋上#4。 + zhe4 yi2 ye4 wu2 meng4 shui4 mian2 an1 wen3 de5 fang3 fu2 hang2 xing2 zai4 bei4 mai4 zhe2 lun2 guan4 ming2 shi2 de5 tai4 ping2 yang2 shang4 +002157 最高#1人民#1法院#1院长#2王胜俊#2参加#1会见#4。 + zui4 gao1 ren2 min2 fa3 yuan4 yuan4 zhang3 wang2 sheng4 jun4 can1 jia1 hui4 jian4 +002158 赌石#2分为#1闷头料#2、半明料#2和#1明料#1三种#4。 + du3 shi2 fen1 wei2 men1 tou2 liao4 ban4 ming2 liao4 he2 ming2 liao4 san1 zhong3 +002159 老狼#2和#1叶蓓#3,高晓松的#1词曲#4。 + lao3 lang2 he2 ye4 bei4 gao1 xiao3 song1 de5 ci2 qu3 +002160 不过#3,销售#1奢华#2却属#1无奈#1之举#4。 + bu2 guo4 xiao1 shou4 she1 hua2 que4 shu3 wu2 nai4 zhi1 ju3 +002161 王桂芝#2劝#1垂头丧气的#1丈夫#4。 + wang2 gui4 zhi1 quan4 chui2 tou2 sang4 qi4 de5 zhang4 fu5 +002162 时下#3,燕庄#1村民#2又#1吹响了#2筹建#2五星级#1宾馆#3和#1汽车城的#1冲锋号#4。 + shi2 xia4 yan4 zhuang1 cun1 min2 you4 chui1 xiang3 le5 chou2 jian4 wu3 xing1 ji2 bin1 guan3 he2 qi4 che1 cheng2 de5 chong1 feng1 hao4 +002163 如今#3,阿奎莱拉#2已经#2身为#1人母#4。 + ru2 jin1 a1 kui2 lai2 la1 yi3 jing1 shen1 wei2 ren2 mu3 +002164 一位#1市民#2划#1漂流艇#2再爬#1梯子#1回家#4。 + yi2 wei4 shi4 min2 hua2 piao1 liu2 ting3 zai4 pa2 ti1 zi5 hui2 jia1 +002165 扯远#1一点#3,艺人#2谈恋爱#1找#1女朋友#4。 + che2 yuan3 yi4 dian3 yi4 ren2 tan2 lian4 ai4 zhao2 nv3 peng2 you5 +002166 与#1本网#1连线时#3地面#2仍在#1颤动#4。 + yu3 ben2 wang3 lian2 xian4 shi2 di4 mian4 reng2 zai4 chan4 dong4 +002167 上班族#2小耿#2就是#1其中#1一位#4。 + shang4 ban1 zu2 xiao2 geng3 jiu4 shi4 qi2 zhong1 yi2 wei4 +002168 不过#3,腿骨#2无法#1焚烧#4。 + bu2 guo4 tui2 gu3 wu2 fa3 fen2 shao1 +002169 英汉泥地#2掘出#2十一#1世纪#1黑钻戒#3料值#2十万#1英镑#4。 + ying1 han4 ni2 di4 jue2 chu1 shi2 yi1 shi4 ji4 hei1 zuan4 jie4 liao4 zhi2 shi2 wan4 ying1 bang4 +002170 你要#2喜闻乐见吗#4。 + ni3 yao4 xi3 wen2 le4 jian4 ma5 +002171 看那#2腾空而起的#1跳板#4。 + kan4 na4 teng2 kong1 er2 qi3 de5 tiao4 ban3 +002172 手术#1需在#1胆囊#2和#1腹壁#1之间#2搭建#1瘘管#4。 + shou3 shu4 xu1 zai4 dan3 nang2 he2 fu4 bi4 zhi1 jian1 da1 jian4 lou4 guan3 +002173 近日#3,记者#1偶遇#1葛优#2开着#1路虎#2吉普车#2在#1街上#1溜达#4。 + jin4 ri4 ji4 zhe2 ou3 yu4 ge3 you1 kai1 zhe5 lu4 hu3 ji2 pu3 che1 zai4 jie1 shang4 liu1 da5 +002174 兄弟俩#2正#1琢磨#2怎样#1把#1这个#1小院#1规划好#4。 + xiong1 di4 lia3 zheng4 zhuo2 mo2 zen3 yang4 ba3 zhe4 ge5 xiao3 yuan4 gui1 hua4 hao3 +002175 阮女士#2向#1幼儿园#2提出了#1赔偿#4。 + ruan2 nv3 shi4 xiang4 you4 er2 yuan2 ti2 chu1 le5 pei2 chang2 +002176 晚上#2洗过澡#3,在#1被窝里#2惴惴不安的#2看着#1老婆#1拍脸#4。 + wan3 shang4 xi3 guo4 zao3 zai4 bei4 wo1 li3 zhui4 zhui4 bu4 an1 de5 kan4 zhe5 lao3 po5 pai1 lian3 +002177 他们在#2汉堡#2爱斯#1布图勒区#2发现#1端倪#4。 + ta1 men5 zai4 han4 bao3 ai4 si1 bu4 tu2 le4 qu1 fa1 xian4 duan1 ni2 +002178 据说#3黎姿#2曾于#1兰心阁#1家中#2布下#2求子#1风水阵#4。 + ju4 shuo1 li2 zi1 ceng2 yu2 lan2 xin1 ge2 jia1 zhong1 bu4 xia4 qiu2 zi3 feng1 shui3 zhen4 +002179 巨星#1陨落#3,举国#1悲痛#4。 + ju4 xing1 yun3 luo4 ju3 guo2 bei1 tong4 +002180 事发#2青山#1工业#1三路#2五号#2附#1四十四号#2腾飞#1调寄行#4。 + shi4 fa1 qing1 shan1 gong1 ye4 san1 lu4 wu3 hao4 fu4 si4 shi2 si4 hao4 teng2 fei1 diao4 ji4 hang2 +002181 也就是说#3,美国#1儿童#2整整#1早熟了#1五岁#4。 + ye3 jiu4 shi4 shuo1 mei3 guo2 er2 tong2 zheng2 zheng2 zao3 shu2 le5 wu3 sui4 +002182 赖宁#1雕像#2重新#1回到#1东仓巷#4。 + lai4 ning2 diao1 xiang4 chong2 xin1 hui2 dao4 dong1 cang1 xiang4 +002183 高速路上#2这样#1换胎#2实在#1太危险#4。 + gao1 su4 lu4 shang4 zhei4 yang4 huan4 tai1 shi2 zai4 tai4 wei1 xian3 +002184 她#1一手#2扛#1檩子#3,一手#2扒#1瓦砾#4。 + ta1 yi4 shou3 kang2 lin3 zi5 yi4 shou3 ba1 wa3 li4 +002185 整顿后的#2锡山#1假冒#1摩托车#2为何#2愈演#1愈烈#4? + zheng3 dun4 hou4 de5 xi1 shan1 jia3 mao4 mo2 tuo1 che1 wei4 he2 yu4 yan3 yu4 lie4 +002186 萨迪斯#2就是#1这样#1一个#2印度#1富豪#4。 + sa4 di2 si1 jiu4 shi4 zhei4 yang4 yi2 ge4 yin4 du4 fu4 hao2 +002187 赵少康问#3,这件事#2两面#1不讨好#3,绿营#2也可能#2恩将仇报#4。 + zhao4 shao4 kang1 wen4 zhe4 jian4 shi4 liang3 mian4 bu4 tao2 hao3 lu4 ying2 ye2 ke3 neng2 en1 jiang1 chou2 bao4 +002188 约翰逊#2列为#2夺取#1奥运#1金牌的#1人选#4? + yue1 han4 xun4 lie4 wei2 duo2 qu3 ao4 yun4 jin1 pai2 de5 ren2 xuan3 +002189 罗志祥#2跟#1“棒棒堂#2”私交#1不错#3,大家#1都爱#1跳舞#3,常#1一起#2切磋#1“舞”功#4。 + luo2 zhi4 xiang2 gen1 bang4 bang4 tang2 si1 jiao1 bu2 cuo4 da4 jia1 dou1 ai4 tiao4 wu3 chang2 yi4 qi3 qie1 cuo1 wu3 gong1 +002190 让#1无聊#1变的#1有话聊#4。 + rang4 wu2 liao2 bian4 de5 you3 hua4 liao2 +002191 这时#3,车顶#2仍然#1被#1压得#1嘎嘎响#4。 + zhe4 shi2 che1 ding3 reng2 ran2 bei4 ya1 de2 ga1 ga1 xiang3 +002192 她#1矮小的#1身影#2很快#1淹没在#1人群中#4。 + ta1 ai2 xiao3 de5 shen1 ying3 hen3 kuai4 yan1 mo4 zai4 ren2 qun2 zhong1 +002193 孙#1未及#1刹车#3,小杰#2一下#1被#1撞飞了#4。 + sun1 wei4 ji2 sha1 che1 xiao3 jie2 yi2 xia4 bei4 zhuang4 fei1 le5 +002194 她#1习惯在#2晚餐前#2摆弄#1阳台上的#1花草#4。 + ta1 xi2 guan4 zai4 wan3 can1 qian2 bai3 nong4 yang2 tai2 shang4 de5 hua1 cao3 +002195 李先生#2发脾气#2摔破了#2刮胡#1啫喱#3并#1冲进#1站台#4。 + li3 xian1 sheng5 fa1 pi2 qi4 shuai1 po4 le5 gua1 hu2 zhe3 li2 bing4 chong1 jin4 zhan4 tai2 +002196 石海均#2将被#1送往#2亚洲#1大学#1医院#2接受#1救治#4。 + shi2 hai3 jun1 jiang1 bei4 song4 wang3 ya4 zhou1 da4 xue2 yi1 yuan4 jie1 shou4 jiu4 zhi4 +002197 风#2也就#1走投无路#3,归于#1失败的#1境地了#4。 + feng1 ye3 jiu4 zou3 tou2 wu2 lu4 gui1 yu2 shi1 bai4 de5 jing4 di4 le5 +002198 一会儿#3,“刘姥姥#2”又将#1竹竿#2背在#1身后#3,是为#2“二郎#1搬山#4”。 + yi2 huir4 liu2 lao3 lao5 you4 jiang1 zhu2 gan1 bei1 zai4 shen1 hou4 shi4 wei2 er4 lang2 ban1 shan1 +002199 朋友问#3:最近#2混得#1怎么样啊#4? + peng2 you5 wen4 zui4 jin4 hun4 de5 zen3 me5 yang4 a5 +002200 洋房#2黑瓦#1粉墙#3,泥壁#1木地#4。 + yang2 fang2 hei1 wa2 fen3 qiang2 ni2 bi4 mu4 di4 +002201 回首#1往日#3,硬朗的#1背影#2悄然#1远去#3,而#1如今的#2却是#1羸弱的#1双肩#4。 + hui2 shou2 wang3 ri4 ying4 lang3 de5 bei4 ying2 qiao3 ran2 yuan3 qu4 er2 ru2 jin1 de5 que4 shi4 lei2 ruo4 de5 shuang1 jian1 +002202 学生#2更加#1相信#3,眼前#2似乎#1涌上了#1许多#2引证用的#1书名号#4。 + xue2 sheng1 geng4 jia1 xiang1 xin4 yan3 qian2 si4 hu1 yong3 shang4 le5 xu3 duo1 yin3 zheng4 yong4 de5 shu1 ming2 hao4 +002203 它#2同样#1粗暴#1有力#4。 + ta1 tong2 yang4 cu1 bao4 you3 li4 +002204 奥体#2和#1二外的地#1一样#3,但#2一个#1巨硬#3,一个#1巨软#4。 + ao4 ti3 he2 er4 wai4 de5 di4 yi2 yang4 dan4 yi2 ge5 ju4 ying4 yi2 ge5 ju4 ruan3 +002205 当晚#3,徐州#1北区#2一小区内#3,石娜娜#1落网#3,其丈夫#1张庆#2被#1抓捕#1归案#4。 + dang4 wan3 xu2 zhou1 bei3 qu1 yi4 xiao3 qu1 nei4 shi2 na4 na5 luo4 wang3 qi2 zhang4 fu5 zhang1 qing4 bei4 zhua1 bu3 gui1 an4 +002206 在#1两人#2情酣#1意浓#1之时#3,女友#2偶然#1说到#2想去#1国外#1旅游#4。 + zai4 liang3 ren2 qing2 han1 yi4 nong2 zhi1 shi2 nv2 you2 ou3 ran2 shuo1 dao4 xiang3 qu4 guo2 wai4 lv3 you2 +002207 在用#2钢筋#2把门#1插上后#3,张某#2随即#1拧开了#2煤气罐#1阀门#4。 + zai4 yong4 gang1 jin1 ba3 men2 cha1 shang4 hou4 zhang1 mou3 sui2 ji2 ning3 kai1 le5 mei2 qi4 guan4 fa2 men2 +002208 对#1那些#2光耍#1嘴皮子#3、光#1琢磨人#2不琢磨事的#3坚决#1不用#4。 + dui4 na4 xie1 guang1 shua2 zui3 pi2 zi5 guang1 zhuo2 mo5 ren2 bu4 zhuo2 mo5 shi4 de5 jian1 jue2 bu2 yong4 +002209 他#2毫不#1退缩#3,扭住#1一个#1歹徒的#1双腕#4。 + ta1 hao2 bu2 tui4 suo1 niu3 zhu4 yi2 ge5 dai3 tu2 de5 shuang1 wan4 +002210 村民#2冯学礼#2和#1任启泰#3也#1分别#1筹钱#3,打算#2买下#1棺材#2安葬#1冯光国#4。 + cun1 min2 feng2 xue2 li3 he2 ren4 qi3 tai4 ye3 fen1 bie2 chou2 qian2 da3 suan4 mai3 xia4 guan1 cai5 an1 zang4 feng2 guang1 guo2 +002211 滇池#1卫士#2张正祥#4。 + dian1 chi2 wei4 shi4 zhang1 zheng4 xiang2 +002212 多次#2质问#1丈夫#1未果#3,苦闷#1之余#3将#1猜疑#2告诉了#1女儿#4。 + duo1 ci4 zhi4 wen4 zhang4 fu5 wei4 guo3 ku3 men4 zhi1 yu2 jiang1 cai1 yi2 gao4 su4 le5 nv3 er2 +002213 主场#2作战的#1中国#1田径#1军团#2胜算#1几何#4? + zhu2 chang3 zuo4 zhan4 de5 zhong1 guo2 tian2 jing4 jun1 tuan2 sheng4 suan4 ji3 he2 +002214 我们#2租给#1别个嘛#3,也要#1收钱噻#4。 + wo3 men5 zu1 gei3 bie2 ge4 ma5 ye3 yao4 shou1 qian2 sai5 +002215 另外#3,用户#2无法#1在#1网上#2“戳一下#1”女王#4。 + ling4 wai4 yong4 hu4 wu2 fa3 zai4 wang3 shang4 chuo1 yi2 xia4 nv3 wang2 +002216 因此#3,如果#1“一刀切”地#2按#1排量#1征收#3,明显#2有失#1公允#4。 + yin1 ci3 ru2 guo3 yi4 dao1 qie1 de5 an4 pai2 liang4 zheng1 shou1 ming2 xian2 you3 shi1 gong1 yun3 +002217 别#1蒙我#3我一上钩#3你就会#1截图#1发出去#1哼#4。 + bie2 meng1 wo3 wo3 yi2 shang4 gou1 ni3 jiu4 hui4 jie2 tu2 fa1 chu1 qu5 heng5 +002218 医院#2希望#1她去#1法院#1起诉#3,院方#2会按#1法院#1判决#1执行#4。 + yi1 yuan4 xi1 wang4 ta1 qu4 fa3 yuan4 qi3 su4 yuan4 fang1 hui4 an4 fa3 yuan4 pan4 jue2 zhi2 xing2 +002219 我的#1人生#2土崩瓦解#4。 + wo3 de5 ren2 sheng1 tu3 beng1 wa2 jie3 +002220 他#2微微#1腆着#1肚子#3,双手#1叉腰#3,目视#1前方#4。 + ta1 wei1 wei1 tian3 zhe5 du4 zi5 shuang1 shou3 cha1 yao1 mu4 shi4 qian2 fang1 +002221 改写#1历史的#3还有#1宜昌#4。 + gai2 xie3 li4 shi3 de5 hai2 you3 yi2 chang1 +002222 再挖#3,一堆#1碎砖石里#3,摸到了#2邹汉君的#1头发#4。 + zai4 wa1 yi4 dui1 sui4 zhuan1 shi2 li3 mo1 dao4 le5 zou1 han4 jun1 de5 tou2 fa5 +002223 记者#1看到#3,一些#1村民的#1房屋#3可谓#2瓮牖#1绳枢#3,难遮#1风雨#4。 + ji4 zhe3 kan4 dao4 yi4 xie1 cun1 min2 de5 fang2 wu1 ke3 wei4 weng4 you3 sheng2 shu1 nan2 zhe1 feng1 yu3 +002224 仪式上#3,费森尤斯#1卡比#1集团#3与#1生物#1医药园#2签署#2合作#1协议#4。 + yi2 shi4 shang4 fei4 sen1 you2 si1 ka2 bi3 ji2 tuan2 yu3 sheng1 wu4 yi1 yao4 yuan2 qian1 shu3 he2 zuo4 xie2 yi4 +002225 之后#3,海信#2也于#1上周#2推出#2大尺寸#1云电视#4。 + zhi1 hou4 hai3 xin4 ye3 yu2 shang4 zhou1 tui1 chu1 da4 chi3 cun4 yun2 dian4 shi4 +002226 学校#1文化墙前#3,小#1讲解员#3讲述#2开国#1将军#2杜义德的#1故事#4。 + xue2 xiao4 wen2 hua4 qiang2 qian2 xiao3 jiang2 jie3 yuan2 jiang3 shu4 kai1 guo2 jiang1 jun5 du4 yi4 de2 de5 gu4 shi4 +002227 他对#1这诗#2越看#1越#1喜欢#4。 + ta1 dui4 zhe4 shi1 yue4 kan4 yue4 xi3 huan5 +002228 陈春花#1回忆#3,自己在#1后备厢内#2将锁#1弄坏#3,遭遇#2欠债人#1猛砍#4。 + chen2 chun1 hua1 hui2 yi4 zi4 ji3 zai4 hou4 bei4 xiang1 nei4 jiang1 suo3 nong4 huai4 zao1 yu4 qian4 zhai4 ren2 meng2 kan3 +002229 央企的#1身板儿#3一下子#1就#1硬了#1不少#4。 + yang1 qi3 de5 shen1 banr3 yi2 xia4 zi5 jiu4 ying4 le5 bu4 shao3 +002230 现在#3,她#1肚脐眼#1周围的#1皮肤#3,都已#1快被#1膏药#1“捂烂”了#4。 + xian4 zai4 ta1 du4 qi2 yan3 zhou1 wei2 de5 pi2 fu1 dou1 yi3 kuai4 bei4 gao1 yao4 wu3 lan4 le5 +002231 量化#1考核#2、薪酬#2与#1业绩#1挂钩的#1机制#4。 + liang4 hua4 kao3 he2 xin1 chou2 yu3 ye4 ji4 gua4 gou1 de5 ji1 zhi4 +002232 周鸿祎#2为了#1做搜索#2,从#1安全#1做起#3,绕的圈#1更大#4。 + zhou1 hong2 yi1 wei4 le5 zuo4 sou1 suo3 cong2 an1 quan2 zuo4 qi3 rao4 de5 quan1 geng4 da4 +002233 今天#1中午#2买了#1卷饼#3,还没#1吃完呢#4。 + jin1 tian1 zhong1 wu2 mai3 le5 juan2 bing3 hai2 mei2 chi1 wan2 ne5 +002234 对于#2五角#1大楼的#1采购#1系统#1而言#3,这个#1黑十月#2还#1远未#1结束#4。 + dui4 yu2 wu2 jiao3 da4 lou2 de5 cai3 gou4 xi4 tong3 er2 yan2 zhe4 ge5 hei1 shi2 yue4 hai2 yuan3 wei4 jie2 shu4 +002235 终于#1了解#1那种#2肝肠寸断了#4。 + zhong1 yu2 liao2 jie3 na4 zhong3 gan1 chang2 cun4 duan4 le5 +002236 保险股#2逆势#1走强#4。 + bao2 xian2 gu3 ni4 shi4 zou3 qiang2 +002237 加藤#1表示#3,这一#1情报#3来自#1一位#2俄罗斯#1谍报#1人员#4。 + jia1 teng2 biao3 shi4 zhe4 yi4 qing2 bao4 lai2 zi4 yi2 wei4 e2 luo2 si1 die2 bao4 ren2 yuan2 +002238 四一#1七九号#2巨型#1小行星#3“图塔蒂斯#2”形状#2似花生#4。 + si4 yi1 qi1 jiu3 hao4 ju4 xing2 xiao3 xing2 xing1 tu2 ta3 di4 si1 xing2 zhuang4 si4 hua1 sheng1 +002239 正经#1攒底#3,我还得#1且磨呢#4。 + zheng4 jing3 zan2 di3 wo3 hai2 dei2 qie3 mo2 ne5 +002240 颜色#1越深#3,硼砂#1含量#1越高#4。 + yan2 se4 yue4 shen1 peng2 sha1 han2 liang4 yue4 gao1 +002241 御带糕#1这个#1特产#2可是#1大有#1来头呢#4。 + yu4 dai4 gao1 zhe4 ge5 te4 chan3 ke3 shi4 da4 you3 lai2 tou5 ne5 +002242 观点#1迥异#3往往是#2视角的#1差异#4。 + guan1 dian2 jiong3 yi4 wang2 wang3 shi4 shi4 jiao3 de5 cha1 yi4 +002243 那#1司机#1侮辱我#4。 + na4 si1 ji1 wu2 ru2 wo3 +002244 微#1处理器#1和内存#2也是#1如此#4。 + wei1 chu2 li3 qi4 he2 nei4 cun2 ye3 shi4 ru2 ci3 +002245 王双虎#1等人#2遂#1赶到#1酒店#1造势#4。 + wang2 shuang1 hu2 deng3 ren2 sui4 gan3 dao4 jiu3 dian4 zao4 shi4 +002246 而#1街道#3也会于#1近期#2对#1王女士家#2进行#2粉刷#1和#1清理#4。 + er2 jie1 dao4 ye3 hui4 yu2 jin4 qi1 dui4 wang2 nv3 shi4 jia1 jin4 xing2 fen3 shua1 he2 qing1 li3 +002247 为什么#2每次#1铲猫屎时#3,猫猫#2都喜欢#1盯着看#3,它们#1格外#1在乎#2自己的#1便便吗#4? + wei4 shen2 me5 mei3 ci4 chan3 mao1 shi3 shi2 mao1 mao1 dou1 xi3 huan5 ding1 zhe5 kan4 ta1 men5 ge2 wai4 zai4 hu1 zi4 ji3 de5 bian4 bian5 ma5 +002248 涉案#1男子#1李某#3,从#1湖北来#3穗与#1妻子#2一起#1开网店#4。 + she4 an4 nan2 zi3 li2 mou3 cong2 hu2 bei3 lai2 sui4 yu3 qi1 zi3 yi4 qi3 kai1 wang3 dian4 +002249 下楼梯时#3,杨女士#2慌乱中#3不小心#2把脚#1给崴了#4。 + xia4 lou2 ti1 shi2 yang2 nv3 shi4 huang1 luan4 zhong1 bu4 xiao3 xin1 ba3 jiao2 gei2 wai3 le5 +002250 正是#2“若为#1慈善故#3,名利#2皆可抛#4”。 + zheng4 shi4 ruo4 wei2 ci2 shan4 gu4 ming2 li4 jie1 ke3 pao1 +002251 它的#1优势#2显而易见#3:易于#1备份#3、易于#1管理#3、易于#1检索#3,且#2尤为#1安全#4。 + ta1 de5 you1 shi4 xian3 er2 yi4 jian4 yi4 yu2 bei4 fen4 yi4 yu2 guan2 li3 yi4 yu2 jian2 suo3 qie3 you2 wei2 an1 quan2 +002252 此前#3该园#2多名#1内部#1人士#1透露#3,园方#2长期#1泡#1虎骨酒#2请客#1送礼#4。 + ci3 qian2 gai1 yuan2 duo1 ming2 nei4 bu4 ren2 shi4 tou4 lu4 yuan2 fang1 chang2 qi1 pao4 hu2 gu2 jiu3 qing3 ke4 song4 li3 +002253 整个#1画面#2好似#1耶稣#1降临#4。 + zheng3 ge4 hua4 mian4 hao3 si4 ye1 su1 jiang4 lin2 +002254 雨花台#1区纪委#3昨向#2记者#1表示#3,已经#1展开#1调查#4。 + yu3 hua1 tai2 qu1 ji4 wei3 zuo2 xiang4 ji4 zhe2 biao3 shi4 yi3 jing1 zhan3 kai1 diao4 cha2 +002255 挖友邻#2又#1看见你#4。 + wa1 you3 lin2 you4 kan4 jian4 ni3 +002256 他#1“噌”一下#2跃下床#3,拦在#1女儿#1面前#4。 + ta1 ceng1 yi2 xia4 yue4 xia4 chuang2 lan2 zai4 nv3 er2 mian4 qian2 +002257 看来#2这次#1又要#1推后#1发了#4。 + kan4 lai2 zhe4 ci4 you4 yao4 tui1 hou4 fa1 le5 +002258 说罢#3,又#1甩出去#1一张牌#4。 + shuo1 ba4 you4 shuai3 chu1 qu5 yi4 zhang1 pai2 +002259 于是#3,她把#1胶囊#1一颗颗#1拧开#3,捏着#1鼻子#3直接#1往下#2吞药粉#4。 + yu2 shi4 ta1 ba3 jiao1 nang2 yi4 ke1 ke1 ning3 kai1 nie1 zhe5 bi2 zi5 zhi2 jie1 wang3 xia4 tun1 yao4 fen3 +002260 你#1最近#2总是#1喜欢#1开我#1玩笑#4。 + ni3 zui4 jin4 zong3 shi4 xi3 huan5 kai1 wo3 wan2 xiao4 +002261 七是#2加大#2高架#1路桥#2噪声#1污染#1整治#1力度#4。 + qi1 shi4 jia1 da4 gao1 jia4 lu4 qiao2 zao4 sheng1 wu1 ran2 zheng3 zhi4 li4 du4 +002262 他们#2慢腾腾#1聚拢#3,轻盈#1下马#3,将马#2拴在#1一起#3,共#1七匹#4。 + ta1 men5 man4 teng2 teng2 ju4 long3 qing1 ying2 xia4 ma3 jiang1 ma3 shuan1 zai4 yi4 qi3 gong4 qi1 pi3 +002263 在#1距离#1女孩#2七八米的#1地方#3,孔令岑#2为防#1万一#3还是#1停下了#1脚步#4。 + zai4 ju4 li2 nv3 hai2 qi1 ba1 mi3 de5 di4 fang1 kong3 ling4 cen2 wei2 fang2 wan4 yi1 hai2 shi4 ting2 xia4 le5 jiao3 bu4 +002264 展出的#2陶鼎#2等#1涉案#1文物#4。 + zhan3 chu1 de5 tao2 ding2 deng3 she4 an4 wen2 wu4 +002265 罂粟#2是#1提炼#1毒品#1海洛因的#1原料#4。 + ying1 su4 shi4 ti2 lian4 du2 pin2 hai3 luo4 yin1 de5 yuan2 liao4 +002266 时至#1今日#3,仍#1不知#2何缘#1何故#2惹此#1尘埃#4。 + shi2 zhi4 jin1 ri4 reng2 bu4 zhi1 he2 yuan2 he2 gu4 re2 ci3 chen2 ai1 +002267 林峰#2与父亲#1林华国#2在灵堂#2打点#1一切#4。 + lin2 feng1 yu3 fu4 qin5 lin2 hua2 guo2 zai4 ling2 tang2 da2 dian3 yi2 qie4 +002268 我#1只是#2不善#1言辞#1而已#3,但#1真的#2常有#1表达的#1欲望#4。 + wo3 zhi3 shi4 bu2 shan4 yan2 ci2 er2 yi3 dan4 zhen1 de5 chang2 you2 biao3 da2 de5 yu4 wang4 +002269 妞妞#2有#1“休息日”的#4。 + niu1 niu5 you3 xiu1 xi5 ri4 de5 +002270 罗韩#2日前#1在法国#2参加#2嘎纳#1电影节#4。 + luo2 han2 ri4 qian2 zai4 fa3 guo2 can1 jia1 ga1 na4 dian4 ying3 jie2 +002271 维桑的#1雄心#3是让#2中国#1营养品#2走向#1五大洲#4。 + wei2 sang1 de5 xiong2 xin1 shi4 rang4 zhong1 guo2 ying2 yang2 pin3 zou3 xiang4 wu3 da4 zhou1 +002272 另外#3,高温#2也会对#1女性#1卵细胞#2产生#1影响#4。 + ling4 wai4 gao1 wen1 ye3 hui4 dui4 nv3 xing4 luan3 xi4 bao1 chan3 sheng1 ying2 xiang3 +002273 陈幸妤#2回应#1邱毅#1爆料#3:他讲的话#2就是#1圣旨吗#4? + chen2 xing4 yu2 hui2 ying4 qiu1 yi4 bao4 liao4 ta1 jiang3 de5 hua4 jiu4 shi4 sheng4 zhi3 ma5 +002274 柏威#1夏古刹#3是#2泰国#1和#1柬埔寨#3一直#1以来#2在#1争夺的#1一块#2文化#1遗址#4。 + bai3 wei1 xia4 gu3 cha4 shi4 tai4 guo2 he2 jian2 pu3 zhai4 yi4 zhi2 yi3 lai2 zai4 zheng1 duo2 de5 yi2 kuai4 wen2 hua4 yi2 zhi3 +002275 从事#2非法#1买卖#1外汇#1活动#4。 + cong2 shi4 fei1 fa2 mai3 mai4 wai4 hui4 huo2 dong4 +002276 附近#2空无一人#3,偶有#1车辆#2缓缓#1驶过#4。 + fu4 jin4 kong1 wu2 yi4 ren2 ou2 you3 che1 liang4 huan2 huan2 shi3 guo4 +002277 当然是#2盐水鸭啦#4。 + dang1 ran2 shi4 yan2 shui3 ya1 la5 +002278 净者#3,不污#2不染也#4。 + jing4 zhe3 bu4 wu1 bu4 ran2 ye3 +002279 真有点#1饿了#4。 + zhen1 you2 dian3 e4 le5 +002280 感觉#2好#1温暖呀#4。 + gan3 jue2 hao3 wen1 nuan3 ya5 +002281 李永波#2瞅准#1弟弟#2独居#1一室的#1机会#3,动了#1杀机#4。 + li2 yong3 bo1 chou2 zhun3 di4 di5 du2 ju1 yi2 shi4 de5 ji1 hui4 dong4 le5 sha1 ji1 +002282 三五七路#2南口#1区间#3,甩#1南口#1西站#3至#2高崖口#1十一站#4。 + san1 wu3 qi1 lu4 nan2 kou3 qu1 jian1 shuai3 nan2 kou3 xi1 zhan4 zhi4 gao1 ya2 kou3 shi2 yi1 zhan4 +002283 要#2坚决#1反对#2形形色色的#1形而上学#3和#1弄虚作假的#1歪风#4。 + yao4 jian1 jue2 fan3 dui4 xing2 xing2 se4 se4 de5 xing2 er2 shang4 xue2 he2 nong4 xu1 zuo4 jia3 de5 wai1 feng1 +002284 马德保#2再#1阔谈#2希腊#1神话#2与#1美学的#1关系#4。 + ma3 de2 bao3 zai4 kuo4 tan2 xi1 la4 shen2 hua4 yu2 mei3 xue2 de5 guan1 xi5 +002285 资本#1报酬#2也有#1一部分#2归为#1政府#4。 + zi1 ben3 bao4 chou2 ye2 you3 yi2 bu4 fen5 gui1 wei2 zheng4 fu3 +002286 老虎#1一打盹#3,猫也#1欺负你#4。 + lao2 hu3 yi4 da2 dun3 mao1 ye3 qi1 fu5 ni3 +002287 只见#1菩萨#2身披#1璎珞#3,下着#1长裙#3,造型#1精美#4。 + zhi3 jian4 pu2 sa5 shen1 pi1 ying1 luo4 xia4 zhuo2 chang2 qun2 zao4 xing2 jing1 mei3 +002288 此间#3,张正吉#2正与#1毒友#1“溜冰#4”。 + ci3 jian1 zhang1 zheng4 ji2 zheng4 yu3 du2 you3 liu1 bing1 +002289 斯蒂德#2与#1麦克奈尔#1握手#3,表示#1祝贺#4。 + si1 di4 de2 yu3 mai4 ke4 nai4 er3 wo4 shou3 biao3 shi4 zhu4 he4 +002290 天气#1灰白#3,空气#1冰凉#3,风也#1显#1凛冽#4。 + tian1 qi4 hui1 bai2 kong1 qi4 bing1 liang2 feng1 ye2 xian2 lin3 lie4 +002291 人非#1圣贤#3,何况#2孔子#2尚有#1一字#1之师#4。 + ren2 fei1 sheng4 xian2 he2 kuang4 kong2 zi3 shang4 you3 yi2 zi4 zhi1 shi1 +002292 还是先#1泼些#1“冷水#4”。 + hai2 shi4 xian1 po1 xie1 leng2 shui3 +002293 又破#1又矮的#1瓦房#2变成#1新楼#3,易玉清#2和#1孩子们#2顿时#1看到了#1希望#4。 + you4 po4 you4 ai3 de5 wa3 fang2 bian4 cheng2 xin1 lou2 yi4 yu4 qing1 he2 hai2 zi5 men5 dun4 shi2 kan4 dao4 le5 xi1 wang4 +002294 又细#1又软的#1淤泥#3刚好#1淹至#1脚背#3,滑得#1厉害#4。 + you4 xi4 you4 ruan3 de5 yu1 ni2 gang1 hao3 yan1 zhi4 jiao3 bei4 hua2 de5 li4 hai5 +002295 我们来#1查查#2文德尔#1班的书#4。 + wo3 men5 lai2 cha2 cha5 wen2 de2 er3 ban1 de5 shu1 +002296 小家伙#2头部#1和#1屁股#2缠有#1绷带#3,两眼#2炯炯有神#3,正#1咂着#1奶瓶#4。 + xiao3 jia1 huo5 tou2 bu4 he2 pi4 gu5 chan2 you3 beng1 dai4 liang2 yan3 jiong2 jiong2 you3 shen2 zheng4 za1 zhe5 nai3 ping2 +002297 衣着#1打扮#2也很#1简单#1干练#4。 + yi1 zhuo2 da3 ban4 ye2 hen2 jian3 dan1 gan4 lian4 +002298 再有#1就是#2虚假#1承诺#2,巧取豪夺#4。 + zai4 you3 jiu4 shi4 xu1 jia3 cheng2 nuo4 qiao2 qu3 hao2 duo2 +002299 就算#1我是#2自寻#1烦恼吧#4。 + jiu4 suan4 wo3 shi4 zi4 xun2 fan2 nao3 ba5 +002300 你要#1给我#1反应的#1时间啊#4。 + ni3 yao4 gei2 wo2 fan3 ying4 de5 shi2 jian1 a5 +002301 我的#1头发#2长得#1很慢耶#4。 + wo3 de5 tou2 fa5 zhang3 de5 hen3 man4 ye5 +002302 说白了#2就是#1缺心眼儿#4。 + shuo1 bai2 le5 jiu4 shi4 que1 xin1 yanr3 +002303 在#1录用#1干部时#3,要#1按照#2德才兼备的#1标准#2择优#1录用#4。 + zai4 lu4 yong4 gan4 bu4 shi2 yao4 an4 zhao4 de2 cai2 jian1 bei4 de5 biao1 zhun3 ze2 you1 lu4 yong4 +002304 这条线#2最终#1被#1否掉#4。 + zhe4 tiao2 xian4 zui4 zhong1 bei4 fou3 diao4 +002305 这是#2北美#1地区#2有史#1以来#2最大#1数额的#2彩票#1总奖金#4。 + zhe4 shi4 bei2 mei3 di4 qu1 you2 shi2 yi3 lai2 zui4 da4 shu4 e2 de5 cai3 piao4 zong2 jiang3 jin1 +002306 不能用#2地球人的#1智商#3来衡量#1喵星人喔#4。 + bu4 neng2 yong4 di4 qiu2 ren2 de5 zhi4 shang1 lai2 heng2 liang2 miao1 xing1 ren2 o5 +002307 日本#1此言#2荒唐#1至极#3,令人#1愕然#4。 + ri4 ben2 ci3 yan2 huang1 tang2 zhi4 ji2 ling4 ren2 e4 ran2 +002308 头年#2卖点#1粮食#2买点砖#3,第二年#2再卖点#1粮食#2换些檩#4。 + tou2 nian2 mai4 dian3 liang2 shi5 mai2 dian3 zhuan1 di4 er4 nian2 zai4 mai4 dian3 liang2 shi5 huan4 xie1 lin3 +002309 整个#1院落#2在周围#2显得#1很惹眼#4。 + zheng3 ge4 yuan4 luo4 zai4 zhou1 wei2 xian3 de5 hen2 re2 yan3 +002310 头部#2仿似#1三角形#3,又如#1一块#1烙铁#4。 + tou2 bu4 fang3 si4 san1 jiao3 xing2 you4 ru2 yi2 kuai4 lao4 tie3 +002311 丑化#1先贤#2、糟蹋#1传统的#1行为#2是#1可耻的#4。 + chou3 hua4 xian1 xian2 zao1 ta5 chuan2 tong3 de5 xing2 wei2 shi4 ke2 chi3 de5 +002312 看起来#3,诺尔#2似乎#1永远#1不会#1停下#1脚步#4。 + kan4 qi3 lai2 nuo4 er3 si4 hu1 yong2 yuan3 bu2 hui4 ting2 xia4 jiao3 bu4 +002313 大桥#1海事处#2所有的#1水上#1安全#1监管#1工作#3,都将#1依托#2该趸船#1开展#4。 + da4 qiao2 hai3 shi4 chu4 suo2 you3 de5 shui3 shang4 an1 quan2 jian1 guan3 gong1 zuo4 dou1 jiang1 yi1 tuo1 gai1 dun3 chuan2 kai1 zhan3 +002314 形容#2阿里山#1姑娘#2美如水#3应该#1就是#2美如#1日月潭的#1水吧#4。 + xing2 rong2 a1 li3 shan1 gu1 niang5 mei3 ru2 shui3 ying1 gai1 jiu4 shi4 mei3 ru2 ri4 yue4 tan2 de5 shui3 ba5 +002315 群众#2昼夜#1聚集在#1居委会#4。 + qun2 zhong4 zhou4 ye4 ju4 ji2 zai4 ju1 wei3 hui4 +002316 我是#1你的#2小呀#1小笨蛋#4。 + wo3 shi4 ni3 de5 xiao3 ya5 xiao3 ben4 dan4 +002317 他们#1均#1曾与#2生了病的#2草原#1土拨鼠#1接触#4。 + ta1 men5 jun1 ceng2 yu3 sheng1 le5 bing4 de5 cao3 yuan2 tu3 bo1 shu3 jie1 chu4 +002318 文中#2并未#1涉及#2任何#1形式的#2有奖#1竞猜#1活动#4。 + wen2 zhong1 bing4 wei4 she4 ji2 ren4 he2 xing2 shi4 de5 you2 jiang3 jing4 cai1 huo2 dong4 +002319 无论#1哪一种#3,都是#1愚蠢#1作为#4。 + wu2 lun4 na3 yi4 zhong3 dou1 shi4 yu2 chun3 zuo4 wei2 +002320 贾平凹#2看到画#2很高兴#4。 + jia3 ping2 ao1 kan4 dao4 hua4 hen3 gao1 xing4 +002321 万一#1谷歌#1搞砸了#1会怎样#4? + wan4 yi1 gu3 ge1 gao3 za2 le5 hui4 zen3 yang4 +002322 警方#2顺藤摸瓜#3,将几人#1抓获#4。 + jing3 fang1 shun4 teng2 mo1 gua1 jiang1 ji3 ren2 zhua1 huo4 +002323 可惜#2台风#1“天秤#1”搅局#3,让#1马英九#2被迫#1延期#1登岛#4。 + ke3 xi1 tai2 feng1 tian1 cheng4 jiao3 ju2 rang4 ma3 ying1 jiu3 bei4 po4 yan2 qi1 deng1 dao3 +002324 他#1找到个#1替死鬼#3,忙说#3:谢景渊#3,你问#1钱荣#4。 + ta1 zhao3 dao4 ge5 ti4 si2 gui3 mang2 shuo1 xie4 jing3 yuan1 ni3 wen4 qian2 rong2 +002325 他的#1美文#2是#1第八篇#3,地理#1位置#1居中#4。 + ta1 de5 mei3 wen2 shi4 di4 ba1 pian1 di4 li3 wei4 zhi5 ju1 zhong1 +002326 又何谈#2抗衡#2更加#1凶残的#2外来#1入侵者#4? + you4 he2 tan2 kang4 heng2 geng4 jia1 xiong1 can2 de5 wai4 lai2 ru4 qin1 zhe3 +002327 因为#2湟鱼#2虽生在#1咸水湖中#3,但#1产卵#3却要#1逆流#1而上#2到#1布哈#1河中#4。 + yin1 wei4 huang2 yu2 sui1 sheng1 zai4 xian2 shui3 hu2 zhong1 dan4 chan2 luan3 que4 yao4 ni4 liu2 er2 shang4 dao4 bu4 ha1 he2 zhong1 +002328 眼影#2不能#1平涂#3,应用#1蘸的#1方式#3,朦胧#2又#1不失#1夸张#4。 + yan2 ying3 bu4 neng2 ping2 tu2 ying1 yong4 zhan4 de5 fang1 shi4 meng2 long2 you4 bu4 shi1 kua1 zhang1 +002329 讲到#1这里的#1时候#3,陈大雪#2似乎#1还#1咂摸着#2枣儿的#1味道#4。 + jiang3 dao4 zhe4 li3 de5 shi2 hou4 chen2 da4 xue3 si4 hu1 huan2 za1 mo5 zhe5 zaor3 de5 wei4 dao4 +002330 阿巴丹#2是#1伊朗#2著名#1石油城#3,在#1产油区#2胡齐斯坦#1省内#4。 + a1 ba1 dan1 shi4 yi1 lang3 zhu4 ming2 shi2 you2 cheng2 zai4 chan3 you2 qu1 hu2 qi2 si1 tan2 sheng3 nei4 +002331 其次#3,要将#1胶囊#2进行#2微波#1消解#4。 + qi2 ci4 yao4 jiang1 jiao1 nang2 jin4 xing2 wei1 bo1 xiao1 jie3 +002332 除了#2倒腾#1房屋#3,丁志贞#3还利用#1各种#1方法#2私吞#1公款#4。 + chu2 le5 dao3 teng5 fang2 wu1 ding1 zhi4 zhen1 hai2 li4 yong4 ge4 zhong3 fang1 fa3 si1 tun1 gong1 kuan3 +002333 我们问#3:“那#1裤子上的#1血印呢#4? + wo3 men5 wen4 na4 ku4 zi5 shang4 de5 xue4 yin4 ne5 +002334 女儿#2又#1趴在#1桌子上#2睡着了#4。 + nv3 er2 you4 pa1 zai4 zhuo1 zi5 shang4 shui4 zhao2 le5 +002335 鸟友#2拍到的#2蓝喉#1太阳鸟#3,看看#2像不像#1“愤怒的#1小鸟#4”。 + niao2 you3 pai1 dao4 de5 lan2 hou2 tai4 yang2 niao3 kan4 kan5 xiang4 bu2 xiang4 fen4 nu4 de5 xiao2 niao3 +002336 这种书#2看了#2啷个#1要得嘛#4。 + zhe4 zhong3 shu1 kan4 le5 lang1 ge5 yao4 de5 ma5 +002337 而#1平时#3她会吃#1两小碗#2疙瘩汤#2和一个#1糊塌子#4。 + er2 ping2 shi2 ta1 hui4 chi1 liang3 xiao2 wan3 ge1 da5 tang1 he2 yi2 ge5 hu2 ta1 zi3 +002338 既然#1分数#2有高#1有低#2,自然#2众口#1就#1难调#4。 + ji4 ran2 fen1 shu4 you3 gao1 you3 di1 zi4 ran2 zhong4 kou3 jiu4 nan2 tiao2 +002339 我们#1就是要#1去走#2那条#2神奇的#1天路哇#4。 + wo3 men5 jiu4 shi4 yao4 qu4 zou3 na4 tiao2 shen2 qi2 de5 tian1 lu4 wa5 +002340 其它#1团员#2按#1原定#1行程#3昨早#2离开#1澳门#3经#1拱北#2返回#1内地#4。 + qi2 ta1 tuan2 yuan2 an4 yuan2 ding4 xing2 cheng2 zuo2 zao3 li2 kai1 ao4 men2 jing1 gong2 bei2 fan3 hui2 nei4 di4 +002341 苏菲#2还要教#1凯特#2繁冗的#1皇家#1礼节#4。 + su1 fei1 hai2 yao4 jiao1 kai3 te4 fan2 rong3 de5 huang2 jia1 li3 jie2 +002342 九二#1共识的#1精髓#2就是#2求同存异#3,搁置#1争议#3,务实#1协商#3,共创#1双赢#4。 + jiu3 er4 gong4 shi2 de5 jing1 sui3 jiu4 shi4 qiu2 tong2 cun2 yi4 ge1 zhi4 zheng1 yi4 wu4 shi2 xie2 shang1 gong4 chuang4 shuang1 ying2 +002343 很明显#3我就是#1爱折腾#4。 + hen3 ming2 xian3 wo3 jiu4 shi4 ai4 zhe1 teng5 +002344 陈水扁#2开专栏#2引起#1巨大#1纷争#4。 + chen2 shui2 bian3 kai1 zhuan1 lan2 yin2 qi3 ju4 da4 fen1 zheng1 +002345 我#1读一个音#3,她#1跟着#1读#1一个音#4。 + wo3 du2 yi2 ge5 yin1 ta1 gen1 zhe5 du2 yi2 ge5 yin1 +002346 车子#1停稳#3,陈兴銮#2迈步#1下来#4。 + che1 zi5 ting2 wen3 chen2 xing1 luan2 mai4 bu4 xia4 lai5 +002347 其他#1跨国#1公司的#1研发#1中心#2包括#3,飞思考尔#2、思科网讯#1等#4。 + qi2 ta1 kua4 guo2 gong1 si1 de5 yan2 fa1 zhong1 xin1 bao1 kuo4 fei1 si1 kao2 er3 si1 ke1 wang3 xun4 deng3 +002348 你#1咬了#1一口#3,人家#2肯#1给你#1换吗#4? + ni2 yao3 le5 yi4 kou3 ren2 jia1 ken3 gei2 ni3 huan4 ma5 +002349 为了#1给儿子#2凑齐#1医药费#3,老人#2只能从#1牙缝里省#4。 + wei4 le5 gei3 er2 zi5 cou4 qi2 yi1 yao4 fei4 lao3 ren2 zhi3 neng2 cong2 ya2 feng4 li2 sheng3 +002350 此外#2,前首相#2森喜朗#3、参议院#1副院长#3尾辻秀久#2也在#1参拜#1之列#4。 + ci3 wai4 qian2 shou3 xiang4 sen1 xi2 lang3 can1 yi4 yuan4 fu4 yuan4 zhang3 wei3 shi2 xiu4 jiu3 ye3 zai4 can1 bai4 zhi1 lie4 +002351 图为#2一栋#1房屋#2损毁#1严重#4。 + tu2 wei2 yi2 dong4 fang2 wu1 sun2 hui3 yan2 zhong4 +002352 举头#2望明月#3,低头#1思故乡#3。这是#2唐朝#1诗人#2李白的#1诗哦#4。 + ju3 tou2 wang4 ming2 yue4 di1 tou2 si1 gu4 xiang1 zhe4 shi4 tang2 chao2 shi1 ren2 li3 bai2 de5 shi1 o5 +002353 纯雪#2与#1冻雨#3,有#1什么#1不同的#1成因#2与#1影响呢#4? + chun2 xue2 yu3 dong4 yu3 you3 shen2 me5 bu4 tong2 de5 cheng2 yin1 yu3 ying2 xiang3 ne5 +002354 纸篓中的#2厕纸#1存放#3,易造成#1细菌#2随#1空气#1扩散#4。 + zhi2 lou3 zhong1 de5 ce4 zhi3 cun2 fang4 yi4 zao4 cheng2 xi4 jun1 sui2 kong1 qi4 kuo4 san4 +002355 谁#1愿意#1把它#1请出来#3,多惹#1麻烦#4。 + shui2 yuan4 yi4 ba3 ta1 qing3 chu1 lai5 duo1 re3 ma2 fan5 +002356 塔怀娟#2还#1熟练地#2拿起#1电推子#3,为#1孤寡#1老人#2剃#1“龙头#4”。 + ta3 huai2 juan1 hai2 shu2 lian4 de5 na2 qi3 dian4 tui1 zi5 wei4 gu1 gua2 lao3 ren2 ti4 long2 tou2 +002357 司令员#2听完#1转身#3,泪#2打湿了#1满脸#4。 + si1 ling4 yuan2 ting1 wan2 zhuan3 shen1 lei4 da3 shi1 le5 man2 lian3 +002358 如#2“二零#1一一#1规条#2字#1零零一号#3”,“大”字#2是指#2大兴区#4。 + ru2 er4 ling2 yi1 yi1 gui1 tiao2 zi4 ling2 ling2 yi1 hao4 da4 zi4 shi4 zhi3 da4 xing1 qu1 +002359 一岁#1以下的#1幼犬#2第一年#2需要#1注射#1三次#1预防针哦#4! + yi2 sui4 yi3 xia4 de5 you4 quan3 di4 yi1 nian2 xu1 yao4 zhu4 she4 san1 ci4 yu4 fang2 zhen1 o5 +002360 王治平#1老师#1也说#3阿嘎的#1低音#2唱的#1很棒#4。 + wang2 zhi4 ping2 lao3 shi1 ye3 shuo1 a1 ga1 de5 di1 yin1 chang4 de5 hen3 bang4 +002361 该帖#1引发#1网友#2激烈#1讨论#4。 + gai1 tie2 yin3 fa1 wang2 you3 ji1 lie4 tao3 lun4 +002362 一家#1网吧的#1老板#3则#1有些#1郁闷#4。 + yi4 jia1 wang3 ba1 de5 lao2 ban3 ze2 you3 xie1 yu4 men4 +002363 基金稳#3,不像#1股票#2上窜下跳#4。 + ji1 jin1 wen3 bu2 xiang4 gu3 piao4 shang4 cuan4 xia4 tiao4 +002364 九零后#2中国#1女子#1游泳队#1运动员#3,洪荒#1之力的#1发明者啦#4。 + jiu3 ling2 hou4 zhong1 guo2 nv2 zi3 you2 yong3 dui4 yun4 dong4 yuan2 hong2 huang1 zhi1 li4 de5 fa1 ming2 zhe3 la5 +002365 这图#2难不成#2是#1P过的#4? + zhe4 tu2 nan2 bu4 cheng2 shi4 P IY1 guo4 de5 +002366 窗前#2明月光#3,地上#2鞋两双#4。 + chuang1 qian2 ming2 yue4 guang1 di4 shang4 xie2 liang3 shuang1 +002367 这是#2后法#2优于#1先法#3、特殊法#2优于#1普通法的#1关系#4。 + zhe4 shi4 hou4 fa3 you1 yu2 xian1 fa3 te4 shu1 fa3 you1 yu2 pu3 tong1 fa3 de5 guan1 xi5 +002368 但#1由于#2种种#1原因#3,这一#1想法#2未能#1实施#4。 + dan4 you2 yu2 zhong2 zhong3 yuan2 yin1 zhe4 yi4 xiang2 fa3 wei4 neng2 shi2 shi1 +002369 因为#2他在#1烟的#1外包装#2做过#1记号#3,以防止#1有人#2拿#1假烟#1敲诈#4。 + yin1 wei4 ta1 zai4 yan1 de5 wai4 bao1 zhuang1 zuo4 guo4 ji4 hao4 yi3 fang2 zhi2 you3 ren2 na2 jia3 yan1 qiao1 zha4 +002370 侧耳#2再听#1半天#3,隐约#1听见#2有#1麻将牌的#1声音#4。 + ce4 er3 zai4 ting1 ban4 tian1 yin3 yue1 ting1 jian4 you3 ma2 jiang4 pai2 de5 sheng1 yin1 +002371 李克强#2走进#2低矮的#1土坯房里#3,慰问#2困难#1家庭#4。 + li3 ke4 qiang2 zou3 jin4 di1 ai3 de5 tu3 pi1 fang2 li3 wei4 wen4 kun4 nan5 jia1 ting2 +002372 一部#2“鸟与#1梦飞翔”的#1纪录片#3,许愿星#2看了#1三四遍#4。 + yi2 bu4 niao2 yu4 meng4 fei1 xiang2 de5 ji4 lu4 pian4 xu3 yuan4 xing1 kan4 le5 san1 si4 bian4 +002373 你说#1怪不怪#3,那#1几条狗#2竟也#1知道#1我来了#1援兵#3,突然#2四散#1跑开了#4。 + ni3 shuo1 guai4 bu2 guai4 na4 ji3 tiao2 gou3 jing4 ye3 zhi1 dao4 wo3 lai2 le5 yuan2 bing1 tu1 ran2 si4 san4 pao3 kai1 le5 +002374 老妈#2和我#2都#1特爱#2孔雀#1这个#1角色#3,出彩#1极了#3,加油啦#4! + lao3 ma1 he2 wo3 dou1 te4 ai4 kong3 que4 zhe4 ge5 jue2 se4 chu1 cai3 ji2 le5 jia1 you2 la5 +002375 帖主#1陈同伦#2通过#1此帖#3,实名#1举报#2其#1表姐夫#2王立贵#4。 + tie2 zhu3 chen2 tong2 lun2 tong1 guo4 ci2 tie3 shi2 ming2 ju3 bao4 qi2 biao2 jie3 fu5 wang2 li4 gui4 +002376 验尸#1发现#3,巴塞洛#2死于#1头部#2遭到#1重创#4。 + yan4 shi1 fa1 xian4 ba1 sai4 luo4 si3 yu2 tou2 bu4 zao1 dao4 zhong4 chuang1 +002377 肥料#2甚至是#1诱捕#2和#1驱赶#1蚊虫的#2合成#1分泌物#4。 + fei2 liao4 shen4 zhi4 shi4 you4 bu3 he2 qu1 gan3 wen2 chong2 de5 he2 cheng2 fen1 mi4 wu4 +002378 祖儿#1承认#3曾因#1无故的#1抨击#2和#1冷言冷语#2而#1耿耿于怀#4。 + zu3 er2 cheng2 ren4 ceng2 yin1 wu2 gu4 de5 peng1 ji1 he2 leng3 yan2 leng2 yu3 er2 geng2 geng3 yu2 huai2 +002379 好白菜#2都让#1猪#1拱了#4! + hao3 bai2 cai4 dou1 rang4 zhu1 gong3 le5 +002380 二是#2加强#1协作#3,防止#1推诿#1扯皮#4。 + er4 shi4 jia1 qiang2 xie2 zuo4 fang2 zhi3 tui1 wei2 che3 pi2 +002381 谭某#2为#1弥补#1赌博#1亏空#3,便以#1高息#2吸收#2储户#1存款#4。 + tan2 mou3 wei2 mi2 bu2 du3 bo2 kui1 kong1 bian4 yi3 gao1 xi1 xi1 shou1 chu3 hu4 cun2 kuan3 +002382 田某#1下车后#3,因#1车费#1问题#3揪扯#1李书国#1衣领#4。 + tian2 mou3 xia4 che1 hou4 yin1 che1 fei4 wen4 ti2 jiu1 che2 li3 shu1 guo2 yi1 ling3 +002383 汪圆圆#2今年会#1减少#1模特儿#1工作#3,全力#1进攻#2演艺#1事业#4。 + wang1 yuan2 yuan5 jin1 nian2 hui4 jian2 shao3 mo2 ter4 gong1 zuo4 quan2 li4 jin4 gong1 yan3 yi4 shi4 ye4 +002384 由于#1儿子#1结婚#1需要#3,陈磊#1父母#2当时#2也#1正想#1买房#4。 + you2 yu2 er2 zi5 jie2 hun1 xu1 yao4 chen2 lei3 fu4 mu3 dang1 shi2 ye3 zheng4 xiang2 mai3 fang2 +002385 之后#2思捷#2与#1春卷#1等人#3往乘#1出租车#1走人#3,途中#2放下#1友人后#4。 + zhi1 hou4 si1 jie2 yu3 chun1 juan2 deng3 ren2 wang3 cheng2 chu1 zu1 che1 zou3 ren2 tu2 zhong1 fang4 xia4 you3 ren2 hou4 +002386 房管所#2欠#1人家的#1工钱#2顶帐了#4。 + fang2 guan2 suo3 qian4 ren2 jia1 de5 gong1 qian2 ding3 zhang4 le5 +002387 我们要#2过去#1雪耻#3,为#1英国人#1争光#4。 + wo3 men5 yao4 guo4 qu4 xue2 chi3 wei2 ying1 guo2 ren2 zheng1 guang1 +002388 只要#1让他#1看见#3,他就#2鬼使#1神差般#1凑上去#4。 + zhi3 yao4 rang4 ta1 kan4 jian4 ta1 jiu4 gui2 shi3 shen2 chai1 ban1 cou4 shang4 qu4 +002389 承包#1那些#2露着#1石头的#1山坡#3有啥#1效益#4? + cheng2 bao1 na4 xie1 lu4 zhe5 shi2 tou5 de5 shan1 po1 you3 sha2 xiao4 yi4 +002390 朱孝天#2昨上#1节目#1录影时#3,突然#2泪洒#1摄影棚#4。 + zhu1 xiao4 tian1 zuo2 shang4 jie2 mu4 lu4 ying3 shi2 tu1 ran2 lei4 sa3 she4 ying3 peng2 +002391 历史上#3,西班牙#2于#1一五#1六五年#2侵占#2菲律宾#4。 + li4 shi3 shang4 xi1 ban1 ya2 yu2 yi1 wu3 liu4 wu3 nian2 qin1 zhan4 fei1 lv4 bin1 +002392 胸痛#3、咯血#3,咳嗽时#3发现#1痰中#2有#1血丝#1或#1血块#4。 + xiong1 tong4 ka2 xie3 ke2 sou4 shi2 fa1 xian4 tan2 zhong1 you2 xie3 si1 huo4 xie3 kuai4 +002393 各个#1副市长#2睡歪了#1腰椎#2、睡坏了#1颈椎#4。 + ge4 ge4 fu4 shi4 zhang3 shui4 wai1 le5 yao1 zhui1 shui4 huai4 le5 jing3 zhui1 +002394 当然#3,叙问题#3冰冻#1三尺#2非#1一日之寒#3,解决#2需要#1时间#4。 + dang1 ran2 xu4 wen4 ti2 bing1 dong4 san1 chi3 fei1 yi2 ri4 zhi1 han2 jie3 jue2 xu1 yao4 shi2 jian1 +002395 韶关#2上报#1一起#1死亡#1病例#4。 + shao2 guan1 shang4 bao4 yi4 qi2 si3 wang2 bing4 li4 +002396 今天#1风大#3,火苗#1蹿起#2有#1五六米高#4。 + jin1 tian1 feng1 da4 huo3 miao2 cuan1 qi3 you2 wu3 liu4 mi3 gao1 +002397 太太#2田蕊妮#2发微博#2称赞#2杜汶泽#2乐观#1坚强#3,是她#1心目中的#1巨人#4。 + tai4 tai5 tian2 rui3 ni1 fa1 wei1 bo2 cheng1 zan4 du4 wen2 ze2 le4 guan1 jian1 qiang2 shi4 ta1 xin1 mu4 zhong1 de5 ju4 ren5 +002398 创业板#2、中小板#2走势#1分化#4。 + chuang4 ye4 ban3 zhong1 xiao2 ban3 zou3 shi4 fen1 hua4 +002399 可谓#2扮丑#2女星#1之最#4。 + ke3 wei4 ban4 chou2 nv3 xing1 zhi1 zui4 +002400 惠来县#2前詹镇#1纪委#3给予#1蔡晋军#3开除#1党籍#1处分#4。 + hui4 lai2 xian4 qian2 zhan1 zhen4 ji4 wei3 ji2 yu3 cai4 jin4 jun1 kai1 chu2 dang3 ji2 chu3 fen4 +002401 稳妥#1扩大#2服务业#1开放#4。 + wen2 tuo3 kuo4 da4 fu2 wu4 ye4 kai1 fang4 +002402 所以#3,聪明的#1“印度#1之子#3”迄今#2也没#1敢给#1美国#1总统#2奉此#1尊号#4。 + suo2 yi3 cong1 ming5 de5 yin4 du4 zhi1 zi3 qi4 jin1 ye3 mei2 gan2 gei2 mei3 guo2 zong2 tong3 feng4 ci3 zun1 hao4 +002403 几年前#3,右边的#1母树#2被雷#1劈死了#3,随后#3,这棵#1公树#2也就#1慢慢#1枯萎#4。 + ji3 nian2 qian2 you4 bian1 de5 mu3 shu4 bei4 lei2 pi1 si3 le5 sui2 hou4 zhe4 ke1 gong1 shu4 ye3 jiu4 man4 man4 ku1 wei3 +002404 滚下去#3,后边#1坐着去#4。 + gun3 xia4 qu5 hou4 bian1 zuo4 zhe5 qu5 +002405 张波#2身形#1矮小#3,说话#1声音#1不大#4。 + zhang1 bo1 shen1 xing2 ai2 xiao3 shuo1 hua4 sheng1 yin1 bu2 da4 +002406 李科#2一个劲地#1鼓励#1陈医生#4。 + li3 ke1 yi2 ge5 jin4 de5 gu3 li4 chen2 yi1 sheng1 +002407 他#1真的#1跟#1瑞典#1姑娘#1结婚了#4。 + ta1 zhen1 de5 gen1 rui4 dian3 gu1 niang5 jie2 hun1 le5 +002408 据悉#3,水库#2已聘请#2专业#1保安#1公司#1值守#4。 + ju4 xi1 shui3 ku4 yi3 pin4 qing3 zhuan1 ye4 bao3 an1 gong1 si1 zhi2 shou3 +002409 兰考县#1许河乡#2赵楼村#1九组#4。 + lan2 kao3 xian4 xu3 he2 xiang1 zhao4 lou2 cun1 jiu2 zu3 +002410 王子#1与毛弟#2向奶奶#2派#1大红包#4。 + wang2 zi2 yu3 mao2 di4 xiang4 nai3 nai5 pai4 da4 hong2 bao1 +002411 鸟网的#1尺寸#3也明显#1大很多#4。 + niao2 wang3 de5 chi3 cun4 ye3 ming2 xian3 da4 hen3 duo1 +002412 婴儿#2一#1吸吮到#1乳汁#3,顿时#1就#1不哭了#4。 + ying1 er2 yi4 xi1 shun3 dao4 ru3 zhi1 dun4 shi2 jiu4 bu4 ku1 le5 +002413 加上#2上一次#1打架的#1积怨#3,几名#1妯娌#3又#1厮打#1起来#4。 + jia1 shang4 shang4 yi2 ci4 da3 jia4 de5 ji1 yuan4 ji3 ming2 zhou2 li5 you4 si1 da2 qi3 lai2 +002414 公园里#2也有#1很多#1别的#1小朋友#3,但#1喜鹊#2一个#1也没#1“看上#4”。 + gong1 yuan2 li3 ye2 you2 hen3 duo1 bie2 de5 xiao3 peng2 you5 dan4 xi3 que4 yi2 ge5 ye3 mei2 kan4 shang4 +002415 就#1这样#3,徐波#2开始了#1北漂#1生涯#4。 + jiu4 zhe4 yang5 xu2 bo1 kai1 shi3 le5 bei3 piao1 sheng1 ya2 +002416 三军#2可夺气#3,将军#2可夺心#4。 + san1 jun1 ke3 duo2 qi4 jiang1 jun1 ke3 duo2 xin1 +002417 经过#2千团#1大战的#1洗礼后#3,整个#1行业#2已过#1卡位期#4。 + jing1 guo4 qian1 tuan2 da4 zhan4 de5 xi2 li3 hou4 zheng3 ge5 hang2 ye4 yi3 guo4 qia3 wei4 qi1 +002418 公元#2七百#1五十三年#3,仲麻吕#1归国时#3,传闻#2他在#1海上#1遇难#4。 + gong1 yuan2 qi1 bai2 wu3 shi5 san1 nian2 zhong4 ma2 lv3 gui1 guo2 shi2 chuan2 wen2 ta1 zai4 hai3 shang4 yu4 nan4 +002419 等#2全国#1范围#1普及#3,就没#1校长#1咬人咯#4。 + deng3 quan2 guo2 fan4 wei2 pu3 ji2 jiu4 mei2 xiao4 zhang2 yao3 ren2 lo5 +002420 因#1滥伐#2所#1造成的#1损失#3远远#1多过#2拍卖#1木材的#1所得#4。 + yin1 lan4 fa2 suo3 zao4 cheng2 de5 sun3 shi1 yuan2 yuan3 duo1 guo4 pai1 mai4 mu4 cai2 de5 suo3 de2 +002421 昨日#3,丹棱县#1检察院#1透露#3,该院#2已于#1昨日#1告知#2宿仁训#2有关#1权益#4。 + zuo2 ri4 dan1 ling2 xian4 jian3 cha2 yuan4 tou4 lu4 gai1 yuan4 yi3 yu2 zuo2 ri4 gao4 zhi1 su4 ren2 xun4 you3 guan1 quan2 yi4 +002422 矮油#3我知道#1你#1最喜欢#1捏#1它的#1脸了#3,因为#2能捏出#2各种#1形状嘛#4! + ai3 you2 wo3 zhi1 dao4 ni3 zui4 xi3 huan1 nie1 ta1 de5 lian3 le5 yin1 wei4 neng2 nie1 chu1 ge4 zhong3 xing2 zhuang4 ma5 +002423 书法#2绘画#1作品#2应为#1作品#1原件#3,尺寸#1格式#1不限#3,不需#1装裱#4。 + shu1 fa3 hui4 hua4 zuo4 pin3 ying1 wei2 zuo4 pin3 yuan2 jian4 chi3 cun4 ge2 shi4 bu2 xian4 bu4 xu1 zhuang1 biao3 +002424 她#1开车#2拉着俩#2沉默的#1丫头#3,一溜烟的#1跑了#4。 + ta1 kai1 che1 la1 zhe5 lia3 chen2 mo4 de5 ya1 tou5 yi4 liu1 yan1 de5 pao3 le5 +002425 林颖超#2木讷地#1接过钱#3,并没有#1要走的#1意思#4。 + lin2 ying3 chao1 mu4 ne4 de5 jie1 guo4 qian2 bing4 mei2 you3 yao4 zou3 de5 yi4 si5 +002426 药材#2符合#1药用#1要求的#3,方可#1供应#3、配方#2和#1用于#2中成药#1生产#4。 + yao4 cai2 fu2 he2 yao4 yong4 yao1 qiu2 de5 fang1 ke3 gong1 ying4 pei4 fang1 he2 yong4 yu2 zhong1 cheng2 yao4 sheng1 chan3 +002427 每个#1帐篷#3都#1配上了#2电扇#3、雷达#1驱蚊器#3、矿泉水#3和#1一些#2应急的#1药品#4。 + mei3 ge5 zhang4 peng5 dou1 pei4 shang4 le5 dian4 shan4 lei2 da2 qu1 wen2 qi4 kuang4 quan2 shui3 he2 yi4 xie1 ying4 ji2 de5 yao4 pin3 +002428 很快#3,胡益华#1落脚点#2浮出#1水面#4。 + hen3 kuai4 hu2 yi4 hua2 luo4 jiao2 dian3 fu2 chu1 shui3 mian4 +002429 老熊的家#3在#1万州#1一个#2偏远#2、贫穷的#1小山村#4。 + lao3 xiong2 de5 jia1 zai4 wan4 zhou1 yi2 ge5 pian1 yuan3 pin2 qiong2 de5 xiao3 shan1 cun1 +002430 现在#2小升初#2推优#2、择校#2、派位#3,也#1不是#1统一#1考试呀#4。 + xian4 zai4 xiao3 sheng1 chu1 tui1 you1 ze2 xiao4 pai4 wei4 ye3 bu2 shi4 tong3 yi1 kao3 shi4 ya5 +002431 以前#1有#1萝卜#1招聘#3,现在#1又有#1篮球#1招聘#4。 + yi3 qian2 you3 luo2 bo5 zhao1 pin4 xian4 zai4 you4 you3 lan2 qiu2 zhao1 pin4 +002432 老婆#2查#1私房钱#3,没地方#1藏了#3,给你充#1二百元#1话费#3,过两天#1还我#4。 + lao3 po5 cha2 si1 fang2 qian2 mei2 di4 fang5 cang2 le5 gei2 ni3 chong1 er4 bai3 yuan2 hua4 fei4 guo4 liang3 tian1 huan2 wo3 +002433 李局长#2答应#1帮他#2找找看#4。 + li3 ju2 zhang3 da1 ying5 bang1 ta1 zhao2 zhao3 kan4 +002434 演员们#3也给我#1鼓了#1不少劲#4。 + yan3 yuan2 men5 ye3 gei2 wo2 gu3 le5 bu4 shao3 jin4 +002435 那#1女孩的#1双唇#2微抿着#3,红润#1有光#3,仿佛#2在#1勾引#2罗天诚的#1嘴唇#4。 + na4 nv3 hai2 de5 shuang1 chun2 wei1 min3 zhe5 hong2 run4 you3 guang1 fang3 fu2 zai4 gou1 yin3 luo2 tian1 cheng2 de5 zui3 chun2 +002436 吃饭#2靠#1老百姓#2送苞谷#3,吃菜#2靠#1弟兄们#2上山#1打猎#3,挖野菜#4。 + chi1 fan4 kao4 lao2 bai3 xing4 song4 bao1 gu3 chi1 cai4 kao4 di4 xiong5 men5 shang4 shan1 da3 lie4 wa1 ye3 cai4 +002437 常务#1副省长#2陈敏尔#3也已经#1在#1昨天#1晚上#2赶到#1舟山#4。 + chang2 wu4 fu4 sheng2 zhang3 chen2 min2 er3 ye2 yi3 jing1 zai4 zuo2 tian1 wan3 shang5 gan3 dao4 zhou1 shan1 +002438 如果有#1月饼#1期货#3,那该#1多好呀#4。 + ru2 guo2 you3 yue4 bing3 qi1 huo4 na4 gai1 duo1 hao3 ya5 +002439 昨日#3,张雨绮#3也#1夸起了#1导演#4。 + zuo2 ri4 zhang1 yu2 qi3 ye3 kua1 qi3 le5 dao2 yan3 +002440 就此#2有#1谣言#1传出#3,说这#1男子的#1肾脏#2被人#1给#1摘走#4。 + jiu4 ci2 you3 yao2 yan2 chuan2 chu1 shuo1 zhe4 nan2 zi3 de5 shen4 zang4 bei4 ren2 gei3 zhai1 zou3 +002441 我#1倒是想#1胖一点的#3,但#1总也#1胖不起来#4。 + wo3 dao4 shi4 xiang3 pang4 yi4 dian3 de5 dan4 zong2 ye3 pang4 bu4 qi3 lai2 +002442 岩石#1分崩#3,全家#2覆压者#1有之#4。 + yan2 shi2 fen1 beng1 quan2 jia1 fu4 ya1 zhe2 you3 zhi1 +002443 吴建豪#2微博#1专注#1挑#1女装鞋#4。 + wu2 jian4 hao2 wei1 bo2 zhuan1 zhu4 tiao1 nv3 zhuang1 xie2 +002444 谷歌#2若#1果真#1收购#1雅虎#3,势必#1引来#2美国#1反垄断#1调查#4。 + gu3 ge1 ruo4 guo3 zhen1 shou1 gou4 ya2 hu3 shi4 bi4 yin3 lai2 mei3 guo2 fan2 long3 duan4 diao4 cha2 +002445 漫漫#1长夜#3,窈窈#1元宫#4。 + man4 man4 chang2 ye4 yao2 yao3 yuan2 gong1 +002446 作为#2科学#1巨擘#3,钱伟长的#1科学#1贡献#2彪炳#1史册#4。 + zuo4 wei2 ke1 xue2 ju4 bo4 qian2 wei3 chang2 de5 ke1 xue2 gong4 xian4 biao1 bing2 shi3 ce4 +002447 三池渊#2附近的#1一处#1餐馆#1墙上#2装饰的#1人造花#4。 + san1 chi2 yuan1 fu4 jin4 de5 yi2 chu4 can1 guan3 qiang2 shang4 zhuang1 shi4 de5 ren2 zao4 hua1 +002448 田子#2和#1哥们儿#2一起#1泡夜店#3,也一起#1帮别人#1“平事儿#4”。 + tian2 zi3 he2 ge1 menr5 yi4 qi3 pao4 ye4 dian4 ye3 yi4 qi3 bang1 bie2 ren2 ping2 shir4 +002449 坚决#1查处#1转包#2和#1违法#1分包#4。 + jian1 jue2 cha2 chu2 zhuan3 bao1 he2 wei2 fa3 fen1 bao1 +002450 参谋#2王存宝讲#3,这几天#2武警#1官兵#2仍然#2连夜#1展开#1搜索#4。 + can1 mou2 wang2 cun2 bao2 jiang3 zhe4 ji3 tian1 wu2 jing3 guan1 bing1 reng2 ran2 lian2 ye4 zhan3 kai1 sou1 suo3 +002451 她#2跑到#1后座#3,拍醒了#1吴鹏#4。 + ta1 pao3 dao4 hou4 zuo4 pai1 xing3 le5 wu2 peng2 +002452 首先#3,应#2重新#1核算#2螺栓的#1强度#4。 + shou3 xian1 ying1 chong2 xin1 he2 suan4 luo2 shuan1 de5 qiang2 du4 +002453 出了#1事儿后#3,他还和#2看守所#1管教说#3对我#2一点儿#1感情#1都没有#4。 + chu1 le5 shir4 hou4 ta1 hai2 he2 kan1 shou2 suo2 guan3 jiao4 shuo1 dui4 wo3 yi4 dianr2 gan3 qing2 dou1 mei2 you3 +002454 所以#2这个#1世界的#1法则#1就是#3:抠逼#1假公子#3也比#1大方#1真屌丝#2光辉#1万倍#4。 + suo2 yi3 zhe4 ge5 shi4 jie4 de5 fa3 ze2 jiu4 shi4 kou1 bi1 jia3 gong1 zi3 ye2 bi3 da4 fang1 zhen1 diao3 si1 guang1 hui1 wan4 bei4 +002455 但我#1一定#1会用#1法律#1手段#3维护#1我的#1名誉#4。 + dan4 wo3 yi2 ding4 hui4 yong4 fa3 lv4 shou3 duan4 wei2 hu4 wo3 de5 ming2 yu4 +002456 前#2外务#1次官#2薮中#1三十二#1接任的#1可能性#2也在#1探讨#1之中#4。 + qian2 wai4 wu4 ci4 guan1 sou3 zhong1 san1 shi2 er4 jie1 ren4 de5 ke3 neng2 xing4 ye3 zai4 tan4 tao3 zhi1 zhong1 +002457 会玩呀#3,我是个#1游戏迷呢#4。 + hui4 wan2 ya5 wo3 shi4 ge5 you2 xi4 mi2 ne5 +002458 孔所长#2和#1他俩#2马上#1进行#1研究#4。 + kong3 suo2 zhang3 he2 ta1 lia2 ma3 shang4 jin4 xing2 yan2 jiu1 +002459 很快#3,她被#1押送至#2位于#1屯门的#2大榄#1女子#1惩教所#4。 + hen3 kuai4 ta1 bei4 ya1 song4 zhi4 wei4 yu2 tun2 men2 de5 da4 lan3 nv2 zi3 cheng2 jiao4 suo3 +002460 要打#2回家打#3,你#1不要脸#3我还#1要脸呢#4! + yao4 da3 hui2 jia1 da3 ni3 bu2 yao4 lian2 wo3 hai2 yao4 lian3 ne5 +002461 救援队#2正在#2加快#1安装#1固定泵#3,通过#1抽水#2稳定#1水位#4。 + jiu4 yuan2 dui4 zheng4 zai4 jia1 kuai4 an1 zhuang1 gu4 ding4 beng4 tong1 guo4 chou1 shui2 wen3 ding4 shui3 wei4 +002462 涮墩布#1拖地#3也是用#2洗完#1衣服#2倒在#1桶里的水#4。 + shuan4 dun1 bu4 tuo1 di4 ye3 shi4 yong4 xi3 wan2 yi1 fu5 dao4 zai4 tong2 li3 de5 shui3 +002463 拉斯穆森#2请#1温总理#2第一个#1发言#4。 + la1 si1 mu4 sen1 qing3 wen1 zong2 li3 di4 yi1 ge5 fa1 yan2 +002464 就是#1叫我#1名字#1而已呀#4。 + jiu4 shi4 jiao4 wo3 ming2 zi5 er2 yi3 ya5 +002465 他还#1要求#1顾问们#3了解#2巴尼的#1详细#1情况#4。 + ta1 hai2 yao1 qiu2 gu4 wen4 men5 liao2 jie3 ba1 ni2 de5 xiang2 xi4 qing2 kuang4 +002466 其中以#2蒸#3、沤#3、平#2、扎#3、坠#3五道#1工序#2最为#1重要#4。 + qi2 zhong1 yi3 zheng1 ou4 ping2 zha1 zhui4 wu3 dao4 gong1 xu4 zui4 wei2 zhong4 yao4 +002467 进山#1采参#2也有#1众多#1讲究#4。 + jin4 shan1 cai3 shen1 ye2 you3 zhong4 duo1 jiang3 jiu1 +002468 可#1至今#2应得的#1百万元#1工资#2还没#1着落#4。 + ke3 zhi4 jin1 ying1 de2 de5 bai3 wan4 yuan2 gong1 zi1 hai2 mei2 zhao2 luo4 +002469 积极#1探索#2用#1群众#1工作#2统揽#2信访#1工作#4。 + ji1 ji2 tan4 suo3 yong4 qun2 zhong4 gong1 zuo4 tong2 lan3 xin4 fang3 gong1 zuo4 +002470 岁月#1荏苒#2,人生#1易老#4。 + sui4 yue4 ren2 ran3 ren2 sheng1 yi4 lao3 +002471 但#2杨然称#2要#1登门#1拜访#3,将#1李某#2和#1菲儿的#1事情#2告诉#1他妻子#4。 + dan4 yang2 ran2 cheng1 yao4 deng1 men2 bai4 fang3 jiang1 li2 mou3 he2 fei1 er5 de5 shi4 qing5 gao4 su5 ta1 qi1 zi3 +002472 当天#1凌晨#3,北河沿#1大街#2一处#1热力#1管网#1爆裂#4。 + dang4 tian1 ling2 chen2 bei3 he2 yan2 da4 jie1 yi2 chu4 re4 li4 guan2 wang3 bao4 lie4 +002473 咱#1不上#1美术班了吧#4? + zan2 bu2 shang4 mei3 shu4 ban1 le5 ba5 +002474 江豚#2有#1“水中#1大熊猫#1”之称#4。 + jiang1 tun2 you2 shui3 zhong1 da4 xiong2 mao1 zhi1 cheng1 +002475 不少人#1患病后#2也#1只能#1硬扛#4。 + bu4 shao3 ren2 huan4 bing4 hou4 ye2 zhi3 neng2 ying4 kang2 +002476 努尔#1阿里木#3搭车#1前往#2巩乃斯#1林场的#1冬牧场#4。 + nu2 er3 a1 li3 mu4 da1 che1 qian2 wang3 gong2 nai3 si1 lin2 chang3 de5 dong1 mu4 chang3 +002477 丈夫#2又与#1妻子#1吵了#1一架#4。 + zhang4 fu5 you4 yu3 qi1 zi2 chao3 le5 yi2 jia4 +002478 你们#1到底#2有完#1没完#4? + ni3 men5 dao4 di2 you3 wan2 mei2 wan2 +002479 日积月累#3,薇洛#2攒了#1一大笔钱#4。 + ri4 ji1 yue4 lei3 wei1 luo4 zan3 le5 yi2 da4 bi3 qian2 +002480 晓辉#2呆坐在#1位置上#3,想#2这次#1完了#4。 + xiao3 hui1 dai1 zuo4 zai4 wei4 zhi4 shang4 xiang3 zhe4 ci4 wan2 le5 +002481 这让#1黄先生#2很纳闷#4。 + zhe4 rang4 huang2 xian1 sheng5 hen3 na4 men4 +002482 宋柯#2卖烤鸭#3,她去#1捧了场#4。 + song4 ke1 mai4 kao3 ya1 ta1 qu4 peng3 le5 chang3 +002483 日本#1名将#2内村#1航平#2在#1单杠中#1掉杠#3,“助”#2中国队#1夺冠#4。 + ri4 ben3 ming2 jiang4 nei4 cun1 hang2 ping2 zai4 dan1 gang4 zhong1 diao4 gang4 zhu4 zhong1 guo2 dui4 duo2 guan4 +002484 他说#3,黑龙江#1水体#1油类#1污染的#1污染源#3已#1可以#1排除#2来自#1中方#4。 + ta1 shuo1 hei1 long2 jiang1 shui2 ti3 you2 lei4 wu1 ran3 de5 wu1 ran3 yuan2 yi3 ke2 yi3 pai2 chu2 lai2 zi4 zhong1 fang1 +002485 二要#2鼓励#1港口#2及#1临港#1物流#1企业#3“请进来#3”和#1“走出去#4”。 + er4 yao4 gu3 li4 gang2 kou3 ji2 lin2 gang3 wu4 liu2 qi3 ye4 qing3 jin4 lai2 he2 zou3 chu1 qu4 +002486 是#1我的#1荣誉#3,我#1哪敢#1推呀#4? + shi4 wo3 de5 rong2 yu4 wo3 na2 gan3 tui1 ya5 +002487 而#2苏州#1人民#1银行#2也#1极力#1撇清#3与#1“越溪#1庭院#2”别墅#1项目的#1关系#4。 + er2 su1 zhou1 ren2 min2 yin2 hang2 ye3 ji2 li4 pie3 qing1 yu3 yue4 xi1 ting2 yuan4 bie2 shu4 xiang4 mu4 de5 guan1 xi5 +002488 外甥女#1哭了#3,他#1帮着哄#4。 + wai4 sheng5 nv3 ku1 le5 ta1 bang1 zhe5 hong3 +002489 有#1传言称#3,时任#2总统#1办公厅#1主任的#2梅德#1韦杰夫#2是#1幕后#1推手#4。 + you3 chuan2 yan2 cheng1 shi2 ren4 zong2 tong3 ban4 gong1 ting1 zhu3 ren4 de5 mei2 de2 wei2 jie2 fu1 shi4 mu4 hou4 tui1 shou3 +002490 分析#2灌篮#1高手的#1这期#1节目#3名为#3“爱灌篮#3,爱泡妞#4”。 + fen1 xi1 guan4 lan2 gao1 shou3 de5 zhe4 qi1 jie2 mu4 ming2 wei2 ai4 guan4 lan2 ai4 pao4 niu1 +002491 港岛#1南区#2深水湾#3望向#2南塱山的#1上空#2出现#1漏斗云#4。 + gang2 dao3 nan2 qu1 shen1 shui3 wan1 wang4 xiang4 nan2 lang3 shan1 de5 shang4 kong1 chu1 xian4 lou4 dou3 yun2 +002492 为了#1弥补#1亏空#3,满新凯#2拆东墙#2补西墙#3,最终#2欠下#1巨款#4。 + wei4 le5 mi2 bu3 kui1 kong1 man3 xin1 kai3 chai1 dong1 qiang2 bu3 xi1 qiang2 zui4 zhong1 qian4 xia4 ju4 kuan3 +002493 但是#2压力#2也不是#1一点儿#1没有#4。 + dan4 shi4 ya1 li4 ye3 bu2 shi4 yi4 dianr3 mei2 you3 +002494 这#1就是#2周克华#2逃跑的#1窄巷#4。 + zhe4 jiu4 shi4 zhou1 ke4 hua2 tao2 pao3 de5 zhai3 xiang4 +002495 屋内#1东西#2摆放#1凌乱#3,制作#1馅料#1用的#1作料#2堆满#1一地#4。 + wu1 nei4 dong1 xi5 bai3 fang4 ling2 luan4 zhi4 zuo4 xian4 liao4 yong4 de5 zuo4 liao4 dui1 man3 yi2 di4 +002496 网友#2“崔妮可#1”则表示#3,难以#1想象#2会有#1这么#1恶心的人#4。 + wang2 you3 cui1 ni1 ke3 ze2 biao3 shi4 nan2 yi2 xiang3 xiang4 hui4 you3 zhe4 me5 e3 xin1 de5 ren2 +002497 我#1看见#1你闯#1单行线#3,你还跑#4! + wo3 kan4 jian4 ni2 chuang3 dan1 xing2 xian4 ni3 hai2 pao3 +002498 受此#1影响#3,美元#2也#1成为#1“香饽饽#4”。 + shou4 ci3 ying2 xiang3 mei3 yuan2 ye3 cheng2 wei2 xiang1 bo1 bo5 +002499 网帖#2很快#1就#1引起了#1众多#1网友#2关注#1和#1转载#4。 + wang2 tie3 hen3 kuai4 jiu4 yin2 qi3 le5 zhong4 duo1 wang2 you3 guan1 zhu4 he2 zhuan2 zai3 +002500 如此#1看来#3,李的#1访日#2可#1视作为#2谢#1访日#1铺路#4。 + ru2 ci3 kan4 lai2 li3 de5 fang3 ri4 ke3 shi4 zuo4 wei2 xie4 fang3 ri4 pu1 lu4 +002501 不过#1昨#3两人#1却以#1行动#2撇#1不和#1传言#4。 + bu2 guo4 zuo2 liang3 ren2 que4 yi3 xing2 dong4 pie3 bu4 he2 chuan2 yan2 +002502 未成年犯#2在#1少管所里#2打#1乒乓球#4。 + wei4 cheng2 nian2 fan4 zai4 shao4 guan2 suo2 li2 da3 ping1 pang1 qiu2 +002503 公元#2一三#1七二年#3,朱元璋#2就派#1杨载#2出使#1琉球#4。 + gong1 yuan2 yi1 san1 qi1 er4 nian2 zhu1 yuan2 zhang1 jiu4 pai4 yang2 zai4 chu1 shi3 liu2 qiu2 +002504 目前#3公务员#1养老金#3直接由#1财政#1拨付#4。 + mu4 qian2 gong1 wu4 yuan2 yang2 lao3 jin1 zhi2 jie1 you2 cai2 zheng4 bo1 fu4 +002505 别在#1户外#1停留#1太久#4。 + bie2 zai4 hu4 wai4 ting2 liu2 tai4 jiu3 +002506 喜欢#2还#1需要#1理由吗#4。 + xi3 huan1 hai2 xu1 yao4 li3 you2 ma5 +002507 有人#1宣称#2现在是#2“筛选#1为王#4”。 + you3 ren2 xuan1 cheng1 xian4 zai4 shi4 shai1 xuan3 wei2 wang2 +002508 法新社#1认为#3,央行#1这一#1举措#2短期内#2给#1欧元区#2提供了#2喘息#1空间#4。 + fa3 xin1 she4 ren4 wei2 yang1 hang2 zhe4 yi4 ju3 cuo4 duan3 qi1 nei4 gei3 ou1 yuan2 qu1 ti2 gong4 le5 chuan3 xi1 kong1 jian1 +002509 反正#2是#1婚也#1结了#2慈善#1也办了#3,两厢#2都还#1妥妥的#4。 + fan3 zheng4 shi4 hun1 ye3 jie2 le5 ci2 shan4 ye3 ban4 le5 liang3 xiang1 dou1 hai2 tuo2 tuo3 de5 +002510 不久前#3,他#1饰演了#2张纪中版#1“西游记#1”中#3猴王#2赤尻#1马猴的#1角色#4。 + bu4 jiu3 qian2 ta1 shi4 yan3 le5 zhang1 ji4 zhong1 ban3 xi1 you2 ji4 zhong1 hou2 wang2 chi4 kao1 ma3 hou2 de5 jue2 se4 +002511 深挖#1细查#3,拔出#1萝卜#1带出泥#4。 + shen1 wa1 xi4 cha2 ba2 chu1 luo2 bo5 dai4 chu1 ni2 +002512 而#2“幺二幺二#2”打造的#1感觉#2是“逛#3”,让#1一切#2都#1慢下来#4。 + er2 yao1 er4 yao1 er4 da3 zao4 de5 gan3 jue2 shi4 guang4 rang4 yi2 qie4 dou1 man4 xia4 lai2 +002513 而#1营收#2则#1同比#1增长#2百分之#1十四#3,至#2一点一一#1九亿#1英镑#4。 + er2 ying2 shou1 ze2 tong2 bi3 zeng1 zhang2 bai3 fen1 zhi1 shi2 si4 zhi4 yi1 dian3 yi1 yi1 jiu3 yi4 ying1 bang4 +002514 大多数#1工薪#1阶层#3,恐怕#2只能#1偶尔#1尝尝#3刀鱼#1馄饨的#1滋味#4。 + da4 duo1 shu4 gong1 xin1 jie1 ceng2 kong3 pa4 zhi3 neng2 ou2 er3 chang2 chang2 dao1 yu2 hun2 tun5 de5 zi1 wei4 +002515 他的#1草法#2极为#1严整#3,不乱#1方寸#4。 + ta1 de5 cao2 fa3 ji2 wei2 yan2 zheng3 bu2 luan4 fang1 cun4 +002516 菲儿#1约董某#2第二天#2到其#1租住的#1公寓#1约会#3,董某#1欣然#1同意#4。 + fei1 er5 yue1 dong2 mou3 di4 er4 tian1 dao4 qi2 zu1 zhu4 de5 gong1 yu4 yue1 hui4 dong2 mou3 xin1 ran2 tong2 yi4 +002517 詹娟说#3,以前#2丈夫#1有#1劳动#1能力时#3,还能#2赚钱#1养活#1她们#1母女#4。 + zhan1 juan1 shuo1 yi3 qian2 zhang4 fu5 you3 lao2 dong4 neng2 li4 shi2 hai2 neng2 zhuan4 qian2 yang3 huo2 ta1 men5 mu2 nv3 +002518 高原上#2也有#1不少#2蓊蓊郁郁的#1原始#1森林#3,色彩#1凝重#3,博大#1深邃#4。 + gao1 yuan2 shang4 ye2 you3 bu4 shao3 weng2 weng3 yu4 yu4 de5 yuan2 shi3 sen1 lin2 se4 cai3 ning2 zhong4 bo2 da4 shen1 sui4 +002519 经查#3,男方#2患有#1弱精症#3,女方#2患有#2多囊#1卵巢#1综合征#4。 + jing1 cha2 nan2 fang1 huan4 you3 ruo4 jing1 zheng4 nv3 fang1 huan4 you3 duo1 nang2 luan3 chao2 zong1 he2 zheng1 +002520 给#1你们#2点个#1蜡烛吧#4。 + gei2 ni3 men2 dian3 ge5 la4 zhu2 ba5 +002521 要#1怀揣#2最#1过硬的#1功夫#1出国#3,要#1练就#2最#1有效的#1处置#2突发#1情况#1能力#4。 + yao4 huai2 chuai1 zui4 guo4 ying4 de5 gong1 fu5 chu1 guo2 yao4 lian4 jiu4 zui4 you3 xiao4 de5 chu3 zhi4 tu1 fa1 qing2 kuang4 neng2 li4 +002522 陶山书院#2是李滉#2向#1学生们#2教授#1儒学#2并#1研修#1学问的#1地方#4。 + tao2 shan1 shu1 yuan4 shi4 li3 huang4 xiang4 xue2 sheng1 men5 jiao4 shou4 ru2 xue2 bing4 yan2 xiu1 xue2 wen4 de5 di4 fang5 +002523 为什么#1我的#1脸上#1老长#1痘痘啊#4? + wei4 shen2 me5 wo3 de5 lian3 shang4 lao2 zhang3 dou4 dou5 a5 +002524 俗话说#3,巧妇#1难为#1无米之炊#4。 + su2 hua4 shuo1 qiao3 fu4 nan2 wei2 wu2 mi3 zhi1 chui1 +002525 他们#1都说#3,遭#1对手#1抹黑#1造谣#3,“选举#2越来#1越艰困#4”。 + ta1 men5 dou1 shuo1 zao1 dui4 shou2 mo3 hei1 zao4 yao2 xuan2 ju3 yue4 lai2 yue4 jian1 kun4 +002526 孩子#1问我#2怎么办呀#3,怎么#1整呀#3,我都#1呜呜#1直哭#3,找哪#2哪都#1不给办#4。 + hai2 zi5 wen4 wo2 zen3 me5 ban4 ya5 zen3 me5 zheng3 ya5 wo3 dou1 wu1 wu1 zhi2 ku1 zhao2 na2 na3 dou1 bu4 gei3 ban4 +002527 扭打中#3,青年#2最终#1不敌#3,被#1阿伯#1咬伤#1耳朵#4。 + niu2 da3 zhong1 qing1 nian2 zui4 zhong1 bu4 di2 bei4 a1 bo2 yao3 shang1 er3 duo5 +002528 据了解#3,该作坊#2没有#1营业#1执照#2和#1卫生#1许可证#4。 + ju4 liao2 jie3 gai1 zuo1 fang5 mei2 you3 ying2 ye4 zhi2 zhao4 he2 wei4 sheng1 xu2 ke3 zheng4 +002529 国际#1癌症#1研究#1中心#3已将其#1列为#2人类#1一级#1致癌物#4。 + guo2 ji4 ai2 zheng4 yan2 jiu1 zhong1 xin1 yi3 jiang1 qi2 lie4 wei2 ren2 lei4 yi1 ji2 zhi4 ai2 wu4 +002530 李连成#2喜欢#1别人#1夸他#1聪明#4。 + li3 lian2 cheng2 xi3 huan1 bie2 ren2 kua1 ta1 cong1 ming5 +002531 小学生#2趴在#1地上#2参加#1月考#4。 + xiao3 xue2 sheng1 pa1 zai4 di4 shang4 can1 jia1 yue4 kao3 +002532 柳荫的#1失误#2让#1丹麦#1连偷#1两分#3,将比赛#2带入#1加时局#4。 + liu3 yin1 de5 shi1 wu4 rang4 dan1 mai4 lian2 tou1 liang3 fen1 jiang1 bi3 sai4 dai4 ru4 jia1 shi2 ju2 +002533 人和街#2一百#1三十二号#1大院#1入口#2铁门#1紧锁#4。 + ren2 he2 jie1 yi4 bai3 san1 shi2 er4 hao4 da4 yuan4 ru4 kou3 tie3 men2 jin2 suo3 +002534 你要#1带我#1一起#1玩游戏嘛#4? + ni3 yao4 dai4 wo3 yi4 qi3 wan2 you2 xi4 ma5 +002535 球蟒#1一个月#1要#1喂食#1两次#3,他#1总是#2早早#1提醒我#3,该给#1球蟒#1买吃的了#4。 + qiu2 mang3 yi2 ge5 yue4 yao4 wei4 shi2 liang3 ci4 ta1 zong3 shi4 zao2 zao3 ti2 xing2 wo3 gai1 gei3 qiu2 mang2 mai3 chi1 de5 le5 +002536 经#2检验#1证实#3,高某#1血样中#2检出#2甲基#1苯丙胺#1成分#4。 + jing1 jian3 yan4 zheng4 shi2 gao1 mou3 xue4 yang4 zhong1 jian3 chu1 jia3 ji1 ben2 bing3 an4 cheng2 fen4 +002537 将就#1决议#2展开#1研究#4。 + jiang1 jiu4 jue2 yi4 zhan3 kai1 yan2 jiu1 +002538 超级#1星期二的#1十州#1初选#3,凯瑞#2几可#2席卷#1全局#4。 + chao1 ji2 xing1 qi1 er4 de5 shi2 zhou1 chu1 xuan3 kai3 rui4 ji2 ke3 xi2 juan3 quan2 ju2 +002539 政府#2又#1设立#1热线#3二三#1九九#2二幺五九#2供#1查询#4。 + zheng4 fu3 you4 she4 li4 re4 xian4 er4 san1 jiu2 jiu3 er4 yao1 wu2 jiu3 gong1 cha2 xun2 +002540 未来#2狼多#1肉少#2已成#1定局#4。 + wei4 lai2 lang2 duo1 rou4 shao3 yi3 cheng2 ding4 ju2 +002541 我#1相信#2清者#1自清#3,也#1奉劝#1那些#2居心叵测的人#3把#1力气#2做在#1正处#4。 + wo3 xiang1 xin4 qing1 zhe3 zi4 qing1 ye3 feng4 quan4 na4 xie1 ju1 xin1 po3 ce4 de5 ren2 ba3 li4 qi5 zuo4 zai4 zheng4 chu4 +002542 大家#2是不是#1都#1忘了#1勤俭#1节约#2这种#1优良#1传统呢#4? + da4 jia1 shi4 bu2 shi4 dou1 wang4 le5 qin2 jian3 jie2 yue1 zhe4 zhong3 you1 liang2 chuan2 tong3 ne5 +002543 门舍尔#2未披露#1这种#2恶意#1软件的#1相关#1细节#4。 + men2 she4 er3 wei4 pi1 lu4 zhe4 zhong3 e4 yi4 ruan3 jian4 de5 xiang1 guan1 xi4 jie2 +002544 这一连串#1问号#2发人深省#4。 + zhe4 yi4 lian2 chuan4 wen4 hao4 fa1 ren2 shen1 xing3 +002545 辻希美#2从一#1开始#2就#1非常#1反感#4。 + shi2 xi1 mei3 cong2 yi4 kai1 shi3 jiu4 fei1 chang2 fan2 gan3 +002546 司仪#1问#1新娘#2是否#1愿意#1和#1新郎#2共度#1一生#3,新娘#2娇羞的#1说#3:“我#1愿意#4。 + si1 yi2 wen4 xin1 niang2 shi4 fou3 yuan4 yi4 he2 xin1 lang2 gong4 du4 yi4 sheng1 xin1 niang2 jiao1 xiu1 de5 shuo1 wo3 yuan4 yi4 +002547 我#1越来越肥#3!越来越老#3!越来越丑了#4! + wo3 yue4 lai2 yue4 fei2 yue4 lai2 yue4 lao3 yue4 lai2 yue4 chou3 le5 +002548 处#2江湖#1之远#1忧其君#3,铁骑#1莽莽#3,决胜#1千里#3,救民#1倒悬#4。 + chu3 jiang1 hu2 zhi1 yuan3 you1 qi2 jun1 tie3 ji4 mang2 mang3 jue2 sheng4 qian1 li3 jiu4 min2 dao4 xuan2 +002549 吃#1巧克力呀#3,听说#2和#1下雨天#1更配#4。 + chi1 qiao3 ke4 li4 ya5 ting1 shuo1 he2 xia4 yu3 tian1 geng4 pei4 +002550 六二四路#1首车#3开始#1双向#1甩#1槐树岭#1南站#4。 + liu4 er4 si4 lu4 shou3 che1 kai1 shi3 shuang1 xiang4 shuai3 huai2 shu4 ling3 nan2 zhan4 +002551 无奈下#3,他只能#2抓着#1两人#2勉强#1向#1岸边#1游去#4。 + wu2 nai4 xia4 ta1 zhi3 neng2 zhua1 zhe5 liang3 ren2 mian2 qiang3 xiang4 an4 bian1 you2 qu4 +002552 昨日#3,小强#2正在#1耍#1玩具车#4。 + zuo2 ri4 xiao3 qiang2 zheng4 zai4 shua3 wan2 ju4 che1 +002553 众人#2顿时#1目瞪口呆#4。 + zhong4 ren2 dun4 shi2 mu4 deng4 kou3 dai1 +002554 石川#1夫妇的#1诊所#4。 + shi2 chuan1 fu1 fu4 de5 zhen2 suo3 +002555 那黄蜂#1与#1鹧鸪#2岂不是#1吃大亏了#4? + na4 huang2 feng1 yu3 zhe4 gu1 qi3 bu2 shi4 chi1 da4 kui1 le5 +002556 致#2北二环#1以北#3直至#1浐灞#1一带的#1大片#1区域#2供气#1中断#4。 + zhi4 bei3 er4 huan2 yi2 bei3 zhi2 zhi4 chan3 ba4 yi2 dai4 de5 da4 pian4 qu1 yu4 gong1 qi4 zhong1 duan4 +002557 然后#3,就#1挨顿打#3跪键盘#2跪到#1现在#4。 + ran2 hou4 jiu4 ai2 dun4 da3 gui4 jian4 pan2 gui4 dao4 xian4 zai4 +002558 两名#1妇女#2正在将#1肮脏的#1潲水油#2去渣#2分层#1沉淀#4。 + liang3 ming2 fu4 nv3 zheng4 zai4 jiang1 ang1 zang1 de5 shao4 shui3 you2 qu4 zha1 fen1 ceng2 chen2 dian4 +002559 千错#1万错#2都是#1我的错#3你就#1原谅#1我吧#2!好嘛#4? + qian1 cuo4 wan4 cuo4 dou1 shi4 wo3 de5 cuo4 ni3 jiu4 yuan2 liang4 wo3 ba5 hao3 ma5 +002560 和#1李盛燕#1相邻的#1几个#1摊贩#3铺盖#1一卷#2准备#1撤退#4。 + he2 li3 sheng4 yan4 xiang1 lin2 de5 ji3 ge5 tan1 fan4 pu1 gai4 yi4 juan3 zhun3 bei4 che4 tui4 +002561 当日#1下午#3,另一#1驴友#1又在#1附近的#1险要#1景点#1受伤#4。 + dang1 ri4 xia4 wu3 ling4 yi4 lv2 you3 you4 zai4 fu4 jin4 de5 xian3 yao4 jing2 dian3 shou4 shang1 +002562 他的#1耳朵#1很敏锐#4。 + ta1 de5 er3 duo1 hen2 min3 rui4 +002563 穷山#1恶水的梦#3:一阵#2乒里#1乓啷的#1鞭炮声#3,吓走了#1吃#1干草的#1水牛#4。 + qiong2 shan1 e4 shui3 de5 meng4 yi2 zhen4 ping1 li3 pang1 lang1 de5 bian1 pao4 sheng1 xia4 zou3 le5 chi1 gan1 cao3 de5 shui3 niu2 +002564 餐饮船#2随着#1湍急的#1洪水#3,快速#1往#1下游#1漂去#4。 + can1 yin3 chuan2 sui2 zhe5 tuan1 ji2 de5 hong2 shui3 kuai4 su4 wang3 xia4 you2 piao1 qu4 +002565 卡拉#1维拉#2也在#1“脸谱”上#2为自己#1言论#1道歉#4。 + ka3 la1 wei2 la1 ye3 zai4 lian2 pu3 shang4 wei4 zi4 ji3 yan2 lun4 dao4 qian4 +002566 后因其#2听不懂#1“白话#3”,陈垚东#2将其#1辞退#4。 + hou4 yin1 qi2 ting1 bu4 dong3 bai2 hua4 chen2 yao2 dong1 jiang1 qi2 ci2 tui4 +002567 任何#1问题#2都可以#1问我#1妹子哦#4。 + ren4 he2 wen4 ti2 dou1 ke2 yi3 wen4 wo3 mei4 zi5 o5 +002568 一直#1自称#2“身体#1棒棒”的#1代悦#3,也终#1因为#2分身#1乏术#2而#1累倒#4。 + yi4 zhi2 zi4 cheng1 shen1 ti3 bang4 bang4 de5 dai4 yue4 ye3 zhong1 yin1 wei4 fen1 shen1 fa2 shu4 er2 lei4 dao3 +002569 对于#2葛红林#2痛快的#1答复#3,郭台铭#2仍#1心存疑虑#4。 + dui4 yu2 ge3 hong2 lin2 tong4 kuai4 de5 da2 fu4 guo1 tai2 ming2 reng2 xin1 cun2 yi2 lv4 +002570 图为#2宁远县#1公安局#1出具的#1“聂华忠#2”户籍#1登记#1资料#4。 + tu2 wei2 ning2 yuan3 xian4 gong1 an1 ju2 chu1 ju4 de5 nie4 hua2 zhong1 hu4 ji2 deng1 ji4 zi1 liao4 +002571 越深的#1海底#2生物#1就#1越少哦#4! + yue4 shen1 de5 hai2 di3 sheng1 wu4 jiu4 yue4 shao3 o5 +002572 真正的#1奢侈#3源自#1定制#4。 + zhen1 zheng4 de5 she1 chi3 yuan2 zi4 ding4 zhi4 +002573 另一方面#3,罗亚尔#2也是#1左翼#1社会党的#1一个#1异类#4。 + ling4 yi4 fang1 mian4 luo2 ya4 er3 ye3 shi4 zuo3 yi4 she4 hui4 dang3 de5 yi2 ge5 yi4 lei4 +002574 整车#1线条#1硬朗#3,视觉#1冲击感强#4。 + zheng3 che1 xian4 tiao2 ying4 lang3 shi4 jue2 chong1 ji1 gan3 qiang2 +002575 可以#1煲汤#1喝呀#3,推荐#2粉丝#1豆腐汤#3,美容#1又健胃#4。 + ke2 yi3 bao1 tang1 he1 ya5 tui1 jian4 fen3 si1 dou4 fu5 tang1 mei3 rong2 you4 jian4 wei4 +002576 目前#2,商业#1用水的#1水价#3要#1远远#1高于#2工业#1用水#1价格#4。 + mu4 qian2 shang1 ye4 yong4 shui3 de5 shui3 jia4 yao4 yuan2 yuan3 gao1 yu2 gong1 ye4 yong4 shui3 jia4 ge2 +002577 从今#1以后#3,鲁国人#2将#1不会#1从#1别国#1赎回#1奴仆了#4。 + cong2 jin1 yi3 hou4 lu3 guo2 ren2 jiang1 bu2 hui4 cong2 bie2 guo2 shu2 hui2 nu2 pu2 le5 +002578 三亚市#2公安#1消防局#2防火#1监督#1参谋#2何平说#4。 + san1 ya4 shi4 gong1 an1 xiao1 fang2 ju2 fang2 huo3 jian1 du1 can1 mou2 he2 ping2 shuo1 +002579 秋高气爽#3,登高#1远眺#2正当时#4。 + qiu1 gao1 qi4 shuang3 deng1 gao1 yuan3 tiao4 zheng4 dang1 shi2 +002580 目前#3,小董的#1伤情#2趋于#1稳定#3,但#2仍需#1留院#1观察#4。 + mu4 qian2 xiao2 dong3 de5 shang1 qing2 qu1 yu2 wen3 ding4 dan4 reng2 xu1 liu2 yuan4 guan1 cha2 +002581 位于#2拱北的#1珠海站#3由于#1受#1拆迁#1问题#1影响#3,工期#2一直#1延后#4。 + wei4 yu2 gong2 bei3 de5 zhu1 hai3 zhan4 you2 yu2 shou4 chai1 qian1 wen4 ti2 ying2 xiang3 gong1 qi1 yi4 zhi2 yan2 hou4 +002582 白天#1做梦#1影响#1休息#3,还是#2晚上#1睡觉的#1时候#2再做梦吧#4。 + bai2 tian1 zuo4 meng4 ying2 xiang3 xiu1 xi5 hai2 shi4 wan3 shang4 shui4 jiao4 de5 shi2 hou4 zai4 zuo4 meng4 ba5 +002583 一楼的#1遮阳棚#2被#1砸得#1凹下去#4。 + yi1 lou2 de5 zhe1 yang2 peng2 bei4 za2 de5 ao1 xia4 qu4 +002584 此后#3,裁缝摊#2虽#1几次#1搬迁#3,“哒哒哒”的#1缝纫机声#2却#1从未#1停过#4。 + ci3 hou4 cai2 feng5 tan1 sui1 ji3 ci4 ban1 qian1 da1 da1 da1 de5 feng2 ren4 ji1 sheng1 que4 cong2 wei4 ting2 guo4 +002585 课堂上#2老师#1提问#3:配偶的#1称呼#2有#1哪些#4? + ke4 tang2 shang4 lao3 shi1 ti2 wen4 pei4 ou3 de5 cheng1 hu1 you2 na3 xie1 +002586 儿童#1眼睛#2相对#1成人#2更加#1娇嫩#4。 + er2 tong2 yan3 jing5 xiang1 dui4 cheng2 ren2 geng4 jia1 jiao1 nen4 +002587 经过#2层层#1筛选#3,唐某#2在#1众多#1应征者中#2脱颖而出#4。 + jing1 guo4 ceng2 ceng2 shai1 xuan3 tang2 mou3 zai4 zhong4 duo1 ying4 zheng1 zhe3 zhong1 tuo1 ying3 er2 chu1 +002588 附有#2可爱#1卡通#1公仔的#2邮戳#3、坐垫#3、文化衫#3、搪瓷#1茶杯等#2俯拾#1即是#4。 + fu4 you2 ke3 ai4 ka3 tong1 gong1 zai3 de5 you2 chuo1 zuo4 dian4 wen2 hua4 shan1 tang2 ci2 cha2 bei1 deng3 fu3 shi2 ji2 shi4 +002589 要不然#2我人#1还能#1在这儿吗#4? + yao4 bu4 ran2 wo3 ren2 hai2 neng2 zai4 zher4 ma5 +002590 我又问#1她们#3:那谁#1是#1妹妹啊#4? + wo3 you4 wen4 ta1 men5 na4 shui2 shi4 mei4 mei5 a5 +002591 纸卷#1概念#2是#1如何#1出炉的#4? + zhi2 juan3 gai4 nian4 shi4 ru2 he2 chu1 lu2 de5 +002592 工作#1人员#2不忘在#1箱子外#2用#1记号笔#1写上#2“人大”二字#4。 + gong1 zuo4 ren2 yuan2 bu2 wang4 zai4 xiang1 zi5 wai4 yong4 ji4 hao4 bi3 xie3 shang4 ren2 da4 er4 zi4 +002593 吴川#1政府网#1市长#1信箱#2成摆设#4。 + wu2 chuan1 zheng4 fu2 wang3 shi4 zhang3 xin4 xiang1 cheng2 bai3 she4 +002594 各大#1路局#2总体#1运输#2平稳#1有序#4。 + ge4 da4 lu4 ju2 zong2 ti3 yun4 shu1 ping2 wen2 you3 xu4 +002595 作坊内#2光线#1昏暗#3,不时#2散发出#2阵阵#1异味#4。 + zuo1 fang5 nei4 guang1 xian4 hun1 an4 bu4 shi2 san4 fa1 chu1 zhen4 zhen4 yi4 wei4 +002596 他已是#2第二次#2亲临#1盐田了#4。 + ta1 yi3 shi4 di4 er4 ci4 qin1 lin2 yan2 tian2 le5 +002597 她#1找到#2雇佣#1她的#2茶叶#1专柜的#1店长#3,恳请#2能#1拿回#1健康证#4。 + ta1 zhao3 dao4 gu4 yong1 ta1 de5 cha2 ye4 zhuan1 gui4 de5 dian4 zhang3 ken2 qing3 neng2 na2 hui2 jian4 kang1 zheng4 +002598 今晚#3我#1整理#1整理#1就拍#4。 + jin1 wan3 wo3 zheng2 li3 zheng2 li3 jiu4 pai1 +002599 谁都#1知道#3,那是他#1握扫帚#2留下的#1印痕#4。 + shui2 dou1 zhi1 dao4 na4 shi4 ta1 wo4 sao4 zhou5 liu2 xia4 de5 yin4 hen2 +002600 建议#2去#1“好声音#2”转椅子#4。 + jian4 yi4 qu4 hao3 sheng1 yin1 zhuan4 yi3 zi5 +002601 为#2挽回#1颓势#3,日系#1车企#3反应#1迅速#4。 + wei4 wan3 hui2 tui2 shi4 ri4 xi4 che1 qi3 fan3 ying4 xun4 su4 +002602 柴油#1产量#2与#1消费量#1基本#1持平#4。 + chai2 you2 chan3 liang4 yu3 xiao1 fei4 liang4 ji1 ben3 chi2 ping2 +002603 不愿#1说话的#1明星#1委员#2倒也#1省事#3,愿意#1说的#1那是#2“自讨苦吃#4”。 + bu2 yuan4 shuo1 hua4 de5 ming2 xing1 wei3 yuan2 dao4 ye2 sheng3 shi4 yuan4 yi4 shuo1 de5 na4 shi4 zi4 tao2 ku3 chi1 +002604 导演#1田沁鑫#1劝他#3,力气#1悠着点#4。 + dao2 yan3 tian2 qin4 xin1 quan4 ta1 li4 qi4 you1 zhe5 dian3 +002605 钱云会#2五年来#1上访#1不断的#2就是#3乐清#1电厂#2土地#1征用#1一事#4。 + qian2 yun2 hui4 wu3 nian2 lai2 shang4 fang3 bu2 duan4 de5 jiu4 shi4 le4 qing1 dian4 chang2 tu3 di4 zheng1 yong4 yi2 shi4 +002606 吕天喜#3(左一#3)与#1父母#1在一起#4。 + lv3 tian1 xi3 zuo3 yi1 yu3 fu4 mu3 zai4 yi4 qi3 +002607 能#2附加个#1原因吗#4? + neng2 fu4 jia1 ge5 yuan2 yin1 ma5 +002608 大家#2悄悄#1议论#3,“内贼#2”会是谁#4。 + da4 jia1 qiao1 qiao1 yi4 lun4 nei4 zei2 hui4 shi4 shui2 +002609 现场#1之血腥#2凄惨#1阴森#3,令人#2毛骨悚然#4。 + xian4 chang3 zhi1 xue4 xing1 qi1 can3 yin1 sen1 ling4 ren2 mao2 gu2 song3 ran2 +002610 一楼#2有#1青石#1包边的#1台基#3、踏步#4。 + yi1 lou2 you3 qing1 shi2 bao1 bian1 de5 tai2 ji1 ta4 bu4 +002611 对面的#1学妹#2吃面#1真浪费#4。 + dui4 mian4 de5 xue2 mei4 chi1 mian4 zhen1 lang4 fei4 +002612 顺便#2也了解#1一下#2群众的#1疾苦#4? + shun4 bian4 ye3 liao2 jie3 yi2 xia4 qun2 zhong4 de5 ji2 ku3 +002613 角膜炎#2把#1杨爹爹#2折磨得#1够呛#4。 + jiao3 mo2 yan2 ba3 yang2 die1 die5 zhe2 mo2 de5 gou4 qiang4 +002614 你也#1可以说#3我#1这些#1担忧#2是#1酸葡萄#1心理#4。 + ni2 ye3 ke2 yi3 shuo1 wo3 zhe4 xie1 dan1 you1 shi4 suan1 pu2 tao5 xin1 li3 +002615 轩仔#2唱#1高音位时#2喊爆#1喇叭#3,非常#1厉害#4。 + xuan1 zai3 chang4 gao1 yin1 wei4 shi2 han3 bao4 la3 ba5 fei1 chang2 li4 hai5 +002616 明天#1限行#1尾号#3“三#2”和“八#4”。 + ming2 tian1 xian4 xing2 wei3 hao4 san1 he2 ba1 +002617 新婚#1不久#3,苦恼#2也#1随之而来#4。 + xin1 hun1 bu4 jiu3 ku2 nao3 ye3 sui2 zhi1 er2 lai2 +002618 刘恺威#3、杨幂#3在#1青岛#1庆生日#4。 + liu2 kai3 wei1 yang2 mi4 zai4 qing1 dao3 qing4 sheng1 ri4 +002619 状元们#2赖以#1进身的#1殿试#1卷子#2俗称#2“状元卷#3”,历来#1深受#1重视#4。 + zhuang4 yuan5 men5 lai4 yi3 jin4 shen1 de5 dian4 shi4 juan4 zi5 su2 cheng1 zhuang4 yuan2 juan4 li4 lai2 shen1 shou4 zhong4 shi4 +002620 俺庄的#1司机#2又把她#1接回来#4。 + an3 zhuang1 de5 si1 ji1 you4 ba3 ta1 jie1 hui5 lai2 +002621 此次#2缓堵#1综合#1措施#3,对#1公车#2同样#1提出#1严格#1限制#4。 + ci3 ci4 huan2 du3 zong1 he2 cuo4 shi1 dui4 gong1 che1 tong2 yang4 ti2 chu1 yan2 ge2 xian4 zhi4 +002622 而#1绚斗#3也会#1尽快#1恢复#1正常的#1艺能#1工作#4。 + er2 xuan4 dou4 ye3 hui4 jin3 kuai4 hui1 fu4 zheng4 chang2 de5 yi4 neng2 gong1 zuo4 +002623 老公#3,我#1摔坏#1一只碗#3,决定#2惩罚#1自己#4。 + lao3 gong1 wo3 shuai1 huai4 yi4 zhi1 wan3 jue2 ding4 cheng2 fa2 zi4 ji3 +002624 为什么#2不能#1提前#1一两天#2或#1五一#1之后呀#4。 + wei4 shen2 me5 bu4 neng2 ti2 qian2 yi4 liang3 tian1 huo4 wu3 yi1 zhi1 hou4 ya5 +002625 灵堂#2正面#1墙壁上#3“维和#1英烈#2永垂不朽”的#1黑色#1挽幛#2高高#1悬挂#4。 + ling2 tang2 zheng4 mian4 qiang2 bi4 shang4 wei2 he2 ying1 lie4 yong3 chui2 bu4 xiu3 de5 hei1 se4 wan3 zhang4 gao1 gao1 xuan2 gua4 +002626 我们#1经常#1讲#2珠穆朗玛峰#3,有一个#1坡#1很陡#3,有#1一个坡#2比较#1安全#4。 + wo3 men2 jing1 chang2 jiang3 zhu1 mu4 lang2 ma3 feng1 you3 yi2 ge5 po1 hen2 dou3 you3 yi2 ge5 po1 bi3 jiao4 an1 quan2 +002627 我会#2永远#1陪在#1你#1身边#4。 + wo3 hui4 yong2 yuan3 pei2 zai4 ni3 shen1 bian1 +002628 这种#1新鲜#1玩意儿#1很好#4。 + zhe4 zhong3 xin1 xian1 wan2 yir4 hen2 hao3 +002629 严格的#1说#3,不是走#3而是#1攀登#1而去的#4。 + yan2 ge2 de5 shuo1 bu2 shi4 zou3 er2 shi4 pan1 deng1 er2 qu4 de5 +002630 据悉#3,伤者#2以#1骨折#1和#1外伤#1为主#4。 + ju4 xi1 shang1 zhe3 yi2 gu3 zhe2 he2 wai4 shang1 wei2 zhu3 +002631 身体#2摇晃着#3,极力#1想让#1自己#2站稳#1脚跟#4。 + shen1 ti3 yao2 huang4 zhe5 ji2 li4 xiang3 rang4 zi4 ji3 zhan4 wen2 jiao3 gen1 +002632 这也是#1判定#1西湖#1醋鱼#2是否#1正宗的#1标准#1之一哦#4。 + zhe4 ye3 shi4 pan4 ding4 xi1 hu2 cu4 yu2 shi4 fou3 zheng4 zong1 de5 biao1 zhun3 zhi1 yi1 o5 +002633 乱石岗上#3,即是#2养民#1之壤#4。 + luan4 shi2 gang3 shang4 ji2 shi4 yang3 min2 zhi1 rang3 +002634 耿留栓#1认为#3“司考的#1难点#2在于#1实践#4”。 + geng3 liu2 shuan1 ren4 wei2 si1 kao3 de5 nan2 dian3 zai4 yu2 shi2 jian4 +002635 马修#2是#1这个#1领域的#1权威#3,曾在#2通信#1行业#2摸爬滚打#1多年#4。 + ma3 xiu1 shi4 zhe4 ge5 ling3 yu4 de5 quan2 wei1 ceng2 zai4 tong1 xin4 hang2 ye4 mo1 pa2 gun2 da3 duo1 nian2 +002636 被#1炮栓#2夹破#1手指#3,被#1退出的#1弹壳#1击伤的#1事情#2常有#1发生#4。 + bei4 pao4 shuan1 jia1 po4 shou2 zhi3 bei4 tui4 chu1 de5 dan4 ke2 ji1 shang1 de5 shi4 qing5 chang2 you3 fa1 sheng1 +002637 母亲#2王小红#3一人#1拉扯他#1长大#4。 + mu3 qin1 wang2 xiao3 hong2 yi4 ren2 la1 che3 ta1 zhang3 da4 +002638 一望无垠的#1亘古#1荒漠中#3,布满了#2挖掘机#3、装载机的#2轮胎印#4。 + yi2 wang4 wu2 yin2 de5 gen4 gu3 huang1 mo4 zhong1 bu4 man3 le5 wa1 jue2 ji1 zhuang1 zai4 ji1 de5 lun2 tai1 yin4 +002639 女宝宝#2健康#1聪明#3,无#1任何#1缺陷#4。 + nv2 bao3 bao5 jian4 kang1 cong1 ming5 wu2 ren4 he2 que1 xian4 +002640 赵先生#1认为#3,窝窝团#1此举#2不够#1妥当#4。 + zhao4 xian1 sheng5 ren4 wei2 wo1 wo1 tuan2 ci2 ju3 bu2 gou4 tuo3 dang4 +002641 房屋的#1外墙#2也未被#1发现#1有过#2火#2和#1烟熏#1痕迹#4。 + fang2 wu1 de5 wai4 qiang2 ye3 wei4 bei4 fa1 xian4 you3 guo4 huo3 he2 yan1 xun1 hen2 ji4 +002642 溁湾镇#1窑坡山#2棚户区#1改造#1项目#3系#1市重点#1工程#4。 + ying2 wan1 zhen4 yao2 po1 shan1 peng2 hu4 qu1 gai3 zao4 xiang4 mu4 xi4 shi4 zhong4 dian3 gong1 cheng2 +002643 记者#2只得#1将卡#1从手机#1取出#4。 + ji4 zhe2 zhi3 de2 jiang1 ka3 cong2 shou3 ji1 qu3 chu1 +002644 况且#3,我的#1龙袍#2,她们#1未必#1敢穿#4。 + kuang4 qie3 wo3 de5 long2 pao2 ta1 men5 wei4 bi4 gan3 chuan1 +002645 在#1精神#1接近#1崩溃时#3,他#1曾用#1剃须刀片#2割下了#2自己的#1一只#1耳朵#4。 + zai4 jing1 shen2 jie1 jin4 beng1 kui4 shi2 ta1 ceng2 yong4 ti4 xu1 dao1 pian4 ge1 xia4 le5 zi4 ji3 de5 yi4 zhi1 er3 duo5 +002646 禁止以#2歪曲#2、贬损等#1方式#2使用#1非物质#1文化#1遗产#4。 + jin4 zhi2 yi3 wai1 qu1 bian2 sun2 deng3 fang1 shi4 shi3 yong4 fei1 wu4 zhi4 wen2 hua4 yi2 chan3 +002647 老百姓#3也是那#1秤上的#1定盘星#4。 + lao2 bai3 xing4 ye3 shi4 na4 cheng4 shang4 de5 ding4 pan2 xing1 +002648 往下#3,一道#1水闸#2横亘#1两端#3,永定河#1在这里#2戛然而止#4。 + wang3 xia4 yi2 dao4 shui3 zha2 heng2 gen4 liang3 duan1 yong3 ding4 he2 zai4 zhe4 li3 jia2 ran2 er2 zhi3 +002649 在#1物流上#3,苏宁#1易购#3也#1不可#1懈怠#4。 + zai4 wu4 liu2 shang4 su1 ning2 yi4 gou4 ye3 bu4 ke3 xie4 dai4 +002650 而#1另一只犬#3则会用#1爪子#1敲#1字母#3,并且#1进行#2“哲学#2和#1诗学#1沉思#4”。 + er2 ling4 yi4 zhi1 quan3 ze2 hui4 yong4 zhua3 zi5 qiao1 zi4 mu3 bing4 qie3 jin4 xing2 zhe2 xue2 he2 shi1 xue2 chen2 si1 +002651 远扬#2恨不得#1要叫#3:好#4! + yuan3 yang2 hen4 bu4 de5 yao4 jiao4 hao3 +002652 这#1多少#1有些#1反讽#4。 + zhe4 duo1 shao2 you3 xie1 fan2 feng3 +002653 他的#1对策#2是#1近似#1按劳#1分配般的#1改革#4。 + ta1 de5 dui4 ce4 shi4 jin4 si4 an4 lao2 fen1 pei4 ban1 de5 gai3 ge2 +002654 最后#2还是#2吴敏略#2满足了#1高云海的#1虚荣#3,准备#2给#1云海#1一个#1广播会#4。 + zui4 hou4 hai2 shi4 wu2 min3 lve4 man3 zu2 le5 gao1 yun2 hai3 de5 xu1 rong2 zhun3 bei4 gei3 yun2 hai3 yi2 ge5 guang3 bo1 hui4 +002655 中国#2调整了#1卷烟#1税负#4。 + zhong1 guo2 tiao2 zheng3 le5 juan3 yan1 shui4 fu4 +002656 经常#1在#1家里#1乱吼#1一通#4。 + jing1 chang2 zai4 jia1 li3 luan4 hou3 yi4 tong1 +002657 还让我#2赤裸着#1上身#1唱歌#4。 + hai2 rang4 wo3 chi4 luo3 zhe5 shang4 shen1 chang4 ge1 +002658 我#1红红的#1小脸#2照进#1你心窝#4。 + wo3 hong2 hong2 de5 xiao2 lian3 zhao4 jin4 ni3 xin1 wo1 +002659 薛景文#2被#1押上#1人民的#1法庭#4。 + xue1 jing3 wen2 bei4 ya1 shang4 ren2 min2 de5 fa3 ting2 +002660 跟我#1聊天#2怎么会#1无语呢#4? + gen1 wo3 liao2 tian1 zen3 me5 hui4 wu2 yu3 ne5 +002661 双鱼座#2要#1好好的#1幸福#1下去呦#4! + shuang1 yu2 zuo4 yao4 hao3 hao1 de5 xing4 fu2 xia4 qu4 you5 +002662 钢管舞#3我还#1没有#1学过呢#4。 + gang1 guan2 wu3 wo3 hai2 mei2 you3 xue2 guo4 ne5 +002663 蝴蝶兰的#1装盆#1很#1重要#4。 + hu2 die2 lan2 de5 zhuang1 pen2 hen3 zhong4 yao4 +002664 近日#3,自贡市#1沿滩区#1卫坪镇#3发生#1一起#1惨剧#4。 + jin4 ri4 zi4 gong4 shi4 yan2 tan1 qu1 wei4 ping2 zhen4 fa1 sheng1 yi4 qi2 can3 ju4 +002665 女儿#2全身#2软组织#1挫伤#4。 + nv3 er2 quan2 shen1 ruan2 zu3 zhi1 cuo1 shang1 +002666 汤唯#2汤唯#2几下#2便将#1贼人#1制服#4。 + tang1 wei2 tang1 wei2 ji3 xia4 bian4 jiang1 zei2 ren2 zhi4 fu2 +002667 当年#2晋察冀#1边区#2表扬过的#1劳动#1英雄#2韩凤玲#2是否#1还健在#4? + dang1 nian2 jin4 cha2 ji4 bian1 qu1 biao3 yang2 guo4 de5 lao2 dong4 ying1 xiong5 han2 feng4 ling2 shi4 fou3 hai2 jian4 zai4 +002668 公众#1人物#1概念的#1缺失#3,将陷#1网民#2于不义#4。 + gong1 zhong4 ren2 wu4 gai4 nian4 de5 que1 shi1 jiang1 xian4 wang3 min2 yu2 bu2 yi4 +002669 事后#3,钟某明#2告诫#1薇薇#2不能#1告诉#1别人#3,否则#2要挨骂#4。 + shi4 hou4 zhong1 mou3 ming2 gao4 jie4 wei1 wei1 bu4 neng2 gao4 su4 bie2 ren5 fou3 ze2 yao4 ai2 ma4 +002670 老人#2满头#1白发#3,身子骨#2还算#1硬朗#3,只是#1有些#1耳聋#4。 + lao3 ren2 man3 tou2 bai2 fa4 shen1 zi5 gu3 hai2 suan4 ying4 lang5 zhi3 shi4 you3 xie1 er3 long2 +002671 祖儿#1坦言#3以前#1被老板#1杨受成#2称为#1“天后#2”感到#1尴尬#4。 + zu3 er2 tan3 yan2 yi3 qian2 bei4 lao2 ban3 yang2 shou4 cheng2 cheng1 wei2 tian1 hou4 gan3 dao5 gan1 ga4 +002672 铁人#2头戴#1前进帽#3,身穿#1羊皮袄#3,手握#1刹把#3,英气#1逼人#4。 + tie3 ren2 tou2 dai4 qian2 jin4 mao4 shen1 chuan1 yang2 pi2 ao3 shou3 wo4 sha1 ba3 ying1 qi4 bi1 ren2 +002673 警方称#3该诊所#2无#1合法#1资质#4。 + jing3 fang1 cheng1 gai1 zhen2 suo3 wu2 he2 fa3 zi1 zhi4 +002674 农民工#2于占水称#3,这老农民#2挣俩钱#2也真#1不易呀#3,这也#1不给呀#4。 + nong2 min2 gong1 yu2 zhan4 shui3 cheng1 zhe4 lao3 nong2 min2 zheng4 lia3 qian2 ye3 zhen1 bu2 yi4 ya5 zhe4 ye3 bu4 gei3 ya5 +002675 公司#2只负责#1养护#2、清扫#3以及#2路产#1损毁#1情况的#1管理#4。 + gong1 si1 zhi3 fu4 ze2 yang3 hu4 qing1 sao3 yi3 ji2 lu4 chan3 sun2 hui3 qing2 kuang4 de5 guan2 li3 +002676 戴年华#1介绍#3,浅水性的#1鄱阳湖的#1水位#1与#1水量#3,将#1影响#1水环境#4。 + dai4 nian2 hua2 jie4 shao4 qian2 shui3 xing4 de5 po2 yang2 hu2 de5 shui3 wei4 yu2 shui3 liang4 jiang1 ying2 xiang2 shui3 huan2 jing4 +002677 不然#3,我们将#2无鸟#1可观#4。 + bu4 ran2 wo3 men5 jiang1 wu2 niao2 ke3 guan1 +002678 不料#3东亚#1飞蝗#1“卷土重来#4”。 + bu2 liao4 dong1 ya4 fei1 huang2 juan2 tu3 chong2 lai2 +002679 她#1咬着牙#3,用#1一块#1厚厚的#1布子#3裹住了#1自己#2透析时#2胳膊上的#1“篓#4”。 + ta1 yao3 zhe5 ya2 yong4 yi2 kuai4 hou4 hou4 de5 bu4 zi5 guo3 zhu4 le5 zi4 ji3 tou4 xi1 shi2 ge1 bo5 shang4 de5 lou3 +002680 黑帮#1老大#2去#1纹身#3,对#1师傅说#3:给我#1在背上#2纹一个#1狮子头#4。 + hei1 bang1 lao3 da4 qu4 wen2 shen1 dui4 shi1 fu5 shuo1 gei2 wo3 zai4 bei4 shang4 wen2 yi2 ge5 shi1 zi5 tou2 +002681 不过#3,其耳朵上#2那副#1名牌#1耳环#2着实是#1亮点#4。 + bu2 guo4 qi2 er3 duo5 shang4 na4 fu4 ming2 pai2 er3 huan2 zhuo2 shi2 shi4 liang4 dian3 +002682 赵云的#1朋友#2郝超英#3建议#2先带#1董静#2去#1海口#1躲躲#4。 + zhao4 yun2 de5 peng2 you5 hao3 chao1 ying1 jian4 yi4 xian1 dai4 dong3 jing4 qu4 hai2 kou3 duo2 duo3 +002683 几年前#3,他#1因为#1没钱#1医治#3,致使#1右腿#1骨头#1坏死#4。 + ji3 nian2 qian2 ta1 yin1 wei4 mei2 qian2 yi1 zhi4 zhi4 shi3 you4 tui2 gu3 tou5 huai4 si3 +002684 幸运的#1您#3已被#1我院的#1教授#1看中#4。 + xing4 yun4 de5 nin2 yi3 bei4 wo3 yuan4 de5 jiao4 shou4 kan4 zhong4 +002685 初入#1此道的#1投资者#2切莫#1盲目#1跟进#4。 + chu1 ru4 ci3 dao4 de5 tou2 zi1 zhe3 qie4 mo4 mang2 mu4 gen1 jin4 +002686 荣辱与共#2显丹心#3,肝胆相照#2写辉煌#4。 + rong2 ru2 yu3 gong4 xian3 dan1 xin1 gan1 dan3 xiang1 zhao4 xie3 hui1 huang2 +002687 刷屏#1准备中#3,我先#1看看#1问题哈#4! + shua1 ping2 zhun3 bei4 zhong1 wo3 xian1 kan4 kan5 wen4 ti2 ha1 +002688 称其为#2朱莉#1吸毒#1颓废照#4。 + cheng1 qi2 wei2 zhu1 li4 xi1 du2 tui2 fei4 zhao4 +002689 除#2蒙牛#1、伊利#2、光明#2等#1大品牌外#3,广东#2本土#1乳品#2也#1加入#1涨价#1行列#4。 + chu2 meng3 niu2 yi1 li4 guang1 ming2 deng3 da4 pin3 pai2 wai4 guang3 dong1 ben2 tu3 ru2 pin3 ye3 jia1 ru4 zhang3 jia4 hang2 lie4 +002690 马奎尔#3、亨德利#3、多特#3、艾伦#1等人#3首轮#1也将#1对阵#1资格赛#1选手#4。 + ma3 kui2 er3 heng1 de2 li4 duo1 te4 ai4 lun2 deng3 ren2 shou3 lun2 ye3 jiang1 dui4 zhen4 zi1 ge2 sai4 xuan2 shou3 +002691 眉毛#2好像#1用油#1擦过#3,脸色#1很好#3,嘴唇#2涂了#1一点#1口红#4。 + mei2 mao5 hao3 xiang4 yong4 you2 ca1 guo4 lian3 se4 hen2 hao3 zui3 chun2 tu2 le5 yi4 dian2 kou3 hong2 +002692 盛大#2在线#1业务#3比#1过去#1有些#1务实#4。 + sheng4 da4 zai4 xian4 ye4 wu4 bi3 guo4 qu4 you3 xie1 wu4 shi2 +002693 杨丞琳#2这身#1打扮#2造价#1不菲#4。 + yang2 cheng2 lin2 zhe4 shen1 da3 ban4 zao4 jia4 bu4 fei3 +002694 挺#1喜庆的#3,也挺#2干净#1整洁的#4。 + ting2 xi3 qing4 de5 ye2 ting3 gan1 jing4 zheng3 jie2 de5 +002695 很多#1消费者#2在#1租房的#1时候#3往往#1吃哑巴亏#4。 + hen3 duo1 xiao1 fei4 zhe3 zai4 zu1 fang2 de5 shi2 hou4 wang2 wang3 chi1 ya3 ba5 kui1 +002696 人们#1担心#2通胀#1走势#1失控#3,会#1招致#2更#1严厉的#2宏观#1紧缩#1政策#4。 + ren2 men5 dan1 xin1 tong1 zhang4 zou3 shi4 shi1 kong4 hui4 zhao1 zhi4 geng4 yan2 li4 de5 hong2 guan1 jin3 suo1 zheng4 ce4 +002697 浑江#2走出了#1一条#2具有#1区域#1特色的#2白山#1商路#4。 + hun2 jiang1 zou3 chu1 le5 yi4 tiao2 ju4 you3 qu1 yu4 te4 se4 de5 bai2 shan1 shang1 lu4 +002698 个性#2直爽#1火爆的#1那英#2终于#1发飙#3,剑指#2浙江#1卫视#4。 + ge4 xing4 zhi2 shuang2 huo3 bao4 de5 na4 ying1 zhong1 yu2 fa1 biao1 jian4 zhi3 zhe4 jiang1 wei4 shi4 +002699 何薇#2不舒服啊#3,我#1担心#1她#1一个人#3,你#1能不能#2陪她#1去下#1医院啊#4? + he2 wei1 bu4 shu1 fu5 a5 wo3 dan1 xin1 ta1 yi2 ge4 ren2 ni3 neng2 bu4 neng2 pei2 ta1 qu4 xia4 yi1 yuan4 a5 +002700 如此#1高的#1价格#2还去#1“热捧#3”,银行#2当然是#1打着#3“赔本#1赚吆喝”的#1算盘#4。 + ru2 ci3 gao1 de5 jia4 ge2 hai2 qu4 re4 peng3 yin2 hang2 dang1 ran2 shi4 da3 zhe5 pei2 ben3 zhuan4 yao1 he5 de5 suan4 pan5 +002701 可是#3车#2蹭不#1过去哟#4。 + ke3 shi4 che1 ceng4 bu2 guo4 qu4 yo5 +002702 他们#1把我#1踢倒了#2又#1拎起来#3,不断#1重复#4。 + ta1 men5 ba2 wo3 ti1 dao3 le5 you4 lin1 qi3 lai2 bu2 duan4 chong2 fu4 +002703 五月份的#1这一#1数据#3为#2四点五一一#2五万亿#1美元#4。 + wu3 yue4 fen4 de5 zhe4 yi2 shu4 ju4 wei2 si4 dian2 wu3 yi1 yi1 wu3 wan4 yi4 mei3 yuan2 +002704 这些#1文字#1信息#2纯属#1捏造#4。 + zhe4 xie1 wen2 zi4 xin4 xi1 chun2 shu3 nie1 zao4 +002705 能否#1重现#2亚特兰大#1奥运会#1上的#1辉煌#4? + neng2 fou3 chong2 xian4 ya4 te4 lan2 da4 ao4 yun4 hui4 shang4 de5 hui1 huang2 +002706 在#2家人的#1执拗下#3,韩志鹏#2戒掉了#2每周#1爬#1白云山的瘾#4。 + zai4 jia1 ren2 de5 zhi2 niu4 xia4 han2 zhi4 peng2 jie4 diao4 le5 mei3 zhou1 pa2 bai2 yun2 shan1 de5 yin3 +002707 退水期的#1大堤#3往往#1容易#1出现#1险情#4。 + tui4 shui3 qi1 de5 da4 di1 wang2 wang3 rong2 yi4 chu1 xian4 xian3 qing2 +002708 穆西#1约卡#2对#1央视#2非洲#1分台#1开播#3表达了#2美好#1祝愿#4。 + mu4 xi1 yue1 ka3 dui4 yang1 shi4 fei1 zhou1 fen1 tai2 kai1 bo1 biao3 da2 le5 mei2 hao3 zhu4 yuan4 +002709 拓宽#1视野#3,广开#1选拔#2年轻#1干部的#1渠道#4。 + tuo4 kuan1 shi4 ye3 guang3 kai1 xuan3 ba2 nian2 qing1 gan4 bu4 de5 qu2 dao4 +002710 买家#2和#1卖家#3同样#1面临着#3举证#1维权#1困难的#1窘境#4。 + mai3 jia1 he2 mai4 jia1 tong2 yang4 mian4 lin2 zhe5 ju3 zheng4 wei2 quan2 kun4 nan2 de5 jiong3 jing4 +002711 一个#1周六#3,“张某#1”邀请#1武某#3一起#1出来玩#4。 + yi2 ge5 zhou1 liu4 zhang1 mou3 yao1 qing3 wu2 mou3 yi4 qi3 chu1 lai2 wan2 +002712 完了#2还#1可以#1沤制#1肥料#4。 + wan2 le5 hai2 ke2 yi3 ou4 zhi4 fei2 liao4 +002713 尽管#2“金三#2”已成#1空谈#3,开发商们#2却#1铆足了劲#2要#1收获#1“银四#4”。 + jin2 guan3 jin1 san1 yi3 cheng2 kong1 tan2 kai1 fa1 shang1 men5 que4 mao3 zu2 le5 jin4 yao4 shou1 huo4 yin2 si4 +002714 村民称#3,龙骨洞#2目前#1已被#1采矿者#2炸毁#1掩埋#4。 + cun1 min2 cheng1 long2 gu3 dong4 mu4 qian2 yi3 bei4 cai3 kuang4 zhe3 zha4 hui2 yan3 mai2 +002715 今天#1早上#3我们#1已经#1把贼#1抓到了#3,而且#2法官#2已经#1判了#1他的罪呢#4! + jin1 tian1 zao3 shang4 wo3 men5 yi3 jing1 ba3 zei2 zhua1 dao4 le5 er2 qie3 fa3 guan1 yi3 jing5 pan4 le5 ta1 de5 zui4 ne5 +002716 我们#1倡导#2,串串#1也#1可爱#3,领养#2取代#1买卖#4。 + wo3 men5 chang4 dao3 chuan4 chuan5 ye2 ke3 ai4 ling2 yang2 qu3 dai4 mai3 mai4 +002717 我是#1萌妹纸#3,你#1爱信#1不信#4。 + wo3 shi4 meng2 mei4 zhi3 ni3 ai4 xin4 bu2 xin4 +002718 这下#3,聂小姐#1夫妻俩#2傻眼了#4。 + zhe4 xia4 nie4 xiao2 jie3 fu1 qi1 lia3 sha2 yan3 le5 +002719 穿着#2火爆#1露底#1显胸带#4。 + chuan1 zhe5 huo3 bao4 lou4 di2 xian3 xiong1 dai4 +002720 我#1还以为#3你被#1别人#1拐跑了#4。 + wo3 hai2 yi3 wei2 ni3 bei4 bie2 ren2 guai2 pao3 le5 +002721 你和猪#1什么#1关系呀#4? + ni3 he2 zhu1 shen2 me5 guan1 xi4 ya5 +002722 强扭的#1瓜#1不甜#3,强扭的#1睡#2也#1不会香#4。 + qiang2 niu3 de5 gua1 bu4 tian2 qiang2 niu3 de5 shui4 ye3 bu2 hui4 xiang1 +002723 两人#2共舞时#3,艾薇儿#2也#1跳得#1十分#1诱惑#3,还一直#1摆弄#1嘴里的#1香烟#4。 + liang3 ren2 gong4 wu3 shi2 ai4 wei1 er2 ye3 tiao4 de5 shi2 fen1 you4 huo4 hai2 yi4 zhi2 bai3 nong4 zui2 li3 de5 xiang1 yan1 +002724 不能#2翻越#1铁路#1栅栏#3进入#1铁路#1地界内#4。 + bu4 neng2 fan1 yue4 tie3 lu4 zha4 lan5 jin4 ru4 tie3 lu4 di4 jie4 nei4 +002725 全市#2继续#1推进#2爱国#1卫生#1运动#3,大力#1开展#2灭蚊#1工作#4。 + quan2 shi4 ji4 xu4 tui1 jin4 ai4 guo2 wei4 sheng1 yun4 dong4 da4 li4 kai1 zhan3 mie4 wen2 gong1 zuo4 +002726 选购#2宝宝#1喜爱的#1餐具#4。 + xuan3 gou4 bao3 bao5 xi3 ai4 de5 can1 ju4 +002727 万家#1团圆的#1春节#2过完了#3,许多人的#1钱包#2也瘪了#4。 + wan4 jia1 tuan2 yuan2 de5 chun1 jie2 guo4 wan2 le5 xu3 duo1 ren2 de5 qian2 bao1 ye2 bie3 le5 +002728 屡次#1提醒#1不标的#3,禁止#1挂匾#4。 + lv3 ci4 ti2 xing3 bu4 biao1 de5 jin4 zhi3 gua4 bian3 +002729 林罗的#1两个#1脑袋#2忙#1凑过去#4。 + lin2 luo2 de5 liang3 ge5 nao3 dai5 mang2 cou4 guo4 qu4 +002730 两人#2到了#1码头#1之后#3,邻居#1老汉#2又将#1一盒#1“补药#2”塞给#1王老汉#4。 + liang3 ren2 dao4 le5 ma3 tou2 zhi1 hou4 lin2 ju1 lao3 han4 you4 jiang1 yi4 he2 bu3 yao4 sai1 gei3 wang2 lao3 han4 +002731 就是#1这一拽#3,刘庆花#2救了#1一命#4。 + jiu4 shi4 zhe4 yi2 zhuai4 liu2 qing4 hua1 jiu4 le5 yi2 ming4 +002732 李好#2郭晓敏#1大婚#3,好兄弟#1捧场#4。 + li2 hao3 guo1 xiao2 min3 da4 hun1 hao3 xiong1 di4 peng2 chang3 +002733 那是他#1亲妈#2、亲儿子#3、亲妹妹呀#4。 + na4 shi4 ta1 qin1 ma1 qin1 er2 zi5 qin1 mei4 mei5 ya5 +002734 由于#2胡同窄#3,消防车#2无法#1进入#4。 + you2 yu2 hu2 tong4 zhai3 xiao1 fang2 che1 wu2 fa3 jin4 ru4 +002735 林大哥的#1相貌#2距奇丑#2仅#1一步#1之遥#4。 + lin2 da4 ge1 de5 xiang4 mao4 ju4 qi2 chou2 jin3 yi2 bu4 zhi1 yao2 +002736 有时#2施舍#1一些#1零钱#4。 + you3 shi2 shi1 she3 yi4 xie1 ling2 qian2 +002737 上着课#3,我爸#2他烟瘾#1犯了#3,就想#1点烟#4。 + shang4 zhe5 ke4 wo3 ba4 ta1 yan1 yin3 fan4 le5 jiu4 xiang2 dian3 yan1 +002738 驾驶员#1纳闷#3,他按#1喇叭#2没有错#4。 + jia4 shi3 yuan2 na4 men4 ta1 an4 la3 ba5 mei2 you3 cuo4 +002739 只见#1他们#2低着头#2强忍#1悲痛#3,肩头#2一颤#1一颤的#4。 + zhi3 jian4 ta1 men5 di1 zhe5 tou2 qiang2 ren3 bei1 tong4 jian1 tou2 yi2 chan4 yi2 chan4 de5 +002740 同时#2,在#1奥运#1期间#3,车险#1报案的#1手续#2也将#1简化#4。 + tong2 shi2 zai4 ao4 yun4 qi1 jian1 che1 xian3 bao4 an4 de5 shou3 xu4 ye3 jiang1 jian3 hua4 +002741 图为#2张帮胜#2在舔#1小猴子的#1屁股#4。 + tu2 wei2 zhang1 bang1 sheng4 zai4 tian2 xiao3 hou2 zi5 de5 pi4 gu5 +002742 熊玉儿#2和#1郭松林的#1律师#3做的#1也是#1无罪#1辩护#4。 + xiong2 yu4 er5 he2 guo1 song1 lin2 de5 lv4 shi1 zuo4 de5 ye3 shi4 wu2 zui4 bian4 hu4 +002743 一直#1在对你#1微笑呀#4。 + yi4 zhi2 zai4 dui4 ni3 wei1 xiao4 ya5 +002744 小泽#1玛利亚#2不甘示弱#3,挺胸#1撅屁股#2连环#1出招#4。 + xiao3 ze2 ma3 li4 ya4 bu4 gan1 shi4 ruo4 ting3 xiong1 jue1 pi4 gu5 lian2 huan2 chu1 zhao1 +002745 积极#1发展#2公路#1甩挂#1运输#4。 + ji1 ji2 fa1 zhan3 gong1 lu4 shuai3 gua4 yun4 shu1 +002746 记者#2昨天也#1拨通了#2国寿的#2九五五#1幺九#1服务#1电话#4。 + ji4 zhe3 zuo2 tian1 ye3 bo1 tong1 le5 guo2 shou4 de5 jiu2 wu2 wu3 yao1 jiu3 fu2 wu4 dian4 hua4 +002747 近#1十年来#3,公公#1倪匡#2一直#1想抱#1孙子#3,也#1不断#1对他们#2软硬皆施#4。 + jin4 shi2 nian2 lai2 gong1 gong5 ni2 kuang1 yi4 zhi2 xiang3 bao4 sun1 zi5 ye3 bu2 duan4 dui4 ta1 men5 ruan3 ying4 jie1 shi1 +002748 孙红雷啊#3,你可得#1拎#1清楚了#4。 + sun1 hong2 lei2 a5 ni3 ke2 dei3 lin1 qing1 chu3 le5 +002749 因此#3,和#1太湖#1一样#2存在#1污染的#1滇池#3,被#1同样#1施以#1“水葫芦#1疗法#4”。 + yin1 ci3 he2 tai4 hu2 yi2 yang4 cun2 zai4 wu1 ran3 de5 dian1 chi2 bei4 tong2 yang4 shi1 yi2 shui3 hu2 lu5 liao2 fa3 +002750 奎文区#1实验#1小学#3只有#1两名#2专职#1书法#1老师#4。 + kui2 wen2 qu1 shi2 yan4 xiao3 xue2 zhi2 you2 liang3 ming2 zhuan1 zhi2 shu1 fa2 lao3 shi1 +002751 事件#2“扰攘#1”不久#3,“元凶#2”似乎#1有感#1事态#1严重#3,即将#1照片#1删掉#4。 + shi4 jian4 rao2 rang3 bu4 jiu3 yuan2 xiong1 si4 hu1 you2 gan3 shi4 tai4 yan2 zhong4 ji2 jiang1 zhao4 pian4 shan1 diao4 +002752 最后#2挑到#1几本#2没理疵的#2让#1骆冰背#4。 + zui4 hou4 tiao1 dao4 ji2 ben3 mei2 li3 ci1 de5 rang4 luo4 bing1 bei1 +002753 书中#1写道#3,蒙娜丽莎#1眼中#2“充满#2各种#1记号#1和#1字符#4”。 + shu1 zhong1 xie3 dao4 meng2 na4 li4 sha1 yan3 zhong1 chong1 man3 ge4 zhong3 ji4 hao4 he2 zi4 fu2 +002754 喂猪的#1食物#2都是#1玉米#2、豆饼等#1原粮#3,不加#1添加剂#4。 + wei4 zhu1 de5 shi2 wu4 dou1 shi4 yu4 mi3 dou4 bing2 deng3 yuan2 liang2 bu4 jia1 tian1 jia1 ji4 +002755 坦率地说#3,我#1一直#1在以#1学生#1心态#2当#1代表#1委员#4。 + tan3 shuai4 de5 shuo1 wo3 yi4 zhi2 zai4 yi3 xue2 sheng1 xin1 tai4 dang1 dai4 biao2 wei3 yuan2 +002756 相反#3,辟谣#1速度#1越慢#3,谣言#2就#1越会有#1滋生的#1土壤#4。 + xiang1 fan3 pi4 yao2 su4 du4 yue4 man4 yao2 yan2 jiu4 yue4 hui4 you3 zi1 sheng1 de5 tu2 rang3 +002757 更#1荒唐的是#3,这笔#1罚金#2还#1往往是#1情夫#1掏腰包#4。 + geng4 huang1 tang2 de5 shi4 zhe4 bi3 fa2 jin1 hai2 wang2 wang3 shi4 qing2 fu1 tao1 yao1 bao1 +002758 有#2香港#1媒体#1感叹#3,娶#1晋江#1姑娘#2胜过#1抢银行#4。 + you3 xiang1 gang3 mei2 ti2 gan3 tan4 qu3 jin4 jiang1 gu1 niang5 sheng4 guo4 qiang3 yin2 hang2 +002759 玩具#2、书包#3、木头#2、沙子#3以及#1海草#2混乱地#1掺杂着#4。 + wan2 ju4 shu1 bao1 mu4 tou5 sha1 zi5 yi3 ji2 hai2 cao3 hun4 luan4 de5 chan1 za2 zhe5 +002760 中国#1驻菲#1大使馆#3敦促#1菲方#1军舰#3离开#2黄岩岛#1海域#4。 + zhong1 guo2 zhu4 fei1 da4 shi2 guan3 dun1 cu4 fei1 fang1 jun1 jian4 li2 kai1 huang2 yan2 dao2 hai3 yu4 +002761 对于#1小狗的#1死因#3,“喵晴朗#2”和#1倪女士#2都#1存有#1疑问#4。 + dui4 yu2 xiao2 gou3 de5 si3 yin1 miao1 qing2 lang3 he2 ni2 nv3 shi4 dou1 cun2 you3 yi2 wen4 +002762 我是#2善良#1活泼#3、好奇心#1旺盛的#2B型血#4。 + wo3 shi4 shan4 liang2 huo2 po1 hao4 qi2 xin1 wang4 sheng4 de5 bi4 xing2 xie3 +002763 游轮#1顶部#2两条#1烟囱#1等部位#2被#1“削”掉#4。 + you2 lun2 ding3 bu4 liang3 tiao2 yan1 cong1 deng3 bu4 wei4 bei4 xue1 diao4 +002764 再累了#3,就眯#1一小会#4。 + zai4 lei4 le5 jiu4 mi1 yi4 xiao3 hui4 +002765 下一秒#1就晕#1过去了#4。 + xia4 yi4 miao3 jiu4 yun1 guo4 qu4 le5 +002766 我#1有点儿#1犹豫#4。 + wo3 you2 dianr3 you2 yu4 +002767 这阵势#3,准有#1大事#4。 + zhe4 zhen4 shi4 zhun2 you3 da4 shi4 +002768 孩子#1这时候#2往往#1没胃口#3,根本#1吃不#1下去#4。 + hai2 zi5 zhe4 shi2 hou4 wang2 wang3 mei2 wei4 kou3 gen1 ben3 chi1 bu2 xia4 qu4 +002769 图为#2厦门#1鼓浪屿#4。 + tu2 wei2 xia4 men2 gu3 lang4 yu3 +002770 我也#1挺#1无奈的哎#4。 + wo2 ye2 ting3 wu2 nai4 de5 ai5 +002771 钟丽缇#2遭#2中年#1男子#1捏玉手#4。 + zhong1 li4 ti2 zao1 zhong1 nian2 nan2 zi3 nie1 yu4 shou3 +002772 相片中的#1她#2与#1一男子#1亲热#3,更有#1不少#1情欲#1动作#4。 + xiang1 pian4 zhong1 de5 ta1 yu3 yi4 nan2 zi3 qin1 re4 geng4 you3 bu4 shao3 qing2 yu4 dong4 zuo4 +002773 奥巴马#2发表#2帐篷#1演讲#4。 + ao4 ba1 ma3 fa1 biao3 zhang4 peng2 yan2 jiang3 +002774 而且#2还是#1低腰的哦#4。 + er2 qie3 hai2 shi4 di1 yao1 de5 o5 +002775 脸#1滚烫#3,心想#2千万#1别眨眼#3,忍着#2挺胸#1扮威武#3,否则#1重拍#2更辛苦#4。 + lian2 gun3 tang4 xin1 xiang3 qian1 wan4 bie2 zha2 yan3 ren3 zhe5 ting3 xiong1 ban4 wei1 wu3 fou3 ze2 chong2 pai1 geng4 xin1 ku3 +002776 丰田#1发言人#2伊藤穰一#2拒绝#1对#1报告#1内容#1置评#4。 + feng1 tian2 fa1 yan2 ren2 yi1 teng2 rang2 yi2 ju4 jue2 dui4 bao4 gao4 nei4 rong2 zhi4 ping2 +002777 文革#1期间#2破四旧#3,家谱#2被#1焚毁#3,留下#2永远的#1遗憾#4。 + wen2 ge2 qi1 jian1 po4 si4 jiu4 jia1 pu3 bei4 fen2 hui3 liu2 xia4 yong2 yuan3 de5 yi2 han4 +002778 右手#1累了#2用#1左手#3,左手#1累了#2用右手#4。 + you4 shou3 lei4 le5 yong4 zuo2 shou3 zuo2 shou3 lei4 le5 yong4 you4 shou3 +002779 扶着#1栏杆#2有些#1站立#1不稳#4。 + fu2 zhe5 lan2 gan5 you3 xie1 zhan4 li4 bu4 wen3 +002780 中日#1关系#2将#1瓦解#4。 + zhong1 ri4 guan1 xi5 jiang1 wa2 jie3 +002781 老邢#3则靠#1行李#2打起#1盹儿来#4。 + lao3 xing2 ze2 kao4 xing2 li3 da2 qi2 dunr3 lai2 +002782 众长老#2随后#1回到#1罹难者#1灵位前#3,各人#2拈香#1顶礼#3,将#1功德#1回向#4。 + zhong4 zhang2 lao3 sui2 hou4 hui2 dao4 li2 nan4 zhe3 ling2 wei4 qian2 ge4 ren2 nian1 xiang1 ding2 li3 jiang1 gong1 de2 hui2 xiang4 +002783 失望后#3,段正淳#3只盼#1小镇#1皆知#2就#1可以了#4。 + shi1 wang4 hou4 duan4 zheng4 chun2 zhi3 pan4 xiao3 zhen4 jie1 zhi1 jiu4 ke2 yi3 le5 +002784 可见#3,雅虎#1员工#2缺乏#1认同感#1和#1归属感#4。 + ke3 jian4 ya2 hu3 yuan2 gong1 que1 fa2 ren4 tong2 gan3 he2 gui1 shu2 gan3 +002785 佩玲#2未婚#1先孕的#1女儿#3,是令#1佩林#2及#1共和党#2难堪的事#4。 + pei4 ling2 wei4 hun1 xian1 yun4 de5 nv3 er2 shi4 ling4 pei4 lin2 ji2 gong4 he2 dang3 nan2 kan1 de5 shi4 +002786 购买的#1经适房#3能否#1用于#2自住#1以外的#1用途#4? + gou4 mai3 de5 jing1 shi4 fang2 neng2 fou3 yong4 yu2 zi4 zhu4 yi3 wai4 de5 yong4 tu2 +002787 我想#3你需要#1一个#1防毒#1面具#4。 + wo2 xiang3 ni3 xu1 yao4 yi2 ge5 fang2 du2 mian4 ju4 +002788 儿科#1医生的#1诊断#2是#2运动性#1哮喘#3,估计#2和#1过敏#1有关#4。 + er2 ke1 yi1 sheng1 de5 zhen3 duan4 shi4 yun4 dong4 xing4 xiao4 chuan3 gu1 ji4 he2 guo4 min2 you3 guan1 +002789 其中#3“归类表#3”、“完税#1价格表#3”由#1海关#1总署#1制定#4。 + qi2 zhong1 gui1 lei4 biao3 wan2 shui4 jia4 ge2 biao3 you2 hai3 guan1 zong2 shu3 zhi4 ding4 +002790 忆起#2得知#1获奖#1那一刻的#1情景#3,麦克#1库利#1亚尔#2依然#2难掩#1兴奋#4。 + yi4 qi3 de2 zhi1 huo4 jiang3 na4 yi2 ke4 de5 qing2 jing3 mai4 ke4 ku4 li4 ya4 er3 yi1 ran2 nan2 yan3 xing1 fen4 +002791 公民党#1负责人#3也#1批评#2普选#2设#1预选#2“是一个#1倒退#4”。 + gong1 min2 dang3 fu4 ze2 ren2 ye3 pi1 ping2 pu2 xuan3 she4 yu4 xuan3 shi4 yi2 ge5 dao4 tui4 +002792 戴眼罩#1出场的#1周秀娜#3教#1参赛者#2来个#2败犬#1大变身#4。 + dai4 yan3 zhao4 chu1 chang3 de5 zhou1 xiu4 na4 jiao1 can1 sai4 zhe3 lai2 ge5 bai4 quan3 da4 bian4 shen1 +002793 陈炯#2当即#1启动#2“爱心#1基金#2”送#1女孩#1回家#4。 + chen2 jiong3 dang1 ji2 qi3 dong4 ai4 xin1 ji1 jin1 song4 nv3 hai2 hui2 jia1 +002794 海边#2、沙滩#3,还有#2吃#1海鲜呀#4。 + hai3 bian1 sha1 tan1 hai2 you3 chi1 hai3 xian1 ya5 +002795 实际上#3,全车#1盗抢险#2属于#1商业险#4。 + shi2 ji4 shang4 quan2 che1 dao4 qiang2 xian3 shu3 yu2 shang1 ye4 xian3 +002796 幽门#1螺杆菌#1感染#2是#1胃癌#1发生的#1主因#4。 + you1 men2 luo2 gan3 jun1 gan2 ran3 shi4 wei4 ai2 fa1 sheng1 de5 zhu3 yin1 +002797 贝纳特说#3:我认为#2麦凯恩#2属于#1传统的#1保守派#4。 + bei4 na4 te4 shuo1 wo3 ren4 wei2 mai4 kai3 en1 shu3 yu2 chuan2 tong3 de5 bao2 shou3 pai4 +002798 结果#3,赵萝蕤#2法语#1及格了#3,德语#2却吃了#1一个#1零分#4。 + jie2 guo3 zhao4 luo2 rui2 fa2 yu3 ji2 ge2 le5 de2 yu3 que4 chi1 le5 yi2 ge5 ling2 fen1 +002799 而#2德国#2是#1中欧#1关系的#1重要#1领跑者#4。 + er2 de2 guo2 shi4 zhong1 ou1 guan1 xi5 de5 zhong4 yao4 ling2 pao2 zhe3 +002800 你是#1上天#1派来#2故意#1整我的吧#4? + ni3 shi4 shang4 tian1 pai4 lai2 gu4 yi4 zheng2 wo3 de5 ba5 +002801 雨翔#2悲怆得#1想自杀#3,满腔的#1怒火#2可以#1再去#1烧一趟#1赤壁#4。 + yu3 xiang2 bei1 chuang4 de5 xiang3 zi4 sha1 man3 qiang1 de5 nu4 huo3 ke2 yi3 zai4 qu4 shao1 yi2 tang4 chi4 bi4 +002802 没有人#1接待#3,在场#1明星#2目前有#2萨顶顶#3,张含韵#3,杨曼莉#3,胡军#4。 + mei2 you3 ren2 jie1 dai4 zai4 chang3 ming2 xing1 mu4 qian2 you3 sa4 ding2 ding3 zhang1 han2 yun4 yang2 man4 li4 hu2 jun1 +002803 这#1无疑是#3将#1自己#2搜索#1行业#1老二的#1地位#3拱手#1相让于#2竞争#1对手#4。 + zhe4 wu2 yi2 shi4 jiang1 zi4 ji3 sou1 suo3 hang2 ye4 lao3 er4 de5 di4 wei4 gong2 shou3 xiang1 rang4 yu2 jing4 zheng1 dui4 shou3 +002804 聚众#1赌博#2也是#2重大#1案情#3,自然#1要#1汇报#4。 + ju4 zhong4 du3 bo2 ye3 shi4 zhong4 da4 an4 qing2 zi4 ran2 yao4 hui4 bao4 +002805 只要#1心中#2长存#1牵挂#1和爱#3,就#1不怕#1雾霾#1飘过#3,就#1不怕#1明天#2天空#2是否#1灰暗#4。 + zhi3 yao4 xin1 zhong1 chang2 cun2 qian1 gua4 he2 ai4 jiu4 bu2 pa4 wu4 mai2 piao1 guo4 jiu4 bu2 pa4 ming2 tian1 tian1 kong1 shi4 fou3 hui1 an4 +002806 黑狗#2咧着#1大嘴#3,路人#1见了#2纷纷#1躲避#4。 + hei1 gou2 lie3 zhe5 da4 zui3 lu4 ren2 jian4 le5 fen1 fen1 duo3 bi4 +002807 一是#2这些#1自焚者#2死的#1冤枉#4。 + yi1 shi4 zhe4 xie1 zi4 fen2 zhe2 si3 de5 yuan1 wang4 +002808 周蕊柳#1了解到#3,顾鹏图#2一行#2如此#1急驰#3只是#1为了#2赶着#1去吃#1午饭#4。 + zhou1 rui2 liu3 liao2 jie3 dao4 gu4 peng2 tu2 yi4 xing2 ru2 ci3 ji2 che4 zhi3 shi4 wei4 le5 gan3 zhe5 qu4 chi1 wu3 fan4 +002809 随后#3,小蕊#2被#1诊断出#2“重度#1肺炎#4”。 + sui2 hou4 xiao2 rui3 bei4 zhen3 duan4 chu1 zhong4 du4 fei4 yan2 +002810 被#1调侃的#1库尔希德#2面露#2羞赧#1之色#3,显得#1不好意思#4。 + bei4 tiao2 kan3 de5 ku4 er3 xi1 de2 mian4 lu4 xiu1 nan3 zhi1 se4 xian3 de5 bu4 hao3 yi4 si5 +002811 接完#1这个#1电话#3,有些#1想不通的#1翁蔑#2打电话#1问依莱#4。 + jie1 wan2 zhe4 ge5 dian4 hua4 you3 xie1 xiang3 bu4 tong1 de5 weng1 mie4 da3 dian4 hua4 wen4 yi1 lai2 +002812 和#2钢铁侠#1喝茶#3,和#1灰姑娘#1聊天#3,和#1青蛙#1王子#1散步#4。 + he2 gang1 tie3 xia2 he1 cha2 he2 hui1 gu1 niang5 liao2 tian1 he2 qing1 wa1 wang2 zi3 san4 bu4 +002813 五月的#2辽沈#1大地#3,绿草如茵#2,生机#1盎然#4。 + wu3 yue4 de5 liao2 shen3 da4 di4 lv4 cao3 ru2 yin1 sheng1 ji1 ang4 ran2 +002814 也会在#1纽约#1逛逛#3,看看#1衣服#4。 + ye3 hui4 zai4 niu3 yue1 guang4 guang5 kan4 kan5 yi1 fu5 +002815 网友#2纷纷#1揣测#2是否#2有感而发#4。 + wang2 you3 fen1 fen1 chuai3 ce4 shi4 fou3 you2 gan3 er2 fa1 +002816 赶上#2包饺子#3,老丈人#1问我#2会包#1饺子么#3,我当然#1要说#1会了#4。 + gan3 shang4 bao1 jiao3 zi5 lao3 zhang4 ren5 wen4 wo3 hui4 bao1 jiao3 zi5 me5 wo3 dang1 ran2 yao4 shuo1 hui4 le5 +002817 她们的#1关系#2同样有#1女同的#1调调#4。 + ta1 men5 de5 guan1 xi5 tong2 yang4 you2 nv3 tong2 de5 diao4 diao5 +002818 霍夫曼#2和#1科瓦姆#2甚至#2发生过#1争吵#4。 + huo4 fu1 man4 he2 ke1 wa2 mu3 shen4 zhi4 fa1 sheng1 guo4 zheng1 chao3 +002819 过桥#1米线#3主要以#2汤#3、肉片#3、米线#3再加#1作料#1做成#4。 + guo4 qiao2 mi3 xian4 zhu3 yao4 yi3 tang1 rou4 pian4 mi3 xian4 zai4 jia1 zuo2 liao4 zuo4 cheng2 +002820 耶雷米奇#2首先#1要求#1与会#1代表#1起立#3,默思#1一分钟#4。 + ye1 lei2 mi3 qi2 shou3 xian1 yao1 qiu2 yu4 hui4 dai4 biao2 qi3 li4 mo4 si1 yi4 fen1 zhong1 +002821 它以#2原子#1时秒长#1为基础#3,在#1时刻上#3尽量#1接近于#1世界时#4。 + ta1 yi3 yuan2 zi3 shi2 miao3 chang2 wei2 ji1 chu3 zai4 shi2 ke4 shang4 jin3 liang4 jie1 jin4 yu2 shi4 jie4 shi2 +002822 耿晓华#3此前#1曾任#1焦点网#1总经理#3,是#1龚宇的#1老部下#4。 + geng2 xiao3 hua2 ci3 qian2 ceng2 ren4 jiao1 dian2 wang2 zong3 jing1 li3 shi4 gong1 yu3 de5 lao3 bu4 xia4 +002823 另外#1一些#1前来#1参观的#1人们#3,嚷嚷着#2要与#1嫦娥#1“二姑娘#1”合影#4。 + ling4 wai4 yi4 xie1 qian2 lai2 can1 guan1 de5 ren2 men5 rang1 rang5 zhe5 yao4 yu3 chang2 e2 er4 gu1 niang5 he2 ying3 +002824 作为#2方逸华的#1爱将#3,他才#1临危#1受命#3,帮手#2解决#1问题#4。 + zuo4 wei2 fang1 yi4 hua2 de5 ai4 jiang4 ta1 cai2 lin2 wei1 shou4 ming4 bang1 shou2 jie3 jue2 wen4 ti5 +002825 不如#2找#1老师#1、学生#2聊一聊#4。 + bu4 ru2 zhao2 lao3 shi1 xue2 sheng1 liao2 yi4 liao2 +002826 不过#3一所#1中学#1校长#1认为#3,推荐#1名额#2给#1匡超#2很浪费#4。 + bu2 guo4 yi4 suo3 zhong1 xue2 xiao4 zhang3 ren4 wei2 tui1 jian4 ming2 e2 gei3 kuang1 chao1 hen3 lang4 fei4 +002827 男子#2把手机#2藏在#2自家#1浴厕里#3,偷拍#1嫂嫂#2、侄子#2与#1侄女#1如厕#2、入浴#4。 + nan2 zi3 ba2 shou3 ji1 cang2 zai4 zi4 jia1 yu4 ce4 li3 tou1 pai1 sao3 sao5 zhi2 zi5 yu3 zhi2 nv3 ru2 ce4 ru4 yu4 +002828 妈妈咪呀#2”请来#2张柏芝#3,档次#1又不同#4。 + ma1 ma1 mi1 ya5 qing3 lai2 zhang1 bo2 zhi1 dang4 ci4 you4 bu4 tong2 +002829 拨了#1一上午#3,头寸#2还#1没谱#4。 + bo1 le5 yi2 shang4 wu3 tou2 cun4 hai2 mei2 pu3 +002830 这样的#1议政#3,是#2舍本逐末#4。 + zhe4 yang4 de5 yi4 zheng4 shi4 she2 ben3 zhu2 mo4 +002831 渤海#1交汇处#3,是#1船舶#1进出#2渤海湾的#2第二条#1交通#1要道#4。 + bo2 hai3 jiao1 hui4 chu4 shi4 chuan2 bo2 jin4 chu1 bo2 hai3 wan1 de5 di4 er4 tiao2 jiao1 tong1 yao4 dao4 +002832 一群人#2一直#1欢聚到#1深夜#3才从#1咖啡屋中#1出来#1散场#4。 + yi4 qun2 ren2 yi4 zhi2 huan1 ju4 dao4 shen1 ye4 cai2 cong2 ka1 fei1 wu1 zhong1 chu1 lai2 san4 chang3 +002833 大楼#1二楼的#2二幺六#1房间#2灯火#1通明#4。 + da4 lou2 er4 lou2 de5 er4 yao1 liu4 fang2 jian1 deng1 huo3 tong1 ming2 +002834 自#2试营业#1以来#3,几经#1波折#3,命途#1多舛#4。 + zi4 shi4 ying2 ye4 yi3 lai2 ji3 jing1 bo1 zhe2 ming4 tu2 duo1 chuan3 +002835 于是#3,休斯顿#2也#1蠢蠢欲动#4。 + yu2 shi4 xiu1 si1 dun4 ye3 chun2 chun3 yu4 dong4 +002836 李揆亨#2与#1本报#1记者#1合影#4。 + li3 kui2 heng1 yu2 ben3 bao4 ji4 zhe3 he2 ying3 +002837 阮守军#1摄#3:图为#2滑坡地#1附近#2道路#1积水#1形成#1“堰塞湖#4”。 + ruan2 shou3 jun1 she4 tu2 wei2 hua2 po1 di4 fu4 jin4 dao4 lu4 ji1 shui3 xing2 cheng2 yan4 se4 hu2 +002838 朱茵#2一人#1分饰#2傅君婥#3、傅君瑜#2两姐妹#4。 + zhu1 yin1 yi4 ren2 fen1 shi4 fu4 jun1 chuo4 fu4 jun1 yu2 liang2 jie3 mei4 +002839 他的#2泰国#1妻子#2怀胎#1八月#3,腆着#1大肚子#2随我们#1出海#1玩乐#4。 + ta1 de5 tai4 guo2 qi1 zi5 huai2 tai1 ba1 yue4 tian3 zhe5 da4 du4 zi5 sui2 wo3 men5 chu1 hai3 wan2 le4 +002840 那#1一句#1英语#2一个#1成语#3仿佛#2后变#1射杀#1凿齿的#1两箭#3,令#1雨翔#2防不胜防#4。 + na4 yi2 ju4 ying1 yu3 yi2 ge5 cheng2 yu3 fang3 fu2 hou4 bian4 she4 sha1 zao2 chi3 de5 liang3 jian4 ling4 yu3 xiang2 fang2 bu2 sheng4 fang2 +002841 昨日#3,小龙坎#1一居民楼#3临街#1挂着#2取名部#1招牌#4。 + zuo2 ri4 xiao3 long2 kan3 yi4 ju1 min2 lou2 lin2 jie1 gua4 zhe5 qu3 ming2 bu4 zhao1 pai5 +002842 快去#1找张#1电热毯#4! + kuai4 qu4 zhao3 zhang1 dian4 re4 tan3 +002843 不少#1游客#1兴致#1盎然#2拍照#1留念#4。 + bu4 shao3 you2 ke4 xing4 zhi4 ang4 ran2 pai1 zhao4 liu2 nian4 +002844 关注#1他们#3,并非#1为了#1渲染#1悲情#4。 + guan1 zhu4 ta1 men5 bing4 fei1 wei4 le5 xuan4 ran3 bei1 qing2 +002845 我老婆#2就特别#1善于#1抓#1男人的#1胃#3,我一#1看见她#2就感觉#2胃#1不舒服#4。 + wo2 lao3 po5 jiu4 te4 bie2 shan4 yu2 zhua1 nan2 ren2 de5 wei4 wo3 yi2 kan4 jian4 ta1 jiu4 gan3 jue2 wei4 bu4 shu1 fu5 +002846 儒雅#2、亲和#2,记忆力好#3,数字#1脱口而出#3像#1倒豆子#1一般#1顺溜#4。 + ru2 ya3 qin1 he2 ji4 yi4 li4 hao3 shu4 zi4 tuo1 kou3 er2 chu1 xiang4 dao3 dou4 zi5 yi4 ban1 shun4 liu5 +002847 乡下#2近来#2也不再#1时兴#2贴#2花花绿绿的#1年画了#4。 + xiang1 xia4 jin4 lai2 ye3 bu2 zai4 shi2 xing1 tie1 hua1 hua1 lv4 lv4 de5 nian2 hua4 le5 +002848 在#1医院#3,翁女士#2为#1女儿#2拍了#1一组#1照片#4。 + zai4 yi1 yuan4 weng1 nv3 shi4 wei4 nv3 er2 pai1 le5 yi4 zu3 zhao4 pian4 +002849 张国华#2贪污#1受贿的#1名堂#1很多#4。 + zhang1 guo2 hua2 tan1 wu1 shou4 hui4 de5 ming2 tang2 hen3 duo1 +002850 不过#2康妮#2并不#1因此#1困扰#1太多#4。 + bu2 guo4 kang1 ni1 bing4 bu4 yin1 ci3 kun4 rao3 tai4 duo1 +002851 朱镕基#2非常#1热爱#1文学#4。 + zhu1 rong2 ji1 fei1 chang2 re4 ai4 wen2 xue2 +002852 据了解#3,羱羊#1服装店#1店主#2一家#1三口#3正在#2省#1康复#1中心#1医院#1抢救#4。 + ju4 liao2 jie3 yuan2 yang2 fu2 zhuang1 dian4 dian4 zhu3 yi4 jia1 san1 kou3 zheng4 zai4 sheng3 kang1 fu4 zhong1 xin1 yi1 yuan4 qiang3 jiu4 +002853 二是#3切实#1提高#2水资源#1利用#1效率#4。 + er4 shi4 qie4 shi2 ti2 gao1 shui3 zi1 yuan2 li4 yong4 xiao4 lv4 +002854 但是#3,真不#1知道#2女儿的#1抗压#1能力#1有#1多大#3,人言#1可畏啊#4! + dan4 shi4 zhen1 bu4 zhi1 dao4 nv3 er2 de5 kang4 ya1 neng2 li4 you3 duo1 da4 ren2 yan2 ke3 wei4 a5 +002855 举报#1信上#3摁满了#1举报人的#1手印#4。 + ju3 bao4 xin4 shang4 en4 man3 le5 ju3 bao4 ren2 de5 shou3 yin4 +002856 董老#2跟广东#1很有#1缘分#4。 + dong2 lao3 gen1 guang3 dong1 hen2 you3 yuan2 fen4 +002857 这个#1教训#2是#1极为#1惨痛的#4。 + zhe4 ge5 jiao4 xun4 shi4 ji2 wei2 can3 tong4 de5 +002858 但从#2周四#1开始#3,梅雨#2又将#1再度#2卷土#1而来#4。 + dan4 cong2 zhou1 si4 kai1 shi3 mei2 yu3 you4 jiang1 zai4 du4 juan2 tu3 er2 lai2 +002859 组委会#1通知#1我的#1时候#3我#1正在#1北海#1拍戏#3,我闺女#2也在#1那儿#4。 + zu2 wei3 hui4 tong1 zhi1 wo3 de5 shi2 hou4 wo3 zheng4 zai4 bei2 hai3 pai1 xi4 wo3 gui1 nv5 ye3 zai4 nar4 +002860 小光#2是#1一位#1勤奋#1好学的#1学生#3,他#1利用#2寒假#1兼职#2赚取#1学费#4。 + xiao3 guang1 shi4 yi2 wei4 qin2 fen4 hao4 xue2 de5 xue2 sheng1 ta1 li4 yong4 han2 jia4 jian1 zhi2 zhuan4 qu3 xue2 fei4 +002861 去年#3,左渤夷#2开办了#1沈阳#2第一家#1团购#1网站#3“九十七团#4”。 + qu4 nian2 zuo3 bo2 yi2 kai1 ban4 le5 shen3 yang2 di4 yi1 jia1 tuan2 gou4 wang3 zhan4 jiu3 shi5 qi1 tuan2 +002862 米尔纳#3将这种#1投资#1方法#2称为#3“晚期#1投资#4”。 + mi2 er3 na4 jiang1 zhe4 zhong3 tou2 zi1 fang1 fa3 cheng1 wei2 wan3 qi1 tou2 zi1 +002863 李子君#3在#1青年#1冬奥会上#2摘得#1铜牌#4。 + li2 zi3 jun1 zai4 qing1 nian2 dong1 ao4 hui4 shang4 zhai1 de2 tong2 pai2 +002864 记者#2咬了#1咬牙#3,侧身#1一步#2跳到#1“旋风#1”面前#3,将#1咬靶#2向前#1送去#4。 + ji4 zhe2 yao3 le5 yao3 ya2 ce4 shen1 yi2 bu4 tiao4 dao4 xuan4 feng1 mian4 qian2 jiang1 yao2 ba3 xiang4 qian2 song4 qu4 +002865 这写的#1什么#1破玩意呀#3!屁大个事#3,你也要#1发个#1帖子#4! + zhe4 xie3 de5 shen2 me5 po4 wan2 yi4 ya5 pi4 da4 ge4 shi4 ni2 ye3 yao4 fa1 ge5 tie3 zi5 +002866 睡觉前#2惹#1老婆#1生气了#3,没办法#3只好#2甜言蜜语#1哄她#4。 + shui4 jiao4 qian2 re2 lao3 po5 sheng1 qi4 le5 mei2 ban4 fa3 zhi2 hao3 tian2 yan2 mi4 yu2 hong3 ta1 +002867 安先生#2给#1记者#2粗算了#1一笔账#4。 + an1 xian1 sheng5 gei3 ji4 zhe3 cu1 suan4 le5 yi4 bi3 zhang4 +002868 东东的手#2因#1捆绑#2构成#1重伤#4。 + dong1 dong5 de5 shou3 yin1 kun2 bang3 gou4 cheng2 zhong4 shang1 +002869 为了#2毁尸#1灭迹#3,张明#2纵火#1焚尸#4。 + wei4 le5 hui3 shi1 mie4 ji4 zhang1 ming2 zong4 huo3 fen2 shi1 +002870 我#1看着#2有些#1不忍#3,就上前#1与他#1攀谈#3,希望#2借此#1减轻#2爬楼的#1枯燥#1与#1疲累#4。 + wo3 kan4 zhe5 you3 xie1 bu4 ren3 jiu4 shang4 qian2 yu3 ta1 pan1 tan2 xi1 wang4 jie4 ci2 jian3 qing1 pa2 lou2 de5 ku1 zao4 yu3 pi2 lei4 +002871 图为#2“调查团#1”船只#2绕岛#1航行#4。 + tu2 wei2 diao4 cha2 tuan2 chuan2 zhi1 rao4 dao3 hang2 xing2 +002872 第一个#1双休日#3各科#1练习卷#2共有#1十来份#3,要#1弥补#1军训#1浪费#1掉的#1时间#4。 + di4 yi1 ge5 shuang1 xiu1 ri4 ge4 ke1 lian4 xi2 juan4 gong4 you3 shi2 lai2 fen4 yao4 mi2 bu3 jun1 xun4 lang4 fei4 diao4 de5 shi2 jian1 +002873 睁着#1眼睛#1说瞎话#4。 + zheng1 zhe5 yan3 jing1 shuo1 xia1 hua4 +002874 墙根#1墙脚#3,则往往#2光溜溜的亮#3,是#1孩子们#2靠在#1墙上#1玩耍时#1磨成的#4。 + qiang2 gen1 qiang2 jiao3 ze2 wang2 wang3 guang1 liu1 liu1 de5 liang4 shi4 hai2 zi5 men2 kao4 zai4 qiang2 shang4 wan2 shua3 shi2 mo2 cheng2 de5 +002875 如今#1那些#1所谓#2当红#1女星#2,成千上万#3,哪一个#2拥有#1这样#1酷的#1眼神#4? + ru2 jin1 na4 xie1 suo3 wei4 dang1 hong2 nv3 xing1 cheng2 qian1 shang4 wan4 na3 yi2 ge4 yong1 you3 zhe4 yang4 ku4 de5 yan3 shen2 +002876 三是#3宏观#1审慎#1监管#3与#1微观#1审慎#1监管#1有机#1结合#4。 + san1 shi4 hong2 guan1 shen3 shen4 jian1 guan3 yu3 wei1 guan1 shen3 shen4 jian1 guan2 you3 ji1 jie2 he2 +002877 我只是#2玩玩你#1而已#4。 + wo2 zhi3 shi4 wan2 wan5 ni3 er2 yi3 +002878 师昌绪#1院士#2代表#2获奖者#1发言#4。 + shi1 chang1 xu4 yuan4 shi4 dai4 biao3 huo4 jiang2 zhe3 fa1 yan2 +002879 这次#3维多利亚#2展现了#1她的#3诡异#1冷女的#1气质#4。 + zhe4 ci4 wei2 duo1 li4 ya4 zhan3 xian4 le5 ta1 de5 gui3 yi4 leng2 nv3 de5 qi4 zhi4 +002880 实行#2“一企#1一策#3”,大力#1引进#1央企#2、名企#2入园#1发展#4。 + shi2 xing2 yi4 qi3 yi2 ce4 da4 li4 yin3 jin4 yang1 qi3 ming2 qi3 ru4 yuan2 fa1 zhan3 +002881 英国#1舆论#1认为#3,美国#1显示了#3要#1撇开#1英国#2促进#2北爱#1和平的#1姿态#4。 + ying1 guo2 yu2 lun4 ren4 wei2 mei3 guo2 xian3 shi4 le5 yao4 pie3 kai1 ying1 guo2 cu4 jin4 bei3 ai4 he2 ping2 de5 zi1 tai4 +002882 你们#1岁数#2有#1这么#1大了哟#3,今后#2我#1怎样#1有脸#2在世上活#4。 + ni3 men5 sui4 shu4 you3 zhe4 me5 da4 le5 yo5 jin1 hou4 wo2 zen3 yang4 you2 lian3 zai4 shi4 shang4 huo2 +002883 孩子#2打断了#1妈妈的话#2,问道#3:你说的#2是#1新闻#1联播#1那俩#1播音吧#4! + hai2 zi5 da3 duan4 le5 ma1 ma5 de5 hua4 wen4 dao4 ni3 shuo1 de5 shi4 xin1 wen2 lian2 bo1 na4 lia3 bo1 yin1 ba5 +002884 回去#3我就#1把暖气#1给你#1掐了#4。 + hui2 qu4 wo3 jiu4 ba2 nuan3 qi4 gei2 ni3 qia1 le5 +002885 和好#1砖泥后#3,将砖泥#2一捧捧#1填满#1砖模#3,并#2用力#1夯实#4。 + he2 hao3 zhuan1 ni2 hou4 jiang1 zhuan1 ni2 yi4 peng2 peng3 tian2 man3 zhuan1 mo2 bing4 yong4 li4 hang1 shi2 +002886 现场#3,毕福剑#2趴地#1扑球#2显敬业#4。 + xian4 chang3 bi4 fu2 jian4 pa1 di4 pu1 qiu2 xian3 jing4 ye4 +002887 标识#2凹凸不平#3,有#1立体感#2和#1雕塑感#4。 + biao1 shi2 ao1 tu1 bu4 ping2 you3 li4 ti2 gan3 he2 diao1 su4 gan3 +002888 房主#1要求#3哄#1这些#1小孩#2尽快#1入睡#4。 + fang2 zhu3 yao1 qiu2 hong3 zhe4 xie1 xiao3 hai2 jin3 kuai4 ru4 shui4 +002889 据#2儿保#1医生#1介绍#3,前来#2测智商#3基本#1都是#1老师#1要求的#4。 + ju4 er2 bao3 yi1 sheng1 jie4 shao4 qian2 lai2 ce4 zhi4 shang1 ji1 ben3 dou1 shi4 lao3 shi1 yao1 qiu2 de5 +002890 有#2知情者#3请#1速致电#3八六#1四幺#2二九#1五零#4。 + you3 zhi1 qing2 zhe3 qing3 su4 zhi4 dian4 ba1 liu4 si4 yao1 er4 jiu2 wu3 ling2 +002891 以#2她的#1眼光#3,谁富#1谁能耐#3,谁穷#2谁窝囊#4。 + yi3 ta1 de5 yan3 guang1 shui2 fu4 shui2 neng2 nai4 shui2 qiong2 shui2 wo1 nang5 +002892 高密度的#1水坝#2将#1破坏#1鱼类#2产卵场#1功能#4。 + gao1 mi4 du4 de5 shui3 ba4 jiang1 po4 huai4 yu2 lei4 chan2 luan2 chang3 gong1 neng2 +002893 佛兰克斯#3负责#1协调#1与指挥#2波斯湾的#1战争#1行动#4。 + fo2 lan2 ke4 si1 fu4 ze2 xie2 tiao2 yu2 zhi3 hui1 bo1 si1 wan1 de5 zhan4 zheng1 xing2 dong4 +002894 刑侦#1抓捕组#3已把#1对象#1抓住#4。 + xing2 zhen1 zhua1 bu2 zu3 yi2 ba3 dui4 xiang4 zhua1 zhu4 +002895 由于#1馆内#2并未#1陈列#1“泥鳅#3”,参观者#2纷纷#1加以#1询问#4。 + you2 yu2 guan3 nei4 bing4 wei4 chen2 lie4 ni2 qiu5 can1 guan1 zhe3 fen1 fen1 jia1 yi3 xun2 wen4 +002896 好声音#1”栏目的#1版权#1所有者#3是#1荷兰#2塔尔帕#1公司#4。 + hao3 sheng1 yin1 lan2 mu4 de5 ban3 quan2 suo2 you2 zhe3 shi4 he2 lan2 ta2 er3 pa4 gong1 si1 +002897 让#1原本#2微薄的#1资金#2捉襟见肘#4。 + rang4 yuan2 ben3 wei1 bo2 de5 zi1 jin1 zhuo1 jin1 jian4 zhou3 +002898 过了#1新鲜劲儿#3,啥#1玩意儿#2看多了#1都腻#4。 + guo4 le5 xin1 xian1 jinr4 sha2 wan2 yir5 kan4 duo1 le5 dou1 ni4 +002899 但#2抱着#1充气#1娃娃#2裸奔#2有#1看点#3,抢人#1眼球#3,会引起#1大家#1讨论#4。 + dan4 bao4 zhe5 chong1 qi4 wa2 wa5 luo3 ben1 you3 kan4 dian3 qiang3 ren2 yan3 qiu2 hui4 yin2 qi3 da4 jia1 tao3 lun4 +002900 这是#1碰到#1湍流了#4。 + zhe4 shi4 peng4 dao4 tuan1 liu2 le5 +002901 美少女#2为您#1服务#4。 + mei3 shao4 nv3 wei4 nin2 fu2 wu4 +002902 欧冠#2和#1欧洲#1五大#1联赛#2激战#1正酣#3,看#1谁能#2雄霸#1欧洲#4。 + ou1 guan4 he2 ou1 zhou1 wu3 da4 lian2 sai4 ji1 zhan4 zheng4 han1 kan4 shui2 neng2 xiong2 ba4 ou1 zhou1 +002903 这是#1当年#2湖南#1大学#2王修寀#2治丧#1委员会#3编纂的#1悼念#1小册#4。 + zhe4 shi4 dang1 nian2 hu2 nan2 da4 xue2 wang2 xiu1 cai3 zhi4 sang1 wei3 yuan2 hui4 bian1 zuan3 de5 dao4 nian4 xiao3 ce4 +002904 至今#1墙上#2仍#1可见#2累累#1弹痕#4。 + zhi4 jin1 qiang2 shang4 reng2 ke3 jian4 lei2 lei2 dan4 hen2 +002905 省#1军区#1领导#1认为#3,这#1主要#1得益于#2完善的#2军地#1联合#1指挥#1体系#4。 + sheng3 jun1 qu1 ling2 dao3 ren4 wei2 zhe4 zhu3 yao4 de2 yi4 yu2 wan2 shan4 de5 jun1 di4 lian2 he2 zhi3 hui1 ti3 xi4 +002906 邹先生#2戒备地#2瞥了#1他一眼#4。 + zou1 xian1 sheng5 jie4 bei4 de5 pie1 le5 ta1 yi4 yan3 +002907 小江#2撇撇嘴#3,示意#1记者#1看往#1另一个#1方向#4。 + xiao3 jiang1 pie2 pie2 zui3 shi4 yi4 ji4 zhe3 kan4 wang3 ling4 yi5 ge5 fang1 xiang4 +002908 经#2多方#1勘查#3,娜娜#1坠楼#2排除#1外力#1所致#4。 + jing1 duo1 fang1 kan1 cha2 na4 na5 zhui4 lou2 pai2 chu2 wai4 li4 suo3 zhi4 +002909 我跟#1他说#2多买#1一杯#2问老师#1喝不喝#4。 + wo3 gen1 ta1 shuo1 duo1 mai3 yi4 bei1 wen4 lao3 shi1 he1 bu5 he1 +002910 肇事者#2黄某#1家住#3福建#1石狮市#2蚶江镇#2厝仔村#3草柄#2自然村#4。 + zhao4 shi4 zhe3 huang2 mou3 jia1 zhu4 fu2 jian4 shi2 shi1 shi4 han1 jiang1 zhen4 cuo4 zai3 cun1 cao2 bing3 zi4 ran2 cun1 +002911 我有#1几个#1问题#2想问#1草案的#1起草者#4。 + wo3 you2 ji3 ge5 wen4 ti2 xiang3 wen4 cao3 an4 de5 qi2 cao2 zhe3 +002912 看奶奶#2又要用#1绳子#1绑#2自己的手#3,阳阳#2躺在#1地上#2耍起#1赖来#4。 + kan4 nai3 nai5 you4 yao4 yong4 sheng2 zi5 bang3 zi4 ji3 de5 shou3 yang2 yang5 tang3 zai4 di4 shang5 shua2 qi3 lai4 lai2 +002913 黄光裕的#1两个#1妹妹#2前来#1旁听#4。 + huang2 guang1 yu4 de5 liang3 ge5 mei4 mei5 qian2 lai2 pang2 ting1 +002914 对#2租婴#1女贼#2和#1租婴#1从事#1其他#1不法#1行为的#1妇女#3,必须#2予以#1严惩#4。 + dui4 zu1 ying1 nv3 zei2 he2 zu1 ying1 cong2 shi4 qi2 ta1 bu4 fa3 xing2 wei2 de5 fu4 nv3 bi4 xu1 yu2 yi3 yan2 cheng3 +002915 找#1女朋友#2不能#1急哟#3,女孩子#1要#1慢慢哄#4。 + zhao2 nv3 peng2 you5 bu4 neng2 ji2 yo5 nv3 hai2 zi5 yao4 man4 man4 hong3 +002916 不值得啊#3,你我#1也是#1殊途同归#4。 + bu4 zhi2 de2 a5 ni2 wo2 ye3 shi4 shu1 tu2 tong2 gui1 +002917 后来#3,叶噶#2因为#1和#1段某#1争吵#2才#1逃了#1出来#4。 + hou4 lai2 ye4 ga2 yin1 wei4 he2 duan4 mou3 zheng1 chao3 cai2 tao2 le5 chu5 lai5 +002918 谢贤#2以#1“傻傻哋#2”来#1形容#2杂志的#1爆料#4。 + xie4 xian2 yi3 sha2 sha3 die4 lai2 xing2 rong2 za2 zhi4 de5 bao4 liao4 +002919 这一#1风格#1也#1成为了#2陈彦彤的#1招牌#1形象#4。 + zhe4 yi4 feng1 ge2 ye3 cheng2 wei2 le5 chen2 yan4 tong2 de5 zhao1 pai2 xing2 xiang4 +002920 怎么#1是一群#2疯疯癫癫的#1老头子#1、老太婆#4? + zen3 me5 shi4 yi4 qun2 feng1 feng5 dian1 dian1 de5 lao3 tou2 zi5 lao3 tai4 po2 +002921 被你们#1踢爆了#3,不要#1哄我啦#4。 + bei4 ni3 men5 ti1 bao4 le5 bu2 yao4 hong2 wo3 la5 +002922 通常#1情况下#3,自证#1清白#3依靠#2脱氧#1核糖#2核酸#1检测#4。 + tong1 chang2 qing2 kuang4 xia4 zi4 zheng4 qing1 bai2 yi1 kao4 tuo1 yang3 he2 tang2 he2 suan1 jian3 ce4 +002923 泰国#1人妖#2表演#2泰国#1舞蹈#3、演唱#2中国#1歌曲#2“甜蜜蜜#3”“潇洒#1走一回#4”。 + tai4 guo2 ren2 yao1 biao2 yan3 tai4 guo2 wu2 dao3 yan3 chang4 zhong1 guo2 ge1 qu3 tian2 mi4 mi4 xiao1 sa2 zou3 yi4 hui2 +002924 徐某#2在#1实施#1犯罪中#3,因#2意志#1以外#1原因#2而#1未能#1得逞#3,属#1犯罪#1未遂#4。 + xu2 mou3 zai4 shi2 shi1 fan4 zui4 zhong1 yin1 yi4 zhi4 yi3 wai4 yuan2 yin1 er2 wei4 neng2 de2 cheng3 shu3 fan4 zui4 wei4 sui4 +002925 如#2铁轨里#2埋有#1道闸#3,动车组#1高速#1运行#2所带#1气流#2就会#1卷起#1道闸#4。 + ru2 tie2 gui2 li3 mai2 you3 dao4 zha3 dong4 che1 zu3 gao1 su4 yun4 xing2 suo3 dai4 qi4 liu2 jiu4 hui4 juan2 qi3 dao4 zha3 +002926 监控#1录像#2拍摄到#2“神匪#1老爹#2”作案时#2神情#1平静#4。 + jian1 kong4 lu4 xiang4 pai1 she4 dao4 shen2 fei2 lao3 die1 zuo4 an4 shi2 shen2 qing2 ping2 jing4 +002927 这#1引发了#1考生们#3对#1公考#1体检#2指定#1医院的#1质疑#4。 + zhe4 yin3 fa1 le5 kao3 sheng1 men5 dui4 gong1 kao3 ti2 jian2 zhi3 ding4 yi1 yuan4 de5 zhi4 yi2 +002928 孟京辉#2回忆起#1郭涛的#1一件#1“糗事#4”。 + meng4 jing1 hui1 hui2 yi4 qi3 guo1 tao1 de5 yi2 jian4 qiu3 shi4 +002929 胡骏#1透露#3,民国#1牌楼#3过去#1曾经#1维修过#1一次#4。 + hu2 jun4 tou4 lu4 min2 guo2 pai2 lou5 guo4 qu4 ceng2 jing1 wei2 xiu1 guo4 yi2 ci4 +002930 有次#1期末#1考试#3,有个#1填空题#3:问#2李清照#2是#1什么#1派的人#4? + you3 ci4 qi1 mo4 kao3 shi4 you3 ge5 tian2 kong4 ti2 wen4 li3 qing1 zhao4 shi4 shen2 me5 pai4 de5 ren2 +002931 郭磊#1也认为#3,财政#1定存的#1效果#2更为#1直接#4。 + guo1 lei2 ye3 ren4 wei2 cai2 zheng4 ding4 cun2 de5 xiao4 guo3 geng4 wei2 zhi2 jie1 +002932 学生#2用力#1攥#1小鸭子的#1身体#4。 + xue2 sheng1 yong4 li4 zuan4 xiao3 ya1 zi5 de5 shen1 ti3 +002933 罗姆尼#2在#1耶路撒冷#2发表#1演说#4。 + luo2 mu3 ni2 zai4 ye1 lu4 sa1 leng3 fa1 biao2 yan3 shuo1 +002934 我爱你#3,你#1真的#1好棒喔#4! + wo3 ai4 ni3 ni3 zhen1 de5 hao3 bang4 o5 +002935 它们#2能否#1永续#1生存#3,端赖#2人们的#2消费#1习惯#1而定#4。 + ta1 men5 neng2 fou2 yong3 xu4 sheng1 cun2 duan1 lai4 ren2 men5 de5 xiao1 fei4 xi2 guan4 er2 ding4 +002936 人#1不为己#3,天崩地裂#4。 + ren2 bu2 wei4 ji3 tian1 beng1 di4 lie4 +002937 是#1主人#2在#1操纵#1我的#1心哟#4。 + shi4 zhu3 ren2 zai4 cao1 zong4 wo3 de5 xin1 yo5 +002938 我一#1听说#2要找#1其他人#1去演时#3,就#1暗爽了#3,爽死了#3,太好了#4。 + wo3 yi4 ting1 shuo1 yao4 zhao3 qi2 ta1 ren2 qu4 yan3 shi2 jiu4 an4 shuang3 le5 shuang2 si3 le5 tai4 hao3 le5 +002939 幸运的是#3,她被#2双腿#1截肢的#1王伟#1收养#4。 + xing4 yun4 de5 shi4 ta1 bei4 shuang1 tui3 jie2 zhi1 de5 wang2 wei3 shou1 yang3 +002940 未能#1实现#2合同#1内容#1要求的#3应#1抓紧#2进行#1完善#4。 + wei4 neng2 shi2 xian4 he2 tong5 nei4 rong2 yao1 qiu2 de5 ying1 zhua1 jin3 jin4 xing2 wan2 shan4 +002941 于是#3,景帝#2赐给他#1将军印#3,令其#2攻打#1吴国#4。 + yu2 shi4 jing3 di4 ci4 gei3 ta1 jiang1 jun1 yin4 ling4 qi2 gong1 da3 wu2 guo2 +002942 在#1南京#1地方#1方言中#3,“噢粑粑#2”意为#1“解大手#4”。 + zai4 nan2 jing1 di4 fang1 fang1 yan2 zhong1 o1 ba1 ba1 yi4 wei2 jie3 da4 shou3 +002943 两人#2使劲#1争抢中#3,刀子#1被#1硬生生地#1拗成#1两截#3,刀柄#2跟#1刀身#1分开#4。 + liang3 ren2 shi3 jin4 zheng1 qiang3 zhong1 dao1 zi5 bei4 ying4 sheng1 sheng1 de5 ao3 cheng2 liang3 jie2 dao1 bing3 gen1 dao1 shen1 fen1 kai1 +002944 虽然#1爪子#1还#1不够#1锋利#3,但#1已经#1有模#1有样了#4。 + sui1 ran2 zhua3 zi5 hai2 bu2 gou4 feng1 li4 dan4 yi3 jing1 you3 mo2 you3 yang4 le5 +002945 这款#1机器人#2也有#1安卓#1版本#4。 + zhe4 kuan3 ji1 qi4 ren2 ye2 you3 an1 zhuo2 ban2 ben3 +002946 现场#2两人#1大秀#1恩爱#3,羡煞#1旁人#4。 + xian4 chang2 liang3 ren2 da4 xiu4 en1 ai4 xian4 sha4 pang2 ren2 +002947 沙坡头#2很好玩#3,可以#1去#1见识下#2大沙漠#1风景#4。 + sha1 po1 tou2 hen2 hao3 wan2 ke2 yi3 qu4 jian4 shi5 xia4 da4 sha1 mo4 feng1 jing3 +002948 他#1这个矿#2探不探#2我#1不知道#3,我也#1没见过探#4。 + ta1 zhe4 ge5 kuang4 tan4 bu5 tan4 wo3 bu4 zhi1 dao4 wo2 ye3 mei2 jian4 guo4 tan4 +002949 台方的#1重视#3或许#2由此可见#4? + tai2 fang1 de5 zhong4 shi4 huo4 xu3 you2 ci2 ke3 jian4 +002950 图为#2一名#1学生#3在扯#1板房#1窗户上#2未#1撕掉的#1包装#1贴条#4。 + tu2 wei2 yi4 ming2 xue2 sheng1 zai4 che2 ban3 fang2 chuang1 hu5 shang5 wei4 si1 diao4 de5 bao1 zhuang1 tie1 tiao2 +002951 但#2最开心#2莫过于#1医生#1告诉我#2囡囡#2十分#1健康#4。 + dan4 zui4 kai1 xin1 mo4 guo4 yu2 yi1 sheng1 gao4 su5 wo3 nan1 nan1 shi2 fen1 jian4 kang1 +002952 谢诚昌#1认为#3,坪垟#1小学#2属于#1民办#1学校#3,教育#1部门#2无权#1撤并#4。 + xie4 cheng2 chang1 ren4 wei2 ping2 yang2 xiao3 xue2 shu3 yu2 min2 ban4 xue2 xiao4 jiao4 yu4 bu4 men2 wu2 quan2 che4 bing4 +002953 为了#1补贴#1家用#3,邵朝龙#3干起了#1将#1牲口#2搬上#1拖拉机的#1散活#4。 + wei4 le5 bu3 tie1 jia1 yong4 shao4 chao2 long2 gan4 qi3 le5 jiang1 sheng1 kou5 ban1 shang4 tuo1 la1 ji1 de5 san3 huo2 +002954 过去#3该公司#1是一个#2默默无闻的#2作坊式#2中药#1生产#1小厂#4。 + guo4 qu4 gai1 gong1 si1 shi4 yi2 ge4 mo4 mo4 wu2 wen2 de5 zuo1 fang5 shi4 zhong1 yao4 sheng1 chan3 xiao2 chang3 +002955 如#1听到#2“冲鸟岛#2只是#1岛礁#1”这种话时#3,我们#1应该#2立刻#1予以#1反驳#4。 + ru2 ting1 dao4 chong1 niao2 dao2 zhi3 shi4 dao3 jiao1 zhe4 zhong3 hua4 shi2 wo3 men5 ying1 gai1 li4 ke4 yu2 yi2 fan3 bo2 +002956 清淤#3、筑坝#3,让人#2可#1取水#1饮用#4。 + qing1 yu1 zhu4 ba4 rang4 ren2 ke3 qu2 shui2 yin3 yong4 +002957 重庆的#1纳税人#2愿意#1这样#1挥霍吗#4? + chong2 qing4 de5 na4 shui4 ren2 yuan4 yi4 zhe4 yang5 hui1 huo4 ma5 +002958 海巡舰#2靠拢#1过去#3,把#1救生圈#2甩给#1落水者#3,随后#2把她#1拉上了船#4。 + hai3 xun2 jian4 kao4 long3 guo4 qu4 ba3 jiu4 sheng1 quan1 shuai2 gei3 luo4 shui2 zhe3 sui2 hou4 ba3 ta1 la1 shang4 le5 chuan2 +002959 跑好#1“三场#2”既要#1身投#3,更要#1心入#4。 + pao2 hao3 san1 chang3 ji4 yao4 shen1 tou2 geng4 yao4 xin1 ru4 +002960 南方#2叫#1外公#3,北方#2叫#1姥爷#4。 + nan2 fang1 jiao4 wai4 gong1 bei3 fang1 jiao4 lao3 ye2 +002961 命令#2是#1不可#1违抗的#4。 + ming4 ling4 shi4 bu4 ke3 wei2 kang4 de5 +002962 打你#1几下#2会死啊#4? + da2 ni2 ji3 xia4 hui4 si3 a5 +002963 祝你#2幸福#1美满哟#4! + zhu4 ni3 xing4 fu2 mei2 man3 yo5 +002964 那孩子#1咋上学呀#4。 + na4 hai2 zi5 za3 shang4 xue2 ya5 +002965 完美#1颜值#1就是你#4。 + wan2 mei3 yan2 zhi2 jiu4 shi4 ni3 +002966 今日#1上午#3将举行#2本年度#2首期#1购车#1摇号#4。 + jin1 ri4 shang4 wu3 jiang1 ju3 xing2 ben3 nian2 du4 shou3 qi1 gou4 che1 yao2 hao4 +002967 新华网#2北京#2二月#1十一日电#3:三#1、六#1、九#2,往外走#4。 + xin1 hua2 wang2 bei3 jing1 er4 yue4 shi2 yi1 ri4 dian4 san1 liu4 jiu3 wang3 wai4 zou3 +002968 原来#3她把#1睡房#1灯泡#2拆下来#2整个儿#1吞掉#3,只吃#1剩下了#1一根#1电线#4。 + yuan2 lai2 ta1 ba3 shui4 fang2 deng1 pao4 chai1 xia4 lai5 zheng3 ger4 tun1 diao4 zhi3 chi1 sheng4 xia4 le5 yi4 gen1 dian4 xian4 +002969 赵嵩#2偶尔#1在#1学校里#2看看#1朝鲜的#1电视#4。 + zhao4 song1 ou2 er3 zai4 xue2 xiao4 li3 kan4 kan5 chao2 xian3 de5 dian4 shi4 +002970 但#2信贷#2依然#1如#1出笼#1猛虎#2,一路#1狂奔#4。 + dan4 xin4 dai4 yi1 ran2 ru2 chu1 long2 meng2 hu3 yi2 lu4 kuang2 ben1 +002971 甘茨#2感谢#1习副主席#2拨冗#1会见#4。 + gan1 ci2 gan3 xie4 xi2 fu4 zhu3 xi2 bo1 rong3 hui4 jian4 +002972 有#1空调#2我#1感觉#1不到#1热呢#4。 + you3 kong1 tiao2 wo2 gan3 jue2 bu2 dao4 re4 ne5 +002973 一次#3,前夫#1带她到#2昆明#1筇竹寺时#3,与#1该寺#2百岁#1高僧#1结缘#4。 + yi2 ci4 qian2 fu1 dai4 ta1 dao4 kun1 ming2 qiong2 zhu2 si4 shi2 yu3 gai1 si4 bai3 sui4 gao1 seng1 jie2 yuan2 +002974 收费亭的#1自动#1栏杆#3已被#1卸下#4。 + shou1 fei4 ting2 de5 zi4 dong4 lan2 gan1 yi3 bei4 xie4 xia4 +002975 自#1东方#1园林#1上市#1以来#3,何巧女#2长袖#1善舞#3,继续#1迸发着#2巨大#1能量#4。 + zi4 dong1 fang1 yuan2 lin2 shang4 shi4 yi3 lai2 he2 qiao2 nv3 chang2 xiu4 shan4 wu3 ji4 xu4 beng4 fa1 zhe5 ju4 da4 neng2 liang4 +002976 徐新#2语速#1很快#3,声音#1爽朗#4。 + xu2 xin1 yu3 su4 hen3 kuai4 sheng1 yin1 shuang2 lang3 +002977 邹贵勇#2失踪#1那年#3,他们#1全家#2住在#2凯里#1火车站#1附近#4。 + zou1 gui4 yong3 shi1 zong1 na4 nian2 ta1 men5 quan2 jia1 zhu4 zai4 kai2 li2 huo3 che1 zhan4 fu4 jin4 +002978 截至#1记者#1发稿时#3,气味#1已然#1散去#3,疑云#2依旧#1笼罩#4。 + jie2 zhi4 ji4 zhe3 fa1 gao3 shi2 qi4 wei4 yi3 ran2 san4 qu4 yi2 yun2 yi1 jiu4 long3 zhao4 +002979 名人#1一吹#2我们#1就#1相信啦#3,就上当了#3,可悲呀#4! + ming2 ren2 yi4 chui1 wo3 men5 jiu4 xiang1 xin4 la5 jiu4 shang4 dang4 le5 ke3 bei1 ya5 +002980 这种#2冤冤#1相报#3何时#1有个了#4? + zhe4 zhong3 yuan1 yuan1 xiang1 bao4 he2 shi2 you3 ge5 liao3 +002981 他#1没顾#1发表#1评论#3,挥笔#1就骂#1琼瑶#3,骂得#1浑身#1爽气#4。 + ta1 mei2 gu4 fa1 biao3 ping2 lun4 hui1 bi3 jiu4 ma4 qiong2 yao2 ma4 de5 hun2 shen1 shuang3 qi4 +002982 大罐#1上方#2浓烟#1滚滚#3,火光#1冲天#4。 + da4 guan4 shang4 fang1 nong2 yan1 gun2 gun3 huo3 guang1 chong1 tian1 +002983 一次#2帆船#1比赛时#3,出于#1意外#3,默多克的手#2被#1缆绳#1剐伤#3鲜血#1直流#4。 + yi2 ci4 fan1 chuan2 bi3 sai4 shi2 chu1 yu2 yi4 wai4 mo4 duo1 ke4 de5 shou3 bei4 lan3 sheng2 gua3 shang1 xian1 xue4 zhi2 liu2 +002984 跌幅#1方面#3,正保#1远程#1教育#3跌#2百分之#1六点#1三六#3,九城#2跌#1百分之#2五点#1零零#4。 + die1 fu2 fang1 mian4 zheng4 bao2 yuan3 cheng2 jiao4 yu4 die1 bai3 fen1 zhi1 liu4 dian3 san1 liu4 jiu3 cheng2 die1 bai3 fen1 zhi1 wu2 dian3 ling2 ling2 +002985 冲锋#1在前的他#3,遭遇#1对方#2拼命#1拒捕#1反抗#3,右手肘#2粉碎性#1骨折#4。 + chong1 feng1 zai4 qian2 de5 ta1 zao1 yu4 dui4 fang1 pin1 ming4 ju4 bu2 fan3 kang4 you4 shou2 zhou2 fen3 sui4 xing4 gu3 zhe2 +002986 稍一#1动弹#3,就#1疼得#2龇牙咧嘴#3,连连#1喊疼#4。 + shao1 yi2 dong4 tan5 jiu4 teng2 de5 zi1 ya2 lie2 zui3 lian2 lian2 han3 teng2 +002987 他们#2常年累月#3驻扎在#1海拔#2八百#1余米的#1山上#4。 + ta1 men5 chang2 nian2 lei3 yue4 zhu4 zha1 zai4 hai3 ba2 ba1 bai3 yu2 mi3 de5 shan1 shang4 +002988 你#1又在#1逗我#1玩了#4。 + ni3 you4 zai4 dou4 wo3 wan2 le5 +002989 在#1枕头#1旁边#3,放#1十克#1左右#2切成#1丝的#1生姜#3,就能#2催人#1入眠#4。 + zai4 zhen3 tou5 pang2 bian1 fang4 shi2 ke4 zuo3 you4 qie1 cheng2 si1 de5 sheng1 jiang1 jiu4 neng2 cui1 ren2 ru4 mian2 +002990 他#1猫腰#1钻了#1进去#3,三个人#2手脚#1相绕#4。 + ta1 mao1 yao1 zuan1 le5 jin4 qu4 san1 ge5 ren2 shou2 jiao3 xiang1 rao4 +002991 无破#1不立#3,有舍#1有得#4。 + wu2 po4 bu2 li4 you2 she2 you3 de2 +002992 当然#3,按要求#1送#1土特产的#1学生#3可#1适当#2免予#1处罚#4。 + dang1 ran2 an4 yao1 qiu2 song4 tu3 te4 chan3 de5 xue2 sheng1 ke3 shi4 dang4 mian2 yu2 chu3 fa2 +002993 而#1阿娇#2戴着#1蛤蟆镜#2和#1毛绒#1耳麦#3,双手#1交叉#3悠闲#1自在#4。 + er2 a1 jiao1 dai4 zhe5 ha2 ma5 jing4 he2 mao2 rong2 er3 mai4 shuang1 shou3 jiao1 cha1 you1 xian2 zi4 zai4 +002994 所以#1电容屏#2更薄#3、透光率#3、耐候性#3和#1性能#1更好#4。 + suo2 yi3 dian4 rong2 ping2 geng4 bao2 tou4 guang1 lv4 nai4 hou4 xing4 he2 xing4 neng2 geng4 hao3 +002995 我们#1预计#3当当网#2二零#1一四年的#1运营#1利润额#3为#2百分之二#4。 + wo3 men5 yu4 ji4 dang1 dang1 wang3 er4 ling2 yi1 si4 nian2 de5 yun4 ying2 li4 run4 e2 wei2 bai3 fen1 zhi1 er4 +002996 他#1招来的#1小喽啰#3多为#2当地#1无业#1青年#3,为他#2跑腿#1贩毒#4。 + ta1 zhao1 lai2 de5 xiao3 lou1 luo5 duo1 wei2 dang1 di4 wu2 ye4 qing1 nian2 wei4 ta1 pao2 tui3 fan4 du2 +002997 为#1避免#2打草惊蛇#3,民警#2当即#1将#1当铺#1老板#2王某#1控制#4。 + wei4 bi4 mian3 da2 cao3 jing1 she2 min2 jing3 dang1 ji2 jiang1 dang4 pu4 lao2 ban3 wang2 mou3 kong4 zhi4 +002998 野猪#2糟蹋#1庄稼#3,村民#2就在#1山上#2私设#1电网#2电野猪#4。 + ye3 zhu1 zao1 ta5 zhuang1 jia5 cun1 min2 jiu4 zai4 shan1 shang4 si1 she4 dian4 wang3 dian4 ye3 zhu1 +002999 等钱#2攒够了#3,就准备#2把房子#1收拾#1一下#4。 + deng3 qian2 zan3 gou4 le5 jiu4 zhun3 bei4 ba3 fang2 zi5 shou1 shi5 yi2 xia4 +003000 这根#2曾经的#1“杀威棒#3”如今#1似乎#1变成了#2“痒痒挠#4”。 + zhe4 gen1 ceng2 jing1 de5 sha1 wei1 bang4 ru2 jin1 si4 hu1 bian4 cheng2 le5 yang3 yang5 nao2 +003001 你#1没车#1没房#2没存款#3还敢#1来#1相亲#4! + ni3 mei2 che1 mei2 fang2 mei2 cun2 kuan3 hai2 gan3 lai2 xiang1 qin1 +003002 相遇#2总是#1猝不及防#3,而#1离别#2多是#2蓄谋#1已久#4。 + xiang1 yu4 zong3 shi4 cu4 bu4 ji2 fang2 er2 li2 bie2 duo1 shi4 xu4 mou2 yi2 jiu3 +003003 那#1上面#2隐约#1可见#2斑斑#1点点的#1墨迹#4。 + na4 shang4 mian5 yin3 yue1 ke3 jian4 ban1 ban1 dian2 dian3 de5 mo4 ji4 +003004 才#1坐定#1一会儿#3,主人#2又#1走进#1帐篷#1敬酒#4。 + cai2 zuo4 ding4 yi2 huir4 zhu3 ren2 you4 zou3 jin4 zhang4 peng5 jing4 jiu3 +003005 因此#3,嘎隆拉#1雪山#2被#1当地人#2视为#1神山#4。 + yin1 ci3 ga1 long2 la1 xue3 shan1 bei4 dang1 di4 ren2 shi4 wei2 shen2 shan1 +003006 陈同海#2受贿#2一点#1九五#1七三#1余亿元#3,也被#1判处#1死缓#4。 + chen2 tong2 hai3 shou4 hui4 yi1 dian3 jiu2 wu3 qi1 san1 yu2 yi4 yuan2 ye3 bei4 pan4 chu3 si2 huan3 +003007 考生#1有压力#3,状元#2也#1不例外#4。 + kao3 sheng1 you3 ya1 li4 zhuang4 yuan5 ye3 bu2 li4 wai4 +003008 二是#3及时#1搞好#2中耕#1镇压#4。 + er4 shi4 ji2 shi2 gao2 hao3 zhong1 geng1 zhen4 ya1 +003009 但#1巴茨#2绝对#1不是#1好惹的#4。 + dan4 ba1 ci2 jue2 dui4 bu2 shi4 hao2 re3 de5 +003010 叔#1祝福妞#2永远#2幸福#1快乐#4。 + shu1 zhu4 fu2 niu1 yong2 yuan3 xing4 fu2 kuai4 le4 +003011 交警#2将#1掉出#1物品#2扔进#1车内#4。 + jiao1 jing3 jiang1 diao4 chu1 wu4 pin3 reng1 jin4 che1 nei4 +003012 昨晚#2跟#1老婆#2聊#1文章#1劈腿的#1事儿#3,老婆#3:这#1娱乐圈的#1绯闻#1真多#4! + zuo2 wan3 gen1 lao3 po5 liao2 wen2 zhang1 pi1 tui3 de5 shir4 lao3 po5 zhe4 yu2 le4 quan1 de5 fei1 wen2 zhen1 duo1 +003013 扰攘#2五小时后#3,男子始#2态度#1软化#3,放下#1菜刀#2自愿#1开门#4。 + rao2 rang3 wu2 xiao3 shi2 hou4 nan2 zi2 shi3 tai4 du5 ruan3 hua4 fang4 xia4 cai4 dao1 zi4 yuan4 kai1 men2 +003014 看到#1有人#2在#1田埂上#2私自#1种#1茄子#3,工作队#2就去#1拔掉#4。 + kan4 dao4 you3 ren2 zai4 tian2 geng3 shang4 si1 zi4 zhong4 qie2 zi5 gong1 zuo4 dui4 jiu4 qu4 ba2 diao4 +003015 一名#2姓李的#1批发商说#3“看样子#3货要#1降价咯#4”。 + yi4 ming2 xing4 li3 de5 pi1 fa1 shang1 shuo1 kan4 yang4 zi5 huo4 yao4 jiang4 jia4 lo5 +003016 亦有#1家长#2为了#1环保#3,不买#1新灯笼#2给子女#4。 + yi4 you3 jia1 zhang3 wei4 le5 huan2 bao3 bu4 mai3 xin1 deng1 long5 gei3 zi2 nv3 +003017 如今#3,他#1只有#1周末#2会#1玩玩#1电脑#3,网瘾#3已经#2一去#1不复返了#4。 + ru2 jin1 ta1 zhi2 you3 zhou1 mo4 hui4 wan2 wan5 dian4 nao3 wang2 yin3 yi3 jing1 yi2 qu4 bu2 fu4 fan3 le5 +003018 她#1不理#1母亲#3、顶嘴#1吵架#2甚至#1推搡她#4。 + ta1 bu4 li2 mu3 qin1 ding2 zui2 chao3 jia4 shen4 zhi4 tui1 sang3 ta1 +003019 野兽#1日报#1网站#3将#1定期#1上传#2电子版#1节选#1内容#4。 + ye3 shou4 ri4 bao4 wang3 zhan4 jiang1 ding4 qi1 shang4 chuan2 dian4 zi2 ban3 jie2 xuan3 nei4 rong2 +003020 工人#2找来#1扫水#1工具#3往外#1排水#4。 + gong1 ren2 zhao3 lai2 sao2 shui3 gong1 ju4 wang3 wai4 pai2 shui3 +003021 虽然#1偶然#3,但#1教训#2必须#1吸取#4。 + sui1 ran2 ou3 ran2 dan4 jiao4 xun4 bi4 xu1 xi1 qu3 +003022 可见#2皮实#1耐用#3依然是#2全新#1桑塔纳的#1精髓#1所在#4。 + ke3 jian4 pi2 shi5 nai4 yong4 yi1 ran2 shi4 quan2 xin1 sang1 ta3 na4 de5 jing1 sui2 suo3 zai4 +003023 晓玲的#1作业#2故作#1艰深#3,大段#1大段#2都是#1“管锥编”里#1剽窃的#4。 + xiao3 ling2 de5 zuo4 ye4 gu4 zuo4 jian1 shen1 da4 duan4 da4 duan4 dou1 shi4 guan3 zhui1 bian1 li3 piao1 qie4 de5 +003024 上周日#3,他买了#1三斤#1香蕉#3,随意#1复秤后#3,发现#2只有#1两斤半#4。 + shang4 zhou1 ri4 ta1 mai3 le5 san1 jin1 xiang1 jiao1 sui2 yi4 fu4 cheng4 hou4 fa1 xian4 zhi2 you2 liang3 jin1 ban4 +003025 这伙#1盗墓贼#2闻讯#1撤离#4。 + zhe4 huo3 dao4 mu4 zei2 wen2 xun4 che4 li2 +003026 就是想#2混淆#1一种#1概念#4。 + jiu4 shi4 xiang3 hun4 xiao2 yi4 zhong3 gai4 nian4 +003027 公示#2公车#1身份#3,在#1车身的#1醒目#1位置#3喷涂#1“公车#1”字样#4。 + gong1 shi4 gong1 che1 shen1 fen4 zai4 che1 shen1 de5 xing3 mu4 wei4 zhi4 pen1 tu2 gong1 che1 zi4 yang4 +003028 妻子#1身上#1难受#3,腿脚#1发麻#2浑身#1肿胀#3,肚子#2跟#1皮球#1一样鼓#4。 + qi1 zi5 shen1 shang4 nan2 shou4 tui2 jiao3 fa1 ma2 hun2 shen1 zhong3 zhang4 du4 zi5 gen1 pi2 qiu2 yi2 yang4 gu3 +003029 那封#2古老的信#2也#1奋如#1黄鹤#3,至今#1没有#1一点#1回音#4。 + na4 feng1 gu2 lao3 de5 xin4 ye3 fen4 ru2 huang2 he4 zhi4 jin1 mei2 you3 yi4 dian3 hui2 yin1 +003030 诸葛紫岐#3与#1无线#1艺员#2魏俊皓#3一起#1出席#1鞋履#1活动#4。 + zhu1 ge2 zi3 qi2 yu3 wu2 xian4 yi4 yuan2 wei4 jun4 hao4 yi4 qi3 chu1 xi2 xie2 lv3 huo2 dong4 +003031 要是#1腿软了#3,都会#1栽下来#4。 + yao4 shi4 tui2 ruan3 le5 dou1 hui4 zai1 xia4 lai5 +003032 最终#3他#1将蛇#1咬死#3,为自己#1报了#1“一咬#1之仇#4”。 + zui4 zhong1 ta1 jiang1 she2 yao2 si3 wei4 zi4 ji3 bao4 le5 yi4 yao3 zhi1 chou2 +003033 有#1观察者称#3,爆米花桶#2含#1荧光#1增白剂#3一点儿#2都#1不让人#1吃惊#4。 + you3 guan1 cha2 zhe3 cheng1 bao4 mi3 hua1 tong3 han2 ying2 guang1 zeng1 bai2 ji4 yi4 dianr3 dou1 bu2 rang4 ren2 chi1 jing1 +003034 常辉#2给#1赵晓#3过了#1一个#2浪漫#1温馨的#1生日#4。 + chang2 hui1 gei3 zhao4 xiao3 guo4 le5 yi2 ge4 lang4 man4 wen1 xin1 de5 sheng1 ri4 +003035 来#1采访下#1我们吧#4? + lai2 cai2 fang3 xia4 wo3 men5 ba5 +003036 文凭的#1上半#1部分#3是#1密密麻麻#2竖行#1印刷的#1“上谕#4”。 + wen2 ping2 de5 shang4 ban4 bu4 fen5 shi4 mi4 mi4 ma2 ma2 shu4 hang2 yin4 shua1 de5 shang4 yu4 +003037 所以#1今年#2我们店#2盈利#1无望#3,利润#1表现#3将#1逊于#1去年#4。 + suo2 yi3 jin1 nian2 wo3 men5 dian4 ying2 li4 wu2 wang4 li4 run4 biao3 xian4 jiang1 xun4 yu2 qu4 nian2 +003038 个来月的#1宝宝#2开始#1俏皮啦#4。 + ge4 lai2 yue4 de5 bao3 bao5 kai1 shi3 qiao4 pi2 la5 +003039 选拔#1考试#2门槛高#3、内容难#4。 + xuan3 ba2 kao3 shi4 men2 kan3 gao1 nei4 rong2 nan2 +003040 美国#2战果#1最多的#1狙击手#2凯尔#4。 + mei3 guo2 zhan4 guo3 zui4 duo1 de5 ju1 ji1 shou3 kai2 er3 +003041 樱桃园中#1泪水#3,十二#1夜里#1笑声#4。 + ying1 tao2 yuan2 zhong1 lei4 shui3 shi2 er4 ye4 li3 xiao4 sheng1 +003042 在#1东京都内#2开有#1一家#1蜡烛店#4。 + zai4 dong1 jing1 du1 nei4 kai1 you3 yi4 jia1 la4 zhu5 dian4 +003043 我就#2赶紧#1给闺女#1打电话#4。 + wo3 jiu4 gan2 jin2 gei3 gui1 nv5 da3 dian4 hua4 +003044 倚着#1洪崖洞的#1栏杆#1望去#3,还能#2清晰#1看到#2山体#1起伏#2,江水#1荡漾#4。 + yi3 zhe5 hong2 ya2 dong4 de5 lan2 gan1 wang4 qu4 hai2 neng2 qing1 xi1 kan4 dao4 shan1 ti2 qi3 fu2 jiang1 shui3 dang4 yang4 +003045 上场前#1二十分钟#3,朱之文#2两腿#1直哆嗦#3,感觉#2快#1站不住了#4。 + shang4 chang3 qian2 er4 shi5 fen1 zhong1 zhu1 zhi1 wen2 liang2 tui3 zhi2 duo1 suo5 gan3 jue2 kuai4 zhan4 bu2 zhu4 le5 +003046 而#2该小贩#3则#1丢下#1手推车#1逃窜#4。 + er2 gai1 xiao3 fan4 ze2 diu1 xia4 shou3 tui1 che1 tao2 cuan4 +003047 卡塔尔#1也表示#3将向#1巴林#1派兵#4。 + ka2 ta2 er3 ye2 biao3 shi4 jiang1 xiang4 ba1 lin2 pai4 bing1 +003048 声明#1还称#3,刘銮雄#2被#1澳门#1终审#1法院#2要求#1仅作为#1证人#2出席#1聆讯#4。 + sheng1 ming2 hai2 cheng1 liu2 luan2 xiong2 bei4 ao4 men2 zhong1 shen2 fa3 yuan4 yao1 qiu2 jin3 zuo4 wei2 zheng4 ren2 chu1 xi2 ling2 xun4 +003049 然后#2老板#2开车#1猛倒#3,又往前冲#4。 + ran2 hou4 lao2 ban3 kai1 che1 meng3 dao4 you4 wang3 qian2 chong1 +003050 当晚#3,蛋蛋#2和#1张艳娟#3住进了#1医院#4。 + dang4 wan3 dan4 dan5 he2 zhang1 yan4 juan1 zhu4 jin4 le5 yi1 yuan4 +003051 为什么晕#3,不对#1胃口吗#4? + wei4 shen2 me5 yun1 bu2 dui4 wei4 kou3 ma5 +003052 地铁#1铁轨#2选材#1更#1讲究些#4。 + di4 tie3 tie2 gui3 xuan3 cai2 geng4 jiang3 jiu5 xie1 +003053 天杀的#3,谁把我#2死了#1葬得#1好好的#1仓鼠#2挖出来洗#4! + tian1 sha1 de5 shei2 ba2 wo2 si3 le5 zang4 de5 hao3 hao1 de5 cang1 shu3 wa1 chu1 lai2 xi3 +003054 涉及的#1几份#1名单中#3,均#1标明了#2运动员的#2出生#1年月#4。 + she4 ji2 de5 ji3 fen4 ming2 dan1 zhong1 jun1 biao1 ming2 le5 yun4 dong4 yuan2 de5 chu1 sheng1 nian2 yue4 +003055 两人#1当年#2因戏#1生情#3,迅速#1堕入#1爱河#4。 + liang3 ren2 dang1 nian2 yin1 xi4 sheng1 qing2 xun4 su4 duo4 ru4 ai4 he2 +003056 不过#2青霞#2对于#1未能#1协助#1张国荣#2摆脱#1忧郁症#3,始终#2耿耿于怀#4。 + bu2 guo4 qing1 xia2 dui4 yu2 wei4 neng2 xie2 zhu4 zhang1 guo2 rong2 bai3 tuo1 you1 yu4 zheng4 shi3 zhong1 geng2 geng3 yu2 huai2 +003057 不过#3,六月初#2将#1上调#2该品牌#2奶粉#1价格#4。 + bu2 guo4 liu4 yue4 chu1 jiang1 shang4 tiao2 gai1 pin3 pai2 nai2 fen3 jia4 ge2 +003058 特警#2抬了#1一块#1重型#1盾牌#2进入#1楼内#4。 + te4 jing3 tai2 le5 yi2 kuai4 zhong4 xing2 dun4 pai2 jin4 ru4 lou2 nei4 +003059 主考者#2眼睛#1眯着#3,像是在#1挑蟋蟀#3,看#2谁#1斗得#1最猛#2拣谁#4。 + zhu2 kao2 zhe2 yan3 jing5 mi1 zhe5 xiang4 shi4 zai4 tiao1 xi1 shuai4 kan4 shui2 dou4 de5 zui4 meng2 jian3 shui2 +003060 包括#2烟花#1爆竹#2须#1绕行#1深圳#4。 + bao1 kuo4 yan1 hua1 bao4 zhu2 xu1 rao4 xing2 shen1 zhen4 +003061 车子的#1挡风#1玻璃#1碎裂#3,呈#1内凹状#4。 + che1 zi5 de5 dang3 feng1 bo1 li5 sui4 lie4 cheng2 nei4 ao1 zhuang4 +003062 他#1笑余#2插些话#3:我#1听你#1一说#2,正好#1想起#4! + ta1 xiao4 yu2 cha1 xie1 hua4 wo3 ting1 ni3 yi4 shuo1 zheng4 hao3 xiang2 qi3 +003063 看到#2潘某#2与#1老汉#2都#1不再#1动弹#3,黄某#2匆忙#2掠取#1财物后#1逃走#4。 + kan4 dao4 pan1 mou3 yu2 lao3 han4 dou1 bu2 zai4 dong4 tan5 huang2 mou3 cong1 mang2 lve4 qu3 cai2 wu4 hou4 tao2 zou3 +003064 下西坑村#2饮水难#3只是#1东山岛的#1一个#1缩影#4。 + xia4 xi1 keng1 cun1 yin2 shui3 nan2 zhi3 shi4 dong1 shan1 dao3 de5 yi2 ge4 suo1 ying3 +003065 我#1可以#1帮你#1查阅#1瑜伽#1资料#4。 + wo3 ke2 yi3 bang1 ni3 cha2 yue4 yu2 jia1 zi1 liao4 +003066 讲着#1讲着#3,他一阵#2拳摩#1擦掌后#3,摇摇头#2、甩甩脚#3、掰掰手#4。 + jiang3 zhe5 jiang3 zhe5 ta1 yi2 zhen4 quan2 mo2 ca1 zhang3 hou4 yao2 yao5 tou2 shuai2 shuai2 jiao3 bai1 bai1 shou3 +003067 舍友#2何同学#1告诉#1记者#3,他们#1本学期#2才搬入#2华农#1华山#1校区#1宿舍#4。 + she4 you3 he2 tong2 xue2 gao4 su4 ji4 zhe3 ta1 men5 ben3 xue2 qi1 cai2 ban1 ru4 hua2 nong2 hua4 shan1 xiao4 qu1 su4 she4 +003068 因为#2葡萄酒里#2农药的#1残留#2来自于#1葡萄#4。 + yin1 wei4 pu2 tao5 jiu2 li3 nong2 yao4 de5 can2 liu2 lai2 zi4 yu2 pu2 tao5 +003069 即使#2福拉多#2成为#2国足#1主教练#3,他#1主力#2右后卫的#1位置#2依然#1牢固#4。 + ji2 shi3 fu2 la1 duo1 cheng2 wei2 guo2 zu2 zhu3 jiao4 lian4 ta1 zhu3 li4 you4 hou4 wei4 de5 wei4 zhi5 yi1 ran2 lao2 gu4 +003070 众多#1乡亲#2簇拥#1观赏#3,惊叹#1之余#2期待#2试水#1成功#4。 + zhong4 duo1 xiang1 qin1 cu4 yong1 guan1 shang3 jing1 tan4 zhi1 yu2 qi1 dai4 shi4 shui3 cheng2 gong1 +003071 被称为#2“东方#1维纳斯”的#2断臂#1菩萨像#4。 + bei4 cheng1 wei2 dong1 fang1 wei2 na4 si1 de5 duan4 bi4 pu2 sa5 xiang4 +003072 从#1照片上#1来看#3,陈冠希#2面目#1扭曲#3,皱纹#1纵横#3,实在是#2颓唐#1憔悴#4。 + cong2 zhao4 pian4 shang4 lai2 kan4 chen2 guan4 xi1 mian4 mu4 niu3 qu1 zhou4 wen2 zong4 heng2 shi2 zai4 shi4 tui2 tang2 qiao2 cui4 +003073 以#1目前的#1抛压#1情绪看#3,今日#1酒鬼酒#2仍有#1跌停#1可能#4。 + yi3 mu4 qian2 de5 pao1 ya1 qing2 xu4 kan4 jin1 ri4 jiu2 gui2 jiu3 reng2 you3 die1 ting2 ke3 neng2 +003074 老奶奶#2看看#1我#1坐下后#2叹气到#3:多好的#1小伙儿啊#3,可惜#2是个#1哑巴#4。 + lao2 nai3 nai5 kan4 kan5 wo3 zuo4 xia4 hou4 tan4 qi4 dao4 duo1 hao3 de5 xiao2 huor3 a5 ke3 xi1 shi4 ge5 ya3 ba5 +003075 父母#1倒地#2不动弹后#3,冯天云#2回到#1自己#1屋里#4。 + fu4 mu2 dao3 di4 bu2 dong4 tan5 hou4 feng2 tian1 yun2 hui2 dao4 zi4 ji3 wu1 li3 +003076 安德鲁#2和#1抹香鲸#4。 + an1 de2 lu3 he2 mo3 xiang1 jing1 +003077 我们#2“国富#1民穷”吗#4? + wo3 men5 guo2 fu4 min2 qiong2 ma5 +003078 趁#2斯嘉丽#1拧转面时#3,保镖#2更一时#1情不自禁#2开心#1大笑#4。 + chen4 si1 jia1 li4 ning2 zhuan3 mian4 shi2 bao3 biao1 geng4 yi4 shi2 qing2 bu5 zi4 jin1 kai1 xin1 da4 xiao4 +003079 白酒#2虽已#1高估#3,但#1同类型的#1中医药#2仍具#1重估#1价值#4。 + bai2 jiu3 sui1 yi3 gao1 gu1 dan4 tong2 lei4 xing2 de5 zhong1 yi1 yao4 reng2 ju4 chong2 gu1 jia4 zhi2 +003080 进行#1中心#2与#1发卡#1银行#2及#1商户的#1联网#1调试#4。 + jin4 xing2 zhong1 xin1 yu3 fa1 ka3 yin2 hang2 ji2 shang1 hu4 de5 lian2 wang3 tiao2 shi4 +003081 短信#2方便#2又省#1广告#1印刷费#3,成了#2蓝绿#1参选人#2都爱用的#1助选#1奇兵#4。 + duan3 xin4 fang1 bian4 you4 sheng2 guang3 gao4 yin4 shua1 fei4 cheng2 le5 lan2 lv4 can1 xuan3 ren2 dou1 ai4 yong4 de5 zhu4 xuan3 qi2 bing1 +003082 此外#3,幺幺九#2、幺二零#2和#1幺二二#1等电话#2也能#1打通#4。 + ci3 wai4 yao1 yao1 jiu3 yao1 er4 ling2 he2 yao1 er4 er4 deng3 dian4 hua4 ye3 neng2 da3 tong1 +003083 是#2微软#1公司#1董事长呀#4。 + shi4 wei1 ruan3 gong1 si1 dong3 shi4 zhang3 ya5 +003084 翁振杰#3的确#1是一个#1资本#1能人#4。 + weng1 zhen4 jie2 di2 que4 shi4 yi2 ge5 zi1 ben3 neng2 ren2 +003085 等我#1老了#3也许#1会去#1跳吧#4。 + deng2 wo2 lao3 le5 ye2 xu3 hui4 qu4 tiao4 ba5 +003086 美甲摊#1摊主#1小朱#2追了上去#3,将#1嫌犯#2施某某#1抓住#4。 + mei2 jia3 tan1 tan1 zhu2 xiao3 zhu1 zhui1 le5 shang4 qu4 jiang1 xian2 fan4 shi1 mou2 mou3 zhua1 zhu4 +003087 她目前#2虽需#2医疗#1人员#1照顾#3,但#1身体#2仍然#1硬朗#4。 + ta1 mu4 qian2 sui1 xu1 yi1 liao2 ren2 yuan2 zhao4 gu5 dan4 shen1 ti3 reng2 ran2 ying4 lang3 +003088 拉萨市#1政协#1副主席#2拉宗卓嘎#2提到#1一个#1细节#4。 + la1 sa4 shi4 zheng4 xie2 fu4 zhu3 xi2 la1 zong1 zhuo2 ga1 ti2 dao4 yi2 ge4 xi4 jie2 +003089 我想#1请你#1滚出去#4。 + wo2 xiang3 qing2 ni2 gun3 chu1 qu4 +003090 久而久之#3,罗亚平#2养成了#2胆大#1泼辣#3、专横#1霸道#3、为所#1欲为的#1性格#4。 + jiu3 er2 jiu3 zhi1 luo2 ya4 ping2 yang3 cheng2 le5 dan3 da4 po1 la4 zhuan1 heng4 ba4 dao4 wei2 suo3 yu4 wei2 de5 xing4 ge2 +003091 部分#2沿线#1列车#2受#1事故#1影响#2而#1晚点#4。 + bu4 fen5 yan2 xian4 lie4 che1 shou4 shi4 gu4 ying2 xiang3 er2 wan2 dian3 +003092 赣鄱#1大地#2再次#1迎来了#2雨雪#1交加的#1寒冷#1天气#4。 + gan4 po2 da4 di4 zai4 ci4 ying2 lai2 le5 yu2 xue3 jiao1 jia1 de5 han2 leng3 tian1 qi4 +003093 杨泓#1介绍#3,中国#1古代#1历史上#3有#1灭佛#1运动#2和#1佛像#1痤埋#1制度#4。 + yang2 hong2 jie4 shao4 zhong1 guo2 gu3 dai4 li4 shi3 shang5 you3 mie4 fo2 yun4 dong4 he2 fo2 xiang4 cuo2 mai2 zhi4 du4 +003094 特朗普#2为#1制片人#3并#1担任#1嘉宾#4。 + te4 lang2 pu3 wei2 zhi4 pian4 ren2 bing4 dan1 ren4 jia1 bin1 +003095 失恋的人#3特别#1喜欢#2往#1人烟#1罕至的#1角落里钻#4。 + shi1 lian4 de5 ren2 te4 bie2 xi3 huan1 wang3 ren2 yan1 han3 zhi4 de5 jiao3 luo4 li3 zuan1 +003096 铁匠#2在给#1战马#1钉掌时#3,因#2缺少#1几颗#1钉子#3,有一只#1马掌#2没有#1钉牢#4。 + tie3 jiang4 zai4 gei3 zhan4 ma3 ding4 zhang3 shi2 yin1 que1 shao2 ji3 ke1 ding1 zi5 you3 yi4 zhi1 ma2 zhang3 mei2 you3 ding4 lao2 +003097 李福根#2与#1两岁的#1幼儿#2尚未#1寻获#3,但#1生还#1机会#2极其#1渺小#4。 + li3 fu2 gen1 yu2 liang3 sui4 de5 you4 er2 shang4 wei4 xun2 huo4 dan4 sheng1 huan2 ji1 hui4 ji2 qi2 miao2 xiao3 +003098 昨日#3,渝中区#1大坪#2一#1废品#1收购站里#3,旧酒瓶#2被#1打捆#2包装#1在一起#4。 + zuo2 ri4 yu2 zhong1 qu1 da4 ping2 yi2 fei4 pin3 shou1 gou4 zhan4 li3 jiu4 jiu3 ping2 bei4 da2 kun3 bao1 zhuang1 zai4 yi4 qi3 +003099 下午#2第一个#1讲演#1主题#3是#1儿童#1职业#1体验馆#4。 + xia4 wu3 di4 yi1 ge5 jiang2 yan2 zhu3 ti2 shi4 er2 tong2 zhi2 ye4 ti3 yan4 guan3 +003100 如若#1有人#2反其道#1而行之#3,倒是有#2教唆#1犯罪的#1嫌疑#4。 + ru2 ruo4 you3 ren2 fan3 qi2 dao4 er2 xing2 zhi1 dao4 shi4 you3 jiao4 suo1 fan4 zui4 de5 xian2 yi2 +003101 当时#3,他#1身着#2白底#2黑点的#1短袖#3,着#2亮黑色#1长裤#3、黑袜#3、黑软#1皮鞋#4。 + dang1 shi2 ta1 shen1 zhuo2 bai2 di3 hei1 dian3 de5 duan3 xiu4 zhuo2 liang4 hei1 se4 chang2 ku4 hei1 wa4 hei1 ruan3 pi2 xie2 +003102 往昔#3,香港#1夜空#2星光#1璀璨#3,演绎#1东方#1不夜城的#1传奇#4。 + wang3 xi1 xiang1 gang3 ye4 kong1 xing1 guang1 cui3 can4 yan3 yi4 dong1 fang1 bu2 ye4 cheng2 de5 chuan2 qi2 +003103 一天#1生物#1实验#3,大家#1观察#1自己的#1唾液#1细胞#3,用#1显微镜#1看#3并#1记录#1下来#4。 + yi4 tian1 sheng1 wu4 shi2 yan4 da4 jia1 guan1 cha2 zi4 ji3 de5 tuo4 ye4 xi4 bao1 yong4 xian3 wei1 jing4 kan4 bing4 ji4 lu4 xia4 lai2 +003104 高金素梅#2也因此#1被#1媒体#1封为#2“劈腿族”的#1成功#1样板#4。 + gao1 jin1 su4 mei2 ye3 yin1 ci3 bei4 mei2 ti3 feng1 wei2 pi1 tui3 zu2 de5 cheng2 gong1 yang4 ban3 +003105 腿脚#1矫正#2差不多了#3,夏竞生#3又#1开始#1寻思着#2让#1儿子#2能#1走动#1起来#4。 + tui2 jiao2 jiao3 zheng4 cha4 bu5 duo1 le5 xia4 jing4 sheng1 you4 kai1 shi3 xun2 si5 zhe5 rang4 er2 zi5 neng2 zou3 dong4 qi3 lai2 +003106 黄玉玲#2喊哑了#1喉咙#3,绝望地#1瘫坐在#1地上#4。 + huang2 yu4 ling2 han2 ya3 le5 hou2 long5 jue2 wang4 de5 tan1 zuo4 zai4 di4 shang5 +003107 将一枚#1鸡蛋#2放在#1倒立的#1玻璃杯#1底部#3,也没有#1颠簸#2让其#1跌落#4。 + jiang1 yi4 mei2 ji1 dan4 fang4 zai4 dao4 li4 de5 bo1 li5 bei1 di3 bu4 ye3 mei2 you3 dian1 bo3 rang4 qi2 die1 luo4 +003108 她#1打开了#1一层#2一间#2门脸房的#1拉门#3,里面#2逼仄#1昏黑#4。 + ta1 da3 kai1 le5 yi1 ceng2 yi4 jian1 men2 lian3 fang2 de5 la1 men2 li3 mian4 bi1 ze4 hun1 hei1 +003109 存折#2不就有#1帐号么#4。 + cun2 zhe2 bu2 jiu4 you3 zhang4 hao4 me5 +003110 选拔#2其他#1艺术#1品种的#1节目#3,也需要#1把眼界#1放宽些#4。 + xuan3 ba2 qi2 ta1 yi4 shu4 pin2 zhong3 de5 jie2 mu4 ye3 xu1 yao4 ba2 yan3 jie4 fang4 kuan1 xie1 +003111 那#2齿孔#1衬托下的花#3,美的#1不得了#4。 + na4 chi2 kong3 chen4 tuo1 xia4 de5 hua1 mei3 de5 bu4 de2 liao3 +003112 哦#3,那你#1玩吧#3,不打扰#1你了#4。 + o4 na4 ni3 wan2 ba5 bu4 da2 rao2 ni3 le5 +003113 它的#1到来#3,使#1全民#1压抑#1许久的#1投资#2、理财#1欲望#2喷薄#1而发#3,一浪#1高过#1一浪#4。 + ta1 de5 dao4 lai2 shi3 quan2 min2 ya1 yi4 xu2 jiu3 de5 tou2 zi1 li3 cai2 yu4 wang4 pen1 bo2 er2 fa1 yi2 lang4 gao1 guo4 yi2 lang4 +003114 当你在#2制造#1一件#1产品时#2谈论爱#3有些#1荒谬#1可笑#4。 + dang1 ni3 zai4 zhi4 zao4 yi2 jian4 chan2 pin3 shi2 tan2 lun4 ai4 you2 xie1 huang1 miu4 ke3 xiao4 +003115 装#1股神#3,喵了个#1眯滴#4。 + zhuang1 gu3 shen2 miao1 le5 ge5 mi1 di5 +003116 同时#3,喜马拉雅#1山脉#1南坡#1一带#3做好#2地质#1灾害#1预防#4。 + tong2 shi2 xi2 ma3 la1 ya3 shan1 mai4 nan2 po1 yi2 dai4 zuo4 hao3 di4 zhi4 zai1 hai4 yu4 fang2 +003117 要用#1你的#1双手#2创造#1财富#4。 + yao4 yong4 ni3 de5 shuang1 shou3 chuang4 zao4 cai2 fu4 +003118 视窗#2离不开#1鼠标#3,所以#1微软#2也#1生产#1鼠标#3,鼠标#2就是#1踹门的#1那只脚#4。 + shi4 chuang1 li2 bu4 kai1 shu3 biao1 suo2 yi3 wei1 ruan3 ye3 sheng1 chan2 shu3 biao1 shu3 biao1 jiu4 shi4 chuai4 men2 de5 nei4 zhi1 jiao3 +003119 美国#2也从#1双边#1关系中#2受益#1匪浅#4。 + mei3 guo2 ye3 cong2 shuang1 bian1 guan1 xi5 zhong1 shou4 yi4 fei2 qian3 +003120 沉没的#1机轮#2是#2查亚#1巴鲁号#4。 + chen2 mo4 de5 ji1 lun2 shi4 cha2 ya4 ba1 lu3 hao4 +003121 他决定#1利用#2业余#1时间#2宣传#1脆骨病#3,让大家#1关注#1脆弱的#1“瓷娃娃#4”。 + ta1 jue2 ding4 li4 yong4 ye4 yu2 shi2 jian1 xuan1 chuan2 cui4 gu3 bing4 rang4 da4 jia1 guan1 zhu4 cui4 ruo4 de5 ci2 wa2 wa5 +003122 但#2受宠于#1“年轻人#3”,她称#2一瘸#1一拐#3也要到#1西宁#1领#1这个奖#4。 + dan4 shou4 chong3 yu2 nian2 qing1 ren2 ta1 cheng1 yi4 que2 yi4 guai3 ye3 yao4 dao4 xi1 ning2 ling3 zhe4 ge5 jiang3 +003123 突然#3,车#1前部#1靠#1驾驶座#1位置#3“哐啷#1”一声#2砸进#1一块#1巨石#4。 + tu1 ran2 che1 qian2 bu4 kao4 jia4 shi3 zuo4 wei4 zhi5 kuang1 lang1 yi4 sheng1 za2 jin4 yi2 kuai4 ju4 shi2 +003124 这已#1不是#1蔡某#2首次#1伸出#1肮脏#1之手#4。 + zhe4 yi3 bu2 shi4 cai4 mou2 shou3 ci4 shen1 chu1 ang1 zang1 zhi1 shou3 +003125 与#1永久#1自行车#2、上海#1手表#3同列#2三大#1上海#1老品牌#4。 + yu3 yong2 jiu3 zi4 xing2 che1 shang4 hai3 shou2 biao3 tong2 lie4 san1 da4 shang4 hai3 lao2 pin3 pai2 +003126 有关#2澳门#1过渡期的#1工作#3,近日#2已由#1上海#1远东#1出版社#1出版#4。 + you3 guan1 ao4 men2 guo4 du4 qi1 de5 gong1 zuo4 jin4 ri4 yi3 you2 shang4 hai2 yuan3 dong1 chu1 ban3 she4 chu1 ban3 +003127 被#1剐蹭的#1飞机#2则需#1停场#1检修#4。 + bei4 gua3 ceng4 de5 fei1 ji1 ze2 xu1 ting2 chang2 jian3 xiu1 +003128 葫芦岛#1小伙#1田野#4。 + hu2 lu5 dao3 xiao2 huo3 tian2 ye3 +003129 使用#2坐#1果灵的#1西瓜#2果脐#1较大#4。 + shi3 yong4 zuo4 guo3 ling2 de5 xi1 gua1 guo3 qi2 jiao4 da4 +003130 男子#2个人#1越野赛的#1桂冠#3则被#2甘肃#1选手#2王帧#1抢得#4。 + nan2 zi3 ge4 ren2 yue4 ye3 sai4 de5 gui4 guan4 ze2 bei4 gan1 su4 xuan2 shou3 wang2 zhen1 qiang3 de2 +003131 小女儿#2也#1大声#1咒骂#3,表示#2要为#1父母#1讨回#1公道#4。 + xiao2 nv3 er2 ye3 da4 sheng1 zhou4 ma4 biao3 shi4 yao4 wei4 fu4 mu2 tao3 hui2 gong1 dao4 +003132 我们#1准备#2扫走#1这件#1垃圾#4。 + wo3 men5 zhun3 bei4 sao2 zou3 zhe4 jian4 la1 ji1 +003133 一会#2会有#1彩虹的吧#4。 + yi2 hui4 hui4 you2 cai3 hong2 de5 ba5 +003134 在#1掺混#1过程中#3工人#1发现#2部分#1“荔华#1”牌#1乳粉#2有#1结块#2、出虫#1现象#4。 + zai4 chan1 hun4 guo4 cheng2 zhong1 gong1 ren2 fa1 xian4 bu4 fen5 li4 hua2 pai2 ru2 fen3 you3 jie2 kuai4 chu1 chong2 xian4 xiang4 +003135 伊朗#1与#1叙利亚#2两国#1关系#1密切#4。 + yi1 lang2 yu3 xu4 li4 ya4 liang3 guo2 guan1 xi5 mi4 qie4 +003136 大爷#1小明#2腼腆的说#3:我是#1无所谓#3,能不能#2给你#1大妈#1小花#2留条#1裤衩#4? + da4 ye5 xiao3 ming2 mian2 tian3 de5 shuo1 wo3 shi4 wu2 suo3 wei4 neng2 bu4 neng2 gei2 ni3 da4 ma1 xiao3 hua1 liu2 tiao2 ku4 cha3 +003137 社论说#3,对#1税收的#1亮丽#1预期#3,所得#1税收的#2成长#2居功#1厥伟#4。 + she4 lun4 shuo1 dui4 shui4 shou1 de5 liang4 li4 yu4 qi1 suo3 de2 shui4 shou1 de5 cheng2 zhang3 ju1 gong1 jue2 wei3 +003138 百老汇#1大街#3幺三#1五六号#3也被#1命名为#2海尔#1大厦#4。 + bai2 lao3 hui4 da4 jie1 yao1 san1 wu3 liu4 hao4 ye3 bei4 ming4 ming2 wei2 hai2 er3 da4 sha4 +003139 在逛#1橘滋时#3,侯佩岑#3对童装#2爱不释手#3,连说#2“好可爱哦#4”。 + zai4 guang4 ju2 zi1 shi2 hou2 pei4 cen2 dui4 tong2 zhuang1 ai4 bu5 shi4 shou3 lian2 shuo1 hao2 ke3 ai4 o5 +003140 截止#2一月#1二十五日#3,接入#1电话#2一万#1六千#1余个#4。 + jie2 zhi3 yi1 yue4 er4 shi2 wu3 ri4 jie1 ru4 dian4 hua4 yi2 wan4 liu4 qian1 yu2 ge4 +003141 暂停#1结束时#3,女教头#2又与#1队员们#3击掌#1呐喊#2以#1鼓舞#1士气#4。 + zan4 ting2 jie2 shu4 shi2 nv3 jiao4 tou2 you4 yu3 dui4 yuan2 men5 ji1 zhang3 na4 han3 yi3 gu2 wu3 shi4 qi4 +003142 断#1不准#1官吏#3胥役#2藉词#1禁令#2扰累#1名间#4。 + duan4 bu4 zhun3 guan1 li4 xu1 yi4 ji2 ci2 jin4 ling4 rao3 lei4 ming2 jian1 +003143 不过#3,再#1怎么样#3也#1无法#1比拟#1我们#1鬼鬼#2美丽的#1容颜#4。 + bu2 guo4 zai4 zen3 me5 yang4 ye3 wu2 fa3 bi2 ni2 wo3 men5 gui2 gui2 mei3 li4 de5 rong2 yan2 +003144 晚上#1失眠#3我也#1会看#1电视#1消遣哦#4。 + wan3 shang4 shi1 mian2 wo2 ye3 hui4 kan4 dian4 shi4 xiao1 qian3 o5 +003145 张将军#3尤为#1关心#2祖国#1统一的#1问题#4。 + zhang1 jiang1 jun1 you2 wei2 guan1 xin1 zu3 guo2 tong3 yi1 de5 wen4 ti5 +003146 我想说#3我也#1这样#1认为的#4。 + wo2 xiang3 shuo1 wo2 ye3 zhe4 yang4 ren4 wei2 de5 +003147 休闲#1时间#2还#1哼哼#1呀呀#2唱歌#1什么的#4。 + xiu1 xian2 shi2 jian1 hai2 heng1 heng1 ya1 ya1 chang4 ge1 shen2 me5 de5 +003148 尽管#1提意见#3,我会#1改正哒#4。 + jin2 guan3 ti2 yi4 jian4 wo3 hui4 gai3 zheng4 da5 +003149 一把#1辛酸泪#3,满屏#1荒唐句#4。 + yi4 ba3 xin1 suan1 lei4 man3 ping2 huang1 tang2 ju4 +003150 正是#1因为#2陆春龙#3天性#1好动的#1性格#3,才#1一下子#1被#1伯乐#1相中#4。 + zheng4 shi4 yin1 wei4 lu4 chun1 long2 tian1 xing4 hao4 dong4 de5 xing4 ge2 cai2 yi2 xia4 zi5 bei4 bo2 le4 xiang1 zhong4 +003151 三是#2加强#1政策#1支持#3,努力#1促进#2捕捞#1渔民#2转产#1转业#4。 + san1 shi4 jia1 qiang2 zheng4 ce4 zhi1 chi2 nu3 li4 cu4 jin4 bu3 lao1 yu2 min2 zhuan2 chan2 zhuan3 ye4 +003152 楼市#1调控#2要#1防止#2“按下#1葫芦#1起来瓢#4”。 + lou2 shi4 tiao2 kong4 yao4 fang2 zhi3 an4 xia4 hu2 lu5 qi3 lai2 piao2 +003153 锄禾#1日当午#2,地雷#1埋下土#4。 + chu2 he2 ri4 dang1 wu3 di4 lei2 mai2 xia4 tu3 +003154 自己#1身体#1要紧哦#4。 + zi4 ji3 shen1 ti3 yao4 jin3 o5 +003155 考古#1发现#2“疑似#1烧土#4”。 + kao2 gu3 fa1 xian4 yi2 si4 shao1 tu3 +003156 亚瑟#1小子#3遭#1歌迷#2飞踹#1面部#4。 + ya4 se4 xiao3 zi5 zao1 ge1 mi2 fei1 chuai4 mian4 bu4 +003157 买土豆#3还不如#1买#1迅雷去#4。 + mai2 tu3 dou4 hai2 bu4 ru2 mai3 xun4 lei2 qu4 +003158 至于说#2手#1抖不抖#3,这与#1拍摄者#1是否#1专业#1有关#4。 + zhi4 yu2 shuo1 shou2 dou3 bu4 dou3 zhe4 yu3 pai1 she4 zhe3 shi4 fou3 zhuan1 ye4 you3 guan1 +003159 国外#2也有#1爱#1奢侈品的#1官员#3,命运#1大多#1凋零#4。 + guo2 wai4 ye2 you3 ai4 she1 chi2 pin3 de5 guan1 yuan2 ming4 yun4 da4 duo1 diao1 ling2 +003160 吴雨霏#1笑言#2希望#1找到#1真命#1天子#3,但#1却会#2保密#1恋情#4。 + wu2 yu3 fei1 xiao4 yan2 xi1 wang4 zhao3 dao4 zhen1 ming4 tian1 zi3 dan4 que4 hui4 bao3 mi4 lian4 qing2 +003161 刘嫄#2用棉签#2给父亲#1清洁#1牙齿时#3,做出#2张口的#1示范#4。 + liu2 yuan2 yong4 mian2 qian1 gei3 fu4 qin1 qing1 jie2 ya2 chi3 shi2 zuo4 chu1 zhang1 kou3 de5 shi4 fan4 +003162 我对#1广场舞#1没兴趣#4。 + wo3 dui4 guang2 chang2 wu3 mei2 xing4 qu4 +003163 高温#2让泳池#2成了#2市民#1为数#1不多#2可以#1撒欢儿的#1地方#4。 + gao1 wen1 rang4 yong3 chi2 cheng2 le5 shi4 min2 wei2 shu4 bu4 duo1 ke2 yi3 sa1 huanr1 de5 di4 fang5 +003164 戛纳#1峰会#3应作出#1三方面#1努力#4。 + ga1 na4 feng1 hui4 ying1 zuo4 chu1 san1 fang1 mian4 nu3 li4 +003165 大学时#2专修#1戏剧#1和艺术#3,打算#2从事#1电影业#4。 + da4 xue2 shi2 zhuan1 xiu1 xi4 ju4 he2 yi4 shu4 da3 suan4 cong2 shi4 dian4 ying3 ye4 +003166 如有#1断月#3,补缴后#1有效#4。 + ru2 you3 duan4 yue4 bu2 jiao3 hou4 you3 xiao4 +003167 王一楠#2化身#2巧手#1主妇#4。 + wang2 yi1 nan2 hua4 shen1 qiao2 shou2 zhu3 fu4 +003168 家家#1有本#2难念的#1经啊#4! + jia1 jia1 you2 ben3 nan2 nian4 de5 jing1 a5 +003169 我的#1乖乖#2要听#1党的话#4。 + wo3 de5 guai1 guai1 yao4 ting1 dang3 de5 hua4 +003170 根据#2相关#2法律#1法规#3,宣告#1原审#1上诉人#2区润华#1无罪#4。 + gen1 ju4 xiang1 guan1 fa3 lv4 fa3 gui1 xuan1 gao4 yuan2 shen3 shang4 su4 ren2 qu1 run4 hua2 wu2 zui4 +003171 本人#2孕妇#1一枚#3…割割割#3…昨晚#1失眠#3,让#1二货#1老公#2给#1肚里的#1宝宝#2讲个#1故事#4。 + ben3 ren2 yun4 fu4 yi4 mei2 ge1 ge1 ge1 zuo2 wan3 shi1 mian2 rang4 er4 huo4 lao3 gong1 gei3 du4 li3 de5 bao3 bao5 jiang3 ge5 gu4 shi5 +003172 现#2烧饼店#1关门#3,也让#1他很#1郁闷#4。 + xian4 shao1 bing3 dian4 guan1 men2 ye3 rang4 ta1 hen3 yu4 men4 +003173 想想#1也#1没关系#3,是金子#2迟早#1会#1花光的#4! + xiang2 xiang2 ye3 mei2 guan1 xi5 shi4 jin1 zi5 chi2 zao3 hui4 hua1 guang1 de5 +003174 王先生#2曾#1多次#2到港#1旅游#4。 + wang2 xian1 sheng5 ceng2 duo1 ci4 dao4 gang2 lv3 you2 +003175 爸爸#1打我#3,用#1木扫把#1打我#4。 + ba4 ba5 da2 wo3 yong4 mu4 sao4 ba5 da2 wo3 +003176 搭讪#2有#1技巧#3,恋爱#2更有#1学问#4。 + da1 shan4 you3 ji4 qiao3 lian4 ai4 geng4 you3 xue2 wen4 +003177 林莉#3也以#1高贵#1打扮#2出席#1活动#4。 + lin2 li4 ye2 yi3 gao1 gui4 da3 ban4 chu1 xi2 huo2 dong4 +003178 杜姓#1养母#1追问#3“是不是#1王祖贤#3”,没想到#2傅瑞娇#1爽快地说#3“对#4”。 + du4 xing4 yang2 mu3 zhui1 wen4 shi4 bu5 shi4 wang2 zu3 xian2 mei2 xiang3 dao4 fu4 rui4 jiao1 shuang3 kuai4 de5 shuo1 dui4 +003179 答#3:小菜#3,俺爹#2就是#1被我#1打残的#4。 + da2 xiao3 cai4 an3 die1 jiu4 shi4 bei4 wo2 da3 can2 de5 +003180 陈#1强调#3恢复#1扁#1党员#1身份#2有助#1“平反#3”,但#1实质#1意义#1不大#4。 + chen2 qiang2 diao4 hui1 fu4 bian2 dang3 yuan2 shen1 fen4 you3 zhu4 ping2 fan3 dan4 shi2 zhi4 yi4 yi4 bu2 da4 +003181 台大#2法律系#1学士#3,辅大#2法研所#1硕士#4。 + tai2 da4 fa3 lv4 xi4 xue2 shi4 fu3 da4 fa3 yan2 suo3 shuo4 shi4 +003182 有一种#1图片#3,叫#2眼不见#1为净#4。 + you3 yi4 zhong3 tu2 pian4 jiao4 yan3 bu2 jian4 wei2 jing4 +003183 记者#1致电#2宁波#1沁园#1公司#4。 + ji4 zhe3 zhi4 dian4 ning2 bo1 qin4 yuan2 gong1 si1 +003184 祖儿#2不抗拒#2与歌迷#1拍拖#3,始终#2感情#1是讲#1缘分的#4。 + zu3 er2 bu2 kang4 ju4 yu3 ge1 mi2 pai1 tuo1 shi3 zhong1 gan3 qing2 shi4 jiang3 yuan2 fen4 de5 +003185 轮胎#2马上#1漏气#3、瘪了#1下去#4。 + lun2 tai1 ma3 shang4 lou4 qi4 bie3 le5 xia4 qu4 +003186 目前#2还#1未有#1伤亡#2及#1损毁#1报告#4。 + mu4 qian2 hai2 wei4 you3 shang1 wang2 ji2 sun2 hui3 bao4 gao4 +003187 他#1啃着#1手上的#1嫩竹#3,时不时#2扭头#1瞅瞅#2欢送的#1队伍#4。 + ta1 ken3 zhe5 shou3 shang4 de5 nen4 zhu2 shi2 bu4 shi2 niu3 tou2 chou2 chou3 huan1 song4 de5 dui4 wu5 +003188 实现#2由#1农业#1大省#2向#1农业#1强省的#1转变#4? + shi2 xian4 you2 nong2 ye4 da4 sheng3 xiang4 nong2 ye4 qiang2 sheng3 de5 zhuan3 bian4 +003189 以前#2三千米跑#2只要#1十二#1分钟#3,现在#1爬#1三层楼#2都喘气#4。 + yi3 qian2 san1 qian1 mi2 pao3 zhi3 yao4 shi2 er4 fen1 zhong1 xian4 zai4 pa2 san1 ceng2 lou2 dou1 chuan3 qi4 +003190 王平朗说#3,“三万#1”活动#3让他#1萌生了#2撰写#2“爱民#1十戒书”的#1想法#4。 + wang2 ping2 lang3 shuo1 san1 wan4 huo2 dong4 rang4 ta1 meng2 sheng1 le5 zhuan4 xie3 ai4 min2 shi2 jie4 shu1 de5 xiang2 fa3 +003191 会议#2向#1刘慧晏#2、卯稳国#3、何金平#3、史政#3颁发了#1任命书#4。 + hui4 yi4 xiang4 liu2 hui4 yan4 mao2 wen3 guo2 he2 jin1 ping2 shi3 zheng4 ban1 fa1 le5 ren4 ming4 shu1 +003192 闯下#1大祸后#3,侯建勇#2逃到#1广东#2投奔#1亲人#4。 + chuang3 xia4 da4 huo4 hou4 hou2 jian4 yong3 tao2 dao4 guang3 dong1 tou2 ben4 qin1 ren2 +003193 高中#1学历的#1杨小妹#3个儿不高#2,身体#1偏瘦#3,来自#1酉阳#4。 + gao1 zhong1 xue2 li4 de5 yang2 xiao3 mei4 ger4 bu5 gao1 shen1 ti3 pian1 shou4 lai2 zi4 you3 yang2 +003194 示威#2所在的#1广场内#2人满为患#4。 + shi4 wei1 suo3 zai4 de5 guang2 chang3 nei4 ren2 man3 wei2 huan4 +003195 经调查#3,此男子#1叫#1胡孬#3,汝州市人#3,无业#4。 + jing1 diao4 cha2 ci3 nan2 zi3 jiao4 hu2 nao1 ru3 zhou1 shi4 ren2 wu2 ye4 +003196 今天#1晚上#2造雪机会#1开一宿#4。 + jin1 tian1 wan3 shang4 zao4 xue3 ji1 hui4 kai1 yi4 xiu3 +003197 你#1尝尝#2地沟油#3,尝尝#1毒海带#3,再尝尝#2塑化#1茅台#2笑逐颜开#4。 + ni3 chang2 chang5 di4 gou1 you2 chang2 chang5 du2 hai3 dai4 zai4 chang2 chang5 su4 hua4 mao2 tai2 xiao4 zhu2 yan2 kai1 +003198 刘丽问#3:称呢#3,你又#1如何呢#4? + liu2 li4 wen4 cheng1 ne5 ni3 you4 ru2 he2 ne5 +003199 今天#3一美元#2回到#1兑换#2一点#1六六一#2雷亚尔的#1水平#4。 + jin1 tian1 yi1 mei3 yuan2 hui2 dao4 dui4 huan4 yi1 dian3 liu4 liu4 yi1 lei2 ya4 er3 de5 shui3 ping2 +003200 在#1网络上#3捏造#2或者#1歪曲#1事实#3、散布#1谣言的#1行为#3要负#1法律#1责任#4。 + zai4 wang3 luo4 shang4 nie1 zao4 huo4 zhe3 wai1 qu1 shi4 shi2 san4 bu4 yao2 yan2 de5 xing2 wei2 yao4 fu4 fa3 lv4 ze2 ren4 +003201 油漆味#2扑鼻#1而来#3,几个人#2正忙着#1给一口#2崭新的#1棺材#2涂漆#1上色#4。 + you2 qi1 wei4 pu1 bi2 er2 lai2 ji3 ge5 ren2 zheng4 mang2 zhe5 gei3 yi4 kou2 zhan3 xin1 de5 guan1 cai5 tu2 qi1 shang4 se4 +003202 经费#1紧张#3,干部们#2又发#1牢骚#4。 + jing1 fei4 jin3 zhang1 gan4 bu4 men5 you4 fa1 lao2 sao5 +003203 年仅#1半岁的#1小孙子#3躲在那#2哇哇#1大哭#4。 + nian2 jin3 ban4 sui4 de5 xiao3 sun1 zi5 duo3 zai4 na4 wa1 wa1 da4 ku1 +003204 吴博文#2个儿#2长得#1“太着急#3”,书#1读得#1也#1“太着急#4”。 + wu2 bo2 wen2 ger4 zhang3 de5 tai4 zhao2 ji2 shu1 du2 de5 ye3 tai4 zhao2 ji2 +003205 杨振宁#2并没有#1因此#1颓废#1下去#4。 + yang2 zhen4 ning2 bing4 mei2 you3 yin1 ci3 tui2 fei4 xia4 qu4 +003206 他们#1哪一个#2与#1穷苦#1沾边的#4? + ta1 men5 na3 yi2 ge4 yu3 qiong2 ku3 zhan1 bian1 de5 +003207 直升机#2突降#2蚌埠#1淮河#1文化#1广场#3,引#1市民#1围观#4。 + zhi2 sheng1 ji1 tu1 jiang4 beng4 bu4 huai2 he2 wen2 hua4 guang2 chang3 yin3 shi4 min2 wei2 guan1 +003208 燕赵#2都市报上#2刊发的#1闫沛东#2就是我#4。 + yan1 zhao4 du1 shi4 bao4 shang4 kan1 fa1 de5 yan2 pei4 dong1 jiu4 shi4 wo3 +003209 陪你#1一起#1赏月#2怎么样#4? + pei2 ni3 yi4 qi2 shang3 yue4 zen3 me5 yang4 +003210 中方#2对#1奥尔默特#1总理的#1上述#1表态#2表示#1欢迎#4。 + zhong1 fang1 dui4 ao4 er3 mo4 te4 zong2 li3 de5 shang4 shu4 biao3 tai4 biao3 shi4 huan1 ying2 +003211 小明#1儿子#1五岁#3,姐姐#1外出#1办事#3,把#1三岁的#1外甥#2放在#1我家#4。 + xiao3 ming2 er2 zi5 wu3 sui4 jie3 jie5 wai4 chu1 ban4 shi4 ba3 san1 sui4 de5 wai4 sheng5 fang4 zai4 wo3 jia1 +003212 它#1并非#2单枪#1匹马#3,而是#2有“伴#1”而来#4。 + ta1 bing4 fei1 dan1 qiang1 pi2 ma3 er2 shi4 you3 ban4 er2 lai2 +003213 中方#1反对#2为改革#2人为#1设定#1时限#4。 + zhong1 fang1 fan3 dui4 wei4 gai3 ge2 ren2 wei2 she4 ding4 shi2 xian4 +003214 放一张#1躺椅#3,泡一杯#1咖啡#3,享受#2彻底#1放空的#2惬意#1时光吧#4。 + fang4 yi4 zhang1 tang2 yi3 pao4 yi4 bei1 ka1 fei1 xiang3 shou4 che4 di3 fang4 kong1 de5 qie4 yi4 shi2 guang1 ba5 +003215 据说#3看#1花坛的#1老爷爷#2每天#1都会向#1花坛里#2扔一个#1一元的#1硬币#4。 + ju4 shuo1 kan1 hua1 tan2 de5 lao3 ye2 ye5 mei3 tian1 dou1 hui4 xiang4 hua1 tan2 li3 reng1 yi2 ge5 yi4 yuan2 de5 ying4 bi4 +003216 这#1咋看#2咋不像#1光明#1正大呢#4。 + zhe4 za3 kan4 za3 bu2 xiang4 guang1 ming2 zheng4 da4 ne5 +003217 从#2邯郸市#1丛台#1花园里#3,一些#1树木#2已能#1看到#2浅浅#1绿芽#4。 + cong2 han2 dan1 shi4 cong2 tai2 hua1 yuan2 li3 yi4 xie1 shu4 mu4 yi3 neng2 kan4 dao4 qian2 qian3 lv4 ya2 +003218 他们#2拉拢了#1快递员#1组长#2林某#4。 + ta1 men5 la1 long3 le5 kuai4 di4 yuan2 zu2 zhang3 lin2 mou3 +003219 且#2每户#1农民#2限购#1一辆#4。 + qie2 mei3 hu4 nong2 min2 xian4 gou4 yi2 liang4 +003220 送件#2披肩#1好了#3能和#1很多#1衣服#2搭配#2有格调#4。 + song4 jian4 pi1 jian1 hao3 le5 neng2 he2 hen3 duo1 yi1 fu5 da1 pei4 you3 ge2 diao4 +003221 像#2志玲#1姐姐#1那样嘛#4? + xiang4 zhi4 ling2 jie3 jie5 na4 yang4 ma5 +003222 布达拉宫#1广场#2举行#1仪式#3,庆祝#2“西藏#2百万#1农奴#2解放#1纪念日#4”。 + bu4 da2 la1 gong1 guang2 chang3 ju3 xing2 yi2 shi4 qing4 zhu4 xi1 zang4 bai3 wan4 nong2 nu2 jie3 fang4 ji4 nian4 ri4 +003223 哎呦#3,都是#1大帅哥#4。 + ai1 you5 dou1 shi4 da4 shuai4 ge1 +003224 一时#2众说#1纷纭#3,“抡起#1大棒#2打蚊子”的#1质疑声#2四起#4。 + yi4 shi2 zhong4 shuo1 fen1 yun2 lun1 qi3 da4 bang4 da3 wen2 zi5 de5 zhi4 yi2 sheng1 si4 qi3 +003225 悍妻#1虐夫#1示意图#4。 + han4 qi1 nve4 fu1 shi4 yi4 tu2 +003226 跪#1安吧#2,小主子#4! + gui4 an1 ba5 xiao2 zhu3 zi5 +003227 据#2收银员#1介绍#3,一般#1遇到#2以分#1计价的#3就会#1四舍#1五入#4。 + ju4 shou1 yin2 yuan2 jie4 shao4 yi4 ban1 yu4 dao4 yi3 fen1 ji4 jia4 de5 jiu4 hui4 si4 she2 wu3 ru4 +003228 他的#1新剧#2“心战#2”正在#1香港#1播出#3,香港#1股指#3果然#2又#1拼命#1往下蹿#4。 + ta1 de5 xin1 ju4 xin1 zhan4 zheng4 zai4 xiang1 gang3 bo1 chu1 xiang1 gang3 gu2 zhi3 guo3 ran2 you4 pin1 ming4 wang3 xia4 cuan1 +003229 俄#1总统#2叶利钦#2十八日#2也#1批评了#3波列#1瓦诺夫的#1作法#4。 + e2 zong2 tong3 ye4 li4 qin1 shi2 ba1 ri4 ye3 pi1 ping2 le5 bo1 lie4 wa3 nuo4 fu1 de5 zuo4 fa3 +003230 所以#2必须#2及时#1阻止#1右倾化#4。 + suo2 yi3 bi4 xu1 ji2 shi2 zu2 zhi3 you4 qing1 hua4 +003231 回应得#2干脆#1直接#1利落#4。 + hui2 ying4 de5 gan1 cui4 zhi2 jie1 li4 luo4 +003232 宋英#1夫妇#2无儿#1无女#2,生活#2非常#1节俭#4。 + song4 ying1 fu1 fu4 wu2 er2 wu2 nv3 sheng1 huo2 fei1 chang2 jie2 jian3 +003233 也有#1网友#1认为#3女#1当事人#2与#1男方的#1交往#2过于#1草率#3,“很傻#2很天真#4”。 + ye2 you3 wang2 you3 ren4 wei2 nv3 dang1 shi4 ren2 yu3 nan2 fang1 de5 jiao1 wang3 guo4 yu2 cao3 shuai4 hen2 sha2 hen3 tian1 zhen1 +003234 她#1嘴里的#1“我儿#3”,说的#1是#1姑爷#4。 + ta1 zui2 li3 de5 wo3 er2 shuo1 de5 shi4 gu1 ye5 +003235 华女士#1回忆#3,父亲#1徐钰仁#2是一个#2评弹#1艺人#3,走南#1闯北#2到处#1演出#4。 + hua2 nv3 shi4 hui2 yi4 fu4 qin5 xu2 yu4 ren2 shi4 yi2 ge5 ping2 tan2 yi4 ren2 zou3 nan2 chuang2 bei3 dao4 chu4 yan3 chu1 +003236 韩敏#1承认#3,孩子#2是她#1拐走的#4。 + han2 min3 cheng2 ren4 hai2 zi5 shi4 ta1 guai2 zou3 de5 +003237 黄启思#1一家#2如今#1用上了#1自来水#3,再也#1不用#1外出#1挑水#4。 + huang2 qi3 si1 yi4 jia1 ru2 jin1 yong4 shang4 le5 zi4 lai2 shui3 zai4 ye3 bu2 yong4 wai4 chu1 tiao1 shui3 +003238 钢拱桥#1下方#3就是#2郑州北#2铁路#1编组站#4。 + gang1 gong3 qiao2 xia4 fang1 jiu4 shi4 zheng4 zhou1 bei2 tie3 lu4 bian1 zu3 zhan4 +003239 葛伟#2和#1妈妈#2、姐姐#3留在#1杭州#4。 + ge2 wei3 he2 ma1 ma5 jie3 jie5 liu2 zai4 hang2 zhou1 +003240 小猴#3哪#1受得了#2这番#1折腾#3,只能#1软软地#2趴在#1咪咪#1胸口#4。 + xiao3 hou2 na3 shou4 de5 liao3 zhe4 fan1 zhe1 teng5 zhi3 neng2 ruan2 ruan3 de5 pa1 zai4 mi1 mi1 xiong1 kou3 +003241 公司#1招聘#3,应聘者#2要#1填表#2写#1自己的#1基本#1信息#4。 + gong1 si1 zhao1 pin4 ying4 pin4 zhe3 yao4 tian2 biao3 xie3 zi4 ji3 de5 ji1 ben3 xin4 xi1 +003242 形容的是#2西施#2、貂蝉#2、王昭君#3、杨玉环#1四个人哦#4。 + xing2 rong2 de5 shi4 xi1 shi1 diao1 chan2 wang2 zhao1 jun1 yang2 yu4 huan2 si4 ge5 ren2 o5 +003243 逯家蕊的#1先生#2潘晓鸣#3也是#1一位#1袖珍人#4。 + lu4 jia1 rui3 de5 xian1 sheng5 pan1 xiao3 ming2 ye3 shi4 yi2 wei4 xiu4 zhen1 ren2 +003244 中央#1企业的#1利润#1降幅#1更大#4。 + zhong1 yang1 qi3 ye4 de5 li4 run4 jiang4 fu2 geng4 da4 +003245 有了#1它的#1帮助#3,望远镜#3便#1可以将#2非常#1暗的#1星星#2拍摄#1下来#4。 + you3 le5 ta1 de5 bang1 zhu4 wang4 yuan3 jing4 bian4 ke2 yi3 jiang1 fei1 chang2 an4 de5 xing1 xing5 pai1 she4 xia4 lai2 +003246 耿某#2一米#1七五#1左右#3,短发#2、大眼#4。 + geng2 mou3 yi4 mi3 qi1 wu2 zuo3 you4 duan3 fa4 da4 yan3 +003247 八一队的#1主攻#2仲为君#3也为#1球队#2砍下#1二十四分#4。 + ba1 yi1 dui4 de5 zhu3 gong1 zhong4 wei2 jun1 ye3 wei4 qiu2 dui4 kan3 xia4 er4 shi2 si4 fen1 +003248 公交车#2七幺五路#3、五七七路#3,也可以#1走#1二七桥#4。 + gong1 jiao1 che1 qi1 yao1 wu3 lu4 wu3 qi1 qi1 lu4 ye3 ke2 yi2 zou3 er4 qi1 qiao2 +003249 飞哥#1一拍#1老板的肩#3,向他#1要支烟#3,悠悠#1吐一口#3,说#3:我这叫#1肉包子#1打狗#4! + fei1 ge1 yi4 pai1 lao2 ban3 de5 jian1 xiang4 ta1 yao4 zhi1 yan1 you1 you1 tu3 yi4 kou3 shuo1 wo3 zhe4 jiao4 rou4 bao1 zi5 da2 gou3 +003250 林雨翔#2梅开#1二度#3,窘促得#2说不出话#4。 + lin2 yu3 xiang2 mei2 kai1 er4 du4 jiong3 cu4 de5 shuo1 bu4 chu1 hua4 +003251 自我#1保护#1意识#1较差#3,轻信#1大人#3,容易#2受诱惑#3、被#1哄骗#4。 + zi4 wo2 bao3 hu4 yi4 shi5 jiao4 cha4 qing1 xin4 da4 ren2 rong2 yi4 shou4 you4 huo4 bei4 hong3 pian4 +003252 南非#1法律#3允许#2一夫#1多妻制#4。 + nan2 fei1 fa3 lv4 yun2 xu3 yi4 fu1 duo1 qi1 zhi4 +003253 每分#1每秒#2你#1都要#1想好#4。 + mei3 fen1 mei2 miao3 ni3 dou1 yao4 xiang2 hao3 +003254 这是#1一场#2与#1死神#1比速度#3、与时间#2抢#1生命的#2紧急#1大空运#4。 + zhe4 shi4 yi4 chang2 yu2 si3 shen2 bi3 su4 du4 yu3 shi2 jian1 qiang3 sheng1 ming4 de5 jin3 ji2 da4 kong1 yun4 +003255 他曾#1经营#2劳务#1派遣#1等#1生意#3,但#1生意#1经营#2都#1不算#1成功#4。 + ta1 ceng2 jing1 ying2 lao2 wu4 pai4 qian2 deng3 sheng1 yi4 dan4 sheng1 yi4 jing1 ying2 dou1 bu2 suan4 cheng2 gong1 +003256 目前#3,希贾卜#1和家人#2在#1约旦#4。 + mu4 qian2 xi1 jia2 bu3 he2 jia1 ren2 zai4 yue1 dan4 +003257 昨日#1上午#3,陈瑞琼#3能#1开口#1小声地#1讲话#4。 + zuo2 ri4 shang4 wu3 chen2 rui4 qiong2 neng2 kai1 kou2 xiao3 sheng1 de5 jiang3 hua4 +003258 另一名#1男工人#2也被#1跑车#1剐倒#4。 + ling4 yi4 ming2 nan2 gong1 ren2 ye3 bei4 pao3 che1 gua2 dao3 +003259 赵秋生#2与歹徒#2殊死#1搏斗#3,终因#2寡不敌众#3壮烈#1牺牲#4。 + zhao4 qiu1 sheng1 yu2 dai3 tu2 shu1 si3 bo2 dou4 zhong1 yin1 gua3 bu4 di2 zhong4 zhuang4 lie4 xi1 sheng1 +003260 若#2此说法#1属实#3,则#2其余#1四对#1匝道#3也将#1存在#2同样#1隐患#4。 + ruo4 ci3 shuo1 fa2 shu3 shi2 ze2 qi2 yu2 si4 dui4 za1 dao4 ye3 jiang1 cun2 zai4 tong2 yang4 yin3 huan4 +003261 但#2我们的#1损失#2由谁#1来补#4? + dan4 wo3 men5 de5 sun3 shi1 you2 shui2 lai2 bu3 +003262 陈铁#2带着#1刘影#2跑到#1哈尔滨#3,想在那儿#2躲几天#4。 + chen2 tie3 dai4 zhe5 liu2 ying2 pao3 dao4 ha1 er3 bin1 xiang3 zai4 nar4 duo2 ji3 tian1 +003263 他一#1开始走#3已经#1注定#2他要#1摔倒了#4。 + ta1 yi4 kai1 shi2 zou3 yi3 jing1 zhu4 ding4 ta1 yao4 shuai1 dao3 le5 +003264 客场#1吃亏#3,主场#1扯平#4。 + ke4 chang3 chi1 kui1 zhu2 chang2 che3 ping2 +003265 你是要#1和我#1约会吗#4? + ni3 shi4 yao4 he2 wo3 yue1 hui4 ma5 +003266 货源#1充足#3,都还有#4。 + huo4 yuan2 chong1 zu2 dou1 hai2 you3 +003267 静音#2已取消#4。 + jing4 yin1 yi2 qu3 xiao1 +003268 辛苦#1拉扯大#2一儿#1一女#4。 + xin1 ku3 la1 che3 da4 yi4 er2 yi4 nv3 +003269 有#2网店#1卖家#1坦言#3,主要#1是给#1宠友#2带来#1生活#1情趣#4。 + you2 wang3 dian4 mai4 jia1 tan3 yan2 zhu3 yao4 shi4 gei3 chong2 you3 dai4 lai2 sheng1 huo2 qing2 qu4 +003270 到#2偏桥#1底村#1看了后#3,情况#2还#1不是#1这样#4。 + dao4 pian1 qiao2 di3 cun1 kan4 le5 hou4 qing2 kuang4 hai2 bu2 shi4 zhe4 yang4 +003271 我用#2皮带#2捆住腰#3,吊在#2巷道里的#1锚杆上#3,一直#1吊着#4。 + wo3 yong4 pi2 dai4 kun3 zhu4 yao1 diao4 zai4 hang4 dao4 li3 de5 mao2 gan3 shang4 yi4 zhi2 diao4 zhe5 +003272 古语#1有云称#3,天下#1熙熙#3,皆为#1利来#3,天下#1攘攘#3,皆为#1利往#4。 + gu2 yu2 you3 yun2 cheng1 tian1 xia4 xi1 xi1 jie1 wei2 li4 lai2 tian1 xia4 rang2 rang3 jie1 wei2 li4 wang3 +003273 现在#3我们#1可以#1大胆#1展望#1一下#4。 + xian4 zai4 wo3 men5 ke2 yi3 da4 dan2 zhan3 wang4 yi2 xia4 +003274 声明#1重申#3对#2恶意#1中伤#2与#1抹黑的#1言论#1与报道#3,保留#1法律#1追究#4。 + sheng1 ming2 chong2 shen1 dui4 e4 yi4 zhong4 shang1 yu2 mo3 hei1 de5 yan2 lun4 yu3 bao4 dao4 bao3 liu2 fa3 lv4 zhui1 jiu1 +003275 为什么#2王某#2怕丈夫#1伤害#1自己#3,非要#1进监狱#1逃避呢#4? + wei4 shen2 me5 wang2 mou3 pa4 zhang4 fu5 shang1 hai4 zi4 ji3 fei1 yao4 jin4 jian1 yu4 tao2 bi4 ne5 +003276 魏敏生#1表示#3,“薄王案#2”因骂#1引发#3,从#1深层次看#3,是#1利益#1团伙的#1内讧#4。 + wei4 min3 sheng1 biao3 shi4 bo2 wang2 an4 yin1 ma4 yin3 fa1 cong2 shen1 ceng2 ci4 kan4 shi4 li4 yi4 tuan2 huo3 de5 nei4 hong4 +003277 交警#2被#1颠下车#2摔在#1马路上#4。 + jiao1 jing3 bei4 dian1 xia4 che1 shuai1 zai4 ma3 lu4 shang4 +003278 门卫#2不敢#1担#1这个#1责任#3,扯谎说#2钥匙#1不在#4。 + men2 wei4 bu4 gan3 dan1 zhe4 ge5 ze2 ren4 che2 huang3 shuo1 yao4 shi5 bu2 zai4 +003279 有#1深度#3,一层#1一层#2,向远#1延伸#3,给人#2无有#1穷尽的#1感觉#4。 + you3 shen1 du4 yi4 ceng2 yi4 ceng2 xiang4 yuan3 yan2 shen1 gei3 ren2 wu2 you3 qiong2 jin4 de5 gan3 jue2 +003280 以后#1离婚#3,也#1应该#1按照#2结婚的#1流程#3,倒叙#1顺序#2,演一遍#4。 + yi3 hou4 li2 hun1 ye3 ying1 gai1 an4 zhao4 jie2 hun1 de5 liu2 cheng2 dao4 xu4 shun4 xu4 yan3 yi2 bian4 +003281 小佩宣#2紧紧地#1抓着#1床上的#1被单#3,咬紧牙#3,一动不动#4。 + xiao3 pei4 xuan1 jin2 jin3 de5 zhua1 zhe5 chuang2 shang4 de5 bei4 dan1 yao2 jin3 ya2 yi2 dong4 bu2 dong4 +003282 总#1成交#1价格#3为#2五十四点#2三八#1六四亿#4。 + zong3 cheng2 jiao1 jia4 ge2 wei2 wu3 shi2 si4 dian3 san1 ba1 liu4 si4 yi4 +003283 这就是#2闻名#1于世的#2八廓街#1唐卡吗#4? + zhe4 jiu4 shi4 wen2 ming2 yu2 shi4 de5 ba1 kuo4 jie1 tang2 ka3 ma5 +003284 为了#1应付#2日寇#1与#1汉奸的#1突袭#3,她#1学会了#2打枪#2、放哨#2、巡逻#4。 + wei4 le5 ying4 fu4 ri4 kou4 yu3 han4 jian1 de5 tu1 xi2 ta1 xue2 hui4 le5 da3 qiang1 fang4 shao4 xun2 luo2 +003285 该#1行业#2排名#1第一的#3为#1维基#1百科#3,得分为#2七十八#4。 + gai1 hang2 ye4 pai2 ming2 di4 yi1 de5 wei2 wei2 ji1 bai3 ke1 de2 fen1 wei2 qi1 shi5 ba1 +003286 其二#3,轴线#1尺寸#1不足#4。 + qi2 er4 zhou2 xian4 chi3 cun4 bu4 zu2 +003287 酬壮志#3、铁窗#1寒彻#3,泮池#1磅礴#4。 + chou2 zhuang4 zhi4 tie3 chuang1 han2 che4 pan4 chi2 pang2 bo2 +003288 西垟村#1村支书#2陈丐科#2所建的#1别墅#4。 + xi1 yang2 cun1 cun1 zhi1 shu1 chen2 gai4 ke1 suo3 jian4 de5 bie2 shu4 +003289 如果#1捐献完#3,你们#1把#1器官#1取走了#3,家属#2以后来#1找我们#1怎么办#4? + ru2 guo3 juan1 xian4 wan2 ni3 men5 ba3 qi4 guan1 qu2 zou3 le5 jia1 shu2 yi3 hou4 lai2 zhao2 wo3 men5 zen3 me5 ban4 +003290 君子#1动口#2不动手哦#4。 + jun1 zi3 dong4 kou3 bu2 dong4 shou3 o5 +003291 可能#2二零#1三一年会#4。 + ke3 neng2 er4 ling2 san1 yi1 nian2 hui4 +003292 黄某#2佯装#1喝醉#3倒在#1床上#1假睡#3,看见#2李某#2和#1妻子#2拥抱#1接吻#4。 + huang2 mou3 yang2 zhuang1 he1 zui4 dao3 zai4 chuang2 shang4 jia3 shui4 kan4 jian4 li2 mou3 he2 qi1 zi3 yong1 bao4 jie1 wen3 +003293 像#2巩新亮#3都是#1自己#1修图#4。 + xiang4 gong3 xin1 liang4 dou1 shi4 zi4 ji3 xiu1 tu2 +003294 现在#2希望#1尽快#1把工作#1做完#3,可以#1抽空#1欣赏#2许志安#1演唱会#4。 + xian4 zai4 xi1 wang4 jin3 kuai4 ba3 gong1 zuo4 zuo4 wan2 ke2 yi3 chou1 kong4 xin1 shang2 xu3 zhi4 an1 yan3 chang4 hui4 +003295 叙利亚#1总统#1阿萨德#3与#2黎巴嫩#1总统#2苏莱曼的#1会谈#2也#1令人瞩目#4。 + xu4 li4 ya4 zong2 tong3 a1 sa4 de2 yu3 li2 ba1 nen4 zong2 tong3 su1 lai2 man4 de5 hui4 tan2 ye3 ling4 ren2 zhu3 mu4 +003296 不过#2梦想着#1一夜#1暴富的他#2,开始#1炒股#3,不料#2血本无归#4。 + bu2 guo4 meng4 xiang3 zhe5 yi2 ye4 bao4 fu4 de5 ta1 kai1 shi3 chao2 gu3 bu2 liao4 xue4 ben3 wu2 gui1 +003297 在#2雅典#1奥运会上#3,刘翔#2和#1姚明#2是#1中国#1军团中#3最#1吸引#1眼球的#1明星#4。 + zai4 ya2 dian3 ao4 yun4 hui4 shang4 liu2 xiang2 he2 yao2 ming2 shi4 zhong1 guo2 jun1 tuan2 zhong1 zui4 xi1 yin2 yan3 qiu2 de5 ming2 xing1 +003298 蔡依林#2原来#1已带#1男友#1锦荣#2回家#1拜年#3,感情#1关系#1匪浅#4。 + cai4 yi1 lin2 yuan2 lai2 yi3 dai4 nan2 you2 jin3 rong2 hui2 jia1 bai4 nian2 gan3 qing2 guan1 xi5 fei2 qian3 +003299 同时#3,建设#1陕北#2百万#2千瓦#2风电#1基地#4。 + tong2 shi2 jian4 she4 shan2 bei2 bai3 wan4 qian1 wa3 feng1 dian4 ji1 di4 +003300 美女#1一愣#3弱弱的说#3:“我送你#1出去吧#4…” + mei2 nv3 yi2 leng4 ruo4 ruo4 de5 shuo1 wo3 song4 ni3 chu1 qu4 ba5 +003301 此时的#1马老#2已连#1一句#1完整的话#2都不能#1讲了#4。 + ci3 shi2 de5 ma2 lao3 yi3 lian2 yi2 ju4 wan2 zheng3 de5 hua4 dou1 bu4 neng2 jiang3 le5 +003302 标准#1普尔#2将#1谷歌#1股票的#1评级#3从#1“买入#2”下调至#1“卖出#4”。 + biao1 zhun3 pu2 er3 jiang1 gu3 ge1 gu3 piao4 de5 ping2 ji2 cong2 mai3 ru4 xia4 tiao2 zhi4 mai4 chu1 +003303 谆谆教导#3、殷殷#1期望#3,我们#1一定要#2铭记#1在心#4。 + zhun1 zhun1 jiao4 dao3 yin1 yin1 qi1 wang4 wo3 men5 yi2 ding4 yao4 ming2 ji4 zai4 xin1 +003304 好害怕#2说错话#3,被你打#4。 + hao3 hai4 pa4 shuo1 cuo4 hua4 bei4 ni2 da3 +003305 女友问#3:“报社#1给的#1报酬#3你#1干什么#1用了#4? + nv2 you3 wen4 bao4 she4 gei3 de5 bao4 chou5 ni3 gan4 shen2 me5 yong4 le5 +003306 红烧#1排骨#3,麻辣#1小龙虾#4。 + hong2 shao1 pai2 gu3 ma2 la4 xiao3 long2 xia1 +003307 曾#1假装#1晕倒#2并#1小便#1在#1裤子里#4。 + ceng2 jia3 zhuang1 yun1 dao3 bing4 xiao3 bian4 zai4 ku4 zi5 li3 +003308 这是#2头上#1簪菊的#1变俗#4。 + zhe4 shi4 tou2 shang4 zan1 ju2 de5 bian4 su2 +003309 他们说#3,累点#1没啥#3,只要能#1控制#1污染#1就行#4。 + ta1 men5 shuo1 lei4 dian3 mei2 sha2 zhi3 yao4 neng2 kong4 zhi4 wu1 ran3 jiu4 xing2 +003310 护士#2在#1照料#1产子后的#1“胖妈#4”。 + hu4 shi4 zai4 zhao4 liao4 chan2 zi3 hou4 de5 pang4 ma1 +003311 在#1返回#1途中#2遭遇#1风雪#3,大风#2卷着#1雪花#3能见度#1很差#4。 + zai4 fan3 hui2 tu2 zhong1 zao1 yu4 feng1 xue3 da4 feng1 juan3 zhe5 xue3 hua1 neng2 jian4 du4 hen3 cha4 +003312 台联#2苏辉#1委员#3用#1四个心#3表达#2自己#1对#1胡锦涛#1总书记#2讲话的#1感受#4。 + tai2 lian2 su1 hui1 wei3 yuan2 yong4 si4 ge5 xin1 biao3 da2 zi4 ji3 dui4 hu2 jin3 tao1 zong3 shu1 ji4 jiang3 hua4 de5 gan3 shou4 +003313 你可以#1先#1冷静#1一下#4。 + ni3 ke2 yi3 xian1 leng3 jing4 yi2 xia4 +003314 甜品#2是#1西米#1南瓜茸#3以及#2点心#2、水果#2各一份#4。 + tian2 pin3 shi4 xi1 mi3 nan2 gua1 rong2 yi3 ji2 dian3 xin1 shui2 guo3 ge4 yi2 fen4 +003315 命悬#1一线的#1危难#1关头#3,姑娘们#2斗志#1爆发#4。 + ming4 xuan2 yi2 xian4 de5 wei1 nan4 guan1 tou2 gu1 niang5 men5 dou4 zhi4 bao4 fa1 +003316 这#1显然#1比#1原判决#3还要#1荒谬#4。 + zhe4 xian3 ran2 bi3 yuan2 pan4 jue2 hai2 yao4 huang1 miu4 +003317 不妨#2试试用#2低沉#1嗓音#1讲话#4。 + bu4 fang2 shi4 shi5 yong4 di1 chen2 sang3 yin1 jiang3 hua4 +003318 皇帝的#1身子#3,奴才的#1命啊#4! + huang2 di4 de5 shen1 zi5 nu2 cai5 de5 ming4 a5 +003319 外#1脚手架#2搭设#2与方案#1不一致#4。 + wai4 jiao2 shou3 jia4 da1 she4 yu3 fang1 an4 bu4 yi2 zhi4 +003320 同日#3,敏敏#2也被#1抓获#4。 + tong2 ri4 min2 min2 ye3 bei4 zhua1 huo4 +003321 辛卯年#2清明#1公祭#2轩辕#1黄帝#1典礼#3在#1陕西#2黄帝陵#3隆重#1举行#4。 + xin1 mao3 nian2 qing1 ming2 gong1 ji4 xuan1 yuan2 huang2 di4 dian2 li3 zai4 shan3 xi1 huang2 di4 ling2 long2 zhong4 ju3 xing2 +003322 风雹#1所到#3,损失#1严重#3,尤以#2河南#2、安徽#1为甚#4。 + feng1 bao2 suo3 dao4 sun3 shi1 yan2 zhong4 you2 yi3 he2 nan2 an1 hui1 wei2 shen4 +003323 蚂蚁#1蚂蚁#3,蝗虫的#1大腿#4。 + ma2 yi3 ma2 yi3 huang2 chong2 de5 da4 tui3 +003324 难道#3那#1不比我#1厉害吗#4? + nan2 dao4 na4 bu4 bi2 wo3 li4 hai5 ma5 +003325 混浊的#1河水#2裹着#1树枝#1等#1杂物#2向下游#1滚滚#1而去#4。 + hun4 zhuo2 de5 he2 shui3 guo3 zhe5 shu4 zhi1 deng3 za2 wu4 xiang4 xia4 you2 gun2 gun3 er2 qu4 +003326 就#1云南#2铬渣#1事件#1来说#3,赔偿款#2给谁#4? + jiu4 yun2 nan2 ge4 zha1 shi4 jian4 lai2 shuo1 pei2 chang2 kuan3 gei3 shui2 +003327 第#1十六届#2中央#1候补#1委员#4。 + di4 shi2 liu4 jie4 zhong1 yang1 hou4 bu2 wei3 yuan2 +003328 当时#2他被#1吓坏了#3,赶紧#1越过#1周克华#2迅速#1跑远#4。 + dang1 shi2 ta1 bei4 xia4 huai4 le5 gan2 jin3 yue4 guo4 zhou1 ke4 hua2 xun4 su4 pao2 yuan3 +003329 受#2高空槽#1影响#3,昨天#1上午起#3,全市#2陆续#1飘雪#4。 + shou4 gao1 kong1 cao2 ying2 xiang3 zuo2 tian1 shang4 wu2 qi3 quan2 shi4 lu4 xu4 piao1 xue3 +003330 最近#3我#1堕落#1成了#2轻微#1懒癌#1患者#3,这都#1被你#1发现了#4? + zui4 jin4 wo3 duo4 luo4 cheng2 le5 qing1 wei1 lan3 ai2 huan4 zhe3 zhe4 dou1 bei4 ni3 fa1 xian4 le5 +003331 目前#2少年#1与#1女友#1吵架#3,女友#2负气#1离家后#3向#1涮涮锅店#1辞职#4。 + mu4 qian2 shao4 nian2 yu3 nv2 you2 chao3 jia4 nv2 you3 fu4 qi4 li2 jia1 hou4 xiang4 shuan4 shuan5 guo1 dian4 ci2 zhi2 +003332 用#1天津话说#3,就是#3“兜里#1揣副牌#3,逮谁#2跟谁来#4”。 + yong4 tian1 jin1 hua4 shuo1 jiu4 shi4 dou1 li3 chuai1 fu4 pai2 dai3 shui2 gen1 shui2 lai2 +003333 不过#3,恬妞的#1情路#2却#1颇为#1坎坷#4。 + bu2 guo4 tian2 niu1 de5 qing2 lu4 que4 po1 wei2 kan2 ke3 +003334 唐维的#1表姐#2左海燕#3打通了#1电话#4。 + tang2 wei2 de5 biao2 jie3 zuo2 hai3 yan4 da3 tong1 le5 dian4 hua4 +003335 三是#2领土#1海洋#1问题#2不时#1凸显#4。 + san1 shi4 ling2 tu2 hai3 yang2 wen4 ti5 bu4 shi2 tu1 xian3 +003336 晓菲#3有一个#1和她#1长得#1几乎#1一模一样的#2孪生#1妹妹#1晓月#4。 + xiao3 fei1 you3 yi2 ge5 he2 ta1 zhang3 de5 ji1 hu1 yi4 mu2 yi2 yang4 de5 luan2 sheng1 mei4 mei5 xiao3 yue4 +003337 国家#1法律#3有#1明文#1规定#3,出土#1文物#2不可以#1买卖#4。 + guo2 jia1 fa3 lv4 you3 ming2 wen2 gui1 ding4 chu1 tu3 wen2 wu4 bu4 ke2 yi2 mai3 mai4 +003338 罗天诚#2被#1自己的#1问题#1反呛#1一口#3,看#1窗外#1景物#1不说话#3,由#1大雅#2变成#1大哑#4。 + luo2 tian1 cheng2 bei4 zi4 ji3 de5 wen4 ti2 fan3 qiang4 yi4 kou3 kan4 chuang1 wai4 jing3 wu4 bu4 shuo1 hua4 you2 da4 ya3 bian4 cheng2 da4 ya3 +003339 偶尔#2约一些#1朋友#1吃饭#4。 + ou2 er3 yue1 yi4 xie1 peng2 you5 chi1 fan4 +003340 我真的#1会#1答应的噢#4。 + wo3 zhen1 de5 hui4 da1 ying4 de5 o5 +003341 应酬#1少了#3,发言#1短了#4。 + ying4 chou5 shao3 le5 fa1 yan2 duan3 le5 +003342 平壤#2民俗#1公园#1全景#4。 + ping2 rang3 min2 su2 gong1 yuan2 quan2 jing3 +003343 颈子上#2还有#1掐痕#4。 + jing3 zi5 shang4 hai2 you3 qia1 hen2 +003344 好像#1有点儿#1荒唐#4。 + hao3 xiang4 you2 dianr3 huang1 tang5 +003345 等菜#1卖完#3,俺#1回家吃#4。 + deng3 cai4 mai4 wan2 an3 hui2 jia1 chi1 +003346 老婆#1骂我#1是#1废物#2啥都#1不会#3,我#1一气#1之下#2摔门#1而出#3,在路上#1溜达了#1半天#4。 + lao3 po5 ma4 wo3 shi4 fei4 wu4 sha2 dou1 bu2 hui4 wo3 yi2 qi4 zhi1 xia4 shuai1 men2 er2 chu1 zai4 lu4 shang5 liu1 da5 le5 ban4 tian1 +003347 一场#2暴雨#1袭来#3,水流#2越来越#1湍急#4。 + yi4 chang3 bao4 yu3 xi2 lai2 shui3 liu2 yue4 lai2 yue4 tuan1 ji2 +003348 很多#1年轻#1父母#2称#1自己为#2“孩奴#3”,称#2抚养#2和#1教育#1孩子为#2“烧钱#4”。 + hen3 duo1 nian2 qing1 fu4 mu3 cheng1 zi4 ji3 wei2 hai2 nu2 cheng1 fu2 yang3 he2 jiao4 yu4 hai2 zi5 wei2 shao1 qian2 +003349 会议#2在#1五楼#1会议室#1举行#4。 + hui4 yi4 zai4 wu3 lou2 hui4 yi4 shi4 ju3 xing2 +003350 傍晚#1六点#2去#1超市#1购物#4。 + bang4 wan3 liu4 dian3 qu4 chao1 shi4 gou4 wu4 +003351 凶徒们#3将#1姜老板#2和#1女儿#1女婿#2捆了#1起来#3,逼他们#1交钱#4。 + xiong1 tu2 men5 jiang1 jiang1 lao2 ban3 he2 nv3 er2 nv3 xu4 kun3 le5 qi3 lai2 bi1 ta1 men5 jiao1 qian2 +003352 而且#2范冰冰#2还年轻#3,媒体#2不要#1这样#1糟蹋#1一个#1好演员#4。 + er2 qie3 fan4 bing1 bing1 hai2 nian2 qing1 mei2 ti3 bu2 yao4 zhei4 yang4 zao1 ta4 yi2 ge5 hao2 yan3 yuan2 +003353 我的#1压岁钱#3妈妈#1帮我#1存#1银行里#3,就是#1这么#1没了的#4! + wo3 de5 ya1 sui4 qian2 ma1 ma5 bang1 wo3 cun2 yin2 hang2 li3 jiu4 shi4 zhe4 me5 mei2 le5 de5 +003354 只有#2王小平#2驾驶#1警车#3,如一张#1膏药#2贴在#2三菱#1越野车#1后面#4。 + zhi2 you3 wang2 xiao3 ping2 jia4 shi2 jing3 che1 ru2 yi4 zhang1 gao1 yao4 tie1 zai4 san1 ling2 yue4 ye3 che1 hou4 mian4 +003355 其中#3,陈金火#2完成#1器官#1捐赠#4。 + qi2 zhong1 chen2 jin1 huo3 wan2 cheng2 qi4 guan1 juan1 zeng4 +003356 美丽的#1幌子下#3掩藏着#1杀机#4。 + mei3 li4 de5 huang3 zi5 xia4 yan3 cang2 zhe5 sha1 ji1 +003357 钟嘉欣#2吻#1小女孩#4。 + zhong1 jia1 xin1 wen3 xiao2 nv3 hai2 +003358 不过#2很明显#3,梅耶尔#2并不是#1谷歌#2派往#1雅虎的#1“卧底#4”。 + bu2 guo4 hen3 ming2 xian3 mei2 ye1 er3 bing4 bu2 shi4 gu3 ge1 pai4 wang3 ya2 hu3 de5 wo4 di3 +003359 难道#3你#1不想跟#1笨妞#1聊聊天嘛#4? + nan2 dao4 ni3 bu4 xiang3 gen1 ben4 niu1 liao2 liao5 tian1 ma5 +003360 仔细看#3,能#1看到#1金属带#2四五处#3被撞#2或#1刮擦#2产生的#1凹痕#4。 + zi3 xi4 kan4 neng2 kan4 dao4 jin1 shu3 dai4 si4 wu3 chu4 bei4 zhuang4 huo4 gua1 ca1 chan3 sheng1 de5 ao1 hen2 +003361 我妹妹#1还小#3,她们#1肯定#1更需要#1关爱#4。 + wo3 mei4 mei5 hai2 xiao3 ta1 men5 ken3 ding4 geng4 xu1 yao4 guan1 ai4 +003362 临床#1表现为#3烂蹄#2、烂嘴#3、走路#1跛脚#1等#1特征#4。 + lin2 chuang2 biao3 xian4 wei2 lan4 ti2 lan4 zui3 zou3 lu4 bo2 jiao2 deng3 te4 zheng1 +003363 市委#1副书记#2殷一璀#3,市委#1常委#2、副书记#2屠光绍#2出席#1仪式#4。 + shi4 wei3 fu4 shu1 ji4 yin1 yi1 cui3 shi4 wei3 chang2 wei3 fu4 shu1 ji4 tu2 guang1 shao4 chu1 xi2 yi2 shi4 +003364 他是#2广大#1侨胞#3和#1归侨#1侨眷的#2知音#1和#1挚友#4。 + ta1 shi4 guang3 da4 qiao2 bao1 he2 gui1 qiao2 qiao2 juan4 de5 zhi1 yin1 he2 zhi4 you3 +003365 货架上的#1熊胆粉#2、熊胆茶#2包装#1精美#3,数百元#1不等#4。 + huo4 jia4 shang4 de5 xiong2 dan2 fen3 xiong2 dan3 cha2 bao1 zhuang1 jing1 mei3 shu4 bai3 yuan2 bu4 deng3 +003366 我国的#1粗钢#1产量#2也居#1全球#1第一#4。 + wo3 guo2 de5 cu1 gang1 chan3 liang4 ye3 ju1 quan2 qiu2 di4 yi1 +003367 此后#2偷盗#1情况#2有所#1好转#3,但仍#1时有#1村民#2翻越#1栅栏#4。 + ci3 hou4 tou1 dao4 qing2 kuang4 you2 suo3 hao2 zhuan3 dan4 reng2 shi2 you3 cun1 min2 fan1 yue4 zha4 lan5 +003368 其余的#1预算#3将用于#1购买#2服务器#1和电脑#4。 + qi2 yu2 de5 yu4 suan4 jiang1 yong4 yu2 gou4 mai3 fu2 wu4 qi4 he2 dian4 nao3 +003369 两队#2最后#1以#1六十五#1比#1六十五#2打成#1平手#4。 + liang3 dui4 zui4 hou4 yi3 liu4 shi5 wu2 bi3 liu4 shi5 wu3 da3 cheng2 ping2 shou3 +003370 刚才#1听课文#1录音#2太困了#3,眯一下#3,就算是#1休息#4。 + gang1 cai2 ting1 ke4 wen2 lu4 yin1 tai4 kun4 le5 mi1 yi2 xia4 jiu4 suan4 shi4 xiu1 xi5 +003371 那就#2不要#1跟偶#1聊天了啊#4。 + na4 jiu4 bu2 yao4 gen1 ou3 liao2 tian1 le5 a5 +003372 听说#2浣花溪#1公园#2很好玩#3,我也#1想去#1看看呢#4。 + ting1 shuo1 huan4 hua1 xi1 gong1 yuan2 hen2 hao3 wan2 wo2 ye2 xiang3 qu4 kan4 kan5 ne5 +003373 等#1售票员说#1“没票”时#3,李竹清#2就像#2霜打的#1茄子#3蔫啦#4。 + deng3 shou4 piao4 yuan2 shuo1 mei2 piao4 shi2 li3 zhu2 qing1 jiu4 xiang4 shuang1 da3 de5 qie2 zi5 nian1 la5 +003374 不少#1网友#2为林俊#2点燃#1蜡烛#3,祝他#2“一路#1走好#4”。 + bu4 shao3 wang2 you3 wei4 lin2 jun4 dian3 ran2 la4 zhu5 zhu4 ta1 yi2 lu4 zou2 hao3 +003375 卖水果的#1鲜货铺#3、卖月饼的#1点心铺#2都#1开始#2整理#1铺面#3、布置#1橱窗#4。 + mai4 shui2 guo3 de5 xian1 huo4 pu4 mai4 yue4 bing3 de5 dian3 xin1 pu4 dou1 kai1 shi3 zheng2 li3 pu4 mian4 bu4 zhi4 chu2 chuang1 +003376 每人#2每天#2能扫出#1一车斗#4。 + mei3 ren2 mei3 tian1 neng2 sao3 chu1 yi4 che1 dou3 +003377 长耳朵#3能#1帮助它#2扇动#1空气#3,寻找#2气味#1来源#4。 + chang2 er3 duo5 neng2 bang1 zhu4 ta1 shan1 dong4 kong1 qi4 xun2 zhao3 qi4 wei4 lai2 yuan2 +003378 不过#3,过去的#1二传#2都是#1矮个子#4。 + bu2 guo4 guo4 qu4 de5 er4 chuan2 dou1 shi4 ai3 ge4 zi5 +003379 这件事#2让#1申敏#2感觉#2特别#1委屈#4。 + zhe4 jian4 shi4 rang4 shen1 min2 gan3 jue2 te4 bie2 wei3 qu1 +003380 值得#1肯定的#3,备胎#2采用了#2全尺寸#1轮胎#2,很厚道#4。 + zhi2 de5 ken3 ding4 de5 bei4 tai1 cai3 yong4 le5 quan2 chi3 cun4 lun2 tai1 hen3 hou4 dao4 +003381 厨房的#1一扇门#3已经#1朽烂#4。 + chu2 fang2 de5 yi2 shan4 men2 yi3 jing1 xiu3 lan4 +003382 第二天#3我#1尝试#1那种#1状态#3,词儿#1一样#3,劲儿#3,不一样了#4。 + di4 er4 tian1 wo3 chang2 shi4 na4 zhong3 zhuang4 tai4 cir2 yi2 yang4 jinr4 bu4 yi2 yang4 le5 +003383 你觉得#1小俗#1怎么样#4? + ni3 jue2 de5 xiao3 su2 zen3 me5 yang4 +003384 邹某#3现场#2被#1公安#1机关#1挡获#4。 + zou1 mou3 xian4 chang3 bei4 gong1 an1 ji1 guan1 dang3 huo4 +003385 车在#2布满#1深浅#1不一#2水坑的#1路上#2颠簸#1前行#4。 + che1 zai4 bu4 man3 shen1 qian3 bu4 yi1 shui3 keng1 de5 lu4 shang4 dian1 bo3 qian2 xing2 +003386 张垚#2在#1向云村的家#3,屋后#1就是#1高山#3,一到#1夏天#2蚊子#1很多#4。 + zhang1 yao2 zai4 xiang4 yun2 cun1 de5 jia1 wu1 hou4 jiu4 shi4 gao1 shan1 yi2 dao4 xia4 tian1 wen2 zi5 hen3 duo1 +003387 你忍心#1让我#1这么#1担心吗#4? + ni2 ren3 xin1 rang4 wo3 zhe4 me5 dan1 xin1 ma5 +003388 聚林#1一家#2边赏#1风景#2边拍#1照片#3,喜鹊#2就#1围着#1聚林转#3,飞飞#1停停#4。 + ju4 lin2 yi4 jia1 bian1 shang3 feng1 jing3 bian1 pai1 zhao4 pian4 xi3 que4 jiu4 wei2 zhe5 ju4 lin2 zhuan4 fei1 fei1 ting2 ting2 +003389 辽阔的#1江面#3至此#2陡然#1收窄#4。 + liao2 kuo4 de5 jiang1 mian4 zhi4 ci2 dou3 ran2 shou1 zhai3 +003390 作为#2陪客的我#3,心中#1亦觉得#1暖融融的#4。 + zuo4 wei2 pei2 ke4 de5 wo3 xin1 zhong1 yi4 jue2 de5 nuan3 rong2 rong2 de5 +003391 当中#3以#1压轴#1出现的#1容祖儿#3反应#1最热烈#4。 + dang1 zhong1 yi3 ya1 zhou4 chu1 xian4 de5 rong2 zu3 er2 fan3 ying4 zui4 re4 lie4 +003392 午饭#2吃#1面条#2或#1馄饨#3,晚饭#2随子女#1一起#1吃饭#4。 + wu3 fan4 chi1 mian4 tiao2 huo4 hun2 tun5 wan3 fan4 sui2 zi2 nv3 yi4 qi3 chi1 fan4 +003393 经过#1专家#1讨论#3并#1根据#1家长#1愿望#3,医院#2最后#1决定#3为#1连体儿#1分离#4。 + jing1 guo4 zhuan1 jia1 tao3 lun4 bing4 gen1 ju4 jia1 zhang3 yuan4 wang4 yi1 yuan4 zui4 hou4 jue2 ding4 wei4 lian2 ti3 er2 fen1 li2 +003394 得道#1多助#3,失道#1寡助#4。 + de2 dao4 duo1 zhu4 shi1 dao4 gua3 zhu4 +003395 天秤座#1博爱#3,喜欢#1与人#1分享#4。 + tian1 cheng4 zuo4 bo2 ai4 xi3 huan1 yu3 ren2 fen1 xiang3 +003396 另外的人#2抢我#1手机#3,摁头#1摁手#4。 + ling4 wai4 de5 ren2 qiang2 wo2 shou3 ji1 en4 tou2 en4 shou3 +003397 我觉得#2是她#1想要#1热闹#1一下啦#4。 + wo3 jue2 de5 shi4 ta1 xiang3 yao4 re4 nao5 yi2 xia4 la5 +003398 省#1廉自办#3正在#1对#1这些#2疑似#1车辆#2进行#1核查#4。 + sheng3 lian2 zi4 ban4 zheng4 zai4 dui4 zhe4 xie1 yi2 si4 che1 liang4 jin4 xing2 he2 cha2 +003399 出门#1左转#3,找个#1岗亭#3,你去#1问问#2大盖帽#1叔叔#4。 + chu1 men2 zuo2 zhuan3 zhao3 ge5 gang3 ting2 ni3 qu4 wen4 wen5 da4 gai4 mao4 shu1 shu5 +003400 据统计#3,目前#2“幺二#1三四五#2”日#1拨打量#3约#2四千#1五百件#4。 + ju4 tong3 ji4 mu4 qian2 yao1 er4 san1 si4 wu3 ri4 bo1 da3 liang4 yue1 si4 qian1 wu2 bai3 jian4 +003401 现在#2志云#2亦#1决定#1离开#3,“迷云党#2”已#1全面#1瓦解#4。 + xian4 zai4 zhi4 yun2 yi4 jue2 ding4 li2 kai1 mi2 yun2 dang3 yi3 quan2 mian4 wa2 jie3 +003402 不敢#1下来#3,道儿#1太黑了#3,怕走路#1摔跟头#4。 + bu4 gan3 xia4 lai5 daor4 tai4 hei1 le5 pa4 zou3 lu4 shuai1 gen1 tou5 +003403 小羽#2也很倔#3,就是#1不低头#1认错#4。 + xiao2 yu3 ye2 hen3 jue4 jiu4 shi4 bu4 di1 tou2 ren4 cuo4 +003404 随后#3,这批#1蟒蛇#2被送到#2合肥#1动物园#3,均得到#2妥善#1安置#4。 + sui2 hou4 zhe4 pi1 mang3 she2 bei4 song4 dao4 he2 fei2 dong4 wu4 yuan2 jun1 de2 dao4 tuo3 shan4 an1 zhi4 +003405 我家#1住六楼#3没电梯#2所以#1懒的#1下去#4。 + wo3 jia1 zhu4 liu4 lou2 mei2 dian4 ti1 suo2 yi2 lan3 de5 xia4 qu4 +003406 帖文#2引起了#1众多#1网民#1关注#4。 + tie3 wen2 yin2 qi3 le5 zhong4 duo1 wang3 min2 guan1 zhu4 +003407 工作#1人员#2忙着#1收钱#3,瞟都#1不瞟#1一眼#1资料#3,更不用说#2核实#1身份#4。 + gong1 zuo4 ren2 yuan2 mang2 zhe5 shou1 qian2 piao3 dou1 bu4 piao3 yi4 yan3 zi1 liao4 geng4 bu2 yong4 shuo1 he2 shi2 shen1 fen4 +003408 心生#1抱怨的我#2嘟囔了#1一句#3:“拿根#1鸡毛#2当令箭#4! + xin1 sheng1 bao4 yuan4 de5 wo3 du1 nang5 le5 yi2 ju4 na2 gen1 ji1 mao2 dang1 ling4 jian4 +003409 预计#2二零#1一零年#2八#2、九月#3开张#1运作#4。 + yu4 ji4 er4 ling2 yi1 ling2 nian2 ba1 jiu3 yue4 kai1 zhang1 yun4 zuo4 +003410 人类#2存在#1一个#1美丽的#1幻想#3:能像#1鸟儿#1一样#2自由#1飞翔#4。 + ren2 lei4 cun2 zai4 yi2 ge5 mei3 li4 de5 huan4 xiang3 neng2 xiang4 niao3 er2 yi2 yang4 zi4 you2 fei1 xiang2 +003411 临近#1天黑#3,不打算#2空手#1而归的他#3咬咬#1牙关#3买了#1一块#2歙砚#1毛料#4。 + lin2 jin4 tian1 hei1 bu4 da3 suan4 kong1 shou3 er2 gui1 de5 ta1 yao2 yao3 ya2 guan1 mai3 le5 yi2 kuai4 she4 yan4 mao2 liao4 +003412 不能#1多施肥#3,就在#1土壤里#2配几味#1温和的#1中药#4。 + bu4 neng2 duo1 shi1 fei2 jiu4 zai4 tu2 rang2 li3 pei4 ji3 wei4 wen1 he2 de5 zhong1 yao4 +003413 该院#1院长#2杨开乔#1表示#3,“状元#2”只是#1“偶然#3”,高分#1群体#2更有#1说服力#4。 + gai1 yuan4 yuan4 zhang3 yang2 kai1 qiao2 biao3 shi4 zhuang4 yuan5 zhi3 shi4 ou3 ran2 gao1 fen1 qun2 ti3 geng4 you3 shuo1 fu2 li4 +003414 烧香#1完毕后#3,一家人#2分着#1供品吃#3,一瓣瓣#1苹果#2一串串#1葡萄#4。 + shao1 xiang1 wan2 bi4 hou4 yi4 jia1 ren2 fen1 zhe5 gong4 pin3 chi1 yi2 ban4 ban4 ping2 guo3 yi2 chuan4 chuan4 pu2 tao5 +003415 裘千仞#2一脸#1为难#3,说#3:我#1……试试吧#4。 + qiu2 qian1 ren4 yi4 lian3 wei2 nan2 shuo1 wo3 shi4 shi5 ba5 +003416 男子#2闷闷#1不乐地#1离开#4。 + nan2 zi3 men4 men4 bu2 le4 de5 li2 kai1 +003417 周六#3,姥姥#1姥爷#2同时#1血压#1降低#4。 + zhou1 liu4 lao3 lao5 lao3 ye5 tong2 shi2 xue4 ya1 jiang4 di1 +003418 现在#1想想#3,丢了#2好像#1也很#1正常#3,耍手腕#3我#1耍不过#1其他人#4。 + xian4 zai4 xiang2 xiang3 diu1 le5 hao3 xiang4 ye2 hen3 zheng4 chang2 shua2 shou3 wan4 wo2 shua3 bu2 guo4 qi2 ta1 ren2 +003419 然后#3我们#1就往#1楼顶跑#3,在楼顶#2向下#1呼救#4。 + ran2 hou4 wo3 men5 jiu4 wang3 lou2 ding2 pao3 zai4 lou2 ding3 xiang4 xia4 hu1 jiu4 +003420 那#1要是#1有个病#2有个#1灾的#3,还得往#2城里#1折腾#4。 + na4 yao4 shi4 you3 ge5 bing4 you3 ge5 zai1 de5 hai2 dei2 wang3 cheng2 li3 zhe1 teng5 +003421 亲人们#2为龚勇#1更衣时#3,发现#1他#1身上#2贴着#1很多#1膏药#4。 + qin1 ren2 men5 wei4 gong1 yong3 geng1 yi1 shi2 fa1 xian4 ta1 shen1 shang4 tie1 zhe5 hen3 duo1 gao1 yao4 +003422 在#1旅馆#1安顿好后#3,他便#1忙于#1自己的#1毕业#1论文#4。 + zai4 lv2 guan3 an1 dun4 hao3 hou4 ta1 bian4 mang2 yu2 zi4 ji3 de5 bi4 ye4 lun4 wen2 +003423 王冶东#2听见#1里面的#1歌词#3,又#1勾起#1伤心#4。 + wang2 ye3 dong1 ting1 jian4 li3 mian4 de5 ge1 ci2 you4 gou1 qi3 shang1 xin1 +003424 施工#1现场#3沙石#2、土方#1等#1散体#1材料#3必须#2严密#1遮盖等#4。 + shi1 gong1 xian4 chang3 sha1 shi2 tu3 fang1 deng3 san2 ti3 cai2 liao4 bi4 xu1 yan2 mi4 zhe1 gai4 deng3 +003425 就是#2长远#1目标#2和#1谋略呀#3,主人#1研究#2什么#1战略#1问题呢#4? + jiu4 shi4 chang2 yuan3 mu4 biao1 he2 mou2 lve4 ya5 zhu3 ren2 yan2 jiu1 shen2 me5 zhan4 lve4 wen4 ti2 ne5 +003426 你#1做的歹#1越多#2责任#2越#1可以#1推脱#3,这#1完全#1是一种#1谬论#4。 + ni3 zuo4 de5 dai3 yue4 duo1 ze2 ren4 yue4 ke2 yi3 tui1 tuo1 zhe4 wan2 quan2 shi4 yi4 zhong3 miu4 lun4 +003427 以前#2在家里#2爱唱#1爱跳#3,干着#1家务#2嘴里#1都#1哼着歌#4。 + yi3 qian2 zai4 jia1 li3 ai4 chang4 ai4 tiao4 gan4 zhe5 jia1 wu4 zui2 li3 dou1 heng1 zhe5 ge1 +003428 闲着#1没事#3买了本#1瑜伽书#3,让男友#2陪着练#4。 + xian2 zhe5 mei2 shi4 mai3 le5 ben3 yu2 jia1 shu1 rang4 nan2 you3 pei2 zhe5 lian4 +003429 蕴藏了#2近千#1公里的#1激情#3,一时#2喷涌#1而出#4。 + yun4 cang2 le5 jin4 qian1 gong1 li3 de5 ji1 qing2 yi4 shi2 pen1 yong3 er2 chu1 +003430 最常见的#2就是#1刻有#2佛教#1六字#1真言#3“唵嘛呢#1叭咪吽”的#1石块#4。 + zui4 chang2 jian4 de5 jiu4 shi4 ke4 you3 fo2 jiao4 liu4 zi4 zhen1 yan2 o1 ma1 ni1 ba1 mei1 hong1 de5 shi2 kuai4 +003431 昨日#3,省会#2空气#1污染#1指数#2为#1六十四#3,空气#1质量#2为良#4。 + zuo2 ri4 sheng3 hui4 kong1 qi4 wu1 ran2 zhi3 shu4 wei2 liu4 shi2 si4 kong1 qi4 zhi4 liang4 wei2 liang2 +003432 这首诗的#1名字#3叫#1“悯农#4” + zhe4 shou3 shi1 de5 ming2 zi4 jiao4 min3 nong2 +003433 网络#1舆论#3极易#1成为#2整个#1社会#2信息#1舆论#1系统的#2不稳定#1因素#4。 + wang3 luo4 yu2 lun4 ji2 yi4 cheng2 wei2 zheng3 ge4 she4 hui4 xin4 xi1 yu2 lun4 xi4 tong3 de5 bu4 wen3 ding4 yin1 su4 +003434 我朋友#1见状说#3:“早知道#2给#1这个#1美眉#2也买#1几串#1就好了#4! + wo3 peng2 you5 jian4 zhuang4 shuo1 zao3 zhi1 dao4 gei3 zhei4 ge5 mei3 mei2 ye2 mai2 ji3 chuan4 jiu4 hao3 le5 +003435 却#1遭到#2校方#1施压#3阻止#1举报#4。 + que4 zao1 dao4 xiao4 fang1 shi1 ya1 zu2 zhi2 ju3 bao4 +003436 反正#2我挺#1支持的#4。 + fan3 zheng4 wo2 ting3 zhi1 chi2 de5 +003437 胥某#2至死#1也#1没弄#1明白#3,自己#1究竟#1为何#1被打#4。 + xu1 mou3 zhi4 si2 ye3 mei2 nong4 ming2 bai5 zi4 ji3 jiu1 jing4 wei4 he2 bei4 da3 +003438 何时#2才能#1闻到#2喷鼻的#2高粱#1米饭的#1香味呢#4? + he2 shi2 cai2 neng2 wen2 dao4 pen1 bi2 de5 gao1 liang5 mi3 fan4 de5 xiang1 wei4 ne5 +003439 大部分#2地陷坑#2深约#2一两米#3,直径#2约#1五六米#4。 + da4 bu4 fen4 di4 xian4 keng1 shen1 yue1 yi1 liang2 mi3 zhi2 jing4 yue1 wu3 liu4 mi3 +003440 耿谆#2等#1战俘#3经#1石家庄#2被运至#1北京#4。 + geng3 zhun1 deng3 zhan4 fu2 jing1 shi2 jia1 zhuang1 bei4 yun4 zhi4 bei3 jing1 +003441 金门#1旋风#2访问#2两个#1多小时#3,被#1蔡英文#2列为#1本周#2“秘密#1武器#4”。 + jin1 men2 xuan4 feng1 fang3 wen4 liang3 ge5 duo1 xiao3 shi2 bei4 cai4 ying1 wen2 lie4 wei2 ben3 zhou1 mi4 mi4 wu3 qi4 +003442 但#1女儿#2听不进去呀#4! + dan4 nv3 er2 ting1 bu4 jin4 qu4 ya5 +003443 结果嘛#3,他#1一定会#2结结实实地#1揍我#1一顿#4。 + jie2 guo3 ma5 ta1 yi2 ding4 hui4 jie2 jie5 shi2 shi2 de5 zou4 wo3 yi2 dun4 +003444 但#2中奖少#3,亏钱多#4。 + dan4 zhong4 jiang2 shao3 kui1 qian2 duo1 +003445 图为#2工作#1人员#2在#1编织#2毛线#1娃娃#4。 + tu2 wei2 gong1 zuo4 ren2 yuan2 zai4 bian1 zhi1 mao2 xian4 wa2 wa5 +003446 你以后#1要#1幸福#3,找个#1比我#1弱的人#3,这样#3我要是#1去#1抢婚#2还能#1抢过他#4。 + ni2 yi3 hou4 yao4 xing4 fu2 zhao3 ge5 bi2 wo3 ruo4 de5 ren2 zhe4 yang4 wo3 yao4 shi4 qu4 qiang3 hun1 hai2 neng2 qiang3 guo4 ta1 +003447 食用#2植物油中#3一般#2不含#1胆固醇#3或#1含量#1极低#4。 + shi2 yong4 zhi2 wu4 you2 zhong1 yi4 ban1 bu4 han2 dan3 gu4 chun2 huo4 han2 liang4 ji2 di1 +003448 这#1结果#3令#1麦克#1米伦的#1家人#2感到#1震惊#3,女死者的#1胞兄#1肖恩#4。 + zhe4 jie2 guo3 ling4 mai4 ke4 mi3 lun2 de5 jia1 ren2 gan3 dao5 zhen4 jing1 nv3 si2 zhe3 de5 bao1 xiong1 xiao1 en1 +003449 补考#2不通过#3便会#1延长#1学籍#4。 + bu2 kao3 bu4 tong1 guo4 bian4 hui4 yan2 chang2 xue2 ji2 +003450 谁该#1拥有#1这件#1国宝级#1文物的#1所有权#4? + shui2 gai1 yong1 you3 zhe4 jian4 guo2 bao3 ji2 wen2 wu4 de5 suo2 you3 quan2 +003451 近代#1意义上的#1遗产税#3始于#2一五#1九八年的#1荷兰#4。 + jin4 dai4 yi4 yi4 shang4 de5 yi2 chan3 shui4 shi3 yu2 yi1 wu2 jiu3 ba1 nian2 de5 he2 lan2 +003452 佛罗伦萨#3,主人#2带我#1去#1看看嘛#4。 + fo2 luo2 lun2 sa4 zhu3 ren2 dai4 wo3 qu4 kan4 kan5 ma5 +003453 温顿#3还养了#1两匹马#2、一条狗#3、一只#2长尾#1小鹦鹉#3、一些#2鸡和猫#4。 + wen1 dun4 hai2 yang3 le5 liang2 pi2 ma3 yi4 tiao2 gou3 yi4 zhi1 chang2 wei2 xiao3 ying1 wu3 yi4 xie1 ji1 he2 mao1 +003454 在日本#3听#2罗斯#1特洛#1波维奇#2指挥的#1音乐会#3,我曾#2亲身#1到过#1那块儿#1土地#4。 + zai4 ri4 ben3 ting1 luo2 si1 te4 luo4 bo1 wei2 qi2 zhi3 hui1 de5 yin1 yue4 hui4 wo3 ceng2 qin1 shen1 dao4 guo4 na4 kuair4 tu3 di4 +003455 和谐#1六号#1车厢#3比#1现用#1和谐号#2更宽敞#4。 + he2 xie2 liu4 hao4 che1 xiang1 bi3 xian4 yong4 he2 xie2 hao4 geng4 kuan1 chang3 +003456 章林浩#2没#1预料到#2这#1突发#1情况#3,呛了#1一口#3,药#2卡在#1喉咙里#3,百咽#1不下#4。 + zhang1 lin2 hao4 mei2 yu4 liao4 dao4 zhe4 tu1 fa1 qing2 kuang4 qiang4 le5 yi4 kou3 yao4 qia3 zai4 hou2 long5 li3 bai3 yan4 bu2 xia4 +003457 从此#1往后#3我给他#1什么#2他都#1不吃#4。 + cong2 ci2 wang3 hou4 wo2 gei3 ta1 shen2 me5 ta1 dou1 bu4 chi1 +003458 那以后#2我#1不问了#4。 + na4 yi3 hou4 wo3 bu2 wen4 le5 +003459 图为#2被#1凿开的#1墙洞#4。 + tu2 wei2 bei4 zao2 kai1 de5 qiang2 dong4 +003460 葛启义#1进门后#3顺楼梯#1而上#3,又被#1守#1楼梯口的#1警察#1拦住#4。 + ge2 qi3 yi4 jin4 men2 hou4 shun4 lou2 ti1 er2 shang4 you4 bei4 shou3 lou2 ti1 kou3 de5 jing3 cha2 lan2 zhu4 +003461 大家都#2携儿#1带女#3,朝#1西边的#1县城#1方向跑#4。 + da4 jia1 dou1 xie2 er2 dai4 nv3 chao2 xi1 bian1 de5 xian4 cheng2 fang1 xiang4 pao3 +003462 当天#3,尹恩惠#2身穿#2粉红#1上衣#3黑色#1芭蕾舞裙#3,模样#2十分#1甜美#4。 + dang4 tian1 yin3 en1 hui4 shen1 chuan1 fen3 hong2 shang4 yi1 hei1 se4 ba1 lei2 wu3 qun2 mu2 yang4 shi2 fen1 tian2 mei3 +003463 萨米娅#2和家人#3逃到#2喀布尔#1郊区#3,过起#1隐蔽的#1生活#4。 + sa4 mi3 ya4 he2 jia1 ren2 tao2 dao4 ka1 bu4 er3 jiao1 qu1 guo4 qi2 yin3 bi4 de5 sheng1 huo2 +003464 当时#3,我感觉#2搞企业#1真好#4。 + dang1 shi2 wo2 gan3 jue2 gao2 qi3 ye4 zhen1 hao3 +003465 她与#2台湾#1人气#1明星#2胡宇崴#3一同#1演绎#2甜蜜#1幸福的#1爱情#4。 + ta1 yu3 tai2 wan1 ren2 qi4 ming2 xing1 hu2 yu2 wai3 yi4 tong2 yan3 yi4 tian2 mi4 xing4 fu2 de5 ai4 qing2 +003466 写#1小说的#3凭什么#1写到#2男女#1分手#3就得#1命令#1老天爷#2掉几个#1雨点#1下来#4? + xie2 xiao3 shuo1 de5 ping2 shen2 me5 xie3 dao4 nan2 nv3 fen1 shou3 jiu4 dei3 ming4 ling4 lao3 tian1 ye2 diao4 ji3 ge5 yu2 dian3 xia4 lai5 +003467 此种#1要求#3,只能用#2“荒唐#1”来#1形容#4。 + ci2 zhong3 yao1 qiu2 zhi3 neng2 yong4 huang1 tang5 lai2 xing2 rong2 +003468 天天#1哭穷#2,年年#1亏空#4。 + tian1 tian1 ku1 qiong2 nian2 nian2 kui1 kong1 +003469 虽然#2与#1贵州#1山水#1相连#3,但#2渝黔#1两地#3旱情#1迥异#4。 + sui1 ran2 yu3 gui4 zhou1 shan1 shui3 xiang1 lian2 dan4 yu2 qian2 liang3 di4 han4 qing2 jiong3 yi4 +003470 拿到#1邮包后#3,李平#1决定#3把#1这件#1新棉袄#2给#1蔡连坡#4。 + na2 dao4 you2 bao1 hou4 li3 ping2 jue2 ding4 ba3 zhe4 jian4 xin1 mian2 ao3 gei3 cai4 lian2 po1 +003471 截至#2周三#1收盘#3,该公司#1市值为#3二点#1五一#1七二亿#1美元#4。 + jie2 zhi4 zhou1 san1 shou1 pan2 gai1 gong1 si1 shi4 zhi2 wei2 er4 dian2 wu3 yi1 qi1 er4 yi4 mei3 yuan2 +003472 历史书上#2介绍#1慈掉#3却不说#1顽固党#3,编的人#2水平#2还#1没我#1高呢#4。 + li4 shi3 shu1 shang4 jie4 shao4 ci2 diao4 que4 bu4 shuo1 wan2 gu4 dang3 bian1 de5 ren2 shui3 ping2 hai2 mei2 wo3 gao1 ne5 +003473 宝盆上#3有#1许多#1弩手#2和#1弓箭手#4。 + bao3 pen2 shang4 you2 xu3 duo1 nu2 shou3 he2 gong1 jian4 shou3 +003474 已经#1挖开的#1路基#3,旁边的树#3被草绳#1捆绑#1起来#4。 + yi3 jing1 wa1 kai1 de5 lu4 ji1 pang2 bian1 de5 shu4 bei4 cao3 sheng2 kun2 bang2 qi3 lai5 +003475 第二年#3,女儿#2曹柳柳#1降生#4。 + di4 er4 nian2 nv3 er2 cao2 liu2 liu3 jiang4 sheng1 +003476 然后#2生活#1方面#2也很#1折腾#4。 + ran2 hou4 sheng1 huo2 fang1 mian4 ye2 hen3 zhe1 teng5 +003477 北京市#2市政#1市容委#3及时#1启动#2扫雪#1铲冰#2应急#1预案#4。 + bei3 jing1 shi4 shi4 zheng4 shi4 rong2 wei3 ji2 shi2 qi3 dong4 sao2 xue2 chan3 bing1 ying4 ji2 yu4 an4 +003478 李松说#3,侄女#2陶梦婷#3乖巧#1懂事#3,学习#1成绩#2也#1特别好#4。 + li3 song1 shuo1 zhi2 nv3 tao2 meng4 ting2 guai1 qiao2 dong3 shi4 xue2 xi2 cheng2 ji4 ye3 te4 bie2 hao3 +003479 小冰我#1痛苦地#1捂住了脸#4。 + xiao3 bing1 wo3 tong4 ku3 de5 wu3 zhu4 le5 lian3 +003480 父亲#2和二叔#2被#1日本人#1抓走#3,爷爷#2接着#1暴毙#3,留下#1一群#2孤儿#1寡母#4。 + fu4 qin5 he2 er4 shu1 bei4 ri4 ben3 ren2 zhua1 zou3 ye2 ye5 jie1 zhe5 bao4 bi4 liu2 xia4 yi4 qun2 gu1 er2 gua2 mu3 +003481 在#1得到#2姚存林#1老人的#1同意后#3,欧阳#1兆堂#2张罗#1开来#4。 + zai4 de2 dao4 yao2 cun2 lin2 lao3 ren2 de5 tong2 yi4 hou4 ou1 yang2 zhao4 tang2 zhang1 luo5 kai1 lai2 +003482 我#1年方#1二八#2,尚未#1婚配#4。 + wo3 nian2 fang1 er4 ba1 shang4 wei4 hun1 pei4 +003483 事后#3,唐娟#2被#1这群#1男生#2一脚#2踹翻#1在地#4。 + shi4 hou4 tang2 juan1 bei4 zhe4 qun2 nan2 sheng1 yi4 jiao3 chuai4 fan1 zai4 di4 +003484 路#2骤然#1变小#3天上#2没有#1星月#3,衬得#1这#1夜空#2格外#1幽凉#4。 + lu4 zhou4 ran2 bian4 xiao3 tian1 shang4 mei2 you3 xing1 yue4 chen4 de5 zhe4 ye4 kong1 ge2 wai4 you1 liang2 +003485 美国#2电子#1隐私#1信息#1中心#1认为#3,这些#1词汇#2太“宽泛#3、模棱两可#4”。 + mei3 guo2 dian4 zi2 yin3 si1 xin4 xi1 zhong1 xin1 ren4 wei2 zhe4 xie1 ci2 hui4 tai4 kuan1 fan4 mo2 leng2 liang2 ke3 +003486 出让#1总金额为#3三十七点#2二七七#1亿元#4。 + chu1 rang4 zong3 jin1 e2 wei2 san1 shi5 qi1 dian3 er4 qi1 qi1 yi4 yuan2 +003487 寒潮#2近日#1席卷#2欧洲#1多个#1国家#4。 + han2 chao2 jin4 ri4 xi2 juan3 ou1 zhou1 duo1 ge5 guo2 jia1 +003488 男友#3:沈阳#1海狮#3与#1重庆#1隆鑫#2比赛后的#1第二天#4。 + nan2 you3 shen3 yang2 hai3 shi1 yu3 chong2 qing4 long2 xin1 bi3 sai4 hou4 de5 di4 er4 tian1 +003489 多的#1时候#3一套#1户型#2能#1反复#1修改#2十几遍#4。 + duo1 de5 shi2 hou4 yi2 tao4 hu4 xing2 neng2 fan3 fu4 xiu1 gai3 shi2 ji3 bian4 +003490 林欣彤#2频频#1吸金#3,笑到#2眼睛#1都#1眯起来#4。 + lin2 xin1 tong2 pin2 pin2 xi1 jin1 xiao4 dao4 yan3 jing5 dou1 mi1 qi5 lai5 +003491 我尽了#2最大的#1努力#3,为了#1留一个#1员工#2熬夜#1陪他聊#4。 + wo3 jin4 le5 zui4 da4 de5 nu3 li4 wei4 le5 liu2 yi2 ge5 yuan2 gong1 ao2 ye4 pei2 ta1 liao2 +003492 因为她#2为人#1细心#2、勤劳#3,家里#1被她#1操持得#2井井有条#4。 + yin1 wei4 ta1 wei2 ren2 xi4 xin1 qin2 lao2 jia1 li3 bei4 ta1 cao1 chi2 de5 jing2 jing2 you3 tiao2 +003493 泽尻#1英龙华#3将与#1丈夫#2一刀两断#4。 + ze2 kao1 ying1 long2 hua2 jiang1 yu3 zhang4 fu5 yi4 dao1 liang3 duan4 +003494 中方#2应邀#1参加#1招待#1会的有#1黄华#3、刘华秋#3、韩叙#3、刘述卿#3、陆璀等#4。 + zhong1 fang1 ying4 yao1 can1 jia1 zhao1 dai4 hui4 de5 you3 huang2 hua2 liu2 hua2 qiu1 han2 xu4 liu2 shu4 qing1 lu4 cui2 deng3 +003495 家里的#1藏书#2只能#1起到#2对外#1炫耀的#1作用#3,对内#2就#1没这#1威力了#4。 + jia1 li3 de5 cang2 shu1 zhi3 neng2 qi3 dao4 dui4 wai4 xuan4 yao4 de5 zuo4 yong4 dui4 nei4 jiu4 mei2 zhe4 wei1 li4 le5 +003496 下面#1听听#2任春#2您的#1视角#1观察的#1一些#1情况#4。 + xia4 mian4 ting1 ting5 ren4 chun1 nin2 de5 shi4 jiao3 guan1 cha2 de5 yi4 xie1 qing2 kuang4 +003497 此前#1一天#3,该案#2另一#1逃犯#2朱猛#3也被#1警方#1抓获#4。 + ci3 qian2 yi4 tian1 gai1 an4 ling4 yi4 tao2 fan4 zhu1 meng3 ye3 bei4 jing3 fang1 zhua1 huo4 +003498 别#1整这#1没用的#3,快#1告诉我#2车撞哪了#4? + bie2 zheng3 zhe4 mei2 yong4 de5 kuai4 gao4 su5 wo3 che1 zhuang4 na3 le5 +003499 改#2扩建后的#1静安寺#3殿宇#1嵯峨#2、金碧#1辉煌#4。 + gai3 kuo4 jian4 hou4 de5 jing4 an1 si4 dian4 yu3 cuo2 e2 jin1 bi4 hui1 huang2 +003500 余雄#2揉揉#1他的#1左手#3,说#3:废话#3,当然痛#4。 + yu2 xiong2 rou2 rou5 ta1 de5 zuo2 shou3 shuo1 fei4 hua4 dang1 ran2 tong4 +003501 范某#2随即#1按了#2十几声#1喇叭#3,但#1熊某#2并未#1予以#1理会#4。 + fan4 mou3 sui2 ji2 an4 le5 shi2 ji3 sheng1 la3 ba5 dan4 xiong2 mou3 bing4 wei4 yu2 yi2 li3 hui4 +003502 十八大#1代表#2饶富通#4。 + shi2 ba1 da4 dai4 biao3 rao2 fu4 tong1 +003503 可#1王宝海#2不这样看#3,他说#3:不就是#2睡一宿#1觉吗#4? + ke3 wang2 bao2 hai3 bu2 zhei4 yang4 kan4 ta1 shuo1 bu2 jiu4 shi4 shui4 yi4 xiu3 jiao4 ma5 +003504 而#2每过#1一道#1关卡#3,都要#1用钱#1来#1打点#4。 + er2 mei3 guo4 yi2 dao4 guan1 qia3 dou1 yao4 yong4 qian2 lai2 da2 dian3 +003505 与#2居民#1储蓄#1增长#1相匹配#4。 + yu3 ju1 min2 chu3 xu4 zeng1 zhang3 xiang1 pi3 pei4 +003506 忘不了#2叔叔#1阿姨#2那#1憋不住的#1表情#4。 + wang4 bu4 liao3 shu1 shu5 a1 yi2 na4 bie1 bu5 zhu4 de5 biao3 qing2 +003507 辐照#3并不#1适用于#2所有的#1药材#4。 + fu2 zhao4 bing4 bu2 shi4 yong4 yu2 suo2 you3 de5 yao4 cai2 +003508 非洲#1手鼓#2最初#1是#1铁匠们#2用来#1捣碎#1杂粮的#2臼#1手工#1制造的#4。 + fei1 zhou1 shou2 gu3 zui4 chu1 shi4 tie3 jiang4 men5 yong4 lai2 dao3 sui4 za2 liang2 de5 jiu4 shou3 gong1 zhi4 zao4 de5 +003509 幸好#1轮机长#2藏了些#1柴油#4。 + xing4 hao3 lun2 ji1 zhang3 cang2 le5 xie1 chai2 you2 +003510 位于#2日喀则#1西南#1市郊的#2德庆#1格桑#1颇章内#3人头#1攒动#4。 + wei4 yu2 ri4 ka1 ze2 xi1 nan2 shi4 jiao1 de5 de2 qing4 ge2 sang1 po1 zhang1 nei4 ren2 tou2 cuan2 dong4 +003511 巴沙尔的#1前途#1命运#3应#1交由#1叙利亚#1人民#1决定#4。 + ba1 sha1 er3 de5 qian2 tu2 ming4 yun4 ying1 jiao1 you2 xu4 li4 ya4 ren2 min2 jue2 ding4 +003512 我#1不傲娇#3,我很#1谦和的#4。 + wo3 bu2 ao4 jiao1 wo2 hen3 qian1 he2 de5 +003513 阳光#1洒落#3,心却#1不暖#4。 + yang2 guang1 sa3 luo4 xin1 que4 bu4 nuan3 +003514 史颖#2死守#1观点#2,说#3:大家#1让一下#1就#1没事了#4。 + shi2 ying3 si2 shou3 guan1 dian3 shuo1 da4 jia1 rang4 yi2 xia4 jiu4 mei2 shi4 le5 +003515 也#1恳请#1社会#3,恳请#1法律#3能够#1对#1我的#1犯罪#1情节#2予以#1宽大#1处理#4。 + ye3 ken2 qing3 she4 hui4 ken2 qing2 fa3 lv4 neng2 gou4 dui4 wo3 de5 fan4 zui4 qing2 jie2 yu2 yi3 kuan1 da4 chu2 li3 +003516 楼#2、床的#1晃动#3持续#1约#1数十秒#4。 + lou2 chuang2 de5 huang4 dong4 chi2 xu4 yue1 shu4 shi2 miao3 +003517 国手#1云集#3是#1乒超的#1一大#1卖点#4。 + guo2 shou3 yun2 ji2 shi4 ping1 chao1 de5 yi2 da4 mai4 dian3 +003518 米雪#2见到#1记者时#2一脸#1惊讶#3,及后#2即#1强颜欢笑#4。 + mi2 xue3 jian4 dao4 ji4 zhe3 shi2 yi4 lian3 jing1 ya4 ji2 hou4 ji2 qiang2 yan2 huan1 xiao4 +003519 算起来#2应该#1比我#1大#1几岁吧#4。 + suan4 qi3 lai2 ying1 gai1 bi2 wo3 da4 ji3 sui4 ba5 +003520 开元#1公司#3打着#1机关的#1牌子#2坑骗#1顾客#4。 + kai1 yuan2 gong1 si1 da3 zhe5 ji1 guan1 de5 pai2 zi5 keng1 pian4 gu4 ke4 +003521 之后#2,双方#1开始#2互扔#1物品#4。 + zhi1 hou4 shuang1 fang1 kai1 shi3 hu4 reng1 wu4 pin3 +003522 银尕说#3,他#1正在#1现场#2指挥#1抗震#1救灾#4。 + yin2 ga3 shuo1 ta1 zheng4 zai4 xian4 chang2 zhi3 hui1 kang4 zhen4 jiu4 zai1 +003523 李倩#1坦言#3,参加#2华表奖#2属#1首次#4。 + li3 qian4 tan3 yan2 can1 jia1 hua2 biao2 jiang3 shu2 shou3 ci4 +003524 有些#1国家#3也加到#2漱口水#2、牙膏里#4。 + you3 xie1 guo2 jia1 ye3 jia1 dao4 shu4 kou2 shui3 ya2 gao1 li3 +003525 此外#3,舰载#1预警机#2对#1航母#1而言#3也是#1不可#1或缺的#4。 + ci3 wai4 jian4 zai4 yu4 jing3 ji1 dui4 hang2 mu3 er2 yan2 ye3 shi4 bu4 ke3 huo4 que1 de5 +003526 到#1医院#1检查#3为#1心脏#1房颤#4。 + dao4 yi1 yuan4 jian3 cha2 wei2 xin1 zang4 fang2 chan4 +003527 戈尔说#3,他与#2克林顿#1夫妇#2是#1好朋友#4。 + ge1 er3 shuo1 ta1 yu3 ke4 lin2 dun4 fu1 fu4 shi4 hao3 peng2 you5 +003528 您也#1可以#1报名#1参与#3,说说#1您的#1看法#4。 + nin2 ye3 ke2 yi3 bao4 ming2 can1 yu4 shuo1 shuo1 nin2 de5 kan4 fa3 +003529 格雷夫的#1父亲#2兹维说#3,看到#1儿子#1棺木#1那一刻#3,他#1完全#1崩溃了#4。 + ge2 lei2 fu1 de5 fu4 qin5 zi1 wei2 shuo1 kan4 dao4 er2 zi5 guan1 mu4 na4 yi2 ke4 ta1 wan2 quan2 beng1 kui4 le5 +003530 谢谢#1您的#1配合#3,请进#3!微笑#1依旧#3,威武#1依然#4。 + xie4 xie5 nin2 de5 pei4 he2 qing3 jin4 wei1 xiao4 yi1 jiu4 wei1 wu3 yi1 ran2 +003531 不过#2得#1江山#1容易#2,守#1江山难#4! + bu2 guo4 de2 jiang1 shan1 rong2 yi4 shou3 jiang1 shan1 nan2 +003532 民警#2还在#1刘东#1身上#3搜出#1一把#2折叠刀#2和#1医用#1镊子#4。 + min2 jing3 hai2 zai4 liu2 dong1 shen1 shang4 sou1 chu1 yi4 ba3 zhe2 die2 dao1 he2 yi1 yong4 nie4 zi5 +003533 比尔#1盖茨#2要来#1讲演的#1消息#3就是#1从这#1看到的#4。 + bi2 er3 gai4 ci2 yao4 lai2 jiang2 yan3 de5 xiao1 xi5 jiu4 shi4 cong2 zhe4 kan4 dao4 de5 +003534 我#1量了#1一下#1体温#3,好像#1发烧#4。 + wo3 liang2 le5 yi2 xia4 ti3 wen1 hao3 xiang4 fa1 shao1 +003535 这名#1溜走的#1男子#2就是#1王伟#4。 + zhe4 ming2 liu1 zou3 de5 nan2 zi3 jiu4 shi4 wang2 wei3 +003536 伊朗#1与#1六国#2今年#1以来#3已进行#1两轮#1伊核#1问题#1谈判#4。 + yi1 lang2 yu3 liu4 guo2 jin1 nian2 yi3 lai2 yi3 jin4 xing2 liang3 lun2 yi1 he2 wen4 ti2 tan2 pan4 +003537 报道称#3,东欧#1一些#2生活#1艰苦的#1女性#3愿意以#2出售#1卵子#1维生#4。 + bao4 dao4 cheng1 dong1 ou1 yi4 xie1 sheng1 huo2 jian1 ku3 de5 nv3 xing4 yuan4 yi4 yi3 chu1 shou4 luan2 zi3 wei2 sheng1 +003538 丑小鸭#2很快#1显出#1白天鹅的#1模样#4。 + chou2 xiao3 ya1 hen3 kuai4 xian3 chu1 bai2 tian1 e2 de5 mu2 yang4 +003539 但#2就在#1这里#3,却#1每晚#1都有人#2公开#1屠宰#1死田鸡#4。 + dan4 jiu4 zai4 zhe4 li3 que4 mei2 wan3 dou1 you3 ren2 gong1 kai1 tu2 zai2 si3 tian2 ji1 +003540 网友#2“一抓#1一个#1准儿#3”与#1住房#1联网的#2“无为而治#3”形成#1鲜明#1对比#4。 + wang2 you3 yi4 zhua1 yi2 ge5 zhunr3 yu3 zhu4 fang2 lian2 wang3 de5 wu2 wei2 er2 zhi4 xing2 cheng2 xian1 ming2 dui4 bi3 +003541 如果#1我#1滚远了#2就#1回不来了#4。 + ru2 guo2 wo3 gun2 yuan3 le5 jiu4 hui2 bu4 lai2 le5 +003542 太太#2高龄#1怀#1第一胎#3,刘德华#2本已#1非常#1紧张#4。 + tai4 tai5 gao1 ling2 huai2 di4 yi1 tai1 liu2 de2 hua2 ben2 yi3 fei1 chang2 jin3 zhang1 +003543 绑匪#2现阶段#3没有#1索要#1赎金#4。 + bang2 fei3 xian4 jie1 duan4 mei2 you2 suo3 yao4 shu2 jin1 +003544 皇后#1之玺#3,金螭#1虎纽#4。 + huang2 hou4 zhi1 xi3 jin1 chi1 hu2 niu3 +003545 物流#1曾是#2国外#1网商的#1短板#4。 + wu4 liu2 ceng2 shi4 guo2 wai4 wang3 shang1 de5 duan2 ban3 +003546 王女士#2总共#1损失#2十一点#2四二#1五四#1万元#4。 + wang2 nv3 shi4 zong3 gong4 sun3 shi1 shi2 yi1 dian3 si4 er4 wu3 si4 wan4 yuan2 +003547 校草#2不慌#1不忙#2把#1电话#1说完#3,对着#1二货#1就开骂#3:谁#1特玛的用#2真名#1出来#1混的#4? + xiao4 cao3 bu4 huang1 bu4 mang2 ba3 dian4 hua4 shuo1 wan2 dui4 zhe5 er4 huo4 jiu4 kai1 ma4 shui2 te4 ma3 de5 yong4 zhen1 ming2 chu1 lai2 hun4 de5 +003548 行业#1回暖#2必须#1以#1行业#1结构#1调整#3,基本面的#1变化#1为基础#4。 + hang2 ye4 hui2 nuan3 bi4 xu1 yi3 hang2 ye4 jie2 gou4 tiao2 zheng3 ji1 ben3 mian4 de5 bian4 hua4 wei2 ji1 chu3 +003549 讽刺#2总是#1尖锐的#3,然而#2幽默的#1讽刺#3却#1出于#2苦口婆心的#1善意#4。 + feng3 ci4 zong3 shi4 jian1 rui4 de5 ran2 er2 you1 mo4 de5 feng3 ci4 que4 chu1 yu2 ku2 kou3 po2 xin1 de5 shan4 yi4 +003550 特侦组#2何时#1传讯#2犯行#1明确的#1谢长廷#4? + te4 zhen1 zu3 he2 shi2 chuan2 xun4 fan4 xing2 ming2 que4 de5 xie4 chang2 ting2 +003551 如何#1弥平#2双方#1阵营的#1裂痕#1伤口#4? + ru2 he2 mi2 ping2 shuang1 fang1 zhen4 ying2 de5 lie4 hen2 shang1 kou3 +003552 一年前#3,央视#1曾#1报道#2有#1不少人#2因吃#1生泥鳅#2而#1中毒#1入院#4。 + yi4 nian2 qian2 yang1 shi4 ceng2 bao4 dao3 you3 bu4 shao3 ren2 yin1 chi1 sheng1 ni2 qiu5 er2 zhong4 du2 ru4 yuan4 +003553 此时的#1张咪#3如#1浴火重生#4。 + ci3 shi2 de5 zhang1 mi1 ru2 yu4 huo3 chong2 sheng1 +003554 女老师#1埋头#1查半天#3,一推#1眼镜#3,哟的#1一声#3,叫得他#2心惊肉跳#3,几乎#1昏倒#4。 + nv2 lao3 shi1 mai2 tou2 cha2 ban4 tian1 yi4 tui1 yan3 jing4 yo1 de5 yi4 sheng1 jiao4 de5 ta1 xin1 jing1 rou4 tiao4 ji1 hu1 hun1 dao3 +003555 今天#1稍早#3,国会#1三度#1通过#3容许#2所有#1公民#2出马#1角逐#2总理#1职位的#1法案#4。 + jin1 tian1 shao1 zao3 guo2 hui4 san1 du4 tong1 guo4 rong2 xu3 suo2 you3 gong1 min2 chu1 ma3 jue2 zhu2 zong2 li3 zhi2 wei4 de5 fa3 an4 +003556 这是#2“青海#1陨石”中#3被#1买走的#1首块#1大陨石#4。 + zhe4 shi4 qing1 hai2 yun3 shi2 zhong1 bei4 mai2 zou3 de5 shou3 kuai4 da4 yun3 shi2 +003557 你先#1给我#1讲一个吧#4。 + ni3 xian1 gei2 wo2 jiang3 yi2 ge5 ba5 +003558 美女#1主播#2杜沁怡#2受其#1钦点#3,担当#2此次#1唱片#1发布会的#1主持#4。 + mei2 nv2 zhu3 bo1 du4 qin4 yi2 shou4 qi2 qin1 dian3 dan1 dang1 ci3 ci4 chang4 pian4 fa1 bu4 hui4 de5 zhu3 chi2 +003559 身旁的#1千嬅#2即叫#1乐仔#2快些#1娶太太#4。 + shen1 pang2 de5 qian1 hua4 ji2 jiao4 le4 zai3 kuai4 xie1 qu3 tai4 tai5 +003560 今后#2,这些#1行为#2统统#1不被#1允许#4。 + jin1 hou4 zhe4 xie1 xing2 wei2 tong2 tong3 bu2 bei4 yun2 xu3 +003561 杨敏#1断定#3,这家伙#2肯定#1有情况#4。 + yang2 min3 duan4 ding4 zhe4 jia1 huo5 ken3 ding4 you3 qing2 kuang4 +003562 看完#1瞬间#1温暖#1全无#3,爸#3,你够了#4! + kan4 wan2 shun4 jian1 wen1 nuan3 quan2 wu2 ba4 ni3 gou4 le5 +003563 降雨量大#3,已经#1成为了#2“莫拉克”的#1烙印#4。 + jiang4 yu3 liang4 da4 yi3 jing5 cheng2 wei2 le5 mo4 la1 ke4 de5 lao4 yin4 +003564 周杰伦#2对#1狗仔#2一向#1不客气#4。 + zhou1 jie2 lun2 dui4 gou2 zai3 yi2 xiang4 bu2 ke4 qi5 +003565 刘勇明说#3老婆#1是#1“极品好#4”。 + liu2 yong3 ming2 shuo1 lao3 po5 shi4 ji2 pin2 hao3 +003566 随后#3,旁边#1有人#2用腿#2连踹#1红衣#1少年的#1腹部#4。 + sui2 hou4 pang2 bian1 you3 ren2 yong4 tui3 lian2 chuai4 hong2 yi1 shao4 nian2 de5 fu4 bu4 +003567 除了#1王菲外#3,章子怡#2同样#1低调#1现身#3,她表示#2是来#1捧#1导演场#4。 + chu2 le5 wang2 fei1 wai4 zhang1 zi3 yi2 tong2 yang4 di1 diao4 xian4 shen1 ta1 biao3 shi4 shi4 lai2 peng3 dao2 yan2 chang3 +003568 村民#1介绍#3,大土丘#2即#1皇坟#2“刘备墓#4”。 + cun1 min2 jie4 shao4 da4 tu3 qiu1 ji2 huang2 fen2 liu2 bei4 mu4 +003569 但#1这些事#2总得#1有人#1做呀#4。 + dan4 zhe4 xie1 shi4 zong2 dei2 you3 ren2 zuo4 ya5 +003570 一般#1情况下#3,狗场#2是#1狗市#1和#1宠物店的#1狗源地#4。 + yi4 ban1 qing2 kuang4 xia4 gou2 chang3 shi4 gou3 shi4 he2 chong3 wu4 dian4 de5 gou3 yuan2 di4 +003571 出纳#2喜出望外#3,二人#2沆瀣一气#3,上演了#1一场#2“双簧戏#4”。 + chu1 na4 xi3 chu1 wang4 wai4 er4 ren2 hang4 xie4 yi2 qi4 shang4 yan3 le5 yi4 chang3 shuang1 huang2 xi4 +003572 香港#2将#1拍卖#1蒋介石#2青天#1白日#1勋章#3,真伪#2引起#1讨论#4。 + xiang1 gang3 jiang1 pai1 mai4 jiang3 jie4 shi2 qing1 tian1 bai2 ri4 xun1 zhang1 zhen1 wei3 yin2 qi2 tao3 lun4 +003573 曼迪#2捏造了#1整个#1故事#4。 + man4 di2 nie1 zao4 le5 zheng3 ge5 gu4 shi4 +003574 明天#2回老家#3,看看#1老父亲#1大人#3,和娃娃#1玩几天#1再说#4。 + ming2 tian1 hui2 lao3 jia1 kan4 kan5 lao3 fu4 qin5 da4 ren5 he2 wa2 wa5 wan2 ji3 tian1 zai4 shuo1 +003575 主人#2在#1打扫#1笼舍#3,“崽崽#2”热情地#1用#1鼻子#2拱#1主人的腿#4。 + zhu3 ren2 zai4 da2 sao3 long2 she4 zai3 zai5 re4 qing2 de5 yong4 bi2 zi5 gong2 zhu3 ren2 de5 tui3 +003576 随后#3,胡某柴#2向#1湖滨所#1报警#4。 + sui2 hou4 hu2 mou3 chai2 xiang4 hu2 bin1 suo3 bao4 jing3 +003577 刘建华#2开始#1张罗#1午饭#4。 + liu2 jian4 hua2 kai1 shi3 zhang1 luo5 wu3 fan4 +003578 王强#2搀着#1妻子#3,赶往#1医院#4。 + wang2 qiang2 chan1 zhe5 qi1 zi5 gan2 wang3 yi1 yuan4 +003579 完全#1没有#1减少#1一点儿#1收费#4。 + wan2 quan2 mei2 you3 jian2 shao3 yi4 dianr3 shou1 fei4 +003580 保安#2和路人#2纷纷#1追撵#4。 + bao3 an1 he2 lu4 ren2 fen1 fen1 zhui1 nian3 +003581 面对#1索罗斯的#1名头#3,杨炯纬#3也#1不是#1没有#1担忧#4。 + mian4 dui4 suo3 luo2 si1 de5 ming2 tou2 yang2 jiong2 wei3 ye3 bu2 shi4 mei2 you3 dan1 you1 +003582 昨日#1下午#3,记者#2从#1六安市#2裕安区#1法院#3了解到#1这桩#2稀罕#1官司#4。 + zuo2 ri4 xia4 wu3 ji4 zhe3 cong2 lu4 an1 shi4 yu4 an1 qu1 fa3 yuan4 liao2 jie3 dao4 zhe4 zhuang1 xi1 han5 guan1 si5 +003583 昨日#3,疑犯#2葛金水#2痛哭流涕#4。 + zuo2 ri4 yi2 fan4 ge3 jin1 shui3 tong4 ku1 liu2 ti4 +003584 我的#1第二#1外语#1日语#3并不是#1很好#4。 + wo3 de5 di4 er4 wai4 yu3 ri4 yu3 bing4 bu2 shi4 hen2 hao3 +003585 他们#1两个人#3,我#1打不赢#3,难道#1挨打呀#4? + ta1 men5 liang3 ge5 ren2 wo2 da3 bu4 ying2 nan2 dao4 ai2 da3 ya5 +003586 有没有#1唯美#1一点的#4? + you3 mei2 you3 wei2 mei3 yi4 dian3 de5 +003587 这里有#1文化#1创意区#4。 + zhe4 li2 you3 wen2 hua4 chuang4 yi4 qu1 +003588 混堂巷的#1窨井盖#4。 + hun4 tang2 xiang4 de5 yin4 jing3 gai4 +003589 我#1二话#1不说#2,立即#1应允#4。 + wo3 er4 hua4 bu4 shuo1 li4 ji2 ying1 yun3 +003590 任爽#2与#1印尼#1同学#4。 + ren4 shuang2 yu3 yin4 ni2 tong2 xue2 +003591 同时#3,由#1灭火组#1出水枪#2进行#1控火#4。 + tong2 shi2 you2 mie4 huo2 zu3 chu1 shui3 qiang1 jin4 xing2 kong4 huo3 +003592 你#1有的吃#3有的玩#2有钱花#3还有#1我#1陪你#3,你有#1什么#1不开心的呢#4? + ni2 you3 de5 chi1 you3 de5 wan2 you3 qian2 hua1 hai2 you2 wo3 pei2 ni3 ni2 you3 shen2 me5 bu4 kai1 xin1 de5 ne5 +003593 是你#1偷走了#1密码箱吗#4? + shi4 ni3 tou1 zou3 le5 mi4 ma3 xiang1 ma5 +003594 避让者#2被#1称为#2“胆小鬼#3”,胜利者#2则被#1称为#2“勇敢者#4”。 + bi4 rang4 zhe3 bei4 cheng1 wei2 dan2 xiao2 gui3 sheng4 li4 zhe3 ze2 bei4 cheng1 wei2 yong2 gan2 zhe3 +003595 记者#2走访了#2杨德才#1出租屋#1附近的#1一些#1住户#4。 + ji4 zhe3 zou2 fang3 le5 yang2 de2 cai2 chu1 zu1 wu1 fu4 jin4 de5 yi4 xie1 zhu4 hu4 +003596 而#2为了#1逃离#1这场#1婚姻#3,张红#2又#1做出了#2比#1闪婚#2更#1荒唐的#1举动#4。 + er2 wei4 le5 tao2 li2 zhe4 chang3 hun1 yin1 zhang1 hong2 you4 zuo4 chu1 le5 bi2 shan3 hun1 geng4 huang1 tang2 de5 ju3 dong4 +003597 之后#2虽然#1企稳#2并与#1大盘#1同步#1上行#3,但#2短期#1颓势#1难改#4。 + zhi1 hou4 sui1 ran2 qi2 wen3 bing4 yu3 da4 pan2 tong2 bu4 shang4 xing2 dan4 duan3 qi1 tui2 shi4 nan2 gai3 +003598 拟任#2省委#2巡视组#1组长#4。 + ni3 ren4 sheng2 wei3 xun2 shi4 zu3 zu2 zhang3 +003599 马英九#2日前#1在#1景美#1人权#1园区#3,遭#2“独派#1”人士#2呛声#1丢鞋#4。 + ma3 ying1 jiu3 ri4 qian2 zai4 jing2 mei3 ren2 quan2 yuan2 qu1 zao1 du2 pai4 ren2 shi4 qiang4 sheng1 diu1 xie2 +003600 余文乐#2于#1餐厅内#1突然#1离座#3,原来#2是去#1柜台#1结账#4。 + yu2 wen2 le4 yu2 can1 ting1 nei4 tu1 ran2 li2 zuo4 yuan2 lai2 shi4 qu4 gui4 tai2 jie2 zhang4 +003601 但是#2斯塔塔#1坚信#3,平板#1阅读的#1前景#2一片#1光明#4。 + dan4 shi4 si1 ta2 ta3 jian1 xin4 ping2 ban3 yue4 du2 de5 qian2 jing3 yi2 pian4 guang1 ming2 +003602 也有#1可能是#1更换的#2钢架#1质量#3未达标#4。 + ye3 you2 ke3 neng2 shi4 geng1 huan4 de5 gang1 jia4 zhi4 liang4 wei4 da2 biao1 +003603 美国#2驻#1埃及#2开罗#1大使馆#2也遭#1袭击#3,星条旗#1被撕扯#4。 + mei3 guo2 zhu4 ai1 ji2 kai1 luo2 da4 shi2 guan3 ye3 zao1 xi2 ji1 xing1 tiao2 qi2 bei4 si1 che3 +003604 中州#1路上#2车来#1车往#3,喇叭声#2和#1发动机的#1嗡嗡声#3此起彼伏#4。 + zhong1 zhou1 lu4 shang4 che1 lai2 che1 wang3 la3 ba5 sheng1 he2 fa1 dong4 ji1 de5 weng1 weng1 sheng1 ci2 qi2 bi3 fu2 +003605 喜爱#2与#1收藏#1这些#1娃娃的人#3主要#1以#1女性#1居多#4。 + xi3 ai4 yu3 shou1 cang2 zhe4 xie1 wa2 wa5 de5 ren2 zhu3 yao4 yi2 nv3 xing4 ju1 duo1 +003606 陈莉#1拄拐#2上#1法庭#1受审#4。 + chen2 li4 zhu2 guai3 shang4 fa3 ting2 shou4 shen3 +003607 张翰#2望着#1父亲的#1背影#3,自言#1自语道#3:哈#3,赌场#1出疯子#3,情场#2出傻子#4。 + zhang1 han4 wang4 zhe5 fu4 qin5 de5 bei4 ying3 zi4 yan2 zi4 yu3 dao4 ha5 du2 chang3 chu1 feng1 zi5 qing2 chang3 chu1 sha3 zi5 +003608 市场#1操纵的#1案件#3亦#1未能#1断绝#4。 + shi4 chang3 cao1 zong4 de5 an4 jian4 yi4 wei4 neng2 duan4 jue2 +003609 我会#1给儿子#1换#1纸尿裤#4。 + wo3 hui4 gei3 er2 zi5 huan4 zhi3 niao4 ku4 +003610 彭勃#2思忖#1再三后#3对#1周晓荷#2面授机宜#3,要她#2化名#1与对方#1洽谈#4。 + peng2 bo2 si1 cun3 zai4 san1 hou4 dui4 zhou1 xiao3 he2 mian4 shou4 ji1 yi2 yao4 ta1 hua4 ming2 yu3 dui4 fang1 qia4 tan2 +003611 窗户#1完好#3,盗贼#2是#1强行#1踹门#1入室#4。 + chuang1 hu4 wan2 hao3 dao4 zei2 shi4 qiang2 xing2 chuai4 men2 ru4 shi4 +003612 当然啦#3,那么多#1破绽#3,她#1怎么敢#1回答呢#3,以免#2越说#1越错#4。 + dang1 ran2 la5 na4 me5 duo1 po4 zhan4 ta1 zen3 me5 gan3 hui2 da2 ne5 yi2 mian3 yue4 shuo1 yue4 cuo4 +003613 王志敏#2扛不住#3,还#1哭过#1鼻子#4。 + wang2 zhi4 min3 kang2 bu5 zhu4 hai2 ku1 guo4 bi2 zi5 +003614 孙晓艳#1却认为#3张伟#2太不讲理#4。 + sun1 xiao3 yan4 que4 ren4 wei2 zhang1 wei3 tai4 bu4 jiang2 li3 +003615 这对于#2有#1全职#1太太的#1家庭#2比较#1划算#4。 + zhe4 dui4 yu2 you3 quan2 zhi2 tai4 tai5 de5 jia1 ting2 bi3 jiao4 hua2 suan4 +003616 记者#2随后#1从#1医院#1了解到#3,杨爹爹#1伤重#2不治#1身亡#4。 + ji4 zhe3 sui2 hou4 cong2 yi1 yuan4 liao2 jie3 dao4 yang2 die1 die5 shang1 zhong4 bu2 zhi4 shen1 wang2 +003617 于是#3,石柏魁#1将#1展板#2抠了#1一个#1大洞#4。 + yu2 shi4 shi2 bai3 kui2 jiang1 zhan2 ban3 kou1 le5 yi2 ge5 da4 dong4 +003618 卡马乔#2经常#1会#1重复#1这些#4。 + ka2 ma3 qiao2 jing1 chang2 hui4 chong2 fu4 zhe4 xie1 +003619 闻讯#1而来的#1数名#1老师#2奋力#1踢破#1房门#3,但唐#2已#1躺倒在#1血泊中#4。 + wen2 xun4 er2 lai2 de5 shu4 ming2 lao3 shi1 fen4 li4 ti1 po4 fang2 men2 dan4 tang2 yi2 tang2 dao3 zai4 xue4 po1 zhong1 +003620 沉睡的#1汉朝#2怎么#1叫也#1叫不醒#4。 + chen2 shui4 de5 han4 chao2 zen3 me5 jiao4 ye3 jiao4 bu4 xing3 +003621 他说#3,这一#1言论#2贬毁#2克里#1斯蒂娜#3,“无法#1接受#4”。 + ta1 shuo1 zhe4 yi4 yan2 lun4 bian2 hui3 ke4 li3 si1 di4 na4 wu2 fa3 jie1 shou4 +003622 下午#1派出的#1三人#1小分队#3,则往#1幺妹峰的#1背面#1搜寻#4。 + xia4 wu3 pai4 chu1 de5 san1 ren2 xiao3 fen1 dui4 ze2 wang3 yao1 mei4 feng1 de5 bei4 mian4 sou1 xun2 +003623 其中#3,花大#1如碗口#3,绛红的#1花瓣#3,金色的#1花蕊#3,雍容华贵#4。 + qi2 zhong1 hua1 da4 ru2 wan2 kou3 jiang4 hong2 de5 hua1 ban4 jin1 se4 de5 hua1 rui3 yong1 rong2 hua2 gui4 +003624 剧组#1是#1寒碜的#3,但也是#1温暖的#4。 + ju4 zu3 shi4 han2 chen5 de5 dan4 ye3 shi4 wen1 nuan3 de5 +003625 暴雨#2造成#1境内#1山洪#1暴发#3,河流#2、水库#2、山塘#2水位#1陡涨#4。 + bao4 yu3 zao4 cheng2 jing4 nei4 shan1 hong2 bao4 fa1 he2 liu2 shui3 ku4 shan1 tang2 shui3 wei4 dou2 zhang3 +003626 后来#3我们#1有人#1送来#2涮羊肉#1和#1灌肠#3,它才#1吃起来#4。 + hou4 lai2 wo3 men5 you3 ren2 song4 lai2 shuan4 yang2 rou4 he2 guan4 chang2 ta1 cai2 chi1 qi3 lai2 +003627 安瓦尔#1被捕后#3,一些#1反对党的#1议员#2纷纷#1聚集在#1警察局外#4。 + an1 wa2 er3 bei4 bu3 hou4 yi4 xie1 fan3 dui4 dang3 de5 yi4 yuan2 fen1 fen1 ju4 ji2 zai4 jing3 cha2 ju2 wai4 +003628 旧坟#2翻新后#2变豪华#4。 + jiu4 fen2 fan1 xin1 hou4 bian4 hao2 hua2 +003629 我#1学习过#1推拿#3,主人#1快#1休息#1一下吧#4! + wo3 xue2 xi2 guo4 tui1 na2 zhu3 ren2 kuai4 xiu1 xi5 yi2 xia4 ba5 +003630 经此#1一役#3,廉署#2在#1市民中的#1威望#1大增#4。 + jing1 ci3 yi2 yi4 lian2 shu3 zai4 shi4 min2 zhong1 de5 wei1 wang4 da4 zeng1 +003631 他的#1未婚妻#1盖儿#2也未#1看出#1异状#3,只帮他#1消毒#4。 + ta1 de5 wei4 hun1 qi1 gai4 er5 ye3 wei4 kan4 chu1 yi4 zhuang4 zhi3 bang1 ta1 xiao1 du2 +003632 小区#1业主#1选绕路#3或#1举着#1钱包#1手机#2蹚水#1进小区#4。 + xiao3 qu1 ye4 zhu2 xuan3 rao4 lu4 huo4 ju3 zhe5 qian2 bao1 shou3 ji1 tang1 shui3 jin4 xiao3 qu1 +003633 在#1现代化#1征程上#1跋涉#3,瘸着腿#2走不好#2,更#1走不远#4。 + zai4 xian4 dai4 hua4 zheng1 cheng2 shang4 ba2 she4 que2 zhe5 tui3 zou3 bu4 hao3 geng4 zou3 bu4 yuan3 +003634 更有#1一些#1顾客#2为#1夫妻俩#2找#1新店铺的事#2操起#1心来#4。 + geng4 you3 yi4 xie1 gu4 ke4 wei2 fu1 qi1 lia2 zhao3 xin1 dian4 pu4 de5 shi4 cao1 qi3 xin1 lai2 +003635 他允诺#3继续#1倾听#1民意#3,把#1民众的#1期待#1摆在#1心中#4。 + ta1 yun3 nuo4 ji4 xu4 qing1 ting1 min2 yi4 ba3 min2 zhong4 de5 qi1 dai4 bai3 zai4 xin1 zhong1 +003636 昨天#2下班#1回家#3,蹭#1同事的车#3,半路#2遇一#1超短裙#1美女#3,同事#2看的#1入神啊#4! + zuo2 tian1 xia4 ban1 hui2 jia1 ceng4 tong2 shi4 de5 che1 ban4 lu4 yu4 yi1 chao1 duan3 qun2 mei2 nv3 tong2 shi4 kan4 de5 ru4 shen2 a5 +003637 斜坡#1尽头#2是#1曹操墓的#1东门#3,门口的#1墓砖#2参差不齐#4。 + xie2 po1 jin4 tou2 shi4 cao2 cao1 mu4 de5 dong1 men2 men2 kou3 de5 mu4 zhuan1 cen1 ci1 bu4 qi2 +003638 小恒的#1眼睛#3一直#1盯着#1电视#1屏幕#3,每隔#1几秒#2便眨#1一次#4。 + xiao3 heng2 de5 yan3 jing5 yi4 zhi2 ding1 zhe5 dian4 shi4 ping2 mu4 mei3 ge2 ji2 miao3 bian4 zha3 yi2 ci4 +003639 这时的#1饶岚#3,再次#1站上#1舞台#4。 + zhe4 shi2 de5 rao2 lan2 zai4 ci4 zhan4 shang4 wu3 tai2 +003640 于是#3,他趁#1儿子#2在卧室#1玩#1电脑#1之机#3,将儿子#1掐死#4。 + yu2 shi4 ta1 chen4 er2 zi5 zai4 wo4 shi4 wan2 dian4 nao3 zhi1 ji1 jiang1 er2 zi5 qia1 si3 +003641 博尔特#1旋风般#2掠过#1终点#4。 + bo2 er3 te4 xuan4 feng1 ban1 lve4 guo4 zhong1 dian3 +003642 一九#1五三年#3,关于#1毕加索#2享有#2过分#1特权的#1争论#2终于#1爆发#4。 + yi1 jiu2 wu3 san1 nian2 guan1 yu2 bi4 jia1 suo3 xiang2 you3 guo4 fen4 te4 quan2 de5 zheng1 lun4 zhong1 yu2 bao4 fa1 +003643 从#2正月#1初二#1开始#3,天气#1逐渐#1转好#4。 + cong2 zheng1 yue4 chu1 er4 kai1 shi3 tian1 qi4 zhu2 jian4 zhuan2 hao3 +003644 七亘村#1战斗#1之前#3,我师#2已#1打了#1两仗#4。 + qi1 gen4 cun1 zhan4 dou4 zhi1 qian2 wo3 shi1 yi2 da3 le5 liang3 zhang4 +003645 可#1老师#1告诉她#3,贫困生#2可以#1申请#1免学费#4。 + ke2 lao3 shi1 gao4 su5 ta1 pin2 kun4 sheng1 ke2 yi3 shen1 qing2 mian3 xue2 fei4 +003646 王俊洲#1证实#3,孙一丁#3已经#1向#1国美#1方面#2提出#1辞职#4。 + wang2 jun4 zhou1 zheng4 shi2 sun1 yi1 ding1 yi3 jing5 xiang4 guo2 mei3 fang1 mian4 ti2 chu1 ci2 zhi2 +003647 五十五#1年前#2被#1“猫王#1”拥吻的#2神秘#1女郎#2首次#1曝光#4。 + wu3 shi5 wu3 nian2 qian2 bei4 mao1 wang2 yong1 wen3 de5 shen2 mi4 nv3 lang2 shou3 ci4 bao4 guang1 +003648 彭定康#2个性#2非常#1硬朗#4。 + peng2 ding4 kang1 ge4 xing4 fei1 chang2 ying4 lang3 +003649 比如#3李嘉欣的#1丈夫#1许晋亨#3,他的#1爷爷#2是#1香港#1一代#1船王#2许爱周#4。 + bi3 ru2 li3 jia1 xin1 de5 zhang4 fu5 xu3 jin4 heng1 ta1 de5 ye2 ye5 shi4 xiang1 gang3 yi2 dai4 chuan2 wang2 xu3 ai4 zhou1 +003650 傣族#1妇女#2徐小闷#3正在#1自家#1废墟上#2整理#1砖瓦#4。 + dai3 zu2 fu4 nv3 xu2 xiao3 men1 zheng4 zai4 zi4 jia1 fei4 xu1 shang4 zheng2 li3 zhuan1 wa3 +003651 喝杯#1牛奶#2,看个#1电影啦#4。 + he1 bei1 niu2 nai3 kan4 ge5 dian4 ying3 la5 +003652 如果#1因为你#1耽误#1进度#1怎么办#4? + ru2 guo3 yin1 wei4 ni3 dan1 wu5 jin4 du4 zen3 me5 ban4 +003653 广州市#2会不会#2也#1撤销#1街道办#4? + guang3 zhou1 shi4 hui4 bu2 hui4 ye3 che4 xiao1 jie1 dao4 ban4 +003654 全国#1部分#1省市#3阶梯#1电价#2最终#1方案#1一览表#4。 + quan2 guo2 bu4 fen5 sheng3 shi4 jie1 ti1 dian4 jia4 zui4 zhong1 fang1 an4 yi4 lan2 biao3 +003655 涌冒#1不已的#1水花#3,恰像#1银珠#1玉粒#3骨碌碌地#2滚流着#4。 + yong3 mao4 bu4 yi3 de5 shui3 hua1 qia4 xiang4 yin2 zhu1 yu4 li4 gu1 lu1 lu1 de5 gun3 liu2 zhe5 +003656 正是#1这种#2宁为玉碎#2,不作#1瓦全的#2不必要的#1意气#3把他#1推向#2死亡的#1边缘#4! + zheng4 shi4 zhe4 zhong3 ning4 wei2 yu4 sui4 bu2 zuo4 wa3 quan2 de5 bu2 bi4 yao4 de5 yi4 qi4 ba3 ta1 tui1 xiang4 si3 wang2 de5 bian1 yuan2 +003657 去#1揣摩#1别人#2是#1怎么#1演戏的#4。 + qu4 chuai3 mo2 bie2 ren5 shi4 zen3 me5 yan3 xi4 de5 +003658 从#1那个#1时候#3,秉哲#2就与#1蟒蛇#1玩在#1一起#4。 + cong2 na4 ge5 shi2 hou4 bing3 zhe2 jiu4 yu2 mang3 she2 wan2 zai4 yi4 qi3 +003659 学会#1骑马#3体会到#2纵横#1驰骋的#1感觉#2要#1半年#4。 + xue2 hui4 qi2 ma3 ti3 hui4 dao4 zong4 heng2 chi2 cheng3 de5 gan3 jue2 yao4 ban4 nian2 +003660 香炉峰#2山路#1沿途#2处处#1可见#2游客#1乱扔的#1垃圾#4。 + xiang1 lu2 feng1 shan1 lu4 yan2 tu2 chu4 chu4 ke3 jian4 you2 ke4 luan4 reng1 de5 la1 ji1 +003661 由于#2气温#1适宜#3,今年#2逛#1花街的#1市民#2热情#1高涨#4。 + you2 yu2 qi4 wen1 shi4 yi2 jin1 nian2 guang4 hua1 jie1 de5 shi4 min2 re4 qing2 gao1 zhang4 +003662 避免#2因#1学生#1上学#1难度#1增加#3造成#1过早#1辍学#4。 + bi4 mian3 yin1 xue2 sheng1 shang4 xue2 nan2 du4 zeng1 jia1 zao4 cheng2 guo4 zao3 chuo4 xue2 +003663 麦克菲的#1支持者#3在#1监狱外#1举牌#3要求#1还#1麦克菲#1公正#4。 + mai4 ke4 fei1 de5 zhi1 chi2 zhe3 zai4 jian1 yu4 wai4 ju3 pai2 yao1 qiu2 huan2 mai4 ke4 fei1 gong1 zheng4 +003664 国家#2已经#1承认#1我们了#3,但是#1太晚了#4。 + guo2 jia1 yi3 jing1 cheng2 ren4 wo3 men5 le5 dan4 shi4 tai4 wan3 le5 +003665 耳朵#1在流血#3,眼睛#1闭起的#4。 + er3 duo5 zai4 liu2 xue4 yan3 jing5 bi4 qi3 de5 +003666 间或#2也会#1涉及#1胡绳#1先生#4。 + jian4 huo4 ye3 hui4 she4 ji2 hu2 sheng2 xian1 sheng5 +003667 老人#1扫起#1街来#2一丝不苟#4。 + lao3 ren2 sao2 qi3 jie1 lai2 yi4 si1 bu4 gou3 +003668 鬣羚#3,又叫#2苏门羚#3、明鬃羊#3、岩驴#3,也称#2“四不像#3”,产在#1东南亚#1及中国#4。 + lie4 ling2 you4 jiao4 su1 men2 ling2 ming2 zong1 yang2 yan2 lv2 ye3 cheng1 si4 bu2 xiang4 chan3 zai4 dong1 nan2 ya4 ji2 zhong1 guo2 +003669 谢谢#1大家#1聆听#1我们#1这次#1论坛#3,谢谢#1各位#1嘉宾#4。 + xie4 xie5 da4 jia1 ling2 ting1 wo3 men5 zhe4 ci4 lun4 tan2 xie4 xie5 ge4 wei4 jia1 bin1 +003670 而等#2张宏伟#1跳窗的#1时候#3,火#1已经#1烧到了#1他的#1手臂#4。 + er2 deng3 zhang1 hong2 wei3 tiao4 chuang1 de5 shi2 hou4 huo2 yi3 jing1 shao1 dao4 le5 ta1 de5 shou3 bi4 +003671 王全安#2正巧#1也#1入住#1该酒店#3,两人#1却#1没时间#1碰面#4。 + wang2 quan2 an1 zheng4 qiao2 ye3 ru4 zhu4 gai1 jiu3 dian4 liang3 ren2 que4 mei2 shi2 jian1 peng4 mian4 +003672 平日里#3还是#1挖点#1山药材#3,换点钱#1度日#4。 + ping2 ri4 li3 hai2 shi4 wa1 dian3 shan1 yao4 cai2 huan4 dian3 qian2 du4 ri4 +003673 在#2伊万#1和#1莎娃#2争奇#1斗艳的#1背后#3,是#1塞俄#2两大#1红粉#1军团的#2整体#1抗衡#4。 + zai4 yi1 wan4 he2 sha1 wa2 zheng1 qi2 dou4 yan4 de5 bei4 hou4 shi4 sai4 e2 liang3 da4 hong2 fen3 jun1 tuan2 de5 zheng2 ti3 kang4 heng2 +003674 上回#2那篇#1参加#2全国#1征文#1比赛的#1大作#3已经#1凑出了#1交了#1上去#3,杳无#1音讯#4。 + shang4 hui2 na4 pian1 can1 jia1 quan2 guo2 zheng1 wen2 bi3 sai4 de5 da4 zuo4 yi3 jing1 cou4 chu1 le5 jiao1 le5 shang4 qu4 yao3 wu2 yin1 xun4 +003675 郑爽#2听到#1要上楼#3,踌躇着#1不前#4。 + zheng4 shuang3 ting1 dao4 yao4 shang4 lou2 chou2 chu2 zhe5 bu4 qian2 +003676 烟尘#2从#1井内#2迅速#1冒出来#3,把#1整个#1台球桌#1都#1包围了#4。 + yan1 chen2 cong2 jing3 nei4 xun4 su4 mao4 chu1 lai5 ba2 zheng3 ge5 tai2 qiu2 zhuo1 dou1 bao1 wei2 le5 +003677 所谓#2“人民币#1崩盘说#3”纯粹#1是一种#2危言耸听#4。 + suo3 wei4 ren2 min2 bi4 beng1 pan2 shuo1 chun2 cui4 shi4 yi4 zhong3 wei1 yan2 song3 ting1 +003678 庭审中#3,夫妻俩#1泪洒#1法庭#2并#1双双#1认罪#3,希望#1法官#2从轻#1处理#4。 + ting2 shen3 zhong1 fu1 qi1 lia3 lei4 sa2 fa3 ting2 bing4 shuang1 shuang1 ren4 zui4 xi1 wang4 fa3 guan1 cong2 qing1 chu2 li3 +003679 法轮功的#1邪#3,不就#1体现在#2泯灭#1人性上吗#4? + fa3 lun2 gong1 de5 xie2 bu2 jiu4 ti3 xian4 zai4 min3 mie4 ren2 xing4 shang4 ma5 +003680 工作#1人员#2在#1擦拭#2汉白玉#1栏杆#4。 + gong1 zuo4 ren2 yuan2 zai4 ca1 shi4 han4 bai2 yu4 lan2 gan1 +003681 林父#2对钱#1怜惜#3,转而#1变成#2对#1旅游的#1痛恨#4。 + lin2 fu4 dui4 qian2 lian2 xi1 zhuan3 er2 bian4 cheng2 dui4 lv3 you2 de5 tong4 hen4 +003682 胡济兴说#3,他#1非常#1仔细#3,遇到#2稍微歪的#1秧苗#2都要#1一一#1扶正#1栽好#4。 + hu2 ji3 xing1 shuo1 ta1 fei1 chang2 zi3 xi4 yu4 dao4 shao1 wei1 wai1 de5 yang1 miao2 dou1 yao4 yi1 yi1 fu2 zheng4 zai1 hao3 +003683 这些#1说法#2并非#1吹毛求疵#4。 + zhe4 xie1 shuo1 fa3 bing4 fei1 chui1 mao2 qiu2 ci1 +003684 天安门#1广场#3,一派#1春意盎然#4。 + tian1 an1 men2 guang2 chang3 yi2 pai4 chun1 yi4 ang4 ran2 +003685 科斯坚#1纽克的#1美丽#3看似#1狂野#3,实际上#2却有#1知性的#1内涵#4。 + ke1 si1 jian1 niu3 ke4 de5 mei3 li4 kan4 si4 kuang2 ye3 shi2 ji4 shang4 que4 you3 zhi1 xing4 de5 nei4 han2 +003686 百视达#3曾经是#2全球#1最大的#2电影#1租赁#2连锁#1运营商#4。 + bai3 shi4 da2 ceng2 jing1 shi4 quan2 qiu2 zui4 da4 de5 dian4 ying3 zu1 lin4 lian2 suo3 yun4 ying2 shang1 +003687 天麻#1胶囊#2则#1没有#1中标#4。 + tian1 ma2 jiao1 nang2 ze2 mei2 you3 zhong4 biao1 +003688 地藏#1菩萨#1铜像#3由#1洛阳铜#2加工#1集团#2金像#1公司#2负责#1监制#4。 + di4 zang4 pu2 sa5 tong2 xiang4 you2 luo4 yang2 tong2 jia1 gong1 ji2 tuan2 jin1 xiang4 gong1 si1 fu4 ze2 jian1 zhi4 +003689 广州#1中院#1法官#1也证实#3,黄汉标#2走路#1有点瘸#3,但#1并不#1明显#4。 + guang3 zhou1 zhong1 yuan4 fa3 guan1 ye3 zheng4 shi2 huang2 han4 biao1 zou3 lu4 you2 dian3 que2 dan4 bing4 bu4 ming2 xian3 +003690 补助#2按月#1发放#3,由#2见习#1基地#2和#1政府#1补贴#2共同#1分担#4。 + bu3 zhu4 an4 yue4 fa1 fang4 you2 jian4 xi2 ji1 di4 he2 zheng4 fu2 bu3 tie1 gong4 tong2 fen1 dan1 +003691 昨天#3,警方#1向#1媒体#2通报了#2蔺某#1盗窃案的#1侦破#1情况#4。 + zuo2 tian1 jing3 fang1 xiang4 mei2 ti3 tong1 bao4 le5 lin4 mou3 dao4 qie4 an4 de5 zhen1 po4 qing2 kuang4 +003692 出品方#1也表示#3只要#1电影#1票房#1给力#2就拍#1“窃听三#4”。 + chu1 pin3 fang1 ye2 biao3 shi4 zhi3 yao4 dian4 ying3 piao4 fang2 gei3 li4 jiu4 pai1 qie4 ting1 san1 +003693 至此#3,网上#2追逃#1人员#2蓝延强的#1身份#2彻底#1被#1“漂白#4”。 + zhi4 ci3 wang3 shang4 zhui1 tao2 ren2 yuan2 lan2 yan2 qiang2 de5 shen1 fen4 che4 di3 bei4 piao3 bai2 +003694 滞洪区#2本是#1空的#3,相当于#2电脑#1缓存#4。 + zhi4 hong2 qu1 ben3 shi4 kong1 de5 xiang1 dang1 yu2 dian4 nao2 huan3 cun2 +003695 那就#2加油#1努力#1赚钱喽#4。 + na4 jiu4 jia1 you2 nu3 li4 zhuan4 qian2 lou5 +003696 王冰#2打错了#1算盘#3,没过#1几天#3,侯永付#2又#1故伎#1重演#4。 + wang2 bing1 da3 cuo4 le5 suan4 pan5 mei2 guo4 ji3 tian1 hou2 yong3 fu4 you4 gu4 ji4 chong2 yan3 +003697 当然#3,弟兄#3也就#1只能#2饿着#1肚子#1杀敌了#4。 + dang1 ran2 di4 xiong5 ye3 jiu4 zhi3 neng2 e4 zhe5 du4 zi5 sha1 di2 le5 +003698 虽然#2生活中#1爱耍宝#3,训起#1练来#3冯哲#2却#1一点#1也不#1含糊#4。 + sui1 ran2 sheng1 huo2 zhong1 ai4 shua2 bao3 xun4 qi3 lian4 lai2 feng2 zhe2 que4 yi4 dian2 ye3 bu4 han2 hu5 +003699 昌#2一些#1中小#1学生#3被#1高利贷#1“黑手#2”“拽”入#1赌博#1深渊#4。 + chang1 yi4 xie1 zhong1 xiao3 xue2 sheng1 bei4 gao1 li4 dai4 hei1 shou3 zhuai4 ru4 du3 bo2 shen1 yuan1 +003700 六岁的#1小壮壮#3,无疑#1是她#1温情#1母爱的#1寄托#4。 + liu4 sui4 de5 xiao3 zhuang4 zhuang5 wu2 yi2 shi4 ta1 wen1 qing2 mu3 ai4 de5 ji4 tuo1 +003701 其中#1一条#1鲨鱼#3已经#1被#1市民#2瓜分成#1几块#3,鱼案上#3淌满了#1鲜血#4。 + qi2 zhong1 yi4 tiao2 sha1 yu2 yi3 jing5 bei4 shi4 min2 gua1 fen1 cheng2 ji3 kuai4 yu2 an4 shang4 tang2 man3 le5 xian1 xue4 +003702 超市#1不承担#2临期#1食品#1损失#3,没必要#1篡改#1生产#1日期#4。 + chao1 shi4 bu4 cheng2 dan1 lin2 qi1 shi2 pin2 sun3 shi1 mei2 bi4 yao4 cuan4 gai3 sheng1 chan3 ri4 qi1 +003703 刚刚#2有谁#1在#1说话吗#4? + gang1 gang1 you3 shui2 zai4 shuo1 hua4 ma5 +003704 与#1超市#2无关#1之类的#1理由呢#4? + yu3 chao1 shi4 wu2 guan1 zhi1 lei4 de5 li3 you2 ne5 +003705 在#1蝗蝻#1密度#1最大的#1地方#3,一脚#2能#1踩死#1几十头#4。 + zai4 huang2 nan3 mi4 du4 zui4 da4 de5 di4 fang1 yi4 jiao3 neng2 cai2 si2 ji3 shi2 tou2 +003706 近期#3,有#1外媒#1揣测#3其#1在为#2第三次#1核试验#2做准备#4。 + jin4 qi1 you3 wai4 mei2 chuai3 ce4 qi2 zai4 wei4 di4 san1 ci4 he2 shi4 yan4 zuo4 zhun3 bei4 +003707 曾经#2有个#1代表#1提议#3瓮安#2该通#1火车#3,我#1发言#1支持#4。 + ceng2 jing1 you3 ge5 dai4 biao3 ti2 yi4 weng4 an1 gai1 tong1 huo3 che1 wo3 fa1 yan2 zhi1 chi2 +003708 希望#1通过#2绿色#1环保#2与#1科技#1支撑#3,推动#2体育#1文化的#2人文#1提升#4。 + xi1 wang4 tong1 guo4 lv4 se4 huan2 bao2 yu3 ke1 ji4 zhi1 cheng1 tui1 dong4 ti3 yu4 wen2 hua4 de5 ren2 wen2 ti2 sheng1 +003709 近日#1查处的#2胡星案#3、邱晓华案#3便是#1如此#4。 + jin4 ri4 cha2 chu3 de5 hu2 xing1 an4 qiu1 xiao3 hua2 an4 bian4 shi4 ru2 ci3 +003710 受虐#1程度#1越高#3,基因#1变化#1越大#4。 + shou4 nve4 cheng2 du4 yue4 gao1 ji1 yin1 bian4 hua4 yue4 da4 +003711 他#1厌恶#2艺术#1没落#2、颓废的#1现象#4。 + ta1 yan4 wu4 yi4 shu4 mo4 luo4 tui2 fei4 de5 xian4 xiang4 +003712 前不久#3,阿娟#2去了趟#1省#1妇保#4。 + qian2 bu4 jiu3 a1 juan1 qu4 le5 tang4 sheng3 fu4 bao3 +003713 接着#3,他又#1走进#1客厅#3,将爷爷#1推倒#1在地#3,同样用#1菜刀#1猛砍过去#4。 + jie1 zhe5 ta1 you4 zou3 jin4 ke4 ting1 jiang1 ye2 ye5 tui1 dao3 zai4 di4 tong2 yang4 yong4 cai4 dao1 meng4 kan3 guo4 qu4 +003714 在这#1之前#3,我国#1黄金#1储备#3仅#2一千#1九百#1二十九万#1盎司#4。 + zai4 zhe4 zhi1 qian2 wo3 guo2 huang2 jin1 chu3 bei4 jin3 yi4 qian1 jiu2 bai3 er4 shi5 jiu3 wan4 ang4 si1 +003715 不仅#1如此#3,刘嘉玲#2也在#1微博#2实况#1转播#2热闹#1气氛#4。 + bu4 jin3 ru2 ci3 liu2 jia1 ling2 ye3 zai4 wei1 bo2 shi2 kuang4 zhuan3 bo1 re4 nao5 qi4 fen1 +003716 何洪志#2非但#2不思#1悔改#3,反而#2跑到#1广州#2跟着#1彭章云混#4。 + he2 hong2 zhi4 fei1 dan4 bu4 si1 hui2 gai3 fan3 er2 pao3 dao4 guang3 zhou1 gen1 zhe5 peng2 zhang1 yun2 hun4 +003717 我会#2偷偷#1讲#1主人的#1坏话#3嘻嘻#4。 + wo3 hui4 tou1 tou1 jiang2 zhu3 ren2 de5 huai4 hua4 xi1 xi5 +003718 不少#1网友#2戏称为#2“卵民论#4”。 + bu4 shao3 wang2 you3 xi4 cheng1 wei2 luan3 min2 lun4 +003719 自己的#1事情#2要#1自己#1做哟#4。 + zi4 ji3 de5 shi4 qing5 yao4 zi4 ji3 zuo4 yo5 +003720 经验证#3,子弹#2疑发自#2梁本人的#2警用#1左轮#1手枪#4。 + jing1 yan4 zheng4 zi3 dan4 yi2 fa1 zi4 liang2 ben3 ren2 de5 jing3 yong4 zuo3 lun2 shou3 qiang1 +003721 拿到#1扫帚的#1张以任#2跑到#1马路上#3,开始#1扫#1一地的#1烟花屑#4。 + na2 dao4 sao4 zhou5 de5 zhang1 yi3 ren4 pao3 dao4 ma3 lu4 shang4 kai1 shi2 sao3 yi2 di4 de5 yan1 hua1 xie4 +003722 目前#2委托书#2正在#1草拟#1之中#4。 + mu4 qian2 wei3 tuo1 shu1 zheng4 zai4 cao2 ni3 zhi1 zhong1 +003723 该#1提案称#3,北京#2煎饼#1果子#1摊儿的#1治理#2刻不容缓#4。 + gai1 ti2 an4 cheng1 bei3 jing1 jian1 bing2 guo3 zi5 tanr1 de5 zhi4 li3 ke4 bu4 rong2 huan3 +003724 白鹭#2映春洲#3,青龙#2见朝暾#4。 + bai2 lu4 ying4 chun1 zhou1 qing1 long2 jian4 chao2 tun1 +003725 看来#3该片#1实行#2“水嫩#1”到底#4。 + kan4 lai2 gai1 pian4 shi2 xing2 shui3 nen4 dao4 di3 +003726 第二次#1醒来#3,她#1又去#1晒衣服#4。 + di4 er4 ci4 xing3 lai2 ta1 you4 qu4 shai4 yi1 fu5 +003727 尽管#2奶源#1有限#3,我国#1乳业#1现状#3却是#1企业#1数量#1较多#2且#1参差不齐#4。 + jin2 guan2 nai3 yuan2 you3 xian4 wo3 guo2 ru3 ye4 xian4 zhuang4 que4 shi4 qi3 ye4 shu4 liang4 jiao4 duo1 qie3 cen1 ci1 bu4 qi2 +003728 人耳鼠#1技术#3,我相信#2没有#1问题#4。 + ren2 er2 shu3 ji4 shu4 wo3 xiang1 xin4 mei2 you3 wen4 ti2 +003729 喜鹊网#2依然是#1投资#1尝试#3,投资#2极其#1有限#4。 + xi3 que4 wang3 yi1 ran2 shi4 tou2 zi1 chang2 shi4 tou2 zi1 ji2 qi2 you3 xian4 +003730 风筝#1高飞#2线在手#4。 + feng1 zheng5 gao1 fei1 xian4 zai4 shou3 +003731 南来#1北往#2,游人#1如织#4。 + nan2 lai2 bei2 wang3 you2 ren2 ru2 zhi1 +003732 关#2黄金蟒的#1箱笼#4。 + guan1 huang2 jin1 mang3 de5 xiang1 long2 +003733 自驾#1游客#1出游时#3应该#1注意些#1什么#4? + zi4 jia4 you2 ke4 chu1 you2 shi2 ying1 gai1 zhu4 yi4 xie1 shen2 me5 +003734 时代#1周报#1记者#2欲带#1刘志安#2离开#1砖厂#3,因#1有人#1阻挠#2,未能#1如愿#4。 + shi2 dai4 zhou1 bao4 ji4 zhe3 yu4 dai4 liu2 zhi4 an1 li2 kai1 zhuan1 chang3 yin1 you3 ren2 zu3 nao2 wei4 neng2 ru2 yuan4 +003735 她说#3,赵玉环#2给#1警察#2做了#1手语#1翻译#3,得罪了人#4。 + ta1 shuo1 zhao4 yu4 huan2 gei2 jing3 cha2 zuo4 le5 shou2 yu3 fan1 yi4 de2 zui4 le5 ren2 +003736 那#1范晓受#1仰慕#1他的#1才华#3,忽略#1外表#3,和#1林大哥#1厮守#4。 + na4 fan4 xiao3 shou4 yang3 mu4 ta1 de5 cai2 hua2 hu1 lve4 wai4 biao3 he2 lin2 da4 ge1 si1 shou3 +003737 不料#2菲方#2撕毁#1承诺#3,拒绝#1调查#1小组#2进行#1调查#4。 + bu2 liao4 fei1 fang1 si1 hui3 cheng2 nuo4 ju4 jue2 diao4 cha2 xiao2 zu3 jin4 xing2 diao4 cha2 +003738 红杏#2探出#1苏南的#1墙头#3,难#4! + hong2 xing4 tan4 chu1 su1 nan2 de5 qiang2 tou2 nan2 +003739 其言#1谆谆#2,其意#1切切#3,充分#1表达了#2党对#1当代#1青年的#2厚望#1与#1重托#4。 + qi2 yan2 zhun1 zhun1 qi2 yi4 qie4 qie4 chong1 fen4 biao3 da2 le5 dang3 dui4 dang1 dai4 qing1 nian2 de5 hou4 wang4 yu3 zhong4 tuo1 +003740 法新社#1竟称#3,尼泊尔#1遣返#2非法#1入境#1藏人#2是#1迫于#2中国#1政府#1压力#4。 + fa3 xin1 she4 jing4 cheng1 ni2 bo2 er3 qian2 fan3 fei1 fa3 ru4 jing4 cang2 ren2 shi4 po4 yu2 zhong1 guo2 zheng4 fu3 ya1 li4 +003741 该#1负责人#1强调#3,“初筛#1分诊#1制度#2”和#1打击#1号贩子#1无关#4。 + gai1 fu4 ze2 ren2 qiang2 diao4 chu1 shai1 fen1 zhen3 zhi4 du4 he2 da3 ji1 hao4 fan4 zi5 wu2 guan1 +003742 这也是#2蹦床#1项目#2比较#1残酷的#1一面#4。 + zhei4 ye3 shi4 beng4 chuang2 xiang4 mu4 bi3 jiao4 can2 ku4 de5 yi2 mian4 +003743 啪一下#2动力#1蹿出来#3,在#1行驶中#2特别#1危险#4。 + pa1 yi2 xia4 dong4 li4 cuan1 chu1 lai2 zai4 xing2 shi3 zhong1 te4 bie2 wei1 xian3 +003744 随后#3,金正恩#2下达#1命令#3开始#2进行#1演习#4。 + sui2 hou4 jin1 zheng4 en1 xia4 da2 ming4 ling4 kai1 shi3 jin4 xing2 yan3 xi2 +003745 柯木塱#2坳头村内#2鳞次#1栉比的#1新建筑#4。 + ke1 mu4 lang3 ao4 tou2 cun1 nei4 lin2 ci4 zhi4 bi3 de5 xin1 jian4 zhu5 +003746 外界#1熟知的#1老故事是#3,哪怕#2买把#1扫帚#3,都得#2宗庆后#1批准#4。 + wai4 jie4 shu2 zhi1 de5 lao3 gu4 shi5 shi4 na3 pa4 mai2 ba3 sao4 zhou5 dou1 dei3 zong1 qing4 hou4 pi1 zhun3 +003747 你们#1别#1这么#1毁我#1行不行#4。 + ni3 men5 bie2 zhe4 me5 hui2 wo3 xing2 bu4 xing2 +003748 我怕水#3!在#1躲雨呢#4! + wo3 pa4 shui3 zai4 duo2 yu3 ne5 +003749 飘扬吧#3,鲜红的#1国旗#3,飘扬吧#3,亿万颗#1重叠的心#4。 + piao1 yang2 ba5 xian1 hong2 de5 guo2 qi2 piao1 yang2 ba5 yi4 wan4 ke1 chong2 die2 de5 xin1 +003750 提到#2程婆婆#1劈床的事#3,张权#2有#1不同#1说法#4。 + ti2 dao4 cheng2 po2 po5 pi1 chuang2 de5 shi4 zhang1 quan2 you3 bu4 tong2 shuo1 fa3 +003751 前几日的#1茂县#2、汶川等#2震中#1地区#2降雨#1较多#3、云层#1较厚#4。 + qian2 ji3 ri4 de5 mao4 xian4 wen4 chuan1 deng3 zhen4 zhong1 di4 qu1 jiang4 yu3 jiao4 duo1 yun2 ceng2 jiao4 hou4 +003752 昨天说#3也许#2他们的#1奶粉#2比咱们贵#3,也许#1都会买#4。 + zuo2 tian1 shuo1 ye2 xu3 ta1 men5 de5 nai2 fen3 bi3 zan2 men5 gui4 ye2 xu3 dou1 hui4 mai3 +003753 据悉#3,默尔西#1在#1总统府#2为#1坦塔维#1和#1阿南#2举行#1授勋#1仪式#4。 + ju4 xi1 mo4 er3 xi1 zai4 zong2 tong2 fu3 wei4 tan2 ta3 wei2 he2 a1 nan2 ju3 xing2 shou4 xun1 yi2 shi4 +003754 很多人#1认为#3港姐#1胸平#1身材差#3,不少人#1还有#1小肚腩#2、水桶腰#2、赘肉#4。 + hen3 duo1 ren2 ren4 wei2 gang2 jie3 xiong1 ping2 shen1 cai2 cha4 bu4 shao3 ren2 hai2 you2 xiao3 du4 nan3 shui2 tong3 yao1 zhui4 rou4 +003755 不久前#3,雅虎#2与#1社交#1网站#2“脸谱#1”合作#4。 + bu4 jiu3 qian2 ya2 hu2 yu3 she4 jiao1 wang3 zhan4 lian2 pu3 he2 zuo4 +003756 抛尸#1地点#2较为#1偏僻#3,附近#2少人#1居住#4。 + pao1 shi1 di4 dian3 jiao4 wei2 pian1 pi4 fu4 jin4 shao3 ren2 ju1 zhu4 +003757 后来#2儿子#1大了#3,王学圻#2“攒”下的#1军装#2儿子#2一件#1都没#1穿过#4。 + hou4 lai2 er2 zi5 da4 le5 wang2 xue2 yin2 zan3 xia4 de5 jun1 zhuang1 er2 zi5 yi2 jian4 dou1 mei2 chuan1 guo4 +003758 总理#3,您#1整天#1操劳#1费心#3,您当#1总理#1累瘦啦#3,可#1俺们#1老百姓#2却胖啦#4。 + zong2 li3 nin2 zheng3 tian1 cao1 lao2 fei4 xin1 nin2 dang1 zong2 li3 lei4 shou4 la5 ke2 an3 men5 lao2 bai3 xing4 que4 pang4 la5 +003759 没#1男朋友#1还敢#1撞我#3,看#1老子#1不#1削死#1你个#1憋犊子#4! + mei2 nan2 peng2 you5 hai2 gan3 zhuang4 wo3 kan4 lao3 zi5 bu4 xiao1 si2 ni3 ge5 bie1 du2 zi5 +003760 因此#3包润石的#1谈话#3,颇不寻常#4。 + yin1 ci3 bao1 run4 shi2 de5 tan2 hua4 po1 bu4 xun2 chang2 +003761 后来#3,多亏#1工友#2把她#1刨出来#4。 + hou4 lai2 duo1 kui1 gong1 you2 ba3 ta1 pao2 chu5 lai5 +003762 市场#1舆论#3都#1认为是#2“筑底#1企稳#4”。 + shi4 chang3 yu2 lun4 dou1 ren4 wei2 shi4 zhu4 di3 qi2 wen3 +003763 而#1吆喝#2终究#1是#1手段#3,“如果#1酒不好#3,越吆喝#1越糟#4”。 + er2 yao1 he5 zhong1 jiu1 shi4 shou3 duan4 ru2 guo2 jiu3 bu4 hao3 yue4 yao1 he5 yue4 zao1 +003764 究竟#2该#1如何#1看待#2深圳#1物业的#1外销#1市场呢#4? + jiu1 jing4 gai1 ru2 he2 kan4 dai4 shen1 zhen4 wu4 ye4 de5 wai4 xiao1 shi4 chang3 ne5 +003765 他和#1孩子们#1用餐#3、去#1斯坦普斯#1中心#1彩排#4。 + ta1 he2 hai2 zi5 men5 yong4 can1 qu4 si1 tan2 pu3 si1 zhong1 xin1 cai3 pai2 +003766 勾机#2开进村#3,全面#1拆除#2走私#1旧服装#2窝棚#1门店#4。 + gou1 ji1 kai1 jin4 cun1 quan2 mian4 chai1 chu2 zou3 si1 jiu4 fu2 zhuang1 wo1 peng2 men2 dian4 +003767 大多数人#2要么#1正在#1往家赶#3,要么#1已经#1在家#2操持着#1年夜饭#4。 + da4 duo1 shu4 ren2 yao4 me5 zheng4 zai4 wang3 jia1 gan3 yao4 me5 yi3 jing1 zai4 jia1 cao1 chi2 zhe5 nian2 ye4 fan4 +003768 队员们#2又#1赶紧#1用#1卫星#1电话#2给#1游客的#1家里#1报平安#4。 + dui4 yuan2 men5 you4 gan2 jin3 yong4 wei4 xing1 dian4 hua4 gei3 you2 ke4 de5 jia1 li3 bao4 ping2 an1 +003769 切尔西#2从小#1喜欢#2排球#2、玩牌#2、乒乓球#2还有#1电影#4。 + qie4 er3 xi1 cong2 xiao2 xi3 huan1 pai2 qiu2 wan2 pai2 ping1 pang1 qiu2 hai2 you3 dian4 ying3 +003770 湖北省#1水利厅#2农水处#1副处长#1王煌#4。 + hu2 bei2 sheng2 shui3 li4 ting1 nong2 shui3 chu4 fu4 chu4 zhang3 wang2 huang2 +003771 果断#1放弃#2王尊#1这个#2我#1喜欢的#1名字#4。 + guo3 duan4 fang4 qi4 wang2 zun1 zhei4 ge5 wo2 xi3 huan1 de5 ming2 zi4 +003772 韩品芹#3就在#2顾家#1隔壁#1一家#2针织#1印染厂#1工作#4。 + han2 pin3 qin2 jiu4 zai4 gu4 jia1 ge2 bi4 yi4 jia1 zhen1 zhi1 yin4 ran2 chang3 gong1 zuo4 +003773 再#1看见你#1要饭#2就#1揍扁你#4。 + zai4 kan4 jian4 ni3 yao4 fan4 jiu4 zou4 bian2 ni3 +003774 这里#1有个#2葫芦头#1泡馍馆#4。 + zhe4 li2 you3 ge5 hu2 lu5 tou2 pao4 mo2 guan3 +003775 如今#2胡杏儿#1大器#1晚成#3,成为#2炙手可热的#1双料#1视后#4。 + ru2 jin1 hu2 xing4 er2 da4 qi4 wan3 cheng2 cheng2 wei2 zhi4 shou2 ke3 re4 de5 shuang1 liao4 shi4 hou4 +003776 他#1卯足劲儿#2想#1爬起来#3,但#1始终#1没劲儿#4。 + ta1 mao3 zu2 jinr4 xiang3 pa2 qi3 lai2 dan4 shi3 zhong1 mei2 jinr4 +003777 在#2李永波#2以及#1高崚#1等#1队友的#1劝说下#3,黄穗#2又#1重新#1拿起#1球拍#4。 + zai4 li2 yong3 bo1 yi3 ji2 gao1 ling2 deng3 dui4 you3 de5 quan4 shuo1 xia4 huang2 sui4 you4 chong2 xin1 na2 qi3 qiu2 pai1 +003778 在#1堰塘乡#2场镇边的#1老井旁#3,人们#2同样#1在#1排队#1舀水#4。 + zai4 yan4 tang2 xiang1 chang3 zhen4 bian1 de5 lao2 jing3 pang2 ren2 men5 tong2 yang4 zai4 pai2 dui4 yao2 shui3 +003779 有一年#3,一大把#1年纪的#1公公#1婆婆#3大老远#2跑到#1宁波#1来看我#4。 + you3 yi4 nian2 yi2 da4 ba3 nian2 ji4 de5 gong1 gong5 po2 po5 da4 lao2 yuan2 pao3 dao4 ning2 bo1 lai2 kan4 wo3 +003780 会#3,不就是#1把#1一千#2改成#1四百嘛#4。 + hui4 bu2 jiu4 shi4 ba3 yi4 qian1 gai3 cheng2 si4 bai3 ma5 +003781 显然#3,这些#1破碗#2有些#1年月了#4。 + xian3 ran2 zhe4 xie1 po4 wan2 you3 xie1 nian2 yue4 le5 +003782 带#1钻孔的#2鸵鸟#1蛋壳#4。 + dai4 zuan1 kong3 de5 tuo2 niao3 dan4 ke2 +003783 水警#1小艇#3、海事处#1船只#3、趸船#2在旁#1戒备#4。 + shui2 jing3 xiao2 ting3 hai3 shi4 chu4 chuan2 zhi1 dun3 chuan2 zai4 pang2 jie4 bei4 +003784 迈克尔#1杰克逊#2死后#1事情#2仍#1纠缠#1不清#4。 + mai4 ke4 er3 jie2 ke4 xun4 si3 hou4 shi4 qing5 reng2 jiu1 chan2 bu4 qing1 +003785 在#1保供应中#3,“短腿#2”是#1蔬菜#4。 + zai4 bao3 gong1 ying4 zhong1 duan2 tui3 shi4 shu1 cai4 +003786 维修#1人员#1稍作#1休息#3,村民#2抓紧#1时间#2下坑#1接水#4。 + wei2 xiu1 ren2 yuan2 shao1 zuo4 xiu1 xi5 cun1 min2 zhua1 jin3 shi2 jian1 xia4 keng1 jie1 shui3 +003787 全家#2商量过了#3,春节#1就#1搬过来住#3,今年#2过个#1不串#1房檐儿的#1大年#4。 + quan2 jia1 shang1 liang5 guo4 le5 chun1 jie2 jiu4 ban1 guo4 lai2 zhu4 jin1 nian2 guo4 ge5 bu2 chuan4 fang2 yanr2 de5 da4 nian2 +003788 一般#2及#1行政#1费用#1增加#3主要#1是由于#2业务#1拓展#1所致#4。 + yi4 ban1 ji2 xing2 zheng4 fei4 yong4 zeng1 jia1 zhu3 yao4 shi4 you2 yu2 ye4 wu4 tuo4 zhan2 suo3 zhi4 +003789 那天#2喝了酒#3,越想#1越窝囊#3,就去#1棉纺厂#1闹事#4。 + na4 tian1 he1 le5 jiu3 yue4 xiang3 yue4 wo1 nang5 jiu4 qu4 mian2 fang2 chang3 nao4 shi4 +003790 小说家#1根#3一时#1找不到#2一种#2既通俗#2又#1高雅的#1东西#1反驳#3,无话可说#4。 + xiao3 shuo1 jia1 gen1 yi4 shi2 zhao3 bu2 dao4 yi4 zhong3 ji4 tong1 su2 you4 gao1 ya3 de5 dong1 xi5 fan3 bo2 wu2 hua4 ke3 shuo1 +003791 村庄#1历史#2最早#1记载#2见于#2一四#1六一年#4。 + cun1 zhuang1 li4 shi3 zui4 zao3 ji4 zai3 jian4 yu2 yi1 si4 liu4 yi1 nian2 +003792 女孩#2拗不过#1小钟#3,没拦他#4。 + nv3 hai2 ao4 bu2 guo4 xiao3 zhong1 mei2 lan2 ta1 +003793 许世虎#1同时#1指出#3,女大学生#2参加#1选美#3要#1有所#1选择#4。 + xu3 shi4 hu3 tong2 shi2 zhi3 chu1 nv3 da4 xue2 sheng1 can1 jia1 xuan2 mei3 yao4 you2 suo2 xuan3 ze2 +003794 盘中#1触及#2六点#1二二#1六二#3,创#1汇改#1以来#1新高#4。 + pan2 zhong1 chu4 ji2 liu4 dian3 er4 er4 liu4 er4 chuang4 hui4 gai2 yi3 lai2 xin1 gao1 +003795 汪洋#2参加#2深圳#1代表团#1审议#3并#1发表#2重要#1讲话#4。 + wang1 yang2 can1 jia1 shen1 zhen4 dai4 biao3 tuan2 shen3 yi4 bing4 fa1 biao3 zhong4 yao4 jiang3 hua4 +003796 豫园#2景色#1很美#3,是#1上海#1市区#3唯一#1留存#1完好的#1江南#1古典#1园林#4。 + yu4 yuan2 jing3 se4 hen2 mei3 shi4 shang4 hai3 shi4 qu1 wei2 yi1 liu2 cun2 wan2 hao3 de5 jiang1 nan2 gu2 dian3 yuan2 lin2 +003797 会场内#3,歌声#1嘹亮#3,群情#1激昂#4。 + hui4 chang3 nei4 ge1 sheng1 liao2 liang4 qun2 qing2 ji1 ang2 +003798 但#2谁能#1抗拒#2彰显#1聪明的#1诱惑#4? + dan4 shui2 neng2 kang4 ju4 zhang1 xian3 cong1 ming5 de5 you4 huo4 +003799 羡慕#1嫉妒恨#3、吞口水#4。 + xian4 mu4 ji2 du4 hen4 tun1 kou2 shui3 +003800 荣育#3向#1习近平#2献花串#4。 + rong2 yu4 xiang4 xi2 jin4 ping2 xian4 hua1 chuan4 +003801 光#1袜子#2就#1塞了#1十几双#4。 + guang1 wa4 zi5 jiu4 sai1 le5 shi2 ji3 shuang1 +003802 可能#2听上去#2有点傻#4。 + ke3 neng2 ting1 shang4 qu4 you2 dian2 sha3 +003803 其实#2对于#1三安的#1软肋#3,总经理#2林科闯#3有着#1清醒的#1认识#4。 + qi2 shi2 dui4 yu2 san1 an1 de5 ruan3 lei4 zong3 jing1 li3 lin2 ke1 chuang3 you3 zhe5 qing1 xing3 de5 ren4 shi5 +003804 中华#2回乡#1文化园#2挺好#1玩儿的#3,可以#1感受#2回族的#1生活呢#4。 + zhong1 hua2 hui2 xiang1 wen2 hua4 yuan2 ting2 hao3 wanr2 de5 ke2 yi2 gan3 shou4 hui2 zu2 de5 sheng1 huo2 ne5 +003805 其#1外包装#2和#1商品#1名称#3,均与#1山东#1驰名#1商标#2“东阿#1阿胶#2”构成#1近似#4。 + qi2 wai4 bao1 zhuang1 he2 shang1 pin3 ming2 cheng1 jun1 yu3 shan1 dong1 chi2 ming2 shang1 biao1 dong1 e1 e1 jiao1 gou4 cheng2 jin4 si4 +003806 驻守在#2海拔#2五千#1三百米的#2查古拉#1哨所#3,不见#1飞鸟#3,不见#1绿草#4。 + zhu4 shou3 zai4 hai3 ba2 wu3 qian1 san1 bai2 mi3 de5 zha1 gu3 la1 shao4 suo3 bu2 jian4 fei1 niao3 bu2 jian4 lv4 cao3 +003807 收缴的#1钱款#3现已#1进入#1银行#2清退#1专户#3,准备#2一并#1清退#4。 + shou1 jiao3 de5 qian2 kuan3 xian4 yi3 jin4 ru4 yin2 hang2 qing1 tui4 zhuan1 hu4 zhun3 bei4 yi2 bing4 qing1 tui4 +003808 虽然#3瓮津郡#3采取了#2降低#1船票价#2等措施#3,但#1收效#1不大#4。 + sui1 ran2 weng4 jin1 jun4 cai2 qu3 le5 jiang4 di1 chuan2 piao4 jia4 deng3 cuo4 shi1 dan4 shou1 xiao4 bu2 da4 +003809 还#2很喜欢#2只用#1睫毛膏#3、粉底#2和#1腮红的#2简单#1妆容#4。 + hai2 hen2 xi3 huan1 zhi3 yong4 jie2 mao2 gao1 fen2 di3 he2 sai1 hong2 de5 jian3 dan1 zhuang1 rong2 +003810 行李#1打包处#3,旅客们#2在忙着#2捆绑#1行李#3,安检#1入口#2也#1秩序#1井然#4。 + xing2 li2 da3 bao1 chu4 lv3 ke4 men5 zai4 mang2 zhe5 kun2 bang3 xing2 li3 an1 jian3 ru4 kou2 ye3 zhi4 xu4 jing3 ran2 +003811 这些#2隐形#1轰炸机的#1打击#1目标#3是#1利比亚#1军用#1机场#4。 + zhe4 xie1 yin3 xing2 hong1 zha4 ji1 de5 da3 ji1 mu4 biao1 shi4 li4 bi3 ya4 jun1 yong4 ji1 chang3 +003812 见过#1驴吃草#3,可没#1见过#1驴吃肉#4。 + jian4 guo5 lv2 chi1 cao3 ke3 mei2 jian4 guo5 lv2 chi1 rou4 +003813 更多的人#3还是#1左右#1张望#3,万分#1无奈下#2,实在#1没办法#1才回国#4。 + geng4 duo1 de5 ren2 hai2 shi4 zuo3 you4 zhang1 wang4 wan4 fen1 wu2 nai4 xia4 shi2 zai4 mei2 ban4 fa3 cai2 hui2 guo2 +003814 女友#2呆呆的说#3:“比我#1笨的#1人呗#4! + nv2 you3 dai1 dai1 de5 shuo1 bi2 wo3 ben4 de5 ren2 bei5 +003815 因为#1这样#3可以#1少引发#2心血管#1疾病#4。 + yin1 wei4 zhe4 yang4 ke2 yi3 shao2 yin3 fa1 xin1 xue4 guan3 ji2 bing4 +003816 他的#1母亲#1魏春#2坐在#1地上#3,已经#1哭得#1喉咙#1沙哑#4。 + ta1 de5 mu3 qin1 wei4 chun1 zuo4 zai4 di4 shang4 yi3 jing1 ku1 de5 hou2 long2 sha1 ya3 +003817 他们#2掌握#1财富的#1主要#1原因#3是因为#1拥有#1不动产#4。 + ta1 men5 zhang3 wo4 cai2 fu4 de5 zhu3 yao4 yuan2 yin1 shi4 yin1 wei4 yong1 you3 bu2 dong4 chan3 +003818 玩累了#3就#1躺着#1听戏#1晒太阳#4。 + wan2 lei4 le5 jiu4 tang3 zhe5 ting1 xi4 shai4 tai4 yang5 +003819 收回的#1选票#2少于#1发出的#1选票#3,选举#1有效#4。 + shou1 hui2 de5 xuan3 piao4 shao3 yu2 fa1 chu1 de5 xuan3 piao4 xuan2 ju2 you3 xiao4 +003820 这些#1专业#1琴师#3是要#1付#1报酬的#4。 + zhe4 xie1 zhuan1 ye4 qin2 shi1 shi4 yao4 fu4 bao4 chou2 de5 +003821 李扬#2本想#1拒绝#3,却#1神使#1鬼差#2点了头#4。 + li3 yang2 ben2 xiang3 ju4 jue2 que4 shen2 shi2 gui3 chai1 dian3 le5 tou2 +003822 他#2踱到#1教室里#3,见#1自己#1桌面上#3静#1躺了#1一封信#3,心#1猛然#1一跳#4。 + ta1 duo2 dao4 jiao4 shi4 li3 jian4 zi4 ji3 zhuo1 mian4 shang4 jing4 tang3 le5 yi4 feng1 xin4 xin1 meng3 ran2 yi2 tiao4 +003823 几天前#3,他来到#1余姚#1找姐姐#4。 + ji3 tian1 qian2 ta1 lai2 dao4 yu2 yao2 zhao2 jie3 jie5 +003824 他#1此后的#1人生#1之路#3会#1一帆风顺吗#4? + ta1 ci3 hou4 de5 ren2 sheng1 zhi1 lu4 hui4 yi4 fan1 feng1 shun4 ma5 +003825 换乘#1距离#3也将#1缩短到#1百米内#4。 + huan4 cheng2 ju4 li2 ye3 jiang1 suo1 duan3 dao4 bai2 mi3 nei4 +003826 她说#2要舔#1哪里#1都可以#4。 + ta1 shuo1 yao4 tian3 na2 li3 dou1 ke2 yi3 +003827 父亲说#3他#1无钱#1为儿#1操办#1婚事#3,打算#1去卖肾#4。 + fu4 qin5 shuo1 ta1 wu2 qian2 wei4 er2 cao1 ban4 hun1 shi4 da3 suan5 qu4 mai4 shen4 +003828 这个#1故事的#1寓意#3,就是要#2鞭挞#1那些#3只会#1马后炮的#1庸者#4。 + zhe4 ge5 gu4 shi4 de5 yu4 yi4 jiu4 shi4 yao4 bian1 ta4 na4 xie1 zhi3 hui4 ma3 hou4 pao4 de5 yong1 zhe3 +003829 保护区#1管理处#3、东旺沙#2边防#1派出所#2接令#3立刻#1出动#4。 + bao3 hu4 qu1 guan2 li3 chu4 dong1 wang4 sha1 bian1 fang2 pai4 chu1 suo3 jie1 ling4 li4 ke4 chu1 dong4 +003830 从此#3,江界河#1移民#2成了#1瓮安#2一块#1板结的#1伤疤#4。 + cong2 ci3 jiang1 jie4 he2 yi2 min2 cheng2 le5 weng4 an1 yi2 kuai4 ban3 jie2 de5 shang1 ba1 +003831 我们#1一起#1回忆#3邓颖超#1同志#3对#1孩子#1剧团的#1关怀#4。 + wo3 men5 yi4 qi3 hui2 yi4 deng4 ying3 chao1 tong2 zhi4 dui4 hai2 zi5 ju4 tuan2 de5 guan1 huai2 +003832 近#1一周#1以来#3,她神情#2恍恍惚惚#3,身处#1梦境的#1感觉#2如影随形#4。 + jin4 yi4 zhou1 yi3 lai2 ta1 shen2 qing2 huang2 huang3 hu1 hu1 shen1 chu3 meng4 jing4 de5 gan3 jue2 ru2 ying3 sui2 xing2 +003833 五是#1搞好#1爱心#1服务#4。 + wu3 shi4 gao2 hao3 ai4 xin1 fu2 wu4 +003834 吴耿的#1“胃口#2”越来越大#4。 + wu2 geng3 de5 wei4 kou3 yue4 lai2 yue4 da4 +003835 她的#1宝宝#1四个多月#4。 + ta1 de5 bao3 bao5 si4 ge5 duo1 yue4 +003836 杨开慧的#1父亲#2杨昌济#3就是#1毛主席#2得益#1良深的#2修身#1教师#4。 + yang2 kai1 hui4 de5 fu4 qin5 yang2 chang1 ji4 jiu4 shi4 mao2 zhu3 xi2 de2 yi4 liang2 shen1 de5 xiu1 shen1 jiao4 shi1 +003837 孙建华#2同时#1上传了#2“剁指#1照片#4”。 + sun1 jian4 hua2 tong2 shi2 shang4 chuan2 le5 duo4 zhi3 zhao4 pian4 +003838 八宝粥#2搭配#1煮鸡蛋#3,早晨#1营养#2加油站#4。 + ba1 bao3 zhou1 da1 pei4 zhu3 ji1 dan4 zao3 chen2 ying2 yang3 jia1 you2 zhan4 +003839 保安#2用手#3掐住#1记者#1脖子#2抢相机#4。 + bao3 an1 yong4 shou3 qia1 zhu4 ji4 zhe3 bo2 zi5 qiang3 xiang4 ji1 +003840 电视里#2画面#1跳动#3,他们#1却如#1三尊#1雕塑#4。 + dian4 shi4 li3 hua4 mian4 tiao4 dong4 ta1 men5 que4 ru2 san1 zun1 diao1 su4 +003841 真的是#2与人祸#1迥然#1有别#2、两不相干吗#4? + zhen1 de5 shi4 yu3 ren2 huo4 jiong3 ran2 you3 bie2 liang3 bu5 xiang1 gan1 ma5 +003842 我#1恳请#1广大#1父母#3让孩子#1熟读#2“弟子规#3”孝敬#1父母#3,百善#2孝为先#4。 + wo3 ken2 qing2 guang3 da4 fu4 mu3 rang4 hai2 zi5 shu2 du2 di4 zi3 gui1 xiao4 jing4 fu4 mu2 bai3 shan4 xiao4 wei2 xian1 +003843 孙晓雯#2设计的#1概念表#3在#1读秒#3,迎接#1奥运的#1到来#4。 + sun1 xiao3 wen2 she4 ji4 de5 gai4 nian4 biao3 zai4 du2 miao3 ying2 jie1 ao4 yun4 de5 dao4 lai2 +003844 村委会#2否认#1毁损#2王某#1儿子的#1坟墓#3,不同意#1赔偿#4。 + cun1 wei3 hui4 fou3 ren4 sun2 hui3 wang2 mou3 er2 zi5 de5 fen2 mu4 bu4 tong2 yi4 pei2 chang2 +003845 小汽车#2成为#1主要#1增长点#4。 + xiao3 qi4 che1 cheng2 wei2 zhu3 yao4 zeng1 zhang2 dian3 +003846 子淇#2又透露#3妹妹#1刚#1诞下#1孖仔#3,但会#2继续#1追女#4。 + zi3 qi2 you4 tou4 lu4 mei4 mei5 gang1 dan4 xia4 zi1 zai3 dan4 hui4 ji4 xu4 zhui1 nv3 +003847 要我#1放纵#3,我#1做不到#4。 + yao4 wo3 fang4 zong4 wo3 zuo4 bu2 dao4 +003848 李先生#1取钱时#3,银行#1营业员#2曾#1提醒#1李先生#1验钞#3,但他#1拒绝了#4。 + li3 xian1 sheng5 qu3 qian2 shi2 yin2 hang2 ying2 ye4 yuan2 ceng2 ti2 xing2 li3 xian1 sheng5 yan4 chao1 dan4 ta1 ju4 jue2 le5 +003849 然而#3,这样#1找女儿#3如同#2大海#1捞针#4。 + ran2 er2 zhe4 yang4 zhao2 nv3 er2 ru2 tong2 da4 hai3 lao1 zhen1 +003850 你俩的#1牛奶#2在哪儿#1买的#3?给我#1上一车#4! + ni2 lia3 de5 niu2 nai3 zai4 nar2 mai3 de5 gei2 wo3 shang4 yi4 che1 +003851 与#1王政的#1看法#1不同#3,刘薇#2给#1舫儿#2上了#1中国#1户口#4。 + yu3 wang2 zheng4 de5 kan4 fa3 bu4 tong2 liu2 wei1 gei2 fang3 er2 shang4 le5 zhong1 guo2 hu4 kou3 +003852 他#1出去#1一看#3,一名#1老太太#2正与#1一名#2黑衣#1年轻#1男子#2拉拉#1扯扯#4。 + ta1 chu1 qu4 yi2 kan4 yi4 ming2 lao3 tai4 tai5 zheng4 yu3 yi4 ming2 hei1 yi1 nian2 qing1 nan2 zi3 la1 la1 che2 che3 +003853 野性#1未驯的#1翅膀#1一挥#3,几乎#2就能#1把他#2搡个#1跟斗#4。 + ye3 xing4 wei4 xun4 de5 chi4 bang3 yi4 hui1 ji1 hu1 jiu4 neng2 ba3 ta1 sang3 ge5 gen1 dou5 +003854 美国#1民主党#2智囊团的#1说法#2值得#1玩味#4。 + mei3 guo2 min2 zhu2 dang3 zhi4 nang2 tuan2 de5 shuo1 fa3 zhi2 de2 wan2 wei4 +003855 今天的#1北京#3阳光#2非常#1灿烂#4。 + jin1 tian1 de5 bei3 jing1 yang2 guang1 fei1 chang2 can4 lan4 +003856 嫁妆#2应该是#1我妈妈#1送给我吧#4。 + jia4 zhuang5 ying1 gai1 shi4 wo3 ma1 ma5 song4 gei2 wo3 ba5 +003857 我没#3,我只是#3——她低头#1要#1拆信#4。 + wo3 mei2 wo2 zhi3 shi4 ta1 di1 tou2 yao4 chai1 xin4 +003858 变更#2具体#1事项的#1名称#3、理由#2及依据#4。 + bian4 geng1 ju4 ti3 shi4 xiang4 de5 ming2 cheng1 li3 you2 ji2 yi1 ju4 +003859 温妻的#1一个#1耳朵#2没有#1听力#3,还有点#1半哑#4。 + wen1 qi1 de5 yi2 ge5 er3 duo5 mei2 you3 ting1 li4 hai2 you2 dian3 ban4 ya3 +003860 惟有#2学而不厌的#1先生#3,才能#1教出#2学而不厌的#1学生#4。 + wei2 you3 xue2 er2 bu2 yan4 de5 xian1 sheng5 cai2 neng2 jiao1 chu1 xue2 er2 bu2 yan4 de5 xue2 sheng5 +003861 昨日#3,北大#3,工人#2把#1砍倒的#1杨树#1运走#4。 + zuo2 ri4 bei3 da4 gong1 ren2 ba3 kan2 dao3 de5 yang2 shu4 yun4 zou3 +003862 他#1通过#1“脸谱#2”开始#1追踪#1莫瑞#4。 + ta1 tong1 guo4 lian2 pu3 kai1 shi3 zhui1 zong1 mo4 rui4 +003863 电视剧#1上面#1演过的#4。 + dian4 shi4 ju4 shang4 mian4 yan3 guo4 de5 +003864 为#2避免#1引起#1别人的#1注意#3,夫妻俩#2还密谋#2报假案#4。 + wei4 bi4 mian3 yin2 qi3 bie2 ren5 de5 zhu4 yi4 fu1 qi1 lia3 hai2 mi4 mou2 bao4 jia3 an4 +003865 不要#1用嘴#2去#1吮吸#1伤口#3,也最好#2不要用#1酒精#1去#1清洗#4。 + bu2 yao4 yong4 zui3 qu4 shun3 xi1 shang1 kou3 ye3 zui4 hao3 bu2 yao4 yong4 jiu3 jing1 qu4 qing1 xi3 +003866 原因#2很简单#3,几乎#1所有#1推荐生#2都#1“非优#1即官#2”无可挑剔#4。 + yuan2 yin1 hen2 jian3 dan1 ji1 hu1 suo2 you3 tui1 jian4 sheng1 dou1 fei1 you1 ji2 guan1 wu2 ke3 tiao1 ti5 +003867 自此#3,吴倩莲#2就#1少有#1作品#1问世#4。 + zi4 ci3 wu2 qian4 lian2 jiu4 shao2 you3 zuo4 pin3 wen4 shi4 +003868 周某某#2瞅准#1空当#3,拼命#2逃离了#1现场#4。 + zhou1 mou2 mou3 chou2 zhun3 kong4 dang1 pin1 ming4 tao2 li2 le5 xian4 chang3 +003869 记者#2还#1怂恿#1孙俪#1亲邓超#3,孙俪#1婉拒了#4。 + ji4 zhe3 hai2 song2 yong3 sun1 li4 qin1 deng4 chao1 sun1 li4 wan3 ju4 le5 +003870 所以说#3,亚马逊#2让#1谷歌#2寝食难安#3,也就#2不足#1为奇了#4。 + suo2 yi3 shuo1 ya4 ma3 xun4 rang4 gu3 ge1 qin3 shi2 nan2 an1 ye3 jiu4 bu4 zu2 wei2 qi2 le5 +003871 网上#1盗版#2太#1欺负人#3,作家们#2终于#1难忍#1不平#2一声吼了#4。 + wang3 shang4 dao4 ban3 tai4 qi1 fu5 ren2 zuo4 jia1 men5 zhong1 yu2 nan2 ren3 bu4 ping2 yi4 sheng1 hou3 le5 +003872 右丙#1氧芬的#1使用#2安全性低#3、过量#2风险高#4。 + you4 bing2 yang3 fen1 de5 shi3 yong4 an1 quan2 xing4 di1 guo4 liang4 feng1 xian3 gao1 +003873 太阳#2快落山了#3,我#1告别#1村里的#1乡亲们#3,离开#1沁县#2返回#1太原#4。 + tai4 yang5 kuai4 luo4 shan1 le5 wo3 gao4 bie2 cun1 li3 de5 xiang1 qin5 men5 li2 kai1 qin4 xian4 fan3 hui2 tai4 yuan2 +003874 蜀黍说#3,报案#2可不能#1憋着啊#3,该报#1就要报#3,别怕#1麻烦#1蜀黍#4。 + shu3 shu2 shuo1 bao4 an4 ke3 bu4 neng2 bie1 zhe5 a5 gai1 bao4 jiu4 yao4 bao4 bie2 pa4 ma2 fan5 shu3 shu2 +003875 母亲#2一声#1尖叫#3,引来#1邻居#1科亨#4。 + mu3 qin1 yi4 sheng1 jian1 jiao4 yin3 lai2 lin2 ju5 ke1 heng1 +003876 此时的#1沁沁#2还有#1呼吸#3,并#1不断#1轻声#1呻吟着#4。 + ci3 shi2 de5 qin4 qin5 hai2 you3 hu1 xi1 bing4 bu2 duan4 qing1 sheng1 shen1 yin2 zhe5 +003877 我会讲#1冷笑话#3,有颜色#1笑话#2暂时#1还不会#4。 + wo3 hui4 jiang2 leng3 xiao4 hua5 you3 yan2 se4 xiao4 hua4 zan4 shi2 hai2 bu2 hui4 +003878 早晚#2要#1多穿#1一点#4。 + zao2 wan3 yao4 duo1 chuan1 yi4 dian3 +003879 宁波人#3,很#1厉害哟#4。 + ning2 bo1 ren2 hen3 li4 hai5 yo5 +003880 男子#1解释#3,这头#1骆驼#2脾气#1很好#4。 + nan2 zi2 jie3 shi4 zhe4 tou2 luo4 tuo5 pi2 qi4 hen2 hao3 +003881 专案组#1判断#3,吕某#1有#1重大#1作案#1嫌疑#4。 + zhuan1 an4 zu3 pan4 duan4 lv2 mou2 you3 zhong4 da4 zuo4 an4 xian2 yi2 +003882 政府军#3正#1试图#1切断#2通往#2贾尔镇的#2物资#1渠道#4。 + zheng4 fu3 jun1 zheng4 shi4 tu2 qie1 duan4 tong1 wang3 jia2 er3 zhen4 de5 wu4 zi1 qu2 dao4 +003883 汪峰#2乐意#1看#1两个人斗#3,斗出点#1事情#1才好呢#4。 + wang1 feng1 le4 yi4 kan4 liang3 ge5 ren2 dou4 dou4 chu1 dian3 shi4 qing5 cai2 hao3 ne5 +003884 因为#1我呀#3想给你#1最好的#1答案#4。 + yin1 wei4 wo3 ya5 xiang2 gei2 ni3 zui4 hao3 de5 da2 an4 +003885 小春#2没有#1得罪人#3,扪心自问#2不用怕#4。 + xiao3 chun1 mei2 you3 de2 zui4 ren2 men2 xin1 zi4 wen4 bu2 yong4 pa4 +003886 听众#2则听得#1津津有味#3,获益#1匪浅#4。 + ting1 zhong4 ze2 ting1 de5 jin1 jin1 you3 wei4 huo4 yi4 fei2 qian3 +003887 少顷#3,果真#1有一#1小和尚#1翻墙#3,黑暗中#2踩着#1老禅师的#1脊背#2跳进#1院子#4。 + shao2 qing3 guo3 zhen1 you3 yi4 xiao3 he2 shang5 fan1 qiang2 hei1 an4 zhong1 cai3 zhe5 lao3 chan2 shi1 de5 ji3 bei4 tiao4 jin4 yuan4 zi5 +003888 我#1哪敢#1放松啊#3,一天#2恨不得#1有#1三十二#1小时#1才好#4。 + wo3 na2 gan3 fang4 song1 a5 yi4 tian1 hen4 bu4 de2 you3 san1 shi5 er4 xiao3 shi2 cai2 hao3 +003889 而#2除了#1“划线”外#3,庞卫国#2也#1逐渐#1开始#1担任#1解说#1嘉宾#4。 + er2 chu2 le5 hua4 xian4 wai4 pang2 wei4 guo2 ye3 zhu2 jian4 kai1 shi3 dan1 ren4 jie3 shuo1 jia1 bin1 +003890 日本#2是与#1波兰#2达成#2减免#1债务#1协议的#2第#1十个#1国家#4。 + ri4 ben3 shi4 yu3 bo1 lan2 da2 cheng2 jian2 mian3 zhai4 wu4 xie2 yi4 de5 di4 shi2 ge5 guo2 jia1 +003891 此外#3,快男#1苏醒#2和#1女星#1李菲儿#3也受邀#1参加了#1此次#1活动#4。 + ci3 wai4 kuai4 nan2 su1 xing3 he2 nv3 xing1 li3 fei1 er5 ye3 shou4 yao1 can1 jia1 le5 ci3 ci4 huo2 dong4 +003892 这让#2深泽#1铁杆镇东#3河疃村的#1李印旨#1一家#2沮丧#1不已#4。 + zhe4 rang4 shen1 ze2 tie2 gan3 zhen4 dong1 he2 tuan3 cun1 de5 li3 yin4 zhi3 yi4 jia1 ju3 sang4 bu4 yi3 +003893 这出戏#2似乎#1又#1多出#1一点#1“作料#4”。 + zhe4 chu1 xi4 si4 hu1 you4 duo1 chu1 yi4 dian3 zuo2 liao4 +003894 卧槽#3,这是要#2整死#1我们的#1节奏啊#4! + wo4 cao2 zhe4 shi4 yao4 zheng2 si2 wo3 men5 de5 jie2 zou4 a5 +003895 加了玉的#1奖牌#2是否能#1抵抗#2外力#1冲击#4? + jia1 le5 yu4 de5 jiang3 pai2 shi4 fou3 neng2 di3 kang4 wai4 li4 chong1 ji1 +003896 见面会#1现场#3,刘诗诗#1频频#2咧嘴#2露牙#1大笑#4。 + jian4 mian4 hui4 xian4 chang3 liu2 shi1 shi1 pin2 pin2 lie2 zui3 lou4 ya2 da4 xiao4 +003897 事后#2警员#1到场#1调查#3,初步#1无可疑#3,但未#1发现#1遗书#3,堕楼#1原因#1未明#4。 + shi4 hou4 jing3 yuan2 dao4 chang3 diao4 cha2 chu1 bu4 wu2 ke3 yi2 dan4 wei4 fa1 xian4 yi2 shu1 duo4 lou2 yuan2 yin1 wei4 ming2 +003898 在#2第三进#1堂屋#1上方#3,还#1保存着#1南京#2几无#1仅存的#1祖宗阁#4。 + zai4 di4 san1 jin4 tang2 wu1 shang4 fang1 hai2 bao3 cun2 zhe5 nan2 jing1 ji3 wu2 jin3 cun2 de5 zu3 zong1 ge2 +003899 早前#1有指#1郑视帝#2在#1片场#1耍大牌#3,颖儿#2即在#1微博#2发功#1维护#4。 + zao3 qian2 you2 zhi3 zheng4 shi4 di4 zai4 pian4 chang2 shua3 da4 pai2 ying3 er2 ji2 zai4 wei1 bo2 fa1 gong1 wei2 hu4 +003900 跑了#1三十多米#2自己#1也#1熏到了#4。 + pao3 le5 san1 shi5 duo1 mi3 zi4 ji2 ye3 xun1 dao4 le5 +003901 半夜#1吃东西#3是#1补充#1脂肪的#1最好#1办法#3,想长胖#2就#1不要#1错过#4! + ban4 ye4 chi1 dong1 xi5 shi4 bu3 chong1 zhi1 fang5 de5 zui4 hao3 ban4 fa3 xiang2 zhang3 pang4 jiu4 bu2 yao4 cuo4 guo4 +003902 不远处#3还有#1农民#2正在用#1水泵#3引柳#1干渠#2中水#1灌溉#4。 + bu4 yuan3 chu4 hai2 you3 nong2 min2 zheng4 zai4 yong4 shui3 beng4 yin2 liu3 gan1 qu2 zhong1 shui3 guan4 gai4 +003903 肝癌的#1发生#3,很大#1部分#2跟#1乙肝#1有关#4。 + gan1 ai2 de5 fa1 sheng1 hen3 da4 bu4 fen5 gen1 yi3 gan1 you3 guan1 +003904 再有#3,可#1使用#1唇膏#3,并#1避免#2舔嘴唇#4。 + zai4 you3 ke2 shi3 yong4 chun2 gao1 bing4 bi4 mian3 tian2 zui3 chun2 +003905 中国#2好脏#2、好乱#2,好快活#4。 + zhong1 guo2 hao3 zang1 hao3 luan4 hao3 kuai4 huo5 +003906 你再#1这样#2不务正业#2,玩物#1丧志的话#3,我就#1跟你#1离婚#4! + ni3 zai4 zhe4 yang5 bu2 wu4 zheng4 ye4 wan2 wu4 sang4 zhi4 de5 hua4 wo3 jiu4 gen1 ni3 li2 hun1 +003907 片段中的#1基努#2剪了#1一头#1短发#3及#1剃净#1胡须#3,恢复#1其#1英俊#1本色#4。 + pian4 duan4 zhong1 de5 ji1 nu3 jian3 le5 yi4 tou2 duan3 fa4 ji2 ti4 jing4 hu2 xu1 hui1 fu4 qi2 ying1 jun4 ben3 se4 +003908 遇险#1船只#3距离#1岸边#2七八十米#3,仅剩#1一根#2钢缆#1固定#3,洪水#1湍急#4。 + yu4 xian3 chuan2 zhi1 ju4 li2 an4 bian1 qi1 ba1 shi5 mi3 jin3 sheng4 yi4 gen1 gang1 lan3 gu4 ding4 hong2 shui3 tuan1 ji2 +003909 有人#1敲窗时#3,不轻易#1解锁#1下车#4。 + you3 ren2 qiao1 chuang1 shi2 bu4 qing1 yi4 jie2 suo3 xia4 che1 +003910 他#1大惊#3,说#3:你老虎#1屁股#1也敢摸#4? + ta1 da4 jing1 shuo1 ni3 lao2 hu3 pi4 gu5 ye2 gan3 mo1 +003911 如果#2我们#1不需要#1补丁#3,可以#1停用#1应用#1引擎#1实例#3,不用#1为此#1付费#4。 + ru2 guo2 wo3 men5 bu4 xu1 yao4 bu3 ding1 ke2 yi3 ting2 yong4 ying4 yong4 yin3 qing2 shi2 li4 bu2 yong4 wei4 ci3 fu4 fei4 +003912 酸雨#1污染#2是个#1区域性的#1问题#4。 + suan1 yu3 wu1 ran3 shi4 ge5 qu1 yu4 xing4 de5 wen4 ti2 +003913 她#1喜欢#2颜色#1鲜艳的#1衣服#4。 + ta1 xi3 huan1 yan2 se4 xian1 yan4 de5 yi1 fu5 +003914 混混#2左右#1开弓#3,噼呖#1啪啦的#2打了#1马力#2几十记#1耳光#4。 + hun4 hun5 zuo3 you4 kai1 gong1 pi1 li5 pa1 la1 de5 da3 le5 ma3 li4 ji3 shi2 ji4 er3 guang1 +003915 宋再湘#2决定#1去一趟#1云南#4。 + song4 zai4 xiang1 jue2 ding4 qu4 yi2 tang4 yun2 nan2 +003916 对#2此次#1访问#3,中美#1双方#2均未作#1事先#1预报#4。 + dui4 ci3 ci4 fang3 wen4 zhong1 mei3 shuang1 fang1 jun1 wei4 zuo4 shi4 xian1 yu4 bao4 +003917 操作台#1突然#1“扯拐#3”,这让#1梁先生#3有点#2不知所措#4。 + cao1 zuo4 tai2 tu1 ran2 che2 guai3 zhei4 rang4 liang2 xian1 sheng5 you2 dian3 bu4 zhi1 suo3 cuo4 +003918 我们#1将就#1有关#1问题#3继续#1与#1柬泰#1等#1各方#2保持#1沟通#4。 + wo3 men5 jiang1 jiu4 you3 guan1 wen4 ti2 ji4 xu4 yu2 jian3 tai4 deng3 ge4 fang1 bao3 chi2 gou1 tong1 +003919 机会#2总是#1垂青#2有#1准备的人#3,黄柏高#2也不例外#4。 + ji1 hui4 zong3 shi4 chui2 qing1 you2 zhun3 bei4 de5 ren2 huang2 bai3 gao1 ye3 bu2 li4 wai4 +003920 身材#1矮小的#1小狼崽#3,第一次#1吃羊奶#2可#1费了劲儿#4。 + shen1 cai2 ai2 xiao3 de5 xiao3 lang2 zai3 di4 yi1 ci4 chi1 yang2 nai3 ke3 fei4 le5 jinr4 +003921 立院的#1品质#3怎会#2沦落#1至此呢#4? + li4 yuan4 de5 pin3 zhi4 zen3 hui4 lun2 luo4 zhi4 ci3 ne5 +003922 大家#3不必#1再往#1学校#1寻人#1打听了#4。 + da4 jia1 bu2 bi4 zai4 wang3 xue2 xiao4 xun2 ren2 da3 ting1 le5 +003923 我#1在你#1心里#3应该#2永远#1十八岁#4。 + wo3 zai4 ni3 xin1 li3 ying1 gai1 yong2 yuan3 shi2 ba1 sui4 +003924 被告#2于是#1对#1事主#2掩口#2、叉颈等#3至#1事主#1咳嗽#2才松手#4。 + bei4 gao4 yu2 shi4 dui4 shi4 zhu3 yan2 kou3 cha1 jing2 deng3 zhi4 shi4 zhu3 ke2 sou4 cai2 song1 shou3 +003925 和#1小雅#2同#1寝室的她#3,经常#1被小可#1扇耳光#4。 + he2 xiao2 ya3 tong2 qin3 shi4 de5 ta1 jing1 chang2 bei4 xiao2 ke3 shan1 er3 guang1 +003926 二次#1加压泵站#2分布#1零散#3,小型化#3,布局#2不够#1科学#4。 + er4 ci4 jia1 ya1 beng4 zhan4 fen1 bu4 ling2 san3 xiao3 xing2 hua4 bu4 ju2 bu2 gou4 ke1 xue2 +003927 是#2笔墨#1纸砚#3,我#1聪明吧#4。 + shi4 bi3 mo4 zhi3 yan4 wo3 cong1 ming5 ba5 +003928 盐场#2处处有#3,盐商#1灶民多#3,是#1它的#1历史#1写照#4。 + yan2 chang3 chu4 chu4 you3 yan2 shang1 zao4 min2 duo1 shi4 ta1 de5 li4 shi2 xie3 zhao4 +003929 站起来时#3,胸前#1皮肤#2已被#1蹭红#4。 + zhan4 qi3 lai2 shi2 xiong1 qian2 pi2 fu1 yi3 bei4 ceng4 hong2 +003930 还是#1买#1衣服吧#3!这样#2起码#1我能#1知道#2钱#1花在#1哪儿啦#4! + hai2 shi4 mai3 yi1 fu5 ba5 zhei4 yang4 qi2 ma2 wo3 neng2 zhi1 dao4 qian2 hua1 zai4 nar3 la5 +003931 清华#2未提#1任何#1关于#1招收#1状元的#1信息#4。 + qing1 hua2 wei4 ti2 ren4 he2 guan1 yu2 zhao1 shou1 zhuang4 yuan2 de5 xin4 xi1 +003932 两名#1社会#1青年#2腰上#2别着#1两把#1西瓜刀#4。 + liang3 ming2 she4 hui4 qing1 nian2 yao1 shang4 bie2 zhe5 liang2 ba3 xi1 gua1 dao1 +003933 除了#1女儿#3,几个#1朋友#2偶尔来#2串串门#1聊天#4。 + chu2 le5 nv3 er2 ji3 ge5 peng2 you5 ou2 er3 lai2 chuan4 chuan5 men2 liao2 tian1 +003934 这些#1言论#1自由的#1滥用#3,直接#1造成#2网上#1信息#2良莠不齐#3、真假#1难辨#4。 + zhe4 xie1 yan2 lun4 zi4 you2 de5 lan4 yong4 zhi2 jie1 zao4 cheng2 wang3 shang4 xin4 xi1 liang2 you3 bu4 qi2 zhen1 jia3 nan2 bian4 +003935 十三岁的#1女儿#2因此#1怀孕#3,后来#2生下#1一个#1婴儿#4。 + shi2 san1 sui4 de5 nv3 er2 yin1 ci3 huai2 yun4 hou4 lai2 sheng1 xia4 yi2 ge5 ying1 er2 +003936 嫩模#1陈静#3、阿旦#3献上#2生日#1蛋糕#2给#1汪东城#4。 + nen4 mo2 chen2 jing4 a1 dan4 xian4 shang4 sheng1 ri4 dan4 gao1 gei3 wang1 dong1 cheng2 +003937 房屋#1装修#3、家具#1等#1物品#1损毁#4。 + fang2 wu1 zhuang1 xiu1 jia1 ju4 deng3 wu4 pin3 sun2 hui3 +003938 妈的#3,哪个#1混蛋#2把痰#2吐得#1这么圆啊#4! + ma1 de5 na3 ge5 hun2 dan4 ba3 tan2 tu3 de5 zhe4 me5 yuan2 a5 +003939 执著于#1这#1理想#3,即便#1胜利了#3,那也#1一定是#1悲惨的#4。 + zhi2 zhuo2 yu2 zhe4 li2 xiang3 ji2 bian4 sheng4 li4 le5 na4 ye3 yi2 ding4 shi4 bei1 can3 de5 +003940 建设#2凤凰#1大桥#3,内环线#3则#1连成#1一体#4。 + jian4 she4 feng4 huang5 da4 qiao2 nei4 huan2 xian4 ze2 lian2 cheng2 yi4 ti3 +003941 集中#1连片#3推进#2可#1再生#1能源#1建筑#1应用#4。 + ji2 zhong1 lian2 pian4 tui1 jin4 ke3 zai4 sheng1 neng2 yuan2 jian4 zhu4 ying4 yong4 +003942 他们称#3,要#1立即#1捣毁#2侮辱#1民族#1最高#1尊严的#2李明博#1政府#4。 + ta1 men5 cheng1 yao4 li4 ji2 dao2 hui3 wu2 ru3 min2 zu2 zui4 gao1 zun1 yan2 de5 li3 ming2 bo2 zheng4 fu3 +003943 什么#1时候#2能够#1喝上#2名贵的#2吐鲁番#1葡萄酒呢#4? + shen2 me5 shi2 hou4 neng2 gou4 he1 shang4 ming2 gui4 de5 tu2 lu3 fan1 pu2 tao5 jiu3 ne5 +003944 他#1借来#1皮尺#3,从#1胡同口#2往里拉#3,以量出#1宽窄#4。 + ta1 jie4 lai2 pi2 chi3 cong2 hu2 tong4 kou3 wang2 li3 la1 yi3 liang4 chu1 kuan1 zhai3 +003945 这位#1保安#2平时#1笑嘻嘻的#3,很憨厚#4。 + zhe4 wei4 bao3 an1 ping2 shi2 xiao4 xi1 xi1 de5 hen3 han1 hou4 +003946 你现在#2被我#1拘留了#3,你得#1保持#1安静#3,还得#2乖乖#1听话#4。 + ni3 xian4 zai4 bei4 wo3 ju1 liu2 le5 ni2 dei2 bao3 chi2 an1 jing4 hai2 dei3 guai1 guai1 ting1 hua4 +003947 小鱼#1捕获#1不多#3,渔民#2开始#1捕虾#4。 + xiao3 yu2 bu3 huo4 bu4 duo1 yu2 min2 kai1 shi2 bu3 xia1 +003948 当时#1刚#1坏一点的#1时候#3,老师#1让我们#3不要到#1栏杆那儿#1玩#4。 + dang1 shi2 gang1 huai4 yi4 dian3 de5 shi2 hou4 lao3 shi1 rang4 wo3 men5 bu2 yao4 dao4 lan2 gan1 nar4 wan2 +003949 朱立伦#1透露#3王金平#2算命#1这一节#3,实在#2很难#1撇得清#4。 + zhu1 li4 lun2 tou4 lu4 wang2 jin1 ping2 suan4 ming4 zhei4 yi4 jie2 shi2 zai4 hen3 nan2 pie1 de5 qing1 +003950 外汇#2占款#1减少的#1直接#1原因#3是#1跨境#1资本#1流出#4。 + wai4 hui4 zhan4 kuan3 jian2 shao3 de5 zhi2 jie1 yuan2 yin1 shi4 kua4 jing4 zi1 ben3 liu2 chu1 +003951 临走时#3伯伯#2叮嘱了#1又叮嘱#3,搂着#1船娃的头#3摸了#1一遍#1又一遍#4。 + lin2 zou3 shi2 bo2 bo5 ding1 zhu3 le5 you4 ding1 zhu3 lou3 zhe5 chuan2 wa2 de5 tou2 mo1 le5 yi2 bian4 you4 yi2 bian4 +003952 房子#2很狭窄#3,被害的#1爷孙俩#2躺在#1一个#1小床上#3,用被子#1盖着#4。 + fang2 zi5 hen3 xia2 zhai3 bei4 hai4 de5 ye2 sun1 lia2 tang3 zai4 yi2 ge5 xiao3 chuang2 shang4 yong4 bei4 zi5 gai4 zhe5 +003953 对#2现场的#2大量#1碳铵#1等#1原料#3,雷国胜称#3这是#2果园用的#1肥料#4。 + dui4 xian4 chang3 de5 da4 liang4 tan4 an1 deng3 yuan2 liao4 lei2 guo2 sheng4 cheng1 zhei4 shi4 guo3 yuan2 yong4 de5 fei2 liao4 +003954 游人#1若是#1闯我院#3,出去#1让你#2变公公#4。 + you2 ren2 ruo4 shi4 chuang2 wo3 yuan4 chu1 qu4 rang4 ni3 bian4 gong1 gong5 +003955 应对#2非#1传统#1安全#1威胁#3就要有#2与之#1对应的#3非#1传统#1军事#1行动#4。 + ying4 dui4 fei1 chuan2 tong3 an1 quan2 wei1 xie2 jiu4 yao4 you2 yu3 zhi1 dui4 ying4 de5 fei1 chuan2 tong3 jun1 shi4 xing2 dong4 +003956 我问#1公司的#1事情#1怎么样#3,他总是#1喉咙#1很响地#1吼我#3不要#1烦了#4。 + wo3 wen4 gong1 si1 de5 shi4 qing5 zen3 me5 yang4 ta1 zong3 shi4 hou2 long2 hen2 xiang3 de5 hou2 wo3 bu2 yao4 fan2 le5 +003957 从#1外观上看#3,正常的#1枣子#3表皮#1细腻#2、光滑#3,稍微#1捏一下#3,有弹性#4。 + cong2 wai4 guan1 shang4 kan4 zheng4 chang2 de5 zao3 zi5 biao3 pi2 xi4 ni4 guang1 hua2 shao1 wei1 nie1 yi2 xia4 you3 tan2 xing4 +003958 警方#1认定#3聂某#2具有#1重大#1嫌疑#4。 + jing3 fang1 ren4 ding4 nie4 mou3 ju4 you3 zhong4 da4 xian2 yi2 +003959 赶到的#1村民#2用#1扁担#2将#1小阳#1捞起#3,准备#1捞#1小帆时#3,他#1沉入了#1水中#4。 + gan3 dao4 de5 cun1 min2 yong4 bian3 dan4 jiang1 xiao3 yang2 lao1 qi3 zhun3 bei4 lao1 xiao3 fan1 shi2 ta1 chen2 ru4 le5 shui3 zhong1 +003960 这也是#2继#1尕斯#2亿吨级#1油田#1发现#1之后的#2又一个#2亿吨级#1油田#4。 + zhei4 ye3 shi4 ji4 ga3 si1 yi4 dun1 ji2 you2 tian2 fa1 xian4 zhi1 hou4 de5 you4 yi2 ge5 yi4 dun1 ji2 you2 tian2 +003961 对你#1说#1一百遍#1我爱你#4。 + dui4 ni3 shuo1 yi4 bai3 bian4 wo3 ai4 ni3 +003962 演#1坏人#2演得#1最好啦#4! + yan3 huai4 ren5 yan3 de5 zui4 hao3 la5 +003963 吴某说#3,身为#1养子#3,他#1明显#1感觉到#2养父母#2偏袒#1有#1血缘#1关系的人#4。 + wu2 mou3 shuo1 shen1 wei2 yang2 zi3 ta1 ming2 xian2 gan3 jue2 dao4 yang3 fu4 mu3 pian1 tan2 you3 xue4 yuan2 guan1 xi5 de5 ren2 +003964 轻轨上#3爹爹#1倒在#1地上#4。 + qing1 gui3 shang4 die1 die5 dao3 zai4 di4 shang5 +003965 近日#3,“狗咬人#1”事件#1频发#4。 + jin4 ri4 gou2 yao3 ren2 shi4 jian4 pin2 fa1 +003966 为赚#1奶粉钱#2,显然#1不是#4。 + wei4 zhuan4 nai2 fen3 qian2 xian3 ran2 bu2 shi4 +003967 空气中#3飘着#1一股#1酸臭味#4。 + kong1 qi4 zhong1 piao1 zhe5 yi4 gu3 suan1 chou4 wei4 +003968 春节前#2不好#1招工#3,试吃#1阶段#3我得#1去端#1盘子啦#4。 + chun1 jie2 qian2 bu4 hao3 zhao1 gong1 shi4 chi1 jie1 duan4 wo2 dei3 qu4 duan1 pan2 zi5 la5 +003969 败者#1不馁#3,失利的#1麦凯恩#2和#1赫卡比#2并不#1沮丧#4。 + bai4 zhe3 bu4 nei3 shi1 li4 de5 mai4 kai3 en1 he2 he4 ka2 bi3 bing4 bu4 ju3 sang4 +003970 据悉#3,警方#2暂#1未能#1完全#1确定#2砖块的#1坠下#1位置#3,暂#2未有人#1被捕#4。 + ju4 xi1 jing3 fang1 zan4 wei4 neng2 wan2 quan2 que4 ding4 zhuan1 kuai4 de5 zhui4 xia4 wei4 zhi5 zan4 wei4 you3 ren2 bei4 bu3 +003971 晚上#3,父亲#2吴大云#1数落她#4。 + wan3 shang5 fu4 qin1 wu2 da4 yun2 shu3 luo4 ta1 +003972 鉴于#1这种#1想法#3,我们#1愿意#1在中国#1做#1总代理#4。 + jian4 yu2 zhe4 zhong3 xiang2 fa3 wo3 men5 yuan4 yi4 zai4 zhong1 guo2 zuo4 zong3 dai4 li3 +003973 擦完#1之后#3,毛巾#2也是#1随手#1一扔#4。 + ca1 wan2 zhi1 hou4 mao2 jin1 ye3 shi4 sui2 shou3 yi4 reng1 +003974 外界#1认为#3中国#2必定#1为此#1感到#1兴奋#1和愉悦#4。 + wai4 jie4 ren4 wei2 zhong1 guo2 bi4 ding4 wei4 ci2 gan3 dao4 xing1 fen4 he2 yu2 yue4 +003975 索井#1风水#3几乎#2要什么#1有什么#4。 + suo2 jing3 feng1 shui3 ji1 hu1 yao4 shen2 me5 you3 shen2 me5 +003976 还敢#2讨价#1还价#3!你已经#1两天#1没交#1作业啦#3!叫家长#4! + hai2 gan2 tao3 jia4 huan2 jia4 ni2 yi3 jing1 liang3 tian1 mei2 jiao1 zuo4 ye4 la5 jiao4 jia1 zhang3 +003977 别急#1别急#3,等我#1穿越#1回去#2帮你#1看看哈#4。 + bie2 ji2 bie2 ji2 deng2 wo3 chuan1 yue4 hui2 qu4 bang1 ni3 kan4 kan5 ha1 +003978 我#1一直#1认为#2我哥哥#1是#1冤枉的#3,肯定#1是#1被人#1逼的#4。 + wo3 yi4 zhi2 ren4 wei2 wo3 ge1 ge5 shi4 yuan1 wang4 de5 ken3 ding4 shi4 bei4 ren2 bi1 de5 +003979 她#1指着#2五百米#1开外的#1一处#1房屋#2告诉#1记者#3,那儿#2是#1她的家#4。 + ta1 zhi3 zhe5 wu2 bai2 mi3 kai1 wai4 de5 yi2 chu4 fang2 wu1 gao4 su5 ji4 zhe3 nar4 shi4 ta1 de5 jia1 +003980 然而#3,前天#1晚上#2爸爸#1“爽约”啦#4。 + ran2 er2 qian2 tian1 wan3 shang4 ba4 ba5 shuang3 yue1 la5 +003981 没有#1强健的#1体魄#3,一切#1都将#2化为#1乌有#4。 + mei2 you3 qiang2 jian4 de5 ti3 po4 yi2 qie4 dou1 jiang1 hua4 wei2 wu1 you3 +003982 直到#1这时#3,伍坦#2感觉#1车辆#1颠簸#2实在#1有点#1大了#4。 + zhi2 dao4 zhe4 shi2 wu2 tan2 gan3 jue2 che1 liang4 dian1 bo3 shi2 zai4 you2 dian3 da4 le5 +003983 唯有#2世界#1羽联#3一副#2凛然#1正气的#1样子#3,这很#1虚伪#3和#1不负#1责任#4。 + wei2 you3 shi4 jie4 yu3 lian2 yi2 fu4 lin3 ran2 zheng4 qi4 de5 yang4 zi5 zhe4 hen3 xu1 wei3 he2 bu2 fu4 ze2 ren4 +003984 宁大年#2依然在#2汽车#1修理厂#3负责#1维修#1和#1培训#4。 + ning2 da4 nian2 yi1 ran2 zai4 qi4 che1 xiu1 li2 chang3 fu4 ze2 wei2 xiu1 he2 pei2 xun4 +003985 被人#1戳着#1脊梁骨#3,活着#1也难受#3,不是#1我钻#1牛角尖#4。 + bei4 ren2 chuo1 zhe5 ji2 liang2 gu3 huo2 zhe5 ye3 nan2 shou4 bu2 shi4 wo3 zuan1 niu2 jiao3 jian1 +003986 大白天的#3,你把#1自己#1衣裤#1藏哪了呀#4! + da4 bai2 tian1 de5 ni2 ba3 zi4 ji3 yi1 ku4 cang2 na3 le5 ya5 +003987 审判长#2随后#1敲响#1法槌#3,庭审#1开始#4。 + shen3 pan4 zhang3 sui2 hou4 qiao1 xiang2 fa3 chui2 ting2 shen3 kai1 shi3 +003988 说着#3,抢了#1上帝的#1活干#3,自劈#1一刀#3,离#1若兰#1而去#4。 + shuo1 zhe5 qiang3 le5 shang4 di4 de5 huo2 gan4 zi4 pi1 yi4 dao1 li2 ruo4 lan2 er2 qu4 +003989 鬼子#2将#1原来的#1村庄#2一律#1烧光#4。 + gui3 zi5 jiang1 yuan2 lai2 de5 cun1 zhuang1 yi2 lv4 shao1 guang1 +003990 不过#2小美#2最终#1还是#1堕胎了#4。 + bu2 guo4 xiao2 mei3 zui4 zhong1 hai2 shi4 duo4 tai1 le5 +003991 木板#2,青瓦#3,吊脚#3及#1屋前#1屋后#2码得#1老高的#1柴垛#3,就是#1桑植人#2世袭的#1民居#4。 + mu4 ban3 qing1 wa3 diao4 jiao3 ji2 wu1 qian2 wu1 hou4 ma3 de5 lao3 gao1 de5 chai2 duo4 jiu4 shi4 sang1 zhi2 ren2 shi4 xi2 de5 min2 ju1 +003992 这堵墙#2,是#1藏族#1姑娘#2永吉#1才仁#2长眠的#1地方#4。 + zhe4 du3 qiang2 shi4 zang4 zu2 gu1 niang5 yong3 ji2 cai2 ren2 chang2 mian2 de5 di4 fang5 +003993 郭建义#1心想#3,莫不是#2父子俩#1吵架#3,弟弟#2又#1出去#1喝#1闷酒了#4。 + guo1 jian4 yi4 xin1 xiang3 mo4 bu2 shi4 fu4 zi2 lia2 chao3 jia4 di4 di5 you4 chu1 qu5 he1 men4 jiu3 le5 +003994 潘基文#1强调说#3:“人口的#1增长#2使#1缺水#1情况#2日益#1恶化#3,气候#1变化#2也是#1如此#4。 + pan1 ji1 wen2 qiang2 diao4 shuo1 ren2 kou3 de5 zeng1 zhang2 shi3 que1 shui3 qing2 kuang4 ri4 yi4 e4 hua4 qi4 hou4 bian4 hua4 ye3 shi4 ru2 ci3 +003995 俺得#1找林站#3,给#1林站#1说好#3,到时间#1人家去#4。 + an2 dei2 zhao3 lin2 zhan4 gei3 lin2 zhan4 shuo1 hao3 dao4 shi2 jian1 ren2 jia1 qu4 +003996 刷牙#1洗脸后#3,她#1开始#2生火#1炒菜#4。 + shua1 ya2 xi2 lian3 hou4 ta1 kai1 shi3 sheng1 huo2 chao3 cai4 +003997 这个#2陡峭#1狭窄的#1河边#1护坡#3,是老徐#1每天#1回家#1进出的#1唯一#1出路#4。 + zhe4 ge5 dou3 qiao4 xia2 zhai3 de5 he2 bian1 hu4 po1 shi4 lao3 xu2 mei3 tian1 hui2 jia1 jin4 chu1 de5 wei2 yi1 chu1 lu4 +003998 婚介#1公司#3打出的#1征婚#1招牌#4。 + hun1 jie4 gong1 si1 da3 chu1 de5 zheng1 hun1 zhao1 pai2 +003999 我#1苦心#1经营#1多年的#1企业#2毁于一旦#3,谁来#1赔偿#1我们的#1损失#4。 + wo2 ku3 xin1 jing1 ying2 duo1 nian2 de5 qi3 ye4 hui3 yu2 yi2 dan4 shui2 lai2 pei2 chang2 wo3 men5 de5 sun3 shi1 +004000 文永泉#1律师#1还认为#3,“硬闯#1导致#1争执#1”一说#2也不成立#4。 + wen2 yong3 quan2 lv4 shi1 hai2 ren4 wei2 ying4 chuang2 dao3 zhi4 zheng1 zhi5 yi4 shuo1 ye3 bu4 cheng2 li4 +004001 数月前#3,汤淼#2和#1周苏红#2办理了#1离婚#1手续#4。 + shu4 yue4 qian2 tang1 miao3 he2 zhou1 su1 hong2 ban4 li3 le5 li2 hun1 shou3 xu4 +004002 哦#3,这真#1把我#1问住了#3,你#1希望#1我#1上网#2搜索#1答案吗#4? + o5 zhe4 zhen1 ba2 wo3 wen4 zhu4 le5 ni3 xi1 wang4 wo3 shang4 wang3 sou1 suo3 da2 an4 ma5 +004003 老婆#1过去#1安慰#2,说#3:“别哭了#3,这有#1什么#1疼的#4。 + lao3 po2 guo4 qu5 an1 wei4 shuo1 bie2 ku1 le5 zhe4 you3 shen2 me5 teng2 de5 +004004 布兰尼#2丝毫#1不改#1豪放#1作风#3,一头#1乱发#2显得#1颇为#1邋遢#4。 + bu4 lan2 ni2 si1 hao2 bu4 gai3 hao2 fang4 zuo4 feng1 yi4 tou2 luan4 fa4 xian3 de5 po1 wei2 la1 ta5 +004005 冰一冰#1你的#1脑袋#3,总有#1一款#1沁爽#2适合你#4。 + bing1 yi4 bing1 ni3 de5 nao3 dai4 zong2 you3 yi4 kuan3 qin4 shuang3 shi4 he2 ni3 +004006 小谢尔博#2好奇地#2爬上#1跳马#3,摔下来#3,爬上去#3,又#1摔了#1下来#4。 + xiao3 xie4 er3 bo2 hao4 qi2 de5 pa2 shang4 tiao4 ma3 shuai1 xia4 lai2 pa2 shang4 qu4 you4 shuai1 le5 xia4 lai2 +004007 他要#1下山#2就得#1用手#1刨雪#4。 + ta1 yao4 xia4 shan1 jiu4 dei3 yong4 shou3 pao2 xue3 +004008 跳蚤#1化石#2很罕见#4。 + tiao4 zao5 hua4 shi2 hen2 han3 jian4 +004009 穆棱#1河上的#1排污沟#4。 + mu4 ling2 he2 shang4 de5 pai2 wu1 gou1 +004010 彼时#3,王喜峰#1官运亨通#3,项目#1投资#2当年#1升任#2开封市#1市长#1助理#4。 + bi3 shi2 wang2 xi3 feng1 guan1 yun4 heng1 tong1 xiang4 mu4 tou2 zi1 dang1 nian2 sheng1 ren4 kai1 feng1 shi4 shi4 zhang3 zhu4 li3 +004011 和德运#1说#3,这#1都是#2运气#1练功的#1缘故#4。 + he2 de2 yun4 shuo1 zhe4 dou1 shi4 yun4 qi4 lian4 gong1 de5 yuan2 gu4 +004012 莫里森#2买了#1一双#1新鞋#1却#1不穿#4。 + mo4 li3 sen1 mai3 le5 yi4 shuang1 xin1 xie2 que4 bu4 chuan1 +004013 起草者#2是#1乡纪委#1书记#1黄淑群#4。 + qi2 cao2 zhe3 shi4 xiang1 ji4 wei3 shu1 ji4 huang2 shu1 qun2 +004014 夫妻俩#2给#1“小龙子#1”起名#3“王周麟#4”。 + fu1 qi1 lia3 gei2 xiao3 long2 zi2 qi3 ming2 wang2 zhou1 lin2 +004015 接着#1又#1改买#2黄金#2、基金#2、股票等#4。 + jie1 zhe5 you4 gai2 mai3 huang2 jin1 ji1 jin1 gu3 piao4 deng3 +004016 王莹#2用劲#1控制#1自己的#1笑#3,又#1干咳#1两声#4。 + wang2 ying2 yong4 jin4 kong4 zhi4 zi4 ji3 de5 xiao4 you4 gan1 ke2 liang3 sheng1 +004017 这个#2一路#1上报到#1汇丰#1银行#1高层#1那儿#4。 + zhe4 ge5 yi2 lu4 shang4 bao4 dao4 hui4 feng1 yin2 hang2 gao1 ceng2 nar4 +004018 有时候#2我#1做梦#1都想#1投奔他#4。 + you3 shi2 hou4 wo3 zuo4 meng4 dou1 xiang3 tou2 ben4 ta1 +004019 而#2手指甲#2也#1一片#1一片地#1劈掉#2,再长#1出来#4。 + er2 shou2 zhi3 jia2 ye3 yi2 pian4 yi2 pian4 de5 pi1 diao4 zai4 zhang3 chu1 lai5 +004020 乳品#2新国标#2甫一#1出台#3,便#1引发了#1争议#4。 + ru2 pin3 xin1 guo2 biao1 fu3 yi1 chu1 tai2 bian4 yin3 fa1 le5 zheng1 yi4 +004021 建议#1市民#1购买#1狗肉时#3,尽量买#2带皮#1狗肉#4。 + jian4 yi4 shi4 min2 gou4 mai2 gou3 rou4 shi2 jin4 liang4 mai3 dai4 pi2 gou3 rou4 +004022 金山#1网络#2紧急#1推出#1相关#1补丁#4。 + jin1 shan1 wang3 luo4 jin3 ji2 tui1 chu1 xiang1 guan1 bu3 ding1 +004023 新娘#2斯蒂芬妮#2白肤#1金发#4。 + xin1 niang2 si1 di4 fen1 ni1 bai2 fu1 jin1 fa4 +004024 老将#2谭宗亮的#1状态#1如何#4? + lao3 jiang4 tan2 zong1 liang4 de5 zhuang4 tai5 ru2 he2 +004025 平时#1昂贵#3,一放开#2必然成#1这样#4。 + ping2 shi2 ang2 gui4 yi2 fang4 kai1 bi4 ran2 cheng2 zhe4 yang5 +004026 购物#1广场#2只#1允许人#1出来#3,不允许#1任何人#1进入#4。 + gou4 wu4 guang2 chang3 zhi3 yun2 xu3 ren2 chu1 lai5 bu4 yun2 xu3 ren4 he5 ren2 jin4 ru4 +004027 说着#2显露#1一个#2鲍威尔式的#1微笑#3,问#3:谁来#1写呢#4? + shuo1 zhe5 xian3 lu4 yi2 ge4 bao4 wei1 er3 shi4 de5 wei1 xiao4 wen4 shui2 lai2 xie3 ne5 +004028 真是#2业界#1良心啊#4。 + zhen1 shi4 ye4 jie4 liang2 xin1 a5 +004029 外面#1没了#1动静#3,薛师傅#2躺在#1床上#3,辗转反侧#4。 + wai4 mian4 mei2 le5 dong4 jing5 xue1 shi1 fu5 tang3 zai4 chuang2 shang4 zhan2 zhuan2 fan3 ce4 +004030 事故后#3,广州塔#1管理方#2给予#1被困#1游客#2退票#2并#1提供#1晚餐#4。 + shi4 gu4 hou4 guang3 zhou1 ta3 guan2 li3 fang1 ji2 yu3 bei4 kun4 you2 ke4 tui4 piao4 bing4 ti2 gong1 wan3 can1 +004031 一只羊#2两只羊#4。 + yi4 zhi1 yang2 liang3 zhi1 yang2 +004032 在#1这片#1树荫下#3,大叔#2总算#1可以#1躲开#1烈日#2,稍微#1休息会儿#4。 + zai4 zhe4 pian4 shu4 yin1 xia4 da4 shu1 zong3 suan4 ke2 yi2 duo3 kai1 lie4 ri4 shao1 wei1 xiu1 xi5 huir4 +004033 打#1头阵#1走上台的#3,是位#1穿#1红棉袄的#1阿姨#4。 + da3 tou2 zhen4 zou3 shang4 tai2 de5 shi4 wei5 chuan1 hong2 mian2 ao3 de5 a1 yi2 +004034 其中#3动物#1明星#2“企鹅#2和#1北极熊#2”最为#1惹眼#4。 + qi2 zhong1 dong4 wu4 ming2 xing1 qi3 e2 he2 bei3 ji2 xiong2 zui4 wei2 re2 yan3 +004035 当时#2汪女士#1满口#1答应#4。 + dang1 shi2 wang1 nv3 shi4 man2 kou3 da1 ying4 +004036 但对#2通济镇#1而言#3,“夹生饭#2”吞不下去了#4。 + dan4 dui4 tong1 ji4 zhen4 er2 yan2 jia1 sheng1 fan4 tun1 bu2 xia4 qu4 le5 +004037 我#1获得了#2小衰衰人#1勋章#1一枚#3,你能#1告诉我#2这是#1为什么咩#4。 + wo3 huo4 de2 le5 xiao3 shuai1 shuai1 ren2 xun1 zhang1 yi4 mei2 ni3 neng2 gao4 su4 wo3 zhe4 shi4 wei4 shen2 me5 mie1 +004038 陈某#2竟#1开始#2动手#1动脚#3,并#1拉上#1窗帘#3,将#1付某#1摁倒#2欲行#1不轨#4。 + chen2 mou3 jing4 kai1 shi3 dong4 shou3 dong4 jiao3 bing4 la1 shang4 chuang1 lian2 jiang1 fu4 mou3 en4 dao3 yu4 xing2 bu4 gui3 +004039 呈现在#1大家#1面前的#2鸿润#1羽绒被#3和#1酒店#1寝具#3,风格#2各有#1特色#4。 + cheng2 xian4 zai4 da4 jia1 mian4 qian2 de5 hong2 run4 yu3 rong2 bei4 he2 jiu3 dian4 qin3 ju4 feng1 ge2 ge4 you3 te4 se4 +004040 采用#2国家#1体育#1总局#1最新#1颁布的#3“武打#2散打#1竞赛#1规则#4”。 + cai3 yong4 guo2 jia1 ti3 yu4 zong3 ju2 zui4 xin1 ban1 bu4 de5 wu2 da3 san2 da3 jing4 sai4 gui1 ze2 +004041 这如同#1一块#2干毛巾#3,无论#1使#1多大劲#3,都#1拧不出#1水来#4。 + zhe4 ru2 tong2 yi2 kuai4 gan1 mao2 jin1 wu2 lun4 shi3 duo1 da4 jin4 dou1 ning3 bu4 chu1 shui3 lai2 +004042 不少#1网友#1揣测#3王韬#2可能#1就是#1在#1当天#1求婚#3,纷纷#2送上#1祝福#4。 + bu4 shao3 wang2 you2 chuai3 ce4 wang2 tao1 ke3 neng2 jiu4 shi4 zai4 dang4 tian1 qiu2 hun1 fen1 fen1 song4 shang4 zhu4 fu2 +004043 梁振英#2一度#1感触#1落泪#3,用#1黑色#1手巾#1擦拭#4。 + liang2 zhen4 ying1 yi2 du4 gan3 chu4 luo4 lei4 yong4 hei1 se4 shou3 jin1 ca1 shi4 +004044 目前#2,乔蒂#2因报#1假警#2遭到#1逮捕#4。 + mu4 qian2 qiao2 di4 yin1 bao4 jia2 jing3 zao1 dao4 dai4 bu3 +004045 这笔钱#2对我#1而言#2太#1重要了#3,能把#1我家的债#2给#1还了呀#4。 + zhe4 bi3 qian2 dui4 wo3 er2 yan2 tai4 zhong4 yao4 le5 neng2 ba2 wo3 jia1 de5 zhai4 gei3 huan2 le5 ya5 +004046 而且#2掰开#1之后#3,里外#1颜色#1差别#1较大#4。 + er2 qie3 bai1 kai1 zhi1 hou4 li3 wai4 yan2 se5 cha1 bie2 jiao4 da4 +004047 此外#3,公司#1现金#2、电脑#2等#1有#1价值#1财物#2被#1洗劫一空#4。 + ci3 wai4 gong1 si1 xian4 jin1 dian4 nao2 deng2 you3 jia4 zhi5 cai2 wu4 bei4 xi3 jie2 yi4 kong1 +004048 咬一口#2发现#1里面有#1豆沙馅#3,很#1惊讶的#1告诉#1我们#4。 + yao3 yi4 kou3 fa1 xian4 li3 mian4 you3 dou4 sha1 xian4 hen3 jing1 ya4 de5 gao4 su5 wo3 men2 +004049 而#1民警#2已经#1迂回#1到了#1妇女的#1左边#4。 + er2 min2 jing3 yi3 jing1 yu1 hui2 dao4 le5 fu4 nv3 de5 zuo3 bian1 +004050 假#1驾驶证#2字体#1光滑#3,没有#1凹凸感#4。 + jia3 jia4 shi3 zheng4 zi4 ti3 guang1 hua2 mei2 you3 ao1 tu1 gan3 +004051 又到#1一年#1月圆时#3,今天#2他们#1依然#1没能#1回家#2和#1老人#1团圆#4。 + you4 dao4 yi4 nian2 yue4 yuan2 shi2 jin1 tian1 ta1 men5 yi1 ran2 mei2 neng2 hui2 jia1 he2 lao3 ren2 tuan2 yuan2 +004052 李敖#1表示#3不稀罕#1对方#1道歉#3但#1要求#2与#1对方#1辩论#4。 + li3 ao2 biao3 shi4 bu4 xi1 han4 dui4 fang1 dao4 qian4 dan4 yao1 qiu2 yu3 dui4 fang1 bian4 lun4 +004053 而#1如果#2明确#1表示#2为#1台湾#1出兵#3,则#2可能会#1怂恿#1“台独#4”。 + er2 ru2 guo3 ming2 que4 biao3 shi4 wei4 tai2 wan1 chu1 bing1 ze2 ke3 neng2 hui4 song2 yong3 tai2 du2 +004054 转眼间#3,一车#2净挣#2六七百元#4。 + zhuan2 yan3 jian1 yi4 che1 jing4 zheng4 liu4 qi1 bai3 yuan2 +004055 每天#2用心做#1辅食#1给她吃#4。 + mei3 tian1 yong4 xin1 zuo4 fu3 shi2 gei3 ta1 chi1 +004056 为了#1避开#1朋友#3,董海棠#2让#1王女士#2先#1出去#1遛狗#4。 + wei4 le5 bi4 kai1 peng2 you5 dong2 hai3 tang2 rang4 wang2 nv3 shi4 xian1 chu1 qu5 liu4 gou3 +004057 但我#1更想#2多#1听听#1网友的#1意见#4。 + dan4 wo3 geng4 xiang3 duo1 ting1 ting5 wang2 you3 de5 yi4 jian4 +004058 很难说#2这一点#1具有#1讽刺#1意味#4。 + hen3 nan2 shuo1 zhei4 yi4 dian3 ju4 you2 feng3 ci4 yi4 wei4 +004059 目前#3,全国#1因旱#2饮水#1困难#1人数#3已达#2两千零#1四十#1三万人#4。 + mu4 qian2 quan2 guo2 yin1 han4 yin2 shui3 kun4 nan5 ren2 shu4 yi3 da2 liang3 qian1 ling2 si4 shi5 san1 wan4 ren5 +004060 大蒜#1交易#1区内#3,少了#1往日的#1热闹#1繁忙#4。 + da4 suan4 jiao1 yi4 qu1 nei4 shao3 le5 wang3 ri4 de5 re4 nao4 fan2 mang2 +004061 经过#1无数次#1买假#1以后#3,他#1终成#2识假#2打假#1方面的#1鸿儒#4。 + jing1 guo4 wu2 shu4 ci4 mai2 jia2 yi3 hou4 ta1 zhong1 cheng2 shi2 jia3 da2 jia3 fang1 mian4 de5 hong2 ru2 +004062 大家#2擦亮#1眼睛#3,掏干净#1耳朵#4。 + da4 jia1 ca1 liang4 yan3 jing5 tao1 gan1 jing4 er3 duo5 +004063 什么#1时候#1结婚啊#4? + shen2 me5 shi2 hou4 jie2 hun1 a5 +004064 么么#3。我也#1爱你#4。 + me1 me1 wo2 ye3 ai4 ni3 +004065 对于#2“状元#1”桂冠#3,耿元生说#3儿子#2还是#1有点#1激动#2和#1兴奋#4。 + dui4 yu2 zhuang4 yuan2 gui4 guan1 geng3 yuan2 sheng1 shuo1 er2 zi5 hai2 shi4 you2 dian3 ji1 dong4 he2 xing1 fen4 +004066 温州人#2每年#1扫墓时#3,都要#1重新#1刷白#1坟墙#3,烧尽#1周围的#1坟草#4。 + wen1 zhou1 ren2 mei3 nian2 sao3 mu4 shi2 dou1 yao4 chong2 xin1 shua1 bai2 fen2 qiang2 shao1 jin4 zhou1 wei2 de5 fen2 cao3 +004067 家里#2还有#1两个#1娃娃#1在#1念书#3,没有#1妈妈#1之后#3,他们#1好可怜哦#4。 + jia1 li3 hai2 you2 liang3 ge5 wa2 wa5 zai4 nian4 shu1 mei2 you3 ma1 ma5 zhi1 hou4 ta1 men5 hao2 ke3 lian2 o5 +004068 张謇#1在#1主城#1一些#1大楼盘#2都有#1工程#4。 + zhang1 jian3 zai4 zhu3 cheng2 yi4 xie1 da4 lou2 pan2 dou1 you3 gong1 cheng2 +004069 依托#2贵阳#2、遵义#2国家级#1开发区#3加快#1发展#2航天#1产业#4。 + yi1 tuo1 gui4 yang2 zun1 yi4 guo2 jia1 ji2 kai1 fa1 qu1 jia1 kuai4 fa1 zhan3 hang2 tian1 chan3 ye4 +004070 风水#1位置#2非常好#3,因而#2也成为#1着陆点的#1必选#1之一#4。 + feng1 shui3 wei4 zhi5 fei1 chang2 hao3 yin1 er2 ye3 cheng2 wei2 zhuo2 lu4 dian3 de5 bi4 xuan3 zhi1 yi1 +004071 闻悉#3,游人#1也#1纷纷#1饶有#1兴趣地#1摸牛身#3,讨个#1好彩头#4。 + wen2 xi1 you2 ren2 ye3 fen1 fen1 rao2 you3 xing4 qu4 de5 mo1 niu2 shen1 tao3 ge5 hao2 cai3 tou2 +004072 杨某#1也被#1冠上了#2“最#1窝囊#1丈夫”的#1头衔#4。 + yang2 mou2 ye3 bei4 guan4 shang4 le5 zui4 wo1 nang5 zhang4 fu5 de5 tou2 xian2 +004073 孩子们#2用#1带有#1表演#1性质的#1语调#2称她#1“妈妈#4”。 + hai2 zi5 men5 yong4 dai4 you3 biao2 yan3 xing4 zhi4 de5 yu3 diao4 cheng1 ta1 ma1 ma5 +004074 随后#3,倪某#1怂恿#1张倩#3一起#1把#1“宝物#1”买下#3,再#1转手#1卖掉#1赚钱#4。 + sui2 hou4 ni2 mou3 song2 yong3 zhang1 qian4 yi4 qi2 ba2 bao3 wu4 mai3 xia4 zai4 zhuan2 shou3 mai4 diao4 zhuan4 qian2 +004075 村道#1泥泞#3,崎岖#1难行#3,极易#1打滑#4。 + cun1 dao4 ni2 ning4 qi2 qu1 nan2 xing2 ji2 yi4 da3 hua2 +004076 着火#1轿车#2已被#1烧成#1空壳#4。 + zhao2 huo3 jiao4 che1 yi3 bei4 shao1 cheng2 kong1 ke2 +004077 他们的#1话语权#2很孱弱#4。 + ta1 men5 de5 hua4 yu3 quan2 hen3 chan2 ruo4 +004078 货车#1右侧#1副驾驶#1位置#2被#1整体#1撞瘪#3,司机#1幸运#1逃过#1一劫#4。 + huo4 che1 you4 ce4 fu4 jia4 shi3 wei4 zhi5 bei4 zheng2 ti3 zhuang4 bie3 si1 ji1 xing4 yun4 tao2 guo4 yi4 jie2 +004079 他已经#2祝贺#1奥朗德#3,并将#1扛起#1败选#1责任#4。 + ta1 yi3 jing1 zhu4 he4 ao4 lang3 de2 bing4 jiang1 kang2 qi3 bai4 xuan3 ze2 ren4 +004080 下午#1睡个#1午觉#3,晚上#2吃完饭#2看会儿#1电视#3,一天#1就#1过去了#4。 + xia4 wu3 shui4 ge5 wu3 jiao4 wan3 shang4 chi1 wan2 fan4 kan4 huir4 dian4 shi4 yi4 tian1 jiu4 guo4 qu5 le5 +004081 亨古#2靠近#1巴基斯坦#2与#1阿富汗的#1边界#3,武装#1分子#1活动#1频繁#4。 + heng1 gu3 kao4 jin4 ba1 ji1 si1 tan3 yu3 a1 fu4 han4 de5 bian1 jie4 wu3 zhuang1 fen4 zi3 huo2 dong4 pin2 fan2 +004082 昨天#2俺家#1还买了#4。 + zuo2 tian1 an3 jia1 hai2 mai3 le5 +004083 突然#1被#1记者#1围堵#3,护儿#1心切的#1姜文#2用手#1推搡#1镜头#4。 + tu1 ran2 bei4 ji4 zhe3 wei2 du3 hu4 er2 xin1 qie4 de5 jiang1 wen2 yong4 shou3 tui1 sang3 jing4 tou2 +004084 她#1早年#1当过#1幺幺四的#1话务员#3,后来#1自称#2下海#1经商#4。 + ta1 zao3 nian2 dang1 guo4 yao1 yao1 si4 de5 hua4 wu4 yuan2 hou4 lai2 zi4 cheng1 xia4 hai3 jing1 shang1 +004085 拉比耶#2后悔#1听从了#1这样的#1建议#4。 + la1 bi3 ye1 hou4 hui3 ting1 cong2 le5 zhei4 yang4 de5 jian4 yi4 +004086 林雨翔#2又恨#1自己#2没有#1罗密欧#1与#1神仙的#1交情#3,借不到#1暖的#1轻翼#4。 + lin2 yu3 xiang2 you4 hen4 zi4 ji3 mei2 you3 luo2 mi4 ou1 yu3 shen2 xian1 de5 jiao1 qing2 jie4 bu2 dao4 nuan3 de5 qing1 yi4 +004087 但#1陈霞#2催着#1报警#3,金铁军#2却#1躲躲闪闪#4。 + dan4 chen2 xia2 cui1 zhe5 bao4 jing3 jin1 tie3 jun1 que4 duo2 duo3 shan2 shan3 +004088 押解#1被告人的#2不仅#1有#1法警#3,同时#2还有#1武警#4。 + ya1 jie4 bei4 gao4 ren2 de5 bu4 jin2 you3 fa2 jing3 tong2 shi2 hai2 you3 wu2 jing3 +004089 主要#1为的#1是#1蹭饭#4。 + zhu3 yao4 wei2 de5 shi4 ceng4 fan4 +004090 后来#2我被#1选为#1嘎查#1这个#1村的#1村长#4。 + hou4 lai2 wo3 bei4 xuan3 wei2 ga1 cha2 zhe4 ge5 cun1 de5 cun1 zhang3 +004091 太坏了#3,答应我#2不要#1截屏#1好伐#4? + tai4 huai4 le5 da1 ying4 wo3 bu2 yao4 jie2 ping2 hao3 fa2 +004092 不管#1咋问#3就是#1不罚你了#4。 + bu4 guan2 za3 wen4 jiu4 shi4 bu4 fa2 ni3 le5 +004093 为了#1避免#1麻烦#1和#1争议#3,许多人#2宁愿#1使用#1私家车#4。 + wei4 le5 bi4 mian3 ma2 fan5 he2 zheng1 yi4 xu3 duo1 ren2 ning4 yuan4 shi3 yong4 si1 jia1 che1 +004094 要是#1用#1大泵的话#3,二三十#1分钟#2就把水#1抽干了#4。 + yao4 shi4 yong4 da4 beng4 de5 hua4 er4 san1 shi5 fen1 zhong1 jiu4 ba2 shui3 chou1 gan1 le5 +004095 重点#1限养区内#3禁止#1个人#1饲养#2烈性犬#3、大型犬#4。 + zhong4 dian3 xian4 yang3 qu1 nei4 jin4 zhi3 ge4 ren2 si4 yang3 lie4 xing4 quan3 da4 xing2 quan3 +004096 这个#1疙瘩#2压得我#1喘不过#1气来#4。 + zhe4 ge5 ge1 da5 ya1 de5 wo2 chuan3 bu2 guo4 qi4 lai2 +004097 舒跃龙#1表示#3,疫苗#1生产#2已经#1有了#1最新的#1进展#4。 + shu1 yue4 long2 biao3 shi4 yi4 miao2 sheng1 chan3 yi3 jing1 you3 le5 zui4 xin1 de5 jin4 zhan3 +004098 因为鱼#1游泳#1好累#3,出了#1很多的汗#3,逗你的啦#4。 + yin1 wei4 yu2 you2 yong2 hao3 lei4 chu1 le5 hen3 duo1 de5 han4 dou4 ni3 de5 la5 +004099 陈某#1大怒#3,称#2大不了#1鱼死#1网破#3,然后#1二人#2开始#1争吵#1起来#4。 + chen2 mou3 da4 nu4 cheng1 da4 bu5 liao3 yu2 si2 wang3 po4 ran2 hou4 er4 ren2 kai1 shi3 zheng1 chao2 qi3 lai2 +004100 在#2“三嬢#2”陈章淑#1眼里#3,媛媛#2懂事#2、嘴甜#2、聪明#3,见人#1就会喊#4。 + zai4 san1 niang2 chen2 shu1 zhang1 yan2 li3 yuan2 yuan5 dong3 shi4 zui3 tian2 cong1 ming5 jian4 ren2 jiu4 hui4 han3 +004101 过几天#2微博#1更新#2就会#1恢复的#4! + guo4 ji3 tian1 wei1 bo2 geng1 xin1 jiu4 hui4 hui1 fu4 de5 +004102 踹门#3,还#1通过#1防盗#1窗刺#3,太#1可怕了#4。 + chuai4 men2 hai2 tong1 guo4 fang2 dao4 chuang1 ci4 tai4 ke3 pa4 le5 +004103 他#1自嘲#1是#1“房奴#3”,但也#2痛并#1快乐#4。 + ta1 zi4 chao2 shi4 fang2 nu2 dan4 ye3 tong4 bing4 kuai4 le4 +004104 另外#3,丈夫#2还#1必须#1要把#2陪嫁#1嫁妆#2全部#1送回#1娘家#4。 + ling4 wai4 zhang4 fu5 hai2 bi4 xu1 yao4 ba3 pei2 jia4 jia4 zhuang5 quan2 bu4 song4 hui2 niang2 jia1 +004105 在#1远处#1依稀#1可见的#2沙漠#1植物#1映衬下#3,整个#1球场#2显的#1绿意盎然#4。 + zai4 yuan3 chu4 yi1 xi1 ke3 jian4 de5 sha1 mo4 zhi2 wu4 ying4 chen4 xia4 zheng3 ge5 qiu2 chang3 xian3 de5 lv4 yi4 ang4 ran2 +004106 重视#2内贸#1基础#1理论#1研究#4。 + zhong4 shi4 nei4 mao4 ji1 chu2 li3 lun4 yan2 jiu1 +004107 在#1关于#2大规模#1杀伤性#1武器的#1问题上#3,中东#1各国#2各怀#1心事#4。 + zai4 guan1 yu2 da4 gui1 mo2 sha1 shang1 xing4 wu3 qi4 de5 wen4 ti2 shang4 zhong1 dong1 ge4 guo2 ge4 huai2 xin1 shi4 +004108 一路上#3,孙颖浩#2用#1自己的#1方式#2鼓舞着#1队员#3,其实#2他的#1心里#2也#1忐忑不安#4。 + yi2 lu4 shang4 sun1 ying3 hao4 yong4 zi4 ji3 de5 fang1 shi4 gu2 wu3 zhe5 dui4 yuan2 qi2 shi2 ta1 de5 xin1 li3 ye2 tan3 te4 bu4 an1 +004109 写#1散文的人#1最多#3,人心#2却像#1他们的#1文章#1一样散#3,闹也#1闲不出#1气势#4。 + xie2 san3 wen2 de5 ren2 zui4 duo1 ren2 xin1 que4 xiang4 ta1 men5 de5 wen2 zhang1 yi2 yang4 san3 nao4 ye3 xian2 bu4 chu1 qi4 shi4 +004110 奥运会#1之前#2有谁#1听说过#2蔡亚林的#1名字#4? + ao4 yun4 hui4 zhi1 qian2 you3 shui2 ting1 shuo1 guo4 cai4 ya4 lin2 de5 ming2 zi4 +004111 在#1青岛#2部分#1乳企#3因#1检测#1严格#1而#1停产#4。 + zai4 qing1 dao3 bu4 fen5 ru2 qi3 yin1 jian3 ce4 yan2 ge2 er2 ting2 chan3 +004112 令计划#3、王沪宁#3、戴秉国#2等#1参加#1活动#4。 + ling4 ji4 hua4 wang2 hu4 ning2 dai4 bing3 guo2 deng3 can1 jia1 huo2 dong4 +004113 出入#2有车#1代步#3,车型#1自选#3,还有#1宝马哦#4! + chu1 ru4 you3 che1 dai4 bu4 che1 xing2 zi4 xuan3 hai2 you3 bao2 ma3 o5 +004114 踢足球#1当然#1会啦#4。 + ti1 zu2 qiu2 dang1 ran2 hui4 la5 +004115 过去#1五年#1时间里#3,雅虎#1股票#1价格#2已#1缩水#1一半#4。 + guo4 qu4 wu3 nian2 shi2 jian1 li3 ya2 hu2 gu3 piao4 jia4 ge2 yi3 suo1 shui3 yi2 ban4 +004116 似乎#2仗未打#3,自己#1已被#1巨大的#1心理#1压力#1打垮#4。 + si4 hu1 zhang4 wei4 da3 zi4 ji2 yi3 bei4 ju4 da4 de5 xin1 li3 ya1 li4 da2 kua3 +004117 残疾#1情况#2需有#1医院#1证明#3且#1每两年#1复查#1一次#4。 + can2 ji2 qing2 kuang4 xu1 you3 yi1 yuan4 zheng4 ming2 qie3 mei2 liang3 nian2 fu4 cha2 yi2 ci4 +004118 内胆#1板材#1焊接#3是#2水箱#1加工#1过程中#2又一#1重要#1环节#4。 + nei4 dan2 ban3 cai2 han4 jie1 shi4 shui3 xiang1 jia1 gong1 guo4 cheng2 zhong1 you4 yi2 zhong4 yao4 huan2 jie2 +004119 我们#1过去的#1革命#3岂非#1等于#2白干#1一场#4? + wo3 men5 guo4 qu4 de5 ge2 ming4 qi3 fei1 deng3 yu2 bai2 gan4 yi4 chang3 +004120 章瑞平称#3,一嗨#2曾遭到#1网络#1水军的#1攻击#4。 + zhang1 rui4 ping2 cheng1 yi4 hai1 ceng2 zao1 dao4 wang3 luo4 shui3 jun1 de5 gong1 ji1 +004121 我没#1得罪过你#3,请别#1乱骚扰#4。 + wo3 mei2 de2 zui4 guo4 ni3 qing3 bie2 luan4 sao1 rao3 +004122 其次#3,进项#1税额#1抵扣的#1要件#1形式#3要求#2采购#1环节#1做好#1调整#1应对#4。 + qi2 ci4 jin4 xiang4 shui4 e2 di3 kou4 de5 yao4 jian4 xing2 shi4 yao1 qiu2 cai3 gou4 huan2 jie2 zuo4 hao3 tiao2 zheng3 ying4 dui4 +004123 孩子的脸#1惨白#3,折腾#1坏了#4。 + hai2 zi5 de5 lian2 can3 bai2 zhe1 teng5 huai4 le5 +004124 导致#2航班#1延误#2一百#1四十八个#3,滞留#1旅客#2近万人#4。 + dao3 zhi4 hang2 ban1 yan2 wu4 yi4 bai3 si4 shi5 ba1 ge4 zhi4 liu2 lv3 ke4 jin4 wan4 ren2 +004125 资源性#2产品#1价格#1改革#2稳妥#1有序#1推进#4。 + zi1 yuan2 xing4 chan2 pin3 jia4 ge2 gai3 ge2 wen2 tuo2 you3 xu4 tui1 jin4 +004126 甚至#2军政府#3自愿#1交权于#1民选#1政府#3,也是#1这种#1信念的#1产物#4。 + shen4 zhi4 jun1 zheng4 fu3 zi4 yuan4 jiao1 quan2 yu2 min2 xuan3 zheng4 fu3 ye3 shi4 zhe4 zhong3 xin4 nian4 de5 chan3 wu4 +004127 左丽荣#2听到#1汪莎#2一番#1开导后#3,笑得#1合不拢嘴#4。 + zuo3 li4 rong2 ting1 dao4 wang1 sha1 yi4 fan1 kai1 dao3 hou4 xiao4 de5 he2 bu4 long2 zui3 +004128 选择性#1接轨#2只能#1骗骗#1自己#4。 + xuan3 ze2 xing4 jie1 gui3 zhi3 neng2 pian4 pian5 zi4 ji3 +004129 这个#1图书#1神偷#2曾是#1写手#4。 + zhe4 ge5 tu2 shu1 shen2 tou1 ceng2 shi4 xie2 shou3 +004130 宛喜有#2逃离#1现场#4。 + wan2 xi2 you3 tao2 li2 xian4 chang3 +004131 据说#2此嫚#2背景#1很硬#4。 + ju4 shuo1 ci3 man4 bei4 jing2 hen3 ying4 +004132 让人#2着实#1为之#1揣测#4。 + rang4 ren2 zhuo2 shi2 wei4 zhi1 chuai3 ce4 +004133 美洁问#3:你呢#4? + mei3 jie2 wen4 ni3 ne5 +004134 唐人立#1摄影展#1海报#4。 + tang2 ren2 li4 she4 ying2 zhan2 hai3 bao4 +004135 村民#1院中的#1大窟窿#4。 + cun1 min2 yuan4 zhong1 de5 da4 ku1 long5 +004136 一点儿#1意义#1也没有#4。 + yi4 dianr3 yi4 yi4 ye3 mei2 you3 +004137 嫌疑人#2蒋宇#1落网#4。 + xian2 yi2 ren2 jiang2 yu3 luo4 wang3 +004138 拐点#2就在#1这五年#4。 + guai2 dian3 jiu4 zai4 zhe4 wu3 nian2 +004139 不要嘛#3!别#1赶走我#4! + bu2 yao4 ma5 bie2 gan2 zou2 wo3 +004140 围墙#1栅栏#2锈迹#1斑斑#4。 + wei2 qiang2 zha4 lan5 xiu4 ji4 ban1 ban1 +004141 不服#1咬我啊#4! + bu4 fu2 yao2 wo3 a5 +004142 利润#1可观#3,竞争#2也很#1激烈#4。 + li4 run4 ke3 guan1 jing4 zheng1 ye2 hen3 ji1 lie4 +004143 武警#1战士#2帮忙#1扫雪#4。 + wu2 jing3 zhan4 shi5 bang1 mang2 sao2 xue3 +004144 那#1真是#2太好了耶#4。 + na4 zhen1 shi4 tai4 hao3 le5 ye5 +004145 首先#3,因#1分化#1瓦解#4。 + shou3 xian1 yin1 fen1 hua4 wa2 jie3 +004146 宝塔#1镇河妖#4! + bao2 ta3 zhen4 he2 yao1 +004147 怎么#1会晕呢#4? + zen3 me5 hui4 yun1 ne5 +004148 外孙女#2执拗着#1不走#3,偏要玩#4。 + wai4 sun1 nv3 zhi2 niu4 zhe5 bu4 zou3 pian1 yao4 wan2 +004149 为什么#1要问#1为什么#4。 + wei4 shen2 me5 yao4 wen4 wei4 shen2 me5 +004150 调情#1是#1什么#1东东呀#4? + tiao2 qing2 shi4 shen2 me5 dong1 dong1 ya5 +004151 退一步#2海阔天空#4。 + tui4 yi2 bu4 hai3 kuo4 tian1 kong1 +004152 他#1舅舅#1三十多岁#3,家中#1也有#1小孩#4。 + ta1 jiu4 jiu5 san1 shi2 duo1 sui4 jia1 zhong1 ye2 you2 xiao3 hai2 +004153 咔嚓#3”,一块#1悬垂的#1楼板#1掉下来#2砸在#1旁边#3,官兵们的心#3一下#1提到#1嗓子眼#4。 + ka1 cha1 yi2 kuai4 xuan2 chui2 de5 lou2 ban3 diao4 xia4 lai5 za2 zai4 pang2 bian1 guan1 bing1 men5 de5 xin1 yi2 xia4 ti2 dao4 sang3 zi5 yan3 +004154 推进#2国有#1林区#2和#1农垦#1体制#1改革#4。 + tui1 jin4 guo2 you3 lin2 qu1 he2 nong2 ken2 ti3 zhi4 gai3 ge2 +004155 而#1这则#1姚晨#2牵着#1小毛驴的#1广告#3也为#1赶集#2快速#1提高了#1知名度#4。 + er2 zhe4 ze2 yao2 chen2 qian1 zhe5 xiao3 mao2 lv2 de5 guang3 gao4 ye3 wei4 gan3 ji2 kuai4 su4 ti2 gao1 le5 zhi1 ming2 du4 +004156 护士说#3,张爷爷#1最喜欢#1做的事#3就是#1摆弄#2他的#1拉链#4。 + hu4 shi5 shuo1 zhang1 ye2 ye5 zui4 xi3 huan1 zuo4 de5 shi4 jiu4 shi4 bai3 nong4 ta1 de5 la1 lian4 +004157 看着#1收益率#1噌噌#1往下跌#3,但#2想拿#1券的#3不一定#1能买到#4。 + kan4 zhe5 shou1 yi4 lv4 ceng1 ceng1 wang3 xia4 die1 dan4 xiang3 na2 quan4 de5 bu4 yi2 ding4 neng2 mai3 dao4 +004158 淘宝#1工作#1人员称#3,赠品#2肯定是#1免费的#4。 + tao2 bao3 gong1 zuo4 ren2 yuan2 cheng1 zeng4 pin3 ken3 ding4 shi4 mian3 fei4 de5 +004159 林母#1一听#3,高兴得#1险些#2忘了#1要去#1搓麻将#4。 + lin2 mu3 yi4 ting1 gao1 xing4 de5 xian3 xie1 wang4 le5 yao4 qu4 cuo1 ma2 jiang4 +004160 晚上#1再出门#3也许#1会#1凉快些#4。 + wan3 shang4 zai4 chu1 men2 ye2 xu3 hui4 liang2 kuai4 xie1 +004161 此案#2轰动#1全国#3,公安部#1挂牌#1督办#4。 + ci3 an4 hong1 dong4 quan2 guo2 gong1 an1 bu4 gua4 pai2 du1 ban4 +004162 一只#2雪白#1而#1“苗条”的#2全新#1史莱克#2出现在#1人们#1面前#4。 + yi4 zhi1 xue3 bai2 er2 miao2 tiao2 de5 quan2 xin1 shi3 lai2 ke4 chu1 xian4 zai4 ren2 men5 mian4 qian2 +004163 她#1渴望#1走出去#3,感受#1雨滴#2落在#1身上的#1感觉#4。 + ta1 ke3 wang4 zou3 chu1 qu4 gan3 shou4 yu3 di1 luo4 zai4 shen1 shang4 de5 gan3 jue2 +004164 外界#1预期#3,盲人#1门球#2是#1本届#1残奥会#2中国队的#1一个#1夺牌#1亮点#4。 + wai4 jie4 yu4 qi1 mang2 ren2 men2 qiu2 shi4 ben3 jie4 can2 ao4 hui4 zhong1 guo2 dui4 de5 yi2 ge4 duo2 pai2 liang4 dian3 +004165 一张#2落寞的脸#2消融在#1夕阳里#4。 + yi4 zhang1 luo4 mo4 de5 lian3 xiao1 rong2 zai4 xi1 yang2 li3 +004166 天亮了#3,整个#1一宿#3脑子#1都是#1乱糟糟的#4。 + tian1 liang4 le5 zheng3 ge5 yi4 xiu3 nao3 zi5 dou1 shi4 luan4 zao1 zao1 de5 +004167 应采儿#1表示#3,这一天#1举行#1婚礼#2很有#1意义#4。 + ying4 cai3 er2 biao3 shi4 zhe4 yi4 tian1 ju3 xing2 hun1 li3 hen2 you3 yi4 yi5 +004168 还有#2就是#1换水#3,上盆#1之后#2要#1定期换#1盆里的水#4。 + hai2 you3 jiu4 shi4 huan4 shui3 shang4 pen2 zhi1 hou4 yao4 ding4 qi1 huan4 pen2 li3 de5 shui3 +004169 信阳市#1妇幼#1保健院#3原来#1只有#1一两个人#2在那儿#1管理#4。 + xin4 yang2 shi4 fu4 you4 bao3 jian4 yuan4 yuan2 lai2 zhi2 you3 yi4 liang3 ge5 ren2 zai4 nar4 guan2 li3 +004170 新闻界#2也#1批评#2在场的人#1见死不救#4。 + xin1 wen2 jie4 ye3 pi1 ping2 zai4 chang3 de5 ren2 jian4 si3 bu2 jiu4 +004171 又搞#1突然#1袭击#3!完了#2完了#3,死定了#4! + you4 gao3 tu1 ran2 xi2 ji1 wan2 le5 wan2 le5 si3 ding4 le5 +004172 夏学銮#2对此#1表示#1赞同#4。 + xia4 xue2 luan2 dui4 ci2 biao3 shi4 zan4 tong2 +004173 该台#2赴#1云南的#2科普部#1主任#2张旸#1表示#3,“希望#2观测#1工作#2一切#1顺利#4”。 + gai1 tai2 fu4 yun2 nan2 de5 ke1 pu3 bu4 zhu3 ren4 zhang1 yang2 biao3 shi4 xi1 wang4 guan1 ce4 gong1 zuo4 yi2 qie4 shun4 li4 +004174 不幸的是#3,这期间#2李晓耿#2被#1蚊虫#1叮咬#3,身上#1起肿癍#4。 + bu2 xing4 de5 shi4 zhe4 qi1 jian1 li3 xiao2 geng3 bei4 wen2 chong2 ding1 yao3 shen1 shang4 qi2 zhong3 ban1 +004175 朱镕基#2严于律己#3,举世皆知#4。 + zhu1 rong2 ji1 yan2 yu2 lv4 ji3 ju3 shi4 jie1 zhi1 +004176 一名#1男子#2坐在#1一捆捆#2百元#1大钞上#3,摆弄着#1眼前的#1“钱砖#4”。 + yi4 ming2 nan2 zi3 zuo4 zai4 yi4 kun2 kun2 bai3 yuan2 da4 chao1 shang4 bai3 nong4 zhe5 yan3 qian2 de5 qian2 zhuan1 +004177 昨日#1上午#3,二人#1因#1拐卖#1儿童罪#2分别#1获刑#4。 + zuo2 ri4 shang4 wu3 er4 ren2 yin1 guai3 mai4 er2 tong2 zui4 fen1 bie2 huo4 xing2 +004178 小女孩儿#2已经#1惨不忍睹#3,围观#1群众#2不禁#1哀叹道#3“太惨了#3,太惨了#4”。 + xiao2 nv3 hair2 yi3 jing1 can3 bu4 ren2 du3 wei2 guan1 qun2 zhong4 bu4 jin1 ai1 tan4 dao4 tai4 can3 le5 tai4 can3 le5 +004179 学生#1小杰#2听了#1孙某的话#3,开始#1琢磨#2用#1此法#1“赚钱#4”。 + xue2 sheng5 xiao3 jie2 ting1 le5 sun1 mou3 de5 hua4 kai1 shi3 zhuo2 mo2 yong4 ci2 fa3 zhuan4 qian2 +004180 爸爸#1见了说#3:别#1这么#1鬼头#1鬼脑的#3,有话#1大声说#4。 + ba4 ba5 jian4 le5 shuo1 bie2 zhe4 me5 gui3 tou2 gui2 nao3 de5 you3 hua4 da4 sheng1 shuo1 +004181 该股的#2网上#1中签率#3为#1百分之#2二点#1一二#1五一#4。 + gai1 gu3 de5 wang3 shang4 zhong4 qian1 lv4 wei2 bai3 fen1 zhi1 er4 dian3 yi1 er4 wu3 yi1 +004182 你#1嫌弃我#1哪里#1不好#3,我改#1还#1不行吗#4? + ni3 xian2 qi4 wo3 na2 li3 bu4 hao3 wo2 gai3 hai2 bu4 xing2 ma5 +004183 大街#1小巷#2飘起#1红绸带#3,家家#1屋檐下#2挂起#1一串串#1红灯笼#4。 + da4 jie1 xiao3 xiang4 piao1 qi3 hong2 chou2 dai4 jia1 jia1 wu1 yan2 xia4 gua4 qi3 yi2 chuan4 chuan5 hong2 deng1 long5 +004184 他#1周边的#1朋友#1也说#3,他这是#1嘚瑟#1惯了#4。 + ta1 zhou1 bian1 de5 peng2 you5 ye3 shuo1 ta1 zhe4 shi4 de4 se5 guan4 le5 +004185 两大#1需求的#1颓势#3,也与#1政策#1“靴子#2”迟迟#1没有#1落地#1有关#4。 + liang3 da4 xu1 qiu2 de5 tui2 shi4 ye2 yu3 zheng4 ce4 xue1 zi5 chi2 chi2 mei2 you3 luo4 di4 you3 guan1 +004186 然后#2会由#1货车#2运送到#1某地#2进行#1“漂洗#4”。 + ran2 hou4 hui4 you2 huo4 che1 yun4 song4 dao4 mou3 di4 jin4 xing2 piao2 xi3 +004187 难怪#2客厅#1墙壁上#2最#1惹眼的#1是一件#1木雕牛#4。 + nan2 guai4 ke4 ting1 qiang2 bi4 shang4 zui4 re2 yan3 de5 shi4 yi2 jian4 mu4 diao1 niu2 +004188 当然#2,宣传#1状元#2不能#1夸大#3,更不能#2无中生有#4。 + dang1 ran2 xuan1 chuan2 zhuang4 yuan5 bu4 neng2 kua1 da4 geng4 bu4 neng2 wu2 zhong1 sheng1 you3 +004189 吓的她#2虎躯#1一震#3,愣了#1好几秒#2才#1反应#1过来#4。 + xia4 de5 ta1 hu3 qu1 yi2 zhen4 leng4 le5 hao2 ji2 miao3 cai2 fan3 ying1 guo4 lai2 +004190 早起的#1时候#2儿子#1催我#3:爸爸#1快走#3,上学去#4! + zao2 qi3 de5 shi2 hou4 er2 zi5 cui1 wo3 ba4 ba5 kuai4 zou3 shang4 xue2 qu4 +004191 第二#3、这个#1你问俺#2也#1问不出#1啥东西#3,俺也#1不知道#4。 + di4 er4 zhe4 ge5 ni3 wen4 an3 ye3 wen4 bu4 chu1 sha2 dong1 xi5 an2 ye3 bu4 zhi1 dao4 +004192 反正#1年轻#3,我就#1玩玩嘛#4。 + fan3 zheng4 nian2 qing1 wo3 jiu4 wan2 wan5 ma5 +004193 它在#1海上#2等待#2二三#1五二#1八号船#2近#1一周后#1返回#4。 + ta1 zai4 hai3 shang4 deng3 dai4 er4 san1 wu3 er4 ba1 hao4 chuan2 jin4 yi4 zhou1 hou4 fan3 hui2 +004194 春天#2万物#1复苏#2,生机#1盎然#3,是人们#2调养#1身心的#1好时机#4。 + chun1 tian1 wan4 wu4 fu4 su1 sheng1 ji1 ang4 ran2 shi4 ren2 men5 tiao2 yang3 shen1 xin1 de5 hao3 shi2 ji1 +004195 目前#2,四环路#2、五环路#3和#1机场#1高速的#1奥运#1专用#1车道#2都已#1施划#1完毕#4。 + mu4 qian2 si4 huan2 lu4 wu3 huan2 lu4 he2 ji1 chang3 gao1 su4 de5 ao4 yun4 zhuan1 yong4 che1 dao4 dou1 yi3 shi1 hua4 wan2 bi4 +004196 新一轮的#1涨价潮#2又#1蠢蠢欲动#4。 + xin1 yi4 lun2 de5 zhang3 jia4 chao2 you4 chun2 chun3 yu4 dong4 +004197 戴军#1不从#3,王闯#1等人#2又对其#1轮番#1攻击#4。 + dai4 jun1 bu4 cong2 wang2 chuang2 deng3 ren2 you4 dui4 qi2 lun2 fan1 gong1 ji1 +004198 她便#2呼吁马#3,不要#1再#1身陷#2“扁马#1情结#4”。 + ta1 bian4 hu1 yu4 ma3 bu2 yao4 zai4 shen1 xian4 bian2 ma3 qing2 jie2 +004199 个人#1所得税#2免征额#2共#1调整过#1两次#4。 + ge4 ren2 suo3 de2 shui4 mian3 zheng1 e2 gong4 tiao2 zheng3 guo4 liang3 ci4 +004200 他说#3,尽管#1罚金#1“微不足道#3”,他仍#1希望#2还清#1这笔“债#4”。 + ta1 shuo1 jin2 guan3 fa2 jin1 wei1 bu4 zu2 dao4 ta1 reng2 xi1 wang4 huan2 qing1 zhe4 bi3 zhai4 +004201 另外#1一辆#1雪铁龙#2想要#1挡住它#3,被撞了#1四五下#4。 + ling4 wai4 yi2 liang4 xue2 tie3 long2 xiang3 yao4 dang3 zhu4 ta1 bei4 zhuang4 le5 si4 wu3 xia4 +004202 这样#3,政府#1管理#2就#1酝酿着#1风险#4。 + zhe4 yang5 zheng4 fu3 guan2 li3 jiu4 yun4 niang4 zhe5 feng1 xian3 +004203 海底捞#2蹭午饭#1没成功#3。从#1玄武门#1出来后#3,午饭的#1时间#1到了#4。 + hai2 di3 lao1 ceng4 wu3 fan4 mei2 cheng2 gong1 cong2 xuan2 wu3 men2 chu1 lai5 hou4 wu3 fan4 de5 shi2 jian1 dao4 le5 +004204 想办法#2提高#1一下#1工作#1效率呀#4。 + xiang3 ban4 fa3 ti2 gao1 yi2 xia4 gong1 zuo4 xiao4 lv5 ya5 +004205 俗话说#3,“棺材里#1伸手#1死要钱#4”。 + su2 hua4 shuo1 guan1 cai5 li5 shen1 shou2 si3 yao4 qian2 +004206 仙湖#1植物园#1里的#1植物#2千姿百态#3,小平#1同志#2看得#1兴趣盎然#4。 + xian1 hu2 zhi2 wu4 yuan2 li3 de5 zhi2 wu4 qian1 zi1 bai3 tai4 xiao3 ping2 tong2 zhi4 kan4 de5 xing4 qu4 ang4 ran2 +004207 还有#1人说#2三块钱#2几乎#1可以#1养活#1一家人#4。 + hai2 you3 ren2 shuo1 san1 kuai4 qian2 ji1 hu1 ke2 yi2 yang3 huo2 yi4 jia1 ren2 +004208 两年前#3,周爹爹#1在#1车棚外#2自制了#1一个#1单杠#4。 + liang3 nian2 qian2 zhou1 die1 die5 zai4 che1 peng2 wai4 zi4 zhi4 le5 yi2 ge5 dan1 gang4 +004209 与#1丈夫#2高城刚#2和好#1以后#3,泽尻英龙华#1目标#2直指#1好莱乌#4。 + yu3 zhang4 fu5 gao1 cheng2 gang1 he2 hao2 yi3 hou4 ze2 kao1 ying1 long2 hua2 mu4 biao1 zhi2 zhi2 hao3 lai2 wu1 +004210 更#1主要#1是照#1老尹的#1说法#3,习惯啦#3,出门#2就上那儿#1遛一圈#4。 + geng4 zhu3 yao4 shi4 zhao4 lao2 yin3 de5 shuo1 fa3 xi2 guan4 la5 chu1 men2 jiu4 shang4 nar4 liu4 yi5 quan1 +004211 晚上#2可以#1喝点#2杂粮粥#2,吃点#1炒青菜#3,便于#1消化#2,又有#1营养#4。 + wan3 shang4 ke2 yi3 he1 dian3 za2 liang2 zhou1 chi1 dian2 chao3 qing1 cai4 bian4 yu2 xiao1 hua4 you4 you3 ying2 yang3 +004212 而从#2侧面#1看时#3,小天甜#2已有#1明显#1凸起的#1小肚腩#4。 + er2 cong2 ce4 mian4 kan4 shi2 xiao3 tian1 tian2 yi2 you3 ming2 xian3 tu1 qi3 de5 xiao3 du4 nan3 +004213 随后#3,记者#1来到#2石碾盘#2劳务#1市场#1旁的#2“曾卤菜#1”门店#4。 + sui2 hou4 ji4 zhe3 lai2 dao4 shi2 nian3 pan2 lao2 wu4 shi4 chang3 pang2 de5 zeng1 lu3 cai4 men2 dian4 +004214 谈及#2保养#1秘诀#3,安雅#2首次#1透露了#2自己的#2“懒女人#1”攻略#4。 + tan2 ji2 bao2 yang3 mi4 jue2 an1 ya2 shou3 ci4 tou4 lu4 le5 zi4 ji3 de5 lan2 nv3 ren2 gong1 lve4 +004215 今年#2他过#1生日#3,带他#2选玩具#4。 + jin1 nian2 ta1 guo4 sheng1 ri4 dai4 ta1 xuan3 wan2 ju4 +004216 后来#2我家#1麦子#1割完了#3,他家的#1麦子#3好像#1还淋了#1一场雨#3,糟蹋了#4。 + hou4 lai2 wo3 jia1 mai4 zi5 ge1 wan2 le5 ta1 jia1 de5 mai4 zi5 hao3 xiang4 hai2 lin2 le5 yi4 chang2 yu3 zao1 ta4 le5 +004217 暴雨#2导致#2梧州#1市区#2多条#1主要#1街道#2发生#1严重#1内涝#4。 + bao4 yu2 dao3 zhi4 wu2 zhou1 shi4 qu1 duo1 tiao2 zhu3 yao4 jie1 dao4 fa1 sheng1 yan2 zhong4 nei4 lao4 +004218 因为#2家底儿#1殷实#3,年轻时#2我#1是个#1“少爷#3”,不管事#3,更不#1管钱#4。 + yin1 wei4 jia1 dir3 yin1 shi2 nian2 qing1 shi2 wo3 shi4 ge5 shao4 ye5 bu4 guan3 shi4 geng4 bu5 guan3 qian2 +004219 经#2抢救#1无效#3,小羊驼#1死亡#4。 + jing1 qiang3 jiu4 wu2 xiao4 xiao3 yang2 tuo2 si3 wang2 +004220 一位#1村民#2背着#1棺材#1经过#4。 + yi2 wei4 cun1 min2 bei1 zhe5 guan1 cai5 jing1 guo4 +004221 他#1天天#2叨叨叨#3,我说烦#4。 + ta1 tian1 tian1 dao1 dao1 dao1 wo3 shuo1 fan2 +004222 暗自#1夸#1自己#1记忆力强#3,两年前#1听到的#1东西#3,到#1紧要#1关头#2还能#2取用#1自如#4。 + an4 zi4 kua1 zi4 ji3 ji4 yi4 li4 qiang2 liang2 nian2 qian2 ting1 dao4 de5 dong1 xi5 dao4 jin3 yao4 guan1 tou2 hai2 neng2 qu3 yong4 zi4 ru2 +004223 因为#2没什么#1建筑#2和#1高大#1树木#3,整座#1琛航岛#2可#1一眼#1看穿#4。 + yin1 wei4 mei2 shen2 me5 jian4 zhu4 he2 gao1 da4 shu4 mu4 zheng3 zuo4 chen1 hang2 dao3 ke3 yi4 yan3 kan4 chuan1 +004224 战士#1在#1演示#2灭火#1扫把#4。 + zhan4 shi4 zai4 yan3 shi4 mie4 huo3 sao4 ba3 +004225 对于#2驻伊#1美军#2十月份#2遭受的#1重大#1伤亡#3,兹巴里#2深表#1遗憾#4。 + dui4 yu2 zhu4 yi1 mei3 jun1 shi2 yue4 fen5 zao1 shou4 de5 zhong4 da4 shang1 wang2 zi1 ba1 li3 shen1 biao3 yi2 han4 +004226 引进#2“超威#1电源#3”,使#1沁阳#2成为#1全国#1最大的#2动力#1电池#1生产#1基地#4。 + yin3 jin4 chao1 wei1 dian4 yuan2 shi3 qin4 yang2 cheng2 wei2 quan2 guo2 zui4 da4 de5 dong4 li4 dian4 chi2 sheng1 chan3 ji1 di4 +004227 该次#2“猎虎#1”成果#2比#1前一#1阶段#1有所#1增加#4。 + gai1 ci4 lie4 hu3 cheng2 guo3 bi3 qian2 yi4 jie1 duan4 you2 suo3 zeng1 jia1 +004228 谁料#2多数#1网友#2并不#1理解#1他的#1苦衷#3,反而#1称他为#2“抠门哥#4”。 + shui2 liao4 duo1 shu4 wang2 you3 bing4 bu4 li2 jie3 ta1 de5 ku3 zhong1 fan3 er2 cheng1 ta1 wei2 kou1 men2 ge1 +004229 何伟#2在#1门房#1诊所里#2接待#1病人#3,杨勇#1坐在#1一旁#2摆弄#1电脑#4。 + he2 wei3 zai4 men2 fang2 zhen2 suo2 li3 jie1 dai4 bing4 ren5 yang2 yong3 zuo4 zai4 yi4 pang2 bai3 nong4 dian4 nao3 +004230 由于#2积极#1购买#1内容#3,净现金#2低于#1我们的#1预期#4。 + you2 yu2 ji1 ji2 gou4 mai3 nei4 rong2 jing4 xian4 jin1 di1 yu2 wo3 men5 de5 yu4 qi1 +004231 三星堆#2青铜器群#2高超的#2青铜器#1冶炼#1技术#2及#1青铜#1文化#3是#1如何#1产生的#4? + san1 xing1 dui1 qing1 tong2 qi4 qun2 gao1 chao1 de5 qing1 tong2 qi4 ye3 lian4 ji4 shu4 ji2 qing1 tong2 wen2 hua4 shi4 ru2 he2 chan3 sheng1 de5 +004232 哈哈#3,您#1说得对#3,我是#1挺傻#1挺“二”的#4。 + ha1 ha1 nin2 shuo1 de5 dui4 wo3 shi4 ting2 sha2 ting3 er4 de5 +004233 一路上#3,夏雨#2少言寡语#3,除了向#1四处#1张望#1几下#3,便#1一直#1埋头#1向前#4。 + yi2 lu4 shang4 xia4 yu2 shao3 yan2 gua2 yu3 chu2 le5 xiang4 si4 chu4 zhang1 wang4 ji3 xia4 bian4 yi4 zhi2 mai2 tou2 xiang4 qian2 +004234 他能#2率领#1队友#2守住#1澳大利亚队的#2疯狂#1进攻吗#4? + ta1 neng2 shuai4 ling3 dui4 you3 shou3 zhu4 ao4 da4 li4 ya4 dui4 de5 feng1 kuang2 jin4 gong1 ma5 +004235 他说#3,穿丝袜#1表演#2是#1一种#1艺术#1形式#4。 + ta1 shuo1 chuan1 si1 wa4 biao2 yan3 shi4 yi4 zhong3 yi4 shu4 xing2 shi4 +004236 周立波#2在#1节目中#1做鬼脸#4。 + zhou1 li4 bo1 zai4 jie2 mu4 zhong1 zuo4 gui2 lian3 +004237 申购#2简称为#2“兴业#1申购#3”,申购#1代码#2为#2“七八零#2三七七#4”。 + shen1 gou4 jian3 cheng1 wei2 xing1 ye4 shen1 gou4 shen1 gou4 dai4 ma3 wei2 qi1 ba1 ling2 san1 qi1 qi1 +004238 除此#1之外#3,在#1超市中#2偶有#1销售#4。 + chu2 ci3 zhi1 wai4 zai4 chao1 shi4 zhong1 ou2 you3 xiao1 shou4 +004239 卡扎菲#2被#1拧得#1哼哼叫#3,孙女#2咯咯地#1笑起来#4。 + ka3 zha1 fei1 bei4 ning3 de5 heng1 heng1 jiao4 sun1 nv3 ge1 ge1 de5 xiao4 qi3 lai2 +004240 七点#1左右#3,另外#1四名#1人员#2被#1“东海#2救#1幺幺二#1”救下#4。 + qi1 dian2 zuo3 you4 ling4 wai4 si4 ming2 ren2 yuan2 bei4 dong1 hai3 jiu4 yao1 yao1 er4 jiu4 xia4 +004241 并#1没有#1孔子的#2被#1追捧#2和#1热衷度#1高啊#4? + bing4 mei2 you3 kong2 zi3 de5 bei4 zhui1 peng3 he2 re4 zhong1 du4 gao1 a5 +004242 他的#2奇异#1之处#3,在于用#2彩色#1粉笔#2在#1地上#1作画#3,而且#2“画啥#1像啥#4”。 + ta1 de5 qi2 yi4 zhi1 chu4 zai4 yu2 yong4 cai3 se4 fen2 bi3 zai4 di4 shang4 zuo4 hua4 er2 qie3 hua4 sha2 xiang4 sha2 +004243 老字号#2东来顺#3、馄饨侯#3、护国寺#1小吃#3、茶汤李#3齐聚#1地坛#4。 + lao3 zi4 hao4 dong1 lai2 shun4 hun2 tun5 hou2 hu4 guo2 si4 xiao3 chi1 cha2 tang1 li3 qi2 ju4 di4 tan2 +004244 普京#2为#1俄罗斯#1柔道#1选手#1鼓掌#4。 + pu3 jing1 wei4 e2 luo2 si1 rou2 dao4 xuan2 shou3 gu2 zhang3 +004245 民警#2只好把#1男子#1架上#1警车#3,载到#2卫生院#2醒酒#4。 + min2 jing3 zhi2 hao2 ba3 nan2 zi3 jia4 shang4 jing3 che1 zai4 dao4 wei4 sheng1 yuan4 xing2 jiu3 +004246 昭惠#1夫人#2与#1安倍晋三#2一九#1八七年#1结婚#4。 + zhao1 hui4 fu1 ren5 yu3 an1 bei4 jin4 san1 yi1 jiu3 ba1 qi1 nian2 jie2 hun1 +004247 目前#3,王勇#2已经被#2美国#2曼哈顿区#1检察官#2提起#1诉讼#4。 + mu4 qian2 wang2 yong3 yi3 jing1 bei4 mei3 guo2 man4 ha1 dun4 qu1 jian3 cha2 guan1 ti2 qi3 su4 song4 +004248 并与#2郦道元的#2“水经注#3”一道#1登上#2北朝#1文学的#1巅峰#4。 + bing4 yu3 li4 dao4 yuan2 de5 shui3 jing1 zhu4 yi2 dao4 deng1 shang4 bei3 chao2 wen2 xue2 de5 dian1 feng1 +004249 水库旁的#2稀土#1盗采点#3目前#1仍#1散落着#2硫酸铵#2等#1化学品的#1包装#4。 + shui3 ku4 pang2 de5 xi1 tu3 dao4 cai2 dian3 mu4 qian2 reng2 san4 luo4 zhe5 liu2 suan1 an1 deng3 hua4 xue2 pin3 de5 bao1 zhuang1 +004250 这是#1由#2台湾#1镂空#1书法#1名家#2詹秀蓉#1书写的#2金箔#1镂空#1作品#4。 + zhe4 shi4 you2 tai2 wan1 lou4 kong1 shu1 fa3 ming2 jia1 zhan1 xiu4 rong2 shu1 xie3 de5 jin1 bo2 lou4 kong1 zuo4 pin3 +004251 小东的#1姐姐#2称#2贴吧#1内容#1真实#4。 + xiao3 dong1 de5 jie3 jie5 cheng1 tie1 ba1 nei4 rong2 zhen1 shi2 +004252 请问#3,你#1要不要吃#2赔钱了#1这个#1亏呢#4? + qing3 wen4 ni3 yao4 bu2 yao4 chi1 pei2 qian2 le5 zhe4 ge5 kui1 ne5 +004253 几年前#3,李国权#1就#1患有#2胆囊炎#2、胃病#2、痔疮#2等顽疾#4。 + ji3 nian2 qian2 li3 guo2 quan2 jiu4 huan4 you2 dan3 nang2 yan2 wei4 bing4 zhi4 chuang1 deng3 wan2 ji2 +004254 四个人#2七手八脚#2忙活#1半天#3,冰山#1寝室#2瞬间变#1“温室#4”。 + si4 ge5 ren2 qi1 shou3 ba1 jiao3 mang2 huo5 ban4 tian1 bing1 shan1 qin3 shi4 shun4 jian1 bian4 wen1 shi4 +004255 图为#2肖向阳#2躺在#1病床上#3,他的#1表姐#2在#1一旁#1陪护#4。 + tu2 wei2 xiao1 xiang4 yang2 tang3 zai4 bing4 chuang2 shang4 ta1 de5 biao2 jie3 zai4 yi4 pang2 pei2 hu4 +004256 乘客#1稍多时#3窄小的#1出口#2就#1显得#1很拥挤#4。 + cheng2 ke4 shao1 duo1 shi2 zhai2 xiao3 de5 chu1 kou3 jiu4 xian3 de5 hen3 yong1 ji3 +004257 行啊#2没问题#3,不过#2你也#1知道的#3,周末#1路上#2都很堵#3,估计#2得#1晚到#1一点儿#4。 + xing2 a5 mei2 wen4 ti5 bu2 guo4 ni2 ye3 zhi1 dao4 de5 zhou1 mo4 lu4 shang4 dou1 hen2 du3 gu1 ji4 dei2 wan3 dao4 yi4 dianr3 +004258 双方#2各执一词#3,令#1事件#2扑朔迷离#4。 + shuang1 fang1 ge4 zhi2 yi4 ci2 ling4 shi4 jian4 pu1 shuo4 mi2 li2 +004259 仿佛#2点#1一支烟#2刚刚#1燃着#2吸了#1一口#2就灭了#3,嘴里#2只有#1那口烟的#1余味#4。 + fang3 fu2 dian3 yi4 zhi1 yan1 gang1 gang1 ran2 zhe5 xi1 le5 yi4 kou3 jiu4 mie4 le5 zui2 li3 zhi2 you3 na4 kou3 yan1 de5 yu2 wei4 +004260 然后#3,主人#2为#1客人#1斟满#3,再陪#1客人#1饮上#1一杯#4。 + ran2 hou4 zhu3 ren2 wei4 ke4 ren2 zhen1 man3 zai4 pei2 ke4 ren2 yin3 shang4 yi4 bei1 +004261 给#1心爱的人#2泡杯#1热茶吧#4。 + gei3 xin1 ai4 de5 ren2 pao4 bei1 re4 cha2 ba5 +004262 老战友#2在#1外地#1聚会#3,他说#1战友们#2转业早#3,工资#1不高#3,他#1慷慨解囊#4。 + lao3 zhan4 you3 zai4 wai4 di4 ju4 hui4 ta1 shuo1 zhan4 you3 men5 zhuan3 ye4 zao3 gong1 zi1 bu4 gao1 ta1 kang1 kai2 jie3 nang2 +004263 开心#2看表演#3。众星#2走完#1红地毯#1之后#3,徐若瑄#1才现身#4。 + kai1 xin1 kan4 biao2 yan3 zhong4 xing1 zou3 wan2 hong2 di4 tan3 zhi1 hou4 xu2 ruo4 xuan1 cai2 xian4 shen1 +004264 这些#1蛤蟆#2只有#1成人#1拇指#1大小#3,通体#2深褐色#4。 + zhe4 xie1 ha2 ma5 zhi2 you3 cheng2 ren2 mu2 zhi3 da4 xiao3 tong1 ti3 shen1 he4 se4 +004265 个别#1严重的#3,开始#1呕吐#2甚至#1出现#1晕厥的#1现象#4。 + ge4 bie2 yan2 zhong4 de5 kai1 shi2 ou3 tu4 shen4 zhi4 chu1 xian4 yun1 jue2 de5 xian4 xiang4 +004266 不要#1乱问#1女孩子的#1年龄啦#4。 + bu2 yao4 luan4 wen4 nv3 hai2 zi5 de5 nian2 ling2 la5 +004267 深圳#2狂风#1大作#3、暴雨#1滂沱#4。 + shen1 zhen4 kuang2 feng1 da4 zuo4 bao4 yu3 pang1 tuo2 +004268 当时#2沮丧的#1心情#2无以#1形容#4。 + dang1 shi2 ju3 sang4 de5 xin1 qing2 wu2 yi3 xing2 rong2 +004269 这与#2历史上的#2“闯关东#1”有关#4。 + zhe4 yu3 li4 shi3 shang4 de5 chuang3 guan1 dong1 you3 guan1 +004270 互联网#2正#1润物#1细无声地#1影响#2中国#1社会#4。 + hu4 lian2 wang3 zheng4 run4 wu4 xi4 wu2 sheng1 de5 ying2 xiang3 zhong1 guo2 she4 hui4 +004271 报道说#3,麦迪甘#2和#1布拉格#1耶维奇#2是#1宿敌#3,多次#1表达出#2任#1州长的#1意愿#4。 + bao4 dao4 shuo1 mai4 di2 gan1 he2 bu4 la1 ge2 ye1 wei2 qi2 shi4 su4 di2 duo1 ci4 biao3 da2 chu1 ren4 zhou1 zhang3 de5 yi4 yuan4 +004272 我#1实际上#2希望#1别人#1喊我#1教授#3,更亲切#4。 + wo3 shi2 ji4 shang4 xi1 wang4 bie2 ren5 han2 wo3 jiao4 shou4 geng4 qin1 qie4 +004273 据#2王瑞琛#1介绍#3,他们#1已#1接受#2节育#1手术#3,没可能#1再要#1小孩#4。 + ju4 wang2 rui4 chen1 jie4 shao4 ta1 men5 yi3 jie1 shou4 jie2 yu4 shou3 shu4 mei2 ke3 neng2 zai4 yao4 xiao3 hai2 +004274 背后#1暴露出的#2当地#2粗鲁#1横蛮的#2执政#1思维#2令人#1警醒#4。 + bei4 hou5 bao4 lu4 chu1 de5 dang1 di4 cu1 lu3 heng4 man2 de5 zhi2 zheng4 si1 wei2 ling4 ren2 jing2 xing3 +004275 我#1特别#1喜欢#1弹钢琴#4。 + wo3 te4 bie2 xi3 huan1 tan2 gang1 qin2 +004276 适当#1节食#2和#1运动#1结合#3,科学#1减肥#1才行呀#4! + shi4 dang4 jie2 shi2 he2 yun4 dong5 jie2 he2 ke1 xue2 jian3 fei2 cai2 xing2 ya5 +004277 统一#1采购的#1面筋#1里面#2含有#1甲醛#4。 + tong3 yi1 cai3 gou4 de5 mian4 jin1 li3 mian4 han2 you2 jia3 quan2 +004278 过去#2李逵是#1半吊子#3,在#1戏里#2只能#1充当#2打哈哈#1凑趣的#2笑剧#1人物#4。 + guo4 qu4 li3 kui2 shi4 ban4 diao4 zi5 zai4 xi4 li2 zhi3 neng2 chong1 dang1 da3 ha1 ha5 cou4 qu4 de5 xiao4 ju4 ren2 wu4 +004279 胡亮#2、余飞#2敲碎#1啤酒瓶#3抵住#1曾的#1喉咙#4。 + hu2 liang4 yu2 fei1 qiao1 sui4 pi2 jiu3 ping2 di3 zhu4 zeng1 de5 hou2 long5 +004280 镇长#2吴科哲说#3,争议#1双方#2都以#2“祖宗地”的#1理由#2申索#1土地#1所有权#4。 + zhen4 zhang3 wu2 ke1 zhe2 shuo1 zheng1 yi4 shuang1 fang1 dou1 yi2 zu3 zong1 di4 de5 li3 you2 shen1 suo2 tu3 di4 suo2 you3 quan2 +004281 目前#2惠淼#1大臂#2有些许#1拉伤#3,但无#1大碍#4。 + mu4 qian2 hui4 miao3 da4 bi4 you3 xie1 xu3 la1 shang1 dan4 wu2 da4 ai4 +004282 每当#2他#1拥抱我的#1时候#3,我都#1听到#1他的心#2在#1怦怦跳#4。 + mei3 dang1 ta1 yong1 bao4 wo3 de5 shi2 hou4 wo3 dou1 ting1 dao4 ta1 de5 xin1 zai4 peng1 peng1 tiao4 +004283 原告#2张咪#1本人#2没有#1出庭#3,张咪#1女儿#2李洛伊#3出现在#1庭审#1现场#4。 + yuan2 gao4 zhang1 mi1 ben3 ren2 mei2 you3 chu1 ting2 zhang1 mi1 nv3 er2 li3 luo4 yi1 chu1 xian4 zai4 ting2 shen3 xian4 chang3 +004284 理由#2主要有#2建筑#1规格#2、时间#3、衙署#1建筑#2和#1文献#1记载等#4。 + li3 you2 zhu3 yao4 you3 jian4 zhu5 gui1 ge2 shi2 jian1 ya2 shu3 jian4 zhu4 he2 wen2 xian4 ji4 zai4 deng3 +004285 至少#2奢侈品#1市场#2一直#1很兴旺#4。 + zhi4 shao3 she1 chi2 pin3 shi4 chang3 yi4 zhi2 hen3 xing1 wang4 +004286 那女的#1说#3,你拿枪#2吓唬#1谁呀#4? + na4 nv3 de5 shuo1 ni3 na2 qiang1 xia4 hu5 shui2 ya5 +004287 上面#2悬着#1一轮#2红彤彤的#1太阳#4。 + shang4 mian5 xuan2 zhe5 yi4 lun2 hong2 tong1 tong1 de5 tai4 yang5 +004288 像谁#1都行#3,就是#2千万#1别像我#3,又矮#1又丑的#4。 + xiang4 shui2 dou1 xing2 jiu4 shi4 qian1 wan4 bie2 xiang4 wo3 you4 ai3 you4 chou3 de5 +004289 这#1背后#2牵出#2葛与#1盛大#1之间的#1纠葛#1一案#4。 + zhe4 bei4 hou4 qian1 chu1 ge2 yu3 sheng4 da4 zhi1 jian1 de5 jiu1 ge2 yi2 an4 +004290 夫妻俩#2把#1心思#2都#1花在了#1瘫痪#1双亲#1身上#4。 + fu1 qi1 lia2 ba3 xin1 si5 dou1 hua1 zai4 le5 tan1 huan4 shuang1 qin1 shen1 shang4 +004291 柯莉塔#2曾创办#2纪念#1已故#1丈夫的#1金恩#1中心#4。 + ke1 li4 ta3 ceng2 chuang4 ban4 ji4 nian4 yi3 gu4 zhang4 fu5 de5 jin1 en1 zhong1 xin1 +004292 床铺#1旁边#2是#2收售的#1各种#1药品#4。 + chuang2 pu4 pang2 bian1 shi4 shou1 shou4 de5 ge4 zhong3 yao4 pin3 +004293 具体#2有#1多少#1损失#2我#1不能#1拍脑袋#3,很难#1计算#4。 + ju4 ti2 you3 duo1 shao2 sun3 shi1 wo3 bu4 neng2 pai1 nao3 dai5 hen3 nan2 ji4 suan4 +004294 此次#1联演#2是#1两军#2军事#1合作#1框架内的#1正常#1安排#4。 + ci3 ci4 lian2 yan3 shi4 liang3 jun1 jun1 shi4 he2 zuo4 kuang4 jia4 nei4 de5 zheng4 chang2 an1 pai2 +004295 这下#2惹恼了#1刘鹏#4。 + zhe4 xia4 re2 nao3 le5 liu2 peng2 +004296 通常#2都#1是在#2运猪前#2往#1耳朵上#1打一针#1“地西泮#3”,俗名#1就是#1“安定#4”。 + tong1 chang2 dou1 shi4 zai4 yun4 zhu1 qian2 wang2 er3 duo5 shang4 da3 yi4 zhen1 di4 xi1 pan4 su2 ming2 jiu4 shi4 an1 ding4 +004297 一身#2裸色的#1小礼服#3,利落的#1发饰#3,干练#2又#1不失#1柔美#4。 + yi4 shen1 luo3 se4 de5 xiao2 li3 fu2 li4 luo4 de5 fa4 shi4 gan4 lian4 you4 bu4 shi1 rou2 mei3 +004298 第二步#2是#1剪去#1裤脚后#2抽出#1横向的#1线#4。 + di4 er4 bu4 shi4 jian3 qu4 ku4 jiao3 hou4 chou1 chu1 heng2 xiang4 de5 xian4 +004299 这是#1一个#1典型的#1决策#1谬误#4。 + zhe4 shi4 yi2 ge4 dian3 xing2 de5 jue2 ce4 miu4 wu4 +004300 江国庆#1之母#2得知#1儿子#2沉冤得雪#3,捧着#1遗照#1落泪#4。 + jiang1 guo2 qing4 zhi1 mu3 de2 zhi1 er2 zi5 chen2 yuan1 de2 xue3 peng3 zhe5 yi2 zhao4 luo4 lei4 +004301 在#1七、八、九#1三个月#3,有#1三家#1奢侈品#1网站#2分外#1招摇#4。 + zai4 qi1 ba1 jiu3 san1 ge4 yue4 you3 san1 jia1 she1 chi5 pin2 wang3 zhan4 fen4 wai4 zhao1 yao2 +004302 这样#2,老鹰#2和#1野猪#3以及#1他们的#1孩子#2都#1饿死了#4。 + zhe4 yang4 lao3 ying1 he2 ye3 zhu1 yi3 ji2 ta1 men5 de5 hai2 zi5 dou1 e4 si3 le5 +004303 在#1抵达#1亚特兰大后#3,普米卡拉#2被#1警方#1带走#4。 + zai4 di3 da2 ya4 te4 lan2 da4 hou4 pu2 mi2 ka3 la1 bei4 jing3 fang1 dai4 zou3 +004304 只要#2不工作时#3,他#1每次#1用餐#2都会点#1鱼翅#3,再与#1白饭#2搅混#1来吃#4。 + zhi3 yao4 bu4 gong1 zuo4 shi2 ta1 mei3 ci4 yong4 can1 dou1 hui4 dian3 yu2 chi4 zai4 yu3 bai2 fan4 jiao3 hun4 lai2 chi1 +004305 不过#2,他也说#3,真要#1“疯”起来#2会#1尺度#1大开#3,比如#2裸泳#3,跳#1很诡异的#1舞#4。 + bu2 guo4 ta1 ye3 shuo1 zhen1 yao4 feng1 qi3 lai2 hui4 chi3 du4 da4 kai1 bi3 ru2 luo2 yong3 tiao4 hen2 gui3 yi4 de5 wu3 +004306 你#1又把#1这个#1千古#1难题#2丢给#1我了#3,好吧#3,可以#1尝尝#2四川菜呀#3,我很#1爱吃#4。 + ni3 you4 ba3 zhe4 ge5 qian1 gu3 nan2 ti2 diu1 gei2 wo3 le5 hao3 ba5 ke2 yi3 chang2 chang2 si4 chuan1 cai4 ya5 wo2 hen3 ai4 chi1 +004307 黎巴嫩#2电信#1部长#1也表示#3,伊杜#1之死#2是#1大马士革#2清算#1运动的#1阴谋#1之一#4。 + li2 ba1 nen4 dian4 xin4 bu4 zhang3 ye2 biao3 shi4 yi1 du4 zhi1 si3 shi4 da4 ma3 shi4 ge2 qing1 suan4 yun4 dong4 de5 yin1 mou2 zhi1 yi1 +004308 我有#1一个#2热爱#1书面语的#1朋友#4。 + wo2 you3 yi2 ge4 re4 ai4 shu1 mian4 yu3 de5 peng2 you5 +004309 四人#2均#1否认#2帮#1扁家#1洗钱#4。 + si4 ren2 jun1 fou3 ren4 bang1 bian3 jia1 xi3 qian2 +004310 这处#1院落#2位于#1路边#3,由于#1远离#2平家疃村#3,周围#1住户#1极少#4。 + zhe4 chu4 yuan4 luo4 wei4 yu2 lu4 bian1 you2 yu2 yuan3 li2 ping2 jia1 tuan3 cun1 zhou1 wei2 zhu4 hu4 ji2 shao3 +004311 另外#2,桃花为#1低矮#1植物#2,枝桠#1较低#3,也#1不方便#2行人#1穿行#4。 + ling4 wai4 tao2 hua1 wei2 di1 ai3 zhi2 wu4 zhi1 ya1 jiao4 di1 ye3 bu4 fang1 bian4 xing2 ren2 chuan1 xing2 +004312 教练#2一下#1蒙了#3,看着他#1说#1北京#4? + jiao4 lian4 yi2 xia4 meng1 le5 kan4 zhe5 ta1 shuo1 bei3 jing1 +004313 发债后#3,短短#1几天#2就#1亏损#1预警#4。 + fa1 zhai4 hou4 duan2 duan2 ji3 tian1 jiu4 kui1 sun3 yu4 jing3 +004314 我到#2派出所#1一看#3,也#1是个#1小豁嘴#4。 + wo3 dao4 pai4 chu1 suo3 yi2 kan4 ye3 shi4 ge5 xiao3 huo1 zui3 +004315 这些#1努力#2获得的#1反馈#2相当#1踊跃#4。 + zhe4 xie1 nu3 li4 huo4 de2 de5 fan3 kui4 xiang1 dang1 yong3 yue4 +004316 江风#1凛冽#3,于双戈#2打了个#1寒战#4。 + jiang1 feng1 lin3 lie4 yu2 shuang1 ge1 da3 le5 ge5 han2 zhan4 +004317 两年后#3他的#1精神#1堡垒#2垮塌了#4。 + liang3 nian2 hou4 ta1 de5 jing1 shen2 bao2 lei2 kua3 ta1 le5 +004318 孙辉#2恨不得#1要说#3:老子#2学富五车#3,你够#1资格#2要我#1指正吗#4! + sun1 hui1 hen4 bu4 de2 yao4 shuo1 lao3 zi5 xue2 fu4 wu3 che1 ni3 gou4 zi1 ge2 yao4 wo2 zhi3 zheng4 ma5 +004319 为#1摸清#2灾后#2北川#1资源#1状况#3,他#1走遍了#1北川的#2山山水水#4。 + wei4 mo1 qing1 zai1 hou4 bei3 chuan1 zi1 yuan2 zhuang4 kuang4 ta1 zou3 bian4 le5 bei3 chuan1 de5 shan1 shan1 shui2 shui3 +004320 日子#1过得#2也算#2平静#1顺当#4。 + ri4 zi5 guo4 de5 ye3 suan4 ping2 jing4 shun4 dang4 +004321 主婚人#1一愣#3,回头#2看了#1一眼#1新娘#3,然后#2找了#1五毛#4。 + zhu3 hun1 ren2 yi2 leng4 hui2 tou2 kan4 le5 yi4 yan3 xin1 niang2 ran2 hou4 zhao3 le5 wu3 mao2 +004322 美好#1前景#1刺激下#3,新的#2跑马#1圈地#1运动#2正式#1拉开#1帷幕#4。 + mei2 hao3 qian2 jing3 ci4 ji5 xia4 xin1 de5 pao2 ma3 quan1 di4 yun4 dong4 zheng4 shi4 la1 kai1 wei2 mu4 +004323 刘奶奶#2不属于#2无儿#1无女的#2“三无#1死亡#1人员#3”,民政局#2更#1无法#1介入#4。 + liu2 nai3 nai5 bu4 shu3 yu2 wu2 er2 wu2 nv3 de5 san1 wu2 si3 wang2 ren2 yuan2 min2 zheng4 ju2 geng4 wu2 fa3 jie4 ru4 +004324 王强#2便#1哄骗#1小娟#3,如果#1小娟#1与他#2发生#1关系#3,便给#1小娟#1零花钱用#4。 + wang2 qiang2 bian4 hong3 pian4 xiao3 juan1 ru2 guo2 xiao3 juan1 yu3 ta1 fa1 sheng1 guan1 xi5 bian4 gei2 xiao3 juan1 ling2 hua1 qian2 yong4 +004325 现在#2思乐#1已经#1五岁了#3,聪明#1乖巧#3,甚是#1招人#1喜欢#4。 + xian4 zai4 si1 le4 yi3 jing1 wu3 sui4 le5 cong1 ming2 guai1 qiao3 shen4 shi4 zhao1 ren2 xi3 huan1 +004326 如果#2年代#1久远#3,他会#1稍慢些#3,需要#2多一秒钟#4。 + ru2 guo3 nian2 dai4 jiu2 yuan3 ta1 hui4 shao1 man4 xie1 xu1 yao4 duo1 yi4 miao3 zhong1 +004327 张越红#2不是#2重返#1国家队了吗#4? + zhang1 yue4 hong2 bu2 shi4 chong2 fan3 guo2 jia1 dui4 le5 ma5 +004328 以此#2用#1更#1确凿的#1证据#2解决#1遗址的#1基础#1问题#3,回应#1这些#1质疑#4。 + yi2 ci3 yong4 geng4 que4 zao2 de5 zheng4 ju4 jie3 jue2 yi2 zhi3 de5 ji1 chu3 wen4 ti5 hui2 ying4 zhe4 xie1 zhi4 yi2 +004329 陶宝#2端起#1酒杯#3,拍拍#1我的#1肩膀#4。 + tao2 bao3 duan1 qi2 jiu3 bei1 pai1 pai1 wo3 de5 jian1 bang3 +004330 孙某#1未停车#2反而#1加速#1闯卡#3,将#1协警#2郭某#2、林某#2撞成#1轻伤#4。 + sun1 mou3 wei4 ting2 che1 fan3 er2 jia1 su4 chuang2 qia3 jiang1 xie2 jing3 guo1 mou3 lin2 mou3 zhuang4 cheng2 qing1 shang1 +004331 而在#1退役后#3,娱乐圈#2也#1曾是#1李宁#2首选的#1尝试#4。 + er2 zai4 tui4 yi4 hou4 yu2 le4 quan1 ye3 ceng2 shi4 li3 ning2 shou2 xuan3 de5 chang2 shi4 +004332 但他#2远远#1不能#1走得#1洒脱#4。 + dan4 ta1 yuan2 yuan3 bu4 neng2 zou3 de2 sa3 tuo1 +004333 付高峰#2是#1中国#1一代#2“散打王#2”柳海龙#2和#1“武状元#3”杨晓靖的#1师弟#4。 + fu4 gao1 feng1 shi4 zhong1 guo2 yi2 dai4 san2 da3 wang2 liu2 hai3 long2 he2 wu3 zhuang4 yuan5 yang2 xiao3 jing4 de5 shi1 di4 +004334 没有#1抢成#3,两人#2有点#1泄气#3,在#1附近#2溜达了#1一会儿#4。 + mei2 you2 qiang3 cheng2 liang3 ren2 you2 dian3 xie4 qi4 zai4 fu4 jin4 liu1 da5 le5 yi2 huir4 +004335 下面#2请听#2环球#1资讯#3驻#1耶路撒冷#1记者#2王倩#1发回的#1报道#4。 + xia4 mian4 qing3 ting1 huan2 qiu2 zi1 xun4 zhu4 ye1 lu4 sa1 leng3 ji4 zhe3 wang2 qian4 fa1 hui2 de5 bao4 dao4 +004336 调查#1也#1预测#3,未来#1三年内#2,至少#1会有#2一亿#1一千万的#2手机#1新用户#1产生#4。 + diao4 cha2 ye3 yu4 ce4 wei4 lai2 san1 nian2 nei4 zhi4 shao3 hui4 you3 yi2 yi4 yi4 qian1 wan4 de5 shou3 ji1 xin1 yong4 hu4 chan3 sheng1 +004337 同时#2控制#2剖宫产率#4。 + tong2 shi2 kong4 zhi4 pou1 gong1 chan3 lv4 +004338 法官#1介绍#3,法院#2将#1安排#2对#1雷森#2进行#2专业#1心理#1辅导#4。 + fa3 guan1 jie4 shao4 fa3 yuan4 jiang1 an1 pai2 dui4 lei2 sen1 jin4 xing2 zhuan1 ye4 xin1 li3 fu2 dao3 +004339 现在#3,禁烟#1之风#2从#1公共#1场所#2吹入了#2居民#1建筑#1内部#4。 + xian4 zai4 jin4 yan1 zhi1 feng1 cong2 gong1 gong4 chang2 suo3 chui1 ru4 le5 ju1 min2 jian4 zhu4 nei4 bu4 +004340 他们又#1颁布#1法令#3,要求#1工厂#2按#1更高#1标准#2建立#1烟囱#4。 + ta1 men5 you4 ban1 bu4 fa3 ling4 yao1 qiu2 gong1 chang3 an4 geng4 gao1 biao1 zhun3 jian4 li4 yan1 cong1 +004341 感觉#2我#1提出#1什么事#3,老汉儿#2都不#1答应#4。 + gan3 jue2 wo3 ti2 chu1 shen2 me5 shi4 lao3 hanr4 dou1 bu4 da1 ying4 +004342 库尔森#2和#1布鲁克斯#3被控#2合谋#2非法#1窃听罪#4。 + ku4 er3 sen1 he2 bu4 lu3 ke4 si1 bei4 kong4 he2 mou2 fei1 fa3 qie4 ting1 zui4 +004343 咦#3,我#1隐身了#2怎么#1还能#1看见我#4? + yi2 wo2 yin3 shen1 le5 zen3 me5 hai2 neng2 kan4 jian4 wo3 +004344 曾志伟#2坦言#2各人#2没有#1计较#1出场#1次序#3,但#1安排上#2仍有#1困难#4。 + zeng1 zhi4 wei2 tan3 yan2 ge4 ren2 mei2 you3 ji4 jiao4 chu1 chang3 ci4 xu4 dan4 an1 pai2 shang4 reng2 you3 kun4 nan5 +004345 天气好#2也#1不能#1忽略#2补充#1维生素#3,买点#2最爱的#1水果#3,做#1快乐的#1吃货#4。 + tian1 qi4 hao3 ye3 bu4 neng2 hu1 lve4 bu3 chong1 wei2 sheng1 su4 mai2 dian3 zui4 ai4 de5 shui2 guo3 zuo4 kuai4 le4 de5 chi1 huo4 +004346 汽车#2在#1柳垄山#1盘旋#3,记者#1走进#2吴乃宜的#1家#4。 + qi4 che1 zai4 liu2 long3 shan1 pan2 xuan2 ji4 zhe2 zou3 jin4 wu2 nai3 yi2 de5 jia1 +004347 运钞车#1司机#2也被#1弄#1糊涂了#3,将车#1停下#3,男子#1嚷嚷#3“我要#1打车#1回家#4”。 + yun4 chao1 che1 si1 ji1 ye3 bei4 nong4 hu2 tu5 le5 jiang1 che1 ting2 xia4 nan2 zi3 rang1 rang5 wo3 yao4 da3 che1 hui2 jia1 +004348 截至#2十一月#1二日#3,实际#1转户#3五十二点#2七五#1四五#1万人#4。 + jie2 zhi4 shi2 yi1 yue4 er4 ri4 shi2 ji4 zhuan3 hu4 wu3 shi2 er4 dian3 qi1 wu3 si4 wu3 wan4 ren2 +004349 我的#1闺蜜们#2一口咬定#3我是#1犯了#1花痴#3,看中了#1主人的#2帅气#1模样#4。 + wo3 de5 gui1 mi4 men5 yi4 kou2 yao3 ding4 wo3 shi4 fan4 le5 hua1 chi1 kan4 zhong4 le5 zhu3 ren2 de5 shuai4 qi5 mu2 yang4 +004350 唯有转#2才能#1突破#3,转#2才能#1持续#3,转#2才能让#1沁阳#1工业#2步入#1新境界#4。 + wei2 you2 zhuan3 cai2 neng2 tu1 po4 zhuan3 cai2 neng2 chi2 xu4 zhuan3 cai2 neng2 rang4 qin4 yang2 gong1 ye4 bu4 ru4 xin1 jing4 jie4 +004351 坐到#1位置上#3,开始#1缓过#1神来#3,心被#1喜悦#2塞得#2不留#1一丝#1缝隙#4。 + zuo4 dao4 wei4 zhi4 shang4 kai1 shi2 huan3 guo4 shen2 lai2 xin1 bei4 xi3 yue4 sai1 de5 bu4 liu2 yi4 si1 feng4 xi4 +004352 军方称#3,过去#1三天#2共#1打死#3一百#1六十五名#1武装#1人员#4。 + jun1 fang1 cheng1 guo4 qu5 san1 tian1 gong4 da2 si3 yi4 bai3 liu4 shi2 wu3 ming2 wu3 zhuang1 ren2 yuan2 +004353 这里#2挺清静#3,好些#2不炒股的#1依伯#2、依姆#3也#1进来#1消夏#4。 + zhe4 li2 ting3 qing1 jing4 hao3 xie1 bu4 chao2 gu3 de5 yi1 bo2 yi1 mu3 ye3 jin4 lai2 xiao1 xia4 +004354 孩子#2现在#1身高#2明显#1比同学#1矮许多#3,我#1现在#1后悔莫及#2想撞墙#4。 + hai2 zi5 xian4 zai4 shen1 gao1 ming2 xian2 bi3 tong2 xue2 ai2 xu3 duo1 wo3 xian4 zai4 hou4 hui3 mo4 ji2 xiang3 zhuang4 qiang2 +004355 小蛤蟆#2均只有#2指甲盖#1大小#4。 + xiao3 ha2 ma5 jun1 zhi2 you3 zhi2 jia5 gai4 da4 xiao3 +004356 关于#2互助#1合作#2保险#1组织#4。 + guan1 yu2 hu4 zhu4 he2 zuo4 bao2 xian2 zu3 zhi1 +004357 姐姐#1见状#2再度#1痛哭#3,不忍#1舍弃#3,只好#2暂时#1保留#4。 + jie3 jie5 jian4 zhuang4 zai4 du4 tong4 ku1 bu4 ren2 she3 qi4 zhi2 hao3 zan4 shi2 bao3 liu2 +004358 对你的#1前任#2更#1感兴趣耶#4。 + dui4 ni3 de5 qian2 ren4 geng4 gan3 xing4 qu4 ye5 +004359 其中#2卖馄饨的#2约#1三十家#4。 + qi2 zhong1 mai4 hun2 tun5 de5 yue1 san1 shi5 jia1 +004360 棉花#1进口量#2也#1大幅#1增长#4。 + mian2 hua1 jin4 kou3 liang4 ye3 da4 fu2 zeng1 zhang3 +004361 骨骼#1保存#2基本#1完整#3,发簪#2和#1发髻的#1样式#2依稀#1可见#4。 + gu3 ge2 bao3 cun2 ji1 ben3 wan2 zheng3 fa4 zan1 he2 fa4 ji4 de5 yang4 shi4 yi1 xi1 ke3 jian4 +004362 日方#2不应#1非法#1用#1武力#1阻挠#4。 + ri4 fang1 bu4 ying1 fei1 fa3 yong4 wu3 li4 zu3 nao2 +004363 落实#2节能#1减排的#1任务吗#4? + luo4 shi2 jie2 neng2 jian3 pai2 de5 ren4 wu4 ma5 +004364 图为#2受#1表彰的#2爱国#1守法#2先进#1僧尼#1代表#4。 + tu2 wei2 shou4 biao3 zhang1 de5 ai4 guo2 shou2 fa3 xian1 jin4 seng1 ni2 dai4 biao3 +004365 祖马#1本人#2两天前说#3,“这幅#1画像#2讥讽我#3,让我#2人格#1蒙羞#2、尊严#1受辱#4”。 + zu2 ma2 ben3 ren2 liang3 tian1 qian2 shuo1 zhe4 fu2 hua4 xiang4 ji1 feng2 wo3 rang4 wo3 ren2 ge2 meng2 xiu1 zun1 yan2 shou4 ru3 +004366 一点都#1难不倒#1我#4。 + yi4 dian3 dou1 nan2 bu4 dao2 wo3 +004367 我们要#2相信#1科学#2崇尚#1自由#4。 + wo3 men2 yao4 xiang1 xin4 ke1 xue2 chong2 shang4 zi4 you2 +004368 从#2团购#1诞生#1那天#1开始#3,马遥#2就被这#1新鲜#1玩意儿#2吸引#1住了#4。 + cong2 tuan2 gou4 dan4 sheng1 na4 tian1 kai1 shi3 ma3 yao2 jiu4 bei4 zhe4 xin1 xian1 wan2 yir4 xi1 yin3 zhu4 le5 +004369 后#2袁厉害#2被#1独自#1留在#1房间中#1休息#3,睡了#1一个#1午觉#4。 + hou4 yuan2 li4 hai5 bei4 du2 zi4 liu2 zai4 fang2 jian1 zhong1 xiu1 xi5 shui4 le5 yi2 ge5 wu3 jiao4 +004370 英国#1广播#1公司#3在#2贝尔#1格莱德的#1记者#2尼克#4? + ying1 guo2 guang3 bo1 gong1 si1 zai4 bei4 er3 ge2 lai2 de2 de5 ji4 zhe3 ni2 ke4 +004371 他#1抓起#2桌上的#1放大镜#3,又#1反反复复#2端详了#1好一阵子#4。 + ta1 zhua1 qi3 zhuo1 shang4 de5 fang4 da4 jing4 you4 fan2 fan3 fu4 fu4 duan1 xiang2 le5 hao3 yi2 zhen4 zi5 +004372 他#1自述#2其#1学问#3,从#2孔夫子#2、梁启超#2到#1拿破仑#2,什么#1都读#4。 + ta1 zi4 shu4 qi2 xue2 wen4 cong2 kong3 fu1 zi3 liang2 qi3 chao1 dao4 na2 po4 lun2 shen2 me5 dou1 du2 +004373 而#1秘方#2其实是#2膏药里#1加#1西药#3,甚至加#1辣椒油#3,让#1患者#1感觉#1发热#4。 + er2 mi4 fang1 qi2 shi2 shi4 gao1 yao4 li3 jia1 xi1 yao4 shen4 zhi4 jia1 la4 jiao1 you2 rang4 huan4 zhe2 gan3 jue2 fa1 re4 +004374 门要#1是个#1女的#3,非#1急死#1不可#4。 + men2 yao4 shi4 ge5 nv3 de5 fei1 ji2 si3 bu4 ke3 +004375 要先#1结婚#2才#1可以#1生孩子#4。 + yao4 xian1 jie2 hun1 cai2 ke2 yi3 sheng1 hai2 zi5 +004376 反正#1就是#1有#1创意#3,就#1完成呗#4。 + fan3 zheng4 jiu4 shi4 you3 chuang4 yi4 jiu4 wan2 cheng2 bei5 +004377 二是#2瓦斯#1治理#1措施#1不落实#4。 + er4 shi4 wa3 si1 zhi4 li3 cuo4 shi1 bu2 luo4 shi2 +004378 画作上#2签名#1潦草#3,下方#1注明#2绘于#2一八#1五四年#4。 + hua4 zuo4 shang4 qian1 ming2 liao2 cao3 xia4 fang1 zhu4 ming2 hui4 yu2 yi1 ba1 wu3 si4 nian2 +004379 目前#1正崴的#1工厂#2设在#2东莞#1和#1昆山#4。 + mu4 qian2 zheng4 wai3 de5 gong1 chang3 she4 zai4 dong1 guan3 he2 kun1 shan1 +004380 马琳#2、许昕#2、王励勤#2分别#1排在#1第五#2、七#2、八位#4。 + ma3 lin2 xu3 xin1 wang2 li4 qin2 fen1 bie2 pai2 zai4 di4 wu3 qi1 ba1 wei4 +004381 江一燕#2又冷#1又怕#3,没见到#1鬼屋#3,已经在#1颤抖了#4。 + jiang1 yi1 yan4 you4 leng3 you4 pa4 mei2 jian4 dao4 gui3 wu1 yi3 jing1 zai4 chan4 dou3 le5 +004382 结账的#1姚龙#2连连#1推辞#3,但#1最终#2拗不过#1拜登#3,还是#1收下了#4。 + jie2 zhang4 de5 yao2 long2 lian2 lian2 tui1 ci2 dan4 zui4 zhong1 ao3 bu2 guo4 bai4 deng1 hai2 shi4 shou1 xia4 le5 +004383 但是#2我们#1有#1信心#2能够#1把这#1二者#1平衡好#4。 + dan4 shi4 wo3 men5 you3 xin4 xin1 neng2 gou4 ba3 zhe4 er4 zhe3 ping2 heng2 hao3 +004384 儿子#2竟然#1抱着#1吉他#3,哇#3,温暖呀#4。 + er2 zi5 jing4 ran2 bao4 zhe5 ji2 ta5 wa5 wen1 nuan3 ya5 +004385 我是#1太爱#1俺老婆#3,害怕她#1不要我#4。 + wo3 shi4 tai4 ai4 an2 lao3 po5 hai4 pa4 ta1 bu2 yao4 wo3 +004386 一些人#2整箱#2、整箱地#1扛回家#4。 + yi4 xie1 ren2 zheng3 xiang1 zheng3 xiang1 de5 kang2 hui2 jia1 +004387 渺渺#1兮予怀#3,望#1美人兮#2天一方#4。 + miao2 miao3 xi1 yu3 huai2 wang4 mei3 ren2 xi1 tian1 yi4 fang1 +004388 这趟#1慢车的#1乘客#2逐年#1减少#4。 + zhe4 tang4 man4 che1 de5 cheng2 ke4 zhu2 nian2 jian2 shao3 +004389 总之#2很漂亮#1就#1对啦#4。 + zong3 zhi1 hen3 piao4 liang5 jiu4 dui4 la5 +004390 供水#1设施#2冻坏#2引发#1跑水#3,影响到#1用户的#2正常#1用水#4。 + gong1 shui3 she4 shi1 dong4 huai4 yin3 fa1 pao2 shui3 ying2 xiang3 dao4 yong4 hu4 de5 zheng4 chang2 yong4 shui3 +004391 查找#1问题#2更没有#2吞吞#1吐吐#3、躲躲#1闪闪#3,而是#2直接了当#4。 + cha2 zhao3 wen4 ti2 geng4 mei2 you3 tun1 tun1 tu2 tu3 duo2 duo3 shan2 shan3 er2 shi4 zhi2 jie1 liao3 dang4 +004392 我的#1爸爸#1妈妈#2可以#1证明哦#4。 + wo3 de5 ba4 ba5 ma1 ma5 ke2 yi3 zheng4 ming2 o5 +004393 中午#1时分#3,河面上#2炊烟#1缭绕#4。 + zhong1 wu3 shi2 fen1 he2 mian4 shang4 chui1 yan1 liao2 rao4 +004394 我们#1不能把#1长跑#2当#1短跑#1跑#4。 + wo3 men5 bu4 neng2 ba3 chang2 pao3 dang1 duan2 pao2 pao3 +004395 二是#1习惯当#2“甩手#1掌柜#3”、做#1“二传手#3”,层层#1批转#3,坐而#1论道#3,不干#1实事#4。 + er4 shi4 xi2 guan4 dang1 shuai2 shou2 zhang3 gui4 zuo4 er4 chuan2 shou3 ceng2 ceng2 pi1 zhuan3 zuo4 er2 lun4 dao4 bu2 gan4 shi2 shi4 +004396 刘允洲#1表示#3不上诉#4。 + liu2 yun3 zhou1 biao3 shi4 bu2 shang4 su4 +004397 开始#2是#1一些#1学生#1起哄#3,撕烂#1书本#3、试卷#2往#1楼下#1扔#4。 + kai1 shi3 shi4 yi4 xie1 xue2 sheng1 qi3 hong4 si1 lan4 shu1 ben3 shi4 juan4 wang3 lou2 xia4 reng1 +004398 压抑#1心底的#1委屈#2终于#2得以#1告慰#4。 + ya1 yi4 xin1 di3 de5 wei3 qu5 zhong1 yu2 de2 yi3 gao4 wei4 +004399 目前#3,叶江川#2、叶荣光#2、徐俊#3和#1印尼的#1西唐刚#3均积#1四分#4。 + mu4 qian2 ye4 jiang1 chuan1 ye4 rong2 guang1 xu2 jun4 he2 yin4 ni2 de5 xi1 tang2 gang1 jun1 ji1 si4 fen1 +004400 近年#2琳恩#2曾#1客串#2“丑女#1贝蒂#3”及#1“绝望#1主妇#1”等#1剧集#4。 + jin4 nian2 lin2 en1 ceng2 ke4 chuan4 chou2 nv3 bei4 di4 ji2 jue2 wang4 zhu3 fu4 deng3 ju4 ji2 +004401 一辆#2挖掘机#2进入#1火场#3,将#1库房#2挖开#1一个#1大豁口#3,助#1消防员#1灭火#4。 + yi2 liang4 wa1 jue2 ji1 jin4 ru4 huo2 chang3 jiang1 ku4 fang2 wa1 kai1 yi2 ge5 da4 huo1 kou3 zhu4 xiao1 fang2 yuan2 mie4 huo3 +004402 鲁炜#2在#1讲话中#1说#3,国运盛#2,收藏兴#4。 + lu2 wei3 zai4 jiang3 hua4 zhong1 shuo1 guo2 yun4 sheng4 shou1 cang2 xing1 +004403 坊间#1盛传#3京东#1商城#2投资了#1青番茄#3,但#2张丽娟#2对此#2加以了#1否认#4。 + fang1 jian1 sheng4 chuan2 jing1 dong1 shang1 cheng2 tou2 zi1 le5 qing1 fan1 qie2 dan4 zhang1 li4 juan1 dui4 ci3 jia1 yi3 le5 fou3 ren4 +004404 临汾市#2将#1目光#1瞄准了#1中关村#4。 + lin2 fen2 shi4 jiang1 mu4 guang1 miao2 zhun3 le5 zhong1 guan1 cun1 +004405 发股笑#3,从不#1寂寞#3,底价#1一元#2真实#1写照#4。 + fa1 gu3 xiao4 cong2 bu2 ji4 mo4 di3 jia4 yi4 yuan2 zhen1 shi2 xie3 zhao4 +004406 齐歇尔#1称#3,虽然#2地震#1来的#1突然#3,但#2仅有#1几栋#1办公楼#2出现#1裂缝#4。 + qi2 xie1 er3 cheng1 sui1 ran2 di4 zhen4 lai2 de5 tu1 ran2 dan4 jin2 you2 ji3 dong4 ban4 gong1 lou2 chu1 xian4 lie4 feng4 +004407 中西里莱#2出#2全裸#1写真#4。 + zhong1 xi1 li3 lai2 chu1 quan2 luo2 xie3 zhen1 +004408 看着#2摇摇车#1老板的#1眼神#3,我#1直想笑#4。 + kan4 zhe5 yao2 yao2 che1 lao2 ban3 de5 yan3 shen2 wo3 zhi2 xiang3 xiao4 +004409 但#1有的人#2在#1第一张#1脸上#2涂脂#1抹粉#3,第二张#1脸#2却#1任人#1唾弃#4。 + dan4 you3 de5 ren2 zai4 di4 yi1 zhang1 lian3 shang4 tu2 zhi1 mo2 fen3 di4 er4 zhang1 lian3 que4 ren4 ren2 tuo4 qi5 +004410 当时#3,唐家山#2堰塞湖#2随时#1都有#1溃坝的#1可能#3,疫情的#1威胁#2也#1越来#1越大#4。 + dang1 shi2 tang2 jia1 shan1 yan4 se4 hu2 sui2 shi2 dou1 you3 kui4 ba4 de5 ke3 neng2 yi4 qing2 de5 wei1 xie2 ye3 yue4 lai2 yue4 da4 +004411 歌特#1瓦尔德的#1灵柩#4。 + ge1 te4 wa2 er3 de2 de5 ling2 jiu4 +004412 严重#1污染#3,一定要#1戴好#1口罩#1再#1出门啊#4。 + yan2 zhong4 wu1 ran3 yi2 ding4 yao4 dai4 hao2 kou3 zhao4 zai4 chu1 men2 a5 +004413 途中#3,俩人#2意犹未尽#3,又#1相约#1一起#1开房#4。 + tu2 zhong1 lia3 ren2 yi4 you2 wei4 jin4 you4 xiang1 yue1 yi4 qi3 kai1 fang2 +004414 习近平#2获赠#2湖人队#1队服#4。 + xi2 jin4 ping2 huo4 zeng4 hu2 ren2 dui4 dui4 fu2 +004415 感觉#2天气#1很柔和#4。 + gan3 jue2 tian1 qi4 hen3 rou2 he2 +004416 高喜容#1提醒#3,“梅毒#1宝宝#2”是#1完全#1可以#1预防的#4。 + gao1 xi3 rong2 ti2 xing3 mei2 du2 bao3 bao5 shi4 wan2 quan2 ke2 yi3 yu4 fang2 de5 +004417 我们#1现在#1去那儿#2会#1很感动#4。 + wo3 men5 xian4 zai4 qu4 nar4 hui4 hen2 gan3 dong4 +004418 不要#1那么#1客气啦#3,还是叫#1我我吧#4。 + bu2 yao4 na4 me5 ke4 qi5 la5 hai2 shi4 jiao4 wo2 wo3 ba5 +004419 站住#3,你#1衣服#1里面#2鼓鼓囊囊的#1是#1什么#3,快#1拿出来#4! + zhan4 zhu4 ni3 yi1 fu5 li3 mian4 gu2 gu3 nang1 nang1 de5 shi4 shen2 me5 kuai4 na2 chu1 lai5 +004420 台北#1监狱#1主管#1表示#3,陈水扁#2把#1饭菜#2都吃完#4。 + tai2 bei3 jian1 yu4 zhu2 guan2 biao3 shi4 chen2 shui2 bian3 ba3 fan4 cai4 dou1 chi1 wan2 +004421 几天后#3,鲁爹爹#2把#1质量#1检测#1报告单#3给#1一位#1医药#1专业#1人士#1看看#4。 + ji3 tian1 hou4 lu3 die1 die5 ba3 zhi4 liang4 jian3 ce4 bao4 gao4 dan1 gei3 yi2 wei4 yi1 yao4 zhuan1 ye4 ren2 shi4 kan4 kan5 +004422 许多#1同胞#2热衷于#1关心#1别人#3,习惯#1用#1脏心眼#2揣测#1别人#4。 + xu3 duo1 tong2 bao1 re4 zhong1 yu2 guan1 xin1 bie2 ren5 xi2 guan4 yong4 zang1 xin1 yan2 chuai3 ce4 bie2 ren5 +004423 交谈时#3,张运魁#2前言#1不搭#1后语#3,“问他个#1事#3,他#1总是#1发愣#4”。 + jiao1 tan2 shi2 zhang1 yun4 kui2 qian2 yan2 bu4 da1 hou4 yu3 wen4 ta1 ge4 shi4 ta1 zong3 shi4 fa1 leng4 +004424 儿子#1幼儿园#1刚#1开学#3,上#1小班的#1时候#2一直#2又哭#1又闹#3,今年#2上中班#4。 + er2 zi5 you4 er2 yuan2 gang1 kai1 xue2 shang4 xiao3 ban1 de5 shi2 hou4 yi4 zhi2 you4 ku1 you4 nao4 jin1 nian2 shang4 zhong1 ban1 +004425 他在#2代表#1律师#1问话下#3,交代#1接受#2女兵#1盘问的#1经历#4。 + ta1 zai4 dai4 biao3 lv4 shi1 wen4 hua4 xia4 jiao1 dai4 jie1 shou4 nv3 bing1 pan2 wen4 de5 jing1 li4 +004426 多谢#1杂志#2是我#1甩了她#3,不是#1她#1甩我#4。 + duo1 xie4 za2 zhi4 shi4 wo2 shuai3 le5 ta1 bu2 shi4 ta1 shuai2 wo3 +004427 要#1修补#2运转#1不灵的#2移民#2官僚#1机构#3,它#1妨碍#1家庭#1团聚#4。 + yao4 xiu1 bu3 yun4 zhuan3 bu4 ling2 de5 yi2 min2 guan1 liao2 ji1 gou4 ta1 fang2 ai4 jia1 ting2 tuan2 ju4 +004428 太阳#2照在#1墙角的#1积雪上#3,晒化了的#1雪水#2顺着#1小沟#2流向#1院外#4。 + tai4 yang5 zhao4 zai4 qiang2 jiao3 de5 ji1 xue3 shang4 shai4 hua4 le5 de5 xue2 shui3 shun4 zhe5 xiao3 gou1 liu2 xiang4 yuan4 wai4 +004429 天气#1转暖#3,爱美#1女性的#1瘦身#1愿望#3也#1愈发#1强烈#4。 + tian1 qi4 zhuan2 nuan3 ai4 mei2 nv3 xing4 de5 shou4 shen1 yuan4 wang4 ye3 yu4 fa1 qiang2 lie4 +004430 三是#2要#1围绕#1中心#1工作#4。 + san1 shi4 yao4 wei2 rao4 zhong1 xin1 gong1 zuo4 +004431 给#1生活#2加点#1佐料#3,就像#1菜里面#2加#1油盐酱醋#1一样#3,这样#2才有#1味道#4。 + gei3 sheng1 huo2 jia1 dian2 zuo3 liao4 jiu4 xiang4 cai4 li3 mian4 jia1 you2 yan2 jiang4 cu4 yi2 yang4 zhe4 yang4 cai2 you3 wei4 dao5 +004432 几个#2骑摩托的#1都说#3眼睛#2呛得#1直掉泪#4。 + ji3 ge5 qi2 mo2 tuo1 de5 dou1 shuo1 yan3 jing5 qiang4 de5 zhi2 diao4 lei4 +004433 不过#2说到#2谁是#1最强的#1对手#3,特鲁姆普#1认为#3还是#1奥沙利文#4。 + bu2 guo4 shuo1 dao4 shui2 shi4 zui4 qiang2 de5 dui4 shou3 te4 lu2 mu2 pu3 ren4 wei2 hai2 shi4 ao4 sha1 li4 wen2 +004434 说起#2我#1女朋友的#1优点#3,那可#1太多了#3,她#1温柔#1善良#2、聪明#1大方#3,那#1缺点呢#4? + shuo1 qi3 wo2 nv3 peng2 you5 de5 you1 dian3 na4 ke3 tai4 duo1 le5 ta1 wen1 rou2 shan4 liang2 cong1 ming2 da4 fang1 na4 que1 dian3 ne5 +004435 在#1颠簸中#3,孙小姐#2渐渐#1进入#1梦乡#4。 + zai4 dian1 bo3 zhong1 sun1 xiao2 jie3 jian4 jian4 jin4 ru4 meng4 xiang1 +004436 通告中#2含有的#1诅咒#1语句#4。 + tong1 gao4 zhong1 han2 you3 de5 zu3 zhou4 yu3 ju4 +004437 所有的#1停车场#2都在#2最佳#1位置#2安排有#2专供#2残疾人#1使用的#1车位#4。 + suo2 you3 de5 ting2 che1 chang3 dou1 zai4 zui4 jia1 wei4 zhi4 an1 pai2 you3 zhuan1 gong4 can2 ji5 ren2 shi3 yong4 de5 che1 wei4 +004438 土耳其#1与#1中国#2都有着#1悠久的#1历史#2和文明#4。 + tu2 er3 qi2 yu3 zhong1 guo2 dou1 you3 zhe5 you1 jiu3 de5 li4 shi3 he2 wen2 ming2 +004439 再过#1几天#3子孙们#2就要#1回来#1过年了#3,我家#1这个年#2咋个#1过哦#4。 + zai4 guo4 ji3 tian1 zi3 sun1 men5 jiu4 yao4 hui2 lai2 guo4 nian2 le5 wo3 jia1 zhe4 ge5 nian2 za3 ge5 guo4 o5 +004440 今日#2停运#1七趟#3,晚点#2四十列#4。 + jin1 ri4 ting2 yun4 qi1 tang4 wan2 dian3 si4 shi2 lie4 +004441 我也#2无言以对#3,不会#1好了#4。 + wo2 ye3 wu2 yan2 yi3 dui4 bu2 hui4 hao3 le5 +004442 丁子高#2大谈#2接亲#1遭整的#1糗事#3,并#1公开#1发表#2爱的#1宣言#4。 + ding1 zi3 gao1 da4 tan2 jie1 qin1 zao1 zheng3 de5 qiu3 shi4 bing4 gong1 kai1 fa1 biao3 ai4 de5 xuan1 yan2 +004443 家穷#2让#1两个#1小女儿#2早早#1辍学#3,还有#1几万元的#1外债#4。 + jia1 qiong2 rang4 liang3 ge5 xiao2 nv3 er2 zao2 zao3 chuo4 xue2 hai2 you2 ji3 wan4 yuan2 de5 wai4 zhai4 +004444 大力#1推广#2电召#1预约#1模式的#2不止#1北京#4。 + da4 li4 tui1 guang3 dian4 zhao4 yu4 yue1 mo2 shi4 de5 bu4 zhi2 bei3 jing1 +004445 见到#2失踪#1两天的#1吴某#2惨死#1某村#1后山#3,张某#1父子#2悲痛#1万分#4。 + jian4 dao4 shi1 zong1 liang3 tian1 de5 wu2 mou3 can2 si2 mou3 cun1 hou4 shan1 zhang1 mou3 fu4 zi3 bei1 tong4 wan4 fen1 +004446 麦克尔维#2开了#1一家#1小店#3,出售#1一些#2手工#1玻璃#1制品#4。 + mai4 ke4 er3 wei2 kai1 le5 yi4 jia1 xiao3 dian4 chu1 shou4 yi4 xie1 shou3 gong1 bo1 li5 zhi4 pin3 +004447 侦察#1参谋#2董毅#3点出#1叶刚#2和#1两名#1官兵#3,组成#2先遣组#2为#1官兵#1开路#4。 + zhen1 cha2 can1 mou2 dong3 yi4 dian3 chu1 ye4 gang1 he2 liang3 ming2 guan1 bing1 zu3 cheng2 xian1 qian2 zu3 wei4 guan1 bing1 kai1 lu4 +004448 可能#1用在#2大米#1制品#2譬如#2汤圆#2、米粉等#4。 + ke3 neng2 yong4 zai4 da4 mi3 zhi4 pin3 pi4 ru2 tang1 yuan2 mi2 fen2 deng3 +004449 修炼#1气场#2也是#1一种#1学问#4。 + xiu1 lian4 qi4 chang3 ye3 shi4 yi4 zhong3 xue2 wen4 +004450 一家#1四口#2仅靠#1刘运文#3日常#2打点#1零工#3勉强#2维持#1生计#4。 + yi4 jia1 si4 kou2 jin3 kao4 liu2 yun4 wen2 ri4 chang2 da2 dian3 ling2 gong1 mian2 qiang3 wei2 chi2 sheng1 ji4 +004451 不少#1学生#2和#1附近#1居民#2直呼#2“好夸张#3”、不可思议#4。 + bu4 shao3 xue2 sheng1 he2 fu4 jin4 ju1 min2 zhi2 hu1 hao3 kua1 zhang1 bu4 ke3 si1 yi4 +004452 尕玛#2喜欢#2借着#1微弱的#1烛光#3,看#2最喜欢的#1语文#1课本#4。 + ga2 ma2 xi3 huan1 jie4 zhe5 wei1 ruo4 de5 zhu2 guang1 kan4 zui4 xi3 huan1 de5 yu3 wen2 ke4 ben3 +004453 这就#2如同#1治水#3,一旦#2疏导#1不善#3,极易#2壅决#1而溃#4。 + zhe4 jiu4 ru2 tong2 zhi4 shui3 yi2 dan4 shu1 dao3 bu2 shan4 ji2 yi4 yong1 jue2 er2 kui4 +004454 军乐队#2奏#2中、朝#2两国#1国歌#4。 + jun1 yue4 dui4 zou4 zhong1 chao2 liang3 guo2 guo2 ge1 +004455 民众#2在#1平壤#1街头#2哭送#1金正日#4。 + min2 zhong4 zai4 ping2 rang3 jie1 tou2 ku1 song4 jin1 zheng4 ri4 +004456 一边#2是#2一号#1难求#3,而#1持号#1买车者#1一边#2则是#1冷冷#1清清#4。 + yi4 bian1 shi4 yi2 hao4 nan2 qiu2 er2 chi2 hao4 mai3 che1 zhe3 yi4 bian1 ze2 shi4 leng2 leng3 qing1 qing1 +004457 山泉#1干了#3,村民#2梁彦平#2每天#1都要到#1邻居家#1挑水喝#4。 + shan1 quan2 gan1 le5 cun1 min2 liang2 yan4 ping2 mei3 tian1 dou1 yao4 dao4 lin2 ju1 jia1 tiao1 shui3 he1 +004458 特别是#2早上#1一起来#3,上下#1眼皮#2像#1蛤蟆#1似的#3,眼袋#1也下来了#4。 + te4 bie2 shi4 zao3 shang4 yi4 qi3 lai2 shang4 xia4 yan3 pi2 xiang4 ha2 ma5 shi4 de5 yan3 dai4 ye3 xia4 lai2 le5 +004459 我#1听了#1都快#1酸死了#4。 + wo3 ting1 le5 dou1 kuai4 suan1 si3 le5 +004460 小诗#1也承认#3,她有#1心事#2宁愿向#1同学#1倾诉#4。 + xiao3 shi1 ye3 cheng2 ren4 ta1 you3 xin1 shi4 ning4 yuan4 xiang4 tong2 xue2 qing1 su4 +004461 两桥#1飞跃#3、遥相#1辉映#3,构成#1一道#2独特的#1风景#4。 + liang3 qiao2 fei1 yue4 yao2 xiang1 hui1 ying4 gou4 cheng2 yi2 dao4 du2 te4 de5 feng1 jing3 +004462 那我#1就在#1附近#1转转吧#4。 + na4 wo3 jiu4 zai4 fu4 jin4 zhuan4 zhuan5 ba5 +004463 学校#2被推了#1十几米远#4。 + xue2 xiao4 bei4 tui1 le5 shi2 ji2 mi2 yuan3 +004464 熊成#2在#1深圳#1海滩#1玩耍#4。 + xiong2 cheng2 zai4 shen1 zhen4 hai3 tan1 wan2 shua3 +004465 昨日#3,亚太#1股市#1普涨#4。 + zuo2 ri4 ya4 tai4 gu3 shi4 pu2 zhang3 +004466 孔先生#1外甥#2没有#1什么事#3,只是#1裤子#1被扯破了#4。 + kong3 xian1 sheng5 wai4 sheng5 mei2 you3 shen2 me5 shi4 zhi3 shi4 ku4 zi5 bei4 che3 po4 le5 +004467 一坐下#3,他#1磨蹭#1半天#2不知#1如何#1开口#4。 + yi2 zuo4 xia5 ta1 mo2 ceng4 ban4 tian1 bu4 zhi1 ru2 he2 kai1 kou3 +004468 与#1此前#1暗访的#1黑作坊#1相似#3,生产#1厂房#2简陋#3、脏乱#4。 + yu2 ci3 qian2 an4 fang3 de5 hei1 zuo1 fang5 xiang1 si4 sheng1 chan2 chang3 fang2 jian3 lou4 zang1 luan4 +004469 平时#2与#1邻居们#1打点#1小麻将#3,输赢#1限度#2只在#1几块钱#4。 + ping2 shi2 yu3 lin2 ju1 men5 da2 dian2 xiao3 ma2 jiang4 shu1 ying2 xian4 du5 zhi3 zai4 ji3 kuai4 qian2 +004470 其中#2宋理宗#2赵昀#1内府#1所收#3,记载#1版目#2最为#1详尽#4。 + qi2 zhong1 song4 li3 zong1 zhao4 yun2 nei4 fu2 suo3 shou1 ji4 zai2 ban3 mu4 zui4 wei2 xiang2 jin4 +004471 每天#1晚上#2跟你#2互道#1晚安#2真幸福#4。 + mei3 tian1 wan3 shang4 gen1 ni3 hu4 dao4 wan3 an1 zhen1 xing4 fu5 +004472 小说栏上#2有一#1名话#3:这里将#1造就#1我们的#2欧亨利#4。 + xiao3 shuo1 lan2 shang4 you3 yi4 ming2 hua4 zhe4 li3 jiang1 zao4 jiu4 wo3 men5 de5 ou1 heng1 li4 +004473 跟#2很久#1不联系的#1好友#2通个#1电话吧#3,会有#1意外#1惊喜哦#4! + gen1 hen2 jiu3 bu4 lian2 xi4 de5 hao2 you3 tong1 ge5 dian4 hua4 ba5 hui4 you3 yi4 wai4 jing1 xi3 o5 +004474 出了门#3,拿着#1萝卜#2向#1村民#1展示#3,“莫言家的#1萝卜#3,莫言家的#1萝卜啊#4”。 + chu1 le5 men2 na2 zhe5 luo2 bo5 xiang4 cun1 min2 zhan3 shi4 mo4 yan2 jia1 de5 luo2 bo5 mo4 yan2 jia1 de5 luo2 bo5 a5 +004475 原来#3,湖北#1神农架#1地区#3野猪#2糟蹋#1庄稼#1厉害#3,群众#2叫苦不迭#4。 + yuan2 lai2 hu2 bei3 shen2 nong2 jia4 di4 qu1 ye3 zhu1 zao1 ta4 zhuang1 jia5 li4 hai4 qun2 zhong4 jiao4 ku3 bu4 die2 +004476 多久#1睡不着#2算失眠#4。 + duo1 jiu3 shui4 bu5 zhao2 suan4 shi1 mian2 +004477 这是#2保障房#1建设的#1“硬杠杠#4”。 + zhe4 shi4 bao3 zhang4 fang2 jian4 she4 de5 ying4 gang4 gang5 +004478 我对#1她说#3你把嘴#1管得#1严一点儿#4。 + wo3 dui4 ta1 shuo1 ni2 ba2 zui2 guan3 de5 yan2 yi4 dianr3 +004479 不知道#2学校#1禁止#1谈恋爱吗#4! + bu4 zhi1 dao4 xue2 xiao4 jin4 zhi3 tan2 lian4 ai4 ma5 +004480 东方红#1广场#2哀悼#1活动#1现场#4。 + dong1 fang1 hong2 guang2 chang3 ai1 dao4 huo2 dong4 xian4 chang3 +004481 我#1嗓子#1也哑了#3,车上#2也都#1是泥#4。 + wo2 sang3 zi5 ye2 ya3 le5 che1 shang4 ye3 dou1 shi4 ni2 +004482 昨天#1下午#2记者#1联系到#1董炯#4。 + zuo2 tian1 xia4 wu3 ji4 zhe3 lian2 xi4 dao4 dong2 jiong3 +004483 千万#1不能#2忘了#1这些#1孩子们呀#4。 + qian1 wan4 bu4 neng2 wang4 le5 zhe4 xie1 hai2 zi5 men5 ya5 +004484 姚书琴#2表面#1从容#3,暗地里#2不停记#1高依娜的#1名字#3,罪名#2是#1大声#1喧哗#4。 + yao2 shu1 qin2 biao3 mian4 cong2 rong2 an4 di4 li3 bu4 ting2 ji4 gao1 yi1 na4 de5 ming2 zi5 zui4 ming2 shi4 da4 sheng1 xuan1 hua2 +004485 甚至#2抬出#1自家#1媳妇儿#1避嫌#4。 + shen4 zhi4 tai2 chu1 zi4 jia1 xi2 fur4 bi4 xian2 +004486 昨天#1有#1航班#2因雾#1延误#3,旅客#2躺在#1座椅上#4。 + zuo2 tian1 you3 hang2 ban1 yin1 wu4 yan2 wu4 lv3 ke4 tang3 zai4 zuo4 yi3 shang4 +004487 柯女士#1猜测#2送奶工#2还没来#3,于是#1回房#2继续#1操持#1家务#4。 + ke1 nv3 shi4 cai1 ce4 song4 nai3 gong1 hai2 mei2 lai2 yu2 shi4 hui2 fang2 ji4 xu4 cao1 chi2 jia1 wu4 +004488 坑内的#2抽水泵#2已快#1被水#1淹没#4。 + keng1 nei4 de5 chou1 shui3 beng4 yi3 kuai4 bei4 shui3 yan1 mo4 +004489 人物#1”周刊#2则#1承诺#2实体版的#1订阅者#3可以#1免费#1阅读#1其#1电子版#4。 + ren2 wu4 zhou1 kan1 ze2 cheng2 nuo4 shi2 ti2 ban3 de5 ding4 yue4 zhe3 ke2 yi2 mian3 fei4 yue4 du2 qi2 dian4 zi2 ban3 +004490 印度#1尼西亚的#2阿尔比#3和#1瑞典的#1孙小青#3分列#2男、女#1球员#1榜首#4。 + yin4 du4 ni2 xi1 ya4 de5 a1 er2 bi3 he2 rui4 dian3 de5 sun1 xiao3 qing1 fen1 lie4 nan2 nv3 qiu2 yuan2 bang2 shou3 +004491 他#1晚上#2打鼾#2、憋醒#3,白天#1嗜睡#2等#1一系列#1症状#3,都#1来源#1于此#4。 + ta1 wan3 shang4 da3 han1 bie1 xing3 bai2 tian1 shi4 shui4 deng3 yi2 xi4 lie4 zheng4 zhuang4 dou1 lai2 yuan2 yu2 ci3 +004492 村田#1出生于#1长崎县#3,毕业于#2早稻田#1大学#4。 + cun1 tian2 chu1 sheng1 yu2 chang2 qi2 xian4 bi4 ye4 yu2 zao3 dao4 tian2 da4 xue2 +004493 章小蕙#2独自在#1咖啡店#1玩手机#4。 + zhang1 xiao3 hui4 du2 zi4 zai4 ka1 fei1 dian4 wan2 shou3 ji1 +004494 馅料#2多种#1多样#3,通常是#2土豆#3、圆白菜#3、蘑菇#3或#1樱桃等#4。 + xian4 liao4 duo1 zhong3 duo1 yang4 tong1 chang2 shi4 tu3 dou4 yuan2 bai2 cai4 mo2 gu5 huo4 ying1 tao2 deng3 +004495 暴风#1临头#3,一对#1新人#2在#1乌云#1压顶的#2纽约#1曼哈顿#2拍#1婚纱照#4。 + bao4 feng1 lin2 tou2 yi2 dui4 xin1 ren2 zai4 wu1 yun2 ya1 ding3 de5 niu3 yue1 man4 ha1 dun4 pai1 hun1 sha1 zhao4 +004496 完了#3,姑娘#1估计#2没法儿#1原谅#1他了#4。 + wan2 le5 gu1 niang5 gu1 ji4 mei2 far2 yuan2 liang4 ta1 le5 +004497 由此#1测算#3,涨停#1价位#2应为#2六点#1二四#1一七#1左右#4。 + you2 ci3 ce4 suan4 zhang3 ting2 jia4 wei4 ying1 wei2 liu4 dian3 er4 si4 yi1 qi1 zuo3 you4 +004498 随后#3,记者#1与#1阿华#2继续#1上路#4。 + sui2 hou4 ji4 zhe2 yu3 a1 hua2 ji4 xu4 shang4 lu4 +004499 奢侈品#1杂志#2“如何#1消费#2”是#1季刊#3,读者群#2是#1富裕#2且有#1独特#1品味的#1男女#4。 + she1 chi2 pin3 za2 zhi4 ru2 he2 xiao1 fei4 shi4 ji4 kan1 du2 zhe3 qun2 shi4 fu4 yu4 qie2 you3 du2 te4 pin3 wei4 de5 nan2 nv3 +004500 李女士#1称#3,她找#2马艳丽#1交涉#4。 + li2 nv3 shi4 cheng1 ta1 zhao2 ma3 yan4 li4 jiao1 she4 +004501 昨晚#3,“地球#1一小时#1”活动前#3,国贸#1三期#2夜色#1璀璨#4。 + zuo2 wan3 di4 qiu2 yi4 xiao3 shi2 huo2 dong4 qian2 guo2 mao4 san1 qi1 ye4 se4 cui3 can4 +004502 何某#1等人#2怂恿#1小梅#4。 + he2 mou2 deng3 ren2 song2 yong2 xiao3 mei2 +004503 事后#2他见#1泰龙#2趴在#1地上#2,头微侧#3,“擘大#1”双眼#2失去#1知觉#4。 + shi4 hou4 ta1 jian4 tai4 long2 pa1 zai4 di4 shang4 tou2 wei1 ce4 bo4 da4 shuang1 yan3 shi1 qu4 zhi1 jue2 +004504 阿拉#1尔孔#2还#1发布了#1一些#2个人#1观点#4。 + a1 la1 er2 kong3 hai2 fa1 bu4 le5 yi4 xie1 ge4 ren2 guan1 dian3 +004505 还有#1网友#1发帖称#3闻到后#2喉咙#1疼痛#4。 + hai2 you3 wang2 you3 fa1 tie3 cheng1 wen2 dao4 hou4 hou2 long5 teng2 tong4 +004506 庭审时#3,两#1被告人#2在#1捂嘴#1咳嗽#4。 + ting2 shen3 shi2 liang3 bei4 gao4 ren2 zai4 wu2 zui3 ke2 sou4 +004507 枕边#2、门口#2,预备着#1木棍#2、铁叉#4。 + zhen3 bian1 men2 kou3 yu4 bei4 zhe5 mu4 gun4 tie3 cha1 +004508 筱温柔#2最#1喜欢的人#2是#1林泽楠#4。 + xiao3 wen1 rou2 zui4 xi3 huan1 de5 ren2 shi4 lin2 ze2 nan2 +004509 只要#1稍微#1纰漏#3,胚胎#1就会#1崩溃#4。 + zhi3 yao4 shao1 wei1 pi1 lou4 pei1 tai1 jiu4 hui4 beng1 kui4 +004510 姜藜的#1父母#2勉强#1接受了#1王彬#4。 + jiang1 li2 de5 fu4 mu3 mian2 qiang3 jie1 shou4 le5 wang2 bin1 +004511 降价时#2咋不跟#1国际#1接下#1轨呀#4。 + jiang4 jia4 shi2 za3 bu4 gen1 guo2 ji4 jie1 xia4 gui3 ya5 +004512 新闻纸#1价格#1上涨#3,发行#1费用的#1亏空#2将#1更高#4。 + xin1 wen2 zhi3 jia4 ge2 shang4 zhang3 fa1 xing2 fei4 yong5 de5 kui1 kong1 jiang1 geng4 gao1 +004513 一些人#2显然#1没有#1当真#3,把#1奥巴马#2当作#1冒名者#1开涮#1起来#4。 + yi4 xie1 ren2 xian3 ran2 mei2 you3 dang4 zhen1 ba3 ao4 ba1 ma3 dang1 zuo4 mao4 ming2 zhe3 kai1 shuan4 qi3 lai2 +004514 邹平座#1也#1认为#3,中国#1应该#1多买#1矿石#1等资源#4。 + zou1 ping2 zuo4 ye3 ren4 wei2 zhong1 guo2 ying1 gai1 duo1 mai3 kuang4 shi2 deng3 zi1 yuan2 +004515 她#1谈谈说#3:你很#1在乎#1那些#1话吗#4? + ta1 tan2 tan5 shuo1 ni2 hen3 zai4 hu5 na4 xie1 hua4 ma5 +004516 牛津#1广场#1上的#1木马#1摆设#3已#1遭人#1纵火#4。 + niu2 jin1 guang2 chang3 shang4 de5 mu4 ma2 bai3 she4 yi3 zao1 ren2 zong4 huo3 +004517 考试#1期间#3,首尔的#1宾馆#1旅店#1爆满#3,连#1桑拿#1中心#2也#1生意#1兴隆#4。 + kao3 shi4 qi1 jian1 shou2 er3 de5 bin1 guan2 lv3 dian4 bao4 man3 lian2 sang1 na2 zhong1 xin1 ye3 sheng1 yi4 xing1 long2 +004518 少林#1山门前#3,少林寺#2知客僧#1延开#1法师#2在此#1迎候#4。 + shao4 lin2 shan1 men2 qian2 shao4 lin2 si4 zhi1 ke4 seng1 yan2 kai1 fa3 shi1 zai4 ci3 ying2 hou4 +004519 因此#3,潮湿#1闷热#2暂时#1让#1干热#1“代班#4”。 + yin1 ci3 chao2 shi1 men1 re4 zan4 shi2 rang4 gan1 re4 dai4 ban1 +004520 现在#2宝宝#1还#1经常#1踢我#3,很活泼#4。 + xian4 zai4 bao3 bao5 hai2 jing1 chang2 ti1 wo3 hen3 huo2 po5 +004521 蒋朗朗#1表示#3,北京#1大学#2将#1保留#1追究#2邹恒甫#1诋毁#1或#1诽谤的#1权利#4。 + jiang3 lang2 lang2 biao3 shi4 bei3 jing1 da4 xue2 jiang1 bao3 liu2 zhui1 jiu1 zou1 heng2 fu3 di2 hui3 huo4 fei3 bang4 de5 quan2 li4 +004522 胡锦涛#1提议#2提前讲#3,争取让#1教授们#2多讲#1一点儿#4。 + hu2 jin3 tao1 ti2 yi4 ti2 qian2 jiang3 zheng1 qu3 rang4 jiao4 shou4 men5 duo1 jiang3 yi4 dianr3 +004523 我的#1生命力#2永久#1存在#4。 + wo3 de5 sheng1 ming4 li4 yong2 jiu3 cun2 zai4 +004524 面对#2风水店#1眼花#1缭乱的#1招牌#3,游客们#1大都#1匆匆#1走过#4。 + mian4 dui4 feng1 shui3 dian4 yan3 hua1 liao2 luan4 de5 zhao1 pai2 you2 ke4 men5 da4 dou1 cong1 cong1 zou3 guo4 +004525 此次#1大会上#2瓮安县#1公安局#2荣获#1全国#1优秀#1公安局#1称号#4。 + ci3 ci4 da4 hui4 shang4 weng4 an1 xian4 gong1 an1 ju2 rong2 huo4 quan2 guo2 you1 xiu4 gong1 an1 ju2 cheng1 hao4 +004526 我#1查了#1一下#3,是#1爱新#1觉罗#1溥仪#4。 + wo3 cha2 le5 yi2 xia4 shi4 ai4 xin1 jue2 luo2 pu3 yi2 +004527 从前#1有座山#3,山里#1有座庙#3,你猜#1庙里#1有个啥#4? + cong2 qian2 you3 zuo4 shan1 shan1 li2 you3 zuo4 miao4 ni3 cai1 miao4 li2 you3 ge5 sha2 +004528 此后#2,缙绅#1之家#2,务当#2婉切#1劝谕#3,使之#1家喻#1户晓#3,以期#2渐除#1积习#4。 + ci3 hou4 jin4 shen1 zhi1 jia1 wu4 dang4 wan3 qie1 quan4 yu4 shi3 zhi1 jia1 yu4 hu4 xiao3 yi3 qi1 jian4 chu2 ji1 xi2 +004529 每次#1推开窗#2就能#1看见#1北角#1码头#3,清晨#2能数出#1湾里#1多出的#1船#4。 + mei3 ci4 tui1 kai1 chuang1 jiu4 neng2 kan4 jian4 bei2 jiao2 ma3 tou2 qing1 chen2 neng2 shu3 chu1 wan1 li3 duo1 chu1 de5 chuan2 +004530 既然是#1生日#1宴会#3,齐秦#2自然#1也没有#1含糊#4。 + ji4 ran2 shi4 sheng1 ri4 yan4 hui4 qi2 qin2 zi4 ran2 ye3 mei2 you3 han2 hu5 +004531 停权#1两个月#2就能#1改正#1廖本烟的#1立场吗#4? + ting2 quan2 liang3 ge4 yue4 jiu4 neng2 gai3 zheng4 liao4 ben3 yan1 de5 li4 chang3 ma5 +004532 楼先生#2摁了摁#1喇叭#3,但是#1对方#2不为#1所动#4。 + lou2 xian1 sheng5 en4 le5 en4 la3 ba5 dan4 shi4 dui4 fang1 bu4 wei2 suo3 dong4 +004533 佩服#1自己的#1弟弟#1敲诈#1有方#2,不敢#1怠慢#4。 + pei4 fu5 zi4 ji3 de5 di4 di5 qiao1 zha4 you3 fang1 bu4 gan3 dai4 man4 +004534 当年#2我#1可是#1游滴#1最快滴#4! + dang1 nian2 wo2 ke3 shi4 you2 di5 zui4 kuai4 di5 +004535 潘耀明#2看过#2查传讷的画#3,觉得#1她画的#1很有#1灵气#4。 + pan1 yao4 ming2 kan4 guo4 cha2 chuan2 ne4 de5 hua4 jue2 de5 ta1 hua4 de5 hen2 you3 ling2 qi4 +004536 当事人#1认为#3记载#1有#1遗漏#2或者#1差错的#3,可以#1请求#1补充#2或者#1改正#4。 + dang1 shi4 ren2 ren4 wei2 ji4 zai2 you3 yi2 lou4 huo4 zhe3 cha1 cuo4 de5 ke2 yi2 qing3 qiu2 bu3 chong1 huo4 zhe2 gai3 zheng4 +004537 以#1古典#1优雅#1闻名#1世界的#1苏州#3,近年来#2乡村#1旅游#2也#1蓬勃#1兴起#4。 + yi3 gu2 dian3 you1 ya3 wen2 ming2 shi4 jie4 de5 su1 zhou1 jin4 nian2 lai2 xiang1 cun1 lv3 you2 ye3 peng2 bo2 xing1 qi3 +004538 同时#3,袁厉害#2也#1最终#1同意#2不再#1收养#1新的#1弃婴#4。 + tong2 shi2 yuan2 li4 hai5 ye3 zui4 zhong1 tong2 yi4 bu2 zai4 shou1 yang3 xin1 de5 qi4 ying1 +004539 网友#2“甄巍峰#1”说#3,希望#2规范#1用工#1制度#2和#1用工#1秩序#4。 + wang2 you3 zhen1 wei1 feng1 shuo1 xi1 wang4 gui1 fan4 yong4 gong1 zhi4 du4 he2 yong4 gong1 zhi4 xu4 +004540 用#1他们#1收藏者的#1行话#3,该钱币#1叫#2蒙疆#1五千#4。 + yong4 ta1 men5 shou1 cang2 zhe3 de5 hang2 hua4 gai1 qian2 bi4 jiao4 meng3 jiang1 wu3 qian1 +004541 奶奶#1头发#1已经#1花白#3,身上#1穿着#1一件#1棉袄#4。 + nai3 nai5 tou2 fa5 yi3 jing1 hua1 bai2 shen1 shang4 chuan1 zhe5 yi2 jian4 mian2 ao3 +004542 他#1最先#1做的#3,是#1挑着#1糖粥担#2走街#1串巷#1叫卖#3,时称#2“骆驼#1担子#4”。 + ta1 zui4 xian1 zuo4 de5 shi4 tiao1 zhe5 tang2 zhou1 dan4 zou3 jie1 chuan4 xiang4 jiao4 mai4 shi2 cheng1 luo4 tuo5 dan4 zi5 +004543 期间#3,他们#1与#1景区#2多次#1协调#1未果#4。 + qi1 jian1 ta1 men5 yu2 jing3 qu1 duo1 ci4 xie2 tiao2 wei4 guo3 +004544 而#2韩国#1近年来#3已经#2鲜有#1执行#1死刑的#1制度#4。 + er2 han2 guo2 jin4 nian2 lai2 yi3 jing1 xian2 you3 zhi2 xing2 si3 xing2 de5 zhi4 du4 +004545 尚未#1发现#1疫情的#1广东#3,养殖户#2同样#1难逃#1厄运#4。 + shang4 wei4 fa1 xian4 yi4 qing2 de5 guang3 dong1 yang3 zhi2 hu4 tong2 yang4 nan2 tao2 e4 yun4 +004546 其中#2一男子#1用#1木棍#2敲打#1湖边#1栏杆#3,叫#1张某#1出来#4。 + qi2 zhong1 yi4 nan2 zi3 yong4 mu4 gun4 qiao1 da3 hu2 bian1 lan2 gan1 jiao4 zhang1 mou3 chu1 lai5 +004547 说白了吧#3,不扣#1纽扣#2就是#1为了#1透透风#2,舒服#1一点儿#4。 + shuo1 bai2 le5 ba5 bu2 kou4 niu3 kou4 jiu4 shi4 wei4 le5 tou4 tou5 feng1 shu1 fu5 yi4 dianr3 +004548 他们#1被#1拘禁在#2缅甸#1首都#2仰光#1市外的#1一处#1军营#4。 + ta1 men5 bei4 ju1 jin4 zai4 mian3 dian4 shou3 du1 yang3 guang1 shi4 wai4 de5 yi2 chu4 jun1 ying2 +004549 啊#3,啊#3,五环#3,你比#1四环#1多一环#4。 + a1 a4 wu3 huan2 ni2 bi3 si4 huan2 duo1 yi4 huan2 +004550 那你#1每月#2多给我#1二百块#1买零食#3,孩子的奶#2我包了#4! + na4 ni2 mei3 yue4 duo1 gei2 wo3 er4 bai3 kuai4 mai3 ling2 shi2 hai2 zi5 de5 nai2 wo3 bao1 le5 +004551 王阳明#1暗呛#3男人#2应该#1不会#1觉得#1年轻#1是#1优势#4。 + wang2 yang2 ming2 an4 qiang4 nan2 ren5 ying1 gai1 bu2 hui4 jue2 de5 nian2 qing1 shi4 you1 shi4 +004552 滕丽名#2自言#2性格#1硬朗#3,不会被#1感情#1问题#1困扰#1自己#4。 + teng2 li4 ming2 zi4 yan2 xing4 ge2 ying4 lang3 bu2 hui4 bei4 gan3 qing2 wen4 ti2 kun4 rao3 zi4 ji3 +004553 同时#1纳入#1医保的#1戒烟#1药物#3也要#1经过#1严格#1筛选#4。 + tong2 shi2 na4 ru4 yi1 bao3 de5 jie4 yan1 yao4 wu4 ye3 yao4 jing1 guo4 yan2 ge2 shai1 xuan3 +004554 犹如#1狼来了#1一样#3,野猪#1成灾#2危害的#2不仅仅#1是#1人类#4。 + you2 ru2 lang2 lai2 le5 yi2 yang4 ye3 zhu1 cheng2 zai1 wei1 hai4 de5 bu4 jin2 jin3 shi4 ren2 lei4 +004555 这次#2快递#1画作#3,他#1只是将#1卷轴#2直接#1放进#1画筒里#4。 + zhe4 ci4 kuai4 di4 hua4 zuo4 ta1 zhi3 shi4 jiang1 juan4 zhou2 zhi2 jie1 fang4 jin4 hua4 tong2 li3 +004556 彭母#2与#1保姆#2随后到#1大儿子#1家中#2参加#1侄女的#1婚宴#4。 + peng2 mu3 yu3 bao2 mu3 sui2 hou4 dao4 da4 er2 zi5 jia1 zhong1 can1 jia1 zhi2 nv3 de5 hun1 yan4 +004557 王女士#2此时#1感到#1眼前#1一黑#3,脑袋#2顿时#1晕了#1起来#4。 + wang2 nv3 shi4 ci3 shi2 gan3 dao4 yan3 qian2 yi4 hei1 nao3 dai4 dun4 shi2 yun1 le5 qi3 lai2 +004558 两者#2均未#1透露#1消息#1来源#3,但#1否认#1消息#1来自#1一嗨#4。 + liang2 zhe3 jun1 wei4 tou4 lu4 xiao1 xi5 lai2 yuan2 dan4 fou3 ren4 xiao1 xi5 lai2 zi4 yi4 hai1 +004559 一组#1组合拳#2打到了#1棉花上#4。 + yi4 zu2 zu3 he2 quan2 da3 dao4 le5 mian2 hua5 shang4 +004560 屏幕#1上的#1影讯#1显示#3,将#1播放的#1影片中#2有#1“骆驼#1祥子#4”。 + ping2 mu4 shang4 de5 ying3 xun4 xian3 shi4 jiang1 bo1 fang4 de5 ying3 pian4 zhong1 you3 luo4 tuo5 xiang2 zi5 +004561 潘霜霜#2因为#1和#1林峰的#1情史#2迅速#1蹿红#4。 + pan1 shuang1 shuang1 yin1 wei4 he2 lin2 feng1 de5 qing2 shi3 xun4 su4 cuan1 hong2 +004562 初步#1统计#2全市#1经济#1损失#2约#1五点#1四三八#1亿元#4。 + chu1 bu4 tong3 ji4 quan2 shi4 jing1 ji4 sun3 shi1 yue1 wu2 dian3 si4 san1 ba1 yi4 yuan2 +004563 写信人#2都看了#2“全国#1作文#1佳作#3”,再引用#1伯玉的话#1夸奖#2,毫无#1新意#4。 + xie3 xin4 ren2 dou1 kan4 le5 quan2 guo2 zuo4 wen2 jia1 zuo4 zai4 yin3 yong4 bo2 yu4 de5 hua4 kua1 jiang3 hao2 wu2 xin1 yi4 +004564 高额的#1贸易#1顺差#2,使#1美国#1和欧盟#2频繁#1对#1中国#1纺织品#1出口#1设限#4。 + gao1 e2 de5 mao4 yi4 shun4 cha1 shi2 mei3 guo2 he2 ou1 meng2 pin2 fan2 dui4 zhong1 guo2 fang3 zhi1 pin3 chu1 kou3 she4 xian4 +004565 每一寸#1空间#2,都有#1自己的#1表情#3,与#1居者#1相融#1相通#4。 + mei3 yi2 cun4 kong1 jian1 dou1 you3 zi4 ji3 de5 biao3 qing2 yu3 ju1 zhe3 xiang1 rong2 xiang1 tong1 +004566 恐怖#1分子#2要做的#1就是#1躲起来#3并#1邮寄#1信件#1炸弹#4。 + kong3 bu4 fen4 zi3 yao4 zuo4 de5 jiu4 shi4 duo2 qi3 lai2 bing4 you2 ji4 xin4 jian4 zha4 dan4 +004567 在#1实施#1过程中#3,商业#1设施#2常常被#1开发商#1视为#1累赘#3而#1压缩#1侵占#4。 + zai4 shi2 shi1 guo4 cheng2 zhong1 shang1 ye4 she4 shi1 chang2 chang2 bei4 kai1 fa1 shang1 shi4 wei2 lei2 zhui4 er2 ya1 suo1 qin1 zhan4 +004568 床头#2装有#1小巧的#1阅读灯#3,可#1进行#1九十度#1调整#4。 + chuang2 tou2 zhuang1 you3 xiao2 qiao3 de5 yue4 du2 deng1 ke3 jin4 xing2 jiu3 shi2 du4 tiao2 zheng3 +004569 长白山#2特别#1险峻#3,我们#1有的#1作者#2因为#1在那儿#1创作#3,已经#1去世了#4。 + chang2 bai2 shan1 te4 bie2 xian3 jun4 wo3 men5 you3 de5 zuo4 zhe3 yin1 wei4 zai4 nar4 chuang4 zuo4 yi3 jing1 qu4 shi4 le5 +004570 由于#1恶性#1循环#2,最终#1走向#1崩溃#4。 + you2 yu2 e4 xing4 xun2 huan2 zui4 zhong1 zou3 xiang4 beng1 kui4 +004571 看不起#1这些#2为达#1目的#1满嘴#1谎言的人#4。 + kan4 bu4 qi3 zhe4 xie1 wei4 da2 mu4 di4 man2 zui2 huang3 yan2 de5 ren2 +004572 有的是#1臭味#3,有的是#1农药味#4。 + you3 de5 shi4 chou4 wei4 you3 de5 shi4 nong2 yao4 wei4 +004573 马宝光#2曾在#1凹穴#1岩画#1附近#2找到#1新石器#2及#1旧石器#1时期的#1石块#4。 + ma2 bao3 guang1 ceng2 zai4 ao1 xue2 yan2 hua4 fu4 jin4 zhao3 dao4 xin1 shi2 qi4 ji2 jiu4 shi2 qi4 shi2 qi1 de5 shi2 kuai4 +004574 工作#1人员#2拔下#1车钥匙#3,立即#1拨打#2幺二#1幺二二#1报警#4。 + gong1 zuo4 ren2 yuan2 ba2 xia4 che1 yao4 shi5 li4 ji2 bo1 da3 yao1 er4 yao1 er4 er4 bao4 jing3 +004575 衣服#1之于#1明星#3,正如#1水#1之于舟#3,“衣能#1载星#2,亦能#1覆星#4”。 + yi1 fu5 zhi1 yu2 ming2 xing1 zheng4 ru2 shui3 zhi1 yu2 zhou1 yi1 neng2 zai4 xing1 yi4 neng2 fu4 xing1 +004576 按#2潘某的#1说法#3,每个#1加油工#1都有#1油卡#3,凭#1这个#1油卡#1给#1客户#1加油#4。 + an4 pan1 mou3 de5 shuo1 fa3 mei3 ge4 jia1 you2 gong1 dou1 you3 you2 ka3 ping2 zhe4 ge5 you2 ka2 gei3 ke4 hu4 jia1 you2 +004577 河南#1省长#2郭庚茂#2接受#1记者#1采访#4。 + he2 nan2 sheng2 zhang3 guo1 geng1 mao4 jie1 shou4 ji4 zhe3 cai2 fang3 +004578 沈丙友#1透露#3,到#1目前#1为止#3广东#2还#1没有#1发生#1此类#1案件#4。 + shen2 bing2 you3 tou4 lu4 dao4 mu4 qian2 wei2 zhi3 guang3 dong1 hai2 mei2 you3 fa1 sheng1 ci3 lei4 an4 jian4 +004579 两岁#1丧父#3,母亲#2是一位#1英文#1教师#4。 + liang3 sui4 sang4 fu4 mu3 qin1 shi4 yi2 wei4 ying1 wen2 jiao4 shi1 +004580 好的呀#3?要#1一起么#4? + hao3 de5 ya5 yao4 yi4 qi3 me5 +004581 小病#2不用扛#3,大病#2有#1保障#4。 + xiao3 bing4 bu2 yong4 kang2 da4 bing4 you2 bao3 zhang4 +004582 财政#1政策#2应当#1发挥#1更为#1关键性#1作用#4。 + cai2 zheng4 zheng4 ce4 ying1 dang1 fa1 hui1 geng4 wei2 guan1 jian4 xing4 zuo4 yong4 +004583 但至#1案发#1被抓#3,牛浩的#1违建#1拆迁款#1并未#1拿到#3,企图#2未能#1得逞#4。 + dan4 zhi4 an4 fa1 bei4 zhua1 niu2 hao4 de5 wei2 jian4 chai1 qian1 kuan3 bing4 wei4 na2 dao4 qi3 tu2 wei4 neng2 de2 cheng3 +004584 万一#2您的#1奶粉#1广告#2在#1婴儿#1呕吐的#1场面里#1出现#2怎么办#4? + wan4 yi1 nin2 de5 nai2 fen2 guang3 gao4 zai4 ying1 er2 ou3 tu4 de5 chang3 mian4 li3 chu1 xian4 zen3 me5 ban4 +004585 郑某#1一下#1就#1愣住了#3,不敢有#1丝毫#1反抗#4。 + zheng4 mou3 yi2 xia4 jiu4 leng4 zhu4 le5 bu4 gan2 you3 si1 hao2 fan3 kang4 +004586 老僧#1释觉贤#3,老僧#2身板#1硬朗#4。 + lao3 seng1 shi4 jue2 xian2 lao3 seng1 shen1 ban3 ying4 lang3 +004587 开发区#1板块#2仍居#1涨幅#1榜首#4。 + kai1 fa1 qu1 ban3 kuai4 reng2 ju1 zhang3 fu2 bang2 shou3 +004588 他#1感觉#1有些#1微妙#3,就跟#1他在#1微博上#1“吆喝#2”宜川#1苹果#1一样#4。 + ta1 gan3 jue2 you3 xie1 wei1 miao4 jiu4 gen1 ta1 zai4 wei1 bo2 shang4 yao1 he5 yi2 chuan1 ping2 guo3 yi2 yang4 +004589 现场#2浓烟#1呛人#3,警戒线#2已拉起#4。 + xian4 chang3 nong2 yan1 qiang4 ren2 jing3 jie4 xian4 yi3 la1 qi3 +004590 截至#1尾盘#2,人民币#1兑#1美元#1报价为#3六点#1三六一#1九元#4。 + jie2 zhi4 wei3 pan2 ren2 min2 bi4 dui4 mei3 yuan2 bao4 jia4 wei2 liu4 dian3 san1 liu4 yi1 jiu3 yuan2 +004591 随后#2,秦旸#2进行#1现场#1演示#4。 + sui2 hou4 qin2 yang2 jin4 xing2 xian4 chang2 yan3 shi4 +004592 据悉#3,被#1叮咬者#1没有#1发病#4。 + ju4 xi1 bei4 ding1 yao2 zhe3 mei2 you3 fa1 bing4 +004593 泡到#1姑娘的#2只有#1高富帅#4。 + pao4 dao4 gu1 niang5 de5 zhi2 you3 gao1 fu4 shuai4 +004594 特里耶#1韦莱#2否认#1这一#1报道#4。 + te4 li3 ye1 wei2 lai2 fou3 ren4 zhe4 yi2 bao4 dao4 +004595 当然#1可以#3!加油哦#3,我会#1帮你#1出#1主意的#4! + dang1 ran2 ke2 yi3 jia1 you2 o5 wo3 hui4 bang1 ni3 chu1 zhu2 yi4 de5 +004596 香港#1同胞的#1拳拳#1爱心#3,也令#1我办#1员工#2感佩#1不已#2,铭记#1在心#4。 + xiang1 gang3 tong2 bao1 de5 quan2 quan2 ai4 xin1 ye3 ling4 wo3 ban4 yuan2 gong1 gan3 pei4 bu4 yi3 ming2 ji4 zai4 xin1 +004597 公司#2淘汰了#1一些#1冗员#4。 + gong1 si1 tao2 tai4 le5 yi4 xie1 rong3 yuan2 +004598 强化#2租赁#1管理#1责任#4。 + qiang2 hua4 zu1 lin4 guan2 li3 ze2 ren4 +004599 明朝#1将军#1墓的#1墓碑#4。 + ming2 chao2 jiang1 jun1 mu4 de5 mu4 bei1 +004600 这会儿#2正躺在#1床上呢#4。 + zhe4 huir4 zheng4 tang3 zai4 chuang2 shang4 ne5 +004601 孙朴#1术后#1状态#1不错#4。 + sun1 piao2 shu4 hou4 zhuang4 tai4 bu2 cuo4 +004602 朱莉#2带着#1娃娃们#1出现#4。 + zhu1 li4 dai4 zhe5 wa2 wa5 men5 chu1 xian4 +004603 你#1不约#2好意思#1来#3呵呵#4? + ni3 bu4 yue1 hao3 yi4 si5 lai2 he1 he1 +004604 第一#1财季#2净运营#1现金流#1为#2一点#1零七#1四亿#1美元#4。 + di4 yi1 cai2 ji4 jing4 yun4 ying2 xian4 jin1 liu2 wei2 yi1 dian3 ling2 qi1 si4 yi4 mei3 yuan2 +004605 誊完#1一遍#3,回首#1罗天诚的#1罗体字#3,不过#1尔尔#4! + teng2 wan2 yi2 bian4 hui2 shou3 luo2 tian1 cheng2 de5 luo2 ti3 zi4 bu2 guo4 er2 er3 +004606 还有#3,我看到#1很多#1区县#1都#1提到#3,要#1发展#1红酒#1产业#3,让#1农民#2改种#1葡萄#4。 + hai2 you3 wo3 kan4 dao4 hen3 duo1 qu1 xian4 dou1 ti2 dao4 yao4 fa1 zhan3 hong2 jiu2 chan3 ye4 rang4 nong2 min2 gai3 zhong4 pu2 tao5 +004607 嗯嗯#3,偶#1也在#1看呢#4! + en4 en4 ou2 ye3 zai4 kan4 ne5 +004608 唐海滨#3,云南#1勐海#1陈升#1茶厂#1副#1总经理#4。 + tang2 hai3 bin1 yun2 nan2 meng2 hai3 chen2 sheng1 cha2 chang3 fu4 zong3 jing1 li3 +004609 听见#1身后#2一声#1闷响#4。 + ting1 jian4 shen1 hou4 yi4 sheng1 men4 xiang3 +004610 昨天#1一早#3,故宫#1端门外#2便已#2人头#1攒动#4。 + zuo2 tian1 yi4 zao3 gu4 gong1 duan1 men2 wai4 bian4 yi3 ren2 tou2 cuan2 dong4 +004611 出门时#2刀#1和#1衣服#2一块#1扔了#4。 + chu1 men2 shi2 dao1 he2 yi1 fu5 yi2 kuai4 reng1 le5 +004612 交警#2准备#1将车#1扣留时#3,驾驶员#2竟和#1交警#1耍起了横#4。 + jiao1 jing2 zhun3 bei4 jiang1 che1 kou4 liu2 shi2 jia4 shi3 yuan2 jing4 he2 jiao1 jing3 shua2 qi3 le5 heng4 +004613 想好了#1诺言后#3,最后#1一步#3是#1确定#1用爱#2或#1喜欢#4。 + xiang2 hao3 le5 nuo4 yan2 hou4 zui4 hou4 yi2 bu4 shi4 que4 ding4 yong4 ai4 huo4 xi3 huan1 +004614 全身#2奇臭#1无比#3,散发出#1尸体#1臭味#4。 + quan2 shen1 qi2 chou4 wu2 bi3 san4 fa1 chu1 shi1 ti3 chou4 wei4 +004615 山中#2那#1迷蒙的#1小径#3,像#1迷走#1神经#1一样#3蜿蜒#1进#1蓊郁的#1果林#3,消失#1不见#4。 + shan1 zhong1 na4 mi2 meng2 de5 xiao3 jing4 xiang4 mi2 zou3 shen2 jing1 yi2 yang4 wan1 yan2 jin4 weng3 yu4 de5 guo3 lin2 xiao1 shi1 bu2 jian4 +004616 熬了#1几个月#3,阿秀#2也#1被迫#1做了#1小姐#4。 + ao2 le5 ji3 ge4 yue4 a1 xiu4 ye3 bei4 po4 zuo4 le5 xiao2 jie3 +004617 看卷时#3,他的脸#1几乎#1贴着#1卷面#4。 + kan4 juan4 shi2 ta1 de5 lian3 ji1 hu1 tie1 zhe5 juan4 mian4 +004618 骑到#1桥上#3,突然#1颠簸#1差点#1摔倒#4。 + qi2 dao4 qiao2 shang4 tu1 ran2 dian1 bo3 cha4 dian3 shuai1 dao3 +004619 会议#1安排在#1早晨#1五六#1点钟的#1时候#4。 + hui4 yi4 an1 pai2 zai4 zao3 chen2 wu3 liu4 dian3 zhong1 de5 shi2 hou4 +004620 三月期#2央票#1发行#1利率#2仍然#1持平于#1百分之#1二点#1九一#1六八#4。 + san1 yue4 qi1 yang1 piao4 fa1 xing2 li4 lv4 reng2 ran2 chi2 ping2 yu2 bai3 fen1 zhi1 er4 dian2 jiu3 yi1 liu4 ba1 +004621 不让#1他跟#2,他#1急眼#3,血压#1刚降#1一点儿#3,他又#1回到#1一线#4。 + bu2 rang4 ta1 gen1 ta1 ji2 yan3 xue4 ya1 gang1 jiang4 yi4 dianr3 ta1 you4 hui2 dao4 yi1 xian4 +004622 小猩猩#2开心地#1舔舐着#1叶子#1上的#1露珠#4。 + xiao3 xing1 xing5 kai1 xin1 de5 tian3 shi4 zhe5 ye4 zi5 shang4 de5 lu4 zhu1 +004623 对他#1来说#3,投奔#1养老院#3更多是#1出于#1情感#1需求#4。 + dui4 ta1 lai2 shuo1 tou2 ben4 yang2 lao3 yuan4 geng4 duo1 shi4 chu1 yu2 qing2 gan3 xu1 qiu2 +004624 翁蔑#2把#1两个人#1带走了#4。 + weng1 mie4 ba2 liang3 ge4 ren2 dai4 zou3 le5 +004625 可见#2爱的#1过程#1是#1短暂的#3,而#1爱的#1回忆#2是#1无穷的#4。 + ke3 jian4 ai4 de5 guo4 cheng2 shi4 duan3 zan4 de5 er2 ai4 de5 hui2 yi4 shi4 wu2 qiong2 de5 +004626 事成后#3,张博强#2和#1众弟兄#2各得#1酬劳#4。 + shi4 cheng2 hou4 zhang1 bo2 qiang2 he2 zhong4 di4 xiong5 ge4 de2 chou2 lao2 +004627 一家人#2不说#1两家话#3,客气#1什么呀#3嘿嘿#4。 + yi4 jia1 ren2 bu4 shuo1 liang3 jia1 hua4 ke4 qi4 shen2 me5 ya5 hei1 hei1 +004628 上海#2每年#1社保#2亏空#1百亿元#2对#1全国#2是一个#1警示#4。 + shang4 hai2 mei3 nian2 she4 bao3 kui1 kong1 bai3 yi4 yuan2 dui4 quan2 guo2 shi4 yi2 ge4 jing3 shi4 +004629 师永刚#1暗下说#3:哪里#1哪里#3,你旁坐#1那个#1才#1性感呢#4! + shi1 yong3 gang1 an4 xia4 shuo1 na2 li3 na2 li3 ni3 pang2 zuo4 na4 ge5 cai2 xing4 gan3 ne5 +004630 但当#2患者#1离开#1医院后#2就#1心肌#1梗死#3,再#1回来时#3,已经#2无药#1可救了#4。 + dan4 dang1 huan4 zhe3 li2 kai1 yi1 yuan4 hou4 jiu4 xin1 ji1 geng2 si3 zai4 hui2 lai5 shi2 yi3 jing1 wu2 yao4 ke3 jiu4 le5 +004631 上次#1弄的#2我到#1现在#1还疼呢#4! + shang4 ci4 nong4 de5 wo3 dao4 xian4 zai4 hai2 teng2 ne5 +004632 房子#1租出去了#3,孔某#2却#1仍要#1赔钱#4。 + fang2 zi5 zu1 chu1 qu4 le5 kong2 mou3 que4 reng2 yao4 pei2 qian2 +004633 林志勇#2用脚#2将许某#1踹倒在#1地上#3,并将#1许某#2及#1孙女#3当场#1刺死#4。 + lin2 zhi4 yong3 yong4 jiao3 jiang1 xu2 mou3 chuai4 dao3 zai4 di4 shang4 bing4 jiang1 xu2 mou3 ji2 sun1 nv3 dang1 chang3 ci4 si3 +004634 耳阳河#1下游的#1阳河#1大桥#2在#1二幺二#1国道#1线上#4。 + er3 yang2 he2 xia4 you2 de5 yang2 he2 da4 qiao2 zai4 er4 yao1 er4 guo2 dao4 xian4 shang4 +004635 李蒙#2风姿#1秀逸#3,颇具#1东方#1女性的#1魅力#4。 + li3 meng2 feng1 zi1 xiu4 yi4 po1 ju4 dong1 fang1 nv3 xing4 de5 mei4 li4 +004636 朋友#1溜冰#3,我也#1劝过#3,也#1只有劝#4。 + peng2 you5 liu1 bing1 wo2 ye3 quan4 guo4 ye3 zhi2 you3 quan4 +004637 药商#1深知#1医生的#1苦恼#4。 + yao4 shang1 shen1 zhi1 yi1 sheng1 de5 ku2 nao3 +004638 当局#2上月#1指控#3卢岑科#2滥用#1职权#2和#1侵占#1国家#1财产#4。 + dang1 ju2 shang4 yue4 zhi3 kong4 lu2 cen2 ke1 lan4 yong4 zhi2 quan2 he2 qin1 zhan4 guo2 jia1 cai2 chan3 +004639 对于#2发病率#1较高的#1庙台村#3,刘冬梅#1说#2他们村#1快成#1寡妇村了#4。 + dui4 yu2 fa1 bing4 lv4 jiao4 gao1 de5 miao4 tai2 cun1 liu2 dong1 mei2 shuo1 ta1 men5 cun1 kuai4 cheng2 gua3 fu4 cun1 le5 +004640 你要问#1距离#1有#1多少#3,恐怕#1只有#1风知道#4。 + ni3 yao4 wen4 ju4 li2 you3 duo1 shao3 kong3 pa4 zhi2 you3 feng1 zhi1 dao4 +004641 你#1怎么#1知道#1偶是#1美女啊#4? + ni2 zen3 me5 zhi1 dao4 ou3 shi4 mei2 nv3 a5 +004642 你不能#1就#1蔫溜地#1躲着#4。 + ni3 bu4 neng2 jiu4 nian1 liu1 de5 duo3 zhe5 +004643 姐姐#1和#1爸爸#1躺在#1地上#4。 + jie3 jie5 he2 ba4 ba5 tang3 zai4 di4 shang4 +004644 我#1率先#1种了#1十亩#1试验田#4。 + wo3 shuai4 xian1 zhong4 le5 shi2 mu3 shi4 yan4 tian2 +004645 于是#3,她#1踏上#1寻母#1之路#4。 + yu2 shi4 ta1 ta4 shang4 xun2 mu3 zhi1 lu4 +004646 毫无#1机会#1纾解的#1悲哀呢#4? + hao2 wu2 ji1 hui4 shu1 jie3 de5 bei1 ai1 ne5 +004647 随后#3,还用#1脚踢#1踹母亲#4。 + sui2 hou4 hai2 yong4 jiao3 ti1 chuai4 mu3 qin1 +004648 民警#2找到#1司机#1询问#3,得知#1其是#1陕北人#2王某#1雇用的#4。 + min2 jing2 zhao3 dao4 si1 ji1 xun2 wen4 de2 zhi1 qi2 shi4 shan2 bei3 ren2 wang2 mou3 gu4 yong4 de5 +004649 网友#2“草民哦#1”说#3,“小女孩的#1人生#2被毁得#1乱七#1八糟#4”。 + wang2 you2 cao3 min2 o5 shuo1 xiao2 nv3 hai2 de5 ren2 sheng1 bei4 hui3 de5 luan4 qi1 ba1 zao1 +004650 张凡#2买来#1两听#1啤酒#3,边喝#1边抒#1心中#1大志#3,把#1秦磊#1衬得#1像个#1姑娘#4。 + zhang1 fan2 mai3 lai2 liang3 ting1 pi2 jiu3 bian1 he1 bian1 shu1 xin1 zhong1 da4 zhi4 ba3 qin2 lei3 chen4 de5 xiang4 ge5 gu1 niang5 +004651 当时#2,两人#1双眼#1通红#2,肌肉#1拱起#3,一心#1一意#2想要#1扳倒#1对方#4。 + dang1 shi2 liang3 ren2 shuang1 yan3 tong1 hong2 ji1 rou4 gong2 qi3 yi4 xin1 yi2 yi4 xiang3 yao4 ban1 dao3 dui4 fang1 +004652 昨日#2,江北区#1大石坝#1一村#2,消防#1官兵#2洒水#1稀释#4。 + zuo2 ri4 jiang1 bei3 qu1 da4 shi2 ba4 yi4 cun1 xiao1 fang2 guan1 bing1 sa2 shui3 xi1 shi4 +004653 目前#3,“海葵#2”又#1即将#1登陆#4。 + mu4 qian2 hai3 kui2 you4 ji2 jiang1 deng1 lu4 +004654 这个#1问题#2已经#1困扰我#1一个#1小时了#3,要不#3,去吃碗#1三鲜#1馄饨#4? + zhe4 ge4 wen4 ti2 yi3 jing1 kun4 rao2 wo3 yi2 ge4 xiao3 shi2 le5 yao4 bu5 qu4 chi1 wan3 san1 xian1 hun2 tun5 +004655 拟#1对外#1出租的#2是#1褡裢岛#2和#1小耗岛#4。 + ni3 dui4 wai4 chu1 zu1 de5 shi4 da1 lian2 dao3 he2 xiao3 hao4 dao3 +004656 王大姐#2还#1亲自#1帮他#1张罗#2烤肉摊#1重新#1开业的事#4。 + wang2 da4 jie3 hai2 qin1 zi4 bang1 ta1 zhang1 luo5 kao3 rou4 tan1 chong2 xin1 kai1 ye4 de5 shi4 +004657 御厅#2展示了#1孔子#2周游#1列国#2十四个#1春秋的#1坎坷#1经历#4。 + yu4 ting1 zhan3 shi4 le5 kong2 zi3 zhou1 you2 lie4 guo2 shi2 si4 ge4 chun1 qiu1 de5 kan2 ke3 jing1 li4 +004658 有的#1船员#1怀疑#3,闫某#1是在#1解手时#1不慎#1坠海的#4。 + you3 de5 chuan2 yuan2 huai2 yi2 yan2 mou3 shi4 zai4 jie2 shou3 shi2 bu2 shen4 zhui4 hai3 de5 +004659 当手部#1明显#1肮脏时#3,用#1肥皂#1和#1流水#1清洗#4。 + dang1 shou3 bu4 ming2 xian3 ang1 zang1 shi2 yong4 fei2 zao4 he2 liu2 shui3 qing1 xi3 +004660 推开门#1一看#3,里面#1几个#1老师#2聊天儿#1聊得#1正欢#4。 + tui1 kai1 men2 yi2 kan4 li3 mian4 ji3 ge5 lao3 shi1 liao2 tianr1 liao2 de5 zheng4 huan1 +004661 五地#1公安#2警力#1联动#3,加大#2设卡#1堵控#2、盘查#2和#1摸排#1工作#4。 + wu3 di4 gong1 an1 jing3 li4 lian2 dong4 jia1 da4 she4 qia2 du3 kong4 pan2 cha2 he2 mo1 pai2 gong1 zuo4 +004662 咱#1晚上#1出去#1住吧#3,家里#1太热了#4。 + zan2 wan3 shang4 chu1 qu4 zhu4 ba5 jia1 li3 tai4 re4 le5 +004663 企业#2抢“晒#1”福利#3只为#1吸引#1人才#2、留住#1人才#4。 + qi3 ye4 qiang3 shai4 fu2 li4 zhi3 wei4 xi1 yin3 ren2 cai2 liu2 zhu4 ren2 cai2 +004664 你说#1这些#1好无聊哦#4。 + ni3 shuo1 zhe4 xie1 hao3 wu2 liao2 o5 +004665 你以为#1是#1谁家的#1牛#4? + ni2 yi3 wei2 shi4 shui2 jia1 de5 niu2 +004666 黄学敏#2皱了皱#1眉#4。 + huang2 xue2 min3 zhou4 le5 zhou4 mei2 +004667 岚的#1二宫桑#2和#1佐佐#1木希的#1恋情#2终于#1败露了#4。 + lan2 de5 er4 gong1 sang1 he2 zuo2 zuo3 mu4 xi1 de5 lian4 qing2 zhong1 yu2 bai4 lu4 le5 +004668 他的#1律师#2指#1军方#1手法#1失当#3,要求#1法官#2推翻#1哈姆丹#2在#1囚禁#1期间的#1供词#4。 + ta1 de5 lv4 shi1 zhi3 jun1 fang1 shou2 fa3 shi1 dang4 yao1 qiu2 fa3 guan1 tui1 fan1 ha1 mu3 dan1 zai4 qiu2 jin4 qi1 jian1 de5 gong4 ci2 +004669 由于#2年#1积温低#3,旺苍县#2并非#1最适宜#1种植#1橘子的#1区域#4。 + you2 yu2 nian2 ji1 wen1 di1 wang4 cang1 xian4 bing4 fei1 zui4 shi4 yi2 zhong4 zhi2 ju2 zi5 de5 qu1 yu4 +004670 邓超#1介绍#3,片中#1自己#1到处#1咬人#3,“咬女人#2,也咬#1男人#4”。 + deng4 chao1 jie4 shao4 pian4 zhong1 zi4 ji3 dao4 chu4 yao3 ren2 yao2 nv3 ren2 ye2 yao3 nan2 ren5 +004671 谭#1知道#2敖的#1“能量”大#2,杀人#1不眨眼#3,只得#1浪迹#1天涯#2,躲避#1敖兴满#4。 + tan2 zhi1 dao4 ao2 de5 neng2 liang4 da4 sha1 ren2 bu4 zha2 yan3 zhi3 de2 lang4 ji4 tian1 ya2 duo3 bi4 ao2 xing1 man3 +004672 裁判员#2胆敢#1如此#1“放水#1”、“护航#3”,教练员#2更是#1直接#1上阵#4。 + cai2 pan4 yuan2 dan2 gan3 ru2 ci3 fang4 shui3 hu4 hang2 jiao4 lian4 yuan2 geng4 shi4 zhi2 jie1 shang4 zhen4 +004673 翟#2用剪刀#1铰伤#1任妮的#1耳朵#1和#1鼻子#3,用铁钉#2钉她的#1十个#1指头#4。 + di2 yong4 jian3 dao1 jiao3 shang1 ren4 ni1 de5 er3 duo5 he2 bi2 zi5 yong4 tie3 ding1 ding1 ta1 de5 shi2 ge5 zhi3 tou5 +004674 宋世平#2要睡#1体育室里#3,余雄道#3:你#1热昏了#3,三中的#1校规#1多严#2你#1知道吗#4? + song4 shi4 ping2 yao4 shui4 ti3 yu4 shi4 li3 yu2 xiong2 dao4 ni3 re4 hun1 le5 san1 zhong1 de5 xiao4 gui1 duo1 yan2 ni3 zhi1 dao4 ma5 +004675 寡头#1政治#1盛行#3,精英#1民主#2与#1草根#1民主#1对立#4。 + gua3 tou2 zheng4 zhi4 sheng4 xing2 jing1 ying1 min2 zhu3 yu2 cao3 gen1 min2 zhu3 dui4 li4 +004676 什么#1时候#2这条路#2才能#1有些#1绿色呀#4? + shen2 me5 shi2 hou4 zhe4 tiao2 lu4 cai2 neng2 you3 xie1 lv4 se4 ya5 +004677 打造#2农村#2城市化#1、工业化#3、农业#2现代化#3,城市#1有啥#2俺有啥#4。 + da3 zao4 nong2 cun1 cheng2 shi4 hua4 gong1 ye4 hua4 nong2 ye4 xian4 dai4 hua4 cheng2 shi4 you3 sha2 an2 you3 sha2 +004678 但#2没有#1养育#1子女#1负担的#2无子嗣#1夫妇#3,离婚#1比例#2却#1日益#1升高#4。 + dan4 mei2 you2 yang3 yu4 zi2 nv3 fu4 dan1 de5 wu2 zi3 si4 fu1 fu4 li2 hun1 bi3 li4 que4 ri4 yi4 sheng1 gao1 +004679 这为#2日后#1发表的#1统计#1数字#1所印证#4。 + zhe4 wei4 ri4 hou4 fa1 biao3 de5 tong3 ji4 shu4 zi4 suo3 yin4 zheng4 +004680 一名#1工作#1人员#2在#1美国#1一家#1机场#1演示#3如何#1使用#1“裸检#1”扫描仪#4。 + yi4 ming2 gong1 zuo4 ren2 yuan2 zai4 mei3 guo2 yi4 jia1 ji1 chang2 yan3 shi4 ru2 he2 shi3 yong4 luo2 jian2 sao3 miao2 yi2 +004681 一来#1二去#3,这条#1语音#1和#1数据#2两条#1管道#3依然#2你是你#2,我#1是我#2,爱谁谁#4。 + yi4 lai2 er4 qu4 zhe4 tiao2 yu3 yin1 he2 shu4 ju4 liang3 tiao2 guan3 dao4 yi1 ran2 ni3 shi4 ni3 wo3 shi4 wo3 ai4 shei2 shei2 +004682 问起#1以前#2他#1承认过#3,他#1鼻子里#1哼一声#2,不说话#4。 + wen4 qi2 yi3 qian2 ta1 cheng2 ren4 guo4 ta1 bi2 zi5 li3 heng1 yi4 sheng1 bu4 shuo1 hua4 +004683 这#1三部分#2合计为#2十七点#2八三#1八二#1万块#4。 + zhe4 san1 bu4 fen4 he2 ji4 wei2 shi2 qi1 dian3 ba1 san1 ba1 er4 wan4 kuai4 +004684 两年前#2在#1西班牙#1塞维雅的#1比赛中#3,梅西#2曾获得#1银牌#4。 + liang3 nian2 qian2 zai4 xi1 ban1 ya2 sai4 wei2 ya3 de5 bi3 sai4 zhong1 mei2 xi1 ceng2 huo4 de2 yin2 pai2 +004685 法条#1规定#2明白#1无误#3,即#2醉驾#2不论#1情节#1都构成#1犯罪#4。 + fa3 tiao2 gui1 ding4 ming2 bai5 wu2 wu4 ji2 zui4 jia4 bu2 lun4 qing2 jie2 dou1 gou4 cheng2 fan4 zui4 +004686 金星乔#2和#1工人们#3一起#1雕琢#1仿古#1石虎#4。 + jin1 xing1 qiao2 he2 gong1 ren2 men5 yi4 qi3 diao1 zhuo2 fang2 gu3 shi2 hu3 +004687 永辉#2辐射#1全国的#1物流#1总部#1等项目#3,也将#1落户#1南通#4。 + yong3 hui1 fu2 she4 quan2 guo2 de5 wu4 liu2 zong3 bu4 deng3 xiang4 mu4 ye3 jiang1 luo4 hu4 nan2 tong1 +004688 而#1审理#1此案的#1法官#2,则#1早已#1退休#4。 + er2 shen2 li2 ci3 an4 de5 fa3 guan1 ze2 zao2 yi3 tui4 xiu1 +004689 搁浅的#1白海豚#2体长#1超过#1两米#4。 + ge1 qian3 de5 bai2 hai3 tun2 ti3 chang2 chao1 guo4 liang2 mi3 +004690 走出#1诊所外#3,墙的#1侧面的#2一段#1支撑墙#2也有#1裂缝#4。 + zou3 chu1 zhen2 suo3 wai4 qiang2 de5 ce4 mian4 de5 yi2 duan4 zhi1 cheng1 qiang2 ye2 you3 lie4 feng4 +004691 远处#2是#1郁郁#1葱葱的#1大森林#3和#1奔向#1大西洋的#1亚马孙河#4。 + yuan3 chu4 shi4 yu4 yu4 cong1 cong1 de5 da4 sen1 lin2 he2 ben1 xiang4 da4 xi1 yang2 de5 ya4 ma3 sun1 he2 +004692 这与#1杜双华#1近日的#1言论#2可谓#1大相#1径庭#4。 + zhe4 yu3 du4 shuang1 hua2 jin4 ri4 de5 yan2 lun4 ke3 wei4 da4 xiang1 jing4 ting2 +004693 戴阿姨#2苦笑了#1一下#3,将#1桔子皮#1扫进#1簸箕#3,倒进#1垃圾桶#4。 + dai4 a1 yi2 ku3 xiao4 le5 yi2 xia4 jiang1 ju2 zi5 pi2 sao3 jin4 bo4 ji5 dao4 jin4 la1 ji1 tong3 +004694 此外#2还可#1提前#1做记号#3,比如#1掐掉#1部分#1鱼尾等#4。 + ci3 wai4 hai2 ke3 ti2 qian2 zuo4 ji4 hao4 bi3 ru2 qia1 diao4 bu4 fen5 yu2 wei2 deng3 +004695 有#1七八个#2貌似#1无所#1事事的#1男人#2在#1厂房外#1逡巡#4。 + you3 qi1 ba1 ge5 mao4 si4 wu2 suo3 shi4 shi4 de5 nan2 ren5 zai4 chang3 fang2 wai4 qun1 xun2 +004696 随后#2,记者#1来到#1芍药居站#3,该站的#1客流#1也不多#4。 + sui2 hou4 ji4 zhe3 lai2 dao4 shao2 yao4 ju1 zhan4 gai1 zhan4 de5 ke4 liu2 ye3 bu4 duo1 +004697 其中#2,大部分#1随迁#1子女#2面临#1高考#1难题#4。 + qi2 zhong1 da4 bu4 fen5 sui2 qian1 zi2 nv3 mian4 lin2 gao1 kao3 nan2 ti2 +004698 煲里的#1黄蟮#2去骨#1留肉#2,丝丝#1嫩滑#2,入口#1留香#3,果然#1名不#1虚传#4。 + bao1 li3 de5 huang2 shan4 qu4 gu3 liu2 rou4 si1 si1 nen4 hua2 ru4 kou3 liu2 xiang1 guo3 ran2 ming2 bu4 xu1 chuan2 +004699 李家沱#1转盘处#2有#1交巡警#1设下的#2临时#1检查站#4。 + li3 jia1 tuo2 zhuan4 pan5 chu4 you3 jiao1 xun2 jing3 she4 xia4 de5 lin2 shi2 jian3 cha2 zhan4 +004700 富二代的#1行为#1问题#2,其实是#1富一代的#1观念#1问题#4。 + fu4 er4 dai4 de5 xing2 wei2 wen4 ti2 qi2 shi2 shi4 fu4 yi1 dai4 de5 guan1 nian4 wen4 ti2 +004701 吴伯雄#1一一#1端详#2国民#1政府#1时期的#1老照片#4。 + wu2 bo2 xiong2 yi1 yi1 duan1 xiang2 guo2 min2 zheng4 fu3 shi2 qi1 de5 lao3 zhao4 pian4 +004702 暗访中#3,黑中介#1称#3一般#1通过#2基因#1筛查#2来#1确保#1卵子的#1安全性#4。 + an4 fang3 zhong1 hei1 zhong1 jie4 cheng1 yi4 ban1 tong1 guo4 ji1 yin1 shai1 cha2 lai2 que4 bao3 luan2 zi3 de5 an1 quan2 xing4 +004703 房地产#1调控的#1落脚点#2是否#1存在#1偏差#4? + fang2 di4 chan3 tiao2 kong4 de5 luo4 jiao2 dian3 shi4 fou3 cun2 zai4 pian1 cha1 +004704 凭证式#2国库券#1买卖#1时的#1利息#3如何#1计算#4? + ping2 zheng4 shi4 guo2 ku4 quan4 mai3 mai4 shi2 de5 li4 xi5 ru2 he2 ji4 suan4 +004705 而且#1深海#1作业#3基本#2不受#1周边#1国家#1骚扰#4。 + er2 qie3 shen1 hai3 zuo4 ye4 ji1 ben3 bu2 shou4 zhou1 bian1 guo2 jia1 sao1 rao3 +004706 在#1菩萨#1面前#1说#1假话#3,你给我#1出去#4。 + zai4 pu2 sa5 mian4 qian2 shuo1 jia3 hua4 ni3 gei2 wo3 chu1 qu5 +004707 她#2就是#1美国#1第一嗓#4。 + ta1 jiu4 shi4 mei3 guo2 di4 yi1 sang3 +004708 我#1清水#1出#1芙蓉#3,天然#2去#1雕饰#3,现在#2还没#1化过#1妆呢#4。 + wo3 qing1 shui3 chu1 fu2 rong2 tian1 ran2 qu4 diao1 shi4 xian4 zai4 hai2 mei2 hua4 guo4 zhuang1 ne5 +004709 维稳#1难的#1原因#1在哪#4? + wei2 wen3 nan2 de5 yuan2 yin1 zai4 na3 +004710 学员#1冷冷的#1说#3:卖花圈#4…… + xue2 yuan2 leng2 leng3 de5 shuo1 mai4 hua1 quan1 +004711 别为#3不该#1为的人#2,伤了#3不该#1伤的心#4。 + bie2 wei4 bu4 gai1 wei4 de5 ren2 shang1 le5 bu4 gai1 shang1 de5 xin1 +004712 为什么#2你回#1微笑#1二字#2手机党#1伤不起#4。 + wei4 shen2 me5 ni3 hui2 wei1 xiao4 er4 zi4 shou3 ji1 dang3 shang1 bu4 qi3 +004713 一切#1安顿#1妥当后#3,他和#1同事#2又#1回到#1辖区#1上班#4。 + yi2 qie4 an1 dun4 tuo3 dang4 hou4 ta1 he2 tong2 shi4 you4 hui2 dao4 xia2 qu1 shang4 ban1 +004714 有时候#3,一个#2危言#1耸听的#1假信息#3就#1能让#1官员#1身败#1名裂#4。 + you3 shi2 hou4 yi2 ge4 wei1 yan2 song3 ting1 de5 jia3 xin4 xi5 jiu4 neng2 rang4 guan1 yuan2 shen1 bai4 ming2 lie4 +004715 这种#1自我#1炒作#3,要#1豁得#1出去#3,脸面#2、自尊#2、社会#1声誉#3都要#1抛到#1脑后#4。 + zhe4 zhong3 zi4 wo2 chao3 zuo4 yao4 huo1 de5 chu1 qu4 lian3 mian4 zi4 zun1 she4 hui4 sheng1 yu4 dou1 yao4 pao1 dao4 nao3 hou4 +004716 文强#2及其#1手下#2“三大#1金刚#3”昨#2出庭#1受审#4。 + wen2 qiang2 ji2 qi2 shou3 xia4 san1 da4 jin1 gang1 zuo2 chu1 ting2 shou4 shen3 +004717 现#1如今#3,研祥#2拥有#1该#1行业的#2国际#1定价权#4。 + xian4 ru2 jin1 yan2 xiang2 yong1 you3 gai1 hang2 ye4 de5 guo2 ji4 ding4 jia4 quan2 +004718 扯#2美国#1阿桑奇#1担心#3,引渡至#1瑞典后#3,最终#2可能被#1移交给#1美国#4。 + che2 mei3 guo2 a1 sang1 qi2 dan1 xin1 yin3 du4 zhi4 rui4 dian3 hou4 zui4 zhong1 ke3 neng2 bei4 yi2 jiao1 gei2 mei3 guo2 +004719 针对#2现有的#1芯片的#1产业#1模式#3,胡伟武#2做了#1这样#1一个#1剖析#4。 + zhen1 dui4 xian4 you3 de5 xin1 pian4 de5 chan3 ye4 mo2 shi4 hu2 wei2 wu3 zuo4 le5 zhe4 yang4 yi2 ge5 pou1 xi1 +004720 为了#1赢得#2大家#1对#1这辆#1“免费车”的#1信任#3,艾尼#1瓦尔#2做了#1很多#1努力#4。 + wei4 le5 ying2 de2 da4 jia1 dui4 zhe4 liang4 mian3 fei4 che1 de5 xin4 ren4 ai4 ni2 wa2 er3 zuo4 le5 hen3 duo1 nu3 li4 +004721 爱心#1人士#2“南宁男#3”在#1派发#1月饼#4。 + ai4 xin1 ren2 shi4 nan2 ning2 nan2 zai4 pai4 fa1 yue4 bing3 +004722 满盖#2军方#1邮戳的#1信封#4。 + man3 gai4 jun1 fang1 you2 chuo1 de5 xin4 feng1 +004723 是被#1法律#1所#1允许的吗#4? + shi4 bei4 fa3 lv4 suo3 yun2 xu3 de5 ma5 +004724 制作#1音箱#3喇叭#1是#1关键#4。 + zhi4 zuo4 yin1 xiang1 la3 ba5 shi4 guan1 jian4 +004725 更让人#1难以#1看懂的#2其实#1还有#1万科的#1推盘#1节奏#4。 + geng4 rang4 ren2 nan2 yi3 kan4 dong3 de5 qi2 shi2 hai2 you3 wan4 ke1 de5 tui1 pan2 jie2 zou4 +004726 登上#2望江楼#3,滚滚#1江水#3,江阴#2长江#1大桥#2气势#1磅礴#3,尽收#1眼底#4。 + deng1 shang4 wang4 jiang1 lou2 gun2 gun3 jiang1 shui3 jiang1 yin1 chang2 jiang1 da4 qiao2 qi4 shi4 pang2 bo2 jin4 shou1 yan2 di3 +004727 却没有#2整不了#2该#1咋整的#1内容#4。 + que4 mei2 you2 zheng3 bu4 liao3 gai1 za2 zheng3 de5 nei4 rong2 +004728 拟任#2省作家#1协会#2党组#1副书记#4。 + ni3 ren4 sheng3 zuo4 jia1 xie2 hui4 dang2 zu3 fu4 shu1 ji4 +004729 加强#1毕业生#2就业#1指导#2、就业#1服务#3和#1就业#1援助#4。 + jia1 qiang2 bi4 ye4 sheng1 jiu4 ye4 zhi2 dao3 jiu4 ye4 fu2 wu4 he2 jiu4 ye4 yuan2 zhu4 +004730 还是像#2拓海的#1老爹#1一样的#1大神#4? + hai2 shi4 xiang4 tuo4 hai3 de5 lao3 die1 yi2 yang4 de5 da4 shen2 +004731 还比#1商贩#2在#1我们#1家里#1来收#1要贵#1一点儿嘛#4。 + hai2 bi3 shang1 fan4 zai4 wo3 men5 jia1 li3 lai2 shou1 yao4 gui4 yi4 dianr3 ma5 +004732 而#1盈利#1预警#3更使#1雨润#1食品的#1股价#2雪上#1加霜#4。 + er2 ying2 li4 yu4 jing3 geng4 shi2 yu3 run4 shi2 pin3 de5 gu3 jia4 xue3 shang4 jia1 shuang1 +004733 然而#3,多个#1区县#1细则#2却#1始终#3“犹抱#1琵琶#1半#1遮面#4”。 + ran2 er2 duo1 ge5 qu1 xian4 xi4 ze2 que4 shi3 zhong1 you2 bao4 pi2 pa5 ban4 zhe1 mian4 +004734 在#1三二五#1国道#2黄坡#1大桥上#3,一辆#1货车#2被#1大风#1掀翻#4。 + zai4 san1 er4 wu3 guo2 dao4 huang2 po1 da4 qiao2 shang4 yi2 liang4 huo4 che1 bei4 da4 feng1 xian1 fan1 +004735 我很#1愤怒#3,从#1床上#2拿菜刀#1砍了他#4。 + wo2 hen3 fen4 nu4 cong2 chuang2 shang4 na2 cai4 dao1 kan3 le5 ta1 +004736 至少#2我也#1得到#1伦敦#1奥运会后#2才考虑#1这个#1事情#4。 + zhi4 shao3 wo2 ye2 dei3 dao4 lun2 dun1 ao4 yun4 hui4 hou4 cai2 kao3 lv4 zhe4 ge5 shi4 qing5 +004737 此前#2他#1遇到#1一名#1女子#3,对方#1愚笨#3,李贯军#2便将其#1收为#1“老伴#4”。 + ci3 qian2 ta1 yu4 dao4 yi4 ming2 nv2 zi3 dui4 fang1 yu2 ben4 li3 guan4 jun1 bian4 jiang1 qi2 shou1 wei2 lao3 ban4 +004738 此间#3,内陆#1各省#2为了#1争上#1内陆#1第一#1核电站#3而#1拼得#2头破#1血流#4。 + ci3 jian1 nei4 lu4 ge4 sheng3 wei4 le5 zheng1 shang4 nei4 lu4 di4 yi1 he2 dian4 zhan4 er2 pin1 de5 tou2 po4 xue4 liu2 +004739 众人#2拿起#1棍棒#1追打#3,在#1院门#1口外#2拦住#3将其#1打死#4。 + zhong4 ren2 na2 qi3 gun4 bang4 zhui1 da3 zai4 yuan4 men2 kou3 wai4 lan2 zhu4 jiang1 qi2 da2 si3 +004740 各楼层#2都有#1一个#1消防栓#3,平时#1演练的#1时候#2会#1用到#4。 + ge4 lou2 ceng2 dou1 you3 yi2 ge5 xiao1 fang2 shuan1 ping2 shi2 yan3 lian4 de5 shi2 hou4 hui4 yong4 dao4 +004741 被#1禁锢的#1希望#2苏生了吗#4? + bei4 jin4 gu4 de5 xi1 wang4 su1 sheng1 le5 ma5 +004742 刚睡醒#3,叫姐#1起来#1干吗#4。 + gang1 shui4 xing3 jiao4 jie2 qi3 lai2 gan4 ma2 +004743 湿米粉#2是#1老广们#2喜欢的#1食材#4。 + shi1 mi2 fen3 shi4 lao2 guang3 men5 xi3 huan1 de5 shi2 cai2 +004744 原油#2顺地下#1管沟#1流淌#3,形成#2地面#1流淌火#3,火势#1蔓延#4。 + yuan2 you2 shun4 di4 xia4 guan3 gou1 liu2 tang3 xing2 cheng2 di4 mian4 liu2 tang2 huo3 huo3 shi4 man4 yan2 +004745 小羊#2不断#1反抗#3,双方#1力量#1悬殊#3,最后#1王虎#2意图#1得逞#4。 + xiao3 yang2 bu2 duan4 fan3 kang4 shuang1 fang1 li4 liang4 xuan2 shu1 zui4 hou4 wang2 hu3 yi4 tu2 de2 cheng3 +004746 此外#3阿桑奇#2还喜欢#1虐待猫#4。 + ci3 wai4 a1 sang1 qi2 hai2 xi3 huan5 nve4 dai4 mao1 +004747 但#1这些#2与#1官方的#1介绍#1迥异#4。 + dan4 zhe4 xie1 yu3 guan1 fang1 de5 jie4 shao4 jiong3 yi4 +004748 钟丽缇#2主动#1搂着#1型男#3,俨如#2一对#1新婚#1夫妻#3,非常#1恩爱#4。 + zhong1 li4 ti2 zhu3 dong4 lou3 zhe5 xing2 nan2 yan3 ru2 yi2 dui4 xin1 hun1 fu1 qi1 fei1 chang2 en1 ai4 +004749 我们#1真的#1就#1束手#1无策了吗#4? + wo3 men5 zhen1 de5 jiu4 shu4 shou3 wu2 ce4 le5 ma5 +004750 不是#1应该#2先恋爱#2再#1结婚吗#4? + bu2 shi4 ying1 gai1 xian1 lian4 ai4 zai4 jie2 hun1 ma5 +004751 撤回#2也#1得到了#1法院的#1准许#4。 + che4 hui2 ye3 de2 dao4 le5 fa3 yuan4 de5 zhun2 xu3 +004752 积极#1开辟#2办证#1绿色#1通道#4。 + ji1 ji2 kai1 pi4 ban4 zheng4 lv4 se4 tong1 dao4 +004753 又#1拿起#1扫帚#2,打扫#1卫生#4。 + you4 na2 qi3 sao4 zhou5 da2 sao3 wei4 sheng1 +004754 她#1干着#1类似于#1打杂的#1工作#4。 + ta1 gan4 zhe5 lei4 si4 yu2 da3 za2 de5 gong1 zuo4 +004755 空军#1机关#2对#1一航院的#1做法#2给予#1充分#1肯定#4。 + kong1 jun1 ji1 guan1 dui4 yi4 hang2 yuan4 de5 zuo4 fa3 ji2 yu3 chong1 fen4 ken3 ding4 +004756 加拿大#1渥太华#1大厦#1上空#2出现#1三道#1闪电#4。 + jia1 na2 da4 wo4 tai4 hua2 da4 sha4 shang4 kong1 chu1 xian4 san1 dao4 shan3 dian4 +004757 加加林#2死因#1先前#1有#1不少#1“版本#4”。 + jia1 jia1 lin2 si3 yin1 xian1 qian2 you3 bu4 shao3 ban2 ben3 +004758 第四#1工作区#2为#2冀东#1干旱区#3,包括#1唐山市的#1滦南等#4。 + di4 si4 gong1 zuo4 qu1 wei2 ji4 dong1 gan1 han4 qu1 bao1 kuo4 tang2 shan1 shi4 de5 luan2 nan2 deng3 +004759 别提了#3,和你#1嫂子#1快离了#4。 + bie2 ti2 le5 he2 ni2 sao3 zi5 kuai4 li2 le5 +004760 如此#1“冷酷”的#1美容#1办法#3听得#1搜搜团的#1美女#1“大王#3”哆嗦成#1一团#4。 + ru2 ci2 leng3 ku4 de5 mei3 rong2 ban4 fa3 ting1 de5 sou1 sou1 tuan2 de5 mei2 nv3 da4 wang2 duo1 suo5 cheng2 yi4 tuan2 +004761 昨日#3,石浦港#2还下了#1雷阵雨#4。 + zuo2 ri4 shi2 pu2 gang3 hai2 xia4 le5 lei2 zhen4 yu3 +004762 我#1当时#2不以#1为然#3,回答说#3,这又#1没坏#3,还能#1穿呢#4! + wo3 dang1 shi2 bu4 yi3 wei2 ran2 hui2 da2 shuo1 zhe4 you4 mei2 huai4 hai2 neng2 chuan1 ne5 +004763 我们#1再#1筛选后#3,会#1通知您#1结果#4。 + wo3 men5 zai4 shai1 xuan3 hou4 hui4 tong1 zhi1 nin2 jie2 guo3 +004764 后来#2女友#1躺在#1床头#1不动了#3,嘴里#2直喘#1粗气#4。 + hou4 lai2 nv2 you2 tang3 zai4 chuang2 tou2 bu2 dong4 le5 zui2 li3 zhi2 chuan3 cu1 qi4 +004765 一些#2胆小的#1店主#3往往#1愿意#1出钱#1安抚#2,私下#1了结#4。 + yi4 xie1 dan2 xiao3 de5 dian4 zhu3 wang2 wang3 yuan4 yi4 chu1 qian2 an1 fu3 si1 xia4 liao3 jie2 +004766 那#1城里人#2瞟了#1农民#1一眼说#3:没文化#3,这叫#1踏青#4。 + na4 cheng2 li3 ren2 piao3 le5 nong2 min2 yi4 yan3 shuo1 mei2 wen2 hua4 zhe4 jiao4 ta4 qing1 +004767 没想到#2对方#1两人#1竟#1动起#1手来#3,操起#1伞柄#2就朝#1陈师傅#1身上砸#4。 + mei2 xiang3 dao4 dui4 fang1 liang3 ren2 jing4 dong4 qi2 shou3 lai2 cao1 qi3 san2 bing3 jiu4 chao2 chen2 shi1 fu5 shen1 shang4 za2 +004768 那人家#2萨博#1什么的#3一年#1比#1二十#1多次#2怎么说呀#4? + na4 ren2 jia1 sa4 bo2 shen2 me5 de5 yi4 nian2 bi3 er4 shi2 duo1 ci4 zen3 me5 shuo1 ya5 +004769 不要#1光看#1塔尖#3,而要#1多看看#1金字塔的#1基础#1怎么样#4。 + bu2 yao4 guang1 kan4 ta3 jian1 er2 yao4 duo1 kan4 kan5 jin1 zi4 ta3 de5 ji1 chu2 zen3 me5 yang4 +004770 中国#2与#1东南亚#1国家#1联盟的#1关系#3有#1哪些#1进展#4? + zhong1 guo2 yu3 dong1 nan2 ya4 guo2 jia1 lian2 meng2 de5 guan1 xi5 you2 na3 xie1 jin4 zhan3 +004771 四太太#1梁安琪#2昨天#1生日#3,心情#1大好#4。 + si4 tai4 tai5 liang2 an1 qi2 zuo2 tian1 sheng1 ri4 xin1 qing2 da4 hao3 +004772 一绑匪#2向#1预谋#1劫持的#1红色#1轿车#1走去#4。 + yi4 bang2 fei3 xiang4 yu4 mou2 jie2 chi2 de5 hong2 se4 jiao4 che1 zou3 qu4 +004773 执政党#2更是在#1地方#1选举中#1惨败#4。 + zhi2 zheng4 dang3 geng4 shi4 zai4 di4 fang1 xuan2 ju3 zhong1 can3 bai4 +004774 作家的#1声讨#2引起#1巨大#1反响#3,业内外#2各种#1声援#1之声#2纷纷#1传来#4。 + zuo4 jia1 de5 sheng1 tao3 yin2 qi3 ju4 da4 fan2 xiang3 ye4 nei4 wai4 ge4 zhong3 sheng1 yuan2 zhi1 sheng1 fen1 fen1 chuan2 lai2 +004775 否则#2,“烧火”的#1热情#2、干劲#2、愿望#2不仅#1落空#3,反留#1笑柄#4。 + fou3 ze2 shao1 huo3 de5 re4 qing2 gan4 jin4 yuan4 wang4 bu4 jin3 luo4 kong1 fan3 liu2 xiao4 bing3 +004776 在#2雨水#1浇灌下#3,湖南#2暑热#1全消#3,天气#1变得#1凉爽#1宜人#4。 + zai4 yu2 shui3 jiao1 guan4 xia4 hu2 nan2 shu3 re4 quan2 xiao1 tian1 qi4 bian4 de5 liang2 shuang3 yi2 ren2 +004777 该隧道#2由#1中铁#1十八局#1施工#3、柳铁#1监理#4。 + gai1 sui4 dao4 you2 zhong1 tie3 shi2 ba1 ju2 shi1 gong1 liu2 tie3 jian1 li3 +004778 由于#2现场#1闷热#3,不少#1观众#2摇着#1扇子#1听歌#4。 + you2 yu2 xian4 chang3 men1 re4 bu4 shao3 guan1 zhong4 yao2 zhe5 shan4 zi5 ting1 ge1 +004779 于是#3二人#2对着#1其他人#3玩命地#1挖起#1鼻屎来#4。 + yu2 shi4 er4 ren2 dui4 zhe5 qi2 ta1 ren2 wan2 ming4 de5 wa1 qi3 bi2 shi3 lai2 +004780 可是#2,种种#1“隐性#1福利#2”却#1五花八门#3、愈演#1愈烈#4。 + ke3 shi4 zhong2 zhong2 yin3 xing4 fu2 li4 que4 wu3 hua1 ba1 men2 yu4 yan3 yu4 lie4 +004781 果然#3,加工#1娃娃菜的#1基地#2就#1隐藏在#1这里#4。 + guo3 ran2 jia1 gong1 wa2 wa5 cai4 de5 ji1 di4 jiu4 yin3 cang2 zai4 zhe4 li3 +004782 他#1请求#2由#1三名#1法官#1组成的#1法庭#3,对#1巴希尔#2发出#1逮捕令#4。 + ta1 qing3 qiu2 you2 san1 ming2 fa3 guan1 zu3 cheng2 de5 fa3 ting2 dui4 ba1 xi1 er3 fa1 chu1 dai4 bu3 ling4 +004783 相应的#3,增发#1募资#1规模#3也随#1增发#1价格的#1调整#2而#1有所#1变化#4。 + xiang1 ying4 de5 zeng1 fa1 mu4 zi1 gui1 mo2 ye3 sui2 zeng1 fa1 jia4 ge2 de5 tiao2 zheng3 er2 you2 suo3 bian4 hua4 +004784 生命的#1赞歌#2,属于#2舍己#1救人的#1英雄们#4。 + sheng1 ming4 de5 zan4 ge1 shu3 yu2 she2 ji3 jiu4 ren2 de5 ying1 xiong5 men5 +004785 当晚#2就把#1这帅哥#2给睡了#3,心里#2无比的#1舒畅#4。 + dang4 wan3 jiu4 ba3 zhe4 shuai4 ge1 gei3 shui4 le5 xin1 li3 wu2 bi3 de5 shu1 chang4 +004786 火灾#1原因#2尚未#1查明#3,当地#1干部#1责任#2却#1差不多#1撇清了#4。 + huo3 zai1 yuan2 yin1 shang4 wei4 cha2 ming2 dang1 di4 gan4 bu5 ze2 ren4 que4 cha4 bu5 duo1 pie3 qing1 le5 +004787 随后#3,锁匠#2找出#1工具#1撬锁#3,撬锁时#2发出#2乒乒#1乓乓的#1响声#4。 + sui2 hou4 suo3 jiang4 zhao3 chu1 gong1 ju4 qiao4 suo3 qiao4 suo3 shi2 fa1 chu1 ping1 ping1 pang1 pang1 de5 xiang3 sheng1 +004788 肮脏的#2加工#1病死鸡#1作坊#4。 + ang1 zang1 de5 jia1 gong1 bing4 si3 ji1 zuo1 fang5 +004789 油船的#1甲板#1被#1撕开#4。 + you2 chuan2 de5 jia2 ban3 bei4 si1 kai1 +004790 头顶#1有根绳#2连着树#4。 + tou2 ding2 you3 gen1 sheng2 lian2 zhe5 shu4 +004791 男孩#2抬腕#1看表#3,冲她#1笑笑#3,说#3:你#1迟到了#4。 + nan2 hai2 tai2 wan4 kan4 biao3 chong4 ta1 xiao4 xiao5 shuo1 ni3 chi2 dao4 le5 +004792 平时#1骂你#1就算了#3,非要#1等我#1打你#3,才知道#1我#2文武#1双全#4! + ping2 shi2 ma4 ni3 jiu4 suan4 le5 fei1 yao4 deng2 wo3 da2 ni3 cai2 zhi1 dao4 wo3 wen2 wu3 shuang1 quan2 +004793 更为#1严重#3还#1在于#1“攒项目#4”。 + geng4 wei2 yan2 zhong4 hai2 zai4 yu2 zan3 xiang4 mu5 +004794 没想到#1虎子#3记恨于心#4。 + mei2 xiang3 dao4 hu3 zi5 ji4 hen4 yu2 xin1 +004795 太平轮#2下沉#1很快#3,恐慌的#1人群#2开始#1往#1救生艇#1跑#4。 + tai4 ping2 lun2 xia4 chen2 hen3 kuai4 kong3 huang1 de5 ren2 qun2 kai1 shi2 wang3 jiu4 sheng1 ting2 pao3 +004796 杭州#1一对#1老夫妻#2常在#1理发店#1掏耳朵#3,结果#2掏出了#1“性病#4”。 + hang2 zhou1 yi2 dui4 lao3 fu1 qi1 chang2 zai4 li3 fa4 dian4 tao1 er3 duo5 jie2 guo3 tao1 chu1 le5 xing4 bing4 +004797 游行#1队伍#2边#1行进#3,边与#1好奇的#1观众#2互致#1问候#2、祝贺#1新年#4。 + you2 xing2 dui4 wu3 bian1 xing2 jin4 bian1 yu3 hao4 qi2 de5 guan1 zhong4 hu4 zhi4 wen4 hou4 zhu4 he4 xin1 nian2 +004798 机场#2工作#1人员#2和#1驻场#1武警#3连夜#1在#1机场#1跑道上#2扫雪#1除冰#4。 + ji1 chang3 gong1 zuo4 ren2 yuan2 he2 zhu4 chang3 wu2 jing3 lian2 ye4 zai4 ji1 chang2 pao3 dao4 shang5 sao2 xue3 chu2 bing1 +004799 同剧的#1杏#3、铃木福#3、柄本明#3和#1北村#1一辉等#1演员#2也#1悉数#1亮相#4。 + tong2 ju4 de5 xing4 ling2 mu4 fu2 bing2 ben3 ming2 he2 bei3 cun1 yi4 hui1 deng2 yan3 yuan2 ye3 xi1 shu4 liang4 xiang4 +004800 老太太#2撇头#1观望#3,已经#1注意到#2银灰色#1轿车#1高速#1驶来#4。 + lao3 tai4 tai5 pie3 tou2 guan1 wang4 yi3 jing1 zhu4 yi4 dao4 yin2 hui1 se4 jiao4 che1 gao1 su4 shi3 lai2 +004801 撒丁岛#2北部#1沿岸的#1大片#1地区#3近来#1被#1卡塔尔人#1买下#4。 + sa3 ding1 dao2 bei3 bu4 yan2 an4 de5 da4 pian4 di4 qu1 jin4 lai2 bei4 ka2 ta2 er3 ren2 mai3 xia4 +004802 但#2能否#1写出#1不朽#1之作#3,既要#1有#1经历#3,有#1才华#3,还要有#1运气#4。 + dan4 neng2 fou2 xie3 chu1 bu4 xiu3 zhi1 zuo4 ji4 yao4 you3 jing1 li4 you3 cai2 hua2 hai2 yao4 you3 yun4 qi4 +004803 这是#2原版#2“伊索#1寓言”的#1故事#3,用意是#2提醒#1人们#2要#1当心#1坏人的#1诡计#4。 + zhe4 shi4 yuan2 ban3 yi1 suo3 yu4 yan2 de5 gu4 shi4 yong4 yi4 shi4 ti2 xing3 ren2 men5 yao4 dang1 xin1 huai4 ren2 de5 gui3 ji4 +004804 未来#1大风#2主要对#1南疆#1有影响#4。 + wei4 lai2 da4 feng1 zhu3 yao4 dui4 nan2 jiang1 you3 ying2 xiang3 +004805 电厂#1大烟囱#2排出#1淡黄色#1废气#4。 + dian4 chang3 da4 yan1 cong1 pai2 chu1 dan4 huang2 se4 fei4 qi4 +004806 但#1周边#1有#1村民#2被#1炸起的#1飞物#1擦伤#4。 + dan4 zhou1 bian1 you3 cun1 min2 bei4 zha4 qi3 de5 fei1 wu4 ca1 shang1 +004807 亓春兵#3、栾义杰#1不服#3,提出#1上诉#4。 + qi2 chun1 bing1 luan2 yi4 jie2 bu4 fu2 ti2 chu1 shang4 su4 +004808 飞燕#2恨不得#1要大叫#2实行#1共产#1主义#4。 + fei1 yan4 hen4 bu4 de2 yao4 da4 jiao4 shi2 xing2 gong4 chan2 zhu3 yi4 +004809 来碗#1牛肉面#3、点份#1馄饨#3,挺方便#4。 + lai2 wan3 niu2 rou4 mian4 dian3 fen4 hun2 tun5 ting3 fang1 bian4 +004810 这些#1都让#1周冬雨#3一度#1觉得#1特别#1沮丧#4。 + zhe4 xie1 dou1 rang4 zhou1 dong1 yu3 yi2 du4 jue2 de5 te4 bie2 ju3 sang4 +004811 讲完#1理想#3,我想#2最后#1讲讲#1现实#4。 + jiang3 wan2 li2 xiang3 wo2 xiang3 zui4 hou4 jiang2 jiang3 xian4 shi2 +004812 曾任#2航空兵#1战士#3、排长#2、参谋#2等职#4。 + ceng2 ren4 hang2 kong1 bing1 zhan4 shi4 pai2 zhang3 can1 mou2 deng3 zhi2 +004813 大学生#2气愤地#1甩头#1即走#3,走#1之余#3不忘#1再摔#1一扇门#4。 + da4 xue2 sheng1 qi4 fen4 de5 shuai3 tou2 ji2 zou3 zou3 zhi1 yu2 bu2 wang4 zai4 shuai1 yi2 shan4 men2 +004814 海外#1侨胞#2参政#2、理政#3,立足#1生根的#1意识#2越发#1强烈#4。 + hai3 wai4 qiao2 bao1 can1 zheng4 li3 zheng4 li4 zu2 sheng1 gen1 de5 yi4 shi5 yue4 fa1 qiang2 lie4 +004815 中俄#2是#2山水#1相连的#1友好#1邻邦#3,中俄#1两国#1人民的#1友谊#2源远#1流长#4。 + zhong1 e2 shi4 shan1 shui3 xiang1 lian2 de5 you2 hao3 lin2 bang1 zhong1 e2 liang3 guo2 ren2 min2 de5 you3 yi4 yuan2 yuan3 liu2 chang2 +004816 很多#1名人#2遭到#1这些#1网民#2用#1污秽#1语言#1攻击时#3,都#1选择#1躲起来#4。 + hen3 duo1 ming2 ren2 zao1 dao4 zhe4 xie1 wang3 min2 yong4 wu1 hui4 yu3 yan2 gong1 ji1 shi2 dou1 xuan3 ze2 duo2 qi3 lai2 +004817 千年#1珍藏#2,一朝#1损毁#4。 + qian1 nian2 zhen1 cang2 yi4 zhao1 sun2 hui3 +004818 但#2女司机#2还是#1耸耸肩#1表示#2不会#1吹气#4。 + dan4 nv3 si1 ji1 hai2 shi4 song2 song3 jian1 biao3 shi4 bu2 hui4 chui1 qi4 +004819 火险#1等级#1触顶#3忙坏了#1本市的#1护林#1人员#4。 + huo2 xian2 deng3 ji2 chu4 ding3 mang2 huai4 le5 ben3 shi4 de5 hu4 lin2 ren2 yuan2 +004820 卢桂华#2是#1家中#1唯一的#1“秀才#3”,毕业于#1一所#1中专的#1财会#1专业#4。 + lu2 gui4 hua2 shi4 jia1 zhong1 wei2 yi1 de5 xiu4 cai5 bi4 ye4 yu2 yi4 suo3 zhong1 zhuan1 de5 cai2 kuai4 zhuan1 ye4 +004821 缺乏#1监管的#1预算外#1资金呢#4? + que1 fa2 jian1 guan3 de5 yu4 suan4 wai4 zi1 jin1 ne5 +004822 频繁#1出席#1时尚#1活动的#1蓝燕#3也#1因此#1获封#2“红毯#1女王#1”这一#1称号#4。 + pin2 fan2 chu1 xi2 shi2 shang4 huo2 dong4 de5 lan2 yan4 ye3 yin1 ci3 huo4 feng1 hong2 tan2 nv3 wang2 zhe4 yi4 cheng1 hao4 +004823 想都#1不要想#3,这是#1啥子#1生活喔#4! + xiang3 dou1 bu2 yao4 xiang3 zhe4 shi4 sha2 zi5 sheng1 huo2 o5 +004824 雅典#1称王的#2韩国#1小子#1柳承敏#3有望#2创造#1历史吗#4? + ya2 dian3 cheng1 wang2 de5 han2 guo2 xiao3 zi5 liu3 cheng2 min3 you3 wang4 chuang4 zao4 li4 shi3 ma5 +004825 就如#2孵#1小鸡的#1老母鸡#1一样#1温暖#4。 + jiu4 ru2 fu1 xiao3 ji1 de5 lao2 mu3 ji1 yi2 yang4 wen1 nuan3 +004826 但#2拍摄时#3主演们#2都#1心惊#1胆颤#4。 + dan4 pai1 she4 shi2 zhu2 yan3 men5 dou1 xin1 jing1 dan3 zhan4 +004827 突然#3,飞机#1开始#2左右#1摇晃#1起来#4。 + tu1 ran2 fei1 ji1 kai1 shi2 zuo3 you4 yao2 huang4 qi3 lai5 +004828 我#1幸好#1没有#1遇过#2人用#2花言#1巧语#1哄我#4。 + wo3 xing4 hao3 mei2 you3 yu4 guo4 ren2 yong4 hua1 yan2 qiao2 yu3 hong2 wo3 +004829 今天#2又做的#1特别咸#3,媳妇#1看我#1一眼#3玩#1电脑#1去了#4。 + jin1 tian1 you4 zuo4 de5 te4 bie2 xian2 xi2 fu5 kan4 wo3 yi4 yan3 wan2 dian4 nao3 qu4 le5 +004830 当然#3,公众#1都#1理解#1乳协的#1用心#1良苦#2、舐犊#1情深#4。 + dang1 ran2 gong1 zhong4 dou1 li2 jie2 ru3 xie2 de5 yong4 xin1 liang2 ku3 shi4 du2 qing2 shen1 +004831 现在#2是#1爷爷#1奶奶#1照顾#1小秋蓉#4。 + xian4 zai4 shi4 ye2 ye5 nai3 nai5 zhao4 gu4 xiao3 qiu1 rong2 +004832 要#2黑洞#1图片#2上#1天文网#3。有#1很多#4。 + yao4 hei1 dong4 tu2 pian4 shang4 tian1 wen2 wang3 you2 hen3 duo1 +004833 这个家#2我再也#1忍受#1不下去了#4。 + zhe4 ge5 jia1 wo3 zai4 ye2 ren3 shou4 bu2 xia4 qu4 le5 +004834 推开门#3,一股#1尿臊味#2扑鼻#1而来#4。 + tui1 kai1 men2 yi4 gu3 niao4 sao1 wei4 pu1 bi2 er2 lai2 +004835 我#1看见#2保险杠#1左侧#1掉了#1一块#4。 + wo3 kan4 jian5 bao2 xian3 gang4 zuo3 ce4 diao4 le5 yi2 kuai4 +004836 没关系的#1想#1竞标#3,门儿#2都没有#4。 + mei2 guan1 xi5 de5 xiang3 jing4 biao1 menr2 dou1 mei2 you3 +004837 你#1这么矮#3为什么#1不去#1卖烧饼#4! + ni3 zhe4 me5 ai3 wei4 shen2 me5 bu2 qu4 mai4 shao1 bing3 +004838 回到#1租房#3,两人#1张罗#1鱼火锅#4。 + hui2 dao4 zu1 fang2 liang3 ren2 zhang1 luo5 yu2 huo3 guo1 +004839 西方#1国家#1怀疑#3伊朗#2以#1和平#1利用#1核能#1为#1掩护#3,试图#1发展#2核武器#4。 + xi1 fang1 guo2 jia1 huai2 yi2 yi1 lang2 yi3 he2 ping2 li4 yong4 he2 neng2 wei2 yan3 hu4 shi4 tu2 fa1 zhan3 he2 wu3 qi4 +004840 冷傲的#1表情#2和#1凛冽的#1眼神#3,演绎出#1浓艳的#1氛围#4。 + leng3 ao4 de5 biao3 qing2 he2 lin3 lie4 de5 yan3 shen2 yan3 yi4 chu1 nong2 yan4 de5 fen1 wei2 +004841 强化#2民众#1问责#3,这也是#2行政#1问责#1未来的#1方向#4。 + qiang2 hua4 min2 zhong4 wen4 ze2 zhe4 ye3 shi4 xing2 zheng4 wen4 ze2 wei4 lai2 de5 fang1 xiang4 +004842 他在#2体育#1运动#1方面#2也#1没什么#1可#1夸耀的#1资本#4。 + ta1 zai4 ti3 yu4 yun4 dong4 fang1 mian4 ye3 mei2 shen2 me5 ke3 kua1 yao4 de5 zi1 ben3 +004843 警方#2还#1现场#1扣押了#1三千册#2尚未#1装订#1成册的#2“朱镕基答#2记者问#4”。 + jing3 fang1 hai2 xian4 chang3 kou4 ya1 le5 san1 qian1 ce4 shang4 wei4 zhuang1 ding4 cheng2 ce4 de5 zhu1 rong2 ji1 da2 ji4 zhe3 wen4 +004844 而#2外界#1环境#3也#1是得#1“牛皮癣”的#1重要#1原因#1之一#4。 + er2 wai4 jie4 huan2 jing4 ye3 shi4 de2 niu2 pi2 xuan3 de5 zhong4 yao4 yuan2 yin1 zhi1 yi1 +004845 但#1让人#1哭笑#1不得的#1是#3,游客中#2也#1不乏#2“抠墙皮#2、挖砖块”的#4。 + dan4 rang4 ren2 ku1 xiao4 bu4 de2 de5 shi4 you2 ke4 zhong1 ye3 bu4 fa2 kou1 qiang2 pi2 wa1 zhuan1 kuai4 de5 +004846 老婆#1发现#2我#1脸上#1起了#1个痘#3,死活#1要#1帮我#1挤掉它#3,我说#2还没熟#3,挤了痛#4。 + lao3 po5 fa1 xian4 wo2 lian3 shang4 qi3 le5 ge5 dou4 si3 huo2 yao4 bang1 wo2 ji3 diao4 ta1 wo3 shuo1 hai2 mei2 shou2 ji3 le5 tong4 +004847 假如#2真有#1这种人#3我#1宁愿#1去#1尝他#1导弹的#1滋味#4。 + jia3 ru2 zhen1 you3 zhe4 zhong3 ren2 wo3 ning4 yuan4 qu4 chang2 ta1 dao3 dan4 de5 zi1 wei4 +004848 汉阳#2楚才#1中学的#1女教师#2却#1没有#1机会#1展现#1丝袜#1美腿了#4。 + han4 yang2 chu3 cai2 zhong1 xue2 de5 nv3 jiao4 shi1 que4 mei2 you3 ji1 hui4 zhan3 xian4 si1 wa4 mei2 tui3 le5 +004849 经#1检查#3,长在#1贾#1卵巢内的#1肿瘤#3很可能#1为#1恶性#4。 + jing1 jian3 cha2 zhang3 zai4 jia2 luan3 chao2 nei4 de5 zhong3 liu2 hen2 ke3 neng2 wei2 e4 xing4 +004850 他们#1身穿#2白色#1运动衣#3,个个#1精神#1抖擞#4。 + ta1 men5 shen1 chuan1 bai2 se4 yun4 dong4 yi1 ge4 ge5 jing1 shen2 dou2 sou3 +004851 卡尔法#1尼亚#1认为#3,街头#1卖淫#1是#1可耻的#1事情#4。 + ka2 er2 fa3 ni2 ya4 ren4 wei2 jie1 tou2 mai4 yin2 shi4 ke2 chi3 de5 shi4 qing5 +004852 但是#2丁可儿#2一直#1沉默#3,对#1出走的#1事情#2只字#1不提#4。 + dan4 shi4 ding1 ke3 er2 yi4 zhi2 chen2 mo4 dui4 chu1 zou3 de5 shi4 qing5 zhi1 zi4 bu4 ti2 +004853 这里#1是#1埃及#1第一批#1王朝的#1墓地#4。 + zhe4 li3 shi4 ai1 ji2 di4 yi1 pi1 wang2 chao2 de5 mu4 di4 +004854 他#1快速#1镊住#1两张钱#3,攥在#1手心#2捏成团#3,镊子#2收进#1袖子#4。 + ta1 kuai4 su4 nie4 zhu4 liang3 zhang1 qian2 zuan4 zai4 shou3 xin1 nie1 cheng2 tuan2 nie4 zi5 shou1 jin4 xiu4 zi5 +004855 不久#1以后#3,王红#2和#1丈夫#1离婚#4。 + bu4 jiu2 yi3 hou4 wang2 hong2 he2 zhang4 fu5 li2 hun1 +004856 不是#3,我游#1一圈#1就喂#1一口#3,我#1觉得#1这样#2特像#1海洋#1馆里#1训海豚#4! + bu2 shi4 wo3 you2 yi4 quan1 jiu4 wei4 yi4 kou3 wo3 jue2 de5 zhe4 yang4 te4 xiang4 hai3 yang2 guan2 li3 xun4 hai3 tun2 +004857 我在#1旁边喊#2掐人中#1掐人中#4。 + wo3 zai4 pang2 bian1 han3 qia1 ren2 zhong1 qia1 ren2 zhong1 +004858 空军#1基地#2开始#2一年#1一度的#1防疫#1注射#3,由于#1人多#3,他们#1请兽医#1来帮忙#4。 + kong1 jun1 ji1 di4 kai1 shi3 yi4 nian2 yi2 du4 de5 fang2 yi4 zhu4 she4 you2 yu2 ren2 duo1 ta1 men5 qing3 shou4 yi1 lai2 bang1 mang2 +004859 专家#1分析#1认为#3,中国#1国防#1部长#2访美#3意在#2化解#1疑虑#4。 + zhuan1 jia1 fen1 xi1 ren4 wei2 zhong1 guo2 guo2 fang2 bu4 zhang3 fang2 mei3 yi4 zai4 hua4 jie3 yi2 lv4 +004860 她#1不喜欢#1交际#3,应酬#2能推#1则推#4。 + ta1 bu4 xi3 huan5 jiao1 ji4 ying4 chou5 neng2 tui1 ze2 tui1 +004861 是否#1因此#1遇到#1烦恼#3,有#1什么#1经验#2或#1教训#3,都#1请给#1商报#1说说#4。 + shi4 fou3 yin1 ci3 yu4 dao4 fan2 nao3 you3 shen2 me5 jing1 yan4 huo4 jiao4 xun4 dou1 qing2 gei3 shang1 bao4 shuo1 shuo5 +004862 在#1深坑#1两边#3,还未#1塌陷的#1路面下#3,夯土#2也已被#1淘空#4。 + zai4 shen1 keng1 liang3 bian1 hai2 wei4 ta1 xian4 de5 lu4 mian4 xia4 hang1 tu3 ye2 yi3 bei4 tao2 kong1 +004863 老郑说#3,他#1考虑#2把#1大鲤鱼#2煮给#1大家#1吃掉#3,不知#2营养#1咋样#4。 + lao3 zheng4 shuo1 ta1 kao3 lv4 ba3 da4 li3 yu2 zhu2 gei3 da4 jia1 chi1 diao4 bu4 zhi1 ying2 yang2 za3 yang4 +004864 平房#1后面的#1山坡上#3,几名#1男子#2正拎着#1矿灯#2往#1山上爬#4。 + ping2 fang2 hou4 mian4 de5 shan1 po1 shang4 ji3 ming2 nan2 zi3 zheng4 lin1 zhe5 kuang4 deng1 wang3 shan1 shang4 pa2 +004865 以至于#2彻普泰#1撞线时#3,连#2记者#1都#1搞不#1清楚#2“这家伙#1是谁#4”。 + yi3 zhi4 yu2 che4 pu3 tai4 zhuang4 xian4 shi2 lian2 ji4 zhe3 dou1 gao3 bu4 qing1 chu3 zhe4 jia1 huo5 shi4 shui2 +004866 给你#1讲#1几遍了#1你还#1不会#3,你的#1脑袋#2让驴#1踢了#4? + gei2 ni3 jiang2 ji3 bian4 le5 ni3 hai2 bu2 hui4 ni3 de5 nao3 dai5 rang4 lv2 ti1 le5 +004867 气愤#1之下#3,年轻的#1女婿#2竟持#1扁担#1将#1岳母#2打成#1重伤#4。 + qi4 fen4 zhi1 xia4 nian2 qing1 de5 nv3 xu4 jing4 chi2 bian3 dan4 jiang1 yue4 mu2 da3 cheng2 zhong4 shang1 +004868 虽然#2保住#1一条命#3,但#1脊椎骨#1多处#1骨折#3,脊神经#2毁损#1严重#4。 + sui1 ran2 bao3 zhu4 yi4 tiao2 ming4 dan4 ji3 zhui1 gu3 duo1 chu4 gu3 zhe2 ji3 shen2 jing1 hui2 sun3 yan2 zhong4 +004869 张信哲#2看到#1数学题#2就#1傻眼#1张嘴#3,只好#1向#1小朋友#1求救#4。 + zhang1 xin4 zhe2 kan4 dao4 shu4 xue2 ti2 jiu4 sha2 yan3 zhang1 zui3 zhi2 hao3 xiang4 xiao3 peng2 you5 qiu2 jiu4 +004870 图为#2交警#2在#2王府井#1路口#2冒雪#1指挥#1交通#4。 + tu2 wei2 jiao1 jing3 zai4 wang2 fu2 jing3 lu4 kou3 mao4 xue2 zhi3 hui1 jiao1 tong1 +004871 一个#2古董#1贩子#3、一个#1银匠#3和#1一个#1木匠#3,走到了#1一起#4。 + yi2 ge5 gu2 dong3 fan4 zi5 yi2 ge5 yin2 jiang4 he2 yi2 ge5 mu4 jiang4 zou3 dao4 le5 yi4 qi3 +004872 那你#1还想#1看多远#4? + na4 ni3 hai2 xiang3 kan4 duo1 yuan3 +004873 人命#1关天#3,医托#2应该是#1过街#1老鼠#3,人人#1都有#1喊打的#1责任#4。 + ren2 ming4 guan1 tian1 yi1 tuo1 ying1 gai1 shi4 guo4 jie1 lao2 shu3 ren2 ren2 dou1 you3 han2 da3 de5 ze2 ren4 +004874 这样#2不至于#1让您#1飘飘#1欲仙#3,更#1不至于#1让#1同事们#1发现#2您#1中奖的事#4。 + zhe4 yang4 bu2 zhi4 yu2 rang4 nin2 piao1 piao1 yu4 xian1 geng4 bu2 zhi4 yu2 rang4 tong2 shi4 men5 fa1 xian4 nin2 zhong4 jiang3 de5 shi4 +004875 随后#2爆料人#1称#3张彦的#1公公#2在#1北京#1、三亚#1等地#3拥有#1大量#1房产#4。 + sui2 hou4 bao4 liao4 ren2 cheng1 zhang1 yan4 de5 gong1 gong5 zai4 bei3 jing1 san1 ya4 deng3 di4 yong1 you3 da4 liang4 fang2 chan3 +004876 映着#1一闪#1一闪的#1光亮#3,我才#1发现#2她#1粗糙的#1手上#2戴着个#1大金#1戒指#4。 + ying4 zhe5 yi4 shan3 yi4 shan3 de5 guang1 liang4 wo3 cai2 fa1 xian4 ta1 cu1 cao1 de5 shou3 shang4 dai4 zhe5 ge5 da4 jin1 jie4 zhi5 +004877 昨日#3,在#1动物园的#1育婴室#3,育婴#1箱中#2憨态#1可掬的#1虎宝宝#1“妞妞#4”。 + zuo2 ri4 zai4 dong4 wu4 yuan2 de5 yu4 ying1 shi4 yu4 ying1 xiang1 zhong1 han1 tai4 ke3 ju1 de5 hu2 bao3 bao5 niu1 niu5 +004878 且#1两幅#1用地#2均按#1规定#2批予#1出价#1最高的#1投标者#4。 + qie2 liang3 fu2 yong4 di4 jun1 an4 gui1 ding4 pi1 yu3 chu1 jia4 zui4 gao1 de5 tou2 biao1 zhe3 +004879 很显然#3,买家#1即便#1瞎编#1一个#1号码#3,摊主#2也#1无从#1查证#4。 + hen2 xian3 ran2 mai3 jia1 ji2 bian4 xia1 bian1 yi2 ge5 hao4 ma3 tan1 zhu2 ye3 wu2 cong2 cha2 zheng4 +004880 组织者#1阿里#1承认说#3,这是#1他们#2“无法#1应对#3”咖喱#1过辣#2导致的#1问题#4。 + zu3 zhi1 zhe3 a1 li3 cheng2 ren4 shuo1 zhe4 shi4 ta1 men5 wu2 fa3 ying4 dui4 ga1 li5 guo4 la4 dao3 zhi4 de5 wen4 ti2 +004881 有#1洗衣机#3,我就#1偷会#1懒吧#4。 + you2 xi3 yi1 ji1 wo3 jiu4 tou1 hui4 lan3 ba5 +004882 一到#1北平#3便#1陷入#1应酬的#1漩涡#4。 + yi2 dao4 bei3 ping2 bian4 xian4 ru4 ying4 chou5 de5 xuan2 wo1 +004883 每斤#2才#1九块五#3,还能#1讲价#4。 + mei3 jin1 cai2 jiu3 kuai4 wu3 hai2 neng2 jiang3 jia4 +004884 汤某#1看后#2心中#1非常#1愤怒#3,便#1产生#1报复#1公公的#1恶念#4。 + tang1 mou3 kan4 hou4 xin1 zhong1 fei1 chang2 fen4 nu4 bian4 chan3 sheng1 bao4 fu5 gong1 gong5 de5 e4 nian4 +004885 理查森#2甚至#1没能#1获准#2探访#1格罗斯#4。 + li3 cha2 sen1 shen4 zhi4 mei2 neng2 huo4 zhun3 tan4 fang3 ge2 luo2 si1 +004886 砍剩的#1树桩#3,又#1萌生出#1许许#1多多的#1嫩芽来#4。 + kan3 sheng4 de5 shu4 zhuang1 you4 meng2 sheng1 chu1 xu2 xu3 duo1 duo1 de5 nen4 ya2 lai2 +004887 就算#2生活#1只是个#1杯具#3,我也要#1做个#1上品#1青花瓷#1杯具#4。 + jiu4 suan4 sheng1 huo2 zhi3 shi4 ge5 bei1 ju4 wo2 ye3 yao4 zuo4 ge5 shang4 pin3 qing1 hua1 ci2 bei1 ju4 +004888 难道#2嫌我#1不好看#3?不过#2我#1心灵美哦#4。 + nan2 dao4 xian2 wo3 bu4 hao3 kan4 bu2 guo4 wo3 xin1 ling2 mei3 o5 +004889 就像#1鱼翅#3扎到了#1喉咙里#4。 + jiu4 xiang4 yu2 chi4 zha1 dao4 le5 hou2 long5 li3 +004890 要是#1你的车#2坏在#1路上呢#4? + yao4 shi4 ni3 de5 che1 huai4 zai4 lu4 shang5 ne5 +004891 费明仪#2则用#2荣幸#2、高兴#2、兴奋#2几个#1字眼#3,形容#1她的#1感受#1和#1心情#4。 + fei4 ming2 yi2 ze2 yong4 rong2 xing4 gao1 xing4 xing1 fen4 ji3 ge5 zi4 yan3 xing2 rong2 ta1 de5 gan3 shou4 he2 xin1 qing2 +004892 梦想#1一定#1要有#3,万一#1实现了#1呢#4? + meng4 xiang3 yi2 ding4 yao4 you3 wan4 yi1 shi2 xian4 le5 ne5 +004893 呵呵#1这词#2最有#1内涵了#4。 + he1 he1 zhe4 ci2 zui4 you3 nei4 han2 le5 +004894 周忠扬#2头部#2、左脚#1受伤#4。 + zhou1 zhong1 yang2 tou2 bu4 zuo2 jiao3 shou4 shang1 +004895 这#1才是#1可行的#1编程#1语言#3,它#1更具#1伸缩性#4。 + zhe4 cai2 shi4 ke3 xing2 de5 bian1 cheng2 yu3 yan2 ta1 geng4 ju4 shen1 suo1 xing4 +004896 许多#1房奴#2成为#1躲避#1房产#2被#1没收#1骗局的#1受害者#4。 + xu3 duo1 fang2 nu2 cheng2 wei2 duo3 bi4 fang2 chan3 bei4 mo4 shou1 pian4 ju2 de5 shou4 hai4 zhe3 +004897 茶暖手#3,爱暖心#4。 + cha2 nuan2 shou3 ai4 nuan3 xin1 +004898 反正#1我#1不愿#1相信#4。 + fan3 zheng4 wo3 bu2 yuan4 xiang1 xin4 +004899 那就#2关门#1退休喽#4。 + na4 jiu4 guan1 men2 tui4 xiu1 lou5 +004900 他们#1走上#2各地#1街头#3,呼喊#2反美#1口号#3,高举#2反美#1标语#4。 + ta1 men5 zou3 shang4 ge4 di4 jie1 tou2 hu1 han3 fan2 mei2 kou3 hao4 gao1 ju3 fan2 mei3 biao1 yu3 +004901 婚是#1离了#3,但#1关系#2远没有#1撇清#3,公司里#2仍#1不断#1有#1债主#1前来#1要债#4。 + hun1 shi4 li2 le5 dan4 guan1 xi5 yuan3 mei2 you2 pie3 qing1 gong1 si1 li3 reng2 bu2 duan4 you3 zhai4 zhu3 qian2 lai2 yao4 zhai4 +004902 明明#1是在#1敲背#1按摩#3,非得#1想#1那么多#4。 + ming2 ming2 shi4 zai4 qiao1 bei4 an4 mo2 fei1 dei2 xiang3 na4 me5 duo1 +004903 例如#3,每天#1让她#1穿着#1脏衣服#1上学等#4。 + li4 ru2 mei3 tian1 rang4 ta1 chuan1 zhe5 zang1 yi1 fu5 shang4 xue2 deng3 +004904 皮肤#2比过去#1好#1很多噢#4。 + pi2 fu1 bi3 guo4 qu4 hao2 hen3 duo1 o5 +004905 摘掉#1面具#1后的#1刘晓晔#4。 + zhai1 diao4 mian4 ju4 hou4 de5 liu2 xiao3 ye4 +004906 如何#1增强#1消费者#2对于#1国产#1品牌的#1信心#4? + ru2 he2 zeng1 qiang2 xiao1 fei4 zhe3 dui4 yu2 guo2 chan2 pin3 pai2 de5 xin4 xin1 +004907 爸#3:“你蠢啊#3,鸡的#1爪子#1这么#1锋利#3,擦#1屁屁的#1时候#3容易#1把#1屁屁#1刮伤了#4…” + ba4 ni2 chun3 a5 ji1 de5 zhua3 zi5 zhe4 me5 feng1 li4 ca1 pi4 pi5 de5 shi2 hou4 rong2 yi4 ba3 pi4 pi5 gua1 shang1 le5 +004908 现#1藏于#1北京#1故宫的#1“乾隆#1宝薮”中#3有#1这件#1玉玺的#1明确#1著录#4。 + xian4 cang2 yu2 bei3 jing1 gu4 gong1 de5 qian2 long2 bao2 sou3 zhong1 you3 zhe4 jian4 yu4 xi3 de5 ming2 que4 zhu4 lu4 +004909 孟某#2突然#1搂住#1丝丝#3,然后#1亲吻她#4。 + meng4 mou3 tu1 ran2 lou3 zhu4 si1 si1 ran2 hou4 qin1 wen3 ta1 +004910 虎腿#2迈着#1青云步#3,虎头#2顶着#1好仕途#4。 + hu2 tui3 mai4 zhe5 qing1 yun2 bu4 hu3 tou2 ding3 zhe5 hao3 shi4 tu2 +004911 买的#1股票#2又#2跌停了#3,没有#1那个#1命啊#4! + mai3 de5 gu3 piao4 you4 die1 ting2 le5 mei2 you3 na4 ge5 ming4 a5 +004912 随后#3,耿谆#2被#1日方#1判处#1无期#1徒刑#4。 + sui2 hou4 geng3 zhun1 bei4 ri4 fang1 pan4 chu3 wu2 qi1 tu2 xing2 +004913 怎么#1不改改#1有些人#1眼红的#1心态呢#4! + zen3 me5 bu4 gai2 gai2 you3 xie1 ren2 yan3 hong2 de5 xin1 tai4 ne5 +004914 不错#3,爱#2乃是#1抽象的#1东西#3,要活#1就要吃#3,又有吃#1又有#1爱#3日子#1才会#1精彩#4。 + bu2 cuo4 ai4 nai3 shi4 chou1 xiang4 de5 dong1 xi5 yao4 huo2 jiu4 yao4 chi1 you4 you3 chi1 you4 you3 ai4 ri4 zi5 cai2 hui4 jing1 cai3 +004915 李某#2系#1东乌#1珠穆#1沁旗#1满都#1镇人#3,是#2个体#1经营#1商户#4。 + li2 mou3 xi4 dong1 wu1 zhu1 mu4 qin4 qi2 man3 du1 zhen4 ren2 shi4 ge4 ti3 jing1 ying2 shang1 hu4 +004916 这是#2自#1一九七三#1年来#3,女王#1首次#1缺席#1该#1会议#4。 + zhe4 shi4 zi4 yi1 jiu3 qi1 san1 nian2 lai2 nv3 wang2 shou3 ci4 que1 xi2 gai1 hui4 yi4 +004917 不过#2有时#2徐子淇#2也会#1吃到闷#3,故会#2转吃#1姜炒饭#4。 + bu2 guo4 you3 shi2 xu2 zi3 qi2 ye3 hui4 chi1 dao4 men4 gu4 hui4 zhuan3 chi1 jiang1 chao3 fan4 +004918 精华#2仍在#1提炼#3,脚本#2即将#1出膛#4。 + jing1 hua2 reng2 zai4 ti2 lian4 jiao2 ben3 ji2 jiang1 chu1 tang2 +004919 这#1一幕幕#2宣告#1南广#1高铁#2迎来#2上砟#1上枕的#1施工#1高潮#4。 + zhe4 yi2 mu4 mu4 xuan1 gao4 nan2 guang3 gao1 tie3 ying2 lai2 shang4 zha3 shang4 zhen3 de5 shi1 gong1 gao1 chao2 +004920 小女孩#2看他#1冲自己#1眨眼睛#3,羞涩地#1咧嘴笑#3,说#3“我#1喜欢他#4”。 + xiao2 nv3 hai2 kan4 ta1 chong4 zi4 ji3 zha2 yan3 jing1 xiu1 se4 de5 lie2 zui3 xiao4 shuo1 wo2 xi3 huan1 ta1 +004921 话说#2我#1二姨#3当年#1为了#1摘#1人家#1家里的#1杏子#3,把#1人家#1家里的猪#2给放了#4! + hua4 shuo1 wo3 er4 yi2 dang1 nian2 wei4 le5 zhai1 ren2 jia1 jia1 li3 de5 xing4 zi5 ba3 ren2 jia5 jia1 li3 de5 zhu1 gei3 fang4 le5 +004922 周伟思#3自称#1信佛#3,在家#1供奉#1有#1菩萨#3,每天#2在家#2烧香#1拜佛#4。 + zhou1 wei3 si1 zi4 cheng1 xin4 fo2 zai4 jia1 gong4 feng4 you3 pu2 sa5 mei3 tian1 zai4 jia1 shao1 xiang1 bai4 fo2 +004923 引导#1读者#1欣赏#1刊登的#1文章#3,而#1不是#1迎合#1读者#1低俗#1趣味#3刊登的#1文章#4。 + yin2 dao3 du2 zhe3 xin1 shang3 kan1 deng1 de5 wen2 zhang1 er2 bu2 shi4 ying2 he2 du2 zhe3 di1 su2 qu4 wei4 kan1 deng1 de5 wen2 zhang1 +004924 自从#2跟着#1冯巩#1上了#1春晚#3,他#1在外#1活动#2就#1经常#1打着#1冯巩的#1招牌#4。 + zi4 cong2 gen1 zhe5 feng2 gong3 shang4 le5 chun1 wan3 ta1 zai4 wai4 huo2 dong4 jiu4 jing1 chang2 da3 zhe5 feng2 gong3 de5 zhao1 pai2 +004925 一二线#1城市#3大有#1地王#1卷土#1重来#1之势#4。 + yi1 er4 xian4 cheng2 shi4 da4 you3 di4 wang2 juan2 tu3 chong2 lai2 zhi1 shi4 +004926 春运#1“挖潜#3”,高速#1公路#3也应#1进一步#1释放#1通行#1能力#4。 + chun1 yun4 wa1 qian2 gao1 su4 gong1 lu4 ye3 ying1 jin4 yi2 bu4 shi4 fang4 tong1 xing2 neng2 li4 +004927 话#1一出口#1就#1懊悔#3,这#1摆明#2是对#1谢景渊#2和#1饼干的#2看不起#4。 + hua4 yi4 chu1 kou3 jiu4 ao4 hui3 zhe4 bai3 ming2 shi4 dui4 xie4 jing3 yuan1 he2 bing3 gan1 de5 kan4 bu5 qi3 +004928 去年#2她因爆#1陈乐榣#2借钱#1不还后#3三成员#1反目#4。 + qu4 nian2 ta1 yin1 bao4 chen2 le4 yao2 jie4 qian2 bu4 huan2 hou4 san1 cheng2 yuan2 fan3 mu4 +004929 比斯库#2在#1苏联#1扶植的#1匈牙利#1傀儡#1政府中#3担任#2内政#1部长#4。 + bi3 si1 ku4 zai4 su1 lian2 fu2 zhi2 de5 xiong1 ya2 li4 kui2 lei3 zheng4 fu3 zhong1 dan1 ren4 nei4 zheng4 bu4 zhang3 +004930 而据#1另一#1知情#1人士#1透露#3,女生的#1死亡#2系吃#1堕胎药#1所致#4。 + er2 ju4 ling4 yi4 zhi1 qing2 ren2 shi4 tou4 lu4 nv3 sheng1 de5 si3 wang2 xi4 chi1 duo4 tai1 yao4 suo3 zhi4 +004931 把#1“隐形狗#2”用到#1环保的#1概念中#3,在#1成都#2还是#1第一次#4。 + ba2 yin3 xing2 gou3 yong4 dao4 huan2 bao3 de5 gai4 nian4 zhong1 zai4 cheng2 du1 hai2 shi4 di4 yi1 ci4 +004932 呼吁#1多年的#1三网#1合一#1问题#3为何#1长期#1悬而#1未决#4? + hu1 yu4 duo1 nian2 de5 san1 wang3 he2 yi1 wen4 ti2 wei4 he2 chang2 qi1 xuan2 er2 wei4 jue2 +004933 张琰明#2来个#1迅疾的#1回马枪#3:我有#1三个#1条件#4。 + zhang1 yan3 ming2 lai2 ge5 xun4 ji2 de5 hui2 ma3 qiang1 wo2 you3 san1 ge5 tiao2 jian4 +004934 今年#1夏季#1双抢#1期间#3,莆田市#2大型#1农机户#3享受#2优先#1灌桶#1购油的#1待遇#4。 + jin1 nian2 xia4 ji4 shuang1 qiang3 qi1 jian1 pu2 tian2 shi4 da4 xing2 nong2 ji1 hu4 xiang3 shou4 you1 xian1 guan4 tong3 gou4 you2 de5 dai4 yu4 +004935 人员#1冗余#3便是#1一种#2典型的#1表象#4。 + ren2 yuan2 rong3 yu2 bian4 shi4 yi4 zhong2 dian3 xing2 de5 biao3 xiang4 +004936 他#1表示#3,现在#1医保#1基金#1部门#3,是#1越省#1越好#4。 + ta1 biao3 shi4 xian4 zai4 yi1 bao3 ji1 jin1 bu4 men2 shi4 yue4 sheng3 yue4 hao3 +004937 这个#3不可以#1随便#1乱叫的吧#4! + zhe4 ge5 bu4 ke2 yi3 sui2 bian4 luan4 jiao4 de5 ba5 +004938 罗布泊#2位于#1新疆#2塔里木#1盆地#1东北部#3、若羌县#1境内#4。 + luo2 bu4 po1 wei4 yu2 xin1 jiang1 ta2 li3 mu4 pen2 di4 dong1 bei3 bu4 ruo4 qiang1 xian4 jing4 nei4 +004939 当#2魏云科#1迎接#1记者时#3,记者#1发现#1他#1走路#2一瘸#1一拐#4。 + dang1 wei4 yun2 ke1 ying2 jie1 ji4 zhe3 shi2 ji4 zhe3 fa1 xian4 ta1 zou3 lu4 yi4 que2 yi4 guai3 +004940 正当#2俞小凡#1酝酿#1复出时#3,便#1遭遇#1老公#1“劈腿#1”事件#4。 + zheng4 dang1 yu2 xiao3 fan2 yun4 niang4 fu4 chu1 shi2 bian4 zao1 yu4 lao3 gong1 pi1 tui3 shi4 jian4 +004941 她说#2投票时#3挑了#1自己#2和#1尤荫荫#1出局#3,事后#2她后悔#1挑了#1自己#4。 + ta1 shuo1 tou2 piao4 shi2 tiao1 le5 zi4 ji3 he2 you2 yin1 yin1 chu1 ju2 shi4 hou4 ta1 hou4 hui3 tiao1 le5 zi4 ji3 +004942 古都#1北京#2,是#1祖宗#1留给#1我们的#1宝贵#1财富#4。 + gu3 du1 bei3 jing1 shi4 zu3 zong1 liu2 gei2 wo3 men5 de5 bao3 gui4 cai2 fu4 +004943 其三#3,七月#2新增#1财政#1存款#3或#1再现#1季节性#1增长#4。 + qi2 san1 qi1 yue4 xin1 zeng1 cai2 zheng4 cun2 kuan3 huo4 zai4 xian4 ji4 jie2 xing4 zeng1 zhang3 +004944 同事的#1车牌#1被偷了#3,贼#1要他#1用钱#1赎回#4。 + tong2 shi4 de5 che1 pai2 bei4 tou1 le5 zei2 yao4 ta1 yong4 qian2 shu2 hui2 +004945 但是#2松鼠#1也啃食#2核桃#2、松子#1等果实#3,造成#1一定的#1果实#1浪费#4。 + dan4 shi4 song1 shu3 ye2 ken3 shi2 he2 tao5 song1 zi3 deng2 guo3 shi2 zao4 cheng2 yi2 ding4 de5 guo3 shi2 lang4 fei4 +004946 当然#3,打捞#2核潜艇的#1费用#1不菲#4。 + dang1 ran2 da3 lao1 he2 qian2 ting3 de5 fei4 yong5 bu4 fei3 +004947 季莫#1申科#2一周前#2发动#1绝食#1抗议#3,称#1遭到#1监狱#1虐待#4。 + ji4 mo4 shen1 ke1 yi4 zhou1 qian2 fa1 dong4 jue2 shi2 kang4 yi4 cheng1 zao1 dao4 jian1 yu4 nve4 dai4 +004948 他#1毕生#2反对#2破坏#1统一#3、分裂#1祖国的#2汉奸#1卖国贼#4。 + ta1 bi4 sheng1 fan3 dui4 po4 huai4 tong3 yi1 fen1 lie4 zu3 guo2 de5 han4 jian1 mai4 guo2 zei2 +004949 儿子#3:那#1爱迪生的#1爸爸#3怎么#1不发明#1电灯呢#4。 + er2 zi5 na4 ai4 di2 sheng1 de5 ba4 ba5 zen3 me5 bu4 fa1 ming2 dian4 deng1 ne5 +004950 招待#1朋友#2却#1都是#1好吃#1好喝#3,从不#1吝啬#4。 + zhao1 dai4 peng2 you5 que4 dou1 shi4 hao3 chi1 hao3 he1 cong2 bu2 lin4 se4 +004951 目前#2尚无#1确凿#1证据#2显示#1此案#2与#1顺吉#1集团#1有关联#4。 + mu4 qian2 shang4 wu2 que4 zao2 zheng4 ju4 xian3 shi4 ci3 an4 yu3 shun4 ji2 ji2 tuan2 you3 guan1 lian2 +004952 吕明玉#3成为#1我省#2第一个#2两次#1捐髓#1救助#1他人的#1志愿者#4。 + lv3 ming2 yu4 cheng2 wei2 wo2 sheng3 di4 yi1 ge5 liang3 ci4 juan1 sui3 jiu4 zhu4 ta1 ren2 de5 zhi4 yuan4 zhe3 +004953 尾巴#1摇摆着#2乞求#1蛇头#2,说#3,救救#1我们吧#3,我的#1吵闹#2真是#1太#2无聊了#4! + wei3 ba5 yao2 bai3 zhe5 qi3 qiu2 she2 tou2 shuo1 jiu4 jiu5 wo3 men5 ba5 wo3 de5 chao3 nao4 zhen1 shi4 tai4 wu2 liao2 le5 +004954 运动场上#2叱咤#1风云的#1佟文#3,生活中#2却有着#1鲜为#1人知的#1另一面#4。 + yun4 dong4 chang3 shang4 chi4 zha4 feng1 yun2 de5 tong2 wen2 sheng1 huo2 zhong1 que4 you3 zhe5 xian3 wei2 ren2 zhi1 de5 ling4 yi2 mian4 +004955 我#1赶紧#1去#1哄她#3,隔着#1门缝#1看她#3,说些#2不搭#1边的#1话#1逗她#4。 + wo3 gan2 jin3 qu4 hong3 ta1 ge2 zhe5 men2 feng4 kan4 ta1 shuo1 xie1 bu4 da1 bian1 de5 hua4 dou4 ta1 +004956 五辐式#2合金#1轮毂#1造型#1很硬朗#3,力量感#1十足#4。 + wu3 fu2 shi4 he2 jin1 lun2 gu3 zao4 xing2 hen3 ying4 lang3 li4 liang4 gan3 shi2 zu2 +004957 海狗#2全身#1覆盖着#1绒毛#3,脸#1很短#4。 + hai2 gou3 quan2 shen1 fu4 gai4 zhe5 rong2 mao2 lian3 hen2 duan3 +004958 这场#2跨年夜#1晚会#3更像#1一场#2私人#1派对#4。 + zhe4 chang3 kua4 nian2 ye4 wan3 hui4 geng4 xiang4 yi4 chang3 si1 ren2 pai4 dui4 +004959 汤文元#1说#3,卢俊卿#2当时#1工作#1很#1积极#3,而且#2很会#1积攒#1人脉#4。 + tang1 wen2 yuan2 shuo1 lu2 jun4 qing1 dang1 shi2 gong1 zuo4 hen3 ji1 ji2 er2 qie2 hen3 hui4 ji1 zan3 ren2 mai4 +004960 警察#2都#1熬夜多#3,所以#1好容易#2有个#1休息日#3,多半#2是#1多睡会儿#4。 + jing3 cha2 dou1 ao2 ye4 duo1 suo2 yi2 hao3 rong2 yi4 you3 ge5 xiu1 xi5 ri4 duo1 ban4 shi4 duo1 shui4 huir3 +004961 当#1一个人#1错了的#1时候#3,他#1妥协#1退却了#3,他是#1明智的#4。 + dang1 yi2 ge5 ren2 cuo4 le5 de5 shi2 hou4 ta1 tuo3 xie2 tui4 que4 le5 ta1 shi4 ming2 zhi4 de5 +004962 诗人#1一听#3,顿时#1把与#1雨翔的#1怨恨#1忘记#3,拉住#1社长的手#3:拜托了#4。 + shi1 ren2 yi4 ting1 dun4 shi2 ba2 yu2 yu3 xiang2 de5 yuan4 hen4 wang4 ji4 la1 zhu4 she4 zhang3 de5 shou3 bai4 tuo1 le5 +004963 抹布#2也是#1很有#1用的哟#4! + ma1 bu4 ye3 shi4 hen2 you3 yong4 de5 yo5 +004964 偶尔#2我们#1也会#1吵吵架#4。 + ou2 er2 wo3 men5 ye3 hui4 chao2 chao3 jia4 +004965 但对#2万达#1来说#3,跨界#1棋局#3才#1刚刚#1开始#4。 + dan4 dui4 wan4 da2 lai2 shuo1 kua4 jie4 qi2 ju2 cai2 gang1 gang1 kai1 shi3 +004966 三是要#2匡正好#1风气#4。 + san1 shi4 yao4 kuang1 zheng4 hao3 feng1 qi4 +004967 南开#2永远#1年轻#3,她的#1学生#2也都#1充满#1活力#4。 + nan2 kai1 yong2 yuan3 nian2 qing1 ta1 de5 xue2 sheng1 ye3 dou1 chong1 man3 huo2 li4 +004968 怎么#1爱你#1都不#1嫌多#4。 + zen3 me5 ai4 ni3 dou1 bu4 xian2 duo1 +004969 徐威#2当场#1拧着了#1火炬#3,却没#1伸手#1去点#4。 + xu2 wei1 dang1 chang2 ning3 zhao2 le5 huo3 ju4 que4 mei2 shen1 shou3 qu4 dian3 +004970 扔完鞋#3,接着#1回应#4。 + reng1 wan2 xie2 jie1 zhe5 hui2 ying4 +004971 你想#1怎样啦#4? + ni2 xiang2 zen3 yang4 la5 +004972 整#1那么快#2干嘛#4。 + zheng3 na4 me5 kuai4 gan4 ma2 +004973 东北网#2将#1持续#1关注#2穆棱河#1流域#1污染#1问题#4。 + dong1 bei2 wang3 jiang1 chi2 xu4 guan1 zhu4 mu4 leng2 he2 liu2 yu4 wu1 ran3 wen4 ti2 +004974 学会#2劳逸#1结合#4。 + xue2 hui4 lao2 yi4 jie2 he2 +004975 知道呀#3国民#1老公嘛#4。 + zhi1 dao4 ya5 guo2 min2 lao3 gong1 ma5 +004976 我会玩#1很多#2游戏呢#4。 + wo3 hui4 wan2 hen3 duo1 you2 xi4 ne5 +004977 你#1想要#1什么#3然后呢#4? + ni2 xiang3 yao4 shen2 me5 ran2 hou4 ne5 +004978 他#1看不到#1我#1跳舞呀#4。 + ta1 kan4 bu2 dao4 wo3 tiao4 wu3 ya5 +004979 你#1也好啊#1美女#4。 + ni2 ye2 hao3 a5 mei2 nv3 +004980 打点的#2到不#1到位#3,将#1直接#1影响到#1销售额#4。 + da2 dian3 de5 dao4 bu2 dao4 wei4 jiang1 zhi2 jie1 ying2 xiang3 dao4 xiao1 shou4 e2 +004981 地铁站#1晕倒的#1男子#4。 + di4 tie3 zhan4 yun1 dao3 de5 nan2 zi3 +004982 如果#1遭遇#2寒流#1突袭#3,供暖#2有#1可能#1将#1提前#4。 + ru2 guo3 zao1 yu4 han2 liu2 tu1 xi2 gong1 nuan3 you2 ke3 neng2 jiang1 ti2 qian2 +004983 这#1都令#2自主#1品牌的#1压力#1骤增#4。 + zhe4 dou1 ling4 zi4 zhu2 pin3 pai2 de5 ya1 li4 zhou4 zeng1 +004984 想交#2高于#1保护价的#1定购粮吗#4? + xiang3 jiao1 gao1 yu2 bao3 hu4 jia4 de5 ding4 gou4 liang2 ma5 +004985 对于#2这一#1判决#1结果#3,李磊#1姥姥#1代理#1律师#2王海阳#1表示#1认可#4。 + dui4 yu2 zhe4 yi2 pan4 jue2 jie2 guo3 li2 lei2 lao3 lao5 dai4 li3 lv4 shi1 wang2 hai3 yang2 biao3 shi4 ren4 ke3 +004986 白发人#1送#1黑发人#3,于芬的#1父母#2于某#1和#1吴某#2一直#1郁郁#1寡欢#4。 + bai2 fa4 ren2 song4 hei1 fa4 ren2 yu2 fen1 de5 fu4 mu3 yu2 mou3 he2 wu2 mou3 yi4 zhi2 yu4 yu4 gua3 huan1 +004987 王教授#3,您这回#1可有了#1独立的#1书房喽#4! + wang2 jiao4 shou4 nin2 zhe4 hui2 ke2 you3 le5 du2 li4 de5 shu1 fang2 lou5 +004988 传授#2实用#1技能#3,帮助#1农民#2掌握#1脱贫#1致富的#1本领#4。 + chuan2 shou4 shi2 yong4 ji4 neng2 bang1 zhu4 nong2 min2 zhang3 wo4 tuo1 pin2 zhi4 fu4 de5 ben2 ling3 +004989 我#1可以#1陪你#1地老#1天荒#3,你却#1非要#1我把#1牢底#1坐穿么#4。 + wo3 ke2 yi3 pei2 ni3 di4 lao3 tian1 huang1 ni3 que4 fei1 yao4 wo2 ba3 lao2 di3 zuo4 chuan1 me5 +004990 而一#1看见#1生人#2,总要#1吼叫#3,谁想#1靠近#1狗宝宝#3,不被咬#1才怪#4。 + er2 yi2 kan4 jian4 sheng1 ren2 zong3 yao4 hou3 jiao4 shei2 xiang3 kao4 jin4 gou2 bao3 bao5 bu2 bei4 yao3 cai2 guai4 +004991 营业#1面积#1大了#3,肉店#1生意#3也就#1方便了#4。 + ying2 ye4 mian4 ji1 da4 le5 rou4 dian4 sheng1 yi4 ye3 jiu4 fang1 bian4 le5 +004992 清早#1起来#3,气味#1大得#1呛鼻子#4。 + qing1 zao2 qi3 lai2 qi4 wei4 da4 de5 qiang4 bi2 zi5 +004993 圆明园#2猪首#1铜像的#1捐款#1回购#3便是#1一成功#1案例#4。 + yuan2 ming2 yuan2 zhu1 shou3 tong2 xiang4 de5 juan1 kuan3 hui2 gou4 bian4 shi4 yi4 cheng2 gong1 an4 li4 +004994 小心耶#3,不好#1意思喔#3,不好#1意思#1跌倒了#4。 + xiao3 xin1 ye5 bu4 hao3 yi4 si5 o5 bu4 hao3 yi4 si5 die1 dao3 le5 +004995 我是#2大方#1温柔的#1巨蟹座#3,有时候#3也会#1有点#1敏感#2和#1脆弱#4。 + wo3 shi4 da4 fang1 wen1 rou2 de5 ju4 xie4 zuo4 you3 shi2 hou4 ye3 hui4 you2 dian3 min2 gan3 he2 cui4 ruo4 +004996 记者#2随后#1询问#1营业员#3,这套#1餐椅#2是否#1为#2全实木的#4? + ji4 zhe3 sui2 hou4 xun2 wen4 ying2 ye4 yuan2 zhe4 tao4 can1 yi3 shi4 fou3 wei2 quan2 shi2 mu4 de5 +004997 戈尔#1巴乔夫#2在#1海参崴#1讲话#3一直#1回避#1这个#1问题#4。 + ge1 er3 ba1 qiao2 fu1 zai4 hai3 shen1 wai2 jiang3 hua4 yi4 zhi2 hui2 bi4 zhe4 ge5 wen4 ti2 +004998 黄依然#2浑身#1发抖#3,一直#1喊冷#4。 + huang2 yi1 ran2 hun2 shen1 fa1 dou3 yi4 zhi2 han2 leng3 +004999 加快#1推进#2轻微#1刮蹭#1事故#3“互碰#1自赔#3”,提高#1当事人#2自行#1解决率#4。 + jia1 kuai4 tui1 jin4 qing1 wei1 gua1 ceng4 shi4 gu4 hu4 peng4 zi4 pei2 ti2 gao1 dang1 shi4 ren2 zi4 xing2 jie3 jue2 lv4 +005000 丹东#2市委#1常委#2、秘书长#1卢秉宇#3出任#2黄金坪#1经济区#1管委会#1主任#4。 + dan1 dong1 shi4 wei3 chang2 wei3 mi4 shu1 zhang3 lu2 bing2 yu3 chu1 ren4 huang2 jin1 ping2 jing1 ji4 qu1 guan2 wei3 hui4 zhu3 ren4 +005001 清洁工#1阿姨#2一边#2打着#1自己的头#2,一边说#3“我#1好笨#3”、“我#1好笨#4”。 + qing1 jie2 gong1 a1 yi2 yi4 bian1 da3 zhe5 zi4 ji3 de5 tou2 yi4 bian1 shuo1 wo2 hao3 ben4 wo2 hao3 ben4 +005002 母熊#2直立着#3,一副#2随时#1要#1扑过来的#1样子#4。 + mu3 xiong2 zhi2 li4 zhe5 yi2 fu4 sui2 shi2 yao4 pu1 guo4 lai2 de5 yang4 zi5 +005003 如果说#2一切#1都是#1钱闹的#3,未免#1有点#2赤裸裸#4。 + ru2 guo3 shuo1 yi2 qie4 dou1 shi4 qian2 nao4 de5 wei4 mian2 you2 dian3 chi4 luo2 luo3 +005004 撒谎的#1孩子#2不能#1当俺#1偶像#3,弃之#4。 + sa1 huang3 de5 hai2 zi5 bu4 neng2 dang1 an2 ou3 xiang4 qi4 zhi1 +005005 周费#2特别#1喜欢#1雅阁#1轿车#3,但#1总#2舍不得买#4。 + zhou1 fei4 te4 bie2 xi3 huan1 ya3 ge2 jiao4 che1 dan4 zong2 she3 bu5 de5 mai3 +005006 作为#1一个#1北欧#1国家#3,气候#1变暖#3对#1挪威#1具有#1很大的#1影响#4。 + zuo4 wei2 yi2 ge5 bei3 ou1 guo2 jia1 qi4 hou4 bian4 nuan3 dui4 nuo2 wei1 ju4 you2 hen3 da4 de5 ying2 xiang3 +005007 走近#2才发现#3,大桥#1已垮塌#4。 + zou3 jin4 cai2 fa1 xian4 da4 qiao2 yi2 kua3 ta1 +005008 你#1找我#1谈心#3——就是#1谈这个#4? + ni3 zhao2 wo3 tan2 xin1 jiu4 shi4 tan2 zhe4 ge5 +005009 第二个#1问题#3,说说#2文化#1思考#4。 + di4 er4 ge5 wen4 ti2 shuo1 shuo1 wen2 hua4 si1 kao3 +005010 本周四#2和#1周五#2平均#1拥堵#1指数#2分别为#2八#2和#1八点五#4。 + ben3 zhou1 si4 he2 zhou1 wu3 ping2 jun1 yong1 du2 zhi3 shu4 fen1 bie2 wei2 ba1 he2 ba1 dian2 wu3 +005011 这些#1机构#2又#1岂会#1放过#2这一#1入货的#1良机#4? + zhe4 xie1 ji1 gou4 you4 qi3 hui4 fang4 guo4 zhe4 yi2 ru4 huo4 de5 liang2 ji1 +005012 辽宁队#3则#1包揽了#1毽球#1比赛#2男#1、女团体#2两个#1一等奖#4。 + liao2 ning2 dui4 ze2 bao1 lan3 le5 jian4 qiu2 bi3 sai4 nan2 nv3 tuan2 ti2 liang3 ge5 yi1 deng2 jiang3 +005013 克拉拉#3,你#1为什么#1在#1大庭#1广众#1之下#2向#1那个#1陌生#1青年#1丢飞吻#4? + ke4 la1 la1 ni3 wei4 shen2 me5 zai4 da4 ting2 guang3 zhong4 zhi1 xia4 xiang4 na4 ge5 mo4 sheng1 qing1 nian2 diu1 fei1 wen3 +005014 他还#1表示#3,贝卢#1斯科尼#2这个#1“傀儡#2必须#1滚蛋#4”。 + ta1 hai2 biao3 shi4 bei4 lu2 si1 ke1 ni2 zhe4 ge5 kui2 lei3 bi4 xu1 gun3 dan4 +005015 刘湘骥#3是#2湖南省#1攸县#3大同#1桥镇#2大板#1米厂#1老板#4。 + liu2 xiang1 ji4 shi4 hu2 nan2 sheng3 you1 xian4 da4 tong2 qiao2 zhen4 da4 ban3 mi2 chang3 lao2 ban3 +005016 李克勤#1大哥#3则在#1微博上#2大晒#1美食#1生蚝#3,网友#1大呼#1胃口好#4。 + li3 ke4 qin2 da4 ge1 ze2 zai4 wei1 bo2 shang4 da4 shai4 mei3 shi2 sheng1 hao2 wang2 you3 da4 hu1 wei4 kou2 hao3 +005017 也请#2广大#1网友#2为#1广东#1文化#1建设#2当好#1参谋#3,多出#1良策#4。 + ye2 qing2 guang3 da4 wang2 you3 wei4 guang3 dong1 wen2 hua4 jian4 she4 dang1 hao3 can1 mou2 duo1 chu1 liang2 ce4 +005018 是否#1准辞#3将待#1调查#1结果#1再说#4。 + shi4 fou2 zhun3 ci2 jiang1 dai4 diao4 cha2 jie2 guo3 zai4 shuo1 +005019 对此#1消息#3吉布森#1方面#2断然#1予以#1否认#3,称其#1纯属#2“荒谬#1杜撰#4”。 + dui4 ci3 xiao1 xi5 ji2 bu4 sen1 fang1 mian4 duan4 ran2 yu2 yi2 fou3 ren4 cheng1 qi2 chun2 shu3 huang1 miu4 du4 zhuan4 +005020 他和#1泰勒#2育有#1两个#1儿子#4。 + ta1 he2 tai4 le4 yu4 you2 liang3 ge5 er2 zi5 +005021 在#1河南#3,为了#1吸引#1考生#3,有的#1培训班#2打出了#3“万元#1包过”的#1招牌#4。 + zai4 he2 nan2 wei4 le5 xi1 yin2 kao3 sheng1 you3 de5 pei2 xun4 ban1 da3 chu1 le5 wan4 yuan2 bao1 guo4 de5 zhao1 pai2 +005022 经历#2爱的#1伤痛#3,终于#2精神#1崩溃#4。 + jing1 li4 ai4 de5 shang1 tong4 zhong1 yu2 jing1 shen2 beng1 kui4 +005023 一#1开始#2很蛮横#3并且#1不给我#1退#4。 + yi4 kai1 shi2 hen3 man2 heng4 bing4 qie3 bu4 gei2 wo3 tui4 +005024 岂能#2坐视#1阿扁#2有#1任何#1片面#1改变#1现状的#1行为#4? + qi3 neng2 zuo4 shi4 a1 bian3 you3 ren4 he2 pian4 mian4 gai3 bian4 xian4 zhuang4 de5 xing2 wei2 +005025 有一次#3,我妈#2拿扫帚#2把#1我的#1屁股#1蛋子#2打的#1红红的#4。 + you3 yi2 ci4 wo3 ma1 na2 sao4 zhou5 ba2 wo3 de5 pi4 gu5 dan4 zi5 da3 de5 hong2 hong2 de5 +005026 第一只#1春羔的#1第一声#1咩叫#3,宛如#1草原#1浪漫曲的#1节奏#4。 + di4 yi1 zhi1 chun1 gao1 de5 di4 yi1 sheng1 mie1 jiao4 wan3 ru2 cao3 yuan2 lang4 man4 qu3 de5 jie2 zou4 +005027 就#1炒菜#2少放#1点油吧#3,反正#2高油#1食品#3本来#1就不#1健康#4。 + jiu4 chao3 cai4 shao3 fang4 dian3 you2 ba5 fan3 zheng4 gao1 you2 shi2 pin3 ben3 lai2 jiu4 bu2 jian4 kang1 +005028 本店#2所有#1商品#3一律#2免费#1送你哟#4! + ben3 dian4 suo2 you3 shang1 pin3 yi2 lv4 mian3 fei4 song4 ni3 yo5 +005029 揣上#2彩票#3,小雨#2就#1忘了#1此事#4。 + chuai1 shang4 cai3 piao4 xiao2 yu3 jiu4 wang4 le5 ci3 shi4 +005030 生活中#2不要#1乱用#1药啊#3,一定要#1爱惜#1自己的#1身体#4。 + sheng1 huo2 zhong1 bu2 yao4 luan4 yong4 yao4 a5 yi2 ding4 yao4 ai4 xi1 zi4 ji3 de5 shen1 ti3 +005031 你是#2亲眼#1所见#3董存瑞#2拉开了#1导火索吗#4? + ni3 shi4 qin1 yan2 suo3 jian4 dong3 cun2 rui4 la1 kai1 le5 dao2 huo2 suo3 ma5 +005032 昨日#3,庄奴#2又被#1授予了#2“重庆#1荣誉#1市民#1”称号#4。 + zuo2 ri4 zhuang1 nu2 you4 bei4 shou4 yu3 le5 chong2 qing4 rong2 yu4 shi4 min2 cheng1 hao4 +005033 任何#1经营#1场所#3不得#1向#1未成年人#1出售#1烟酒#4。 + ren4 he2 jing1 ying2 chang2 suo3 bu4 de2 xiang4 wei4 cheng2 nian2 ren2 chu1 shou4 yan1 jiu3 +005034 第三条#3、吨税#1设置#1优惠#1税率#3和#1普通#1税率#4。 + di4 san1 tiao2 dun1 shui4 she4 zhi4 you1 hui4 shui4 lv4 he2 pu3 tong1 shui4 lv4 +005035 撸袖子#1女生#2给了她#1一掌后#3,红外套#1女生#2一脚#1把她#1踹飞#4。 + lu1 xiu4 zi5 nv3 sheng1 gei3 le5 ta1 yi4 zhang3 hou4 hong2 wai4 tao4 nv3 sheng1 yi4 jiao2 ba3 ta1 chuai4 fei1 +005036 公司#2为#1员工#2购买了#1回乡的#1车票#3,发放了#1几百元#2路途#1盘缠#1费用#4。 + gong1 si1 wei4 yuan2 gong1 gou4 mai3 le5 hui2 xiang1 de5 che1 piao4 fa1 fang4 le5 ji2 bai3 yuan2 lu4 tu2 pan2 chan5 fei4 yong4 +005037 在#1他家的#2两层#1小楼#1周围#3,尽是#2低矮的#1泥瓦房#4。 + zai4 ta1 jia1 de5 liang3 ceng2 xiao3 lou2 zhou1 wei2 jin4 shi4 di1 ai3 de5 ni2 wa3 fang2 +005038 吆喝声#3、呵斥声#3、抱怨声#3此起#1彼伏#4。 + yao1 he5 sheng1 he4 chi4 sheng1 bao4 yuan4 sheng1 ci2 qi2 bi3 fu2 +005039 小姨#2虽做了#1手术#3,但#1肺上#2仍有#1问题#4。 + xiao3 yi2 sui1 zuo4 le5 shou3 shu4 dan4 fei4 shang4 reng2 you3 wen4 ti2 +005040 我住#2将军澳#3,那张#2是#1将军澳#1住户证#4。 + wo3 zhu4 jiang1 jun1 ao4 na4 zhang1 shi4 jiang1 jun1 ao4 zhu4 hu4 zheng4 +005041 不难#1推测#3,应对#1这一#1风潮#2有#1两种#1迥异#1态度#4。 + bu4 nan2 tui1 ce4 ying4 dui4 zhe4 yi4 feng1 chao2 you3 liang2 zhong2 jiong3 yi4 tai4 du4 +005042 弱阻力#3在#1近期#1高点#2一点#1三零#1二七#4。 + ruo4 zu3 li4 zai4 jin4 qi1 gao1 dian3 yi1 dian3 san1 ling2 er4 qi1 +005043 恩格尔#1系数#2是#2食品#1支出#1总额#2占#2个人#1消费#1支出#1总额的#1比重#4。 + en1 ge2 er3 xi4 shu4 shi4 shi2 pin3 zhi1 chu1 zong3 e2 zhan4 ge4 ren2 xiao1 fei4 zhi1 chu1 zong3 e2 de5 bi3 zhong4 +005044 他#1摸到#1一个#1瓶子#3,也没#1睁开眼#1瞅瞅#3,就往#1嘴里送#4。 + ta1 mo1 dao4 yi2 ge5 ping2 zi5 ye3 mei2 zheng1 kai1 yan3 chou2 chou3 jiu4 wang3 zui2 li3 song4 +005045 如果#2罪名#1成立#3,他们#1将被#1处以#1死刑#3,但#1预计#2案件#1审理#1过程#1冗长#4。 + ru2 guo3 zui4 ming2 cheng2 li4 ta1 men5 jiang1 bei4 chu2 yi2 si3 xing2 dan4 yu4 ji4 an4 jian4 shen2 li3 guo4 cheng2 rong3 chang2 +005046 最近#3,这座#1豪宅#2正在#2“精雕#1细琢#4”。 + zui4 jin4 zhe4 zuo4 hao2 zhai2 zheng4 zai4 jing1 diao1 xi4 zhuo2 +005047 其#1前岳父#1见状#2上前#1抢夺#1打火机#4。 + qi2 qian2 yue4 fu4 jian4 zhuang4 shang4 qian2 qiang3 duo2 da2 huo3 ji1 +005048 这#1同样#2也是#1太庙#1所#1不能#1代替的#4。 + zhe4 tong2 yang4 ye3 shi4 tai4 miao4 suo3 bu4 neng2 dai4 ti4 de5 +005049 眼睛#2往下看#3,眨眼#1动作#1增加#2是你的#1撒谎#1习惯#4。 + yan3 jing1 wang3 xia4 kan4 zha2 yan3 dong4 zuo4 zeng1 jia1 shi4 ni3 de5 sa1 huang3 xi2 guan4 +005050 岗位#1虽少#3,但#1只要能#1蹭进来#3便能#1得到#1一份#1高薪#4。 + gang3 wei4 sui1 shao3 dan4 zhi3 yao4 neng2 ceng4 jin4 lai5 bian4 neng2 de2 dao4 yi2 fen4 gao1 xin1 +005051 家里的#1洗衣机#2可以#1代劳呀#4! + jia1 li3 de5 xi3 yi1 ji1 ke2 yi3 dai4 lao2 ya5 +005052 以后#3会#1偶尔#2有#1这样的#1日子的#4。 + yi3 hou4 hui4 ou2 er2 you3 zhei4 yang4 de5 ri4 zi5 de5 +005053 一直摸#2一直摸#3,这下#1好了#4。 + yi4 zhi2 mo1 yi4 zhi2 mo1 zhe4 xia4 hao3 le5 +005054 好比#2罪已#1犯下#3,要杀#1要剐#2便是#1法官的#1事#3,他的#1使命#2至此#1而终#4。 + hao2 bi3 zui4 yi3 fan4 xia4 yao4 sha1 yao4 gua3 bian4 shi4 fa3 guan1 de5 shi4 ta1 de5 shi3 ming4 zhi4 ci3 er2 zhong1 +005055 然而#3宝鸡#1陈仓区#2阳平镇的#1妞妞#3在#1生意#1前夕#3,却#1遭遇了#1不幸#4。 + ran2 er2 bao3 ji1 chen2 cang1 qu1 yang2 ping2 zhen4 de5 niu1 niu5 zai4 sheng1 yi4 qian2 xi1 que4 zao1 yu4 le5 bu2 xing4 +005056 他们#1将对#1留样#2、召回的#1产品#2、包装袋等#2进行#2抽样#1检测#4。 + ta1 men5 jiang1 dui4 liu2 yang4 zhao4 hui2 de5 chan2 pin3 bao1 zhuang1 dai4 deng3 jin4 xing2 chou1 yang4 jian3 ce4 +005057 单杠#3成为#2本场#1较量的#1分水岭#4。 + dan1 gang4 cheng2 wei2 ben2 chang3 jiao4 liang4 de5 fen1 shui2 ling3 +005058 我#1刚来#3也会#1这样#2每晚#1半夜#1两三点#1才会#1睡得着#4。 + wo3 gang1 lai2 ye3 hui4 zhe4 yang4 mei2 wan3 ban4 ye4 liang3 san1 dian3 cai2 hui4 shui4 de5 zhao2 +005059 田野#1供图#3:非洲#1姑娘#2德布#1佳达#4。 + tian2 ye3 gong1 tu2 fei1 zhou1 gu1 niang5 de2 bu4 jia1 da2 +005060 纳粹#1德国#2占领#1挪威后#3,称#2蒙克的画#2“堕落#4”。 + na4 cui4 de2 guo2 zhan4 ling3 nuo2 wei1 hou4 cheng1 meng2 ke4 de5 hua4 duo4 luo4 +005061 放下#1电话#2才#1数分钟#3,母亲#2哑着#1嗓子的#1哭吼声#2已经#1响起#4。 + fang4 xia4 dian4 hua4 cai2 shu4 fen1 zhong1 mu3 qin1 ya3 zhe5 sang3 zi5 de5 ku1 hou3 sheng1 yi3 jing1 xiang2 qi3 +005062 林母#2从#1社会#1形势#2分析到#1本行#1工作#3,缜密得#1无懈#1可击#4。 + lin2 mu3 cong2 she4 hui4 xing2 shi4 fen1 xi1 dao4 ben3 hang2 gong1 zuo4 zhen3 mi4 de5 wu2 xie4 ke3 ji1 +005063 为#2爬山#1好的#1队友#1服务#4。 + wei4 pa2 shan1 hao3 de5 dui4 you3 fu2 wu4 +005064 在把#1老张#2暴打#1一顿后#3,三人#2还不#1解恨#3又踹了#1老张的车#1几脚#4。 + zai4 ba2 lao3 zhang1 bao4 da3 yi2 dun4 hou4 san1 ren2 hai2 bu4 jie3 hen4 you4 chuai4 le5 lao3 zhang1 de5 che1 ji2 jiao3 +005065 俄罗斯#1新秀#2科莫娃#3,以#1十五点#1七三三分#2高居#1第一#4。 + e2 luo2 si1 xin1 xiu4 ke1 mo4 wa2 yi3 shi2 wu2 dian3 qi1 san1 san1 fen1 gao1 ju1 di4 yi1 +005066 结果#2机器#1出了#1故障#3,钱#1被吞了#2却没#1打印#1存单#4。 + jie2 guo3 ji1 qi4 chu1 le5 gu4 zhang4 qian2 bei4 tun1 le5 que4 mei2 da3 yin4 cun2 dan1 +005067 说说#1代表的#1那些#1事儿吧#4。 + shuo1 shuo1 dai4 biao3 de5 na4 xie1 shir4 ba5 +005068 小兔崽子#3,你#1要是#1敢往#1下边#1拉屎#3,你就#1死定了#4! + xiao3 tu4 zai3 zi5 ni3 yao4 shi4 gan2 wang3 xia4 bian1 la1 shi3 ni3 jiu4 si3 ding4 le5 +005069 我#1随之#2追出去#2各种#1道歉#3,各种#1承诺#3,各种哄#3,媳妇#2才#1回心#1转意#4。 + wo3 sui2 zhi1 zhui1 chu1 qu4 ge4 zhong3 dao4 qian4 ge4 zhong3 cheng2 nuo4 ge4 zhong2 hong3 xi2 fu4 cai2 hui2 xin1 zhuan3 yi4 +005070 今年初#3,印尼#1一名#1囚犯#2受虐#1惨死的#1新闻#3曾#1引发#1轰动#4。 + jin1 nian2 chu1 yin4 ni2 yi4 ming2 qiu2 fan4 shou4 nve4 can2 si3 de5 xin1 wen2 ceng2 yin3 fa1 hong1 dong4 +005071 记者#2向#1一位#1贩子#1询问#3,是否#1能#1买到#2没熏过#1硫磺的#1药材#4。 + ji4 zhe3 xiang4 yi2 wei4 fan4 zi5 xun2 wen4 shi4 fou3 neng2 mai3 dao4 mei2 xun1 guo4 liu2 huang2 de5 yao4 cai2 +005072 老板称#3,出售的#1天鹅#2是#1渔民#1用网#1捕杀后#1送来的#3,绝对#1安全#4。 + lao2 ban3 cheng1 chu1 shou4 de5 tian1 e2 shi4 yu2 min2 yong4 wang2 bu3 sha1 hou4 song4 lai2 de5 jue2 dui4 an1 quan2 +005073 大家#2要#1注意#1室内#1通风#3,饮食#2最好#1以#1清淡#1爽口#1为主#4。 + da4 jia1 yao4 zhu4 yi5 shi4 nei4 tong1 feng1 yin3 shi2 zui4 hao2 yi3 qing1 dan4 shuang2 kou3 wei2 zhu3 +005074 阳兵#2被#1击伤后#3,被#1警察#2反拧着#1双臂#3,揪住#1衣领#3,押下#1车来#4。 + yang2 bing1 bei4 ji1 shang1 hou4 bei4 jing3 cha2 fan2 ning3 zhe5 shuang1 bi4 jiu1 zhu4 yi1 ling3 ya1 xia4 che1 lai2 +005075 奥林#1匹亚#3,我#1强力#1推荐#4。 + ao4 lin2 pi3 ya4 wo3 qiang2 li4 tui1 jian4 +005076 杨女士的#1公公#1证实#3,儿媳#2晚上#1已经#1没了#3,“挺#1突然的#4”。 + yang2 nv3 shi4 de5 gong1 gong5 zheng4 shi2 er2 xi2 wan3 shang4 yi3 jing1 mei2 le5 ting3 tu1 ran2 de5 +005077 廖某某#2每天#1折磨她#2,虐待她#3,她成了#1廖某某的#1“性奴#4”。 + liao4 mou2 mou3 mei3 tian1 zhe2 mo2 ta1 nve4 dai4 ta1 ta1 cheng2 le5 liao4 mou2 mou3 de5 xing4 nu2 +005078 研究#1党史#3,就是#1想从#1走过的路#3总结#1经验#1教训#4。 + yan2 jiu1 dang2 shi3 jiu4 shi4 xiang3 cong2 zou3 guo4 de5 lu4 zong3 jie2 jing1 yan4 jiao4 xun4 +005079 李先生#2为此#1非常#1苦恼#4。 + li3 xian1 sheng5 wei4 ci3 fei1 chang2 ku2 nao3 +005080 在家#1附近#3,有#1一段#1陡坡#4。 + zai4 jia1 fu4 jin4 you3 yi2 duan4 dou3 po1 +005081 大爷说#3:这是#1水泥路啊#4。 + da4 ye5 shuo1 zhe4 shi4 shui3 ni2 lu4 a5 +005082 每#1涂完#1一层#3,他#1总要#1休息上#1一两#1分钟#3,喘口气#4。 + mei3 tu2 wan2 yi4 ceng2 ta1 zong3 yao4 xiu1 xi5 shang4 yi1 liang3 fen1 zhong1 chuan2 kou3 qi4 +005083 官员#2在#1事故#1现场#1“傻笑#4”。 + guan1 yuan2 zai4 shi4 gu4 xian4 chang2 sha3 xiao4 +005084 该案#2在#1法律上的#1手段#2已经#1穷尽#3,暂#1无法#1执行#4。 + gai1 an4 zai4 fa3 lv4 shang4 de5 shou3 duan4 yi3 jing1 qiong2 jin4 zan4 wu2 fa3 zhi2 xing2 +005085 他#1心存#1疑惑#3,这么#1严肃的书#2也能#1逗人笑#4? + ta1 xin1 cun2 yi2 huo4 zhe4 me5 yan2 su4 de5 shu1 ye3 neng2 dou4 ren2 xiao4 +005086 王健林#3果然#1胃口#1惊人#4。 + wang2 jian4 lin2 guo3 ran2 wei4 kou3 jing1 ren2 +005087 韩国#2房奴#1人数#3尚无#1准确#1统计#4。 + han2 guo2 fang2 nu2 ren2 shu4 shang4 wu2 zhun3 que4 tong3 ji4 +005088 老婆#2抬手#2给了我#1一耳光#3:凭啥#1把#1便宜的#1这杯#1给我#4? + lao3 po5 tai2 shou2 gei3 le5 wo3 yi4 er3 guang1 ping2 sha2 ba3 pian2 yi5 de5 zhe4 bei1 gei2 wo3 +005089 证券#2简称为#2“杭齿#1前进#3”,证券#1代码为#3“六零#1幺幺#1七七#4”。 + zheng4 quan4 jian3 cheng1 wei2 hang2 chi3 qian2 jin4 zheng4 quan4 dai4 ma3 wei2 liu4 ling2 yao1 yao1 qi1 qi1 +005090 张磊磊#2现在想#1先把#1自己#1该得的#1工资#1要到手#4。 + zhang1 lei2 lei3 xian4 zai4 xiang3 xian1 ba3 zi4 ji3 gai1 de2 de5 gong1 zi1 yao4 dao4 shou3 +005091 没有人#1知道#3白二少#1起了#1多少#1作用#4。 + mei2 you3 ren2 zhi1 dao4 bai2 er4 shao2 qi3 le5 duo1 shao3 zuo4 yong4 +005092 法国的#1酒文化#3利用#2葡萄#1美酒#1做#1载体#3,已经#2热销#1世界#4。 + fa3 guo2 de5 jiu3 wen2 hua4 li4 yong4 pu2 tao5 mei2 jiu3 zuo4 zai4 ti3 yi3 jing1 re4 xiao1 shi4 jie4 +005093 曹雅琪#2回到#1教室时#3,里面#2空无#1一人#3,都去上#1体育课了#4。 + cao2 ya3 qi2 hui2 dao4 jiao4 shi4 shi2 li3 mian4 kong1 wu2 yi4 ren2 dou1 qu4 shang4 ti3 yu4 ke4 le5 +005094 训练的#1最后#3,所有#1民兵#3一起#1扛着#1步枪#2去#1练习#1射击#4。 + xun4 lian4 de5 zui4 hou4 suo2 you3 min2 bing1 yi4 qi3 kang2 zhe5 bu4 qiang1 qu4 lian4 xi2 she4 ji1 +005095 若要#1购房#3,只能在#1其中的#1五幢#1楼房#1进行#1挑选#4。 + ruo4 yao4 gou4 fang2 zhi3 neng2 zai4 qi2 zhong1 de5 wu3 zhuang4 lou2 fang2 jin4 xing2 tiao1 xuan3 +005096 四年前#3城南#1那片#2凹凸#1不平#3,杂草#1丛生的#1荒山坡#2不见了#4。 + si4 nian2 qian2 cheng2 nan2 na4 pian4 ao1 tu1 bu4 ping2 za2 cao3 cong2 sheng1 de5 huang1 shan1 po1 bu2 jian4 le5 +005097 看来#2是#2交情#1未至#3,缘分#1未到#3,再#2处处#1看吧#4。 + kan4 lai2 shi4 jiao1 qing2 wei4 zhi4 yuan2 fen4 wei4 dao4 zai4 chu2 chu3 kan4 ba5 +005098 但#2部分#1“亏空#2”从何#1补充#3,是#1我们#1要#1考虑的#4。 + dan4 bu4 fen5 kui1 kong1 cong2 he2 bu3 chong1 shi4 wo3 men5 yao4 kao3 lv4 de5 +005099 伤员#2目前#1在#1空军#2四五四#1医院#2紧急#1救治#4。 + shang1 yuan2 mu4 qian2 zai4 kong1 jun1 si4 wu3 si4 yi1 yuan4 jin3 ji2 jiu4 zhi4 +005100 扯起#1渔网后#3该男子#2也跟着#1漂浮#1上来#4。 + che2 qi3 yu2 wang3 hou4 gai1 nan2 zi2 ye3 gen1 zhe5 piao1 fu2 shang4 lai2 +005101 二战#1期间#3,日军#1就是#1打着#2裕仁#1天皇的#1名义#2侵略#1亚洲#4。 + er4 zhan4 qi1 jian1 ri4 jun1 jiu4 shi4 da3 zhe5 yu4 ren2 tian1 huang2 de5 ming2 yi4 qin1 lve4 ya4 zhou1 +005102 我的#1平衡感#2不太#1好哟#4。 + wo3 de5 ping2 heng2 gan3 bu2 tai4 hao3 yo5 +005103 逮#1到点#1官场#1臭事#3,就来#1大劲#4。 + dai3 dao4 dian3 guan1 chang3 chou4 shi4 jiu4 lai2 da4 jin4 +005104 远处#1望去#3,各类#1招牌#1琳琅#1满目#4。 + yuan3 chu4 wang4 qu4 ge4 lei4 zhao1 pai2 lin2 lang2 man3 mu4 +005105 腾讯#1微博#2出了#1一个#1功能#2吹一吹#4。 + teng2 xun4 wei1 bo2 chu1 le5 yi2 ge5 gong1 neng2 chui1 yi4 chui1 +005106 谁也#1没让#1你花#3,孩子#1非#1要花#3,家长#2拗不过#3,花呗#4! + shui2 ye3 mei2 rang4 ni3 hua1 hai2 zi5 fei1 yao4 hua1 jia1 zhang3 niu4 bu2 guo4 hua1 bei5 +005107 钱荣#2也#1垂头#1丧气#1进来#3,见了他#2也#1不计#1恩怨了#3,道#3:“我和#1那个#2姓姚的#1吹啦#4! + qian2 rong2 ye3 chui2 tou2 sang4 qi4 jin4 lai2 jian4 le5 ta1 ye3 bu2 ji4 ng1 yuan4 le5 dao4 wo3 he2 na4 ge5 xing4 yao2 de5 chui1 la5 +005108 对此#3,刘銮雄#2曾#1请求#1澳门#1法院#2驳回#1指控#3,但#1遭到#1拒绝#4。 + dui4 ci3 liu2 luan2 xiong2 ceng2 qing3 qiu2 ao4 men2 fa3 yuan4 bo2 hui2 zhi3 kong4 dan4 zao1 dao4 ju4 jue2 +005109 匪徒#2脚踩#1平底鞋#3,没有#1穿袜#4。 + fei3 tu2 jiao2 cai3 ping2 di3 xie2 mei2 you3 chuan1 wa4 +005110 赌场#1流动#2“轮流#1坐庄#3”,避免#2被#1警方#1查抄#4。 + du2 chang3 liu2 dong4 lun2 liu2 zuo4 zhuang1 bi4 mian3 bei4 jing3 fang1 cha2 chao1 +005111 老妈#2头也#1不抬#3:你#1小时候#1写给#1我的#4。 + lao3 ma1 tou2 ye3 bu4 tai2 ni2 xiao3 shi2 hou4 xie2 gei2 wo3 de5 +005112 庄严的#2山东#1会堂内#3华灯#1璀璨#3、花团#1锦簇#3,气氛#1热烈#4。 + zhuang1 yan2 de5 shan1 dong1 hui4 tang2 nei4 hua2 deng1 cui3 can4 hua1 tuan2 jin3 cu4 qi4 fen1 re4 lie4 +005113 原因#2就是#2烟花#1爆竹#1引起#4。 + yuan2 yin1 jiu4 shi4 yan1 hua1 bao4 zhu2 yin2 qi3 +005114 第二件#1事情#3,一种#1颜色#4。 + di4 er4 jian4 shi4 qing5 yi4 zhong3 yan2 se4 +005115 此次#2米粉#1提价#3市场#2反应#1不一#4。 + ci3 ci4 mi2 fen3 ti2 jia4 shi4 chang2 fan3 ying4 bu4 yi1 +005116 王宋涛#1想#3这辈子#3算是#1和#1路灯#2结下#2不解#1之缘了#4。 + wang2 song4 tao1 xiang3 zhe4 bei4 zi5 suan4 shi4 he2 lu4 deng1 jie2 xia4 bu4 jie3 zhi1 yuan2 le5 +005117 秤盘#2几乎#1托不住#2它#1肥大的#1身子#4。 + cheng4 pan2 ji1 hu1 tuo1 bu2 zhu4 ta1 fei2 da4 de5 shen1 zi5 +005118 直到#2民警#2赶到#1劝说后#3,那位#2候鸟#1老人#3才不#1情愿地#1走开#4。 + zhi2 dao4 min2 jing2 gan3 dao4 quan4 shuo1 hou4 na4 wei4 hou4 niao2 lao3 ren2 cai2 bu4 qing2 yuan4 de5 zou3 kai1 +005119 黎巴嫩#1检方#2已#1展开#1调查#4。 + li2 ba1 nen4 jian3 fang1 yi2 zhan3 kai1 diao4 cha2 +005120 李振波的#1妻子#1盛亚玲#3,在#1观看#2“向死#1而生#1”时#3心情#2久久#1不能#1平静#4。 + li3 zhen4 bo1 de5 qi1 zi3 sheng4 ya4 ling2 zai4 guan1 kan4 xiang4 si3 er2 sheng1 shi2 xin1 qing2 jiu2 jiu3 bu4 neng2 ping2 jing4 +005121 现在#2明月#1岛上的#1将军府#4。 + xian4 zai4 ming2 yue4 dao3 shang4 de5 jiang1 jun5 fu3 +005122 在#1路上#3,他#1见到#2矿泉水#1空瓶子时#3,也#1捡起#2摁进#1背包里#4。 + zai4 lu4 shang4 ta1 jian4 dao4 kuang4 quan2 shui3 kong1 ping2 zi5 shi2 ye3 jian2 qi3 en4 jin4 bei1 bao1 li3 +005123 三是#3着力#1查处#2损害#1群众#1切身#1利益的#1案件#4。 + san1 shi4 zhuo2 li4 cha2 chu2 sun3 hai4 qun2 zhong4 qie4 shen1 li4 yi4 de5 an4 jian4 +005124 生命#2在于#1运动#3,我觉得#3你#1还是#1多#1运动#1运动吧#4。 + sheng1 ming4 zai4 yu2 yun4 dong4 wo3 jue2 de5 ni3 hai2 shi4 duo1 yun4 dong4 yun4 dong4 ba5 +005125 敢#1骚扰#1姑奶奶#3,活腻了#1你#4。 + gan3 sao1 rao3 gu1 nai3 nai5 huo2 ni4 le5 ni3 +005126 另一个#1惹眼的#1明星#3当属#1翁虹#4。 + ling4 yi2 ge5 re2 yan3 de5 ming2 xing1 dang1 shu3 weng1 hong2 +005127 往昔#1对比#3,葛启义#2感慨#1良多#4。 + wang3 xi1 dui4 bi3 ge2 qi3 yi4 gan2 kai3 liang2 duo1 +005128 去#1村里找#3,说是#2水泵#1坏了#4。 + qu4 cun1 li2 zhao3 shuo1 shi4 shui3 beng4 huai4 le5 +005129 死者#1棺材#3也被#1抬入#1厂区内#4。 + si2 zhe3 guan1 cai5 ye3 bei4 tai2 ru4 chang3 qu1 nei4 +005130 但#1欧盟#2可能#1已经#1抛弃了#1英国#4。 + dan4 ou1 meng2 ke3 neng2 yi3 jing1 pao1 qi4 le5 ying1 guo2 +005131 房屋#1赠与#3光有#1表示#2是#1不够的#4。 + fang2 wu1 zeng4 yu3 guang1 you2 biao3 shi4 shi4 bu2 gou4 de5 +005132 他们#2蔑视#1法律#3,践踏#1法律#4。 + ta1 men5 mie4 shi4 fa3 lv4 jian4 ta4 fa3 lv4 +005133 老婆#2回到#1病房里#3,一脸#1无奈#4。 + lao3 po5 hui2 dao4 bing4 fang2 li3 yi4 lian3 wu2 nai4 +005134 我的#1性格#2也是#1逆来#1顺受#3,从小#1胆小#1怕事#3,凡事#2都忍让#4。 + wo3 de5 xing4 ge2 ye3 shi4 ni4 lai2 shun4 shou4 cong2 xiao3 dan2 xiao3 pa4 shi4 fan2 shi4 dou1 ren3 rang4 +005135 这#1是个#1愚蠢的#1声明#3,原因#1有三#4。 + zhe4 shi4 ge5 yu2 chun3 de5 sheng1 ming2 yuan2 yin1 you3 san1 +005136 男子#2嘴里#2一边#1嘟囔着#3,一边#1从#1身上#1摸出#1钞票#3往#1天上撒#4。 + nan2 zi3 zui2 li3 yi4 bian1 du1 nang5 zhe5 yi4 bian1 cong2 shen1 shang4 mo1 chu1 chao1 piao4 wang3 tian1 shang4 sa3 +005137 大部分#1瓜农称#3,都没有#1往年#1卖得好#4。 + da4 bu4 fen5 gua1 nong2 cheng1 dou1 mei2 you2 wang3 nian2 mai4 de5 hao3 +005138 只要#1咳嗽#2就#1得去#1医院#3,每天#1都在#1吃药#4。 + zhi3 yao4 ke2 sou5 jiu4 dei3 qu4 yi1 yuan4 mei3 tian1 dou1 zai4 chi1 yao4 +005139 你们#1太没#1信誉了#3!这都#1五天了#1还不#1发货#3!我要#1投诉你#4! + ni3 men5 tai4 mei2 xin4 yu4 le5 zhe4 dou1 wu3 tian1 le5 hai2 bu4 fa1 huo4 wo3 yao4 tou2 su4 ni3 +005140 更#1重要的是#3,“铁老大”的#1地位#3依然#2非常#1稳固#4。 + geng4 zhong4 yao4 de5 shi4 tie2 lao3 da4 de5 di4 wei4 yi1 ran2 fei1 chang2 wen3 gu4 +005141 得知#2眼前#1这个#1形貌#1丑陋的#1叫花子#3,竟是#1自己的#1生父#2段延庆#4。 + de2 zhi1 yan3 qian2 zhe4 ge5 xing2 mao4 chou3 lou4 de5 jiao4 hua1 zi5 jing4 shi4 zi4 ji3 de5 sheng1 fu4 duan4 yan2 qing4 +005142 其次#3,玉米#1食用油#2尤其是#2玉米#1胚芽油#3正#2越来#1越多的#1推向#1市场#4。 + qi2 ci4 yu4 mi3 shi2 yong4 you2 you2 qi2 shi4 yu4 mi3 pei1 ya2 you2 zheng4 yue4 lai2 yue4 duo1 de5 tui1 xiang4 shi4 chang3 +005143 该#2两名#1旅客#3不想#1出去#2办理#1托运#3又#1不愿#1自弃#4。 + gai1 liang3 ming2 lv3 ke4 bu4 xiang3 chu1 qu4 ban4 li3 tuo1 yun4 you4 bu2 yuan4 zi4 qi4 +005144 还有#1更多的#1综合#1物流#2、项目#1物流#1企业#2蠢蠢欲动#4。 + hai2 you3 geng4 duo1 de5 zong1 he2 wu4 liu2 xiang4 mu4 wu4 liu2 qi3 ye4 chun2 chun3 yu4 dong4 +005145 最近#2几个月#1中#3,他#1有时#2一天#1也做#1不成#1一桩#1买卖#4。 + zui4 jin4 ji3 ge5 yue4 zhong1 ta1 you3 shi2 yi4 tian1 ye3 zuo4 bu5 cheng2 yi4 zhuang1 mai3 mai5 +005146 她个人#2很欣赏#2有个性#3、有#1文化#1底蕴的#1录取#1通知书#4。 + ta1 ge4 ren2 hen3 xin1 shang2 you3 ge4 xing4 you3 wen2 hua4 di3 yun4 de5 lu4 qu3 tong1 zhi1 shu1 +005147 要#2多给#1市民#2提供#1运动的#1场所#4。 + yao4 duo1 gei3 shi4 min2 ti2 gong1 yun4 dong4 de5 chang2 suo3 +005148 我#1就是#1一个#1山东#1乡下#1孩子#4。 + wo3 jiu4 shi4 yi2 ge5 shan1 dong1 xiang1 xia4 hai2 zi5 +005149 这与#2前#1几代人#2有#1天壤#1之别#4。 + zhe4 yu3 qian2 ji3 dai4 ren2 you3 tian1 rang3 zhi1 bie2 +005150 点评#2“辛辣#1”简短#3,极尽#2嘲讽#1挖苦#1之能事#4。 + dian3 ping2 xin1 la4 jian2 duan3 ji2 jin4 chao2 feng3 wa1 ku3 zhi1 neng2 shi4 +005151 这几年#2行动#1不便#3,爷爷#1拿着它#2当#1拐杖用#4。 + zhe4 ji3 nian2 xing2 dong4 bu2 bian4 ye2 ye5 na2 zhe5 ta1 dang1 guai3 zhang4 yong4 +005152 抓住#2大树梢#3俺俩#2就#1爬上#1去了#4。 + zhua1 zhu4 da4 shu4 shao1 an2 lia3 jiu4 pa2 shang4 qu4 le5 +005153 群山#1阻隔#3最易#1让人#2气馁#1却步#4。 + qun2 shan1 zu3 ge2 zui4 yi4 rang4 ren2 qi4 nei3 que4 bu4 +005154 顾客#3:“我理#1一次发#3,你竟#1收我#1五元钱#3,我头上#1几乎#1没有#1头发呀#4! + gu4 ke4 wo2 li3 yi2 ci4 fa4 ni3 jing4 shou1 wo2 wu3 yuan2 qian2 wo3 tou2 shang4 ji1 hu1 mei2 you3 tou2 fa4 ya5 +005155 挠着#1挠着#3,孙某的#1左手#2悄悄#1滑到#1脖子的#1刀刃处#4。 + nao2 zhe5 nao2 zhe5 sun1 mou3 de5 zuo2 shou3 qiao1 qiao1 hua2 dao4 bo2 zi5 de5 dao1 ren4 chu4 +005156 喜欢呀#3,你要#1和我#1一起吗#4? + xi3 huan5 ya5 ni3 yao4 he2 wo3 yi4 qi3 ma5 +005157 因为#2物价#2仍在#1缓慢#1上升#3,而且#2还#1没有#1出现#1拐点#4。 + yin1 wei4 wu4 jia4 reng2 zai4 huan3 man4 shang4 sheng1 er2 qie3 hai2 mei2 you3 chu1 xian4 guai2 dian3 +005158 火灾中#3,一女子#1葬身#1火场#4。 + huo3 zai1 zhong1 yi4 nv2 zi3 zang4 shen1 huo2 chang3 +005159 为了#2稳住#1这名#1男子#3,魏先生#2允许#1其#1进来#4。 + wei4 le5 wen3 zhu4 zhe4 ming2 nan2 zi3 wei4 xian1 sheng5 yun2 xu3 qi2 jin4 lai2 +005160 可以#2简单#1理解成#3长#1宽#1高啦#3哈哈#4。 + ke2 yi2 jian3 dan1 li2 jie3 cheng2 chang2 kuan1 gao1 la5 ha1 ha1 +005161 你再#1凶我#3?再凶我#3我就#1跟你#1离婚#4! + ni3 zai4 xiong1 wo3 zai4 xiong1 wo3 wo3 jiu4 gen1 ni3 li2 hun1 +005162 他的#2喜怒#1哀乐#3通常#1都是#1跟#1做学问#2联系#1在#1一起的#4。 + ta1 de5 xi3 nu4 ai1 le4 tong1 chang2 dou1 shi4 gen1 zuo4 xue2 wen4 lian2 xi4 zai4 yi4 qi3 de5 +005163 目前#3杨晓霞的#1病情#2已#1明显#1好转#3,感染#1得到#1控制#4。 + mu4 qian2 yang2 xiao3 xia2 de5 bing4 qing2 yi3 ming2 xian3 hao2 zhuan3 gan2 ran3 de2 dao4 kong4 zhi4 +005164 打小#2就#1缺少#1父爱的他#3,性格#1倔强#3,仇恨心#1极强#4。 + da2 xiao3 jiu4 que1 shao3 fu4 ai4 de5 ta1 xing4 ge2 jue2 jiang4 chou2 hen4 xin1 ji2 qiang2 +005165 口渴得#2实在#2受不了#3,就用#1手巾#1沾点水#3把#1嘴唇#1弄湿#4。 + kou2 ke3 de5 shi2 zai4 shou4 bu5 liao3 jiu4 yong4 shou3 jin1 zhan1 dian2 shui3 ba2 zui3 chun2 nong4 shi1 +005166 晋升#2上将#1军衔的#1魏凤和#2军容#1严整#2、精神#1抖擞地#2站在#1主席#1台前#4。 + jin4 sheng1 shang4 jiang4 jun1 xian2 de5 wei4 feng4 he2 jun1 rong2 yan2 zheng3 jing1 shen2 dou2 sou3 de5 zhan4 zai4 zhu3 xi2 tai2 qian2 +005167 同时#3氧气#2也#1促进了#1面筋的#1形成#3,让#1面点#1口感#1更好#4。 + tong2 shi2 yang3 qi4 ye3 cu4 jin4 le5 mian4 jin1 de5 xing2 cheng2 rang4 mian4 dian3 kou2 gan3 geng4 hao3 +005168 伊朗#2始终#1否认#3秘密#1研制#1核武器的#1指控#4。 + yi1 lang2 shi3 zhong1 fou3 ren4 mi4 mi4 yan2 zhi4 he2 wu3 qi4 de5 zhi3 kong4 +005169 得嘞#3,我们#1算#1体验#2红军#1过#1草地了#4。 + de2 lei5 wo3 men5 suan4 ti3 yan4 hong2 jun1 guo4 cao3 di4 le5 +005170 该车#2无线#1路牌#3,系#2非法#1运营#1车辆#4。 + gai1 che1 wu2 xian4 lu4 pai2 xi4 fei1 fa3 yun4 ying2 che1 liang4 +005171 可刚#2眨了#1一眼#3,那就#1成了#1一场梦#4。 + ke3 gang1 zha3 le5 yi4 yan3 na4 jiu4 cheng2 le5 yi4 chang3 meng4 +005172 不过#3,不要#2把#1这个#1符号#1往#1歪里想#4。 + bu2 guo4 bu2 yao4 ba3 zhe4 ge5 fu2 hao4 wang3 wai1 li2 xiang3 +005173 贫穷#2意味着#1无能#2、懒惰#2、耻辱#2和失败#4。 + pin2 qiong2 yi4 wei4 zhe5 wu2 neng2 lan3 duo4 chi2 ru3 he2 shi1 bai4 +005174 终审#1裁定后#3,两兄弟#3被#1执行#1枪决#4。 + zhong1 shen3 cai2 ding4 hou4 liang3 xiong1 di4 bei4 zhi2 xing2 qiang1 jue2 +005175 津巴#1布韦#1央行#1稍早#1发行的#1大面额#1钞票#3,流通到#1年底#4。 + jin1 ba1 bu4 wei2 yang1 hang2 shao1 zao3 fa1 xing2 de5 da4 mian4 e2 chao1 piao4 liu2 tong1 dao4 nian2 di3 +005176 为了#1提高#1“战斗力#3”,团伙#1成员#2还#1经常#1“演习#4”。 + wei4 le5 ti2 gao1 zhan4 dou4 li4 tuan2 huo3 cheng2 yuan2 hai2 jing1 chang2 yan3 xi2 +005177 这个#1在#1水中#1溺死的#1小偷#3本来#2会#1游泳#3,而#1那个#1水塘#2也不大#4。 + zhe4 ge5 zai4 shui3 zhong1 ni4 si3 de5 xiao3 tou1 ben3 lai2 hui4 you2 yong3 er2 na4 ge5 shui3 tang2 ye3 bu2 da4 +005178 下个#1礼拜#2我不#1跑了#4。 + xia4 ge5 li3 bai4 wo3 bu4 pao3 le5 +005179 就算#2没人#1喝多#3,当#1一般的#1汤#1喝喝#2也不#1错哦#4。 + jiu4 suan4 mei2 ren2 he1 duo1 dang4 yi4 ban1 de5 tang1 he1 he5 ye3 bu2 cuo4 o5 +005180 我#1昨晚#2也#1失眠了#3!现在#1好困#2却#1不想睡#4。 + wo3 zuo2 wan2 ye3 shi1 mian2 le5 xian4 zai4 hao3 kun4 que4 bu4 xiang3 shui4 +005181 家中#2兄弟#1姐妹#1八个#3,他是#1老幺#4。 + jia1 zhong1 xiong1 di4 jie3 mei4 ba1 ge5 ta1 shi4 lao3 yao1 +005182 此前的#2女排#1大奖赛#3,中国队#2一胜#1四负#1仅获#1第四#4。 + ci3 qian2 de5 nv3 pai2 da4 jiang3 sai4 zhong1 guo2 dui4 yi2 sheng4 si4 fu4 jin3 huo4 di4 si4 +005183 细致#1到#1五官#2甚至#1眉毛#4。 + xi4 zhi4 dao4 wu3 guan1 shen4 zhi4 mei2 mao5 +005184 中华#1骨髓库#3不留#1分文#4。 + zhong1 hua2 gu2 sui3 ku4 bu4 liu2 fen1 wen2 +005185 之后#2张家人#2从#1小区#1物业#1得知#3,司机#2躲在#1单元#1门里#2过了#1半宿#4。 + zhi1 hou4 zhang1 jia1 ren2 cong2 xiao3 qu1 wu4 ye4 de2 zhi1 si1 ji1 duo3 zai4 dan1 yuan2 men2 li3 guo4 le5 ban4 xiu3 +005186 从前#2有个#1捉迷藏#1社团#3,他们#1团长#2到#1现在#2还#1没被#1找到呢#4。 + cong2 qian2 you3 ge5 zhuo1 mi2 cang2 she4 tuan2 ta1 men5 tuan2 zhang3 dao4 xian4 zai4 hai2 mei2 bei4 zhao3 dao4 ne5 +005187 事后#2警方#1证实#3,该案#2系#1纵火案#4。 + shi4 hou4 jing3 fang1 zheng4 shi2 gai1 an4 xi4 zong4 huo3 an4 +005188 当天#3葛泽宁#2被#1公安#1机关#1抓获#4。 + dang4 tian1 ge3 ze2 ning2 bei4 gong1 an1 ji1 guan1 zhua1 huo4 +005189 四是#3旅馆业#1上传#1信息#1不规范#4。 + si4 shi4 lv2 guan3 ye4 shang4 chuan2 xin4 xi1 bu4 gui1 fan4 +005190 俗话#1说的好#3,上梁#1不正#2下梁歪#4。 + su2 hua4 shuo1 de5 hao3 shang4 liang2 bu2 zheng4 xia4 liang2 wai1 +005191 并且#3,用卡#2比用#1现金#1方便#1多了#4。 + bing4 qie3 yong4 ka2 bi3 yong4 xian4 jin1 fang1 bian4 duo1 le5 +005192 不依#2葫芦#1画瓢#2就是#1好干部吗#4? + bu4 yi1 hu2 lu5 hua4 piao2 jiu4 shi4 hao3 gan4 bu5 ma5 +005193 孔子#1学院#1总部#2设在#1国家#1汉办#4。 + kong2 zi3 xue2 yuan4 zong3 bu4 she4 zai4 guo2 jia1 han4 ban4 +005194 所以#3,一嗨#2还是#1决定#2每年#1按照#1自己#1预测的#1速度#1来#1扩张#4。 + suo2 yi3 yi4 hai1 hai2 shi4 jue2 ding4 mei3 nian2 an4 zhao4 zi4 ji3 yu4 ce4 de5 su4 du4 lai2 kuo4 zhang1 +005195 警方#2初步#1调查#3,夫妻俩#2死于#2一氧#1化碳#1中毒#4。 + jing3 fang1 chu1 bu4 diao4 cha2 fu1 qi1 lia2 si3 yu2 yi1 yang3 hua4 tan4 zhong4 du2 +005196 阿罗约#1执政#1期间#3,一直#1没能#1同#2各种#1腐败#1嫌疑#2撇清#1关系#4。 + a1 luo2 yue1 zhi2 zheng4 qi1 jian1 yi4 zhi2 mei2 neng2 tong2 ge4 zhong2 fu3 bai4 xian2 yi2 pie3 qing1 guan1 xi4 +005197 不久#2韩寒#2也给我#1打来#1电话#3,告诉我#1他#1休学的#1事#4。 + bu4 jiu3 han2 han2 ye3 gei2 wo2 da3 lai2 dian4 hua4 gao4 su4 wo3 ta1 xiu1 xue2 de5 shi4 +005198 老丈人#2笑了笑#1说#3:正好#2我们#1四个#1打扑克#3,你去#1陪#1她们#1包饺子吧#4。 + lao3 zhang4 ren2 xiao4 le5 xiao4 shuo1 zheng4 hao2 wo3 men5 si4 ge5 da3 pu1 ke4 ni3 qu4 pei2 ta1 men5 bao1 jiao3 zi5 ba5 +005199 有人#1问话时#3,她#1总是#1先#1咧开嘴#1乐#3,露出#2可爱的#1豁牙子#4。 + you3 ren2 wen4 hua4 shi2 ta1 zong3 shi4 xian1 lie3 kai1 zui3 le4 lou4 chu1 ke3 ai4 de5 huo1 ya2 zi5 +005200 就将#1军军#2带至#2沣峪口#1一#1农家乐#3,途中#2强强#2乘机#1逃脱#4。 + jiu4 jiang1 jun1 jun1 dai4 zhi4 feng1 yu4 kou3 yi4 nong2 jia1 le4 tu2 zhong1 qiang2 qiang5 cheng2 ji1 tao2 tuo1 +005201 二月#2入院#1接受#1治疗#3,将#1血液#1内的#1毒素#1清除#4。 + er4 yue4 ru4 yuan4 jie1 shou4 zhi4 liao2 jiang1 xue4 ye4 nei4 de5 du2 su4 qing1 chu2 +005202 并不是#1每一餐#3都#1必须#1达到#1热量#1要求#4。 + bing4 bu2 shi4 mei3 yi4 can1 dou1 bi4 xu1 da2 dao4 re4 liang4 yao1 qiu2 +005203 但是#2有#1广西#1“十不准#1”原则#3,禁止#1公布#1状元#1名单#4。 + dan4 shi4 you2 guang3 xi1 shi2 bu4 zhun3 yuan2 ze2 jin4 zhi3 gong1 bu4 zhuang4 yuan2 ming2 dan1 +005204 老师#3,能#2躺着的话#3,谁愿意#1趴着#1睡呀#3…结果#1同桌#2提前#1回家#1睡觉了#4。 + lao3 shi1 neng2 tang3 zhe5 de5 hua4 shui2 yuan4 yi4 pa1 zhe5 shui4 ya5 jie2 guo3 tong2 zhuo1 ti2 qian2 hui2 jia1 shui4 jiao4 le5 +005205 对于#2生儿#1育女#3,雪儿#1表示#3希望#1享受#1二人#1世界#3,稍后#2才作#1考虑#4。 + dui4 yu2 sheng1 er2 yu4 nv3 xue3 er2 biao3 shi4 xi1 wang4 xiang3 shou4 er4 ren2 shi4 jie4 shao1 hou4 cai2 zuo4 kao3 lv4 +005206 继续#1做好#1清史#2纂修#1工作#4。 + ji4 xu4 zuo4 hao3 qing1 shi2 zuan3 xiu1 gong1 zuo4 +005207 目前#3该模型#1展示#3在#2斯塔#1万格#1大学#2考古#2博物馆内#4。 + mu4 qian2 gai1 mo2 xing2 zhan3 shi4 zai4 si1 ta3 wan4 ge2 da4 xue2 kao2 gu3 bo2 wu4 guan3 nei4 +005208 不过#2订单#1已经#1滚滚#1而来#3,不少#1韩商#1一张口#2就要#1采购#1几千吨#4。 + bu2 guo4 ding4 dan1 yi3 jing1 gun2 gun3 er2 lai2 bu4 shao3 han2 shang1 yi4 zhang1 kou3 jiu4 yao4 cai3 gou4 ji3 qian1 dun1 +005209 其时#3,谷得仓#2正和#1村治保#1主任#2谷建#2一块儿#1喝酒#4。 + qi2 shi2 gu3 de2 cang1 zheng4 he2 cun1 zhi4 bao2 zhu3 ren4 gu3 jian4 yi2 kuair4 he1 jiu3 +005210 两个#1孩子#2也有#2顽皮#2、不听话的#1时候#3,想要#1翻栅栏#1出去玩#4。 + liang3 ge5 hai2 zi5 ye2 you3 wan2 pi2 bu4 ting1 hua4 de5 shi2 hou4 xiang3 yao4 fan1 zha4 lan5 chu1 qu4 wan2 +005211 直到#1大傻#2咬断#1野猪的#1气管#3,野猪#2不#1动弹了#3,它才#1松口#4。 + zhi2 dao4 da4 sha2 yao3 duan4 ye3 zhu1 de5 qi4 guan3 ye3 zhu1 bu2 dong4 tan5 le5 ta1 cai2 song1 kou3 +005212 陈氏说#3,他还#1没有#1与#1绑匪#1直接#1谈话#4。 + chen2 shi4 shuo1 ta1 hai2 mei2 you2 yu3 bang2 fei3 zhi2 jie1 tan2 hua4 +005213 秦法友#2是#1孤寡#1老人#3,一生#1未婚#2无子女#4。 + qin2 fa2 you3 shi4 gu1 gua2 lao3 ren2 yi4 sheng1 wei4 hun1 wu2 zi2 nv3 +005214 他说#2这些#1“笑话#3”令他#1有些#1悔不#1当初#4。 + ta1 shuo1 zhe4 xie1 xiao4 hua5 ling4 ta1 you3 xie1 hui3 bu4 dang1 chu1 +005215 据说#2是由#1白静#1母亲#3或#1姥姥#1居住#4。 + ju4 shuo1 shi4 you2 bai2 jing4 mu3 qin1 huo4 lao3 lao5 ju1 zhu4 +005216 雪后的#1北京#2空气#2清新了#1许多#3,踏雪#1赏景者#1络绎#1不绝#4。 + xue3 hou4 de5 bei3 jing1 kong1 qi4 qing1 xin1 le5 xu3 duo1 ta4 xue3 shang2 jing2 zhe3 luo4 yi4 bu4 jue2 +005217 当时#2文强#1还说#3,准备#1找冉#1谈话#3,“嚷他#1下去了#4”。 + dang1 shi2 wen2 qiang2 hai2 shuo1 zhun3 bei4 zhao2 ran3 tan2 hua4 rang3 ta1 xia4 qu4 le5 +005218 想什么#1美事儿呢#3,敢#1考核#1不过#3,看我#1不#1抽死你#4! + xiang3 shen2 me5 mei3 shir4 ne5 gan2 kao3 he2 bu2 guo4 kan4 wo3 bu4 chou1 si2 ni3 +005219 而在#2本月#1投放量#1持续#1减少的#1情况下#3,“僧多粥少#1”局面#2几成#1定局#4。 + er2 zai4 ben3 yue4 tou2 fang4 liang4 chi2 xu4 jian2 shao3 de5 qing2 kuang4 xia4 seng1 duo1 zhou1 shao3 ju2 mian4 ji1 cheng2 ding4 ju2 +005220 在#1科室里#3,于莺#2是#1攒聚会的#1主儿#3,时常#1给#1大家#1找找#1乐子#4。 + zai4 ke1 shi4 li3 yu2 ying1 shi4 zan3 ju4 hui4 de5 zhur3 shi2 chang2 gei3 da4 jia1 zhao2 zhao3 le4 zi5 +005221 我#1与她#2何曾#1有过#1须臾的#1分离呢#4? + wo2 yu3 ta1 he2 ceng2 you3 guo4 xu1 yu2 de5 fen1 li2 ne5 +005222 不#3,我是说#1你土#3,就像#2秦岭#1兵马俑#4。 + bu4 wo3 shi4 shuo1 ni2 tu3 jiu4 xiang4 qin2 ling3 bing1 ma2 yong3 +005223 茫茫#1沙漠#3淹没了#1他们#1跋涉的#1足印#4。 + mang2 mang2 sha1 mo4 yan1 mo4 le5 ta1 men5 ba2 she4 de5 zu2 yin4 +005224 于是#3古柯桑#3被以#2鲁莽#1驾驶的#1罪名#1逮捕#4。 + yu2 shi4 gu3 ke1 sang1 bei4 yi3 lu2 mang3 jia4 shi3 de5 zui4 ming2 dai4 bu3 +005225 首日#3股价#1表现#3根据#2市场#1买卖#1情况#1而定#4。 + shou3 ri4 gu3 jia4 biao3 xian4 gen1 ju4 shi4 chang2 mai3 mai4 qing2 kuang4 er2 ding4 +005226 嫁#1这么远#1干什么#3,麻将#1打法#2一点#1都不#1一样#4。 + jia4 zhe4 me5 yuan3 gan4 shen2 me5 ma2 jiang4 da2 fa3 yi4 dian3 dou1 bu4 yi2 yang4 +005227 散步#1归来#3,我们#1到#1下榻的#1旅馆#1餐厅#1用膳#4。 + san4 bu4 gui1 lai2 wo3 men5 dao4 xia4 ta4 de5 lv2 guan3 can1 ting1 yong4 shan4 +005228 我想#2回学校#2扫扫墓#3,那里#1埋葬了#1我#1十几年的#1青春#4! + wo2 xiang3 hui2 xue2 xiao4 sao2 sao3 mu4 na4 li3 mai2 zang4 le5 wo3 shi2 ji3 nian2 de5 qing1 chun1 +005229 我#1很懂#2女孩子#3,一定#1帮你#1撩到#1妹子#4。 + wo3 hen2 dong2 nv3 hai2 zi5 yi2 ding4 bang1 ni3 liao2 dao4 mei4 zi5 +005230 经鉴定#3,沙麦#1可右#2大腿#1软组织#1挫裂伤#3,为#1轻微伤#4。 + jing1 jian4 ding4 sha1 mai4 ke3 you4 da4 tui3 ruan2 zu3 zhi1 cuo4 lie4 shang1 wei2 qing1 wei1 shang1 +005231 面临#2进退#1尴尬的#1困境#4。 + mian4 lin2 jin4 tui4 gan1 ga4 de5 kun4 jing4 +005232 听说#3多跳绳#2还能#1长个儿#4。 + ting1 shuo1 duo1 tiao4 sheng2 hai2 neng2 zhang3 ger4 +005233 但#2与此#1同时#3,“扫马路”的#1工作#2竟然#1也遭#1“疯抢#3”,就#1不免#1让人#1惊诧#4。 + dan4 yu2 ci3 tong2 shi2 sao2 ma3 lu4 de5 gong1 zuo4 jing4 ran2 ye3 zao1 feng1 qiang3 jiu4 bu4 mian3 rang4 ren2 jing1 cha4 +005234 生活中#3葛优#2也#1十分#1在意#1公众#1形象#4。 + sheng1 huo2 zhong1 ge3 you1 ye3 shi2 fen1 zai4 yi4 gong1 zhong4 xing2 xiang4 +005235 作为#2全国#1人大#1代表#3,他对#1微博#1打拐#2非常#1关注#4。 + zuo4 wei2 quan2 guo2 ren2 da4 dai4 biao3 ta1 dui4 wei1 bo2 da2 guai3 fei1 chang2 guan1 zhu4 +005236 此次#2重庆#2打黑#1审判#3,也已#1进入#1“扫尾”#1阶段#4。 + ci3 ci4 chong2 qing4 da3 hei1 shen3 pan4 ye2 yi3 jin4 ru4 sao2 wei3 jie1 duan4 +005237 能不能#1让#2不同时#1产的#1甲鱼卵#3同时#1孵化#1出壳呢#4? + neng2 bu4 neng2 rang4 bu4 tong2 shi2 chan3 de5 jia3 yu2 luan3 tong2 shi2 fu1 hua4 chu1 ke2 ne5 +005238 结果#2今天#1早上#1一上班#3,萨摩耶#2很幽怨的#1趴在那#3,哈士奇#1却#1不见了#4。 + jie2 guo3 jin1 tian1 zao3 shang5 yi2 shang4 ban1 sa4 mo2 ye1 hen3 you1 yuan4 de5 pa1 zai4 na4 ha1 shi4 qi2 que4 bu2 jian4 le5 +005239 应采儿#3:陈小春#2与#1应采儿#1婚后#1收敛#1不少#4。 + ying1 cai3 er2 chen2 xiao3 chun1 yu3 ying1 cai3 er2 hun1 hou4 shou1 lian3 bu4 shao3 +005240 黑作坊#2一关门#3就连#1空心#1胶囊#1也#1买不到了#4! + hei1 zuo1 fang5 yi4 guan1 men2 jiu4 lian2 kong1 xin1 jiao1 nang2 ye2 mai3 bu2 dao4 le5 +005241 大排#1长龙的#1出城#1车辆#3,塞满#2从#1加尔#1维斯敦#2到#1休士顿的#1道路#4。 + da4 pai2 chang2 long2 de5 chu1 cheng2 che1 liang4 sai1 man3 cong2 jia1 er3 wei2 si1 dun1 dao4 xiu1 shi4 dun4 de5 dao4 lu4 +005242 信中称#3,经常#1看到#2图书馆#1有关#1负责人#2从#1善本#1书库里#1拎包#4。 + xin4 zhong1 cheng1 jing1 chang2 kan4 dao4 tu2 shu1 guan2 you3 guan1 fu4 ze2 ren2 cong2 shan4 ben3 shu1 ku4 li3 lin1 bao1 +005243 女孩#1受的是#3弥漫性#1轴索#1损伤#4。 + nv3 hai2 shou4 de5 shi4 mi2 man4 xing4 zhou2 suo2 sun3 shang1 +005244 言辞中#3,杰克逊#3不时#1爆出#1粗口#4。 + yan2 ci2 zhong1 jie2 ke4 xun4 bu4 shi2 bao4 chu1 cu1 kou3 +005245 他#1写道#3,这次#1行程#2全长#2二点#1三三#1七一万#1公里#4。 + ta1 xie3 dao4 zhe4 ci4 xing2 cheng2 quan2 chang2 er4 dian3 san1 san1 qi1 yi1 wan4 gong1 li3 +005246 遇难者#1中的#1父亲#3在#1瓦尔省#3经营#1一家#1建筑#1公司#4。 + yu4 nan4 zhe3 zhong1 de5 fu4 qin5 zai4 wa2 er2 sheng3 jing1 ying2 yi4 jia1 jian4 zhu4 gong1 si1 +005247 其实#3,面板#1同行#2也在#1持续#1强化#2中小#1尺寸#1业务#4。 + qi2 shi2 mian4 ban3 tong2 hang2 ye3 zai4 chi2 xu4 qiang2 hua4 zhong1 xiao2 chi3 cun4 ye4 wu4 +005248 不过#3,黛咪#2听闻#1消息后#2已经#1通过#1律师#1否认#4。 + bu2 guo4 dai4 mi1 ting1 wen2 xiao1 xi5 hou4 yi3 jing1 tong1 guo4 lv4 shi1 fou3 ren4 +005249 食物#1替代的#1规律#2是#1普遍#1规律#4。 + shi2 wu4 ti4 dai4 de5 gui1 lv4 shi4 pu3 bian4 gui1 lv4 +005250 这些#1杨树苗#3普遍#1比较#1矮小#3,枝干#1很细#4。 + zhe4 xie1 yang2 shu4 miao2 pu3 bian4 bi3 jiao4 ai2 xiao3 zhi1 gan4 hen3 xi4 +005251 王宝强#2又#1露出他#1憨厚的#1笑容#4。 + wang2 bao3 qiang2 you4 lou4 chu1 ta1 han1 hou4 de5 xiao4 rong2 +005252 大客车#2从#1高速路#2翻落#1山沟#4。 + da4 ke4 che1 cong2 gao1 su4 lu4 fan1 luo4 shan1 gou1 +005253 一是#2加强#1内部#1队伍#1建设#3,夯实#1业务#1基础#4。 + yi1 shi4 jia1 qiang2 nei4 bu4 dui4 wu3 jian4 she4 hang1 shi2 ye4 wu4 ji1 chu3 +005254 说到#2这#1种种#1苦处#3,徐天#1觉得#3委屈#1无尽#4。 + shuo1 dao4 zhe4 zhong2 zhong2 ku3 chu4 xu2 tian1 jue2 de5 wei3 qu1 wu2 jin4 +005255 有些#1星星#1伤心#3就#1渐渐#1淡出#1粉丝群了#4。 + you3 xie1 xing1 xing5 shang1 xin1 jiu4 jian4 jian4 dan4 chu1 fen3 si1 qun2 le5 +005256 我#1现在#1耳朵里#3还老#1觉得#1响着#1那个#1声音#4。 + wo3 xian4 zai4 er3 duo5 li3 hai2 lao3 jue2 de5 xiang3 zhe5 na4 ge5 sheng1 yin1 +005257 我#1一般#2一个月#1去#1上海#1一次#3,因为#2上海#1有#1赛道#4。 + wo3 yi4 ban1 yi2 ge5 yue4 qu4 shang4 hai3 yi2 ci4 yin1 wei4 shang4 hai2 you3 sai4 dao4 +005258 比如#2吃#1苹果时#3,一口#1咬出#1一条#1小虫子#3,那#1玩意儿#3就是#1食心虫#4。 + bi3 ru2 chi1 ping2 guo3 shi2 yi4 kou2 yao3 chu1 yi4 tiao2 xiao3 chong2 zi5 na4 wan2 yir4 jiu4 shi4 shi2 xin1 chong2 +005259 如果#2用#1盖子#1或者#1大桶#3,学生#2不是#1拧不开#3,就是#1容易#1发生#1意外#4。 + ru2 guo3 yong4 gai4 zi5 huo4 zhe3 da4 tong3 xue2 sheng1 bu2 shi4 ning3 bu4 kai1 jiu4 shi4 rong2 yi4 fa1 sheng1 yi4 wai4 +005260 即使#2身体#1不舒服#3,头昏#1脑胀#3,也得#2咬咬牙#3,爬起来#1给#1儿子#1烧饭#4。 + ji2 shi3 shen1 ti3 bu4 shu1 fu5 tou2 hun1 nao3 zhang4 ye2 dei3 yao2 yao3 ya2 pa2 qi3 lai2 gei3 er2 zi5 shao1 fan4 +005261 清湖村#2大布路#2清湖#1商业#1广场#3,是#1摩托仔#1聚集#1搭客的#1地方#4。 + qing1 hu2 cun1 da4 bu4 lu4 qing1 hu2 shang1 ye4 guang2 chang3 shi4 mo2 tuo1 zai3 ju4 ji2 da1 ke4 de5 di4 fang5 +005262 允许看#3,但要#1坚决地#1试#4。 + yun2 xu3 kan4 dan4 yao4 jian1 jue2 de5 shi4 +005263 目前#3,龙某#1因#1涉嫌#1挪用#1资金罪#3被#1依法#1刑事#1拘留#4。 + mu4 qian2 long2 mou3 yin1 she4 xian2 nuo2 yong4 zi1 jin1 zui4 bei4 yi1 fa3 xing2 shi4 ju1 liu2 +005264 辛格#2为何#1要#1拒绝#1布什的#1热情#1邀请呢#4? + xin1 ge2 wei4 he2 yao4 ju4 jue2 bu4 shi2 de5 re4 qing2 yao1 qing3 ne5 +005265 难道#2真就#2老得连#1扫把#1也#1拿不#1动了#4? + nan2 dao4 zhen1 jiu4 lao3 de5 lian2 sao4 ba2 ye3 na2 bu5 dong4 le5 +005266 韩老汉#2曾因#2不满#1虎子#1偷#1自己的钱#3还#1打骂#2过他#4。 + han2 lao3 han4 ceng2 yin1 bu4 man2 hu2 zi5 tou1 zi4 ji3 de5 qian2 hai2 da3 ma4 guo4 ta1 +005267 遭亢#2反抗时#3,怕#1被人#1听到#2就用#1扳手#1将其#1打昏#4。 + zao1 kang4 fan3 kang4 shi2 pa4 bei4 ren2 ting1 dao4 jiu4 yong4 ban1 shou5 jiang1 qi2 da3 hun1 +005268 该剧#2取材于#2某部#1学雷锋#1标兵的#1真实#1故事#4。 + gai1 ju4 qu3 cai2 yu2 mou3 bu4 xue2 lei2 feng1 biao1 bing1 de5 zhen1 shi2 gu4 shi5 +005269 周末#2我#1什么#1都#1不要#1忙了#3,只想#1默默#1陪着你#4。 + zhou1 mo4 wo3 shen2 me5 dou1 bu2 yao4 mang2 le5 zhi2 xiang3 mo4 mo4 pei2 zhe5 ni3 +005270 有关#1部门的#1事先#1处理#3算得上#1妥善#1彻底吗#4? + you3 guan1 bu4 men2 de5 shi4 xian1 chu2 li3 suan4 de2 shang4 tuo3 shan4 che4 di3 ma5 +005271 这是#1怕我#1跑了的#1节奏吗#4? + zhe4 shi4 pa4 wo2 pao3 le5 de5 jie2 zou4 ma5 +005272 他#1可能#1刮掉了#1标志性的#1胡子#3,患上#1哮喘#3或者#1胃溃疡#4。 + ta1 ke3 neng2 gua1 diao4 le5 biao1 zhi4 xing4 de5 hu2 zi5 huan4 shang4 xiao4 chuan3 huo4 zhe3 wei4 kui4 yang2 +005273 与#1往年#1不同#3,洪水#2如#1黄河般#3夹杂着#1大量#1泥土#3滚滚#1流向#1低洼处#4。 + yu2 wang3 nian2 bu4 tong2 hong2 shui3 ru2 huang2 he2 ban1 jia1 za2 zhe5 da4 liang4 ni2 tu3 gun2 gun3 liu2 xiang4 di1 wa1 chu4 +005274 前几年#3女儿#2出嫁到#1安徽#1蒙城县#3,而#2弟兄#1三人#3都#1没有#1娶媳妇#4。 + qian2 ji3 nian2 nv3 er2 chu1 jia4 dao4 an1 hui1 meng2 cheng2 xian4 er2 di4 xiong1 san1 ren2 dou1 mei2 you2 qu3 xi2 fu4 +005275 本是#2很#1单纯的#2四片#1嘴唇#1碰一下#3,不足以#1说明#1什么#4。 + ben3 shi4 hen3 dan1 chun2 de5 si4 pian4 zui3 chun2 peng4 yi2 xia4 bu4 zu2 yi3 shuo1 ming2 shen2 me5 +005276 来世平#2被#1余雄#2所感动#3,打破#1沉默#3,一个劲#1追问#1余雄的#1身世#4。 + lai2 shi4 ping2 bei4 yu2 xiong2 suo2 gan3 dong4 da3 po4 chen2 mo4 yi2 ge5 jin4 zhui1 wen4 yu2 xiong2 de5 shen1 shi4 +005277 要是#2经常#1拉肚子#3,建议#1主人#2去#1看看#1中医#3,调理#1一下#1肠胃#4。 + yao4 shi4 jing1 chang2 la1 du4 zi5 jian4 yi4 zhu3 ren2 qu4 kan4 kan5 zhong1 yi1 tiao2 li3 yi2 xia4 chang2 wei4 +005278 王女士#1三个#1妹妹#3住在#1阳台#1一侧的#1卧室#4。 + wang2 nv3 shi4 san1 ge5 mei4 mei5 zhu4 zai4 yang2 tai2 yi2 ce4 de5 wo4 shi4 +005279 这些#1小作坊#3全部是#2前#1宋村人#1搭设#4。 + zhe4 xie1 xiao3 zuo1 fang5 quan2 bu4 shi4 qian2 song4 cun1 ren2 da1 she4 +005280 一会儿后#3,弟弟#2和#1堂妹#2回家#1喝水#3,留下了#1小雪#2与#1刘某#2单独#1相处#4。 + yi2 huir4 hou4 di4 di5 he2 tang2 mei4 hui2 jia1 he1 shui3 liu2 xia4 le5 xiao2 xue2 yu3 liu2 mou3 dan1 du2 xiang1 chu3 +005281 做#1垂直类#1电商#3,也#1没有#1希望#4。 + zuo4 chui2 zhi2 lei4 dian4 shang1 ye3 mei2 you3 xi1 wang4 +005282 一是#2多日#1连续#1排水#2使#1水泵#1损坏#3,排水#1能力#1下降#4。 + yi1 shi4 duo1 ri4 lian2 xu4 pai2 shui3 shi2 shui3 beng4 sun3 huai4 pai2 shui3 neng2 li4 xia4 jiang4 +005283 活该#3,点#1什么香#1不好#3,非点#1蚊香#3,这不#1找死么#4! + huo2 gai1 dian3 shen2 me5 xiang1 bu4 hao3 fei1 dian3 wen2 xiang1 zhe4 bu5 zhao2 si3 me5 +005284 消防锤#2一定要#1准备好#4。 + xiao1 fang2 chui2 yi2 ding4 yao4 zhun3 bei4 hao3 +005285 她和#1姨家#1表姐#2曾在#1附近#1打过工#3,她#1还到#1南口村#2找过#1朋友#4。 + ta1 he2 yi2 jia1 biao2 jie3 ceng2 zai4 fu4 jin4 da3 guo4 gong1 ta1 hai2 dao4 nan2 kou3 cun1 zhao3 guo4 peng2 you5 +005286 这种#1管控#2也是#1保持#1货币#1平稳#2非常#1关键的#1步骤#4。 + zhe4 zhong2 guan3 kong4 ye3 shi4 bao3 chi2 huo4 bi4 ping2 wen3 fei1 chang2 guan1 jian4 de5 bu4 zhou4 +005287 她是#2如何#1跟#1这些#1金发#1碧眼的#1洋人#1沟通的呢#4? + ta1 shi4 ru2 he2 gen1 zhe4 xie1 jin1 fa4 bi4 yan3 de5 yang2 ren2 gou1 tong1 de5 ne5 +005288 这场#1比赛#3,队伍#1除非#2大比分#1取胜#3,否则#1凶多#1吉少#2将#1无缘#1决赛#4。 + zhe4 chang2 bi3 sai4 dui4 wu5 chu2 fei1 da4 bi3 fen1 qu3 sheng4 fou3 ze2 xiong1 duo1 ji2 shao3 jiang1 wu2 yuan2 jue2 sai4 +005289 杨威#2比#1高崚#3晚#1入学#1一年#3,同样#1在#1行政#1管理系#1学习#4。 + yang2 wei1 bi3 gao1 ling2 wan3 ru4 xue2 yi4 nian2 tong2 yang4 zai4 xing2 zheng4 guan2 li3 xi4 xue2 xi2 +005290 钱荣#1一走#3,那位#1替补#1队员#2立即#1填上#1空位#3,继续#2尽#1钱荣#1未尽的#1责任#4。 + qian2 rong2 yi4 zou3 na4 wei4 ti4 bu3 dui4 yuan2 li4 ji2 tian2 shang4 kong1 wei4 ji4 xu4 jin4 qian2 rong2 wei4 jin4 de5 ze2 ren4 +005291 我#1后悔呀#3,前车#1之鉴#3,我#1咋就#1不知道#1吸取#1别人的#1教训呢#4。 + wo3 hou4 hui3 ya5 qian2 che1 zhi1 jian4 wo2 za3 jiu4 bu4 zhi1 dao4 xi1 qu3 bie2 ren5 de5 jiao4 xun4 ne5 +005292 而#2“苹果#1”等#1纸媒#3,冗员#1也不少#4。 + er2 ping2 guo3 deng2 zhi3 mei2 rong3 yuan2 ye3 bu4 shao3 +005293 背男友时#3,她先#1咧嘴#1一笑#3,稍稍#1弯腰#4。 + bei1 nan2 you3 shi2 ta1 xian1 lie2 zui3 yi2 xiao4 shao1 shao1 wan1 yao1 +005294 如今#2这里#1滴水#1不见了#3,岸边的#1植物#2枯黄#1而#1矮小#4。 + ru2 jin1 zhe4 li3 di1 shui3 bu2 jian4 le5 an4 bian1 de5 zhi2 wu4 ku1 huang2 er2 ai2 xiao3 +005295 事发时#3,她#1慌乱中#2穿着#1拖鞋#3,披着#1棉袄#2往外跑#4。 + shi4 fa1 shi2 ta1 huang1 luan4 zhong1 chuan1 zhe5 tuo1 xie2 pi1 zhe5 mian2 ao3 wang3 wai4 pao3 +005296 在#1地宫里#3,发现了#2佛顶骨#1舍利#3、感应#1舍利#2等#1佛家#1圣物#4。 + zai4 di4 gong1 li3 fa1 xian4 le5 fo2 ding2 gu3 she4 li4 gan3 ying4 she4 li4 deng3 fo2 jia1 sheng4 wu4 +005297 全年#1补助#1人数#3约#3八十一点#3八四#1五二#1万人#4。 + quan2 nian2 bu3 zhu4 ren2 shu4 yue1 ba1 shi5 yi1 dian3 ba1 si4 wu3 er4 wan4 ren2 +005298 我#1早生了#1五十年啊#4! + wo2 zao3 sheng1 le5 wu3 shi2 nian2 a5 +005299 另一些#2可能#1会#1感到#1自己#1在#1潜藏#2偷食#1禁果的#1渴望#4。 + ling4 yi4 xie1 ke3 neng2 hui4 gan3 dao4 zi4 ji3 zai4 qian2 cang2 tou1 shi2 jin4 guo3 de5 ke3 wang4 +005300 大爷#2只好#1又#1返回#1座位#3,站也#1不是#3,坐也#1不是#4。 + da4 ye5 zhi2 hao3 you4 fan3 hui2 zuo4 wei4 zhan4 ye3 bu2 shi4 zuo4 ye3 bu2 shi4 +005301 我买#1彩票#2从来#1没中过#3,哪怕#2一毛钱#1也没有#4。 + wo2 mai2 cai3 piao4 cong2 lai2 mei2 zhong4 guo4 na3 pa4 yi4 mao2 qian2 ye3 mei2 you3 +005302 拈花寺#1以东的#1胡同儿#1道路#2并不#1算窄#3,但#1两旁#2却#1停满了#1私家车#4。 + nian1 hua1 si4 yi3 dong1 de5 hu2 tongr4 dao4 lu4 bing4 bu5 suan4 zhai3 dan4 liang3 pang2 que4 ting2 man3 le5 si1 jia1 che1 +005303 她#2偶尔#1抬头#1看看#1读者#3,淡淡#1一笑#4。 + ta1 ou2 er3 tai2 tou2 kan4 kan5 du2 zhe3 dan4 dan4 yi2 xiao4 +005304 小猫#2被卡在#1车底#3,消防员#1来救#4。 + xiao3 mao1 bei4 qia3 zai4 che1 di3 xiao1 fang2 yuan2 lai2 jiu4 +005305 听着#2延安#1城中#2远远#1传来的#1歌声#3,也许#2当时的#1命名#1纯系#1偶然#4。 + ting1 zhe5 yan2 an1 cheng2 zhong1 yuan2 yuan3 chuan2 lai2 de5 ge1 sheng1 ye2 xu3 dang1 shi2 de5 ming4 ming2 chun2 xi4 ou3 ran2 +005306 支架#1底部#1空隙处#3,一只#1土狗#2趴在#1里面#1悠闲的#1舔着#1爪子#4。 + zhi1 jia4 di3 bu4 kong4 xi4 chu4 yi4 zhi1 tu2 gou3 pa1 zai4 li3 mian4 you1 xian2 de5 tian3 zhe5 zhua3 zi5 +005307 每到#2泉鱼#1出洞时#3,当地#1渔民#2就#1守在#1洞穴前#3,等着鱼#1进篓#4。 + mei3 dao4 quan2 yu2 chu1 dong4 shi2 dang1 di4 yu2 min2 jiu4 shou3 zai4 dong4 xue2 qian2 deng3 zhe5 yu2 jin4 lou3 +005308 产经#1新闻#1”称#3,石原#2通过#1这样的#1方式#2对#1日本#1外交#2进行#1挖苦#4。 + chan3 jing1 xin1 wen2 cheng1 shi2 yuan2 tong1 guo4 zhei4 yang4 de5 fang1 shi4 dui4 ri4 ben3 wai4 jiao1 jin4 xing2 wa1 ku3 +005309 原来#3你也#1是#1瞄星人#4。 + yuan2 lai2 ni2 ye3 shi4 miao2 xing1 ren2 +005310 前晚#3,刘华清的#1侄儿#1侄女们#3临时#1搭起了#1灵堂#4。 + qian2 wan3 liu2 hua2 qing1 de5 zhi2 er2 zhi2 nv3 men5 lin2 shi2 da1 qi3 le5 ling2 tang2 +005311 幸福#3就是#3猫#1吃鱼#2、狗吃肉#3、奥特曼#1打#2小怪兽#4。 + xing4 fu2 jiu4 shi4 mao1 chi1 yu2 gou3 chi1 rou4 ao4 te4 man4 da2 xiao3 guai4 shou4 +005312 我都#1不是#1香港#1小姐#3,没赢过#3,所以#1没框框#4。 + wo3 dou1 bu2 shi4 xiang1 gang3 xiao2 jie3 mei2 ying2 guo4 suo2 yi3 mei2 kuang4 kuang5 +005313 还有#1一些#1僧人#2被#1送入#1大学#4。 + hai2 you3 yi4 xie1 seng1 ren2 bei4 song4 ru4 da4 xue2 +005314 祁海#1认为#3,与其#2咬文#1嚼字#3还不如#1为#1农民工#2做些#1实事#4。 + qi2 hai3 ren4 wei2 yu3 qi2 yao3 wen2 jiao2 zi4 hai2 bu4 ru2 wei4 nong2 min2 gong1 zuo4 xie1 shi2 shi4 +005315 以下#3为其#2访谈#1摘录#4。 + yi3 xia4 wei2 qi2 fang3 tan2 zhai1 lu4 +005316 我#1可以#1和一#2一起#1看月亮#4。 + wo3 ke2 yi3 he2 yi1 yi4 qi3 kan4 yue4 liang5 +005317 北约#1国家#3拖不#1起了#4? + bei3 yue1 guo2 jia1 tuo1 bu4 qi3 le5 +005318 你们#1给他点#1压力啦#4! + ni3 men5 gei3 ta1 dian3 ya1 li4 la5 +005319 脸小#1腿长#1哭声响#4。 + lian2 xiao2 tui3 chang2 ku1 sheng1 xiang3 +005320 美女#1无聊#2找大叔#4? + mei2 nv3 wu2 liao2 zhao3 da4 shu1 +005321 艾薇儿#1与#1前夫#1仍是#1朋友#4。 + ai4 wei1 er2 yu3 qian2 fu1 reng2 shi4 peng2 you5 +005322 全部#1车次#3“晚点#1未定#4”。 + quan2 bu4 che1 ci4 wan2 dian3 wei4 ding4 +005323 后天#2温度#1舒适#3,(晴#4)。 + hou4 tian1 wen1 du4 shu1 shi4 qing2 +005324 蜈蚣#2怒气吼#3,甚至#2山河摇#4。 + wu2 gong1 nu4 qi4 hou3 shen4 zhi4 shan1 he2 yao2 +005325 没有#2为什么#3就是#1等我#1干嘛#4。 + mei2 you3 wei4 shen2 me5 jiu4 shi4 deng2 wo3 gan4 ma2 +005326 刚刚#2在看#1一本#2有趣的#1书呀#4。 + gang1 gang1 zai4 kan4 yi4 ben2 you3 qu4 de5 shu1 ya5 +005327 那#2您能#1谈一下#3普通#1老百姓#2如何#1做好#1防台的#1准备吗#4? + na4 nin2 neng2 tan2 yi2 xia4 pu3 tong1 lao2 bai3 xing4 ru2 he2 zuo4 hao3 fang2 tai2 de5 zhun3 bei4 ma5 +005328 他#2撇过#1头去#3,目光#2盯着#1大海#4。 + ta1 pie3 guo4 tou2 qu4 mu4 guang1 ding1 zhe5 da4 hai3 +005329 昨日#3,昌平区#1史各庄村#3,村口#2、沿街#3正在#1安装#1铁栅栏#4。 + zuo2 ri4 chang1 ping2 qu1 shi3 ge5 zhuang1 cun1 cun1 kou3 yan2 jie1 zheng4 zai4 an1 zhuang1 tie3 zha4 lan5 +005330 网友的#1误解#3,让#2许峰的#1扮演者#1小苏#2很苦恼#4。 + wang2 you3 de5 wu4 jie3 rang4 xu3 feng1 de5 ban4 yan2 zhe2 xiao3 su1 hen3 ku2 nao3 +005331 一番#2打斗后#3,孙富#2被#1摁倒在#1地上#4。 + yi4 fan1 da3 dou4 hou4 sun1 fu4 bei4 en4 dao3 zai4 di4 shang4 +005332 也许#2董事会#1很高兴#3,谢天#1谢地的#1说#3这尊#1菩萨#1送走#1算了#4。 + ye2 xu2 dong3 shi4 hui4 hen3 gao1 xing4 xie4 tian1 xie4 di4 de5 shuo1 zhe4 zun1 pu2 sa5 song4 zou3 suan4 le5 +005333 她叫#2周克云#3,是某旅#2三级#1士官#1刘勇的#1妻子#3,怀孕#1五个月#4。 + ta1 jiao4 zhou1 ke4 yun2 shi4 mou2 lv3 san1 ji2 shi4 guan1 liu2 yong3 de5 qi1 zi3 huai2 yun4 wu3 ge5 yue4 +005334 远征#2乘坐#1输送带#3是#1东方#1歌舞团#2舞台下#2很#1精彩的#1一个#1节目#4。 + yuan3 zheng1 cheng2 zuo4 shu1 song4 dai4 shi4 dong1 fang1 ge1 wu3 tuan2 wu3 tai2 xia4 hen3 jing1 cai3 de5 yi2 ge5 jie2 mu4 +005335 手术后#3,那个#1经常#1压得#1丁冉#2满头#1大汗的#1大肚腩#2消失了#4。 + shou3 shu4 hou4 na4 ge5 jing1 chang2 ya1 de5 ding1 ran3 man3 tou2 da4 han4 de5 da4 du4 nan3 xiao1 shi1 le5 +005336 噶图#1巴区#3是#2布隆迪#2反政府#1武装#3“全国#1解放#1阵线”的#1大本营#4。 + ga2 tu2 ba1 qu1 shi4 bu4 long2 di2 fan3 zheng4 fu2 wu3 zhuang1 quan2 guo2 jie3 fang4 zhen4 xian4 de5 da4 ben3 ying2 +005337 如何#1调和#2弱者#1与#1强者#3,贫与富#1之间的#1矛盾#3,极为#1重要#1与#1紧迫#4。 + ru2 he2 tiao2 he2 ruo4 zhe2 yu3 qiang2 zhe3 pin2 yu3 fu4 zhi1 jian1 de5 mao2 dun4 ji2 wei2 zhong4 yao4 yu2 jin3 po4 +005338 在#2电话旁的#1林雨翔#2像是#1知了#1蜕的壳#4。 + zai4 dian4 hua4 pang2 de5 lin2 yu3 xiang2 xiang4 shi4 zhi1 liao3 tui4 de5 ke2 +005339 您在家#2就少#1抽点烟#3,没事#2串串#1门子#2对#1身体#2也是有#1好处的#4。 + nin2 zai4 jia1 jiu4 shao3 chou1 dian3 yan1 mei2 shi4 chuan4 chuan5 men2 zi5 dui4 shen1 ti2 ye3 shi4 you2 hao3 chu4 de5 +005340 其中#3住宅类#1土地#2成交额#3环比#2大涨#2百分之#2一百#1零一点一#4。 + qi2 zhong1 zhu4 zhai2 lei4 tu3 di4 cheng2 jiao1 e2 huan2 bi3 da4 zhang2 bai3 fen1 zhi1 yi4 bai3 ling2 yi1 dian3 yi1 +005341 有人#1认为#3,新闻#1集团#2宁愿#1廉价#1甩掉#1这个#1包袱#4。 + you3 ren2 ren4 wei2 xin1 wen2 ji2 tuan2 ning4 yuan4 lian2 jia4 shuai3 diao4 zhe4 ge5 bao1 fu5 +005342 李伟#2才翻#1几页#3,身体上#2都是#1刺痛#3,汗水#1潜伏在#1额头上#3,蓄势#1待发#4。 + li2 wei3 cai2 fan1 ji3 ye4 shen1 ti3 shang4 dou1 shi4 ci4 tong4 han4 shui3 qian2 fu2 zai4 e2 tou5 shang4 xu4 shi4 dai4 fa1 +005343 多数#1晕倒的#1警察#2也是#1血压#1异常#3,与#1天气#1无关#4。 + duo1 shu4 yun1 dao3 de5 jing3 cha2 ye3 shi4 xue4 ya1 yi4 chang2 yu3 tian1 qi4 wu2 guan1 +005344 前女友#2脸色#1一变#3,男朋友#1正#1得意#3,我又#1来了#1一句#3:今天#2你是#1陪我#1姐姐呢#4? + qian2 nv2 you2 lian3 se4 yi2 bian4 nan2 peng2 you5 zheng4 de2 yi4 wo3 you4 lai2 le5 yi2 ju4 jin1 tian1 ni3 shi4 pei2 wo2 jie3 jie5 ne5 +005345 券商股#2今日#2继续#1集体#1狂欢#3,兴业#1证券#2受#1游资#1热捧#1以#1涨停#1开盘#4。 + quan4 shang1 gu3 jin1 ri4 ji4 xu4 ji2 ti3 kuang2 huan1 xing1 ye4 zheng4 quan4 shou4 you2 zi1 re4 peng3 yi2 zhang3 ting2 kai1 pan2 +005346 尽管#2天气#1严寒#2,冷风#1冽冽#3,但#1各部队#1官兵#2精神#1抖擞#3,斗志#1昂扬#4。 + jin2 guan3 tian1 qi4 yan2 han2 leng3 feng1 lie4 lie4 dan4 ge4 bu4 dui4 guan1 bing1 jing1 shen2 dou2 sou3 dou4 zhi4 ang2 yang2 +005347 只要#1他#1一动#3,狗就#1换个#1地方咬#3,到#1后来#2爪子#1搭在#1他#1肩上咬#4。 + zhi3 yao4 ta1 yi2 dong4 gou3 jiu4 huan4 ge5 di4 fang1 yao3 dao4 hou4 lai2 zhua3 zi5 da1 zai4 ta1 jian1 shang4 yao3 +005348 男子#1面前#3,是#1两个#1穿着#1花棉袄#3活蹦#1乱跳的#1小孩子#4。 + nan2 zi3 mian4 qian2 shi4 liang3 ge5 chuan1 zhe5 hua1 mian2 ao3 huo2 beng4 luan4 tiao4 de5 xiao3 hai2 zi5 +005349 金门#2纪念#2八二三#1炮战#3五十四#1周年#4。 + jin1 men2 ji4 nian4 ba1 er4 san1 pao4 zhan4 wu3 shi2 si4 zhou1 nian2 +005350 它们#2被人为#1破坏后#3,在#2洪涝#1灾年#2防汛#1效果#1显著#4。 + ta1 men5 bei4 ren2 wei2 po4 huai4 hou4 zai4 hong2 lao4 zai1 nian2 fang2 xun4 xiao4 guo2 xian3 zhu4 +005351 粥#2每次#1都给#1妻子喝#3,王东进#2自己#1打点#1开水#3,泡馒头#1就咸菜#4。 + zhou1 mei3 ci4 dou1 gei3 qi1 zi3 he1 wang2 dong1 jin4 zi4 ji3 da2 dian3 kai1 shui3 pao4 man2 tou5 jiu4 xian2 cai4 +005352 他#1供称#3,美军#1曾#1实施#1美人计#3,派女兵#1摸他的#1大腿#1逼供#4。 + ta1 gong4 cheng1 mei3 jun1 ceng2 shi2 shi1 mei3 ren2 ji4 pai4 nv3 bing1 mo1 ta1 de5 da4 tui3 bi1 gong4 +005353 这项#2激励#1措施#3似乎#1很奏效#4。 + zhe4 xiang4 ji1 li4 cuo4 shi1 si4 hu1 hen3 zou4 xiao4 +005354 当晚#3,一伙人#1将#1袁某#2砍死#1街头#4。 + dang4 wan3 yi4 huo3 ren2 jiang1 yuan2 mou3 kan2 si3 jie1 tou2 +005355 又快#2又#1舒适#3,但是#2我们#1没钱哪#4! + you4 kuai4 you4 shu1 shi4 dan4 shi4 wo3 men5 mei2 qian2 na5 +005356 岳凤琼#1眼里#3,女儿#2是#1典型的#1乖乖女#4。 + yue4 feng4 qiong2 yan2 li3 nv3 er2 shi4 dian3 xing2 de5 guai1 guai1 nv3 +005357 最后#2厂家#1表示#3可以#1给#1刘某#2另换包#1质量#1好的#1酸奶#4。 + zui4 hou4 chang3 jia1 biao3 shi4 ke2 yi2 gei3 liu2 mou3 ling4 huan4 bao1 zhi4 liang4 hao3 de5 suan1 nai3 +005358 萨科齐#3可能#1依据#1隆盖的#1报告#1决定#3是否#1提早#1撤军#4。 + sa4 ke1 qi2 ke3 neng2 yi1 ju4 long2 gai4 de5 bao4 gao4 jue2 ding4 shi4 fou3 ti2 zao3 che4 jun1 +005359 你爹#2犯了#1村规#2就#1没事了#4? + ni3 die1 fan4 le5 cun1 gui1 jiu4 mei2 shi4 le5 +005360 最终#3,两人#1商定#3以#2“凿壁#1偷钱”的#1方式#1进行#1诈骗#4。 + zui4 zhong1 liang3 ren2 shang1 ding4 yi3 zao2 bi4 tou1 qian2 de5 fang1 shi4 jin4 xing2 zha4 pian4 +005361 他的#1喉咙#1被#1割断了#1两次#3,手腕#2也有#1被#1割伤的#1痕迹#3,前额#1有#1擦伤#4。 + ta1 de5 hou2 long2 bei4 ge1 duan4 le5 liang3 ci4 shou3 wan4 ye2 you3 bei4 ge1 shang1 de5 hen2 ji4 qian2 e2 you3 ca1 shang1 +005362 记者#2马上问#3,考生#1信息#2被#1抢注的#1多吗#4? + ji4 zhe2 ma3 shang4 wen4 kao3 sheng1 xin4 xi1 bei4 qiang3 zhu4 de5 duo1 ma5 +005363 前阵子#2接买家的#1电话#1太多#3,说到#2腮帮子#1疼#3,下颌#1骨头#1发炎#4。 + qian2 zhen4 zi5 jie1 mai3 jia1 de5 dian4 hua4 tai4 duo1 shuo1 dao4 sai1 bang1 zi5 teng2 xia4 he2 gu3 tou5 fa1 yan2 +005364 和你#1在一起#3,在#1沙滩上#3用#1沙子#3堆一个#1大大的#1城堡#4。 + he2 ni3 zai4 yi4 qi3 zai4 sha1 tan1 shang4 yong4 sha1 zi5 dui1 yi2 ge5 da4 da4 de5 cheng2 bao3 +005365 种种的#1事件#3引起#1港人#1不满#4。 + zhong2 zhong3 de5 shi4 jian4 yin2 qi2 gang3 ren2 bu4 man3 +005366 张先生#1说#3,他#1攒了#1不少#1儿子的#1决心书#2、保证书#3,却#1无法#1挽回#1儿子#4。 + zhang1 xian1 sheng5 shuo1 ta1 zan3 le5 bu4 shao3 er2 zi5 de5 jue2 xin1 shu1 bao3 zheng4 shu1 que4 wu2 fa2 wan3 hui2 er2 zi5 +005367 我#1非常#1喜欢#1思考哦#4。 + wo3 fei1 chang2 xi3 huan1 si1 kao3 o5 +005368 温家宝#2来到#1这里#3,只见#2一垄垄#1菜花#2、生菜等#2一望#1无际#4。 + wen1 jia1 bao3 lai2 dao4 zhe4 li3 zhi3 jian4 yi4 long2 long3 cai4 hua1 sheng1 cai4 deng3 yi2 wang4 wu2 ji4 +005369 于是#3,一场#1博弈#3在#1刘奇琰#2与#1棚改#2指挥部#1之间#1展开#4。 + yu2 shi4 yi4 chang3 bo2 yi4 zai4 liu2 qi2 yan3 yu3 peng2 gai2 zhi3 hui1 bu4 zhi1 jian1 zhan3 kai1 +005370 让#1我们#2就把#1内容#2放在#1那儿吧#4。 + rang4 wo3 men5 jiu4 ba3 nei4 rong2 fang4 zai4 nar4 ba5 +005371 二零#1一一#3与#1二零#1一二年#3,雾霾#1来袭#4。 + er4 ling2 yi1 yi1 yu3 er4 ling2 yi1 er4 nian2 wu4 mai2 lai2 xi2 +005372 我还#1真没#1去过#1哪儿#2好好#1旅行#4。 + wo3 hai2 zhen1 mei2 qu4 guo4 nar2 hao3 hao1 lv3 xing2 +005373 据悉#3,该#1银行#2目前#1在#1深圳#3已经#2全面#1停做#1房贷#1业务#4。 + ju4 xi1 gai1 yin2 hang2 mu4 qian2 zai4 shen1 zhen4 yi3 jing1 quan2 mian4 ting2 zuo4 fang2 dai4 ye4 wu4 +005374 在#1整个#1奥运会#1期间#3要#1体现#1全方位的#1人文#1关怀#4。 + zai4 zheng3 ge5 ao4 yun4 hui4 qi1 jian1 yao4 ti3 xian4 quan2 fang1 wei4 de5 ren2 wen2 guan1 huai2 +005375 这名#1居民#1还称#3,他在#1交谈中#3发现#2霍姆斯#2眼神#1怪异#3、不停#1眨动#4。 + zhe4 ming2 ju1 min2 hai2 cheng1 ta1 zai4 jiao1 tan2 zhong1 fa1 xian4 huo4 mu3 si1 yan3 shen2 guai4 yi4 bu4 ting2 zha3 dong4 +005376 摩门经#3”是#2耶稣#1基督#1后期#1圣徒#1教会的#2经典#1著作#4。 + mo2 men2 jing1 shi4 ye1 su1 ji1 du1 hou4 qi1 sheng4 tu2 jiao4 hui4 de5 jing1 dian3 zhu4 zuo4 +005377 黄圣依#2受宠#1若惊#3,措手#1不及#4。 + huang2 sheng4 yi1 shou4 chong3 ruo4 jing1 cuo4 shou3 bu4 ji2 +005378 后来#2还#1割了#1屁股上#1一块肉#2补耳朵#4。 + hou4 lai2 hai2 ge1 le5 pi4 gu5 shang4 yi2 kuai4 rou4 bu2 er3 duo5 +005379 菲律宾#2全球#1示威#1游行#3昨天#2草草#1收场#4。 + fei1 lv4 bin1 quan2 qiu2 shi4 wei1 you2 xing2 zuo2 tian1 cao2 cao3 shou1 chang3 +005380 首先#3,记者#1拨打的#1是#1约车#1电话#3九六#1幺零六#4。 + shou3 xian1 ji4 zhe3 bo1 da3 de5 shi4 yue1 che1 dian4 hua4 jiu3 liu4 yao1 ling2 liu4 +005381 一着急#3,她#1就会#1出于#1自我#1保护#3,耍#1两招#2不太#1协调的#2咏春拳#4。 + yi4 zhao2 ji2 ta1 jiu4 hui4 chu1 yu2 zi4 wo2 bao3 hu4 shua2 liang3 zhao1 bu2 tai4 xie2 tiao2 de5 yong3 chun1 quan2 +005382 人称#2练不死的#1陈钰#2只有#1二十岁#3,大跟斗#2、小技巧#3,样样#1难不倒#4。 + ren2 cheng1 lian4 bu4 si3 de5 chen2 yu4 zhi2 you3 er4 shi2 sui4 da4 gen1 dou5 xiao3 ji4 qiao3 yang4 yang4 nan2 bu4 dao3 +005383 她是#1老大呀#3,她#1下面#2还有#1四个#1妹妹呢#4! + ta1 shi4 lao3 da4 ya5 ta1 xia4 mian4 hai2 you3 si4 ge5 mei4 mei5 ne5 +005384 而#1现在#3还是#1请你#1将剑#2插进#1鞘里#3,管住#1你那#2毫无#1用处的#1舌头吧#4。 + er2 xian4 zai4 hai2 shi4 qing2 ni3 jiang1 jian4 cha1 jin4 qiao4 li3 guan3 zhu4 ni3 na4 hao2 wu2 yong4 chu4 de5 she2 tou5 ba5 +005385 拱在#1交汇处#2向下#1凹陷#3,以#1容纳#1上面的#1珠宝球#4。 + gong3 zai4 jiao1 hui4 chu4 xiang4 xia4 ao1 xian4 yi3 rong2 na4 shang4 mian4 de5 zhu1 bao3 qiu2 +005386 奔涌#2迸发#1活力#3,梦想#2照亮#1现实#4。 + ben1 yong3 beng4 fa1 huo2 li4 meng4 xiang3 zhao4 liang4 xian4 shi2 +005387 从#2十九年前#1建厂#1至今#3,污水#1一直#1排放到#2望虞河中#4。 + cong2 shi2 jiu3 nian2 qian2 jian4 chang3 zhi4 jin1 wu1 shui3 yi4 zhi2 pai2 fang4 dao4 wang4 yu2 he2 zhong1 +005388 欧洲#1宇航#1防务#1集团#3是#1欧洲#1空客#1公司的#1母公司#4。 + ou1 zhou1 yu3 hang2 fang2 wu4 ji2 tuan2 shi4 ou1 zhou1 kong1 ke4 gong1 si1 de5 mu3 gong1 si1 +005389 她#1解约#2纯属#1个性#1使然#3,跟#1别人#1力捧#1没什么#1关系#4。 + ta1 jie3 yue1 chun2 shu3 ge4 xing4 shi3 ran2 gen1 bie2 ren2 li4 peng3 mei2 shen2 me5 guan1 xi5 +005390 蔡维斌#2是#1成都#1丽凯#1手性#1技术#1有限#1公司#1原股东#2、销售#1经理#4。 + cai4 wei2 bin1 shi4 cheng2 du1 li4 kai2 shou3 xing4 ji4 shu4 you3 xian4 gong1 si1 yuan2 gu3 dong1 xiao1 shou4 jing1 li3 +005391 关某#3,原系#2濉溪县#1孙疃镇#2燕头村#1党支部#1书记#2、村委会#1主任#4。 + guan1 mou3 yuan2 xi4 sui1 xi1 xian4 sun1 tuan3 zhen4 yan4 tou2 cun1 dang3 zhi1 bu4 shu1 ji4 cun1 wei3 hui4 zhu3 ren4 +005392 这里#3,不妨#1把#2有关#2“当事人”的#1情况#2拿出来#1晒晒#4。 + zhe4 li3 bu4 fang2 ba2 you3 guan1 dang1 shi4 ren2 de5 qing2 kuang4 na2 chu1 lai2 shai4 shai5 +005393 山高#1路远#3,长途#1颠簸#4。 + shan1 gao1 lu4 yuan3 chang2 tu2 dian1 bo3 +005394 而#2最终的#1损失#3,都会由#1投资者#1买单#4。 + er2 zui4 zhong1 de5 sun3 shi1 dou1 hui4 you2 tou2 zi1 zhe2 mai3 dan1 +005395 目前#3,四位#1市民#2已为#1自己的#1爱犬#1报名#4。 + mu4 qian2 si4 wei4 shi4 min2 yi3 wei4 zi4 ji3 de5 ai4 quan3 bao4 ming2 +005396 雨花茶#2是#1南京#1特产#3,也是#2全国#1十大#1名茶#1之一哦#4! + yu3 hua1 cha2 shi4 nan2 jing1 te4 chan3 ye3 shi4 quan2 guo2 shi2 da4 ming2 cha2 zhi1 yi1 o5 +005397 他#1走近#1钢琴#2并#1开始#1演奏#3“祖国#2从#1哪里#1开始#4”。 + ta1 zou3 jin4 gang1 qin2 bing4 kai1 shi2 yan3 zou4 zu3 guo2 cong2 na2 li3 kai1 shi3 +005398 见了面#2要多#1劝劝#1妻子#3,不能#1再干#1傻事了#4。 + jian4 le5 mian4 yao4 duo1 quan4 quan5 qi1 zi3 bu4 neng2 zai4 gan4 sha3 shi4 le5 +005399 日前#2有#1媒体称#3,姚晨#1代言的#1“一嗨#1租车#3”涉嫌#2违规#1业务#4。 + ri4 qian2 you3 mei2 ti3 cheng1 yao2 chen2 dai4 yan2 de5 yi4 hai1 zu1 che1 she4 xian2 wei2 gui1 ye4 wu5 +005400 是#2马尔#1代夫#3,不是#2马儿#1带父#4。 + shi4 ma2 er3 dai4 fu1 bu2 shi4 ma3 er2 dai4 fu4 +005401 绿树#1鲜花#1掩映的#1城市#1角落中#3,有时#2还能#1瞥见#1翩然#1起舞的#1身影#4。 + lv4 shu4 xian1 hua1 yan3 ying4 de5 cheng2 shi4 jiao3 luo4 zhong1 you3 shi2 hai2 neng2 pie1 jian4 pian1 ran2 qi2 wu3 de5 shen1 ying3 +005402 西安#2街头#1烤面筋#2很受#1欢迎#4。 + xi1 an1 jie1 tou2 kao3 mian4 jin5 hen3 shou4 huan1 ying2 +005403 最终#3,安东尼#2以#1七比一的#1巨大#1优势#2拿到#1冠军#4。 + zui4 zhong1 an1 dong1 ni2 yi3 qi1 bi3 yi1 de5 ju4 da4 you1 shi4 na2 dao4 guan4 jun1 +005404 最近#1半个月#3,哥俩儿的#1心情#2格外好#4。 + zui4 jin4 ban4 ge5 yue4 ge1 liar3 de5 xin1 qing2 ge2 wai4 hao3 +005405 我也#1想#1快点#3!腰酸#1背痛#1真的#4。 + wo2 ye2 xiang3 kuai4 dian3 yao1 suan1 bei4 tong4 zhen1 de5 +005406 高连军#2一听说#1王军伟#1要#1带着#1两个#1弟兄#1来#1投案#3,马上#1进行#1阻拦#4。 + gao1 lian2 jun1 yi4 ting1 shuo1 wang2 jun1 wei3 yao4 dai4 zhe5 liang3 ge5 di4 xiong5 lai2 tou2 an4 ma3 shang4 jin4 xing2 zu3 lan2 +005407 市民#2蒋小鹏#1是#1“挺节派#3”,过“节#1”让#1他累#2并#1快乐着#4。 + shi4 min2 jiang2 xiao3 peng2 shi4 ting3 jie2 pai4 guo4 jie2 rang4 ta1 lei4 bing4 kuai4 le4 zhe5 +005408 赵建明#2不大#1爱说话#3,大多数#1时候#1用“恩#1”作回应#4。 + zhao4 jian4 ming2 bu2 da4 ai4 shuo1 hua4 da4 duo1 shu4 shi2 hou4 yong4 en4 zuo4 hui2 ying4 +005409 捕鸟人#2痛得#1丢下#1粘竿#3,鸽子#2立即#1惊跑了#4。 + bu2 niao3 ren2 tong4 de5 diu1 xia4 nian2 gan1 ge1 zi5 li4 ji2 jing1 pao3 le5 +005410 记者#1在和#1徐维秀#1交流时#3,发现#2她有点#1木讷#4。 + ji4 zhe3 zai4 he2 xu2 wei2 xiu4 jiao1 liu2 shi2 fa1 xian4 ta1 you2 dian3 mu4 ne4 +005411 消息#1显示#3,二五六#1机组#2已经#2成功#1接入#1电缆#4。 + xiao1 xi5 xian3 shi4 er4 wu3 liu4 ji1 zu3 yi3 jing1 cheng2 gong1 jie1 ru4 dian4 lan3 +005412 这#1并不是说#2中巴#1关系#2就会#1畅行#1无阻#4。 + zhe4 bing4 bu2 shi4 shuo1 zhong1 ba1 guan1 xi5 jiu4 hui4 chang4 xing2 wu2 zu3 +005413 但这#2未能#1阻止#1被#1拆解#4。 + dan4 zhe4 wei4 neng2 zu2 zhi3 bei4 chai1 jie3 +005414 山东省#2招远市#1市委#1书记#1徐少宁#3,就是#1他们的#1突出#1代表#4。 + shan1 dong1 sheng3 zhao1 yuan3 shi4 shi4 wei3 shu1 ji4 xu2 shao3 ning2 jiu4 shi4 ta1 men5 de5 tu1 chu1 dai4 biao3 +005415 从此#1以后#3,蝙蝠#2总是#1躲藏在#2黑暗的#1地方#3,只是#1在#1晚上#2才#1独自#1飞出来#4。 + cong2 ci2 yi3 hou4 bian1 fu2 zong3 shi4 duo3 cang2 zai4 hei1 an4 de5 di4 fang5 zhi3 shi4 zai4 wan3 shang4 cai2 du2 zi4 fei1 chu1 lai2 +005416 记者#2多次#1敲#2二四#1零九室的门#3,但#1屋内#2没有人#1应答#4。 + ji4 zhe3 duo1 ci4 qiao1 er4 si4 ling2 jiu3 shi4 de5 men2 dan4 wu1 nei4 mei2 you3 ren2 ying4 da2 +005417 苹果#1手机#1版本#1游戏#3也#1同时#1在#1应用#1程序#1商店#1上线#4。 + ping2 guo2 shou3 ji1 ban2 ben3 you2 xi4 ye3 tong2 shi2 zai4 ying4 yong4 cheng2 xu4 shang1 dian4 shang4 xian4 +005418 上海#1楼市#1暖冬#1格局下#3,也有#1部分人#2在#1逆势#1抛盘#4。 + shang4 hai3 lou2 shi4 nuan3 dong1 ge2 ju2 xia4 ye2 you3 bu4 fen5 ren2 zai4 ni4 shi4 pao1 pan2 +005419 坎法尔的#1继任者#2是#1卡塔尔的#1一位#1商人#2和#1王室#1成员#4。 + kan2 fa2 er3 de5 ji4 ren4 zhe3 shi4 ka2 ta2 er3 de5 yi2 wei4 shang1 ren2 he2 wang2 shi4 cheng2 yuan2 +005420 两条路#2在#1一个#1写有#2“天宫院#1风水#1文化#1景区”的#1牌楼前#1汇合#4。 + liang3 tiao2 lu4 zai4 yi2 ge5 xie2 you3 tian1 gong1 yuan4 feng1 shui3 wen2 hua4 jing3 qu1 de5 pai2 lou2 qian2 hui4 he2 +005421 市民们#2在#1露天#1“科举#1考试#4”。 + shi4 min2 men5 zai4 lu4 tian1 ke1 ju2 kao3 shi4 +005422 女子#1惊恐#1万分#2,连声#1求饶#4。 + nv2 zi3 jing1 kong3 wan4 fen1 lian2 sheng1 qiu2 rao2 +005423 花城#1广场的#1夜晚#2灯光#1璀璨#4。 + hua1 cheng2 guang2 chang3 de5 ye4 wan3 deng1 guang1 cui3 can4 +005424 孙虎#2把#1李强#2说得#1云里#1雾里#4。 + sun1 hu3 ba2 li3 qiang2 shuo1 de5 yun2 li3 wu4 li3 +005425 悬在#1头顶的#1老铁扇#2一刻#1不停地#1工作着#3,可仍#1挡不住#1滚滚#1热浪#4。 + xuan2 zai4 tou2 ding3 de5 lao2 tie3 shan4 yi2 ke4 bu4 ting2 de5 gong1 zuo4 zhe5 ke3 reng2 dang3 bu2 zhu4 gun2 gun3 re4 lang4 +005426 打麻将#3!三缺一#3,上不上#4? + da3 ma2 jiang4 san1 que1 yi1 shang4 bu5 shang4 +005427 布朗#1太太#2一分钱#1也没#1拿到#4。 + bu4 lang3 tai4 tai5 yi4 fen1 qian2 ye3 mei2 na2 dao4 +005428 利润#3,比外界#1想的#1低多了#4。 + li4 run5 bi3 wai4 jie4 xiang3 de5 di1 duo1 le5 +005429 偶尔#1吃一顿#2也是#1不错的#1选择#4。 + ou2 er3 chi1 yi2 dun4 ye3 shi4 bu2 cuo4 de5 xuan3 ze2 +005430 学习#2党的#1创新#1理论#2有啥用#4? + xue2 xi2 dang3 de5 chuang4 xin1 li3 lun4 you3 sha2 yong4 +005431 时间#2掐着点儿#3,开车#1悠着点儿#4。 + shi2 jian1 qia1 zhe5 dianr3 kai1 che1 you1 zhe5 dianr3 +005432 大手笔的#1投入#2结出了#1累累#1硕果#4。 + da4 shou2 bi3 de5 tou2 ru4 jie2 chu1 le5 lei2 lei2 shuo4 guo3 +005433 新买的#1电脑#2总是#1死机#3,打电话#1要#1厂家#1来修#2也#1一直#1没来#4。 + xin1 mai3 de5 dian4 nao2 zong3 shi4 si3 ji1 da3 dian4 hua4 yao4 chang3 jia1 lai2 xiu1 ye3 yi4 zhi2 mei2 lai2 +005434 世界#1新闻报#3”雇人#1入侵#2道勒的#1语音#1信箱#4。 + shi4 jie4 xin1 wen2 bao4 gu4 ren2 ru4 qin1 dao4 le4 de5 yu3 yin1 xin4 xiang1 +005435 编入#2该书的#1文稿#3,均#1根据#1朱镕基#1出席#1重要#4。 + bian1 ru4 gai1 shu1 de5 wen2 gao3 jun1 gen1 ju4 zhu1 rong2 ji1 chu1 xi2 zhong4 yao4 +005436 电话#1那头称#3小晴#2在#1四五#1公里#1外的#2庆丰#1某#1诊所内#4。 + dian4 hua4 na4 tou2 cheng1 xiao3 qing2 zai4 si4 wu3 gong1 li3 wai4 de5 qing4 feng1 mou3 zhen2 suo3 nei4 +005437 高温#2将从#1本周四起#2稍稍#1缓解#4。 + gao1 wen1 jiang1 cong2 ben3 zhou1 si4 qi3 shao1 shao1 huan2 jie3 +005438 其间#3,当事#1加油员#2将#1手里的#1钥匙#1扔掉#4。 + qi2 jian1 dang1 shi4 jia1 you2 yuan2 jiang1 shou2 li3 de5 yao4 shi5 reng1 diao4 +005439 笔者#1有个#1嗜好#3,爱看#1有关#1反腐的#1文章#4。 + bi2 zhe2 you3 ge5 shi4 hao4 ai4 kan4 you3 guan1 fan2 fu3 de5 wen2 zhang1 +005440 当她#2脱去#1外衣#3,记者#1才发现#2她#1右臂#1肘关节#1以下#1残疾了#4。 + dang1 ta1 tuo1 qu4 wai4 yi1 ji4 zhe3 cai2 fa1 xian4 ta1 you4 bi4 zhou3 guan1 jie2 yi3 xia4 can2 ji2 le5 +005441 除#1全场#2唯一的#1两双外#3,他还#1贡献了#2两次#1扣篮#2、一次#1助攻#2和#1一次#1抢断#4。 + chu2 quan2 chang3 wei2 yi1 de5 liang3 shuang1 wai4 ta1 hai2 gong4 xian4 le5 liang3 ci4 kou4 lan2 yi2 ci4 zhu4 gong1 he2 yi2 ci4 qiang3 duan4 +005442 加快#1完善#1技术#1标准#1体系#2和#1行业#1准入#1管理#4。 + jia1 kuai4 wan2 shan4 ji4 shu4 biao1 zhun2 ti3 xi4 he2 hang2 ye4 zhun3 ru4 guan2 li3 +005443 下一步#3,疯狂的#1裁缝#2也想#1小公司#2再有#1大发展#4。 + xia4 yi2 bu4 feng1 kuang2 de5 cai2 feng5 ye2 xiang2 xiao3 gong1 si1 zai4 you3 da4 fa1 zhan3 +005444 你#1一定是#1弄错了#3,不是#1我叫的#1外卖#4。 + ni3 yi2 ding4 shi4 nong4 cuo4 le5 bu2 shi4 wo3 jiao4 de5 wai4 mai4 +005445 深圳#1设计#1基础好#3,而且#1近邻#1香港#4。 + shen1 zhen4 she4 ji4 ji1 chu2 hao3 er2 qie3 jin4 lin2 xiang1 gang3 +005446 该男子#1被指#3密云县#1政协#1委员#2李昕旸#4。 + gai1 nan2 zi3 bei4 zhi3 mi4 yun2 xian4 zheng4 xie2 wei3 yuan2 li3 xin1 yang2 +005447 但#1妻子#2刚刚#1动完#1手术#3,走得开吗#4? + dan4 qi1 zi3 gang1 gang1 dong4 wan2 shou3 shu4 zou3 de5 kai1 ma5 +005448 这座#2美国#1东岸的#1“赌城#3”,平日#1熙来#1攘往#2,热闹#1非凡#4。 + zhe4 zuo4 mei3 guo2 dong1 an4 de5 du3 cheng2 ping2 ri4 xi1 lai2 rang2 wang3 re4 nao4 fei1 fan2 +005449 问题#1在于#3,不少#1商户#2虽然#1赔了钱#3,但是#1最后#1连吆喝#2也没有#1赚着#4。 + wen4 ti2 zai4 yu2 bu4 shao3 shang1 hu4 sui1 ran2 pei2 le5 qian2 dan4 shi4 zui4 hou4 lian2 yao1 he5 ye3 mei2 you3 zhuan4 zhao2 +005450 但#1小诊所#1一比#1大医院#3便宜#2、方便#4。 + dan4 xiao2 zhen2 suo3 yi4 bi3 da4 yi1 yuan4 bian4 yi5 fang1 bian4 +005451 四十一名#1老板#2认得#1该#1行李箱#2就是#1从#1他们的店#1卖出#4。 + si4 shi5 yi1 ming2 lao2 ban3 ren4 de5 gai1 xing2 li3 xiang1 jiu4 shi4 cong2 ta1 men5 de5 dian4 mai4 chu1 +005452 据介绍#3,万庆#1当铺#2曾是#1京城#1五大#1当铺#1之一#3,始建于#1清末#4。 + ju4 jie4 shao4 wan4 qing4 dang4 pu4 ceng2 shi4 jing1 cheng2 wu3 da4 dang4 pu4 zhi1 yi1 shi3 jian4 yu2 qing1 mo4 +005453 额外的#1经济#1利益#3成了#1他们#2“出卖#1”雇主#3,胳膊肘#2往外拐的#1原因#4。 + e2 wai4 de5 jing1 ji4 li4 yi4 cheng2 le5 ta1 men5 chu1 mai4 gu4 zhu3 ge1 bo5 zhou2 wang3 wai4 guai3 de5 yuan2 yin1 +005454 发展#2海上#1风电#3也被#1看作是#2拯救#1风电#1颓势的#1一剂#1良方#4。 + fa1 zhan2 hai3 shang4 feng1 dian4 ye3 bei4 kan4 zuo4 shi4 zheng3 jiu4 feng1 dian4 tui2 shi4 de5 yi2 ji4 liang2 fang1 +005455 昨晚#2加了#1几小时#1班呀#4? + zuo2 wan3 jia1 le5 ji2 xiao3 shi2 ban1 ya5 +005456 会上#1那一刻#1有点#1尴尬#4。 + hui4 shang4 na4 yi2 ke4 you2 dian3 gan1 ga4 +005457 港口#1封闭#2已经#1开始#1影响#1美国的#1销售#1情况#4。 + gang2 kou3 feng1 bi4 yi3 jing1 kai1 shi3 ying2 xiang2 mei3 guo2 de5 xiao1 shou4 qing2 kuang4 +005458 炮制#1“红薯粉”的#1墨汁#4。 + pao2 zhi4 hong2 shu2 fen3 de5 mo4 zhi1 +005459 不是#1不爆#2,时机#1未到#4。 + bu2 shi4 bu2 bao4 shi2 ji1 wei4 dao4 +005460 这能说#2他们#1是#1忍吗#4? + zhe4 neng2 shuo1 ta1 men5 shi4 ren3 ma5 +005461 江淮#1大地#1朔风#1凛冽#4。 + jiang1 huai2 da4 di4 shuo4 feng1 lin3 lie4 +005462 如果#2喷了#1香水#1也是#1不能#1进去的#3,因为#1对#1胚胎#2会有#1影响#4。 + ru2 guo3 pen1 le5 xiang1 shui2 ye3 shi4 bu4 neng2 jin4 qu4 de5 yin1 wei4 dui4 pei1 tai1 hui4 you3 ying2 xiang3 +005463 这钱#2就是#1我#1原本#1攒下来的#4。 + zhe4 qian2 jiu4 shi4 wo3 yuan2 ben2 zan3 xia4 lai2 de5 +005464 幸亏#2她没#1见过#1罗天诚#2鸟飞#1兔走#1之类的#1名言#3,否则#1要#1发挥#1半天#4。 + xing4 kui1 ta1 mei2 jian4 guo4 luo2 tian1 cheng2 niao3 fei1 tu4 zou3 zhi1 lei4 de5 ming2 yan2 fou3 ze2 yao4 fa1 hui1 ban4 tian1 +005465 刘正琛#2不同意#1这种#1做法#4。 + liu2 zheng4 chen1 bu4 tong2 yi4 zhe4 zhong3 zuo4 fa3 +005466 这#1应是#1从#1底下#1渗出来的#4。 + zhe4 ying1 shi4 cong2 di3 xia5 shen4 chu1 lai2 de5 +005467 提到#1儿子#3,高艳艳#1几度#1哽咽#4。 + ti2 dao4 er2 zi5 gao1 yan4 yan4 ji3 du4 geng3 ye4 +005468 车子#1一直开#3,停下来#1以后#3,绑匪#1把#1魏院长#2放在#1一个#1地方#4。 + che1 zi5 yi4 zhi2 kai1 ting2 xia4 lai2 yi3 hou4 bang2 fei2 ba3 wei4 yuan4 zhang3 fang4 zai4 yi2 ge5 di4 fang5 +005469 沙某称#2争取#1一个#1进军校的#1名额#3,但#1需要#1一些钱#1来#1“打点#4”。 + sha1 mou3 cheng1 zheng1 qu3 yi2 ge5 jin4 jun1 xiao4 de5 ming2 e2 dan4 xu1 yao4 yi4 xie1 qian2 lai2 da2 dian3 +005470 碰到#1一些#1赖皮的主#3,硬是#1把#1东西#1扔下#1就跑#3,他也#1没辙#4。 + peng4 dao4 yi4 xie1 lai4 pi2 de5 zhu3 ying4 shi4 ba3 dong1 xi5 reng1 xia4 jiu4 pao3 ta1 ye3 mei2 zhe2 +005471 传#2彭帅的#1父亲#3为#1潢川县#2公安局#1副局长#4。 + chuan2 peng2 shuai4 de5 fu4 qin5 wei2 huang2 chuan1 xian4 gong1 an1 ju2 fu4 ju2 zhang3 +005472 对于#1我们#1来说#3,走#1传统#1老路#2可能#1更危险#4。 + dui4 yu2 wo3 men5 lai2 shuo1 zou3 chuan2 tong2 lao3 lu4 ke3 neng2 geng4 wei1 xian3 +005473 神童#1之父#2听得#1也#1飘飘然了#3,不再逼#1赵志敬#1背古文#4。 + shen2 tong2 zhi1 fu4 ting1 de5 ye3 piao1 piao1 ran2 le5 bu2 zai4 bi1 zhao4 zhi4 jing4 bei4 gu3 wen2 +005474 眼科#1医生#2在给#1妞妞#1检查#1视力#4。 + yan3 ke1 yi1 sheng1 zai4 gei3 niu1 niu5 jian3 cha2 shi4 li4 +005475 哥#3、人家#1错了#3、别凶#1人家了#4。 + ge1 ren2 jia1 cuo4 le5 bie2 xiong1 ren2 jia1 le5 +005476 当前#2有#1哪些#1主要的#1垄断#1现象#4? + dang1 qian2 you2 na3 xie1 zhu3 yao4 de5 long3 duan4 xian4 xiang4 +005477 等我#1有了#1工资#1就#1帮你#1交房租#4。 + deng2 wo2 you3 le5 gong1 zi1 jiu4 bang1 ni3 jiao1 fang2 zu1 +005478 讨好#1内地#1观众#3,要从#1娃娃#1抓起#4。 + tao2 hao3 nei4 di4 guan1 zhong4 yao4 cong2 wa2 wa5 zhua1 qi3 +005479 保质期#2显示在#1奶粉罐#1底部#4。 + bao3 zhi4 qi1 xian3 shi4 zai4 nai2 fen3 guan4 di3 bu4 +005480 不过#3,全组#1人员#2一起#1用完#1午餐后#3,别扭的#1氛围#2明显#1少了#1很多#4。 + bu2 guo4 quan2 zu3 ren2 yuan2 yi4 qi3 yong4 wan2 wu3 can1 hou4 bie4 niu3 de5 fen1 wei2 ming2 xian2 shao3 le5 hen3 duo1 +005481 填单的#1小桌#2可否#1多设#1几处#4? + tian2 dan1 de5 xiao3 zhuo1 ke2 fou3 duo1 she4 ji3 chu4 +005482 有#1知情者#1透露#3,女子#1轻生前#1饮酒#3,疑为#1感情#1困扰#2选择#1轻生#4。 + you3 zhi1 qing2 zhe3 tou4 lu4 nv2 zi3 qing1 sheng1 qian2 yin2 jiu3 yi2 wei2 gan3 qing2 kun4 rao3 xuan3 ze2 qing1 sheng1 +005483 四是#2部分#1业务#1存在#1手续#1瑕疵#4。 + si4 shi4 bu4 fen5 ye4 wu4 cun2 zai4 shou3 xu4 xia2 ci1 +005484 关键#2现在#1价格低#3,没人收呀#4。 + guan1 jian4 xian4 zai4 jia4 ge2 di1 mei2 ren2 shou1 ya5 +005485 据悉#3,尸体上#2还有#1动物的#1咬痕#4。 + ju4 xi1 shi1 ti3 shang4 hai2 you3 dong4 wu4 de5 yao3 hen2 +005486 弟弟#2在#1旁边#2低着头#1来了#1一句#3:“这跟#1丢钱包#2有#1什么#1区别呀#4? + di4 di5 zai4 pang2 bian1 di1 zhe5 tou2 lai2 le5 yi2 ju4 zhe4 gen1 diu1 qian2 bao1 you3 shen2 me5 qu1 bie2 ya5 +005487 哄闹声中#3,女子#1不断#1用手#2揉搓#1头部#3,似有#2头部#1不适#1症状#4。 + hong1 nao4 sheng1 zhong1 nv2 zi3 bu2 duan4 yong4 shou3 rou2 cuo1 tou2 bu4 si4 you3 tou2 bu4 bu2 shi4 zheng4 zhuang4 +005488 那驴子#2来到#1一头#2好吃#1懒做的#1驴子#1旁边#4。 + na4 lv2 zi5 lai2 dao4 yi4 tou2 hao4 chi1 lan3 zuo4 de5 lv2 zi5 pang2 bian1 +005489 陈嘉桓#1对此#1一概#1没有#1回答#3,只#1拧歪脸#1看着#1律师#3,向律师#1求救#4。 + chen2 jia1 huan2 dui4 ci3 yi2 gai4 mei2 you3 hui2 da2 zhi2 ning3 wai1 lian3 kan4 zhe5 lv4 shi1 xiang4 lv4 shi1 qiu2 jiu4 +005490 订阅#2和#1支持#1收入为#3五点#1四九#1一八亿#1美元#4。 + ding4 yue4 he2 zhi1 chi2 shou1 ru4 wei2 wu2 dian3 si4 jiu3 yi1 ba1 yi4 mei3 yuan2 +005491 把#1女人#1哄好了#3,男人#1就有#1品位了#4。 + ba2 nv3 ren2 hong2 hao3 le5 nan2 ren2 jiu4 you2 pin3 wei4 le5 +005492 拉开了#1硬仗#2、恶仗#2、政治仗的#1帷幕#4。 + la1 kai1 le5 ying4 zhang4 e4 zhang4 zheng4 zhi4 zhang4 de5 wei2 mu4 +005493 三月的#1琼岛#3,万木#1葱茏#2,生机#1盎然#4。 + san1 yue4 de5 qiong2 dao3 wan4 mu4 cong1 long2 sheng1 ji1 ang4 ran2 +005494 得到#2确切的#1结果后#3,那一夜#3,杨自辉#1在#1郑州#2喝了个#1酩酊大醉#4。 + de2 dao4 que4 qie4 de5 jie2 guo3 hou4 na4 yi2 ye4 yang2 zi4 hui1 zai4 zheng4 zhou1 he1 le5 ge5 ming2 ding3 da4 zui4 +005495 对#1创设者#1而言#3,认购#1权证的#1筹码#2可以#1计算#3,因此#2风险#1可控#4。 + dui4 chuang4 she4 zhe3 er2 yan2 ren4 gou4 quan2 zheng4 de5 chou2 ma3 ke2 yi3 ji4 suan4 yin1 ci3 feng1 xian2 ke3 kong4 +005496 刘知章#2帮雨翔#1纠正#1一次#1跑姿#3,道#3:我是个#1直话#1直说的人#3,出钱#1进来的吧#4? + liu2 zhi1 zhang1 bang1 yu3 xiang2 jiu1 zheng4 yi2 ci4 pao3 zi1 dao4 wo3 shi4 ge5 zhi2 hua4 zhi2 shuo1 de5 ren2 chu1 qian2 jin4 lai2 de5 ba5 +005497 皇上#3!您还#1记得#1大明湖畔的#1夏雨荷吗#4? + huang2 shang4 nin2 hai2 ji4 de5 da4 ming2 hu2 pan4 de5 xia4 yu3 he2 ma5 +005498 我觉得#2新闻#1对#1柏芝#2是#1鸡蛋里#1挑骨头#4。 + wo3 jue2 de5 xin1 wen2 dui4 bo2 zhi1 shi4 ji1 dan4 li3 tiao1 gu3 tou5 +005499 而#1黑猫#3,抓贼#1能#1立功#2受奖#2就很#1积极#4。 + er2 hei1 mao1 zhua1 zei2 neng2 li4 gong1 shou4 jiang3 jiu4 hen3 ji1 ji2 +005500 该#1爆料者#1言之凿凿#2,十分#1肯定#1此事#4。 + gai1 bao4 liao4 zhe3 yan2 zhi1 zao2 zao2 shi2 fen1 ken3 ding4 ci3 shi4 +005501 在#1厂区内#3,堆放着#1数十袋#1碳酸氢铵#4。 + zai4 chang3 qu1 nei4 dui1 fang4 zhe5 shu4 shi2 dai4 tan4 suan1 qing1 an3 +005502 另外#3,美国队#2在#1男子#1跳远#2也#1染指#1金牌#4。 + ling4 wai4 mei3 guo2 dui4 zai4 nan2 zi3 tiao4 yuan3 ye3 ran2 zhi3 jin1 pai2 +005503 跟他#1下乡#3,无论#1走到#1哪个村#3,都能#1听得到#1乡亲们#2热情#1招呼#2、嘘寒#1问暖#4。 + gen1 ta1 xia4 xiang1 wu2 lun4 zou3 dao4 na3 ge5 cun1 dou1 neng2 ting1 de5 dao4 xiang1 qin5 men5 re4 qing2 zhao1 hu5 xu1 han2 wen4 nuan3 +005504 号称#2亚洲#1第一的#1北洋#1水师#3为什么#1会#1战败#4? + hao4 cheng1 ya4 zhou1 di4 yi1 de5 bei3 yang2 shui3 shi1 wei4 shen2 me5 hui4 zhan4 bai4 +005505 常骏生的#2“火箭式#1提拔#3”,到底#1藏着#1哪些#1猫腻#3,必须#2好好#1查查#4。 + chang2 jun4 sheng1 de5 huo3 jian4 shi4 ti2 ba2 dao4 di3 cang2 zhe5 na3 xie1 mao1 ni4 bi4 xu1 hao3 hao1 cha2 cha5 +005506 只听她#2弱弱的#1来一句#3:你#1占有我#3,我#1占有你#4。 + zhi3 ting1 ta1 ruo4 ruo4 de5 lai2 yi2 ju4 ni3 zhan4 you2 wo3 wo3 zhan4 you2 ni3 +005507 经了解#3,小明#1手上#1握着的#1抹灰板#2是#1自家的#4。 + jing1 liao2 jie3 xiao3 ming2 shou3 shang4 wo4 zhe5 de5 mo3 hui1 ban3 shi4 zi4 jia1 de5 +005508 一部分#2在#1室外#1展出的#1大象#2、猩猩#2已#1进馆#1避暑#4。 + yi2 bu4 fen4 zai4 shi4 wai4 zhan3 chu1 de5 da4 xiang4 xing1 xing5 yi3 jin4 guan3 bi4 shu3 +005509 但#1此时#3左某#1已经#1逃往#1广州#3,之后#1又到了#1深圳#4。 + dan4 ci3 shi2 zuo2 mou2 yi3 jing1 tao2 wang2 guang3 zhou1 zhi1 hou4 you4 dao4 le5 shen1 zhen4 +005510 两人的#1结婚照#2也#1放在了#1西安#1浐灞#1一酒店里#1完成#4。 + liang3 ren2 de5 jie2 hun1 zhao4 ye3 fang4 zai4 le5 xi1 an1 chan3 ba4 yi4 jiu3 dian4 li3 wan2 cheng2 +005511 委托#1制作的#1钻石#3真的#1是用#1骨灰#1或#1毛发#1做成吗#4? + wei3 tuo1 zhi4 zuo4 de5 zuan4 shi2 zhen1 de5 shi4 yong4 gu3 hui1 huo4 mao2 fa4 zuo4 cheng2 ma5 +005512 纪念碑上#2以#1中、英文#2记载了#1孙中山#2筹款#2及#1革命#1经过#4。 + ji4 nian4 bei1 shang4 yi3 zhong1 ying1 wen2 ji4 zai4 le5 sun1 zhong1 shan1 chou2 kuan3 ji2 ge2 ming4 jing1 guo4 +005513 在#1这种#1形势下#3,美国#2可以#1洒水#3防止#1地区#1关系#1烤焦#4。 + zai4 zhe4 zhong3 xing2 shi4 xia4 mei3 guo2 ke2 yi3 sa2 shui3 fang2 zhi3 di4 qu1 guan1 xi5 kao3 jiao1 +005514 是#2怎么样的#1文化#1生态#2令#1当事人#2如此#1宽容#2或#1无奈呢#4? + shi4 zen3 me5 yang4 de5 wen2 hua4 sheng1 tai4 ling4 dang1 shi4 ren2 ru2 ci3 kuan1 rong2 huo4 wu2 nai4 ne5 +005515 我在#1避雨哦#4。 + wo3 zai4 bi4 yu3 o5 +005516 近日#3,王某#2被#2海口#1龙华区#1检察院#1依法#1批准#1逮捕#4。 + jin4 ri4 wang2 mou3 bei4 hai2 kou3 long2 hua2 qu1 jian3 cha2 yuan4 yi1 fa3 pi1 zhun3 dai4 bu3 +005517 法庭上#3,张秉礼#2认罪#1态度#1较好#3,真诚#1悔罪#4。 + fa3 ting2 shang4 zhang1 bing2 li3 ren4 zui4 tai4 du4 jiao4 hao3 zhen1 cheng2 hui3 zui4 +005518 日本#2与#1东南亚#1有关#1国家#2是#1美国#1手中#2舞向#1中国的#2一柄柄#1“短剑#4”。 + ri4 ben2 yu3 dong1 nan2 ya4 you3 guan1 guo2 jia1 shi4 mei3 guo2 shou3 zhong1 wu3 xiang4 zhong1 guo2 de5 yi4 bing2 bing2 duan3 jian4 +005519 经查#3,犯罪#1嫌疑人#2栾昌盛#3与其#1朋友#1邵某的#1妻子#1李某#2有奸情#4。 + jing1 cha2 fan4 zui4 xian2 yi2 ren2 luan2 chang1 sheng4 yu3 qi2 peng2 you5 shao4 mou3 de5 qi1 zi3 li2 mou2 you3 jian1 qing2 +005520 以后#1会养的#3,我#1正在#1研修#1宠物#1照顾#1技能#4。 + yi3 hou4 hui4 yang3 de5 wo3 zheng4 zai4 yan2 xiu1 chong3 wu4 zhao4 gu4 ji4 neng2 +005521 否则#2我就#1透支#3,将#2再也#1不能#1来#1欧洲了#4。 + fou3 ze2 wo3 jiu4 tou4 zhi1 jiang1 zai4 ye3 bu4 neng2 lai2 ou1 zhou1 le5 +005522 不怕#1狼#1一样的#1对手#3,就怕#1以为#1补墙#2却#1不停#1捅娄子的#1公关#4。 + bu2 pa4 lang2 yi2 yang4 de5 dui4 shou3 jiu4 pa4 yi3 wei2 bu3 qiang2 que4 bu4 ting2 tong3 lou2 zi5 de5 gong1 guan1 +005523 通过#2战略#1核力量#2进行#1地区#1遏制的#1论点#2令人#1费解#4。 + tong1 guo4 zhan4 lve4 he2 li4 liang4 jin4 xing2 di4 qu1 e4 zhi4 de5 lun4 dian3 ling4 ren2 fei4 jie3 +005524 唱歌#1跑调#3就要#1多练习#4! + chang4 ge1 pao3 diao4 jiu4 yao4 duo1 lian4 xi2 +005525 此前#2怀疑#2石月琴#1是#1刘玉波#1“漂白#1”身份#1后的#1化名#2被排除#4。 + ci3 qian2 huai2 yi2 shi2 yue4 qin2 shi4 liu2 yu4 bo1 piao3 bai2 shen1 fen4 hou4 de5 hua4 ming2 bei4 pai2 chu2 +005526 詹奶奶#1说#3,这样的#1生活#1开销#3比#1在家#1读书#2贵出#1许多#4。 + zhan1 nai3 nai5 shuo1 zhe4 yang4 de5 sheng1 huo2 kai1 xiao1 bi3 zai4 jia1 du2 shu1 gui4 chu1 xu3 duo1 +005527 李阿婆的#1女儿#1搀扶着她#4。 + li3 a1 po2 de5 nv3 er2 chan1 fu2 zhe5 ta1 +005528 第三#2就是#2清瘀的#1任务重#4。 + di4 san1 jiu4 shi4 qing1 yu1 de5 ren4 wu4 zhong4 +005529 有事#1说事#3,没事#2我#1玩儿#1去了#4。 + you3 shi4 shuo1 shi4 mei2 shi4 wo3 wanr2 qu4 le5 +005530 你#1银行卡里#1竟然#1还有钱#4? + ni3 yin2 hang2 ka2 li3 jing4 ran2 hai2 you3 qian2 +005531 因为#1是#1首听#1温柔的歌#4。 + yin1 wei4 shi4 shou3 ting1 wen1 rou2 de5 ge1 +005532 我是#2登山#1爱好者#4。 + wo3 shi4 deng1 shan1 ai4 hao4 zhe3 +005533 着急哟#3,现在#2又#1没有#1办法#4。 + zhao2 ji2 yo5 xian4 zai4 you4 mei2 you3 ban4 fa3 +005534 属于#3傻有钱的#1那种#1礼品#4。 + shu3 yu2 sha2 you3 qian2 de5 na4 zhong3 li2 pin3 +005535 时间#1一晃#3一年#1就#1过去了#4。 + shi2 jian1 yi2 huang4 yi4 nian2 jiu4 guo4 qu4 le5 +005536 我还#1不会#1跳舞耶#4。 + wo3 hai2 bu2 hui4 tiao4 wu3 ye5 +005537 怎能#1料理#1军国的#1后事#4? + zen3 neng2 liao4 li3 jun1 guo2 de5 hou4 shi4 +005538 让我#1算了#3,安安#1稳稳#1过日子#4。 + rang4 wo3 suan4 le5 an1 an1 wen2 wen3 guo4 ri4 zi5 +005539 部分#1诊所#2可做#1药物#1流产#4。 + bu4 fen4 zhen2 suo3 ke3 zuo4 yao4 wu4 liu2 chan3 +005540 网友#1讽刺#3监狱#1管理#1腐败#1混乱#4。 + wang2 you2 feng3 ci4 jian1 yu4 guan2 li2 fu3 bai4 hun4 luan4 +005541 有#1哪里#1不明白么#4。 + you3 na2 li3 bu4 ming2 bai5 me5 +005542 拉斐尔#1说#3,普普#1住在#1沃森岛#4。 + la1 fei1 er3 shuo1 pu2 pu3 zhu4 zai4 wo4 sen1 dao3 +005543 我们#1要#1举手#1投降#3,痛改#1前非#4。 + wo3 men2 yao4 ju2 shou3 tou2 xiang2 tong4 gai3 qian2 fei1 +005544 对于#2天涯#1是否#1参与了#1此次#1炒作#3,梁树新#2予以#1否认#4。 + dui4 yu2 tian1 ya2 shi4 fou3 can1 yu4 le5 ci3 ci4 chao3 zuo4 liang2 shu4 xin1 yu2 yi2 fou3 ren4 +005545 侧面#1线条#2更加#1硬朗#2、流畅#3,相比#1老款#2动感了#1许多#4。 + ce4 mian4 xian4 tiao2 geng4 jia1 ying4 lang3 liu2 chang4 xiang1 bi3 lao2 kuan3 dong4 gan3 le5 xu3 duo1 +005546 精神#2也好了#1很多#3,眼球#2也能#1咕噜噜转#3,来看看#1周围#1是什么#1环境#4。 + jing1 shen2 ye2 hao3 le5 hen3 duo1 yan3 qiu2 ye3 neng2 gu1 lu1 lu1 zhuan4 lai2 kan4 kan4 zhou1 wei2 shi4 shen2 me5 huan2 jing4 +005547 晕完#1然后呢#4? + yun1 wan2 ran2 hou4 ne5 +005548 随即#3,“表姐#1”将#1银行#1账号#3发给了#1侯根林#4。 + sui2 ji2 biao2 jie3 jiang1 yin2 hang2 zhang4 hao4 fa1 gei3 le5 hou2 gen1 lin2 +005549 推荐#1他去#1西夏#1王陵#3,挺有#1意思的#4。 + tui1 jian4 ta1 qu4 xi1 xia4 wang2 ling2 ting2 you3 yi4 si5 de5 +005550 此外#3,厦大#1白城#1海域#3也#1发现了#1油污#4。 + ci3 wai4 xia4 da4 bai2 cheng2 hai3 yu4 ye3 fa1 xian4 le5 you2 wu1 +005551 其实#2都#1可以#1接受#3,只是#1粗俗#1而已#4。 + qi2 shi2 dou1 ke2 yi3 jie1 shou4 zhi3 shi4 cu1 su2 er2 yi3 +005552 目前#3,一种#1猫咪#1咖啡馆#2在#1上海#2悄然#1走红#4。 + mu4 qian2 yi4 zhong3 mao1 mi1 ka1 fei1 guan3 zai4 shang4 hai2 qiao3 ran2 zou3 hong2 +005553 纪委#1要#1查查#2是#1哪个#4。 + ji4 wei3 yao4 cha2 cha5 shi4 na3 ge4 +005554 他正#2撅屁股#1忙呢#3,我们#1悄悄#1围上去#3,当场#1就给#1抓住了#4。 + ta1 zheng4 jue1 pi4 gu5 mang2 ne5 wo3 men5 qiao1 qiao1 wei2 shang4 qu4 dang1 chang3 jiu4 gei3 zhua1 zhu4 le5 +005555 事发#1当日#3,杨#2带着#1两个#1孙女#2出去#1理发#4。 + shi4 fa1 dang1 ri4 yang2 dai4 zhe5 liang3 ge5 sun1 nv5 chu1 qu4 li3 fa4 +005556 美国#2乐于#1看见#1美元的#1贬值#4。 + mei3 guo2 le4 yu2 kan4 jian4 mei3 yuan2 de5 bian3 zhi2 +005557 郭国庆#3长期#1从事#1营销学的#1研究#3,担任#2中国#1市场#2营销#1研究#1中心#1主任#4。 + guo1 guo2 qing4 chang2 qi1 cong2 shi4 ying2 xiao1 xue2 de5 yan2 jiu1 dan1 ren4 zhong1 guo2 shi4 chang3 ying2 xiao1 yan2 jiu1 zhong1 xin1 zhu3 ren4 +005558 不少#1手机#1应用#1软件#3也#1瞅准了#2“数字化#1年俗#3”,推出#2拜年#1产品#4。 + bu4 shao2 shou3 ji1 ying4 yong4 ruan3 jian4 ye3 chou2 zhun3 le5 shu4 zi4 hua4 nian2 su2 tui1 chu1 bai4 nian2 chan2 pin3 +005559 食品#1公司#2推介#1新#1生产的#3以#1野田#1为主题的#3“泥鳅牌#1”零食#4。 + shi2 pin3 gong1 si1 tui1 jie4 xin1 sheng1 chan3 de5 yi2 ye3 tian2 wei2 zhu3 ti2 de5 ni2 qiu5 pai2 ling2 shi2 +005560 不过#2当时#1楼梯#1中间#1部位#2已经#1垮塌#3,整个楼#2呈现#1“凹”字型#4。 + bu2 guo4 dang1 shi2 lou2 ti1 zhong1 jian1 bu4 wei4 yi3 jing1 kua3 ta1 zheng3 ge4 lou2 cheng2 xian4 ao1 zi4 xing2 +005561 这样#1看来#3,捆绑#1销售#3成为#1莫高窟#2唯一的#1选择#4。 + zhe4 yang4 kan4 lai2 kun2 bang3 xiao1 shou4 cheng2 wei2 mo4 gao1 ku1 wei2 yi1 de5 xuan3 ze2 +005562 两人#2对#1孙垚的#1劝阻#2不再#1理睬#3,坚持#1汇完款#4。 + liang3 ren2 dui4 sun1 yao2 de5 quan4 zu3 bu2 zai4 li2 cai3 jian1 chi2 hui4 wan2 kuan3 +005563 监测表#1已爆#3,还是#1安心#1宅在#1室内吧#4。 + jian1 ce4 biao2 yi3 bao4 hai2 shi4 an1 xin1 zhai2 zai4 shi4 nei4 ba5 +005564 在#1强降温的#1同时#3,水汽#2也#1掺和#1进来#4。 + zai4 qiang2 jiang4 wen1 de5 tong2 shi2 shui3 qi4 ye3 chan1 huo5 jin4 lai2 +005565 把#1狠抓#1科技的#1思想#2落到#1实处#4。 + ba2 hen3 zhua1 ke1 ji4 de5 si1 xiang3 luo4 dao4 shi2 chu4 +005566 然而#3,还是有#1很多人#1无病#1呻吟#3,使劲#2都要#1扯点#1故事#4。 + ran2 er2 hai2 shi4 you2 hen3 duo1 ren2 wu2 bing4 shen1 yin2 shi3 jin4 dou1 yao4 che2 dian3 gu4 shi4 +005567 有#1实体业#1支撑的#1沾光些#4。 + you3 shi2 ti3 ye4 zhi1 cheng1 de5 zhan1 guang1 xie1 +005568 尽管#3,土地#1租赁#1合同#2二零#1二九年#1才到期#4。 + jin2 guan3 tu3 di4 zu1 lin4 he2 tong5 er4 ling2 er4 jiu3 nian2 cai2 dao4 qi1 +005569 她让#1女儿#2自己给#1芭比娃娃#1做衣服#3,因为#1商场的#2都是#1重样的#4。 + ta1 rang4 nv3 er2 zi4 ji2 gei3 ba1 bi3 wa2 wa5 zuo4 yi1 fu5 yin1 wei4 shang1 chang3 de5 dou1 shi4 chong2 yang4 de5 +005570 过会#1妈说#3:“充完了#3,给钱#3。老爸说#3:“充完了#4? + guo4 hui4 ma1 shuo1 chong1 wan2 le5 gei3 qian2 lao3 ba4 shuo1 chong1 wan2 le5 +005571 尿激酶的#1生产#1原料#3来自#2人体#1鲜尿液#4。 + niao4 ji1 mei2 de5 sheng1 chan3 yuan2 liao4 lai2 zi4 ren2 ti3 xian1 niao4 ye4 +005572 尽出#1馊主意#3,你是想#1惩罚他#2还是#1惩罚#1我呀#4? + jin4 chu1 sou1 zhu2 yi4 ni3 shi4 xiang3 cheng2 fa2 ta1 hai2 shi4 cheng2 fa2 wo3 ya5 +005573 加强#2盐#3、融雪剂#3、草包#3、人工#1扫雪#1器具等#1物资的#1补充#4。 + jia1 qiang2 yan2 rong2 xue3 ji4 cao3 bao1 ren2 gong1 sao2 xue3 qi4 ju4 deng3 wu4 zi1 de5 bu3 chong1 +005574 刚才#3我从#1车站#1出站口#1走出来#3,一女的#2要#1往里走#4。 + gang1 cai2 wo3 cong2 che1 zhan4 chu1 zhan4 kou2 zou3 chu1 lai5 yi4 nv3 de5 yao4 wang2 li2 zou3 +005575 刘峰#1认准了#1中石油#1这块#1招牌#3,对#1满新凯#2没有#1太多#1怀疑#4。 + liu2 feng1 ren4 zhun3 le5 zhong1 shi2 you2 zhe4 kuai4 zhao1 pai5 dui4 man3 xin1 kai3 mei2 you3 tai4 duo1 huai2 yi2 +005576 此外#3,遇难的#1驴友#1杨晓梅#3和#1另一#1驴友#1谢明#2是#1夫妻#4。 + ci3 wai4 yu4 nan4 de5 lv2 you3 yang2 xiao3 mei2 he2 ling4 yi4 lv2 you3 xie4 ming2 shi4 fu1 qi1 +005577 去年#1秋收后#3,老板#1给俺#1打手机#3,说#1还来吧#3,推着#1轮椅#2带着#1老婆#4。 + qu4 nian2 qiu1 shou1 hou4 lao2 ban3 gei2 an3 da2 shou3 ji1 shuo1 hai2 lai2 ba5 tui1 zhe5 lun2 yi3 dai4 zhe5 lao3 po2 +005578 但#1这一#1决定#3使#1曼哈顿#1下城#1居民#1抱怨#1不已#4。 + dan4 zhe4 yi4 jue2 ding4 shi3 man4 ha1 dun4 xia4 cheng2 ju1 min2 bao4 yuan4 bu4 yi3 +005579 正值#1几辆#1摩托#2强行#1闯关#1之时#3,该桥#1突然#1垮塌#4。 + zheng4 zhi2 ji3 liang4 mo2 tuo5 qiang2 xing2 chuang3 guan1 zhi1 shi2 gai1 qiao2 tu1 ran2 kua3 ta1 +005580 所以#3我就叫#1他们#1直接#1帮我配#3,他们#1会#1看得#1爽一点#4。 + suo2 yi3 wo3 jiu4 jiao4 ta1 men5 zhi2 jie1 bang1 wo3 pei4 ta1 men5 hui4 kan4 de5 shuang3 yi4 dian3 +005581 虽然#2价格#1高昂#3,电视塔#2却#1一直#1不缺#1广告商#4。 + sui1 ran2 jia4 ge2 gao1 ang2 dian4 shi4 ta3 que4 yi4 zhi2 bu4 que1 guang3 gao4 shang1 +005582 下雨了#3看见#1外面#1撑伞的#3,就#1想起#1一同学#1说的#4。 + xia4 yu3 le5 kan4 jian4 wai4 mian4 cheng1 san3 de5 jiu4 xiang2 qi3 yi4 tong2 xue2 shuo1 de5 +005583 高雄#1市长#1任内的#1谢长廷#1曾说过#3:“高雄港#2直航的话#3,高雄#2就有#1生命力#4。 + gao1 xiong2 shi4 zhang3 ren4 nei4 de5 xie4 chang2 ting2 ceng2 shuo1 guo4 gao1 xiong2 gang3 zhi2 hang2 de5 hua4 gao1 xiong2 jiu4 you3 sheng1 ming4 li4 +005584 李宗鸿#1出生后#2就#1一直#1住在#1基隆#3,是#1土生#1土长的#2“台湾#1囝仔#4”。 + li3 zong1 hong2 chu1 sheng1 hou4 jiu4 yi4 zhi2 zhu4 zai4 ji1 long2 shi4 tu3 sheng1 tu2 zhang3 de5 tai2 wan1 nan1 zai3 +005585 现场#1干部#1群众#3用手#2刨土#1救人#4。 + xian4 chang3 gan4 bu4 qun2 zhong4 yong4 shou3 pao2 tu3 jiu4 ren2 +005586 担任#2瓮安#1县长#1之前#3,谢晓东#2是#1贵州省#1旅游局#2综合#1协调处#1处长#4。 + dan1 ren4 weng4 an1 xian4 zhang3 zhi1 qian2 xie4 xiao3 dong1 shi4 gui4 zhou1 sheng2 lv3 you2 ju2 zong1 he2 xie2 tiao2 chu4 chu4 zhang3 +005587 而#2他们#2湖南#1郴州的家#3已经#1被#2各路#1人马#2团团#1围住#4。 + er2 ta1 men5 hu2 nan2 chen1 zhou1 de5 jia1 yi3 jing1 bei4 ge4 lu4 ren2 ma3 tuan2 tuan2 wei2 zhu4 +005588 因#1物品#1贵重#3,公司#1方面#1决定#1报警#4。 + yin1 wu4 pin3 gui4 zhong4 gong1 si1 fang1 mian4 jue2 ding4 bao4 jing3 +005589 一路上#3各式#1各样的#1颠#3都在#1这里#2汇总#3温故#1知新#1一遍#4。 + yi2 lu4 shang4 ge4 shi4 ge4 yang4 de5 dian1 dou1 zai4 zhe4 li3 hui4 zong3 wen1 gu4 zhi1 xin1 yi2 bian4 +005590 在#1神话中#3兔子#2是#1嫦娥的#1宠物#4。 + zai4 shen2 hua4 zhong1 tu4 zi5 shi4 chang2 e2 de5 chong3 wu4 +005591 我的#1宝宝#1出生啦#3,您们的#1辈份#3又#1提高了#4。 + wo3 de5 bao3 bao5 chu1 sheng1 la5 nin2 men5 de5 bei4 fen4 you4 ti2 gao1 le5 +005592 珊珊#2被感动#3,再按#1一首#2“当初#1就该#1爱你#3”,直艳慕#2作词人的#1才华#4。 + shan1 shan1 bei4 gan3 dong4 zai4 an4 yi4 shou3 dang1 chu1 jiu4 gai1 ai4 ni3 zhi2 yan4 mu4 zuo4 ci2 ren2 de5 cai2 hua2 +005593 汪女士#3一手#1提着#1饭菜#3,一手#2打着#1雨伞#2往前走#4。 + wang1 nv3 shi4 yi4 shou3 ti2 zhe5 fan4 cai4 yi4 shou2 da3 zhe5 yu2 san2 wang3 qian2 zou3 +005594 于是#3我#1正义的#3把#1那碗面#3倒给#1路边#1看起来#1很饿的#1野猫#4。 + yu2 shi4 wo3 zheng4 yi4 de5 ba3 na4 wan3 mian4 dao4 gei3 lu4 bian1 kan4 qi3 lai2 hen3 e4 de5 ye3 mao1 +005595 捐少了#2说你#1抠门#3,捐多了#2说你#1显摆#1作秀#4。 + juan1 shao3 le5 shuo1 ni3 kou1 men2 juan1 duo1 le5 shuo1 ni3 xian2 bai3 zuo4 xiu4 +005596 他#1无奈的#1回答#3:她#1总是说#3俩人#1抽烟#1浪费钱#4。 + ta1 wu2 nai4 de5 hui2 da2 ta1 zong3 shi4 shuo1 lia3 ren2 chou1 yan1 lang4 fei4 qian2 +005597 草蜢#2父亲节#1仍要#1开工#3,只好#1提前#1一天#1庆祝#4。 + cao2 meng3 fu4 qin1 jie2 reng2 yao4 kai1 gong1 zhi2 hao3 ti2 qian2 yi4 tian1 qing4 zhu4 +005598 俺也#1吃肉的#3,俺也#1不想加#4。 + an2 ye3 chi1 rou4 de5 an2 ye3 bu4 xiang3 jia1 +005599 随后#3,于某#2也打了#3幺二#1三四#1五#2进行#1投诉#4。 + sui2 hou4 yu2 mou3 ye2 da3 le5 yao1 er4 san1 si4 wu3 jin4 xing2 tou2 su4 +005600 男人#1提议#3:宝贝#3我们#1把#1他们#1恶心#1走吧#4? + nan2 ren2 ti2 yi4 bao3 bei4 wo3 men2 ba3 ta1 men5 e3 xin1 zou3 ba5 +005601 免费#1垃圾#1分类桶#1怎么样#4? + mian3 fei4 la1 ji1 fen1 lei4 tong2 zen3 me5 yang4 +005602 调整为#3百分之#3一点#1八五六#4。 + tiao2 zheng3 wei2 bai3 fen1 zhi1 yi1 dian3 ba1 wu3 liu4 +005603 他#1这是#2站着#1说话#1不腰疼#4! + ta1 zhe4 shi4 zhan4 zhe5 shuo1 hua4 bu4 yao1 teng2 +005604 袁林囡#3低低地#1叹了#1口气#4。 + yuan2 lin2 nan1 di1 di1 de5 tan4 le5 kou3 qi4 +005605 只有#1我那#1敏感的#1妻子#1会介意#4。 + zhi2 you2 wo3 na4 min2 gan3 de5 qi1 zi3 hui4 jie4 yi4 +005606 熊警官#2操着#1网球拍#1跑了#1过来#3,和#1白老师#1一起#2将#1小偷#2摁倒#1在地#4。 + xiong2 jing3 guan1 cao1 zhe5 wang3 qiu2 pai1 pao3 le5 guo4 lai5 he2 bai2 lao3 shi1 yi4 qi3 jiang1 xiao3 tou1 en4 dao3 zai4 di4 +005607 男友#1怂恿她#2染上了#1毒瘾#3。从小#2父母#1离异的#1小薇#3,跟着#1爸爸#1长大#4。 + nan2 you3 song2 yong3 ta1 ran3 shang4 le5 du2 yin3 cong2 xiao3 fu4 mu3 li2 yi4 de5 xiao3 wei1 gen1 zhe5 ba4 ba5 zhang3 da4 +005608 质量#2不到位#3,你#1虽然#2抢占了#1地盘#3,但是#1将来#1人家#1照样#1打垮你#4。 + zhi4 liang4 bu2 dao4 wei4 ni3 sui1 ran2 qiang3 zhan4 le5 di4 pan2 dan4 shi4 jiang1 lai2 ren2 jia1 zhao4 yang4 da2 kua2 ni3 +005609 最高#1罚款#3二百#1八十点#3二三#1八六#1万元#4。 + zui4 gao1 fa2 kuan3 er4 bai3 ba1 shi2 dian3 er4 san1 ba1 liu4 wan4 yuan2 +005610 重任#2如#1泰山#1压顶#3,一股绳#1拧起来了#3,齐心#1协力#3,共克#1时艰#4。 + zhong4 ren4 ru2 tai4 shan1 ya1 ding3 yi4 gu3 sheng2 ning2 qi3 lai2 le5 qi2 xin1 xie2 li4 gong4 ke4 shi2 jian1 +005611 尔冬升#2这次#1有意#1躲起来#3,不愿#1抢去#1导演的#1风头#4。 + er3 dong1 sheng1 zhe4 ci4 you3 yi4 duo2 qi3 lai2 bu2 yuan4 qiang3 qu4 dao2 yan3 de5 feng1 tou5 +005612 郭星星#2是#1家中#1独女#4。 + guo1 xing1 xing5 shi4 jia1 zhong1 du2 nv3 +005613 范永根#2小学#1六年级时#3,当#1石匠的#1父亲#3因#1心脏病#1去世#4。 + fan4 yong3 gen1 xiao3 xue2 liu4 nian2 ji2 shi2 dang1 shi2 jiang4 de5 fu4 qin5 yin1 xin1 zang4 bing4 qu4 shi4 +005614 小文波#2亲口#1说出#3自己#1坠楼#2是#1因为#1同伴#1推搡#1导致#4。 + xiao3 wen2 bo1 qin1 kou3 shuo1 chu1 zi4 ji3 zhui4 lou2 shi4 yin1 wei4 tong2 ban4 tui1 sang2 dao3 zhi4 +005615 因此#3中国#1海外#1投资#2应该#2多加#1小心#3,避免#2踩上#1地雷#4。 + yin1 ci3 zhong1 guo2 hai3 wai4 tou2 zi1 ying1 gai1 duo1 jia1 xiao3 xin1 bi4 mian2 cai3 shang4 di4 lei2 +005616 秉怀#1泱泱#1大国的#1雍容#1风范#3,抱守#2谦谦#1君子的#2翩翩#1风度#4。 + bing3 huai2 yang1 yang1 da4 guo2 de5 yong1 rong2 feng1 fan4 bao4 shou3 qian1 qian1 jun1 zi3 de5 pian1 pian1 feng1 du4 +005617 喜欢#2就去#1追呀#3,说不定#3人家#1正#1等着#1拒绝#1你呢#4… + xi3 huan5 jiu4 qu4 zhui1 ya5 shuo1 bu2 ding4 ren2 jia1 zheng4 deng3 zhe5 ju4 jue2 ni3 ne5 +005618 作为#1一位#1“准妈妈#3”,娜娜#1初次#1海淘#2就#1尝到了#1不小的#1甜头#4。 + zuo4 wei2 yi2 wei4 zhun3 ma1 ma5 na4 na5 chu1 ci4 hai3 tao2 jiu4 chang2 dao4 le5 bu4 xiao3 de5 tian2 tou5 +005619 此外#3,食品#2、化妆品#1广告#1中的#1欺诈#1行为#3也很#1严重#4。 + ci3 wai4 shi2 pin3 hua4 zhuang1 pin2 guang3 gao4 zhong1 de5 qi1 zha4 xing2 wei2 ye2 hen3 yan2 zhong4 +005620 校方#1打算#3把#1他们的#1宿舍#2让给#1奥运会#1尊贵的#1客人#4。 + xiao4 fang1 da3 suan4 ba3 ta1 men5 de5 su4 she4 rang4 gei3 ao4 yun4 hui4 zun1 gui4 de5 ke4 ren2 +005621 在#1滕州市#2财贸#1医院#1体检站#3,多数#1男生#2并#1没有#1遭遇#1“裸检#4”。 + zai4 teng2 zhou1 shi4 cai2 mao4 yi1 yuan4 ti2 jian3 zhan4 duo1 shu4 nan2 sheng1 bing4 mei2 you3 zao1 yu4 luo2 jian3 +005622 每次#1都是#1王总#1你来#3,今天#3无论#1如何#3都得#1我来了#4! + mei3 ci4 dou1 shi4 wang2 zong2 ni3 lai2 jin1 tian1 wu2 lun4 ru2 he2 dou1 dei2 wo3 lai2 le5 +005623 翠城#1小区#2东墙外#1南段#3,有一段#2两米#1多长的#1豁口#4。 + cui4 cheng2 xiao3 qu1 dong1 qiang2 wai4 nan2 duan4 you3 yi2 duan4 liang2 mi3 duo1 chang2 de5 huo1 kou3 +005624 发现#2我在#1偷看#1之后#3她脸#1一红#3,嗔道#3:看#1什么呢#4? + fa1 xian4 wo3 zai4 tou1 kan4 zhi1 hou4 ta1 lian3 yi4 hong2 chen1 dao4 kan4 shen2 me5 ne5 +005625 就在#1这一天#3,昆明#2一花季#1少年#2惨死#1渣土车#1车轮#1之下#4。 + jiu4 zai4 zhe4 yi4 tian1 kun1 ming2 yi4 hua1 ji4 shao4 nian2 can2 si3 zha1 tu3 che1 che1 lun2 zhi1 xia4 +005626 唱歌#2起调#1太高#3容易#1破嗓#4。 + chang4 ge1 qi3 diao4 tai4 gao1 rong2 yi4 po4 sang3 +005627 用#1他的话#1说是#3:“求贤#1若渴#3,而且#2非同#1小可#4。 + yong4 ta1 de5 hua4 shuo1 shi4 qiu2 xian2 ruo4 ke3 er2 qie3 fei1 tong2 xiao2 ke3 +005628 奥运#1圣火#1传递的#2是#1一种#1理想#2和#1精神#3,看似#1离#1我们#1很遥远#4。 + ao4 yun4 sheng4 huo3 chuan2 di4 de5 shi4 yi4 zhong3 li2 xiang3 he2 jing1 shen5 kan4 si4 li2 wo3 men5 hen3 yao2 yuan3 +005629 他说#2那是#1“胖子#1”应该#1做到的#4。 + ta1 shuo1 na4 shi4 pang4 zi5 ying1 gai1 zuo4 dao4 de5 +005630 克龙#2详细#1谈论了#2泰勒#1一事#4。 + ke4 long2 xiang2 xi4 tan2 lun4 le5 tai4 le4 yi2 shi4 +005631 赵蕊蕊#2从小#1喜欢#1画画#3,和#1许多#1女孩儿#1一样#3,她也#1很喜欢#1漫画书#4。 + zhao4 rui2 rui3 cong2 xiao2 xi3 huan5 hua4 hua4 he2 xu3 duo1 nv3 hair2 yi2 yang4 ta1 ye3 hen2 xi3 huan5 man4 hua4 shu1 +005632 一会#1又说#3已与#1徐赟#3断绝了#1父女#1关系#3,眼下#1不知#1女儿#1下落#4。 + yi2 hui4 you4 shuo1 yi2 yu3 xu2 yun1 duan4 jue2 le5 fu4 nv3 guan1 xi5 yan3 xia4 bu4 zhi1 nv3 er2 xia4 luo4 +005633 五五#1二路#1公交车#1司机#3则#1留在#1原地#2照看#1患者#4。 + wu2 wu3 er4 lu4 gong1 jiao1 che1 si1 ji1 ze2 liu2 zai4 yuan2 di4 zhao4 kan4 huan4 zhe3 +005634 那里#2一片#1鸟语#1花香#3,到处#1是#1奇花#1异草#3,仿佛#1进入#1世外#1桃源#4。 + na4 li3 yi2 pian4 niao2 yu3 hua1 xiang1 dao4 chu4 shi4 qi2 hua1 yi4 cao3 fang3 fu2 jin4 ru4 shi4 wai4 tao2 yuan2 +005635 昨天#3,记者#1从#1龙岩#1公安局#1了解到#1详情#4。 + zuo2 tian1 ji4 zhe3 cong2 long2 yan2 gong1 an1 ju2 liao2 jie3 dao4 xiang2 qing2 +005636 现在#2成了#1危房#3,我一#1大家子人#1怎么办哟#4。 + xian4 zai4 cheng2 le5 wei1 fang2 wo3 yi2 da4 jia1 zi5 ren2 zen3 me5 ban4 yo5 +005637 身穿#1制服的#2羊坊店#1派出所#1民警#2孙垚#3正在#1存取款#1机旁#1巡视#4。 + shen1 chuan1 zhi4 fu2 de5 yang2 fang2 dian4 pai4 chu1 suo3 min2 jing3 sun1 yao2 zheng4 zai4 cun2 qu2 kuan3 ji1 pang2 xun2 shi4 +005638 根据#1质地#3我们#1可以#1看到#2分#1若干个#1品种#4。 + gen1 ju4 zhi4 di4 wo3 men5 ke2 yi3 kan4 dao4 fen1 ruo4 gan1 ge4 pin2 zhong3 +005639 麦克#1尼尔#2与#1这名#1孕妇#3就#1为何#1拍摄#1布朗的#1照片#1一事#2发生#1口角#4。 + mai4 ke4 ni2 er3 yu3 zhe4 ming2 yun4 fu4 jiu4 wei4 he2 pai1 she4 bu4 lang3 de5 zhao4 pian4 yi2 shi4 fa1 sheng1 kou2 jiao3 +005640 这里的#1人民#2爱军#1兴武#3,也都有#1一颗#1金子般#1真诚的心#4。 + zhe4 li3 de5 ren2 min2 ai4 jun1 xing1 wu3 ye3 dou1 you3 yi4 ke1 jin1 zi5 ban1 zhen1 cheng2 de5 xin1 +005641 本次#1大会#2将#1选举#1产生#1越共#1新一届#1中央#1领导#1集体#4。 + ben3 ci4 da4 hui4 jiang1 xuan2 ju2 chan3 sheng1 yue4 gong4 xin1 yi2 jie4 zhong1 yang1 ling2 dao3 ji2 ti3 +005642 此后#2内阁#2再次#1大改组#4。 + ci3 hou4 nei4 ge2 zai4 ci4 da4 gai2 zu3 +005643 考完试#1以后#3,我#1突然#1对#1人生#1失去了#1信心#4。 + kao3 wan2 shi4 yi3 hou4 wo3 tu1 ran2 dui4 ren2 sheng1 shi1 qu4 le5 xin4 xin1 +005644 非常#1好吃#3,但是#2它#1吃到#1嘴里#1碜牙#3,吃了#1以后#3能#1咬到#1一嘴的#1沙子#4。 + fei1 chang2 hao3 chi1 dan4 shi4 ta1 chi1 dao4 zui2 li2 chen3 ya2 chi1 le5 yi3 hou4 neng2 yao3 dao4 yi4 zui3 de5 sha1 zi5 +005645 有#1评论#1指出#3,这或#1为#2戳破#1团购#1这个#1大泡沫#2敲响了#1警钟#4。 + you3 ping2 lun4 zhi3 chu1 zhe4 huo4 wei4 chuo1 po4 tuan2 gou4 zhe4 ge5 da4 pao4 mo4 qiao1 xiang3 le5 jing3 zhong1 +005646 新店#1开张#2并未#1推出#1新品#3,但仍#1吸引了#1上千名#1“果粉#1”捧场#4。 + xin1 dian4 kai1 zhang1 bing4 wei4 tui1 chu1 xin1 pin3 dan4 reng2 xi1 yin3 le5 shang4 qian1 ming2 guo2 fen3 peng2 chang3 +005647 难道#2都要#1等到#2和#1熊猫#1一样#1几近#1绝迹#2才#1知道#1保护吗#4? + nan2 dao4 dou1 yao4 deng3 dao4 he2 xiong2 mao1 yi2 yang4 ji1 jin4 jue2 ji4 cai2 zhi1 dao4 bao3 hu4 ma5 +005648 直至#1今日#3,许多#1住#1私屋的#1孩子们#3都是在#1公屋#1区内#1玩耍#1长大的#4。 + zhi2 zhi4 jin1 ri4 xu3 duo1 zhu4 si1 wu1 de5 hai2 zi5 men5 dou1 shi4 zai4 gong1 wu1 qu1 nei4 wan2 shua2 zhang3 da4 de5 +005649 其中#3横跨#2北环#1岑村#1路段#1地下#1水管#3,刚好是#1出现#1地陷的#1路段#4。 + qi2 zhong1 heng2 kua4 bei3 huan2 cen2 cun1 lu4 duan4 di4 xia4 shui2 guan3 gang1 hao3 shi4 chu1 xian4 di4 xian4 de5 lu4 duan4 +005650 倪萍说#3,这是#1受#1姥姥#1影响#4。 + ni2 ping2 shuo1 zhe4 shi4 shou4 lao3 lao5 ying2 xiang3 +005651 这是#2俄罗斯#1历史上#2伤亡#1最惨重的#2潜艇#1事故#4。 + zhe4 shi4 e2 luo2 si1 li4 shi3 shang4 shang1 wang2 zui4 can3 zhong4 de5 qian2 ting3 shi4 gu4 +005652 警棍#2就#1放在#1组长#1金小四家#4。 + jing3 gun4 jiu4 fang4 zai4 zu2 zhang3 jin1 xiao3 si4 jia1 +005653 等我#1哪天#1心情好#1再说吧#4。 + deng2 wo2 na3 tian1 xin1 qing2 hao3 zai4 shuo1 ba5 +005654 此外#3,要#1时常#1注意#2网银的#1官方#1通知#3,及时#1更新#1安全#1补丁#4。 + ci3 wai4 yao4 shi2 chang2 zhu4 yi4 wang3 yin2 de5 guan1 fang1 tong1 zhi1 ji2 shi2 geng1 xin1 an1 quan2 bu3 ding1 +005655 跟#1印度的#1医学院#1相比#3,中国#1医学院的#1入学#1门槛#2比较低#4。 + gen1 yin4 du4 de5 yi1 xue2 yuan4 xiang1 bi3 zhong1 guo2 yi1 xue2 yuan4 de5 ru4 xue2 men2 kan2 bi3 jiao4 di1 +005656 乘客#2徒步#1绕过#1车祸#1现场#1转乘#4。 + cheng2 ke4 tu2 bu4 rao4 guo4 che1 huo4 xian4 chang2 zhuan3 cheng2 +005657 张磊#1说着#3,把#1记者#1带到了#2臭氧#1氧化#1管柱旁#4。 + zhang1 lei3 shuo1 zhe5 ba3 ji4 zhe3 dai4 dao4 le5 chou4 yang2 yang3 hua4 guan3 zhu4 pang2 +005658 你#1忘了#2那#1金黄的#1圆月#3、碧绿的#1西瓜地#3、钢叉#3、项带#1银圈的#1少年了吗#4? + ni3 wang4 le5 na4 jin1 huang2 de5 yuan2 yue4 bi4 lv4 de5 xi1 gua5 di4 gang1 cha1 xiang4 dai4 yin2 quan1 de5 shao4 nian2 le5 ma5 +005659 马化腾#2被#1评为#1二零#1一五#2中国#2最具#1影响力#2五十位#1商界#1领袖#4。 + ma3 hua4 teng2 bei4 ping2 wei2 er4 ling2 yi1 wu3 zhong1 guo2 zui4 ju4 ying2 xiang3 li4 wu3 shi2 wei4 shang1 jie4 ling3 xiu4 +005660 可是#1后来#2坏账#1太多#3,钱#1收不#1回来#3,风光的#1日子#1不再喽#4。 + ke3 shi4 hou4 lai2 huai4 zhang4 tai4 duo1 qian2 shou1 bu4 hui2 lai2 feng1 guang1 de5 ri4 zi5 bu2 zai4 lou5 +005661 这就是#1李昌钰#3,勤奋#2、认真#3,而又#1亲切#1、幽默#4。 + zhe4 jiu4 shi4 li3 chang1 yu4 qin2 fen4 ren4 zhen1 er2 you4 qin1 qie4 you1 mo4 +005662 不过#2公司#1表示#3,即使#1高于六#3,企业#2也#1无可#1奈何#4。 + bu2 guo4 gong1 si1 biao3 shi4 ji2 shi3 gao1 yu2 liu4 qi3 ye4 ye3 wu2 ke3 nai4 he2 +005663 他们#2手执#1弓弩#1等#1远射#1兵器#3,担任#2整个#1军阵的#2警戒#1任务#4。 + ta1 men5 shou3 zhi2 gong1 nu3 deng2 yuan3 she4 bing1 qi4 dan1 ren4 zheng3 ge4 jun1 zhen4 de5 jing3 jie4 ren4 wu4 +005664 奢侈#1浪费#2较严重#4。 + she1 chi3 lang4 fei4 jiao4 yan2 zhong4 +005665 楼都#1摇晃了#1一下#4。 + lou2 dou1 yao2 huang4 le5 yi2 xia4 +005666 我会#1为你#1祈祷的#4。 + wo3 hui4 wei4 ni3 qi2 dao3 de5 +005667 我喜欢#1高效#1沟通#4。 + wo2 xi3 huan5 gao1 xiao4 gou1 tong1 +005668 顾不上#2喘口气#3,他们#1开始#1连夜#1搭建#1帐篷#4。 + gu4 bu4 shang4 chuan2 kou3 qi4 ta1 men5 kai1 shi3 lian2 ye4 da1 jian4 zhang4 peng5 +005669 小霞#2拼命#1反抗#3,韩斌#2没有#1得逞#4。 + xiao3 xia2 pin1 ming4 fan3 kang4 han2 bin1 mei2 you3 de2 cheng3 +005670 书桌上#2空荡荡#3,暂未#1摆设#1东西#4。 + shu1 zhuo1 shang4 kong1 dang4 dang4 zan4 wei4 bai3 she4 dong1 xi5 +005671 由于#2李棒棒#1等人#2均无#1驾驶证#3怕#1警方#1盘问#3,他们#2四处#1奔逃#4。 + you2 yu2 li3 bang4 bang4 deng3 ren2 jun1 wu2 jia4 shi3 zheng4 pa4 jing3 fang1 pan2 wen4 ta1 men5 si4 chu4 ben1 tao2 +005672 三是#2检验#1环节#2职责#1混淆#4。 + san1 shi4 jian3 yan4 huan2 jie2 zhi2 ze2 hun4 xiao2 +005673 刚开始#3,何大爷#1很执拗#3,仍把#1离婚#1挂在#1嘴边#4。 + gang1 kai1 shi3 he2 da4 ye2 hen3 zhi2 niu4 reng2 ba3 li2 hun1 gua4 zai4 zui3 bian1 +005674 奶粉#3、奶瓶#3、葡萄糖#3、眼药膏#3、眼药水#3,都#1准备了#4。 + nai2 fen3 nai3 ping2 pu2 tao5 tang2 yan3 yao4 gao1 yan3 yao4 shui3 dou1 zhun3 bei4 le5 +005675 成某#1一时#1着急#3,就#1钻到了#1床下#4。 + cheng2 mou3 yi4 shi2 zhao2 ji2 jiu4 zuan1 dao4 le5 chuang2 xia4 +005676 趁此#1机会#3,“每日#1电讯报#2”盘点了#1出过#1类似#1糗事的#1领导人#4。 + chen4 ci3 ji1 hui4 mei3 ri4 dian4 xun4 bao4 pan2 dian3 le5 chu1 guo4 lei4 si4 qiu3 shi4 de5 ling2 dao3 ren2 +005677 马金明#2在#1地上#1捧水#2为#1受伤#1男子#1灭火#3,并#1试图#1为他#1按压#1止血#4。 + ma3 jin1 ming2 zai4 di4 shang4 peng2 shui3 wei4 shou4 shang1 nan2 zi3 mie4 huo3 bing4 shi4 tu2 wei4 ta1 an4 ya1 zhi2 xie3 +005678 它对#1人类#2健体#1益智#2有没有用#4? + ta1 dui4 ren2 lei4 jian4 ti3 yi4 zhi4 you3 mei2 you3 yong4 +005679 目前#3,曹街村#2有据#1可查的#1祖宗#3是#1北宋#1初年的#1大将#1曹彬#4。 + mu4 qian2 cao2 jie1 cun1 you3 ju4 ke3 cha2 de5 zu3 zong5 shi4 bei3 song4 chu1 nian2 de5 da4 jiang4 cao2 bin1 +005680 这些门#2使用#1不久#3,开始#2变形#2、翘起#2、凹陷#2及#1掉漆#4。 + zhe4 xie1 men2 shi3 yong4 bu4 jiu3 kai1 shi3 bian4 xing2 qiao4 qi3 ao1 xian4 ji2 diao4 qi1 +005681 其中#3,驮水#1救民的#1一匹马#3因#1劳累#1过度#1死去#2广为#1流传#4。 + qi2 zhong1 tuo2 shui3 jiu4 min2 de5 yi4 pi2 ma3 yin1 lao2 lei4 guo4 du4 si3 qu4 guang3 wei2 liu2 chuan2 +005682 八点#3,她在#2彩虹城#1门口#3等#1幺幺三路#2社区#1通勤#1快车#4。 + ba1 dian3 ta1 zai4 cai3 hong2 cheng2 men2 kou2 deng3 yao1 yao1 san1 lu4 she4 qu1 tong1 qin2 kuai4 che1 +005683 能否#1讲一下#1你的#1创新观#4。 + neng2 fou2 jiang3 yi2 xia4 ni3 de5 chuang4 xin1 guan1 +005684 铁罐#2上房了#3,人影儿#3又#1落到了#1地上#4。 + tie3 guan4 shang4 fang2 le5 ren2 yingr3 you4 luo4 dao4 le5 di4 shang4 +005685 他#1形容#1陈致中#3就是#1一副#2“无耻#1嘴脸#4”。 + ta1 xing2 rong2 chen2 zhi4 zhong1 jiu4 shi4 yi2 fu4 wu2 chi3 zui2 lian3 +005686 物质#1条件的#1匮乏#3,使#1印第#1安人#2染上#2在身上#1涂色的#1习惯#4。 + wu4 zhi4 tiao2 jian4 de5 kui4 fa2 shi3 yin4 di4 an1 ren2 ran3 shang4 zai4 shen1 shang4 tu2 se4 de5 xi2 guan4 +005687 单位#1账户的#1亏空数#2越来#1越大#3,心里#2越来#1越怕#3,头脑#1都想#1糊涂了#4。 + dan1 wei4 zhang4 hu4 de5 kui1 kong1 shu4 yue4 lai2 yue4 da4 xin1 li3 yue4 lai2 yue4 pa4 tou2 nao3 dou1 xiang3 hu2 tu5 le5 +005688 王德显#1介绍#3,张莹莹#2如今#1才是#1他的#1得意#1弟子#4。 + wang2 de2 xian3 jie4 shao4 zhang1 ying2 ying5 ru2 jin1 cai2 shi4 ta1 de5 de2 yi4 di4 zi3 +005689 陪同#1安女士的#2是#1她的#1妹妹#4。 + pei2 tong2 an1 nv3 shi4 de5 shi4 ta1 de5 mei4 mei5 +005690 同时#3,还将#1会有#1影视圈的#1多年#1好友们#3为#1沙宝亮#2捧场#1助阵#4。 + tong2 shi2 hai2 jiang1 hui4 you2 ying3 shi4 quan1 de5 duo1 nian2 hao2 you3 men2 wei4 sha1 bao3 liang4 peng2 chang3 zhu4 zhen4 +005691 某次#1宣讲#3,日方#2反对者#2用#1喇叭#1对着#1会场#1高声#1抗议#4。 + mou3 ci4 xuan1 jiang3 ri4 fang1 fan3 dui4 zhe3 yong4 la3 ba5 dui4 zhe5 hui4 chang3 gao1 sheng1 kang4 yi4 +005692 禁止#1利用#2敞开式#1阳台#1饲养#1犬只#4。 + jin4 zhi3 li4 yong4 chang3 kai1 shi4 yang2 tai2 si4 yang2 quan3 zhi1 +005693 双方#2其他#1球员#2恶意#1侵犯#3,报复#2与#1反报复的#1动作#2不计#1其数#4。 + shuang1 fang1 qi2 ta1 qiu2 yuan2 e4 yi4 qin1 fan4 bao4 fu5 yu2 fan3 bao4 fu5 de5 dong4 zuo4 bu2 ji4 qi2 shu4 +005694 处于#2风口#1浪尖的#1绿城#3,正以#1一个个#1惊悚的#1事件#3打开#1楼市#1“魔盒#4”。 + chu3 yu2 feng1 kou3 lang4 jian1 de5 lv4 cheng2 zheng4 yi3 yi2 ge4 ge4 jing1 song3 de5 shi4 jian4 da3 kai1 lou2 shi4 mo2 he2 +005695 路过#2丰京路#1与#1六号路#1时#3,儿子说#3路边#2咋躺着个#1妇女#4。 + lu4 guo4 feng1 jing1 lu4 yu3 liu4 hao4 lu4 shi2 er2 zi5 shuo1 lu4 bian1 za2 tang3 zhe5 ge4 fu4 nv3 +005696 满载的#1卡车#3担起#1大道#1千里#4。 + man3 zai4 de5 ka3 che1 dan1 qi3 da4 dao4 qian1 li3 +005697 赖昌星的#1遣返#2也是#1如此#4。 + lai4 chang1 xing1 de5 qian2 fan3 ye3 shi4 ru2 ci3 +005698 下一句#2难道是#3…小鸡#1炖蘑菇#4? + xia4 yi2 ju4 nan2 dao4 shi4 xiao3 ji1 dun4 mo2 gu5 +005699 你是#1在问#1我的#1三维吗#3?哈哈#3,这#1可是个#1秘密#4。 + ni3 shi4 zai4 wen4 wo3 de5 san1 wei2 ma5 ha1 ha1 zhe4 ke3 shi4 ge4 mi4 mi5 +005700 我#1先给#1大家#1唱一首#3“闪着#1泪光的#1决定#4”! + wo3 xian1 gei3 da4 jia1 chang4 yi4 shou3 shan3 zhe5 lei4 guang1 de5 jue2 ding4 +005701 普天间#1基地#3位于#1冲绳县#2宜野湾#1市中心#4。 + pu3 tian1 jian1 ji1 di4 wei4 yu2 chong1 sheng2 xian4 yi2 ye3 wan1 shi4 zhong1 xin1 +005702 瓦津基#1公园#2是#1波兰#1最#1美丽的#1公园#1之一#4。 + wa3 jin1 ji1 gong1 yuan2 shi4 bo1 lan2 zui4 mei3 li4 de5 gong1 yuan2 zhi1 yi1 +005703 今天#3外面的#1天气#1挺冷的#3,但#1一进#1校园#3,就#1感觉#1暖暖的#4。 + jin1 tian1 wai4 mian4 de5 tian1 qi4 ting2 leng3 de5 dan4 yi2 jin4 xiao4 yuan2 jiu4 gan3 jue2 nuan2 nuan3 de5 +005704 停个#1毛啊#3,刹车#1早坏了#3!赶紧#1抓好#1扶手#3,下大坡啦#4。 + ting2 ge4 mao2 a5 sha1 che1 zao3 huai4 le5 gan2 jin3 zhua1 hao3 fu2 shou3 xia4 da4 po1 la5 +005705 近年来#3用#1点心#1材料#1等#1装饰#1巧克力的#1做法#2深受#1欢迎#4。 + jin4 nian2 lai2 yong4 dian3 xin1 cai2 liao4 deng3 zhuang1 shi4 qiao3 ke4 li4 de5 zuo4 fa3 shen1 shou4 huan1 ying2 +005706 头发#2并不#1怎么#1凌乱#3,嘴#1微微#1撅着#3,似乎#2只欠#1一个#1叫醒#4。 + tou2 fa4 bing4 bu4 zen3 me5 ling2 luan4 zui3 wei1 wei1 jue1 zhe5 si4 hu1 zhi3 qian4 yi2 ge5 jiao4 xing3 +005707 她也#1对此#1否认#3,表示#2自己#1完全#1不知#2李泽楷#2与#1梁洛施#2已经#1分手#4。 + ta1 ye3 dui4 ci2 fou3 ren4 biao3 shi4 zi4 ji3 wan2 quan2 bu4 zhi1 li3 ze2 kai2 yu3 liang2 luo4 shi1 yi3 jing1 fen1 shou3 +005708 本案#2由#1普洱市#1人民#1检察院#2立案#1侦查#2并#1提起#1公诉#4。 + ben3 an4 you2 pu2 er3 shi4 ren2 min2 jian3 cha2 yuan4 li4 an4 zhen1 cha2 bing4 ti2 qi3 gong1 su4 +005709 由于#2时间#1仓促#3,出现在#1人们#1面前的#2娃欧#1商场#2像个#1丑小鸭#4。 + you2 yu2 shi2 jian1 cang1 cu4 chu1 xian4 zai4 ren2 men5 mian4 qian2 de5 wa2 ou1 shang1 chang3 xiang4 ge4 chou2 xiao3 ya1 +005710 男子#2继续#1摆弄#1积木#3,手法#1与#1上次#2完全#1一样#4。 + nan2 zi3 ji4 xu4 bai3 nong4 ji1 mu4 shou2 fa2 yu3 shang4 ci4 wan2 quan2 yi2 yang4 +005711 跑水量#2渐渐#1变小后#3,工人们#3将#1跑水点#1周围#1挖开#4。 + pao2 shui3 liang4 jian4 jian4 bian4 xiao3 hou4 gong1 ren2 men5 jiang1 pao2 shui2 dian3 zhou1 wei2 wa1 kai1 +005712 珊瑚虫#2对#1温度#2同样#1敏感#4。 + shan1 hu2 chong2 dui4 wen1 du4 tong2 yang4 min2 gan3 +005713 瞥开#1费用#1问题#3,军部#1将#1秘密#1搜索#3,防止#1发生#1矛盾#4。 + pie1 kai1 fei4 yong4 wen4 ti2 jun1 bu4 jiang4 mi4 mi5 sou1 suo3 fang2 zhi3 fa1 sheng1 mao2 dun4 +005714 这句#2随口#1贬低的话#2歪打#1正着#3,吴城#2背过身#2一笑说#3:我会吗#4? + zhe4 ju4 sui2 kou2 bian3 di1 de5 hua4 wai1 da3 zheng4 zhao2 wu2 cheng2 bei4 guo4 shen1 yi2 xiao4 shuo1 wo3 hui4 ma5 +005715 临时#1领取#1生活#1物品处#2设在#2钟书楼#2第四层的#1阅览室里#4。 + lin2 shi2 ling2 qu3 sheng1 huo2 wu4 pin3 chu4 she4 zai4 zhong1 shu1 lou2 di4 si4 ceng2 de5 yue4 lan3 shi4 li3 +005716 理性的#1网友#1提出#3赶紧#1把#1蟒蛇#1剖开#1救人#4。 + li3 xing4 de5 wang2 you3 ti2 chu1 gan2 jin2 ba2 mang3 she2 pou1 kai1 jiu4 ren2 +005717 免费#1师范生的#1就业#1问题#2如何#1安排#4? + mian3 fei4 shi1 fan4 sheng1 de5 jiu4 ye4 wen4 ti2 ru2 he2 an1 pai2 +005718 试点里#1运作的#2是不是#1就是#1物业税#4? + shi4 dian2 li3 yun4 zuo4 de5 shi4 bu2 shi4 jiu4 shi4 wu4 ye4 shui4 +005719 不仅#2面积#1大了#3,住房的#1功能#2也更#1完善#3、质量#2更牢靠#3、环境#2更优美#4。 + bu4 jin3 mian4 ji5 da4 le5 zhu4 fang2 de5 gong1 neng2 ye3 geng4 wan2 shan4 zhi4 liang4 geng4 lao2 kao4 huan2 jing4 geng4 you1 mei3 +005720 非常#1遗憾的是#3,这些#1弃婴的#1生存率#2非常低#4。 + fei1 chang2 yi2 han4 de5 shi4 zhe4 xie1 qi4 ying1 de5 sheng1 cun2 lv4 fei1 chang2 di1 +005721 这是#1因为#2空气#1中的#1水蒸气#3遇冷#1凝结的#1原因呀#4。 + zhe4 shi4 yin1 wei4 kong1 qi4 zhong1 de5 shui3 zheng1 qi4 yu4 leng3 ning2 jie2 de5 yuan2 yin1 ya5 +005722 孟买#2在#1印度#1经济#1方面#3占#1举足#1轻重的#1地位#4。 + meng4 mai3 zai4 yin4 du4 jing1 ji4 fang1 mian4 zhan4 ju3 zu2 qing1 zhong4 de5 di4 wei4 +005723 我家#1有只#1河东狮#4。 + wo3 jia1 you3 zhi1 he2 dong1 shi1 +005724 黄色#1笑话#3比#1其他#1颜色的#1更好#1笑嘛#4? + huang2 se4 xiao4 hua4 bi3 qi2 ta1 yan2 se4 de5 geng4 hao3 xiao4 ma5 +005725 围观的#1人群#2一拥#1而上#3,凑到#1出租#1房前#1议论#1纷纷#4。 + wei2 guan1 de5 ren2 qun2 yi4 yong1 er2 shang4 cou4 dao4 chu1 zu1 fang2 qian2 yi4 lun4 fen1 fen1 +005726 如何#1保持#1劳动#1用工的#1规范#1有序#4? + ru2 he2 bao3 chi2 lao2 dong4 yong4 gong1 de5 gui1 fan4 you3 xu4 +005727 报考者#2需持#1本人#1身份证#3和#1准考证#2参加#1笔试#4。 + bao4 kao2 zhe3 xu1 chi2 ben3 ren2 shen1 fen4 zheng4 he2 zhun2 kao3 zheng4 can1 jia1 bi3 shi4 +005728 当天#1下午#3,民警#1破门#1而入时#3,池某#2、喻某#3正#1摆弄#1容器#2制造#1冰毒#4。 + dang4 tian1 xia4 wu3 min2 jing3 po4 men2 er2 ru4 shi2 chi2 mou3 yu4 mou3 zheng4 bai3 nong4 rong2 qi4 zhi4 zao4 bing1 du2 +005729 在#1验收#1会上#3,交通#1运输部#1总#1工程师#2蒋千#3这样#1评价#1工程的#1意义#4。 + zai4 yan4 shou1 hui4 shang4 jiao1 tong1 yun4 shu1 bu4 zong3 gong1 cheng2 shi1 jiang3 qian1 zhe4 yang4 ping2 jia4 gong1 cheng2 de5 yi4 yi4 +005730 菜一#1上桌#1才#1发现#3,原来#1是#1昨天的#1剩饭#1剩菜#4! + cai4 yi2 shang4 zhuo1 cai2 fa1 xian4 yuan2 lai2 shi4 zuo2 tian1 de5 sheng4 fan4 sheng4 cai4 +005731 机长#2杨光#3边抬#1伤员#3边#1介绍着#1运送#1伤员的#1过程#4。 + ji1 zhang3 yang2 guang1 bian1 tai2 shang1 yuan2 bian1 jie4 shao4 zhe5 yun4 song4 shang1 yuan2 de5 guo4 cheng2 +005732 早早#1抢好#1位子的#1外劳#3,双腿#1一伸#3,呼呼#1大睡#4。 + zao2 zao3 qiang2 hao3 wei4 zi3 de5 wai4 lao2 shuang1 tui3 yi4 shen1 hu1 hu1 da4 shui4 +005733 妻子的#1同事#2来#1家里#1做客#3,我又是#1做饭#1又是#1刷碗#4。 + qi1 zi3 de5 tong2 shi4 lai2 jia1 li3 zuo4 ke4 wo3 you4 shi4 zuo4 fan4 you4 shi4 shua1 wan3 +005734 而#1陈某的#1建议#1和#1怂恿#3起到了#1推波#1助澜的#1作用#4。 + er2 chen2 mou3 de5 jian4 yi4 he2 song2 yong3 qi3 dao4 le5 tui1 bo1 zhu4 lan2 de5 zuo4 yong4 +005735 细心的#1网友#1发现#3,奥运#1冠军#2高崚#2和#1杨威#2名在#1其列#4。 + xi4 xin1 de5 wang2 you3 fa1 xian4 ao4 yun4 guan4 jun1 gao1 ling2 he2 yang2 wei1 ming2 zai4 qi2 lie4 +005736 然而#2佳品#1早已经#1开始#1“下线#4”。 + ran2 er2 jia1 pin3 zao2 yi3 jing1 kai1 shi3 xia4 xian4 +005737 朗朗#1上口的#3“这一刻#3,多温馨#3,甜的笑#2真的心#3”已成#1追忆#4。 + lang2 lang3 shang4 kou3 de5 zhe4 yi2 ke4 duo1 wen1 xin1 tian2 de5 xiao4 zhen1 de5 xin1 yi3 cheng2 zhui1 yi4 +005738 不客气#3。明天#2一路#1顺风啊#4。 + bu2 ke4 qi5 ming2 tian1 yi2 lu4 shun4 feng1 a5 +005739 你不是#1问我#1为什么#1做#1义工吗#4? + ni3 bu2 shi4 wen4 wo3 wei4 shen2 me5 zuo4 yi4 gong1 ma5 +005740 登楼#2香袅袅#3,煮茗#2待精英#4。 + deng1 lou2 xiang1 niao2 niao3 zhu3 ming2 dai4 jing1 ying1 +005741 女孩#2则#1更像#1凯特#3,鹅蛋脸#3和#1深棕色#1长头#3,是个#1小小#1美人#1胚子#4。 + nv3 hai2 ze2 geng4 xiang4 kai3 te4 e2 dan4 lian3 he2 shen1 zong1 se4 chang2 tou2 shi4 ge4 xiao2 xiao2 mei3 ren2 pei1 zi5 +005742 一根#1绳上#2拴着的#1两个#1蚂蚱#3。哈季#1利季#1油田#2是#1苏丹#1最大的#1油田#4。 + yi4 gen1 sheng2 shang4 shuan1 zhe5 de5 liang3 ge4 ma4 zha5 ha1 ji4 li4 ji4 you2 tian2 shi4 su1 dan1 zui4 da4 de5 you2 tian2 +005743 这将#2加速#1缓解#1高中#1学位的#1紧缺#1难题#4。 + zhe4 jiang1 jia1 su4 huan2 jie3 gao1 zhong1 xue2 wei4 de5 jin3 que1 nan2 ti2 +005744 他们#1也#1加入#2反对#1北京#1申奥的#1阵营#4。 + ta1 men5 ye3 jia1 ru4 fan3 dui4 bei3 jing1 shen1 ao4 de5 zhen4 ying2 +005745 事后#2,他#1十分#1后悔#3,不该#1总欺负#1这个#2矮小#1又#1老实的#1同事#4。 + shi4 hou4 ta1 shi2 fen1 hou4 hui3 bu4 gai1 zong3 qi1 fu5 zhe4 ge4 ai2 xiao3 you4 lao3 shi5 de5 tong2 shi4 +005746 在#1过去的#1六个#1月里#3,这个#1村庄#2没有#1下过雨#4。 + zai4 guo4 qu4 de5 liu4 ge4 yue4 li3 zhe4 ge5 cun1 zhuang1 mei2 you3 xia4 guo4 yu3 +005747 里面#2充斥着#1低俗#1、时尚#1相混的#1旧刊物#4。 + li3 mian4 chong1 chi4 zhe5 di1 su2 shi2 shang4 xiang1 hun4 de5 jiu4 kan1 wu4 +005748 英语#1学习#2也算是#1心理#1拓展的#1一个#1策略吗#4? + ying1 yu3 xue2 xi2 ye3 suan4 shi4 xin1 li3 tuo4 zhan3 de5 yi2 ge4 ce4 lve4 ma5 +005749 最终#3健谈的#1公公#2亲证#2她怀的#1是#1男胎#4。 + zui4 zhong1 jian4 tan2 de5 gong1 gong5 qin1 zheng4 ta1 huai2 de5 shi4 nan2 tai1 +005750 陈一#2借用#1“陈浩”的#1身份#2“漂白”了#4。 + chen2 yi1 jie4 yong4 chen2 hao4 de5 shen1 fen4 piao3 bai2 le5 +005751 请问#1本溪#3哪个#1行业的#1人#1最好#4? + qing3 wen4 ben3 xi1 na3 ge4 hang2 ye4 de5 ren2 zui4 hao3 +005752 其实#2空调#1喊涨#3,春节前#1就有#4。 + qi2 shi2 kong1 tiao2 han2 zhang3 chun1 jie2 qian2 jiu4 you3 +005753 本是#2五大#1三粗的#1老爷们#3,却做#1娇滴滴状#4。 + ben3 shi4 wu3 da4 san1 cu1 de5 lao3 ye2 men5 que4 zuo4 jiao1 di1 di1 zhuang4 +005754 古代#2平均#1寿命短#3,夭折率#1高#3,所以#1都要#1尽早#1结婚#4。 + gu3 dai4 ping2 jun1 shou4 ming4 duan3 yao1 zhe2 lv4 gao1 suo2 yi3 dou1 yao4 jin2 zao3 jie2 hun1 +005755 正月里#3,村里#2耍社火#3离不开#1这架#1秋千#4。 + zheng1 yue4 li3 cun1 li2 shua3 she4 huo3 li2 bu4 kai1 zhe4 jia4 qiu1 qian1 +005756 难道#1是#1因为#2武汉市#1像#1这样的#2大型#1娱乐场#1太多#3,赚不到#1钱#4? + nan2 dao4 shi4 yin1 wei4 wu3 han4 shi4 xiang4 zhe4 yang4 de5 da4 xing2 yu2 le4 chang3 tai4 duo1 zhuan4 bu2 dao4 qian2 +005757 三是#2组织上#1反复#1酝酿#4。 + san1 shi4 zu3 zhi1 shang4 fan3 fu4 yun4 niang4 +005758 随着#1冲突#1升级#3,格#1、摩#2与#1俄罗斯的#1关系#1恶化#4。 + sui2 zhe5 chong1 tu1 sheng1 ji2 ge2 mo2 yu3 e2 luo2 si1 de5 guan1 xi5 e4 hua4 +005759 范围#2东至#1康欧路#3,南至#1规划路#3,西至#2朱泖河#3,北至#2康工路#4。 + fan4 wei2 dong1 zhi4 kang1 ou1 lu4 nan2 zhi4 gui1 hua4 lu4 xi1 zhi4 zhu1 mao3 he2 bei3 zhi4 kang1 gong1 lu4 +005760 趁#2千千#1睡着#3,省儿保#1护士#3在#1小心的#1做检查#4。 + chen4 qian1 qian1 shui4 zhao2 sheng3 er2 bao3 hu4 shi4 zai4 xiao3 xin1 de5 zuo4 jian3 cha2 +005761 他有#1风度#3、有#1礼貌#3,而且#2脾气#1好好#4。 + ta1 you3 feng1 du4 you2 li3 mao4 er2 qie3 pi2 qi5 hao2 hao3 +005762 胡的#1弟媳妇#1柳炳菊#3和#1周叶忠的#1儿子#1幸存#4。 + hu2 de5 di4 xi2 fu4 liu2 bing3 ju2 he2 zhou1 ye4 zhong1 de5 er2 zi5 xing4 cun2 +005763 汽车#1轮胎上#3,有三个#2像#1柳叶的#1扇片#4。 + qi4 che1 lun2 tai1 shang4 you3 san1 ge4 xiang4 liu3 ye4 de5 shan4 pian4 +005764 因为#2眼前亏#1不吃#3,可能#3要吃#1更大的亏#4! + yin1 wei4 yan3 qian2 kui1 bu4 chi1 ke3 neng2 yao4 chi1 geng4 da4 de5 kui1 +005765 如需#1咨询#3可#1致电#3九五#1幺零#3五六#1八八#4。 + ru2 xu1 zi1 xun2 ke3 zhi4 dian4 jiu2 wu3 yao1 ling2 wu3 liu4 ba1 ba1 +005766 在#1新兴的#1网络#1行业#3,丑闻#2也#1层出#1不穷#4。 + zai4 xin1 xing1 de5 wang3 luo4 hang2 ye4 chou3 wen2 ye3 ceng2 chu1 bu4 qiong2 +005767 一天多#1折腾#1下来#3,昨日#3,邱女士#2才#1总算#2有所#1好转#4。 + yi4 tian1 duo1 zhe1 teng5 xia4 lai5 zuo2 ri4 qiu1 nv3 shi4 cai2 zong3 suan4 you2 suo3 hao2 zhuan3 +005768 刘#1作案后#2一直#1逃窜#1在外#4。 + liu2 zuo4 an4 hou4 yi4 zhi2 tao2 cuan4 zai4 wai4 +005769 租赁房#2只能安#1两张床#4。 + zu1 lin4 fang2 zhi3 neng2 an1 liang3 zhang1 chuang2 +005770 这些#1印刷版#1图书#3包括了#2没有#1电子版的#1精装#2和#1简装#1图书#4。 + zhe4 xie1 yin4 shua1 ban3 tu2 shu1 bao1 kuo4 le5 mei2 you3 dian4 zi2 ban3 de5 jing1 zhuang1 he2 jian3 zhuang1 tu2 shu1 +005771 随后#3杨某#2被#1转到#1蚌埠市#1第三#1人民#1医院#4。 + sui2 hou4 yang2 mou3 bei4 zhuan3 dao4 beng4 bu4 shi4 di4 san1 ren2 min2 yi1 yuan4 +005772 因为#1淤泥#3,今天#1被迫#1迟到了#1整整#1一小时#4。 + yin1 wei4 yu1 ni2 jin1 tian1 bei4 po4 chi2 dao4 le5 zheng2 zheng3 yi4 xiao3 shi2 +005773 有点#1专断啊#3,连#1说话#2都#1规定的#1牢牢的#4。 + you2 dian3 zhuan1 duan4 a5 lian2 shuo1 hua4 dou1 gui1 ding4 de5 lao2 lao2 de5 +005774 这一#1矛盾#3导致了#1银行#1寅吃#1卯粮的#1现状#4。 + zhe4 yi4 mao2 dun4 dao3 zhi4 le5 yin2 hang2 yin2 chi1 mao3 liang2 de5 xian4 zhuang4 +005775 蕾哈娜#2身穿#1超短裙#3、渔网袜#3,性感#1十足#4。 + lei2 ha1 na4 shen1 chuan1 chao1 duan3 qun2 yu2 wang3 wa4 xing4 gan3 shi2 zu2 +005776 一只#1青蛙#2给#1牧师#1打电话#3,问#1自己的#1命运#4。 + yi4 zhi1 qing1 wa1 gei3 mu4 shi1 da3 dian4 hua4 wen4 zi4 ji3 de5 ming4 yun4 +005777 另外#3,我也#1认识#1一些#2参加过#1奥运会的#1同学#4。 + ling4 wai4 wo2 ye3 ren4 shi5 yi4 xie1 can1 jia1 guo4 ao4 yun4 hui4 de5 tong2 xue2 +005778 还没#1过年呢#3,还#1不能#1给你#1发#1压岁钱呀#4。 + hai2 mei2 guo4 nian2 ne5 hai2 bu4 neng2 gei2 ni3 fa1 ya1 sui4 qian2 ya5 +005779 此时#3,新郎#1已将#1新娘#1接到#3,开始#1一段#1“绕城#1之路#4”。 + ci3 shi2 xin1 lang2 yi3 jiang1 xin1 niang2 jie1 dao4 kai1 shi3 yi2 duan4 rao4 cheng2 zhi1 lu4 +005780 八乡#1古庙#2属#1早前#2被#1列为#2香港#1二级#1历史#1建筑物#4。 + ba1 xiang1 gu3 miao4 shu2 zao3 qian2 bei4 lie4 wei2 xiang1 gang3 er4 ji2 li4 shi3 jian4 zhu4 wu4 +005781 一起#1去看#1流星雨#3好#1浪漫呀#4。 + yi4 qi3 qu4 kan4 liu2 xing1 yu2 hao3 lang4 man4 ya5 +005782 稀土#1开采#2使得#1张阳娥家#1院子里的#1一口井#3成为#1摆设#4。 + xi1 tu3 kai1 cai3 shi3 de2 zhang1 yang2 e2 jia1 yuan4 zi5 li3 de5 yi4 kou2 jing3 cheng2 wei2 bai3 she4 +005783 网站#2建立者#3毫不#1掩饰#3自己#1对#1脸谱网#1创办人#2扎克伯格的#1模仿#4。 + wang3 zhan4 jian4 li4 zhe3 hao2 bu4 yan3 shi4 zi4 ji3 dui4 lian2 pu2 wang3 chuang4 ban4 ren2 zha1 ke4 bo2 ge2 de5 mo2 fang3 +005784 上次#1来#1新加坡#2也#1见过#1面的#1老朋友呢#4? + shang4 ci4 lai2 xin1 jia1 po1 ye3 jian4 guo4 mian4 de5 lao3 peng2 you5 ne5 +005785 济南#2、泰安#1两地#2均#1发布#2大雾#1红色#1预警#1信号#4。 + ji3 nan2 tai4 an1 liang3 di4 jun1 fa1 bu4 da4 wu4 hong2 se4 yu4 jing3 xin4 hao4 +005786 当#1路人#1高喊#2“碾死#1人了”时#3,该车#2才#1彻底#1停下#4。 + dang1 lu4 ren2 gao1 han3 nian2 si3 ren2 le5 shi2 gai1 che1 cai2 che4 di3 ting2 xia4 +005787 一楼#1入户的#2绿色#1栅栏式#1防盗#1门前#1地面上#3留有#1一摊#1血迹#4。 + yi1 lou2 ru4 hu4 de5 lv4 se4 zha4 lan2 shi4 fang2 dao4 men2 qian2 di4 mian4 shang4 liu2 you3 yi4 tan1 xue4 ji4 +005788 人民#1解放军#2在#1平叛#1过程中#2军纪#1严明#3,得到#2广大#1僧俗#1人士的#2衷心#1拥护#4。 + ren2 min2 jie3 fang4 jun1 zai4 ping2 pan4 guo4 cheng2 zhong1 jun1 ji4 yan2 ming2 de2 dao4 guang3 da4 seng1 su2 ren2 shi4 de5 zhong1 xin1 yong1 hu4 +005789 缘缘#2开始#1不“感冒”了#3,自顾自#2爬上了#1猫架子#3,开始#1舔爪子#1玩#4。 + yuan2 yuan2 kai1 shi3 bu4 gan3 mao4 le5 zi4 gu4 zi4 pa2 shang4 le5 mao1 jia4 zi5 kai1 shi3 tian2 zhua3 zi5 wan2 +005790 尤其是#2不少#1孕妇#2更应#1吃核桃#3,以#1利于#1宝宝#1大脑#1发育#4。 + you2 qi2 shi4 bu4 shao3 yun4 fu4 geng4 ying1 chi1 he2 tao5 yi3 li4 yu2 bao3 bao5 da4 nao3 fa1 yu4 +005791 张爱国#3却#2打点好#1行装#3迫不#1及待的#1想要#1离开#4。 + zhang1 ai4 guo2 que4 da2 dian2 hao3 xing2 zhuang1 po4 bu4 ji2 dai4 de5 xiang3 yao4 li2 kai1 +005792 陈家洛#2吃惊得#1要#1跳起来#3,被#1幸福#1包住#3,喜不#1自禁说#3:我#1怎么行#4! + chen2 jia1 luo4 chi1 jing1 de5 yao4 tiao4 qi3 lai2 bei4 xing4 fu2 bao1 zhu4 xi3 bu2 zi4 jin1 shuo1 wo2 zen3 me5 xing2 +005793 她说#3,总书记#1知道#1俺们#1困难#3,来#1访察#1生活#1好不好#3,不叫#1咱#1受罪#4。 + ta1 shuo1 zong3 shu1 ji4 zhi1 dao4 an3 men5 kun4 nan5 lai2 fang3 cha2 sheng1 huo2 hao3 bu4 hao3 bu2 jiao4 zan2 shou4 zui4 +005794 杨宇#2坐的#1位置#1不好#3,只得#1屈身#2给#1两人#1做邮差#4。 + yang2 yu3 zuo4 de5 wei4 zhi4 bu4 hao3 zhi2 dei3 qu1 shen1 gei2 liang3 ren2 zuo4 you2 chai1 +005795 对于#2纺织#1行业#2目前的#1状况#1来说#3,出口#1退税#1政策#3越早#1出台#1越好#4。 + dui4 yu2 fang3 zhi1 hang2 ye4 mu4 qian2 de5 zhuang4 kuang4 lai2 shuo1 chu1 kou3 tui4 shui4 zheng4 ce4 yue4 zao3 chu1 tai2 yue4 hao3 +005796 公元#2一二#1九八年#3王祯#2创制了#1木活字#4。 + gong1 yuan2 yi1 er4 jiu3 ba1 nian2 wang2 zhen1 chuang4 zhi4 le5 mu4 huo2 zi4 +005797 罗天诚#1低声说#3深沉#1是#1无法#1伪装的#4。 + luo2 tian1 cheng2 di1 sheng1 shuo1 shen1 chen2 shi4 wu2 fa2 wei3 zhuang1 de5 +005798 这一#1愤怒#3变成#3“碾碎#3”、“剁碎#2”、“撕碎”的#1呼声#1震撼#1天地#4。 + zhe4 yi2 fen4 nu4 bian4 cheng2 nian3 sui4 duo4 sui4 si1 sui4 de5 hu1 sheng1 zhen4 han4 tian1 di4 +005799 个人#2最喜欢#1逍遥#3,人人#1都说#2惊鸿#1一瞥#4。 + ge4 ren2 zui4 xi3 huan1 xiao1 yao2 ren2 ren2 dou1 shuo1 jing1 hong2 yi4 pie1 +005800 石柏魁#1认为#3判刑#1过重#1上诉#4。 + shi2 bai3 kui2 ren4 wei2 pan4 xing2 guo4 zhong4 shang4 su4 +005801 其他#1十人#3在#2“蹦跶#1”转圈中#2进行#1清唱#4。 + qi2 ta1 shi2 ren2 zai4 beng4 da2 zhuan4 quan1 zhong1 jin4 xing2 qing1 chang4 +005802 一八#1九九年#3,不堪#1受辱的#1玛格#1丽特#3愤而#1与#1丈夫#1离婚#4。 + yi1 ba1 jiu2 jiu3 nian2 bu4 kan1 shou4 ru3 de5 ma3 ge2 li4 te4 fen4 er2 yu3 zhang4 fu5 li2 hun1 +005803 垮塌时#2有#1桥面上#2有#1人员#1行走#4。 + kua3 ta1 shi2 you3 qiao2 mian4 shang4 you3 ren2 yuan2 xing2 zou3 +005804 你当#1我傻啊#3?脑子#1那么大#2怎么#1塞进去#4? + ni3 dang1 wo2 sha3 a5 nao3 zi5 na4 me5 da4 zen3 me5 sai1 jin4 qu4 +005805 因此#3增持#1美元#1国债#3就#1成为#1中国#1央行的#1暂时#1之选#4。 + yin1 ci3 zeng1 chi2 mei3 yuan2 guo2 zhai4 jiu4 cheng2 wei2 zhong1 guo2 yang1 hang2 de5 zan4 shi2 zhi1 xuan3 +005806 没有人#1知道#3,这些#1证书#2是#1杜伟新#2省吃#1俭用#3攒下#1“口粮”钱#1去买的#4。 + mei2 you3 ren2 zhi1 dao4 zhe4 xie1 zheng4 shu1 shi4 du4 wei3 xin1 sheng3 chi1 jian3 yong4 zan3 xia4 kou3 liang2 qian2 qu4 mai3 de5 +005807 你#1有没有#1看出#2信里#1那种#1委婉的#1感觉呢#4? + ni2 you3 mei2 you3 kan4 chu1 xin4 li3 na4 zhong3 wei2 wan3 de5 gan3 jue2 ne5 +005808 是个#1冰淇淋哦#4。 + shi4 ge4 bing1 qi5 lin2 o5 +005809 两人#1为此#1争吵#1起来#4。 + liang3 ren2 wei4 ci3 zheng1 chao2 qi3 lai2 +005810 迎风的#1晴天#1娃娃#4。 + ying2 feng1 de5 qing2 tian1 wa2 wa5 +005811 我#1不是#1特别#1懂#1篮球#4。 + wo3 bu2 shi4 te4 bie2 dong3 lan2 qiu2 +005812 它们#2体积#1如#1小猫#3,但#1爪子#2却比猫#1锋利#1许多#4。 + ta1 men5 ti3 ji1 ru2 xiao3 mao1 dan4 zhua3 zi5 que4 bi3 mao1 feng1 li4 xu3 duo1 +005813 过去#3,看#1儿子#1参加#1奥运会#2是#1母亲的#1心愿#3,看#1儿子#1成家#2也是#1母亲的#1心愿#4。 + guo4 qu4 kan4 er2 zi5 can1 jia1 ao4 yun4 hui4 shi4 mu3 qin1 de5 xin1 yuan4 kan4 er2 zi5 cheng2 jia1 ye3 shi4 mu3 qin5 de5 xin1 yuan4 +005814 事后#3,该名#1科长#1经#1医院#1检查#3,为#1左股骨#1粉碎性#1骨折#4。 + shi4 hou4 gai1 ming2 ke1 zhang3 jing1 yi1 yuan4 jian3 cha2 wei2 zuo2 gu2 gu2 fen3 sui4 xing4 gu3 zhe2 +005815 你#1打算#1什么#1时候去#4? + ni2 da3 suan4 shen2 me5 shi2 hou4 qu4 +005816 他#1经常#1动手#1打姐姐#4。 + ta1 jing1 chang2 dong4 shou3 da2 jie3 jie5 +005817 男子#1买画#3并非#1欣赏#1画作#3,只是#1觉得#1画框#1漂亮#4。 + nan2 zi2 mai3 hua4 bing4 fei1 xin1 shang3 hua4 zuo4 zhi3 shi4 jue2 de5 hua4 kuang4 piao4 liang5 +005818 我知道#3,很#1感人的#3,得病了#2还#1坚持#1退卡#1给#1顾客#4。 + wo3 zhi1 dao4 hen2 gan3 ren2 de5 de2 bing4 le5 hai2 jian1 chi2 tui4 ka2 gei3 gu4 ke4 +005819 贫困#1产妇的#1遭遇#3让谁#1尴尬#4? + pin2 kun4 chan3 fu4 de5 zao1 yu4 rang4 shui2 gan1 ga4 +005820 所以#3不牵扯#1任何#1费率#1损失#4。 + suo2 yi3 bu4 qian1 che3 ren4 he2 fei4 lv4 sun3 shi1 +005821 颜色#1鲜艳#3,多#1添加#1染色剂等#4。 + yan2 se4 xian1 yan4 duo1 tian1 jia1 ran3 se4 ji4 deng3 +005822 大家#1反抗#3,陈搂得#1特别紧#4。 + da4 jia1 fan3 kang4 chen2 lou3 de5 te4 bie2 jin3 +005823 如#2房地产#2、水务#3、烟草#1等行业#4。 + ru2 fang2 di4 chan2 shui3 wu4 yan1 cao2 deng3 hang2 ye4 +005824 在#1中国#3,这个#1数据#1更为#1显眼#4。 + zai4 zhong1 guo2 zhe4 ge4 shu4 ju4 geng4 wei2 xian2 yan3 +005825 预想#1中的#1文化#1冲击#3还没#1来得及#1和#1苏珊#2擦出#1火花#4。 + yu4 xiang3 zhong1 de5 wen2 hua4 chong1 ji1 hai2 mei2 lai2 de5 ji2 he2 su1 shan1 ca1 chu1 huo3 hua1 +005826 此时的#1厂房#3,不是#1被#1地震#1强力#1腰斩#3,就是#1被#1震碎#4。 + ci3 shi2 de5 chang3 fang2 bu2 shi4 bei4 di4 zhen4 qiang2 li4 yao1 zhan3 jiu4 shi4 bei4 zhen4 sui4 +005827 但#1既然#1金斗宇#2表明了#1辞意#3,预计#2会按#1程序#1办理#1此事#4。 + dan4 ji4 ran2 jin1 dou4 yu2 biao3 ming2 le5 ci2 yi4 yu4 ji4 hui4 an4 cheng2 xu4 ban4 li2 ci3 shi4 +005828 其中#3网友#2“海洋#1生物#1小散打”的#1评论#3引起了#1记者的#1注意#4。 + qi2 zhong1 wang2 you2 hai3 yang2 sheng1 wu4 xiao3 san2 da3 de5 ping2 lun4 yin2 qi3 le5 ji4 zhe3 de5 zhu4 yi4 +005829 政策#1将为#1需求#1提供#1支撑#4。 + zheng4 ce4 jiang1 wei4 xu1 qiu2 ti2 gong1 zhi1 cheng1 +005830 早在#2一九#1九四年#3,毗邻的#2俄勒#1岗州#2已经#1批准#1病重的#1病人#2安乐死#4。 + zao3 zai4 yi1 jiu2 jiu3 si4 nian2 pi2 lin2 de5 e2 le4 gang3 zhou1 yi3 jing1 pi1 zhun3 bing4 zhong4 de5 bing4 ren2 an1 le4 si3 +005831 艾薇儿#2接受了#1查德的#1求婚#1钻戒#4。 + ai4 wei1 er2 jie1 shou4 le5 cha2 de2 de5 qiu2 hun1 zuan4 jie4 +005832 因此#3滨江#2和#1萧山#2都#1落下#1冰雹#4。 + yin1 ci3 bin1 jiang1 he2 xiao1 shan1 dou1 luo4 xia4 bing1 bao2 +005833 落水后#3,小瑜瑜#1迅速#1被水#1卷走#4。 + luo4 shui3 hou4 xiao3 yu2 yu2 xun4 su4 bei4 shui3 juan2 zou3 +005834 海风#2卷起的#1涌浪#3,一阵阵#1扑来#4。 + hai3 feng1 juan2 qi3 de5 yong3 lang4 yi2 zhen4 zhen4 pu1 lai2 +005835 在#1鸟网#1下方#1地面#3,也有#1很多#1飞羽#4。 + zai4 niao2 wang3 xia4 fang1 di4 mian4 ye2 you2 hen3 duo1 fei1 yu3 +005836 明确#1租赁#2保证金的#1收取#1金额#4。 + ming2 que4 zu1 lin4 bao3 zheng4 jin1 de5 shou1 qu3 jin1 e2 +005837 但是#3,杰雅#1瑞南的#1当务#1之急是#3,保持#1参加#1下届#1大选的#1资格#4。 + dan4 shi4 jie2 ya3 rui4 nan2 de5 dang1 wu4 zhi1 ji2 shi4 bao3 chi2 can1 jia1 xia4 jie4 da4 xuan3 de5 zi1 ge2 +005838 好的#1主人#3!我会#1再#1温柔#1一些的#4! + hao3 de5 zhu3 ren2 wo3 hui4 zai4 wen1 rou2 yi4 xie1 de5 +005839 报道称#3,奥巴马#1与#1烟瘾#2“奋战#1”多年#4。 + bao4 dao4 cheng1 ao4 ba1 ma2 yu3 yan1 yin3 fen4 zhan4 duo1 nian2 +005840 警方#2随即#1兵分#1两路#3,一部分#2赶往#1蚌埠#3,到#1医院#1了解#1伤者#1情况#4。 + jing3 fang1 sui2 ji2 bing1 fen1 liang3 lu4 yi2 bu4 fen4 gan2 wang3 beng4 bu4 dao4 yi1 yuan4 liao2 jie3 shang1 zhe3 qing2 kuang4 +005841 女友说#3:“诶#3,把你的#1胡子#1刮一下#4。 + nv2 you3 shuo1 ei5 ba2 ni3 de5 hu2 zi5 gua1 yi2 xia4 +005842 重要的是#3果敢#1挑战#3、灵活#1应对#4。 + zhong4 yao4 de5 shi4 guo2 gan2 tiao3 zhan4 ling2 huo2 ying4 dui4 +005843 关起门#1来说#3,白#1给我#1也会#1扔掉#4。 + guan1 qi3 men2 lai2 shuo1 bai2 gei2 wo2 ye3 hui4 reng1 diao4 +005844 勇敢#1面对#3,绝不做#1爱情的#1逃兵#4! + yong2 gan3 mian4 dui4 jue2 bu2 zuo4 ai4 qing2 de5 tao2 bing1 +005845 有什么#1好争的#3,找#1保险#1公司啊#4。 + you3 shen2 me5 hao3 zheng1 de5 zhao3 bao2 xian3 gong1 si1 a5 +005846 这次#1去#1门卫间#2去得#1十分#1有#1价值#3,这些信#1落到#1班主任#1手里#3,后果#1很难说#4。 + zhe4 ci4 qu4 men2 wei4 jian1 qu4 de5 shi2 fen1 you3 jia4 zhi2 zhe4 xie1 xin4 luo4 dao4 ban1 zhu3 ren4 shou2 li3 hou4 guo2 hen3 nan2 shuo1 +005847 这一#1比例#3在#1欧洲#2位居#1榜首#4。 + zhe4 yi4 bi3 li4 zai4 ou1 zhou1 wei4 ju1 bang2 shou3 +005848 消息#1传来#3,老孙家#2甭提#1多高兴#4。 + xiao1 xi5 chuan2 lai2 lao3 sun1 jia1 beng2 ti2 duo1 gao1 xing4 +005849 之后#3,张国胜的#1姐姐#2致#1答谢词#4。 + zhi1 hou4 zhang1 guo2 sheng4 de5 jie3 jie5 zhi4 da2 xie4 ci2 +005850 现在抄#1有用吗#3?有本事#1高考#1抄去#4。 + xian4 zai4 chao1 you3 yong4 ma5 you2 ben3 shi4 gao1 kao3 chao1 qu4 +005851 伴着#2蛇口#1工业区的#1落幕#3,这场#2被#1称作#3“早熟的#1直选#1民主#1试验#3”渐渐#1湮灭#4。 + ban4 zhe5 she2 kou3 gong1 ye4 qu1 de5 luo4 mu4 zhe4 chang3 bei4 cheng1 zuo4 zao3 shu2 de5 zhi2 xuan3 min2 zhu3 shi4 yan4 jian4 jian4 yan1 mie4 +005852 当#1纠察#1人员#1取证时#3,解某#1态度#1蛮横#3,强行#1阻拦#2取证#2并#1抢走#1相机#4。 + dang1 jiu1 cha2 ren2 yuan2 qu3 zheng4 shi2 xie4 mou3 tai4 du4 man2 heng4 qiang2 xing2 zu3 lan2 qu3 zheng4 bing4 qiang2 zou3 xiang4 ji1 +005853 至于#1什么#1原因#1引发#1冲突#3,大家#2并不#1清楚#4。 + zhi4 yu2 shen2 me5 yuan2 yin1 yin3 fa1 chong1 tu5 da4 jia1 bing4 bu4 qing1 chu3 +005854 警方#2唯独#1没有#1发现#1那颗#1钻石#4。 + jing3 fang1 wei2 du2 mei2 you3 fa1 xian4 na4 ke1 zuan4 shi2 +005855 来自#1各地的#1丑狗狗#3在#1比赛中#2竞相#1亮相#4。 + lai2 zi4 ge4 di4 de5 chou2 gou3 gou5 zai4 bi3 sai4 zhong1 jing4 xiang1 liang4 xiang4 +005856 外面#1车堵得#1厉害#3,应急#1任务#1被延#3,继续#1待命#4。 + wai4 mian4 che1 du3 de5 li4 hai4 ying4 ji2 ren4 wu5 bei4 yan2 ji4 xu4 dai4 ming4 +005857 那种#2朴实#1、憨厚#3,给人#1印象#1很深#4。 + na4 zhong2 pu3 shi2 han1 hou4 gei3 ren2 yin4 xiang4 hen3 shen1 +005858 在#2洪慧姈的#1眼中#3,那些#1菲律宾#1海警#3“就是#2恃强#1凌弱的#1强盗#4”。 + zai4 hong2 hui4 ling2 de5 yan3 zhong1 na4 xie1 fei1 lv4 bin1 hai2 jing3 jiu4 shi4 shi4 qiang2 ling2 ruo4 de5 qiang2 dao4 +005859 阿花的#1父亲#1林天生#3在看#1悬赏#1通告#4。 + a1 hua1 de5 fu4 qin5 lin2 tian1 sheng1 zai4 kan4 xuan2 shang3 tong1 gao4 +005860 有人#1赞神奇#3,有人#1批荒唐#3,马林#1不服#1一审#1判决#3,向南宁#1中院#1上诉#4。 + you3 ren2 zan4 shen2 qi2 you3 ren2 pi1 huang1 tang5 ma3 lin2 bu4 fu2 yi1 shen3 pan4 jue2 xiang4 nan2 ning2 zhong1 yuan4 shang4 su4 +005861 而且#2二零#1零一年#1之后的#1头两年#3没有#1收取#1服务费#4。 + er2 qie3 er4 ling2 ling2 yi1 nian2 zhi1 hou4 de5 tou2 liang3 nian2 mei2 you3 shou1 qu3 fu2 wu4 fei4 +005862 我#1以前#1演戏#2不喜欢#1眨眼睛#3,他说#3其实#1你#1眨一下#1眼#3会#1比较#1真实#4。 + wo2 yi3 qian2 yan3 xi4 bu4 xi3 huan5 zha2 yan3 jing1 ta1 shuo1 qi2 shi2 ni2 zha3 yi2 xia4 yan3 hui4 bi3 jiao4 zhen1 shi2 +005863 人#1聪明点#3,毕竟#2以后#1我家的#1生意#3,都是要#1交给#1女婿#1管理的#4。 + ren2 cong1 ming5 dian3 bi4 jing4 yi3 hou4 wo3 jia1 de5 sheng1 yi4 dou1 shi4 yao4 jiao1 gei2 nv3 xu4 guan2 li3 de5 +005864 我们#1有#1责任#1教育#2、监督#1干部#2少犯#1错误#3、不犯#1错误#4。 + wo3 men5 you3 ze2 ren4 jiao4 yu4 jian1 du1 gan4 bu4 shao3 fan4 cuo4 wu4 bu2 fan4 cuo4 wu4 +005865 你#1洗完手#3怎么#1不擦干啊#3,都是水#4! + ni2 xi3 wan2 shou3 zen3 me5 bu4 ca1 gan1 a5 dou1 shi4 shui3 +005866 为#2最大#1限度#1获利#3,常勇#2开始#1打起了#1在#1村子#1附近#1偷土的#1算盘#4。 + wei4 zui4 da4 xian4 du4 huo4 li4 chang2 yong3 kai1 shi3 da2 qi3 le5 zai4 cun1 zi5 fu4 jin4 tou1 tu3 de5 suan4 pan2 +005867 今年#1以来#3低价股的#1一飞#1冲天#3,让#1酷爱#1低价股的#1小散#2吐气#1扬眉#4。 + jin1 nian2 yi3 lai2 di1 jia4 gu3 de5 yi4 fei1 chong1 tian1 rang4 ku4 ai4 di1 jia4 gu3 de5 xiao2 san3 tu3 qi4 yang2 mei2 +005868 农忙#1时节#3,村民们#2驾驶#1拖拉机#3,在#1一个个#1大拐弯#1颠簸#3,惊魂#1难定#4。 + nong2 mang2 shi2 jie2 cun1 min2 men5 jia4 shi3 tuo1 la1 ji1 zai4 yi2 ge4 ge4 da4 guai3 wan1 dian1 bo3 jing1 hun2 nan2 ding4 +005869 幼犬#2一年#1要#1注射#1三次#1预防针#3,成犬#3每年#1只需要#1注射#1一次#4! + you4 quan3 yi4 nian2 yao4 zhu4 she4 san1 ci4 yu4 fang2 zhen1 cheng2 quan3 mei3 nian2 zhi3 xu1 yao4 zhu4 she4 yi2 ci4 +005870 碰巧#2他#1不用#1开工#3,就#1叫上#1他喽#4。 + peng4 qiao3 ta1 bu2 yong4 kai1 gong1 jiu4 jiao4 shang4 ta1 lou5 +005871 只要你#1让我#1不爽了#3,老子#2照样#1扇你#4! + zhi3 yao4 ni3 rang4 wo3 bu4 shuang3 le5 lao3 zi5 zhao4 yang4 shan1 ni3 +005872 现在#2俺鼠标#1一点#3,键盘#1一敲#3,就能#1了解到#1各地的#1文化#2、科技#2、经济#1信息#4。 + xian4 zai4 an2 shu3 biao1 yi4 dian3 jian4 pan2 yi4 qiao1 jiu4 neng2 liao2 jie3 dao4 ge4 di4 de5 wen2 hua4 ke1 ji4 jing1 ji4 xin4 xi1 +005873 此后#3,集团#1发言人#3也#1并未#1披露#2减持#1原因#4。 + ci3 hou4 ji2 tuan2 fa1 yan2 ren2 ye3 bing4 wei4 pi1 lu4 jian3 chi2 yuan2 yin1 +005874 奶粉厂的#1原奶#1收购价#3,要比#1伊利#1低一半#4。 + nai2 fen2 chang3 de5 yuan2 nai3 shou1 gou4 jia4 yao4 bi3 yi1 li4 di1 yi2 ban4 +005875 非要#1让我#1脸红么#4。 + fei1 yao4 rang4 wo2 lian3 hong2 me5 +005876 她说#2好丑怪#3,不要#1再放#4。 + ta1 shuo1 hao2 chou3 guai4 bu2 yao4 zai4 fang4 +005877 但是#3发型#1还要#1改进#1一点#4。 + dan4 shi4 fa4 xing2 hai2 yao4 gai3 jin4 yi4 dian3 +005878 但#2仍有人#1心存#1侥幸#3,并未#1按照#1这条#1“最后#1通牒#1”行事#4。 + dan4 reng2 you3 ren2 xin1 cun2 jiao3 xing4 bing4 wei4 an4 zhao4 zhe4 tiao2 zui4 hou4 tong1 die2 xing2 shi4 +005879 补选#2省人大#1常委会#1委员#4。 + bu2 xuan2 sheng3 ren2 da4 chang2 wei3 hui4 wei3 yuan2 +005880 郭乐平#1认为#3这#1完全#1是#1污蔑#4。 + guo1 le4 ping2 ren4 wei2 zhe4 wan2 quan2 shi4 wu1 mie4 +005881 只可惜#3,手里#1攥了#1几个#1小钱#3,阿伟#2开始#1迷上了#1赌博#4。 + zhi2 ke3 xi1 shou2 li3 zuan4 le5 ji3 ge4 xiao3 qian2 a1 wei3 kai1 shi3 mi2 shang4 le5 du3 bo2 +005882 周炯说#3,丁磊#2还是个#1对#1食品#1卫生#2有#1强烈#1“洁癖”的人#4。 + zhou1 jiong3 shuo1 ding1 lei3 hai2 shi4 ge5 dui4 shi2 pin3 wei4 sheng1 you3 qiang2 lie4 jie2 pi3 de5 ren2 +005883 在#1询问#1过程中#3,两名#1“警察#2”露出#1马脚#3,被#1王女士#1识破#4。 + zai4 xun2 wen4 guo4 cheng2 zhong1 liang3 ming2 jing3 cha2 lou4 chu1 ma2 jiao3 bei4 wang2 nv3 shi4 shi2 po4 +005884 这下#2“旋风#1”满意地#1叼着#1咬靶#3,一摇#1一摆#3回到#1石忠乐#1身边#4。 + zhe4 xia4 xuan4 feng1 man3 yi4 de5 diao1 zhe5 yao2 ba3 yi4 yao2 yi4 bai3 hui2 dao4 shi2 zhong1 le4 shen1 bian1 +005885 时隔#1两年#3,“鱼霸#2”卷土#1重来#4。 + shi2 ge2 liang3 nian2 yu2 ba4 juan2 tu3 chong2 lai2 +005886 内部#1矛盾#2如此#1日益#1激化#3,可能#1引起#1新的#1冲突#1和#1动乱#4。 + nei4 bu4 mao2 dun4 ru2 ci3 ri4 yi4 ji1 hua4 ke3 neng2 yin2 qi3 xin1 de5 chong1 tu5 he2 dong4 luan4 +005887 提价#1后的#1获利#3,则由#1南宁#1老板#3和#1柳州的#1米粉厂#1分账#4。 + ti2 jia4 hou4 de5 huo4 li4 ze2 you2 nan2 ning2 lao2 ban3 he2 liu3 zhou1 de5 mi2 fen2 chang3 fen1 zhang4 +005888 他#1觉得#3,桃源村#1三期#1地库#2停的车#3多半#1都是#1那儿#1业主的#4。 + ta1 jue2 de5 tao2 yuan2 cun1 san1 qi1 di4 ku4 ting2 de5 che1 duo1 ban4 dou1 shi4 nar4 ye4 zhu3 de5 +005889 大火中#3,救儿#1心切的#1李永华#3徒手#1扑打#1儿子#1身上的#1火焰#4。 + da4 huo3 zhong1 jiu4 er2 xin1 qie4 de5 li2 yong3 hua2 tu2 shou3 pu1 da3 er2 zi5 shen1 shang4 de5 huo3 yan4 +005890 企业的#1经营#1策略#2有#1变化吗#4? + qi3 ye4 de5 jing1 ying2 ce4 lve4 you3 bian4 hua4 ma5 +005891 月末#2钱不够#1花啦#3?我的#1工资#4。 + yue4 mo4 qian2 bu2 gou4 hua1 la5 wo3 de5 gong1 zi1 +005892 狒狒#1体内#2可能#1存在#1白色#1隐性#1基因#3,只是#1以前#1没有#1发现#4。 + fei4 fei4 ti3 nei4 ke3 neng2 cun2 zai4 bai2 se4 yin3 xing4 ji1 yin1 zhi3 shi4 yi3 qian2 mei2 you3 fa1 xian4 +005893 我#1慌了#3,转头#2看向#1哥们#3,他的#1表情#3我#1至今#1难忘#4。 + wo3 huang1 le5 zhuan3 tou2 kan4 xiang4 ge1 men5 ta1 de5 biao3 qing2 wo3 zhi4 jin1 nan2 wang4 +005894 该男子#2圆头#1大耳#3,打扮得#2像个#1公司#1老总#4。 + gai1 nan2 zi3 yuan2 tou2 da4 er3 da3 ban4 de5 xiang4 ge5 gong1 si1 lao2 zong3 +005895 基差#1越小#3,管理#1风险的#1成本#1越低#3,效率#1越高#4。 + ji1 cha1 yue4 xiao3 guan2 li3 feng1 xian3 de5 cheng2 ben3 yue4 di1 xiao4 lv4 yue4 gao1 +005896 同时#3该女星#1保证#3不会#1再有#1类似#1事情#1发生#4。 + tong2 shi2 gai1 nv3 xing1 bao3 zheng4 bu2 hui4 zai4 you3 lei4 si4 shi4 qing2 fa1 sheng1 +005897 狍子#2属#1鹿科#3,是#1陕西省#2野生#1重点#1保护#1动物#4。 + pao2 zi5 shu3 lu4 ke1 shi4 shan3 xi1 sheng2 ye3 sheng1 zhong4 dian2 bao3 hu4 dong4 wu4 +005898 窄窄的#1一双#1眼睛#3,似乎#2也#1不具备#1穿透#1生活的#1光泽#4。 + zhai2 zhai3 de5 yi4 shuang1 yan3 jing5 si4 hu1 ye3 bu2 ju4 bei4 chuan1 tou4 sheng1 huo2 de5 guang1 ze2 +005899 这在#2有#1编制#1限制#3、“一个#1萝卜#1一个#1坑”的#1事业#1单位#1更复杂#4。 + zhe4 zai4 you3 bian1 zhi4 xian4 zhi4 yi2 ge4 luo2 bo5 yi2 ge4 keng1 de5 shi4 ye4 dan1 wei4 geng4 fu4 za2 +005900 霎间#3,轻博客#2成为#1新的#1“香饽饽#4”。 + sha4 jian1 qing1 bo2 ke4 cheng2 wei2 xin1 de5 xiang1 bo1 bo5 +005901 索尼娅#2和家人#2随后#1前往#1多棱宫#4。 + suo3 ni2 ya4 he2 jia1 ren2 sui2 hou4 qian2 wang3 duo1 ling2 gong1 +005902 鲜果#1给出的#1答案是#3,费用#1为零#4。 + xian1 guo2 gei3 chu1 de5 da2 an4 shi4 fei4 yong4 wei2 ling2 +005903 刘玉秀#2中等个#3,看上去#1干净#1利索#4。 + liu2 yu4 xiu4 zhong1 deng3 ge4 kan4 shang4 qu4 gan1 jing4 li4 suo5 +005904 胡萝卜#2不仅#2营养#1价值高#3!还拥有#2去痰#2、消食#2、除胀#3和#1下气#1定喘的#1作用#4。 + hu2 luo2 bo5 bu4 jin3 ying2 yang3 jia4 zhi2 gao1 hai2 yong1 you3 qu4 tan2 xiao1 shi2 chu2 zhang4 he2 xia4 qi4 ding4 chuan3 de5 zuo4 yong4 +005905 四季#1更迭#2是#1一种#1很棒的#1体验呢#4。 + si4 ji4 geng1 die2 shi4 yi4 zhong2 hen3 bang4 de5 ti3 yan4 ne5 +005906 海边#2多#1耸立着#1黑黢黢的#1礁石#4。 + hai3 bian1 duo1 song3 li4 zhe5 hei1 qu1 qu1 de5 jiao1 shi2 +005907 该#1计划#1要求#3,人才房#1基本#1满足#1拎包#1入住#1要求#4。 + gai1 ji4 hua4 yao1 qiu2 ren2 cai2 fang2 ji1 ben2 man3 zu2 lin1 bao1 ru4 zhu4 yao1 qiu2 +005908 道路#2刚刚#1打通#3,我们#1又#1受领了#3挖掘#1北川县#2农业#1银行#1金库的#1任务#4。 + dao4 lu4 gang1 gang1 da3 tong1 wo3 men5 you4 shou4 ling3 le5 wa1 jue2 bei3 chuan1 xian4 nong2 ye4 yin2 hang2 jin1 ku4 de5 ren4 wu4 +005909 临别#2自寻#1“合照门#3”,留好#1话柄#2给#1台阶#4。 + lin2 bie2 zi4 xun2 he2 zhao4 men2 liu2 hao3 hua4 bing2 gei3 tai2 jie1 +005910 彭洪#2把#1图片#1复制#1过来#3,加上#1标题#3“这把#1伞#1好怪哟#3”,又#1发出去#4。 + peng2 hong2 ba3 tu2 pian4 fu4 zhi4 guo4 lai2 jia1 shang4 biao1 ti2 zhe4 ba2 san2 hao3 guai4 yo5 you4 fa1 chu1 qu4 +005911 说起#2受骗#1经过#3,贺爹爹的#1眼泪#3不断#1溢出#1干涩的#1眼眶#4。 + shuo1 qi3 shou4 pian4 jing1 guo4 he4 die1 die5 de5 yan3 lei4 bu2 duan4 yi4 chu1 gan1 se4 de5 yan3 kuang4 +005912 在#1本次#1北斗#1年会上#3,合众#1思壮#2推出#2全系#1北斗#1产品#4。 + zai4 ben3 ci4 bei2 dou3 nian2 hui4 shang4 he2 zhong4 si1 zhuang4 tui1 chu1 quan2 xi4 bei2 dou3 chan2 pin3 +005913 班达尔#1经常#1邀请#1老布什#1共进#1午餐#3,一起#1出去#1垂钓#4。 + ban1 da2 er3 jing1 chang2 yao1 qing2 lao3 bu4 shi2 gong4 jin4 wu3 can1 yi4 qi3 chu1 qu4 chui2 diao4 +005914 台灯的电#2很快#1就用#1完了#3,夜晚#3,帐篷#1就#1陷入#1黑暗#4。 + tai2 deng1 de5 dian4 hen3 kuai4 jiu4 yong4 wan2 le5 ye4 wan3 zhang4 peng5 jiu4 xian4 ru4 hei1 an4 +005915 但#1这时候的#1联想#1创始人#2柳传志#2却#1犹豫了#4。 + dan4 zhe4 shi2 hou4 de5 lian2 xiang3 chuang4 shi3 ren2 liu3 chuan2 zhi4 que4 you2 yu4 le5 +005916 梦想#2开始#1起步了#3,插上#1腾飞的#1翅膀#1翱翔吧#4! + meng4 xiang3 kai1 shi2 qi3 bu4 le5 cha1 shang4 teng2 fei1 de5 chi4 bang3 ao2 xiang2 ba5 +005917 无论#1是谁#3,做#1事情的#1时候#2难免#1会#1出现#1一错#3,但#1二错#2却是#1可以#1避免的#4。 + wu2 lun4 shi4 shui2 zuo4 shi4 qing5 de5 shi2 hou4 nan2 mian3 hui4 chu1 xian4 yi2 cuo4 dan4 er4 cuo4 que4 shi4 ke2 yi3 bi4 mian3 de5 +005918 体型#1瘦削的她#3,却有#1中央#1肥胖#1情况#3,有个#1大肚腩#4。 + ti3 xing2 shou4 xue1 de5 ta1 que4 you3 zhong1 yang1 fei2 pang4 qing2 kuang4 you3 ge5 da4 du4 nan3 +005919 我们#1以后#1别#1联系了#3,这辈子#1珍重#4! + wo3 men5 yi3 hou4 bie2 lian2 xi4 le5 zhe4 bei4 zi5 zhen1 zhong4 +005920 被我#1所#1不喜欢的#1救了命#3,却被我#1所#1最信赖#2和#1宠爱的#1东西#3断送了#1生命#4。 + bei4 wo2 suo3 bu4 xi3 huan1 de5 jiu4 le5 ming4 que4 bei4 wo2 suo3 zui4 xin4 lai4 he2 chong3 ai4 de5 dong1 xi5 duan4 song4 le5 sheng1 ming4 +005921 但#1船主#2温州#1明珠#1游艇#1公司#2为了#1美观#3,擅自#1增加了#1仿烟囱#4。 + dan4 chuan2 zhu3 wen1 zhou1 ming2 zhu1 you2 ting3 gong1 si1 wei4 le5 mei3 guan1 shan4 zi4 zeng1 jia1 le5 fang3 yan1 cong1 +005922 并#1没有#1“油鱼#1”这个#1品种#4。 + bing4 mei2 you3 you2 yu2 zhe4 ge5 pin2 zhong3 +005923 每天#1都累到#1趴了#4。 + mei3 tian1 dou1 lei4 dao4 pa1 le5 +005924 为了#1儿子的#1健康#3,她也#1坚持#1母乳#1喂养#4。 + wei4 le5 er2 zi5 de5 jian4 kang1 ta1 ye3 jian1 chi2 mu2 ru3 wei4 yang3 +005925 目前#3,四人#1因#1涉嫌#1抢劫罪#3被#1浦口#1检察院#1批捕#4。 + mu4 qian2 si4 ren2 yin1 she4 xian2 qiang3 jie2 zui4 bei4 pu2 kou2 jian3 cha2 yuan4 pi1 bu3 +005926 这世上#2还有#1比这#1更#1难吃的#1菜么#4? + zhe4 shi4 shang4 hai2 you2 bi3 zhe4 geng4 nan2 chi1 de5 cai4 me5 +005927 但#1当他#1哭闹的#1时候#3,你#1千方#1百计地#1哄他#3,那就#1等于#1骄纵#1他了#4。 + dan4 dang1 ta1 ku1 nao4 de5 shi2 hou4 ni3 qian1 fang1 bai3 ji4 de5 hong3 ta1 na4 jiu4 deng3 yu2 jiao1 zong4 ta1 le5 +005928 尽管#2政府#1采取#2“军警民#2”三位#1一体的#1战略#3,但#1收效#1甚微#4。 + jin2 guan3 zheng4 fu3 cai2 qu3 jun1 jing3 min2 san1 wei4 yi4 ti3 de5 zhan4 lve4 dan4 shou1 xiao4 shen4 wei1 +005929 薮中#1强调说#3这样做#1为时#1尚早#3,不赞成#1奥巴马#2访问#1这两个#1城市#4。 + sou3 zhong1 qiang2 diao4 shuo1 zhe4 yang4 zuo4 wei2 shi2 shang4 zao3 bu2 zan4 cheng2 ao4 ba1 ma2 fang3 wen4 zhe4 liang3 ge4 cheng2 shi4 +005930 不过#2与此#1同时#3,李英爱#3却也#1付出了#1昂贵的#1“代价#4”。 + bu2 guo4 yu2 ci3 tong2 shi2 li3 ying1 ai4 que4 ye3 fu4 chu1 le5 ang2 gui4 de5 dai4 jia4 +005931 黄山#1介绍#3,开始#1一小时#3,设卡#1检查#2无#1任何#1异常#1情况#1出现#4。 + huang2 shan1 jie4 shao4 kai1 shi3 yi4 xiao3 shi2 she4 qia2 jian3 cha2 wu2 ren4 he2 yi4 chang2 qing2 kuang4 chu1 xian4 +005932 图为#2小布什#2向#1英国#1女王#1眨眼睛#4。 + tu2 wei2 xiao3 bu4 shi2 xiang4 ying1 guo2 nv3 wang2 zha2 yan3 jing1 +005933 她说#3,你#1走进#1任何#1一座#1毡房#2,只要#1坐下来#3,就会有#1馕吃#2,有#1奶茶喝#4。 + ta1 shuo1 ni2 zou3 jin4 ren4 he2 yi2 zuo4 zhan1 fang2 zhi3 yao4 zuo4 xia4 lai2 jiu4 hui4 you3 nang2 chi1 you2 nai3 cha2 he1 +005934 港铁#2至今#1未交代#1出事#1原因#4。 + gang2 tie3 zhi4 jin1 wei4 jiao1 dai4 chu1 shi4 yuan2 yin1 +005935 城市#1建成区#3要无#1烟草#1广告#4。 + cheng2 shi4 jian4 cheng2 qu1 yao4 wu2 yan1 cao2 guang3 gao4 +005936 是不是#1依然#1觉得#1我很#1可爱#4。 + shi4 bu2 shi4 yi1 ran2 jue2 de5 wo3 hen2 ke3 ai4 +005937 丽丽#2没有#1出过#1九幺二#1房间#4。 + li4 li4 mei2 you3 chu1 guo4 jiu3 yao1 er4 fang2 jian1 +005938 没想到#2她#1宁愿#1放弃#1上海#4。 + mei2 xiang3 dao4 ta1 ning4 yuan4 fang4 qi4 shang4 hai3 +005939 当时#2很纠结#3,很难#1取舍#4。 + dang1 shi2 hen3 jiu1 jie2 hen3 nan2 qu2 she3 +005940 家庭#2聚不到#1一起#3,此弱势#2只能是#1“伪弱势#3”或曰#2“撒娇#4”。 + jia1 ting2 ju4 bu2 dao4 yi4 qi3 ci3 ruo4 shi4 zhi3 neng2 shi4 wei3 ruo4 shi4 huo4 yue1 sa1 jiao1 +005941 这么胖#3,抱得我#1腰都#1断了#4。 + zhe4 me5 pang4 bao4 de5 wo3 yao1 dou1 duan4 le5 +005942 他#1二度#1在#1这个#1问题上#1摇头#4。 + ta1 er4 du4 zai4 zhe4 ge5 wen4 ti2 shang4 yao2 tou2 +005943 行政院#1陆委会#3是#1负责#1拟订#2台湾#1大陆#1政策的#1机构#4。 + xing2 zheng4 yuan4 lu4 wei3 hui4 shi4 fu4 ze2 ni3 ding4 tai2 wan1 da4 lu4 zheng4 ce4 de5 ji1 gou4 +005944 咳嗽#3,我#1觉得#2跟#1空气#1有关#4。 + ke2 sou4 wo3 jue2 de5 gen1 kong1 qi4 you3 guan1 +005945 所以#3这些#1运动员#1真的#1很难#4! + suo2 yi3 zhe4 xie1 yun4 dong4 yuan2 zhen1 de5 hen3 nan2 +005946 咳嗽#3与#1季节#1、气候等#1有关#4。 + ke2 sou4 yu3 ji4 jie2 qi4 hou4 deng2 you3 guan1 +005947 你做的#1破事儿#1还有脸#1解释#4? + ni3 zuo4 de5 po4 shir4 hai2 you2 lian2 jie3 shi4 +005948 我是#1淑女#3,只会讲#1文明#1用语#4。 + wo3 shi4 shu1 nv3 zhi3 hui4 jiang3 wen2 ming2 yong4 yu3 +005949 南京#2“加名税#1”开征#1之始#3,自说#1自话的#1随意性#3捉襟#1见肘#4。 + nan2 jing1 jia1 ming2 shui4 kai1 zheng1 zhi1 shi3 zi4 shuo1 zi4 hua4 de5 sui2 yi4 xing4 zhuo1 jin1 jian4 zhou3 +005950 精神#1障碍#1患者#1参加#1劳动#3,有权#1获得#1相应的#1报酬#4。 + jing1 shen2 zhang4 ai4 huan4 zhe3 can1 jia1 lao2 dong4 you3 quan2 huo4 de2 xiang1 ying4 de5 bao4 chou2 +005951 我#1感觉#1松了#1一口气#3,殡仪馆#2本该#1如此#3,宁静#1而#1安稳#4。 + wo2 gan3 jue2 song1 le5 yi4 kou3 qi4 bin4 yi2 guan2 ben3 gai1 ru2 ci3 ning2 jing4 er2 an1 wen3 +005952 死者中#3包括#1球队#1主教练#3、加舀#1大人#2麦克#1西蒙#4。 + si2 zhe3 zhong1 bao1 kuo4 qiu2 dui4 zhu3 jiao4 lian4 jia1 yao3 da4 ren2 mai4 ke4 xi1 meng2 +005953 芦苇#2与#1橡树#2为#1他们#1各自的#1耐力#2、力量#2和#1冷静#2争吵#1不休#3,谁也#1不肯#1认输#4。 + lu2 wei2 yu3 xiang4 shu4 wei4 ta1 men5 ge4 zi4 de5 nai4 li4 li4 liang4 he2 leng3 jing4 zheng1 chao3 bu4 xiu1 shui2 ye3 bu4 ken3 ren4 shu1 +005954 或是#2其他屋#1跑来的猪#4? + huo4 shi4 qi2 ta1 wu1 pao3 lai2 de5 zhu1 +005955 他#1走路#2一瘸#1一瘸的#3,小儿#1麻痹症#2落下的#1病根#4。 + ta1 zou3 lu4 yi4 que2 yi4 que2 de5 xiao3 er2 ma2 bi4 zheng4 luo4 xia4 de5 bing4 gen1 +005956 伴随#2股指的#1逐步#1平稳#3,个股#2活跃度#2有所#1增强#4。 + ban4 sui2 gu2 zhi3 de5 zhu2 bu4 ping2 wen3 ge4 gu3 huo2 yue4 du4 you2 suo3 zeng1 qiang2 +005957 我就#1拧开#1瓶盖#1递给她#4。 + wo3 jiu4 ning3 kai1 ping2 gai4 di4 gei3 ta1 +005958 如今#1情况#2已#1发生#1扭转#4。 + ru2 jin1 qing2 kuang4 yi3 fa1 sheng1 niu2 zhuan3 +005959 你#1自己来#2我看看#1啊哼#4。 + ni3 zi4 ji3 lai2 wo3 kan4 kan5 a1 heng1 +005960 莫父#1出书#3,全家#2捧场#4。 + mo4 fu4 chu1 shu1 quan2 jia1 peng2 chang3 +005961 油泵#2隐藏在#1一个#1棉被下#4。 + you2 beng4 yin3 cang2 zai4 yi2 ge4 mian2 bei4 xia4 +005962 图为#2村民#1住帐篷#1避险#4。 + tu2 wei2 cun1 min2 zhu4 zhang4 peng5 bi4 xian3 +005963 在#1盘后#3,柯达#1股价#2上涨#2近#1百分#1之五#3,达#2五十八#1美分#4。 + zai4 pan2 hou4 ke1 da2 gu3 jia4 shang4 zhang3 jin4 bai3 fen1 zhi1 wu3 da2 wu3 shi2 ba1 mei3 fen1 +005964 被抓时#3,他刚#1录完#1节目#1在#1躲雨#4。 + bei4 zhua1 shi2 ta1 gang1 lu4 wan2 jie2 mu4 zai4 duo2 yu3 +005965 看到#2惹了事#3,奔驰的#1司机#2也#1打电话#1告知了#1车主#4。 + kan4 dao4 re2 le5 shi4 ben1 chi2 de5 si1 ji1 ye2 da3 dian4 hua4 gao4 zhi1 le5 che1 zhu3 +005966 不少人#1认为#3家访#2是防止#1虐儿的#2重要#1策略#4。 + bu4 shao3 ren2 ren4 wei2 jia1 fang3 shi4 fang2 zhi3 nve4 er2 de5 zhong4 yao4 ce4 lve4 +005967 这是#2科学界#2首次#1找到#2月球#1曾#1有水的#1证据#4。 + zhe4 shi4 ke1 xue2 jie4 shou3 ci4 zhao3 dao4 yue4 qiu2 ceng2 you2 shui3 de5 zheng4 ju4 +005968 家长#2为#1新生#2扛行李#4。 + jia1 zhang3 wei4 xin1 sheng1 kang2 xing2 li5 +005969 河北省#1滦平县人#4。 + he2 bei2 sheng3 luan2 ping2 xian4 ren2 +005970 反对派#1议员#1认为#3这是在#1企图#2篡改#1历史#4。 + fan3 dui4 pai4 yi4 yuan2 ren4 wei2 zhe4 shi4 zai4 qi3 tu2 cuan4 gai3 li4 shi3 +005971 我觉得#2自己#1又胖了#4! + wo3 jue2 de5 zi4 ji3 you4 pang4 le5 +005972 我#1永葆#1青春#4。 + wo3 yong2 bao3 qing1 chun1 +005973 想要我#1调戏#1你嘛#4? + xiang3 yao4 wo3 tiao2 xi4 ni3 ma5 +005974 现在#2暂时#1难以#1揣测#4。 + xian4 zai4 zan4 shi2 nan2 yi2 chuai3 ce4 +005975 餐饮#1安全#1问题#1出在哪#4? + can1 yin3 an1 quan2 wen4 ti2 chu1 zai4 na3 +005976 不要#1轻易#1满仓#4。 + bu2 yao4 qing1 yi4 man3 cang1 +005977 他#1眼前#1燃起#1一盏灯#4。 + ta1 yan3 qian2 ran2 qi3 yi4 zhan3 deng1 +005978 对于#1雪茄迷#1来说#3,这样的#1机会#2可是#1梦寐#1以求的#4。 + dui4 yu2 xue3 jia1 mi2 lai2 shuo1 zhei4 yang4 de5 ji1 hui4 ke3 shi4 meng4 mei4 yi3 qiu2 de5 +005979 难怪#2他们#1会成为#1日本人#1最#1羡慕的#1夫妻#1偶像#4。 + nan2 guai4 ta1 men5 hui4 cheng2 wei2 ri4 ben3 ren2 zui4 xian4 mu4 de5 fu1 qi1 ou3 xiang4 +005980 考虑#1再三后#3,沁雅#2决定做#1流产#3,在那#1期间#3,李母#2曾来#1照顾#4。 + kao3 lv4 zai4 san1 hou4 qin4 ya3 jue2 ding4 zuo4 liu2 chan3 zai4 na4 qi1 jian1 li2 mu3 ceng1 lai2 zhao4 gu4 +005981 工棚里#2高温#1难耐#3,工人们#2更#1偏爱#2在#1较为#1凉快的#1工地内#1休息#4。 + gong1 peng2 li3 gao1 wen1 nan2 nai4 gong1 ren2 men5 geng4 pian1 ai4 zai4 jiao4 wei2 liang2 kuai4 de5 gong1 di4 nei4 xiu1 xi5 +005982 先前#3,已经#1有#1研究#1人员#2成功地#1用#1胚胎#1干细胞#1“造”出#1精子#4。 + xian1 qian2 yi3 jing1 you3 yan2 jiu1 ren2 yuan2 cheng2 gong1 de5 yong4 pei1 tai1 gan4 xi4 bao1 zao4 chu1 jing1 zi3 +005983 白天#3,她仍#1装出#1一副#1恐惧的#1样子#3,整天#1躲在#1洞口#1守望着#4。 + bai2 tian1 ta1 reng2 zhuang1 chu1 yi2 fu4 kong3 ju4 de5 yang4 zi5 zheng3 tian1 duo3 zai4 dong4 kou2 shou3 wang4 zhe5 +005984 浦律师#1问其故#3,原来是#1戴手铐#3、被#1监视#2养成的#1习惯#4。 + pu3 lv4 shi1 wen4 qi2 gu4 yuan2 lai2 shi4 dai4 shou3 kao4 bei4 jian1 shi4 yang3 cheng2 de5 xi2 guan4 +005985 说个#1真事#3,有一次#2我#1去买#1手机#1后盖#3,我问#3:“是#1原装的吗#4? + shuo1 ge5 zhen1 shi4 you3 yi2 ci4 wo3 qu4 mai2 shou3 ji1 hou4 gai4 wo3 wen4 shi4 yuan2 zhuang1 de5 ma5 +005986 太#1搞笑了#3,只能#1说是#2鲜廉#1寡耻#2而#1有害#1社会的#1炒作#4。 + tai4 gao3 xiao4 le5 zhi3 neng2 shuo1 shi4 xian1 lian2 gua2 chi3 er2 you3 hai4 she4 hui4 de5 chao3 zuo4 +005987 老竹片#3,建成了#1一座座#2集#1居住#3、防御#1性能#1于#1一体的#1土楼#4。 + lao3 zhu2 pian4 jian4 cheng2 le5 yi2 zuo4 zuo4 ji2 ju1 zhu4 fang2 yu4 xing4 neng2 yu2 yi4 ti3 de5 tu3 lou2 +005988 玉玉说#3:有啊#3,追我的人#1太多了#3,我在#1挑呢#4! + yu4 yu4 shuo1 you3 a1 zhui1 wo3 de5 ren2 tai4 duo1 le5 wo3 zai4 tiao1 ne5 +005989 这样#3大家#1也好#1正正#1经经地#1祝福#1你们呀#4。 + zhe4 yang4 da4 jia1 ye2 hao3 zheng4 zheng4 jing2 jing3 de5 zhu4 fu2 ni3 men5 ya5 +005990 现在#2等着#1散散#1家具#1味儿#3,下月#1就#1搬进去#4。 + xian4 zai4 deng3 zhe5 san4 san4 jia1 ju4 weir4 xia4 yue4 jiu4 ban1 jin4 qu4 +005991 撑足了#1一页纸#3,舒展得#2仿佛#1一个人#1在#1床上#1伸懒腰#3,旁人#1看了#1也#1羡慕#4。 + cheng1 zu2 le5 yi2 ye4 zhi3 shu1 zhan3 de5 fang3 fu2 yi2 ge4 ren2 zai4 chuang2 shang4 shen1 lan3 yao1 pang2 ren2 kan4 le5 ye3 xian4 mu4 +005992 昏暗中#3,只见#1一名#1男子#3从#1张建强的#1背后#3,抡起#1铁锤#1猛砸#4。 + hun1 an4 zhong1 zhi3 jian4 yi4 ming2 nan2 zi3 cong2 zhang1 jian4 qiang2 de5 bei4 hou4 lun1 qi2 tie3 chui2 meng3 za2 +005993 二是#3要素#1支撑#1不足#4。 + er4 shi4 yao4 su4 zhi1 cheng1 bu4 zu2 +005994 仓廪#1充实#3,减税#1惠民#4。 + cang1 lin3 chong1 shi2 jian3 shui4 hui4 min2 +005995 不过#3,谢亚龙#2对#2杜伊科#1维奇#1两年#1以来的#1执教#3,还是#1给予了#1一定的#1认可#4。 + bu2 guo4 xie4 ya4 long2 dui4 du4 yi1 ke1 wei2 qi2 liang3 nian2 yi3 lai2 de5 zhi2 jiao4 hai2 shi4 ji2 yu3 le5 yi2 ding4 de5 ren4 ke3 +005996 有#1不满#2可以#1合法#1发泄#4。 + you3 bu4 man3 ke2 yi3 he2 fa3 fa1 xie4 +005997 王警官#1一愣#3,下意识#2看了眼#1那#1小男孩#4。 + wang2 jing3 guan1 yi2 leng4 xia4 yi4 shi5 kan4 le5 yan3 na4 xiao3 nan2 hai2 +005998 茫茫的#1夜#3只有#1野百合#1在#1吐露着#1芬芳#4。 + mang2 mang2 de5 ye4 zhi2 you3 ye2 bai3 he2 zai4 tu3 lu4 zhe5 fen1 fang1 +005999 从#1围墙#1或者#1栅栏的#1周边#2开始#1计算#4。 + cong2 wei2 qiang2 huo4 zhe3 zha4 lan5 de5 zhou1 bian1 kai1 shi3 ji4 suan4 +006000 李宇春#1透露#3她的歌#2父亲#1都会#1哼哼#4。 + li2 yu3 chun1 tou4 lu4 ta1 de5 ge1 fu4 qin5 dou1 hui4 heng1 heng5 +006001 在#1连续#1撞击中#3,金杯#1车内的#1男孩#1和#1爷爷#3也因#1颠簸#2受了点#1挫伤#4。 + zai4 lian2 xu4 zhuang4 ji1 zhong1 jin1 bei1 che1 nei4 de5 nan2 hai2 he2 ye2 ye5 ye3 yin1 dian1 bo3 shou4 le5 dian3 cuo4 shang1 +006002 可是#2香港的#1女孩子#1很扭捏#4。 + ke3 shi4 xiang1 gang3 de5 nv3 hai2 zi5 hen2 niu3 nie1 +006003 权衡#1以后#3,他#1决定#1在#1床上写#4。 + quan2 heng2 yi3 hou4 ta1 jue2 ding4 zai4 chuang2 shang4 xie3 +006004 毛委员的#1心情#2是#1多么#1爽朗呀#4! + mao2 wei3 yuan2 de5 xin1 qing2 shi4 duo1 me5 shuang2 lang3 ya5 +006005 割麦#2、捆麦#3,必须去#1熟悉#2和#1掌握#2农民的#1生活#1方式#4。 + ge1 mai4 kun3 mai4 bi4 xu1 qu4 shu2 xi5 he2 zhang3 wo4 nong2 min2 de5 sheng1 huo2 fang1 shi4 +006006 以前#2在#1重庆#2没有#1这种#1辣子#1炒田螺的#1做法吗#4? + yi3 qian2 zai4 chong2 qing4 mei2 you3 zhe4 zhong3 la4 zi5 chao3 tian2 luo2 de5 zuo4 fa3 ma5 +006007 我#1现在#2头#1一直疼#3,我#1要是#1有啥#1后遗症#3,影响#1他们#1咋办#4。 + wo3 xian4 zai4 tou2 yi4 zhi2 teng2 wo3 yao4 shi4 you3 sha2 hou4 yi2 zheng4 ying2 xiang3 ta1 men5 za3 ban4 +006008 如果#2两人#1一起#1回家#3,就会#1手挽手#1去逛#1超市#4。 + ru2 guo2 liang3 ren2 yi4 qi3 hui2 jia1 jiu4 hui4 shou2 wan2 shou3 qu4 guang4 chao1 shi4 +006009 樊红#2拗不过#3,带他#2报了名#4。 + fan2 hong2 niu4 bu2 guo4 dai4 ta1 bao4 le5 ming2 +006010 陈兴銮#2犯#1受贿罪#2数额#1特别#1巨大#2,情节#1特别#1严重#3,应#1依法#1严惩#4。 + chen2 xing1 luan2 fan4 shou4 hui4 zui4 shu4 e2 te4 bie2 ju4 da4 qing2 jie2 te4 bie2 yan2 zhong4 ying1 yi1 fa3 yan2 cheng2 +006011 卫报#1”评论称#3,现在#2全英国人#1都#1感到#2肮脏#2、愚蠢#2、内疚#2和#1愤怒#4。 + wei4 bao4 ping2 lun4 cheng1 xian4 zai4 quan2 ying1 guo2 ren2 dou1 gan3 dao4 ang1 zang1 yu2 chun3 nei4 jiu4 he2 fen4 nu4 +006012 那种冷#3,是我#1一辈子#1都没#1受过的冷#3,现在#1想想#1那种冷#3还想#1哆嗦#4。 + na4 zhong2 leng3 shi4 wo3 yi2 bei4 zi5 dou1 mei2 shou4 guo4 de5 leng3 xian4 zai4 xiang2 xiang3 na4 zhong2 leng3 hai2 xiang3 duo1 suo5 +006013 这说明#3,你#1就是#1跑到#1太空#3也得把#1作业#1做完#4! + zhe4 shuo1 ming2 ni3 jiu4 shi4 pao3 dao4 tai4 kong1 ye2 dei2 ba3 zuo4 ye4 zuo4 wan2 +006014 奢华#1也好#2,低调#1也罢#3,幸福#2才是#1最#1重要的#4。 + she1 hua2 ye2 hao3 di1 diao4 ye3 ba4 xing4 fu2 cai2 shi4 zui4 zhong4 yao4 de5 +006015 中国的#1光伏#1产业#1要#1反思#3,依赖的#1请#1独立#3,独立的#2请洒脱#4。 + zhong1 guo2 de5 guang1 fu2 chan3 ye4 yao4 fan3 si1 yi1 lai4 de5 qing3 du2 li4 du2 li4 de5 qing2 sa3 tuo1 +006016 凤凰#1古城#2几乎#1一夜#2成为了#1焦点#4。 + feng4 huang2 gu3 cheng2 ji1 hu1 yi2 ye4 cheng2 wei2 le5 jiao1 dian3 +006017 此时#3,娜娜#1已#1销声#1匿迹#4。 + ci3 shi2 na4 na5 yi3 xiao1 sheng1 ni4 ji4 +006018 人家#1都没#1正式#1邀请#3,我#1臊眉#1耷眼的#1去了#3,结果#1造成#1现场#1混乱#4。 + ren2 jia5 dou1 mei2 zheng4 shi4 yao1 qing3 wo3 sao1 mei2 da1 yan3 de5 qu4 le5 jie2 guo3 zao4 cheng2 xian4 chang3 hun4 luan4 +006019 我#1刚才#1发布的#1消息#1已#1提到#3,外长#2将#1出席#1东盟#1地区#1论坛#1外长会#4。 + wo3 gang1 cai2 fa1 bu4 de5 xiao1 xi5 yi3 ti2 dao4 wai4 zhang3 jiang1 chu1 xi2 dong1 meng2 di4 qu1 lun4 tan2 wai4 zhang3 hui4 +006020 虽#2其中#1不乏#2“祖宗#1有灵者#3”,但#2白手#1起家的#1创业者#3也#1不在#1少数#4。 + sui1 qi2 zhong1 bu4 fa2 zu3 zong1 you3 ling2 zhe3 dan4 bai2 shou2 qi3 jia1 de5 chuang4 ye4 zhe3 ye3 bu2 zai4 shao3 shu4 +006021 一名#1交警#2记下#1杨华的#1车牌#1和#1喷标号#4。 + yi4 ming2 jiao1 jing3 ji4 xia4 yang2 hua2 de5 che1 pai2 he2 pen1 biao1 hao4 +006022 直到#1今天#3,黑色的#1古力#1盖儿#2依然#1铮亮#2,没一点#1锈迹#4。 + zhi2 dao4 jin1 tian1 hei1 se4 de5 gu3 li4 gair4 yi1 ran2 zheng4 liang4 mei2 yi4 dian3 xiu4 ji4 +006023 患儿#1及#1家属#1等候的#1区域#2更加#1宽敞#1舒适#3,座位#1更多#4。 + huan4 er2 ji2 jia1 shu2 deng3 hou4 de5 qu1 yu4 geng4 jia1 kuan1 chang3 shu1 shi4 zuo4 wei4 geng4 duo1 +006024 冯万和#1队友#1决定#3,继续#1将洞#1扩大#4。 + feng2 wan4 he2 dui4 you3 jue2 ding4 ji4 xu4 jiang1 dong4 kuo4 da4 +006025 但#2还是要#1跟你#1说声#2你#1加油噢#3,有#1梦想#1谁都#1了不起#4。 + dan4 hai2 shi4 yao4 gen1 ni3 shuo1 sheng1 ni3 jia1 you2 o1 you3 meng4 xiang3 shui2 dou1 liao3 bu4 qi3 +006026 土地#1出让#2应该#1根据#2开发商的#1技术#2和#1资金#1条件#2筛选#1开发商#4。 + tu3 di4 chu1 rang4 ying1 gai1 gen1 ju4 kai1 fa1 shang1 de5 ji4 shu4 he2 zi1 jin1 tiao2 jian4 shai1 xuan3 kai1 fa1 shang1 +006027 而且#1这次#1天文#1大潮#2,水位#1特别高#3,堤坝#2很危险#4。 + er2 qie3 zhe4 ci4 tian1 wen2 da4 chao2 shui3 wei4 te4 bie2 gao1 di1 ba4 hen3 wei1 xian3 +006028 于是#2,山村里#1有了#3“地表水#2贵如油#3、地下水#1滚滚流”的#1说法#4。 + yu2 shi4 shan1 cun1 li2 you3 le5 di4 biao2 shui3 gui4 ru2 you2 di4 xia4 shui3 gun2 gun3 liu2 de5 shuo1 fa3 +006029 只要#1不引起#1笑场#3,快男#2、超女式的#1造型#1唱京剧#1也#1无妨#3,观众#2才是#1上帝#4。 + zhi3 yao4 bu4 yin2 qi3 xiao4 chang3 kuai4 nan2 chao1 nv3 shi4 de5 zao4 xing2 chang4 jing1 ju4 ye3 wu2 fang2 guan1 zhong4 cai2 shi4 shang4 di4 +006030 大家#1都觉得#1我挺#1漂亮的#3,其实#3我是#1那种#2安静#1又#1温柔的#1气质型#1女孩#4。 + da4 jia1 dou1 jue2 de5 wo2 ting3 piao4 liang5 de5 qi2 shi2 wo3 shi4 na4 zhong3 an1 jing4 you4 wen1 rou2 de5 qi4 zhi4 xing2 nv3 hai2 +006031 强调#2“空谈#1误国#2、实干#1兴邦#3”,实干#2、实干#2、再实干#3,很实在#4。 + qiang2 diao4 kong1 tan2 wu4 guo2 shi2 gan4 xing1 bang1 shi2 gan4 shi2 gan4 zai4 shi2 gan4 hen3 shi2 zai4 +006032 战后#2第五次#1回到#1中国的#1海沃德#2身体#2依然#1硬朗#4。 + zhan4 hou4 di4 wu3 ci4 hui2 dao4 zhong1 guo2 de5 hai3 wo4 de2 shen1 ti3 yi1 ran2 ying4 lang3 +006033 白宫#2自酿#1啤酒的#1外包装#4。 + bai2 gong1 zi4 niang4 pi2 jiu3 de5 wai4 bao1 zhuang1 +006034 时任#1总理#2佩雷斯#1大怒#3,下令#3不惜#1代价#1将#1瓦努努#1抓回#4。 + shi2 ren4 zong2 li3 pei4 lei2 si1 da4 nu4 xia4 ling4 bu4 xi1 dai4 jia4 jiang1 wa2 nu2 nu3 zhua1 hui2 +006035 紧急#1情况#3,请拨#1幺二二#4。 + jin3 ji2 qing2 kuang4 qing3 bo1 yao1 er4 er4 +006036 前夜#3,到处#1可见#1扛着#1铁锹#1和#1扫帚的#1居民#4。 + qian2 ye4 dao4 chu4 ke3 jian4 kang2 zhe5 tie3 qiao1 he2 sao4 zhou3 de5 ju1 min2 +006037 正在#1进行#2夜景#1灯光#1调试的#1世博轴#1“阳光谷#4”。 + zheng4 zai4 jin4 xing2 ye4 jing3 deng1 guang1 tiao2 shi4 de5 shi4 bo2 zhou2 yang2 guang1 gu3 +006038 何不把#2养狼的#1时间#3,多花在#1养#1几只羊#1身上#4? + he2 bu4 ba2 yang3 lang2 de5 shi2 jian1 duo1 hua1 zai4 yang2 ji3 zhi1 yang2 shen1 shang4 +006039 当然呀#3,你是#1我的#1主人呀#4。 + dang1 ran2 ya5 ni3 shi4 wo3 de5 zhu3 ren2 ya5 +006040 度秘#2没有#1男朋友哦#4。 + du4 mi4 mei2 you3 nan2 peng2 you5 o5 +006041 奴家#1这厢#2有礼啦#4。 + nu2 jia1 zhe4 xiang1 you2 li3 la5 +006042 清苗#1补偿#2、征地#1补偿等#1费用#2已#1发放#1到位#4。 + qing1 miao2 bu3 chang2 zheng1 di4 bu3 chang2 deng3 fei4 yong4 yi3 fa1 fang4 dao4 wei4 +006043 波赫#1舍尔#2进一步#1介绍说#3,壳牌#2与#1中国的#1合作#2已经#2非常#1广泛#4。 + bo1 he4 she4 er3 jin4 yi2 bu4 jie4 shao4 shuo1 qiao4 pai2 yu3 zhong1 guo2 de5 he2 zuo4 yi3 jing5 fei1 chang2 guang3 fan4 +006044 几个月后#3,这位有#1五十八年#1党龄的#1共产党员#1去世了#4。 + ji3 ge5 yue4 hou4 zhe4 wei4 you2 wu3 shi5 ba1 nian2 dang3 ling2 de5 gong4 chan2 dang3 yuan2 qu4 shi4 le5 +006045 在#1美国#3,只要#1公民#2自己#1有#1意愿#3,任何#1阻挠#2均#1视为#1违法#4。 + zai4 mei3 guo2 zhi3 yao4 gong1 min2 zi4 ji2 you3 yi4 yuan4 ren4 he2 zu3 nao2 jun1 shi4 wei2 wei2 fa3 +006046 慢悠悠的#1一句话#3,诗人的#1锐气#3被#1磨掉#1大半#4。 + man4 you1 you1 de5 yi2 ju4 hua4 shi1 ren2 de5 rui4 qi4 bei4 mo2 diao4 da4 ban4 +006047 洗完#1脸后#3,她#1再帮#1婆婆#2梳妆#1一下#3,老太太#1笑得#1合不#1拢嘴#4。 + xi3 wan2 lian3 hou4 ta1 zai4 bang1 po2 po5 shu1 zhuang1 yi2 xia4 lao3 tai4 tai5 xiao4 de5 he2 bu4 long2 zui3 +006048 面对#1人生#1低谷#3,小俩口#2却有着#2比#1普通人#1少有的#1乐观#1与#1坚强#4。 + mian4 dui4 ren2 sheng1 di1 gu3 xiao3 lia2 kou3 que4 you3 zhe5 bi2 pu3 tong1 ren2 shao2 you3 de5 le4 guan1 yu3 jian1 qiang2 +006049 东西#1拿走了#3,就把#2矿泉#1水瓶#1塞进去#4。 + dong1 xi5 na2 zou3 le5 jiu4 ba3 kuang4 quan2 shui3 ping2 sai1 jin4 qu4 +006050 于是#3,俞家#1兄弟#2怀揣#1斧头#3开车#2一路#1追赶到#1青年#1司机#2王某#1家中#4。 + yu2 shi4 yu2 jia1 xiong1 di4 huai2 chuai1 fu3 tou5 kai1 che1 yi2 lu4 zhui1 gan3 dao4 qing1 nian2 si1 ji1 wang2 mou3 jia1 zhong1 +006051 但#2全民#1娱乐#2、全线#1娱乐化#2是一种#1假嗨#4。 + dan4 quan2 min2 yu2 le4 quan2 xian4 yu2 le4 hua4 shi4 yi4 zhong2 jia3 hai1 +006052 不讽刺#2、挖苦#2、歧视#1幼儿#3,不体罚#2或#1变相#1体罚#1幼儿#4。 + bu4 feng3 ci4 wa1 ku3 qi2 shi4 you4 er2 bu4 ti3 fa2 huo4 bian4 xiang4 ti3 fa2 you4 er2 +006053 怀柔#1法院#2近日#2开庭#1审理#1此案#4。 + huai2 rou2 fa3 yuan4 jin4 ri4 kai1 ting2 shen2 li2 ci3 an4 +006054 有的#1地区#1较为#1抢手#3,有的#1地区#1和#1位置#2就#1比较#1冗余#4。 + you3 de5 di4 qu1 jiao4 wei2 qiang2 shou3 you3 de5 di4 qu1 he2 wei4 zhi4 jiu4 bi3 jiao4 rong3 yu2 +006055 贾某#2很恼火#3,猛按#1喇叭#1警示#3,并将#1车子#2拉回#1原来的#1车道#4。 + jia2 mou2 hen3 nao2 huo3 meng3 an4 la3 ba1 jing3 shi4 bing4 jiang1 che1 zi5 la1 hui2 yuan2 lai2 de5 che1 dao4 +006056 这是#2“九八五#1工程”的#2名称#1由来#4。 + zhe4 shi4 jiu3 ba1 wu3 gong1 cheng2 de5 ming2 cheng1 you2 lai2 +006057 邱某#1一家#2路见#1不平#2说了#1几句#1公道话#3,后与#1偷狗#1男子#2发生#1拉扯#4。 + qiu1 mou3 yi4 jia1 lu4 jian4 bu4 ping2 shuo1 le5 ji3 ju4 gong1 dao4 hua4 hou4 yu3 tou1 gou3 nan2 zi3 fa1 sheng1 la1 che3 +006058 雷小姐#2一看#2黄大爷#1气喘#1吁吁的#3,就想#1让他#1先#1休息#1一下#4。 + lei2 xiao2 jie3 yi2 kan4 huang2 da4 ye5 qi4 chuan3 xu1 xu1 de5 jiu4 xiang3 rang4 ta1 xian1 xiu1 xi5 yi2 xia4 +006059 生物#1柴油#1公司#3,收购的#1就是#1这种油#4。 + sheng1 wu4 chai2 you2 gong1 si1 shou1 gou4 de5 jiu4 shi4 zhe4 zhong3 you2 +006060 经过#1训练的#1老虎#2可以#1乖乖#1抽血#4。 + jing1 guo4 xun4 lian4 de5 lao2 hu3 ke2 yi3 guai1 guai1 chou1 xie3 +006061 今天#2老妈#1问我#3,工作#1几年了#3有#1多少#1存款#3…我说#3差不多#2快存#1一万了#4! + jin1 tian1 lao3 ma1 wen4 wo3 gong1 zuo4 ji3 nian2 le5 you3 duo1 shao3 cun2 kuan3 wo3 shuo1 cha4 bu5 duo1 kuai4 cun2 yi2 wan4 le5 +006062 中文系#2在#1大学里#2是#1颇被#1看不起的#3,同是#1语言类#3,外文系的#2就#1吃香#1多了#4。 + zhong1 wen2 xi4 zai4 da4 xue2 li3 shi4 po1 bei4 kan4 bu5 qi3 de5 tong2 shi4 yu3 yan2 lei4 wai4 wen2 xi4 de5 jiu4 chi1 xiang1 duo1 le5 +006063 现在#1开始#1晚不#4? + xian4 zai4 kai1 shi2 wan3 bu5 +006064 高原#1缺氧#2,寒风#1凛冽#3,他们#1仍然#2用尽#2可能#1快的#1速度#1忙碌着#4。 + gao1 yuan2 que1 yang3 han2 feng1 lin3 lie4 ta1 men5 reng2 ran2 yong4 jin4 ke3 neng2 kuai4 de5 su4 du4 mang2 lu4 zhe5 +006065 这样#2什么#1时候#1才是#1个头啊#4? + zhe4 yang4 shen2 me5 shi2 hou4 cai2 shi4 ge5 tou2 a5 +006066 其中#3,黑色#1金属#2矿采#1选业#3增长#2百分之#2六十一点七#3,增速#1最高#4。 + qi2 zhong1 hei1 se4 jin1 shu3 kuang4 cai2 xuan3 ye4 zeng1 zhang2 bai3 fen1 zhi1 liu4 shi5 yi1 dian3 qi1 zeng1 su4 zui4 gao1 +006067 他#1经常#1很体贴地#1问#1大家#2要不要#1吃这个#3、尝尝#1那个#3,特别#1细心#4。 + ta1 jing1 chang2 hen2 ti3 tie1 de5 wen4 da4 jia1 yao4 bu2 yao4 chi1 zhe4 ge5 chang2 chang5 na4 ge5 te4 bie2 xi4 xin1 +006068 为#1装病#3,刘宏#2咬紧#1牙关#2节食#1半年#3,瘦得#1只剩#1皮包#1骨头#4。 + wei4 zhuang1 bing4 liu2 hong2 yao2 jin3 ya2 guan1 jie2 shi2 ban4 nian2 shou4 de5 zhi3 sheng4 pi2 bao1 gu3 tou5 +006069 提案#1交完#1以后#3,办得#1到底#1怎么样#3,有没有#1调查呀#4? + ti2 an4 jiao1 wan2 yi3 hou4 ban4 de5 dao4 di2 zen3 me5 yang4 you3 mei2 you3 diao4 cha2 ya5 +006070 目前#2,公司#1人工#1成本#2共计约#2一百#1一十万#4。 + mu4 qian2 gong1 si1 ren2 gong1 cheng2 ben3 gong4 ji4 yue1 yi4 bai3 yi1 shi2 wan4 +006071 说明#2管理#1部门#2怕#1得罪人#3,不敢#1碰硬#4。 + shuo1 ming2 guan2 li3 bu4 men2 pa4 de2 zui4 ren2 bu4 gan3 peng4 ying4 +006072 多年来#3,打击#1侵权#1盗版#2一直是#1扫黄#1打非的#1一项#1重要#1任务#4。 + duo1 nian2 lai2 da3 ji1 qin1 quan2 dao4 ban3 yi4 zhi2 shi4 sao3 huang2 da3 fei1 de5 yi2 xiang4 zhong4 yao4 ren4 wu4 +006073 舒格#1洛夫#1滑雪场#2是#1缅因州#1最大的#1滑雪场#4。 + shu1 ge2 luo4 fu5 hua2 xue2 chang3 shi4 mian3 yin1 zhou1 zui4 da4 de5 hua2 xue2 chang3 +006074 丢失#1头部的#1武将#1石雕#4。 + diu1 shi1 tou2 bu4 de5 wu3 jiang4 shi2 diao1 +006075 中美#2在#1南海#1问题上的#1交锋#2有#1愈演#1愈烈#1之势#4。 + zhong1 mei3 zai4 nan2 hai3 wen4 ti2 shang4 de5 jiao1 feng1 you3 yu4 yan3 yu4 lie4 zhi1 shi4 +006076 刘先生#2瞅准#1一个#1机会#3对着#1该#1劫匪的#1脚跟前#3开了#1一枪#1警告他#4。 + liu2 xian1 sheng5 chou2 zhun3 yi2 ge5 ji1 hui4 dui4 zhe5 gai1 jie2 fei3 de5 jiao3 gen1 qian2 kai1 le5 yi4 qiang1 jing3 gao4 ta1 +006077 一个#1领导者#2应该#1把#1眼睛#2盯住#1前方#3,把握#1现在#2,思考#1未来#4。 + yi2 ge5 ling2 dao2 zhe3 ying1 gai1 ba2 yan3 jing5 ding1 zhu4 qian2 fang1 ba3 wo4 xian4 zai4 si1 kao3 wei4 lai2 +006078 我们#1要使#2各种#1腐败#2、丑恶的#1现象#3,被#1广大#1群众#1所唾弃#4。 + wo3 men5 yao4 shi3 ge4 zhong2 fu3 bai4 chou3 e4 de5 xian4 xiang4 bei4 guang3 da4 qun2 zhong4 suo3 tuo4 qi4 +006079 格林#1斯堡的#1门诺教#1教堂#2和#1牧师#1住宅#2已经#1荡然#1无存#4。 + ge2 lin2 si1 bao3 de5 men2 nuo4 jiao4 jiao4 tang2 he2 mu4 shi1 zhu4 zhai2 yi3 jing5 dang4 ran2 wu2 cun2 +006080 我们#1只能等#3,彭#2很崩溃#3,在我#1房间哭#3,我#1安慰#1他等#4。 + wo3 men5 zhi3 neng2 deng3 peng2 hen3 beng1 kui4 zai4 wo3 fang2 jian1 ku1 wo3 an1 wei4 ta1 deng3 +006081 突然#3,其中#1一支#1铅笔#2戳进了#1小晖的#1左眼#4。 + tu1 ran2 qi2 zhong1 yi4 zhi1 qian1 bi3 chuo1 jin4 le5 xiao3 hui1 de5 zuo2 yan3 +006082 饭店里#2上的#1是#1大份#1菜肴#2还是#1精致#1小盘#4? + fan4 dian4 li3 shang4 de5 shi4 da4 fen4 cai4 yao2 hai2 shi4 jing1 zhi4 xiao3 pan2 +006083 八宝山#1人民#1公墓内#3,祭扫者#2接踵#1摩肩#4。 + ba1 bao3 shan1 ren2 min2 gong1 mu4 nei4 ji4 sao2 zhe3 jie1 zhong3 mo2 jian1 +006084 但有#1一些人#2会觉得#1很闷#4。 + dan4 you3 yi4 xie1 ren2 hui4 jue2 de5 hen3 men1 +006085 如此#1“心雄#1手拙#3”,往往使#1他们#1对#1局面#2做出#1误判#3,拨错#1对策#1算盘#4。 + ru2 ci3 xin1 xiong2 shou3 zhuo1 wang2 wang2 shi3 ta1 men5 dui4 ju2 mian4 zuo4 chu1 wu4 pan4 bo1 cuo4 dui4 ce4 suan4 pan5 +006086 司机#1许某#2猛踩#1油门#3,甩开#1方某#3,带着钱#2开走了#4。 + si1 ji1 xu2 mou3 meng2 cai3 you2 men2 shuai3 kai1 fang1 mou3 dai4 zhe5 qian2 kai1 zou3 le5 +006087 别#1离开我#3!我会#1努力#1变#1聪明的#4! + bie2 li2 kai1 wo3 wo3 hui4 nu3 li4 bian4 cong1 ming5 de5 +006088 随后#3,于先生#1拨打了#2九五五#1八零#1客户#1服务#1热线#4。 + sui2 hou4 yu2 xian1 sheng5 bo1 da3 le5 jiu2 wu2 wu3 ba1 ling2 ke4 hu4 fu2 wu4 re4 xian4 +006089 我能#1预报#1天气#3,但#1还不能#1差遣#1雨神#4。 + wo3 neng2 yu4 bao4 tian1 qi4 dan4 hai2 bu4 neng2 chai1 qian2 yu3 shen2 +006090 谁在#1刚才#1一波#1杀跌的#1过程#2赚到#1便宜了#4? + shui2 zai4 gang1 cai2 yi4 bo1 sha1 die1 de5 guo4 cheng2 zhuan4 dao4 pian2 yi5 le5 +006091 与#1剧场#2欢腾#1热闹的#1场面#1相反#3,此刻#3,后台里#2却#1一片#1肃穆#4。 + yu3 ju4 chang3 huan1 teng2 re4 nao5 de5 chang3 mian4 xiang1 fan3 ci3 ke4 hou4 tai2 li3 que4 yi2 pian4 su4 mu4 +006092 真糟糕#3,我的#1胡子#1愈来#1愈白了#3,头发#1还是#1黑的#3。这有#1多难看呀#4。 + zhen1 zao1 gao1 wo3 de5 hu2 zi5 yu4 lai2 yu4 bai2 le5 tou2 fa4 hai2 shi4 hei1 de5 zhe4 you3 duo1 nan2 kan4 ya5 +006093 开了#1一段后#2又要#1停下来#1收费#3,司机#1口袋里的#1钱#2命中#1注定#1飘泊#1无家#4。 + kai1 le5 yi2 duan4 hou4 you4 yao4 ting2 xia4 lai2 shou1 fei4 si1 ji1 kou3 dai4 li3 de5 qian2 ming4 zhong1 zhu4 ding4 piao1 bo2 wu2 jia1 +006094 这不#3,就有人#1因此#1跟#1权威#1机构#1打官司#1杠上了#4。 + zhe4 bu5 jiu4 you3 ren2 yin1 ci3 gen1 quan2 wei1 ji1 gou4 da3 guan1 si5 gang4 shang4 le5 +006095 他爸#2想了会#1说#3:“是#2高矮的#1意思#4。 + ta1 ba4 xiang3 le5 hui4 shuo1 shi4 gao1 ai3 de5 yi4 si5 +006096 谢同学#1拿着#1大鲶鱼#2笑不#1拢嘴#4。 + xie4 tong2 xue2 na2 zhe5 da4 nian2 yu2 xiao4 bu5 long2 zui3 +006097 她的#1双脚#2被#1涂抹了#1大量#1药膏#4。 + ta1 de5 shuang1 jiao3 bei4 tu2 mo3 le5 da4 liang4 yao4 gao1 +006098 前些#1时候#2那个#1雇工#1问题#3,相当#1震动呀#3,大家#1担心得#1不得了#4。 + qian2 xie1 shi2 hou4 na4 ge5 gu4 gong1 wen4 ti2 xiang1 dang1 zhen4 dong4 ya5 da4 jia1 dan1 xin1 de5 bu4 de2 liao3 +006099 苏州#1博物馆#2、拙政园#2这些#1地方#1都不错#4。 + su1 zhou1 bo2 wu4 guan3 zhuo1 zheng4 yuan2 zhe4 xie1 di4 fang1 dou1 bu2 cuo4 +006100 连他#1最#1疼爱的#1儿子#3,也常#2难见他#1一面#4。 + lian2 ta1 zui4 teng2 ai4 de5 er2 zi5 ye3 chang2 nan2 jian4 ta1 yi2 mian4 +006101 据#1初步#1调查#3,行凶者#2名叫#1阿利耶夫#4。 + ju4 chu1 bu4 diao4 cha2 xing2 xiong1 zhe3 ming2 jiao4 a1 li4 ye1 fu1 +006102 报答#1受灾#1群众的#1唯一#1方法#2:加快#1奔袭#4。 + bao4 da2 shou4 zai1 qun2 zhong4 de5 wei2 yi1 fang1 fa3 jia1 kuai4 ben1 xi2 +006103 老板#1一逃#2,造成#1连锁#1反应#3,发生#2大批#2债权人#1挤兑#4。 + lao2 ban3 yi4 tao2 zao4 cheng2 lian2 suo2 fan3 ying4 fa1 sheng1 da4 pi1 zhai4 quan2 ren2 ji3 dui4 +006104 剧中#3朴信惠#3将以#2女孩#1身份#3向#1胡宇崴#2堂堂#1正正的#1告白#4。 + ju4 zhong1 piao2 xin4 hui4 jiang1 yi2 nv3 hai2 shen1 fen4 xiang4 hu2 yu2 wai3 tang2 tang2 zheng4 zheng4 de5 gao4 bai2 +006105 张旭#2解释#1不清#3怎么#1翻字典#3凑巧#1让#1三字#1团聚了#4。 + zhang1 xu4 jie3 shi4 bu4 qing1 zen3 me5 fan1 zi4 dian3 cou4 qiao3 rang4 san1 zi4 tuan2 ju4 le5 +006106 艰难地#1啃完#1面包#1之后#3,他便#2趴在#1课桌上#1打盹#4。 + jian1 nan2 de5 ken3 wan2 mian4 bao1 zhi1 hou4 ta1 bian4 pa1 zai4 ke4 zhuo1 shang4 da2 dun3 +006107 不行#3我#1确信#1给你的#2都是#1最#1用心的#4。 + bu4 xing2 wo3 que4 xin4 gei2 ni3 de5 dou1 shi4 zui4 yong4 xin1 de5 +006108 温总理#2亦透过#1行政#1长官#3向#2澳门#1居民#1问好#4。 + wen1 zong2 li3 yi4 tou4 guo4 xing2 zheng4 zhang3 guan1 xiang4 ao4 men2 ju1 min2 wen4 hao3 +006109 面对#1质问#3,暖暖#2扭头#1就要走#4。 + mian4 dui4 zhi4 wen4 nuan2 nuan2 niu3 tou2 jiu4 yao4 zou3 +006110 你就#1不怕他#1拉响#1炸药包吗#4? + ni3 jiu4 bu2 pa4 ta1 la1 xiang3 zha4 yao4 bao1 ma5 +006111 工友#2在#1喊我#3,我老婆#1也在#1上面#4。 + gong1 you3 zai4 han2 wo3 wo2 lao3 po5 ye3 zai4 shang4 mian4 +006112 暖暖的#1阳光#1晒久了#2让人#1直犯困#4。 + nuan2 nuan3 de5 yang2 guang1 shai4 jiu3 le5 rang4 ren2 zhi2 fan4 kun4 +006113 但#2不管#1怎么说#3,还是先#1注意#1一下#2拼写#1和#1语法吧#4。 + dan4 bu4 guan2 zen3 me5 shuo1 hai2 shi4 xian1 zhu4 yi4 yi2 xia4 pin1 xie3 he2 yu2 fa3 ba5 +006114 祖源#2就在#1五龙#1山下#2,休宁#1溪口#1一个#2旮旯#1角落的#1山里#4。 + zu3 yuan2 jiu4 zai4 wu3 long2 shan1 xia4 xiu1 ning2 xi1 kou3 yi2 ge5 ga1 la2 jiao3 luo4 de5 shan1 li3 +006115 我#1觉得#2很好#1玩儿#3,我也#1挺#1高兴的#3,确实#1有一些#1男孩儿的#1东西#4。 + wo3 jue2 de5 hen2 hao3 wanr2 wo2 ye2 ting3 gao1 xing4 de5 que4 shi2 you3 yi4 xie1 nan2 hair2 de5 dong1 xi5 +006116 放大#1图片#3,黄子华#2和#1郭蔼明#3随着#1刘青云#1之后#1步出#4。 + fang4 da4 tu2 pian4 huang2 zi3 hua2 he2 guo1 ai3 ming2 sui2 zhe5 liu2 qing1 yun2 zhi1 hou4 bu4 chu1 +006117 倒数#1第三封#2让人#1眼前#1一亮#3,它#1来自#1首都的#1鲁迅#1文学院#4。 + dao4 shu3 di4 san1 feng1 rang4 ren2 yan3 qian2 yi2 liang4 ta1 lai2 zi4 shou3 du1 de5 lu3 xun4 wen2 xue2 yuan4 +006118 中汽协#1方面#1说#3,乘用车#1刚性#1需求#1明显#4。 + zhong1 qi4 xie2 fang1 mian4 shuo1 cheng2 yong4 che1 gang1 xing4 xu1 qiu2 ming2 xian3 +006119 我心里#1有杆秤#3,我只跟#1自己拼#4。 + wo3 xin1 li3 you2 gan3 cheng4 wo2 zhi3 gen1 zi4 ji3 pin1 +006120 太行#1赤子#1张荣锁的#1座右铭#1就是#3:好爹#1好娘#2是#1人民#3,甘做#1赤子#1报#1乡亲#4。 + tai4 hang2 chi4 zi3 zhang1 rong2 suo3 de5 zuo4 you4 ming2 jiu4 shi4 hao3 die1 hao3 niang2 shi4 ren2 min2 gan1 zuo4 chi4 zi3 bao4 xiang1 qin1 +006121 她的#1保暖#1法宝#3,就是在#2腹部#2、腿部#2贴着#1暖宝宝#4。 + ta1 de5 bao2 nuan3 fa2 bao3 jiu4 shi4 zai4 fu4 bu4 tui3 bu4 tie1 zhe5 nuan2 bao3 bao5 +006122 他#1气爆了#3,随手#1抄起个#1工具#2一通抡#3,抡完#1就跑了#4。 + ta1 qi4 bao4 le5 sui2 shou3 chao1 qi3 ge5 gong1 ju4 yi4 tong1 lun1 lun1 wan2 jiu4 pao3 le5 +006123 看我的#1年级#1排名#2就知道#3有#1多少人#1参加#1考试#4。 + kan4 wo3 de5 nian2 ji2 pai2 ming2 jiu4 zhi1 dao4 you3 duo1 shao3 ren2 can1 jia1 kao3 shi4 +006124 哈里#1王子#2可能#1要为#1自己的#1“一夜#1荒唐#2”付出#1代价#4。 + ha1 li3 wang2 zi3 ke3 neng2 yao4 wei4 zi4 ji3 de5 yi2 ye4 huang1 tang2 fu4 chu1 dai4 jia4 +006125 从#1尸体看#3,她死前#1遭到#1刀刺#3、毒打#2和#1焚烧#4。 + cong2 shi1 ti3 kan4 ta1 si3 qian2 zao1 dao4 dao1 ci4 du2 da3 he2 fen2 shao1 +006126 艾薇儿的#1男友#2布罗迪#3也#1更新#1推特#2说脸上#2多了#1一条#2新的#1伤痕#4。 + ai4 wei1 er2 de5 nan2 you3 bu4 luo2 di2 ye3 geng1 xin1 tui1 te4 shuo1 lian3 shang4 duo1 le5 yi4 tiao2 xin1 de5 shang1 hen2 +006127 这个#1采访#2简直#1太愚蠢了#4。 + zhe4 ge5 cai2 fang2 jian3 zhi2 tai4 yu2 chun3 le5 +006128 通常#2故事中#2善良#1正派的#1王子#3,在#1本片#2却是#1高傲#1自大的#1家伙#4。 + tong1 chang2 gu4 shi5 zhong1 shan4 liang2 zheng4 pai4 de5 wang2 zi3 zai4 ben3 pian4 que4 shi4 gao1 ao4 zi4 da4 de5 jia1 huo5 +006129 诸多#1掣肘#3,壹基金#2终于#1决定#2与#1红十字会#1“离婚#4”。 + zhu1 duo1 che4 zhou3 yi1 ji1 jin1 zhong1 yu2 jue2 ding4 yu3 hong2 shi2 zi4 hui3 li2 hun1 +006130 资助#1西部#2聋儿#2康复#1机构#2基础#1设施#1建设#2和#1师资#1培养#4。 + zi1 zhu4 xi1 bu4 long2 er2 kang1 fu4 ji1 gou4 ji1 chu3 she4 shi1 jian4 she4 he2 shi1 zi1 pei2 yang3 +006131 出于#2职业#1敏感#3,付守国#2感觉#1事态#1有些#1不妙#4。 + chu1 yu2 zhi2 ye4 min2 gan3 fu4 shou3 guo2 gan3 jue2 shi4 tai4 you3 xie1 bu2 miao4 +006132 检察官#1提醒#3,市民#1在#1取款时#2应当#1多留心#4。 + jian3 cha2 guan1 ti2 xing3 shi4 min2 zai4 qu2 kuan3 shi2 ying1 dang1 duo1 liu2 xin1 +006133 除了#2玩游戏#3,高胖的#1另一#1喜好#1就是#1打篮球#4。 + chu2 le5 wan2 you2 xi4 gao1 pang4 de5 ling4 yi4 xi3 hao4 jiu4 shi4 da3 lan2 qiu2 +006134 在她的#2悉心#1培育下#3,一批#1优秀的#1排球#1苗子#2正在#1茁壮#1成长#4。 + zai4 ta1 de5 xi1 xin1 pei2 yu4 xia4 yi4 pi1 you1 xiu4 de5 pai2 qiu2 miao2 zi5 zheng4 zai4 zhuo2 zhuang4 cheng2 zhang3 +006135 在#1亳州#1当地#1方言中#3,“孬种#2”不仅#1意味着#1胆小#3,还有#1缺德的#1意思#4。 + zai4 bo2 zhou1 dang1 di4 fang1 yan2 zhong1 nao1 zhong3 bu4 jin3 yi4 wei4 zhe5 dan2 xiao3 hai2 you3 que1 de2 de5 yi4 si5 +006136 我的#1傻女儿#3,还想着#2为我#1这个#1不负#1责任的#1爸爸#2分担#1一些呢#4。 + wo3 de5 sha2 nv3 er2 hai2 xiang3 zhe5 wei4 wo3 zhe4 ge5 bu2 fu4 ze2 ren4 de5 ba4 ba5 fen1 dan1 yi4 xie1 ne5 +006137 控辩#1双方#2仍有#1争拗#3,将会#1再传召#2无线#1电视#2外事部#1主管#1作供#4。 + kong4 bian4 shuang1 fang1 reng2 you3 zheng1 niu4 jiang1 hui4 zai4 chuan2 zhao4 wu2 xian4 dian4 shi4 wai4 shi4 bu4 zhu2 guan3 zuo4 gong4 +006138 金娜允#2从小#1在美国#1生活#3,或许#1会有些#1文化#1差异#4。 + jin1 na4 yun3 cong2 xiao3 zai4 mei3 guo2 sheng1 huo2 huo4 xu3 hui4 you3 xie1 wen2 hua4 cha1 yi4 +006139 罗天诚#2恨#2记叙文里#2用不上#1他的#1哲学#2,拖着#1没交#4。 + luo2 tian1 cheng2 hen4 ji4 xu4 wen2 li3 yong4 bu2 shang4 ta1 de5 zhe2 xue2 tuo1 zhe5 mei2 jiao1 +006140 这些#1努力#3能否#1取得#1预期的#1效果#2目前#1尚#1不得#1而知#4。 + zhe4 xie1 nu3 li4 neng2 fou2 qu3 de2 yu4 qi1 de5 xiao4 guo3 mu4 qian2 shang4 bu4 de2 er2 zhi1 +006141 在#2起重机的#1帮助下#3,工人们#2正用#2凿岩机#2将其#1凿断#4。 + zai4 qi3 zhong4 ji1 de5 bang1 zhu4 xia4 gong1 ren5 men5 zheng4 yong4 zao2 yan2 ji1 jiang1 qi2 zao2 duan4 +006142 这匹马#2因遭#1虐待#3,瘫睡在#1农场内#4。 + zhe4 pi2 ma3 yin1 zao1 nve4 dai4 tan1 shui4 zai4 nong2 chang3 nei4 +006143 今晚#2,心情#1激动的#1高敏#2热泪#1滚滚#4。 + jin1 wan3 xin1 qing2 ji1 dong4 de5 gao1 min3 re4 lei4 gun2 gun3 +006144 近日#3,兵团#1电大的#1几位#1学生#3向#1本网#2反映了#1这件事#4。 + jin4 ri4 bing1 tuan2 dian4 da4 de5 ji3 wei4 xue2 sheng1 xiang4 ben2 wang2 fan3 ying4 le5 zhe4 jian4 shi4 +006145 行动#1结束后#3,部队#2用#1推土机#3推倒#1绑匪#1藏身的#1房屋#4。 + xing2 dong4 jie2 shu4 hou4 bu4 dui4 yong4 tui1 tu3 ji1 tui1 dao3 bang2 fei3 cang2 shen1 de5 fang2 wu1 +006146 去年#3,中国#1采购了#1大量#1美国#1玉米#4。 + qu4 nian2 zhong1 guo2 cai3 gou4 le5 da4 liang4 mei3 guo2 yu4 mi3 +006147 一出门#3,他#1发现#1窗外#2有#1忽闪的#1亮光#4。 + yi4 chu1 men2 ta1 fa1 xian4 chuang1 wai4 you3 hu1 shan3 de5 liang4 guang1 +006148 长期#2大量#1喝茶的#1男人#3,罹患#2前列腺#1癌的#1危险#1更低#4。 + chang2 qi1 da4 liang4 he1 cha2 de5 nan2 ren5 li2 huan4 qian2 lie4 xian4 ai2 de5 wei1 xian3 geng4 di1 +006149 昨天#3,新任#2自民党#1总裁#1安倍#1晋三#3也发出#1危险#1信号#4。 + zuo2 tian1 xin1 ren4 zi4 min2 dang2 zong3 cai2 an1 bei4 jin4 san1 ye3 fa1 chu1 wei1 xian3 xin4 hao4 +006150 而#1另一个#3对于#1菜鸟#1网络#2难言#1祸福的#1重大#1政策#2也#1不期#1而至#4。 + er2 ling4 yi2 ge5 dui4 yu2 cai4 niao2 wang3 luo4 nan2 yan2 huo4 fu2 de5 zhong4 da4 zheng4 ce4 ye3 bu4 qi1 er2 zhi4 +006151 作为#2纽约州的#1参议员#3,希拉里#1在#1国会上#2仍然#1是个#1小”字辈#4。 + zuo4 wei2 niu3 yue1 zhou1 de5 can1 yi4 yuan2 xi1 la1 li3 zai4 guo2 hui4 shang4 reng2 ran2 shi4 ge5 xiao3 zi4 bei4 +006152 进入#2秋季#2寡雨#1季节#1以来#3,泉州#2、漳州#3、莆田等#1沿海#1地区#2旱情#1明显#4。 + jin4 ru4 qiu1 ji4 gua2 yu3 ji4 jie2 yi3 lai2 quan2 zhou1 zhang1 zhou1 pu2 tian2 deng3 yan2 hai3 di4 qu1 han4 qing2 ming2 xian3 +006153 标准的#2美少女#1样子呀#4。 + biao1 zhun3 de5 mei3 shao4 nv3 yang4 zi5 ya5 +006154 我喜欢#1演#1现代人#3,拿捏上#2也#1比较#1轻松#4。 + wo2 xi3 huan1 yan3 xian4 dai4 ren2 na2 nie1 shang4 ye2 bi3 jiao4 qing1 song1 +006155 事实上#3奥巴马#1口中的#1亿万#1富翁#2正是#1“股神#2”巴菲特#4。 + shi4 shi2 shang4 ao4 ba1 ma2 kou3 zhong1 de5 yi4 wan4 fu4 weng1 zheng4 shi4 gu3 shen2 ba1 fei1 te4 +006156 感觉#2能挑#1毛病的#1地方#1不多#3,只不过#2灰尘#1较大#4。 + gan3 jue2 neng2 tiao1 mao2 bing4 de5 di4 fang1 bu4 duo1 zhi3 bu2 guo4 hui1 chen2 jiao4 da4 +006157 水映#1康城#2停建#1事件中#3,找到的#1新闻眼#2,就是#1“风水#4”。 + shui3 ying4 kang1 cheng2 ting2 jian4 shi4 jian4 zhong1 zhao3 dao4 de5 xin1 wen2 yan3 jiu4 shi4 feng1 shui3 +006158 记者#1在#1洗碗间#1看到#3,水龙头#1旁边#2放着#1一瓶#1漂白水#4。 + ji4 zhe3 zai4 xi2 wan3 jian1 kan4 dao4 shui3 long2 tou2 pang2 bian1 fang4 zhe5 yi4 ping2 piao3 bai2 shui3 +006159 针对#2市民#1质疑#3,记者#1专访了#1市市#2政委#1主任#3王元楷#4。 + zhen1 dui4 shi4 min2 zhi4 yi2 ji4 zhe3 zhuan1 fang3 le5 shi4 shi4 zheng4 wei2 zhu3 ren4 wang2 yuan2 kai3 +006160 稍有#1不妥#2,就#1两面#1不讨好#4。 + shao1 you3 bu4 tuo3 jiu4 liang3 mian4 bu4 tao2 hao3 +006161 暴雨中#3,猪#2纷纷#1被#1洪流#1卷走#4。 + bao4 yu3 zhong1 zhu1 fen1 fen1 bei4 hong2 liu2 juan2 zou3 +006162 对手#2顿时#1胆寒#1心怯#3,斗志#1全无#4。 + dui4 shou3 dun4 shi2 dan3 han2 xin1 qie4 dou4 zhi4 quan2 wu2 +006163 莱昂#1纳多#1艾琳#2与#1莱昂#1纳多的#1妈妈#4。 + lai2 ang2 na4 duo1 ai4 lin2 yu3 lai2 ang2 na4 duo1 de5 ma1 ma5 +006164 随后#3,郝明辉#2、王猛猛#2先后#1落网#4。 + sui2 hou4 hao3 ming2 hui1 wang2 meng2 meng3 xian1 hou4 luo4 wang3 +006165 捍卫#2中国#1领土#2,就该#1寸土#1不让#4。 + han4 wei4 zhong1 guo2 ling2 tu3 jiu4 gai1 cun4 tu3 bu2 rang4 +006166 海关#1总署#2将#1严查#1此类#1违规#1现象#4。 + hai3 guan1 zong2 shu3 jiang1 yan2 cha2 ci3 lei4 wei2 gui1 xian4 xiang4 +006167 他#1最近#2心情#1不好#3,总喜欢#1咬人#4。 + ta1 zui4 jin4 xin1 qing2 bu4 hao3 zong2 xi3 huan5 yao3 ren2 +006168 本市#2“基层#1政改#3”,前路#2坎坷#1未卜#4。 + ben3 shi4 ji1 ceng2 zheng4 gai3 qian2 lu4 kan2 ke3 wei4 bu3 +006169 一次次的#1灾难#3,人们#2谈#1黄河#1而色变#4。 + yi2 ci4 ci4 de5 zai1 nan4 ren2 men5 tan2 huang2 he2 er2 se4 bian4 +006170 体形#2不胖#1不瘦#3,既不#1窈窕#2也#1不丰满#4。 + ti3 xing2 bu2 pang4 bu2 shou4 ji4 bu4 yao2 tiao3 ye3 bu4 feng1 man3 +006171 虎父#2无犬子#3,两只#1小藏獒#2是#1标准的#1铁包金#3,属#1“怪兽#1”血系#4。 + hu3 fu4 wu2 quan2 zi3 liang3 zhi1 xiao3 zang4 ao2 shi4 biao1 zhun3 de5 tie3 bao1 jin1 shu3 guai4 shou4 xue4 xi4 +006172 公众#2同样#1需要#1从#1此类#1事件中#2汲取#1经验#1与#1教训#4。 + gong1 zhong4 tong2 yang4 xu1 yao4 cong2 ci3 lei4 shi4 jian4 zhong1 ji2 qu3 jing1 yan4 yu3 jiao4 xun4 +006173 坚持#1扩大#2人文#1交流#3,夯实#1中越#1友好的#1民意#1基础#4。 + jian1 chi2 kuo4 da4 ren2 wen2 jiao1 liu2 hang1 shi2 zhong1 yue4 you2 hao3 de5 min2 yi4 ji1 chu3 +006174 分#2核桃#1坚果#3、核桃#1坚果仁#3、核桃油#3、核桃#1饮料#4。 + fen1 he2 tao5 jian1 guo3 he2 tao5 jian1 guo3 ren2 he2 tao5 you2 he2 tao5 yin3 liao4 +006175 该神庙#2修建于#2三千#1五百年前#3,相当于#2中国的#1商代#4。 + gai1 shen2 miao4 xiu1 jian4 yu2 san1 qian1 wu2 bai3 nian2 qian2 xiang1 dang1 yu2 zhong1 guo2 de5 shang1 dai4 +006176 被#2沙尘#1笼罩的#1承德#1旅游#1景点#3棒槌山#3及#1蛤蟆石#4。 + bei4 sha1 chen2 long3 zhao4 de5 cheng2 de2 lv3 you2 jing2 dian3 bang4 chui2 shan1 ji2 ha2 ma5 shi2 +006177 袁士霄#2说着#3又觉得#1头有#1一点沉#3,有一种#1要#1表白的#1冲动#4。 + yuan2 shi4 xiao1 shuo1 zhe5 you4 jue2 de5 tou2 you3 yi4 dian3 chen2 you3 yi4 zhong3 yao4 biao3 bai2 de5 chong1 dong4 +006178 交换#1名片#1一看#3,张兰#1发现#3对方#2是#1鼎晖的#1王功权#4。 + jiao1 huan4 ming2 pian4 yi2 kan4 zhang1 lan2 fa1 xian4 dui4 fang1 shi4 ding3 hui1 de5 wang2 gong1 quan2 +006179 实施#2贷款#1损失#3准备#2动态#1监管#4。 + shi2 shi1 dai4 kuan2 sun3 shi1 zhun3 bei4 dong4 tai4 jian1 guan3 +006180 不过#2复赛#1两次#1输球#1比较#1窝囊#3,与#1自己的#1失误#1关系#1很大#4。 + bu2 guo4 fu4 sai4 liang3 ci4 shu1 qiu2 bi3 jiao4 wo1 nang5 yu3 zi4 ji3 de5 shi1 wu4 guan1 xi5 hen3 da4 +006181 路边#2原本#1半米#1宽的#1排水#1沟渠#3,水面#2已近#1两米#3,水流#1湍急#4。 + lu4 bian1 yuan2 ben3 ban4 mi3 kuan1 de5 pai2 shui3 gou1 qu2 shui3 mian4 yi3 jin4 liang2 mi3 shui3 liu2 tuan1 ji2 +006182 最终#2又归了#1谁的#1腰包里#1去了#4? + zui4 zhong1 you4 gui1 le5 shui2 de5 yao1 bao1 li3 qu4 le5 +006183 在#1看守所里#3,刘俊#2终于#1醒酒#4。 + zai4 kan1 shou3 suo2 li3 liu2 jun4 zhong1 yu2 xing2 jiu3 +006184 如今#3,这一切#1算盘#2显然#1落空#4。 + ru2 jin1 zhe4 yi2 qie4 suan4 pan5 xian3 ran2 luo4 kong1 +006185 晚上#3,他#1独自#1在家#2辗转#1难眠#4。 + wan3 shang4 ta1 du2 zi4 zai4 jia1 zhan2 zhuan3 nan2 mian2 +006186 若不是#1大牌#2耍也#1没用#3,因他#1没价值#3,娱乐圈#2很现实#4。 + ruo4 bu2 shi4 da4 pai2 shua2 ye3 mei2 yong4 yin1 ta1 mei2 jia4 zhi2 yu2 le4 quan1 hen3 xian4 shi2 +006187 此时#3,消防#1人员#2已经#1把火#1扑灭#1离开#4。 + ci3 shi2 xiao1 fang2 ren2 yuan2 yi3 jing5 ba2 huo3 pu1 mie4 li2 kai1 +006188 九二年#1出生的#1梁文豪#3,近年来#2窜身#1势头#2非常#1迅猛#4。 + jiu3 er4 nian2 chu1 sheng1 de5 liang2 wen2 hao2 jin4 nian2 lai2 cuan4 shen1 shi4 tou2 fei1 chang2 xun4 meng3 +006189 梁紫薇的#1观点#1基本#1雷同于#1晟金#1表哥#3,可见#2晟金#1表哥#1白活了#1四年#4。 + liang2 zi3 wei1 de5 guan1 dian3 ji1 ben3 lei2 tong2 yu2 cheng2 jin1 biao3 ge1 ke3 jian4 cheng2 jin1 biao3 ge1 bai2 huo2 le5 si4 nian2 +006190 爱之#1火热#3,已经#1到了#1“搜神记”里#1韩凭#1夫妇#3和#2“长恨歌”里#2连理枝的#1境界#4。 + ai4 zhi1 huo3 re4 yi3 jing5 dao4 le5 sou1 shen2 ji4 li3 han2 ping2 fu1 fu4 he2 chang2 hen4 ge1 li3 lian2 li3 zhi1 de5 jing4 jie4 +006191 他#1愣住了#3,好一会儿#2头脑里#1才#1反应出#3“不明#1飞行物#1”这个#1概念#4。 + ta1 leng4 zhu4 le5 hao3 yi2 huir4 tou2 nao2 li3 cai2 fan3 ying4 chu1 bu4 ming2 fei1 xing2 wu4 zhe4 ge5 gai4 nian4 +006192 他还#1做了#1许许#1多多#2为#1群众#2排忧#1解难#3、扶弱#1济贫的#1好事#4。 + ta1 hai2 zuo4 le5 xu2 xu3 duo1 duo1 wei4 qun2 zhong4 pai2 you1 jie3 nan4 fu2 ruo4 ji3 pin2 de5 hao3 shi4 +006193 应该说#3,有时#2发财#1机遇#3往往#2也#1青睐#1那些#2心怀#1叵测的#1投机者#4。 + ying1 gai1 shuo1 you3 shi2 fa1 cai2 ji1 yu4 wang2 wang2 ye3 qing1 lai4 na4 xie1 xin1 huai2 po3 ce4 de5 tou2 ji1 zhe3 +006194 关于#2经济#1预测#3,周小川#2、吴敬琏#1等人#1都#1表示过#2“很难#4”。 + guan1 yu2 jing1 ji4 yu4 ce4 zhou1 xiao3 chuan1 wu2 jing4 lian2 deng3 ren2 dou1 biao3 shi4 guo4 hen3 nan2 +006195 结果#2很快#1就下来了#3,米佳的#1抵抗#1无效#2如#1螳臂#1当车#4。 + jie2 guo2 hen3 kuai4 jiu4 xia4 lai2 le5 mi3 jia1 de5 di3 kang4 wu2 xiao4 ru2 tang2 bi4 dang1 che1 +006196 除了#2名字#1和#1属相外#3,马龙#2和#1谌龙#3还有#1很多#1相似#1之处#4。 + chu2 le5 ming2 zi4 he2 shu3 xiang4 wai4 ma3 long2 he2 chen2 long2 hai2 you2 hen3 duo1 xiang1 si4 zhi1 chu4 +006197 冷国权#1被抓#3,和#1鲍忠武#1贩毒#1事发#1有关#4。 + leng3 guo2 quan2 bei4 zhua1 he2 bao4 zhong1 wu3 fan4 du2 shi4 fa1 you3 guan1 +006198 李某#2偶尔#1也会#1中一些#1奖#3,但#1总是#1亏损大#4。 + li2 mou3 ou2 er2 ye3 hui4 zhong4 yi4 xie1 jiang3 dan4 zong3 shi4 kui1 sun3 da4 +006199 没等他#1反应#1过来#3,已被#1闯入者#1摁倒#4。 + mei2 deng3 ta1 fan3 ying4 guo4 lai5 yi3 bei4 chuang3 ru4 zhe3 en4 dao3 +006200 协商#1不下#3,那就#1只有#1走#1法律#1途径#4。 + xie2 shang1 bu2 xia4 na4 jiu4 zhi2 you2 zou2 fa3 lv4 tu2 jing4 +006201 小伙#2半路#2突然#1呕吐#3,车厢#2遭了殃#3,黄师傅#2也#1没打算#1计较#4。 + xiao2 huo3 ban4 lu4 tu1 ran2 ou3 tu4 che1 xiang1 zao1 le5 yang1 huang2 shi1 fu5 ye3 mei2 da3 suan4 ji4 jiao5 +006202 拉美#1总面积#3两千零#1七十万#1平方#1公里#3,人口#2六点#1零三亿#4。 + la1 mei2 zong3 mian4 ji1 liang3 qian1 ling2 qi1 shi5 wan4 ping2 fang1 gong1 li3 ren2 kou3 liu4 dian3 ling2 san1 yi4 +006203 公元前#2一百#1五十七年#3,文帝#2先于#1薄太后#2离开#1人世#4。 + gong1 yuan2 qian2 yi4 bai2 wu3 shi5 qi1 nian2 wen2 di4 xian1 yu2 bo2 tai4 hou4 li2 kai1 ren2 shi4 +006204 凌晨#2救援#1结束后#3,本以为#1男子#2会#1安心#1生活#4。 + ling2 chen2 jiu4 yuan2 jie2 shu4 hou4 ben2 yi3 wei2 nan2 zi3 hui4 an1 xin1 sheng1 huo2 +006205 这样#1一来#3,雅虎#1董事会#2今后#2更有#1可能#2听命于#1勒布#4。 + zhe4 yang4 yi4 lai2 ya2 hu2 dong3 shi4 hui4 jin1 hou4 geng4 you2 ke3 neng2 ting1 ming4 yu2 le4 bu4 +006206 该高管#1透露#3,之所以#2关停#1高铁#1代购#1业务#3是#1出于#2“稳妥”的#1考虑#4。 + gai1 gao1 guan3 tou4 lu4 zhi1 suo2 yi3 guan1 ting2 gao1 tie3 dai4 gou4 ye4 wu4 shi4 chu1 yu2 wen2 tuo3 de5 kao3 lv4 +006207 如果#2给我#1一个#1舞台#3,我将#2还给#1大家#1一片#1蓝天#4。 + ru2 guo3 gei2 wo3 yi2 ge5 wu3 tai2 wo3 jiang1 huan2 gei3 da4 jia1 yi2 pian4 lan2 tian1 +006208 农村娃#1一枚#3,小时候#3有#1一家人#1院子里#1种的#1果树#3,我们#1几个#1小伙伴#1去偷#4。 + nong2 cun1 wa2 yi4 mei2 xiao3 shi2 hou4 you3 yi4 jia1 ren2 yuan4 zi5 li3 zhong4 de5 guo3 shu4 wo3 men5 ji3 ge5 xiao2 huo3 ban4 qu4 tou1 +006209 三是#3公共#1投资#1增长#1走平#4。 + san1 shi4 gong1 gong4 tou2 zi1 zeng1 zhang2 zou3 ping2 +006210 总#1装备部#2党委#1委员#2参加#1会议#4。 + zong3 zhuang1 bei4 bu4 dang2 wei2 wei3 yuan2 can1 jia1 hui4 yi4 +006211 于是#3我就被#1打了#1一耳光#3,还被#1警察#1叔叔#2带进了#1派出所#4。 + yu2 shi4 wo3 jiu4 bei4 da3 le5 yi4 er3 guang1 hai2 bei4 jing3 cha2 shu1 shu5 dai4 jin4 le5 pai4 chu1 suo3 +006212 而#2泽尻#1英龙华#1本人#3目前#1正和#1高城刚#2上演#1离婚#1拖延战#4。 + er2 ze2 kao1 ying1 long2 hua2 ben3 ren2 mu4 qian2 zheng4 he2 gao1 cheng2 gang1 shang4 yan3 li2 hun1 tuo1 yan2 zhan4 +006213 工作#2是要有#1自己的#1形象#3,你#1本身#1是#1女生#3,不要玩#1健身呀#4。 + gong1 zuo4 shi4 yao4 you3 zi4 ji3 de5 xing2 xiang4 ni2 ben3 shen1 shi4 nv3 sheng1 bu2 yao4 wan2 jian4 shen1 ya5 +006214 随即#1引来#2导游#1起哄#3,有#1导游#1坐在#1马路上#3,场面#1一度#1混乱#4。 + sui2 ji2 yin3 lai2 dao3 you2 qi3 hong4 you2 dao3 you2 zuo4 zai4 ma3 lu4 shang4 chang3 mian4 yi2 du4 hun4 luan4 +006215 目前#3,他#1担任#1北师大#1论坛#2蛋蛋网#2火车票#1版的#1版主#4。 + mu4 qian2 ta1 dan1 ren4 bei3 shi1 da4 lun4 tan2 dan4 dan5 wang3 huo3 che1 piao4 ban3 de5 ban2 zhu3 +006216 没有#1明显#1诱因#3,孩子#1突然#1开始#1咳嗽#3,同时#2眼#1分泌物#1增多#4。 + mei2 you3 ming2 xian3 you4 yin1 hai2 zi5 tu1 ran2 kai1 shi3 ke2 sou4 tong2 shi2 yan3 fen1 mi4 wu4 zeng1 duo1 +006217 如今#3,他#1种地#1种出了#1名堂#3,成了#3远近#1闻名的#1年轻#1富翁#4。 + ru2 jin1 ta1 zhong4 di4 zhong4 chu1 le5 ming2 tang2 cheng2 le5 yuan3 jin4 wen2 ming2 de5 nian2 qing1 fu4 weng1 +006218 人有#2七情#1六欲#3,因此#3我们#1时常#1会被#1感动的#1潮水#1所#1濡湿#4。 + ren2 you3 qi1 qing2 liu4 yu4 yin1 ci3 wo3 men5 shi2 chang2 hui4 bei4 gan3 dong4 de5 chao2 shui2 suo3 ru2 shi1 +006219 海洋#1学家称#3这次#1出现的#2黑鳍#1礁鲨#2并不#1伤人#4。 + hai3 yang2 xue2 jia1 cheng1 zhe4 ci4 chu1 xian4 de5 hei1 qi2 jiao1 sha1 bing4 bu4 shang1 ren2 +006220 有时#2信多#1比钱多#1更快乐#3,因为#1钱是#1可以#1赚的#2而信#1却#1嫌不#1出来#4。 + you3 shi2 xin4 duo1 bi3 qian2 duo1 geng4 kuai4 le4 yin1 wei4 qian2 shi4 ke2 yi3 zhuan4 de5 er2 xin4 que4 xian2 bu4 chu1 lai2 +006221 这就是#1传销#1机构#2给#1刘刚#1编织的#1富翁梦#4。 + zhe4 jiu4 shi4 chuan2 xiao1 ji1 gou4 gei3 liu2 gang1 bian1 zhi1 de5 fu4 weng1 meng4 +006222 但#1开发商#2要#1我们#1拿出#1限购的#1证据#3,才肯#1给我们#1退房#4。 + dan4 kai1 fa1 shang1 yao4 wo3 men5 na2 chu1 xian4 gou4 de5 zheng4 ju5 cai2 ken3 gei2 wo3 men5 tui4 fang2 +006223 会议#1还强调#3,综治#1部门#2要#1统筹#1安排#3,搞好#1组织#1协调#4。 + hui4 yi4 hai2 qiang2 diao4 zong1 zhi4 bu4 men2 yao4 tong3 chou2 an1 pai2 gao2 hao2 zu3 zhi1 xie2 tiao2 +006224 人又#1长得#1漂亮#3,穿旗袍#1又好看#4。 + ren2 you4 zhang3 de5 piao4 liang5 chuan1 qi2 pao2 you4 hao3 kan4 +006225 提拔#1一个#1干部#3,树立#1一面#1旗帜#4。 + ti2 ba2 yi2 ge5 gan4 bu5 shu4 li4 yi2 mian4 qi2 zhi4 +006226 这场#1运动#3最终#1被#1中央#1停止#4。 + zhe4 chang3 yun4 dong4 zui4 zhong1 bei4 zhong1 yang1 ting2 zhi3 +006227 熊炳岗#2仍#1无法#1相信#3,妻子#1就#1这么#1去了#4。 + xiong2 bing2 gang3 reng2 wu2 fa3 xiang1 xin4 qi1 zi3 jiu4 zhe4 me5 qu4 le5 +006228 如今#3,石头#2已经#1四岁了#3,聪明#1活泼#1可爱#4。 + ru2 jin1 shi2 tou5 yi3 jing1 si4 sui4 le5 cong1 ming2 huo2 po1 ke3 ai4 +006229 孩子#1他爸#2连忙#1摇了摇#1头#1不同意#3,他说#3:“我姓#1梅啊#4。 + hai2 zi5 ta1 ba4 lian2 mang2 yao2 le5 yao2 tou2 bu4 tong2 yi4 ta1 shuo1 wo3 xing4 mei2 a5 +006230 民间#2“乾隆#1盗木#3”传说#2就和#1菱恩殿#1有关#4。 + min2 jian1 qian2 long2 dao4 mu4 chuan2 shuo1 jiu4 he2 ling2 en1 dian4 you3 guan1 +006231 这些#1被偷走的#1花梨柜#3都是#1奶奶#1当年的#1嫁妆#3,已经#1珍藏#2几十年#4。 + zhe4 xie1 bei4 tou1 zou3 de5 hua1 li2 gui4 dou1 shi4 nai3 nai5 dang1 nian2 de5 jia4 zhuang5 yi3 jing5 zhen1 cang2 ji3 shi2 nian2 +006232 老师#3,这门课#2我没#1好好学#3,很#1对不起你#4。 + lao3 shi1 zhe4 men2 ke4 wo3 mei2 hao2 hao3 xue2 hen3 dui4 bu4 qi2 ni3 +006233 许多#1大货车#1司机#1告诉#1记者#3,他们#1已被#1堵#1两天#1两夜#4。 + xu3 duo1 da4 huo4 che1 si1 ji1 gao4 su4 ji4 zhe3 ta1 men5 yi3 bei4 du2 liang3 tian1 liang3 ye4 +006234 昨日#3,“辽宁舰#2”悬挂#1满旗#3,舰员#2精神#1抖擞#2分区#1列队#4。 + zuo2 ri4 liao2 ning2 jian4 xuan2 gua4 man3 qi2 jian4 yuan2 jing1 shen2 dou2 sou3 fen1 qu1 lie4 dui4 +006235 越来#1越多的#1僧人#2在#1国外#1留学中#2掌握#1熟练的#1外语#1技能#4。 + yue4 lai2 yue4 duo1 de5 seng1 ren2 zai4 guo2 wai4 liu2 xue2 zhong1 zhang3 wo4 shu2 lian4 de5 wai4 yu3 ji4 neng2 +006236 好孩子#3,那咱#1不写#1妈妈#3,你写#1我的#1爸爸#1也一样#3,行吗#4? + hao3 hai2 zi5 na4 zan2 bu4 xie3 ma1 ma5 ni2 xie2 wo3 de5 ba4 ba5 ye3 yi2 yang4 xing2 ma5 +006237 我#1没有#1获得#1成功的#1喜悦#3,相反#3,困惑#1与#1痛苦#1缠绕着我#4。 + wo3 mei2 you3 huo4 de2 cheng2 gong1 de5 xi3 yue4 xiang1 fan3 kun4 huo4 yu3 tong4 ku3 chan2 rao4 zhe5 wo3 +006238 官兵#2在#1狭窄的#1岩石#1夹缝中#1掏炮眼#3,准备#2集中#1爆破#4。 + guan1 bing1 zai4 xia2 zhai3 de5 yan2 shi2 jia1 feng4 zhong1 tao1 pao4 yan3 zhun3 bei4 ji2 zhong1 bao4 po4 +006239 发#1短信者称#3,要去#1看望#2胡娜#2和#1邹某的#1儿子#4。 + fa1 duan3 xin4 zhe3 cheng1 yao4 qu4 kan4 wang4 hu2 na4 he2 zou1 mou3 de5 er2 zi5 +006240 短期内#3,股市#2可能#1欠缺#1趋势性的#1投资#1机会#3,将#1维持#1震荡的#1格局#4。 + duan3 qi1 nei4 gu3 shi4 ke3 neng2 qian4 que1 qu1 shi4 xing4 de5 tou2 zi1 ji1 hui4 jiang1 wei2 chi2 zhen4 dang4 de5 ge2 ju2 +006241 就是#1这样的#1一片#1文化#1遗产#3,而今#2也要#1收费#3,听上去#2总有些#1别扭#4。 + jiu4 shi4 zhe4 yang4 de5 yi2 pian4 wen2 hua4 yi2 chan3 er2 jin1 ye3 yao4 shou1 fei4 ting1 shang4 qu4 zong2 you3 xie1 bie4 niu5 +006242 谁知#2胡某#2不仅#1不听#1劝告#3,反而#1抡起#1菜刀#2砍起了#1屋内#1物品#4。 + shui2 zhi1 hu2 mou3 bu4 jin3 bu4 ting1 quan4 gao4 fan3 er2 lun1 qi3 cai4 dao1 kan2 qi3 le5 wu1 nei4 wu4 pin3 +006243 那一晚#2和他#1睡在#1一个#1屋里的#3,还有#1码头#1上的#1棒棒们#4。 + na4 yi4 wan3 he2 ta1 shui4 zai4 yi2 ge5 wu1 li3 de5 hai2 you2 ma3 tou2 shang4 de5 bang4 bang5 men5 +006244 用#2周工展#1总经理的#1话说#3,终年#1日晒#1雨淋#2、风吹#1霜打#4。 + yong4 zhou1 gong1 zhan2 zong3 jing1 li3 de5 hua4 shuo1 zhong1 nian2 ri4 shai4 yu3 lin2 feng1 chui1 shuang1 da3 +006245 要我#1学蛤蟆#3,我#1无论#1如何#1迈#1不动腿#4。 + yao4 wo3 xue2 ha2 ma5 wo3 wu2 lun4 ru2 he2 mai4 bu2 dong4 tui3 +006246 由于#2伞骨#1前端#1带钩#3,普通#1手术#2难以#1顺利#1取出#4。 + you2 yu2 san2 gu3 qian2 duan1 dai4 gou1 pu3 tong1 shou3 shu4 nan2 yi3 shun4 li4 qu3 chu1 +006247 自恋#2玩自拍#3,长裙#1遭人踩#2险些#1出糗#3,幸好其#2及时#1提裙#3,省得#1走光#4。 + zi4 lian4 wan2 zi4 pai1 chang2 qun2 zao1 ren2 cai3 xian3 xie1 chu1 qiu3 xing4 hao3 qi2 ji2 shi2 ti2 qun2 sheng3 de5 zou3 guang1 +006248 他叫#2“小心#1走火#3”,本人#1姓贺#3,长春人#4。 + ta1 jiao4 xiao3 xin1 zou2 huo3 ben3 ren2 xing4 he4 chang2 chun1 ren2 +006249 今天#1上午#3,祥云#1火炬#2在#1赤峰#1传递#3,享受了#1一段#1别样的#1文化#1之旅#4。 + jin1 tian1 shang4 wu3 xiang2 yun2 huo3 ju4 zai4 chi4 feng1 chuan2 di4 xiang3 shou4 le5 yi2 duan4 bie2 yang4 de5 wen2 hua4 zhi1 lv3 +006250 我有#1肝癌#3,医生说#3只能#1活半年#4。 + wo2 you3 gan1 ai2 yi1 sheng1 shuo1 zhi3 neng2 huo2 ban4 nian2 +006251 鱼刺#1拔出后#3,患者#2很快#1痊愈#4。 + yu2 ci4 ba2 chu1 hou4 huan4 zhe2 hen3 kuai4 quan2 yu4 +006252 当局#2迫于#1压力#3,不得不#1接受了#1改造#1方案#4。 + dang1 ju2 po4 yu2 ya1 li4 bu4 de2 bu4 jie1 shou4 le5 gai3 zao4 fang1 an4 +006253 在他#1看来#3,现在#1首要#1问题#2是#1怎么#1保存#1牛黄#4。 + zai4 ta1 kan4 lai2 xian4 zai4 shou3 yao4 wen4 ti5 shi4 zen3 me5 bao3 cun2 niu2 huang2 +006254 当然#3,洛翰#1并非#1彻底#1与#1娱乐圈#2断绝了#1关系#4。 + dang1 ran2 luo4 han4 bing4 fei1 che4 di2 yu3 yu2 le4 quan1 duan4 jue2 le5 guan1 xi5 +006255 徐某#2矢口#1否认#3,并与#1舍友#2发生了#1激烈#1争吵#4。 + xu2 mou3 shi2 kou2 fou3 ren4 bing4 yu3 she4 you3 fa1 sheng1 le5 ji1 lie4 zheng1 chao3 +006256 她#1自然#2也就#1没有#1支付#1当初#1约定的#1抚养费了#4。 + ta1 zi4 ran2 ye3 jiu4 mei2 you3 zhi1 fu4 dang1 chu1 yue1 ding4 de5 fu2 yang3 fei4 le5 +006257 他想对#1谢景渊#1道歉#3,谢景渊#2一转身#2往#1二号室#1走#3,把他#1晾在#1那里#4。 + ta1 xiang3 dui4 xie4 jing3 yuan1 dao4 qian4 xie4 jing3 yuan1 yi4 zhuan3 shen1 wang3 er4 hao4 shi4 zou3 ba3 ta1 liang4 zai4 na4 li3 +006258 现场#2点缀着#1许多#1洁白的#1玫瑰#3,布置得#1奢华#1又浪漫#4。 + xian4 chang2 dian3 zhui4 zhe5 xu3 duo1 jie2 bai2 de5 mei2 gui1 bu4 zhi4 de5 she1 hua2 you4 lang4 man4 +006259 埃尔桑#2常对#1人说#3:四十天#1间的#1蠢事#3,我#1四十年#1都#1偿还#1不清#4。 + ai1 er3 sang1 chang2 dui4 ren2 shuo1 si4 shi5 tian1 jian1 de5 chun3 shi4 wo3 si4 shi5 nian2 dou1 chang2 huan2 bu4 qing1 +006260 古代的#1男孩子#2二十岁#1左右#3,女孩子#1十五岁#1左右#2就能#1结婚啦#4! + gu3 dai4 de5 nan2 hai2 zi5 er4 shi5 sui4 zuo3 you4 nv3 hai2 zi5 shi2 wu3 sui4 zuo3 you4 jiu4 neng2 jie2 hun1 la5 +006261 昨天#1清晨#3,货车#2“四脚#1”朝天#3,食用油#2洒了#1一地#4。 + zuo2 tian1 qing1 chen2 huo4 che1 si4 jiao3 chao2 tian1 shi2 yong4 you2 sa3 le5 yi2 di4 +006262 爱国#1必要去#1南京#3,因为#2南京#1有许多#1可#1进行#1爱国#1主义#1教育的#1名胜#1古迹#4。 + ai4 guo2 bi4 yao4 qu4 nan2 jing1 yin1 wei4 nan2 jing1 you2 xu3 duo1 ke3 jin4 xing2 ai4 guo2 zhu3 yi4 jiao4 yu4 de5 ming2 sheng4 gu3 ji4 +006263 林雨翔#2据实#1交代#3:柳永的词#1我不熟#3,欧阳修的#1还#1可以#4。 + lin2 yu3 xiang2 ju4 shi2 jiao1 dai4 liu2 yong3 de5 ci2 wo3 bu4 shu2 ou1 yang2 xiu1 de5 hai2 ke2 yi3 +006264 下水道#2四壁#1整洁#3,没有#1想象中的#1污秽#1与#1腥臭#4。 + xia4 shui3 dao4 si4 bi4 zheng3 jie2 mei2 you2 xiang3 xiang4 zhong1 de5 wu1 hui4 yu3 xing1 chou4 +006265 贯彻#1落实#2拒不#1支付#2劳动#1报酬罪#1司法#1解释#4。 + guan4 che4 luo4 shi2 ju4 bu4 zhi1 fu4 lao2 dong4 bao4 chou2 zui4 si1 fa2 jie3 shi4 +006266 吴某#1心虚#3,听到#1动静#3立即#1溜出#1后门#1躲起来#4。 + wu2 mou3 xin1 xu1 ting1 dao4 dong4 jing4 li4 ji2 liu1 chu1 hou4 men2 duo2 qi3 lai5 +006267 但#1命运#2永远#1垂青#1傻傻的#1孩子#3,这#1似乎是#1永恒#1不变的#1定律#4。 + dan4 ming4 yun4 yong2 yuan3 chui2 qing1 sha2 sha3 de5 hai2 zi5 zhe4 si4 hu1 shi4 yong3 heng2 bu2 bian4 de5 ding4 lv4 +006268 当天#3,他#1卖了#1一块#1金块#2当作#1盘缠#4。 + dang4 tian1 ta1 mai4 le5 yi2 kuai4 jin1 kuai4 dang1 zuo4 pan2 chan5 +006269 短短#1十来#1分钟#2连抢#1两人#3,这伙#1抢匪#2气焰#1太#1嚣张了#4。 + duan2 duan3 shi2 lai2 fen1 zhong1 lian2 qiang2 liang3 ren2 zhe4 huo3 qiang2 fei3 qi4 yan4 tai4 xiao1 zhang1 le5 +006270 同时#3,这也#1意味着#3必须有#1足够的#1人才#1储备#4。 + tong2 shi2 zhe4 ye3 yi4 wei4 zhe5 bi4 xu1 you3 zu2 gou4 de5 ren2 cai2 chu3 bei4 +006271 前#1五个月#1外贸#1出口的#1良好#1势头#2能否#1持续#4? + qian2 wu3 ge5 yue4 wai4 mao4 chu1 kou3 de5 liang2 hao3 shi4 tou2 neng2 fou3 chi2 xu4 +006272 最初的#1创业#1冲动#3缘于#1几年前的#3换物#1概念#4。 + zui4 chu1 de5 chuang4 ye4 chong1 dong4 yuan2 yu2 ji3 nian2 qian2 de5 huan4 wu4 gai4 nian4 +006273 至于#2后期#1媒体的#1报道#3,只是#1一种#1揣测#1而已#4。 + zhi4 yu2 hou4 qi1 mei2 ti3 de5 bao4 dao4 zhi3 shi4 yi4 zhong2 chuai3 ce4 er2 yi3 +006274 张楚#2“北漂#3”,第一个#1找上的#2就是#1老乡#1伊沙#4。 + zhang1 chu2 bei3 piao1 di4 yi1 ge5 zhao3 shang4 de5 jiu4 shi4 lao3 xiang1 yi1 sha1 +006275 从紧的#1货币#1政策#3,是#1遏制#1投资#1过热#2和#1通货#1膨胀#1压力的#1手段#4。 + cong2 jin3 de5 huo4 bi4 zheng4 ce4 shi4 e4 zhi4 tou2 zi1 guo4 re4 he2 tong1 huo4 peng2 zhang4 ya1 li4 de5 shou3 duan4 +006276 楼主#2有一#1男性#1同学#3,公认的#1学霸#3,到#1大三了#3都没#1谈过#1恋爱#4。 + lou2 zhu2 you3 yi4 nan2 xing4 tong2 xue2 gong1 ren4 de5 xue2 ba4 dao4 da4 san1 le5 dou1 mei2 tan2 guo4 lian4 ai4 +006277 老板#2捎了捎#1后脑勺#3:明明是#1五只#3,怎么#3只有#1一只了#4? + lao2 ban3 shao1 le5 shao1 hou4 nao3 shao2 ming2 ming2 shi4 wu3 zhi1 zen3 me5 zhi2 you3 yi4 zhi1 le5 +006278 莫非#2她的#1命运#2真的#1受到#1法老的#1操纵#4? + mo4 fei1 ta1 de5 ming4 yun4 zhen1 de5 shou4 dao4 fa2 lao3 de5 cao1 zong4 +006279 婚后#3,两人#1摩擦#1不断#4。 + hun1 hou4 liang3 ren2 mo2 ca1 bu2 duan4 +006280 第一道#1闸门#2,市#1卫生局#4。 + di4 yi1 dao4 zha2 men2 shi4 wei4 sheng1 ju2 +006281 这让#1耿松#2看到了#1希望#4。 + zhe4 rang4 geng3 song1 kan4 dao4 le5 xi1 wang4 +006282 他#1软软地#1躺在#1椅子上#4。 + ta1 ruan2 ruan3 de5 tang3 zai4 yi3 zi5 shang4 +006283 这是#2万达的#1窘境#1所在#4。 + zhe4 shi4 wan4 da2 de5 jiong3 jing4 suo3 zai4 +006284 男子#1走路的#1姿势#2摇摇#1晃晃的#3,让#1高周#2有些#1警觉#4。 + nan2 zi2 zou3 lu4 de5 zi1 shi4 yao2 yao2 huang4 huang4 de5 rang4 gao1 zhou1 you3 xie1 jing3 jue2 +006285 周克华#2租住的#1房屋#3位于#1小区#1三单元#2六零五#1房间#4。 + zhou1 ke4 hua2 zu1 zhu4 de5 fang2 wu1 wei4 yu2 xiao3 qu1 san1 dan1 yuan2 liu4 ling2 wu3 fang2 jian1 +006286 管道#2与#1机身#1接口处#3被#1腐蚀出#1一个#2碗口#1大的洞#4。 + guan3 dao4 yu3 ji1 shen1 jie1 kou3 chu4 bei4 fu3 shi2 chu1 yi2 ge5 wan2 kou3 da4 de5 dong4 +006287 这还#1不包括#2因#1开车#1摆弄#1手机#2和#1浏览#1导航#1系统#2而#1丧生的#1人数#4。 + zhe4 hai2 bu4 bao1 kuo4 yin1 kai1 che1 bai3 nong4 shou3 ji1 he2 liu2 lan2 dao3 hang2 xi4 tong3 er2 sang4 sheng1 de5 ren2 shu4 +006288 在#2邓新华#2经常#1登录的#2“葫芦丝#1专业#1网站”上#3,悼念#1帖子#1不断#1更新#4。 + zai4 deng4 xin1 hua2 jing1 chang2 deng1 lu4 de5 hu2 lu5 si1 zhuan1 ye4 wang3 zhan4 shang4 dao4 nian4 tie3 zi5 bu2 duan4 geng1 xin1 +006289 我们#1觉得#2和#1瓮安#1事件的#1情况#1比较#1吻合#3,就在#1瓮安#1试点了#4。 + wo3 men5 jue2 de5 he2 weng4 an1 shi4 jian4 de5 qing2 kuang4 bi3 jiao4 wen3 he2 jiu4 zai4 weng4 an1 shi4 dian3 le5 +006290 朝#1村子#2一路#1走去#3,随处#1都#1可以#1看到#2一堆堆#2被扔在#1路边的#1葡萄#4。 + chao2 cun1 zi5 yi2 lu4 zou3 qu4 sui2 chu4 dou1 ke2 yi3 kan4 dao4 yi4 dui1 dui1 bei4 reng1 zai4 lu4 bian1 de5 pu2 tao5 +006291 陶瓿#2两侧的#1人面#2像#1“耳朵#4”。 + tao2 bu4 liang3 ce4 de5 ren2 mian4 xiang4 er3 duo5 +006292 以至于#2区域#1过分#1集中#3、业务#1范围#2太过#1窄小#3、公司#1权利#2缺乏#1制衡#4。 + yi3 zhi4 yu2 qu1 yu4 guo4 fen4 ji2 zhong1 ye4 wu4 fan4 wei2 tai4 guo4 zhai2 xiao3 gong1 si1 quan2 li4 que1 fa2 zhi4 heng2 +006293 其中#3分寸的#1拿捏#3,还真#1需要#1火候#4。 + qi2 zhong1 fen1 cun4 de5 na2 nie1 hai2 zhen1 xu1 yao4 huo3 hou5 +006294 许多人#2干脆#1鞋一蹬#3,躺倒在#1座位上#3,将#1硬座#1当#1硬卧#1来使#4。 + xu3 duo1 ren2 gan1 cui4 xie2 yi4 deng1 tang2 dao3 zai4 zuo4 wei4 shang4 jiang1 ying4 zuo4 dang1 ying4 wo4 lai2 shi3 +006295 各式#1口音#2混杂着#3,大厅里#2熙熙#1攘攘#4。 + ge4 shi4 kou3 yin1 hun4 za2 zhe5 da4 ting1 li3 xi1 xi1 rang2 rang3 +006296 因为#2早起的鸟#2有食吃#3,早开的花#2有水喝#4。 + yin1 wei4 zao2 qi3 de5 niao3 you3 shi2 chi1 zao3 kai1 de5 hua1 you2 shui3 he1 +006297 梁样君#1又问#3:林兄#3,你#1是不是#1也有#1那个呢#4? + liang2 yang4 jun1 you4 wen4 lin2 xiong1 ni3 shi4 bu2 shi4 ye2 you3 na4 ge5 ne5 +006298 与#1去年#1相比#3,杭州#1今年#1初雪#1晚了#1一个月#4。 + yu3 qu4 nian2 xiang1 bi3 hang2 zhou1 jin1 nian2 chu1 xue2 wan3 le5 yi2 ge5 yue4 +006299 高林说#3,她的#2硕士#1毕业#1论文#2快要#1完成了#4。 + gao1 lin2 shuo1 ta1 de5 shuo4 shi4 bi4 ye4 lun4 wen2 kuai4 yao4 wan2 cheng2 le5 +006300 一些#2优质#1中国#1概念股#3明显#1反弹#4。 + yi4 xie1 you1 zhi4 zhong1 guo2 gai4 nian4 gu3 ming2 xian2 fan3 tan2 +006301 德尔惠#2运动#1品牌店#1仓库的#1窗户#1铁栏杆#2被剪断#4。 + de2 er3 hui4 yun4 dong4 pin3 pai2 dian4 cang1 ku4 de5 chuang1 hu5 tie3 lan2 gan1 bei4 jian3 duan4 +006302 美#2两高官#2连放#1狠话#3,战云#2似乎#2正在#1海湾#1上空#1骤聚#4。 + mei2 liang3 gao1 guan1 lian2 fang4 hen3 hua4 zhan4 yun2 si4 hu1 zheng4 zai4 hai3 wan1 shang4 kong1 zhou4 ju4 +006303 让#1烟花#1观赏者#2感到#1最痛苦的#2是#1交通#1拥堵#4。 + rang4 yan1 hua1 guan1 shang2 zhe2 gan3 dao4 zui4 tong4 ku3 de5 shi4 jiao1 tong1 yong1 du3 +006304 马丁#2跪在#1地上#2挨个#1点燃#1蜡烛#4。 + ma3 ding1 gui4 zai4 di4 shang4 ai1 ge4 dian3 ran2 la4 zhu5 +006305 这些#1问题#2恳请#1政府#2尽快#1解决#4。 + zhe4 xie1 wen4 ti2 ken2 qing3 zheng4 fu2 jin3 kuai4 jie3 jue2 +006306 其间#3,他们#1还在与#2班禅的#1关系#1问题上#3,同#1“亚东#1噶厦#2”联系过#1两次#4。 + qi2 jian1 ta1 men5 hai2 zai4 yu3 ban1 chan2 de5 guan1 xi5 wen4 ti2 shang4 tong2 ya4 dong1 ga2 xia4 lian2 xi4 guo4 liang3 ci4 +006307 这些#1私宰点#2直接用#1探照灯#1照明#3,整个#1山头#2都#1灯火#1通明#4。 + zhe4 xie1 si1 zai2 dian3 zhi2 jie1 yong4 tan4 zhao4 deng1 zhao4 ming2 zheng3 ge4 shan1 tou2 dou1 deng1 huo3 tong1 ming2 +006308 该园的#2动物#1笼舍#1里的#1空调#2、风扇#2等#1降温#1设备#2全面#1启动#4。 + gai1 yuan2 de5 dong4 wu4 long2 she4 li3 de5 kong1 tiao2 feng1 shan4 deng3 jiang4 wen1 she4 bei4 quan2 mian4 qi3 dong4 +006309 原来#2我也是#1人类呀#3?我还#1以为#1我是#1机器人#4。 + yuan2 lai2 wo2 ye3 shi4 ren2 lei4 ya5 wo3 hai2 yi3 wei2 wo3 shi4 ji1 qi4 ren2 +006310 或者#2,他们#1在#1假料中#1掺进#1真料#3,让人#2真假#1难辨#4。 + huo4 zhe3 ta1 men5 zai4 jia3 liao4 zhong1 chan1 jin4 zhen1 liao4 rang4 ren2 zhen1 jia3 nan2 bian4 +006311 北上#1广深#3四大#1一线#1城市#2更是#1获得了#1“盛世#1荣宠#4”。 + bei3 shang4 guang3 shen1 si4 da4 yi1 xian4 cheng2 shi4 geng4 shi4 huo4 de2 le5 sheng4 shi4 rong2 chong3 +006312 股市#2跌#1这么惨#3,我#1不想#1活了#4! + gu3 shi4 die1 zhe4 me5 can3 wo3 bu4 xiang3 huo2 le5 +006313 今天#1偷懒#1没看书#3,被你#1发现啦#4。 + jin1 tian1 tou1 lan3 mei2 kan4 shu1 bei4 ni3 fa1 xian4 la5 +006314 我省#1商超#2集体#2向#1国家#1发改委的#1诉求#3,可能将#2打错#1算盘#4。 + wo2 sheng3 shang1 chao1 ji2 ti3 xiang4 guo2 jia1 fa1 gai2 wei3 de5 su4 qiu2 ke3 neng2 jiang1 da3 cuo4 suan4 pan5 +006315 这条#1网帖#2迅速#1引发#1网友#1关注#4。 + zhe4 tiao2 wang2 tie3 xun4 su4 yin3 fa1 wang2 you3 guan1 zhu4 +006316 海外#1奢侈品#1网站#2也#1按捺#1不住#4。 + hai3 wai4 she1 chi5 pin2 wang3 zhan4 ye3 an4 na4 bu2 zhu4 +006317 在#1游戏#1剧本#1创作中#3,打谁#4? + zai4 you2 xi4 ju4 ben3 chuang4 zuo4 zhong1 da3 shui2 +006318 这#1嗟来#1之食#3,于我#1而言#3,难呐#4! + zhe4 jie1 lai2 zhi1 shi2 yu2 wo3 er2 yan2 nan2 na5 +006319 图为#2垮塌#1围墙的#1巨大#1砖石#4。 + tu2 wei2 kua3 ta1 wei2 qiang2 de5 ju4 da4 zhuan1 shi2 +006320 先来#1看看#1刘熀松的#1计算#4。 + xian1 lai2 kan4 kan5 liu2 huang3 song1 de5 ji4 suan4 +006321 念的#1真好听#3,赶明儿#2教教我#4。 + nian4 de5 zhen1 hao3 ting1 gan3 mingr2 jiao1 jiao1 wo3 +006322 之后#3,徐武#2被#1这伙人#1掳走#4。 + zhi1 hou4 xu2 wu3 bei4 zhe4 huo3 ren2 lu2 zou3 +006323 原来#2她耳朵#1又不聋#3,都会说#4。 + yuan2 lai2 ta1 er3 duo5 you4 bu4 long2 dou1 hui4 shuo1 +006324 随后#3,何背部#2又被#1捅两刀#4。 + sui2 hou4 he2 bei4 bu4 you4 bei4 tong2 liang3 dao1 +006325 此外#3,加强#2改水#2、引水#1力度#4。 + ci3 wai4 jia1 qiang2 gai2 shui3 yin2 shui3 li4 du4 +006326 住哪儿#2我也#1是女的#3首选#1女生#4。 + zhu4 nar3 wo2 ye3 shi4 nv3 de5 shou2 xuan2 nv3 sheng1 +006327 然而#3,真迹#1陨灭#3,精神#1不朽#4。 + ran2 er2 zhen1 ji4 yun3 mie4 jing1 shen2 bu4 xiu3 +006328 简直是#2一个人#2顶#1两个人用#4。 + jian3 zhi2 shi4 yi2 ge5 ren2 ding2 liang3 ge5 ren2 yong4 +006329 对此#3,查查#1也有#1自己的#1委屈#4。 + dui4 ci3 cha2 cha2 ye2 you3 zi4 ji3 de5 wei3 qu1 +006330 容不#1容易#1抢走#1澳门的#1客人#4? + rong2 bu4 rong2 yi4 qiang2 zou3 ao4 men2 de5 ke4 ren2 +006331 因此#3保护#1江豚#1已#1刻不#1容缓#4。 + yin1 ci3 bao3 hu4 jiang1 tun2 yi3 ke4 bu4 rong2 huan3 +006332 黑暗中#3,她#1趴在#1地上#1摸索#4。 + hei1 an4 zhong1 ta1 pa1 zai4 di4 shang4 mo1 suo3 +006333 周秀娜#2孖男友#1避年#3,两人#2将赴#1泰国#2享受#1阳光#2与#1海滩#4。 + zhou1 xiu4 na4 zi1 nan2 you3 bi4 nian2 liang3 ren2 jiang1 fu4 tai4 guo2 xiang3 shou4 yang2 guang1 yu2 hai3 tan1 +006334 好#3,进#1卧室来#3,老娘#2给你#1准备了#1搓衣板#4。 + hao3 jin4 wo4 shi4 lai2 lao3 niang2 gei2 ni2 zhun3 bei4 le5 cuo1 yi1 ban3 +006335 目前#3,拈花寺的#1使用权#2归属#2中国#1人民#1大学#1印刷厂#4。 + mu4 qian2 nian1 hua1 si4 de5 shi3 yong4 quan2 gui1 shu3 zhong1 guo2 ren2 min2 da4 xue2 yin4 shua1 chang3 +006336 雪上#1加霜的#1辽宁队#3不断#2调兵#1遣将#3,试图#2挽回#1败局#4。 + xue3 shang4 jia1 shuang1 de5 liao2 ning2 dui4 bu2 duan4 diao4 bing1 qian3 jiang4 shi4 tu2 wan3 hui2 bai4 ju2 +006337 扰攘#1一番后#3,“换钞者#2”自行#1离开#3,银行#2陆续#1恢复#1正常#4。 + rao2 rang3 yi4 fan1 hou4 huan4 chao1 zhe3 zi4 xing2 li2 kai1 yin2 hang2 lu4 xu4 hui1 fu4 zheng4 chang2 +006338 从其#1过往的#1种种#1细节中#3或能#2管窥#1一二#4。 + cong2 qi2 guo4 wang3 de5 zhong2 zhong3 xi4 jie2 zhong1 huo4 neng2 guan3 kui1 yi1 er4 +006339 两市#1仅#2家电#3、农林#1牧渔#3、食品#2、酿酒#1板块#1收红#4。 + liang3 shi4 jin3 jia1 dian4 nong2 lin2 mu4 yu2 shi2 pin3 niang4 jiu2 ban3 kuai4 shou1 hong2 +006340 为了#2稳妥#1起见#3,紧接着#3洒水车#1又#1进行了#1第二次#1清洗#4。 + wei4 le5 wen2 tuo2 qi3 jian4 jin3 jie1 zhe5 sa2 shui3 che1 you4 jin4 xing2 le5 di4 er4 ci4 qing1 xi3 +006341 她的#1造型#2也#1相当#1年轻#1现代#3,一改#2在#1贾樟柯#1片中的#1土妞#1形象#4。 + ta1 de5 zao4 xing2 ye3 xiang1 dang1 nian2 qing1 xian4 dai4 yi4 gai3 zai4 jia3 zhang1 ke1 pian4 zhong1 de5 tu3 niu1 xing2 xiang4 +006342 故障#1车辆#1救援#1服务#1收费#3实行#2政府#1定价#1管理#4。 + gu4 zhang4 che1 liang4 jiu4 yuan2 fu2 wu4 shou1 fei4 shi2 xing2 zheng4 fu3 ding4 jia4 guan2 li3 +006343 实际上#3你#1要卖#3还要#1卖#1更便宜的#1价格#4? + shi2 ji4 shang4 ni3 yao4 mai4 hai2 yao4 mai4 geng4 pian2 yi5 de5 jia4 ge2 +006344 要#2心胸#1开阔#3、达观#1向上#3,严以#1律己#2、宽以待人#3,胜不骄#3、败不馁#4。 + yao4 xin1 xiong1 kai1 kuo4 da2 guan1 xiang4 shang4 yan2 yi3 lv4 ji3 kuan1 yi3 dai4 ren2 sheng4 bu4 jiao1 bai4 bu4 nei3 +006345 旁边#1一哥们#2冲那#1爸爸#1吼到#3:有你#1这么#1教育#1孩子的吗#4? + pang2 bian1 yi4 ge1 men5 chong4 na4 ba4 ba5 hou3 dao4 you2 ni3 zhe4 me5 jiao4 yu4 hai2 zi5 de5 ma5 +006346 我#1尽管#1做了#1一些#1负责的#1工作#3,但也#1犯过#1错误#3,栽过#1跟斗#3,碰过#1钉子#4。 + wo3 jin2 guan3 zuo4 le5 yi4 xie1 fu4 ze2 de5 gong1 zuo4 dan4 ye3 fan4 guo4 cuo4 wu4 zai1 guo4 gen1 dou5 peng4 guo4 ding1 zi5 +006347 是#1他们#1脑子#1有#1毛病#4。 + shi4 ta1 men5 nao3 zi5 you3 mao2 bing4 +006348 宝贝#1晚安#3,好梦#4。 + bao3 bei4 wan3 an1 hao3 meng4 +006349 温州#1乐园#1还#1可以#4。 + wen1 zhou1 le4 yuan2 hai2 ke2 yi3 +006350 我们#1先从#1那儿#1开始灭#4。 + wo3 men5 xian1 cong2 nar4 kai1 shi3 mie4 +006351 因为#2我#1不爱吃#1南瓜#4。 + yin1 wei4 wo3 bu2 ai4 chi1 nan2 gua1 +006352 吃梨#2可以#1止咳#1润肺#4。 + chi1 li2 ke2 yi2 zhi3 ke2 run4 fei4 +006353 涝过#1之后#1依然#1亢旱#4。 + lao4 guo4 zhi1 hou4 yi1 ran2 kang4 han4 +006354 一些#1装着#1防护#1栏杆的#1窗户上#3还挂着#1“歪楼”的#1牌子#4。 + yi4 xie1 zhuang1 zhe5 fang2 hu4 lan2 gan1 de5 chuang1 hu4 shang4 hai2 gua4 zhe5 wai1 lou2 de5 pai2 zi5 +006355 红衣#1男子#2踉跄着#2走向#1路边#1人行道#3,一屁股#1坐了#1下去#4。 + hong2 yi1 nan2 zi3 liang4 qiang4 zhe5 zou3 xiang4 lu4 bian1 ren2 xing2 dao4 yi2 pi4 gu5 zuo4 le5 xia4 qu4 +006356 舍友#2也很#1喜欢#1这些#1小乌龟#3,经常#1把它们#2捧在#1手心上#1玩#4。 + she4 you3 ye2 hen2 xi3 huan1 zhe4 xie1 xiao3 wu1 gui1 jing1 chang2 ba3 ta1 men5 peng3 zai4 shou3 xin1 shang4 wan2 +006357 对于#2价格#1串通#3,消费者#2可以#1用脚#1投票#3,让#1价格#1联盟#2难以#1得逞#4。 + dui4 yu2 jia4 ge2 chuan4 tong1 xiao1 fei4 zhe3 ke2 yi3 yong4 jiao3 tou2 piao4 rang4 jia4 ge2 lian2 meng2 nan2 yi3 de2 cheng3 +006358 经鉴定#3,方某荣#2系被#1他人#2持锐器#3刺破#1心脏#2致#2失血性#2休克#1死亡#4。 + jing1 jian4 ding4 fang1 mou3 rong2 xi4 bei4 ta1 ren2 chi2 rui4 qi4 ci4 po4 xin1 zang4 zhi4 shi1 xue4 xing4 xiu1 ke4 si3 wang2 +006359 而#2二零#1一一年#2增加为#3八万#1七千零#1一十六人#3,占#1百分之#1八点二#4。 + er2 er4 ling2 yi1 yi1 nian2 zeng1 jia1 wei2 ba1 wan4 qi1 qian1 ling2 yi1 shi2 liu4 ren2 zhan4 bai3 fen1 zhi1 ba1 dian3 er4 +006360 我的#1柔情#2,你#1总是#1不懂#4。 + wo3 de5 rou2 qing2 ni2 zong3 shi4 bu4 dong3 +006361 于是#3,杨勇#2辗转#1来到了#1合肥#4。 + yu2 shi4 yang2 yong3 zhan2 zhuan3 lai2 dao4 le5 he2 fei2 +006362 几分钟后#3,库房#1蹿出#1数米高的#1火苗#3,多辆#1消防车#2赶来#1灭火#4。 + ji3 fen1 zhong1 hou4 ku4 fang2 cuan1 chu1 shu4 mi3 gao1 de5 huo3 miao2 duo1 liang4 xiao1 fang2 che1 gan3 lai2 mie4 huo3 +006363 儿童#1矮小症#3应#2早发现#3、早治疗#3,及时#1干预#3才能#1成就#1梦想的#1高度#4。 + er2 tong2 ai2 xiao3 zheng4 ying1 zao3 fa1 xian4 zao3 zhi4 liao2 ji2 shi2 gan1 yu4 cai2 neng2 cheng2 jiu4 meng4 xiang3 de5 gao1 du4 +006364 这些#1孩子#2衡量#1是非#1对错的#1标准#3,甚至#2往往#1参照#1自己#1小圈子的#1标准#4。 + zhe4 xie1 hai2 zi5 heng2 liang2 shi4 fei1 dui4 cuo4 de5 biao1 zhun3 shen4 zhi4 wang2 wang3 can1 zhao4 zi4 ji2 xiao3 quan1 zi5 de5 biao1 zhun3 +006365 于丹#2被#1呛声#2,是一件#1尴尬事#4。 + yu2 dan1 bei4 qiang4 sheng1 shi4 yi2 jian4 gan1 ga4 shi4 +006366 民警说#3,从#1谈话中#2感觉#1到她#2义气#1又爽快#4。 + min2 jing3 shuo1 cong2 tan2 hua4 zhong1 gan3 jue2 dao4 ta1 yi4 qi5 you4 shuang3 kuai4 +006367 此后#3,陶校兴#1收受#1贿赂#1之事#3便#1慢慢#1演变为#2赤裸裸的#1金钱#1交易#4。 + ci3 hou4 tao2 xiao4 xing1 shou1 shou4 hui4 lu4 zhi1 shi4 bian4 man4 man4 yan3 bian4 wei2 chi4 luo2 luo3 de5 jin1 qian2 jiao1 yi4 +006368 高成#2一心#1想要个#1儿子#3,所以#2去年#1春天时#3表姐#1就#1怀孕了#4。 + gao1 cheng2 yi4 xin1 xiang3 yao4 ge5 er2 zi5 suo2 yi3 qu4 nian2 chun1 tian1 shi2 biao2 jie3 jiu4 huai2 yun4 le5 +006369 此外#3,该#1网点#2并未#1办理#2烟花#1爆竹#1公众#1责任险#4。 + ci3 wai4 gai1 wang2 dian3 bing4 wei4 ban4 li3 yan1 hua1 bao4 zhu2 gong1 zhong4 ze2 ren4 xian3 +006370 昨日#3陈景河#2与#1邹来昌#3都已#1决定#2服从#1处罚#4。 + zuo2 ri4 chen2 jing3 he2 yu3 zou1 lai2 chang1 dou1 yi3 jue2 ding4 fu2 cong2 chu3 fa2 +006371 最终#3,以#2一点#1八一#1八七#1六亿元#1成功#1夺标#4。 + zui4 zhong1 yi3 yi1 dian3 ba1 yi1 ba1 qi1 liu4 yi4 yuan2 cheng2 gong1 duo2 biao1 +006372 这也为#1李静#2“多喜#1临门”的#1年底#1成绩单#3又#1加上了#1一抹#1亮色#4。 + zhe4 ye3 wei4 li3 jing4 duo1 xi3 lin2 men2 de5 nian2 di3 cheng2 ji4 dan1 you4 jia1 shang4 le5 yi4 mo3 liang4 se4 +006373 同时#2他#1透露#3,雷军#2近期#1也曾到#1点心#1团队#1拜访#4。 + tong2 shi2 ta1 tou4 lu4 lei2 jun1 jin4 qi1 ye3 ceng2 dao4 dian3 xin1 tuan2 dui4 bai4 fang3 +006374 在#1这个#1季节里#3,寒风#1凛冽#3、降雪#1频仍#3,人们#1活动#2受到#1诸多#1限制#4。 + zai4 zhe4 ge5 ji4 jie2 li3 han2 feng1 lin3 lie4 jiang4 xue3 pin2 reng2 ren2 men5 huo2 dong4 shou4 dao4 zhu1 duo1 xian4 zhi4 +006375 但#1阿灵顿#2现在#1却声称#3,她#1当初#1离职时#3“处于#2极其#1肮脏的#1状况#4”。 + dan4 a1 ling2 dun4 xian4 zai4 que4 sheng1 cheng1 ta1 dang1 chu1 li2 zhi2 shi2 chu3 yu2 ji2 qi2 ang1 zang1 de5 zhuang4 kuang4 +006376 唔#3,我#1明天#1就去#1剪头发#1好啦#4。 + wu2 wo3 ming2 tian1 jiu4 qu4 jian3 tou2 fa5 hao3 la5 +006377 过磅时#2小宋#1多了个#1心眼#3,将#1袋子#1下部的#1糖#2抠出来#1一尝#3,竟#1是盐#4。 + guo4 bang4 shi2 xiao3 song4 duo1 le5 ge5 xin1 yan3 jiang1 dai4 zi5 xia4 bu4 de5 tang2 kou1 chu1 lai2 yi4 chang2 jing4 shi4 yan2 +006378 现在#1看起来#3,“八字#3或许#1有一撇”了#4。 + xian4 zai4 kan4 qi3 lai2 ba1 zi4 huo4 xu2 you3 yi4 pie3 le5 +006379 你猜啊#2你猜啊#1你猜啊#3,你猜#1对了#1我就#1告诉你#4。 + ni3 cai1 a5 ni3 cai1 a5 ni3 cai1 a5 ni3 cai1 dui4 le5 wo3 jiu4 gao4 su5 ni3 +006380 这事儿#2就#1发生在#3葫芦岛#1抗战#1老兵#3宗占德#1身上#4。 + zhe4 shir4 jiu4 fa1 sheng1 zai4 hu2 lu5 dao3 kang4 zhan4 lao3 bing1 zong1 zhan4 de2 shen1 shang4 +006381 华盛顿#2当前的#1天气#1情况#3为#2雨夹雪#2伴随#1强阵风#4。 + hua2 sheng4 dun4 dang1 qian2 de5 tian1 qi4 qing2 kuang4 wei2 yu3 jia1 xue3 ban4 sui2 qiang2 zhen4 feng1 +006382 老师#3:痴迷于#1网络#1游戏#3会#1让人#1变的#1暴力#4。 + lao3 shi1 chi1 mi2 yu2 wang3 luo4 you2 xi4 hui4 rang4 ren2 bian4 de5 bao4 li4 +006383 和#1酒鬼酒#1相比#3,另有#1白酒#1企业#2在#1塑化剂#1风波中#3饱受#1考验#4。 + he2 jiu2 gui2 jiu3 xiang1 bi3 ling4 you3 bai2 jiu2 qi3 ye4 zai4 su4 hua4 ji4 feng1 bo1 zhong1 bao3 shou4 kao3 yan4 +006384 你在#1下边#1都#1干什么了#4? + ni3 zai4 xia4 bian5 dou1 gan4 shen2 me5 le5 +006385 能够#1拥有#1一套#1宽敞的#1新房#3,就#1成了#1一家人的#1心愿#4。 + neng2 gou4 yong1 you3 yi2 tao4 kuan1 chang3 de5 xin1 fang2 jiu4 cheng2 le5 yi4 jia1 ren2 de5 xin1 yuan4 +006386 巴希尔#1于#1同月#3在#1加沙#2接受了#1徒手#1杀人的#1训练#4。 + ba1 xi1 er3 yu2 tong2 yue4 zai4 jia1 sha1 jie1 shou4 le5 tu2 shou3 sha1 ren2 de5 xun4 lian4 +006387 靠#3!洗碗#1用的#1橡胶#1手套#4! + kao4 xi2 wan3 yong4 de5 xiang4 jiao1 shou3 tao4 +006388 但#1饶毅#3并#1没有#1指出#1名字#4。 + dan4 rao2 yi4 bing4 mei2 you2 zhi3 chu1 ming2 zi4 +006389 现场#1记者#1抛出#1一串#1问题#4。 + xian4 chang3 ji4 zhe3 pao1 chu1 yi2 chuan4 wen4 ti5 +006390 我#1身上的#1淤伤#2并非#1跌倒#4。 + wo3 shen1 shang4 de5 yu1 shang1 bing4 fei1 die1 dao3 +006391 受审时#3,阮某#1自认#1无罪#4。 + shou4 shen3 shi2 ruan2 mou3 zi4 ren4 wu2 zui4 +006392 左腿#1蜷着#3压在#1右腿#1上面#4。 + zuo2 tui3 quan2 zhe5 ya1 zai4 you4 tui3 shang4 mian4 +006393 头晕了吗#3?需要去#1医院吗#4? + tou2 yun1 le5 ma5 xu1 yao4 qu4 yi1 yuan4 ma5 +006394 对此#3,求雪女#2不愿#1回答#4。 + dui4 ci3 qiu2 xue2 nv3 bu2 yuan4 hui2 da2 +006395 然而#3,当天#1走得#1很拖沓#4。 + ran2 er2 dang4 tian1 zou3 de5 hen3 tuo1 ta5 +006396 不知道#2算#1怎么个#1情况#4。 + bu4 zhi1 dao4 suan4 zen3 me5 ge5 qing2 kuang4 +006397 我#1一直#1告诫#1自己#3要#1耐住#1寂寞#4。 + wo3 yi4 zhi2 gao4 jie4 zi4 ji3 yao4 nai4 zhu4 ji4 mo4 +006398 如果#2为权#1所累#3、为权#1所驭#3,就会#1成为#2权力的#1奴隶#3,为权#1所害#4。 + ru2 guo3 wei4 quan2 suo3 lei4 wei2 quan2 suo3 yu4 jiu4 hui4 cheng2 wei2 quan2 li4 de5 nu2 li4 wei2 quan2 suo3 hai4 +006399 两男子#1大概#1还没#1回过#1神来呢#3,就#1都被#1撸进了#4。 + liang3 nan2 zi3 da4 gai4 hai2 mei2 hui2 guo4 shen2 lai2 ne5 jiu4 dou1 bei4 lu1 jin4 le5 +006400 但#2专家#1提醒#3这样的#1月饼#1养生#3不靠谱#4。 + dan4 zhuan1 jia1 ti2 xing3 zhe4 yang4 de5 yue4 bing2 yang3 sheng1 bu2 kao4 pu3 +006401 我给的#1零用钱#3,他全#1攒着#1夹在#1书里#4。 + wo2 gei3 de5 ling2 yong4 qian2 ta1 quan2 zan3 zhe5 jia1 zai4 shu1 li3 +006402 随后#3,一位#1街坊#2将#1该女子#1拉入#1屋内#2关上#1大门#4。 + sui2 hou4 yi2 wei4 jie1 fang5 jiang1 gai1 nv2 zi3 la1 ru4 wu1 nei4 guan1 shang4 da4 men2 +006403 温家宝#2一大早#2来到了#2嘉祥县#2疃里镇#2贾桥村#4。 + wen1 jia1 bao3 yi2 da4 zao3 lai2 dao4 le5 jia1 xiang2 xian4 tuan2 li3 zhen4 jia3 qiao2 cun1 +006404 下一步#3,国家#2将#1按照#1积极#1稳妥#1原则#3,清理#1小产权房#4。 + xia4 yi2 bu4 guo2 jia1 jiang1 an4 zhao4 ji1 ji2 wen2 tuo3 yuan2 ze2 qing1 li3 xiao2 chan3 quan2 fang2 +006405 教练#2一节#1一节#3、一个#1节拍#2一个#1节拍地#3给#1我们#1抠动作#4。 + jiao4 lian4 yi4 jie2 yi4 jie2 yi2 ge5 jie2 pai1 yi2 ge5 jie2 pai1 de5 gei2 wo3 men5 kou1 dong4 zuo4 +006406 得手后#3,赃款#1俵分#3,手机#2则找#1二手店#1进行#1销赃#3,用#1这笔钱#1吃喝#4。 + de2 shou3 hou4 zang1 kuan3 biao4 fen1 shou3 ji1 ze2 zhao3 er4 shou3 dian4 jin4 xing2 xiao1 zang1 yong4 zhe4 bi3 qian2 chi1 he1 +006407 孙家#2就像是#1挨了#1闷棍#3,一时#2缓不过#1神来#4。 + sun1 jia1 jiu4 xiang4 shi4 ai2 le5 men4 gun4 yi4 shi2 huan3 bu2 guo4 shen2 lai2 +006408 相反#2她的#1女儿#2翟然慧#2身上#2不仅有#1文身#3,平时#1打扮#2也#1十分#1“惹火#4”。 + xiang1 fan3 ta1 de5 nv3 er2 zhai2 ran2 hui4 shen1 shang4 bu4 jin2 you3 wen2 shen1 ping2 shi2 da3 ban4 ye3 shi2 fen1 re2 huo3 +006409 事发时#3,当事#1皮卡#2与#1另一#1车辆#2准备#1加油#3,两者#1相距#1较远#4。 + shi4 fa1 shi2 dang1 shi4 pi2 ka2 yu3 ling4 yi4 che1 liang4 zhun3 bei4 jia1 you2 liang2 zhe3 xiang1 ju4 jiao4 yuan3 +006410 宝贝#1定投#1顾名#1思义#3,是#1父母#2给#1儿女#2购买的#1基金#1定投#4。 + bao3 bei4 ding4 tou2 gu4 ming2 si1 yi4 shi4 fu4 mu2 gei3 er2 nv3 gou4 mai3 de5 ji1 jin1 ding4 tou2 +006411 此案#2日前#1在#1郴州市#1北湖区#1人民#1法院#2开庭#1审理#4。 + ci3 an4 ri4 qian2 zai4 chen1 zhou1 shi4 bei3 hu2 qu1 ren2 min2 fa3 yuan4 kai1 ting2 shen2 li3 +006412 张春贤#2获悉#1网民#1意见后#3,通过#1论证#2及时#1爆破#1拆除了#1那根#1烟囱#4。 + zhang1 chun1 xian2 huo4 xi1 wang3 min2 yi4 jian4 hou4 tong1 guo4 lun4 zheng4 ji2 shi2 bao4 po4 chai1 chu2 le5 na4 gen1 yan1 cong1 +006413 我都#1折腾#1零碎了#3,可#1别再#1折腾了#4。 + wo3 dou1 zhe1 teng5 ling2 sui4 le5 ke3 bie2 zai4 zhe1 teng5 le5 +006414 忆起#1你#1病故的#1那一幕#3,爸爸#2肝肠#1寸断呀#4。 + yi4 qi2 ni3 bing4 gu4 de5 na4 yi2 mu4 ba4 ba5 gan1 chang2 cun4 duan4 ya5 +006415 有一回#3一个人#1打电话#1找她#3,她一#1接起#1电话#3,那边#1就#1大吼#1一声#3孽畜#4! + you3 yi4 hui2 yi2 ge5 ren2 da3 dian4 hua4 zhao3 ta1 ta1 yi4 jie1 qi3 dian4 hua4 na4 bian1 jiu4 da4 hou3 yi4 sheng1 nie4 chu4 +006416 我#1已经#2远走#1高飞#3,你们#1就#1不要#1再费劲#1找我了#4。 + wo2 yi3 jing1 yuan2 zou3 gao1 fei1 ni3 men5 jiu4 bu2 yao4 zai4 fei4 jin4 zhao2 wo3 le5 +006417 说到#2动情处#3,邢春英#3当庭#1洒泪#4。 + shuo1 dao4 dong4 qing2 chu4 xing2 chun1 ying1 dang1 ting2 sa3 lei4 +006418 上面#1涂满了#1甜甜#1酸酸的#1感情#4。 + shang4 mian4 tu2 man3 le5 tian2 tian2 suan1 suan1 de5 gan3 qing2 +006419 燕郊#3,踏上#2科学#1发展的#1新征程#4。 + yan1 jiao1 ta4 shang4 ke1 xue2 fa1 zhan3 de5 xin1 zheng1 cheng2 +006420 领导#2威信#1降低#3,党的#1形象#1受损#4。 + ling2 dao3 wei1 xin4 jiang4 di1 dang3 de5 xing2 xiang4 shou4 sun3 +006421 岑某#2见#1林海#1毁约#3,便#1不再#1理他#4。 + cen2 mou3 jian4 lin2 hai2 hui3 yue1 bian4 bu2 zai4 li3 ta1 +006422 侯某#2犯#1诈骗罪#3,免予#1刑事#1处罚#4。 + hou2 mou3 fan4 zha4 pian4 zui4 mian2 yu3 xing2 shi4 chu3 fa2 +006423 我#1最喜欢#1华尔街#3,听说#1世界上#2最#1优秀的人#2都#1聚集在#1这里#4。 + wo3 zui4 xi3 huan5 hua2 er3 jie1 ting1 shuo1 shi4 jie4 shang4 zui4 you1 xiu4 de5 ren2 dou1 ju4 ji2 zai4 zhe4 li3 +006424 他认为#3,这款#1游戏#1贬损了#1上海#1这座#1中华#1繁华#1都市的#1声誉#4。 + ta1 ren4 wei2 zhe4 kuan3 you2 xi4 bian2 sun3 le5 shang4 hai3 zhe4 zuo4 zhong1 hua2 fan2 hua2 du1 shi4 de5 sheng1 yu4 +006425 后#2经过#1与其#1家人#1沟通#3,最终#1决定#3为#1陈娟#2实施#2剖腹产#1手术#4。 + hou4 jing1 guo4 yu3 qi2 jia1 ren2 gou1 tong1 zui4 zhong1 jue2 ding4 wei4 chen2 juan1 shi2 shi1 pou1 fu4 chan2 shou3 shu4 +006426 邓州市委#1、市政府#3赞扬#1他们#1是一个#1光彩#1夺目的#1雷锋#1群体#4。 + deng4 zhou1 shi4 wei3 shi4 zheng4 fu3 zan4 yang2 ta1 men5 shi4 yi2 ge5 guang1 cai3 duo2 mu4 de5 lei2 feng1 qun2 ti3 +006427 被捕后#2直至#1返回#1瑞典前#3,瓦里#2被#1扣押在#1金边的#1拘留所内#4。 + bei4 bu3 hou4 zhi2 zhi4 fan3 hui2 rui4 dian3 qian2 wa2 li3 bei4 kou4 ya1 zai4 jin1 bian1 de5 ju1 liu2 suo3 nei4 +006428 家里#2摆设#1依旧#3,只是#1旁边的#1湖面#2“越来#1越干#4”。 + jia1 li2 bai3 she4 yi1 jiu4 zhi3 shi4 pang2 bian1 de5 hu2 mian4 yue4 lai2 yue4 gan1 +006429 所以#2有些#1熊猫的#1爪子#1很长#3,身上#2也有#1一些#1异味#4。 + suo2 yi2 you3 xie1 xiong2 mao1 de5 zhua3 zi5 hen3 chang2 shen1 shang4 ye2 you3 yi4 xie1 yi4 wei4 +006430 事实上#3,已有#1上海#1本土#1企业#2开始#1降价#1跑量#4。 + shi4 shi2 shang4 yi2 you3 shang4 hai3 ben2 tu2 qi3 ye4 kai1 shi3 jiang4 jia4 pao3 liang4 +006431 他#1有时#1窝在#1家里#3,有时#1松松#1垮垮#2跟在#1婶子#1后面#3,到#1县城#1上访#4。 + ta1 you3 shi2 wo1 zai4 jia1 li3 you3 shi2 song1 song1 kua2 kua3 gen1 zai4 shen3 zi5 hou4 mian4 dao4 xian4 cheng2 shang4 fang3 +006432 看到#2罗某#2已#1上钩#3,就带#1罗某#2到#1该宾馆#2五零二#1号房#4。 + kan4 dao4 luo2 mou2 yi3 shang4 gou1 jiu4 dai4 luo2 mou3 dao4 gai1 bin1 guan3 wu3 ling2 er4 hao4 fang2 +006433 最#1引人#1注目的#3,要算是#1总理府#1办公#1大楼#1门口#2那十来#1平方米的#1水稻田#4。 + zui4 yin3 ren2 zhu4 mu4 de5 yao4 suan4 shi4 zong2 li2 fu3 ban4 gong1 da4 lou2 men2 kou3 na4 shi2 lai5 ping2 fang1 mi3 de5 shui3 dao4 tian2 +006434 自从#2奶牛#1死去#3,我#1只能靠#1打点#1短工#1和#1借债#1过日子#4。 + zi4 cong2 nai3 niu2 si3 qu4 wo2 zhi3 neng2 kao4 da2 dian2 duan3 gong1 he2 jie4 zhai4 guo4 ri4 zi5 +006435 但#2这是个#1错觉#3,就#1犹如#1鸵鸟#2把头#2埋藏在#1沙子里#1一样#4。 + dan4 zhe4 shi4 ge5 cuo4 jue2 jiu4 you2 ru2 tuo2 niao2 ba3 tou2 mai2 cang2 zai4 sha1 zi5 li3 yi2 yang4 +006436 经查#3,该#1团伙#1成员#2全部#1是#3灞桥区#1洪庆#1街办的#1老乡#4。 + jing1 cha2 gai1 tuan2 huo3 cheng2 yuan2 quan2 bu4 shi4 ba4 qiao2 qu1 hong2 qing4 jie1 ban4 de5 lao3 xiang1 +006437 在#1爱的#1路上#3会有#1区电视台#1来做#1一个#1节目#3,另有#1教委#1之人#2下凡#1督导#4。 + zai4 ai4 de5 lu4 shang4 hui4 you3 qu1 dian4 shi4 tai2 lai2 zuo4 yi2 ge5 jie2 mu4 ling4 you3 jiao4 wei3 zhi1 ren2 xia4 fan2 du1 dao3 +006438 双方#2很快#1签订了#2二手房#1买卖#1合同#4。 + shuang1 fang1 hen3 kuai4 qian1 ding4 le5 er4 shou3 fang2 mai3 mai4 he2 tong5 +006439 我#1回头#2望望#1彝海#3,她#1似乎#1在#1微笑着#1絮语#4。 + wo3 hui2 tou2 wang4 wang4 yi2 hai3 ta1 si4 hu1 zai4 wei1 xiao4 zhe5 xu4 yu3 +006440 网络#2是否#1成为#1反腐#1倡廉的#1有力#1平台#4? + wang3 luo4 shi4 fou3 cheng2 wei2 fan2 fu3 chang4 lian2 de5 you3 li4 ping2 tai2 +006441 方太#1缘何#2能成为#1厨电#1领域的#1香饽饽#4? + fang1 tai4 yuan2 he2 neng2 cheng2 wei2 chu2 dian4 ling3 yu4 de5 xiang1 bo1 bo5 +006442 解决#2达尔#1富尔#1问题#3目前的#1困难#1何在#4? + jie3 jue2 da2 er3 fu4 er3 wen4 ti5 mu4 qian2 de5 kun4 nan2 he2 zai4 +006443 我们#1立即#1明白#3他是说#2只有#1一名#1歹徒#2,手里#1有枪#4。 + wo3 men5 li4 ji2 ming2 bai5 ta1 shi4 shuo1 zhi2 you3 yi4 ming2 dai3 tu2 shou2 li2 you3 qiang1 +006444 著名#1鉴宝#1专家#1马未都#2也#1提出了#1同样的#1质疑#4。 + zhu4 ming2 jian4 bao3 zhuan1 jia1 ma3 wei4 du1 ye3 ti2 chu1 le5 tong2 yang4 de5 zhi4 yi2 +006445 怀特说#3:不难啊#3,你#1找个#1印冥钞的#1地方#2不就#1可以了吗#4? + huai2 te4 shuo1 bu4 nan2 a5 ni2 zhao3 ge5 yin4 ming2 chao1 de5 di4 fang1 bu2 jiu4 ke2 yi3 le5 ma5 +006446 打扫完#2快#1好好#1歇一会#3,需要我#1放首歌#2给你#1鼓劲的话#3,就#1直接#1对我说#1歌名吧#4。 + da2 sao3 wan2 kuai4 hao3 hao1 xie1 yi2 hui4 xu1 yao4 wo3 fang4 shou3 ge1 gei2 ni2 gu3 jin4 de5 hua4 jiu4 zhi2 jie1 dui4 wo3 shuo1 ge1 ming2 ba5 +006447 这下子#2弄得#1大伙#1心里#2别别#1扭扭#3,大大#1扫了#1我们的#1玩兴#4。 + zhe4 xia4 zi5 nong4 de5 da4 huo3 xin1 li3 bie2 bie2 niu2 niu3 da4 da4 sao3 le5 wo3 men5 de5 wan2 xing4 +006448 记者#2随后#1问一个#1过路的#1农民#3:“你家#2分了#1衣服#1没有#4? + ji4 zhe3 sui2 hou4 wen4 yi2 ge5 guo4 lu4 de5 nong2 min2 ni3 jia1 fen1 le5 yi1 fu5 mei2 you3 +006449 人家#1都说#3俺把#1孩子#2带得#1很好#3,其实是#2俺#1拖累了#1孩子#4。 + ren2 jia1 dou1 shuo1 an2 ba3 hai2 zi5 dai4 de5 hen2 hao3 qi2 shi2 shi4 an3 tuo1 lei4 le5 hai2 zi5 +006450 该给#2祖宗#1和#1母亲#1烧纸了#3,他会#1来到#1长江边#4。 + gai1 gei2 zu3 zong1 he2 mu3 qin1 shao1 zhi3 le5 ta1 hui4 lai2 dao4 chang2 jiang1 bian1 +006451 都#1多少#1年了#3?铁树#2也该#1开花了吧#4? + dou1 duo1 shao3 nian2 le5 tie3 shu4 ye3 gai1 kai1 hua1 le5 ba5 +006452 媒体#1推测#3,事故#1原因#2与#1船只#1超载#1有关#4。 + mei2 ti3 tui1 ce4 shi4 gu4 yuan2 yin1 yu3 chuan2 zhi1 chao1 zai4 you3 guan1 +006453 天龙#1八部#1影视城#3,主人#2快带我#1去嘛#4。 + tian1 long2 ba1 bu4 ying3 shi4 cheng2 zhu3 ren2 kuai4 dai4 wo3 qu4 ma5 +006454 饿得#1实在#1不行#3,就趁#1天黑时#3用手#2捧些#1河水喝#4。 + e4 de5 shi2 zai4 bu4 xing2 jiu4 chen4 tian1 hei1 shi2 yong4 shou2 peng3 xie1 he2 shui3 he1 +006455 我在#1廊坊#1呆了#1一年半#4。 + wo3 zai4 lang2 fang2 dai1 le5 yi4 nian2 ban4 +006456 谁把#1车子#1停在#1这儿了#4? + shui2 ba3 che1 zi5 ting2 zai4 zher4 le5 +006457 只要#1一百块#1就#1够了吗#4? + zhi3 yao4 yi4 bai3 kuai4 jiu4 gou4 le5 ma5 +006458 握拳#2挥过去#3,软软的#4。 + wo4 quan2 hui1 guo4 qu4 ruan2 ruan3 de5 +006459 如果#1做官#3,就要跟#1企业#2撇清#1关系#4。 + ru2 guo3 zuo4 guan1 jiu4 yao4 gen1 qi3 ye4 pie3 qing1 guan1 xi5 +006460 父母#1散去后#3一屋子人#2一声#1不吭#3整理#1自己#1整齐得#2不需#1整理的#1东西#4。 + fu4 mu3 san4 qu4 hou4 yi4 wu1 zi5 ren2 yi4 sheng1 bu4 keng1 zheng2 li3 zi4 ji2 zheng3 qi2 de5 bu4 xu1 zheng2 li3 de5 dong1 xi5 +006461 绑匪#2给她#1穿上了#1自杀式#1炸弹#1背心#3,在#1营救#1人员#1到来时#1引爆#4。 + bang2 fei2 gei3 ta1 chuan1 shang4 le5 zi4 sha1 shi4 zha4 dan4 bei4 xin1 zai4 ying2 jiu4 ren2 yuan2 dao4 lai2 shi2 yin3 bao4 +006462 他#1八二年#1生#3,河北人#3,大学#1本科#1毕业生#4。 + ta1 ba1 er4 nian2 sheng1 he2 bei3 ren2 da4 xue2 ben3 ke1 bi4 ye4 sheng1 +006463 布什#2这篇#2国情#1咨文#3,标志着#2他#1总统#1任期#1结束#3或#1结尾#1阶段的#1开始#4。 + bu4 shi2 zhe4 pian1 guo2 qing2 zi1 wen2 biao1 zhi4 zhe5 ta1 zong2 tong3 ren4 qi1 jie2 shu4 huo4 jie2 wei3 jie1 duan4 de5 kai1 shi3 +006464 这是#1典型的#3“按下#1葫芦#2又起瓢#4”。 + zhe4 shi4 dian3 xing2 de5 an4 xia4 hu2 lu5 you4 qi3 piao2 +006465 很#1自然地#3,他#1也向#1对方#1笑笑#4。 + hen3 zi4 ran2 de5 ta1 ye3 xiang4 dui4 fang1 xiao4 xiao5 +006466 雨翔#2哇了#1一声#3,说#3这人#2写的#1情书#2和#1大学#1教授#1写的#1散文#1一样#4。 + yu3 xiang2 wa1 le5 yi4 sheng1 shuo1 zhe4 ren2 xie3 de5 qing2 shu1 he2 da4 xue2 jiao4 shou4 xie3 de5 san3 wen2 yi2 yang4 +006467 咱也#1不能#1老欠#1人家钱#1不还呀#4。 + zan2 ye3 bu4 neng2 lao3 qian4 ren2 jia1 qian2 bu4 huan2 ya5 +006468 为#1息事#1宁人#3,吴某#2爽快#1答应了#4。 + wei4 xi1 shi4 ning2 ren2 wu2 mou2 shuang3 kuai4 da1 ying4 le5 +006469 一转眼#2你都#1这么#1大了#4。 + yi4 zhuan2 yan2 ni3 dou1 zhe4 me5 da4 le5 +006470 但对#2“一吻#1定终身”的#1说法#3,孙允芳#1表示#3很值得#1质疑#4。 + dan4 dui4 yi4 wen3 ding4 zhong1 shen1 de5 shuo1 fa3 sun1 yun3 fang1 biao3 shi4 hen3 zhi2 de2 zhi4 yi2 +006471 当地#1政府的#1如意#1算盘#2岂不是#3鸡飞#1蛋打#2一场空#4? + dang1 di4 zheng4 fu3 de5 ru2 yi4 suan4 pan5 qi3 bu2 shi4 ji1 fei1 dan4 da3 yi4 chang3 kong1 +006472 大口#1钦村#1村民#2王国荣#3患#1股骨头#1坏死#3,家里#2极为#1贫困#4。 + da4 kou3 qin1 cun1 cun1 min2 wang2 guo2 rong2 huan4 gu2 gu3 tou5 huai4 si3 jia1 li3 ji2 wei2 pin2 kun4 +006473 它们#2船船#1相连#2、首尾#1衔接#3,组成了#1浩浩#1荡荡的#1船队#4。 + ta1 men5 chuan2 chuan2 xiang1 lian2 shou2 wei3 xian2 jie1 zu3 cheng2 le5 hao4 hao4 dang4 dang4 de5 chuan2 dui4 +006474 既然#2怎样#1都是#1融资#3,那么#1阿里#1巴巴#2很有#1可能#2继续#1放大#1胃口#4。 + ji4 ran2 zen3 yang4 dou1 shi4 rong2 zi1 na4 me5 a1 li3 ba1 ba1 hen2 you2 ke3 neng2 ji4 xu4 fang4 da4 wei4 kou3 +006475 但#2住了#1仅#1半年#3,哥哥#1又因#1风水#1问题#1搬离#3,迁回#1加多#1利山#1旧居#4。 + dan4 zhu4 le5 jin3 ban4 nian2 ge1 ge5 you4 yin1 feng1 shui3 wen4 ti2 ban1 li2 qian1 hui2 jia1 duo1 li4 shan1 jiu4 ju1 +006476 今天#2带#1四岁#1女儿#1到#1单位玩#3,一同事#1逗问她#3:丫头#3,你#1长得#1像谁啊#4? + jin1 tian1 dai4 si4 sui4 nv3 er2 dao4 dan1 wei4 wan2 yi4 tong2 shi4 dou4 wen4 ta1 ya1 tou5 ni2 zhang3 de5 xiang4 shui2 a5 +006477 在#1志愿者#1交接#1仪式上#3,陈毅骙#2亲自#1为#1母亲#2陈敏#1献花#4。 + zai4 zhi4 yuan4 zhe3 jiao1 jie1 yi2 shi4 shang4 chen2 yi4 jue2 qin1 zi4 wei4 mu3 qin1 chen2 min3 xian4 hua1 +006478 我爸#1常说#2是狗屎#1糊了#1眼睛#3才#1看上#1我妈的#3,你也#1是吗#4? + wo3 ba4 chang2 shuo1 shi4 gou2 shi3 hu2 le5 yan3 jing5 cai2 kan4 shang4 wo3 ma1 de5 ni2 ye3 shi4 ma5 +006479 为什么#2这么多#1景点#1扎堆#1涨价呢#4? + wei4 shen2 me5 zhe4 me5 duo1 jing2 dian3 zha1 dui1 zhang3 jia4 ne5 +006480 朋友#1劝道#3:是不是#2你#1自己#1有问题啊#4。 + peng2 you5 quan4 dao4 shi4 bu2 shi4 ni3 zi4 ji2 you3 wen4 ti2 a5 +006481 瞧瞧你#3,年纪#1不大#3,皱纹#1倒不少#4! + qiao2 qiao5 ni3 nian2 ji4 bu2 da4 zhou4 wen2 dao4 bu4 shao3 +006482 李恩平#1称#3,存量#1供给#2进一步#1积累#4。 + li3 en1 ping2 cheng1 cun2 liang4 gong1 ji3 jin4 yi2 bu4 ji1 lei3 +006483 她是#1一名#1夜总会的#1舞娘#3,艺名#1“鲁比#4”。 + ta1 shi4 yi4 ming2 ye4 zong3 hui4 de5 wu3 niang2 yi4 ming2 lu2 bi3 +006484 小红#3,你在#1锅底下#1点#1蜡烛了吗#4? + xiao3 hong2 ni3 zai4 guo1 di3 xia4 dian3 la4 zhu5 le5 ma5 +006485 好在#1蜜雪儿#2想到了#1好莱乌#1博物馆#4。 + hao3 zai4 mi4 xue3 er2 xiang3 dao4 le5 hao3 lai2 wu1 bo2 wu4 guan3 +006486 官兵们#2肩扛#1手抬#3,扛着#1冲锋舟#3,踩着#1泥泞#3急步#2向#1港边村#1开进#4。 + guan1 bing1 men5 jian1 kang2 shou3 tai2 kang2 zhe5 chong1 feng1 zhou1 cai3 zhe5 ni2 ning4 ji2 bu4 xiang4 gang3 bian1 cun1 kai1 jin4 +006487 绕#2、落#2、回#3,是#2嫦娥#1探月的#1三部曲#4。 + rao4 luo4 hui2 shi4 chang2 e2 tan4 yue4 de5 san1 bu4 qu3 +006488 董#1一进门#1就要钱#3,但其#1公公说#2手里#1没钱#4。 + dong3 yi2 jin4 men2 jiu4 yao4 qian2 dan4 qi2 gong1 gong5 shuo1 shou2 li3 mei2 qian2 +006489 马英雪的#1电话为#3幺五八#1三二八#1七七#1二四六#4。 + ma3 ying1 xue3 de5 dian4 hua4 wei2 yao1 wu3 ba1 san1 er4 ba1 qi1 qi1 er4 si4 liu4 +006490 没空#1算了#3,不给#1你了#4! + mei2 kong4 suan4 le5 bu4 gei2 ni3 le5 +006491 老人#2终身#1未婚#3,无儿#1无女#4。 + lao3 ren2 zhong1 shen1 wei4 hun1 wu2 er2 wu2 nv3 +006492 常年#2生活在#1黄河#1北岸的#1马努海#3,个头#1不高#4。 + chang2 nian2 sheng1 huo2 zai4 huang2 he2 bei3 an4 de5 ma2 nu2 hai3 ge4 tou5 bu4 gao1 +006493 要#1提高#2短缺#1品种#1产量#4。 + yao4 ti2 gao1 duan3 que1 pin2 zhong2 chan3 liang4 +006494 在#1救灾#1复产#1工作#1方法上#3要#1有主#1有次#3,不能#2眉毛#1胡子#1一把抓#4。 + zai4 jiu4 zai1 fu4 chan3 gong1 zuo4 fang1 fa3 shang4 yao4 you2 zhu2 you3 ci4 bu4 neng2 mei2 mao5 hu2 zi5 yi4 ba3 zhua1 +006495 早上#2一#1小情侣#1打赌#3,在#1大厦#1窗外#2喊#1自己#1叫什么#3,自己#1是猪#2之类的话#4! + zao3 shang5 yi4 xiao3 qing2 lv3 da2 du3 zai4 da4 sha4 chuang1 wai4 han3 zi4 ji3 jiao4 shen2 me5 zi4 ji3 shi4 zhu1 zhi1 lei4 de5 hua4 +006496 她们#1想知道#3,刘大成#1在外面#2究竟#2能火成#1啥样子#4。 + ta1 men5 xiang3 zhi1 dao4 liu2 da4 cheng2 zai4 wai4 mian4 jiu1 jing4 neng2 huo3 cheng2 sha2 yang4 zi5 +006497 纵观#2浮华#1娱乐圈#3,女明星#1不少#3,但#1天生#1文艺#1范儿的#2却不多#4。 + zong4 guan1 fu2 hua2 yu2 le4 quan1 nv3 ming2 xing1 bu4 shao3 dan4 tian1 sheng1 wen2 yi4 fanr4 de5 que4 bu4 duo1 +006498 杀人后#3,刘某#1回家#1还#1装模#1作样#3,主动#1出去#1找人#4。 + sha1 ren2 hou4 liu2 mou3 hui2 jia1 hai2 zhuang1 mu2 zuo4 yang4 zhu3 dong4 chu1 qu4 zhao3 ren2 +006499 另外#1一个#2让#1夫妻俩#1发愁的#1是#1医疗费#2已#1捉襟#1见肘#4。 + ling4 wai4 yi2 ge5 rang4 fu1 qi1 lia3 fa1 chou2 de5 shi4 yi1 liao2 fei4 yi3 zhuo1 jin1 jian4 zhou3 +006500 日本#1寺院#2和#1神社#3均会在#1“大晦日#2”举行#1撞钟#1仪式#4。 + ri4 ben3 si4 yuan4 he2 shen2 she4 jun1 hui4 zai4 da4 hui4 ri4 ju3 xing2 zhuang4 zhong1 yi2 shi4 +006501 日子#1一天天#1过去#3,她#1越发#1焦虑#4。 + ri4 zi5 yi4 tian1 tian1 guo4 qu5 ta1 yue4 fa1 jiao1 lv4 +006502 因#1被人#1讨债#3,张某#1萌生#2抢劫#1念头#4。 + yin1 bei4 ren2 tao3 zhai4 zhang1 mou3 meng2 sheng1 qiang3 jie2 nian4 tou5 +006503 你的帅#2如此#1与众#1不同#3,像把#1整个#1宇宙#2都#1装进了#1你的#1双眼中#4。 + ni3 de5 shuai4 ru2 ci2 yu3 zhong4 bu4 tong2 xiang4 ba2 zheng3 ge4 yu3 zhou4 dou1 zhuang1 jin4 le5 ni3 de5 shuang1 yan3 zhong1 +006504 我#1明白了#3,您是#1让我#1向您#1一样#1友好的#1对待#1身边#1每一个#1人吗#4? + wo3 ming2 bai5 le5 nin2 shi4 rang4 wo3 xiang4 nin2 yi2 yang4 you2 hao3 de5 dui4 dai4 shen1 bian1 mei3 yi2 ge4 ren2 ma5 +006505 九零幺#1室的火#2早已被#1扑灭#4。 + jiu3 ling2 yao1 shi4 de5 huo3 zao2 yi3 bei4 pu1 mie4 +006506 车站的#1问讯#1电话为#3八六四#2三三#1二三二#4。 + che1 zhan4 de5 wen4 xun4 dian4 hua4 wei2 ba1 liu4 si4 san1 san1 er4 san1 er4 +006507 大动脉#2频繁#1梗阻#3,张家口#2首当#1其冲#4。 + da4 dong4 mai4 pin2 fan2 geng2 zu3 zhang1 jia1 kou3 shou3 dang1 qi2 chong1 +006508 是不是#2都只是#1街边的#1小店#1小餐馆啊#4? + shi4 bu2 shi4 dou1 zhi3 shi4 jie1 bian1 de5 xiao3 dian4 xiao3 can1 guan3 a5 +006509 而#1这一天#3,恰是#1水灵的#1母亲#3“龙欣#1”产崽#4。 + er2 zhe4 yi4 tian1 qia4 shi4 shui3 ling2 de5 mu3 qin1 long2 xin1 chan2 zai3 +006510 据#1警方#1介绍#3,王琛#1交代称#2作案#1理由#2是#1苦无#1生活费#4。 + ju4 jing3 fang1 jie4 shao4 wang2 chen1 jiao1 dai4 cheng1 zuo4 an4 li3 you2 shi4 ku3 wu2 sheng1 huo2 fei4 +006511 可是#1今天#3她#1居然#1在某宝#2把#1保护壳#2和#1贴膜#1都#1买好了#4! + ke3 shi4 jin1 tian1 ta1 ju1 ran2 zai4 mou2 bao3 ba2 bao3 hu4 ke2 he2 tie1 mo2 dou1 mai2 hao3 le5 +006512 唱歌#2要唱#1最红的歌#3,红歌#3,在#1井冈山的#2苍山#1翠林里#1回荡#4。 + chang4 ge1 yao4 chang4 zui4 hong2 de5 ge1 hong2 ge1 zai4 jing3 gang1 shan1 de5 cang1 shan1 cui4 lin2 li3 hui2 dang4 +006513 部分#1学生#2随即#1出现了#2咳嗽#1、呕吐#1等症状#4。 + bu4 fen4 xue2 sheng1 sui2 ji2 chu1 xian4 le5 ke2 sou5 ou3 tu4 deng3 zheng4 zhuang4 +006514 但她#1伤口的#1疼痛#1依旧#3,不时#1发出#1哼哼声#4。 + dan4 ta1 shang1 kou3 de5 teng2 tong4 yi1 jiu4 bu4 shi2 fa1 chu1 heng1 heng5 sheng1 +006515 是把#1生活的#1其他#1压力#3都#1转嫁到#1社保了#4? + shi4 ba3 sheng1 huo2 de5 qi2 ta1 ya1 li4 dou1 zhuan3 jia4 dao4 she4 bao3 le5 +006516 学生们#1为#1死者#2折叠了#1将近#1两万只#1千纸鹤#4。 + xue2 sheng1 men5 wei4 si2 zhe3 zhe2 die2 le5 jiang1 jin4 liang3 wan4 zhi1 qian1 zhi3 he4 +006517 事发地#2位于#2奉城镇#3冯家村#2六百#1二十六号#4。 + shi4 fa1 di4 wei4 yu2 feng4 cheng2 zhen4 feng2 jia1 cun1 liu4 bai3 er4 shi2 liu4 hao4 +006518 妹妹#1姓谢#3,姐姐#1当然#1姓谢了#4。 + mei4 mei5 xing4 xie4 jie3 jie5 dang1 ran2 xing4 xie4 le5 +006519 钟某#2在#1宾馆#1门口#1与#1债主#1拉扯#4。 + zhong1 mou3 zai4 bin1 guan3 men2 kou2 yu3 zhai4 zhu3 la1 che3 +006520 相关#1情况#3齐鲁网#2将#1继续#1追踪#4。 + xiang1 guan1 qing2 kuang4 qi2 lu2 wang3 jiang1 ji4 xu4 zhui1 zong1 +006521 程婴的#1内心#1过程#2比较#1难#1捉摸#4。 + cheng2 ying1 de5 nei4 xin1 guo4 cheng2 bi3 jiao4 nan2 zhuo1 mo1 +006522 小岛#1生活#2让#1格拉欣#2受益#1匪浅#4。 + xiao2 dao3 sheng1 huo2 rang4 ge2 la1 xin1 shou4 yi4 fei2 qian3 +006523 北广场#2停车位#1减少#3,拥堵#1加剧#4。 + bei3 guang2 chang3 ting2 che1 wei4 jian2 shao3 yong1 du3 jia1 ju4 +006524 身边#1要好的#1朋友#1和#1同事#3或许能#1带来#1意想#1不到的#1惊喜#4。 + shen1 bian1 yao4 hao3 de5 peng2 you5 he2 tong2 shi4 huo4 xu3 neng2 dai4 lai2 yi4 xiang3 bu2 dao4 de5 jing1 xi3 +006525 想笑#1就笑#3,想恼火#1就#1恼火#4。 + xiang3 xiao4 jiu4 xiao4 xiang3 nao2 huo3 jiu4 nao2 huo3 +006526 除了#1行政#1手段#1调控#3,购房#1信贷#2再度#1“卡紧#4”。 + chu2 le5 xing2 zheng4 shou3 duan4 tiao2 kong4 gou4 fang2 xin4 dai4 zai4 du4 ka2 jin3 +006527 那时#3,“泥鳅#2”还潜在#1泥里#3,苦心#1打造#1演讲稿#4。 + na4 shi2 ni2 qiu5 hai2 qian2 zai4 ni2 li3 ku3 xin1 da3 zao4 yan2 jiang2 gao3 +006528 这还#1不#1简单嘛#3,带着#1女友#2买买买#4! + zhe4 hai2 bu4 jian3 dan1 ma5 dai4 zhe5 nv2 you3 mai2 mai2 mai3 +006529 原来#2你也#1喜欢#1意境#1美美的#1唐诗呀#3,我#1以为#3只有#1我#1这样的#1女孩子#2才会#1喜欢#4。 + yuan2 lai2 ni2 ye2 xi3 huan1 yi4 jing4 mei2 mei3 de5 tang2 shi1 ya5 wo2 yi3 wei2 zhi2 you2 wo3 zhe4 yang4 de5 nv3 hai2 zi5 cai2 hui4 xi3 huan1 +006530 不想吃#3,闻见#1味了#1过敏#4! + bu4 xiang3 chi1 wen2 jian4 wei4 le5 guo4 min3 +006531 连#1上岗前#2培训#2、支#1摊儿的#1功夫#1都#1省了#3,这家#2可真能#1压缩#1成本#4。 + lian2 shang4 gang3 qian2 pei2 xun4 zhi1 tanr1 de5 gong1 fu5 dou1 sheng3 le5 zhe4 jia1 ke3 zhen1 neng2 ya1 suo1 cheng2 ben3 +006532 男子#2似乎#2有了点#1知觉#3,含糊#1不清地#2嘟哝了#1几句#4。 + nan2 zi3 si4 hu1 you3 le5 dian3 zhi1 jue2 han2 hu5 bu4 qing1 de5 du1 nong5 le5 ji3 ju4 +006533 新政#2实施后#3,奥赛#1获奖者#2也要#1参加#2高考#2、填报#1志愿#4。 + xin1 zheng4 shi2 shi1 hou4 ao4 sai4 huo4 jiang2 zhe3 ye3 yao4 can1 jia1 gao1 kao3 tian2 bao4 zhi4 yuan4 +006534 这些#1小岛#2都很#1宝贵呀#3,别#1糟蹋了#4。 + zhe4 xie1 xiao2 dao3 dou1 hen2 bao3 gui4 ya5 bie2 zao1 ta4 le5 +006535 土耳其#2长期#1以来#2一直#1存在着#1坚持#1和#1反对#1世俗#1原则的#1斗争#4。 + tu2 er3 qi2 chang2 qi1 yi3 lai2 yi4 zhi2 cun2 zai4 zhe5 jian1 chi2 he2 fan3 dui4 shi4 su2 yuan2 ze2 de5 dou4 zheng1 +006536 邹世龙的#1名字#3我#1只是#1听说#4。 + zou1 shi4 long2 de5 ming2 zi4 wo2 zhi3 shi4 ting1 shuo1 +006537 整个#1购物#1时间#3为#1三十一#1分钟#4。 + zheng3 ge4 gou4 wu4 shi2 jian1 wei2 san1 shi2 yi1 fen1 zhong1 +006538 我们#1完全#1犯不着#2对他#1不依#1不饶#4。 + wo3 men5 wan2 quan2 fan4 bu4 zhao2 dui4 ta1 bu4 yi1 bu4 rao2 +006539 这会#1成为#1布莱尔#1旋风的#1起点吗#4? + zhe4 hui4 cheng2 wei2 bu4 lai2 er3 xuan4 feng1 de5 qi2 dian3 ma5 +006540 把#1房地产#1作为#1投资#2也是#1不恰当的#3,国情#1不允许#4。 + ba3 fang2 di4 chan3 zuo4 wei2 tou2 zi1 ye3 shi4 bu2 qia4 dang4 de5 guo2 qing2 bu4 yun2 xu3 +006541 我们#1也#1曾经#1在屋里#1酣睡的#1时候#3被#1声音#1吓醒#4。 + wo3 men5 ye3 ceng2 jing1 zai4 wu1 li3 han1 shui4 de5 shi2 hou4 bei4 sheng1 yin1 xia4 xing3 +006542 岁月#2绝对#1不是#1杀猪刀#3,而是#1一名#2优秀的#1饲养员#4! + sui4 yue4 jue2 dui4 bu2 shi4 sha1 zhu1 dao1 er2 shi4 yi4 ming2 you1 xiu4 de5 si4 yang3 yuan2 +006543 裴某#1删除了#1邮件中#2助理#1医师#1考试#1内容后#3转发给#1表姐#1曹某#4。 + pei2 mou3 shan1 chu2 le5 you2 jian4 zhong1 zhu4 li3 yi1 shi1 kao3 shi4 nei4 rong2 hou4 zhuan3 fa1 gei3 biao2 jie3 cao2 mou3 +006544 看到#1孩子#1执拗的#1态度#3,辰辰妈#1心里#2也挺#1纠结#4。 + kan4 dao4 hai2 zi5 zhi2 niu4 de5 tai4 du4 chen2 chen5 ma1 xin1 li3 ye2 ting3 jiu1 jie2 +006545 据#1王先生#1介绍#3,哈士奇#1是#1唯一#1不会#1狗叫的#1犬类#4。 + ju4 wang2 xian1 sheng5 jie4 shao4 ha1 shi4 qi2 shi4 wei2 yi1 bu2 hui4 gou3 jiao4 de5 quan3 lei4 +006546 事情#1败露后#3,惠普#2变成了#2刺探#1隐私的#1侵权者#4。 + shi4 qing2 bai4 lu4 hou4 hui4 pu3 bian4 cheng2 le5 ci4 tan4 yin3 si1 de5 qin1 quan2 zhe3 +006547 今天#2在#1饭店#2见证了#1邻桌#1姑娘#1被#1搭讪的#1全程#4。 + jin1 tian1 zai4 fan4 dian4 jian4 zheng4 le5 lin2 zhuo1 gu1 niang5 bei4 da1 shan4 de5 quan2 cheng2 +006548 我#1毫不#1迟疑的#1迅速#1钻进去#3,那酸爽#2一辈子#1都#1忘不了#4。 + wo3 hao2 bu4 chi2 yi2 de5 xun4 su4 zuan1 jin4 qu4 na4 suan1 shuang3 yi2 bei4 zi5 dou1 wang4 bu4 liao3 +006549 今次#2发生#1如此#1严重的#1“人踩人#1”悲剧#3,可谓#2非常#1讽刺#4。 + jin1 ci4 fa1 sheng1 ru2 ci3 yan2 zhong4 de5 ren2 cai3 ren2 bei1 ju4 ke3 wei4 fei1 chang2 feng3 ci4 +006550 第三次#3医生#2再来#1问他的#1病情时#3,他说#1现在#1泻肚子#4。 + di4 san1 ci4 yi1 sheng1 zai4 lai2 wen4 ta1 de5 bing4 qing2 shi2 ta1 shuo1 xian4 zai4 xie4 du4 zi5 +006551 韩连明#1没有#1想到#3,张伯虎#2从此#1成了#1他在#1獒园#2轰都#1轰不走的#1看客#4。 + han2 lian2 ming2 mei2 you2 xiang3 dao4 zhang1 bo2 hu3 cong2 ci3 cheng2 le5 ta1 zai4 ao2 yuan2 hong1 dou1 hong1 bu4 zou3 de5 kan4 ke4 +006552 一日#1壁虎#1哀求道#3:你还是#1给我个#1痛快吧#3,我#1受不了啦#4。 + yi1 ri4 bi4 hu3 ai1 qiu2 dao4 ni3 hai2 shi4 gei2 wo3 ge5 tong4 kuai4 ba5 wo3 shou4 bu4 liao3 la5 +006553 是啊#2,是啊#3,谭总#3听说#1你混的#1不错啊#4。 + shi4 a5 shi4 a5 tan2 zong3 ting1 shuo1 ni3 hun4 de5 bu2 cuo4 a5 +006554 后#2方某#2先后#1被#1两辆#1轿车#2碾压#1致死#4。 + hou4 fang1 mou3 xian1 hou4 bei4 liang3 liang4 jiao4 che1 nian3 ya1 zhi4 si3 +006555 最#1荒唐的#1一起#1案例是#3“微博#1开房#1”事件#4。 + zui4 huang1 tang2 de5 yi4 qi3 an4 li4 shi4 wei1 bo2 kai1 fang2 shi4 jian4 +006556 他#1玩得#1不亦#1乐乎#3,接受#1采访时#2侃侃#1而谈#4。 + ta1 wan2 de5 bu2 yi4 le4 hu1 jie1 shou4 cai2 fang3 shi2 kan2 kan3 er2 tan2 +006557 我#1等你#1出差#1回来#4。 + wo3 deng2 ni3 chu1 chai1 hui2 lai5 +006558 淘宝#1一拆#1三后#3,它#1获得了#1最多的#1支持#4。 + tao2 bao3 yi1 chai1 san1 hou4 ta1 huo4 de2 le5 zui4 duo1 de5 zhi1 chi2 +006559 别跟我#1抢#1男朋友#4! + bie2 gen1 wo2 qiang3 nan2 peng2 you5 +006560 联系#1电话#3六四#1二幺#2二四#1六幺#3或#3幺二#1三二零#4。 + lian2 xi4 dian4 hua4 liu4 si4 er4 yao1 er4 si4 liu4 yao1 huo4 yao1 er4 san1 er4 ling2 +006561 徐静蕾#2与#1黄立行#4。 + xu2 jing4 lei3 yu3 huang2 li4 xing2 +006562 妈妈的#1一句话#2让我#1瞬间#1泪流#1满面#3:你#1啥时候#1回来#3咱家#2啥时候#1过年#4。 + ma1 ma5 de5 yi2 ju4 hua4 rang4 wo3 shun4 jian1 lei4 liu2 man3 mian4 ni3 sha2 shi2 hou4 hui2 lai5 zan2 jia1 sha2 shi2 hou5 guo4 nian2 +006563 每次#1听到#1偶像的#1声音#3,都#1兴奋#1起哄#4。 + mei3 ci4 ting1 dao4 ou3 xiang4 de5 sheng1 yin1 dou1 xing1 fen4 qi3 hong4 +006564 的确#3,巴菲特的#1醉翁#1之意#3,正是#1比亚迪的#1新能源#1技术#3及其#1广阔#1前景#4。 + di2 que4 ba1 fei1 te4 de5 zui4 weng1 zhi1 yi4 zheng4 shi4 bi3 ya4 di2 de5 xin1 neng2 yuan2 ji4 shu4 ji2 qi2 guang3 kuo4 qian2 jing3 +006565 律师法#2”已#1明确#1允许的#1“自行#1调查#1取证#3”也未#1纳入#4。 + lv4 shi1 fa3 yi3 ming2 que4 yun2 xu3 de5 zi4 xing2 diao4 cha2 qu3 zheng4 ye3 wei4 na4 ru4 +006566 保护#2棉农#1利益#3、增加#1棉农#1收入#3是#1棉花#2宏观#1调控的#1基本#1原则#4。 + bao3 hu4 mian2 nong2 li4 yi4 zeng1 jia1 mian2 nong2 shou1 ru4 shi4 mian2 hua1 hong2 guan1 tiao2 kong4 de5 ji1 ben3 yuan2 ze2 +006567 兰州#2黄河#1边上#2趸船#1较多#3,夏天#2多有#1市民#1在此#1休闲#1娱乐#4。 + lan2 zhou1 huang2 he2 bian1 shang4 dun3 chuan2 jiao4 duo1 xia4 tian1 duo1 you3 shi4 min2 zai4 ci3 xiu1 xian2 yu2 le4 +006568 贾宝玉#2初见#1林黛玉#2说的#1第一句#3是#2这个#1妹妹#3我曾#1见过的#4。 + jia2 bao3 yu4 chu1 jian4 lin2 dai4 yu4 shuo1 de5 di4 yi1 ju4 shi4 zhe4 ge5 mei4 mei5 wo3 ceng2 jian4 guo4 de5 +006569 一头#2利落#1短发#2配合#1干净的#1裤装#3,让#1黄奕#2显得#1自信#1满满#4。 + yi4 tou2 li4 luo4 duan3 fa4 pei4 he2 gan1 jing4 de5 ku4 zhuang1 rang4 huang2 yi4 xian3 de5 zi4 xin4 man2 man3 +006570 等到#1小飞#2跑进屋#1看时#3,小梅#2将#1小明#2按在#1地上#2,用脚#1跺着#4。 + deng3 dao4 xiao3 fei1 pao3 jin4 wu1 kan4 shi2 xiao3 mei2 jiang1 xiao3 ming2 an4 zai4 di4 shang4 yong4 jiao3 duo4 zhe5 +006571 上面#2用#1黄色#1油漆#3工工#1整整#2列出#1村财务的#2近百个#1具体#1项目#4。 + shang4 mian4 yong4 huang2 se4 you2 qi1 gong1 gong1 zheng2 zheng3 lie4 chu1 cun1 cai2 wu4 de5 jin4 bai3 ge4 ju4 ti3 xiang4 mu4 +006572 当前#2来自#1祖国#1四面#1八方的#1物资#3正在#1通过#1铁路#2运往#1灾区#4。 + dang1 qian2 lai2 zi4 zu3 guo2 si4 mian4 ba1 fang1 de5 wu4 zi1 zheng4 zai4 tong1 guo4 tie3 lu4 yun4 wang3 zai1 qu1 +006573 不然#3,恁热的#1天#2系个#1领带#3啷个#1受得了#4。 + bu4 ran2 nen4 re4 de5 tian1 xi4 ge5 ling3 dai4 lang2 ge5 shou4 de5 liao3 +006574 如果#2人民#1力量党#2参与#1舞弊的#1证据#1确凿#3,人民#1力量党#2将被#1解散#4。 + ru2 guo3 ren2 min2 li4 liang4 dang3 can1 yu4 wu3 bi4 de5 zheng4 ju4 que4 zao2 ren2 min2 li4 liang4 dang3 jiang1 bei4 jie3 san4 +006575 养犬人#2在#1住所内#2饲养#1犬只#3,应当#1有效#1控制#1犬只#1吠叫#4。 + yang2 quan3 ren2 zai4 zhu4 suo3 nei4 si4 yang2 quan3 zhi1 ying1 dang1 you3 xiao4 kong4 zhi4 quan3 zhi1 fei4 jiao4 +006576 那么#3,对#1日本#1而言#3,何种#1国家#1哲学#2才是#1必要的呢#4? + na4 me5 dui4 ri4 ben3 er2 yan2 he2 zhong3 guo2 jia1 zhe2 xue2 cai2 shi4 bi4 yao4 de5 ne5 +006577 但是#3,这座#2含着#1金钥匙#1出生的#1楼盘#2却#1命运#1多舛#4。 + dan4 shi4 zhe4 zuo4 han2 zhe5 jin1 yao4 shi5 chu1 sheng1 de5 lou2 pan2 que4 ming4 yun4 duo1 chuan3 +006578 我家#1小区的#1大门口#3,时常#2有几辆#1黑车#2在那儿#1“趴活儿#4”。 + wo3 jia1 xiao3 qu1 de5 da4 men2 kou3 shi2 chang2 you2 ji3 liang4 hei1 che1 zai4 nar4 pa1 huor2 +006579 带小孩#1太累了#3,什么#1都不懂#3还#1总要#1大人#1陪着玩#4。 + dai4 xiao3 hai2 tai4 lei4 le5 shen2 me5 dou1 bu4 dong3 hai2 zong3 yao4 da4 ren2 pei2 zhe5 wan2 +006580 大约#2晚上#2十一点#1左右#3,火#1开始向#1三十四楼#1蔓延#4。 + da4 yue1 wan3 shang4 shi2 yi1 dian2 zuo3 you4 huo3 kai1 shi3 xiang4 san1 shi2 si4 lou2 man4 yan2 +006581 律师#1提醒我#3从#1黄牛#1手中#1买票#3是#1违法#1行为#4。 + lv4 shi1 ti2 xing2 wo3 cong2 huang2 niu2 shou3 zhong1 mai3 piao4 shi4 wei2 fa3 xing2 wei2 +006582 两人#1更加#1当众#2做出#2搂抱#2、亲嘴#2、捏脸蛋#3和#1互喂#1食物#2等#1亲密#1动作#4。 + liang3 ren2 geng4 jia1 dang1 zhong4 zuo4 chu1 lou3 bao4 qin1 zui3 nie1 lian3 dan4 he2 hu4 wei4 shi2 wu4 deng3 qin1 mi4 dong4 zuo4 +006583 行动#1鲁莽的他#2常常被#1吴蔷#1骂得#1狗血#1淋头#3,但他#1却#1爱上#1吴蔷#4。 + xing2 dong4 lu2 mang3 de5 ta1 chang2 chang2 bei4 wu2 qiang2 ma4 de5 gou2 xie3 lin2 tou2 dan4 ta1 que4 ai4 shang4 wu2 qiang2 +006584 银行#1闹#1“钱荒#3”,鼓励#2提前#1还贷#2和#1揽储#3花样#1百出#4。 + yin2 hang2 nao4 qian2 huang1 gu3 li4 ti2 qian2 huan2 dai4 he2 lan2 chu3 hua1 yang4 bai3 chu1 +006585 连#1篱笆#3、花园#1枱凳#3及#1仙人掌#1等#1植物#2都#1全线#1倒塌#4。 + lian2 li2 ba5 hua1 yuan2 tai2 deng4 ji2 xian1 ren2 zhang2 deng3 zhi2 wu4 dou1 quan2 xian4 dao3 ta1 +006586 尽管#1如此#3,蔡赟#2并#1没有#1因为#1生活#1条件#1简陋#2而#1心灰#1意冷#4。 + jin2 guan3 ru2 ci3 cai4 yun1 bing4 mei2 you3 yin1 wei4 sheng1 huo2 tiao2 jian4 jian3 lou4 er2 xin1 hui1 yi4 leng3 +006587 我知道#2我#1并不#1完美#3,但我会#1很努力#2成为#1你的#1唯一#4。 + wo3 zhi1 dao4 wo3 bing4 bu4 wan2 mei3 dan4 wo3 hui4 hen2 nu3 li4 cheng2 wei2 ni3 de5 wei2 yi1 +006588 很多#1墓地#1销售处#3都#1组织#1客户#2听#1风水#1先生#1讲课#3,宣传#1风水#1知识#4。 + hen3 duo1 mu4 di4 xiao1 shou4 chu4 dou1 zu3 zhi1 ke4 hu4 ting1 feng1 shui3 xian1 sheng5 jiang3 ke4 xuan1 chuan2 feng1 shui3 zhi1 shi5 +006589 太阳#2照常#1升起#3,阳光#2依然#1灿烂#4。 + tai4 yang5 zhao4 chang2 sheng1 qi3 yang2 guang1 yi1 ran2 can4 lan4 +006590 事实#1证明#3,王长田#2这种#1以#1发行#1营销#1切入#2也是#1相当#1讨巧的#4。 + shi4 shi2 zheng4 ming2 wang2 chang2 tian2 zhe4 zhong2 yi3 fa1 xing2 ying2 xiao1 qie1 ru4 ye3 shi4 xiang1 dang1 tao2 qiao3 de5 +006591 此案#2在#1全厦门#3引发#2各方#1关注#4。 + ci3 an4 zai4 quan2 xia4 men2 yin3 fa1 ge4 fang1 guan1 zhu4 +006592 这些年#3,范姑娘#2一直#1很倔强#4。 + zhe4 xie1 nian2 fan4 gu1 niang5 yi4 zhi2 hen3 jue2 jiang4 +006593 生活#2不是#1缺少美#3,而是#1缺少了#1发现#1美的#1眼睛#3。加油哟#4。 + sheng1 huo2 bu2 shi4 que1 shao2 mei3 er2 shi4 que1 shao3 le5 fa1 xian4 mei3 de5 yan3 jing1 jia1 you2 yo5 +006594 此后#3,在#1老乡#2刘有余的#1怂恿下#3,齐石光#2沾染#1上了#1毒品#4。 + ci3 hou4 zai4 lao3 xiang1 liu2 you3 yu2 de5 song2 yong3 xia4 qi2 shi2 guang1 zhan1 ran3 shang4 le5 du2 pin3 +006595 那天#2穿制服的#1蜀黍#1来#1小区了#3,感觉#1都#1好帅#1好威风哦#4。 + na4 tian1 chuan1 zhi4 fu2 de5 shu3 shu2 lai2 xiao3 qu1 le5 gan3 jue2 dou1 hao3 shuai4 hao3 wei1 feng1 o5 +006596 吵吵#1闹闹#2让#1张女士#1受不了#3,她也怕#1影响到#2正在读#1高中的#1女儿#4。 + chao2 chao3 nao4 nao4 rang4 zhang1 nv3 shi4 shou4 bu4 liao3 ta1 ye3 pa4 ying2 xiang3 dao4 zheng4 zai4 du2 gao1 zhong1 de5 nv3 er2 +006597 殡仪馆#1对面#2是#1火葬场#4。 + bin4 yi2 guan3 dui4 mian4 shi4 huo3 zang4 chang3 +006598 这#1意味着#2风险#1隐患#1明显#4。 + zhe4 yi4 wei4 zhe5 feng1 xian2 yin3 huan4 ming2 xian3 +006599 如能将#2五分#1之一的#1“冗车#1”拍卖#3,无疑#1更#1符合#1民意#1期待#4。 + ru2 neng2 jiang1 wu3 fen1 zhi1 yi1 de5 rong3 che1 pai1 mai4 wu2 yi2 geng4 fu2 he2 min2 yi4 qi1 dai4 +006600 遇到#2横亘在#1脖子#1高度的#1电线#3,大家#1已经#1能够#1默契地#1提醒#1闪避#4。 + yu4 dao4 heng2 gen4 zai4 bo2 zi5 gao1 du4 de5 dian4 xian4 da4 jia1 yi3 jing1 neng2 gou4 mo4 qi4 de5 ti2 xing2 shan3 bi4 +006601 目前#2,管理方#2只得#1使用#2高压#1喷射的#1笨办法#4。 + mu4 qian2 guan2 li3 fang1 zhi3 de2 shi3 yong4 gao1 ya1 pen1 she4 de5 ben4 ban4 fa3 +006602 有#1报道称#3,该市#2“平坟#1复耕#1”工作#2已#1暂停#1推行#4。 + you3 bao4 dao4 cheng1 gai1 shi4 ping2 fen2 fu4 geng1 gong1 zuo4 yi3 zan4 ting2 tui1 xing2 +006603 这也是#2大学生#1协管员#2不好#1招聘的#1原因#4。 + zhe4 ye3 shi4 da4 xue2 sheng1 xie2 guan3 yuan2 bu4 hao3 zhao1 pin4 de5 yuan2 yin1 +006604 当天#3淘宝#1交易#1付款#3,发#1电子版#1照片#4。 + dang4 tian1 tao2 bao3 jiao1 yi4 fu4 kuan3 fa1 dian4 zi2 ban3 zhao4 pian4 +006605 一国#1两制的#1成功#3超乎#1我们的#1预期#4。 + yi4 guo2 liang3 zhi4 de5 cheng2 gong1 chao1 hu1 wo3 men5 de5 yu4 qi1 +006606 尸体#2经#1雨衣#1包裹#2,电线#1捆扎#3,被#1抱到了#1黄徐根的#2摩托车#1后座#4。 + shi1 ti3 jing1 yu3 yi1 bao1 guo3 dian4 xian4 kun3 zha1 bei4 bao4 dao4 le5 huang2 xu2 gen1 de5 mo2 tuo1 che1 hou4 zuo4 +006607 车辆#2冲关#2完了后#3,收费员#2才敢#1出岗亭#2将#1通道的#1栏杆#1扶正#4。 + che1 liang4 chong1 guan1 wan2 le5 hou4 shou1 fei4 yuan2 cai2 gan3 chu1 gang3 ting2 jiang1 tong1 dao4 de5 lan2 gan1 fu2 zheng4 +006608 消防#1官兵#2戴上#1手套#3,用#1火钩#2、扫把#2将蛇#2赶出#1床底#4。 + xiao1 fang2 guan1 bing1 dai4 shang4 shou3 tao4 yong4 huo3 gou1 sao4 ba5 jiang1 she2 gan3 chu1 chuang2 di3 +006609 从#1花土沟#2好不#1容易#1搭乘#1一辆#1解放#3,颠簸得#2我们#1不住#1想#1呕吐#4。 + cong2 hua1 tu3 gou1 hao3 bu4 rong2 yi4 da1 cheng2 yi2 liang4 jie3 fang4 dian1 bo3 de5 wo3 men5 bu2 zhu4 xiang2 ou3 tu4 +006610 今年#2在#1外包#1装上#3还#1首次#1有了#1防伪#1记号#4。 + jin1 nian2 zai4 wai4 bao1 zhuang1 shang4 hai2 shou3 ci4 you3 le5 fang2 wei3 ji4 hao4 +006611 这次#1协商#2没提#1辞退的#1事儿#3,光谈#1补偿#4。 + zhe4 ci4 xie2 shang1 mei2 ti2 ci2 tui4 de5 shir4 guang1 tan2 bu3 chang2 +006612 鼻孔里#2流出了#1鲜血#3,他#1赶紧#1下了楼#4。 + bi2 kong2 li3 liu2 chu1 le5 xian1 xue4 ta1 gan2 jin3 xia4 le5 lou2 +006613 两人#2在#1以色列#2、伊朗等#1中东#1政策上#2分歧#1颇多#4。 + liang3 ren2 zai4 yi3 se4 lie4 yi1 lang2 deng3 zhong1 dong1 zheng4 ce4 shang4 fen1 qi2 po1 duo1 +006614 不知道#1为什么#3,傻傻的#1白羊#2似乎#2总是有#1好运气#4。 + bu4 zhi1 dao4 wei4 shen2 me5 sha2 sha3 de5 bai2 yang2 si4 hu1 zong3 shi4 you2 hao3 yun4 qi4 +006615 随后#3,地方#1干部#2到#1中央#1部委#2履新的#1步伐#1加快#4。 + sui2 hou4 di4 fang1 gan4 bu4 dao4 zhong1 yang1 bu4 wei2 lv3 xin1 de5 bu4 fa2 jia1 kuai4 +006616 两名#1劫匪#1离店时#3将#1他们#1捆绑#2并用#1胶带#1封嘴后#1逃离#4。 + liang3 ming2 jie2 fei3 li2 dian4 shi2 jiang1 ta1 men5 kun2 bang3 bing4 yong4 jiao1 dai4 feng1 zui3 hou4 tao2 li2 +006617 可口#1可乐#3和#1中国的#1未来#1发展#2将#1融为#1一体#4。 + ke2 kou2 ke3 le4 he2 zhong1 guo2 de5 wei4 lai2 fa1 zhan3 jiang1 rong2 wei2 yi4 ti3 +006618 这对#1中心#1城的#1污染#1影响#2就要#1小一些#4。 + zhe4 dui4 zhong1 xin1 cheng2 de5 wu1 ran3 ying2 xiang3 jiu4 yao4 xiao3 yi4 xie1 +006619 他们#1对#1学校的#1榜样#1教育#2评价#1如何#4? + ta1 men5 dui4 xue2 xiao4 de5 bang3 yang4 jiao4 yu4 ping2 jia4 ru2 he2 +006620 与之#1伴随的#2是#1那只#1藏獒的#1吼叫#4。 + yu3 zhi1 ban4 sui2 de5 shi4 na4 zhi1 zang4 ao2 de5 hou3 jiao4 +006621 车主#2扯着#1黄董#1不放#3,要求#1赔偿#4。 + che1 zhu2 che3 zhe5 huang2 dong3 bu2 fang4 yao1 qiu2 pei2 chang2 +006622 钟灵#1岔开#1鬼话题#3:这#1地方#2赌钱的#1人#1很多啊#4! + zhong1 ling2 cha4 kai1 gui3 hua4 ti2 zhe4 di4 fang1 du3 qian2 de5 ren2 hen3 duo1 a5 +006623 天空#2飘起了#1蒙蒙#1细雨#3,北川#1老县城#3笼罩在#1一片#1雾霭里#4。 + tian1 kong1 piao1 qi3 le5 meng2 meng2 xi4 yu3 bei3 chuan1 lao3 xian4 cheng2 long3 zhao4 zai4 yi2 pian4 wu4 ai2 li3 +006624 营救#1工作#3让#1智利#1总统#2皮涅拉#3支持率#1大涨#4。 + ying2 jiu4 gong1 zuo4 rang4 zhi4 li4 zong2 tong3 pi2 nie4 la1 zhi1 chi2 lv4 da4 zhang3 +006625 我#1平时#1不玩#1微博的#3,我说诶#3,微博上#2真的#1有我的#1照片#4。 + wo3 ping2 shi2 bu4 wan2 wei1 bo2 de5 wo3 shuo1 ei5 wei1 bo2 shang4 zhen1 de5 you2 wo3 de5 zhao4 pian4 +006626 番禺#2此项#1政策#3,自然#1受到#2外来#1务工#1家庭的#1追捧#4。 + pan1 yu2 ci3 xiang4 zheng4 ce4 zi4 ran2 shou4 dao4 wai4 lai2 wu4 gong1 jia1 ting2 de5 zhui1 peng3 +006627 在#1我国#1地方#1种猪里#3,荣昌猪#2是#1其中的#1佼佼者#4。 + zai4 wo3 guo2 di4 fang1 zhong3 zhu1 li3 rong2 chang1 zhu1 shi4 qi2 zhong1 de5 jiao2 jiao2 zhe3 +006628 最后#3陈燃#2挑选了#1两套#2风格#1迥然#1不同的#1服饰#4。 + zui4 hou4 chen2 ran2 tiao1 xuan3 le5 liang3 tao4 feng1 ge2 jiong3 ran2 bu4 tong2 de5 fu2 shi4 +006629 郭晋安#2与#1太太#1都#1表示#1很满足#3,计划#3不再要#1孩子#4。 + guo1 jin4 an1 yu3 tai4 tai5 dou1 biao3 shi4 hen2 man3 zu2 ji4 hua4 bu2 zai4 yao4 hai2 zi5 +006630 官方#1数据#1显示#3,点心#1累积#1用户#1规模#3达到#2一百万#4。 + guan1 fang1 shu4 ju4 xian3 shi4 dian3 xin1 lei3 ji1 yong4 hu4 gui1 mo2 da2 dao4 yi4 bai3 wan4 +006631 在#1队伍#1最前面的#2是#1身穿#1“零零一”号#1囚服的#1赵凤林#4。 + zai4 dui4 wu3 zui4 qian2 mian4 de5 shi4 shen1 chuan1 ling2 ling2 yi1 hao4 qiu2 fu2 de5 zhao4 feng4 lin2 +006632 张蕊说#3,外公#2还#1特别#1喜欢#1逛街#3,经常到#1春熙路#1逛#4。 + zhang1 rui3 shuo1 wai4 gong1 hai2 te4 bie2 xi3 huan1 guang4 jie1 jing1 chang2 dao4 chun1 xi1 lu4 guang4 +006633 这#1恐怕#1是#2国际#1航空业#3必须#1认真#1面对的#1严峻#1现实#4。 + zhe4 kong3 pa4 shi4 guo2 ji4 hang2 kong1 ye4 bi4 xu1 ren4 zhen1 mian4 dui4 de5 yan2 jun4 xian4 shi2 +006634 检方#1认为#3,杨春妹#2涉嫌#1贪污罪#3和#1挪用#1公款罪#4。 + jian3 fang1 ren4 wei2 yang2 chun1 mei4 she4 xian2 tan1 wu1 zui4 he2 nuo2 yong4 gong1 kuan3 zui4 +006635 墙上#1告示#1未能#1说明#3,马桶的#1上述#1花哨#1功能#3会#1消耗#1多少#1电量#4。 + qiang2 shang4 gao4 shi4 wei4 neng2 shuo1 ming2 ma2 tong3 de5 shang4 shu4 hua1 shao4 gong1 neng2 hui4 xiao1 hao4 duo1 shao3 dian4 liang4 +006636 中国#1人民#1保钓#2同仇#1敌忾#2,众志#1成城#3,反映#2民心#1可畏#3,民气#1可用#4。 + zhong1 guo2 ren2 min2 bao3 diao4 tong2 chou2 di2 kai4 zhong4 zhi4 cheng2 cheng2 fan3 ying4 min2 xin1 ke3 wei4 min2 qi4 ke3 yong4 +006637 你#1溜达#1溜达#1赶紧#1出去#3,你#1已经在#1违法啦#4。 + ni3 liu1 da5 liu1 da5 gan2 jin3 chu1 qu4 ni2 yi3 jing1 zai4 wei2 fa3 la5 +006638 光知道#1自个儿#1抽#3,也不快#1给老师#2点上#1一支#4! + guang1 zhi1 dao4 zi4 ger3 chou1 ye3 bu2 kuai4 gei2 lao3 shi1 dian3 shang4 yi4 zhi1 +006639 这名#1凶手#2携带#1手枪#3,他#1杀人#1不眨眼#3,并且#2枪法#1精准#2、身处#1闹市#4。 + zhe4 ming2 xiong1 shou3 xie2 dai4 shou3 qiang1 ta1 sha1 ren2 bu4 zha2 yan3 bing4 qie3 qiang1 fa3 jing1 zhun3 shen1 chu3 nao4 shi4 +006640 我的#1肩膀#1借你#1用用吧#3,没事#3,一切#1都会#1好起来的#4。 + wo3 de5 jian1 bang3 jie4 ni3 yong4 yong4 ba5 mei2 shi4 yi2 qie4 dou1 hui4 hao2 qi3 lai2 de5 +006641 但是#2默多克#1同时#1表示#3,希望#1大家#2放#1王子#1一马#3“让他#1喘口气#4”。 + dan4 shi4 mo4 duo1 ke4 tong2 shi2 biao3 shi4 xi1 wang4 da4 jia1 fang4 wang2 zi3 yi4 ma3 rang4 ta1 chuan2 kou3 qi4 +006642 父亲的#1耳濡#1目染#3让#1西贝#1柳斯#2从小#1对政治#2产生了#1兴趣#4。 + fu4 qin1 de5 er3 ru2 mu4 ran3 rang4 xi1 bei4 liu3 si1 cong2 xiao3 dui4 zheng4 zhi4 chan3 sheng1 le5 xing4 qu4 +006643 难道#3我是#1一只#1机器#1狗狗嘛#3?那#1晚安吧#4! + nan2 dao4 wo3 shi4 yi4 zhi1 ji1 qi4 gou3 gou5 ma5 na4 wan3 an1 ba5 +006644 工人#2只能#1爬着#1下去#1采掘#3,再用#1篓子#2把煤#1拉出来#4。 + gong1 ren2 zhi3 neng2 pa2 zhe5 xia4 qu4 cai3 jue2 zai4 yong4 lou3 zi5 ba3 mei2 la1 chu1 lai5 +006645 我#1可以#2语音#1点播#1歌曲#3、查天气#3、设置#1提醒#3、播放#2有声#1内容#3,还能#1陪聊#4。 + wo3 ke2 yi2 yu3 yin1 dian3 bo1 ge1 qu3 cha2 tian1 qi4 she4 zhi4 ti2 xing3 bo1 fang4 you3 sheng1 nei4 rong2 hai2 neng2 pei2 liao2 +006646 随后#3,侦查员#2立即#1前往#1赵启凡#3位于#1阿城的#1家中#3对其#1进行#1抓捕#4。 + sui2 hou4 zhen1 cha2 yuan2 li4 ji2 qian2 wang3 zhao4 qi3 fan2 wei4 yu2 a1 cheng2 de5 jia1 zhong1 dui4 qi2 jin4 xing2 zhua1 bu3 +006647 可以#1这么说#3,许多人的#1失败#3,都#1源自于#1那些#3一直#1麻醉着#1他的#1借口#4。 + ke2 yi3 zhe4 me5 shuo1 xu3 duo1 ren2 de5 shi1 bai4 dou1 yuan2 zi4 yu2 na4 xie1 yi4 zhi2 ma2 zui4 zhe5 ta1 de5 jie4 kou3 +006648 监察#1部门#1应该#1查查#4。 + jian1 cha2 bu4 men2 ying1 gai1 cha2 cha2 +006649 她#1说话时#3很嗲#2很温柔#3,还#1经常#1会很#1甜蜜地#1欢笑#4。 + ta1 shuo1 hua4 shi2 hen2 dia2 hen3 wen1 rou2 hai2 jing1 chang2 hui4 hen3 tian2 mi4 de5 huan1 xiao4 +006650 而在#1“担保#1公司#1”之间#3,资金#2也#1“拎来#1拎去#3”,彼此#1“救急#4”。 + er2 zai4 dan1 bao3 gong1 si1 zhi1 jian1 zi1 jin1 ye3 lin1 lai2 lin1 qu4 bi2 ci3 jiu4 ji2 +006651 刘芳#2被抓后#1交代#3,近#1四年来#3,她已#1骗婚#1三次#4。 + liu2 fang1 bei4 zhua1 hou4 jiao1 dai4 jin4 si4 nian2 lai2 ta1 yi3 pian4 hun1 san1 ci4 +006652 你#1思维#2很活跃#3,总能从#1多视角#1看待#1事物#3,从而#1解决#1一些#1很#1棘手的#1问题#4! + ni3 si1 wei2 hen3 huo2 yue4 zong3 neng2 cong2 duo1 shi4 jiao3 kan4 dai4 shi4 wu4 cong2 er2 jie3 jue2 yi4 xie1 hen3 ji2 shou3 de5 wen4 ti5 +006653 张羽#2一脸#1害羞#3,再#1轻声#1追问#3:那她说#1什么#4? + zhang1 yu3 yi4 lian3 hai4 xiu1 zai4 qing1 sheng1 zhui1 wen4 na4 ta1 shuo1 shen2 me5 +006654 司机#1陈发成#2腰部#1受伤#3,李秋先#2没有#1受伤#4。 + si1 ji1 chen2 fa1 cheng2 yao1 bu4 shou4 shang1 li3 qiu1 xian1 mei2 you3 shou4 shang1 +006655 一位#2少林#1小沙弥#3在#1塔林#1内的#1一座#1塔砖#1顶上#3练习#1少林#1童子功#4。 + yi2 wei4 shao4 lin2 xiao3 sha1 mi2 zai4 ta3 lin2 nei4 de5 yi2 zuo4 ta3 zhuan1 ding3 shang4 lian4 xi2 shao4 lin2 tong2 zi3 gong1 +006656 这股#1旋风#2也被#1刮到#1中国#3,多家#1大型#1互联网#1企业#1纷纷#1效仿#4。 + zhe4 gu3 xuan4 feng1 ye3 bei4 gua1 dao4 zhong1 guo2 duo1 jia1 da4 xing2 hu4 lian2 wang2 qi3 ye4 fen1 fen1 xiao4 fang3 +006657 一个#1小时后#3,被#1憋疼的#1苏先生#3才被#1获准#2下车#1小便#4。 + yi2 ge4 xiao3 shi2 hou4 bei4 bie1 teng2 de5 su1 xian1 sheng5 cai2 bei4 huo4 zhun3 xia4 che1 xiao3 bian4 +006658 可#1没想到#2能把#1招牌#1打到#1全国#4。 + ke3 mei2 xiang3 dao4 neng2 ba3 zhao1 pai2 da3 dao4 quan2 guo2 +006659 落实了#3,到#1目前#1为止#3,才卖#1出去#2几十#1万担#2新疆#1棉花#4。 + luo4 shi2 le5 dao4 mu4 qian2 wei2 zhi3 cai2 mai4 chu1 qu4 ji3 shi2 wan4 dan4 xin1 jiang1 mian2 hua5 +006660 千古#1虐恋#3,我劝他#1准备好#1纸巾#2再#1鼓足#1勇气#1打开#4。 + qian1 gu3 nve4 lian4 wo3 quan4 ta1 zhun3 bei4 hao2 zhi3 jin1 zai4 gu3 zu2 yong3 qi4 da3 kai1 +006661 姐#3,我在你#1眼里#2有#1那么#1猥琐吗#4? + jie2 wo3 zai4 ni3 yan2 li2 you3 na4 me5 wei2 suo3 ma5 +006662 李爹爹#1要求#2再度#1上街#1寻找#4。 + li3 die1 die5 yao1 qiu2 zai4 du4 shang4 jie1 xun2 zhao3 +006663 那时的#1村子#2远没#1现在#1热闹#4。 + na4 shi2 de5 cun1 zi5 yuan3 mei2 xian4 zai4 re4 nao4 +006664 这时#3,胡某#2屡屡#1催她#1还钱#4。 + zhe4 shi2 hu2 mou3 lv2 lv3 cui1 ta1 huan2 qian2 +006665 去#1世博园#1看看呀#3,非常#1热闹#4。 + qu4 shi4 bo2 yuan2 kan4 kan5 ya5 fei1 chang2 re4 nao5 +006666 现在#2真的是#3“西安娃#3,回来咧#4”。 + xian4 zai4 zhen1 de5 shi4 xi1 an1 wa2 hui2 lai5 lie5 +006667 于是#3,我#1赠旗#2表达#2感激#1之情#4。 + yu2 shi4 wo3 zeng4 qi2 biao3 da2 gan3 ji1 zhi1 qing2 +006668 其间#3,小宇#2一直被#1碾在#1车下#4。 + qi2 jian1 xiao2 yu3 yi4 zhi2 bei4 nian3 zai4 che1 xia4 +006669 把#1马路#1和#1公共#1卫生#1搞好了#4。 + ba2 ma3 lu4 he2 gong1 gong4 wei4 sheng1 gao2 hao3 le5 +006670 小邹#2在#1塑年堂#1做了#1一年多#4。 + xiao3 zou1 zai4 su4 nian2 tang2 zuo4 le5 yi4 nian2 duo1 +006671 如今#3,塞尔比#2成为#1第五位#1冠军#4。 + ru2 jin1 sai4 er2 bi3 cheng2 wei2 di4 wu3 wei4 guan4 jun1 +006672 又有#1多少#2是#1蜻蜓#1点水#1而止呢#4? + you4 you3 duo1 shao3 shi4 qing1 ting2 dian2 shui3 er2 zhi3 ne5 +006673 大通道#2才能#1支撑#2物流#1腾飞#4。 + da4 tong1 dao4 cai2 neng2 zhi1 cheng1 wu4 liu2 teng2 fei1 +006674 母亲#1看病的#1费用#2能#1报销吗#4? + mu3 qin1 kan4 bing4 de5 fei4 yong4 neng2 bao4 xiao1 ma5 +006675 赫夫曼#2对着#1镜头#2瞪眼#1鼓腮#3,还说#3“看这#1猴子#3”,非常#1可爱#4。 + he4 fu1 man4 dui4 zhe5 jing4 tou2 deng4 yan2 gu3 sai1 hai2 shuo1 kan4 zhe4 hou2 zi5 fei1 chang2 ke3 ai4 +006676 在#2不痛#1不痒中#3,九月#2就#1这样#1悄然#1来临#4。 + zai4 bu2 tong4 bu4 yang3 zhong1 jiu3 yue4 jiu4 zhe4 yang4 qiao3 ran2 lai2 lin2 +006677 路漫漫#1其#1修远兮#3,谁来#1帮你#1量#1距离#4。 + lu4 man4 man4 qi2 xiu1 yuan3 xi1 shui2 lai2 bang1 ni3 liang2 ju4 li2 +006678 不仅#1如此#3,它还#1会将#1毛巾#1拧干#3把脸#1擦干净#4。 + bu4 jin3 ru2 ci3 ta1 hai2 hui4 jiang1 mao2 jin1 ning3 gan1 ba2 lian3 ca1 gan1 jing4 +006679 三是#3进一步#1做好#1通风#1瓦斯#1管理#1工作#4。 + san1 shi4 jin4 yi2 bu4 zuo4 hao3 tong1 feng1 wa3 si1 guan2 li3 gong1 zuo4 +006680 昨天#1晚上#3,卡马#1水库#2发生#2垮坝#1事故#4。 + zuo2 tian1 wan3 shang4 ka2 ma2 shui3 ku4 fa1 sheng1 kua3 ba4 shi4 gu4 +006681 哪个#1领导#2敢于#1起用#1一个#2满口#1谀辞的#1小政客呢#4? + na3 ge4 ling2 dao2 gan3 yu2 qi3 yong4 yi2 ge4 man2 kou3 yu2 ci2 de5 xiao3 zheng4 ke4 ne5 +006682 面对#2机遇#1和#1挑战#3,我们的#1头脑#2要#1清醒#4。 + mian4 dui4 ji1 yu4 he2 tiao3 zhan4 wo3 men5 de5 tou2 nao3 yao4 qing1 xing3 +006683 她#1穿着#1黑色#1上衣#2以及#1牛仔裤#3,明显#1胖了#1很多#4。 + ta1 chuan1 zhe5 hei1 se4 shang4 yi1 yi3 ji2 niu2 zai3 ku4 ming2 xian3 pang4 le5 hen3 duo1 +006684 兔子#1病了#3,他给#1喂药#3,兔子#2吐了#1出来#4。 + tu4 zi5 bing4 le5 ta1 gei3 wei4 yao4 tu4 zi5 tu3 le5 chu1 lai2 +006685 采访中#3,小宇#2不停的#1撕咬着#1衣服#3,甚至#2还#1咬起了#1垃圾桶#4。 + cai2 fang3 zhong1 xiao2 yu3 bu4 ting2 de5 si1 yao3 zhe5 yi1 fu5 shen4 zhi4 hai2 yao2 qi3 le5 la1 ji1 tong3 +006686 在#1厦门港#2发展#1邮轮#1经济#3,空间#1巨大#4。 + zai4 xia4 men2 gang3 fa1 zhan3 you2 lun2 jing1 ji4 kong1 jian1 ju4 da4 +006687 也许#1是太#1陌生#3,也许#2实在#1感觉#1太无趣#4。 + ye2 xu3 shi4 tai4 mo4 sheng1 ye2 xu3 shi2 zai4 gan3 jue2 tai4 wu2 qu4 +006688 他们#2合力#1将#1绳索#2捆在#1对面#1山岭#1一棵#1大树上#4。 + ta1 men5 he2 li4 jiang1 sheng2 suo2 kun3 zai4 dui4 mian4 shan1 ling3 yi4 ke1 da4 shu4 shang4 +006689 三是#2加强#1跨境#1资金#1流动#1监测#1管理#4。 + san1 shi4 jia1 qiang2 kua4 jing4 zi1 jin1 liu2 dong4 jian1 ce4 guan2 li3 +006690 我#1刚要#1接话#3,外婆#1又#1补充了#1一句#3:男的#1女的#1都行#4! + wo3 gang1 yao4 jie1 hua4 wai4 po2 you4 bu3 chong1 le5 yi2 ju4 nan2 de5 nv3 de5 dou1 xing2 +006691 随后#2又因#1吸毒#1被#1警方#1查获#3,被#1民警#1送往#1郴州#2强制#1戒毒#4。 + sui2 hou4 you4 yin1 xi1 du2 bei4 jing3 fang1 cha2 huo4 bei4 min2 jing3 song4 wang3 chen1 zhou1 qiang2 zhi4 jie4 du2 +006692 记者#2问#1蜗牛#3:当时#1事故#2是#1怎样#1发生的#4? + ji4 zhe3 wen4 wo1 niu2 dang1 shi2 shi4 gu4 shi4 zen3 yang4 fa1 sheng1 de5 +006693 我们#1才明白#3这#1原来#2是从#2造纸#1原料#3——麦秸上#2抠下来的#1粮食#4。 + wo3 men5 cai2 ming2 bai5 zhe4 yuan2 lai2 shi4 cong2 zao4 zhi3 yuan2 liao4 mai4 jie1 shang4 kou1 xia4 lai2 de5 liang2 shi5 +006694 见#2呛水#1严重#3,他们#1为#1黄天#2做了#1人工#1呼吸#4。 + jian4 qiang4 shui3 yan2 zhong4 ta1 men5 wei4 huang2 tian1 zuo4 le5 ren2 gong1 hu1 xi1 +006695 国务院的#1深切#1关怀#1送到#1亲人的#1心坎上#4。 + guo2 wu4 yuan4 de5 shen1 qie4 guan1 huai2 song4 dao4 qin1 ren2 de5 xin1 kan3 shang4 +006696 黎耀祥#2、黄宗泽#3马上#1撇清#1自己#4。 + li2 yao4 xiang2 huang2 zong1 ze2 ma3 shang4 pie3 qing1 zi4 ji3 +006697 一旦#2审查#1通过#3,脸谱#1将#1进入#1路演#1环节#3,最后#1上市#1交易#4。 + yi2 dan4 shen3 cha2 tong1 guo4 lian2 pu3 jiang1 jin4 ru4 lu4 yan3 huan2 jie2 zui4 hou4 shang4 shi4 jiao1 yi4 +006698 这种#1体验#2一点儿#1也不#1直观#4。 + zhe4 zhong2 ti3 yan4 yi4 dianr2 ye3 bu4 zhi2 guan1 +006699 看你个#1没出息#1样儿#3,打小#1就#1离不开#1个#1女人#3,以后#1怎么混#4! + kan4 ni3 ge4 mei2 chu1 xi5 yangr4 da2 xiao3 jiu4 li2 bu4 kai1 ge5 nv3 ren2 yi3 hou4 zen3 me5 hun4 +006700 这样的#1段落#2多在#1腐朽#1不存的#1木柞墙#1地带#3,保存有#1壕堑#4。 + zhe4 yang4 de5 duan4 luo4 duo1 zai4 fu2 xiu3 bu4 cun2 de5 mu4 zha4 qiang2 di4 dai4 bao3 cun2 you3 hao2 qian4 +006701 爱儿#1心切的#1樊治容#2将#1马茂杰#1搂在#1怀里#3,希望#2他能#1康复#4。 + ai4 er2 xin1 qie4 de5 fan2 zhi4 rong2 jiang1 ma3 mao4 jie2 lou3 zai4 huai2 li3 xi1 wang4 ta1 neng2 kang1 fu4 +006702 盘中#1波动#1区间为#3六点#1一八#1零一#3至#2六点#1一八#1二六#4。 + pan2 zhong1 bo1 dong4 qu1 jian1 wei2 liu4 dian3 yi1 ba1 ling2 yi1 zhi4 liu4 dian3 yi1 ba1 er4 liu4 +006703 同时#3,广西#1侨办#2还向#1他们#1送上#1慰问金#4。 + tong2 shi2 guang3 xi1 qiao2 ban4 hai2 xiang4 ta1 men5 song4 shang4 wei4 wen4 jin1 +006704 凤凰#1卫视#2黄橙子#4。 + feng4 huang5 wei4 shi4 huang2 cheng2 zi5 +006705 加快#2万达#1广场#2、东牌楼#2、南湖#1广场#2等#1大型#1商业#1综合体#1建设#4。 + jia1 kuai4 wan4 da2 guang2 chang3 dong1 pai2 lou2 nan2 hu2 guang2 chang2 deng3 da4 xing2 shang1 ye4 zong2 he2 ti3 jian4 she4 +006706 相关#1情况#2都在#1他们#1那儿#3,你#1应该#1通过#1省#1药监局#2了解#1一下#1情况#4。 + xiang1 guan1 qing2 kuang4 dou1 zai4 ta1 men5 nar4 ni3 ying1 gai1 tong1 guo4 sheng3 yao4 jian1 ju2 liao2 jie3 yi2 xia4 qing2 kuang4 +006707 犬主#2将#1藏獒#1控制后#3,两名#1民警#2迅速#1被#1送往#1附近#1医院#4。 + quan2 zhu3 jiang1 zang4 ao2 kong4 zhi4 hou4 liang3 ming2 min2 jing3 xun4 su4 bei4 song4 wang3 fu4 jin4 yi1 yuan4 +006708 米拉#1麦斯#1高层#1认为#3迪士尼的#1禁令#3,超越#1原本的#1协议#4。 + mi3 la1 mai4 si1 gao1 ceng2 ren4 wei2 di2 shi4 ni2 de5 jin4 ling4 chao1 yue4 yuan2 ben3 de5 xie2 yi4 +006709 该局#1指出#3,在#1保存#2面部#1识别#1数据前#3,脸谱网#2应#1明确#1告知#1用户#4。 + gai1 ju2 zhi3 chu1 zai4 bao3 cun2 mian4 bu4 shi2 bie2 shu4 ju4 qian2 lian2 pu2 wang3 ying1 ming2 que4 gao4 zhi1 yong4 hu4 +006710 追上后#3,赵涛#2一把#1搂住#1男子的#1脖子#3,但没#1拉好#3,男子#1又跑了#4。 + zhui1 shang4 hou4 zhao4 tao1 yi4 ba2 lou3 zhu4 nan2 zi3 de5 bo2 zi5 dan4 mei2 la1 hao3 nan2 zi3 you4 pao3 le5 +006711 四个#1喷头#2,一字#1排开#3,地面#2还#1做了#1防滑#1处理#4。 + si4 ge4 pen1 tou2 yi1 zi4 pai2 kai1 di4 mian4 hai2 zuo4 le5 fang2 hua2 chu2 li3 +006712 畅游#1古文#1和#1明清#1小说#1一番后#3,李立群#1终于#1回神#3,还#1一个笑#4。 + chang4 you2 gu3 wen2 he2 ming2 qing1 xiao3 shuo1 yi4 fan1 hou4 li3 li4 qun2 zhong1 yu2 hui2 shen2 hai2 yi2 ge4 xiao4 +006713 但#2“广大#1人民#1群众#2”似乎#1并未#1“领情#3”,原因#1在哪#4? + dan4 guang3 da4 ren2 min2 qun2 zhong4 si4 hu1 bing4 wei4 ling3 qing2 yuan2 yin1 zai4 na3 +006714 福建#2由此#1拉响#2沿海#2和#1台湾#1海峡#1大风#1警报#4。 + fu2 jian4 you2 ci3 la1 xiang3 yan2 hai3 he2 tai2 wan1 hai3 xia2 da4 feng1 jing3 bao4 +006715 傅颖#2推出#1新书#1电子版#3,教人#2化妆#1及#1美容#4。 + fu4 ying3 tui1 chu1 xin1 shu1 dian4 zi2 ban3 jiao1 ren2 hua4 zhuang1 ji2 mei3 rong2 +006716 而在#1码头上#3,发生#1爆燃的#1运油船#2已#1不见#1踪影#4。 + er2 zai4 ma3 tou2 shang4 fa1 sheng1 bao4 ran2 de5 yun4 you2 chuan2 yi3 bu2 jian4 zong1 ying3 +006717 从#1医院#1逃跑#1之后#3,王小龙#2跑到了#1一个#1女粉友#2李某#1家中#4。 + cong2 yi1 yuan4 tao2 pao3 zhi1 hou4 wang2 xiao3 long2 pao3 dao4 le5 yi2 ge4 nv3 fen2 you3 li2 mou3 jia1 zhong1 +006718 在#1渡船上#3,孩子们#1吵着#1让#1邹芙容#2讲故事#4。 + zai4 du4 chuan2 shang4 hai2 zi5 men5 chao3 zhe5 rang4 zou1 fu2 rong2 jiang3 gu4 shi5 +006719 挨骂#1就#1挨骂#3,至少#1能#1听点#1新鲜的#4。 + ai2 ma4 jiu4 ai2 ma4 zhi4 shao3 neng2 ting1 dian3 xin1 xian1 de5 +006720 如#1起哄#1和丢#1矿泉水瓶#4。 + ru2 qi3 hong4 he2 diu1 kuang4 quan2 shui3 ping2 +006721 那我#1只好#2陪你#1一辈子啦#4。 + na4 wo3 zhi2 hao3 pei2 ni3 yi2 bei4 zi5 la5 +006722 我在#2速度#1搬亲#3不要#1着急#4。 + wo3 zai4 su4 du4 ban1 qin1 bu2 yao4 zhao2 ji2 +006723 这#1惹恼了#1芜湖#1有关#1方面#4。 + zhe4 re2 nao3 le5 wu2 hu2 you3 guan1 fang1 mian4 +006724 我要#1揭露#1那些#1肮脏的#1交易#4。 + wo3 yao4 jie1 lu4 na4 xie1 ang1 zang1 de5 jiao1 yi4 +006725 借条#2怎么#1“设计#2”,也有#1“学问#4”。 + jie4 tiao2 zen3 me5 she4 ji4 ye2 you3 xue2 wen4 +006726 开涮#1主持人#3,满脸#1得意#4。 + kai1 shuan4 zhu3 chi2 ren2 man2 lian3 de2 yi4 +006727 他#1奶奶#2躺在#1那儿#2动不了#4。 + ta1 nai3 nai5 tang3 zai4 nar4 dong4 bu4 liao3 +006728 掏#1再多的#1钱#2俺也#1不卖它#4。 + tao1 zai4 duo1 de5 qian2 an2 ye3 bu2 mai4 ta1 +006729 考古#1人员#1发掘#1鹅卵石#1路#4。 + kao2 gu3 ren2 yuan2 fa1 jue2 e2 luan3 shi2 lu4 +006730 一米#1六五#3,没让你#1失望吧#4? + yi4 mi3 liu4 wu3 mei2 rang4 ni3 shi1 wang4 ba5 +006731 鬼崽岭#1石像#1制作#1工艺#2及#1造型#1独特#2,十分#1罕见#4。 + gui2 zai2 ling3 shi2 xiang4 zhi4 zuo4 gong1 yi4 ji2 zao4 xing2 du2 te4 shi2 fen1 han3 jian4 +006732 结婚前#3,我老婆#2喜欢#1撒娇#3,结婚后#3就#1喜欢#1撒野了#4。 + jie2 hun1 qian2 wo2 lao3 po5 xi3 huan5 sa1 jiao1 jie2 hun1 hou4 jiu4 xi3 huan1 sa1 ye3 le5 +006733 大夫#1在为#1李秀英#2检查#1耳朵#4。 + dai4 fu5 zai4 wei4 li3 xiu4 ying1 jian3 cha2 er3 duo5 +006734 脚踩#1高跟鞋#2似乎#1也有点#1力不#1从心#3,不时#2扶着#1栏杆#1走路#4。 + jiao2 cai3 gao1 gen1 xie2 si4 hu1 ye3 you2 dian3 li4 bu4 cong2 xin1 bu4 shi2 fu2 zhe5 lan2 gan1 zou3 lu4 +006735 杨亨燮#3对#1中国#1国家#1广电#1总局#3赠与#2朝鲜#1先进#1设备#2表示#1感谢#4。 + yang2 heng1 xie4 dui4 zhong1 guo2 guo2 jia1 guang3 dian4 zong3 ju2 zeng4 yu3 chao2 xian3 xian1 jin4 she4 bei4 biao3 shi4 gan3 xie4 +006736 雷闯#1表示#3将#1继续#1向#2广东省#1卫生厅#2实名#1举报#1这些#1医院#4。 + lei2 chuang2 biao3 shi4 jiang1 ji4 xu4 xiang4 guang3 dong1 sheng3 wei4 sheng1 ting1 shi2 ming2 ju3 bao4 zhe4 xie1 yi1 yuan4 +006737 也许#2是见了#1生人#3,王昕宇#2“噌”地#1一下#1起身#3,拖着#1铁链#2朝卧室#1跑去#4。 + ye2 xu3 shi4 jian4 le5 sheng1 ren2 wang2 xin1 yu3 ceng1 de5 yi2 xia4 qi3 shen1 tuo1 zhe5 tie3 lian4 chao2 wo4 shi4 pao3 qu4 +006738 他#1无暇#2跟这个#1心情#1特别#1好的人#1纠缠#3,几次#1逼问#3,结果#1都未遂#4。 + ta1 wu2 xia2 gen1 zhe4 ge4 xin1 qing2 te4 bie2 hao3 de5 ren2 jiu1 chan2 ji3 ci4 bi1 wen4 jie2 guo3 dou1 wei4 sui4 +006739 往返于#2行政#1许可#1部门#1“跑审批”的#1焦急#1与#1等待#3,很多人#1都不#1陌生#4。 + wang2 fan3 yu2 xing2 zheng4 xu2 ke3 bu4 men2 pao2 shen3 pi1 de5 jiao1 ji2 yu2 deng3 dai4 hen3 duo1 ren2 dou1 bu2 mo4 sheng1 +006740 庐山#1别墅#2对外#1开放#1经营#3并非#1个别#4。 + lu2 shan1 bie2 shu4 dui4 wai4 kai1 fang4 jing1 ying2 bing4 fei1 ge4 bie2 +006741 随后#3,长棱镇#1派出所#1民警#2赶到#1现场#3,将#1女童#1接走#4。 + sui2 hou4 chang2 leng2 zhen4 pai4 chu1 suo3 min2 jing2 gan3 dao4 xian4 chang3 jiang1 nv3 tong2 jie1 zou3 +006742 然而#2,这场#2万众#1瞩目的#1艺考#3,也不是#1纯粹的#1娱乐#1和#1赏眼#4。 + ran2 er2 zhe4 chang3 wan4 zhong4 zhu3 mu4 de5 yi4 kao3 ye3 bu2 shi4 chun2 cui4 de5 yu2 le4 he2 shang2 yan3 +006743 全年#1营收#2增加#2百分之#1四十六点七#3,报#2三点#1六一二#1亿元#4。 + quan2 nian2 ying2 shou1 zeng1 jia1 bai3 fen1 zhi1 si4 shi2 liu4 dian3 qi1 bao4 san1 dian3 liu4 yi1 er4 yi4 yuan2 +006744 不过#3,这些#1狗狗#3只习惯#2跟在#1主人#1后面#3,很少#1“单溜#4”。 + bu2 guo4 zhe4 xie1 gou3 gou5 zhi3 xi2 guan4 gen1 zai4 zhu3 ren2 hou4 mian4 hen2 shao3 dan1 liu1 +006745 我#1没有#1给你#1写过信#3,因为#2我想#1保留#1这份#1记忆#2,这种#1感觉#4。 + wo3 mei2 you5 gei2 ni2 xie3 guo4 xin4 yin1 wei4 wo2 xiang2 bao3 liu2 zhe4 fen4 ji4 yi4 zhe4 zhong2 gan3 jue2 +006746 因为#2“老婆奴#1”长相#1不错#3,所以#1很多#2三四线#1女星#2都#1自动#1送上门#4。 + yin1 wei4 lao3 po2 nu2 zhang3 xiang4 bu2 cuo4 suo2 yi2 hen3 duo1 san1 si4 xian4 nv3 xing1 dou1 zi4 dong4 song4 shang4 men2 +006747 车出#1上海#2,公路#2像得了#1脚癣#2,坑洼#1不断#3,一车人#2跳得#1反胃#4。 + che1 chu1 shang4 hai3 gong1 lu4 xiang4 de2 le5 jiao2 xuan3 keng1 wa1 bu2 duan4 yi4 che1 ren2 tiao4 de5 fan3 wei4 +006748 岑洁仪#2在#1课里#2嫁得#1有情郎#3,二人#1年底#2将回#1香港#1补摆#1喜酒#4。 + cen2 jie2 yi2 zai4 ke4 li3 jia4 de2 you3 qing2 lang2 er4 ren2 nian2 di3 jiang1 hui2 xiang1 gang3 bu2 bai3 xi2 jiu3 +006749 男子#2神志#1不清#3,声称#2自己#1怀揣#1万元#1现金#3,现在#1有人#1要#1抓他#4。 + nan2 zi3 shen2 zhi4 bu4 qing1 sheng1 cheng1 zi4 ji3 huai2 chuai1 wan4 yuan2 xian4 jin1 xian4 zai4 you3 ren2 yao4 zhua1 ta1 +006750 杂志#2写到#1冇乜#1好写#3,下次#1就#1写我#1结婚#1生仔#3,我都#1跟不上#4。 + za2 zhi4 xie3 dao4 mei2 mie1 hao2 xie3 xia4 ci4 jiu4 xie2 wo3 jie2 hun1 sheng1 zai3 wo3 dou1 gen1 bu2 shang4 +006751 东路#2和#1西路#3,院落#1基本#1打开#3,游客#2可以#1进院#1赏景#3,隔窗#1观室#4。 + dong1 lu4 he2 xi1 lu4 yuan4 luo4 ji1 ben2 da3 kai1 you2 ke4 ke2 yi3 jin4 yuan4 shang2 jing3 ge2 chuang1 guan1 shi4 +006752 轻度#1污染#4。 + qing1 du4 wu1 ran3 +006753 熊女士#2被碾#1身亡#4。 + xiong2 nv3 shi4 bei4 nian3 shen1 wang2 +006754 奶奶#2还#1留在#1现场#4。 + nai3 nai5 hai2 liu2 zai4 xian4 chang3 +006755 良性#1互动#1戛然#1而止#4。 + liang2 xing4 hu4 dong4 jia2 ran2 er2 zhi3 +006756 我们#1等你#1回来哟#4。 + wo3 men5 deng2 ni3 hui2 lai5 yo5 +006757 会见#2在#1韩国#1总统府#1青瓦台#1举行#4。 + hui4 jian4 zai4 han2 guo2 zong2 tong2 fu3 qing1 wa3 tai2 ju3 xing2 +006758 美方#2有义务#1向#1捷克#1军方#3通报#2北约#2和#1美国#2使用#2反导#1系统的#1情况#4。 + mei3 fang1 you3 yi4 wu4 xiang4 jie2 ke4 jun1 fang1 tong1 bao4 bei3 yue1 he2 mei3 guo2 shi3 yong4 fan2 dao3 xi4 tong3 de5 qing2 kuang4 +006759 他的#1头脚#1被#1对折#3,头#1朝下#3塞在#1垃圾#1篓里#4。 + ta1 de5 tou2 jiao3 bei4 dui4 zhe2 tou2 chao2 xia4 sai1 zai4 la1 ji1 lou2 li3 +006760 李霞#2看到#1明晃晃的#1砍刀#3,心里#1十分#1害怕#4。 + li3 xia2 kan4 dao4 ming2 huang4 huang4 de5 kan3 dao1 xin1 li3 shi2 fen1 hai4 pa4 +006761 但是#2目前#1泽尻#2究竟在#1何处#1静养#3还不#1清楚#4。 + dan4 shi4 mu4 qian2 ze2 kao1 jiu1 jing4 zai4 he2 chu4 jing4 yang3 hai2 bu4 qing1 chu3 +006762 其实#3爆照的#1秘诀#3,就#1在于#1咱俩#1聊得#1有多欢#4。 + qi2 shi2 bao4 zhao4 de5 mi4 jue2 jiu4 zai4 yu2 zan2 lia3 liao2 de5 you3 duo1 huan1 +006763 我也想#1逃出去#3,但#1年纪#1大了#3,腿脚#1又#1不方便#4。 + wo2 ye2 xiang3 tao2 chu1 qu4 dan4 nian2 ji4 da4 le5 tui2 jiao3 you4 bu4 fang1 bian4 +006764 几个#1妇女#2闻声#2提着#1锄头#3、扁担等#2围了#1过去#4。 + ji3 ge5 fu4 nv3 wen2 sheng1 ti2 zhe5 chu2 tou5 bian3 dan4 deng3 wei2 le5 guo4 qu4 +006765 高昂的#1学费#2也是#1王万楹#1一家#2目前#1最#1焦心的事#4。 + gao1 ang2 de5 xue2 fei4 ye3 shi4 wang2 wan4 ying2 yi4 jia1 mu4 qian2 zui4 jiao1 xin1 de5 shi4 +006766 货车的#1三个#1轮子#1被撞歪#3,车头#2完全#1被撞瘪#4。 + huo4 che1 de5 san1 ge4 lun2 zi5 bei4 zhuang4 wai1 che1 tou2 wan2 quan2 bei4 zhuang4 bie3 +006767 我#1还同#1连长#1钟山#3到#1医院#1探望过#1孙立人#1将军#4。 + wo3 hai2 tong2 lian2 zhang3 zhong1 shan1 dao4 yi1 yuan4 tan4 wang4 guo4 sun1 li4 ren2 jiang1 jun1 +006768 先#1入场者#2得到#1追捧#3,后#1入场者#2也#1不乏#1拥趸#4。 + xian1 ru4 chang2 zhe3 de2 dao4 zhui1 peng3 hou4 ru4 chang2 zhe3 ye3 bu4 fa2 yong1 dun3 +006769 能#1买到的#1朋友#3请#1联系#3幺三八#2九六#1二五#1二二#1二五#4。 + neng2 mai3 dao4 de5 peng2 you5 qing3 lian2 xi4 yao1 san1 ba1 jiu3 liu4 er4 wu3 er4 er4 er4 wu3 +006770 而#1这一#1战火#2将#1吞没#1整个#1地区#3并#1迫使#1美国#1行动#4。 + er2 zhe4 yi2 zhan4 huo3 jiang1 tun1 mo4 zheng3 ge4 di4 qu1 bing4 po4 shi2 mei3 guo2 xing2 dong4 +006771 王青宇#2比较#1健壮#3,大吼#1一声#3,一下把#1男子#1摁倒#1在地#4。 + wang2 qing1 yu2 bi3 jiao4 jian4 zhuang4 da4 hou3 yi4 sheng1 yi2 xia4 ba3 nan2 zi3 en4 dao3 zai4 di4 +006772 泰国#1最#1著名的#1景点#3,柴瓦塔#1那兰寺#3也#1被迫#1关闭#4。 + tai4 guo2 zui4 zhu4 ming2 de5 jing2 dian3 chai2 wa2 ta3 na4 lan2 si4 ye3 bei4 po4 guan1 bi4 +006773 的哥#2瞬间#1成了#1“粉人#3”,呛得#1赶紧#1闭嘴#1转身#1离开#4。 + di1 ge1 shun4 jian1 cheng2 le5 fen3 ren2 qiang4 de5 gan2 jin3 bi4 zui2 zhuan3 shen1 li2 kai1 +006774 他#1还是#2县里#1农民#1运动会#3扳#1手腕#1比赛的#1第三名#4。 + ta1 hai2 shi4 xian4 li3 nong2 min2 yun4 dong4 hui4 ban1 shou3 wan4 bi3 sai4 de5 di4 san1 ming2 +006775 竹林#1边缘#3,可以#1看到#1村民#1搭建的#1一顶顶#1简易#1帐篷#4。 + zhu2 lin2 bian1 yuan2 ke2 yi3 kan4 dao4 cun1 min2 da1 jian4 de5 yi4 ding2 ding2 jian3 yi4 zhang4 peng5 +006776 随着#2关于#1“收入#1增长”的#1陆续#1吹风#3,百姓的#1胃口#2被#1越吊#1越高#4。 + sui2 zhe5 guan1 yu2 shou1 ru4 zeng1 zhang3 de5 lu4 xu4 chui1 feng1 bai3 xing4 de5 wei4 kou3 bei4 yue4 diao4 yue4 gao1 +006777 他#1随手#1一拎#3,沉甸甸的#2竟然#2没有#1拉动#4。 + ta1 sui2 shou3 yi4 lin1 chen2 dian4 dian4 de5 jing4 ran2 mei2 you3 la1 dong4 +006778 石磊#1等人#3当时#1已经#1进入#1公众#1视野#4。 + shi2 lei2 deng3 ren2 dang1 shi2 yi3 jing1 jin4 ru4 gong1 zhong4 shi4 ye3 +006779 客车的#1车头#2也#1已经#1部分#1变形#1损毁#4。 + ke4 che1 de5 che1 tou2 ye2 yi3 jing1 bu4 fen4 bian4 xing2 sun2 hui3 +006780 今天#2出去#1取快递#3,在回#1学校的#1路上#3拆开#1包装#2准备#1丢进#1垃圾桶#4。 + jin1 tian1 chu1 qu4 qu3 kuai4 di4 zai4 hui2 xue2 xiao4 de5 lu4 shang4 chai1 kai1 bao1 zhuang1 zhun3 bei4 diu1 jin4 la1 ji1 tong3 +006781 没有呀#3—我#1只是#1自我#1认知#1比较#1清晰嘛#4。 + mei2 you3 ya5 wo2 zhi3 shi4 zi4 wo3 ren4 zhi1 bi3 jiao4 qing1 xi1 ma5 +006782 百度#2目前#1仍#1受益于#1强劲的#1运营#1杠杆#4。 + bai3 du4 mu4 qian2 reng2 shou4 yi4 yu2 qiang2 jin4 de5 yun4 ying2 gang4 gan3 +006783 我的#1数据线#1这么屌#3我#1怎么#1不知道#4? + wo3 de5 shu4 ju4 xian4 zhe4 me5 diao3 wo2 zen3 me5 bu4 zhi1 dao4 +006784 仪表#2天然#1磊落#3,梁山#1上端的#1夸能#4。 + yi2 biao3 tian1 ran2 lei3 luo4 liang2 shan1 shang4 duan1 de5 kua1 neng2 +006785 我#1理解#1国博#1举办#1奢侈品展#3,但#1不支持#4。 + wo3 li2 jie3 guo2 bo2 ju3 ban4 she1 chi5 pin2 zhan3 dan4 bu4 zhi1 chi2 +006786 应采儿#2因而#1获得#1大量#1商业#1活动#3,工作#1不断#4。 + ying1 cai3 er2 yin1 er2 huo4 de2 da4 liang4 shang1 ye4 huo2 dong4 gong1 zuo4 bu2 duan4 +006787 现场的#1嘉宾#2非常#1赞同#1郭金的#1“抠门论#4”。 + xian4 chang3 de5 jia1 bin1 fei1 chang2 zan4 tong2 guo1 jin1 de5 kou1 men2 lun4 +006788 昨日#1午后#3,狂风#1暴雨#2也#1袭击了#1省会#1长沙#4。 + zuo2 ri4 wu3 hou4 kuang2 feng1 bao4 yu3 ye3 xi2 ji1 le5 sheng3 hui4 chang2 sha1 +006789 墨脱人#1传统的#1交通#1方式#2是#1肩挑#1背扛#4。 + mo4 tuo1 ren2 chuan2 tong3 de5 jiao1 tong1 fang1 shi4 shi4 jian1 tiao1 bei4 kang2 +006790 吴晓亦#1认为#3,晒#1病历的#1做法#3具有#1建设性#1意义#4。 + wu2 xiao3 yi4 ren4 wei2 shai4 bing4 li4 de5 zuo4 fa3 ju4 you3 jian4 she4 xing4 yi4 yi4 +006791 这#1改变了#1哈珀#1政府#1上台#1初期#3大谈#1人权#3而#1惹恼#1中国的#1调门#4。 + zhe4 gai3 bian4 le5 ha1 po4 zheng4 fu3 shang4 tai2 chu1 qi1 da4 tan2 ren2 quan2 er2 re2 nao3 zhong1 guo2 de5 diao4 men2 +006792 皮疹#2无水泡#3,病人#1无#1发热#2、咳嗽等#1其他#1症状#4。 + pi2 zhen3 wu2 shui3 pao4 bing4 ren2 wu2 fa1 re4 ke2 sou5 deng3 qi2 ta1 zheng4 zhuang4 +006793 阿福的#1爷爷#2每逢#1读书#1看报#3,总是#1戴着#1老花镜#4。 + a1 fu2 de5 ye2 ye5 mei3 feng2 du2 shu1 kan4 bao4 zong3 shi4 dai4 zhe5 lao3 hua1 jing4 +006794 萨利赫#2希望#1借#1这次#1正式的#1全国#1电视#1讲话#2“混淆#1”外界#1判断#4。 + sa4 li4 he4 xi1 wang4 jie4 zhe4 ci4 zheng4 shi4 de5 quan2 guo2 dian4 shi4 jiang3 hua4 hun4 xiao2 wai4 jie4 pan4 duan4 +006795 我们#1解剖#1一个#1麻雀#3,去看#1一下#4。 + wo3 men5 jie3 pou1 yi2 ge4 ma2 que4 qu4 kan4 yi2 xia4 +006796 除此#1之外#3,出生#1年月#2、住址等#1身份#1信息#1完全#1一致#4。 + chu2 ci3 zhi1 wai4 chu1 sheng1 nian2 yue4 zhu4 zhi2 deng3 shen1 fen4 xin4 xi1 wan2 quan2 yi2 zhi4 +006797 记者#2佯装#1就餐#1食客#3进入#2挂着#3“八大锅#1大院#1”牌匾的#1柳祖祠#4。 + ji4 zhe3 yang2 zhuang1 jiu4 can1 shi2 ke4 jin4 ru4 gua4 zhe5 ba1 da4 guo1 da4 yuan4 pai2 bian3 de5 liu2 zu3 ci2 +006798 孔令辉#1表示#3,姚彦#1进步#1很快#3,对#1王楠#2、郭焱#2打得#1都不错#3,就是#2还#1缺点#1经验#4。 + kong3 ling4 hui1 biao3 shi4 yao2 yan4 jin4 bu4 hen3 kuai4 dui4 wang2 nan2 guo1 yan4 da3 de5 dou1 bu2 cuo4 jiu4 shi4 hai2 que1 dian3 jing1 yan4 +006799 小王#1觉得#1父亲#1说得#1不对#3,认为#1自己#1被#1误解了#3,心里#1别扭#4。 + xiao3 wang2 jue2 de5 fu4 qin1 shuo1 de5 bu2 dui4 ren4 wei2 zi4 ji3 bei4 wu4 jie3 le5 xin1 li3 bie4 niu5 +006800 再晚#1一会儿#3我就#1跑到#1外地了#4。 + zai4 wan3 yi2 huir4 wo3 jiu4 pao3 dao4 wai4 di4 le5 +006801 瓦尔克#2没有#1说明#1诉讼#1动机#4。 + wa2 er3 ke4 mei2 you3 shuo1 ming2 su4 song4 dong4 ji1 +006802 秀智#2日前#1一篇#1关于#1她的#1报道#3,惹起#1内地#1网民#1不满#4。 + xiu4 zhi4 ri4 qian2 yi4 pian1 guan1 yu2 ta1 de5 bao4 dao4 re2 qi3 nei4 di4 wang3 min2 bu4 man3 +006803 我#1只得#2乖乖#1掏钱给#1张某#4。 + wo2 zhi3 de2 guai1 guai1 tao1 qian2 gei3 zhang1 mou3 +006804 邕江#2水位#1暴涨#3,水流#1湍急#4。 + yong1 jiang1 shui3 wei4 bao4 zhang3 shui3 liu2 tuan1 ji2 +006805 一个人#1操持#1家务#2洗衣#1煮饭#4。 + yi2 ge4 ren2 cao1 chi2 jia1 wu4 xi3 yi1 zhu3 fan4 +006806 学生#2为#1吕老师#2梳妆#1打扮#4。 + xue2 sheng5 wei4 lv2 lao3 shi1 shu1 zhuang1 da3 ban4 +006807 二人#1均#1表示#1认错#1并悔改#4。 + er4 ren2 jun1 biao3 shi4 ren4 cuo4 bing4 hui2 gai3 +006808 即便是#1“醉驾#1入刑#1”扰攘#1已久#3,这种#1情况#3也#1没有#1改变#4。 + ji2 bian4 shi4 zui4 jia4 ru4 xing2 rao2 rang3 yi2 jiu3 zhe4 zhong3 qing2 kuang4 ye3 mei2 you2 gai3 bian4 +006809 所幸#3井喷#3未造成#1人员#1伤亡#4。 + suo3 xing4 jing3 pen1 wei4 zao4 cheng2 ren2 yuan2 shang1 wang2 +006810 十七大#1当选为#2中央#1纪委#1委员#4。 + shi2 qi1 da4 dang1 xuan3 wei2 zhong1 yang1 ji4 wei2 wei3 yuan2 +006811 这也#1遭到#1右翼#1人士的#1抨击#4。 + zhe4 ye3 zao1 dao4 you4 yi4 ren2 shi4 de5 peng1 ji1 +006812 因为#2租的#1房子#2离#1单位#1不远#3,她就#1独自#1摇摇#1晃晃#2往家走#4。 + yin1 wei4 zu1 de5 fang2 zi5 li2 dan1 wei4 bu4 yuan3 ta1 jiu4 du2 zi4 yao2 yao2 huang4 huang4 wang3 jia1 zou3 +006813 而#1男生#2则相对#1懵懂得多#4。 + er2 nan2 sheng1 ze2 xiang1 dui4 meng2 dong3 de5 duo1 +006814 然后#1爸说#3:就是#1我没#1睁眼#4。 + ran2 hou4 ba4 shuo1 jiu4 shi4 wo3 mei2 zheng1 yan3 +006815 图为#2孙青丽#2和#1公公#1婆婆#4。 + tu2 wei2 sun1 qing1 li4 he2 gong1 gong5 po2 po5 +006816 但是#2还不会#1熟练#1操作哦#4! + dan4 shi4 hai2 bu2 hui4 shu2 lian4 cao1 zuo4 o5 +006817 以后#1少在#1网上#1买东西#3,没有#1买卖#1就#1没有#1杀害#3…懂吗#4? + yi3 hou4 shao3 zai4 wang3 shang4 mai3 dong1 xi5 mei2 you2 mai3 mai4 jiu4 mei2 you3 sha1 hai4 dong3 ma5 +006818 村中#2大多数#1作坊#1已停产#4。 + cun1 zhong1 da4 duo1 shu4 zuo1 fang5 yi3 ting2 chan3 +006819 第二个#1问题#3讲讲#2行业#1前景#4。 + di4 er4 ge4 wen4 ti2 jiang2 jiang3 hang2 ye4 qian2 jing3 +006820 蓬安县#1检察院#2及时#1派出#1干警#2提前#1介入#3,引导#1侦查#4。 + peng2 an1 xian4 jian3 cha2 yuan4 ji2 shi2 pai4 chu1 gan4 jing3 ti2 qian2 jie4 ru4 yin2 dao3 zhen1 cha2 +006821 张子强#1和#1叶继欢#1都#1不用#1道歉#3,我们#1谁有#1资格#1出来#1道歉呀#4? + zhang1 zi3 qiang2 he2 ye4 ji4 huan1 dou1 bu2 yong4 dao4 qian4 wo3 men5 shui2 you3 zi1 ge2 chu1 lai2 dao4 qian4 ya5 +006822 即使#1爬到#1最高的#1山上#3,一次#2也#1只能#1脚踏#1实地地#1迈一步#4。 + ji2 shi3 pa2 dao4 zui4 gao1 de5 shan1 shang4 yi2 ci4 ye2 zhi3 neng2 jiao3 ta4 shi2 di4 de5 mai4 yi2 bu4 +006823 你#1这样#1弄得#1倒酒人#1下不#1来台#4。 + ni3 zhe4 yang4 nong4 de5 dao4 jiu3 ren2 xia4 bu4 lai2 tai2 +006824 你#1看看#1几点了#3,还不#1滚回来#4! + ni3 kan4 kan4 ji2 dian3 le5 hai2 bu4 gun3 hui2 lai5 +006825 据说#2是#1山上的#1小水库#1要崩了#4。 + ju4 shuo1 shi4 shan1 shang4 de5 xiao2 shui3 ku4 yao4 beng1 le5 +006826 如果#2晒伤#1严重#3,应该#2及时#1请假#4。 + ru2 guo3 shai4 shang1 yan2 zhong4 ying1 gai1 ji2 shi2 qing3 jia4 +006827 波音#1七四七#3进入#1飞机#1拆卸场#4。 + bo1 yin1 qi1 si4 qi1 jin4 ru4 fei1 ji1 chai1 xie4 chang3 +006828 老游#1觉得#3,要买#1就买#1厦门的房#4。 + lao3 you2 jue2 de5 yao4 mai3 jiu4 mai3 xia4 men2 de5 fang2 +006829 第三#1宗罪#3则是#2鬼子#1脸谱化#4。 + di4 san1 zong1 zui4 ze2 shi4 gui3 zi5 lian2 pu3 hua4 +006830 为此#3,莫言#1“兴奋得#1一宿#1没睡#4”。 + wei4 ci3 mo4 yan2 xing1 fen4 de5 yi4 xiu3 mei2 shui4 +006831 时旸#1还#1介绍#3,目前#2已经有#1出口#1其他#1国家的#1意向#4。 + shi2 yang2 hai2 jie4 shao4 mu4 qian2 yi3 jing1 you3 chu1 kou3 qi2 ta1 guo2 jia1 de5 yi4 xiang4 +006832 离开#1学校#1之后#2,他就#1没怎么#1唱过#1国歌#3,“连#1词儿#1都#1忘记了#4”。 + li2 kai1 xue2 xiao4 zhi1 hou4 ta1 jiu4 mei2 zen3 me5 chang4 guo4 guo2 ge1 lian2 cir2 dou1 wang4 ji4 le5 +006833 贵州#1媳妇#2有点#1羞赧地#1推搡#1四叶子#3:事#1是你#1惹下的#3,你#1自己#1讲吧#4。 + gui4 zhou1 xi2 fu4 you2 dian3 xiu1 nan3 de5 tui1 sang3 si4 ye4 zi5 shi4 shi4 ni2 re3 xia4 de5 ni3 zi4 ji2 jiang3 ba5 +006834 这则#1寓言的#1寓意#3,是说#3世界上#1存在#1一种人#3,非常#1好胜#3,而又#1不自#1量力#4。 + zhe4 ze2 yu4 yan2 de5 yu4 yi4 shi4 shuo1 shi4 jie4 shang4 cun2 zai4 yi4 zhong3 ren2 fei1 chang2 hao4 sheng4 er2 you4 bu2 zi4 liang4 li4 +006835 飞天#1琵琶#3,气势#1动人#4。 + fei1 tian1 pi2 pa5 qi4 shi4 dong4 ren2 +006836 周容说#3,这种#1轰动#3不亚于#2以前#1学校#2产生了#1高考#1“状元#4”。 + zhou1 rong2 shuo1 zhe4 zhong3 hong1 dong4 bu2 ya4 yu2 yi3 qian2 xue2 xiao4 chan3 sheng1 le5 gao1 kao3 zhuang4 yuan5 +006837 受#2慈济#1太太的#1影响#3他#1从此#2也#1成为#1慈济的#1义工#4。 + shou4 ci2 ji4 tai4 tai5 de5 ying2 xiang3 ta1 cong2 ci2 ye3 cheng2 wei2 ci2 ji4 de5 yi4 gong1 +006838 出去#2买点菜#2做顿#1美食#2犒劳#1自己的#1胃吧#3,连着#1好天气#3一起#1吃进去#4。 + chu1 qu4 mai2 dian3 cai4 zuo4 dun4 mei3 shi2 kao4 lao2 zi4 ji3 de5 wei4 ba5 lian2 zhe5 hao3 tian1 qi4 yi4 qi3 chi1 jin4 qu4 +006839 东阿#1阿胶#3也#1因此#2“躺着#1中枪#3”,至今#2股价#1低迷#4。 + dong1 e1 e1 jiao1 ye3 yin1 ci2 tang3 zhe5 zhong4 qiang1 zhi4 jin1 gu3 jia4 di1 mi2 +006840 里面的#1“英红#1”很#1帅气#3,大剌剌的#3,很率直#4。 + li3 mian4 de5 ying1 hong2 hen3 shuai4 qi4 da4 la4 la4 de5 hen3 shuai4 zhi2 +006841 警方#1怀疑#3,此次#1剧毒#1假酒#2可能#1掺入#1农药#4。 + jing3 fang1 huai2 yi2 ci3 ci4 ju4 du2 jia2 jiu3 ke3 neng2 chan1 ru4 nong2 yao4 +006842 状元卷#3在#1上海#1民间#1流传#1至今#2实属#1罕见#4。 + zhuang4 yuan2 juan3 zai4 shang4 hai3 min2 jian1 liu2 chuan2 zhi4 jin1 shi2 shu2 han3 jian4 +006843 显然#3,完整的#1阵容#2才能#1打出#2完美的#1比赛#4。 + xian3 ran2 wan2 zheng3 de5 zhen4 rong2 cai2 neng2 da3 chu1 wan2 mei3 de5 bi3 sai4 +006844 最后#2,妈妈#1搂着#1她与#1弟弟#2一起#1上了#1警车#4。 + zui4 hou4 ma1 ma5 lou3 zhe5 ta1 yu3 di4 di5 yi4 qi3 shang4 le5 jing3 che1 +006845 终于#1有个#1木有的了#4。 + zhong1 yu2 you3 ge4 mu4 you3 de5 le5 +006846 小马#2在#1上海#1上班#3,赵姑娘#2在#1杭州#3,暂住#1蒋村#4。 + xiao2 ma3 zai4 shang4 hai3 shang4 ban1 zhao4 gu1 niang5 zai4 hang2 zhou1 zan4 zhu4 jiang3 cun1 +006847 而#2回收#1虾油#2一般#1都会#1过滤#3,是#1不会#1存在#1作料#1渣的#1问题的#4。 + er2 hui2 shou1 xia1 you2 yi4 ban1 dou1 hui4 guo4 lv4 shi4 bu2 hui4 cun2 zai4 zuo2 liao4 zha1 de5 wen4 ti2 de5 +006848 在#2确凿的#1证据#1面前#3,冈萨#1雷斯#2无法#1抵赖#4。 + zai4 que4 zao2 de5 zheng4 ju4 mian4 qian2 gang1 sa4 lei2 si1 wu2 fa2 di3 lai4 +006849 据了解#3,届时#3李讷#2、毛远新#1等人#2也会#1到场#4。 + ju4 liao2 jie3 jie4 shi2 li3 ne4 mao2 yuan3 xin1 deng3 ren2 ye3 hui4 dao4 chang3 +006850 当然#1是#1利用#1热胀#1冷缩的#1原理啦#4。 + dang1 ran2 shi4 li4 yong4 re4 zhang4 leng3 suo1 de5 yuan2 li3 la5 +006851 近日#3,有#1证据#1表明#3,穆里#2试图#1撒谎#2掩盖其#1所犯下的#1错误#4。 + jin4 ri4 you3 zheng4 ju4 biao3 ming2 mu4 li3 shi4 tu2 sa1 huang3 yan3 gai4 qi2 suo3 fan4 xia4 de5 cuo4 wu5 +006852 这是#2留下#1中国#1猛龙#1足迹的#2恐龙的#1复原图#4。 + zhe4 shi4 liu2 xia4 zhong1 guo2 meng3 long2 zu2 ji4 de5 kong3 long2 de5 fu4 yuan2 tu2 +006853 六八四路#2双向#1增设#3东内#1北小街#1北口站#4。 + liu4 ba1 si4 lu4 shuang1 xiang4 zeng1 she4 dong1 nei4 bei2 xiao3 jie1 bei2 kou3 zhan4 +006854 你是#1在干#1体力#1活吧#4? + ni3 shi4 zai4 gan4 ti3 li4 huo2 ba5 +006855 谢家#1格言#3,每天#1生日#4。 + xie4 jia1 ge2 yan2 mei3 tian1 sheng1 ri4 +006856 大年#1初五#1这天#3,民间#1通行的#1食俗#2是#1吃饺子#3,俗称#3“捏#1小人嘴#4”。 + da4 nian2 chu1 wu3 zhe4 tian1 min2 jian1 tong1 xing2 de5 shi2 su2 shi4 chi1 jiao3 zi5 su2 cheng1 nie1 xiao3 ren2 zui3 +006857 雨翔的#1灵魂#2默默#1跳了#1三次#3,都冷得#1返回#1告诉#1肉体#1跳不得#4。 + yu3 xiang2 de5 ling2 hun2 mo4 mo4 tiao4 le5 san1 ci4 dou1 leng3 de5 fan3 hui2 gao4 su4 rou4 ti3 tiao4 bu4 de2 +006858 曾被#2法国#1媒体#1关注的#2雷诺#1“工业#1间谍案#3”很可能#2系#1人为#1捏造#4。 + ceng2 bei4 fa3 guo2 mei2 ti3 guan1 zhu4 de5 lei2 nuo4 gong1 ye4 jian4 die2 an4 hen2 ke3 neng2 xi4 ren2 wei2 nie1 zao4 +006859 用#2胡萝卜汁#2、芹菜汁#2、菠菜汁#2加入#1鸡蛋#1和面#3,面条#2也很#1筋道#4。 + yong4 hu2 luo2 bo5 zhi1 qin2 cai4 zhi1 bo1 cai4 zhi1 jia1 ru4 ji1 dan4 he2 mian4 mian4 tiao2 ye2 hen3 jin1 dao4 +006860 另一#1十三岁#1谷姓#1少年#2在#1事故中#1遇难#4。 + ling4 yi1 shi2 san1 sui4 gu3 xing4 shao4 nian2 zai4 shi4 gu4 zhong1 yu4 nan4 +006861 翌年#3,汉明帝#1敕令#3在#1国都#1西兴#2建僧院#3,取名#3白马寺#4。 + yi4 nian2 han4 ming2 di4 chi4 ling4 zai4 guo2 du1 xi1 xing1 jian4 seng1 yuan4 qu3 ming2 bai2 ma3 si4 +006862 在与#1阿富汗#1官员#1打交道的#1时候#3,打点#2是#1必不#1可少的#4。 + zai4 yu3 a1 fu4 han4 guan1 yuan2 da3 jiao1 dao4 de5 shi2 hou4 da2 dian3 shi4 bi4 bu4 ke2 shao3 de5 +006863 因为#1有#1资金#1补贴#3,加上#1有#1农业#1推广#1招牌#3,他们#1自认为#1占了#1便宜#4。 + yin1 wei4 you3 zi1 jin1 bu3 tie1 jia1 shang4 you3 nong2 ye4 tui1 guang3 zhao1 pai2 ta1 men5 zi4 ren4 wei2 zhan4 le5 pian2 yi5 +006864 之后#3本报#2接到#1该酒厂#1来函#3,称其为#1书法#1字体#4。 + zhi1 hou4 ben3 bao4 jie1 dao4 gai1 jiu2 chang3 lai2 han2 cheng1 qi2 wei2 shu1 fa3 zi4 ti3 +006865 这是#1一间#2用#1土坯#1和#1茅草#1搭建的#1房子#3,低矮#1简陋#4。 + zhe4 shi4 yi4 jian1 yong4 tu3 pi1 he2 mao2 cao3 da1 jian4 de5 fang2 zi5 di1 ai2 jian3 lou4 +006866 希望#2他们的#2所作#1所为#3能#1收敛点#4。 + xi1 wang4 ta1 men5 de5 suo3 zuo4 suo3 wei2 neng2 shou1 lian2 dian3 +006867 路人#1大呼#1耍流氓#3并#1立即#1报警#4。 + lu4 ren2 da4 hu1 shua3 liu2 mang2 bing4 li4 ji2 bao4 jing3 +006868 还有#1网友#1讲述#2曾参与#1“训新”的#1经历#4。 + hai2 you3 wang2 you2 jiang3 shu4 ceng2 can1 yu4 xun4 xin1 de5 jing1 li4 +006869 没有#1演唱会#3,我的#1音乐#3只#1完成了#1一半#4。 + mei2 you2 yan3 chang4 hui4 wo3 de5 yin1 yue4 zhi3 wan2 cheng2 le5 yi2 ban4 +006870 至今#2年过#1六旬的他#1还是#1光棍#4。 + zhi4 jin1 nian2 guo4 liu4 xun2 de5 ta1 hai2 shi4 guang1 gun4 +006871 妈妈#2似乎#1被#1惹恼了#3,眉头#1一皱#4。 + ma1 ma5 si4 hu1 bei4 re2 nao3 le5 mei2 tou2 yi2 zhou4 +006872 昨天#2,在#1北京#1街头#3,孩子#1被#1家长#3包裹#1严实#2抵挡#1寒流#4。 + zuo2 tian1 zai4 bei3 jing1 jie1 tou2 hai2 zi5 bei4 jia1 zhang3 bao1 guo3 yan2 shi2 di2 dang3 han2 liu2 +006873 陈文茜#2暗吃#1一惊#3,想#3难怪#1这人#2不是#1大雅#2不是#1大俗#3,原来#2乃是#1大笨#4。 + chen2 wen2 xi1 an4 chi1 yi4 jing1 xiang3 nan2 guai4 zhe4 ren2 bu2 shi4 da4 ya3 bu2 shi4 da4 su2 yuan2 lai2 nai3 shi4 da4 ben4 +006874 谢霆锋#3昨#1担任#2周杰伦#1演唱会#1嘉宾#3,撇#1不和#1传闻#4。 + xie4 ting2 feng1 zuo2 dan1 ren4 zhou1 jie2 lun2 yan3 chang4 hui4 jia1 bin1 pie3 bu4 he2 chuan2 wen2 +006875 于是#3,他#1一直#1盘算着#1找#1机会#2将#1自己的#1身份#1“漂白#4”。 + yu2 shi4 ta1 yi4 zhi2 pan2 suan4 zhe5 zhao3 ji1 hui4 jiang1 zi4 ji3 de5 shen1 fen4 piao3 bai2 +006876 张自星#2在福建#3与#1老母亲#2、哥哥#2、嫂嫂#1居住#3,未婚#4。 + zhang1 zi4 xing1 zai4 fu2 jian4 yu3 lao2 mu3 qin1 ge1 ge5 sao3 sao5 ju1 zhu4 wei4 hun1 +006877 创新#1创业#2是#1中关村#1不朽的#1灵魂#4。 + chuang4 xin1 chuang4 ye4 shi4 zhong1 guan1 cun1 bu4 xiu3 de5 ling2 hun2 +006878 春兰#1股份#2四月份#2是否#1真的#1退市#4? + chun1 lan2 gu3 fen4 si4 yue4 fen4 shi4 fou3 zhen1 de5 tui4 shi4 +006879 昨天#1中午#3,风#1刮得#1正紧#3,卷起#1路边#1残存的#1积雪#4。 + zuo2 tian1 zhong1 wu3 feng1 gua1 de2 zheng4 jin3 juan2 qi3 lu4 bian1 can2 cun2 de5 ji1 xue3 +006880 另外#3就是#1充分#1发挥#1趸船的#1作用#1取水#4。 + ling4 wai4 jiu4 shi4 chong1 fen4 fa1 hui1 dun3 chuan2 de5 zuo4 yong4 qu2 shui3 +006881 惟一#2令#1马德保#1不顺心的#3就#1剩下#1文学社#4。 + wei2 yi1 ling4 ma3 de2 bao3 bu2 shun4 xin1 de5 jiu4 sheng4 xia4 wen2 xue2 she4 +006882 当#1石匠#2将#1经文#1篆刻的#1时候#3,经石#2便#1显现了#1它#1最原本的#1颜色#4。 + dang1 shi2 jiang4 jiang1 jing1 wen2 zhuan4 ke4 de5 shi2 hou4 jing1 shi2 bian4 xian3 xian4 le5 ta1 zui4 yuan2 ben3 de5 yan2 se4 +006883 据#1了解#3,今后#3老楼#1供暖#1改造#2将#1陆续#1进行#4。 + ju4 liao2 jie3 jin1 hou4 lao3 lou2 gong1 nuan2 gai3 zao4 jiang1 lu4 xu4 jin4 xing2 +006884 此次#2燃油#1附加费#1下调#3亦是#2年内#1少有的#1下调#4。 + ci3 ci4 ran2 you2 fu4 jia1 fei4 xia4 tiao2 yi4 shi4 nian2 nei4 shao2 you3 de5 xia4 tiao2 +006885 接着#2,谢华昌#2也#1坐上床#3,用#1双手#2死死#1掐住#1阿慧的#1喉咙#4。 + jie1 zhe5 xie4 hua2 chang1 ye3 zuo4 shang4 chuang2 yong4 shuang1 shou3 si2 si3 qia1 zhu4 a1 hui4 de5 hou2 long5 +006886 既想让#1马儿跑#3,又#1不给#1马儿#1足够的#1草#3,其#1结果#2也#1就在#1意料#1之中#4。 + ji4 xiang3 rang4 ma3 er2 pao3 you4 bu4 gei2 ma3 er2 zu2 gou4 de5 cao3 qi2 jie2 guo2 ye3 jiu4 zai4 yi4 liao4 zhi1 zhong1 +006887 右侧#2是#1去年#1刚刚#1拓宽的#2三楼牌#1小广场#3,平时#2供#1市民#1休闲用#4。 + you4 ce4 shi4 qu4 nian2 gang1 gang1 tuo4 kuan1 de5 san1 lou2 pai2 xiao3 guang2 chang3 ping2 shi2 gong1 shi4 min2 xiu1 xian2 yong4 +006888 我#1爸爸#2和我#1妈妈#3根本就#1没有#1共同#1语言#4。 + wo3 ba4 ba5 he2 wo3 ma1 ma5 gen1 ben3 jiu4 mei2 you3 gong4 tong2 yu3 yan2 +006889 这里#2海水#1碧蓝#3,岛民#1热情#1好客#3且#1聪明#1机智#4。 + zhe4 li3 hai2 shui3 bi4 lan2 dao3 min2 re4 qing2 hao4 ke4 qie3 cong1 ming2 ji1 zhi4 +006890 今天#3女友#1抓住#1我的手#2搓了#1半天#2我没#1理她#3,我问她#1怎么了#4? + jin1 tian1 nv2 you3 zhua1 zhu4 wo3 de5 shou3 cuo1 le5 ban4 tian1 wo3 mei2 li3 ta1 wo3 wen4 ta1 zen3 me5 le5 +006891 村民#2接管#1坪垟#1小学后#3,教学#1质量#3稳步#1回升#4。 + cun1 min2 jie1 guan3 ping2 yang2 xiao3 xue2 hou4 jiao4 xue2 zhi4 liang4 wen3 bu4 hui2 sheng1 +006892 我知道#1他有#1这个#1动作啦#3,他也#1曾经问#1我的#1档期#4。 + wo3 zhi1 dao4 ta1 you3 zhe4 ge5 dong4 zuo4 la5 ta1 ye3 ceng2 jing1 wen4 wo3 de5 dang4 qi1 +006893 况且#2李庄#2是否#1曾在#2会见#1龚时#1眨眼#3,尚未#1可知#4。 + kuang4 qie2 li3 zhuang1 shi4 fou3 ceng2 zai4 hui4 jian4 gong1 shi2 zha2 yan3 shang4 wei4 ke3 zhi1 +006894 二是#2三大#1拉动#1因素#3总体#1呈#1趋缓#1走势#4。 + er4 shi4 san1 da4 la1 dong4 yin1 su4 zong2 ti3 cheng2 qu1 huan2 zou3 shi4 +006895 此次#3,中国#1飞碟队#2派出的#1是#2张奕垚#2、刘杰#2和#1孙崇伦#1参赛#4。 + ci3 ci4 zhong1 guo2 fei1 die2 dui4 pai4 chu1 de5 shi4 zhang1 yi4 yao2 liu2 jie2 he2 sun1 chong2 lun2 can1 sai4 +006896 此外#3,马英九#1脸谱#1网页上#2也会#1链接#2“总统府#2”上访#1程序的#1页面#4。 + ci3 wai4 ma3 ying1 jiu3 lian2 pu2 wang3 ye4 shang4 ye3 hui4 lian4 jie1 zong2 tong2 fu3 shang4 fang3 cheng2 xu4 de5 ye4 mian4 +006897 但#2很少#1有从#1法理#2、法的#1实施#3、监督#1方面#3分析#1问题的#1稿子#4。 + dan4 hen2 shao2 you3 cong2 fa2 li2 fa3 de5 shi2 shi1 jian1 du1 fang1 mian4 fen1 xi1 wen4 ti2 de5 gao3 zi5 +006898 有#1记者问#3博尔特#2是否是#1当今#1最好的#1短跑#1选手#4。 + you3 ji4 zhe3 wen4 bo2 er3 te4 shi4 fou3 shi4 dang1 jin1 zui4 hao3 de5 duan2 pao3 xuan2 shou3 +006899 高晓松#1就#1更不要#1说了#3,他对#1音乐#1是#1比较#1挑惕的#4。 + gao1 xiao3 song1 jiu4 geng4 bu2 yao4 shuo1 le5 ta1 dui4 yin1 yue4 shi4 bi3 jiao4 tiao1 ti4 de5 +006900 乘客#1傻眼#3,只能#1下车#1等一旁#4。 + cheng2 ke4 sha2 yan3 zhi3 neng2 xia4 che1 deng3 yi4 pang2 +006901 这#1需要#2筹备#2、磋商#2和#1没有#1意外#4。 + zhe4 xu1 yao4 chou2 bei4 cuo1 shang1 he2 mei2 you3 yi4 wai4 +006902 据一位#2出租车#1司机称#3,从#1浐河#1到#1事发地#2堵车#1非常#1严重#4。 + ju4 yi2 wei4 chu1 zu1 che1 si1 ji1 cheng1 cong2 chan3 he2 dao4 shi4 fa1 di4 du3 che1 fei1 chang2 yan2 zhong4 +006903 会#1一点点#3,我很#1喜欢#1和#1朋友#1一起玩#2脑筋#1急转弯#1呢#4。 + hui4 yi4 dian2 dian3 wo3 hen2 xi3 huan1 he2 peng2 you5 yi4 qi3 wan2 nao3 jin1 ji2 zhuan3 wan1 ne5 +006904 究竟是#1泥鳅#2、鳝鱼#2、鳗鱼#2,还是#1别的鱼#3,大家#1都#1弄不#1明白#4。 + jiu1 jing4 shi4 ni2 qiu5 shan4 yu2 man2 yu2 hai2 shi4 bie2 de5 yu2 da4 jia1 dou1 nong4 bu4 ming2 bai5 +006905 男子#1一听#3,拔腿#1想跑#3,被#1同学们#2围住#1报了警#4。 + nan2 zi3 yi4 ting1 ba2 tui3 xiang2 pao3 bei4 tong2 xue2 men5 wei2 zhu4 bao4 le5 jing3 +006906 今后#3,专业化#2将是#1“空中#1幺幺零”的#1发展#1目标#4。 + jin1 hou4 zhuan1 ye4 hua4 jiang1 shi4 kong1 zhong1 yao1 yao1 ling2 de5 fa1 zhan3 mu4 biao1 +006907 其实#2我现在#1唯一#1能做的#1就是#3踏踏#1实实#1演戏#4。 + qi2 shi2 wo3 xian4 zai4 wei2 yi1 neng2 zuo4 de5 jiu4 shi4 ta1 ta1 shi2 shi2 yan3 xi4 +006908 随之#2想#1扬长#1而去#3,“被我#1妈妈#1拖住#1不放#3,他又#1把我#1妈妈#1甩倒#1在地#4”。 + sui2 zhi1 xiang3 yang2 chang2 er2 qu4 bei4 wo3 ma1 ma5 tuo1 zhu4 bu2 fang4 ta1 you4 ba2 wo3 ma1 ma5 shuai2 dao3 zai4 di4 +006909 我是#1神灯#3,可以#1满足#1你#1一个#1愿望#4。 + wo3 shi4 shen2 deng1 ke2 yi2 man3 zu2 ni3 yi2 ge4 yuan4 wang4 +006910 龙虾的#1原罪#2也被#1揭露了#1出来#4。 + long2 xia1 de5 yuan2 zui4 ye3 bei4 jie1 lu4 le5 chu1 lai2 +006911 中国#1现在#1正处于#2刘易斯#1拐点#4。 + zhong1 guo2 xian4 zai4 zheng4 chu3 yu2 liu2 yi4 si1 guai2 dian3 +006912 截止#2十九时#3,全市#2共#1转移#1人员#3三十点#2一七#1零七万人#4。 + jie2 zhi3 shi2 jiu3 shi2 quan2 shi4 gong4 zhuan3 yi2 ren2 yuan2 san1 shi2 dian3 yi1 qi1 ling2 qi1 wan4 ren2 +006913 老人说#3,当时#2他#1家庭#1条件#1并不好#3,随着#1越长#1越大#3,棉袄#1变小了#4。 + lao3 ren2 shuo1 dang1 shi2 ta1 jia1 ting2 tiao2 jian4 bing4 bu4 hao3 sui2 zhe5 yue4 zhang3 yue4 da4 mian2 ao3 bian4 xiao3 le5 +006914 这是#2南朝鲜#1傀儡#1军方#3好战狂#2才能#1上演的#1冒险的#1军事#1挑衅#4。 + zhe4 shi4 nan2 chao2 xian3 kui2 lei3 jun1 fang1 hao4 zhan4 kuang2 cai2 neng2 shang4 yan3 de5 mao4 xian3 de5 jun1 shi4 tiao3 xin4 +006915 瓦尔#1坦承#2非常#1期待#1“打晕#1受害人#3,绑起#1她的#1手脚#2及#1塞着#1其#1嘴巴#4”。 + wa2 er2 tan3 cheng2 fei1 chang2 qi1 dai4 da3 yun1 shou4 hai4 ren2 bang2 qi3 ta1 de5 shou2 jiao3 ji2 sai1 zhe5 qi2 zui3 ba1 +006916 这绝非#1耸人#1听闻#4。 + zhe4 jue2 fei1 song3 ren2 ting1 wen2 +006917 反复#1碾压#1一说#3,不成立#4。 + fan3 fu4 nian3 ya1 yi4 shuo1 bu4 cheng2 li4 +006918 你们#1怎么会#1等得到呀#4? + ni3 men5 zen3 me5 hui4 deng3 de5 dao4 ya5 +006919 在#1喀什#1老城区#3,张春贤#2来到#1馕摊儿前#3、走进#1居民中#4。 + zai4 ka1 shi2 lao3 cheng2 qu1 zhang1 chun1 xian2 lai2 dao4 nang2 tanr1 qian2 zou3 jin4 ju1 min2 zhong1 +006920 停建#1事件#2变成#2“风水门#1”报道后#3,王银峰#3更是#1作了#1伪证#4。 + ting2 jian4 shi4 jian4 bian4 cheng2 feng1 shui3 men2 bao4 dao4 hou4 wang2 yin2 feng1 geng4 shi4 zuo4 le5 wei3 zheng4 +006921 复旦#1大学#2谢教授的#1遭遇#3恰恰#1戳到了#1新社会#1保险法的#1软肋#4。 + fu4 dan4 da4 xue2 xie4 jiao4 shou4 de5 zao1 yu4 qia4 qia4 chuo1 dao4 le5 xin1 she4 hui4 bao2 xian2 fa3 de5 ruan3 lei4 +006922 接着#3,讲解员#2又称#1寺庙#1正修缮#3,请来了#1风水#1大师#3,可#1“免费#1解答#4”。 + jie1 zhe5 jiang2 jie3 yuan2 you4 cheng1 si4 miao4 zheng4 xiu1 shan4 qing3 lai2 le5 feng1 shui3 da4 shi1 ke2 mian3 fei4 jie3 da2 +006923 其中#2两本#2出自#2古#1鄂尔多#1斯人#1之笔#3,体现出#1浓郁的#1地方#1文化#1特色#4。 + qi2 zhong1 liang2 ben3 chu1 zi4 gu3 e4 er3 duo1 si1 ren2 zhi1 bi3 ti3 xian4 chu1 nong2 yu4 de5 di4 fang1 wen2 hua4 te4 se4 +006924 狐狸说#3:猴子#3,凭你#1这点#1小小的#1本事#3,你这#1笨蛋#3还想做#1兽中#1之王吗#4? + hu2 li5 shuo1 hou2 zi5 ping2 ni3 zhe4 dian3 xiao2 xiao3 de5 ben3 shi4 ni3 zhe4 ben4 dan4 hai2 xiang3 zuo4 shou4 zhong1 zhi1 wang2 ma5 +006925 外甥#2全神#1贯注的#1观察中#3,突然#1这家伙#1说了句#3:“这么点#1玩意儿#3怎么#1够吃#4。 + wai4 sheng5 quan2 shen2 guan4 zhu4 de5 guan1 cha2 zhong1 tu1 ran2 zhe4 jia1 huo5 shuo1 le5 ju4 zhe4 me5 dian3 wan2 yir4 zen3 me5 gou4 chi1 +006926 被#1野猪#2糟蹋得#1一蹋#1糊涂的#1庄稼地#4。 + bei4 ye3 zhu1 zao1 ta4 de5 yi2 ta4 hu2 tu5 de5 zhuang1 jia4 di4 +006927 据#2张先生#1这位#1朋友#1透露#3,汪涵#1、张信哲等#1明星#3均#1受邀#1捧场#4。 + ju4 zhang1 xian1 sheng5 zhe4 wei4 peng2 you5 tou4 lu4 wang1 han2 zhang1 xin4 zhe2 deng3 ming2 xing1 jun1 shou4 yao1 peng2 chang3 +006928 黑瞎子岛#2正式#1开放了#4。 + hei1 xia1 zi5 dao3 zheng4 shi4 kai1 fang4 le5 +006929 铁门#1一关#3,大家#1都蔫了#4。 + tie3 men2 yi4 guan1 da4 jia1 dou1 nian1 le5 +006930 张咪#2就#1这样#2重归#1娱乐圈#4。 + zhang1 mi1 jiu4 zhe4 yang4 chong2 gui1 yu2 le4 quan1 +006931 昨天#3,涪陵#1区委#1组织部称#3,公示#1时间#2非#1有意#1安排#4。 + zuo2 tian1 fu2 ling2 qu1 wei2 zu3 zhi1 bu4 cheng1 gong1 shi4 shi2 jian1 fei1 you3 yi4 an1 pai2 +006932 初步#1估计#3,这项#1清淤#1工程#2需要#1挖掘#1上#1百万方#1淤泥#4。 + chu1 bu4 gu1 ji4 zhe4 xiang4 qing1 yu1 gong1 cheng2 xu1 yao4 wa1 jue2 shang4 bai3 wan4 fang1 yu1 ni2 +006933 他#1嚷起来#3,我不#1认识他#4。 + ta1 rang2 qi3 lai2 wo3 bu2 ren4 shi5 ta1 +006934 其中#3,富蕴#2和#1且末#1机场#2力争在#1今年#1开工#1建设#4。 + qi2 zhong1 fu4 yun4 he2 qie3 mo4 ji1 chang3 li4 zheng1 zai4 jin1 nian2 kai1 gong1 jian4 she4 +006935 据悉#3,该份#1报告#2已#1提交至#2广东#1省委#1政策#1研究室#4。 + ju4 xi1 gai1 fen4 bao4 gao4 yi3 ti2 jiao1 zhi4 guang3 dong1 sheng2 wei3 zheng4 ce4 yan2 jiu1 shi4 +006936 这是#2我省#1首次#1拍到#2野外#1大熊猫#3背着#1宝宝#1行走#4。 + zhe4 shi4 wo2 sheng2 shou3 ci4 pai1 dao4 ye3 wai4 da4 xiong2 mao1 bei1 zhe5 bao3 bao5 xing2 zou3 +006937 经查#3,该诊所#1为#1黑诊所#4。 + jing1 cha2 gai1 zhen2 suo3 wei2 hei1 zhen2 suo3 +006938 乳与#1乳制品中#2三聚#1氰胺#2临时#1管理#1限量值#1公告#3同时#1废止#4。 + ru2 yu2 ru3 zhi4 pin3 zhong1 san1 ju4 qing2 an4 lin2 shi2 guan2 li3 xian4 liang4 zhi2 gong1 gao4 tong2 shi2 fei4 zhi3 +006939 周围#2都是#1一些#1低矮的#1房屋#3,与#1广州#1城内的#1高楼#1大厦#2相去#1甚远#4。 + zhou1 wei2 dou1 shi4 yi4 xie1 di1 ai3 de5 fang2 wu1 yu2 guang3 zhou1 cheng2 nei4 de5 gao1 lou2 da4 sha4 xiang1 qu4 shen4 yuan3 +006940 如果说#1魔幻的话#3就#1说明#3我是#1直接#1从#3马尔克斯#1那儿#1过来的#4。 + ru2 guo3 shuo1 mo2 huan4 de5 hua4 jiu4 shuo1 ming2 wo3 shi4 zhi2 jie1 cong2 ma2 er3 ke4 si1 nar4 guo4 lai2 de5 +006941 洞#2在#1玻璃#1外侧#1清晰#1可见#3,玻璃#1里侧#2则是#2纽扣#1大小的#1凹槽#4。 + dong4 zai4 bo1 li2 wai4 ce4 qing1 xi1 ke3 jian4 bo1 li2 li3 ce4 ze2 shi4 niu3 kou4 da4 xiao3 de5 ao1 cao2 +006942 组织上#2知道#1我的#1遭遇后#3,安排我#1休息#4。 + zu3 zhi1 shang4 zhi1 dao4 wo3 de5 zao1 yu4 hou4 an1 pai2 wo3 xiu1 xi5 +006943 因#1高铁#1故障#1频发#3,京沪#1航线#1票价#2回暖#1趋势#1明显#4。 + yin1 gao1 tie3 gu4 zhang4 pin2 fa1 jing1 hu4 hang2 xian4 piao4 jia4 hui2 nuan3 qu1 shi4 ming2 xian3 +006944 蕊蕊#2和#1同去#1西门的#1其他#1同学#3早在#1指定#1区域#1排队#4。 + rui2 rui3 he2 tong2 qu4 xi1 men2 de5 qi2 ta1 tong2 xue2 zao3 zai4 zhi3 ding4 qu1 yu4 pai2 dui4 +006945 当#1女人#1容易吗#3,夏天#1穿个#1裙子#3还得#1再穿个#1安全裤#4! + dang1 nv3 ren2 rong2 yi4 ma5 xia4 tian1 chuan1 ge4 qun2 zi5 hai2 dei3 zai4 chuan1 ge5 an1 quan2 ku4 +006946 当然会#3,小菜#1一碟呀#3,主人#1觉得#1我的#1声音#2好听吗#4? + dang1 ran2 hui4 xiao3 cai4 yi4 die2 ya5 zhu3 ren2 jue2 de5 wo3 de5 sheng1 yin1 hao3 ting1 ma5 +006947 目前#2第一#1、二#1、三#2、八水厂的#1应急#1取水#1设施#2已启动#4。 + mu4 qian2 di4 yi1 er4 san1 ba1 shui2 chang3 de5 ying4 ji2 qu2 shui3 she4 shi1 yi2 qi3 dong4 +006948 如今#3,葛启义#2成了#1一家#1小装饰#1公司的#1老板#3,小有#1薄财#4。 + ru2 jin1 ge2 qi3 yi4 cheng2 le5 yi4 jia1 xiao3 zhuang1 shi4 gong1 si1 de5 lao2 ban3 xiao2 you3 bao2 cai2 +006949 政府#1发通知#1催款#3,不交钱#2停办#1一切#1建设#1手续#3,这#1其中#2到底#1为何#4? + zheng4 fu3 fa1 tong1 zhi1 cui1 kuan3 bu4 jiao1 qian2 ting2 ban4 yi2 qie4 jian4 she4 shou3 xu4 zhe4 qi2 zhong1 dao4 di3 wei4 he2 +006950 承担#2编纂#1任务的#2是#2谢辰生#3、吴静安#3、程天赋#4。 + cheng2 dan1 bian1 zuan3 ren4 wu5 de5 shi4 xie4 chen2 sheng1 wu2 jing4 an1 cheng2 tian1 fu4 +006951 严重时#2可#1引起#2循环#1衰竭#2和#1热痉挛等#4。 + yan2 zhong4 shi2 ke3 yin2 qi3 xun2 huan2 shuai1 jie2 he2 re4 jing4 luan2 deng3 +006952 校长#2张尧学#1笑称#3自己#1忘带#1稿子了#3,只是想#2说说#1心里话#4。 + xiao4 zhang3 zhang1 yao2 xue2 xiao4 cheng1 zi4 ji3 wang4 dai4 gao3 zi5 le5 zhi3 shi4 xiang3 shuo1 shuo1 xin1 li3 hua4 +006953 骨龄#2越#1超前的#1孩子#3,成年后#1身高#1就#1越矮小#4。 + gu3 ling2 yue4 chao1 qian2 de5 hai2 zi5 cheng2 nian2 hou4 shen1 gao1 jiu4 yue4 ai2 xiao3 +006954 北京#2个别#1监测点#3,西红柿#2、茄子#2、土豆#2、洋葱#3因#1下雪#1原因#1断货#4。 + bei3 jing1 ge4 bie2 jian1 ce4 dian3 xi1 hong2 shi4 qie2 zi5 tu3 dou4 yang2 cong1 yin1 xia4 xue3 yuan2 yin1 duan4 huo4 +006955 示威者#2也#1阻塞了#1柯加#1邦巴#2、奥鲁罗#1及#1波托西等#1城市的#1街道#4。 + shi4 wei1 zhe3 ye2 zu3 se4 le5 ke1 jia1 bang1 ba1 ao4 lu3 luo2 ji2 bo1 tuo1 xi1 deng3 cheng2 shi4 de5 jie1 dao4 +006956 大叔说#3:“没有#3”,我说#3:“那#1赶紧#1买啊#3,我都#1找了#1三个人#1才#1抢到票#4。 + da4 shu1 shuo1 mei2 you3 wo3 shuo1 na4 gan2 jin2 mai3 a5 wo3 dou1 zhao3 le5 san1 ge4 ren2 cai2 qiang3 dao4 piao4 +006957 街头#2安全套#1售卖机#1成#1空摆设#4。 + jie1 tou2 an1 quan2 tao4 shou4 mai4 ji1 cheng2 kong1 bai3 she4 +006958 钱人豪#2对此#1喊冤#3,否认#2当时有#1性骚扰#1女临演#3,强调#1只是#1误会#4。 + qian2 ren2 hao2 dui4 ci2 han3 yuan1 fou3 ren4 dang1 shi2 you3 xing4 sao1 rao2 nv3 lin2 yan3 qiang2 diao4 zhi3 shi4 wu4 hui4 +006959 有#1魄力#3,也很#1独断#3,容易#1得罪人#4。 + you3 po4 li4 ye2 hen3 du2 duan4 rong2 yi4 de2 zui4 ren2 +006960 他的#1弟弟#2得了#1强直性#1脊髓炎#4。 + ta1 de5 di4 di5 de2 le5 qiang2 zhi2 xing4 ji2 sui3 yan2 +006961 由于#2前往#1汶川的#1道路#2被#1滑坡的#1山体#1阻断#3,车队#3被#1阻于#1紫坪铺#4。 + you2 yu2 qian2 wang3 wen4 chuan1 de5 dao4 lu4 bei4 hua2 po1 de5 shan1 ti2 zu3 duan4 che1 dui4 bei4 zu3 yu2 zi3 ping2 pu4 +006962 否者#3,税务#1机关#2可以#1通知#1出境#1管理#1机关#2阻止其#1出境#4。 + fou2 zhe3 shui4 wu4 ji1 guan1 ke2 yi3 tong1 zhi1 chu1 jing4 guan2 li3 ji1 guan1 zu2 zhi3 qi2 chu1 jing4 +006963 政府#1部门的#1官员#2、负责人#2要#1带头#1廉洁#1自律#3,严格#1要求#1配偶#2、子女#4。 + zheng4 fu3 bu4 men2 de5 guan1 yuan2 fu4 ze2 ren2 yao4 dai4 tou2 lian2 jie2 zi4 lv4 yan2 ge2 yao1 qiu2 pei4 ou3 zi2 nv3 +006964 日本#1商界#1巨擘#2松下幸#1之助#1先生#3发明了#1一种#2经典#1“骂术#4”。 + ri4 ben3 shang1 jie4 ju4 bo4 song1 xia4 xing4 zhi1 zhu4 xian1 sheng5 fa1 ming2 le5 yi4 zhong3 jing1 dian3 ma4 shu4 +006965 饭店#1老板#1劝说#1无果后#3,双方#2叫来#1帮手#1互殴#4。 + fan4 dian4 lao2 ban3 quan4 shuo1 wu2 guo3 hou4 shuang1 fang1 jiao4 lai2 bang1 shou3 hu4 ou1 +006966 保护好#1武夷#1青山#1绿水#3,才有#1美好#1幸福的#1未来#4。 + bao3 hu4 hao2 wu3 yi2 qing1 shan1 lv4 shui3 cai2 you3 mei2 hao3 xing4 fu2 de5 wei4 lai2 +006967 记者#2鼓起#1勇气#3,站到了#1“旋风#1”对面#2两米#1开外#4。 + ji4 zhe3 gu2 qi2 yong3 qi4 zhan4 dao4 le5 xuan4 feng1 dui4 mian4 liang2 mi3 kai1 wai4 +006968 今天#1立#1孔子像#3远非#1塑像的#1意义#3,更#1在于#1立碑#4。 + jin1 tian1 li4 kong2 zi3 xiang4 yuan3 fei1 su4 xiang4 de5 yi4 yi4 geng4 zai4 yu2 li4 bei1 +006969 我#1觉得#1“十三钗#2”怎么着#2也能#1去趟#1奥斯卡吧#3,得#1练练#4。 + wo3 jue2 de5 shi2 san1 chai1 zen3 me5 zhe1 ye3 neng2 qu4 tang4 ao4 si1 ka3 ba5 dei3 lian4 lian5 +006970 伊朗#2发展#2弹道#1导弹#3与#1伊朗#2对#1国际#1社会的#1义务#1背道#1而驰#3,约翰#1德罗说#4。 + yi1 lang3 fa1 zhan3 dan4 dao4 dao3 dan4 yu3 yi1 lang3 dui4 guo2 ji4 she4 hui4 de5 yi4 wu4 bei4 dao4 er2 chi2 yue1 han4 de2 luo2 shuo1 +006971 好在#3,哥哥#1嫂嫂#1对他#1都不错#3,两个#1姐姐#3也#1给了他#1很多#1接济#4。 + hao3 zai4 ge1 ge5 sao3 sao5 dui4 ta1 dou1 bu2 cuo4 liang3 ge4 jie3 jie5 ye2 gei3 le5 ta1 hen3 duo1 jie1 ji4 +006972 孩子#2当时#1就#1呛奶了#3,喘不上#1气来#4。 + hai2 zi5 dang1 shi2 jiu4 qiang4 nai3 le5 chuan3 bu2 shang4 qi4 lai2 +006973 如今#2,小院儿#1已经#1十岁了#3,聪明#1伶俐#2,喜欢#1唱歌#1画画#4。 + ru2 jin1 xiao3 yuanr4 yi3 jing1 shi2 sui4 le5 cong1 ming2 ling2 li4 xi3 huan1 chang4 ge1 hua4 hua4 +006974 食品#1安全#1标准#3,保证#1安全#1是#1底线#4。 + shi2 pin3 an1 quan2 biao1 zhun3 bao3 zheng4 an1 quan2 shi4 di3 xian4 +006975 男友#1上厕所的#1时候#1无聊#3,翻看#1微博#2,就#1打算#1试试#4。 + nan2 you3 shang4 ce4 suo3 de5 shi2 hou4 wu2 liao2 fan1 kan4 wei1 bo2 jiu4 da3 suan4 shi4 shi5 +006976 好想#2赶紧#1长大#1成人了#3,好和你#2欢心#1探讨#1一下下#4。 + hao2 xiang3 gan2 jin2 zhang3 da4 cheng2 ren2 le5 hao3 he2 ni3 huan1 xin1 tan4 tao3 yi2 xia4 xia4 +006977 待到#1九点#3,四个人#2该说的话#1都说#1完了#3,昏然#1欲睡#4。 + dai4 dao4 jiu2 dian3 si4 ge5 ren2 gai1 shuo1 de5 hua4 dou1 shuo1 wan2 le5 hun1 ran2 yu4 shui4 +006978 这个#1枕矿山#3,临#1长江的#1黄石#3,当时#2连马路#1也没有#4。 + zhe4 ge4 zhen3 kuang4 shan1 lin2 chang2 jiang1 de5 huang2 shi2 dang1 shi2 lian2 ma3 lu4 ye3 mei2 you3 +006979 我的#1性格#1比较#1爽直#3,廖波#1和我#1不一样#3,他#1比较#1内向#4。 + wo3 de5 xing4 ge2 bi3 jiao4 shuang3 zhi2 liao4 bo1 he2 wo3 bu4 yi2 yang4 ta1 bi3 jiao4 nei4 xiang4 +006980 我都#1不知道#1其它人#1有#1多少#3,可能是#2其它房#1有票呢#4! + wo3 dou1 bu4 zhi1 dao4 qi2 ta1 ren2 you3 duo1 shao3 ke3 neng2 shi4 qi2 ta1 fang2 you3 piao4 ne5 +006981 我#1相信#3看到#1你的#1名字#1第一眼#3,我#1就会#1爱上#1这个#1名字#4。 + wo3 xiang1 xin4 kan4 dao4 ni3 de5 ming2 zi5 di4 yi1 yan3 wo3 jiu4 hui4 ai4 shang4 zhei4 ge5 ming2 zi5 +006982 新春#1期间#3不少#1店铺#1休业#3,却#1成为#1贼人的#1作案#1目标#4。 + xin1 chun1 qi1 jian1 bu4 shao3 dian4 pu4 xiu1 ye4 que4 cheng2 wei2 zei2 ren2 de5 zuo4 an4 mu4 biao1 +006983 其余的#2十四点#1五八#1七五吨#1问题#1奶粉#2已被#1当地#1销毁#4。 + qi2 yu2 de5 shi2 si4 dian2 wu3 ba1 qi1 wu3 dun1 wen4 ti2 nai2 fen3 yi3 bei4 dang1 di4 xiao1 hui3 +006984 然则#3,经销商#2也不是#1没有#1瑕疵#4。 + ran2 ze2 jing1 xiao1 shang1 ye3 bu2 shi4 mei2 you3 xia2 ci1 +006985 由于#1当时#2车内#1人数#1较多#3,两位#1婆婆#2被#1人群#1挤得#1动弹#1不得#4。 + you2 yu2 dang1 shi2 che1 nei4 ren2 shu4 jiao4 duo1 liang3 wei4 po2 po5 bei4 ren2 qun2 ji3 de5 dong4 tan5 bu4 de2 +006986 我#1正在#1减肥呢#4。 + wo3 zheng4 zai4 jian3 fei2 ne5 +006987 五一#1假期#3将#1增开#1十四对#2直通#1客车#4。 + wu3 yi1 jia4 qi1 jiang1 zeng1 kai1 shi2 si4 dui4 zhi2 tong1 ke4 che1 +006988 我#1收到#1指令#3,这就#1回去#1努力#1钻研#3,你等#1我的#1好消息#4。 + wo3 shou1 dao4 zhi3 ling4 zhe4 jiu4 hui2 qu4 nu3 li4 zuan1 yan2 ni3 deng2 wo3 de5 hao3 xiao1 xi5 +006989 这样#2就#1应该#1强拆#1公民的#1房屋吗#4? + zhe4 yang4 jiu4 ying1 gai1 qiang2 chai1 gong1 min2 de5 fang2 wu1 ma5 +006990 柜台上#2有#1招牌#3,装衣服的#1塑料袋#2有#1字样#4。 + gui4 tai2 shang4 you3 zhao1 pai2 zhuang1 yi1 fu5 de5 su4 liao4 dai4 you3 zi4 yang4 +006991 有人#1发现#3,这几#1嗓子#2吼得#2“满是#1河南#1味儿#4”。 + you3 ren2 fa1 xian4 zhe4 ji2 sang3 zi5 hou3 de5 man3 shi4 he2 nan2 weir4 +006992 其#1动作的#1实质#2是#1渠道#1利润#1保护#1问题#4。 + qi2 dong4 zuo4 de5 shi2 zhi4 shi4 qu2 dao4 li4 run4 bao3 hu4 wen4 ti2 +006993 人人网#2把#1这件事#2纳入#1开学#1糗事#1之一#4。 + ren2 ren2 wang3 ba3 zhe4 jian4 shi4 na4 ru4 kai1 xue2 qiu3 shi4 zhi1 yi1 +006994 你要#1以硬#1对硬#3,钻石#2是能#1打动#1她的#1心的#4。 + ni3 yao4 yi3 ying4 dui4 ying4 zuan4 shi2 shi4 neng2 da3 dong4 ta1 de5 xin1 de5 +006995 所以#2以后#1打车时#3,大家#1还要#1看看#1车顶哟#4。 + suo2 yi2 yi3 hou4 da3 che1 shi2 da4 jia1 hai2 yao4 kan4 kan5 che1 ding3 yo5 +006996 男人装#3”似乎#2玩的#1就是#1时尚#2、新鲜#2、“色#4”。 + nan2 ren2 zhuang1 si4 hu1 wan2 de5 jiu4 shi4 shi2 shang4 xin1 xian1 se4 +006997 叫我#1撒谎#3我#1心里#1不舒服#3,不如#1照实说#4。 + jiao4 wo3 sa1 huang3 wo3 xin1 li3 bu4 shu1 fu5 bu4 ru2 zhao4 shi2 shuo1 +006998 来港#1生子#2是为了#1给#1超生的#1宝宝#1“漂白#4”。 + lai2 gang3 sheng1 zi3 shi4 wei4 le5 gei3 chao1 sheng1 de5 bao3 bao5 piao3 bai2 +006999 恶法#1亦法#2”、恶法#1非法#3,是#1法律上的#1两种#1见解#3,至今#2无定论#4。 + e4 fa3 yi4 fa3 e4 fa3 fei1 fa3 shi4 fa3 lv4 shang4 de5 liang2 zhong3 jian4 jie3 zhi4 jin1 wu2 ding4 lun4 +007000 该地块#1出让#1面积#3八千零#1五十八平#3,容积率#2二点五#4。 + gai1 di4 kuai4 chu1 rang4 mian4 ji1 ba1 qian1 ling2 wu3 shi2 ba1 ping2 rong2 ji1 lv4 er4 dian2 wu3 +007001 伊藤#1穰一#2十分#1看好#2莫林#1对#1移动#1市场的#1判断#4。 + yi1 teng2 rang2 yi1 shi2 fen1 kan4 hao3 mo4 lin2 dui4 yi2 dong4 shi4 chang3 de5 pan4 duan4 +007002 努尔称#3,大楼内#1储存有#2巴沙尔#1政府#1使用的#1武器#4。 + nu2 er3 cheng1 da4 lou2 nei4 chu3 cun2 you3 ba1 sha1 er3 zheng4 fu2 shi3 yong4 de5 wu3 qi4 +007003 吕彦直#2一八#1九四年#2七月#1二十八日#2出生于#1天津#4。 + lv3 yan4 zhi2 yi1 ba1 jiu3 si4 nian2 qi1 yue4 er4 shi2 ba1 ri4 chu1 sheng1 yu2 tian1 jin1 +007004 一听#1这话#3,李富妞#2顿时#1慌了神#3,赶紧#1往回跑#4。 + yi4 ting1 zhe4 hua4 li3 fu4 niu1 dun4 shi2 huang1 le5 shen2 gan2 jin2 wang3 hui2 pao3 +007005 培养#1别人的#1依靠#1和#1懒惰#2,可不是#1我们的#1责任#4。 + pei2 yang3 bie2 ren2 de5 yi1 kao4 he2 lan3 duo4 ke3 bu2 shi4 wo3 men5 de5 ze2 ren4 +007006 一口#1老血#1刚到#1嗓子#1眼儿#3,当妈的#2迅速#1补了#1一刀#4。 + yi4 kou3 lao2 xie3 gang1 dao4 sang3 zi5 yanr3 dang1 ma1 de5 xun4 su4 bu3 le5 yi4 dao1 +007007 你#1不理#1我的#1时候#3,我#1感觉#2自己#1都被雨#1浇透了#4。 + ni3 bu4 li2 wo3 de5 shi2 hou4 wo2 gan3 jue2 zi4 ji3 dou1 bei4 yu3 jiao1 tou4 le5 +007008 网友#2为它#1打造了#1十多款#1造型#3,各个#1栩栩#1如生#4。 + wang2 you3 wei4 ta1 da3 zao4 le5 shi2 duo1 kuan3 zao4 xing2 ge4 ge5 xu2 xu3 ru2 sheng1 +007009 于是#3,他们#1向#1乡政府#1提出#3,想#1义务#1赡养#2乡里的#1一些#1孤寡#1老人#4。 + yu2 shi4 ta1 men5 xiang4 xiang1 zheng4 fu3 ti2 chu1 xiang3 yi4 wu4 shan4 yang3 xiang1 li3 de5 yi4 xie1 gu1 gua2 lao3 ren2 +007010 他#1找来#1两根#1横幅#2拧起后#1对接#3,打算#1作为#1绳子#2挂到#1窗外#1爬下去#4。 + ta1 zhao3 lai2 liang3 gen1 heng2 fu2 ning2 qi3 hou4 dui4 jie1 da3 suan4 zuo4 wei2 sheng2 zi5 gua4 dao4 chuang1 wai4 pa2 xia4 qu4 +007011 我才#1不要#1学坏呢#4! + wo3 cai2 bu2 yao4 xue2 huai4 ne5 +007012 可#1你们#1这些#2明明#1知道#1实情的人#2怎可#1如此#1狠心#4。 + ke2 ni3 men5 zhe4 xie1 ming2 ming2 zhi1 dao4 shi2 qing2 de5 ren2 zen2 ke3 ru2 ci2 hen3 xin1 +007013 相信#2你也#1如此#3,有些事#2有些人#2就是#1眨眼间#2转为#1怀念#4。 + xiang1 xin4 ni2 ye3 ru2 ci3 you3 xie1 shi4 you3 xie1 ren2 jiu4 shi4 zha2 yan3 jian1 zhuan3 wei2 huai2 nian4 +007014 现在#3,伏地魔#1这个#1大麻烦#1解决了#3,我也#1熬成了#1“剩男#4”。 + xian4 zai4 fu2 di4 mo2 zhe4 ge5 da4 ma2 fan5 jie3 jue2 le5 wo2 ye3 ao2 cheng2 le5 sheng4 nan2 +007015 降雪#2给当地#1居民#1出行#2和#1农牧业#1生产#2造成#1一定#1影响#4。 + jiang4 xue3 gei3 dang1 di4 ju1 min2 chu1 xing2 he2 nong2 mu4 ye4 sheng1 chan3 zao4 cheng2 yi2 ding4 ying2 xiang3 +007016 而#1人民#1日报#1则表示#3,房地产#1利润#2来得#1太容易#4。 + er2 ren2 min2 ri4 bao4 ze2 biao3 shi4 fang2 di4 chan3 li4 run4 lai2 de5 tai4 rong2 yi4 +007017 钱称#1告诉#1宋辉#3:别问了#3,当年#2他#1肯定是#1老大#4。 + qian2 cheng4 gao4 su4 song4 hui1 bie2 wen4 le5 dang1 nian2 ta1 ken3 ding4 shi4 lao3 da4 +007018 接收#2捐物#1价值#3两千#1二百#1四十五点#2六六#1八五#1万元#4。 + jie1 shou1 juan1 wu4 jia4 zhi2 liang3 qian1 er4 bai3 si4 shi2 wu2 dian3 liu4 liu4 ba1 wu3 wan4 yuan2 +007019 汪风雄#2就是#1这样#2忘我地#1工作着#3,直至#2累倒在#1工作#1岗位上#4。 + wang1 feng1 xiong2 jiu4 shi4 zhe4 yang4 wang4 wo3 de5 gong1 zuo4 zhe5 zhi2 zhi4 lei4 dao3 zai4 gong1 zuo4 gang3 wei4 shang4 +007020 他们说#3,捐赠者#2大多为#1女性#4。 + ta1 men5 shuo1 juan1 zeng4 zhe3 da4 duo1 wei2 nv3 xing4 +007021 有什么#1证据#2能够#1证明#2李万均#2有#1非法#1占有的#1目的呢#4? + you3 shen2 me5 zheng4 ju4 neng2 gou4 zheng4 ming2 li3 wan4 jun1 you3 fei1 fa3 zhan4 you3 de5 mu4 di4 ne5 +007022 这是#1一个#2同样#1倔强的#1“秋菊#4”。 + zhe4 shi4 yi2 ge4 tong2 yang4 jue2 jiang4 de5 qiu1 ju2 +007023 因此#3,你要想#1学会#1一样#1东西#3,寻一位#1良师#2是#1最好的#1办法#4。 + yin1 ci3 ni3 yao4 xiang3 xue2 hui4 yi2 yang4 dong1 xi5 xun2 yi2 wei4 liang2 shi1 shi4 zui4 hao3 de5 ban4 fa3 +007024 此前#2,他因#2徒手#1攀爬#2上#2陡峰#2、城墙#2、巨型#1烟囱#1等#1照片#3,在#1网上#1走红#4。 + ci3 qian2 ta1 yin1 tu2 shou3 pan1 pa2 shang4 dou3 feng1 cheng2 qiang2 ju4 xing2 yan1 cong1 deng3 zhao4 pian4 zai4 wang3 shang4 zou3 hong2 +007025 你#1知道#1鬼屋#1在#1哪里吧#4? + ni3 zhi1 dao4 gui3 wu1 zai4 na2 li3 ba5 +007026 现在的#1新加坡#1内阁#1资政#2李光耀#3,就是#2李显龙的#1父亲#3,宴请#1温总理#4。 + xian4 zai4 de5 xin1 jia1 po1 nei4 ge2 zi1 zheng4 li3 guang1 yao4 jiu4 shi4 li2 xian3 long2 de5 fu4 qin5 yan4 qing3 wen1 zong2 li3 +007027 他说#2,前期#1没收到#1薏仁#2,是#1因为#1天气#1原因#3,吹大风#2把#1杆杆#1吹倒了#4。 + ta1 shuo1 qian2 qi1 mei2 shou1 dao4 yi4 ren2 shi4 yin1 wei4 tian1 qi4 yuan2 yin1 chui1 da4 feng1 ba3 gan1 gan1 chui1 dao3 le5 +007028 九三三路#1公交车#2也#1恢复了#1正常#1营运#4。 + jiu3 san1 san1 lu4 gong1 jiao1 che1 ye3 hui1 fu4 le5 zheng4 chang2 ying2 yun4 +007029 是不是#1真爱呀#3?要对#1人家#2负责任哟#4。 + shi4 bu2 shi4 zhen1 ai4 ya5 yao4 dui4 ren2 jia1 fu4 ze2 ren4 yo5 +007030 选举#1过程#2也#1引爆#1激烈的#1訾议#2、争质#4。 + xuan2 ju3 guo4 cheng2 ye2 yin3 bao4 ji1 lie4 de5 zi1 yi4 zheng1 zhi4 +007031 业主#2王宁波#2,是#1郴化#1集团#1党委#1书记#4。 + ye4 zhu3 wang2 ning2 bo1 shi4 chen1 hua4 ji2 tuan2 dang2 wei3 shu1 ji4 +007032 这#1不是#2明显地#2不遵守#1外交#1协议吗#4? + zhe4 bu2 shi4 ming2 xian3 de5 bu4 zun1 shou3 wai4 jiao1 xie2 yi4 ma5 +007033 给#1团队#2拧紧#1发条#2,是#1乔布斯#2赋予#1自己的#1责任#4。 + gei3 tuan2 dui4 ning2 jin3 fa1 tiao2 shi4 qiao2 bu4 si1 fu4 yu3 zi4 ji3 de5 ze2 ren4 +007034 他#1喜欢#1上网#3,热爱#1一切#1新生#1事物#3,和蔼#1风趣#4。 + ta1 xi3 huan5 shang4 wang3 re4 ai4 yi2 qie4 xin1 sheng1 shi4 wu4 he2 ai3 feng1 qu4 +007035 不仅#1如此#3,外资#1银行#2对#1并购的#1“胃口#1”也很大#4。 + bu4 jin3 ru2 ci3 wai4 zi1 yin2 hang2 dui4 bing4 gou4 de5 wei4 kou3 ye2 hen3 da4 +007036 阿里的#1孩子#3,不知道#1北京#3,只能#1听懂#1少许#1汉语#4。 + a1 li3 de5 hai2 zi5 bu4 zhi1 dao4 bei3 jing1 zhi3 neng2 ting1 dong3 shao2 xu3 han4 yu3 +007037 他的#1邻居#2在#1战场上#1被#1打瞎了#1一只#1眼睛#4。 + ta1 de5 lin2 ju5 zai4 zhan4 chang3 shang4 bei4 da3 xia1 le5 yi4 zhi1 yan3 jing1 +007038 不少#1开#1电动车的#1市民#2由于#1雨下得#1太大#3,只能在#1桥下#1躲雨#4。 + bu4 shao3 kai1 dian4 dong4 che1 de5 shi4 min2 you2 yu2 yu3 xia4 de5 tai4 da4 zhi3 neng2 zai4 qiao2 xia4 duo2 yu3 +007039 但按#2这个#1说法#3,张雨绮#2立刻从#2“被甩方#2”变成了#1“劈腿方#4”。 + dan4 an4 zhe4 ge5 shuo1 fa3 zhang1 yu2 qi3 li4 ke4 cong2 bei4 shuai3 fang1 bian4 cheng2 le5 pi1 tui3 fang1 +007040 只有#1绿营#1团结#2不要#1被分化#3,才有#1实力#1救扁#3,扁也#1才能#2放得#1出来#4。 + zhi2 you3 lv4 ying2 tuan2 jie2 bu2 yao4 bei4 fen1 hua4 cai2 you3 shi2 li4 jiu4 bian3 bian2 ye3 cai2 neng2 fang4 de5 chu1 lai5 +007041 这样#1危言#1耸听#2、牵强#1附会的#1观点#2发表在#1贵报上#2实在#1令人#1遗憾#4。 + zhe4 yang4 wei1 yan2 song3 ting1 qian1 qiang2 fu4 hui4 de5 guan1 dian3 fa1 biao3 zai4 gui4 bao4 shang4 shi2 zai4 ling4 ren2 yi2 han4 +007042 曹凛#1透露#3,大量#1陵墓#2早在#1考古#1之前#2就在#1历代#2被#1局部#1破坏#4。 + cao2 lin3 tou4 lu4 da4 liang4 ling2 mu4 zao3 zai4 kao2 gu3 zhi1 qian2 jiu4 zai4 li4 dai4 bei4 ju2 bu4 po4 huai4 +007043 博德曼#2试图#1将其#1赶走#3但却#1不幸#2被#1山羊的#1犄角#2刺伤#1腿部#4。 + bo2 de2 man4 shi4 tu2 jiang1 qi2 gan2 zou3 dan4 que4 bu2 xing4 bei4 shan1 yang2 de5 ji1 jiao3 ci4 shang1 tui3 bu4 +007044 魏明伦#2指出#1其中的#1平仄#1错乱#4。 + wei4 ming2 lun2 zhi3 chu1 qi2 zhong1 de5 ping2 ze4 cuo4 luan4 +007045 而#1江玉荣#2,又#1恢复了#1在床边#1呆坐的#1神情#4。 + er2 jiang1 yu4 rong2 you4 hui1 fu4 le5 zai4 chuang2 bian1 dai1 zuo4 de5 shen2 qing2 +007046 警方#1介入#1追查后#3,公司#1老板#2哄骗#1一个#1拾荒男#1顶包#4。 + jing3 fang1 jie4 ru4 zhui1 cha2 hou4 gong1 si1 lao2 ban3 hong3 pian4 yi2 ge4 shi2 huang1 nan2 ding3 bao1 +007047 随后#3,陈得荣#1目送#1妻子#3被#1儿子#2抬进#1装水泥的#2手扶#1“斗斗车#1”送走#4。 + sui2 hou4 chen2 de2 rong2 mu4 song4 qi1 zi3 bei4 er2 zi5 tai2 jin4 zhuang1 shui3 ni2 de5 shou3 fu2 dou2 dou3 che1 song4 zou3 +007048 刘志敏#2希望#1娟妹#2一如#1生前#3,能得到#1内心的#1平静#4。 + liu2 zhi4 min3 xi1 wang4 juan1 mei4 yi4 ru2 sheng1 qian2 neng2 de2 dao4 nei4 xin1 de5 ping2 jing4 +007049 林雨翔的#1笑#2嘎然#1止住#3,可见#2这一口#2咬的大#4。 + lin2 yu3 xiang2 de5 xiao4 ga1 ran2 zhi3 zhu4 ke3 jian4 zhei4 yi4 kou2 yao3 de5 da4 +007050 近#1两年来#3,臭氧层#1遭#1破坏的#1消息#2不绝#1于耳#4。 + jin4 liang3 nian2 lai2 chou4 yang3 ceng2 zao1 po4 huai4 de5 xiao1 xi5 bu4 jue2 yu2 er3 +007051 据悉#3,领馆#2面朝#1一条#1较窄的#1马路#3,夜间#2很少有#1行人#1经过#4。 + ju4 xi1 ling2 guan3 mian4 chao2 yi4 tiao2 jiao4 zhai3 de5 ma3 lu4 ye4 jian1 hen2 shao2 you3 xing2 ren2 jing1 guo4 +007052 二人#2心中#1大凛#3,急忙#1哀求#1放过#1他们#4。 + er4 ren2 xin1 zhong1 da4 lin3 ji2 mang2 ai1 qiu2 fang4 guo4 ta1 men5 +007053 人家#1长得#1好得多#3,个头#1比俺儿#1还高#4。 + ren2 jia1 zhang3 de5 hao3 de5 duo1 ge4 tou5 bi2 an3 er2 hai2 gao1 +007054 由于#1身上的#1背篓#1太重#3,正停脚#1歇息#4。 + you2 yu2 shen1 shang4 de5 bei1 lou3 tai4 zhong4 zheng4 ting2 jiao3 xie1 xi5 +007055 我妈妈#1有#1糖尿病#3,常常#1躲起来#1吃糖#4。 + wo3 ma1 ma5 you3 tang2 niao4 bing4 chang2 chang2 duo2 qi3 lai5 chi1 tang2 +007056 两只#1黄鹂#1鸣#1翠柳#3,你还#1没有#1女朋友#4。 + liang3 zhi1 huang2 li2 ming2 cui4 liu3 ni3 hai2 mei2 you2 nv3 peng2 you5 +007057 这是#2深深#1扎根于#1生命#1根底的#1力量#4。 + zhe4 shi4 shen1 shen1 zha1 gen1 yu2 sheng1 ming4 gen1 di3 de5 li4 liang4 +007058 亲子#1鉴定后#3,这个#1男子#1彻底#1蔫了#4。 + qin1 zi3 jian4 ding4 hou4 zhe4 ge5 nan2 zi3 che4 di3 nian1 le5 +007059 燃气#1抢修#1工人#2也在对#1破损点#2进行#1勘查#1和#1修复#4。 + ran2 qi4 qiang3 xiu1 gong1 ren2 ye3 zai4 dui4 po4 sun2 dian3 jin4 xing2 kan1 cha2 he2 xiu1 fu4 +007060 张高平#1出于#1好心#2将其#2继续#1捎带至#2艮秋#1立交桥#4。 + zhang1 gao1 ping2 chu1 yu2 hao3 xin1 jiang1 qi2 ji4 xu4 shao1 dai4 zhi4 gen4 qiu1 li4 jiao1 qiao2 +007061 除了#2为人#1有些#1木讷外#3,赵某#2给#1旁人的#1最大#1感觉#2就是#2特别#1简朴#4。 + chu2 le5 wei2 ren2 you3 xie1 mu4 ne4 wai4 zhao4 mou2 gei3 pang2 ren2 de5 zui4 da4 gan3 jue2 jiu4 shi4 te4 bie2 jian2 pu3 +007062 两个#1看货的#1客人中#3,一个#2是#1右脸#1刮伤#3,一个是#2左脚#1大腿#1蹭破了#4。 + liang3 ge4 kan4 huo4 de5 ke4 ren2 zhong1 yi2 ge4 shi4 you4 lian3 gua1 shang1 yi2 ge4 shi4 zuo2 jiao3 da4 tui3 ceng4 po4 le5 +007063 抓#1落实的#1过程#3,也是#1一个#2积小胜#1为#1大胜#3、积跬步#1致#1千里的#1过程#4。 + zhua1 luo4 shi2 de5 guo4 cheng2 ye3 shi4 yi2 ge4 ji1 xiao3 sheng4 wei2 da4 sheng4 ji1 kui3 bu4 zhi4 qian1 li3 de5 guo4 cheng2 +007064 一路上#2水流#1湍急#2、险滩#1众多#4。 + yi2 lu4 shang4 shui3 liu2 tuan1 ji2 xian3 tan1 zhong4 duo1 +007065 其实#3,俄罗斯#1与#1越南#1关系#1匪浅#4。 + qi2 shi2 e2 luo2 si1 yu3 yue4 nan2 guan1 xi5 fei2 qian3 +007066 如今#2卷土#1重来#3,令#1业界#1瞩目#4。 + ru2 jin1 juan2 tu3 chong2 lai2 ling4 ye4 jie4 zhu3 mu4 +007067 现场#3,锣鼓#1喧天#2,人头#1攒动#4。 + xian4 chang3 luo2 gu3 xuan1 tian1 ren2 tou2 cuan2 dong4 +007068 不会#1出现#1政策#1“翻烧饼#1”现象#4。 + bu2 hui4 chu1 xian4 zheng4 ce4 fan1 shao1 bing3 xian4 xiang4 +007069 王女士#2,皮肤#1白皙#2,身材#1窈窕#4。 + wang2 nv3 shi4 pi2 fu1 bai2 xi1 shen1 cai2 yao2 tiao3 +007070 后来#2他们#1咬牙#1切齿地#1说#2能干#4。 + hou4 lai2 ta1 men5 yao3 ya2 qie4 chi3 de5 shuo1 neng2 gan4 +007071 于特岛#2就在#1那儿#3,在#1她的#1对面#4。 + yu2 te4 dao3 jiu4 zai4 nar4 zai4 ta1 de5 dui4 mian4 +007072 选举#2采用#1无记名#1投票的#1方式#4。 + xuan2 ju2 cai3 yong4 wu2 ji4 ming2 tou2 piao4 de5 fang1 shi4 +007073 肇事#1业主#1装莽#3,被#1群众#1发现#4。 + zhao4 shi4 ye4 zhu3 zhuang1 mang3 bei4 qun2 zhong4 fa1 xian4 +007074 到底#1有#1多少血#3我们#1也#1没有#1看到#4。 + dao4 di2 you3 duo1 shao3 xue4 wo3 men5 ye3 mei2 you3 kan4 dao4 +007075 他还#1伸手#1去掐#1女人的#1脖子#4。 + ta1 hai2 shen1 shou3 qu4 qia1 nv3 ren2 de5 bo2 zi5 +007076 用电#1卡口#2也#1加剧了#1电力#1紧张#4。 + yong4 dian4 qia2 kou3 ye3 jia1 ju4 le5 dian4 li4 jin3 zhang1 +007077 手机#1差点#1就被#1他们#1没收喽#4。 + shou3 ji1 cha4 dian3 jiu4 bei4 ta1 men5 mo4 shou1 lou5 +007078 下面#2连线#1中央台#1记者#1柴安东#4。 + xia4 mian4 lian2 xian4 zhong1 yang1 tai2 ji4 zhe3 chai2 an1 dong1 +007079 新发地#1市场里#2在#1过秤#1芹菜#4。 + xin1 fa1 di4 shi4 chang2 li3 zai4 guo4 cheng4 qin2 cai4 +007080 故事里的#1农夫#2机智#1勇敢#3,狮子#2则是#1愚笨的#4。 + gu4 shi4 li3 de5 nong2 fu1 ji1 zhi4 yong2 gan3 shi1 zi5 ze2 shi4 yu2 ben4 de5 +007081 有#1几棵的#1位置#1稍微#1靠里#3,需要#1跨进#1栏杆#2,走几步#1才#1能够到#4。 + you2 ji3 ke1 de5 wei4 zhi4 shao1 wei1 kao4 li3 xu1 yao4 kua4 jin4 lan2 gan1 zou2 ji3 bu4 cai2 neng2 gou4 dao4 +007082 他#1满脸#1皱纹#2,眉毛#1花白#3,胸前#1挂着#1身份证#4。 + ta1 man2 lian3 zhou4 wen2 mei2 mao5 hua1 bai2 xiong1 qian2 gua4 zhe5 shen1 fen4 zheng4 +007083 这张#2“扯耳朵”的#1照片#3从#1发出#2到#1昨天#1中午#1为止#3,转载#1已上千#4。 + zhe4 zhang1 che2 er3 duo5 de5 zhao4 pian4 cong2 fa1 chu1 dao4 zuo2 tian1 zhong1 wu3 wei2 zhi3 zhuan2 zai2 yi3 shang4 qian1 +007084 鼓励#1发展#2商业#1保理#1机构#3,稳妥#1发展#2民营#2第三方#1支付#1机构#4。 + gu3 li4 fa1 zhan3 shang1 ye4 bao2 li3 ji1 gou4 wen2 tuo3 fa1 zhan3 min2 ying2 di4 san1 fang1 zhi1 fu4 ji1 gou4 +007085 如今#3,张帅可#2已#1成功#1转型为#2河南省#1散打队的#1助理#1教练#4。 + ru2 jin1 zhang1 shuai4 ke3 yi3 cheng2 gong1 zhuan3 xing2 wei2 he2 nan2 sheng3 san2 da3 dui4 de5 zhu4 li3 jiao4 lian4 +007086 他#1已经#1要求#1土耳其#1官方#2加强#1对#1美国#2外交#1使团的#1安全#1保护#4。 + ta1 yi3 jing1 yao1 qiu2 tu2 er3 qi2 guan1 fang1 jia1 qiang2 dui4 mei3 guo2 wai4 jiao1 shi3 tuan2 de5 an1 quan2 bao3 hu4 +007087 所以#3,每次#1有人#1访问我#3,问我#1用了#1那么多#1女演员#2,最喜欢的#1是谁#4? + suo2 yi3 mei3 ci4 you3 ren2 fang3 wen4 wo3 wen4 wo3 yong4 le5 na4 me5 duo1 nv2 yan3 yuan2 zui4 xi3 huan1 de5 shi4 shei2 +007088 新的#1拆迁#1补偿#1方式#3、标准#2与#1原“条例#1”规定的#1补偿#1方式#3、标准#2有什么#1区别#4? + xin1 de5 chai1 qian1 bu3 chang2 fang1 shi4 biao1 zhun2 yu3 yuan2 tiao2 li4 gui1 ding4 de5 bu3 chang2 fang1 shi4 biao1 zhun2 you3 shen2 me5 qu1 bie2 +007089 工作#1人员#2正#1蹚着水#3,在#1桥面上#2架设#1铁架#2、铺设#1木板#3,以#1增加#1桥高#4。 + gong1 zuo4 ren2 yuan2 zheng4 tang1 zhe5 shui3 zai4 qiao2 mian4 shang4 jia4 she4 tie3 jia4 pu1 she4 mu4 ban3 yi3 zeng1 jia1 qiao2 gao1 +007090 谈及#1自身的#1音乐#1定位#3,他们#1直言#3,“要做#1男人#2、爷们儿的#1音乐#4”。 + tan2 ji2 zi4 shen1 de5 yin1 yue4 ding4 wei4 ta1 men5 zhi2 yan2 yao4 zuo4 nan2 ren5 ye2 menr5 de5 yin1 yue4 +007091 但#1恐怖#2无法#1驱散#1内外的#1热气#3,之恒#2不禁#1抱怨#3:今天#1热成#1这样#3,怎么#1睡呢#4! + dan4 kong3 bu4 wu2 fa3 qu1 san4 nei4 wai4 de5 re4 qi4 zhi1 heng2 bu4 jin1 bao4 yuan4 jin1 tian1 re4 cheng2 zhe4 yang4 zen3 me5 shui4 ne5 +007092 用#1什么话#2来#1赞美#1这张图#2,都是#1苍白的#4。 + yong4 shen2 me5 hua4 lai2 zan4 mei3 zhei4 zhang1 tu2 dou1 shi4 cang1 bai2 de5 +007093 牛祝琴#1说#3,老薛#2从此#1落下了#1病根#3,以后#2无论#1去哪#3,身上#2都#1带着药#4。 + niu2 zhu4 qin2 shuo1 lao3 xue1 cong2 ci3 lao4 xia4 le5 bing4 gen1 yi3 hou4 wu2 lun4 qu4 na3 shen1 shang4 dou1 dai4 zhe5 yao4 +007094 阿兰#2爽快地#1答应了#4。 + a1 lan2 shuang3 kuai4 de5 da1 ying4 le5 +007095 各#1收费站#2进京#1方向#2停止#1收费#3,取消#1三匝#1收费站#4。 + ge4 shou1 fei4 zhan4 jin4 jing1 fang1 xiang4 ting2 zhi3 shou1 fei4 qu3 xiao1 san1 za1 shou1 fei4 zhan4 +007096 我#1猜中了#1这开头#2,却#1猜不中#1这结局#4。 + wo3 cai1 zhong4 le5 zhe4 kai1 tou2 que4 cai1 bu2 zhong4 zhe4 jie2 ju2 +007097 近日#3,男子#1一审#2被判处#1缓刑#4。 + jin4 ri4 nan2 zi3 yi1 shen3 bei4 pan4 chu2 huan3 xing2 +007098 发现#2房里#1多了#1个人#3,仲某#2迅速#1拿走#1床边的#2两只#1拎包#2夺门#1而逃#4。 + fa1 xian4 fang2 li3 duo1 le5 ge5 ren2 zhong4 mou3 xun4 su4 na2 zou3 chuang2 bian1 de5 liang3 zhi1 lin1 bao1 duo2 men2 er2 tao2 +007099 在#1属于#1阿联酋#1队的#1桌上#3,还#1散乱#1放着#1矿泉水#2、饼干#2和#1盒饭#4。 + zai4 shu3 yu2 a1 lian2 qiu2 dui4 de5 zhuo1 shang4 hai2 san3 luan4 fang4 zhe5 kuang4 quan2 shui3 bing3 gan1 he2 he2 fan4 +007100 一般#1认为#3,确定#2耶路#1撒冷的#1地位#3是#1解决#1巴以#1冲突的#1核心#1问题#4。 + yi4 ban1 ren4 wei2 que4 ding4 ye1 lu4 sa1 leng3 de5 di4 wei4 shi4 jie3 jue2 ba1 yi3 chong1 tu5 de5 he2 xin1 wen4 ti2 +007101 由于#2体内的#1病毒#2无法#1排除#3,导致#2高发宝#2全身#1浮肿#2、瘙痒#1难耐#4。 + you2 yu2 ti3 nei4 de5 bing4 du2 wu2 fa3 pai2 chu2 dao3 zhi4 gao1 fa1 bao3 quan2 shen1 fu2 zhong3 sao4 yang3 nan2 nai4 +007102 我陪你#2一起#1听听#1音乐#3,然后#2一起#1忘记#1所有#1难受#2,忘记#1全世界#4。 + wo3 pei2 ni3 yi4 qi3 ting1 ting1 yin1 yue4 ran2 hou4 yi4 qi3 wang4 ji4 suo2 you3 nan2 shou4 wang4 ji4 quan2 shi4 jie4 +007103 但是#2一#1批评完#2,马上#1就拉着#1儿子#2一起#1玩游戏#3,哄哄#1孩子#4。 + dan4 shi4 yi4 pi1 ping2 wan2 ma3 shang4 jiu4 la1 zhe5 er2 zi5 yi4 qi3 wan2 you2 xi4 hong2 hong3 hai2 zi5 +007104 但在#2部分#1家长#1看来#3,与其#1蛮横#1干涉#3,不如#1理性#1引导#4。 + dan4 zai4 bu4 fen4 jia1 zhang3 kan4 lai2 yu3 qi2 man2 heng4 gan1 she4 bu4 ru2 li3 xing4 yin2 dao3 +007105 面对#2记者们的#1一致#1好评#3,陈斌波#2笑意#1盎然#4。 + mian4 dui4 ji4 zhe3 men5 de5 yi2 zhi4 hao3 ping2 chen2 bin1 bo1 xiao4 yi4 ang4 ran2 +007106 联合#1参谋#1本部#2为#1议员#1放映了#1成功#1施射的#1视频#4。 + lian2 he2 can1 mou2 ben3 bu4 wei4 yi4 yuan2 fang4 ying4 le5 cheng2 gong1 shi1 she4 de5 shi4 pin2 +007107 刘先生#2用力#1拍打#2和#1脚踹#1车门#3,车门#2纹丝#1不动#4。 + liu2 xian1 sheng5 yong4 li4 pai1 da3 he2 jiao3 chuai4 che1 men2 che1 men2 wen2 si1 bu2 dong4 +007108 因为#2付不起#1棺材费#3,厂家#2已#1不再给#1法医室#1送货#4。 + yin1 wei4 fu4 bu4 qi3 guan1 cai5 fei4 chang3 jia1 yi3 bu2 zai4 gei2 fa3 yi1 shi4 song4 huo4 +007109 为了#1筹钱#2再过#1“赌博瘾#3”,他俩#1沆瀣#1一气#3,干起了#1骗租#1汽车的#1勾当#4。 + wei4 le5 chou2 qian2 zai4 guo4 du3 bo2 yin3 ta1 lia3 hang4 xie4 yi2 qi4 gan4 qi3 le5 pian4 zu1 qi4 che1 de5 gou4 dang4 +007110 水汽#2凝结#1成的#1细小#1水珠#2就是#1露水哦#4! + shui3 qi4 ning2 jie2 cheng2 de5 xi4 xiao2 shui3 zhu1 jiu4 shi4 lu4 shui3 o5 +007111 国家#2农业部#1发现#2“皮革#1奶粉#1”死灰#1复燃#4。 + guo2 jia1 nong2 ye4 bu4 fa1 xian4 pi2 ge2 nai2 fen3 si3 hui1 fu4 ran2 +007112 酒井#1法子的#1继母#1直子#3也#1接受了#1采访#4。 + jiu2 jing3 fa2 zi3 de5 ji4 mu3 zhi2 zi5 ye3 jie1 shou4 le5 cai2 fang3 +007113 谈到#1好友#1霆锋#1与#1柏芝#2有可能#1离婚#1收场#4。 + tan2 dao4 hao2 you3 ting2 feng1 yu3 bo2 zhi1 you2 ke3 neng2 li2 hun1 shou1 chang3 +007114 令#2王小苍#1奇怪的是#3,这些鱼#1在#1空中#2翻腾#1几下后#3,便#1立即#1死亡#4。 + ling4 wang2 xiao3 cang1 qi2 guai4 de5 shi4 zhe4 xie1 yu2 zai4 kong1 zhong1 fan1 teng2 ji3 xia4 hou4 bian4 li4 ji2 si3 wang2 +007115 所幸#3林雨翔#1敲诈的#1是#1诗词#2而#1不是钱#4。 + suo3 xing4 lin2 yu3 xiang2 qiao1 zha4 de5 shi4 shi1 ci2 er2 bu2 shi4 qian2 +007116 家#2,是#1残砖#2和柴火#2垒起来的#1院墙#3,塑料布#2搭建#1起来的#1厨房#4。 + jia1 shi4 can2 zhuan1 he2 chai2 huo3 lei2 qi3 lai2 de5 yuan4 qiang2 su4 liao4 bu4 da1 jian4 qi3 lai2 de5 chu2 fang2 +007117 肖聪#2斜倚在#1病床上#3,对#1记者的#1提出的#1问题#2麻木地#1眨着#1眼睛#4。 + xiao1 cong1 xie2 yi3 zai4 bing4 chuang2 shang4 dui4 ji4 zhe3 de5 ti2 chu1 de5 wen4 ti2 ma2 mu4 de5 zha3 zhe5 yan3 jing1 +007118 看到#1儿子#1乖巧#1可爱#3,张美#2不顾#1离婚#1协议#1约定#3,擅自#2将#1儿子#1带走#4。 + kan4 dao4 er2 zi5 guai1 qiao2 ke3 ai4 zhang1 mei3 bu2 gu4 li2 hun1 xie2 yi4 yue1 ding4 shan4 zi4 jiang1 er2 zi5 dai4 zou3 +007119 勘查#1现场的#1民警#1赶到后#3,夏波#1手里#2还#1攥着#1几绺#1头发#4。 + kan1 cha2 xian4 chang3 de5 min2 jing2 gan3 dao4 hou4 xia4 bo1 shou2 li3 hai2 zuan4 zhe5 ji2 liu3 tou2 fa4 +007120 因此#3,还得#1注意#1防御#2雷电#2和#1雷雨#1大风#2等#1强对流#1天气#4。 + yin1 ci3 hai2 dei3 zhu4 yi4 fang2 yu4 lei2 dian4 he2 lei2 yu3 da4 feng1 deng3 qiang2 dui4 liu2 tian1 qi4 +007121 春节的#1错位#2将#1大幅#1扰动#1今年#1一、二月#1同比#1数据#4。 + chun1 jie2 de5 cuo4 wei4 jiang1 da4 fu2 rao3 dong4 jin1 nian2 yi1 er4 yue4 tong2 bi3 shu4 ju4 +007122 而#1橡树#2则#1宽大#1而#1坚硬#3,无论#1多大的风#3都是#1不能#1使之#1弯曲的#4。 + er2 xiang4 shu4 ze2 kuan1 da4 er2 jian1 ying4 wu2 lun4 duo1 da4 de5 feng1 dou1 shi4 bu4 neng2 shi3 zhi1 wan1 qu1 de5 +007123 应采儿#2穿着#2婚纱#1配球鞋#3,陈小春的#1服装#2也不是#1很“正式#4”。 + ying1 cai3 er2 chuan1 zhe5 hun1 sha1 pei4 qiu2 xie2 chen2 xiao3 chun1 de5 fu2 zhuang1 ye3 bu2 shi4 hen3 zheng4 shi4 +007124 楼房#1之间的#1大片#1草坪#3,洒满#1金光#1闪闪的#1蒲公英#1花朵#4。 + lou2 fang2 zhi1 jian1 de5 da4 pian4 cao3 ping2 sa2 man3 jin1 guang1 shan2 shan3 de5 pu2 gong1 ying1 hua1 duo3 +007125 曾经#1有个#1女孩儿#1问我#3:你是#1帅哥吗#4? + ceng2 jing1 you3 ge5 nv3 hair2 wen4 wo3 ni3 shi4 shuai4 ge1 ma5 +007126 小兰#1接过#1饮料#3,咧着#1嘴巴#1笑了#4。 + xiao3 lan2 jie1 guo4 yin3 liao4 lie3 zhe5 zui3 ba5 xiao4 le5 +007127 每次#1到#1美国#2都要去#1拉斯#1维加斯的#1赌场#4。 + mei3 ci4 dao4 mei3 guo2 dou1 yao4 qu4 la1 si1 wei2 jia1 si1 de5 du2 chang3 +007128 张燕生#1称#3,不能#1因为#2该法案#1道义#1上的#1荒谬#3而#1低估#1其#1现实#1影响#4。 + zhang1 yan4 sheng1 cheng1 bu4 neng2 yin1 wei4 gai1 fa3 an4 dao4 yi4 shang4 de5 huang1 miu4 er2 di1 gu1 qi2 xian4 shi2 ying2 xiang3 +007129 是#1老婆#1大人#3,我把#1检讨书#2修改了#1五遍#2她才#1满意#4。 + shi4 lao3 po5 da4 ren5 wo2 ba3 jian2 tao3 shu1 xiu1 gai3 le5 wu3 bian4 ta1 cai2 man3 yi4 +007130 第十届#2市纪律#1检查#1委员会#2全体#1委员#2列席了#1会议#4。 + di4 shi2 jie4 shi4 ji4 lv4 jian3 cha2 wei3 yuan2 hui4 quan2 ti2 wei3 yuan2 lie4 xi2 le5 hui4 yi4 +007131 目前#2已引起#1山西省#2内外#1招商#1部门的#1竞相#1争逐#4。 + mu4 qian2 yi3 yin2 qi3 shan1 xi1 sheng3 nei4 wai4 zhao1 shang1 bu4 men2 de5 jing4 xiang1 zheng1 zhu2 +007132 罗天诚#1秘密#1被#1挖掉了#3,叫#3:你们#1不可以#1跟踪#1我的#4! + luo2 tian1 cheng2 mi4 mi4 bei4 wa1 diao4 le5 jiao4 ni3 men5 bu4 ke2 yi3 gen1 zong1 wo3 de5 +007133 最#1特别的是#3,即将#1过生日的#1黄妈妈#2也#1幸运#1入选#4。 + zui4 te4 bie2 de5 shi4 ji2 jiang1 guo4 sheng1 ri4 de5 huang2 ma1 ma5 ye3 xing4 yun4 ru4 xuan3 +007134 爆料#2成为#1名嘴们#2继续#1收拢#1观众#1收视率的#1王牌#4。 + bao4 liao4 cheng2 wei2 ming2 zui3 men5 ji4 xu4 shou1 long3 guan1 zhong4 shou1 shi4 lv4 de5 wang2 pai2 +007135 酒楼的#1招牌菜#3,依然#1是他#1最#1拿手的#2“客家#1三杯鸭#4”。 + jiu3 lou2 de5 zhao1 pai2 cai4 yi1 ran2 shi4 ta1 zui4 na2 shou3 de5 ke4 jia1 san1 bei1 ya1 +007136 刘悦伦#1告诉#1记者#3,佛山#2还努力#1推进#1河涌的#1整治#4。 + liu2 yue4 lun2 gao4 su4 ji4 zhe3 fo2 shan1 hai2 nu3 li4 tui1 jin4 he2 yong3 de5 zheng3 zhi4 +007137 易胜怀的#1修路#1工具#1很简单#3,钻子#3、锄头#2、锹锄#2和#1簸箕#4。 + yi4 sheng4 huai2 de5 xiu1 lu4 gong1 ju4 hen2 jian3 dan1 zuan1 zi5 chu2 tou5 qiao1 chu2 he2 bo4 ji5 +007138 机器人#2我会#1一直#1陪着#1你的#4。 + ji1 qi4 ren2 wo3 hui4 yi4 zhi2 pei2 zhe5 ni3 de5 +007139 魏敏生#1教授#2为#1记者#1举了#1个例#4。 + wei4 min3 sheng1 jiao4 shou4 wei4 ji4 zhe2 ju3 le5 ge4 li4 +007140 我#1没说#1炖鸡#3,我是说#1动机#4。 + wo3 mei2 shuo1 dun4 ji1 wo3 shi4 shuo1 dong4 ji1 +007141 前方#2也是#1明亮#1而#1温柔的光#4。 + qian2 fang1 ye3 shi4 ming2 liang4 er2 wen1 rou2 de5 guang1 +007142 所以#3,最大的#1学问#1是#1谦逊#4。 + suo2 yi3 zui4 da4 de5 xue2 wen4 shi4 qian1 xun4 +007143 帅气#3,不可能#1炫耀#1一辈子#4。 + shuai4 qi4 bu4 ke3 neng2 xuan4 yao4 yi2 bei4 zi5 +007144 经诊断#3,男子#2患#1脑血栓#4。 + jing1 zhen3 duan4 nan2 zi3 huan4 nao3 xue4 shuan1 +007145 原来#2你也#1在玩#1这个呀#2,哈哈#4。 + yuan2 lai2 ni2 ye3 zai4 wan2 zhe4 ge5 ya5 ha1 ha1 +007146 公映#1版本#2更适合#1年轻人#4。 + gong1 ying4 ban2 ben3 geng4 shi4 he2 nian2 qing1 ren2 +007147 万达冀#2维持#1恒力#1上市#1地位#4。 + wan4 da2 ji4 wei2 chi2 heng2 li4 shang4 shi4 di4 wei4 +007148 过年的#1气氛#2依然#1很热闹#4。 + guo4 nian2 de5 qi4 fen1 yi1 ran2 hen3 re4 nao4 +007149 遭受#1煎熬的#1人们#2深深#1盼望#2这种#1酷暑#2能有个#1尽头#4。 + zao1 shou4 jian1 ao2 de5 ren2 men5 shen1 shen1 pan4 wang4 zhe4 zhong3 ku4 shu3 neng2 you3 ge4 jin4 tou2 +007150 这些#1项目的#1参与者#2被#1称作#3“可信#1合作#1伙伴#3”,范围#1远超#1“棱镜#1”计划#4。 + zhe4 xie1 xiang4 mu4 de5 can1 yu4 zhe3 bei4 cheng1 zuo4 ke3 xin4 he2 zuo4 huo3 ban4 fan4 wei2 yuan3 chao1 leng2 jing4 ji4 hua4 +007151 一边#2和#1记者#1聊家常#3,夫妻俩#1手里的#1活#2一刻#1没停#4。 + yi4 bian1 he2 ji4 zhe3 liao2 jia1 chang2 fu1 qi1 lia3 shou2 li3 de5 huo2 yi2 ke4 mei2 ting2 +007152 方怡#2把#1这封#1德高#1望重的#1信#2轻夹在#1书里#4。 + fang1 yi2 ba3 zhe4 feng1 de2 gao1 wang4 zhong4 de5 xin4 qing1 jia1 zai4 shu1 li3 +007153 上述#1言论#2得到#1柴偲#2以及#1易某某的#1证实#4。 + shang4 shu4 yan2 lun4 de2 dao4 chai2 cai1 yi3 ji2 yi4 mou2 mou3 de5 zheng4 shi2 +007154 孩子们#2和#1“三峡#1工程#1建设者#2”卡通#1娃娃#1合影#4。 + hai2 zi5 men5 he2 san1 xia2 gong1 cheng2 jian4 she4 zhe3 ka3 tong1 wa2 wa5 he2 ying3 +007155 据悉#3,婚礼#2还#1请来#1骆驼#2、大象#2与马#1“助兴#4”。 + ju4 xi1 hun1 li3 hai2 qing3 lai2 luo4 tuo5 da4 xiang4 yu2 ma3 zhu4 xing4 +007156 另一名#1狱警#1徐某#2则被#1抢走#1警服#2,并被#1捆绑#4。 + ling4 yi4 ming2 yu4 jing3 xu2 mou3 ze2 bei4 qiang2 zou2 jing3 fu2 bing4 bei4 kun2 bang3 +007157 除了#1带了#1家里#1所剩#1不多的钱#3,苏春山#2还#1随身#1揣了#1一把#1剪刀#4。 + chu2 le5 dai4 le5 jia1 li2 suo3 sheng4 bu4 duo1 de5 qian2 su1 chun1 shan1 hai2 sui2 shen1 chuai1 le5 yi4 ba2 jian3 dao1 +007158 未经#1漂白的#1口蘑#4。 + wei4 jing1 piao3 bai2 de5 kou3 mo2 +007159 一个#2似乎#1从来#1没想#1过的#1问题#3,一个#1浅显#2而#1千真#1万确的#1命题#4。 + yi2 ge4 si4 hu1 cong2 lai2 mei2 xiang3 guo4 de5 wen4 ti2 yi2 ge4 qian2 xian3 er2 qian1 zhen1 wan4 que4 de5 ming4 ti2 +007160 太阳#1那么大#3,我能#1把他#1生下来#1吗我#4! + tai4 yang2 na4 me5 da4 wo3 neng2 ba3 ta1 sheng1 xia4 lai2 ma5 wo3 +007161 喇叭里#2传来#1马光行#1宏亮的#1命令#4。 + la3 ba1 li3 chuan2 lai2 ma3 guang1 xing2 hong2 liang4 de5 ming4 ling4 +007162 这个#1问题#2他和#1宋世平#2无一能#1回答#4。 + zhe4 ge4 wen4 ti2 ta1 he2 song4 shi4 ping2 wu2 yi4 neng2 hui2 da2 +007163 走了#1一会儿#3,四人#2到#1夜不眠#1快餐店#4。 + zou3 le5 yi2 huir4 si4 ren2 dao4 ye4 bu4 mian2 kuai4 can1 dian4 +007164 不听话的#1话#2感冒了#1别向我#1哭诉#4。 + bu4 ting1 hua4 de5 hua4 gan3 mao4 le5 bie2 xiang4 wo3 ku1 su4 +007165 沉重的#1大门#2,在后面#1缓缓#1关上#4。 + chen2 zhong4 de5 da4 men2 zai4 hou4 mian4 huan2 huan3 guan1 shang4 +007166 本想#2找一份#1工作#3,不曾想#1工作#1没有#1着落#3,盘缠#2却#1很快#1花光了#4。 + ben2 xiang2 zhao3 yi2 fen4 gong1 zuo4 bu4 ceng2 xiang3 gong1 zuo4 mei2 you3 zhuo2 luo4 pan2 chan5 que4 hen3 kuai4 hua1 guang1 le5 +007167 车厢内#2有#1女乘客#2恼火地#1拍打#1车门#3,并不断#1抱怨着#4。 + che1 xiang1 nei4 you2 nv3 cheng2 ke4 nao2 huo3 de5 pai1 da3 che1 men2 bing4 bu2 duan4 bao4 yuan5 zhe5 +007168 学生#1家长#2找到#1秦某后#3,因#1情绪#1激动#2与其#1发生#1撕扯#4。 + xue2 sheng1 jia1 zhang3 zhao3 dao4 qin2 mou3 hou4 yin1 qing2 xu4 ji1 dong4 yu3 qi2 fa1 sheng1 si1 che3 +007169 北京#1奥组委#2还#1特批#1我们#1在这里#2办了#1自己的#1餐厅#4。 + bei3 jing1 ao4 zu2 wei3 hai2 te4 pi1 wo3 men5 zai4 zhe4 li3 ban4 le5 zi4 ji3 de5 can1 ting1 +007170 刚#1开始时#3,小丽#2只是#1偶尔#1上网#4。 + gang1 kai1 shi3 shi2 xiao3 li4 zhi3 shi4 ou2 er3 shang4 wang3 +007171 依法#2妥善#1审理#2涉及#1民生#1等案件#4。 + yi1 fa2 tuo3 shan4 shen2 li3 she4 ji2 min2 sheng1 deng3 an4 jian4 +007172 恰巧#2当时#1有#1警车#1经过#3,该男子#2迅速#1调转#1方向#1离开#4。 + qia4 qiao3 dang1 shi2 you2 jing3 che1 jing1 guo4 gai1 nan2 zi3 xun4 su4 diao4 zhuan3 fang1 xiang4 li2 kai1 +007173 购买了#1贵厂的#1药品#1两盒#3,回去#1一吃#3,大约#1一个#1疗程#2,果然#1有效#4。 + gou4 mai3 le5 gui4 chang3 de5 yao4 pin2 liang3 he2 hui2 qu4 yi4 chi1 da4 yue1 yi2 ge4 liao2 cheng2 guo3 ran2 you3 xiao4 +007174 每次#1经过#2到#2涧桥山#1售楼处的#1时候#3,都能#1感觉到#2沁心#1宜人#4。 + mei3 ci4 jing1 guo4 dao4 jian4 qiao2 shan1 shou4 lou2 chu4 de5 shi2 hou4 dou1 neng2 gan3 jue2 dao4 qin4 xin1 yi2 ren2 +007175 习仲勋#2性格里#1有#1绵软#2、宽厚的#1一面#3,但#1并不#1缺少#1执着#1、硬朗#4。 + xi2 zhong4 xun1 xing4 ge2 li2 you3 mian2 ruan3 kuan1 hou4 de5 yi2 mian4 dan4 bing4 bu4 que1 shao3 zhi2 zhuo2 ying4 lang3 +007176 如果有#1威胁#2来自于#1前方#2以及#1另一#1侧方#3,则#1可以#1考虑#1双手#1抱肘#4。 + ru2 guo2 you3 wei1 xie2 lai2 zi4 yu2 qian2 fang1 yi3 ji2 ling4 yi2 ce4 fang1 ze2 ke2 yi2 kao3 lv4 shuang1 shou3 bao4 zhou3 +007177 这次#3,百宏#1集团#1老板#1嫁女儿#3,再次#1刷新了#1“天价#1嫁妆#1”纪录#4。 + zhe4 ci4 bai3 hong2 ji2 tuan2 lao2 ban3 jia4 nv3 er2 zai4 ci4 shua1 xin1 le5 tian1 jia4 jia4 zhuang5 ji4 lu4 +007178 他们#1透露#3将在#1八月#1举行#1音乐会#3,获#1不少#1好友#1自荐#1帮手#4。 + ta1 men5 tou4 lu4 jiang1 zai4 ba1 yue4 ju3 xing2 yin1 yue4 hui4 huo4 bu4 shao3 hao2 you3 zi4 jian4 bang1 shou3 +007179 很多人#1都说#2宋小宝#2是#1“丑小鸭#2”变成了#1“白天鹅#4”。 + hen3 duo1 ren2 dou1 shuo1 song4 xiao2 bao3 shi4 chou2 xiao3 ya1 bian4 cheng2 le5 bai2 tian1 e2 +007180 基本#1完工的#1机场#1场区#2,已#1看不到#1溶洞#2、溶沟#4。 + ji1 ben3 wan2 gong1 de5 ji1 chang2 chang3 qu1 yi3 kan4 bu2 dao4 rong2 dong4 rong2 gou1 +007181 反正#1当一天#1和尚#2敲一天#1钟喽#3,我也在#1渐渐#1适应#4。 + fan3 zheng4 dang1 yi4 tian1 he2 shang4 qiao1 yi4 tian1 zhong1 lou5 wo2 ye3 zai4 jian4 jian4 shi4 ying5 +007182 别看我#1只有#1十七岁#3,料#1很足的#4。 + bie2 kan4 wo3 zhi2 you3 shi2 qi1 sui4 liao4 hen3 zu2 de5 +007183 胡亮#2和#1王卓良#2是#1王振的#1邻居#3,在#2蔡甸#1新农#1中学#1读书#3,平时#2常在#1一起玩#4。 + hu2 liang4 he2 wang2 zhuo2 liang2 shi4 wang2 zhen4 de5 lin2 ju1 zai4 cai4 dian4 xin1 nong2 zhong1 xue2 du2 shu1 ping2 shi2 chang2 zai4 yi4 qi3 wan2 +007184 齐国栋#2大吃#1一惊#3,像#1失了#1水分的#1茄子#3,耷拉着#1脑袋#2告辞了#1工程师#4。 + qi2 guo2 dong4 da4 chi1 yi4 jing1 xiang4 shi1 le5 shui3 fen4 de5 qie2 zi5 da1 la5 zhe5 nao3 dai4 gao4 ci2 le5 gong1 cheng2 shi1 +007185 小贺的#1父母#2是#1普通#1农民#3,老实#1木讷#3,整日#2忙碌#1操劳#4。 + xiao3 he4 de5 fu4 mu3 shi4 pu3 tong1 nong2 min2 lao3 shi2 mu4 ne4 zheng3 ri4 mang2 lu4 cao1 lao2 +007186 而#1照片#1中的#1尹恩惠#3更如同#1专业#1模特儿#1一样#3,让人#2回味#1无穷#4。 + er2 zhao4 pian4 zhong1 de5 yin3 en1 hui4 geng4 ru2 tong2 zhuan1 ye4 mo2 ter4 yi2 yang4 rang4 ren2 hui2 wei4 wu2 qiong2 +007187 暴雨#1肆虐#3,导致#1洪水#1猛涨#4。 + bao4 yu3 si4 nve4 dao3 zhi4 hong2 shui3 meng2 zhang3 +007188 逃不了#3,那#1只能#2稳住#1绑匪#4。 + tao2 bu4 liao3 na4 zhi3 neng2 wen3 zhu4 bang2 fei3 +007189 由于#2憨态#1可掬#2并#1数量#1稀少#3,江豚#2也被#1誉为#2“水中#1大熊猫#4”。 + you2 yu2 han1 tai4 ke3 ju1 bing4 shu4 liang4 xi1 shao3 jiang1 tun2 ye3 bei4 yu4 wei2 shui3 zhong1 da4 xiong2 mao1 +007190 近日#3,永嘉#1检察院#2以#1敲诈#1勒索罪#3、放火罪#2,起诉#1董某#4。 + jin4 ri4 yong3 jia1 jian3 cha2 yuan4 yi3 qiao1 zha4 le4 suo3 zui4 fang4 huo3 zui4 qi3 su4 dong2 mou3 +007191 对此#3,不少#1网民#2提出了#1疑问#4。 + dui4 ci3 bu4 shao2 wang3 min2 ti2 chu1 le5 yi2 wen4 +007192 我#1这么#1关心你#3你还#1说我烦#4。 + wo3 zhe4 me5 guan1 xin1 ni3 ni3 hai2 shuo1 wo3 fan2 +007193 爹爹#2随身#1带着#1唢呐#1和笙#4。 + die1 die5 sui2 shen1 dai4 zhe5 suo3 na4 he2 sheng1 +007194 裸露的#1皮肤#2涂抹#1驱避剂#4。 + luo3 lu4 de5 pi2 fu1 tu2 mo3 qu1 bi4 ji4 +007195 他学#1东西#1并不快#3,而他想#1提拔的人#3往往#1都是些#1笨蛋#4。 + ta1 xue2 dong1 xi5 bing4 bu2 kuai4 er2 ta1 xiang3 ti2 ba2 de5 ren2 wang2 wang3 dou1 shi4 xie1 ben4 dan4 +007196 过春节#2怎么#1能不#1回家呢#4? + guo4 chun1 jie2 zen3 me5 neng2 bu4 hui2 jia1 ne5 +007197 之后#3,推销员#1不再#1骚扰他#4。 + zhi1 hou4 tui1 xiao1 yuan2 bu2 zai4 sao1 rao3 ta1 +007198 然而#2,风水#1轮流转#3,今年#2更多#1文科生#2栽在了#1高考中#4。 + ran2 er2 feng1 shui3 lun2 liu2 zhuan3 jin1 nian2 geng4 duo1 wen2 ke1 sheng1 zai1 zai4 le5 gao1 kao3 zhong1 +007199 上述#1三人#2为#1组织#1、领导者#4。 + shang4 shu4 san1 ren2 wei2 zu3 zhi1 ling2 dao2 zhe3 +007200 零售#1行业的#1拐点#2已经#1临近#4。 + ling2 shou4 hang2 ye4 de5 guai2 dian3 yi3 jing1 lin2 jin4 +007201 罗天诚#3,你的字#2很#1漂亮诶#4。 + luo2 tian1 cheng2 ni3 de5 zi4 hen3 piao4 liang4 ei5 +007202 酒井#1法子#1涉毒时#1很憔悴#4。 + jiu2 jing3 fa2 zi5 she4 du2 shi2 hen3 qiao2 cui4 +007203 他#1挽留#1不住#2,只好#1跟上去#4。 + ta1 wan3 liu2 bu2 zhu4 zhi2 hao3 gen1 shang4 qu4 +007204 他照#2梁样君#1说的#1誊写#1一遍#4。 + ta1 zhao4 liang2 yang4 jun1 shuo1 de5 teng2 xie3 yi2 bian4 +007205 我#1脾气#1超级好#3,不会#1急的#4。 + wo3 pi2 qi4 chao1 ji2 hao3 bu2 hui4 ji2 de5 +007206 现#1摘录#1整理#3,以#1警示#1后人#4。 + xian4 zhai1 lu4 zheng2 li3 yi2 jing3 shi4 hou4 ren2 +007207 三是#2畅通#1流动#1选拔#1渠道#4。 + san1 shi4 chang4 tong1 liu2 dong4 xuan3 ba2 qu2 dao4 +007208 其实#3陈山聪#2一向#1钟情#1大包包#3,更成了#1他的#1招牌#1标志#4。 + qi2 shi2 chen2 shan1 cong1 yi2 xiang4 zhong1 qing2 da4 bao1 bao1 geng4 cheng2 le5 ta1 de5 zhao1 pai2 biao1 zhi4 +007209 还#1有没有#1疏散的#1这些#1旅客#3,他们#1安置#1状况#2究竟#1怎么样#4? + hai2 you3 mei2 you3 shu1 san4 de5 zhe4 xie1 lv3 ke4 ta1 men5 an1 zhi4 zhuang4 kuang4 jiu1 jing4 zen3 me5 yang4 +007210 加速#1这一#1犯罪#1团伙#1灭亡的#3,竟是#1一个#1小小的#1网帖#4。 + jia1 su4 zhe4 yi2 fan4 zui4 tuan2 huo3 mie4 wang2 de5 jing4 shi4 yi2 ge5 xiao2 xiao3 de5 wang2 tie3 +007211 就很#1谄媚的#2伸出#1两只#1手指头#3,冲#1考官#1一笑#3:曳#4! + jiu4 hen2 chan3 mei4 de5 shen1 chu1 liang3 zhi1 shou2 zhi3 tou5 chong4 kao3 guan1 yi2 xiao4 ye4 +007212 甘慧萍#2也#1不晓得#1到底#1咋回事儿#3,两口子#1拌了#1几句#1嘴后#1回了家#4。 + gan1 hui4 ping2 ye3 bu4 xiao3 de2 dao4 di2 za3 hui2 shir4 liang2 kou3 zi5 ban4 le5 ji3 ju4 zui3 hou4 hui2 le5 jia1 +007213 讲究#2内外#1合一#2、形神#1兼备#3、节奏#1鲜明的#2民族#1风格#4。 + jiang3 jiu5 nei4 wai4 he2 yi1 xing2 shen2 jian1 bei4 jie2 zou4 xian1 ming2 de5 min2 zu2 feng1 ge2 +007214 随后#3,记者#1又#1联系上#2五五四路#1公交#1有关#1负责人#4。 + sui2 hou4 ji4 zhe3 you4 lian2 xi4 shang4 wu2 wu3 si4 lu4 gong1 jiao1 you3 guan1 fu4 ze2 ren2 +007215 总觉得#1相机#1广告#1中的#1模特儿#2特别#1漂亮#1帅气#4。 + zong3 jue2 de5 xiang4 ji1 guang3 gao4 zhong1 de5 mo2 ter4 te4 bie2 piao4 liang4 shuai4 qi4 +007216 儿子的#1惨死#3,令#1年轻的#1父亲#2袁某某#2十分#1悲痛#4。 + er2 zi5 de5 can2 si3 ling4 nian2 qing1 de5 fu4 qin1 yuan2 mou2 mou3 shi2 fen1 bei1 tong4 +007217 圣依#2日前#1现身#1上海#3,身形#1苗条的#1她#2以手#1遮肚#4。 + sheng4 yi1 ri4 qian2 xian4 shen1 shang4 hai3 shen1 xing2 miao2 tiao2 de5 ta1 yi2 shou3 zhe1 du4 +007218 也就是#1说#3,“挟尸#1要价”的#1实际#1时间#2超过#1半小时#4。 + ye3 jiu4 shi4 shuo1 xie2 shi1 yao4 jia4 de5 shi2 ji4 shi2 jian1 chao1 guo4 ban4 xiao3 shi2 +007219 早前#2陈嘉桓#1于#1香港#1报警#3,问到#1当时#1究竟#1告谁#4? + zao3 qian2 chen2 jia1 huan2 yu2 xiang1 gang3 bao4 jing3 wen4 dao4 dang1 shi2 jiu1 jing4 gao4 shui2 +007220 男友说#3:“宿舍里#1一哥们#2吃核桃#2遇到#1一个#1硬的#4! + nan2 you3 shuo1 su4 she4 li3 yi4 ge1 men5 chi1 he2 tao5 yu4 dao4 yi2 ge5 ying4 de5 +007221 目前#3,各地#2一次性#1工亡#1补助金#1标准#2不尽#1相同#4。 + mu4 qian2 ge4 di4 yi2 ci4 xing4 gong1 wang2 bu3 zhu4 jin1 biao1 zhun3 bu2 jin4 xiang1 tong2 +007222 摄影师#1没有手#3,就像#1赛跑者#1没有脚#2,令人#1气馁#4。 + she4 ying3 shi1 mei2 you2 shou3 jiu4 xiang4 sai4 pao2 zhe3 mei2 you2 jiao3 ling4 ren2 qi4 nei3 +007223 后来#2,小毛#1一直#1没把#1签好的#1合同#2拿给#1王先生#4。 + hou4 lai2 xiao3 mao2 yi4 zhi2 mei2 ba3 qian1 hao3 de5 he2 tong5 na2 gei3 wang2 xian1 sheng5 +007224 在供#1远小于#1需的#1局面下#3,找保姆#1难#2成了#1常态#4。 + zai4 gong1 yuan2 xiao3 yu2 xu1 de5 ju2 mian4 xia4 zhao3 bao2 mu3 nan2 cheng2 le5 chang2 tai4 +007225 然而#2,擦干#1眼泪#3,她又#1不得不#1乖乖地#1服从#1严厉的#1爸爸#4。 + ran2 er2 ca1 gan1 yan3 lei4 ta1 you4 bu4 de2 bu4 guai1 guai1 de5 fu2 cong2 yan2 li4 de5 ba4 ba5 +007226 悬挂着#1条幅的#1大楼三#3,被#1媒体#1称为#3楼垮垮#4。 + xuan2 gua4 zhe5 tiao2 fu2 de5 da4 lou2 san1 bei4 mei2 ti3 cheng1 wei2 lou2 kua2 kua3 +007227 随后#3男子#1竟在#1众目#1睽睽#1之下#2吮吸#1鸵鸟#1血液#4。 + sui2 hou4 nan2 zi3 jing4 zai4 zhong4 mu4 kui2 kui2 zhi1 xia4 shun3 xi1 tuo2 niao3 xue4 ye4 +007228 对此#2她#1笑纳#3,“贫点好#3,不长#1虫儿#4”。 + dui4 ci3 ta1 xiao4 na4 pin2 dian2 hao3 bu4 zhang3 chong2 er5 +007229 林父说#3,悲剧#1发生后#3,曾#1不止#1一次#2梦见#2田永涛#2拎着酒#2来看#1自己#4。 + lin2 fu4 shuo1 bei1 ju4 fa1 sheng1 hou4 ceng2 bu4 zhi3 yi2 ci4 meng4 jian4 tian2 yong3 tao1 lin1 zhe5 jiu3 lai2 kan4 zi4 ji3 +007230 不过#2最怕#1青蛙的#1余文乐#3却#1不小心#1真正#1舔到了#3,让他#1大喊#1崩溃#4。 + bu2 guo4 zui4 pa4 qing1 wa1 de5 yu2 wen2 le4 que4 bu4 xiao3 xin1 zhen1 zheng4 tian3 dao4 le5 rang4 ta1 da4 han3 beng1 kui4 +007231 他的#1岁数#2比#1王勃#1成#1天才时#2少了#1一倍#3,自然#1写不出#1儿歌#4。 + ta1 de5 sui4 shu4 bi3 wang2 bo2 cheng2 tian1 cai2 shi2 shao3 le5 yi2 bei4 zi4 ran2 xie3 bu4 chu1 er2 ge1 +007232 他们的#1收入#2普遍#1不高#3,扣除#1就业#1成本#3,就#1相差#1无几了#4。 + ta1 men5 de5 shou1 ru4 pu3 bian4 bu4 gao1 kou4 chu2 jiu4 ye4 cheng2 ben3 jiu4 xiang1 cha4 wu2 ji3 le5 +007233 那里有#1雪野#1大地#3,那里有#1战友的#1生死#1相牵#4。 + na4 li2 you3 xue2 ye3 da4 di4 na4 li2 you3 zhan4 you3 de5 sheng1 si3 xiang1 qian1 +007234 八年了#2,每次#1都有钱#3,可为何#2从来#1没有#1一次#1超过#1五毛钱#4。 + ba1 nian2 le5 mei3 ci4 dou1 you3 qian2 ke3 wei4 he2 cong2 lai2 mei2 you3 yi2 ci4 chao1 guo4 wu3 mao2 qian2 +007235 不了解#1我们的人#3,只有#1满脑袋#1浪漫的#1想象#4。 + bu4 liao2 jie2 wo3 men5 de5 ren2 zhi2 you3 man2 nao3 dai5 lang4 man4 de5 xiang3 xiang4 +007236 桥下彻#2同样在#1混淆#1是非#3,可见#1日本#1右翼#2坚持#1恶行#2,不肯#1悔改#4。 + qiao2 xia4 che4 tong2 yang4 zai4 hun4 xiao2 shi4 fei1 ke3 jian4 ri4 ben3 you4 yi4 jian1 chi2 e4 xing2 bu4 ken3 hui2 gai3 +007237 经#1公安#1部门#1调查#3,肇事者#3为#1南刘庄#1村民#2刘大孬#4。 + jing1 gong1 an1 bu4 men2 diao4 cha2 zhao4 shi4 zhe3 wei2 nan2 liu2 zhuang1 cun1 min2 liu2 da4 nao1 +007238 一#3、“第一#1夫人#2”是从#1美国#1兴起的#4。 + yi1 di4 yi1 fu1 ren5 shi4 cong2 mei3 guo2 xing1 qi3 de5 +007239 这类#1传统#1企业#2会#1越来#1越多#4。 + zhe4 lei4 chuan2 tong2 qi3 ye4 hui4 yue4 lai2 yue4 duo1 +007240 徐天#2是个#1利落人#4。 + xu2 tian1 shi4 ge5 li4 luo4 ren2 +007241 铁力#2瓦尔地#1、吐逊#4。 + tie3 li4 wa2 er3 de5 tu3 xun4 +007242 是#1因为#2我#1还是#1单身#2所以#1会有#1这么多#1谣言吧#4。 + shi4 yin1 wei4 wo3 hai2 shi4 dan1 shen1 suo2 yi3 hui4 you3 zhe4 me5 duo1 yao2 yan2 ba5 +007243 为什么#1要#1傲娇#4? + wei4 shen2 me5 yao4 ao4 jiao1 +007244 海上#1问题#2可能在#1五至#1七年内#2达到#1顶点#4。 + hai3 shang4 wen4 ti2 ke3 neng2 zai4 wu3 zhi4 qi1 nian2 nei4 da2 dao4 ding2 dian3 +007245 医生啊#4。 + yi1 sheng1 a5 +007246 别呃#3,想想#1办法吧#4。 + bie2 e5 xiang2 xiang3 ban4 fa3 ba5 +007247 小孩#1考试#1没考好#3,被他#1妈妈#1揍了#1一顿#4。 + xiao3 hai2 kao3 shi4 mei2 kao2 hao3 bei4 ta1 ma1 ma5 zou4 le5 yi2 dun4 +007248 等我#1白天#1照一下吧#4。 + deng2 wo3 bai2 tian1 zhao4 yi2 xia4 ba5 +007249 加上#2腿脚#1不灵便#3,他便#2往后#1倒了#1下去#4。 + jia1 shang4 tui2 jiao3 bu4 ling2 bian4 ta1 bian4 wang3 hou4 dao3 le5 xia4 qu4 +007250 只#1偶尔#1打个#1电话#4。 + zhi3 ou2 er2 da3 ge5 dian4 hua4 +007251 好#1开心的#1一天喔#4! + hao3 kai1 xin1 de5 yi4 tian1 o5 +007252 先#1拿出#1你的#1诚意来#4。 + xian1 na2 chu1 ni3 de5 cheng2 yi4 lai2 +007253 天气#1预报说#3(二十二度#4)。 + tian1 qi4 yu4 bao4 shuo1 er4 shi2 er4 du4 +007254 这么#1着急#1喊我#1干嘛#4? + zhe4 me5 zhao2 ji2 han2 wo3 gan4 ma2 +007255 张女士#1“嗯”了#1一声#4。 + zhang1 nv3 shi4 en4 le5 yi4 sheng1 +007256 两人的#1脸谱网#1首页#4。 + liang3 ren2 de5 lian2 pu2 wang2 shou3 ye4 +007257 这#1实际上#2是#1法条#1冲突#2以谁#1为准的#1问题#4。 + zhe4 shi2 ji4 shang4 shi4 fa3 tiao2 chong1 tu5 yi3 shui2 wei2 zhun3 de5 wen4 ti2 +007258 这个#1真的#1难倒#1我啦#4。 + zhe4 ge5 zhen1 de5 nan2 dao2 wo3 la5 +007259 林的#1舅舅#1也赶来#4。 + lin2 de5 jiu4 jiu5 ye2 gan3 lai2 +007260 需要#1大约#1(两小时#4)。 + xu1 yao4 da4 yue1 liang2 xiao3 shi2 +007261 一定#1是在#1欣赏#1我啦#4! + yi2 ding4 shi4 zai4 xin1 shang2 wo3 la5 +007262 我想#1我也#1不会了#4。 + wo2 xiang3 wo2 ye3 bu2 hui4 le5 +007263 周永康#2向#1努尔#1别尔#4。 + zhou1 yong3 kang1 xiang4 nu2 er3 bie2 er3 +007264 应该#1是叫#1舅姥爷吧#4。 + ying1 gai1 shi4 jiao4 jiu4 lao3 ye2 ba5 +007265 空气#1质量优#4。 + kong1 qi4 zhi4 liang4 you1 +007266 那就要#1拭目#1以待喽#4。 + na4 jiu4 yao4 shi4 mu4 yi3 dai4 lou5 +007267 解放军#2就去#1救俺们#4。 + jie3 fang4 jun1 jiu4 qu4 jiu4 an3 men2 +007268 偶尔#2会有#1一点#1无聊啦#4。 + ou2 er3 hui4 you3 yi4 dian3 wu2 liao2 la5 +007269 笑而#1不语#2是一种#1态度#4。 + xiao4 er2 bu4 yu3 shi4 yi4 zhong3 tai4 du4 +007270 昨日#3月饼#1大幅#1降价#4。 + zuo2 ri4 yue4 bing3 da4 fu2 jiang4 jia4 +007271 你别#1夸我#3,我知道#1你#1一夸我#1就要#1吃大亏了#4。 + ni3 bie2 kua1 wo3 wo3 zhi1 dao4 ni3 yi4 kua1 wo3 jiu4 yao4 chi1 da4 kui1 le5 +007272 赌场#1内的#1专业#1装备#4。 + du2 chang3 nei4 de5 zhuan1 ye4 zhuang1 bei4 +007273 蔡赟#1对此#1羡慕#1不已#4。 + cai4 yun1 dui4 ci3 xian4 mu4 bu4 yi3 +007274 偶在#1和你#1聊天啊#4。 + ou3 zai4 he2 ni3 liao2 tian1 a5 +007275 咱们#1也得#1体谅#1国家#4。 + zan2 men5 ye2 dei2 ti3 liang4 guo2 jia1 +007276 楼市#2正在#1酝酿#1“拐点#4”。 + lou2 shi4 zheng4 zai4 yun4 niang4 guai2 dian3 +007277 都是#2“谣言#1”惹的祸#4。 + dou1 shi4 yao2 yan2 re3 de5 huo4 +007278 黄瓜#1炒鸡蛋#4。 + huang2 gua1 chao3 ji1 dan4 +007279 我#1就是#1肖烨的#1傀儡#4。 + wo3 jiu4 shi4 xiao1 ye4 de5 kui2 lei3 +007280 说曹操#1我就#1出现了#4。 + shuo1 cao2 cao1 wo3 jiu4 chu1 xian4 le5 +007281 李某女#2是#1讲解员#4。 + li2 mou2 nv3 shi4 jiang2 jie3 yuan2 +007282 扬子#1晚报#1记者#2以#1自己的#1情况#2测试了#1一番#4。 + yang2 zi2 wan3 bao4 ji4 zhe3 yi3 zi4 ji3 de5 qing2 kuang4 ce4 shi4 le5 yi4 fan1 +007283 我爱你#1胜过#1爱自己#4。 + wo3 ai4 ni3 sheng4 guo4 ai4 zi4 ji3 +007284 我的心#1只属于#1你哦#4。 + wo3 de5 xin1 zhi2 shu3 yu2 ni3 o5 +007285 有时候#2胡子#1不刮#4。 + you3 shi2 hou4 hu2 zi5 bu4 gua1 +007286 传媒#1大亨#2默多克#4。 + chuan2 mei2 da4 heng1 mo4 duo1 ke4 +007287 我一直#1会#1年轻哟#4。 + wo3 yi4 zhi2 hui4 nian2 qing1 yo5 +007288 这是#1我的#1一些#1谬见#4。 + zhe4 shi4 wo3 de5 yi4 xie1 miu4 jian4 +007289 蔡美儿#2也在#1思考着#4。 + cai4 mei3 er2 ye3 zai4 si1 kao3 zhe5 +007290 发展#1改革委#1指出#4。 + fa1 zhan2 gai3 ge2 wei2 zhi3 chu1 +007291 梅耶尔#1就#1做到了#4。 + mei2 ye1 er3 jiu4 zuo4 dao4 le5 +007292 希望我#1几点#1叫你呢#4? + xi1 wang4 wo3 ji2 dian3 jiao4 ni3 ne5 +007293 谁都#1有可能#1爱你#4。 + shui2 dou1 you2 ke3 neng2 ai4 ni3 +007294 我的#1系统#1安装#1不上#3,快点#1指点#1指点#1我吧#4。 + wo3 de5 xi4 tong3 an1 zhuang1 bu2 shang4 kuai4 dian3 zhi2 dian3 zhi2 dian2 wo3 ba5 +007295 她#1立即#1晕倒#1在地#4。 + ta1 li4 ji2 yun1 dao3 zai4 di4 +007296 通用#1汽车#2排在#1第三#3,为#2九点#1二四#1六亿#1美元#4。 + tong1 yong4 qi4 che1 pai2 zai4 di4 san1 wei2 jiu2 dian3 er4 si4 liu4 yi4 mei3 yuan2 +007297 存港币#3也不#1可以么#4? + cun2 gang3 bi4 ye3 bu4 ke2 yi3 me5 +007298 王海剑#2免予#1赔偿#4。 + wang2 hai3 jian4 mian2 yu3 pei2 chang2 +007299 这方面#3,瓮安#2也有#1教训#4。 + zhe4 fang1 mian4 weng4 an1 ye2 you3 jiao4 xun4 +007300 何时#1才能#1有雨啊#4? + he2 shi2 cai2 neng2 you2 yu3 a5 +007301 父子俩#2扭打在#1一起#4。 + fu4 zi2 lia3 niu2 da3 zai4 yi4 qi3 +007302 想#1听听#1您的#1观点#4。 + xiang3 ting1 ting1 nin2 de5 guan1 dian3 +007303 她#1实在#1难相处#4。 + ta1 shi2 zai4 nan2 xiang1 chu3 +007304 经常#1使用#1电热毯者#3,还应#1适量#2增加#1饮水#4。 + jing1 chang2 shi3 yong4 dian4 re4 tan2 zhe3 hai2 ying1 shi4 liang4 zeng1 jia1 yin2 shui3 +007305 我#1不会#1跳#1广场舞呢#4。 + wo3 bu2 hui4 tiao4 guang2 chang2 wu3 ne5 +007306 此时#1无声#1胜有声#4。 + ci3 shi2 wu2 sheng1 sheng4 you3 sheng1 +007307 拍完#1再算#3,哈哈哈#4! + pai1 wan2 zai4 suan4 ha1 ha1 ha1 +007308 不能够#2因噎#1废食#4。 + bu4 neng2 gou4 yin1 ye1 fei4 shi2 +007309 哇#3,古文耶#3——说着#1伸出手#1说#3,你好#3,久仰了#4。 + wa5 gu3 wen2 ye5 shuo1 zhe5 shen1 chu1 shou3 shuo1 ni2 hao3 jiu2 yang3 le5 +007310 我刚#2学了#1糖醋#1排骨#4! + wo3 gang1 xue2 le5 tang2 cu4 pai2 gu3 +007311 戴手套的#1一位#1师傅#3,高扬#1着手#3,仰头#1指挥#4。 + dai4 shou3 tao4 de5 yi2 wei4 shi1 fu5 gao1 yang2 zhe5 shou3 yang3 tou2 zhi3 hui1 +007312 到#2南北朝时#3,馄饨#2“形如#1偃月#3,天下#1通食#4”。 + dao4 nan2 bei3 chao2 shi2 hun2 tun5 xing2 ru2 yan3 yue4 tian1 xia4 tong1 shi2 +007313 河北省#2唐山市人#4。 + he2 bei2 sheng3 tang2 shan1 shi4 ren2 +007314 我要#1上班啊#1大姐#4。 + wo3 yao4 shang4 ban1 a5 da4 jie3 +007315 等你的#1长发#1及腰吗#4? + deng2 ni3 de5 chang2 fa4 ji2 yao1 ma5 +007316 幸好#1没酿成#1惨剧#4。 + xing4 hao3 mei2 niang4 cheng2 can3 ju4 +007317 不知道#2要#1学着#1知道#4。 + bu4 zhi1 dao4 yao4 xue2 zhe5 zhi1 dao4 +007318 可能性#2又有#1多大呢#4? + ke3 neng2 xing4 you4 you3 duo1 da4 ne5 +007319 我#1每天#1按时#1起床#4。 + wo2 mei3 tian1 an4 shi2 qi3 chuang2 +007320 田园#1蔬菜粥#2不错呀#4。 + tian2 yuan2 shu1 cai4 zhou1 bu2 cuo4 ya5 +007321 四是#3窝案#1串案多#4。 + si4 shi4 wo1 an4 chuan4 an4 duo1 +007322 我#1猜不到耶#4… + wo3 cai1 bu4 dao4 ye5 +007323 付出#2总有#1回报的#4。 + fu4 chu1 zong2 you3 hui2 bao4 de5 +007324 收#1多少#2也是#1一门#1学问#4。 + shou1 duo1 shao2 ye3 shi4 yi4 men2 xue2 wen4 +007325 推荐#1你去#1威尼斯#4。 + tui1 jian4 ni3 qu4 wei1 ni2 si1 +007326 覆巢#1之下#2难有#1完卵#4。 + fu4 chao2 zhi1 xia4 nan2 you3 wan2 luan3 +007327 我#1准备#1冲#1网吧了#4。 + wo2 zhun3 bei4 chong1 wang3 ba1 le5 +007328 维公#1之力#3,博望#1寔同#4。 + wei2 gong1 zhi1 li4 bo2 wang4 shi2 tong2 +007329 推荐#2她去#1欧洲城#4。 + tui1 jian4 ta1 qu4 ou1 zhou1 cheng2 +007330 忙着#2等待你#1调遣呀#4。 + mang2 zhe5 deng3 dai4 ni3 diao4 qian3 ya5 +007331 他人#2软得#1想#1跪下去#3,喉咙#1奇于#3,应付说#3:我是#3,什#3……什么事#4? + ta1 ren2 ruan3 de5 xiang3 gui4 xia4 qu4 hou2 long2 qi2 yu2 ying4 fu5 shuo1 wo3 shi4 shen2 shen2 me5 shi4 +007332 在#1椁板的#1两边#3,有一些#1凹槽#3,用以#1卡住#1几块#1椁板#2,以便于#1连接#4。 + zai4 guo2 ban3 de5 liang3 bian1 you3 yi4 xie1 ao1 cao2 yong4 yi2 qia3 zhu4 ji3 kuai4 guo2 ban3 yi3 bian4 yu2 lian2 jie1 +007333 昨日#3,星沙#1水渡河#1橡胶坝#3,水坝#1下面#1波涛#1滚滚#4。 + zuo2 ri4 xing1 sha1 shui3 du4 he2 xiang4 jiao1 ba4 shui3 ba4 xia4 mian5 bo1 tao1 gun2 gun3 +007334 得知#1情况后#3,汪先生#2端起#1一盆水#3,冲进#1老人#1家中#4。 + de2 zhi1 qing2 kuang4 hou4 wang1 xian1 sheng5 duan1 qi3 yi4 pen2 shui3 chong1 jin4 lao3 ren2 jia1 zhong1 +007335 天色#2都暗了#3,黑幕里#2探头#2出现#1一颗#1早熟的#1星星#3,映得#1这夜#1特别#1凄凉#4。 + tian1 se4 dou1 an4 le5 hei1 mu4 li3 tan4 tou2 chu1 xian4 yi4 ke1 zao3 shu2 de5 xing1 xing5 ying4 de5 zhe4 ye4 te4 bie2 qi1 liang2 +007336 其实#3,“方丈#2”与#1“释果因#3”都是#1祖某#4。 + qi2 shi2 fang1 zhang4 yu3 shi4 guo3 yin1 dou1 shi4 zu2 mou3 +007337 案犯#2被她的#1凛然#1正气#1震住了#3,扔下#1改锥#2跪在#1地上#2直磕头#4。 + an4 fan4 bei4 ta1 de5 lin3 ran2 zheng4 qi4 zhen4 zhu4 le5 reng1 xia4 gai3 zhui1 gui4 zai4 di4 shang4 zhi2 ke1 tou2 +007338 罗志祥#2头戴#1圣诞帽#3,身旁#1年轻#1美眉#3打扮#1惹火#4。 + luo2 zhi4 xiang2 tou2 dai4 sheng4 dan4 mao4 shen1 pang2 nian2 qing1 mei3 mei2 da3 ban4 re2 huo3 +007339 就#1因为#1最后#1这一刀#3,葛伟#2再也没#1醒过来#4。 + jiu4 yin1 wei4 zui4 hou4 zhei4 yi4 dao1 ge2 wei3 zai4 ye3 mei2 xing3 guo4 lai2 +007340 所以#3,姜宗福的#1渺小#2,需要#1庄重#1对待#4。 + suo2 yi3 jiang1 zong1 fu2 de5 miao2 xiao3 xu1 yao4 zhuang1 zhong4 dui4 dai4 +007341 就在#1一堆#1淤泥里#3,几个人#1挖出来了#2一个#2锈迹#1斑斑的#1“铁疙瘩#4”。 + jiu4 zai4 yi4 dui1 yu1 ni2 li3 ji3 ge4 ren2 wa1 chu1 lai2 le5 yi2 ge4 xiu4 ji4 ban1 ban1 de5 tie3 ge1 da5 +007342 火苗#2从#1起火的#1民房内#1窜出#4。 + huo3 miao2 cong2 qi2 huo3 de5 min2 fang2 nei4 cuan4 chu1 +007343 同时#3,当天#1出席#1宴会的#1嘉宾#2也是#1星光#1灿烂#3、大腕#1云集#4。 + tong2 shi2 dang4 tian1 chu1 xi2 yan4 hui4 de5 jia1 bin1 ye3 shi4 xing1 guang1 can4 lan4 da4 wan4 yun2 ji2 +007344 但#1齐女士#2不知#1悔改#3,依然#1与那#1男子#1来往#4。 + dan4 qi2 nv3 shi4 bu4 zhi1 hui2 gai3 yi1 ran2 yu3 na4 nan2 zi3 lai2 wang3 +007345 恭喜你#2爱上了#1一个#1永远#1不会#1离开的人#4。 + gong1 xi2 ni3 ai4 shang4 le5 yi2 ge4 yong2 yuan3 bu2 hui4 li2 kai1 de5 ren2 +007346 我#1怎么会#1没有#1脾气呢#4。 + wo2 zen3 me5 hui4 mei2 you3 pi2 qi4 ne5 +007347 市#2交港局的#1摊位#1人头#1攒动#4。 + shi4 jiao1 gang3 ju2 de5 tan1 wei4 ren2 tou2 cuan2 dong4 +007348 然而#3,谎言#2像#1泡沫#3,一个#1一个#1被#1戳破#4。 + ran2 er2 huang3 yan2 xiang4 pao4 mo4 yi2 ge4 yi2 ge4 bei4 chuo1 po4 +007349 景岗山的#2“帮派#3”正是#2巨星#1云集#3、大名#1鼎鼎的#2“六一班#4”。 + jing2 gang3 shan1 de5 bang1 pai4 zheng4 shi4 ju4 xing1 yun2 ji2 da4 ming2 ding2 ding3 de5 liu4 yi1 ban1 +007350 我给#1房子#2做了#1评估#4。 + wo2 gei3 fang2 zi5 zuo4 le5 ping2 gu1 +007351 靠#2磅秤#1称重的#1说法#1是#1错误的#4。 + kao4 bang4 cheng4 cheng1 zhong4 de5 shuo1 fa3 shi4 cuo4 wu4 de5 +007352 他也#1能从#1作案#1人的#1体态上#3确定#2是#1“二笨#2”和#1“小五#1”所为#4。 + ta1 ye3 neng2 cong2 zuo4 an4 ren2 de5 ti3 tai4 shang4 que4 ding4 shi4 er4 ben4 he2 xiao2 wu2 suo3 wei2 +007353 不是你#1修来的#1福#3,而是#2我#1不知道#1哪辈子#1造的#1孽啊#4。 + bu2 shi4 ni3 xiu1 lai2 de5 fu2 er2 shi4 wo3 bu4 zhi1 dao4 na3 bei4 zi5 zao4 de5 nie4 a5 +007354 有人说#2这是#1瞎折腾#3,脑瘫儿#2咋培养#2都#1不会成#1气候#4。 + you3 ren2 shuo1 zhe4 shi4 xia1 zhe1 teng5 nao3 tan1 er2 za3 pei2 yang3 dou1 bu2 hui4 cheng2 qi4 hou4 +007355 我#1现在#2还#1正在#1努力#1提升#1英文#1水平#4。 + wo3 xian4 zai4 hai2 zheng4 zai4 nu3 li4 ti2 sheng1 ying1 wen2 shui3 ping2 +007356 经#1突审#3,犯罪#1嫌疑人#2刘迎儿#2交代了#1犯罪#1事实#2和#1主要#1犯罪#1动机#4。 + jing1 tu1 shen3 fan4 zui4 xian2 yi2 ren2 liu2 ying2 er2 jiao1 dai4 le5 fan4 zui4 shi4 shi2 he2 zhu3 yao4 fan4 zui4 dong4 ji1 +007357 我跟#1朋友#1开玩笑说#3,我用#1我的#1嫁妆钱#2去做了#1这件#1事情#4。 + wo3 gen1 peng2 you5 kai1 wan2 xiao4 shuo1 wo3 yong4 wo3 de5 jia4 zhuang5 qian2 qu4 zuo4 le5 zhe4 jian4 shi4 qing5 +007358 温家宝#2俯下#1身来#3,仔细#1端详#1熟睡的#1小伊伊#4。 + wen1 jia1 bao2 fu3 xia4 shen1 lai2 zi3 xi4 duan1 xiang2 shu2 shui4 de5 xiao3 yi1 yi1 +007359 何必要#1搞这种#1费力#1不讨#1好的#1规章#1教育呢#4? + he2 bi4 yao4 gao3 zhe4 zhong3 fei4 li4 bu4 tao2 hao3 de5 gui1 zhang1 jiao4 yu4 ne5 +007360 今天#1早晨#1到#1上午#3,华北#1南部#1局部#1地区#2有雾#4。 + jin1 tian1 zao3 chen2 dao4 shang4 wu3 hua2 bei3 nan2 bu4 ju2 bu4 di4 qu1 you3 wu4 +007361 去年的#2世界杯#1冠军#2意大利队#3,也已从#1前一段#1时间的#1低潮中#2恢复#1过来#4。 + qu4 nian2 de5 shi4 jie4 bei1 guan4 jun1 yi4 da4 li4 dui4 ye2 yi3 cong2 qian2 yi2 duan4 shi2 jian1 de5 di1 chao2 zhong1 hui1 fu4 guo4 lai2 +007362 非要#1去的话#3我#1可以#1帮你#1查查#3有没卡#1能打折#2、能不能#1团购#4。 + fei1 yao4 qu4 de5 hua4 wo3 ke2 yi3 bang1 ni3 cha2 cha5 you3 mei2 ka3 neng2 da3 zhe2 neng2 bu4 neng2 tuan2 gou4 +007363 大多数#1人#2陆续#1散开来#3,吴某#2却#1领着#1一小撮人#2继续#1起哄#4。 + da4 duo1 shu4 ren2 lu4 xu4 san4 kai1 lai2 wu2 mou3 que4 ling3 zhe5 yi4 xiao3 cuo1 ren2 ji4 xu4 qi3 hong4 +007364 猫的#1爪子#2正#1扒着#1箱子#4。 + mao1 de5 zhua3 zi5 zheng4 ba1 zhe5 xiang1 zi5 +007365 三要#2清正#1廉洁#3,不让#2“白袍#1点墨#4”。 + san1 yao4 qing1 zheng4 lian2 jie2 bu2 rang4 bai2 pao2 dian3 mo4 +007366 拉毛措#2接受了#1大喇嘛的#1劝导#4。 + la1 mao2 cuo4 jie1 shou4 le5 da4 la3 ma5 de5 quan4 dao3 +007367 以前#2被#1老汉儿#1否定得#1太多#3,现在#2任何#1事情#2都得我#1自己来#1决定#4。 + yi3 qian2 bei4 lao3 han4 er2 fou3 ding4 de5 tai4 duo1 xian4 zai4 ren4 he2 shi4 qing2 dou1 dei2 wo3 zi4 ji3 lai2 jue2 ding4 +007368 显然#2,赴港#1产子#2虽#1花费#1甚巨#3,但#1仍然#1是#2低投入#1高产出的#1事#4。 + xian3 ran2 fu4 gang3 chan2 zi3 sui1 hua1 fei4 shen4 ju4 dan4 reng2 ran2 shi4 di1 tou2 ru4 gao1 chan3 chu1 de5 shi4 +007369 不过#2中金#1公司#1认为#3,通胀#1见顶#2可能在#1一季度#4。 + bu2 guo4 zhong1 jin1 gong1 si1 ren4 wei2 tong1 zhang4 jian4 ding3 ke3 neng2 zai4 yi2 ji4 du4 +007370 在#1徐炯炜#1看来#3,商业#1模式#2决定了#1华谊#2和#1光线#1不同的#1融资#1特点#4。 + zai4 xu2 jiong2 wei3 kan4 lai2 shang1 ye4 mo2 shi4 jue2 ding4 le5 hua2 yi4 he2 guang1 xian4 bu4 tong2 de5 rong2 zi1 te4 dian3 +007371 树干上#2沾了#1秽物的#1衣服#3,惹得#1几条狗#2跑#1过去舔#4。 + shu4 gan4 shang4 zhan1 le5 hui4 wu4 de5 yi1 fu5 re3 de5 ji3 tiao2 gou3 pao3 guo4 qu4 tian3 +007372 听一些#2校园#1民谣#3,比如#1老狼的#2“月光#1倾城#3”、“美人#4” + ting1 yi4 xie1 xiao4 yuan2 min2 yao2 bi3 ru2 lao3 lang2 de5 yue4 guang1 qing1 cheng2 mei3 ren2 +007373 不过#3我们#1都#1经过了#1培训#3,相信#2可以#1轻松#1应对#4。 + bu2 guo4 wo3 men5 dou1 jing1 guo4 le5 pei2 xun4 xiang1 xin4 ke2 yi3 qing1 song1 ying4 dui4 +007374 据了解#3,该处的#1泵站#2归于#2洪区#1交通局#1管理#4。 + ju4 liao2 jie3 gai1 chu4 de5 beng4 zhan4 gui1 yu2 hong2 qu1 jiao1 tong1 ju2 guan2 li3 +007375 她#1需要#1去做#1一系列的#1美容#2和#1外科#1整形#1手术#4? + ta1 xu1 yao4 qu4 zuo4 yi2 xi4 lie4 de5 mei3 rong2 he2 wai4 ke1 zheng3 xing2 shou3 shu4 +007376 此外#3,“最牛#1”违建#2在#1拆除#1过程中#3也曾#1多次#1出现过#1阻挠#1行为#4。 + ci3 wai4 zui4 niu2 wei2 jian4 zai4 chai1 chu2 guo4 cheng2 zhong1 ye3 ceng2 duo1 ci4 chu1 xian4 guo4 zu3 nao2 xing2 wei2 +007377 不过#2如果#1台里#2需要#1我往#1这方面#1发展的话#3,我也#1豁得#1出去#4。 + bu2 guo4 ru2 guo3 tai2 li3 xu1 yao4 wo2 wang3 zhe4 fang1 mian4 fa1 zhan3 de5 hua4 wo2 ye3 huo1 de5 chu1 qu4 +007378 为此#3,他#1特地#1研究了#1一嗨的#1租车#1合同#4。 + wei4 ci3 ta1 te4 di4 yan2 jiu1 le5 yi4 hai1 de5 zu1 che1 he2 tong5 +007379 杭城的#1气温#3,昨日#1一下子#1蹿升#4。 + hang2 cheng2 de5 qi4 wen1 zuo2 ri4 yi2 xia4 zi5 cuan1 sheng1 +007380 解决#1种棉#1效益低#3最主要#2是#1提高#2棉花#1质量#4。 + jie3 jue2 zhong4 mian2 xiao4 yi4 di1 zui4 zhu3 yao4 shi4 ti2 gao1 mian2 hua1 zhi4 liang4 +007381 仔仔#2在#1电影中#1蓄胡#3,衣着#1邋遢#3,但#1帅气#1依旧#4。 + zai2 zai3 zai4 dian4 ying3 zhong1 xu4 hu2 yi1 zhuo2 la1 ta5 dan4 shuai4 qi4 yi1 jiu4 +007382 父母#2嘴里#1嘟囔着#3,似乎#2还想#1争辩着#1什么#4。 + fu4 mu3 zui2 li3 du1 nang5 zhe5 si4 hu1 hai2 xiang3 zheng1 bian4 zhe5 shen2 me5 +007383 主要#1是看#1日本#2愿不愿#1使#1日元#1过高的#1值#1降下来#4? + zhu3 yao4 shi4 kan4 ri4 ben3 yuan4 bu2 yuan4 shi3 ri4 yuan2 guo4 gao1 de5 zhi2 jiang4 xia4 lai2 +007384 在#2阳光#1和#1云彩的#1相互#1作用下#3,湖水#1折射出#2不同#1层次的#1蓝色#4。 + zai4 yang2 guang1 he2 yun2 cai3 de5 xiang1 hu4 zuo4 yong4 xia4 hu2 shui3 zhe2 she4 chu1 bu4 tong2 ceng2 ci4 de5 lan2 se4 +007385 学生说#3:被牛#1吃掉了#4。 + xue2 sheng5 shuo1 bei4 niu2 chi1 diao4 le5 +007386 于是#2把#1小蟒蛇#1带回家#4。 + yu2 shi4 ba3 xiao2 mang3 she2 dai4 hui2 jia1 +007387 感觉#1像是#1以身#1相许了#4。 + gan3 jue2 xiang4 shi4 yi3 shen1 xiang1 xu3 le5 +007388 当然#1不会#1有你#1聪明了#4。 + dang1 ran2 bu2 hui4 you2 ni3 cong1 ming5 le5 +007389 这对#2憨态#1可掬的#1石狮子#3现#2暂存在#2汤山#1派出所#1“站岗#4”。 + zhe4 dui4 han1 tai4 ke3 ju1 de5 shi2 shi1 zi5 xian4 zan4 cun2 zai4 tang1 shan1 pai4 chu1 suo3 zhan4 gang3 +007390 因为#1没有#1洒水#3,扬起的#1灰尘#3让#1早起#1上班的#1居民们#2掩鼻#1而行#4。 + yin1 wei4 mei2 you3 sa2 shui3 yang2 qi3 de5 hui1 chen2 rang4 zao2 qi3 shang4 ban1 de5 ju1 min2 men5 yan3 bi2 er2 xing2 +007391 老人们#2用#1方言#1一起#1朗读#3,字句#1之间#3,韵脚#1分明#3,朗朗#1上口#4。 + lao3 ren2 men5 yong4 fang1 yan2 yi4 qi2 lang3 du2 zi4 ju4 zhi1 jian1 yun4 jiao3 fen1 ming2 lang2 lang3 shang4 kou3 +007392 家住#1附近的#1小饶#3,很多#1年前#2就#1频频#1前往#1摩崖#1石刻#1赏景#4。 + jia1 zhu4 fu4 jin4 de5 xiao3 rao2 hen3 duo1 nian2 qian2 jiu4 pin2 pin2 qian2 wang3 mo2 ya2 shi2 ke4 shang2 jing3 +007393 好吧#3,我#1会发#1一封#2高优先#1级的#1电子#1邮件#1给你#4。 + hao3 ba5 wo3 hui4 fa1 yi4 feng1 gao1 you1 xian1 ji2 de5 dian4 zi3 you2 jian4 gei2 ni3 +007394 两位#1老人#2患有#1脑梗#3,腿脚#2也不#1灵便#3,但#1还要#1辛苦的#1捡瓶子#4。 + liang3 wei4 lao3 ren2 huan4 you3 nao2 geng3 tui2 jiao2 ye3 bu4 ling2 bian4 dan4 hai2 yao4 xin1 ku3 de5 jian3 ping2 zi5 +007395 说#1这番#1话时#3,朱镕基#2刚从#1上海#2赴#1北京#3任#1国务院#1副总理#4。 + shuo1 zhe4 fan1 hua4 shi2 zhu1 rong2 ji1 gang1 cong2 shang4 hai3 fu4 bei3 jing1 ren4 guo2 wu4 yuan4 fu4 zong2 li3 +007396 算了#3,你说#1怎样#1就#1怎样吧#3,我#1无所谓了#4。 + suan4 le5 ni3 shuo1 zen3 yang4 jiu4 zen3 yang4 ba5 wo3 wu2 suo3 wei4 le5 +007397 习近平#2赴#2河北#1阜平#2骆驼#1湾村#1考察#4。 + xi2 jin4 ping2 fu4 he2 bei3 fu4 ping2 luo4 tuo5 wan1 cun1 kao3 cha2 +007398 同时#3,用#1各种#1办法#2鼓励#1老用户#1登记#4。 + tong2 shi2 yong4 ge4 zhong3 ban4 fa2 gu3 li4 lao3 yong4 hu4 deng1 ji4 +007399 与此#1同时#3,聂树斌案#2也#1一直#1“正在#1调查#4”。 + yu2 ci3 tong2 shi2 nie4 shu4 bin1 an4 ye3 yi4 zhi2 zheng4 zai4 diao4 cha2 +007400 又该#1适应#2哪种#1市场的#1要求呢#4? + you4 gai1 shi4 ying4 na2 zhong3 shi4 chang3 de5 yao1 qiu2 ne5 +007401 法规上#2没有#1规定#1交警#1能罚#1飞行员#4。 + fa3 gui1 shang4 mei2 you3 gui1 ding4 jiao1 jing3 neng2 fa2 fei1 xing2 yuan2 +007402 孩子的#1爹#2瞅都#1没瞅他#1一眼#3,悠悠的#1来了#1一句#3:“先把#1你妈#1换了吧#4! + hai2 zi5 de5 die1 chou3 dou1 mei2 chou3 ta1 yi4 yan3 you1 you1 de5 lai2 le5 yi2 ju4 xian1 ba2 ni3 ma1 huan4 le5 ba5 +007403 臭小子#3,谁让你#1改姓的#4? + chou4 xiao3 zi5 shui2 rang4 ni2 gai3 xing4 de5 +007404 你#1可是我#1最信任的#1中国#1好闺蜜哦#4。 + ni2 ke3 shi4 wo3 zui4 xin4 ren4 de5 zhong1 guo2 hao3 gui1 mi4 o5 +007405 少年#1准备#1下水#1捞球#3,可是#1刚一#1下水#3,就#1倒在#1水中#4。 + shao4 nian2 zhun3 bei4 xia4 shui3 lao1 qiu2 ke3 shi4 gang1 yi2 xia4 shui3 jiu4 dao3 zai4 shui3 zhong1 +007406 其实#2董某#2一直想#1偷辆#1好车#1撑门面#3,找#1女朋友#4。 + qi2 shi2 dong2 mou3 yi4 zhi2 xiang3 tou1 liang4 hao3 che1 cheng1 men2 mian4 zhao2 nv3 peng2 you5 +007407 风化的#1粉煤灰#2,时常#2黄雾#1腾腾#3,成为#1八矿#1地区的#1主要#1污染源#4。 + feng1 hua4 de5 fen3 mei2 hui1 shi2 chang2 huang2 wu4 teng2 teng2 cheng2 wei2 ba1 kuang4 di4 qu1 de5 zhu3 yao4 wu1 ran3 yuan2 +007408 好政策#2不该#1变成#1唐僧肉#4。 + hao3 zheng4 ce4 bu4 gai1 bian4 cheng2 tang2 seng1 rou4 +007409 伙计#3:“对不起#3,您要的#1是#1补药#3,我#1错给#1您了#1毒药#4。 + huo3 ji5 dui4 bu4 qi3 nin2 yao4 de5 shi4 bu3 yao4 wo3 cuo4 gei3 nin2 le5 du2 yao4 +007410 齐顺通#1所开的#1歌厅#3,恰巧#2也在#1三分厂#1院内#4。 + qi2 shun4 tong1 suo3 kai1 de5 ge1 ting1 qia4 qiao2 ye3 zai4 san1 fen1 chang3 yuan4 nei4 +007411 二人#1晚上#1在#1榆树市#1装上货#3,简单#1休息了#1会儿#3就#1开始#1往回赶#4。 + er4 ren2 wan3 shang4 zai4 yu2 shu4 shi4 zhuang1 shang4 huo4 jian3 dan1 xiu1 xi5 le5 huir4 jiu4 kai1 shi2 wang3 hui2 gan3 +007412 齐亚丽的#1养父#2在#1外地#1打工#3,养母#1在家#2操持#1家务#4。 + qi2 ya4 li4 de5 yang3 fu4 zai4 wai4 di4 da3 gong1 yang2 mu3 zai4 jia1 cao1 chi2 jia1 wu4 +007413 然后#3…我得#1去吃#1感冒药了#4。 + ran2 hou4 wo2 dei3 qu4 chi1 gan3 mao4 yao4 le5 +007414 但#1他的#1话音#1未落#3,火浪#1眨眼间#2就#1吞掉了#1整个#1山坡#4。 + dan4 ta1 de5 hua4 yin1 wei4 luo4 huo3 lang4 zha2 yan3 jian1 jiu4 tun1 diao4 le5 zheng3 ge4 shan1 po1 +007415 短线#1欧元料#3仍将#1处于#1弱势#3,下方#1支撑#2一点#1二八#1六零#4。 + duan3 xian4 ou1 yuan2 liao4 reng2 jiang1 chu3 yu2 ruo4 shi4 xia4 fang1 zhi1 cheng1 yi1 dian3 er4 ba1 liu4 ling2 +007416 至此#3,叶噶#1一案的#1所有#1犯罪#1嫌疑人#2全部#1被#1抓获#1归案#4。 + zhi4 ci3 ye4 ga2 yi2 an4 de5 suo2 you3 fan4 zui4 xian2 yi2 ren2 quan2 bu4 bei4 zhua1 huo4 gui1 an4 +007417 让#1这个#1海参吧#3,加工#1出来#1以后#1刚刚硬#3,掰不动#1都#4。 + rang4 zhe4 ge5 hai3 shen1 ba5 jia1 gong1 chu1 lai5 yi3 hou4 gang1 gang1 ying4 bai1 bu2 dong4 dou1 +007418 可#1饿了#1两三天#1后#3,她#1又会#1暴食#1一番#3,然后#2再去#1呕吐#4。 + ke3 e4 le5 liang3 san1 tian1 hou4 ta1 you4 hui4 bao4 shi2 yi4 fan1 ran2 hou4 zai4 qu4 ou3 tu4 +007419 这些#1赌博机#2都#1做过了#1手脚#3,玩#1赌博机的#1人#2必输#1无疑#2,没有#1赢的#4。 + zhe4 xie1 du3 bo2 ji1 dou1 zuo4 guo4 le5 shou2 jiao3 wan2 du3 bo2 ji1 de5 ren2 bi4 shu1 wu2 yi2 mei2 you3 ying2 de5 +007420 主人#2喜爱我#1悦耳的#1声音#3,而#1讨厌#1你的#1叫声#4。 + zhu3 ren2 xi3 ai4 wo3 yue4 er3 de5 sheng1 yin1 er2 tao3 yan4 ni3 de5 jiao4 sheng1 +007421 事后#3,林某#2再次#1支付#2潘某#2报酬#1一万元#4。 + shi4 hou4 lin2 mou3 zai4 ci4 zhi1 fu4 pan1 mou3 bao4 chou5 yi2 wan4 yuan2 +007422 对于#2网帖中#1“游行#1”一说#3,袁泽泓#2表示#1否认#4。 + dui4 yu2 wang2 tie3 zhong1 you2 xing2 yi4 shuo1 yuan2 ze2 hong2 biao3 shi4 fou3 ren4 +007423 因此#3,不能将#1这笔账#2算在#1李劭#1头上#4。 + yin1 ci3 bu4 neng2 jiang1 zhe4 bi3 zhang4 suan4 zai4 li3 shao4 tou2 shang4 +007424 提醒#1银行#3,可别#1捡了#1芝麻#2丢了#1西瓜#4。 + ti2 xing3 yin2 hang2 ke3 bie2 jian3 le5 zhi1 ma5 diu1 le5 xi1 gua5 +007425 四周#2已被#1消防员#2洒满了#1白色#1灭火剂#4。 + si4 zhou1 yi3 bei4 xiao1 fang2 yuan2 sa2 man3 le5 bai2 se4 mie4 huo3 ji4 +007426 最后#3,张金中#2在#1漆黑的#1夜色下#1涮洗#4。 + zui4 hou4 zhang1 jin1 zhong1 zai4 qi1 hei1 de5 ye4 se4 xia4 shuan4 xi3 +007427 不过#2,兴建#1雷达的#1高昂#1费用#3也#1引发#1争议#4。 + bu2 guo4 xing1 jian4 lei2 da2 de5 gao1 ang2 fei4 yong4 ye2 yin3 fa1 zheng1 yi4 +007428 爱是#1四月#1天里的#1云烟#3,是#1细雨#2洒在#1花前#4。 + ai4 shi4 si4 yue4 tian1 li3 de5 yun2 yan1 shi4 xi4 yu2 sa3 zai4 hua1 qian2 +007429 那一年#2是#1母亲#2偷偷#1把#1自己#1棉袄#1上的#1棉花#2,添在了#1他的#1棉袄里#4。 + na4 yi4 nian2 shi4 mu3 qin1 tou1 tou1 ba3 zi4 ji3 mian2 ao3 shang4 de5 mian2 hua1 tian1 zai4 le5 ta1 de5 mian2 ao2 li3 +007430 利用#1职权#1进行#1双规#1和#1挂牌#1保护#3,是#1曾锦春#2独创的#1敛财术#4。 + li4 yong4 zhi2 quan2 jin4 xing2 shuang1 gui1 he2 gua4 pai2 bao3 hu4 shi4 zeng1 jin3 chun1 du2 chuang4 de5 lian3 cai2 shu4 +007431 风险#2也是#1浪漫的#1一部分吗#4? + feng1 xian3 ye3 shi4 lang4 man4 de5 yi2 bu4 fen5 ma5 +007432 他#1觉得#2这样#1干下去#1没意思#4。 + ta1 jue2 de5 zhe4 yang4 gan4 xia4 qu4 mei2 yi4 si5 +007433 网站#2管理员的#1权限#1更大#3,可对#1评论#2进行#1有效#1管理#4。 + wang3 zhan4 guan2 li3 yuan2 de5 quan2 xian4 geng4 da4 ke3 dui4 ping2 lun4 jin4 xing2 you3 xiao4 guan2 li3 +007434 话未#1落音#3,会场里#2响起了#1掌声#4。 + hua4 wei4 luo4 yin1 hui4 chang2 li3 xiang2 qi3 le5 zhang3 sheng1 +007435 抽掉了#1应有的#1文化#1内涵#3,节日#1就会#1空洞#1无物#3,失去#1魅力#4。 + chou1 diao4 le5 ying1 you3 de5 wen2 hua4 nei4 han2 jie2 ri4 jiu4 hui4 kong1 dong4 wu2 wu4 shi1 qu4 mei4 li4 +007436 白天#2做批萨#3,晚上#1唱歌#4。 + bai2 tian1 zuo4 pi1 sa4 wan3 shang4 chang4 ge1 +007437 她#1那脸#2洗了后#2真叫亮#4。 + ta1 na4 lian2 xi3 le5 hou4 zhen1 jiao4 liang4 +007438 搞不好#2是#1迎面#1而来的人#4? + gao3 bu4 hao3 shi4 ying2 mian4 er2 lai2 de5 ren2 +007439 高销量#2导致#1房价#1猛涨#4。 + gao1 xiao1 liang4 dao3 zhi4 fang2 jia4 meng2 zhang3 +007440 少小#1离家#1老大回#3,安能#1辨我#1是#1雌雄#4。 + shao4 xiao3 li2 jia1 lao3 da4 hui2 an1 neng2 bian4 wo3 shi4 ci2 xiong2 +007441 皖北的#1隆冬#3,寒风#1呼啸#4。 + wan2 bei3 de5 long2 dong1 han2 feng1 hu1 xiao4 +007442 一名#1伤员#2转往#1第一#1中心#1医院#4。 + yi4 ming2 shang1 yuan2 zhuan2 wang3 di4 yi1 zhong1 xin1 yi1 yuan4 +007443 昨日#3,两位#1社区#1巡逻员#1守在#1店门口#4。 + zuo2 ri4 liang3 wei4 she4 qu1 xun2 luo2 yuan2 shou3 zai4 dian4 men2 kou3 +007444 我#1当然是#1没有奶#1可喂#1儿子的#3,于是#3儿子#1每天#1吃#1糕干粉#2和#1米面的#1浆糊#4。 + wo3 dang1 ran2 shi4 mei2 you2 nai2 ke3 wei4 er2 zi5 de5 yu2 shi4 er2 zi5 mei3 tian1 chi1 gao1 gan1 fen3 he2 mi3 mian4 de5 jiang4 hu2 +007445 而她#1手上的#1皮肤#2格外#1干燥#2、毛糙#3,与她#1清纯的#1脸庞#2丝毫#1不匹配#4。 + er2 ta1 shou3 shang4 de5 pi2 fu1 ge2 wai4 gan1 zao4 mao2 cao5 yu3 ta1 qing1 chun2 de5 lian3 pang2 si1 hao2 bu4 pi3 pei4 +007446 此外#3,卡德#1罗夫#2禁止#1杂志#1刊登#2关于#1其#1生日的#1内容#4。 + ci3 wai4 ka3 de2 luo2 fu1 jin4 zhi3 za2 zhi4 kan1 deng1 guan1 yu2 qi2 sheng1 ri4 de5 nei4 rong2 +007447 考古#1人员#1分析#3,这些#1麦秆#2是用来#1充当#2铺盖#1墓葬的#2填充物的#4。 + kao2 gu3 ren2 yuan2 fen1 xi1 zhe4 xie1 mai4 gan3 shi4 yong4 lai2 chong1 dang1 pu1 gai4 mu4 zang4 de5 tian2 chong1 wu4 de5 +007448 两人#2吵吵#1嚷嚷#3到#1白下区#2人民#1矛盾#1调解#1中心#1评理#4。 + liang3 ren2 chao2 chao3 rang1 rang5 dao4 bai2 xia4 qu1 ren2 min2 mao2 dun4 tiao2 jie3 zhong1 xin1 ping2 li3 +007449 这一年#3,陈兴銮#2被#1选拔为#2东营区#2科技#1副区长#4。 + zhe4 yi4 nian2 chen2 xing1 luan2 bei4 xuan3 ba2 wei2 dong1 ying2 qu1 ke1 ji4 fu4 qu1 zhang3 +007450 这使#2“满洲国#2”傀儡#1皇帝#1溥仪#2预感到#1末日#1即将#1来临#4。 + zhe4 shi2 man3 zhou1 guo2 kui2 lei3 huang2 di4 pu3 yi2 yu4 gan3 dao4 mo4 ri4 ji2 jiang1 lai2 lin2 +007451 试用者#2选择了#1咖啡#1混合#1巧克力#1豆的#1口味#3,味道#1好极了#4! + shi4 yong4 zhe2 xuan3 ze2 le5 ka1 fei1 hun4 he2 qiao3 ke4 li4 dou4 de5 kou3 wei4 wei4 dao4 hao3 ji2 le5 +007452 这个#1网吧#2位于#1凯里市#1清平#1南路#2一个#1桥洞#1之下#4。 + zhe4 ge4 wang3 ba1 wei4 yu2 kai2 li3 shi4 qing1 ping2 nan2 lu4 yi2 ge5 qiao2 dong4 zhi1 xia4 +007453 对#2三零幺#1医院的#1医护#1人员#3表示#1由衷的#1谢意#4。 + dui4 san1 ling2 yao1 yi1 yuan4 de5 yi1 hu4 ren2 yuan2 biao3 shi4 you2 zhong1 de5 xie4 yi4 +007454 我#1反正#1认为#3一定有#1不少#1分红#3,同意了#4。 + wo2 fan3 zheng4 ren4 wei2 yi2 ding4 you3 bu4 shao3 fen1 hong2 tong2 yi4 le5 +007455 八十三#1船#1领航#3,其后#1依次为#3八十四#3、六十六#2、七十一#1船#4。 + ba1 shi2 san1 chuan2 ling3 hang2 qi2 hou4 yi1 ci4 wei2 ba1 shi2 si4 liu4 shi2 liu4 qi1 shi2 yi1 chuan2 +007456 最后#3,他的#1目光#2停留在#1那几个#1大字上#3:南无#1阿弥#1陀佛#4。 + zui4 hou4 ta1 de5 mu4 guang1 ting2 liu2 zai4 na4 ji3 ge5 da4 zi4 shang4 nan2 wu2 e1 mi5 tuo2 fo2 +007457 不一#1会儿#3,程女士#2开始#1打#1瞌睡来#4。 + bu4 yi2 huir4 cheng2 nv3 shi4 kai1 shi2 da3 ke1 shui4 lai2 +007458 老汉儿#2瞪我#1一眼#3,我#1一头#1雾水#3,其实#3我一点#1都不#1认识#1那个人#4。 + lao3 hanr4 deng4 wo3 yi4 yan2 wo3 yi4 tou2 wu4 shui3 qi2 shi2 wo3 yi4 dian3 dou1 bu2 ren4 shi5 na4 ge5 ren2 +007459 目前#3,大田#1派出所#1所长#2蒋开拓#2已被#1停职#2,接受#1检查#4。 + mu4 qian2 da4 tian2 pai4 chu1 suo3 suo2 zhang2 jiang3 kai1 tuo4 yi3 bei4 ting2 zhi2 jie1 shou4 jian3 cha2 +007460 梁样君#2失望地#1给#1手里的信#1估计#1身价#3,打算#1改天#1卖掉#4。 + liang2 yang4 jun1 shi1 wang4 de5 gei3 shou2 li3 de5 xin4 gu1 ji4 shen1 jia4 da3 suan4 gai3 tian1 mai4 diao4 +007461 仿佛#3以前#1谁说的话#2就在#1脑海中#3,但#1偏偏又#1想不#1起来#4。 + fang3 fu2 yi3 qian2 shui2 shuo1 de5 hua4 jiu4 zai4 nao2 hai3 zhong1 dan4 pian1 pian1 you4 xiang3 bu4 qi3 lai2 +007462 要#1赔偿#3,应该#1去找#1顶替的人#4。 + yao4 pei2 chang2 ying1 gai1 qu4 zhao2 ding3 ti4 de5 ren2 +007463 男子#2一直#1跟在#1吕姑娘#1后面#4。 + nan2 zi3 yi4 zhi2 gen1 zai4 lv3 gu1 niang5 hou4 mian4 +007464 把握好#1裸度#3,必须#2不懈#1追求#1裸的#1艺术#4。 + ba3 wo4 hao2 luo3 du4 bi4 xu1 bu2 xie4 zhui1 qiu2 luo3 de5 yi4 shu4 +007465 但#2池先生#3并未#1打消#2赴川的#1想法#4。 + dan4 chi2 xian1 sheng5 bing4 wei4 da3 xiao1 fu4 chuan1 de5 xiang2 fa3 +007466 知错#1就改#2,改了#1再犯#3,沃尔玛#2又一次#1“呛”到了#1重庆#1公众#4。 + zhi1 cuo4 jiu4 gai3 gai3 le5 zai4 fan4 wo4 er2 ma3 you4 yi2 ci4 qiang4 dao4 le5 chong2 qing4 gong1 zhong4 +007467 齐秉颐#2一脸的#1憔悴#3,颓然#2靠在#1沙发上#4。 + qi2 bing3 yi2 yi4 lian3 de5 qiao2 cui4 tui2 ran2 kao4 zai4 sha1 fa1 shang4 +007468 他#1嘴里#2大喊#1大嚷#3,也是#1不想跟#1卯先生走#4。 + ta1 zui2 li3 da4 han3 da4 rang3 ye3 shi4 bu4 xiang3 gen1 mao3 xian1 sheng5 zou3 +007469 李同学#1和#1余姓#1同学#2均为#1本市#1某#1中学#1初一#1学生#4。 + li3 tong2 xue2 he2 yu2 xing4 tong2 xue2 jun1 wei2 ben3 shi4 mou3 zhong1 xue2 chu1 yi1 xue2 sheng1 +007470 就是#1我的#1偶像呀#3,我很#1崇拜#1主人的#1高智商#2和#1高颜值#4。 + jiu4 shi4 wo3 de5 ou3 xiang4 ya5 wo2 hen3 chong2 bai4 zhu3 ren2 de5 gao1 zhi4 shang1 he2 gao1 yan2 zhi2 +007471 第二天#1早晨#3,飞机#1从#1坎大哈#2飞回#1喀布尔#4。 + di4 er4 tian1 zao3 chen2 fei1 ji1 cong2 kan3 da4 ha1 fei1 hui2 ka1 bu4 er3 +007472 这个#1“零窗口#2”又是#1如何#1选择的#4? + zhe4 ge4 ling2 chuang1 kou3 you4 shi4 ru2 he2 xuan3 ze2 de5 +007473 我们#1将#1焚烧#1他们#1脚下的#1土地#4。 + wo3 men5 jiang1 fen2 shao1 ta1 men5 jiao3 xia4 de4 tu3 di4 +007474 这#1愿景#3大概#1支撑起#1他的#1自信#4。 + zhe4 yuan4 jing3 da4 gai4 zhi1 cheng1 qi3 ta1 de5 zi4 xin4 +007475 这#1主要是#1由于#1强劲的#1游戏#1业务#1营收#4。 + zhe4 zhu3 yao4 shi4 you2 yu2 qiang2 jin4 de5 you2 xi4 ye4 wu4 ying2 shou1 +007476 那首#2叫#1“青春#1无悔”的#1是谁#1唱的#4? + na4 shou3 jiao4 qing1 chun1 wu2 hui3 de5 shi4 shui2 chang4 de5 +007477 别做#1傻事#3,你给#1大家#2回个话#4。 + bie2 zuo4 sha3 shi4 ni2 gei3 da4 jia1 hui2 ge4 hua4 +007478 梁碎君#2吓得#1全身#1一震#3,喝#3:谁#4! + liang2 sui4 jun1 xia4 de5 quan2 shen1 yi2 zhen4 he4 shui2 +007479 这是#2中国#1国家#1元首#2首次#1访美#4。 + zhe4 shi4 zhong1 guo2 guo2 jia1 yuan2 shou3 shou3 ci4 fang2 mei3 +007480 记者#2走进#1一家#1汽车#1改装#1作坊#4。 + ji4 zhe2 zou3 jin4 yi4 jia1 qi4 che1 gai3 zhuang1 zuo1 fang5 +007481 他们的#1行为#2简直是#1令人#1发指#4。 + ta1 men5 de5 xing2 wei2 jian3 zhi2 shi4 ling4 ren2 fa4 zhi3 +007482 王子义#2传承了#1巍子的#1倔强#1性格#4。 + wang2 zi3 yi4 chuan2 cheng2 le5 wei1 zi3 de5 jue2 jiang4 xing4 ge2 +007483 上述#1演练#1步骤#2共#1进行了#1两次#4。 + shang4 shu4 yan3 lian4 bu4 zhou4 gong4 jin4 xing2 le5 liang3 ci4 +007484 但是#3,这个#1简单的#1愿望#2破灭了#4。 + dan4 shi4 zhe4 ge4 jian3 dan1 de5 yuan4 wang4 po4 mie4 le5 +007485 该会#2不提倡#2市民#1捐赠#1旧衣服#4。 + gai1 hui4 bu4 ti2 chang4 shi4 min2 juan1 zeng4 jiu4 yi1 fu5 +007486 关键#1在于#3维护#1稳定#2和#1推进#1合作#4。 + guan1 jian4 zai4 yu2 wei2 hu4 wen3 ding4 he2 tui1 jin4 he2 zuo4 +007487 可送#1房间#3、蛋糕#2、香槟#3、娃娃等#4。 + ke3 song4 fang2 jian1 dan4 gao1 xiang1 bin1 wa2 wa5 deng3 +007488 成功#2是一种#1了不起的#1除臭剂#4。 + cheng2 gong1 shi4 yi4 zhong2 liao3 bu4 qi3 de5 chu2 chou4 ji4 +007489 老妈#3,我想说#3:“弹尽#1粮绝#3,没衣服#1过冬#3,这是要#1冷死的#1节奏啊#4! + lao3 ma1 wo2 xiang3 shuo1 dan4 jin4 liang2 jue2 mei2 yi1 fu5 guo4 dong1 zhe4 shi4 yao4 leng2 si3 de5 jie2 zou4 a5 +007490 李剑#2恨屋#1及乌#3,也对#1那女孩#2看不#1顺眼#3,恨不得#2她的#1舌头#1断掉#4。 + li3 jian4 hen4 wu1 ji2 wu1 ye3 dui4 na4 nv3 hai2 kan4 bu2 shun4 yan3 hen4 bu4 de2 ta1 de5 she2 tou5 duan4 diao4 +007491 咬文#1嚼字#2”杂志社#1表示#3,上海#2是一个#2有着#1深厚#1文化#1传统的#1城市#4。 + yao3 wen2 jiao2 zi4 za2 zhi4 she4 biao3 shi4 shang4 hai3 shi4 yi2 ge4 you3 zhe5 shen1 hou4 wen2 hua4 chuan2 tong3 de5 cheng2 shi4 +007492 据了解#3,被#1猥亵的#1小学生#2是#1看疃#1小学#1一年级的#1女生#1小雪#4。 + ju4 liao2 jie3 bei4 wei3 xie4 de5 xiao3 xue2 sheng1 shi4 kan4 tuan2 xiao3 xue2 yi1 nian2 ji2 de5 nv3 sheng1 xiao2 xue3 +007493 信#2一来#1一去的#1几个#1星期里#3,小菲#1表哥#2已经和#1晓受#2没了#1关系#4。 + xin4 yi4 lai2 yi2 qu4 de5 ji3 ge4 xing1 qi1 li3 xiao3 fei1 biao3 ge1 yi3 jing1 he2 xiao3 shou4 mei2 le5 guan1 xi5 +007494 一则#1可以#1照顾#1无儿#1无女的#1老人#3,二则#2可#1增加#1收入#4。 + yi1 ze2 ke2 yi3 zhao4 gu5 wu2 er2 wu2 nv3 de5 lao3 ren2 er4 ze2 ke3 zeng1 jia1 shou1 ru4 +007495 专委会的#1设立#3有没有#1让#1百姓#1实实#1在在地#1受益#4? + zhuan1 wei3 hui4 de5 she4 li4 you3 mei2 you3 rang4 bai3 xing4 shi2 shi2 zai4 zai4 de5 shou4 yi4 +007496 不小心#1弄坏#1老爸的#1按摩椅#3,老爸#1对我说#3:你若#1安好#3,便是#1晴天#4。 + bu4 xiao3 xin1 nong4 huai4 lao3 ba4 de5 an4 mo2 yi3 lao3 ba4 dui4 wo3 shuo1 ni3 ruo4 an1 hao3 bian4 shi4 qing2 tian1 +007497 他#1突然#1扯掉#1我的#1耳机#1大声说#3;我要#1拉屎#3,憋不#1住了#3,喊你#1半天了#4。 + ta1 tu1 ran2 che3 diao4 wo3 de5 er3 ji1 da4 sheng1 shuo1 wo3 yao4 la1 shi3 bie1 bu2 zhu4 le5 han2 ni3 ban4 tian1 le5 +007498 该雕塑#2表现的#1是对#1生命#1和#1生活的#1崇敬#1与#1热爱#4。 + gai1 diao1 su4 biao3 xian4 de5 shi4 dui4 sheng1 ming4 he2 sheng1 huo2 de5 chong2 jing4 yu3 re4 ai4 +007499 昨天的#1联欢会#1都是#1才子#1佳人#3,让#1初出#1茅庐的#1我#2自惭#1形秽#4。 + zuo2 tian1 de5 lian2 huan1 hui4 dou1 shi4 cai2 zi3 jia1 ren2 rang4 chu1 chu1 mao2 lu2 de5 wo3 zi4 can2 xing2 hui4 +007500 李博说#3,其实#2最初#2自己#1之所以#1攒下#1压岁钱#2还得#1感谢#1奶奶#4。 + li3 bo2 shuo1 qi2 shi2 zui4 chu1 zi4 ji3 zhi1 suo2 yi2 zan3 xia4 ya1 sui4 qian2 hai2 dei2 gan3 xie4 nai3 nai5 +007501 想#1知道#1什么#3?本女王#2都能#1告诉你#4! + xiang3 zhi1 dao4 shen2 me5 ben2 nv3 wang2 dou1 neng2 gao4 su4 ni3 +007502 徐悲鸿#1写给#1李宗仁的#1信札#4。 + xu2 bei1 hong2 xie2 gei2 li3 zong1 ren2 de5 xin4 zha2 +007503 谁去#1拯救#3被#1埋在#1瓦砾#1废墟#1中的#1骨肉#1同胞#4? + shui2 qu4 zheng3 jiu4 bei4 mai2 zai4 wa3 li4 fei4 xu1 zhong1 de5 gu3 rou4 tong2 bao1 +007504 而#1后边#1相撞的#1红色#1的士#3,由于#1司机#2猛打#1方向盘#3,也侧翻#1在#1路边#4。 + er2 hou4 bian1 xiang1 zhuang4 de5 hong2 se4 di1 shi4 you2 yu2 si1 ji1 meng2 da3 fang1 xiang4 pan2 ye3 ce4 fan1 zai4 lu4 bian1 +007505 房东说#3,张红飞#2半月前#1回来后#3,“头破了#3,腿也#1瘸了#3”,没再#1出门#4。 + fang2 dong1 shuo1 zhang1 hong2 fei1 ban4 yue4 qian2 hui2 lai2 hou4 tou2 po4 le5 tui2 ye3 que2 le5 mei2 zai4 chu1 men2 +007506 做了#1一夜梦#3,身边人#2都#2变成了#1僵尸#3,一早上#1发消息#2给#1男友#2求安慰#4。 + zuo4 le5 yi2 ye4 meng4 shen1 bian1 ren2 dou1 bian4 cheng2 le5 jiang1 shi1 yi4 zao3 shang5 fa1 xiao1 xi5 gei3 nan2 you3 qiu2 an1 wei4 +007507 刚一#1出门#3,就被#1民警#2按倒#1在地#3,整个#1过程中#3,柳晓宝#2并未#1反抗#4。 + gang1 yi4 chu1 men2 jiu4 bei4 min2 jing3 an4 dao3 zai4 di4 zheng3 ge4 guo4 cheng2 zhong1 liu3 xiao2 bao3 bing4 wei4 fan3 kang4 +007508 中国#1是#1禁止#1涉外#1婚介的#3,不信#3你可以#1上网#1查查#4。 + zhong1 guo2 shi4 jin4 zhi3 she4 wai4 hun1 jie4 de5 bu2 xin4 ni3 ke2 yi3 shang4 wang3 cha2 cha5 +007509 青海#1旅游#2今夏#1以来的#1“井喷”势#3有望#2继续#1一定#1时日#4。 + qing1 hai2 lv3 you2 jin1 xia4 yi3 lai2 de5 jing3 pen1 shi4 you3 wang4 ji4 xu4 yi2 ding4 shi2 ri4 +007510 这样#3,乙方#2在#1不知#1不觉中#3沦为#1甲方的#1瓮中#1之鳖#4。 + zhe4 yang4 yi3 fang1 zai4 bu4 zhi1 bu4 jue2 zhong1 lun2 wei2 jia3 fang1 de5 weng4 zhong1 zhi1 bie1 +007511 吴#1不服#3,称#1自己#1超车前#2已鸣#1喇叭#3,而且#2并无#1碰撞#4。 + wu2 bu4 fu2 cheng1 zi4 ji3 chao1 che1 qian2 yi3 ming2 la3 ba1 er2 qie3 bing4 wu2 peng4 zhuang4 +007512 之后#2,他#1考取#1导游证#3,成为#2拱北#1口岸#1中旅的#1导游#4。 + zhi1 hou4 ta1 kao2 qu2 dao3 you2 zheng4 cheng2 wei2 gong2 bei2 kou3 an4 zhong1 lv3 de5 dao3 you2 +007513 去年#3,我们#1光获#1各种#1奖的#1图书#2就达#1二百#1多种#4。 + qu4 nian2 wo3 men5 guang1 huo4 ge4 zhong2 jiang3 de5 tu2 shu1 jiu4 da2 er4 bai3 duo1 zhong3 +007514 哪知#3我#1一张#1又#1一张地#1拍#3,他还#1摆弄得#1越发#1起劲了#4。 + na3 zhi1 wo3 yi4 zhang1 you4 yi4 zhang1 de5 pai1 ta1 hai2 bai3 nong4 de5 yue4 fa1 qi3 jin4 le5 +007515 大约#1在#1两星期前#3,磊磊#2就#1开始#1喊肚子#1疼了#4。 + da4 yue1 zai4 liang3 xing1 qi1 qian2 lei2 lei3 jiu4 kai1 shi2 han3 du4 zi5 teng2 le5 +007516 俄驻#2叙利亚#1大使馆#1随即称#3,该#1消息#3“与#1事实#1不符#4”。 + e2 zhu4 xu4 li4 ya4 da4 shi2 guan3 sui2 ji2 cheng1 gai1 xiao1 xi5 yu3 shi4 shi2 bu4 fu2 +007517 记者#1看了#1两位#1医生的#1签名#3,揣摩#1半天#2也认#1不准#4。 + ji4 zhe3 kan4 le5 liang3 wei4 yi1 sheng1 de5 qian1 ming2 chuai3 mo2 ban4 tian1 ye3 ren4 bu4 zhun3 +007518 灾难#1无情#3,大爱#1有心#3,再大的#1困难#2也会#1变得#1渺小#4。 + zai1 nan4 wu2 qing2 da4 ai4 you3 xin1 zai4 da4 de5 kun4 nan2 ye3 hui4 bian4 de5 miao2 xiao3 +007519 虽然#2是#1女人#3,何巧女#2却#1很少#1有时间#1睡#1美容觉#4。 + sui1 ran2 shi4 nv3 ren2 he2 qiao2 nv3 que4 hen2 shao2 you3 shi2 jian1 shui4 mei3 rong2 jiao4 +007520 满满#1一大#1抽屉#3,至少#1几十种#2不同#1包装的#1壮阳药#4。 + man2 man3 yi2 da4 chou1 ti5 zhi4 shao2 ji3 shi2 zhong3 bu4 tong2 bao1 zhuang1 de5 zhuang4 yang2 yao4 +007521 很多人#1问我们#1干啥的#3,起初#2真是#1不好#1意思#1撒谎#4。 + hen3 duo1 ren2 wen4 wo3 men5 gan4 sha2 de5 qi3 chu1 zhen1 shi4 bu4 hao3 yi4 si5 sa1 huang3 +007522 系统#2发送#1短信的#1统一#1代码为#3“八八八#3幺二#1三七幺#4”。 + xi4 tong3 fa1 song4 duan3 xin4 de5 tong3 yi1 dai4 ma3 wei2 ba1 ba1 ba1 yao1 er4 san1 qi1 yao1 +007523 他先#1向我#2丢过#1一个#1飞吻来#3,如果#1不把它#1丢回去#3,难道#3您还#1让我#1留着它#1不成#4? + ta1 xian1 xiang4 wo3 diu1 guo4 yi2 ge4 fei1 wen3 lai2 ru2 guo3 bu4 ba3 ta1 diu1 hui2 qu4 nan2 dao4 nin2 hai2 rang4 wo3 liu2 zhe5 ta1 bu4 cheng2 +007524 向来#2身体#1甚好的#1诸葛#1紫岐#3,脸颊#1明显#1胀了#1不少#4。 + xiang4 lai2 shen1 ti3 shen4 hao3 de5 zhu1 ge2 zi3 qi2 lian3 jia2 ming2 xian3 zhang4 le5 bu4 shao3 +007525 而#2模特儿#1出身的#2熊黛林#3拼搏#1精神#1可嘉#3,更#1发生#2疑似#1走光#1事件#4。 + er2 mo2 ter4 chu1 shen1 de5 xiong2 dai4 lin2 pin1 bo2 jing1 shen2 ke3 jia1 geng4 fa1 sheng1 yi2 si4 zou3 guang1 shi4 jian4 +007526 如果#1我#1不买#3,他#1就会#1打电话#1骚扰我#3,直到我#1扛不住#1为止#4。 + ru2 guo2 wo3 bu4 mai3 ta1 jiu4 hui4 da3 dian4 hua4 sao1 rao2 wo3 zhi2 dao4 wo3 kang2 bu2 zhu4 wei2 zhi3 +007527 在#2保险局#1任职#1期间#3,她#1拒绝#1接受#2来自#1保险#1公司的#1政治#1捐款#4。 + zai4 bao2 xian3 ju2 ren4 zhi2 qi1 jian1 ta1 ju4 jue2 jie1 shou4 lai2 zi4 bao2 xian3 gong1 si1 de5 zheng4 zhi4 juan1 kuan3 +007528 宝丰县#2有#1许多#1制售#1这类#1假膏药#2和#1佛品的#1商店#3,售价#2极为#1低廉#4。 + bao3 feng1 xian4 you2 xu3 duo1 zhi4 shou4 zhe4 lei4 jia3 gao1 yao4 he2 fo2 pin3 de5 shang1 dian4 shou4 jia4 ji2 wei2 di1 lian2 +007529 如此#1这般#2反复#1数次#3,在#1白姓#2“黑嘴#1”操弄下#3,余某#1等人#2获利#1匪浅#4。 + ru2 ci3 zhe4 ban1 fan3 fu4 shu4 ci4 zai4 bai2 xing4 hei1 zui3 cao1 nong4 xia4 yu2 mou2 deng3 ren2 huo4 li4 fei2 qian3 +007530 志刚的#1社长#1位置#3其实#2名存#1实亡#4。 + zhi4 gang1 de5 she4 zhang3 wei4 zhi4 qi2 shi2 ming2 cun2 shi2 wang2 +007531 牛肉#1面馆#2一男子#1吼到#3:我#1二十#1块钱#1一碗的#1牛肉面#3,怎么才#1一块#1牛肉#4? + niu2 rou4 mian4 guan3 yi4 nan2 zi2 hou3 dao4 wo3 er4 shi2 kuai4 qian2 yi4 wan3 de5 niu2 rou4 mian4 zen3 me5 cai2 yi2 kuai4 niu2 rou4 +007532 清晨的#1玉树#1灾区#3,寒风#1依然#1凛冽#4。 + qing1 chen2 de5 yu4 shu4 zai1 qu1 han2 feng1 yi1 ran2 lin3 lie4 +007533 可#1李小姐#1实现#1省钱的#1愿望#2有点难#4。 + ke2 li3 xiao2 jie3 shi2 xian4 sheng3 qian2 de5 yuan4 wang4 you2 dian3 nan2 +007534 快点#3,别#1耽搁了#3,政策#1这么好#3,还有啥#1磨蹭的#4。 + kuai4 dian3 bie2 dan1 ge1 le5 zheng4 ce4 zhe4 me5 hao3 hai2 you3 sha2 mo2 ceng4 de5 +007535 之后#2有#1报道称#3,这篇#1博文#2纯属#1捏造#3,并#1没有#1下文#4。 + zhi1 hou4 you3 bao4 dao4 cheng1 zhe4 pian1 bo2 wen2 chun2 shu3 nie1 zao4 bing4 mei2 you3 xia4 wen2 +007536 女孩的#1心思#2你别猜#3,但是#2我#1不用猜#4。 + nv3 hai2 de5 xin1 si5 ni3 bie2 cai1 dan4 shi4 wo3 bu2 yong4 cai1 +007537 一赌徒#2看见#1别人#1家门口#2贴倒的#1春字#1和#1福字#3,问#1别人#1意思说#3:“是福到#1春到的#1意思#4? + yi1 du3 tu2 kan4 jian4 bie2 ren2 jia1 men2 kou3 tie1 dao3 de5 chun1 zi4 he2 fu2 zi4 wen4 bie2 ren2 yi4 si5 shuo1 shi4 fu2 dao4 chun1 dao4 de5 yi4 si5 +007538 对于#2此番#1巡视#3,笔者#2比较#1看好#3,理由#1有三#4。 + dui4 yu2 ci3 fan1 xun2 shi4 bi2 zhe2 bi3 jiao4 kan4 hao3 li3 you2 you3 san1 +007539 不愿意#1别人#1打扰#2我和#1我#1家人的#1生活#4。 + bu2 yuan4 yi4 bie2 ren2 da2 rao2 wo3 he2 wo3 jia1 ren2 de5 sheng1 huo2 +007540 据此#3,判决#1王先生#1限期#3将#1墙面#1和#1栅栏#2恢复#1原状#4。 + ju4 ci3 pan4 jue2 wang2 xian1 sheng5 xian4 qi1 jiang1 qiang2 mian4 he2 zha4 lan5 hui1 fu4 yuan2 zhuang4 +007541 十几年#1受贿#1生涯#2种下的#1恶因#3,终酿成#1今天的#1苦果#4。 + shi2 ji3 nian2 shou4 hui4 sheng1 ya2 zhong4 xia4 de5 e4 yin1 zhong1 niang4 cheng2 jin1 tian1 de5 ku2 guo3 +007542 在#1穿越#1过程中#3,驴友#2在一处#1竹林#1深处#3拍到了#1大熊猫#1粪便#4。 + zai4 chuan1 yue4 guo4 cheng2 zhong1 lv2 you3 zai4 yi2 chu4 zhu2 lin2 shen1 chu4 pai1 dao4 le5 da4 xiong2 mao1 fen4 bian4 +007543 习惯#1难受#2,习惯#1思念#2,习惯#1等你#3,可是#3却#1一直#1没有#1习惯#1看不到你#4。 + xi2 guan4 nan2 shou4 xi2 guan4 si1 nian4 xi2 guan4 deng2 ni3 ke3 shi4 que4 yi4 zhi2 mei2 you3 xi2 guan4 kan4 bu2 dao4 ni3 +007544 韩国#1保宁#1泥浆节#1开幕#3,众多#1游客#2在#1泥浆中#1玩耍#4。 + han2 guo2 bao3 ning2 ni2 jiang1 jie2 kai1 mu4 zhong4 duo1 you2 ke4 zai4 ni2 jiang1 zhong1 wan2 shua3 +007545 那再#1问问#2你们#1爷爷的#1爷爷#2是不是#1农民#4? + na4 zai4 wen4 wen4 ni3 men5 ye2 ye5 de5 ye2 ye5 shi4 bu2 shi4 nong2 min2 +007546 非常#1紧张#3,走路#1每一步#2都#1有点儿#1别扭#4。 + fei1 chang2 jin3 zhang1 zou3 lu4 mei3 yi2 bu4 dou1 you2 dianr3 bie4 niu3 +007547 明晃晃的#1太阳#3持续#1煎烤着#1红土地#4。 + ming2 huang4 huang4 de5 tai4 yang5 chi2 xu4 jian1 kao3 zhe5 hong2 tu3 di4 +007548 后来#2,钱学敏#1去#1看他#3,钱老#2还#1拿出#1剪报#2给#1妹妹看#4。 + hou4 lai2 qian2 xue2 min3 qu4 kan4 ta1 qian2 lao3 hai2 na2 chu1 jian3 bao4 gei3 mei4 mei5 kan4 +007549 市委#1书记#1薄熙来#3,市领导#2张轩#3、范照兵#3参加了#1会议#4。 + shi4 wei3 shu1 ji4 bo2 xi1 lai2 shi4 ling2 dao3 zhang1 xuan1 fan4 zhao4 bing1 can1 jia1 le5 hui4 yi4 +007550 他#1一边#1耸肩#2一边#1跳舞#3,像是#1拳击#1选手#1一样#3把#1两个手#1放到#1面前#4。 + ta1 yi4 bian1 song3 jian1 yi4 bian1 tiao4 wu3 xiang4 shi4 quan2 ji1 xuan2 shou3 yi2 yang4 ba2 liang3 ge5 shou3 fang4 dao4 mian4 qian2 +007551 大蟒蛇#1在#1树上#2表现出#1各种#1姿态#4。 + da4 mang3 she2 zai4 shu4 shang5 biao3 xian4 chu1 ge4 zhong3 zi1 tai4 +007552 我还#1不会#1跳舞#3,聊天#2我是#1专业#1选手呀#4。 + wo3 hai2 bu2 hui4 tiao4 wu3 liao2 tian1 wo3 shi4 zhuan1 ye4 xuan2 shou3 ya5 +007553 平整的#1白色#1假牙间#3,还#1点缀着#1数颗#1金黄色的#1假牙#4。 + ping2 zheng3 de5 bai2 se4 jia3 ya2 jian1 hai2 dian3 zhui4 zhe5 shu4 ke1 jin1 huang2 se4 de5 jia3 ya2 +007554 只是#2会在#1项目#1筛选上#2更加#1谨慎#4。 + zhi3 shi4 hui4 zai4 xiang4 mu4 shai1 xuan3 shang4 geng4 jia1 jin3 shen4 +007555 平时#3,夫妻俩#2就靠#1卖#1糖葫芦#1为生#4。 + ping2 shi2 fu1 qi1 lia3 jiu4 kao4 mai4 tang2 hu2 lu5 wei2 sheng1 +007556 他#1就是#1济源市#1沁园#1街道的#1李红道#4。 + ta1 jiu4 shi4 ji3 yuan2 shi4 qin4 yuan2 jie1 dao4 de5 li3 hong2 dao4 +007557 谭先生#2穿着#1打扮#2都#1相当#1女性化#4。 + tan2 xian1 sheng5 chuan1 zhuo2 da3 ban4 dou1 xiang1 dang1 nv3 xing4 hua4 +007558 拉姑#2送房子#1给#1女儿#1谢婷婷#3当嫁妆#4。 + la1 gu1 song4 fang2 zi5 gei2 nv3 er2 xie4 ting2 ting5 dang1 jia4 zhuang1 +007559 陈富乐#1介绍#3,公墓#2有#1两道#1铁丝网#3,最里面#2是一圈#1铁栅栏#4。 + chen2 fu4 le4 jie4 shao4 gong1 mu4 you2 liang3 dao4 tie3 si1 wang3 zui4 li3 mian4 shi4 yi4 quan1 tie3 zha4 lan2 +007560 在#1确知#2自己#1被骗后#3,数日间#2阿炳的#1头发#2、眉毛#2全白了#4。 + zai4 que4 zhi1 zi4 ji3 bei4 pian4 hou4 shu4 ri4 jian1 a1 bing3 de5 tou2 fa4 mei2 mao5 quan2 bai2 le5 +007561 谁#2咋说#1咋说#3,发展#1中医#2肯定有#1不同的#1声音#4。 + shui2 za3 shuo1 za3 shuo1 fa1 zhan3 zhong1 yi1 ken3 ding4 you3 bu4 tong2 de5 sheng1 yin1 +007562 是否#1采纳#3要看#1村民的#1意愿#4。 + shi4 fou2 cai3 na4 yao4 kan4 cun1 min2 de5 yi4 yuan4 +007563 部分#1城市#3房价#1涨幅#1收窄#4。 + bu4 fen4 cheng2 shi4 fang2 jia4 zhang3 fu2 shou1 zhai3 +007564 石家庄#2公路#1主枢纽#3南焦#2客运站#2人流#2熙熙#1攘攘#4。 + shi2 jia1 zhuang1 gong1 lu4 zhu3 shu1 niu3 nan2 jiao1 ke4 yun4 zhan4 ren2 liu2 xi1 xi1 rang2 rang3 +007565 那女生#2一见#1尹志平#3,顿时#1马屁#1横溢#3:啊#3,你#1就是#1尹志平吧#4! + na4 nv3 sheng1 yi2 jian4 yin3 zhi4 ping2 dun4 shi2 ma3 pi4 heng2 yi4 a5 ni3 jiu4 shi4 yin3 zhi4 ping2 ba5 +007566 贝多芬楼#2就#1留了#1下来#3,成为#2学生#1学业#1负担#1下的#1发泄物#4。 + bei4 duo1 fen1 lou2 jiu4 liu2 le5 xia4 lai2 cheng2 wei2 xue2 sheng1 xue2 ye4 fu4 dan1 xia4 de5 fa1 xie4 wu4 +007567 目前#3,保钓船#2是否有#1能力#1回航#3,还是个#1未知数#4。 + mu4 qian2 bao3 diao4 chuan2 shi4 fou2 you3 neng2 li4 hui2 hang2 hai2 shi4 ge5 wei4 zhi1 shu4 +007568 其实#2很好剪#3,牛腩#3比这个#1难剪#1多了#4。 + qi2 shi2 hen2 hao2 jian3 niu2 nan3 bi3 zhe4 ge5 nan2 jian3 duo1 le5 +007569 常#1出门#1活动#3,大爷的#1心情#3也#1越来越#1开朗#4。 + chang2 chu1 men2 huo2 dong4 da4 ye5 de5 xin1 qing2 ye3 yue4 lai2 yue4 kai1 lang3 +007570 农用#1三轮#1车上#3,漂白后的#1豆芽#2个头#1饱满#3,七八#1厘米长#3,通体#1亮白#4。 + nong2 yong4 san1 lun2 che1 shang4 piao3 bai2 hou4 de5 dou4 ya2 ge4 tou5 bao2 man3 qi1 ba1 li2 mi3 chang2 tong1 ti3 liang4 bai2 +007571 书架上#2信手#1拈来的#2是#1“孙子#1兵法#3”、“宋词选#3”、辞典#4。 + shu1 jia4 shang4 xin4 shou3 nian1 lai2 de5 shi4 sun1 zi3 bing1 fa3 song4 ci2 xuan3 ci2 dian3 +007572 昨天#3,欧洲#1股市#2中盘#1普遍#1走高#3,一扫#1亚太#1股市#2普跌的#1阴霾#4。 + zuo2 tian1 ou1 zhou1 gu3 shi4 zhong1 pan2 pu3 bian4 zou3 gao1 yi4 sao3 ya4 tai4 gu3 shi4 pu3 die1 de5 yin1 mai2 +007573 很久#1很久#1以前#3,老鼠们#2因#1深受#1猫的#1侵袭#3,感到#2十分#1苦恼#4。 + hen2 jiu3 hen2 jiu2 yi3 qian2 lao2 shu3 men5 yin1 shen1 shou4 mao1 de5 qin1 xi2 gan3 dao4 shi2 fen1 ku2 nao3 +007574 据了解#3,新型#2电子表#3与#1传统#1机械表#1相比#3,自身#1耗电量#1低#4。 + ju4 liao2 jie3 xin1 xing2 dian4 zi2 biao3 yu3 chuan2 tong3 ji1 xie4 biao3 xiang1 bi3 zi4 shen1 hao4 dian4 liang4 di1 +007575 倘若#2一个人#1出名#2正出得#1半红#1不紫#3,那他是#2断不会#1淡泊的#4。 + tang3 ruo4 yi2 ge4 ren2 chu1 ming2 zheng4 chu1 de5 ban4 hong2 bu4 zi3 na4 ta1 shi4 duan4 bu2 hui4 dan4 bo2 de5 +007576 究竟#2是何#1原因#2使得#1索马里#2成为#1海盗的#1天堂#4? + jiu1 jing4 shi4 he2 yuan2 yin1 shi3 de2 suo2 ma2 li3 cheng2 wei2 hai3 dao4 de5 tian1 tang2 +007577 黄小姐#1带的#1“奶米粉#4”。 + huang2 xiao2 jie3 dai4 de5 nai3 mi2 fen3 +007578 老婆#1深情的#1靠在#1老公#1身上说#3:“我想要#1温暖#4。 + lao3 po2 shen1 qing2 de5 kao4 zai4 lao3 gong1 shen1 shang4 shuo1 wo2 xiang3 yao4 wen1 nuan3 +007579 两个人的#1头#2拼在#1一起#3,恨不得#1嵌进#1对方#4。 + liang3 ge4 ren2 de5 tou2 pin1 zai4 yi4 qi3 hen4 bu4 de2 qian4 jin4 dui4 fang1 +007580 在#1这样的#1背景下#3,包容性#1增长#2几成#1奢望#4。 + zai4 zhe4 yang4 de5 bei4 jing3 xia4 bao1 rong2 xing4 zeng1 zhang3 ji1 cheng2 she1 wang4 +007581 如果#1阿城#1做#1倒垃圾的话#3,也会#1比我#1有型啦#4。 + ru2 guo3 a1 cheng2 zuo4 dao4 la1 ji1 de5 hua4 ye3 hui4 bi2 wo2 you3 xing2 la5 +007582 目前#3,中国的#1乳品#1行业#2正#1面临#1一场#1洗牌#4。 + mu4 qian2 zhong1 guo2 de5 ru2 pin3 hang2 ye4 zheng4 mian4 lin2 yi4 chang2 xi3 pai2 +007583 周俊#2没有#1工作#3,每天#1四处#1玩玩#3,打打#1麻将#4。 + zhou1 jun4 mei2 you3 gong1 zuo4 mei3 tian1 si4 chu4 wan2 wan5 da2 da3 ma2 jiang4 +007584 年幼的#1小孩#2扶着#1铁栅栏#1玩耍#3,身着#1破烂#4。 + nian2 you4 de5 xiao3 hai2 fu2 zhe5 tie3 zha4 lan5 wan2 shua3 shen1 zhuo2 po4 lan4 +007585 我们#1这儿#2给#1傻子#1重新#1起名#3,随我#1丈夫的#1姓#4。 + wo3 men5 zher4 gei2 sha3 zi5 chong2 xin1 qi3 ming2 sui2 wo3 zhang4 fu5 de5 xing4 +007586 可#1得逞#1之后#3,他#1仍不#1满足#3,仍#1要求#1加钱#4。 + ke3 de2 cheng3 zhi1 hou4 ta1 reng2 bu4 man3 zu2 reng2 yao1 qiu2 jia1 qian2 +007587 早上#3要#1储存好#1一天的#1能量呢#3,所以#2来点#1豆浆#1和#1油条#1不错#4。 + zao3 shang4 yao4 chu3 cun2 hao3 yi4 tian1 de5 neng2 liang4 ne5 suo2 yi3 lai2 dian3 dou4 jiang1 he2 you2 tiao2 bu2 cuo4 +007588 我有#1一个#2高三#1党的#1奇葩#1朋友#3,平时#1二到#1家的#1那种#4! + wo2 you3 yi2 ge4 gao1 san1 dang3 de5 qi2 pa1 peng2 you5 ping2 shi2 er4 dao4 jia1 de5 na4 zhong3 +007589 但在#2爱尔兰#1半天的#1访问#1行程#1之中#3,安保#1车队#2却#1出现#1一件#1“糗事#4”。 + dan4 zai4 ai4 er3 lan2 ban4 tian1 de5 fang3 wen4 xing2 cheng2 zhi1 zhong1 an1 bao3 che1 dui4 que4 chu1 xian4 yi2 jian4 qiu3 shi4 +007590 木制#1院墙#2如今#2实不#1多见#3,木栅栏#1门旁#2挂着#1滔天#1会的#1木牌#4。 + mu4 zhi4 yuan4 qiang2 ru2 jin1 shi2 bu4 duo1 jian4 mu4 zha4 lan5 men2 pang2 gua4 zhe5 tao1 tian1 hui4 de5 mu4 pai2 +007591 李革祥#2驾车#1撞断了#1收费站#1栏杆后#1逃逸#4。 + li3 ge2 xiang2 jia4 che1 zhuang4 duan4 le5 shou1 fei4 zhan4 lan2 gan1 hou4 tao2 yi4 +007592 过一会#2他#1回来了#3,我问他#1效果#1如何#3,他#1皱皱眉#2摇头道#3:感觉#2没啥#1用啊#4。 + guo4 yi2 hui4 ta1 hui2 lai5 le5 wo3 wen4 ta1 xiao4 guo3 ru2 he2 ta1 zhou4 zhou5 mei2 yao2 tou2 dao4 gan3 jue2 mei2 sha2 yong4 a5 +007593 你#1怎么#1得罪#1她了#3,快去#1给她#1赔赔#1不是吧#4? + ni2 zen3 me5 de2 zui4 ta1 le5 kuai4 qu4 gei3 ta1 pei2 pei2 bu2 shi4 ba5 +007594 本报#1记者#3已将#2上述#1信息#2反馈#1国家#1海事局#4。 + ben3 bao4 ji4 zhe2 yi3 jiang1 shang4 shu4 xin4 xi1 fan3 kui4 guo2 jia1 hai3 shi4 ju2 +007595 这个#1电影#2就是要#1探寻#1他的#1内心#1世界#3离#1我们#1很远的#1地方#1在哪#4? + zhe4 ge4 dian4 ying3 jiu4 shi4 yao4 tan4 xun2 ta1 de5 nei4 xin1 shi4 jie4 li2 wo3 men5 hen2 yuan3 de5 di4 fang1 zai4 na3 +007596 所以#3越是#1临时#1张罗的#1国际#1会议#3,越会在#1财政上#2出现#1倒逼#1现象#4。 + suo2 yi3 yue4 shi4 lin2 shi2 zhang1 luo2 de5 guo2 ji4 hui4 yi4 yue4 hui4 zai4 cai2 zheng4 shang4 chu1 xian4 dao4 bi1 xian4 xiang4 +007597 在#2正式的#1教学#1方面#3,马德保#2终于#1步入#1正轨#3,开始#1循规#1蹈矩#4。 + zai4 zheng4 shi4 de5 jiao4 xue2 fang1 mian4 ma3 de2 bao3 zhong1 yu2 bu4 ru4 zheng4 gui3 kai1 shi3 xun2 gui1 dao2 ju3 +007598 我#1舍不得#1主人哟#4。 + wo2 she3 bu4 de2 zhu3 ren2 yo5 +007599 分众#1传媒#2第二#1季度#1业绩#3超过#1市场#1预期#4。 + fen1 zhong4 chuan2 mei2 di4 er4 ji4 du4 ye4 ji4 chao1 guo4 shi4 chang3 yu4 qi1 +007600 作为#1大姐的#1“老那#3”,讲究的#2是一股#1“大姐#1范儿#2”和#1“猛劲儿#4”。 + zuo4 wei2 da4 jie3 de5 lao3 na4 jiang3 jiu1 de5 shi4 yi4 gu3 da4 jie3 fanr4 he2 meng3 jinr4 +007601 玻璃#1碎片#2卡在#1女子#1食管内#3,面临#2大出血#1危险#4。 + bo1 li5 sui4 pian4 ka3 zai4 nv2 zi3 shi2 guan3 nei4 mian4 lin2 da4 chu1 xie3 wei1 xian3 +007602 这时候的#1表姐#3,已经#1嫁给了#1丧偶的#1老板#1高成#4。 + zhe4 shi2 hou4 de5 biao2 jie3 yi3 jing1 jia4 gei3 le5 sang4 ou3 de5 lao2 ban3 gao1 cheng2 +007603 其间#2多次#1跳槽#3,也都#1是在#1各类#1服务#1中心#1打转#4。 + qi2 jian1 duo1 ci4 tiao4 cao2 ye3 dou1 shi4 zai4 ge4 lei4 fu2 wu4 zhong1 xin1 da3 zhuan4 +007604 他对#1美的#1认识#2处在#1萌芽#1阶段#3,不比#2马德保的#1精深#4。 + ta1 dui4 mei3 di4 ren4 shi5 chu3 zai4 meng2 ya2 jie1 duan4 bu4 bi2 ma3 de2 bao3 de5 jing1 shen1 +007605 当日#1晚间#3,飓风#1“桑迪#2”登陆#1纽约#3,纽约#1曼哈顿#1部分#1地区#2变成#1泽国#4。 + dang1 ri4 wan3 jian1 ju4 feng1 sang1 di2 deng1 lu4 niu3 yue1 niu3 yue1 man4 ha1 dun4 bu4 fen4 di4 qu1 bian4 cheng2 ze2 guo2 +007606 我#1内疚哇#3,想用#1最#1诚挚的#1道歉#2来#1乞求#1谅解#4。 + wo3 nei4 jiu4 wa5 xiang3 yong4 zui4 cheng2 zhi4 de5 dao4 qian4 lai2 qi3 qiu2 liang4 jie3 +007607 他#1性格#1爽朗#2,有问#1必答#4。 + ta1 xing4 ge2 shuang2 lang3 you3 wen4 bi4 da2 +007608 茆华瑞#1从未#1想过#3,爸爸的#1笑容#2有一天#1会消失#4。 + mao2 hua2 rui4 cong2 wei4 xiang3 guo4 ba4 ba5 de5 xiao4 rong2 you3 yi4 tian1 hui4 xiao1 shi1 +007609 他就#1对着我#2呵呵笑#4。 + ta1 jiu4 dui4 zhe5 wo3 he1 he1 xiao4 +007610 陈正强#2逃跑时#3拎着#1一把#1椅子#4。 + chen2 zheng4 qiang2 tao2 pao3 shi2 lin1 zhe5 yi4 ba2 yi3 zi5 +007611 整个#1城市#3应该说#2凤凰#1涅盘#4。 + zheng3 ge4 cheng2 shi4 ying1 gai1 shuo1 feng4 huang2 nie4 pan2 +007612 武强的#1小女友#2铁定了#1心#2要和他#2好好#1过日子#4。 + wu3 qiang2 de5 xiao3 nv2 you3 tie3 ding4 le5 xin1 yao4 he2 ta1 hao2 hao3 guo4 ri4 zi5 +007613 要#2巩固#1完善#1基层#1综合#1改革#4。 + yao4 gong3 gu4 wan2 shan4 ji1 ceng2 zong1 he2 gai3 ge2 +007614 斯塔尔#2没有#1透露#1具体#1国名#4。 + si1 ta2 er3 mei2 you3 tou4 lu4 ju4 ti3 guo2 ming2 +007615 只要#1大家#1肯讲#3,他就#1肯听#4。 + zhi3 yao4 da4 jia1 ken2 jiang3 ta1 jiu4 ken3 ting1 +007616 都说#2瘦死的#1骆驼#1比马大#4。 + dou1 shuo1 shou4 si3 de5 luo4 tuo2 bi2 ma3 da4 +007617 我#1得不到的#3,我#1宁愿#1毁了它#4! + wo3 de2 bu2 dao4 de5 wo3 ning4 yuan4 hui3 le5 ta1 +007618 形象地#1说#3,就是#2“寅吃#1卯粮#4”。 + xing2 xiang4 de5 shuo1 jiu4 shi4 yin2 chi1 mao3 liang2 +007619 就在#1这时#3,孩子的#1奶奶#2突然#1甩手#2打了#1党娟#1一耳光#4。 + jiu4 zai4 zhe4 shi2 hai2 zi5 de5 nai3 nai5 tu1 ran2 shuai2 shou2 da3 le5 dang3 juan1 yi4 er3 guang1 +007620 抢得#1钱后#3,两人#1就去#1饭店#2、网吧#1等场所#1挥霍#1潇洒#4。 + qiang3 de2 qian2 hou4 liang3 ren2 jiu4 qu4 fan4 dian4 wang3 ba1 deng3 chang2 suo3 hui1 huo4 xiao1 sa3 +007621 如果#1写手#2不按#1培训#1要领#1来写#3,很可能#1被#1自然#1淘汰#4。 + ru2 guo3 xie2 shou3 bu2 an4 pei2 xun4 yao4 ling3 lai2 xie3 hen2 ke3 neng2 bei4 zi4 ran2 tao2 tai4 +007622 当天#1下午#3,辽宁#1男乒#2与#1浙江#1海宁的#1比赛#1率先#1开始#4。 + dang4 tian1 xia4 wu3 liao2 ning2 nan2 ping1 yu3 zhe4 jiang1 hai3 ning2 de5 bi3 sai4 shuai4 xian1 kai1 shi3 +007623 他们#2外出#1工作#3,两岁#1大的#1女儿#1含含#2由#1爷爷#1奶奶#1带着#4。 + ta1 men5 wai4 chu1 gong1 zuo4 liang3 sui4 da4 de5 nv3 er2 han2 han5 you2 ye2 ye5 nai3 nai5 dai4 zhe5 +007624 战士们#2围着#1几本#1破旧的#1杂志#1争相#1阅读#4。 + zhan4 shi4 men5 wei2 zhe5 ji2 ben3 po4 jiu4 de5 za2 zhi4 zheng1 xiang1 yue4 du2 +007625 据悉#3,以#1地方#1标准#1形式#3来#1规范#1门牌#1楼牌#3,在#1全国#2还是#1首次#4。 + ju4 xi1 yi3 di4 fang1 biao1 zhun3 xing2 shi4 lai2 gui1 fan4 men2 pai2 lou2 pai2 zai4 quan2 guo2 hai2 shi4 shou3 ci4 +007626 不仅仅#1是#2德意志#1银行#4。 + bu4 jin2 jin3 shi4 de2 yi4 zhi4 yin2 hang2 +007627 赵忠祥的#1团队#2拿着#1倪萍的#2“姥姥#1语录#3”,排队#1请她#1签名#4。 + zhao4 zhong1 xiang2 de5 tuan2 dui4 na2 zhe5 ni2 ping2 de5 lao3 lao5 yu3 lu4 pai2 dui4 qing3 ta1 qian1 ming2 +007628 郭某称#3,以前#1经他#1介绍#1捐卵的#2还有#1俄罗斯#1模特#4。 + guo1 mou3 cheng1 yi3 qian2 jing1 ta1 jie4 shao4 juan1 luan3 de5 hai2 you3 e2 luo2 si1 mo2 te4 +007629 滚#3,你有#1见过#1苦瓜#1是#1甜的嘛#4! + gun3 ni2 you3 jian4 guo4 ku3 gua1 shi4 tian2 de5 ma5 +007630 恩恩#3,你#1怎么#1知道#1我#1喜欢#1养鱼的#4? + en4 en4 ni2 zen3 me5 zhi1 dao4 wo2 xi3 huan1 yang3 yu2 de5 +007631 全部#1淘汰#2落后#1电解铝#1产能#4。 + quan2 bu4 tao2 tai4 luo4 hou4 dian4 jie2 lv2 chan3 neng2 +007632 吹牛#1可不#1太好呀#4。 + chui1 niu2 ke3 bu2 tai4 hao3 ya5 +007633 手术后#2脚趾的#1伤#1怎么样了#4? + shou3 shu4 hou4 jiao2 zhi3 de5 shang1 zen3 me5 yang4 le5 +007634 我#1无意间#2眼睛#1一瞟#3,看到#1门口#1有#1半个#1脑壳#3,长头发#1吊起的#4。 + wo3 wu2 yi4 jian1 yan3 jing5 yi4 piao3 kan4 dao4 men2 kou2 you3 ban4 ge5 nao3 ke2 chang2 tou2 fa4 diao4 qi3 de5 +007635 咨询#1电话#2为#2六二#1零五#2九幺幺七#4。 + zi1 xun2 dian4 hua4 wei2 liu4 er4 ling2 wu3 jiu3 yao1 yao1 qi1 +007636 车内#2坐着#1一高#1一矮#2两名#1男子#4。 + che1 nei4 zuo4 zhe5 yi4 gao1 yi4 ai2 liang3 ming2 nan2 zi3 +007637 购物#1单中#3,要帮#1表姐#1带米粉#4。 + gou4 wu4 dan1 zhong1 yao4 bang1 biao2 jie3 dai4 mi2 fen3 +007638 一眼#1看到了#3,就#1心里#1暖暖的#4。 + yi4 yan3 kan4 dao4 le5 jiu4 xin1 li3 nuan2 nuan3 de5 +007639 但他#1拗不过#1治安#1队员的#1检查#4。 + dan4 ta1 ao3 bu2 guo4 zhi4 an1 dui4 yuan2 de5 jian3 cha2 +007640 有时#2在#1商圈#2请个#1棒棒#1都难#4。 + you3 shi2 zai4 shang1 quan1 qing3 ge5 bang4 bang5 dou1 nan2 +007641 随后#3,李爹爹的#1二儿子#1赶来#4。 + sui2 hou4 li3 die1 die5 de5 er4 er2 zi5 gan3 lai2 +007642 此次#1审计的#1基本#1情况#1怎样#4? + ci3 ci4 shen3 ji4 de5 ji1 ben3 qing2 kuang4 zen3 yang4 +007643 我们#1无意#1打扰你#1平静的#1生活#4。 + wo3 men5 wu2 yi4 da2 rao2 ni3 ping2 jing4 de5 sheng1 huo2 +007644 彼得#2冷冷道#3:谁看#1你了#3,我#1自己#1也有#3,连#1密码#1都没#1改过#4。 + bi3 de2 leng2 leng3 dao4 shui2 kan4 ni3 le5 wo3 zi4 ji3 ye2 you3 lian2 mi4 ma3 dou1 mei2 gai3 guo4 +007645 外立面#1黄色#3,用#1橙红色#1点缀#4。 + wai4 li4 mian4 huang2 se4 yong4 cheng2 hong2 se4 dian3 zhui4 +007646 我们#1又要#1改造#1环境#3,又要#1保证#1民生#1不减少#3,那钱#1怎么#1来啊#4? + wo3 men5 you4 yao4 gai3 zao4 huan2 jing4 you4 yao4 bao3 zheng4 min2 sheng1 bu4 jian2 shao3 na4 qian2 zen3 me5 lai2 a5 +007647 地域#1边远的#1青海#1高原#1也不#1例外#4。 + di4 yu4 bian1 yuan3 de5 qing1 hai3 gao1 yuan2 ye3 bu2 li4 wai4 +007648 据悉#3,大火#1造成的#1直接#1财产#1损失#2为#1三万#1零五百#1七十元#4。 + ju4 xi1 da4 huo3 zao4 cheng2 de5 zhi2 jie1 cai2 chan2 sun3 shi1 wei2 san1 wan4 ling2 wu2 bai3 qi1 shi2 yuan2 +007649 这张卡#2董小姐#1没用过#1几次#4。 + zhe4 zhang1 ka3 dong3 xiao2 jie3 mei2 yong4 guo4 ji3 ci4 +007650 同时#3,宋#2还#1涉嫌#1买卖#1人口#4。 + tong2 shi2 song4 hai2 she4 xian2 mai3 mai4 ren2 kou3 +007651 董家人#1认为#2诊所#1难逃#1干系#4。 + dong3 jia1 ren2 ren4 wei2 zhen2 suo3 nan2 tao2 gan1 xi4 +007652 于是#3,便#1酿造了#1这一出#1惨剧#4。 + yu2 shi4 bian4 niang4 zao4 le5 zhe4 yi4 chu1 can3 ju4 +007653 吞下#1排球#2已被#1隔离的#1海豚#4。 + tun1 xia4 pai2 qiu2 yi3 bei4 ge2 li2 de5 hai3 tun2 +007654 老人#1拉起#1孙女的手#3,冰冷#4。 + lao3 ren2 la1 qi3 sun1 nv3 de5 shou3 bing1 leng3 +007655 老邓#2满面#1红光#2,笑声#1爽朗#4。 + lao3 deng4 man3 mian4 hong2 guang1 xiao4 sheng1 shuang2 lang3 +007656 麦克#1拉伦#2发表了#1主题#1演讲#4。 + mai4 ke4 la1 lun2 fa1 biao3 le5 zhu3 ti2 yan2 jiang3 +007657 平时#3,喷泉#1并不#1经常#1喷水#4。 + ping2 shi2 pen1 quan2 bing4 bu4 jing1 chang2 pen1 shui3 +007658 请#1车辆#1绕行#1西禹#1高速#1公路#4。 + qing3 che1 liang4 rao4 xing2 xi1 yu3 gao1 su4 gong1 lu4 +007659 再#1一个是#3,嘎查#1干部#1要#1清白#4。 + zai4 yi2 ge4 shi4 ga1 cha2 gan4 bu4 yao4 qing1 bai2 +007660 老卡#2对#1住宿#1环境#2要求#1很高#4。 + lao2 ka3 dui4 zhu4 su4 huan2 jing4 yao1 qiu2 hen3 gao1 +007661 唐先生#1下班#1回家#1没东西吃#3,干脆#2也会去#1父母家#1“蹭饭#4”。 + tang2 xian1 sheng5 xia4 ban1 hui2 jia1 mei2 dong1 xi5 chi1 gan1 cui4 ye3 hui4 qu4 fu4 mu3 jia1 ceng4 fan4 +007662 霍震霆#1父子#2一早#2到场#1打点#4。 + huo4 zhen4 ting2 fu4 zi3 yi4 zao3 dao4 chang3 da2 dian3 +007663 回万岁#3,包拯#2不就在#1这儿吗#3?八贤王#2指着#1不知#1所措的#1包拯道#4。 + hui2 wan4 sui4 bao1 zheng3 bu2 jiu4 zai4 zher4 ma5 ba1 xian2 wang2 zhi3 zhe5 bu4 zhi1 suo3 cuo4 de5 bao1 zheng3 dao4 +007664 而在#1许多#1案例中#3,这些#1银行#2都像#1普通#1散户#1一样#2赔得#1惨不#1忍睹#4。 + er2 zai4 xu3 duo1 an4 li4 zhong1 zhe4 xie1 yin2 hang2 dou1 xiang4 pu3 tong1 san3 hu4 yi2 yang4 pei2 de5 can3 bu4 ren2 du3 +007665 此次#1大风#2耐力#1超强#3,经过#1一夜#1呼啸后#3,还将#1在京#2折腾#1一整天#4。 + ci3 ci4 da4 feng1 nai4 li4 chao1 qiang2 jing1 guo4 yi2 ye4 hu1 xiao4 hou4 hai2 jiang1 zai4 jing1 zhe1 teng5 yi4 zheng3 tian1 +007666 一开始#3,正#1等待#1引流的熊#2似乎#1躁动#1不安#3,在#1熊舍里#2来回#1踱步#4。 + yi4 kai1 shi3 zheng4 deng3 dai4 yin3 liu2 de5 xiong2 si4 hu1 zao4 dong4 bu4 an1 zai4 xiong2 she4 li3 lai2 hui2 duo2 bu4 +007667 孟京#2接过#1报纸看#3,如逢#1友人#3—这里面的#1文章#2都是#1闫楠的#1风格#4。 + meng4 jing1 jie1 guo4 bao4 zhi3 kan4 ru2 feng2 you3 ren2 zhe4 li3 mian4 de5 wen2 zhang1 dou1 shi4 yan2 nan2 de5 feng1 ge2 +007668 当时#2给我#1儿子#1看病的#1那个#1大夫#1就说#3,他都#1不敢#1出门诊了#4! + dang1 shi2 gei2 wo3 er2 zi5 kan4 bing4 de5 na4 ge5 dai4 fu5 jiu4 shuo1 ta1 dou1 bu4 gan3 chu1 men2 zhen3 le5 +007669 大修#1之后#3,专家#1认为#3,伤痕#1累累的#1三桥#2已不再#1适宜#1通行#1货车#4。 + da4 xiu1 zhi1 hou4 zhuan1 jia1 ren4 wei2 shang1 hen2 lei2 lei3 de5 san1 qiao2 yi3 bu2 zai4 shi4 yi2 tong1 xing2 huo4 che1 +007670 二手房#1中介#1严重#1亏损#3,深圳#1楼市#2在#1这轮#1下滑中#2处于#1怎样的#1状态#4? + er4 shou3 fang2 zhong1 jie4 yan2 zhong4 kui1 sun3 shen1 zhen4 lou2 shi4 zai4 zhe4 lun2 xia4 hua2 zhong1 chu3 yu2 zen3 yang4 de5 zhuang4 tai4 +007671 而#1易趣网#2就为#1一百#1多万人#2提供了#1这样#1一个#1机会#4。 + er2 yi4 qu4 wang3 jiu4 wei4 yi4 bai3 duo1 wan4 ren2 ti2 gong1 le5 zhei4 yang4 yi2 ge5 ji1 hui4 +007672 女子#1抗争#3,歹徒#1一时#2未能#1得逞#4。 + nv2 zi3 kang4 zheng1 dai3 tu2 yi4 shi2 wei4 neng2 de2 cheng3 +007673 看来#2吃#1他家的#3要#1自带#1喵星人#4。 + kan4 lai2 chi1 ta1 jia1 de5 yao4 zi4 dai4 miao1 xing1 ren2 +007674 接下来#3我们#1听听#1专家#2怎么说#4。 + jie1 xia4 lai2 wo3 men5 ting1 ting1 zhuan1 jia1 zen3 me5 shuo1 +007675 指的是#3还没#1找好#1下家儿#2就#1辞职#3,不考虑#1后路#4。 + zhi3 de5 shi4 hai2 mei2 zhao2 hao3 xia4 jiar1 jiu4 ci2 zhi2 bu4 kao3 lv4 hou4 lu4 +007676 我还#1没有#1急过呢#3,你#1可以#1试试哟#4。 + wo3 hai2 mei2 you3 ji2 guo4 ne5 ni3 ke2 yi3 shi4 shi4 yo5 +007677 施瓦#1辛格#2曾#1夸赞#1妻子#1是#1那么#1聪明#3,是他#1心目#1中的#1理想#1女性#4。 + shi1 wa3 xin1 ge2 ceng2 kua1 zan4 qi1 zi3 shi4 na4 me5 cong1 ming5 shi4 ta1 xin1 mu4 zhong1 de5 li2 xiang2 nv3 xing4 +007678 葛警长#2赶紧将#1事先#1准备#1好的#1裤衩#2给其#1穿好#3,询问#1男子#1情况#4。 + ge2 jing2 zhang3 gan2 jin3 jiang1 shi4 xian1 zhun3 bei4 hao3 de5 ku4 cha2 gei3 qi2 chuan1 hao3 xun2 wen4 nan2 zi3 qing2 kuang4 +007679 今后#3,故宫#2还将#1通过#1展览#1等方式#3,让#1部分#1深宫#1文物#2与#1游客#1见面#4。 + jin1 hou4 gu4 gong1 hai2 jiang1 tong1 guo4 zhan2 lan2 deng3 fang1 shi4 rang4 bu4 fen5 shen1 gong1 wen2 wu4 yu3 you2 ke4 jian4 mian4 +007680 没有#1用户#2是#1愿意#1阻挡#1这些#1正常#1内容的#4。 + mei2 you3 yong4 hu4 shi4 yuan4 yi4 zu2 dang3 zhe4 xie1 zheng4 chang2 nei4 rong2 de5 +007681 一场#2大规模的#1救赎#1运动#3拉开了#1序幕#4。 + yi4 chang3 da4 gui1 mo2 de5 jiu4 shu2 yun4 dong4 la1 kai1 le5 xu4 mu4 +007682 当#1大黑熊#1出现时#3,你竟#1丢下我#1跑啦#4! + dang1 da4 hei1 xiong2 chu1 xian4 shi2 ni3 jing4 diu1 xia4 wo2 pao3 la5 +007683 一心#1追求#1高收益的#1思路#2是否#1正确呢#4? + yi4 xin1 zhui1 qiu2 gao1 shou1 yi4 de5 si1 lu4 shi4 fou3 zheng4 que4 ne5 +007684 他#1一下子#1躺倒#1在地#3,阵地#2随后#1失陷#4。 + ta1 yi2 xia4 zi5 tang2 dao3 zai4 di4 zhen4 di4 sui2 hou4 shi1 xian4 +007685 小林#2不服#1上诉#3,成都#1中院#2发回#1重审#4。 + xiao3 lin2 bu4 fu2 shang4 su4 cheng2 du1 zhong1 yuan4 fa1 hui2 chong2 shen3 +007686 作为#1小舅子的我#1去#1劝架#3,果然#1有用#4! + zuo4 wei2 xiao3 jiu4 zi3 de5 wo3 qu4 quan4 jia4 guo3 ran2 you3 yong4 +007687 在#1一些#1专家#1看来#2,这样的#2跛足#1开发#2,正是#1康菲#2骄横#1霸道的#1底气#4。 + zai4 yi4 xie1 zhuan1 jia1 kan4 lai2 zhe4 yang4 de5 bo3 zu2 kai1 fa1 zheng4 shi4 kang1 fei1 jiao1 heng4 ba4 dao4 de5 di3 qi4 +007688 其#2早年#1丧父#3,母亲#1一人#2辛苦#1将他#1拉扯大#3,没想到#2竟#1英年#1早逝#4。 + qi2 zao3 nian2 sang4 fu4 mu3 qin1 yi4 ren2 xin1 ku3 jiang1 ta1 la1 che3 da4 mei2 xiang3 dao4 jing4 ying1 nian2 zao3 shi4 +007689 在#1现场#2有一个#1西瓜#2长得#1开裂了#3,轻轻#1打开#1发现#3,该瓜#2皮薄#1瓤红#4。 + zai4 xian4 chang2 you3 yi2 ge4 xi1 gua1 zhang3 de5 kai1 lie4 le5 qing1 qing1 da3 kai1 fa1 xian4 gai1 gua1 pi2 bao2 rang2 hong2 +007690 她挺#1懂事的#3,就#1听话#2去#1上学了#4。 + ta1 ting2 dong3 shi4 de5 jiu4 ting1 hua4 qu4 shang4 xue2 le5 +007691 莫尼勒#2生得#1潇洒#1英俊#3,成了#1那些#1妃子#1猎取的#1对象#4。 + mo4 ni2 le4 sheng1 de5 xiao1 sa3 ying1 jun4 cheng2 le5 na4 xie1 fei1 zi5 lie4 qu3 de5 dui4 xiang4 +007692 从#1早期的#1观冰#1赏雪#3,到#1现在#1逐步的#1拓展#1开来#4。 + cong2 zao3 qi1 de5 guan1 bing1 shang2 xue3 dao4 xian4 zai4 zhu2 bu4 de5 tuo4 zhan3 kai1 lai2 +007693 手术中#2,切开#1病人的#1臀部#3,进行#1血肿#1清除#2和#1神经#1减压#3,清除了#1全部#1淤血#4。 + shou3 shu4 zhong1 qie1 kai1 bing4 ren2 de5 tun2 bu4 jin4 xing2 xue4 zhong3 qing1 chu2 he2 shen2 jing1 jian3 ya1 qing1 chu2 le5 quan2 bu4 yu1 xue4 +007694 第三#2就是将#1库存#1大蒜#2层层次#1转包#2或#1囤积#1居奇#4。 + di4 san1 jiu4 shi4 jiang1 ku4 cun2 da4 suan4 ceng2 ceng2 ci4 zhuan3 bao1 huo4 tun2 ji1 ju1 qi2 +007695 你#1睡不着的#1时候#2可以来#1找我哦#3!我#1随叫#1随到#4。 + ni3 shui4 bu4 zhao2 de5 shi2 hou4 ke2 yi3 lai2 zhao2 wo3 o5 wo3 sui2 jiao4 sui2 dao4 +007696 刘欢说#3,丈夫#1前两天#1在#1出租#1房里#1晕倒#4。 + liu2 huan1 shuo1 zhang4 fu5 qian2 liang3 tian1 zai4 chu1 zu1 fang2 li3 yun1 dao3 +007697 十年前#3,李新坤的#1眼睛#2看不见#1东西了#4。 + shi2 nian2 qian2 li3 xin1 kun1 de5 yan3 jing1 kan4 bu2 jian4 dong1 xi5 le5 +007698 这是#1央行#2今年#1第二次#2下调#2存款#1准备#1金率#4。 + zhe4 shi4 yang1 hang2 jin1 nian2 di4 er4 ci4 xia4 tiao2 cun2 kuan2 zhun3 bei4 jin1 lv4 +007699 连战#1夫人#1连方瑀#3则是#2早已#1吓到#1两眼#1发直#4。 + lian2 zhan4 fu1 ren5 lian2 fang1 yu3 ze2 shi4 zao2 yi3 xia4 dao4 liang2 yan3 fa1 zhi2 +007700 多年来#3,警察们#2坐在#1大捆#1检获的#1文件#1面前#2,什么也#1没做#4。 + duo1 nian2 lai2 jing3 cha2 men5 zuo4 zai4 da4 kun2 jian3 huo4 de5 wen2 jian4 mian4 qian2 shen2 me5 ye3 mei2 zuo4 +007701 瞿龙华#2也怀疑#2是#1拆迁#1惹来的祸#4。 + qu2 long2 hua2 ye3 huai2 yi2 shi4 chai1 qian1 re3 lai2 de5 huo4 +007702 追随#1李振波#3,空降#2十五#1勇士#3再次#1受到#1全国#1军民的#1热切#1关注#4。 + zhui1 sui2 li3 zhen4 bo1 kong1 jiang4 shi2 wu2 yong3 shi4 zai4 ci4 shou4 dao4 quan2 guo2 jun1 min2 de5 re4 qie4 guan1 zhu4 +007703 我#1应该#1多#1攒些钱#3为#1孩子们#2买一些#1本子#4。 + wo3 ying1 gai1 duo1 zan3 xie1 qian2 wei4 hai2 zi5 men5 mai3 yi4 xie1 ben3 zi5 +007704 歹徒#1拉着#1枪栓#3,用枪#2指着#1工作#1人员骂#4。 + dai3 tu2 la1 zhe5 qiang1 shuan1 yong4 qiang1 zhi3 zhe5 gong1 zuo4 ren2 yuan2 ma4 +007705 开网店#1容易#3,把#1商品#1卖出去#2则#1大有#1学问#4。 + kai1 wang3 dian4 rong2 yi4 ba3 shang1 pin3 mai4 chu1 qu4 ze2 da4 you3 xue2 wen4 +007706 除了#1央企#3,银行#2也是#1年终奖#1较肥的#1行业#4。 + chu2 le5 yang1 qi3 yin2 hang2 ye3 shi4 nian2 zhong1 jiang3 jiao4 fei2 de5 hang2 ye4 +007707 据#1介绍#3,该#1鞭炮#1作坊#2开的#1时间#1不长#4。 + ju4 jie4 shao4 gai1 bian1 pao4 zuo1 fang5 kai1 de5 shi2 jian1 bu4 chang2 +007708 大概#2有#1二百#1来户#1受骗#3,金额有#1三四十#1万元#4。 + da4 gai4 you3 er4 bai3 lai2 hu4 shou4 pian4 jin1 e2 you3 san1 si4 shi2 wan4 yuan2 +007709 回顾#2侯佩岑的#1婚事#3,宛如#1一场#2马拉松#4。 + hui2 gu4 hou2 pei4 cen2 de5 hun1 shi4 wan3 ru2 yi4 chang2 ma3 la1 song1 +007710 寄人#1篱下#2不自在#3,她#1整天#1愁眉#1不展#4。 + ji4 ren2 li2 xia4 bu2 zi4 zai4 ta1 zheng3 tian1 chou2 mei2 bu4 zhan3 +007711 他#1能否#1存活#3,医生的#1心里#2一点#1底儿#1也没有#4。 + ta1 neng2 fou3 cun2 huo2 yi1 sheng1 de5 xin1 li3 yi4 dian2 dir2 ye3 mei2 you3 +007712 它的#1颜色#2是#1白中#1带青#3,我们#1称为#2隐青瓷#4。 + ta1 de5 yan2 se4 shi4 bai2 zhong1 dai4 qing1 wo3 men5 cheng1 wei2 yin3 qing1 ci2 +007713 医院#1通过#1剖腹产的#1方式#3,帮她#1产下#1婴儿#4。 + yi1 yuan4 tong1 guo4 pou1 fu4 chan3 de5 fang1 shi4 bang1 ta1 chan3 xia4 ying1 er2 +007714 那人的话#1碰了壁#3,只好#1把气#1咽在#1肚子里#3,心里#1一阵#1失望#4。 + na4 ren2 de5 hua4 peng4 le5 bi4 zhi2 hao2 ba3 qi4 yan4 zai4 du4 zi5 li3 xin1 li3 yi2 zhen4 shi1 wang4 +007715 这时#3,韩某#2和贺某#2便#1凑上来#3,哄骗#1李某说#2愿意#1帮她#1找回#1皮包#4。 + zhe4 shi2 han2 mou3 he2 he4 mou3 bian4 cou4 shang4 lai2 hong3 pian4 li2 mou3 shuo1 yuan4 yi4 bang1 ta1 zhao3 hui2 pi2 bao1 +007716 要避免#2“略等于#1无”式的#1尴尬#1重演#3,急需对#2相关#1规定#2打“补丁#4”。 + yao4 bi4 mian3 lve4 deng3 yu2 wu2 shi4 de5 gan1 ga4 chong2 yan3 ji2 xu1 dui4 xiang1 guan1 gui1 ding4 da2 bu3 ding1 +007717 那么#2比太阳#1大十倍的#1恒星呢#4? + na4 me5 bi3 tai4 yang5 da4 shi2 bei4 de5 heng2 xing1 ne5 +007718 跑车的#1车头#2被撞得#1拱起#3,保险杠#2也#1凹进去#1一块#4。 + pao3 che1 de5 che1 tou2 bei4 zhuang4 de5 gong2 qi3 bao2 xian3 gang4 ye3 ao1 jin4 qu4 yi2 kuai4 +007719 他#1年轻时#3,曾#1就读于#1江苏省#1某#1体校#3,散打#1队员#4。 + ta1 nian2 qing1 shi2 ceng2 jiu4 du2 yu2 jiang1 su1 sheng3 mou2 ti3 xiao4 san2 da3 dui4 yuan2 +007720 这一次#3,风水#2又#1转到了#2个人#1住房#1按揭#1贷款#1上来#4。 + zhe4 yi2 ci4 feng1 shui3 you4 zhuan3 dao4 le5 ge4 ren2 zhu4 fang2 an4 jie1 dai4 kuan3 shang4 lai2 +007721 近两年#3,随着#1几家#1乳品#1企业#1进驻#3,洪雅县的#1奶源#2变得#1紧俏#4。 + jin4 liang3 nian2 sui2 zhe5 ji3 jia1 ru2 pin2 qi3 ye4 jin4 zhu4 hong2 ya3 xian4 de5 nai3 yuan2 bian4 de5 jin3 qiao4 +007722 回家时#3,我也#1真诚地#1邀请#1我战友#2到#1家里#1去玩玩#4。 + hui2 jia1 shi2 wo2 ye3 zhen1 cheng2 de5 yao1 qing2 wo3 zhan4 you3 dao4 jia1 li3 qu4 wan2 wan5 +007723 因为#1结冰#3,车窗#2、车门#1开启时#2也#1嘎嘎#1作响#4。 + yin1 wei4 jie2 bing1 che1 chuang1 che1 men2 kai1 qi3 shi2 ye3 ga1 ga1 zuo4 xiang3 +007724 超市内#2人头#1攒动#3,生意#1比往常#1“火爆#1”许多#4。 + chao1 shi4 nei4 ren2 tou2 cuan2 dong4 sheng1 yi4 bi2 wang3 chang2 huo3 bao4 xu3 duo1 +007725 为此#3,学校#2专门#1为他#1给窗户#1装上了#1栅栏#4。 + wei4 ci3 xue2 xiao4 zhuan1 men2 wei4 ta1 gei3 chuang1 hu4 zhuang1 shang4 le5 zha4 lan5 +007726 嗨#3,平常#1无所谓#3,过节了#3,就#1有个#1思乡情啊#4。 + hai1 ping2 chang2 wu2 suo3 wei4 guo4 jie2 le5 jiu4 you3 ge5 si1 xiang1 qing2 a5 +007727 直至#1今日#3,黄小清的#1右腿里#2还#1打着#1钢板#3,走起#1路来#2一瘸#1一拐#4。 + zhi2 zhi4 jin1 ri4 huang2 xiao3 qing1 de5 you4 tui2 li3 hai2 da3 zhe5 gang1 ban3 zou2 qi3 lu4 lai2 yi4 que2 yi4 guai3 +007728 惜红#1社监会#3,装傻#1退朝#4。 + xi1 hong2 she4 jian1 hui4 zhuang1 sha3 tui4 chao2 +007729 因此#3,此次#1召开的#1延押庭#3,会否#2把#1陈水扁#1放出来#3,备受#1关注#4。 + yin1 ci3 ci3 ci4 zhao4 kai1 de5 yan2 ya1 ting2 hui4 fou2 ba3 chen2 shui2 bian3 fang4 chu1 lai5 bei4 shou4 guan1 zhu4 +007730 李佳的#1年薪#2最终以#2四点#1一五万的#1价格#1成功#1拍出#4。 + li3 jia1 de5 nian2 xin1 zui4 zhong1 yi3 si4 dian3 yi1 wu3 wan4 de5 jia4 ge2 cheng2 gong1 pai1 chu1 +007731 跑项目#2要#1疏通#1关系#2,必须#1打点#3,林鑫#2懂得#1“行情#4”。 + pao3 xiang4 mu4 yao4 shu1 tong1 guan1 xi5 bi4 xu1 da2 dian3 lin2 xin1 dong3 de2 hang2 qing2 +007732 乘客#2对#1车上#1负责#1讲解的#1导乘员#2普遍#1表示#1满意#4。 + cheng2 ke4 dui4 che1 shang4 fu4 ze2 jiang2 jie3 de5 dao3 cheng2 yuan2 pu3 bian4 biao3 shi4 man3 yi4 +007733 陈广明#2是#2包头#1隆德#1稀土#1有限#1公司的#1股东#1之一#4。 + chen2 guang3 ming2 shi4 bao1 tou2 long2 de2 xi1 tu2 you3 xian4 gong1 si1 de5 gu3 dong1 zhi1 yi1 +007734 这家#1点心店#2做#1千层饼#3,用的#1就是#1杨爱国的#1“地沟油#4”。 + zhe4 jia1 dian3 xin1 dian4 zuo4 qian1 ceng2 bing3 yong4 de5 jiu4 shi4 yang2 ai4 guo2 de5 di4 gou1 you2 +007735 蘑菇#2“漂洗#1”厂房内#3,用于#1“漂洗#1”蘑菇的#1池子#1和#1工具#4。 + mo2 gu5 piao2 xi2 chang3 fang2 nei4 yong4 yu2 piao2 xi3 mo2 gu5 de5 chi2 zi5 he2 gong1 ju4 +007736 贾姬#2自觉#1占了#1上风#3,输得#1不太#1服气#3,要求#1重赛#4。 + jia3 ji1 zi4 jue2 zhan4 le5 shang4 feng1 shu1 de5 bu2 tai4 fu2 qi4 yao1 qiu2 chong2 sai4 +007737 不仅#2“向日葵#3”,还有#1很多#1网友#2也#1关心着#1老人的#1行踪#4。 + bu4 jin3 xiang4 ri4 kui2 hai2 you2 hen3 duo1 wang2 you3 ye3 guan1 xin1 zhe5 lao3 ren2 de5 xing2 zong1 +007738 房间内#2提供#1床#3、小吧台#2、浴袍#2和#1两双#1拖鞋#4。 + fang2 jian1 nei4 ti2 gong1 chuang2 xiao3 ba1 tai2 yu4 pao2 he2 liang3 shuang1 tuo1 xie2 +007739 晚餐#2是#1北京#1炸酱面#3,大家#1希望#1孩子们#2尝尝#1老北京的#1饮食#4。 + wan3 can1 shi4 bei3 jing1 zha2 jiang4 mian4 da4 jia1 xi1 wang4 hai2 zi5 men5 chang2 chang5 lao2 bei3 jing1 de5 yin3 shi2 +007740 两个#1原因#3,一个#2俺们#1是#1办公室#3,这个#1案件#2是#1保密的#2俺#1不知道#4。 + liang3 ge4 yuan2 yin1 yi2 ge4 an3 men5 shi4 ban4 gong1 shi4 zhe4 ge4 an4 jian4 shi4 bao3 mi4 de5 an3 bu4 zhi1 dao4 +007741 当时#3,张建国#1声称#1要和#1弟弟#1做游戏#3,并把#1弟弟的#1腿#2捆上#4。 + dang1 shi2 zhang1 jian4 guo2 sheng1 cheng1 yao4 he2 di4 di5 zuo4 you2 xi4 bing4 ba3 di4 di5 de5 tui2 kun3 shang4 +007742 又走#1回来#1坐在#1我左边#3,开始#1对我#1搂搂#1抱抱#4。 + you4 zou3 hui2 lai2 zuo4 zai4 wo2 zuo3 bian1 kai1 shi3 dui4 wo3 lou2 lou3 bao4 bao4 +007743 哼#3,我的#1脾气#1大着呢#4。 + heng1 wo3 de5 pi2 qi4 da4 zhe5 ne5 +007744 笑着#3也是#1一种#1性感喽#4。 + xiao4 zhe5 ye3 shi4 yi4 zhong3 xing4 gan3 lou5 +007745 现在#2油品#2主要是#1出现#1闪点#1和#1冷滤点#2这两项#1不合格#4。 + xian4 zai4 you2 pin2 zhu3 yao4 shi4 chu1 xian4 shan2 dian3 he2 leng3 lv4 dian3 zhe4 liang3 xiang4 bu4 he2 ge2 +007746 有#1迹象#1表明#3,中国#1低端#1工业品#1出口#2正在#1经历#1拐点#4。 + you3 ji4 xiang4 biao3 ming2 zhong1 guo2 di1 duan1 gong1 ye4 pin3 chu1 kou3 zheng4 zai4 jing1 li4 guai2 dian3 +007747 他说#3,自己#1用惯了#1算盘#3,觉得#1计算器#1没有#1这么#1好用#4。 + ta1 shuo1 zi4 ji3 yong4 guan4 le5 suan4 pan2 jue2 de5 ji4 suan4 qi4 mei2 you3 zhe4 me5 hao3 yong4 +007748 程荣说#3,她#1个人#1认为#3,应该叫#2“脚趾头#3”、“制伏#2”妥当些#4。 + cheng2 rong2 shuo1 ta1 ge4 ren2 ren4 wei2 ying1 gai1 jiao4 jiao2 zhi3 tou5 zhi4 fu2 tuo3 dang4 xie1 +007749 话虽#1这么说#2,心里#2却有些#1为#1韩寒#1担心#3,落差#1太大#3他#1会不会#1承受#1不了#4? + hua4 sui1 zhe4 me5 shuo1 xin1 li3 que4 you3 xie1 wei4 han2 han2 dan1 xin1 luo4 cha1 tai4 da4 ta1 hui4 bu2 hui4 cheng2 shou4 bu4 liao3 +007750 以后#1结了婚#2,一定要#1学会#1藏#1私房钱#3,你看#1你爸#1藏了#2我就#1找不着#4。 + yi3 hou4 jie2 le5 hun1 yi2 ding4 yao4 xue2 hui4 cang2 si1 fang2 qian2 ni3 kan4 ni3 ba4 cang2 le5 wo3 jiu4 zhao3 bu4 zhao2 +007751 土胚屋#3,五间房#3,狭小#1逼仄#3,满是#1灰尘#1和杂物#4。 + tu3 pei1 wu1 wu3 jian1 fang2 xia2 xiao3 bi1 ze4 man3 shi4 hui1 chen2 he2 za2 wu4 +007752 电话中#3,杨某某#1希望倪#3能将#2身份证#2和#1银行卡#2给她#1送过去#4。 + dian4 hua4 zhong1 yang2 mou2 mou3 xi1 wang4 ni2 neng2 jiang1 shen1 fen4 zheng4 he2 yin2 hang2 ka3 gei3 ta1 song4 guo4 qu4 +007753 米东区#2北沙窝#2是#1准噶尔#1盆地#2古尔班#1通古特#1沙漠的#1一部分#4。 + mi3 dong1 qu1 bei3 sha1 wo1 shi4 zhun3 ga2 er3 pen2 di4 gu2 er3 ban1 tong1 gu3 te4 sha1 mo4 de5 yi2 bu4 fen4 +007754 遇见#1那个#2懂得#1欣赏你#2,珍惜#1你的人#2是#1多么#1幸运#1幸福的事#4。 + yu4 jian4 na4 ge4 dong3 de2 xin1 shang2 ni3 zhen1 xi1 ni3 de5 ren2 shi4 duo1 me5 xing4 yun4 xing4 fu2 de5 shi4 +007755 我们#1参加了#2苗族#1传统的#1民俗#1活动#3,直接#1感受#2黎族#2、苗族#1文化的#1韵味#4。 + wo3 men5 can1 jia1 le5 miao2 zu2 chuan2 tong3 de5 min2 su2 huo2 dong4 zhi2 jie1 gan3 shou4 li2 zu2 miao2 zu2 wen2 hua4 de5 yun4 wei4 +007756 昨日#3,耿谆#1老人的#1遗体#1告别#1仪式#3在#1襄城县#1殡仪馆#1举行#4。 + zuo2 ri4 geng3 zhun1 lao3 ren2 de5 yi2 ti3 gao4 bie2 yi2 shi4 zai4 xiang1 cheng2 xian4 bin4 yi2 guan2 ju3 xing2 +007757 随后#3,他又#1“空降#1”意大利#3,先后#1效力于#2佩鲁贾#2等#1多支#1甲级#1球队#4。 + sui2 hou4 ta1 you4 kong1 jiang4 yi4 da4 li4 xian1 hou4 xiao4 li4 yu2 pei4 lu2 jia3 deng3 duo1 zhi1 jia3 ji2 qiu2 dui4 +007758 她#1睁开#1迷蒙的#1眼#3,四目#1相接#3,一记#1呼啸的#1耳光#2响彻#1整个#1教室#4。 + ta1 zheng1 kai1 mi2 meng2 de5 yan3 si4 mu4 xiang1 jie1 yi2 ji4 hu1 xiao4 de5 er3 guang1 xiang3 che4 zheng3 ge4 jiao4 shi4 +007759 身为#1泰国#1华侨#1后裔的她#3,为此#1感到#1无比#1自豪#1与#1光荣#4。 + shen1 wei2 tai4 guo2 hua2 qiao2 hou4 yi4 de5 ta1 wei4 ci2 gan3 dao4 wu2 bi3 zi4 hao2 yu3 guang1 rong2 +007760 哥#2前几天#1上网#2看到#1一大学#1同学的#1签名#3:被门#1夹过的#1核桃#2也能#1补脑吗#4? + ge1 qian2 ji3 tian1 shang4 wang3 kan4 dao4 yi2 da4 xue2 tong2 xue2 de5 qian1 ming2 bei4 men2 jia1 guo4 de5 he2 tao5 ye3 neng2 bu2 nao3 ma5 +007761 那#1穿行在#1大街#1小巷的#2菲亚特#1出租车#3,描绘#1和#1点缀着#1温州#4。 + na4 chuan1 xing2 zai4 da4 jie1 xiao3 xiang4 de5 fei1 ya4 te4 chu1 zu1 che1 miao2 hui4 he2 dian3 zhui4 zhe5 wen1 zhou1 +007762 而#1家庭#1寄养#1计划的#1服务#1对象#3,以#1滞留#1时间#1较长的#1流浪儿#1为主#4。 + er2 jia1 ting2 ji4 yang3 ji4 hua4 de5 fu2 wu4 dui4 xiang4 yi3 zhi4 liu2 shi2 jian1 jiao4 chang2 de5 liu2 lang4 er2 wei2 zhu3 +007763 可书#1已送人#2,自己#1又#1干涉#1不了#3,好比#1做#1母亲的#2看见#1女儿#1在#1亲家#1受苦#4。 + ke3 shu1 yi3 song4 ren2 zi4 ji3 you4 gan1 she4 bu4 liao3 hao2 bi3 zuo4 mu3 qin1 de5 kan4 jian4 nv3 er2 zai4 qing4 jia1 shou4 ku3 +007764 骂人时#1最痛苦#1不过于#2别人#1用你的话#2来回#1骂你#3,分量#2也会#1猛增#1许多#4。 + ma4 ren2 shi2 zui4 tong4 ku3 bu2 guo4 yu2 bie2 ren2 yong4 ni3 de5 hua4 lai2 hui2 ma4 ni3 fen4 liang4 ye3 hui4 meng3 zeng1 xu3 duo1 +007765 成本#1猛涨#3,企业#1吃不消#3,部分#1企业#2甚至#1不敢#1接#1新订单#4。 + cheng2 ben3 meng2 zhang3 qi3 ye4 chi1 bu4 xiao1 bu4 fen4 qi3 ye4 shen4 zhi4 bu4 gan3 jie1 xin1 ding4 dan1 +007766 而#1周董#2和#1侯佩岑#3,之前#2也是在#1日本#2搂肩#1被#1拍到#3,便#1招了#1恋情#4。 + er2 zhou1 dong3 he2 hou2 pei4 cen2 zhi1 qian2 ye3 shi4 zai4 ri4 ben2 lou3 jian1 bei4 pai1 dao4 bian4 zhao1 le5 lian4 qing2 +007767 遭受#1重创的#1旅游#1行业#1并不#1气馁#4。 + zao1 shou4 zhong4 chuang1 de5 lv3 you2 hang2 ye4 bing4 bu2 qi4 nei3 +007768 告诉我#2你要#1几点#1起床吧#4。 + gao4 su4 wo2 ni3 yao4 ji2 dian2 qi3 chuang2 ba5 +007769 你们#1男人#2没一个#1好东西#3,你滚#1一边去#3,我#1不想#1看到你#4。 + ni3 men5 nan2 ren5 mei2 yi4 ge5 hao3 dong1 xi5 ni2 gun3 yi4 bian1 qu4 wo3 bu4 xiang3 kan4 dao4 ni3 +007770 性感#1捧场的#1巩俐#3,获#1两名#1外籍#1高层#1相伴#4。 + xing4 gan3 peng2 chang3 de5 gong3 li4 huo4 liang3 ming2 wai4 ji2 gao1 ceng2 xiang1 ban4 +007771 一辆#2黑色#1轿车#1右侧#1车头#2将#1卷帘门#1撞凹了#4。 + yi2 liang4 hei1 se4 jiao4 che1 you4 ce4 che1 tou2 jiang1 juan3 lian2 men2 zhuang4 ao1 le5 +007772 第二#2、四#2、五项#1任务#3是#1深化#1制度#1改革#1与#1创新#4。 + di4 er4 si4 wu3 xiang4 ren4 wu4 shi4 shen1 hua4 zhi4 du4 gai3 ge2 yu3 chuang4 xin1 +007773 是#1全党#1全国#1各族#1人民#2团结#1奋斗的#1旗帜#4? + shi4 quan2 dang3 quan2 guo2 ge4 zu2 ren2 min2 tuan2 jie2 fen4 dou4 de5 qi2 zhi4 +007774 王妃#2不管#1现在#2还是#1小时候#2都好#1可爱喔#4! + wang2 fei1 bu4 guan3 xian4 zai4 hai2 shi4 xiao3 shi2 hou4 dou1 hao2 ke3 ai4 o5 +007775 名堂#2多得很#3,办法#2也#1多得很#3,而且#1创造了#1很多#1好办法#4。 + ming2 tang5 duo1 de5 hen3 ban4 fa2 ye3 duo1 de5 hen3 er2 qie3 chuang4 zao4 le5 hen3 duo1 hao3 ban4 fa3 +007776 没有#1机器#1轰鸣#3,没有#1铁水#1奔流#3,也#1没有了#1浓烟#1滚滚#4。 + mei2 you3 ji1 qi4 hong1 ming2 mei2 you3 tie2 shui3 ben1 liu2 ye3 mei2 you3 le5 nong2 yan1 gun2 gun3 +007777 在#1那个#1年代#3,工厂#1烟囱#2常被#1比喻成#2“黑色的#1撒旦#4”。 + zai4 na4 ge5 nian2 dai4 gong1 chang3 yan1 cong1 chang2 bei4 bi3 yu4 cheng2 hei1 se4 de5 sa1 dan4 +007778 专题#1关注的#1对象#2是#1面临#2摘牌#1危机的#1博物馆#4。 + zhuan1 ti2 guan1 zhu4 de5 dui4 xiang4 shi4 mian4 lin2 zhai1 pai2 wei1 ji1 de5 bo2 wu4 guan3 +007779 小小的#1个子#3,黑黑的#1脸#3,上嘴唇#2留有#1两撇#1小胡子#4。 + xiao2 xiao3 de5 ge4 zi5 hei1 hei1 de5 lian3 shang4 zui3 chun2 liu2 you3 liang2 pie2 xiao3 hu2 zi5 +007780 郴山#1作证#3,湘水#1作证#4。 + chen1 shan1 zuo4 zheng4 xiang1 shui3 zuo4 zheng4 +007781 俩人#1边叫喊#3,边拎着#1水桶#1扑救#4。 + lia3 ren2 bian1 jiao4 han3 bian1 lin1 zhe5 shui2 tong3 pu1 jiu4 +007782 狗舍里#1突然#1再次#1传出#1撞击声#3,原来#2藏獒#2在进行#1最后#1一搏#4。 + gou3 she4 li3 tu1 ran2 zai4 ci4 chuan2 chu1 zhuang4 ji1 sheng1 yuan2 lai2 zang4 ao2 zai4 jin4 xing2 zui4 hou4 yi4 bo2 +007783 见她#1一瘸#1一拐#3,何远竹#1便#1扶着她#1进了#1卫生间#4。 + jian4 ta1 yi4 que2 yi4 guai3 he2 yuan3 zhu2 bian4 fu2 zhe5 ta1 jin4 le5 wei4 sheng1 jian1 +007784 车厢#1右侧的#1乘客#2抓起#1消防锤#1砸#1窗玻璃#3,跳车#1逃生#4。 + che1 xiang1 you4 ce4 de5 cheng2 ke4 zhua1 qi3 xiao1 fang2 chui2 za2 chuang1 bo1 li5 tiao4 che1 tao2 sheng1 +007785 至于#1车辆#2是否#1按期#1检验#2、是否#1超载等#3,公司#1根本#1不管#4。 + zhi4 yu2 che1 liang4 shi4 fou3 an4 qi1 jian3 yan4 shi4 fou3 chao1 zai4 deng3 gong1 si1 gen1 ben3 bu4 guan3 +007786 当#1工作#1人员#1开始#1检票时#3,等待#1检票的#1人群#2甚至将#1栅栏#1撞开#4。 + dang1 gong1 zuo4 ren2 yuan2 kai1 shi2 jian3 piao4 shi2 deng3 dai4 jian3 piao4 de5 ren2 qun2 shen4 zhi4 jiang1 zha4 lan5 zhuang4 kai1 +007787 每天#1都得做#1这些#1事情#1去开嗓#4。 + mei3 tian1 dou1 dei3 zuo4 zhe4 xie1 shi4 qing5 qu4 kai1 sang3 +007788 尤其是#1“九八五#2”和#1“二幺幺#1”这样的#1高校#4。 + you2 qi2 shi4 jiu3 ba1 wu3 he2 er4 yao1 yao1 zhei4 yang4 de5 gao1 xiao4 +007789 不是#1在给#1区政府#1抹黑吧#4! + bu2 shi4 zai4 gei3 qu1 zheng4 fu2 mo3 hei1 ba5 +007790 辛卯#1春节#1刚过#3,央行#1加息#1即至#4。 + xin1 mao3 chun1 jie2 gang1 guo4 yang1 hang2 jia1 xi1 ji2 zhi4 +007791 生意#2是不是#1比#1以前#1好很多#4? + sheng1 yi4 shi4 bu2 shi4 bi2 yi3 qian2 hao2 hen3 duo1 +007792 开张#1第一天#3,影星#1成龙#2也来#1捧场#4。 + kai1 zhang1 di4 yi1 tian1 ying3 xing1 cheng2 long2 ye3 lai2 peng2 chang3 +007793 这个#1东西#2偶一#1为之#3,还说的#1过去#4。 + zhe4 ge4 dong1 xi5 ou3 yi4 wei2 zhi1 hai2 shuo1 de5 guo4 qu4 +007794 民警#1见状#2立即#1驱车#1穷追#1不舍#4。 + min2 jing3 jian4 zhuang4 li4 ji2 qu1 che1 qiong2 zhui1 bu4 she3 +007795 媒体#1猜疑#2公司#1上涨#2缘于#1上述#1传言#4。 + mei2 ti3 cai1 yi2 gong1 si1 shang4 zhang3 yuan2 yu2 shang4 shu4 chuan2 yan2 +007796 怎么样#2向#1他们#1介绍#1我们的#1祖国#4? + zen3 me5 yang4 xiang4 ta1 men5 jie4 shao4 wo3 men5 de5 zu3 guo2 +007797 二是#2总量#1控制#3,不能像#1滚雪球#4。 + er4 shi4 zong3 liang4 kong4 zhi4 bu4 neng2 xiang4 gun2 xue3 qiu2 +007798 同时#3,黄土#2也被风#2吹进了#1家里#4。 + tong2 shi2 huang2 tu2 ye3 bei4 feng1 chui1 jin4 le5 jia1 li3 +007799 旗上#1写着#2“革命的#1一代#3”、“债务#1奴役#4”。 + qi2 shang4 xie3 zhe5 ge2 ming4 de5 yi2 dai4 zhai4 wu4 nu2 yi4 +007800 吉首市#2寄#1希望于#1发行#1地方#1债券#4。 + ji2 shou3 shi4 ji4 xi1 wang4 yu2 fa1 xing2 di4 fang1 zhai4 quan4 +007801 行人#1见状#3,纷纷#1远离#1绕路#1行走#4。 + xing2 ren2 jian4 zhuang4 fen1 fen1 yuan3 li2 rao4 lu4 xing2 zou3 +007802 去年#2东海#1虾产量#3创纪录#1新高#4。 + qu4 nian2 dong1 hai3 xia1 chan3 liang4 chuang4 ji4 lu4 xin1 gao1 +007803 期望#2“肩上蝶#2”能得到#1观众的#1喜爱#4。 + qi1 wang4 jian1 shang4 die2 neng2 de2 dao4 guan1 zhong4 de5 xi3 ai4 +007804 他#1鼓励#1苏彩霞#2好好#1照顾#1身体#4。 + ta1 gu3 li4 su1 cai3 xia2 hao2 hao3 zhao4 gu5 shen1 ti3 +007805 远离#2铁轨#2和#1金属#1栏杆#2等#1金属物#4。 + yuan3 li2 tie2 gui3 he2 jin1 shu3 lan2 gan1 deng3 jin1 shu3 wu4 +007806 他们的#1关心#1和#1支持#2,我#1永生#1不忘#4。 + ta1 men5 de5 guan1 xin1 he2 zhi1 chi2 wo2 yong3 sheng1 bu2 wang4 +007807 正局长#2仍由#1原大局#1正局长#1兼任#4。 + zheng4 ju2 zhang3 reng2 you2 yuan2 da4 ju2 zheng4 ju2 zhang3 jian1 ren4 +007808 随后#2三人#1返回#1水果摊#1挑水果#4。 + sui2 hou4 san1 ren2 fan3 hui2 shui2 guo3 tan1 tiao1 shui2 guo3 +007809 搞好#1水土#1保持#1和#1水生态#1保护#4。 + gao2 hao3 shui2 tu2 bao3 chi2 he2 shui3 sheng1 tai4 bao3 hu4 +007810 该#1撤销的#1坚决#1撤销#3,任务#1交给#1职能#1部门#1承担#4。 + gai1 che4 xiao1 de5 jian1 jue2 che4 xiao1 ren4 wu4 jiao1 gei3 zhi2 neng2 bu4 men2 cheng2 dan1 +007811 我#1再也#1不上#1脚手架了#4。 + wo3 zai4 ye3 bu2 shang4 jiao2 shou3 jia4 le5 +007812 如今#3,吴孟超#2年岁#1已高#3,很少#1再去#1“救场”了#4。 + ru2 jin1 wu2 meng4 chao1 nian2 sui4 yi3 gao1 hen2 shao3 zai4 qu4 jiu4 chang3 le5 +007813 后来#2隆尧#1那个事#1出了#1以后#3,我不#1方便#1再去#4。 + hou4 lai2 long2 yao2 na4 ge5 shi4 chu1 le5 yi3 hou4 wo3 bu4 fang1 bian4 zai4 qu4 +007814 他#1比较#1喜欢#1诸葛亮#4。 + ta1 bi3 jiao4 xi3 huan1 zhu1 ge3 liang4 +007815 我#1一样#1都没有#3,我#1还是个#1小娃娃#3,样样#1要#1从头#1做起#4。 + wo3 yi2 yang4 dou1 mei2 you3 wo3 hai2 shi4 ge5 xiao3 wa2 wa5 yang4 yang4 yao4 cong2 tou2 zuo4 qi3 +007816 含#1增白剂的#1面粉#2只有#1两个月#1过渡期#3,卖不完#1怎么办#4? + han2 zeng1 bai2 ji4 de5 mian4 fen3 zhi2 you2 liang3 ge4 yue4 guo4 du4 qi1 mai4 bu4 wan2 zen3 me5 ban4 +007817 钟嘉欣#2、伍允龙#2约会#1四年#3,谢霆锋#1、张柏芝#1是#1见证人#4。 + zhong1 jia1 xin1 wu2 yun3 long2 yue1 hui4 si4 nian2 xie4 ting2 feng1 zhang1 bo2 zhi1 shi4 jian4 zheng4 ren2 +007818 九阳#1神功#3!一点#1不会#4! + jiu3 yang2 shen2 gong1 yi4 dian3 bu2 hui4 +007819 坐地铁#3,一小女孩#2在#1我的#1背后#2拿根#1魔杖玩#4。 + zuo4 di4 tie3 yi4 xiao2 nv3 hai2 zai4 wo3 de5 bei4 hou4 na2 gen1 mo2 zhang4 wan2 +007820 我是#1青蛙#3,不用#1冬眠的#4。 + wo3 shi4 qing1 wa1 bu2 yong4 dong1 mian2 de5 +007821 摆盘#1精细#3,味美#1鲜嫩#4。 + bai3 pan2 jing1 xi4 wei4 mei3 xian1 nen4 +007822 喝点#1牛奶#3会#1还受点#4。 + he1 dian3 niu2 nai3 hui4 hai2 shou4 dian3 +007823 后来#1她谎称#2是#1小孩的#1买主#3,转而#2勒索#1朗朗的#1母亲#4。 + hou4 lai2 ta1 huang3 cheng1 shi4 xiao3 hai2 de5 mai2 zhu3 zhuan3 er2 le4 suo3 lang2 lang3 de5 mu3 qin1 +007824 蔡少芬#2昨日#2出席#1活动#3,身材#1明显#1已#1回复#1苗条#1状态#4。 + cai4 shao3 fen1 zuo2 ri4 chu1 xi2 huo2 dong4 shen1 cai2 ming2 xian2 yi3 hui2 fu4 miao2 tiao2 zhuang4 tai4 +007825 评审#1委员会#2七成员#1名单#2将于#1下周#1刊登于#1政府#1公报内#4。 + ping2 shen2 wei3 yuan2 hui4 qi1 cheng2 yuan2 ming2 dan1 jiang1 yu2 xia4 zhou1 kan1 deng1 yu2 zheng4 fu3 gong1 bao4 nei4 +007826 现在#2那儿#1条件#1改善了#4。 + xian4 zai4 nar4 tiao2 jian4 gai3 shan4 le5 +007827 她连#1考场#1都没#1进去#4。 + ta1 lian2 kao2 chang3 dou1 mei2 jin4 qu4 +007828 务必#1不要#1靠近#2水泥#1预制#1板墙#3、门柱等#1躲避#4。 + wu4 bi4 bu2 yao4 kao4 jin4 shui3 ni2 yu4 zhi4 ban3 qiang2 men2 zhu4 deng2 duo3 bi4 +007829 好的#3,有事#1记得#1喊我哟#4。 + hao3 de5 you3 shi4 ji4 de5 han2 wo3 yo5 +007830 关键#1是用#1银行的#1杠杆#4。 + guan1 jian4 shi4 yong4 yin2 hang2 de5 gang4 gan3 +007831 还可能#1中招的#2包括#1鱼油#2、阿胶#2、胶原#1蛋白等#4。 + hai2 ke3 neng2 zhong4 zhao1 de5 bao1 kuo4 yu2 you2 e1 jiao1 jiao1 yuan2 dan4 bai2 deng3 +007832 哦#1天哪#3!我#1竟然#1不知道#1你想#1说什么#4! + o5 tian1 na5 wo3 jing4 ran2 bu4 zhi1 dao4 ni2 xiang3 shuo1 shen2 me5 +007833 一是#2基础#1养老金#1太低#4。 + yi1 shi4 ji1 chu3 yang2 lao3 jin1 tai4 di1 +007834 第二天#1早上#3永琪#1穿上了#2交#1五十#1块钱#2学校#1发的#1校服#4。 + di4 er4 tian1 zao3 shang4 yong3 qi2 chuan1 shang4 le5 jiao1 wu3 shi2 kuai4 qian2 xue2 xiao4 fa1 de5 xiao4 fu2 +007835 什么都#1第一#3,但#1航天#2要是#1第二#3,就#1什么都#1第二了#4。 + shen2 me5 dou1 di4 yi1 dan4 hang2 tian1 yao4 shi4 di4 er4 jiu4 shen2 me5 dou1 di4 er4 le5 +007836 夜幕#1刚刚#1降临#3,商店#1三楼#2传来#1悠扬#1动听的#1歌声#4。 + ye4 mu4 gang1 gang1 jiang4 lin2 shang1 dian4 san1 lou2 chuan2 lai2 you1 yang2 dong4 ting1 de5 ge1 sheng1 +007837 本报#2将筛选#1优秀#1祝福#1内容#2在#1相关#1版面#1进行#1展示#4。 + ben3 bao4 jiang1 shai1 xuan3 you1 xiu4 zhu4 fu2 nei4 rong2 zai4 xiang1 guan1 ban3 mian4 jin4 xing2 zhan3 shi4 +007838 警方#2当场#1从#1王某#1裤袋内#2查获#1被抢的#1手机#2及戒指#4。 + jing3 fang1 dang1 chang3 cong2 wang2 mou3 ku4 dai4 nei4 cha2 huo4 bei4 qiang3 de5 shou3 ji1 ji2 jie4 zhi5 +007839 如人#1饮水#2,冷暖#1自知#4。 + ru2 ren2 yin2 shui3 leng2 nuan3 zi4 zhi1 +007840 如今#2跳蚤#1变得#1很小#4。 + ru2 jin1 tiao4 zao5 bian4 de5 hen2 xiao3 +007841 恨不得#1把#1五大湖#1带过来#2开#1上海人的#1眼界#4。 + hen4 bu4 de5 ba2 wu3 da4 hu2 dai4 guo4 lai5 kai1 shang4 hai3 ren2 de5 yan3 jie4 +007842 没有#2我不会#1讲的#1故事#4。 + mei2 you2 wo3 bu2 hui4 jiang3 de5 gu4 shi4 +007843 这时#3婴儿#1开始#1边咳嗽#1边哭#3,几乎#1没了#1声音#4。 + zhe4 shi2 ying1 er2 kai1 shi3 bian1 ke2 sou5 bian1 ku1 ji1 hu1 mei2 le5 sheng1 yin1 +007844 见到#2久别#1多日的#1父母#3,高元梅#2“哇”一声#1哭了#4。 + jian4 dao4 jiu3 bie2 duo1 ri4 de5 fu4 mu3 gao1 yuan2 mei2 wa1 yi4 sheng1 ku1 le5 +007845 为了#1养你#3,我#1日夜#1操劳#3,年纪#1轻轻的#1就#1开始#1掉头发了#4! + wei4 le5 yang2 ni3 wo3 ri4 ye4 cao1 lao2 nian2 ji4 qing1 qing1 de5 jiu4 kai1 shi3 diao4 tou2 fa4 le5 +007846 接到#1通知后#3,小关#1卡点的#1民警#2立即#1将该车#1拦停#4。 + jie1 dao4 tong1 zhi1 hou4 xiao3 guan1 qia2 dian3 de5 min2 jing3 li4 ji2 jiang1 gai1 che1 lan2 ting2 +007847 比起#1那些#1拖欠#1民工#1工资的#3、这样的#1老板#2该不该赞#4? + bi2 qi3 na4 xie1 tuo1 qian4 min2 gong1 gong1 zi1 de5 zhe4 yang4 de5 lao2 ban3 gai1 bu4 gai1 zan4 +007848 你#1就是#1我#1心中滴#1太阳#4。 + ni3 jiu4 shi4 wo3 xin1 zhong1 di5 tai4 yang5 +007849 我很#1坚强#2,不会#1逃避#4。 + wo2 hen3 jian1 qiang2 bu2 hui4 tao2 bi4 +007850 挺好的#3,我#1越看#1越开心#4。 + ting2 hao3 de5 wo3 yue4 kan4 yue4 kai1 xin1 +007851 当着#1历史#1老师#1飞机#4。 + dang1 zhe5 li4 shi2 lao3 shi1 fei1 ji1 +007852 所以#2没有#1任何#1一点#1成绩#3哪敢用#1这个#1招牌啊#4? + suo2 yi3 mei2 you3 ren4 he2 yi4 dian3 cheng2 ji4 na2 gan3 yong4 zhe4 ge5 zhao1 pai2 a5 +007853 不会耶#3,主人#1可以#1教教#1我吗#4? + bu2 hui4 ye5 zhu3 ren2 ke2 yi3 jiao1 jiao1 wo3 ma5 +007854 他#1称之为#1“愉快的#1早晨#4”。 + ta1 cheng1 zhi1 wei2 yu2 kuai4 de5 zao3 chen2 +007855 不知道#1耶#3,我#1没有#1尝试#1过呢#4。 + bu4 zhi1 dao4 ye5 wo3 mei2 you3 chang2 shi4 guo4 ne5 +007856 他们#2点燃#1蜡烛#1和#1孔明灯#3,悼念#1遇难#1亲属#4。 + ta1 men5 dian3 ran2 la4 zhu5 he2 kong3 ming2 deng1 dao4 nian4 yu4 nan4 qin1 shu3 +007857 移动#1双手#2,一点点#1挪动#3,他#1总算#1到了#1船舷处#1上了船#4。 + yi2 dong4 shuang1 shou3 yi4 dian2 dian3 nuo2 dong4 ta1 zong3 suan4 dao4 le5 chuan2 xian2 chu4 shang4 le5 chuan2 +007858 巨型#1铆钉#3稳固了#1基坑#3,奠定了#1基础#4。 + ju4 xing2 mao3 ding1 wen3 gu4 le5 ji1 keng1 dian4 ding4 le5 ji1 chu3 +007859 同样的#1“强人#2”,命运#1迥异#4。 + tong2 yang4 de5 qiang2 ren2 ming4 yun4 jiong3 yi4 +007860 你#1怎么#1知道#1我爱#1画画#4。 + ni2 zen3 me5 zhi1 dao4 wo3 ai4 hua4 hua4 +007861 男子#1乖乖#1束手#1就擒#4。 + nan2 zi3 guai1 guai1 shu4 shou3 jiu4 qin2 +007862 这种#1技术#2是#1连皮#1剥除#1动物#1躯体#1后部的#1羊毛#3,以免#1苍蝇#2引发#1感染#4。 + zhe4 zhong3 ji4 shu4 shi4 lian2 pi2 bo1 chu2 dong4 wu4 qu1 ti3 hou4 bu4 de5 yang2 mao2 yi2 mian3 cang1 ying5 yin3 fa1 gan2 ran3 +007863 右丙#1氧芬#2对#1心脏#2有#1一定的#1副作用#3,这种#1作用#2是#1剂量#1依赖性的#4。 + you4 bing2 yang3 fen1 dui4 xin1 zang4 you3 yi2 ding4 de5 fu4 zuo4 yong4 zhe4 zhong3 zuo4 yong4 shi4 ji4 liang4 yi1 lai4 xing4 de5 +007864 侦查员#2迅速#1组织#1警力#2前往#1阿城市#2重点#1地区#3进行#2走访#1和#1摸排#4。 + zhen1 cha2 yuan2 xun4 su4 zu3 zhi1 jing3 li4 qian2 wang3 a1 cheng2 shi4 zhong4 dian3 di4 qu1 jin4 xing2 zou2 fang3 he2 mo1 pai2 +007865 古荣的#1糌粑#2在#1拉萨#1很有名#3,乡里#2搞了个#2乡镇#1企业#3——巴热#1糌粑#1公司#4。 + gu3 rong2 de5 zan1 ba5 zai4 la1 sa4 hen2 you3 ming2 xiang1 li2 gao3 le5 ge4 xiang1 zhen4 qi3 ye4 ba1 re4 zan1 ba5 gong1 si1 +007866 这是你#1个人#1问题#3,麻烦#1下次#1举个#2合适点的#1例子#1好不好#4? + zhe4 shi4 ni3 ge4 ren2 wen4 ti2 ma2 fan5 xia4 ci4 ju3 ge4 he2 shi4 dian3 de5 li4 zi5 hao3 bu4 hao3 +007867 江若琳#2及#1陈嘉桓#2一起#1出席#1活动#3,两人#1小心的#2捧着#1白瓷#1摆设#4。 + jiang1 ruo4 lin2 ji2 chen2 jia1 huan2 yi4 qi3 chu1 xi2 huo2 dong4 liang3 ren2 xiao3 xin1 de5 peng3 zhe5 bai2 ci2 bai3 she4 +007868 这样讲#2,绝不是#1没有#1原由的#1庸人#1自扰#3,更不是#1没有#1根据的#1危言#1耸听#4。 + zhe4 yang4 jiang3 jue2 bu2 shi4 mei2 you3 yuan2 you2 de5 yong1 ren2 zi4 rao3 geng4 bu2 shi4 mei2 you3 gen1 ju4 de5 wei1 yan2 song3 ting1 +007869 一口气#1喝了#1三碗#1奶茶#2,吃下#1一块馕#3,体内#2才算#1有些#1热力#4。 + yi4 kou3 qi4 he1 le5 san1 wan2 nai3 cha2 chi1 xia4 yi2 kuai4 nang2 ti3 nei4 cai2 suan4 you3 xie1 re4 li4 +007870 好天气#2表白#1更容易#1被#1接受哦#3,有#1暧昧#1对象的话#3,速度的#4! + hao3 tian1 qi4 biao3 bai2 geng4 rong2 yi4 bei4 jie1 shou4 o5 you3 ai4 mei4 dui4 xiang4 de5 hua4 su4 du4 de5 +007871 甚至#1有#1堵着的#1出租车#1司机#2熄火#1停车#3,张罗起#1牌局来#4。 + shen4 zhi4 you2 du3 zhe5 de5 chu1 zu1 che1 si1 ji1 xi1 huo3 ting2 che1 zhang1 luo5 qi3 pai2 ju2 lai2 +007872 她嫂子#1跟她说#2要到#1外边#1打工#3,就让她#1上了#1俺#1这边的车#4。 + ta1 sao3 zi5 gen1 ta1 shuo1 yao4 dao4 wai4 bian1 da3 gong1 jiu4 rang4 ta1 shang4 le5 an3 zhe4 bian1 de5 che1 +007873 比如说#1李嫣#3,还喜欢#1甲骨文的#1学习#4。 + bi3 ru2 shuo1 li3 yan1 hai2 xi3 huan1 jia2 gu3 wen2 de5 xue2 xi2 +007874 实现#2社会#1公正#3,需要#1采取#1切中#1肯綮的#1举措#4。 + shi2 xian4 she4 hui4 gong1 zheng4 xu1 yao4 cai2 qu3 qie4 zhong1 ken3 qing4 de5 ju3 cuo4 +007875 司仪#2见#1怂恿#1这一招#1没用#3,又#1开始#1吓唬起#1赵小姐#4。 + si1 yi2 jian4 song2 yong3 zhe4 yi4 zhao1 mei2 yong4 you4 kai1 shi3 xia4 hu5 qi3 zhao4 xiao2 jie3 +007876 因为#2事关#1可儿#2不愿#1触及的#1隐私#3,这里#1不便#1解释#4。 + yin1 wei4 shi4 guan1 ke3 er2 bu2 yuan4 chu4 ji2 de5 yin3 si1 zhe4 li3 bu2 bian4 jie3 shi4 +007877 扫完后#2,有人#1发现#3,自己的手#2被#1扫帚#1划破了#4。 + sao3 wan2 hou4 you3 ren2 fa1 xian4 zi4 ji3 de5 shou3 bei4 sao4 zhou5 hua2 po4 le5 +007878 从#1签约#1单上#3,可以#1看到#1一串串#1知名#1企业的#1身影#4。 + cong2 qian1 yue1 dan1 shang4 ke2 yi3 kan4 dao4 yi2 chuan4 chuan4 zhi1 ming2 qi3 ye4 de5 shen1 ying3 +007879 图中#2车轮#1下的#1扫帚#2,属于#1一名#2环卫#1工人#4。 + tu2 zhong1 che1 lun2 xia4 de5 sao4 zhou5 shu3 yu2 yi4 ming2 huan2 wei4 gong1 ren2 +007880 不能#1在#1框内#1画圈#2、叉、钩等#1符号#4。 + bu4 neng2 zai4 kuang4 nei4 hua4 quan1 cha1 gou1 deng3 fu2 hao4 +007881 刚想#1找你#1聊天呢#3,果然#1心有#1灵犀#4。 + gang1 xiang3 zhao2 ni3 liao2 tian1 ne5 guo3 ran2 xin1 you3 ling2 xi1 +007882 使用率#2最低的#1是#1芬兰#1和#1挪威#4。 + shi3 yong4 lv4 zui4 di1 de5 shi4 fen1 lan2 he2 nuo2 wei1 +007883 生意人的#1信誉#2跟#1金子#1一样#1富贵#4。 + sheng1 yi4 ren2 de5 xin4 yu4 gen1 jin1 zi5 yi2 yang4 fu4 gui4 +007884 网站#1显示#3,当晚#2首都#1机场#2离岗#1航班#2共#1一百#1六十七#1架次#4。 + wang3 zhan4 xian3 shi4 dang4 wan3 shou3 du1 ji1 chang3 li2 gang3 hang2 ban1 gong4 yi4 bai3 liu4 shi2 qi1 jia4 ci4 +007885 就是#1把猫#2说成#1了个咪#4。 + jiu4 shi4 ba3 mao1 shuo1 cheng2 le5 ge5 mi1 +007886 阿姨#1惊讶的#1问我#3:“是#1什么车#4。 + a1 yi2 jing1 ya4 de5 wen4 wo3 shi4 shen2 me5 che1 +007887 送给你#1一轮#1明亮的#1月亮#4。 + song4 gei2 ni3 yi4 lun2 ming2 liang4 de5 yue4 liang5 +007888 上岸后#3,她#1浑身#1直哆嗦#4。 + shang4 an4 hou4 ta1 hun2 shen1 zhi2 duo1 suo5 +007889 案发后#3,吕某#2仓皇#1逃走#4。 + an4 fa1 hou4 lv2 mou3 cang1 huang2 tao2 zou3 +007890 第三组#1平台#1缓缓#1打开#4。 + di4 san1 zu3 ping2 tai2 huan2 huan2 da3 kai1 +007891 不再让#1灾区#1成为#1通信#1失灵的#1受害者#4。 + bu2 zai4 rang4 zai1 qu1 cheng2 wei2 tong1 xin4 shi1 ling2 de5 shou4 hai4 zhe3 +007892 去#1武汉#2还是去#1澳门#3?最终#2父母#1尊重#1女儿的#1选择#3,成全了#2她去#1澳大#1深造的#1愿望#4。 + qu4 wu3 han4 hai2 shi4 qu4 ao4 men2 zui4 zhong1 fu4 mu3 zun1 zhong4 nv3 er2 de5 xuan3 ze2 cheng2 quan2 le5 ta1 qu4 ao4 da4 shen1 zao4 de5 yuan4 wang4 +007893 德沃#1夏克#2首先对#1中国#1奥运会的#1筹备#1工作#2大加#1赞赏#4。 + de2 wo4 xia4 ke4 shou3 xian1 dui4 zhong1 guo2 ao4 yun4 hui4 de5 chou2 bei4 gong1 zuo4 da4 jia1 zan4 shang3 +007894 我们#1出警#1发现#3就是网#1缠在#1一起#3,两人#2吵吵#1起来了#4。 + wo3 men5 chu1 jing3 fa1 xian4 jiu4 shi4 wang3 chan2 zai4 yi4 qi3 liang3 ren2 chao2 chao2 qi3 lai2 le5 +007895 张老板#1问#1记者#2要贵的#1还是要#1便宜的#3,记者#1让他#1详细#1说说#4。 + zhang1 lao2 ban3 wen4 ji4 zhe3 yao4 gui4 de5 hai2 shi4 yao4 pian2 yi5 de5 ji4 zhe3 rang4 ta1 xiang2 xi4 shuo1 shuo5 +007896 至于#1惨死的#1旅馆#1店主#1妇女#3,也是#1他们#1诱骗#1进屋后#1杀害的#4。 + zhi4 yu2 can2 si3 de5 lv2 guan3 dian4 zhu3 fu4 nv3 ye3 shi4 ta1 men5 you4 pian4 jin4 wu1 hou4 sha1 hai4 de5 +007897 千章#1墅的#1会所旁#2收纳了#1一株#1双树#1双生#3,而今#2生机#1盎然#4。 + qian1 zhang1 shu4 de5 hui4 suo3 pang2 shou1 na4 le5 yi4 zhu1 shuang1 shu4 shuang1 sheng1 er2 jin1 sheng1 ji1 ang4 ran2 +007898 但#2整个#1救援#1行动#1平稳#1有序#3,受困#1矿工#2最终#1安全#1脱险#4。 + dan4 zheng3 ge4 jiu4 yuan2 xing2 dong4 ping2 wen2 you3 xu4 shou4 kun4 kuang4 gong1 zui4 zhong1 an1 quan2 tuo1 xian3 +007899 它被#1许多人#2视为#2微软#2所曾#1推出的#2最好的#1浏览器#4。 + ta1 bei4 xu3 duo1 ren2 shi4 wei2 wei1 ruan2 suo3 ceng2 tui1 chu1 de5 zui4 hao3 de5 liu2 lan3 qi4 +007900 绑好后#3,昝某#2将#1阳阳#2和#1蛇皮袋#3一起#1抛进#1大海#4。 + bang2 hao3 hou4 zan2 mou3 jiang1 yang2 yang5 he2 she2 pi2 dai4 yi4 qi3 pao1 jin4 da4 hai3 +007901 他说#2我#1想了#1一宿#3,今天#1早上#1我一量#2,血压#1都高了#4。 + ta1 shuo1 wo2 xiang3 le5 yi4 xiu3 jin1 tian1 zao3 shang4 wo3 yi4 liang2 xue4 ya1 dou1 gao1 le5 +007902 进门#1瞬间#3,女孩#2曾伸手#1拉住#1门框#2试图#1挣脱#4。 + jin4 men2 shun4 jian1 nv3 hai2 ceng2 shen1 shou3 la1 zhu4 men2 kuang4 shi4 tu2 zheng4 tuo1 +007903 于是#3,我#1只有#1多多#1撒娇啰#3,轻声#1叫唤#1惹他#1开心#4。 + yu2 shi4 wo3 zhi2 you3 duo1 duo1 sa1 jiao1 luo5 qing1 sheng1 jiao4 huan5 re3 ta1 kai1 xin1 +007904 这三张#1情侣#1照片#2乍一看#1普普#1通通#2,并无#1不妥#4。 + zhe4 san1 zhang1 qing2 lv3 zhao4 pian4 zha4 yi2 kan4 pu2 pu3 tong1 tong1 bing4 wu2 bu4 tuo3 +007905 僧帽猴的#1手#3,非常#1适合#1扭开#1果汁#1或拿#1电话#4。 + seng1 mao4 hou2 de5 shou3 fei1 chang2 shi4 he2 niu3 kai1 guo3 zhi1 huo4 na2 dian4 hua4 +007906 车牌#1尾号#1七幺八的#1出租#1驾驶员#2佐证了#1这一点#4。 + che1 pai2 wei3 hao4 qi1 yao1 ba1 de5 chu1 zu1 jia4 shi3 yuan2 zuo3 zheng4 le5 zhe4 yi4 dian3 +007907 不同#1类型的#1债基#2,风险#1不同#3,收益#2也#1各有#1不同#4。 + bu4 tong2 lei4 xing2 de5 zhai4 ji1 feng1 xian3 bu4 tong2 shou1 yi4 ye3 ge4 you3 bu4 tong2 +007908 有的#1孩子#2没有#1热水袋#3,就用#1饮料瓶#1装热水#3,自制成#1暖水瓶#4。 + you3 de5 hai2 zi5 mei2 you3 re4 shui3 dai4 jiu4 yong4 yin3 liao4 ping2 zhuang1 re4 shui3 zi4 zhi4 cheng2 nuan2 shui3 ping2 +007909 已成#1摆设的#2山西路#1市民#1广场#2水幕#1电影#1现场#4。 + yi3 cheng2 bai3 she4 de5 shan1 xi1 lu4 shi4 min2 guang2 chang3 shui3 mu4 dian4 ying3 xian4 chang3 +007910 对于#1自己的#1病人#3,克兰顿#2早就#1有所#1了解#4。 + dui4 yu2 zi4 ji3 de5 bing4 ren5 ke4 lan2 dun4 zao3 jiu4 you2 suo3 liao2 jie3 +007911 而#2表现#1出众的#2是#2史宾格#2、德国#1牧羊犬等#4。 + er2 biao3 xian4 chu1 zhong4 de5 shi4 shi3 bin1 ge2 de2 guo2 mu4 yang2 quan2 deng3 +007912 工贸#2由#1两张皮#2变成#1一张皮#3,扯皮的事#2自然#1少了#4。 + gong1 mao4 you2 liang3 zhang1 pi2 bian4 cheng2 yi4 zhang1 pi2 che3 pi2 de5 shi4 zi4 ran2 shao3 le5 +007913 博客上#1传播#3,造成#1恶劣的#1社会#1影响#4。 + bo2 ke4 shang4 chuan2 bo1 zao4 cheng2 e4 lie4 de5 she4 hui4 ying2 xiang3 +007914 而#2当时的#1理由#2也是#1原材料#1上涨#1过快#4。 + er2 dang1 shi2 de5 li3 you2 ye3 shi4 yuan2 cai2 liao4 shang4 zhang3 guo4 kuai4 +007915 几千#1块钱#1丢掉了#3,隔壁#1一家#2一万多哟#4。 + ji3 qian1 kuai4 qian2 diu1 diao4 le5 ge2 bi4 yi4 jia1 yi2 wan4 duo1 yo5 +007916 可#1借钱#1建校舍#3,万一#1还不了#1怎么办#4? + ke3 jie4 qian2 jian4 xiao4 she4 wan4 yi1 huan2 bu4 liao2 zen3 me5 ban4 +007917 有本事#1再说#1一句#3!我#1保证#1不#1揍死你#4! + you2 ben3 shi4 zai4 shuo1 yi2 ju4 wo2 bao3 zheng4 bu2 zou4 si2 ni3 +007918 还有人#1提议#2用#1生鸡蛋#3,反正#1我没#1试过#4。 + hai2 you3 ren2 ti2 yi4 yong4 sheng1 ji1 dan4 fan3 zheng4 wo3 mei2 shi4 guo4 +007919 市委#1党校#1在职#1研究生#4。 + shi4 wei2 dang3 xiao4 zai4 zhi2 yan2 jiu1 sheng1 +007920 黄朝林#2又朝他#1吼了#1起来#4。 + huang2 chao2 lin2 you4 chao2 ta1 hou3 le5 qi3 lai2 +007921 现在的#1商家#2也#1越来越#1聪明#4。 + xian4 zai4 de5 shang1 jia1 ye3 yue4 lai2 yue4 cong1 ming5 +007922 谢谢#1夸奖#3,不是#1美女哈#4。 + xie4 xie5 kua1 jiang3 bu2 shi4 mei2 nv3 ha5 +007923 用#2后一种#1错误#2更正#1前一种#1错误#3,盗窃#1罪名#2却#1依然#1成立#3,很荒谬#4。 + yong4 hou4 yi4 zhong3 cuo4 wu4 geng1 zheng4 qian2 yi4 zhong3 cuo4 wu4 dao4 qie4 zui4 ming2 que4 yi1 ran2 cheng2 li4 hen3 huang1 miu4 +007924 只要#1努力#2就能呀#4。 + zhi3 yao4 nu3 li4 jiu4 neng2 ya5 +007925 好哇#3,想聊点#1什么#4。 + hao3 wa5 xiang3 liao2 dian3 shen2 me5 +007926 唯有#2保重#1身体#1,坚韧#1不拔#3,方能#2触底#1反弹#4。 + wei2 you2 bao3 zhong4 shen1 ti3 jian1 ren4 bu4 ba2 fang1 neng2 chu4 di2 fan3 tan2 +007927 其他#1护航的#1舰船#2则#1迅速#2向#1燃烧着的#2福莱#1斯特号#1航空#1母舰#1喷水#4。 + qi2 ta1 hu4 hang2 de5 jian4 chuan2 ze2 xun4 su4 xiang4 ran2 shao1 zhe5 de5 fu2 lai2 si1 te4 hao4 hang2 kong1 mu3 jian4 pen1 shui3 +007928 抢通#2汶川#2与#1外界的#1公路#1通道#3,牵动着#1全国#1人民的心#4。 + qiang3 tong1 wen4 chuan1 yu3 wai4 jie4 de5 gong1 lu4 tong1 dao4 qian1 dong4 zhe5 quan2 guo2 ren2 min2 de5 xin1 +007929 说谎#1可耻#3,机器人#2不会#1说谎#4。 + shuo1 huang3 ke2 chi3 ji1 qi4 ren2 bu2 hui4 shuo1 huang3 +007930 与#1乔布斯#1不同#3,雅虎#1创始人#2已被#1证明#2无力#1逆转#1公司#1颓势#4。 + yu3 qiao2 bu4 si1 bu4 tong2 ya2 hu3 chuang4 shi3 ren2 yi3 bei4 zheng4 ming2 wu2 li4 ni4 zhuan3 gong1 si1 tui2 shi4 +007931 他#1壮实的#1身板#2黝黑的#1皮肤#3,小平#1头下#2两只#1眼睛#1炯炯#1有神#4。 + ta1 zhuang4 shi5 de5 shen1 ban3 you3 hei1 de5 pi2 fu1 xiao3 ping2 tou2 xia4 liang3 zhi1 yan3 jing5 jiong2 jiong2 you3 shen2 +007932 首先#2来为#1大家#1介绍#1一下#3来到#1我们#1今天#1演播室的#1两位#1嘉宾#4。 + shou3 xian1 lai2 wei4 da4 jia1 jie4 shao4 yi2 xia4 lai2 dao4 wo3 men5 jin1 tian1 yan3 bo1 shi4 de5 liang3 wei4 jia1 bin1 +007933 为了#1填补#1先前的#1巨额#1亏空#3,张润章#2策划了#1这期#1假#1抢劫案#4。 + wei4 le5 tian2 bu3 xian1 qian2 de5 ju4 e2 kui1 kong1 zhang1 run4 zhang1 ce4 hua4 le5 zhe4 qi1 jia2 qiang3 jie2 an4 +007934 一改#1以往的#1繁琐#2、冗长#3,多地#1两会#2在#1会议#1内容上#2务实#1、精简#4。 + yi4 gai3 yi2 wang3 de5 fan2 suo2 rong3 chang2 duo1 di4 liang3 hui4 zai4 hui4 yi4 nei4 rong2 shang4 wu4 shi2 jing1 jian3 +007935 我#1一下#1愣了#3,心想#3,这#1英语#1什么#1时候#2普及#1到了#1这个#1程度了#4! + wo3 yi2 xia4 leng4 le5 xin1 xiang3 zhe4 ying1 yu3 shen2 me5 shi2 hou5 pu3 ji2 dao4 le5 zhe4 ge5 cheng2 du4 le5 +007936 前女友#2上前#1招呼#1寒暄#3,我#1腻腻的#1说了#1一句#3:“亲爱的#3咱们#1该走了#4。 + qian2 nv2 you3 shang4 qian2 zhao1 hu5 han2 xuan1 wo3 ni4 ni4 de5 shuo1 le5 yi2 ju4 qin1 ai4 de5 zan2 men5 gai1 zou3 le5 +007937 我#1认为#2它#1首先#1是指#1奥运会#1期间的#3一切#1活动#2都有#1丰富的#1人文#1内涵#4。 + wo3 ren4 wei2 ta1 shou3 xian1 shi4 zhi3 ao4 yun4 hui4 qi1 jian1 de5 yi2 qie4 huo2 dong4 dou1 you3 feng1 fu4 de5 ren2 wen2 nei4 han2 +007938 目前#3,洛阳#2八六三#1软件#1孵化器#1项目#2已进驻#4。 + mu4 qian2 luo4 yang2 ba1 liu4 san1 ruan3 jian4 fu1 hua4 qi4 xiang4 mu4 yi3 jin4 zhu4 +007939 亚银说#3:“更#1糟糕的是#3,油料#1与#1肥料的#1成本#2现在#1已更高#3,而且#2正#1快速#1上涨#4。 + ya4 yin2 shuo1 geng4 zao1 gao1 de5 shi4 you2 liao4 yu3 fei2 liao4 de5 cheng2 ben3 xian4 zai4 yi3 geng4 gao1 er2 qie3 zheng4 kuai4 su4 shang4 zhang3 +007940 一旦#1发现#1申领#1补贴者#1名下#1有#1轿车#3,将#1严肃#1处理#4。 + yi2 dan4 fa1 xian4 shen1 ling2 bu3 tie1 zhe3 ming2 xia4 you3 jiao4 che1 jiang1 yan2 su4 chu2 li3 +007941 然然#2换药的#1时候#3一定要#1攥着#1她#1最喜欢的#1美羊羊#4。 + ran2 ran5 huan4 yao4 de5 shi2 hou4 yi2 ding4 yao4 zuan4 zhe5 ta1 zui4 xi3 huan1 de5 mei3 yang2 yang2 +007942 经#1中共#1中央#1批准#3,鲁炜#1同志#3任#1中共#1北京#1市委#1委员#2、常委#4。 + jing1 zhong1 gong4 zhong1 yang1 pi1 zhun3 lu2 wei3 tong2 zhi4 ren4 zhong1 gong4 bei3 jing1 shi4 wei2 wei3 yuan2 chang2 wei3 +007943 小明说#3:坐我#1前面的#1个子#1太高了#3,左右的#1太远#3,我#1脖子#1扭伤#2无法看#1后面#4。 + xiao3 ming2 shuo1 zuo4 wo3 qian2 mian4 de5 ge4 zi5 tai4 gao1 le5 zuo3 you4 de5 tai4 yuan3 wo3 bo2 zi5 niu3 shang1 wu2 fa3 kan4 hou4 mian4 +007944 这与#1社会#1政治#1领域的#1特殊性#2、复杂性#1有关#4。 + zhe4 yu3 she4 hui4 zheng4 zhi4 ling3 yu4 de5 te4 shu1 xing4 fu4 za2 xing4 you3 guan1 +007945 社长#2有#1如此#1大胆#2是很#1罕见的#3,社员#2也都#1停下来#2听社长的#1高见#4。 + she4 zhang2 you3 ru2 ci3 da4 dan3 shi4 hen2 han3 jian4 de5 she4 yuan2 ye3 dou1 ting2 xia4 lai5 ting1 she4 zhang3 de5 gao1 jian4 +007946 宋世平#2忍不住#2又去#1擦了#1一个身#3,回来后#1问#3:你们#1有谁#1睡着了#4? + song4 shi4 ping2 ren3 bu2 zhu4 you4 qu4 ca1 le5 yi2 ge5 shen1 hui2 lai5 hou4 wen4 ni3 men5 you3 shui2 shui4 zhao2 le5 +007947 我爸#3:“呵呵#3,我#1年轻的#1时候#1贩过#1猪咧#3,我#1当年#2看猪#2很准的咧#4! + wo3 ba4 he1 he1 wo3 nian2 qing1 de5 shi2 hou4 fan4 guo4 zhu1 lie5 wo3 dang1 nian2 kan4 zhu1 hen2 zhun3 de5 lie5 +007948 只要#2心中#1有爱#2,有家#2,有#1牵挂#3,就#1不怕#1雾霾#1飘过#3,就#1不怕#1天气#1阴暗#4。 + zhi3 yao4 xin1 zhong1 you3 ai4 you3 jia1 you3 qian1 gua4 jiu4 bu2 pa4 wu4 mai2 piao1 guo4 jiu4 bu2 pa4 tian1 qi4 yin1 an4 +007949 文小姐#2大为#1恼火#3,但#1其后#3都被#1徐某#2以#1各种#1花言#1巧语#1搪塞#1过去#4。 + wen2 xiao2 jie3 da4 wei2 nao2 huo3 dan4 qi2 hou4 dou1 bei4 xu2 mou2 yi3 ge4 zhong3 hua1 yan2 qiao2 yu3 tang2 se4 guo4 qu4 +007950 当天#1深夜#3,整个#1筛查组#2此次#1阿里#1之行#1计划的#1任务#2全部#1完成#4。 + dang4 tian1 shen1 ye4 zheng3 ge4 shai1 cha2 zu3 ci3 ci4 a1 li3 zhi1 xing2 ji4 hua4 de5 ren4 wu4 quan2 bu4 wan2 cheng2 +007951 如果#1客人#1在他家#1演奏#1音乐#3,他会#1捂上#1他的#1耳朵#2,直到#1演奏#1结束#4。 + ru2 guo3 ke4 ren2 zai4 ta1 jia1 yan3 zou4 yin1 yue4 ta1 hui4 wu3 shang4 ta1 de5 er3 duo5 zhi2 dao4 yan3 zou4 jie2 shu4 +007952 市#1公安局#1水上#1分局#1巡防站的#1民警们#3正在#1加固#1趸船#1缆绳#4。 + shi4 gong1 an1 ju2 shui3 shang4 fen1 ju2 xun2 fang2 zhan4 de5 min2 jing3 men5 zheng4 zai4 jia1 gu4 dun3 chuan2 lan3 sheng2 +007953 我要#1以理#1服人#3,不会#1一言#1不合#1就#1动手的#4。 + wo3 yao4 yi2 li3 fu2 ren2 bu2 hui4 yi4 yan2 bu4 he2 jiu4 dong4 shou3 de5 +007954 祖国#1大地#2何愁#1不早日#1披上#1绿妆呢#4? + zu3 guo2 da4 di4 he2 chou2 bu4 zao3 ri4 pi1 shang4 lv4 zhuang1 ne5 +007955 对我#1是#1好事#3,原来#3我#1还有#1这么多#1东西哟#4。 + dui4 wo3 shi4 hao3 shi4 yuan2 lai2 wo3 hai2 you3 zhe4 me5 duo1 dong1 xi5 yo5 +007956 梨子#2含有#2果糖#2和#1葡萄糖等#3,具有#2保肝#2、助#1消化#2、促进#1食欲的#1作用#4。 + li2 zi5 han2 you2 guo3 tang2 he2 pu2 tao5 tang2 deng3 ju4 you2 bao3 gan1 zhu4 xiao1 hua4 cu4 jin4 shi2 yu4 de5 zuo4 yong4 +007957 在#2学识#1达标的#1同时#2实现#2思想#1素质#1达标#2才是#1应有#1之义#4。 + zai4 xue2 shi2 da2 biao1 de5 tong2 shi2 shi2 xian4 si1 xiang3 su4 zhi4 da2 biao1 cai2 shi4 ying1 you3 zhi1 yi4 +007958 从#2大江健#1三郎#2、凯尔#1泰斯#3、耶利#1内克#1到#1品特#2,都是#1这样#4。 + cong2 da4 jiang1 jian4 san1 lang2 kai2 er3 tai4 si1 ye1 li4 nei4 ke4 dao4 pin3 te4 dou1 shi4 zhe4 yang4 +007959 只希望#2更多人#2在#1批判#1可儿的#1同时#2,摸摸#1自己的#1良心#4。 + zhi3 xi1 wang4 geng4 duo1 ren2 zai4 pi1 pan4 ke3 er2 de5 tong2 shi2 mo1 mo1 zi4 ji3 de5 liang2 xin1 +007960 四是#2大力#1查处#2打击#2网络#1涉黄#2、涉赌#2违法#1犯罪#1活动#4。 + si4 shi4 da4 li4 cha2 chu2 da3 ji1 wang3 luo4 she4 huang2 she4 du3 wei2 fa3 fan4 zui4 huo2 dong4 +007961 这位#2千金#1小姐#2正在#1贵阳#1上大学#3,经常#1购买#1奢侈品#4。 + zhe4 wei4 qian1 jin1 xiao2 jie3 zheng4 zai4 gui4 yang2 shang4 da4 xue2 jing1 chang2 gou4 mai3 she1 chi2 pin3 +007962 再加上#1有赌瘾#2,挪用#1公款#1去赌博#3,结果#1亏空#1越来#1越大#4。 + zai4 jia1 shang4 you3 du2 yin3 nuo2 yong4 gong1 kuan3 qu4 du3 bo2 jie2 guo3 kui1 kong1 yue4 lai2 yue4 da4 +007963 说#2要把#1王某杰#1调到#1其他#1学校#3,这不是#2纵容#1犯罪吗#4。 + shuo1 yao4 ba3 wang2 mou3 jie2 diao4 dao4 qi2 ta1 xue2 xiao4 zhe4 bu2 shi4 zong4 rong2 fan4 zui4 ma5 +007964 他#1提出#1诊断单#2表示#2自己的#2左膝#2、右手肘#2都#1挫伤#4。 + ta1 ti2 chu1 zhen3 duan4 dan1 biao3 shi4 zi4 ji3 de5 zuo3 xi1 you4 shou2 zhou3 dou1 cuo4 shang1 +007965 两位#1贪官的#1自我#1剖析#1入骨#1三分#3,给#1在场者#2以#1深刻的#1震撼#4。 + liang3 wei4 tan1 guan1 de5 zi4 wo3 pou1 xi1 ru4 gu3 san1 fen1 gei3 zai4 chang2 zhe3 yi3 shen1 ke4 de5 zhen4 han4 +007966 他只#1活到了#1五十六岁#3,是#1癌症#2夺走了#1他的#1生命#4。 + ta1 zhi3 huo2 dao4 le5 wu3 shi2 liu4 sui4 shi4 ai2 zheng4 duo2 zou3 le5 ta1 de5 sheng1 ming4 +007967 是一款#2很棒的#1手机#3,集#2功能#2、性价比#3、颜值#1与一身#4。 + shi4 yi4 kuan2 hen3 bang4 de5 shou3 ji1 ji2 gong1 neng2 xing4 jia4 bi3 yan2 zhi2 yu3 yi4 shen1 +007968 三幺二#1国道#2麻街岭段#2山体#1塌方#2,车辆#1被埋#4。 + san1 yao1 er4 guo2 dao4 ma2 jie1 ling3 duan4 shan1 ti3 ta1 fang1 che1 liang4 bei4 mai2 +007969 与#1“离境#1退税#1”相比#3,“离岛#1免税#2”优惠#1幅度#1更大#4。 + yu3 li2 jing4 tui4 shui4 xiang1 bi3 li2 dao2 mian3 shui4 you1 hui4 fu2 du4 geng4 da4 +007970 你看他#1上课#3,多#1认真哪#4! + ni3 kan4 ta1 shang4 ke4 duo1 ren4 zhen1 na5 +007971 报告称#3,全球#1失业#1人数#3二零#1一五#2将增至#1二点#1零八亿#4。 + bao4 gao4 cheng1 quan2 qiu2 shi1 ye4 ren2 shu4 er4 ling2 yi1 wu3 jiang1 zeng1 zhi4 er4 dian3 ling2 ba1 yi4 +007972 李德明#1发现#3,里面#1还有#1一头#1猪儿#2在里面#1哼哼#1唧唧#4。 + li3 de2 ming2 fa1 xian4 li3 mian4 hai2 you3 yi4 tou2 zhu1 er5 zai4 li3 mian4 heng1 heng5 ji1 ji1 +007973 张先生的#1卧室#2并不#1宽敞#3,电脑桌#1和床#2离得#1很近#4。 + zhang1 xian1 sheng5 de5 wo4 shi4 bing4 bu4 kuan1 chang3 dian4 nao3 zhuo1 he2 chuang2 li2 de5 hen3 jin4 +007974 而#1现场的#1球员#2,都将#1自己的#1头盔#1摘下#3,低下#1头颅#4。 + er2 xian4 chang3 de5 qiu2 yuan2 dou1 jiang1 zi4 ji3 de5 tou2 kui1 zhai1 xia4 di1 xia4 tou2 lu2 +007975 三间#1砖砌的#1瓦房#3,里面#1垃圾#1遍地#3,显得#1十分#1肮脏#4。 + san1 jian1 zhuan1 qi4 de5 wa3 fang2 li3 mian4 la1 ji1 bian4 di4 xian3 de5 shi2 fen1 ang1 zang1 +007976 每次#1奶奶#1去#1探望#3,她都#1攥着#1奶奶的#1手指头#1不放#4。 + mei3 ci4 nai3 nai5 qu4 tan4 wang4 ta1 dou1 zuan4 zhe5 nai3 nai5 de5 shou2 zhi3 tou5 bu2 fang4 +007977 严重#1“喊渴”的#1洞庭湖#1湖容#2及#1湖面#1面积#3也#1有所#1增加#4。 + yan2 zhong4 han2 ke3 de5 dong4 ting2 hu2 hu2 rong2 ji2 hu2 mian4 mian4 ji5 ye3 you2 suo3 zeng1 jia1 +007978 第一类#2是#1投资客#1在#1新房#1开盘时#2即#1购入的#1房产#4。 + di4 yi1 lei4 shi4 tou2 zi1 ke4 zai4 xin1 fang2 kai1 pan2 shi2 ji2 gou4 ru4 de5 fang2 chan3 +007979 并与#1两国#2举行#1高峰会#3,修补#1岌岌#1可危的#1外交#1关系#4。 + bing4 yu2 liang3 guo2 ju3 xing2 gao1 feng1 hui4 xiu1 bu3 ji2 ji2 ke3 wei1 de5 wai4 jiao1 guan1 xi5 +007980 警方称#2,盛夏#2酷热#1难耐#3,很多人#1到#1江河#1游泳#1解暑#4。 + jing3 fang1 cheng1 sheng4 xia4 ku4 re4 nan2 nai4 hen3 duo1 ren2 dao4 jiang1 he2 you2 yong3 jie2 shu3 +007981 投入#1不足#3、区域#1封锁#1等问题#3,制约了#1图书业的#1发展#4。 + tou2 ru4 bu4 zu2 qu1 yu4 feng1 suo2 deng3 wen4 ti2 zhi4 yue1 le5 tu2 shu1 ye4 de5 fa1 zhan3 +007982 看到#1有人#1围观#3,麻将摊#1摊主#1暗示#1女孩的#1姥姥#1出来#4。 + kan4 dao4 you3 ren2 wei2 guan1 ma2 jiang4 tan1 tan1 zhu3 an4 shi4 nv3 hai2 de5 lao3 lao5 chu1 lai2 +007983 美方#2将#1全力#1扭转#1“绿袭蓝”的#1事件#1这一#1趋势#4。 + mei3 fang1 jiang1 quan2 li4 niu2 zhuan3 lv4 xi2 lan2 de5 shi4 jian4 zhe4 yi4 qu1 shi4 +007984 两个人#1便#1推搡#1起来#3,但#1万正红#2并#1没有#1打人#4。 + liang3 ge4 ren2 bian4 tui1 sang2 qi3 lai2 dan4 wan4 zheng4 hong2 bing4 mei2 you2 da3 ren2 +007985 在#1县卫生#1局的#1直接#1领导下#3,逐乡#1逐镇#1改建#3和#1扩建#1卫生院#4。 + zai4 xian4 wei4 sheng1 ju2 de5 zhi2 jie1 ling2 dao3 xia4 zhu2 xiang1 zhu2 zhen4 gai3 jian4 he2 kuo4 jian4 wei4 sheng1 yuan4 +007986 恩师#1李双江#2因故#1不能#1到阵#3,也#1发来#1视频#1祝福#4。 + en1 shi1 li3 shuang1 jiang1 yin1 gu4 bu4 neng2 dao4 zhen4 ye3 fa1 lai2 shi4 pin2 zhu4 fu2 +007987 他#1眉毛#1竖起来#3,双臂#1护抱#3,拒绝#1别人#1靠近#4。 + ta1 mei2 mao5 shu4 qi3 lai2 shuang1 bi4 hu4 bao4 ju4 jue2 bie2 ren2 kao4 jin4 +007988 昨天#3,前门#2部分#1商铺#3打出#1超低价#1烤鸭#1招牌#4。 + zuo2 tian1 qian2 men2 bu4 fen4 shang1 pu4 da3 chu1 chao1 di1 jia4 kao3 ya1 zhao1 pai2 +007989 看到#1老人#2吃得快#2、吃得饱#3,韩凤英#1脸上#2就#1挂满#1笑容#4。 + kan4 dao4 lao3 ren2 chi1 de5 kuai4 chi1 de5 bao3 han2 feng4 ying1 lian3 shang4 jiu4 gua4 man3 xiao4 rong2 +007990 沉寂了#1一下#3,那妹纸#1哭丧着#1脸说#3:“肉#4……” + chen2 ji4 le5 yi2 xia4 na4 mei4 zhi3 ku1 sang4 zhe5 lian3 shuo1 rou4 +007991 新郎#2再吟诗#1一首#3,新娘#2这才#1微笑#1点头#2,放下#1团扇#4。 + xin1 lang2 zai4 yin2 shi1 yi4 shou3 xin1 niang2 zhe4 cai2 wei1 xiao4 dian3 tou2 fang4 xia4 tuan2 shan4 +007992 现在#1想想#2感觉#1是在#1甩卖#4。 + xian4 zai4 xiang2 xiang2 gan3 jue2 shi4 zai4 shuai3 mai4 +007993 那就是#2偷鸡#1不成#1蚀把米#4。 + na4 jiu4 shi4 tou1 ji1 bu4 cheng2 shi2 ba2 mi3 +007994 宾客#1名单#2还在#1草拟中#3,并可能#1有所#1改变#4。 + bin1 ke4 ming2 dan1 hai2 zai4 cao2 ni3 zhong1 bing4 ke3 neng2 you2 suo2 gai3 bian4 +007995 他们#1翻开了#2新中国#1屯垦#1史上#2崭新的#1一页#4。 + ta1 men5 fan1 kai1 le5 xin1 zhong1 guo2 tun2 ken2 shi3 shang4 zhan3 xin1 de5 yi2 ye4 +007996 过去#2将读书#1作为#1修身#1养性的#1途径#3,有#1道理#4。 + guo4 qu4 jiang1 du2 shu1 zuo4 wei2 xiu1 shen1 yang3 xing4 de5 tu2 jing4 you3 dao4 li3 +007997 组织#1力量#2帮助#1农民#2收割#1甘蔗#3,搞好#1运输#4。 + zu3 zhi1 li4 liang4 bang1 zhu4 nong2 min2 shou1 ge1 gan1 zhe4 gao2 hao3 yun4 shu1 +007998 我们的#1生活#1真是#1比蜜#1还甜呐#4! + wo3 men5 de5 sheng1 huo2 zhen1 shi4 bi3 mi4 hai2 tian2 na5 +007999 可是#3,我#1现场#1要求#1警察#1回避#3,他#1不肯走#4。 + ke3 shi4 wo3 xian4 chang3 yao1 qiu2 jing3 cha2 hui2 bi4 ta1 bu4 ken2 zou3 +008000 冉老汉#2等待#1一上午后#3,等来了#1一个#1菜贩#4。 + ran2 lao3 han4 deng3 dai4 yi2 shang4 wu3 hou4 deng3 lai2 le5 yi2 ge5 cai4 fan4 +008001 一个#1男人#2颓然地#1坐在#1旁边#3,目光#1呆滞#4。 + yi2 ge4 nan2 ren5 tui2 ran2 de5 zuo4 zai4 pang2 bian1 mu4 guang1 dai1 zhi4 +008002 喜欢#1把#1李敖的书#2插在#1牛仔裤的#1前面#4? + xi3 huan1 ba2 li3 ao2 de5 shu1 cha1 zai4 niu2 zai3 ku4 de5 qian2 mian4 +008003 乍眼#1一看#3,想起的#2是#1广州的#1区号#2“零二零#4”。 + zha4 yan3 yi2 kan4 xiang2 qi3 de5 shi4 guang3 zhou1 de5 qu1 hao4 ling2 er4 ling2 +008004 此前#3,清华#1紫光#2就曾#1遭遇过#1同样的#1危机#4。 + ci3 qian2 qing1 hua2 zi3 guang1 jiu4 ceng2 zao1 yu4 guo4 tong2 yang4 de5 wei1 ji1 +008005 不太#1明白#1什么#1意思#4。 + bu2 tai4 ming2 bai5 shen2 me5 yi4 si5 +008006 还有#2部分#1担保#1公司#2涉及#2炒股#1配资#1业务#4。 + hai2 you3 bu4 fen4 dan1 bao3 gong1 si1 she4 ji2 chao2 gu3 pei4 zi1 ye4 wu4 +008007 一个#1理想的#1医疗#1保险#1体系#2应该是#1怎样的#4? + yi2 ge4 li2 xiang3 de5 yi1 liao2 bao2 xian2 ti3 xi4 ying1 gai1 shi4 zen3 yang4 de5 +008008 同时#2对#1阅卷点#2实行#2全程#2、多角度#1监控#4。 + tong2 shi2 dui4 yue4 juan4 dian3 shi2 xing2 quan2 cheng2 duo1 jiao3 du4 jian1 kong4 +008009 有一句话#1叫#3“元亨#1利贞#3”,是#1“易经”上的#1一个卦#4。 + you3 yi2 ju4 hua4 jiao4 yuan2 heng1 li4 zhen1 shi4 yi4 jing1 shang4 de5 yi2 ge5 gua4 +008010 这是#2地震中#2开裂的#3大煤沟#2煤矿#1风峒#4。 + zhe4 shi4 di4 zhen4 zhong1 kai1 lie4 de5 da4 mei2 gou1 mei2 kuang4 feng1 dong4 +008011 他们#1只不过#2是在#1拙劣地#1画葫芦#1罢了#4。 + ta1 men5 zhi3 bu2 guo4 shi4 zai4 zhuo1 lie4 de5 hua4 hu2 lu5 ba4 le5 +008012 而到#2二零#1九零年#3,这一#1可能性#3则将#1高达#2百分之#1九十#4。 + er2 dao4 er4 ling2 jiu3 ling2 nian2 zhe4 yi4 ke3 neng2 xing4 ze2 jiang1 gao1 da2 bai3 fen1 zhi1 jiu3 shi2 +008013 雨翔#2苦笑说#3:你写的#2干吗#1让我看#4。 + yu3 xiang2 ku3 xiao4 shuo1 ni2 xie3 de5 gan4 ma2 rang4 wo3 kan4 +008014 刘本云说#3,来他#1家里的#1时候#3,赵小齐#2穿着#1补丁#1裤子#4。 + liu2 ben3 yun2 shuo1 lai2 ta1 jia1 li3 de5 shi2 hou4 zhao4 xiao3 qi2 chuan1 zhe5 bu3 ding1 ku4 zi5 +008015 郭斌#2一看#1夜不眠的#1招牌#3,觉得#1好像#1见到过#3,想起时#3把#1自己#1吓一跳#4。 + guo1 bin1 yi2 kan4 ye4 bu4 mian2 de5 zhao1 pai5 jue2 de5 hao3 xiang4 jian4 dao4 guo4 xiang2 qi3 shi2 ba3 zi4 ji3 xia4 yi2 tiao4 +008016 不过#3,这#1老两口#2平时#1很爱#1掏耳朵#3,老梁#1有空#2还喜欢#1去#1小理发店#4。 + bu2 guo4 zhe4 lao2 liang2 kou3 ping2 shi2 hen3 ai4 tao1 er3 duo5 lao3 liang2 you3 kong4 hai2 xi3 huan1 qu4 xiao2 li3 fa4 dian4 +008017 但#2业内#1分析师#2也对#1政策#1消息#3对#1资本#1市场的#1刺激#2持#1谨慎#1态度#4。 + dan4 ye4 nei4 fen1 xi1 shi1 ye3 dui4 zheng4 ce4 xiao1 xi5 dui4 zi1 ben3 shi4 chang3 de5 ci4 ji1 chi2 jin3 shen4 tai4 du4 +008018 目前#2肇事车#2仍#1横亘于#1路中间#3,事发#1路段#2仍#1只能#1维持#1半幅#1交通#4。 + mu4 qian2 zhao4 shi4 che1 reng2 heng2 gen4 yu2 lu4 zhong1 jian1 shi4 fa1 lu4 duan4 reng2 zhi3 neng2 wei2 chi2 ban4 fu2 jiao1 tong1 +008019 记者#2仔细#1查听了#2两个#1号码的#2自动#1语音#1服务#3,发现#2的确#1有所#1不同#4。 + ji4 zhe2 zi3 xi4 cha2 ting1 le5 liang3 ge5 hao4 ma3 de5 zi4 dong4 yu3 yin1 fu2 wu4 fa1 xian4 di2 que4 you2 suo3 bu4 tong2 +008020 国学热#3,正在#1感染着#2更多#1条件#1参差不齐的#1幼儿园#4。 + guo2 xue2 re4 zheng4 zai4 gan2 ran3 zhe5 geng4 duo1 tiao2 jian4 cen1 ci1 bu4 qi2 de5 you4 er2 yuan2 +008021 之后#2担正#1主角#3,但也#1自此#1与毒#1结缘#4。 + zhi1 hou4 dan1 zheng4 zhu3 jue2 dan4 ye3 zi4 ci2 yu3 du2 jie2 yuan2 +008022 我#1白费了#1力气#2还#1挨了#1爸爸的#1批评#4。 + wo3 bai2 fei4 le5 li4 qi5 hai2 ai2 le5 ba4 ba5 de5 pi1 ping5 +008023 如此#1惨忍的#1行为#2让人#1瞠目结舌#4。 + ru2 ci3 can2 ren3 de5 xing2 wei2 rang4 ren2 cheng1 mu4 jie2 she2 +008024 他#1注视#1小妹#3,感到她#1一副#1欲醉的#1样子#3,胆#1更大了#3,侧身#2把头#1探过去#4。 + ta1 zhu4 shi4 xiao3 mei4 gan3 dao4 ta1 yi2 fu4 yu4 zui4 de5 yang4 zi5 dan3 geng4 da4 le5 ce4 shen1 ba3 tou2 tan4 guo4 qu4 +008025 这种#2控制#1与#1利用#3,有其#1特定的#1内涵#4。 + zhe4 zhong3 kong4 zhi4 yu3 li4 yong4 you3 qi2 te4 ding4 de5 nei4 han2 +008026 第二天#2一早#1醒来后#3,我就#1被#1带去#1警察#1那儿#2做调查#4。 + di4 er4 tian1 yi4 zao2 xing3 lai2 hou4 wo3 jiu4 bei4 dai4 qu4 jing3 cha2 nar4 zuo4 diao4 cha2 +008027 吴佩煜#1说#3,有人问#3,吴孟超#1身体#1那么好#3,是不是#2吃#1什么#1补品啊#4? + wu2 pei4 yu4 shuo1 you3 ren2 wen4 wu2 meng4 chao1 shen1 ti3 na4 me5 hao3 shi4 bu2 shi4 chi1 shen2 me5 bu2 pin3 a5 +008028 公安#1机关#2初步#1查明#3,案件#2是由#1白家峁#2煤矿#2矿权#1纠纷#1引发的#4。 + gong1 an1 ji1 guan1 chu1 bu4 cha2 ming2 an4 jian4 shi4 you2 bai2 jia1 mao3 mei2 kuang4 kuang4 quan2 jiu1 fen1 yin3 fa1 de5 +008029 以前#3,她就#1有过#1几次#2被#1河南#1省队#1退回的#1经历#3,理由#2也是#1太矮#4。 + yi3 qian2 ta1 jiu4 you3 guo4 ji3 ci4 bei4 he2 nan2 sheng3 dui4 tui4 hui2 de5 jing1 li4 li3 you2 ye3 shi4 tai4 ai3 +008030 布碎中#2夹杂着#1塑料袋#2、废纸片等#3,不但#1肮脏#3,还#1散发#2刺鼻#1异味#4。 + bu4 sui4 zhong1 jia1 za2 zhe5 su4 liao4 dai4 fei4 zhi3 pian4 deng3 bu2 dan4 ang1 zang1 hai2 san4 fa1 ci4 bi2 yi4 wei4 +008031 在#1江西#1九江#3,老师#1将#1一名#1学生的#1耳朵#1给#1拧断#3,吓呆#1全班#1孩子#4。 + zai4 jiang1 xi1 jiu3 jiang1 lao3 shi1 jiang1 yi4 ming2 xue2 sheng1 de5 er3 duo5 gei2 ning3 duan4 xia4 dai1 quan2 ban1 hai2 zi5 +008032 美中#2处理#1分歧的#1方式#1迥异#4。 + mei3 zhong1 chu2 li3 fen1 qi2 de5 fang1 shi4 jiong3 yi4 +008033 现在#3,她#1不能#1抛弃#1克钦族#4。 + xian4 zai4 ta1 bu4 neng2 pao1 qi4 ke4 qin1 zu2 +008034 什么#2继父#1岳父#3,我是他#1亲爹#4! + shen2 me5 ji4 fu4 yue4 fu4 wo3 shi4 ta1 qin1 die1 +008035 姐妹俩#2一边#1赏景#3,一边#1说笑#4。 + jie3 mei4 lia3 yi4 bian1 shang2 jing3 yi4 bian1 shuo1 xiao4 +008036 本网#1电话#3八零#1八八#2九幺#1八二#4。 + ben2 wang3 dian4 hua4 ba1 ling2 ba1 ba1 jiu3 yao1 ba1 er4 +008037 俺#1认识的#1有人#3,直接#1拉给你#4。 + an3 ren4 shi5 de5 you3 ren2 zhi2 jie1 la1 gei2 ni3 +008038 她是#2织袜#1车间的#1一位#1主班长#4。 + ta1 shi4 zhi1 wa4 che1 jian1 de5 yi2 wei4 zhu3 ban1 zhang3 +008039 从未#1巧取豪夺#2,未#1伤天害理#4。 + cong2 wei4 qiao2 qu3 hao2 duo2 wei4 shang1 tian1 hai4 li3 +008040 不好吧#3,节食#1减肥#2很痛苦#4。 + bu4 hao3 ba5 jie2 shi2 jian3 fei2 hen3 tong4 ku3 +008041 你#1之前#2强烈#1反对#1造城#1运动#4。 + ni3 zhi1 qian2 qiang2 lie4 fan3 dui4 zao4 cheng2 yun4 dong4 +008042 这就#1相当于#2将#1堕胎#1合法化#4。 + zhe4 jiu4 xiang1 dang1 yu2 jiang1 duo4 tai1 he2 fa3 hua4 +008043 如果#2党的#1基本#1路线#1错了#3,我们的#1事业#2就#1遭受#1挫折#1和失败#4。 + ru2 guo2 dang3 de5 ji1 ben3 lu4 xian4 cuo4 le5 wo3 men5 de5 shi4 ye4 jiu4 zao1 shou4 cuo4 zhe2 he2 shi1 bai4 +008044 最#1常见的#1菜#2是#1咖喱#3,是从#1邻国#1印度#2、斯里兰卡#1传入的#4。 + zui4 chang2 jian4 de5 cai4 shi4 ga1 li5 shi4 cong2 lin2 guo2 yin4 du4 si1 li3 lan2 ka3 chuan2 ru4 de5 +008045 高层#1建筑的#2室内#1消火栓#1箱内#3将#1设置#2消防#1软管#1卷盘#4。 + gao1 ceng2 jian4 zhu4 de5 shi4 nei4 xiao1 huo3 shuan1 xiang1 nei4 jiang1 she4 zhi4 xiao1 fang2 ruan2 guan3 juan4 pan2 +008046 我想#2那些#1应该是#1草莓的#1种子吧#4。 + wo2 xiang3 na4 xie1 ying1 gai1 shi4 cao3 mei2 de5 zhong3 zi5 ba5 +008047 自此#3,“房奴#2”在#1中国#2成为#1一个#1特有#1名词#4。 + zi4 ci3 fang2 nu2 zai4 zhong1 guo2 cheng2 wei2 yi2 ge4 te4 you3 ming2 ci2 +008048 政委#2芮双林#1告诉#1记者#3:在#1这里#3,我们#1一举手#2、一投足#3都#1关乎#1我军的#1形象#4。 + zheng4 wei3 rui4 shuang1 lin2 gao4 su4 ji4 zhe3 zai4 zhe4 li3 wo3 men5 yi4 ju2 shou3 yi4 tou2 zu2 dou1 guan1 hu1 wo3 jun1 de5 xing2 xiang4 +008049 但#1眼前的#1匝道上#3,工人们#2还在#1忙着#1安装#1道路#1方向标#4。 + dan4 yan3 qian2 de5 za1 dao4 shang4 gong1 ren2 men5 hai2 zai4 mang2 zhe5 an1 zhuang1 dao4 lu4 fang1 xiang4 biao1 +008050 一向#2一分钱#1都要#1掰成#1两半花的#1父亲#3,为了#1儿子#1大摆#1宴席#4。 + yi2 xiang4 yi4 fen1 qian2 dou1 yao4 bai1 cheng2 liang3 ban4 hua1 de5 fu4 qin5 wei4 le5 er2 zi5 da4 bai3 yan4 xi2 +008051 截至#1目前#3,美军#2已向#1伊#1安全#1部队#2移交了#1九个#1省的#1防务#4。 + jie2 zhi4 mu4 qian2 mei3 jun1 yi3 xiang4 yi1 an1 quan2 bu4 dui4 yi2 jiao1 le5 jiu3 ge4 sheng3 de5 fang2 wu4 +008052 来往的#1工人们#3扛着#1工具#3,头顶#2盖着块#1湿毛巾#2来#1遮阳#4。 + lai2 wang3 de5 gong1 ren5 men5 kang2 zhe5 gong1 ju4 tou2 ding3 gai4 zhe5 kuai4 shi1 mao2 jin1 lai2 zhe1 yang2 +008053 需要#1漂洗的#1锅碗#1太多#3,池子里#2水面上的#1泡沫#2越来#1越多#4。 + xu1 yao4 piao2 xi3 de5 guo1 wan3 tai4 duo1 chi2 zi5 li2 shui3 mian4 shang4 de5 pao4 mo4 yue4 lai2 yue4 duo1 +008054 拆线的#1时候#3,没有用#1麻药#3,小曾#2疼得#1咬牙#1咧嘴#3,没有#1吱声#4。 + chai1 xian4 de5 shi2 hou4 mei2 you3 yong4 ma2 yao4 xiao3 zeng1 teng2 de5 yao3 ya2 lie2 zui3 mei2 you3 zhi1 sheng1 +008055 所以#2,在#1这个#1部分#3,袜子#2确实#1易于#1管理#3,同时#2它也#1易于#1物流#4。 + suo2 yi3 zai4 zhe4 ge5 bu4 fen4 wa4 zi5 que4 shi2 yi4 yu2 guan2 li3 tong2 shi2 ta1 ye3 yi4 yu2 wu4 liu2 +008056 这些#1奇闻#1轶事#2自然是#1林大哥#1亲口#1告诉的#3,真假#1难辨#4。 + zhe4 xie1 qi2 wen2 yi4 shi4 zi4 ran2 shi4 lin2 da4 ge1 qin1 kou3 gao4 su4 de5 zhen1 jia3 nan2 bian4 +008057 比如#2对#1美元#2持续#1贬值的#1预期#4。 + bi3 ru2 dui4 mei3 yuan2 chi2 xu4 bian3 zhi2 de5 yu4 qi1 +008058 他们#1就像是#2被#1宠坏的#1孩子#4。 + ta1 men5 jiu4 xiang4 shi4 bei4 chong3 huai4 de5 hai2 zi5 +008059 所以#2,在#1这点上#2有一点儿#1脱节了#4。 + suo2 yi3 zai4 zhe4 dian3 shang4 you3 yi4 dianr3 tuo1 jie2 le5 +008060 亲身#1体验后#3,翁习生#2再次#1发问#4。 + qin1 shen1 ti3 yan4 hou4 weng1 xi2 sheng1 zai4 ci4 fa1 wen4 +008061 陈水扁#2要想#1交保#2,还需#1等待#4。 + chen2 shui2 bian3 yao4 xiang3 jiao1 bao3 hai2 xu1 deng3 dai4 +008062 陈李东#2致电#2电城镇#2殡改队#4。 + chen2 li3 dong1 zhi4 dian4 dian4 cheng2 zhen4 bin4 gai3 dui4 +008063 来稿#2一律#1不退#3,请#2自留#1底稿#4。 + lai2 gao3 yi2 lv4 bu2 tui4 qing3 zi4 liu2 di2 gao3 +008064 钱#2在我#1眼中#2是很#1渺小的#1东西#4。 + qian2 zai4 wo2 yan3 zhong1 shi4 hen3 miao2 xiao3 de5 dong1 xi5 +008065 不倾国#2,不倾城#3,倾家荡产#4。 + bu4 qing1 guo2 bu4 qing1 cheng2 qing1 jia1 dang4 chan3 +008066 之后#2,安理会#1举行#1闭门#1磋商#4。 + zhi1 hou4 an1 li3 hui4 ju3 xing2 bi4 men2 cuo1 shang1 +008067 别跟我#1说话#3,让我#1一个人#1待会儿#4! + bie2 gen1 wo3 shuo1 hua4 rang4 wo3 yi2 ge4 ren2 dai1 huir4 +008068 嫌疑人#2站在#1高处#3,手举#1一根#1棒槌#3,用力#1挥舞#3,砸向#1民警#1王军#4。 + xian2 yi2 ren2 zhan4 zai4 gao1 chu4 shou2 ju3 yi4 gen1 bang4 chui5 yong4 li4 hui1 wu3 za2 xiang4 min2 jing3 wang2 jun1 +008069 我的#1脑袋#2已经被#1杰西的#1取代#4。 + wo3 de5 nao3 dai4 yi3 jing1 bei4 jie2 xi1 de5 qu3 dai4 +008070 这也#1正是#1色狼#2蠢蠢欲动#1之时#4。 + zhe4 ye3 zheng4 shi4 se4 lang2 chun2 chun3 yu4 dong4 zhi1 shi2 +008071 一曲#2“风风火火#1闯九州#1”唱毕#3,他又#1换上#2异域#1风情的#2新疆#1歌舞#4。 + yi4 qu3 feng1 feng1 huo2 huo3 chuang2 jiu3 zhou1 chang4 bi4 ta1 you4 huan4 shang4 yi4 yu4 feng1 qing2 de5 xin1 jiang1 ge1 wu3 +008072 那#1姓姚的#3——说着#2从#1口袋里#2掏出#1一张#2皱巴巴的#1纸#2,给他看#4。 + na4 xing4 yao2 de5 shuo1 zhe5 cong2 kou3 dai4 li3 tao1 chu1 yi4 zhang1 zhou4 ba1 ba1 de5 zhi2 gei3 ta1 kan4 +008073 个体#1工商户#2根据#2经营#1需要#3可以#1聘请#2若干#1帮手#2或者#1学徒#4。 + ge4 ti3 gong1 shang1 hu4 gen1 ju4 jing1 ying2 xu1 yao4 ke2 yi3 pin4 qing3 ruo4 gan1 bang1 shou3 huo4 zhe3 xue2 tu2 +008074 他们#1肯定#1失去了#1其#1优势#1地位#4。 + ta1 men5 ken3 ding4 shi1 qu4 le5 qi2 you1 shi4 di4 wei4 +008075 还有人#2把#1问题#1扯到了#1“公车”上#4。 + hai2 you3 ren2 ba3 wen4 ti2 che3 dao4 le5 gong1 che1 shang4 +008076 逾期#2仍不#1登记的#2,收容#1犬只#4。 + yu2 qi1 reng2 bu4 deng1 ji4 de5 shou1 rong2 quan3 zhi1 +008077 肺活量#1水平#2出现#2上升#1拐点#4。 + fei4 huo2 liang4 shui3 ping2 chu1 xian4 shang4 sheng1 guai2 dian3 +008078 这个#1问题#3,看看#1我就#1知道#1了呀#4。 + zhe4 ge4 wen4 ti2 kan4 kan4 wo3 jiu4 zhi1 dao4 le5 ya5 +008079 姑姑#3,你的胸#2为什么#1这么小#4? + gu1 gu5 ni3 de5 xiong1 wei4 shen2 me5 zhe4 me5 xiao3 +008080 还要#1叫她#1起床呢#3怎么会#1不早起#4。 + hai2 yao4 jiao4 ta1 qi3 chuang2 ne5 zen3 me5 hui4 bu4 zao2 qi3 +008081 在#1胡润#1榜单中#3,位列#2中国#1私有#1经济体#2第一名#4。 + zai4 hu2 run4 bang3 dan1 zhong1 wei4 lie4 zhong1 guo2 si1 you3 jing1 ji4 ti3 di4 yi1 ming2 +008082 赶紧#1闭上#1眼睛#2休息吧#4。 + gan2 jin3 bi4 shang4 yan3 jing5 xiu1 xi5 ba5 +008083 陈明亮#2在#1庭审中#1也承认#3,他#1本人#2偶尔也#1吸食#1毒品#4。 + chen2 ming2 liang4 zai4 ting2 shen3 zhong1 ye3 cheng2 ren4 ta1 ben3 ren2 ou2 er2 ye3 xi1 shi2 du2 pin3 +008084 为了#1提神#3,还#1配备#2薄荷糖#3,广州#1军区#2专门#1配了#1大蒜头#4。 + wei4 le5 ti2 shen2 hai2 pei4 bei4 bo4 he2 tang2 guang3 zhou1 jun1 qu1 zhuan1 men2 pei4 le5 da4 suan4 tou2 +008085 为了#1弥补#1巨额#1亏空#3,邓盛堂#3、区锦明#2开始#1实施#1诈骗#4。 + wei4 le5 mi2 bu3 ju4 e2 kui1 kong1 deng4 sheng4 tang2 qu1 jin3 ming2 kai1 shi3 shi2 shi1 zha4 pian4 +008086 急救#1人员#2将#1男童#2送到#2雅宝路#1附近的#2首都#1儿研所#4。 + ji2 jiu4 ren2 yuan2 jiang1 nan2 tong2 song4 dao4 ya2 bao3 lu4 fu4 jin4 de5 shou3 du1 er2 yan2 suo3 +008087 为#2不影响#2正在#1一线#1救人的#1银尕#3,记者#2挂断了#1电话#4。 + wei4 bu4 ying2 xiang3 zheng4 zai4 yi1 xian4 jiu4 ren2 de5 yin2 ga3 ji4 zhe3 gua4 duan4 le5 dian4 hua4 +008088 年会的#1主题为#3“中国#2和#1亚太#1商业#1房地产的#1新思维#4”。 + nian2 hui4 de5 zhu3 ti2 wei2 zhong1 guo2 he2 ya4 tai4 shang1 ye4 fang2 di4 chan3 de5 xin1 si1 wei2 +008089 受伤的#1孩子#2趴在#1地上#2一动不动#3,后被#1姨妈#1发现#4。 + shou4 shang1 de5 hai2 zi5 pa1 zai4 di4 shang4 yi2 dong4 bu2 dong4 hou4 bei4 yi2 ma1 fa1 xian4 +008090 林父才流#3,只识#1其一#2不识#1其二#3,把#1老舍#2“四世同堂#1”里的#1属错#2放了#1过去#4。 + lin2 fu4 cai2 liu2 zhi3 shi2 qi2 yi1 bu4 shi2 qi2 er4 ba3 lao2 she3 si4 shi4 tong2 tang2 li3 de5 shu3 cuo4 fang4 le5 guo4 qu4 +008091 不到#1草原#3,不知其#2雄美#1壮丽#3;不来#1内蒙古#3,不知道#1其#2日新月异的#1变化#4。 + bu2 dao4 cao3 yuan2 bu4 zhi1 qi2 xiong2 mei3 zhuang4 li4 bu4 lai2 nei4 meng2 gu3 bu4 zhi1 dao4 qi2 ri4 xin1 yue4 yi4 de5 bian4 hua4 +008092 无奈#3,执勤#1民警#2只得留#1一名#2辅警#1留守#4。 + wu2 nai4 zhi2 qin2 min2 jing3 zhi2 dei3 liu2 yi4 ming2 fu2 jing3 liu2 shou3 +008093 这也是#2春节后#2湖北省#2规模#1最大的#1一次#1招聘会#4。 + zhe4 ye3 shi4 chun1 jie2 hou4 hu2 bei2 sheng3 gui1 mo2 zui4 da4 de5 yi2 ci4 zhao1 pin4 hui4 +008094 刘长宇#1说#3,这是#2昨日#1上午#1查收的#3,还#1查出了#2两把#2十余#1厘米#1长的#1刀具#4。 + liu2 chang2 yu3 shuo1 zhe4 shi4 zuo2 ri4 shang4 wu3 cha2 shou1 de5 hai2 cha2 chu1 le5 liang2 ba3 shi2 yu2 li2 mi3 chang2 de5 dao1 ju4 +008095 这几天#2收看#1新闻了吗#4? + zhe4 ji3 tian1 shou1 kan4 xin1 wen2 le5 ma5 +008096 还有#1一些#1改进#1细节#2也被#1敏感的#1学者#1捕捉到#4。 + hai2 you3 yi4 xie1 gai3 jin4 xi4 jie2 ye3 bei4 min2 gan3 de5 xue2 zhe2 bu3 zhuo1 dao4 +008097 据称#3,两人#1当时#1都有#1粗口#4。 + ju4 cheng1 liang3 ren2 dang1 shi2 dou1 you3 cu1 kou3 +008098 屋顶的#1吊灯#2也在#1不停地#1晃#4。 + wu1 ding3 de5 diao4 deng1 ye3 zai4 bu4 ting2 de5 huang4 +008099 现在的#1人工#1珍珠#2也#1正是#1利用#2蛤#2、蚌的#2这一#1习性#2来#1进行#1培育的#4。 + xian4 zai4 de5 ren2 gong1 zhen1 zhu1 ye3 zheng4 shi4 li4 yong4 ge2 bang4 de5 zhe4 yi4 xi2 xing4 lai2 jin4 xing2 pei2 yu4 de5 +008100 近日#3,上饶市#1中院#2作出#1裁定#3,驳回#1上诉#3,维持#1原判#4。 + jin4 ri4 shang4 rao2 shi4 zhong1 yuan4 zuo4 chu1 cai2 ding4 bo2 hui2 shang4 su4 wei2 chi2 yuan2 pan4 +008101 没有#1供给#1竞争#2、需求#1竞争#2价钱#2肯定就#1往上跑#4。 + mei2 you3 gong1 ji3 jing4 zheng1 xu1 qiu2 jing4 zheng1 jia4 qian2 ken3 ding4 jiu4 wang3 shang4 pao3 +008102 每股#1盈利#3达到#2三点#1五七一#1港元#3,同比#1上升#2百分之#2一百#2九十#1九点三#4。 + mei2 gu3 ying2 li4 da2 dao4 san1 dian2 wu3 qi1 yi1 gang3 yuan2 tong2 bi3 shang4 sheng1 bai3 fen1 zhi1 yi4 bai2 jiu3 shi2 jiu2 dian3 san1 +008103 几天后#3,袁女士#2在#1医院#2做了#1腹腔镜#2下卵巢#2右附件#1切除术#4。 + ji3 tian1 hou4 yuan2 nv3 shi4 zai4 yi1 yuan4 zuo4 le5 fu4 qiang1 jing4 xia4 luan3 chao2 you4 fu4 jian4 qie1 chu2 shu4 +008104 见状#3,民警#2赶紧#1打开#1窗户#3,将#1男子#2拽回#1房内#4。 + jian4 zhuang4 min2 jing3 gan2 jin2 da3 kai1 chuang1 hu4 jiang1 nan2 zi3 zhuai4 hui2 fang2 nei4 +008105 苍蝇#2哄哄叫#3,床上#3、锅台上#1都是#3,多得#1像#1头毛#4。 + cang1 ying5 hong1 hong1 jiao4 chuang2 shang4 guo1 tai2 shang4 dou1 shi4 duo1 de5 xiang4 tou2 mao2 +008106 台湾#1问题#3、民主#2、自由#3都#1成为#2外媒#1记者#1常提的#1问题#4。 + tai2 wan1 wen4 ti5 min2 zhu3 zi4 you2 dou1 cheng2 wei2 wai4 mei2 ji4 zhe3 chang2 ti2 de5 wen4 ti2 +008107 在#1地区#1层面#3,领导者#2需要#1确定#2下一个#1增长#1前沿#4。 + zai4 di4 qu1 ceng2 mian4 ling2 dao2 zhe3 xu1 yao4 que4 ding4 xia4 yi2 ge5 zeng1 zhang3 qian2 yan2 +008108 那#1始终#1挂在#1脸上的#1漠然#1微笑#3,令人#2毛骨悚然#4。 + na4 shi3 zhong1 gua4 zai4 lian3 shang4 de5 mo4 ran2 wei1 xiao4 ling4 ren2 mao2 gu2 song3 ran2 +008109 张大中#1身上#3,无疑#2也#1遗传了#1母亲#1这一#1倔强的#1性格#4。 + zhang1 da4 zhong1 shen1 shang4 wu2 yi2 ye3 yi2 chuan2 le5 mu3 qin1 zhe4 yi2 jue2 jiang4 de5 xing4 ge2 +008110 你#1看看#1人家#2对#1老婆#2多温柔#3,人家#1吻的#2多有#1技巧#4…… + ni3 kan4 kan5 ren2 jia1 dui4 lao3 po5 duo1 wen1 rou2 ren2 jia1 wen3 de5 duo1 you3 ji4 qiao3 +008111 他#1昨天#1透露#3,自己#1和太太#2有了#1一个#1“婚姻#1合约#4”。 + ta1 zuo2 tian1 tou4 lu4 zi4 ji3 he2 tai4 tai5 you3 le5 yi2 ge4 hun1 yin1 he2 yue1 +008112 晴雯#2扫视#1身上#1挂的#1几件#1衣服#2,说#3:“一点#1不冷#4。 + qing2 wen2 sao3 shi4 shen1 shang4 gua4 de5 ji3 jian4 yi1 fu5 shuo1 yi4 dian3 bu4 leng3 +008113 在#1欧元#1陷入#1危机#1之时#3,欧洲#2开始向#1中国#1求助#4。 + zai4 ou1 yuan2 xian4 ru4 wei1 ji1 zhi1 shi2 ou1 zhou1 kai1 shi3 xiang4 zhong1 guo2 qiu2 zhu4 +008114 我#1擦去#1嘴角的#1血水#3,含泪道#3:“这不#1你的吗#4! + wo3 ca1 qu4 zui2 jiao3 de5 xue4 shui3 han2 lei4 dao4 zhe4 bu4 ni3 de5 ma5 +008115 他们的#1体力#3还能#1经得起#2多少次#1折腾呢#4? + ta1 men5 de5 ti3 li4 hai2 neng2 jing1 de5 qi3 duo1 shao3 ci4 zhe1 teng5 ne5 +008116 尸体#1垒成#1一堆#3,有#1明显#2遭人#2扫射#1致死#1迹象#4。 + shi1 ti2 lei3 cheng2 yi4 dui1 you3 ming2 xian3 zao1 ren2 sao3 she4 zhi4 si3 ji4 xiang4 +008117 对#1普通#1市民#1来说#3,散装#1月饼#2寄出国#2也很难#4。 + dui4 pu3 tong1 shi4 min2 lai2 shuo1 san3 zhuang1 yue4 bing3 ji4 chu1 guo2 ye2 hen3 nan2 +008118 我们#1在这里#2还#1发现了#1山东省#2赠送的#1陶瓷#4。 + wo3 men5 zai4 zhe4 li3 hai2 fa1 xian4 le5 shan1 dong1 sheng3 zeng4 song4 de5 tao2 ci2 +008119 对此#3,魏后凯#2给出了#1“减税#2”和#1“提价#2”两副#1“药剂#4”。 + dui4 ci3 wei4 hou4 kai2 gei3 chu1 le5 jian3 shui4 he2 ti2 jia4 liang3 fu4 yao4 ji4 +008120 三是#2全国#1铁路#1客服#1电话#2统一为#2幺二#1三零六#4。 + san1 shi4 quan2 guo2 tie3 lu4 ke4 fu2 dian4 hua4 tong3 yi1 wei2 yao1 er4 san1 ling2 liu4 +008121 应采儿#1扬言#3,一旦有#1小孩的话#3,自己#1就会#1玩“失踪#4”。 + ying1 cai3 er2 yang2 yan2 yi2 dan4 you2 xiao3 hai2 de5 hua4 zi4 ji3 jiu4 hui4 wan2 shi1 zong1 +008122 此前#3,欧央行#2和#1印度#1央行#2已经#1宣布#2降低#1利率#4。 + ci3 qian2 ou1 yang1 hang2 he2 yin4 du4 yang1 hang2 yi3 jing1 xuan1 bu4 jiang4 di1 li4 lv4 +008123 还#1因为#1没钱#3,仲谷明香#2从来#1不买#1袜子#2也#1不穿#4。 + hai2 yin1 wei4 mei2 qian2 zhong4 gu3 ming2 xiang1 cong2 lai2 bu4 mai3 wa4 zi5 ye3 bu4 chuan1 +008124 程英#2马上#1对那#1食品#2露出#2相见恨晚的#1脸色#4。 + cheng2 ying1 ma3 shang4 dui4 na4 shi2 pin3 lou4 chu1 xiang1 jian4 hen4 wan3 de5 lian3 se4 +008125 许多#1住户#2在#1门口#2筑起#1沙袋#3,日夜#1舀水#1排涝#4。 + xu3 duo1 zhu4 hu4 zai4 men2 kou3 zhu4 qi3 sha1 dai4 ri4 ye4 yao2 shui3 pai2 lao4 +008126 现在#2周围#1居民#2对#1你们家#2有没有#1特别的#1感觉#4? + xian4 zai4 zhou1 wei2 ju1 min2 dui4 ni3 men5 jia1 you3 mei2 you3 te4 bie2 de5 gan3 jue2 +008127 男子#1不听#2,双方#1爆发#1口角#3,并#1推推桑桑#4。 + nan2 zi3 bu4 ting1 shuang1 fang1 bao4 fa1 kou2 jiao3 bing4 tui1 tui5 sang1 sang1 +008128 以前#2我#1所见的#1北京#2不够绿#3,实在是#1阳光#1不够#1通透#3,绿#2也#1蒙着#1灰色#4。 + yi3 qian2 wo2 suo3 jian4 de5 bei3 jing1 bu2 gou4 lv4 shi2 zai4 shi4 yang2 guang1 bu2 gou4 tong1 tou4 lv4 ye3 meng2 zhe5 hui1 se4 +008129 对于#1时下#2自己#1免费#1“顺风车”的#1红火#1局面#3,茆源#2备加#1珍惜#4。 + dui4 yu2 shi2 xia4 zi4 ji2 mian3 fei4 shun4 feng1 che1 de5 hong2 huo3 ju2 mian4 mao2 yuan2 bei4 jia1 zhen1 xi1 +008130 向来#1搞笑的#1香取#2调皮地#1称#3“嗯#3,明年有#1大型的#1庆祝#1活动#1就好了#4”。 + xiang4 lai2 gao3 xiao4 de5 xiang1 qu3 tiao2 pi2 de5 cheng1 en4 ming2 nian2 you3 da4 xing2 de5 qing4 zhu4 huo2 dong4 jiu4 hao3 le5 +008131 首先#3,我想#1谈谈#2中华#1文化#2与#1奥运#1精神#3在#2内在#1理念上的#2共通#1之处#4。 + shou3 xian1 wo2 xiang3 tan2 tan5 zhong1 hua2 wen2 hua4 yu3 ao4 yun4 jing1 shen5 zai4 nei4 zai4 li3 nian4 shang4 de5 gong4 tong1 zhi1 chu4 +008132 为什么#1会#1讨厌#1我呢#3?是我#1说错#1什么#1了吗#4? + wei4 shen2 me5 hui4 tao3 yan4 wo3 ne5 shi4 wo3 shuo1 cuo4 shen2 me5 le5 ma5 +008133 于是#2他#1上山#2找高僧#1给#1算了算#3,高僧#1算完说#3:你回去#1等着吧#4! + yu2 shi4 ta1 shang4 shan1 zhao3 gao1 seng1 gei3 suan4 le5 suan4 gao1 seng1 suan4 wan2 shuo1 ni3 hui2 qu4 deng3 zhe5 ba5 +008134 如今#3,夫妻#1二人#2均需#1住院#3,“乖乖#2”成了#1急需#1好心人#1收养的#1“孤儿#4”。 + ru2 jin1 fu1 qi1 er4 ren2 jun1 xu1 zhu4 yuan4 guai1 guai1 cheng2 le5 ji2 xu1 hao3 xin1 ren2 shou1 yang3 de5 gu1 er2 +008135 人们#2服药#2、上吊#2或者#1割腕#1自杀#3,但是#2不会#1割破#1自己的#1喉咙#4。 + ren2 men5 fu2 yao4 shang4 diao4 huo4 zhe3 ge1 wan4 zi4 sha1 dan4 shi4 bu2 hui4 ge1 po4 zi4 ji3 de5 hou2 long5 +008136 例如#2,在#1调整#1视频#1播放#1尺寸时#3,用户#1可以#1点击#2不同#1尺寸的#1图标#4。 + li4 ru2 zai4 tiao2 zheng3 shi4 pin2 bo1 fang4 chi3 cun4 shi2 yong4 hu4 ke2 yi2 dian3 ji1 bu4 tong2 chi3 cun4 de5 tu2 biao1 +008137 他#1刚正不阿的#1精神#2感动了#1群众#3,更#1赢得#1群众的#1信任#2和#1尊重#4。 + ta1 gang1 zheng4 bu4 e1 de5 jing1 shen2 gan3 dong4 le5 qun2 zhong4 geng4 ying2 de2 qun2 zhong4 de5 xin4 ren4 he2 zun1 zhong4 +008138 突然#2,车子#1颠簸了#1一下#3,“轰”一声#3,洪娟#2被#1甩出#1车外#2,摔倒#1在地#4。 + tu1 ran2 che1 zi5 dian1 bo3 le5 yi2 xia4 hong1 yi4 sheng1 hong2 juan1 bei4 shuai3 chu1 che1 wai4 shuai1 dao3 zai4 di4 +008139 他#1进来后#2大声#1问好#3,要#1我们#1帮他#2准备#1一些#2普通#1点心#3打包#1带走#4。 + ta1 jin4 lai2 hou4 da4 sheng1 wen4 hao3 yao4 wo3 men5 bang1 ta1 zhun3 bei4 yi4 xie1 pu3 tong1 dian3 xin5 da3 bao1 dai4 zou3 +008140 他#1说不出#1话#3,姚书琴#2追击说#3:林#1大文豪#3,你#1下一个#2准备#1要骂谁#4? + ta1 shuo1 bu4 chu1 hua4 yao2 shu1 qin2 zhui1 ji1 shuo1 lin2 da4 wen2 hao2 ni3 xia4 yi2 ge5 zhun3 bei4 yao4 ma4 shui2 +008141 我#1没有#1弟弟#3,但#1我有#1一群#2爱我的#2机器人#1好朋友#4。 + wo3 mei2 you3 di4 di5 dan4 wo2 you3 yi4 qun2 ai4 wo3 de5 ji1 qi4 ren2 hao3 peng2 you5 +008142 这里是#2全海南#2均价#1最贵的#1楼盘#2凤凰岛#4。 + zhe4 li3 shi4 quan2 hai3 nan2 jun1 jia4 zui4 gui4 de5 lou2 pan2 feng4 huang2 dao3 +008143 再戳穿#2只会#1颜面#1丢失#3,不代表#1我#1没有#1准备#4。 + zai4 chuo1 chuan1 zhi3 hui4 yan2 mian4 diu1 shi1 bu2 dai4 biao2 wo3 mei2 you2 zhun3 bei4 +008144 答案#2总让人#1沮丧#4。 + da2 an4 zong3 rang4 ren2 ju3 sang4 +008145 若我#1放弃了#1手中#1现成的#1食物#3,再去#1追求#2看不见的#1东西#3,那我#1岂不成#1傻瓜了吗#4? + ruo4 wo3 fang4 qi4 le5 shou3 zhong1 xian4 cheng2 de5 shi2 wu4 zai4 qu4 zhui1 qiu2 kan4 bu2 jian4 de5 dong1 xi5 na4 wo2 qi3 bu4 cheng2 sha3 gua1 le5 ma5 +008146 即使#2压力#1再大#3,再#1不高兴#3,也要#1干下去#4。 + ji2 shi3 ya1 li4 zai4 da4 zai4 bu4 gao1 xing4 ye3 yao4 gan4 xia4 qu4 +008147 这种#1情况下#3,难怪#1赵本山说#2不差钱#4。 + zhe4 zhong3 qing2 kuang4 xia4 nan2 guai4 zhao4 ben3 shan1 shuo1 bu2 cha4 qian2 +008148 我#1看过#1你和#1吴卓羲的#2“学警三#3”,很喜欢#4。 + wo3 kan4 guo4 ni3 he2 wu2 zhuo2 xi1 de5 xue2 jing3 san1 hen2 xi3 huan1 +008149 警察#1于是#1逮捕他#3,也取回#2被抢的#1赃款#4。 + jing3 cha2 yu2 shi4 dai4 bu3 ta1 ye2 qu3 hui2 bei4 qiang3 de5 zang1 kuan3 +008150 他#1甚至#1有点#2喘气#1困难#3,说句#1连贯的话#2都显得#1异常#1艰难#4。 + ta1 shen4 zhi4 you2 dian2 chuan3 qi4 kun4 nan5 shuo1 ju4 lian2 guan4 de5 hua4 dou1 xian3 de5 yi4 chang2 jian1 nan2 +008151 突然#2有一个#1女的#2捂住#1我的眼#3,并用#2巨温柔的#1声音说#3:猜猜#1我是谁#4? + tu1 ran2 you3 yi2 ge5 nv3 de5 wu3 zhu4 wo3 de5 yan3 bing4 yong4 ju4 wen1 rou2 de5 sheng1 yin1 shuo1 cai1 cai1 wo3 shi4 shui2 +008152 如此#1“贴地气#3”,不但#2丝毫#1无损#1他的#1形象#3,反倒#1赢得#1更多#1拥趸#4。 + ru2 ci3 tie1 di4 qi4 bu2 dan4 si1 hao2 wu2 sun3 ta1 de5 xing2 xiang4 fan3 dao4 ying2 de2 geng4 duo1 yong1 dun3 +008153 要#1不断#1夯实#1农业#1基础#4。 + yao4 bu2 duan4 hang1 shi2 nong2 ye4 ji1 chu3 +008154 齐秦#2迈开#1大步#2甩手#1疾走#3,健康#1状态#1良好#3,精神#1奕奕#4。 + qi2 qin2 mai4 kai1 da4 bu4 shuai2 shou3 ji2 zou3 jian4 kang1 zhuang4 tai4 liang2 hao3 jing1 shen2 yi4 yi4 +008155 如果#2医生#2多点#1执业#1盛行#3,那#1扎堆儿#2看病的#1现象#2也将#1增多#4。 + ru2 guo3 yi1 sheng1 duo1 dian3 zhi2 ye4 sheng4 xing2 na4 zha1 duir1 kan4 bing4 de5 xian4 xiang4 ye3 jiang1 zeng1 duo1 +008156 除了#2瘸腿男#2在身上#1掏出的#1一部外#3,厨房#1窗台上#2还有#1一部#4。 + chu2 le5 que2 tui3 nan2 zai4 shen1 shang4 tao1 chu1 de5 yi2 bu4 wai4 chu2 fang2 chuang1 tai2 shang4 hai2 you3 yi2 bu4 +008157 格子间#1当中#2只拦着#1低矮的#1墙板#3,没有人#1是#1真正#1离群的#4。 + ge2 zi5 jian1 dang1 zhong1 zhi3 lan2 zhe5 di1 ai3 de5 qiang2 ban3 mei2 you3 ren2 shi4 zhen1 zheng4 li2 qun2 de5 +008158 朱紫娆#2小时#1曾当#1女童军#3,但#1现在#1太忙#2没有#1参与#4。 + zhu1 zi3 rao2 xiao3 shi2 ceng2 dang1 nv3 tong2 jun1 dan4 xian4 zai4 tai4 mang2 mei2 you3 can1 yu4 +008159 司机#1师傅#1一愣#3,忧伤的说#3:你#1数学#1老师#2死的#1早啊#4。 + si1 ji1 shi1 fu5 yi2 leng4 you1 shang1 de5 shuo1 ni3 shu4 xue2 lao3 shi1 si3 de5 zao3 a5 +008160 歹徒#1见#1难以#1逃脱#2,扔下#1皮包#2继续#1逃窜#4。 + dai3 tu2 jian4 nan2 yi3 tao2 tuo1 reng1 xia4 pi2 bao1 ji4 xu4 tao2 cuan4 +008161 加强#2青年#1体育#1方面的#1交流#1与#1合作#4。 + jia1 qiang2 qing1 nian2 ti3 yu4 fang1 mian4 de5 jiao1 liu2 yu3 he2 zuo4 +008162 你的#1身影#2总是#1在我#1心里#1晃来#1晃去#4。 + ni3 de5 shen1 ying2 zong3 shi4 zai4 wo3 xin1 li3 huang4 lai2 huang4 qu4 +008163 而且#2他们的#1房屋#1都#1比较矮#3,隔震#1技术#2可以#1做得#1简易些#4。 + er2 qie3 ta1 men5 de5 fang2 wu1 dou1 bi3 jiao4 ai3 ge2 zhen4 ji4 shu4 ke2 yi3 zuo4 de5 jian3 yi4 xie1 +008164 十多天#1下来#3,三人#1开始#1流鼻血#3,连#1嚷嚷#2受不了了#4。 + shi2 duo1 tian1 xia4 lai5 san1 ren2 kai1 shi3 liu2 bi2 xie3 lian2 rang1 rang5 shou4 bu4 liao3 le5 +008165 当然是#2和你#1聊天#2,给你#1放放#1音乐啦#4。 + dang1 ran2 shi4 he2 ni3 liao2 tian1 gei2 ni3 fang4 fang5 yin1 yue4 la5 +008166 看来#2,两人#1势必#1要#1为此#2对铺#1公堂了#4。 + kan4 lai2 liang3 ren2 shi4 bi4 yao4 wei4 ci3 dui4 pu4 gong1 tang2 le5 +008167 亲属们#2忙着#1给她#1掐人中#3,撸手指#4。 + qin1 shu3 men5 mang2 zhe5 gei3 ta1 qia1 ren2 zhong1 lu1 shou2 zhi3 +008168 我军#2实现#1后勤#1现代化#2有没有#1时间表#4? + wo3 jun1 shi2 xian4 hou4 qin2 xian4 dai4 hua4 you3 mei2 you3 shi2 jian1 biao3 +008169 唯#1伤心#2天公#1不作美#3,英雄#2或许要#1承受#1多磨难#4! + wei2 shang1 xin1 tian1 gong1 bu2 zuo4 mei3 ying1 xiong2 huo4 xu3 yao4 cheng2 shou4 duo1 mo2 nan4 +008170 知道呀#3,你是#1我的#1主人#3,是一个#1阳光#1开朗#2热爱#1生活的人#4。 + zhi1 dao4 ya5 ni3 shi4 wo3 de5 zhu3 ren2 shi4 yi2 ge5 yang2 guang1 kai1 lang3 re4 ai4 sheng1 huo2 de5 ren2 +008171 如何#1才能#1让#1红头#1文件#2不再#1满天飞#3,执行#1起来#2不走样#4? + ru2 he2 cai2 neng2 rang4 hong2 tou2 wen2 jian4 bu2 zai4 man3 tian1 fei1 zhi2 xing2 qi3 lai2 bu4 zou3 yang4 +008172 我顿时#1一紧张#3,这不是#1老#1段子嘛#3,我#1怎么会#1一直#1修电脑#4。 + wo3 dun4 shi2 yi4 jin3 zhang1 zhe4 bu2 shi4 lao3 duan4 zi5 ma5 wo2 zen3 me5 hui4 yi4 zhi2 xiu1 dian4 nao3 +008173 临去前#3,拍拍胸说#3:我去#1见识#1一下她#4! + lin2 qu4 qian2 pai1 pai1 xiong1 shuo1 wo3 qu4 jian4 shi5 yi2 xia4 ta1 +008174 点击率#1上去了#3,下家儿#2跟着#1就来了#4。 + dian3 ji1 lv4 shang4 qu4 le5 xia4 jiar1 gen1 zhe5 jiu4 lai2 le5 +008175 非洲人#2有#1非常#1强大的#1符咒#3,能够在#1眨眼间#1毁掉#1一个人#4。 + fei1 zhou1 ren2 you3 fei1 chang2 qiang2 da4 de5 fu2 zhou4 neng2 gou4 zai4 zha2 yan3 jian1 hui3 diao4 yi2 ge4 ren2 +008176 可是#3,我#1再也#1不能#1从#1土壤里#2发芽#1开花#4。 + ke3 shi4 wo3 zai4 ye3 bu4 neng2 cong2 tu2 rang2 li3 fa1 ya2 kai1 hua1 +008177 因为#2有#1很多#1运送#1盐的#1轮船#1翻了#3,所以#1海水#1才会#1这么咸#3,这是我#1乱说的#4。 + yin1 wei4 you2 hen3 duo1 yun4 song4 yan2 de5 lun2 chuan2 fan1 le5 suo2 yi3 hai2 shui3 cai2 hui4 zhe4 me5 xian2 zhe4 shi4 wo3 luan4 shuo1 de5 +008178 六五二路#2较#1前几日#1全天#1计划#1发车#2增加#2十二#1车次#4。 + liu4 wu3 er4 lu4 jiao4 qian2 ji3 ri4 quan2 tian1 ji4 hua4 fa1 che1 zeng1 jia1 shi2 er4 che1 ci4 +008179 扶手#2或#1护栏杆#3应无#1积灰#3、变形#2、破损#3、斑痕#1、脱落#4。 + fu2 shou3 huo4 hu4 lan2 gan1 ying1 wu2 ji1 hui1 bian4 xing2 po4 sun3 ban1 hen2 tuo1 luo4 +008180 这个#1城市#1终于#1安静了#3,可是#1心里的#1回忆#2好吵#1有没有#4? + zhe4 ge5 cheng2 shi4 zhong1 yu2 an1 jing4 le5 ke3 shi4 xin1 li3 de5 hui2 yi4 hao2 chao2 you3 mei2 you3 +008181 钱荣#1不屑道#3:我至少#2读过#1一万本书#3,我去做#1这种#1试卷#2太浪费#1我的#1才气#4。 + qian2 rong2 bu2 xie4 dao4 wo3 zhi4 shao3 du2 guo4 yi2 wan4 ben3 shu1 wo3 qu4 zuo4 zhe4 zhong3 shi4 juan4 tai4 lang4 fei4 wo3 de5 cai2 qi4 +008182 此外#3,涉及#1住房#1信息的#1种种#1利益#1问题#2有待#1稳妥#1处理#4。 + ci3 wai4 she4 ji2 zhu4 fang2 xin4 xi1 de5 zhong2 zhong3 li4 yi4 wen4 ti2 you3 dai4 wen2 tuo3 chu2 li3 +008183 不过#2对于#1大多数#1品牌#1而言#3,这#1仍然是#1最#1稳妥的#1做法#4。 + bu2 guo4 dui4 yu2 da4 duo1 shu4 pin3 pai2 er2 yan2 zhe4 reng2 ran2 shi4 zui4 wen2 tuo3 de5 zuo4 fa3 +008184 公公#1婆婆#2也#1深明大义#3,动员#1亲戚#1朋友#2替她#1寻找#1家人#4。 + gong1 gong5 po2 po5 ye3 shen1 ming2 da4 yi4 dong4 yuan2 qin1 qi5 peng2 you5 ti4 ta1 xun2 zhao3 jia1 ren2 +008185 此次#1访华#3,戴贝克#1与#1中国#1发改委#2进行了#1深入#1沟通#4。 + ci3 ci4 fang3 hua2 dai4 bei4 ke4 yu3 zhong1 guo2 fa1 gai2 wei3 jin4 xing2 le5 shen1 ru4 gou1 tong1 +008186 并#1劝他#2还是#1安心#1读书#3,不要为#1小说的#1事情#2过于#1分心#4。 + bing4 quan4 ta1 hai2 shi4 an1 xin1 du2 shu1 bu2 yao4 wei4 xiao3 shuo1 de5 shi4 qing5 guo4 yu2 fen1 xin1 +008187 临行前#3,姥姥#1拦住#1妈妈#2,叮嘱道#3,千万#1别提#1小银子#4。 + lin2 xing2 qian2 lao3 lao5 lan2 zhu4 ma1 ma5 ding1 zhu3 dao4 qian1 wan4 bie2 ti2 xiao3 yin2 zi5 +008188 第一次#2造成#2蛋蛋#1轻微伤#3,第二次#2双方#2各有#1一名#1轻微伤#4。 + di4 yi1 ci4 zao4 cheng2 dan4 dan5 qing1 wei1 shang1 di4 er4 ci4 shuang1 fang1 ge4 you3 yi4 ming2 qing1 wei1 shang1 +008189 这#1对于#2保护#1权利#3、节约#1社会#1成本等#3,都是#1有#1好处的#4。 + zhe4 dui4 yu2 bao3 hu4 quan2 li4 jie2 yue1 she4 hui4 cheng2 ben2 deng3 dou1 shi4 you2 hao3 chu4 de5 +008190 五是#2客观#1认识#1彼此#1能力#2和#1责任#4。 + wu3 shi4 ke4 guan1 ren4 shi5 bi2 ci3 neng2 li4 he2 ze2 ren4 +008191 这就是#2曹桂林#2做#1不醒的#1文学梦#4? + zhe4 jiu4 shi4 cao2 gui4 lin2 zuo4 bu4 xing3 de5 wen2 xue2 meng4 +008192 她的#1这句话#3,有#1心酸#3,有#1无奈#3,有#1安慰#4。 + ta1 de5 zhe4 ju4 hua4 you3 xin1 suan1 you3 wu2 nai4 you3 an1 wei4 +008193 当晚#3,小杰#2偷偷#1溜走#3玩起了#1“失踪#4”。 + dang4 wan3 xiao3 jie2 tou1 tou1 liu1 zou3 wan2 qi3 le5 shi1 zong1 +008194 我#1凝视#2“惊叹眼#3”,见到#1一种#2异常的美#4。 + wo3 ning2 shi4 jing1 tan4 yan3 jian4 dao4 yi4 zhong3 yi4 chang2 de5 mei3 +008195 如今#3,这种#1窘境#3被#1巧妙#1绕过了#4。 + ru2 jin1 zhe4 zhong2 jiong3 jing4 bei4 qiao3 miao4 rao4 guo4 le5 +008196 我们#1维持#2对#1盛大#1股票的#2“持有#1”评级#4。 + wo3 men5 wei2 chi2 dui4 sheng4 da4 gu3 piao4 de5 chi2 you3 ping2 ji2 +008197 很安全#3,是#1你们#1不想#1我安全#3,哈哈#4! + hen3 an1 quan2 shi4 ni3 men5 bu4 xiang2 wo3 an1 quan2 ha1 ha1 +008198 你#1见过#1哪只#1母鸡#3打架#1用#1鸡蛋的#4! + ni3 jian4 guo4 na3 zhi1 mu3 ji1 da3 jia4 yong4 ji1 dan4 de5 +008199 你呀#3……”严然是#2老子#2训儿子的#1口气#4。 + ni3 ya5 yan2 ran2 shi4 lao3 zi5 xun4 er2 zi5 de5 kou3 qi4 +008200 人们#2耸肩#1缩头#3,闭着嘴#1不说话#4。 + ren2 men5 song3 jian1 suo1 tou2 bi4 zhe5 zui3 bu4 shuo1 hua4 +008201 对#1央行#2昨日#1出台的#1政策#2怎么看#4? + dui4 yang1 hang2 zuo2 ri4 chu1 tai2 de5 zheng4 ce4 zen3 me5 kan4 +008202 他#1看着#2罗天诚#2和他#1小妹#2就#1眼红#4。 + ta1 kan4 zhe5 luo2 tian1 cheng2 he2 ta1 xiao3 mei4 jiu4 yan3 hong2 +008203 咱们#1还是#1讨论#1一下#2世界#1和平吧#4。 + zan2 men5 hai2 shi4 tao3 lun4 yi2 xia4 shi4 jie4 he2 ping2 ba5 +008204 照抄#2苏联的#1模式#3难道#2不是#1错误#4? + zhao4 chao1 su1 lian2 de5 mo2 shi4 nan2 dao4 bu2 shi4 cuo4 wu4 +008205 看来#3,广州塔#2还想#1窜得#1更高哩#4。 + kan4 lai2 guang3 zhou1 ta3 hai2 xiang3 cuan4 de5 geng4 gao1 li5 +008206 不过#2雅虎#1董事会#3看来#2是#1受够了#4。 + bu2 guo4 ya2 hu2 dong3 shi4 hui4 kan4 lai2 shi4 shou4 gou4 le5 +008207 仓位#2普遍#1偏低的#1基金#1动向#2如何#4? + cang1 wei4 pu3 bian4 pian1 di1 de5 ji1 jin1 dong4 xiang4 ru2 he2 +008208 另外#3,地面上#2还有#1一个#1钻孔#1已打通#4。 + ling4 wai4 di4 mian4 shang4 hai2 you3 yi2 ge5 zuan1 kong3 yi2 da3 tong1 +008209 漂洗#1企业#2就像#1一头#1笨重的#1兽类#3,想要#1转身#3,困难#1重重#4。 + piao2 xi2 qi3 ye4 jiu4 xiang4 yi4 tou2 ben4 zhong4 de5 shou4 lei4 xiang3 yao4 zhuan3 shen1 kun4 nan5 chong2 chong2 +008210 躺在#2急救#1担架上的#1男子#2双目#1紧闭#3,头发#2散发出#1一股#2烧焦的#1味道#4。 + tang3 zai4 ji2 jiu4 dan1 jia4 shang4 de5 nan2 zi3 shuang1 mu4 jin3 bi4 tou2 fa4 san4 fa1 chu1 yi4 gu3 shao1 jiao1 de5 wei4 dao4 +008211 工业#1园区#2是#1承接#2产业#1转移#3、加速#1产业#1集聚#3、培育#2产业#1集群的#1主要#1载体#4。 + gong1 ye4 yuan2 qu1 shi4 cheng2 jie1 chan3 ye4 zhuan3 yi2 jia1 su4 chan3 ye4 ji2 ju4 pei2 yu4 chan3 ye4 ji2 qun2 de5 zhu3 yao4 zai4 ti3 +008212 那一刻#3,我才#1真正的#1懂你#3,就像#2懂我#1现在的#1自己#4。 + na4 yi2 ke4 wo3 cai2 zhen1 zheng4 de5 dong2 ni3 jiu4 xiang4 dong2 wo3 xian4 zai4 de5 zi4 ji3 +008213 这#1简直是#2赤裸裸的#1“性别#1歧视#4”。 + zhe4 jian3 zhi2 shi4 chi4 luo2 luo3 de5 xing4 bie2 qi2 shi4 +008214 他#1打算#2努力#1工作#1攒钱#3,三年后#2开着车#2去#1自驾游#4。 + ta1 da3 suan4 nu3 li4 gong1 zuo4 zan3 qian2 san1 nian2 hou4 kai1 zhe5 che1 qu4 zi4 jia4 you2 +008215 已是#1深秋的#1古都#1罗马#3,却#1毫无#1寒意#4。 + yi3 shi4 shen1 qiu1 de5 gu3 du1 luo2 ma3 que4 hao2 wu2 han2 yi4 +008216 这是#1预防#2最糟#1结果的#2保险性#1政策#4。 + zhe4 shi4 yu4 fang2 zui4 zao1 jie2 guo3 de5 bao2 xian3 xing4 zheng4 ce4 +008217 黄某彬#1称#3,事发时#2踩刹车#3,刹车#1没反应#3,造成#2与#1前方#1校车#1追尾#4。 + huang2 mou3 bin1 cheng1 shi4 fa1 shi2 cai3 sha1 che1 sha1 che1 mei2 fan3 ying4 zao4 cheng2 yu3 qian2 fang1 xiao4 che1 zhui1 wei3 +008218 由于#1列车#1长时间#1停靠#3,车厢内的#1空气#2越来#1越“闷#4”。 + you2 yu2 lie4 che1 zhang3 shi2 jian1 ting2 kao4 che1 xiang1 nei4 de5 kong1 qi4 yue4 lai2 yue4 men1 +008219 江岸区#2消防#1中队#1赶来#3,将#1老人#2从#1淤泥中#1抱起#4。 + jiang1 an4 qu1 xiao1 fang2 zhong1 dui4 gan3 lai2 jiang1 lao3 ren2 cong2 yu1 ni2 zhong1 bao4 qi3 +008220 但#1如果#1按#1车队#1规模#3,一嗨#2数千辆#1车的#1量级#2绝对#1算不上#1最大#4。 + dan4 ru2 guo3 an4 che1 dui4 gui1 mo2 yi4 hai1 shu4 qian1 liang4 che1 de5 liang4 ji2 jue2 dui4 suan4 bu2 shang4 zui4 da4 +008221 小妹#2最后#1还是#1拥有了#2半个#1雅典娜的#1智慧#3,决意#2和#1罗天诚#1分手#4。 + xiao3 mei4 zui4 hou4 hai2 shi4 yong1 you3 le5 ban4 ge4 ya2 dian3 na4 de5 zhi4 hui4 jue2 yi4 he2 luo2 tian1 cheng2 fen1 shou3 +008222 她说#3,飞机#2在#1颠簸#1第一次#1失重后#3,广播#1才说#2飞机#1遇到#1强气流#4。 + ta1 shuo1 fei1 ji1 zai4 dian1 bo3 di4 yi1 ci4 shi1 zhong4 hou4 guang3 bo1 cai2 shuo1 fei1 ji1 yu4 dao4 qiang2 qi4 liu2 +008223 四是#3企业#1国际化#1经营#1能力#1较弱#4。 + si4 shi4 qi3 ye4 guo2 ji4 hua4 jing1 ying2 neng2 li4 jiao4 ruo4 +008224 回到家#3林妈#2不住#1催问#3,他说#1还可以#3,林母#2拍腿#1而起#3:“你说#1可以#2就是#1不好#4! + hui2 dao4 jia1 lin2 ma1 bu2 zhu4 cui1 wen4 ta1 shuo1 hai2 ke2 yi3 lin2 mu3 pai1 tui3 er2 qi3 ni3 shuo1 ke2 yi3 jiu4 shi4 bu4 hao3 +008225 上一#1交易日#3人民币#1兑#1美元#1汇率#1为#3六点#2三七#1九七元#4。 + shang4 yi4 jiao1 yi4 ri4 ren2 min2 bi4 dui4 mei3 yuan2 hui4 lv4 wei2 liu4 dian3 san1 qi1 jiu3 qi1 yuan2 +008226 现在#2做#1这个的人#2也#1越来#1越少了#3,我#1多做#1一件#3,就#1多留#1一件呗#4! + xian4 zai4 zuo4 zhe4 ge5 de5 ren2 ye3 yue4 lai2 yue4 shao3 le5 wo3 duo1 zuo4 yi2 jian4 jiu4 duo1 liu2 yi2 jian4 bei5 +008227 老师#1每天#2重复地#1告诉#1他们#3怎样#2播种#3、沤肥#3、种植#2到#1采收#4。 + lao3 shi1 mei3 tian1 chong2 fu4 de5 gao4 su5 ta1 men5 zen3 yang4 bo1 zhong3 ou4 fei2 zhong4 zhi2 dao4 cai3 shou1 +008228 另一#1造型#2是以#1苹果#1作#1点缀#3,一身#2鲜花#1图案#1长裙的#1女星#1装扮#4。 + ling4 yi2 zao4 xing2 shi4 yi3 ping2 guo3 zuo4 dian3 zhui4 yi4 shen1 xian1 hua1 tu2 an4 chang2 qun2 de5 nv3 xing1 zhuang1 ban4 +008229 以军#2总参谋长#3哈鲁茨#1将军#3凌晨#1召开#1紧急#1会议#2讨论#1对策#4。 + yi3 jun1 zong3 can1 mou2 zhang3 ha1 lu3 ci2 jiang1 jun5 ling2 chen2 zhao4 kai1 jin3 ji2 hui4 yi4 tao3 lun4 dui4 ce4 +008230 大家#1把#1心愿#1写好#3,点上灯#3,灯飞了#1大概#2两层楼#1高的#1时候#4。 + da4 jia1 ba3 xin1 yuan4 xie2 hao3 dian3 shang4 deng1 deng1 fei1 le5 da4 gai4 liang3 ceng2 lou2 gao1 de5 shi2 hou4 +008231 说#1马洪#2是#1朱镕基的#1“恩师#3”、对#1朱镕基#2有#1知遇之恩#2一点#1也不#1过分#4。 + shuo1 ma3 hong2 shi4 zhu1 rong2 ji1 de5 en1 shi1 dui4 zhu1 rong2 ji1 you3 zhi1 yu4 zhi1 en1 yi4 dian2 ye3 bu2 guo4 fen4 +008232 联邦#1警察#2已针对#1这#1一系列#1事件#2展开#1调查#4。 + lian2 bang1 jing3 cha2 yi3 zhen1 dui4 zhe4 yi2 xi4 lie4 shi4 jian4 zhan3 kai1 diao4 cha2 +008233 单双号#2限行#1演练#3真正的#1考验#2将在#1下周一#4。 + dan1 shuang1 hao4 xian4 xing2 yan3 lian4 zhen1 zheng4 de5 kao3 yan4 jiang1 zai4 xia4 zhou1 yi1 +008234 很多#1网友#2对#1广州#1旅客#2鲁莽的#1行为#2表示#1谴责#4。 + hen3 duo1 wang2 you3 dui4 guang3 zhou1 lv3 ke4 lu2 mang3 de5 xing2 wei2 biao3 shi4 qian3 ze2 +008235 中国#1海洋#1调查船#3“科学#1三”号#3二十三日#2加入#4。 + zhong1 guo2 hai3 yang2 diao4 cha2 chuan2 ke1 xue2 san1 hao4 er4 shi2 san1 ri4 jia1 ru4 +008236 与#1室友#1聊天#3,讨论#1林夕#2是否#1真的#1爱慕#1黄耀明#4。 + yu3 shi4 you3 liao2 tian1 tao3 lun4 lin2 xi1 shi4 fou3 zhen1 de5 ai4 mu4 huang2 yao4 ming2 +008237 我们就#1卷起#1铺盖#3,拿着#1牙刷#1什么的#2去#1洗漱#4。 + wo3 men5 jiu4 juan2 qi3 pu1 gai4 na2 zhe5 ya2 shua1 shen2 me5 de5 qu4 xi3 shu4 +008238 徐虎#1读书时#3,一直#1都靠#1学校#1发给的#1助学金#4。 + xu2 hu3 du2 shu1 shi2 yi4 zhi2 dou1 kao4 xue2 xiao4 fa1 gei3 de5 zhu4 xue2 jin1 +008239 但#1他们#1向#1广宇#1公司#2打欠条#1借钱#3,倒是#1真的#4。 + dan4 ta1 men5 xiang4 guang2 yu3 gong1 si1 da3 qian4 tiao2 jie4 qian2 dao4 shi4 zhen1 de5 +008240 之后#2我以#1广告#1模特儿的#1身份#3在#1艺能界#1打拼#4。 + zhi1 hou4 wo2 yi2 guang3 gao4 mo2 ter4 de5 shen1 fen4 zai4 yi4 neng2 jie4 da3 pin1 +008241 你让#1农民#2把#1堆积如山的#1秸杆#2拿去#1干什么#4? + ni3 rang4 nong2 min2 ba3 dui1 ji1 ru2 shan1 de5 jie1 gan3 na2 qu4 gan4 shen2 me5 +008242 郴州市#1检察院#2也已#1介入#1调查#4。 + chen1 zhou1 shi4 jian3 cha2 yuan4 ye2 yi3 jie4 ru4 diao4 cha2 +008243 虽然#2我#1无儿无女#3,但享#2党和#1政府的福#3,我的#1晚年#2过得#1很安逸#4。 + sui1 ran2 wo3 wu2 er2 wu2 nv3 dan4 xiang2 dang3 he2 zheng4 fu3 de5 fu2 wo3 de5 wan3 nian2 guo4 de5 hen3 an1 yi4 +008244 但#1,迎接#1她的#3,不是#1同情#1和#1帮助#3,而是#1一浪#1又一浪的#1谴责#4。 + dan4 ying2 jie1 ta1 de5 bu2 shi4 tong2 qing2 he2 bang1 zhu4 er2 shi4 yi2 lang4 you4 yi2 lang4 de5 qian3 ze2 +008245 小镇上的#1人#2都#1称之为#2才子#4。 + xiao3 zhen4 shang4 de5 ren2 dou1 cheng1 zhi1 wei2 cai2 zi3 +008246 走出#1帐篷的#1时候#3,我问#1旁边的#1同事#3:这个#1娃娃#2有没有#1两岁#4? + zou3 chu1 zhang4 peng5 de5 shi2 hou4 wo3 wen4 pang2 bian1 de5 tong2 shi4 zhe4 ge5 wa2 wa5 you3 mei2 you2 liang3 sui4 +008247 老板#2悠悠的#1回答#3,看你#1会不会#1养了#3,养的#1好了#2它#1送你走#4…… + lao2 ban3 you1 you1 de5 hui2 da2 kan4 ni3 hui4 bu2 hui4 yang3 le5 yang3 de5 hao3 le5 ta1 song4 ni2 zou3 +008248 演习#1过程中#3将#1动用#2符合#1北约#1标准的#2先进#1计算机#1系统#4。 + yan3 xi2 guo4 cheng2 zhong1 jiang1 dong4 yong4 fu2 he2 bei3 yue1 biao1 zhun3 de5 xian1 jin4 ji4 suan4 ji1 xi4 tong3 +008249 好在#2闹新房的#1喜庆#2和#1热烈#3弥补了#1婚礼的#1终生#1遗憾#4。 + hao3 zai4 nao4 xin1 fang2 de5 xi3 qing4 he2 re4 lie4 mi2 bu3 le5 hun1 li3 de5 zhong1 sheng1 yi2 han4 +008250 高油价#2将对#1国际#1关系的#1互动#3,产生#1某种#2微妙#2或#1带有#1务实#1倾向的#1影响#4。 + gao1 you2 jia4 jiang1 dui4 guo2 ji4 guan1 xi5 de5 hu4 dong4 chan3 sheng1 mou2 zhong3 wei1 miao4 huo4 dai4 you3 wu4 shi2 qing1 xiang4 de5 ying2 xiang3 +008251 罗志海#1说#3喉咙里#2好像#1长了块#1东西#3,然后#2一直#1开始吐#4。 + luo2 zhi4 hai3 shuo1 hou2 long5 li3 hao3 xiang4 zhang3 le5 kuai4 dong1 xi5 ran2 hou4 yi4 zhi2 kai1 shi2 tu3 +008252 怀了#1孕的#1妻子#1问#1丈夫#3:你#1觉得#2我们的#1孩子#1像谁#1更好#4? + huai2 le5 yun4 de5 qi1 zi3 wen4 zhang4 fu5 ni3 jue2 de5 wo3 men5 de5 hai2 zi5 xiang4 shui2 geng4 hao3 +008253 即使#2在#1魏嘉政#2姥姥#1去世时#3,都没#1敢说#4。 + ji2 shi3 zai4 wei4 jia1 zheng4 lao3 lao5 qu4 shi4 shi2 dou1 mei2 gan3 shuo1 +008254 一百个#1笑话#3?我讲完#2会不会#1系统#1崩溃呀#4! + yi4 bai3 ge5 xiao4 hua5 wo2 jiang3 wan2 hui4 bu2 hui4 xi4 tong3 beng1 kui4 ya5 +008255 我#1搞不过#3,胳膊#1拧不过#1大腿#3,我#1认命了#4。 + wo2 gao3 bu2 guo4 ge1 bo5 ning3 bu2 guo4 da4 tui3 wo3 ren4 ming4 le5 +008256 大多数人#2都#1放弃#1养猪#3,改作#1别的#1行当#4。 + da4 duo1 shu4 ren2 dou1 fang4 qi4 yang3 zhu1 gai3 zuo4 bie2 de5 hang2 dang4 +008257 他#1悄声#2坐到#1那个#2翻书#1如飞的#1男生旁#4。 + ta1 qiao3 sheng1 zuo4 dao4 na4 ge5 fan1 shu1 ru2 fei1 de5 nan2 sheng1 pang2 +008258 产业化#2对#1农牧民#1增收的#1带动#1作用#1明显#4。 + chan3 ye4 hua4 dui4 nong2 mu4 min2 zeng1 shou1 de5 dai4 dong4 zuo4 yong4 ming2 xian3 +008259 幺宁#2还#1发表了#1长达#1七分钟的#1“打黑#1宣言#4”。 + yao1 ning2 hai2 fa1 biao3 le5 chang2 da2 qi1 fen1 zhong1 de5 da3 hei1 xuan1 yan2 +008260 也#1难怪#3中国有#1名言#1群众的#1眼睛#2是#1雪亮的#4。 + ye3 nan2 guai4 zhong1 guo2 you3 ming2 yan2 qun2 zhong4 de5 yan3 jing5 shi4 xue3 liang4 de5 +008261 看到#2孙女#1得救#3,女童的#1奶奶#2破啼为笑#4。 + kan4 dao4 sun1 nv5 de2 jiu4 nv3 tong2 de5 nai3 nai5 po4 ti2 wei2 xiao4 +008262 饶富贵说#3,此后#2袁饶#2也被#1找去#1做了#1记录#4。 + rao2 fu4 gui4 shuo1 ci3 hou4 yuan2 rao2 ye3 bei4 zhao3 qu4 zuo4 le5 ji4 lu4 +008263 你#1认准我#1就行了#3,我是#1公安局的#3,叫#1杨玉章#4。 + ni3 ren4 zhun2 wo3 jiu4 xing2 le5 wo3 shi4 gong1 an1 ju2 de5 jiao4 yang2 yu4 zhang1 +008264 他#1同时称#3“但#1农民#1胃口#1太大#3,不好#1解决#4”。 + ta1 tong2 shi2 cheng1 dan4 nong2 min2 wei4 kou3 tai4 da4 bu4 hao2 jie3 jue2 +008265 据#1调查#3,镉#1污染源#2来自#1长沙#1湘和#1化工厂#4。 + ju4 diao4 cha2 ge2 wu1 ran3 yuan2 lai2 zi4 chang2 sha1 xiang1 he2 hua4 gong1 chang3 +008266 但是#3,一些#1迹象#1显示#3,血案#2由#1“内部人#1”挑起#4。 + dan4 shi4 yi4 xie1 ji4 xiang4 xian3 shi4 xue4 an4 you2 nei4 bu4 ren2 tiao2 qi3 +008267 有#1好朋友的#1关心#3我的牙#3怎敢#2不快点#1好呢#4。 + you2 hao3 peng2 you5 de5 guan1 xin1 wo3 de5 ya2 zen2 gan3 bu2 kuai4 dian2 hao3 ne5 +008268 小朋友#2看到#2佛莱明#2巨兔#1“大熊#2”都#1好惊喜#4。 + xiao3 peng2 you5 kan4 dao4 fo2 lai2 ming2 ju4 tu4 da4 xiong2 dou1 hao3 jing1 xi3 +008269 空投#1成功了#3,被困的#1五千#1多群众#2有救了#4。 + kong1 tou2 cheng2 gong1 le5 bei4 kun4 de5 wu3 qian1 duo1 qun2 zhong4 you3 jiu4 le5 +008270 吴仕成#2很#1“佩服#1”岑巩县#2发#1土地财的#1能力#4。 + wu2 shi4 cheng2 hen3 pei4 fu5 cen2 gong3 xian4 fa1 tu3 di4 cai2 de5 neng2 li4 +008271 近日#3,许晋亨#2在#1爱巢#2加建#1婴儿房#3,日内#1将会#1大肆#1装修#4。 + jin4 ri4 xu3 jin4 heng1 zai4 ai4 chao2 jia1 jian4 ying1 er2 fang2 ri4 nei4 jiang1 hui4 da4 si4 zhuang1 xiu1 +008272 社区#1老居民#2敲锣打鼓#3,业主#1代表#2拿到#1钥匙后#3,笑得#2合不拢嘴#4。 + she4 qu1 lao3 ju1 min2 qiao1 luo2 da2 gu3 ye4 zhu3 dai4 biao3 na2 dao4 yao4 shi5 hou4 xiao4 de5 he2 bu4 long2 zui3 +008273 供电#1服务#1热线#3九五#1五九八#3保持#2二十四#1小时#1畅通#4。 + gong1 dian4 fu2 wu4 re4 xian4 jiu2 wu2 wu2 jiu3 ba1 bao3 chi2 er4 shi5 si4 xiao3 shi2 chang4 tong1 +008274 于是#3,她#1上楼#2拔掉#1电源#3,而#1表弟#2也想#1上厕所#4。 + yu2 shi4 ta1 shang4 lou2 ba2 diao4 dian4 yuan2 er2 biao3 di4 ye2 xiang3 shang4 ce4 suo3 +008275 二是#3中国#1特色#1基本#1医疗#1卫生#1制度#1框架#2初步#1建立#4。 + er4 shi4 zhong1 guo2 te4 se4 ji1 ben3 yi1 liao2 wei4 sheng1 zhi4 du4 kuang4 jia4 chu1 bu4 jian4 li4 +008276 当年#2被#1团结#1起来的#1“小泥鳅#3”,已经被#2希冀#1一统#1江湖的#1鳄鱼#1嫌弃#4。 + dang1 nian2 bei4 tuan2 jie2 qi3 lai2 de5 xiao3 ni2 qiu5 yi3 jing1 bei4 xi1 ji4 yi4 tong3 jiang1 hu2 de5 e4 yu2 xian2 qi4 +008277 根据#1检测#1结果#3,南京市#1有关#1部门#2立即#1责令#2兴旺#1屠宰场#1停业#4。 + gen1 ju4 jian3 ce4 jie2 guo3 nan2 jing1 shi4 you3 guan1 bu4 men2 li4 ji2 ze2 ling4 xing1 wang4 tu2 zai2 chang3 ting2 ye4 +008278 未来#1半个#1月里#3,伴随#1电音的#2“哪吒#1三太子#3”都将#1继续在#1街内#1表演#4。 + wei4 lai2 ban4 ge4 yue4 li3 ban4 sui2 dian4 yin1 de5 ne2 zha1 san1 tai4 zi3 dou1 jiang1 ji4 xu4 zai4 jie1 nei4 biao2 yan3 +008279 瞥开#2爱国#1不爱国#1来说#3,真要抓#1奶粉的#1质量#3,就把#1大品牌#1引进来#4。 + pie1 kai1 ai4 guo2 bu2 ai4 guo2 lai2 shuo1 zhen1 yao4 zhua1 nai2 fen3 de5 zhi4 liang4 jiu4 ba3 da4 pin3 pai2 yin3 jin4 lai2 +008280 在她#1加盟#1之初#3,“脸谱#2”还#1只是#1“看上去#1很美#3”,资金#1状况#2“有进#1无出#4”。 + zai4 ta1 jia1 meng2 zhi1 chu1 lian2 pu3 hai2 zhi3 shi4 kan4 shang4 qu4 hen2 mei3 zi1 jin1 zhuang4 kuang4 you3 jin4 wu2 chu1 +008281 由她#1制作的#1电视剧#2“雍正#1王朝#3”,曾获#2中国#1电视剧#2最高#1三大#1奖项#4。 + you2 ta1 zhi4 zuo4 de5 dian4 shi4 ju4 yong1 zheng4 wang2 chao2 ceng2 huo4 zhong1 guo2 dian4 shi4 ju4 zui4 gao1 san1 da4 jiang3 xiang4 +008282 这是#1我的#1工作#3,事情#1出来后#2评价#2总会#1有好#1有坏#3,但我#1不会#1计较#4。 + zhe4 shi4 wo3 de5 gong1 zuo4 shi4 qing5 chu1 lai5 hou4 ping2 jia4 zong3 hui4 you2 hao2 you3 huai4 dan4 wo3 bu2 hui4 ji4 jiao4 +008283 医院#2、面试#1公司#2等#1拍摄#1场地#3,也是他#1一一#1张罗的#4。 + yi1 yuan4 mian4 shi4 gong1 si1 deng3 pai1 she4 chang3 di4 ye3 shi4 ta1 yi1 yi1 zhang1 luo5 de5 +008284 诊所#1一方#2则#1认为#2没有#1责任#4。 + zhen2 suo3 yi4 fang1 ze2 ren4 wei2 mei2 you3 ze2 ren4 +008285 事成后#3,邻居#2会给#1报酬#4。 + shi4 cheng2 hou4 lin2 ju1 hui4 gei3 bao4 chou2 +008286 正因#1如此#3,他们在#1选择#1工作时#3,会相对#1“挑惕#1”一些#4。 + zheng4 yin1 ru2 ci3 ta1 men5 zai4 xuan3 ze2 gong1 zuo4 shi2 hui4 xiang1 dui4 tiao1 ti4 yi4 xie1 +008287 结案#1之际#3,姜涛#1父亲#2向#1法官#2流露#1出了#1忏悔#1之情#4。 + jie2 an4 zhi1 ji4 jiang1 tao1 fu4 qin5 xiang4 fa3 guan1 liu2 lu4 chu1 le5 chan4 hui3 zhi1 qing2 +008288 拿起#1卷子#2就#1感到了#1温暖#4。 + na2 qi3 juan4 zi5 jiu4 gan3 dao4 le5 wen1 nuan3 +008289 这故事#2叫#2“一个#1文盲的#1悲哀#4”。 + zhe4 gu4 shi4 jiao4 yi2 ge4 wen2 mang2 de5 bei1 ai1 +008290 这位#1聪明的#1宝宝#2叫#1陈俊#4。 + zhe4 wei4 cong1 ming5 de5 bao3 bao5 jiao4 chen2 jun4 +008291 这么多#2!想#1把我#1累死嘛#4。 + zhe4 me5 duo1 xiang3 ba2 wo3 lei4 si3 ma5 +008292 他#1很惊讶#3父亲#2在#1“辛亥#1革命#1”之中#2给了他#1一个#1角色#4。 + ta1 hen3 jing1 ya4 fu4 qin5 zai4 xin1 hai4 ge2 ming4 zhi1 zhong1 gei3 le5 ta1 yi1 ge4 jue2 se4 +008293 我#1还想#2自由自在地#2多玩#1几年#3,所以#1现在#1还是#1单身呢#4。 + wo3 hai2 xiang3 zi4 you2 zi4 zai4 de5 duo1 wan2 ji3 nian2 suo2 yi3 xian4 zai4 hai2 shi4 dan1 shen1 ne5 +008294 单位的#2财务#1监管#1力度#1如何#4? + dan1 wei4 de5 cai2 wu4 jian1 guan3 li4 du4 ru2 he2 +008295 它#1未来#1发展#1趋向#2又将#1如何#4? + ta1 wei4 lai2 fa1 zhan3 qu1 xiang4 you4 jiang1 ru2 he2 +008296 温总理#1此行#1安排#2十分#1紧凑#4。 + wen1 zong2 li2 ci3 xing2 an1 pai2 shi2 fen1 jin3 cou4 +008297 这是#2太原市#2汾河#1景观带#3关灯前#2和#1关灯后的#1对比#4。 + zhe4 shi4 tai4 yuan2 shi4 fen2 he2 jing3 guan1 dai4 guan1 deng1 qian2 he2 guan1 deng1 hou4 de5 dui4 bi3 +008298 病友们#1说#3,她们#1出去#1耍了#4。 + bing4 you3 men2 shuo1 ta1 men5 chu1 qu4 shua3 le5 +008299 不要#1把#1怨气#2撒到#1律师#1头上#4。 + bu2 yao4 ba3 yuan4 qi4 sa1 dao4 lv4 shi1 tou2 shang4 +008300 去年#2涨薪#1大潮#2席卷#1中国#4。 + qu4 nian2 zhang3 xin1 da4 chao2 xi2 juan3 zhong1 guo2 +008301 这是#2党委#1政府的#1重要#1职责#4。 + zhe4 shi4 dang2 wei3 zheng4 fu3 de5 zhong4 yao4 zhi2 ze2 +008302 选美#2在#1委内瑞拉#2是#1全民#1热衷的#1盛事#4。 + xuan2 mei3 zai4 wei3 nei4 rui4 la1 shi4 quan2 min2 re4 zhong1 de5 sheng4 shi4 +008303 我们党#2带领#1人民#2谱写了#2中华#1民族#1自强不息#3、顽强#1奋进的#2壮丽#1史诗#4。 + wo3 men5 dang3 dai4 ling3 ren2 min2 pu2 xie3 le5 zhong1 hua2 min2 zu2 zi4 qiang2 bu4 xi1 wan2 qiang2 fen4 jin4 de5 zhuang4 li4 shi3 shi1 +008304 但#1由于#2国内#1猎头#2发展的#1参差不齐#3,仍然有#1老话#1重提的#1必要#4。 + dan4 you2 yu2 guo2 nei4 lie4 tou2 fa1 zhan3 de5 cen1 ci1 bu4 qi2 reng2 ran2 you2 lao3 hua4 chong2 ti2 de5 bi4 yao4 +008305 让其#2不断地#1生育#2不就#1万事大吉了#4? + rang4 qi2 bu2 duan4 de5 sheng1 yu4 bu2 jiu4 wan4 shi4 da4 ji2 le5 +008306 民警#1接到#1报警后#2赶到#1现场#3,出租车#1司机#2正与#1几个#1醉鬼#1理论#4。 + min2 jing3 jie1 dao4 bao4 jing3 hou4 gan3 dao4 xian4 chang3 chu1 zu1 che1 si1 ji1 zheng4 yu2 ji3 ge5 zui4 gui2 li3 lun4 +008307 既#1如此#3,何不去#1团结#1一切#2能够#1团结的人#3,营造#2最大的#1利益呢#4? + ji4 ru2 ci3 he2 bu2 qu4 tuan2 jie2 yi2 qie4 neng2 gou4 tuan2 jie2 de5 ren2 ying2 zao4 zui4 da4 de5 li4 yi4 ne5 +008308 余雄#2拍拍#1他的#1肩说#3:想开#1一点#3,过两天#1就#1没事了#3,红颜祸水#4。 + yu2 xiong2 pai1 pai1 ta1 de5 jian1 shuo1 xiang3 kai1 yi4 dian3 guo4 liang3 tian1 jiu4 mei2 shi4 le5 hong2 yan2 huo4 shui3 +008309 即便#2挖到了#1什么#3,也#1不能#1肯定#3与#1七三幺#1部队#1关联#4。 + ji2 bian4 wa1 dao4 le5 shen2 me5 ye3 bu4 neng2 ken3 ding4 yu3 qi1 san1 yao1 bu4 dui4 guan1 lian2 +008310 事实上#3,台当局#2是时候#1该#1听听#2民众的#1呼声了#4。 + shi4 shi2 shang4 tai2 dang1 ju2 shi4 shi2 hou4 gai1 ting1 ting1 min2 zhong4 de5 hu1 sheng1 le5 +008311 他#1喜爱#2打网球#2、游泳#3,曾被#1选为#2学校#1马术部的#1主将#4。 + ta1 xi3 ai4 da2 wang3 qiu2 you2 yong3 ceng2 bei4 xuan3 wei2 xue2 xiao4 ma3 shu4 bu4 de5 zhu3 jiang4 +008312 编纂#1出版#3“远东#2国际#1军事#1法庭#2庭审#1记录#2”意义#1深远#4。 + bian1 zuan3 chu1 ban3 yuan3 dong1 guo2 ji4 jun1 shi4 fa3 ting2 ting2 shen3 ji4 lu4 yi4 yi4 shen1 yuan3 +008313 一名#1警员#2在#1抓捕#1过程中#3,左侧肘#1关节#2中弹#1受伤#4。 + yi4 ming2 jing3 yuan2 zai4 zhua1 bu3 guo4 cheng2 zhong1 zuo3 ce4 zhou3 guan1 jie2 zhong4 dan4 shou4 shang1 +008314 他们#1不甘心#3,又想#1买通#1边检#1参谋#2查其的#1妻子#4。 + ta1 men5 bu4 gan1 xin1 you4 xiang2 mai3 tong1 bian1 jian3 can1 mou2 cha2 qi2 de5 qi1 zi3 +008315 扩大#2短期险#1业务#3,支持#2中小#1企业#2开拓#1国际#1市场#4。 + kuo4 da4 duan3 qi1 xian3 ye4 wu4 zhi1 chi2 zhong1 xiao2 qi3 ye4 kai1 tuo4 guo2 ji4 shi4 chang3 +008316 嘉凯城#2集团#1股份#1有限#1公司#3去年#1过得#1很寒碜#4。 + jia1 kai3 cheng2 ji2 tuan2 gu3 fen4 you3 xian4 gong1 si1 qu4 nian2 guo4 de5 hen3 han2 chen5 +008317 一上车#2小狗就#1挣开我#3,直接#1蹦到#2旁边的#1座位上#4。 + yi2 shang4 che1 xiao2 gou3 jiu4 zheng4 kai1 wo3 zhi2 jie1 beng4 dao4 pang2 bian1 de5 zuo4 wei4 shang4 +008318 记者#1拍照#3,幺儿#1现身#2满不在乎#3,路人#2气愤#1谴责#4。 + ji4 zhe3 pai1 zhao4 yao1 er2 xian4 shen1 man3 bu2 zai4 hu5 lu4 ren2 qi4 fen4 qian3 ze2 +008319 俩人#1合谋#3,用#1校服#1将#2孩子#1闷死后#3,又#1弃尸#1河中#4。 + lia3 ren2 he2 mou2 yong4 xiao4 fu2 jiang1 hai2 zi5 men1 si3 hou4 you4 qi4 shi1 he2 zhong1 +008320 别急#3,走进#1那弄堂#3——梁样君#3手一指#2身后的#1黑弄#4。 + bie2 ji2 zou3 jin4 na4 long4 tang2 liang2 yang4 jun1 shou3 yi4 zhi3 shen1 hou4 de5 hei1 nong4 +008321 菜#3、肉#3、作料#1比例#3,新手#2掌握#1不了#4。 + cai4 rou4 zuo2 liao4 bi3 li4 xin1 shou2 zhang3 wo4 bu4 liao3 +008322 同时#3,要#1扭转#1人们的#1错误#1认识#3,转变#1观念#4。 + tong2 shi2 yao4 niu2 zhuan3 ren2 men5 de5 cuo4 wu4 ren4 shi5 zhuan3 bian4 guan1 nian4 +008323 犬主#2带犬#1出街时#3,犬只#2必须#1佩戴#1犬牌#3,犬主#2携带#1犬证#4。 + quan2 zhu3 dai4 quan3 chu1 jie1 shi2 quan3 zhi1 bi4 xu1 pei4 dai4 quan3 pai2 quan2 zhu3 xie2 dai4 quan3 zheng4 +008324 我#1是你的#1语音#1助理呀#3,人工#1智能#1美少女#1我#4。 + wo3 shi4 ni3 de5 yu3 yin1 zhu4 li3 ya5 ren2 gong1 zhi4 neng2 mei3 shao4 nv2 wo3 +008325 小磊#2做着#1最后的#1挣扎#3,但#1蹬踹的#1双脚#2逐渐#1无力#3,断了气#4。 + xiao2 lei3 zuo4 zhe5 zui4 hou4 de5 zheng1 zha2 dan4 deng1 chuai4 de5 shuang1 jiao3 zhu2 jian4 wu2 li4 duan4 le5 qi4 +008326 一是#1它#1解决了#1经常性#1捐赠#3存在的#1很多#1问题#4。 + yi1 shi4 ta1 jie3 jue2 le5 jing1 chang2 xing4 juan1 zeng4 cun2 zai4 de5 hen3 duo1 wen4 ti2 +008327 夫妻俩#2于是#1争吵#1起来#4。 + fu1 qi1 lia3 yu2 shi4 zheng1 chao2 qi3 lai2 +008328 二是#2忍辱负重#1河南人#4。 + er4 shi4 ren2 ru3 fu4 zhong4 he2 nan2 ren2 +008329 七十三岁的#1陈阿婆#2从#1水塔里#2被#1解救#1出来#4。 + qi1 shi2 san1 sui4 de5 chen2 a1 po2 cong2 shui2 ta2 li3 bei4 jie3 jiu4 chu1 lai5 +008330 还有#1四分#1之一的人#2甚至#1没有#1按处方#2抓药#1治病#4。 + hai2 you3 si4 fen1 zhi1 yi1 de5 ren2 shen4 zhi4 mei2 you3 an4 chu3 fang1 zhua1 yao4 zhi4 bing4 +008331 这个#1钻孔#2可与#2六#1、七#1、八#1、九号#1工作#2面相连#4。 + zhe4 ge5 zuan1 kong3 ke2 yu3 liu4 qi1 ba1 jiu3 hao4 gong1 zuo4 mian4 xiang1 lian2 +008332 据说#3,设计者#2乃是#1这小镇#2鼎鼎有名的#1大家#4。 + ju4 shuo1 she4 ji4 zhe3 nai3 shi4 zhe4 xiao3 zhen4 ding2 ding2 you3 ming2 de5 da4 jia1 +008333 是#1很好吃的#1冰淇淋啊#4。 + shi4 hen2 hao3 chi1 de5 bing1 qi5 lin2 a5 +008334 南京#1警方#2有#1两个#1版本#4。 + nan2 jing1 jing3 fang1 you2 liang3 ge4 ban2 ben3 +008335 余雄#2脱下#1衣服#3,挤出#1一地的汗#3,说#2:洗澡#1去吧#4。 + yu2 xiong2 tuo1 xia4 yi1 fu5 ji3 chu1 yi2 di4 de5 han4 shuo1 xi2 zao3 qu4 ba5 +008336 杭州市#1承诺#3将在#2二零#1三五年#1后#2拆除#2或#1降层#4。 + hang2 zhou1 shi4 cheng2 nuo4 jiang1 zai4 er4 ling2 san1 wu3 nian2 hou4 chai1 chu2 huo4 jiang4 ceng2 +008337 她#1这个#1女人#2,嘴巴#1挺甜的#3,不过#2也#1挺好的哦#4。 + ta1 zhe4 ge4 nv3 ren2 zui3 ba1 ting3 tian2 de5 bu2 guo4 ye3 ting2 hao3 de5 o5 +008338 其实#2我想#1说的#1是#1干妈#4。 + qi2 shi2 wo2 xiang3 shuo1 de5 shi4 gan1 ma1 +008339 既#1实惠#3,挑选#1余地#1也大#4。 + ji4 shi2 hui4 tiao1 xuan3 yu2 di4 ye3 da4 +008340 回来#3,放在#1那儿#3,没言声#4。 + hui2 lai2 fang4 zai4 nar4 mei2 yan2 sheng1 +008341 王菲#2那是#1老娘的#1命呐#4! + wang2 fei1 na4 shi4 lao3 niang2 de5 ming4 na5 +008342 但在#1沉寂#1一段#1时间后#3,“删帖#1公司#1”卷土重来#4。 + dan4 zai4 chen2 ji4 yi2 duan4 shi2 jian1 hou4 shan1 tie3 gong1 si1 juan2 tu3 chong2 lai2 +008343 消息#1发出后#3,同学们#2群情#1激昂#2全都#1报了名#4。 + xiao1 xi5 fa1 chu1 hou4 tong2 xue2 men5 qun2 qing2 ji1 ang2 quan2 dou1 bao4 le5 ming2 +008344 是不是#2身体#1不舒服呀#4? + shi4 bu2 shi4 shen1 ti3 bu4 shu1 fu5 ya5 +008345 我要#1学习#1一下#1相关#1知识#4。 + wo3 yao4 xue2 xi2 yi2 xia4 xiang1 guan1 zhi1 shi5 +008346 粉刷#1以前#2还比那#1厉害#4。 + fen3 shua1 yi3 qian2 hai2 bi3 na4 li4 hai5 +008347 哪里#1还#1谈得上#1参与呢#4? + na2 li3 hai2 tan2 de5 shang4 can1 yu4 ne5 +008348 何小姐#1家#1养的#1黄金蟒#4。 + he2 xiao2 jie3 jia1 yang3 de5 huang2 jin1 mang3 +008349 怎么啦#3,你还#1不困嘛#4? + zen3 me5 la5 ni3 hai2 bu2 kun4 ma5 +008350 她说#3,自己#1快憋#1坏了#4。 + ta1 shuo1 zi4 ji3 kuai4 bie1 huai4 le5 +008351 不要#1跟我#1聊#1这些#3我#1不懂#4。 + bu2 yao4 gen1 wo3 liao2 zhe4 xie1 wo3 bu4 dong3 +008352 旁观者的#1姓名#3永远#1爬不到#1比赛的#1计分#1板上#4。 + pang2 guan1 zhe3 de5 xing4 ming2 yong2 yuan3 pa2 bu2 dao4 bi3 sai4 de5 ji4 fen1 ban3 shang4 +008353 这把#1球员们#1激动#1坏了#4。 + zhe4 ba3 qiu2 yuan2 men5 ji1 dong4 huai4 le5 +008354 这一#1数字#3创#1巴菲特#2慈善#1午餐#2历史#1最高#1价位#4。 + zhe4 yi2 shu4 zi4 chuang4 ba1 fei1 te4 ci2 shan4 wu3 can1 li4 shi3 zui4 gao1 jia4 wei4 +008355 别#1讨厌嘛#3,我们#1这么好#4。 + bie2 tao3 yan4 ma5 wo3 men5 zhe4 me5 hao3 +008356 他#1后来#2被#1送往#2瑞士#1伯尔尼的#2国际#1学校#1留学#4。 + ta1 hou4 lai2 bei4 song4 wang3 rui4 shi4 bo2 er3 ni2 de5 guo2 ji4 xue2 xiao4 liu2 xue2 +008357 报道#2未提#1猫咪的#1下场#4。 + bao4 dao4 wei4 ti2 mao1 mi1 de5 xia4 chang3 +008358 飞来横祸#3,惨不忍睹#4。 + fei1 lai2 heng4 huo4 can3 bu4 ren2 du3 +008359 不过#2在#1价钱上#2有些#1犹豫#4。 + bu2 guo4 zai4 jia4 qian2 shang4 you3 xie1 you2 yu4 +008360 真应该#2好好#1查查#1他们#4。 + zhen1 ying1 gai1 hao3 hao1 cha2 cha5 ta1 men5 +008361 到#2三幺九#1国道#1堵车#3,造成#2交通#1受阻#2约#1一小时#4。 + dao4 san1 yao1 jiu3 guo2 dao4 du3 che1 zao4 cheng2 jiao1 tong1 shou4 zu3 yue1 yi4 xiao3 shi2 +008362 日本#1女星#2泽尻#1英龙华#4。 + ri4 ben2 nv3 xing1 ze2 kao1 ying1 long2 hua2 +008363 家里有#2全自动#1洗衣机呀#4。 + jia1 li2 you3 quan2 zi4 dong4 xi3 yi1 ji1 ya5 +008364 就#1等于#2和#1租赁#1差不多#4。 + jiu4 deng3 yu2 he2 zu1 lin4 cha4 bu5 duo1 +008365 和你#1一起#1看月亮#1怎么样#4? + he2 ni3 yi4 qi3 kan4 yue4 liang4 zen3 me5 yang4 +008366 广本#2管理#1人员#2如是说#4。 + guang2 ben3 guan2 li3 ren2 yuan2 ru2 shi4 shuo1 +008367 原因是#2工资低#2,住房窄#4。 + yuan2 yin1 shi4 gong1 zi1 di1 zhu4 fang2 zhai3 +008368 一片#1热闹里#3,没人#1注意#4。 + yi2 pian4 re4 nao4 li3 mei2 ren2 zhu4 yi4 +008369 好在#3,他#1出演了#2“米尔克#4”。 + hao3 zai4 ta1 chu1 yan3 le5 mi2 er3 ke4 +008370 记者#1赶到#2幺幺七#1医院#2机场路#1分院#2急诊#1抢救室#4。 + ji4 zhe2 gan3 dao4 yao1 yao1 qi1 yi1 yuan4 ji1 chang3 lu4 fen1 yuan4 ji2 zhen2 qiang3 jiu4 shi4 +008371 不好#1意思#3,我还#1没有#1玩过#4。 + bu4 hao3 yi4 si5 wo3 hai2 mei2 you3 wan2 guo4 +008372 他们#2,选择#1用#1一场#2国际#1范儿的#1舞会#3,优雅地#1告别#4。 + ta1 men5 xuan3 ze2 yong4 yi4 chang3 guo2 ji4 fanr4 de5 wu3 hui4 you1 ya3 de5 gao4 bie2 +008373 只是#3,跑步#1可以#1掐秒表#3,而#1娱乐圈#2却#1没有#1定论#4。 + zhi3 shi4 pao3 bu4 ke2 yi3 qia1 miao2 biao3 er2 yu2 le4 quan1 que4 mei2 you3 ding4 lun4 +008374 这对#2酸雨#1治理#2很不利#4。 + zhe4 dui4 suan1 yu3 zhi4 li2 hen3 bu2 li4 +008375 我#1斗胆#1猜测#3,集团#2给#1陆兆禧#3,物流#1给#2邵晓锋#4。 + wo3 dou2 dan3 cai1 ce4 ji2 tuan2 gei3 lu4 zhao4 xi3 wu4 liu2 gei3 shao4 xiao3 feng1 +008376 所有#1僧人#1都#1跑了#1出来#4。 + suo2 you3 seng1 ren2 dou1 pao3 le5 chu1 lai2 +008377 同样的#1逻辑#2也#1适用于#1癌症#4。 + tong2 yang4 de5 luo2 ji5 ye3 shi4 yong4 yu2 ai2 zheng4 +008378 好天气#2就是要#1出来逛#3,有狗的#1遛狗#3,有娃的#1抱娃#3,都#1没有的#3…你抱#1我吧#4。 + hao3 tian1 qi4 jiu4 shi4 yao4 chu1 lai2 guang4 you2 gou3 de5 liu4 gou3 you3 wa2 de5 bao4 wa2 dou1 mei2 you3 de5 ni3 bao4 wo3 ba5 +008379 妻子#2不但#1不怕#2反而#1柔情的说#3:猫哥#3,别叫了#3,我#1老公#2还没#1出差呢#4。 + qi1 zi3 bu2 dan4 bu2 pa4 fan3 er2 rou2 qing2 de5 shuo1 mao1 ge1 bie2 jiao4 le5 wo2 lao3 gong1 hai2 mei2 chu1 chai1 ne5 +008380 车#2行至#1枣林#1前街时#3,马师傅#2把车#1停下#3,自称#1憋#1不住了#3要去#1撒尿#4。 + che1 xing2 zhi4 zao3 lin2 qian2 jie1 shi2 ma3 shi1 fu5 ba3 che1 ting2 xia4 zi4 cheng1 bie1 bu2 zhu4 le5 yao4 qu4 sa1 niao4 +008381 就#1好像#2最后#1一次#1测试#3,我#1终于#1蹦过去#3,及格了#4。 + jiu4 hao3 xiang4 zui4 hou4 yi2 ci4 ce4 shi4 wo3 zhong1 yu2 beng4 guo4 qu4 ji2 ge2 le5 +008382 他#1不敢#1再说#1下去#3,怕钱荣#2又躲在#1外文里#1骂他#3,和#1谢景渊#1说话#3:你在#1看#1什么书#4? + ta1 bu4 gan3 zai4 shuo1 xia4 qu4 pa4 qian2 rong2 you4 duo3 zai4 wai4 wen2 li3 ma4 ta1 he2 xie4 jing3 yuan1 shuo1 hua4 ni3 zai4 kan4 shen2 me5 shu1 +008383 首先#2要#1有个#1好身体#3,其次#2还要#1付出#1努力#4。 + shou3 xian1 yao4 you3 ge4 hao3 shen1 ti3 qi2 ci4 hai2 yao4 fu4 chu1 nu3 li4 +008384 成都#2鸟语林#3原来#1准备#1开展的#2游客#1骑鸵鸟#1项目#2也#1不搞了#4。 + cheng2 du1 niao2 yu3 lin2 yuan2 lai2 zhun3 bei4 kai1 zhan3 de5 you2 ke4 qi2 tuo2 niao3 xiang4 mu4 ye3 bu4 gao3 le5 +008385 当然#3,这么#1说妈#1不太#1合适#3,我妈#1有点愣#3,这一面#3我像#1我妈#4。 + dang1 ran2 zhe4 me5 shuo1 ma1 bu2 tai4 he2 shi4 wo3 ma1 you2 dian3 leng4 zhe4 yi2 mian4 wo3 xiang4 wo3 ma1 +008386 我#1当时#2还#1脑残的#1说#3:怎么是#1软的#4? + wo3 dang1 shi2 hai2 nao3 can2 de5 shuo1 zen3 me5 shi4 ruan3 de5 +008387 老妈#2站了#1一会儿#1说#3:行了#3,别装了#4。 + lao3 ma1 zhan4 le5 yi2 huir4 shuo1 xing2 le5 bie2 zhuang1 le5 +008388 暴雨天#2在#1路上#2被#1淋成了#1落汤鸡#4。 + bao4 yu3 tian1 zai4 lu4 shang4 bei4 lin2 cheng2 le5 luo4 tang1 ji1 +008389 有时#3,一趟#1航班#2仅#1三百#1多名#1旅客#4。 + you3 shi2 yi2 tang4 hang2 ban1 jin3 san1 bai3 duo1 ming2 lv3 ke4 +008390 后来#2有#1朋友说#2合伙开#1小酒吧#3,我连口#1都没#1敢开#3,老汉儿#2更不准#4。 + hou4 lai2 you3 peng2 you3 shuo1 he2 huo3 kai1 xiao2 jiu3 ba1 wo3 lian2 kou3 dou1 mei2 gan3 kai1 lao3 hanr4 geng4 bu4 zhun3 +008391 一次#1偶然的#1机会#3,一张#1力塔洪#2在#1馕饼#1摊前的#1照片#3爆红#1网络#4。 + yi2 ci4 ou3 ran2 de5 ji1 hui4 yi4 zhang1 li4 ta3 hong2 zai4 nang2 bing3 tan1 qian2 de5 zhao4 pian4 bao4 hong2 wang3 luo4 +008392 在#1太空中#3,飞船#1能#1依靠的#2只有#1太阳能#1与#1核能#4。 + zai4 tai4 kong1 zhong1 fei1 chuan2 neng2 yi1 kao4 de5 zhi2 you3 tai4 yang2 neng2 yu3 he2 neng2 +008393 余雄#2又推开#1来世平#1的手#1说#3:天太热了#3,大家#1分开点#4。 + yu2 xiong2 you4 tui1 kai1 lai2 shi4 ping2 de5 shou3 shuo1 tian1 tai4 re4 le5 da4 jia1 fen1 kai1 dian3 +008394 而#1驾驶员#2直到#1降落#1才知道#3,飞机上#2“搭乘”了#1一条#1蟒蛇#4。 + er2 jia4 shi3 yuan2 zhi2 dao4 jiang4 luo4 cai2 zhi1 dao4 fei1 ji1 shang4 da1 cheng2 le5 yi4 tiao2 mang3 she2 +008395 主治#1医生#2告诉#1刘嫄#1一家人#3,父亲的病#2治愈的#1希望#1渺茫#4。 + zhu3 zhi4 yi1 sheng1 gao4 su4 liu2 yuan2 yi4 jia1 ren2 fu4 qin5 de5 bing4 zhi4 yu4 de5 xi1 wang4 miao3 mang2 +008396 今天#3卖家#1给#1朋友#2返现了#1十元#3,叫#1室友#2把#1图片#1给删了#4。 + jin1 tian1 mai4 jia1 gei3 peng2 you5 fan3 xian4 le5 shi2 yuan2 jiao4 shi4 you2 ba3 tu2 pian4 gei3 shan1 le5 +008397 杨红卫#2还有#1一个#1“习惯#3”是#1经常#2纵情#1饮酒#3,喝得#1酩酊大醉#4。 + yang2 hong2 wei4 hai2 you3 yi2 ge5 xi2 guan4 shi4 jing1 chang2 zong4 qing2 yin2 jiu3 he1 de5 ming2 ding3 da4 zui4 +008398 但#1今天#2情况#1就#1不一样了#3,还有#1很宽的#1空地儿#2可以#1走动#4。 + dan4 jin1 tian1 qing2 kuang4 jiu4 bu4 yi2 yang4 le5 hai2 you2 hen3 kuan1 de5 kong4 dir4 ke2 yi2 zou3 dong4 +008399 那我就#1给你#1亮点#1真本事吧#4。 + na4 wo3 jiu4 gei2 ni3 liang4 dian3 zhen1 ben3 shi4 ba5 +008400 此外#3,多数#1乞儿#2并非#1被拐的#4。 + ci3 wai4 duo1 shu4 qi3 er2 bing4 fei1 bei4 guai3 de5 +008401 落在#1身上#3,一抹#2就是#1一片黑#4。 + luo4 zai4 shen1 shang4 yi4 mo3 jiu4 shi4 yi2 pian4 hei1 +008402 赤峰#2由此#1而#1成为#2中华#1龙的#1故乡#2和龙#1文化的#1发祥地#4。 + chi4 feng1 you2 ci3 er2 cheng2 wei2 zhong1 hua2 long2 de5 gu4 xiang1 he2 long2 wen2 hua4 de5 fa1 xiang2 di4 +008403 演员#2得#1多高#1心理#1素质#2和#1流泪#1技巧#2才能#1达到#1要求哇#4? + yan3 yuan2 dei3 duo1 gao1 xin1 li3 su4 zhi4 he2 liu2 lei4 ji4 qiao3 cai2 neng2 da2 dao4 yao1 qiu2 wa5 +008404 每次#1老汉儿#2破案#2就会#1回来说#3,今天#1晚上#2你们#1看新闻#4。 + mei3 ci4 lao3 hanr4 po4 an4 jiu4 hui4 hui2 lai5 shuo1 jin1 tian1 wan3 shang4 ni3 men5 kan4 xin1 wen2 +008405 入夜#3,广州市#1白云区#2景泰街#2华灯#1璀璨#3,车水马龙#3,好不#1热闹#4。 + ru4 ye4 guang3 zhou1 shi4 bai2 yun2 qu1 jing3 tai4 jie1 hua2 deng1 cui3 can4 che1 shui2 ma3 long2 hao3 bu2 re4 nao5 +008406 库尼斯#2伸手把#1库彻的#1头#2搂进#1怀里#3,甚至#2当众#1接吻#3,相当#1亲密#4。 + ku4 ni2 si1 shen1 shou2 ba3 ku4 che4 de5 tou2 lou3 jin4 huai2 li3 shen4 zhi4 dang1 zhong4 jie1 wen3 xiang1 dang1 qin1 mi4 +008407 开心侠#2我#1从不#1难过#3,每天#1都#1为主人#2带来#1正能量#4。 + kai1 xin1 xia2 wo3 cong2 bu4 nan2 guo4 mei3 tian1 dou1 wei4 zhu3 ren2 dai4 lai2 zheng4 neng2 liang4 +008408 思聪#2寻亮#1而去#3,和#1白胖高#2热情#1切磋#3:您#1就是#3——你是#2卢思聪吧#4? + si1 cong1 xun2 liang4 er2 qu4 he2 bai2 pang4 gao1 re4 qing2 qie1 cuo1 nin2 jiu4 shi4 ni3 shi4 lu2 si1 cong1 ba5 +008409 他#1建议#3餐馆#2必须在#1每张#1餐桌下#2放#1一个#1纸篓#3,让#1市民#2扔纸巾#4。 + ta1 jian4 yi4 can1 guan3 bi4 xu1 zai4 mei3 zhang1 can1 zhuo1 xia4 fang4 yi2 ge5 zhi2 lou3 rang4 shi4 min2 reng1 zhi3 jin1 +008410 她#1翻了#1我的#1短信#3,现在#2她#1不仅#1知道#2我有#1外遇#3,还#1坚信#2我#1是个#1基佬#4。 + ta1 fan1 le5 wo3 de5 duan3 xin4 xian4 zai4 ta1 bu4 jin3 zhi1 dao4 wo2 you3 wai4 yu4 hai2 jian1 xin4 wo3 shi4 ge4 ji1 lao3 +008411 当#1水位#1下降#3,趸船#2则可以#1向江中#1移动#3,尽#1最大#1努力#3保证#1取水#4。 + dang1 shui3 wei4 xia4 jiang4 dun3 chuan2 ze2 ke2 yi3 xiang4 jiang1 zhong1 yi2 dong4 jin4 zui4 da4 nu3 li4 bao3 zheng4 qu2 shui3 +008412 我#1暂时#2还#1不会哦#4! + wo3 zan4 shi2 hai2 bu2 hui4 o5 +008413 逢年#1过节时#3,倪红梅#2也会#1多包些#1馄饨#1和#1包子#1送给#1刘姐#4。 + feng2 nian2 guo4 jie2 shi2 ni2 hong2 mei2 ye3 hui4 duo1 bao1 xie1 hun2 tun5 he2 bao1 zi5 song4 gei3 liu2 jie3 +008414 他们俩#1喜出望外#3,可#1这个#1时候#2招生#1老师#1吴江#2却#1人间#1蒸发了#4。 + ta1 men5 lia2 xi3 chu1 wang4 wai4 ke3 zhe4 ge5 shi2 hou4 zhao1 sheng1 lao3 shi1 wu2 jiang1 que4 ren2 jian1 zheng1 fa1 le5 +008415 但#1辩方#1指出#3,这把刀#1太大#3,不符合#1遇害者#1喉咙上#2致命伤的#1形状#4。 + dan4 bian4 fang1 zhi3 chu1 zhe4 ba3 dao1 tai4 da4 bu4 fu2 he2 yu4 hai4 zhe3 hou2 long5 shang4 zhi4 ming4 shang1 de5 xing2 zhuang4 +008416 同时#2刘玉标#1也承认#3,对此事#1学校有#1相应的#1责任#4。 + tong2 shi2 liu2 yu4 biao1 ye3 cheng2 ren4 dui4 ci3 shi4 xue2 xiao4 you3 xiang1 ying4 de5 ze2 ren4 +008417 距今#2约#1四千#1五百年#3,是#2巴人#1发祥地#1遗址#4。 + ju4 jin1 yue1 si4 qian1 wu2 bai3 nian2 shi4 ba1 ren2 fa1 xiang2 di4 yi2 zhi3 +008418 不论#2做#1任何事#3,她都#1不可能#2丢掉#1自我#4。 + bu2 lun4 zuo4 ren4 he2 shi4 ta1 dou1 bu4 ke3 neng2 diu1 diao4 zi4 wo3 +008419 上海#2、广州#2也有#1狗仔#3,但是#2还#1没成#1气候#4。 + shang4 hai2 guang3 zhou1 ye2 you3 gou2 zai3 dan4 shi4 hai2 mei2 cheng2 qi4 hou4 +008420 作为#1太太#2反而#1不欣赏#3、不体谅#4。 + zuo4 wei2 tai4 tai5 fan3 er2 bu4 xin1 shang3 bu4 ti3 liang4 +008421 短短#1一分钟#3,“望”的#1步骤#1结束了#4。 + duan2 duan3 yi4 fen1 zhong1 wang4 de5 bu4 zhou4 jie2 shu4 le5 +008422 属#1峡谷型#2自然#1风景#1旅游#1景区#4。 + shu3 xia2 gu3 xing2 zi4 ran2 feng1 jing2 lv3 you2 jing3 qu1 +008423 死者#2在#1当晚#2已经#1送到了#1殡仪馆#4。 + si2 zhe3 zai4 dang4 wan2 yi3 jing1 song4 dao4 le5 bin4 yi2 guan3 +008424 追逃#1民警#1抵达后#2来不及#1添置#1棉袄#3,就#1直奔#1当地#1公安#1机关#4。 + zhui1 tao2 min2 jing2 di3 da2 hou4 lai2 bu4 ji2 tian1 zhi4 mian2 ao3 jiu4 zhi2 ben4 dang1 di4 gong1 an1 ji1 guan1 +008425 就#1这样#2,手链#2也跟着#1甩出去了#4。 + jiu4 zhe4 yang4 shou3 lian4 ye3 gen1 zhe5 shuai3 chu1 qu4 le5 +008426 他说#2自己#1有钱#3,不想当#1“老鳖一#4”。 + ta1 shuo1 zi4 ji2 you3 qian2 bu4 xiang3 dang1 lao3 bie1 yi1 +008427 在#1东方#2曼哈顿#1小区#1附近的#1另外#1一家#1中介#3,车位的#1开价#1更高#4。 + zai4 dong1 fang1 man4 ha1 dun4 xiao3 qu1 fu4 jin4 de5 ling4 wai4 yi4 jia1 zhong1 jie4 che1 wei4 de5 kai1 jia4 geng4 gao1 +008428 这被#1看作是#2非盟#2与#1联合国#1斡旋#1该国#1政治#1僵局的#1一大#1成果#4。 + zhe4 bei4 kan4 zuo4 shi4 fei1 meng2 yu3 lian2 he2 guo2 wo4 xuan2 gai1 guo2 zheng4 zhi4 jiang1 ju2 de5 yi2 da4 cheng2 guo3 +008429 我#1读到#1一半#2就#1心疼了#2是#1闹哪样#4? + wo3 du2 dao4 yi2 ban4 jiu4 xin1 teng2 le5 shi4 nao4 na3 yang4 +008430 喝醉了的#1李侃#2被#1踢醒后#3,翻身#1站起#3与#1这名#1民警#2撕扯#1起来#4。 + he1 zui4 le5 de5 li2 kan3 bei4 ti1 xing3 hou4 fan1 shen1 zhan4 qi3 yu3 zhe4 ming2 min2 jing3 si1 che2 qi3 lai2 +008431 郑航说#3以#1普通#1公民#1身份#1起诉#3就是#1为#1撇清#3滥用#2公权力#1之嫌#4。 + zheng4 hang2 shuo1 yi2 pu3 tong1 gong1 min2 shen1 fen4 qi3 su4 jiu4 shi4 wei4 pie3 qing1 lan4 yong4 gong1 quan2 li4 zhi1 xian2 +008432 巴国城#3,时尚#1女子#2在偷#1奶粉#4。 + ba1 guo2 cheng2 shi2 shang4 nv2 zi3 zai4 tou1 nai2 fen3 +008433 每次#1提出#1意见#3也#1总是#1先说#3,我#1只是#1说说#3,听不听#2由#1你们#1决定#4。 + mei3 ci4 ti2 chu1 yi4 jian4 ye2 zong3 shi4 xian1 shuo1 wo2 zhi3 shi4 shuo1 shuo5 ting1 bu4 ting1 you2 ni3 men5 jue2 ding4 +008434 云南#1孟连#2和#1贵州#1瓮安的#1变化#3,是#1这种#2警民#1关系的#2最好#1见证#4。 + yun2 nan2 meng4 lian2 he2 gui4 zhou1 weng4 an1 de5 bian4 hua4 shi4 zhe4 zhong2 jing3 min2 guan1 xi4 de5 zui4 hao3 jian4 zheng4 +008435 打斗#1当中#3,朱某#2被#1失手#1刺死#4。 + da3 dou4 dang1 zhong1 zhu1 mou3 bei4 shi1 shou3 ci4 si3 +008436 未料#3,一天#1清晨#3,我#1还在#1被窝里#3,忽听#1一阵#2唏唏的#1爪子#2挠门声#4。 + wei4 liao4 yi4 tian1 qing1 chen2 wo3 hai2 zai4 bei4 wo1 li3 hu1 ting1 yi2 zhen4 xi1 xi1 de5 zhua3 zi5 nao2 men2 sheng1 +008437 她是#1被迫#2还是#1有什么#1难言之隐#4? + ta1 shi4 bei4 po4 hai2 shi4 you3 shen2 me5 nan2 yan2 zhi1 yin3 +008438 这#1相当于#2每天#2跑两次#1马拉松#4。 + zhe4 xiang1 dang1 yu2 mei3 tian1 pao2 liang3 ci4 ma3 la1 song1 +008439 队员们#1知道#3,他们#1身上#1有家伙#4。 + dui4 yuan2 men5 zhi1 dao4 ta1 men5 shen1 shang4 you3 jia1 huo5 +008440 这个#1颜色#2叫#1老绿#3,相当于#1翠绿#4。 + zhe4 ge4 yan2 se4 jiao4 lao3 lv4 xiang1 dang1 yu2 cui4 lv4 +008441 然而#3,此时的#1邹德保#2已经#1逃跑#4。 + ran2 er2 ci3 shi2 de5 zou1 de2 bao2 yi3 jing1 tao2 pao3 +008442 当今#1理想的#1婚姻#1模式#1是什么#4? + dang1 jin1 li2 xiang3 de5 hun1 yin1 mo2 shi4 shi4 shen2 me5 +008443 做好#1城市#2内涝#1抢险#1应急#1工作#4。 + zuo4 hao3 cheng2 shi4 nei4 lao4 qiang2 xian3 ying4 ji2 gong1 zuo4 +008444 可#1那些#1鸡头#2是#1卖淫#1嫖娼的#1组织者#3,是#1后台#1老板#3,是#1最大的#1赢利者#4。 + ke3 na4 xie1 ji1 tou2 shi4 mai4 yin2 piao2 chang1 de5 zu3 zhi1 zhe3 shi4 hou4 tai2 lao2 ban3 shi4 zui4 da4 de5 ying2 li4 zhe3 +008445 也就#1是说#3,小蕊蕊#2翻越#1护栏#2去#1上学时#3天还未#1完全亮#4。 + ye3 jiu4 shi4 shuo1 xiao2 rui2 rui3 fan1 yue4 hu4 lan2 qu4 shang4 xue2 shi2 tian1 hai2 wei4 wan2 quan2 liang4 +008446 不过#3,免试#1攻读#1研究生的#1她#3早#1已经#2不仅仅#1满足于#1看#1奥运了#4。 + bu2 guo4 mian3 shi4 gong1 du2 yan2 jiu1 sheng1 de5 ta1 zao2 yi3 jing1 bu4 jin2 jin2 man3 zu2 yu2 kan4 ao4 yun4 le5 +008447 长期的#1营养#1不足#3,导致#1许多#1孩子#2普遍#1矮小#3,有的#2还#1患上#1胃病#4。 + chang2 qi1 de5 ying2 yang3 bu4 zu2 dao3 zhi4 xu3 duo1 hai2 zi5 pu3 bian4 ai2 xiao3 you3 de5 hai2 huan4 shang4 wei4 bing4 +008448 优酷#1此举#2客观#2、聪明#4。 + you1 ku4 ci2 ju3 ke4 guan1 cong1 ming5 +008449 是个#2很#1有钱的#1家伙呀#4。 + shi4 ge4 hen2 you3 qian2 de5 jia1 huo5 ya5 +008450 骨髓#1捐献#1过程中的#2范豪杰#4。 + gu2 sui3 juan1 xian4 guo4 cheng2 zhong1 de5 fan4 hao2 jie2 +008451 这个#1条款#2无疑#1是#1非常#1荒谬的#4。 + zhe4 ge4 tiao2 kuan3 wu2 yi2 shi4 fei1 chang2 huang1 miu4 de5 +008452 曹成#2给#1记者#2算了#1这样#1一笔账#4。 + cao2 cheng2 gei3 ji4 zhe3 suan4 le5 zhe4 yang4 yi4 bi3 zhang4 +008453 我的脸#2每天#1都洗的#1很干净哦#4。 + wo3 de5 lian2 mei3 tian1 dou1 xi3 de5 hen3 gan1 jing4 o5 +008454 赌场#2可为#1政府#2带来#1高额#1税收#4。 + du2 chang2 ke3 wei4 zheng4 fu3 dai4 lai2 gao1 e2 shui4 shou1 +008455 我#1炒股#1好多年了#3,一定能#1赢利#4。 + wo3 chao2 gu2 hao3 duo1 nian2 le5 yi2 ding4 neng2 ying2 li4 +008456 拄拐#1男子#2下水#2托起#1落水女#4。 + zhu2 guai3 nan2 zi3 xia4 shui3 tuo1 qi3 luo4 shui2 nv3 +008457 琛航岛#2有#1一片#1著名的#1“将军林#4”。 + chen1 hang2 dao3 you3 yi2 pian4 zhu4 ming2 de5 jiang1 jun5 lin2 +008458 最#1可恶的是#3到后来#3那头的人#2都#1问我#3:“你#1是不是#1得罪#1谁了#4? + zui4 ke3 wu4 de5 shi4 dao4 hou4 lai2 na4 tou2 de5 ren2 dou1 wen4 wo3 ni3 shi4 bu2 shi4 de2 zui4 shui2 le5 +008459 金茂#1大厦#2八十八层#2观光厅#3,我#1曾经#1来过#4。 + jin1 mao4 da4 sha4 ba1 shi2 ba1 ceng2 guan1 guang1 ting1 wo3 ceng2 jing1 lai2 guo4 +008460 臣妾#2做不到啊#4! + chen2 qie4 zuo4 bu2 dao4 a5 +008461 小时候#2特别想#1妈妈#3,躲起来#1哭#3,胡伟#2是一个#1从小#1缺乏#1母爱的人#4。 + xiao3 shi2 hou4 te4 bie2 xiang3 ma1 ma5 duo2 qi3 lai2 ku1 hu2 wei3 shi4 yi2 ge5 cong2 xiao3 que1 fa2 mu3 ai4 de5 ren2 +008462 半夜#3,甲打了#1一个#1大喷涕#3,乙#2整个#1脸上#2都是#1甲的#1结晶#4。 + ban4 ye4 jia2 da3 le5 yi2 ge5 da4 pen1 ti5 yi2 zheng3 ge4 lian3 shang4 dou1 shi4 jia3 de5 jie2 jing1 +008463 李瑾曼的#1家#3,父母#1一眨眼#2都#1不在了#4。 + li2 jin3 man4 de5 jia1 fu4 mu3 yi4 zha2 yan3 dou1 bu2 zai4 le5 +008464 梨子#3对#1肠炎#3、甲状腺#1肿大#3、便秘#3、厌食#3、消化#1不良#1等疾病#3有#1一定#1疗效#4。 + li2 zi5 dui4 chang2 yan2 jia3 zhuang4 xian4 zhong3 da4 bian4 mi4 yan4 shi2 xiao1 hua4 bu4 liang2 deng3 ji2 bing4 you3 yi2 ding4 liao2 xiao4 +008465 即便是#1违法#1建筑#3,你#1也得#1告诉我#3哪个#1地方#1违法#3,咋#1违法了#4? + ji2 bian4 shi4 wei2 fa3 jian4 zhu4 ni2 ye2 dei3 gao4 su4 wo2 na3 ge5 di4 fang1 wei2 fa3 za3 wei2 fa3 le5 +008466 各#1部门的#1一些#1框框#2、规定#2越来#1越多#3,年检#1、审批#3越来越#1严格#4。 + ge4 bu4 men2 de5 yi4 xie1 kuang4 kuang5 gui1 ding4 yue4 lai2 yue4 duo1 nian2 jian2 shen3 pi1 yue4 lai2 yue4 yan2 ge2 +008467 倒是#2小兵#1张嘎#2和#1王小二的#1事迹#2在#1课本里#2占有#2一席之地#4。 + dao4 shi4 xiao3 bing1 zhang1 ga1 he2 wang2 xiao3 er4 de5 shi4 ji4 zai4 ke4 ben2 li3 zhan4 you3 yi4 xi2 zhi1 di4 +008468 该男子#1受到#1强烈#1挤压#3,浑身#2都是血#3,嘴里#2还在#1嘟囔着#4。 + gai1 nan2 zi3 shou4 dao4 qiang2 lie4 ji3 ya1 hun2 shen1 dou1 shi4 xie3 zui2 li3 hai2 zai4 du1 nang5 zhe5 +008469 这是#2拱北#1海关#2近年来#2查获的#2最大#1一起#2走私#1文物#1出境案#4。 + zhe4 shi4 gong2 bei2 hai3 guan1 jin4 nian2 lai2 cha2 huo4 de5 zui4 da4 yi4 qi2 zou3 si1 wen2 wu4 chu1 jing4 an4 +008470 受助#1群众#2无不#1交口#1称赞#3:当年的#1老八路#1作风#1又#1回来了#4。 + shou4 zhu4 qun2 zhong4 wu2 bu4 jiao1 kou3 cheng1 zan4 dang1 nian2 de5 lao3 ba1 lu4 zuo4 feng1 you4 hui2 lai5 le5 +008471 同时#2花钱#1打点#1警方#1人员#3是#1因为#2事关#1自己的#1弟弟#2王东明#4。 + tong2 shi2 hua1 qian2 da2 dian2 jing3 fang1 ren2 yuan2 shi4 yin1 wei4 shi4 guan1 zi4 ji3 de5 di4 di5 wang2 dong1 ming2 +008472 工人们#2先#1搬开#2窟窿#1周围的#1街砖#3,再用#1电钻#3凿开#1水泥板#4。 + gong1 ren2 men5 xian1 ban1 kai1 ku1 long5 zhou1 wei2 de5 jie1 zhuan1 zai4 yong4 dian4 zuan4 zao2 kai1 shui3 ni2 ban3 +008473 原本#2只是想#1吓唬#1吓唬#3,可是在#1捆绑#1小浩时#2遭遇了#1反抗#4。 + yuan2 ben2 zhi3 shi4 xiang3 xia4 hu5 xia4 hu5 ke3 shi4 zai4 kun2 bang2 xiao3 hao4 shi2 zao1 yu4 le5 fan3 kang4 +008474 至于#2丧礼#1举行的#1细节#3,他指#2要问#1许冠武#3,因#1是他#1全力#1打点#4。 + zhi4 yu2 sang1 li2 ju3 xing2 de5 xi4 jie2 ta1 zhi3 yao4 wen4 xu3 guan4 wu3 yin1 shi4 ta1 quan2 li4 da2 dian3 +008475 部分#1民众#2着#1搞怪#1服装#3,站在#1狂风#1暴雨中#2照相#2、翻筋斗#4。 + bu4 fen4 min2 zhong4 zhuo2 gao3 guai4 fu2 zhuang1 zhan4 zai4 kuang2 feng1 bao4 yu3 zhong1 zhao4 xiang4 fan1 jin1 dou5 +008476 目前#3,犯罪#1嫌疑人#2马某某#3、周某#3、喇某#3被#2依法#1刑事#1拘留#4。 + mu4 qian2 fan4 zui4 xian2 yi2 ren2 ma2 mou2 mou3 zhou1 mou3 la2 mou3 bei4 yi1 fa3 xing2 shi4 ju1 liu2 +008477 丁子高#2还自爆#2表姐#1送了#1两支#1不同#1牌子的#1验孕棒#1给他#4。 + ding1 zi3 gao1 hai2 zi4 bao4 biao2 jie3 song4 le5 liang3 zhi1 bu4 tong2 pai2 zi5 de5 yan4 yun4 bang4 gei3 ta1 +008478 如今#3,马悦凌称#2生吃#1活泥鳅#2是#1治疗#2渐冻人症的#1法宝#4。 + ru2 jin1 ma3 yue4 ling2 cheng1 sheng1 chi1 huo2 ni2 qiu5 shi4 zhi4 liao2 jian4 dong4 ren2 zheng4 de5 fa2 bao3 +008479 张默#2数次#1闯祸#3都是#1让#1父亲#2张国立#2焦头烂额#4。 + zhang1 mo4 shu4 ci4 chuang3 huo4 dou1 shi4 rang4 fu4 qin5 zhang1 guo2 li4 jiao1 tou2 lan4 e2 +008480 妹子#2突然#1来了句#3:“你#1不会#2找个#2用到#1手的#1电影啊#4。 + mei4 zi5 tu1 ran2 lai2 le5 ju4 ni3 bu2 hui4 zhao3 ge5 yong4 dao4 shou3 de5 dian4 ying3 a5 +008481 同车的#2许亘富#2在#1事故中#2右腿#1骨折#2,胸口#1受伤#4。 + tong2 che1 de5 xu3 gen4 fu4 zai4 shi4 gu4 zhong1 you4 tui2 gu3 zhe2 xiong1 kou3 shou4 shang1 +008482 项羽#2凭借着#1盖世#1无双的#1武艺#3,还#1企图#2重整旗鼓#2,卷土重来#4。 + xiang4 yu3 ping2 jie4 zhe5 gai4 shi4 wu2 shuang1 de5 wu3 yi4 hai2 qi3 tu2 chong2 zheng3 qi2 gu3 juan2 tu3 chong2 lai2 +008483 这是#2陈水扁#2赤裸裸#2鼓吹#1台独#3、在#1台独#1分裂#1道路上#2又#1迈出的#2危险#1一步#4。 + zhe4 shi4 chen2 shui2 bian3 chi4 luo2 luo2 gu3 chui1 tai2 du2 zai4 tai2 du2 fen1 lie4 dao4 lu4 shang4 you4 mai4 chu1 de5 wei1 xian3 yi2 bu4 +008484 在#1姜某#2、陈某#2二人的#1教唆#1、怂恿下#3,老乡#1之间#2互相#1拉拢#1介绍#4。 + zai4 jiang1 mou3 chen2 mou3 er4 ren2 de5 jiao4 suo1 song2 yong3 xia4 lao3 xiang1 zhi1 jian1 hu4 xiang1 la1 long3 jie4 shao5 +008485 想到#1一次次#2被#1小衫#1拒绝的事#3,吴天#2很是#1恼火#4。 + xiang3 dao4 yi2 ci4 ci4 bei4 xiao3 shan1 ju4 jue2 de5 shi4 wu2 tian1 hen3 shi4 nao2 huo3 +008486 单身#1女性#2醉酒后#3应有#1熟悉的#1男性#2陪送#1回家#4。 + dan1 shen1 nv3 xing4 zui4 jiu3 hou4 ying1 you3 shu2 xi5 de5 nan2 xing4 pei2 song4 hui2 jia1 +008487 和#1老婆#2领证#1七年了#3,办#1准生证时#3居然说#2网上#2查不到#1我们的#1结婚证#4。 + he2 lao3 po5 ling3 zheng4 qi1 nian2 le5 ban4 zhun3 sheng1 zheng4 shi2 ju1 ran2 shuo1 wang3 shang4 cha2 bu2 dao4 wo3 men5 de5 jie2 hun1 zheng4 +008488 竞选时#1许诺的#1政策#3,可能#2实现#1几许#4? + jing4 xuan3 shi2 xu3 nuo4 de5 zheng4 ce4 ke3 neng2 shi2 xian4 ji2 xu3 +008489 小瑶#2在#1海滨#1母亲的#1陪同下#2再次#1堕胎#4。 + xiao3 yao2 zai4 hai3 bin1 mu3 qin1 de5 pei2 tong2 xia4 zai4 ci4 duo4 tai1 +008490 曾有#1推销员#1这么说#3:“我#1每接触#1十个人#3,才有#1一个人#2愿意#1购买#1我的#1货物#4。 + ceng2 you3 tui1 xiao1 yuan2 zhe4 me5 shuo1 wo2 mei3 jie1 chu4 shi2 ge4 ren2 cai2 you3 yi2 ge4 ren2 yuan4 yi4 gou4 mai2 wo3 de5 huo4 wu4 +008491 土壤里的#2化学#1物质#2进入#1食物链后#3,最终#2仍是#1被#1人类#1自己#1吃掉#4。 + tu2 rang2 li3 de5 hua4 xue2 wu4 zhi4 jin4 ru4 shi2 wu4 lian4 hou4 zui4 zhong1 reng2 shi4 bei4 ren2 lei4 zi4 ji3 chi1 diao4 +008492 早上#2在#1楼下#1汤粉店#1吃早餐#3,碰见#1我们#1领导#3,并#1热情的#1打招呼#4。 + zao3 shang4 zai4 lou2 xia4 tang1 fen3 dian4 chi1 zao3 can1 peng4 jian4 wo3 men5 ling2 dao3 bing4 re4 qing2 de5 da3 zhao1 hu5 +008493 事实上#3,高离婚率#3已经给#2克罗地亚的#1社会#2带来了#1很大的#1影响#4。 + shi4 shi2 shang4 gao1 li2 hun1 lv4 yi3 jing1 gei3 ke4 luo2 di4 ya4 de5 she4 hui4 dai4 lai2 le5 hen3 da4 de5 ying2 xiang3 +008494 苏联#1解体后#3,苏联的#2坦克#1研发#1力量#3也#1随之#2分属#2俄#1、乌#2两个#1国家#4。 + su1 lian2 jie2 ti3 hou4 su1 lian2 de5 tan3 ke4 yan2 fa1 li4 liang4 ye3 sui2 zhi1 fen1 shu3 e2 wu1 liang3 ge4 guo2 jia1 +008495 整条#1公路#2多处#1损毁#1严重#3,险象环生#4。 + zheng3 tiao2 gong1 lu4 duo1 chu4 sun2 hui3 yan2 zhong4 xian3 xiang4 huan2 sheng1 +008496 他的#1勋章#2有#1三抽屉#3,但是#2没什么钱#4。 + ta1 de5 xun1 zhang1 you3 san1 chou1 ti4 dan4 shi4 mei2 shen2 me5 qian2 +008497 等我#1遇到#1心上人的#1时候#3,就要#1结婚喽#4。 + deng2 wo3 yu4 dao4 xin1 shang4 ren2 de5 shi2 hou4 jiu4 yao4 jie2 hun1 lou5 +008498 拉扯#1期间#3,两位#1民警#2手指#2受伤#1流血#4。 + la1 che3 qi1 jian1 liang3 wei4 min2 jing3 shou2 zhi3 shou4 shang1 liu2 xie3 +008499 两人#1起初#2吵吵闹闹#3,后来#2坠入#1爱河#4。 + liang3 ren2 qi3 chu1 chao2 chao3 nao4 nao4 hou4 lai2 zhui4 ru4 ai4 he2 +008500 业内#1人士#1表示#3,现在#2我省#1消费者#3以#2首次#1购车#1为主#4。 + ye4 nei4 ren2 shi4 biao3 shi4 xian4 zai4 wo2 sheng3 xiao1 fei4 zhe3 yi2 shou3 ci4 gou4 che1 wei2 zhu3 +008501 茅台#1集团#2昨天#1发表#1声明#3,再次#1撇清了#2自己#1与#2“奢侈品”的#1关系#4。 + mao2 tai2 ji2 tuan2 zuo2 tian1 fa1 biao3 sheng1 ming2 zai4 ci4 pie3 qing1 le5 zi4 ji2 yu3 she1 chi2 pin3 de5 guan1 xi5 +008502 在#1行驶#1过程中#3,频频#1点刹#3,故意#1让车#1开得#1颠簸#3,把#1乘客#1“晃”睡#4。 + zai4 xing2 shi3 guo4 cheng2 zhong1 pin2 pin2 dian3 sha1 gu4 yi4 rang4 che1 kai1 de5 dian1 bo3 ba3 cheng2 ke4 huang4 shui4 +008503 当#1大银幕上#2突然#1出现#1一个#1女孩的#1脸孔#3,全场#2一片#1愕然#4。 + dang1 da4 yin2 mu4 shang4 tu1 ran2 chu1 xian4 yi2 ge4 nv3 hai2 de5 lian2 kong3 quan2 chang3 yi2 pian4 e4 ran2 +008504 未来#1几年#3绿城#1最#1重要的#2就是#2多卖房#2,少买地#4。 + wei4 lai2 ji3 nian2 lv4 cheng2 zui4 zhong4 yao4 de5 jiu4 shi4 duo1 mai4 fang2 shao2 mai3 di4 +008505 一九#1九五年#3,成为#2保加利亚#1社会党#2外事部的#1成员#4。 + yi1 jiu3 jiu2 wu3 nian2 cheng2 wei2 bao3 jia1 li4 ya4 she4 hui4 dang3 wai4 shi4 bu4 de5 cheng2 yuan2 +008506 据悉#3,是#1低血糖#2导致了#1凯西#2此次#1突然#1晕倒#4。 + ju4 xi1 shi4 di1 xue4 tang2 dao3 zhi4 le5 kai3 xi1 ci3 ci4 tu1 ran2 yun1 dao3 +008507 你#1是不是#1找错人啦#3?我是我#3,不是#1笨妞#4。 + ni3 shi4 bu2 shi4 zhao3 cuo4 ren2 la5 wo3 shi4 wo3 bu2 shi4 ben4 niu1 +008508 成本#2花得#1有点#1高哟#3,恐怕#1是#1开车的#1时候#1走神了哟#4。 + cheng2 ben3 hua1 de5 you2 dian3 gao1 yo5 kong3 pa4 shi4 kai1 che1 de5 shi2 hou5 zou3 shen2 le5 yo5 +008509 你要是#1安全的话#2就#1“喵”一声#3,大家#1就#1放心了#4。 + ni3 yao4 shi4 an1 quan2 de5 hua4 jiu4 miao1 yi4 sheng1 da4 jia1 jiu4 fang4 xin1 le5 +008510 让人#1怀疑#2是#1此君#3刻完后#1跳下去了#4。 + rang4 ren2 huai2 yi2 shi4 ci3 jun1 ke4 wan2 hou4 tiao4 xia4 qu4 le5 +008511 图为#3昨日#1一名#1女孩#2在#1品尝#1“敛巧饭#4”。 + tu2 wei2 zuo2 ri4 yi4 ming2 nv3 hai2 zai4 pin3 chang2 lian2 qiao3 fan4 +008512 挺好的#1长头发#2干吗#1剪得#1这么短#4? + ting2 hao3 de5 chang2 tou2 fa5 gan4 ma2 jian3 de5 zhe4 me5 duan3 +008513 只有#1一个#1缺点#2就是#2脾气#1有#1一点点爆#4…… + zhi2 you3 yi2 ge4 que1 dian3 jiu4 shi4 pi2 qi4 you3 yi4 dian2 dian3 bao4 +008514 一手#1把我#1带大的#1奶奶#2昨天#1去世了#4。 + yi4 shou3 ba2 wo3 dai4 da4 de5 nai3 nai5 zuo2 tian1 qu4 shi4 le5 +008515 张卫健#1笑言#2自己#1很喜欢#1这个#1角色#4。 + zhang1 wei4 jian4 xiao4 yan2 zi4 ji3 hen2 xi3 huan1 zhe4 ge4 jue2 se4 +008516 伊朗#2与#1西方#1国家的#1关系#2进一步#1恶化#4。 + yi1 lang2 yu3 xi1 fang1 guo2 jia1 de5 guan1 xi5 jin4 yi2 bu4 e4 hua4 +008517 结果#2只是你#1大方地#2请达人#1耍耍#4。 + jie2 guo2 zhi3 shi4 ni3 da4 fang1 de5 qing3 da2 ren2 shua2 shua3 +008518 是抠#2还是#1大方#3,那要分#1是#1什么#1事儿#4。 + shi4 kou1 hai2 shi4 da4 fang1 na4 yao4 fen1 shi4 shen2 me5 shir4 +008519 个人#1意识#3从#1姓名上#2也会#1表现#1出来#4。 + ge4 ren2 yi4 shi5 cong2 xing4 ming2 shang4 ye3 hui4 biao3 xian4 chu1 lai5 +008520 我#1现在#2正在#1和你#1相互#1激发#3,咔咔#4。 + wo3 xian4 zai4 zheng4 zai4 he2 ni3 xiang1 hu4 ji1 fa1 ka1 ka1 +008521 皇上#3您#1今天#1怎么#1有空#2到#1我这#1来啦#4? + huang2 shang5 nin2 jin1 tian1 zen3 me5 you3 kong4 dao4 wo3 zhe4 lai2 la5 +008522 村民#1带来的#2落地#1核桃果#2和#1枯枝#4。 + cun1 min2 dai4 lai2 de5 luo4 di4 he2 tao5 guo3 he2 ku1 zhi1 +008523 在#1某种#1意义上#3,也许#2这#1并非#1危言耸听#4。 + zai4 mou2 zhong3 yi4 yi4 shang4 ye2 xu3 zhe4 bing4 fei1 wei1 yan2 song3 ting1 +008524 一直#1以来#3,人民币#1对#1美元#2升多#1贬少#4。 + yi4 zhi2 yi3 lai2 ren2 min2 bi4 dui4 mei3 yuan2 sheng1 duo1 bian2 shao3 +008525 为了#1养活#1晓燕#3,夫妇俩#2背了#1不少债#4。 + wei4 le5 yang3 huo2 xiao3 yan4 fu1 fu4 lia3 bei1 le5 bu4 shao3 zhai4 +008526 这是#2“翼装#1飞行#1”运动#2首次#1登陆#1中国#4。 + zhe4 shi4 yi4 zhuang1 fei1 xing2 yun4 dong4 shou3 ci4 deng1 lu4 zhong1 guo2 +008527 你说的#2是那个#1娱乐圈的#1纪检委嘛#4? + ni3 shuo1 de5 shi4 na4 ge5 yu2 le4 quan1 de5 ji4 jian2 wei3 ma5 +008528 寓言里的#1芦苇#2躲过了#1折断的#1命运#3,但#2这#1并不#1代表#2他比#1橡树#1更有#1力量#4。 + yu4 yan2 li3 de5 lu2 wei3 duo3 guo4 le5 zhe2 duan4 de5 ming4 yun4 dan4 zhe4 bing4 bu2 dai4 biao3 ta1 bi3 xiang4 shu4 geng4 you3 li4 liang4 +008529 喜欢#1色彩#1和#1图画的人#3大多#1喜欢#2简单#1而#1安静的#1生活#3,说的#1是你吗#4? + xi3 huan1 se4 cai3 he2 tu2 hua4 de5 ren2 da4 duo1 xi3 huan1 jian3 dan1 er2 an1 jing4 de5 sheng1 huo2 shuo1 de5 shi4 ni3 ma5 +008530 但#2谢景渊的窍#2仿佛#1保险柜的门#3,一时#1半会儿#2开不了#3,急得他#1没话说#4。 + dan4 xie4 jing3 yuan1 de5 qiao4 fang3 fu2 bao2 xian3 gui4 de5 men2 yi4 shi2 ban4 huir4 kai1 bu4 liao3 ji2 de5 ta1 mei2 hua4 shuo1 +008531 可以#1吃碗#1鸡汤#1馄饨#3,再吃#1一个#1水煮#1鸡蛋#3,营养#1又健康#4。 + ke2 yi3 chi1 wan3 ji1 tang1 hun2 tun5 zai4 chi1 yi2 ge4 shui2 zhu3 ji1 dan4 ying2 yang3 you4 jian4 kang1 +008532 根据#1线索#1显示#3,郑某#2既有#1可能#2已经#1改名#1换姓#3,漂白#1身份#4。 + gen1 ju4 xian4 suo2 xian3 shi4 zheng4 mou3 ji4 you2 ke3 neng2 yi3 jing1 gai3 ming2 huan4 xing4 piao3 bai2 shen1 fen4 +008533 记者#1看到#3,崔炳武#2当时#1经营的#1游戏室#3已经#1变成了#1服装店#4。 + ji4 zhe3 kan4 dao4 cui1 bing2 wu3 dang1 shi2 jing1 ying2 de5 you2 xi4 shi4 yi3 jing1 bian4 cheng2 le5 fu2 zhuang1 dian4 +008534 据知#3,霆锋#2不想#2家嘈#1屋闭#3,于是#1乖乖#1就范#4。 + ju4 zhi1 ting2 feng1 bu4 xiang3 jia1 cao2 wu1 bi4 yu2 shi4 guai1 guai1 jiu4 fan4 +008535 乌鸦说#2我真#1不幸#3,但#1实际上#3,他是#1因为#1运气吗#4? + wu1 ya1 shuo1 wo3 zhen1 bu2 xing4 dan4 shi2 ji4 shang4 ta1 shi4 yin1 wei4 yun4 qi5 ma5 +008536 给人#1感觉#2正像是#1“食草#1动物#3”,蔫得#1没脾气#4。 + gei3 ren2 gan3 jue2 zheng4 xiang4 shi4 shi2 cao3 dong4 wu5 nian1 de5 mei2 pi2 qi4 +008537 卡塔尔#1学校里#2有#1很多#2卡塔尔#1当地的#1学生#4。 + ka2 ta2 er3 xue2 xiao4 li3 you2 hen3 duo1 ka2 ta2 er3 dang1 di4 de5 xue2 sheng1 +008538 最后#3,买衣服#2要#1懂得#1看尺寸#2、面料#2和#1材质#4。 + zui4 hou4 mai3 yi1 fu5 yao4 dong3 de2 kan4 chi3 cun4 mian4 liao4 he2 cai2 zhi4 +008539 不用说#3,手里的#1漏洞#2也是#1多的#1可以#1批发了#4。 + bu2 yong4 shuo1 shou2 li3 de5 lou4 dong4 ye3 shi4 duo1 de5 ke2 yi3 pi1 fa1 le5 +008540 操纵#1键盘的手#2用来#1搬运#1沙袋#2是否#1觉得亏#4? + cao1 zong4 jian4 pan2 de5 shou3 yong4 lai2 ban1 yun4 sha1 dai4 shi4 fou3 jue2 de5 kui1 +008541 巨大的#1雷鸣声#2一浪浪地#1滚来#3,大地#1轻颤#4。 + ju4 da4 de5 lei2 ming2 sheng1 yi2 lang4 lang4 de5 gun3 lai2 da4 di4 qing1 chan4 +008542 老人#2面目全非#3,手里#1紧紧#1攥着#1一把#1狗毛#4。 + lao3 ren2 mian4 mu4 quan2 fei1 shou2 li3 jin2 jin3 zuan4 zhe5 yi4 ba2 gou3 mao2 +008543 自从#2使用#1软件后#3,赵某#1就成了#1“常胜#1将军#4”。 + zi4 cong2 shi3 yong4 ruan3 jian4 hou4 zhao4 mou3 jiu4 cheng2 le5 chang2 sheng4 jiang1 jun5 +008544 同时#3,大选的#1混乱#2也#1进一步#1证明了#3海地#1政治#1体系#3已#1完全#1瓦解#4。 + tong2 shi2 da4 xuan3 de5 hun4 luan4 ye3 jin4 yi2 bu4 zheng4 ming2 le5 hai3 di4 zheng4 zhi4 ti3 xi4 yi3 wan2 quan2 wa2 jie3 +008545 本来#2李焜耀#2可#1拿出#1许多#1理由#2为自己#1开脱#4。 + ben3 lai2 li3 kun1 yao4 ke3 na2 chu1 xu3 duo1 li3 you2 wei4 zi4 ji3 kai1 tuo1 +008546 吃#3,吃#3,就#1知道吃#3,赚#1多少钱#1够你#1吃的#4? + chi1 chi1 jiu4 zhi1 dao4 chi1 zhuan4 duo1 shao3 qian2 gou4 ni3 chi1 de5 +008547 该保安#2为记者#1打开#1电梯#3,“护送#1”记者#1下楼#4。 + gai1 bao3 an1 wei4 ji4 zhe2 da3 kai1 dian4 ti1 hu4 song4 ji4 zhe3 xia4 lou2 +008548 受此#1重击#3,林辉#2晃晃#1悠悠地#1倒在了#1地上#4。 + shou4 ci3 zhong4 ji1 lin2 hui1 huang4 huang5 you1 you1 de5 dao3 zai4 le5 di4 shang4 +008549 有#1记载称#3,拱手礼#1在#1我国#2已有#1两千年#1历史#4。 + you3 ji4 zai3 cheng1 gong2 shou2 li3 zai4 wo3 guo2 yi2 you2 liang3 qian1 nian2 li4 shi3 +008550 寻常#1百姓的#1消暑#1饮品#3就此#1成为#1“奢侈品#4”。 + xun2 chang2 bai3 xing4 de5 xiao1 shu3 yin2 pin3 jiu4 ci3 cheng2 wei2 she1 chi2 pin3 +008551 化肥#1流通#1秩序#1混乱#3,乱抬#1价格的#1问题#2仍然#1存在#4。 + hua4 fei2 liu2 tong1 zhi4 xu4 hun4 luan4 luan4 tai2 jia4 ge2 de5 wen4 ti2 reng2 ran2 cun2 zai4 +008552 六是#2黑恶势力#2对#1党政#1干部的#1拉拢#1腐蚀#2日益#1严重#4。 + liu4 shi4 hei1 e4 shi4 li4 dui4 dang3 zheng4 gan4 bu4 de5 la1 long2 fu3 shi2 ri4 yi4 yan2 zhong4 +008553 高地价#1项目的#1累累#1负债#3,对#1企业的#1营收#2形成#1重压#4。 + gao1 di4 jia4 xiang4 mu4 de5 lei2 lei2 fu4 zhai4 dui4 qi3 ye4 de5 ying2 shou1 xing2 cheng2 zhong4 ya1 +008554 本以为#2进八中#1是#1妥妥儿的#3,其他#1学校#2根本#1没考虑#4。 + ben2 yi3 wei2 jin4 ba1 zhong1 shi4 tuo2 tuor3 de5 qi2 ta1 xue2 xiao4 gen1 ben3 mei2 kao3 lv4 +008555 视频#1截图#2当事#1医生#2李荷纯的#1肩膀#2被#1铁棍#1戳伤#4。 + shi4 pin2 jie2 tu2 dang1 shi4 yi1 sheng1 li3 he2 chun2 de5 jian1 bang3 bei4 tie3 gun4 chuo1 shang1 +008556 民警#1希望#3邓金超#2及时#1联系#1本报#1热线#3九六#1二幺幺#4。 + min2 jing3 xi1 wang4 deng4 jin1 chao1 ji2 shi2 lian2 xi4 ben3 bao4 re4 xian4 jiu3 liu4 er4 yao1 yao1 +008557 生活#1是#1开水#3,不论#1冷热#3,只要#1有#1适合的#1温度#1就好#4。 + sheng1 huo2 shi4 kai1 shui3 bu2 lun4 leng3 re4 zhi3 yao4 you3 shi4 he2 de5 wen1 du4 jiu4 hao3 +008558 双手#2被#1细铁丝#1捆扎#3,脸色#1铁青#3,处于#1昏迷#1状态#4。 + shuang1 shou3 bei4 xi4 tie3 si1 kun3 za1 lian3 se4 tie3 qing1 chu3 yu2 hun1 mi2 zhuang4 tai4 +008559 并且#1每次#1把#1瓶塞#1拉出来的#1时候#2都要#1大叫#1一声#4。 + bing4 qie2 mei3 ci4 ba3 ping2 sai1 la1 chu1 lai2 de5 shi2 hou5 dou1 yao4 da4 jiao4 yi4 sheng1 +008560 我还有#1几十年呢#3,反正#2总是#1差他#1半寸#2就#1追到#1他了#4。 + wo3 hai2 you2 ji3 shi2 nian2 ne5 fan3 zheng4 zong3 shi4 cha4 ta1 ban4 cun4 jiu4 zhui1 dao4 ta1 le5 +008561 昨天的#1迷雾河#1仍然#1湍急#3,不过#2车辆#1已经#1能够#2飞快地#1通过#4。 + zuo2 tian1 de5 mi2 wu4 he2 reng2 ran2 tuan1 ji2 bu2 guo4 che1 liang4 yi3 jing1 neng2 gou4 fei1 kuai4 de5 tong1 guo4 +008562 另外#2我们#1还能#1攒点钱#1做点#1小投资#3,生活#1压力#2也#1不至于#1太大#4。 + ling4 wai4 wo3 men5 hai2 neng2 zan2 dian3 qian2 zuo4 dian2 xiao3 tou2 zi1 sheng1 huo2 ya1 li4 ye3 bu2 zhi4 yu2 tai4 da4 +008563 上百名#2穿#1蓝棉袄#2、戴#1雷锋帽的#1大学生#2出现在#1验票口前#4。 + shang4 bai3 ming2 chuan1 lan2 mian2 ao3 dai4 lei2 feng1 mao4 de5 da4 xue2 sheng1 chu1 xian4 zai4 yan4 piao4 kou3 qian2 +008564 能有#1答案#2就#1不是#1人生吧#4! + neng2 you3 da2 an4 jiu4 bu2 shi4 ren2 sheng1 ba5 +008565 张亮#1心里#1回答#2正是#1老子#3,嘴上#1窘笑说#3:是吗#4? + zhang1 liang4 xin1 li3 hui2 da2 zheng4 shi4 lao3 zi5 zui3 shang4 jiong3 xiao4 shuo1 shi4 ma5 +008566 在近#1百米的#1悬崖下#3,一条#2细细的#1裂缝#3横亘在#1选手#1眼前#4。 + zai4 jin4 bai2 mi3 de5 xuan2 ya2 xia4 yi4 tiao2 xi4 xi4 de5 lie4 feng4 heng2 gen4 zai4 xuan2 shou2 yan3 qian2 +008567 八月的#1奥运#1战场#3,必定会#2因#1多场#1强强#1对话的#1上演#3而#1更加#1精彩#1激烈#4。 + ba1 yue4 de5 ao4 yun4 zhan4 chang3 bi4 ding4 hui4 yin1 duo1 chang3 qiang2 qiang2 dui4 hua4 de5 shang4 yan3 er2 geng4 jia1 jing1 cai3 ji1 lie4 +008568 金庸#1小说里#2总有#1一个#1风度#1翩翩#3、气质#1俊朗#3、武功#1超群的#1表哥#4。 + jin1 yong1 xiao3 shuo1 li3 zong2 you3 yi2 ge4 feng1 du4 pian1 pian1 qi4 zhi4 jun4 lang3 wu3 gong1 chao1 qun2 de5 biao3 ge1 +008569 玲玲#1表姐#2为记者#1提供了#1一份#2她和#1玲玲#1同学#1小伟的#1聊天#1记录#4。 + ling2 ling5 biao2 jie3 wei4 ji4 zhe3 ti2 gong1 le5 yi2 fen4 ta1 he2 ling2 ling5 tong2 xue2 xiao2 wei3 de5 liao2 tian1 ji4 lu4 +008570 卢起源#2对#1恢复#1卢宅#1面貌#3,甚至#1到了#2几乎#1执拗的#1地步#4。 + lu2 qi3 yuan2 dui4 hui1 fu4 lu2 zhai2 mian4 mao4 shen4 zhi4 dao4 le5 ji1 hu1 zhi2 niu4 de5 di4 bu4 +008571 从此#3,他开始#1独身#1一人#2闯海南#4。 + cong2 ci3 ta1 kai1 shi3 du2 shen1 yi4 ren2 chuang2 hai3 nan2 +008572 以色列#1军队#2从#1入侵的#1黎村庄#1撤出#4。 + yi3 se4 lie4 jun1 dui4 cong2 ru4 qin1 de5 li2 cun1 zhuang1 che4 chu1 +008573 最终#2小丽#2因#1不堪#1忍受#3,辍学#1离家#1出走#4。 + zui4 zhong1 xiao3 li4 yin1 bu4 kan1 ren3 shou4 chuo4 xue2 li2 jia1 chu1 zou3 +008574 最终#1结果是#3谢宏强#1赢了#3,另一家#1讨债#1公司#1被撵走#4。 + zui4 zhong1 jie2 guo3 shi4 xie4 hong2 qiang2 ying2 le5 ling4 yi4 jia1 tao3 zhai4 gong1 si1 bei4 nian2 zou3 +008575 他#1周日#2在网上#1发信息#3呼吁#1批评者#2让#1哈里#1“喘喘气#4”。 + ta1 zhou1 ri4 zai4 wang3 shang4 fa1 xin4 xi1 hu1 yu4 pi1 ping2 zhe3 rang4 ha1 li3 chuan2 chuan3 qi4 +008576 次日#1上午#3,又将#1该手机#3埋入#1苏家#1楼下的#1萝卜坑内#4。 + ci4 ri4 shang4 wu3 you4 jiang1 gai1 shou3 ji1 mai2 ru4 su1 jia1 lou2 xia4 de5 luo2 bo5 keng1 nei4 +008577 有话#1就说#3,有屁#1就放#3,婆婆#1妈妈的#2哪像个#1爷们#4! + you3 hua4 jiu4 shuo1 you3 pi4 jiu4 fang4 po2 po5 ma1 ma1 de5 na3 xiang4 ge5 ye2 men5 +008578 为此#3,英国#1路华#1公司#2将#1中国#1商评委#2起诉至#1法院#4。 + wei4 ci3 ying1 guo2 lu4 hua2 gong1 si1 jiang1 zhong1 guo2 shang1 ping2 wei3 qi3 su4 zhi4 fa3 yuan4 +008579 用#1电商#2颠覆#1传统#1行业#3,占领#1垂直的#1服装#1市场#4。 + yong4 dian4 shang1 dian1 fu4 chuan2 tong3 hang2 ye4 zhan4 ling3 chui2 zhi2 de5 fu2 zhuang1 shi4 chang3 +008580 这#1难道#1就是#2大名鼎鼎的#1中国#1漆王#2黄兴国吗#4? + zhe4 nan2 dao4 jiu4 shi4 da4 ming2 ding2 ding3 de5 zhong1 guo2 qi1 wang2 huang2 xing1 guo2 ma5 +008581 麦克雷文#2是#1得克萨斯#1州人#3,出身于#1军人#1家庭#4。 + mai4 ke4 lei2 wen2 shi4 de2 ke4 sa4 si1 zhou1 ren2 chu1 shen1 yu2 jun1 ren2 jia1 ting2 +008582 可是#3,随着#1时间#1越来越晚#3,两人的#1要求#1也#1越来越低#4。 + ke3 shi4 sui2 zhe5 shi2 jian1 yue4 lai2 yue4 wan3 liang3 ren2 de5 yao1 qiu2 ye3 yue4 lai2 yue4 di1 +008583 杨磊的#1弟弟#1杨坤#2在#1法庭上#2附和了#1上述#1说法#4。 + yang2 lei3 de5 di4 di5 yang2 kun1 zai4 fa3 ting2 shang4 fu4 he4 le5 shang4 shu4 shuo1 fa3 +008584 自治区#1副主席#1靳诺#3看望#2踩踏#1事故#1受伤#1学生#4。 + zi4 zhi4 qu1 fu4 zhu3 xi2 jin4 nuo4 kan4 wang4 cai3 ta4 shi4 gu4 shou4 shang1 xue2 sheng1 +008585 近#1一个月里#3,我没#1碰到#1传言中#3蛮横#1欺霸的#1灾民#4。 + jin4 yi2 ge4 yue4 li3 wo3 mei2 peng4 dao4 chuan2 yan2 zhong1 man2 heng4 qi1 ba4 de5 zai1 min2 +008586 此前#2沙溢#1曾#1表示#3,结婚后#2肯定会#1马上#1要#1宝宝#4。 + ci3 qian2 sha1 yi4 ceng2 biao3 shi4 jie2 hun1 hou4 ken3 ding4 hui4 ma3 shang4 yao4 bao3 bao5 +008587 奥巴马#2访问#1亚太#1地区的#1时候#3开始#1明白#1这一点#4。 + ao4 ba1 ma2 fang3 wen4 ya4 tai4 di4 qu1 de5 shi2 hou4 kai1 shi3 ming2 bai5 zhe4 yi4 dian3 +008588 我#1再干#1一年多#1时间#3,这一年#1多的#1时间#2我能#1保证#4。 + wo3 zai4 gan4 yi4 nian2 duo1 shi2 jian1 zhe4 yi4 nian2 duo1 de5 shi2 jian1 wo3 neng2 bao3 zheng4 +008589 小姑娘说#3,她#1觉得#1吴斌#1叔叔#2“特别好#2,特别好#4”。 + xiao3 gu1 niang5 shuo1 ta1 jue2 de5 wu2 bin1 shu1 shu5 te4 bie2 hao3 te4 bie2 hao3 +008590 随后#3靳某#2又#1掐住#1高某的#1脖子#3将其#1按在#1地上#4。 + sui2 hou4 jin4 mou3 you4 qia1 zhu4 gao1 mou3 de5 bo2 zi5 jiang1 qi2 an4 zai4 di4 shang5 +008591 小男孩#2额头上#2汗涔涔的#3,摸上去#2却#1没有#1发烫#4。 + xiao3 nan2 hai2 e2 tou5 shang4 han4 cen2 cen2 de5 mo1 shang4 qu4 que4 mei2 you3 fa1 tang4 +008592 今天#1我来#3,就是#1同大家#2谈谈心#3,说说#1心里话#4。 + jin1 tian1 wo3 lai2 jiu4 shi4 tong2 da4 jia1 tan2 tan2 xin1 shuo1 shuo1 xin1 li3 hua4 +008593 记者#1看到#3,芒果树#2拦腰#1折断#3,断口#2参差不齐#4。 + ji4 zhe3 kan4 dao4 mang2 guo3 shu4 lan2 yao1 zhe2 duan4 duan4 kou3 cen1 ci1 bu4 qi2 +008594 谢汉华说#3,当时#1他#2又惊#1又喜#3,心里#2也有了#1怀疑#4。 + xie4 han4 hua2 shuo1 dang1 shi2 ta1 you4 jing1 you4 xi3 xin1 li3 ye2 you3 le5 huai2 yi2 +008595 她#1高兴的#1时候#1喜欢#1聊天#3,有时#1不高兴#2还会#1噘着嘴#4。 + ta1 gao1 xing4 de5 shi2 hou4 xi3 huan1 liao2 tian1 you3 shi2 bu4 gao1 xing4 hai2 hui4 jue1 zhe5 zui3 +008596 养殖场的#1工作#1人员说#3,猪尾巴#1甩起来#3,就说明#2猪高兴#4。 + yang3 zhi2 chang3 de5 gong1 zuo4 ren2 yuan2 shuo1 zhu1 wei3 ba5 shuai2 qi3 lai2 jiu4 shuo1 ming2 zhu1 gao1 xing4 +008597 榆次#1居民#1则声称#3是#1上网#2或#1听信#1邻居#1吆喝#3及#1朋友#1电话#4。 + yu2 ci4 ju1 min2 ze2 sheng1 cheng1 shi4 shang4 wang3 huo4 ting1 xin4 lin2 ju1 yao1 he4 ji2 peng2 you5 dian4 hua4 +008598 钱#1这种#1东西#2对#1机器人#1来说#3,永远#1没有#1知识#1和#1努力#1重要#4。 + qian2 zhe4 zhong3 dong1 xi5 dui4 ji1 qi4 ren2 lai2 shuo1 yong2 yuan3 mei2 you3 zhi1 shi5 he2 nu3 li4 zhong4 yao4 +008599 艾薇儿#2遭遇#1中国#1长城#3。艾薇儿的#1中国#1之旅#2可谓#1收获#1多多#4。 + ai4 wei1 er2 zao1 yu4 zhong1 guo2 chang2 cheng2 ai4 wei1 er2 de5 zhong1 guo2 zhi1 lv3 ke3 wei4 shou1 huo4 duo1 duo1 +008600 饿了#1忍着点嘛#3!不然#2真的#1会胖#1很多#4! + e4 le5 ren3 zhe5 dian3 ma5 bu4 ran2 zhen1 de5 hui4 pang4 hen3 duo1 +008601 图片#2、产品#1介绍#3把#1整个#1展览#1大厅#2装点成#1一个#1缤纷的#1世界#4。 + tu2 pian4 chan2 pin3 jie4 shao4 ba2 zheng3 ge4 zhan2 lan3 da4 ting1 zhuang1 dian3 cheng2 yi2 ge4 bin1 fen1 de5 shi4 jie4 +008602 沙滩#1藤球#2融合了#1排球#2、足球#2、羽毛球#1等#1运动的#1特点#4。 + sha1 tan1 teng2 qiu2 rong2 he2 le5 pai2 qiu2 zu2 qiu2 yu3 mao2 qiu2 deng3 yun4 dong4 de5 te4 dian3 +008603 青少年#2便于#1哄骗#1教唆#3,也是#1不法之徒#2首选的#1原因#1之一#4。 + qing1 shao4 nian2 bian4 yu2 hong3 pian4 jiao4 suo1 ye3 shi4 bu4 fa3 zhi1 tu2 shou2 xuan3 de5 yuan2 yin1 zhi1 yi1 +008604 在#1看守所#3,他被#1取了#1化名#3,叫#1吴良#3,零九幺#1专案组的#4。 + zai4 kan1 shou2 suo3 ta1 bei4 qu3 le5 hua4 ming2 jiao4 wu2 liang2 ling2 jiu3 yao1 zhuan1 an4 zu3 de5 +008605 十二月#1二十九日#3,陈长海#2被#1二十七区#1检察院#2批准#1逮捕#4。 + shi2 er4 yue4 er4 shi2 jiu3 ri4 chen2 chang2 hai3 bei4 er4 shi2 qi1 qu1 jian3 cha2 yuan4 pi1 zhun3 dai4 bu3 +008606 陈宇晖的#1父母#3当天#2在#1纽约#1曼哈顿#2出席#1新闻#1发布会#4。 + chen2 yu3 hui1 de5 fu4 mu3 dang4 tian1 zai4 niu3 yue1 man4 ha1 dun4 chu1 xi2 xin1 wen2 fa1 bu4 hui4 +008607 国家#1统计局#2二零一零年的#1数据#3为#1零点#1四八一#4。 + guo2 jia1 tong3 ji4 ju2 er4 ling2 yi1 ling2 nian2 de5 shu4 ju4 wei2 ling2 dian3 si4 ba1 yi1 +008608 张志国的#1父亲#2也#1不停#1抹眼角#3,实在#1忍不住时#2只好#1一声#1长叹#4。 + zhang1 zhi4 guo2 de5 fu4 qin5 ye3 bu4 ting2 mo3 yan2 jiao3 shi2 zai4 ren3 bu2 zhu4 shi2 zhi2 hao3 yi4 sheng1 chang2 tan4 +008609 不然#3,今天#2是#1紫砂锅#2、豆浆机#1遭殃#3,明天#2没准儿#2又轮到#1谁了#4。 + bu4 ran2 jin1 tian1 shi4 zi3 sha1 guo1 dou4 jiang1 ji1 zao1 yang1 ming2 tian1 mei2 zhunr3 you4 lun2 dao4 shei2 le5 +008610 从#1目前#1情况看#3,宁波市#2第二#1医院的#1应对#1措施#2是#1及时#1妥当的#4。 + cong2 mu4 qian2 qing2 kuang4 kan4 ning2 bo1 shi4 di4 er4 yi1 yuan4 de5 ying4 dui4 cuo4 shi1 shi4 ji2 shi2 tuo3 dang4 de5 +008611 钱荣#2摆开#2抄的#1架势道#3:一个#1私立#1中学#3,哈#3,这样#1子的#1试卷#2也要我#1来做#4。 + qian2 rong2 bai3 kai1 chao1 de5 jia4 shi4 dao4 yi2 ge4 si1 li4 zhong1 xue2 ha1 zhe4 yang4 zi3 de5 shi4 juan4 ye3 yao4 wo3 lai2 zuo4 +008612 根据#2古代#1墓志#1等#1资料#1总结#3,古代#1女子#2在#2十五到#1十九岁#1结婚为#1多哦#4。 + gen1 ju4 gu3 dai4 mu4 zhi4 deng3 zi1 liao4 zong3 jie2 gu3 dai4 nv2 zi3 zai4 shi2 wu3 dao4 shi2 jiu3 sui4 jie2 hun1 wei2 duo1 o5 +008613 对#2大赛#1推出的#1系列#1尺寸#1标准#3,周岑岑#1认为#3,有些#2难以#1接受#4。 + dui4 da4 sai4 tui1 chu1 de5 xi4 lie4 chi3 cun4 biao1 zhun3 zhou1 cen2 cen2 ren4 wei2 you3 xie1 nan2 yi3 jie1 shou4 +008614 强弱#2不以#2真正的#1实力#1来#1界定#3,而是以#2拥有的#1资源#1多少#1来界定#4。 + qiang2 ruo4 bu4 yi3 zhen1 zheng4 de5 shi2 li4 lai2 jie4 ding4 er2 shi4 yi3 yong1 you3 de5 zi1 yuan2 duo1 shao3 lai2 jie4 ding4 +008615 记者#1准备#2再次#1漂洗#3,旁边的#1洗碗工#1催促着#2“可以啦#3,可以啦#4”。 + ji4 zhe2 zhun3 bei4 zai4 ci4 piao2 xi3 pang2 bian1 de5 xi2 wan3 gong1 cui1 cu4 zhe5 ke2 yi3 la5 ke2 yi3 la5 +008616 司仪#2虽有#1发现#2诸葛梓岐#1不妥#3,但#1活动#2并未#1因此#1中断#2或#1改动#4。 + si1 yi2 sui1 you3 fa1 xian4 zhu1 ge2 zi3 qi2 bu4 tuo3 dan4 huo2 dong4 bing4 wei4 yin1 ci3 zhong1 duan4 huo4 gai3 dong4 +008617 购房#1合同#2摆在#1桌上#3,买家#1胡兵#2迟疑#1片刻#3,咬了咬#1嘴唇#3,签名#1成交#4。 + gou4 fang2 he2 tong4 bai3 zai4 zhuo1 shang4 mai3 jia1 hu2 bing1 chi2 yi2 pian4 ke4 yao3 le5 yao2 zui3 chun2 qian1 ming2 cheng2 jiao1 +008618 三是#2要#1加快#1生态#1涵养#2发展区#1建设#4。 + san1 shi4 yao4 jia1 kuai4 sheng1 tai4 han2 yang3 fa1 zhan3 qu1 jian4 she4 +008619 英吉利#2卷起#2“窃听#1风暴#3”,动摇了#2默多克#1父子#2在#1英国的#1商业#1根基#4。 + ying1 ji2 li4 juan2 qi3 qie4 ting1 feng1 bao4 dong4 yao2 le5 mo4 duo1 ke4 fu4 zi3 zai4 ying1 guo2 de5 shang1 ye4 gen1 ji1 +008620 当时#1发现的#1“化石#2”更#1准确地说#2是#1胚胎#1化石#4。 + dang1 shi2 fa1 xian4 de5 hua4 shi2 geng4 zhun3 que4 de5 shuo1 shi4 pei1 tai1 hua4 shi2 +008621 老爸说#3:是啊#2不能#1偏心#1你哥#2在干吗#4? + lao3 ba4 shuo1 shi4 a5 bu4 neng2 pian1 xin1 ni3 ge1 zai4 gan4 ma2 +008622 呵呵#3,看来#2你挺#1了解的#3,那你#1给我#1详细#1说说呗#4。 + he1 he1 kan4 lai2 ni2 ting3 liao2 jie3 de5 na4 ni3 gei2 wo3 xiang2 xi4 shuo1 shuo5 bei5 +008623 在内城#1之内的#1南半部#3,核心处#2耸立着#1秦始皇陵的#1高大#1封土#4。 + zai4 nei4 cheng2 zhi1 nei4 de5 nan2 ban4 bu4 he2 xin1 chu4 song3 li4 zhe5 qin2 shi3 huang2 ling2 de5 gao1 da4 feng1 tu3 +008624 她#1不会#1写字#3,于是#2就#1摁了#1手印#4。 + ta1 bu2 hui4 xie3 zi4 yu2 shi4 jiu4 en4 le5 shou3 yin4 +008625 说#1这个的你#3,会对我#1负责么#4。 + shuo1 zhe4 ge5 de5 ni3 hui4 dui4 wo3 fu4 ze2 me5 +008626 有着#2金属#1栏杆的#1大门#2虚掩着#4。 + you3 zhe5 jin1 shu3 lan2 gan1 de5 da4 men2 xu1 yan3 zhe5 +008627 带着#1你的爱#2我#1会睡的#1很香甜#4。 + dai4 zhe5 ni3 de5 ai4 wo3 hui4 shui4 de5 hen3 xiang1 tian2 +008628 你#1吃过#2跳水#1皇后#1做的#1饭吗#4? + ni3 chi1 guo4 tiao4 shui3 huang2 hou4 zuo4 de5 fan4 ma5 +008629 丑小鸭#2虽然在#1乡下#3,却#1有着#1远大的#1志向#3,一直#1在#1默默#1努力#4。 + chou2 xiao3 ya1 sui1 ran2 zai4 xiang1 xia4 que4 you3 zhe5 yuan3 da4 de5 zhi4 xiang4 yi4 zhi2 zai4 mo4 mo4 nu3 li4 +008630 黄岩#2九峰#1公园的#1米筛井#2更是#1人满为患#3,上千人#1排队#1打水#4。 + huang2 yan2 jiu3 feng1 gong1 yuan2 de5 mi3 shai1 jing3 geng4 shi4 ren2 man3 wei2 huan4 shang4 qian1 ren2 pai2 dui4 da2 shui3 +008631 对它#2期望#1过高#3,“播下#1龙种#3,收获#1跳蚤#2”将#1很可能#1成为#1现实#4。 + dui4 ta1 qi1 wang4 guo4 gao1 bo1 xia4 long2 zhong3 shou1 huo4 tiao4 zao5 jiang1 hen2 ke3 neng2 cheng2 wei2 xian4 shi2 +008632 脸部#1伤势#2最为#1严重#3,有#1好几处#2已被#1缝合的#1伤口#2,惨不忍睹#4。 + lian3 bu4 shang1 shi4 zui4 wei2 yan2 zhong4 you3 hao2 ji3 chu4 yi3 bei4 feng2 he2 de5 shang1 kou3 can3 bu4 ren2 du3 +008633 另外#2他那#1炯炯有神的#1眼光#2和#1威胁#1他人的#1表情#2也#1非常#1带劲#4。 + ling4 wai4 ta1 na4 jiong2 jiong2 you3 shen2 de5 yan3 guang1 he2 wei1 xie2 ta1 ren2 de5 biao3 qing2 ye3 fei1 chang2 dai4 jin4 +008634 对此#3,日本#1乒协#2表达了#1歉意#4。 + dui4 ci3 ri4 ben3 ping1 xie2 biao3 da2 le5 qian4 yi4 +008635 路过#1此地的#1狐狸#1看见后#3,口水#1直流#3,很想#1把肉#1弄到手#4。 + lu4 guo4 ci3 di4 de5 hu2 li5 kan4 jian4 hou4 kou2 shui3 zhi2 liu2 hen2 xiang2 ba3 rou4 nong4 dao4 shou3 +008636 对此#3,反对党#1工党#2部分#1议员#2痛批#3“这#1根本#1是个#1奴隶#1计划#4”。 + dui4 ci3 fan3 dui4 dang3 gong1 dang3 bu4 fen4 yi4 yuan2 tong4 pi1 zhe4 gen1 ben3 shi4 ge5 nu2 li4 ji4 hua4 +008637 枪案#1发生后#2警方#2封锁了#1曼哈顿#1多条#1街道#4。 + qiang1 an4 fa1 sheng1 hou4 jing3 fang1 feng1 suo3 le5 man4 ha1 dun4 duo1 tiao2 jie1 dao4 +008638 你若#1心苦#3,我是#1甘甜#3;你若#1心伤#3,我是#1欢颜#4。 + ni3 ruo4 xin1 ku3 wo3 shi4 gan1 tian2 ni3 ruo4 xin1 shang1 wo3 shi4 huan1 yan2 +008639 嗨#3,艳丽#3,你#1怎么#1不把#1若男#1带来呢#4? + hai5 yan4 li4 ni2 zen3 me5 bu4 ba3 ruo4 nan2 dai4 lai2 ne5 +008640 国民#1横菜#3!西红柿#1炒鸡蛋#4! + guo2 min2 heng2 cai4 xi1 hong2 shi4 chao3 ji1 dan4 +008641 根据#2电磁学的#1基本#1原理#3,闭合的#1电路#2在#1磁场中#1运动#2可以#1产生#1电能#4。 + gen1 ju4 dian4 ci2 xue2 de5 ji1 ben3 yuan2 li3 bi4 he2 de5 dian4 lu4 zai4 ci2 chang3 zhong1 yun4 dong4 ke2 yi2 chan3 sheng1 dian4 neng2 +008642 刚#1看见个#1答题卡#3,我也#1说个#4。 + gang1 kan4 jian4 ge5 da2 ti2 ka3 wo2 ye3 shuo1 ge5 +008643 老板#2给了他#1粑粑#1一小撮#1子弹#3,上膛#3,瞄准#2儿子的腿#3,嘭#4! + lao2 ban2 gei3 le5 ta1 ba1 ba1 yi4 xiao3 cuo1 zi3 dan4 shang4 tang2 miao2 zhun3 er2 zi5 de5 tui3 peng1 +008644 我和#1你爹#1商量#2给你#1请#1一个#1家教#3,好好#1给你#1补课#4! + wo3 he2 ni3 die1 shang1 liang5 gei2 ni2 qing3 yi2 ge4 jia1 jiao4 hao2 hao3 gei2 ni2 bu3 ke4 +008645 之后#3,因为#1一捆#1铁丝#3,他#1被抓#3,妻子#1走了#3,家散了#4。 + zhi1 hou4 yin1 wei4 yi4 kun2 tie3 si1 ta1 bei4 zhua1 qi1 zi5 zou3 le5 jia1 san4 le5 +008646 来来来#3,我是#1一个#1菠萝#3,萝萝萝#2萝萝萝#4! + lai2 lai2 lai2 wo3 shi4 yi2 ge4 bo1 luo2 luo2 luo2 luo2 luo2 luo2 luo2 +008647 你#1两岁了#3,妈妈#1却只#1为你#1过了#1一次#1生日#4。 + ni2 liang3 sui4 le5 ma1 ma5 que4 zhi3 wei4 ni3 guo4 le5 yi2 ci4 sheng1 ri4 +008648 他#1捋了捋#1胡须说#3:因为#1凌晨#1一点#2至#1三点#2是#1丑时啊#4。 + ta1 lv3 le5 lv3 hu2 xu1 shuo1 yin1 wei4 ling2 chen2 yi1 dian3 zhi4 san1 dian3 shi4 chou3 shi2 a5 +008649 二零一二年#3,双边#1贸易额#2为#2四点#1四九#1五八亿#1美元#4。 + er4 ling2 yi1 er4 nian2 shuang1 bian1 mao4 yi4 e2 wei2 si4 dian3 si4 jiu2 wu3 ba1 yi4 mei3 yuan2 +008650 思想的#1飞跃#3给#1新会#2带来#1勃勃#1生机#4。 + si1 xiang3 de5 fei1 yue4 gei3 xin1 hui4 dai4 lai2 bo2 bo2 sheng1 ji1 +008651 目前#1换股#2是#1一种#1可行的#1操作#1策略#4。 + mu4 qian2 huan4 gu3 shi4 yi4 zhong2 ke3 xing2 de5 cao1 zuo4 ce4 lve4 +008652 许先生#2憋着#1一口气#3,一路#1开车#1紧追#4。 + xu3 xian1 sheng5 bie1 zhe5 yi4 kou3 qi4 yi2 lu4 kai1 che1 jin3 zhui1 +008653 我怕#1他们#2互相#1吵醒#1对方#4。 + wo3 pa4 ta1 men5 hu4 xiang1 chao2 xing3 dui4 fang1 +008654 我#1明白了#3,原来#1你的#1胸#2就是#1那时候#1蹭没的#3!多么#1痛的#1领悟#4! + wo3 ming2 bai5 le5 yuan2 lai2 ni3 de5 xiong1 jiu4 shi4 na4 shi2 hou4 ceng4 mei2 de5 duo1 me5 tong4 de5 ling3 wu4 +008655 蚁丘#1附近#2密密麻麻地#2聚集了#1大小#1红火蚁#3以及#1一串串的#1蚁卵#4。 + yi3 qiu1 fu4 jin4 mi4 mi4 ma2 ma2 de5 ju4 ji2 le5 da4 xiao3 hong2 huo2 yi3 yi3 ji2 yi2 chuan4 chuan4 de5 yi2 luan3 +008656 其#1一身#1邋遢的#1衣服#3,靠捡#1瓶子#2买年票#2观看#1北京#1国安的#1比赛#4。 + qi2 yi4 shen1 la1 ta5 de5 yi1 fu5 kao4 jian3 ping2 zi5 mai3 nian2 piao4 guan1 kan4 bei3 jing1 guo2 an1 de5 bi3 sai4 +008657 死活#1不走#3,得#1让你#1挪开些#4。 + si3 huo2 bu4 zou3 dei3 rang4 ni3 nuo2 kai1 xie1 +008658 当时#2离#1学校#1不过#1几十米#1远#4。 + dang1 shi2 li2 xue2 xiao4 bu2 guo4 ji3 shi2 mi2 yuan3 +008659 又#1一趟车#2安全地#1开到#1目的地#4。 + you4 yi2 tang4 che1 an1 quan2 de5 kai1 dao4 mu4 di4 di4 +008660 宜家#1餐厅#3,一名#1阿姨#1在#1喝咖啡#4。 + yi2 jia1 can1 ting1 yi4 ming2 a1 yi2 zai4 he1 ka1 fei1 +008661 那头#2一句#1不信#1算了#2便#1挂了#4。 + na4 tou2 yi2 ju4 bu2 xin4 suan4 le5 bian4 gua4 le5 +008662 目前#3,正是#1它们#2从#1海口#2溯#1长江#1而上#3,产卵#1繁殖的#1高峰期#4。 + mu4 qian2 zheng4 shi4 ta1 men5 cong2 hai2 kou3 su4 chang2 jiang1 er2 shang4 chan2 luan3 fan2 zhi2 de5 gao1 feng1 qi1 +008663 一只猫#2跑到#1这棵树的#1树干上#2找到#1一个#1树洞#3,在#1那里#2生下#1小猫#4。 + yi4 zhi1 mao1 pao3 dao4 zhe4 ke1 shu4 de5 shu4 gan4 shang4 zhao3 dao4 yi2 ge4 shu4 dong4 zai4 na4 li3 sheng1 xia4 xiao3 mao1 +008664 进行#1升级#3,给您#1带来#1不便#2请#1谅解#3,详询#2九五#1五六#1六#4。 + jin4 xing2 sheng1 ji2 gei3 nin2 dai4 lai2 bu2 bian4 qing3 liang4 jie3 xiang2 xun2 jiu2 wu2 wu3 liu4 liu4 +008665 这是家#2夫妻店#3,店主#1也希望#2多个#1帮手#3,就#1收留了他#4。 + zhe4 shi4 jia1 fu1 qi1 dian4 dian4 zhu2 ye3 xi1 wang4 duo1 ge4 bang1 shou3 jiu4 shou1 liu2 le5 ta1 +008666 除了#1青椒#3,一些#1叶菜#2如#1上海青#2、黄瓜等#3,价格#1也较高#4。 + chu2 le5 qing1 jiao1 yi4 xie1 ye4 cai4 ru2 shang4 hai3 qing1 huang2 gua1 deng3 jia4 ge2 ye3 jiao4 gao1 +008667 城市人#2生活#1节奏#1改变了#3,会#1自己#1安排#1时间#4。 + cheng2 shi4 ren2 sheng1 huo2 jie2 zou4 gai3 bian4 le5 hui4 zi4 ji3 an1 pai2 shi2 jian1 +008668 案中#2一名#1男子#1揿钱后#2忘记#1提取#3,折返后#2发现#1金钱#2已#1不翼而飞#4。 + an4 zhong1 yi4 ming2 nan2 zi3 qin4 qian2 hou4 wang4 ji4 ti2 qu3 zhe2 fan3 hou4 fa1 xian4 jin1 qian2 yi3 bu2 yi4 er2 fei1 +008669 历史#2将#1永远#1记住#2同志们的#1杰出#1创造#2和#1奉献#3,党#1和#1人民#2感谢#1你们#4。 + li4 shi3 jiang1 yong2 yuan3 ji4 zhu4 tong2 zhi4 men5 de5 jie2 chu1 chuang4 zao4 he2 feng4 xian4 dang3 he2 ren2 min2 gan3 xie4 ni3 men5 +008670 耶路撒冷#2是#1犹太教#2、基督教#2和#1伊斯兰教#2共同的#1圣地#4。 + ye1 lu4 sa1 leng3 shi4 you2 tai4 jiao4 ji1 du1 jiao4 he2 yi1 si1 lan2 jiao4 gong4 tong2 de5 sheng4 di4 +008671 图为#2一只#1喜鹊#2在#1雪天#1觅食#4。 + tu2 wei2 yi4 zhi1 xi3 que4 zai4 xue3 tian1 mi4 shi2 +008672 沙河市#2褡裢村#2项目#1现场#4。 + sha1 he2 shi4 da1 lian2 cun1 xiang4 mu4 xian4 chang3 +008673 现在#2是#1连我#1本人#2也#1抹掉了#4。 + xian4 zai4 shi4 lian2 wo2 ben3 ren2 ye2 mo3 diao4 le5 +008674 庆幸#2没像#1我爸#1我爸#2大方脸#4。 + qing4 xing4 mei2 xiang4 wo3 ba4 wo3 ba4 da4 fang1 lian3 +008675 广西#1本地#2已有#1三四家#1企业#2具备#2批量#1生产#2莽草酸的#1能力#4。 + guang3 xi1 ben3 di4 yi2 you3 san1 si4 jia1 qi3 ye4 ju4 bei4 pi1 liang4 sheng1 chan3 mang2 cao3 suan1 de5 neng2 li4 +008676 五月#1七日#3,张五一#2坐在#1“潜艇#1”驾驶舱#2进行#1测试#4。 + wu3 yue4 qi1 ri4 zhang1 wu3 yi1 zuo4 zai4 qian2 ting3 jia4 shi3 cang1 jin4 xing2 ce4 shi4 +008677 也许#2我们#1都该#1早点#1回到#1家乡#3,那里#2有#1我们的根#4。 + ye2 xu3 wo3 men5 dou1 gai1 zao2 dian3 hui2 dao4 jia1 xiang1 na4 li3 you2 wo3 men5 de5 gen1 +008678 凭什么#2若干年后#1分手的#1双方#3一定#1会在#1霓虹#1闪烁的#1街头#1重逢#4? + ping2 shen2 me5 ruo4 gan1 nian2 hou4 fen1 shou3 de5 shuang1 fang1 yi2 ding4 hui4 zai4 ni2 hong2 shan3 shuo4 de5 jie1 tou2 chong2 feng2 +008679 举世#1关注的#2八国#1集团#1首脑#1会议#3,九日#2在#1日本#1洞爷湖#1闭幕#4。 + ju3 shi4 guan1 zhu4 de5 ba1 guo2 ji2 tuan2 shou2 nao3 hui4 yi4 jiu3 ri4 zai4 ri4 ben3 dong4 ye2 hu2 bi4 mu4 +008680 在#1一侧#1铁轨#1下道砟上#3,仍能#1看见#1血迹#4。 + zai4 yi2 ce4 tie2 gui3 xia4 dao4 zha3 shang4 reng2 neng2 kan4 jian4 xue4 ji4 +008681 网上#2郭美美#1炫富照#4。 + wang3 shang4 guo1 mei2 mei3 xuan4 fu4 zhao4 +008682 村民#2买的#1最多的#1是#1蜡烛#3,一次#1买#1好几捆#4。 + cun1 min2 mai3 de5 zui4 duo1 de5 shi4 la4 zhu5 yi2 ci4 mai2 hao2 ji2 kun3 +008683 而是#2张朝阳的#1“耻辱#4”。 + er2 shi4 zhang1 chao2 yang2 de5 chi2 ru3 +008684 你#1最近#1缺钱啦#4? + ni3 zui4 jin4 que1 qian2 la5 +008685 医生#1一看#1惊呆了#4。 + yi1 sheng1 yi2 kan4 jing1 dai1 le5 +008686 他#1很缠#2我和#1老公#4。 + ta1 hen3 chan2 wo3 he2 lao3 gong1 +008687 那天#2还#1好奇的#1问#1爸妈了#3,可#1还是#1不懂#4。 + na4 tian1 hai2 hao4 qi2 de5 wen4 ba4 ma1 le5 ke3 hai2 shi4 bu4 dong3 +008688 恩#3,加油吧#1一起#4。 + en1 jia1 you2 ba5 yi4 qi3 +008689 要#1知道#2先苦#1后甜啊#4。 + yao4 zhi1 dao4 xian1 ku3 hou4 tian2 a5 +008690 他#1怎么#1不陪我#1玩了#4? + ta1 zen3 me5 bu4 pei2 wo3 wan2 le5 +008691 这个#1外面#2呆#1不得了#4。 + zhe4 ge5 wai4 mian4 dai1 bu4 de2 le5 +008692 车内#2安全#1气囊#1打开#4。 + che1 nei4 an1 quan2 qi4 nang2 da3 kai1 +008693 他们#1还在#1郁闷呢#4。 + ta1 men5 hai2 zai4 yu4 men4 ne5 +008694 我们#2可#1没有#1戴#1面具哟#4! + wo3 men5 ke3 mei2 you3 dai4 mian4 ju4 yo5 +008695 谁#2就一#1小明星#1谁#4。 + shui2 jiu4 yi4 xiao3 ming2 xing1 shui2 +008696 问这#1问题的人#1最#4。 + wen4 zhe4 wen4 ti2 de5 ren2 zui4 +008697 蓝某#1得知后#2傻眼了#4。 + lan2 mou3 de2 zhi1 hou4 sha2 yan3 le5 +008698 这#1什么#1歌呀#4? + zhe4 shen2 me5 ge1 ya5 +008699 多谢#1捧场#3。呵呵#4。 + duo1 xie4 peng2 chang3 he1 he1 +008700 别动#3,我还#1没看完呢#4! + bie2 dong4 wo3 hai2 mei2 kan4 wan2 ne5 +008701 我#1每天#1都要#1晨跑呢#4。 + wo2 mei3 tian1 dou1 yao4 chen2 pao3 ne5 +008702 我#1不能#1洗澡哦#4! + wo3 bu4 neng2 xi2 zao3 o5 +008703 你#1快乐#3,所以#1我#1快乐#4。 + ni3 kuai4 le4 suo2 yi2 wo3 kuai4 le4 +008704 谁#2要不#1认识你#4。 + shui2 yao4 bu2 ren4 shi5 ni3 +008705 因为#2戳到#1痛处了#4。 + yin1 wei4 chuo1 dao4 tong4 chu4 le5 +008706 你#1这是#2不爱#1我了#4? + ni3 zhe4 shi4 bu2 ai4 wo3 le5 +008707 瞧#1小孙#1干的#1好事#4! + qiao2 xiao3 sun1 gan4 de5 hao3 shi4 +008708 我觉得#2红树林#1不错#4。 + wo3 jue2 de5 hong2 shu4 lin2 bu2 cuo4 +008709 把#1胡萝卜#1交出来#4! + ba3 hu2 luo2 bo5 jiao1 chu1 lai2 +008710 谁会#1来接#1我的#1女儿#4? + shui2 hui4 lai2 jie1 wo3 de5 nv3 er2 +008711 志愿者#2亦#2受益#1匪浅#4。 + zhi4 yuan4 zhe3 yi4 shou4 yi4 fei2 qian3 +008712 欢迎#1来跟#1我们#1说说#4。 + huan1 ying2 lai2 gen1 wo3 men5 shuo1 shuo5 +008713 孟淑云#2当场#1晕倒#4。 + meng4 shu1 yun2 dang1 chang3 yun1 dao3 +008714 日前#3,陈猛#2已被#1移送#1司法#1机关#2依法#1查处#4。 + ri4 qian2 chen2 meng3 yi3 bei4 yi2 song4 si1 fa3 ji1 guan1 yi1 fa3 cha2 chu3 +008715 搓着#1搓着#3,我的#1手背上#2就#1搓出#1泥来了#4… + cuo1 zhe5 cuo1 zhe5 wo3 de5 shou3 bei4 shang4 jiu4 cuo1 chu1 ni2 lai2 le5 +008716 知道#1错了#1就好#4。 + zhi1 dao4 cuo4 le5 jiu4 hao3 +008717 男友#2一两个月#2不主动#1联系我#3,是#1几个#1意思#4? + nan2 you3 yi4 liang3 ge4 yue4 bu4 zhu3 dong4 lian2 xi4 wo3 shi4 ji3 ge4 yi4 si5 +008718 好的#3,电话#1接通中#4。 + hao3 de5 dian4 hua4 jie1 tong1 zhong1 +008719 为什么#1要#1这样#1黑#1自己#4。 + wei4 shen2 me5 yao4 zhei4 yang4 hei1 zi4 ji3 +008720 这个#1要求#2没有#1被#1允许#4。 + zhe4 ge5 yao1 qiu2 mei2 you3 bei4 yun2 xu3 +008721 我很#1注意#1颜面哒#4。 + wo2 hen3 zhu4 yi4 yan2 mian4 da1 +008722 吴秀波#1到底#1是谁#4? + wu2 xiu4 bo1 dao4 di3 shi4 shui2 +008723 会不会#1有#1风险啊#4? + hui4 bu2 hui4 you3 feng1 xian3 a5 +008724 敷#1面膜喽#4。 + fu1 mian4 mo2 lou5 +008725 叫#1你姐我#1干吗#4? + jiao4 ni2 jie2 wo3 gan4 ma2 +008726 耿晓华#2向#1龚宇#1汇报#4。 + geng2 xiao3 hua2 xiang4 gong1 yu3 hui4 bao4 +008727 国企#1利润#2也在#1下降#4。 + guo2 qi3 li4 run4 ye3 zai4 xia4 jiang4 +008728 无聊的#1时候#1想想我#4。 + wu2 liao2 de5 shi2 hou5 xiang2 xiang2 wo3 +008729 我#1吃惊地#2暗自#1思忖#4。 + wo3 chi1 jing1 de5 an4 zi4 si1 cun3 +008730 低下#2而#1平庸的#1产品#2肯定#1不能#1成为#1名牌#4。 + di1 xia4 er2 ping2 yong1 de5 chan2 pin3 ken3 ding4 bu4 neng2 cheng2 wei2 ming2 pai2 +008731 既然#2异地#1超生#2有被#1重复#1征收的#1风险#3,那么#2,赴#1境外#1生子呢#4? + ji4 ran2 yi4 di4 chao1 sheng1 you3 bei4 chong2 fu4 zheng1 shou1 de5 feng1 xian3 na4 me5 fu4 jing4 wai4 sheng1 zi3 ne5 +008732 这一假设#2并不#1夸张#4。 + zhe4 yi4 jia3 she4 bing4 bu4 kua1 zhang1 +008733 警犬#2进#1东莞#1社区#4。 + jing2 quan3 jin4 dong1 guan3 she4 qu1 +008734 张洪松#2大喊#1起来#4。 + zhang1 hong2 song1 da4 han2 qi3 lai2 +008735 我#1就是#1这样#1享受闷#4。 + wo3 jiu4 shi4 zhe4 yang4 xiang3 shou4 men4 +008736 因为#2河水#1温度低#3,男子#2不停地#1哆嗦着#4。 + yin1 wei4 he2 shui3 wen1 du4 di1 nan2 zi3 bu4 ting2 de5 duo1 suo5 zhe5 +008737 这个#1讲法#2我认为#2是#1不符合#1实际#1情况#4。 + zhe4 ge4 jiang2 fa3 wo3 ren4 wei2 shi4 bu4 fu2 he2 shi2 ji4 qing2 kuang4 +008738 明天#2(北京#2)暑气#1蒸人#3,(晴#4)。 + ming2 tian1 bei3 jing1 shu3 qi4 zheng1 ren2 qing2 +008739 擦嘴巴#3,拿来#2擦#1嘴巴的#4。 + ca1 zui3 ba1 na2 lai2 ca1 zui3 ba5 de5 +008740 裴瑞兹称#3,此刻#2台湾#1地区#2民众#2情绪#1高昂#3,情势#2高度#1紧张#4。 + pei2 rui4 zi1 cheng1 ci3 ke4 tai2 wan1 di4 qu1 min2 zhong4 qing2 xu4 gao1 ang2 qing2 shi4 gao1 du4 jin3 zhang1 +008741 是#2恶意骂#1女孩子的啦#3,你可#1不要#1学坏哦#4! + shi4 e4 yi4 ma4 nv3 hai2 zi5 de5 la5 ni2 ke3 bu2 yao4 xue2 huai4 o5 +008742 临走时#2袁宝洪#2拽下了#1梁莉莉的#1项链#4。 + lin2 zou3 shi2 yuan2 bao3 hong2 zhuai4 xia4 le5 liang2 li4 li4 de5 xiang4 lian4 +008743 她#1凑近#1观察后#3,竟#1发现#2努比#2还活着#4。 + ta1 cou4 jin4 guan1 cha2 hou4 jing4 fa1 xian4 nu2 bi3 hai2 huo2 zhe5 +008744 他们#2被#1锁链#2拴在#1床上#3,接受#2极端主义#1观点的#1教育#4。 + ta1 men5 bei4 suo3 lian4 shuan1 zai4 chuang2 shang4 jie1 shou4 ji2 duan1 zhu3 yi4 guan1 dian3 de5 jiao4 yu4 +008745 徐晓霞#2马上#1叫人#1找车#2把#1老人#2送到了#1乡镇#1卫生院#4。 + xu2 xiao3 xia2 ma3 shang4 jiao4 ren2 zhao3 che1 ba2 lao3 ren2 song4 dao4 le5 xiang1 zhen4 wei4 sheng1 yuan4 +008746 本人#2代写#2小学生#1中学生#1暑假#1作业#3,价格#2面议#1包邮喔#4。 + ben3 ren2 dai4 xie2 xiao3 xue2 sheng1 zhong1 xue2 sheng1 shu3 jia4 zuo4 ye4 jia4 ge2 mian4 yi4 bao1 you2 o1 +008747 为#1养儿防老#3,王女士#2起诉#1前夫#3,欲#1讨回#1女儿的#1抚养权#4。 + wei4 yang3 er2 fang2 lao3 wang2 nv3 shi4 qi3 su4 qian2 fu1 yu4 tao3 hui2 nv3 er2 de5 fu2 yang3 quan2 +008748 天#1骤然#1凉下#3,迟了#1两个月的#1秋雨#2终于#1普降#1大地#4。 + tian1 zhou4 ran2 liang2 xia4 chi2 le5 liang3 ge4 yue4 de5 qiu1 yu3 zhong1 yu2 pu3 jiang4 da4 di4 +008749 王某#2冷不防#2被#1打得#2一个#1趔趄#3,不得不#2扶住#1楼梯#4。 + wang2 mou2 leng3 bu4 fang2 bei4 da3 de5 yi2 ge4 lie4 qie4 bu4 de2 bu4 fu2 zhu4 lou2 ti1 +008750 可#1这位#1老太太#2不但#1没表示#1感谢#3,反而#1还#1不停地#1哄孙子#4。 + ke3 zhe4 wei4 lao3 tai4 tai5 bu2 dan4 mei2 biao3 shi4 gan3 xie4 fan3 er2 hai2 bu4 ting2 de5 hong1 sun1 zi5 +008751 阅览室里#2人头#1攒动#3,但#1鸦雀无声#4。 + yue4 lan3 shi4 li3 ren2 tou2 cuan2 dong4 dan4 ya1 que4 wu2 sheng1 +008752 当时#3,妈妈#1把我#1紧紧#1搂在#1怀里#4。 + dang1 shi2 ma1 ma5 ba2 wo3 jin2 jin2 lou3 zai4 huai2 li3 +008753 经过#2仔细#1考察#3,我决定#1种南瓜#4。 + jing1 guo4 zi3 xi4 kao3 cha2 wo3 jue2 ding4 zhong3 nan2 gua1 +008754 然后#2引来#1周围的人#2在#1车上#1聚餐#4。 + ran2 hou4 yin3 lai2 zhou1 wei2 de5 ren2 zai4 che1 shang4 ju4 can1 +008755 而#2恰巧的是#3,周鸿祎#2也是#1湖北人#4。 + er2 qia4 qiao3 de5 shi4 zhou1 hong2 yi1 ye3 shi4 hu2 bei3 ren2 +008756 当晚#3,他和#1妻子#1入住#1番茄#1酒店#4。 + dang4 wan3 ta1 he2 qi1 zi3 ru4 zhu4 fan1 qie2 jiu3 dian4 +008757 最#1精彩的#1环节#2当属#1场内#1互动#4。 + zui4 jing1 cai3 de5 huan2 jie2 dang1 shu2 chang3 nei4 hu4 dong4 +008758 妈妈#2擦拭#1地板#2感动了#1很多人#4。 + ma1 ma5 ca1 shi4 di4 ban3 gan3 dong4 le5 hen3 duo1 ren2 +008759 看到#1短信后#3,高某#2动了#1歪脑筋#4。 + kan4 dao4 duan3 xin4 hou4 gao1 mou3 dong4 le5 wai1 nao3 jin1 +008760 经#1医院#1检查#3,小玲#2为#1软组织#1挫伤#4。 + jing1 yi1 yuan4 jian3 cha2 xiao3 ling2 wei2 ruan2 zu3 zhi1 cuo4 shang1 +008761 纪念#1宫前#1广场#2聚集#1大批#1民众#4。 + ji4 nian4 gong1 qian2 guang2 chang3 ju4 ji2 da4 pi1 min2 zhong4 +008762 我们#1和#1开发商#2签一份#1委托#1协议#3,跑手续#3、盖房子#3,都由#1他们#1去做#4。 + wo3 men2 he2 kai1 fa1 shang1 qian1 yi2 fen4 wei3 tuo1 xie2 yi4 pao2 shou3 xu4 gai4 fang2 zi5 dou1 you2 ta1 men5 qu4 zuo4 +008763 黑作坊内#2正在#1分装#2假冒#1水泥#4。 + hei1 zuo1 fang5 nei4 zheng4 zai4 fen1 zhuang1 jia3 mao4 shui3 ni2 +008764 就在#1这时#3,她被#1朋友#2泼了#1冷水#4。 + jiu4 zai4 zhe4 shi2 ta1 bei4 peng2 you5 po1 le5 leng2 shui3 +008765 后面的#1私家车#2随即#1喇叭#1大响#4。 + hou4 mian4 di1 si1 jia1 che1 sui2 ji2 la3 ba5 da4 xiang3 +008766 化妆盒#1材质为#2黄金#2、珐琅#1钻石#4。 + hua4 zhuang1 he2 cai2 zhi4 wei2 huang2 jin1 fa4 lang2 zuan4 shi2 +008767 小顾#2与方硕士#2是#1高中#1同学#3,高中#1毕业后#2未曾#1联系#4。 + xiao3 gu4 yu3 fang1 shuo4 shi4 shi4 gao1 zhong1 tong2 xue2 gao1 zhong1 bi4 ye4 hou4 wei4 ceng2 lian2 xi4 +008768 农业#1科技#3在#1广大#1西部#1农村的#1普及化#2程度#1很高#4。 + nong2 ye4 ke1 ji4 zai4 guang3 da4 xi1 bu4 nong2 cun1 de5 pu3 ji2 hua4 cheng2 du4 hen3 gao1 +008769 徐强#2上前#1拉开#1两人#3,紧接着#2他和#1王华#2扯#1打起来#4。 + xu2 qiang2 shang4 qian2 la1 kai1 liang3 ren2 jin3 jie1 zhe5 ta1 he2 wang2 hua2 che2 da2 qi3 lai2 +008770 玛莎#1拉蒂#2仅车头#2有#1小处#1凹陷#4。 + ma3 sha1 la1 di4 jin3 che1 tou2 you2 xiao3 chu4 ao1 xian4 +008771 德特勒夫#2对#1指控#2供认#1不讳#4。 + de2 te4 le4 fu1 dui4 zhi3 kong4 gong4 ren4 bu2 hui4 +008772 而#1这些#1环节#2对于#1成本#2更为#1敏感#4。 + er2 zhe4 xie1 huan2 jie2 dui4 yu2 cheng2 ben3 geng4 wei2 min2 gan3 +008773 接下来的#1时间里#3王攀#2像#1花木兰#1回到#1老家#3,梳妆#1打扮#1不停#4。 + jie1 xia4 lai2 de5 shi2 jian1 li3 wang2 pan1 xiang4 hua1 mu4 lan2 hui2 dao4 lao3 jia1 shu1 zhuang1 da3 ban4 bu4 ting2 +008774 一些#1武装#1分子#2则#1骑着#1摩托车#2伴随#1左右#3,并不时#1高喊#2反以#1口号#4。 + yi4 xie1 wu3 zhuang1 fen4 zi3 ze2 qi2 zhe5 mo2 tuo1 che1 ban4 sui2 zuo3 you4 bing4 bu4 shi2 gao1 han3 fan2 yi2 kou3 hao4 +008775 文章#1指出#3,陈水扁#2不会#1像有#1理念的#1政治犯#3,宁愿#1饿死#2也#1不屈服#4。 + wen2 zhang1 zhi3 chu1 chen2 shui2 bian3 bu2 hui4 xiang4 you2 li3 nian4 de5 zheng4 zhi4 fan4 ning4 yuan4 e4 si2 ye3 bu4 qu1 fu2 +008776 然而#2卫计委#1系统#2及其#1拥趸#3,却在#1全国#1“两会”后#3突然#1发动了#1“逆袭#4”。 + ran2 er2 wei4 ji4 wei3 xi4 tong3 ji2 qi2 yong1 dun3 que4 zai4 quan2 guo2 liang3 hui4 hou4 tu1 ran2 fa1 dong4 le5 ni4 xi2 +008777 他#1拿着#1照片#2仔细#1端详#3,猜测了#1多次#2才#1认出#1照片中的#1魏秋月#4。 + ta1 na2 zhe5 zhao4 pian4 zi3 xi4 duan1 xiang2 cai1 ce4 le5 duo1 ci4 cai2 ren4 chu1 zhao4 pian4 zhong1 de5 wei4 qiu1 yue4 +008778 护士#2怕人#1笑话#3,便把#1自己的#1尿样#2拿去#1化验#4。 + hu4 shi4 pa4 ren2 xiao4 hua5 bian4 ba3 zi4 ji3 de5 niao4 yang4 na2 qu4 hua4 yan4 +008779 而#2三一#1重工的#1泵车#3则#1是在#1本月#1二十二日#1起运#4。 + er2 san1 yi1 zhong4 gong1 de5 beng4 che1 ze2 shi4 zai4 ben3 yue4 er4 shi2 er4 ri4 qi3 yun4 +008780 占完座#3,一天#2都#1提不起#1精神#3,学习#1也#1没效率#4。 + zhan4 wan2 zuo4 yi4 tian1 dou1 ti2 bu4 qi3 jing1 shen5 xue2 xi2 ye3 mei2 xiao4 lv4 +008781 凤凰洞#2很可能#1是#2商族人#2用来#1祭祀的#1场所#4。 + feng4 huang2 dong4 hen2 ke3 neng2 shi4 shang1 zu2 ren2 yong4 lai2 ji4 si4 de5 chang2 suo3 +008782 绑匪们#1见状#3,马上#1关掉#1洞里的#1照明#1设备#4。 + bang2 fei3 men5 jian4 zhuang4 ma3 shang4 guan1 diao4 dong4 li3 de5 zhao4 ming2 she4 bei4 +008783 打完工后#3,还是回#1村里来#3,盖新房#3、搞#1产业#4。 + da3 wan2 gong1 hou4 hai2 shi4 hui2 cun1 li3 lai2 gai4 xin1 fang2 gao2 chan3 ye4 +008784 一名#1志愿者#3在给#1运输#1小狗的#1卡车#2洒水#1降温#4。 + yi4 ming2 zhi4 yuan4 zhe3 zai4 gei3 yun4 shu1 xiao2 gou3 de5 ka3 che1 sa2 shui3 jiang4 wen1 +008785 据#2主办方#1统计#3,目前#2报名#1员工#2已#1接近#1百人#4。 + ju4 zhu3 ban4 fang1 tong3 ji4 mu4 qian2 bao4 ming2 yuan2 gong1 yi3 jie1 jin4 bai3 ren2 +008786 这是#1记者#2今天#1从#1国务院#1医改#1办公室#1获悉的#4。 + zhe4 shi4 ji4 zhe3 jin1 tian1 cong2 guo2 wu4 yuan4 yi1 gai3 ban4 gong1 shi4 huo4 xi1 de5 +008787 小青#2已经#1成为#1李沁的#1一个#1真正的#1闺中#1知己#4。 + xiao3 qing1 yi3 jing1 cheng2 wei2 li3 qin4 de5 yi2 ge4 zhen1 zheng4 de5 gui1 zhong1 zhi1 ji3 +008788 见状#3,李某#2马上#1从#1卧室#1冲出#3,想#1出门#1逃生#4。 + jian4 zhuang4 li2 mou2 ma3 shang4 cong2 wo4 shi4 chong1 chu1 xiang3 chu1 men2 tao2 sheng1 +008789 说好#2和我#1白头偕老的#3,你#1染发#2是#1几个#1意思#4? + shuo1 hao3 he2 wo3 bai2 tou2 xie2 lao3 de5 ni2 ran3 fa4 shi4 ji3 ge4 yi4 si5 +008790 此外#3,纪委#1确认#3,蔡彬的#1儿子#2已#1加入#1澳洲#1国籍#4。 + ci3 wai4 ji4 wei3 que4 ren4 cai4 bin1 de5 er2 zi5 yi3 jia1 ru4 ao4 zhou1 guo2 ji2 +008791 大片的#1翠绿中#2点缀着#1紫红#3,有#1一种#1妖异的美#4。 + da4 pian4 de5 cui4 lv4 zhong1 dian3 zhui4 zhe5 zi3 hong2 you3 yi4 zhong3 yao1 yi4 de5 mei3 +008792 他们#2就是#1流亡#1美国的#2世界#1各国的#1前皇族#4。 + ta1 men5 jiu4 shi4 liu2 wang2 mei3 guo2 de5 shi4 jie4 ge4 guo2 de5 qian2 huang2 zu2 +008793 交叉#1作业#3,又使#1狭小的#1空间#2显得#1更为#1逼仄#4。 + jiao1 cha1 zuo4 ye4 you4 shi3 xia2 xiao3 de5 kong1 jian1 xian3 de5 geng4 wei2 bi1 ze4 +008794 机器人#2要是#1累了#2会#1关机#1重启#4。 + ji1 qi4 ren2 yao4 shi4 lei4 le5 hui4 guan1 ji1 chong2 qi3 +008795 她#1要是#1我的#1朋友#3,我就#1劝她#1认了#4。 + ta1 yao4 shi4 wo3 de5 peng2 you5 wo3 jiu4 quan4 ta1 ren4 le5 +008796 别拦我#3,我在#1下面#2打得#1顺手些#4! + bie2 lan2 wo3 wo3 zai4 xia4 mian4 da3 de5 shun4 shou3 xie1 +008797 我#1求婚的#1时候#3你别#1答应#1就行#4。 + wo3 qiu2 hun1 de5 shi2 hou4 ni3 bie2 da1 ying4 jiu4 xing2 +008798 大爷#2特别#1喜欢#1在#1深圳的#1生活#4。 + da4 ye5 te4 bie2 xi3 huan5 zai4 shen1 zhen4 de5 sheng1 huo2 +008799 他#1想了想#1后#3,轻轻地#2“摁”了#1一声#4。 + ta1 xiang3 le5 xiang3 hou4 qing1 qing1 de5 en4 le5 yi4 sheng1 +008800 因为#2地下#2凿洞#1震动#3,水漏#1没了#4。 + yin1 wei4 di4 xia4 zao2 dong4 zhen4 dong4 shui3 lou4 mei2 le5 +008801 周尕建#2感觉#2事态#1严重#3遂#1立即#2向#1苦水镇#1派出所#1求助#4。 + zhou1 ga3 jian4 gan3 jue2 shi4 tai4 yan2 zhong4 sui4 li4 ji2 xiang4 ku2 shui3 zhen4 pai4 chu1 suo3 qiu2 zhu4 +008802 林州市#2第五#1人民#1医院#3是受#2此次#1停止#1供暖#1影响的#1一家#1医院#4。 + lin2 zhou1 shi4 di4 wu3 ren2 min2 yi1 yuan4 shi4 shou4 ci3 ci4 ting2 zhi3 gong1 nuan3 ying2 xiang3 de5 yi4 jia1 yi1 yuan4 +008803 与#1段奕宏的#1对话#1越深入#3,越能#1感受到#2他的#1正义#1凛然的#1气场#4。 + yu3 duan4 yi4 hong2 de5 dui4 hua4 yue4 shen1 ru4 yue4 neng2 gan3 shou4 dao4 ta1 de5 zheng4 yi4 lin3 ran2 de5 qi4 chang3 +008804 在此#1过程中#3,李#1与业务员#2发生#1口角#3,随后#1相互#1拉扯#1推搡#4。 + zai4 ci3 guo4 cheng2 zhong1 li2 yu3 ye4 wu4 yuan2 fa1 sheng1 kou2 jiao3 sui2 hou4 xiang1 hu4 la1 che3 tui1 sang3 +008805 虽然#2特别#1想咬#1那块肉#3,但#2还是#1先忍住#2把#1周围的皮#1吃完#4。 + sui1 ran2 te4 bie2 xiang2 yao3 na4 kuai4 rou4 dan4 hai2 shi4 xian1 ren3 zhu4 ba3 zhou1 wei2 de5 pi2 chi1 wan2 +008806 记者#1跑来#2第一个#1问他#3:你们#1对#1暑假的#1训练#2有#1什么#1看法#4? + ji4 zhe2 pao3 lai2 di4 yi1 ge4 wen4 ta1 ni3 men5 dui4 shu3 jia4 de5 xun4 lian4 you3 shen2 me5 kan4 fa3 +008807 该#1中心#2没有#1透露#2胚胎#1干细胞#2具体#1来自#2哪些#1三甲#1医院#4。 + gai1 zhong1 xin1 mei2 you3 tou4 lu4 pei1 tai1 gan4 xi4 bao1 ju4 ti3 lai2 zi4 na3 xie1 san1 jia3 yi1 yuan4 +008808 而#1这款#2重磅#1产品#2面世后#3立刻#1得到了#1大众的#1追捧#4。 + er2 zhe4 kuan3 zhong4 bang4 chan2 pin3 mian4 shi4 hou4 li4 ke4 de2 dao4 le5 da4 zhong4 de5 zhui1 peng3 +008809 他说#3:“我#1觉得#2您#1怎么看#2怎么#1像我#1三大爷#3!考官#1昏死#4。 + ta1 shuo1 wo3 jue2 de5 nin2 zen3 me5 kan4 zen3 me5 xiang4 wo3 san1 da4 ye5 kao3 guan1 hun1 si3 +008810 国内#2照明#1行业的#1领头羊#2雷士#1照明#2决定#2率先#1出击#3,进行#2自主#1研发#4。 + guo2 nei4 zhao4 ming2 hang2 ye4 de5 ling3 tou2 yang2 lei2 shi4 zhao4 ming2 jue2 ding4 shuai4 xian1 chu1 ji1 jin4 xing2 zi4 zhu3 yan2 fa1 +008811 香港#1“大公报#2”批评#2这#1是篇#2失#1操守#1的#1报道#4。 + xiang1 gang3 da4 gong1 bao4 pi1 ping2 zhe4 shi4 pian1 shi1 cao1 shou3 de5 bao4 dao4 +008812 还输#1这么多#3,于是#2一个#1国家#2就被俺#1记住了#4。 + hai2 shu1 zhe4 me5 duo1 yu2 shi4 yi2 ge4 guo2 jia1 jiu4 bei4 an3 ji4 zhu4 le5 +008813 平日里#3,他#1常常#1觉得#2“自己#1活得#1挺#1窝囊的#4”。 + ping2 ri4 li3 ta1 chang2 chang2 jue2 de5 zi4 ji3 huo2 de5 ting3 wo1 nang5 de5 +008814 另据#1证实#3,德弘#1贸易#2实为#2佳兆业#1旗下#1公司#4。 + ling4 ju4 zheng4 shi2 de2 hong2 mao4 yi4 shi2 wei2 jia1 zhao4 ye4 qi2 xia4 gong1 si1 +008815 进一步#1整合#2经办#1管理#1资源#3,提高#1运行#1效率#4。 + jin4 yi2 bu4 zheng3 he2 jing1 ban4 guan2 li3 zi1 yuan2 ti2 gao1 yun4 xing2 xiao4 lv4 +008816 周#1页面#1访问量#2为#2五点#1九零三亿#3,环比#1下滑#2百分#1之#1二点四#4。 + zhou1 ye4 mian4 fang3 wen4 liang4 wei2 wu2 dian2 jiu3 ling2 san1 yi4 huan2 bi3 xia4 hua2 bai3 fen1 zhi1 er4 dian3 si4 +008817 中国#2驻#2坦桑尼亚#1大使馆#3正在#1协助#2坦警方#2调查#1此案#4。 + zhong1 guo2 zhu4 tan3 sang1 ni2 ya4 da4 shi2 guan3 zheng4 zai4 xie2 zhu4 tan2 jing3 fang1 diao4 cha2 ci3 an4 +008818 今天#1中午#1吃饭#3,旁边#2有#1两小孩#2在#1斗嘴#3,男孩问#3:“你不#1喜欢#1我了吗#4? + jin1 tian1 zhong1 wu3 chi1 fan4 pang2 bian1 you3 liang2 xiao3 hai2 zai4 dou4 zui3 nan2 hai2 wen4 ni3 bu4 xi3 huan1 wo3 le5 ma5 +008819 陈致中说#3,邱毅#2一路#1闪躲#3、不负责的#1表现#3,只能#1躲在#2摄影#1棚内说#4。 + chen2 zhi4 zhong1 shuo1 qiu1 yi4 yi2 lu4 shan2 duo3 bu2 fu4 ze2 de5 biao3 xian4 zhi3 neng2 duo3 zai4 she4 ying3 peng2 nei4 shuo1 +008820 前门#1地区#2还是#1老北京#2市井#1风貌#3、史迹#1文物#2保存#2最#1完整的#1地区#1之一#4。 + qian2 men2 di4 qu1 hai2 shi4 lao2 bei3 jing1 shi4 jing3 feng1 mao4 shi3 ji4 wen2 wu4 bao3 cun2 zui4 wan2 zheng3 de5 di4 qu1 zhi1 yi1 +008821 无聊#2来和我#1聊聊天吧#4。 + wu2 liao2 lai2 he2 wo3 liao2 liao5 tian1 ba5 +008822 双方#1商定#2继续#1就此#1问题#1保持#1磋商#4。 + shuang1 fang1 shang1 ding4 ji4 xu4 jiu4 ci3 wen4 ti2 bao3 chi2 cuo1 shang1 +008823 而且#3,自己#1做的#1东西#2既#1健康#2又实在#4。 + er2 qie3 zi4 ji3 zuo4 de5 dong1 xi5 ji4 jian4 kang1 you4 shi2 zai4 +008824 一头的#1长发#2铺下来#2快盖住了#1背包#4。 + yi4 tou2 de5 chang2 fa4 pu1 xia4 lai2 kuai4 gai4 zhu4 le5 bei1 bao1 +008825 网上#2关于#2“秘密#1拘捕”的#1说法#2耸人听闻#4。 + wang3 shang4 guan1 yu2 mi4 mi4 ju1 bu3 de5 shuo1 fa3 song3 ren2 ting1 wen2 +008826 拜托#3,没有#1指甲#3,你#1会不会#1用#1脑子#4? + bai4 tuo1 mei2 you2 zhi3 jia5 ni3 hui4 bu2 hui4 yong4 nao3 zi5 +008827 这#1显然#2也不是#1哈马斯#2所#1愿意#1面对的#4。 + zhe4 xian3 ran2 ye3 bu2 shi4 ha1 ma3 si1 suo3 yuan4 yi4 mian4 dui4 de5 +008828 应采儿#1听了#1记者的#1转述后#3,颇为#1惊愕#4。 + ying1 cai3 er2 ting1 le5 ji4 zhe3 de5 zhuan3 shu4 hou4 po1 wei2 jing1 e4 +008829 这不#1符合#1政策#1规定#3,应予#2查处#1纠正#4。 + zhe4 bu4 fu2 he2 zheng4 ce4 gui1 ding4 ying1 yu3 cha2 chu3 jiu1 zheng4 +008830 面对#2湘鄂情的#1颓势#3,机构#1渐生#1退意#4。 + mian4 dui4 xiang1 e4 qing2 de5 tui2 shi4 ji1 gou4 jian4 sheng1 tui4 yi4 +008831 随后#2两人#1举起#1木槌#3,将#1婚戒#1砸碎#4。 + sui2 hou4 liang3 ren2 ju2 qi3 mu4 chui2 jiang1 hun1 jie4 za2 sui4 +008832 数次#1询问#1医生#1鲁某#3,却#1回复#2没有#1大碍#4。 + shu4 ci4 xun2 wen4 yi1 sheng1 lu2 mou3 que4 hui2 fu4 mei2 you3 da4 ai4 +008833 我是#1糗百#1妹子啊#3,不能给#1组织#1丢脸#4。 + wo3 shi4 qiu2 bai3 mei4 zi5 a5 bu4 neng2 gei2 zu3 zhi1 diu1 lian3 +008834 复查#1之后#1才#1发现#2痔疮#2只#1割了#1一半#4。 + fu4 cha2 zhi1 hou4 cai2 fa1 xian4 zhi4 chuang1 zhi3 ge1 le5 yi2 ban4 +008835 上周五#2为#2六点#1三八四零#4。 + shang4 zhou1 wu3 wei2 liu4 dian3 san1 ba1 si4 ling2 +008836 最后#2“初露#1”报上的#1编排#2是#1这样的#3,三篇#1散文#2一部#1小说#2一首诗#4。 + zui4 hou4 chu1 lu4 bao4 shang4 de5 bian1 pai2 shi4 zhe4 yang4 de5 san1 pian1 san3 wen2 yi2 bu4 xiao3 shuo1 yi4 shou3 shi1 +008837 强度低#3,用手#1抠#2可脱落#4。 + qiang2 du4 di1 yong4 shou3 kou1 ke3 tuo1 luo4 +008838 事发#2枣营#1南里#1六号#1楼#2七零六室的#1一个#1小卧室#4。 + shi4 fa1 zao3 ying2 nan2 li3 liu4 hao4 lou2 qi1 ling2 liu4 shi4 de5 yi2 ge4 xiao3 wo4 shi4 +008839 原来#3,窗口#2和#1票贩子#2狼狈为奸#3,多得的钱#1平分#4。 + yuan2 lai2 chuang1 kou3 he2 piao4 fan4 zi5 lang2 bei4 wei2 jian1 duo1 de2 de5 qian2 ping2 fen1 +008840 其后#3,病人#2在#1复诊时#2被#1发现#2血钾#1水平#1偏低#4。 + qi2 hou4 bing4 ren2 zai4 fu4 zhen3 shi2 bei4 fa1 xian4 xue4 jia2 shui3 ping2 pian1 di1 +008841 我#1刚刚#1过完#2十八岁#1生日#4。 + wo3 gang1 gang1 guo4 wan2 shi2 ba1 sui4 sheng1 ri4 +008842 这能#2不被#1世人#1笑话吗#4? + zhe4 neng2 bu2 bei4 shi4 ren2 xiao4 hua4 ma5 +008843 恳请#1大家#1评价#1此#1事件#4。 + ken2 qing3 da4 jia1 ping2 jia4 ci3 shi4 jian4 +008844 建议#1再斟酌#3,妥当#1修改#4。 + jian4 yi4 zai4 zhen1 zhuo2 tuo3 dang4 xiu1 gai3 +008845 真是#2好心#1赚了#1驴肝肺#4。 + zhen1 shi4 hao3 xin1 zhuan4 le5 lv2 gan1 fei4 +008846 平时#2威风凛凛的#1咪咪#2被#1扯下了#1许多毛#3,身上#2也被#1抓伤了#4。 + ping2 shi2 wei1 feng1 lin2 lin3 de5 mi1 mi1 bei4 che3 xia4 le5 xu3 duo1 mao2 shen1 shang4 ye3 bei4 zhua1 shang1 le5 +008847 相信#1大家#1一定#1受益#1匪浅#4。 + xiang1 xin4 da4 jia1 yi2 ding4 shou4 yi4 fei2 qian3 +008848 请#1知情者#2与#1快报#1热线#3八五幺#1零零零#2零零#1联系#4。 + qing3 zhi1 qing2 zhe2 yu3 kuai4 bao4 re4 xian4 ba1 wu3 yao1 ling2 ling2 ling2 ling2 ling2 lian2 xi4 +008849 我们#1援助的#1结果#1是什么#4? + wo3 men5 yuan2 zhu4 de5 jie2 guo3 shi4 shen2 me5 +008850 但#2凤凰县#2却是#1尴尬的#4。 + dan4 feng4 huang2 xian4 que4 shi4 gan1 ga4 de5 +008851 是不是#2交不上#1房租#3,我们#1就要#1无家可归了#1主人#4? + shi4 bu2 shi4 jiao1 bu2 shang4 fang2 zu1 wo3 men5 jiu4 yao4 wu2 jia1 ke3 gui1 le5 zhu3 ren2 +008852 我才#1不要#1被#1别人#1操纵呢#4。 + wo3 cai2 bu2 yao4 bei4 bie2 ren2 cao1 zong4 ne5 +008853 电影#1垮了#3,我#1可以#1不心疼#4。 + dian4 ying2 kua3 le5 wo3 ke2 yi3 bu4 xin1 teng2 +008854 我#1是你#2一屎#1一尿#1带大的呀#4! + wo3 shi4 ni3 yi4 shi3 yi2 niao4 dai4 da4 de5 ya5 +008855 发廊#1店主#2情急#1之下#2躲入#1旁边#1花店#3,也未#1受伤#4。 + fa4 lang2 dian4 zhu3 qing2 ji2 zhi1 xia4 duo3 ru4 pang2 bian1 hua1 dian4 ye3 wei4 shou4 shang1 +008856 会说#2三国#1语言的#1佳丽#3在#1决赛#1即兴#1问答#1环节#2表现#2尤其#1出色#4。 + hui4 shuo1 san1 guo2 yu3 yan2 de5 jia1 li4 zai4 jue2 sai4 ji2 xing4 wen4 da2 huan2 jie2 biao3 xian4 you2 qi2 chu1 se4 +008857 你#1拿了#1我的#1脑袋#3我就怕#4。 + ni3 na2 le5 wo3 de5 nao3 dai5 wo3 jiu4 pa4 +008858 可是#3如果#1从#1礼仪#1文化#1本身#1来说#3,向#1长辈#1拱手#2是#1不合适的#4。 + ke3 shi4 ru2 guo3 cong2 li3 yi2 wen2 hua4 ben3 shen1 lai2 shuo1 xiang4 zhang3 bei4 gong2 shou3 shi4 bu4 he2 shi4 de5 +008859 女友#2为他的#1男友#2做了件#1毛衣#3,很漂亮#3,谁见#1谁夸#4。 + nv2 you3 wei4 ta1 de5 nan2 you3 zuo4 le5 jian4 mao2 yi1 hen3 piao4 liang5 shui2 jian4 shui2 kua1 +008860 与其#2让老的#2伸着#1脖子#1挨打#3,不如#1让#1新人#2挺着#1胸膛#2去#1拼杀#4。 + yu3 qi2 rang4 lao3 de5 shen1 zhe5 bo2 zi5 ai2 da3 bu4 ru2 rang4 xin1 ren2 ting3 zhe5 xiong1 tang2 qu4 pin1 sha1 +008861 丹巴县#2林业局的#1同志#1感叹#3,这里#1真是#1太穷了#4。 + dan1 ba1 xian4 lin2 ye4 ju2 de5 tong2 zhi4 gan3 tan4 zhe4 li3 zhen1 shi4 tai4 qiong2 le5 +008862 一会儿#3,从#1路北#2又#1跑来#1一名#1男子#3,一下#1蹿进#1出租车#4。 + yi2 huir4 cong2 lu4 bei3 you4 pao3 lai2 yi4 ming2 nan2 zi3 yi2 xia4 cuan1 jin4 chu1 zu1 che1 +008863 应采儿#2肯定会#1收拾#1他的#4。 + ying1 cai3 er2 ken3 ding4 hui4 shou1 shi5 ta1 de5 +008864 下了#1一个#1星期的#1雨了#3,每天#1待#1家里#2哪也#1去不了#4。 + xia4 le5 yi2 ge5 xing1 qi1 de5 yu3 le5 mei3 tian1 dai4 jia1 li3 na2 ye3 qu4 bu4 liao3 +008865 因此#3,这种#1人类#1胚胎#1干细胞#2还#1不具备#1实用性#4。 + yin1 ci3 zhe4 zhong3 ren2 lei4 pei1 tai1 gan4 xi4 bao1 hai2 bu2 ju4 bei4 shi2 yong4 xing4 +008866 哈萨克斯坦#1总统#1已#1宣布#3该镇#2进入#1紧急#1状态#4。 + ha1 sa4 ke4 si1 tan3 zong2 tong2 yi3 xuan1 bu4 gai1 zhen4 jin4 ru4 jin3 ji2 zhuang4 tai4 +008867 强化#2房屋#1租赁#1登记#1备案#4。 + qiang2 hua4 fang2 wu1 zu1 lin4 deng1 ji4 bei4 an4 +008868 然后#2被我#1问的#1那个人#1愣了#3,好一会儿#2才说#3:“我#1不知道啊#3,我刚到#4…” + ran2 hou4 bei4 wo3 wen4 de5 na4 ge5 ren2 leng4 le5 hao3 yi2 huir4 cai2 shuo1 wo3 bu4 zhi1 dao4 a5 wo3 gang1 dao4 +008869 网上的#1店家称#3,他们#1销售的#1奶粉#2是港版#1代购#4。 + wang3 shang4 de5 dian4 jia1 cheng1 ta1 men5 xiao1 shou4 de5 nai2 fen3 shi4 gang2 ban3 dai4 gou4 +008870 很难#1算出#1准确#1时间的#4。 + hen3 nan2 suan4 chu1 zhun3 que4 shi2 jian1 de5 +008871 持股的#1魅力#2究竟#1在哪#4? + chi2 gu3 de5 mei4 li4 jiu1 jing4 zai4 na3 +008872 但是#2也不会#2天天#1有活的#4。 + dan4 shi4 ye3 bu2 hui4 tian1 tian1 you3 huo2 de5 +008873 他说#3:痛#3,我也#1懒得#1吱声#4。 + ta1 shuo1 tong4 wo2 ye2 lan3 de5 zi1 sheng1 +008874 这个#1宝宝#1真的#1很漂亮#4。 + zhe4 ge4 bao3 bao5 zhen1 de5 hen3 piao4 liang5 +008875 现场#2弥漫着#1一股#1焦臭味#4。 + xian4 chang3 mi2 man4 zhe5 yi4 gu3 jiao1 chou4 wei4 +008876 随#1行者#3,无不#2泪水#1滂沱#4。 + sui2 xing2 zhe3 wu2 bu4 lei4 shui3 pang1 tuo2 +008877 反对者#1认为#3,提取#2胚胎#1干细胞#2相当于#1“扼杀#1”生命#4。 + fan3 dui4 zhe3 ren4 wei2 ti2 qu3 pei1 tai1 gan4 xi4 bao1 xiang1 dang1 yu2 e4 sha1 sheng1 ming4 +008878 相关#1科学#1报告#3刊登在#2最新#1一期#1“自然#1通讯#1”上#4。 + xiang1 guan1 ke1 xue2 bao4 gao4 kan1 deng1 zai4 zui4 xin1 yi4 qi1 zi4 ran2 tong1 xun4 shang4 +008879 我#1没有#1不开心#3,就#1玩玩#1一下#4。 + wo3 mei2 you3 bu4 kai1 xin1 jiu4 wan2 wan5 yi2 xia4 +008880 侯佩岑#2也跟着#1红了#1眼眶#4。 + hou2 pei4 cen2 ye3 gen1 zhe5 hong2 le5 yan3 kuang4 +008881 胥克方#2是#1妞妞的#1父亲#4。 + xu1 ke4 fang1 shi4 niu1 niu5 de5 fu4 qin5 +008882 但是#3,盛大#1网络的#1净利润#3在#1第二季度#1却#1暴跌#4。 + dan4 shi4 sheng4 da4 wang3 luo4 de5 jing4 li4 run4 zai4 di4 er4 ji4 du4 que4 bao4 die1 +008883 遵命#3,我#1可以#1陪你#1一起去#4。 + zun1 ming4 wo3 ke2 yi3 pei2 ni3 yi4 qi3 qu4 +008884 在#1外人#1看来#3,他讷于#1言辞#3,不会#1讲话#3,憨态#1可掬#4。 + zai4 wai4 ren2 kan4 lai2 ta1 ne4 yu2 yan2 ci2 bu2 hui4 jiang3 hua4 han1 tai4 ke3 ju1 +008885 随后#2进入#2洱海#1湿地#1公园#4。 + sui2 hou4 jin4 ru4 er2 hai3 shi1 di4 gong1 yuan2 +008886 肇事车#1车头#2也#1损毁#1严重#4。 + zhao4 shi4 che1 che1 tou2 ye3 sun2 hui3 yan2 zhong4 +008887 特朗普#2当天#1出席了#1晚宴#4。 + te4 lang2 pu3 dang4 tian1 chu1 xi2 le5 wan3 yan4 +008888 而将#1持卡人#2多项#1重要#1信息#2“赤裸裸#1”曝光的#3,农行#2尚属#1首家#4。 + er2 jiang1 chi2 ka3 ren2 duo1 xiang4 zhong4 yao4 xin4 xi1 chi4 luo2 luo3 bao4 guang1 de5 nong2 hang2 shang4 shu2 shou3 jia1 +008889 琉球#2从此#2被#1日本#1吞并#4。 + liu2 qiu2 cong2 ci3 bei4 ri4 ben3 tun1 bing4 +008890 一个月后#3,抵制#1联盟#1瓦解#4。 + yi2 ge4 yue4 hou4 di3 zhi4 lian2 meng2 wa2 jie3 +008891 一绑住#1规划#3,捆绑着卖#4。 + yi4 bang3 zhu4 gui1 hua4 kun2 bang3 zhe5 mai4 +008892 昨日#3,消防员#2察看#1火场#4。 + zuo2 ri4 xiao1 fang2 yuan2 cha2 kan4 huo2 chang3 +008893 刘老师#2第一#1时间#2就#1发现#1返送#1有问题#3,立即#1摘掉#4。 + liu2 lao3 shi1 di4 yi1 shi2 jian1 jiu4 fa1 xian4 fan3 song4 you3 wen4 ti2 li4 ji2 zhai1 diao4 +008894 舍得#3,舍得#3,有舍#1才#1有得#3;舍得#3,舍得#3,该舍的#1要舍#3,该得的#1要得#4。 + she3 de2 she3 de2 you2 she3 cai2 you3 de2 she3 de5 she3 de2 gai1 she3 de5 yao4 she3 gai1 de2 de5 yao4 de2 +008895 市南#1三中旁#2光#1明目张胆的#1电脑房#2就有#1五家#3,外#1加上#2学习#1中心#4。 + shi4 nan2 san1 zhong1 pang2 guang1 ming2 mu4 zhang1 dan3 de5 dian4 nao3 fang2 jiu4 you2 wu3 jia1 wai4 jia1 shang4 xue2 xi2 zhong1 xin1 +008896 我#1得过#1肝炎#3,住了院#3,便#1休了#1一个#1学期的学#4。 + wo3 de2 guo4 gan1 yan2 zhu4 le5 yuan4 bian4 xiu1 le5 yi2 ge4 xue2 qi1 de5 xue2 +008897 比如#3,就有#1网友#1拿她#2“一开口#2我就#1哽咽了”的#1口头禅#1开涮#4。 + bi3 ru2 jiu4 you3 wang2 you3 na2 ta1 yi4 kai1 kou2 wo3 jiu4 geng3 ye4 le5 de5 kou3 tou2 chan2 kai1 shuan4 +008898 四十三年前#3,时建锋#2就在#1这处#2破瓦房#1中#2呱呱#1坠地#4。 + si4 shi2 san1 nian2 qian2 shi2 jian4 feng1 jiu4 zai4 zhe4 chu4 po4 wa3 fang2 zhong1 gu1 gu1 zhui4 di4 +008899 即便#1不爱看#2超级碗的人#3,也会在#1这个#1时候#2来数#1“星星#4”。 + ji2 bian4 bu2 ai4 kan4 chao1 ji2 wan3 de5 ren2 ye3 hui4 zai4 zhe4 ge5 shi2 hou4 lai2 shu3 xing1 xing5 +008900 王君#2勇于#1负责的#1精神#3,深深#1感动了#1朱心文#4。 + wang2 jun1 yong3 yu2 fu4 ze2 de5 jing1 shen5 shen1 shen1 gan3 dong4 le5 zhu1 xin1 wen2 +008901 成蕙琳#2是#2朝鲜#1当时#2最#1性感的#1电影#1明星#4。 + cheng2 hui4 lin2 shi4 chao2 xian3 dang1 shi2 zui4 xing4 gan3 de5 dian4 ying3 ming2 xing1 +008902 什么#1样的#1内容#2才能#1真正#1吸引#1人们#1上网呢#4? + shen2 me5 yang4 de5 nei4 rong2 cai2 neng2 zhen1 zheng4 xi1 yin3 ren2 men5 shang4 wang3 ne5 +008903 五秒后#3,丈夫#1看到#2对面的#1格林#1太太#2在给#1她的#1宠物#1洗澡#4。 + wu2 miao3 hou4 zhang4 fu5 kan4 dao4 dui4 mian4 de5 ge2 lin2 tai4 tai5 zai4 gei3 ta1 de5 chong3 wu4 xi2 zao3 +008904 多聊聊#1你呗#3,我再#1考虑#1爆照#4! + duo1 liao2 liao5 ni3 bei5 wo3 zai4 kao3 lv4 bao4 zhao4 +008905 小元#2“嘭”地#1关上#1房门#3,以示#1抗议#4。 + xiao3 yuan2 peng1 de5 guan1 shang4 fang2 men2 yi3 shi4 kang4 yi4 +008906 是#1长得#1像#1香蕉#1一样的#2那群#2很萌的#1动画#1人物#4。 + shi4 zhang3 de5 xiang4 xiang1 jiao1 yi2 yang4 de5 na4 qun2 hen3 meng2 de5 dong4 hua4 ren2 wu4 +008907 商品#1经济的#1年代#3,多少人#2无利#2而#1不往#4。 + shang1 pin3 jing1 ji4 de5 nian2 dai4 duo1 shao3 ren2 wu2 li4 er2 bu4 wang3 +008908 青海#1新闻网上#3,满是#2网友们的#2炽热#1感言#4。 + qing1 hai3 xin1 wen2 wang3 shang4 man3 shi4 wang2 you3 men2 de5 chi4 re4 gan3 yan2 +008909 我#1不是#1天天#1都涂#1粉底#4。 + wo3 bu2 shi4 tian1 tian1 dou1 tu2 fen2 di3 +008910 由其#2领衔#1编纂的#2“中国#1简帛#1书法#1大字典#3”也于#1今天#1正式#1启动#4。 + you2 qi2 ling3 xian2 bian1 zuan3 de5 zhong1 guo2 jian3 bo2 shu1 fa3 da4 zi4 dian3 ye3 yu2 jin1 tian1 zheng4 shi4 qi3 dong4 +008911 小猫头鹰#2遭到#1突然#1“伏击”后#3,向后#2打了个#1踉跄#3,差一点儿#1摔倒#4。 + xiao3 mao1 tou2 ying1 zao1 dao4 tu1 ran2 fu2 ji1 hou4 xiang4 hou4 da3 le5 ge4 liang4 qiang4 cha4 yi4 dianr3 shuai1 dao3 +008912 岑#2、黄#2两人#2各#1分得#2两万#1多元#4。 + cen2 huang2 liang3 ren2 ge4 fen1 de2 liang3 wan4 duo1 yuan2 +008913 老娘#2瞅瞅#1我说#3:我觉得#1也#1看不上#3,这事儿#2就算了吧#4。 + lao3 niang2 chou2 chou5 wo3 shuo1 wo3 jue2 de5 ye3 kan4 bu2 shang4 zhe4 shir4 jiu4 suan4 le5 ba5 +008914 导演#2朴根亨#1认为#3,年轻人的#1彷徨#1和#1挣扎#3往往#1是他们#1成长的#1过程#4。 + dao2 yan3 piao2 gen1 heng1 ren4 wei2 nian2 qing1 ren2 de5 pang2 huang2 he2 zheng1 zha2 wang2 wang3 shi4 ta1 men5 cheng2 zhang3 de5 guo4 cheng2 +008915 何帆#2还#1躺在#1床上#2等他爸#1派车#1来接#3,见#1邱志杰#1在#1发呆#3,说#3:你在#1想谁#4? + he2 fan1 hai2 tang3 zai4 chuang2 shang4 deng3 ta1 ba4 pai4 che1 lai2 jie1 jian4 qiu1 zhi4 jie2 zai4 fa1 dai1 shuo1 ni3 zai4 xiang3 shui2 +008916 当#2相关#1证据#2摆在#1吴苗#1面前#3,他#1先是#1一愣#3,继而#2面红耳赤#4。 + dang1 xiang1 guan1 zheng4 ju4 bai3 zai4 wu2 miao2 mian4 qian2 ta1 xian1 shi4 yi2 leng4 ji4 er2 mian4 hong2 er3 chi4 +008917 某人的#1妻子#2脾气#2非常#1怪癖#3,她与#1家里的#1所有人#2都#1难以#1相处#4。 + mou3 ren2 de5 qi1 zi3 pi2 qi4 fei1 chang2 guai4 pi3 ta1 yu3 jia1 li3 de5 suo2 you3 ren2 dou1 nan2 yi3 xiang1 chu3 +008918 有的#1流浪狗#2吃完#1东西后#3,还会#1舔舔#2喂食人的手#3,以#1表示#1感谢#4。 + you3 de5 liu2 lang4 gou3 chi1 wan2 dong1 xi5 hou4 hai2 hui4 tian2 tian3 wei4 shi2 ren2 de5 shou3 yi2 biao3 shi4 gan3 xie4 +008919 所以#3,自己#1也来#1尝尝鲜#4。 + suo2 yi3 zi4 ji2 ye3 lai2 chang2 chang5 xian1 +008920 即使#2我们#1祖上#1知道#2祖宗#2是#1曹操#3,也不会#1公开#1对#1我们说#4。 + ji2 shi3 wo3 men5 zu3 shang4 zhi1 dao4 zu3 zong1 shi4 cao2 cao1 ye3 bu2 hui4 gong1 kai1 dui4 wo3 men5 shuo1 +008921 我说#2我#1嫁给你#3,嫁给你#1以后#3,你得#1听我的#3,你做#1得到不#4? + wo3 shuo1 wo3 jia4 gei2 ni3 jia4 gei2 ni2 yi3 hou4 ni2 dei3 ting1 wo3 de5 ni3 zuo4 de2 dao4 bu5 +008922 人们#1一旦#1抓住我#3,用#1对付#1你的#1方法#3,将#1会要#1我的命#4。 + ren2 men5 yi2 dan4 zhua1 zhu4 wo3 yong4 dui4 fu4 ni3 de5 fang1 fa3 jiang1 hui4 yao4 wo3 de5 ming4 +008923 在等#1家人#1接机时#3艾薇儿#2索性#1坐在#1地上#3,理秀发#2不拘小节#4。 + zai4 deng3 jia1 ren2 jie1 ji1 shi2 ai4 wei1 er2 suo3 xing4 zuo4 zai4 di4 shang4 li3 xiu4 fa4 bu4 ju1 xiao3 jie2 +008924 在#1栾城县#2红日#2永和#1豆浆店#3,记者#1看到了#1一块#2诚信#1监管牌#4。 + zai4 luan2 cheng2 xian4 hong2 ri4 yong3 he2 dou4 jiang1 dian4 ji4 zhe3 kan4 dao4 le5 yi2 kuai4 cheng2 xin4 jian1 guan3 pai2 +008925 王丹#2夹紧#1手包#2排在了#1人群中#3,铁栅栏#2把#1蛇形#1队伍#2分隔成#1四支#4。 + wang2 dan1 jia1 jin2 shou3 bao1 pai2 zai4 le5 ren2 qun2 zhong1 tie3 zha4 lan5 ba3 she2 xing2 dui4 wu5 fen1 ge2 cheng2 si4 zhi1 +008926 棺材#1位置#3,墓主人的#1尸骨#2也#1渐渐#1显露#1出来#3,下颚#2还#1保留着#1牙齿#4。 + guan1 cai5 wei4 zhi4 mu4 zhu3 ren2 de5 shi1 gu3 ye3 jian4 jian4 xian3 lu4 chu1 lai5 xia4 e4 hai2 bao3 liu2 zhe5 ya2 chi3 +008927 这是#1吉米的#2第二次#1摩托#1之旅#3,此前#3,他曾骑#1摩托车#2环游过#1印度#4。 + zhe4 shi4 ji2 mi3 de5 di4 er4 ci4 mo2 tuo5 zhi1 lv3 ci3 qian2 ta1 ceng2 qi2 mo2 tuo5 che1 huan2 you2 guo4 yin4 du4 +008928 转头#1一看#3,一老奶奶#2冲我#2笑嘻嘻的#1说#3:小伙子#3,抓着#1你点#3,车晃#4。 + zhuan3 tou2 yi2 kan4 yi4 lao2 nai3 nai5 chong4 wo3 xiao4 xi1 xi1 de5 shuo1 xiao2 huo3 zi5 zhua1 zhe5 ni2 dian3 che1 huang4 +008929 主要#1题材#2有#1释迦像#3、弥勒像#3、释迦#1多宝像#3、观音像#3、双菩萨像#1等#4。 + zhu3 yao4 ti2 cai2 you3 shi4 jia1 xiang4 mi2 le4 xiang4 shi4 jia1 duo1 bao3 xiang4 guan1 yin1 xiang4 shuang1 pu2 sa4 xiang4 deng3 +008930 当然#2还是#1我们#1同仁堂的#1东西#2值得#1信赖啦#4。 + dang1 ran2 hai2 shi4 wo3 men5 tong2 ren2 tang2 de5 dong1 xi5 zhi2 de2 xin4 lai4 la5 +008931 此外#3,投资人#2仍存#1顾虑#4。 + ci3 wai4 tou2 zi1 ren2 reng2 cun2 gu4 lv4 +008932 印度洋上#2正在#1出现#2中国#2将被#1捆住#1手脚的#1格局#4。 + yin4 du4 yang2 shang4 zheng4 zai4 chu1 xian4 zhong1 guo2 jiang1 bei4 kun3 zhu4 shou2 jiao3 de5 ge2 ju2 +008933 刘女士#2甩掉#1儿子#1手上的#1小蛤蟆#3,神情#2有些#1紧张#4。 + liu2 nv3 shi4 shuai3 diao4 er2 zi5 shou3 shang4 de5 xiao3 ha2 ma5 shen2 qing2 you3 xie1 jin3 zhang1 +008934 泽尻#1英龙华#2自白#1演艺#1经历#3和#1与#1丈夫#1离婚的#1种种#4。 + ze2 kao1 ying1 long2 hua2 zi4 bai2 yan3 yi4 jing1 li4 he2 yu3 zhang4 fu5 li2 hun1 de5 zhong2 zhong3 +008935 虽然#2作品#1没有#1大卖#2有点#1遗憾#3,但#1没关系啦#4。 + sui1 ran2 zuo4 pin3 mei2 you3 da4 mai4 you2 dian3 yi2 han4 dan4 mei2 guan1 xi5 la5 +008936 在#1天津#3,市民#2也闻得到#2空气中#2呛人的#1味道#4。 + zai4 tian1 jin1 shi4 min2 ye3 wen2 de5 dao4 kong1 qi4 zhong1 qiang4 ren2 de5 wei4 dao4 +008937 在#1记者#1人数#2并没#1减少下#3,冗员#2自然#1产生#4。 + zai4 ji4 zhe3 ren2 shu4 bing4 mei2 jian2 shao3 xia4 rong3 yuan2 zi4 ran2 chan3 sheng1 +008938 他想#1搞#1明白#2“亲密#1关系”的#1范围#2到底#1有#1多大#4。 + ta1 xiang2 gao3 ming2 bai5 qin1 mi4 guan1 xi5 de5 fan4 wei2 dao4 di2 you3 duo1 da4 +008939 一横#1一竖#3、一点#1一撇#3,所有#1同学#2都#1十分工#1整地#2进行着#1写字#1练习#4。 + yi4 heng2 yi2 shu4 yi4 dian3 yi4 pie3 suo2 you3 tong2 xue2 dou1 shi2 fen1 gong1 zheng3 de5 jin4 xing2 zhe5 xie3 zi4 lian4 xi2 +008940 其间#3,孩子#1打了#1一个嗝#3,但#1医生#1看完后#3,说是#2孩子#1睡觉#1打呼噜#4。 + qi2 jian1 hai2 zi5 da3 le5 yi2 ge4 ge2 dan4 yi1 sheng1 kan4 wan2 hou4 shuo1 shi4 hai2 zi5 shui4 jiao4 da3 hu1 lu5 +008941 当时#2那个#1女生#2穿着#1牛仔裤#3,束着#1皮带#3,就#1乖乖#1把它#1解开了#4。 + dang1 shi2 na4 ge5 nv3 sheng1 chuan1 zhe5 niu2 zai3 ku4 shu4 zhe5 pi2 dai4 jiu4 guai1 guai1 ba3 ta1 jie3 kai1 le5 +008942 我们#1承诺#2尽#1全力#2确保#1信息#1通畅#4。 + wo3 men5 cheng2 nuo4 jin4 quan2 li4 que4 bao3 xin4 xi1 tong1 chang4 +008943 多以#2歌舞#2、僧侣#1祈福等#1方式#2来#1庆祝#1傣历#1新年#4。 + duo1 yi3 ge1 wu3 seng1 lv3 qi2 fu2 deng3 fang1 shi4 lai2 qing4 zhu4 dai3 li4 xin1 nian2 +008944 桑塔纳#2紧咬#1不放#3,车速#2直至#2一百二#2、一百三十码#4。 + sang1 ta3 na4 jin2 yao3 bu2 fang4 che1 su4 zhi2 zhi4 yi4 bai3 er4 yi4 bai3 san1 shi5 ma3 +008945 孩子#2在我#1身上#2爬着玩#3,突然#1听到#1“咯#3,咯咯#3,咯#2”的#1敲门声#4。 + hai2 zi5 zai4 wo3 shen1 shang5 pa2 zhe5 wan2 tu1 ran2 ting1 dao4 ge1 ge1 ge1 ge1 de5 qiao1 men2 sheng1 +008946 建议#2你先#1找个#1土豪#1做朋友#4。 + jian4 yi4 ni3 xian1 zhao3 ge5 tu3 hao2 zuo4 peng2 you5 +008947 子贡#2赎买了#1一个#1奴隶#3,但他#2“发扬#1风格#3”,拒绝了#1补偿#4。 + zi3 gong4 shu2 mai3 le5 yi2 ge4 nu2 li4 dan4 ta1 fa1 yang2 feng1 ge2 ju4 jue2 le5 bu3 chang2 +008948 一审后#3,陈兴銮#1提起#1上诉#4。 + yi1 shen3 hou4 chen2 xing1 luan2 ti2 qi3 shang4 su4 +008949 我是#1萌萌哒#3,你是#1呆呆哒#4。 + wo3 shi4 meng2 meng2 da1 ni3 shi4 dai1 dai1 da1 +008950 新华社#1社长#1李从军#1致辞#4。 + xin1 hua2 she4 she4 zhang2 li3 cong2 jun1 zhi4 ci2 +008951 这间#2终于#1有了#1反馈#3,他#1左铺#1放下书说#3:灵桥镇#1中学#4。 + zhe4 jian1 zhong1 yu2 you3 le5 fan3 kui4 ta1 zuo3 pu4 fang4 xia4 shu1 shuo1 ling2 qiao2 zhen4 zhong1 xue2 +008952 那段#1时间#3,为了#1安抚#1母亲#3,赵灿#2曾#1回到#1老家#2深泽县#4。 + na4 duan4 shi2 jian1 wei4 le5 an1 fu2 mu3 qin1 zhao4 can4 ceng2 hui2 dao4 lao3 jia1 shen1 ze2 xian4 +008953 德法#2非常#1恼火#3,英国的#1立场#2让#1德法#1等国#1非常#1恼火#4。 + de2 fa3 fei1 chang2 nao2 huo3 ying1 guo2 de5 li4 chang3 rang4 de2 fa2 deng3 guo2 fei1 chang2 nao2 huo3 +008954 说到#1嗨时#3,周围#1一群#1年轻#1白领#2纷纷#1露出#1“石化#1”表情#4。 + shuo1 dao4 hai1 shi2 zhou1 wei2 yi4 qun2 nian2 qing1 bai2 ling3 fen1 fen1 lou4 chu1 shi2 hua4 biao3 qing2 +008955 更何况#3,孩子的#1成长#1环境中#3,软调#1暴力#2也#1从未#1断绝#4。 + geng4 he2 kuang4 hai2 zi5 de5 cheng2 zhang3 huan2 jing4 zhong1 ruan3 tiao2 bao4 li4 ye3 cong2 wei4 duan4 jue2 +008956 上面#2写有#1名字#3、出生#1年月等#1信息#3,但#1现在#2都#1搞丢了#4。 + shang4 mian4 xie2 you3 ming2 zi4 chu1 sheng1 nian2 yue4 deng3 xin4 xi1 dan4 xian4 zai4 dou1 gao3 diu1 le5 +008957 多名#2民意#1代表#2拉扯成#1一团#4。 + duo1 ming2 min2 yi4 dai4 biao3 la1 che3 cheng2 yi4 tuan2 +008958 于是#2张某#2掏出了#1身上#1带着的#1电线#3,将#1黄老太#1勒死#4。 + yu2 shi4 zhang1 mou3 tao1 chu1 le5 shen1 shang4 dai4 zhe5 de5 dian4 xian4 jiang1 huang2 lao3 tai4 lei1 si3 +008959 等我#1长大了#3,可以为#1一个#1新生命#1负责时#1再养了#4。 + deng2 wo2 zhang3 da4 le5 ke2 yi3 wei4 yi2 ge4 xin1 sheng1 ming4 fu4 ze2 shi2 zai4 yang3 le5 +008960 但#2奥迪#1车里的人#2态度#1比较#1蛮横#3,双方#1僵持#1不下#4。 + dan4 ao4 di2 che1 li3 de5 ren2 tai4 du5 bi3 jiao4 man2 heng4 shuang1 fang1 jiang1 chi2 bu2 xia4 +008961 昨日#1早盘#3,欧洲#1股市#2延续#1本周二的#1升势#2止跌#1反弹#4。 + zuo2 ri4 zao3 pan2 ou1 zhou1 gu3 shi4 yan2 xu4 ben3 zhou1 er4 de5 sheng1 shi4 zhi3 die1 fan3 tan2 +008962 电话#1那头#2沉默了#1一会儿#2幽幽到#3:“采取了#3,我#1拍了#1张照片#4…” + dian4 hua4 na4 tou2 chen2 mo4 le5 yi2 huir4 you1 you1 dao4 cai2 qu3 le5 wo3 pai1 le5 zhang1 zhao4 pian4 +008963 但是#3,偷工减料的#1广告牌#2根本扛#1不住#1台风#4。 + dan4 shi4 tou1 gong1 jian3 liao4 de5 guang3 gao4 pai2 gen1 ben3 kang2 bu2 zhu4 tai2 feng1 +008964 办事处#1领导#2得知#1此事后#3,要求#1山西#1大厦#2严肃#1处理#4。 + ban4 shi4 chu4 ling2 dao3 de2 zhi1 ci3 shi4 hou4 yao1 qiu2 shan1 xi1 da4 sha4 yan2 su4 chu2 li3 +008965 我和#1璧媃#2是#1燕京#1大学的#1同班#1同学#3,她#1比我#1小七个月#4。 + wo3 he2 bi4 rou2 shi4 yan1 jing1 da4 xue2 de5 tong2 ban1 tong2 xue2 ta1 bi2 wo2 xiao3 qi1 ge4 yue4 +008966 虽则#1如此#3,也要#2加以#1规范#3,不能#2任由#1泛滥#3,谬种流传#4。 + sui1 ze2 ru2 ci3 ye3 yao4 jia1 yi3 gui1 fan4 bu4 neng2 ren4 you2 fan4 lan4 miu4 zhong3 liu2 chuan2 +008967 北京#2京西#1宾馆#2华灯#1璀璨#3,洋溢着#2欢庆#1祥和的#1气氛#4。 + bei3 jing1 jing1 xi1 bin1 guan3 hua2 deng1 cui3 can4 yang2 yi4 zhe5 huan1 qing4 xiang2 he2 de5 qi4 fen1 +008968 有一些#2不能#1完全#1归纳#1为#2干扰#1阻碍#3,有一些#2是#2认识#1不一致#4。 + you3 yi4 xie1 bu4 neng2 wan2 quan2 gui1 na4 wei2 gan1 rao2 zu3 ai4 you3 yi4 xie1 shi4 ren4 shi5 bu4 yi2 zhi4 +008969 指定的#1日期#1到了#3,所有的鸟#2都#1一齐#1来到#1宙斯#1面前#4。 + zhi3 ding4 de5 ri4 qi1 dao4 le5 suo2 you3 de5 niao3 dou1 yi4 qi2 lai2 dao4 zhou4 si1 mian4 qian2 +008970 这位#2在#1战场上#2驰骋#1沙场的#1士兵#3却#1无法#1忍受#1贫民#1生活#4。 + zhe4 wei4 zai4 zhan4 chang3 shang4 chi2 cheng3 sha1 chang3 de5 shi4 bing1 que4 wu2 fa2 ren3 shou4 pin2 min2 sheng1 huo2 +008971 而#1按照#2农村#1风俗#2往往是#1结婚时#2男方出#1房子#3,女方#1出嫁妆#4。 + er2 an4 zhao4 nong2 cun1 feng1 su2 wang2 wang3 shi4 jie2 hun1 shi2 nan2 fang1 chu1 fang2 zi5 nv3 fang1 chu1 jia4 zhuang5 +008972 他认为#2是#1养父母#2在#1亲戚的#1怂恿下#3,和#1自己#1断了#1收养#1关系#4。 + ta1 ren4 wei2 shi4 yang3 fu4 mu3 zai4 qin1 qi5 de5 song2 yong3 xia4 he2 zi4 ji3 duan4 le5 shou1 yang3 guan1 xi5 +008973 结婚#1多年后#3,夫妇俩#2想要#1一个#1孩子#3,但#1一直#1未能#1如愿#1怀上#4。 + jie2 hun1 duo1 nian2 hou4 fu1 fu4 lia2 xiang3 yao4 yi2 ge4 hai2 zi5 dan4 yi4 zhi2 wei4 neng2 ru2 yuan4 huai2 shang4 +008974 事实上#3,伴#1随着#1上海#1退休者#1越来越多#3,亏空#2也会#2越来越大#4。 + shi4 shi2 shang4 ban4 sui2 zhe5 shang4 hai3 tui4 xiu1 zhe3 yue4 lai2 yue4 duo1 kui1 kong1 ye3 hui4 yue4 lai2 yue4 da4 +008975 点心#2今日#1还#1推出#2点心#1通讯录#3、点心盒#1同步#2等#1新功能#4。 + dian3 xin5 jin1 ri4 hai2 tui1 chu1 dian3 xin5 tong1 xun4 lu4 dian3 xin5 he2 tong2 bu4 deng3 xin1 gong1 neng2 +008976 看到#1熟悉的#1护士#1姐姐#3,孩子#2会咧#1咧嘴#3,无声地#1笑起来#4。 + kan4 dao4 shu2 xi5 de5 hu4 shi5 jie3 jie5 hai2 zi5 hui4 lie2 lie2 zui3 wu2 sheng1 de5 xiao4 qi3 lai2 +008977 柿子#1树上#2结的#1柿子#2都#1是黄登登的#3,拨开了#1核儿#2都是#1黑的#4。 + shi4 zi5 shu4 shang4 jie2 de5 shi4 zi5 dou1 shi4 huang2 deng1 deng1 de5 bo1 kai1 le5 her2 dou1 shi4 hei1 de5 +008978 如何#1沟通#3?怎么#1沟通#3?渐渐#1成为#1我们#2日思夜想的#1主题#4。 + ru2 he2 gou1 tong1 zen3 me5 gou1 tong1 jian4 jian4 cheng2 wei2 wo3 men5 ri4 si1 ye4 xiang3 de5 zhu3 ti2 +008979 除了#2上自己#1专业#1开的课#3,穆鹏#2还#1喜欢到#1别的#1专业#1“蹭课#4”。 + chu2 le5 shang4 zi4 ji3 zhuan1 ye4 kai1 de5 ke4 mu4 peng2 hai2 xi3 huan1 dao4 bie2 de5 zhuan1 ye4 ceng4 ke4 +008980 何晓顺#1透露#3,美儿的#1父母#2还#1捐赠出#2她的#1角膜#2和#1肾脏#4。 + he2 xiao3 shun4 tou4 lu4 mei3 er2 de5 fu4 mu3 hai2 juan1 zeng4 chu1 ta1 de5 jiao3 mo2 he2 shen4 zang4 +008981 昔日的#1网坛#1女皇#3怎么#1被#1别人#2告上了#1法庭呢#4? + xi1 ri4 de5 wang3 tan2 nv3 huang2 zen3 me5 bei4 bie2 ren2 gao4 shang4 le5 fa3 ting2 ne5 +008982 欧洲#2和#1日本#2在#1衰退#1边缘#1挣扎#1之时#3,支撑起#1全球#1经济的#1增长#4。 + ou1 zhou1 he2 ri4 ben3 zai4 shuai1 tui4 bian1 yuan2 zheng1 zha2 zhi1 shi2 zhi1 cheng1 qi3 quan2 qiu2 jing1 ji4 de5 zeng1 zhang3 +008983 符淙斌#1院士#2正是#1在此#1领域#3取得了#1令人瞩目的#1成就#4。 + fu2 cong2 bin1 yuan4 shi4 zheng4 shi4 zai4 ci2 ling3 yu4 qu3 de2 le5 ling4 ren2 zhu3 mu4 de5 cheng2 jiu4 +008984 他的#1办公桌上#2总是#1堆满了#1学生#1作业#2、试卷#3,经常#2废寝忘食#4。 + ta1 de5 ban4 gong1 zhuo1 shang4 zong3 shi4 dui1 man3 le5 xue2 sheng1 zuo4 ye4 shi4 juan4 jing1 chang2 fei4 qin3 wang4 shi2 +008985 我#1赶紧#2登录到的#1淘宝#3,杯具啊#3,收货#1地址#2居然#1默认的#1是她#4。 + wo3 gan2 jin3 deng1 lu4 dao4 de5 tao2 bao3 bei1 ju4 a5 shou1 huo4 di4 zhi3 ju1 ran2 mo4 ren4 de5 shi4 ta1 +008986 信#1寄出后#3,王霄#1觉得#1世界#1茫然#1一片#3,心#1麻木得#1停止了#1跳动#4。 + xin4 ji4 chu1 hou4 wang2 xiao1 jue2 de5 shi4 jie4 mang2 ran2 yi2 pian4 xin1 ma2 mu4 de5 ting2 zhi3 le5 tiao4 dong4 +008987 文章#2没有#1任何#1事实#1依据#3,随意#1贬损#1自己#1名誉#3,侵犯#2自己#1名誉权#4。 + wen2 zhang1 mei2 you3 ren4 he2 shi4 shi2 yi1 ju4 sui2 yi4 bian2 sun3 zi4 ji3 ming2 yu4 qin1 fan4 zi4 ji3 ming2 yu4 quan2 +008988 大批#1记者#2留守#1泽尻妈#1寓所#1楼下#3,希望#2能#1采访到#1第一手#1资讯#4。 + da4 pi1 ji4 zhe3 liu2 shou3 ze2 kao1 ma1 yu4 suo3 lou2 xia4 xi1 wang4 neng2 cai2 fang3 dao4 di4 yi1 shou3 zi1 xun4 +008989 海关#1总署#2积极#1拓展#2和#1优化#2加工#1贸易的#1产业#1结构#1调整#1等等#4。 + hai3 guan1 zong2 shu3 ji1 ji2 tuo4 zhan3 he2 you1 hua4 jia1 gong1 mao4 yi4 de5 chan3 ye4 jie2 gou4 tiao2 zheng3 deng2 deng3 +008990 钱荣#2突然#1跑到#1他#1面前说#3:告诉你#1一个#1消息#3,我要#1去追#1姚书琴#4! + qian2 rong2 tu1 ran2 pao3 dao4 ta1 mian4 qian2 shuo1 gao4 su4 ni3 yi2 ge5 xiao1 xi5 wo3 yao4 qu4 zhui1 yao2 shu1 qin2 +008991 男子#2好像#2并不#1解气#3,又要#1拎着#1垃圾桶#1再砸#3,被人#1阻止#4。 + nan2 zi2 hao3 xiang4 bing4 bu4 jie3 qi4 you4 yao4 lin1 zhe5 la1 ji1 tong3 zai4 za2 bei4 ren2 zu2 zhi3 +008992 我#1相信#2小孩子#2也#1不希望#1妈妈#3每天#1都在家#2对他#1啰嗦吧#4。 + wo3 xiang1 xin4 xiao3 hai2 zi5 ye3 bu4 xi1 wang4 ma1 ma5 mei3 tian1 dou1 zai4 jia1 dui4 ta1 luo1 suo5 ba5 +008993 但#2近段#1时间#2天气#1真的#1很#1清透#1爽朗#3,可以#1放心地#1晒衣物#4。 + dan4 jin4 duan4 shi2 jian1 tian1 qi4 zhen1 de5 hen3 qing1 tou4 shuang2 lang3 ke2 yi3 fang4 xin1 de5 shai4 yi1 wu4 +008994 熊猫#2有爪子#3,我#1总是#1告诉#1我的#1粉丝#2要秀出#1他们的#1爪子#4。 + xiong2 mao1 you2 zhua3 zi5 wo2 zong3 shi4 gao4 su4 wo3 de5 fen3 si1 yao4 xiu4 chu1 ta1 men5 de5 zhua3 zi5 +008995 葛老太#2很感激#3,要把#1芹菜#2送给#1好心人#3,但被#1人们#1婉拒#4。 + ge2 lao3 tai4 hen2 gan3 ji1 yao4 ba3 qin2 cai4 song4 gei2 hao3 xin1 ren2 dan4 bei4 ren2 men5 wan3 ju4 +008996 我家的#1母老虎#1才#1可怕呢#4! + wo3 jia1 de5 mu3 lao2 hu3 cai2 ke3 pa4 ne5 +008997 如果#2帅是#1一种罪#3,那#1今天#2主人#1你#1已经#2罪恶滔天了#4。 + ru2 guo3 shuai4 shi4 yi4 zhong3 zui4 na4 jin1 tian1 zhu3 ren2 ni2 yi3 jing1 zui4 e4 tao1 tian1 le5 +008998 我们#1从#2黄海#1之滨#3,向#2青藏#1高原#3,向#1世界#1屋脊#3,发去#1我们#1最好的#1祝愿#4。 + wo3 men5 cong2 huang2 hai3 zhi1 bin1 xiang4 qing1 zang4 gao1 yuan2 xiang4 shi4 jie4 wu1 ji3 fa1 qu4 wo3 men5 zui4 hao3 de5 zhu4 yuan4 +008999 广州#1女性#2痔疮#1患病率#1居首#3,其次#1顺位#1排序#1是#2北京#3、上海#3、深圳#4。 + guang3 zhou1 nv3 xing4 zhi4 chuang1 huan4 bing4 lv4 ju1 shou3 qi2 ci4 shun4 wei4 pai2 xu4 shi4 bei3 jing1 shang4 hai3 shen1 zhen4 +009000 是#1凉拖#3,还是#1带跟的#4。 + shi4 liang2 tuo1 hai2 shi4 dai4 gen1 de5 +009001 我们#2城市的#1复苏#2有赖于#1他#1强有力的#1政策#4。 + wo3 men5 cheng2 shi4 de5 fu4 su1 you3 lai4 yu2 ta1 qiang2 you3 li4 de5 zheng4 ce4 +009002 这样#1做的#1依据#2就是#2苏人通#2二三#1七号#1文件#4。 + zhe4 yang4 zuo4 de5 yi1 ju4 jiu4 shi4 su1 ren2 tong1 er4 san1 qi1 hao4 wen2 jian4 +009003 这将会#2很大#1程度的#1缓解#1养老金的#1缺口#4。 + zhe4 jiang1 hui4 hen3 da4 cheng2 du4 de5 huan2 jie3 yang2 lao3 jin1 de5 que1 kou3 +009004 为什么#2几封#1诬告信#3就有#1那么#1大的#1破坏力#4? + wei4 shen2 me5 ji3 feng1 wu1 gao4 xin4 jiu4 you3 na4 me5 da4 de5 po4 huai4 li4 +009005 刚买的#1裤子#1不到#1十分钟#2你就#1弄破了#4。 + gang1 mai3 de5 ku4 zi5 bu2 dao4 shi2 fen1 zhong1 ni3 jiu4 nong4 po4 le5 +009006 因此#3,只能以#1最笨的#1方式#3,不断#2以卵击石#4。 + yin1 ci3 zhi3 neng2 yi3 zui4 ben4 de5 fang1 shi4 bu2 duan4 yi2 luan3 ji1 shi2 +009007 两人#2错车#1之际#3,毛爹爹#2突然#1摔倒#1受伤#4。 + liang3 ren2 cuo4 che1 zhi1 ji4 mao2 die1 die5 tu1 ran2 shuai1 dao3 shou4 shang1 +009008 同时#3,牧民#2就业#1渠道窄#3,收入#1增长#1缓慢#4。 + tong2 shi2 mu4 min2 jiu4 ye4 qu2 dao4 zhai3 shou1 ru4 zeng1 zhang2 huan3 man4 +009009 女明星#2也是#1平凡人#3,你#1以为#2在#1娱乐圈#1拍戏#1赶通告#2很#1容易吗#4? + nv3 ming2 xing1 ye3 shi4 ping2 fan2 ren2 ni2 yi3 wei2 zai4 yu2 le4 quan1 pai1 xi4 gan3 tong1 gao4 hen3 rong2 yi4 ma5 +009010 许多#1道理#3,人们#1已经#1证明过#1千遍#1万遍#3,为什么#2还要#1带着#1侥幸的#1心理#2再去#1试验#1一回呢#4? + xu3 duo1 dao4 li3 ren2 men5 yi3 jing1 zheng4 ming2 guo4 qian1 bian4 wan4 bian4 wei4 shen2 me5 hai2 yao4 dai4 zhe5 jiao3 xing4 de5 xin1 li3 zai4 qu4 shi4 yan4 yi4 hui2 ne5 +009011 昨天#3,他向#2成都#1商报#1记者#2娓娓#1道来#4。 + zuo2 tian1 ta1 xiang4 cheng2 du1 shang1 bao4 ji4 zhe3 wei2 wei3 dao4 lai2 +009012 林峰#2与#1多位#1年青#1模特儿#3拿起#1道具#1蛋糕#1合照#4。 + lin2 feng1 yu3 duo1 wei4 nian2 qing1 mo2 ter4 na2 qi3 dao4 ju4 dan4 gao1 he2 zhao4 +009013 对于#2无利可图的#2客户#1渠道#3,也把#1它们#1掐断了#4。 + dui4 yu2 wu2 li4 ke3 tu2 de5 ke4 hu4 qu2 dao4 ye2 ba3 ta1 men5 qia1 duan4 le5 +009014 美军#2为何还#1迫不及待地#2要#1动用#1第四#1步兵师#4? + mei3 jun1 wei4 he2 hai2 po4 bu4 ji2 dai4 de5 yao4 dong4 yong4 di4 si4 bu4 bing1 shi1 +009015 而#1移民#2与#1关卡局#2已#1展开#1调查#3,掌握#1两人的#1罪证#4。 + er2 yi2 min2 yu3 guan1 qia3 ju2 yi2 zhan3 kai1 diao4 cha2 zhang3 wo4 liang3 ren2 de5 zui4 zheng4 +009016 为了#1多挣#1几个#1法郎#3,他#1每周#2超负荷地#1工作#4。 + wei4 le5 duo1 zheng4 ji3 ge4 fa3 lang2 ta1 mei3 zhou1 chao1 fu4 he4 de5 gong1 zuo4 +009017 为了让#1丈夫#2清清#1爽爽#3,常女#2还#1学会了#1理发#4。 + wei4 le5 rang4 zhang4 fu5 qing1 qing1 shuang2 shuang3 chang2 nv3 hai2 xue2 hui4 le5 li3 fa4 +009018 只知道#1评论#1春光的人#3,春光#2不会#1与他#1同行#4。 + zhi3 zhi1 dao4 ping2 lun4 chun1 guang1 de5 ren2 chun1 guang1 bu2 hui4 yu3 ta1 tong2 xing2 +009019 据了解#3,予园#1公馆#2是#1民国#1名医#2刘建勋的#1旧居#4。 + ju4 liao2 jie3 yu3 yuan2 gong1 guan3 shi4 min2 guo2 ming2 yi1 liu2 jian4 xun1 de5 jiu4 ju1 +009020 后面的#1话#2她#1已经#1听不到了#3,不减肥#2宁可死#4! + hou4 mian5 de5 hua4 ta1 yi3 jing1 ting1 bu2 dao4 le5 bu4 jian3 fei2 ning4 ke2 si3 +009021 惊魂#1一刻#1过后#3,他#1回想起#2是#1登山杖#1没拧紧#4。 + jing1 hun2 yi2 ke4 guo4 hou4 ta1 hui2 xiang2 qi3 shi4 deng1 shan1 zhang4 mei2 ning2 jin3 +009022 吸水#3、吸尘#3、去污#3、隔音#3、保护#1主机毯#1等#1功能#4。 + xi1 shui3 xi1 chen2 qu4 wu1 ge2 yin1 bao3 hu4 zhu3 ji1 tan2 deng3 gong1 neng2 +009023 被#2射杀#1东北虎的#1“老公#3”寂寞地#2趴在#1铁笼内#4。 + bei4 she4 sha1 dong1 bei2 hu3 de5 lao3 gong1 ji4 mo4 de5 pa1 zai4 tie3 long2 nei4 +009024 有时#2忙起来了#3,没零钱#2一连#1几天#1都#1不收#1我钱#4! + you3 shi2 mang2 qi3 lai2 le5 mei2 ling2 qian2 yi4 lian2 ji3 tian1 dou1 bu4 shou1 wo3 qian2 +009025 乘#2七四一路#1赶火车的#1乘客#3,最好#2提早#1出发#4。 + cheng2 qi1 si4 yi1 lu4 gan2 huo3 che1 de5 cheng2 ke4 zui4 hao3 ti2 zao3 chu1 fa1 +009026 有些#2加入了#1“棒棒军#3”,肩挑#1竹竿#2从事#2货物#1运送#4。 + you3 xie1 jia1 ru4 le5 bang4 bang5 jun1 jian1 tiao3 zhu2 gan1 cong2 shi4 huo4 wu4 yun4 song4 +009027 但#1他们#1很支持#3,允许#1我把#1这句话#2放到#1网站上#4。 + dan4 ta1 men5 hen3 zhi1 chi2 yun2 xu3 wo2 ba3 zhe4 ju4 hua4 fang4 dao4 wang3 zhan4 shang4 +009028 以前#1所办的#1展览等#3不属于#2故宫#1管理#4。 + yi3 qian2 suo3 ban4 de5 zhan2 lan2 deng3 bu4 shu3 yu2 gu4 gong1 guan2 li3 +009029 但是#1家暴哇#3,她#1也有#2女的#1打男的#1的时候#4。 + dan4 shi4 jia1 bao4 wa5 ta1 ye2 you2 nv3 de5 da3 nan2 de5 de5 shi2 hou5 +009030 期间#3,妞妞#2一直#1大哭#3,但#1丹某#3没有#1停手#4。 + qi1 jian1 niu1 niu5 yi4 zhi2 da4 ku1 dan4 dan1 mou3 mei2 you3 ting2 shou3 +009031 冰雪#2尚未#1融化#3,重建#1电网的#1步伐#1已开启#4。 + bing1 xue3 shang4 wei4 rong2 hua4 chong2 jian4 dian4 wang3 de5 bu4 fa2 yi3 kai1 qi3 +009032 发现#2工作#1人员#2态度#1蛮横的#3,要#1严加#1惩处#4。 + fa1 xian4 gong1 zuo4 ren2 yuan2 tai4 du4 man2 heng4 de5 yao4 yan2 jia1 cheng2 chu3 +009033 那些#2喜欢#1挑点#1毛病#3、说点#1闲话的人#3,也#1话不多#4。 + na4 xie1 xi3 huan1 tiao1 dian3 mao2 bing4 shuo1 dian3 xian2 hua4 de5 ren2 ye3 hua4 bu4 duo1 +009034 由于#2火场上#2风力#1不断#1加大#3,又#1加速了#1可燃物#1燃烧#4。 + you2 yu2 huo2 chang3 shang4 feng1 li4 bu2 duan4 jia1 da4 you4 jia1 su4 le5 ke3 ran2 wu4 ran2 shao1 +009035 快走到#1地边时#3,远远#1看到#1地塄后#3搁着#1一件#2“花衣裳#4”。 + kuai4 zou3 dao4 di4 bian1 shi2 yuan2 yuan3 kan4 dao4 di4 leng2 hou4 ge1 zhe5 yi2 jian4 hua1 yi1 shang5 +009036 废弃#1猪肉#2在#1土锅里#1熬炼#3,黑色的#1猪油#2流到#1桶里#4。 + fei4 qi4 zhu1 rou4 zai4 tu3 guo1 li3 ao2 lian4 hei1 se4 de5 zhu1 you2 liu2 dao4 tong2 li3 +009037 如今#3,葛启义的#1装饰#1公司#3走入了#1正轨#3,生计#1无忧#4。 + ru2 jin1 ge2 qi3 yi4 de5 zhuang1 shi4 gong1 si1 zou3 ru4 le5 zheng4 gui3 sheng1 ji4 wu2 you1 +009038 卵子#2是从#1基因库#1挑选的#3,来自#1一个#1匿名的#1女子#4。 + luan2 zi3 shi4 cong2 ji1 yin1 ku4 tiao1 xuan3 de5 lai2 zi4 yi2 ge4 ni4 ming2 de5 nv2 zi3 +009039 但#1如果#1缺乏#1资金#3,却#1很难#1吸引#2优秀的#1软件#1人才#4。 + dan4 ru2 guo3 que1 fa2 zi1 jin1 que4 hen3 nan2 xi1 yin3 you1 xiu4 de5 ruan3 jian4 ren2 cai2 +009040 二氧化硫#2添加在#1食品中#3主要起#1漂白#1和#1防腐#1作用#4。 + er4 yang3 hua4 liu2 tian1 jia1 zai4 shi2 pin3 zhong1 zhu3 yao4 qi2 piao3 bai2 he2 fang2 fu3 zuo4 yong4 +009041 一位#1市民说#3:“惊醒后#2听见了#2房屋#1被#1摇动的#1吱吱声#4。 + yi2 wei4 shi4 min2 shuo1 jing1 xing3 hou4 ting1 jian4 le5 fang2 wu1 bei4 yao2 dong4 de5 zhi1 zhi1 sheng1 +009042 结果#3因此#2没瞅见#1前面的#1电线#1杆子#3,一头#1栽上了#4。 + jie2 guo3 yin1 ci3 mei2 chou3 jian4 qian2 mian4 de5 dian4 xian4 gan1 zi5 yi4 tou2 zai1 shang4 le5 +009043 测井#1技术#3,对#1石油#1勘探的#1效率#2和#1质量#3至关#1重要#4。 + ce4 jing3 ji4 shu4 dui4 shi2 you2 kan1 tan4 de5 xiao4 lv4 he2 zhi4 liang5 zhi4 guan1 zhong4 yao4 +009044 有人#2发出#1这样的#1疑问#3:贩毒#3、制造#1假药#3,没有人#1管吗#4? + you3 ren2 fa1 chu1 zhe4 yang4 de5 yi2 wen4 fan4 du2 zhi4 zao4 jia3 yao4 mei2 you3 ren2 guan3 ma5 +009045 每天#2大部分#1时间#3,她都#1呆在#1绣架前#3埋头#1绣花#4。 + mei3 tian1 da4 bu4 fen4 shi2 jian1 ta1 dou1 dai1 zai4 xiu4 jia4 qian2 mai2 tou2 xiu4 hua1 +009046 而到#1夏季#2候鸟#1北飞#3,又#1可能在#1亚洲#1北部#2带来#1疫情#4。 + er2 dao4 xia4 ji4 hou4 niao2 bei3 fei1 you4 ke3 neng2 zai4 ya4 zhou1 bei3 bu4 dai4 lai2 yi4 qing2 +009047 逼仄的#1巷道#1两旁#3,林立着#2小手工#1作坊的#1招牌#4。 + bi1 ze4 de5 hang4 dao4 liang3 pang2 lin2 li4 zhe5 xiao2 shou3 gong1 zuo1 fang5 de5 zhao1 pai5 +009048 但是#2,现实中#3,最终#2一般都#1难以#1获得#2宽裕的#1赔偿#4。 + dan4 shi4 xian4 shi2 zhong1 zui4 zhong1 yi4 ban1 dou1 nan2 yi3 huo4 de2 kuan1 yu4 de5 pei2 chang2 +009049 生孩子#1也很#1累啊#3,不要#1在意#1是#1谁的了#3,好吗#4? + sheng1 hai2 zi5 ye2 hen3 lei4 a5 bu2 yao4 zai4 yi4 shi4 shei2 de5 le5 hao3 ma5 +009050 正是#1这#1著名的#1风筝#1实验#3成就了#1他#2电学#1之父的#1地位#4。 + zheng4 shi4 zhe4 zhu4 ming2 de5 feng1 zheng5 shi2 yan4 cheng2 jiu4 le5 ta1 dian4 xue2 zhi1 fu4 de5 di4 wei4 +009051 忠县#2有#1两千#1三百年#1历史#3,是#1巴文化#1发祥地#4。 + zhong1 xian4 you2 liang3 qian1 san1 bai3 nian2 li4 shi3 shi4 ba1 wen2 hua4 fa1 xiang2 di4 +009052 有时#2桌子上#2输红了眼#3,娱乐#2成了#1怄气#3,也不好#4。 + you3 shi2 zhuo1 zi5 shang4 shu1 hong2 le5 yan3 yu2 le4 cheng2 le5 ou4 qi4 ye3 bu4 hao3 +009053 我还#1没养过#1宠物呢#3,不过#2倒是#1很想#1尝试#1一下#4。 + wo3 hai2 mei2 yang3 guo4 chong3 wu4 ne5 bu2 guo4 dao4 shi4 hen2 xiang3 chang2 shi4 yi2 xia4 +009054 据悉#3老太太#2独自#1一人#1居住#3,身边#2无人#1照顾#4。 + ju4 xi1 lao3 tai4 tai5 du2 zi4 yi4 ren2 ju1 zhu4 shen1 bian1 wu2 ren2 zhao4 gu5 +009055 百名#1将军#1植树#3已#1成为#2义务#1植树#1活动的#1典范#4。 + bai3 ming2 jiang1 jun5 zhi2 shu4 yi3 cheng2 wei2 yi4 wu4 zhi2 shu4 huo2 dong4 de5 dian3 fan4 +009056 寒假#1作业#1变了味#3,都是#2功利#1实用#1主义#1惹的祸#4。 + han2 jia4 zuo4 ye4 bian4 le5 wei4 dou1 shi4 gong1 li4 shi2 yong4 zhu3 yi4 re3 de5 huo4 +009057 有次#2朋友#1一起#1打麻将#2三缺一#3有个#1朋友#1带个#1不认识的#1朋友来#3我们#1问他#2会玩吗#4? + you3 ci4 peng2 you5 yi4 qi2 da3 ma2 jiang4 san1 que1 yi1 you3 ge5 peng2 you5 dai4 ge5 bu2 ren4 shi5 de5 peng2 you5 lai2 wo3 men5 wen4 ta1 hui4 wan2 ma5 +009058 刘先生#1觉得#1不对劲儿#3,掀开#1被子#1一看#3,王慧#2已经#1断气#3,随即#1报警#4。 + liu2 xian1 sheng5 jue2 de5 bu2 dui4 jinr4 xian1 kai1 bei4 zi5 yi2 kan4 wang2 hui4 yi3 jing1 duan4 qi4 sui2 ji2 bao4 jing3 +009059 自己#1看看#3,你这#1肚子#2哪像#1二十#1几岁#3,四五#1十岁#1都#1不止吧#4! + zi4 ji3 kan4 kan5 ni3 zhe4 du4 zi5 na3 xiang4 er4 shi2 ji3 sui4 si4 wu3 shi2 sui4 dou1 bu4 zhi3 ba5 +009060 别沮丧#3,活出#1精彩#2才是#1对#1讽刺#2最好的#1还击#3,蹲下来#3,给#1自己#1一个#1拥抱#4。 + bie2 ju3 sang4 huo2 chu1 jing1 cai3 cai2 shi4 dui4 feng3 ci4 zui4 hao3 de5 huan2 ji1 dun1 xia4 lai5 gei3 zi4 ji3 yi2 ge4 yong1 bao4 +009061 昨日#3,北京#1奥运会#1开幕式#1导演#1之一的#1王潮歌#3透露了#1这一#1消息#4。 + zuo2 ri4 bei3 jing1 ao4 yun4 hui4 kai1 mu4 shi4 dao2 yan3 zhi1 yi1 de5 wang2 chao2 ge1 tou4 lu4 le5 zhe4 yi4 xiao1 xi5 +009062 如将#2富裕的#1电力#2卖给#1国家#1电网#3,比#1种地的#1效益#2要#1提高#1好多倍#4。 + ru2 jiang1 fu4 yu4 de5 dian4 li4 mai4 gei3 guo2 jia1 dian4 wang3 bi3 zhong4 di4 de5 xiao4 yi4 yao4 ti2 gao1 hao3 duo1 bei4 +009063 听到#1此话#3,解某#2和#1韩某#2很气愤#4。 + ting1 dao4 ci3 hua4 jie2 mou3 he2 han2 mou3 hen3 qi4 fen4 +009064 人们呵#3,我们#1还能#2再开#1大龙头#3,让#1清凌凌的#1自来水#2昼夜#1长流吗#4? + ren2 men5 he5 wo3 men5 hai2 neng2 zai4 kai1 da4 long2 tou2 rang4 qing1 ling2 ling2 de5 zi4 lai2 shui3 zhou4 ye4 chang2 liu2 ma5 +009065 迄今#1为止#3,他#1仍然#2笔耕不辍#4。 + qi4 jin1 wei2 zhi3 ta1 reng2 ran2 bi3 geng1 bu2 chuo4 +009066 我闺女#2让我#1给她买#1好吃的呢#4。 + wo3 gui1 nv5 rang4 wo2 gei3 ta1 mai2 hao3 chi1 de5 ne5 +009067 超市里#2雀巢#1米粉#2卖得#1不错#4。 + chao1 shi4 li3 que4 chao2 mi2 fen3 mai4 de5 bu2 cuo4 +009068 朱镕基#1同志#3感到#1有#1很大#1压力#4。 + zhu1 rong2 ji1 tong2 zhi4 gan3 dao4 you2 hen3 da4 ya1 li4 +009069 宫内#2整洁#1利索#3,廊柱#1门窗#2颜色#1鲜艳#3,几名#1电工#2正在#1维修#1线路#4。 + gong1 nei4 zheng3 jie2 li4 suo5 lang2 zhu4 men2 chuang1 yan2 se4 xian1 yan4 ji3 ming2 dian4 gong1 zheng4 zai4 wei2 xiu1 xian4 lu5 +009070 登上#1摩天轮#3,游客们#2能#1俯瞰#2自由#1女神像#3,眺望#2曼哈顿#1天际线#4。 + deng1 shang4 mo2 tian1 lun2 you2 ke4 men5 neng2 fu3 kan4 zi4 you2 nv3 shen2 xiang4 tiao4 wang4 man4 ha1 dun4 tian1 ji4 xian4 +009071 这是#2藏民的#1顶礼#4。 + zhe4 shi4 zang4 min2 de5 ding2 li3 +009072 再说了#3,我把#1手机#1还给你#3,我#1不就是#2自投罗网#3,我傻呀#4。 + zai4 shuo1 le5 wo2 ba2 shou3 ji1 huan2 gei2 ni3 wo3 bu2 jiu4 shi4 zi4 tou2 luo2 wang3 wo2 sha3 ya5 +009073 对于#2上述#1投资#3,天籁寺的#1僧人们#1表示#2一无所知#4。 + dui4 yu2 shang4 shu4 tou2 zi1 tian1 lai4 si4 de5 seng1 ren2 men5 biao3 shi4 yi4 wu2 suo3 zhi1 +009074 只是#2三一#1方面#3苦于#2没有#1确凿#1证据#4。 + zhi3 shi4 san1 yi1 fang1 mian4 ku3 yu2 mei2 you3 que4 zao2 zheng4 ju4 +009075 张颖清#2创立的#1学科#2受#1高度#1评价#4。 + zhang1 ying3 qing1 chuang4 li4 de5 xue2 ke1 shou4 gao1 du4 ping2 jia4 +009076 买瓶#1饮料#3,瓶盖上#1写的#2“再来#1一瓶#4”。 + mai3 ping2 yin3 liao4 ping2 gai4 shang4 xie3 de5 zai4 lai2 yi4 ping2 +009077 扰攘#1半年#3,最终#2被判#1罚款#1了事#4。 + rao2 rang3 ban4 nian2 zui4 zhong1 bei4 pan4 fa2 kuan2 liao3 shi4 +009078 我的#1孙女说#3她#1现在#2不愿意#1去上学#4。 + wo3 de5 sun1 nv5 shuo1 ta1 xian4 zai4 bu2 yuan4 yi4 qu4 shang4 xue2 +009079 他#1身材#1矮小#3,颧骨#1突出#3,留着#1小胡子#3,说话#1一口#1浓重的#1福建#1口音#4。 + ta1 shen1 cai2 ai2 xiao3 quan2 gu3 tu1 chu1 liu2 zhe5 xiao3 hu2 zi5 shuo1 hua4 yi4 kou3 nong2 zhong4 de5 fu2 jian4 kou3 yin1 +009080 其实#3,“田星#2”就是#2智障者#1吕天喜#4。 + qi2 shi2 tian2 xing1 jiu4 shi4 zhi4 zhang4 zhe2 lv3 tian1 xi3 +009081 与#1异性#1接触的#1机会多#3,吃醋了#1没#4? + yu3 yi4 xing4 jie1 chu4 de5 ji1 hui4 duo1 chi1 cu4 le5 mei2 +009082 很快#3,张某#1儿子的#1工作#1安排#1妥当#4。 + hen3 kuai4 zhang1 mou3 er2 zi5 de5 gong1 zuo4 an1 pai2 tuo3 dang4 +009083 大摩#2首席#1经济#1学家#2王庆泽#1认为#3,目前的#1潜在#1冲击#2是#1可以#1控制的#4。 + da4 mo2 shou3 xi2 jing1 ji4 xue2 jia1 wang2 qing4 ze2 ren4 wei2 mu4 qian2 de5 qian2 zai4 chong1 ji1 shi4 ke2 yi3 kong4 zhi4 de5 +009084 我#1喜欢#1运动#3,但是#2很少#1打篮球呢#4。 + wo2 xi3 huan1 yun4 dong4 dan4 shi4 hen2 shao2 da3 lan2 qiu2 ne5 +009085 临近#1年底#3,各种#1补贴#2纷至沓来#4。 + lin2 jin4 nian2 di3 ge4 zhong2 bu3 tie1 fen1 zhi4 ta4 lai2 +009086 同样的#3,后悬#1尺寸#2也#1进行了#1缩短#4。 + tong2 yang4 de5 hou4 xuan2 chi3 cun4 ye3 jin4 xing2 le5 suo1 duan3 +009087 背部的#1巨痣#3因此#2被#1蹭烂#1好多回#4。 + bei4 bu4 de5 ju4 zhi4 yin1 ci3 bei4 ceng4 lan4 hao3 duo1 hui2 +009088 我挺#1在乎#1粉丝的#3,偶尔#2也会#1发个帖#4。 + wo2 ting3 zai4 hu5 fen3 si1 de5 ou2 er2 ye3 hui4 fa1 ge5 tie3 +009089 一只#1参赛#1公鸡#3爪子上#2装着#1小刀#4。 + yi4 zhi1 can1 sai4 gong1 ji1 zhua3 zi5 shang4 zhuang1 zhe5 xiao3 dao1 +009090 前些年#2出现了#1“洗澡蟹#3”“透气蟹#3”等#1各类#2打着#1“阳澄湖#1”招牌的#1湖蟹#4。 + qian2 xie1 nian2 chu1 xian4 le5 xi2 zao3 xie4 tou4 qi4 xie4 deng3 ge4 lei4 da3 zhe5 yang2 cheng2 hu2 zhao1 pai2 de5 hu2 xie4 +009091 女人#3,体验着#1痛苦#1而#1幸福的#1时刻#4。 + nv3 ren2 ti3 yan4 zhe5 tong4 ku3 er2 xing4 fu2 de5 shi2 ke4 +009092 吴奇隆#1称#3当#1制作人#2吃力#1不讨好#4。 + wu2 qi2 long2 cheng1 dang1 zhi4 zuo4 ren2 chi1 li4 bu4 tao2 hao3 +009093 在#1“干垃圾#1”桶内#3,却#1放着#1鸡蛋壳#4。 + zai4 gan4 la1 ji1 tong3 nei4 que4 fang4 zhe5 ji1 dan4 ke2 +009094 但是#3,四月#2福雷#1再次#1当选#1总统#3,并#1引发了#1国内的#1暴力#1冲突#1事件#4。 + dan4 shi4 si4 yue4 fu2 lei2 zai4 ci4 dang1 xuan3 zong2 tong3 bing4 yin3 fa1 le5 guo2 nei4 de5 bao4 li4 chong1 tu1 shi4 jian4 +009095 展览#2将对#1全体#1观众#2实行#2免费#1入场#3,提供#2义务#1讲解#4。 + zhan2 lan3 jiang1 dui4 quan2 ti3 guan1 zhong4 shi2 xing2 mian3 fei4 ru4 chang3 ti2 gong1 yi4 wu4 jiang2 jie3 +009096 会后#3,绿色#1立委#1表示#3,相信#1总统#2合乎#1逻辑的#1说法#4。 + hui4 hou4 lv4 se4 li4 wei2 biao3 shi4 xiang1 xin4 zong2 tong3 he2 hu1 luo2 ji5 de5 shuo1 fa3 +009097 就#1刚刚#3,去#1超市#1买烟#3,目测#2有一个#1正太#2四五岁的#1样子#4。 + jiu4 gang1 gang1 qu4 chao1 shi4 mai3 yan1 mu4 ce4 you3 yi2 ge4 zheng4 tai4 si4 wu3 sui4 de5 yang4 zi5 +009098 出事后#3,该咋#1管理#1农村#2散养的#1犬只#3,我们#1也很#1头疼#4。 + chu1 shi4 hou4 gai1 za3 guan2 li3 nong2 cun1 san2 yang3 de5 quan3 zhi1 wo3 men5 ye2 hen3 tou2 teng2 +009099 此外#3,吃饭#2还得#1花钱#3,咱#1河北人#2就#1土豆#3、茄子#3、西红柿#3,吃菜#1老三样#4。 + ci3 wai4 chi1 fan4 hai2 dei3 hua1 qian2 zan2 he2 bei3 ren2 jiu4 tu3 dou4 qie2 zi5 xi1 hong2 shi4 chi1 cai4 lao3 san1 yang4 +009100 科普#1活动#1结束后#3,精选#1出版了#2“人文#1之窗#1”一书#3,受到#1广大#1读者的#1欢迎#4。 + ke1 pu3 huo2 dong4 jie2 shu4 hou4 jing1 xuan3 chu1 ban3 le5 ren2 wen2 zhi1 chuang1 yi4 shu1 shou4 dao4 guang3 da4 du2 zhe3 de5 huan1 ying2 +009101 在#1未来#1五天里#3,都有#1降雨#3,外出#2记得#1带好#1雨具#4。 + zai4 wei4 lai2 wu3 tian1 li3 dou1 you3 jiang4 yu3 wai4 chu1 ji4 de5 dai4 hao2 yu3 ju4 +009102 在#1齐齐哈尔#3,良好的#1生态#1环境#3,让#1丹顶鹤#3来#1这里#2休养#1生息#4。 + zai4 qi2 qi2 ha1 er3 liang2 hao3 de5 sheng1 tai4 huan2 jing4 rang4 dan1 ding3 he4 lai2 zhe4 li3 xiu1 yang3 sheng1 xi1 +009103 县城里#3也#1没有#1出现#1抢购#1食品等#1现象#4。 + xian4 cheng2 li3 ye3 mei2 you3 chu1 xian4 qiang3 gou4 shi2 pin2 deng3 xian4 xiang4 +009104 十年#2是#1一串串#1脚印#3,十年#2是#1一个#1章节#4。 + shi2 nian2 shi4 yi2 chuan4 chuan4 jiao3 yin4 shi2 nian2 shi4 yi2 ge4 zhang1 jie2 +009105 双氧水的#1用途#2是给#2牛蹄#3、牛耳朵#1漂白#4。 + shuang1 yang2 shui3 de5 yong4 tu2 shi4 gei3 niu2 ti2 niu2 er3 duo5 piao3 bai2 +009106 演出#1结束后#3,朱镕基#2接见#1全体#1演职员#4。 + yan3 chu1 jie2 shu4 hou4 zhu1 rong2 ji1 jie1 jian4 quan2 ti2 yan3 zhi2 yuan2 +009107 奥巴马#1总统#2驳斥#1这一#1说法#2实属#1荒唐#4。 + ao4 ba1 ma3 zong2 tong3 bo2 chi4 zhe4 yi4 shuo1 fa3 shi2 shu3 huang1 tang2 +009108 迫使#1林萃路#2“肠梗阻”的#1房屋#2已被#1拆除#4。 + po4 shi3 lin2 cui4 lu4 chang2 geng2 zu3 de5 fang2 wu1 yi3 bei4 chai1 chu2 +009109 一些#1烟囱#2被#1削掉了#3,更多#1烟囱#2立起来#4。 + yi4 xie1 yan1 cong1 bei4 xiao1 diao4 le5 geng4 duo1 yan1 cong1 li4 qi3 lai2 +009110 没办法#3,只能#1选择#1出行#3,躲躲#1风头#4。 + mei2 ban4 fa3 zhi3 neng2 xuan3 ze2 chu1 xing2 duo2 duo3 feng1 tou5 +009111 放屁#3!你#1告诉#1老娘#2哪里#1脾气#1爆了#4? + fang4 pi4 ni3 gao4 su4 lao3 niang2 na2 li3 pi2 qi5 bao4 le5 +009112 原来#2她#1躲起来#1玩#1微博#3,与#1友人#1大谈#1星座#4。 + yuan2 lai2 ta1 duo2 qi3 lai2 wan2 wei1 bo2 yu2 you3 ren2 da4 tan2 xing1 zuo4 +009113 然后#3,她#1穿上#1一件#2全身#1白色的#1丧服#4。 + ran2 hou4 ta1 chuan1 shang4 yi2 jian4 quan2 shen1 bai2 se4 de5 sang1 fu2 +009114 小郑#1表姐#2就在#1中秋节#2找到#1婆家的#4。 + xiao3 zheng4 biao2 jie3 jiu4 zai4 zhong1 qiu1 jie2 zhao3 dao4 po2 jia1 de5 +009115 更#1棘手的是#3,妞妞的#1腹腔#1感染#1严重#4。 + geng4 ji2 shou3 de5 shi4 niu1 niu1 de5 fu4 qiang1 gan2 ran3 yan2 zhong4 +009116 我#1最近#1注意到#3,网上#2对#1发改委#2议论#1颇多#4。 + wo3 zui4 jin4 zhu4 yi4 dao4 wang3 shang4 dui4 fa1 gai2 wei3 yi4 lun4 po1 duo1 +009117 不过#3这个#1梦想#2一时#1半会儿#2也#1很难#1实现#4。 + bu2 guo4 zhe4 ge5 meng4 xiang3 yi4 shi2 ban4 huir4 ye2 hen3 nan2 shi2 xian4 +009118 如果在#1信息#1很难#1传达#1到的#1山区呢#4? + ru2 guo3 zai4 xin4 xi1 hen3 nan2 chuan4 da2 dao4 de5 shan1 qu1 ne5 +009119 此时#3,民警#2郭更军的#1裤子#2有了#1剐蹭#4。 + ci3 shi2 min2 jing3 guo1 geng1 jun1 de5 ku4 zi5 you3 le5 gua3 ceng4 +009120 请#1考虑#2在#1中情局的#2全球#1任职#1机会#4。 + qing2 kao3 lv4 zai4 zhong1 qing2 ju2 de5 quan2 qiu2 ren4 zhi2 ji1 hui4 +009121 四年#1之后#3,他们的#1巨星#1地位#2依旧#1稳固#4。 + si4 nian2 zhi1 hou4 ta1 men5 de5 ju4 xing1 di4 wei4 yi1 jiu4 wen3 gu4 +009122 新一轮#1投资#1盛宴#2熙熙攘攘#3,皆为利来#4。 + xin1 yi4 lun2 tou2 zi1 sheng4 yan4 xi1 xi1 rang2 rang3 jie1 wei2 li4 lai2 +009123 街坊们#2纷纷#1猜测#3警方#2可能要#1强攻#4。 + jie1 fang5 men5 fen1 fen1 cai1 ce4 jing3 fang1 ke3 neng2 yao4 qiang2 gong1 +009124 随后#3,穿上#1袜子#1和鞋#3,和#1朋友#1出门了#4。 + sui2 hou4 chuan1 shang4 wa4 zi5 he2 xie2 he2 peng2 you5 chu1 men2 le5 +009125 不夸张#1地说#3,它将#1关系#1医改的#1成败#4。 + bu4 kua1 zhang1 de5 shuo1 ta1 jiang1 guan1 xi5 yi1 gai3 de5 cheng2 bai4 +009126 去吧#2去吧#3,明天#2记得#1再来#1找我#1报道#4。 + qu4 ba5 qu4 ba5 ming2 tian1 ji4 de5 zai4 lai2 zhao2 wo3 bao4 dao4 +009127 我#1不要#1粉丝了#3,支持我#2就#1多转发#1此帖#4。 + wo3 bu2 yao4 fen3 si1 le5 zhi1 chi2 wo3 jiu4 duo1 zhuan3 fa1 ci2 tie3 +009128 这里#1比较#1隐蔽#3,又臭#3,很少人#1来这里#4。 + zhe4 li2 bi3 jiao4 yin3 bi4 you4 chou4 hen2 shao3 ren2 lai2 zhe4 li3 +009129 学到#2乘除法时#3就会背#2九九#1乘法表#4。 + xue2 dao4 cheng2 chu2 fa3 shi2 jiu4 hui4 bei4 jiu2 jiu3 cheng2 fa2 biao3 +009130 三是#2搞好#1宅基地#1退出的#1资金#1筹措#4。 + san1 shi4 gao2 hao3 zhai2 ji1 di4 tui4 chu1 de5 zi1 jin1 chou2 cuo4 +009131 有#1网友问#3,能不能#1回忆#1几件#1刘洋#2在#1学校#1里的#1趣事#2或#1糗事#4。 + you3 wang2 you3 wen4 neng2 bu4 neng2 hui2 yi4 ji3 jian4 liu2 yang2 zai4 xue2 xiao4 li3 de5 qu4 shi4 huo4 qiu3 shi4 +009132 资料#1显示#3,京沪#1高铁#2廊坊段#3全长#2三十点#2三四二#1公里#4。 + zi1 liao4 xian3 shi4 jing1 hu4 gao1 tie3 lang2 fang2 duan4 quan2 chang2 san1 shi2 dian3 san1 si4 er4 gong1 li3 +009133 老子#1出气#3,儿子#1泄气#3,灵珊说#3:我#1反正#1不用功#3,我#1不念了#4! + lao3 zi5 chu1 qi4 er2 zi5 xie4 qi4 ling2 shan1 shuo1 wo2 fan3 zheng4 bu2 yong4 gong1 wo3 bu2 nian4 le5 +009134 踏入#2花坛者#3,罚款#1三元#4! + ta4 ru4 hua1 tan2 zhe3 fa2 kuan3 san1 yuan2 +009135 第三天#3,小东#2发热#2、咳嗽#3,妈妈#1赶紧#1带他去#1当地的#1镇医院#1就诊#4。 + di4 san1 tian1 xiao3 dong1 fa1 re4 ke2 sou5 ma1 ma5 gan2 jin3 dai4 ta1 qu4 dang1 di4 de5 zhen4 yi1 yuan4 jiu4 zhen3 +009136 司立垚#1告诉#1记者#3,电动#1三轮车#2在#1快递#1市场的#1生命力#3非常#1旺盛#4。 + si1 li4 yao2 gao4 su4 ji4 zhe3 dian4 dong4 san1 lun2 che1 zai4 kuai4 di4 shi4 chang3 de5 sheng1 ming4 li4 fei1 chang2 wang4 sheng4 +009137 此外#3,搭售被#1“叫停#3”,利用#1理财#1产品#2高息#2揽储的#1现象#3也将#1被遏制#4。 + ci3 wai4 da1 shou4 bei4 jiao4 ting2 li4 yong4 li3 cai2 chan2 pin3 gao1 xi1 lan2 chu3 de5 xian4 xiang4 ye3 jiang1 bei4 e4 zhi4 +009138 六是#2创新#1思维#3,推出#1常规的#1节事#1活动#3,增强#1体育#1赛事的#1创意#2和#1设计#4。 + liu4 shi4 chuang4 xin1 si1 wei2 tui1 chu1 chang2 gui1 de5 jie2 shi4 huo2 dong4 zeng1 qiang2 ti3 yu4 sai4 shi4 de5 chuang4 yi4 he2 she4 ji4 +009139 猝不及防的#1他#2急退#1两步#4。 + cu4 bu4 ji2 fang2 de5 ta1 ji2 tui4 liang3 bu4 +009140 如果#2不能#1从#1这一箭#2看到#1猎人的#1勇武#3,那#1这头#1狮子#2就笨蛋#1到家了#4。 + ru2 guo3 bu4 neng2 cong2 zhe4 yi2 jian4 kan4 dao4 lie4 ren2 de5 yong2 wu3 na4 zhe4 tou2 shi1 zi5 jiu4 ben4 dan4 dao4 jia1 le5 +009141 这样的#1调整#1方式#3,比较#1稳妥#4。 + zhe4 yang4 de5 tiao2 zheng3 fang1 shi4 bi3 jiao4 wen2 tuo3 +009142 说#1英语#1好难哦#3,我#1正在#1学习中#4。 + shuo1 ying1 yu2 hao3 nan2 o5 wo3 zheng4 zai4 xue2 xi2 zhong1 +009143 办法#2”规定了#2农产品#1增值税#2进项#1税额#2核定#1方法#4。 + ban4 fa3 gui1 ding4 le5 nong2 chan2 pin3 zeng1 zhi2 shui4 jin4 xiang4 shui4 e2 he2 ding4 fang1 fa3 +009144 最后#2含着泪#1问了句#3,谁家的#1熊孩子#3叫#1西早#1不大#2三个土#4… + zui4 hou4 han2 zhe5 lei4 wen4 le5 ju4 shui2 jia1 de5 xiong2 hai2 zi5 jiao4 xi1 zao3 bu2 da4 san1 ge4 tu3 +009145 对于#2与#1应采儿的#1婚姻#3,他#1很有#1自信的说#3,结婚#2就是#1一辈子的#1事#4。 + dui4 yu2 yu3 ying4 cai3 er2 de5 hun1 yin1 ta1 hen2 you3 zi4 xin4 de5 shuo1 jie2 hun1 jiu4 shi4 yi2 bei4 zi5 de5 shi4 +009146 俺们#2三年#1大学#2净算#1数学题了#4! + an3 men5 san1 nian2 da4 xue2 jing4 suan4 shu4 xue2 ti2 le5 +009147 现在#2连#1机器人#2也要#1被#1催婚了吗#4? + xian4 zai4 lian2 ji1 qi4 ren2 ye3 yao4 bei4 cui1 hun1 le5 ma5 +009148 刚#1弄了个#1非常#1好吃的#1肉包子#4。 + gang1 nong4 le5 ge4 fei1 chang2 hao3 chi1 de5 rou4 bao1 zi5 +009149 这种#1担惊受怕的#1日子#2何时了#4? + zhe4 zhong3 dan1 jing1 shou4 pa4 de5 ri4 zi5 he2 shi2 liao3 +009150 最后#2还要#1经过刷#2、洗#2才能#1烹饪#4。 + zui4 hou4 hai2 yao4 jing1 guo4 shua1 xi3 cai2 neng2 peng1 ren4 +009151 当然是#2忙着#1学习#3变得#1更棒喽#4。 + dang1 ran2 shi4 mang2 zhe5 xue2 xi2 bian4 de5 geng4 bang4 lou5 +009152 她睡#1里边的屋#3,我睡#1外边的#1沙发#4。 + ta1 shui4 li3 bian1 de5 wu1 wo3 shui4 wai4 bian1 de5 sha1 fa1 +009153 正好#3区委#1里的#1一个#1内部#1刊物#1要人#3,林父#2荣升#1编辑#3,便#1举家#1搬迁#4。 + zheng4 hao3 qu1 wei2 li3 de5 yi2 ge4 nei4 bu4 kan1 wu4 yao4 ren2 lin2 fu4 rong2 sheng1 bian1 ji5 bian4 ju3 jia1 ban1 qian1 +009154 到#1珲春#3,首先#1感受#1到的#2是#1珲春人的#1那份#2自豪感#2、使命感#4。 + dao4 hun2 chun1 shou3 xian1 gan3 shou4 dao4 de5 shi4 hun2 chun1 ren2 de5 na4 fen4 zi4 hao2 gan3 shi3 ming4 gan3 +009155 这就#1意味着#3,今后#3,公民#2可以#1不参加#1驾校#1培训#3,而#1直接#1“裸考#1”驾照#4。 + zhe4 jiu4 yi4 wei4 zhe5 jin1 hou4 gong1 min2 ke2 yi3 bu4 can1 jia1 jia4 xiao4 pei2 xun4 er2 zhi2 jie1 luo2 kao3 jia4 zhao4 +009156 他#1舍不得#1花#1一分钱#3,都把钱#2攒起来#2给#1母亲#1治病#4。 + ta1 she3 bu4 de2 hua1 yi4 fen1 qian2 dou1 ba3 qian2 zan2 qi3 lai2 gei2 mu3 qin1 zhi4 bing4 +009157 当然#3这不能#1全怪#1张艺谋#3,只怪#1自己#2知识#1太贫乏#4。 + dang1 ran2 zhe4 bu4 neng2 quan2 guai4 zhang1 yi4 mou2 zhi3 guai4 zi4 ji3 zhi1 shi5 tai4 pin2 fa2 +009158 这#1绝对是#1受到了#2她#1拍摄的#1惊悚片#2“紫宅”的#1影响#4。 + zhe4 jue2 dui4 shi4 shou4 dao4 le5 ta1 pai1 she4 de5 jing1 song3 pian1 zi3 zhai2 de5 ying2 xiang3 +009159 在#1富士康#3,一天#1开会#3,工长#1问他#2为什么#1总是#1笑眯眯的#4? + zai4 fu4 shi4 kang1 yi4 tian1 kai1 hui4 gong1 zhang3 wen4 ta1 wei4 shen2 me5 zong3 shi4 xiao4 mi1 mi1 de5 +009160 因为#1红番茄#2外面#1是红的#3,然后#1其实#2番茄#1里面#2也是#1红的#4。 + yin1 wei4 hong2 fan1 qie2 wai4 mian4 shi4 hong2 de5 ran2 hou4 qi2 shi2 fan1 qie2 li3 mian4 ye3 shi4 hong2 de5 +009161 禅师#2拿出了#1一个#1叉子#3,什么#1也不说#3,年轻人#2恍然大悟#4! + chan2 shi1 na2 chu1 le5 yi2 ge4 cha1 zi5 shen2 me5 ye3 bu4 shuo1 nian2 qing1 ren2 huang3 ran2 da4 wu4 +009162 今晚#1你再#1这样#3,睡沙发#1去#4! + jin1 wan2 ni3 zai4 zhe4 yang4 shui4 sha1 fa1 qu4 +009163 设在#2河道#1中央的#1筛洗点#4。 + she4 zai4 he2 dao4 zhong1 yang1 de5 shai1 xi2 dian3 +009164 不发表#1意见#3,仅#1表示#1支持#4。 + bu4 fa1 biao3 yi4 jian4 jin2 biao3 shi4 zhi1 chi2 +009165 他#1刚才#1还#1幸灾乐祸#3,现在#2自己#1也#1遭到#1同样#1不幸的#1命运了#4。 + ta1 gang1 cai2 hai2 xing4 zai1 le4 huo4 xian4 zai4 zi4 ji2 ye3 zao1 dao4 tong2 yang4 bu2 xing4 de5 ming4 yun4 le5 +009166 很快#3,阿城#1公共#1安全#1专家局#2会宁#1派出所#1民警#2就#1赶到了#4。 + hen3 kuai4 a1 cheng2 gong1 gong4 an1 quan2 zhuan1 jia1 ju2 hui4 ning2 pai4 chu1 suo3 min2 jing3 jiu4 gan3 dao4 le5 +009167 照片中#3李弘基#2和#1张根硕#2两人#1站在#1中间#3,做#1可爱#1咧嘴状#4。 + zhao4 pian4 zhong1 li3 hong2 ji1 he2 zhang1 gen1 shuo4 liang3 ren2 zhan4 zai4 zhong1 jian1 zuo4 ke3 ai4 lie2 zui3 zhuang4 +009168 不少#1围观者#2好言#1相劝#3,小伙#2不但#1不听#3,嘴里#2还#1骂骂咧咧#4。 + bu4 shao3 wei2 guan1 zhe2 hao3 yan2 xiang1 quan4 xiao2 huo3 bu2 dan4 bu4 ting1 zui2 li3 hai2 ma4 ma5 lie1 lie1 +009169 语无伦次#2说出#1小丽#1惨死#1消息#3,随即#2向#1松桃县#1公安局#1报警#4。 + yu3 wu2 lun2 ci4 shuo1 chu1 xiao3 li4 can2 si3 xiao1 xi5 sui2 ji2 xiang4 song1 tao2 xian4 gong1 an1 ju2 bao4 jing3 +009170 那天#2是#1一年一度的#1高考#3,上午#1考完后#3,小明说#2考的#1非常烂#4。 + na4 tian1 shi4 yi4 nian2 yi2 du4 de5 gao1 kao3 shang4 wu2 kao3 wan2 hou4 xiao3 ming2 shuo1 kao3 de5 fei1 chang2 lan4 +009171 不管#2现实#1多么#1繁复#2和#1冗闷#3,他#1都要#1时常#1去往#2另一个#1世界#4。 + bu4 guan3 xian4 shi2 duo1 me5 fan2 fu4 he2 rong3 men4 ta1 dou1 yao4 shi2 chang2 qu4 wang3 ling4 yi2 ge4 shi4 jie4 +009172 与此#1同时#3,销售#1回暖#2使#1房企的#1资金#1压力#2得到#1极大#1缓解#4。 + yu2 ci3 tong2 shi2 xiao1 shou4 hui2 nuan3 shi3 fang2 qi3 de5 zi1 jin1 ya1 li4 de2 dao4 ji2 da4 huan2 jie3 +009173 转念#2想#1这种#1想法#2不免#1偏激#3,上海的#1教育#2不代表#1中国的#4。 + zhuan3 nian4 xiang3 zhe4 zhong3 xiang2 fa3 bu4 mian3 pian1 ji1 shang4 hai3 de5 jiao4 yu4 bu2 dai4 biao3 zhong1 guo2 de5 +009174 杨幂#2当之无愧的#1人气#1女星#3,蹿红#1速度#2和#1打击面#2难以#1企及#4。 + yang2 mi4 dang1 zhi1 wu2 kui4 de5 ren2 qi4 nv3 xing1 cuan1 hong2 su4 du4 he2 da3 ji1 mian4 nan2 yi2 qi3 ji2 +009175 狄付栓#2当即#1就#1找到了#1同村的#1光棍汉#2冯某#3,冯某#2表示#1同意#4。 + di2 fu4 shuan1 dang1 ji2 jiu4 zhao3 dao4 le5 tong2 cun1 de5 guang1 gun4 han4 feng2 mou3 feng2 mou2 biao3 shi4 tong2 yi4 +009176 面对#2“玉米”的#1热情#3,似乎#1有些#1疲惫的#1李宇春#3表情#2一直#1有些#1木讷#4。 + mian4 dui4 yu4 mi3 de5 re4 qing2 si4 hu1 you3 xie1 pi2 bei4 de5 li2 yu3 chun1 biao3 qing2 yi4 zhi2 you3 xie1 mu4 ne4 +009177 目前#3,周边#1各省市的#1长途#1车站#3已#1实行#2实名#1购票#3,进站#1安检#4。 + mu4 qian2 zhou1 bian1 ge4 sheng3 shi4 de5 chang2 tu2 che1 zhan4 yi3 shi2 xing2 shi2 ming2 gou4 piao4 jin4 zhan4 an1 jian3 +009178 由于#2无法#1进入#1指挥部#3,他们#1甚至#1和#1栅栏#1对面的#1保安#2“顶起了牛#4”。 + you2 yu2 wu2 fa3 jin4 ru4 zhi3 hui1 bu4 ta1 men5 shen4 zhi4 he2 zha4 lan5 dui4 mian4 de5 bao3 an1 ding2 qi3 le5 niu2 +009179 网友#2“小讨厌周#1”说#3,还好#3我们的#1每次#1假期#1回来#3都会#1拆下来#1洗哦#4。 + wang2 you3 xiao2 tao3 yan4 zhou1 shuo1 hai2 hao3 wo3 men5 de5 mei3 ci4 jia4 qi1 hui2 lai5 dou1 hui4 chai1 xia4 lai2 xi3 o5 +009180 这次#2奥运#1工程#1建设#3可以#1说是#1我们#1各项#1环保#1新技术#1应用的#1大全#4。 + zhe4 ci4 ao4 yun4 gong1 cheng2 jian4 she4 ke2 yi3 shuo1 shi4 wo3 men5 ge4 xiang4 huan2 bao3 xin1 ji4 shu4 ying4 yong4 de5 da4 quan2 +009181 事后#3,张健#2被诊断#2右股#1骨颈处#1骨折#3,在#1医院#2进行了#1手术#1治疗#4。 + shi4 hou4 zhang1 jian4 bei4 zhen3 duan4 you4 gu3 gu2 jing3 chu4 gu3 zhe2 zai4 yi1 yuan4 jin4 xing2 le5 shou3 shu4 zhi4 liao2 +009182 你#1这个月#1工资#1都没#1上交#3你#1是不是#1养小三了#4! + ni3 zhe4 ge4 yue4 gong1 zi1 dou1 mei2 shang4 jiao1 ni3 shi4 bu2 shi4 yang2 xiao3 san1 le5 +009183 我们#1老班#2没#1那么严#3,还#1特别好#3,他会#1帮你#1下一些#2富有#1教育#1意义的#1电影#4。 + wo3 men5 lao3 ban1 mei2 na4 me5 yan2 hai2 te4 bie2 hao3 ta1 hui4 bang1 ni3 xia4 yi4 xie1 fu4 you3 jiao4 yu4 yi4 yi4 de5 dian4 ying3 +009184 我们#1联系#1好了#1拉萨#1那边#3,有#1两个#1驴友#3会#1做好#1接应#4。 + wo3 men5 lian2 xi4 hao3 le5 la1 sa4 na4 bian1 you2 liang3 ge4 lv2 you3 hui4 zuo4 hao3 jie1 ying4 +009185 它瞪大#1眼睛#3,咆哮着#2发出#1呜呜声#3,用#1爪子#2保护#1食物#4。 + ta1 deng4 da4 yan3 jing5 pao2 xiao4 zhe5 fa1 chu1 wu1 wu1 sheng1 yong4 zhua3 zi5 bao3 hu4 shi2 wu4 +009186 有完#1没完#3?开着#1车呢#3,别惹我#3,要出了#1事故#1怎么办#4! + you3 wan2 mei2 wan2 kai1 zhe5 che1 ne5 bie2 re2 wo3 yao4 chu1 le5 shi4 gu4 zen3 me5 ban4 +009187 昨早上#3刘志敏#2便#1现身#1灵堂#1打点#3,儿子#1与#1媳妇#1也到场#4。 + zuo2 zao3 shang4 liu2 zhi4 min3 bian4 xian4 shen1 ling2 tang2 da2 dian3 er2 zi5 yu3 xi2 fu5 ye3 dao4 chang3 +009188 在#1新年的#1第一场#1高考#1较量中#3,考生#2将#1迎来#1一场#1酣战#4。 + zai4 xin1 nian2 de5 di4 yi1 chang3 gao1 kao3 jiao4 liang4 zhong1 kao3 sheng1 jiang1 ying2 lai2 yi4 chang3 han1 zhan4 +009189 著名的#1乒坛#1老将#2庄则栋#3是#1当年#2“乒乓#1外交”的#1功臣#4。 + zhu4 ming2 de5 ping1 tan2 lao3 jiang4 zhuang1 ze2 dong4 shi4 dang1 nian2 ping1 pang1 wai4 jiao1 de5 gong1 chen2 +009190 您还#1记得#2那些#1被#1田川#2称为#1亲兄弟的#1防暴#1队员吗#4? + nin2 hai2 ji4 de5 na4 xie1 bei4 tian2 chuan1 cheng1 wei2 qin1 xiong1 di4 de5 fang2 bao4 dui4 yuan2 ma5 +009191 冲突中#3,其中#1一方的#1帮手#2误将#1一名#2看热闹的#1市民#1打伤#4。 + chong1 tu1 zhong1 qi2 zhong1 yi4 fang1 de5 bang1 shou3 wu4 jiang1 yi4 ming2 kan4 re4 nao5 de5 shi4 min2 da3 shang1 +009192 但#1我们#1总不能#2旅游的#1时候#3也#1揣个#1户口簿吧#3,太#1麻烦了#4。 + dan4 wo3 men5 zong3 bu4 neng2 lv3 you2 de5 shi2 hou5 ye3 chuai1 ge5 hu4 kou3 bu4 ba5 tai4 ma2 fan5 le5 +009193 照片中#3领导#1站在#1石头#1阴影下#3,但#1脸上#1光线#3仍#1明晃晃的#4。 + zhao4 pian4 zhong1 ling2 dao3 zhan4 zai4 shi2 tou5 yin1 ying3 xia4 dan4 lian3 shang4 guang1 xian4 reng2 ming2 huang2 huang3 de5 +009194 届时#3,南京#2将#1成为#1全国#1最大的#1北斗#1产业#1应用#1发展#1基地#4。 + jie4 shi2 nan2 jing1 jiang1 cheng2 wei2 quan2 guo2 zui4 da4 de5 bei2 dou2 chan3 ye4 ying4 yong4 fa1 zhan3 ji1 di4 +009195 她#1并不#1知道#1已经#1怀孕#3,一直#1以为#2是#1长胖了#4。 + ta1 bing4 bu4 zhi1 dao4 yi3 jing1 huai2 yun4 yi4 zhi2 yi3 wei2 shi4 zhang3 pang4 le5 +009196 据#1民警#1介绍#3,起火#1地点#3为#1兰考人#2袁厉害#1家#4。 + ju4 min2 jing3 jie4 shao4 qi2 huo3 di4 dian3 wei2 lan2 kao3 ren2 yuan2 li4 hai4 jia1 +009197 从#1第二天#1开始#3,她#1天天#1上山#2陪女儿#1说会儿话#4。 + cong2 di4 er4 tian1 kai1 shi3 ta1 tian1 tian1 shang4 shan1 pei2 nv3 er2 shuo1 huir4 hua4 +009198 这#1意味着#3,就算#1国美#1电器#2增发#2获得#1同意#3,黄家#2也有钱#1扛过去#4。 + zhe4 yi4 wei4 zhe5 jiu4 suan4 guo2 mei3 dian4 qi4 zeng1 fa1 huo4 de2 tong2 yi4 huang2 jia1 ye2 you3 qian2 kang2 guo4 qu4 +009199 除了#1帐篷#2,小板凳#3、雨伞#3、棉袄#2、手套#3以及#2棉帽等#3也都#1纷纷#1上阵#4。 + chu2 le5 zhang4 peng5 xiao2 ban3 deng4 yu2 san3 mian2 ao3 shou3 tao4 yi3 ji2 mian2 mao4 deng3 ye3 dou1 fen1 fen1 shang4 zhen4 +009200 这#1孩子#2随手#2从#1兜里#1拿出#1一元钱#1说#3:我给你#1一元钱#3,你再#1让我#1看会儿#1行吗#4? + zhe4 hai2 zi5 sui2 shou3 cong2 dou1 li3 na2 chu1 yi4 yuan2 qian2 shuo1 wo3 gei2 ni3 yi4 yuan2 qian2 ni3 zai4 rang4 wo3 kan4 huir4 xing2 ma5 +009201 而且#3报名#1动作#1要快#1一点的#3,这个班#2很多人#1报的#4。 + er2 qie3 bao4 ming2 dong4 zuo4 yao4 kuai4 yi4 dian3 de5 zhe4 ge5 ban1 hen3 duo1 ren2 bao4 de5 +009202 王朝柱#3,纯朴得#2近乎#1木讷#3,勤奋得#2足不出户#4。 + wang2 chao2 zhu4 chun2 pu3 de5 jin4 hu1 mu4 ne4 qin2 fen4 de5 zu2 bu4 chu1 hu4 +009203 发送#1完毕后#3,仔细#1读了#1一遍#3,感觉#2明年#2我#1可能#1又要#1一个人#1过#1情人节了#4… + fa1 song4 wan2 bi4 hou4 zi3 xi4 du2 le5 yi2 bian4 gan3 jue2 ming2 nian2 wo2 ke3 neng2 you4 yao4 yi2 ge4 ren2 guo4 qing2 ren2 jie2 le5 +009204 要#1回答#1这个#1问题#3,首先#2必须#1弄清楚#3平准#1基金#1入市#2干预的#1目的#4。 + yao4 hui2 da2 zhe4 ge5 wen4 ti5 shou3 xian1 bi4 xu1 nong4 qing1 chu3 ping2 zhun3 ji1 jin1 ru4 shi4 gan1 yu4 de5 mu4 di4 +009205 京津#1高速#2最#1突出的#1优势#2和#1亮点#3在于#2直通#2天津港#3集装箱#1码头#4。 + jing1 jin1 gao1 su4 zui4 tu1 chu1 de5 you1 shi4 he2 liang4 dian3 zai4 yu2 zhi2 tong1 tian1 jin1 gang3 ji2 zhuang1 xiang1 ma3 tou2 +009206 我能#1告诉#1你们#3早晨#2我爸#1出门#1跟我说#3,让我#1中午#2自己#1吃泡面吗#4? + wo3 neng2 gao4 su5 ni3 men2 zao3 chen2 wo3 ba4 chu1 men2 gen1 wo3 shuo1 rang4 wo3 zhong1 wu3 zi4 ji3 chi1 pao4 mian4 ma5 +009207 汪洋#1强调#3,要在#1队伍#1保障上#1攻关#4。 + wang1 yang2 qiang2 diao4 yao4 zai4 dui4 wu2 bao3 zhang4 shang4 gong1 guan1 +009208 闹了#1半天#3,您#1敢情#2是#1夜叉#4。 + nao4 le5 ban4 tian1 nin2 gan3 qing2 shi4 ye4 cha1 +009209 八十人的#1威风#1锣鼓#1表演#3展示了#2草原#1人民的#1风采#4。 + ba1 shi2 ren2 de5 wei1 feng1 luo2 gu3 biao2 yan3 zhan3 shi4 le5 cao3 yuan2 ren2 min2 de5 feng1 cai3 +009210 我略懂#3。但是#2还不#1太会#4! + wo3 lve4 dong3 dan4 shi4 hai2 bu2 tai4 hui4 +009211 可见#3,“好好#1学生#2”也#1不能要#4。 + ke3 jian4 hao2 hao3 xue2 sheng1 ye3 bu4 neng2 yao4 +009212 警察#2将#1锦玺#1送回家#3,但#1倔强的#1吴海南#2不愿意#1开门#4。 + jing3 cha2 jiang1 jin2 xi3 song4 hui2 jia1 dan4 jue2 jiang4 de5 wu2 hai3 nan2 bu2 yuan4 yi4 kai1 men2 +009213 在#1“脸谱#2”所有#1员工中#3,工程师#1获得的#1回报#2最为#1丰厚#4。 + zai4 lian2 pu3 suo2 you3 yuan2 gong1 zhong1 gong1 cheng2 shi1 huo4 de2 de5 hui2 bao4 zui4 wei2 feng1 hou4 +009214 我们是#1拎水#2到这#1来#1洗澡#4。 + wo3 men5 shi4 lin1 shui3 dao4 zhe4 lai2 xi2 zao3 +009215 倔强的#1父亲#2依然在#1路上#4。 + jue2 jiang4 de5 fu4 qin5 yi1 ran2 zai4 lu4 shang4 +009216 春磊#1哼一声#3,说#3:才副的#4? + chun1 lei3 heng1 yi4 sheng1 shuo1 cai2 fu4 de5 +009217 而#2邱贻可#2、陈玘#2等#1老主力#3更是#1显得#1蹉跎了#1许多#4。 + er2 qiu1 yi2 ke3 chen2 qi2 deng3 lao2 zhu3 li4 geng4 shi4 xian3 de5 cuo1 tuo2 le5 xu3 duo1 +009218 游行#2自#1一九#1二四年#1举办#1以来#3,今年#2已是#1第八十#1六届#4。 + you2 xing2 zi4 yi1 jiu3 er4 si4 nian2 ju3 ban4 yi3 lai2 jin1 nian2 yi3 shi4 di4 ba1 shi2 liu4 jie4 +009219 哦#3,这可#1是个#1难熬的#1日子#4。 + o4 zhe4 ke3 shi4 ge5 nan2 ao2 de5 ri4 zi5 +009220 因为#2我真#1记不#1清楚#2谁在#1那儿#4。 + yin1 wei4 wo3 zhen1 ji4 bu4 qing1 chu3 shui2 zai4 nar4 +009221 抢劫的#1主意#2是#1董某#1出的#4。 + qiang3 jie2 de5 zhu2 yi4 shi4 dong2 mou3 chu1 de5 +009222 或者#3,电动车#2也#1可以#1绕行#4。 + huo4 zhe3 dian4 dong4 che1 ye3 ke2 yi3 rao4 xing2 +009223 我也是#1一个#1无耻的#1台湾人呐#4! + wo2 ye3 shi4 yi2 ge5 wu2 chi3 de5 tai2 wan1 ren2 na5 +009224 他#1只称#2太太#2亦很#1信任他#4。 + ta1 zhi3 cheng1 tai4 tai5 yi4 hen3 xin4 ren4 ta1 +009225 后来#3,女青年#2被#1民警#2拉上#1警车#3带往#1派出所#1醒酒#4。 + hou4 lai2 nv3 qing1 nian2 bei4 min2 jing3 la1 shang4 jing3 che1 dai4 wang3 pai4 chu1 suo3 xing2 jiu3 +009226 直到#3我#1走到了#1他们#1开始#1咳嗽的#1地方#3,我也#1咳嗽了#4! + zhi2 dao4 wo2 zou3 dao4 le5 ta1 men5 kai1 shi3 ke2 sou4 de5 di4 fang5 wo2 ye3 ke2 sou4 le5 +009227 龙虎网#1记者#2将#1继续#1关注#4。 + long2 hu2 wang3 ji4 zhe3 jiang1 ji4 xu4 guan1 zhu4 +009228 王菲#2到#1香港#2大出血#3,在#1名店#2狂扫#1两大袋#1战利品#4。 + wang2 fei1 dao4 xiang1 gang3 da4 chu1 xie3 zai4 ming2 dian4 kuang2 sao2 liang3 da4 dai4 zhan4 li4 pin3 +009229 尼泊尔#2发生#1雪崩的#1地点#4。 + ni2 bo2 er3 fa1 sheng1 xue3 beng1 de5 di4 dian3 +009230 我们#1出来看#3,他还#1吼我们#4。 + wo3 men5 chu1 lai2 kan4 ta1 hai2 hou2 wo3 men5 +009231 脚上#2是#1棉布#1袜子#1和#1皮鞋#4。 + jiao3 shang4 shi4 mian2 bu4 wa4 zi5 he2 pi2 xie2 +009232 艾芙隆的#1儿子说#3,她的#1母亲#2因#1肺炎#3,病逝在#1曼哈顿#4。 + ai4 fu2 long2 de5 er2 zi5 shuo1 ta1 de5 mu3 qin1 yin1 fei4 yan2 bing4 shi4 zai4 man4 ha1 dun4 +009233 兄妹俩#2收拾好#1铺盖#3,用#1架子车#2拉着#1父亲#1去上学#4。 + xiong1 mei4 lia3 shou1 shi5 hao3 pu1 gai4 yong4 jia4 zi5 che1 la1 zhe5 fu4 qin1 qu4 shang4 xue2 +009234 不是#1累了#3,不是#1够了#3,是#1知道#2父母#1有多#1不容易了#4。 + bu2 shi4 lei4 le5 bu2 shi4 gou4 le5 shi4 zhi1 dao4 fu4 mu2 you3 duo1 bu4 rong2 yi4 le5 +009235 深圳市#1人大#1代表#2翁晓波#3则#1表达了#2不同的#1观点#4。 + shen1 zhen4 shi4 ren2 da4 dai4 biao3 weng1 xiao3 bo1 ze2 biao3 da2 le5 bu4 tong2 de5 guan1 dian3 +009236 嫖资#2就是#2受贿#1数额#1大小#4。 + piao2 zi1 jiu4 shi4 shou4 hui4 shu4 e2 da4 xiao3 +009237 为何#2没有#1一家#1中国#1企业#3作为#1本届#1亚运会的#1赞助商呢#4? + wei4 he2 mei2 you3 yi4 jia1 zhong1 guo2 qi3 ye4 zuo4 wei2 ben3 jie4 ya4 yun4 hui4 de5 zan4 zhu4 shang1 ne5 +009238 改组#1规模#3预计#2仅限#1数人#4。 + gai2 zu3 gui1 mo2 yu4 ji4 jin3 xian4 shu4 ren2 +009239 打扫#1屋子#2是对#1自己#1负责#3,如果#1有手#3,我#1一定#1来#1帮你#4。 + da2 sao3 wu1 zi5 shi4 dui4 zi4 ji3 fu4 ze2 ru2 guo3 you2 shou3 wo3 yi2 ding4 lai2 bang1 ni3 +009240 巩俐#2、张国荣#2戛纳#1旧照#4。 + gong3 li4 zhang1 guo2 rong2 ga1 na4 jiu4 zhao4 +009241 大人们#2不懂#1我们的#1世界#4。 + da4 ren2 men5 bu4 dong2 wo3 men5 de5 shi4 jie4 +009242 别#3,我醒了#3——周子瑞#1急道#4。 + bie2 wo2 xing3 le5 zhou1 zi3 rui4 ji2 dao4 +009243 这里#2资源#1富饶#2,景色#1宜人#4。 + zhe4 li3 zi1 yuan2 fu4 rao2 jing3 se4 yi2 ren2 +009244 就是#2故意#1摆弄#3,是#1故意#1冤枉#4。 + jiu4 shi4 gu4 yi4 bai3 nong4 shi4 gu4 yi4 yuan1 wang5 +009245 冰面上#2也#1逐渐#1热闹#1起来#4。 + bing1 mian4 shang4 ye3 zhu2 jian4 re4 nao4 qi3 lai2 +009246 也许#2是#1觉得#1那个#1姑娘#2比较#1矮小#3,李勇燕#2仍#1没有#1回信#4。 + ye2 xu3 shi4 jue2 de5 na4 ge5 gu1 niang5 bi3 jiao4 ai2 xiao3 li2 yong3 yan4 reng2 mei2 you3 hui2 xin4 +009247 我说#3:我去#1厕所#1冷静#1冷静#4。 + wo3 shuo1 wo3 qu4 ce4 suo2 leng3 jing4 leng3 jing4 +009248 主要#1用作#2漂白剂#2、防腐剂#4。 + zhu3 yao4 yong4 zuo4 piao3 bai2 ji4 fang2 fu3 ji4 +009249 不妥当#1处#3,各位#1朋友#1海涵#4。 + bu4 tuo3 dang4 chu4 ge4 wei4 peng2 you5 hai3 han2 +009250 这么#1简单#3有#1什么#1不会的#4。 + zhe4 me5 jian3 dan1 you3 shen2 me5 bu2 hui4 de5 +009251 曲调#2是#1现成的#3,东北人#2都能#1哼哼#1几句的#1二人转#4。 + qu3 diao4 shi4 xian4 cheng2 de5 dong1 bei3 ren2 dou1 neng2 heng1 heng5 ji3 ju4 de5 er4 ren2 zhuan4 +009252 上海的#1湖泊#3大多#2沾染了#1上海人的#1小气#2和#1狭隘#4。 + shang4 hai3 de5 hu2 po1 da4 duo1 zhan1 ran3 le5 shang4 hai3 ren2 de5 xiao3 qi4 he2 xia2 ai4 +009253 贵族#2、朝廷#1命官的#1死刑#1处法#3,则多是#2赐死#1免刑#4。 + gui4 zu2 chao2 ting2 ming4 guan1 de5 si3 xing2 chu2 fa3 ze2 duo1 shi4 ci4 si2 mian3 xing2 +009254 这#1可是#2开天辟地#1头一回#4。 + zhe4 ke3 shi4 kai1 tian1 pi4 di4 tou2 yi4 hui2 +009255 患者#1术后#1上十天#2仍在#1流血#3,应该是#2其#1痔疮#1所致#4。 + huan4 zhe3 shu4 hou4 shang4 shi2 tian1 reng2 zai4 liu2 xie3 ying1 gai1 shi4 qi2 zhi4 chuang1 suo3 zhi4 +009256 但愿#3他的#1忏悔#2是#1真诚的#4。 + dan4 yuan4 ta1 de5 chan4 hui3 shi4 zhen1 cheng2 de5 +009257 你#1长个#1眼睛#2是#1出气的吗#4? + ni2 zhang3 ge5 yan3 jing5 shi4 chu1 qi4 de5 ma5 +009258 很矮的#3,带着#1一个#1小孩子#4。 + hen2 ai3 de5 dai4 zhe5 yi2 ge5 xiao3 hai2 zi5 +009259 该车#2前后#1车牌#2已被#1摘掉#3,交警#2正#1检查#2车辆#1情况#4。 + gai1 che1 qian2 hou4 che1 pai2 yi3 bei4 zhai1 diao4 jiao1 jing3 zheng4 jian3 cha2 che1 liang4 qing2 kuang4 +009260 真是的#3,非要我#1放下#1身段#4。 + zhen1 shi4 de5 fei1 yao4 wo3 fang4 xia4 shen1 duan4 +009261 鬼使神差#3,这次#2阿兵#2拿出了#1真实#1身份证#2用于#1登记#4。 + gui2 shi3 shen2 chai1 zhe4 ci4 a1 bing1 na2 chu1 le5 zhen1 shi2 shen1 fen4 zheng4 yong4 yu2 deng1 ji4 +009262 其中#3最快#1行动的#2当属#1天猫的#1老冤家#2京东#1商城#4。 + qi2 zhong1 zui4 kuai4 xing2 dong4 de5 dang1 shu3 tian1 mao1 de5 lao3 yuan1 jia5 jing1 dong1 shang1 cheng2 +009263 整个#1车厢#2都是#1那个#1味儿#3,俺只#1坐了#1一站#2赶紧#1换车了#4。 + zheng3 ge4 che1 xiang1 dou1 shi4 na4 ge4 weir4 an2 zhi3 zuo4 le5 yi2 zhan4 gan2 jin3 huan4 che1 le5 +009264 母河马#2在#1水中#2咧着#1大嘴#3,好像在#1小游客们#1“咆哮#4”。 + mu3 he2 ma3 zai4 shui3 zhong1 lie3 zhe5 da4 zui3 hao3 xiang4 zai4 xiao3 you2 ke4 men5 pao2 xiao4 +009265 该车#1司机#2是#1西安人#1吕某#4。 + gai1 che1 si1 ji1 shi4 xi1 an1 ren2 lv2 mou3 +009266 严禁#2挤占#3、挪用#1教师#1编制#4。 + yan2 jin4 ji3 zhan4 nuo2 yong4 jiao4 shi1 bian1 zhi4 +009267 这个#1分析#2基本#2公允#1中立#4。 + zhe4 ge5 fen1 xi1 ji1 ben3 gong1 yun3 zhong1 li4 +009268 我们是#1星星#1幼儿园的#1小朋友#4。 + wo3 men5 shi4 xing1 xing5 you4 er2 yuan2 de5 xiao3 peng2 you5 +009269 传说#2是#1文殊#1菩萨的#1变身#4。 + chuan2 shuo1 shi4 wen2 shu1 pu2 sa5 de5 bian4 shen1 +009270 第二天#2收上#1作业#3,老师#1盯着#1他的#1作文#3久久#1不能#1言语#4。 + di4 er4 tian1 shou1 shang4 zuo4 ye4 lao3 shi1 ding1 zhe5 ta1 de5 zuo4 wen2 jiu2 jiu3 bu4 neng2 yan2 yu3 +009271 没想到#3,男方的#1这句话#3,一下子#1惹怒了#1女方#4。 + mei2 xiang3 dao4 nan2 fang1 de5 zhe4 ju4 hua4 yi2 xia4 zi5 re3 nu4 le5 nv3 fang1 +009272 同时#3,还#1可以#1观看#1新版的#1电影#3“庐山恋#2二零一零#4”。 + tong2 shi2 hai2 ke2 yi3 guan1 kan4 xin1 ban3 de5 dian4 ying3 lu2 shan1 lian4 er4 ling2 yi1 ling2 +009273 我#1不是#1很上相#3,不过#3我#1最满意#1我的#1眼睛啦#3,你呢#4? + wo3 bu2 shi4 hen3 shang4 xiang1 bu2 guo4 wo3 zui4 man3 yi4 wo3 de5 yan3 jing1 la5 ni3 ne5 +009274 冷漠#3、过河拆桥#3,辛文#2从#1回忆里#2拽出#1这些#1字眼#4。 + leng3 mo4 guo4 he2 chai1 qiao2 xin1 wen2 cong2 hui2 yi4 li3 zhuai4 chu1 zhe4 xie1 zi4 yan3 +009275 有#1危险的#1地方#3不要让#1学生#1清扫#3,比如#2擦窗户#4。 + you3 wei1 xian3 de5 di4 fang1 bu2 yao4 rang4 xue2 sheng1 qing1 sao3 bi3 ru2 ca1 chuang1 hu5 +009276 园里#2游人#1稀少#3,最大的#1参观团#2就是#1张华#1三人#4。 + yuan2 li3 you2 ren2 xi1 shao3 zui4 da4 de5 can1 guan1 tuan2 jiu4 shi4 zhang1 hua2 san1 ren2 +009277 陈洪#2只好#1请了#1两个#1棒棒#3,把#1母亲#2抬回了#1家#4。 + chen2 hong2 zhi2 hao2 qing3 le5 liang3 ge4 bang4 bang5 ba2 mu3 qin1 tai2 hui2 le5 jia1 +009278 谢某#2和#1袁某#1惊醒#3,猛地#1站起来#3,过来#1抢瓶子#4。 + xie4 mou3 he2 yuan2 mou3 jing1 xing3 meng3 de5 zhan4 qi3 lai2 guo4 lai2 qiang3 ping2 zi5 +009279 请#1写下#1您的#1姓名#3、详细#1通讯#1地址#3、邮政#1编码#4。 + qing2 xie3 xia4 nin2 de5 xing4 ming2 xiang2 xi4 tong1 xun4 di4 zhi3 you2 zheng4 bian1 ma3 +009280 品管部#2对#1生产#1部门的#1产品#2具有#1一票#1否决权#4。 + pin2 guan3 bu4 dui4 sheng1 chan3 bu4 men2 de5 chan2 pin3 ju4 you3 yi2 piao4 fou3 jue2 quan2 +009281 还在#1恨嫁的#1女同学们#3,是时候#2学点儿#1技能了#4。 + hai2 zai4 hen4 jia4 de5 nv3 tong2 xue2 men5 shi4 shi2 hou5 xue2 dianr3 ji4 neng2 le5 +009282 莫名#1被#1刺伤#3,倒霉的#1许奎#3真正是#2“躺着#1也#1挨刀#4”。 + mo4 ming2 bei4 ci4 shang1 dao3 mei2 de5 xu3 kui2 zhen1 zheng4 shi4 tang3 zhe5 ye3 ai2 dao1 +009283 被指#1摆拍的#2挑水#1老人#3跪求#1政府#1修路#1画面#4。 + bei4 zhi2 bai3 pai1 de5 tiao1 shui2 lao3 ren2 gui4 qiu2 zheng4 fu3 xiu1 lu4 hua4 mian4 +009284 记者#1了解到#3,九百#1八十九号#1企业#3为#1贵州#1茅台#4。 + ji4 zhe3 liao2 jie3 dao4 jiu2 bai3 ba1 shi2 jiu3 hao4 qi3 ye4 wei2 gui4 zhou1 mao2 tai2 +009285 有#1报导说#3,托德#2还是#1肯塔基州的#1一名#1通集犯#4。 + you3 bao4 dao3 shuo1 tuo1 de2 hai2 shi4 ken2 ta3 ji1 zhou1 de5 yi4 ming2 tong1 ji2 fan4 +009286 阿杰#2让#1阿悦#3看下#2剩下的#1盒饭#2合不合#1他的#1胃口#4。 + a1 jie2 rang4 a1 yue4 kan4 xia4 sheng4 xia4 de5 he2 fan4 he2 bu4 he2 ta1 de5 wei4 kou3 +009287 渐渐地#3,李强的#1评价#2变成了#2“不开窍#3”、“窝囊废#4”。 + jian4 jian4 de5 li3 qiang2 de5 ping2 jia4 bian4 cheng2 le5 bu4 kai1 qiao4 wo1 nang5 fei4 +009288 朱镕基#2参加#1清华#1大学#2百年#1校庆时#3曾向#1广大#1同学#2推荐过#1此书#4。 + zhu1 rong2 ji1 can1 jia1 qing1 hua2 da4 xue2 bai3 nian2 xiao4 qing4 shi2 ceng2 xiang4 guang3 da4 tong2 xue2 tui1 jian4 guo5 ci3 shu1 +009289 国强#2才能#1国宁#3,贼#2才不敢#1惦记#4。 + guo2 qiang2 cai2 neng2 guo2 ning2 zei2 cai2 bu4 gan3 dian4 ji5 +009290 因为#1家庭#2不可能#1割舍#3,事业#2可以#1等待#1下一波#4。 + yin1 wei4 jia1 ting2 bu4 ke3 neng2 ge1 she3 shi4 ye4 ke2 yi2 deng3 dai4 xia4 yi4 bo1 +009291 他说#3,外地#1乳企#2可以到#1双城#1经营#3,参与#1竞争#4。 + ta1 shuo1 wai4 di4 ru2 qi3 ke2 yi3 dao4 shuang1 cheng2 jing1 ying2 can1 yu4 jing4 zheng1 +009292 有人#2甚至#1扛来#1楼梯#3,搭在#1围墙上#2四处#1张望#4。 + you3 ren2 shen4 zhi4 kang2 lai2 lou2 ti1 da1 zai4 wei2 qiang2 shang4 si4 chu4 zhang1 wang4 +009293 第四#2就是#1选择#1颓废#4。 + di4 si4 jiu4 shi4 xuan3 ze2 tui2 fei4 +009294 有儿#1有女了#3,很#1满足了#4。 + you3 er2 you2 nv3 le5 hen2 man3 zu2 le5 +009295 走吧#3,带上我#1爬山去#4。 + zou3 ba5 dai4 shang4 wo3 pa2 shan1 qu4 +009296 该#1消息#1一出#3,城投债#1市场#2随即#1进入#1拐点#4。 + gai1 xiao1 xi5 yi4 chu1 cheng2 tou2 zhai4 shi4 chang3 sui2 ji2 jin4 ru4 guai2 dian3 +009297 难道#2你要#1抛弃#1我了嘛#4? + nan2 dao4 ni3 yao4 pao1 qi4 wo3 le5 ma5 +009298 大面积#1干裸的#1河道#4。 + da4 mian4 ji1 gan1 luo3 de5 he2 dao4 +009299 不错么#3,还在#3,真好#4。 + bu2 cuo4 me5 hai2 zai4 zhen1 hao3 +009300 曾经#2也有#1少量的#1番茄#4。 + ceng2 jing1 ye2 you2 shao3 liang4 de5 fan1 qie2 +009301 利维#2否认了#1这一#1报道#4。 + li4 wei2 fou3 ren4 le5 zhe4 yi2 bao4 dao4 +009302 所以#2很敏感#2、很复杂#4。 + suo2 yi2 hen3 min2 gan3 hen3 fu4 za2 +009303 前天#3娜娜#2因#1跳楼后#2伤势#1过重#3,已#1不治#1身亡#4。 + qian2 tian1 na4 na5 yin1 tiao4 lou2 hou4 shang1 shi4 guo4 zhong4 yi3 bu2 zhi4 shen1 wang2 +009304 他#1不仅#2自己#1吸毒#3,而且把#1儿子#1也带了#1进来#4。 + ta1 bu4 jin3 zi4 ji3 xi1 du2 er2 qie2 ba3 er2 zi5 ye3 dai4 le5 jin4 lai2 +009305 例如#3,“愤怒的#1小鸟#3”就是#2“你画#1我猜”的#1模板#4。 + li4 ru2 fen4 nu4 de5 xiao2 niao3 jiu4 shi4 ni3 hua4 wo3 cai1 de5 mu2 ban3 +009306 公司#1负责人的#1年度#1薪酬#1增长率#3应低于#1公司#1薪酬#1增长率#4。 + gong1 si1 fu4 ze2 ren2 de5 nian2 du4 xin1 chou2 zeng1 zhang3 lv4 ying1 di1 yu2 gong1 si1 xin1 chou2 zeng1 zhang3 lv4 +009307 他#1没下车#3,又看见#1外国人#2朝路人#1嚷嚷#4。 + ta1 mei2 xia4 che1 you4 kan4 jian4 wai4 guo2 ren2 chao2 lu4 ren2 rang1 rang5 +009308 现在#2已经#1间隔#1五十九年#3,明显#1超期了#4。 + xian4 zai4 yi3 jing1 jian4 ge2 wu3 shi2 jiu3 nian2 ming2 xian3 chao1 qi1 le5 +009309 这一#1环节的#1税收#2、杂费#2和#1繁冗的#1手续#3让#1不少#1代购者#2铤而走险#4。 + zhe4 yi4 huan2 jie2 de5 shui4 shou1 za2 fei4 he2 fan2 rong3 de5 shou3 xu4 rang4 bu4 shao3 dai4 gou4 zhe2 ting3 er2 zou2 xian3 +009310 南京#2现在#1急吼吼#1要拆#1报亭#3,城市#1管理者的#1水平#3让人#2不敢#1恭维#4。 + nan2 jing1 xian4 zai4 ji2 hou2 hou3 yao4 chai1 bao4 ting2 cheng2 shi4 guan2 li2 zhe3 de5 shui3 ping2 rang4 ren2 bu4 gan3 gong1 wei2 +009311 投资时#3,必须#1同时#2有#1远见卓识#3和#1实在的#1数据#1支撑#4。 + tou2 zi1 shi2 bi4 xu1 tong2 shi2 you2 yuan3 jian4 zhuo2 shi2 he2 shi2 zai4 de5 shu4 ju4 zhi1 cheng1 +009312 不喜欢#1教育#3,但#1思想#1觉悟#3还#1没到#1推翻#2现行#1教育#1体制的#1高度#4。 + bu4 xi3 huan1 jiao4 yu5 dan4 si1 xiang3 jue2 wu4 hai2 mei2 dao4 tui1 fan1 xian4 xing2 jiao4 yu4 ti3 zhi4 de5 gao1 du4 +009313 有时候#3是很#1机智地#1装怂#4。 + you3 shi2 hou4 shi4 hen3 ji1 zhi4 de5 zhuang1 song2 +009314 他#1依然#1记得#2梦露#2当时#1给他#1一个#1“暖暖的#1”拥抱#4。 + ta1 yi1 ran2 ji4 de5 meng4 lu4 dang1 shi2 gei3 ta1 yi2 ge4 nuan2 nuan3 de5 yong1 bao4 +009315 为了#1壮胆#3,赶紧#1拿出#1随身#1携带的#1鞭炮#1燃放#4。 + wei4 le5 zhuang4 dan3 gan2 jin3 na2 chu1 sui2 shen1 xie2 dai4 de5 bian1 pao4 ran2 fang4 +009316 十二日#3,欧元#1对#1美元的#1比价是#3一比#1一点#1三五#1九三#4。 + shi2 er4 ri4 ou1 yuan2 dui4 mei3 yuan2 de5 bi3 jia4 shi4 yi1 bi3 yi1 dian3 san1 wu2 jiu3 san1 +009317 春江#1水暖#1雅先知#3,我#1可以#1告诉你#1明天#1穿什么#4。 + chun1 jiang1 shui2 nuan2 ya3 xian1 zhi1 wo3 ke2 yi3 gao4 su4 ni3 ming2 tian1 chuan1 shen2 me5 +009318 在#1事发的#2幺四#1零二室#1门口#3还有#1大摊的#1血迹#4。 + zai4 shi4 fa1 de5 yao1 si4 ling2 er4 shi4 men2 kou3 hai2 you3 da4 tan1 de5 xue4 ji4 +009319 碧塔#1塔瓦#1巨蜥#3有#1特殊的#1体色#1标记#2和#1性器官#4。 + bi4 ta3 ta2 wa3 ju4 xi1 you3 te4 shu1 de5 ti3 se4 biao1 ji4 he2 xing4 qi4 guan1 +009320 市#1公安局的#1微博#2开得#1最早#3,因此#2人气儿#1也#1最足#4。 + shi4 gong1 an1 ju2 de5 wei1 bo2 kai1 de5 zui4 zao3 yin1 ci3 ren2 qir4 ye3 zui4 zu2 +009321 小队#2完成#1不了#1任务#3,领导者#2也要#1付出#1代价#4。 + xiao3 dui4 wan2 cheng2 bu4 liao3 ren4 wu4 ling2 dao2 zhe2 ye3 yao4 fu4 chu1 dai4 jia4 +009322 老公#2很没#1情调的#1问老婆#3:“说嘛#2你想#1要啥#4! + lao3 gong1 hen3 mei2 qing2 diao4 de5 wen4 lao3 po2 shuo1 ma5 ni2 xiang3 yao4 sha2 +009323 当年#1总收入#3为#1人民币#3七十一点#2五四#1五亿元#4。 + dang1 nian2 zong3 shou1 ru4 wei2 ren2 min2 bi4 qi1 shi2 yi1 dian2 wu3 si4 wu3 yi4 yuan2 +009324 医生#3,请您#2再查一#3…你是#1医生#3还是#1我是#1医生#4? + yi1 sheng1 qing3 nin2 zai4 cha2 yi1 ni3 shi4 yi1 sheng1 hai2 shi4 wo3 shi4 yi1 sheng1 +009325 马云#2有#1一零#1二年的#1计划#3,我有#1三零#1年的#1计划#4。 + ma3 yun2 you3 yi1 ling2 er4 nian2 de5 ji4 hua5 wo2 you3 san1 ling2 nian2 de5 ji4 hua5 +009326 最近#2感觉他#1消停#1一些了#3,我也#1觉得#2我#1可以#1出来了#4。 + zui4 jin4 gan3 jue2 ta1 xiao1 ting2 yi4 xie1 le5 wo2 ye3 jue2 de5 wo3 ke2 yi3 chu1 lai2 le5 +009327 她又#1抓住#1售票员的#1包包#3,但#1售票员#2掰开#1她的#1手指#3,拼命#1跑下车#4。 + ta1 you4 zhua1 zhu4 shou4 piao4 yuan2 de5 bao1 bao1 dan4 shou4 piao4 yuan2 bai1 kai1 ta1 de5 shou2 zhi3 pin1 ming4 pao3 xia4 che1 +009328 挑起#1砖后#3,扁担#2就#1深陷在#1这道#1痕迹里#3,后背上#2则#1堆起#1一道肉#4。 + tiao1 qi3 zhuan1 hou4 bian3 dan4 jiu4 shen1 xian4 zai4 zhe4 dao4 hen2 ji4 li3 hou4 bei4 shang4 ze2 dui1 qi3 yi2 dao4 rou4 +009329 新婚夜#1那天#1晚上#3,他#1喝得#1酩酊大醉#3,我俩#2几乎是#1合衣#1而眠#4。 + xin1 hun1 ye4 na4 tian1 wan3 shang4 ta1 he1 de5 ming2 ding3 da4 zui4 wo2 lia3 ji1 hu1 shi4 he2 yi1 er2 mian2 +009330 除非#2有#1通天的#1能力#3,但天#2会#1随时随地#2帮你#2降雨#1灭火吗#4? + chu2 fei1 you3 tong1 tian1 de5 neng2 li4 dan4 tian1 hui4 sui2 shi2 sui2 di4 bang1 ni3 jiang4 yu3 mie4 huo3 ma5 +009331 一个#2远在#1祖国#1西北角的#1业余#1作者的#1作品#3何以#1得到#1你们的#1青睐#4? + yi2 ge4 yuan3 zai4 zu3 guo2 xi1 bei2 jiao3 de5 ye4 yu2 zuo4 zhe3 de5 zuo4 pin3 he2 yi3 de2 dao4 ni3 men5 de5 qing1 lai4 +009332 于是#3,她便#1打电话#2询问#1家中#2是否#1有事#4。 + yu2 shi4 ta1 bian4 da3 dian4 hua4 xun2 wen4 jia1 zhong1 shi4 fou2 you3 shi4 +009333 分娩池#2像个#1大浴缸#3,有#1坐垫#2脚垫#3,两侧#2还有#1把手#4。 + fen1 mian3 chi2 xiang4 ge5 da4 yu4 gang1 you3 zuo4 dian4 jiao3 dian4 liang3 ce4 hai2 you3 ba2 shou3 +009334 被#1称赞了#2真#1开心呀#4。 + bei4 cheng1 zan4 le5 zhen1 kai1 xin1 ya5 +009335 男童#2在#1车后#1玩耍#4。 + nan2 tong2 zai4 che1 hou4 wan2 shua3 +009336 你想#1玩点#1什么#4? + ni2 xiang3 wan2 dian3 shen2 me5 +009337 你#1看过#1我家#1保险柜#4? + ni3 kan4 guo4 wo3 jia1 bao2 xian3 gui4 +009338 你也#1好烦呀#4。 + ni2 ye2 hao3 fan2 ya5 +009339 你的#1第一#1选择#1是谁#4? + ni3 de5 di4 yi1 xuan3 ze2 shi4 shui2 +009340 你#1喜欢#2玩#1什么#1游戏#4? + ni2 xi3 huan1 wan2 shen2 me5 you2 xi4 +009341 吃#1各种#1精神#1食粮#4。 + chi1 ge4 zhong3 jing1 shen2 shi2 liang2 +009342 是#1八届#2省委#1委员#4。 + shi4 ba1 jie4 sheng2 wei2 wei3 yuan2 +009343 我#1只喜欢#1看小说#4。 + wo3 zhi2 xi3 huan1 kan4 xiao3 shuo1 +009344 香港#2杜莎#1夫人#1蜡像馆#3,我#1强力#1推荐哦#4。 + xiang1 gang3 du4 sha1 fu1 ren2 la4 xiang4 guan3 wo3 qiang2 li4 tui1 jian4 o5 +009345 第六#2、七#2、八#1、九项#1任务#3属于#1加强#1完善#2企业#1金融#1支持#4。 + di4 liu4 qi1 ba1 jiu3 xiang4 ren4 wu4 shu3 yu2 jia1 qiang2 wan2 shan4 qi3 ye4 jin1 rong2 zhi1 chi2 +009346 这年头#3机器人#2不会#1上网#3还#1怎么#1出来#1混呢#4? + zhe4 nian2 tou5 ji1 qi4 ren2 bu2 hui4 shang4 wang3 hai2 zen3 me5 chu1 lai2 hun4 ne5 +009347 我#1以前#1就#1做过#1翻译#3,这次#2是#1重操旧业#3,于是#2痛快地#1答应了#4。 + wo2 yi3 qian2 jiu4 zuo4 guo4 fan1 yi4 zhe4 ci4 shi4 chong2 cao1 jiu4 ye4 yu2 shi4 tong4 kuai4 de5 da1 ying4 le5 +009348 我#1身上#2终于#1有一点#1主人的#1气质了#4。 + wo3 shen1 shang4 zhong1 yu2 you3 yi4 dian2 zhu3 ren2 de5 qi4 zhi4 le5 +009349 这#1并不是#1拍脑袋#2作出的#1决定#4。 + zhe4 bing4 bu2 shi4 pai1 nao3 dai5 zuo4 chu1 de5 jue2 ding4 +009350 邓丽的#1心碎了#3,天天#1以泪#1洗面#4。 + deng4 li4 de5 xin1 sui4 le5 tian1 tian1 yi3 lei4 xi3 mian4 +009351 刘金耀#1教授#2在为#1成成#2进行#1检查#4。 + liu2 jin1 yao4 jiao4 shou4 zai4 wei4 cheng2 cheng5 jin4 xing2 jian3 cha2 +009352 不过#2此番#1小偷#2好像#1走得#1匆忙#3,还把#1一把#1铁扳手#2落在了#1店里#4。 + bu2 guo4 ci3 fan1 xiao3 tou1 hao3 xiang4 zou3 de5 cong1 mang2 hai2 ba3 yi4 ba2 tie3 ban1 shou3 luo4 zai4 le5 dian4 li3 +009353 这些年#3如果#1不是#1我在#1中间的话#3,陈明亮#2早就#1被#1忠矮儿#1除掉了#4。 + zhe4 xie1 nian2 ru2 guo3 bu2 shi4 wo3 zai4 zhong1 jian1 de5 hua4 chen2 ming2 liang4 zao3 jiu4 bei4 zhong1 ai3 er2 chu2 diao4 le5 +009354 至此#3,与#1中国#1基建#1合作的#2佛山#2芭蕾雨#1项目#3,首创#1置业#2完全#1退出#4。 + zhi4 ci3 yu3 zhong1 guo2 ji1 jian4 he2 zuo4 de5 fo2 shan1 ba1 lei2 yu3 xiang4 mu4 shou3 chuang4 zhi4 ye4 wan2 quan2 tui4 chu1 +009355 随手拍#2张罗#1女士#1海淘的#1物品#3,都是#1当下#2最热门的#1幼儿#1保健品#4。 + sui2 shou3 pai1 zhang1 luo2 nv3 shi4 hai3 tao2 de5 wu4 pin3 dou1 shi4 dang1 xia4 zui4 re4 men2 de5 you4 er2 bao3 jian4 pin3 +009356 直到#2东窗事发#3,才知道#2怂恿她#1卖淫的#1“王院长#3”竟是#2自己的#1丈夫#4。 + zhi2 dao4 dong1 chuang1 shi4 fa1 cai2 zhi1 dao4 song2 yong3 ta1 mai4 yin2 de5 wang2 yuan4 zhang3 jing4 shi4 zi4 ji3 de5 zhang4 fu5 +009357 家里#2买了#1不少#2种油茶的#1书#3,可#1光看书#3,枯燥#1不说#3,还#1不好懂#4。 + jia1 li2 mai3 le5 bu4 shao3 zhong4 you2 cha2 de5 shu1 ke3 guang1 kan4 shu1 ku1 zao4 bu4 shuo1 hai2 bu4 hao2 dong3 +009358 昨日#3,金锋#1表示#3,在#1节目中的#1言论#2未经过#1验证#3,有失#1严谨#2和#1妥当#4。 + zuo2 ri4 jin1 feng1 biao3 shi4 zai4 jie2 mu4 zhong1 de5 yan2 lun4 wei4 jing1 guo4 yan4 zheng4 you3 shi1 yan2 jin3 he2 tuo3 dang4 +009359 该店#2是#1明码#1实价#3,也#1提供#2不同#1优惠#3,精明的#1消费者#2懂得#1选择#4。 + gai1 dian4 shi4 ming2 ma3 shi2 jia4 ye3 ti2 gong1 bu4 tong2 you1 hui4 jing1 ming2 de5 xiao1 fei4 zhe2 dong3 de2 xuan3 ze2 +009360 随后#3,由#1两名#2身材#1略为#1矮小的#1消防#1官兵#3进入#1驾驶室#2进行#1营救#4。 + sui2 hou4 you2 liang3 ming2 shen1 cai2 lve4 wei2 ai2 xiao3 de5 xiao1 fang2 guan1 bing1 jin4 ru4 jia4 shi3 shi4 jin4 xing2 ying2 jiu4 +009361 不少人#2因此#2认识了#1广州#3,记住了#1海心沙#3,向往#1珠江#1边的#1璀璨#4。 + bu4 shao3 ren2 yin1 ci3 ren4 shi5 le5 guang3 zhou1 ji4 zhu4 le5 hai3 xin1 sha1 xiang4 wang3 zhu1 jiang1 bian1 de5 cui3 can4 +009362 这#1几句话#3如#1恐怖片#1里的#1恐怖#1音乐#3,加深了#1雨翔的#1局促不安#4。 + zhe4 ji3 ju4 hua4 ru2 kong3 bu4 pian4 li3 de5 kong3 bu4 yin1 yue4 jia1 shen1 le5 yu3 xiang2 de5 ju2 cu4 bu4 an1 +009363 可以#1做到#2不刷牙#3、不整理#1头发#3、也#1不穿#1鞋子#3、甚至#1不换#1袜子#4。 + ke2 yi3 zuo4 dao4 bu4 shua1 ya2 bu4 zheng2 li3 tou2 fa4 ye3 bu4 chuan1 xie2 zi5 shen4 zhi4 bu2 huan4 wa4 zi5 +009364 不能将#2政府#1应当#1承担的#1补贴#3作为#2财政#1包袱#2甩给#1老百姓#4。 + bu4 neng2 jiang1 zheng4 fu3 ying1 dang1 cheng2 dan1 de5 bu3 tie1 zuo4 wei2 cai2 zheng4 bao1 fu5 shuai2 gei3 lao2 bai3 xing4 +009365 崭新的#1楼房#2高高#1耸立#3,然而#2一望#1可知#3,许多#1房子#2仍在#1空置#4。 + zhan3 xin1 de5 lou2 fang2 gao1 gao1 song3 li4 ran2 er2 yi2 wang4 ke3 zhi1 xu3 duo1 fang2 zi5 reng2 zai4 kong1 zhi4 +009366 橘黄的#1灯光#2映着#1街景#3,雨翔#1心里#2浮起#1一种#2身在#1异乡的#1冷清#4。 + ju2 huang2 de5 deng1 guang1 ying4 zhe5 jie1 jing3 yu3 xiang2 xin1 li3 fu2 qi3 yi4 zhong3 shen1 zai4 yi4 xiang1 de5 leng3 qing1 +009367 如果#1真是#2沉了#1就拆#2,修了#1又沉#3,这#1铁路#3能不能#1保证#1安全呀#4? + ru2 guo3 zhen1 shi4 chen2 le5 jiu4 chai1 xiu1 le5 you4 chen2 zhe4 tie3 lu4 neng2 bu4 neng2 bao3 zheng4 an1 quan2 ya5 +009368 机长#1还说#3:“中国人#2太容易#1搞掂啦#3,告诉#1他是#1免费的#1即可#4。 + ji1 zhang3 hai2 shuo1 zhong1 guo2 ren2 tai4 rong2 yi4 gao3 dian1 la5 gao4 su4 ta1 shi4 mian3 fei4 de5 ji2 ke3 +009369 几年#1之后#3,那个#1门槛#2竟然#1被#1我们#1弟兄#1两个#3踏凹#1下去#1一块#4。 + ji3 nian2 zhi1 hou4 na4 ge5 men2 kan3 jing4 ran2 bei4 wo3 men5 di4 xiong1 liang3 ge4 ta4 ao1 xia4 qu4 yi2 kuai4 +009370 房价的#1“高坝#3”正在#1从#1大户型#1开始#1瓦解#3,并向#1中小#1户型#1蔓延#4。 + fang2 jia4 de5 gao1 ba4 zheng4 zai4 cong2 da4 hu4 xing2 kai1 shi3 wa2 jie3 bing4 xiang4 zhong1 xiao3 hu4 xing2 man4 yan2 +009371 就像#1篮球#3,充满气#2就#1砰砰#1有力#3,如果#1瘪了#3,也就#2打不#1起来#4。 + jiu4 xiang4 lan2 qiu2 chong1 man3 qi4 jiu4 peng1 peng1 you3 li4 ru2 guo2 bie3 le5 ye3 jiu4 da3 bu4 qi3 lai2 +009372 即将#1到来的#1新生命#3也让#1可儿#2看起来#1更加#1妩媚#3、更加#1性感#4。 + ji2 jiang1 dao4 lai2 de5 xin1 sheng1 ming4 ye3 rang4 ke3 er2 kan4 qi3 lai2 geng4 jia1 wu3 mei4 geng4 jia1 xing4 gan3 +009373 这是#2佛顶#2骨舍利#1重光后#3首次#2在#1中国#1内地#1以外#1地区#1供奉#4。 + zhe4 shi4 fo2 ding3 gu2 she3 li4 chong2 guang1 hou4 shou3 ci4 zai4 zhong1 guo2 nei4 di4 yi3 wai4 di4 qu1 gong4 feng4 +009374 小陪你#1度过这#1漫长的#1黑夜#4。 + xiao3 pei2 ni3 du4 guo4 zhe4 man4 chang2 de5 hei1 ye4 +009375 玉米#1香精#2比#1甜蜜素#1更“厉害#4”。 + yu4 mi3 xiang1 jing1 bi3 tian2 mi4 su4 geng4 li4 hai4 +009376 现在#1这种#1颓势#3也#1正在#1产业链的#1各个#1环节中#2有所#1体现#4。 + xian4 zai4 zhe4 zhong3 tui2 shi4 ye3 zheng4 zai4 chan3 ye4 lian4 de5 ge4 ge4 huan2 jie2 zhong1 you2 suo2 ti3 xian4 +009377 进货时#3工厂#1跟我#1说是#1纯棉的#3,我#1摸起来#2也不像#4。 + jin4 huo4 shi2 gong1 chang3 gen1 wo3 shuo1 shi4 chun2 mian2 de5 wo3 mo1 qi3 lai2 ye3 bu2 xiang4 +009378 女#1驾驶员#2不乐意了#3,嘴里#2开始#1骂骂#1咧咧的#4。 + nv3 jia4 shi3 yuan2 bu2 le4 yi4 le5 zui2 li3 kai1 shi3 ma4 ma5 lie1 lie1 de5 +009379 南投县#1日月潭#1缆车#2全部#1暂停#3,目前#2正在#1疏散#1游客#4。 + nan2 tou2 xian4 ri4 yue4 tan2 lan3 che1 quan2 bu4 zan4 ting2 mu4 qian2 zheng4 zai4 shu1 san4 you2 ke4 +009380 因为#1工作#1原因#2经常#1得罪人#3,他也#1经常#1受到#1辱骂#2和#1围攻#4。 + yin1 wei4 gong1 zuo4 yuan2 yin1 jing1 chang2 de2 zui4 ren2 ta1 ye3 jing1 chang2 shou4 dao4 ru3 ma4 he2 wei2 gong1 +009381 婀娜的#1体态#2让人#1丝毫#1看不出#3,她#1几个#1月前#2刚刚#1生完#1宝宝#4。 + e1 nuo2 de5 ti3 tai4 rang4 ren2 si1 hao2 kan4 bu4 chu1 ta1 ji3 ge4 yue4 qian2 gang1 gang1 sheng1 wan2 bao3 bao5 +009382 这堵#1“死亡墙”上#3弹孔#1累累#3,这里是#1纳粹#1处决#1犯人的#1地方#4。 + zhe4 du2 si3 wang2 qiang2 shang4 dan4 kong3 lei2 lei3 zhe4 li3 shi4 na4 cui4 chu3 jue2 fan4 ren2 de5 di4 fang5 +009383 领导#1纠结了#3,领导#1媳妇儿#2急眼了#3,发短信的#1女下属#2无语了#4。 + ling2 dao3 jiu1 jie2 le5 ling2 dao3 xi2 fur4 ji2 yan3 le5 fa1 duan3 xin4 de5 nv3 xia4 shu3 wu2 yu3 le5 +009384 就#1哄着#1乐乐#3,乐乐#2也#1安静#1下来了#3,并#1没有#1出现#1任何#1症状#4。 + jiu4 hong3 zhe5 le4 le5 le4 le5 ye3 an1 jing4 xia4 lai2 le5 bing4 mei2 you3 chu1 xian4 ren4 he2 zheng4 zhuang4 +009385 只要#1像#1以前#1一样#2踏踏#1实实地干#3,一定能#1恢复#1过来#4。 + zhi3 yao4 xiang4 yi3 qian2 yi2 yang4 ta1 ta5 shi2 shi2 de5 gan4 yi2 ding4 neng2 hui1 fu4 guo4 lai2 +009386 街上#2空#1留下了#1神色#1匆匆的#1行人#4。 + jie1 shang4 kong1 liu2 xia4 le5 shen2 se4 cong1 cong1 de5 xing2 ren2 +009387 爸爸#2端详#1一会说#3:“我#1发誓#3,这是我#1见过的#2最帅的#1光头#4。 + ba4 ba5 duan1 xiang2 yi2 hui4 shuo1 wo3 fa1 shi4 zhe4 shi4 wo3 jian4 guo4 de5 zui4 shuai4 de5 guang1 tou2 +009388 坐上#1电梯后#3,它抖抖#2突然#1掉下#1来了#3,没有#1任何#1先兆#4。 + zuo4 shang4 dian4 ti1 hou4 ta1 dou2 dou3 tu1 ran2 diao4 xia4 lai2 le5 mei2 you3 ren4 he2 xian1 zhao4 +009389 不料#3六次#1采光#2仅#1做了#1三次#3,她的#1脸上#3就起#1满疙瘩#4。 + bu2 liao4 liu4 ci4 cai3 guang1 jin3 zuo4 le5 san1 ci4 ta1 de5 lian3 shang4 jiu4 qi2 man3 ge1 da5 +009390 喜欢#2每一个#1爱#1生活的#1人呢#4。 + xi3 huan1 mei3 yi2 ge4 ai4 sheng1 huo2 de5 ren2 ne5 +009391 凯姆博伊#2自己#1在#1肯尼亚#2也是#1一名#1警察#4。 + kai2 mu3 bo2 yi1 zi4 ji3 zai4 ken3 ni2 ya4 ye3 shi4 yi4 ming2 jing3 cha2 +009392 金花香#2,银花香#3,关键#1沾了#1科技的光#4。 + jin1 hua1 xiang1 yin2 hua1 xiang1 guan1 jian4 zhan1 le5 ke1 ji4 de5 guang1 +009393 葛伟胜#2把车子#2停在#1离厕所#1近的#1地方#4。 + ge2 wei3 sheng4 ba3 che1 zi5 ting2 zai4 li2 ce4 suo3 jin4 de5 di4 fang5 +009394 朱燕来#3,中国#1前任#1总理#2朱镕基的#1女儿#4。 + zhu1 yan4 lai2 zhong1 guo2 qian2 ren4 zong2 li3 zhu1 rong2 ji1 de5 nv3 er2 +009395 小雪#2问#1老爸#3:爸#3,有没有#1比较#1恐怖的书#4? + xiao2 xue3 wen4 lao3 ba4 ba4 you3 mei2 you2 bi3 jiao4 kong3 bu4 de5 shu1 +009396 陈水扁#3以#1三跪#1九叩的#1方式#2进入#1灵堂#4。 + chen2 shui2 bian3 yi3 san1 gui4 jiu3 kou4 de5 fang1 shi4 jin4 ru4 ling2 tang2 +009397 儿童#1缺碘#3会#1导致#2智力#1低下#2、身材#1矮小#4。 + er2 tong2 que1 dian3 hui4 dao3 zhi4 zhi4 li4 di1 xia4 shen1 cai2 ai2 xiao3 +009398 哪个#1女孩子#2如#1上海的#1雪#3,也算#1她完了#4。 + na3 ge4 nv3 hai2 zi5 ru2 shang4 hai3 de5 xue3 ye3 suan4 ta1 wan2 le5 +009399 好玩#3,去看#1苏州#1园林呀#3,感受#2小桥#1流水#4。 + hao3 wan2 qu4 kan4 su1 zhou1 yuan2 lin2 ya5 gan3 shou4 xiao3 qiao2 liu2 shui3 +009400 女孩子的#1年龄#2怎么能#2轻易#1告诉#1你呢#4。 + nv3 hai2 zi5 de5 nian2 ling2 zen3 me5 neng2 qing1 yi4 gao4 su4 ni3 ne5 +009401 医生#1对#1小秦#1抢救时#3发现#1小秦#1已经#1死亡#4。 + yi1 sheng1 dui4 xiao3 qin2 qiang3 jiu4 shi2 fa1 xian4 xiao3 qin2 yi3 jing1 si3 wang2 +009402 昨日#3,江夏的#1孙先生#2就#1“涮”了回#1骗子#4。 + zuo2 ri4 jiang1 xia4 de5 sun1 xian1 sheng5 jiu4 shuan4 le5 hui2 pian4 zi5 +009403 我#1迅速#1下来了#3,结果#1被#1妈妈#1打了#1一顿#4。 + wo3 xun4 su4 xia4 lai2 le5 jie2 guo3 bei4 ma1 ma5 da3 le5 yi2 dun4 +009404 二号#1寝室里#1三个人#2都#1躺在#1床上#1温书#4。 + er4 hao4 qin3 shi4 li3 san1 ge4 ren2 dou1 tang3 zai4 chuang2 shang4 wen1 shu1 +009405 几天后#2他就#1迎来了#1更加#1辉煌的#1胜利#4。 + ji3 tian1 hou4 ta1 jiu4 ying2 lai2 le5 geng4 jia1 hui1 huang2 de5 sheng4 li4 +009406 从此#3哥#1懂得了#1一个#1道理#3,做人#1要#1诚实#4。 + cong2 ci3 ge1 dong3 de2 le5 yi2 ge5 dao4 li3 zuo4 ren2 yao4 cheng2 shi2 +009407 香港#1回归#1一周年的#1纪念日#1即将#1来临#4。 + xiang1 gang3 hui2 gui1 yi4 zhou1 nian2 de5 ji4 nian4 ri4 ji2 jiang1 lai2 lin2 +009408 疼痛#1难忍的#1王丹丹#2随即#1也#1躺倒#1在地#4。 + teng2 tong4 nan2 ren3 de5 wang2 dan1 dan1 sui2 ji2 ye3 tang2 dao3 zai4 di4 +009409 名嘴#2与#1央视的#1歧路#2迟早会#1暴露#1出来#4。 + ming2 zui3 yu3 yang1 shi4 de5 qi2 lu4 chi2 zao3 hui4 bao4 lu4 chu1 lai5 +009410 你#1首先#2要找#1几个#1经不起#1捏的#1软柿子#4。 + ni2 shou3 xian1 yao4 zhao2 ji3 ge5 jing1 bu4 qi3 nie1 de5 ruan3 shi4 zi5 +009411 三人#1下班后#2都与#1麦克#1布赖德#1通短信#4。 + san1 ren2 xia4 ban1 hou4 dou1 yu3 mai4 ke4 bu4 lai4 de2 tong1 duan3 xin4 +009412 店员#3:“从来#1没装过#1毒品#2,消的#1什么毒#4! + dian4 yuan2 cong2 lai2 mei2 zhuang1 guo4 du2 pin3 xiao1 de5 shen2 me5 du2 +009413 商人#1很实在#3,当然#1知道#2文化#1可以#1生财#4。 + shang1 ren2 hen3 shi2 zai4 dang1 ran2 zhi1 dao4 wen2 hua4 ke2 yi3 sheng1 cai2 +009414 历史#2,靠#1遵化人的#1热血#1和#1汗水#1写就#4。 + li4 shi3 kao4 zun1 hua4 ren2 de5 re4 xue4 he2 han4 shui2 xie3 jiu4 +009415 这是#1一天内#2第二起#1儿童#1摆弄#1枪支#2致人#1丧生#1事件#4。 + zhe4 shi4 yi4 tian1 nei4 di4 er4 qi3 er2 tong2 bai3 nong4 qiang1 zhi1 zhi4 ren2 sang4 sheng1 shi4 jian4 +009416 而#1刘某#2正#1从东#1向西#1倒车#3,直接#1将#1老太#2剐倒#1在地#4。 + er2 liu2 mou3 zheng4 cong2 dong1 xiang4 xi1 dao4 che1 zhi2 jie1 jiang1 lao3 tai4 gua2 dao3 zai4 di4 +009417 余某#1上前#1护夫#3被#1南某#2拦住#1去路#3,两人#1扭打#1起来#4。 + yu2 mou3 shang4 qian2 hu4 fu1 bei4 nan2 mou3 lan2 zhu4 qu4 lu4 liang3 ren2 niu2 da2 qi3 lai2 +009418 郭宏定#1介绍#3,其中的#1“一#1、三#1、五#2主要#1就是指#1公租房#4。 + guo1 hong2 ding4 jie4 shao4 qi2 zhong1 de5 yi1 san1 wu3 zhu3 yao4 jiu4 shi4 zhi3 gong1 zu1 fang2 +009419 怪不得#1古人#1常说#3“近朱者#1赤#3””,我#1现在#1确实#1越来#1越像#1主人了#4。 + guai4 bu4 de2 gu3 ren2 chang2 shuo1 jin4 zhu1 zhe3 chi4 wo3 xian4 zai4 que4 shi2 yue4 lai2 yue4 xiang4 zhu3 ren2 le5 +009420 经诊断#2,昊昊#2被#1确诊为#1哮喘#3,并在#1之后#1数周内#2多次#1进行#1诊治#4。 + jing1 zhen3 duan4 hao4 hao5 bei4 que4 zhen3 wei2 xiao4 chuan3 bing4 zai4 zhi1 hou4 shu4 zhou1 nei4 duo1 ci4 jin4 xing2 zhen3 zhi4 +009421 还有#2他在#1私下#1其实#1比较#1邋遢#3,像#1犀利哥#1一样#4。 + hai2 you3 ta1 zai4 si1 xia4 qi2 shi2 bi3 jiao4 la1 ta5 xiang4 xi1 li4 ge1 yi2 yang4 +009422 当时#3已是#1市人大#1代表的#1肖幼美#1贴出#1竞选#1海报#3,以#1社区#1居民#1身份#1参选#4。 + dang1 shi2 yi3 shi4 shi4 ren2 da4 dai4 biao3 de5 xiao1 you4 mei3 tie1 chu1 jing4 xuan2 hai3 bao4 yi3 she4 qu1 ju1 min2 shen1 fen4 can1 xuan3 +009423 案件#1判决后#2,社会#1效果好#4。 + an4 jian4 pan4 jue2 hou4 she4 hui4 xiao4 guo2 hao3 +009424 她#1这才#1抡起#1刀子#3,这#1属于#1激情#1犯罪#3,并#1没有#1主观#1恶意#4。 + ta1 zhe4 cai2 lun1 qi3 dao1 zi5 zhe4 shu3 yu2 ji1 qing2 fan4 zui4 bing4 mei2 you2 zhu3 guan1 e4 yi4 +009425 此帖#1立即#1在#1网上#1引起#1热炒#4。 + ci2 tie3 li4 ji2 zai4 wang3 shang4 yin2 qi3 re4 chao3 +009426 你的#1头顶#1都#1秃成#1什么#1样子了#3,跟我#1商量#1过吗#4? + ni3 de5 tou2 ding3 dou1 tu1 cheng2 shen2 me5 yang4 zi5 le5 gen1 wo3 shang1 liang4 guo4 ma5 +009427 随后#2,狗主人#1连续#1“出招#3”,甩耳光#2、用脚踹#2、拽头发#3,殴打#1女店长#2泄愤#4。 + sui2 hou4 gou2 zhu3 ren2 lian2 xu4 chu1 zhao1 shuai2 er3 guang1 yong4 jiao3 chuai4 zhuai4 tou2 fa4 ou1 da2 nv3 dian4 zhang3 xie4 fen4 +009428 一审#1法院#2显然#1混淆了#1这三个#1关系#4。 + yi4 shen2 fa3 yuan4 xian3 ran2 hun4 xiao2 le5 zhe4 san1 ge5 guan1 xi5 +009429 该案#1目前#1已进入#1移交#1法院#1起诉#1阶段#4。 + gai1 an4 mu4 qian2 yi3 jin4 ru4 yi2 jiao1 fa3 yuan4 qi3 su4 jie1 duan4 +009430 他#3,穿了#1一件#2松垮垮的#1红色#1衬衫#4。 + ta1 chuan1 le5 yi2 jian4 song1 kua2 kua3 de5 hong2 se4 chen4 shan1 +009431 然后#1就#1出门了#3,留下#1错愕的#1老婆#4。 + ran2 hou4 jiu4 chu1 men2 le5 liu2 xia4 cuo4 e4 de5 lao3 po2 +009432 苏静#1没有#1点滴的#1兴奋#3,倒是#1苏母#2惟恐#1天下#1不知#3,四处#1打电话#1通知#4。 + su1 jing4 mei2 you2 dian3 di1 de5 xing1 fen4 dao4 shi4 su1 mu3 wei2 kong3 tian1 xia4 bu4 zhi1 si4 chu4 da3 dian4 hua4 tong1 zhi1 +009433 工程#1现场#3,有#1工人#1在#1烈日下#1打夯#4。 + gong1 cheng2 xian4 chang3 you3 gong1 ren2 zai4 lie4 ri4 xia4 da3 hang1 +009434 女#3:我#1看到#1一辆#1宝马#2才不到#1两百万#4。 + nv3 wo3 kan4 dao4 yi2 liang4 bao2 ma3 cai2 bu2 dao4 liang2 bai3 wan4 +009435 八零#1后的#1月光族#2应该#1如何#1理财呢#4? + ba1 ling2 hou4 de5 yue4 guang1 zu2 ying1 gai1 ru2 he2 li3 cai2 ne5 +009436 他说#3:“京剧#1讲究的#1是#1琴师#2、司鼓#4。 + ta1 shuo1 jing1 ju4 jiang3 jiu1 de5 shi4 qin2 shi1 si1 gu3 +009437 吃苦#1耐劳#2、连续#1作战的#1作风#1咋样#4? + chi1 ku3 nai4 lao2 lian2 xu4 zuo4 zhan4 de5 zuo4 feng1 za3 yang4 +009438 看到#1这个#1横幅#2,许多人#1热泪#1盈眶#4。 + kan4 dao4 zhe4 ge5 heng2 fu2 xu3 duo1 ren2 re4 lei4 ying2 kuang4 +009439 另外#3,人工#1“堵点#2”将加派#1警力#1疏通#4。 + ling4 wai4 ren2 gong1 du2 dian3 jiang1 jia1 pai4 jing3 li4 shu1 tong1 +009440 我#1一报告#1你逃夜#2,就得#1处分#3,没告你#1挺好了#3,看#1一封信#2有什么#1了不起了#4? + wo3 yi2 bao4 gao4 ni3 tao2 ye4 jiu4 de2 chu3 fen4 mei2 gao4 ni3 ting2 hao3 le5 kan4 yi4 feng1 xin4 you3 shen2 me5 liao3 bu4 qi3 le5 +009441 两国#1元首#1高瞻#1远瞩#3,开创了#1中美#1关系的#1新局面#4。 + liang3 guo2 yuan2 shou3 gao1 zhan1 yuan2 zhu3 kai1 chuang4 le5 zhong1 mei3 guan1 xi5 de5 xin1 ju2 mian4 +009442 全球#1第一座#1乒乓#1球拍#1造型的#1体育#1宾馆#1效果图#4。 + quan2 qiu2 di4 yi1 zuo4 ping1 pang1 qiu2 pai1 zao4 xing2 de5 ti3 yu4 bin1 guan3 xiao4 guo3 tu2 +009443 老师#3:再#1想一想#3,经常#1拿一把#1剪刀#3,在#1花丛边#1溜达的#1是#1什么人#4? + lao3 shi1 zai4 xiang3 yi4 xiang3 jing1 chang2 na2 yi4 ba2 jian3 dao1 zai4 hua1 cong2 bian1 liu1 da5 de5 shi4 shen2 me5 ren2 +009444 他#1不但#2大声#1吵嚷#3,还打#1坏了#1店内#1很多#1物品#4。 + ta1 bu2 dan4 da4 sheng1 chao2 rang3 hai2 da3 huai4 le5 dian4 nei4 hen3 duo1 wu4 pin3 +009445 有#1媒体#1直言#3,这样#1露骨的#1教育#2“不仅#1无用#2,而且#1有害#4”。 + you3 mei2 ti3 zhi2 yan2 zhe4 yang4 lu4 gu3 de5 jiao4 yu4 bu4 jin3 wu2 yong4 er2 qie2 you3 hai4 +009446 我#1一切#1都好#3,您#1大可#1不必#1操心#4。 + wo3 yi2 qie4 dou1 hao3 nin2 da4 ke3 bu2 bi4 cao1 xin1 +009447 森林#1公安#1赶到后#3,将#1鸟网#1拆除#4。 + sen1 lin2 gong1 an1 gan3 dao4 hou4 jiang1 niao2 wang3 chai1 chu2 +009448 都快#1成年了#2还#1不知道#1还手啊#4! + dou1 kuai4 cheng2 nian2 le5 hai2 bu4 zhi1 dao4 huan2 shou3 a5 +009449 比如#2“前#1少奶奶#2”周迅#2和#1张雨绮#4。 + bi3 ru2 qian2 shao4 nai3 nai5 zhou1 xun4 he2 zhang1 yu2 qi3 +009450 那样的#1日子#2简直#1不敢#1想象呐#4。 + na4 yang4 de5 ri4 zi5 jian3 zhi2 bu4 gan2 xiang3 xiang4 na5 +009451 今晚#2等着你#1媳妇#1和你#1拼命吧#4! + jin1 wan2 deng3 zhe5 ni3 xi2 fu4 he2 ni3 pin1 ming4 ba5 +009452 我#1当时#1愣在那#1半天#2不知#1咋办#4。 + wo3 dang1 shi2 leng4 zai4 na4 ban4 tian1 bu4 zhi1 za3 ban4 +009453 一些#1官员#1听完后#2,觉得#1获益#1匪浅#4。 + yi4 xie1 guan1 yuan2 ting1 wan2 hou4 jue2 de5 huo4 yi4 fei2 qian3 +009454 再说#2咱#1这里#1一样#1没有水#3,打扫#1起来#1更花#1工夫#4。 + zai4 shuo1 zan2 zhe4 li3 yi2 yang4 mei2 you2 shui3 da2 sao2 qi3 lai2 geng4 hua1 gong1 fu5 +009455 东湖#1城管#1队员#1在#1扫雪#4。 + dong1 hu2 cheng2 guan3 dui4 yuan2 zai4 sao2 xue3 +009456 旁边#1一位#1中年#1男子#1见状#3,抡起#1档口#1附近的#1凳子#3,将#1范某#1打跑#4。 + pang2 bian1 yi2 wei4 zhong1 nian2 nan2 zi3 jian4 zhuang4 lun1 qi3 dang4 kou3 fu4 jin4 de5 deng4 zi5 jiang1 fan4 mou3 da2 pao3 +009457 抗议#1示威者#1声称#3将#1解放#1首都#1的黎波里#4。 + kang4 yi4 shi4 wei1 zhe3 sheng1 cheng1 jiang1 jie3 fang4 shou3 du1 di2 li2 bo1 li3 +009458 有没有#1发现#2我#1喜欢#1背影照#3,不过#1我#1相信#2你心里#1已经有#1我的#1轮廓了#4。 + you3 mei2 you3 fa1 xian4 wo2 xi3 huan5 bei4 ying3 zhao4 bu2 guo4 wo3 xiang1 xin4 ni3 xin1 li2 yi3 jing1 you2 wo3 de5 lun2 kuo4 le5 +009459 杨国胜#2被#1烧得#1像个#1“黑人#3”,衣服#1跟#1皮肤#2粘在#1一起#4。 + yang2 guo2 sheng4 bei4 shao1 de5 xiang4 ge5 hei1 ren2 yi1 fu5 gen1 pi2 fu1 zhan1 zai4 yi4 qi3 +009460 那时候#2我们俩#1真是#1贫贱#1不能#1移啊#4! + na4 shi2 hou4 wo3 men5 lia3 zhen1 shi4 pin2 jian4 bu4 neng2 yi2 a5 +009461 是吗#3——李志清#1说着#1屁股#1又#1哪一寸#4。 + shi4 ma5 li3 zhi4 qing1 shuo1 zhe5 pi4 gu5 you4 na3 yi2 cun4 +009462 宣誓#1结束#3,国旗#1缓缓#1退出#1会场#4。 + xuan1 shi4 jie2 shu4 guo2 qi2 huan2 huan3 tui4 chu1 hui4 chang3 +009463 就算#1无语#3,我也会#1一直#1陪着#1主人的哦#4! + jiu4 suan4 wu2 yu3 wo2 ye3 hui4 yi4 zhi2 pei2 zhe5 zhu3 ren2 de5 o5 +009464 人类#1如何#1才能#1摆脱#1毁灭的#1命运#4? + ren2 lei4 ru2 he2 cai2 neng2 bai3 tuo1 hui3 mie4 de5 ming4 yun4 +009465 谁能#1出任#2俄罗斯队#1新的#1主教练#4? + shui2 neng2 chu1 ren4 e2 luo2 si1 dui4 xin1 de5 zhu3 jiao4 lian4 +009466 其他的#2来自于#1精神病#1诊所#1或#1医院#4。 + qi2 ta1 de5 lai2 zi4 yu2 jing1 shen2 bing4 zhen2 suo3 huo4 yi1 yuan4 +009467 同时#3,街道#1经#1多方#1走访#1求证#3,最终#1确认了#1救人者#1就是#1冯世艮#4。 + tong2 shi2 jie1 dao4 jing1 duo1 fang1 zou2 fang3 qiu2 zheng4 zui4 zhong1 que4 ren4 le5 jiu4 ren2 zhe3 jiu4 shi4 feng2 shi4 gen4 +009468 只要#1没有#1太多的#1杂念#3,就能#1体会到#1真正的#1快乐啦#4。 + zhi3 yao4 mei2 you3 tai4 duo1 de5 za2 nian4 jiu4 neng2 ti3 hui4 dao4 zhen1 zheng4 de5 kuai4 le4 la5 +009469 今年#2就有#1驴友#1建议#2尽快#1立法#1将#1旅游日#1假期#1常态化#4。 + jin1 nian2 jiu4 you3 lv2 you3 jian4 yi4 jin3 kuai4 li4 fa3 jiang1 lv3 you2 ri4 jia4 qi1 chang2 tai4 hua4 +009470 争执中#3赵某#2遂用#1双手#2掐住#1官某的#1脖子#2致其#1死亡#4。 + zheng1 zhi2 zhong1 zhao4 mou3 sui4 yong4 shuang1 shou3 qia1 zhu4 guan1 mou3 de5 bo2 zi5 zhi4 qi2 si3 wang2 +009471 岛上#2有#1韩方#1建造的#1灯塔#3、海岸#1哨所#2和#1码头等#1设施#4。 + dao3 shang4 you3 han2 fang1 jian4 zao4 de5 deng1 ta3 hai3 an4 shao4 suo3 he2 ma3 tou2 deng3 she4 shi1 +009472 图中#1有一处#1明显#1错误#3,即#2没有#1把#1台湾#1划为#1中国的#1领土#4。 + tu2 zhong1 you3 yi2 chu4 ming2 xian3 cuo4 wu4 ji2 mei2 you2 ba3 tai2 wan1 hua4 wei2 zhong1 guo2 de5 ling2 tu3 +009473 谢先生#2通知了#1滑雪场#1工作#1人员#3,并#1送儿子#1去了#1医院#4。 + xie4 xian1 sheng5 tong1 zhi1 le5 hua2 xue2 chang3 gong1 zuo4 ren2 yuan2 bing4 song4 er2 zi5 qu4 le5 yi1 yuan4 +009474 改扩#1建国博#2不会#1是为了#1展示#1这些#1奢侈品#1文化吧#4? + gai3 kuo4 jian4 guo2 bo2 bu2 hui4 shi4 wei4 le5 zhan3 shi4 zhe4 xie1 she1 chi2 pin3 wen2 hua4 ba5 +009475 本来#1去#1调解#1纠纷的#3,碰巧#2把#1这名#1逃犯#1揪出来了#4。 + ben3 lai2 qu4 tiao2 jie3 jiu1 fen1 de5 peng4 qiao2 ba3 zhe4 ming2 tao2 fan4 jiu1 chu1 lai2 le5 +009476 但在#1肆虐的#1沙尘#1、沙暴#1面前#3,计划#1变成#1昙花#1一梦#4。 + dan4 zai4 si4 nve4 de5 sha1 chen2 sha1 bao4 mian4 qian2 ji4 hua4 bian4 cheng2 tan2 hua1 yi2 meng4 +009477 这股#1旋风#2向#1他的#1对面#1快速#1移动#3,彩钢板#2也#1跟着跑#4。 + zhe4 gu3 xuan4 feng1 xiang4 ta1 de5 dui4 mian4 kuai4 su4 yi2 dong4 cai3 gang1 ban3 ye3 gen1 zhe5 pao3 +009478 面对#1同样#1倔强的#1父亲#3,巍子#1无可#1奈何#2只得#2百依#1百顺#4。 + mian4 dui4 tong2 yang4 jue2 jiang4 de5 fu4 qin5 wei1 zi3 wu2 ke3 nai4 he2 zhi3 de2 bai3 yi1 bai3 shun4 +009479 我#1赶紧#1翻钱包#3,完了#3,就剩#1五毛了#3,报警吧#3,手机呢#4? + wo3 gan2 jin3 fan1 qian2 bao1 wan2 le5 jiu4 sheng4 wu3 mao2 le5 bao4 jing3 ba5 shou3 ji1 ne5 +009480 当天#2美元#1兑#1日元#2也#1上涨#1一点#1零三#3,报#1七十八点#1六七#4。 + dang4 tian1 mei3 yuan2 dui4 ri4 yuan2 ye3 shang4 zhang3 yi1 dian3 ling2 san1 bao4 qi1 shi2 ba1 dian3 liu4 qi1 +009481 孙兴#2恳请#1公众#2把#1信任#1重新#1交回到#1自己的#1手上#4。 + sun1 xing1 ken2 qing3 gong1 zhong4 ba3 xin4 ren4 chong2 xin1 jiao1 hui2 dao4 zi4 ji3 de5 shou3 shang4 +009482 别人#1有#1背景#2,我们#1只有#1背影#3;别人#1在#1旅游#2,我们#1在#1梦游#4。 + bie2 ren2 you3 bei4 jing3 wo3 men5 zhi2 you3 bei4 ying3 bie2 ren2 zai4 lv3 you2 wo3 men5 zai4 meng4 you2 +009483 借助#1这种#1增长#1动能#3,我们#1将能#1保持#1市场#1领先#1地位#4。 + jie4 zhu4 zhe4 zhong3 zeng1 zhang3 dong4 neng2 wo3 men5 jiang1 neng2 bao3 chi2 shi4 chang2 ling3 xian1 di4 wei4 +009484 可#1“筹来”的#1那点钱#3妹妹#1做#1几次#1透析#2就都#1花光了#4。 + ke3 chou2 lai2 de5 na4 dian3 qian2 mei4 mei5 zuo4 ji3 ci4 tou4 xi1 jiu4 dou1 hua1 guang1 le5 +009485 汉子#1身后的#1土墙上#3,钉着#1一张#1硬白#1纸片#2,煞是#1惹眼#4。 + han4 zi5 shen1 hou4 de5 tu3 qiang2 shang4 ding1 zhe5 yi4 zhang1 ying4 bai2 zhi3 pian4 sha4 shi4 re2 yan3 +009486 上车的#1时候#2挂一档#1起步#3,考官#1突然#1来了#1一句#3:加油#4! + shang4 che1 de5 shi2 hou4 gua4 yi1 dang2 qi3 bu4 kao3 guan1 tu1 ran2 lai2 le5 yi2 ju4 jia1 you2 +009487 此外#3,患者#1可有#1烦渴#2、出汗#2、流涎#3、四肢#1肌肉#1痉挛#3、呼吸#1困难#1等症状#4。 + ci3 wai4 huan4 zhe3 ke2 you3 fan2 ke3 chu1 han4 liu2 xian2 si4 zhi1 ji1 rou4 jing4 luan2 hu1 xi1 kun4 nan2 deng3 zheng4 zhuang4 +009488 我#1宁愿#1给狗吃#3,也#1不给#1他留#4! + wo3 ning4 yuan4 gei2 gou3 chi1 ye3 bu4 gei3 ta1 liu2 +009489 有什么#1不会的#3,尽管#1问我吧#4。 + you3 shen2 me5 bu2 hui4 de5 jin2 guan3 wen4 wo3 ba5 +009490 硬朗的#1车身#1腰线#3,从#1车前#1大灯处#1起#3一直#1刚劲#1有力地#2延伸#1向后#4。 + ying4 lang3 de5 che1 shen1 yao1 xian4 cong2 che1 qian2 da4 deng1 chu4 qi3 yi4 zhi2 gang1 jing4 you3 li4 de5 yan2 shen1 xiang4 hou4 +009491 二二十#1一一#1十五号#3目前是#1某交流#1协会#1办公#1地点#4。 + er4 er4 shi2 yi1 yi1 shi2 wu3 hao4 mu4 qian2 shi4 mou3 jiao1 liu2 xie2 hui4 ban4 gong1 di4 dian3 +009492 昨日#3,记者#1与#1打出#1广告#1收购#1卵子的#1中介#1见面#4。 + zuo2 ri4 ji4 zhe3 yu2 da3 chu1 guang3 gao4 shou1 gou4 luan2 zi3 de5 zhong1 jie4 jian4 mian4 +009493 在#1当地#1村民#1眼里#3,毛献弥#2是一个#1有些#1执拗的人#4。 + zai4 dang1 di4 cun1 min2 yan2 li3 mao2 xian4 mi2 shi4 yi2 ge5 you3 xie1 zhi2 niu4 de5 ren2 +009494 大叔#1下场时#2拍了拍#1姚明的#1肩#3,一切#1尽在#1不言中#4。 + da4 shu1 xia4 chang3 shi2 pai1 le5 pai1 yao2 ming2 de5 jian1 yi2 qie4 jin4 zai4 bu4 yan2 zhong1 +009495 教室里#1已有#1几个人#3,暑假的#1练笔#1作文#1刚#1发下来#4。 + jiao4 shi4 li3 yi2 you2 ji3 ge4 ren2 shu3 jia4 de5 lian4 bi3 zuo4 wen2 gang1 fa1 xia4 lai5 +009496 此时#3,一名#1警察#1单手#1别在#1身后#3,手中#2握有#1一锤子#4。 + ci3 shi2 yi4 ming2 jing3 cha2 dan1 shou3 bie2 zai4 shen1 hou4 shou3 zhong1 wo4 you3 yi4 chui2 zi5 +009497 树仁兄#2可惜#1晚生了#1一百年#2或者#1早生了#1一百年#4。 + shu4 ren2 xiong1 ke3 xi1 wan3 sheng1 le5 yi4 bai3 nian2 huo4 zhe2 zao3 sheng1 le5 yi4 bai3 nian2 +009498 当时#1争论的#1问题#2仅仅是#1该不该#1在#1湖底#1铺膜#4。 + dang1 shi2 zheng1 lun4 de5 wen4 ti2 jin2 jin3 shi4 gai1 bu4 gai1 zai4 hu2 di3 pu1 mo2 +009499 因为#1知道#1自己的#1失败#1与#1无能#3,于是#1想办法#1去#1克服#4。 + yin1 wei4 zhi1 dao4 zi4 ji3 de5 shi1 bai4 yu3 wu2 neng2 yu2 shi4 xiang3 ban4 fa3 qu4 ke4 fu2 +009500 王蒙#3、贾平凹#3、冯骥才等#1著名#1作家#1曾#1历任#1会长#4。 + wang2 meng2 jia3 ping2 ao1 feng2 ji4 cai2 deng3 zhu4 ming2 zuo4 jia1 ceng2 li4 ren4 hui4 zhang3 +009501 目前#2,消防队员#2只能#1探身#1水泥管#2,一点点#1刨掘#4。 + mu4 qian2 xiao1 fang2 dui4 yuan2 zhi3 neng2 tan4 shen1 shui3 ni2 guan3 yi4 dian2 dian3 pao2 jue2 +009502 男孩#1呆坐#1在地#3,不时#1抱起#1脚趾头#2,轻轻#1咬一口#4。 + nan2 hai2 dai1 zuo4 zai4 di4 bu4 shi2 bao4 qi3 jiao2 zhi3 tou5 qing1 qing1 yao3 yi4 kou3 +009503 等车#1过程中#1记者#1发现#3,不少#1黑车#2便#1蠢蠢#1欲动#4。 + deng3 che1 guo4 cheng2 zhong1 ji4 zhe3 fa1 xian4 bu4 shao3 hei1 che1 bian4 chun2 chun3 yu4 dong4 +009504 依法#1被限制#1人身#1自由#3或#1剥夺#1政治#1权利的#1除外#4。 + yi1 fa3 bei4 xian4 zhi4 ren2 shen1 zi4 you2 huo4 bo1 duo2 zheng4 zhi4 quan2 li4 de5 chu2 wai4 +009505 获得#1一定#1分数的#1外籍#1人士#2将被#1视为#1“高级#1人才#4”。 + huo4 de2 yi2 ding4 fen1 shu4 de5 wai4 ji2 ren2 shi4 jiang1 bei4 shi4 wei2 gao1 ji2 ren2 cai2 +009506 这种#2长程#1巡弋#1飞弹的#1目标#2是#1对准#1哪个#1国家#4? + zhe4 zhong3 chang2 cheng2 xun2 yi4 fei1 dan4 de5 mu4 biao1 shi4 dui4 zhun2 na3 ge4 guo2 jia1 +009507 最后#1循环#1利息#1相加#3,得出#2一百#1二十点#1零零#1五五元#4。 + zui4 hou4 xun2 huan2 li4 xi1 xiang1 jia1 de2 chu1 yi4 bai3 er4 shi5 dian3 ling2 ling2 wu2 wu3 yuan2 +009508 比如说#1提倡#1艰苦#1奋斗#3这#1并不#1意味着#2我们#1要穿#1打补丁的#1衣服#4。 + bi3 ru2 shuo1 ti2 chang4 jian1 ku3 fen4 dou4 zhe4 bing4 bu2 yi4 wei4 zhe5 wo3 men5 yao4 chuan1 da2 bu3 ding1 de5 yi1 fu5 +009509 有你#1在身边#1陪伴的#1日子#3,感觉#1每天#1都像#1度假#1一样#1开心呢#4。 + you2 ni3 zai4 shen1 bian1 pei2 ban4 de5 ri4 zi5 gan3 jue2 mei3 tian1 dou1 xiang4 du4 jia4 yi2 yang4 kai1 xin1 ne5 +009510 钱#1花得值#3,老百姓#2也#1愿意#1解囊#4。 + qian2 hua1 de5 zhi2 lao2 bai3 xing4 ye3 yuan4 yi4 jie3 nang2 +009511 德国#1历史#1悠久#2、文化#1璀璨#3,素有#2“诗人#1和#1哲学家#1国度”的#1美誉#4。 + de2 guo2 li4 shi3 you1 jiu3 wen2 hua4 cui3 can4 su4 you3 shi1 ren2 he2 zhe2 xue2 jia1 guo2 du4 de5 mei3 yu4 +009512 高炘#2展示#1巩俐的#1鼓励#1短信#4。 + gao1 xin4 zhan3 shi4 gong3 li4 de5 gu3 li4 duan3 xin4 +009513 不仅仅#1速度快#3,而且#1质量高#4。 + bu4 jin2 jin3 su4 du4 kuai4 er2 qie3 zhi4 liang4 gao1 +009514 就是#1比较#1喜欢#1写点#1东西嘛#4。 + jiu4 shi4 bi3 jiao4 xi3 huan1 xie2 dian3 dong1 xi5 ma5 +009515 五年来#2,在吉#1粤商#2用青春#1和#1热血#2书写了#1彪炳#1史册的#1壮丽#1篇章#4。 + wu3 nian2 lai2 zai4 ji2 yue4 shang1 yong4 qing1 chun1 he2 re4 xue4 shu1 xie3 le5 biao1 bing2 shi3 ce4 de5 zhuang4 li4 pian1 zhang1 +009516 她#1贴着#1一个#1秃头#1男人#3,那#1才是#1贴着#3,看来#1上帝#1也有#1漏斩的#1时候#4。 + ta1 tie1 zhe5 yi2 ge4 tu1 tou2 nan2 ren5 na4 cai2 shi4 tie1 zhe5 kan4 lai2 shang4 di4 ye2 you3 lou4 zhan3 de5 shi2 hou5 +009517 轻松#1击垮#1塔利班#1之后#3,美军#1面对的#2是#1“一盘#1散沙#1”似的#1武装#1分子#4。 + qing1 song1 ji1 kua2 ta3 li4 ban1 zhi1 hou4 mei3 jun1 mian4 dui4 de5 shi4 yi4 pan2 san3 sha1 shi4 de5 wu3 zhuang1 fen4 zi3 +009518 到#1最后#1签订#1协议时#3,他说#1他把#1董事长#1当上#3,其他#2你咋搞#1都行#4。 + dao4 zui4 hou4 qian1 ding4 xie2 yi4 shi2 ta1 shuo1 ta1 ba2 dong3 shi4 zhang3 dang1 shang4 qi2 ta1 ni3 za2 gao3 dou1 xing2 +009519 闻讯后#2吕宗音#1立即#1跳下车#3,真诚#2、悲切的#1诉说#2打动了#1志愿者们#4。 + wen2 xun4 hou4 lv3 zong1 yin1 li4 ji2 tiao4 xia4 che1 zhen1 cheng2 bei1 qie4 de5 su4 shuo1 da3 dong4 le5 zhi4 yuan4 zhe3 men2 +009520 地方#1政府#2对#1本地区#1乳品#1质量#1安全#1负总责#4。 + di4 fang1 zheng4 fu3 dui4 ben3 di4 qu1 ru2 pin3 zhi4 liang4 an1 quan2 fu4 zong3 ze2 +009521 葛小姐的#1妈妈#1王女士#2至今#1仍然#1以泪#1洗面#4。 + ge3 xiao2 jie3 de5 ma1 ma5 wang2 nv3 shi4 zhi4 jin1 reng2 ran2 yi3 lei4 xi3 mian4 +009522 而且#3,当然#1也是#1寡头#1和#1前#1独裁者的#1避难所#4。 + er2 qie3 dang1 ran2 ye3 shi4 gua3 tou2 he2 qian2 du2 cai2 zhe3 de5 bi4 nan4 suo3 +009523 大学里#3有#1一大批#1追求#1苗条#1和#1骨感的#1女孩#4。 + da4 xue2 li3 you3 yi2 da4 pi1 zhui1 qiu2 miao2 tiao2 he2 gu2 gan3 de5 nv3 hai2 +009524 但是#1未来#1几年内#3,大学生#1就业#1形势#1依然#1严峻#4。 + dan4 shi4 wei4 lai2 ji3 nian2 nei4 da4 xue2 sheng1 jiu4 ye4 xing2 shi4 yi1 ran2 yan2 jun4 +009525 维修#1部门#1保留#2,销售等#1其他#1业务#1合并在#1一起#4。 + wei2 xiu1 bu4 men2 bao3 liu2 xiao1 shou4 deng3 qi2 ta1 ye4 wu4 he2 bing4 zai4 yi4 qi3 +009526 在#1二百#1五十多#1万名#1考生中#3,憋了#1二十#1多天的#1气#2一下子#1爆发#1出来了#4。 + zai4 er4 bai2 wu3 shi2 duo1 wan4 ming2 kao3 sheng1 zhong1 bie1 le5 er4 shi5 duo1 tian1 de5 qi4 yi2 xia4 zi5 bao4 fa1 chu1 lai2 le5 +009527 在#1烛光的#1映照下#3,老人#1眼角的#1泪花#1闪闪#1发亮#4。 + zai4 zhu2 guang1 de5 ying4 zhao4 xia4 lao3 ren2 yan2 jiao3 de5 lei4 hua1 shan2 shan3 fa1 liang4 +009528 邻居#1反映#3,当时#1屋内#1明火#1不大#3,但是#1浓烟#1呛人#4。 + lin2 ju1 fan3 ying4 dang1 shi2 wu1 nei4 ming2 huo3 bu2 da4 dan4 shi4 nong2 yan1 qiang4 ren2 +009529 以上#1款物#2折合#1人民币#3四十四点#1四六#1四三#1万元#4。 + yi3 shang4 kuan3 wu4 zhe2 he2 ren2 min2 bi4 si4 shi2 si4 dian3 si4 liu4 si4 san1 wan4 yuan2 +009530 如此#2,便能#1绕开#1政府#1主管#1部门#1冗长的#1审批#4。 + ru2 ci3 bian4 neng2 rao4 kai1 zheng4 fu3 zhu2 guan3 bu4 men2 rong3 chang2 de5 shen3 pi1 +009531 以后#2你再#1这么#1大声#1说我#3,我就#1给你点#1颜色#1看看#4! + yi3 hou4 ni3 zai4 zhe4 me5 da4 sheng1 shuo1 wo3 wo3 jiu4 gei2 ni2 dian3 yan2 se4 kan4 kan4 +009532 他们#1经过#1千挑#1万选#2,整体#1素质#1很好#3,应该#1得到#1高一些的#1待遇#4。 + ta1 men5 jing1 guo4 qian1 tiao1 wan4 xuan3 zheng2 ti3 su4 zhi4 hen2 hao3 ying1 gai1 de2 dao4 gao1 yi4 xie1 de5 dai4 yu4 +009533 就#1昨天#1这丑女#3又#1神经的#1开始#1大骂#1女神#3,最后#2女神#1气坏了#4! + jiu4 zuo2 tian1 zhe4 chou2 nv3 you4 shen2 jing1 de5 kai1 shi3 da4 ma4 nv3 shen2 zui4 hou4 nv3 shen2 qi4 huai4 le5 +009534 不过#3,他#1现场的#1幽默#1语言#2却#1逗得#1观众#1和众位#1嘉宾#1合不#1拢嘴#4。 + bu2 guo4 ta1 xian4 chang3 de5 you1 mo4 yu3 yan2 que4 dou4 de5 guan1 zhong4 he2 zhong4 wei4 jia1 bin1 he2 bu4 long2 zui3 +009535 该#1管理员#2立即#1把#1自己#1锁在#1笼子里#3,以免#1其他的#1猩猩#1也逃跑#4。 + gai1 guan2 li3 yuan2 li4 ji2 ba3 zi4 ji2 suo3 zai4 long2 zi5 li3 yi2 mian3 qi2 ta1 de5 xing1 xing5 ye3 tao2 pao3 +009536 推而#1言之#3,古希腊#1哲学#1是#1静观的#3,它#1反映了#1超越#1现实的#1理想#4。 + tui1 er2 yan2 zhi1 gu3 xi1 la4 zhe2 xue2 shi4 jing4 guan1 de5 ta1 fan3 ying4 le5 chao1 yue4 xian4 shi2 de5 li2 xiang3 +009537 至少#1在#1化妆#1方面#3,我#1可以#1比#1别人#1少用#1半小时#3,因为#1不用化#1眉毛#4。 + zhi4 shao3 zai4 hua4 zhuang1 fang1 mian4 wo3 ke2 yi2 bi3 bie2 ren2 shao3 yong4 ban4 xiao3 shi2 yin1 wei4 bu2 yong4 hua4 mei2 mao5 +009538 巧家#1官方的#1这份#1回应#3,很快#1被#1外界#2视做#1急于#1撇清#2拆迁#1矛盾#4。 + qiao3 jia1 guan1 fang1 de5 zhe4 fen4 hui2 ying4 hen3 kuai4 bei4 wai4 jie4 shi4 zuo4 ji2 yu2 pie3 qing1 chai1 qian1 mao2 dun4 +009539 夫妇俩#1每年的#1休假#2全用#1在了#1长途#1跋涉#2去#1老家#1看#1孩子上#4。 + fu1 fu4 lia2 mei3 nian2 de5 xiu1 jia4 quan2 yong4 zai4 le5 chang2 tu2 ba2 she4 qu4 lao3 jia1 kan4 hai2 zi5 shang4 +009540 徐立#2唱的#1很投入#3,观众#1跟着#1唱的#1也很#1投入#3,现场#1嗨成#1一片#4。 + xu2 li4 chang4 de5 hen3 tou2 ru4 guan1 zhong4 gen1 zhe5 chang4 de5 ye2 hen3 tou2 ru4 xian4 chang3 hai1 cheng2 yi2 pian4 +009541 此外#3,今年#1启用了#1一批#2新式#1扫雪#1设备#2替代#1融雪剂的#1使用量#4。 + ci3 wai4 jin1 nian2 qi3 yong4 le5 yi4 pi1 xin1 shi4 sao2 xue3 she4 bei4 ti4 dai4 rong2 xue3 ji4 de5 shi3 yong4 liang4 +009542 目前#3,陈某#2因#1涉嫌#1故意#1损毁#1公司#1财物#2被#1警方#1刑拘#4。 + mu4 qian2 chen2 mou3 yin1 she4 xian2 gu4 yi4 sun2 hui3 gong1 si1 cai2 wu4 bei4 jing3 fang1 xing2 ju1 +009543 你#1是否#1想过#3,你的#1个人#1信息#3也许#1已被#1转手#1数次#4。 + ni3 shi4 fou2 xiang3 guo4 ni3 de5 ge4 ren2 xin4 xi1 ye2 xu2 yi3 bei4 zhuan2 shou3 shu4 ci4 +009544 癔症#1发作时#3,有的#1孩子#1自述#1头晕#2或#1出现#1抽搐#4。 + yi4 zheng4 fa1 zuo4 shi2 you3 de5 hai2 zi5 zi4 shu4 tou2 yun1 huo4 chu1 xian4 chou1 chu4 +009545 不是要#1拍照吗#3?大家#1排好队#3,麻利点#4! + bu2 shi4 yao4 pai1 zhao4 ma5 da4 jia1 pai2 hao3 dui4 ma2 li4 dian3 +009546 好好#1睡一觉#3,明天#1又是#1崭新的#1一天#4。 + hao2 hao3 shui4 yi2 jiao4 ming2 tian1 you4 shi4 zhan3 xin1 de5 yi4 tian1 +009547 但#1李家鼎#1与#1施明#1均否认#4。 + dan4 li3 jia1 ding2 yu3 shi1 ming2 jun1 fou3 ren4 +009548 昨天#3,隔夜#1资金#1跌破#1百分#1之三#3,至#1百分之#1二点#1九六#1七一#4。 + zuo2 tian1 ge2 ye4 zi1 jin1 die1 po4 bai3 fen1 zhi1 san1 zhi4 bai3 fen1 zhi1 er4 dian2 jiu3 liu4 qi1 yi1 +009549 妻子的#1脚瘸#2则是#1一场#1医疗#1事故的#1后遗症#4。 + qi1 zi5 de5 jiao3 que2 ze2 shi4 yi4 chang3 yi1 liao2 shi4 gu4 de5 hou4 yi2 zheng4 +009550 说不定#3他会比#1约翰#1还要#1早的#1东山#1再起呢#4? + shuo1 bu2 ding4 ta1 hui4 bi3 yue1 han4 hai2 yao4 zao3 de5 dong1 shan1 zai4 qi3 ne5 +009551 他#1提醒#1投资者#3警惕#1会否#1出现#1滞胀#1现象#4。 + ta1 ti2 xing3 tou2 zi1 zhe3 jing3 ti4 hui4 fou3 chu1 xian4 zhi4 zhang4 xian4 xiang4 +009552 他见#1是#1余雄#2,忙跑#1过去#3,余雄说#2:排我#1前面#4。 + ta1 jian4 shi4 yu2 xiong2 mang2 pao3 guo4 qu4 yu2 xiong2 shuo1 pai2 wo3 qian2 mian4 +009553 两国#1经贸#1合作的#1不断#1扩大#3,使#1美中#1双方#1获益#4。 + liang3 guo2 jing1 mao4 he2 zuo4 de5 bu2 duan4 kuo4 da4 shi2 mei3 zhong1 shuang1 fang1 huo4 yi4 +009554 六月#1二十七日#3,蛟龙号#1刷新#1纪录#3,下潜至#2七千零#1六十二米#4。 + liu4 yue4 er4 shi2 qi1 ri4 jiao1 long2 hao4 shua1 xin1 ji4 lu4 xia4 qian2 zhi4 qi1 qian1 ling2 liu4 shi2 er4 mi3 +009555 此后#3,在#1西藏#1恢复#1旧有的#1封建#1农奴#1制度#3也成为#1永远#1不可能#4。 + ci3 hou4 zai4 xi1 zang4 hui1 fu4 jiu4 you3 de5 feng1 jian4 nong2 nu2 zhi4 du4 ye3 cheng2 wei2 yong2 yuan3 bu4 ke3 neng2 +009556 过去#1几十年#3,沿海#1之所以#1发展#1迅速#3,就是#1因为#1进项#1物流#1便利#4。 + guo4 qu4 ji3 shi2 nian2 yan2 hai3 zhi1 suo2 yi3 fa1 zhan3 xun4 su4 jiu4 shi4 yin1 wei4 jin4 xiang4 wu4 liu2 bian4 li4 +009557 据悉#3,在#1返亲#1宴上#2展示#1女方#1嫁妆#3,是#1晋江#1一带#1特有的#1习俗#4。 + ju4 xi1 zai4 fan3 qin1 yan4 shang4 zhan3 shi4 nv3 fang1 jia4 zhuang5 shi4 jin4 jiang1 yi2 dai4 te4 you3 de5 xi2 su2 +009558 进入#1汽车#1时代#1以来#3,人们#1似乎#1一刻#1也#1离不开#1滚滚的#1车轮#4。 + jin4 ru4 qi4 che1 shi2 dai4 yi3 lai2 ren2 men5 si4 hu1 yi2 ke4 ye3 li2 bu4 kai1 gun2 gun3 de5 che1 lun2 +009559 此外#2,整个#1馆中#3,还#1收藏着#1贾平凹的#1一些#1藏品#1和#1书画#1作品#4。 + ci3 wai4 zheng3 ge4 guan3 zhong1 hai2 shou1 cang2 zhe5 jia3 ping2 ao1 de5 yi4 xie1 cang2 pin3 he2 shu1 hua4 zuo4 pin3 +009560 对于#1反对派#3,我#1一直#1觉得#1他们#1很肮脏#4。 + dui4 yu2 fan3 dui4 pai4 wo3 yi4 zhi2 jue2 de5 ta1 men5 hen3 ang1 zang1 +009561 是否#1削弱了#1对#1农业的#1投入#4? + shi4 fou3 xue1 ruo4 le5 dui4 nong2 ye4 de5 tou2 ru4 +009562 金色的#1夸张#1铆钉#1手镯#3和#1闪闪亮的#1金色#1包包#2呼应得#1刚刚好#4。 + jin1 se4 de5 kua1 zhang1 mao3 ding1 shou3 zhuo2 he2 shan2 shan3 liang4 de5 jin1 se4 bao1 bao1 hu1 ying4 de5 gang1 gang1 hao3 +009563 在#1做完#1检查#1返回#1病房#1途中#3,琳琳#2躺在#1病床上#1摆弄#1手机#4。 + zai4 zuo4 wan2 jian3 cha2 fan3 hui2 bing4 fang2 tu2 zhong1 lin2 lin5 tang3 zai4 bing4 chuang2 shang4 bai3 nong4 shou3 ji1 +009564 不过#2网友#1都#1纷纷#1支持#1应采儿#1这一#1霸气#1行为#4。 + bu2 guo4 wang2 you3 dou1 fen1 fen1 zhi1 chi2 ying1 cai3 er2 zhe4 yi2 ba4 qi4 xing2 wei2 +009565 他说#2,当时#1在#1片场#3,霍伯#1几乎#1跟#1所有人#1干过架#4。 + ta1 shuo1 dang1 shi2 zai4 pian4 chang3 huo4 bo2 ji1 hu1 gen1 suo2 you3 ren2 gan4 guo4 jia4 +009566 想着#1想着#3,自己#1被#1自己#1逗乐#3,对着#1军火库#1造型的#1雨果堂#1开怀#1大笑#4。 + xiang3 zhe5 xiang3 zhe5 zi4 ji3 bei4 zi4 ji3 dou4 le4 dui4 zhe5 jun1 huo3 ku4 zao4 xing2 de5 yu2 guo3 tang2 kai1 huai2 da4 xiao4 +009567 周庄#1船夫的#1生意#1极佳#3,每个人#1都#1恨不得#1脚也#1能划桨#3,好#1多拉些#1生意#4。 + zhou1 zhuang1 chuan2 fu1 de5 sheng1 yi4 ji2 jia1 mei3 ge4 ren2 dou1 hen4 bu4 de2 jiao2 ye3 neng2 hua2 jiang3 hao3 duo1 la1 xie1 sheng1 yi4 +009568 她和#1一帮#1说话#1嘟嘟#1囔囔#2、成天#1跳舞的人#1生活在#1一起#4。 + ta1 he2 yi4 bang1 shuo1 hua4 du1 du5 nang1 nang1 cheng2 tian1 tiao4 wu3 de5 ren2 sheng1 huo2 zai4 yi4 qi3 +009569 去#1深圳#1打工#1之前#3,弟弟#1妹妹#2就#1嚷嚷着#1要买部#1电脑#4。 + qu4 shen1 zhen4 da3 gong1 zhi1 qian2 di4 di5 mei4 mei5 jiu4 rang1 rang5 zhe5 yao4 mai3 bu4 dian4 nao3 +009570 他的#1到来#2是一件#1好事#3,我很#1欢迎他#3,不管#1是#1代表#1个人#2还是#1代表#1俱乐部#4。 + ta1 de5 dao4 lai2 shi4 yi2 jian4 hao3 shi4 wo2 hen3 huan1 ying2 ta1 bu4 guan3 shi4 dai4 biao3 ge4 ren2 hai2 shi4 dai4 biao3 ju4 le4 bu4 +009571 小女孩#1挺乖的#3,没有#1哭闹#4。 + xiao2 nv3 hai2 ting3 guai1 de5 mei2 you3 ku1 nao4 +009572 有什么#1心事吗#3?可以#1和我#1分享#1一下呀#4。 + you3 shen2 me5 xin1 shi4 ma5 ke2 yi3 he2 wo3 fen1 xiang3 yi2 xia4 ya5 +009573 居民说#3,这些#1流浪儿#2似乎#1突然#1消失了#3,不知#1前往#1何处#4。 + ju1 min2 shuo1 zhe4 xie1 liu2 lang4 er2 si4 hu1 tu1 ran2 xiao1 shi1 le5 bu4 zhi1 qian2 wang3 he2 chu4 +009574 嘣”一下#3,核桃#1完好的#1在地上#1打滚#3,宿舍门#1却#1掉了#1下来#4。 + beng1 yi2 xia4 he2 tao5 wan2 hao3 de5 zai4 di4 shang4 da2 gun3 su4 she4 men2 que4 diao4 le5 xia4 lai2 +009575 面对#1一系列的#1打击#3,田正阳#1没有#1气馁#3,反而#1更加#1坚强#4。 + mian4 dui4 yi2 xi4 lie4 de5 da3 ji1 tian2 zheng4 yang2 mei2 you3 qi4 nei3 fan3 er2 geng4 jia1 jian1 qiang2 +009576 这个#1看似#1平淡的#1消息#3,实则#1意义#1重大#4。 + zhe4 ge4 kan4 si4 ping2 dan4 de5 xiao1 xi5 shi2 ze2 yi4 yi4 zhong4 da4 +009577 所里的人#2自卑#1武功#1不及#1佛山#1飞鸿帮#3,大不了#1关几天#1就#1放了#1出去#4。 + suo2 li3 de5 ren2 zi4 bei1 wu3 gong1 bu4 ji2 fo2 shan1 fei1 hong2 bang1 da4 bu4 liao3 guan1 ji3 tian1 jiu4 fang4 le5 chu1 qu4 +009578 直到#1昨天#3,中国队#2已经#1以#1九块#1金牌#1入账#3,暂居#2奥运会#1金牌榜的#1榜首#4。 + zhi2 dao4 zuo2 tian1 zhong1 guo2 dui4 yi3 jing1 yi2 jiu3 kuai4 jin1 pai2 ru4 zhang4 zan4 ju1 ao4 yun4 hui4 jin1 pai2 bang3 de5 bang2 shou3 +009579 前几年#1火车#1提速#3,但#1那里的#1孩子#2却#1不能#1提速#4。 + qian2 ji3 nian2 huo3 che1 ti2 su4 dan4 na4 li3 de5 hai2 zi5 que4 bu4 neng2 ti2 su4 +009580 而#1此次#1参加#1人数#1众多#3,也让#1迈向#1顶点的#1难度#1增加#4。 + er2 ci3 ci4 can1 jia1 ren2 shu4 zhong4 duo1 ye3 rang4 mai4 xiang4 ding2 dian3 de5 nan2 du4 zeng1 jia1 +009581 潘某#1转身#1和#1何某#1对打#3并#1试图#1抢过#1何某的#1秤砣#4。 + pan1 mou2 zhuan3 shen1 he2 he2 mou3 dui4 da3 bing4 shi4 tu2 qiang3 guo4 he2 mou3 de5 cheng4 tuo2 +009582 为什么#1一向#1给人#1勤俭#1印象的#1德国人#2变得#1不会#1过日子了#4? + wei4 shen2 me5 yi2 xiang4 gei3 ren2 qin2 jian3 yin4 xiang4 de5 de2 guo2 ren2 bian4 de5 bu2 hui4 guo4 ri4 zi5 le5 +009583 它#1这个#1就是#1老百姓#1说的#1瘪玉米#3,就是#1去了皮#3,里头#1没有#1粮食了#4。 + ta1 zhe4 ge4 jiu4 shi4 lao2 bai3 xing4 shuo1 de5 bie3 yu4 mi3 jiu4 shi4 qu4 le5 pi2 li3 tou5 mei2 you3 liang2 shi5 le5 +009584 面对#1狡猾的#1嫌疑人#3,民警#1摆出#1种种#1证据#2一一#1反驳#4。 + mian4 dui4 jiao3 hua2 de5 xian2 yi2 ren2 min2 jing2 bai3 chu1 zhong2 zhong3 zheng4 ju4 yi1 yi1 fan3 bo2 +009585 图为#1首钢#1职工#2昨日#1在#1料场#1紧张地#1抢卸#1冻煤#4。 + tu2 wei2 shou3 gang1 zhi2 gong1 zuo2 ri4 zai4 liao4 chang2 jin3 zhang1 de5 qiang3 xie4 dong4 mei2 +009586 二十六#1年前#3,王信臣#1当兵#2来到了#1南海#1舰队#2某#1水警区#4。 + er4 shi2 liu4 nian2 qian2 wang2 xin4 chen2 dang1 bing1 lai2 dao4 le5 nan2 hai3 jian4 dui4 mou3 shui2 jing3 qu1 +009587 一些#1到#1塞罕坝的#1游客#2全副#1武装#2“享受#1”天寒#1地冻的#1另类#1快乐#4。 + yi4 xie1 dao4 sai4 han3 ba4 de5 you2 ke4 quan2 fu4 wu3 zhuang1 xiang3 shou4 tian1 han2 di4 dong4 de5 ling4 lei4 kuai4 le4 +009588 新规#1实施#1第二天#3,我省#1一些#1地方的#1煤矿#1执行#1情况#2到底#1如何#4? + xin1 gui1 shi2 shi1 di4 er4 tian1 wo2 sheng3 yi4 xie1 di4 fang1 de5 mei2 kuang4 zhi2 xing2 qing2 kuang4 dao4 di3 ru2 he2 +009589 作为#1从业#1人员#3,我#1已经#1丧失了#1看#1电视剧的#1乐趣#4。 + zuo4 wei2 cong2 ye4 ren2 yuan2 wo2 yi3 jing1 sang4 shi1 le5 kan4 dian4 shi4 ju4 de5 le4 qu4 +009590 这次#1补课#1也一样#3,没人#1要听#1他的课#4。 + zhe4 ci4 bu3 ke4 ye3 yi2 yang4 mei2 ren2 yao4 ting1 ta1 de5 ke4 +009591 但#1高能权的#1“抠#2”是#1远近#1出了名的#4。 + dan4 gao1 neng2 quan2 de5 kou1 shi4 yuan3 jin4 chu1 le5 ming2 de5 +009592 两个#1都是#1大美女#3!好难#1选择呀#4! + liang3 ge4 dou1 shi4 da4 mei2 nv3 hao3 nan2 xuan3 ze2 ya5 +009593 在#1学习#1怎样#1让#1自己#1变的#1更聪明#4。 + zai4 xue2 xi2 zen3 yang4 rang4 zi4 ji3 bian4 de5 geng4 cong1 ming5 +009594 可是#3,县级#1政府#1竞争#1裁判#1是谁#4? + ke3 shi4 xian4 ji2 zheng4 fu3 jing4 zheng1 cai2 pan4 shi4 shui2 +009595 我有#1一颗#1热爱#1生活的心#2,这比#1什么#1都重要#4。 + wo2 you3 yi4 ke1 re4 ai4 sheng1 huo2 de5 xin1 zhe4 bi3 shen2 me5 dou1 zhong4 yao4 +009596 冰岛#2更是#1昼夜#1难辨#3,仿佛#1进入#1“核冬天#4”。 + bing1 dao3 geng4 shi4 zhou4 ye4 nan2 bian4 fang3 fu2 jin4 ru4 he2 dong1 tian1 +009597 大到#1里面#2不允许#1小的#1铺位#4。 + da4 dao4 li3 mian4 bu4 yun2 xu2 xiao3 de5 pu4 wei4 +009598 学校的#1走读生#2在#1放学后#2是#1不允许#1在#1学校#1逗留的#4。 + xue2 xiao4 de5 zou3 du2 sheng1 zai4 fang4 xue2 hou4 shi4 bu4 yun2 xu3 zai4 xue2 xiao4 dou4 liu2 de5 +009599 张国立#3与#1罗志祥#2、张韶涵#4。 + zhang1 guo2 li4 yu3 luo2 zhi4 xiang2 zhang1 shao2 han2 +009600 老工人#1文化宫#2及#1以南#1片区的#1低矮#1建筑#1将#1全部#1拆除#4。 + lao3 gong1 ren2 wen2 hua4 gong1 ji2 yi3 nan2 pian4 qu1 de5 di1 ai3 jian4 zhu4 jiang1 quan2 bu4 chai1 chu2 +009601 在#1最冷的#1几天#2,战士#1露宿#1户外#3,腾出#1帐篷#1安置#1群众#4。 + zai4 zui4 leng3 de5 ji3 tian1 zhan4 shi4 lu4 su4 hu4 wai4 teng2 chu1 zhang4 peng5 an1 zhi4 qun2 zhong4 +009602 殷立君说#3,齐景海的#1父母#1都是#1农民#3,弟兄#1五个#2,排行#1老大#4。 + yin1 li4 jun1 shuo1 qi2 jing2 hai3 de5 fu4 mu3 dou1 shi4 nong2 min2 di4 xiong1 wu3 ge4 pai2 hang2 lao3 da4 +009603 火#1很大#3,看不清#3,烟#1也很大#4。 + huo2 hen3 da4 kan4 bu4 qing1 yan1 ye2 hen3 da4 +009604 三岁#1那年#2,和#1很多#1小朋友#1一样#3,小琪#1喜欢#1上了#1咬手指#4。 + san1 sui4 na4 nian2 he2 hen3 duo1 xiao3 peng2 you5 yi2 yang4 xiao3 qi2 xi3 huan5 shang4 le5 yao3 shou2 zhi3 +009605 搞好#1大学生#1寝室#1关系#2自然#1也#1意义#1重大#4。 + gao2 hao3 da4 xue2 sheng1 qin3 shi4 guan1 xi5 zi4 ran2 ye3 yi4 yi4 zhong4 da4 +009606 半年#1走一转#3,十船#1九打烂#4。 + ban4 nian2 zou3 yi4 zhuan3 shi2 chuan2 jiu2 da3 lan4 +009607 否则#3,失去#1拥趸的#1苹果#2将会#1死得#1很惨#4。 + fou3 ze2 shi1 qu4 yong1 dun3 de5 ping2 guo3 jiang1 hui4 si3 de5 hen2 can3 +009608 民警#2又生#1一计#3,切断#1这名#1老师#1家的#1电源#4。 + min2 jing3 you4 sheng1 yi2 ji4 qie1 duan4 zhe4 ming2 lao3 shi1 jia1 de5 dian4 yuan2 +009609 此次#1虽然#1资金#1不多#3,但#1对于#1在建#1项目#2仍然#1很解渴#4。 + ci3 ci4 sui1 ran2 zi1 jin1 bu4 duo1 dan4 dui4 yu2 zai4 jian4 xiang4 mu4 reng2 ran2 hen3 jie2 ke3 +009610 她#1也用#1自己的#1爱心#2,点缀了#1自己的#1生命#4。 + ta1 ye3 yong4 zi4 ji3 de5 ai4 xin1 dian3 zhui4 le5 zi4 ji3 de5 sheng1 ming4 +009611 货车的#1尾部#3,已经#1凹陷#1变形#4。 + huo4 che1 de5 wei3 bu4 yi3 jing1 ao1 xian4 bian4 xing2 +009612 处罚#1看情面#3,打点#1有#1神功#4。 + chu3 fa2 kan4 qing2 mian4 da2 dian2 you3 shen2 gong1 +009613 不过#3,土胶#1作坊#2并未#1从此#1在#1山东#1绝迹#4。 + bu2 guo4 tu3 jiao1 zuo1 fang5 bing4 wei4 cong2 ci3 zai4 shan1 dong1 jue2 ji4 +009614 第三点#1是#1运营#1初期#3,这里头#1学问#1就#1比较大#3,很有#1玄机#4。 + di4 san1 dian3 shi4 yun4 ying2 chu1 qi1 zhe4 li3 tou2 xue2 wen4 jiu4 bi3 jiao4 da4 hen2 you3 xuan2 ji1 +009615 我的#1数学#1老师#1还没#1教过我#4。 + wo3 de5 shu4 xue2 lao3 shi1 hai2 mei2 jiao1 guo4 wo3 +009616 嫁给#1这么#1个人#3,我#1这辈子#1也算#1没#1指望了#4。 + jia4 gei3 zhe4 me5 ge4 ren2 wo3 zhe4 bei4 zi5 ye3 suan4 mei2 zhi3 wang4 le5 +009617 其中#2包括#1老牌#1乳品#1企业#3杭州#1美丽#1健乳业#1有限#1公司#4。 + qi2 zhong1 bao1 kuo4 lao3 pai2 ru2 pin2 qi3 ye4 hang2 zhou1 mei3 li4 jian4 ru3 ye4 you3 xian4 gong1 si1 +009618 焦先生#1说#3,前天#2,他和#1妻子#1陈女士#2相约#1爬山#1赏景#4。 + jiao1 xian1 sheng5 shuo1 qian2 tian1 ta1 he2 qi1 zi3 chen2 nv3 shi4 xiang1 yue1 pa2 shan1 shang2 jing3 +009619 小宁#2没有#1多想#3,就#1上了车#4。 + xiao3 ning4 mei2 you3 duo1 xiang3 jiu4 shang4 le5 che1 +009620 自#1幼时#1记事起#3,大人们#1一说起#1他#2,都#1躲躲#1闪闪#2,讳莫#1如深#4。 + zi4 you4 shi2 ji4 shi4 qi3 da4 ren2 men5 yi4 shuo1 qi3 ta1 dou1 duo2 duo3 shan2 shan3 hui4 mo4 ru2 shen1 +009621 以下#1是#1记者#1与#1何超云的#1访问#4。 + yi3 xia4 shi4 ji4 zhe2 yu3 he2 chao1 yun2 de5 fang3 wen4 +009622 我还没#1开发出#1这个#1功能耶#4。 + wo3 hai2 mei2 kai1 fa1 chu1 zhe4 ge5 gong1 neng2 ye5 +009623 即使#1他#1犯了错#3,父母亲#2也#1不会#1教训他#4。 + ji2 shi3 ta1 fan4 le5 cuo4 fu4 mu3 qin1 ye3 bu2 hui4 jiao4 xun4 ta1 +009624 监控#1拍摄到#3,该#1男子#1走路时#2有些#1跛脚#3,长发#2,偏瘦#4。 + jian1 kong4 pai1 she4 dao4 gai1 nan2 zi2 zou3 lu4 shi2 you3 xie1 bo2 jiao3 chang2 fa4 pian1 shou4 +009625 户籍#3,依旧#1捆绑了#1户籍#1人口的#1特许权#4。 + hu4 ji2 yi1 jiu4 kun2 bang3 le5 hu4 ji2 ren2 kou3 de5 te4 xu3 quan2 +009626 没有人#1发牢骚#3,而是#1铆足劲#2,着手#1整改#4。 + mei2 you3 ren2 fa1 lao2 sao5 er2 shi4 mao3 zu2 jin4 zhuo2 shou3 zheng2 gai3 +009627 这是#1一个#1生意#1盎然的#1春日#3,生命的#1奇迹#2不断被#1创造#4。 + zhe4 shi4 yi2 ge4 sheng1 yi4 ang4 ran2 de5 chun1 ri4 sheng1 ming4 de5 qi2 ji4 bu2 duan4 bei4 chuang4 zao4 +009628 崇圣寺#1三塔#3,我#1强力#1推荐#4。 + chong2 sheng4 si4 san1 ta3 wo3 qiang2 li4 tui1 jian4 +009629 我的#1记忆#1只有#1七秒#3,骗你哒#4。 + wo3 de5 ji4 yi4 zhi2 you3 qi1 miao3 pian4 ni3 da1 +009630 民警#1解开#1绳子#1救了#1男孩#4。 + min2 jing2 jie3 kai1 sheng2 zi5 jiu4 le5 nan2 hai2 +009631 不料#2这#1一句话#1惹恼了#1李敖#4。 + bu2 liao4 zhe4 yi2 ju4 hua4 re2 nao3 le5 li3 ao2 +009632 黄长勇#1给出了#1自己的#1答案#4。 + huang2 chang2 yong2 gei3 chu1 le5 zi4 ji3 de5 da2 an4 +009633 她在#1趴下#1之后#1就#1没醒了#4。 + ta1 zai4 pa1 xia4 zhi1 hou4 jiu4 mei2 xing3 le5 +009634 其实#3,又有谁#1会#1无缘#1无故地#1找她的#1麻烦呢#4? + qi2 shi2 you4 you3 shui2 hui4 wu2 yuan2 wu2 gu4 de5 zhao3 ta1 de5 ma2 fan5 ne5 +009635 中午#1时分#3,军都山#1滑雪场#4。 + zhong1 wu3 shi2 fen1 jun1 dou1 shan1 hua2 xue2 chang3 +009636 随后#3,又与#1一前来#1阻拦的#1村民#1扭打#1起来#4。 + sui2 hou4 you4 yu3 yi4 qian2 lai2 zu3 lan2 de5 cun1 min2 niu2 da2 qi3 lai2 +009637 阳光#1之下#3,快跑者#1未必#1先达#3,力战者#2未必#1能胜#4。 + yang2 guang1 zhi1 xia4 kuai4 pao2 zhe3 wei4 bi4 xian1 da2 li4 zhan4 zhe3 wei4 bi4 neng2 sheng4 +009638 如果#1是#1专家#3,都得往#1评估#1报告上#1签字#4。 + ru2 guo3 shi4 zhuan1 jia1 dou1 dei2 wang3 ping2 gu1 bao4 gao4 shang4 qian1 zi4 +009639 他#1花起#1钱来#1大手#1大脚#3,内心#1异常#1冷酷#4。 + ta1 hua1 qi3 qian2 lai2 da4 shou3 da4 jiao3 nei4 xin1 yi4 chang2 leng3 ku4 +009640 他#1透露#3,举报人#2未向他#1索取#1任何#1报酬#4。 + ta1 tou4 lu4 ju3 bao4 ren2 wei4 xiang4 ta1 suo2 qu3 ren4 he2 bao4 chou2 +009641 但有#1渔民#1认为#3,近期#2水葫芦的#1影响#1已不大#4。 + dan4 you3 yu2 min2 ren4 wei2 jin4 qi1 shui3 hu2 lu5 de5 ying2 xiang2 yi3 bu2 da4 +009642 今早#3发现#1自己#1被拉黑了#4… + jin1 zao3 fa1 xian4 zi4 ji3 bei4 la1 hei1 le5 +009643 起火点#1位于#1河边#4。 + qi2 huo2 dian3 wei4 yu2 he2 bian1 +009644 努尔#1比耶的#1母亲#1是一位#1教师#4。 + nu2 er2 bi3 ye1 de5 mu3 qin1 shi4 yi2 wei4 jiao4 shi1 +009645 快人#1快语#2是#1李永波的#1个性#4。 + kuai4 ren2 kuai4 yu3 shi4 li2 yong3 bo1 de5 ge4 xing4 +009646 结果#1越是#1这样#3,得罪人#1越多#4。 + jie2 guo3 yue4 shi4 zhe4 yang4 de2 zui4 ren2 yue4 duo1 +009647 这是我#1应该#1做的#3,不用#1客气#4。 + zhe4 shi4 wo3 ying1 gai1 zuo4 de5 bu2 yong4 ke4 qi4 +009648 课堂上#1听不懂#3,下课#1就向#1哥哥#1姐姐问#4。 + ke4 tang2 shang4 ting1 bu4 dong3 xia4 ke4 jiu4 xiang4 ge1 ge5 jie3 jie5 wen4 +009649 我爸#1还去#1姥姥家闹#4。 + wo3 ba4 hai2 qu4 lao3 lao5 jia1 nao4 +009650 我们#1就#1可以#1容忍#1如此#1惨不#1忍睹的#1局面#4? + wo3 men5 jiu4 ke2 yi3 rong2 ren3 ru2 ci2 can3 bu4 ren2 du3 de5 ju2 mian4 +009651 赴#1贵州#1捐款#2晒掉#1两层皮#4。 + fu4 gui4 zhou1 juan1 kuan3 shai4 diao4 liang3 ceng2 pi2 +009652 另外#2幺零八#1国道#1洋县段#3,也#1出现了#1类似的#1情况#4。 + ling4 wai4 yao1 ling2 ba1 guo2 dao4 yang2 xian4 duan4 ye3 chu1 xian4 le5 lei4 si4 de5 qing2 kuang4 +009653 刘先生#2尴尬地#1笑了笑#3,将烟#1收了#1回去#4。 + liu2 xian1 sheng5 gan1 ga4 de5 xiao4 le5 xiao4 jiang1 yan1 shou1 le5 hui2 qu4 +009654 以军#2又#1开辟了#1黎巴嫩#1战场#4。 + yi3 jun1 you4 kai1 pi4 le5 li2 ba1 nen4 zhan4 chang3 +009655 巨额#1亏空后#3,蒋#1公开#1潜逃#4。 + ju4 e2 kui1 kong1 hou4 jiang3 gong1 kai1 qian2 tao2 +009656 六个#1男孩#1玩到#1兴起#3,说起了#1黄色#1笑话#4。 + liu4 ge4 nan2 hai2 wan2 dao4 xing4 qi3 shuo1 qi3 le5 huang2 se4 xiao4 hua4 +009657 现在#1还#1感觉#1头晕#2、手臂疼#4。 + xian4 zai4 hai2 gan3 jue2 tou2 yun1 shou3 bi4 teng2 +009658 它们#1本小#1利微#3,最难#1经受#1市场的#1震荡#4。 + ta1 men5 ben2 xiao3 li4 wei1 zui4 nan2 jing1 shou4 shi4 chang3 de5 zhen4 dang4 +009659 在#1历山路#1一家#1超市#3,一位#1消费者#2正#1仔细#1端详#1成分表#4。 + zai4 li4 shan1 lu4 yi4 jia1 chao1 shi4 yi2 wei4 xiao1 fei4 zhe3 zheng4 zi3 xi4 duan1 xiang2 cheng2 fen4 biao3 +009660 我能#1狠心#1打断#1你不#4。 + wo3 neng2 hen3 xin1 da3 duan4 ni3 bu5 +009661 你点#3,你点#3,你点#3,二混子#4! + ni2 dian3 ni2 dian3 ni2 dian3 er4 hun4 zi5 +009662 被烧成#1空架的#1店铺#3,招牌#1已#1看不#1见了#4。 + bei4 shao1 cheng2 kong1 jia4 de5 dian4 pu4 zhao1 pai2 yi3 kan4 bu2 jian4 le5 +009663 老父亲#2每年#1都要#1低声#1下气地#1去#1催款#3,可#1总是#1碰壁#4。 + lao3 fu4 qin5 mei3 nian2 dou1 yao4 di1 sheng1 xia4 qi4 de5 qu4 cui1 kuan3 ke2 zong3 shi4 peng4 bi4 +009664 白胖高#2白而亮的#1脸#3,代替了#1灯的#1功能#4。 + bai2 pang4 gao1 bai2 er2 liang4 de5 lian3 dai4 ti4 le5 deng1 de5 gong1 neng2 +009665 你们#1到这儿#2不是#1睡觉#1来的#4! + ni3 men5 dao4 zher4 bu2 shi4 shui4 jiao4 lai2 de5 +009666 泵房#1下部#1主体#1结构#1已完成#4。 + beng4 fang2 xia4 bu4 zhu2 ti3 jie2 gou4 yi3 wan2 cheng2 +009667 这座#1土丘#2已经#1被炸出#1一个#1深深的#1豁口#4。 + zhe4 zuo4 tu3 qiu1 yi3 jing1 bei4 zha4 chu1 yi2 ge4 shen1 shen1 de5 huo1 kou3 +009668 无疑#3,唐骏的#1甩手#1走人#2对联游#1网络#1来说#1是#1雪上#1加霜#4。 + wu2 yi2 tang2 jun4 de5 shuai2 shou2 zou3 ren2 dui4 lian2 you2 wang3 luo4 lai2 shuo1 shi4 xue3 shang4 jia1 shuang1 +009669 网民们#1是否#1普遍#1受到过#1流氓#1软件的#1骚扰呢#4? + wang3 min2 men5 shi4 fou2 pu3 bian4 shou4 dao4 guo4 liu2 mang2 ruan3 jian4 de5 sao1 rao3 ne5 +009670 稍微#1会一点#3,但我#1会的#1不多#4。 + shao1 wei1 hui4 yi4 dian3 dan4 wo3 hui4 de5 bu4 duo1 +009671 什么#1乐器呀#4? + shen2 me5 yue4 qi4 ya5 +009672 并且#3,抛售#1普遍#1在#1二三套#4。 + bing4 qie3 pao1 shou4 pu3 bian4 zai4 er4 san1 tao4 +009673 我#1拿刀#2就#1砍了#1赵作海#1一刀#4。 + wo3 na2 dao1 jiu4 kan3 le5 zhao4 zuo4 hai3 yi4 dao1 +009674 不管#1下放#1预备队的#1是#1什么人#3,都#1可以#1回到#1队伍#1中来#4。 + bu4 guan3 xia4 fang4 yu4 bei4 dui4 de5 shi4 shen2 me5 ren2 dou1 ke2 yi3 hui2 dao4 dui4 wu5 zhong1 lai2 +009675 这其中#3,以#1欧盟的#1关卡#1最为#1关键#1和#1艰难#4。 + zhe4 qi2 zhong1 yi3 ou1 meng2 de5 guan1 qia3 zui4 wei2 guan1 jian4 he2 jian1 nan2 +009676 譬如说#3玫瑰#1总是#1长不好#4。 + pi4 ru2 shuo1 mei2 gui1 zong3 shi4 zhang3 bu4 hao3 +009677 给#1女友个#1惊喜#3,带女友#1去#1附近的#1地方玩#4。 + gei3 nv2 you3 ge4 jing1 xi3 dai4 nv2 you3 qu4 fu4 jin4 de5 di4 fang1 wan2 +009678 这是#1两辆#1面包车#3,都贴着#1“环卫#1监察#1”字样#3,车顶#1安装着#1喇叭#4。 + zhe4 shi4 liang3 liang4 mian4 bao1 che1 dou1 tie1 zhe5 huan2 wei4 jian1 cha2 zi4 yang4 che1 ding3 an1 zhuang1 zhe5 la3 ba5 +009679 鞍马#2现在#1我都#1不练了#3,练不#1出来#3,呵呵#4。 + an1 ma3 xian4 zai4 wo3 dou1 bu2 lian4 le5 lian4 bu4 chu1 lai2 he1 he1 +009680 在你#1投资#1之前#3,希望#2你能#1玩玩#1我们的#1游戏#4。 + zai4 ni3 tou2 zi1 zhi1 qian2 xi1 wang4 ni3 neng2 wan2 wan5 wo3 men5 de5 you2 xi4 +009681 这么多#1笑话#3,一天#1讲不完呀#4! + zhe4 me5 duo1 xiao4 hua4 yi4 tian1 jiang3 bu4 wan2 ya5 +009682 我#1失恋了#3,我#1蓝瘦啊#3,我香菇#4。 + wo3 shi1 lian4 le5 wo3 lan2 shou4 a5 wo3 xiang1 gu1 +009683 什么都#1不用#1你干#3,就#1这样#2给我#1跪到#1天亮#4。 + shen2 me5 dou1 bu2 yong4 ni3 gan4 jiu4 zhei4 yang4 gei2 wo3 gui4 dao4 tian1 liang4 +009684 他想#1扛着#3,却已#1力不#1从心#4。 + ta1 xiang3 kang2 zhe5 que4 yi3 li4 bu4 cong2 xin1 +009685 当时#1心里#1只想#1少惹#1麻烦#4。 + dang1 shi2 xin1 li3 zhi2 xiang3 shao2 re3 ma2 fan5 +009686 第二年#2,生了个#1大胖#1小子#4。 + di4 er4 nian2 sheng1 le5 ge5 da4 pang4 xiao3 zi5 +009687 它们#1能在#1江水#2和#1海水中#1生存#3,并且#1成熟后#3洄游到#1产卵地#1产卵#4。 + ta1 men5 neng2 zai4 jiang1 shui3 he2 hai2 shui3 zhong1 sheng1 cun2 bing4 qie3 cheng2 shu2 hou4 hui2 you2 dao4 chan2 luan3 di4 chan2 luan3 +009688 海登#2对#1邹家华的#1来访#1表示#1欢迎#4。 + hai3 deng1 dui4 zou1 jia1 hua2 de5 lai2 fang2 biao3 shi4 huan1 ying2 +009689 这也是#1作为#1网络#1写手#1最#1痛苦的事#4。 + zhe4 ye3 shi4 zuo4 wei2 wang3 luo4 xie2 shou3 zui4 tong4 ku3 de5 shi4 +009690 目前#2,全国#1奶业#1整体#1低迷#3,主要#1是#1消费者#1对#1乳品#1质量#2信心#1不足#4。 + mu4 qian2 quan2 guo2 nai3 ye4 zheng2 ti3 di1 mi2 zhu3 yao4 shi4 xiao1 fei4 zhe3 dui4 ru2 pin3 zhi4 liang4 xin4 xin1 bu4 zu2 +009691 担心#1张某#1报警#3,两人#1用#1枕巾#2捂住了#1张某的嘴#3,直至他#1不再#1动弹#4。 + dan1 xin1 zhang1 mou3 bao4 jing3 liang3 ren2 yong4 zhen3 jin1 wu3 zhu4 le5 zhang1 mou3 de5 zui3 zhi2 zhi4 ta1 bu2 zai4 dong4 tan5 +009692 日本的#1饮食#1思想#2、饮食#1文化#3、食物#3、烹饪#2所#1受到的#1最大#1影响#2是#1中国#4。 + ri4 ben3 de5 yin3 shi2 si1 xiang3 yin3 shi2 wen2 hua4 shi2 wu4 peng1 ren4 suo3 shou4 dao4 de5 zui4 da4 ying2 xiang3 shi4 zhong1 guo2 +009693 这些#1外表#1光鲜的人#3,做出了#1龌龊#2、肮脏的#1丑事#3,记住#1他们的#1名字#4。 + zhe4 xie1 wai4 biao3 guang1 xian1 de5 ren2 zuo4 chu1 le5 wo4 chuo4 ang1 zang1 de5 chou3 shi4 ji4 zhu4 ta1 men5 de5 ming2 zi4 +009694 他曾#1想过#1放弃#3,尽管#1如今#2他#1已是#1沿海#1某市的#1青少年#1散打#1冠军#4。 + ta1 ceng2 xiang3 guo4 fang4 qi4 jin2 guan3 ru2 jin1 ta1 yi3 shi4 yan2 hai2 mou3 shi4 de5 qing1 shao4 nian2 san2 da3 guan4 jun1 +009695 其次的#1“棒棒#3”,是#1为人#1活络#2,关系多#3,业务#2都是#1熟人#1介绍的#4。 + qi2 ci4 de5 bang4 bang4 shi4 wei2 ren2 huo2 luo4 guan1 xi5 duo1 ye4 wu4 dou1 shi4 shu2 ren2 jie4 shao4 de5 +009696 记者#1发现#3,明年#1放假#1安排#1在#1总体上#2不会#1出现#2最折腾#1长假#4。 + ji4 zhe3 fa1 xian4 ming2 nian2 fang4 jia4 an1 pai2 zai4 zong2 ti3 shang4 bu2 hui4 chu1 xian4 zui4 zhe1 teng5 chang2 jia4 +009697 窗外#1晚风#1吹拂#2,树叶#1有了#1活力#3,哗#1啦啦地#1响#3,像在#1诉说着#1什么#4。 + chuang1 wai4 wan3 feng1 chui1 fu2 shu4 ye4 you3 le5 huo2 li4 hua1 la1 la1 de5 xiang3 xiang4 zai4 su4 shuo1 zhe5 shen2 me5 +009698 民警#1一路#1从#1永兴县#2到#1郴州#1市区#2地段#1几十#1公里#3,排查#1所有#1医院#4。 + min2 jing3 yi2 lu4 cong2 yong3 xing1 xian4 dao4 chen1 zhou1 shi4 qu1 di4 duan4 ji3 shi2 gong1 li3 pai2 cha2 suo2 you3 yi1 yuan4 +009699 唐红键#2喜欢#1用#1道路#1曲折#2来#1描述#1中国#1核电#1工业的#1发展#1历程#4。 + tang2 hong2 jian4 xi3 huan5 yong4 dao4 lu4 qu1 zhe2 lai2 miao2 shu4 zhong1 guo2 he2 dian4 gong1 ye4 de5 fa1 zhan3 li4 cheng2 +009700 雄伟的#1人民#1大会堂#2气氛#1隆重#1热烈#3,万人#1大礼堂里#3灯光#1璀璨#4。 + xiong2 wei3 de5 ren2 min2 da4 hui4 tang2 qi4 fen1 long2 zhong4 re4 lie4 wan4 ren2 da4 li3 tang2 li3 deng1 guang1 cui3 can4 +009701 再次#1交易时#3,介绍人#1建某#2和她的#1朋友#1杨某#2打起了#1其他#1算盘#4。 + zai4 ci4 jiao1 yi4 shi2 jie4 shao4 ren2 jian4 mou3 he2 ta1 de5 peng2 you5 yang2 mou3 da2 qi3 le5 qi2 ta1 suan4 pan5 +009702 积分#2以“分”为#1单位#3,每次#1进入#1账户时#2按#1四舍#1五入#1规则#2取整#1计算#4。 + ji1 fen1 yi3 fen1 wei2 dan1 wei4 mei3 ci4 jin4 ru4 zhang4 hu4 shi2 an4 si4 she2 wu3 ru4 gui1 ze2 qu2 zheng3 ji4 suan4 +009703 这时#3,楼房#1晃得#1更加#1厉害#3,玻璃窗#2哗哗的#1砸落#1下来#4。 + zhe4 shi2 lou2 fang2 huang4 de5 geng4 jia1 li4 hai4 bo1 li5 chuang1 hua1 hua1 de5 za2 luo4 xia4 lai2 +009704 潘石屹#2出了#1一个#1价钱#3,我们#1综合#1考虑#1可以#1就卖喽#4。 + pan1 shi2 yi4 chu1 le5 yi2 ge5 jia4 qian5 wo3 men5 zong1 he2 kao3 lv4 ke2 yi3 jiu4 mai4 lou5 +009705 第八例#1确诊#1病例#2为一#1七岁#1女童#3,加拿大籍#1华人#4。 + di4 ba1 li4 que4 zhen3 bing4 li4 wei2 yi1 qi1 sui4 nv3 tong2 jia1 na2 da4 ji2 hua2 ren2 +009706 桥的#1另一端#2,为#1防止#1人上桥#3,特意#1砌起了#1一堵#1矮墙#4。 + qiao2 de5 ling4 yi4 duan1 wei4 fang2 zhi3 ren2 shang4 qiao2 te4 yi4 qi4 qi3 le5 yi4 du2 ai3 qiang2 +009707 然后#2有人#1过来#1拿这#1哥们儿的#1话筒#2,要把他#1请出去#4。 + ran2 hou4 you3 ren2 guo4 lai2 na2 zhe4 ge1 menr5 de5 hua4 tong3 yao4 ba3 ta1 qing3 chu1 qu4 +009708 我#1领导了#1它#1五十七年#3,也#1不可#1避免地#1犯了#1一些错#4。 + wo3 ling2 dao3 le5 ta1 wu3 shi2 qi1 nian2 ye3 bu4 ke3 bi4 mian3 de5 fan4 le5 yi4 xie1 cuo4 +009709 条例#2对#1污染源#1普查的#1组织#1实施#2作了#1哪些#1规定#4? + tiao2 li4 dui4 wu1 ran3 yuan2 pu3 cha2 de5 zu3 zhi1 shi2 shi1 zuo4 le5 na3 xie1 gui1 ding4 +009710 老贝#2每次#1亮相前#2,都要#1细心地#1涂脂#1抹粉#1一番呢#4。 + lao3 bei4 mei3 ci4 liang4 xiang4 qian2 dou1 yao4 xi4 xin1 de5 tu2 zhi1 mo2 fen3 yi4 fan1 ne5 +009711 去年#2荷兰#1武器的#1最大#1买家#1是#1丹麦#2、美国#2和#1安曼#4。 + qu4 nian2 he2 lan2 wu3 qi4 de5 zui4 da4 mai3 jia1 shi4 dan1 mai4 mei3 guo2 he2 an1 man4 +009712 杂交#1水稻#1应用#3则是#1提高#1水稻#1产量的#1最佳#1选择#4。 + za2 jiao1 shui3 dao4 ying4 yong4 ze2 shi4 ti2 gao1 shui3 dao4 chan3 liang4 de5 zui4 jia1 xuan3 ze2 +009713 零时#1十九分#1许#3,海巡#1三幺#1二五七号#2抵达#1事发#1水域#4。 + ling2 shi2 shi2 jiu3 fen1 xu3 hai3 xun2 san1 yao1 er4 wu3 qi1 hao4 di3 da2 shi4 fa1 shui3 yu4 +009714 跑车#1车身#2也#1整个#1凹陷#1下去#3,车头#1和#1车身#1部位#1完好#4。 + pao3 che1 che1 shen1 ye2 zheng3 ge5 ao1 xian4 xia4 qu4 che1 tou2 he2 che1 shen1 bu4 wei4 wan2 hao3 +009715 今天#3,本报#1将#1为您#1奉献#1最#1详细的#1中转#1接续#1方案#4。 + jin1 tian1 ben3 bao4 jiang1 wei4 nin2 feng4 xian4 zui4 xiang2 xi4 de5 zhong1 zhuan3 jie1 xu4 fang1 an4 +009716 玉树#1当地#1僧侣#2正在#1积极#1救援#2被困#1废墟的#1民众#4。 + yu4 shu4 dang1 di4 seng1 lv3 zheng4 zai4 ji1 ji2 jiu4 yuan2 bei4 kun4 fei4 xu1 de5 min2 zhong4 +009717 彭仲新#1带的#1几个人#2由于#1寡不#1敌众#3,则#2四处#1逃命#4。 + peng2 zhong4 xin1 dai4 de5 ji3 ge4 ren2 you2 yu2 gua3 bu4 di2 zhong4 ze2 si4 chu4 tao2 ming4 +009718 今天的#1酒泉#1卫星#1发射#1中心#2秋高#1气爽#2,阳光#1灿烂#4。 + jin1 tian1 de5 jiu3 quan2 wei4 xing1 fa1 she4 zhong1 xin1 qiu1 gao1 qi4 shuang3 yang2 guang1 can4 lan4 +009719 王奇#1孤身#1一人#2,无儿#1无女#3,靠#1政府#1补助#2和#1拾荒#1度日#4。 + wang2 qi2 gu1 shen1 yi4 ren2 wu2 er2 wu2 nv3 kao4 zheng4 fu2 bu3 zhu4 he2 shi2 huang1 du4 ri4 +009720 记者们#2一般#1都是在#1答问#1环节#2才#1突然#1精神#1抖擞#4。 + ji4 zhe3 men5 yi4 ban1 dou1 shi4 zai4 da2 wen4 huan2 jie2 cai2 tu1 ran2 jing1 shen2 dou2 sou3 +009721 多米#1尼加人#2很想#1了解#1中国菜#1和#1点心#1怎么做#4。 + duo1 mi3 ni2 jia1 ren2 hen2 xiang3 liao2 jie3 zhong1 guo2 cai4 he2 dian3 xin5 zen3 me5 zuo4 +009722 土地#2有没有#1复垦好#2,合不#1合格#3,全靠#1验收#1来#1把关#4。 + tu3 di4 you3 mei2 you3 fu4 ken2 hao3 he2 bu4 he2 ge2 quan2 kao4 yan4 shou1 lai2 ba3 guan1 +009723 结束#1泰国游#1后#3,周杰伦#1搂着#1妈妈#2步出#1桃园#1机场#4。 + jie2 shu4 tai4 guo2 you2 hou4 zhou1 jie2 lun2 lou3 zhe5 ma1 ma5 bu4 chu1 tao2 yuan2 ji1 chang3 +009724 一名#1女士#1哭嚎着#2被#1小越#1等人#1搀扶着#1离开#4。 + yi4 ming2 nv3 shi4 ku1 hao2 zhe5 bei4 xiao3 yue4 deng3 ren2 chan1 fu2 zhe5 li2 kai1 +009725 毫无#1疑问#3,克努特#2是#1世界上#1最受#1欢迎的#1动物#4。 + hao2 wu2 yi2 wen4 ke4 nu3 te4 shi4 shi4 jie4 shang4 zui4 shou4 huan1 ying2 de5 dong4 wu4 +009726 受伤#1村民#2已送到#1当地#1医院#1接受#1治疗#4。 + shou4 shang1 cun1 min2 yi3 song4 dao4 dang1 di4 yi1 yuan4 jie1 shou4 zhi4 liao2 +009727 究竟#2好莱屋#1和#1迪斯尼的#1魅力#1何在#4? + jiu1 jing4 hao3 lai2 wu1 he2 di2 si1 ni2 de5 mei4 li4 he2 zai4 +009728 后得知#3,他#1患有#1严重#1痔疮#3,影响#1走路#4。 + hou4 de2 zhi1 ta1 huan4 you3 yan2 zhong4 zhi4 chuang5 ying2 xiang2 zou3 lu4 +009729 一些#1住#1“窝棚”的#1村民#2印证了#1这一#1说法#4。 + yi4 xie1 zhu4 wo1 peng2 de5 cun1 min2 yin4 zheng4 le5 zhe4 yi4 shuo1 fa3 +009730 五是#2雄厚的#1财力#2支持#1其#1持续#1领先#4。 + wu3 shi4 xiong2 hou4 de5 cai2 li4 zhi1 chi2 qi2 chi2 xu4 ling3 xian1 +009731 这样#1才能#1筑好巢#2,才能#1引来#1好凤凰#4。 + zhe4 yang4 cai2 neng2 zhu4 hao3 chao2 cai2 neng2 yin3 lai2 hao3 feng4 huang5 +009732 乔布斯#2在#1五十六岁#1时#2因#1胰腺癌#1病逝#4。 + qiao2 bu4 si1 zai4 wu3 shi5 liu4 sui4 shi2 yin1 yi2 xian4 ai2 bing4 shi4 +009733 穿上#1戏装#2是#1演员#3,脱下#1戏装#2是#1农民#4。 + chuan1 shang4 xi4 zhuang1 shi4 yan3 yuan2 tuo1 xia4 xi4 zhuang1 shi4 nong2 min2 +009734 你年方#1十八#1一枝花#3,年方#1二八#1会成家#3,年方#1三八#1有钱花#3,怎么样#3,准吗#4? + ni3 nian2 fang1 shi2 ba1 yi4 zhi1 hua1 nian2 fang1 er4 ba1 hui4 cheng2 jia1 nian2 fang1 san1 ba1 you3 qian2 hua1 zen3 me5 yang4 zhun3 ma5 +009735 但她的#1卵巢#1等#1生殖#1器官#1发育#1正常#4。 + dan4 ta1 de5 luan3 chao2 deng3 sheng1 zhi2 qi4 guan1 fa1 yu4 zheng4 chang2 +009736 潘兵#2是一位#1颇有#1特点#1和#1个性的#1选手#4。 + pan1 bing1 shi4 yi2 wei4 po1 you3 te4 dian3 he2 ge4 xing4 de5 xuan2 shou3 +009737 我#1天天#1炒菜#1做饭#3,给他#1喂的#1饱饱的#4。 + wo3 tian1 tian1 chao3 cai4 zuo4 fan4 gei3 ta1 wei4 de5 bao2 bao3 de5 +009738 队友们#1风风#1光光地#1轮番#1出去#1比赛#4。 + dui4 you3 men5 feng1 feng1 guang1 guang1 de5 lun2 fan1 chu1 qu4 bi3 sai4 +009739 孙#1打电话#1给#1王琳#3,要他#1教训#1陈某亮#4。 + sun1 da3 dian4 hua4 gei3 wang2 lin2 yao4 ta1 jiao4 xun4 chen2 mou3 liang4 +009740 比如#3大闸蟹#1上市了#3,就发#1螃蟹券#4。 + bi3 ru2 da4 zha2 xie4 shang4 shi4 le5 jiu4 fa1 pang2 xie4 quan4 +009741 不然#2就会#1造成#1极大的#1误传#1和#1猜测#4。 + bu4 ran2 jiu4 hui4 zao4 cheng2 ji2 da4 de5 wu4 chuan2 he2 cai1 ce4 +009742 这么#1急切地#1呼唤我#2,是不是#1想我了#4? + zhe4 me5 ji2 qie4 de5 hu1 huan4 wo3 shi4 bu2 shi4 xiang2 wo3 le5 +009743 那会儿#1心情#1也很#1郁闷#3,幸好#1他们#1来了#4。 + na4 huir4 xin1 qing2 ye2 hen3 yu4 men4 xing4 hao3 ta1 men5 lai2 le5 +009744 翁美玲#1自杀的#1最#1主要#1原因是#1“工作#1压力#4”。 + weng1 mei3 ling2 zi4 sha1 de5 zui4 zhu3 yao4 yuan2 yin1 shi4 gong1 zuo4 ya1 li4 +009745 不要#1愤怒#3,也#1不要#1试图#1改变#1游戏#1规则#4。 + bu2 yao4 fen4 nu4 ye3 bu2 yao4 shi4 tu2 gai3 bian4 you2 xi4 gui1 ze2 +009746 而且#3,他#1可以#1正常#1行走#3,就是#1有点跛#4。 + er2 qie3 ta1 ke2 yi3 zheng4 chang2 xing2 zou3 jiu4 shi4 you2 dian2 bo3 +009747 蛇的#1其他#1部分说#3:你#1没有#1眼睛#1鼻子#3,怎么能#1指引#1我们#1向前走#4? + she2 de5 qi2 ta1 bu4 fen4 shuo1 ni3 mei2 you2 yan3 jing1 bi2 zi5 zen3 me5 neng2 zhi2 yin2 wo3 men5 xiang4 qian2 zou3 +009748 其实#2我#1不是#1特别#1喜欢#1照相#3,牢记#1我在#1你#1心里的#1样子#1就好了#4。 + qi2 shi2 wo3 bu2 shi4 te4 bie2 xi3 huan1 zhao4 xiang4 lao2 ji4 wo3 zai4 ni3 xin1 li3 de5 yang4 zi5 jiu4 hao3 le5 +009749 他说#3,虽然#1他的狗#1对人#1很友好#3,但#1每次#1遛狗#2都用#1绳子#1拴着#4。 + ta1 shuo1 sui1 ran2 ta1 de5 gou3 dui4 ren2 hen3 you2 hao3 dan4 mei3 ci4 liu4 gou3 dou1 yong4 sheng2 zi5 shuan1 zhe5 +009750 比赛中#3,几乎#1每一名#1选手#2都是#1呲牙#1咧嘴#2痛苦#1不堪的#1表情#4。 + bi3 sai4 zhong1 ji1 hu1 mei3 yi4 ming2 xuan2 shou3 dou1 shi4 ci1 ya2 lie2 zui3 tong4 ku3 bu4 kan1 de5 biao3 qing2 +009751 对于#1比赛中的#1粗野#1场面#3,布伦丹#1认为#2比赛#1激烈#2,可以#1理解#4。 + dui4 yu2 bi3 sai4 zhong1 de5 cu1 ye2 chang3 mian4 bu4 lun2 dan1 ren4 wei2 bi3 sai4 ji1 lie4 ke2 yi3 li2 jie3 +009752 淼淼#2抢先#1点了#1干果盘#1、水果盘#1各一个#3,啤酒#1、红酒#1若干#4。 + miao2 miao3 qiang3 xian1 dian3 le5 gan1 guo3 pan2 shui2 guo3 pan2 ge4 yi2 ge4 pi2 jiu3 hong2 jiu3 ruo4 gan1 +009753 郭金龙#1评价#1鲁勇#3,事业心#1责任感#1较强#3,组织#1协调#1能力强#4。 + guo1 jin1 long2 ping2 jia4 lu2 yong3 shi4 ye4 xin1 ze2 ren4 gan3 jiao4 qiang2 zu3 zhi1 xie2 tiao2 neng2 li4 qiang2 +009754 中国#1政府#1很周全#2,无可#1挑惕#4。 + zhong1 guo2 zheng4 fu2 hen3 zhou1 quan2 wu2 ke3 tiao1 ti4 +009755 可以#1去#1就近的#1主管#1税务局#1申报#3,如果#1有#1交易#1凭证#2可以#1携带#4。 + ke2 yi3 qu4 jiu4 jin4 de5 zhu2 guan3 shui4 wu5 ju2 shen1 bao4 ru2 guo2 you3 jiao1 yi4 ping2 zheng4 ke2 yi3 xie2 dai4 +009756 台湾#1司法#1机构#1近来#1丑闻#1不断#4。 + tai2 wan1 si1 fa3 ji1 gou4 jin4 lai2 chou3 wen2 bu2 duan4 +009757 具体#1开庭#1审理#1时间#3,丹棱县#1法院#2在#1通报中#1未提及#4。 + ju4 ti3 kai1 ting2 shen2 li3 shi2 jian1 dan1 ling2 xian4 fa3 yuan4 zai4 tong1 bao4 zhong1 wei4 ti2 ji2 +009758 卡梅伦#1表示#1感谢#3并请#1转达#1对#1温家宝#1总理的#1问候#4。 + ka3 mei2 lun2 biao3 shi4 gan3 xie4 bing4 qing2 zhuan3 da2 dui4 wen1 jia1 bao3 zong2 li3 de5 wen4 hou4 +009759 但#1应采儿#1后来#1发现#3,那次#1分明#1是他#1又忘了#1买礼物#4。 + dan4 ying1 cai3 er2 hou4 lai2 fa1 xian4 na4 ci4 fen1 ming2 shi4 ta1 you4 wang4 le5 mai2 li3 wu4 +009760 省#1卫生厅#1专家#2为#1灾区#1群众#1讲解#1预防#1疾病#1知识#4。 + sheng3 wei4 sheng1 ting1 zhuan1 jia1 wei4 zai1 qu1 qun2 zhong4 jiang2 jie3 yu4 fang2 ji2 bing4 zhi1 shi5 +009761 来#1郑州#1十几年#3,刘奎元#2都#1没能#1带老伴#1出去#1玩玩#4。 + lai2 zheng4 zhou1 shi2 ji3 nian2 liu2 kui2 yuan2 dou1 mei2 neng2 dai4 lao3 ban4 chu1 qu4 wan2 wan5 +009762 上学的#1时候#2,我就#1很恋家#3,平时#1也会#1写点儿#1东西#4。 + shang4 xue2 de5 shi2 hou4 wo3 jiu4 hen3 lian4 jia1 ping2 shi2 ye3 hui4 xie2 dianr3 dong1 xi5 +009763 梁某#1借着#1酒劲儿#3,不停地#1在其#1父母#1面前#1数落我#4。 + liang2 mou3 jie4 zhe5 jiu3 jinr4 bu4 ting2 de5 zai4 qi2 fu4 mu3 mian4 qian2 shu3 luo4 wo3 +009764 雨翔#1连斗的#1勇气#1也#1没有#3,只有在#1背地里#1骂的#1本事#4。 + yu3 xiang2 lian2 dou4 de5 yong3 qi4 ye3 mei2 you3 zhi2 you3 zai4 bei4 di4 li3 ma4 de5 ben3 shi4 +009765 锦里#1很好玩#3,可以#1吃到#1各种#1成都#1特色#1小吃呀#4。 + jin2 li3 hen2 hao3 wan2 ke2 yi3 chi1 dao4 ge4 zhong3 cheng2 du1 te4 se4 xiao3 chi1 ya5 +009766 创造#1更多的#1商业#1利润#4。 + chuang4 zao4 geng4 duo1 de5 shang1 ye4 li4 run4 +009767 上了#1李毅吧#1你就#1懂了#4。 + shang4 le5 li3 yi4 ba1 ni3 jiu4 dong3 le5 +009768 令我#1至今#1难忘的#2还有#1周总理#1那#1爽朗的#1笑声#4。 + ling4 wo3 zhi4 jin1 nan2 wang4 de5 hai2 you3 zhou1 zong2 li3 na4 shuang2 lang3 de5 xiao4 sheng1 +009769 这次#1主人#1把我#1难到了#4! + zhe4 ci4 zhu3 ren2 ba2 wo3 nan2 dao4 le5 +009770 外表#1憨厚#2,却工于#1心计#4。 + wai4 biao3 han1 hou4 que4 gong1 yu2 xin1 ji4 +009771 他将#1被控#1“非法#1闯入#3”以及#1“藐视#1法庭#1”两宗罪#4。 + ta1 jiang1 bei4 kong4 fei1 fa2 chuang3 ru4 yi3 ji2 miao3 shi4 fa3 ting2 liang3 zong1 zui4 +009772 最后#1实在#1拗不过#1他#3,婷婷#1和“海#2”走进了#1宾馆#4。 + zui4 hou4 shi2 zai4 ao3 bu2 guo4 ta1 ting2 ting5 he2 hai3 zou3 jin4 le5 bin1 guan3 +009773 丑闻#1明星#2走不了#1长线#4。 + chou3 wen2 ming2 xing1 zou3 bu4 liao3 chang2 xian4 +009774 这#1符合#1广大#1发展中#1国家的#1利益#3,也#1有利于#2推进#1气候#1变化#1国际#1合作#4。 + zhe4 fu2 he2 guang3 da4 fa1 zhan3 zhong1 guo2 jia1 de5 li4 yi4 ye2 you3 li4 yu2 tui1 jin4 qi4 hou5 bian4 hua4 guo2 ji4 he2 zuo4 +009775 不要#1浪费#1时间#1扯淡啦#4。 + bu2 yao4 lang4 fei4 shi2 jian1 che3 dan4 la5 +009776 陈继明#1认为#2对方#1瞧不起他#3,两人#1发生#1抓扯#4。 + chen2 ji4 ming2 ren4 wei2 dui4 fang1 qiao2 bu4 qi3 ta1 liang3 ren2 fa1 sheng1 zhua1 che3 +009777 记者#1数了#1一下#3,标签上的#1数字#2最高为#1六十一#4。 + ji4 zhe2 shu3 le5 yi2 xia4 biao1 qian1 shang4 de5 shu4 zi4 zui4 gao1 wei2 liu4 shi2 yi1 +009778 啷个#1这种#1语气#1说话嘛#4。 + lang1 ge5 zhe4 zhong2 yu3 qi4 shuo1 hua4 ma5 +009779 私底下#1也#1不曾#1见面过#4。 + si1 di3 xia4 ye3 bu4 ceng2 jian4 mian4 guo4 +009780 住在#1乡下的#1伤不起呀#4。 + zhu4 zai4 xiang1 xia4 de5 shang1 bu4 qi3 ya5 +009781 一个#1有#1棱角的#1书生#1模样#4。 + yi2 ge4 you3 leng2 jiao3 de5 shu1 sheng1 mu2 yang4 +009782 提到#1赏秋#3,不应该#1只让人#1简单地#1想到#1红色#4。 + ti2 dao4 shang3 qiu1 bu4 ying1 gai1 zhi3 rang4 ren2 jian3 dan1 de5 xiang3 dao4 hong2 se4 +009783 第二战#2是#1二月的#1农心杯#4。 + di4 er4 zhan4 shi4 er4 yue4 de5 nong2 xin1 bei1 +009784 图为#1陈光标#1手捧#1现金#4。 + tu2 wei2 chen2 guang1 biao1 shou2 peng3 xian4 jin1 +009785 彼此#1彼此#2,半斤#1八两#4。 + bi2 ci3 bi2 ci3 ban4 jin1 ba1 liang3 +009786 你#1是否#1有兴趣#2与他的#1“巨龙#1”风筝#1一起#1飞天呢#4? + ni3 shi4 fou2 you3 xing4 qu4 yu3 ta1 de5 ju4 long2 feng1 zheng5 yi4 qi3 fei1 tian1 ne5 +009787 小明#1长的#1像#1冰棍#3,在#1水里#1游泳#3,游着#1游着#1没了#4。 + xiao3 ming2 zhang3 de5 xiang4 bing1 gun4 zai4 shui2 li3 you2 yong3 you2 zhe5 you2 zhe5 mei2 le5 +009788 尼克松#2对此#2赞不#1绝口#3,一连#1吃了#1六只#1馄饨#4。 + ni2 ke4 song1 dui4 ci3 zan4 bu4 jue2 kou3 yi4 lian2 chi1 le5 liu4 zhi1 hun2 tun2 +009789 讲完#1故事#2保证你#1开心#4。 + jiang3 wan2 gu4 shi5 bao3 zheng4 ni3 kai1 xin1 +009790 张女士#2也#1顺手#1拿起#1放在#1枕边的#1木棍#3朝#1那名#1男子#1头上#1抡去#4。 + zhang1 nv3 shi4 ye3 shun4 shou3 na2 qi3 fang4 zai4 zhen3 bian1 de5 mu4 gun4 chao2 na4 ming2 nan2 zi3 tou2 shang4 lun1 qu4 +009791 她#1做的菜#1特别#1好吃#3,同事#1喜欢来#1蹭顿饭吃#4。 + ta1 zuo4 de5 cai4 te4 bie2 hao3 chi1 tong2 shi4 xi3 huan1 lai2 ceng4 dun4 fan4 chi1 +009792 所以#3,谷歌#1这次#1人事#1变动#2受到#1外界#1普遍#1关注#4。 + suo2 yi3 gu3 ge1 zhe4 ci4 ren2 shi4 bian4 dong4 shou4 dao4 wai4 jie4 pu3 bian4 guan1 zhu4 +009793 宿鸭湖#1湖边的#1麦地里#3,被#1毒死的#1野鸡#1和#1喜鹊#1随处#1可见#4。 + su4 ya1 hu2 hu2 bian1 de5 mai4 di4 li3 bei4 du2 si3 de5 ye3 ji1 he2 xi3 que4 sui2 chu4 ke3 jian4 +009794 春运#1期间#3,广铁#1集团#2日开行#1动车组#1列车#2二百#1五十六对#4。 + chun1 yun4 qi1 jian1 guang2 tie3 ji2 tuan2 ri4 kai1 xing2 dong4 che1 zu3 lie4 che1 er4 bai2 wu3 shi2 liu4 dui4 +009795 报名时#3赵铭#1一点#1后门儿#1也没走#3,乖乖#1在#1人群中#1排队#1领号#4。 + bao4 ming2 shi2 zhao4 ming2 yi4 dian3 hou4 menr2 ye3 mei2 zou3 guai1 guai1 zai4 ren2 qun2 zhong1 pai2 dui4 ling3 hao4 +009796 电话#1那头#1弱弱的#1说#3:“我就#1在你#1后面#3,我#1就是#1那个#1二逼#4! + dian4 hua4 na4 tou2 ruo4 ruo4 de5 shuo1 wo3 jiu4 zai4 ni3 hou4 mian4 wo3 jiu4 shi4 na4 ge5 er4 bi1 +009797 你哪#1那么多#1废话#3!给#1老娘#1跪好#4! + ni2 na3 na4 me5 duo1 fei4 hua4 gei2 lao3 niang2 gui4 hao3 +009798 甘爹爹#1撑起#1雨伞#3,慢慢#1走了#1过去#4。 + gan1 die1 die5 cheng1 qi3 yu2 san3 man4 man4 zou3 le5 guo4 qu4 +009799 余雄#1是个#1少言的人#3,一心#1一意#1在#1吃面#4。 + yu2 xiong2 shi4 ge4 shao3 yan2 de5 ren2 yi4 xin1 yi2 yi4 zai4 chi1 mian4 +009800 只有#1离了婚#3,我#1才能#1学着#1更#1坚强呀#4。 + zhi2 you3 li2 le5 hun1 wo3 cai2 neng2 xue2 zhe5 geng4 jian1 qiang2 ya5 +009801 碰上#1这样的#1想合影#2就会#1非常#1困难#4。 + peng4 shang4 zhe4 yang4 de5 xiang3 he2 ying3 jiu4 hui4 fei1 chang2 kun4 nan2 +009802 万一#1睡着时#3屋子#1就被#1放火#1烧了呢#4? + wan4 yi1 shui4 zhao2 shi2 wu1 zi5 jiu4 bei4 fang4 huo3 shao1 le5 ne5 +009803 经#1区政府#1与#1多方#1协调#2,重新#1上路#4。 + jing1 qu1 zheng4 fu2 yu3 duo1 fang1 xie2 tiao2 chong2 xin1 shang4 lu4 +009804 他们#1担心#3,野象#1“搬家”后#2可能#1重返#4。 + ta1 men5 dan1 xin1 ye3 xiang4 ban1 jia1 hou4 ke3 neng2 chong2 fan3 +009805 女方答#3:“你送#1老娘的#2也#1这么大#4! + nv3 fang1 da2 ni3 song4 lao3 niang2 de5 ye3 zhe4 me5 da4 +009806 观众#1总会有#1新宠#3,不复念#1旧人#4。 + guan1 zhong4 zong3 hui4 you3 xin1 chong3 bu2 fu4 nian4 jiu4 ren2 +009807 随后#3,现场#1众人#2一同#1起哄#1“逼婚#4”。 + sui2 hou4 xian4 chang3 zhong4 ren2 yi4 tong2 qi3 hong4 bi1 hun1 +009808 他说#1这种#1攀岩#1是#1最纯净的#1运动#4。 + ta1 shuo1 zhe4 zhong3 pan1 yan2 shi4 zui4 chun2 jing4 de5 yun4 dong4 +009809 火从#1三角形的#1窟窿#1开始#1燃烧#4。 + huo3 cong2 san1 jiao3 xing2 de5 ku1 long5 kai1 shi3 ran2 shao1 +009810 记者#1找到了#1寝室#1布置者#1小马#4。 + ji4 zhe2 zhao3 dao4 le5 qin3 shi4 bu4 zhi4 zhe3 xiao2 ma3 +009811 刚认识#1就要#1妹子#1皂片#3?再聊#1十块钱的吧#4。 + gang1 ren4 shi5 jiu4 yao4 mei4 zi5 zao4 pian4 zai4 liao2 shi2 kuai4 qian2 de5 ba5 +009812 夺目#1璀璨的#1灯光#3、交织着#1激情#1澎湃的#1音乐#4。 + duo2 mu4 cui3 can4 de5 deng1 guang1 jiao1 zhi1 zhe5 ji1 qing2 peng2 pai4 de5 yin1 yue4 +009813 老爸#1飞身#1一脚说#3:你哥#1在#1谈正事#3,你干嘛#4? + lao3 ba4 fei1 shen1 yi4 jiao3 shuo1 ni3 ge1 zai4 tan2 zheng4 shi4 ni3 gan4 ma2 +009814 马德保的#1理论课#1上得#1人心#1涣散#3,两个#1礼拜里#1退社的#1人数#2到了#1十五个#4。 + ma3 de2 bao3 de5 li3 lun4 ke4 shang4 de5 ren2 xin1 huan4 san4 liang3 ge5 li3 bai4 li3 tui4 she4 de5 ren2 shu4 dao4 le5 shi2 wu3 ge4 +009815 花园口#1与#1将军坝#2:到#1郑州#1看#1黄河#3,必然#1先到#1花园口#4。 + hua1 yuan2 kou2 yu3 jiang1 jun5 ba4 dao4 zheng4 zhou1 kan4 huang2 he2 bi4 ran2 xian1 dao4 hua1 yuan2 kou3 +009816 在#1林女士#1心中#3,小蓉#1从小#1乖巧#1懂事#3,就像#1她的#1贴心#1小棉袄#4。 + zai4 lin2 nv3 shi4 xin1 zhong1 xiao3 rong2 cong2 xiao3 guai1 qiao2 dong3 shi4 jiu4 xiang4 ta1 de5 tie1 xin1 xiao3 mian2 ao3 +009817 亲属们#1丝毫#1没有#1怀疑#3,将#1平日#1积攒的#1存款#2交到了#1他的#1手上#4。 + qin1 shu3 men5 si1 hao2 mei2 you3 huai2 yi2 jiang1 ping2 ri4 ji1 zan3 de5 cun2 kuan3 jiao1 dao4 le5 ta1 de5 shou3 shang4 +009818 医生#1检查#2发现#1爹爹#1直肠#1穿孔#3,立即#1为他#1实施了#1手术#4。 + yi1 sheng1 jian3 cha2 fa1 xian4 die1 die5 zhi2 chang2 chuan1 kong3 li4 ji2 wei4 ta1 shi2 shi1 le5 shou3 shu4 +009819 人们#1手捧#1鲜花#3,在#1临时#1设置的#1等候#1区里#1缓缓#1前行#4。 + ren2 men5 shou2 peng3 xian1 hua1 zai4 lin2 shi2 she4 zhi4 de5 deng3 hou4 qu1 li3 huan2 huan3 qian2 xing2 +009820 用人#1单位#1不得#1拒绝#2、阻挠#4。 + yong4 ren2 dan1 wei4 bu4 de2 ju4 jue2 zu3 nao2 +009821 平时#2我也#1不爱#1出门#2,在家#1看看#1报纸#3,写写#1笔记#1啥的#4。 + ping2 shi2 wo2 ye3 bu2 ai4 chu1 men2 zai4 jia1 kan4 kan4 bao4 zhi3 xie2 xie2 bi3 ji4 sha2 de5 +009822 可#1年根儿#1这会儿#3,做馅的#1韭菜#1价钱#1涨得#1最离谱#4。 + ke3 nian2 genr1 zhe4 huir4 zuo4 xian4 de5 jiu3 cai4 jia4 qian2 zhang3 de5 zui4 li2 pu3 +009823 这一次#3,保钓#1船只#2被#1四艘#1日本船#1及#1直升机#1包围#2,动弹#1不得#4。 + zhe4 yi2 ci4 bao3 diao4 chuan2 zhi1 bei4 si4 sou1 ri4 ben3 chuan2 ji2 zhi2 sheng1 ji1 bao1 wei2 dong4 tan5 bu4 de2 +009824 店铺内#3玻璃#1碎遍地#4。 + dian4 pu4 nei4 bo1 li5 sui4 bian4 di4 +009825 不好#1判断#1具体#1时间#4。 + bu4 hao3 pan4 duan4 ju4 ti3 shi2 jian1 +009826 考古#1专家#1感到#1“挠头#4”。 + kao2 gu3 zhuan1 jia1 gan3 dao4 nao2 tou2 +009827 耿女士#1赶紧#1报了警#4。 + geng2 nv3 shi4 gan2 jin3 bao4 le5 jing3 +009828 搜狐#1则从#1七十三#1跌至#1五十三#3,跌幅#1百分之#1二十七#4。 + sou1 hu2 ze2 cong2 qi1 shi5 san1 die1 zhi4 wu3 shi2 san1 die1 fu2 bai3 fen1 zhi1 er4 shi2 qi1 +009829 什么#1时候#2给我#1换个#1彩屏#1手机#4? + shen2 me5 shi2 hou4 gei2 wo3 huan4 ge5 cai3 ping2 shou3 ji1 +009830 我的#1普通话#2还是挺#1标准的吧#4。 + wo3 de5 pu3 tong1 hua4 hai2 shi4 ting3 biao1 zhun3 de5 ba5 +009831 至于#1当初#1报考#1南科大#3,他也#1只是想#1逃避#1高考#3,随便#1考着#1玩玩#4。 + zhi4 yu2 dang1 chu1 bao4 kao3 nan2 ke1 da4 ta1 ye2 zhi3 shi4 xiang3 tao2 bi4 gao1 kao3 sui2 bian4 kao3 zhe5 wan2 wan5 +009832 于是#3,雷军#1从#1自己的#1人生#1和#1理想#1讲起#4。 + yu2 shi4 lei2 jun1 cong2 zi4 ji3 de5 ren2 sheng1 he2 li2 xiang3 jiang2 qi3 +009833 他见#1这好玩#3,正愁#1洗脚水#1没处倒#3,顺大势#1倒了#1下去#4。 + ta1 jian4 zhe4 hao3 wan2 zheng4 chou2 xi2 jiao2 shui3 mei2 chu4 dao4 shun4 da4 shi4 dao4 le5 xia4 qu4 +009834 一个人#1枯坐在#1阴暗的#1角落里#3,揪着#1大腿#1问自己#1怎么办#4。 + yi2 ge4 ren2 ku1 zuo4 zai4 yin1 an4 de5 jiao3 luo4 li3 jiu1 zhe5 da4 tui3 wen4 zi4 ji2 zen3 me5 ban4 +009835 媒人#1告诉他#3:第一次#1见面#1得#1谦虚些#3,别让#1女孩#1难堪#4。 + mei2 ren2 gao4 su4 ta1 di4 yi1 ci4 jian4 mian4 dei3 qian1 xu1 xie1 bie2 rang4 nv3 hai2 nan2 kan1 +009836 有了#1科学#1指引#3,执行#1搜救#1任务的#1官兵#2顿时#1斗志#1倍增#4。 + you3 le5 ke1 xue2 zhi2 yin3 zhi2 xing2 sou1 jiu4 ren4 wu4 de5 guan1 bing1 dun4 shi2 dou4 zhi4 bei4 zeng1 +009837 他#1穿上#1潜水衣#3,身上#1拴了根#1绳子#3,一狠心#1,跳了#1下去#4。 + ta1 chuan1 shang4 qian2 shui3 yi1 shen1 shang4 shuan1 le5 gen1 sheng2 zi5 yi4 hen3 xin1 tiao4 le5 xia4 qu4 +009838 到了#1湖头#3,两个#1小孩#1发觉#1不对劲#3,向他#1嚷嚷#1要#1回家#4。 + dao4 le5 hu2 tou2 liang3 ge5 xiao3 hai2 fa1 jue2 bu2 dui4 jin4 xiang4 ta1 rang1 rang5 yao4 hui2 jia1 +009839 同时#1将#1加大#1洒水车#1送水#1力度#3,鼓励#1居民#2水井#1取水#4。 + tong2 shi2 jiang1 jia1 da4 sa2 shui3 che1 song4 shui3 li4 du4 gu3 li4 ju1 min2 shui2 jing3 qu2 shui3 +009840 两年前#3,熊杰#1在#1南京#1三牌楼#1附近#2开了#1一家#1足疗店#4。 + liang3 nian2 qian2 xiong2 jie2 zai4 nan2 jing1 san1 pai2 lou2 fu4 jin4 kai1 le5 yi4 jia1 zu2 liao2 dian4 +009841 一个#1巨大的#1脾脏#2完整地#1“托出#3”,剥离#1结扎#2并#1成功#1切除#4。 + yi2 ge4 ju4 da4 de5 pi2 zang4 wan2 zheng3 de5 tuo1 chu1 bo1 li2 jie2 za1 bing4 cheng2 gong1 qie1 chu2 +009842 中日#1关系#2越来越#1密切#3,学习#1汉语的#1日本人#2亦#1不计#1其数#4。 + zhong1 ri4 guan1 xi5 yue4 lai2 yue4 mi4 qie4 xue2 xi2 han4 yu3 de5 ri4 ben3 ren2 yi4 bu2 ji4 qi2 shu4 +009843 观音#1建议#3:不如#1让#1两猴#1选择#1最爱的#1水果#3,众生#1皆迷茫#4。 + guan1 yin1 jian4 yi4 bu4 ru2 rang4 liang3 hou2 xuan3 ze2 zui4 ai4 de5 shui2 guo3 zhong4 sheng1 jie1 mi2 mang2 +009844 当然#2,上网#2也#1不光是#1看棋#3,“也#1聊聊天#2,查查#1邮件#1什么的#4”。 + dang1 ran2 shang4 wang2 ye3 bu4 guang1 shi4 kan4 qi2 ye3 liao2 liao2 tian1 cha2 cha2 you2 jian4 shen2 me5 de5 +009845 暖暖#1跪下了#3,我#1再也#1不犯#1错误了#3,妈妈#1你#1赶紧#1去医院吧#4。 + nuan2 nuan3 gui4 xia4 le5 wo3 zai4 ye3 bu2 fan4 cuo4 wu4 le5 ma1 ma5 ni3 gan2 jin3 qu4 yi1 yuan4 ba5 +009846 闫秋玲#1说#3,字#1是用#1黑色#1记号笔#1写的#3,不是#1用#1刀子#1刻的#4。 + yan2 qiu1 ling2 shuo1 zi4 shi4 yong4 hei1 se4 ji4 hao4 bi2 xie3 de5 bu2 shi4 yong4 dao1 zi5 ke4 de5 +009847 时下#3,你被#1解雇了#2在#1美国#1甚为#1流行#2,成了#1一句#1时髦语#4。 + shi2 xia4 ni3 bei4 jie3 gu4 le5 zai4 mei3 guo2 shen4 wei2 liu2 xing2 cheng2 le5 yi2 ju4 shi2 mao2 yu3 +009848 刑满#1释放#1后的#1高义强#1不思#1悔改#3,并#1染上#1赌博的#1恶习#4。 + xing2 man3 shi4 fang4 hou4 de5 gao1 yi4 qiang2 bu4 si1 hui2 gai3 bing4 ran3 shang4 du3 bo2 de5 e4 xi2 +009849 第二天#2有#1二百零#1三家#1厂房#2和#1八百零#1五家#1商铺#1被订购#4。 + di4 er4 tian1 you3 er4 bai3 ling2 san1 jia1 chang3 fang2 he2 ba1 bai3 ling2 wu3 jia1 shang1 pu4 bei4 ding4 gou4 +009850 你这#1破分数#3,就是#1小时候#1乱七#1八糟#1书看#1太多的#1原因#4! + ni3 zhe4 po4 fen1 shu4 jiu4 shi4 xiao3 shi2 hou4 luan4 qi1 ba1 zao1 shu1 kan4 tai4 duo1 de5 yuan2 yin1 +009851 当官#1真好#3,什么#1都玩儿#2,什么#1都会#2,什么#1都赚钱#3,呵呵#4。 + dang1 guan1 zhen1 hao3 shen2 me5 dou1 wanr2 shen2 me5 dou1 hui4 shen2 me5 dou1 zhuan4 qian2 he1 he1 +009852 在#1陈水扁#1担任#2台北市#1议员时#3,苏焕智#1曾#1担任#1扁助理#4。 + zai4 chen2 shui2 bian3 dan1 ren4 tai2 bei3 shi4 yi4 yuan2 shi2 su1 huan4 zhi4 ceng2 dan1 ren4 bian3 zhu4 li3 +009853 刚开始#2她还#1练习#1古筝#3,因为#1弹琴#3,手指#1都#1磨破了#3,她也#1不喊苦#4。 + gang1 kai1 shi3 ta1 hai2 lian4 xi2 gu3 zheng1 yin1 wei4 tan2 qin2 shou2 zhi3 dou1 mo2 po4 le5 ta1 ye3 bu4 han2 ku3 +009854 细细#1揣摩#2,似乎#1也#1颇为#1符合#1郑州#1黄河#1公路#1大桥的#1前世#1今生#4。 + xi4 xi4 chuai3 mo2 si4 hu1 ye3 po1 wei2 fu2 he2 zheng4 zhou1 huang2 he2 gong1 lu4 da4 qiao2 de5 qian2 shi4 jin1 sheng1 +009855 他#1喜欢#1开玩笑#3,比如#2我#1举枪#1举了#1十分钟#3,他就#1走过来#1说#2累吧#4? + ta1 xi3 huan5 kai1 wan2 xiao4 bi3 ru2 wo2 ju3 qiang1 ju3 le5 shi2 fen1 zhong1 ta1 jiu4 zou3 guo4 lai2 shuo1 lei4 ba5 +009856 由于#1落水后#2连呛了#1几口水#3,上岸#1后的#1婆婆#1惊魂#1未定#2,脸色#1苍白#4。 + you2 yu2 luo4 shui3 hou4 lian2 qiang4 le5 ji2 kou2 shui3 shang4 an4 hou4 de5 po2 po5 jing1 hun2 wei4 ding4 lian3 se4 cang1 bai2 +009857 新华社#1记者#2租借#1一艘#1当地#1渔船#2靠近了#1在#1浅海#1中的#1中国#1渔船#4。 + xin1 hua2 she4 ji4 zhe3 zu1 jie4 yi4 sou1 dang1 di4 yu2 chuan2 kao4 jin4 le5 zai4 qian2 hai3 zhong1 de5 zhong1 guo2 yu2 chuan2 +009858 昔日#1土妞儿#2变#1时尚#1辣妹#3,让#1大众#1看到了#1一个#2不断#1成长的#1海清#4。 + xi1 ri4 tu3 niur1 bian4 shi2 shang4 la4 mei4 rang4 da4 zhong4 kan4 dao4 le5 yi2 ge4 bu2 duan4 cheng2 zhang3 de5 hai3 qing1 +009859 因为#1盘缠#1几乎#1耗尽#3,三人#1只能靠#1邻居#1和#1保安的#1接济#1勉强#1度日#4。 + yin1 wei4 pan2 chan5 ji1 hu1 hao4 jin4 san1 ren2 zhi3 neng2 kao4 lin2 ju1 he2 bao3 an1 de5 jie1 ji4 mian2 qiang3 du4 ri4 +009860 红光#1路上的#1秦阿旁宫#1景区#3,一度#1让#1人们#1认为#3“这里#1就是#1阿旁宫#4”。 + hong2 guang1 lu4 shang4 de5 qin2 e1 pang2 gong1 jing3 qu1 yi2 du4 rang4 ren2 men5 ren4 wei2 zhe4 li3 jiu4 shi4 e1 pang2 gong1 +009861 这位#1老伯#1持#1老人#1免费证#1上车#3,采取#1各种#1办法#2性骚扰#1女乘客#4。 + zhe4 wei4 lao3 bo2 chi2 lao3 ren2 mian3 fei4 zheng4 shang4 che1 cai2 qu3 ge4 zhong3 ban4 fa3 xing4 sao1 rao2 nv3 cheng2 ke4 +009862 平性的#2有#1山药#2、白萝卜#2、甘薯#2、马铃薯#2、南瓜#2、西红柿#2、蘑菇等#4。 + ping2 xing4 de5 you3 shan1 yao4 bai2 luo2 bo5 gan1 shu3 ma3 ling2 shu3 nan2 gua1 xi1 hong2 shi4 mo2 gu5 deng3 +009863 这#1疯狂的#1一幕#3,也许#2只有#1等到#1大潮#1退去#3,裸泳者#1才会#1浮出#1水面#4。 + zhe4 feng1 kuang2 de5 yi2 mu4 ye2 xu3 zhi2 you2 deng3 dao4 da4 chao2 tui4 qu4 luo2 yong2 zhe3 cai2 hui4 fu2 chu1 shui3 mian4 +009864 以后#3,必成#1同志#2率部#2参加了#1两次#1涟水#1保卫战#3,策应了#1宿北#1大战的#1胜利#4。 + yi3 hou4 bi4 cheng2 tong2 zhi4 shuai4 bu4 can1 jia1 le5 liang3 ci4 lian2 shui2 bao3 wei4 zhan4 ce4 ying4 le5 su4 bei3 da4 zhan4 de5 sheng4 li4 +009865 为了#1能#1跑起来#1方便#3,他们#1只背着#1简单的#1工具#3,互相#1照应着#2,能跑#1就跑#4。 + wei4 le5 neng2 pao2 qi3 lai2 fang1 bian4 ta1 men5 zhi3 bei1 zhe5 jian3 dan1 de5 gong1 ju4 hu4 xiang1 zhao4 ying4 zhe5 neng2 pao3 jiu4 pao3 +009866 从前#2有个#1大灰狼#3,你猜#2大灰狼#1是谁#4? + cong2 qian2 you3 ge5 da4 hui1 lang2 ni3 cai1 da4 hui1 lang2 shi4 shui2 +009867 收费#1年限#2分别#1持续#1至#1二零#1三二年#2及#1二零#1四零年#4。 + shou1 fei4 nian2 xian4 fen1 bie2 chi2 xu4 zhi4 er4 ling2 san1 er4 nian2 ji2 er4 ling2 si4 ling2 nian2 +009868 如果#1吃起来#1非常#1细腻#3,则#1说明#1玉米粉#1加得#1不多#4。 + ru2 guo3 chi1 qi3 lai2 fei1 chang2 xi4 ni4 ze2 shuo1 ming2 yu4 mi2 fen3 jia1 de5 bu4 duo1 +009869 人们#1只会#1佩服#1那些#1有#1创造性#1贡献的人#4。 + ren2 men5 zhi3 hui4 pei4 fu2 na4 xie1 you3 chuang4 zao4 xing4 gong4 xian4 de5 ren2 +009870 交公粮#3,我把#1最好的#1小麦#2、玉米#2送到#1粮管所#4。 + jiao1 gong1 liang2 wo2 ba3 zui4 hao3 de5 xiao3 mai4 yu4 mi3 song4 dao4 liang2 guan2 suo3 +009871 不会呀#1主人#3,骂人#1是#1不对的#4。 + bu2 hui4 ya5 zhu3 ren2 ma4 ren2 shi4 bu2 dui4 de5 +009872 曹洪亮说#3:还有#1几个#1空着#3……没关系#3,让我#1抄抄#4! + cao2 hong2 liang4 shuo1 hai2 you2 ji3 ge5 kong1 zhe5 mei2 guan1 xi5 rang4 wo3 chao1 chao5 +009873 赵姑娘#2背着个#1双肩包#3,坐下时#1顺势#1放在#1一边#4。 + zhao4 gu1 niang5 bei1 zhe5 ge5 shuang1 jian1 bao1 zuo4 xia4 shi2 shun4 shi4 fang4 zai4 yi4 bian1 +009874 我说#3:咽不下#1这口气#4。 + wo3 shuo1 yan4 bu2 xia4 zhe4 kou3 qi4 +009875 妈#3,撕#1情书呢#4? + ma1 si1 qing2 shu1 ne5 +009876 应该是#1笔墨#1纸砚吧#4? + ying1 gai1 shi4 bi3 mo4 zhi3 yan4 ba5 +009877 余梅#1决定#1剖腹产#4。 + yu2 mei2 jue2 ding4 pou1 fu4 chan3 +009878 我#1不吃你#1那套#4! + wo3 bu4 chi1 ni3 na4 tao4 +009879 走#1差不多#1几分钟#4。 + zou3 cha4 bu4 duo1 ji3 fen1 zhong1 +009880 倒水的#1学生#2只听到#1前半句#3,遵其命#2再倾其#1余水#3,边倒#1边叫#2:去你的#4! + dao4 shui3 de5 xue2 sheng1 zhi3 ting1 dao4 qian2 ban4 ju4 zun1 qi2 ming4 zai4 qing1 qi2 yu2 shui3 bian1 dao4 bian1 jiao4 qu4 ni3 de5 +009881 两人#1一场#1恶斗#2,胜负#1难分#3,只好#1把矛头#1对准#2在读#1英语的#1谢景渊道#3:你呢#4? + liang3 ren2 yi4 chang3 e4 dou4 sheng4 fu4 nan2 fen1 zhi2 hao2 ba3 mao2 tou2 dui4 zhun3 zai4 du2 ying1 yu3 de5 xie4 jing3 yuan1 dao4 ni3 ne5 +009882 周边#1居民#1时常#1会看到#3有烟气#1从#1铝厂#1林立的#1大烟囱中#1排出#4。 + zhou1 bian1 ju1 min2 shi2 chang2 hui4 kan4 dao4 you3 yan1 qi4 cong2 lv2 chang3 lin2 li4 de5 da4 yan1 cong1 zhong1 pai2 chu1 +009883 时任#2深圳市#1司法局#1副局长的#1徐建#2受命#1设计#1一套#2政改#1方案#4。 + shi2 ren4 shen1 zhen4 shi4 si1 fa3 ju2 fu4 ju2 zhang3 de5 xu2 jian4 shou4 ming4 she4 ji4 yi2 tao4 zheng4 gai3 fang1 an4 +009884 钱伟长#2对#1饮食#1从不#1挑惕#3,既不#1抽烟#2,也#1不喝酒#3,饮茶#1也#1不讲究#4。 + qian2 wei3 chang2 dui4 yin3 shi2 cong2 bu4 tiao1 ti4 ji4 bu4 chou1 yan1 ye3 bu4 he1 jiu3 yin3 cha2 ye3 bu4 jiang3 jiu5 +009885 以后#1我生日#1就#1不能领#1礼物了#3,呵呵#3,可能#2她是#1为了#1省#1礼物吧#4。 + yi3 hou4 wo3 sheng1 ri4 jiu4 bu4 neng2 ling2 li3 wu4 le5 he1 he1 ke3 neng2 ta1 shi4 wei4 le5 sheng2 li3 wu4 ba5 +009886 七个人#2面面#1相觑#3,然后说#3:你#1走错#1地方了#3,我们#1是#1葫芦娃#4。 + qi1 ge4 ren2 mian4 mian4 xiang1 qu4 ran2 hou4 shuo1 ni2 zou3 cuo4 di4 fang5 le5 wo3 men5 shi4 hu2 lu5 wa2 +009887 乌鸦的#1死#2是#1自己#1造成的#3,原因#1只在于#1他#1没有#1作调查#1试探#1活动#4。 + wu1 ya1 de5 si3 shi4 zi4 ji3 zao4 cheng2 de5 yuan2 yin1 zhi3 zai4 yu2 ta1 mei2 you3 zuo4 diao4 cha2 shi4 tan4 huo2 dong4 +009888 截至#1目前#3,挖掘#1工作#1已经#1结束#3,目前#1压路机#2正在#1夯实#1地基#4。 + jie2 zhi4 mu4 qian2 wa1 jue2 gong1 zuo4 yi3 jing1 jie2 shu4 mu4 qian2 ya1 lu4 ji1 zheng4 zai4 hang1 shi2 di4 ji1 +009889 该#1人士#1提醒#3,不要#1随意#1遗弃#1犬只#2,给#1市民#1出行#2带来#1安全#1隐患#4。 + gai1 ren2 shi4 ti2 xing3 bu2 yao4 sui2 yi4 yi2 qi4 quan3 zhi1 gei3 shi4 min2 chu1 xing2 dai4 lai2 an1 quan2 yin3 huan4 +009890 这类#1文字的#1涂抹#1工具#2不再是#1记号笔#3,而是#1类似#1煤灰的#1物质#4。 + zhe4 lei4 wen2 zi4 de5 tu2 mo3 gong1 ju4 bu2 zai4 shi4 ji4 hao4 bi3 er2 shi4 lei4 si4 mei2 hui1 de5 wu4 zhi4 +009891 男友#3:“是#1这样#2,我#1记得#3,我是#1在一个#1月色#1朦胧的#1晚上#2向你#1求的婚#4。 + nan2 you3 shi4 zhe4 yang4 wo3 ji4 de5 wo3 shi4 zai4 yi2 ge4 yue4 se4 meng2 long2 de5 wan3 shang4 xiang4 ni3 qiu2 de5 hun1 +009892 警方#1查询了#1物料#1领取#1单据#3,日期#1与#1安装#1时间#1相符#4。 + jing3 fang1 cha2 xun2 le5 wu4 liao4 ling2 qu3 dan1 ju4 ri4 qi1 yu3 an1 zhuang1 shi2 jian1 xiang1 fu2 +009893 据悉#3,这个#1流动的#1“骆驼#1照相摊#2”并未#1办理#1任何#1手续#4。 + ju4 xi1 zhe4 ge4 liu2 dong4 de5 luo4 tuo5 zhao4 xiang4 tan1 bing4 wei4 ban4 li3 ren4 he2 shou3 xu4 +009894 同时#3,预算案的#1电子版#1也将#1上网#3,任何人#1都#1可以#1查阅#4。 + tong2 shi2 yu4 suan4 an4 de5 dian4 zi2 ban2 ye3 jiang1 shang4 wang3 ren4 he2 ren2 dou1 ke2 yi3 cha2 yue4 +009895 起初#2何称铭#1搂着#1一位#1女性#1友人的#1胳膊#1边走#1边聊#4。 + qi3 chu1 he2 cheng4 ming2 lou3 zhe5 yi2 wei4 nv3 xing4 you3 ren2 de5 ge1 bo5 bian1 zou3 bian1 liao2 +009896 能被#1选作#1基辛格#1资料的#1收藏者#3,耶鲁#1深感#1荣幸#4。 + neng2 bei4 xuan3 zuo4 ji1 xin1 ge2 zi1 liao4 de5 shou1 cang2 zhe3 ye1 lu3 shen1 gan3 rong2 xing4 +009897 这和#1高层#1管理者#1精神#1压力大#2、应酬多#2有#1很大#1关系#4。 + zhe4 he2 gao1 ceng2 guan2 li2 zhe3 jing1 shen2 ya1 li4 da4 ying4 chou2 duo1 you2 hen3 da4 guan1 xi4 +009898 咱们#1牧民#1群众#1特别#1热心#2,特别#1好客#3,非常#1善良#4。 + zan2 men5 mu4 min2 qun2 zhong4 te4 bie2 re4 xin1 te4 bie2 hao4 ke4 fei1 chang2 shan4 liang2 +009899 每一个#1“火箭官#1”都#1顺利地#1升上#1去了#3,冉冉#1若星光#4。 + mei3 yi2 ge4 huo3 jian4 guan1 dou1 shun4 li4 de5 sheng1 shang4 qu4 le5 ran2 ran3 ruo4 xing1 guang1 +009900 每天#1把#1牢骚#1拿出来#1晒晒#1太阳#3,心情#1就#1不会#1缺钙#4。 + mei3 tian1 ba3 lao2 sao1 na2 chu1 lai2 shai4 shai5 tai4 yang5 xin1 qing2 jiu4 bu2 hui4 que1 gai4 +009901 昨日#3,这名#1“伤者#1”与#1医生#1全部被#1警方#1依法#1刑事#1拘留#4。 + zuo2 ri4 zhe4 ming2 shang1 zhe2 yu3 yi1 sheng1 quan2 bu4 bei4 jing3 fang1 yi1 fa3 xing2 shi4 ju1 liu2 +009902 钱伟长#2想到#1上海#1来办#1学校#2是#1经过#1深思#1熟虑的#4。 + qian2 wei3 chang2 xiang3 dao4 shang4 hai3 lai2 ban4 xue2 xiao4 shi4 jing1 guo4 shen1 si1 shu2 lv4 de5 +009903 她#1见我#1一进门#1就骂#3,吃饭时#1也骂#3,骂得我#1抬不起#1头#4。 + ta1 jian4 wo3 yi2 jin4 men2 jiu4 ma4 chi1 fan4 shi2 ye3 ma4 ma4 de5 wo3 tai2 bu4 qi3 tou2 +009904 李述德#1在#1离开#1之前#2,只说了#1一句#3“柱驼#1杀#1父亲了#4”。 + li3 shu4 de2 zai4 li2 kai1 zhi1 qian2 zhi3 shuo1 le5 yi2 ju4 zhu4 tuo2 sha1 fu4 qin5 le5 +009905 这种#1车票#1和#1保险单#1捆绑#1出售#2属于#1重复性#1购买#4。 + zhe4 zhong3 che1 piao4 he2 bao2 xian3 dan1 kun2 bang3 chu1 shou4 shu3 yu2 chong2 fu4 xing4 gou4 mai3 +009906 戴佩妮的#1男友#1西米露#2接唱#1情歌#3,让她#1非常#1开心#4。 + dai4 pei4 ni1 de5 nan2 you3 xi1 mi3 lu4 jie1 chang4 qing2 ge1 rang4 ta1 fei1 chang2 kai1 xin1 +009907 观大势#1、谋大局#1、出大策#3始终#1是#1该院的#1办院#1方针#4。 + guan1 da4 shi4 mou2 da4 ju2 chu1 da4 ce4 shi3 zhong1 shi4 gai1 yuan4 de5 ban4 yuan4 fang1 zhen1 +009908 他们#1骑着#1摩托#1回家#3,正好#1为农忙#1时的#1父母#1帮忙#4。 + ta1 men5 qi2 zhe5 mo2 tuo1 hui2 jia1 zheng4 hao3 wei4 nong2 mang2 shi2 de5 fu4 mu3 bang1 mang2 +009909 但是#1因为#2还没到#1退休#1年龄#3,只能#1掰着#1指头#1捱日子#4。 + dan4 shi4 yin1 wei4 hai2 mei2 dao4 tui4 xiu1 nian2 ling2 zhi3 neng2 bai1 zhe5 zhi3 tou5 ai2 ri4 zi5 +009910 这几天#1雨水#1不断#3,人们#1恨不得#1待在#1家里#1不出门#4。 + zhe4 ji3 tian1 yu2 shui3 bu2 duan4 ren2 men5 hen4 bu4 de2 dai1 zai4 jia1 li3 bu4 chu1 men2 +009911 没想到#1徐赟#2、张海翔#1两人#2就此#1玩起了#1人间#1“蒸发#4”。 + mei2 xiang3 dao4 xu2 yun1 zhang1 hai3 xiang2 liang3 ren2 jiu4 ci3 wan2 qi3 le5 ren2 jian1 zheng1 fa1 +009912 藤村#1此番#1发言#2可能是#1为了#1凸显#1野田的#1领导#1能力#4。 + teng2 cun1 ci3 fan1 fa1 yan2 ke3 neng2 shi4 wei4 le5 tu1 xian2 ye3 tian2 de5 ling2 dao3 neng2 li4 +009913 程长庚#2,生在#1清王朝#1嘉庆#1年间#3,安徽的#1潜山#1小县#4。 + cheng2 chang2 geng1 sheng1 zai4 qing1 wang2 chao2 jia1 qing4 nian2 jian1 an1 hui1 de5 qian2 shan1 xiao3 xian4 +009914 南海#1海域#1综合#1补给#1基地#1码头#1项目#2正在#1论证中#4。 + nan2 hai2 hai3 yu4 zong1 he2 bu2 ji3 ji1 di4 ma3 tou2 xiang4 mu4 zheng4 zai4 lun4 zheng4 zhong1 +009915 也就是说#3今晚#1成都#1市民#1极有#1可能#1再次#1看到#1飘雪#4。 + ye3 jiu4 shi4 shuo1 jin1 wan3 cheng2 du1 shi4 min2 ji2 you2 ke3 neng2 zai4 ci4 kan4 dao4 piao1 xue3 +009916 随着#1天气#1转热#3,各地的#1游泳#1场所#1开始#1人头#1攒动#4。 + sui2 zhe5 tian1 qi4 zhuan3 re4 ge4 di4 de5 you2 yong3 chang2 suo3 kai1 shi3 ren2 tou2 cuan2 dong4 +009917 更让#1徐先生#1纳闷的是#3,房客的#1手机#1也#1打不#1通了#4。 + geng4 rang4 xu2 xian1 sheng5 na4 men4 de5 shi4 fang2 ke4 de5 shou3 ji1 ye2 da3 bu4 tong1 le5 +009918 遇到#1颠簸时#3,应#1听从#1乘务员的#1安全#1指令#3,回座位#1坐好#4。 + yu4 dao4 dian1 bo3 shi2 ying1 ting1 cong2 cheng2 wu4 yuan2 de5 an1 quan2 zhi3 ling4 hui2 zuo4 wei4 zuo4 hao3 +009919 他在#1后面#1呆惯了#3,怕#1自己#1一插#2身后的人#1会不满#3,不敢#1排进去#4。 + ta1 zai4 hou4 mian4 dai1 guan4 le5 pa4 zi4 ji3 yi4 cha1 shen1 hou4 de5 ren2 hui4 bu4 man3 bu4 gan3 pai2 jin4 qu4 +009920 傍晚#2七个#1小人#1回来了#3,白雪#1公主说#3:你们#1就是#1我#1命中的#1七个#1小矮人吧#4。 + bang4 wan3 qi1 ge5 xiao3 ren2 hui2 lai5 le5 bai2 xue3 gong1 zhu3 shuo1 ni3 men5 jiu4 shi4 wo3 ming4 zhong4 de5 qi1 ge5 xiao2 ai3 ren2 ba5 +009921 他#1本想说#3:教育局#1管#1这个#3,他们#1是#1一路的#3,这样#1一管#2岂不是#2妓女#1起嫖客#4? + ta1 ben2 xiang3 shuo1 jiao4 yu4 ju2 guan3 zhe4 ge4 ta1 men5 shi4 yi2 lu4 de5 zhe4 yang4 yi4 guan3 qi3 bu2 shi4 ji4 nv2 qi3 piao2 ke4 +009922 一种#2表示#1商品#1所有权的#1财物#1证券#3,也称#1商品#1证券#3,如#1提货单#2、交货单#4。 + yi4 zhong2 biao3 shi4 shang1 pin3 suo2 you3 quan2 de5 cai2 wu4 zheng4 quan4 ye3 cheng1 shang1 pin3 zheng4 quan4 ru2 ti2 huo4 dan1 jiao1 huo4 dan1 +009923 会有#1很#1丰富的#1东西#1留下来#3,说都#1说不完#4。 + hui4 you2 hen3 feng1 fu4 de5 dong1 xi5 liu2 xia4 lai2 shuo1 dou1 shuo1 bu4 wan2 +009924 这句话#1像#1从天#1而降#3,吓得#1四周#1一片#1寂静#4。 + zhe4 ju4 hua4 xiang4 cong2 tian1 er2 jiang4 xia4 de5 si4 zhou1 yi2 pian4 ji4 jing4 +009925 记者#1所在的#1是#1受害人#1家属#1所在的#1右区#4。 + ji4 zhe2 suo3 zai4 de5 shi4 shou4 hai4 ren2 jia1 shu2 suo3 zai4 de5 you4 qu1 +009926 不管#1哈大爷#1去哪#3,它都#1一步#1不离地#1跟着#4。 + bu4 guan3 ha1 da4 ye2 qu4 na3 ta1 dou1 yi2 bu4 bu4 li2 de5 gen1 zhe5 +009927 大家#1抬头#1望去#3,一只#1老鼠#2正#1趴在#1吊顶上#4。 + da4 jia1 tai2 tou2 wang4 qu4 yi4 zhi1 lao2 shu3 zheng4 pa1 zai4 diao4 ding3 shang4 +009928 我决定#2过年#1就#1辞职#3,接手#1我爸的#1废品站#4! + wo3 jue2 ding4 guo4 nian2 jiu4 ci2 zhi2 jie1 shou2 wo3 ba4 de5 fei4 pin3 zhan4 +009929 最终#3,中国#1男子#1乒乓球队#2获得#1此奖项#4。 + zui4 zhong1 zhong1 guo2 nan2 zi3 ping1 pang1 qiu2 dui4 huo4 de2 ci2 jiang3 xiang4 +009930 防汛#1抗旱#1两手抓#3,抗旱#2相对#1抓的#1不够#4。 + fang2 xun4 kang4 han4 liang2 shou3 zhua1 kang4 han4 xiang1 dui4 zhua1 de5 bu2 gou4 +009931 图们江#1下游#1地区#2开发#1开放的#1进展#1如何#4? + tu2 men2 jiang1 xia4 you2 di4 qu1 kai1 fa1 kai1 fang4 de5 jin4 zhan3 ru2 he2 +009932 这#1要求#2中国#1必须#1有一个#1坚强的#1政党#1领导#4。 + zhe4 yao1 qiu2 zhong1 guo2 bi4 xu1 you3 yi2 ge4 jian1 qiang2 de5 zheng4 dang3 ling2 dao3 +009933 再说#3,关于#1利益#1上的事#2俺俩#1都#1不好#1开口#4。 + zai4 shuo1 guan1 yu2 li4 yi4 shang4 de5 shi4 an2 lia3 dou1 bu4 hao3 kai1 kou3 +009934 明代#1瓦剌#2、鞑靼#1入侵#1明境#3也是#1通过#1此地#4。 + ming2 dai4 wa3 la4 da2 da2 ru4 qin1 ming2 jing4 ye3 shi4 tong1 guo4 ci3 di4 +009935 咪咪#1舔着#1孩子#3,把它#1身上的#1毛#1舔干净#4。 + mi1 mi1 tian3 zhe5 hai2 zi5 ba3 ta1 shen1 shang4 de5 mao2 tian3 gan1 jing4 +009936 是否#1这次的#1国标#1修订#2被#1大企业#1“绑架”了#4? + shi4 fou3 zhe4 ci4 de5 guo2 biao1 xiu1 ding4 bei4 da4 qi3 ye4 bang3 jia4 le5 +009937 判决后#3,姚某#1妻子#1胡某#1不服#2,提起#1上诉#4。 + pan4 jue2 hou4 yao2 mou3 qi1 zi3 hu2 mou3 bu4 fu2 ti2 qi3 shang4 su4 +009938 由此#1可以#1看出#3邯钢的#1经济#1效益#2来自#1何处#4。 + you2 ci3 ke2 yi3 kan4 chu1 han2 gang1 de5 jing1 ji4 xiao4 yi4 lai2 zi4 he2 chu4 +009939 琳达说#3,是#1瑜伽#1改变了#1她和#1马儿的#1生活#4。 + lin2 da2 shuo1 shi4 yu2 jia1 gai3 bian4 le5 ta1 he2 ma3 er2 de5 sheng1 huo2 +009940 楼下的#1保安#1告诉#1记者#3,这里#1不租#1也#1不卖#4。 + lou2 xia4 de5 bao3 an1 gao4 su4 ji4 zhe3 zhe4 li3 bu4 zu1 ye3 bu2 mai4 +009941 习近平#1说#3,中斯#1两国#1人民#1传统#1友谊#1深厚#4。 + xi2 jin4 ping2 shuo1 zhong1 si1 liang3 guo2 ren2 min2 chuan2 tong2 you3 yi4 shen1 hou4 +009942 传闻#1越来#1越多#3,后来#1连#1老汉儿#1自己#1都怕了#4。 + chuan2 wen2 yue4 lai2 yue4 duo1 hou4 lai2 lian2 lao3 hanr4 zi4 ji3 dou1 pa4 le5 +009943 我#1怒吼#1一声#1冲上去#3,举起#1砖头#1砸了#1过去#4。 + wo3 nu4 hou3 yi4 sheng1 chong1 shang4 qu4 ju2 qi3 zhuan1 tou5 za2 le5 guo4 qu4 +009944 我#1现在#1还不会#3,这就#1回去#1问问#1发明#1我的人#4。 + wo3 xian4 zai4 hai2 bu2 hui4 zhe4 jiu4 hui2 qu4 wen4 wen4 fa1 ming2 wo3 de5 ren2 +009945 显然#3,“洛阳#1性奴”案#2不具备#1上述#1两个#1前提#4。 + xian3 ran2 luo4 yang2 xing4 nu2 an4 bu2 ju4 bei4 shang4 shu4 liang3 ge5 qian2 ti2 +009946 另外#3,杰克逊#2有#1文唇线#2、眼线#2、眉毛的#1动作#4。 + ling4 wai4 jie2 ke4 xun4 you3 wen2 chun2 xian4 yan3 xian4 mei2 mao5 de5 dong4 zuo4 +009947 昨晚#3,华西#1都市报#1记者#1电话#1采访了#1尹琪#4。 + zuo2 wan3 hua2 xi1 du1 shi4 bao4 ji4 zhe3 dian4 hua4 cai2 fang3 le5 yin3 qi2 +009948 涅拉#1季科#2未透露#1这些#1航空#1公司的#1名称#4。 + nie4 la1 ji4 ke1 wei4 tou4 lu4 zhe4 xie1 hang2 kong1 gong1 si1 de5 ming2 cheng1 +009949 从#1运行#1轨迹上#1来说#3,它也#1不可能#1是#1星星#4。 + cong2 yun4 xing2 gui3 ji4 shang4 lai2 shuo1 ta1 ye3 bu4 ke3 neng2 shi4 xing1 xing5 +009950 目前看#3,如果#1继续#1加息#2也#1存在#1两难#1问题#4。 + mu4 qian2 kan4 ru2 guo3 ji4 xu4 jia1 xi1 ye3 cun2 zai4 liang3 nan2 wen4 ti2 +009951 曾宝仪#2在#1节目#1录制#1现场#2大爆#1观众#1糗事#4。 + zeng1 bao3 yi2 zai4 jie2 mu4 lu4 zhi4 xian4 chang3 da4 bao4 guan1 zhong4 qiu3 shi4 +009952 但#1任凭#1周某#1怎么叫#3,男子#1仍#1酣睡#1不醒#4。 + dan4 ren4 ping2 zhou1 mou2 zen3 me5 jiao4 nan2 zi3 reng2 han1 shui4 bu4 xing3 +009953 老大爷说#3:小子#2,你挡我#1财路了#2,知道不#4? + lao3 da4 ye5 shuo1 xiao3 zi5 ni3 dang2 wo3 cai2 lu4 le5 zhi1 dao4 bu5 +009954 没料到#3,闯下#1大头佛的#1阿伟#2还不知#1悔改#4。 + mei2 liao4 dao4 chuang3 xia4 da4 tou2 fo2 de5 a1 wei3 hai2 bu4 zhi1 hui2 gai3 +009955 卡扎菲#1“部落式#1”统治#2已#1遭遇#1“部落#1内讧#4”。 + ka3 zha1 fei1 bu4 luo4 shi4 tong3 zhi4 yi3 zao1 yu4 bu4 luo4 nei4 hong4 +009956 这个#1孩子的#1生命#3一半#1来源于#1另一位#1女士#1捐赠的#1“冷冻#1卵子#4”。 + zhe4 ge4 hai2 zi5 de5 sheng1 ming4 yi2 ban4 lai2 yuan2 yu2 ling4 yi2 wei4 nv3 shi4 juan1 zeng4 de5 leng3 dong4 luan2 zi3 +009957 出现#1这种#1“泥鳅#1”内阁的#1局面#3既是#1野田#1有意#1为之#3,也#1实属#1无奈#4。 + chu1 xian4 zhe4 zhong3 ni2 qiu5 nei4 ge2 de5 ju2 mian4 ji4 shi4 ye3 tian2 you3 yi4 wei2 zhi1 ye3 shi2 shu3 wu2 nai4 +009958 济青#1高速#2济南#2、华山#2、章丘#2、邹平#2、周村#2、淄博#2、临淄站#4。 + ji3 qing1 gao1 su4 ji3 nan2 hua4 shan1 zhang1 qiu1 zou1 ping2 zhou1 cun1 zi1 bo2 lin2 zi1 zhan4 +009959 赵凌飞的话#3,反映了#1沈阳#1赛区#1所有#1奥运#1志愿者的#1共同#1心声#4。 + zhao4 ling2 fei1 de5 hua4 fan3 ying4 le5 shen3 yang2 sai4 qu1 suo2 you3 ao4 yun4 zhi4 yuan4 zhe3 de5 gong4 tong2 xin1 sheng1 +009960 因为#3,我们#1所#1发出的#1力量#2必会因#1难度#1加大#1而#1减弱#4。 + yin1 wei4 wo3 men5 suo3 fa1 chu1 de5 li4 liang4 bi4 hui4 yin1 nan2 du4 jia1 da4 er2 jian3 ruo4 +009961 发生#1事故的#1楼梯#1拐角处#2仍可#1看到#1血迹#4。 + fa1 sheng1 shi4 gu4 de5 lou2 ti1 guai2 jiao3 chu4 reng2 ke3 kan4 dao4 xue4 ji4 +009962 想过进#1公安#3,可能#1身高#1不够#3,老汉儿#2也#1不让#1我进去#4。 + xiang3 guo4 jin4 gong1 an1 ke3 neng2 shen1 gao1 bu2 gou4 lao3 hanr4 ye3 bu2 rang4 wo3 jin4 qu4 +009963 路上#1关卡#1很多#3,为了#1方便#1撤离#3,只好#1轻装#1前进#4。 + lu4 shang4 guan1 qia2 hen3 duo1 wei4 le5 fang1 bian4 che4 li2 zhi2 hao3 qing1 zhuang1 qian2 jin4 +009964 原来#2比尔#1盖茨#1就是#1美国#1微软#1公司#1联合#1创始人呀#4。 + yuan2 lai2 bi2 er3 gai4 ci2 jiu4 shi4 mei3 guo2 wei1 ruan3 gong1 si1 lian2 he2 chuang4 shi3 ren2 ya5 +009965 之后#3他们#1一家#1三口#1将与#1双方#1父母#3往#1峇里岛#1旅游#4。 + zhi1 hou4 ta1 men5 yi4 jia1 san1 kou3 jiang1 yu3 shuang1 fang1 fu4 mu3 wang3 ke4 li2 dao3 lv3 you2 +009966 谢谢#1总理#3,也#1感谢#1广大#1网友的#1参与#2,我们#1明年#1再见#4。 + xie4 xie5 zong2 li3 ye2 gan3 xie4 guang3 da4 wang2 you3 de5 can1 yu4 wo3 men5 ming2 nian2 zai4 jian4 +009967 事实上#1是#3:从来#1没有#1一个#1欺善#1怕恶的人#2能#1作出过#1稍大#1一点的#1成就#4。 + shi4 shi2 shang4 shi4 cong2 lai2 mei2 you3 yi2 ge4 qi1 shan4 pa4 e4 de5 ren2 neng2 zuo4 chu1 guo4 shao1 da4 yi4 dian3 de5 cheng2 jiu4 +009968 我会#1打开#1邮件#3,你#1可以#1从#1那里#1继续#4。 + wo3 hui4 da3 kai1 you2 jian4 ni3 ke2 yi3 cong2 na4 li3 ji4 xu4 +009969 美方#1对#1近期#1东海#1局势#1表示#1关切#4。 + mei3 fang1 dui4 jin4 qi1 dong1 hai3 ju2 shi4 biao3 shi4 guan1 qie4 +009970 据悉#3,奥巴马#1一家人#2对#1这座#1“冬季#1白宫#2”极为#1满意#4。 + ju4 xi1 ao4 ba1 ma3 yi4 jia1 ren2 dui4 zhe4 zuo4 dong1 ji4 bai2 gong1 ji2 wei2 man3 yi4 +009971 打扫完#2你会#1很有#1成就感的#3,试一试#1,你就#1信了#4。 + da2 sao3 wan2 ni3 hui4 hen2 you3 cheng2 jiu4 gan3 de5 shi4 yi2 shi4 ni3 jiu4 xin4 le5 +009972 诺曼#2站在#1滑板#1车上#3,各就#1各位#3,准备#1出发啦#4! + nuo4 man4 zhan4 zai4 hua2 ban3 che1 shang4 ge4 jiu4 ge4 wei4 zhun3 bei4 chu1 fa1 la5 +009973 塔河的#1寒夜#3,气温#1降到了#1零下#1三十多#1摄氏度#4。 + ta3 he2 de5 han2 ye4 qi4 wen1 jiang4 dao4 le5 ling2 xia4 san1 shi5 duo1 she4 shi4 du4 +009974 其间#3,连破#1六点六#2、六点#1五#3、六点#1四#3、六点#1三五#1等#1多个#1重要#1关口#4。 + qi2 jian1 lian2 po4 liu4 dian3 liu4 liu4 dian2 wu3 liu4 dian3 si4 liu4 dian3 san1 wu2 deng3 duo1 ge4 zhong4 yao4 guan1 kou3 +009975 算命#3其实#1只是#1人们的#1一种#1自我#1安慰#1和#1自我#1暗示#1而已#3,我们#1还是要#1相信#1科学#1才好#4。 + suan4 ming4 qi2 shi2 zhi3 shi4 ren2 men5 de5 yi4 zhong3 zi4 wo3 an1 wei4 he2 zi4 wo3 an4 shi4 er2 yi3 wo3 men5 hai2 shi4 yao4 xiang1 xin4 ke1 xue2 cai2 hao3 +009976 这一切#1都令人#1欢欣#1鼓舞#3,阿讷西#2没理由#2不坚持#1到#1最后#4。 + zhe4 yi2 qie4 dou1 ling4 ren2 huan1 xin1 gu2 wu3 a1 ne4 xi1 mei2 li3 you2 bu4 jian1 chi2 dao4 zui4 hou4 +009977 直至#1公元前#1一万#1一千年#2,它又#1再次#1出现#4。 + zhi2 zhi4 gong1 yuan2 qian2 yi2 wan4 yi4 qian1 nian2 ta1 you4 zai4 ci4 chu1 xian4 +009978 尽量#1少玩#1电脑#2、少看#1电视#2、少打#1游戏#4。 + jin3 liang4 shao3 wan2 dian4 nao3 shao3 kan4 dian4 shi4 shao2 da3 you2 xi4 +009979 从五#1到七#3,前后#2也就是#1六个#1月的#1时间#4。 + cong2 wu3 dao4 qi1 qian2 hou4 ye3 jiu4 shi4 liu4 ge5 yue4 de5 shi2 jian1 +009980 一进#1咖啡店#3,他就#1遇见#1一张#1熟悉的脸#4。 + yi2 jin4 ka1 fei1 dian4 ta1 jiu4 yu4 jian4 yi4 zhang1 shu2 xi5 de5 lian3 +009981 好在#1众弟兄#2看到了#1把她#1追了#1回来#4。 + hao3 zai4 zhong4 di4 xiong5 kan4 dao4 le5 ba3 ta1 zhui1 le5 hui2 lai2 +009982 有#1一个人#1说#3,哥们儿#3我们#1跑过它#1才能活#4。 + you3 yi2 ge4 ren2 shuo1 ge1 menr5 wo3 men2 pao3 guo4 ta1 cai2 neng2 huo2 +009983 捅了她#1以后#3,模糊#1记得#1她没咋#1动了#4。 + tong3 le5 ta1 yi3 hou4 mo2 hu1 ji4 de5 ta1 mei2 za3 dong4 le5 +009984 从小#1到大#3,葛启义#2没有#1收到过#1压岁钱#4。 + cong2 xiao3 dao4 da4 ge2 qi3 yi4 mei2 you3 shou1 dao4 guo4 ya1 sui4 qian2 +009985 舞台#1下的#1你#2会对#1舞台#1上的#1你#1说什么#4? + wu3 tai2 xia4 de5 ni3 hui4 dui4 wu3 tai2 shang4 de5 ni3 shuo1 shen2 me5 +009986 但#1考生#1普遍#1认为#3,试题的#1“怪#2”多过“难#4”。 + dan4 kao3 sheng1 pu3 bian4 ren4 wei2 shi4 ti2 de5 guai4 duo1 guo4 nan2 +009987 我#1希望#2每个人#1都能够#1尊重#1我们的#1隐私#4。 + wo3 xi1 wang4 mei3 ge4 ren2 dou1 neng2 gou4 zun1 zhong4 wo3 men5 de5 yin3 si1 +009988 漫天的#1红霞#2使劲给#1两人#1增添#1气氛#4。 + man4 tian1 de5 hong2 xia2 shi3 jin4 gei2 liang3 ren2 zeng1 tian1 qi4 fen1 +009989 晚上#1加完班#1开车#1回家#2,太累了#3,迷迷#1糊糊#1开着车#3,走#1一半的#1时候#3,“铛#1”一声#4! + wan3 shang4 jia1 wan2 ban1 kai1 che1 hui2 jia1 tai4 lei4 le5 mi2 mi5 hu1 hu1 kai1 zhe5 che1 zou3 yi2 ban4 de5 shi2 hou4 dang1 yi4 sheng1 +009990 该车#1将#1三人#1撞倒后#3,在#1大雾中#1逃窜#4。 + gai1 che1 jiang1 san1 ren2 zhuang4 dao3 hou4 zai4 da4 wu4 zhong1 tao2 cuan4 +009991 这人#1一哆嗦#3,方向盘#1也#1把不#1稳了#3,差点#1撞上了#1高速#1边道#1护栏#4。 + zhe4 ren2 yi4 duo1 suo5 fang1 xiang4 pan2 ye2 ba3 bu4 wen3 le5 cha4 dian3 zhuang4 shang4 le5 gao1 su4 bian1 dao4 hu4 lan2 +009992 那#1女孩儿#1委屈的#1说#3:“我#1一回头#1见你#1已经#1进去了#3我#1不敢#1进去啊#4! + na4 nv3 hair2 wei3 qu1 de5 shuo1 wo3 yi4 hui2 tou2 jian4 ni2 yi3 jing1 jin4 qu4 le5 wo3 bu4 gan3 jin4 qu4 a5 +009993 小明#1摇摇头说#3:不是#3,我#1只是#1美女#1看多了#3,想#1换个#1口味#1而已#4。 + xiao3 ming2 yao2 yao2 tou2 shuo1 bu2 shi4 wo2 zhi3 shi4 mei2 nv3 kan4 duo1 le5 xiang3 huan4 ge5 kou3 wei4 er2 yi3 +009994 接下来#3,红娘#1要求#1记者#1交费#3,记者#1表示#3不知#1表姐#1身份证#1号码#4。 + jie1 xia4 lai2 hong2 niang2 yao1 qiu2 ji4 zhe3 jiao1 fei4 ji4 zhe2 biao3 shi4 bu4 zhi1 biao2 jie3 shen1 fen4 zheng4 hao4 ma3 +009995 李东蓊#1表示#3,自己#1当时#1在#1法庭上#2发表了#1一次#1独特的#1公诉#1意见#4。 + li3 dong1 weng2 biao3 shi4 zi4 ji3 dang1 shi2 zai4 fa3 ting2 shang4 fa1 biao3 le5 yi2 ci4 du2 te4 de5 gong1 su4 yi4 jian4 +009996 另一#1男子#1扑了#1上来#3,手里#1拿着#1明晃晃的#1长刀#3,向他#1胸口#1直刺#4。 + ling4 yi4 nan2 zi3 pu1 le5 shang4 lai5 shou2 li3 na2 zhe5 ming2 huang4 huang4 de5 chang2 dao1 xiang4 ta1 xiong1 kou3 zhi2 ci4 +009997 今天#3,快递员#1拿着#1一个#1快递#1在#1办公室#1喊#3:秦王#1是#1哪个#3,有他#1快递#4? + jin1 tian1 kuai4 di4 yuan2 na2 zhe5 yi2 ge4 kuai4 di4 zai4 ban4 gong1 shi4 han3 qin2 wang2 shi4 na3 ge4 you3 ta1 kuai4 di4 +009998 这场#1抗议#1活动#3究竟是#1如何#1发展#1演变的#3,又#1究竟#2是谁#1伤害了谁#4? + zhe4 chang3 kang4 yi4 huo2 dong4 jiu1 jing4 shi4 ru2 he2 fa1 zhan2 yan3 bian4 de5 you4 jiu1 jing4 shi4 shui2 shang1 hai4 le5 shui2 +009999 因#1华国锋#1肖鸡#3,墓地#1设计#2根据#1其#1属相#1设计#4。 + yin1 hua4 guo2 feng1 xiao4 ji1 mu4 di4 she4 ji4 gen1 ju4 qi2 shu3 xiang4 she4 ji4 +010000 在#1狱中#3,张明宝#1悔恨#1交加#2,写了#1一份#1忏悔书#4。 + zai4 yu4 zhong1 zhang1 ming2 bao2 hui3 hen4 jiao1 jia1 xie3 le5 yi2 fen4 chan4 hui3 shu1 diff --git a/examples/biaobei/Wave/desktop.ini b/examples/biaobei/Wave/desktop.ini new file mode 100644 index 0000000000000000000000000000000000000000..d957fd188dbc10a2a74cd31f9982e1cfcc0c4a28 --- /dev/null +++ b/examples/biaobei/Wave/desktop.ini @@ -0,0 +1,4 @@ +[ViewState] +Mode= +Vid= +FolderType=Generic diff --git a/examples/biaobei/config.yaml b/examples/biaobei/config.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ac8655696ae2ebf550d3a4c3d228781791d8ac77 --- /dev/null +++ b/examples/biaobei/config.yaml @@ -0,0 +1,161 @@ + +dataset: + train: + wav_scp: './train/wav.scp' + mel_scp: './train/mel.scp' + dur_scp: './train/dur.scp' + emb_type1: + _name: 'pinyin' + scp: './train/py.scp' + vocab: 'py.vocab' + emb_type2: + _name: 'graphic' + scp: './train/gp.scp' + vocab: 'gp.vocab' + + emb_type3: + _name: 'speaker' + scp: './train/spk.scp' + vocab: # dosn't need vocab + +training: + batch_size: 16 + batch_split: 1 + epochs: 10000 + grad_clip_thresh: 1.0 + acc_step: 1 + checkpoint_path: "./checkpoints/" + log_path: "./log/" + checkpoint_step: 5000 + synth_step: 5000 + log_step: 20 + num_workers: 8 + + evaluation_step: 1000 + +optimizer: + type: Adam + n_warm_up_step: 2000 + #lr_decrease_step: 10000 + #lr_decrease_factor: + params: + betas: [0.9,0.98] + eps: !!float 1e-9 + weight_decay: !!float 0.0 + lr: !!float 1e-4 +lr_scheduler: + type: CyclicLR + params: + base_lr: !!float 1e-7 + max_lr: !!float 1e-4 + step_size_up: 5000 + step_size_down: 8000 + cycle_momentum: False + +vocoder: + type: VocGan # choose one of the following + MelGAN: + checkpoint: ~/checkpoints/melgan/melgan_ljspeech.pth + config: ~/checkpoints/melgan/default.yaml + device: cpu + VocGan: + checkpoint: ~/checkpoints/vctk_pretrained_model_3180.pt #~/checkpoints/ljspeech_29de09d_4000.pt + denoise: True + device: cpu + HiFiGAN: + checkpoint: ~/checkpoints/VCTK_V3/generator_v3 # you need to download checkpoint and set the params here + device: cpu + Waveglow: + checkpoint: ~/checkpoints/waveglow_256channels_universal_v5_state_dict.pt + sigma: 1.0 + denoiser_strength: 0.0 # try 0.1 + device: cpu #try cpu if out of memory + +fbank: + sample_rate: 16000 + n_fft: 1024 + hop_length: 256 + win_length: 1024 + max_wav_value: 32768.0 + n_mels: 80 + fmin: 0.0 + fmax: 8000.0 # should be 11025 + mel_mean: -6.0304103 + +encoder: + encoder_type: 'FS2TransformerEncoder' + conf: + n_layers: 4 + n_heads: 2 + hidden_dim: 256 + dropout: 0.25 + d_inner: 1024 + max_len: 2048 + +decoder: + decoder_type: 'FS2TransformerDecoder' + input_dim: 256 # should be the same as the output of encoder + n_layers: 4 + n_heads: 2 + hidden_dim: 256 + d_inner: 1024 + dropout: 0.25 + max_len: 2048 # max len of seq, for position embedding pre-computation + +#(class) Decoder(input_dim: int = 256, n_layers: int = 4, n_heads: int = 2, +#hidden_dim: int = 256, d_inner: int = 1024, dropout: float = 0.5, max_len: int = 2048 +postnet: + postnet_type: 'PostUNet' # 'PostUNet', 'PostNet1d' +speaker_embedding: + enable: True + vocab: #None + vocab_size: 1 # + weight: 1.0 + dim: 256 + +utterence_embedding: + enable: False + type: 'lstm' # resnet + feature_config: + type: 'mel' + n_mels: 80 + sampling_rate: 22050 + n_fft: 1024 + hop_length: 256 + win_length: 1024 + + model_config: + n_layers: 3 + bidirectional: True + +hanzi_embedding: + enable: True + type: embedding + vocab: './gp.vocab' + dim: 256 + weight: 0.5 + max_seq_len: 100 + +pinyin_embedding: + enable: True + type: embedding + vocab: './py.vocab' + dim: 256 + weight: 1.0 + max_seq_len: 100 + +duration_predictor: + input_dim: 256 # should be the same as encoder hiddien_dim + filter_size: 256 + kernel_size: 3 + dropout: 0.5 + duration_mean: 21.517294924096635 #for aishell3 + +f0_predictor: + enable: False + filter_size: 256 + kernel_size: 3 + dropout: 0.5 + n_bins: 256 +synthesis: + normalize: True # normalize the sound volume diff --git a/examples/biaobei/gp.vocab b/examples/biaobei/gp.vocab new file mode 100644 index 0000000000000000000000000000000000000000..b5814d4c0080e3f4433b76684d5e77591c4fefbe --- /dev/null +++ b/examples/biaobei/gp.vocab @@ -0,0 +1,4131 @@ +啊 +阿 +哀 +埃 +癌 +捱 +矮 +碍 +霭 +爱 +艾 +挨 +隘 +蔼 +暧 +哎 +黯 +安 +胺 +俺 +铵 +岸 +氨 +按 +鞍 +案 +唵 +暗 +昂 +盎 +肮 +熬 +澳 +凹 +翱 +敖 +坳 +袄 +懊 +奥 +傲 +獒 +拗 +笆 +靶 +灞 +拔 +跋 +芭 +峇 +爸 +吧 +巴 +疤 +叭 +扒 +罢 +坝 +粑 +霸 +八 +把 +败 +擘 +白 +摆 +百 +拜 +掰 +柏 +班 +瓣 +扮 +伴 +拌 +扳 +斑 +坂 +版 +颁 +般 +半 +搬 +板 +办 +癍 +镑 +榜 +棒 +谤 +磅 +膀 +邦 +蚌 +傍 +帮 +绑 +包 +葆 +煲 +宝 +胞 +薄 +饱 +堡 +报 +豹 +雹 +爆 +苞 +鲍 +抱 +暴 +保 +惫 +蓓 +狈 +杯 +倍 +背 +呗 +北 +卑 +悲 +碑 +辈 +备 +贝 +被 +犇 +苯 +笨 +奔 +本 +崩 +泵 +蹦 +绷 +甭 +嘣 +迸 +碧 +必 +逼 +臂 +痹 +璧 +毕 +壁 +弊 +鼻 +蔽 +笔 +比 +避 +闭 +彼 +币 +毙 +贬 +辩 +蝙 +编 +辨 +边 +鞭 +扁 +变 +匾 +遍 +便 +标 +镖 +表 +俵 +彪 +飙 +裱 +鳔 +摽 +别 +瘪 +鳖 +憋 +滨 +斌 +宾 +彬 +殡 +缤 +鬓 +槟 +饼 +兵 +柄 +秉 +并 +丙 +炳 +病 +冰 +礴 +饽 +跛 +搏 +舶 +帛 +伯 +脖 +卜 +驳 +拨 +膊 +勃 +箔 +播 +簸 +渤 +剥 +亳 +博 +波 +菠 +玻 +簿 +瓿 +部 +埠 +不 +补 +布 +捕 +哺 +步 +怖 +嚓 +擦 +礤 +彩 +睬 +材 +猜 +财 +裁 +采 +才 +踩 +偲 +菜 +寀 +蔡 +餐 +残 +蚕 +掺 +惭 +孱 +参 +灿 +璨 +惨 +藏 +苍 +仓 +舱 +沧 +槽 +嘈 +操 +草 +曹 +糙 +册 +策 +测 +厕 +侧 +涔 +岑 +蹭 +曾 +噌 +层 +差 +茶 +诧 +衩 +插 +察 +查 +岔 +叉 +杈 +拆 +豺 +钗 +柴 +馋 +蝉 +缠 +忏 +搀 +禅 +谄 +阐 +产 +浐 +铲 +颤 +肠 +场 +唱 +畅 +嫦 +常 +猖 +昌 +敞 +尝 +偿 +娼 +倡 +厂 +巢 +超 +吵 +嘲 +钞 +潮 +炒 +抄 +朝 +掣 +撤 +彻 +车 +扯 +澈 +衬 +琛 +郴 +嗔 +碜 +尘 +臣 +晨 +陈 +趁 +辰 +谌 +沉 +骋 +称 +惩 +成 +呈 +丞 +晟 +程 +橙 +诚 +澄 +撑 +乘 +秤 +承 +城 +逞 +瞠 +尺 +斥 +齿 +驰 +螭 +敕 +翅 +耻 +炽 +迟 +持 +叱 +池 +侈 +赤 +吃 +痴 +崇 +冲 +宠 +充 +虫 +仇 +踌 +绸 +愁 +筹 +臭 +瞅 +酬 +丑 +稠 +抽 +搐 +橱 +躇 +处 +除 +储 +初 +础 +锄 +厨 +畜 +楚 +雏 +出 +触 +揣 +啜 +踹 +串 +穿 +舛 +川 +喘 +传 +船 +床 +窗 +闯 +怆 +幢 +疮 +创 +吹 +椎 +锤 +炊 +槌 +垂 +捶 +唇 +蠢 +纯 +春 +醇 +淳 +绰 +辍 +龊 +戳 +糍 +词 +疵 +此 +呲 +磁 +次 +赐 +刺 +祠 +辞 +瓷 +慈 +雌 +茨 +从 +匆 +囱 +丛 +淙 +葱 +聪 +凑 +促 +殂 +醋 +簇 +粗 +猝 +篡 +撺 +蹿 +窜 +崔 +萃 +催 +脆 +悴 +翠 +摧 +璀 +粹 +存 +忖 +村 +寸 +搓 +磋 +矬 +嵯 +撮 +蹉 +错 +措 +挫 +厝 +痤 +靼 +答 +哒 +鞑 +达 +大 +跶 +瘩 +搭 +沓 +打 +褡 +耷 +代 +带 +黛 +贷 +袋 +待 +逮 +傣 +呆 +戴 +歹 +怠 +丹 +耽 +旦 +淡 +胆 +弹 +但 +殚 +单 +担 +郸 +蛋 +诞 +挡 +荡 +党 +当 +档 +铛 +道 +倒 +刀 +稻 +到 +导 +捣 +盗 +叨 +岛 +悼 +蹈 +祷 +得 +德 +嘚 +的 +蹬 +瞪 +邓 +灯 +凳 +等 +登 +地 +狄 +低 +诋 +敌 +翟 +笛 +缔 +抵 +滴 +递 +弟 +蒂 +第 +堤 +帝 +荻 +迪 +底 +癫 +电 +典 +巅 +殿 +淀 +碘 +颠 +滇 +甸 +掂 +奠 +惦 +点 +垫 +店 +钓 +雕 +凋 +屌 +调 +貂 +叼 +掉 +吊 +刁 +碟 +嗲 +牒 +跌 +耋 +叠 +蝶 +哋 +爹 +谍 +迭 +丁 +顶 +盯 +鼎 +酊 +叮 +铤 +定 +钉 +订 +丢 +冬 +峒 +洞 +栋 +董 +动 +冻 +懂 +东 +痘 +陡 +斗 +抖 +兜 +都 +窦 +逗 +豆 +杜 +堵 +犊 +毒 +赌 +妒 +渡 +镀 +督 +度 +嘟 +睹 +读 +肚 +独 +端 +断 +短 +锻 +段 +堆 +对 +队 +兑 +墩 +盾 +趸 +敦 +炖 +盹 +顿 +沌 +蹲 +囤 +吨 +躲 +多 +哆 +惰 +夺 +掇 +堕 +垛 +剁 +跺 +舵 +朵 +踱 +颚 +额 +鳄 +峨 +婀 +扼 +俄 +鄂 +愕 +呃 +娥 +遏 +恶 +饿 +厄 +讹 +鹅 +诶 +恩 +摁 +尔 +而 +洱 +二 +儿 +饵 +耳 +伐 +发 +珐 +法 +乏 +罚 +阀 +翻 +反 +番 +饭 +樊 +梵 +范 +犯 +返 +烦 +繁 +帆 +贩 +泛 +凡 +肪 +坊 +纺 +方 +仿 +放 +妨 +房 +访 +芳 +舫 +防 +妃 +菲 +非 +废 +诽 +斐 +飞 +绯 +啡 +费 +肺 +肥 +霏 +狒 +吠 +匪 +分 +坟 +芬 +粉 +氛 +吩 +粪 +份 +焚 +汾 +愤 +奋 +纷 +奉 +峰 +讽 +沣 +风 +丰 +缝 +锋 +蜂 +凤 +封 +逢 +冯 +疯 +枫 +否 +辅 +孵 +负 +斧 +福 +佛 +赋 +符 +府 +浮 +副 +腹 +阜 +袱 +服 +覆 +俯 +夫 +腐 +富 +幅 +敷 +妇 +伏 +肤 +附 +辐 +复 +俘 +蝠 +抚 +赴 +付 +芙 +父 +扶 +涪 +拂 +甫 +傅 +尬 +伽 +尕 +噶 +嘎 +旮 +垓 +改 +盖 +钙 +溉 +该 +概 +丐 +赶 +柑 +肝 +秆 +竿 +甘 +赣 +干 +敢 +尴 +感 +杆 +冈 +岗 +缸 +刚 +杠 +港 +钢 +糕 +膏 +羔 +高 +搞 +告 +稿 +睾 +歌 +革 +格 +阁 +戈 +割 +咯 +个 +骼 +镉 +鸽 +嗝 +哥 +胳 +搁 +铬 +葛 +疙 +隔 +各 +给 +亘 +艮 +跟 +根 +埂 +耕 +庚 +羹 +梗 +更 +哽 +耿 +蚣 +共 +贡 +公 +宫 +龚 +供 +恭 +拱 +弓 +攻 +肱 +巩 +工 +功 +构 +购 +够 +苟 +沟 +勾 +垢 +狗 +钩 +枸 +锢 +姑 +咕 +估 +谷 +鼓 +菇 +雇 +顾 +固 +孤 +古 +故 +毂 +呱 +骨 +鸪 +股 +寡 +刮 +卦 +剐 +挂 +瓜 +乖 +拐 +怪 +莞 +馆 +棺 +关 +管 +冠 +官 +灌 +贯 +罐 +观 +惯 +逛 +光 +广 +胱 +跪 +瑰 +龟 +傀 +硅 +桂 +规 +贵 +诡 +归 +鬼 +轨 +癸 +闺 +柜 +滚 +棍 +过 +国 +锅 +果 +郭 +椁 +裹 +蛤 +哈 +骸 +害 +还 +嗨 +孩 +亥 +海 +悍 +憨 +旱 +汉 +涵 +罕 +翰 +含 +喊 +撼 +酣 +阚 +韩 +捍 +鼾 +瀚 +寒 +汗 +邯 +憾 +蚶 +焊 +函 +杭 +夯 +沆 +航 +毫 +嚎 +皓 +好 +浩 +壕 +豪 +郝 +蚝 +号 +濠 +耗 +昊 +合 +禾 +喝 +颌 +盒 +褐 +赫 +核 +呵 +鹤 +何 +河 +荷 +贺 +和 +嘿 +黑 +恨 +很 +狠 +痕 +哼 +衡 +亨 +恒 +横 +轰 +哄 +吽 +讧 +宏 +虹 +洪 +鸿 +弘 +烘 +红 +泓 +吼 +候 +喉 +后 +侯 +猴 +厚 +狐 +呼 +湖 +户 +乎 +瑚 +鹕 +葫 +惚 +沪 +虎 +互 +囫 +唬 +胡 +忽 +护 +糊 +蝴 +壶 +化 +猾 +滑 +哗 +华 +划 +花 +嬅 +画 +话 +坏 +淮 +怀 +徊 +槐 +踝 +痪 +桓 +患 +焕 +唤 +缓 +涣 +换 +环 +幻 +欢 +浣 +蝗 +湟 +滉 +簧 +凰 +谎 +徨 +皇 +黄 +幌 +潢 +恍 +慌 +熀 +煌 +荒 +磺 +晃 +晖 +讳 +悔 +恢 +惠 +辉 +洄 +汇 +灰 +蕙 +晦 +秽 +翚 +贿 +珲 +绘 +回 +会 +慧 +挥 +徽 +毁 +婚 +魂 +混 +馄 +昏 +浑 +伙 +或 +火 +货 +惑 +豁 +获 +霍 +活 +祸 +基 +记 +伎 +继 +绩 +计 +忌 +肌 +籍 +挤 +圾 +既 +际 +急 +辑 +饥 +冀 +极 +骥 +迹 +姬 +缉 +祭 +季 +寂 +寄 +集 +鸡 +藉 +汲 +脊 +机 +岌 +几 +暨 +髻 +积 +嫉 +击 +戟 +疾 +鲫 +及 +级 +犄 +箕 +技 +纪 +剂 +己 +妓 +棘 +即 +济 +吉 +激 +唧 +讥 +家 +架 +驾 +颊 +夹 +假 +佳 +加 +价 +贾 +嘉 +钾 +甲 +茄 +戛 +稼 +迦 +嫁 +箭 +剪 +键 +贱 +健 +锏 +荐 +俭 +拣 +简 +尖 +肩 +鉴 +件 +检 +柬 +奸 +涧 +见 +艰 +謇 +囝 +舰 +捡 +坚 +剑 +毽 +监 +建 +减 +间 +煎 +兼 +渐 +践 +疆 +绛 +蒋 +匠 +缰 +将 +奖 +僵 +浆 +酱 +桨 +江 +讲 +降 +姜 +绞 +叫 +狡 +脚 +骄 +缴 +椒 +娇 +郊 +皎 +跤 +交 +胶 +浇 +矫 +剿 +礁 +教 +佼 +蕉 +焦 +角 +铰 +搅 +侥 +饺 +较 +酵 +轿 +蛟 +婕 +皆 +孑 +姐 +洁 +解 +介 +戒 +捷 +节 +阶 +竭 +截 +睫 +街 +借 +秸 +杰 +诫 +届 +劫 +揭 +嗟 +结 +接 +界 +进 +津 +谨 +仅 +禁 +靳 +瑾 +浸 +尽 +缙 +金 +近 +晋 +劲 +襟 +巾 +今 +锦 +筋 +紧 +斤 +镜 +井 +睛 +竟 +静 +竞 +茎 +晶 +靖 +痉 +颈 +鲸 +警 +景 +精 +经 +荆 +径 +惊 +敬 +净 +璟 +境 +京 +炯 +窘 +迥 +酒 +疚 +臼 +久 +究 +纠 +咎 +旧 +舅 +九 +柩 +救 +就 +揪 +韭 +聚 +居 +飓 +掬 +虡 +沮 +具 +炬 +举 +惧 +桔 +拘 +拒 +局 +巨 +距 +菊 +句 +剧 +橘 +据 +趄 +狙 +俱 +矩 +卷 +眷 +捐 +娟 +厥 +诀 +噘 +嚼 +掘 +撅 +绝 +决 +觉 +倔 +浚 +骏 +竣 +菌 +均 +俊 +君 +郡 +峻 +军 +咔 +咖 +喀 +卡 +凯 +开 +慨 +恺 +忾 +楷 +嘅 +砍 +侃 +刊 +槛 +看 +坎 +瞰 +堪 +勘 +康 +慷 +抗 +扛 +亢 +烤 +犒 +考 +铐 +尻 +靠 +客 +棵 +磕 +颗 +柯 +科 +课 +可 +苛 +刻 +嗑 +克 +壳 +瞌 +渴 +咳 +坷 +肯 +啃 +恳 +垦 +吭 +铿 +坑 +孔 +恐 +空 +控 +寇 +叩 +扣 +口 +抠 +枯 +酷 +裤 +刳 +库 +哭 +苦 +窟 +垮 +夸 +跨 +块 +快 +款 +宽 +况 +匡 +狂 +筐 +框 +矿 +哐 +眶 +骙 +煃 +蝰 +葵 +窥 +跬 +睽 +溃 +馈 +揆 +匮 +盔 +亏 +逵 +愧 +魁 +奎 +焜 +困 +坤 +昆 +捆 +括 +廓 +阔 +扩 +喇 +腊 +垃 +蜡 +邋 +剌 +辣 +拉 +啦 +旯 +赖 +睐 +来 +籁 +莱 +拦 +览 +懒 +烂 +滥 +澜 +缆 +揽 +篮 +栏 +兰 +榄 +蓝 +岚 +琅 +廊 +郎 +塱 +榔 +浪 +狼 +朗 +啷 +佬 +涝 +烙 +姥 +牢 +劳 +老 +捞 +潦 +肋 +乐 +了 +类 +蕾 +磊 +儡 +累 +泪 +垒 +勒 +雷 +嘞 +羸 +愣 +冷 +崚 +棱 +楞 +塄 +罹 +隶 +郦 +篱 +立 +粒 +理 +娌 +莉 +黎 +狸 +鹂 +厘 +俐 +漓 +璃 +砾 +力 +丽 +喱 +李 +离 +藜 +里 +励 +梨 +礼 +历 +俪 +例 +利 +呖 +吏 +鲤 +厉 +哩 +荔 +俩 +裢 +琏 +敛 +链 +帘 +莲 +连 +涟 +脸 +练 +联 +怜 +恋 +廉 +炼 +粮 +良 +踉 +量 +晾 +粱 +凉 +辆 +两 +梁 +谅 +亮 +寥 +缭 +廖 +聊 +疗 +撩 +料 +僚 +辽 +嘹 +趔 +裂 +咧 +猎 +冽 +烈 +列 +劣 +鬣 +赁 +吝 +林 +鳞 +淋 +凛 +拎 +临 +琳 +霖 +檩 +邻 +廪 +蔺 +麟 +零 +龄 +伶 +陵 +玲 +聆 +领 +另 +灵 +令 +菱 +羚 +祾 +姈 +铃 +凌 +岭 +柳 +瘤 +榴 +绺 +浏 +流 +留 +琉 +六 +遛 +刘 +硫 +溜 +茏 +笼 +龙 +陇 +聋 +咙 +胧 +窿 +隆 +拢 +垄 +蝼 +娄 +楼 +搂 +镂 +瘘 +篓 +喽 +漏 +陋 +掳 +鹿 +路 +碌 +炉 +逯 +卢 +陆 +鹭 +噜 +芦 +禄 +卤 +庐 +颅 +赂 +鲁 +露 +录 +撸 +孪 +滦 +卵 +銮 +挛 +栾 +峦 +乱 +囵 +沦 +抡 +伦 +轮 +仑 +论 +洛 +锣 +珞 +骡 +逻 +罗 +落 +螺 +络 +裸 +萝 +啰 +骆 +铝 +绿 +滤 +履 +驴 +吕 +捋 +旅 +律 +率 +侣 +虑 +屡 +略 +掠 +妈 +嘛 +麻 +骂 +玛 +马 +蚂 +码 +孖 +吗 +蟆 +脉 +麦 +迈 +埋 +卖 +买 +霾 +蛮 +鳗 +慢 +瞒 +馒 +曼 +满 +嫚 +蔓 +漫 +忙 +氓 +盲 +茫 +莽 +芒 +蟒 +耄 +毛 +貌 +冒 +茂 +贸 +冇 +矛 +卯 +髦 +峁 +锚 +铆 +茅 +帽 +茆 +猫 +泖 +么 +霉 +枚 +媚 +眉 +玫 +媒 +酶 +煤 +妹 +昧 +没 +梅 +魅 +每 +美 +寐 +莓 +们 +扪 +闷 +门 +蜢 +孟 +蒙 +盟 +猛 +勐 +懵 +萌 +梦 +朦 +锰 +泌 +迷 +觅 +咪 +洣 +蜜 +秘 +弥 +幂 +眯 +靡 +米 +密 +缅 +面 +免 +绵 +勉 +棉 +腼 +眠 +娩 +藐 +苗 +瞄 +渺 +喵 +妙 +庙 +描 +缈 +淼 +秒 +蔑 +乜 +灭 +咩 +悯 +敏 +抿 +泯 +民 +闽 +鸣 +冥 +命 +铭 +明 +茗 +名 +酩 +谬 +沫 +默 +摸 +膜 +抹 +摩 +蘑 +寞 +模 +漠 +末 +陌 +魔 +墨 +莫 +馍 +摹 +磨 +某 +缪 +谋 +幕 +姆 +牧 +木 +睦 +穆 +亩 +募 +墓 +拇 +慕 +母 +目 +嗯 +钠 +拿 +哪 +娜 +呐 +那 +纳 +捺 +吶 +肭 +孻 +乃 +奈 +奶 +耐 +南 +男 +囡 +赧 +腩 +难 +湳 +楠 +蝻 +囊 +囔 +馕 +垴 +挠 +闹 +恼 +脑 +婥 +孬 +讷 +呢 +馁 +内 +恁 +嫩 +能 +昵 +逆 +妮 +拟 +尼 +你 +霓 +倪 +泥 +匿 +腻 +溺 +年 +辗 +碾 +撵 +捻 +黏 +鲶 +蔫 +念 +拈 +酿 +娘 +嬢 +尿 +鸟 +袅 +涅 +孽 +聂 +捏 +镊 +蹑 +您 +泞 +咛 +凝 +宁 +拧 +妞 +纽 +扭 +牛 +弄 +哝 +浓 +农 +奴 +弩 +怒 +努 +暖 +糯 +诺 +挪 +懦 +女 +虐 +喔 +噢 +哦 +偶 +怄 +欧 +呕 +殴 +沤 +鸥 +趴 +杷 +爬 +葩 +琶 +啪 +怕 +帕 +徘 +牌 +湃 +拍 +派 +排 +攀 +畔 +潘 +判 +盼 +盘 +泮 +叛 +彷 +胖 +乓 +旁 +螃 +庞 +滂 +泡 +咆 +狍 +袍 +抛 +炮 +跑 +刨 +裴 +配 +沛 +培 +佩 +赔 +胚 +陪 +喷 +盆 +鹏 +硼 +彭 +澎 +碰 +烹 +怦 +嘭 +蓬 +膨 +篷 +捧 +抨 +砰 +朋 +棚 +披 +譬 +纰 +毗 +媲 +坯 +痞 +癖 +皮 +劈 +辟 +屁 +匹 +批 +蜱 +疲 +噼 +脾 +啤 +枇 +僻 +琵 +翩 +片 +偏 +骗 +篇 +嫖 +剽 +瓢 +漂 +缥 +瞟 +飘 +票 +撇 +瞥 +品 +拼 +频 +聘 +贫 +屏 +平 +坪 +苹 +乒 +萍 +凭 +瓶 +评 +叵 +颇 +泼 +鄱 +迫 +珀 +婆 +破 +坡 +泊 +魄 +剖 +埔 +普 +葡 +铺 +蹼 +浦 +溥 +莆 +菩 +仆 +曝 +朴 +蒲 +谱 +圃 +濮 +扑 +凄 +麒 +器 +岐 +綮 +崎 +七 +戚 +脐 +琦 +琪 +祈 +泣 +弃 +亓 +砌 +漆 +杞 +婍 +绮 +期 +汽 +棋 +淇 +契 +奇 +歧 +其 +妻 +启 +栖 +旗 +圻 +玘 +齐 +鳍 +祁 +欺 +骐 +骑 +起 +企 +迄 +乞 +岂 +气 +洽 +掐 +恰 +虔 +前 +签 +堑 +倩 +浅 +牵 +潜 +嵌 +迁 +铅 +千 +钱 +茜 +綪 +欠 +遣 +钳 +谦 +乾 +黔 +谴 +歉 +锵 +强 +抢 +蔷 +呛 +墙 +羌 +腔 +跄 +枪 +戗 +桥 +鞘 +巧 +悄 +憔 +俏 +乔 +侨 +峭 +翘 +瞧 +敲 +窍 +撬 +锹 +惬 +窃 +怯 +切 +妾 +且 +亲 +揿 +琴 +沁 +擒 +禽 +芹 +寝 +勤 +嗪 +侵 +钦 +秦 +晴 +蜻 +倾 +清 +情 +磬 +顷 +庆 +请 +卿 +氰 +轻 +擎 +氢 +青 +筇 +穷 +穹 +琼 +銶 +逑 +糗 +酋 +秋 +丘 +求 +邱 +球 +鳅 +囚 +裘 +躯 +取 +趋 +去 +曲 +区 +屈 +趣 +岖 +驱 +渠 +黢 +觑 +瞿 +娶 +全 +蜷 +犬 +痊 +权 +券 +颧 +醛 +劝 +泉 +圈 +拳 +确 +鹊 +缺 +雀 +却 +瘸 +裙 +逡 +群 +染 +然 +燃 +苒 +冉 +嚷 +攘 +瓤 +让 +壤 +穰 +绕 +饶 +扰 +娆 +惹 +热 +仞 +任 +人 +韧 +刃 +认 +饪 +仁 +忍 +纫 +荏 +扔 +仍 +日 +冗 +茸 +荣 +融 +绒 +镕 +容 +蓉 +溶 +柔 +肉 +揉 +媃 +褥 +辱 +乳 +濡 +汝 +如 +儒 +茹 +入 +软 +阮 +睿 +蕤 +锐 +芮 +蕊 +瑞 +润 +若 +弱 +仨 +洒 +萨 +撒 +噻 +腮 +塞 +赛 +馓 +三 +散 +伞 +丧 +桑 +嗓 +搡 +扫 +嫂 +瘙 +臊 +骚 +瑟 +啬 +涩 +色 +森 +僧 +刹 +砂 +杀 +莎 +厦 +傻 +沙 +煞 +鲨 +啥 +霎 +纱 +晒 +筛 +善 +衫 +擅 +缮 +珊 +膳 +删 +蟮 +山 +闪 +鳝 +扇 +讪 +陕 +赡 +伤 +赏 +晌 +商 +尚 +裳 +上 +劭 +韶 +稍 +哨 +捎 +少 +绍 +勺 +邵 +芍 +潲 +梢 +烧 +社 +舌 +麝 +奢 +蛇 +摄 +射 +歙 +涉 +设 +舍 +谁 +慎 +深 +申 +呻 +绅 +沈 +身 +婶 +肾 +审 +神 +渗 +甚 +什 +伸 +声 +剩 +牲 +圣 +盛 +绳 +甥 +省 +笙 +胜 +生 +升 +蚀 +湿 +尸 +奭 +辻 +逝 +栻 +虱 +恃 +失 +驶 +识 +氏 +视 +示 +匙 +是 +世 +狮 +释 +嗜 +诗 +拾 +似 +式 +势 +仕 +事 +士 +适 +使 +舐 +噬 +柿 +时 +屎 +食 +寔 +拭 +始 +室 +试 +实 +施 +石 +誓 +史 +市 +饰 +十 +矢 +师 +守 +首 +受 +收 +授 +售 +瘦 +手 +兽 +寿 +纾 +淑 +数 +蜀 +漱 +输 +属 +署 +鼠 +殊 +舒 +竖 +孰 +薯 +抒 +书 +赎 +蔬 +束 +叔 +树 +枢 +梳 +熟 +疏 +暑 +墅 +术 +黍 +述 +刷 +耍 +帅 +衰 +蟀 +摔 +甩 +涮 +栓 +拴 +双 +霜 +爽 +水 +税 +睡 +瞬 +顺 +吮 +朔 +说 +烁 +硕 +死 +寺 +嗣 +四 +肆 +嘶 +祀 +厮 +泗 +巳 +蛳 +私 +斯 +司 +饲 +撕 +思 +丝 +sil +怂 +讼 +悚 +耸 +嵩 +宋 +松 +送 +叟 +擞 +嗽 +馊 +艘 +薮 +搜 +sp1 +稣 +速 +苏 +诉 +俗 +塑 +肃 +宿 +溯 +粟 +素 +夙 +算 +蒜 +酸 +碎 +隧 +绥 +岁 +遂 +髓 +濉 +随 +虽 +隋 +穗 +邃 +荪 +榫 +损 +孙 +唆 +索 +唢 +所 +琐 +锁 +缩 +嗦 +榻 +她 +蹋 +塔 +它 +他 +踏 +塌 +遢 +挞 +台 +泰 +态 +肽 +抬 +太 +胎 +枱 +汰 +坦 +叹 +昙 +谈 +贪 +潭 +碳 +覃 +毯 +袒 +摊 +坍 +痰 +炭 +滩 +探 +坛 +谭 +忐 +瘫 +搪 +棠 +唐 +躺 +汤 +烫 +倘 +糖 +蹚 +趟 +塘 +螳 +淌 +堂 +膛 +套 +掏 +饕 +淘 +滔 +逃 +桃 +陶 +涛 +萄 +讨 +韬 +特 +忒 +忑 +滕 +疼 +誊 +腾 +藤 +踢 +体 +替 +啼 +梯 +屉 +惕 +蹄 +缇 +涕 +剔 +鹈 +剃 +提 +题 +腆 +填 +添 +甜 +田 +天 +恬 +舔 +笤 +眺 +窕 +条 +挑 +跳 +铁 +餮 +帖 +贴 +听 +亭 +艇 +挺 +庭 +霆 +厅 +蜓 +廷 +停 +婷 +痛 +佟 +铜 +桶 +通 +童 +同 +统 +筒 +桐 +捅 +彤 +投 +偷 +头 +透 +吐 +徒 +屠 +图 +土 +秃 +途 +涂 +兔 +凸 +突 +湍 +团 +疃 +彖 +退 +腿 +蜕 +颓 +推 +屯 +豚 +吞 +饨 +暾 +臀 +庹 +驮 +托 +妥 +跎 +鸵 +驼 +唾 +陀 +沱 +脱 +拖 +拓 +砣 +蛙 +袜 +娃 +哇 +腽 +挖 +瓦 +洼 +崴 +歪 +外 +菀 +腕 +蜿 +皖 +挽 +玩 +万 +丸 +完 +婉 +宛 +晚 +弯 +碗 +顽 +湾 +汪 +亡 +王 +网 +妄 +旺 +忘 +望 +罔 +往 +枉 +违 +伟 +卫 +为 +惟 +韦 +危 +畏 +喂 +娓 +蔚 +未 +位 +微 +帷 +魏 +巍 +纬 +圩 +嵬 +渭 +伪 +维 +炜 +委 +唯 +胃 +尾 +诿 +慰 +围 +薇 +味 +萎 +猥 +苇 +威 +谓 +蚊 +汶 +文 +雯 +温 +纹 +闻 +紊 +吻 +问 +稳 +嗡 +翁 +蓊 +瓮 +我 +龌 +涡 +斡 +蜗 +沃 +握 +窝 +渥 +卧 +物 +侮 +雾 +五 +午 +乌 +蜈 +芜 +务 +伍 +毋 +呜 +武 +悟 +吾 +舞 +屋 +晤 +误 +鹉 +妩 +勿 +梧 +吴 +巫 +无 +捂 +诬 +唔 +污 +西 +犀 +细 +希 +熄 +禧 +熙 +蟋 +隙 +膝 +席 +唏 +戏 +洗 +袭 +悉 +昔 +惜 +晰 +兮 +嬉 +吸 +玺 +夕 +锡 +羲 +徙 +嘻 +系 +析 +牺 +皙 +息 +蜥 +稀 +习 +媳 +溪 +喜 +侠 +瞎 +瑕 +霞 +峡 +虾 +狭 +下 +辖 +暇 +吓 +夏 +显 +馅 +纤 +县 +咸 +现 +羡 +贤 +舷 +限 +献 +鲜 +先 +弦 +险 +腺 +掀 +线 +蚬 +陷 +睍 +嫌 +宪 +仙 +衔 +闲 +涎 +相 +项 +想 +像 +详 +享 +向 +襄 +箱 +巷 +镶 +乡 +橡 +湘 +祥 +飨 +香 +厢 +翔 +响 +象 +销 +淆 +孝 +硝 +嚣 +筱 +小 +霄 +笑 +消 +逍 +哮 +啸 +潇 +肖 +晓 +萧 +校 +效 +懈 +瀣 +械 +些 +屑 +胁 +写 +歇 +偕 +协 +挟 +燮 +谢 +携 +亵 +卸 +邪 +谐 +鞋 +泄 +蟹 +泻 +斜 +新 +心 +芯 +馨 +衅 +辛 +鑫 +炘 +昕 +薪 +欣 +信 +姓 +行 +刑 +型 +邢 +陉 +星 +兴 +形 +腥 +幸 +性 +猩 +醒 +杏 +胸 +熊 +匈 +凶 +雄 +兄 +汹 +休 +修 +咻 +锈 +袖 +绣 +秀 +羞 +朽 +许 +徐 +序 +绪 +墟 +旭 +顼 +煦 +胥 +虚 +吁 +续 +嘘 +絮 +栩 +婿 +须 +诩 +叙 +需 +蓄 +宣 +喧 +癣 +旋 +瑄 +轩 +漩 +悬 +玄 +选 +渲 +暄 +绚 +炫 +鳕 +靴 +削 +雪 +薛 +血 +穴 +学 +训 +讯 +汛 +逊 +寻 +询 +旬 +迅 +勋 +窨 +循 +驯 +熏 +巡 +押 +雅 +哑 +亚 +涯 +崖 +鸦 +丫 +鸭 +娅 +衙 +轧 +芽 +呀 +讶 +压 +桠 +吖 +牙 +嫣 +焱 +验 +延 +琰 +烟 +蜒 +盐 +岩 +淹 +闫 +颜 +炎 +砚 +檐 +堰 +演 +唁 +艳 +彦 +妍 +严 +研 +掩 +晏 +沿 +焰 +眼 +咽 +言 +雁 +厌 +偃 +湮 +俨 +嬿 +宴 +燕 +洋 +阳 +疡 +央 +垟 +羊 +秧 +泱 +扬 +氧 +殃 +样 +旸 +养 +佯 +仰 +漾 +杨 +恙 +痒 +肴 +夭 +杳 +窑 +遥 +榣 +谣 +窈 +耀 +钥 +瑶 +滧 +舀 +邀 +尧 +妖 +幺 +咬 +垚 +药 +吆 +摇 +腰 +姚 +要 +叶 +野 +揶 +业 +冶 +晔 +爷 +耶 +烨 +曳 +页 +噎 +也 +嘢 +液 +夜 +屹 +宜 +伊 +已 +疑 +蚁 +迤 +易 +蜴 +弋 +亿 +溢 +奕 +倚 +毅 +癔 +医 +仪 +逸 +翌 +绎 +颐 +疫 +翼 +夷 +弈 +一 +以 +益 +怡 +艺 +意 +轶 +姨 +贻 +祎 +议 +役 +薏 +乙 +咦 +谊 +忆 +移 +遗 +亦 +沂 +抑 +裔 +胰 +义 +译 +矣 +依 +椅 +彝 +壹 +痍 +异 +衣 +阴 +寅 +铟 +饮 +因 +引 +鄞 +瘾 +吟 +尹 +殷 +荫 +隐 +音 +姻 +印 +淫 +银 +茵 +垠 +颖 +莹 +盈 +英 +溁 +影 +蝇 +莺 +璎 +荧 +罂 +樱 +映 +赢 +楹 +迎 +婴 +硬 +营 +鹦 +萦 +应 +鹰 +喲 +哟 +唷 +涌 +用 +雍 +拥 +踊 +泳 +佣 +邕 +庸 +勇 +壅 +俑 +永 +咏 +恿 +莠 +右 +釉 +黝 +忧 +由 +牖 +柚 +莜 +有 +优 +犹 +佑 +悠 +酉 +邮 +游 +诱 +油 +呦 +幽 +又 +幼 +友 +攸 +尤 +渔 +予 +榆 +舆 +玉 +语 +禹 +愉 +于 +郁 +腴 +浴 +与 +遇 +迂 +淤 +愚 +瑜 +逾 +育 +屿 +俞 +预 +御 +鱼 +峪 +虞 +裕 +瘀 +狱 +雨 +欲 +谀 +娱 +余 +誉 +愈 +瑀 +喻 +域 +渝 +寓 +煜 +豫 +驭 +宇 +禺 +钰 +臾 +谕 +羽 +揄 +妤 +妪 +元 +源 +缘 +圆 +羱 +援 +渊 +愿 +辕 +远 +猿 +院 +原 +苑 +员 +嫄 +媛 +怨 +冤 +袁 +园 +跃 +越 +粤 +约 +曰 +月 +阅 +悦 +钺 +岳 +昀 +孕 +韵 +蕴 +运 +酝 +允 +殒 +耘 +纭 +匀 +陨 +晕 +云 +赟 +咋 +匝 +咂 +杂 +砸 +载 +宰 +崽 +仔 +灾 +在 +再 +栽 +昝 +錾 +簪 +暂 +糌 +咱 +攒 +赞 +脏 +臧 +葬 +赃 +澡 +凿 +蚤 +造 +枣 +遭 +燥 +灶 +躁 +噪 +皂 +糟 +早 +择 +则 +泽 +仄 +责 +贼 +怎 +增 +赠 +咤 +蚱 +诈 +柞 +眨 +闸 +栅 +札 +喳 +渣 +乍 +炸 +榨 +扎 +砟 +吒 +债 +宅 +斋 +窄 +寨 +摘 +绽 +詹 +占 +盏 +展 +沾 +战 +毡 +崭 +斩 +瞻 +粘 +蘸 +站 +獐 +长 +璋 +账 +胀 +障 +杖 +彰 +幛 +仗 +张 +丈 +帐 +涨 +樟 +漳 +章 +掌 +召 +兆 +爪 +肇 +罩 +昭 +赵 +招 +找 +照 +啫 +浙 +辙 +着 +鹧 +者 +哲 +遮 +蔗 +这 +折 +祯 +贞 +振 +枕 +鸩 +疹 +甄 +帧 +侦 +诊 +震 +缜 +镇 +赈 +斟 +针 +珍 +真 +阵 +圳 +蒸 +整 +筝 +争 +证 +征 +挣 +睁 +峥 +铮 +郑 +症 +正 +拯 +政 +枝 +支 +侄 +峙 +痣 +肢 +值 +芝 +致 +炙 +职 +脂 +直 +蜘 +置 +殖 +吱 +之 +栉 +稚 +智 +趾 +织 +植 +址 +痔 +秩 +至 +旨 +只 +治 +制 +执 +止 +帜 +志 +滞 +纸 +指 +质 +汁 +挚 +知 +钟 +众 +冢 +肿 +忠 +仲 +终 +重 +踵 +种 +中 +衷 +皱 +胄 +咒 +妯 +洲 +周 +肘 +舟 +帚 +昼 +骤 +轴 +宙 +州 +粥 +诸 +驻 +柱 +炷 +筑 +祝 +猪 +竹 +瞩 +朱 +煮 +珠 +拄 +助 +株 +主 +著 +注 +蛛 +住 +逐 +烛 +洙 +嘱 +抓 +拽 +专 +篆 +撰 +赚 +砖 +转 +庄 +状 +撞 +壮 +桩 +妆 +装 +赘 +惴 +缀 +追 +锥 +坠 +谆 +准 +捉 +桌 +酌 +茁 +卓 +浊 +拙 +镯 +淄 +资 +兹 +姊 +姿 +梓 +紫 +咨 +渍 +訾 +自 +龇 +滋 +字 +子 +宗 +纵 +踪 +鬃 +综 +棕 +总 +奏 +揍 +走 +邹 +卒 +祖 +诅 +组 +族 +足 +阻 +租 +钻 +纂 +缵 +攥 +嘴 +最 +醉 +罪 +尊 +遵 +做 +座 +佐 +作 +左 +坐 +昨 +咗 +琢 +B \ No newline at end of file diff --git a/examples/biaobei/input.txt b/examples/biaobei/input.txt new file mode 100644 index 0000000000000000000000000000000000000000..158b743ed74931d118859c8e804dd1cb5fbd5cfd --- /dev/null +++ b/examples/biaobei/input.txt @@ -0,0 +1,13 @@ +#name|py|gp|spk +text1|sil ni3 qu4 zuo4 fan4 ba5 sil|sil 你 去 做 饭 吧 sil|0 +text2|sil ni3 qu4 zuo4 fan4 ba5 sil|sil 你 去 做 饭 吧 sil|0 +text3|sil you3 ge4 xiao3 hai2 jiao4 xiao3 du4 sil|sil 有 个 小 孩 叫 小 杜 sil|0 +text4|sil shang4 jie1 da3 cu4 you4 mai3 bu4 sil|sil 上 街 打 醋 又 买 布 sil|0 +text5|sil mai3 le5 bu4 da3 le5 cu4 sil|sil 买 了 布 打 了 醋 sil|0 +text6|sil hui2 tou2 kan4 jian4 ying1 zhua1 tu4 sil|sil 回 头 看 见 鹰 抓 兔 sil|0 +text7|sil fang4 xia4 bu4 ge1 xia4 cu4 sil|sil 放 下 布 搁 下 醋 sil|0 +text8|sil shang4 qian2 qu4 zhui1 ying1 he2 tu4 sil|sil 上 前 去 追 鹰 和 兔 sil|0 +text9|sil fei1 le5 ying1 pao3 le5 tu4 sil|sil 飞 了 鹰 跑 了 兔 sil|0 +text10|sil sa3 le5 cu4 shi1 le5 bu4 sil|sil 洒 了 醋 湿 了 布 sil|0 +text11|sil wei4 shi4 ying4 xin1 de5 wang3 luo4 chuan2 bo1 fang1 shi4 he2 du2 zhe3 yue4 du2 xi2 guan4 sil|sil 为 适 应 新 的 网 络 传 播 方 式 和 读 者 阅 读 习 惯 sil|0 +text12|sil zhe4 ge4 xiao3 hair2 r zhen1 dong3 shir4 sil|sil 这 个 小 孩 儿 真 懂 事 sil|0 \ No newline at end of file diff --git a/examples/biaobei/name_py_hz_dur.txt b/examples/biaobei/name_py_hz_dur.txt new file mode 100644 index 0000000000000000000000000000000000000000..820c577d564f07cd2234bd0b35c322ebde545c35 --- /dev/null +++ b/examples/biaobei/name_py_hz_dur.txt @@ -0,0 +1,9999 @@ +000001|sil ka2 er2 pu3 pei2 wai4 sun1 wan2 hua2 ti1 sil|sil 卡 尔 普 陪 外 孙 玩 滑 梯 sil|24 20 9 24 19 18 25 16 22 29 23|0.0|2.66 +000002|sil jia2 yu3 cun1 yan2 bie2 zai4 yong1 bao4 wo3 sil|sil 假 语 村 言 别 再 拥 抱 我 sil|23 29 13 26 29 19 21 19 21 26 20|0.0|2.86 +000003|sil bao2 ma3 pei4 gua4 bo3 luo2 an1 sp1 diao1 chan2 yuan4 zhen3 dong3 weng1 ta4 sil|sil 宝 马 配 挂 跛 骡 鞍 sp1 貂 蝉 怨 枕 董 翁 榻 sil|23 19 22 20 23 17 19 27 21 20 22 18 29 26 19 32 22|0.0|4.4 +000004|sil deng4 xiao3 ping2 yu3 sa4 qie4 er3 hui4 wu4 sil|sil 邓 小 平 与 撒 切 尔 会 晤 sil|24 18 20 30 19 20 14 14 24 18 23|0.0|2.6 +000005|sil lao2 hu3 you4 zai3 sp1 yu2 chong3 wu4 quan3 wan2 shua3 sil|sil 老 虎 幼 崽 sp1 与 宠 物 犬 玩 耍 sil|25 19 20 20 31 7 13 24 10 24 21 32 20|0.0|3.09 +000006|sil shen1 chang2 yue1 wu2 chi3 er4 cun4 wu3 fen1 huo4 yi3 shang4 sil|sil 身 长 约 五 尺 二 寸 五 分 或 以 上 sil|25 23 34 25 16 15 19 27 11 29 25 13 28 21|0.0|3.61 +000007|sil zhao4 di2 yue1 cao2 yun2 teng2 qu4 gui3 wu1 sil|sil 赵 荻 约 曹 云 腾 去 鬼 屋 sil|24 24 28 20 22 14 26 19 23 30 21|0.0|2.91 +000008|sil zhan2 pin3 sui1 you3 zhan3 yuan2 que4 tui2 sil|sil 展 品 虽 有 展 员 却 颓 sil|23 27 23 20 37 25 22 20 38 23|0.0|2.99 +000009|sil yi2 san3 ju1 er2 tong2 he2 you4 tuo1 er2 tong2 wei2 zhu3 sil|sil 以 散 居 儿 童 和 幼 托 儿 童 为 主 sil|25 18 23 16 15 28 18 18 19 12 25 13 29 14|0.0|3.17 +000010|sil ke1 te4 ni1 shen1 chuan1 bao4 wen2 da4 yi1 sil|sil 柯 特 妮 身 穿 豹 纹 大 衣 sil|23 25 16 23 20 27 20 17 22 23 23|0.0|2.77 +000011|sil yin3 cai2 yao4 shai1 sp1 yong4 cai2 ye3 yao4 shai1 sil|sil 引 才 要 筛 sp1 用 才 也 要 筛 sil|27 18 22 18 32 7 18 31 18 23 33 21|0.0|3.11 +000012|sil nan2 yue4 kun1 lun2 shan1 sp1 yu3 xi1 zang4 jie1 rang3 sil|sil 南 越 昆 仑 山 sp1 与 西 藏 接 壤 sil|25 21 20 18 16 32 5 15 20 20 18 26 20|0.0|2.97 +000013|sil weng1 kai3 lan2 fang2 ru3 xian4 ai2 xuan1 chuan2 zhao4 sil|sil 翁 凯 兰 防 乳 腺 癌 宣 传 照 sil|25 20 21 29 27 17 20 12 16 18 23 22|0.0|2.9 +000014|sil wo3 hui2 you4 heng1 heng5 zuo3 heng1 heng5 sil|sil 我 回 右 哼 哼 左 哼 哼 sil|26 16 35 19 23 27 23 25 28 19|0.0|2.8 +000015|sil wu2 yun2 bao2 nai3 nai5 tiao1 xuan3 pi2 pa2 sil|sil 吴 云 宝 奶 奶 挑 选 枇 杷 sil|25 18 18 18 18 24 21 19 21 34 23|0.0|2.77 +000016|sil ci3 wai4 guang2 ben3 sp1 ye3 jiang1 you2 shao4 zhuang4 pai4 zhang2 guan3 sil|sil 此 外 广 本 sp1 也 将 由 少 壮 派 掌 管 sil|25 20 23 25 30 7 12 18 22 24 20 18 20 29 20|0.0|3.63 +000017|sil you4 man2 wu3 niao2 niao3 sp1 zuo3 qiong2 ge1 xi1 xi1 sil|sil 右 蛮 舞 袅 袅 sp1 左 琼 歌 昔 昔 sil|29 18 24 22 22 38 17 21 31 21 21 32 23|0.0|3.7 +000018|sil yan3 kuang4 kuan1 kuo4 er2 di1 ai3 sp1 bi2 duan3 er2 kuan1 sil|sil 眼 眶 宽 阔 而 低 矮 sp1 鼻 短 而 宽 sil|28 19 32 26 22 17 17 33 18 22 21 18 33 23|0.0|3.82 +000019|sil xia2 pu3 xian4 ya2 cheng2 zhen4 wu1 qi2 sp1 wa3 yao2 cun1 shui3 wei4 meng2 zhang3 sil|sil 霞 浦 县 牙 城 镇 乌 岐 sp1 瓦 窑 村 水 位 猛 涨 sil|25 27 16 21 22 23 18 16 34 34 15 15 26 23 13 22 32 15|0.0|4.61 +000020|sil huo4 si1 yan4 lu4 bei4 xiu4 ru3 gou1 xing4 gan3 re2 huo3 sil|sil 霍 思 燕 露 背 秀 乳 沟 性 感 惹 火 sil|22 19 17 21 20 15 21 17 29 31 21 20 36 19|0.0|3.58 +000021|sil ye3 ke2 yi3 gei3 ben2 wei3 yuan2 fan3 ying4 you5 sil|sil 也 可 以 给 本 委 员 反 映 哟 sil|26 12 16 24 18 16 15 19 26 20 23 21|0.0|2.74 +000022|sil yao2 lan2 pai2 gai4 wei2 jian4 sp1 ying1 er2 pei4 fang1 nai2 fen3 sil|sil 摇 篮 牌 钙 维 健 sp1 婴 儿 配 方 奶 粉 sil|26 17 19 28 17 15 27 7 15 15 19 17 18 30 20|0.0|3.37 +000023|sil e4 yu4 lu2 wan3 su1 ju2 di4 da4 bao4 yu3 sil|sil 鄂 豫 鲁 皖 苏 局 地 大 暴 雨 sil|27 21 18 20 18 29 21 20 17 19 25 19|0.0|2.95 +000024|sil yi3 xia4 wei2 xue1 man2 zi5 guan1 dian3 zhai1 yao4 sil|sil 以 下 为 薛 蛮 子 观 点 摘 要 sil|26 12 29 19 22 23 20 17 15 18 22 22|0.0|2.84 +000025|sil chen2 yu2 luo4 yan4 sp1 bi4 yue4 xiu1 hua1 sil|sil 沉 鱼 落 雁 sp1 闭 月 羞 花 sil|24 25 13 20 27 7 16 20 21 30 24|0.0|2.63 +000026|sil er2 xu3 guan4 ying1 sp1 yi4 jiang1 yu2 ming2 ri4 chu1 bin4 sil|sil 而 许 冠 英 sp1 亦 将 于 明 日 出 殡 sil|26 20 20 18 22 17 14 21 19 18 17 20 26 19|0.0|3.22 +000027|sil a1 jiao1 sp1 yu2 bai3 wei4 gui2 fen3 si1 kuang2 huan1 sil|sil 阿 娇 sp1 与 百 位 鬼 粉 丝 狂 欢 sil|26 15 31 5 14 18 18 16 17 16 26 29 21|0.0|2.93 +000028|sil fang2 wu1 mai3 mai4 qi4 yue1 he2 shou1 tiao2 sil|sil 房 屋 买 卖 契 约 和 收 条 sil|25 24 18 18 19 23 21 16 21 36 23|0.0|2.83 +000029|sil liu4 wanr1 r dou1 dei3 duo2 yuan2 dian3 sil|sil 遛 弯 儿 都 得 躲 远 点 sil|26 19 26 0 16 17 18 21 27 24|0.0|2.25 +000030|sil hei1 xiong2 chuang3 jin4 wang2 ming2 hui1 jia1 hou4 yuan4 mi4 shi2 sil|sil 黑 熊 闯 进 王 明 辉 家 后 院 觅 食 sil|24 20 26 21 21 17 14 19 20 20 14 14 32 22|0.0|3.3 +000031|sil wu2 ya4 jun1 yu3 zhang4 fu5 cai4 kui2 sil|sil 吴 亚 军 与 丈 夫 蔡 奎 sil|26 10 17 29 18 23 16 26 36 23|0.0|2.6 +000032|sil ya4 xiao1 suan1 yan2 wei4 wei1 xian2 sp1 yi4 rong2 yu2 shui3 sil|sil 亚 硝 酸 盐 味 微 咸 sp1 易 溶 于 水 sil|26 16 17 20 28 17 17 36 12 11 19 14 32 22|0.0|3.33 +000033|sil yuan4 qiang2 bei4 shi2 mian2 wa3 zhe1 yan3 shang4 le5 sil|sil 院 墙 被 石 棉 瓦 遮 掩 上 了 sil|26 17 32 17 16 19 22 20 16 23 16 21|0.0|2.84 +000034|sil cheng2 yin1 tiao1 xuan2 wo2 yan3 zhao4 yu4 min3 sil|sil 成 荫 挑 选 我 演 赵 玉 敏 sil|23 28 24 20 18 17 26 19 14 29 20|0.0|2.76 +000035|sil yin2 chi1 mao3 liang2 sp1 wu2 yi4 yu2 yin3 zhen4 zhi2 ke3 sil|sil 寅 吃 卯 粮 sp1 无 异 于 饮 鸩 止 渴 sil|26 17 19 22 32 10 11 15 26 21 18 17 33 21|0.0|3.34 +000036|sil lv2 zi5 yue4 pao3 yue4 kuai4 sp1 yue4 pao3 yue4 feng1 kuang2 sil|sil 驴 子 越 跑 越 快 sp1 越 跑 越 疯 狂 sil|26 20 25 17 21 14 32 12 16 20 13 24 31 21|0.0|3.39 +000037|sil ye2 yu2 de5 sun1 yao2 cha4 dian3 bei4 guo4 qir4 r sil|sil 揶 揄 得 孙 垚 差 点 背 过 气 儿 sil|25 19 14 10 21 25 25 25 14 14 32 0 19|0.0|2.82 +000038|sil guang1 gun4 jie2 ying2 xiao1 ying4 yun4 er2 sheng1 sil|sil 光 棍 节 营 销 应 运 而 生 sil|22 23 18 19 16 28 17 17 16 30 20|0.0|2.62 +000039|sil gao1 ya1 tie2 ta3 xia4 de5 di1 ai3 peng2 wu1 sil|sil 高 压 铁 塔 下 的 低 矮 棚 屋 sil|24 19 18 18 17 19 18 15 17 26 23 22|0.0|2.74 +000040|sil dian4 ying2 hai3 bao4 sp1 pin2 min2 ku1 bai3 wan4 fu4 weng1 sil|sil 电 影 海 报 sp1 贫 民 窟 百 万 富 翁 sil|23 18 12 23 25 13 19 16 29 19 17 16 27 23|0.0|3.25 +000041|sil diao1 wei2 lie4 yi3 bei4 ling4 an4 chu2 li3 sil|sil 刁 维 列 已 被 另 案 处 理 sil|23 18 15 24 16 18 18 16 17 24 23|0.0|2.46 +000042|sil yun2 wu4 you3 shi2 wan3 ru2 yu4 dai4 sp1 ping2 wo4 feng1 luan2 shan1 jian1 sp1 you3 shi2 chui1 yan1 niao3 rao4 sp1 bo2 wu4 qing1 xuan2 sil|sil 云 雾 有 时 宛 如 玉 带 sp1 平 卧 峰 峦 山 涧 sp1 有 时 炊 烟 袅 绕 sp1 薄 雾 轻 旋 sil|25 19 23 17 14 17 14 13 23 6 26 19 19 20 21 26 40 13 25 23 16 20 24 4 17 13 23 32 23|0.0|6.67 +000043|sil zui3 ba5 zhou1 wei2 lve4 wei1 zhong2 qi3 sil|sil 嘴 巴 周 围 略 微 肿 起 sil|24 20 14 17 24 21 14 21 29 22|0.0|2.39 +000044|sil huan1 sheng1 xiao4 yu3 sa2 man3 cun1 zhuang1 sil|sil 欢 声 笑 语 洒 满 村 庄 sil|23 20 18 20 25 20 19 20 27 19|0.0|2.45 +000045|sil sha1 chang3 jing4 yun3 ming4 sp1 zhuang4 zhi4 ye3 wu2 wei2 sil|sil 沙 场 竟 殒 命 sp1 壮 志 也 无 违 sil|25 26 29 16 21 28 17 24 20 18 20 32 22|0.0|3.46 +000046|sil you2 zha2 dou4 fu5 pen1 pen1 xiang1 sp1 san3 zi5 ma2 hua1 beng1 beng1 cui4 sp1 zi3 mei4 tuan2 zi5 shu3 er4 jiang1 sil|sil 油 炸 豆 腐 喷 喷 香 sp1 馓 子 麻 花 嘣 嘣 脆 sp1 姊 妹 团 子 数 二 姜 sil|26 18 20 20 16 17 18 30 18 22 9 21 27 17 15 31 28 15 17 27 18 20 16 30 29|0.0|6.09 +000047|sil ben3 shan1 ye3 zhen1 tai4 kou1 menr2 r le5 sil|sil 本 山 也 真 太 抠 门 儿 了 sil|23 16 23 15 19 22 18 26 0 16 27|0.0|2.38 +000048|sil lin4 dong1 ying1 de5 zhu4 yuan4 bing4 an4 sil|sil 蔺 东 英 的 住 院 病 案 sil|26 19 15 20 16 14 18 15 21 22|0.0|2.16 +000049|sil quan3 bi4 xu1 shuan1 yang3 huo4 juan4 yang3 sil|sil 犬 必 须 拴 养 或 圈 养 sil|24 30 15 15 24 19 17 21 24 17|0.0|2.39 +000050|sil he4 li4 he2 yin4 du4 da4 heng1 a1 lang2 nai4 er3 yi3 jing1 fen1 ju1 shu4 yue4 sil|sil 赫 莉 和 印 度 大 亨 阿 郎 奈 尔 已 经 分 居 数 月 sil|25 20 23 18 16 11 16 23 12 17 15 22 18 21 17 13 18 21 21|0.0|4.03 +000051|sil nan4 xiong1 nan4 di4 yao4 hao2 hao3 qie1 cuo1 qie1 cuo1 sil|sil 难 兄 难 弟 要 好 好 切 磋 切 磋 sil|26 17 18 19 23 20 19 19 20 17 15 24 23|0.0|3.02 +000052|sil xiao3 jun1 da4 tui3 nei4 ce4 yu1 qing1 sil|sil 小 军 大 腿 内 侧 淤 青 sil|26 23 23 18 13 18 20 15 30 22|0.0|2.41 +000053|sil yi3 ji2 ci2 xiong2 kong2 zi2 niao3 fu4 yuan2 tu2 sil|sil 以 及 雌 雄 孔 子 鸟 复 原 图 sil|26 13 25 24 23 19 13 21 19 17 32 22|0.0|2.95 +000054|sil yu3 nv2 yan3 yuan2 pai1 wen3 xi4 sp1 chen2 xiao3 chun1 bu2 pa4 ying4 cai3 er2 chi1 cu4 sil|sil 与 女 演 员 拍 吻 戏 sp1 陈 小 春 不 怕 应 采 儿 吃 醋 sil|26 20 19 16 21 22 18 26 23 18 16 27 14 23 18 18 11 20 26 22|0.0|4.69 +000055|sil fang3 zhen1 zhi1 cu1 hua1 ni2 deng3 yin4 hua1 mian4 liao4 de5 qiao3 miao4 yun4 yong4 sil|sil 仿 针 织 粗 花 呢 等 印 花 面 料 的 巧 妙 运 用 sil|25 23 18 20 23 19 22 20 14 15 17 17 13 16 19 15 20 21|0.0|3.91 +000056|sil yu3 yue1 se4 fu1 tie1 mian4 lou3 bao4 sil|sil 与 约 瑟 夫 贴 面 搂 抱 sil|26 20 15 16 19 22 17 20 21 23|0.0|2.31 +000057|sil nu2 er3 bie2 er3 de2 ye1 wa2 qing3 zhou1 yong3 kang1 zhuan3 da2 dui4 wu2 bang1 guo2 wei3 yuan2 zhang3 de5 qin1 qie4 wen4 hou4 sil|sil 努 尔 别 尔 德 耶 娃 请 周 永 康 转 达 对 吴 邦 国 委 员 长 的 亲 切 问 候 sil|25 15 20 14 14 15 17 29 25 13 15 28 22 18 21 13 17 14 13 13 18 11 17 13 18 26 20|0.0|5.62 +000058|sil jin1 you3 zhuang1 man2 er2 xia4 zhou1 juan1 shen4 sil|sil 金 友 庄 瞒 儿 下 周 捐 肾 sil|23 23 16 29 17 16 19 15 18 22 22|0.0|2.55 +000059|sil wo2 wo3 wo2 wo3 wo2 wo3 he2 pang4 zi5 yi4 qi3 sil|sil 我 我 我 我 我 我 和 胖 子 一 起 sil|25 31 23 28 26 27 23 23 28 13 13 30 20|0.0|3.6 +000060|sil sao3 sao5 gei3 zuo4 de5 you2 mian4 wo1 wo5 sp1 he2 yang2 rou4 dun4 shan1 yao4 sil|sil 嫂 嫂 给 做 的 莜 面 窝 窝 sp1 和 羊 肉 炖 山 药 sil|25 25 21 16 18 15 14 22 18 21 9 19 18 13 15 19 19 21|0.0|3.81 +000061|sil man4 sa4 ni2 yue1 gang2 kou3 bei4 guan1 bi4 sil|sil 曼 萨 尼 约 港 口 被 关 闭 sil|26 19 14 16 15 21 28 14 24 22 21|0.0|2.56 +000062|sil liao4 bi4 er2 ma2 ya3 shu1 he2 lao3 gong1 shai4 en1 ai4 sil|sil 廖 碧 儿 马 雅 舒 和 老 公 晒 恩 爱 sil|26 21 13 18 20 17 28 16 19 19 19 15 25 21|0.0|3.22 +000063|sil wa4 zi5 tan1 xiao3 lao2 ban3 chen2 yong3 quan2 sil|sil 袜 子 摊 小 老 板 陈 永 全 sil|25 21 13 19 18 21 27 22 17 39 22|0.0|2.83 +000064|sil he2 ji4 chou2 zi1 sp1 yi1 dian3 yi1 er4 jiu3 yi1 wu2 wu3 yi4 yuan2 sil|sil 合 计 筹 资 sp1 一 点 一 二 九 一 五 五 亿 元 sil|24 19 14 23 28 6 15 22 10 17 23 19 15 15 21 31 21|0.0|3.75 +000065|sil niao3 er2 zha1 zha1 sp1 zou4 qi3 chen2 qu3 sil|sil 鸟 儿 喳 喳 sp1 奏 起 晨 曲 sil|26 17 13 19 26 3 19 20 24 36 21|0.0|2.6 +000066|sil ti3 qiang2 zhuang4 er2 hou4 xue2 wen4 sp1 dao4 de2 zhi1 jin4 xiu1 yong3 er2 shou1 xiao4 yuan3 sil|sil 体 强 壮 而 后 学 问 sp1 道 德 之 进 修 勇 而 收 效 远 sil|24 19 21 20 20 18 17 24 25 21 15 17 18 19 21 21 18 21 30 18|0.0|4.73 +000067|sil wang3 gou4 huo4 wang3 sou1 gu3 min2 xin4 xi1 sp1 yi3 gao1 hui2 bao4 wei2 er3 qing3 jun1 ru4 weng4 sil|sil 网 购 或 网 搜 股 民 信 息 sp1 以 高 回 报 为 饵 请 君 入 瓮 sil|26 21 24 31 18 23 10 16 18 26 28 15 22 20 17 18 25 27 19 14 23 18|0.0|5.33 +000068|sil tu2 wei2 kai2 mu3 bo2 yi1 xie2 xian4 chong1 ci4 sil|sil 图 为 凯 姆 博 伊 斜 线 冲 刺 sil|25 25 21 20 16 18 19 21 19 19 25 22|0.0|2.9 +000069|sil ji2 jiang1 diao4 yu2 tai2 huang2 wei2 yu3 sp1 chi4 yu3 san1 dao3 sp1 shang2 gei3 sheng4 xuan1 huai2 wei2 chan3 ye4 sp1 gong1 cai3 yao4 zhi1 yong4 sil|sil 即 将 钓 鱼 台 黄 尾 屿 sp1 赤 屿 三 岛 sp1 赏 给 盛 宣 怀 为 产 业 sp1 供 采 药 之 用 sil|25 19 27 16 13 32 25 16 23 5 27 12 23 24 15 21 22 17 15 17 13 23 20 6 20 25 18 15 23 18|0.0|6.67 +000070|sil yong4 bu2 yong4 wo3 ti4 ni2 wu3 zhe5 zui3 sil|sil 用 不 用 我 替 你 捂 着 嘴 sil|26 18 10 22 21 18 18 14 14 30 21|0.0|2.46 +000071|sil er4 jing4 jia1 zhu4 bei2 wu3 huan2 wai4 sp1 shang4 ban1 yao4 qu4 ya4 yun4 cun1 hua2 tang2 shang1 chang3 sil|sil 二 敬 家 住 北 五 环 外 sp1 上 班 要 去 亚 运 村 华 堂 商 场 sil|26 15 20 23 20 12 14 22 23 23 20 24 16 15 15 13 23 19 19 18 29 21|0.0|4.99 +000072|sil you3 guan1 neng2 fou2 gai3 kong4 chuan4 mou2 sil|sil 有 关 能 否 改 控 串 谋 sil|27 14 25 20 17 20 21 22 27 22|0.0|2.5 +000073|sil bu4 lv3 ni2 sp1 ye2 yu3 qian2 fu1 zhe2 xue2 jia1 sp1 la1 fei2 er3 yu4 you3 yi4 zi3 sil|sil 布 吕 尼 sp1 也 与 前 夫 哲 学 家 sp1 拉 斐 尔 育 有 一 子 sil|23 16 13 27 11 13 17 23 17 11 13 26 4 16 16 20 15 14 13 27 23|0.0|4.16 +000074|sil you4 you3 shui2 ken2 she3 shi1 gei3 ta1 ne5 sil|sil 又 有 谁 肯 舍 施 给 他 呢 sil|26 14 15 24 21 19 15 14 21 21 20|0.0|2.44 +000075|sil qie4 zei2 lou4 tui3 zi4 cheng1 huan4 ma2 feng1 bing4 sil|sil 窃 贼 露 腿 自 称 患 麻 风 病 sil|24 26 14 19 33 18 26 21 18 20 20 23|0.0|3.04 +000076|sil lao3 zu2 mu3 yi3 mou2 sha1 zui4 bei4 shou1 ya1 sil|sil 老 祖 母 以 谋 杀 罪 被 收 押 sil|26 17 17 28 16 21 21 19 12 18 25 23|0.0|2.82 +000077|sil ai3 cuo2 qiong2 bie2 xia1 kua1 sil|sil 矮 矬 穷 别 瞎 夸 sil|26 16 21 35 16 23 31 22|0.0|2.21 +000078|sil yu2 zai4 shui2 li2 da3 xuan2 de5 wang3 wai4 luan4 beng4 sil|sil 鱼 在 水 里 打 旋 地 往 外 乱 蹦 sil|26 14 17 18 22 20 23 15 16 12 21 21 20|0.0|2.85 +000079|sil zhuo2 wen2 jun1 shuo1 sp1 wan3 ru2 shan1 shang4 xue3 sp1 jiao3 ruo4 yun2 jian1 yue4 sil|sil 卓 文 君 说 sp1 宛 如 山 上 雪 sp1 皎 若 云 间 月 sil|23 20 15 17 30 29 17 17 18 17 31 13 24 23 20 21 24 22|0.0|4.42 +000080|sil yi2 lei4 miao2 ke3 wei4 ming4 yun4 duo1 chuan3 sil|sil 一 类 苗 可 谓 命 运 多 舛 sil|26 11 15 35 19 19 18 14 16 34 20|0.0|2.63 +000081|sil mou2 xiao3 song2 kuai4 kuai4 kan4 kan5 sil|sil 某 小 怂 快 快 看 看 sil|26 15 19 27 17 15 24 24 22|0.0|2.19 +000082|sil tie3 sha1 zhang3 ai4 hao4 zhe3 zhang1 hui1 biao2 yan3 pi1 zhuan1 sil|sil 铁 砂 掌 爱 好 者 张 辉 表 演 劈 砖 sil|24 22 20 17 15 17 16 20 30 17 15 19 26 20|0.0|3.23 +000083|sil er2 lv3 ye4 xin1 sp1 ye3 bei4 yi4 gen1 lin3 zi5 ya1 zhe5 sil|sil 而 吕 业 新 sp1 也 被 一 根 檩 子 压 着 sil|26 16 17 15 27 5 14 12 10 15 19 14 20 20 22|0.0|2.93 +000084|sil zhun1 zhun1 ding1 ning2 sp1 wu4 wang4 tian1 shan1 bu3 yu4 qing2 sil|sil 谆 谆 叮 咛 sp1 勿 忘 天 山 哺 育 情 sil|23 22 19 17 33 11 12 19 21 27 18 16 35 22|0.0|3.43 +000085|sil xian4 zai4 shi4 daor4 r yue4 zou3 yue4 kuan1 sp1 ren2 qi4 yue4 gao3 yue4 wang4 sil|sil 现 在 是 道 儿 越 走 越 宽 sp1 人 气 越 搞 越 旺 sil|27 18 17 28 28 0 15 16 15 29 10 15 26 18 18 17 22 20|0.0|3.94 +000086|sil wu4 yong1 hui4 yan2 sp1 ren2 you3 ji4 xing4 sp1 yi4 you3 wang4 xing4 sil|sil 毋 庸 讳 言 sp1 人 有 记 性 sp1 亦 有 忘 性 sil|25 15 17 21 28 13 12 16 20 24 14 8 18 21 22 21|0.0|3.42 +000087|sil can1 hou4 sp1 yi4 xing2 ren2 you4 pei2 wang1 xiao3 fei1 sp1 dao4 ling4 yi4 zhen2 suo3 kan4 er3 bi2 hou2 ke1 sil|sil 餐 后 sp1 一 行 人 又 陪 汪 小 菲 sp1 到 另 一 诊 所 看 耳 鼻 喉 科 sil|25 21 25 20 12 16 19 13 20 14 16 24 7 23 18 9 18 24 21 16 14 16 28 22|0.0|5.12 +000088|sil gan4 ma2 a5 ni3 you4 lai2 gou1 da5 shei2 sil|sil 干 嘛 啊 你 又 来 勾 搭 谁 sil|24 21 20 13 25 19 16 15 14 29 22|0.0|2.53 +000089|sil yue1 wan2 ka3 yu2 tie3 tuo1 mei2 you3 hai2 zi5 sil|sil 约 婉 卡 与 铁 托 没 有 孩 子 sil|26 13 15 28 18 22 28 18 13 25 18 24|0.0|2.88 +000090|sil shou4 sun3 song4 dai4 ge1 yao2 qing1 you4 kui2 ban4 kou3 pan2 zheng4 mian4 sun2 hui3 hou4 sil|sil 受 损 宋 代 哥 窑 青 釉 葵 瓣 口 盘 正 面 损 毁 后 sil|25 23 30 23 16 17 22 22 15 21 17 19 31 18 15 17 16 21 22|0.0|4.53 +000091|sil ye3 huan1 ying2 wei4 sheng1 mian2 chang3 shang1 sp1 zhao2 wo3 dai4 yan2 sil|sil 也 欢 迎 卫 生 棉 厂 商 sp1 找 我 代 言 sil|26 13 20 22 14 16 17 19 21 8 17 11 18 28 22|0.0|3.16 +000092|sil lou2 yi2 wang3 huan2 kong1 long2 mu3 sp1 qi2 lin2 mai2 mo4 ji3 chun1 qiu1 sil|sil 蝼 蚁 往 还 空 垄 亩 sp1 骐 麟 埋 没 几 春 秋 sil|26 20 17 24 25 21 22 32 17 26 19 17 26 20 20 29 21|0.0|4.44 +000093|sil ru2 hu4 fa4 he2 hu4 yan3 sp1 yao4 dai4 shang4 gui1 jiao1 yong3 mao4 sp1 he2 zhai1 chu2 yin3 xing2 yan3 jing4 sil|sil 如 护 发 和 护 眼 sp1 要 戴 上 硅 胶 泳 帽 sp1 和 摘 除 隐 形 眼 镜 sil|27 21 21 24 14 21 28 8 14 18 25 17 19 14 25 16 16 16 23 15 18 13 21 22|0.0|5.29 +000094|sil ma3 xun4 wei2 yu3 yang2 yi2 deng3 gong4 du4 sheng1 ri4 sil|sil 马 浚 伟 与 杨 怡 等 共 度 生 日 sil|26 15 23 22 18 25 13 23 18 13 19 18 22|0.0|2.96 +000095|sil sheng3 ji2 wen2 bao3 dan1 wei4 sp1 man3 yuanr4 r liu1 da5 ji1 sil|sil 省 级 文 保 单 位 sp1 满 院 儿 溜 达 鸡 sil|25 25 17 14 15 19 21 6 21 22 0 14 15 25 23|0.0|3.04 +000096|sil tu2 wei2 zhong1 shan1 zhan1 yuan2 guang3 yao1 qian1 yu2 you2 ke4 sp1 pin3 chang2 chong2 yang2 yi4 shou4 qian1 sou3 yan4 sil|sil 图 为 中 山 詹 园 广 邀 千 余 游 客 sp1 品 尝 重 阳 益 寿 千 叟 宴 sil|23 28 24 18 19 20 30 23 20 25 12 17 27 18 23 29 25 16 17 24 26 26 26 20|0.0|6.22 +000097|sil xiao3 wen2 jie2 quan2 shen1 ku1 shou4 ru2 chai2 sil|sil 小 文 杰 全 身 枯 瘦 如 柴 sil|26 21 15 25 23 22 19 18 15 35 23|0.0|2.81 +000098|sil qin2 mou3 yong4 lian3 pen2 yao2 shui3 jiang1 huo3 pu1 mie4 sil|sil 秦 某 用 脸 盆 舀 水 将 火 扑 灭 sil|24 26 31 18 22 20 17 27 21 17 16 27 21|0.0|3.33 +000099|sil an1 quan2 tao4 zuo4 cheng2 wu1 du2 wa2 wa5 yang4 zi5 sil|sil 安 全 套 做 成 巫 毒 娃 娃 样 子 sil|26 14 21 23 16 20 15 16 17 15 17 23 22|0.0|2.85 +000100|sil di4 san1 shi4 kao3 ya1 que1 jin1 duan2 liang3 sil|sil 第 三 是 烤 鸭 缺 斤 短 两 sil|23 15 23 19 27 19 22 19 19 32 18|0.0|2.74 +000101|sil chuan2 ma3 yi1 li2 huai2 shang5 er4 tai1 sil|sil 传 马 伊 璃 怀 上 二 胎 sil|22 29 20 13 25 20 19 11 32 23|0.0|2.48 +000102|sil feng1 zheng5 yao4 xian4 sp1 ben1 ma3 yao4 jiang1 sp1 hang2 chuan2 yao4 duo4 sil|sil 风 筝 要 线 sp1 奔 马 要 缰 sp1 航 船 要 舵 sil|26 27 17 17 28 11 17 21 17 26 11 22 22 16 19 23|0.0|3.72 +000103|sil jia3 yuan2 yuan5 tuo1 gao1 yue4 shang4 lou2 sil|sil 贾 媛 媛 拖 高 岳 上 楼 sil|24 25 19 24 23 20 14 23 28 23|0.0|2.59 +000104|sil hei1 pao2 niao2 xiao3 hei1 shi5 lin2 ba1 ge1 sil|sil 黑 袍 鸟 小 黑 是 林 八 哥 sil|23 21 20 21 23 28 15 22 21 24 23|0.0|2.8 +000105|sil ta1 yue4 en4 sp1 wo3 yue4 huang1 sp1 fa1 dong4 yue4 man4 sil|sil 他 越 摁 sp1 我 越 慌 sp1 发 动 越 慢 sil|23 24 20 24 11 16 16 28 10 22 17 13 21 24|0.0|3.12 +000106|sil mao3 tu4 kai1 xin1 sui4 sp1 liang3 an4 gong4 ying2 chun1 sil|sil 卯 兔 开 新 岁 sp1 两 岸 共 迎 春 sil|26 21 24 20 20 27 13 20 27 19 19 30 21|0.0|3.33 +000107|sil wu3 yue4 tian1 ma3 sha1 sp1 ti4 ju2 wa2 wa5 sp1 huan4 zhuang1 bi3 ji1 ni2 sil|sil 五 月 天 玛 莎 sp1 替 菊 娃 娃 sp1 换 装 比 基 尼 sil|26 11 14 21 20 29 5 24 21 20 20 11 22 22 15 16 31 22|0.0|4.06 +000108|sil po1 tu3 yan2 xing4 wei2 po1 po1 sp1 can2 ji1 tu3 shu2 tu3 zhi4 bian1 po1 sil|sil 坡 土 岩 性 为 坡 坡 sp1 残 积 土 属 土 质 边 坡 sil|20 25 28 19 22 13 19 27 24 21 15 28 21 22 16 19 26 23|0.0|4.5 +000109|sil mo4 xi1 ge1 yi1 wu3 er4 yi1 nian2 sp1 lun2 wei2 xi1 ban1 ya2 zhi2 min2 di4 sil|sil 墨 西 哥 一 五 二 一 年 sp1 沦 为 西 班 牙 殖 民 地 sil|25 13 15 26 15 11 19 17 30 7 16 16 17 14 16 14 18 20 20|0.0|3.82 +000110|sil wa2 ha1 ha1 qi3 ye4 yan2 jiu1 yuan4 fu4 yuan4 zhang3 li3 yan2 jun4 sp1 suan4 shi4 ku2 zhu3 zhi1 yi1 sil|sil 娃 哈 哈 企 业 研 究 院 副 院 长 李 言 郡 sp1 算 是 苦 主 之 一 sil|25 15 15 17 23 17 17 15 16 18 16 25 17 22 25 15 21 20 22 15 20 23 21|0.0|5.11 +000111|sil zhou1 yun4 sp1 ze2 huo4 lao3 wai4 lou3 yao1 sp1 xing1 fen4 da4 xiao4 sil|sil 周 韵 sp1 则 获 老 外 搂 腰 sp1 兴 奋 大 笑 sil|23 25 27 3 21 21 17 15 20 24 4 25 17 17 24 22|0.0|3.54 +000112|sil wo3 yao4 yong4 gu3 ge1 fa1 song4 yi4 feng1 you2 jian4 sil|sil 我 要 用 谷 歌 发 送 一 封 邮 件 sil|26 10 15 16 21 26 22 17 12 21 19 28 22|0.0|2.96 +000113|sil di2 wo4 er3 fu1 sp1 ze2 tun1 le5 yi4 kou2 shui3 sil|sil 迪 沃 尔 夫 sp1 则 吞 了 一 口 水 sil|23 16 12 14 28 5 22 19 10 9 18 36 21|0.0|2.71 +000114|sil xian1 shi1 de5 yan2 jiu1 ling3 yu4 hao4 han4 wu2 ya2 yi3 sil|sil 先 师 的 研 究 领 域 浩 瀚 无 涯 矣 sil|27 24 19 17 16 13 21 20 28 22 14 24 28 10|0.0|3.29 +000115|sil yin1 gan1 die1 er2 hong2 de5 mo2 te4 zhou1 rui3 sil|sil 因 干 爹 而 红 的 模 特 周 蕊 sil|27 22 20 15 20 20 7 20 22 18 32 23|0.0|2.86 +000116|sil wan2 ka1 yong4 lai2 pian4 mei3 mei2 sil|sil 玩 咖 用 来 骗 美 眉 sil|25 21 31 16 17 24 15 32 23|0.0|2.37 +000117|sil wu3 jie4 song1 san3 xia2 ai4 sp1 yao4 tuan2 jie2 he2 zuo4 sil|sil 五 戒 松 散 狭 隘 sp1 要 团 结 合 作 sil|26 17 22 21 21 23 22 14 17 21 14 20 25 20|0.0|3.29 +000118|sil xi1 wang4 kan4 yi4 yan3 ge2 er3 mu4 de5 shu4 ye4 sil|sil 希 望 看 一 眼 格 尔 木 的 树 叶 sil|26 20 21 22 11 22 11 14 18 10 21 23 21|0.0|2.79 +000119|sil bing3 zhe2 ye3 hui2 wen3 da4 mang3 she2 sil|sil 秉 哲 也 回 吻 大 蟒 蛇 sil|22 24 27 20 23 20 16 16 32 21|0.0|2.57 +000120|sil cheng2 men2 ding3 duan1 you3 tao2 se4 de5 tao2 wa3 sp1 wu1 ding3 yi3 long2 feng4 deng3 rui4 shou4 zhuang1 shi4 sil|sil 城 门 顶 端 有 桃 色 的 陶 瓦 sp1 屋 顶 以 龙 凤 等 瑞 兽 装 饰 sil|22 24 20 18 25 19 23 11 9 23 29 28 15 27 15 25 25 17 15 15 20 25 21|0.0|5.47 +000121|sil xue2 sheng1 ta4 shang4 lan2 gan1 xi4 nong5 e4 yu2 sil|sil 学 生 踏 上 栏 杆 戏 弄 鳄 鱼 sil|25 22 22 20 16 19 22 22 18 18 29 21|0.0|2.95 +000122|sil ni3 kan4 liang2 chao2 wei2 yan3 se4 jie4 sp1 liu2 jia1 ling2 sp1 ye2 dei2 yao3 ya2 ren3 zhu4 ya5 sil|sil 你 看 梁 朝 伟 演 色 戒 sp1 刘 嘉 玲 sp1 也 得 咬 牙 忍 住 呀 sil|26 11 25 21 19 16 16 18 23 26 14 17 29 6 11 13 21 16 17 19 21 21|0.0|4.71 +000123|sil zhe4 yao4 wen4 wen5 huo3 xing1 shang4 de5 yu2 la5 sil|sil 这 要 问 问 火 星 上 的 鱼 啦 sil|24 19 12 15 20 21 20 19 9 19 18 22|0.0|2.53 +000124|sil zhong1 zhen4 tao1 yu2 nv3 er2 qian1 shou3 guang4 jie1 sil|sil 钟 镇 涛 与 女 儿 牵 手 逛 街 sil|24 20 18 30 15 19 18 19 15 19 23 23|0.0|2.82 +000125|sil yi1 ceng2 ke2 yi3 zhong4 hua1 hua1 cao2 cao3 sil|sil 一 层 可 以 种 花 花 草 草 sil|26 16 31 16 12 19 18 16 21 34 22|0.0|2.68 +000126|sil mei3 jia1 zuo1 fang5 sun3 shi1 you3 yi1 er4 shi2 wan4 yuan2 sil|sil 每 家 作 坊 损 失 有 一 二 十 万 元 sil|26 14 17 18 24 20 20 19 11 16 17 17 27 20|0.0|3.09 +000127|sil ta1 mian4 rong2 qiao2 cui4 sp1 you4 tui2 you3 xie1 que2 guai3 sil|sil 他 面 容 憔 悴 sp1 右 腿 有 些 瘸 拐 sil|22 24 20 18 22 26 18 14 18 12 14 25 29 22|0.0|3.3 +000128|sil jiu4 jiu5 zhi3 zhang1 shao2 han2 ou1 qin1 sil|sil 舅 舅 指 张 韶 涵 殴 亲 sil|25 22 24 19 19 18 20 18 33 21|0.0|2.54 +000129|sil fa3 yuan4 zhun2 xu3 he2 tong5 jie3 chu2 sil|sil 法 院 准 许 合 同 解 除 sil|25 23 23 20 22 17 17 18 33 21|0.0|2.54 +000130|sil ling4 wai4 sp1 wo1 an4 chuan4 an4 duo1 sp1 ye3 you2 wei2 tu1 chu1 sil|sil 另 外 sp1 窝 案 串 案 多 sp1 也 尤 为 突 出 sil|26 14 25 17 16 16 20 14 24 12 14 13 13 17 26 22|0.0|3.36 +000131|sil gao3 xie1 lin2 ye4 ji1 xie4 zhu3 ye4 yi3 wai4 de5 pian1 ye4 ne5 sil|sil 搞 些 林 业 机 械 主 业 以 外 的 偏 业 呢 sil|25 19 22 20 14 17 16 16 16 16 17 8 24 16 22 21|0.0|3.35 +000132|sil mian2 hua1 shou1 gou4 ye3 zao1 you2 zi1 e4 xing4 chao3 zuo4 sil|sil 棉 花 收 购 也 遭 游 资 恶 性 炒 作 sil|25 18 19 20 25 15 16 15 21 17 16 23 25 21|0.0|3.21 +000133|sil gu2 yong3 qiang1 sp1 yi3 jun1 bi4 gai1 xia4 sil|sil 古 永 锵 sp1 已 军 壁 垓 下 sil|22 22 16 38 7 19 23 15 18 28 20|0.0|2.65 +000134|sil ta1 you4 ku1 you4 nao4 sp1 hai2 na2 dao1 chuo1 lai2 chuo1 qu4 sil|sil 他 又 哭 又 闹 sp1 还 拿 刀 戳 来 戳 去 sil|23 29 20 21 16 26 11 13 18 21 19 16 18 24 22|0.0|3.45 +000135|sil zai4 fang4 xia4 qing1 sao3 ji1 hou4 sp1 wan4 qing4 liang2 gai3 yong4 sao4 zhou5 zuo4 ye4 sil|sil 在 放 下 清 扫 机 后 sp1 万 庆 良 改 用 扫 帚 作 业 sil|25 23 22 20 19 16 17 23 28 15 17 29 18 17 21 13 20 24 21|0.0|4.5 +000136|sil ta1 ang2 shou2 ting3 xiong1 sp1 ying2 feng1 er2 li4 sp1 jiong2 jiong2 you3 shen2 de5 shuang1 mu4 sp1 tiao4 wang4 qian2 fang1 sil|sil 她 昂 首 挺 胸 sp1 迎 风 而 立 sp1 炯 炯 有 神 的 双 目 sp1 眺 望 前 方 sil|23 25 21 17 19 31 4 15 16 14 22 29 22 19 14 15 7 22 19 6 25 16 23 25 20|0.0|5.44 +000137|sil er2 zhang1 mao2 ri4 qian2 ye3 xuan1 bu4 sp1 yu3 wai4 ji2 nan2 you3 ding4 hun1 sil|sil 而 张 茆 日 前 也 宣 布 sp1 与 外 籍 男 友 订 婚 sil|26 22 21 26 12 19 11 22 20 5 14 18 12 15 15 18 29 20|0.0|3.77 +000138|sil men2 luo2 deng1 ta2 yuan3 sp1 ku1 mu4 qu3 quan2 yao2 sil|sil 扪 萝 登 塔 远 sp1 刳 木 取 泉 遥 sil|26 20 27 20 27 30 14 22 24 22 20 31 23|0.0|3.55 +000139|sil ni3 wu2 yu3 wo2 hen3 xian2 di5 le4 sil|sil 你 无 语 我 很 闲 滴 勒 sil|26 17 19 26 14 18 23 12 23 23|0.0|2.33 +000140|sil wen4 ti2 niu2 rou4 ju4 xin4 yuan2 zi4 yi4 jia1 luo2 ma3 ni2 ya4 tu2 zai2 chang3 sil|sil 问 题 牛 肉 据 信 源 自 一 家 罗 马 尼 亚 屠 宰 场 sil|26 16 13 18 25 18 28 18 11 11 23 18 15 11 18 15 14 28 20|0.0|4.02 +000141|sil a1 er2 wa3 lei2 si1 sp1 yi1 yan2 xing2 shi4 sil|sil 阿 尔 瓦 雷 斯 sp1 依 言 行 事 sil|26 9 17 16 16 24 4 14 14 20 23 23|0.0|2.39 +000142|sil zhi3 yuan4 cang1 tian1 xiang1 zhao4 ying5 sp1 liu2 de2 qing2 yi4 sp1 bi2 jin3 cui4 sil|sil 只 愿 苍 天 相 照 应 sp1 留 得 情 谊 sp1 比 锦 翠 sil|23 20 18 21 24 23 21 22 18 18 14 25 21 7 17 22 30 19|0.0|4.22 +000143|sil yu4 zhi1 tiao1 xuan3 nan2 you3 zui4 pa4 wu2 qu4 sil|sil 菀 之 挑 选 男 友 最 怕 无 趣 sil|26 17 21 21 17 17 27 19 22 17 23 23|0.0|2.9 +000144|sil tan2 ta3 wei2 he2 an1 nan2 sp1 bei4 ren4 ming4 wei2 zong2 tong3 gu4 wen4 sil|sil 坦 塔 维 和 安 南 sp1 被 任 命 为 总 统 顾 问 sil|23 21 16 25 18 17 29 5 14 14 16 22 21 17 13 21 22|0.0|3.64 +000145|sil xiao3 zhen1 yi4 bian1 yong4 zhi3 jin1 an4 ya1 zhi2 xie3 sp1 yi4 bian1 you4 kai1 shi3 di1 sheng1 chuo4 qi4 sil|sil 小 真 一 边 用 纸 巾 按 压 止 血 sp1 一 边 又 开 始 低 声 啜 泣 sil|25 24 26 15 14 15 17 20 17 14 18 29 25 12 20 13 19 27 16 19 21 25 21|0.0|5.25 +000146|sil qiu1 shao2 zhi4 yin1 ci3 bei4 wai4 jie4 feng3 ci4 shi4 sp1 e4 yu2 tou2 lao3 chen4 di3 sil|sil 邱 韶 智 因 此 被 外 界 讽 刺 是 sp1 鳄 鱼 头 老 衬 底 sil|25 20 18 16 19 23 14 17 14 20 19 25 12 17 14 34 20 24 27 10|0.0|4.5 +000147|sil hua1 duo2 ti2 yin3 fa1 wang2 you3 re4 yi4 xiao4 fang3 sil|sil 花 朵 体 引 发 网 友 热 议 效 仿 sil|20 21 16 25 17 18 16 21 18 13 20 25 18|0.0|2.88 +000148|sil xiao1 ke4 zai4 kong1 tiao2 chang3 xie4 wan2 huo4 sp1 you2 yuan2 lu4 fan3 hui2 cun4 tan1 gang3 sil|sil 肖 克 在 空 调 厂 卸 完 货 sp1 由 原 路 返 回 寸 滩 港 sil|26 24 24 17 16 15 24 16 15 28 23 16 15 14 18 19 18 18 24 19|0.0|4.52 +000149|sil you2 ci3 qian1 chu1 chou3 wen2 sp1 you3 ren2 xu4 yi4 zai1 zang1 sa4 ke1 qi2 sil|sil 由 此 牵 出 丑 闻 sp1 有 人 蓄 意 栽 赃 萨 科 齐 sil|26 16 20 18 13 21 25 22 12 19 22 11 20 19 22 15 31 22|0.0|4.11 +000150|sil wa2 nu3 a1 tu2 sp1 wei4 yu2 huan2 tai4 ping2 yang2 di4 zhen4 duo1 fa1 dai4 sil|sil 瓦 努 阿 图 sp1 位 于 环 太 平 洋 地 震 多 发 带 sil|25 14 14 14 33 12 15 14 22 16 15 14 13 16 11 18 20 23|0.0|3.59 +000151|sil gan4 ba4 nong2 huo2 shang4 shang4 wang3 sp1 zan2 ye3 wan2 wan5 jia3 nong2 chang3 sil|sil 干 罢 农 活 上 上 网 sp1 咱 也 玩 玩 假 农 场 sil|23 21 14 20 27 19 19 28 16 21 14 20 22 19 19 32 17|0.0|4.08 +000152|sil zhe4 jiu4 shi4 ying1 ye4 da2 ying4 bao1 ruan3 sp1 ruan3 mai4 ying4 de5 li3 nian4 sil|sil 这 就 是 英 业 达 硬 包 软 sp1 软 卖 硬 的 理 念 sil|23 19 13 18 15 14 28 19 16 26 9 16 18 15 5 14 27 25|0.0|3.715 +000153|sil shao1 hua1 ya1 sp1 shao1 chu2 jir1 r sil|sil 烧 花 鸭 sp1 烧 雏 鸡 儿 sil|25 24 22 24 5 23 21 26 0 23|0.0|2.24 +000154|sil zhong4 qiang1 xiao2 kao3 la1 sheng1 ming4 chui2 wei1 sil|sil 中 枪 小 考 拉 生 命 垂 危 sil|24 20 22 17 17 23 18 16 21 20 23|0.0|2.57 +000155|sil shou2 peng2 si3 can2 sp1 can2 nong2 fei1 chang2 ju3 sang4 sil|sil 手 捧 死 蚕 sp1 蚕 农 非 常 沮 丧 sil|25 24 22 19 32 6 20 20 15 18 15 23 19|0.0|2.99 +000156|sil bu2 guo4 reng2 dang3 bu2 zhu4 yi4 xie1 yan1 min2 tun1 yun2 tu3 wu4 sil|sil 不 过 仍 挡 不 住 一 些 烟 民 吞 云 吐 雾 sil|23 13 24 21 18 9 14 8 17 17 28 25 15 22 24 22|0.0|3.48 +000157|sil qin1 peng2 hao2 you3 peng3 zhe5 hua1 lan2 qian2 lai2 diao4 yan4 sil|sil 亲 朋 好 友 捧 着 花 篮 前 来 吊 唁 sil|24 25 16 21 24 22 10 18 24 18 13 18 24 20|0.0|3.22 +000158|sil jiu3 yang2 dou4 jiang1 ji1 sp1 wo3 dao4 shi5 hui4 yong4 sil|sil 九 阳 豆 浆 机 sp1 我 到 是 会 用 sil|24 19 19 13 18 24 12 12 13 11 18 18 22|0.0|2.59 +000159|sil quan2 guo2 yi2 gong4 you3 yi4 bai3 yi1 shi2 er4 suo3 er4 yao1 yao1 gao1 xiao4 sil|sil 全 国 一 共 有 一 百 一 十 二 所 二 一 一 高 校 sil|24 24 22 12 17 20 17 16 13 11 16 21 15 14 15 17 24 22|0.0|3.71 +000160|sil fu4 hao2 luo4 ma3 sp1 yuan2 yu2 gui1 fan4 jian1 du1 que1 wei4 sp1 ni4 ai4 zong4 rong2 xia4 de5 ye3 man2 sheng1 zhang3 sil|sil 富 豪 落 马 sp1 源 于 规 范 监 督 缺 位 sp1 溺 爱 纵 容 下 的 野 蛮 生 长 sil|32 12 15 19 29 9 16 21 16 17 16 10 22 21 15 15 13 18 16 18 11 13 17 18 25 19|0.0|5.26 +000161|sil wang2 jin1 yan4 sp1 zuo3 ce4 lu2 gu3 yan2 zhong4 ao1 xian4 sil|sil 王 金 艳 sp1 左 侧 颅 骨 严 重 凹 陷 sil|25 17 20 21 4 19 14 19 22 21 14 15 28 20|0.0|3.01 +000162|sil yong4 de5 qiang1 zhi1 sp1 you3 a1 ga1 qiang1 he2 shou3 qiang1 deng3 sil|sil 用 的 枪 支 sp1 有 阿 嘎 枪 和 手 枪 等 sil|26 18 10 23 24 8 14 17 15 25 17 19 24 20 18|0.0|3.23 +000163|sil zui4 hou4 mo3 diao4 kou2 jiao3 tuo4 mo5 sp1 zuo4 niao3 shou4 san4 sil|sil 最 后 抹 掉 口 角 唾 沫 sp1 作 鸟 兽 散 sil|25 17 17 19 19 19 17 23 21 7 17 21 18 24 22|0.0|3.32 +000164|sil ling4 yi4 ming2 yu4 nan4 zhe3 qin2 ping2 feng4 sp1 shi4 chong2 ming2 yao2 nan2 cun1 ren2 sil|sil 另 一 名 遇 难 者 秦 萍 凤 sp1 是 崇 明 滧 南 村 人 sil|25 16 10 20 10 20 20 23 18 21 17 20 20 20 15 18 20 25 19|0.0|4.14 +000165|sil ying1 xiong2 xiong2 niao4 bao3 tong4 shi1 qin1 ren2 lao3 lei4 zong4 heng2 sil|sil 英 雄 熊 尿 保 痛 失 亲 人 老 泪 纵 横 sil|26 18 23 20 19 22 22 14 22 26 19 19 21 31 20|0.0|3.74 +000166|sil e2 luo2 si1 gong1 che1 lan4 yong4 lv3 zao1 peng1 ji1 sil|sil 俄 罗 斯 公 车 滥 用 屡 遭 抨 击 sil|26 11 15 21 19 17 22 20 17 19 21 24 22|0.0|2.95 +000167|sil ban4 hao3 zhong1 guo2 pu2 fa2 wang3 ying1 wen2 wang3 sil|sil 办 好 中 国 普 法 网 英 文 网 sil|23 20 27 18 16 19 19 24 20 17 24 18|0.0|2.85 +000168|sil wo3 ma1 xiao4 wo2 sha3 sp1 wo3 ma1 xiao4 wo3 han1 sil|sil 我 妈 笑 我 傻 sp1 我 妈 笑 我 憨 sil|25 14 23 24 12 31 13 13 22 22 10 33 22|0.0|3.06 +000169|sil chi1 ge5 tian2 tong3 jiang4 jiang5 wen1 ba5 sil|sil 吃 个 甜 筒 降 降 温 吧 sil|23 22 13 22 27 18 17 21 21 21|0.0|2.38 +000170|sil yan4 ya4 ya5 you2 hua4 zuo4 pin2 nai3 nai5 sil|sil 燕 娅 娅 油 画 作 品 奶 奶 sil|25 21 20 19 16 20 16 23 24 28 24|0.0|2.74 +000171|sil zai4 yin3 qiao2 shang4 pao2 hen3 wei1 xian3 sil|sil 在 引 桥 上 跑 很 危 险 sil|25 20 18 19 18 23 24 21 29 23|0.0|2.55 +000172|sil hu2 xing4 er2 sheng4 zhuang1 da3 ban4 sp1 yu3 liu2 qing1 yun2 xian4 shen1 wei1 ni2 si1 ying2 zhan3 sil|sil 胡 杏 儿 盛 装 打 扮 sp1 与 刘 青 云 现 身 威 尼 斯 影 展 sil|23 15 15 20 20 17 17 23 20 11 17 24 23 25 23 12 12 16 16 27 19|0.0|4.59 +000173|sil yang2 kai2 ku3 xiao4 zhe5 sp1 ji4 xu4 wang3 jia1 nuo2 sil|sil 杨 凯 苦 笑 着 sp1 继 续 往 家 挪 sil|26 18 27 22 25 18 17 17 20 19 18 31 23|0.0|3.26 +000174|sil yue1 liang3 wan4 ling2 liang2 bai3 ren2 shou4 ying2 xiang3 sil|sil 约 两 万 零 两 百 人 受 影 响 sil|26 19 22 17 17 19 14 15 16 17 26 22|0.0|2.67 +000175|sil ni3 zhan1 wo3 de5 guang1 ye3 gou4 qiang1 sil|sil 你 沾 我 的 光 也 够 戗 sil|26 15 18 15 10 23 14 16 33 23|0.0|2.24 +000176|sil a1 mo4 she2 mu3 sp1 wei4 yu2 shou3 du1 lun2 dun1 yi3 xi1 sil|sil 阿 默 舍 姆 sp1 位 于 首 都 伦 敦 以 西 sil|26 10 15 17 29 9 14 11 20 19 21 16 12 28 23|0.0|3.13 +000177|sil gen4 qi2 zhi3 sp1 zhi3 qi2 suo2 ye3 sil|sil 艮 其 止 sp1 止 其 所 也 sil|25 22 22 30 27 18 23 24 26 21|0.0|2.76 +000178|sil er2 she4 an4 bei4 bu2 nv3 yi2 fan4 xing4 huang2 sil|sil 而 涉 案 被 捕 女 疑 犯 姓 黄 sil|26 21 20 18 16 12 17 14 22 19 35 22|0.0|2.81 +000179|sil nuan2 nuan3 ye3 yue4 lai2 yue4 ni4 fan3 le5 sil|sil 暖 暖 也 越 来 越 逆 反 了 sil|26 20 24 21 14 14 13 18 22 21 21|0.0|2.48 +000180|sil ju4 jie4 shao4 sp1 fei1 biao1 chai2 you2 sp1 yi4 ban1 shi4 yong4 bai2 you2 liao4 sp1 chan1 dui4 sp1 zou3 si1 hong2 you2 sil|sil 据 介 绍 sp1 非 标 柴 油 sp1 一 般 是 用 白 油 料 sp1 掺 兑 sp1 走 私 红 油 sil|24 15 17 27 14 18 16 21 23 5 11 15 14 18 20 16 21 8 24 17 5 17 16 19 26 21|0.0|5.2 +000181|sil jing2 quan3 xun4 lian4 da4 dui4 xie2 quan3 xun2 jian3 sil|sil 警 犬 训 练 大 队 携 犬 巡 检 sil|23 25 21 13 16 17 21 23 21 21 30 20|0.0|2.91 +000182|sil guang3 dong1 sheng3 zheng4 xie2 chang2 wei3 chen2 zuan3 guang1 sp1 zou3 jin4 yi3 zu2 ju1 suo3 sil|sil 广 东 省 政 协 常 委 陈 缵 光 sp1 走 进 蚁 族 居 所 sil|23 21 15 17 15 13 25 20 24 21 26 13 19 22 18 15 15 24 24|0.0|4.29 +000183|sil zhu1 lei4 xia4 luo4 qing2 sa3 kong1 chuang2 sil|sil 珠 泪 下 落 情 洒 空 床 sil|24 18 18 20 22 26 20 21 36 23|0.0|2.65 +000184|sil qiang1 guan3 nong4 qing2 ling2 ge1 fan4 ye4 sp1 xi1 xi1 diao4 sou3 lian2 wa2 sil|sil 羌 管 弄 晴 菱 歌 泛 夜 sp1 嬉 嬉 钓 叟 莲 娃 sil|23 29 19 19 37 21 16 25 22 17 21 27 21 15 22 30 20|0.0|4.46 +000185|sil yang2 hong2 quan2 shi4 tian2 ba4 zhen4 wa1 hang1 cun1 cun1 min2 sil|sil 杨 洪 全 是 田 坝 镇 挖 夯 村 村 民 sil|26 15 18 25 22 20 18 24 18 20 16 19 29 22|0.0|3.39 +000186|sil zai4 shi1 gong1 zhong1 sp1 wu2 fa3 yong4 hang1 ji1 nian3 zha2 sil|sil 在 施 工 中 sp1 无 法 用 夯 机 碾 轧 sil|25 20 15 17 25 6 13 17 14 22 15 21 29 22|0.0|3.03 +000187|sil bei1 tie4 sp1 fa3 tie4 zi4 tie4 hua4 tie4 de5 tie4 sp1 yu3 tao1 tie4 de5 tie4 sp1 dou1 nian4 tie4 sil|sil 碑 帖 sp1 法 帖 字 帖 画 帖 的 帖 sp1 与 饕 餮 的 餮 sp1 都 念 餮 sil|23 23 28 6 28 31 26 28 25 16 8 27 19 14 27 15 10 24 4 15 21 31 20|0.0|5.45 +000188|sil mei2 zuo4 xiang4 sp1 yi4 wei4 zhe5 mei2 jiao4 yang3 sp1 ru3 mo4 zu3 zong1 sil|sil 没 坐 相 sp1 意 味 着 没 教 养 sp1 辱 没 祖 宗 sil|25 17 23 28 6 10 16 13 19 21 22 9 14 21 17 28 20|0.0|3.59 +000189|sil wen2 shi4 yi3 xi4 sheng2 wen2 wei2 zhu3 sp1 hai2 you3 jiao1 cuo4 sheng2 wen2 sp1 xian2 wen2 sp1 chuo1 ci4 wen2 deng3 sil|sil 纹 饰 以 细 绳 纹 为 主 sp1 还 有 交 错 绳 纹 sp1 弦 纹 sp1 戳 刺 纹 等 sil|25 17 28 21 19 19 13 16 25 20 15 17 19 16 20 23 11 30 26 9 25 17 18 20 23|0.0|5.71 +000190|sil dai3 tu2 men5 lun1 zhe5 guan3 zi5 you4 da3 you4 ci4 sp1 ji2 yu2 zhi4 ren2 yu2 si3 di4 sil|sil 歹 徒 们 抡 着 管 子 又 打 又 刺 sp1 急 于 置 人 于 死 地 sil|23 19 16 24 20 11 22 20 19 17 16 24 12 18 18 15 14 11 21 22 20|0.0|4.44 +000191|sil da4 gua4 che1 jia4 shi3 yuan2 liu2 wei4 dong1 sp1 you4 jiao3 bei4 si2 si2 qia3 zhu4 sp1 wu2 fa3 dong4 tan5 sil|sil 大 挂 车 驾 驶 员 刘 卫 东 sp1 右 脚 被 死 死 卡 住 sp1 无 法 动 弹 sil|23 18 16 16 17 15 20 16 15 21 20 14 22 16 16 13 23 18 7 11 17 19 23 22|0.0|4.85 +000192|sil wen1 ling3 shi4 lan2 kong3 que4 you4 shi1 yan2 yan4 hong2 de5 nve4 tong2 xing2 wei2 sil|sil 温 岭 市 蓝 孔 雀 幼 师 颜 艳 红 的 虐 童 行 为 sil|25 15 20 19 24 20 19 13 23 21 18 23 9 18 21 20 25 21|0.0|4.11 +000193|sil qie2 you3 que4 qie4 cai2 liao4 wei2 zheng4 sil|sil 且 有 确 切 材 料 为 证 sil|24 24 20 19 15 15 15 14 24 20|0.0|2.21 +000194|sil jiu2 jing3 fa2 zi3 xi1 du2 an4 sp1 zhen4 jing1 yan3 yi4 quan1 sil|sil 酒 井 法 子 吸 毒 案 sp1 震 惊 演 艺 圈 sil|23 24 20 23 16 16 14 23 9 21 19 17 11 31 20|0.0|3.33 +000195|sil huan1 ying2 ge4 wei4 peng2 you5 chang2 lai2 guang4 guang5 liao2 liao5 sil|sil 欢 迎 各 位 朋 友 常 来 逛 逛 聊 聊 sil|24 21 15 13 10 22 18 21 17 21 15 21 21 20|0.0|3.01 +000196|sil lao3 wang2 bian1 ken3 shao1 bing3 bian1 shuo1 sil|sil 老 王 边 啃 烧 饼 边 说 sil|26 17 28 18 17 21 17 18 25 22|0.0|2.43 +000197|sil jing3 fang1 ku2 ku3 zhui1 zong1 wei4 mou3 sil|sil 警 方 苦 苦 追 踪 魏 某 sil|24 20 24 18 16 15 16 14 26 22|0.0|2.26 +000198|sil lin2 zu3 lian4 ren4 wu1 kan3 cun1 dang2 zong3 zhi1 shu1 ji4 sil|sil 林 祖 恋 任 乌 坎 村 党 总 支 书 记 sil|26 16 13 26 26 13 20 24 19 16 12 20 22 21|0.0|3.18 +000199|sil ta1 nie4 shou3 nie4 jiao3 jin4 le5 wu1 sp1 liu1 jin4 wo4 shi4 sil|sil 他 蹑 手 蹑 脚 进 了 屋 sp1 溜 进 卧 室 sil|23 25 20 14 18 17 16 15 23 12 15 15 16 26 21|0.0|3.2 +000200|sil ci3 wen2 jing1 zhai1 bian1 sp1 biao1 ti2 wei2 bian1 zhe3 zhi4 zuo4 sil|sil 此 文 经 摘 编 sp1 标 题 为 编 者 制 作 sil|24 21 20 20 20 23 10 19 19 21 21 15 14 24 20|0.0|3.38 +000201|sil liang3 sou1 chuan2 zai4 hu4 hang2 wang3 xiang1 gang2 zou3 sil|sil 两 艘 船 在 护 航 往 香 港 走 sil|24 22 20 30 23 20 34 20 19 19 26 18|0.0|3.19 +000202|sil er2 zeng1 mu3 ye3 huan4 you3 tang2 niao4 bing4 sil|sil 而 曾 母 也 患 有 糖 尿 病 sil|26 20 22 31 18 18 12 22 18 20 22|0.0|2.66 +000203|sil yang2 qian1 hua4 wei4 shi2 zhuang1 xiu4 ren4 ya1 zhou4 jia1 bin1 sil|sil 杨 千 嬅 为 时 装 秀 任 压 轴 嘉 宾 sil|25 18 19 23 15 13 18 23 24 17 16 19 25 19|0.0|3.18 +000204|sil min2 jing3 wei3 sui2 zhui1 ji1 sp1 zhua1 huo4 yi4 ming2 mao2 zei2 sil|sil 民 警 尾 随 追 击 sp1 抓 获 一 名 毛 贼 sil|26 20 31 16 17 17 23 12 18 17 7 18 21 29 22|0.0|3.41 +000205|sil jiang3 zuo5 hao3 duo1 hao3 shi2 zai4 kai2 ye3 sil|sil 讲 咗 好 多 好 实 在 嘅 嘢 sil|23 28 15 22 18 21 16 16 26 28 20|0.0|2.71 +000206|sil hao3 kou2 ke3 a5 sp1 lai2 pao4 bei1 cha2 he1 sil|sil 好 口 渴 啊 sp1 来 泡 杯 茶 喝 sil|25 21 20 25 19 11 13 17 12 25 25 23|0.0|2.74 +000207|sil hong2 yu4 zai4 dong4 fang2 zhi1 ye4 tao2 hun1 sp1 bei4 ren2 wu4 dang1 zuo4 luan2 sheng1 jie3 jie5 su1 yu3 ning2 sp1 er2 zhui1 bu3 sil|sil 红 玉 在 洞 房 之 夜 逃 婚 sp1 被 人 误 当 作 孪 生 姐 姐 苏 雨 宁 sp1 而 追 捕 sil|24 23 20 19 16 17 12 11 23 26 26 15 21 14 16 14 18 19 16 13 21 10 29 5 13 22 25 18|0.0|5.88 +000208|sil san1 yue4 chun1 lai2 zao3 sp1 nen4 ya2 gua4 shu4 shao1 sil|sil 三 月 春 来 早 sp1 嫩 芽 挂 树 梢 sil|25 28 15 21 16 32 15 18 23 18 18 27 21|0.0|3.22 +000209|sil bei4 gao4 ren2 yan2 yong2 xi3 he2 mao2 xu4 dong1 tong2 ting2 shou4 shen3 sil|sil 被 告 人 闫 永 喜 和 毛 旭 东 同 庭 受 审 sil|23 14 16 24 17 17 27 17 20 18 24 24 21 18 23 23|0.0|3.79 +000210|sil yi4 dou3 ling4 yi4 wan3 sp1 xiang1 dang1 yu2 liang2 wan3 bai2 xian3 sil|sil 一 斗 令 一 碗 sp1 相 当 于 两 碗 白 蚬 sil|26 15 18 17 13 28 12 21 16 19 24 17 20 31 22|0.0|3.47 +000211|sil wu2 li4 yong4 zi4 ji3 bu2 ru3 qi1 yun4 shu1 sp1 ying1 you4 er2 fang2 cha2 sil|sil 吴 利 用 自 己 哺 乳 期 运 输 sp1 婴 幼 儿 防 查 sil|25 22 15 13 14 15 15 15 19 18 24 4 17 11 15 21 33 22|0.0|3.69 +000212|sil bi4 jing4 sp1 shu4 nuo2 si3 ren2 nuo2 huo2 a5 sil|sil 毕 竟 sp1 树 挪 死 人 挪 活 啊 sil|22 18 26 14 25 21 29 18 21 28 19 21|0.0|3.04 +000213|sil bu4 neng2 wei4 le5 cou4 wen2 zhang1 er2 cou4 wen2 zhang1 sil|sil 不 能 为 了 凑 文 章 而 凑 文 章 sil|23 12 17 13 10 26 17 19 15 19 18 24 20|0.0|2.7 +000214|sil ju2 nong2 men5 cong2 ge4 chu4 tiao1 shui3 kang4 han4 sil|sil 橘 农 们 从 各 处 挑 水 抗 旱 sil|24 19 20 22 22 17 21 20 15 22 23 21|0.0|2.86 +000215|sil jun1 jian3 dui4 rao2 hong2 wei3 qiu2 chu2 si3 xing2 sil|sil 军 检 对 饶 宏 伟 求 处 死 刑 sil|24 24 25 17 16 19 21 22 17 17 31 22|0.0|2.96 +000216|sil jiu4 shi4 li4 run4 yue4 ji3 yue4 bao2 sp1 yue4 ji3 yue4 bao2 sil|sil 就 是 利 润 越 挤 越 薄 sp1 越 挤 越 薄 sil|24 19 27 19 20 23 16 20 29 9 16 19 17 28 22|0.0|3.58 +000217|sil xu1 ding4 qing2 sp1 kan4 wei3 yuan2 ti2 an4 sp1 wu2 yi1 zou4 xiao4 sp1 yin3 wu2 shu4 fang2 nu2 jing4 zhe2 yao1 sil|sil 须 定 晴 sp1 看 委 员 提 案 sp1 无 一 奏 效 sp1 引 无 数 房 奴 竞 折 腰 sil|26 24 18 33 7 21 13 16 19 23 10 11 16 19 26 27 18 17 19 22 19 21 16 29 21|0.0|5.7 +000218|sil yuan2 jing3 yan2 shen1 zhi4 sp1 dou4 yu4 sp1 luan2 cheng2 sil|sil 远 景 延 伸 至 sp1 窦 妪 sp1 栾 城 sil|27 20 29 17 21 25 5 25 24 14 21 32 23|0.0|3.29 +000219|sil nin2 deng3 huir4 r sp1 wo2 gei3 nin2 wen4 wen5 sil|sil 您 等 会 儿 sp1 我 给 您 问 问 sil|26 18 19 25 0 11 10 12 19 19 22 23|0.0|2.37 +000220|sil zhe4 fen4 nu4 sp1 qia4 ru2 yi2 zuo4 yan2 jiang1 nu4 yong3 de5 huo3 shan1 sp1 ji2 yu4 pen1 fa1 sil|sil 这 愤 怒 sp1 恰 如 一 座 岩 浆 怒 涌 的 火 山 sp1 即 欲 喷 发 sil|23 17 21 25 12 23 14 11 22 21 20 20 11 11 20 26 14 21 17 23 26 21|0.0|4.87 +000221|sil you3 wang2 you3 cheng1 sp1 guan1 yuan2 wei2 shan3 xi1 sheng3 an1 jian1 ju2 ju2 zhang3 yang2 da2 cai2 sil|sil 有 网 友 称 sp1 官 员 为 陕 西 省 安 监 局 局 长 杨 达 才 sil|27 14 17 13 29 22 20 23 17 20 14 19 16 16 12 18 25 22 16 35 21|0.0|4.83 +000222|sil a1 er3 te4 ne4 ju4 sp1 wei4 yu2 tu3 xu4 bian1 jie4 xi1 duan1 sil|sil 阿 尔 特 讷 聚 sp1 位 于 土 叙 边 界 西 端 sil|26 14 10 18 16 25 19 19 16 21 18 16 13 19 23 23|0.0|3.44 +000223|sil guo2 yi3 min2 wei2 ben3 sp1 dang2 yi3 min2 wei2 ji1 sil|sil 国 以 民 为 本 sp1 党 以 民 为 基 sil|22 25 13 20 18 27 16 23 16 23 17 27 23|0.0|3.13 +000224|sil shi4 wei1 xie2 o5 kong3 he4 o5 sil|sil 是 威 胁 哦 恐 吓 哦 sil|25 24 18 24 17 24 23 21 18|0.0|2.25 +000225|sil sheng1 yin1 dia2 dia3 de5 sp1 zhuang1 nen4 sp1 ai4 diao4 yan3 lei4 sil|sil 声 音 嗲 嗲 的 sp1 装 嫩 sp1 爱 掉 眼 泪 sil|25 22 20 19 21 17 13 22 21 12 12 17 17 21 22|0.0|3.26 +000226|sil yi2 wang3 chang2 sai1 che1 de5 gang2 ding3 sp1 ze2 hen3 chang4 shun4 sil|sil 以 往 常 塞 车 的 岗 顶 sp1 则 很 畅 顺 sil|26 13 21 23 16 16 8 21 24 3 15 15 22 23 21|0.0|3.1 +000227|sil yi2 ge5 fang1 xiang4 yu4 yue1 sp1 bu4 chao1 guo4 san1 tang4 ke2 xuan3 che1 ci4 sil|sil 一 个 方 向 预 约 sp1 不 超 过 三 趟 可 选 车 次 sil|26 11 12 17 19 17 21 4 14 21 19 21 21 16 16 18 24 22|0.0|3.7 +000228|sil zhong1 shu1 man4 pai4 re4 gou2 gei3 zhang2 zhe3 sil|sil 钟 舒 漫 派 热 狗 给 长 者 sil|24 18 20 28 26 14 17 14 25 20 26|0.0|2.69 +000229|sil yi2 kan4 sp1 yi4 tuan2 nong2 yan1 zhi2 wang3 tian1 kong1 cuan1 sil|sil 一 看 sp1 一 团 浓 烟 直 往 天 空 蹿 sil|26 11 31 22 11 17 17 21 21 19 18 16 31 21|0.0|3.27 +000230|sil li2 an4 ren2 min2 bi4 zhai4 quan4 su2 cheng1 sp1 dian3 xin1 zhai4 sil|sil 离 岸 人 民 币 债 券 俗 称 sp1 点 心 债 sil|26 16 20 14 14 13 19 29 21 24 9 20 19 21 24|0.0|3.35 +000231|sil she1 chi2 pin2 wang3 gou4 zao1 yu4 cheng2 xin4 hua2 tie3 lu2 sil|sil 奢 侈 品 网 购 遭 遇 诚 信 滑 铁 卢 sil|25 22 15 20 19 22 20 16 24 20 17 16 25 23|0.0|3.3 +000232|sil shi2 jin4 shang2 wu3 sp1 dong1 er4 huan2 guang3 qu2 men2 qiao2 dong1 bei2 jiao3 sil|sil 时 近 晌 午 sp1 东 二 环 广 渠 门 桥 东 北 角 sil|25 21 18 24 23 22 11 19 23 18 13 17 23 15 14 29 19|0.0|3.88 +000233|sil chuang1 wai4 yi2 pian4 yin1 mai2 sp1 zhe4 yu3 xiang4 shi4 yong2 yuan3 xia4 bu4 wan2 le5 sil|sil 窗 外 一 片 阴 霾 sp1 这 雨 像 是 永 远 下 不 完 了 sil|21 28 23 13 20 16 29 17 21 24 22 18 18 15 17 12 20 15 22|0.0|4.31 +000234|sil wei4 yin1 da1 shang4 de5 shi4 yi2 tang4 si3 wang2 zhi1 lv3 sil|sil 魏 茵 搭 上 的 是 一 趟 死 亡 之 旅 sil|25 16 20 20 24 16 17 11 24 20 20 16 26 12|0.0|3.1 +000235|sil sha1 wu1 di4 xiang1 xin4 sp1 bin1 la1 deng1 yi3 bing4 gu4 sil|sil 沙 乌 地 相 信 sp1 宾 拉 登 已 病 故 sil|25 23 12 15 21 24 12 14 15 21 16 19 20 21|0.0|3.0 +000236|sil ji2 yun3 chi2 di4 yi1 hu2 zhong1 qu1 zhan4 wei4 sil|sil 吉 允 池 第 一 壶 中 区 站 位 sil|24 19 17 26 14 13 21 18 14 20 20 22|0.0|2.65 +000237|sil su2 hua4 shuo1 sp1 wang2 yang2 bu3 lao2 sp1 you2 wei4 wan2 ye3 sil|sil 俗 话 说 sp1 亡 羊 补 牢 sp1 犹 未 晚 也 sil|27 16 16 30 8 16 21 14 26 10 13 17 24 22 18|0.0|3.23 +000238|sil jin3 liang4 ceng4 ge4 zhong3 shang1 wu4 ying4 chou5 sil|sil 尽 量 蹭 各 种 商 务 应 酬 sil|25 23 24 24 17 15 19 11 20 25 23|0.0|2.62 +000239|sil hen3 kuai4 jiu4 you3 ren2 hui2 tie3 an1 wei4 wang2 miao3 sil|sil 很 快 就 有 人 回 帖 安 慰 王 淼 sil|29 21 23 14 12 15 20 19 17 15 15 30 22|0.0|2.93 +000240|sil yu4 nan4 cun1 min2 wu1 qian2 che2 qi3 heng2 fu2 sil|sil 遇 难 村 民 屋 前 扯 起 横 幅 sil|26 10 18 19 27 20 24 18 16 21 29 22|0.0|2.9 +000241|sil mao2 ge3 deng3 bei4 lei4 hai3 xian1 sp1 yi4 xie2 dai4 jia3 gan1 bing4 du2 sp1 shi2 yong4 shi2 sp1 yi2 ding4 yao4 zhu3 shu2 zheng1 tou4 sil|sil 毛 蛤 等 贝 类 海 鲜 sp1 易 携 带 甲 肝 病 毒 sp1 食 用 时 sp1 一 定 要 煮 熟 蒸 透 sil|26 21 29 18 11 13 20 25 12 11 18 16 18 16 19 23 28 23 7 22 6 10 13 20 16 17 17 25 20|0.0|6.04 +000242|sil li3 jia1 ding3 sp1 yi4 ti2 qi3 yang2 si1 qi2 you4 bao4 cu1 sil|sil 李 家 鼎 sp1 一 提 起 杨 思 琦 又 爆 粗 sil|25 12 19 25 6 11 21 16 16 16 22 14 15 28 21|0.0|3.1 +000243|sil sui2 hou4 sp1 ba1 sa4 yong4 shang1 yu4 fu4 chu1 de5 pu3 yue1 er3 huan4 xia4 kai2 ta3 sil|sil 随 后 sp1 巴 萨 用 伤 愈 复 出 的 普 约 尔 换 下 凯 塔 sil|26 18 23 21 17 23 17 18 10 16 15 10 18 15 20 18 13 19 30 21|0.0|4.27 +000244|sil sha1 te4 wang2 zi3 a1 le4 wa3 li4 de2 sil|sil 沙 特 王 子 阿 勒 瓦 利 德 sil|25 22 18 19 21 17 19 11 16 25 22|0.0|2.5 +000245|sil er2 bu4 fen5 wang3 min2 ye3 le4 yu2 wei2 guan1 qi3 hong4 sil|sil 而 部 分 网 民 也 乐 于 围 观 起 哄 sil|25 22 14 16 17 29 13 20 17 16 18 20 25 22|0.0|3.18 +000246|sil yun2 yang2 xian4 pan2 long2 zhen4 si4 min2 cun1 sp1 fa1 zhan3 zhuang4 da4 ying1 tao2 chan3 ye4 sp1 zhu4 nong2 zeng1 shou1 sil|sil 云 阳 县 盘 龙 镇 四 民 村 sp1 发 展 壮 大 樱 桃 产 业 sp1 助 农 增 收 sil|26 14 17 22 18 15 15 14 17 26 18 16 15 20 17 18 17 20 19 6 16 19 16 24 23|0.0|5.2 +000247|sil wang2 you3 ben4 ben5 hair2 r ya1 li4 bu4 xiao3 sil|sil 网 友 笨 笨 孩 儿 压 力 不 小 sil|25 19 24 17 16 30 0 15 13 14 32 20|0.0|2.61 +000248|sil shen4 yu4 he2 de5 qing1 yu1 gong1 zuo4 sp1 ye2 yi3 wan2 gong1 sil|sil 渗 浴 河 的 清 淤 工 作 sp1 也 已 完 工 sil|25 25 14 16 10 22 13 18 19 5 13 13 20 22 23|0.0|2.99 +000249|sil wu1 xia2 zhen4 liu3 shu4 cun1 sp1 yuan2 wen2 shen3 shu1 rong2 sp1 qi2 nv3 kao2 qu3 da4 xue2 sil|sil 巫 峡 镇 柳 树 村 sp1 原 文 沈 淑 荣 sp1 其 女 考 取 大 学 sil|26 12 19 17 14 16 25 6 16 16 19 17 24 15 20 17 19 16 15 29 22|0.0|4.41 +000250|sil nv3 er2 chang2 wu2 gu4 yun1 dao3 qie2 jiu3 zhi4 bu2 yu4 sil|sil 女 儿 常 无 故 晕 倒 且 久 治 不 愈 sil|26 12 19 27 13 16 19 26 24 18 16 16 19 22|0.0|3.17 +000251|sil yu2 yue4 hai3 ju3 bao4 de5 da4 si4 cun1 shi2 er4 zu3 lian2 yun4 zhan4 ji2 dong1 ce4 geng1 di4 sil|sil 于 跃 海 举 报 的 大 泗 村 十 二 组 联 运 站 及 东 侧 耕 地 sil|26 9 20 25 15 19 17 15 13 20 13 17 15 16 15 22 20 15 17 19 18 20|0.0|4.48 +000252|sil li3 ke4 qin2 yu3 zheng4 yi1 jian4 peng2 chang3 sil|sil 李 克 勤 与 郑 伊 健 捧 场 sil|26 13 17 30 22 20 12 19 20 26 22|0.0|2.64 +000253|sil ta1 dang1 ji2 gan1 ga4 yan2 zui3 jian1 ning3 tou2 sil|sil 她 当 即 尴 尬 掩 嘴 兼 拧 头 sil|23 18 19 21 18 14 19 24 21 18 30 22|0.0|2.87 +000254|sil ran2 er2 ci2 ju3 yi1 ran2 wei4 neng2 di2 dang2 chao3 jia1 re4 qing2 sil|sil 然 而 此 举 依 然 未 能 抵 挡 炒 家 热 情 sil|25 20 16 25 29 13 16 13 22 17 24 25 18 19 32 12|0.0|3.79 +000255|sil da4 liang4 tu3 fang1 sp1 yong3 jin4 quan3 she4 sil|sil 大 量 土 方 sp1 涌 进 犬 舍 sil|24 17 20 21 28 6 16 17 21 26 28|0.0|2.6 +000256|sil wu3 shi4 sp1 ye4 mian4 san1 pen1 bu3 fei2 sil|sil 五 是 sp1 叶 面 三 喷 补 肥 sil|26 17 34 6 10 18 19 21 17 32 22|0.0|2.58 +000257|sil guan1 wan4 zhang1 suo3 xing4 yong4 jiao3 hen3 chuai4 juan3 lian2 men2 sp1 dan4 juan3 lian2 men2 sp1 wei4 neng2 da3 kai1 sil|sil 关 万 章 索 性 用 脚 狠 踹 卷 帘 门 sp1 但 卷 帘 门 sp1 未 能 打 开 sil|23 18 15 24 18 17 15 23 22 19 14 15 26 20 18 14 14 23 6 8 18 18 29 21|0.0|5.09 +000258|sil wu1 ji2 liang3 duan1 sp1 zhu4 you2 tong3 xing2 gong2 ding3 bi4 lu2 yan1 cong1 sp1 shen1 chu1 wu1 mian4 sil|sil 屋 脊 两 端 sp1 筑 有 筒 形 拱 顶 壁 炉 烟 囱 sp1 伸 出 屋 面 sil|25 14 12 21 28 4 20 23 30 25 20 24 13 16 19 28 5 21 17 16 25 21|0.0|4.96 +000259|sil yu2 you4 jun1 sp1 ye3 shi4 yi2 li4 hai5 jue2 se4 sil|sil 于 幼 军 sp1 也 是 一 厉 害 角 色 sil|26 16 19 27 11 12 15 13 20 20 18 26 22|0.0|2.84 +000260|sil ying1 jie4 bi4 ye4 sheng1 fang4 kuan1 zhi4 er4 shi2 er4 zhou1 sui4 sil|sil 应 届 毕 业 生 放 宽 至 二 十 二 周 岁 sil|26 17 16 11 13 26 21 20 15 17 13 13 18 23 22|0.0|3.15 +000261|sil qi2 mo4 wei2 qi2 sp1 yu2 shi4 yin3 jin4 geng4 duo1 ma2 pi3 sil|sil 齐 莫 维 奇 sp1 于 是 引 进 更 多 马 匹 sil|23 19 19 19 30 8 12 23 18 19 19 12 21 27 20|0.0|3.36 +000262|sil zai4 yao2 ye4 de5 chun1 guang1 zhong1 man4 man4 xiao1 san4 sil|sil 在 摇 曳 的 春 光 中 慢 慢 消 散 sil|25 25 19 11 10 19 18 24 18 15 20 24 21|0.0|2.89 +000263|sil bing4 qie3 ba2 wo2 da3 shang1 le5 sp1 zao4 cheng2 zuo2 er2 er3 mo2 chuan1 kong3 sp1 you4 er2 you3 yu1 xue4 sil|sil 并 且 把 我 打 伤 了 sp1 造 成 左 耳 耳 膜 穿 孔 sp1 右 耳 有 淤 血 sil|22 19 21 15 10 16 23 19 30 18 28 16 19 16 17 22 26 15 14 17 17 15 27 21|0.0|5.38 +000264|sil zi4 ci3 sp1 ai4 ni2 nv3 zhuang1 wang3 dian4 sp1 jing1 chang2 shan3 shuo4 zhe5 miao3 sha1 er4 zi4 sil|sil 自 此 sp1 艾 妮 女 装 网 店 sp1 经 常 闪 烁 着 秒 杀 二 字 sil|25 17 29 22 13 15 17 20 18 20 6 18 19 18 19 14 25 17 19 23 20|0.0|4.57 +000265|sil an3 cong2 lou2 shang4 jiao4 an2 jie3 jie5 sp1 an2 jie3 jie5 mei2 xing3 sil|sil 俺 从 楼 上 叫 俺 姐 姐 sp1 俺 姐 姐 没 醒 sil|26 14 16 18 24 14 17 19 23 13 14 13 10 18 35 15|0.0|3.36 +000266|sil zhi1 hou4 yin2 hang2 cui1 zhe5 ka2 zhu3 qu4 huan2 qian2 sil|sil 之 后 银 行 催 着 卡 主 去 还 钱 sil|24 15 26 17 24 17 11 22 20 16 20 33 23|0.0|3.11 +000267|sil mao4 die2 shu1 fa3 jia1 zhang1 ru3 shi4 sp1 hai2 zhuan1 cheng2 tuo1 you3 ren2 biao3 da2 ai1 si1 sil|sil 耄 耋 书 法 家 章 汝 奭 sp1 还 专 程 托 友 人 表 达 哀 思 sil|26 19 17 16 17 22 21 16 27 15 19 19 20 16 15 19 18 15 17 28 20|0.0|4.67 +000268|sil ru2 jin1 sp1 zhong1 zhou2 jiu3 men2 sp1 du2 que1 sp1 di4 an1 men2 sil|sil 如 今 sp1 中 轴 九 门 sp1 独 缺 sp1 地 安 门 sil|25 18 27 11 20 16 16 30 4 16 23 4 16 17 30 22|0.0|3.43 +000269|sil xiao3 diao1 yin1 wei4 zhang3 chu1 le5 xi3 que4 chi4 bang3 sp1 er2 jing1 ya4 wu2 bi3 sil|sil 小 貂 因 为 长 出 了 喜 鹊 翅 膀 sp1 而 惊 讶 无 比 sil|25 25 25 13 13 21 20 12 21 20 22 23 8 14 20 19 17 18 18|0.0|4.11 +000270|sil suo2 yi3 sp1 jiao1 nang2 ye2 dei3 dang1 yao4 yi2 yang4 jian1 guan3 sil|sil 所 以 sp1 胶 囊 也 得 当 药 一 样 监 管 sil|26 20 25 20 22 24 14 13 19 19 10 16 22 28 18|0.0|3.44 +000271|sil zao3 kai1 nai3 sp1 zao3 xi1 shun3 sp1 zao3 wei4 yang3 sil|sil 早 开 奶 sp1 早 吸 吮 sp1 早 喂 养 sil|25 23 23 31 4 21 22 30 10 22 21 25 21|0.0|3.23 +000272|sil qu4 ke2 hou4 reng2 bao3 liu2 xie1 xu3 wai4 ceng2 zu3 zhi1 sp1 ru2 pi2 ceng2 sp1 hu2 fen3 ceng2 he2 pei1 ya2 sil|sil 去 壳 后 仍 保 留 些 许 外 层 组 织 sp1 如 皮 层 sp1 糊 粉 层 和 胚 芽 sil|23 23 19 25 23 13 14 17 22 15 17 15 24 30 21 23 30 6 18 19 23 19 23 27 22|0.0|5.93 +000273|sil ci3 shi2 sp1 li3 yan2 de5 ji1 e4 fang3 fu2 jiao4 gai3 de5 nuo4 yan2 sp1 xu1 wu2 piao1 miao3 sp1 ye3 mo1 bu4 zhao2 bian1 sil|sil 此 时 sp1 李 岩 的 饥 饿 仿 佛 教 改 的 诺 言 sp1 虚 无 缥 缈 sp1 也 摸 不 着 边 sil|25 20 26 20 12 18 10 20 20 21 17 23 13 9 24 27 21 22 12 20 29 9 10 21 9 20 28 20|0.0|6.11 +000274|sil ying1 bi4 mian2 yu3 da4 che1 ni4 xiang4 ying2 lang4 xing2 shi3 sil|sil 应 避 免 与 大 车 逆 向 迎 浪 行 驶 sil|26 21 12 27 16 19 24 21 26 19 18 20 25 21|0.0|3.43 +000275|sil ke3 bie2 sui2 di4 tu3 tan2 ya5 sil|sil 可 别 随 地 吐 痰 呀 sil|23 24 17 20 14 16 25 24 23|0.0|2.16 +000276|sil xin1 pin2 zhong3 da4 xi1 yi4 sp1 bi4 ta3 ta2 wa3 ju4 xi1 sil|sil 新 品 种 大 蜥 蜴 sp1 碧 塔 塔 瓦 巨 蜥 sil|25 26 21 25 18 19 21 17 17 22 20 15 18 28 22|0.0|3.65 +000277|sil guo1 chou2 chou3 li4 ji2 ti2 chu1 mai4 gei3 jiu4 ma1 qin2 gui4 ying1 sil|sil 郭 丑 丑 立 即 提 出 卖 给 舅 妈 秦 贵 英 sil|22 17 20 31 19 15 17 22 21 12 15 25 26 16 23 22|0.0|3.75 +000278|sil mo2 gui3 zhu2 chang3 mo2 li4 wu2 bian1 sil|sil 魔 鬼 主 场 魔 力 无 边 sil|25 18 20 15 31 19 17 15 29 22|0.0|2.45 +000279|sil liu2 lang4 quan3 shou1 rong2 dui4 ye3 luo4 de2 yao1 zhe2 xia4 chang3 sil|sil 流 浪 犬 收 容 队 也 落 得 夭 折 下 场 sil|26 14 19 19 15 17 23 15 19 15 20 17 19 28 22|0.0|3.34 +000280|sil kan3 tong1 na4 hai2 bei4 ke4 yi3 yi2 wan4 ying1 bang4 de5 fa2 kuan3 sil|sil 坎 通 纳 还 被 课 以 一 万 英 镑 的 罚 款 sil|23 22 16 22 21 11 22 17 16 20 15 16 7 20 25 22|0.0|3.42 +000281|sil chu1 qu4 hou4 xiang3 dao4 wai4 mian4 qu4 chuang3 yi4 chuang3 sil|sil 出 去 后 想 到 外 面 去 闯 一 闯 sil|24 24 18 21 18 12 13 17 13 25 16 30 20|0.0|2.91 +000282|sil tan1 chen1 chi1 man4 sp1 yin1 guo3 lun2 hui2 sil|sil 贪 嗔 痴 慢 sp1 因 果 轮 回 sil|22 25 20 20 29 6 17 14 21 33 22|0.0|2.66 +000283|sil yi4 jian4 ren4 wei2 sp1 kao3 lv4 hao3 lei2 yin1 fen1 sai1 qin2 cu4 si3 zong1 he2 zheng4 er2 si3 wang2 sil|sil 意 见 认 为 sp1 考 虑 郝 雷 因 吩 噻 嗪 猝 死 综 合 症 而 死 亡 sil|25 12 16 17 23 25 17 15 18 23 21 20 17 21 18 16 14 14 15 12 21 28 21|0.0|4.98 +000284|sil xiao3 su1 rui4 chuan1 ba1 lei2 wu3 qun2 yu3 ma1 ma5 guang4 jie1 sil|sil 小 苏 瑞 穿 芭 蕾 舞 裙 与 妈 妈 逛 街 sil|26 23 17 19 23 12 15 13 29 14 18 14 22 25 23|0.0|3.4 +000285|sil you2 ben2 qi3 zou4 sp1 wu2 ben3 tui4 chao2 sil|sil 有 本 启 奏 sp1 无 本 退 朝 sil|27 20 20 22 25 7 15 16 19 34 23|0.0|2.65 +000286|sil yi4 gu2 gu3 e4 chou4 pu1 bi2 er2 lai2 sil|sil 一 股 股 恶 臭 扑 鼻 而 来 sil|27 16 15 16 23 24 20 12 16 30 23|0.0|2.58 +000287|sil shi4 xiao3 long2 yu3 sha1 ni1 xian4 chang3 tiao4 wu3 sil|sil 释 小 龙 与 沙 妮 现 场 跳 舞 sil|25 20 17 23 14 21 19 20 18 23 22 19|0.0|2.8 +000288|sil hui2 shou3 feng1 luan2 ru4 mang3 cang1 sil|sil 回 首 峰 峦 入 莽 苍 sil|22 23 21 20 28 16 25 32 22|0.0|2.43 +000289|sil ming2 jiang4 yuan2 chong2 huan4 sp1 ceng2 ju4 ci3 cheng2 kang4 ji1 nu2 er3 ha1 chi4 he2 huang2 tai4 ji2 sil|sil 明 将 袁 崇 焕 sp1 曾 据 此 城 抗 击 努 尔 哈 赤 和 皇 太 极 sil|26 19 23 16 17 22 8 20 14 14 28 23 16 15 11 20 22 17 20 19 30 23|0.0|4.91 +000290|sil xia4 mian4 qing2 kai3 de2 shang1 yong4 zhong1 guo2 zong3 cai2 sp1 luo4 wei3 han4 xian1 sheng5 zhi4 ci2 sil|sil 下 面 请 凯 德 商 用 中 国 总 裁 sp1 骆 伟 汉 先 生 致 词 sil|27 17 22 26 22 16 20 16 14 11 18 30 5 18 12 21 15 14 15 31 22|0.0|4.55 +000291|sil feng1 cheng2 chao1 chou2 you2 you2 zang4 sp1 wei4 yu2 zhun3 ge2 er3 pen2 di4 xi1 bei3 yuan2 sil|sil 风 城 超 稠 油 油 藏 sp1 位 于 准 噶 尔 盆 地 西 北 缘 sil|24 25 25 19 19 15 17 24 18 14 19 18 11 15 23 16 18 16 27 21|0.0|4.46 +000292|sil jing3 fang1 yong4 chui2 zi5 za2 che1 men2 sil|sil 警 方 用 锤 子 砸 车 门 sil|24 24 23 15 26 15 19 18 30 22|0.0|2.51 +000293|sil lv2 nv3 shuo1 sp1 zhang1 nan2 er4 du4 jin4 bing1 lang2 tan1 nei4 sp1 hu1 ran2 xue2 gou3 pa2 pao3 chu1 dian4 wai4 sil|sil 吕 女 说 sp1 张 男 二 度 进 槟 榔 摊 内 sp1 忽 然 学 狗 爬 跑 出 店 外 sil|25 15 17 28 17 20 26 18 14 18 13 16 19 21 25 16 14 18 19 30 20 16 17 21 21|0.0|5.62 +000294|sil qi2 yu2 de5 shi4 ban1 xiong1 cao3 que4 he2 feng1 niao3 deng2 zhong3 lei4 sil|sil 其 余 的 是 斑 胸 草 雀 和 枫 鸟 等 种 类 sil|24 24 13 18 22 18 19 21 22 17 16 24 15 15 23 20|0.0|3.61 +000295|sil dou2 gong3 yi2 sun3 xiang1 kou4 sp1 jin3 mi4 jie1 shi5 sp1 duan1 kou3 hai2 you3 jing1 mei3 de5 diao1 ke4 sil|sil 斗 拱 以 榫 相 扣 sp1 紧 密 结 实 sp1 端 口 还 有 精 美 的 雕 刻 sil|22 24 29 17 21 23 23 7 20 17 21 23 24 20 22 17 13 17 14 9 22 24 22|0.0|5.24 +000296|sil wei1 wei1 jing3 gang1 shan1 sp1 mian2 gen4 wu2 bai2 li3 sil|sil 巍 巍 井 冈 山 sp1 绵 亘 五 百 里 sil|25 17 20 19 17 27 6 22 21 20 20 20 22|0.0|2.97 +000297|sil bu4 neng2 gou3 xiong2 bai1 bang4 zi5 sil|sil 不 能 狗 熊 掰 棒 子 sil|23 14 23 19 20 16 24 19 24|0.0|2.11 +000298|sil min2 na3 gao4 de5 guo4 guan1 a5 sil|sil 民 哪 告 得 过 官 啊 sil|26 20 23 17 9 14 28 23 24|0.0|2.14 +000299|sil you4 cheng1 ka1 la3 kun1 lun2 gong1 lu4 sil|sil 又 称 喀 喇 昆 仑 公 路 sil|26 15 24 20 22 17 15 16 23 23|0.0|2.33 +000300|sil zhe4 pa4 shi4 yao5 kao2 kao3 dang1 di4 zheng4 fu3 le5 sil|sil 这 怕 是 要 考 考 当 地 政 府 了 sil|23 18 19 13 15 23 20 14 12 19 18 20 21|0.0|2.73 +000301|sil ye4 shan1 hao2 bu2 jiu4 dan1 yan3 pi2 ma5 sp1 you4 you3 xing2 sp1 wai4 xing2 ye2 hen3 fu2 he2 wo5 sil|sil 叶 山 豪 不 就 单 眼 皮 吗 sp1 又 有 型 sp1 外 形 也 很 符 合 喔 sil|25 14 17 23 11 14 11 16 16 23 14 13 16 31 19 20 23 12 13 17 19 15 19|0.0|4.66 +000302|sil na4 zan2 lia3 yi4 qi2 shu3 yang2 ba5 sil|sil 那 咱 俩 一 起 数 羊 吧 sil|25 17 19 26 14 13 18 23 20 22|0.0|2.29 +000303|sil xing1 xing5 zai4 ping2 heng2 mu4 shang4 shua3 lai4 sil|sil 猩 猩 在 平 衡 木 上 耍 赖 sil|26 26 23 16 17 14 12 14 19 25 22|0.0|2.48 +000304|sil sui2 zhe5 huan2 jing4 ya5 yin1 su4 ya5 you2 gai3 bian4 ya5 sil|sil 随 着 环 境 呀 因 素 呀 有 改 变 呀 sil|25 20 13 21 19 24 21 18 21 16 20 20 26 19|0.0|3.29 +000305|sil xian4 yin1 zhi2 xing2 xing2 man3 yu2 yi3 shi4 fang4 sil|sil 现 因 执 行 刑 满 予 以 释 放 sil|26 25 22 14 17 19 22 15 12 17 24 21|0.0|2.72 +000306|sil liu2 ben1 sp1 wang2 yao2 yao5 sp1 wang2 gui4 hua2 sp1 zhao4 yong3 sheng4 sp1 cai4 zhi4 yong3 ye3 fen1 bie2 fa1 yan2 sil|sil 刘 犇 sp1 王 垚 垚 sp1 王 桂 华 sp1 赵 永 胜 sp1 蔡 智 勇 也 分 别 发 言 sil|25 21 27 11 18 20 25 12 19 20 32 11 19 17 26 13 22 16 26 16 17 12 18 28 20|0.0|5.7 +000307|sil jiang1 yi1 yan4 yi4 zhi2 zi4 xu3 wei2 pa2 xing2 zhe3 sil|sil 江 一 燕 一 直 自 诩 为 爬 行 者 sil|23 24 18 24 19 19 16 15 21 24 23 25 20|0.0|3.15 +000308|sil tian1 gao1 yun2 dan4 qiu1 yang2 can4 lan4 sil|sil 天 高 云 淡 秋 阳 灿 烂 sil|24 26 20 19 25 24 19 25 25 20|0.0|2.63 +000309|sil yan2 yang2 sheng1 sp1 bu2 kui4 wei2 yi4 ba2 hao3 suan4 pan5 sp1 ying4 jiang1 ji2 bi3 wei4 jie2 zhang4 mu4 sp1 lie4 wei2 si3 zhang4 sil|sil 严 扬 生 sp1 不 愧 为 一 把 好 算 盘 sp1 硬 将 几 笔 未 结 账 目 sp1 列 为 死 账 sil|24 16 19 26 3 13 17 16 9 13 16 24 24 37 16 17 15 18 18 14 18 18 6 14 14 18 24 19|0.0|5.64 +000310|sil ni3 cai1 wo3 cai1 ni3 cai1 bu4 cai1 sil|sil 你 猜 我 猜 你 猜 不 猜 sil|25 15 30 14 24 16 24 13 32 21|0.0|2.48 +000311|sil mu2 zi3 kai1 xin1 sp1 ben1 xiang4 leng2 yin3 dian4 sil|sil 母 子 开 心 sp1 奔 向 冷 饮 店 sil|25 16 14 23 24 4 16 25 18 17 27 18|0.0|2.64 +000312|sil yu4 dao4 wen4 ti2 yao4 yong2 gan3 mian4 dui4 ya5 sil|sil 遇 到 问 题 要 勇 敢 面 对 呀 sil|26 11 14 22 28 19 19 17 21 18 23 21|0.0|2.77 +000313|sil wo3 xin1 li3 san1 wan4 zhi1 cao3 ni2 ma3 ben1 teng2 er2 guo4 sil|sil 我 心 里 三 万 只 草 泥 马 奔 腾 而 过 sil|25 12 18 15 21 17 11 18 14 22 19 18 17 24 20|0.0|3.15 +000314|sil shi4 wai4 jian4 you3 pu2 tao5 yuan2 he2 ting2 ji1 ping2 sil|sil 室 外 建 有 葡 萄 园 和 停 机 坪 sil|25 19 20 18 17 15 18 25 16 20 15 32 22|0.0|3.04 +000315|sil la4 jiao1 dou1 shi4 zheng2 kun3 zheng2 kun3 zai4 liang4 shai4 de5 sil|sil 辣 椒 都 是 整 捆 整 捆 在 晾 晒 的 sil|26 19 22 13 22 23 22 19 21 11 20 24 18 22|0.0|3.27 +000316|sil zhong2 zi3 po1 qiao2 yi1 ran2 bei4 shui3 man4 guo4 sil|sil 冢 子 坡 桥 依 然 被 水 漫 过 sil|23 26 14 23 30 17 19 14 15 26 23 20|0.0|2.9 +000317|sil en1 sp1 cha1 cha1 quan1 quan1 shi4 shen2 me5 sil|sil 恩 sp1 叉 叉 圈 圈 是 什 么 sil|26 31 16 22 18 19 17 13 20 19 21|0.0|2.58 +000318|sil zhe4 yi2 qie4 quan2 yao4 you2 wang2 mei3 zhen1 yi4 ren2 cao1 chi2 sil|sil 这 一 切 全 要 由 王 美 珍 一 人 操 持 sil|24 19 12 22 17 16 15 18 16 17 14 17 20 30 20|0.0|3.22 +000319|sil da3 lao1 dui4 sui1 sa2 wang2 da3 lao1 wu2 guo3 sil|sil 打 捞 队 虽 撒 网 打 捞 无 果 sil|22 17 19 22 22 20 17 15 32 16 33 20|0.0|2.96 +000320|sil wo3 men5 yi4 zhi2 dou1 ren4 wei2 tu4 xie2 you3 xue4 yan4 sil|sil 我 们 一 直 都 认 为 吐 血 有 血 燕 sil|25 10 12 18 12 14 16 23 24 28 17 24 27 19|0.0|3.12 +000321|sil gai1 an4 cheng2 wei2 song4 peng2 fei1 she4 hei1 an4 de5 dao2 huo2 suo3 sil|sil 该 案 成 为 宋 鹏 飞 涉 黑 案 的 导 火 索 sil|24 19 21 16 14 16 18 21 20 17 16 7 19 21 31 19|0.0|3.47 +000322|sil chun1 mian2 bu4 jue2 xiao3 sp1 chu4 chu4 wen2 zi5 yao3 sil|sil 春 眠 不 觉 晓 sp1 处 处 蚊 子 咬 sil|23 28 33 16 17 35 8 25 27 26 15 29 23|0.0|3.54 +000323|sil jin1 ye4 you2 yu3 jia1 xue3 sp1 ming2 ri4 zhuan3 xiao2 xue3 sil|sil 今 夜 有 雨 夹 雪 sp1 明 日 转 小 雪 sil|24 22 24 17 12 21 26 19 16 17 17 22 30 20|0.0|3.33 +000324|sil jian4 yi4 bei3 jing1 ye2 gao3 yi2 ge5 you1 sil|sil 建 议 北 京 也 搞 一 个 哟 sil|24 22 19 19 19 14 18 9 15 22 21|0.0|2.34 +000325|sil zhe4 zhong2 niao3 sp1 bo2 zi5 shang4 you3 yi4 quan1 wu1 hei1 de5 yu3 mao2 sil|sil 这 种 鸟 sp1 脖 子 上 有 一 圈 乌 黑 的 羽 毛 sil|24 16 15 29 3 17 11 17 16 11 23 20 18 11 14 32 22|0.0|3.47 +000326|sil shuo1 lai2 hua4 chang2 yi4 yan2 nan2 jin4 a5 sil|sil 说 来 话 长 一 言 难 尽 啊 sil|25 24 17 19 31 17 15 20 25 21 17|0.0|2.68 +000327|sil xuan4 ren4 gu4 gong1 bo2 wu4 yuan4 sp1 gu3 wu4 guan3 ke1 zhang3 sp1 ji2 bian1 zuan3 sil|sil 旋 任 故 宫 博 物 院 sp1 古 物 馆 科 长 sp1 及 编 纂 sil|25 28 25 15 18 11 14 22 5 19 17 17 22 25 3 16 21 27 21|0.0|4.07 +000328|sil zhen1 yao4 xiang3 gan4 shi4 sp1 jiu4 dei3 xi1 cun4 yin1 sil|sil 真 要 想 干 事 sp1 就 得 惜 寸 阴 sil|23 18 16 19 16 27 6 19 18 18 22 26 20|0.0|2.88 +000329|sil ta1 chuan1 zhe5 shui4 yi1 chi4 jiao2 wang3 wai4 pao3 sil|sil 她 穿 着 睡 衣 赤 脚 往 外 跑 sil|24 22 24 10 20 19 22 18 14 19 35 21|0.0|2.88 +000330|sil er2 tang2 heng2 ye3 bing4 le5 sp1 hou2 long5 fa1 yan2 sil|sil 而 唐 恒 也 病 了 sp1 喉 咙 发 炎 sil|25 18 26 24 15 28 16 11 16 16 18 28 23|0.0|3.06 +000331|sil qie4 fei3 yu4 qiao4 jia1 wan4 shi2 chu4 dong4 jing3 zhong1 sp1 ji2 xie2 zang1 wu4 sp1 yan2 zao2 qiang2 lu4 tao2 zou3 sil|sil 窃 匪 欲 撬 夹 万 时 触 动 警 钟 sp1 急 挟 赃 物 sp1 沿 凿 墙 路 逃 走 sil|23 27 20 13 19 15 19 21 19 13 16 23 33 16 16 21 20 5 19 17 17 13 22 26 18|0.0|5.47 +000332|sil lai2 ang2 na4 duo1 chui1 wu1 wu1 zu3 la1 sil|sil 莱 昂 纳 多 吹 呜 呜 祖 拉 sil|26 16 13 17 21 28 15 16 16 27 22|0.0|2.52 +000333|sil ye4 zhu3 cao1 zong4 zhao1 tou2 biao1 pu3 bian4 sil|sil 业 主 操 纵 招 投 标 普 遍 sil|26 16 13 21 21 16 16 16 21 26 21|0.0|2.47 +000334|sil min2 yi3 shi2 wei2 tian1 sp1 liang2 jia4 sp1 nai2 bai3 jia4 zhi1 ji1 sil|sil 民 以 食 为 天 sp1 粮 价 sp1 乃 百 价 之 基 sil|25 22 15 20 14 31 19 24 25 5 18 18 16 14 24 21|0.0|3.61 +000335|sil quan2 ju4 yi3 yao2 zu2 te4 you3 de5 chang2 gu3 guan4 chuan1 sil|sil 全 剧 以 瑶 族 特 有 的 长 鼓 贯 穿 sil|24 30 27 24 21 18 20 12 8 29 13 19 30 21|0.0|3.44 +000336|sil za2 ke3 neng2 wo3 rang4 ta1 zuo4 wen4 juan4 ta1 jiu4 zuo4 wen4 juan4 ne5 sil|sil 咋 可 能 我 让 它 做 问 卷 它 就 做 问 卷 呢 sil|25 20 16 25 20 19 16 13 16 21 16 12 14 17 18 22 21|0.0|3.61 +000337|sil lao3 shi1 ze2 ling4 zhao4 wei1 xie3 jian2 tao3 sil|sil 老 师 责 令 赵 薇 写 检 讨 sil|25 16 24 15 21 18 17 18 20 33 20|0.0|2.63 +000338|sil jin1 pu3 zai4 wang4 sp1 long2 hai3 xiang1 lian2 sil|sil 津 浦 在 望 sp1 陇 海 相 连 sil|24 27 21 19 27 5 22 20 20 31 22|0.0|2.76 +000339|sil zhe4 tiao2 du2 she2 ming2 wei2 sp1 ma3 di4 er3 da2 jiao3 kui2 sil|sil 这 条 毒 蛇 名 为 sp1 玛 蒂 尔 达 角 蝰 sil|23 18 16 14 19 17 26 18 15 11 15 17 22 34 22|0.0|3.33 +000340|sil hui4 mian4 shi2 sp1 zeng1 yin1 quan2 yi4 zhi2 yong4 liu2 li4 de5 ying1 yu3 yu3 huo4 hua2 de2 jiao1 tan2 sp1 mei2 you3 an1 pai2 fan1 yi4 sil|sil 会 面 时 sp1 曾 荫 权 一 直 用 流 利 的 英 语 与 霍 华 德 交 谈 sp1 没 有 安 排 翻 译 sil|22 16 18 28 20 20 17 25 13 9 19 14 13 8 18 27 18 17 14 14 16 29 17 8 14 18 16 18 23 20|0.0|6.14 +000341|sil yang2 sheng4 zhong1 yu3 jin1 ji4 fen1 xiang1 hu4 chan1 fu2 sil|sil 杨 胜 忠 与 金 继 芬 相 互 搀 扶 sil|25 19 19 22 19 16 13 21 20 14 22 29 22|0.0|3.03 +000342|sil ying1 yu3 ze2 you3 yue4 du2 li2 jie3 deng3 ti2 xing2 sil|sil 英 语 则 有 阅 读 理 解 等 题 型 sil|25 20 22 17 19 17 13 15 18 15 15 29 21|0.0|2.86 +000343|sil mang2 mang3 xiang1 ye3 sp1 wan4 shui3 qian1 shan1 keng1 qiang1 cheng2 nuo4 sil|sil 莽 莽 乡 野 sp1 万 水 千 山 铿 锵 承 诺 sil|25 18 20 23 26 10 15 17 21 30 22 21 24 24 19|0.0|3.66 +000344|sil yan3 xia4 er2 zi5 gao1 shao1 bu2 tui4 sp1 ta1 wei4 gei3 er2 chou2 yi1 yao4 fei4 jue2 ding4 pa2 qie4 sil|sil 眼 下 儿 子 高 烧 不 退 sp1 他 为 给 儿 筹 医 药 费 决 定 扒 窃 sil|26 15 17 18 17 17 17 13 26 23 16 16 12 17 26 8 17 22 16 16 20 27 20|0.0|4.9 +000345|sil jie2 neng2 kong1 jian1 bi1 ze4 que4 ye3 da4 you2 ke3 wei2 sil|sil 节 能 空 间 逼 仄 却 也 大 有 可 为 sil|23 19 18 19 18 18 26 25 20 17 15 20 28 22|0.0|3.34 +000346|sil zheng2 ti3 cheng2 hu2 lu5 xing2 sp1 hu2 shen1 tong1 ti3 zan4 ke4 yun2 wen2 sp1 yun2 hai3 zhong1 zan4 er4 long2 xi4 zhu1 wen2 sil|sil 整 体 呈 葫 芦 形 sp1 壶 身 通 体 錾 刻 云 纹 sp1 云 海 中 錾 二 龙 戏 珠 纹 sil|24 23 20 24 20 12 30 27 18 23 23 23 21 14 19 26 29 14 17 22 25 17 18 18 18 28 20|0.0|6.65 +000347|sil zhe4 ci4 you2 nv3 ban4 pei2 you2 shi2 shu3 han2 you3 sil|sil 这 次 有 女 伴 陪 游 实 属 罕 有 sil|24 17 16 16 21 20 15 24 18 16 21 28 17|0.0|2.94 +000348|sil suo3 mai4 yang2 jiu3 jie1 wei2 jia2 jiu3 sil|sil 所 卖 洋 酒 皆 为 假 酒 sil|25 22 18 20 26 19 17 23 32 18|0.0|2.55 +000349|sil dao1 qiang1 jian4 ji3 fu3 yue4 gou1 cha1 sp1 dou1 kan4 bie2 ren2 wanr2 r guo4 sil|sil 刀 枪 剑 戟 斧 钺 钩 叉 sp1 都 看 别 人 玩 儿 过 sil|23 21 23 21 23 23 16 16 26 14 14 18 11 17 23 0 23 37|0.0|4.053 +000350|sil jin1 tian1 dan4 yun2 zhe1 ri4 sp1 geng4 xian3 men1 re4 sil|sil 今 天 淡 云 遮 日 sp1 更 显 闷 热 sil|24 18 26 17 19 18 23 5 19 21 18 25 20|0.0|2.94 +000351|sil zai4 jian1 ce4 zhan4 pang2 you3 yi4 jia1 shun4 lu4 fa1 lv2 rou4 kuai4 can1 dian4 sil|sil 在 监 测 站 旁 有 一 家 顺 路 发 驴 肉 快 餐 店 sil|24 23 18 13 20 27 19 9 24 20 13 23 12 15 17 18 20 22|0.0|3.91 +000352|sil wu4 qiu2 bu4 hu2 lun2 tun1 zao3 sp1 bu4 ren2 yun2 yi4 yun2 sil|sil 务 求 不 囫 囵 吞 枣 sp1 不 人 云 亦 云 sil|25 16 29 20 16 17 23 28 3 16 16 16 16 32 21|0.0|3.41 +000353|sil ai4 ken2 er3 de5 zao1 yu4 ji2 huai4 le5 wang2 da4 jie3 sil|sil 艾 肯 尔 的 遭 遇 急 坏 了 王 大 姐 sil|26 15 15 17 10 19 20 21 19 11 20 16 29 18|0.0|2.97 +000354|sil che1 lou3 shang4 yin4 zhe5 sp1 rang4 jing1 dian3 yin2 ling3 wei4 lai2 de5 hong2 ta3 shan1 guang3 gao4 ci2 sil|sil 车 篓 上 印 着 sp1 让 经 典 引 领 未 来 的 红 塔 山 广 告 词 sil|23 22 18 21 22 21 15 23 23 20 15 16 19 18 14 23 16 19 12 13 30 22|0.0|4.93 +000355|sil chan2 le5 sp1 wan2 quan2 ke2 yi2 tian3 zi4 ji2 jiao3 ya1 zi5 sil|sil 馋 了 sp1 完 全 可 以 舔 自 己 脚 丫 子 sil|61 26 18 7 17 15 12 8 22 14 12 18 21 19 21|0.0|3.38 +000356|sil zang4 ju4 wei2 yi4 guan1 yi4 guo3 sp1 xi4 yong4 chang2 fang1 xing2 mu4 ban3 sp1 yi3 sun2 mao3 jie2 gou4 sp1 die2 qi4 er2 cheng2 sil|sil 葬 具 为 一 棺 一 椁 sp1 系 用 长 方 形 木 板 sp1 以 榫 卯 结 构 sp1 叠 砌 而 成 sil|25 26 28 20 14 15 15 29 23 17 21 19 15 16 16 25 17 15 19 18 16 21 3 16 15 13 30 22|0.0|6.14 +000357|sil bao2 xian3 gang4 di3 bu4 leng2 jiao3 shang4 sp1 you3 ca1 hen2 sil|sil 保 险 杠 底 部 棱 角 上 sp1 有 擦 痕 sil|23 18 21 18 15 14 19 17 23 6 16 23 29 22|0.0|3.06 +000358|sil xie4 wen3 yuan1 tai2 tou2 wen4 sp1 wo2 zen3 me5 le5 sil|sil 谢 紊 渊 抬 头 问 sp1 我 怎 么 了 sil|25 23 17 19 19 16 23 22 12 18 9 22 21|0.0|2.86 +000359|sil shou1 niao4 yong4 lai2 ti2 lian4 niao4 ji1 mei2 sil|sil 收 尿 用 来 提 炼 尿 激 酶 sil|25 23 26 12 16 18 20 20 13 31 22|0.0|2.62 +000360|sil feng4 jie3 ben3 ming2 luo2 yu4 feng4 sp1 chong2 qing4 ren2 sil|sil 凤 姐 本 名 罗 玉 凤 sp1 重 庆 人 sil|25 28 29 17 22 14 16 27 6 27 20 28 19|0.0|3.23 +000361|sil ta1 fa1 yin1 zhi4 nen4 sp1 dan4 ye3 suan4 zi4 zheng4 qiang1 yuan2 sil|sil 他 发 音 稚 嫩 sp1 但 也 算 字 正 腔 圆 sil|22 27 21 18 18 24 8 14 16 29 19 18 20 32 17|0.0|3.52 +000362|sil wa3 la1 de2 huai2 yi2 ci3 an4 shi4 nei4 gui2 suo3 wei2 sil|sil 瓦 拉 德 怀 疑 此 案 是 内 鬼 所 为 sil|25 13 15 23 19 13 19 20 17 24 18 18 29 20|0.0|3.17 +000363|sil chi1 wan2 fan4 hou4 sp1 yang2 yu3 song4 gei3 le5 xu3 sp1 yi2 kuai4 ou1 mi3 jia1 pai2 shou2 biao3 sil|sil 吃 完 饭 后 sp1 杨 宇 送 给 了 许 sp1 一 块 欧 米 茄 牌 手 表 sil|23 20 15 20 27 21 24 25 24 9 13 32 7 13 25 15 18 19 16 18 26 21|0.0|5.0 +000364|sil shi2 nian2 cang1 hai3 pi1 bo1 zhan3 lang4 sil|sil 十 年 沧 海 劈 波 斩 浪 sil|25 22 19 23 32 22 18 19 25 21|0.0|2.62 +000365|sil nen4 nen5 shi4 wo3 shang4 wang3 shi2 yong4 de5 ni4 cheng1 sil|sil 嫩 嫩 是 我 上 网 时 用 的 昵 称 sil|25 22 25 19 16 20 15 18 17 6 18 30 19|0.0|2.9 +000366|sil lian2 jing1 xiao4 tu3 fang1 pa1 sp1 geng4 ting1 de2 xiong2 ji1 chang4 cai3 xia2 sil|sil 莲 荆 笑 吐 芳 葩 sp1 更 听 得 雄 鸡 唱 彩 霞 sil|25 23 24 27 18 20 28 18 21 19 11 22 22 26 19 34 20|0.0|4.38 +000367|sil jiao3 xia4 de4 tu3 di4 wei1 wei1 zhen4 chan4 sp1 ren2 men5 qiao2 shou2 yang3 wang4 sil|sil 脚 下 的 土 地 微 微 振 颤 sp1 人 们 翘 首 仰 望 sil|24 23 17 10 21 24 17 15 20 28 15 16 21 24 17 17 27 18|0.0|4.11 +000368|sil mei3 tian1 chuan1 tong2 yi2 tao4 yi1 fu5 sp1 chou4 wei4 xun1 tian1 sil|sil 每 天 穿 同 一 套 衣 服 sp1 臭 味 熏 天 sil|26 15 25 24 20 11 20 16 24 15 24 16 22 30 19|0.0|3.56 +000369|sil fan2 ci3 zhong2 zhong3 guo4 nian2 kou1 fa3 sp1 jian3 zhi2 bu2 sheng4 mei2 ju3 sil|sil 凡 此 种 种 过 年 抠 法 sp1 简 直 不 胜 枚 举 sil|28 23 19 20 20 15 17 23 26 12 22 20 17 18 18 26 21|0.0|4.01 +000370|sil tu2 wei2 mo4 xi1 ge1 zhu4 ming2 hai3 wan1 lv3 you2 sheng4 di4 sp1 a1 ka3 pu2 er3 ke1 sil|sil 图 为 墨 西 哥 著 名 海 湾 旅 游 胜 地 sp1 阿 卡 普 尔 科 sil|24 21 22 17 14 13 13 17 18 20 7 16 22 19 17 13 22 16 12 30 22|0.0|4.35 +000371|sil yi4 zhi1 tao3 yan4 de5 wu1 ya1 zhan4 zai5 yang2 bei4 shang5 sil|sil 一 只 讨 厌 的 乌 鸦 站 在 羊 背 上 sil|26 13 20 25 13 10 16 21 17 12 22 19 25 19|0.0|3.0 +000372|sil zhu2 yan3 guo1 xian4 ni1 mi2 xue3 tao2 guo4 yi4 jie2 sil|sil 主 演 郭 羡 妮 米 雪 逃 过 一 劫 sil|24 20 23 17 21 16 22 22 25 16 15 30 21|0.0|3.16 +000373|sil zhang1 pao2 deng3 duo1 zhong3 dong4 wu4 bei4 nong2 yan1 xun1 si3 sil|sil 獐 狍 等 多 种 动 物 被 浓 烟 熏 死 sil|23 24 25 17 15 14 16 16 11 19 16 21 29 20|0.0|3.09 +000374|sil ke2 wo3 yi2 wen4 sp1 zhe4 wan2 yir4 r sp1 bing4 bu2 kao4 pu3 sil|sil 可 我 一 问 sp1 这 玩 意 儿 sp1 并 不 靠 谱 sil|22 18 14 15 24 13 17 18 19 0 5 19 13 22 28 22|0.0|3.12 +000375|sil luo2 mu3 ni2 fang3 wen4 ye1 lu4 sa1 leng3 sil|sil 罗 姆 尼 访 问 耶 路 撒 冷 sil|25 15 14 24 18 17 12 14 19 24 20|0.0|2.35 +000376|sil zhong4 xing1 peng3 yue4 hui1 ying4 gao1 xin1 tian1 kong1 sil|sil 众 星 捧 月 辉 映 高 新 天 空 sil|24 22 21 23 22 18 18 16 19 20 27 21|0.0|2.91 +000377|sil yin1 wei4 wo3 yao4 zheng4 ming2 wo3 ai4 ta1 ya5 sil|sil 因 为 我 要 证 明 我 爱 他 呀 sil|26 12 22 11 17 17 16 17 21 21 22 21|0.0|2.59 +000378|sil dang4 tian1 da4 feng1 ba3 yang2 yang2 yi4 shen1 lv4 qun2 chui1 qi3 sp1 yang2 yang2 hai2 pi1 zhe5 zeng1 yi4 ke3 de5 wai4 tao4 sil|sil 当 天 大 风 把 杨 洋 一 身 绿 裙 吹 起 sp1 杨 洋 还 披 着 曾 轶 可 的 外 套 sil|22 20 31 19 20 15 18 17 11 17 15 20 19 28 32 15 21 17 19 13 12 13 16 10 17 27 21|0.0|5.86 +000379|sil bu4 fen5 huan4 zhe3 ban4 you3 ke2 sou5 yan1 tong4 sil|sil 部 分 患 者 伴 有 咳 嗽 咽 痛 sil|23 16 16 22 23 15 23 22 24 22 27 21|0.0|2.95 +000380|sil ling4 wai4 sp1 ta1 hai2 wei4 long2 zhu1 quan3 ye4 cha1 yin2 hun2 deng2 hen3 duo1 dong4 hua4 pei4 yin1 sil|sil 另 外 sp1 他 还 为 龙 珠 犬 夜 叉 银 魂 等 很 多 动 画 配 音 sil|25 12 25 9 17 16 18 26 22 22 14 26 24 24 19 17 11 14 14 21 25 21|0.0|4.9 +000381|sil zhan3 ting1 se4 cai3 yi3 hei1 bai2 hui1 wei2 zhu3 sp1 ju2 bu4 dian3 zhui4 nuan3 se4 sil|sil 展 厅 色 彩 以 黑 白 灰 为 主 sp1 局 部 点 缀 暖 色 sil|24 21 20 18 28 19 26 18 20 17 24 18 19 16 15 11 21 27 20|0.0|4.44 +000382|sil fu1 fu4 lia3 yi3 xie4 ba4 xie4 ma1 zi4 ju1 sil|sil 夫 妇 俩 以 蟹 爸 蟹 妈 自 居 sil|31 15 19 29 21 23 17 16 19 17 26 21|0.0|2.95 +000383|sil si4 ren2 bang1 ceng2 tou1 tou1 mo1 mo1 de5 zheng2 si3 guo4 ren2 sil|sil 四 人 帮 曾 偷 偷 摸 摸 地 整 死 过 人 sil|25 20 19 23 25 20 12 18 18 15 18 14 13 29 18|0.0|3.33 +000384|sil na4 li3 de5 bu4 ju2 sp1 za2 er2 you3 zhang1 sp1 luan4 er2 you3 xu4 sil|sil 那 里 的 布 局 sp1 杂 而 有 章 sp1 乱 而 有 序 sil|25 17 14 8 18 24 4 18 16 16 25 8 15 15 17 27 22|0.0|3.36 +000385|sil xian1 zhai1 xuan3 zheng2 li3 wang2 you3 ping2 lun4 ru2 xia4 sil|sil 先 摘 选 整 理 网 友 评 论 如 下 sil|26 28 20 22 17 18 18 13 18 14 16 27 21|0.0|3.0 +000386|sil duo2 duo3 bai2 yun2 tuo1 hui2 ni3 sp1 dian2 dian3 ku2 yu2 sa3 fan2 sil|sil 朵 朵 白 云 托 回 你 sp1 点 点 苦 雨 洒 凡 sil|23 19 18 19 22 24 19 25 17 24 18 19 13 22 32 21|0.0|3.89 +000387|sil zhong1 ning2 xian4 wan4 mu3 gou2 qi3 guan1 guang1 shi4 fan4 yuan2 sil|sil 中 宁 县 万 亩 枸 杞 观 光 示 范 园 sil|24 19 17 23 21 15 19 18 18 15 14 15 31 21|0.0|3.14 +000388|sil gong1 yuan2 jiu2 bai3 qi1 shi5 wu3 nian2 sp1 song4 chao2 cao2 bin1 po4 jin1 ling2 sp1 nan2 tang2 gui1 song4 sil|sil 公 元 九 百 七 十 五 年 sp1 宋 朝 曹 彬 破 金 陵 sp1 南 唐 归 宋 sil|23 20 23 20 17 16 15 12 31 22 21 21 23 20 19 16 25 17 20 23 16 24 17|0.0|5.35 +000389|sil you2 yu2 ri4 ben3 zhan4 bai4 tou2 xiang2 sp1 geng3 zhun1 xing4 mian3 yu2 nan4 sil|sil 由 于 日 本 战 败 投 降 sp1 耿 谆 幸 免 于 难 sil|26 14 14 18 23 20 13 19 30 17 22 23 22 17 14 25 22|0.0|3.93 +000390|sil shang4 hai3 jing4 an1 qu1 sp1 yao1 yao1 yao1 wu2 huo3 zai1 jiu4 shi4 you2 han4 huo3 yin2 qi3 de5 sil|sil 上 海 静 安 区 sp1 幺 幺 幺 五 火 灾 就 是 由 焊 火 引 起 的 sil|25 25 24 12 21 33 6 15 16 18 16 21 28 17 11 19 23 15 22 20 19 20|0.0|4.95 +000391|sil dong1 nuan3 xia4 liang2 de5 yao2 dong4 sp1 bei4 yi2 dao4 dao4 lie4 feng4 tun1 shi4 sil|sil 冬 暖 夏 凉 的 窑 洞 sp1 被 一 道 道 裂 缝 吞 噬 sil|23 19 19 19 18 7 20 25 8 18 13 16 17 19 17 20 23 23|0.0|3.76 +000392|sil wu3 chi2 cui3 can4 sp1 yue4 sheng1 huan1 kuai4 sp1 guang1 ying3 jiao1 cuo4 sil|sil 舞 池 璀 璨 sp1 乐 声 欢 快 sp1 光 影 交 错 sil|25 16 17 22 24 9 16 18 20 24 4 24 19 22 26 21|0.0|3.57 +000393|sil gei2 wo3 yi4 bai3 ge5 dan3 sp1 wo2 ye3 bu4 gan3 sa1 huang3 sil|sil 给 我 一 百 个 胆 sp1 我 也 不 敢 撒 谎 sil|23 19 21 15 19 13 29 10 9 13 10 16 19 31 17|0.0|3.06 +000394|sil gu1 niang5 ni2 xiang3 yue1 sha2 sil|sil 姑 娘 你 想 约 啥 sil|23 17 27 13 17 16 32 21|0.0|1.93 +000395|sil tuan2 huo3 da4 ba2 shu3 chao1 piao4 xuan4 fu4 sil|sil 团 伙 大 把 数 钞 票 炫 富 sil|23 26 26 19 15 17 19 18 19 23 22|0.0|2.63 +000396|sil a1 qiao1 huan2 sp1 ni2 bi3 qi1 huan2 shao2 liang3 huan2 sil|sil 啊 锹 环 sp1 你 比 七 环 少 两 环 sil|25 15 24 33 11 15 13 21 23 22 19 30 21|0.0|3.16 +000397|sil qi2 zhong1 sp1 ling2 zi4 qu3 ji4 er2 shou4 fu2 zhi1 yi4 sp1 en1 zi4 sp1 qu2 wang3 ji2 zhi1 en1 yi4 sil|sil 其 中 sp1 祾 字 取 祭 而 受 福 之 意 sp1 恩 字 sp1 取 罔 极 之 恩 意 sil|23 22 26 24 28 27 31 18 17 21 19 19 21 30 22 24 14 27 27 19 15 21 24 18|0.0|6.24 +000398|sil jie3 mei4 men5 bu2 yao4 yan3 hong2 o5 sil|sil 姐 妹 们 不 要 眼 红 哦 sil|24 17 18 26 10 18 20 26 18 21|0.0|2.3 +000399|sil sui2 zhou1 xi1 zhou1 feng1 guo2 wei2 sui2 sp1 zhan4 guo2 mo4 shu2 chu3 sp1 shi3 zhi4 sui2 xian4 sil|sil 随 州 西 周 封 国 为 随 sp1 战 国 末 属 楚 sp1 始 置 随 县 sil|25 28 20 18 21 23 13 15 32 18 23 12 19 21 33 15 24 15 21 25 21|0.0|5.13 +000400|sil zhe4 yu2 shang1 qiu1 you4 you3 he2 yi4 ne5 sil|sil 这 于 商 丘 又 有 何 益 呢 sil|24 20 13 23 28 16 15 23 19 23 19|0.0|2.59 +000401|sil lao2 mu3 xia4 gui4 sp1 wei4 er2 qiu2 qing2 sil|sil 老 母 下 跪 sp1 为 儿 求 情 sil|25 21 20 23 28 9 16 17 20 34 21|0.0|2.72 +000402|sil lao3 jiang1 jun1 shou2 peng3 jin1 yu4 hu3 fu2 sil|sil 老 将 军 手 捧 金 玉 虎 符 sil|25 19 20 25 26 32 18 16 20 34 21|0.0|2.97 +000403|sil yin3 ru4 gang4 gan3 lv4 jian1 guan3 biao1 zhun3 sil|sil 引 入 杠 杆 率 监 管 标 准 sil|27 16 24 22 19 23 23 19 23 32 19|0.0|2.87 +000404|sil rong2 zu3 er2 zhi4 jin1 reng2 wei4 mei2 you3 xiang4 luo2 wen2 bai4 shi1 sp1 er2 geng2 geng3 yu2 huai2 sil|sil 容 祖 儿 至 今 仍 为 没 有 向 罗 文 拜 师 sp1 而 耿 耿 于 怀 sil|24 23 18 24 18 16 20 22 15 16 22 15 19 17 27 7 22 19 16 18 34 21|0.0|5.03 +000405|sil ta1 jian1 chi2 yao4 qi3 su4 wu1 mie4 zao4 yao2 zhe3 sil|sil 他 坚 持 要 起 诉 污 蔑 造 谣 者 sil|22 29 25 25 17 20 18 18 20 14 20 29 21|0.0|3.23 +000406|sil na4 wo3 zai4 wan2 dian2 zou3 sp1 yao4 bu5 ye2 du3 zhe5 sil|sil 那 我 再 晚 点 走 sp1 要 不 也 堵 着 sil|25 17 14 12 20 19 23 15 19 14 15 19 23 21|0.0|2.97 +000407|sil ren2 de5 san1 wei2 dang1 ran2 shi4 sp1 yao1 wei2 xiong1 wei2 tun2 wei2 sp1 wu4 li3 shang4 de5 san1 wei2 shi4 chang2 kuan1 gao1 ya5 sil|sil 人 的 三 围 当 然 是 sp1 腰 围 胸 围 臀 围 sp1 物 理 上 的 三 维 是 长 宽 高 呀 sil|23 22 10 22 24 15 17 29 3 20 24 23 20 25 28 48 13 12 16 7 15 27 19 27 19 18 21 21|0.0|6.59 +000408|sil you3 xie1 yong4 sheng2 zi5 kun2 hao3 sp1 you3 xie1 ze2 shi4 yong4 xiang1 yan1 ke2 bao1 hao3 sil|sil 有 些 用 绳 子 捆 好 sp1 有 些 则 是 用 香 烟 壳 包 好 sil|25 15 23 18 19 11 21 30 28 13 24 14 10 14 19 15 21 19 26 22|0.0|4.49 +000409|sil duo1 you2 du2 ying2 san3 sp1 bao4 ban1 du2 san2 deng3 yin2 qi3 sil|sil 多 由 毒 蝇 伞 sp1 豹 斑 毒 伞 等 引 起 sil|22 21 24 17 16 33 6 18 20 16 19 13 18 30 21|0.0|3.41 +000410|sil yang2 gong1 huan4 sp1 jiang1 wei4 wo3 guo2 kong4 zhi4 bu2 li4 de5 gen1 ben3 yuan2 yin1 sp1 gui1 jie2 yu2 yan1 cao3 ye4 de5 zu3 nao2 sil|sil 杨 功 焕 sp1 将 为 我 国 控 制 不 力 的 根 本 原 因 sp1 归 结 于 烟 草 业 的 阻 挠 sil|26 22 17 28 4 15 14 15 19 21 12 12 14 7 19 10 18 22 9 17 16 18 21 19 12 8 15 28 21|0.0|5.56 +000411|sil di1 wai4 jiang1 tao1 gun2 gun3 sp1 di1 nei4 yi2 pian4 xiang2 he2 sil|sil 堤 外 江 涛 滚 滚 sp1 堤 内 一 片 祥 和 sil|23 20 25 22 22 19 26 12 16 26 17 22 24 34 20|0.0|3.81 +000412|sil bu4 dong2 fa3 a5 sp1 shou4 gao1 e2 li4 xi1 you4 huo4 sil|sil 不 懂 法 啊 sp1 受 高 额 利 息 诱 惑 sil|23 17 16 30 17 17 28 17 17 12 14 20 25 21|0.0|3.18 +000413|sil er4 si4 wu3 lu4 sp1 kai1 she4 sp1 yun2 tai2 hua1 yuan2 zhi4 dong1 pu2 duan3 xian4 sil|sil 二 四 五 路 sp1 开 设 sp1 云 台 花 园 至 东 圃 短 线 sil|25 18 18 13 23 5 23 28 5 20 21 17 21 14 17 20 16 26 21|0.0|4.08 +000414|sil yao3 wan2 zhu1 jiu4 yao4 yao3 ren2 le5 sil|sil 咬 完 猪 就 要 咬 人 了 sil|25 17 21 26 14 13 17 21 21 21|0.0|2.27 +000415|sil bao4 yan2 di4 shi4 lun1 cai2 zhe3 sp1 bian4 zuo4 ming2 tang2 yi2 zhu4 kan4 sil|sil 报 言 帝 室 抡 材 者 sp1 便 作 明 堂 一 柱 看 sil|23 23 20 17 22 20 25 25 20 21 14 20 28 15 15 29 21|0.0|4.16 +000416|sil shang4 wen2 jie2 ding3 sao4 ba5 tou2 liang4 xiang4 sp1 yi4 shen1 hei1 zhuang1 lei2 ren2 yi1 jiu4 sil|sil 尚 雯 婕 顶 扫 把 头 亮 相 sp1 一 身 黑 装 雷 人 依 旧 sil|25 21 18 23 21 21 12 16 19 26 26 9 16 20 28 17 13 17 24 20|0.0|4.55 +000417|sil liu2 luan2 xiong2 sp1 yu2 lv3 li4 jun1 zhi1 zi3 bao4 guang1 sil|sil 刘 銮 雄 sp1 与 吕 丽 君 之 子 曝 光 sil|25 16 20 36 5 24 17 18 19 15 17 18 28 18|0.0|3.21 +000418|sil zhi3 chuan1 le5 yi4 tiao2 nei4 ku4 you3 mu4 you3 a5 sil|sil 只 穿 了 一 条 内 裤 有 木 有 啊 sil|23 18 21 10 17 18 17 23 14 14 19 25 21|0.0|2.79 +000419|sil mian4 dui4 qi2 rong3 chang2 fa1 yan2 sp1 huang2 wen2 zai2 wei3 yuan2 ren3 wu2 ke2 ren3 sp1 ji1 fen4 zhi4 zhi3 sil|sil 面 对 其 冗 长 发 言 sp1 黄 文 仔 委 员 忍 无 可 忍 sp1 激 愤 制 止 sil|25 16 14 24 19 18 19 27 13 19 14 16 14 21 15 13 21 25 5 19 20 15 24 22|0.0|5.08 +000420|sil gan1 hua1 ye3 bu4 zhi1 dao4 za3 nong4 sil|sil 甘 花 也 不 知 道 咋 弄 sil|23 22 29 16 13 12 15 16 27 20|0.0|2.24 +000421|sil tu2 wei2 sp1 da4 yun2 shan1 cuo4 yin2 bian1 qing4 tong2 ju4 shou4 zuo4 sil|sil 图 为 sp1 大 云 山 错 银 编 磬 铜 虡 兽 座 sil|25 21 31 7 20 14 20 24 21 21 21 21 16 18 24 21|0.0|3.77 +000422|sil dan4 ran3 guo5 se4 de5 sp1 ji2 shi3 pu4 shai4 sp1 reng2 hui4 hen3 xian1 hong2 sil|sil 但 染 过 色 的 sp1 即 使 曝 晒 sp1 仍 会 很 鲜 红 sil|23 21 18 13 24 17 14 16 14 22 23 5 24 15 16 20 29 18|0.0|3.85 +000423|sil mu4 qian2 cuo1 shang1 yi2 ju3 xing2 wu3 ci4 sil|sil 目 前 磋 商 已 举 行 五 次 sil|25 16 18 17 30 13 13 15 20 27 22|0.0|2.51 +000424|sil lian2 shu3 zao3 qian2 yi4 ju1 bu3 chen2 ju4 yuan2 sil|sil 廉 署 早 前 亦 拘 捕 陈 巨 源 sil|25 20 28 19 21 16 18 13 19 13 31 19|0.0|2.81 +000425|sil xi1 han4 chang2 yi3 jiang4 yan2 deng3 zuo2 liao5 wei2 rou4 shi2 pin3 tiao2 liao4 sp1 tiao2 liao4 jun1 fang4 ru4 bei1 zhong1 sil|sil 西 汉 常 以 酱 盐 等 作 料 为 肉 食 品 调 料 sp1 调 料 均 放 入 杯 中 sil|25 23 25 25 24 28 22 18 17 28 18 18 14 18 20 26 33 22 23 23 17 16 18 24 21|0.0|6.34 +000426|sil liu2 wen2 bo2 xian4 zai4 you2 ye2 ye5 nai3 nai5 zhao4 gu5 sil|sil 刘 文 博 现 在 由 爷 爷 奶 奶 照 顾 sil|25 11 22 22 19 13 16 14 10 16 14 23 18 22|0.0|2.85 +000427|sil ta1 xi4 wai4 tan2 jie3 di4 lian4 sp1 zai4 nan2 pian4 sp1 ye3 he2 jian3 man4 shu1 sp1 you3 duan4 chun2 ai4 jie3 di4 lian4 sil|sil 他 戏 外 谈 姐 弟 恋 sp1 在 南 片 sp1 也 和 简 嫚 书 sp1 有 段 纯 爱 姐 弟 恋 sil|22 22 20 22 23 17 13 25 27 15 24 28 9 12 18 14 16 24 4 14 23 20 18 15 11 24 20|0.0|5.8 +000428|sil ka3 da2 neng2 yuan2 bu4 zhang3 a1 ti2 ya3 sp1 shao1 zao2 ye3 fa1 chu1 tong2 yang4 de5 xun4 xi1 sil|sil 卡 达 能 源 部 长 阿 提 雅 sp1 稍 早 也 发 出 同 样 的 讯 息 sil|23 22 14 14 14 16 21 12 15 25 7 22 22 14 17 19 18 17 8 18 27 19|0.0|4.46 +000429|sil ju4 shuo1 you4 zi5 pi2 ao2 tang1 he1 sp1 ke2 yi3 hua4 tan2 zhi3 ke2 you5 sil|sil 据 说 柚 子 皮 熬 汤 喝 sp1 可 以 化 痰 止 咳 哟 sil|23 19 28 19 9 16 18 25 26 9 19 20 20 21 13 21 22 22|0.0|4.06 +000430|sil hong2 xian4 kuang4 nei4 sp1 wei2 qing2 ren2 hu2 yuan2 zhi3 sp1 xian4 yi3 bei4 tian2 mai2 sil|sil 红 线 框 内 sp1 为 情 人 湖 原 址 sp1 现 已 被 填 埋 sil|24 20 19 21 27 6 15 15 17 13 22 27 4 21 11 15 22 29 22|0.0|4.06 +000431|sil yi2 ge5 chu2 zi5 yi2 ge5 shuai2 bing3 sp1 ai4 pai1 shei2 qu4 pai1 sil|sil 一 个 厨 子 一 个 甩 饼 sp1 爱 拍 谁 去 拍 sil|25 13 14 26 22 14 11 24 27 13 17 25 19 15 26 23|0.0|3.64 +000432|sil yao4 jian4 yan2 xian4 ce4 sp1 fa1 hui1 can1 mou2 zuo4 yong4 sil|sil 要 建 言 献 策 sp1 发 挥 参 谋 作 用 sil|25 19 18 15 18 25 6 19 16 21 17 16 16 21|0.0|2.93 +000433|sil weng1 qian4 yu4 zai4 zhen4 zai1 wan3 hui4 shang4 yan3 chang4 sil|sil 翁 倩 玉 在 赈 灾 晚 会 上 演 唱 sil|25 19 24 24 19 14 12 17 14 16 19 27 22|0.0|2.92 +000434|sil yin1 gou2 mou2 shen3 shen5 he2 sao3 sao5 sp1 po4 yu2 mian4 zi5 wen4 ti2 mei2 sheng1 zhang1 sp1 gou2 mou3 yuan2 yi3 wei2 mei2 shi4 le5 sil|sil 因 苟 某 婶 婶 和 嫂 嫂 sp1 迫 于 面 子 问 题 没 声 张 sp1 苟 某 原 以 为 没 事 了 sil|26 24 17 19 26 14 13 23 23 4 20 8 21 8 17 19 18 19 24 39 18 25 14 11 13 20 23 19 20|0.0|6.33 +000435|sil zui2 jiao3 wei1 wei1 shang4 yang2 sil|sil 嘴 角 微 微 上 扬 sil|25 21 27 17 14 20 31 22|0.0|2.06 +000436|sil meng3 mei4 ling2 jiu4 du2 yu2 gong4 chuan1 xiang1 hong2 liu2 xiao3 xue2 sp1 shang4 xue2 yao4 heng2 du4 hong2 shui3 he2 sil|sil 蒙 妹 玲 就 读 于 贡 川 乡 红 柳 小 学 sp1 上 学 要 横 渡 红 水 河 sil|25 17 17 31 21 11 13 16 21 20 18 13 16 27 30 20 21 21 23 16 17 15 30 21|0.0|5.57 +000437|sil kuang1 yong2 wei3 yuan2 dai4 biao3 gong1 shang1 lian2 fa1 yan2 sil|sil 匡 涌 委 员 代 表 工 商 联 发 言 sil|22 26 18 12 16 18 21 17 17 16 17 28 22|0.0|2.9 +000438|sil xu3 jin4 heng1 fu4 mu3 fu4 yi1 yuan4 tan4 wang4 sil|sil 许 晋 亨 父 母 赴 医 院 探 望 sil|25 22 17 19 15 30 21 10 16 22 25 21|0.0|2.82 +000439|sil piao2 e2 ji1 yu4 ku1 wu2 lei4 sil|sil 朴 娥 姬 欲 哭 无 泪 sil|23 28 16 22 16 24 12 27 20|0.0|2.18 +000440|sil xian4 zai4 ou2 er3 wan2 wan5 sp1 mei2 yin3 le5 sil|sil 现 在 偶 尔 玩 玩 sp1 没 瘾 了 sil|26 23 22 16 14 21 21 10 18 22 22 20|0.0|2.73 +000441|sil dang1 shi2 sp1 zhe4 sou1 you2 lun2 zheng4 xiang4 yi4 sou1 nuo2 wei1 huo4 lun2 chuan2 song4 you2 liao4 sil|sil 当 时 sp1 这 艘 油 轮 正 向 一 艘 挪 威 货 轮 传 送 油 料 sil|23 19 30 6 15 15 15 28 16 14 10 15 15 18 19 20 18 14 16 24 22|0.0|4.32 +000442|sil xu4 li4 ya4 xi1 bei3 bu4 cheng2 zhen4 sp1 ma3 rui4 te4 a1 er2 niu3 man4 zao1 dao4 hong1 zha4 sil|sil 叙 利 亚 西 北 部 城 镇 sp1 玛 瑞 特 阿 尔 纽 曼 遭 到 轰 炸 sil|25 20 11 17 18 14 12 25 20 17 15 15 22 10 12 19 23 20 12 21 22 20|0.0|4.53 +000443|sil gu2 yu3 yun2 sp1 bu2 huan4 gua3 sp1 er2 huan4 bu4 jun1 sil|sil 古 语 云 sp1 不 患 寡 sp1 而 患 不 均 sil|23 24 14 32 12 12 23 24 8 16 20 11 27 23|0.0|3.12 +000444|sil yao2 yao3 xian2 yu3 san1 guang1 bu2 ru4 sil|sil 窈 窈 弦 宇 三 光 不 入 sil|25 22 20 27 26 26 20 17 24 20|0.0|2.64 +000445|sil chong1 qi4 wa2 wa5 shi4 xing2 wei2 yi4 shu4 de5 yi2 ge5 yin3 yu4 sil|sil 充 气 娃 娃 是 行 为 艺 术 的 一 个 隐 喻 sil|23 24 15 21 26 18 14 17 16 15 8 13 12 19 25 20|0.0|3.32 +000446|sil an4 a1 ma2 er3 de5 shuo1 fa3 sp1 sai4 yi4 fu1 yi4 xing2 sp1 da3 suan4 tao2 wang3 ni2 ri4 er3 sp1 shi4 tu2 juan2 tu3 chong2 lai2 sil|sil 按 阿 马 尔 的 说 法 sp1 赛 义 夫 一 行 sp1 打 算 逃 往 尼 日 尔 sp1 试 图 卷 土 重 来 sil|26 19 12 16 13 8 19 27 18 20 10 16 13 30 5 17 22 15 19 12 13 24 19 18 23 20 15 18 27 21|0.0|6.21 +000447|sil lao3 ren2 dui4 er2 zi5 nian1 hua1 re2 cao3 sp1 ye3 zao2 yi3 shen1 wu4 tong4 jue2 sp1 yi4 kou3 da1 ying4 sil|sil 老 人 对 儿 子 拈 花 惹 草 sp1 也 早 已 深 恶 痛 绝 sp1 一 口 答 应 sil|26 17 22 13 18 16 19 18 16 29 9 13 18 13 15 13 21 25 8 12 18 18 22 20|0.0|4.86 +000448|sil yan1 liu3 hua4 qiao2 feng1 lian2 cui4 mu4 sp1 cen1 ci1 shi2 wan4 ren2 jia1 sil|sil 烟 柳 画 桥 风 帘 翠 幕 sp1 参 差 十 万 人 家 sil|28 17 18 20 36 25 17 20 23 14 25 24 20 15 17 27 21|0.0|4.26 +000449|sil kan4 lai2 sp1 wai4 xing1 ren2 ye2 zui3 chan2 ya5 sil|sil 看 来 sp1 外 星 人 也 嘴 馋 呀 sil|23 23 26 9 15 17 16 17 15 21 22 21|0.0|2.61 +000450|sil bing4 jiang1 fang2 pin3 gua4 zai4 yuan2 chu4 sil|sil 并 将 仿 品 挂 在 原 处 sil|24 18 19 25 28 17 14 20 28 21|0.0|2.49 +000451|sil liang3 ge5 ang1 zang1 de5 lian4 you2 yong4 da4 tie3 cao2 jia4 zai4 zao4 shang5 sp1 hai2 you3 yu2 wen1 sil|sil 两 个 肮 脏 的 炼 油 用 大 铁 槽 架 在 灶 上 sp1 还 有 余 温 sil|25 20 18 18 16 6 19 29 22 14 19 24 17 14 21 19 7 15 15 15 27 21|0.0|4.66 +000452|sil zhu3 yao4 mu4 biao1 zai4 wei2 chi2 fei1 xing2 zu3 yuan2 de5 shu2 lian4 du4 sil|sil 主 要 目 标 在 维 持 飞 行 组 员 的 熟 练 度 sil|24 16 15 20 24 17 16 25 16 19 12 14 7 15 18 20 22|0.0|3.48 +000453|sil ru4 ze2 ken2 ken2 yi3 jin4 zhong1 sp1 chu1 ze2 qian1 qian1 yi3 zi4 hui3 sil|sil 入 则 恳 恳 以 尽 忠 sp1 出 则 谦 谦 以 自 悔 sil|23 24 23 26 18 19 21 25 20 23 21 25 23 13 19 35 22|0.0|4.41 +000454|sil deng4 jian4 guo2 yi4 tou2 jin1 fa4 hen3 qiang2 yan3 sil|sil 邓 建 国 一 头 金 发 很 抢 眼 sil|23 20 21 21 13 18 20 26 22 22 29 20|0.0|2.96 +000455|sil zhi4 yun2 da4 shi1 ji2 xu1 kang2 qi3 da4 qi2 shou1 shi5 lan4 tan1 zi5 sil|sil 志 云 大 师 急 需 扛 起 大 旗 收 拾 烂 摊 子 sil|24 22 14 17 25 17 20 24 12 16 25 18 9 19 23 20 20|0.0|3.77 +000456|sil yi4 qun2 qun2 bai2 ge1 fang4 fei1 sp1 yi2 chuan4 chuan4 shi4 yan2 xiang2 qi3 sil|sil 一 群 群 白 鸽 放 飞 sp1 一 串 串 誓 言 响 起 sil|25 14 19 22 17 15 20 26 25 11 21 21 19 16 26 31 20|0.0|4.04 +000457|sil ta1 gei3 duo1 shao3 mei2 niang2 bu2 ru3 de5 ying1 er2 wei4 guo4 nai3 sil|sil 她 给 多 少 没 娘 哺 乳 的 婴 儿 喂 过 奶 sil|23 22 22 15 16 20 24 17 13 7 18 20 15 13 32 21|0.0|3.46 +000458|sil ta1 yao4 shen2 me5 wo2 mai3 shen2 me5 sp1 ji1 zhua3 zi5 yi4 mai3 hao2 ji3 bao1 sp1 shuang3 wai1 wai1 ta1 yi4 he1 he1 yi4 pai2 sil|sil 她 要 什 么 我 买 什 么 sp1 鸡 爪 子 一 买 好 几 包 sp1 爽 歪 歪 她 一 喝 喝 一 排 sil|23 21 20 18 15 14 24 20 18 24 17 21 11 9 19 18 15 23 18 21 15 22 17 17 22 17 12 36 22|0.0|6.37 +000459|sil jing3 fang1 dan1 xin1 xue1 hong2 wai3 de5 an1 wei1 sp1 xue1 hai2 shi3 yong4 guo4 chen2 yun2 de5 ming2 zi5 sil|sil 警 方 担 心 薛 宏 崴 的 安 危 sp1 薛 还 使 用 过 陈 云 的 名 字 sil|24 21 16 15 21 18 15 18 6 16 27 31 26 18 13 16 14 20 18 6 21 22 20|0.0|4.9 +000460|sil ju4 an1 ni2 bao3 bei4 tou4 lu4 sp1 da4 fang1 suo2 xuan3 pian1 mu4 sp1 jue2 wu2 qian1 zi4 wen2 sil|sil 据 安 妮 宝 贝 透 露 sp1 大 方 所 选 篇 目 sp1 绝 无 千 字 文 sil|24 22 15 16 15 13 24 23 28 20 23 17 17 20 17 6 23 14 23 13 27 20|0.0|4.88 +000461|sil gai1 yi2 zeng4 sp1 wu2 fu4 jia1 tiao2 jian4 sil|sil 该 遗 赠 sp1 无 附 加 条 件 sil|22 22 16 27 7 16 18 16 20 24 21|0.0|2.43 +000462|sil zhi3 shi4 ci3 guan1 reng2 xiong2 zai4 sp1 sui4 yue4 yi3 cuo1 tuo2 sil|sil 只 是 此 关 仍 雄 在 sp1 岁 月 已 蹉 跎 sil|24 19 20 21 24 20 22 26 10 22 19 15 20 34 21|0.0|3.68 +000463|sil wo3 zhen1 mei2 he1 jiu3 sp1 zhi3 shi4 yun4 che1 a5 sil|sil 我 真 没 喝 酒 sp1 只 是 晕 车 啊 sil|26 12 19 18 21 26 6 14 14 19 25 19 20|0.0|2.78 +000464|sil bie2 yin1 ci3 tai4 yu4 men4 o5 sil|sil 别 因 此 太 郁 闷 哦 sil|23 18 19 23 20 18 20 23 19|0.0|2.13 +000465|sil wo3 tou2 yao2 de5 he2 bo1 lang4 gu3 yi2 yang4 sil|sil 我 头 摇 的 和 拨 浪 鼓 一 样 sil|25 15 25 20 9 15 14 22 18 12 22 20|0.0|2.52 +000466|sil fu1 qi1 xiao4 xing1 ni2 ming2 sp1 xia4 wen2 lan2 xian4 shen1 ya1 zhou4 yan3 chu1 wo3 ai4 lao3 gong1 sil|sil 夫 妻 笑 星 倪 明 sp1 夏 文 兰 现 身 压 轴 演 出 我 爱 老 公 sil|29 16 16 19 27 17 33 5 20 15 29 23 19 16 13 18 30 12 18 18 26 20|0.0|5.1 +000467|sil xie4 an1 qi2 gen1 nei4 di4 ge1 shou3 xu2 zi2 wai3 sp1 yi4 qi3 ren4 da4 yun4 hui4 biao2 yan3 jia1 bin1 sil|sil 谢 安 琪 跟 内 地 歌 手 徐 子 崴 sp1 一 起 任 大 运 会 表 演 嘉 宾 sil|25 22 18 28 19 15 11 15 24 23 15 28 19 10 16 24 16 12 17 17 18 16 27 18|0.0|5.26 +000468|sil da4 huai4 dan4 sp1 xiu1 si2 wo3 suan4 le5 sil|sil 大 坏 蛋 sp1 羞 死 我 算 了 sil|23 17 22 20 8 27 15 14 25 14 21|0.0|2.39 +000469|sil pu3 tuo2 shan1 ji4 yi2 hai3 tian1 zhuang4 kuo4 qu3 sheng4 sp1 you4 yi3 shan1 lin2 shen1 sui4 jian4 chang2 sil|sil 普 陀 山 既 以 海 天 壮 阔 取 胜 sp1 又 以 山 林 深 邃 见 长 sil|22 20 14 32 18 18 22 21 20 15 17 23 25 13 19 25 15 19 17 19 35 17|0.0|5.18 +000470|sil wan3 shang4 hui2 jia1 bi3 jiao4 wan3 sp1 suo2 yi3 an2 lao3 ye5 jiu4 xun4 wo3 sil|sil 晚 上 回 家 比 较 晚 sp1 所 以 俺 姥 爷 就 训 我 sil|25 17 17 18 24 12 17 31 15 19 12 16 19 15 12 21 30 21|0.0|3.96 +000471|sil xin1 ren2 hua1 xiao1 da4 sp1 hun1 qing4 gong1 si1 ye2 han2 ku3 sil|sil 新 人 花 销 大 sp1 婚 庆 公 司 也 喊 苦 sil|25 23 24 19 18 23 15 18 17 16 20 17 21 31 20|0.0|3.57 +000472|sil tu2 wei2 la3 ba5 ge1 sp1 zai4 yong4 hou3 sheng1 zhi2 fa3 sil|sil 图 为 喇 叭 哥 sp1 在 用 吼 声 执 法 sil|23 20 23 25 13 24 4 17 17 21 20 18 28 21|0.0|3.18 +000473|sil wei4 qing4 nian2 li4 sp1 gai1 cun1 wei3 qing3 lai2 tuo1 yi1 wu3 niang2 zhu4 xing4 sil|sil 为 庆 年 例 sp1 该 村 委 请 来 脱 衣 舞 娘 助 兴 sil|25 14 23 19 20 19 17 18 20 16 14 22 12 10 20 15 28 19|0.0|3.84 +000474|sil luan4 you4 he2 fang2 sp1 zhai3 you4 he2 fang2 sil|sil 乱 又 何 妨 sp1 窄 又 何 妨 sil|25 23 18 19 31 6 24 20 18 32 20|0.0|2.74 +000475|sil er2 yang3 yu2 hu4 que4 zhi3 neng2 gan1 chou3 zhe5 sil|sil 而 养 鱼 户 却 只 能 干 瞅 着 sil|25 25 19 15 29 22 12 15 20 26 23 22|0.0|2.94 +000476|sil lai2 gen1 zhe5 wo3 yi4 qi2 zuo3 san1 quan1 you4 san1 quan1 niu2 niu3 yao1 sil|sil 来 跟 着 我 一 起 左 三 圈 右 三 圈 扭 扭 腰 sil|25 17 17 11 23 16 28 22 21 28 21 22 22 16 19 29 20|0.0|4.15 +000477|sil wo2 yu2 wang3 yi4 de5 qing2 yi4 sp1 nan2 yi3 ge1 she3 sil|sil 我 与 网 易 的 情 谊 sp1 难 以 割 舍 sil|26 15 13 20 18 9 25 20 8 19 15 18 30 22|0.0|2.99 +000478|sil zi4 zhu2 pin3 pai2 ye3 wei4 luo4 ren2 hou4 sil|sil 自 主 品 牌 也 未 落 人 后 sil|25 18 16 22 30 14 13 17 17 26 22|0.0|2.56 +000479|sil na4 xie1 pa2 shou3 sp1 ni3 yue4 pa4 ta1 hui4 yue4 chang1 kuang2 sil|sil 那 些 扒 手 sp1 你 越 怕 他 会 越 猖 狂 sil|25 16 14 23 28 20 11 21 22 19 17 15 27 28 21|0.0|3.57 +000480|sil wo3 de5 xiao2 nao3 gua1 you2 dian3 bu2 gou4 yong4 la5 sil|sil 我 的 小 脑 瓜 有 点 不 够 用 啦 sil|25 16 12 15 19 27 16 17 10 16 19 21 22|0.0|2.73 +000481|sil bi4 xu1 pei4 yi2 ge5 tao4 pen2 sil|sil 必 须 配 一 个 套 盆 sil|23 17 20 21 10 10 26 34 22|0.0|2.13 +000482|sil jiu3 dai4 wang2 gong4 zai4 wei4 er4 bai3 si4 shi2 yi1 nian2 sil|sil 九 代 王 共 在 位 二 百 四 十 一 年 sil|24 20 20 27 21 17 23 17 16 14 15 14 34 18|0.0|3.25 +000483|sil shou4 xing1 yang2 qian1 hua4 sp1 juan1 chu1 liang3 qian1 yuan2 chou1 jiang3 sp1 shang4 tai2 shi2 sp1 yi2 mian4 chi1 tian2 pin3 yi2 mian4 chou1 jiang3 sil|sil 寿 星 杨 千 嬅 sp1 捐 出 两 千 元 抽 奖 sp1 上 台 时 sp1 一 面 吃 甜 品 一 面 抽 奖 sil|25 23 27 19 21 26 8 21 21 20 16 14 19 27 34 19 19 28 23 10 21 18 25 28 12 18 22 26 22|0.0|7.1 +000484|sil jin1 hui1 peng2 bei4 bing1 bao2 za2 de5 bi2 qing1 lian2 zhong3 sil|sil 金 辉 鹏 被 冰 雹 砸 得 鼻 青 脸 肿 sil|24 23 18 32 17 20 23 20 10 15 23 19 21 23|0.0|3.34 +000485|sil yi1 sheng1 jian4 zhuang4 sp1 zhi3 neng2 yong4 pang2 guang1 jing4 yi4 wu4 qian2 sp1 jiang1 si3 ni2 qiu5 sp1 cong2 pang2 guang1 li3 zhuai4 chu1 lai5 sil|sil 医 生 见 状 sp1 只 能 用 膀 胱 镜 异 物 钳 sp1 将 死 泥 鳅 sp1 从 膀 胱 里 拽 出 来 sil|25 14 19 19 23 15 12 13 24 22 17 14 14 12 33 13 19 17 18 21 3 23 20 16 12 22 14 20 21|0.0|5.98 +000486|sil wang2 you3 zheng4 feng1 shuo1 sp1 xiao3 yu2 sp1 dou1 dei3 bei4 xiao2 yan2 wang3 lao1 jing4 le5 ba5 sil|sil 网 友 正 风 说 sp1 小 鱼 sp1 都 得 被 小 眼 网 捞 净 了 吧 sil|25 17 23 19 17 24 41 25 26 11 15 15 13 20 15 21 18 19 12 21 22|0.0|4.86 +000487|sil bian2 mou3 sp1 bei4 ya1 xie4 hui2 wei4 nan2 wei4 nan2 sil|sil 扁 某 sp1 被 押 解 回 渭 南 渭 南 sil|22 24 29 4 15 20 20 24 17 21 16 32 21|0.0|3.08 +000488|sil zhe4 yi4 tui1 xuan2 wei3 yuan2 hui4 sp1 jiu4 shi4 you2 chou2 wei3 hui4 lai2 chou2 zu3 de5 sil|sil 这 一 推 选 委 员 会 sp1 就 是 由 筹 委 会 来 筹 组 的 sil|23 22 17 19 13 13 17 23 23 16 12 22 21 17 19 14 22 17 20 20|0.0|4.3 +000489|sil da2 yu3 mao2 qiu2 rong2 yi4 wai2 jiao3 sil|sil 打 羽 毛 球 容 易 崴 脚 sil|24 18 11 17 28 15 12 22 35 21|0.0|2.36 +000490|sil hou4 you4 you3 san1 huo3 jie2 fei3 cuan1 shang4 lie4 che1 kai1 shi2 qiang3 jie2 sil|sil 后 又 有 三 伙 劫 匪 蹿 上 列 车 开 始 抢 劫 sil|23 28 17 17 19 17 17 22 19 15 16 24 18 13 24 29 21|0.0|3.94 +000491|sil zai4 bin4 yi2 guan3 wai4 zhan4 yi4 xiao3 huir4 r sp1 bian4 yi3 han4 shui3 cen2 cen2 sil|sil 在 殡 仪 馆 外 站 一 小 会 儿 sp1 便 已 汗 水 涔 涔 sil|24 25 13 18 17 20 16 10 20 24 0 11 20 21 24 17 22 30 20|0.0|4.09 +000492|sil ta1 yu2 jiu3 yue4 zhong1 xun2 tui1 chu1 shi4 yong4 ban2 ben3 sil|sil 它 于 九 月 中 旬 推 出 试 用 版 本 sil|23 23 22 15 14 18 26 20 16 19 18 18 23 18|0.0|3.17 +000493|sil yin1 chen2 de5 tian1 kong1 sp1 piao1 sa2 qi3 mao2 mao5 xi4 yu3 sp1 si4 hu1 zhi1 xiao2 ci3 ke4 ju3 guo2 tong2 ai1 sil|sil 阴 沉 的 天 空 sp1 飘 洒 起 毛 毛 细 雨 sp1 似 乎 知 晓 此 刻 举 国 同 哀 sil|25 18 18 9 21 26 3 23 18 18 18 18 24 24 30 16 15 15 22 20 27 21 19 22 27 21|0.0|6.01 +000494|sil pi2 pi2 lu3 jiang3 tang2 jiao4 shi1 sil|sil 皮 皮 鲁 讲 堂 教 师 sil|22 22 15 23 23 18 17 28 21|0.0|2.2 +000495|sil tu2 wei2 shou1 cang2 jia1 wang2 xue2 wu3 sp1 zai4 jie4 shao4 chai2 yao2 de5 li4 shi3 zhen1 cang2 xing4 sil|sil 图 为 收 藏 家 王 学 武 sp1 在 介 绍 柴 窑 的 历 史 珍 藏 性 sil|23 22 25 18 19 18 19 19 25 17 17 14 19 24 24 14 13 14 19 19 25 18|0.0|4.94 +000496|sil ta1 yu3 shang4 hai3 ping1 pang1 guo2 shou3 wang2 li4 qin2 sp1 hai2 you3 wang2 ma1 ma5 yi4 tong2 guang4 shi4 bo2 yuan2 sil|sil 她 与 上 海 乒 乓 国 手 王 励 勤 sp1 还 有 王 妈 妈 一 同 逛 世 博 园 sil|23 26 23 20 16 15 19 16 23 20 15 31 20 13 16 22 15 27 15 21 19 16 14 33 16|0.0|5.74 +000497|sil nin2 neng2 he2 wo3 nv2 you3 he2 zhang1 ying3 ma5 sil|sil 您 能 和 我 女 友 合 张 影 吗 sil|25 17 17 16 12 17 18 17 19 18 26 21|0.0|2.59 +000498|sil ma3 de2 zhong1 sp1 ye3 huo4 lou3 huo4 bao4 sil|sil 马 德 钟 sp1 也 或 搂 或 抱 sil|25 19 14 30 5 15 20 18 20 22 22|0.0|2.44 +000499|sil luo2 ti3 pan1 yan2 shi4 jia1 zhou1 she4 ying3 shi1 jian1 pan1 yan2 ai4 hao4 zhe3 di2 an1 de5 chuang4 yi4 sil|sil 裸 体 攀 岩 是 加 州 摄 影 师 兼 攀 岩 爱 好 者 迪 安 的 创 意 sil|25 16 20 19 30 27 18 13 15 16 27 24 17 13 16 15 17 14 17 8 21 22 20|0.0|4.99 +000500|sil wang4 zhe5 pan4 pan5 sp1 li3 gang1 man2 yan3 xin1 teng2 sil|sil 望 着 盼 盼 sp1 李 钢 满 眼 心 疼 sil|25 22 13 26 27 12 18 28 20 16 20 32 18|0.0|3.22 +000501|sil si1 ren2 shang1 pu4 hen2 shao2 gei3 sil|sil 私 人 商 铺 很 少 给 sil|26 24 18 23 24 20 24 29 21|0.0|2.43 +000502|sil he4 sheng4 sp1 yin1 jiu4 jia4 you3 gong1 sp1 bei4 hu1 bi4 lie4 ti2 ba2 wei2 shang4 du1 liu2 shou3 sil|sil 贺 胜 sp1 因 救 驾 有 功 sp1 被 忽 必 烈 提 拔 为 上 都 留 守 sil|23 24 31 9 19 18 16 16 24 25 19 21 12 24 18 16 18 24 12 18 27 22|0.0|5.06 +000503|sil wang2 zhu2 hua2 xin1 tiao4 dao4 le5 sang3 zi5 yan3 sil|sil 王 竹 华 心 跳 到 了 嗓 子 眼 sil|25 20 17 27 24 20 9 10 21 13 28 20|0.0|2.72 +000504|sil xiao4 hua5 hai2 fen1 yan2 se4 ma5 sil|sil 笑 话 还 分 颜 色 嘛 sil|25 33 24 20 18 19 20 26 18|0.0|2.36 +000505|sil qian2 yao4 hua1 zai4 dao1 renr4 r shang4 sil|sil 钱 要 花 在 刀 刃 儿 上 sil|23 30 18 19 14 17 21 0 26 21|0.0|2.2 +000506|sil ju4 shuo1 zou1 guo2 chun1 sheng1 qian2 ku4 ai4 hua1 cao3 sil|sil 据 说 邹 国 春 生 前 酷 爱 花 草 sil|25 18 26 19 15 26 24 24 20 15 18 25 23|0.0|3.23 +000507|sil zheng4 yuan2 chang4 chen2 yan2 xi1 kai1 can1 ting1 sp1 ren2 da2 hua2 zhan4 tai2 peng2 chang3 sil|sil 郑 元 畅 陈 妍 希 开 餐 厅 sp1 任 达 华 站 台 捧 场 sil|24 20 17 24 16 16 18 18 19 24 23 19 14 22 18 17 22 30 18|0.0|4.4 +000508|sil bo1 li5 za2 zhong4 xiu1 xian2 ba1 zhe1 yang2 san3 sp1 shang1 le5 you2 ren2 sil|sil 玻 璃 砸 中 休 闲 吧 遮 阳 伞 sp1 伤 了 游 人 sil|23 22 18 20 18 16 18 16 14 18 28 9 20 10 17 26 22|0.0|3.66 +000509|sil chen2 yi4 xun4 tou4 lu5 tai4 tai5 xu2 hao2 ying2 sp1 yin1 mang2 yu2 pao3 bu4 sp1 gu4 wei4 neng2 chu1 xi2 peng2 chang3 sil|sil 陈 奕 迅 透 露 太 太 徐 濠 萦 sp1 因 忙 于 跑 步 sp1 故 未 能 出 席 捧 场 sil|22 21 14 27 20 11 21 22 16 17 29 7 15 19 12 24 22 23 23 20 19 15 13 19 31 19|0.0|5.82 +000510|sil di4 pir2 r you3 ge5 ying4 ke2 sp1 zheng4 chu1 miao2 de5 sp1 xian4 zai4 jiu4 qia3 nar4 r le5 sil|sil 地 皮 儿 有 个 硬 壳 sp1 正 出 苗 的 sp1 现 在 就 卡 那 儿 了 sil|23 17 27 0 14 11 19 31 14 21 19 26 15 19 21 21 14 22 0 25 15 23|0.0|4.61 +000511|sil pie1 kai1 jing4 xuan3 jie2 guo3 shu1 ying2 bu4 tan2 sil|sil 撇 开 竞 选 结 果 输 赢 不 谈 sil|23 23 24 17 17 15 17 19 19 12 33 22|0.0|2.8 +000512|sil zhao4 xian4 huai2 sp1 you4 jiang1 zhao4 bing2 zuo3 sha1 si3 zai4 men2 kou3 sil|sil 赵 宪 槐 sp1 又 将 赵 炳 佐 杀 死 在 门 口 sil|24 21 20 32 5 16 19 16 18 20 22 12 12 18 27 22|0.0|3.53 +000513|sil zai4 yi1 xue2 shang4 sp1 zhe4 lei4 yao4 wu4 jiao4 zuo4 sp1 kou3 fu2 cu4 jin4 pai2 luan3 yao4 wu4 sil|sil 在 医 学 上 sp1 这 类 药 物 叫 做 sp1 口 服 促 进 排 卵 药 物 sil|24 21 16 16 25 17 17 14 17 13 19 23 16 29 22 19 16 18 17 19 19 20|0.0|4.84 +000514|sil ju4 chun1 lei2 ceng2 zai4 wei1 bo2 bao4 liao4 cheng1 sp1 bai2 jing4 pi1 tui3 qiao2 yu3 sp1 mou2 duo2 lao3 gong1 jia1 chan3 sil|sil 巨 春 雷 曾 在 微 博 爆 料 称 sp1 白 静 劈 腿 乔 宇 sp1 谋 夺 老 公 家 产 sil|23 18 23 26 23 17 15 12 14 14 30 34 21 23 19 16 25 24 10 20 18 16 16 19 29 20|0.0|6.1 +000515|sil zhao4 zuo4 lan2 chi4 ze2 ta1 chun3 ben4 sil|sil 赵 作 兰 斥 责 他 蠢 笨 sil|24 22 14 28 22 15 18 25 18 23|0.0|2.43 +000516|sil jia4 shi3 sao2 xue3 che1 sp1 xing2 shi3 dao4 zhao4 gong1 kou3 qiao2 hou4 sp1 miao2 wei1 diao4 tou2 wang3 hui2 zou3 sil|sil 驾 驶 扫 雪 车 sp1 行 驶 到 赵 公 口 桥 后 sp1 苗 巍 掉 头 往 回 走 sil|24 23 20 17 16 26 4 21 16 18 18 15 16 19 23 32 21 22 18 18 21 19 26 22|0.0|5.51 +000517|sil you3 suan1 zhong4 du2 zhe3 sp1 ke3 yong4 tan4 suan1 qing1 na4 sil|sil 有 酸 中 毒 者 sp1 可 用 碳 酸 氢 钠 sil|26 19 25 18 15 22 17 20 24 18 16 19 25 22|0.0|3.32 +000518|sil lao3 yue1 han4 ning3 zhe5 gu3 jinr4 r sil|sil 老 约 翰 拧 着 股 劲 儿 sil|25 19 17 27 20 13 14 23 0 24|0.0|2.11 +000519|sil nan2 dao4 bu2 shi4 wei2 jin1 wei2 qun2 he2 wei2 zui3 ma5 sil|sil 难 道 不 是 围 巾 围 裙 和 围 嘴 吗 sil|25 18 15 13 22 27 28 24 26 17 18 23 26 22|0.0|3.53 +000520|sil zhang1 ru2 pao4 shou2 dou3 wu2 fa2 xie3 zi4 sp1 yin1 ci3 sp1 zui4 hou4 en4 zhi3 mo2 dai4 ti4 qian1 zi4 sil|sil 张 如 炮 手 抖 无 法 写 字 sp1 因 此 sp1 最 后 摁 指 模 代 替 签 字 sil|23 20 15 25 25 24 15 15 20 24 32 15 26 16 17 19 19 18 28 19 17 22 20 22|0.0|5.76 +000521|sil zao4 jia2 zhe3 sp1 you3 sun1 wu4 kong1 de5 bian4 lian3 shu4 sil|sil 造 假 者 sp1 有 孙 悟 空 的 变 脸 术 sil|25 22 21 27 5 14 14 14 20 8 16 18 27 21|0.0|2.93 +000522|sil cong2 deng1 long5 gao1 gua4 de5 zheng4 men2 zou3 jin4 wang3 shi1 yuan2 sp1 ye4 se4 you1 chen2 sp1 jing3 xiang4 meng2 long2 sil|sil 从 灯 笼 高 挂 的 正 门 走 进 网 师 园 sp1 夜 色 幽 沉 sp1 景 象 朦 胧 sil|24 34 17 17 19 16 10 19 27 17 13 19 21 29 34 16 15 19 33 6 23 19 20 30 15|0.0|5.95 +000523|sil tu2 wei2 yuan2 gong1 yong4 zi4 lai2 shui3 chong1 man3 yin2 shui3 ji1 sil|sil 图 为 员 工 用 自 来 水 充 满 饮 水 机 sil|24 23 24 22 23 21 12 19 23 23 18 19 15 26 21|0.0|3.63 +000524|sil ci3 qian2 sp1 wang2 jiong3 you4 zhuan3 fu4 an1 hui1 ren4 zhi2 sil|sil 此 前 sp1 王 炯 又 转 赴 安 徽 任 职 sil|26 19 33 14 22 27 18 18 13 17 17 18 27 20|0.0|3.36 +000525|sil yi2 liang4 po4 che1 sp1 ya1 zhe5 liang3 tiao2 dao4 sp1 hai2 shui3 she2 zhuan3 sp1 shei2 gan3 chao1 a5 sil|sil 一 辆 破 车 sp1 压 着 两 条 道 sp1 还 水 蛇 转 sp1 谁 敢 超 啊 sil|25 9 21 21 26 3 19 9 19 22 25 14 18 24 22 30 16 24 19 24 20 20|0.0|4.99 +000526|sil shou3 tao4 yu3 bang2 tui3 sp1 tong1 chang2 cang2 zhe5 an4 qi4 sil|sil 手 套 与 绑 腿 sp1 通 常 藏 着 暗 器 sil|25 26 28 14 21 31 5 24 26 21 6 20 25 23|0.0|3.43 +000527|sil wei4 sha2 zi5 yao4 yun1 ya5 sil|sil 为 啥 子 要 晕 呀 sil|26 18 21 11 18 18 26 20|0.0|1.84 +000528|sil yue1 han4 xun4 yu3 ao4 ba1 ma3 jiao1 qing2 fei2 qian3 sil|sil 约 翰 逊 与 奥 巴 马 交 情 匪 浅 sil|25 14 20 27 14 19 15 27 19 18 17 30 22|0.0|3.1 +000529|sil li4 ru2 jiao3 zi5 chi1 fa3 sp1 yun2 tun1 chi1 fa3 sp1 yi3 ji2 wo1 wo1 tou2 zhi4 jiao1 nang2 de5 wo1 nang5 chi1 fa2 deng3 sil|sil 例 如 饺 子 吃 法 sp1 云 吞 吃 法 sp1 以 及 窝 窝 头 制 胶 囊 的 窝 囊 吃 法 等 sil|24 18 24 27 11 20 25 8 19 20 20 24 19 14 23 16 13 25 13 17 22 15 19 19 19 18 23 16|0.0|6.17 +000530|sil gong1 xiao3 cun1 guai3 er2 qi2 tao3 de5 wang3 wen2 fa1 biao3 hou4 sp1 yin2 qi3 xuan1 ran2 da4 bo1 sil|sil 宫 小 村 拐 儿 乞 讨 的 网 文 发 表 后 sp1 引 起 轩 然 大 波 sil|23 19 19 30 21 15 19 19 6 14 17 15 18 23 22 16 24 20 20 17 25 21|0.0|4.91 +000531|sil guang1 quan2 fang1 zhang4 sp1 yi1 ci4 zai4 tian1 wang2 dian4 mi2 le4 pu2 sa5 sp1 wei2 tuo2 pu2 sa5 qian2 shang4 xiang1 sp1 li3 bai4 shuo1 fa3 sil|sil 光 泉 方 丈 sp1 依 次 在 天 王 殿 弥 勒 菩 萨 sp1 韦 陀 菩 萨 前 上 香 sp1 礼 拜 说 法 sil|23 21 21 20 24 11 12 19 21 20 20 21 13 17 20 23 26 16 23 18 14 23 23 31 8 18 25 25 29 21|0.0|7.04 +000532|sil ta1 you2 wo2 xiao3 mei4 mei5 piao4 liang5 ma5 sil|sil 她 有 我 小 妹 妹 漂 亮 吗 sil|23 20 15 15 21 16 14 24 14 26 21|0.0|2.43 +000533|sil xin4 zhi3 yi4 cheng2 yi3 shang4 feng1 ge2 sp1 yi2 fu4 nian2 yu2 gu3 xi1 de5 can2 bai4 yang4 sil|sil 信 纸 一 承 以 上 风 格 sp1 一 副 年 逾 古 稀 的 残 败 样 sil|26 30 13 14 31 15 19 21 27 38 12 27 22 21 17 17 10 28 17 26 19|0.0|5.23 +000534|sil wei4 bao4 fu5 ta1 yong4 ban1 shou3 jiang1 jian1 fu1 da2 si3 sil|sil 为 报 复 他 用 扳 手 将 奸 夫 打 死 sil|25 16 21 13 23 17 20 22 21 18 17 22 30 19|0.0|3.3 +000535|sil wu2 yu3 la5 ya5 sp1 wu2 yu3 jiu4 dui4 la5 sil|sil 无 语 啦 吖 sp1 无 语 就 对 啦 sil|25 20 14 19 26 19 15 15 17 24 28 22|0.0|2.83 +000536|sil tai4 cang1 gang3 da3 lao1 shang4 an4 de5 jiang1 tun2 sil|sil 太 仓 港 打 捞 上 岸 的 江 豚 sil|22 25 23 27 16 19 15 18 9 20 35 21|0.0|2.9 +000537|sil hao4 kou3 zhen4 xia1 nong2 liu2 xue2 cui4 sp1 yi4 chou2 mo4 zhan3 sil|sil 浩 口 镇 虾 农 刘 学 翠 sp1 一 筹 莫 展 sil|24 25 21 16 21 25 15 19 30 12 13 19 21 32 19|0.0|3.62 +000538|sil xue4 cong2 ta1 tou2 ding3 wang3 wai4 mao4 ge5 bu4 ting2 sil|sil 血 从 她 头 顶 往 外 冒 个 不 停 sil|25 34 22 15 24 22 20 16 24 10 14 33 22|0.0|3.26 +000539|sil ke3 neng2 ye3 jiu4 xie3 le5 gei3 yu4 you3 ting1 ting1 chang4 chang4 sil|sil 可 能 也 就 写 了 给 狱 友 听 听 唱 唱 sil|23 18 27 14 13 18 15 16 21 21 23 17 24 28 19|0.0|3.45 +000540|sil ni3 wei4 shen2 me5 yao4 gan2 zou2 wo3 ne5 sil|sil 你 为 什 么 要 赶 走 我 呢 sil|26 13 20 18 6 17 18 13 16 26 22|0.0|2.26 +000541|sil jia1 zhang3 da1 zhang4 peng5 pei2 du2 sil|sil 家 长 搭 帐 篷 陪 读 sil|24 25 23 19 21 18 20 27 23|0.0|2.32 +000542|sil lv4 dou4 xi1 gua1 bing1 gunr4 r liang2 sp1 jie2 shu2 shou3 tui1 suan1 mei2 tang1 sil|sil 绿 豆 西 瓜 冰 棍 儿 凉 sp1 解 暑 首 推 酸 梅 汤 sil|25 22 19 23 23 21 21 0 32 26 25 19 22 26 22 16 33 20|0.0|4.59 +000543|sil shun4 shi2 wu1 yun2 mi4 bu4 sp1 hao2 yu3 ru2 zhu4 sp1 bai2 zhou4 ru2 ye4 sil|sil 瞬 时 乌 云 密 布 sp1 豪 雨 如 注 sp1 白 昼 如 夜 sil|25 25 29 20 12 22 26 6 27 15 19 23 14 23 19 20 26 21|0.0|4.32 +000544|sil kong3 ming2 deng1 xiang1 chuan2 you2 zhu1 ge2 kong3 ming2 fa1 ming2 sil|sil 孔 明 灯 相 传 由 诸 葛 孔 明 发 明 sil|22 24 19 26 25 26 25 17 16 20 16 19 30 18|0.0|3.52 +000545|sil yue4 shi4 jie1 jin4 meng4 xiang3 sp1 yue4 yao4 you2 chuang3 guan1 duo2 ai4 de5 yong3 qi4 yu3 zhi4 hui4 sil|sil 越 是 接 近 梦 想 sp1 越 要 有 闯 关 夺 隘 的 勇 气 与 智 慧 sil|25 19 19 15 14 20 29 21 11 16 23 28 20 16 18 9 19 21 15 23 27 20|0.0|4.97 +000546|sil ai4 wei1 er5 chu1 guo2 yan3 chu1 sp1 ye3 chang2 chang2 you3 nan2 you3 tie1 shen1 hu4 song4 sil|sil 艾 薇 儿 出 国 演 出 sp1 也 常 常 有 男 友 贴 身 护 送 sil|25 19 14 16 20 14 17 30 8 12 21 14 13 22 18 17 16 16 24 19|0.0|4.12 +000547|sil shi4 fou2 you3 pao4 mo4 sp1 hai2 yao4 kan4 kong1 fang2 lv4 sil|sil 是 否 有 泡 沫 sp1 还 要 看 空 房 率 sil|25 21 17 16 20 27 15 14 14 19 19 18 22 21|0.0|3.11 +000548|sil jia1 kuai4 gong2 bei2 kou3 an4 gai3 kuo4 jian4 sp1 he2 heng2 qin2 kou3 an4 ke4 huo4 che1 tong1 dao4 chong2 jian4 sil|sil 加 快 拱 北 口 岸 改 扩 建 sp1 和 横 琴 口 岸 客 货 车 通 道 重 建 sil|24 23 26 19 12 22 20 17 20 26 19 18 20 17 20 22 18 15 18 20 13 22 25 20|0.0|5.53 +000549|sil zan4 huan2 jiao3 fei4 qi1 jian1 sp1 mian3 shou1 zhi4 na4 jin1 sil|sil 暂 缓 缴 费 期 间 sp1 免 收 滞 纳 金 sil|25 21 21 15 14 19 27 11 20 20 15 17 26 20|0.0|3.15 +000550|sil shi4 xu1 yao4 er2 ju2 qi2 na3 jian4 bing1 qi4 sil|sil 视 需 要 而 举 起 哪 件 兵 器 sil|24 25 22 23 17 14 15 19 17 19 30 20|0.0|2.84 +000551|sil dan4 mi4 xue3 er2 reng2 bu4 wei2 suo3 dong4 sil|sil 但 蜜 雪 儿 仍 不 为 所 动 sil|22 30 20 21 21 30 12 18 23 26 19|0.0|2.81 +000552|sil wang3 ri4 pi1 san3 de5 tou2 fa5 sp1 ye3 shu1 wan3 cheng2 ji4 sp1 kan4 shang4 qu4 bie2 you3 yun4 wei4 sil|sil 往 日 披 散 的 头 发 sp1 也 梳 挽 成 髻 sp1 看 上 去 别 有 韵 味 sil|25 19 23 24 18 6 25 26 8 14 16 20 24 25 28 20 19 28 21 16 21 26 21|0.0|5.49 +000553|sil dan4 bei4 wen4 ji2 hui4 fou2 yu2 zu3 er5 jian2 shao3 lian2 luo4 sp1 he2 yun4 shi1 sp1 bu4 yu3 hui2 ying4 sil|sil 但 被 问 及 会 否 与 祖 儿 减 少 联 络 sp1 何 韵 诗 sp1 不 予 回 应 sil|23 19 12 21 24 20 17 15 24 18 18 16 20 22 26 16 18 25 5 16 14 20 27 21|0.0|5.3 +000554|sil zhang1 yuan2 yi4 kai1 shi2 ting3 na4 men4 sil|sil 张 媛 一 开 始 挺 纳 闷 sil|23 26 29 16 22 23 23 17 27 21|0.0|2.64 +000555|sil shui3 mo2 shi2 de5 huo3 guo1 zhuo1 shang4 sp1 yong4 yu2 tang1 gu3 tang1 tiao2 cheng2 de5 huo3 guo1 tang1 sp1 pen4 xiang1 pu1 bi2 sil|sil 水 磨 石 的 火 锅 桌 上 sp1 用 鱼 汤 骨 汤 调 成 的 火 锅 汤 sp1 喷 香 扑 鼻 sil|25 25 20 19 8 20 18 16 27 33 21 23 33 20 30 23 17 7 22 18 29 7 23 21 20 28 22|0.0|6.67 +000556|sil er2 jin1 nian2 ying4 jingr3 r de5 jiang4 xue3 sp1 gang1 hao2 yu3 da4 xue3 ca1 jian1 er2 guo4 sil|sil 而 今 年 应 景 儿 的 降 雪 sp1 刚 好 与 大 雪 擦 肩 而 过 sil|25 19 17 25 23 20 0 7 21 28 15 17 15 15 20 22 24 15 21 24 21|0.0|4.57 +000557|sil xiao1 fang2 yuan2 yang2 chao1 sp1 zuan1 jin4 wei1 feng1 lin2 lin3 de5 xiao1 fang2 tan3 ke4 nei4 jia4 shi3 sil|sil 消 防 员 杨 超 sp1 钻 进 威 风 凛 凛 的 消 防 坦 克 内 驾 驶 sil|26 23 16 18 22 27 8 23 25 18 21 17 19 14 19 19 21 14 15 18 29 20|0.0|5.02 +000558|sil an4 tu2 suo3 ji4 sp1 yi1 yang4 hua4 hu2 lu5 sil|sil 按 图 索 骥 sp1 依 样 画 葫 芦 sil|26 21 21 21 26 15 13 24 23 22 20 21|0.0|2.94 +000559|sil yang2 gou3 nian2 ping2 ping2 sp1 zong3 suan4 xing2 xiang4 tao2 xi3 sil|sil 羊 狗 年 平 平 sp1 总 算 形 象 讨 喜 sil|25 32 20 25 22 30 14 22 29 24 20 21 29 21|0.0|3.88 +000560|sil yi1 man4 niu2 er3 dui4 ci3 fei1 chang2 qi4 fen4 sil|sil 伊 曼 纽 尔 对 此 非 常 气 愤 sil|25 12 19 16 26 15 20 19 21 20 27 19|0.0|2.78 +000561|sil jia3 qiang2 hui1 wu3 bang4 qiu2 gun4 chong1 zai4 shen1 qian2 sp1 lun1 bang4 ji1 da3 hong2 liang4 sil|sil 贾 强 挥 舞 棒 球 棍 冲 在 身 前 sp1 抡 棒 击 打 洪 亮 sil|23 25 29 22 13 18 18 23 22 13 17 32 25 23 21 19 17 22 24 19|0.0|4.94 +000562|sil xiao1 huo3 shuan1 sp1 mie4 huo3 qi4 sp1 jun1 yi3 pei4 qi2 dao4 wei4 sp1 xiao1 fang2 beng4 sp1 ye2 yi3 an1 zhuang1 tiao2 shi4 wan2 bi4 sil|sil 消 火 栓 sp1 灭 火 器 sp1 均 已 配 齐 到 位 sp1 消 防 泵 sp1 也 已 安 装 调 试 完 毕 sil|25 25 17 31 8 16 18 28 9 18 20 20 18 17 23 37 21 20 20 21 14 15 17 18 18 13 22 22 21|0.0|6.64 +000563|sil xiao3 xi1 sp1 yuan2 ben3 yue1 hao3 pei2 zhe5 biao2 jie3 yi4 qi3 lai2 xiang1 qin1 sp1 biao2 jie3 que4 yin1 wei4 dan2 xiao2 shuang3 yue1 sil|sil 小 西 sp1 原 本 约 好 陪 着 表 姐 一 起 来 相 亲 sp1 表 姐 却 因 为 胆 小 爽 约 sil|25 25 32 7 16 11 18 22 19 11 21 25 15 12 15 21 29 47 23 22 17 13 13 18 20 24 24 22|0.0|6.58 +000564|sil er4 fang2 zhang2 nv3 he2 chao1 qiong2 shou3 wo4 zhong4 quan2 sil|sil 二 房 长 女 何 超 琼 手 握 重 权 sil|25 19 20 19 20 16 21 30 19 21 19 34 18|0.0|3.26 +000565|sil cao2 guan4 che1 guan4 ti3 sp1 bei4 gang1 jin1 zha1 po4 sp1 dao3 zhi4 yan2 suan1 xie4 lou4 sil|sil 槽 罐 车 罐 体 sp1 被 钢 筋 扎 破 sp1 导 致 盐 酸 泄 漏 sil|25 26 18 18 22 27 6 15 17 18 20 27 19 19 18 20 19 20 23 20|0.0|4.61 +000566|sil zheng4 jun4 hao4 hun1 shi4 gao4 chui1 sil|sil 郑 俊 浩 婚 事 告 吹 sil|23 22 18 27 25 16 18 32 21|0.0|2.35 +000567|sil zhe4 xian3 shi4 sp1 mang2 guo2 wang3 zheng4 yun4 niang4 fen1 chai1 shang4 shi4 sil|sil 这 显 示 sp1 芒 果 网 正 酝 酿 分 拆 上 市 sil|23 18 20 26 19 23 18 28 17 19 22 20 20 19 26 21|0.0|3.94 +000568|sil zui4 yan2 zhong4 shi2 sp1 xiong1 qian2 hai2 yao5 fang4 yi2 ge5 bian4 pen2 cheng2 ou3 tu4 wu4 sil|sil 最 严 重 时 sp1 胸 前 还 要 放 一 个 便 盆 盛 呕 吐 物 sil|25 22 16 18 28 18 24 30 17 12 19 10 11 22 28 23 18 19 26 19|0.0|4.7 +000569|sil guo4 wang3 chuan2 zhi1 sp1 ying1 yin2 yi3 wei2 jie4 sp1 ning2 jin3 an1 quan2 xian2 sp1 que4 bao3 hang2 xing2 an1 quan2 sil|sil 过 往 船 只 sp1 应 引 以 为 戒 sp1 拧 紧 安 全 弦 sp1 确 保 航 行 安 全 sil|22 18 20 24 29 4 25 19 13 20 26 25 21 22 18 17 32 7 24 19 22 16 18 35 16|0.0|5.95 +000570|sil ling4 yi4 zhong3 ze2 shi4 shui2 xue3 yu2 sp1 shou4 mai4 shang1 pin3 bao1 kuo4 sp1 bian2 xue3 qie1 pian4 sp1 xue3 yu2 ba1 sil|sil 另 一 种 则 是 水 鳕 鱼 sp1 售 卖 商 品 包 括 sp1 扁 鳕 切 片 sp1 鳕 鱼 扒 sil|25 19 14 26 16 20 20 21 24 29 18 16 22 30 20 27 6 19 19 21 30 4 23 15 25 22|0.0|6.16 +000571|sil yu2 ye4 ji4 shui2 chan3 zi1 yuan2 ju2 guan1 yuan2 sp1 wen2 xun4 qian2 wang3 cha2 kan4 sp1 ren4 wei2 shi4 ni2 qiu5 de5 you4 yu2 sil|sil 渔 业 暨 水 产 资 源 局 官 员 sp1 闻 讯 前 往 查 看 sp1 认 为 是 泥 鳅 的 幼 鱼 sil|25 17 29 20 15 20 10 15 14 18 27 8 15 23 19 18 20 27 33 14 20 21 18 18 7 21 28 21|0.0|6.28 +000572|sil dan4 gai1 ming2 xue2 sheng1 ci4 ri4 chen4 wu2 ren2 shi2 sp1 yi2 zhi3 jia5 tong3 po4 kun2 bang3 jiao1 dai4 sp1 er2 cheng2 gong1 tao2 tuo1 sil|sil 但 该 名 学 生 次 日 趁 无 人 时 sp1 以 指 甲 捅 破 捆 绑 胶 带 sp1 而 成 功 逃 脱 sil|23 22 13 16 16 21 21 21 22 14 18 30 21 14 19 24 23 17 20 14 18 22 11 19 22 14 20 28 20|0.0|6.54 +000573|sil jia1 qiang2 e4 chou4 wu1 ran3 wu4 zhi4 li3 sil|sil 加 强 恶 臭 污 染 物 治 理 sil|24 24 31 22 23 14 16 13 16 27 22|0.0|2.69 +000574|sil rang4 wen2 zi5 yao2 si2 ni3 sil|sil 让 蚊 子 咬 死 你 sil|24 18 20 17 21 17 29 19|0.0|1.92 +000575|sil you2 ben3 shi4 qi3 yong4 xin1 dao2 yan3 sp1 bie2 lao3 biao4 zhe5 yi4 mou2 sil|sil 有 本 事 起 用 新 导 演 sp1 别 老 摽 着 艺 谋 sil|25 17 18 23 22 21 23 16 25 14 16 19 20 10 12 29 22|0.0|3.85 +000576|sil gan1 ju2 ye2 xu3 dui4 ni2 you3 bang1 zhu4 o5 sil|sil 柑 桔 也 许 对 你 有 帮 助 哦 sil|23 22 29 14 15 11 13 17 21 21 21 21|0.0|2.65 +000577|sil jiao1 yun4 cang1 chu3 sp1 zao4 zhi3 yin4 shua1 sp1 gang1 tie3 deng2 ban3 kuai4 zheng2 ti2 zhang3 fu2 ling3 xian1 sil|sil 交 运 仓 储 sp1 造 纸 印 刷 sp1 钢 铁 等 板 块 整 体 涨 幅 领 先 sil|24 24 17 24 29 5 21 11 20 29 17 22 27 17 19 22 20 15 17 12 18 28 21|0.0|5.33 +000578|sil xiao1 fang2 dui4 yuan2 yong4 bei1 lou3 sp1 jiang1 jiu4 zai1 wu4 zi1 bei4 jin4 zai1 qu1 sil|sil 消 防 队 员 用 背 篓 sp1 将 救 灾 物 资 背 进 灾 区 sil|25 23 17 16 28 21 18 29 12 21 15 15 17 20 17 15 18 31 20|0.0|4.39 +000579|sil lei4 si4 de5 feng1 yan2 feng1 yu3 sp1 wo2 ye3 shi2 you2 er3 wen2 sil|sil 类 似 的 风 言 风 语 sp1 我 也 时 有 耳 闻 sil|25 19 21 14 19 16 21 27 9 11 17 16 17 18 29 18|0.0|3.45 +000580|sil ting1 wen2 chong2 qing4 ren2 yao2 gou3 sp1 yi2 kan4 lei2 ge1 shou4 yuan1 qu1 sil|sil 听 闻 重 庆 人 咬 狗 sp1 一 看 雷 哥 受 冤 屈 sil|25 26 22 23 16 15 21 29 23 12 20 16 22 21 20 28 22|0.0|4.19 +000581|sil kong2 jia3 ju1 shou3 chang1 li2 na4 han3 sil|sil 孔 贾 拘 守 昌 黎 呐 喊 sil|22 28 20 20 31 30 14 22 30 22|0.0|2.78 +000582|sil zhang1 min2 fu3 mo1 zhe5 ta1 de5 tou2 sp1 han2 zhe5 lei4 quan4 wei4 sil|sil 张 敏 抚 摸 着 他 的 头 sp1 含 着 泪 劝 慰 sil|24 23 26 18 19 12 18 9 33 11 22 8 17 21 28 20|0.0|3.59 +000583|sil tu2 wei2 xing2 zhuang4 xiang4 e2 luan3 shi2 de5 yan2 shi2 yang4 ben3 huo3 shan1 bo1 li5 sil|sil 图 为 形 状 像 鹅 卵 石 的 岩 石 样 本 火 山 玻 璃 sil|24 24 28 23 18 18 16 18 15 12 18 14 18 19 19 19 18 21 21|0.0|4.21 +000584|sil yi3 bian4 yong2 yuan2 bao3 cun2 ren2 lei4 zhen1 gui4 de5 wen2 hua4 yi2 chan3 sil|sil 以 便 永 远 保 存 人 类 珍 贵 的 文 化 遗 产 sil|25 17 22 20 18 15 25 13 18 19 15 8 17 19 14 34 18|0.0|3.68 +000585|sil wo2 yi3 qian2 you4 yu2 chun3 you4 xu1 rong2 sil|sil 我 以 前 又 愚 蠢 又 虚 荣 sil|25 17 11 32 19 18 34 17 26 30 18|0.0|2.87 +000586|sil tu2 wei2 nai3 nai5 sai4 gei2 xiao3 ying2 de5 ling2 chao1 sil|sil 图 为 奶 奶 塞 给 小 莹 的 零 钞 sil|23 25 25 24 18 19 12 20 15 9 16 32 22|0.0|3.02 +000587|sil zai4 zhao1 kao3 zhi2 yuan2 zhong1 sp1 kong3 de2 qi2 ye3 lv2 lv3 shen1 shou3 sil|sil 在 招 考 职 员 中 sp1 孔 德 奇 也 屡 屡 伸 手 sil|25 25 16 20 14 17 24 4 24 15 22 17 13 15 21 27 21|0.0|3.71 +000588|sil shang4 sha2 bie2 shang4 dian4 shi4 sp1 re3 shui2 bie2 re3 fang1 zhou1 zi3 sil|sil 上 啥 别 上 电 视 sp1 惹 谁 别 惹 方 舟 子 sil|24 28 27 14 18 18 26 26 17 31 16 16 22 17 30 19|0.0|4.05 +000589|sil yin1 wu2 fa2 ren3 shou4 bing4 tong4 zhe2 mo2 xuan3 ze2 tiao4 lou2 le5 sil|sil 因 无 法 忍 受 病 痛 折 磨 选 择 跳 楼 了 sil|25 25 18 17 16 20 19 19 16 27 22 12 22 21 18 22|0.0|3.7 +000590|sil xia4 men2 xiang2 an1 hai2 di3 sui4 dao4 sp1 you4 xian4 dong4 kou3 wai4 jing3 sil|sil 厦 门 翔 安 海 底 隧 道 sp1 右 线 洞 口 外 景 sil|25 26 26 24 17 19 13 19 23 14 17 20 16 16 19 29 13|0.0|3.9 +000591|sil shen3 pan4 zhang3 dang1 ting2 yun2 xu3 sil|sil 审 判 长 当 庭 允 许 sil|25 24 24 25 20 20 18 33 19|0.0|2.41 +000592|sil yi1 lou2 shang1 pu4 sp1 yi3 shao1 cheng2 fei4 xu1 sp1 wai4 qiang2 xun1 hei1 sil|sil 一 楼 商 铺 sp1 已 烧 成 废 墟 sp1 外 墙 熏 黑 sil|25 12 17 23 28 7 11 19 17 17 27 14 17 23 22 30 20|0.0|3.82 +000593|sil hai2 shi5 shi3 yong4 wen2 ming2 yong4 yu3 ba5 sil|sil 还 是 使 用 文 明 用 语 吧 sil|25 18 14 19 19 18 18 18 17 24 22|0.0|2.46 +000594|sil san1 liang3 tiao2 jiu4 mai4 yi4 mao2 sp1 ha2 ma5 gu1 duor3 r sp1 da4 tian2 luo2 si1 bai2 nao2 sil|sil 三 两 条 就 卖 一 毛 sp1 蛤 蟆 骨 朵 儿 sp1 大 田 螺 蛳 白 挠 sil|26 23 18 28 15 20 12 32 32 20 16 19 26 0 6 17 19 17 17 17 33 20|0.0|5.03 +000595|sil ka2 bi2 li3 sp1 lai2 zi4 wa2 er3 zha1 gan1 xian4 de5 ji1 wei3 cun1 sil|sil 卡 比 里 sp1 来 自 瓦 尔 扎 甘 县 的 基 尾 村 sil|23 25 15 25 12 18 23 14 15 18 17 19 9 17 19 31 19|0.0|3.7 +000596|sil dan4 li2 wan3 yu4 tou2 cuo4 piao4 zhi1 shuo1 sp1 que4 zao1 lu4 ying2 shi4 yi4 yuan2 peng1 ji1 sil|sil 但 李 婉 钰 投 错 票 之 说 sp1 却 遭 绿 营 市 议 员 抨 击 sil|22 24 14 17 19 22 19 19 15 26 22 19 21 15 14 16 14 20 24 26 22|0.0|4.76 +000597|sil shou4 dong1 feng1 rao3 dong4 ying2 xiang3 sp1 yi4 chang3 qiu1 yu3 sp1 qiao3 ran2 sa3 luo4 hu2 nan2 sheng3 sil|sil 受 东 风 扰 动 影 响 sp1 一 场 秋 雨 sp1 悄 然 洒 落 湖 南 省 sil|24 32 21 17 19 15 17 32 24 12 19 22 24 5 25 17 18 21 18 19 27 18|0.0|5.18 +000598|sil ba3 na4 zhong3 luan4 xiang4 cong2 sheng1 de5 min2 zhu3 feng4 wei2 yang4 ban3 ma5 sil|sil 把 那 种 乱 象 从 生 的 民 主 奉 为 样 板 吗 sil|22 15 22 25 22 19 21 17 8 24 22 18 13 21 19 21 23|0.0|3.85 +000599|sil pu3 jing1 sp1 yu2 ka3 ba1 ye1 wa2 sil|sil 普 京 sp1 与 卡 巴 耶 娃 sil|21 29 28 7 12 23 15 17 30 22|0.0|2.37 +000600|sil yi4 qi3 zai4 wan3 shang4 sp1 yang3 wang4 xing1 kong1 ma5 sil|sil 一 起 在 晚 上 sp1 仰 望 星 空 吗 sil|26 15 22 14 21 28 6 15 20 21 20 24 20|0.0|2.92 +000601|sil li3 jing4 yong4 li4 ca1 diao4 yi4 jiao3 sp1 kan4 zhe5 chuang1 wai4 wang3 lai2 chuan1 zhe5 pi2 ao2 yu3 rong2 fu2 de5 ren2 men5 sil|sil 李 静 用 力 擦 掉 一 角 sp1 看 着 窗 外 往 来 穿 着 皮 袄 羽 绒 服 的 人 们 sil|25 19 26 20 13 22 16 13 29 31 22 10 22 20 19 28 25 15 19 18 12 18 17 9 18 22 19|0.0|6.12 +000602|sil guang3 zhou1 wei4 lai2 san1 tian1 sp1 yu3 wu4 chan2 mian2 sil|sil 广 州 未 来 三 天 sp1 雨 雾 缠 绵 sil|23 25 23 15 17 19 33 6 14 15 23 37 16|0.0|3.09 +000603|sil yan2 su4 cha2 chu2 mai3 guan1 mai4 guan1 an4 jian4 sil|sil 严 肃 查 处 买 官 卖 官 案 件 sil|25 18 19 21 29 25 22 18 18 19 26 19|0.0|3.01 +000604|sil yong2 yuan2 ye3 wang4 bu4 liao3 ban1 zhu3 ren4 na4 ai1 yuan4 de5 yan3 shen2 sil|sil 永 远 也 忘 不 了 班 主 任 那 哀 怨 的 眼 神 sil|25 23 18 15 24 12 24 19 12 23 15 21 18 7 18 31 21|0.0|3.78 +000605|sil zan2 ye3 bie2 tiao1 ti4 ren2 jia1 sp1 dan4 ying4 jian4 fu2 wu4 he2 pei4 tao4 de5 dong1 xi5 gai1 you3 wa5 sil|sil 咱 也 别 挑 剔 人 家 sp1 但 硬 件 服 务 和 配 套 的 东 西 该 有 哇 sil|26 20 15 18 24 16 17 25 28 22 18 16 20 21 20 19 17 8 16 19 18 15 28 18|0.0|5.39 +000606|sil ye4 nei4 yu4 ce4 de5 huo4 xu3 bing4 wu2 kua1 zhang1 sil|sil 业 内 预 测 的 或 许 并 无 夸 张 sil|25 15 17 17 22 17 21 20 14 12 24 27 17|0.0|2.88 +000607|sil shi4 pin2 jian1 kong4 jie2 tu2 sp1 yi4 zhi1 xiao2 juan3 mao2 quan3 sp1 yong3 zhan4 da4 zang4 ao2 sil|sil 视 频 监 控 截 图 sp1 一 只 小 卷 毛 犬 sp1 勇 战 大 藏 獒 sil|24 23 25 19 16 15 30 29 12 17 21 16 13 34 6 19 21 17 17 25 20|0.0|4.86 +000608|sil gai1 du2 chang3 sp1 wei2 wai4 guo2 ren2 zhuan1 yong4 du2 chang3 sil|sil 该 赌 场 sp1 为 外 国 人 专 用 赌 场 sil|23 20 14 37 5 15 22 13 19 13 17 16 29 18|0.0|3.03 +000609|sil qi1 xia2 hong2 ye4 qiu1 tian1 shou3 hui4 ban3 sp1 piao4 liang4 ba5 sil|sil 栖 霞 红 叶 秋 天 手 绘 版 sp1 漂 亮 吧 sil|23 29 23 21 21 24 19 17 19 25 9 25 17 22 21|0.0|3.66 +000610|sil wo3 jun1 po4 jie2 mei3 jun1 you1 shi4 de5 sha1 shou2 jian3 sil|sil 我 军 破 解 美 军 优 势 的 手 杀 锏 sil|25 19 24 23 13 21 18 16 16 9 21 19 36 14|0.0|3.18 +000611|sil ju4 wen2 sp1 zhu1 li4 pai1 you2 pian4 sp1 gu4 yi4 qiang2 wen3 de2 pu3 sp1 gou1 da5 qi3 tu2 ming2 xian3 sil|sil 据 闻 sp1 朱 莉 拍 游 片 sp1 故 意 强 吻 德 普 sp1 勾 搭 企 图 明 显 sil|381 19 32 9 21 18 24 18 30 4 17 14 22 17 18 30 21 19 15 17 14 21 35 16|0.0|9.66 +000612|sil ji3 tian1 yong4 yi4 zhang1 sp1 yong4 wan2 jiu4 reng1 sil|sil 几 天 用 一 张 sp1 用 完 就 扔 sil|24 20 26 17 15 29 7 14 20 16 26 20|0.0|2.72 +000613|sil san1 chu4 si1 zai2 dian3 jun1 wu2 jian3 yan4 jian3 yi4 zheng4 sil|sil 三 处 私 宰 点 均 无 检 验 检 疫 证 sil|26 27 21 19 18 29 23 19 20 16 15 16 24 19|0.0|3.39 +000614|sil ji3 ren2 jiang1 piao2 yun2 dang1 chang3 luan4 dao1 kan2 si3 sil|sil 几 人 将 朴 云 当 场 乱 刀 砍 死 sil|24 19 24 22 22 24 20 26 17 15 25 27 19|0.0|3.3 +000615|sil zhang1 chun1 xian2 tong2 shi2 zan4 yang2 shuo1 sp1 xin1 jiang1 ren2 shan4 liang2 dong2 gan3 en1 sil|sil 张 春 贤 同 时 赞 扬 说 sp1 新 疆 人 善 良 懂 感 恩 sil|23 21 21 28 19 16 17 20 27 40 20 19 26 26 27 19 20 21 22|0.0|5.01 +000616|sil ba3 hai2 zi5 niao4 hai2 dei3 chui1 xu1 xu1 cai2 xing2 sil|sil 把 孩 子 尿 还 得 吹 嘘 嘘 才 行 sil|23 19 23 10 28 23 16 22 17 16 20 31 17|0.0|3.08 +000617|sil zhe4 xie1 shui3 ni2 zhuan1 sp1 neng2 yong4 shou2 nian3 sui4 sil|sil 这 些 水 泥 砖 sp1 能 用 手 捻 碎 sil|23 18 22 19 18 27 7 14 16 15 24 28 20|0.0|2.91 +000618|sil shui2 neng2 zu2 zhi2 li3 zong1 wei3 cheng2 wei2 nian2 zhong1 xuan2 nian4 sil|sil 谁 能 阻 止 李 宗 伟 成 为 年 终 悬 念 sil|25 25 19 15 14 15 17 29 24 20 22 16 20 23 21|0.0|3.54 +000619|sil zai4 lu4 pang2 ga1 la2 chu4 sp1 pi2 te4 tuo1 xia4 wai4 tao4 sp1 qie4 yi4 chou1 zhe5 xiang1 yan1 sil|sil 在 路 旁 旮 旯 处 sp1 皮 特 脱 下 外 套 sp1 惬 意 抽 着 香 烟 sil|25 24 22 25 14 18 27 25 23 23 19 16 17 27 19 28 15 20 10 20 26 20|0.0|5.38 +000620|sil jiao3 yin4 pang2 hai2 you2 shuai3 chu1 de5 xiao3 xue4 dian3 sil|sil 脚 印 旁 还 有 甩 出 的 小 血 点 sil|24 23 21 29 19 14 22 20 10 18 21 31 15|0.0|3.1 +000621|sil ke3 cai4 yun2 zhe4 cha2 wu2 yuan2 yin1 de5 fa1 shao1 sp1 que4 rang4 dui4 yi1 sp1 dan1 xin1 bu4 yi3 sil|sil 可 蔡 云 这 查 无 原 因 的 发 烧 sp1 却 让 队 医 sp1 担 心 不 已 sil|22 22 27 21 19 26 14 15 16 7 22 27 4 18 17 19 21 5 19 22 16 26 20|0.0|4.93 +000622|sil fu4 shou3 xiang4 ke4 lai2 ge2 sp1 tong2 yang4 wei4 wang2 shi4 you2 ting3 jian4 zao4 ti2 yi4 po1 leng2 shui3 sil|sil 副 首 相 克 莱 格 sp1 同 样 为 王 室 游 艇 建 造 提 议 泼 冷 水 sil|24 22 17 23 17 16 26 22 25 30 17 19 20 18 18 16 14 22 19 17 17 33 19|0.0|5.47 +000623|sil lia3 ge1 bo5 san1 du4 tang4 shang1 sp1 chuang1 mian4 bi3 jiao4 shen1 sil|sil 俩 胳 膊 三 度 烫 伤 sp1 创 面 比 较 深 sil|25 23 19 21 23 12 25 27 11 25 24 12 18 29 20|0.0|3.65 +000624|sil yang2 tai2 lan2 gan1 sp1 ying1 you3 fang2 hu4 cuo4 shi1 sil|sil 阳 台 栏 杆 sp1 应 有 防 护 措 施 sil|25 22 17 21 23 10 17 17 20 19 19 27 23|0.0|3.02 +000625|sil wo3 shuo1 ni2 za2 na3 hu2 bu4 kai1 ti2 na3 hu2 wa5 sil|sil 我 说 你 咋 哪 壶 不 开 提 哪 壶 哇 sil|25 13 16 18 22 23 19 13 25 17 21 16 23 21|0.0|3.16 +000626|sil feng2 gong2 jie3 jie5 feng2 xing4 yun2 sp1 jiang1 kun1 sp1 pu2 cun2 xin1 deng3 sp1 fen1 fen1 xian4 shen1 sil|sil 冯 巩 姐 姐 冯 幸 耘 sp1 姜 昆 sp1 濮 存 昕 等 sp1 纷 纷 现 身 sil|24 26 18 17 19 19 19 29 15 25 31 8 18 18 25 21 5 19 14 18 26 17|0.0|5.0 +000627|sil you2 ji3 ming2 you2 ke4 bu4 gan3 yan2 sheng2 suo3 pan1 pa2 zhi4 an4 bian1 sil|sil 有 几 名 游 客 不 敢 沿 绳 索 攀 爬 至 岸 边 sil|25 16 12 16 19 28 15 15 17 21 23 21 17 9 21 28 19|0.0|3.74 +000628|sil ren2 wu4 ti3 tai4 feng1 yu2 shen1 zi1 e1 nuo2 sp1 wu3 qun2 piao1 yi4 sp1 shen2 cai3 fei1 yang2 sp1 ji2 fu4 yi4 shu4 zhang1 li4 sil|sil 人 物 体 态 丰 腴 身 姿 婀 娜 sp1 舞 裙 飘 逸 sp1 神 采 飞 扬 sp1 极 富 艺 术 张 力 sil|23 22 24 19 20 23 26 26 14 17 29 21 15 21 24 24 7 23 20 16 27 21 21 27 16 16 22 20 21|0.0|7.02 +000629|sil jin1 nian2 sp1 wo2 zhun3 bei4 ti2 chu1 qing3 cai2 zheng4 bu3 tie1 qu2 nuan3 fei4 yong5 sil|sil 今 年 sp1 我 准 备 提 出 请 财 政 补 贴 取 暖 费 用 sil|24 20 29 15 11 16 13 17 25 24 20 16 15 18 16 19 20 25 18|0.0|4.19 +000630|sil wo3 tai4 ben4 shou3 ben4 jiao3 le5 sil|sil 我 太 笨 手 笨 脚 了 sil|26 13 28 17 18 18 20 20 22|0.0|2.11 +000631|sil dou1 da2 le5 man3 fen1 sp1 yao4 qing2 wo3 chi1 fan4 o5 sil|sil 都 答 了 满 分 sp1 要 请 我 吃 饭 哦 sil|23 19 16 9 23 26 8 12 16 13 19 20 22 19|0.0|2.85 +000632|sil wan2 wan5 yue4 qi4 sp1 wan2 wan5 you2 xi4 sil|sil 玩 玩 乐 器 sp1 玩 玩 游 戏 sil|25 16 16 20 30 9 14 15 19 28 22|0.0|2.48 +000633|sil a1 xia2 liu2 xia4 dian4 hua4 gei3 tong2 mou3 sp1 cheng1 yao4 jie4 shao5 xiao3 mei4 gei3 qi2 piao2 su4 sil|sil 阿 霞 留 下 电 话 给 同 某 sp1 称 要 介 绍 小 妹 给 其 嫖 宿 sil|25 16 26 16 15 18 21 14 26 25 24 29 17 14 15 19 24 15 15 22 27 18|0.0|5.12 +000634|sil su1 yu4 shuang1 yu2 qin3 shi4 tong2 xue2 zai4 yi4 qi3 sil|sil 苏 玉 双 与 寝 室 同 学 在 一 起 sil|26 25 13 38 14 21 14 18 15 15 10 29 21|0.0|3.01 +000635|sil nin2 ke2 yi3 xian1 hui2 bing1 dao3 wen4 wen5 nin2 ge1 menr5 r sil|sil 您 可 以 先 回 冰 岛 问 问 您 哥 们 儿 sil|25 18 18 11 19 18 20 29 12 15 15 17 26 0 19|0.0|3.04 +000636|sil jie4 shi2 sp1 wang2 jing1 you4 neng2 xiao4 de5 he2 bu5 long2 zui3 le5 sil|sil 届 时 sp1 王 晶 又 能 笑 得 合 不 拢 嘴 了 sil|24 21 30 10 20 23 15 16 19 9 19 7 19 21 20 22|0.0|3.42 +000637|sil wo3 yue1 ta1 qu4 kan4 gou2 zhan3 sil|sil 我 约 她 去 看 狗 展 sil|25 14 16 19 22 22 18 31 19|0.0|2.16 +000638|sil liang2 shi5 bian4 neng2 yuan2 sp1 shi3 de2 yin1 zai1 jian2 chan3 de5 liang2 shi5 gong1 ying4 xue3 shang4 jia1 shuang1 sil|sil 粮 食 变 能 源 sp1 使 得 因 灾 减 产 的 粮 食 供 应 雪 上 加 霜 sil|25 25 24 18 19 31 15 22 18 20 17 18 16 6 20 15 17 20 21 18 18 26 21|0.0|5.22 +000639|sil di4 wu3 ming2 shi4 nv3 xing1 jie2 xi1 ka3 bei4 er3 tiao4 gang1 guan2 wu3 sil|sil 第 五 名 是 女 星 洁 西 卡 贝 尔 跳 钢 管 舞 sil|23 18 16 31 23 18 28 21 11 19 12 22 21 18 16 28 19|0.0|3.99 +000640|sil lun2 huan4 qiu2 yuan2 zhen1 de5 you3 bi4 yao4 ma5 sil|sil 轮 换 球 员 真 的 有 必 要 吗 sil|25 19 19 19 25 19 9 16 14 18 25 20|0.0|2.65 +000641|sil zhu1 ru2 ha1 qian4 xie3 cheng2 ha1 jiu3 sp1 mei3 shi2 yi2 dun4 sp1 xie3 cheng2 mei3 shi2 yi4 qing2 deng2 deng3 sil|sil 诸 如 哈 欠 写 成 哈 九 sp1 美 食 一 顿 sp1 写 成 美 食 一 顷 等 等 sil|23 20 24 25 29 19 17 19 30 21 18 17 14 25 5 19 29 19 16 13 27 17 24 16|0.0|5.64 +000642|sil zhe4 jiu4 rong2 yi4 yin2 qi3 wu4 hui4 ji2 zheng1 ao3 sil|sil 这 就 容 易 引 起 误 会 及 争 拗 sil|24 17 14 16 22 22 19 22 21 14 20 31 21|0.0|3.05 +000643|sil neng2 gou4 di4 san1 yi3 jing1 e1 mi2 tuo2 fo2 le5 sil|sil 能 够 第 三 已 经 阿 弥 陀 佛 了 sil|25 18 14 15 33 15 17 17 15 18 20 18 20|0.0|2.85 +000644|sil ken2 qing3 xiao1 fei4 zhe3 yuan2 liang4 sil|sil 恳 请 消 费 者 原 谅 sil|23 25 23 20 17 14 19 25 20|0.0|2.16 +000645|sil cong2 tu4 wang2 zhang3 zhe5 wan1 qu1 de5 zhua3 zi5 kan4 sp1 ta1 ji2 ke3 neng2 kao4 wa1 shi2 zhi2 wu4 gen1 jing1 wei2 sheng1 sil|sil 从 兔 王 长 着 弯 曲 的 爪 子 看 sp1 它 极 可 能 靠 挖 食 植 物 根 茎 为 生 sil|23 33 24 32 20 10 23 16 9 21 12 29 21 19 16 18 21 22 20 18 16 13 18 19 13 30 15|0.0|6.17 +000646|sil yi4 shu4 jia1 sp1 yu3 biao2 yan2 zhe2 wu3 da4 lei4 sp1 ru4 xuan2 zhe3 sp1 jun1 wei2 ge4 ling3 yu4 zui4 ju4 ying2 xiang3 li4 de5 jiao2 jiao2 zhe3 sil|sil 艺 术 家 sp1 与 表 演 者 五 大 类 sp1 入 选 者 sp1 均 为 各 领 域 最 具 影 响 力 的 佼 佼 者 sil|26 14 15 28 3 13 18 19 15 18 16 24 31 15 20 24 11 20 19 18 17 24 20 15 16 16 10 8 18 18 27 21|0.0|6.7 +000647|sil shao3 shu4 huan4 zhe3 chu1 xian4 xing1 fen4 sp1 huo4 you3 pian4 duan4 huang1 miu4 de5 wang4 xiang2 yu3 huan4 jue2 sil|sil 少 数 患 者 出 现 兴 奋 sp1 或 有 片 断 荒 谬 的 妄 想 与 幻 觉 sil|24 24 15 23 18 21 22 22 24 23 17 19 27 17 20 17 8 19 22 13 23 26 21|0.0|5.4 +000648|sil lou2 shi4 jiang4 jia4 de5 huo1 kou3 wei4 xian4 sp1 dan4 an4 liu2 yi3 jing1 xiong1 yong3 sil|sil 楼 市 降 价 的 豁 口 未 现 sp1 但 暗 流 已 经 汹 涌 sil|26 20 20 20 15 8 21 17 18 28 18 15 21 24 15 16 22 28 15|0.0|4.26 +000649|sil dang1 dui4 fang1 tong2 yi4 yu3 qi2 yi2 ye4 qing2 hou4 sp1 liu2 mou3 da4 xi3 guo4 wang4 sil|sil 当 对 方 同 意 与 其 一 夜 情 后 sp1 柳 某 大 喜 过 望 sil|23 23 15 19 23 20 19 23 13 17 24 24 22 18 30 18 19 17 26 20|0.0|4.79 +000650|sil ke3 ai4 mu2 yang4 rang4 wo2 ren3 bu2 zhu4 dui4 ta1 kuang2 wen3 sil|sil 可 爱 模 样 让 我 忍 不 住 对 她 狂 吻 sil|23 20 20 18 28 18 12 18 11 15 12 18 26 28 19|0.0|3.32 +000651|sil yi4 ming2 yin1 qing2 xu4 yao2 gun3 fanr4 r da3 ban4 zao1 sha1 hai4 de5 yi1 la1 ke4 shao4 nian2 sil|sil 一 名 因 情 绪 摇 滚 范 儿 打 扮 遭 杀 害 的 伊 拉 克 少 年 sil|25 14 27 25 20 15 17 17 20 0 17 27 21 22 24 13 14 15 17 17 32 18|0.0|4.84 +000652|sil zhe4 yi2 jian4 jian4 an4 di3 sp1 rang4 zhuan1 an4 zu3 ren2 yuan2 po1 wei2 jing1 ya4 sil|sil 这 一 件 件 案 底 sp1 让 专 案 组 人 员 颇 为 惊 讶 sil|23 21 15 17 12 21 24 13 20 15 18 12 16 25 22 16 18 24 20|0.0|4.09 +000653|sil ci3 wai4 sp1 xi1 ao4 de5 liang3 jia2 you3 leng2 you2 jiao3 sp1 er2 fan2 gao1 de5 sai1 bang1 bi3 jiao4 yuan2 sil|sil 此 外 sp1 西 奥 的 两 颊 有 棱 有 角 sp1 而 梵 高 的 腮 帮 比 较 圆 sil|25 20 23 14 20 20 6 22 25 17 18 16 31 20 14 24 16 9 20 21 13 18 31 18|0.0|5.35 +000654|sil fo2 shan1 de5 tao2 du1 zhao1 pai2 yue4 ca1 yue4 liang4 sil|sil 佛 山 的 陶 都 招 牌 越 擦 越 亮 sil|24 25 25 18 23 13 20 31 17 21 16 27 19|0.0|3.24 +000655|sil lv4 liu3 di1 chui2 sp1 jiang1 shui2 geng3 ye4 sil|sil 绿 柳 低 垂 sp1 江 水 哽 咽 sil|25 20 21 18 34 4 23 20 20 27 21|0.0|2.71 +000656|sil ta1 zai4 yin2 zhou1 yi4 jia1 yin2 hang2 guai1 guai1 hui4 kuan3 sil|sil 她 在 鄞 州 一 家 银 行 乖 乖 汇 款 sil|23 23 23 21 19 13 17 17 28 17 17 20 33 20|0.0|3.38 +000657|sil qin2 dan4 jia4 ge2 you2 zhang2 you3 luo4 sil|sil 禽 蛋 价 格 有 涨 有 落 sil|24 31 21 21 27 20 19 18 27 20|0.0|2.65 +000658|sil gai1 cun2 dan1 ke3 liu2 tong1 zhuan3 rang4 sp1 zi4 you2 mai3 mai4 sil|sil 该 存 单 可 流 通 转 让 sp1 自 由 买 卖 sil|24 19 23 24 19 18 23 19 24 6 18 15 18 26 21|0.0|3.45 +000659|sil sa4 le5 man4 biao3 shi4 sp1 ta1 yi3 jing1 xiang4 cha2 er3 si1 wang2 zi3 zhi4 yi3 qian4 yi4 sil|sil 萨 勒 曼 表 示 sp1 他 已 经 向 查 尔 斯 王 子 致 以 歉 意 sil|27 22 11 20 19 23 23 20 12 15 21 17 10 16 23 23 19 11 26 26 18|0.0|4.67 +000660|sil mei2 mang2 sha2 sp1 zai4 deng2 ni3 zhao4 huan4 ya5 sil|sil 没 忙 啥 sp1 在 等 你 召 唤 呀 sil|25 18 22 29 10 17 13 14 20 21 20 24|0.0|2.7 +000661|sil wei4 cuan1 duo5 xin1 lang2 xin1 niang2 zuo4 you2 xi4 sp1 peng2 you5 men5 sp1 wei2 ji3 zai4 chuang2 bian1 qi3 hong4 sil|sil 为 撺 掇 新 郎 新 娘 做 游 戏 sp1 朋 友 们 sp1 围 挤 在 床 边 起 哄 sil|25 15 29 17 19 16 19 20 14 15 27 25 19 15 21 6 20 12 16 23 16 19 25 20|0.0|5.26 +000662|sil ta1 dao3 xia4 le5 sp1 wo3 gu1 fu5 he2 wo3 wai4 sheng5 ke2 zen3 me5 ban4 ya5 sil|sil 她 倒 下 了 sp1 我 姑 父 和 我 外 甥 可 怎 么 办 呀 sil|23 20 21 20 17 23 15 21 22 17 14 23 24 19 14 12 20 25 99|0.0|5.215 +000663|sil bai3 zhe2 bu4 nao2 sp1 guo2 tai4 min2 an1 sil|sil 百 折 不 挠 sp1 国 泰 民 安 sil|23 23 18 15 31 4 17 22 19 27 21|0.0|2.56 +000664|sil wang3 nian2 long2 dong1 jian4 bu5 dao4 de5 hai3 ou1 sp1 ye3 pian1 pian1 er2 zhi4 sil|sil 往 年 隆 冬 见 不 到 的 海 鸥 sp1 也 翩 翩 而 至 sil|25 16 19 21 18 19 9 14 10 23 25 10 14 20 18 16 23 21|0.0|3.73 +000665|sil ye3 peng2 chang3 le5 xiang4 sun1 li4 sp1 tong2 da4 wei2 sp1 liu2 ye4 yi4 pi1 huo2 yue4 zai4 yu2 le4 quan1 yi1 xian4 de5 yan3 yuan2 sil|sil 也 捧 场 了 像 孙 俪 sp1 佟 大 为 sp1 刘 烨 一 批 活 跃 在 娱 乐 圈 一 线 的 演 员 sil|25 17 25 24 19 27 22 23 4 22 16 27 16 21 24 18 18 15 13 15 15 14 17 17 18 6 18 30 19|0.0|6.33 +000666|sil hua1 yan2 qiao2 yu2 you3 zhi1 sp1 wei1 bi1 li4 you4 you3 zhi1 sp1 feng3 ci4 ru3 ma4 you3 zhi1 sil|sil 花 言 巧 语 有 之 sp1 威 逼 利 诱 有 之 sp1 讽 刺 辱 骂 有 之 sil|20 22 18 22 14 18 27 25 18 17 16 17 19 27 27 22 22 17 24 17 28 20|0.0|5.31 +000667|sil ruo4 chao2 xian3 yong1 you3 he2 wu3 qi4 sp1 han2 guo2 mei2 you2 you3 xiao4 shou3 duan4 yu2 yi2 fan3 ji1 sil|sil 若 朝 鲜 拥 有 核 武 器 sp1 韩 国 没 有 有 效 手 段 予 以 反 击 sil|24 23 27 26 19 14 20 13 28 28 22 20 15 15 17 18 18 18 19 12 21 24 22|0.0|5.37 +000668|sil min2 nv2 gei3 nin2 qing3 an1 la5 sil|sil 民 女 给 您 请 安 啦 sil|25 21 25 14 23 22 22 19 22|0.0|2.24 +000669|sil chen2 tao1 bu4 jie3 sp1 zhi4 dian4 wen2 qiang2 que4 bei4 qia1 duan4 sil|sil 陈 涛 不 解 sp1 致 电 文 强 却 被 掐 断 sil|23 26 26 16 27 16 17 16 20 31 20 12 21 23 21|0.0|3.66 +000670|sil jiu4 lao3 xue4 zi4 sp1 ke3 yong4 liu2 huang2 zao4 rou2 cuo1 qing1 xi3 sil|sil 旧 老 血 渍 sp1 可 用 硫 黄 皂 揉 搓 清 洗 sil|24 22 19 21 27 10 17 18 17 22 22 20 17 20 29 15|0.0|3.72 +000671|sil qi2 ta1 wo3 jiu5 dang1 mei2 ting1 guo4 lo5 sil|sil 其 他 我 就 当 没 听 过 咯 sil|23 23 28 16 11 17 16 25 15 20 22|0.0|2.51 +000672|sil you3 wang4 nian2 di3 yu3 guan1 zhong4 jian4 mian4 sil|sil 有 望 年 底 与 观 众 见 面 sil|26 13 21 24 25 18 18 16 17 23 20|0.0|2.57 +000673|sil yang2 long2 fang1 de5 guan1 dian3 sp1 yu3 huang2 wei4 ping2 bu4 mou2 er2 he2 sil|sil 杨 龙 芳 的 观 点 sp1 与 黄 卫 平 不 谋 而 合 sil|26 19 15 18 8 20 27 8 11 17 18 27 13 19 17 33 22|0.0|3.69 +000674|sil yue4 nan2 fang1 mian4 sp1 ye3 yun2 xu3 mai2 shou3 zhi2 jie1 dao4 lin2 qu1 xuan3 cai2 sil|sil 越 南 方 面 sp1 也 允 许 买 手 直 接 到 林 区 选 材 sil|25 16 19 18 25 9 12 16 11 21 27 16 13 16 19 17 22 33 21|0.0|4.13 +000675|sil ceng2 ci4 gan3 xian1 ming2 sp1 rang4 ren2 yue4 kan4 yue4 zhao2 mi2 sil|sil 层 次 感 鲜 明 sp1 让 人 越 看 越 着 迷 sil|26 25 16 17 22 27 11 18 26 17 19 15 16 30 21|0.0|3.55 +000676|sil wang2 you3 yu4 yan2 tie3 jie2 ping2 tu2 sil|sil 网 友 预 言 帖 截 屏 图 sil|25 22 23 21 22 21 16 20 30 22|0.0|2.58 +000677|sil rang4 yao2 yi4 er4 ren2 de5 wei1 li4 sp1 gong4 tong2 fa1 hui1 sil|sil 让 姚 易 二 人 的 威 力 sp1 共 同 发 挥 sil|24 27 22 15 17 15 7 21 19 3 20 20 19 30 20|0.0|3.24 +000678|sil zhuo2 yun4 zhi1 biao3 shi4 sp1 dou1 ai4 he1 ka1 fei1 sil|sil 卓 韵 芝 表 示 sp1 都 爱 喝 咖 啡 sil|23 22 18 16 21 24 5 15 18 15 20 27 23|0.0|2.87 +000679|sil qiu1 bao3 de5 jiao3 bu4 deng3 chu4 ye3 fu4 you3 qing1 shang1 sil|sil 秋 保 的 脚 部 等 处 也 负 有 轻 伤 sil|24 28 19 14 20 14 18 26 17 15 15 21 29 20|0.0|3.25 +000680|sil yang2 yao4 mie1 mie1 jiao4 sp1 gong1 ji1 yao4 zai4 tian1 wei4 liang4 shi2 da3 ming2 sil|sil 羊 要 咩 咩 叫 sp1 公 鸡 要 在 天 未 亮 时 打 鸣 sil|26 19 23 19 19 28 23 21 20 17 19 19 14 22 16 15 30 18|0.0|4.27 +000681|sil zai4 wu1 yan2 xia4 ting1 yu3 ya5 sil|sil 在 屋 檐 下 听 雨 呀 sil|24 26 16 19 23 28 17 31 20|0.0|2.37 +000682|sil er2 huang1 tang2 jian3 ya1 tou1 dao4 cai2 wu4 de5 zhao4 mou3 sp1 ye3 mian4 lin2 xing2 fa2 sil|sil 而 荒 唐 减 压 偷 盗 财 物 的 赵 某 sp1 也 面 临 刑 罚 sil|25 26 25 21 17 21 20 14 23 12 9 19 27 9 12 17 15 22 32 21|0.0|4.49 +000683|sil shou3 wang4 pi4 gu5 sp1 wo3 wan2 gua3 fu4 sp1 shi4 you2 xi4 ya5 sp1 bie2 xia1 xiang3 sil|sil 守 望 屁 股 sp1 我 玩 寡 妇 sp1 是 游 戏 呀 sp1 别 瞎 想 sil|24 25 20 28 25 15 13 20 24 26 21 18 22 22 21 10 15 21 34 15|0.0|4.87 +000684|sil sao4 ba5 tie3 zhi4 sp1 xia4 zha1 shu4 shi2 tiao2 nai4 huo3 de5 xiang4 jiao1 pi2 sp1 yong4 lai2 pu1 da2 huo3 yan4 sil|sil 扫 把 铁 制 sp1 下 扎 数 十 条 耐 火 的 橡 胶 皮 sp1 用 来 扑 打 火 焰 sil|26 29 14 24 24 25 25 19 19 16 22 24 19 7 20 17 30 25 17 20 21 17 23 24 19|0.0|6.11 +000685|sil dang1 ji4 zhe3 an4 xia4 miao2 biao3 hou4 sp1 gong1 zhao4 chun1 kai1 shi3 yan2 zhe5 ruan3 ti1 xiang4 xia4 pa2 sil|sil 当 记 者 按 下 秒 表 后 sp1 龚 兆 春 开 始 沿 着 软 梯 向 下 爬 sil|23 21 17 18 15 14 22 19 24 25 20 17 28 21 12 16 8 22 23 21 20 33 21|0.0|5.34 +000686|sil jing3 cha2 zheng4 zai4 yong4 jing3 gun4 sp1 yin3 you4 she2 chu1 lai5 sil|sil 警 察 正 在 用 警 棍 sp1 引 诱 蛇 出 来 sil|24 24 25 18 11 16 20 25 7 11 15 17 21 21 21|0.0|3.21 +000687|sil ke3 nei4 fu2 ke3 wai4 yong4 o5 sil|sil 可 内 服 可 外 用 哦 sil|23 23 24 26 21 18 21 21 22|0.0|2.31 +000688|sil ru4 xia4 yi3 lai2 sp1 yu2 shui3 chong1 pei4 sp1 li4 yu2 zuo4 wu4 sheng1 zhang3 fa1 yu4 sil|sil 入 夏 以 来 sp1 雨 水 充 沛 sp1 利 于 作 物 生 长 发 育 sil|24 17 23 11 29 4 15 19 24 27 22 15 14 19 18 19 17 21 26 19|0.0|4.45 +000689|sil zhang1 yi4 fa1 xian4 wu2 kong2 ke3 ru4 sp1 ye3 zhi2 hao3 zuo4 ba4 sil|sil 张 毅 发 现 无 孔 可 入 sp1 也 只 好 作 罢 sil|24 20 15 19 25 20 21 17 20 19 13 13 17 23 23 19|0.0|3.58 +000690|sil shan2 dian3 yue4 di1 sp1 ran2 liao4 yue4 yi4 ran2 sp1 yin3 fa1 huo3 zai1 de5 wei1 xian3 xing4 sp1 ye3 jiu5 yue4 da4 sil|sil 闪 点 越 低 sp1 燃 料 越 易 燃 sp1 引 发 火 灾 的 危 险 性 sp1 也 就 越 大 sil|25 28 17 20 24 16 19 25 15 15 29 27 14 16 20 13 7 17 18 24 9 10 14 16 23 20|0.0|5.59 +000691|sil gang1 cai2 wo2 ye2 gan3 jue2 e3 xin1 tou2 yun1 sp1 jiao2 ruan3 sil|sil 刚 才 我 也 感 觉 恶 心 头 晕 sp1 脚 软 sil|24 22 27 15 12 19 20 21 25 27 23 7 25 34 16|0.0|3.68 +000692|sil tian2 yue4 sheng1 sp1 yin1 shi1 xie3 guo4 duo1 qiang3 jiu4 wu2 xiao4 si3 wang2 sil|sil 田 月 生 sp1 因 失 血 过 多 抢 救 无 效 死 亡 sil|24 25 17 30 6 20 18 19 17 19 26 13 15 19 19 31 17|0.0|3.89 +000693|sil yang2 cun2 hu3 sp1 ben3 ming2 sp1 wang2 cun2 hu3 sp1 sheng1 fu4 xing4 wang2 sp1 zao3 wang2 sp1 cong2 ji4 fu4 gai3 xing4 yang2 sil|sil 杨 存 虎 sp1 本 名 sp1 王 存 虎 sp1 生 父 姓 王 sp1 早 亡 sp1 从 继 父 改 姓 杨 sil|25 20 23 32 7 18 27 7 20 23 28 28 23 13 19 28 4 22 31 24 28 20 25 18 19 29 22|0.0|6.77 +000694|sil ning4 yuan4 zuo4 yi4 duo3 li2 xia4 de5 ye3 hua1 sp1 bu2 yuan4 zuo4 yi4 duo3 shou4 en1 hui4 de5 qiang2 wei1 sil|sil 宁 愿 做 一 朵 篱 下 的 野 花 sp1 不 愿 做 一 朵 受 恩 惠 的 蔷 薇 sil|25 19 24 17 14 20 18 19 9 17 30 26 14 20 14 13 18 19 21 16 8 25 25 21|0.0|5.25 +000695|sil hua4 fei2 bi3 jie1 gan3 ou4 de5 fei2 liao4 you3 jin4 duo1 le5 sil|sil 化 肥 比 秸 秆 沤 的 肥 料 有 劲 多 了 sil|24 22 30 19 22 15 18 8 17 20 17 18 20 18 22|0.0|3.37 +000696|sil ta4 jin4 jian1 yu4 de5 da4 men2 sp1 zun1 yan2 yi3 che4 di3 lun2 luo4 sil|sil 踏 进 监 狱 的 大 门 sp1 尊 严 已 彻 底 沦 落 sil|23 25 20 17 14 9 18 29 14 21 27 17 23 13 18 27 19|0.0|3.88 +000697|sil si1 ji1 mo2 mo5 ceng4 ceng4 zou2 zou3 ting2 ting2 sil|sil 司 机 磨 磨 蹭 蹭 走 走 停 停 sil|26 22 21 22 16 25 25 21 16 24 32 12|0.0|3.04 +000698|sil er2 ta1 ji3 wei4 peng2 you5 sp1 gang1 qiao2 ye3 dao4 le5 sil|sil 而 她 几 位 朋 友 sp1 刚 巧 也 到 了 sil|26 16 21 12 14 24 22 3 19 20 16 23 20 21|0.0|2.98 +000699|sil jian4 zhu4 wu4 yue4 gao1 sp1 yan1 cong1 xiao4 ying4 yue4 ming2 xian3 sil|sil 建 筑 物 越 高 sp1 烟 囱 效 应 越 明 显 sil|24 26 13 19 19 25 16 17 21 21 20 20 22 31 17|0.0|3.61 +000700|sil tu2 wei2 tong3 ying2 de5 yi2 chu4 gang2 kou3 bei4 yan1 mo4 sil|sil 图 为 统 营 的 一 处 港 口 被 淹 没 sil|24 24 24 26 19 12 12 17 21 27 15 20 26 21|0.0|3.34 +000701|sil cheng2 wei2 zhu2 peng2 ying3 xing1 zhi1 yi1 sil|sil 成 为 主 捧 影 星 之 一 sil|23 26 28 23 25 20 20 17 25 21|0.0|2.65 +000702|sil da4 lian2 gang3 ji2 tuan2 mu4 ling2 tie2 hai3 lian2 yun4 xiang4 mu4 qi3 dong4 sil|sil 大 连 港 集 团 穆 棱 铁 海 联 运 项 目 启 动 sil|24 16 19 17 15 34 13 18 18 20 18 21 20 9 20 26 19|0.0|3.8 +000703|sil ta2 li3 mu4 you2 tian2 qing1 nian2 yuan2 gong1 feng4 xian4 da4 mo4 sil|sil 塔 里 木 油 田 青 年 员 工 奉 献 大 漠 sil|23 22 12 19 16 25 15 14 20 23 22 19 15 26 21|0.0|3.39 +000704|sil kun1 zhou1 zhu4 ming2 jing3 qu1 sp1 kai3 en1 si1 sp1 tang1 si1 wei2 er3 sp1 ma2 kai2 deng3 dou1 zai4 shou4 ying2 xiang3 qu1 yu4 nei4 sil|sil 昆 州 著 名 景 区 sp1 凯 恩 斯 sp1 汤 斯 维 尔 sp1 马 凯 等 都 在 受 影 响 区 域 内 sil|23 26 20 13 17 18 24 4 25 13 26 6 25 13 17 26 21 17 23 27 17 20 19 13 18 17 9 26 20|0.0|6.3 +000705|sil er4 yao4 wen3 bu4 tui1 jin4 ren2 min2 bi4 kua4 jing4 jie2 suan4 sil|sil 二 要 稳 步 推 进 人 民 币 跨 境 结 算 sil|25 22 26 23 15 21 21 14 18 17 24 19 19 27 21|0.0|3.62 +000706|sil ji4 nian4 pin3 jia4 qian2 jiao4 qin1 min2 sil|sil 纪 念 品 价 钱 较 亲 民 sil|24 19 19 18 18 24 18 21 30 21|0.0|2.46 +000707|sil liu2 ya4 shou4 shang1 hou4 sp1 zhu3 gong1 wei4 zhi5 rang4 shui2 qu4 da3 sp1 jiao4 lian4 zu3 po1 you3 xie1 nao2 tou2 sil|sil 刘 亚 受 伤 后 sp1 主 攻 位 置 让 谁 去 打 sp1 教 练 组 颇 有 些 挠 头 sil|25 16 21 16 16 24 10 20 15 16 20 19 17 17 25 22 17 18 23 22 14 14 22 32 20|0.0|5.59 +000708|sil shi2 ren4 yuan4 zhang3 yan2 wen2 qing1 sp1 xian4 ren4 hu2 bei3 di4 er4 shi1 yuan4 dang2 wei3 shu1 ji5 sil|sil 时 任 院 长 严 文 清 sp1 现 任 湖 北 第 二 师 院 党 委 书 记 sil|24 23 18 18 21 14 17 28 20 21 22 19 17 9 17 18 19 14 15 22 22 20|0.0|4.85 +000709|sil di4 er4 long3 duan4 xue4 ye4 gu2 sui3 sil|sil 第 二 垄 断 血 液 骨 髓 sil|23 12 19 20 20 19 14 19 32 23|0.0|2.33 +000710|sil jie2 hun1 chuan2 wen2 bei4 zhi3 shu2 jia3 sil|sil 结 婚 传 闻 被 指 属 假 sil|24 21 21 19 24 15 14 22 32 21|0.0|2.47 +000711|sil ren2 bei4 ma2 yi3 ding1 yao3 hou4 sp1 wang2 wang3 yin2 qi3 hong2 ban1 sp1 shi3 pi2 fu1 sao1 yang3 sil|sil 人 被 蚂 蚁 叮 咬 后 sp1 往 往 引 起 红 斑 sp1 使 皮 肤 瘙 痒 sil|24 24 17 21 13 16 19 25 23 15 20 17 16 20 24 3 20 16 18 21 24 21|0.0|4.84 +000712|sil fa1 biao3 bu2 dang4 yan2 lun4 de5 liu3 ze2 sp1 zan4 qie3 du4 guo4 nan2 guan1 sil|sil 发 表 不 当 言 论 的 柳 泽 sp1 暂 且 渡 过 难 关 sil|26 24 25 15 17 20 18 9 23 27 8 22 21 15 12 22 24 21|0.0|4.05 +000713|sil ni3 bie2 gan2 wo2 zou2 hao3 ma5 sil|sil 你 别 赶 我 走 好 吗 sil|25 16 17 16 16 17 19 26 22|0.0|2.02 +000714|sil duo1 yun2 you3 zhen4 yu3 sp1 lei2 bao4 you3 da4 feng1 sil|sil 多 云 有 阵 雨 sp1 雷 暴 有 大 风 sil|24 21 23 20 19 27 12 21 23 17 17 28 21|0.0|3.17 +000715|sil wo3 sui2 zhe5 wu3 yan2 liu4 se4 de5 ren2 liu2 chuan1 you2 sil|sil 我 随 着 五 颜 六 色 的 人 流 穿 游 sil|25 13 21 22 17 18 16 16 7 18 17 22 29 19|0.0|3.02 +000716|sil wo3 xu1 yao4 yuan3 li2 shui3 yuan2 o5 sil|sil 我 需 要 远 离 水 源 哦 sil|25 14 16 21 21 15 19 22 17 22|0.0|2.23 +000717|sil kan4 jian4 wang2 wei3 jiu4 wen4 sp1 ni3 ru2 he2 a5 sil|sil 看 见 王 伟 就 问 sp1 你 如 何 啊 sil|23 26 20 18 19 15 25 23 13 20 26 21 21|0.0|3.14 +000718|sil ou2 er2 mai3 yi4 xie1 zi1 liao4 huo4 yi4 shuang1 wa4 zi5 sp1 deng3 cun2 gou4 le5 sp1 hui4 qu4 mai3 yi2 tao4 xin1 yi1 shang5 sil|sil 偶 尔 买 一 些 资 料 或 一 双 袜 子 sp1 等 存 够 了 sp1 会 去 买 一 套 新 衣 裳 sil|26 19 17 20 10 18 17 28 17 13 17 25 18 32 19 21 18 19 16 15 11 16 9 20 21 19 28 18|0.0|6.12 +000719|sil zha2 kua1 wei1 sp1 ye3 shi4 ku4 da2 ma3 fu1 fu4 hun1 yin1 de5 jie4 shao4 ren2 sil|sil 札 夸 威 sp1 也 是 库 达 玛 夫 妇 婚 姻 的 介 绍 人 sil|23 20 21 24 11 14 19 19 12 18 15 14 16 14 9 16 18 28 19|0.0|3.83 +000720|sil cen2 shi1 fu5 yi4 shi2 nan2 yi3 pan4 duan4 sil|sil 岑 师 傅 一 时 难 以 判 断 sil|24 25 21 22 16 19 19 15 25 27 18|0.0|2.68 +000721|sil mo2 ter4 r chu1 shen1 zhuan3 zhan4 yan3 yuan2 de5 guo1 pin3 chao1 sp1 wei4 huo2 dong4 qin1 zi4 zou3 xiu4 sil|sil 模 特 儿 出 身 转 战 演 员 的 郭 品 超 sp1 为 活 动 亲 自 走 秀 sil|25 18 22 0 17 26 20 14 17 18 14 14 19 30 6 14 20 20 21 13 18 27 20|0.0|4.79 +000722|sil er3 hou4 sp1 bian4 zai4 bei4 gao4 xi2 wei4 zhi5 zhan4 ding4 sp1 biao3 qing2 ping2 jing4 sp1 ren4 ping2 shan3 guang1 deng1 sp1 pin2 pin2 shan2 qi3 sil|sil 尔 后 sp1 便 在 被 告 席 位 置 站 定 sp1 表 情 平 静 sp1 任 凭 闪 光 灯 sp1 频 频 闪 起 sil|25 16 27 16 20 21 13 16 24 16 12 21 21 31 18 20 24 24 29 17 21 19 17 23 4 23 19 25 30 21|0.0|7.12 +000723|sil wei1 lian2 si1 shuo1 sp1 ye4 wu4 tuo4 zhan3 zhi4 te4 shu1 zao4 xing2 guan1 cai2 sp1 chun2 shu2 ou3 ran2 sil|sil 威 廉 斯 说 sp1 业 务 拓 展 至 特 殊 造 型 棺 材 sp1 纯 属 偶 然 sil|25 13 17 18 28 32 17 17 18 16 19 18 14 16 15 18 25 6 22 15 18 30 15|0.0|5.01 +000724|sil ping2 jun1 mei3 pian1 lun4 wen2 de5 bei4 yin3 yong4 ci4 shu4 shi4 si4 dian3 liu4 sil|sil 平 均 每 篇 论 文 的 被 引 用 次 数 是 四 点 六 sil|23 24 18 16 16 15 17 17 14 15 17 19 23 20 18 15 24 20|0.0|3.84 +000725|sil liang2 wei3 jun1 hui1 liu1 liu1 de5 hui2 dao4 si4 yang2 chang3 sp1 zhang1 ai4 guo2 cong2 zhu1 juan4 hou4 shan3 chu1 lai5 sil|sil 梁 伟 军 灰 溜 溜 地 回 到 饲 养 场 sp1 张 爱 国 从 猪 圈 后 闪 出 来 sil|26 15 19 25 18 14 17 11 14 12 13 19 32 23 16 17 26 21 13 16 13 22 18 18 20|0.0|5.32 +000726|sil ru2 guo3 wei2 chi2 yuan2 jia4 sp1 yue4 sao3 dou1 hui4 pao2 zou3 sil|sil 如 果 维 持 原 价 sp1 月 嫂 都 会 跑 走 sil|24 16 22 17 17 20 24 18 18 23 15 16 22 26 19|0.0|3.45 +000727|sil mei2 nv3 sp1 ni3 la4 me5 zao3 a5 sil|sil 美 女 sp1 你 辣 么 早 啊 sil|24 20 27 6 10 19 11 25 22 22|0.0|2.16 +000728|sil cui1 qiu1 lian2 ye3 jiang1 zi4 ji2 nv3 er2 de5 xiang4 pian4 song4 gei3 bo1 xi1 wa3 tai4 tai5 sil|sil 崔 秋 莲 也 将 自 己 女 儿 的 相 片 送 给 波 希 瓦 太 太 sil|24 24 21 32 15 17 13 12 12 17 7 23 25 22 16 16 15 17 20 27 19|0.0|4.58 +000729|sil jin1 can4 rong2 ren4 wei2 sp1 bing4 fei1 ru2 ci3 sil|sil 金 灿 荣 认 为 sp1 并 非 如 此 sil|24 21 18 17 15 24 2 20 18 16 32 19|0.0|2.62 +000730|sil zhen4 li3 sp1 an4 zhao4 gai1 yu4 suan4 he2 he2 tong5 jin4 xing2 bo1 kuan3 sil|sil 镇 里 sp1 按 照 该 预 算 和 合 同 进 行 拨 款 sil|24 21 17 5 13 14 15 16 26 16 21 23 18 17 17 28 22|0.0|3.63 +000731|sil chu1 zai4 shan2 bei3 gong1 xue2 sp1 hou4 dao4 lu3 xun4 yi4 shu4 wen2 xue2 yuan4 ren4 yan2 jiu1 yuan2 sil|sil 初 在 陕 北 公 学 sp1 后 到 鲁 迅 艺 术 文 学 院 任 研 究 员 sil|23 27 22 21 12 18 30 27 20 21 19 20 15 12 15 17 24 21 17 18 30 19|0.0|5.2 +000732|sil han2 feng1 lin3 lie4 hou4 niao3 you1 ran2 mi4 shi2 sil|sil 寒 风 凛 冽 候 鸟 悠 然 觅 食 sil|24 25 22 18 23 21 20 16 17 17 32 23|0.0|2.99 +000733|sil nong2 zhuang1 nei4 leng2 leng3 qing1 qing1 sil|sil 农 庄 内 冷 冷 清 清 sil|26 21 21 23 23 20 23 30 21|0.0|2.42 +000734|sil luo4 pei4 zi1 sp1 zai4 du4 dang1 xuan2 mei3 tun2 tian1 hou4 sil|sil 洛 佩 兹 sp1 再 度 当 选 美 臀 天 后 sil|25 16 21 23 4 20 14 18 23 18 20 19 26 22|0.0|3.12 +000735|sil bu2 guo4 sp1 geng1 huan4 lun2 tai1 chi3 cun4 sp1 ye2 you2 yin3 huan4 sil|sil 不 过 sp1 更 换 轮 胎 尺 寸 sp1 也 有 隐 患 sil|23 17 26 5 20 17 15 17 22 25 7 11 15 18 28 20|0.0|3.32 +000736|sil qi2 ta1 qu1 yu4 sp1 wei2 yang2 quan3 yi4 ban1 guan2 li3 qu1 sil|sil 其 他 区 域 sp1 为 养 犬 一 般 管 理 区 sil|24 21 18 21 26 9 19 24 25 15 17 14 15 31 20|0.0|3.47 +000737|sil yin1 wei4 wu2 qian2 zu1 fang2 sp1 yang2 yuan2 yuan5 sp1 yu2 mu3 qin1 yi4 zhi2 tong2 zhu4 yi4 jian1 qin3 shi4 sil|sil 因 为 无 钱 租 房 sp1 杨 元 元 sp1 与 母 亲 一 直 同 住 一 间 寝 室 sil|26 14 22 15 20 17 31 25 17 18 27 6 9 19 26 15 16 23 15 16 18 22 25 21|0.0|5.37 +000738|sil liu2 wei3 qiang2 sp1 yuan2 xi4 xiang1 xiang1 shi4 jin1 sou3 xiang1 xiang1 zhang3 zhu4 li3 sp1 jian1 cai2 zheng4 suo3 suo2 zhang3 sil|sil 刘 伟 强 sp1 原 系 湘 乡 市 金 薮 乡 乡 长 助 理 sp1 兼 财 政 所 所 长 sil|24 14 18 32 13 16 26 21 18 22 22 17 18 19 15 18 24 15 27 23 14 17 21 26 20|0.0|5.8 +000739|sil yi2 lie4 dong4 che1 zheng4 huan2 huan3 er2 xing2 sil|sil 一 列 动 车 正 缓 缓 而 行 sil|25 12 19 18 26 21 22 15 18 34 20|0.0|2.67 +000740|sil gang1 xi3 le5 hei1 qi1 sp1 you4 bei4 pen1 shang4 hong2 qi1 sil|sil 刚 洗 了 黑 漆 sp1 又 被 喷 上 红 漆 sil|23 21 20 11 22 28 9 14 14 18 16 24 26 21|0.0|3.1 +000741|sil ke2 xiang3 er2 zhi1 sp1 weng4 zhong1 zhuo1 bie1 xian3 ran2 bi3 wang2 yang2 bu3 lao2 sp1 geng4 ke3 kao4 sp1 geng4 you3 xiao4 sil|sil 可 想 而 知 sp1 瓮 中 捉 鳖 显 然 比 亡 羊 补 牢 sp1 更 可 靠 sp1 更 有 效 sil|22 21 15 16 26 27 22 17 18 26 23 17 18 21 19 15 26 4 20 21 28 3 17 15 29 20|0.0|5.88 +000742|sil zhao4 ben3 shan1 sp1 da4 hong2 tang2 zhuang1 xi3 qi4 yang2 yang2 sp1 zuo4 yan3 mian4 zhuang4 shua2 bao3 sil|sil 赵 本 山 sp1 大 红 唐 装 喜 气 洋 洋 sp1 做 掩 面 状 耍 宝 sil|24 21 17 30 3 16 19 21 23 21 16 16 30 16 20 19 21 15 22 28 21|0.0|4.86 +000743|sil xian2 xia2 shi2 sp1 ta1 xi3 huan1 wan2 wan5 wei1 bo2 huo4 shang4 wang3 liao2 tian1 sil|sil 闲 暇 时 sp1 她 喜 欢 玩 玩 微 博 或 上 网 聊 天 sil|25 23 20 28 14 16 14 22 16 13 21 25 18 16 17 17 29 19|0.0|4.1 +000744|sil kai2 er3 sheng1 yu2 de2 ke4 sa4 si1 zhou1 xi1 bu4 sil|sil 凯 尔 生 于 得 克 萨 斯 州 西 部 sil|23 22 27 21 21 12 13 18 16 16 21 23 21|0.0|2.95 +000745|sil wo2 ye2 you3 wen4 guo5 yi4 xie1 qian2 bei4 sp1 hao3 xiang4 huang2 ri4 hua2 jiu4 ting2 wo3 sil|sil 我 也 有 问 过 一 些 前 辈 sp1 好 像 黄 日 华 就 挺 我 sil|25 12 12 14 19 13 8 15 28 20 23 18 24 20 16 22 16 23 30 19|0.0|4.38 +000746|sil yi4 kai1 shi3 sp1 ban4 an4 min2 jing3 sp1 ye3 zhuo1 mo1 bu2 tou4 sil|sil 一 开 始 sp1 办 案 民 警 sp1 也 捉 摸 不 透 sil|25 10 23 27 11 14 17 20 28 5 14 16 18 15 27 20|0.0|3.37 +000747|sil yue4 yue5 ma1 ji1 hu1 dang1 chang3 yun1 dao3 sp1 sui2 ji2 bei4 qin1 you3 fu2 zou3 sil|sil 悦 悦 妈 几 乎 当 场 晕 倒 sp1 随 即 被 亲 友 扶 走 sil|24 15 14 30 18 20 19 18 21 23 14 22 18 15 17 15 22 27 21|0.0|4.33 +000748|sil pan2 cheng2 liu4 ban4 kui2 hua1 shi4 sp1 qian3 fu4 tan2 di3 sil|sil 盘 呈 六 瓣 葵 花 式 sp1 浅 腹 坦 底 sil|23 32 28 18 18 19 23 23 12 30 27 29 29 21|0.0|3.86 +000749|sil yuan2 dan4 dang4 tian1 sp1 zhang1 hai3 yan4 you4 gei3 wang2 qiang2 da3 dian4 hua4 xiang1 yue1 jian4 mian4 sil|sil 元 旦 当 天 sp1 张 海 燕 又 给 王 强 打 电 话 相 约 见 面 sil|26 18 21 19 27 16 20 20 29 16 12 18 23 15 19 21 17 15 19 24 19|0.0|4.81 +000750|sil zhang1 er4 leng4 ceng2 zai4 bu4 dui4 dang1 guo5 wen2 yi4 bing1 sp1 xian4 wei2 shen1 zhen4 bao3 an1 yi4 shu4 tuan2 yi4 shu4 zong3 jian1 sil|sil 张 二 楞 曾 在 部 队 当 过 文 艺 兵 sp1 现 为 深 圳 保 安 艺 术 团 艺 术 总 监 sil|23 21 14 28 22 14 15 14 19 16 17 16 26 34 23 21 19 16 11 12 15 13 19 15 15 19 30 18|0.0|6.1 +000751|sil you2 yu2 lou4 dou3 zhuang4 yun2 zhu4 nei4 qi4 ya1 hen3 di1 sp1 chan3 sheng1 qiang2 da4 de5 shun3 xi1 zuo4 yong5 sil|sil 由 于 漏 斗 状 云 柱 内 气 压 很 低 sp1 产 生 强 大 的 吮 吸 作 用 sil|25 19 20 22 17 21 17 14 22 19 18 23 21 24 23 24 25 17 10 22 17 19 24 18|0.0|5.58 +000752|sil lin2 chuang2 shang5 gu2 sui3 chuan1 ci4 sp1 ji2 gu2 sui3 huo2 jian2 deng2 jian3 cha2 sp1 yong4 yu2 que4 zhen3 zai4 zhang4 sil|sil 临 床 上 骨 髓 穿 刺 sp1 及 骨 髓 活 检 等 检 查 sp1 用 于 确 诊 再 障 sil|25 19 24 27 17 17 26 27 20 22 16 17 20 25 16 18 30 19 13 21 23 18 16 23 19|0.0|6.01 +000753|sil xia4 si4 yue4 gui3 si4 sp1 liu2 bei4 cu2 yu2 yong3 an1 gong1 sil|sil 夏 四 月 癸 巳 sp1 刘 备 殂 于 永 安 宫 sil|26 32 18 18 21 28 27 18 19 24 20 16 21 27 17|0.0|3.86 +000754|sil bo2 shu1 hua4 wei2 niao2 niao3 qing1 yan1 sp1 piao1 xiang4 jiu3 tian1 chong2 xiao1 sp1 gao4 wei4 shi2 zu3 xian1 ling2 sil|sil 帛 书 化 为 袅 袅 青 烟 sp1 飘 向 九 天 重 霄 sp1 告 慰 始 祖 先 灵 sil|22 21 28 21 20 22 18 24 25 15 23 27 20 22 20 28 26 21 23 25 20 24 32 17|0.0|6.32 +000755|sil fei1 er5 cheng1 yang2 ran2 cai2 neng2 zuo4 zhu3 sil|sil 菲 儿 称 杨 然 才 能 做 主 sil|24 28 21 30 20 23 17 17 17 30 20|0.0|2.87 +000756|sil dui4 yu2 gu1 gua2 lao3 ren2 sp1 an1 yang3 yuan4 fen1 wen2 bu4 shou1 sp1 yi1 shi2 zhu4 xing2 quan2 you2 an1 yang3 yuan4 cheng2 dan1 sil|sil 对 于 孤 寡 老 人 sp1 安 养 院 分 文 不 收 sp1 衣 食 住 行 全 由 安 养 院 承 担 sil|23 19 23 17 14 19 27 21 13 17 24 19 19 14 27 42 14 18 16 29 25 21 16 16 17 21 24 20|0.0|6.68 +000757|sil bang1 wo3 qing1 xia4 gou4 wu4 che1 bei5 sil|sil 帮 我 清 下 购 物 车 呗 sil|22 23 18 22 19 13 10 25 27 20|0.0|2.31 +000758|sil zai4 lu2 er3 he2 zhu4 ru4 lai2 yin1 he2 chu4 sil|sil 在 鲁 尔 河 注 入 莱 茵 河 处 sil|25 24 19 19 29 18 17 18 16 20 27 21|0.0|2.94 +000759|sil wo3 ying1 gai1 yong4 ta1 de5 na3 yi2 ge4 you2 xiang1 sil|sil 我 应 该 用 他 的 哪 一 个 邮 箱 sil|25 13 17 13 18 21 13 25 9 14 16 31 21|0.0|2.74 +000760|sil xiao3 qin2 ba2 ji3 qian1 yuan2 gei3 le5 wang2 jie3 jie5 sil|sil 小 芹 把 几 千 元 给 了 王 姐 姐 sil|25 25 29 18 15 25 23 14 10 23 19 25 21|0.0|3.16 +000761|sil ge3 xian1 sheng5 zhi4 yi2 ci3 wei2 sp1 ba4 wang2 tiao2 kuan3 sil|sil 葛 先 生 质 疑 此 为 sp1 霸 王 条 款 sil|22 20 22 25 19 17 21 19 3 19 19 22 32 16|0.0|3.21 +000762|sil yong1 you2 ming3 yue4 gong1 si1 sp1 xuan1 ni2 shi1 gong1 si1 sp1 he2 lu4 yi4 wei1 deng1 gong1 si1 sil|sil 拥 有 酩 悦 公 司 sp1 轩 尼 诗 公 司 sp1 和 路 易 威 登 公 司 sil|25 18 23 23 18 18 27 8 22 15 19 17 25 3 20 14 10 18 17 17 28 20|0.0|4.7 +000763|sil pu2 er3 shi4 zhong1 yuan4 sp1 zhi4 jin1 wei4 yu3 li4 an4 sil|sil 普 洱 市 中 院 sp1 至 今 未 予 立 案 sil|20 21 18 18 18 22 6 19 19 21 13 18 22 21|0.0|2.97 +000764|sil she4 bao2 ka3 ze2 ke2 yi3 ti4 dai4 jiu4 zhen2 ka3 sp1 shi2 xian4 jiu4 yi1 yi4 ka3 tong1 sil|sil 社 保 卡 则 可 以 替 代 就 诊 卡 sp1 实 现 就 医 一 卡 通 sil|25 25 17 34 17 14 11 18 17 16 19 27 16 16 26 18 16 13 21 31 19|0.0|4.83 +000765|sil liu2 ying1 jia1 zai4 he2 bei2 sheng3 xi1 bai3 po1 sil|sil 刘 英 家 在 河 北 省 西 柏 坡 sil|25 22 30 24 23 20 14 20 19 17 31 21|0.0|3.09 +000766|sil you4 pao2 na2 gui3 hun4 qu4 le5 sp1 ni3 zuo4 ye4 zuo4 wan2 mei2 sil|sil 又 跑 哪 鬼 混 去 了 sp1 你 作 业 做 完 没 sil|26 18 20 18 17 19 15 18 26 11 14 13 12 19 28 20|0.0|3.41 +000767|sil hua1 pen2 ye3 yi2 ge5 bu2 lang4 fei4 sil|sil 花 盆 也 一 个 不 浪 费 sil|19 25 26 19 14 15 11 20 27 21|0.0|2.29 +000768|sil zhe4 shi4 he4 xing1 yun3 de5 bu4 fen4 zhang4 ben3 sil|sil 这 是 贺 星 允 的 部 分 账 本 sil|24 19 22 19 19 20 12 16 18 21 26 19|0.0|2.73 +000769|sil na4 wan2 dian2 ni3 zai4 zhao2 wo3 ba5 sil|sil 那 晚 点 你 再 找 我 吧 sil|25 22 24 20 12 13 19 18 25 20|0.0|2.3 +000770|sil shi2 you2 gong1 ren2 yi4 sheng1 hou3 sp1 di4 qiu2 ye3 yao4 dou3 san1 dou3 sil|sil 石 油 工 人 一 声 吼 sp1 地 球 也 要 抖 三 抖 sil|25 24 19 17 20 18 20 34 13 20 23 14 22 19 23 31 20|0.0|4.2 +000771|sil ji4 zhe3 wei4 neng2 huo4 yun3 jin4 ru4 kuang4 qu1 sil|sil 记 者 未 能 获 允 进 入 矿 区 sil|24 21 22 15 17 24 25 15 14 23 29 22|0.0|2.91 +000772|sil zai4 zai4 mao3 ding1 wai4 shu4 yi4 pai2 wei2 hu4 zhuang1 sp1 ji1 keng1 liang3 bi4 sp1 xing2 cheng2 tong2 qiang2 tie3 bi4 sil|sil 再 在 铆 钉 外 竖 一 排 维 护 桩 sp1 基 坑 两 壁 sp1 形 成 铜 墙 铁 壁 sil|27 23 22 19 17 26 20 12 22 16 16 25 38 20 22 20 23 4 23 26 21 18 20 24 21|0.0|6.09 +000773|sil zhe4 mei2 you3 wang2 fa3 le5 sp1 ba3 wa2 zhen1 zao1 ta4 sil|sil 这 没 有 王 法 了 sp1 把 娃 真 糟 蹋 sil|23 21 17 17 22 20 18 12 19 22 22 20 26 22|0.0|3.26 +000774|sil zhe4 si1 ye3 tei1 ben4 le5 dian3 sil|sil 这 厮 也 忒 笨 了 点 sil|24 18 19 15 28 17 12 27 21|0.0|2.1 +000775|sil ta1 ye3 yi2 yue4 cheng2 wei2 qian1 wan4 fu4 weng1 sil|sil 他 也 一 跃 成 为 千 万 富 翁 sil|22 25 21 17 17 18 21 21 19 17 25 19|0.0|2.81 +000776|sil qiu2 fo2 zhen1 de5 you3 yong4 ma5 sil|sil 求 佛 真 的 有 用 吗 sil|23 28 26 20 12 16 21 25 20|0.0|2.22 +000777|sil duo1 tang4 gao1 tie3 lie4 che1 sp1 yin1 ci3 chu1 xian4 yan2 wu4 sil|sil 多 趟 高 铁 列 车 sp1 因 此 出 现 延 误 sil|23 20 27 17 16 17 28 9 19 20 18 17 19 25 20|0.0|3.43 +000778|sil zhong1 guo2 ye2 ba2 shou3 shen1 xiang4 le5 yue4 qiu2 sil|sil 中 国 也 把 手 伸 向 了 月 球 sil|23 25 24 16 17 22 16 15 11 18 34 21|0.0|2.81 +000779|sil du4 zi5 e4 de5 sp1 gu1 lu5 gu1 lu5 jiao4 sil|sil 肚 子 饿 得 sp1 咕 噜 咕 噜 叫 sil|22 22 13 24 17 2 16 13 13 14 31 21|0.0|2.42 +000780|sil zao2 wan3 duan4 lian4 shi2 sp1 bu4 yi2 zhou4 jian3 yi1 wu4 sil|sil 早 晚 锻 炼 时 sp1 不 宜 骤 减 衣 物 sil|25 19 20 15 18 27 5 15 19 18 19 17 25 22|0.0|3.06 +000781|sil xian1 qing2 yin3 bu4 zhang3 jiang2 ji3 ju4 sil|sil 先 请 尹 部 长 讲 几 句 sil|26 25 27 22 15 21 19 14 24 21|0.0|2.48 +000782|sil huang2 he2 ru4 hai3 sp1 dao4 di3 yao4 tiao1 na2 ji3 gen1 dang3 lu4 de5 chai2 huo3 kai1 dao1 sil|sil 黄 河 入 海 sp1 到 底 要 挑 哪 几 根 挡 路 的 柴 火 开 刀 sil|21 24 18 19 31 7 17 9 17 24 21 14 17 21 12 8 23 18 22 26 20|0.0|4.52 +000783|sil zong1 shang4 xing2 wei2 sp1 yi3 gou4 cheng2 nuo2 yong4 gong1 kuan3 zui4 sil|sil 综 上 行 为 sp1 已 构 成 挪 用 公 款 罪 sil|24 21 21 15 29 7 10 17 26 17 17 17 23 26 21|0.0|3.38 +000784|sil xuan2 shou3 fu1 fu4 tang1 ni2 tang2 sil|sil 选 手 夫 妇 蹚 泥 塘 sil|26 25 20 20 27 27 18 36 21|0.0|2.55 +000785|sil yi1 sheng1 huai2 yi2 sp1 ruan2 guan3 yi2 luo4 huan4 zhe3 fu4 qiang1 sil|sil 医 生 怀 疑 sp1 软 管 遗 落 患 者 腹 腔 sil|26 13 20 21 24 10 22 15 14 22 21 11 17 33 20|0.0|3.35 +000786|sil na4 li3 ling2 yang2 zai4 fei2 mei3 de5 cao3 yuan2 shang4 sp1 tiao4 yue4 ben1 pao3 sp1 niao3 er2 zai4 lin2 zhong1 ti2 chang4 sil|sil 那 里 羚 羊 在 肥 美 的 草 原 上 sp1 跳 跃 奔 跑 sp1 鸟 儿 在 林 中 啼 唱 sil|24 18 25 21 25 17 18 16 9 20 17 21 3 25 15 20 33 30 19 20 15 20 17 21 29 20|0.0|6.01 +000787|sil er4 ren2 qin1 mi4 lou3 bao4 ni4 wai1 bu2 gou4 sil|sil 二 人 亲 密 搂 抱 腻 歪 不 够 sil|26 18 25 23 12 23 24 19 20 14 25 19|0.0|2.88 +000788|sil yi4 zhi2 yao4 xiao1 sa3 de5 han2 shao4 hen3 xiong1 men4 sil|sil 一 直 要 潇 洒 的 韩 少 很 胸 闷 sil|26 15 14 18 24 16 9 21 22 18 22 23 19|0.0|2.87 +000789|sil wo3 yao2 jin3 ya2 guan1 sp1 ban4 nian2 jin4 hu1 jue2 shi2 sil|sil 我 咬 紧 牙 关 sp1 半 年 近 乎 绝 食 sil|25 17 19 15 22 25 10 18 22 17 18 20 30 22|0.0|3.25 +000790|sil ling4 wai4 hai2 you3 xian4 jin1 wu3 wan4 sp1 mei3 yuan2 sp1 yi1 dian2 wu3 san1 yi1 wan4 sil|sil 另 外 还 有 现 金 五 万 sp1 美 元 sp1 一 点 五 三 一 万 sil|25 16 27 22 15 19 15 19 26 12 15 27 6 13 16 14 19 13 25 19|0.0|4.22 +000791|sil da4 jia1 dou1 ti4 yang2 shen4 sp1 nie1 le5 yi4 ba3 han4 sil|sil 大 家 都 替 杨 慎 sp1 捏 了 一 把 汗 sil|23 18 23 17 18 21 25 7 15 9 12 18 27 20|0.0|2.94 +000792|sil yang2 yi2 zheng2 li3 yi2 rong2 hou4 sp1 geng4 bu4 shi2 xin1 xu1 mo2 zui3 sil|sil 杨 怡 整 理 仪 容 后 sp1 更 不 时 心 虚 抹 嘴 sil|25 20 25 21 11 16 21 25 16 21 14 21 20 15 22 33 21|0.0|4.03 +000793|sil wang2 ying1 xian1 you3 jiao4 gao1 de5 wen2 xue2 xiu1 yang3 he2 chuang4 zuo4 cai2 neng2 sil|sil 王 英 先 有 较 高 的 文 学 修 养 和 创 作 才 能 sil|25 15 18 30 21 19 14 9 17 17 19 24 18 21 13 22 32 17|0.0|4.07 +000794|sil ta1 you3 xie1 kan4 bu2 guan4 ge1 ge5 de5 ning2 si2 li3 sil|sil 他 有 些 看 不 惯 哥 哥 的 拧 死 理 sil|23 20 14 20 26 9 19 17 14 7 22 20 32 21|0.0|3.06 +000795|sil wo2 ke3 bu4 neng2 qiang2 xi3 yi1 ji1 de5 fan4 wan3 ne5 sil|sil 我 可 不 能 抢 洗 衣 机 的 饭 碗 呢 sil|25 16 17 9 15 21 17 13 13 9 18 21 22 21|0.0|2.75 +000796|sil ri4 dan1 you1 zhong1 guo2 huo4 kong1 jiang4 tu1 xi2 chong1 sheng2 sil|sil 日 担 忧 中 国 或 空 降 突 袭 冲 绳 sil|25 24 17 19 20 27 21 23 20 18 15 21 29 18|0.0|3.45 +000797|sil kan4 wan2 yi3 hou4 sp1 you3 yi4 zhong3 bei4 nve4 de5 yu2 kuai4 sil|sil 看 完 以 后 sp1 有 一 种 被 虐 的 愉 快 sil|24 21 18 16 27 8 13 13 25 17 20 8 16 32 19|0.0|3.22 +000798|sil luo2 rui2 cong2 ci3 jie2 ran2 yi4 shen1 sp1 jing1 shen2 fen1 lie4 zheng4 sp1 geng4 xing2 jia1 ju4 sil|sil 萝 蕤 从 此 孑 然 一 身 sp1 精 神 分 裂 症 sp1 更 形 加 剧 sil|24 20 29 22 23 17 15 13 29 24 21 19 13 18 24 3 19 20 20 27 19|0.0|4.86 +000799|sil dan4 shi4 wang2 jun1 ning3 kai1 wo4 shi4 men2 chuang3 le5 jin4 lai2 sil|sil 但 是 王 君 拧 开 卧 室 门 闯 了 进 来 sil|23 19 24 22 25 22 19 17 13 28 25 10 17 26 20|0.0|3.6 +000800|sil dan4 shi4 sp1 hua2 qiang2 yu4 yu4 gua3 huan1 sil|sil 但 是 sp1 华 强 郁 郁 寡 欢 sil|23 18 26 6 21 27 18 13 20 30 21|0.0|2.59 +000801|sil yin4 du4 su4 you3 jia4 nv3 er2 pei2 song4 jia4 zhuang1 de5 chuan2 tong3 sil|sil 印 度 素 有 嫁 女 儿 陪 送 嫁 妆 的 传 统 sil|25 22 21 23 21 24 16 18 21 20 18 17 7 23 32 18|0.0|3.78 +000802|sil zheng2 chang3 dian1 bo3 cai2 suan4 jie2 shu4 sil|sil 整 场 颠 簸 才 算 结 束 sil|23 24 24 22 22 21 19 17 29 19|0.0|2.56 +000803|sil zhao4 yan4 xin1 li3 pin1 ming4 cou4 ge5 shi2 zi4 ju4 sil|sil 赵 彦 心 里 拼 命 凑 个 十 字 句 sil|23 24 19 18 21 21 17 23 10 17 15 23 21|0.0|2.92 +000804|sil er2 zhong1 guo2 bing4 fei1 hao2 fa4 wu2 sun3 sil|sil 而 中 国 并 非 毫 发 无 损 sil|25 21 24 24 20 19 19 19 17 32 19|0.0|2.78 +000805|sil you4 yao4 kan4 zui4 xin1 de5 yang4 kan1 sp1 kan4 hou4 zai4 sp1 wo3 shuo1 xu3 chang2 de2 xia4 sp1 pi1 gai1 wen2 shen4 duo1 e2 wai4 sp1 duan4 bu5 ke3 fa1 sil|sil 又 要 看 最 新 的 样 刊 sp1 看 后 在 sp1 我 说 许 常 德 下 sp1 批 该 文 甚 多 讹 外 sp1 断 不 可 发 sil|25 18 17 27 18 15 8 19 31 28 23 32 32 4 14 18 16 22 17 24 20 22 19 23 22 15 20 24 12 21 12 18 27 20|0.0|7.93 +000806|sil er2 wai4 di4 wu4 gong1 huan2 jing4 jiu1 jing4 za3 yang4 sp1 guang1 kan4 zhao1 gong1 guang3 gao4 mei2 yong4 sil|sil 而 外 地 务 工 环 境 究 竟 咋 样 sp1 光 看 招 工 广 告 没 用 sil|25 23 23 15 17 18 21 23 17 17 20 23 32 21 22 15 16 17 18 21 23 20|0.0|5.19 +000807|sil yin1 xiang4 mao4 tai4 cha4 sp1 er2 bei4 ju4 jue2 de5 qiu2 zhi2 zao1 yu4 sp1 lv3 jian4 bao4 duan1 sil|sil 因 相 貌 太 差 sp1 而 被 拒 绝 的 求 职 遭 遇 sp1 屡 见 报 端 sil|26 22 20 15 21 28 11 16 18 16 13 10 20 14 21 20 8 19 19 16 26 21|0.0|4.64 +000808|sil chun1 yu3 dian2 dian3 sp1 bin4 yi3 xing1 xing1 sil|sil 春 雨 点 点 sp1 鬓 已 星 星 sil|25 28 20 24 29 6 18 19 23 31 22|0.0|2.84 +000809|sil chang2 jiang1 bai2 qi2 tun2 ke3 neng2 yi3 jing1 mie4 jue2 sil|sil 长 江 白 鳍 豚 可 能 已 经 灭 绝 sil|22 29 23 19 16 33 15 16 13 17 19 28 22|0.0|3.16 +000810|sil ge3 bin1 bin1 kan4 lai2 bie1 zhe5 bu4 shao3 yuan4 qi4 sil|sil 葛 斌 斌 看 来 憋 着 不 少 怨 气 sil|23 21 17 24 23 21 18 13 17 19 19 27 20|0.0|3.04 +000811|sil ni3 ba2 wo3 rao4 yun1 la5 sil|sil 你 把 我 绕 晕 啦 sil|26 14 18 12 19 19 25 21|0.0|1.79 +000812|sil ni3 shuo1 wan2 sha2 jiu4 wan2 sha2 sil|sil 你 说 玩 啥 就 玩 啥 sil|25 15 19 18 20 12 18 32 20|0.0|2.08 +000813|sil mei3 ci4 yong4 yi4 xiao3 di1 xi2 shou3 ye4 ji2 ke3 sil|sil 每 次 用 一 小 滴 洗 手 液 即 可 sil|25 18 25 16 11 20 15 13 17 17 17 33 18|0.0|2.85 +000814|sil fang2 gu3 hua1 chuan2 bei4 ting2 yong4 jian3 xiu1 sil|sil 仿 古 花 船 被 停 用 检 修 sil|26 26 17 22 32 16 19 17 19 30 22|0.0|2.86 +000815|sil xiang1 mi2 zhu3 shu2 hou4 sp1 ruan3 hua2 shuang2 kou3 sp1 mi3 fan4 liang2 hou4 sp1 mi3 li4 bu4 fa1 ying4 sil|sil 香 米 煮 熟 后 sp1 软 滑 爽 口 sp1 米 饭 凉 后 sp1 米 粒 不 发 硬 sil|25 27 17 15 19 26 4 23 17 24 29 27 14 18 21 25 13 15 20 12 20 22 21|0.0|5.27 +000816|sil yi2 xiang4 yi3 huan2 jing4 e4 lie4 sp1 lao2 fang2 bi1 ze4 sp1 bai3 wu2 liao2 lai4 zhu4 cheng1 sil|sil 一 向 以 环 境 恶 劣 sp1 牢 房 逼 仄 sp1 百 无 聊 赖 著 称 sil|25 14 27 19 23 15 19 24 16 19 21 18 25 12 17 16 19 19 15 33 17|0.0|4.79 +000817|sil huan4 niao4 du2 zheng4 de5 hou2 hua2 feng1 sp1 lian3 se4 hen3 cha4 sil|sil 患 尿 毒 症 的 侯 华 锋 sp1 脸 色 很 差 sil|25 21 19 14 17 7 20 21 24 9 19 17 18 29 22|0.0|3.27 +000818|sil ta1 de5 you4 zhou3 you2 dian3 po4 pi2 sp1 cheng1 shen1 shang4 you2 dian3 tong4 sil|sil 她 的 右 肘 有 点 破 皮 sp1 称 身 上 有 点 痛 sil|22 20 9 20 21 17 16 20 33 22 29 18 15 15 18 29 21|0.0|4.0 +000819|sil ben3 bao4 kai1 pi4 xun2 lao2 lir3 r sp1 xin1 nian2 weir4 r lan2 mu4 sil|sil 本 报 开 辟 寻 老 礼 儿 sp1 新 年 味 儿 栏 目 sil|23 21 17 23 29 24 16 34 0 11 19 17 0 20 20 25 19|0.0|3.69 +000820|sil xie4 xie5 chen2 guang1 biao1 de5 sheng4 qing2 sp1 an2 guan3 jia1 wu2 gong1 bu2 shou4 lu4 sil|sil 谢 谢 陈 光 标 的 盛 情 sp1 俺 管 家 无 功 不 受 禄 sil|25 26 19 21 18 15 8 21 28 27 16 21 31 17 21 14 16 24 21|0.0|4.52 +000821|sil na4 me5 wu2 yi4 yu2 yi2 luan3 ji1 shi2 sil|sil 那 么 无 异 于 以 卵 击 石 sil|25 18 22 16 16 25 16 24 19 32 22|0.0|2.73 +000822|sil su4 liao4 deng4 sp1 ye3 shi4 dong1 dao3 xi1 wai1 de5 sil|sil 塑 料 凳 sp1 也 是 东 倒 西 歪 的 sil|26 21 18 25 7 11 21 18 17 18 23 18 22|0.0|2.84 +000823|sil ta1 si1 liang5 zhe5 sp1 yao4 gei3 dang2 mou3 yan2 se4 kan4 kan5 sil|sil 他 思 量 着 sp1 要 给 党 某 颜 色 看 看 sil|23 21 22 21 21 5 17 13 17 16 21 17 22 22 21|0.0|3.24 +000824|sil wo3 hui1 yi4 hui1 yi1 xiu4 sp1 bu2 dai4 zou3 ren4 he2 yi2 pian4 yun2 cai3 sil|sil 我 挥 一 挥 衣 袖 sp1 不 带 走 任 何 一 片 云 彩 sil|25 19 19 15 20 18 28 8 15 18 19 17 15 12 18 20 32 19|0.0|3.91 +000825|sil zai4 gai1 chao1 shi4 de5 cu4 xiao1 hai3 bao4 shang4 sp1 shuang1 hui4 zhou3 hua1 huo2 tui3 sp1 ye3 he4 ran2 zai4 lie4 sil|sil 在 该 超 市 的 促 销 海 报 上 sp1 双 汇 肘 花 火 腿 sp1 也 赫 然 在 列 sil|24 24 18 21 21 13 17 15 22 20 25 31 21 22 19 16 19 31 6 13 15 18 16 24 20|0.0|5.7 +000826|sil ren2 qun2 zhong1 sp1 jiu4 you3 dang1 nian2 reng1 diao4 wang2 kun1 you3 pu1 gai4 de5 na4 wei4 cun1 min2 sil|sil 人 群 中 sp1 就 有 当 年 扔 掉 王 坤 友 铺 盖 的 那 位 村 民 sil|24 21 20 23 22 15 15 17 22 19 21 19 19 18 21 14 8 15 12 21 30 20|0.0|4.83 +000827|sil ran2 hou4 yao4 yi3 shi4 shi2 wei2 yi1 ju4 sp1 bu4 ran2 yue4 chao3 yue4 li4 hai4 sil|sil 然 后 要 以 事 实 为 依 据 sp1 不 然 越 炒 越 厉 害 sil|23 19 29 17 16 20 17 15 16 22 20 13 28 19 20 14 20 29 21|0.0|4.39 +000828|sil zhe4 qia4 you2 xu3 duo1 sp1 gu2 lao3 de5 song1 bai3 sil|sil 这 恰 有 许 多 sp1 古 老 的 松 柏 sil|24 22 22 14 19 21 3 18 20 11 23 31 20|0.0|2.88 +000829|sil dong4 shou3 yuan2 yin1 sp1 yi2 wei2 jia1 zhang2 deng3 bu2 nai4 fan2 sil|sil 动 手 原 因 sp1 疑 为 家 长 等 不 耐 烦 sil|22 20 18 20 27 11 12 16 20 27 18 9 20 34 21|0.0|3.42 +000830|sil er4 yue4 di3 de5 la1 sa4 sp1 lve4 tou4 han2 qi4 sil|sil 二 月 底 的 拉 萨 sp1 略 透 寒 气 sil|25 18 19 15 8 20 28 8 19 18 24 27 22|0.0|2.91 +000831|sil zai4 heng2 dian4 sp1 yi2 huang4 you4 kuai4 yao4 san1 nian2 sil|sil 在 横 店 sp1 一 晃 又 快 要 三 年 sil|24 22 23 24 20 14 30 16 18 14 21 31 20|0.0|3.22 +000832|sil shi4 bo2 zhou2 mo2 jie2 gou4 gong1 cheng2 sil|sil 世 博 轴 膜 结 构 工 程 sil|25 27 21 19 22 17 13 18 32 21|0.0|2.5 +000833|sil mei2 you3 lou4 chu1 jiu3 wo1 chong2 xiao4 yi2 ci4 sil|sil 没 有 露 出 酒 窝 重 笑 一 次 sil|25 13 16 18 17 18 27 26 22 14 28 21|0.0|2.84 +000834|sil shi4 fa1 wang4 jing1 nan2 hu2 dong1 yuan2 sp1 er4 bai3 san1 shi2 liu4 hao4 lou2 wu3 dan1 yuan2 fu4 jin4 lu4 duan4 sil|sil 事 发 望 京 南 湖 东 园 sp1 二 百 三 十 六 号 楼 五 单 元 附 近 路 段 sil|25 22 26 23 18 16 16 16 28 4 18 15 14 9 18 20 25 20 17 17 17 13 17 25 19|0.0|5.32 +000835|sil zhou1 yan2 di4 er4 hu2 zhi2 jie1 liu1 diao4 sil|sil 周 妍 第 二 壶 直 接 溜 掉 sil|23 25 24 12 22 24 16 14 19 26 20|0.0|2.61 +000836|sil quan2 dang3 bi4 xu1 jing2 xing2 qi3 lai2 sil|sil 全 党 必 须 警 醒 起 来 sil|23 31 25 13 20 20 21 15 28 21|0.0|2.52 +000837|sil er2 qiao2 jian4 jun1 sp1 ye2 you2 zhi3 kong4 chan2 shen1 sil|sil 而 乔 建 军 sp1 也 有 指 控 缠 身 sil|26 21 24 17 26 5 10 16 17 19 21 27 21|0.0|2.9 +000838|sil ju4 ti3 shi2 jian1 yi3 diao4 du4 ming4 ling4 wei2 zhun3 sil|sil 具 体 时 间 以 调 度 命 令 为 准 sil|24 21 16 18 28 19 20 10 19 15 20 32 17|0.0|3.01 +000839|sil yi1 qi1 er4 qi1 nian2 gai2 tu3 gui1 liu2 sp1 yan2 jin1 gui1 shu3 wu1 meng2 fu3 da4 guan1 ting1 sil|sil 一 七 二 七 年 改 土 归 流 sp1 盐 津 归 属 乌 蒙 府 大 关 厅 sil|25 14 18 19 21 29 19 19 17 31 30 16 21 17 23 20 20 20 15 19 27 22|0.0|5.36 +000840|sil you2 hua4 jia1 gou1 hua4 cao2 gao3 zheng1 xun2 yi4 jian4 sil|sil 由 画 家 勾 画 草 稿 征 询 意 见 sil|25 20 27 24 17 18 23 26 20 18 19 28 18|0.0|3.28 +000841|sil zhi2 you3 yong2 wang3 zhi2 qian2 sp1 ang2 shou3 fen4 jin4 sil|sil 只 有 勇 往 直 前 sp1 昂 首 奋 进 sil|23 20 25 20 20 15 33 4 20 18 21 23 21|0.0|3.05 +000842|sil jin1 tian1 de5 wo3 sp1 ye3 shi4 yuan2 qi4 man2 man3 ne5 sp1 zheng4 neng2 liang4 yong4 bu4 wan2 o5 sil|sil 今 天 的 我 sp1 也 是 元 气 满 满 呢 sp1 正 能 量 用 不 完 哦 sil|24 21 19 9 27 8 12 21 19 12 18 19 20 16 18 15 21 20 14 21 17 23|0.0|4.57 +000843|sil da4 leng3 tian1 lin1 yi2 da4 dui1 shu1 tai4 ma2 fan5 le5 sil|sil 大 冷 天 拎 一 大 堆 书 太 麻 烦 了 sil|23 18 20 28 14 18 15 15 23 25 24 20 16 20|0.0|3.24 +000844|sil yu3 qin1 ren2 gan3 qing2 yue4 shen1 sp1 ju1 sang4 fan3 ying4 yue4 qiang2 lie4 sil|sil 与 亲 人 感 情 越 深 sp1 居 丧 反 应 越 强 烈 sil|26 13 21 25 18 15 19 30 10 22 20 20 20 18 27 22 20|0.0|4.02 +000845|sil wo2 qing3 ta1 zhuan3 guo4 tou2 lai2 qin4 dong4 kuai4 men2 sil|sil 我 请 他 转 过 头 来 揿 动 快 门 sil|25 15 20 24 21 12 18 26 28 15 20 29 21|0.0|3.18 +000846|sil wang2 chang2 tian2 zui4 zan4 shang3 luo4 tuo5 de5 xing4 ge2 sil|sil 王 长 田 最 赞 赏 骆 驼 的 性 格 sil|25 20 22 33 20 17 21 19 16 8 25 26 20|0.0|3.16 +000847|sil yong4 shou3 kou1 le5 kou1 sp1 mei2 nong4 diao4 sil|sil 用 手 抠 了 抠 sp1 没 弄 掉 sil|25 17 23 21 14 29 6 14 19 25 21|0.0|2.48 +000848|sil wo3 hui4 wu3 shu4 shui2 ye2 dang3 bu2 zhu4 ya5 sil|sil 我 会 武 术 谁 也 挡 不 住 呀 sil|25 14 20 16 28 25 14 20 11 15 25 19|0.0|2.69 +000849|sil tuo2 lu4 nan2 xun2 ban4 lv3 sp1 ai4 shang4 tuo2 lu4 diao1 su4 sil|sil 驼 鹿 难 寻 伴 侣 sp1 爱 上 驼 鹿 雕 塑 sil|23 26 21 21 21 17 23 16 19 23 18 15 21 27 20|0.0|3.61 +000850|sil ta1 yao1 qiu2 yao4 ren4 zhen1 xi1 qu3 jiao4 xun4 sp1 cha2 zhao3 yuan2 yin1 sil|sil 他 要 求 要 认 真 吸 取 教 训 sp1 查 找 原 因 sil|23 19 18 27 22 22 16 17 15 20 21 5 24 16 17 27 19|0.0|3.81 +000851|sil zhe4 shi4 zheng3 zhi4 yang2 hui4 lu4 de5 yi2 ben4 zhao1 sp1 dan4 ken3 ding4 you3 yong4 sil|sil 这 是 整 治 洋 贿 赂 的 一 笨 招 sp1 但 肯 定 有 用 sil|23 18 25 21 17 22 23 19 12 18 21 28 5 18 24 18 16 25 20|0.0|4.33 +000852|sil jing1 shang1 yi4 sp1 xiao1 xiao3 yang2 ying4 yun3 sp1 jiang1 cuo4 jiu4 cuo4 sp1 yu3 zhi1 qian1 ding4 bu3 chong1 xie2 yi4 sil|sil 经 商 议 sp1 肖 晓 阳 应 允 sp1 将 错 就 错 sp1 与 之 签 订 补 充 协 议 sil|24 21 23 23 18 21 17 17 18 29 11 23 16 16 26 12 14 15 25 20 16 21 22 22 20|0.0|5.69 +000853|sil zhe4 chuo1 dao4 ben2 tu3 ban4 dao2 ti3 zhi4 zao4 ye4 cheng2 ben3 jie2 gou4 tong4 chu4 sil|sil 这 戳 到 本 土 半 导 体 制 造 业 成 本 结 构 痛 处 sil|24 19 21 23 22 24 19 16 17 12 18 22 26 19 16 13 27 25 22|0.0|4.47 +000854|sil ping2 shi2 shuang2 shuang2 hen3 kai1 lang3 sp1 er2 wo2 hen3 an1 jing4 sil|sil 平 时 爽 爽 很 开 朗 sp1 而 我 很 安 静 sil|23 23 27 24 19 18 21 28 9 15 15 15 20 26 18|0.0|3.49 +000855|sil luo2 ping2 de5 sun1 nv3 sp1 yin1 que1 fa2 ying2 yang3 er2 huan4 bing4 sil|sil 罗 平 的 孙 女 sp1 因 缺 乏 营 养 而 患 病 sil|25 18 21 8 21 25 14 14 17 15 17 16 18 23 24 19|0.0|3.43 +000856|sil ri4 ben3 yi4 xie1 can1 guan3 tong2 yang4 kan4 dao4 shang1 ji1 sp1 tui1 xiao1 liu3 chuan1 guo1 sp1 ni2 qiu5 guo1 deng3 sp1 ni2 qiu5 liao4 li3 sil|sil 日 本 一 些 餐 馆 同 样 看 到 商 机 sp1 推 销 柳 川 锅 sp1 泥 鳅 锅 等 sp1 泥 鳅 料 理 sil|24 18 16 11 14 23 27 21 19 16 13 21 24 27 19 23 19 24 24 6 16 18 19 24 5 15 14 17 26 17|0.0|6.5 +000857|sil liang2 yang4 jun1 kan4 guo4 sp1 you4 kua1 xu2 tian1 hong2 de5 zi4 you3 ren2 yang4 sil|sil 梁 样 君 看 过 sp1 又 夸 徐 天 宏 的 字 有 人 样 sil|25 17 20 17 22 22 22 12 25 17 18 19 8 22 18 17 24 21|0.0|4.02 +000858|sil kai3 te4 zi3 xi4 duan1 xiang2 tai4 di2 xiong2 sil|sil 凯 特 仔 细 端 详 泰 迪 熊 sil|23 24 28 16 16 18 21 19 14 33 20|0.0|2.69 +000859|sil lv4 se4 yu2 san3 shi4 lv3 gu1 niang5 de5 sil|sil 绿 色 雨 伞 是 吕 姑 娘 的 sil|25 21 17 15 28 15 23 15 22 20 19|0.0|2.56 +000860|sil ci3 shi2 sp1 weng1 xiu4 chun1 sp1 da4 sheng1 ku1 han3 hu1 jiu4 sil|sil 此 时 sp1 翁 秀 春 sp1 大 声 哭 喊 呼 救 sil|25 20 30 18 16 19 31 3 19 22 21 22 19 27 20|0.0|3.62 +000861|sil ma4 ba5 sp1 ba2 wo3 ma4 xing3 le5 sil|sil 骂 吧 sp1 把 我 骂 醒 了 sil|25 27 22 10 16 12 21 24 20 21|0.0|2.3 +000862|sil qia1 ya5 sp1 ni3 jin1 tian1 bu4 qia1 si2 wo3 sp1 wo3 gen1 ni3 xing4 sil|sil 掐 呀 sp1 你 今 天 不 掐 死 我 sp1 我 跟 你 姓 sil|24 33 20 27 14 16 16 12 27 15 27 2 15 19 15 33 17|0.0|3.86 +000863|sil chuan1 nan2 ji3 shi4 sp1 ye2 ni3 na4 ru4 fa1 zhan3 zhou2 sil|sil 川 南 几 市 sp1 也 拟 纳 入 发 展 轴 sil|23 28 20 21 28 7 12 16 20 14 21 17 30 21|0.0|3.23 +000864|sil ying2 yang2 pin3 shi4 pao4 zhe5 he1 de5 sp1 yi2 ding4 yao4 he1 o5 sil|sil 营 养 品 是 泡 着 喝 的 sp1 一 定 要 喝 哦 sil|25 13 21 26 18 26 14 22 17 16 14 14 17 25 22 17|0.0|3.56 +000865|sil yin4 ni2 dui4 de5 sang1 tuo1 sa4 he2 la1 zha1 ke4 sp1 peng2 zou3 nan2 shuang1 guan4 jun1 bei1 sil|sil 印 尼 队 的 桑 托 萨 和 拉 扎 克 sp1 捧 走 男 双 冠 军 杯 sil|25 14 19 19 15 20 16 23 14 19 17 27 7 26 23 19 21 14 18 22 20|0.0|4.62 +000866|sil ta1 ye3 gong4 cheng1 sp1 tiao1 fu1 mo4 wei4 qi2 sp1 bing4 bu4 zhi1 dao5 xing2 li3 bao1 nei4 jia1 cang2 you3 du2 pin3 sil|sil 他 也 供 称 sp1 挑 夫 莫 卫 奇 sp1 并 不 知 道 行 李 包 内 夹 藏 有 毒 品 sil|22 21 14 17 28 25 24 19 16 15 31 4 21 10 14 17 18 12 19 23 22 16 14 16 34 16|0.0|5.67 +000867|sil kao2 gu3 dui4 zai4 mu4 zang4 zhong1 fa1 xian4 xi4 zui3 tao2 weng4 deng3 wen2 wu4 sil|sil 考 古 队 在 墓 葬 中 发 现 细 嘴 陶 瓮 等 文 物 sil|23 25 15 21 16 19 22 24 21 25 24 15 21 24 14 20 22 21|0.0|4.32 +000868|sil yong4 rong3 yu2 de5 pei4 zhi4 sp1 bao3 zheng4 cuo4 wu4 hui1 fu4 sil|sil 用 冗 余 的 配 置 sp1 保 证 错 误 恢 复 sil|25 22 21 16 10 24 22 3 19 19 23 13 23 26 21|0.0|3.33 +000869|sil che1 liang4 ke3 rao4 xing2 chang2 an1 jie1 liang2 guang3 lu4 sil|sil 车 辆 可 绕 行 长 安 街 两 广 路 sil|23 27 21 15 20 23 18 18 26 21 17 26 21|0.0|3.21 +000870|sil zan2 men5 he2 bi4 zhi3 wei4 zan2 yi4 jia1 de5 er2 nv3 qian1 chang2 gua4 du4 sil|sil 咱 们 何 必 只 为 咱 一 家 的 儿 女 牵 肠 挂 肚 sil|24 23 19 22 14 13 16 18 17 16 12 18 23 23 19 18 21 22|0.0|3.92 +000871|sil diao4 cha2 zu2 ning3 duan4 tie3 si1 hou4 sp1 zai4 hou4 mian4 fa1 xian4 you2 tie3 men2 deng3 sil|sil 调 查 组 拧 断 铁 丝 后 sp1 在 后 面 发 现 有 铁 门 等 sil|23 19 21 19 22 16 17 15 24 19 16 16 24 20 21 17 20 20 27 18|0.0|4.58 +000872|sil ying4 kang2 xia4 qu4 sp1 zi1 jin1 lian4 ya1 li4 tai4 da4 le5 sil|sil 硬 扛 下 去 sp1 资 金 链 压 力 太 大 了 sil|25 19 23 21 23 7 16 15 19 17 15 19 21 22 20|0.0|3.27 +000873|sil gen1 gu1 niang5 liao2 zhe4 xie1 you3 yi4 si5 ma5 sil|sil 跟 姑 娘 聊 这 些 有 意 思 吗 sil|23 20 15 18 17 14 21 19 20 14 27 19|0.0|2.64 +000874|sil huo3 ji5 men5 sp1 chu1 qu5 yao4 xiao3 xin1 dian3 o5 sil|sil 伙 计 们 sp1 出 去 要 小 心 点 哦 sil|20 19 12 25 7 22 23 17 18 19 14 23 20|0.0|2.77 +000875|sil cong2 shi4 dai4 fu1 dao4 yin3 che1 mai4 jiang1 zhe3 liu2 sp1 wu2 bu4 yi2 du2 ci3 lei4 shu1 wei2 le4 sil|sil 从 士 大 夫 到 引 车 卖 浆 者 流 sp1 无 不 以 睹 此 类 书 为 乐 sil|25 31 21 17 28 22 21 19 18 19 15 29 32 14 13 20 16 22 16 16 17 24 20|0.0|5.52 +000876|sil you3 se4 ban3 kuai4 ji4 xu4 cheng2 qiang2 sil|sil 有 色 板 块 继 续 逞 强 sil|26 15 20 18 25 15 14 23 33 19|0.0|2.41 +000877|sil jiao3 chuan1 yi4 shuang1 fan1 bu4 xie2 sp1 xie2 bang1 chu4 feng2 le5 ji3 ge5 bu3 ding1 sil|sil 脚 穿 一 双 帆 布 鞋 sp1 鞋 帮 处 缝 了 几 个 补 丁 sil|24 25 23 11 21 20 13 27 13 21 21 27 21 11 14 12 18 28 19|0.0|4.28 +000878|sil zhe4 duan4 ping1 pang1 wai4 jiao1 sp1 yi4 zhi2 bei4 chuan2 wei2 jia1 hua4 sil|sil 这 段 乒 乓 外 交 sp1 一 直 被 传 为 佳 话 sil|23 19 23 23 19 21 26 6 14 14 16 19 15 20 26 21|0.0|3.54 +000879|sil luo2 sen1 ta2 er3 zai4 xia2 gu3 zhong1 sp1 liang3 du4 dian2 huo3 qiu2 jiu4 sp1 zhong1 wei2 jiu4 yuan2 ren2 yuan2 fa1 xian4 sil|sil 罗 森 塔 尔 在 峡 谷 中 sp1 两 度 点 火 求 救 sp1 终 为 救 援 人 员 发 现 sil|25 15 17 25 18 17 18 15 24 6 23 17 18 15 19 22 30 20 21 18 10 12 16 19 27 19|0.0|5.64 +000880|sil er2 jin4 liang3 nian2 sp1 zhe4 gu3 xuan4 feng1 sp1 yue4 gua1 yue4 meng3 sil|sil 而 近 两 年 sp1 这 股 旋 风 sp1 越 刮 越 猛 sil|25 22 19 18 27 15 17 13 20 27 3 17 17 15 29 17|0.0|3.5 +000881|sil an4 kou4 shang4 xiang1 you3 zuan4 shi2 sil|sil 按 扣 上 镶 有 钻 石 sil|25 19 22 23 20 13 21 34 21|0.0|2.3 +000882|sil zhe4 zai4 zheng4 ce4 yun2 xu3 fan4 wei2 sil|sil 这 在 政 策 允 许 范 围 sil|24 19 23 20 19 18 17 17 28 21|0.0|2.39 +000883|sil ni3 di5 wei1 xiao4 zui4 mi2 ren2 le5 sil|sil 你 滴 微 笑 最 迷 人 了 sil|25 18 10 21 26 19 19 21 19 21|0.0|2.31 +000884|sil li4 chao2 xiang1 ji4 zai4 ci3 xing1 jian4 si4 yuan4 sp1 yi3 gong4 feng4 guan1 yin1 pu2 sa5 wei2 zhu3 sil|sil 历 朝 相 继 在 此 兴 建 寺 院 sp1 以 供 奉 观 音 菩 萨 为 主 sil|25 19 29 21 12 18 21 20 17 18 25 27 13 20 21 18 17 19 16 15 27 18|0.0|5.06 +000885|sil huang2 ting2 guang2 chang3 sp1 guo4 qu4 li4 shi3 sp1 yu3 lan4 wei3 guan1 lian2 zai4 yi5 qi3 sil|sil 皇 庭 广 场 sp1 过 去 历 史 sp1 与 烂 尾 关 联 在 一 起 sil|20 23 20 19 32 3 19 13 17 31 4 11 21 19 17 15 15 10 31 20|0.0|4.18 +000886|sil ta1 kao4 shi2 huang1 sp1 la1 che3 sun1 nv5 ying2 ying5 zhang3 da4 sil|sil 她 靠 拾 荒 sp1 拉 扯 孙 女 莹 莹 长 大 sil|22 22 24 19 29 7 17 17 16 16 19 18 20 24 21|0.0|3.38 +000887|sil mai3 bu4 liao3 zhi1 shi5 sp1 wei4 sha2 hai2 shou1 xue2 fei4 a5 sil|sil 买 不 了 知 识 sp1 为 啥 还 收 学 费 啊 sil|25 19 10 18 22 26 9 15 21 16 16 21 24 21 18|0.0|3.26 +000888|sil ke2 yi3 you2 da4 xin1 de5 cai2 feng5 shi1 fu5 sp1 wei4 nin2 liang2 shen1 ding4 zuo4 sil|sil 可 以 由 大 新 的 裁 缝 师 傅 sp1 为 您 量 身 定 做 sil|22 21 13 22 20 15 8 22 16 20 23 4 14 20 22 21 17 23 21|0.0|3.99 +000889|sil ba4 ba5 chen2 mo4 gua3 yan2 sp1 yi2 jiu3 wei2 ban4 sil|sil 爸 爸 沉 默 寡 言 sp1 以 酒 为 伴 sil|23 22 20 22 19 22 28 7 15 17 20 23 20|0.0|2.99 +000890|sil er2 cai4 fan4 ze2 bu2 dong4 sheng1 se4 sp1 sui2 shou3 dian1 qi3 yi4 kun3 qin2 cai4 kan4 pin3 xiang4 sil|sil 而 菜 贩 则 不 动 声 色 sp1 随 手 掂 起 一 捆 芹 菜 看 品 相 sil|25 18 24 25 19 12 15 20 23 25 22 20 19 13 10 17 20 22 21 20 27 20|0.0|5.07 +000891|sil xian4 zai4 ju4 zu2 yan3 yuan2 ke3 dou1 hui4 chang4 ne5 sil|sil 现 在 剧 组 演 员 可 都 会 唱 呢 sil|26 23 25 18 13 18 26 19 17 17 27 19 22|0.0|3.13 +000892|sil gui1 yuan2 si4 hen2 hao3 wan2 sp1 shi4 wu3 han4 fo2 jiao4 si4 da4 cong2 lin2 zhi1 yi1 ne5 sil|sil 归 元 寺 很 好 玩 sp1 是 武 汉 佛 教 四 大 丛 林 之 一 呢 sil|23 18 17 23 20 16 28 24 21 14 23 18 21 18 13 18 14 15 17 21 19|0.0|4.66 +000893|sil wan2 wan2 yi4 lun2 sp1 wu2 jun1 ru2 guai1 guai1 xian4 chang4 ming2 xing1 sp1 yuan2 lai2 sp1 wu2 jun1 ru2 dou1 chang4 de5 bu2 cuo4 sil|sil 玩 完 一 轮 sp1 吴 君 如 乖 乖 献 唱 明 星 sp1 原 来 sp1 吴 君 如 都 唱 得 不 错 sil|25 16 20 12 28 20 12 19 24 19 18 18 16 16 28 40 13 25 20 13 18 22 16 19 9 17 28 21|0.0|6.41 +000894|sil ci3 yi4 ling4 pu2 er3 cha2 hang2 ye4 zhi4 jin1 shang4 wei4 fu4 yuan2 sil|sil 此 役 令 普 洱 茶 行 业 至 今 尚 未 复 元 sil|24 23 25 24 17 13 21 18 20 16 23 19 15 18 31 19|0.0|3.79 +000895|sil guo2 qing4 pai2 dui4 he1 lu4 xie3 shi4 che2 huang3 sil|sil 国 庆 排 队 喝 鹿 血 是 扯 谎 sil|21 20 27 23 17 17 15 33 17 22 38 18|0.0|3.11 +000896|sil xi2 fu4 ba3 po4 ma1 bu4 yi4 ba2 shuai3 zai4 le5 wo2 lian3 shang4 sil|sil 媳 妇 把 破 抹 布 一 把 甩 在 了 我 脸 上 sil|25 25 27 17 21 20 26 18 20 23 12 8 17 22 26 18|0.0|3.77 +000897|sil yan2 zhi1 zao2 zao2 sp1 fen1 ming2 yi4 chang2 ku3 qing2 xi4 sil|sil 言 之 凿 凿 sp1 分 明 一 场 苦 情 戏 sil|25 22 14 21 29 14 21 21 15 24 18 21 26 21|0.0|3.39 +000898|sil zhe4 tao4 cong2 shu1 sp1 ning2 ju4 zhe5 bian1 zuan2 zhe3 he2 chu1 ban2 zhe3 de5 sp1 duo1 nian2 zhi2 zhu4 yan2 jiu1 xin1 xue4 he2 su4 yuan4 sil|sil 这 套 丛 书 sp1 凝 聚 着 编 纂 者 和 出 版 者 的 sp1 多 年 执 著 研 究 心 血 和 夙 愿 sil|23 19 17 19 26 7 19 18 19 19 20 22 15 23 18 16 17 6 17 26 15 15 20 13 21 22 15 24 26 19|0.0|6.46 +000899|sil lao3 yang2 bu4 gei3 sp1 liang3 ren2 you4 zheng1 chao3 bing4 zhua1 che2 qi3 lai2 sil|sil 老 杨 不 给 sp1 两 人 又 争 吵 并 抓 扯 起 来 sil|25 19 22 15 30 21 19 22 15 20 28 19 20 20 14 27 20|0.0|4.13 +000900|sil wang2 you3 fen1 fen1 leng3 chao2 re4 feng3 sp1 zhi4 yi2 cheng2 mou3 qi2 zai4 chao3 zuo4 sil|sil 网 友 纷 纷 冷 嘲 热 讽 sp1 质 疑 程 某 婍 在 炒 作 sil|26 16 18 18 27 20 18 18 28 25 21 19 22 17 25 16 23 26 22|0.0|4.7 +000901|sil ci3 wai4 sp1 jiu4 ye4 kun4 nan5 ren2 yuan2 sp1 hai2 xiang2 you3 zu1 lin4 shang1 pu4 you1 hui4 sil|sil 此 外 sp1 就 业 困 难 人 员 sp1 还 享 有 租 赁 商 铺 优 惠 sil|25 20 27 9 20 15 20 14 14 29 4 16 22 25 20 17 22 16 20 27 20|0.0|4.67 +000902|sil ru2 quan2 ben1 yong3 de5 yuan2 you2 ri4 ye4 ben1 liu2 sp1 shi3 ou1 meng2 cheng2 yuan2 guo2 sp1 nan2 yi3 jie1 shou4 sil|sil 如 泉 奔 涌 的 原 油 日 夜 奔 流 sp1 使 欧 盟 成 员 国 sp1 难 以 接 受 sil|24 20 25 17 17 7 20 25 15 17 19 28 27 15 15 19 15 19 27 3 16 15 22 25 20|0.0|5.48 +000903|sil yi2 kuai4 zan1 ba5 sp1 bi3 yi4 xiang1 fang1 bian4 mian4 hai2 shou4 huan1 ying2 sil|sil 一 块 糌 粑 sp1 比 一 箱 方 便 面 还 受 欢 迎 sil|25 13 22 24 23 7 14 11 19 17 16 20 18 15 18 27 19|0.0|3.58 +000904|sil zhang1 shao2 han2 zuo4 shi4 yu2 bi3 sa4 xie2 ta3 yong1 bao4 sil|sil 张 韶 涵 作 势 与 比 萨 斜 塔 拥 抱 sil|24 21 20 28 21 25 23 15 18 16 18 21 24 21|0.0|3.42 +000905|sil sheng2 wei2 dang3 xiao4 yan2 jiu1 sheng1 xue2 li4 sil|sil 省 委 党 校 研 究 生 学 历 sil|25 20 18 20 22 17 16 18 20 26 20|0.0|2.58 +000906|sil hua4 yuan2 gui1 lai2 hou4 sp1 sa2 sao3 yuan4 luo4 sil|sil 化 缘 归 来 后 sp1 洒 扫 院 落 sil|19 24 19 16 23 25 9 24 22 17 25 20|0.0|2.82 +000907|sil he2 lu2 xiu4 dong4 yi2 yang4 kai1 ming2 de5 sp1 hai2 you3 zhong1 guo2 nv3 pai2 zhu3 shuai4 sp1 yu2 jue2 min3 sil|sil 和 卢 秀 栋 一 样 开 明 的 sp1 还 有 中 国 女 排 主 帅 sp1 俞 觉 敏 sil|22 25 18 17 17 7 18 19 24 19 8 15 15 18 9 17 18 16 29 4 11 19 36 17|0.0|4.85 +000908|sil qu4 yang3 zhu1 yang3 ji1 sp1 gan4 zan2 de5 lao2 ben3 hang2 cai4 lan2 zi5 sil|sil 去 养 猪 养 鸡 sp1 干 咱 的 老 本 行 菜 篮 子 sil|22 27 23 30 26 27 28 20 17 7 21 19 22 20 24 19 21|0.0|4.33 +000909|sil ke2 yi3 an4 sheng3 fen4 shi2 pin2 zhong3 lei4 cha2 xun2 sil|sil 可 以 按 省 份 食 品 种 类 查 询 sil|23 18 11 22 25 25 20 22 18 14 24 31 21|0.0|3.18 +000910|sil zai4 jie1 tou2 mai4 yi4 de5 li3 yu4 xuan1 die1 die5 sil|sil 在 街 头 卖 艺 的 李 玉 宣 爹 爹 sil|25 25 17 19 21 18 14 18 13 23 18 26 19|0.0|2.97 +000911|sil zai4 yu3 yi2 tao1 zhen4 xiang1 lin2 de5 ma2 chang3 zhen4 sp1 huang2 rui4 hua2 sp1 ye3 huai2 chuai1 zhe5 po4 qie4 de5 xun2 qin1 zhi1 meng4 sil|sil 在 与 沂 涛 镇 相 邻 的 马 厂 镇 sp1 黄 瑞 华 sp1 也 怀 揣 着 迫 切 的 寻 亲 之 梦 sil|24 25 19 14 24 20 21 16 9 22 23 24 29 16 19 28 17 12 17 21 15 23 19 10 19 19 12 25 16|0.0|6.48 +000912|sil ta1 fa1 xian4 sp1 dian4 you2 chang2 suo3 she4 du3 hen2 pu3 bian4 sil|sil 他 发 现 sp1 电 游 场 所 涉 赌 很 普 遍 sil|23 18 19 29 3 16 16 21 17 21 22 21 21 24 19|0.0|3.37 +000913|sil cheng2 zhong1 cun1 cang2 wu1 na4 gou4 sp1 jue2 bu5 shi4 wei1 yan2 song3 ting1 sil|sil 城 中 村 藏 污 纳 垢 sp1 绝 不 是 危 言 耸 听 sil|23 25 18 26 25 13 20 24 3 25 12 16 16 17 20 29 19|0.0|3.84 +000914|sil yi1 jia1 yi1 sp1 deng3 yu2 er4 sil|sil 一 加 一 sp1 等 于 二 sil|25 16 21 20 4 17 16 26 20|0.0|1.92 +000915|sil dong1 jing1 ying1 hua1 ran2 jing3 ji2 ye3 chu1 kai1 sil|sil 东 京 樱 花 染 井 吉 野 初 开 sil|23 20 19 20 32 25 18 15 15 20 32 20|0.0|3.01 +000916|sil wang2 bao3 qiang2 jun1 xun4 de5 yi2 ge5 li3 bai4 hun2 hun2 dun4 dun4 sp1 lie4 ri4 dang1 tou2 sp1 di1 yu3 wei4 xia4 sil|sil 王 宝 强 军 训 的 一 个 礼 拜 浑 浑 沌 沌 sp1 烈 日 当 头 sp1 滴 雨 未 下 sil|25 21 18 21 18 16 7 15 11 17 27 27 19 18 23 9 17 14 22 30 8 20 14 20 29 20|0.0|5.64 +000917|sil you3 zhuan1 jia1 ren4 wei2 sp1 ying1 shen4 tan2 guai2 dian3 sil|sil 有 专 家 认 为 sp1 应 慎 谈 拐 点 sil|25 18 18 16 17 28 10 21 24 22 21 30 15|0.0|3.08 +000918|sil gan3 jue2 ni3 hao2 wei3 qu1 ya5 sil|sil 感 觉 你 好 委 屈 呀 sil|23 20 19 17 23 19 19 23 21|0.0|2.14 +000919|sil gai4 ang2 chong2 shen1 bi4 xu1 huo2 zhuo1 sil|sil 盖 昂 重 申 必 须 活 捉 sil|22 24 22 24 33 13 17 23 27 22|0.0|2.63 +000920|sil yan2 bing1 mu2 yang4 jun4 qiao4 sp1 shi4 cun1 li3 de5 mei2 nv3 sil|sil 闫 冰 模 样 俊 俏 sp1 是 村 里 的 美 女 sil|25 22 27 18 18 22 26 7 20 20 14 6 24 33 20|0.0|3.51 +000921|sil sui2 hou4 sp1 liang3 nan2 zi3 ti1 bie3 che1 men2 yang2 chang2 er2 qu4 sil|sil 随 后 sp1 两 男 子 踢 瘪 车 门 扬 长 而 去 sil|25 22 27 17 19 19 22 21 17 20 29 23 20 13 29 22|0.0|4.0 +000922|sil tuo1 de2 ceng2 jing1 qian3 ze2 zhe4 ben3 shu1 sp1 chong1 man3 le5 huang3 yan2 wu1 mie4 sp1 yi3 ji2 mo3 hei1 sil|sil 托 德 曾 经 谴 责 这 本 书 sp1 充 满 了 谎 言 污 蔑 sp1 以 及 抹 黑 sil|22 27 22 23 20 28 16 12 16 25 6 24 13 11 22 31 16 29 7 13 13 24 32 21|0.0|5.49 +000923|sil hai3 shang4 jiu4 hei1 yun2 gun2 gun3 bai2 lang4 tao1 tao1 le5 sil|sil 海 上 就 黑 云 滚 滚 白 浪 滔 滔 了 sil|24 24 30 22 20 17 20 29 16 21 19 25 18 21|0.0|3.55 +000924|sil shao3 shu4 mi2 fen2 chang3 jia1 zan4 wei4 gen1 feng1 ti2 jia4 sil|sil 少 数 米 粉 厂 家 暂 未 跟 风 提 价 sil|25 26 21 19 17 23 27 18 15 17 17 21 24 20|0.0|3.37 +000925|sil zui4 bei3 ce4 de5 zhan3 gui4 gui4 tai2 wai4 ce4 mu4 ban3 sp1 you3 bei4 qiao4 hen2 ji4 sil|sil 最 北 侧 的 展 柜 柜 台 外 侧 木 板 sp1 有 被 撬 痕 迹 sil|25 22 17 22 14 18 14 16 18 19 15 18 27 5 14 18 21 22 25 19|0.0|4.28 +000926|sil you3 xue2 sheng1 pa1 zai4 chuang1 tai2 hou3 jiao4 sp1 you3 ren2 chui1 shao4 sp1 shen1 ye4 li3 te4 bie2 ci4 er3 sil|sil 有 学 生 趴 在 窗 台 吼 叫 sp1 有 人 吹 哨 sp1 深 夜 里 特 别 剌 耳 sil|25 14 17 23 23 14 22 17 19 25 26 11 14 21 26 25 20 18 24 23 15 23 21 22|0.0|5.66 +000927|sil hui2 jia1 he2 ge1 menr5 r zuo4 yi2 kuai4 pin1 pin1 jiu3 liang4 xu4 xu5 jiu4 sp1 lai2 nian2 jie1 zhe5 gan4 sil|sil 回 家 和 哥 们 儿 坐 一 块 拼 拼 酒 量 叙 叙 旧 sp1 来 年 接 着 干 sil|17 23 25 17 15 24 0 19 10 27 21 16 20 23 16 15 25 22 16 26 18 13 25 18|0.0|5.24 +000928|sil er2 lei2 nuo4 ci2 shi1 hun1 hou4 sp1 ye2 ba3 sp1 bu4 luo4 ke4 sp1 dang1 cheng2 bi4 feng1 gang3 sil|sil 而 雷 诺 兹 失 婚 后 sp1 也 把 sp1 布 洛 克 sp1 当 成 避 风 港 sil|25 21 18 17 25 18 20 24 20 14 18 3 10 17 28 3 21 20 14 19 30 18|0.0|4.68 +000929|sil zhe4 yang5 cai2 rang4 che1 lun2 zi5 zhuan4 qi3 lai2 sil|sil 这 样 才 让 车 轮 子 转 起 来 sil|24 21 21 15 15 19 17 11 22 14 27 21|0.0|2.63 +000930|sil zhu3 yao4 you2 li3 yu2 sp1 yin2 qi2 sp1 nian2 yu2 sp1 cao3 yu2 sp1 ni2 qiu5 deng3 sil|sil 主 要 有 鲤 鱼 sp1 银 鲫 sp1 鲶 鱼 sp1 草 鱼 sp1 泥 鳅 等 sil|24 15 19 31 23 31 7 24 35 11 28 27 2 33 29 8 18 23 28 18|0.0|5.04 +000931|sil tu2 nuan3 qi4 yong4 lai2 gong1 re4 sp1 ye3 yong4 lai2 zuo4 fan4 sil|sil 土 暖 气 用 来 供 热 sp1 也 用 来 做 饭 sil|22 25 24 25 16 15 17 25 9 10 14 15 20 26 20|0.0|3.29 +000932|sil shou4 wu4 tian1 ying2 xiang3 sp1 qian2 fang1 chu1 xian4 yong1 du3 sp1 ta1 huan2 huan3 ting2 xia4 sil|sil 受 雾 天 影 响 sp1 前 方 出 现 拥 堵 sp1 他 缓 缓 停 下 sil|24 32 20 20 18 29 15 24 24 17 16 23 22 18 23 22 18 21 26 20|0.0|5.02 +000933|sil ta1 jiang3 ke4 re2 nao3 wan4 zai3 xian4 xian4 wei3 shu1 ji5 chen2 xiao3 ping2 de5 shi4 qing5 sp1 ceng2 hong2 tou4 wang3 luo4 sil|sil 他 讲 课 惹 恼 万 载 县 县 委 书 记 陈 晓 平 的 事 情 sp1 曾 红 透 网 络 sil|23 20 22 24 17 24 23 15 17 15 13 19 18 20 18 20 9 17 23 12 24 21 18 21 25 21|0.0|5.79 +000934|sil er2 nong2 min2 gong1 que4 you3 le5 geng4 duo1 tiao1 tiao1 jian2 jian3 de5 yu2 di4 sil|sil 而 农 民 工 却 有 了 更 多 挑 挑 拣 拣 的 余 地 sil|25 21 20 16 23 20 12 14 19 16 23 19 18 13 8 20 23 22|0.0|3.85 +000935|sil juan2 qi3 xiu4 zi5 sp1 kan2 kan3 er2 tan2 sil|sil 卷 起 袖 子 sp1 侃 侃 而 谈 sil|24 28 18 28 21 4 25 19 15 36 21|0.0|2.77 +000936|sil you4 er2 yuan2 luan4 shou1 fei4 ru2 he2 guan3 sp1 you4 er2 yuan2 de5 shou1 fei4 you3 duo1 gao1 sil|sil 幼 儿 园 乱 收 费 如 何 管 sp1 幼 儿 园 的 收 费 有 多 高 sil|25 18 14 21 18 19 25 18 19 34 31 13 13 16 6 22 25 20 17 26 22|0.0|4.9 +000937|sil yu2 lun4 wei4 he2 hui4 li4 ting3 qiu1 cheng2 tong2 xian1 sheng5 de5 jia3 shuo1 sil|sil 舆 论 为 何 会 力 挺 丘 成 桐 先 生 的 假 说 sil|26 16 27 16 15 14 18 23 18 19 17 19 14 7 21 30 21|0.0|3.73 +000938|sil you2 wang3 min2 ren4 wei2 sp1 shui3 zhi4 bu4 da2 biao1 sp1 yuan2 yu2 yi4 zhong3 tuo2 niao3 si1 wei2 sil|sil 有 网 民 认 为 sp1 水 质 不 达 标 sp1 源 于 一 种 鸵 鸟 思 维 sil|25 16 17 15 18 27 15 25 17 15 17 26 14 13 11 17 20 22 22 18 28 21|0.0|4.87 +000939|sil xiao4 yuan1 su4 yan2 mei2 mao5 jiao4 qian3 sp1 wu3 guan1 bu4 chu1 se4 sil|sil 孝 渊 素 颜 眉 毛 较 浅 sp1 五 官 不 出 色 sil|26 30 23 22 24 20 16 20 35 17 16 25 15 21 29 18|0.0|4.15 +000940|sil yan1 ye3 jie4 le5 sp1 jiu2 ye3 jie4 le5 sp1 ren2 sheng1 mei2 sha2 le4 qu4 le5 sil|sil 烟 也 戒 了 sp1 酒 业 戒 了 sp1 人 生 没 啥 乐 趣 了 sil|25 24 16 24 20 3 27 19 19 16 20 20 26 19 19 21 20 19 21|0.0|4.39 +000941|sil nv3 xing4 shi4 min2 wen2 ting1 yi3 hou4 lian2 lian2 bai2 shou3 sil|sil 女 性 市 民 闻 听 以 后 连 连 摆 手 sil|25 15 22 15 30 18 18 13 25 21 19 20 33 21|0.0|3.42 +000942|sil ta1 de5 wen1 rou2 ju4 you3 mi2 huo4 xing4 sil|sil 他 的 温 柔 具 有 迷 惑 性 sil|24 21 12 19 24 17 13 23 25 29 20|0.0|2.63 +000943|sil ta1 pang2 huang2 pai2 huai2 guo4 sp1 dan4 cong2 wei4 tui2 fei4 jue2 wang4 guo4 sil|sil 他 彷 徨 徘 徊 过 sp1 但 从 未 颓 废 绝 望 过 sil|22 25 28 27 26 23 23 22 21 22 17 19 17 20 24 26 20|0.0|4.44 +000944|sil zai4 sui2 xiao2 jie2 yan3 zhong1 sp1 xi1 ha1 nu3 ke4 fei1 chang2 he2 ai3 sil|sil 在 隋 小 姐 眼 中 sp1 西 哈 努 克 非 常 和 蔼 sil|25 24 19 19 15 21 24 8 20 15 18 22 21 23 19 30 19|0.0|3.97 +000945|sil zhe4 yao4 kan4 qiu2 dui4 de5 ye3 xin1 yu3 yi4 yuan4 sil|sil 这 要 看 球 队 的 野 心 与 意 愿 sil|24 14 15 22 23 13 11 23 25 18 22 32 20|0.0|3.04 +000946|sil quan2 sheng4 xiao4 dao4 sp1 guang1 ni2 ji3 chu1 de5 han4 sp1 ye3 gou4 wo2 xi3 ge5 lin2 yu4 sil|sil 全 胜 笑 道 sp1 光 你 挤 出 的 汗 sp1 也 够 我 洗 个 淋 浴 sil|23 28 19 23 22 37 20 16 19 17 9 27 11 12 15 14 17 10 19 23 20|0.0|4.66 +000947|sil sun1 xu4 guang1 sp1 zai4 wei4 yi2 hu4 nong2 jia1 sp1 an1 zhuang1 ma4 zha5 yang3 zhi2 chang3 jian1 kong4 qi4 sil|sil 孙 旭 光 sp1 在 为 一 户 农 家 sp1 安 装 蚂 蚱 养 殖 场 监 控 器 sil|26 23 18 28 4 16 13 13 13 21 24 3 18 27 21 13 19 14 23 18 20 28 21|0.0|4.92 +000948|sil you2 gai3 qi4 zui4 huo3 re4 shi2 sp1 you2 gai3 zhuang1 zi1 zhi4 de5 ge4 da4 wei2 xiu1 chang3 dou1 xu1 yao4 ti2 qian2 yu4 yue1 sil|sil 油 改 气 最 火 热 时 sp1 有 改 装 资 质 的 各 大 维 修 厂 都 需 要 提 前 预 约 sil|26 16 20 24 17 20 17 28 30 13 17 17 17 16 17 15 12 16 18 30 15 14 19 18 18 15 27 21|0.0|6.19 +000949|sil guo1 kui2 zhang1 jie1 shou4 nan2 du1 zhuan1 fang3 sil|sil 郭 奎 章 接 受 南 都 专 访 sil|21 19 20 25 20 18 22 14 21 31 19|0.0|2.67 +000950|sil duo4 shou3 yi4 bian1 jia4 chuan2 yi4 bian1 pai1 zhao4 sil|sil 舵 手 一 边 驾 船 一 边 拍 照 sil|23 21 27 16 16 18 32 16 15 22 24 21|0.0|2.91 +000951|sil tian2 zhong1 zui4 jin4 yin1 bei4 bao4 yu3 hei1 she4 hui4 you2 ran2 deng3 jiang1 yin3 jiu4 ci2 zhi2 sil|sil 田 中 最 近 因 被 曝 与 黑 社 会 有 染 等 将 引 咎 辞 职 sil|24 27 25 18 14 19 19 23 18 21 15 17 15 22 28 24 18 17 21 30 22|0.0|5.07 +000952|sil ao4 pu3 la1 sp1 yu3 mei4 mei5 tuan2 ju4 sil|sil 奥 普 拉 sp1 与 妹 妹 团 聚 sil|25 20 16 27 5 14 17 15 26 25 22|0.0|2.46 +000953|sil lai2 lai2 lai2 sp1 wang2 wo3 huai2 li3 yun1 sil|sil 来 来 来 sp1 往 我 怀 里 晕 sil|25 15 17 31 18 17 22 23 17 30 20|0.0|2.73 +000954|sil mu3 qin1 ku1 zhe5 qiu2 er2 zi5 bu2 yao4 reng1 sp1 yi4 bian1 na2 tiao2 zhou5 sao3 sil|sil 母 亲 哭 着 求 儿 子 不 要 扔 sp1 一 边 拿 笤 帚 扫 sil|25 19 28 24 13 18 18 17 12 21 25 20 13 16 18 26 15 35 22|0.0|4.47 +000955|sil shui3 chi2 bian1 you3 dian4 beng4 he2 shui2 guan3 sil|sil 水 池 边 有 电 泵 和 水 管 sil|24 25 20 26 21 23 19 16 21 35 18|0.0|2.88 +000956|sil di4 er4 zhi1 qu3 zi5 shi4 zui4 xuan4 min2 zu2 feng1 sil|sil 第 二 支 曲 子 是 最 炫 民 族 风 sil|22 12 22 15 24 24 24 18 21 18 16 28 20|0.0|3.07 +000957|sil mu4 qian2 sp1 yi1 yuan4 yi3 jing1 wei4 wang2 jing4 chou1 qu3 le5 gu2 sui3 jin4 xing2 hua4 yan4 sil|sil 目 前 sp1 医 院 已 经 为 王 静 抽 取 了 骨 髓 进 行 化 验 sil|111 17 34 7 14 20 14 15 17 22 25 24 15 18 19 21 13 14 22 24 20|0.0|5.64 +000958|sil yi2 dian4 de5 bi4 yun4 tao4 e5 sil|sil 一 店 的 避 孕 套 额 sil|25 17 22 9 11 15 28 24 20|0.0|1.99 +000959|sil bie2 chi1 o5 sp1 chi1 yi4 kou3 pang4 shi2 jin1 sil|sil 别 吃 哦 sp1 吃 一 口 胖 十 斤 sil|23 20 27 21 9 21 12 23 23 20 23 22|0.0|2.83 +000960|sil yuan2 you3 tou2 su4 dian4 hua4 sp1 liu4 yao1 ba1 liu4 ling2 yao1 er4 er4 sp1 ji4 xu4 shi3 yong4 sil|sil 原 有 投 诉 电 话 sp1 六 幺 八 六 零 幺 二 二 sp1 继 续 使 用 sil|26 17 20 18 14 18 28 27 17 20 17 15 18 22 16 21 3 19 16 20 26 17|0.0|4.82 +000961|sil cong2 duan4 qiao2 wang3 bai2 di1 zou3 sp1 yan2 an4 chuan2 zhu3 men5 sp1 zheng4 zai4 yong4 la1 ji1 tong3 sp1 bo4 ji5 deng3 gong1 ju4 pai2 shui3 sil|sil 从 断 桥 往 白 堤 走 sp1 沿 岸 船 主 们 sp1 正 在 用 垃 圾 桶 sp1 簸 箕 等 工 具 排 水 sil|25 33 23 27 21 17 16 31 31 12 19 22 16 25 3 18 13 21 15 16 32 5 22 19 14 17 13 22 31 20|0.0|6.95 +000962|sil lao3 zhu1 mi1 zhe5 yan3 zhun3 bei4 ji4 xu4 da2 dun3 sil|sil 老 朱 眯 着 眼 准 备 继 续 打 盹 sil|25 21 23 22 13 29 19 15 18 16 19 34 16|0.0|3.14 +000963|sil wo3 shen1 gao1 yi4 mi3 liu4 wu3 ya5 sil|sil 我 身 高 一 米 六 五 呀 sil|25 14 22 24 16 13 21 19 28 20|0.0|2.34 +000964|sil wen2 hua4 tuan2 ti3 wen2 hua4 ren2 shi4 kao4 yang3 huo2 de5 sil|sil 文 化 团 体 文 化 人 是 靠 养 活 的 sil|25 16 18 23 21 22 22 26 17 17 21 24 16 22|0.0|3.37 +000965|sil da4 deng1 zu3 leng2 jiao3 xian4 tiao2 ping2 zhi2 qing1 xi1 sp1 bing4 yu3 wu4 deng1 xiang1 hu1 ying4 sil|sil 大 灯 组 棱 角 线 条 平 直 清 晰 sp1 并 与 雾 灯 相 呼 应 sil|23 19 20 21 20 18 19 28 23 13 21 27 25 16 13 22 19 21 21 23 20|0.0|5.02 +000966|sil wo2 xi3 huan1 wan2 ying1 xiong2 lian2 meng2 o5 sp1 zhu3 ren2 ye3 wan2 ma5 sil|sil 我 喜 欢 玩 英 雄 联 盟 哦 sp1 主 人 也 玩 吗 sil|25 13 15 24 23 16 18 17 20 19 14 17 17 16 20 22 20|0.0|3.67 +000967|sil wai4 jie4 jiu4 qi2 zhui4 lou2 yuan2 yin1 chuai3 ce4 bu2 duan4 sil|sil 外 界 就 其 坠 楼 原 因 揣 测 不 断 sil|25 22 21 16 24 15 15 16 29 25 20 14 23 20|0.0|3.31 +000968|sil tai2 wan1 gao1 deng2 fa3 yuan4 tai2 zhong1 fen1 yuan4 sp1 jin1 tian1 pan4 chu2 liang3 ren2 wu2 zui4 ding4 an4 sil|sil 台 湾 高 等 法 院 台 中 分 院 sp1 今 天 判 处 两 人 无 罪 定 案 sil|23 24 23 18 17 17 27 21 17 17 23 16 15 16 20 19 18 20 17 15 15 23 21|0.0|5.13 +000969|sil yan2 hai3 di4 qu1 sp1 ze2 qiang2 feng1 si4 nve4 sil|sil 沿 海 地 区 sp1 则 强 风 肆 虐 sil|25 19 20 15 25 3 20 24 18 17 28 19|0.0|2.71 +000970|sil ze2 kao1 ying1 long2 hua2 li2 hun1 wu2 wang4 sil|sil 泽 尻 英 龙 华 离 婚 无 望 sil|24 20 22 15 19 33 16 23 14 26 21|0.0|2.71 +000971|sil gong1 si1 shen4 zhi4 song2 yong3 nian2 qing1 gu4 ke4 sp1 zi4 pai1 yi1 fu5 huo4 nei4 yi1 zhao4 sp1 tou2 gao3 sp1 yi3 dai4 cai3 yong4 sil|sil 公 司 甚 至 怂 恿 年 轻 顾 客 sp1 自 拍 衣 服 或 内 衣 照 sp1 投 稿 sp1 以 待 采 用 sil|22 22 28 22 10 21 21 17 21 15 23 4 18 21 18 20 16 16 14 24 20 24 27 7 11 16 22 24 19|0.0|6.3 +000972|sil yi2 zhuai4 la1 sp1 shi4 tiao2 da4 yu2 sil|sil 一 拽 拉 sp1 是 条 大 鱼 sil|25 15 20 24 6 20 17 22 28 20|0.0|2.29 +000973|sil wo3 zui4 jin4 ye3 shi4 zhou4 ye4 dian1 dao3 le5 sil|sil 我 最 近 也 是 昼 夜 颠 倒 了 sil|26 14 18 17 17 25 21 15 23 20 18 20|0.0|2.72 +000974|sil nan2 shou4 shi2 sp1 ou1 yang2 jing4 jiu4 yao2 yao3 ya2 cheng1 zhe5 sil|sil 难 受 时 sp1 欧 阳 靖 就 咬 咬 牙 撑 着 sil|25 20 20 25 17 12 18 25 17 17 15 18 28 19 21|0.0|3.45 +000975|sil ji1 hu1 ting1 bu5 dao4 zao4 yin1 sp1 chu2 le5 er3 mo2 shao1 shao1 gan3 dao4 ya1 li4 wai4 sil|sil 几 乎 听 不 到 噪 音 sp1 除 了 耳 膜 稍 稍 感 到 压 力 外 sil|22 19 25 19 11 14 18 23 19 19 12 16 24 20 15 15 12 18 16 24 20|0.0|4.42 +000976|sil qi2 yu3 qi1 zi3 sp1 wang2 jiang1 sui4 de5 li2 hun1 shou3 xu4 sp1 yi3 yu2 nian2 nei4 ban4 tuo3 sil|sil 其 与 妻 子 sp1 王 江 穗 的 离 婚 手 续 sp1 已 于 年 内 办 妥 sil|24 23 15 22 25 4 17 19 19 6 15 16 19 26 11 12 19 20 16 19 32 20|0.0|4.63 +000977|sil mu4 qian2 sp1 qiang1 shou3 lin2 zheng4 wei3 kai1 qiang1 dong4 ji1 ban2 ben3 sp1 yi2 you3 wu2 zhong3 sil|sil 目 前 sp1 枪 手 林 正 伟 开 枪 动 机 版 本 sp1 已 有 五 种 sil|25 13 34 4 30 21 18 15 29 21 19 14 15 18 23 7 9 15 19 29 16|0.0|4.57 +000978|sil shou3 cheng2 jiang4 shi4 tong2 chou2 di2 kai4 sp1 yu4 xue4 fen4 zhan4 sil|sil 守 城 将 士 同 仇 敌 忾 sp1 浴 血 奋 战 sil|25 24 22 23 21 24 20 15 28 10 14 21 20 22 20|0.0|3.59 +000979|sil da4 feng1 chui1 san4 le5 wu4 qi4 sp1 yan4 yang2 kai1 shi3 dang1 kong1 zhao4 sp1 ming2 huang2 huang3 ci4 ren2 yan3 sil|sil 大 风 吹 散 了 雾 气 sp1 艳 阳 开 始 当 空 照 sp1 明 晃 晃 刺 人 眼 sil|23 21 25 22 17 9 18 30 29 19 24 20 15 18 21 25 24 21 21 27 19 16 35 15|0.0|5.97 +000980|sil sen1 ben2 min3 zai4 hui4 tan2 zhong1 jin2 biao3 shi4 sp1 jiang1 ren4 zhen1 dui4 dai4 jue2 yi4 sil|sil 森 本 敏 在 会 谈 中 仅 表 示 sp1 将 认 真 对 待 决 议 sil|26 26 16 28 18 15 18 20 16 20 26 14 28 21 18 14 14 21 24 18|0.0|4.66 +000981|sil li3 kun1 peng2 gen1 lao3 lao5 lao3 ye5 yi4 qi3 sheng1 huo2 sil|sil 李 坤 鹏 跟 姥 姥 姥 爷 一 起 生 活 sil|25 15 21 29 23 13 13 21 21 16 15 19 32 20|0.0|3.29 +000982|sil zhu1 zhu1 de5 fan3 chuan4 ban4 xiang4 sp1 e1 nuo2 duo1 zi1 sil|sil 朱 洙 的 反 串 扮 相 sp1 婀 娜 多 姿 sil|24 20 18 16 20 21 17 23 5 15 18 18 28 21|0.0|3.06 +000983|sil you2 yu2 xue2 ye4 deng3 wen4 ti2 sp1 song4 mou3 dui4 yan2 mou3 chan3 sheng1 yuan4 hen4 sp1 xun2 ji1 bao4 fu5 sil|sil 由 于 学 业 等 问 题 sp1 宋 某 对 严 某 产 生 怨 恨 sp1 寻 机 报 复 sil|25 16 19 24 17 15 19 26 26 27 22 16 19 24 22 14 21 27 4 22 14 22 25 21|0.0|5.65 +000984|sil zai4 yao4 fang2 sp1 wen1 jia1 bao3 xun2 wen4 sp1 wei2 wu2 er3 yi1 yao4 he2 zhong1 yao4 de5 qu1 bie2 sil|sil 在 药 房 sp1 温 家 宝 询 问 sp1 维 吾 尔 医 药 和 中 药 的 区 别 sil|25 18 20 30 22 14 18 21 23 25 6 17 9 20 16 26 20 14 18 8 23 26 20|0.0|5.1 +000985|sil jiu4 xiang4 bian3 dan1 yi2 yang4 sp1 liang3 tou2 wan1 sil|sil 就 像 扁 担 一 样 sp1 两 头 弯 sil|24 19 26 24 15 12 28 7 25 20 28 22|0.0|2.9 +000986|sil ge3 you1 xian4 shen1 zhong1 wang3 sp1 yu2 li3 na4 he2 ying3 sil|sil 葛 优 现 身 中 网 sp1 与 李 娜 合 影 sil|24 19 22 21 20 21 29 5 15 16 19 22 28 14|0.0|3.19 +000987|sil feng1 qing1 duo4 zheng4 zi4 yuan3 hang2 sil|sil 风 清 舵 正 自 远 航 sil|24 28 25 18 23 18 24 36 22|0.0|2.53 +000988|sil bu4 shao3 er4 san1 xian4 jiu3 jia1 ye3 lai2 cou4 re4 nao5 sil|sil 不 少 二 三 线 酒 家 也 来 凑 热 闹 sil|23 17 26 19 18 18 17 26 14 17 18 17 27 19|0.0|3.2 +000989|sil yin1 wei4 han2 you3 yan2 fen4 ya5 sil|sil 因 为 含 有 盐 分 呀 sil|25 13 21 17 15 23 22 26 20|0.0|2.11 +000990|sil zai4 gui4 zhou1 su4 you3 sp1 bei2 you3 ren2 huai2 mao2 tai2 sp1 nan2 you3 sp1 du1 yun2 mao2 jian1 de5 mei3 yu4 sil|sil 在 贵 州 素 有 sp1 北 有 仁 怀 茅 台 sp1 南 有 sp1 都 匀 毛 尖 的 美 誉 sil|25 18 18 23 21 27 14 18 21 20 16 19 34 29 17 28 3 16 18 19 17 7 21 26 20|0.0|5.75 +000991|sil hua1 er2 san4 bo1 fen1 fang1 sp1 you3 yi4 chuan2 di4 wen1 nuan3 sp1 rang4 wo3 men2 huan1 yu2 zai4 yang2 yi4 xi1 wang4 de5 yi4 nian2 sil|sil 花 儿 散 播 芬 芳 sp1 友 谊 传 递 温 暖 sp1 让 我 们 欢 愉 在 洋 溢 希 望 的 一 年 sil|22 18 24 23 14 22 30 15 20 25 26 10 20 33 30 14 12 21 20 15 17 19 16 22 20 9 14 36 14|0.0|6.75 +000992|sil zen3 yang4 ba3 gao1 da4 de5 zhi2 wu4 sp1 nong2 suo1 yu2 fang1 cun4 zhi1 zhong1 sil|sil 怎 样 把 高 大 的 植 物 sp1 浓 缩 于 方 寸 之 中 sil|25 21 24 16 20 13 10 18 23 7 16 19 16 23 20 16 25 21|0.0|3.87 +000993|sil ceng2 chu1 yan3 dian4 ying3 zuo4 pin3 sp1 ding3 zhen1 sp1 he2 liu4 yue4 li2 hao3 yang2 guang1 sil|sil 曾 出 演 电 影 作 品 sp1 顶 针 sp1 和 六 月 里 好 阳 光 sil|24 29 21 21 13 16 19 31 2 24 27 8 25 18 14 20 21 20 25 22|0.0|4.64 +000994|sil wo3 mei2 xin1 ji2 ya5 sp1 wo3 hen2 you3 nai4 xin1 ya5 sil|sil 我 没 心 急 呀 sp1 我 很 有 耐 心 呀 sil|25 15 21 23 20 23 16 13 21 16 21 19 25 18|0.0|3.2 +000995|sil xu2 dun1 xin4 ren4 wei2 sp1 zhe4 shi4 ri4 fang1 zai4 gu4 yi4 wai1 qu1 sp1 duan4 zhang1 qu3 yi4 sil|sil 徐 敦 信 认 为 sp1 这 是 日 方 在 故 意 歪 曲 sp1 断 章 取 义 sil|25 22 16 19 18 26 8 15 14 17 24 18 17 11 21 25 6 21 19 23 26 21|0.0|4.78 +000996|sil ke3 xi1 xian1 tian1 ji1 chu3 bo2 ruo4 sp1 dei3 xian1 cong2 fan1 qie2 chao3 dan4 sp1 he2 tu3 dou4 si1 lian4 qi3 sil|sil 可 惜 先 天 基 础 薄 弱 sp1 得 先 从 番 茄 炒 蛋 sp1 和 土 豆 丝 练 起 sil|22 22 24 27 22 13 19 18 23 27 16 19 23 20 17 22 23 9 17 18 15 17 22 26 21|0.0|5.83 +000997|sil si4 shi5 si4 sui4 wei4 jun4 jie2 sp1 you3 du4 nan3 sp1 wu2 shi4 ye4 sp1 shuang1 chong2 zhong1 nian2 wei1 ji1 sil|sil 四 十 四 岁 魏 骏 杰 sp1 有 肚 腩 sp1 无 事 业 sp1 双 重 中 年 危 机 sil|27 19 12 19 22 15 18 29 12 18 15 30 8 13 24 21 11 27 23 15 16 16 28 27|0.0|5.395 +000998|sil wei2 rao4 ta1 de5 chuan2 yan2 fen1 fen1 rao2 rao3 sil|sil 围 绕 他 的 传 言 纷 纷 扰 扰 sil|26 14 18 18 9 22 24 22 16 18 31 20|0.0|2.76 +000999|sil miao2 wei2 kun4 yi3 wei1 lou2 sp1 chan4 sheng1 shuo1 sp1 you3 shen2 me5 hao3 pai1 de5 sil|sil 苗 圩 困 倚 危 楼 sp1 颤 声 说 sp1 有 什 么 好 拍 的 sil|25 22 19 26 13 20 27 5 24 17 26 18 13 18 13 19 27 15 23|0.0|4.29 +001000|sil hui4 chu1 xian4 zhe4 zhong2 qiang3 tai2 ci2 sp1 bei4 cuo4 tai2 ci2 de5 cuo4 wu4 ma5 sil|sil 会 出 现 这 种 抢 台 词 sp1 背 错 台 词 的 错 误 吗 sil|19 19 17 16 13 22 25 18 26 4 16 17 20 15 7 21 14 23 20|0.0|3.86 +001001|sil cai4 shao4 fen1 pai1 tuo1 ye3 bu2 ren4 la5 sil|sil 蔡 少 芬 拍 拖 也 不 认 啦 sil|25 22 18 23 22 26 14 12 23 23 21|0.0|2.66 +001002|sil duan4 mi3 yi4 sp1 yan2 xiao2 yu3 sp1 wang2 guang1 ming2 sp1 zhang1 zhi4 chu1 sp1 wang2 qun2 sp1 wei4 che1 dui4 shou4 qi2 sil|sil 段 洣 毅 sp1 颜 晓 宇 sp1 王 光 明 sp1 张 志 初 sp1 王 群 sp1 为 车 队 授 旗 sil|23 21 17 30 7 19 26 24 13 19 18 30 10 23 15 31 11 21 32 6 14 20 12 18 31 21|0.0|5.95 +001003|sil zui4 jin4 sp1 yi2 fen4 cai2 liao4 fan3 ying4 le5 nei4 meng2 gu3 yi4 qi3 sp1 ju4 tan1 chi1 kua2 qi3 ye4 an4 jian4 sil|sil 最 近 sp1 一 份 材 料 反 映 了 内 蒙 古 一 起 sp1 巨 贪 吃 垮 企 业 案 件 sil|23 21 26 11 10 17 19 20 19 19 15 15 16 18 15 27 4 20 23 15 17 17 12 21 23 20|0.0|5.37 +001004|sil wa2 ta3 la1 zong2 tong2 yi3 xia4 ling4 sp1 jian1 jue2 hui2 ying4 xi2 ji1 zhe3 sil|sil 瓦 塔 拉 总 统 已 下 令 sp1 坚 决 回 应 袭 击 者 sil|25 15 16 18 18 19 14 19 20 7 21 15 16 17 17 15 28 20|0.0|3.72 +001005|sil wo3 fa1 le5 wei2 bo2 sp1 yao4 bu2 yao4 lai2 zhuan3 yi2 xia4 a5 sil|sil 我 发 了 围 脖 sp1 要 不 要 来 转 一 下 啊 sil|25 14 16 10 20 26 18 14 7 15 18 20 10 21 18 19|0.0|3.15 +001006|sil wang2 tie3 ji2 wei1 bo2 zai4 wang3 shang4 re4 chuan2 sil|sil 网 帖 及 微 博 在 网 上 热 传 sil|26 21 23 12 19 25 19 21 18 16 34 21|0.0|2.96 +001007|sil yi2 lu4 feng1 chen2 pu2 pu2 sp1 yi2 lu4 kuan2 kuan3 shen1 qing2 sil|sil 一 路 风 尘 仆 仆 sp1 一 路 款 款 深 情 sil|26 12 22 23 23 16 31 14 11 20 24 17 21 32 22|0.0|3.65 +001008|sil fou3 ze2 jiang1 yu3 ya4 tai4 di4 qu1 ren2 min2 de5 pu3 bian4 yuan4 wang4 sp1 nan2 yuan2 bei3 zhe2 sil|sil 否 则 将 与 亚 太 地 区 人 民 的 普 遍 愿 望 sp1 南 辕 北 辙 sil|25 22 27 23 20 16 15 12 13 15 15 14 21 13 18 24 6 18 19 15 28 22|0.0|4.66 +001009|sil liang2 jian4 hong2 ji3 fu4 jing1 cheng2 ti4 er2 tao3 xin1 sil|sil 梁 建 红 几 赴 京 城 替 儿 讨 薪 sil|26 19 18 23 14 15 17 24 14 15 19 30 21|0.0|2.96 +001010|sil ling4 wai4 sp1 fu4 ying3 qian2 wan3 sp1 yu3 yi1 ban1 peng2 you5 shuai4 xian1 qing4 zhu4 sp1 da3 ma2 jiang4 shua3 le4 sil|sil 另 外 sp1 傅 颖 前 晚 sp1 与 一 班 朋 友 率 先 庆 祝 sp1 打 麻 将 耍 乐 sil|25 15 27 8 22 15 19 30 4 10 14 19 18 14 16 18 21 17 11 15 18 18 19 24 21|0.0|5.08 +001011|sil lao3 tou2 jiang1 le4 le5 tuo1 zhi4 gou1 di3 sp1 ran2 hou4 zai4 zhuai4 jin4 yi4 kong3 yao2 dong4 sil|sil 老 头 将 乐 乐 拖 至 沟 底 sp1 然 后 再 拽 进 一 孔 窑 洞 sil|26 17 25 18 14 19 17 13 18 25 21 15 22 15 17 15 13 20 17 24 20|0.0|4.54 +001012|sil zui4 pu3 ji2 de5 er4 jia2 ben3 she4 xiang1 zui4 pian2 yi5 sil|sil 最 普 及 的 二 甲 苯 麝 香 最 便 宜 sil|23 24 20 18 18 18 19 16 17 20 18 25 18 22|0.0|3.21 +001013|sil e4 yi4 sao1 rao3 shi3 de2 da4 liang4 ji2 jiu4 zi1 yuan2 bei4 zhan4 yong4 sil|sil 恶 意 骚 扰 使 得 大 量 急 救 资 源 被 占 用 sil|25 21 13 20 24 20 12 14 18 12 17 16 22 16 17 26 16|0.0|3.59 +001014|sil qing1 pen2 bao4 yu3 sp1 jin3 gen1 zhe5 bing1 bao2 er2 lai2 sil|sil 倾 盆 暴 雨 sp1 紧 跟 着 冰 雹 而 来 sil|24 29 21 21 20 4 20 14 10 19 15 12 30 21|0.0|3.02 +001015|sil zang1 wu4 de2 shou3 hou4 sp1 ta1 jing4 jiang1 qi2 sai1 ru4 xiong1 zhao4 yan3 ren2 er3 mu4 sil|sil 赃 物 得 手 后 sp1 她 竟 将 其 塞 入 胸 罩 掩 人 耳 目 sil|25 23 13 13 17 23 21 17 14 18 21 14 13 23 19 17 15 19 24 21|0.0|4.3 +001016|sil san2 da3 dui4 yuan2 sai4 qian2 xun4 lian4 sil|sil 散 打 队 员 赛 前 训 练 sil|26 25 15 16 22 19 16 15 22 20|0.0|2.28 +001017|sil shua1 piao4 jin4 zha2 hou4 sp1 jiu4 shi4 an1 jian2 kou3 sil|sil 刷 票 进 闸 后 sp1 就 是 安 检 口 sil|25 24 21 16 19 24 3 16 15 18 17 27 20|0.0|2.85 +001018|sil jian4 chang1 gong1 shan1 zui2 shui3 ku4 xie4 hong2 sp1 yin3 lai2 shu4 bai3 ren2 xia4 he2 lao1 yu2 sil|sil 建 昌 宫 山 嘴 水 库 泄 洪 sp1 引 来 数 百 人 下 河 捞 鱼 sil|23 22 22 20 24 15 16 15 18 30 13 13 17 19 19 23 23 11 19 26 20|0.0|4.74 +001019|sil suo2 yi3 kong2 zi3 cai2 pi1 ping2 zi3 gong4 sil|sil 所 以 孔 子 才 批 评 子 贡 sil|25 23 18 28 19 21 15 20 17 23 22|0.0|2.68 +001020|sil wang2 hui1 tang2 ren2 shi1 yi4 tu2 xie3 jiang1 nan2 jing3 se4 sp1 zi4 ti2 zuo4 yu2 geng1 yin2 sp1 wei2 kang1 xi1 si4 shi2 jiu3 nian2 sil|sil 王 翚 唐 人 诗 意 图 写 江 南 景 色 sp1 自 题 作 于 庚 寅 sp1 为 康 熙 四 十 九 年 sil|25 21 33 21 16 17 13 26 24 19 17 18 26 38 18 27 24 21 20 32 28 20 23 21 15 12 20 31 22|0.0|7.52 +001021|sil gong1 you3 men5 wei2 cheng2 yi4 quan1 chou2 mei2 ku2 lian3 sil|sil 工 友 们 围 成 一 圈 愁 眉 苦 脸 sil|22 20 18 26 17 17 14 28 21 17 19 26 23|0.0|3.11 +001022|sil ming2 dai4 gan1 yang2 zai4 yin4 zhang1 ji2 shuo1 sp1 miao2 shu4 ji2 wei2 xiang2 xi4 sil|sil 明 代 甘 旸 在 印 章 集 说 sp1 描 述 极 为 详 细 sil|25 18 14 16 28 19 17 14 14 21 4 21 21 15 13 19 21 21|0.0|3.73 +001023|sil ou3 ran2 de5 yi2 ci4 ji1 hui4 sp1 ta1 jie2 shi2 le5 zhi2 ye4 pei2 guang4 zu2 sp1 yang2 zi3 yi4 sil|sil 偶 然 的 一 次 机 会 sp1 她 结 识 了 职 业 陪 逛 族 sp1 杨 紫 艺 sil|26 15 18 10 10 15 16 24 16 19 17 15 17 17 14 18 17 22 4 22 16 23 20|0.0|4.54 +001024|sil ma4 wan2 nao3 zi5 fan3 ying4 guo4 lai2 sp1 yan3 jing1 yi2 deng4 sp1 ba2 yi3 zi5 chuai4 fei1 sp1 ma4 sp1 niang2 de5 xiong2 zui3 ba5 dao4 ting3 hui4 yao4 de5 sil|sil 骂 完 脑 子 反 应 过 来 sp1 眼 睛 一 瞪 sp1 把 椅 子 踹 飞 sp1 骂 sp1 娘 的 熊 嘴 巴 倒 挺 会 要 的 sil|25 20 24 18 11 18 18 15 25 12 15 15 12 23 14 14 13 10 23 26 24 26 39 22 9 21 19 21 13 20 13 23 15 21|0.0|7.4 +001025|sil jian4 yi4 yong3 wei2 de5 cui1 shi1 fu5 sp1 lun1 che1 za2 xiang4 fei1 che1 zei2 sil|sil 见 义 勇 为 的 崔 师 傅 sp1 抡 车 砸 向 飞 车 贼 sil|24 22 17 16 14 7 24 18 23 19 18 22 19 16 13 15 26 22|0.0|3.89 +001026|sil shi4 ge2 san1 nian2 sp1 cui4 cui5 shou3 du4 pou1 bai2 ge4 zhong1 shi3 mo4 sil|sil 事 隔 三 年 sp1 翠 翠 首 度 剖 白 个 中 始 末 sil|24 20 13 17 27 6 20 19 23 18 20 14 9 17 14 29 18|0.0|3.58 +001027|sil lao3 tour2 r si4 hu1 bu4 ying1 pa4 ren4 he2 ren2 sil|sil 老 头 儿 似 乎 不 应 怕 任 何 人 sil|26 19 29 0 17 16 13 16 19 19 16 24 20|0.0|2.72 +001028|sil huo3 zai1 ju4 shuo1 shi4 you2 yi4 gen1 la4 zhu2 yin3 fa1 sil|sil 火 灾 据 说 是 由 一 根 蜡 烛 引 发 sil|19 21 28 17 15 17 16 9 16 18 12 17 26 21|0.0|2.93 +001029|sil yu2 chao1 jue2 de5 mo4 ming2 qi2 miao4 sp1 wen4 gai1 nan2 zi3 sp1 wei4 he2 lan2 che1 sil|sil 余 超 觉 得 莫 名 其 妙 sp1 问 该 男 子 sp1 为 何 拦 车 sil|26 13 27 16 13 14 15 15 27 21 17 12 19 23 5 13 13 17 23 23|0.0|4.09 +001030|sil xiang3 zan4 mei3 sp1 you2 dian3 ci2 qiong2 sil|sil 想 赞 美 sp1 有 点 词 穷 sil|25 27 20 25 11 15 13 16 33 20|0.0|2.38 +001031|sil jiang4 jia4 hou4 de5 men2 piao4 jia4 yi3 yuan2 wei2 dan1 wei4 qu2 zheng3 sp1 si4 she2 wu3 ru4 sil|sil 降 价 后 的 门 票 价 以 元 为 单 位 取 整 sp1 四 舍 五 入 sil|24 23 17 16 5 19 18 27 17 21 16 11 12 18 23 9 21 17 16 24 21|0.0|4.35 +001032|sil ben4 niao2 zhi3 neng2 xian1 fei1 le5 sil|sil 笨 鸟 只 能 先 飞 了 sil|23 19 25 13 16 20 20 20 21|0.0|2.05 +001033|sil suo3 xing4 yin1 qiang3 jiu4 ji2 shi2 sp1 niu1 niu5 tuo1 li2 le5 sheng1 ming4 wei1 xian3 sp1 ke3 dan1 mou3 que4 hao2 wu2 hui3 yi4 sil|sil 所 幸 因 抢 救 及 时 sp1 妞 妞 脱 离 了 生 命 危 险 sp1 可 丹 某 却 毫 无 悔 意 sil|26 23 22 20 19 12 15 29 23 16 21 18 12 11 15 11 16 28 25 16 18 24 18 21 11 22 20 20|0.0|6.18 +001034|sil shai1 xuan2 liang3 zhi1 bai2 shu3 sp1 wei4 yang3 fang1 fa3 dou1 yi2 yang4 sp1 shi2 liang4 ye3 yi2 yang4 sp1 yi4 zhi1 pang4 sp1 yi4 zhi1 shou4 sil|sil 筛 选 两 只 白 鼠 sp1 喂 养 方 法 都 一 样 sp1 食 量 也 一 样 sp1 一 只 胖 sp1 一 只 瘦 sil|24 25 24 19 12 18 28 23 12 16 18 16 18 10 27 27 18 19 17 7 25 31 11 14 32 12 12 13 28 19|0.0|6.68 +001035|sil zhi4 yu2 ta1 na4 dan1 bo2 shen1 qu1 li3 shi2 you2 xiao3 yang4 de5 xin1 zang4 sp1 geng4 wu2 xia2 duo1 xiang3 le5 sil|sil 至 于 他 那 单 薄 身 躯 里 时 有 小 恙 的 心 脏 sp1 更 无 暇 多 想 了 sil|22 17 11 19 23 18 12 17 13 23 19 16 19 17 7 19 23 7 16 14 16 14 21 16 20|0.0|4.86 +001036|sil sheng1 ming2 cheng1 sp1 zhe4 shi4 chun2 shu3 ping2 kong1 nie1 zao4 de5 yao2 yan2 sil|sil 声 明 称 sp1 这 是 纯 属 凭 空 捏 造 的 谣 言 sil|25 23 16 27 15 14 23 24 19 22 15 16 14 6 19 28 20|0.0|3.79 +001037|sil xu2 ruo4 xuan1 gan1 ga4 di1 tou2 xiao4 er2 bu4 da2 sil|sil 徐 若 瑄 尴 尬 低 头 笑 而 不 答 sil|26 18 16 27 18 16 14 24 22 13 14 30 20|0.0|2.99 +001038|sil wan3 shang5 chi1 an1 mian2 yao4 sp1 cai2 neng2 shui4 lia2 xiao3 shi2 sil|sil 晚 上 吃 安 眠 药 sp1 才 能 睡 俩 小 时 sil|25 19 23 15 15 16 20 4 15 11 14 17 18 27 20|0.0|3.01 +001039|sil xie3 hou4 fang4 zai4 zuo4 wei4 de5 you4 bian1 sp1 yong4 yi3 zi4 jing3 sil|sil 写 后 放 在 座 位 的 右 边 sp1 用 以 自 警 sil|25 24 24 20 18 17 11 9 18 29 9 15 13 17 30 16|0.0|3.42 +001040|sil qu4 yi1 yuan4 jian3 cha2 sp1 yi1 sheng1 zhen3 duan4 yang2 fei1 yin1 cao1 lao2 cheng2 ji2 sp1 huan4 shang4 dan2 guan3 ai2 sp1 wan3 qi1 sil|sil 去 医 院 检 查 sp1 医 生 诊 断 杨 飞 因 操 劳 成 疾 sp1 患 上 胆 管 癌 sp1 晚 期 sil|23 33 13 19 19 31 12 11 18 18 24 23 24 21 20 15 22 24 18 20 22 18 14 28 11 17 28 22|0.0|6.59 +001041|sil zai1 min2 men5 zai4 jiu4 zai1 zhang4 peng2 nei4 an1 shui4 sil|sil 灾 民 们 在 救 灾 帐 篷 内 安 睡 sil|25 19 18 25 17 15 13 18 15 12 20 27 36|0.0|3.02 +001042|sil zha4 huang2 gua1 zhi1 la5 sil|sil 榨 黄 瓜 汁 啦 sil|23 22 20 14 17 23 21|0.0|1.63 +001043|sil guan1 zhi1 diao1 fu2 zhe3 sp1 yi4 shi2 huo4 hua1 fei4 shu4 wan4 sil|sil 官 之 刁 腐 者 sp1 一 食 或 花 费 数 万 sil|23 23 18 18 18 23 21 15 25 18 17 15 17 25 19|0.0|3.43 +001044|sil ge4 da4 che1 qi3 you2 xi2 you3 bei1 sil|sil 各 大 车 企 有 喜 有 悲 sil|23 18 14 20 32 18 15 18 24 21|0.0|2.36 +001045|sil xie4 ting2 feng1 liu2 zhe5 hu2 zi5 xian3 cheng2 shu2 sp1 si1 hou2 yin3 bao4 quan2 chang3 sil|sil 谢 霆 锋 留 着 胡 子 显 成 熟 sp1 嘶 吼 引 爆 全 场 sil|26 21 18 27 15 12 22 15 18 23 28 22 20 23 16 15 19 30 20|0.0|4.53 +001046|sil ru4 yuan2 de5 hai2 zi5 ti2 jian3 shi2 sp1 fa1 xian4 gu2 bing3 zhuan3 an1 mei2 zeng1 gao1 sp1 ze2 zan4 bu4 yu3 ru4 yuan2 sil|sil 入 园 的 孩 子 体 检 时 sp1 发 现 谷 丙 转 氨 酶 增 高 sp1 则 暂 不 予 入 园 sil|24 20 17 8 23 16 17 19 27 24 20 26 18 17 15 14 14 19 23 5 23 22 16 11 18 31 19|0.0|5.88 +001047|sil suo2 yi3 sp1 yi1 gai3 bi2 xiao2 gang3 cun1 hai2 nan2 sil|sil 所 以 sp1 医 改 比 小 岗 村 还 难 sil|25 26 25 16 14 27 16 18 17 17 15 29 21|0.0|3.09 +001048|sil zui4 hou4 sp1 ta1 men5 yong4 yi4 ba3 yu2 biao4 qiang1 jie2 shu4 le5 zhan4 dou4 sp1 shun4 li4 bu3 huo4 lie4 wu4 sp1 kai3 xuan2 er2 gui1 sil|sil 最 后 sp1 他 们 用 一 把 鱼 鳔 枪 结 束 了 战 斗 sp1 顺 利 捕 获 猎 物 sp1 凯 旋 而 归 sil|25 18 25 8 16 9 16 13 16 13 15 26 17 12 8 20 21 22 20 13 15 12 20 17 4 23 19 15 27 20|0.0|5.86 +001049|sil ji4 zhe3 dang1 chang3 chuo1 po4 jia3 yang2 fei2 de5 huang2 di4 xin1 zhuang1 sp1 zao1 dao4 dian4 zhu3 e4 yu3 qu1 zhu2 sil|sil 记 者 当 场 戳 破 假 洋 肥 的 皇 帝 新 装 sp1 遭 到 店 主 恶 语 驱 逐 sil|23 20 24 20 19 19 22 17 16 19 10 19 12 19 26 27 19 13 21 21 20 14 25 27 21|0.0|5.72 +001050|sil bei3 da4 qing1 hua2 jiu4 ceng2 wei4 zhuang4 yuan2 shu4 she2 zhan4 sil|sil 北 大 清 华 就 曾 为 状 元 数 舌 战 sil|23 23 21 25 28 17 17 15 17 13 14 20 24 19|0.0|3.21 +001051|sil bing4 tan3 yan2 sheng1 ri4 yuan4 wang4 sp1 shi4 xi1 wang4 sp1 ao4 men2 sheng1 yi4 hao3 sil|sil 并 坦 言 生 日 愿 望 sp1 是 希 望 sp1 澳 门 生 意 好 sil|22 19 20 24 18 11 19 23 4 17 17 19 3 17 22 16 16 33 21|0.0|3.96 +001052|sil yuan2 tou2 deng1 sp1 hei1 yan1 cong5 sp1 da4 mei2 dou1 sil|sil 圆 头 灯 sp1 黑 烟 囱 sp1 大 煤 兜 sil|26 20 23 25 12 18 21 31 6 16 20 25 22|0.0|3.08 +001053|sil lv3 you2 bao3 chi2 gao1 wei4 yun4 xing2 sp1 bu4 fen5 jing2 dian3 chu1 xian4 jing3 pen1 sil|sil 旅 游 保 持 高 位 运 行 sp1 部 分 景 点 出 现 井 喷 sil|25 15 24 17 23 15 15 17 31 12 15 16 19 21 15 16 17 29 21|0.0|4.21 +001054|sil tong2 yan2 shuo1 sp1 ta1 tui3 bu4 you3 xue4 shuan1 sil|sil 佟 研 说 sp1 她 腿 部 有 血 栓 sil|30 24 19 25 12 17 22 19 15 19 30 22|0.0|2.95 +001055|sil hai2 yao4 kan4 ou1 zhai4 shi4 fou3 hao2 zhuan3 sil|sil 还 要 看 欧 债 是 否 好 转 sil|25 15 14 18 18 20 15 11 21 34 21|0.0|2.46 +001056|sil wang2 zhong1 cheng2 zhong1 qiu1 yue4 er5 yuan2 you4 yuan2 sp1 fu4 mu3 que4 yuan3 zai4 tian1 bian1 sil|sil 王 忠 成 中 秋 月 儿 圆 又 圆 sp1 父 母 却 远 在 天 边 sil|26 18 16 34 21 22 17 12 19 19 29 18 23 26 20 19 13 23 29 20|0.0|4.92 +001057|sil yi3 shang4 he2 ji4 zong3 fu4 zhai4 sp1 wu3 shi2 jiu2 dian3 sp1 wu3 ba1 qi1 yi4 yuan2 sil|sil 以 上 合 计 总 负 债 sp1 五 十 九 点 sp1 五 八 七 亿 元 sil|25 12 17 17 19 17 15 24 19 11 13 18 26 3 16 15 22 10 31 20|0.0|4.06 +001058|sil fei2 jie2 zao3 shi4 sp1 yu3 fu4 qin5 zheng4 shao4 qiu1 sp1 you4 shao2 you2 wang3 lai2 sil|sil 肥 姐 早 逝 sp1 与 父 亲 郑 少 秋 sp1 又 少 有 往 来 sil|26 23 18 19 26 20 12 17 22 15 17 26 3 14 18 13 20 26 22|0.0|4.14 +001059|sil ran2 hou4 huang2 shui3 dong1 yin3 sp1 shuo1 zhe4 miao4 yu4 chu1 zi4 tai2 wan1 dong3 qiao2 sp1 shi4 yi2 guan4 de5 dong3 qiao2 feng1 ge2 sil|sil 然 后 黄 水 东 引 sp1 说 这 妙 喻 出 自 台 湾 董 桥 sp1 是 一 贯 的 董 桥 风 格 sil|25 17 24 21 17 18 28 21 19 10 23 23 21 20 20 17 16 32 18 14 15 22 9 14 17 19 26 18|0.0|6.32 +001060|sil hui4 shang4 sp1 yu4 hui4 zhe3 chang4 suo3 yu4 yan2 sp1 fa1 yan2 huo2 yue4 sil|sil 会 上 sp1 与 会 者 畅 所 欲 言 sp1 发 言 活 跃 sil|23 22 28 18 13 17 19 23 15 14 27 5 18 17 19 23 21|0.0|3.74 +001061|sil pao1 kai1 na4 xie1 hui4 se4 de5 ji4 shu4 shu4 yu3 sp1 pao1 kai1 dong1 nan2 ya4 jin1 rong2 wei1 ji1 sil|sil 抛 开 那 些 晦 涩 的 技 术 术 语 sp1 抛 开 东 南 亚 金 融 危 机 sil|22 22 15 20 21 21 17 9 14 12 19 22 26 19 24 15 13 17 15 16 17 25 21|0.0|4.9 +001062|sil wa1 sha1 shi4 ge5 you4 ren2 de5 hang2 dang4 sil|sil 挖 沙 是 个 诱 人 的 行 当 sil|25 19 27 20 15 17 16 7 22 22 21|0.0|2.45 +001063|sil er4 shi4 tuo3 dang4 xing4 yuan2 ze2 sil|sil 二 是 妥 当 性 原 则 sil|25 18 20 21 16 13 19 26 21|0.0|2.08 +001064|sil mian4 dui4 zhe4 gu3 yong2 meng3 de5 shi4 qi4 sp1 shi1 zhang3 niu2 qi1 wei3 zai4 gan3 dong4 zhi1 yu2 sp1 ge2 wai4 zhen4 jing4 sil|sil 面 对 这 股 勇 猛 的 士 气 sp1 师 长 牛 七 伟 在 感 动 之 余 sp1 格 外 镇 静 sil|25 19 11 18 17 19 16 8 20 25 28 20 21 15 17 29 16 17 17 20 20 5 16 18 18 24 19|0.0|5.78 +001065|sil chen2 hao2 bei4 qu3 xiao4 sp1 yao4 gan3 xie4 wu2 xian4 cuo1 he2 liang2 yuan2 shi2 sp1 he2 shi2 shuo1 xie4 xie5 sp1 shi2 fen1 gao3 xiao4 sil|sil 陈 豪 被 取 笑 sp1 要 感 谢 无 线 撮 合 良 缘 时 sp1 合 十 说 谢 谢 sp1 十 分 搞 笑 sil|23 23 27 16 17 26 18 15 19 23 19 18 16 12 21 20 27 3 24 21 18 20 20 19 16 18 17 27 20|0.0|6.54 +001066|sil mei3 ci4 zui4 jiu3 hou4 sp1 dou1 yao4 shua2 jiu3 feng1 da4 nao4 yi4 chang3 sp1 qi1 er2 mei2 shao3 zao1 zui4 sil|sil 每 次 醉 酒 后 sp1 都 要 耍 酒 疯 大 闹 一 场 sp1 妻 儿 没 少 遭 罪 sil|25 15 14 17 17 22 5 13 17 19 16 27 14 22 11 28 19 22 18 22 20 17 24 19|0.0|5.14 +001067|sil zhe4 yi4 shuo1 fa3 zao1 mai4 ke4 lei2 wen2 fou3 ren4 sil|sil 这 一 说 法 遭 麦 克 雷 文 否 认 sil|24 17 13 19 27 20 22 8 17 17 21 24 19|0.0|2.88 +001068|sil lao3 shi1 ting1 hou4 sp1 pa1 yi4 er3 guang1 da2 wo2 lian3 shang4 sp1 jing4 che3 dan4 sp1 zhe4 shi4 wo3 die1 sil|sil 老 师 听 后 sp1 啪 一 耳 光 打 我 脸 上 sp1 净 扯 淡 sp1 这 是 我 爹 sil|25 15 15 20 28 3 20 15 16 20 14 12 22 26 38 23 19 24 9 13 11 17 24 21|0.0|5.23 +001069|sil shi4 wei1 zhe3 jiang1 zha4 lan5 tui1 dao3 sil|sil 示 威 者 将 栅 栏 推 倒 sil|25 21 18 26 23 17 16 23 29 20|0.0|2.53 +001070|sil ni3 zai4 ding3 yi2 ju4 sp1 wo2 ba2 ni3 de5 zui3 si1 cheng2 dun1 bu4 sil|sil 你 再 顶 一 句 sp1 我 把 你 的 嘴 撕 成 墩 布 sil|25 13 21 17 12 19 24 12 13 12 10 24 16 20 21 23 19|0.0|3.5 +001071|sil er2 gan1 su4 ji2 lin2 deng2 sheng3 sp1 ye3 fa1 xian4 le5 san1 ju4 qing2 an4 chao1 biao1 nai2 fen3 sil|sil 而 甘 肃 吉 林 等 省 sp1 也 发 现 了 三 聚 氰 胺 超 标 奶 粉 sil|25 27 22 24 17 20 15 29 8 11 18 17 11 20 12 18 18 20 16 20 25 18|0.0|4.77 +001072|sil lao3 hanr4 r xi1 wang4 sp1 wo2 zhao3 ge4 zhao1 jiu3 wan2 wu3 de5 gong1 zuo4 sp1 ping2 ping2 wen2 wen3 sil|sil 老 汉 儿 希 望 sp1 我 找 个 朝 九 晚 五 的 工 作 sp1 平 平 稳 稳 sil|25 17 21 0 18 21 12 11 21 18 18 12 19 16 9 18 19 3 24 18 17 30 17|0.0|4.46 +001073|sil jiu2 zi3 he2 wei2 lan2 xiu1 fu4 sil|sil 九 子 河 围 栏 修 复 sil|24 22 16 24 15 18 19 30 21|0.0|2.19 +001074|sil teng2 ben3 yu4 ji4 sp1 jin1 hou4 hai2 hui4 fang3 wen4 ping2 rang3 sil|sil 藤 本 预 计 sp1 今 后 还 会 访 问 平 壤 sil|23 26 17 16 24 9 19 22 19 14 12 16 20 30 19|0.0|3.32 +001075|sil qi2 ji2 sui3 sp1 geng4 han2 you3 de5 bei4 yan4 dao4 you3 e4 jun1 sp1 xian3 shi4 sp1 e4 jun1 shang4 nao3 sil|sil 其 脊 髓 sp1 更 罕 有 地 被 验 到 有 恶 菌 sp1 显 示 sp1 恶 菌 上 脑 sil|24 28 19 29 2 21 19 18 11 9 22 18 16 18 26 20 23 26 8 16 19 20 29 20|0.0|5.35 +001076|sil gui2 jiu2 gui3 zhe4 yi4 bi3 li4 sp1 zhi2 you2 bai3 fen1 zhi1 er4 shi2 qi1 dian2 wu3 sp1 wu3 liang2 ye4 sp1 wei2 bai3 fen1 zhi1 qi1 shi2 dian2 wu3 sil|sil 鬼 酒 鬼 这 一 比 例 sp1 只 有 百 分 之 二 十 七 点 五 sp1 五 粮 液 sp1 为 百 分 之 七 十 点 五 sil|22 24 20 21 13 10 16 24 4 13 14 16 14 18 15 11 14 16 28 42 12 19 23 10 15 15 12 16 19 13 18 23 19|0.0|6.61 +001077|sil yi1 lang2 yu3 a1 la1 bo2 lian2 he2 qiu2 zhang3 guo2 dou1 xuan1 cheng1 dui4 dao2 yu3 yong1 you2 zhu3 quan2 sil|sil 伊 朗 与 阿 拉 伯 联 合 酋 长 国 都 宣 称 对 岛 屿 拥 有 主 权 sil|26 15 28 15 14 15 14 17 15 17 19 25 13 19 26 15 21 19 15 14 15 35 20|0.0|5.02 +001078|sil ke1 te4 di2 wa3 jiang1 yu2 xia4 yue4 ju3 xing2 da4 xuan3 sil|sil 科 特 迪 瓦 将 于 下 月 举 行 大 选 sil|22 21 13 17 24 18 14 21 18 15 19 16 25 22|0.0|3.08 +001079|sil yi4 nan2 zi3 sp1 du4 zi5 bei4 yao2 liang3 xue4 dong4 sil|sil 一 男 子 sp1 肚 子 被 咬 两 血 洞 sil|25 12 25 26 6 19 18 12 15 17 21 22 27|0.0|2.84 +001080|sil zen2 ren3 ta1 men5 dang1 nian2 qian1 yi2 de5 gu4 shi4 sp1 ye3 sui2 zhi1 luo4 tu3 sil|sil 怎 忍 他 们 当 年 迁 移 的 故 事 sp1 也 随 之 落 土 sil|25 20 17 15 25 16 15 23 12 8 18 23 3 14 20 11 18 32 17|0.0|3.86 +001081|sil zhe4 zheng4 shi5 gai1 an4 heng2 gen4 yu2 fa3 lv4 yu3 liao2 xiao4 zhi1 jian1 de5 kun4 huo4 sil|sil 这 正 是 该 案 横 亘 于 法 律 与 疗 效 之 间 的 困 惑 sil|23 18 17 12 18 23 22 18 19 23 13 14 21 17 14 14 9 23 26 19|0.0|4.22 +001082|sil yuan2 lai2 sp1 wo1 peng2 wan2 quan2 shi4 wei3 zhuang1 sil|sil 原 来 sp1 窝 棚 完 全 是 伪 装 sil|26 13 30 9 16 27 22 19 12 15 29 20|0.0|2.76 +001083|sil mei3 tian1 huan4 ge4 zhong3 hua1 yang4 xi1 yin3 ta1 sil|sil 每 天 换 各 种 花 样 吸 引 她 sil|25 17 27 22 14 16 17 19 21 16 28 22|0.0|2.83 +001084|sil zhan4 guo2 ce4 ye3 e4 yun4 nan2 tao2 sp1 you2 yi3 qi2 pi4 jia1 qie4 zhi1 shen1 de5 miao2 xie2 sp1 ye3 zao1 le5 jin4 sil|sil 战 国 策 也 厄 运 难 逃 sp1 有 以 其 辟 加 妾 之 身 的 描 写 sp1 也 遭 了 禁 sil|23 26 15 27 17 18 15 19 30 39 20 15 23 21 16 19 12 15 4 23 27 10 15 16 13 26 19|0.0|6.07 +001085|sil gu2 qi3 de5 xing1 fen4 sp1 yi2 xia4 zi5 xiao1 san4 zai4 wu2 yin2 ye4 kong1 li3 sil|sil 鼓 起 的 兴 奋 sp1 一 下 子 消 散 在 无 垠 夜 空 里 sil|22 21 15 8 21 28 4 12 21 18 17 18 19 17 17 15 25 21 20|0.0|3.94 +001086|sil xi1 ye1 na4 de5 ai4 qing2 dao4 lu4 ye2 hen3 zheng1 zha2 sil|sil 西 耶 娜 的 爱 情 道 路 也 很 挣 扎 sil|25 25 13 19 6 18 20 19 20 16 18 18 27 21|0.0|3.08 +001087|sil wang2 you2 hao3 wei4 dao4 shuo1 sp1 fan3 zheng4 ye3 mei2 shi4 sp1 shen1 qing3 yi2 ge4 yao2 zhe5 wan2 bei5 sil|sil 网 友 好 味 道 说 sp1 反 正 也 没 事 sp1 申 请 一 个 摇 着 玩 呗 sil|25 17 22 20 19 14 26 29 23 16 10 19 23 15 21 14 11 19 18 9 22 18 22|0.0|5.01 +001088|sil xia4 che1 yi2 kan4 sp1 you4 qian2 lun2 lun2 tai1 you3 xie1 bie3 le5 sil|sil 下 车 一 看 sp1 右 前 轮 轮 胎 有 些 瘪 了 sil|25 24 20 12 29 22 14 17 15 19 28 14 17 18 21 21|0.0|3.67 +001089|sil bei3 ga1 sp1 ji2 zang4 zu2 shi4 shuai1 jiao1 sp1 shuang1 fang1 yun4 dong4 yuan2 xu1 shuang1 shou3 zhua1 hao3 dui4 fang1 yao1 dai4 sil|sil 北 嘎 sp1 即 藏 族 式 摔 跤 sp1 双 方 运 动 员 须 双 手 抓 好 对 方 腰 带 sil|24 19 26 10 22 20 12 13 21 25 28 20 13 13 13 28 27 21 18 17 20 14 14 17 23 21|0.0|5.79 +001090|sil wo3 ai4 zhou1 dong3 sp1 ta1 ye3 ai4 wo3 sp1 ha1 ha1 sil|sil 我 爱 周 董 sp1 他 也 爱 我 sp1 哈 哈 sil|25 13 20 19 25 3 21 10 23 28 18 16 25 20|0.0|3.09 +001091|sil deng3 huang2 a1 po2 ji3 wan2 yang2 nai3 hui2 dao4 fang2 nei4 shi2 sp1 sun1 er2 que4 bu2 jian4 le5 sil|sil 等 黄 阿 婆 挤 完 羊 奶 回 到 房 内 时 sp1 孙 儿 却 不 见 了 sil|23 23 19 15 28 14 15 20 19 15 15 18 17 26 23 25 15 19 13 23 16 20|0.0|4.89 +001092|sil xue1 yue4 e2 xi3 huan5 xiao4 sp1 xi3 huan1 ya2 chi3 tian1 tian1 shai4 tai4 yang5 de5 gan3 jue2 sil|sil 薛 跃 娥 喜 欢 笑 sp1 喜 欢 牙 齿 天 天 晒 太 阳 的 感 觉 sil|25 26 19 25 19 16 31 24 15 26 21 26 21 16 18 20 17 6 19 25 20|0.0|5.05 +001093|sil fang4 xia4 dian4 hua4 hou4 sp1 xiao3 lu2 yue4 xiang3 yue4 bie1 qu5 sil|sil 放 下 电 话 后 sp1 小 卢 越 想 越 憋 屈 sil|25 21 17 16 16 22 6 23 28 18 19 16 20 25 21|0.0|3.4 +001094|sil an4 wo3 she4 xiang3 shi4 gui1 gui5 ju1 ju1 ba2 wan2 luo2 bo5 sp1 di4 li2 sp1 ye3 gan1 gan1 jing4 jing4 de5 sil|sil 按 我 设 想 是 规 规 矩 矩 拔 完 萝 卜 sp1 地 里 sp1 也 干 干 净 净 的 sil|26 14 15 18 27 23 19 12 15 19 14 16 22 20 21 20 25 4 14 19 14 17 22 20 20|0.0|5.29 +001095|sil sun1 hang2 zai4 fa3 ting2 mo2 yan3 lei4 sil|sil 孙 航 在 法 庭 抹 眼 泪 sil|25 27 29 18 18 20 17 19 24 20|0.0|2.52 +001096|sil shuang1 fang1 yin1 wei4 wei4 zhi5 da4 xiao3 de5 shir4 r sp1 jiu4 ni3 yi4 yan2 sp1 wo3 yi4 yu3 de5 zheng1 chao2 qi3 lai2 sil|sil 双 方 因 为 位 置 大 小 的 事 儿 sp1 就 你 一 言 sp1 我 一 语 地 争 吵 起 来 sil|24 26 23 16 20 20 13 15 13 8 25 0 15 23 22 15 29 5 15 15 13 11 17 22 14 26 20|0.0|5.4 +001097|sil wang2 you3 liu2 yan2 shi2 cheng1 sp1 shu1 ji5 wei4 mian2 ye3 tai4 guo4 yu2 ben1 fang4 le5 ba5 sil|sil 网 友 留 言 时 称 sp1 书 记 未 免 也 太 过 于 奔 放 了 吧 sil|25 18 19 16 17 17 29 18 23 25 12 16 15 27 13 12 18 19 9 26 19|0.0|4.56 +001098|sil ta1 han3 le5 yi4 sheng1 sp1 hei1 ying3 cuan1 chu1 fang2 men2 sp1 xiao1 shi1 de5 wu2 ying3 wu2 zong1 sil|sil 他 喊 了 一 声 sp1 黑 影 蹿 出 房 门 sp1 消 失 得 无 影 无 踪 sil|23 21 20 9 15 27 28 18 22 23 16 19 23 6 21 16 10 20 15 16 25 20|0.0|4.79 +001099|sil shuang1 fang1 dao1 gun4 luan4 wu3 sp1 da4 dong4 gan1 ge1 sil|sil 双 方 刀 棍 乱 舞 sp1 大 动 干 戈 sil|25 26 27 19 16 18 25 6 18 18 18 24 21|0.0|3.03 +001100|sil bu4 mai3 fang2 ke3 chang2 chang5 tai2 wan1 xiao3 chi1 sil|sil 不 买 房 可 尝 尝 台 湾 小 吃 sil|23 15 20 30 21 23 18 17 16 19 31 21|0.0|2.95 +001101|sil li2 ming2 zhao3 chi1 sp1 pie1 xia4 le4 ji1 er5 sil|sil 黎 明 找 吃 sp1 撇 下 乐 基 儿 sil|25 16 24 18 28 6 21 18 18 14 23 21|0.0|2.69 +001102|sil wo2 xie3 shu1 yong4 de5 shi4 bi3 ming2 sp1 yuan2 heng1 sil|sil 我 写 书 用 的 是 笔 名 sp1 元 亨 sil|25 15 19 19 17 9 14 17 30 6 15 31 22|0.0|2.77 +001103|sil tang2 ning2 wan3 zhe5 fu4 qin1 bi4 wan1 sp1 jin4 ru4 jiao4 tang2 sil|sil 唐 宁 挽 着 父 亲 臂 弯 sp1 进 入 教 堂 sil|23 27 23 20 10 17 20 15 25 4 17 13 19 33 19|0.0|3.31 +001104|sil shao4 lin2 si4 seng1 zhong4 lie4 dui4 huan1 ying2 sp1 shao4 lin2 si4 fang1 zhang4 shi4 yong3 xin4 sp1 ying2 zhi4 shan1 men2 qian2 sil|sil 少 林 寺 僧 众 列 队 欢 迎 sp1 少 林 寺 方 丈 释 永 信 sp1 迎 至 山 门 前 sil|25 24 15 14 21 21 14 14 19 28 30 19 14 12 19 18 15 14 29 8 16 15 16 15 32 20|0.0|5.65 +001105|sil tai2 tou2 yao2 wang4 cang1 qiong2 sp1 xin1 qing2 yin1 an4 de5 he2 tian1 yi2 yang4 wu2 ji4 sil|sil 抬 头 遥 望 苍 穹 sp1 心 情 阴 暗 得 和 天 一 样 无 际 sil|22 24 26 17 17 24 30 18 20 16 17 22 17 14 24 8 16 16 27 19|0.0|4.58 +001106|sil chu2 zao1 xing4 qin1 wai4 sp1 shang4 shu4 an4 jian4 sp1 yi3 qin1 cai2 xing2 fan4 zui4 wei2 zhu3 sil|sil 除 遭 性 侵 外 sp1 上 述 案 件 sp1 以 侵 财 型 犯 罪 为 主 sil|24 23 19 20 17 24 24 20 13 18 27 5 15 21 20 16 15 12 18 27 17|0.0|4.59 +001107|sil wei4 lan2 hai3 mian4 wei2 yu2 mang2 mang3 sp1 hai3 bing1 wang3 hai2 li3 yan2 shen1 kan4 bu2 dao4 tou2 sil|sil 蔚 蓝 海 面 惟 余 莽 莽 sp1 海 冰 往 海 里 延 伸 看 不 到 头 sil|25 13 18 19 25 16 15 21 30 24 21 20 18 18 10 17 27 23 7 14 33 21|0.0|5.05 +001108|sil luo4 kuan2 xian3 shi4 wei2 sp1 xian1 yang2 chen2 cun1 dang3 zhi1 bu4 cun1 wei3 hui4 sp1 bing4 gai4 you3 xiang1 ying4 gong1 zhang1 sil|sil 落 款 显 示 为 sp1 仙 垟 陈 村 党 支 部 村 委 会 sp1 并 盖 有 相 应 公 章 sil|25 20 27 18 16 26 19 23 18 22 23 15 14 19 18 15 25 37 23 14 18 18 14 18 26 19|0.0|6.15 +001109|sil mang2 ren2 xia1 ma3 sp1 ye4 ban4 lin2 chi2 sil|sil 盲 人 瞎 马 sp1 夜 半 临 池 sil|25 19 18 21 33 7 17 16 20 32 21|0.0|2.66 +001110|sil jing1 chang3 jia1 ce4 liang2 sp1 peng2 you5 jia1 xu1 yao4 an1 zhuang1 sp1 er4 dian3 jiu2 jiu2 wu2 mi3 chu2 gui4 sil|sil 经 厂 家 测 量 sp1 朋 友 家 需 要 安 装 sp1 二 点 九 九 五 米 橱 柜 sil|23 28 24 15 18 28 14 18 16 24 13 14 20 24 5 19 19 16 14 15 19 21 22 21|0.0|5.23 +001111|sil hao3 duo1 guo2 wai4 mo2 ter4 r dou1 hao4 ping2 xiong1 sp1 zhe4 yang4 fan3 er2 geng4 you3 an1 quan2 gan3 sil|sil 好 多 国 外 模 特 儿 都 好 平 胸 sp1 这 样 反 而 更 有 安 全 感 sil|23 22 20 13 15 18 26 0 14 14 24 26 26 10 22 17 16 15 10 18 20 28 17|0.0|4.81 +001112|sil hu2 jin3 tao1 shou3 xian1 zhan1 yang3 le5 zun1 yi4 hui4 yi4 hui4 zhi3 sil|sil 胡 锦 涛 首 先 瞻 仰 了 遵 义 会 议 会 址 sil|23 21 17 26 18 22 17 18 14 18 11 14 8 19 29 20|0.0|3.43 +001113|sil bi4 xu1 yong4 zheng4 que4 de5 wen3 ding4 guan1 sp1 mou2 hua4 zheng4 fa3 gong1 zuo4 sil|sil 必 须 用 正 确 的 稳 定 观 sp1 谋 划 政 法 工 作 sil|22 16 15 23 19 15 8 17 17 25 6 16 20 17 16 16 22 20|0.0|3.6 +001114|sil liang3 ming2 xiang1 qin1 nv3 cha4 dian3 jiu4 yang2 ru4 hu2 kou3 sil|sil 两 名 相 亲 女 差 点 就 羊 入 虎 口 sil|25 18 18 19 19 25 24 14 16 19 17 19 32 20|0.0|3.31 +001115|sil tan2 hua4 jian1 sp1 chuan2 lai2 ya1 qun2 ga1 ga1 de5 jiao4 huan4 sheng1 sil|sil 谈 话 间 sp1 传 来 鸭 群 嘎 嘎 的 叫 唤 声 sil|22 22 18 27 4 22 11 19 28 20 16 9 19 18 28 18|0.0|3.5 +001116|sil zhan4 wai4 bian5 chi1 wan2 zai4 jin4 lai2 sil|sil 站 外 边 吃 完 再 进 来 sil|24 19 20 18 21 19 14 16 25 21|0.0|2.29 +001117|sil tang2 hong2 bing1 yao4 kai1 shi3 xin1 de5 yi4 quan1 le5 sp1 li3 li4 ding1 zhu3 sp1 man4 dian3 yo5 sil|sil 唐 红 兵 要 开 始 新 的 一 圈 了 sp1 李 莉 叮 嘱 sp1 慢 点 哟 sil|23 22 19 25 17 18 15 18 11 11 22 16 41 14 15 19 23 21 20 12 24 20|0.0|4.95 +001118|sil pan1 lei3 na4 ge4 shi4 ma5 sp1 ning2 gu4 zai4 kong1 qi4 li3 qiao2 shou2 yi3 dai4 hui2 ying4 sil|sil 潘 磊 那 个 是 吗 sp1 凝 固 在 空 气 里 翘 首 以 待 回 应 sil|21 25 14 17 8 16 24 25 16 14 17 17 10 22 26 15 12 15 20 23 21|0.0|4.39 +001119|sil gai1 xiang4 mu4 neng2 mo2 ni2 yu3 zhou4 fei1 chuan2 sheng1 kong1 sp1 he2 yu3 hang2 yuan2 dong4 tai4 fei1 xing2 sil|sil 该 项 目 能 模 拟 宇 宙 飞 船 升 空 sp1 和 宇 航 员 动 态 飞 行 sil|23 20 21 22 19 15 16 15 13 15 20 22 27 5 17 14 19 21 17 18 16 31 20|0.0|4.95 +001120|sil mei3 er2 de5 gan1 zang4 qia4 hao3 ke2 yi2 wan3 jiu4 ta1 de5 sheng1 ming4 sil|sil 美 儿 的 肝 脏 恰 好 可 以 挽 救 他 的 生 命 sil|25 14 17 10 20 27 25 21 19 10 20 15 21 10 19 26 18|0.0|3.68 +001121|sil ta1 zui3 ba5 li3 shuo1 zhe5 zang1 hua4 sp1 jin3 zuan4 quan2 tou5 chao2 wo3 hui1 wu3 sil|sil 他 嘴 巴 里 说 着 脏 话 sp1 紧 攥 拳 头 朝 我 挥 舞 sil|23 21 19 14 16 18 10 21 26 21 21 19 21 18 20 14 22 27 21|0.0|4.32 +001122|sil gong1 gong5 li3 shi4 yu2 gan2 jin3 duo2 shan3 sil|sil 公 公 李 世 余 赶 紧 躲 闪 sil|23 23 21 13 20 21 21 16 15 27 22|0.0|2.58 +001123|sil wo3 bao1 le5 zhu2 sun1 lao3 ya1 tang1 sp1 hen3 xiang1 de5 sil|sil 我 煲 了 竹 荪 老 鸭 汤 sp1 很 香 的 sil|26 15 19 15 16 17 16 13 29 8 19 27 16 22|0.0|3.0 +001124|sil zhi2 ban1 de5 bian4 yi1 zhi4 an1 yuan2 song4 yu4 peng2 sp1 he2 ling4 wai4 ji3 ming2 zhi4 an1 yuan2 ye2 yi2 gan3 dao4 sil|sil 值 班 的 便 衣 治 安 员 宋 玉 鹏 sp1 和 另 外 几 名 治 安 员 也 已 赶 到 sil|23 20 21 17 16 15 11 16 23 18 13 32 20 15 12 20 9 17 11 17 25 16 9 20 22 19|0.0|5.31 +001125|sil dui4 yu2 mei2 ye1 er3 er2 yan2 sp1 ba1 lei2 te4 que4 shi2 wu4 you2 suo3 zhi2 sil|sil 对 于 梅 耶 尔 而 言 sp1 巴 雷 特 确 实 物 有 所 值 sil|22 19 19 19 11 18 15 30 17 13 15 25 24 22 13 14 19 26 22|0.0|4.21 +001126|sil ben2 ke3 zhuan4 dao4 de5 qian2 chuai1 bu2 jin4 yao1 bao1 sp1 da4 huo3 gan1 zhao2 ji2 mei2 ban4 fa3 sil|sil 本 可 赚 到 的 钱 揣 不 进 腰 包 sp1 大 伙 干 着 急 没 办 法 sil|22 22 19 20 13 8 24 21 10 12 19 22 21 18 23 18 17 17 18 21 28 20|0.0|4.8 +001127|sil ru2 guo2 gan3 shang4 fan4 dianr3 r sp1 hui4 song4 he2 fan4 yi2 fen4 sp1 ji2 wu3 liu4 zhong3 yin2 pin3 sil|sil 如 果 赶 上 饭 点 儿 sp1 会 送 盒 饭 一 份 sp1 及 五 六 种 饮 品 sil|25 15 12 17 13 21 25 0 17 14 16 18 17 13 22 8 24 18 16 14 17 30 18|0.0|4.53 +001128|sil sui1 you3 zuo4 lao2 jing1 li4 sp1 dan4 leng2 mou3 yue4 sp1 bing4 wu2 hui2 gai3 zhi1 yi4 sil|sil 虽 有 坐 牢 经 历 sp1 但 冷 某 月 sp1 并 无 悔 改 之 意 sil|26 23 21 16 18 17 24 18 17 16 20 23 10 15 14 17 17 14 21 21|0.0|4.27 +001129|sil niu2 jiong3 zheng4 hao3 rang4 xue2 sheng1 shi4 xie3 yi4 pian1 xiao3 zuo4 wen2 sp1 zhou1 qi2 xiang4 ta1 jie4 ben2 gu3 han4 yu3 zi4 dian3 sil|sil 牛 炯 正 好 让 学 生 试 写 一 篇 小 作 文 sp1 周 琦 向 他 借 本 古 汉 语 字 典 sil|26 21 31 18 13 16 17 19 17 15 9 19 21 16 27 43 21 27 21 16 19 17 14 20 13 15 29 16|0.0|6.45 +001130|sil suo2 yi3 jiu4 sa2 sa2 wang3 quan2 dang1 xiao1 qian3 sil|sil 所 以 就 撒 撒 网 权 当 消 遣 sil|26 18 15 21 18 17 29 24 14 22 31 17|0.0|2.92 +001131|sil shi4 bu2 shi4 shang4 ge5 yue4 jing1 chang2 ao2 ye4 ya5 sil|sil 是 不 是 上 个 月 经 常 熬 夜 呀 sil|25 22 9 17 21 10 17 17 20 18 19 24 20|0.0|2.77 +001132|sil tong2 nian2 sp1 pu2 er3 leng2 shui3 lin2 chang3 cai3 fa2 kai1 gong1 sil|sil 同 年 sp1 普 洱 冷 水 林 场 采 伐 开 工 sil|31 23 30 6 19 15 19 13 20 25 19 14 21 21 23|0.0|3.47 +001133|sil za3 la5 sp1 fen2 rang4 ren2 pao2 le5 sil|sil 咋 啦 sp1 坟 让 人 刨 了 sil|26 22 24 18 27 16 17 25 17 22|0.0|2.49 +001134|sil yao4 bu5 sp1 wo3 men5 ba3 yu4 she4 fang1 an4 shang4 de5 di2 qing2 gai3 yi4 gai3 sil|sil 要 不 sp1 我 们 把 预 设 方 案 上 的 敌 情 改 一 改 sil|26 23 24 6 9 14 17 14 15 15 15 16 7 16 24 17 12 28 20|0.0|3.69 +001135|sil tai2 wan1 jiao4 yu4 bu4 men2 fu4 ze2 ren2 jiang2 wei3 ning2 sil|sil 台 湾 教 育 部 门 负 责 人 蒋 伟 宁 sil|23 22 22 16 12 13 17 16 11 23 19 15 32 23|0.0|3.06 +001136|sil zhe4 xie1 long2 ya3 ren2 zhi2 you3 guai1 guai1 jiu4 fan4 sil|sil 这 些 聋 哑 人 只 有 乖 乖 就 范 sil|24 18 16 20 17 23 13 20 18 17 18 30 17|0.0|2.91 +001137|sil you3 lin2 ju5 cheng1 sp1 wang2 mou3 hao4 jian3 xie1 po4 lanr4 r sp1 liang3 jian1 wu1 zi5 li3 sp1 dou1 dui1 man3 le5 sil|sil 有 邻 居 称 sp1 王 某 好 捡 些 破 烂 儿 sp1 两 间 屋 子 里 sp1 都 堆 满 了 sil|25 16 19 13 32 26 20 24 21 14 13 21 25 0 25 18 18 15 11 21 6 18 16 22 18 21|0.0|5.55 +001138|sil ben3 huan4 lao3 he2 shang5 sui1 yi2 bai3 sui4 you2 wu3 sp1 dan4 shen1 ti3 ying4 lang3 sp1 sheng1 huo2 wan2 quan2 zi4 li3 sil|sil 本 焕 老 和 尚 虽 已 百 岁 有 五 sp1 但 身 体 硬 朗 sp1 生 活 完 全 自 理 sil|23 21 22 14 20 28 24 17 20 15 18 30 23 22 23 16 20 22 11 20 24 25 19 15 23 21|0.0|6.22 +001139|sil lao3 jiang4 kai3 yue4 sp1 kong3 pa4 yao4 jiang1 qian2 san1 de5 bao3 wei4 sp1 gong2 shou3 rang4 gei3 tong2 men2 xiong1 di4 ke1 lu3 zi1 sil|sil 老 将 凯 越 sp1 恐 怕 要 将 前 三 的 宝 位 sp1 拱 手 让 给 同 门 兄 弟 科 鲁 兹 sil|25 18 19 22 24 25 21 23 16 17 22 16 8 17 23 6 16 15 21 14 20 14 22 18 17 14 26 22|0.0|6.05 +001140|sil li4 pu3 xian4 zai4 mian4 lin2 er4 ci4 chuang4 ye4 chao2 sp1 yao4 cong2 mu4 yi1 jia4 chan3 ye4 gao2 qi3 sil|sil 荔 浦 现 在 面 临 二 次 创 业 潮 sp1 要 从 木 衣 架 产 业 搞 起 sil|25 20 25 19 10 19 17 19 17 17 14 30 32 13 29 17 15 19 16 12 18 30 17|0.0|5.23 +001141|sil yan1 cao2 guang3 gao4 zhong1 sp1 bi4 xu1 biao1 ming2 xi1 yan1 you3 hai4 jian4 kang1 sil|sil 烟 草 广 告 中 sp1 必 须 标 明 吸 烟 有 害 健 康 sil|27 15 21 16 15 23 5 11 16 17 29 24 22 15 19 19 30 20|0.0|3.99 +001142|sil di4 er4 sp1 yao4 kong4 zhi4 hao3 su4 du4 yu3 fang1 xiang4 sp1 bu2 yao4 meng2 guai3 wan1 sp1 yi2 mian3 chu1 xian4 shuai2 wei3 xian4 xiang4 sil|sil 第 二 sp1 要 控 制 好 速 度 与 方 向 sp1 不 要 猛 拐 弯 sp1 以 免 出 现 甩 尾 现 象 sil|22 16 24 5 15 19 11 18 21 13 12 23 25 25 10 20 22 20 26 29 7 18 16 20 23 15 20 21 21|0.0|6.24 +001143|sil bie2 ren2 shang4 shan1 kao4 jiao2 zou3 sp1 ta1 que4 yao4 fan1 zhe5 gen1 tou5 shang4 shan1 qu4 sil|sil 别 人 上 山 靠 脚 走 sp1 他 却 要 翻 着 跟 头 上 山 去 sil|23 17 14 20 25 20 23 26 22 16 14 18 23 9 21 24 19 21 25 20|0.0|4.64 +001144|sil zong4 guan1 ge4 lian2 pu3 sp1 wei2 you3 yi4 sheng1 tan4 xi1 sil|sil 纵 观 各 脸 谱 sp1 唯 有 一 声 叹 息 sil|24 24 25 16 22 31 10 14 12 13 20 23 28 22|0.0|3.3 +001145|sil bo1 da3 jiu2 wu3 yao1 ling2 wu3 yao1 ling2 wu2 sp1 ke3 dian4 hua4 ding4 piao4 sil|sil 拨 打 九 五 幺 零 五 幺 零 五 sp1 可 电 话 订 票 sil|23 20 24 19 17 19 19 19 17 17 24 5 22 17 16 17 28 21|0.0|3.99 +001146|sil wo3 xian2 ma2 fan5 sp1 xi2 zao3 de5 shi2 hou5 sp1 wo2 ye3 chuan1 tuo1 xie2 qu4 a5 sil|sil 我 嫌 麻 烦 sp1 洗 澡 的 时 候 sp1 我 也 穿 拖 鞋 去 啊 sil|25 13 18 22 22 24 19 17 8 15 25 11 18 14 19 18 16 21 21 18|0.0|4.23 +001147|sil yi3 wei2 fu4 xi4 dou1 shi4 tang2 ne5 sp1 gan3 qing2 hai2 fen1 nan2 nv2 na5 sil|sil 以 为 父 系 都 是 堂 呢 sp1 敢 情 还 分 男 女 哪 sil|26 13 25 24 19 15 12 31 20 21 20 22 17 17 21 18 25 20|0.0|4.25 +001148|sil jia1 shang4 chao2 liu2 xing1 ai3 sp1 ai3 hui4 chang2 ming4 dian3 sil|sil 加 上 潮 流 兴 矮 sp1 矮 会 长 命 点 sil|23 25 24 19 14 19 31 15 16 14 21 19 21 21|0.0|3.27 +001149|sil chuang2 zhao4 di3 zuo4 mu4 gun4 jiao4 cu1 sp1 yong4 sun3 tou2 mao2 yan3 jie1 he2 cheng2 chang2 fang1 xing2 mu4 kuang4 sil|sil 床 罩 底 座 木 棍 较 粗 sp1 用 榫 头 卯 眼 接 合 成 长 方 形 木 框 sil|22 26 19 14 23 19 16 19 29 33 20 22 14 22 29 19 14 25 23 19 17 14 31 18|0.0|5.89 +001150|sil mei3 che1 si1 ji1 you3 ge4 fu4 ka3 sp1 mei3 yue4 yong4 you2 dou1 you3 ji4 lu4 sp1 yong4 wan2 shen1 ling3 sil|sil 每 车 司 机 有 个 附 卡 sp1 每 月 用 油 都 有 记 录 sp1 用 完 申 领 sil|25 17 20 19 27 16 11 20 31 28 14 15 18 21 13 13 16 21 18 12 18 21 29 13|0.0|5.29 +001151|sil ke2 yi3 chi1 xie1 jian1 guo3 o5 sil|sil 可 以 吃 些 坚 果 哦 sil|23 18 7 17 18 22 22 19 21|0.0|1.94 +001152|sil shen1 ti3 feng1 man3 sp1 shuang1 jiao2 duan3 cu1 sp1 zhi3 jian1 you2 pu3 sil|sil 身 体 丰 满 sp1 双 脚 短 粗 sp1 趾 间 有 蹼 sil|24 26 18 19 25 5 23 17 21 27 9 20 18 20 35 19|0.0|3.78 +001153|sil mo4 yu2 he2 xia1 ren2 yi2 yang4 sp1 guan4 yong4 jia3 quan2 jin4 pao4 sil|sil 墨 鱼 和 虾 仁 一 样 sp1 惯 用 甲 醛 浸 泡 sil|25 21 19 17 19 17 12 25 11 20 20 19 20 20 30 19|0.0|3.65 +001154|sil ran2 er2 hao3 chu1 zhong1 que4 zao1 yu4 shi4 chang3 ruan2 di3 kang4 sil|sil 然 而 好 初 衷 却 遭 遇 市 场 软 抵 抗 sil|25 21 20 27 20 23 20 15 11 18 23 24 16 30 19|0.0|3.62 +001155|sil fei1 yao4 shuo1 shi4 ban4 yan3 he4 long2 de5 du4 yuan2 ne5 sil|sil 非 要 说 是 扮 演 贺 龙 的 杜 源 呢 sil|25 22 16 18 21 16 18 20 19 7 18 21 19 22|0.0|3.04 +001156|sil sha3 ren2 you2 sha3 fu2 ne5 sil|sil 傻 人 有 傻 福 呢 sil|26 26 20 17 21 21 19 22|0.0|2.0 +001157|sil si2 zhe3 wei2 da4 sp1 yi4 liao3 bai2 liao3 ba5 sil|sil 死 者 为 大 sp1 一 了 百 了 吧 sil|25 26 17 17 25 11 13 20 18 24 22 21|0.0|2.77 +001158|sil ma3 de2 bao3 kan4 wen2 zhang1 ji2 jiang3 jiu1 xiu1 ci2 dui4 ou3 sp1 fan2 zi4 ji3 du2 de5 tong1 shun4 de5 sp1 yi2 lv4 ci4 pin3 sil|sil 马 德 保 看 文 章 极 讲 究 修 辞 对 偶 sp1 凡 自 己 读 得 通 顺 的 sp1 一 律 次 品 sil|25 18 12 21 18 16 27 19 21 18 18 18 20 21 29 25 15 12 15 10 22 24 19 9 13 15 22 30 14|0.0|6.34 +001159|sil ni3 ke2 yi3 qu4 wen4 ying1 wu3 a5 sp1 ying1 wu3 hui4 shuo1 hua4 sil|sil 你 可 以 去 问 鹦 鹉 啊 sp1 鹦 鹉 会 说 话 sil|25 12 17 10 14 12 23 20 20 18 22 16 16 19 26 22|0.0|3.39 +001160|sil na2 ren2 shou2 ruan3 chi1 ren2 zui2 duan3 sil|sil 拿 人 手 软 吃 人 嘴 短 sil|25 21 18 21 28 23 18 20 32 19|0.0|2.61 +001161|sil luo2 cen2 tie3 lu4 jiang1 lai2 de5 yun4 ying2 shang4 xu1 yao4 mo1 zhe5 shi2 tou5 guo4 he2 sil|sil 罗 岑 铁 路 将 来 的 运 营 尚 需 要 摸 着 石 头 过 河 sil|25 19 23 18 20 19 13 7 16 25 23 16 17 25 12 16 16 16 28 22|0.0|4.37 +001162|sil he2 neng2 de5 wei4 lai2 sp1 wei1 ru2 lei2 luan3 sil|sil 核 能 的 未 来 sp1 危 如 累 卵 sil|24 24 18 7 17 29 6 16 14 18 38 19|0.0|2.67 +001163|sil di4 yi1 zhong2 fan3 ying4 shi4 ba2 tui3 jiu4 pao3 sil|sil 第 一 种 反 应 是 拔 腿 就 跑 sil|23 22 17 18 21 26 23 20 19 16 33 20|0.0|3.0 +001164|sil zhe4 shi2 sp1 you3 yi2 wei4 nv2 zi3 ye2 biao3 shi4 yao4 ceng4 che1 sil|sil 这 时 sp1 有 一 位 女 子 也 表 示 要 蹭 车 sil|24 17 28 25 12 11 14 18 24 13 20 25 14 23 27 22|0.0|3.68 +001165|sil hai2 yong4 jin1 qi1 pan2 zhuang1 guo2 pin3 xian4 ke4 sp1 kou3 zhong1 ze2 shuo1 sp1 gong1 xi3 duo1 ru2 yi4 sil|sil 还 用 金 漆 盘 装 果 品 献 客 sp1 口 中 则 说 sp1 恭 喜 多 如 意 sil|25 15 23 16 16 29 23 17 19 22 25 30 25 16 17 27 18 21 27 18 17 22 20|0.0|5.67 +001166|sil yi1 yuan4 jian4 yi4 sp1 zuo4 gu2 sui3 yi2 zhi2 shou3 shu4 sil|sil 医 院 建 议 sp1 做 骨 髓 移 植 手 术 sil|25 12 19 21 23 3 20 18 19 15 15 20 25 21|0.0|2.97 +001167|sil yi3 hou4 sp1 wo3 zhong1 yu2 sheng3 de5 pao2 tui3 le5 sil|sil 以 后 sp1 我 终 于 省 得 跑 腿 了 sil|26 14 30 11 14 16 14 19 9 23 20 19 22|0.0|2.75 +001168|sil qian2 zhe3 ke2 gun3 dong4 kai1 fa1 sp1 kong1 shou3 tao4 bai2 lang2 sil|sil 前 者 可 滚 动 开 发 sp1 空 手 套 白 狼 sil|23 31 24 20 17 15 21 26 10 22 19 20 15 30 21|0.0|3.65 +001169|sil ao4 lai2 ta3 cheng1 zhi1 wei2 huang1 tang5 sil|sil 奥 莱 塔 称 之 为 荒 唐 sil|26 14 16 27 20 14 20 29 32 21|0.0|2.54 +001170|sil yuan3 yang2 qin4 shan1 shui3 gong1 zu1 fang2 xiang4 mu4 yang4 ban3 jian1 sil|sil 远 洋 沁 山 水 公 租 房 项 目 样 板 间 sil|25 21 31 23 18 21 18 12 19 20 10 18 16 29 21|0.0|3.51 +001171|sil li3 deng1 hui1 shou4 fang3 shi2 fou3 ren4 yi1 zhong1 kuang4 jia4 sil|sil 李 登 辉 受 访 时 否 认 一 中 框 架 sil|24 16 18 20 20 18 25 26 20 18 15 19 21 21|0.0|3.26 +001172|sil zhu1 yu4 bin1 de5 zuo2 shou3 sp1 wei2 qing1 wei1 shang1 sil|sil 朱 玉 斌 的 左 手 sp1 为 轻 微 伤 sil|24 20 11 16 9 19 29 10 16 20 16 32 18|0.0|2.79 +001173|sil deng4 chao1 hai2 tou4 lu4 sp1 dang4 tian1 qia4 feng2 er2 man3 yue4 sp1 zhi2 xiang3 zao2 dian3 hui2 jia1 sil|sil 邓 超 还 透 露 sp1 当 天 恰 逢 儿 满 月 sp1 只 想 早 点 回 家 sil|23 19 25 17 18 22 27 19 25 21 18 14 21 22 11 15 24 18 16 17 27 21|0.0|5.11 +001174|sil jiu4 jiu5 ma3 shang4 zhi4 wen4 lin2 ming2 fa1 sil|sil 舅 舅 马 上 质 问 林 明 发 sil|24 22 22 21 19 15 18 14 17 29 20|0.0|2.57 +001175|sil yin2 hang2 yi3 xing2 cheng2 ling2 chao1 cun2 dui4 chang2 geng2 zu3 sil|sil 银 行 已 形 成 零 钞 存 兑 肠 梗 阻 sil|26 15 28 14 18 35 23 22 22 20 23 19 29 20|0.0|3.65 +001176|sil na4 jiang1 you3 shang4 qian1 du4 gao1 wen1 sp1 huo3 hong2 gun3 tang4 de5 huo3 jiang1 sp1 man3 di4 liu2 tang3 ba2 ni3 jing1 dai1 sil|sil 那 将 有 上 千 度 高 温 sp1 火 红 滚 烫 的 火 浆 sp1 满 地 流 淌 把 你 惊 呆 sil|25 17 17 23 24 23 13 18 28 9 18 19 20 22 8 20 26 13 21 14 17 26 14 15 19 27 21|0.0|6.0 +001177|sil mei2 you3 jin1 gang1 zuan1 sp1 nan2 lan3 ci2 qi4 huo2 sil|sil 没 有 金 刚 钻 sp1 难 揽 瓷 器 活 sil|25 18 19 15 19 27 13 18 22 20 18 34 21|0.0|3.12 +001178|sil duo1 cai2 duo1 yi4 de5 feng2 min3 sp1 hai2 zhu3 chi2 wen2 yi4 wan3 hui4 sp1 ba3 huan1 le4 dai4 gei3 zhan4 you3 sil|sil 多 才 多 艺 的 冯 敏 sp1 还 主 持 文 艺 晚 会 sp1 把 欢 乐 带 给 战 友 sil|23 18 23 14 13 8 22 29 6 19 15 20 16 13 21 25 23 17 21 19 16 13 19 27 19|0.0|5.33 +001179|sil hou4 zhi1 lan2 zhe3 sp1 yi4 jiang1 you2 gan3 yu2 si1 wen2 sil|sil 后 之 览 者 sp1 亦 将 有 感 于 斯 文 sil|24 25 12 24 29 10 14 24 18 18 14 22 26 20|0.0|3.25 +001180|sil ya4 zhou1 suo2 you3 guo2 jia1 sp1 dou1 yi1 lai4 shi2 you2 jin4 kou3 sil|sil 亚 洲 所 有 国 家 sp1 都 依 赖 石 油 进 口 sil|26 19 21 19 13 17 26 4 15 12 20 17 15 19 31 20|0.0|3.41 +001181|sil kai1 zhan2 tie3 ying1 xing2 dong4 sp1 wei2 jiao3 zhan4 che1 liu2 cuan4 fan4 zui4 sil|sil 开 展 铁 鹰 行 动 sp1 围 剿 站 车 流 窜 犯 罪 sil|22 23 24 18 16 20 20 28 16 17 17 27 19 21 19 25 20|0.0|4.09 +001182|sil chu1 qu4 pao3 yi4 quan1 jiu4 hao3 le5 sil|sil 出 去 跑 一 圈 就 好 了 sil|24 21 25 24 13 20 13 24 19 22|0.0|2.38 +001183|sil ke3 zuo4 chuan2 zai4 er2 hai3 shang4 chang4 you2 yi4 fan1 sil|sil 可 座 船 在 洱 海 上 畅 游 一 番 sil|23 21 18 28 17 18 20 25 24 14 15 29 19|0.0|3.15 +001184|sil you4 cheng1 sp1 yan3 yue4 xing2 hun2 tun5 sil|sil 又 称 sp1 偃 月 形 馄 饨 sil|26 17 33 4 19 22 19 21 26 21|0.0|2.41 +001185|sil jia1 zhong1 shi4 dai4 wei4 nong2 sheng1 huo2 kun4 jiong3 sil|sil 家 中 世 代 为 农 生 活 困 窘 sil|24 25 22 22 17 14 26 23 17 25 28 15|0.0|3.0 +001186|sil er2 luan2 wei3 chao1 de5 fu4 qin5 luan2 ji2 yue4 sp1 wei4 gei2 nv3 er2 zhi4 bing4 sp1 da3 suan4 mai4 shen4 sil|sil 而 栾 伟 超 的 父 亲 栾 吉 月 sp1 为 给 女 儿 治 病 sp1 打 算 卖 肾 sil|26 21 21 14 21 8 19 27 19 16 23 13 13 12 15 15 17 22 8 16 18 16 26 19|0.0|4.94 +001187|sil jian2 bao3 shan1 ceng2 can1 jia1 guo4 liang3 jie4 sp1 kai3 wo4 meng4 huan4 zhi1 xing1 mo2 ter4 r xuan3 ba2 sp1 shen1 cai2 huo3 la4 sil|sil 简 宝 珊 曾 参 加 过 两 届 sp1 凯 渥 梦 幻 之 星 模 特 儿 选 拔 sp1 身 材 火 辣 sil|24 25 15 30 24 18 16 17 25 21 3 23 18 17 16 13 20 16 19 0 22 25 13 20 21 17 26 22|0.0|6.11 +001188|sil zhe4 shi4 sai4 er2 bi3 duo2 guan4 hou4 shou2 peng2 jiang3 bei1 sil|sil 这 是 塞 尔 比 夺 冠 后 手 捧 奖 杯 sil|24 17 20 16 14 15 15 19 21 18 20 20 24 22|0.0|3.08 +001189|sil ci3 wai4 hai2 huo4 niu3 qu1 xie2 kua4 sp1 niao2 tui2 deng3 cheng1 wei4 sil|sil 此 外 还 获 扭 曲 斜 跨 sp1 鸟 腿 等 称 谓 sil|24 18 29 20 23 26 30 29 30 7 21 19 16 20 25 20|0.0|4.14 +001190|sil yi2 jiao4 xing3 lai2 sp1 xiao3 pang4 sp1 you4 shua2 qi3 huo2 bao3 sil|sil 一 觉 醒 来 sp1 小 胖 sp1 又 耍 起 活 宝 sil|25 13 18 19 25 7 23 29 6 13 18 13 20 22 22|0.0|3.17 +001191|sil gao1 meng3 suan1 jia2 you3 du2 sp1 qie2 you3 yi2 ding4 de5 fu3 shi2 xing4 sil|sil 高 锰 酸 钾 有 毒 sp1 且 有 一 定 的 腐 蚀 性 sil|23 17 17 17 15 17 24 23 18 15 16 21 11 18 16 27 19|0.0|3.65 +001192|sil da4 yue1 yi4 xiao3 shi2 hou4 sp1 zhe4 yi2 duir4 r sp1 you4 chu1 xian4 zai4 ying3 lou2 wai4 tang2 sil|sil 大 约 一 小 时 后 sp1 这 一 对 儿 sp1 又 出 现 在 影 楼 外 堂 sil|23 21 19 15 17 13 25 27 18 11 27 0 6 12 18 19 18 18 14 20 32 20|0.0|4.56 +001193|sil xue2 che1 rang4 hen3 duo1 xue2 che1 zhe3 you2 kong3 ju4 gan3 sil|sil 学 车 让 很 多 学 车 者 有 恐 惧 感 sil|25 24 29 22 20 14 15 18 18 15 25 17 27 18|0.0|3.33 +001194|sil yi2 xiang4 shuang2 lang3 shuai4 zhi2 de5 shu1 qi2 sp1 ye3 nu4 chi4 chen2 hao4 min2 sp1 ma3 de2 zhong1 er4 ren2 wei2 lao2 shu2 shi3 sil|sil 一 向 爽 朗 率 直 的 舒 淇 sp1 也 怒 斥 陈 浩 民 sp1 马 德 钟 二 人 为 老 鼠 屎 sil|25 13 27 19 16 20 13 8 19 30 14 13 19 23 18 15 28 6 18 13 17 14 24 18 18 14 36 19|0.0|6.0 +001195|sil jiao1 yi4 wu2 xu1 de2 dao4 ya2 hu2 gu3 dong1 pi1 zhun3 sil|sil 交 易 无 需 得 到 雅 虎 股 东 批 准 sil|24 26 22 19 16 13 18 18 17 15 14 19 29 19|0.0|3.12 +001196|sil zhe4 ming2 min2 jing3 bei4 nian3 ya1 hou4 sp1 tou1 you2 zei2 sp1 cai2 you2 suo3 shou1 lian3 sil|sil 这 名 民 警 被 碾 压 后 sp1 偷 油 贼 sp1 才 有 所 收 敛 sil|23 17 17 22 24 12 19 21 25 23 23 14 29 3 29 16 17 20 31 16|0.0|4.66 +001197|sil tong2 shi2 sp1 nei4 shi4 pei4 se4 sp1 ye3 duo1 yi3 du4 ge4 liang4 tiao2 he2 mu4 wen2 shi4 ban2 dian3 zhui4 sil|sil 同 时 sp1 内 饰 配 色 sp1 也 多 以 镀 铬 亮 条 和 木 纹 饰 板 点 缀 sil|20 23 29 15 17 13 19 25 6 12 19 20 17 12 20 28 16 16 17 19 18 18 26 19|0.0|5.16 +001198|sil jing1 cha2 sp1 chen2 yue4 liang4 sp1 yi2 piao3 bai2 shen1 fen4 sp1 qi2 yi3 chen2 yao4 liang4 ming2 yi4 sp1 zai4 wai4 zuo4 sheng1 yi4 sil|sil 经 查 sp1 陈 跃 亮 sp1 已 漂 白 身 份 sp1 其 以 陈 耀 亮 名 义 sp1 在 外 做 生 意 sil|24 23 30 12 20 15 27 5 11 21 17 20 22 36 25 18 22 14 18 16 22 4 17 16 16 20 21 20|0.0|6.18 +001199|sil nan2 guai4 shuo1 sp1 tao2 bao2 yang3 huo2 le5 kuai4 di4 ye4 sil|sil 难 怪 说 sp1 淘 宝 养 活 了 快 递 业 sil|25 20 19 23 3 26 21 19 15 10 25 15 25 20|0.0|3.09 +001200|sil you2 ke4 zai4 can1 yu4 tu2 fei2 qiang3 qin1 xiang4 mu4 sil|sil 游 客 在 参 与 土 匪 抢 亲 项 目 sil|26 17 27 16 21 15 20 15 23 19 23 21 20|0.0|3.05 +001201|sil shuang1 fang1 huo4 jiang1 jiu4 ri4 e2 ling2 tu3 zheng1 yi4 wen4 ti2 deng3 jiao1 huan4 yi4 jian4 sil|sil 双 方 或 将 就 日 俄 领 土 争 议 问 题 等 交 换 意 见 sil|25 22 24 19 19 21 15 14 18 18 18 13 18 18 24 20 17 15 23 21|0.0|4.43 +001202|sil wo3 xi2 fur4 r tian1 tian1 gen1 wo3 zai4 jia1 sp1 mei3 ci4 wo2 xiang3 chou1 yan1 dou1 ying4 la1 zhe5 wo3 sp1 pa1 pa1 pa1 sil|sil 我 媳 妇 儿 天 天 跟 我 在 家 sp1 每 次 我 想 抽 烟 都 硬 拉 着 我 sp1 啪 啪 啪 sil|26 12 19 26 0 20 18 13 11 19 27 28 16 21 10 16 22 21 16 15 18 12 21 9 18 17 26 22|0.0|5.79 +001203|sil men2 wai4 xun2 cha2 de5 jiao1 tou2 lan4 e2 sp1 deng4 yan3 shuo1 sp1 you4 yi2 ge4 sil|sil 门 外 巡 查 的 焦 头 烂 额 sp1 瞪 眼 说 sp1 又 一 个 sil|25 18 15 20 21 15 20 16 19 21 13 15 17 25 15 20 11 27 18|0.0|4.08 +001204|sil fang2 zi5 mai4 le5 sp1 nin2 zhu4 nar3 r ne5 sil|sil 房 子 卖 了 sp1 您 住 哪 儿 呢 sil|25 26 9 23 20 4 22 17 21 0 22 22|0.0|2.45 +001205|sil wang1 yang2 can1 jia1 shao2 guan1 zu3 de5 fen1 zu2 tao3 lun4 sil|sil 汪 洋 参 加 韶 关 组 的 分 组 讨 论 sil|25 20 22 21 22 22 20 14 11 18 14 23 24 21|0.0|3.22 +001206|sil rang4 lei2 jun1 po1 gan3 kuan1 wei4 de5 shi4 sp1 yong1 dun3 dui4 xiao2 mi2 you3 zhe5 yi4 zhong3 zong1 jiao4 ban1 de5 re4 qing2 sil|sil 让 雷 军 颇 感 宽 慰 的 是 sp1 拥 趸 对 小 米 有 着 一 种 宗 教 般 的 热 情 sil|24 23 18 24 21 17 21 14 10 25 35 25 29 15 23 25 16 11 14 20 19 20 14 8 18 30 18|0.0|6.24 +001207|sil qin1 lv4 de5 yue4 dui4 sp1 yi3 jing1 kai1 shi3 nuan2 chang3 sil|sil 亲 绿 的 乐 队 sp1 已 经 开 始 暖 场 sil|23 26 17 11 17 23 8 11 14 15 10 21 32 19|0.0|2.87 +001208|sil yan3 chang4 hui4 wei3 sheng1 sp1 liang2 jing4 ru2 sa3 lei4 yong4 ge1 qu3 da2 xie4 guan1 zhong4 sil|sil 演 唱 会 尾 声 sp1 梁 静 茹 洒 泪 用 歌 曲 答 谢 观 众 sil|25 19 19 17 14 23 35 15 17 18 24 26 21 20 25 17 15 17 20 20|0.0|4.73 +001209|sil zhi1 zhu1 ba2 shao3 liang4 sha1 zi5 pin1 he2 zai4 yi4 qi3 sp1 zhi4 cheng2 cang2 shen1 de5 wo1 men2 sil|sil 蜘 蛛 把 少 量 沙 子 拼 合 在 一 起 sp1 制 成 藏 身 的 窝 门 sil|23 20 24 18 18 16 23 16 20 15 15 10 27 19 17 26 24 17 11 18 30 23|0.0|4.99 +001210|sil lian2 qian2 yi4 bai3 chong1 jin4 qu4 de5 sp1 dou1 mei2 xuan3 dao4 yao1 er4 er4 de5 mao2 pi1 sil|sil 连 前 一 百 冲 进 去 的 sp1 都 没 选 到 幺 二 二 的 毛 坯 sil|25 25 22 15 18 19 15 16 18 4 13 14 19 21 15 14 16 7 22 29 23|0.0|4.29 +001211|sil na4 wo2 xiang3 dao4 sp1 na4 jiu4 duo1 kua1 kua1 ren2 jia1 bei5 sil|sil 那 我 想 到 sp1 那 就 多 夸 夸 人 家 呗 sil|25 15 12 22 23 10 15 20 16 23 15 15 19 21 20|0.0|3.15 +001212|sil wu2 pei4 ci2 sp1 yu3 du2 chang3 da4 heng1 chi1 fan4 sil|sil 吴 佩 慈 sp1 与 赌 场 大 亨 吃 饭 sil|25 13 21 30 8 15 15 20 14 18 17 25 22|0.0|2.82 +001213|sil bie2 ya5 sp1 ou3 gei2 ni3 zuo4 ren2 gong1 hu1 xi1 ba5 sil|sil 别 呀 sp1 偶 给 你 做 人 工 呼 吸 吧 sil|22 23 23 25 13 14 12 17 18 15 15 21 21 23|0.0|3.04 +001214|sil qian2 tian1 sp1 huang2 ai4 ying1 sp1 ye3 ceng2 yi2 du4 yun1 dao3 sil|sil 前 天 sp1 黄 爱 英 sp1 也 曾 一 度 晕 倒 sil|24 25 26 15 19 19 23 9 14 20 11 14 18 27 21|0.0|3.31 +001215|sil fei1 lv4 bin1 ai4 zi1 bing4 gan2 ran2 zhe2 meng3 zeng1 sil|sil 菲 律 宾 艾 滋 病 感 染 者 猛 增 sil|24 21 16 24 18 12 18 15 15 13 23 28 22|0.0|2.89 +001216|sil jin4 zhi2 shi3 yong4 xiao3 yu2 zui4 xiao2 wang3 mu4 chi3 cun4 de5 wang3 ju4 jin4 xing2 bu3 lao1 sil|sil 禁 止 使 用 小 于 最 小 网 目 尺 寸 的 网 具 进 行 捕 捞 sil|24 23 16 17 26 26 20 18 20 17 15 19 17 10 19 24 14 19 17 27 21|0.0|4.75 +001217|sil xin1 he2 zha2 qiao2 qun2 zhong1 sp1 bao1 kuo4 zhong1 zha2 sp1 ma2 ci2 zha2 sp1 bei3 zha2 sp1 xia4 lu2 zha2 si4 ge4 zha2 sil|sil 新 河 闸 桥 群 中 sp1 包 括 中 闸 sp1 麻 糍 闸 sp1 北 闸 sp1 下 卢 闸 四 个 闸 sil|26 24 20 16 18 19 22 6 19 25 24 28 14 18 17 27 12 21 29 8 23 17 21 17 9 27 21|0.0|6.13 +001218|sil miao2 miao3 jiu4 du2 yu2 ke1 chuang4 lu4 xiao3 xue2 er4 nian2 ji2 sil|sil 淼 淼 就 读 于 科 创 路 小 学 二 年 级 sil|25 21 30 20 16 15 19 20 12 18 16 16 20 28 21|0.0|3.45 +001219|sil ci3 shi2 sp1 ta1 de5 e2 tou2 yi3 jing1 qin4 man3 han4 zhu1 sp1 liu2 dong1 mei2 yong4 mao2 jin1 sp1 xi4 xin1 de5 ti4 ta1 ca1 shi4 sil|sil 此 时 sp1 他 的 额 头 已 经 沁 满 汗 珠 sp1 刘 冬 梅 用 毛 巾 sp1 细 心 地 替 他 擦 拭 sil|25 20 28 20 20 11 17 28 14 20 20 19 21 23 42 13 16 21 16 20 24 3 24 18 10 14 16 21 25 22|0.0|6.86 +001220|sil bei4 hai4 ren2 xiao2 yu3 sp1 qia4 qiao2 ye3 zu1 zhu4 zai4 gai1 dong4 lou2 shang4 sil|sil 被 害 人 小 雨 sp1 恰 巧 也 租 住 在 该 栋 楼 上 sil|23 18 18 18 28 24 7 24 24 18 19 15 19 15 13 16 27 19|0.0|4.0 +001221|sil zhei4 shi4 feng4 huang2 zhen4 mang2 guo3 cun1 yi4 jiao3 sil|sil 这 是 凤 凰 镇 芒 果 村 一 角 sil|42 17 23 22 21 19 22 15 18 11 30 22|0.0|3.04 +001222|sil ta1 ren4 wei2 sp1 ci3 ci4 lie4 che1 chu1 gui3 sp1 yu2 gui3 dao4 duo1 wan1 wu2 guan1 sil|sil 他 认 为 sp1 此 次 列 车 出 轨 sp1 与 轨 道 多 弯 无 关 sil|22 21 16 23 18 21 15 17 15 18 27 6 9 18 17 14 18 13 27 22|0.0|4.14 +001223|sil huang2 shang4 wan4 fu2 jin1 an1 sil|sil 皇 上 万 福 金 安 sil|20 24 27 18 17 18 24 21|0.0|1.96 +001224|sil sui2 zhe5 ying1 wen2 ming2 yue4 lai2 yue4 huo3 sp1 bang1 ren2 qu3 ying1 wen2 ming2 zhe4 yi4 hang2 dang4 sp1 ye3 cheng2 le5 xiang1 mo2 mo5 sil|sil 随 着 英 文 名 越 来 越 火 sp1 帮 人 取 英 文 名 这 一 行 当 sp1 也 成 了 香 馍 馍 sil|26 21 22 15 14 22 17 16 15 34 23 17 16 20 15 16 19 12 11 23 19 23 10 16 10 20 18 24 18|0.0|6.18 +001225|sil yin1 jia1 jing4 pin2 han2 sp1 wu2 bi4 hong2 hen2 zao3 chuo4 xue2 sil|sil 因 家 境 贫 寒 sp1 吴 碧 红 很 早 辍 学 sil|25 23 21 19 21 31 21 14 17 25 24 19 19 29 22|0.0|3.83 +001226|sil xian4 ren4 jian4 chuan2 zhi1 shi5 wang3 luo4 ban2 zhu3 bian1 sil|sil 现 任 舰 船 知 识 网 络 版 主 编 sil|25 25 27 22 20 19 24 18 16 16 16 28 21|0.0|3.22 +001227|sil cai3 zhai1 shan1 he2 tao5 de5 nong2 min2 sp1 yi2 ge4 lie4 qie5 die1 xia4 qu4 sp1 tou2 peng4 dao4 shi2 tou5 sp1 jiu4 ke3 neng2 shuai1 si3 sil|sil 采 摘 山 核 桃 的 农 民 sp1 一 个 趔 趄 跌 下 去 sp1 头 碰 到 石 头 sp1 就 可 能 摔 死 sil|26 22 21 20 19 14 8 18 26 8 11 10 17 15 16 17 23 26 24 19 12 21 23 5 16 13 13 22 29 21|0.0|6.21 +001228|sil xiao3 cong1 ming5 sp1 ye3 shi4 cong1 ming5 ma5 sil|sil 小 聪 明 sp1 也 是 聪 明 嘛 sil|25 25 23 27 7 15 17 20 16 24 19|0.0|2.53 +001229|sil qi2 ci4 sp1 nie1 nie1 pang2 xie4 de5 tui3 sil|sil 其 次 sp1 捏 捏 螃 蟹 的 腿 sil|23 22 28 14 16 17 26 14 11 37 23|0.0|2.68 +001230|sil lang4 sha1 wa4 ye4 tou2 ding3 shi4 shang1 sha4 de5 er4 lou2 sp1 lv3 he2 jin1 kou4 ban3 zao1 dao4 po4 huai4 sil|sil 浪 莎 袜 业 头 顶 是 商 厦 的 二 楼 sp1 铝 合 金 扣 板 遭 到 破 坏 sil|26 18 21 17 19 24 25 16 20 15 10 16 26 40 13 15 17 22 25 18 12 21 27 21|0.0|5.62 +001231|sil ni3 yao4 shi4 kan4 shui2 bu4 shuang3 sp1 jiu4 yong4 fei1 ji1 zhuang4 ta1 a5 sil|sil 你 要 是 看 谁 不 爽 sp1 就 用 飞 机 撞 他 啊 sil|25 11 18 17 21 16 14 27 4 16 13 17 14 22 19 20 21|0.0|3.42 +001232|sil ge1 menr5 r de5 qing2 huai2 sp1 dang1 ran2 yao4 kao4 ge1 menr5 r lai2 yan3 yi4 le5 sil|sil 哥 们 儿 的 情 怀 sp1 当 然 要 靠 哥 们 儿 来 演 绎 了 sil|23 19 19 0 10 21 29 5 16 14 16 24 18 0 22 16 19 17 17 21|0.0|3.78 +001233|sil shui4 de5 hua4 pa1 wo2 tui3 shang4 sil|sil 睡 的 话 趴 我 腿 上 sil|25 26 12 27 21 13 23 24 20|0.0|2.22 +001234|sil yan3 bing4 sp1 ba3 sun1 po2 po5 zhe2 mo2 de5 gou4 qiang4 sil|sil 眼 病 sp1 把 孙 婆 婆 折 磨 得 够 呛 sil|26 23 23 6 17 21 17 20 15 17 8 19 29 22|0.0|3.05 +001235|sil yi3 xia4 shi4 wen4 da2 zhai1 lu4 sil|sil 以 下 是 问 答 摘 录 sil|25 13 27 19 20 17 18 25 19|0.0|2.13 +001236|sil jin1 nian2 shi4 wu2 wu3 pu2 fa3 de5 yan4 shou1 zhi1 nian2 sil|sil 今 年 是 五 五 普 法 的 验 收 之 年 sil|24 18 25 24 19 18 20 19 11 18 20 16 32 21|0.0|3.31 +001237|sil wo3 hui4 jiang2 gui3 gu4 shi5 sp1 ni3 pa4 bu2 pa4 sil|sil 我 会 讲 鬼 故 事 sp1 你 怕 不 怕 sil|25 12 17 19 19 19 25 13 13 22 12 30 23|0.0|2.89 +001238|sil fan4 rui4 yan2 su4 jiu1 zheng4 dao4 sp1 shi4 pi4 mei3 sil|sil 范 睿 严 肃 纠 正 道 sp1 是 媲 美 sil|25 28 26 17 18 15 22 23 6 20 25 36 21|0.0|3.27 +001239|sil long2 juan3 feng1 jiang1 gong1 chang3 wu1 ding3 dou1 juan2 zou3 le5 sil|sil 龙 卷 风 将 工 厂 屋 顶 都 卷 走 了 sil|23 21 21 28 24 17 20 13 23 18 21 22 18 21|0.0|3.37 +001240|sil shui2 you4 liao2 jie2 wo3 xin1 li3 de5 ku3 ne5 sil|sil 谁 又 了 解 我 心 里 的 苦 呢 sil|24 24 15 19 22 14 16 13 12 24 24 21|0.0|2.65 +001241|sil yi4 xue2 lin2 chuo4 hao4 yi4 dan3 da4 sil|sil 易 学 林 绰 号 易 胆 大 sil|26 15 16 25 24 27 15 20 24 22|0.0|2.48 +001242|sil gao4 bie2 bei3 chuan1 sp1 huang2 hun1 zhong1 sp1 wo3 men5 you4 deng1 shang4 le5 gao1 shan1 zhi1 dian1 de5 qiang1 zhai4 sil|sil 告 别 北 川 sp1 黄 昏 中 sp1 我 们 又 登 上 了 高 山 之 巅 的 羌 寨 sil|23 20 16 16 31 13 20 17 24 14 10 13 17 18 18 10 17 19 14 13 8 27 24 21|0.0|4.91 +001243|sil li2 kai1 shi2 sp1 zong3 hui4 lin1 ji3 dai4 yang4 pin3 hui2 qu4 sil|sil 离 开 时 sp1 总 会 拎 几 袋 样 品 回 去 sil|25 15 23 25 14 19 12 17 15 17 19 18 17 22 22|0.0|3.25 +001244|sil lan2 tian1 bai2 yun2 xia4 sp1 lv4 shu4 huan2 rao4 jian1 sp1 zhe4 sui2 feng1 wu3 dong4 de5 yi4 mo3 hong2 xian3 de5 ge2 wai4 xing3 mu4 sil|sil 蓝 天 白 云 下 sp1 绿 树 环 绕 间 sp1 这 随 风 舞 动 的 一 抹 红 显 得 格 外 醒 目 sil|25 21 24 17 16 28 19 17 21 19 17 25 42 17 21 20 15 16 9 10 20 33 25 11 20 18 21 24 21|0.0|6.87 +001245|sil yue4 sao3 bang1 wo3 rou2 sp1 wo3 jiao4 de5 he2 sha1 zhu1 yi2 yang4 sp1 peng4 yi2 xia4 jiu4 tong4 si3 ren2 sil|sil 月 嫂 帮 我 揉 sp1 我 叫 得 和 杀 猪 一 样 sp1 碰 一 下 就 痛 死 人 sil|27 17 26 17 14 29 23 10 23 15 15 20 19 12 20 23 24 12 22 16 24 14 26 19|0.0|5.42 +001246|sil zui4 hou4 sp1 ta1 zhi2 hao3 kao4 wu2 dao3 yuan2 sp1 bian1 da3 pai1 zi5 sp1 bian1 zhai1 wu3 sil|sil 最 后 sp1 她 只 好 靠 舞 蹈 员 sp1 边 打 拍 子 sp1 边 斋 舞 sil|24 19 25 20 18 14 21 21 15 18 27 8 21 17 28 18 7 19 24 26 21|0.0|4.77 +001247|sil you2 mei3 li4 de5 su1 zhou1 yuan2 lin2 ya5 sil|sil 有 美 丽 的 苏 州 园 林 呀 sil|26 20 23 15 12 20 18 15 19 28 18|0.0|2.48 +001248|sil ta1 hai2 jiang1 wu3 ming2 shang1 yuan2 song4 wang3 si4 yao1 liu4 yi1 yuan4 jiu4 zhi4 sil|sil 他 还 将 五 名 伤 员 送 往 四 幺 六 医 院 救 治 sil|22 17 18 22 14 17 20 23 26 20 19 14 18 12 14 18 25 20|0.0|3.94 +001249|sil you3 zheng4 ke4 pi1 ping2 ai1 er3 duo1 an1 sp1 yi3 lun2 wei2 kui2 lei3 sil|sil 有 政 客 批 评 埃 尔 多 安 sp1 已 沦 为 傀 儡 sil|26 15 21 24 21 25 14 14 16 23 9 8 17 13 22 31 22|0.0|3.73 +001250|sil luo2 zhi4 xiang2 zuo2 ri4 di2 gang3 quan2 cheng2 hei1 lian3 sil|sil 罗 志 祥 昨 日 抵 港 全 程 黑 脸 sil|25 16 16 30 19 13 14 26 24 21 17 30 19|0.0|3.13 +001251|sil wo3 ke2 yi2 wang3 shang4 chong1 lang4 sp1 xiu1 xiu1 xiu1 sil|sil 我 可 以 网 上 冲 浪 sp1 咻 咻 咻 sil|25 12 20 16 20 16 20 23 6 21 15 27 22|0.0|2.82 +001252|sil zhe4 xie1 tong2 you3 xin1 you3 jiu4 sp1 shang4 mian4 sp1 ye3 liu2 zhe5 wang2 si4 sp1 wang2 san1 deng3 biao1 ji4 sil|sil 这 些 桶 有 新 有 旧 sp1 上 面 sp1 也 留 着 王 四 sp1 王 三 等 标 记 sil|24 16 16 33 18 21 16 26 19 22 24 5 8 18 24 27 27 8 19 21 16 19 24 20|0.0|5.47 +001253|sil yi2 ri4 san1 can1 sp1 xi2 xi3 shuan4 shuan4 sp1 hai2 yao4 gei3 ma1 ma5 fu1 yao4 huan4 yao4 sp1 bang1 ma1 ma5 da4 xiao3 bian4 sil|sil 一 日 三 餐 sp1 洗 洗 涮 涮 sp1 还 要 给 妈 妈 敷 药 换 药 sp1 帮 妈 妈 大 小 便 sil|25 11 16 22 28 3 22 15 18 24 25 13 13 13 20 26 22 18 24 20 13 18 14 21 16 20 26 20|0.0|6.11 +001254|sil tong2 chang3 hai2 you3 ke1 jia1 yan4 chen2 ting2 ni1 sil|sil 同 场 还 有 柯 佳 嬿 陈 庭 妮 sil|22 25 28 18 17 21 19 24 22 19 24 22|0.0|3.03 +001255|sil dang4 wan3 sp1 jian4 yang4 mao4 zhi4 nen4 de5 xiao2 ya3 ru2 yue1 qian2 lai2 sp1 hua2 zai3 xin1 xi3 ruo4 kuang2 sil|sil 当 晚 sp1 见 样 貌 稚 嫩 的 小 雅 如 约 前 来 sp1 华 仔 欣 喜 若 狂 sil|22 22 26 15 25 15 16 15 14 9 21 27 20 14 18 23 23 20 27 27 17 17 33 19|0.0|5.63 +001256|sil chu2 cao3 sp1 fan1 tu3 sp1 jiao1 shui3 sp1 li3 ji4 wang4 shuai3 kai1 bang3 zi5 gan4 sil|sil 锄 草 sp1 翻 土 sp1 浇 水 sp1 李 继 旺 甩 开 膀 子 干 sil|22 28 34 6 27 32 3 25 33 31 18 16 23 24 19 17 10 22 20|0.0|4.76 +001257|sil nuo2 wei1 nan2 zi3 ba1 lei2 ke4 sp1 zai4 duan4 bi4 shang1 kou3 shang4 sp1 wen2 hai3 tun2 tou2 sil|sil 挪 威 男 子 巴 雷 克 sp1 在 断 臂 伤 口 上 sp1 纹 海 豚 头 sil|26 16 14 22 21 14 15 29 24 16 18 13 19 19 24 7 19 19 19 31 22|0.0|4.72 +001258|sil yi4 xie1 ren2 shen4 zhi4 zhi2 jie1 ba3 rui4 zhi1 qing1 cheng1 wei2 sp1 duo2 ming4 tui4 shao1 yao4 sil|sil 一 些 人 甚 至 直 接 把 瑞 芝 清 称 为 sp1 夺 命 退 烧 药 sil|23 14 17 23 19 13 16 18 22 17 16 31 26 23 8 17 20 18 19 23 21|0.0|4.69 +001259|sil ke3 bei1 de5 shi4 sp1 yu4 po2 hai2 mei2 si3 sp1 zhong4 duo1 zi3 sun1 sp1 yi3 jing1 wei4 zheng1 jia1 chan3 chun2 chun3 yu4 dong4 sil|sil 可 悲 的 是 sp1 玉 婆 还 没 死 sp1 众 多 子 孙 sp1 已 经 为 争 家 产 蠢 蠢 欲 动 sil|23 24 15 12 27 28 15 24 19 18 29 26 20 15 18 24 12 12 15 17 17 18 24 20 16 13 22 20|0.0|6.3 +001260|sil ta1 shi4 teng2 xun4 gong1 si1 zhu3 yao4 chuang4 ban4 ren2 zhi1 yi1 ya5 sil|sil 他 是 腾 讯 公 司 主 要 创 办 人 之 一 呀 sil|22 22 22 20 16 18 24 17 16 22 12 15 16 16 24 18|0.0|3.48 +001261|sil zhou1 liu4 shang4 wu3 sp1 ge4 zu3 zhi1 zhao1 sheng1 sp1 ta1 xi3 tou2 gua1 lian3 sp1 shuo1 yao4 yong4 san1 shi2 liu4 ji4 wai4 de5 yi4 zhao1 sp1 mei3 nan2 ji4 sil|sil 周 六 上 午 sp1 各 组 织 招 生 sp1 他 洗 头 刮 脸 sp1 说 要 用 三 十 六 计 外 的 一 招 sp1 美 男 计 sil|22 20 14 22 23 4 16 15 11 19 23 25 19 16 19 17 26 15 16 15 17 19 8 18 17 18 10 11 26 11 19 25 25 20|0.0|6.98 +001262|sil zai4 jia1 pai2 hang2 lao3 si4 de5 he4 ci2 hong2 sp1 da2 xiao3 jiu4 you2 gu3 zi5 sp1 ren4 zhun2 shui3 sa1 huan1 de5 jue4 pi2 qi5 sil|sil 在 家 排 行 老 四 的 贺 慈 红 sp1 打 小 就 有 股 子 sp1 认 准 水 撒 欢 的 倔 脾 气 sil|24 19 26 18 17 17 19 17 18 16 29 30 22 28 17 12 17 22 16 19 16 20 20 18 8 18 24 25 19|0.0|6.63 +001263|sil shuo1 ding4 yi4 nian2 de5 kuan1 dai4 hai2 song4 ge5 mao1 sil|sil 说 订 一 年 的 宽 带 还 送 个 猫 sil|25 32 19 12 14 9 25 20 20 21 9 29 23|0.0|2.99 +001264|sil xi1 nan2 han4 qu1 han4 qing2 jin4 qi1 nan2 yu2 huan2 jie3 sil|sil 西 南 旱 区 旱 情 近 期 难 于 缓 解 sil|26 22 18 18 14 21 28 23 20 22 11 23 29 20|0.0|3.43 +001265|sil gang1 gang1 wo2 duan3 lu4 la5 sil|sil 刚 刚 我 短 路 啦 sil|24 20 26 15 22 21 24 21|0.0|2.01 +001266|sil zhe4 bing4 bu2 shi4 kang1 wei1 shi4 di4 yi1 qi3 shun2 jiao3 xing4 sao1 rao3 an4 jian4 sil|sil 这 并 不 是 康 威 市 第 一 起 吮 脚 性 骚 扰 案 件 sil|22 21 22 12 15 22 16 24 14 17 24 25 22 18 16 14 16 25 20|0.0|4.24 +001267|sil shuo1 wan2 sp1 dui4 zi4 ji3 de5 xu1 gou4 kua1 da4 cai2 hua2 chong2 bai4 wan4 fen1 sil|sil 说 完 sp1 对 自 己 的 虚 构 夸 大 才 华 崇 拜 万 分 sil|26 23 30 4 16 13 12 17 22 22 22 17 23 24 24 16 18 25 21|0.0|4.35 +001268|sil qi2 ta1 yan3 yuan2 hai2 bao1 kuo4 song1 ban3 tao2 li3 sp1 bing2 ben3 you4 sp1 he2 cun1 chuan2 hui4 li2 deng3 xin1 xian1 mian4 kong3 sil|sil 其 他 演 员 还 包 括 松 坂 桃 李 sp1 柄 本 佑 sp1 和 村 传 绘 梨 等 新 鲜 面 孔 sil|24 22 21 15 25 23 20 28 25 18 19 24 8 21 17 22 18 20 21 19 16 20 21 18 17 20 31 16|0.0|6.61 +001269|sil xue2 sheng1 bu4 jie3 de5 wen4 sp1 wo3 nar2 r ye3 bu4 teng2 a5 sil|sil 学 生 不 解 的 问 sp1 我 哪 儿 也 不 疼 啊 sil|25 27 22 15 16 10 22 25 10 25 0 15 14 28 21 20|0.0|3.42 +001270|sil kuang1 bin1 jiang1 zhang1 yu3 jie1 dao4 dong1 guan3 dong1 cheng2 de5 ke1 er3 qin4 jia1 sil|sil 匡 斌 将 张 禹 接 到 东 莞 东 城 的 科 尔 沁 家 sil|23 28 21 19 22 24 21 22 17 18 16 22 16 17 9 23 30 20|0.0|4.27 +001271|sil jing1 jian4 ding4 sp1 xiong2 mou3 yin2 chan3 de5 pei1 tai1 sp1 yu3 guo1 yao4 hu3 cun2 zai4 xue4 yuan2 guan1 xi5 sil|sil 经 鉴 定 sp1 熊 某 引 产 的 胚 胎 sp1 与 郭 耀 虎 存 在 血 缘 关 系 sil|24 20 20 24 19 24 21 17 20 9 17 30 10 14 16 19 23 21 19 17 17 18 23 21|0.0|5.38 +001272|sil yuan4 wo3 men5 xiang4 liang3 ke1 xing1 xing5 yi2 yang4 sp1 zai4 an1 jing4 de5 ye4 wan3 sp1 ba3 bi2 ci3 zhao4 liang4 sil|sil 愿 我 们 像 两 颗 星 星 一 样 sp1 在 安 静 的 夜 晚 sp1 把 彼 此 照 亮 sil|24 19 14 23 19 16 15 20 18 13 21 22 19 18 17 8 19 25 5 19 18 18 20 25 22|0.0|5.3 +001273|sil wo3 hai2 bang1 ta1 mai4 guo4 man2 tou5 li5 sil|sil 我 还 帮 她 卖 过 馒 头 哩 sil|25 13 18 17 20 18 11 24 20 22 22|0.0|2.44 +001274|sil er2 zhe4 xie1 jia4 shi3 yuan2 dou1 fei1 che1 zhu3 sp1 quan2 bu4 you2 zhuan1 ye4 chuang2 gang3 si1 ji1 lai2 wan2 cheng2 sil|sil 而 这 些 驾 驶 员 都 非 车 主 sp1 全 部 由 专 业 闯 岗 司 机 来 完 成 sil|26 19 16 18 15 15 25 16 15 24 25 27 22 12 24 21 13 22 15 16 15 15 16 32 18|0.0|5.6 +001275|sil wang2 ye4 ji2 ling4 wai4 liang3 wei4 zhang1 xing4 nv2 zi3 sp1 mei2 you3 bi4 ye4 cheng2 ji4 sil|sil 王 烨 及 另 外 两 位 张 姓 女 子 sp1 没 有 毕 业 成 绩 sil|25 23 28 20 18 13 16 13 18 18 15 27 9 15 15 11 13 24 25 20|0.0|4.25 +001276|sil ge1 ge5 cai3 ying2 pen2 sp1 di4 di5 mei4 mei5 gong4 huan1 xin1 sil|sil 哥 哥 采 盈 盆 sp1 弟 弟 妹 妹 共 欢 欣 sil|22 22 21 22 16 30 15 16 10 18 25 22 23 30 21|0.0|3.63 +001277|sil yin1 gao1 jun4 liang4 sp1 wu2 fa2 fan3 huan2 ben3 jin1 ji2 li4 xi5 sp1 zao4 cheng2 su1 ye4 nv3 zi1 jin1 de5 ju4 e2 kui1 kong1 sil|sil 因 高 竣 亮 sp1 无 法 返 还 本 金 及 利 息 sp1 造 成 苏 叶 女 资 金 的 巨 额 亏 空 sil|26 21 18 17 28 8 12 18 19 23 17 19 12 19 24 31 22 25 17 14 25 20 15 12 16 15 19 25 22|0.0|6.49 +001278|sil min2 guo2 shi2 sp1 wan4 qing4 dang4 pu4 shuai1 bai4 guan1 men2 sp1 dian4 pu4 qian2 gai4 le5 xiao3 fang2 sp1 zhe1 zhu4 wan4 qing4 er4 zi4 sil|sil 民 国 时 sp1 万 庆 当 铺 衰 败 关 门 sp1 店 铺 前 盖 了 小 房 sp1 遮 住 万 庆 二 字 sil|25 17 19 28 24 16 17 19 21 19 12 19 26 24 18 15 30 15 11 18 30 8 18 24 18 17 20 25 19|0.0|6.64 +001279|sil ru2 guo2 you3 peng2 you5 zhao2 wo3 sp1 jiu4 zhi2 jie1 da2 gei2 wo3 sil|sil 如 果 有 朋 友 找 我 sp1 就 直 接 打 给 我 sil|25 19 21 15 18 12 25 22 8 18 13 15 20 18 22 21|0.0|3.39 +001280|sil zai4 guo2 wai4 shi2 sp1 ta1 xi3 huan1 sou1 ji2 yan1 dou3 sil|sil 在 国 外 时 sp1 他 喜 欢 搜 集 烟 斗 sil|26 20 14 19 26 13 19 14 22 19 15 23 26 20|0.0|3.2 +001281|sil wei4 shen2 me5 zu2 xie2 ren4 ke3 li3 fei1 yu3 de5 zuo4 fa3 sil|sil 为 什 么 足 协 认 可 李 飞 宇 的 做 法 sil|25 18 18 18 18 18 21 19 14 16 14 10 20 30 19|0.0|3.23 +001282|sil qing2 tuo3 zhen4 chang2 wei3 hui2 da2 yi2 xia4 zhe4 wei4 wang2 you3 de5 wen4 ti2 sil|sil 请 庹 震 常 委 回 答 一 下 这 位 网 友 的 问 题 sil|23 34 22 18 24 20 17 15 8 20 13 15 18 13 9 21 29 20|0.0|3.93 +001283|sil mei2 zheng1 mei2 qiang3 sp1 mei2 nao4 bie4 niu5 sil|sil 没 争 没 抢 sp1 没 闹 别 扭 sil|25 20 19 19 37 6 14 21 19 28 19|0.0|2.64 +001284|sil miao2 fan2 de5 fu4 qin5 miao2 jian4 ke1 shuo1 sp1 sheng1 yi4 ma2 ma3 hu1 hu1 sp1 dan4 e4 bu4 zhao2 wa2 wa5 sil|sil 苗 凡 的 父 亲 苗 建 科 说 sp1 生 意 马 马 虎 虎 sp1 但 饿 不 着 娃 娃 sil|25 21 19 7 19 24 19 17 21 27 33 24 18 22 16 18 24 18 25 18 9 20 21 23 21|0.0|5.91 +001285|sil an4 jian4 gun2 xue3 qiu2 ban1 kuo4 da4 sil|sil 案 件 滚 雪 球 般 扩 大 sil|26 18 25 19 17 19 16 21 23 21|0.0|2.38 +001286|sil miao4 mou3 zhi1 zi3 lu4 jian4 bo1 hui2 jia1 jian4 zhuang4 sp1 chi2 dao1 jiang1 zang1 chuo1 shang1 sil|sil 缪 某 之 子 陆 剑 波 回 家 见 状 sp1 持 刀 将 臧 戳 伤 sil|25 20 18 16 20 17 18 21 19 15 19 23 19 22 26 21 16 19 27 20|0.0|4.66 +001287|sil dang1 shi2 sp1 wo2 lia2 qi3 le5 fen1 qi2 sil|sil 当 时 sp1 我 俩 起 了 分 歧 sil|23 18 29 8 12 18 17 11 23 31 23|0.0|2.47 +001288|sil pang4 pang4 de5 sun1 zhuo2 hen3 zhao1 ren2 xi3 ai4 sil|sil 胖 胖 的 孙 卓 很 招 人 喜 爱 sil|22 27 21 11 20 24 23 20 15 22 24 20|0.0|2.89 +001289|sil du4 zao3 qian2 huo4 che4 kong4 qian2 fan3 nei4 di4 sil|sil 杜 早 前 获 撤 控 遣 返 内 地 sil|23 24 21 24 18 21 26 23 17 15 22 22|0.0|2.97 +001290|sil lin2 zhong1 qian2 sp1 da4 zhou1 hou4 qing3 qiu2 li3 yu4 sp1 jiang1 zhong1 zhu3 li2 jing2 suo3 ci4 de5 shao1 cao2 pi2 pa5 pei2 zang4 sil|sil 临 终 前 sp1 大 周 后 请 求 李 煜 sp1 将 中 主 李 璟 所 赐 的 烧 槽 琵 琶 陪 葬 sil|26 17 18 32 23 17 18 23 20 16 19 25 22 26 18 16 21 24 18 18 16 20 20 20 18 20 24 21|0.0|6.69 +001291|sil qing1 sui3 xu1 yao4 zhi4 shao3 ban4 nian2 de5 fu2 yao4 sp1 er2 wei1 yi2 zhi2 sp1 bu4 xu1 yao4 fu2 yong4 ren4 he2 yao4 wu4 sil|sil 清 髓 需 要 至 少 半 年 的 服 药 sp1 而 微 移 植 sp1 不 需 要 服 用 任 何 药 物 sil|23 28 31 19 15 15 26 18 17 9 18 25 27 27 22 13 25 7 14 14 15 16 18 17 14 21 23 20|0.0|6.23 +001292|sil bai2 tian1 wei4 nai3 wei4 fan4 sp1 xi3 hai2 zi5 yi1 wu4 sp1 ou2 er2 da3 ge4 dunr3 r sil|sil 白 天 喂 奶 喂 饭 sp1 洗 孩 子 衣 物 sp1 偶 尔 打 个 盹 儿 sil|22 22 31 16 19 15 27 12 22 20 13 16 19 23 19 20 17 11 32 0 22|0.0|4.62 +001293|sil chen2 nian2 si1 cun3 zhe5 zhuan3 xing2 sil|sil 陈 年 思 忖 着 转 型 sil|23 26 27 20 19 10 20 34 21|0.0|2.32 +001294|sil zhi3 nan2 yi4 jing1 fa1 bu4 xun4 su4 yin3 lai2 qiang4 sheng1 yi2 pian4 sil|sil 指 南 一 经 发 布 迅 速 引 来 呛 声 一 片 sil|23 19 26 12 16 23 25 25 14 16 20 26 18 12 30 17|0.0|3.74 +001295|sil yang2 yi4 kua3 sp1 ta1 de5 ren2 ye2 kua3 le5 sil|sil 羊 一 垮 sp1 他 的 人 也 垮 了 sil|25 23 16 33 9 19 10 20 16 25 21 22|0.0|2.77 +001296|sil wang3 na4 bian1 dian3 sp1 ni3 ya1 wo3 rou4 le5 sil|sil 往 那 边 点 sp1 你 压 我 肉 了 sil|25 17 22 20 25 17 14 20 13 25 22 20|0.0|2.79 +001297|sil ting1 kong2 zi3 sp1 ye3 yao4 ting1 yi2 ban4 sil|sil 听 孔 子 sp1 也 要 听 一 半 sil|24 28 28 30 9 16 20 24 14 24 22|0.0|2.77 +001298|sil jian3 cha2 ji1 guan1 yi2 dan4 jie4 ru4 diao4 cha2 sp1 wang2 wang3 neng2 yi3 an4 dai4 an4 sp1 yi4 cha2 cha2 yi4 wo1 sil|sil 检 察 机 关 一 旦 介 入 调 查 sp1 往 往 能 以 案 带 案 sp1 一 查 查 一 窝 sil|23 21 19 14 28 16 17 13 13 18 32 26 15 17 28 16 21 17 23 19 13 32 22 15 27 21|0.0|6.11 +001299|sil ta1 zuo2 dao4 ri4 wu3 ying2 zhan2 da3 pian4 sp1 bian4 shen1 jin1 fa4 niu1 sp1 yao1 jiao1 mu2 yang4 sp1 rang4 ren2 peng3 fu4 sil|sil 他 昨 到 日 舞 影 展 打 片 sp1 变 身 金 发 妞 sp1 妖 娇 模 样 sp1 让 人 捧 腹 sil|22 23 17 26 18 14 19 19 20 28 18 19 23 19 19 25 42 17 19 19 24 13 17 15 23 26 21|0.0|6.56 +001300|sil ju4 liao2 jie3 sp1 juan2 yu3 ti2 hu2 xi3 huan1 jie2 qun2 sheng1 huo2 sp1 you2 liang3 ge4 qian1 xi2 zhong3 qun2 sil|sil 据 了 解 sp1 卷 羽 鹈 鹕 喜 欢 结 群 生 活 sp1 有 两 个 迁 徙 种 群 sil|23 17 21 29 19 23 14 21 29 20 20 18 20 18 27 27 16 22 13 20 14 20 32 20|0.0|5.84 +001301|sil hua1 yuan2 wai4 qiang2 cai3 yong4 tong1 tou4 de5 tie3 lan2 ai3 men2 sp1 yu3 long4 tang5 qi3 dao4 gong4 xiang3 de5 zuo4 yong4 sil|sil 花 园 外 墙 采 用 通 透 的 铁 栏 矮 门 sp1 与 弄 堂 起 到 共 享 的 作 用 sil|19 24 16 16 30 22 21 22 19 15 23 30 17 29 30 12 25 26 21 19 18 18 9 19 21 20|0.0|6.28 +001302|sil mo4 qi1 shao4 nian2 qiong2 sp1 yao4 you3 xin4 xin1 o5 sil|sil 莫 欺 少 年 穷 sp1 要 有 信 心 哦 sil|25 18 25 17 18 32 9 15 15 19 21 19 18|0.0|2.91 +001303|sil zhang1 mou2 hen3 nao2 huo3 sp1 jiu4 yu4 mou2 sha1 qi1 sp1 bing4 pian4 qu3 gao1 e2 bao2 xian3 jin1 sil|sil 张 某 很 恼 火 sp1 就 预 谋 杀 妻 sp1 并 骗 取 高 额 保 险 金 sil|23 24 24 22 20 33 23 20 13 17 20 29 7 19 22 21 21 17 15 19 26 22|0.0|5.3 +001304|sil ren4 ming4 sun1 de2 ji1 sp1 wei2 shen3 ji4 shu3 shu2 zhang3 sil|sil 任 命 孙 德 基 sp1 为 审 计 署 署 长 sil|25 20 23 20 16 24 14 16 20 12 16 22 30 15|0.0|3.17 +001305|sil wu1 wu1 wu1 sp1 bu2 yao4 ba2 wo3 yi2 ge4 ren2 diu1 xia4 sil|sil 呜 呜 呜 sp1 不 要 把 我 一 个 人 丢 下 sil|25 16 22 23 26 12 16 16 12 14 11 18 18 31 19|0.0|3.24 +001306|sil ku4 er3 sen1 sp1 mu4 qian2 yin1 juan3 ru4 qie4 ting1 chou3 wen2 sp1 bei4 jing3 fang1 ju1 bu3 sil|sil 库 尔 森 sp1 目 前 因 卷 入 窃 听 丑 闻 sp1 被 警 方 拘 捕 sil|22 20 13 27 10 14 25 15 20 16 17 19 21 20 8 14 17 17 20 26 18|0.0|4.4 +001307|sil bu4 he1 ban3 lan2 gen1 sp1 yi2 ge4 chuan2 ran2 lia3 sil|sil 不 喝 板 蓝 根 sp1 一 个 传 染 俩 sil|23 17 24 15 18 23 12 14 17 19 15 33 20|0.0|2.9 +001308|sil shi4 shi2 er2 yan2 sp1 guan1 yuan2 jie1 ceng2 you3 ru2 min2 zhong4 sp1 you3 fu4 you3 pin2 sp1 cen1 ci1 duo1 yuan2 shi4 chang2 tai4 sil|sil 事 实 而 言 sp1 官 员 阶 层 有 如 民 众 sp1 有 富 有 贫 sp1 参 差 多 元 是 常 态 sil|26 21 16 19 28 9 20 16 17 30 15 13 21 23 23 18 22 14 35 24 23 15 19 23 17 28 27 20|0.0|6.76 +001309|sil lao3 po5 sp1 ge1 dou1 you3 sa1 er2 zi5 le5 sp1 zan2 men5 yao4 jia1 you2 ya5 sil|sil 老 婆 sp1 哥 都 有 仨 儿 子 了 sp1 咱 们 要 加 油 呀 sil|25 22 23 22 24 14 15 25 17 14 14 12 21 11 14 21 17 23 20|0.0|4.11 +001310|sil wa1 pi2 zhong1 han2 you3 kang4 jun1 li4 jiao4 qiang2 de5 huo2 xing4 duo1 tai4 sil|sil 蛙 皮 中 含 有 抗 菌 力 较 强 的 活 性 多 肽 sil|26 18 19 24 24 18 20 15 15 16 22 15 19 17 14 28 20|0.0|3.83 +001311|sil wo3 da4 er2 zi5 xiao3 ming2 jiu4 jiao4 han1 han5 sp1 xie2 yin1 sil|sil 我 大 儿 子 小 名 就 叫 憨 憨 sp1 谐 音 sil|25 15 15 22 20 20 17 12 16 26 23 7 30 21 22|0.0|3.38 +001312|sil xiang2 sao3 yu3 er2 zi5 deng4 zhao4 zun1 sp1 nv3 er2 deng4 xiao3 ai4 sp1 he1 xia4 wu3 cha2 shi2 liao2 de5 kai1 xin1 sil|sil 祥 嫂 与 儿 子 邓 兆 尊 sp1 女 儿 邓 小 艾 sp1 喝 下 午 茶 时 聊 得 开 心 sil|25 31 35 12 20 21 17 19 24 25 15 23 16 19 21 4 18 17 11 21 19 19 8 24 24 22|0.0|5.92 +001313|sil mu4 qian2 bian2 nv3 xu5 zhao4 jian4 ming2 sp1 ye3 ceng2 dao4 bei3 jian1 sp1 wei4 bian3 zhi4 liao2 xi1 gai4 sil|sil 目 前 扁 女 婿 赵 建 铭 sp1 也 曾 到 北 监 sp1 为 扁 治 疗 膝 盖 sil|25 15 31 18 15 20 16 19 24 17 12 18 16 18 25 7 15 21 12 18 19 26 18|0.0|4.94 +001314|sil xian4 zai4 sp1 wei1 ruan3 de5 bi4 ying4 sou1 suo2 yin3 qing2 sp1 ye3 jiang1 qi2 ji1 piao4 sou1 suo3 fu2 wu4 sp1 zhi4 ding2 xian3 shi4 sil|sil 现 在 sp1 微 软 的 必 应 搜 索 引 擎 sp1 也 将 其 机 票 搜 索 服 务 sp1 置 顶 显 示 sil|26 22 25 12 16 21 18 13 16 16 15 17 29 15 12 18 21 17 20 14 15 17 21 5 19 17 19 24 22|0.0|6.06 +001315|sil niu2 zuo4 dong1 bi3 niu2 zuo4 tao1 xiao3 san1 sui4 sp1 ge1 liar3 r cong2 xiao3 yi2 kuair4 r shang4 xue2 fang4 xue2 sil|sil 牛 作 东 比 牛 作 涛 小 三 岁 sp1 哥 俩 儿 从 小 一 块 儿 上 学 放 学 sil|25 17 18 26 15 19 16 24 21 22 24 31 16 27 0 19 17 11 0 26 21 15 18 29 21|0.0|5.55 +001316|sil yang2 jian4 zhang3 duo4 nan2 fang1 bao4 ye4 sp1 zao2 you3 xian1 zhao4 sil|sil 杨 健 掌 舵 南 方 报 业 sp1 早 有 先 兆 sil|24 24 26 23 17 19 19 18 19 4 21 13 22 23 21|0.0|3.4 +001317|sil dan1 shen1 gou2 wo3 zai4 jia1 fang2 zhi3 shou4 dao4 yi2 wan4 dian3 shang1 hai4 sil|sil 单 身 狗 我 在 家 防 止 受 到 一 万 点 伤 害 sil|22 19 21 26 18 14 20 23 12 19 21 14 21 16 20 25 20|0.0|3.84 +001318|sil xiao3 gui1 mo2 nong2 hu4 sp1 yao4 gai3 shan4 cao1 zuo4 gui1 cheng2 sp1 bi4 mian3 yi4 bing4 sp1 zai4 san2 yang3 qin2 qun2 zhong1 chuan2 bo1 sil|sil 小 规 模 农 户 sp1 要 改 善 操 作 规 程 sp1 避 免 疫 病 sp1 在 散 养 禽 群 中 传 播 sil|25 26 15 15 20 26 9 17 18 21 20 14 19 31 22 14 26 21 24 6 21 19 16 19 15 14 24 22 23|0.0|6.52 +001319|sil na4 you4 he2 bi4 zai4 xi4 jie2 shang4 jiu1 chan2 ne5 sil|sil 那 又 何 必 在 细 节 上 纠 缠 呢 sil|26 17 12 21 14 18 22 14 18 16 24 22 19|0.0|2.82 +001320|sil kan4 wo3 chuan1 qun2 zi5 sp1 ta1 jiu4 shuo1 sp1 ai1 yo5 sp1 ni3 chuan1 qun2 zi5 a5 sil|sil 看 我 穿 裙 子 sp1 他 就 说 sp1 哎 唷 sp1 你 穿 裙 子 啊 sil|24 22 14 21 23 20 14 17 14 25 22 17 22 11 13 20 21 16 18 21|0.0|4.35 +001321|sil zhang1 wei3 yi2 leng4 sp1 ting2 dun4 le5 yi2 huir4 r sil|sil 张 伟 一 愣 sp1 停 顿 了 一 会 儿 sil|23 25 21 11 25 4 25 14 9 13 27 0 22|0.0|2.54 +001322|sil qin4 yang2 zi1 yuan2 duan3 que1 sp1 wu2 mei2 wu2 kuang4 shi2 sp1 que4 neng2 zuo4 dao4 sp1 mai3 tian1 xia4 sp1 mai4 tian1 xia4 sil|sil 沁 阳 资 源 短 缺 sp1 无 煤 无 矿 石 sp1 却 能 做 到 sp1 买 天 下 sp1 卖 天 下 sil|24 28 24 16 16 20 30 13 15 23 12 22 27 25 17 17 17 22 11 23 23 26 8 24 20 28 18|0.0|6.37 +001323|sil ta1 men5 tian1 sheng1 ai4 dong4 sp1 mian3 bu4 liao3 da2 da3 nao4 nao4 sil|sil 他 们 天 生 爱 动 sp1 免 不 了 打 打 闹 闹 sil|22 20 25 21 19 17 22 14 21 11 22 18 14 17 25 21|0.0|3.59 +001324|sil sun1 mou3 yong4 bu4 tiao2 jiang1 xiao3 lan2 kun2 bang3 sai1 dao4 chuang2 xia4 sil|sil 孙 某 用 布 条 将 小 兰 捆 绑 塞 到 床 下 sil|26 25 28 17 18 29 20 18 21 24 18 17 13 25 26 20|0.0|4.0 +001325|sil nai2 fen3 bu2 dan4 que1 huo4 sp1 er2 qie3 jia4 ge2 tong2 yang4 shui2 zhang3 chuan2 gao1 sil|sil 奶 粉 不 但 缺 货 sp1 而 且 价 格 同 样 水 涨 船 高 sil|25 22 25 14 16 22 25 18 15 26 23 19 23 20 20 16 23 24 21|0.0|4.61 +001326|sil ge3 you1 huo4 ban1 man4 hua4 jin4 kai1 xin1 sil|sil 葛 优 获 颁 漫 画 劲 开 心 sil|23 22 23 22 16 20 24 21 22 29 21|0.0|2.82 +001327|sil ping2 bai2 wu2 gu4 sp1 sheng1 chu1 ga2 xu3 duo1 shi4 qing2 lai2 sil|sil 凭 白 无 故 sp1 生 出 噶 许 多 事 情 来 sil|23 29 21 17 19 5 23 15 19 18 15 18 19 24 21|0.0|3.32 +001328|sil yi2 hu4 shi5 wei4 nan2 huan4 zhe3 song4 jian3 niao4 yang4 sp1 que4 bu4 xiao3 xin1 sp1 ba3 huan4 zhe3 de5 niao4 yang4 sa3 luo4 yi2 di4 sil|sil 一 护 士 为 男 患 者 送 检 尿 样 sp1 却 不 小 心 sp1 把 患 者 的 尿 样 撒 落 一 地 sil|25 13 24 28 13 20 19 19 22 16 19 20 32 19 12 16 26 5 18 23 11 9 20 21 19 17 15 22 21|0.0|6.32 +001329|sil zai4 tang2 shan1 er4 wu2 wu3 yi1 yuan4 sp1 shuai4 shuai5 zai4 jie1 shou4 zhi4 liao2 sil|sil 在 唐 山 二 五 五 医 院 sp1 帅 帅 在 接 受 治 疗 sil|25 24 25 23 21 16 14 18 25 16 23 23 16 16 15 16 31 19|0.0|4.25 +001330|sil jin2 zao2 zhuan3 bian4 yi2 wang3 de5 cu1 fang4 zeng1 zhang3 mo2 shi4 sil|sil 尽 早 转 变 以 往 的 粗 放 增 长 模 式 sil|24 24 18 21 21 14 21 16 24 19 15 16 17 26 20|0.0|3.44 +001331|sil san1 geng1 ban4 ye4 bu2 shui4 jiao4 sp1 han3 shen2 me5 han3 sil|sil 三 更 半 夜 不 睡 觉 sp1 喊 什 么 喊 sil|26 26 20 18 18 12 17 26 12 22 15 10 34 17|0.0|3.17 +001332|sil gang2 fu3 xin1 yan4 chu1 si4 kuan3 ri4 ben3 ying1 er2 pei4 fang1 nai2 fen3 sp1 dian3 han2 liang4 jiao4 di1 sil|sil 港 府 新 验 出 四 款 日 本 婴 儿 配 方 奶 粉 sp1 碘 含 量 较 低 sil|22 25 27 21 16 15 18 28 14 18 12 14 16 15 18 25 8 20 16 17 19 25 22|0.0|5.0 +001333|sil jing1 que4 ren4 sp1 gai1 ke3 yi2 ren2 yuan2 jiao4 liu3 xiao2 bao3 sil|sil 经 确 认 sp1 该 可 疑 人 员 叫 柳 晓 宝 sil|23 22 21 22 14 21 18 14 17 27 23 19 23 31 21|0.0|3.67 +001334|sil shi4 wei3 chang2 wei3 zu3 zhi1 bu4 zhang3 chen2 yuan2 bang1 sp1 zhu3 chi2 pin4 shu1 ban1 fa1 yi2 shi4 sil|sil 市 委 常 委 组 织 部 长 陈 元 邦 sp1 主 持 聘 书 颁 发 仪 式 sil|25 19 13 24 26 19 12 17 26 19 19 24 6 17 14 19 23 16 18 13 25 20|0.0|4.81 +001335|sil nan2 zi3 zhui4 qiao2 sp1 bei4 xiao1 fang2 yuan2 yi4 ba3 zhuai4 zhu4 sil|sil 男 子 坠 桥 sp1 被 消 防 员 一 把 拽 住 sil|26 18 13 17 31 4 14 18 18 23 16 18 20 20 21|0.0|3.22 +001336|sil na4 sheng1 jian1 si4 you3 hong2 wai4 xian4 zhi4 dao3 sp1 zhi2 chong1 nv3 hai2 de5 lian3 jia2 sil|sil 那 生 煎 似 有 红 外 线 制 导 sp1 直 冲 女 孩 的 脸 颊 sil|25 19 22 25 21 18 17 17 18 17 24 12 17 21 16 17 8 20 32 18|0.0|4.46 +001337|sil gai1 hei1 ban1 bei4 luo2 si1 jiao4 shou4 cheng1 wei2 sp1 zui4 e4 de5 yuan1 sou3 sil|sil 该 黑 斑 被 罗 斯 教 授 称 为 sp1 罪 恶 的 渊 薮 sil|23 19 20 25 18 17 15 17 14 20 25 6 24 13 10 18 35 19|0.0|3.92 +001338|sil wo3 ba4 zai4 jia1 te4 bie2 duo1 yi2 sp1 ta1 mei3 ci4 dou1 huai2 yi2 wo3 tou1 tou1 chou1 ta1 de5 yan1 sil|sil 我 爸 在 家 特 别 多 疑 sp1 他 每 次 都 怀 疑 我 偷 偷 抽 他 的 烟 sil|25 15 16 18 22 23 17 17 24 22 16 19 20 12 17 10 20 21 18 17 16 11 27 21|0.0|5.15 +001339|sil wei4 shen2 me5 yao4 fa1 nu4 ne5 sil|sil 为 什 么 要 发 怒 呢 sil|25 17 13 12 15 19 21 25 21|0.0|1.95 +001340|sil ji4 jiao4 shou4 dang1 ri4 lve4 shou4 feng1 han2 sp1 sang3 yin1 sha1 ya3 reng2 ji1 qing2 bu4 jian3 sil|sil 纪 教 授 当 日 略 受 风 寒 sp1 嗓 音 沙 哑 仍 激 情 不 减 sil|23 19 20 22 17 20 17 16 19 29 13 22 14 22 23 23 15 18 14 32 15|0.0|4.8 +001341|sil jing1 yuan4 fang1 zheng4 shi2 sp1 nv3 ying1 shen1 huan4 dan2 guan3 bi4 suo3 sil|sil 经 院 方 证 实 sp1 女 婴 身 患 胆 管 闭 锁 sil|23 28 18 18 17 26 27 15 18 23 27 18 18 16 33 20|0.0|4.01 +001342|sil fu4 yan3 dong1 sp1 ji3 ci4 tong1 guo4 mei2 ti3 cheng2 qing1 nve4 yu2 shi4 jian4 sil|sil 傅 琰 东 sp1 几 次 通 过 媒 体 澄 清 虐 鱼 事 件 sil|22 24 17 25 4 21 19 16 10 18 24 24 24 21 13 18 27 19|0.0|4.02 +001343|sil yi4 ming2 kang4 yi4 zhe3 sp1 wang3 sui2 xing2 che1 dui4 po1 qi1 sil|sil 一 名 抗 议 者 sp1 往 随 行 车 队 泼 漆 sil|26 13 21 25 11 26 7 18 17 18 18 16 21 30 20|0.0|3.33 +001344|sil you3 zhi1 qing2 zhe3 lian2 xi4 sp1 yao1 san1 wu3 jiu2 jiu3 sp1 san1 yao1 wu2 wu2 wu3 ba1 sil|sil 有 知 情 者 联 系 sp1 幺 三 五 九 九 sp1 三 幺 五 五 五 八 sil|25 18 14 21 27 18 26 35 18 23 19 20 32 7 24 24 20 15 17 27 20|0.0|5.23 +001345|sil wei2 fa2 suo3 de2 zang1 kuan3 sp1 yi4 bai3 liu4 shi5 san1 dian3 liu4 qi1 si4 si4 wan4 yuan2 sp1 yu2 yi3 zhui1 jiao3 sil|sil 违 法 所 得 赃 款 sp1 一 百 六 十 三 点 六 七 四 四 万 元 sp1 予 以 追 缴 sil|25 17 22 18 11 19 30 23 14 16 16 12 23 23 18 20 15 14 19 27 7 12 15 19 32 20|0.0|5.65 +001346|sil lian2 luo2 wen2 jia1 ye3 ti4 luo2 yong3 cheng2 han3 yuan1 sp1 zhi4 yi2 sp1 wei4 he2 bu4 zhao3 yong4 qian2 de5 sp1 zhi2 zhao3 ting1 ming4 xing2 shi4 de5 ren2 sil|sil 连 罗 文 嘉 也 替 罗 永 成 喊 冤 sp1 质 疑 sp1 为 何 不 找 用 钱 的 sp1 只 找 听 命 行 事 的 人 sil|25 20 19 15 26 18 17 17 15 17 23 23 36 25 23 6 14 16 14 19 17 26 15 25 14 25 21 16 19 17 12 25 19|0.0|7.42 +001347|sil cong2 yi4 kai1 shi3 sp1 wo3 men5 jiu4 zai4 xia1 pu1 teng5 sil|sil 从 一 开 始 sp1 我 们 就 在 瞎 扑 腾 sil|23 31 13 22 26 8 10 9 16 19 19 19 28 19|0.0|3.04 +001348|sil cheng2 kun1 zai4 yu3 bing4 mo2 bo2 dou4 yi3 qian2 sp1 xian1 yao4 jing1 li4 yu3 yao4 de5 bo2 dou4 sil|sil 成 昆 在 与 病 魔 搏 斗 以 前 sp1 先 要 经 历 与 药 的 搏 斗 sil|24 26 26 19 14 16 15 16 16 12 33 24 17 13 17 23 18 22 10 18 23 19|0.0|4.89 +001349|sil sui1 shuo1 xia4 tian1 you4 men4 wen2 zi5 you4 duo1 sp1 dan4 mian2 qiang3 neng2 guo4 sil|sil 虽 说 夏 天 又 闷 蚊 子 又 多 sp1 但 勉 强 能 过 sil|26 21 28 25 19 16 28 21 13 14 25 10 19 20 22 18 28 19|0.0|4.32 +001350|sil ci3 guan1 dian3 bei4 xiu1 gai2 gao2 cai3 na4 sil|sil 此 观 点 被 修 改 稿 采 纳 sil|24 22 18 27 17 15 15 16 20 30 20|0.0|2.6 +001351|sil sheng2 wei3 shu1 ji5 ji2 bing3 xuan1 shen1 ru4 sui2 hua4 jia1 mu4 si1 sp1 nong2 ken2 deng3 shi4 ju2 jian3 cha2 chun1 bo1 sheng1 chan3 sil|sil 省 委 书 记 吉 炳 轩 深 入 绥 化 佳 木 斯 sp1 农 垦 等 市 局 检 查 春 播 生 产 sil|24 22 14 17 24 17 17 27 23 14 26 27 19 13 25 22 18 25 19 19 25 22 23 19 14 18 31 17|0.0|6.75 +001352|sil fei1 xing2 yuan2 tiao4 san3 sp1 bing4 an1 quan2 jiang4 luo4 sil|sil 飞 行 员 跳 伞 sp1 并 安 全 降 落 sil|24 24 18 15 22 28 7 16 18 18 21 23 20|0.0|2.95 +001353|sil qi2 zhong1 sp1 er2 piao2 xun1 jiu4 shi4 jin1 zheng4 en1 sil|sil 其 中 sp1 而 朴 勋 就 是 金 正 恩 sil|23 22 24 17 17 23 28 16 13 16 16 26 21|0.0|3.04 +001354|sil you3 ren2 dong4 shou3 la1 che3 chen2 ke1 yu3 sp1 ta1 jiang1 hei1 se4 pi2 bao1 sp1 si2 si3 zhua1 zai4 shou3 zhong1 sil|sil 有 人 动 手 拉 扯 陈 科 宇 sp1 他 将 黑 色 皮 包 sp1 死 死 抓 在 手 中 sil|25 16 26 18 16 19 23 17 22 22 30 17 21 15 16 19 22 8 21 17 16 14 17 23 19|0.0|5.56 +001355|sil er2 cheng2 mou3 ze2 na2 kan3 dao1 dui4 qi2 meng2 kan3 sil|sil 而 成 某 则 拿 砍 刀 对 其 猛 砍 sil|26 18 26 26 13 16 22 19 14 13 20 34 17|0.0|3.06 +001356|sil zhi4 wei2 niu3 tou2 yi2 kan4 sp1 yi2 cha4 na4 sp1 han4 mao2 dou1 zhi2 le5 sil|sil 志 伟 扭 头 一 看 sp1 一 刹 那 sp1 汗 毛 都 直 了 sil|22 21 24 20 19 12 25 31 13 22 23 8 22 17 16 25 15 20|0.0|4.12 +001357|sil ke3 neng2 shi4 you3 ren2 mei2 an1 hao3 xin1 sp1 xiang3 hai4 wo3 men5 dong3 wen2 hua2 bei5 sil|sil 可 能 是 有 人 没 安 好 心 sp1 想 害 我 们 董 文 华 呗 sil|22 17 17 26 17 16 14 15 17 25 6 24 24 10 13 14 17 24 20 19|0.0|4.15 +001358|sil xi1 ru4 yin1 chan3 sheng1 de5 zhi2 ye4 bing4 sp1 yuan2 ben3 hen2 shao3 jian4 sil|sil 吸 入 铟 产 生 的 职 业 病 sp1 原 本 很 少 见 sil|26 19 16 20 22 14 8 14 16 23 9 21 20 17 20 25 20|0.0|3.6 +001359|sil wo2 xiang2 ba2 cao3 mao4 ji4 gei3 yao2 yuan3 de5 da4 sen1 lin2 sil|sil 我 想 把 草 帽 寄 给 遥 远 的 大 森 林 sil|25 14 24 14 25 30 20 22 18 16 7 17 19 29 18|0.0|3.46 +001360|sil jin1 you3 cheng2 guan3 dui4 sp1 wo4 di2 ti3 min2 qing2 sil|sil 今 有 城 管 队 sp1 卧 底 体 民 情 sil|23 24 18 21 18 23 16 16 19 20 21 34 21|0.0|3.18 +001361|sil yu2 min2 yan3 zhong1 de5 zhe4 tiao2 guai4 yu2 sp1 quan2 shen1 zong1 se4 sp1 dai4 hei1 tiao2 wen2 sil|sil 渔 民 眼 中 的 这 条 怪 鱼 sp1 全 身 棕 色 sp1 带 黑 条 纹 sil|25 15 20 16 18 14 13 17 20 21 18 22 17 19 26 4 18 21 23 25 20|0.0|4.55 +001362|sil lu2 nv3 shi4 bu4 man3 gong1 zuo4 ren2 yuan2 yin3 man2 shui3 ling2 si3 wang2 yi2 shi4 sil|sil 卢 女 士 不 满 工 作 人 员 隐 瞒 水 灵 死 亡 一 事 sil|24 17 17 25 11 18 16 12 16 24 18 22 19 19 20 21 14 29 19|0.0|4.19 +001363|sil huang2 a1 yi2 zui4 jin4 gan3 mao4 hen3 yan2 zhong4 sp1 mei3 tian1 yao4 chi1 hao2 ji2 zhong3 jiao1 nang2 yao4 sil|sil 黄 阿 姨 最 近 感 冒 很 严 重 sp1 每 天 要 吃 好 几 种 胶 囊 药 sil|17 27 19 18 16 14 16 16 20 17 22 32 13 14 14 21 24 14 18 18 17 22 20|0.0|4.98 +001364|sil zhe4 jia1 zhang4 peng5 can1 guan3 yi3 jing1 po1 you3 ming2 qi4 sil|sil 这 家 帐 篷 餐 馆 已 经 颇 有 名 气 sil|24 19 22 22 15 21 28 14 21 22 12 20 24 22|0.0|3.32 +001365|sil li3 ao2 zuo2 ri4 shang4 jie2 ma3 chen2 wen2 xi1 jie2 mu4 sil|sil 李 敖 昨 日 上 解 码 陈 文 茜 节 目 sil|26 17 26 19 15 30 22 22 20 15 17 16 26 19|0.0|3.37 +001366|sil zhi2 fa3 dui4 yuan2 yang2 lin2 chuan1 kan4 dao4 sp1 zhe4 liang4 wo4 er3 wo4 sp1 gao1 su4 cong2 po1 ding3 shi3 dao4 po1 di3 sil|sil 执 法 队 员 杨 林 川 看 到 sp1 这 辆 沃 尔 沃 sp1 高 速 从 坡 顶 驶 到 坡 底 sil|22 18 18 17 21 17 14 21 21 22 33 16 23 16 15 23 25 21 24 24 22 22 17 14 23 28 21|0.0|6.48 +001367|sil sheng3 dang4 an4 guan3 xin1 guan3 sp1 zheng4 zai4 zhuang1 xiu1 sao2 wei3 shi1 gong1 sil|sil 省 档 案 馆 新 馆 sp1 正 在 装 修 扫 尾 施 工 sil|25 29 17 15 18 21 27 6 17 20 19 19 20 15 17 23 20|0.0|3.81 +001368|sil jiu4 suan4 you3 geng4 duo1 nv3 te4 gong1 sp1 nan2 te4 gong1 men5 zhao4 yang4 hui4 xing2 cha1 ta4 cuo4 sp1 gan4 ang1 zang1 shi4 de5 sil|sil 就 算 有 更 多 女 特 工 sp1 男 特 工 们 照 样 会 行 差 踏 错 sp1 干 肮 脏 事 的 sil|24 20 28 17 19 11 14 19 24 19 17 17 17 22 16 17 16 23 19 19 23 4 19 14 17 22 20 22|0.0|6.02 +001369|sil ning2 bo1 sp1 ying1 gai1 ying2 zao4 zen3 yang4 de5 huan2 jing4 sp1 lai2 yin3 jin4 he2 pei2 yang3 ren2 cai2 sil|sil 宁 波 sp1 应 该 营 造 怎 样 的 环 境 sp1 来 引 进 和 培 养 人 才 sil|25 22 22 9 14 14 13 20 15 17 8 19 20 17 18 18 25 13 17 14 18 31 22|0.0|4.77 +001370|sil ji4 zhe3 chu1 men2 hou4 xun2 wen4 zhou1 bian1 lin2 ju5 sp1 dan4 yi4 ting1 dao4 wen4 kan4 tuan3 tai2 sp1 jiu4 yuan2 yuan2 duo3 kai1 sil|sil 记 者 出 门 后 询 问 周 边 邻 居 sp1 但 一 听 到 问 阚 疃 台 sp1 就 远 远 躲 开 sil|24 18 19 18 16 24 20 16 14 16 18 22 41 16 12 18 15 19 23 19 30 5 17 15 16 18 29 23|0.0|6.28 +001371|sil ji1 yu2 chen2 mou3 ping2 ri4 heng2 xing2 ba4 dao4 man2 heng4 wu2 li3 sp1 yi4 zhi2 sp1 ren3 qi4 tun1 sheng1 sp1 gan3 nu4 bu4 gan3 yan2 sil|sil 基 于 陈 某 平 日 横 行 霸 道 蛮 横 无 理 sp1 一 直 sp1 忍 气 吞 声 sp1 敢 怒 不 敢 言 sil|22 19 14 22 24 21 20 23 17 17 25 24 23 12 23 35 13 29 12 18 17 22 26 7 22 21 12 20 31 16|0.0|7.05 +001372|sil kao3 sheng1 chang2 qu1 jie3 wen2 yan2 wen2 sp1 you4 cu1 xin1 da4 yi4 sp1 hun4 xiao2 shi4 jian4 qing2 jie2 sil|sil 考 生 常 曲 解 文 言 文 sp1 又 粗 心 大 意 sp1 混 淆 事 件 情 节 sil|22 27 26 28 23 17 16 18 26 15 18 19 18 16 23 22 21 23 17 16 21 31 19|0.0|5.6 +001373|sil ni3 kua1 wo3 shi2 sp1 wo2 gan3 jue2 zi4 ji3 de5 lian3 re4 re4 de5 sil|sil 你 夸 我 时 sp1 我 感 觉 自 己 的 脸 热 热 的 sil|26 14 25 15 26 11 12 16 13 12 9 10 29 20 20 20 21|0.0|3.47 +001374|sil wo3 you4 bu2 shi4 nv3 de5 sp1 long2 wang2 ye2 yao4 wo3 gan4 ma2 a5 sil|sil 我 又 不 是 女 的 sp1 龙 王 爷 要 我 干 嘛 啊 sil|26 12 14 13 15 24 21 23 16 18 23 15 12 17 21 23 20|0.0|3.63 +001375|sil jiang1 shui3 bu2 suan4 qing1 che4 sp1 ou2 er3 hui4 you2 ji3 zhu1 shui3 hu2 lu5 sp1 shun4 jiang1 piao1 liu2 er2 xia4 sil|sil 江 水 不 算 清 澈 sp1 偶 尔 会 有 几 株 水 葫 芦 sp1 顺 江 漂 流 而 下 sil|23 25 25 12 18 22 27 32 13 17 13 12 19 18 22 21 20 5 22 23 20 14 15 28 19|0.0|5.63 +001376|sil wei4 le5 tuo1 yan2 shi2 jian1 sp1 hai2 te4 yi4 zuo4 le5 yi4 xiao3 pen2 gua1 pian4 tang1 sil|sil 为 了 拖 延 时 间 sp1 还 特 意 做 了 一 小 盆 瓜 片 汤 sil|26 13 18 19 13 18 23 18 16 23 11 14 11 11 20 26 19 22 29 21|0.0|4.31 +001377|sil sui2 hou4 sp1 ta1 ji4 xu4 jiang1 ka2 gei2 wu3 jian4 bin1 xiao1 shou4 sil|sil 随 后 sp1 他 继 续 将 卡 给 武 建 彬 销 售 sil|26 21 25 18 19 18 14 20 28 19 14 16 16 19 26 21|0.0|3.71 +001378|sil zai4 cheng2 zuo4 lan3 che1 shi2 sp1 ta1 xu1 yao4 ba3 hua2 xue2 ban3 fang4 zai4 yi4 pang2 sp1 bing4 jie3 kai1 hou4 hua2 xue3 xue1 sil|sil 在 乘 坐 缆 车 时 sp1 他 需 要 把 滑 雪 板 放 在 一 旁 sp1 并 解 开 后 滑 雪 靴 sil|24 22 20 11 17 21 27 23 16 14 13 16 15 20 24 21 16 10 32 22 17 17 22 19 16 16 30 21|0.0|6.29 +001379|sil qi2 gan2 jin3 shan2 duo3 sp1 nan2 zi3 you4 chao2 qi2 zuo3 ce4 yao1 zha1 le5 yi4 dao1 sil|sil 其 赶 紧 闪 躲 sp1 男 子 又 朝 其 左 侧 腰 扎 了 一 刀 sil|23 28 21 16 22 24 23 21 21 15 20 17 19 23 23 19 12 12 27 19|0.0|4.7 +001380|sil bu4 fen4 lin2 shi2 zhang4 peng2 yi3 bei4 che4 zou3 sil|sil 部 分 临 时 帐 篷 已 被 撤 走 sil|23 20 20 19 15 22 28 12 15 24 30 20|0.0|2.88 +001381|sil luo2 ke4 nu2 ye3 quan4 ta1 xia4 zhu4 da4 yi4 dian3 sil|sil 罗 克 努 也 劝 她 下 注 大 一 点 sil|25 19 18 18 14 21 26 23 15 18 13 28 16|0.0|2.95 +001382|sil mo2 gen1 da4 tong1 sp1 ye3 wei4 mu4 di2 zeng4 yu2 bai3 sheng4 de5 hong2 qi2 zhu2 yi1 bian4 hu4 sil|sil 摩 根 大 通 sp1 也 为 穆 迪 赠 予 百 盛 的 红 旗 逐 一 辩 护 sil|25 19 17 18 28 14 15 22 22 17 18 14 19 20 8 19 26 16 17 23 28 20|0.0|4.94 +001383|sil zhi4 yu2 quan2 ma3 jie1 neng2 you2 yang3 sil|sil 至 于 犬 马 皆 能 有 养 sil|23 17 16 27 30 20 17 20 31 17|0.0|2.53 +001384|sil ni2 bi3 wu2 yi4 fan2 shuai4 sil|sil 你 比 吴 亦 凡 帅 sil|26 17 18 15 12 23 30 21|0.0|1.88 +001385|sil nan2 you3 shi4 xu2 ting2 wei2 yi1 de5 bang1 shou3 sil|sil 男 友 是 徐 婷 唯 一 的 帮 手 sil|25 21 23 17 18 30 20 14 10 20 30 19|0.0|2.87 +001386|sil shang4 wu3 sp1 tuan1 ji2 de5 shui3 liu2 jiang1 yan4 se4 ti3 chong1 kai1 sp1 cong2 zuo3 an4 xia4 xie4 sil|sil 上 午 sp1 湍 急 的 水 流 将 堰 塞 体 冲 开 sp1 从 左 岸 下 泄 sil|26 29 20 24 26 13 12 18 24 22 16 15 16 20 27 16 28 20 18 19 30 20|0.0|5.33 +001387|sil dan4 xu3 jin4 heng1 reng2 man3 zu2 yu2 xian4 zhuang4 sil|sil 但 许 晋 亨 仍 满 足 于 现 状 sil|23 22 19 18 31 23 19 15 11 22 24 21|0.0|2.88 +001388|sil yao4 wan2 shan4 shui3 yun4 fa1 zhan3 de5 chan3 ye4 he2 cai2 shui4 zheng4 ce4 sil|sil 要 完 善 水 运 发 展 的 产 业 和 财 税 政 策 sil|26 20 17 22 20 17 18 13 7 23 18 15 19 15 20 29 19|0.0|3.69 +001389|sil dan4 sui2 hou4 hui4 yu4 jiu4 ci3 pi4 yao2 sil|sil 但 随 后 惠 誉 就 此 辟 谣 sil|22 20 19 24 23 23 21 17 20 31 21|0.0|2.8 +001390|sil zai4 deng2 zhu3 ren2 yue1 hui4 hui2 lai5 gen1 wo2 jiang3 yi4 jiang3 sil|sil 在 等 主 人 约 会 回 来 跟 我 讲 一 讲 sil|23 20 17 12 16 16 28 18 14 13 13 27 12 35 15|0.0|3.24 +001391|sil jun1 zheng4 yi4 ti3 shou2 tu2 you3 ze2 sil|sil 军 政 一 体 守 土 有 责 sil|23 25 18 15 28 26 20 17 36 19|0.0|2.64 +001392|sil bao4 kan1 kan1 zai3 yi4 xie1 sp1 duan2 xiao3 jing1 han4 sp1 jian4 jie3 du2 dao4 de5 sp1 you3 guan1 sp1 wang3 luo4 fang1 fang1 mian4 mian4 de5 yan2 lun4 sil|sil 报 刊 刊 载 一 些 sp1 短 小 精 悍 sp1 见 解 独 到 的 sp1 有 关 sp1 网 络 方 方 面 面 的 言 论 sil|22 21 28 21 17 9 24 5 22 19 18 27 11 21 15 16 20 19 24 15 30 3 18 17 17 17 15 15 9 19 23 20|0.0|6.7 +001393|sil tai4 le4 wan3 nian2 re4 xin1 yu2 ci2 shan4 shi4 ye4 sil|sil 泰 勒 晚 年 热 心 于 慈 善 事 业 sil|22 23 24 19 27 20 15 15 21 20 19 24 20|0.0|3.12 +001394|sil zhong1 guo2 qiu2 mi2 pan4 wang4 zhe5 yang2 mei2 tu3 qi4 de5 na4 yi4 tian1 sil|sil 中 国 球 迷 盼 望 着 扬 眉 吐 气 的 那 一 天 sil|22 20 14 21 23 25 20 19 16 16 19 16 9 17 10 31 17|0.0|3.66 +001395|sil yao4 bu5 yao4 gei2 ni3 fang4 shou3 cui1 mian2 qu3 sil|sil 要 不 要 给 你 放 首 催 眠 曲 sil|25 18 9 15 14 15 20 23 21 20 34 20|0.0|2.72 +001396|sil tou2 tai1 shi4 yi4 men2 xue2 wen4 a5 sil|sil 投 胎 是 一 门 学 问 啊 sil|22 25 29 16 9 16 25 22 24 20|0.0|2.41 +001397|sil ye2 ye5 yi4 sheng1 wu4 nong2 sp1 you4 hui4 mu4 jiang4 shou3 yi4 sp1 zhong4 tian2 shi4 yi4 ba3 hao2 shou3 sil|sil 爷 爷 一 生 务 农 sp1 又 会 木 匠 手 艺 sp1 种 田 是 一 把 好 手 sil|25 17 24 14 21 14 27 7 13 18 19 19 20 21 31 20 28 16 9 16 21 30 16|0.0|5.18 +001398|sil shan1 wu2 leng2 tian1 di4 he2 sp1 cai2 gan2 yu3 jun1 jue2 sil|sil 山 无 棱 天 地 合 sp1 才 敢 与 君 绝 sil|25 28 13 34 26 16 34 14 24 23 16 21 33 21|0.0|3.81 +001399|sil zao2 han2 ni3 bi4 yi2 xia4 ma5 sp1 huo2 gai1 sil|sil 早 喊 你 避 一 下 嘛 sp1 活 该 sil|25 25 22 16 14 12 20 23 9 22 29 21|0.0|2.76 +001400|sil zhe4 zhong3 shi4 cou4 he5 bu4 de2 sp1 ning4 que1 wu4 lan4 sil|sil 这 种 事 凑 合 不 得 sp1 宁 缺 勿 滥 sil|23 18 17 21 27 16 15 23 14 17 20 14 23 22|0.0|3.13 +001401|sil shang4 shu4 yao1 qiu2 yi3 wei4 ci3 ci4 hui4 yi4 sp1 mai2 xia4 fu2 bi3 sil|sil 上 述 要 求 已 为 此 次 会 议 sp1 埋 下 伏 笔 sil|24 25 16 16 28 15 18 19 19 18 18 7 16 18 23 26 20|0.0|3.78 +001402|sil wen4 wo3 shi4 nar3 r de5 sp1 lai2 gan4 shen2 me5 sil|sil 问 我 是 哪 儿 的 sp1 来 干 什 么 sil|25 19 17 15 27 0 21 17 15 18 19 19 21|0.0|2.71 +001403|sil suo3 zhi4 liu2 qiu2 da4 yang2 sp1 ying1 ji2 liu2 qiu2 hai3 gou1 sp1 jin1 cheng1 chong1 sheng2 hai3 cao2 sil|sil 所 至 琉 球 大 洋 sp1 应 即 琉 球 海 沟 sp1 今 称 冲 绳 海 槽 sil|26 23 24 21 19 19 26 17 20 24 21 17 20 27 26 20 35 27 22 20 35 20|0.0|5.91 +001404|sil zhu1 ge3 hui1 jiang1 ci2 qu4 zai4 sheng4 da4 ji2 tuan2 de5 yuan2 you3 zhi2 wu4 sil|sil 诸 葛 辉 将 辞 去 在 盛 大 集 团 的 原 有 职 务 sil|23 20 16 28 23 16 20 21 19 14 15 18 11 16 18 18 22 20|0.0|3.92 +001405|sil wai4 yu3 zuo4 wei2 bi4 xiu1 ke4 he2 xuan3 xiu1 ke4 sp1 you3 yan2 ge2 de5 yao1 qiu2 sil|sil 外 语 作 为 必 修 课 和 选 修 课 sp1 有 严 格 的 要 求 sil|26 23 21 20 22 15 20 24 15 21 18 28 15 18 21 14 8 18 37 18|0.0|4.67 +001406|sil che1 wei3 zheng3 ge4 ao1 xian4 sp1 suo1 jin4 hou4 pai2 wei4 zhi5 sil|sil 车 尾 整 个 凹 陷 sp1 缩 进 后 排 位 置 sil|23 28 25 19 11 18 28 11 23 20 16 19 19 26 19|0.0|3.54 +001407|sil ta1 hui2 jia1 hou4 sp1 ren4 ping2 niu2 ping2 za3 wen4 ye3 bu2 zuo4 jie3 shi4 sil|sil 他 回 家 后 sp1 任 凭 牛 萍 咋 问 也 不 做 解 释 sil|23 19 17 19 25 15 19 15 17 23 23 24 17 11 15 20 26 20|0.0|4.04 +001408|sil ta1 men5 da4 duo1 lai2 zi4 wei1 hai3 shi4 huan2 cui4 qu1 zhang1 cun1 zhen4 xu2 tuan3 cun1 sil|sil 他 们 大 多 来 自 威 海 市 环 翠 区 张 村 镇 徐 疃 村 sil|22 19 26 17 13 18 26 20 19 17 21 20 27 21 21 25 22 22 28 21|0.0|4.93 +001409|sil xue2 zi3 bai4 kong2 zi3 qi2 fu2 sil|sil 学 子 拜 孔 子 祈 福 sil|26 28 24 20 22 13 19 32 21|0.0|2.38 +001410|sil yin3 yue1 kan4 dao4 sp1 tu2 gai3 qian2 sp1 wei2 er4 ling2 yi1 yi1 sil|sil 隐 约 看 到 sp1 涂 改 前 sp1 为 二 零 一 一 sil|26 14 16 24 20 27 18 17 32 4 20 17 20 16 24 21|0.0|3.67 +001411|sil zhe4 xie1 yao4 dian4 sp1 yong4 an4 xiang1 cao1 zuo4 de5 fang1 shi4 sp1 gei3 wei2 gui1 yong4 ka3 sp1 liu2 xia4 le5 kong1 jian1 sil|sil 这 些 药 店 sp1 用 暗 箱 操 作 的 方 式 sp1 给 违 规 用 卡 sp1 留 下 了 空 间 sil|24 19 13 17 26 7 19 17 18 20 16 10 20 23 21 17 19 15 18 31 6 13 15 10 19 28 17|0.0|5.55 +001412|sil wo3 ceng2 jing1 yang3 guo4 yo1 sil|sil 我 曾 经 养 过 喲 sil|25 14 20 17 22 22 26 19|0.0|1.92 +001413|sil liang3 guo2 dai4 biao3 hu4 zeng4 li3 wu4 sil|sil 两 国 代 表 互 赠 礼 物 sil|25 20 14 19 26 21 18 17 26 22|0.0|2.41 +001414|sil gai1 ju3 cuo4 cu4 jin4 le5 min3 ao4 tai2 san1 di4 lv3 you2 ye4 de5 he2 zuo4 sil|sil 该 举 措 促 进 了 闽 澳 台 三 地 旅 游 业 的 合 作 sil|23 20 17 26 19 16 16 26 18 27 23 14 12 16 14 10 19 27 18|0.0|4.19 +001415|sil yan2 he2 liang3 an4 sp1 wei2 wang4 jiang1 huai2 ning2 liang3 xian4 zhong4 yao4 liang2 shi5 chan3 qu1 zhi1 yi1 sil|sil 沿 河 两 岸 sp1 为 望 江 怀 宁 两 县 重 要 粮 食 产 区 之 一 sil|26 17 17 19 26 10 25 25 28 25 18 20 26 18 12 20 12 18 15 17 21 22|0.0|5.07 +001416|sil dang1 ri4 sp1 wu3 huan2 nei4 zheng4 shi4 kai1 shou4 tu4 nian2 yan1 hua1 sil|sil 当 日 sp1 五 环 内 正 式 开 售 兔 年 烟 花 sil|23 19 23 29 12 19 24 19 13 20 22 18 18 17 28 22|0.0|3.78 +001417|sil zhen1 you3 gong1 yi4 ke3 yan2 ma5 sil|sil 真 有 公 义 可 言 吗 sil|23 22 21 19 15 19 20 23 22|0.0|2.14 +001418|sil zhi4 ci3 sp1 qu2 kuan3 lou2 luo5 xi1 shu4 luo4 wang3 sil|sil 至 此 sp1 取 款 喽 啰 悉 数 落 网 sil|23 21 29 18 22 21 17 25 23 16 20 30 18|0.0|3.28 +001419|sil guo1 shu4 qing1 sp1 you3 wai4 xiu4 nei4 gang1 hao2 shuang3 bo2 xue2 de5 mei3 yu4 sil|sil 郭 树 清 sp1 有 外 秀 内 刚 豪 爽 博 学 的 美 誉 sil|22 20 16 30 7 24 21 16 19 22 27 22 17 17 9 19 24 20|0.0|4.09 +001420|sil er2 mi2 fen3 dian4 zan4 shi2 an4 bing1 bu2 dong4 sp1 zhang3 jia4 yu2 fou3 reng2 chu3 yu2 guan1 wang4 zhong1 sil|sil 而 米 粉 店 暂 时 按 兵 不 动 sp1 涨 价 与 否 仍 处 于 观 望 中 sil|25 21 19 19 26 22 20 17 17 13 21 35 23 19 13 28 21 17 12 17 19 24 20|0.0|5.43 +001421|sil chi1 li2 sp1 ke2 yi3 zi1 run4 hou2 long5 cu4 jin4 shi2 yu4 ne5 sil|sil 吃 梨 sp1 可 以 滋 润 喉 咙 促 进 食 欲 呢 sil|23 23 25 4 16 12 14 19 22 23 21 16 21 17 21 21|0.0|3.46 +001422|sil wang3 shang4 zan4 tan4 sheng1 xiong1 yong3 peng2 pai4 sp1 hai2 you3 bu4 shao3 wang2 you3 chen4 ji1 wa1 ku3 yi2 xia4 jiang1 kun1 sil|sil 网 上 赞 叹 声 汹 涌 澎 湃 sp1 还 有 不 少 网 友 趁 机 挖 苦 一 下 姜 昆 sil|25 19 25 20 20 22 22 15 22 27 28 12 14 15 17 20 20 23 23 19 19 7 16 21 30 19|0.0|6.04 +001423|sil wo3 men5 bu4 xiang3 dang1 wang2 guo2 nu2 sil|sil 我 们 不 想 当 亡 国 奴 sil|25 14 26 17 20 20 20 15 33 21|0.0|2.45 +001424|sil wen2 zhang1 fen1 xi1 sp1 guan1 yuan2 re4 zhong1 yu2 ying4 jing3 huo2 dong4 sp1 you3 qi2 wei1 miao4 yin1 an4 de5 xin1 li3 dong4 yin1 sil|sil 文 章 分 析 sp1 官 员 热 衷 于 应 景 活 动 sp1 有 其 微 妙 阴 暗 的 心 理 动 因 sil|26 13 17 16 26 31 20 21 14 17 18 19 18 20 22 31 13 23 17 22 17 20 13 17 15 18 25 18|0.0|6.35 +001425|sil ta3 ji1 jiang1 zai4 nan2 fei1 an1 quan2 ji2 bie2 zui4 gao1 de5 sp1 kua1 zu5 lu3 na4 ta2 er2 sheng3 jian1 yu4 fu2 xing2 sil|sil 塔 基 将 在 南 非 安 全 级 别 最 高 的 sp1 夸 祖 鲁 纳 塔 尔 省 监 狱 服 刑 sil|22 25 24 24 23 23 23 13 16 14 13 16 22 19 16 22 10 14 21 20 12 20 20 14 17 35 16|0.0|5.97 +001426|sil tong2 shi2 guan1 bi4 yi4 xie1 lei2 zhui4 ye4 wu4 sil|sil 同 时 关 闭 一 些 累 赘 业 务 sil|38 22 25 20 10 14 19 21 19 18 25 21|0.0|2.92 +001427|sil lin2 tong2 xue2 ze2 yan3 ji2 shou3 kuai4 sp1 xun4 su4 jiang1 qiang2 wen3 nan2 zhuai4 kai1 sil|sil 林 同 学 则 眼 疾 手 快 sp1 迅 速 将 强 吻 男 拽 开 sil|25 18 19 30 18 18 17 18 29 20 23 16 18 21 13 17 18 31 20|0.0|4.52 +001428|sil fan3 shen1 jiang1 she2 lin1 qi3 xuan2 kong1 dou3 dong4 sil|sil 反 身 将 蛇 拎 起 悬 空 抖 动 sil|24 26 25 20 16 21 27 29 22 21 23 21|0.0|3.19 +001429|sil ou1 zhou1 yang1 hang2 hang2 zhang3 te4 li3 xie4 ze2 cheng1 sp1 san1 da4 xin4 yong4 ping2 ji2 ji1 gou4 sp1 shi4 gua3 tou2 long3 duan4 sil|sil 欧 洲 央 行 行 长 特 里 谢 则 称 sp1 三 大 信 用 评 级 机 构 sp1 是 寡 头 垄 断 sil|26 17 23 17 16 18 24 16 12 18 16 29 38 22 19 13 14 21 13 17 23 11 21 23 20 22 26 21|0.0|6.45 +001430|sil ben3 di4 fang2 qi3 sp1 ye2 yi3 ran2 zhi3 sil|sil 本 地 房 企 sp1 也 已 染 指 sil|23 20 15 23 29 5 12 14 23 32 20|0.0|2.51 +001431|sil wo3 men5 xi1 wang4 sp1 da2 er3 fu4 er3 di4 qu1 de5 ju2 shi4 sp1 bu2 yao4 yin1 wei4 you3 guan1 fang1 de5 ju3 dong4 sp1 er2 fu4 za2 hua4 sil|sil 我 们 希 望 sp1 达 尔 富 尔 地 区 的 局 势 sp1 不 要 因 为 有 关 方 的 举 动 sp1 而 复 杂 化 sil|25 10 11 18 26 4 14 16 17 14 15 12 11 18 25 20 11 18 16 21 18 20 18 10 16 22 4 17 19 20 28 20|0.0|6.2 +001432|sil gao1 zai4 ci4 chuai4 men2 shi4 tu2 chuang3 ru4 sp1 wei4 guo3 sil|sil 高 再 次 踹 门 试 图 闯 入 sp1 未 果 sil|23 26 20 14 19 19 16 13 24 22 9 16 33 19|0.0|3.17 +001433|sil ta1 shuo1 gua4 hao4 zai4 shi4 wai4 sp1 wu1 li2 nuan3 he5 sp1 bu2 rang4 jin4 sil|sil 她 说 挂 号 在 室 外 sp1 屋 里 暖 和 sp1 不 让 进 sil|22 20 26 19 20 15 17 23 24 12 12 26 20 4 13 16 24 27|0.0|3.945 +001434|sil nian2 mo4 gu4 ding4 dian4 hua4 yong4 hu4 sp1 liang3 wan4 ba1 qian1 wu2 bai3 yi1 shi2 er4 wan4 hu4 sil|sil 年 末 固 定 电 话 用 户 sp1 两 万 八 千 五 百 一 十 二 万 户 sil|25 18 23 15 14 15 18 19 26 21 21 19 16 30 13 19 13 15 15 20 26 20|0.0|4.89 +001435|sil yue4 lan3 shi4 li3 sp1 you3 san1 bai3 yu2 ce4 de5 mang2 wen2 shu1 ji2 sil|sil 阅 览 室 里 sp1 有 三 百 余 册 的 盲 文 书 籍 sil|25 14 17 19 24 11 16 21 15 12 20 13 22 15 19 31 20|0.0|3.64 +001436|sil ni3 yao4 zai4 shuo1 wo3 niang2 niang2 qiang1 sp1 xiao3 xin1 lao3 niang2 wo3 gen1 ni3 fan1 lian3 sil|sil 你 要 再 说 我 娘 娘 腔 sp1 小 心 老 娘 我 跟 你 翻 脸 sil|25 12 16 22 17 12 17 17 31 18 19 15 15 22 20 17 15 21 34 17|0.0|4.44 +001437|sil hou4 yin1 nian2 jiu3 shi1 xiu1 sp1 yu4 ling2 de5 ling2 en1 men2 sp1 ling2 en1 dian4 deng3 jian4 zhu4 you4 xian1 hou4 hui3 huai4 sil|sil 后 因 年 久 失 修 sp1 裕 陵 的 祾 恩 门 sp1 祾 恩 殿 等 建 筑 又 先 后 毁 坏 sil|24 23 22 20 16 18 28 34 17 22 19 21 19 27 9 14 18 18 14 20 24 17 17 16 19 27 21|0.0|6.32 +001438|sil ba2 wo3 zhe4 ge4 yuan4 wang4 gao4 su4 zong3 bian1 sil|sil 把 我 这 个 愿 望 告 诉 总 编 sil|22 19 18 15 13 20 23 14 13 21 27 21|0.0|2.62 +001439|sil zhi2 you2 ni3 cai2 you3 zi1 ge2 zuo4 wo3 de5 shang4 si5 ya5 sil|sil 只 有 你 才 有 资 格 做 我 的 上 司 呀 sil|23 14 16 26 18 13 15 20 14 13 9 22 17 21 21|0.0|3.04 +001440|sil deng4 ming2 jian4 gua3 yan2 shao2 yu3 sil|sil 邓 明 建 寡 言 少 语 sil|23 16 17 26 22 18 24 26 23|0.0|2.26 +001441|sil zhou1 bian1 bao1 guo3 zhe5 sp1 lei4 si4 hai3 mian2 yan2 se4 de5 wu4 ti3 sp1 yong4 zhi3 jia5 qing1 qing1 yi4 kou1 jiu4 neng2 kou1 diao4 sil|sil 周 边 包 裹 着 sp1 类 似 海 绵 颜 色 的 物 体 sp1 用 指 甲 轻 轻 一 抠 就 能 抠 掉 sil|24 20 22 21 19 24 7 15 22 21 18 17 13 11 16 29 37 15 17 22 19 16 13 27 13 14 21 28 20|0.0|6.51 +001442|sil you2 yu2 ya2 shua1 tai4 chang2 sp1 qia3 zai4 le5 you1 men2 kou3 sil|sil 由 于 牙 刷 太 长 sp1 卡 在 了 幽 门 口 sil|26 17 20 18 16 18 31 9 28 17 12 13 19 33 20|0.0|3.45 +001443|sil ji4 zhe3 qin1 yan3 jian4 dao4 yi4 zhi1 lao2 shu3 cuan1 guo4 di4 mian4 sil|sil 记 者 亲 眼 见 到 一 只 老 鼠 蹿 过 地 面 sil|24 19 23 21 14 17 14 12 11 21 21 25 14 14 27 20|0.0|3.45 +001444|sil gu1 niang5 men5 sp1 ca1 liang4 yan3 jing5 ba5 sil|sil 姑 娘 们 sp1 擦 亮 眼 睛 吧 sil|22 17 21 23 9 22 18 16 20 23 19|0.0|2.44 +001445|sil dan4 wo2 ye3 zhi1 dao4 sp1 zhong1 guo2 zheng4 fu3 sp1 bu2 shi4 tie2 ban3 yi2 kuai4 sil|sil 但 我 也 知 道 sp1 中 国 政 府 sp1 不 是 铁 板 一 块 sil|23 21 16 14 15 20 23 18 12 20 24 3 16 19 19 15 13 31 21|0.0|3.98 +001446|sil ce4 tian2 zai4 san1 qiang2 diao4 sp1 bu2 ai4 guang4 ye4 dian4 sil|sil 侧 田 再 三 强 调 sp1 不 爱 逛 夜 店 sil|24 26 26 17 16 23 21 4 15 17 19 18 25 18|0.0|3.12 +001447|sil tai4 yue4 er3 dong4 ting1 le5 sp1 wo3 zhen1 xiang3 yong1 bao4 ni3 sil|sil 太 悦 耳 动 听 了 sp1 我 真 想 拥 抱 你 sil|22 31 15 16 16 21 18 24 11 17 20 18 18 23 22|0.0|3.39 +001448|sil mu3 qin1 sp1 wei4 qi2 ze2 xu4 sp1 bing4 yi2 si3 bi1 hun1 sp1 gu1 niang5 zhi2 hao3 tong2 yi4 sil|sil 母 亲 sp1 为 其 择 婿 sp1 并 以 死 逼 婚 sp1 姑 娘 只 好 同 意 sil|25 21 29 7 13 17 19 28 19 22 17 17 17 29 27 17 28 16 17 25 21 22|0.0|5.26 +001449|sil you3 niu2 rou4 zi4 ran2 xiang1 wei4 sp1 yi4 rong2 yu2 shui3 sp1 shui3 rong2 ye4 cheng2 dan4 huang2 se4 sil|sil 有 牛 肉 自 然 香 味 sp1 易 溶 于 水 sp1 水 溶 液 呈 淡 黄 色 sil|26 18 23 20 14 17 23 23 19 14 20 13 33 20 19 18 23 25 19 22 26 21|0.0|5.29 +001450|sil yi4 dang3 wei2 zhu3 huo4 liang2 dang3 de5 guo2 jia1 sp1 geng1 yi4 zao1 shou4 jun1 shi4 gan1 rao3 sil|sil 一 党 为 主 或 两 党 的 国 家 sp1 更 易 遭 受 军 事 干 扰 sil|25 17 19 18 28 20 25 15 11 17 26 4 18 12 19 18 16 14 18 28 20|0.0|4.5 +001451|sil yi2 ci3 gong1 xun1 bo2 qu3 yuan4 shi4 zhi1 ming2 sp1 geng4 shi4 huang1 miu4 sil|sil 以 此 功 勋 博 取 院 士 之 名 sp1 更 是 荒 谬 sil|26 15 21 17 29 17 28 19 15 14 29 3 18 14 21 28 17|0.0|3.84 +001452|sil san1 yao4 jian1 chi2 dang2 wei3 tong2 lan3 de5 yuan2 ze2 sil|sil 三 要 坚 持 党 委 统 揽 的 原 则 sil|25 27 26 21 25 20 17 22 16 9 20 32 18|0.0|3.23 +001453|sil nian2 genr1 r jian1 chi2 chu1 tan1 ye3 bu4 rong2 yi4 sp1 jia4 qian2 zhang2 dianr3 r ye3 zai4 li3 sil|sil 年 根 儿 坚 持 出 摊 也 不 容 易 sp1 价 钱 涨 点 儿 也 在 理 sil|25 21 22 0 20 15 17 24 16 12 19 21 34 19 18 20 0 28 15 19 28 21|0.0|4.81 +001454|sil guo2 tu3 ju2 zhang3 sp1 yuan2 he2 gan3 pi1 fa3 yuan4 cha2 feng1 de5 tu3 di4 sil|sil 国 土 局 长 sp1 缘 何 敢 批 法 院 查 封 的 土 地 sil|23 20 19 16 32 6 14 15 19 27 26 20 21 19 9 23 23 22|0.0|4.11 +001455|sil jing3 xing2 bie1 gai4 nao2 gu3 mu4 sil|sil 井 陉 鳖 盖 垴 古 墓 sil|24 24 23 18 20 27 18 28 22|0.0|2.37 +001456|sil zheng4 jia1 ying3 jin4 shui3 lou2 tai2 sp1 ying3 er2 ye3 le4 yu2 shu4 shou3 jiu4 qin2 sil|sil 郑 嘉 颖 近 水 楼 台 sp1 颖 儿 也 乐 于 束 手 就 擒 sil|23 21 21 24 20 15 19 34 32 16 19 13 20 19 19 15 18 34 21|0.0|4.68 +001457|sil dan4 wo2 shi3 zhong1 wei1 xiao4 sp1 bu4 ken2 biao3 tai4 sil|sil 但 我 始 终 微 笑 sp1 不 肯 表 态 sil|23 22 19 20 18 19 25 3 12 22 21 31 20|0.0|2.96 +001458|sil xi1 wo3 hua2 zu2 zhou4 si4 mian2 chang2 sil|sil 昔 我 华 族 胄 祀 绵 长 sil|25 27 17 21 31 24 19 24 37 22|0.0|2.87 +001459|sil wo2 pao3 qu4 jia1 le4 fu2 guang4 le5 guang4 sil|sil 我 跑 去 家 乐 福 逛 了 逛 sil|25 14 21 17 17 15 21 21 12 30 17|0.0|2.44 +001460|sil jie2 guo2 kai3 ge1 dao2 yan3 xiao4 zhe5 shuo1 sp1 beng2 ke4 qi5 sil|sil 结 果 凯 歌 导 演 笑 着 说 sp1 甭 客 气 sil|23 21 24 23 16 20 21 25 13 25 15 21 26 29 20|0.0|3.74 +001461|sil han3 jian4 de5 tai4 tan3 ni2 ke4 hao4 you2 chuo1 sil|sil 罕 见 的 泰 坦 尼 克 号 邮 戳 sil|24 24 22 20 20 16 13 15 19 16 30 21|0.0|2.79 +001462|sil ta1 da4 chi1 yi4 jing1 sp1 xiang3 yuan2 lai2 liang2 cui4 jun1 de5 jiao1 ji4 mian4 sp1 bu4 jin3 kua4 di4 yu4 sp1 er2 qie3 ru4 di4 yu4 sil|sil 他 大 吃 一 惊 sp1 想 原 来 梁 粹 君 的 交 际 面 sp1 不 仅 跨 地 域 sp1 而 且 入 地 狱 sil|22 31 21 18 14 23 29 36 16 17 25 21 13 9 17 15 27 16 16 24 25 18 23 17 15 28 19 15 25 21|0.0|7.15 +001463|sil que4 shi2 shi4 wo3 lu2 mang3 le5 sp1 yuan1 wang5 le5 ta1 sil|sil 确 实 是 我 鲁 莽 了 sp1 冤 枉 了 他 sil|23 28 17 15 13 18 25 18 13 21 16 9 33 19|0.0|3.11 +001464|sil wo3 dou1 hui4 shuo1 er2 hua4 yin1 le5 sp1 zher4 r ne5 sp1 mingr2 r jian4 sp1 hai2 bu2 cuo4 ba5 sil|sil 我 都 会 说 儿 化 音 了 sp1 这 儿 呢 sp1 明 儿 见 sp1 还 不 错 吧 sil|25 14 17 18 16 19 21 16 19 41 30 0 23 24 0 26 27 24 18 10 25 23 20|0.0|5.29 +001465|sil ni2 gan3 xi4 wo3 ai4 ji1 ma5 sil|sil 你 敢 戏 我 爱 姬 吗 sil|25 13 18 18 16 21 16 29 20|0.0|2.04 +001466|sil a1 yi2 you3 zhi1 liang3 sui4 de5 nan2 gou2 gou5 sp1 jiao4 wang4 wang5 sil|sil 阿 姨 有 只 两 岁 的 男 狗 狗 sp1 叫 旺 旺 sil|25 19 21 18 13 23 15 8 25 20 21 9 24 23 26 21|0.0|3.61 +001467|sil yin3 chun1 lin2 jian4 zhuang4 sp1 gan2 jin3 bao4 qi3 tuan2 tuan5 sp1 bian1 ca1 yan3 lei4 bian1 hong3 sil|sil 尹 春 林 见 状 sp1 赶 紧 抱 起 团 团 sp1 边 擦 眼 泪 边 哄 sil|26 16 19 17 19 25 18 18 22 17 14 21 23 18 17 19 16 16 20 38 17|0.0|4.83 +001468|sil yao4 dai4 xiao2 ke3 ai4 sp1 dao4 zheng4 gui1 yi1 yuan4 zhu4 she4 yi4 miao2 o5 sp1 yi4 ban1 cheng2 nian2 quan3 sp1 yi2 ci4 ji2 ke3 sil|sil 要 带 小 可 爱 sp1 到 正 规 医 院 注 射 疫 苗 哦 sp1 一 般 成 年 犬 sp1 一 次 即 可 sil|26 18 22 17 20 22 4 19 18 15 16 17 12 15 11 23 20 37 12 21 19 17 30 6 13 18 15 28 20|0.0|6.17 +001469|sil bu4 de2 bu4 shuo1 sp1 yin1 wei4 er3 duo5 da4 sp1 wo2 ye3 bei4 qi3 guo4 chuo4 hao4 sil|sil 不 得 不 说 sp1 因 为 耳 朵 大 sp1 我 也 被 起 过 绰 号 sil|23 14 15 15 28 5 12 17 19 15 21 14 11 12 15 19 14 19 25 22|0.0|3.89 +001470|sil si4 bai3 kuai4 qian2 sp1 bu4 hua1 zhe4 si4 bai3 sp1 ni3 yong2 yuan3 gua4 bu2 shang4 hao4 sil|sil 四 百 块 钱 sp1 不 花 这 四 百 sp1 你 永 远 挂 不 上 号 sil|26 21 15 18 27 19 16 21 15 18 20 18 12 18 20 17 10 16 27 20|0.0|4.34 +001471|sil ta1 cheng1 zheng4 zai4 zhun3 bei4 jiang2 yan2 gao3 sp1 bing4 xiang4 wang2 you3 men5 zheng1 qiu2 jian4 yi4 sil|sil 她 称 正 在 准 备 讲 演 稿 sp1 并 向 网 友 们 征 求 建 议 sil|22 21 31 19 13 17 16 18 15 28 24 16 23 18 15 24 18 17 24 24 19|0.0|4.9 +001472|sil wo3 men5 wu2 fa3 kao4 de5 hen2 long3 sp1 yi3 mi2 he2 cha1 ju4 sil|sil 我 们 无 法 靠 得 很 拢 sp1 以 弥 合 差 距 sil|26 11 26 14 19 20 9 19 29 7 9 18 17 22 24 23|0.0|3.4 +001473|sil fu2 chi2 an3 zai4 shi4 chang3 shang4 zhuan4 le5 da4 qian2 de5 ya2 men5 sp1 an2 zen3 me5 bu4 yong1 hu4 ne5 sil|sil 扶 持 俺 在 市 场 上 赚 了 大 钱 的 衙 门 sp1 俺 怎 么 不 拥 护 呢 sil|24 25 29 20 19 15 21 22 16 9 19 16 8 19 22 28 20 16 12 15 17 20 20 21|0.0|5.26 +001474|sil yi3 gu4 che1 chen2 zhan4 di4 zhi3 hui1 guan1 ge2 la1 ye1 fu1 sil|sil 已 故 车 臣 战 地 指 挥 官 格 拉 耶 夫 sil|25 15 19 17 34 21 14 14 16 28 13 17 17 28 22|0.0|3.48 +001475|sil xian4 zai4 neng2 shuai3 yi4 tai2 shi4 yi4 tai2 sil|sil 现 在 能 甩 一 台 是 一 台 sil|25 22 22 24 22 12 30 20 11 34 19|0.0|2.8 +001476|sil bu4 fen5 nai2 fen2 qi3 ye4 mao2 li4 lv4 sil|sil 部 分 奶 粉 企 业 毛 利 率 sil|22 20 24 17 18 19 15 20 17 24 22|0.0|2.53 +001477|sil yi2 guan4 you1 ya3 de5 ying1 guo2 ren2 sp1 chang2 wei4 ci3 ma4 ma5 lie1 lie1 sp1 yuan4 yan2 bu2 duan4 sil|sil 一 贯 优 雅 的 英 国 人 sp1 常 为 此 骂 骂 咧 咧 sp1 怨 言 不 断 sil|25 14 21 17 15 10 19 17 24 17 24 15 22 24 13 18 24 9 19 19 15 25 19|0.0|4.94 +001478|sil lin2 xi1 lei3 sheng1 nv3 hou4 sp1 ti3 tai4 bi3 huai2 yun4 qian2 hai2 miao2 tiao2 xian1 xi4 sil|sil 林 熙 蕾 生 女 后 sp1 体 态 比 怀 孕 前 还 苗 条 纤 细 sil|24 18 18 21 19 18 27 19 18 27 15 18 14 29 19 21 18 20 26 19|0.0|4.74 +001479|sil gan3 ya5 sp1 ni3 xin4 ma5 sil|sil 敢 呀 sp1 你 信 吗 sil|24 25 23 6 13 22 26 20|0.0|1.85 +001480|sil cheng2 jun4 sp1 ba1 kai1 bei4 ru4 sp1 li3 mian4 shi4 hou4 hou4 yi4 die2 cao2 gao2 zhi3 sil|sil 程 俊 sp1 扒 开 被 褥 sp1 里 面 是 厚 厚 一 叠 草 稿 纸 sil|22 28 28 3 17 19 17 23 28 15 26 16 18 18 12 16 18 17 32 21|0.0|4.58 +001481|sil chang3 jia1 xian4 chang3 yong4 dian4 fan4 bao1 sp1 zhu2 qi3 le5 xiang1 pen1 pen1 de5 mi3 fan4 sil|sil 厂 家 现 场 用 电 饭 煲 sp1 煮 起 了 香 喷 喷 的 米 饭 sil|22 28 26 22 26 15 14 20 23 4 18 13 13 22 14 16 7 20 27 20|0.0|4.29 +001482|sil you3 ren2 xing2 rong2 zao1 sao3 she4 de5 yu2 chuan2 can3 bu4 ren2 du3 sp1 man3 mu4 chuang1 yi2 sp1 you3 ru2 feng1 wo1 ban1 sil|sil 有 人 形 容 遭 扫 射 的 渔 船 惨 不 忍 睹 sp1 满 目 疮 痍 sp1 有 如 蜂 窝 般 sil|25 14 17 20 23 20 19 13 9 16 33 25 10 21 25 12 16 15 27 24 25 15 18 22 20 28 19|0.0|6.17 +001483|sil dui4 yu2 dang1 qian2 xu1 yao4 zhuo2 zhong4 yan2 jiu1 de5 ke4 ti2 sp1 wu3 shao4 zu3 ye3 zuo4 le5 xiang2 jin4 chan3 shu4 sil|sil 对 于 当 前 需 要 着 重 研 究 的 课 题 sp1 伍 绍 祖 也 作 了 详 尽 阐 述 sil|23 19 23 19 18 12 16 15 15 16 13 8 17 28 22 10 22 26 14 14 10 20 16 20 26 21|0.0|5.38 +001484|sil lu4 bo2 fei1 zhuan3 hui4 da4 ju2 yi3 ding4 sp1 guo2 an1 dao4 zui3 de5 ya1 zi5 you4 fei1 le5 sil|sil 陆 博 飞 转 会 大 局 已 定 sp1 国 安 到 嘴 的 鸭 子 又 飞 了 sil|24 17 18 28 20 17 16 16 11 24 20 17 20 18 11 8 21 16 15 21 17 21|0.0|4.6 +001485|sil lou2 dao4 nei4 mao4 chu1 gun2 gun3 nong2 yan1 sil|sil 楼 道 内 冒 出 滚 滚 浓 烟 sil|26 17 17 28 22 23 19 15 20 25 21|0.0|2.71 +001486|sil jiang1 zhi4 ming2 zhuan3 shu4 sp1 bian2 yin3 yong4 tan2 jing1 sp1 hui3 yu4 bu2 dong4 sp1 ai1 yue4 bu4 sheng1 sp1 dai4 biao3 mu4 qian2 xin1 jing4 sil|sil 江 志 铭 转 述 sp1 扁 引 用 坛 经 sp1 毁 誉 不 动 sp1 哀 乐 不 生 sp1 代 表 目 前 心 境 sil|24 22 12 21 21 26 32 27 19 23 26 24 23 21 17 12 23 18 17 17 15 27 34 16 20 19 19 17 26 20|0.0|7.41 +001487|sil ji2 shi3 dui4 fang1 you3 da4 du4 nan3 huo4 qi2 mao4 bu4 yang2 ye3 bu2 jie4 yi4 sp1 yin1 wai4 xing2 ke2 yi2 gai3 sil|sil 即 使 对 方 有 大 肚 腩 或 其 貌 不 扬 也 不 介 意 sp1 因 外 形 可 以 改 sil|23 21 27 19 25 17 18 14 32 23 17 20 15 21 12 11 18 23 30 20 21 23 16 12 32 21|0.0|6.16 +001488|sil zhuan1 fang2 ye3 shi4 quan2 jia1 ji2 ti3 cou4 qian2 xiu1 de5 sil|sil 砖 房 也 是 全 家 集 体 凑 钱 修 的 sil|23 27 29 15 19 21 21 17 18 18 19 23 18 20|0.0|3.34 +001489|sil ni2 shao3 ma4 wo5 yi4 dianr3 r jiu4 xing2 le5 sil|sil 你 少 骂 我 一 点 儿 就 行 了 sil|26 16 22 20 10 12 18 0 15 22 20 20|0.0|2.33 +001490|sil zai4 yan2 jiang3 zhong1 sp1 ta1 xuan1 du2 le5 sp1 la1 mu3 si1 fei1 er3 de2 de5 liu4 zong1 zui4 sil|sil 在 演 讲 中 sp1 她 宣 读 了 sp1 拉 姆 斯 菲 尔 德 的 六 宗 罪 sil|25 20 18 22 23 17 20 22 15 25 7 14 14 14 16 17 15 11 18 19 27 20|0.0|4.63 +001491|sil yi4 zhuo1 ren2 xian3 ran2 he2 bai2 pang4 gao1 shi4 zhi4 you3 sp1 gan1 wei4 zu3 guo2 de5 hua1 duo3 er2 shi1 sheng1 sil|sil 一 桌 人 显 然 和 白 胖 高 是 挚 友 sp1 甘 为 祖 国 的 花 朵 而 失 声 sil|25 14 20 25 21 20 20 16 23 18 15 19 28 33 19 18 19 13 9 22 16 17 18 27 19|0.0|5.74 +001492|sil you1 you1 ai4 hen4 zhi1 jian1 sp1 wo3 de5 xin1 yong2 yuan3 bu2 bian4 sp1 zong4 shi3 cang1 hai3 sang1 tian2 sp1 zhui1 zhu2 ni3 dao4 tian1 bian1 sil|sil 悠 悠 爱 恨 之 间 sp1 我 的 心 永 远 不 变 sp1 纵 使 沧 海 桑 田 sp1 追 逐 你 到 天 边 sil|26 17 22 20 20 15 28 16 13 12 32 22 20 13 26 36 22 27 24 19 20 32 25 20 14 15 18 24 29 17|0.0|7.48 +001493|sil lin2 zheng1 yu3 yin2 hang2 gang4 shang4 le5 sil|sil 林 峥 与 银 行 杠 上 了 sil|26 21 30 16 16 20 22 23 16 22|0.0|2.46 +001494|sil zai4 du4 yin3 fa1 wai4 jie4 chuai3 ce4 sil|sil 再 度 引 发 外 界 揣 测 sil|22 23 16 18 21 18 15 21 28 20|0.0|2.35 +001495|sil bao1 kuo4 huo4 wu4 yan2 qi1 sp1 diu1 shi1 he2 sun2 hui2 deng3 sil|sil 包 括 货 物 延 期 sp1 丢 失 和 损 毁 等 sil|23 19 27 21 13 20 27 6 22 25 17 19 23 28 18|0.0|3.58 +001496|sil chang2 yi2 xia4 sp1 ni4 ni4 de5 zhi2 xiang2 wang3 wai4 yong3 sil|sil 尝 一 下 sp1 腻 腻 的 直 想 往 外 涌 sil|22 29 12 26 22 16 20 16 19 17 16 19 29 16|0.0|3.24 +001497|sil zhong1 qiang2 po4 zi4 ji3 jin4 ru4 sheng1 cun2 mo2 shi4 sp1 he1 niao4 sp1 wei2 chi2 sheng1 cun2 sil|sil 钟 强 迫 自 己 进 入 生 存 模 式 sp1 喝 尿 sp1 维 持 生 存 sil|22 33 27 18 14 12 18 16 21 19 16 23 29 18 28 7 12 17 19 32 19|0.0|4.88 +001498|sil ou2 er3 neng2 kan4 dao4 ji3 kuai4 you2 cai4 di4 sil|sil 偶 尔 能 看 到 几 块 油 菜 地 sil|26 11 17 18 20 18 14 18 14 22 24 20|0.0|2.58 +001499|sil zhi3 wen2 zheng4 ju4 wu2 xia2 ci1 sil|sil 指 纹 证 据 无 瑕 疵 sil|23 22 17 21 26 16 21 30 20|0.0|2.28 +001500|sil zhe4 shi4 bai2 zi3 wan1 bian1 shang4 de5 shang1 ye4 jie1 sil|sil 这 是 百 子 湾 边 上 的 商 业 街 sil|23 19 25 19 14 21 20 20 14 18 14 29 20|0.0|2.97 +001501|sil ji2 bian4 xuan3 ze2 li2 kai1 sp1 li2 yang2 yi1 ran2 shen1 wei2 yi1 hai1 gu3 dong1 sil|sil 即 便 选 择 离 开 sp1 黎 洋 依 然 身 为 一 嗨 股 东 sil|24 19 22 18 12 17 29 24 16 27 16 20 20 14 17 20 17 24 22|0.0|4.39 +001502|sil liu2 zu3 ci2 dong1 nan2 jiao2 you3 yi2 ce4 men2 sp1 tong1 wang3 liu2 lao3 gen1 hui4 guan2 zhu3 lou2 sp1 fang1 bian4 chu2 fang2 shang4 cai4 sil|sil 柳 祖 祠 东 南 角 有 一 侧 门 sp1 通 往 刘 老 根 会 馆 主 楼 sp1 方 便 厨 房 上 菜 sil|26 18 17 25 14 16 25 14 11 17 29 26 22 22 14 18 17 16 16 18 25 17 21 20 18 17 19 27 22|0.0|6.58 +001503|sil xu2 fan1 zai4 xin1 li3 bie1 zhe5 jin4 sp1 lei3 ji1 kou3 bei1 yu2 yan3 ji4 sil|sil 徐 帆 在 心 里 憋 着 劲 sp1 累 积 口 碑 与 演 技 sil|26 23 23 17 17 22 16 13 25 20 17 20 25 21 13 20 26 20|0.0|4.23 +001504|sil tu3 dou4 bi4 jin3 shuang1 yan2 xu3 yuan4 sp1 ba4 ba5 wen4 xu3 le5 shen2 me5 yuan4 sp1 tu3 dou4 shuo1 sp1 xu3 de5 yuan4 shi4 ma3 shang4 chi1 dan4 gao1 sil|sil 土 豆 闭 紧 双 眼 许 愿 sp1 爸 爸 问 许 了 什 么 愿 sp1 土 豆 说 sp1 许 的 愿 是 马 上 吃 蛋 糕 sil|22 25 24 17 17 22 15 19 24 35 18 14 25 20 12 16 11 23 29 20 15 24 34 18 11 24 18 21 18 17 18 25 20|0.0|7.79 +001505|sil li3 yan4 zhang1 luo5 qi3 le5 yi4 jia1 you4 er2 yuan2 sil|sil 李 艳 张 罗 起 了 一 家 幼 儿 园 sil|25 22 29 20 16 15 11 12 24 11 18 30 22|0.0|2.96 +001506|sil shu2 shi2 bai2 jia1 de5 da4 nan2 li3 li2 zhang3 zheng4 gui4 lin2 wen2 xun4 hou4 sp1 yi4 zao3 gan2 wang3 bai2 jia1 guan1 xin1 sil|sil 熟 识 白 家 的 大 湳 里 里 长 郑 桂 林 闻 讯 后 sp1 一 早 赶 往 白 家 关 心 sil|24 21 18 20 19 20 13 15 13 20 25 17 14 24 17 20 25 31 14 26 18 15 16 13 18 26 21|0.0|6.07 +001507|sil mu4 qian2 sp1 xiao2 kai2 yi3 jiao1 na4 le5 sao2 xue3 fei4 sil|sil 目 前 sp1 小 凯 已 交 纳 了 扫 雪 费 sil|26 13 29 10 23 32 16 17 13 10 18 18 26 21|0.0|3.16 +001508|sil yi4 qi3 qu4 xun2 zhao3 shi1 yu3 tian2 ye3 ma5 sil|sil 一 起 去 寻 找 诗 与 田 野 吗 sil|28 15 16 18 19 26 22 13 24 15 28 21|0.0|2.84 +001509|sil er2 si1 you3 hua4 ze2 ke2 yi2 shuai3 diao4 zhe4 xie1 ma2 fan5 sil|sil 而 私 有 化 则 可 以 甩 掉 这 些 麻 烦 sil|25 22 21 16 29 17 12 9 22 18 11 12 21 23 21|0.0|3.24 +001510|sil lin2 nan2 xiang2 mang2 qu4 song4 wen1 nuan3 sp1 shuo1 sp1 ni2 leng3 bu4 leng3 sp1 pi1 wo3 de5 yi1 fu5 ba5 sil|sil 林 南 翔 忙 去 送 温 暖 sp1 说 sp1 你 冷 不 冷 sp1 披 我 的 衣 服 吧 sil|25 16 20 32 23 22 18 15 30 12 30 19 9 20 8 25 16 23 13 10 14 16 23 18|0.0|5.31 +001511|sil re3 ji2 le5 sp1 yi4 ren2 yi4 ba3 dao1 sp1 yi2 ge4 gui1 ke2 sp1 ke4 jia2 gu3 wen2 sil|sil 惹 急 了 sp1 一 人 一 把 刀 sp1 一 个 龟 壳 sp1 刻 甲 骨 文 sil|25 16 19 24 6 15 22 13 18 27 8 11 13 19 31 6 24 21 18 29 20|0.0|4.47 +001512|sil ta1 xian1 shi4 yong4 yan2 yu2 tiao3 dou4 sp1 hou4 lai2 you4 li4 yi4 you4 huo4 sp1 xi1 wang4 gen1 xiao3 li4 wan2 wan5 sil|sil 他 先 是 用 言 语 挑 逗 sp1 后 来 又 利 益 诱 惑 sp1 希 望 跟 小 丽 玩 玩 sil|20 24 20 16 19 17 12 24 22 29 14 25 16 15 15 20 27 28 16 15 14 17 15 21 22 20|0.0|5.84 +001513|sil wang2 da4 bo2 dun4 shi2 sha3 le5 yan3 sil|sil 王 大 伯 顿 时 傻 了 眼 sil|25 18 19 26 18 21 18 15 31 17|0.0|2.41 +001514|sil jia1 zhu4 pu3 tuo2 cao2 yang2 she4 qu1 de5 shang4 hai3 you2 ke4 zhang1 gen1 nan1 sp1 cheng2 le5 xing4 yun4 er2 sil|sil 家 住 普 陀 曹 阳 社 区 的 上 海 游 客 张 根 囡 sp1 成 了 幸 运 儿 sil|23 24 22 18 18 19 14 17 17 16 20 15 15 24 18 15 23 3 22 15 20 17 23 20|0.0|5.09 +001515|sil ta1 ji4 you2 ti3 yu4 jing4 sai4 sp1 you4 bao1 kuo4 xi4 ju4 yin1 yue4 deng3 zai4 nei4 de5 wen2 yi4 huo2 dong4 sil|sil 它 既 有 体 育 竞 赛 sp1 又 包 括 戏 剧 音 乐 等 在 内 的 文 艺 活 动 sil|22 24 18 18 18 12 19 25 24 11 17 27 29 27 19 16 17 15 17 13 17 16 19 23 18|0.0|5.59 +001516|sil huang2 zong1 luo4 zi4 you4 dan2 xiao3 pa4 jian4 sheng1 ren2 sil|sil 黄 宗 洛 自 幼 胆 小 怕 见 生 人 sil|19 24 17 27 18 14 19 32 20 18 21 25 22|0.0|3.2 +001517|sil wo3 kan4 zhe5 yu3 zhu1 zai4 ta1 de5 ye4 mian4 shang4 gun3 lai2 gun3 qu4 sil|sil 我 看 着 雨 珠 在 它 的 叶 面 上 滚 来 滚 去 sil|26 12 22 13 18 24 17 17 10 15 22 25 16 17 20 28 21|0.0|3.75 +001518|sil yang1 yang1 da4 guo2 ju1 ran2 zhao3 bu2 dao4 shi2 yi1 ge4 neng2 ti1 qiu2 de5 sil|sil 泱 泱 大 国 居 然 找 不 到 十 一 个 能 踢 球 的 sil|25 19 19 20 31 15 17 18 9 17 20 14 18 20 16 24 19 21|0.0|3.97 +001519|sil dui4 yu2 wang3 shi4 sp1 liu2 yun3 bing4 bu2 zai4 yi4 sil|sil 对 于 往 事 sp1 刘 允 并 不 在 意 sil|23 15 13 22 27 11 18 27 20 12 22 19 22|0.0|2.91 +001520|sil zhu1 hao3 long2 mo1 le5 mo1 shui3 niu2 sp1 shui3 niu2 guai1 guai1 shui4 le5 xia4 lai2 sil|sil 朱 好 龙 摸 了 摸 水 牛 sp1 水 牛 乖 乖 睡 了 下 来 sil|22 21 20 30 16 9 17 20 27 20 20 24 18 17 19 13 16 24 21|0.0|4.34 +001521|sil dui4 yu2 ge4 di4 zheng4 fu3 ji1 gou4 sp1 guan1 yuan2 zha1 duir1 r kai1 wei1 bo2 sp1 bei4 zhi4 yi2 wei2 sp1 guan1 wei1 da4 yue4 jin4 sil|sil 对 于 各 地 政 府 机 构 sp1 官 员 扎 堆 儿 开 微 博 sp1 被 质 疑 为 sp1 官 微 大 跃 进 sil|23 17 18 17 18 15 14 15 23 11 21 22 18 16 0 19 13 26 19 14 14 13 26 9 22 20 16 19 27 20|0.0|6.09 +001522|sil bing4 sheng1 cheng1 shui2 guo4 lai5 kan2 si3 shui2 sil|sil 并 声 称 谁 过 来 砍 死 谁 sil|22 18 20 29 27 16 18 23 16 30 21|0.0|2.79 +001523|sil hou4 jing1 dao3 you2 zhi3 ren4 sp1 gang2 jing3 sp1 yi3 jiang1 qi2 shou1 jian1 sil|sil 后 经 导 游 指 认 sp1 港 警 sp1 已 将 其 收 监 sil|25 23 22 18 12 16 24 5 21 30 9 13 19 15 19 26 21|0.0|3.69 +001524|sil si4 ge1 ren4 wei2 sp1 yi4 zi3 yi4 nv3 yi3 jing1 zu2 gou4 sp1 yu2 shi4 gan1 yuan4 jie2 za1 sp1 bu2 zai4 liu2 zhong3 sil|sil 四 哥 认 为 sp1 一 子 一 女 已 经 足 够 sp1 于 是 甘 愿 结 扎 sp1 不 再 留 种 sil|25 21 14 18 25 14 15 15 14 28 17 15 17 22 33 13 20 17 13 18 22 4 13 14 18 29 16|0.0|5.69 +001525|sil an3 men5 de5 ge3 shu1 ji4 zhen1 shi4 kuai4 hao3 gang1 sil|sil 俺 们 的 葛 书 记 真 是 块 好 钢 sil|25 17 13 13 19 21 24 18 12 19 21 29 21|0.0|2.93 +001526|sil chong3 wu4 bin4 zang4 ye4 sp1 zai4 de2 guo2 ri4 jian4 xing1 qi3 sil|sil 宠 物 殡 葬 业 sp1 在 德 国 日 渐 兴 起 sil|23 26 16 17 19 22 3 18 16 19 14 16 21 30 20|0.0|3.25 +001527|sil zi3 xi4 kao3 jiu1 yi2 xia4 sp1 nuo4 ruo4 de5 shi4 bing1 sp1 wei4 shen2 me5 yao4 chong1 hao3 han4 ne5 sil|sil 仔 细 考 究 一 下 sp1 懦 弱 的 士 兵 sp1 为 什 么 要 充 好 汉 呢 sil|24 17 18 20 18 10 25 26 20 11 10 19 24 9 15 15 9 12 21 17 23 20 21|0.0|4.69 +001528|sil hong2 shan1 cun1 zhu3 yao4 kao4 yang3 tiao4 tiao4 yu2 sp1 tan1 tu2 yang3 zhi2 di4 bei4 yan1 hou4 sp1 tiao4 tiao4 yu2 bei4 chong1 zou3 sil|sil 洪 山 村 主 要 靠 养 跳 跳 鱼 sp1 滩 涂 养 殖 地 被 淹 后 sp1 跳 跳 鱼 被 冲 走 sil|23 19 19 30 15 14 19 18 19 20 21 47 20 14 18 11 18 15 16 26 19 20 16 18 14 25 31 20|0.0|6.56 +001529|sil gu2 shou3 de5 gu2 dian3 jie2 zou4 sp1 na2 nie1 de5 ye2 hen2 zhun3 sil|sil 鼓 手 的 鼓 点 节 奏 sp1 拿 捏 得 也 很 准 sil|23 22 21 16 14 16 18 23 6 16 21 18 15 17 30 16|0.0|3.39 +001530|sil zai2 zai5 hen3 pa4 xiao2 xiao3 bin1 tou1 xi2 zhong4 yao4 bu4 wei4 sp1 bu2 guo4 xiao2 xiao3 bin1 hai2 shi4 de2 cheng3 le5 sil|sil 仔 仔 很 怕 小 小 彬 偷 袭 重 要 部 位 sp1 不 过 小 小 彬 还 是 得 逞 了 sil|23 22 24 22 22 15 17 25 21 20 15 17 15 22 33 12 21 17 18 21 20 14 16 24 18 22|0.0|5.99 +001531|sil zhe4 huo3 ren2 cheng3 xiong1 hou4 zhun3 bei4 san4 qu4 sil|sil 这 伙 人 逞 凶 后 准 备 散 去 sil|24 19 15 20 23 19 25 17 13 22 23 22|0.0|2.81 +001532|sil ling4 yi2 wei4 shang1 zhe3 hu2 fo2 qiu2 de5 yun4 qi4 sp1 bi3 huang2 shi1 fu5 sp1 shao1 xu3 hao3 yi4 xie1 sil|sil 另 一 位 伤 者 胡 佛 球 的 运 气 sp1 比 黄 师 傅 sp1 稍 许 好 一 些 sil|25 19 11 13 22 21 19 16 17 11 16 24 6 14 22 17 17 5 21 16 18 13 24 21|0.0|4.74 +001533|sil ru2 you3 qi2 ta1 yi2 wen4 sp1 qing3 dian4 hua4 zi1 xun2 sp1 yao1 yao1 ba1 yao1 yao1 si4 sil|sil 如 有 其 他 疑 问 sp1 请 电 话 咨 询 sp1 幺 幺 八 幺 幺 四 sil|24 18 20 18 20 14 22 17 24 15 19 15 28 13 17 16 27 15 15 29 20|0.0|4.71 +001534|sil ta1 men5 fen1 bie2 huo4 de2 ao4 si1 ka2 ying3 di4 he2 ying3 hou4 ti2 ming2 sil|sil 他 们 分 别 获 得 奥 斯 卡 影 帝 和 影 后 提 名 sil|22 19 21 22 14 21 19 17 10 17 21 21 20 17 21 16 29 21|0.0|4.04 +001535|sil zao1 she4 sha1 shen1 wang2 yu2 min2 hong2 shi2 cheng2 de5 zhang2 nv3 sp1 hong2 ci2 qian4 sil|sil 遭 射 杀 身 亡 渔 民 洪 石 成 的 长 女 sp1 洪 慈 綪 sil|23 25 19 20 19 17 13 27 25 16 21 8 21 26 13 19 19 32 19|0.0|4.44 +001536|sil heng1 de2 sen1 sp1 zhu2 jian4 dui4 zhang4 fu5 xin1 sheng1 bu4 man3 sil|sil 亨 德 森 sp1 逐 渐 对 丈 夫 心 生 不 满 sil|23 21 16 25 8 16 21 12 23 19 17 18 14 32 18|0.0|3.29 +001537|sil guo1 jing4 ming2 sp1 ye3 ceng2 zan4 zi4 ji3 de5 lian3 hen3 zhan4 pian2 yi5 sil|sil 郭 敬 明 sp1 也 曾 赞 自 己 的 脸 很 占 便 宜 sil|23 18 18 27 11 13 19 18 12 8 11 31 17 19 24 19 22|0.0|3.6 +001538|sil yao4 gong3 gu4 ji1 ben3 yao4 wu4 zhi4 du4 sil|sil 要 巩 固 基 本 药 物 制 度 sil|25 20 18 21 17 18 18 11 17 22 21|0.0|2.42 +001539|sil wo3 shi4 shuo1 sp1 ni3 yao4 lan2 yan2 gan4 ma2 ya5 sil|sil 我 是 说 sp1 你 要 蓝 颜 干 嘛 呀 sil|25 13 16 29 5 10 17 22 19 14 19 21 21|0.0|2.68 +001540|sil da4 duo1 you3 jiu2 wu2 zuo3 you4 de5 you1 hui4 sil|sil 大 多 有 九 五 左 右 的 优 惠 sil|23 19 21 21 20 20 16 12 9 17 30 21|0.0|2.66 +001541|sil chao2 xian2 yan3 yuan2 chang4 qiang1 yuan2 run4 sp1 ci2 ju4 lang2 lang3 shang4 kou3 sil|sil 朝 鲜 演 员 唱 腔 圆 润 sp1 词 句 朗 朗 上 口 sil|22 27 19 17 22 22 20 20 21 19 25 27 21 15 22 29 18|0.0|4.25 +001542|sil mei3 ci4 gei2 wo3 ma1 si3 tuo1 huo2 zhuai4 de5 sp1 la1 jin4 nv2 zao3 tang2 xi2 zao3 sil|sil 每 次 给 我 妈 死 托 活 拽 的 sp1 拉 进 女 澡 堂 洗 澡 sil|25 17 20 15 14 27 19 18 18 20 18 6 15 19 14 15 17 17 31 18|0.0|4.22 +001543|sil zhang4 fu5 ga3 wa2 shen1 cai2 gao1 sp1 yong4 shen1 zi5 ding3 zhe5 wang3 shang4 pa2 sp1 ta1 pa2 chu1 lai5 le5 sil|sil 丈 夫 尕 娃 身 材 高 sp1 用 身 子 顶 着 往 上 爬 sp1 他 爬 出 来 了 sil|23 23 20 22 22 18 18 24 22 17 22 21 17 14 17 20 29 19 17 25 15 15 18 21|0.0|5.56 +001544|sil shang4 hai3 kong1 gang3 sp1 wei4 ci2 qu3 xiao1 hang2 ban1 sp1 er4 bai3 qi1 shi2 wu3 jia4 ci4 sil|sil 上 海 空 港 sp1 为 此 取 消 航 班 sp1 二 百 七 十 五 架 次 sil|24 24 15 22 26 5 11 15 15 14 22 21 9 16 17 16 15 14 22 25 22|0.0|4.29 +001545|sil wu2 cai3 wan1 sp1 you4 ming2 wu2 cai3 shan1 sp1 wei4 yu2 zhun3 ge2 er3 pen2 di4 dong1 bu4 sil|sil 五 彩 湾 sp1 又 名 五 彩 山 sp1 位 于 准 噶 尔 盆 地 东 部 sil|26 13 22 27 6 14 23 13 18 28 31 15 16 19 11 14 18 14 19 24 20|0.0|4.54 +001546|sil tong1 guo4 an1 jian3 hou4 sp1 ta1 hai2 lie2 zui3 yi2 xiao4 sp1 dui4 jing3 wei4 yuan2 shuo1 xie4 xie5 la5 sil|sil 通 过 安 检 后 sp1 她 还 咧 嘴 一 笑 sp1 对 警 卫 员 说 谢 谢 啦 sil|23 21 18 16 16 23 20 17 22 17 17 11 25 11 14 14 12 17 27 21 14 22 19|0.0|4.84 +001547|sil ceng2 jing1 de5 zhuo1 you2 ba1 ren2 tou2 cuan2 dong4 sil|sil 曾 经 的 桌 游 吧 人 头 攒 动 sil|24 25 14 11 16 16 27 19 17 26 19 22|0.0|2.74 +001548|sil xian4 chang2 jin3 lin2 san1 er4 yao1 guo2 dao4 xian4 sil|sil 现 场 紧 邻 三 二 幺 国 道 线 sil|26 24 25 17 24 21 14 18 15 17 29 19|0.0|2.89 +001549|sil tun2 chang1 xian4 nv3 hua4 gong1 sp1 zai4 lin2 mo2 shang1 ye4 hua4 sil|sil 屯 昌 县 女 画 工 sp1 在 临 摹 商 业 画 sil|23 23 23 22 14 22 20 4 19 16 18 18 17 27 22|0.0|3.34 +001550|sil shi2 jian1 yi4 fen1 yi4 miao3 liu2 shi4 sil|sil 时 间 一 分 一 秒 流 逝 sil|25 23 30 16 17 11 18 17 27 21|0.0|2.38 +001551|sil wo3 hui4 xue2 xiao3 mao1 jiao4 o5 sp1 miao1 sil|sil 我 会 学 小 猫 叫 哦 sp1 喵 sil|25 15 24 20 20 20 25 20 19 40 20|0.0|2.88 +001552|sil ye3 sheng1 dong4 wu4 sp1 you3 zi4 ran2 si3 wang2 lv4 sil|sil 野 生 动 物 sp1 有 自 然 死 亡 率 sil|25 16 20 21 19 8 17 18 18 17 14 23 21|0.0|2.75 +001553|sil feng1 hua2 gong1 si1 sp1 dao4 shu4 yin1 yue4 zhui1 tao3 qian4 kuan3 sp1 hai2 nao4 chu1 le5 chuai4 huai4 da4 men2 de5 bao4 li4 shi4 jian4 sil|sil 丰 华 公 司 sp1 到 树 音 乐 追 讨 欠 款 sp1 还 闹 出 了 踹 坏 大 门 的 暴 力 事 件 sil|23 20 21 18 26 3 18 18 14 18 18 17 21 29 26 11 21 18 18 25 17 15 19 10 16 12 17 26 18|0.0|6.19 +001554|sil li3 yu4 deng1 wei4 hou4 sp1 dui4 ta1 en1 chong2 you3 jia1 sp1 ce4 feng1 ta1 wei2 huang2 hou4 sil|sil 李 煜 登 位 后 sp1 对 她 恩 宠 有 加 sp1 册 封 她 为 皇 后 sil|23 19 20 16 22 24 8 16 25 14 19 15 26 22 20 17 18 16 24 27 19|0.0|4.76 +001555|sil zhi3 bu2 guo4 zhe4 ge4 huan2 jie2 qia3 zai4 le5 xu4 ri4 yang2 gang1 yi4 fang1 sil|sil 只 不 过 这 个 环 节 卡 在 了 旭 日 阳 刚 一 方 sil|22 19 10 22 13 12 19 23 24 17 18 21 17 20 15 13 29 18|0.0|3.85 +001556|sil hui4 chang3 nei4 xian1 hua1 jing4 yan4 sp1 deng1 huo2 cui3 can4 sil|sil 会 场 内 鲜 花 竞 艳 sp1 灯 火 璀 璨 sil|18 22 21 22 21 18 19 23 8 18 21 20 27 21|0.0|3.24 +001557|sil ta1 zong4 lan3 zhe4 pian1 wen2 zhang1 hao2 ji3 bian4 sp1 shuo1 zheng2 ben3 shu1 jiu4 er2 zi5 de5 wen2 zhang1 zui4 hao3 sil|sil 她 纵 览 这 篇 文 章 好 几 遍 sp1 说 整 本 书 就 儿 子 的 文 章 最 好 sil|23 25 19 15 13 16 15 20 21 16 24 23 24 19 18 26 22 20 11 9 15 18 18 31 21|0.0|5.6 +001558|sil ka2 pu3 lan2 dan1 xin1 hui4 chan3 sheng1 xie4 mi4 wen4 ti5 sil|sil 卡 普 兰 担 心 会 产 生 泄 密 问 题 sil|22 23 12 24 18 23 15 21 18 20 17 18 26 21|0.0|3.23 +001559|sil dao4 le5 wan3 shang4 sp1 nan2 shan1 shang4 ye3 piao1 qi3 e2 mao2 da4 xue3 sil|sil 到 了 晚 上 sp1 南 山 上 也 飘 起 鹅 毛 大 雪 sil|23 17 11 20 26 19 18 19 22 11 22 20 15 17 17 31 20|0.0|3.81 +001560|sil xing2 ji3 ji2 sp1 yu3 tong2 xing2 gong4 mian3 sil|sil 醒 己 及 sp1 与 同 行 共 勉 sil|26 26 20 27 10 17 23 19 17 33 18|0.0|2.74 +001561|sil zao3 yi4 wan3 sp1 wo2 yi3 zhi1 dao4 ta1 men5 hui4 zhe4 yang4 xie2 wo3 sp1 wo3 zhi2 you3 wu2 nai4 sil|sil 早 一 晚 sp1 我 已 知 道 他 们 会 这 样 写 我 sp1 我 只 有 无 奈 sil|23 25 14 28 9 11 11 15 20 16 11 14 11 17 22 23 23 12 13 15 15 27 20|0.0|4.59 +001562|sil tuan4 zhuan4 sp1 wei2 yi4 zhong1 de5 yi2 bu4 fen5 sp1 shi4 jie3 shi4 liu4 shi5 si4 gua4 gua4 ci2 de5 sil|sil 彖 传 sp1 为 易 中 的 一 部 分 sp1 是 解 释 六 十 四 卦 卦 辞 的 sil|22 32 29 9 20 21 17 10 13 17 25 28 18 18 25 18 12 18 17 19 25 17 20|0.0|5.23 +001563|sil pai1 mai4 huo4 sheng4 zhe3 sp1 neng2 gou4 yu3 ba1 fei1 te4 gong4 jin4 wu3 can1 sil|sil 拍 卖 获 胜 者 sp1 能 够 与 巴 菲 特 共 进 午 餐 sil|22 23 23 19 19 22 8 12 15 16 16 15 23 17 18 15 31 19|0.0|3.87 +001564|sil shi4 yi1 fang4 yang2 de5 lao3 da4 ye5 sp1 chuan1 yi4 hei1 se4 mian2 fu2 dun1 zai4 shan1 po1 shang4 sil|sil 是 一 放 羊 的 老 大 爷 sp1 穿 一 黑 色 棉 服 蹲 在 山 坡 上 sil|24 26 17 24 18 7 19 22 21 23 24 11 17 12 21 26 17 16 18 21 23 21|0.0|4.97 +001565|sil fa2 ta2 er3 ji4 hua4 gai3 hang2 tou2 shen1 zheng4 tan2 sil|sil 法 塔 尔 计 划 改 行 投 身 政 坛 sil|25 20 16 10 15 17 18 26 19 17 20 31 23|0.0|2.98 +001566|sil fa3 guo2 hua4 jia1 bo2 nu2 wa3 hui4 zhi4 de5 yuan2 ban2 nv3 xing4 hua4 xiang4 sil|sil 法 国 画 家 伯 努 瓦 绘 制 的 原 版 女 性 画 像 sil|25 22 12 20 21 14 16 28 20 14 17 19 16 12 15 17 21 21|0.0|3.83 +001567|sil ma3 yi1 nu2 er3 shuo1 sp1 gong1 jing3 ai2 shi4 qi4 jin1 wei2 yi1 yan2 jiu1 chu1 bing4 yin1 de5 ai2 zheng4 sil|sil 玛 依 努 尔 说 sp1 宫 颈 癌 是 迄 今 唯 一 研 究 出 病 因 的 癌 症 sil|25 17 11 14 16 28 29 19 17 24 20 15 26 18 15 13 14 21 20 13 10 18 23 18|0.0|5.16 +001568|sil ni3 bu4 bang1 wo3 shui2 bang1 wo3 ya5 sil|sil 你 不 帮 我 谁 帮 我 呀 sil|25 16 14 24 16 23 21 16 22 20|0.0|2.29 +001569|sil yu2 xue3 dao4 lai2 qian2 sp1 wu4 mai2 di1 wen1 si4 hu1 zai4 yun4 niang4 zao4 shi4 sil|sil 雨 雪 到 来 前 sp1 雾 霾 低 温 似 乎 在 酝 酿 造 势 sil|25 14 18 14 17 31 21 17 30 18 24 23 13 18 14 16 20 26 21|0.0|4.41 +001570|sil liu2 a1 bo2 dao4 ting2 hou4 tai4 du4 bi3 jiao4 zhuan1 heng4 sp1 bu4 ting1 quan4 jie3 sil|sil 刘 阿 伯 到 庭 后 态 度 比 较 专 横 sp1 不 听 劝 解 sil|25 17 15 19 15 19 24 23 15 12 13 22 23 13 13 16 24 28 21|0.0|4.14 +001571|sil wo2 xiang3 ti2 xing2 you3 zhuan1 che1 de5 guan1 yuan2 sp1 ni2 you2 yin3 si1 sp1 qian1 wan4 bie2 yong4 gong1 che1 le5 sil|sil 我 想 提 醒 有 专 车 的 官 员 sp1 你 有 隐 私 sp1 千 万 别 用 公 车 了 sil|25 12 17 15 21 15 18 15 10 17 24 32 9 16 18 25 5 23 22 16 15 16 18 20 19|0.0|5.14 +001572|sil zuo2 ri4 sp1 hui2 long2 guan4 long2 ze2 yuan4 xi1 qu1 sp1 gong1 ren2 dui4 shu4 mu4 pen1 yao4 sil|sil 昨 日 sp1 回 龙 观 龙 泽 苑 西 区 sp1 工 人 对 树 木 喷 药 sil|24 19 22 12 18 16 21 16 15 16 19 27 27 18 21 14 19 14 21 24 20|0.0|4.68 +001573|sil ting1 ting5 ta1 de5 zi4 wo2 jie3 pou1 sil|sil 听 听 他 的 自 我 解 剖 sil|23 25 17 19 18 12 14 19 28 23|0.0|2.3 +001574|sil cun1 min2 zhao3 lai2 chang2 gan1 sp1 wang3 fen4 keng1 li3 pai1 da3 sp1 tong2 shi2 sp1 zai4 fen4 keng1 kou3 fang4 zhi4 yi2 ge4 lou3 kuang1 sil|sil 村 民 找 来 长 竿 sp1 往 粪 坑 里 拍 打 sp1 同 时 sp1 在 粪 坑 口 放 置 一 个 篓 筐 sil|22 27 25 14 13 25 25 11 19 20 16 12 24 24 32 17 26 22 16 17 17 25 20 12 9 10 18 32 20|0.0|6.62 +001575|sil zhao1 biao1 ren2 bu4 de2 nuo2 yong4 tou2 biao1 bao3 zheng4 jin1 sil|sil 招 标 人 不 得 挪 用 投 标 保 证 金 sil|23 19 20 25 14 10 19 20 21 18 15 16 24 23|0.0|3.1 +001576|sil le4 ji1 er2 bao4 li2 ming2 shen4 shao3 ying4 chou5 sil|sil 乐 基 儿 爆 黎 明 甚 少 应 酬 sil|25 16 19 23 18 14 28 21 17 20 27 18|0.0|2.86 +001577|sil shai4 gan1 sha1 ding1 yu2 sp1 ke3 wei4 luo4 tuo5 he2 ma3 sp1 shi4 niu2 yang2 de5 hao3 si4 liao4 sil|sil 晒 干 沙 丁 鱼 sp1 可 喂 骆 驼 和 马 sp1 是 牛 羊 的 好 饲 料 sil|24 25 21 18 18 25 13 19 15 24 19 14 33 22 17 22 16 9 19 20 27 18|0.0|5.08 +001578|sil shuan1 zai4 shen1 shang5 sp1 liang3 ge4 yan3 dou1 kou4 si3 sil|sil 栓 在 身 上 sp1 两 个 眼 都 扣 死 sil|25 23 14 21 26 19 16 13 19 13 22 28 16|0.0|2.96 +001579|sil guang3 zhou1 zi1 shen1 she4 ying3 wan2 jia1 shen3 long2 sp1 ye3 shi4 ke1 da2 de5 yong1 dun3 sil|sil 广 州 资 深 摄 影 玩 家 沈 龙 sp1 也 是 柯 达 的 拥 趸 sil|22 23 23 17 17 14 15 19 22 21 26 18 12 18 19 14 10 18 34 17|0.0|4.4 +001580|sil yuan4 zi5 nan2 qiang2 shang4 ke3 jian4 yi2 chu4 xun1 hei1 de5 yan1 cong1 sil|sil 院 子 南 墙 上 可 见 一 处 熏 黑 的 烟 囱 sil|26 18 13 21 23 26 17 17 11 20 21 14 10 18 30 19|0.0|3.53 +001581|sil ji4 zhe3 tan4 fang3 tai4 yang2 neng2 re4 shui3 qi4 zuo1 fang5 sil|sil 记 者 探 访 太 阳 能 热 水 器 作 坊 sil|23 19 15 23 23 17 13 13 14 14 17 18 26 19|0.0|2.95 +001582|sil hou4 san1 wei4 huang2 di4 sp1 wei2 ming2 zun1 xu1 sp1 wei2 ming2 de2 wang4 sp1 he2 mo4 di4 xian4 sp1 mei2 lai2 de5 ji2 xiu1 ling2 sil|sil 后 三 位 皇 帝 sp1 嵬 名 遵 顼 sp1 嵬 名 德 旺 sp1 和 末 帝 睍 sp1 没 来 得 及 修 陵 sil|23 21 16 13 21 22 8 14 18 18 27 13 13 17 20 23 21 17 19 15 28 6 11 17 8 14 19 27 20|0.0|5.91 +001583|sil ru2 guo3 nin2 shi4 yi2 ge4 ji2 you2 ai4 hao4 zhe3 sp1 ye2 xu3 hui4 dui4 ying1 guo2 you2 piao4 sp1 you3 yi4 dianr3 r yin4 xiang4 sil|sil 如 果 您 是 一 个 集 邮 爱 好 者 sp1 也 许 会 对 英 国 邮 票 sp1 有 一 点 儿 印 象 sil|23 18 26 20 13 11 17 16 17 16 16 24 32 13 15 14 14 16 15 16 27 6 11 11 18 0 20 29 16|0.0|5.69 +001584|sil fu2 wu4 yuan2 shang4 le5 pan2 cai4 sp1 wo3 sui2 kou3 wen4 dao4 sp1 la4 ma5 sil|sil 服 务 员 上 了 盘 菜 sp1 我 随 口 问 道 sp1 辣 吗 sil|24 19 15 19 18 8 20 26 20 13 15 19 20 24 11 18 22 21|0.0|3.86 +001585|sil da4 hai3 shen1 chu4 sp1 zao2 yi2 mao3 zu2 le5 jinr4 r de5 zuan4 tou5 sp1 zhong1 yu2 zuan1 ru4 le5 di4 ceng2 zhi1 zhong1 sil|sil 大 海 深 处 sp1 早 已 铆 足 了 劲 儿 的 钻 头 sp1 终 于 钻 入 了 地 层 之 中 sil|22 19 18 21 27 23 21 14 23 12 9 21 0 9 22 24 20 21 14 21 11 10 14 22 15 26 19|0.0|5.55 +001586|sil shang4 ye4 ban1 yao4 zhu4 yi4 an1 quan5 o5 sil|sil 上 夜 班 要 注 意 安 全 哦 sil|25 24 15 24 18 14 10 16 23 18 21|0.0|2.42 +001587|sil wen3 zhong1 qiu2 jin4 de5 wen3 sp1 di4 er4 ge5 wen3 sp1 biao3 xian4 zai4 wen3 jian4 de5 cai2 wu4 ce4 lve4 sil|sil 稳 中 求 进 的 稳 sp1 第 二 个 稳 sp1 表 现 在 稳 健 的 财 务 策 略 sil|25 19 21 21 18 10 30 20 12 15 11 24 7 17 17 20 19 15 10 20 12 22 25 19|0.0|4.98 +001588|sil an4 mo2 gao1 wan2 shi2 sp1 li4 liang5 yi2 ding4 yao4 qing1 rou2 sil|sil 按 摩 睾 丸 时 sp1 力 量 一 定 要 轻 柔 sil|25 17 20 18 19 27 24 18 26 16 11 16 22 28 21|0.0|3.58 +001589|sil tu2 wei2 fu4 zhi4 qiang2 jie4 wang2 yin3 zan3 xia4 de5 qian2 sil|sil 图 为 付 志 强 戒 网 瘾 攒 下 的 钱 sil|24 21 25 18 15 29 22 21 24 19 14 10 37 19|0.0|3.46 +001590|sil bei4 guai2 mian3 dian4 fu4 nv3 kai2 kai3 xue2 xie3 han4 zi4 sil|sil 被 拐 缅 甸 妇 女 凯 凯 学 写 汉 字 sil|22 19 24 23 15 21 22 29 34 22 18 21 22 22|0.0|3.64 +001591|sil hei1 mian2 xian4 cu1 cao1 wu2 tan2 xing4 sp1 rou2 cuo1 hou4 sp1 hui4 da4 liang4 tuo1 luo4 xian1 wei2 sp1 yi4 duan4 sil|sil 黑 棉 线 粗 糙 无 弹 性 sp1 揉 搓 后 sp1 会 大 量 脱 落 纤 维 sp1 易 断 sil|23 17 20 24 21 25 13 21 24 27 18 16 24 17 15 16 17 15 15 22 24 8 13 25 21|0.0|5.58 +001592|sil chao1 xin1 xing1 bao4 fa1 xing2 cheng2 mei3 li4 xing1 dan3 sp1 ku4 si4 zhen1 zhu1 xiang4 lian4 sil|sil 超 新 星 爆 发 形 成 美 丽 星 胆 sp1 酷 似 珍 珠 项 链 sil|23 29 21 19 19 27 23 21 18 14 21 27 17 20 22 16 12 20 24 18|0.0|4.77 +001593|sil ting1 ma1 ma5 shuo1 sp1 yi4 tian1 yi4 ping2 guo3 sp1 yi1 sheng1 yuan3 li2 wo3 sil|sil 听 妈 妈 说 sp1 一 天 一 苹 果 sp1 医 生 远 离 我 sil|25 20 16 17 29 24 14 24 13 23 28 11 14 27 17 21 29 17|0.0|4.28 +001594|sil xu3 san1 duo1 you4 wei3 qu1 you4 zi4 bei1 sp1 you2 ran2 er2 sheng1 sp1 yi4 zhong3 kan4 ming2 ren2 lu4 de5 gan3 jue2 sil|sil 许 三 多 又 委 屈 又 自 卑 sp1 油 然 而 生 sp1 一 种 看 名 人 录 的 感 觉 sil|25 20 20 29 19 19 27 18 18 24 38 14 15 14 27 6 13 23 21 14 14 15 9 19 28 19|0.0|5.9 +001595|sil ceng2 yi2 bi3 ming2 fang1 rui2 chu1 ban3 sp1 wo3 de5 xian1 sheng5 wang2 meng2 deng3 zuo4 pin3 sil|sil 曾 以 笔 名 方 蕤 出 版 sp1 我 的 先 生 王 蒙 等 作 品 sil|24 22 13 17 22 22 28 22 28 13 12 10 19 19 19 21 16 15 31 19|0.0|4.55 +001596|sil gong1 shi4 fan2 mang2 de5 si4 tai4 sp1 ri4 qian2 nan2 de2 chou1 kong4 pei2 nai2 nv3 he2 chao1 xin1 sp1 mai3 ke4 wai4 shu1 sil|sil 公 事 繁 忙 的 四 太 sp1 日 前 难 得 抽 空 陪 孻 女 何 超 欣 sp1 买 课 外 书 sil|22 20 17 21 15 9 17 29 19 16 33 19 12 18 23 15 21 22 18 19 24 9 14 18 15 28 21|0.0|5.97 +001597|sil jing1 zhen3 duan4 sp1 sha1 sha5 zuo2 zhou3 guan1 jie2 tuo1 wei4 sp1 zuo3 gong1 gu3 nei4 shang1 huai2 gu3 zhe2 sp1 zuo2 zhou3 shen2 jing1 sun3 shang1 sil|sil 经 诊 断 sp1 莎 莎 左 肘 关 节 脱 位 sp1 左 肱 骨 内 伤 踝 骨 折 sp1 左 肘 神 经 损 伤 sil|23 20 20 23 22 23 27 20 19 16 11 24 23 26 21 19 23 23 18 17 16 27 29 19 19 19 14 18 29 20|0.0|7.29 +001598|sil gong1 ren2 dui4 lv4 hua4 dai4 pen1 sa3 yao4 shui3 sil|sil 工 人 对 绿 化 带 喷 洒 药 水 sil|23 23 23 19 15 17 22 18 20 17 31 17|0.0|2.85 +001599|sil chun1 jie2 lv2 xing2 sp1 ye3 shou4 huan1 ying2 sil|sil 春 节 驴 行 sp1 也 受 欢 迎 sil|23 22 15 18 35 5 16 17 24 26 20|0.0|2.57 +001600|sil quan2 zhu3 sp1 bi4 xu1 yao4 dao4 yin2 hang2 jiao3 na4 fei4 yong4 sil|sil 犬 主 sp1 必 须 要 到 银 行 缴 纳 费 用 sil|23 31 26 3 12 13 14 16 18 25 16 18 22 24 19|0.0|3.25 +001601|sil tu2 wei2 sp1 ao4 men2 hong2 shi2 zi4 hui4 sp1 xiang4 yi2 liang2 juan1 zeng4 de5 liang3 liang4 jiu4 hu4 che1 sil|sil 图 为 sp1 澳 门 红 十 字 会 sp1 向 彝 良 捐 赠 的 两 辆 救 护 车 sil|24 21 26 3 17 19 17 14 13 21 6 23 14 20 19 22 13 18 15 14 13 30 22|0.0|4.69 +001602|sil dan4 hu4 lian2 wang3 che1 lun2 hong1 ran2 er2 lai2 cui1 ku1 la1 xiu3 sil|sil 但 互 联 网 车 轮 轰 然 而 来 摧 枯 拉 朽 sil|23 23 13 16 17 18 22 19 16 10 26 23 15 18 31 23|0.0|3.63 +001603|sil ci3 shi2 de5 chan4 hui3 yu2 shi4 wu2 bu3 sil|sil 此 时 的 忏 悔 于 事 无 补 sil|26 22 13 7 26 27 15 18 19 26 21|0.0|2.56 +001604|sil qian2 xiao4 zhang3 you4 huan2 huan3 bao4 yi2 ge4 sp1 ba3 ta1 de5 ling4 wai4 ban4 bian1 tian1 sp1 ye3 chai1 le5 sil|sil 钱 校 长 又 缓 缓 报 一 个 sp1 把 他 的 另 外 半 边 天 sp1 也 拆 了 sil|23 22 18 27 17 19 19 21 13 17 30 15 14 8 17 15 16 16 19 5 15 24 18 21|0.0|4.98 +001605|sil zai4 yao1 ling2 qi1 guo2 dao4 he2 bei3 wai4 huan2 jiao1 cha1 kou3 sp1 du3 che1 bi3 jiao4 yan2 zhong4 sil|sil 在 幺 零 七 国 道 和 北 外 环 交 叉 口 sp1 堵 车 比 较 严 重 sil|25 23 14 16 18 17 23 19 16 15 15 15 19 25 11 16 22 12 16 21 17 22|0.0|4.61 +001606|sil si4 shi4 zi4 wo2 ai3 hua4 wen4 ti2 tu1 chu1 sil|sil 四 是 自 我 矮 化 问 题 突 出 sil|26 24 25 18 15 15 17 15 13 16 28 21|0.0|2.71 +001607|sil xian3 ran2 sp1 er4 shou3 che1 ye4 wu4 he2 zu1 lin4 ye4 wu4 shi4 mi4 qie4 xiang1 guan1 de5 sil|sil 显 然 sp1 二 手 车 业 务 和 租 赁 业 务 是 密 切 相 关 的 sil|26 23 24 10 16 15 17 16 16 18 16 15 18 19 13 16 14 18 22 14 21|0.0|4.26 +001608|sil gen1 ju4 yi1 jiu2 wu3 yi1 nian2 de5 jiu4 jin1 shan1 he2 yue1 sp1 du2 dao3 chong2 hui2 chao2 xian3 huai2 bao4 sil|sil 根 据 一 九 五 一 年 的 旧 金 山 和 约 sp1 独 岛 重 回 朝 鲜 怀 抱 sil|25 18 24 12 15 13 16 17 8 13 16 18 21 20 10 19 21 21 15 21 17 19 21 21|0.0|4.89 +001609|sil zhe4 jia1 dian4 li3 de5 yun2 tun1 mian4 he2 niu2 jin1 he2 fen3 wei4 dao4 hen3 bang4 sil|sil 这 家 店 里 的 云 吞 面 和 牛 筋 河 粉 味 道 很 棒 sil|24 16 14 14 14 8 19 18 26 13 19 17 18 24 18 15 17 22 21|0.0|3.91 +001610|sil zhu4 yi4 sp1 bu2 yao4 rang4 bao3 bao5 bian1 chi1 bian1 wan2 sil|sil 注 意 sp1 不 要 让 宝 宝 边 吃 边 玩 sil|24 19 20 6 12 15 18 15 16 18 15 16 32 20|0.0|2.86 +001611|sil mei3 guo2 wu3 zhuang1 bu4 dui4 can1 mou5 xue2 yuan4 sp1 shi4 mei3 guo2 guo2 fang2 da4 xue2 suo2 shu3 xue2 yuan4 zhi1 yi1 sil|sil 美 国 武 装 部 队 参 谋 学 院 sp1 是 美 国 国 防 大 学 所 属 学 院 之 一 sil|25 18 18 17 18 12 13 19 15 18 21 20 15 18 17 14 16 14 22 24 17 15 17 14 22 22|0.0|5.35 +001612|sil wan3 an1 sp1 yuan4 sui4 yue4 jing4 hao3 sil|sil 晚 安 sp1 愿 岁 月 静 好 sil|25 21 25 12 17 17 15 22 25 23|0.0|2.35 +001613|sil qing1 yong1 zheng4 shi2 er4 nian2 chong2 xiu1 sp1 ming2 nian1 hua1 si4 sil|sil 清 雍 正 十 二 年 重 修 sp1 名 拈 花 寺 sil|24 32 18 20 15 12 18 20 25 18 23 23 20 26 20|0.0|3.65 +001614|sil shen1 zhen4 yuan2 ling2 xiao3 xue2 wai4 sp1 lai2 jie1 hai2 zi5 de5 jia1 zhang3 mi4 mi4 za1 za1 sil|sil 深 圳 园 岭 小 学 外 sp1 来 接 孩 子 的 家 长 密 密 匝 匝 sil|25 24 22 14 15 17 16 24 17 14 15 21 10 9 19 27 15 16 18 26 21|0.0|4.47 +001615|sil lu3 xun4 yu2 mu3 qin1 zhu4 qian2 yuan4 sp1 zhou1 zuo4 ren2 ji2 qi2 ku2 yu3 zhai1 zai4 hou4 yuan4 sil|sil 鲁 迅 与 母 亲 住 前 院 sp1 周 作 人 及 其 苦 雨 斋 在 后 院 sil|21 20 25 10 20 23 13 25 22 22 17 17 27 19 23 21 13 24 15 22 24 21|0.0|5.16 +001616|sil mou3 da4 xue2 qin3 shi4 lou2 xia4 sp1 ji3 jia1 shao1 kao3 you2 yan1 xun1 ren2 sil|sil 某 大 学 寝 室 楼 下 sp1 几 家 烧 烤 油 烟 熏 人 sil|25 21 17 14 17 13 17 26 10 14 16 18 20 17 17 21 27 24|0.0|3.88 +001617|sil fen1 san4 si1 ji1 zhu4 yi4 li4 wa5 sil|sil 分 散 司 机 注 意 力 哇 sil|23 24 23 17 16 13 9 18 23 19|0.0|2.15 +001618|sil la1 fu1 sang1 jia3 ni2 qiang2 diao4 sp1 yi1 lang3 zan4 cheng2 bing4 zhi1 chi2 a1 fu4 han4 de5 du2 li4 sil|sil 拉 夫 桑 贾 尼 强 调 sp1 伊 朗 赞 成 并 支 持 阿 富 汗 的 独 立 sil|26 15 11 19 16 19 23 23 13 11 28 23 25 16 14 24 13 12 14 7 15 23 18|0.0|4.74 +001619|sil si4 yang2 quan3 ling2 man3 san1 ge5 yue4 de5 quan3 zhi1 sp1 yang2 quan3 ren2 ying1 dang1 ban4 li3 yang2 quan3 deng1 ji4 sil|sil 饲 养 犬 龄 满 三 个 月 的 犬 只 sp1 养 犬 人 应 当 办 理 养 犬 登 记 sil|24 24 18 23 22 21 17 8 10 7 21 22 23 15 17 20 16 14 14 15 18 18 16 21 21|0.0|5.17 +001620|sil qi2 jian1 sp1 ran2 mou3 wei2 fan3 qu2 bao3 hou4 shen3 gui1 ding4 sp1 qian2 tao2 wai4 di4 sil|sil 其 间 sp1 冉 某 违 反 取 保 候 审 规 定 sp1 潜 逃 外 地 sil|24 21 27 10 19 16 17 21 16 14 16 18 17 15 5 23 16 19 20 23|0.0|4.14 +001621|sil ao4 di4 li4 zong2 tong3 fei1 she4 er3 he2 fu1 ren5 sp1 pei2 tong2 can1 guan1 sil|sil 奥 地 利 总 统 菲 舍 尔 和 夫 人 sp1 陪 同 参 观 sil|25 16 11 16 18 23 18 19 14 14 19 20 6 17 16 17 22 22|0.0|3.63 +001622|sil pi2 chong2 ye3 jiao4 bi4 shi1 sp1 su2 cheng1 cao3 ba1 zi5 sp1 gou3 bie1 sp1 cao3 bie2 zi5 sp1 niu2 shi1 deng3 sil|sil 蜱 虫 也 叫 壁 虱 sp1 俗 称 草 扒 子 sp1 狗 鳖 sp1 草 别 子 sp1 牛 虱 等 sil|23 26 29 13 16 19 25 23 19 30 26 21 23 10 20 25 6 29 23 16 12 16 23 25 20|0.0|6.01 +001623|sil ni3 mei2 kan4 jian4 zan2 zhe4 jin3 ai1 zhe5 gang4 fang2 ma5 sil|sil 你 没 看 见 咱 这 紧 挨 着 杠 房 吗 sil|28 12 16 23 23 19 12 18 13 9 19 19 20 22|0.0|2.94 +001624|sil luo4 hou4 liang3 ju2 de5 li2 xiao3 xia2 yue4 zhan4 yue4 yong3 sp1 fu2 yuan2 ai4 fan3 dao4 bian4 nian1 le5 sil|sil 落 后 两 局 的 李 晓 霞 越 战 越 勇 sp1 福 原 爱 反 倒 变 蔫 了 sil|24 19 15 19 13 6 15 18 28 14 16 15 25 11 18 16 22 22 13 18 22 19 20|0.0|4.74 +001625|sil zhe4 me5 jian3 dan1 de5 wen4 ti2 ye3 yao4 wen4 wo3 ma5 sp1 shi4 er4 yo5 sil|sil 这 么 简 单 的 问 题 也 要 问 我 嘛 sp1 是 二 哟 sil|24 16 13 18 13 5 18 22 13 10 15 16 26 10 15 22 23 22|0.0|3.49 +001626|sil wo3 jue2 de5 zong3 shuo1 zai4 ne5 hen3 su2 qi4 sil|sil 我 觉 得 总 说 在 呢 很 俗 气 sil|25 13 14 17 19 21 24 23 21 24 29 22|0.0|2.92 +001627|sil gong1 an1 wei4 yang1 fen1 ju2 sp1 e1 pang2 gong1 pai4 chu1 suo3 sp1 yi3 kong4 zhi4 xiang1 guan1 ze2 ren4 ren2 sil|sil 公 安 未 央 分 局 sp1 阿 房 宫 派 出 所 sp1 已 控 制 相 关 责 任 人 sil|23 19 21 15 15 17 22 4 12 19 12 16 15 26 6 10 22 16 17 15 12 14 26 21|0.0|4.59 +001628|sil ru2 guo2 ding3 bao1 que4 you3 qi2 shi4 sp1 zhang1 li2 ca3 sp1 wu2 yi2 jiang1 shi4 zui4 niu2 ti4 shen1 sil|sil 如 果 顶 包 确 有 其 事 sp1 张 礼 礤 sp1 无 疑 将 是 最 牛 替 身 sil|24 13 20 21 23 19 13 21 23 13 19 14 29 12 10 13 19 19 16 19 16 26 19|0.0|4.89 +001629|sil yu2 ci3 tong2 shi2 sp1 quan2 guo2 shang1 pin3 fang2 xiao1 shou4 sp1 ye3 yi4 ju3 niu2 zhuan3 di1 mi2 ju2 mian4 sil|sil 与 此 同 时 sp1 全 国 商 品 房 销 售 sp1 也 一 举 扭 转 低 迷 局 面 sil|26 12 12 18 25 8 25 15 19 16 15 17 21 7 13 17 12 19 18 12 17 14 26 20|0.0|4.69 +001630|sil cai2 yuan2 xiang4 meng2 hu3 ben1 teng2 sp1 zhu4 fu2 xiang4 cai3 deng1 chuan4 chuan4 sil|sil 财 源 像 猛 虎 奔 腾 sp1 祝 福 像 彩 灯 串 串 sil|26 23 22 21 16 17 20 28 11 20 24 22 20 18 20 24 21|0.0|4.1 +001631|sil ling2 shou4 ye4 sp1 jiu3 dian4 ji2 yin3 shi2 ye4 de5 ying2 ye4 e2 sp1 ye3 chi2 xu4 xiang4 hao3 sil|sil 零 售 业 sp1 酒 店 及 饮 食 业 的 营 业 额 sp1 也 持 续 向 好 sil|25 20 21 19 4 23 25 17 20 16 12 7 16 16 20 5 16 20 15 21 24 24|0.0|4.48 +001632|sil fan2 jian1 zhi3 sheng4 chen2 he4 yi2 ge4 sp1 she4 zhang3 qian1 xu1 dao4 sp1 wo2 xie3 bu4 hao3 sil|sil 凡 间 只 剩 陈 赫 一 个 sp1 社 长 谦 虚 道 sp1 我 写 不 好 sil|25 23 21 13 19 20 21 13 19 26 17 21 18 13 20 23 10 17 14 24 22|0.0|4.63 +001633|sil ci3 wai4 sp1 ta1 hai2 yin3 yong4 qiu1 ji2 er3 de5 ming2 yan2 shuo1 sp1 chao2 chao3 zong2 bi3 da2 da2 hao3 sil|sil 此 外 sp1 他 还 引 用 丘 吉 尔 的 名 言 说 sp1 吵 吵 总 比 打 打 好 sil|23 21 26 7 13 15 15 18 21 13 15 5 18 17 27 25 24 28 19 21 18 21 27 22|0.0|5.33 +001634|sil shi1 zhi1 hao2 li2 sp1 miu4 yi3 qian1 li3 sil|sil 失 之 毫 厘 sp1 谬 以 千 里 sil|25 25 16 21 25 5 22 11 24 29 22|0.0|2.61 +001635|sil nin2 ke3 bu2 yao4 shang4 dang4 shou4 pian4 ya5 sil|sil 您 可 不 要 上 当 受 骗 呀 sil|26 17 17 10 18 19 13 16 25 21 21|0.0|2.36 +001636|sil ning3 kai1 zhi2 yin2 shui2 shui3 long2 tou2 ke2 yi3 zhi2 jie1 yin3 yong4 sp1 jia4 ge2 ming2 xian3 di1 yu2 tong3 zhuang1 shui3 sil|sil 拧 开 直 饮 水 水 龙 头 可 以 直 接 饮 用 sp1 价 格 明 显 低 于 桶 装 水 sil|25 19 25 14 15 16 14 17 31 18 11 14 16 17 23 27 25 22 21 18 12 13 21 18 25 23|0.0|5.81 +001637|sil sui2 hou4 sp1 qi2 zai4 wei4 kai1 yao4 fang1 de5 qing2 kuang4 xia4 sp1 gei3 wang2 neng2 zan1 yong4 yao4 sil|sil 随 后 sp1 其 在 未 开 药 方 的 情 况 下 sp1 给 王 能 簪 用 药 sil|26 18 22 13 20 20 15 18 12 14 6 15 18 22 14 15 17 15 15 15 23 20|0.0|4.33 +001638|sil zhang1 wen2 shi4 ge5 dian3 xing2 de5 shang4 hai2 dia3 nan1 nan1 sp1 pi2 qi4 wen1 he2 sp1 dong3 sheng1 huo2 sp1 ai4 fa1 dia3 sil|sil 张 雯 是 个 典 型 的 上 海 嗲 囡 囡 sp1 脾 气 温 和 sp1 懂 生 活 sp1 爱 发 嗲 sil|23 23 23 15 11 17 20 13 19 18 13 18 23 19 19 16 20 30 5 19 21 29 11 14 20 29 23|0.0|5.93 +001639|sil e1 jiao1 he2 ming2 jiao1 yuan2 liao4 sp1 sheng1 chan3 gong1 yi4 sp1 zhi4 kong4 biao1 zhun3 sp1 you2 xian3 zhu4 cha1 bie2 sil|sil 阿 胶 和 明 胶 原 料 sp1 生 产 工 艺 sp1 质 控 标 准 sp1 有 显 著 差 别 sil|24 20 24 14 19 32 19 23 6 18 19 18 16 7 17 18 19 23 9 14 17 12 22 26 22|0.0|5.32 +001640|sil shen1 du4 wei2 yi4 bai3 yi1 shi5 er4 qian1 mi3 sil|sil 深 度 为 一 百 一 十 二 千 米 sil|47 28 21 22 14 17 11 10 14 23 23 21|0.0|2.91 +001641|sil yan2 yu3 zhi1 jian1 sp1 sun1 xing1 ye3 zai4 ji2 li4 wei4 nv2 you2 pie3 qing1 sil|sil 言 语 之 间 sp1 孙 兴 也 在 极 力 为 女 友 撇 清 sil|25 17 14 14 25 5 23 25 15 15 15 15 11 12 13 19 28 21|0.0|3.62 +001642|sil ta1 zui4 zao3 jiang1 ji1 yin1 yi4 ci2 dai4 ru4 zhong1 wen2 sp1 bei4 yu4 wei2 zhong1 guo2 de5 mo2 er3 gen1 sil|sil 他 最 早 将 基 因 一 词 带 入 中 文 sp1 被 誉 为 中 国 的 摩 尔 根 sil|22 21 18 17 20 17 13 12 24 12 12 16 25 19 15 15 21 21 13 7 15 17 26 20|0.0|4.85 +001643|sil wo4 ta4 zhi1 ce4 qi3 rong2 ta1 ren2 han1 shui4 sil|sil 卧 榻 之 侧 岂 容 他 人 鼾 睡 sil|26 14 22 15 25 22 24 21 16 17 21 22|0.0|2.85 +001644|sil wei4 yu2 wen4 chuan1 xian4 cheng2 de5 wei1 zhou1 zhong1 xue2 bei4 hou4 sp1 ye3 shi4 yi2 zuo4 guang1 tu1 tu1 de5 ni2 ba5 shan1 sil|sil 位 于 汶 川 县 城 的 威 州 中 学 背 后 sp1 也 是 一 座 光 秃 秃 的 泥 巴 山 sil|26 16 22 19 18 19 19 16 19 13 14 16 16 20 27 12 16 10 17 18 15 12 8 18 15 26 22|0.0|5.44 +001645|sil na4 xie1 xuan2 ge1 shan1 yao1 shang4 sp1 yao2 yao2 yu4 zhui4 de5 ju4 shi2 sp1 geng4 rang4 ren2 chu4 mu4 jing1 xin1 sil|sil 那 些 悬 搁 山 腰 上 sp1 摇 摇 欲 坠 的 巨 石 sp1 更 让 人 触 目 惊 心 sil|25 16 20 22 12 18 16 22 5 19 16 14 14 8 19 31 4 21 18 17 20 14 18 27 20|0.0|5.06 +001646|sil yuan2 li4 dai4 yan2 hong2 shi2 zi4 hui2 sp1 re3 zheng1 yi4 sil|sil 袁 莉 代 言 红 十 字 会 sp1 惹 争 议 sil|25 19 22 16 20 18 16 16 22 5 18 19 20 22|0.0|2.99 +001647|sil wang2 xue2 yuan2 nao3 dai4 li3 sp1 dun4 shi2 yi2 pian4 kong4 bai2 sil|sil 王 学 元 脑 袋 里 sp1 顿 时 一 片 空 白 sil|25 15 19 15 18 12 22 4 19 21 14 17 18 27 22|0.0|3.11 +001648|sil er2 zai4 chang2 duan3 de5 ba3 wo4 shang4 sp1 zou1 wei2 sp1 bu2 shi4 ke4 yi4 zhui1 qiu2 wan2 mei2 zhe3 sil|sil 而 在 长 短 的 把 握 上 sp1 邹 唯 sp1 不 是 刻 意 追 求 完 美 者 sil|25 17 20 27 15 7 18 17 24 20 22 22 4 12 14 17 12 13 14 17 14 25 22|0.0|4.62 +001649|sil sang1 kang1 ye3 zai4 kun1 sha1 bu4 dui4 fu2 guo4 yi4 sp1 hou4 lai2 tou2 ben4 nuo4 kang1 sil|sil 桑 康 也 在 坤 沙 部 队 服 过 役 sp1 后 来 投 奔 糯 康 sil|26 29 32 17 19 16 16 13 15 16 14 19 20 14 18 21 15 15 28 22|0.0|4.47 +001650|sil fu4 zi2 lia2 gan3 fu4 guang3 zhou1 zhan2 zhuan3 ben1 zou3 sil|sil 父 子 俩 赶 赴 广 州 辗 转 奔 走 sil|23 21 12 22 18 15 18 26 19 18 16 26 22|0.0|2.97 +001651|sil zuo2 shou3 he2 you4 shou3 you3 bi4 yao4 xie2 zuo4 sil|sil 左 手 和 右 手 有 必 要 协 作 sil|25 23 26 16 18 29 17 12 15 19 22 22|0.0|2.83 +001652|sil an4 niu2 di2 cen1 ci1 gui1 lu4 sil|sil 黯 牛 笛 参 差 归 路 sil|26 17 22 25 26 17 18 23 20|0.0|2.25 +001653|sil tai4 hu2 tai4 pu3 zha2 kai1 zha2 pai2 shui3 sil|sil 太 湖 太 浦 闸 开 闸 排 水 sil|23 25 20 20 15 25 21 16 22 31 21|0.0|2.78 +001654|sil nen4 mo2 chu1 xie3 zhen1 ye3 cheng2 feng1 shang4 sil|sil 嫩 模 出 写 真 也 成 风 尚 sil|25 20 19 18 19 28 14 19 19 25 20|0.0|2.62 +001655|sil jing1 yao2 huo3 shao1 cheng2 sp1 yong4 qie1 ge1 ji1 cong2 zhong1 pou1 cheng2 liang3 ban4 sp1 cai2 zhen1 zheng4 wan2 gong1 sil|sil 经 窑 火 烧 成 sp1 用 切 割 机 从 中 剖 成 两 半 sp1 才 真 正 完 工 sil|24 31 20 17 17 31 18 17 19 12 23 27 19 20 16 22 18 12 23 15 15 19 19 21|0.0|5.52 +001656|sil ju4 zhi1 sp1 liang3 zhang1 luo2 hui4 juan1 de5 yi2 zhao4 sp1 shi4 liao4 an1 li4 qian2 fu1 sp1 ye4 qing1 lin2 sp1 wei4 luo2 hui4 juan1 pai1 she4 sil|sil 据 知 sp1 两 张 罗 慧 娟 的 遗 照 sp1 是 廖 安 丽 前 夫 sp1 叶 青 霖 sp1 为 罗 慧 娟 拍 摄 sil|23 20 25 20 19 18 16 14 15 10 17 24 19 20 19 9 17 22 24 13 16 20 30 6 12 15 12 16 19 23 23|0.0|6.45 +001657|sil jing1 cheng2 yin2 hang2 fang2 dai4 zheng4 ce4 sp1 zai4 gua1 jin3 feng1 sil|sil 京 城 银 行 房 贷 政 策 sp1 再 刮 紧 风 sil|24 22 19 17 21 17 14 17 21 4 18 15 18 24 22|0.0|3.17 +001658|sil nai3 nai5 jiu4 shang3 ci4 gei3 mo4 yan2 he2 jie3 jie5 sp1 mei3 ren2 yi4 xiao3 pian4 hong2 shu3 gan1 sil|sil 奶 奶 就 赏 赐 给 莫 言 和 姐 姐 sp1 每 人 一 小 片 红 薯 干 sil|25 18 24 18 19 16 18 23 20 15 19 21 16 15 17 10 15 17 14 15 24 21|0.0|4.64 +001659|sil wang2 fei1 shai4 yu3 zhao4 wei1 lin2 dan1 de5 he2 zhao4 sil|sil 王 菲 晒 与 赵 薇 林 丹 的 合 照 sil|25 18 25 33 22 24 18 22 15 8 18 21 21|0.0|3.14 +001660|sil gang2 gu3 zuo2 tian1 yin1 chong2 yang2 jie2 xiu1 shi4 sil|sil 港 股 昨 天 因 重 阳 节 休 市 sil|23 26 22 18 17 16 18 13 15 17 21 23|0.0|2.66 +001661|sil ta1 sang3 men2 da4 sp1 ai4 chang4 ge1 sil|sil 她 嗓 门 大 sp1 爱 唱 歌 sil|23 20 21 18 19 8 14 22 25 23|0.0|2.24 +001662|sil yuan2 ming2 ding1 kai2 qi3 sp1 tian1 jin1 ren2 sil|sil 原 名 丁 恺 起 sp1 天 津 人 sil|26 17 23 15 20 29 5 24 17 26 20|0.0|2.58 +001663|sil zhuang1 yan4 quan4 qin2 tian2 jie4 du2 sp1 er2 qin2 tian2 sp1 bu2 dan4 bu2 jie4 du2 sp1 hai2 song2 yong3 zhuang1 yan4 sp1 ye3 yi4 qi3 xi1 du2 sil|sil 庄 燕 劝 覃 田 戒 毒 sp1 而 覃 田 sp1 不 但 不 戒 毒 sp1 还 怂 恿 庄 燕 sp1 也 一 起 吸 毒 sil|23 24 23 24 18 17 16 25 27 13 19 24 4 13 18 9 17 21 28 13 16 15 18 19 8 18 16 16 18 20 23|0.0|6.54 +001664|sil guo4 qi1 tao4 tao5 sp1 xiao3 xin1 duan4 lie4 sil|sil 过 期 套 套 sp1 小 心 断 裂 sil|23 19 16 23 21 4 21 18 18 23 21|0.0|2.4 +001665|sil nai3 nai5 fa1 xian4 sp1 sun1 nv5 sp1 you3 xie1 yi4 chang2 sil|sil 奶 奶 发 现 sp1 孙 女 sp1 有 些 异 常 sil|25 13 14 20 22 9 24 18 8 14 15 14 33 23|0.0|2.92 +001666|sil yuan2 ben3 yang2 shu4 peng2 sp1 xiang3 rang4 wo2 yan3 zhang1 yi4 na4 ge5 jue2 se4 sp1 dan4 wo3 zi4 ji3 ti2 chu1 sp1 xiang2 yan3 fei2 shou3 sil|sil 原 本 杨 树 鹏 sp1 想 让 我 演 张 译 那 个 角 色 sp1 但 我 自 己 提 出 sp1 想 演 匪 首 sil|25 19 24 20 16 28 3 19 15 13 20 19 14 17 8 17 22 28 15 13 15 14 16 24 4 20 16 21 27 24|0.0|6.22 +001667|sil qi2 ta1 zheng4 xie2 wei3 yuan2 kua1 jiang2 wo3 shuo1 de5 hao3 sil|sil 其 他 政 协 委 员 夸 奖 我 说 得 好 sil|24 19 19 17 13 15 21 19 19 19 19 12 29 24|0.0|3.12 +001668|sil ju4 you3 nong2 yu4 min2 zu2 se4 cai3 de5 si1 bu4 qiang2 mian4 sp1 hong1 tuo1 chu1 qin1 qie4 re4 lie4 sp1 er2 chuan2 tong3 de5 fen1 wei2 sil|sil 具 有 浓 郁 民 族 色 彩 的 丝 布 墙 面 sp1 烘 托 出 亲 切 热 烈 sp1 而 传 统 的 氛 围 sil|24 21 19 23 15 16 13 16 19 13 18 10 23 22 17 17 15 24 29 25 22 23 8 13 25 15 8 18 27 21|0.0|6.49 +001669|sil zhang1 hua1 guan1 yu3 chen2 ming2 wen2 sp1 zao2 yi3 cheng2 wei2 yi4 tiao2 sheng2 shang4 de5 ma4 zha5 sp1 tong2 sheng1 yi4 tong2 si3 sil|sil 张 花 冠 与 陈 明 文 sp1 早 已 成 为 一 条 绳 上 的 蚂 蚱 sp1 同 生 亦 同 死 sil|23 21 18 30 12 18 18 26 11 20 11 18 17 17 19 18 11 5 22 21 25 23 25 15 21 30 22|0.0|6.0 +001670|sil xiao1 xi5 zhi1 zhen4 han4 ling4 ren2 ze2 she2 sp1 wei4 ci3 tian1 xia4 gong1 si1 xiang4 dun1 huang2 wang3 qiu2 zheng4 sil|sil 消 息 之 震 撼 令 人 咂 舌 sp1 为 此 天 下 公 司 向 敦 煌 网 求 证 sil|25 26 17 12 21 22 16 14 17 28 34 13 25 18 15 15 22 22 16 15 15 20 20 20|0.0|5.43 +001671|sil yi4 qu3 huang2 mei2 xi4 chang4 ba4 sp1 chen4 zhe5 cao2 die1 die5 huan4 ban4 zou4 die2 de5 jian4 xi4 sp1 ji4 zhe2 yu3 qi2 pan1 tan2 sil|sil 一 曲 黄 梅 戏 唱 罢 sp1 趁 着 曹 爹 爹 换 伴 奏 碟 的 间 隙 sp1 记 者 与 其 攀 谈 sil|26 13 24 20 15 17 23 20 24 19 10 20 16 21 27 17 16 14 8 20 25 25 16 24 14 17 23 32 22|0.0|6.59 +001672|sil yi1 shi4 fa1 zhan3 nong2 ye4 sheng1 chan3 sp1 hang1 shi2 wen3 jia4 ji1 chu3 sil|sil 一 是 发 展 农 业 生 产 sp1 夯 实 稳 价 基 础 sil|26 16 23 24 18 16 12 18 28 11 22 20 16 18 16 32 16|0.0|3.85 +001673|sil zhang2 zi3 luo2 bei3 tun2 sp1 xi4 bu4 dui4 tun2 bing1 shan2 bei3 de5 shi2 hou5 suo3 sheng1 sp1 suo2 yi2 qu3 ming2 sp1 bei3 tun2 sil|sil 长 子 罗 北 屯 sp1 系 部 队 屯 兵 陕 北 的 时 候 所 生 sp1 所 以 取 名 sp1 北 屯 sil|23 25 19 18 14 33 6 19 16 18 23 18 21 13 9 12 12 15 24 24 16 12 17 27 7 18 33 20|0.0|5.95 +001674|sil zhe4 ge5 jin1 dou5 fan1 de5 li4 luo4 er2 you1 mei3 sil|sil 这 个 筋 斗 翻 得 利 落 而 优 美 sil|24 19 11 25 24 25 10 19 20 17 19 28 26|0.0|3.1 +001675|sil zhi2 you2 wo3 de5 mei2 mao5 ji2 ya2 chi3 sp1 you2 shi3 yong4 te4 shu1 de5 zao4 xing2 tian2 chong1 wu4 sil|sil 只 有 我 的 眉 毛 及 牙 齿 sp1 有 使 用 特 殊 的 造 型 填 充 物 sil|21 22 14 15 7 17 22 15 21 29 8 15 16 15 19 15 7 18 15 17 20 15 22|0.0|4.47 +001676|sil wang2 luan2 zhou1 she4 xian2 fan4 zui4 sp1 yi3 yi2 song4 si1 fa3 ji1 guan1 chu2 li3 sil|sil 王 栾 周 涉 嫌 犯 罪 sp1 已 移 送 司 法 机 关 处 理 sil|25 13 18 21 18 15 18 21 15 15 12 20 16 14 13 14 18 21 23|0.0|3.83 +001677|sil cong2 pai2 shui2 kong3 tan4 chu1 nao3 dai5 de5 mao1 tou2 ying1 sil|sil 从 排 水 孔 探 出 脑 袋 的 猫 头 鹰 sil|24 30 17 17 24 17 13 19 12 5 18 19 26 22|0.0|3.05 +001678|sil xian4 zai4 jie1 bi4 de5 xian4 suo3 tiao2 tiao2 zhi3 xiang4 bian2 fu3 sp1 zhi3 xiang4 wu2 shu1 zhen1 sil|sil 现 在 揭 弊 的 线 索 条 条 指 向 扁 府 sp1 指 向 吴 淑 珍 sil|26 25 14 17 12 8 21 26 20 17 11 17 20 27 12 17 21 13 17 23 22|0.0|4.48 +001679|sil jin1 yan2 er2 de5 fu4 chu1 zhi1 zhan4 sp1 ye3 sui2 zhi1 yan2 chi2 sil|sil 金 妍 儿 的 复 出 之 战 sp1 也 随 之 延 迟 sil|24 24 16 18 8 15 16 13 21 7 14 18 11 22 30 23|0.0|3.25 +001680|sil nan2 san2 kou3 an4 hai2 yi2 du4 chu1 xian4 du3 se4 zhuang4 kuang4 sil|sil 南 伞 口 岸 还 一 度 出 现 堵 塞 状 况 sil|25 18 18 18 23 20 12 13 15 21 16 18 17 25 22|0.0|3.26 +001681|sil xia4 yi2 ci4 bian4 ge2 de5 hao4 jiao3 yi3 jing1 chui1 xiang3 sil|sil 下 一 次 变 革 的 号 角 已 经 吹 响 sil|25 26 10 14 18 12 8 20 29 12 16 19 26 22|0.0|2.98 +001682|sil zhi4 jin1 sp1 mu2 nv2 lia3 ye3 bu4 shuo1 qian2 qu4 na3 le5 sp1 zhen1 cha2 ji1 guan1 wu2 fa3 zhui1 hui2 sil|sil 至 今 sp1 母 女 俩 也 不 说 钱 去 哪 了 sp1 侦 查 机 关 无 法 追 回 sil|24 16 28 12 11 14 28 14 13 15 20 17 19 20 22 16 16 14 23 14 16 17 28 22|0.0|5.1 +001683|sil ri4 ben2 zao3 xie1 shi2 hou4 zhao4 hui2 zhu4 han2 da4 shi3 wu3 teng2 zheng4 min3 sp1 yi3 shi4 kang4 yi4 sil|sil 日 本 早 些 时 候 召 回 驻 韩 大 使 武 藤 正 敏 sp1 以 示 抗 议 sil|25 16 19 15 15 14 24 22 20 15 17 17 28 14 18 16 21 12 11 13 22 19 21|0.0|4.81 +001684|sil xiu4 qiu2 shang4 xiu4 zhe5 xi3 que4 mei2 hua1 deng3 tu2 an4 sp1 xian3 de5 ji2 xiang2 er2 xi3 qi4 sil|sil 绣 球 上 绣 着 喜 鹊 梅 花 等 图 案 sp1 显 得 吉 祥 而 喜 气 sil|26 23 20 25 19 18 25 27 26 23 17 17 19 22 20 11 20 23 13 23 25 22|0.0|5.39 +001685|sil hui2 jia1 xiang4 lao3 po5 yao4 qian2 jiao1 fa2 kuan3 sil|sil 回 家 向 老 婆 要 钱 交 罚 款 sil|19 20 25 19 17 19 16 26 16 17 30 21|0.0|2.84 +001686|sil ceng2 jing1 chao2 yi2 ge4 zuo4 zai4 lun2 yi3 zhong1 de5 nv3 ren2 chui1 guo4 kou3 shao4 ma5 sil|sil 曾 经 朝 一 个 坐 在 轮 椅 中 的 女 人 吹 过 口 哨 吗 sil|24 24 25 24 11 17 13 12 21 13 14 9 17 20 20 12 20 19 25 22|0.0|4.2 +001687|sil qu3 xiao1 sp1 bei3 xin1 qiao2 lu4 kou2 bei3 sp1 guo2 zi3 jian4 sp1 yong1 he2 gong1 sp1 ji2 bei2 xiao3 jie1 huo1 kou3 shuang1 xiang4 zhan4 sil|sil 取 消 sp1 北 新 桥 路 口 北 sp1 国 子 监 sp1 雍 和 宫 sp1 及 北 小 街 豁 口 双 向 站 sil|23 25 26 6 15 18 18 14 21 25 7 17 13 24 18 16 15 21 10 20 13 17 15 19 19 18 18 20 21|0.0|5.95 +001688|sil qi3 ye4 li4 run4 zeng1 zhang3 ya1 li4 jiao4 da4 sil|sil 企 业 利 润 增 长 压 力 较 大 sil|24 20 13 14 17 19 23 14 13 17 22 22|0.0|2.53 +001689|sil xing1 an1 meng2 qi4 xiang4 tai2 jian1 ce4 sp1 zui4 da4 jiang4 xue3 liang4 sp1 da2 sp1 ba1 shi5 liu4 hao2 mi3 sil|sil 兴 安 盟 气 象 台 监 测 sp1 最 大 降 雪 量 sp1 达 sp1 八 十 六 毫 米 sil|26 23 18 19 14 14 17 17 23 18 16 14 15 11 25 7 19 4 15 10 16 19 24 14|0.0|4.62 +001690|sil sui2 hou4 sp1 nie4 dao4 xi3 tui1 kai1 chuang1 hu5 tiao4 xia4 lou2 tao2 sheng1 sil|sil 随 后 sp1 聂 道 喜 推 开 窗 户 跳 下 楼 逃 生 sil|27 20 22 20 13 17 19 16 14 20 21 21 12 14 21 26 22|0.0|3.77 +001691|sil liu2 lan2 wang3 ye4 ting1 ting1 ge1 sil|sil 浏 览 网 页 听 听 歌 sil|26 13 22 19 24 19 18 23 24|0.0|2.18 +001692|sil nv3 sheng1 zhui4 wang2 zai4 lan2 gan1 wai4 de5 di4 shang5 sil|sil 女 生 坠 亡 在 栏 杆 外 的 地 上 sil|26 15 25 17 19 14 19 16 15 10 19 21 23|0.0|2.77 +001693|sil liu2 xing1 hai3 yao2 yao3 ya2 sp1 na2 chu1 quan2 bu4 ji1 xu4 sp1 dong1 nuo2 xi1 jie4 cou4 zu2 le5 sil|sil 刘 兴 海 咬 咬 牙 sp1 拿 出 全 部 积 蓄 sp1 东 挪 西 借 凑 足 了 sil|25 17 21 23 18 15 28 17 15 19 21 12 15 20 28 16 20 21 20 22 21 15 22|0.0|5.24 +001694|sil tu2 wei2 sp1 yin2 hang2 ka3 bei4 shua1 de5 qing1 dan1 sil|sil 图 为 sp1 银 行 卡 被 刷 的 清 单 sil|23 22 24 4 16 18 22 15 16 8 22 23 23|0.0|2.74 +001695|sil ye4 mu4 qing1 lang3 sp1 ning2 wang4 bei3 fang1 de5 tian1 kong1 sp1 ying4 ru4 yan3 lian2 de5 sp1 shi4 qi1 ke1 cui3 can4 qi2 zheng3 de5 xing1 sil|sil 夜 幕 清 朗 sp1 凝 望 北 方 的 天 空 sp1 映 入 眼 帘 的 sp1 是 七 颗 璀 璨 齐 整 的 星 sil|25 13 17 22 27 11 14 24 17 17 8 21 26 38 16 12 17 24 16 6 20 19 22 24 20 20 16 9 27 22|0.0|6.62 +001696|sil er2 cun1 min2 men5 ren4 wei2 fa1 bing4 yuan2 yin1 yu3 di4 xia4 shui3 shou4 dao4 wu1 ran2 you3 guan1 sil|sil 而 村 民 们 认 为 发 病 原 因 与 地 下 水 受 到 污 染 有 关 sil|25 22 24 14 14 17 26 26 18 17 24 18 13 18 16 16 13 14 16 13 28 21|0.0|4.8 +001697|sil can2 geng1 yu2 leng3 zhi4 sp1 chu4 chu4 qian2 zhe5 bei1 xin1 de5 zi1 wei4 sil|sil 残 羹 与 冷 炙 sp1 处 处 潜 着 悲 辛 的 滋 味 sil|26 29 21 12 21 25 17 20 17 21 17 18 18 10 16 21 22|0.0|3.84 +001698|sil zhe4 an4 shi4 zhe5 sp1 ta1 ye2 xu3 can1 guo4 jun1 sp1 mei2 zhunr3 r hai2 shi4 ge5 san3 bing1 sil|sil 这 暗 示 着 sp1 他 也 许 参 过 军 sp1 没 准 儿 还 是 个 伞 兵 sil|23 15 20 18 18 4 20 13 17 21 12 22 19 17 25 0 17 14 10 23 23 20|0.0|4.31 +001699|sil fa3 yuan4 diao4 cha2 biao3 ming2 sp1 bei4 kan2 si3 de5 yi1 sheng1 sp1 bing4 wei4 jie1 zhen3 guo5 xiong1 shou3 sil|sil 法 院 调 查 表 明 sp1 被 砍 死 的 医 生 sp1 并 未 接 诊 过 凶 手 sil|24 21 19 14 18 15 28 16 14 23 13 8 16 23 5 16 15 14 15 13 19 27 22|0.0|4.62 +001700|sil zhi4 ci3 ren2 zang1 ju4 huo4 sp1 du3 bo2 wo1 dian3 sp1 bao4 lu4 wu2 yi2 sil|sil 至 此 人 赃 俱 获 sp1 赌 博 窝 点 sp1 暴 露 无 遗 sil|23 20 28 19 18 16 25 16 17 14 18 24 5 19 15 17 27 23|0.0|3.99 +001701|sil bu2 dui4 li4 yi4 dong4 dao1 zi5 sp1 gai3 ge2 wu2 yi4 yu2 sp1 ge2 xie2 nao2 yang3 qing1 ting2 dian2 shui3 sil|sil 不 对 利 益 动 刀 子 sp1 改 革 无 异 于 sp1 隔 鞋 挠 痒 蜻 蜓 点 水 sil|22 14 15 19 15 16 18 21 19 19 23 12 15 23 5 18 15 23 28 25 18 17 32 22|0.0|5.27 +001702|sil hou4 lai2 zhi2 dei3 you2 fa1 gai2 wei3 chu1 mian4 sil|sil 后 来 只 得 由 发 改 委 出 面 sil|24 19 25 16 14 22 19 15 12 17 28 19|0.0|2.67 +001703|sil huo4 de2 fei1 lai2 heng4 cai2 geng4 fei1 le4 shi4 sil|sil 获 得 飞 来 横 财 更 非 乐 事 sil|19 24 20 16 18 21 30 19 15 20 24 20|0.0|2.86 +001704|sil qing1 nian2 yan3 yuan2 yang2 ming2 na4 sp1 ban4 yan3 nuan2 nuan3 sp1 liu2 xiao3 feng1 shi4 yan3 nuan2 nuan3 de5 ai4 ren5 sil|sil 青 年 演 员 杨 明 娜 sp1 扮 演 暖 暖 sp1 刘 小 峰 饰 演 暖 暖 的 爱 人 sil|23 24 17 14 23 17 15 24 6 15 15 20 30 24 15 19 24 18 17 18 13 12 18 21 21|0.0|5.38 +001705|sil wu2 lun4 qian2 tu2 hui4 ming2 sp1 wan4 da2 sp1 yi1 jiu4 gan2 chuang2 gan3 shi4 sp1 zi4 xin4 ru2 gu4 sil|sil 无 论 前 途 晦 明 sp1 万 达 sp1 依 旧 敢 闯 敢 试 sp1 自 信 如 故 sil|25 11 21 23 16 20 27 18 18 24 4 15 17 21 29 21 23 5 19 18 16 18 23|0.0|5.02 +001706|sil xia4 ji4 shi4 chou2 kuan3 dan4 ji4 sp1 yuan2 yin1 shi4 sp1 bu4 shao3 juan1 kuan2 zhe3 sp1 wang2 wang3 zai4 du4 jia4 sil|sil 夏 季 是 筹 款 淡 季 sp1 原 因 是 sp1 不 少 捐 款 者 sp1 往 往 在 度 假 sil|26 28 23 21 21 20 20 23 31 15 17 22 8 13 16 18 20 20 8 12 15 16 16 24 21|0.0|5.5 +001707|sil shan1 luan2 hai2 you2 dian3 piao1 hu1 yi2 dong4 de5 jing3 xiang4 sil|sil 山 峦 还 有 点 飘 忽 移 动 的 景 象 sil|26 23 24 16 13 20 27 29 17 17 8 18 30 18|0.0|3.32 +001708|sil gan1 di2 le4 mei2 you3 shuo1 ming2 zhe4 xie1 shi4 wei1 zhe3 sp1 you2 na3 fang1 shou1 mai3 sil|sil 甘 迪 勒 没 有 说 明 这 些 示 威 者 sp1 由 哪 方 收 买 sil|24 21 13 22 19 14 16 21 11 12 16 17 23 8 14 19 18 16 25 22|0.0|4.08 +001709|sil jiu4 shi2 de5 quan1 zi5 sp1 you3 hang2 gui1 bang1 ju3 sp1 xian4 zai4 de5 quan1 zi5 sp1 ye2 you3 yue1 ding4 su2 cheng2 sp1 you2 xi4 gui1 ze2 sil|sil 旧 时 的 圈 子 sp1 有 行 规 帮 矩 sp1 现 在 的 圈 子 sp1 也 有 约 定 俗 成 sp1 游 戏 规 则 sil|24 23 16 9 23 19 10 16 24 16 19 26 28 25 14 8 24 18 14 16 20 18 17 17 31 7 15 14 19 27 22|0.0|6.72 +001710|sil zheng4 wen2 can4 shuo1 sp1 zhu3 xi2 ling4 you3 xing2 cheng2 sil|sil 郑 文 灿 说 sp1 主 席 另 有 行 程 sil|24 19 15 22 22 11 19 23 21 14 19 29 22|0.0|3.02 +001711|sil ya1 rou4 de5 shi4 jia4 yao4 bi3 yang2 rou4 de5 shi4 jia4 pian2 yi5 hen3 duo1 sil|sil 鸭 肉 的 市 价 要 比 羊 肉 的 市 价 便 宜 很 多 sil|26 21 13 11 18 29 15 13 19 12 10 18 22 19 12 16 24 22|0.0|3.71 +001712|sil he1 ba4 lv2 rou4 tang1 sp1 ma3 shuang1 yang2 tang3 zai4 qiao2 xia4 de5 pu1 gai4 shang4 sp1 meng2 tou2 jiu4 shui4 sil|sil 喝 罢 驴 肉 汤 sp1 马 双 羊 躺 在 桥 下 的 铺 盖 上 sp1 蒙 头 就 睡 sil|23 24 19 15 14 28 23 15 19 24 20 13 22 17 9 16 19 20 11 18 19 18 22 23|0.0|5.24 +001713|sil lao3 po2 pi2 qi4 bao4 zao4 sp1 te4 bie2 ai4 guan2 wo3 sil|sil 老 婆 脾 气 暴 躁 sp1 特 别 爱 管 我 sil|25 17 21 18 14 19 19 6 19 12 13 21 20 23|0.0|2.87 +001714|sil yan4 de2 xia4 ze2 ma4 sp1 kang2 de2 zhu4 ya1 zha4 sil|sil 咽 得 下 责 骂 sp1 扛 得 住 压 榨 sil|27 18 11 17 17 24 8 22 11 12 22 23 21|0.0|2.7 +001715|sil guo4 yi2 huir4 r sp1 liang2 zhe3 tong2 shi2 bing4 fa1 sp1 ta1 ao4 nao3 de5 chou2 xu4 jiu1 jie2 xin1 huang1 yi4 luan4 sil|sil 过 一 会 儿 sp1 两 者 同 时 病 发 sp1 他 懊 恼 得 愁 绪 纠 结 心 慌 意 乱 sil|23 17 13 23 0 16 23 17 20 15 17 25 22 16 17 18 9 22 15 19 24 24 20 10 26 20|0.0|5.47 +001716|sil zai4 fa4 ji4 chu4 sp1 yi4 gen1 yi2 si4 yin2 zhi4 de5 fa4 zan1 sp1 cha1 zai4 tou2 fa5 dang1 zhong1 sil|sil 在 发 髻 处 sp1 一 根 疑 似 银 质 的 发 簪 sp1 插 在 头 发 当 中 sil|24 18 21 18 26 19 10 17 13 18 19 11 10 20 22 7 23 18 20 12 19 24 21|0.0|4.76 +001717|sil er2 wan3 jian1 sp1 hui4 zhuan3 chui1 qing1 jin4 dong1 feng1 sil|sil 而 晚 间 sp1 会 转 吹 清 劲 东 风 sil|25 16 21 26 5 19 20 23 23 19 16 27 23|0.0|3.05 +001718|sil zheng4 zhuang4 dui4 kang4 xiao4 chuan3 zhi4 liao2 you2 fan3 ying4 sil|sil 症 状 对 抗 哮 喘 治 疗 有 反 应 sil|24 22 20 13 22 19 18 12 22 13 22 21 23|0.0|2.91 +001719|sil zheng4 zhi4 ju2 hui4 yi4 sp1 ye3 ming4 ling4 jian2 shao3 guan1 yuan2 pai2 chang3 he2 guan1 liao2 zuo4 feng1 sil|sil 政 治 局 会 议 sp1 也 命 令 减 少 官 员 排 场 和 官 僚 作 风 sil|24 20 10 16 19 22 9 14 19 19 24 20 16 15 22 24 15 14 14 17 25 21|0.0|4.63 +001720|sil ci3 hou4 sp1 wang2 zai3 ying1 jing1 chang2 pao3 dao4 a1 bing3 jia1 sp1 song2 yong3 ta1 men5 tou2 zi1 sil|sil 此 后 sp1 王 仔 英 经 常 跑 到 阿 炳 家 sp1 怂 恿 他 们 投 资 sil|24 20 23 10 20 18 23 19 19 17 13 16 19 25 5 19 14 14 12 20 22 22|0.0|4.58 +001721|sil tong2 shi2 sp1 kuang4 shan1 ying4 ji2 jiu4 yuan2 de5 zong4 xiang4 ti3 xi4 ye3 ri4 qu1 wan2 shan4 sil|sil 同 时 sp1 矿 山 应 急 救 援 的 纵 向 体 系 也 日 趋 完 善 sil|16 23 24 6 25 18 15 14 15 15 11 19 16 15 25 15 14 18 18 23 20|0.0|4.24 +001722|sil lv2 shi3 dan4 ren4 wei2 sp1 lv4 fang2 zi5 gong1 cheng2 zai4 yuan2 tou2 shang4 sp1 tong2 shi2 wan2 cheng2 fen1 lei4 tou2 fang4 yu3 shou1 ji2 sil|sil 驴 屎 蛋 认 为 sp1 绿 房 子 工 程 在 源 头 上 sp1 同 时 完 成 分 类 投 放 与 收 集 sil|23 17 16 15 17 25 12 19 19 10 17 23 15 18 21 20 20 20 13 17 23 17 14 21 22 12 21 29 22|0.0|6.25 +001723|sil shi4 fa1 hou4 sp1 bang2 fei3 pu2 li3 ke4 luo4 pi2 er3 wo4 gui3 zi4 sha1 sil|sil 事 发 后 sp1 绑 匪 普 里 克 洛 皮 尔 卧 轨 自 杀 sil|26 19 19 24 19 19 23 18 12 12 14 19 25 20 13 18 29 22|0.0|4.07 +001724|sil tong2 yang4 zuo4 wei2 er4 zhan4 zhou2 xin1 guo2 cheng2 yuan2 de5 ri4 ben3 ne5 sil|sil 同 样 作 为 二 战 轴 心 国 成 员 的 日 本 呢 sil|23 21 17 14 25 14 17 15 17 12 20 14 9 15 17 23 22|0.0|3.42 +001725|sil song4 wei2 shi4 de5 fu4 qin5 song4 zhong4 ao2 sp1 jie3 jie5 song4 gui4 fen1 sp1 dou1 shi4 zhong1 gong4 dang3 yuan2 sil|sil 宋 维 栻 的 父 亲 宋 仲 翱 sp1 姐 姐 宋 桂 纷 sp1 都 是 中 共 党 员 sil|25 21 15 16 8 19 26 20 18 26 8 17 18 19 14 25 7 16 18 17 16 17 27 21|0.0|5.04 +001726|sil geng3 zhun1 yong4 ci4 dao1 ge1 kai1 ku4 tui3 sp1 bing4 rang4 chuan2 ling4 bing1 sp1 gan2 jin3 na2 lai2 yi4 tiao2 ku4 zi5 huan4 shang5 sil|sil 耿 谆 用 刺 刀 割 开 裤 腿 sp1 并 让 传 令 兵 sp1 赶 紧 拿 来 一 条 裤 子 换 上 sil|23 20 26 16 19 21 14 18 17 26 19 12 16 16 17 19 8 20 15 12 13 7 16 19 10 21 24 21|0.0|5.63 +001727|sil you2 ci2 yin3 fa1 le5 hong1 dong4 yi4 shi2 de5 sp1 zhong1 e2 lie4 che1 da4 jie2 an4 sil|sil 由 此 引 发 了 轰 动 一 时 的 sp1 中 俄 列 车 大 劫 案 sil|25 16 16 15 17 17 21 14 14 19 13 6 23 15 14 17 16 19 22 20|0.0|3.93 +001728|sil tian1 qi4 zhuan2 hao3 li4 yu2 chun1 yun4 jiao1 tong1 sil|sil 天 气 转 好 利 于 春 运 交 通 sil|24 24 15 19 37 15 17 20 13 18 27 23|0.0|2.92 +001729|sil wei4 lai2 sp1 bie2 shu4 die2 pin1 lei4 zhu4 zhai2 chan2 pin3 jiang1 geng4 wei2 xi1 shao3 sil|sil 未 来 sp1 别 墅 叠 拼 类 住 宅 产 品 将 更 为 稀 少 sil|25 12 28 15 20 30 17 19 14 12 13 22 28 24 16 14 19 25 22|0.0|4.35 +001730|sil zhe4 yang4 yi4 lai2 sp1 gong1 ying4 shang1 bi4 ran2 bu2 hui4 ting3 er2 zou2 xian3 sil|sil 这 样 一 来 sp1 供 应 商 必 然 不 会 铤 而 走 险 sil|24 16 14 9 26 6 19 13 26 12 19 11 20 19 12 18 32 18|0.0|3.64 +001731|sil jiu4 huo3 che1 ze2 xiang4 ren2 qun2 sa2 shui3 jiang4 wen1 sil|sil 救 火 车 则 向 人 群 洒 水 降 温 sil|24 21 17 27 16 16 18 24 21 16 19 26 20|0.0|3.08 +001732|sil sheng1 cun2 yu3 fa1 zhan3 shu2 qing1 shu2 zhong4 sp1 da2 an4 zi4 zai4 ren2 xin1 sil|sil 生 存 与 发 展 孰 轻 孰 重 sp1 答 案 自 在 人 心 sil|24 27 19 12 22 23 19 20 17 17 17 17 19 18 15 15 27 20|0.0|4.04 +001733|sil wei2 zhen1 ni1 shi4 yi4 jia1 da4 xing2 gang3 zi1 nei4 yi1 zhi4 zao4 qi3 ye4 sil|sil 维 珍 妮 是 一 家 大 型 港 资 内 衣 制 造 企 业 sil|25 14 15 29 20 12 21 20 21 17 12 16 11 13 14 23 21 22|0.0|3.79 +001734|sil lin2 xiao3 da1 ying4 le5 ran3 long2 mei2 de5 ken2 qing3 sil|sil 林 晓 答 应 了 冉 龙 梅 的 恳 请 sil|24 20 28 20 15 18 16 16 15 7 22 32 16|0.0|2.89 +001735|sil wo3 men5 ga1 cha2 tui1 xing2 cun1 wu4 gong1 kai1 sp1 cong2 wo3 dang1 ga1 cha2 zhang3 shi2 sp1 jiu4 ding4 xia4 zhe4 ge5 gui1 ju5 le5 sil|sil 我 们 嘎 查 推 行 村 务 公 开 sp1 从 我 当 嘎 查 长 时 sp1 就 定 下 这 个 规 矩 了 sil|25 9 13 19 24 20 25 19 12 16 26 26 20 11 21 14 16 19 26 6 16 17 17 11 9 15 13 17 22|0.0|5.85 +001736|sil gan1 qing4 jia5 zhe4 me5 lao2 kao4 sp1 wang2 jin1 ming2 bian4 fang4 xin1 de5 zai4 fu3 bai4 lu4 shang4 yue4 zou3 yue4 yuan3 sil|sil 干 亲 家 这 么 牢 靠 sp1 王 金 明 便 放 心 地 在 腐 败 路 上 越 走 越 远 sil|23 20 21 20 14 11 20 24 29 16 15 26 19 20 23 16 18 19 11 16 25 16 15 14 27 17|0.0|5.75 +001737|sil ci3 fu2 chang2 zheng1 zhong1 sp1 jing3 wu4 heng2 xiang4 zhan3 xian4 sp1 chong2 shan1 die2 ji1 sp1 cen1 ci1 cuo4 luo4 sp1 xiong2 qi2 zhuang4 li4 sil|sil 此 幅 长 征 中 sp1 景 物 横 向 展 现 sp1 重 山 叠 积 sp1 参 差 错 落 sp1 雄 奇 壮 丽 sil|24 22 17 24 16 24 22 23 19 21 19 18 21 5 22 19 17 21 17 22 16 21 23 16 24 18 19 24 20|0.0|6.66 +001738|sil zhong4 bao2 ban3 bie2 ji2 bai2 zhong3 sp1 mian4 bei4 ji4 hao4 duo1 sp1 you3 hua1 chuan1 sp1 jue2 wen2 sp1 mian4 xing1 sp1 bei4 xing1 yue4 wen2 deng3 sil|sil 重 宝 版 别 几 百 种 sp1 面 背 记 号 多 sp1 有 花 穿 sp1 决 文 sp1 面 星 sp1 背 星 月 纹 等 sil|23 22 15 18 24 17 19 27 25 21 27 18 18 25 26 21 24 33 6 29 27 9 22 28 8 19 18 15 17 26 18|0.0|7.49 +001739|sil li3 yi4 biao1 sui4 ju2 shou3 sp1 bing4 huo4 zhun3 li2 kai1 sil|sil 李 奕 彪 遂 举 手 sp1 并 获 准 离 开 sil|25 15 15 24 20 18 28 9 22 21 16 17 32 23|0.0|3.31 +001740|sil you2 yu2 bei4 gao4 de5 shou4 nve4 qing2 jie2 yan2 zhong4 sp1 fa3 guan1 huo4 yi1 ci3 cong2 qing1 fa1 luo4 sil|sil 由 于 被 告 的 受 虐 情 节 严 重 sp1 法 官 或 依 此 从 轻 发 落 sil|25 16 13 17 15 12 16 14 17 16 20 20 19 21 24 19 17 20 23 19 17 25 20|0.0|4.93 +001741|sil yao4 xiu1 hao2 shui3 beng4 sp1 you3 xin1 wu2 li4 sil|sil 要 修 好 水 泵 sp1 有 心 无 力 sil|25 18 19 15 21 22 8 16 21 13 20 23|0.0|2.57 +001742|sil shui2 mei2 gan3 shou4 guo4 pei4 dai4 hong2 ling3 jin1 de5 guang1 rong2 sil|sil 谁 没 感 受 过 佩 带 红 领 巾 的 光 荣 sil|25 22 17 17 16 19 19 17 15 15 13 10 18 24 23|0.0|3.14 +001743|sil huo2 dong4 you2 huang2 long2 yun2 zhu3 chi2 sp1 wang1 yang2 fa1 biao3 le5 re4 qing2 yang2 yi4 de5 jiang3 hua4 sil|sil 活 动 由 黄 龙 云 主 持 sp1 汪 洋 发 表 了 热 情 洋 溢 的 讲 话 sil|18 21 25 20 21 15 17 14 29 31 17 23 20 17 18 16 18 18 12 9 19 27 19|0.0|5.16 +001744|sil zhu1 feng4 zhen1 tui1 jian4 ta1 mei4 mei5 dao4 xin1 mei3 gong1 si1 zuo4 shui4 wu4 dai4 li3 sil|sil 朱 凤 珍 推 荐 她 妹 妹 到 新 美 公 司 做 税 务 代 理 sil|24 18 19 24 19 14 13 16 23 16 14 12 18 22 18 18 10 17 26 21|0.0|4.2 +001745|sil ta1 shuo1 sp1 zhe4 xie1 yang2 wan2 yi4 hen3 duo1 di4 xiong5 chi1 bu2 guan4 sil|sil 他 说 sp1 这 些 洋 玩 意 很 多 弟 兄 吃 不 惯 sil|23 19 24 8 15 14 16 20 19 20 14 15 18 17 10 23 21|0.0|3.44 +001746|sil guai4 bu4 de2 zan2 lia3 zong2 chao3 jia4 sp1 ni2 lao3 ti2 zhe4 zhong3 wu2 li3 you4 ke1 ke4 de5 yao1 qiu2 sil|sil 怪 不 得 咱 俩 总 吵 架 sp1 你 老 提 这 种 无 理 又 苛 刻 的 要 求 sil|22 21 11 16 13 20 17 20 25 21 9 21 17 14 21 20 19 15 21 18 8 15 30 21|0.0|5.05 +001747|sil zhong1 yang1 tai2 ji4 zhe3 gen1 sui2 yun2 nan2 wu2 jing2 mou3 bu4 zhan4 shi4 sp1 tu2 bu4 jin4 ru4 bo4 yi2 cun1 sil|sil 中 央 台 记 者 跟 随 云 南 武 警 某 部 战 士 sp1 徒 步 进 入 簸 迤 村 sil|24 18 16 18 15 22 19 21 13 17 14 20 17 13 22 23 19 18 12 17 20 18 12 31 22|0.0|5.35 +001748|sil ba4 he1 duo1 le5 wen4 sp1 yu4 yu4 a5 sp1 you3 mei2 you3 ren2 zhui1 ni3 a5 sil|sil 爸 喝 多 了 问 sp1 玉 玉 啊 sp1 有 没 有 人 追 你 啊 sil|23 21 20 14 13 24 24 17 14 18 15 10 12 14 16 16 18 21 22|0.0|3.85 +001749|sil yi4 xie1 tian1 ran2 shi2 feng1 sp1 bei4 guan4 yi3 feng1 dong4 shi2 sp1 wu1 sha1 mao4 sp1 da4 dong4 tian1 he2 pu2 sa5 dong4 deng2 mei3 ming2 sil|sil 一 些 天 然 石 峰 sp1 被 冠 以 风 动 石 sp1 乌 纱 帽 sp1 大 洞 天 和 菩 萨 洞 等 美 名 sil|26 11 23 20 16 17 24 3 15 19 23 29 17 29 12 12 19 25 22 16 17 31 20 19 15 20 14 12 30 21|0.0|6.7 +001750|sil jin1 tian1 zan2 men5 yao4 zheng1 fu2 na3 zuo4 shan1 sil|sil 今 天 咱 们 要 征 服 哪 座 山 sil|24 18 28 17 10 12 18 16 21 16 29 21|0.0|2.67 +001751|sil you3 ren2 shuo1 sp1 ta1 hun1 yin1 bu2 mu4 sp1 pi2 pa5 an1 wei4 ta1 sp1 chen4 xu1 er2 ru4 sil|sil 友 人 说 sp1 他 婚 姻 不 睦 sp1 琵 琶 安 慰 他 sp1 趁 虚 而 入 sil|25 15 15 26 6 23 20 19 13 25 22 21 19 14 14 26 11 26 19 17 22 22|0.0|4.88 +001752|sil ruan2 yong2 jian3 men5 de5 xing1 fen4 sp1 mei2 chi2 xu4 duo1 jiu3 sil|sil 阮 永 俭 们 的 兴 奋 sp1 没 持 续 多 久 sil|25 21 17 18 13 9 21 21 7 16 19 14 15 29 22|0.0|3.1 +001753|sil zui4 zhong1 feng2 yong3 li4 mei2 ao4 guo4 nv3 er2 sil|sil 最 终 冯 永 利 没 拗 过 女 儿 sil|25 18 26 24 16 19 25 17 13 18 26 21|0.0|2.88 +001754|sil jin4 yan1 biao1 shi2 zai4 wang3 ba1 cheng2 le5 bai3 she4 sil|sil 禁 烟 标 识 在 网 吧 成 了 摆 设 sil|23 22 18 20 29 18 19 20 17 10 20 25 23|0.0|3.06 +001755|sil chu3 yu2 leng2 yu3 re4 de5 liang3 ji2 sp1 zhang1 bo2 fei3 le4 zai4 qi2 zhong1 sil|sil 处 于 冷 与 热 的 两 极 sp1 张 博 斐 乐 在 其 中 sil|23 24 26 28 19 17 8 21 28 18 20 15 25 21 14 19 20 22|0.0|4.27 +001756|sil shao4 nv3 wen2 yan2 fei1 chang2 jing1 huang1 sp1 qi2 hou4 yin1 pi2 bei4 sp1 er2 shui4 zai4 ping1 pang1 qiu2 zhuo1 shang4 sil|sil 少 女 闻 言 非 常 惊 慌 sp1 其 后 因 疲 惫 sp1 而 睡 在 乒 乓 球 桌 上 sil|26 23 15 16 21 17 19 17 25 23 20 23 19 23 22 9 11 19 16 19 16 18 17 23 20|0.0|5.54 +001757|sil bi4 xu1 ai4 sp1 ai4 ni3 sheng4 guo4 lin2 zhi4 ling2 sil|sil 必 须 爱 sp1 爱 你 胜 过 林 志 玲 sil|23 16 14 23 17 14 17 18 16 17 12 32 21|0.0|2.79 +001758|sil zhe4 zhao4 xiang4 yao4 deng3 shou2 zhang3 sp1 zai4 nar4 r zhan4 zhe5 sil|sil 这 照 相 要 等 首 长 sp1 在 那 儿 站 着 sil|24 15 21 26 15 14 22 24 10 14 19 0 24 19 21|0.0|3.11 +001759|sil gao1 yuan2 yuan5 kan4 zhi4 wen4 wei4 guo3 sp1 sui2 ji2 shuai2 shou3 li2 kai1 sil|sil 高 圆 圆 看 质 问 未 果 sp1 随 即 甩 手 离 开 sil|23 20 16 22 27 17 15 17 26 13 20 21 21 16 16 30 21|0.0|3.96 +001760|sil zhan1 cang1 ying5 de5 zhi3 fang4 yi4 tian1 hui4 zhan1 man3 cang1 ying5 sp1 er4 huo4 peng2 you5 shuo1 sp1 wei4 shen2 me5 dou1 na4 me5 sha3 sp1 mei2 kan4 dao4 tong2 ban4 dou1 si3 le5 ma5 sil|sil 粘 苍 蝇 的 纸 放 一 天 会 粘 满 苍 蝇 sp1 二 货 朋 友 说 sp1 为 什 么 都 那 么 傻 sp1 没 看 到 同 伴 都 死 了 吗 sil|23 24 24 13 12 25 20 11 23 18 16 19 19 21 35 15 16 16 14 22 30 16 16 11 10 16 10 27 24 10 21 17 19 14 13 22 11 23 21|0.0|8.32 +001761|sil suan4 huai4 xiao4 ye2 xi3 huan5 sil|sil 算 坏 笑 也 喜 欢 sil|26 29 27 24 14 24 27 21|0.0|2.23 +001762|sil xi3 che1 hang2 li3 sp1 wu2 fa1 bing1 zheng4 zuan4 zhe5 gao1 ya1 shui3 qiang1 xi3 che1 sil|sil 洗 车 行 里 sp1 吴 发 兵 正 攥 着 高 压 水 枪 洗 车 sil|25 19 20 20 22 23 11 19 28 19 18 13 15 13 16 20 17 28 22|0.0|4.27 +001763|sil wang2 hai3 jian4 mai3 qiang1 shi1 bai4 hou4 sp1 yang2 mou3 you4 zai4 wang3 shang4 song2 yong3 wang2 hai3 jian4 zhi4 zao4 zha4 yao4 sil|sil 王 海 剑 买 枪 失 败 后 sp1 杨 某 又 在 网 上 怂 恿 王 海 剑 制 造 炸 药 sil|25 15 18 22 17 18 16 19 22 27 17 25 13 13 19 24 21 18 16 16 23 15 14 21 23 20|0.0|5.77 +001764|sil hang2 zhou1 de5 fang2 di4 chan3 ye3 tong2 yang4 re4 nao4 sil|sil 杭 州 的 房 地 产 也 同 样 热 闹 sil|25 23 14 9 18 12 30 14 20 15 17 25 22|0.0|2.83 +001765|sil nv2 zhu3 jue2 ming2 jiao4 dan1 ni1 er3 sp1 liang3 ren2 cong2 gao1 zhong1 shi2 bian4 kai1 shi3 xiang1 ai4 sil|sil 女 主 角 名 叫 丹 妮 尔 sp1 两 人 从 高 中 时 便 开 始 相 爱 sil|25 15 15 21 22 18 16 14 22 25 17 18 19 15 15 25 17 15 12 19 22 20|0.0|4.72 +001766|sil wu3 liu4 liu4 lu4 he2 wu3 liu4 si4 lu4 sp1 ye3 gai2 zou2 duan3 tu2 sp1 zai4 wu3 tai4 zha2 diao4 tou2 sil|sil 五 六 六 路 和 五 六 四 路 sp1 也 改 走 短 途 sp1 在 武 泰 闸 调 头 sil|25 12 16 18 26 20 14 17 18 23 11 11 16 14 19 28 26 21 14 19 16 16 30 22|0.0|5.25 +001767|sil quan2 guo2 hua1 yang4 hua2 bing1 nv3 dan1 guan4 jun1 liu2 yan4 sp1 shi4 jin1 tian1 de5 di4 yi1 bang4 huo3 ju4 shou3 sil|sil 全 国 花 样 滑 冰 女 单 冠 军 刘 艳 sp1 是 今 天 的 第 一 棒 火 炬 手 sil|23 28 18 18 12 18 18 16 16 16 19 20 24 9 17 17 17 13 11 14 18 16 13 25 23|0.0|5.1 +001768|sil ling2 san1 nian2 sp1 liu2 yu4 quan2 xue4 ai2 li2 shi4 sp1 bao3 zhu1 ye2 you3 chu1 xi2 sang1 li3 sil|sil 零 三 年 sp1 刘 玉 权 血 癌 离 世 sp1 宝 珠 也 有 出 席 丧 礼 sil|25 17 19 30 7 15 10 23 19 13 19 23 16 20 28 13 11 17 14 18 24 24|0.0|4.7 +001769|sil peng3 zai4 shou2 li3 sp1 lan4 ye4 zhi2 wang3 xia4 diao4 sil|sil 捧 在 手 里 sp1 烂 叶 直 往 下 掉 sil|23 24 16 22 25 10 19 18 17 18 19 23 21|0.0|2.96 +001770|sil xian4 chang2 yi3 bei4 feng1 suo3 sp1 you2 wu2 jing2 deng3 ba2 shou3 sil|sil 现 场 已 被 封 锁 sp1 由 武 警 等 把 守 sil|26 24 23 12 12 21 27 14 16 20 19 16 21 29 21|0.0|3.49 +001771|sil hou4 mian4 de5 ren2 cui1 sp1 wei4 sp1 mai3 ya5 sp1 dai1 diao4 la5 sil|sil 后 面 的 人 催 sp1 喂 sp1 买 呀 sp1 呆 掉 啦 sil|23 18 19 8 18 29 20 26 14 25 20 8 18 19 24 23|0.0|3.62 +001772|sil suo2 yi3 sp1 wo3 men5 bu2 yong4 zheng3 tian1 wang3 di4 li2 pao3 sp1 you3 shi2 jian1 bang1 er2 zi5 zhang1 luo2 xi2 jiu3 de5 shi4 qing5 sil|sil 所 以 sp1 我 们 不 用 整 天 往 地 里 跑 sp1 有 时 间 帮 儿 子 张 罗 喜 酒 的 事 情 sil|27 22 30 6 10 16 14 18 20 21 18 12 15 30 30 13 17 28 18 19 17 16 16 20 18 9 17 26 20|0.0|6.3 +001773|sil xian4 zai4 wo2 tui3 hai2 duo1 suo5 ne5 sil|sil 现 在 我 腿 还 哆 嗦 呢 sil|25 29 17 13 16 15 17 14 26 20|0.0|2.23 +001774|sil wo3 sui2 ji2 wen4 sp1 zhe4 suan4 shi4 tong2 yang3 xi2 me5 sil|sil 我 随 即 问 sp1 这 算 是 童 养 媳 么 sil|26 12 18 14 23 20 17 19 15 20 14 20 24 19|0.0|3.03 +001775|sil wo3 men5 de5 shi4 jie4 sp1 mei2 you3 wu4 mai2 he2 yin1 tian1 sp1 yong2 yuan3 tian1 lan2 cao3 lv4 sp1 yang2 guang1 wen1 nuan3 sil|sil 我 们 的 世 界 sp1 没 有 雾 霾 和 阴 天 sp1 永 远 天 蓝 草 绿 sp1 阳 光 温 暖 sil|25 11 10 11 20 27 5 17 15 13 18 16 16 25 28 20 22 19 16 23 23 10 18 16 17 32 18|0.0|5.7 +001776|sil wo3 xian4 zai4 chang2 fa4 piao1 piao1 hai2 wei4 ji2 yao1 sil|sil 我 现 在 长 发 飘 飘 还 未 及 腰 sil|25 13 19 19 26 15 18 28 20 16 18 28 22|0.0|3.1 +001777|sil liu2 xing2 xing4 sai1 xian4 yan2 shi4 you2 liu2 xing2 xing4 sai1 xian4 yan2 bing4 du2 yin2 qi3 de5 ji2 xing4 chuan2 ran3 bing4 sil|sil 流 行 性 腮 腺 炎 是 由 流 行 性 腮 腺 炎 病 毒 引 起 的 急 性 传 染 病 sil|24 19 16 17 17 15 26 18 22 16 15 16 14 13 17 20 27 19 19 17 16 18 17 16 25 20|0.0|5.56 +001778|sil yin1 wei4 cheng2 xu4 yuan2 ba4 ba5 hai2 mei2 you3 jiao1 wo3 ya5 sil|sil 因 为 程 序 猿 爸 爸 还 没 有 教 我 呀 sil|25 14 20 24 15 19 18 18 15 13 16 20 15 24 20|0.0|3.2 +001779|sil ta1 shi4 quan2 guo2 qing1 lian2 wei3 yuan2 na5 sp1 shi4 mo2 fan4 ya5 sil|sil 她 是 全 国 青 联 委 员 吶 sp1 是 模 范 呀 sil|23 21 23 25 14 17 16 16 16 19 10 16 22 21 23 19|0.0|3.5 +001780|sil jian3 cheng1 wei2 qi1 jiu3 yao1 ba1 wang3 sp1 zong3 gui1 mo2 yue1 sp1 ba1 dian2 wu3 wan4 gong1 li3 sil|sil 简 称 为 七 九 幺 八 网 sp1 总 规 模 约 sp1 八 点 五 万 公 里 sil|24 21 20 24 22 16 16 18 26 20 20 13 27 20 4 16 18 10 20 15 24 20|0.0|4.81 +001781|sil mou3 nan2 bang3 da4 yao1 yuan2 sp1 nai3 fang1 yuan2 shi2 li3 gong1 ren4 de5 zhuang4 han4 sp1 zai4 jia1 li3 que4 hao2 wu2 di4 wei4 sil|sil 某 男 膀 大 腰 圆 sp1 乃 方 园 十 里 公 认 的 壮 汉 sp1 在 家 里 却 毫 无 地 位 sil|25 16 28 21 15 18 29 5 22 16 14 15 19 18 14 7 20 26 20 16 16 21 20 19 13 18 23 21|0.0|5.98 +001782|sil na4 shua2 xiao3 xing4 zi5 ke2 yi3 ma5 sil|sil 那 耍 小 性 子 可 以 嘛 sil|26 18 18 20 20 11 16 9 24 21|0.0|2.13 +001783|sil zhe4 zhong3 jiang1 chi2 sp1 wu2 yi2 rang4 mian4 fen2 chang3 zui4 wei2 zuo3 you4 wei2 nan2 sil|sil 这 种 僵 持 sp1 无 疑 让 面 粉 厂 最 为 左 右 为 难 sil|24 16 15 21 30 6 12 11 19 17 17 30 21 17 16 14 13 31 22|0.0|4.09 +001784|sil mian4 chao2 huang2 tu3 bei4 chao2 tian1 de5 xin1 suan1 ta1 zao2 you2 gan3 wu4 sil|sil 面 朝 黄 土 背 朝 天 的 辛 酸 他 早 有 感 悟 sil|25 20 22 22 23 14 20 18 9 18 29 19 18 16 20 21 22|0.0|3.9 +001785|sil yi4 pang2 de5 jie3 jie5 di2 fen1 shuo1 sp1 zui4 chu1 sp1 yi3 wei2 shi4 chuan2 xiao1 zhe3 sp1 sa1 huang3 xiang3 pian4 ta1 men5 qu4 sil|sil 一 旁 的 姐 姐 翟 芬 说 sp1 最 初 sp1 以 为 是 传 销 者 sp1 撒 谎 想 骗 她 们 去 sil|26 14 19 8 17 17 16 18 25 29 18 24 4 12 15 14 21 19 19 6 24 25 18 23 11 12 25 21|0.0|5.81 +001786|sil ling4 wai4 yi4 ming2 dui4 yuan2 zhou3 bu4 bei4 dao1 gua1 shang1 sil|sil 另 外 一 名 队 员 肘 部 被 刀 刮 伤 sil|25 14 14 8 17 15 24 23 20 15 14 19 29 21|0.0|3.0 +001787|sil shui4 fa3 gui1 ding4 sp1 fang2 wu1 zeng4 yu3 xu1 jiao1 qi4 shui4 sil|sil 税 法 规 定 sp1 房 屋 赠 与 需 交 契 税 sil|26 23 17 17 18 9 27 12 22 21 22 17 19 23 22|0.0|3.43 +001788|sil wai4 tao2 qi1 jian1 sp1 ceng2 gei3 feng1 du1 xian4 du1 du1 zhen4 yi2 ge4 xing4 zhang1 de5 mu4 jiang4 dang1 guo4 gan1 er2 zi5 sil|sil 外 逃 期 间 sp1 曾 给 丰 都 县 都 督 镇 一 个 姓 张 的 木 匠 当 过 干 儿 子 sil|26 15 17 17 24 7 26 22 19 16 23 16 15 22 15 18 22 18 6 18 27 18 14 17 20 20 21|0.0|5.79 +001789|sil te4 jing2 shou3 chi2 qiao4 gun4 sp1 da3 kai1 fang2 men2 sil|sil 特 警 手 持 撬 棍 sp1 打 开 房 门 sil|24 26 24 23 15 25 19 10 15 19 19 27 23|0.0|3.12 +001790|sil jin1 wan3 dao4 ming2 tian1 shan2 bei3 duo1 yun2 jian4 qing2 sp1 guan1 zhong1 shan3 nan2 yin1 zhuan3 duo1 yun2 sil|sil 今 晚 到 明 天 陕 北 多 云 间 晴 sp1 关 中 陕 南 阴 转 多 云 sil|23 25 19 11 20 30 24 22 16 14 18 31 29 24 21 23 28 18 18 17 27 23|0.0|5.58 +001791|sil xu2 kuang1 di2 zhu3 chi2 bi4 mu4 da4 hui4 sil|sil 徐 匡 迪 主 持 闭 幕 大 会 sil|25 22 24 29 16 22 12 14 18 27 21|0.0|2.67 +001792|sil jia1 li3 de5 zhu3 yao4 jing1 ji4 lai2 yuan2 kao4 ba4 ba5 yang3 sheng1 kou5 zhong4 di4 sp1 kan3 chai2 shao1 tan4 sil|sil 家 里 的 主 要 经 济 来 源 靠 爸 爸 养 牲 口 种 地 sp1 砍 柴 烧 炭 sil|23 22 17 16 13 16 14 10 17 28 22 19 17 22 23 30 24 23 15 25 27 22 29 20|0.0|5.74 +001793|sil ru2 guo2 xiang3 yong4 zhe4 ge5 ying2 xiang2 wo3 sp1 bie2 che3 le5 sil|sil 如 果 想 用 这 个 影 响 我 sp1 别 扯 了 sil|24 15 17 19 14 13 12 16 20 22 9 22 21 21 22|0.0|3.1 +001794|sil wo3 men5 bei4 gan3 chi2 ru3 sp1 dan4 ye3 wu2 neng2 wei2 li4 sil|sil 我 们 倍 感 耻 辱 sp1 但 也 无 能 为 力 sil|25 11 25 18 18 23 24 5 18 19 14 17 16 21 22|0.0|3.21 +001795|sil liao2 tian1 zhi3 yu2 he1 he1 a5 xiong1 di4 sil|sil 聊 天 止 于 呵 呵 啊 兄 弟 sil|25 22 27 20 14 21 21 19 24 23 21|0.0|2.75 +001796|sil zhe4 xie1 zhang4 peng5 shi4 shui2 yun4 lai2 de5 sil|sil 这 些 帐 篷 是 谁 运 来 的 sil|24 20 15 20 22 16 21 16 21 18 21|0.0|2.48 +001797|sil ben3 ci4 di4 zhen4 shu2 qian3 yuan2 xing4 qiang2 zhen4 sp1 mu4 qian2 shang1 wang2 bu4 xiang2 sil|sil 本 次 地 震 属 浅 源 性 强 震 sp1 目 前 伤 亡 不 详 sil|22 17 17 14 22 23 23 16 17 24 18 29 14 27 21 17 13 34 20|0.0|4.51 +001798|sil ying2 pan2 lu4 xiang1 jiang1 sui4 dao4 si4 tiao2 za1 dao4 sp1 zong3 chang2 sp1 er4 dian3 liu4 wu2 jiu3 gong1 li3 sil|sil 营 盘 路 湘 江 隧 道 四 条 匝 道 sp1 总 长 sp1 二 点 六 五 九 公 里 sil|25 19 21 16 18 16 18 23 19 21 17 21 14 19 28 6 17 15 19 14 19 18 23 21|0.0|5.19 +001799|sil wo3 men5 jiu4 shuo1 ga2 ga3 sp1 yi4 fang1 yi4 shuo1 sil|sil 我 们 就 说 尕 尕 sp1 一 方 一 说 sil|25 10 14 16 19 23 29 11 14 18 15 28 23|0.0|2.84 +001800|sil dang1 ran2 ye2 you3 ren2 ren4 wei2 sp1 ge1 qu2 you3 di1 su2 zhi1 xian2 sil|sil 当 然 也 有 人 认 为 sp1 歌 曲 有 低 俗 之 嫌 sil|23 17 20 14 14 16 14 25 10 18 24 22 16 18 14 34 21|0.0|3.71 +001801|sil wei4 du3 ku1 long5 sp1 ta1 you4 da2 qi3 zuan1 qi2 ta1 yin2 hang2 xin4 dai4 lou4 dong4 de5 kong4 zi5 sil|sil 为 堵 窟 窿 sp1 他 又 打 起 钻 其 他 银 行 信 贷 漏 洞 的 空 子 sil|25 15 14 20 21 18 18 11 16 29 26 18 17 15 16 17 10 18 11 8 25 22 21|0.0|4.77 +001802|sil ci3 wai4 sp1 zhe4 tou2 da4 xiang4 de5 yan3 jing5 sp1 hai2 yin1 yi2 ge4 nan2 hai2 yong4 gun4 bang4 meng3 chuo1 sp1 er2 shou4 zhong4 shang1 sil|sil 此 外 sp1 这 头 大 象 的 眼 睛 sp1 还 因 一 个 男 孩 用 棍 棒 猛 戳 sp1 而 受 重 伤 sil|23 20 23 15 17 17 15 12 8 18 22 10 18 16 10 10 20 29 23 21 16 18 27 4 13 18 16 27 20|0.0|5.88 +001803|sil dong3 jie2 shan3 liang4 xing1 xing5 qun2 jin4 xian3 gui4 qi4 sp1 bei4 fen3 si1 wei2 pai1 sil|sil 董 洁 闪 亮 星 星 裙 尽 显 贵 气 sp1 被 粉 丝 围 拍 sil|23 20 24 21 17 17 17 29 21 19 19 24 8 16 17 15 17 28 22|0.0|4.34 +001804|sil ben3 bao4 xun4 sp1 du4 jue2 er4 shou3 fang2 jiao1 yi4 yin1 yang2 he2 tong5 sp1 zhe4 hui2 yao4 dong4 zhen1 ger2 r de5 le5 sil|sil 本 报 讯 sp1 杜 绝 二 手 房 交 易 阴 阳 合 同 sp1 这 回 要 动 真 格 儿 的 了 sil|22 17 17 24 27 17 23 14 16 16 17 23 14 19 19 24 28 19 28 19 18 16 23 0 9 17 22|0.0|5.9 +001805|sil zhi3 yao4 you3 cuo4 neng2 gai3 jiu4 shi4 hao3 yang4 de5 sil|sil 只 要 有 错 能 改 就 是 好 样 的 sil|24 18 23 21 19 20 25 15 12 18 22 19 21|0.0|2.98 +001806|sil ban4 niang2 li3 fu2 sp1 yu2 mou3 zhu4 ming2 pin3 pai2 zhao1 pai2 li3 fu2 qun2 fei1 chang2 xiang1 si4 sil|sil 伴 娘 礼 服 sp1 与 某 著 名 品 牌 招 牌 礼 服 裙 非 常 相 似 sil|23 16 18 17 28 10 13 22 11 19 20 26 18 16 16 12 26 14 20 18 21 23|0.0|4.72 +001807|sil er4 yue4 ding1 mao3 zang4 gao1 ling2 sil|sil 二 月 丁 卯 葬 高 陵 sil|25 18 18 14 32 24 19 30 22|0.0|2.34 +001808|sil en4 sp1 ba1 gua4 xin1 wen2 zong3 shi4 hen3 duo1 sil|sil 嗯 sp1 八 卦 新 闻 总 是 很 多 sil|25 26 17 17 16 18 20 16 13 17 25 23|0.0|2.7 +001809|sil xing1 xing5 ting1 le5 xiang4 wo3 zha2 yan3 sil|sil 星 星 听 了 向 我 眨 眼 sil|26 23 20 19 21 18 15 22 31 18|0.0|2.47 +001810|sil ta1 yong4 chu1 chi1 nai3 de5 li4 qi4 xiang3 sp1 dan4 xiang3 zhe4 ge5 dong1 xi5 sp1 shi4 jia1 er4 shi2 fen1 man2 li4 sp1 ye3 wu2 ji4 yu2 shi4 de5 sil|sil 他 用 出 吃 奶 的 力 气 想 sp1 但 想 这 个 东 西 sp1 是 加 二 十 分 蛮 力 sp1 也 无 济 于 事 的 sil|23 20 18 21 20 18 5 17 16 30 27 18 24 11 10 17 22 15 17 18 13 12 15 21 19 7 14 14 15 15 21 19 21|0.0|6.65 +001811|sil jun1 fang1 ye2 you3 bu4 shao3 nei4 hong4 sil|sil 军 方 也 有 不 少 内 讧 sil|23 26 30 13 16 15 15 23 23 23|0.0|2.4 +001812|sil zuo4 di4 tie3 gang1 xia4 sp1 yi4 zhi1 jing2 quan3 sp1 wang1 wang1 jiao4 zhe5 chong4 wo3 pu1 guo4 lai5 sp1 jin2 jin2 yao3 zhu4 wo3 de5 bao1 sil|sil 坐 地 铁 刚 下 sp1 一 只 警 犬 sp1 汪 汪 叫 着 冲 我 扑 过 来 sp1 紧 紧 咬 住 我 的 包 sil|25 17 13 19 19 27 21 9 14 21 27 6 17 19 21 14 19 12 19 12 22 20 19 18 18 14 14 12 25 22|0.0|6.21 +001813|sil wo3 guo2 de5 bing1 xue3 yun4 dong4 qi3 bu4 wan3 shui2 zhun3 di1 sil|sil 我 国 的 冰 雪 运 动 起 步 晚 水 准 低 sil|25 16 17 15 18 18 17 19 22 17 28 21 19 24 22|0.0|3.46 +001814|sil cong2 lv3 li4 biao3 kan4 sp1 dong2 yong3 an1 de5 jin4 sheng1 zhi1 lu4 shun4 chang4 sil|sil 从 履 历 表 看 sp1 董 永 安 的 晋 升 之 路 顺 畅 sil|24 28 16 14 22 27 17 17 15 16 10 16 17 14 18 22 26 20|0.0|3.94 +001815|sil yong1 dun3 men5 de5 yi2 wei4 zhui1 peng3 sp1 shi3 ta1 geng4 jia1 wang4 hu1 suo2 yi3 sp1 yue4 fa1 jiao1 heng4 le5 sil|sil 拥 趸 们 的 一 味 追 捧 sp1 使 他 更 加 忘 乎 所 以 sp1 越 发 骄 横 了 sil|25 19 16 15 16 14 14 17 32 5 18 24 19 16 16 13 19 17 11 15 18 18 23 18 22|0.0|5.11 +001816|sil jin4 shan2 meng3 ning2 hei1 san1 jiao3 sp1 xiang1 qian2 yu2 meng3 san1 jiao2 deng3 di4 de5 huan2 jing4 zhi4 liang4 sp1 de2 dao4 gai3 shan4 sil|sil 晋 陕 蒙 宁 黑 三 角 sp1 湘 黔 渝 锰 三 角 等 地 的 环 境 质 量 sp1 得 到 改 善 sil|23 23 21 15 23 20 20 26 19 24 21 17 23 19 18 16 12 8 17 15 14 21 5 14 14 18 25 21|0.0|5.94 +001817|sil da4 chu2 wang3 sp1 yi3 ji2 xin1 en1 shi1 lun4 tan2 shang4 sp1 dui4 ci3 jian4 yi4 de5 ping2 lun4 bu2 duan4 sil|sil 大 楚 网 sp1 以 及 新 恩 施 论 坛 上 sp1 对 此 建 议 的 评 论 不 断 sil|23 19 20 27 7 13 20 22 14 14 18 20 23 25 15 18 16 12 8 16 18 13 23 19|0.0|4.91 +001818|sil mei3 tian1 lian2 zhou2 zhuan4 shi4 de5 sp1 bi3 da4 ren5 hai2 lei4 sil|sil 每 天 连 轴 转 似 的 sp1 比 大 人 还 累 sil|25 17 23 19 14 20 18 15 11 16 20 18 13 22 22|0.0|3.17 +001819|sil zhe4 ge4 yue4 yao4 yang3 huo2 zi4 ji3 you2 dian3 nan2 sil|sil 这 个 月 要 养 活 自 己 有 点 难 sil|24 18 13 22 17 19 17 15 14 16 16 30 20|0.0|2.8 +001820|sil chan3 ye4 zhuan3 yi2 sp1 shi4 bu2 shi4 ba3 wu1 ran3 ye2 zhuan3 yi2 le5 sil|sil 产 业 转 移 sp1 是 不 是 把 污 染 也 转 移 了 sil|23 23 15 21 23 4 20 8 20 19 18 22 15 19 15 17 21|0.0|3.52 +001821|sil ren4 lian2 jun1 wen4 zhang1 yan4 hui1 shi4 fou2 you2 fan3 ying4 cai2 liao4 sp1 zhang1 yan4 hui1 shuo1 mei2 you3 sil|sil 任 连 军 问 张 艳 辉 是 否 有 反 映 材 料 sp1 张 艳 辉 说 没 有 sil|24 18 18 31 18 17 17 23 19 15 14 18 14 21 22 24 19 13 17 17 25 29 19|0.0|5.25 +001822|sil ru2 jin1 pei1 tai1 gan4 xi4 bao1 yan2 jiu1 qu3 de2 le5 tu1 po4 xing4 jin4 zhan3 sil|sil 如 今 胚 胎 干 细 胞 研 究 取 得 了 突 破 性 进 展 sil|25 18 31 18 16 17 15 12 15 21 22 11 13 19 16 16 16 24 21|0.0|4.02 +001823|sil zhua1 fa1 zhan3 you3 zheng4 ji4 sp1 zhua1 gai3 ge2 que4 rong2 yi4 de2 zui4 ren2 sp1 he2 ku3 lai2 ne5 sil|sil 抓 发 展 有 政 绩 sp1 抓 改 革 却 容 易 得 罪 人 sp1 何 苦 来 呢 sil|22 24 20 27 16 20 22 10 20 16 25 17 15 10 13 17 24 10 22 18 17 21 20|0.0|4.95 +001824|sil ben3 gong1 cheng2 hong2 guan1 zou3 xiang4 sp1 yu3 zhong1 mian2 guan3 dao4 yi2 zhi4 sil|sil 本 工 程 宏 观 走 向 sp1 与 中 缅 管 道 一 致 sil|23 18 17 27 21 15 17 24 7 17 15 18 16 14 17 24 20|0.0|3.6 +001825|sil bi3 ru2 xin1 niang2 yin1 jia4 zhuang5 bu4 zu2 sp1 er2 bei4 po2 jia1 ren2 da2 si3 shao1 si3 sil|sil 比 如 新 娘 因 嫁 妆 不 足 sp1 而 被 婆 家 人 打 死 烧 死 sil|23 18 29 25 24 20 19 17 14 24 9 15 15 21 17 23 23 25 24 28 18|0.0|5.0 +001826|sil li3 zhong1 duo3 gei3 gong1 gong5 wei4 fan4 sil|sil 李 中 朵 给 公 公 喂 饭 sil|26 14 20 27 15 17 13 16 28 22|0.0|2.3 +001827|sil gong2 bei3 sui4 dao4 wan2 quan2 chu3 yu2 zhu1 hai3 de5 fan2 hua2 cheng2 qu1 sp1 jin3 kao4 ao4 men2 sil|sil 拱 北 隧 道 完 全 处 于 珠 海 的 繁 华 城 区 sp1 紧 靠 澳 门 sil|23 22 15 19 20 21 17 18 14 16 16 10 18 17 23 24 9 22 18 15 29 23|0.0|4.75 +001828|sil pei2 shen3 tuan2 jin2 jin3 que4 ren4 le5 kai3 xi1 sp1 you3 xiang4 diao4 cha2 ren2 yuan2 sa1 huang2 deng3 si4 xiang4 qing1 zui4 sil|sil 陪 审 团 仅 仅 确 认 了 凯 西 sp1 有 向 调 查 人 员 撒 谎 等 四 项 轻 罪 sil|22 21 19 30 19 14 20 18 15 28 28 6 16 22 14 16 11 17 21 26 17 16 15 21 20 24|0.0|5.76 +001829|sil xu1 bu4 xu1 yao4 wo3 zhuan4 qian2 yang2 ni3 ya5 sil|sil 需 不 需 要 我 赚 钱 养 你 呀 sil|26 21 11 15 18 19 18 16 14 17 25 20|0.0|2.56 +001830|sil ri4 qian2 sp1 li4 xin1 xian4 wang4 tuan3 zhen4 nong2 min2 zai4 jiao1 guan4 mai4 tian2 sil|sil 日 前 sp1 利 辛 县 望 疃 镇 农 民 在 浇 灌 麦 田 sil|25 14 32 18 16 18 24 21 18 14 14 26 20 16 16 19 33 21|0.0|4.24 +001831|sil er2 jie2 guo3 yu2 wo3 men5 de5 kan4 fa3 yi2 zhi4 sil|sil 而 结 果 与 我 们 的 看 法 一 致 sil|25 18 24 29 18 14 13 11 21 19 15 22 23|0.0|2.93 +001832|sil yi1 shen3 xuan1 pan4 hou4 sp1 shang4 you3 qin4 ti2 chu1 shang4 su4 sil|sil 一 审 宣 判 后 sp1 尚 友 沁 提 出 上 诉 sil|25 15 19 18 18 24 7 21 15 26 17 16 19 20 23|0.0|3.29 +001833|sil zhe4 ye2 gei3 mao4 ling2 yong3 ling2 sp1 deng3 wei4 kai1 fang4 de5 di4 wang2 ling2 qin3 sp1 zeng1 tian1 le5 geng4 duo1 shen2 mi4 se4 cai3 sil|sil 这 也 给 茂 陵 永 陵 sp1 等 未 开 放 的 帝 王 陵 寝 sp1 增 添 了 更 多 神 秘 色 彩 sil|24 17 14 20 29 28 24 32 4 18 14 19 21 14 14 16 18 28 6 23 16 15 21 16 18 15 17 30 20|0.0|6.4 +001834|sil liang3 ren2 yi4 zuo3 yi2 you4 hen3 shi4 qin1 mi4 sil|sil 两 人 一 左 一 右 很 是 亲 密 sil|26 20 24 17 18 16 23 25 16 20 24 21|0.0|2.9 +001835|sil qu4 hai3 bian1 zou2 zou3 chui1 chui5 hai3 feng1 sil|sil 去 海 边 走 走 吹 吹 海 风 sil|24 23 18 17 21 27 18 14 21 25 21|0.0|2.66 +001836|sil zhi3 yao4 gou3 yi2 jiao4 sp1 geng3 su4 lin2 jiu4 dei2 qi3 lai2 chou2 chou3 sp1 kan4 shi4 bu2 shi4 lai2 le5 wai4 ren2 sil|sil 只 要 狗 一 叫 sp1 耿 素 林 就 得 起 来 瞅 瞅 sp1 看 是 不 是 来 了 外 人 sil|24 16 20 23 11 26 13 19 16 22 16 10 13 14 23 23 20 25 16 6 11 15 13 20 26 16|0.0|5.31 +001837|sil ru2 yi4 de5 wai4 po2 shuo1 sp1 ta1 chan2 de5 huang1 de5 shi2 hou5 sp1 jiu4 yong4 she2 tou5 zai4 shi2 wu4 shang4 tian2 liang3 xia4 sil|sil 如 意 的 外 婆 说 sp1 她 馋 得 慌 的 时 候 sp1 就 用 舌 头 在 食 物 上 舔 两 下 sil|22 19 12 10 17 19 22 21 17 26 8 20 9 14 22 11 15 14 20 23 15 16 13 17 21 20 24 21|0.0|5.67 +001838|sil e2 luo2 si1 guan1 yuan2 xiang1 xin4 sp1 bo1 jie2 ye1 fu1 sp1 xian4 cang2 ni4 zai4 mei3 guo2 mou3 chu4 sil|sil 俄 罗 斯 官 员 相 信 sp1 波 捷 耶 夫 sp1 现 藏 匿 在 美 国 某 处 sil|24 13 13 17 17 14 18 21 28 14 14 16 21 6 25 20 14 15 19 13 19 25 22|0.0|4.74 +001839|sil kuan1 chang3 ming2 liang4 de5 you2 yong2 guan3 nei4 jing3 sil|sil 宽 敞 明 亮 的 游 泳 馆 内 景 sil|23 26 23 17 22 12 13 14 18 17 27 16|0.0|2.65 +001840|sil yin1 yu3 tian1 sp1 wei4 le5 bu2 lan4 qie2 zi5 hai2 dei3 duo1 da3 yao4 sp1 da3 yi2 bian4 zhi4 shao2 dei2 bai3 shi2 kuai4 qian2 sil|sil 阴 雨 天 sp1 为 了 不 烂 茄 子 还 得 多 打 药 sp1 打 一 遍 至 少 得 百 十 块 钱 sil|26 20 13 28 6 12 11 10 18 24 19 21 13 16 18 22 27 17 11 23 13 16 14 19 17 20 29 22|0.0|5.86 +001841|sil you3 cun1 min2 cheng1 sp1 zhang1 xiao2 wei2 hen3 xiao4 shun4 sp1 chu1 yu4 hou4 sp1 yu2 mu3 qin1 yi4 qi3 ju1 zhu4 sil|sil 有 村 民 称 sp1 张 小 伟 很 孝 顺 sp1 出 狱 后 sp1 与 母 亲 一 起 居 住 sil|24 19 20 17 29 12 19 20 19 19 23 22 27 19 15 23 8 10 21 24 13 15 17 24 18|0.0|5.54 +001842|sil ju4 liao2 jie3 sp1 hai2 gou3 ye3 cheng1 hai3 xiong2 sp1 wa4 na4 shou4 sil|sil 据 了 解 sp1 海 狗 也 称 海 熊 sp1 腽 肭 兽 sil|24 14 19 29 28 22 26 16 25 25 34 13 16 19 25 21|0.0|4.13 +001843|sil zhi3 neng2 yao2 yao3 ya2 jian1 chi2 sil|sil 只 能 咬 咬 牙 坚 持 sil|22 19 27 17 15 17 23 30 23|0.0|2.24 +001844|sil wo2 you3 sp1 wo2 you3 zhe4 song2 yang4 sil|sil 我 有 sp1 我 有 这 怂 样 sil|26 15 30 16 13 15 13 22 22 22|0.0|2.25 +001845|sil hao2 qiao3 sp1 ou2 ye3 shi1 mian2 sil|sil 好 巧 sp1 偶 也 失 眠 sil|24 21 33 12 16 15 15 33 22|0.0|2.22 +001846|sil zhe4 bu4 yin1 wei4 gong1 shang1 ma5 sp1 shang4 ban1 mang2 hu2 luan4 chi1 zao3 fan4 sp1 jia1 ban1 ao2 ye4 jiu3 zuo4 bu2 yun4 dong4 sil|sil 这 不 因 为 工 伤 吗 sp1 上 班 忙 胡 乱 吃 早 饭 sp1 加 班 熬 夜 久 坐 不 运 动 sil|24 17 11 13 11 17 18 26 28 23 15 28 19 17 16 17 22 14 20 16 18 23 25 19 12 20 26 18|0.0|6.19 +001847|sil gu2 mou3 yao2 yao2 huang4 huang4 dao3 di4 sil|sil 谷 某 摇 摇 晃 晃 倒 地 sil|23 18 28 22 16 17 20 16 24 22|0.0|2.39 +001848|sil ju4 fu4 yang2 xin1 wen2 wang3 bao4 dao4 sp1 jie4 qian2 shi2 hua1 yan2 qiao2 yu3 sp1 lai4 zhai4 shi2 hua1 zhao1 yong4 jin4 sil|sil 据 阜 阳 新 闻 网 报 道 sp1 借 钱 时 花 言 巧 语 sp1 赖 债 时 花 招 用 尽 sil|23 26 23 19 16 13 19 19 19 27 21 22 20 19 15 23 21 22 19 20 26 28 16 19 23 20|0.0|6.25 +001849|sil a1 tang1 sao3 xiu1 xian2 da3 ban4 du2 zi4 gou4 wu4 sil|sil 阿 汤 嫂 休 闲 打 扮 独 自 购 物 sil|25 14 24 27 19 20 19 24 16 18 19 25 21|0.0|3.15 +001850|sil chun1 feng1 you4 de2 yi4 sp1 zhang3 zhong1 wo4 qian2 kun1 sp1 huo1 chu1 wo3 yi2 ge4 sp1 zao4 fu2 yi4 qun2 ren2 sil|sil 春 风 又 得 意 sp1 掌 中 握 乾 坤 sp1 豁 出 我 一 个 sp1 造 福 一 群 人 sil|22 26 28 19 16 24 17 25 27 21 23 27 27 21 23 17 16 25 10 26 23 15 23 27 22|0.0|6.39 +001851|sil sha3 bi1 shuo1 sp1 cao1 ni2 ma3 de5 sp1 ni3 dao4 shi4 gei2 lao3 zi5 po4 po4 a5 sil|sil 傻 逼 说 sp1 操 泥 马 的 sp1 你 到 是 给 老 子 破 破 啊 sil|25 25 16 30 5 25 13 22 17 24 12 16 14 11 19 15 23 22 18 22|0.0|4.34 +001852|sil yu3 xiang2 de5 chuang2 wei4 sp1 zai4 er4 hao4 qin3 shi4 kao4 men2 na4 pu4 sil|sil 雨 翔 的 床 位 sp1 在 二 号 寝 室 靠 门 那 铺 sil|26 15 20 8 22 22 5 22 15 17 20 18 19 18 18 23 23|0.0|3.61 +001853|sil wang2 yu4 shan1 sp1 bu2 guo4 shi4 yi1 ke4 zhao1 meng2 zhi4 sha1 gong1 chen2 zhong1 de5 yi4 ming2 sil|sil 王 玉 珊 sp1 不 过 是 伊 克 昭 盟 治 沙 功 臣 中 的 一 名 sil|25 16 15 28 5 14 15 24 13 15 15 22 16 18 19 17 14 9 12 32 21|0.0|4.24 +001854|sil ju4 ta1 miao2 shu4 sp1 dang1 shi2 hun2 shen1 tan1 ruan3 sp1 duo1 duo5 suo1 suo1 sp1 hai4 pa4 shen4 zhi4 ya1 guo5 fen4 nu4 sil|sil 据 他 描 述 sp1 当 时 浑 身 瘫 软 sp1 哆 哆 嗦 嗦 sp1 害 怕 甚 至 压 过 愤 怒 sil|22 19 16 21 21 18 19 24 20 17 21 25 8 18 11 16 23 23 22 26 23 14 19 14 21 21 20|0.0|6.06 +001855|sil shi2 wei2 feng4 xuan1 sp1 dan1 jue2 xin1 li4 sil|sil 寔 维 奉 宣 sp1 殚 厥 心 力 sil|25 29 19 20 31 8 21 19 21 23 22|0.0|2.76 +001856|sil xiao1 liang4 chi1 jin3 sp1 gan3 yu2 en4 xia4 lian2 zhang3 san1 nian2 de5 shi4 tou2 sp1 su1 ning2 zi4 you2 suo3 yi1 sil|sil 销 量 吃 紧 sp1 敢 于 摁 下 连 涨 三 年 的 势 头 sp1 苏 宁 自 有 所 依 sil|26 24 17 22 33 3 18 12 18 26 24 19 17 16 8 17 25 28 20 26 19 15 20 25 21|0.0|5.79 +001857|sil cao2 xiao2 jie3 fa1 xian4 sp1 zhe4 kuan3 lian2 ku4 wa4 sp1 yu3 ping2 chang2 de5 si1 wa4 xiang1 bi3 jiao4 ying4 sp1 hen3 nan2 chuan1 jin4 sil|sil 曹 小 姐 发 现 sp1 这 款 连 裤 袜 sp1 与 平 常 的 丝 袜 相 比 较 硬 sp1 很 难 穿 进 sil|23 26 17 12 19 22 24 17 18 21 18 22 13 14 23 18 8 14 17 20 18 20 23 15 17 19 21 22 20|0.0|6.28 +001858|sil jiu4 yuan2 ren2 yuan2 jiang1 hun1 mi2 de5 lv2 you3 yun4 song4 xia4 shan1 sil|sil 救 援 人 员 将 昏 迷 的 驴 友 运 送 下 山 sil|24 20 14 15 28 22 20 13 8 18 23 19 16 19 25 23|0.0|3.56 +001859|sil jing1 chang2 tiao1 bian3 dan4 de5 ren2 sp1 suo2 gu3 wei4 zhi4 hui4 you3 ming2 xian3 de5 mo2 sun3 sil|sil 经 常 挑 扁 担 的 人 sp1 锁 骨 位 置 会 有 明 显 的 磨 损 sil|23 23 24 23 18 18 10 23 16 23 13 17 21 19 9 21 16 6 19 32 16|0.0|4.53 +001860|sil di4 er4 zhuo1 de5 yi4 ti2 shi4 du2 hong2 lou2 meng4 de5 ren4 shi5 yu3 gan2 xiang3 sil|sil 第 二 桌 的 议 题 是 读 红 楼 梦 的 认 识 与 感 想 sil|24 11 17 15 7 16 26 17 18 18 14 20 9 20 16 14 22 31 21|0.0|3.9 +001861|sil you2 yu2 zao1 yu4 luan4 liu2 sp1 fei1 ji1 fa1 sheng1 jiao4 da4 dian1 bo3 sp1 feng2 yu4 gan3 jue2 xia4 shen1 yi2 zhen4 liang2 yi4 sil|sil 由 于 遭 遇 乱 流 sp1 飞 机 发 生 较 大 颠 簸 sp1 冯 玉 感 觉 下 身 一 阵 凉 意 sil|25 17 16 18 9 19 27 10 22 17 19 22 18 15 20 24 34 22 25 18 13 20 22 17 15 23 18 23|0.0|6.36 +001862|sil zhi3 hui1 yuan2 xun4 su4 lian2 xi4 wa1 jue2 ji1 sp1 ban1 yi2 guo4 huo3 mian2 hua1 bao1 sil|sil 指 挥 员 迅 速 联 系 挖 掘 机 sp1 搬 移 过 火 棉 花 包 sil|22 18 21 21 22 11 18 14 18 13 20 11 19 20 22 19 19 17 26 20|0.0|4.31 +001863|sil ran2 er2 sp1 zai4 xiong1 e4 jiao3 hua2 de5 chai2 lang2 sp1 ye3 tao2 tuo1 bu4 liao3 lie4 ren2 qiang1 kou3 sil|sil 然 而 sp1 再 凶 恶 狡 猾 的 豺 狼 sp1 也 逃 脱 不 了 猎 人 枪 口 sil|23 20 26 17 22 21 15 18 16 8 21 26 8 14 18 15 13 17 18 15 24 29 20|0.0|4.92 +001864|sil li4 ta3 hong2 hui2 dao4 ying1 ji2 sha1 hou4 sp1 ning2 bo1 de5 nang2 bing3 tan1 sp1 you2 di4 di5 tuo1 he2 ti2 jie1 guan3 sil|sil 力 塔 洪 回 到 英 吉 沙 后 sp1 宁 波 的 馕 饼 摊 sp1 由 弟 弟 托 合 提 接 管 sil|25 15 20 25 17 15 15 12 22 21 30 15 18 13 21 16 28 5 20 15 15 21 15 20 17 26 18|0.0|5.8 +001865|sil zhi3 yao4 bu4 jiang2 jia3 hua4 sp1 bu2 zao4 wei2 shi3 jiu4 shi4 bing2 bi3 sil|sil 只 要 不 讲 假 话 sp1 不 造 伪 史 就 是 秉 笔 sil|23 18 22 13 18 22 24 4 14 17 20 32 18 15 22 26 11|0.0|3.7 +001866|sil shi2 yuan2 qing1 mei3 fan3 dui4 zi4 wei4 dui4 sp1 zai4 hai3 wai4 shi3 yong4 wu3 qi4 sil|sil 辻 元 清 美 反 对 自 卫 队 sp1 在 海 外 使 用 武 器 sil|25 22 18 19 27 23 16 12 14 21 11 19 22 21 16 18 12 25 22|0.0|4.22 +001867|sil en4 shuo1 sp1 ke3 shi4 zhong3 me5 shuo1 sil|sil 嗯 说 sp1 可 是 肿 么 说 sil|26 20 27 4 20 16 19 14 29 23|0.0|2.3 +001868|sil o4 sp1 hao3 xiang4 shi4 dai4 wang4 shu1 huo4 liu3 ya4 zi2 xie3 de5 sp1 xie3 de5 zen3 me5 yang4 sil|sil 哦 sp1 好 像 是 戴 望 舒 或 柳 亚 子 写 的 sp1 写 得 怎 么 样 sil|25 29 7 17 19 21 16 17 25 18 22 20 16 19 18 15 16 10 13 9 23 22|0.0|4.61 +001869|sil bei4 hai4 ren2 nei4 zang4 pi2 rou4 deng3 sp1 diu1 qi4 zai4 huang2 wu4 jiang1 jia1 tuan3 fu4 jin4 de5 he2 gou1 li3 sil|sil 被 害 人 内 脏 皮 肉 等 sp1 丢 弃 在 黄 务 姜 家 疃 附 近 的 河 沟 里 sil|23 18 17 21 24 22 21 19 23 17 17 19 23 22 16 16 15 31 17 14 9 18 21 22 16|0.0|5.59 +001870|sil wei2 yan4 jin4 shui3 sp1 jiang1 ying2 xiang3 sp1 yi3 shi4 qia1 zhe5 fen1 miao3 ji4 suan4 de5 gong1 qi1 sil|sil 围 堰 进 水 sp1 将 影 响 sp1 已 是 掐 着 分 秒 计 算 的 工 期 sil|24 17 19 17 27 14 20 17 29 5 11 18 21 10 17 19 15 15 8 18 29 20|0.0|4.53 +001871|sil jin1 song1 qun2 de5 zuo4 pin3 sp1 yu2 sp1 jing4 ping2 sp1 pi2 pa5 sil|sil 金 松 群 的 作 品 sp1 鱼 sp1 静 瓶 sp1 琵 琶 sil|23 22 19 20 9 17 31 20 30 11 25 32 19 23 27 20|0.0|4.04 +001872|sil chi1 sheng1 ni2 qiu5 sp1 gu4 yuan2 gao1 sp1 mei3 tian1 xue2 wei4 zhu4 she4 fu4 fang1 dang1 gui1 zhu4 she4 ye4 sil|sil 吃 生 泥 鳅 sp1 固 元 膏 sp1 每 天 穴 位 注 射 复 方 当 归 注 射 液 sil|23 27 19 22 25 12 16 18 20 30 13 23 18 14 16 23 22 19 19 15 13 15 24 19|0.0|5.4 +001873|sil wo3 lun1 zhe5 tie3 chui2 xiang4 che1 chuang1 za2 qu4 sp1 za2 lan4 yi2 ge4 sp1 zai4 za2 xia4 yi2 ge4 sil|sil 我 抡 着 铁 锤 向 车 窗 砸 去 sp1 砸 烂 一 个 sp1 再 砸 下 一 个 sil|26 13 23 14 18 25 20 15 19 19 24 30 16 20 14 20 5 18 20 23 13 20 22|0.0|5.07 +001874|sil zhang1 mu3 sui1 mei2 you3 lan2 nv3 tiao4 lou2 sp1 dan4 fan2 suo3 da4 men2 yu2 jing3 dui4 zhi4 sil|sil 张 母 虽 没 有 揽 女 跳 楼 sp1 但 反 锁 大 门 与 警 对 峙 sil|24 22 25 22 17 12 19 15 19 25 19 21 19 17 14 27 19 18 17 24 21|0.0|4.83 +001875|sil zhong4 suo3 zhou1 zhi1 sp1 he2 tun2 yu2 wei4 dao5 xian1 mei3 sp1 dan4 han2 you3 ju4 du2 sil|sil 众 所 周 知 sp1 河 豚 鱼 味 道 鲜 美 sp1 但 含 有 剧 毒 sil|23 22 16 17 22 12 21 24 15 16 13 21 23 9 18 17 15 19 27 22|0.0|4.32 +001876|sil ta1 tan3 yan2 sp1 zi4 ji2 you3 gen1 dui4 fang1 xue2 sp1 bian4 jie4 zhi5 sil|sil 他 坦 言 sp1 自 己 有 跟 对 方 学 sp1 变 戒 指 sil|23 17 22 27 4 16 10 15 13 15 17 24 4 19 22 21 21|0.0|3.37 +001877|sil jing2 zhang3 cui1 suo2 er3 gao4 su4 dang1 di4 mei2 ti3 sp1 ci3 xie2 de5 chi3 cun4 shi4 nan2 xie2 shi2 hao4 sil|sil 警 长 崔 索 尔 告 诉 当 地 媒 体 sp1 此 鞋 的 尺 寸 是 男 鞋 十 号 sil|23 25 23 21 14 21 16 12 14 9 19 29 27 21 13 9 19 26 20 19 16 20 24 20|0.0|5.34 +001878|sil ta1 yi3 wei2 hai2 zi5 e4 le5 sp1 jiu4 chong1 nai2 fen3 gei3 ta1 he1 sp1 xiao3 dong1 he1 wan2 hou4 reng2 ran2 ku1 nao4 sil|sil 她 以 为 孩 子 饿 了 sp1 就 冲 奶 粉 给 他 喝 sp1 小 东 喝 完 后 仍 然 哭 闹 sil|23 22 10 21 20 11 21 18 19 15 19 19 18 10 16 25 39 23 15 14 16 23 21 17 17 23 21|0.0|5.99 +001879|sil zai4 zhe4 li3 sp1 yi4 cai3 liu2 guang1 sp1 cui3 can4 wu2 bi3 sil|sil 在 这 里 sp1 溢 彩 流 光 sp1 璀 璨 无 比 sil|25 17 17 24 14 18 19 20 23 4 23 18 18 25 20|0.0|3.31 +001880|sil geng4 he2 shi4 bing1 kou3 wei4 de5 shi4 sp1 ying2 she4 yi3 hou4 ke2 yi3 gua4 mei2 nv3 tu2 pian4 sil|sil 更 合 士 兵 口 味 的 是 sp1 营 舍 以 后 可 以 挂 美 女 图 片 sil|23 20 17 16 13 18 16 9 23 29 16 17 14 23 14 9 17 16 15 20 28 19|0.0|4.55 +001881|sil sheng4 dian3 zhi4 ye4 fu4 ze2 ren2 hua2 wen2 xiang2 sp1 ze2 cheng2 ren4 cun2 zai4 tuan2 gou4 xing2 wei2 sil|sil 盛 典 置 业 负 责 人 华 文 祥 sp1 则 承 认 存 在 团 购 行 为 sil|24 28 19 14 15 16 12 24 19 14 30 18 13 20 21 25 16 23 13 17 26 21|0.0|4.97 +001882|sil ta1 cong2 na4 kun2 kao3 chang2 zhong1 chou1 le5 qi2 zhong1 yi4 gen1 lai2 chi1 sil|sil 她 从 那 捆 烤 肠 中 抽 了 其 中 一 根 来 吃 sil|23 18 18 14 16 17 20 23 22 14 20 16 14 11 18 26 24|0.0|3.64 +001883|sil gui4 yuan2 ba1 bao3 zhou1 bu2 cuo4 ya5 sil|sil 桂 圆 八 宝 粥 不 错 呀 sil|23 21 19 12 16 19 12 28 21 22|0.0|2.24 +001884|sil ye3 hui4 you3 tian2 de5 shi2 hou4 ya5 sil|sil 也 会 有 甜 的 时 候 呀 sil|26 18 21 15 22 11 16 18 26 20|0.0|2.24 +001885|sil dang1 ran2 shuai4 la5 sp1 zai4 wo3 xin1 zhong1 sp1 ni3 you4 shuai4 you4 ku4 sil|sil 当 然 帅 啦 sp1 在 我 心 中 sp1 你 又 帅 又 酷 sil|23 19 16 22 20 18 17 11 18 22 9 14 20 17 15 27 21|0.0|3.59 +001886|sil zhe4 ji3 tian1 tian1 qi4 liang2 kuai5 bu4 kai1 kong1 tiao2 le5 sp1 wen2 zi5 dou1 cong2 wen2 zhang4 feng4 li3 sp1 wang2 li3 mian4 zuan4 sil|sil 这 几 天 天 气 凉 快 不 开 空 调 了 sp1 蚊 子 都 从 蚊 帐 缝 里 sp1 往 里 面 钻 sil|24 18 12 28 20 12 23 25 14 17 18 20 15 40 18 17 13 23 15 15 18 19 9 17 10 19 29 20|0.0|6.13 +001887|sil zhong4 wang2 you3 fen1 fen1 zhi1 chi2 zheng4 yuan1 jie2 xiang4 gong1 hang2 tao3 shuo1 fa3 sil|sil 众 网 友 纷 纷 支 持 郑 渊 洁 向 工 行 讨 说 法 sil|24 19 19 21 16 15 15 27 18 18 27 23 15 21 19 21 27 21|0.0|4.25 +001888|sil jun1 xun4 zui4 hou4 yi4 tian1 shi4 quan2 xiao4 de5 zong2 jian3 yue4 sil|sil 军 训 最 后 一 天 是 全 校 的 总 检 阅 sil|23 23 24 14 18 10 27 19 21 19 8 18 18 25 20|0.0|3.33 +001889|sil qi2 zhong1 sp1 fu2 zhou1 ju1 yu2 bang2 shou3 sil|sil 其 中 sp1 福 州 居 于 榜 首 sil|22 23 24 7 25 23 17 14 20 29 23|0.0|2.63 +001890|sil hei1 shou2 dang3 shi4 tu2 yi2 ci2 mo3 hei1 ken3 ni2 di2 sp1 bing4 jiang1 zhi1 zuo4 wei2 sp1 yao1 xie2 de5 gong1 ju4 sil|sil 黑 手 党 试 图 以 此 抹 黑 肯 尼 迪 sp1 并 将 之 作 为 sp1 要 挟 的 工 具 sil|23 18 17 24 18 16 13 20 22 21 17 16 25 27 22 21 13 17 25 4 18 15 7 18 21 21|0.0|5.56 +001891|sil ta1 de5 sun1 nv3 hou4 lai2 si3 yu2 ke4 yao4 sil|sil 他 的 孙 女 后 来 死 于 嗑 药 sil|23 18 11 17 24 16 13 19 14 22 25 19|0.0|2.57 +001892|sil shi2 yi1 wu3 qi1 jian1 sp1 guang3 xi1 zhao2 zhun3 cha1 ju4 dui4 zheng4 xia4 yao4 sil|sil 十 一 五 期 间 sp1 广 西 找 准 差 距 对 症 下 药 sil|25 19 14 13 17 25 7 23 23 19 15 22 22 15 16 20 23 21|0.0|3.93 +001893|sil ying1 gai1 gei3 zhong4 fa2 huo4 nian3 chu1 zhong1 guo2 sil|sil 应 该 给 重 罚 或 撵 出 中 国 sil|26 17 21 18 21 26 19 22 19 19 26 23|0.0|2.98 +001894|sil wo3 zhen1 xiang3 gei2 ni3 chui2 chui2 bei4 sil|sil 我 真 想 给 你 捶 捶 背 sil|25 12 15 18 11 15 15 16 23 21|0.0|1.99 +001895|sil nan2 jing1 ji1 ming2 si4 yao4 shi1 ta3 qi2 huo3 sil|sil 南 京 鸡 鸣 寺 药 师 塔 起 火 sil|25 20 24 13 20 21 14 14 19 20 33 21|0.0|2.83 +001896|sil ji4 zhe3 cong2 tan1 ta1 yao2 ti3 de5 zhuan1 shang4 sp1 bai1 diao4 nian2 he2 bu4 fen5 sp1 qing1 qing1 yi4 nie1 sp1 ji2 sui4 cheng2 fen3 mo4 sil|sil 记 者 从 坍 塌 窑 体 的 砖 上 sp1 掰 掉 黏 合 部 分 sp1 轻 轻 一 捏 sp1 即 碎 成 粉 末 sil|24 22 23 25 18 18 15 14 10 20 20 14 17 18 18 18 14 22 21 21 13 12 26 7 20 15 17 19 24 19|0.0|6.32 +001897|sil gong1 xiao1 she4 po4 chan3 hou4 sp1 ta1 zou3 nan2 chuang2 bei3 sp1 yi3 mai4 kao3 yang2 rou4 chuan4 wei2 sheng1 sil|sil 供 销 社 破 产 后 sp1 他 走 南 闯 北 sp1 以 卖 烤 羊 肉 串 为 生 sil|23 18 19 20 18 22 23 15 18 15 18 22 23 27 8 25 22 16 11 21 13 24 22|0.0|5.14 +001898|sil leng2 jiao3 fen1 ming2 de5 ying4 lang2 bi3 chu4 sp1 diao1 ke4 chu1 geng4 qu1 qian2 wei4 sp1 er2 gai4 nian4 hua4 de5 qian2 lian3 sil|sil 棱 角 分 明 的 硬 朗 笔 触 sp1 雕 刻 出 更 趋 前 卫 sp1 而 概 念 化 的 前 脸 sil|25 19 18 17 16 15 14 19 13 26 7 17 15 25 18 16 26 20 4 16 15 18 16 7 19 32 17|0.0|5.46 +001899|sil wo3 qu4 na4 gei2 ni3 men5 kang2 kuang4 quan2 shui3 dou1 xing2 sil|sil 我 去 那 给 你 们 扛 矿 泉 水 都 行 sil|25 11 17 24 11 9 13 20 18 16 19 17 31 22|0.0|2.94 +001900|sil ren2 jia1 shi4 da4 zhi4 ruo4 yu2 ma5 sil|sil 人 家 是 大 智 若 愚 嘛 sil|26 14 20 22 18 15 18 16 23 23|0.0|2.26 +001901|sil liang3 tou2 hu2 nan2 lai2 han4 song4 jian3 de5 jiang1 tun2 shi1 ti2 yi3 yun4 zou3 sil|sil 两 头 湖 南 来 汉 送 检 的 江 豚 尸 体 已 运 走 sil|23 22 27 18 18 17 19 19 16 8 18 18 17 23 16 20 26 22|0.0|4.03 +001902|sil shang4 zhou1 wu3 sp1 tai4 le4 can1 jia1 tuo1 kou3 xiu4 sp1 ai4 lun2 ai4 shuo1 xiao4 de5 lu4 zhi4 sil|sil 上 周 五 sp1 泰 勒 参 加 脱 口 秀 sp1 艾 伦 爱 说 笑 的 录 制 sil|26 20 19 24 19 21 22 23 19 17 15 25 5 16 21 15 16 18 7 18 25 19|0.0|4.76 +001903|sil yan3 zhe4 bu4 xi4 sp1 mei3 tian1 dou1 yu3 guo1 wan3 piao2 pen2 da3 jiao1 dao4 sil|sil 演 这 部 戏 sp1 每 天 都 与 锅 碗 瓢 盆 打 交 道 sil|25 20 14 13 26 22 17 21 18 15 14 18 19 20 15 17 22 22|0.0|3.92 +001904|sil dang1 que4 ding4 yan2 jun4 chu1 shi4 hou4 sp1 yan2 jun4 de5 mu3 qin1 sp1 ji1 jin4 yun1 jue2 sil|sil 当 确 定 严 俊 出 事 后 sp1 严 俊 的 母 亲 sp1 几 近 晕 厥 sil|23 21 21 18 17 18 18 21 22 28 16 15 6 19 23 5 19 17 18 29 21|0.0|4.59 +001905|sil tian1 qi4 yu4 bao4 zhi3 shuo1 sp1 jin1 tian1 you2 yu3 sil|sil 天 气 预 报 只 说 sp1 今 天 有 雨 sil|24 23 17 11 18 15 25 10 21 19 19 31 19|0.0|2.92 +001906|sil jin2 guan3 zi4 ti3 wai1 wai1 xie2 xie2 sp1 dan4 ju4 ju4 bao3 han2 shen1 qing2 sil|sil 尽 管 字 体 歪 歪 斜 斜 sp1 但 句 句 饱 含 深 情 sil|24 21 25 18 24 19 17 19 27 6 20 22 23 19 17 18 32 20|0.0|4.31 +001907|sil dang1 ran2 yao4 mai2 mai2 mai3 la5 sil|sil 当 然 要 买 买 买 啦 sil|23 20 16 24 21 19 23 26 22|0.0|2.25 +001908|sil ke3 ta1 li4 zhi4 yao4 chuang3 chu1 yi4 fan1 xin1 tian1 di4 sil|sil 可 他 立 志 要 闯 出 一 番 新 天 地 sil|23 20 15 20 31 16 21 15 9 21 21 22 22 20|0.0|3.21 +001909|sil ben3 bao4 zhai1 deng1 bu4 fen5 yi2 xiang3 du2 zhe3 sil|sil 本 报 摘 登 部 分 以 飨 读 者 sil|23 21 19 18 17 16 27 16 21 16 23 23|0.0|2.79 +001910|sil ta1 de5 chou1 xiang4 fu2 wu4 yuan2 yu3 ding4 yi4 ru2 xia4 sil|sil 它 的 抽 象 服 务 原 语 定 义 如 下 sil|23 23 17 22 18 17 17 23 20 17 12 16 28 21|0.0|3.18 +001911|sil dan4 ru2 jin1 sp1 gu3 cheng2 qiang2 que4 bei4 bo1 le5 pi2 sp1 zao2 cheng2 yao2 dong4 sp1 cheng2 zhuan1 sp1 ye3 bei4 lei3 cheng2 zhu1 wo1 sil|sil 但 如 今 sp1 古 城 墙 却 被 剥 了 皮 sp1 凿 成 窑 洞 sp1 城 砖 sp1 也 被 垒 成 猪 窝 sil|22 18 15 27 9 18 21 26 18 14 15 11 32 9 19 18 19 21 34 25 25 10 12 14 18 21 15 26 23|0.0|6.44 +001912|sil mei3 bang1 yao4 zuo4 quan2 qiu2 de5 cai2 feng5 sil|sil 美 邦 要 做 全 球 的 裁 缝 sil|25 20 25 17 16 22 19 9 25 24 20|0.0|2.58 +001913|sil zhe4 yi4 tian1 sp1 di4 yi1 chuang1 kou3 de5 gui1 nv5 zhang1 yu2 yao4 chu1 jia4 le5 sil|sil 这 一 天 sp1 第 一 窗 口 的 闺 女 张 瑜 要 出 嫁 了 sil|23 19 10 28 22 12 16 23 14 8 16 29 28 21 18 20 22 17 28|0.0|4.34 +001914|sil kang1 jun1 yuan2 ren4 wei2 sp1 zhe4 shi4 you3 ren2 gu4 yi4 zai4 shang4 mian4 tu2 mo3 lan2 qi1 sil|sil 康 君 元 认 为 sp1 这 是 有 人 故 意 在 上 面 涂 抹 蓝 漆 sil|23 23 17 18 16 25 26 13 13 15 21 20 13 15 17 18 16 17 19 33 21|0.0|4.63 +001915|sil xiao1 qiang2 ti2 xing3 sp1 chuang3 hong2 deng1 cun2 zai4 zhe5 yan2 zhong4 sp1 an1 quan2 yin3 huan4 sil|sil 肖 强 提 醒 sp1 闯 红 灯 存 在 着 严 重 sp1 安 全 隐 患 sil|26 22 20 16 26 16 23 17 25 22 16 14 23 18 5 13 17 17 28 17|0.0|4.42 +001916|sil yan1 huo3 shou3 xian1 cong2 chuan2 cang1 jia2 ban3 shang4 mao4 chu1 sil|sil 烟 火 首 先 从 船 舱 甲 板 上 冒 出 sil|25 21 26 18 16 25 20 22 19 18 15 16 28 22|0.0|3.38 +001917|sil ta1 jing1 chang2 yi3 ni4 cheng1 xiao3 rou2 sp1 zai4 wang3 shang4 diao4 yu2 lian2 xi4 piao2 ke4 sil|sil 她 经 常 以 昵 称 小 柔 sp1 在 网 上 钓 鱼 联 系 嫖 客 sil|23 20 16 18 11 19 25 24 29 7 17 19 21 23 22 22 12 24 27 20|0.0|4.63 +001918|sil qian2 guo2 jia1 ping1 pang1 dui4 cheng2 yuan2 sp1 chen2 you4 ming2 sil|sil 前 国 家 乒 乓 队 成 员 sp1 陈 佑 铭 sil|24 31 16 21 19 17 11 24 25 4 23 13 34 21|0.0|3.29 +001919|sil jing1 ji4 ren2 huo4 wen4 xi1 sp1 ye3 fa1 wei1 bo2 dui4 chuan2 wen2 you4 biao3 shi4 fen4 nu4 sp1 cheng1 tai4 guo4 huang1 miu4 sil|sil 经 纪 人 霍 汶 希 sp1 也 发 微 博 对 传 闻 又 表 示 愤 怒 sp1 称 太 过 荒 谬 sil|24 21 14 23 17 16 26 7 14 15 15 22 14 22 21 14 19 15 22 23 16 28 21 15 23 24 21|0.0|5.95 +001920|sil zhu3 bo1 men5 neng2 fou2 gai3 yi4 gai3 zhao4 ti2 shi4 ban3 nian4 gao3 de5 gu4 you3 mo2 shi4 sil|sil 主 播 们 能 否 改 一 改 照 提 示 板 念 稿 的 固 有 模 式 sil|23 21 15 26 20 14 18 12 24 18 16 14 15 22 17 11 16 12 21 25 20|0.0|4.41 +001921|sil yao2 tiao3 shu1 nv3 sp1 jun1 zi2 hao3 qiu2 sil|sil 窈 窕 淑 女 sp1 君 子 好 逑 sil|25 22 22 19 27 8 22 16 21 35 22|0.0|2.78 +001922|sil ling4 wai4 sp1 wo2 you3 ge5 zhi2 sun1 er5 shi4 nao3 tan1 er2 sp1 wo2 ye2 zhun3 bei4 gei3 ta1 jia1 dian3 bang1 zhu4 sil|sil 另 外 sp1 我 有 个 侄 孙 儿 是 脑 瘫 儿 sp1 我 也 准 备 给 他 家 点 帮 助 sil|25 15 26 24 9 15 11 15 20 19 15 18 23 26 31 9 13 15 14 14 19 16 17 20 22 20|0.0|5.47 +001923|sil dao4 di2 ba3 ta1 zhe4 ge5 luo2 guo1 er5 zhi2 guo4 lai5 le5 sp1 ta1 gei2 wo3 shu1 wan2 ye4 wo3 cai2 zou3 de5 sil|sil 到 底 把 他 这 个 罗 锅 儿 直 过 来 了 sp1 他 给 我 输 完 液 我 才 走 的 sil|23 21 18 16 17 12 8 18 15 19 17 14 16 17 27 16 14 13 15 17 23 13 17 17 20 20|0.0|5.14 +001924|sil bu4 neng2 yin1 ye1 fei4 shi2 a5 sil|sil 不 能 因 噎 废 食 啊 sil|23 15 25 18 19 21 25 22 21|0.0|2.19 +001925|sil min2 jing3 na4 men4 sp1 wei4 he2 zai4 xu4 qian2 yuan2 que4 dai4 dao1 fu4 hui4 sil|sil 民 警 纳 闷 sp1 为 何 再 续 前 缘 却 带 刀 赴 会 sil|25 19 17 19 20 14 17 21 17 14 20 28 20 17 19 17 27 22|0.0|4.1 +001926|sil ta1 ye3 yu4 dao4 le5 yi2 ge4 tiao1 huo4 lang2 sil|sil 他 也 遇 到 了 一 个 挑 货 郎 sil|23 24 14 16 11 10 13 15 21 18 34 19|0.0|2.53 +001927|sil you3 cheng2 zuo4 yao1 er4 er4 er4 ci4 lie4 che1 shi3 sil|sil 有 乘 坐 幺 二 二 二 次 列 车 史 sil|25 18 23 27 26 15 14 19 20 16 19 30 21|0.0|3.17 +001928|sil nin2 za3 zhi1 dao4 wo3 shi4 gu1 er2 de5 sil|sil 您 咋 知 道 我 是 孤 儿 的 sil|25 22 17 15 18 14 15 19 19 22 21|0.0|2.4 +001929|sil zi3 xi4 duan1 xiang2 pian4 ke4 sp1 xiao1 mou3 xun2 wen4 dian4 yuan2 shi4 fou3 neng2 da3 zhe2 sil|sil 仔 细 端 详 片 刻 sp1 肖 某 询 问 店 员 是 否 能 打 折 sil|24 19 21 15 18 17 25 21 19 21 16 14 18 26 23 13 19 18 30 22|0.0|4.63 +001930|sil xi3 ju4 zhong1 sp1 mo4 wen2 wei4 de5 biao2 yan3 sp1 bai3 wu2 jin4 ji4 sp1 han1 chang4 lin2 li2 sil|sil 喜 剧 中 sp1 莫 文 蔚 的 表 演 sp1 百 无 禁 忌 sp1 酣 畅 淋 漓 sil|24 23 16 26 3 15 13 13 9 20 27 6 19 12 21 19 11 22 18 17 26 22|0.0|4.44 +001931|sil ai1 si1 mei2 la1 da2 hao4 sp1 ying2 zhe5 tai4 ping2 yang2 de5 feng1 lang4 sp1 huan2 huan3 hang2 xing2 sil|sil 埃 斯 梅 拉 达 号 sp1 迎 着 太 平 洋 的 风 浪 sp1 缓 缓 航 行 sil|26 14 10 15 17 20 26 18 18 20 19 17 13 9 16 25 6 23 19 19 31 21|0.0|4.67 +001932|sil wei4 le5 fan3 hui2 cang1 an1 quan2 zhuo2 xiang3 sp1 jie1 xia4 lai2 sp1 yao4 ba3 sheng4 yu2 dian4 liang4 fang4 chu1 sil|sil 为 了 返 回 舱 安 全 着 想 sp1 接 下 来 sp1 要 把 剩 余 电 量 放 出 sil|25 11 13 19 13 23 17 18 15 27 23 15 11 23 12 15 17 22 11 11 18 19 28 22|0.0|4.97 +001933|sil chen2 bing1 yi2 xia4 zi5 huo3 le5 sp1 da4 hou2 qi3 lai2 sil|sil 陈 兵 一 下 子 火 了 sp1 大 吼 起 来 sil|23 26 26 17 18 12 23 20 14 20 22 15 25 20|0.0|3.26 +001934|sil lu2 wen2 huan4 jiu4 zai4 jiao2 fei3 bu4 dui4 zhong1 sil|sil 卢 文 焕 就 在 剿 匪 部 队 中 sil|26 16 13 31 20 16 14 15 14 14 23 20|0.0|2.58 +001935|sil liu2 ting2 qi4 de2 dao4 tang2 wu1 chuan1 wa4 zi5 huan4 xie2 sil|sil 刘 婷 气 得 到 堂 屋 穿 袜 子 换 鞋 sil|24 21 26 18 10 13 21 15 23 22 13 22 34 22|0.0|3.3 +001936|sil gui4 zhou1 ken2 xue3 jiao1 jing3 zhao4 pian4 sil|sil 贵 州 啃 雪 交 警 照 片 sil|23 20 20 25 22 18 16 15 27 21|0.0|2.4 +001937|sil xu3 duo1 mei3 miao4 de5 nian4 tou5 fen1 zhi4 ta4 lai2 sil|sil 许 多 美 妙 的 念 头 纷 至 沓 来 sil|26 22 14 18 20 8 21 21 19 12 21 31 22|0.0|2.96 +001938|sil nan2 zi3 ming4 ling4 chen2 ying3 na2 chu1 xing2 shi3 zheng4 sil|sil 男 子 命 令 陈 颖 拿 出 行 驶 证 sil|25 20 16 20 17 22 28 19 18 17 16 25 21|0.0|3.07 +001939|sil zhe4 yi4 xing2 wei2 zhi1 e4 lie4 sp1 zhi2 de2 yin2 qi3 gao1 du4 jing3 ti4 sp1 you2 ying1 fang2 fan4 sp1 qi2 miu4 zhong3 liu2 chuan2 sil|sil 这 一 行 为 之 恶 劣 sp1 值 得 引 起 高 度 警 惕 sp1 尤 应 防 范 sp1 其 谬 种 流 传 sil|24 18 11 17 13 12 17 26 5 16 12 17 23 19 13 20 22 34 14 18 21 23 6 20 23 12 20 33 22|0.0|6.16 +001940|sil tu4 zi5 bu4 chi1 wo1 bian1 cao3 sil|sil 兔 子 不 吃 窝 边 草 sil|23 29 15 12 23 17 19 37 23|0.0|2.3 +001941|sil wo2 tao3 yan4 chi1 wei4 dao4 guai4 guai4 de5 shi2 wu4 sp1 bi3 ru2 liu2 lian2 sil|sil 我 讨 厌 吃 味 道 怪 怪 的 食 物 sp1 比 如 榴 莲 sil|26 11 23 17 23 17 15 15 18 9 20 16 13 13 20 14 33 23|0.0|3.78 +001942|sil yong3 zhou1 chen1 zhou1 shi4 jia1 qiang2 le5 qiang2 jiang4 yu3 fang2 yu4 gong1 zuo4 sp1 ji1 ji2 ying4 dui4 sil|sil 永 州 郴 州 市 加 强 了 强 降 雨 防 御 工 作 sp1 积 极 应 对 sil|26 23 23 24 15 26 21 19 18 26 18 14 16 13 17 21 16 19 13 21 21 22|0.0|5.02 +001943|sil shi2 ge2 si4 nian2 sp1 na4 wan3 de5 xuan1 xiao1 reng2 yu2 yin1 rao4 liang2 sil|sil 时 隔 四 年 sp1 那 晚 的 喧 嚣 仍 余 音 绕 梁 sil|24 23 14 16 29 10 17 15 8 18 29 22 15 17 16 35 20|0.0|3.81 +001944|sil yi4 chang3 xuan2 mei3 sp1 leng4 shi4 fa1 jiao4 cheng2 yi2 dun4 tu3 cao2 sheng4 yan4 sil|sil 一 场 选 美 sp1 愣 是 发 酵 成 一 顿 吐 槽 盛 宴 sil|24 13 24 20 28 18 17 13 15 15 17 12 21 19 19 21 24 19|0.0|3.94 +001945|sil dang1 qi1 can1 kao3 shou1 yi4 lv4 sp1 bai3 fen1 zhi1 san1 dian3 si4 wu2 wu3 si4 sil|sil 当 期 参 考 收 益 率 sp1 百 分 之 三 点 四 五 五 四 sil|23 19 20 22 17 16 11 22 9 16 14 17 23 21 18 13 17 30 19|0.0|4.03 +001946|sil ta1 jin4 yu4 gang1 de5 shi2 hou4 wang4 ji4 tuo1 wa4 zi5 le5 sil|sil 他 进 浴 缸 的 时 候 忘 记 脱 袜 子 了 sil|22 23 20 13 17 10 15 25 19 13 21 20 12 18 22|0.0|3.13 +001947|sil bao1 mou3 bei4 kan2 ji3 dao1 hou4 sp1 kai1 shi3 qiu2 rao2 sil|sil 包 某 被 砍 几 刀 后 sp1 开 始 求 饶 sil|23 19 26 14 22 13 16 22 5 21 15 21 28 21|0.0|3.09 +001948|sil liu2 yu2 tong2 xue2 kan4 dao4 sp1 hei1 ban3 cao2 li3 sp1 na4 liao2 liao2 wu2 ji3 de5 fen2 bi3 tou2 sp1 hen3 kuai4 xiao1 hao4 yi4 kong1 sil|sil 刘 瑜 同 学 看 到 sp1 黑 板 槽 里 sp1 那 寥 寥 无 几 的 粉 笔 头 sp1 很 快 消 耗 一 空 sil|24 19 13 17 14 21 19 35 19 17 20 22 5 18 20 21 15 13 9 16 14 31 29 21 24 19 17 11 28 22|0.0|6.65 +001949|sil ru2 guo3 yi1 ran2 you3 ren2 yao4 zuo4 hu2 lu5 seng1 sp1 na4 hu2 lu5 an4 sp1 kong3 pa4 zai4 suo3 nan2 mian3 sil|sil 如 果 依 然 有 人 要 做 葫 芦 僧 sp1 那 葫 芦 案 sp1 恐 怕 在 所 难 免 sil|22 16 23 14 15 13 14 17 17 20 14 24 29 18 16 11 23 8 22 21 18 13 18 32 20|0.0|5.32 +001950|sil weng4 an1 shi4 jian4 sp1 yin3 fa1 gui4 zhou1 quan2 sheng3 sp1 da3 hei1 chu2 e4 de5 gao1 feng1 sil|sil 瓮 安 事 件 sp1 引 发 贵 州 全 省 sp1 打 黑 除 恶 的 高 峰 sil|24 18 19 18 21 7 17 16 14 14 26 28 4 24 21 24 15 9 18 26 20|0.0|4.45 +001951|sil zhe4 jiang1 hui4 xiao1 chu2 zhong1 wen2 dian4 nao2 ruan3 jian4 sp1 yu3 wai4 wen2 ruan3 jian4 hu4 bu4 jian1 rong2 de5 zhang4 ai4 sil|sil 这 将 会 消 除 中 文 电 脑 软 件 sp1 与 外 文 软 件 互 不 兼 容 的 障 碍 sil|24 17 17 13 20 26 17 15 13 14 18 26 7 13 18 14 19 24 20 13 16 14 7 17 22 20|0.0|5.16 +001952|sil wai4 jie4 yue4 xiang3 tan4 jiu1 sp1 wo3 jiu4 yue4 xiang3 duo2 qi3 lai5 sil|sil 外 界 越 想 探 究 sp1 我 就 越 想 躲 起 来 sil|25 18 24 15 17 21 22 9 17 20 13 17 20 15 23 19|0.0|3.43 +001953|sil ke4 che1 jia4 shi3 yuan2 tang2 yuan2 heng1 sp1 shang1 shi4 jiao4 zhong4 sil|sil 客 车 驾 驶 员 唐 源 亨 sp1 伤 势 较 重 sil|23 20 17 16 18 25 24 15 26 8 19 15 17 21 22|0.0|3.32 +001954|sil gei3 jian4 zhu4 wai4 qiang2 jia1 zhuang1 bao3 wen1 cai2 liao4 sp1 su2 cheng1 gei3 jian4 zhu4 chuan1 mian2 ao3 sil|sil 给 建 筑 外 墙 加 装 保 温 材 料 sp1 俗 称 给 建 筑 穿 棉 袄 sil|24 21 19 11 17 30 20 23 15 16 21 24 22 20 27 17 23 16 20 20 32 22|0.0|5.34 +001955|sil ren2 sheng1 ou2 er3 you2 dian3 que1 xian4 ye3 bu2 cuo4 sp1 wo3 mei2 you3 xiang2 hao3 sil|sil 人 生 偶 尔 有 点 缺 陷 也 不 错 sp1 我 没 有 想 好 sil|26 19 26 17 15 13 14 19 20 17 12 26 18 12 13 14 22 26 20|0.0|4.05 +001956|sil ru4 ye4 sp1 wen1 zhou1 shang4 kong1 shan3 dian4 tu1 xi2 sp1 xiang3 lei2 zha4 qi3 sp1 dian4 shan3 lei2 ming2 zhong1 sp1 da4 yu3 qing1 pen2 er2 xia4 sil|sil 入 夜 sp1 温 州 上 空 闪 电 突 袭 sp1 响 雷 乍 起 sp1 电 闪 雷 鸣 中 sp1 大 雨 倾 盆 而 下 sil|25 19 22 24 14 13 20 23 24 16 18 29 9 22 15 20 31 28 17 17 11 22 21 13 21 17 26 17 16 26 21|0.0|7.16 +001957|sil zai4 weng4 an1 xian4 zheng4 fa2 wei3 gong1 zuo4 de5 wang2 dun4 shuo1 sil|sil 在 瓮 安 县 政 法 委 工 作 的 王 盾 说 sil|25 22 18 17 21 14 14 16 16 15 10 21 19 30 19|0.0|3.22 +001958|sil ji4 zhe3 zhan4 zai4 keng1 bian1 sp1 hai2 bu2 duan4 you3 ni2 tu2 sp1 wang3 keng1 li3 diao4 luo4 sil|sil 记 者 站 在 坑 边 sp1 还 不 断 有 泥 土 sp1 往 坑 里 掉 落 sil|23 20 19 18 12 20 23 22 18 17 21 15 24 28 6 18 19 14 22 25 23|0.0|4.72 +001959|sil ci3 wai4 sp1 yi1 wan4 nuo4 fu1 hai2 zhang3 kong4 zhe5 duo1 jia1 du2 chang3 sil|sil 此 外 sp1 伊 万 诺 夫 还 掌 控 着 多 家 赌 场 sil|25 18 24 24 11 15 17 24 21 19 21 16 17 17 17 32 17|0.0|3.89 +001960|sil ying3 yuan4 pin2 jiu3 he2 peng1 ren4 ban1 sp1 jin3 sui2 qi2 hou4 sil|sil 影 院 品 酒 和 烹 饪 班 sp1 紧 随 其 后 sil|24 24 27 28 27 15 21 19 19 5 20 16 20 23 21|0.0|3.59 +001961|sil shen1 zheng4 cheng2 zhi3 ze2 shuai4 xian1 qi2 wen2 fan3 tan2 sil|sil 深 证 成 指 则 率 先 企 稳 反 弹 sil|25 24 17 23 29 18 23 20 16 16 20 29 23|0.0|3.28 +001962|sil bing1 mian4 lve4 you3 xie1 hua2 sp1 zhi2 hao3 ze2 bing1 mian4 shang4 you2 xue3 de5 di4 fang1 zou3 sil|sil 冰 面 略 有 些 滑 sp1 只 好 择 冰 面 上 有 雪 的 地 方 走 sil|22 19 27 13 14 18 31 13 17 17 19 14 16 24 16 21 8 14 20 27 22|0.0|4.55 +001963|sil yuan3 chu4 tiao4 wang4 sp1 lou2 tai2 xing3 mu4 sp1 dian4 tang2 die2 cui4 sp1 jin1 bi4 hui1 huang2 sp1 hong2 guan1 sp1 er2 zhuang4 mei3 sil|sil 远 处 眺 望 sp1 楼 台 醒 目 sp1 殿 堂 叠 翠 sp1 金 碧 辉 煌 sp1 宏 观 sp1 而 壮 美 sil|25 19 16 25 22 13 17 18 20 23 21 19 18 16 25 6 21 13 20 30 15 23 23 5 12 21 24 27|0.0|6.235 +001964|sil qing2 kuang4 wei1 ji2 sp1 li3 zhi4 guang3 chuai4 men2 chong4 jin4 wu1 nei4 sil|sil 情 况 危 急 sp1 李 智 广 踹 门 冲 进 屋 内 sil|24 21 17 16 29 22 14 15 26 22 27 24 17 15 24 20|0.0|3.87 +001965|sil na4 sp1 e4 bu2 e4 sp1 zi4 ji3 qu4 zhu2 wan3 mian4 chi1 sil|sil 呐 sp1 饿 不 饿 sp1 自 己 去 煮 碗 面 吃 sil|25 24 24 14 14 24 26 14 11 16 13 13 19 28 23|0.0|3.34 +001966|sil cun2 zai4 yan1 jing2 yin3 huan4 de5 kuang4 jing3 sp1 bao4 yu3 qi1 jian1 sp1 yi2 lv4 yan2 jin4 jing3 xia4 zuo4 ye4 sil|sil 存 在 淹 井 隐 患 的 矿 井 sp1 暴 雨 期 间 sp1 一 律 严 禁 井 下 作 业 sil|24 24 21 20 17 16 15 7 23 26 21 18 13 18 27 6 12 28 23 21 19 17 17 23 21|0.0|5.54 +001967|sil wo2 hen3 le4 yi4 wei4 zhu3 ren2 fu2 wu4 sil|sil 我 很 乐 意 为 主 人 服 务 sil|26 13 17 20 19 16 13 17 20 25 20|0.0|2.39 +001968|sil jiu4 yuan2 ren2 yuan2 tui1 ce4 sp1 zhe4 yi2 zuan4 kong3 de5 ling4 yi4 duan1 sp1 ji2 wei2 yu4 kun4 kuang4 gong1 suo2 chu3 de5 keng1 dao4 sil|sil 救 援 人 员 推 测 sp1 这 一 钻 孔 的 另 一 端 sp1 即 为 遇 困 矿 工 所 处 的 坑 道 sil|24 19 14 13 14 18 27 22 17 11 22 18 6 19 11 25 16 17 26 18 18 20 17 20 17 7 22 20 21|0.0|6.02 +001969|sil wo2 mai3 de5 zhu3 yao4 chan2 pin3 shi4 wen2 ju4 li2 pin3 lei4 sil|sil 我 买 的 主 要 产 品 是 文 具 礼 品 类 sil|25 12 22 11 14 15 22 26 17 24 20 21 21 24 22|0.0|3.44 +001970|sil zhang1 wu2 ji4 jian4 zi4 ji3 de5 zi4 sp1 yi4 sao3 tui2 mi3 sp1 ye2 man3 xin1 xi3 huan1 sil|sil 张 无 忌 见 自 己 的 字 sp1 一 扫 颓 靡 sp1 也 满 心 喜 欢 sil|24 22 15 26 23 13 9 11 26 10 14 18 19 31 13 14 20 17 22 26 21|0.0|4.58 +001971|sil zhong1 guo2 hai3 jian1 sp1 er4 liu4 er4 sp1 er4 liu4 san1 chuan2 sp1 zai4 bei3 bu4 wan1 hai3 yu4 xun2 hang2 sil|sil 中 国 海 监 sp1 二 六 二 sp1 二 六 三 船 sp1 在 北 部 湾 海 域 巡 航 sil|23 19 13 21 26 6 15 17 24 7 12 16 19 30 11 20 16 13 18 19 15 19 29 22|0.0|4.99 +001972|sil you3 yi4 tian1 sp1 she2 de5 wei3 ba1 pin1 ming4 zheng1 chao3 zhe5 sp1 yao4 you2 ta1 ling3 lu4 sil|sil 有 一 天 sp1 蛇 的 尾 巴 拼 命 争 吵 着 sp1 要 由 他 领 路 sil|24 17 10 31 6 24 11 17 21 20 17 17 22 18 12 15 17 18 17 24 22|0.0|4.41 +001973|sil tu1 ran2 sp1 pang2 ting1 xi2 shang4 yi2 zhen4 sao1 dong4 sil|sil 突 然 sp1 旁 听 席 上 一 阵 骚 动 sil|23 20 25 8 21 17 18 24 15 16 21 22 21|0.0|2.91 +001974|sil ju4 a1 zha1 man4 jiao1 dai4 sp1 ta1 shi4 bei4 qu3 di4 de5 sp1 ba1 jun1 shi4 pai4 bie2 qian2 cheng2 jun1 cheng2 yuan2 sil|sil 据 阿 扎 曼 交 代 sp1 他 是 被 取 缔 的 sp1 巴 军 事 派 别 虔 诚 军 成 员 sil|23 24 17 12 17 18 20 25 16 18 14 22 16 14 10 18 15 14 22 22 24 18 16 20 26 23|0.0|5.62 +001975|sil zhe4 zhong3 yu4 mi3 yan2 se4 ji2 qi2 xuan4 lan4 sp1 dan4 wan2 quan2 ke2 yi3 shi2 yong4 sil|sil 这 种 玉 米 颜 色 极 其 绚 烂 sp1 但 完 全 可 以 食 用 sil|24 16 15 14 27 22 21 15 16 22 21 13 18 20 17 12 10 19 22 22|0.0|4.25 +001976|sil zhou1 jie2 lun2 yin1 bao4 cu1 da3 ji4 zhe2 yin3 guan1 zhu4 sil|sil 周 杰 伦 因 爆 粗 打 记 者 引 关 注 sil|23 20 13 26 21 15 27 17 15 18 17 20 24 20|0.0|3.2 +001977|sil zhao4 rui2 rui3 ceng2 shi4 zhong1 guo2 nv3 pai2 de5 he2 xin1 qiu2 yuan2 sp1 ke3 xi1 yin1 wei4 shang1 bing4 sp1 er2 yuan3 li2 sai4 chang3 sil|sil 赵 蕊 蕊 曾 是 中 国 女 排 的 核 心 球 员 sp1 可 惜 因 为 伤 病 sp1 而 远 离 赛 场 sil|23 21 17 30 23 19 16 10 16 20 14 15 17 19 26 32 19 27 12 12 22 20 4 17 16 13 20 32 16|0.0|6.36 +001978|sil ni3 yi4 zhi2 zai4 wo3 nao2 hai2 li3 zhuan4 you5 sil|sil 你 一 直 在 我 脑 海 里 转 悠 sil|26 13 16 15 14 10 17 14 14 23 24 21|0.0|2.4 +001979|sil suo2 yi3 zai4 wen2 li3 fang1 mian4 sp1 wo3 cong2 ta1 nar4 r kai1 shi3 yan2 jiu1 fo2 fa3 de5 sil|sil 所 以 在 文 理 方 面 sp1 我 从 他 那 儿 开 始 研 究 佛 法 的 sil|24 20 9 16 17 17 19 21 27 11 18 18 24 0 17 13 16 16 22 20 18 22|0.0|4.47 +001980|sil nei4 rong2 chuang4 jian4 shi4 zui4 ang2 gui4 de5 sil|sil 内 容 创 建 是 最 昂 贵 的 sil|25 17 16 22 22 16 22 19 18 18 23|0.0|2.53 +001981|sil wei3 bu4 de5 nao3 dai4 lve4 xiao3 sp1 dan4 yan2 zui3 qi2 quan2 sil|sil 尾 部 的 脑 袋 略 小 sp1 但 眼 嘴 齐 全 sil|25 19 15 14 20 13 19 28 11 18 21 19 19 33 22|0.0|3.44 +001982|sil xi1 er3 dun4 kai1 hong2 se4 fa3 la1 li4 sp1 zhang3 ji4 xing4 sp1 shuang1 tui3 bing4 long3 xia4 che1 sil|sil 希 尔 顿 开 红 色 法 拉 利 sp1 长 记 性 sp1 双 腿 并 拢 下 车 sil|26 18 16 23 24 18 16 14 15 20 27 21 18 23 7 22 20 15 17 19 27 21|0.0|4.96 +001983|sil bu2 ji3 nan2 dong1 sheng4 wu4 ye4 guan2 li2 you3 xian4 gong1 si1 tie1 chu1 de5 tong1 zhi1 sil|sil 卜 济 南 东 盛 物 业 管 理 有 限 公 司 贴 出 的 通 知 sil|22 22 18 21 16 19 12 17 16 11 12 17 17 21 18 17 9 21 23 22|0.0|4.07 +001984|sil lao3 hanr4 r dui4 shuang1 gui1 xi2 yi3 wei2 chang2 le5 sil|sil 老 汉 儿 对 双 规 习 以 为 常 了 sil|25 17 28 0 14 22 19 25 9 15 28 13 24|0.0|2.77 +001985|sil qie4 ji4 sp1 bu2 yao4 zhui1 zhang3 sha1 die1 sil|sil 切 记 sp1 不 要 追 涨 杀 跌 sil|24 26 23 5 15 20 14 16 22 26 23|0.0|2.48 +001986|sil ta1 yao4 ge2 lei2 si1 xiang4 zhang1 zi3 yi2 xue2 xi2 sp1 xiang4 ta1 yi2 yang4 bao3 chi2 miao2 tiao2 shen1 cai2 sil|sil 她 要 格 蕾 丝 向 章 子 怡 学 习 sp1 像 她 一 样 保 持 苗 条 身 材 sil|22 22 20 11 16 22 26 17 13 14 19 29 26 21 20 10 27 16 18 21 17 18 30 21|0.0|5.53 +001987|sil jie1 xia4 lai2 sp1 zhong1 guo2 tou2 zi1 zhe3 ke3 neng2 yao4 can1 yu4 gou4 mai3 pu2 tao5 zhuang1 yuan2 sp1 jiu3 zhuang1 he2 nong2 tian2 sil|sil 接 下 来 sp1 中 国 投 资 者 可 能 要 参 与 购 买 葡 萄 庄 园 sp1 酒 庄 和 农 田 sil|24 16 13 26 13 17 11 19 14 27 14 13 14 23 19 16 21 15 16 19 25 6 24 23 15 20 35 22|0.0|6.04 +001988|sil ta1 men5 dui4 xing2 zheng3 qi2 sp1 pai2 cheng2 san1 lie4 zong4 dui4 sil|sil 她 们 队 形 整 齐 sp1 排 成 三 列 纵 队 sil|23 19 26 17 20 16 28 7 19 24 15 14 20 23 21|0.0|3.39 +001989|sil qian2 huai2 gen4 jie4 shao4 shuo1 sp1 ta1 ren4 shi5 yi2 wei4 sp1 tai2 wan1 de5 jiu3 dian4 ri4 yong4 pin3 sheng1 chan3 shang1 sil|sil 钱 怀 艮 介 绍 说 sp1 他 认 识 一 位 sp1 台 湾 的 酒 店 日 用 品 生 产 商 sil|24 25 17 16 15 14 26 41 17 16 14 11 21 8 22 22 15 23 15 16 13 19 16 18 27 18|0.0|5.68 +001990|sil gong4 zhi2 yu2 sheng3 cheng2 yi4 jia1 qi3 ye4 sp1 gai1 qi3 ye4 cong2 shi4 zhi4 zao4 kun3 chao1 ji1 sheng1 chan3 sil|sil 供 职 于 省 城 一 家 企 业 sp1 该 企 业 从 事 制 造 捆 钞 机 生 产 sil|22 20 15 20 22 19 14 16 21 20 39 15 18 18 24 20 16 16 18 18 15 17 27 19|0.0|5.44 +001991|sil ba1 si4 nian2 er4 ren2 lian4 ai4 sp1 jiu3 er4 nian2 er2 zi5 hong2 yang2 chu1 sheng1 sil|sil 八 四 年 二 人 恋 爱 sp1 九 二 年 儿 子 洪 洋 出 生 sil|23 17 16 27 16 13 16 22 21 16 16 29 16 16 18 18 15 26 20|0.0|4.19 +001992|sil er4 shi4 sp1 mei2 you2 hao3 de5 cheng2 ben3 shou1 yi4 kuang1 suan4 sil|sil 二 是 sp1 没 有 好 的 成 本 收 益 匡 算 sil|26 17 26 5 16 15 22 11 23 13 16 11 22 24 21|0.0|3.11 +001993|sil zhang4 fu5 wen4 sp1 wo3 yao4 you3 wai4 yu4 le5 zen3 me5 ban4 sil|sil 丈 夫 问 sp1 我 要 有 外 遇 了 怎 么 办 sil|23 22 15 21 31 13 15 12 17 13 12 13 12 22 22|0.0|3.05 +001994|sil chuan2 huan2 huan2 shi3 ru4 yong3 xing1 dao3 gang2 kou3 sil|sil 船 缓 缓 驶 入 永 兴 岛 港 口 sil|23 38 21 18 18 23 19 18 16 20 30 21|0.0|3.08 +001995|sil jiao2 hao3 de5 rou4 xian4 bi3 xian1 rou4 hai2 pian2 yi5 sil|sil 绞 好 的 肉 馅 比 鲜 肉 还 便 宜 sil|24 25 17 7 17 27 15 23 14 18 24 22 19|0.0|2.93 +001996|sil zu3 er2 da4 zan4 ji1 zai2 wu3 zi1 li4 hai5 sp1 lian4 chu1 yi4 shuang1 qi2 lin2 bi4 sil|sil 祖 儿 大 赞 基 仔 舞 姿 厉 害 sp1 练 出 一 双 麒 麟 臂 sil|24 20 23 20 19 14 18 12 12 21 23 15 17 15 11 26 20 21 24 17|0.0|4.32 +001997|sil lan2 se4 de5 yue4 liang4 sp1 ye3 zhui1 xun2 zhe5 feng1 xiang4 sil|sil 蓝 色 的 月 亮 sp1 也 追 寻 着 风 向 sil|25 21 14 8 16 28 4 13 16 18 11 18 27 20|0.0|2.77 +001998|sil ta1 mian2 qiang3 shi4 shi4 zhi4 qiu1 er2 zu2 sil|sil 他 勉 强 视 事 至 秋 而 卒 sil|23 19 22 26 20 16 14 18 17 28 21|0.0|2.6 +001999|sil bao3 an1 qu1 jian3 ce4 dian3 she4 na3 sil|sil 宝 安 区 检 测 点 设 哪 sil|23 18 17 23 19 15 19 18 31 20|0.0|2.36 +002000|sil gao2 kua3 nan2 si1 la1 fu1 sp1 shi4 xi1 fang1 kong4 zhi4 ba1 er3 gan1 sp1 jin4 er2 kong4 zhi4 zheng3 ge4 ou1 zhou1 de5 guan1 jian4 huan2 jie2 sil|sil 搞 垮 南 斯 拉 夫 sp1 是 西 方 控 制 巴 尔 干 sp1 进 而 控 制 整 个 欧 洲 的 关 键 环 节 sil|24 20 23 17 12 17 26 3 27 19 19 17 11 13 13 26 23 14 16 21 18 20 16 14 19 15 18 15 20 28 21|0.0|6.56 +002001|sil di4 xing2 tu2 you2 ce4 hui4 yuan2 liu2 wu3 han4 sp1 ji4 shi4 lan2 jia1 kui3 fan2 qi3 ming2 gong4 tong2 ce4 hui4 sil|sil 地 形 图 由 测 绘 员 刘 武 汉 sp1 技 士 蓝 家 煃 樊 启 明 共 同 测 绘 sil|23 15 18 25 21 19 14 22 20 14 28 24 22 21 19 17 33 21 16 29 18 17 18 20 23|0.0|6.0 +002002|sil wo2 za3 bian4 cheng2 le5 zhe4 fu4 chou3 yang4 zi5 le5 sil|sil 我 咋 变 成 了 这 副 丑 样 子 了 sil|25 12 16 16 17 13 19 12 20 17 11 17 22|0.0|2.52 +002003|sil jia1 jia1 kai1 shi3 da1 guo1 zuo4 fan4 sp1 fei4 xu1 shang4 sheng1 qi3 niao2 niao3 chui1 yan1 sil|sil 家 家 开 始 搭 锅 做 饭 sp1 废 墟 上 升 起 袅 袅 炊 烟 sil|23 21 24 20 22 15 16 18 22 25 18 17 21 21 26 22 18 22 26 18|0.0|4.82 +002004|sil jin4 nian2 sp1 tai2 wan1 bing1 lang2 shi4 ye4 wen3 ding4 hou4 sp1 hai2 zhuan2 wang3 hai3 nan2 kai1 tuo4 shi4 chang3 sil|sil 近 年 sp1 台 湾 槟 榔 事 业 稳 定 后 sp1 还 转 往 海 南 开 拓 市 场 sil|24 19 25 4 22 19 14 16 14 14 14 18 22 18 17 20 21 21 21 19 15 15 27 19|0.0|5.09 +002005|sil yuan2 yi2 zhen4 sp1 jiang1 qi4 you2 dao4 zai4 che3 xia4 lai2 de5 yi1 fu5 shang4 sp1 bing4 dian3 ran2 sil|sil 袁 宜 镇 sp1 将 汽 油 倒 在 扯 下 来 的 衣 服 上 sp1 并 点 燃 sil|26 16 13 21 4 21 16 14 17 16 22 13 13 10 13 14 25 5 17 20 28 22|0.0|4.25 +002006|sil mao4 zi5 yi4 che3 sp1 you4 lian3 shang4 shang1 hen2 dian2 dian3 sil|sil 帽 子 一 扯 sp1 右 脸 上 伤 痕 点 点 sil|26 19 14 11 31 13 16 20 26 22 19 18 27 18|0.0|3.25 +002007|sil shang4 xing1 qi1 sp1 fa3 guo2 zheng4 fu3 yao1 qiu2 an1 sai4 le4 mi3 ta2 er3 chong2 kai1 huo4 chu1 shou4 zhe4 liang3 zuo4 gao1 lu2 sil|sil 上 星 期 sp1 法 国 政 府 要 求 安 赛 乐 米 塔 尔 重 开 或 出 售 这 两 座 高 炉 sil|25 21 16 26 25 19 13 18 22 16 23 17 14 25 21 20 27 25 25 20 19 18 9 17 13 18 26 22|0.0|6.5 +002008|sil tong2 xue2 sp1 yao4 wo3 bang1 ni3 pei2 yang3 zheng4 que4 san1 guan1 me5 sil|sil 同 学 sp1 要 我 帮 你 培 养 正 确 三 观 么 sil|23 19 27 10 14 12 15 15 19 20 16 14 17 17 22 20|0.0|3.25 +002009|sil ci3 shi2 sp1 feng2 wei3 zheng4 qiao2 qing3 le5 bing4 jia4 zai4 shen1 zhen4 tan4 wang4 fu4 mu3 sil|sil 此 时 sp1 冯 伟 正 巧 请 了 病 假 在 深 圳 探 望 父 母 sil|25 20 24 7 24 24 16 17 14 10 19 24 17 18 18 18 14 15 29 15|0.0|4.27 +002010|sil shuo1 zhe4 duan4 hua4 shi2 sp1 ta1 you2 dian3 dou2 dou3 huo1 huo1 sp1 ji1 hu1 dai4 zhe5 ai1 qiu2 de5 yi4 wei4 sil|sil 说 这 段 话 时 sp1 他 有 点 抖 抖 豁 豁 sp1 几 乎 带 着 哀 求 的 意 味 sil|24 23 13 17 18 25 3 19 13 21 19 14 17 25 23 18 14 13 10 16 18 8 17 23 22|0.0|5.03 +002011|sil yi4 xie1 yin2 hang2 hai2 chu1 le5 wai1 zhao1 sil|sil 一 些 银 行 还 出 了 歪 招 sil|26 11 17 16 25 16 16 10 18 25 22|0.0|2.35 +002012|sil shui2 chan3 xie2 hui4 jiang1 shi2 yong4 yu2 chi4 sp1 deng3 tong2 yu2 jie2 jian2 mei3 de2 sp1 zu3 zong1 ye3 hui4 bei4 qi4 si3 sil|sil 水 产 协 会 将 食 用 鱼 翅 sp1 等 同 于 节 俭 美 德 sp1 祖 宗 也 会 被 气 死 sil|25 19 20 17 24 21 16 13 16 28 4 17 20 23 19 15 17 25 27 19 17 10 14 13 20 27 20|0.0|5.88 +002013|sil tu2 wei2 zhang1 guang3 ning2 qing1 jie2 chang2 guan3 zuo4 yi3 sil|sil 图 为 张 广 宁 清 洁 场 馆 座 椅 sil|23 24 22 19 15 26 23 18 22 15 19 28 18|0.0|3.16 +002014|sil jing1 ge2 ge3 de5 ye2 ye5 wang2 xian1 sheng5 bian4 ren4 sp1 ci3 ren2 xing4 yang2 sp1 shou1 gou4 po4 lan4 wei2 sheng1 sil|sil 经 葛 葛 的 爷 爷 王 先 生 辨 认 sp1 此 人 姓 杨 sp1 收 购 破 烂 为 生 sil|24 27 22 16 10 16 18 19 17 18 15 20 21 18 16 20 26 9 22 17 20 17 15 26 20|0.0|5.45 +002015|sil rou2 mian4 jiao3 ji1 dan4 sp1 qie1 huo2 tui3 chang2 qing1 jiao1 sp1 yi3 ji2 tiao2 zhi4 zuo3 liao4 sil|sil 揉 面 搅 鸡 蛋 sp1 切 火 腿 肠 青 椒 sp1 以 及 调 制 佐 料 sil|23 18 31 20 16 18 9 23 14 15 32 24 27 20 16 28 21 12 16 26 22|0.0|5.0 +002016|sil zhe4 xie1 yuan2 gong1 yao4 can1 yu4 chan2 pin3 ce4 shi4 sp1 bing4 ji2 shi2 ti2 gong1 fan3 kui4 sil|sil 这 些 员 工 要 参 与 产 品 测 试 sp1 并 及 时 提 供 反 馈 sil|24 16 17 15 20 16 20 12 20 14 18 25 19 20 19 19 16 14 18 24 24|0.0|4.53 +002017|sil wu3 zhu4 yi4 zhi1 yan3 sp1 yuan3 kan4 gan3 jue2 hen2 mei3 sil|sil 捂 住 一 只 眼 sp1 远 看 感 觉 很 美 sil|25 15 15 12 15 29 17 17 27 17 15 16 29 22|0.0|3.15 +002018|sil ni2 xiang3 a5 sp1 ren2 jia1 mu3 ji1 chi1 chong2 sp1 ta1 yang3 de5 mu3 ji1 chi1 yu2 sp1 zhe4 dai4 yu4 sp1 tian1 shang4 di4 xia4 ya5 sil|sil 你 想 啊 sp1 人 家 母 鸡 吃 虫 sp1 他 养 的 母 鸡 吃 鱼 sp1 这 待 遇 sp1 天 上 地 下 呀 sil|25 13 21 23 23 17 15 16 13 16 30 12 21 14 6 20 19 24 23 27 15 18 21 7 24 22 18 20 19 20|0.0|6.53 +002019|sil qian1 yue1 yi2 shi4 sp1 zai4 la1 ne4 lei2 shi4 zheng4 ting1 ju3 xing2 sil|sil 签 约 仪 式 sp1 在 拉 讷 雷 市 政 厅 举 行 sil|24 25 16 13 22 4 17 14 14 17 15 15 18 15 31 16|0.0|3.2 +002020|sil mai4 ke4 sp1 zong3 shi4 yi3 ge4 zhong2 li3 you2 tui1 tuo1 sil|sil 麦 克 sp1 总 是 以 各 种 理 由 推 脱 sil|25 17 24 4 18 16 16 16 15 10 14 18 28 22|0.0|2.82 +002021|sil li3 can4 chen1 yi2 jian4 ji4 zhe3 ye3 dai4 hui2 mo4 jing4 sp1 qi2 wei4 hun1 qi1 ji2 bei4 dui4 jing4 tou2 sil|sil 李 璨 琛 一 见 记 者 也 戴 回 墨 镜 sp1 其 未 婚 妻 即 背 对 镜 头 sil|25 14 19 26 14 17 15 24 18 17 13 19 23 25 18 13 18 26 24 17 12 18 32 19|0.0|5.41 +002022|sil hun1 yin1 shi4 zuo4 wei2 cheng2 sp1 bu2 guo4 sui1 ran2 wei2 zhe5 sp1 que4 ye3 zi4 you3 bei4 wei2 de5 tong4 kuai4 he2 shu1 tan3 sil|sil 婚 姻 是 座 围 城 sp1 不 过 虽 然 围 着 sp1 却 也 自 有 被 围 的 痛 快 和 舒 坦 sil|21 24 22 16 16 16 32 24 13 21 15 17 20 19 20 21 20 18 13 15 16 9 26 21 14 21 28 17|0.0|6.21 +002023|sil ye4 dao3 bu2 yao4 mai4 nong4 you3 xian4 de5 fa3 lv4 zhi1 shi5 le5 sil|sil 叶 导 不 要 卖 弄 有 限 的 法 律 知 识 了 sil|24 21 27 11 13 18 21 16 17 7 14 16 17 16 20 20|0.0|3.23 +002024|sil yao4 yu4 fang2 guo4 min3 xing4 ji2 bing4 sp1 zhao3 dao4 guo4 min3 yuan2 sp1 bing4 bi4 mian3 ta1 hen3 zhong4 yao4 sil|sil 要 预 防 过 敏 性 疾 病 sp1 找 到 过 敏 原 sp1 并 避 免 它 很 重 要 sil|26 19 14 23 14 17 17 17 20 19 19 19 14 17 29 7 20 13 23 22 20 19 21 23|0.0|5.25 +002025|sil ju4 jie4 shao4 sp1 ben3 ci4 shi4 gu4 sp1 yi2 si4 yu3 xue2 sheng1 chi1 de5 shi2 tang2 yue4 bing2 you3 guan1 sil|sil 据 介 绍 sp1 本 次 事 故 sp1 疑 似 与 学 生 吃 的 食 堂 月 饼 有 关 sil|23 18 16 27 15 18 16 18 18 12 15 20 16 16 16 16 14 15 18 15 17 17 29 16|0.0|4.89 +002026|sil shui2 hui4 zai4 hu5 min2 jin4 dang3 de5 nei4 dou4 yu3 pao4 mo4 hua4 sil|sil 谁 会 在 乎 民 进 党 的 内 斗 与 泡 沫 化 sil|25 21 18 20 18 18 16 17 8 21 21 14 18 18 28 21|0.0|3.51 +002027|sil chuan2 hao4 liao2 dong1 yun4 er4 ling2 san1 san1 sil|sil 船 号 辽 东 运 二 零 三 三 sil|37 26 25 26 17 21 16 18 18 24 23|0.0|2.91 +002028|sil nv3 shen2 zheng2 ti3 nong2 zhuang1 yan4 mo3 sp1 shen1 ti3 shang4 gua4 zhe5 si1 dai4 he2 cai3 qiu2 sil|sil 女 神 整 体 浓 妆 艳 抹 sp1 身 体 上 挂 着 丝 带 和 彩 球 sil|24 16 28 22 19 18 17 17 21 26 22 17 23 20 11 18 20 13 20 30 23|0.0|4.93 +002029|sil kan4 zhe5 jian4 kang1 huo2 po1 de5 geng4 ga3 qiu2 pei2 sp1 yi1 hu4 ren2 yuan2 sp1 you3 xie1 yi1 yi1 bu4 she3 sil|sil 看 着 健 康 活 泼 的 更 尕 求 培 sp1 医 护 人 员 sp1 有 些 依 依 不 舍 sil|23 24 20 20 22 19 20 14 20 16 19 30 30 13 14 16 27 5 14 21 15 14 15 31 20|0.0|5.6 +002030|sil zheng4 bian4 an4 sp1 yi4 shi2 jian1 gei3 she4 hui4 zao4 cheng2 pu3 bian4 de5 kong3 huang1 gan3 sil|sil 政 变 案 sp1 一 时 间 给 社 会 造 成 普 遍 的 恐 慌 感 sil|24 22 16 26 4 12 15 22 17 19 19 15 20 24 17 8 20 20 24 19|0.0|4.21 +002031|sil ou1 ni2 er3 shuo1 sp1 xian1 ni3 ding4 chu1 yuan2 zhu4 de5 xin1 biao1 zhun3 zhi4 guan1 zhong4 yao4 sil|sil 欧 尼 尔 说 sp1 先 拟 定 出 援 助 的 新 标 准 至 关 重 要 sil|26 13 16 15 25 19 21 14 16 22 22 13 8 21 19 25 17 17 16 23 20|0.0|4.51 +002032|sil zhe4 ge5 sp1 wo3 yao4 hui2 jia1 wen4 wen5 ma1 ma5 sil|sil 这 个 sp1 我 要 回 家 问 问 妈 妈 sil|24 23 22 15 10 12 17 18 12 14 17 25 22|0.0|2.68 +002033|sil deng3 yi4 deng3 ka2 er3 bu4 xian1 sheng5 sil|sil 等 一 等 卡 尔 布 先 生 sil|23 17 14 28 17 11 14 19 24 22|0.0|2.19 +002034|sil gai1 pei4 he2 ni2 yan3 chu1 de5 wo2 yan3 shi4 er2 bu2 jian4 sil|sil 该 配 合 你 演 出 的 我 演 视 而 不 见 sil|25 19 20 13 18 18 18 10 25 21 17 16 14 27 21|0.0|3.27 +002035|sil you3 yi4 tian1 sp1 you3 ren2 tong1 guo4 qun2 li3 de5 duan3 xin4 wen4 ta1 sp1 yao4 bu2 yao4 mai3 zhi1 fang3 zhen1 qiang1 wan2 wan5 sil|sil 有 一 天 sp1 有 人 通 过 群 里 的 短 信 问 他 sp1 要 不 要 买 支 仿 真 枪 玩 玩 sil|23 17 11 29 23 12 13 19 13 19 12 8 19 19 15 25 30 16 9 12 21 15 21 16 22 19 24 20|0.0|5.83 +002036|sil ta1 na2 shu4 cha4 wang3 he2 li3 yi4 da3 sp1 yi2 huir4 r jiu4 zhua1 le5 yi2 da4 dui1 yu2 sil|sil 他 拿 树 杈 往 河 里 一 打 sp1 一 会 儿 就 抓 了 一 大 堆 鱼 sil|23 17 17 19 27 18 16 10 14 27 26 13 29 0 18 14 11 9 16 17 25 22|0.0|4.51 +002037|sil ta1 wu2 si1 de5 pin3 ge2 ling4 ren2 jing4 yang3 sil|sil 他 无 私 的 品 格 令 人 敬 仰 sil|22 25 16 14 10 24 23 18 16 19 30 17|0.0|2.72 +002038|sil xia4 man4 ha1 dun4 di4 qu1 xian4 ru4 yi2 pian4 hei1 an4 sil|sil 下 曼 哈 顿 地 区 陷 入 一 片 黑 暗 sil|27 25 17 15 16 14 22 24 14 13 21 20 21 21|0.0|3.13 +002039|sil ni3 yan2 zhi2 yi4 bai2 wu3 shi5 fen1 sil|sil 你 颜 值 一 百 五 十 分 sil|25 15 19 24 13 17 14 15 22 23|0.0|2.17 +002040|sil er2 fo2 xiang4 mu2 yang4 ci3 shi2 ye3 shi2 fen1 qing1 shou4 sil|sil 而 佛 像 模 样 此 时 也 十 分 清 瘦 sil|25 20 21 15 20 23 21 19 17 16 16 21 25 19|0.0|3.23 +002041|sil mei2 duo1 jiu3 sp1 zhen4 shang4 de5 gan4 bu4 jiu4 man3 jie1 rang1 rang5 sp1 rang4 cun1 min2 sp1 wang3 gao1 chu4 zhuan3 yi2 duo3 bi4 shan1 hong2 sil|sil 没 多 久 sp1 镇 上 的 干 部 就 满 街 嚷 嚷 sp1 让 村 民 sp1 往 高 处 转 移 躲 避 山 洪 sil|25 14 15 28 7 20 17 6 19 17 14 20 15 20 21 22 19 21 25 6 20 18 18 20 14 15 12 21 29 22|0.0|6.27 +002042|sil jia1 shang4 ren2 sheng1 meng3 sp1 ting3 xiang4 leng4 tou2 qing1 sil|sil 加 上 人 生 猛 sp1 挺 像 愣 头 青 sil|24 23 22 18 21 23 8 21 20 16 16 31 21|0.0|3.07 +002043|sil mei3 ge4 ge4 ti3 huo4 de2 ying1 you3 de5 zun1 zhong4 sp1 yao4 huo2 de5 you3 zun1 yan2 yi4 dian3 sil|sil 每 个 个 体 获 得 应 有 的 尊 重 sp1 要 活 得 有 尊 严 一 点 sil|25 16 12 19 25 20 11 15 14 10 19 20 22 15 18 14 17 18 16 12 25 18|0.0|4.42 +002044|sil zao2 qi3 de5 niao3 er2 you3 chong2 chi1 sil|sil 早 起 的 鸟 儿 有 虫 吃 sil|26 21 16 9 21 23 16 24 27 23|0.0|2.39 +002045|sil ke2 you3 xiao4 zu3 ge2 chou4 wei4 sil|sil 可 有 效 阻 隔 臭 味 sil|23 22 17 22 17 13 22 25 22|0.0|2.12 +002046|sil bu2 guo4 sp1 ye3 zhi2 you3 jiang1 jiu4 le5 sil|sil 不 过 sp1 也 只 有 将 就 了 sil|23 14 24 7 14 14 13 23 22 18 21|0.0|2.24 +002047|sil tu2 wei2 sun2 mao3 shi2 gou4 jian4 sil|sil 图 为 榫 卯 石 构 件 sil|23 22 22 21 19 17 15 23 21|0.0|2.12 +002048|sil na2 li3 hui4 yin1 ci3 shi1 qu4 yu3 wen2 zuo4 wen2 de5 feng1 du4 ne5 sil|sil 哪 里 会 因 此 失 去 语 文 作 文 的 风 度 呢 sil|24 16 16 15 14 24 16 22 14 14 14 14 8 20 17 20 21|0.0|3.36 +002049|sil mo4 li3 si1 zhe4 fan1 chi4 luo2 luo3 de5 zhong3 zu2 zhu3 yi4 yan2 lun4 sp1 zao1 dao4 yu2 lun4 tong4 pi1 sil|sil 莫 里 斯 这 番 赤 裸 裸 的 种 族 主 义 言 论 sp1 遭 到 舆 论 痛 批 sil|24 17 13 24 17 23 16 14 16 10 20 14 13 12 20 20 5 21 19 11 18 21 27 21|0.0|4.83 +002050|sil ku3 se4 de5 sha1 chui1 tong4 lian3 pang2 de5 gan3 jue2 sil|sil 苦 涩 的 沙 吹 痛 脸 庞 的 感 觉 sil|22 25 16 11 30 22 17 19 20 8 20 26 22|0.0|3.0 +002051|sil da3 ge5 zhen1 fei4 hua4 zhen1 duo1 sil|sil 打 个 针 废 话 真 多 sil|23 18 11 23 19 18 21 23 24|0.0|2.09 +002052|sil pai1 wan2 ju4 sp1 si1 di3 xia4 mei2 you3 lian2 luo4 sil|sil 拍 完 剧 sp1 私 底 下 没 有 联 络 sil|23 20 18 22 4 21 13 19 17 11 19 23 21|0.0|2.68 +002053|sil yi4 gan3 ren2 qun2 yao4 jin3 liang4 jian2 shao3 wai4 chu1 sil|sil 易 感 人 群 要 尽 量 减 少 外 出 sil|26 15 17 18 30 22 16 20 17 17 18 29 22|0.0|3.1 +002054|sil nan2 lv3 ke4 mian4 dui4 mao2 wei4 dong1 de5 dang1 chang3 pan2 wen4 sp1 shi3 zhong1 duo2 duo3 shan2 shan3 sp1 ji2 yu2 tuo1 shen1 sil|sil 男 旅 客 面 对 毛 卫 东 的 当 场 盘 问 sp1 始 终 躲 躲 闪 闪 sp1 急 于 脱 身 sil|25 18 16 19 19 11 17 16 16 9 18 19 23 22 16 20 22 16 14 19 25 5 18 11 20 24 22|0.0|5.57 +002055|sil gang3 zhu1 ao4 da4 qiao2 chu2 le5 gui1 mo2 hong2 da4 sp1 hai2 jiang1 ju4 you2 cui3 can4 duo2 mu4 de5 wai4 guan1 sil|sil 港 珠 澳 大 桥 除 了 规 模 宏 大 sp1 还 将 具 有 璀 璨 夺 目 的 外 观 sil|23 22 12 17 15 28 16 11 14 16 25 19 26 13 15 14 18 23 22 13 16 8 17 25 20|0.0|5.2 +002056|sil fan3 guan1 liang2 lie4 wei2 sp1 pi3 ze2 pi2 yi3 sp1 que4 zong3 jue2 de5 sp1 qian4 le5 yi4 dian2 hen3 jin4 sil|sil 反 观 梁 烈 唯 sp1 痞 则 痞 矣 sp1 却 总 觉 得 sp1 欠 了 一 点 狠 劲 sil|26 24 20 18 15 27 7 22 15 25 24 19 20 19 17 14 4 21 8 11 16 24 25 20|0.0|5.12 +002057|sil hai2 you3 dui4 ti3 ruo4 er2 jin4 xing2 zhuan1 an4 guan2 li3 sil|sil 还 有 对 体 弱 儿 进 行 专 案 管 理 sil|25 19 18 15 19 19 17 18 21 15 15 17 25 21|0.0|3.06 +002058|sil deng2 wo3 man4 man4 yong4 xin1 ling2 qu4 gan3 shou4 yi2 xia4 xian1 sil|sil 等 我 慢 慢 用 心 灵 去 感 受 一 下 先 sil|22 20 19 25 22 19 21 23 15 18 18 9 17 27 20|0.0|3.42 +002059|sil you2 ci3 sp1 fang1 ti3 zhong1 xiang3 dao4 le5 gu1 nai3 zhang1 shu1 yun2 sp1 duo1 ci4 qing3 qi2 gen1 wang2 wen2 li4 shuo1 shuo5 sil|sil 由 此 sp1 方 体 忠 想 到 了 姑 奶 张 淑 云 sp1 多 次 请 其 跟 王 文 利 说 说 sil|25 15 29 14 23 16 23 21 11 11 16 21 17 19 26 30 16 16 20 22 19 17 14 16 19 24 19|0.0|6.03 +002060|sil qiao2 dun1 yao4 kua3 le5 sp1 huo3 che1 hai2 mei2 zou3 wan2 sil|sil 桥 墩 要 垮 了 sp1 火 车 还 没 走 完 sil|24 27 18 15 27 21 9 21 23 11 15 21 28 23|0.0|3.28 +002061|sil long2 xia1 wei1 ji1 zhi1 hou4 sp1 yi2 qie4 yin1 ci2 gai3 bian4 sil|sil 龙 虾 危 机 之 后 sp1 一 切 因 此 改 变 sil|23 19 19 16 14 17 22 8 20 25 18 17 17 23 20|0.0|3.23 +002062|sil hao3 yi2 pai4 xiao1 shu1 cang1 liang2 de5 jing3 se4 sil|sil 好 一 派 萧 疏 苍 凉 的 景 色 sil|24 22 12 27 25 19 23 17 8 20 27 20|0.0|2.83 +002063|sil qi3 yong4 hou4 sp1 shou3 pi1 jiang1 ba3 qi1 er4 ba1 san1 ling2 ba1 lu4 sp1 diao4 ru4 zhu3 lu4 gang3 wan1 sil|sil 启 用 后 sp1 首 批 将 把 七 二 八 三 零 八 路 sp1 调 入 主 路 港 湾 sil|23 22 21 23 17 22 26 24 21 21 15 24 18 16 17 22 20 22 19 15 16 15 27 21|0.0|5.65 +002064|sil zhe4 xie1 ji1 du2 quan3 gong1 xun1 zhuo2 zhu4 sil|sil 这 些 缉 毒 犬 功 勋 卓 著 sil|24 20 18 15 13 30 17 19 20 19 22|0.0|2.52 +002065|sil zai4 hai2 zi5 shang4 che1 hou4 sp1 li3 ya4 peng2 sp1 ye3 cong1 cong1 ba3 yan1 qia1 mie4 ji2 mang2 li2 qu4 sil|sil 在 孩 子 上 车 后 sp1 李 亚 鹏 sp1 也 匆 匆 把 烟 掐 灭 急 忙 离 去 sil|26 20 21 9 19 21 21 18 12 17 30 5 15 17 16 16 15 22 24 16 17 17 25 22|0.0|5.12 +002066|sil zhe4 xia4 ke3 rang4 miao2 pu3 da4 wei2 nao2 huo3 sil|sil 这 下 可 让 苗 圃 大 为 恼 火 sil|23 22 24 16 14 20 29 14 13 20 33 20|0.0|2.88 +002067|sil zhu1 mou3 jue2 ding4 tun1 bing4 zhe4 ge5 du3 dang4 sil|sil 朱 某 决 定 吞 并 这 个 赌 档 sil|24 18 17 17 24 24 19 14 11 15 22 22|0.0|2.63 +002068|sil he2 lian4 can1 shi4 ren2 yuan2 zao2 yi3 jiu4 wei4 sp1 bing4 kai1 shi3 tiao2 shi4 yi2 qi4 sil|sil 合 练 参 试 人 员 早 已 就 位 sp1 并 开 始 调 试 仪 器 sil|21 23 20 20 15 18 18 18 16 17 22 14 16 17 15 20 15 16 25 25|0.0|4.31 +002069|sil pang4 wa2 an1 pai2 ta1 zuo4 fu4 jia4 shi3 wei4 zhi5 sil|sil 胖 娃 安 排 他 坐 副 驾 驶 位 置 sil|23 26 27 16 17 17 19 17 18 14 18 23 21|0.0|2.97 +002070|sil jiang1 jun5 jiu4 yao4 you3 zhan4 lve4 yi4 shi5 sil|sil 将 军 就 要 有 战 略 意 识 sil|24 27 22 13 14 18 19 16 16 26 20|0.0|2.5 +002071|sil ta1 shi4 na4 yang4 jing1 shen2 peng2 bo2 shi4 qi4 ang2 yang2 sil|sil 他 是 那 样 精 神 蓬 勃 士 气 昂 扬 sil|23 20 12 20 19 18 19 20 22 21 16 19 27 19|0.0|3.19 +002072|sil wu3 long2 wu3 shi1 hua1 che1 za2 shua2 deng3 sp1 dai4 biao3 zhong1 guo2 min2 zu2 feng1 de5 wen2 hua4 jie2 mu4 sp1 ying1 you3 jin4 you3 sil|sil 舞 龙 舞 狮 花 车 杂 耍 等 sp1 代 表 中 国 民 族 风 的 文 化 节 目 sp1 应 有 尽 有 sil|26 12 19 16 29 24 21 19 18 22 4 16 21 17 10 19 13 15 10 18 19 14 24 17 19 17 18 27 20|0.0|6.08 +002073|sil ke3 xi1 bei1 ju4 yi3 niang4 cheng2 hui2 tian1 fa2 li4 sil|sil 可 惜 悲 剧 已 酿 成 回 天 乏 力 sil|22 22 27 18 17 12 24 32 23 20 20 22 21|0.0|3.25 +002074|sil jing1 shai1 xuan3 zui4 zhong1 you1 bin1 sheng4 chu1 sil|sil 经 筛 选 最 终 优 滨 胜 出 sil|24 21 21 36 19 23 18 18 20 27 21|0.0|2.88 +002075|sil shi2 zhi2 bang4 wan3 sp1 yan1 cong1 kai1 shi3 pai2 yan1 sil|sil 时 值 傍 晚 sp1 烟 囱 开 始 排 烟 sil|25 22 14 21 26 18 17 25 19 12 21 25 22|0.0|3.1 +002076|sil tong2 shi2 sp1 yi4 gong1 men5 sp1 ye3 zheng4 zai4 chou2 bei4 jing1 fei4 sp1 gou4 mai3 yu4 han2 yi1 wu4 sp1 pai4 song4 gei3 gu1 gua2 lao3 ren2 sil|sil 同 时 sp1 义 工 们 sp1 也 正 在 筹 备 经 费 sp1 购 买 御 寒 衣 物 sp1 派 送 给 孤 寡 老 人 sil|23 21 29 22 15 15 23 5 13 16 16 19 13 18 23 24 15 24 15 19 17 18 4 20 18 18 16 15 19 26 22|0.0|6.51 +002077|sil tu2 wei2 luo4 wang3 de5 du2 fan4 sp1 zuo3 er4 wei2 liu2 ben3 lin2 sil|sil 图 为 落 网 的 毒 贩 sp1 左 二 为 刘 本 林 sil|23 25 20 20 18 9 16 24 15 20 17 24 24 16 29 22|0.0|3.74 +002078|sil you3 xie1 gou4 wu4 wang3 zhan4 sp1 hai2 zhuan1 men2 chu1 shou4 jun1 yong4 nei4 yi1 he2 wa4 zi5 sil|sil 有 些 购 物 网 站 sp1 还 专 门 出 售 军 用 内 衣 和 袜 子 sil|25 15 19 13 11 21 22 7 17 15 14 18 22 17 14 16 17 17 21 20 22|0.0|4.22 +002079|sil na4 lan4 tuo2 da4 xue2 yi2 zhi3 de5 hong2 zhuan1 jian4 zhu4 can2 hai2 sil|sil 那 烂 陀 大 学 遗 址 的 红 砖 建 筑 残 骸 sil|26 15 20 17 13 16 15 19 20 27 16 17 11 23 28 23|0.0|3.55 +002080|sil sui2 hou4 sp1 zou1 ying1 da3 kai1 ci4 wo4 fang2 men2 sil|sil 随 后 sp1 邹 英 打 开 次 卧 房 门 sil|26 22 21 27 21 16 17 22 20 12 18 26 22|0.0|3.13 +002081|sil jiu3 dian4 fang1 mian4 hui4 yao1 qiu2 fang2 ke4 sp1 bu2 yao4 tian3 qiang2 bi4 sp1 yi2 mian3 qiang2 bi4 yue4 lai2 yue4 bao2 sil|sil 酒 店 方 面 会 要 求 房 客 sp1 不 要 舔 墙 壁 sp1 以 免 墙 壁 越 来 越 薄 sil|24 19 17 16 20 23 15 14 20 20 4 13 16 16 25 19 22 12 17 22 24 16 13 16 27 23|0.0|5.49 +002082|sil ta1 xing3 lai2 hou4 xian1 zhao3 qing2 shi1 sp1 zai4 chuan1 hao3 yi1 fu5 sp1 hui2 xiang3 zuo2 ye4 de5 meng4 sp1 ke3 meng4 jing4 quan2 wu2 sil|sil 他 醒 来 后 先 找 情 诗 sp1 再 穿 好 衣 服 sp1 回 想 昨 夜 的 梦 sp1 可 梦 境 全 无 sil|24 19 17 17 22 19 15 22 23 20 17 16 16 17 21 20 17 21 16 13 7 21 27 19 19 18 24 24 22|0.0|6.42 +002083|sil yuan2 lai2 xiong2 dai4 lin2 chu2 le5 gan3 qing2 shang4 zhuan1 yi1 sp1 dui4 si1 wa4 ye3 xiang1 dang1 zhuan1 yi1 sil|sil 原 来 熊 黛 林 除 了 感 情 上 专 一 sp1 对 丝 袜 也 相 当 专 一 sil|26 12 23 23 12 23 15 10 18 18 18 18 18 15 15 21 24 13 18 14 17 23 20|0.0|4.81 +002084|sil you2 qi2 shi4 you3 xie1 yao4 jie2 wa2 wa5 qin1 de5 sp1 xiao4 de5 wo3 du4 zi5 dou1 teng2 sil|sil 尤 其 是 有 些 要 结 娃 娃 亲 的 sp1 笑 得 我 肚 子 都 疼 sil|26 15 17 22 19 14 13 17 18 15 23 14 13 22 9 17 19 12 14 32 19|0.0|4.29 +002085|sil kong3 jie2 yi3 ban4 mu4 you1 shi4 xing4 yun4 de5 ba2 de2 tou2 chou2 sil|sil 孔 杰 以 半 目 优 势 幸 运 地 拔 得 头 筹 sil|22 25 25 17 18 14 16 24 27 17 10 16 12 18 29 22|0.0|3.62 +002086|sil chuan2 shuo1 diao1 chan2 jiu4 sheng1 yu2 si1 zhang3 yu2 si1 sil|sil 传 说 貂 蝉 就 生 于 斯 长 于 斯 sil|23 23 27 21 29 17 22 15 30 23 14 28 22|0.0|3.41 +002087|sil gao1 ge4 lao3 ren2 jiao4 yang2 she2 xin1 sp1 zou3 lu4 yi4 que2 yi4 guai3 de5 lao3 ren2 sp1 jiao4 han2 wen2 jing4 sil|sil 高 个 老 人 叫 羊 舌 新 sp1 走 路 一 瘸 一 拐 的 老 人 sp1 叫 韩 文 静 sil|24 19 14 18 22 21 18 16 28 24 19 25 17 18 11 16 8 17 24 5 20 20 16 25 19|0.0|5.39 +002088|sil xian4 zai4 hao3 le5 sp1 yi2 ci4 mai3 ke2 yi3 yong4 shang4 yi4 nian2 ban4 zai3 de5 liang4 bei5 sil|sil 现 在 好 了 sp1 一 次 买 可 以 用 上 一 年 半 载 的 量 呗 sil|27 22 15 18 19 26 12 18 28 15 10 14 19 14 18 16 14 5 23 19 22|0.0|4.34 +002089|sil zheng4 xin1 yi2 dong3 de5 guan1 huai2 zhang2 zhe3 sp1 suo2 yi2 li3 xiang1 qin2 te4 bie2 teng2 ai4 ta1 sil|sil 郑 欣 宜 懂 得 关 怀 长 者 sp1 所 以 李 香 琴 特 别 疼 爱 她 sil|24 19 21 23 18 10 17 17 22 24 20 18 8 15 20 27 20 14 21 15 27 21|0.0|4.89 +002090|sil gan1 dang1 lv4 ye4 de5 gong3 han4 lin2 ti2 qian2 yi4 tian1 sp1 jiu4 lai2 dao4 nan2 jing1 dui4 cir2 r zou3 tai2 sil|sil 甘 当 绿 叶 的 巩 汉 林 提 前 一 天 sp1 就 来 到 南 京 对 词 儿 走 台 sil|24 20 16 18 13 9 17 16 26 17 17 15 24 7 14 17 11 19 20 16 20 0 18 36 22|0.0|5.01 +002091|sil ye3 jiu4 shi4 shuo1 sp1 gua1 zi3 ru2 guo3 bu2 cui4 sp1 huo4 zhe2 you3 ha1 la5 wei4 sp1 jun1 bei4 shi4 wei2 sp1 bu4 he2 ge2 pin3 sil|sil 也 就 是 说 sp1 瓜 子 如 果 不 脆 sp1 或 者 有 哈 喇 味 sp1 均 被 视 为 sp1 不 合 格 品 sil|25 13 13 10 24 20 21 26 15 14 15 25 4 22 9 15 17 18 19 23 20 13 16 18 4 15 19 13 30 17|0.0|5.96 +002092|sil wo3 can1 jia1 le5 da4 lian2 shi4 jun1 min2 qing4 zhu4 wu3 yi1 you2 yuan2 huo2 dong4 sil|sil 我 参 加 了 大 连 市 军 民 庆 祝 五 一 游 园 活 动 sil|25 12 18 15 22 14 15 14 16 23 23 17 17 17 16 16 21 19 20|0.0|3.95 +002093|sil hong2 quan1 chu4 sp1 shi4 she4 zai4 yu2 tang2 bian1 de5 du2 chang3 sil|sil 红 圈 处 sp1 是 设 在 鱼 塘 边 的 赌 场 sil|23 22 23 24 6 20 16 15 10 22 10 11 16 28 20|0.0|3.09 +002094|sil zong2 ti3 xiang4 mu4 sp1 yu4 ji4 zai4 er4 ling2 er4 er4 nian2 zhi1 qian2 wan2 cheng2 sil|sil 总 体 项 目 sp1 预 计 在 二 零 二 二 年 之 前 完 成 sil|25 22 15 20 21 10 14 16 20 15 12 15 13 17 11 17 15 32 20|0.0|3.83 +002095|sil wang2 kai2 lao3 jia1 zai4 nong2 cun1 sp1 zhe4 cun1 yi3 zhe5 yi4 tiao2 tie3 lu4 sil|sil 王 凯 老 家 在 农 村 sp1 这 村 倚 着 一 条 铁 路 sil|25 18 19 18 18 12 16 26 22 15 31 17 12 10 19 19 27 20|0.0|3.99 +002096|sil zhan4 zai4 ta2 ding3 ke2 yi2 fu3 kan4 zheng3 ge4 cheng2 shi4 sil|sil 站 在 塔 顶 可 以 俯 瞰 整 个 城 市 sil|24 19 11 22 32 14 12 17 21 16 12 19 23 21|0.0|3.05 +002097|sil yu2 dao4 di3 za2 si3 de5 sp1 gu4 lao3 han4 sp1 yi2 ding4 yao4 nong4 ge5 ming2 bai5 sil|sil 鱼 到 底 咋 死 的 sp1 顾 老 汉 sp1 一 定 要 弄 个 明 白 sil|26 19 17 11 21 21 19 18 13 18 24 4 16 12 13 19 7 22 20 20|0.0|3.95 +002098|sil zen3 yang4 ji1 fa1 zhan4 shi4 men5 sp1 ai4 jun1 xi2 wu3 de5 re4 qing5 sil|sil 怎 样 激 发 战 士 们 sp1 爱 军 习 武 的 热 情 sil|26 18 16 14 18 20 13 21 7 16 17 22 13 9 19 30 16|0.0|3.42 +002099|sil gao1 yin1 la3 ba5 ti2 xing3 suo2 you3 ren2 yuan2 cong2 zhi4 hong2 qu1 che4 li2 sil|sil 高 音 喇 叭 提 醒 所 有 人 员 从 滞 洪 区 撤 离 sil|24 19 15 19 21 19 22 18 14 16 26 26 18 18 17 19 25 22|0.0|4.16 +002100|sil xiao1 xi5 hen3 kuai4 chuan2 jin4 zhou1 wei2 er3 duo5 sil|sil 消 息 很 快 传 进 周 伟 耳 朵 sil|27 23 23 21 20 20 15 15 15 20 23 21|0.0|2.82 +002101|sil wen1 jia1 bao3 shuo1 sp1 ling2 dao2 zhe3 yao4 shan4 yu2 fa1 xian4 miao2 tou5 xing4 wen4 ti2 sp1 guo3 duan4 cai2 qu3 cuo4 shi1 sil|sil 温 家 宝 说 sp1 领 导 者 要 善 于 发 现 苗 头 性 问 题 sp1 果 断 采 取 措 施 sil|25 14 15 17 26 17 17 18 26 18 18 11 17 22 20 19 17 15 27 17 19 16 17 13 18 23 23|0.0|5.86 +002102|sil mei3 li4 de5 da4 ya4 wan1 sp1 he2 feng1 xu4 li4 sp1 bi4 bo1 wan4 qing3 sil|sil 美 丽 的 大 亚 湾 sp1 和 风 煦 丽 sp1 碧 波 万 顷 sil|25 15 16 9 17 19 25 7 19 18 19 22 9 17 16 20 34 13|0.0|3.72 +002103|sil zhuang1 zai4 bao1 li3 sp1 zou3 ye4 lu4 de5 shi2 hou5 dang1 gun4 zi5 fang2 shen1 sil|sil 装 在 包 里 sp1 走 夜 路 的 时 候 当 棍 子 防 身 sil|24 22 14 19 19 12 19 13 17 9 15 22 18 16 10 19 25 22|0.0|3.66 +002104|sil chou4 wei4 long3 zhao4 che4 ye4 nan2 mian2 sil|sil 臭 味 笼 罩 彻 夜 难 眠 sil|23 26 15 20 26 25 13 19 31 22|0.0|2.55 +002105|sil zhao4 shi4 che1 che1 tou2 you3 ming2 xian3 ao1 hen2 sil|sil 肇 事 车 车 头 有 明 显 凹 痕 sil|23 22 14 17 20 30 17 20 18 19 30 21|0.0|2.91 +002106|sil gong1 zhang1 sp1 yuan2 he2 lv2 lv3 cheng2 wei2 zha4 pian4 fen4 zi3 de2 shou3 de5 wu3 qi4 sil|sil 公 章 sp1 缘 何 屡 屡 成 为 诈 骗 分 子 得 手 的 武 器 sil|25 22 29 6 15 23 16 16 18 14 19 17 16 13 16 15 11 16 29 21|0.0|4.14 +002107|sil zhong1 guo2 zang4 ge1 hui4 qi3 dong4 wan3 hui4 sp1 ke3 wei4 shi4 qun2 xing1 cui3 can4 sil|sil 中 国 藏 歌 会 启 动 晚 会 sp1 可 谓 是 群 星 璀 璨 sil|24 20 15 19 12 19 18 13 18 22 13 17 14 22 21 18 19 28 21|0.0|4.1 +002108|sil jie1 zhe5 sp1 niu3 yue1 dang1 ju2 kai1 shi3 qing1 sao2 zu3 ke1 di4 gong1 yuan2 sp1 ban1 yun4 cheng2 dui1 de5 la1 ji1 sil|sil 接 着 sp1 纽 约 当 局 开 始 清 扫 祖 科 蒂 公 园 sp1 搬 运 成 堆 的 垃 圾 sil|24 22 22 13 16 13 19 22 18 12 19 20 19 17 13 17 26 21 17 19 23 13 6 20 26 21|0.0|5.55 +002109|sil zai4 zou1 yan4 yan4 xian2 liao2 de5 hua4 yin1 zhong1 sp1 ta1 na4 xie1 gao1 guan1 ge1 menr5 r neng2 liang4 dou1 bu4 ke2 xiao3 qu4 sil|sil 在 邹 焰 焰 闲 聊 的 话 音 中 sp1 他 那 些 高 官 哥 们 儿 能 量 都 不 可 小 觑 sil|25 23 19 15 17 19 15 8 22 15 22 25 14 17 20 18 17 16 27 0 21 28 16 14 15 19 25 23|0.0|5.98 +002110|sil fa3 xin1 she4 bao4 dao4 sp1 dang1 qian2 shi2 jie2 sp1 a1 wei2 ni2 weng1 ju4 you3 da4 liang4 you2 ke4 sil|sil 法 新 社 报 道 sp1 当 前 时 节 sp1 阿 维 尼 翁 聚 有 大 量 游 客 sil|24 20 17 17 15 18 29 15 17 16 24 22 10 13 18 25 20 21 15 17 17 23 21|0.0|5.04 +002111|sil xiang1 an4 shang4 hai2 fang4 zhe5 yi4 zhi1 xiang1 lu2 sp1 lu2 li2 ji3 zhu4 xiang1 zheng4 piao1 zhe5 niao2 niao3 yan1 qi4 sil|sil 香 案 上 还 放 着 一 只 香 炉 sp1 炉 里 几 炷 香 正 飘 着 袅 袅 烟 气 sil|27 24 19 21 24 20 10 11 12 21 24 28 16 16 12 15 32 17 20 12 18 21 19 26 22|0.0|5.65 +002112|sil zui4 hou4 sp1 cen2 zhen4 chao2 sp1 bang1 ta1 da3 ying2 le5 guan1 si5 sil|sil 最 后 sp1 岑 振 朝 sp1 帮 她 打 赢 了 官 司 sil|24 20 22 14 22 16 30 5 17 20 16 14 10 21 24 21|0.0|3.44 +002113|sil ta1 bei4 shang4 sp1 liu2 xia4 duo1 chu4 yu1 hen2 he2 ge1 shang1 sil|sil 他 背 上 sp1 留 下 多 处 淤 痕 和 割 伤 sil|23 18 20 21 4 17 19 15 16 18 22 15 17 29 21|0.0|3.19 +002114|sil kai1 ting2 dang4 tian1 sp1 pei2 tong2 wang2 ying2 chu1 ting2 ying4 su4 de5 sp1 shi4 qi2 gong1 gong5 zhang1 lao3 han4 sil|sil 开 庭 当 天 sp1 陪 同 王 莹 出 庭 应 诉 的 sp1 是 其 公 公 张 老 汉 sil|24 21 18 15 23 9 17 20 19 16 16 15 15 21 15 5 20 23 19 15 16 16 26 21|0.0|4.94 +002115|sil ge4 ban2 ben3 you3 yi4 zhong3 suan4 yi4 zhong3 sil|sil 各 版 本 有 一 种 算 一 种 sil|23 20 20 25 22 17 22 24 12 25 16|0.0|2.62 +002116|sil xiang1 guan1 ge4 fang1 an4 zhan4 you2 han1 sil|sil 相 关 各 方 暗 战 犹 酣 sil|27 23 16 16 29 20 17 19 31 22|0.0|2.56 +002117|sil wo3 men5 yao4 tong1 guo4 zhu4 zhai2 de5 xiao1 shou4 zi1 jin1 sp1 lai2 pie3 heng2 shang1 ye4 chi2 you3 de5 xian4 jin1 liu2 sil|sil 我 们 要 通 过 住 宅 的 销 售 资 金 sp1 来 撇 横 商 业 持 有 的 现 金 流 sil|25 7 13 13 23 19 21 17 10 15 15 16 23 20 17 24 28 22 15 23 16 11 17 15 29 22|0.0|5.53 +002118|sil ye4 shen1 le5 sp1 miao2 jun4 ming2 jiang1 shu2 shui4 de5 chuan1 chuan1 lou3 zai4 huai2 li3 sp1 hun1 hun1 yu4 shui4 sil|sil 夜 深 了 sp1 苗 俊 明 将 熟 睡 的 川 川 搂 在 怀 里 sp1 昏 昏 欲 睡 sil|26 16 22 20 25 17 17 27 23 18 15 7 20 26 20 17 20 22 8 20 16 15 25 21|0.0|5.37 +002119|sil gu3 xia4 gen4 sp1 deng3 ri4 ben3 guo2 hui4 yi4 yuan2 sp1 ri4 ben3 wai4 wu4 sheng3 guan1 yuan2 chu1 xi2 le5 zhao1 dai4 hui4 sil|sil 谷 下 亘 sp1 等 日 本 国 会 议 员 sp1 日 本 外 务 省 官 员 出 席 了 招 待 会 sil|24 17 19 25 6 20 15 15 13 18 12 27 20 15 23 19 10 17 17 25 22 12 11 16 16 24 21|0.0|5.56 +002120|sil yong4 shou3 qing1 qing1 yi4 bai1 sp1 tie3 tiao2 jiu4 hen3 qing1 yi4 de5 bian4 wan1 le5 sil|sil 用 手 轻 轻 一 掰 sp1 铁 条 就 很 轻 易 地 变 弯 了 sil|30 17 24 20 17 15 23 11 20 22 14 20 19 13 9 18 21 18 20|0.0|4.08 +002121|sil jiang3 fu4 gui4 xiong1 mei4 er4 ren2 zai4 wan2 shua3 sil|sil 蒋 富 贵 兄 妹 二 人 在 玩 耍 sil|25 26 17 20 19 15 14 19 15 18 28 22|0.0|2.76 +002122|sil liu4 shi2 qi1 nian2 jian1 sp1 ta1 chang2 huan2 zhai4 wu4 he2 ji4 sp1 yi2 wan4 san1 qian1 liu4 bai3 duo1 yuan2 sil|sil 六 十 七 年 间 sp1 他 偿 还 债 务 合 计 sp1 一 万 三 千 六 百 多 元 sil|25 16 13 17 19 22 20 17 20 18 19 22 20 24 18 13 17 18 18 16 13 14 29 19|0.0|5.19 +002123|sil wo3 hao2 xiang2 gei3 ta1 zheng1 yi2 ge4 re4 hu1 hu1 de5 li2 zi5 chi1 sil|sil 我 好 想 给 她 蒸 一 个 热 乎 乎 的 梨 子 吃 sil|25 14 16 20 13 14 16 13 19 17 13 15 6 21 14 26 23|0.0|3.31 +002124|sil xin1 lang2 chi2 yi2 le5 xia4 sp1 rang4 niao4 bie1 de5 sil|sil 新 郎 迟 疑 了 下 sp1 让 尿 憋 的 sil|26 23 23 27 11 11 24 21 17 22 22 15 22|0.0|3.06 +002125|sil da4 zhao1 si4 qian2 xiang1 yan1 niao2 niao3 sp1 you2 zhuan3 jing1 de5 lao3 ren2 zou3 guo4 sil|sil 大 昭 寺 前 香 烟 袅 袅 sp1 有 转 经 的 老 人 走 过 sil|23 17 16 16 26 19 16 16 32 14 15 21 16 8 17 16 18 23 21|0.0|4.06 +002126|sil fang2 gu3 zheng4 he2 bao3 chuan2 sp1 yi3 jing1 ying1 zi1 chu1 xian4 sil|sil 仿 古 郑 和 宝 船 sp1 已 经 英 姿 初 现 sil|25 29 18 16 12 16 31 16 12 23 18 15 19 27 20|0.0|3.45 +002127|sil wo3 jue2 ding4 li2 kai1 pai2 zhuo1 sp1 er3 duo5 tai4 zang1 le5 sil|sil 我 决 定 离 开 牌 桌 sp1 耳 朵 太 脏 了 sil|26 13 14 20 18 18 21 19 15 19 13 26 23 17 22|0.0|3.3 +002128|sil men2 qian2 zhai2 zhai3 de5 xiao3 xiang4 li3 hui1 chen2 mi2 man4 sil|sil 门 前 窄 窄 的 小 巷 里 灰 尘 弥 漫 sil|25 18 25 22 14 9 20 20 22 23 21 17 26 21|0.0|3.28 +002129|sil die1 die5 zao3 nian2 pao1 qi4 qi1 zi3 yu2 xiao3 san1 tong2 ju1 sp1 ru2 jin1 zhong4 feng1 hou4 wu2 ren2 zhao4 kan4 sil|sil 爹 爹 早 年 抛 弃 妻 子 与 小 三 同 居 sp1 如 今 中 风 后 无 人 照 看 sil|23 21 19 17 20 17 14 22 28 12 18 16 21 23 32 16 17 16 16 19 21 18 18 24 22|0.0|5.69 +002130|sil ye3 hui4 ti2 gong1 sheng1 zi3 pian1 fang1 gei2 xiao3 liang2 kou3 sil|sil 也 会 提 供 生 子 偏 方 给 小 两 口 sil|25 15 16 19 18 20 12 21 21 13 15 17 29 21|0.0|3.04 +002131|sil lin2 shuang3 yu2 sp1 dui4 ci3 chuan2 yan2 wei4 zhi4 ke2 fou3 sp1 dan4 ta1 ken3 ding4 hu2 de5 chu1 zou3 sp1 yu2 ji3 dui4 you3 guan1 sil|sil 林 爽 愉 sp1 对 此 传 言 未 置 可 否 sp1 但 她 肯 定 胡 的 出 走 sp1 与 挤 兑 有 关 sil|25 17 22 20 5 15 15 20 22 19 15 18 28 23 16 12 21 18 28 10 19 23 10 14 17 15 14 26 22|0.0|6.14 +002132|sil bu2 yong4 ya1 suo1 ji1 de5 leng2 nuan3 kong1 tiao2 qi4 huo4 zhuan1 li4 sil|sil 不 用 压 缩 机 的 冷 暖 空 调 器 获 专 利 sil|23 12 16 19 15 13 6 15 19 17 18 20 18 18 19 22|0.0|3.14 +002133|sil lu2 zi5 yan1 cong5 feng1 bi4 bu4 hao3 sp1 zheng3 ge4 wo1 peng2 bei4 yan1 long3 zhao4 sp1 qiang4 de5 ren2 ke2 sou4 bu4 ting2 sil|sil 炉 子 烟 囱 封 闭 不 好 sp1 整 个 窝 棚 被 烟 笼 罩 sp1 呛 得 人 咳 嗽 不 停 sil|25 19 12 19 21 18 13 15 26 17 19 12 16 29 14 15 20 23 19 22 8 21 20 17 15 31 21|0.0|5.89 +002134|sil ta1 zhong1 yu2 xia4 jue2 xin1 chai1 kai1 le5 niu2 pa2 can1 sil|sil 他 终 于 下 决 心 拆 开 了 牛 扒 餐 sil|23 18 19 11 17 14 25 21 16 10 18 21 26 22|0.0|3.03 +002135|sil xiao3 tou1 que4 yi4 dian2 ye3 bu2 qi4 nei3 sp1 ji4 xu4 zai4 chou1 ti5 nei4 fan1 zhao3 sil|sil 小 偷 却 一 点 也 不 气 馁 sp1 继 续 在 抽 屉 内 翻 找 sil|27 23 25 19 14 15 14 11 17 23 21 18 13 14 19 11 15 21 27 20|0.0|4.26 +002136|sil dan4 shi4 cong2 zhai4 shi4 de5 pin2 zhong3 he2 shu4 liang4 er2 yan2 sp1 reng2 ran2 pian1 di1 pian1 zhai3 sil|sil 但 是 从 债 市 的 品 种 和 数 量 而 言 sp1 仍 然 偏 低 偏 窄 sil|23 16 22 23 18 14 9 22 18 11 15 15 14 23 26 17 20 24 16 24 29 28|0.0|4.955 +002137|sil liang3 di4 xiang1 cha4 sp1 liu4 wan4 ba1 qian1 ba1 bai3 yuan2 sp1 liang3 di4 zhi1 bi3 sp1 wei2 wu2 dian3 er4 sil|sil 两 地 相 差 sp1 六 万 八 千 八 百 元 sp1 两 地 之 比 sp1 为 五 点 二 sil|25 21 17 20 29 8 15 20 16 20 14 17 27 26 17 12 18 25 11 15 15 15 22 22|0.0|5.19 +002138|sil dang4 tian1 sp1 cun1 min2 bing4 mei2 you3 fa1 xian4 wen1 tie3 shuan1 you3 yi4 chang2 biao3 xian4 sil|sil 当 天 sp1 村 民 并 没 有 发 现 温 铁 拴 有 异 常 表 现 sil|23 18 28 5 25 25 14 11 12 18 22 16 17 25 23 16 22 17 27 20|0.0|4.46 +002139|sil quan2 li4 yan4 zhuan3 shen1 fan3 hui2 yuan4 zi5 sp1 shun4 shou3 lin1 qi3 sao4 zhou5 sp1 zhi2 ben4 guo4 qu4 sil|sil 权 立 彦 转 身 返 回 院 子 sp1 顺 手 拎 起 扫 帚 sp1 直 奔 过 去 sil|24 23 15 23 22 20 18 14 19 21 21 20 17 20 14 20 19 4 18 17 14 24 22|0.0|4.98 +002140|sil zuo2 tian1 de5 zhong1 shan1 da4 xue2 sp1 liang2 qiu2 ju1 tang2 nei4 zuo4 wu2 xu1 xi2 sil|sil 昨 天 的 中 山 大 学 sp1 梁 銶 居 堂 内 座 无 虚 席 sil|25 20 21 14 15 16 16 24 7 23 18 15 20 19 23 13 18 28 22|0.0|4.15 +002141|sil ren2 min2 tiao2 jie2 fa3 sp1 ye3 jiang1 yu2 nian2 nei4 chu1 tai2 sil|sil 人 民 调 解 法 sp1 也 将 于 年 内 出 台 sil|25 16 18 19 15 24 15 11 16 14 19 15 19 31 22|0.0|3.24 +002142|sil an2 wan3 shang4 dou1 zai4 men2 kou3 liang2 kuai4 ma5 sp1 gai1 zuo2 zhuan3 wan1 de5 sp1 ta1 zhi2 xing2 sil|sil 俺 晚 上 都 在 门 口 凉 快 嘛 sp1 该 左 转 弯 的 sp1 他 直 行 sil|26 16 20 25 16 10 14 16 19 19 21 28 18 16 16 23 11 7 18 19 31 21|0.0|4.76 +002143|sil wu2 zha2 gui3 dao4 de5 gui2 zhen3 sp1 ben3 shen1 shi4 hun4 ning2 tu3 jiao1 guan4 er2 cheng2 sp1 er2 lu4 ji1 sp1 ye3 bu2 yong4 sui4 shi2 sil|sil 无 砟 轨 道 的 轨 枕 sp1 本 身 是 混 凝 土 浇 灌 而 成 sp1 而 路 基 sp1 也 不 用 碎 石 sil|25 16 18 16 14 7 20 29 4 16 18 21 20 17 18 19 15 13 28 29 11 20 25 9 12 12 16 20 30 22|0.0|6.27 +002144|sil chu1 chai1 ye3 yao4 zhao4 gu4 hao3 zi4 ji3 sil|sil 出 差 也 要 照 顾 好 自 己 sil|23 21 30 15 17 17 12 13 17 22 24|0.0|2.45 +002145|sil lie4 che1 wan2 dian3 cheng2 ke4 you3 quan2 yao1 qiu2 bu3 chang2 sil|sil 列 车 晚 点 乘 客 有 权 要 求 补 偿 sil|25 13 19 18 29 25 19 16 22 15 17 14 33 20|0.0|3.31 +002146|sil tu2 wei2 li3 bo2 shuo4 he2 xiao2 sa3 he2 ying3 sil|sil 图 为 李 博 硕 和 小 撒 合 影 sil|23 21 24 19 15 24 15 21 19 19 25 16|0.0|2.8 +002147|sil liang3 ren2 zai4 ci4 xiang3 wai1 dian3 zi5 sil|sil 两 人 再 次 想 歪 点 子 sil|25 18 23 18 16 19 18 21 22 22|0.0|2.35 +002148|sil ta1 men5 reng2 wei4 tao3 gong1 qian2 er2 lai2 sil|sil 他 们 仍 为 讨 工 钱 而 来 sil|23 15 14 17 18 21 17 19 11 29 22|0.0|2.39 +002149|sil gong1 gong5 sp1 lao3 gong1 he2 da4 gu1 jie3 sp1 dou1 zai4 feng4 gang3 yi4 jia1 wu3 jin1 chang3 wu4 gong1 sil|sil 公 公 sp1 老 公 和 大 姑 姐 sp1 都 在 凤 岗 一 家 五 金 厂 务 工 sil|23 25 21 5 22 21 19 15 17 24 16 17 21 20 17 11 21 18 18 21 12 22 21|0.0|4.96 +002150|sil chuan2 tong3 chi1 fa3 shi4 bai2 qie1 sp1 kou2 gan3 qing1 dan4 sp1 rou4 zhi4 hua2 nen4 sp1 yuan2 zhi1 yuan2 wei4 sil|sil 传 统 吃 法 是 白 切 sp1 口 感 清 淡 sp1 肉 质 滑 嫩 sp1 原 汁 原 味 sil|23 26 18 18 22 15 16 30 25 20 16 23 22 11 18 13 19 21 10 20 14 19 22 22|0.0|5.37 +002151|sil gen1 peng2 you5 zuo4 dian2 yi3 qian2 mei2 you3 zuo4 guo4 de5 shi4 qing2 sp1 hui4 rang4 hao3 yun4 yan2 xu4 o5 sil|sil 跟 朋 友 做 点 以 前 没 有 做 过 的 事 情 sp1 会 让 好 运 延 续 哦 sil|23 21 21 19 16 14 13 26 15 13 20 14 9 16 26 22 14 20 20 16 18 24 17 21|0.0|5.09 +002152|sil er2 qie3 sp1 xuan2 shang2 deng3 yu2 zhi2 jie1 gong1 kai1 xu1 qiu2 sp1 xiang3 ying4 fang1 huo4 rao4 kai1 jiao1 yi4 huan2 jie2 sil|sil 而 且 sp1 悬 赏 等 于 直 接 公 开 需 求 sp1 响 应 方 或 绕 开 交 易 环 节 sil|26 12 29 18 27 29 16 18 19 17 14 20 14 28 21 19 15 23 20 18 19 16 12 19 27 21|0.0|6.0 +002153|sil liu4 shi4 lan2 lan3 san2 san3 song1 song1 kua2 kua3 sil|sil 六 是 懒 懒 散 散 松 松 垮 垮 sil|25 21 24 23 17 19 27 22 18 23 30 21|0.0|3.14 +002154|sil zu2 jian4 meng4 nuan3 er2 de5 yan3 yi4 fa1 zhan3 qian2 li4 you3 duo1 me5 kuan1 guang3 sil|sil 足 见 孟 暖 儿 的 演 艺 发 展 潜 力 有 多 么 宽 广 sil|24 21 28 22 17 16 10 16 13 20 25 24 21 16 13 13 22 24 19|0.0|4.23 +002155|sil jian3 er2 yan2 zhi1 sp1 mei2 you3 ren2 bi2 ni3 geng4 liao2 jie2 zheng3 ge4 ye4 wu4 sil|sil 简 而 言 之 sp1 没 有 人 比 你 更 了 解 整 个 业 务 sil|25 19 12 17 23 23 12 12 22 13 26 16 21 16 15 9 19 21 22|0.0|3.98 +002156|sil zhe4 yi2 ye4 wu2 meng4 sp1 shui4 mian2 an1 wen3 de5 fang3 fu2 hang2 xing2 zai4 bei4 mai4 zhe2 lun2 guan4 ming2 shi2 de5 tai4 ping2 yang2 shang4 sil|sil 这 一 夜 无 梦 sp1 睡 眠 安 稳 得 仿 佛 航 行 在 被 麦 哲 伦 冠 名 时 的 太 平 洋 上 sil|23 22 9 17 16 27 20 18 19 16 21 16 23 13 17 18 22 13 18 11 19 14 16 16 8 20 17 21 22 21|0.0|6.19 +002157|sil zui4 gao1 ren2 min2 fa3 yuan4 yuan4 zhang3 wang2 sheng4 jun4 can1 jia1 hui4 jian4 sil|sil 最 高 人 民 法 院 院 长 王 胜 俊 参 加 会 见 sil|25 18 17 12 11 17 14 19 23 19 19 24 20 17 17 21 21|0.0|3.65 +002158|sil du3 shi2 fen1 wei2 men1 tou2 liao4 sp1 ban4 ming2 liao4 he2 ming2 liao4 san1 zhong3 sil|sil 赌 石 分 为 闷 头 料 sp1 半 明 料 和 明 料 三 种 sil|23 20 24 18 19 22 21 24 6 17 18 21 13 19 19 18 23 19|0.0|3.99 +002159|sil lao3 lang2 he2 ye4 bei4 sp1 gao1 xiao3 song1 de5 ci2 qu3 sil|sil 老 狼 和 叶 蓓 sp1 高 晓 松 的 词 曲 sil|24 19 23 17 18 19 12 17 16 17 8 18 28 21|0.0|2.98 +002160|sil bu2 guo4 sp1 xiao1 shou4 she1 hua2 que4 shu3 wu2 nai4 zhi1 ju3 sil|sil 不 过 sp1 销 售 奢 华 却 属 无 奈 之 举 sil|23 13 23 12 24 15 22 27 21 19 16 20 16 26 18|0.0|3.43 +002161|sil wang2 gui4 zhi1 quan4 chui2 tou2 sang4 qi4 de5 zhang4 fu5 sil|sil 王 桂 芝 劝 垂 头 丧 气 的 丈 夫 sil|25 19 16 28 29 18 18 19 13 8 22 24 22|0.0|3.03 +002162|sil shi2 xia4 sp1 yan4 zhuang1 cun1 min2 you4 chui1 xiang3 le5 chou2 jian4 wu3 xing1 ji2 bin1 guan3 sp1 he2 qi4 che1 cheng2 de5 chong1 feng1 hao4 sil|sil 时 下 sp1 燕 庄 村 民 又 吹 响 了 筹 建 五 星 级 宾 馆 sp1 和 汽 车 城 的 冲 锋 号 sil|26 18 26 18 18 17 18 24 18 19 20 11 22 21 13 18 14 17 24 17 16 18 18 20 9 17 16 19 24|0.0|6.22 +002163|sil ru2 jin1 sp1 a1 kui2 lai2 la1 yi3 jing1 shen1 wei2 ren2 mu3 sil|sil 如 今 sp1 阿 奎 莱 拉 已 经 身 为 人 母 sil|26 13 25 12 11 14 16 23 16 20 20 13 16 27 21|0.0|3.17 +002164|sil yi2 wei4 shi4 min2 hua2 piao1 liu2 ting3 zai4 pa2 ti1 zi5 hui2 jia1 sil|sil 一 位 市 民 划 漂 流 艇 再 爬 梯 子 回 家 sil|25 11 12 16 26 25 18 16 28 15 21 22 10 19 26 20|0.0|3.6 +002165|sil che2 yuan3 yi4 dian3 sp1 yi4 ren2 tan2 lian4 ai4 zhao2 nv3 peng2 you5 sil|sil 扯 远 一 点 sp1 艺 人 谈 恋 爱 找 女 朋 友 sil|23 23 17 14 25 25 13 20 16 12 14 15 19 20 22 22|0.0|3.48 +002166|sil yu3 ben2 wang3 lian2 xian4 shi2 sp1 di4 mian4 reng2 zai4 chan4 dong4 sil|sil 与 本 网 连 线 时 sp1 地 面 仍 在 颤 动 sil|25 18 13 19 16 20 24 7 14 22 19 13 24 18 22|0.0|3.18 +002167|sil shang4 ban1 zu2 xiao2 geng3 jiu4 shi4 qi2 zhong1 yi2 wei4 sil|sil 上 班 族 小 耿 就 是 其 中 一 位 sil|25 24 15 18 24 27 16 13 17 17 13 21 22|0.0|2.93 +002168|sil bu2 guo4 sp1 tui2 gu3 wu2 fa3 fen2 shao1 sil|sil 不 过 sp1 腿 骨 无 法 焚 烧 sil|23 12 23 6 29 22 20 18 20 26 22|0.0|2.57 +002169|sil ying1 han4 ni2 di4 sp1 jue2 chu1 shi2 yi1 shi4 ji4 hei1 zuan4 jie4 sp1 liao4 zhi2 shi2 wan4 ying1 bang4 sil|sil 英 汉 泥 地 sp1 掘 出 十 一 世 纪 黑 钻 戒 sp1 料 值 十 万 英 镑 sil|26 17 20 16 18 5 18 21 15 11 16 13 18 18 20 22 19 19 19 18 18 22 20|0.0|4.75 +002170|sil ni3 yao4 xi3 wen2 le4 jian4 ma5 sil|sil 你 要 喜 闻 乐 见 吗 sil|25 11 19 17 13 15 21 21 22|0.0|1.9 +002171|sil kan4 na4 teng2 kong1 er2 qi3 de5 tiao4 ban3 sil|sil 看 那 腾 空 而 起 的 跳 板 sil|24 23 18 22 14 17 17 9 24 26 16|0.0|2.44 +002172|sil shou3 shu4 xu1 zai4 dan3 nang2 he2 fu4 bi4 zhi1 jian1 sp1 da1 jian4 lou4 guan3 sil|sil 手 术 需 在 胆 囊 和 腹 壁 之 间 sp1 搭 建 瘘 管 sil|24 27 27 18 17 18 21 16 18 17 14 21 4 16 15 19 27 18|0.0|3.91 +002173|sil jin4 ri4 sp1 ji4 zhe2 ou3 yu4 ge3 you1 kai1 zhe5 lu4 hu3 ji2 pu3 che1 zai4 jie1 shang4 liu1 da5 sil|sil 近 日 sp1 记 者 偶 遇 葛 优 开 着 路 虎 吉 普 车 在 街 上 溜 达 sil|25 20 20 22 17 15 19 14 18 26 18 9 20 18 15 15 24 17 12 17 18 21 22|0.0|4.9 +002174|sil xiong1 di4 lia3 zheng4 zhuo2 mo2 zen3 yang4 ba3 zhe4 ge5 xiao3 yuan4 gui1 hua4 hao3 sil|sil 兄 弟 俩 正 琢 磨 怎 样 把 这 个 小 院 规 划 好 sil|26 24 10 24 18 16 26 21 18 13 12 9 18 17 14 20 25 21|0.0|3.86 +002175|sil ruan2 nv3 shi4 xiang4 you4 er2 yuan2 ti2 chu1 le5 pei2 chang2 sil|sil 阮 女 士 向 幼 儿 园 提 出 了 赔 偿 sil|25 19 18 22 19 12 12 22 16 15 10 18 33 22|0.0|3.05 +002176|sil wan3 shang4 xi3 guo4 zao3 sp1 zai4 bei4 wo1 li3 zhui4 zhui4 bu4 an1 de5 kan4 zhe5 lao3 po5 pai1 lian3 sil|sil 晚 上 洗 过 澡 sp1 在 被 窝 里 惴 惴 不 安 的 看 着 老 婆 拍 脸 sil|25 16 23 17 15 28 16 16 15 16 20 17 15 13 19 16 19 9 16 14 20 28 20|0.0|4.8 +002177|sil ta1 men5 zai4 han4 bao3 ai4 si1 bu4 tu2 le4 qu1 fa1 xian4 duan1 ni2 sil|sil 他 们 在 汉 堡 爱 斯 布 图 勒 区 发 现 端 倪 sil|22 16 13 23 25 23 17 12 13 15 19 29 15 16 17 24 23|0.0|3.74 +002178|sil ju4 shuo1 sp1 li2 zi1 ceng2 yu2 lan2 xin1 ge2 jia1 zhong1 sp1 bu4 xia4 qiu2 zi3 feng1 shui3 zhen4 sil|sil 据 说 sp1 黎 姿 曾 于 兰 心 阁 家 中 sp1 布 下 求 子 风 水 阵 sil|24 18 27 13 18 21 21 14 17 18 13 18 23 5 18 24 24 14 17 15 22 20|0.0|4.69 +002179|sil ju4 xing1 yun3 luo4 sp1 ju3 guo2 bei1 tong4 sil|sil 巨 星 陨 落 sp1 举 国 悲 痛 sil|23 22 24 18 25 4 20 15 17 27 21|0.0|2.51 +002180|sil shi4 fa1 qing1 shan1 gong1 ye4 san1 lu4 sp1 wu3 hao4 fu4 si4 shi2 si4 hao4 teng2 fei1 diao4 ji4 hang2 sil|sil 事 发 青 山 工 业 三 路 sp1 五 号 附 四 十 四 号 腾 飞 调 寄 行 sil|25 19 25 22 21 13 12 18 20 5 18 24 19 13 12 19 23 24 16 15 15 29 21|0.0|4.97 +002181|sil ye3 jiu4 shi4 shuo1 sp1 mei3 guo2 er2 tong2 zheng2 zheng2 zao3 shu2 le5 wu3 sui4 sil|sil 也 就 是 说 sp1 美 国 儿 童 整 整 早 熟 了 五 岁 sil|26 13 12 11 24 20 15 14 14 26 18 15 19 12 13 16 24 23|0.0|3.66 +002182|sil lai4 ning2 diao1 xiang4 chong2 xin1 hui2 dao4 dong1 cang1 xiang4 sil|sil 赖 宁 雕 像 重 新 回 到 东 仓 巷 sil|25 17 19 16 25 21 18 17 14 14 17 26 20|0.0|2.89 +002183|sil gao1 su4 lu4 shang4 zhei4 yang4 huan4 tai1 shi2 zai4 tai4 wei1 xian3 sil|sil 高 速 路 上 这 样 换 胎 实 在 太 危 险 sil|23 19 14 16 23 13 13 21 23 21 15 18 16 26 21|0.0|3.27 +002184|sil ta1 yi4 shou3 kang2 lin3 zi5 sp1 yi4 shou3 ba1 wa3 li4 sil|sil 她 一 手 扛 檩 子 sp1 一 手 扒 瓦 砾 sil|23 22 17 20 20 20 18 8 16 22 17 15 20 25|0.0|3.05 +002185|sil zheng3 dun4 hou4 de5 xi1 shan1 jia3 mao4 mo2 tuo1 che1 sp1 wei4 he2 yu4 yan3 yu4 lie4 sil|sil 整 顿 后 的 锡 山 假 冒 摩 托 车 sp1 为 何 愈 演 愈 烈 sil|24 21 19 19 15 18 19 15 13 18 13 24 7 19 21 14 16 11 26 22|0.0|4.11 +002186|sil sa4 di2 si1 jiu4 shi4 zhei4 yang4 yi2 ge4 yin4 du4 fu4 hao2 sil|sil 萨 迪 斯 就 是 这 样 一 个 印 度 富 豪 sil|27 22 14 28 17 12 11 15 12 17 18 13 22 29 22|0.0|3.24 +002187|sil zhao4 shao4 kang1 wen4 sp1 zhe4 jian4 shi4 sp1 liang3 mian4 bu4 tao2 hao3 sp1 lu4 ying2 ye2 ke3 neng2 en1 jiang1 chou2 bao4 sil|sil 赵 少 康 问 sp1 这 件 事 sp1 两 面 不 讨 好 sp1 绿 营 也 可 能 恩 将 仇 报 sil|24 17 15 22 21 19 16 17 22 7 21 18 12 20 24 29 19 29 16 15 21 13 19 21 21 21|0.0|5.79 +002188|sil yue1 han4 xun4 sp1 lie4 wei2 duo2 qu3 ao4 yun4 jin1 pai2 de5 ren2 xuan3 sil|sil 约 翰 逊 sp1 列 为 夺 取 奥 运 金 牌 的 人 选 sil|26 12 19 24 4 16 19 16 14 15 13 16 16 8 17 32 20|0.0|3.33 +002189|sil luo2 zhi4 xiang2 gen1 bang4 bang4 tang2 si1 jiao1 bu2 cuo4 sp1 da4 jia1 dou1 ai4 tiao4 wu3 sp1 chang2 yi4 qi3 qie1 cuo1 wu3 gong1 sil|sil 罗 志 祥 跟 棒 棒 堂 私 交 不 错 sp1 大 家 都 爱 跳 舞 sp1 常 一 起 切 磋 舞 功 sil|25 16 13 27 17 15 15 26 19 17 12 24 24 14 18 14 13 23 19 24 24 11 20 18 19 14 25 19|0.0|6.1 +002190|sil rang4 wu2 liao2 bian4 de5 you3 hua4 liao2 sil|sil 让 无 聊 变 的 有 话 聊 sil|25 20 17 28 17 8 18 22 29 22|0.0|2.39 +002191|sil zhe4 shi2 sp1 che1 ding3 reng2 ran2 bei4 ya1 de2 ga1 ga1 xiang3 sil|sil 这 时 sp1 车 顶 仍 然 被 压 得 嘎 嘎 响 sil|24 19 25 15 24 28 17 17 13 17 9 17 16 32 19|0.0|3.39 +002192|sil ta1 ai2 xiao3 de5 shen1 ying3 hen3 kuai4 yan1 mo4 zai4 ren2 qun2 zhong1 sil|sil 她 矮 小 的 身 影 很 快 淹 没 在 人 群 中 sil|21 22 18 15 8 19 26 24 20 16 14 13 15 20 23 21|0.0|3.43 +002193|sil sun1 wei4 ji2 sha1 che1 sp1 xiao3 jie2 sp1 yi2 xia4 bei4 zhuang4 fei1 le5 sil|sil 孙 未 及 刹 车 sp1 小 杰 sp1 一 下 被 撞 飞 了 sil|26 29 16 13 19 26 17 22 24 7 14 18 13 18 20 18 21|0.0|3.73 +002194|sil ta1 xi2 guan4 zai4 wan3 can1 qian2 sp1 bai3 nong4 yang2 tai2 shang4 de5 hua1 cao3 sil|sil 她 习 惯 在 晚 餐 前 sp1 摆 弄 阳 台 上 的 花 草 sil|22 20 17 18 17 20 18 29 4 17 19 18 20 16 7 19 33 22|0.0|3.9 +002195|sil li3 xian1 sheng5 fa1 pi2 qi4 sp1 shuai1 po4 le5 gua1 hu2 zhe3 li2 sp1 bing4 chong1 jin4 zhan4 tai2 sil|sil 李 先 生 发 脾 气 sp1 摔 破 了 刮 胡 啫 喱 sp1 并 冲 进 站 台 sil|25 15 23 21 18 22 20 6 23 16 14 18 17 18 21 14 18 18 14 18 30 20|0.0|4.75 +002196|sil shi2 hai3 jun1 jiang1 bei4 song4 wang3 ya4 zhou1 da4 xue2 yi1 yuan4 jie1 shou4 jiu4 zhi4 sil|sil 石 海 均 将 被 送 往 亚 洲 大 学 医 院 接 受 救 治 sil|24 19 18 23 20 13 16 22 17 13 14 16 12 22 17 16 17 25 19|0.0|3.98 +002197|sil feng1 ye3 jiu4 zou3 tou2 wu2 lu4 sp1 gui1 yu2 shi1 bai4 de5 jing4 di4 le5 sil|sil 风 也 就 走 投 无 路 sp1 归 于 失 败 的 境 地 了 sil|24 31 14 18 18 20 12 22 15 19 13 20 17 8 19 15 17 20|0.0|3.74 +002198|sil yi2 huir4 r sp1 liu2 lao3 lao5 you4 jiang1 zhu2 gan1 bei1 zai4 shen1 hou4 sp1 shi4 wei2 er4 lang2 ban1 shan1 sil|sil 一 会 儿 sp1 刘 姥 姥 又 将 竹 竿 背 在 身 后 sp1 是 为 二 郎 搬 山 sil|26 13 27 0 15 12 16 25 13 16 14 21 16 13 17 23 20 19 22 16 20 18 27 22|0.0|5.0 +002199|sil peng2 you5 wen4 sp1 zui4 jin4 hun4 de5 zen3 me5 yang4 a5 sil|sil 朋 友 问 sp1 最 近 混 得 怎 么 样 啊 sil|22 22 19 20 22 17 22 17 8 10 16 17 21 22|0.0|2.96 +002200|sil yang2 fang2 hei1 wa2 fen3 qiang2 sp1 ni2 bi4 mu4 di4 sil|sil 洋 房 黑 瓦 粉 墙 sp1 泥 壁 木 地 sil|25 23 25 23 19 21 31 19 17 13 19 23 22|0.0|3.25 +002201|sil hui2 shou2 wang3 ri4 sp1 ying4 lang3 de5 bei4 ying2 qiao3 ran2 yuan3 qu4 sp1 er2 ru2 jin1 de5 que4 shi4 lei2 ruo4 de5 shuang1 jian1 sil|sil 回 首 往 日 sp1 硬 朗 的 背 影 悄 然 远 去 sp1 而 如 今 的 却 是 羸 弱 的 双 肩 sil|29 19 18 20 25 22 16 16 8 17 24 25 15 20 25 34 12 16 20 18 23 14 21 16 9 22 27 30|0.0|6.51 +002202|sil xue2 sheng1 geng4 jia1 xiang1 xin4 sp1 yan3 qian2 si4 hu1 yong3 shang4 le5 xu3 duo1 yin3 zheng4 yong4 de5 shu1 ming2 hao4 sil|sil 学 生 更 加 相 信 sp1 眼 前 似 乎 涌 上 了 许 多 引 证 用 的 书 名 号 sil|31 20 26 16 15 19 20 30 15 23 16 13 17 15 9 19 24 20 18 15 8 16 18 23 31|0.0|5.535 +002203|sil ta1 tong2 yang4 cu1 bao4 you3 li4 sil|sil 它 同 样 粗 暴 有 力 sil|25 22 24 19 19 15 15 21 28|0.0|2.18 +002204|sil ao4 ti3 he2 er4 wai4 de5 di4 yi2 yang4 sp1 dan4 yi2 ge5 ju4 ying4 sp1 yi2 ge5 ju4 ruan3 sil|sil 奥 体 和 二 外 的 地 一 样 sp1 但 一 个 巨 硬 sp1 一 个 巨 软 sil|29 20 24 19 15 18 10 13 13 24 22 23 13 11 18 24 9 12 10 16 32 29|0.0|4.69 +002205|sil dang4 wan3 sp1 xu2 zhou1 bei3 qu1 yi4 xiao3 qu1 nei4 sp1 shi2 na4 na5 luo4 wang3 sp1 qi2 zhang4 fu5 zhang1 qing4 sp1 bei4 zhua1 bu3 gui1 an4 sil|sil 当 晚 sp1 徐 州 北 区 一 小 区 内 sp1 石 娜 娜 落 网 sp1 其 丈 夫 张 庆 sp1 被 抓 捕 归 案 sil|28 20 27 17 18 17 16 23 13 17 15 19 16 16 17 11 17 21 25 19 20 13 20 26 9 17 20 14 16 20 32|0.0|6.72 +002206|sil zai4 liang3 ren2 qing2 han1 yi4 nong2 zhi1 shi2 sp1 nv2 you2 ou3 ran2 shuo1 dao4 sp1 xiang3 qu4 guo2 wai4 lv3 you2 sil|sil 在 两 人 情 酣 意 浓 之 时 sp1 女 友 偶 然 说 到 sp1 想 去 国 外 旅 游 sil|26 17 16 24 20 19 11 18 13 28 25 13 19 12 15 17 18 6 19 19 14 15 13 27 33|0.0|5.31 +002207|sil zai4 yong4 gang1 jin1 ba3 men2 cha1 shang4 hou4 sp1 zhang1 mou3 sui2 ji2 ning3 kai1 le5 sp1 mei2 qi4 guan4 fa2 men2 sil|sil 在 用 钢 筋 把 门 插 上 后 sp1 张 某 随 即 拧 开 了 sp1 煤 气 罐 阀 门 sil|32 19 20 19 25 12 15 20 19 20 28 19 22 17 13 21 17 13 6 15 13 17 17 27 29|0.0|5.51 +002208|sil dui4 na4 xie1 guang1 shua2 zui3 pi2 zi5 sp1 guang1 zhuo2 mo5 ren2 bu4 zhuo2 mo5 shi4 de5 sp1 jian1 jue2 bu2 yong4 sil|sil 对 那 些 光 耍 嘴 皮 子 sp1 光 琢 磨 人 不 琢 磨 事 的 sp1 坚 决 不 用 sil|27 12 18 24 18 18 16 24 15 13 20 13 14 25 13 14 12 21 14 8 19 15 13 20 31|0.0|5.07 +002209|sil ta1 hao2 bu2 tui4 suo1 sp1 niu3 zhu4 yi2 ge5 dai3 tu2 de5 shuang1 wan4 sil|sil 他 毫 不 退 缩 sp1 扭 住 一 个 歹 徒 的 双 腕 sil|26 25 22 11 18 23 20 14 13 10 12 17 13 7 22 20 27|0.0|3.48 +002210|sil cun1 min2 feng2 xue2 li3 he2 ren4 qi3 tai4 sp1 ye3 fen1 bie2 chou2 qian2 sp1 da3 suan4 mai3 xia4 guan1 cai5 sp1 an1 zang4 feng2 guang1 guo2 sil|sil 村 民 冯 学 礼 和 任 启 泰 sp1 也 分 别 筹 钱 sp1 打 算 买 下 棺 材 sp1 安 葬 冯 光 国 sil|34 23 26 19 16 23 15 19 16 26 14 12 18 12 18 32 45 14 26 15 15 19 24 6 18 19 18 18 28 30|0.0|7.17 +002211|sil dian1 chi2 wei4 shi4 zhang1 zheng4 xiang2 sil|sil 滇 池 卫 士 张 正 祥 sil|26 21 21 18 23 18 16 36 28|0.0|2.4 +002212|sil duo1 ci4 zhi4 wen4 zhang4 fu5 wei4 guo3 sp1 ku3 men4 zhi1 yu2 sp1 jiang1 cai1 yi2 gao4 su4 le5 nv3 er2 sil|sil 多 次 质 问 丈 夫 未 果 sp1 苦 闷 之 余 sp1 将 猜 疑 告 诉 了 女 儿 sil|26 18 25 14 18 17 15 15 28 29 15 17 17 23 7 20 21 19 17 10 10 19 26 31|0.0|5.3 +002213|sil zhu2 chang3 zuo4 zhan4 de5 zhong1 guo2 tian2 jing4 jun1 tuan2 sheng4 suan4 ji3 he2 sil|sil 主 场 作 战 的 中 国 田 径 军 团 胜 算 几 何 sil|29 16 23 14 14 6 17 13 19 15 15 27 22 18 15 31 28|0.0|3.735 +002214|sil wo3 men5 zu1 gei3 bie2 ge4 ma5 sp1 ye3 yao4 shou1 qian2 sai5 sil|sil 我 们 租 给 别 个 嘛 sp1 也 要 收 钱 噻 sil|29 11 20 18 14 17 11 25 13 10 13 18 26 23 25|0.0|3.175 +002215|sil ling4 wai4 sp1 yong4 hu4 wu2 fa3 zai4 wang3 shang4 chuo1 yi2 xia4 nv3 wang2 sil|sil 另 外 sp1 用 户 无 法 在 网 上 戳 一 下 女 王 sil|28 15 25 13 18 20 14 17 14 18 22 22 12 15 17 28 27|0.0|3.775 +002216|sil yin1 ci3 sp1 ru2 guo3 yi4 dao1 qie1 de5 an4 pai2 liang4 zheng1 shou1 sp1 ming2 xian2 you3 shi1 gong1 yun3 sil|sil 因 此 sp1 如 果 一 刀 切 地 按 排 量 征 收 sp1 明 显 有 失 公 允 sil|31 14 30 18 15 16 14 15 21 18 14 18 18 15 21 16 18 24 14 15 18 23 34|0.0|5.105 +002217|sil bie2 meng1 wo3 sp1 wo3 yi2 shang4 gou1 sp1 ni3 jiu4 hui4 jie2 tu2 fa1 chu1 qu5 heng5 sil|sil 别 蒙 我 sp1 我 一 上 钩 sp1 你 就 会 截 图 发 出 去 哼 sil|27 19 24 23 18 9 15 25 18 12 13 13 11 15 16 18 15 16 21 28|0.0|4.135 +002218|sil yi1 yuan4 xi1 wang4 ta1 qu4 fa3 yuan4 qi3 su4 sp1 yuan4 fang1 hui4 an4 fa3 yuan4 pan4 jue2 zhi2 xing2 sil|sil 医 院 希 望 她 去 法 院 起 诉 sp1 院 方 会 按 法 院 判 决 执 行 sil|30 18 20 16 15 16 17 18 13 18 25 36 17 20 14 14 18 15 19 13 14 30 29|0.0|5.165 +002219|sil wo3 de5 ren2 sheng1 tu3 beng1 wa2 jie3 sil|sil 我 的 人 生 土 崩 瓦 解 sil|28 13 8 18 24 21 15 20 31 29|0.0|2.4 +002220|sil ta1 wei1 wei1 tian3 zhe5 du4 zi5 sp1 shuang1 shou3 cha1 yao1 sp1 mu4 shi4 qian2 fang1 sil|sil 他 微 微 腆 着 肚 子 sp1 双 手 叉 腰 sp1 目 视 前 方 sil|27 25 19 17 25 11 20 19 11 20 14 22 24 8 12 13 22 27 30|0.0|4.25 +002221|sil gai2 xie3 li4 shi3 de5 hai2 you3 yi2 chang1 sil|sil 改 写 历 史 的 还 有 宜 昌 sil|25 20 15 18 19 19 17 11 15 31 28|0.0|2.53 +002222|sil zai4 wa1 sp1 yi4 dui1 sui4 zhuan1 shi2 li3 sp1 mo1 dao4 le5 zou1 han4 jun1 de5 tou2 fa5 sil|sil 再 挖 sp1 一 堆 碎 砖 石 里 sp1 摸 到 了 邹 汉 君 的 头 发 sil|28 19 25 13 11 14 15 16 20 20 22 15 18 16 17 19 13 10 26 17 27|0.0|4.425 +002223|sil ji4 zhe3 kan4 dao4 sp1 yi4 xie1 cun1 min2 de5 fang2 wu1 sp1 ke3 wei4 weng4 you3 sheng2 shu1 sp1 nan2 zhe1 feng1 yu3 sil|sil 记 者 看 到 sp1 一 些 村 民 的 房 屋 sp1 可 谓 瓮 牖 绳 枢 sp1 难 遮 风 雨 sil|28 16 13 23 21 24 9 14 18 12 9 20 22 5 18 22 20 17 22 24 11 17 15 22 26 29|0.0|5.54 +002224|sil yi2 shi4 shang4 sp1 fei4 sen1 you2 si1 ka2 bi3 ji2 tuan2 sp1 yu3 sheng1 wu4 yi1 yao4 yuan2 qian1 shu3 he2 zuo4 xie2 yi4 sil|sil 仪 式 上 sp1 费 森 尤 斯 卡 比 集 团 sp1 与 生 物 医 药 园 签 署 合 作 协 议 sil|32 12 20 28 13 14 15 14 19 21 13 14 31 22 14 19 12 14 13 25 23 20 18 16 16 21 28|0.0|5.885 +002225|sil zhi1 hou4 sp1 hai3 xin4 sp1 ye3 yu2 shang4 zhou1 tui1 chu1 da4 chi3 cun4 yun2 dian4 shi4 sil|sil 之 后 sp1 海 信 sp1 也 于 上 周 推 出 大 尺 寸 云 电 视 sil|27 16 25 16 20 25 6 13 10 21 17 16 19 17 18 15 14 17 20 29|0.0|4.19 +002226|sil xue2 xiao4 wen2 hua4 qiang2 qian2 sp1 xiao3 jiang2 jie3 yuan2 sp1 jiang3 shu4 kai1 guo2 jiang1 jun5 sp1 du4 yi4 de2 de5 gu4 shi4 sil|sil 学 校 文 化 墙 前 sp1 小 讲 解 员 sp1 讲 述 开 国 将 军 sp1 杜 义 德 的 故 事 sil|30 19 19 12 14 20 31 17 21 17 14 26 5 21 19 20 12 19 21 5 12 13 15 10 15 22 29|0.0|5.55 +002227|sil ta1 dui4 zhe4 shi1 sp1 yue4 kan4 yue4 xi3 huan5 sil|sil 他 对 这 诗 sp1 越 看 越 喜 欢 sil|27 19 13 16 27 7 15 22 14 23 25 28|0.0|2.745 +002228|sil chen2 chun1 hua1 hui2 yi4 sp1 zi4 ji3 zai4 hou4 bei4 xiang1 nei4 sp1 jiang1 suo3 nong4 huai4 sp1 zao1 yu4 qian4 zhai4 ren2 meng2 kan3 sil|sil 陈 春 花 回 忆 sp1 自 己 在 后 备 厢 内 sp1 将 锁 弄 坏 sp1 遭 遇 欠 债 人 猛 砍 sil|30 20 16 18 22 17 28 13 11 15 17 11 19 18 4 20 16 16 26 21 16 16 21 12 14 17 33 33|0.0|6.035 +002229|sil yang1 qi3 de5 shen1 banr3 r sp1 yi2 xia4 zi5 jiu4 ying4 le5 bu4 shao3 sil|sil 央 企 的 身 板 儿 sp1 一 下 子 就 硬 了 不 少 sil|28 18 14 8 20 25 0 8 10 19 17 14 13 11 13 25 30|0.0|3.165 +002230|sil xian4 zai4 sp1 ta1 du4 qi2 yan3 zhou1 wei2 de5 pi2 fu1 sp1 dou1 yi3 kuai4 bei4 gao1 yao4 wu3 lan4 le5 sil|sil 现 在 sp1 她 肚 脐 眼 周 围 的 皮 肤 sp1 都 已 快 被 膏 药 捂 烂 了 sil|32 23 24 15 19 13 16 18 16 13 8 20 23 14 13 13 19 13 17 20 17 23 20 28|0.0|5.075 +002231|sil liang4 hua4 kao3 he2 xin1 chou2 yu3 ye4 ji4 gua4 gou1 de5 ji1 zhi4 sil|sil 量 化 考 核 薪 酬 与 业 绩 挂 钩 的 机 制 sil|31 17 19 20 31 26 33 14 19 14 17 14 8 17 24 28|0.0|3.85 +002232|sil zhou1 hong2 yi1 wei4 le5 zuo4 sou1 suo3 cong2 an1 quan2 zuo4 qi3 sp1 rao4 de5 quan1 geng4 da4 sil|sil 周 鸿 祎 为 了 做 搜 索 从 安 全 做 起 sp1 绕 的 圈 更 大 sil|28 19 19 26 13 10 16 16 25 23 15 19 16 22 20 17 9 23 18 23 28|0.0|4.705 +002233|sil jin1 tian1 zhong1 wu2 mai3 le5 juan2 bing3 sp1 hai2 mei2 chi1 wan2 ne5 sil|sil 今 天 中 午 买 了 卷 饼 sp1 还 没 吃 完 呢 sil|26 17 15 15 20 17 9 23 23 11 10 15 19 18 19 29|0.0|3.325 +002234|sil dui4 yu2 wu2 jiao3 da4 lou2 de5 cai3 gou4 xi4 tong3 er2 yan2 sp1 zhe4 ge5 hei1 shi2 yue4 sp1 hai2 yuan3 wei4 jie2 shu4 sil|sil 对 于 五 角 大 楼 的 采 购 系 统 而 言 sp1 这 个 黑 十 月 sp1 还 远 未 结 束 sil|28 19 19 14 17 14 15 8 20 14 13 16 14 25 24 17 10 18 21 21 5 17 18 15 17 21 29|0.0|5.445 +002235|sil zhong1 yu2 liao2 jie3 na4 zhong3 gan1 chang2 cun4 duan4 le5 sil|sil 终 于 了 解 那 种 肝 肠 寸 断 了 sil|26 18 12 19 12 17 19 18 21 19 20 19 26|0.0|2.855 +002236|sil bao2 xian2 gu3 ni4 shi4 zou3 qiang2 sil|sil 保 险 股 逆 势 走 强 sil|26 18 20 18 21 17 17 32 28|0.0|2.285 +002237|sil jia1 teng2 biao3 shi4 sp1 zhe4 yi4 qing2 bao4 sp1 lai2 zi4 yi2 wei4 e2 luo2 si1 die2 bao4 ren2 yuan2 sil|sil 加 藤 表 示 sp1 这 一 情 报 sp1 来 自 一 位 俄 罗 斯 谍 报 人 员 sil|28 19 23 17 22 24 13 12 20 22 7 14 14 8 19 11 10 18 16 13 17 26 28|0.0|4.655 +002238|sil si4 yi1 qi1 jiu3 hao4 ju4 xing2 xiao3 xing2 xing1 sp1 tu2 ta3 di4 si1 sp1 xing2 zhuang4 si4 hua1 sheng1 sil|sil 四 一 七 九 号 巨 型 小 行 星 sp1 图 塔 蒂 斯 sp1 形 状 似 花 生 sil|33 20 13 16 16 19 15 17 15 16 22 9 15 17 15 21 7 24 20 15 18 26 28|0.0|4.845 +002239|sil zheng4 jing3 zan2 di3 sp1 wo3 hai2 dei2 qie3 mo2 ne5 sil|sil 正 经 攒 底 sp1 我 还 得 且 磨 呢 sil|31 21 17 21 24 15 8 19 12 18 19 15 28|0.0|2.885 +002240|sil yan2 se4 yue4 shen1 sp1 peng2 sha1 han2 liang4 yue4 gao1 sil|sil 颜 色 越 深 sp1 硼 砂 含 量 越 高 sil|33 15 16 15 27 9 21 19 17 16 17 26 26|0.0|2.985 +002241|sil yu4 dai4 gao1 zhe4 ge5 te4 chan3 ke3 shi4 da4 you3 lai2 tou5 ne5 sil|sil 御 带 糕 这 个 特 产 可 是 大 有 来 头 呢 sil|31 15 16 17 11 9 17 30 16 14 15 11 21 15 20 28|0.0|3.325 +002242|sil guan1 dian2 jiong3 yi4 sp1 wang2 wang3 shi4 shi4 jiao3 de5 cha1 yi4 sil|sil 观 点 迥 异 sp1 往 往 是 视 角 的 差 异 sil|26 20 18 24 20 13 11 14 19 20 15 7 21 21 28|0.0|3.22 +002243|sil na4 si1 ji1 wu2 ru2 wo3 sil|sil 那 司 机 侮 辱 我 sil|30 15 18 15 15 20 25 27|0.0|1.915 +002244|sil wei1 chu2 li3 qi4 he2 nei4 cun2 sp1 ye3 shi4 ru2 ci3 sil|sil 微 处 理 器 和 内 存 sp1 也 是 如 此 sil|28 19 17 13 18 13 17 29 3 15 17 16 30 27|0.0|3.04 +002245|sil wang2 shuang1 hu2 deng3 ren2 sp1 sui4 gan3 dao4 jiu3 dian4 zao4 shi4 sil|sil 王 双 虎 等 人 sp1 遂 赶 到 酒 店 造 势 sil|29 16 18 17 15 24 3 24 18 12 13 15 16 28 27|0.0|3.19 +002246|sil er2 jie1 dao4 sp1 ye3 hui4 yu2 jin4 qi1 dui4 wang2 nv3 shi4 jia1 jin4 xing2 fen3 shua1 he2 qing1 li3 sil|sil 而 街 道 sp1 也 会 于 近 期 对 王 女 士 家 进 行 粉 刷 和 清 理 sil|34 17 19 19 12 10 14 13 20 20 16 17 13 15 25 18 20 21 21 13 23 24 29|0.0|5.03 +002247|sil wei4 shen2 me5 mei3 ci4 chan3 mao1 shi3 shi2 sp1 mao1 mao1 dou1 xi3 huan5 ding1 zhe5 kan4 sp1 ta1 men5 ge2 wai4 zai4 hu1 zi4 ji3 de5 bian4 bian5 ma5 sil|sil 为 什 么 每 次 铲 猫 屎 时 sp1 猫 猫 都 喜 欢 盯 着 看 sp1 它 们 格 外 在 乎 自 己 的 便 便 吗 sil|31 12 17 15 21 17 20 14 19 28 25 12 24 12 13 14 16 12 27 26 13 14 15 16 18 19 13 8 11 19 15 21 31|0.0|6.825 +002248|sil she4 an4 nan2 zi3 li2 mou3 sp1 cong2 hu2 bei3 lai2 sp1 sui4 yu3 qi1 zi3 sp1 yi4 qi3 kai1 wang3 dian4 sil|sil 涉 案 男 子 李 某 sp1 从 湖 北 来 sp1 穗 与 妻 子 sp1 一 起 开 网 店 sil|33 22 15 19 17 18 27 13 23 19 13 23 4 23 11 21 17 8 11 17 19 16 22 30|0.0|5.125 +002249|sil xia4 lou2 ti1 shi2 sp1 yang2 nv3 shi4 huang1 luan4 zhong1 sp1 bu4 xiao3 xin1 ba3 jiao2 gei2 wai3 le5 sil|sil 下 楼 梯 时 sp1 杨 女 士 慌 乱 中 sp1 不 小 心 把 脚 给 崴 了 sil|31 22 14 18 25 22 15 14 19 18 15 19 5 11 17 20 15 21 13 18 18 29|0.0|4.635 +002250|sil zheng4 shi4 ruo4 wei2 ci2 shan4 gu4 sp1 ming2 li4 jie1 ke3 pao1 sil|sil 正 是 若 为 慈 善 故 sp1 名 利 皆 可 抛 sil|29 21 29 20 14 18 20 21 15 18 19 19 19 30 26|0.0|3.69 +002251|sil ta1 de5 you1 shi4 xian3 er2 yi4 jian4 sp1 yi4 yu2 bei4 fen4 sp1 yi4 yu2 guan2 li3 sp1 yi4 yu2 jian2 suo3 sp1 qie3 you2 wei2 an1 quan2 sil|sil 它 的 优 势 显 而 易 见 sp1 易 于 备 份 sp1 易 于 管 理 sp1 易 于 检 索 sp1 且 尤 为 安 全 sil|28 18 11 15 22 18 13 17 25 28 9 14 16 26 12 11 11 22 27 16 12 12 21 29 34 28 17 14 18 33 28|0.0|7.025 +002252|sil ci3 qian2 sp1 gai1 yuan2 duo1 ming2 nei4 bu4 ren2 shi4 tou4 lu4 sp1 yuan2 fang1 chang2 qi1 pao4 hu2 gu2 jiu3 qing3 ke4 song4 li3 sil|sil 此 前 sp1 该 园 多 名 内 部 人 士 透 露 sp1 园 方 长 期 泡 虎 骨 酒 请 客 送 礼 sil|29 19 28 9 17 21 15 19 16 10 14 13 17 20 30 16 24 23 22 23 20 14 28 21 16 19 25 29|0.0|6.465 +002253|sil zheng3 ge4 hua4 mian4 sp1 hao3 si4 ye1 su1 jiang4 lin2 sil|sil 整 个 画 面 sp1 好 似 耶 稣 降 临 sil|27 19 12 21 21 7 18 21 16 15 19 26 27|0.0|2.89 +002254|sil yu3 hua1 tai2 qu1 ji4 wei3 sp1 zuo2 xiang4 ji4 zhe2 biao3 shi4 sp1 yi3 jing1 zhan3 kai1 diao4 cha2 sil|sil 雨 花 台 区 纪 委 sp1 昨 向 记 者 表 示 sp1 已 经 展 开 调 查 sil|31 14 19 20 16 15 24 6 18 25 15 14 18 23 20 12 17 16 13 15 28 29|0.0|4.74 +002255|sil wa1 you3 lin2 you4 kan4 jian4 ni3 sil|sil 挖 友 邻 又 看 见 你 sil|28 16 17 23 16 20 17 23 26|0.0|2.165 +002256|sil ta1 ceng1 yi2 xia4 yue4 xia4 chuang2 sp1 lan2 zai4 nv3 er2 mian4 qian2 sil|sil 他 噌 一 下 跃 下 床 sp1 拦 在 女 儿 面 前 sil|27 20 24 13 20 14 17 29 12 16 15 13 12 19 33 27|0.0|3.605 +002257|sil kan4 lai2 sp1 zhe4 ci4 you4 yao4 tui1 hou4 fa1 le5 sil|sil 看 来 sp1 这 次 又 要 推 后 发 了 sil|26 19 24 3 17 22 14 13 18 17 20 18 26|0.0|2.755 +002258|sil shuo1 ba4 sp1 you4 shuai3 chu1 qu5 yi4 zhang1 pai2 sil|sil 说 罢 sp1 又 甩 出 去 一 张 牌 sil|29 24 23 17 16 18 15 13 10 20 30 28|0.0|2.825 +002259|sil yu2 shi4 sp1 ta1 ba3 jiao1 nang2 yi4 ke1 ke1 ning3 kai1 sp1 nie1 zhe5 bi2 zi5 sp1 zhi2 jie1 wang3 xia4 tun1 yao4 fen3 sil|sil 于 是 sp1 她 把 胶 囊 一 颗 颗 拧 开 sp1 捏 着 鼻 子 sp1 直 接 往 下 吞 药 粉 sil|30 12 25 12 16 13 16 18 13 18 14 23 28 15 14 12 20 19 18 13 16 20 19 18 14 27 31|0.0|5.73 +002260|sil ni3 zui4 jin4 sp1 zong3 shi4 xi3 huan5 kai1 wo3 wan2 xiao4 sil|sil 你 最 近 sp1 总 是 喜 欢 开 我 玩 笑 sil|29 13 17 22 6 19 14 15 15 17 14 15 27 28|0.0|2.91 +002261|sil qi1 shi4 sp1 jia1 da4 gao1 jia4 lu4 qiao2 zao4 sheng1 wu1 ran2 zheng3 zhi4 li4 du4 sil|sil 七 是 sp1 加 大 高 架 路 桥 噪 声 污 染 整 治 力 度 sil|29 22 21 9 21 20 14 14 15 28 17 18 12 17 15 10 19 23 28|0.0|4.09 +002262|sil ta1 men5 sp1 man4 teng2 teng2 ju4 long3 sp1 qing1 ying2 xia4 ma3 sp1 jiang1 ma3 shuan1 zai4 yi4 qi3 sp1 gong4 qi1 pi3 sil|sil 他 们 sp1 慢 腾 腾 聚 拢 sp1 轻 盈 下 马 sp1 将 马 拴 在 一 起 sp1 共 七 匹 sil|27 18 29 7 19 19 19 15 26 6 25 14 18 23 22 18 21 20 11 13 28 13 17 23 29 29|0.0|5.91 +002263|sil zai4 ju4 li2 nv3 hai2 qi1 ba1 mi3 de5 di4 fang1 sp1 kong3 ling4 cen2 sp1 wei2 fang2 wan4 yi1 sp1 hai2 shi4 ting2 xia4 le5 jiao3 bu4 sil|sil 在 距 离 女 孩 七 八 米 的 地 方 sp1 孔 令 岑 sp1 为 防 万 一 sp1 还 是 停 下 了 脚 步 sil|29 18 13 13 18 20 18 15 13 9 14 25 27 19 18 30 8 15 20 15 19 13 16 14 18 12 9 21 20 31|0.0|6.15 +002264|sil zhan3 chu1 de5 tao2 ding2 deng3 she4 an4 wen2 wu4 sil|sil 展 出 的 陶 鼎 等 涉 案 文 物 sil|28 21 20 17 27 27 19 14 17 18 18 34|0.0|3.015 +002265|sil ying1 su4 shi4 ti2 lian4 du2 pin2 hai3 luo4 yin1 de5 yuan2 liao4 sil|sil 罂 粟 是 提 炼 毒 品 海 洛 因 的 原 料 sil|30 17 29 20 14 16 13 18 15 17 13 8 17 23 27|0.0|3.215 +002266|sil shi2 zhi4 jin1 ri4 sp1 reng2 bu4 zhi1 he2 yuan2 he2 gu4 re2 ci3 chen2 ai1 sil|sil 时 至 今 日 sp1 仍 不 知 何 缘 何 故 惹 此 尘 埃 sil|29 19 16 18 22 17 22 11 17 20 15 19 24 18 16 20 21 28|0.0|4.09 +002267|sil lin2 feng1 yu3 fu4 qin5 lin2 hua2 guo2 zai4 ling2 tang2 da2 dian3 yi2 qie4 sil|sil 林 峰 与 父 亲 林 华 国 在 灵 堂 打 点 一 切 sil|28 19 30 13 16 13 18 22 27 17 20 24 17 15 16 29 29|0.0|4.095 +002268|sil wo3 zhi3 shi4 bu2 shan4 yan2 ci2 er2 yi3 sp1 dan4 zhen1 de5 chang2 you2 biao3 da2 de5 yu4 wang4 sil|sil 我 只 是 不 善 言 辞 而 已 sp1 但 真 的 常 有 表 达 的 欲 望 sil|30 11 14 20 12 17 15 21 12 23 20 18 18 13 21 11 18 13 11 17 22 33|0.0|4.525 +002269|sil niu1 niu5 you3 xiu1 xi5 ri4 de5 sil|sil 妞 妞 有 休 息 日 的 sil|28 18 24 14 19 16 19 18 30|0.0|2.16 +002270|sil luo2 han2 ri4 qian2 zai4 fa3 guo2 can1 jia1 ga1 na4 dian4 ying3 jie2 sil|sil 罗 韩 日 前 在 法 国 参 加 嘎 纳 电 影 节 sil|28 15 26 13 17 13 21 26 21 24 14 17 11 17 29 28|0.0|3.71 +002271|sil wei2 sang1 de5 xiong2 xin1 sp1 shi4 rang4 zhong1 guo2 ying2 yang2 pin3 zou3 xiang4 wu3 da4 zhou1 sil|sil 维 桑 的 雄 心 sp1 是 让 中 国 营 养 品 走 向 五 大 洲 sil|28 16 19 9 18 24 7 18 23 15 9 14 19 26 17 18 15 17 21 32|0.0|4.24 +002272|sil ling4 wai4 sp1 gao1 wen1 ye3 hui4 dui4 nv3 xing4 luan3 xi4 bao1 chan3 sheng1 ying2 xiang3 sil|sil 另 外 sp1 高 温 也 会 对 女 性 卵 细 胞 产 生 影 响 sil|26 17 27 11 19 26 13 15 12 17 18 18 22 20 19 15 16 27 30|0.0|4.27 +002273|sil chen2 xing4 yu2 hui2 ying4 qiu1 yi4 bao4 liao4 sp1 ta1 jiang3 de5 hua4 jiu4 shi4 sheng4 zhi3 ma5 sil|sil 陈 幸 妤 回 应 邱 毅 爆 料 sp1 他 讲 的 话 就 是 圣 旨 吗 sil|27 21 20 20 19 16 18 13 17 22 25 17 15 9 29 14 10 21 15 23 29|0.0|4.64 +002274|sil bai3 wei1 xia4 gu3 cha4 sp1 shi4 tai4 guo2 he2 jian2 pu3 zhai4 sp1 yi4 zhi2 yi3 lai2 zai4 zheng1 duo2 de5 yi2 kuai4 wen2 hua4 yi2 zhi3 sil|sil 柏 威 夏 古 刹 sp1 是 泰 国 和 柬 埔 寨 sp1 一 直 以 来 在 争 夺 的 一 块 文 化 遗 址 sil|26 18 18 21 13 27 17 23 27 18 13 16 14 24 20 10 12 11 25 18 17 13 7 12 22 12 18 15 27 34|0.0|6.36 +002275|sil cong2 shi4 fei1 fa2 mai3 mai4 wai4 hui4 huo2 dong4 sil|sil 从 事 非 法 买 卖 外 汇 活 动 sil|27 25 22 17 15 17 20 16 16 18 23 28|0.0|2.83 +002276|sil fu4 jin4 kong1 wu2 yi4 ren2 sp1 ou2 you3 che1 liang4 huan2 huan2 shi3 guo4 sil|sil 附 近 空 无 一 人 sp1 偶 有 车 辆 缓 缓 驶 过 sil|26 20 24 21 11 15 25 14 12 12 19 20 17 16 19 21 28|0.0|3.72 +002277|sil dang1 ran2 shi4 yan2 shui3 ya1 la5 sil|sil 当 然 是 盐 水 鸭 啦 sil|27 16 16 22 18 19 18 23 28|0.0|2.17 +002278|sil jing4 zhe3 sp1 bu4 wu1 bu4 ran2 ye3 sil|sil 净 者 sp1 不 污 不 染 也 sil|26 27 28 11 17 18 15 23 28 26|0.0|2.545 +002279|sil zhen1 you2 dian3 e4 le5 sil|sil 真 有 点 饿 了 sil|25 21 15 16 25 21 26|0.0|1.735 +002280|sil gan3 jue2 hao3 wen1 nuan3 ya5 sil|sil 感 觉 好 温 暖 呀 sil|26 20 23 22 15 22 23 27|0.0|2.065 +002281|sil li2 yong3 bo1 chou2 zhun3 di4 di5 du2 ju1 yi2 shi4 de5 ji1 hui4 sp1 dong4 le5 sha1 ji1 sil|sil 李 永 波 瞅 准 弟 弟 独 居 一 室 的 机 会 sp1 动 了 杀 机 sil|30 13 18 22 22 14 16 19 16 18 14 16 10 17 21 13 14 11 21 25 29|0.0|4.4 +002282|sil san1 wu3 qi1 lu4 nan2 kou3 qu1 jian1 sp1 shuai3 nan2 kou3 xi1 zhan4 sp1 zhi4 gao1 ya2 kou3 shi2 yi1 zhan4 sil|sil 三 五 七 路 南 口 区 间 sp1 甩 南 口 西 站 sp1 至 高 崖 口 十 一 站 sil|31 23 14 17 18 21 15 16 24 18 23 19 17 17 25 5 23 18 19 18 17 12 24 32|0.0|5.41 +002283|sil yao4 jian1 jue2 fan3 dui4 xing2 xing2 se4 se4 de5 xing2 er2 shang4 xue2 sp1 he2 nong4 xu1 zuo4 jia3 de5 wai1 feng1 sil|sil 要 坚 决 反 对 形 形 色 色 的 形 而 上 学 sp1 和 弄 虚 作 假 的 歪 风 sil|31 19 17 14 21 19 19 16 18 18 9 14 12 21 27 6 14 16 16 16 12 8 17 27 28|0.0|5.05 +002284|sil ma3 de2 bao3 zai4 kuo4 tan2 xi1 la4 shen2 hua4 yu2 mei3 xue2 de5 guan1 xi5 sil|sil 马 德 保 再 阔 谈 希 腊 神 话 与 美 学 的 关 系 sil|30 17 16 30 21 23 26 17 16 20 25 11 20 17 10 22 22 29|0.0|4.32 +002285|sil zi1 ben3 bao4 chou2 sp1 ye2 you3 yi2 bu4 fen5 gui1 wei2 zheng4 fu3 sil|sil 资 本 报 酬 sp1 也 有 一 部 分 归 为 政 府 sil|28 16 17 16 27 4 10 11 13 14 19 13 13 19 31 27|0.0|3.225 +002286|sil lao2 hu3 yi4 da2 dun3 sp1 mao1 ye3 qi1 fu5 ni3 sil|sil 老 虎 一 打 盹 sp1 猫 也 欺 负 你 sil|28 20 18 14 17 28 10 18 15 17 14 27 28|0.0|2.95 +002287|sil zhi3 jian4 pu2 sa5 shen1 pi1 ying1 luo4 sp1 xia4 zhuo2 chang2 qun2 sp1 zao4 xing2 jing1 mei3 sil|sil 只 见 菩 萨 身 披 璎 珞 sp1 下 着 长 裙 sp1 造 型 精 美 sil|28 15 17 22 26 22 18 14 23 9 22 14 23 28 8 20 19 17 30 29|0.0|4.69 +002288|sil ci3 jian1 sp1 zhang1 zheng4 ji2 zheng4 yu3 du2 you3 liu1 bing1 sil|sil 此 间 sp1 张 正 吉 正 与 毒 友 溜 冰 sil|29 19 27 13 19 18 26 18 10 15 13 17 26 28|0.0|3.225 +002289|sil si1 di4 de2 yu3 mai4 ke4 nai4 er3 wo4 shou3 sp1 biao3 shi4 zhu4 he4 sil|sil 斯 蒂 德 与 麦 克 奈 尔 握 手 sp1 表 示 祝 贺 sil|29 21 14 26 20 20 12 13 15 18 26 7 16 13 18 26 29|0.0|3.75 +002290|sil tian1 qi4 hui1 bai2 sp1 kong1 qi4 bing1 liang2 sp1 feng1 ye2 xian2 lin3 lie4 sil|sil 天 气 灰 白 sp1 空 气 冰 凉 sp1 风 也 显 凛 冽 sil|27 25 15 25 26 4 20 16 16 30 12 21 16 18 16 25 27|0.0|3.935 +002291|sil ren2 fei1 sheng4 xian2 sp1 he2 kuang4 kong2 zi3 sp1 shang4 you3 yi2 zi4 zhi1 shi1 sil|sil 人 非 圣 贤 sp1 何 况 孔 子 sp1 尚 有 一 字 之 师 sil|26 21 17 20 28 12 16 26 25 20 5 18 13 16 17 15 26 29|0.0|4.065 +002292|sil hai2 shi4 xian1 po1 xie1 leng2 shui3 sil|sil 还 是 先 泼 些 冷 水 sil|27 15 12 16 18 14 21 28 29|0.0|2.085 +002293|sil you4 po4 you4 ai3 de5 wa3 fang2 bian4 cheng2 xin1 lou2 sp1 yi4 yu4 qing1 he2 hai2 zi5 men5 sp1 dun4 shi2 kan4 dao4 le5 xi1 wang4 sil|sil 又 破 又 矮 的 瓦 房 变 成 新 楼 sp1 易 玉 清 和 孩 子 们 sp1 顿 时 看 到 了 希 望 sil|33 16 21 14 16 8 20 26 16 14 19 27 33 13 12 27 16 19 10 19 9 15 16 20 10 9 19 21 30|0.0|6.125 +002294|sil you4 xi4 you4 ruan3 de5 yu1 ni2 sp1 gang1 hao3 yan1 zhi4 jiao3 bei4 sp1 hua2 de5 li4 hai5 sil|sil 又 细 又 软 的 淤 泥 sp1 刚 好 淹 至 脚 背 sp1 滑 得 厉 害 sil|30 17 19 16 17 7 16 28 8 17 16 18 11 18 21 18 21 7 21 25 28|0.0|4.4 +002295|sil wo3 men5 lai2 cha2 cha5 sp1 wen2 de2 er3 ban1 de5 shu1 sil|sil 我 们 来 查 查 sp1 文 德 尔 班 的 书 sil|30 10 11 14 22 24 3 13 10 17 17 9 25 29|0.0|2.715 +002296|sil xiao3 jia1 huo5 tou2 bu4 he2 pi4 gu5 chan2 you3 beng1 dai4 sp1 liang2 yan3 jiong2 jiong2 you3 shen2 sp1 zheng4 za1 zhe5 nai3 ping2 sil|sil 小 家 伙 头 部 和 屁 股 缠 有 绷 带 sp1 两 眼 炯 炯 有 神 sp1 正 咂 着 奶 瓶 sil|33 22 23 22 29 16 16 27 20 19 14 19 24 31 19 24 21 16 16 27 12 18 17 10 18 33 30|0.0|6.69 +002297|sil yi1 zhuo2 da3 ban4 sp1 ye2 hen2 jian3 dan1 gan4 lian4 sil|sil 衣 着 打 扮 sp1 也 很 简 单 干 练 sil|28 14 15 21 22 8 14 19 18 16 18 21 29|0.0|2.825 +002298|sil zai4 you3 jiu4 shi4 sp1 xu1 jia3 cheng2 nuo4 sp1 qiao2 qu3 hao2 duo2 sil|sil 再 有 就 是 sp1 虚 假 承 诺 sp1 巧 取 豪 夺 sil|27 18 15 17 23 4 22 17 22 21 4 25 17 19 27 29|0.0|3.57 +002299|sil jiu4 suan4 wo3 shi4 zi4 xun2 fan2 nao3 ba5 sil|sil 就 算 我 是 自 寻 烦 恼 吧 sil|27 17 18 14 22 16 18 17 18 23 27|0.0|2.525 +002300|sil ni3 yao4 gei2 wo2 fan3 ying4 de5 shi2 jian1 a5 sil|sil 你 要 给 我 反 应 的 时 间 啊 sil|27 7 17 10 12 23 16 9 15 16 25 27|0.0|2.37 +002301|sil wo3 de5 tou2 fa5 zhang3 de5 hen3 man4 ye5 sil|sil 我 的 头 发 长 得 很 慢 耶 sil|28 14 9 20 22 17 9 17 24 23 28|0.0|2.455 +002302|sil shuo1 bai2 le5 sp1 jiu4 shi4 que1 xin1 yanr3 r sil|sil 说 白 了 sp1 就 是 缺 心 眼 儿 sil|29 24 19 16 4 16 13 17 16 26 0 27|0.0|2.405 +002303|sil zai4 lu4 yong4 gan4 bu4 shi2 sp1 yao4 an4 zhao4 de2 cai2 jian1 bei4 de5 biao1 zhun3 ze2 you1 lu4 yong4 sil|sil 在 录 用 干 部 时 sp1 要 按 照 德 才 兼 备 的 标 准 择 优 录 用 sil|31 16 14 14 19 9 29 21 13 17 22 16 20 18 11 7 20 23 19 15 17 21 31|0.0|4.91 +002304|sil zhe4 tiao2 xian4 zui4 zhong1 bei4 fou3 diao4 sil|sil 这 条 线 最 终 被 否 掉 sil|25 18 18 24 18 18 13 21 25 28|0.0|2.41 +002305|sil zhe4 shi4 bei2 mei3 di4 qu1 you2 shi2 yi3 lai2 sp1 zui4 da4 shu4 e2 de5 cai3 piao4 zong2 jiang3 jin1 sil|sil 这 是 北 美 地 区 有 史 以 来 sp1 最 大 数 额 的 彩 票 总 奖 金 sil|27 16 21 12 15 15 22 14 15 10 26 4 18 18 20 15 16 20 16 14 17 24 29|0.0|4.685 +002306|sil bu4 neng2 yong4 di4 qiu2 ren2 de5 zhi4 shang1 sp1 lai2 heng2 liang2 miao1 xing1 ren2 o5 sil|sil 不 能 用 地 球 人 的 智 商 sp1 来 衡 量 喵 星 人 喔 sil|26 12 16 19 16 16 12 8 16 26 5 14 18 18 18 18 19 21 28|0.0|3.78 +002307|sil ri4 ben2 ci3 yan2 huang1 tang2 zhi4 ji2 sp1 ling4 ren2 e4 ran2 sil|sil 日 本 此 言 荒 唐 至 极 sp1 令 人 愕 然 sil|28 18 18 18 25 22 19 16 24 12 15 16 15 29 29|0.0|3.535 +002308|sil tou2 nian2 mai4 dian3 liang2 shi5 sp1 mai2 dian3 zhuan1 sp1 di4 er4 nian2 sp1 zai4 mai4 dian3 liang2 shi5 huan4 xie1 lin3 sil|sil 头 年 卖 点 粮 食 sp1 买 点 砖 sp1 第 二 年 sp1 再 卖 点 粮 食 换 些 檩 sil|29 22 24 16 13 21 19 5 19 17 26 26 12 13 27 4 18 17 13 20 21 23 15 35 30|0.0|5.635 +002309|sil zheng3 ge4 yuan4 luo4 zai4 zhou1 wei2 xian3 de5 hen2 re2 yan3 sil|sil 整 个 院 落 在 周 围 显 得 很 惹 眼 sil|25 21 14 18 20 16 16 22 19 12 17 21 31 29|0.0|3.265 +002310|sil tou2 bu4 fang3 si4 san1 jiao3 xing2 sp1 you4 ru2 yi2 kuai4 lao4 tie3 sil|sil 头 部 仿 似 三 角 形 sp1 又 如 一 块 烙 铁 sil|26 28 22 24 19 17 15 29 13 13 16 12 16 19 31 31|0.0|3.845 +002311|sil chou3 hua4 xian1 xian2 sp1 zao1 ta5 chuan2 tong3 de5 xing2 wei2 shi4 ke2 chi3 de5 sil|sil 丑 化 先 贤 sp1 糟 蹋 传 统 的 行 为 是 可 耻 的 sil|27 23 18 20 30 4 20 17 20 15 7 20 21 16 18 23 18 28|0.0|4.01 +002312|sil kan4 qi3 lai2 sp1 nuo4 er3 si4 hu1 yong2 yuan3 bu2 hui4 ting2 xia4 jiao3 bu4 sil|sil 看 起 来 sp1 诺 尔 似 乎 永 远 不 会 停 下 脚 步 sil|29 24 13 24 10 17 18 17 18 15 16 10 12 16 15 20 19 30|0.0|3.75 +002313|sil da4 qiao2 hai3 shi4 chu4 sp1 suo2 you3 de5 shui3 shang4 an1 quan2 jian1 guan3 gong1 zuo4 sp1 dou1 jiang1 yi1 tuo1 gai1 dun3 chuan2 kai1 zhan3 sil|sil 大 桥 海 事 处 sp1 所 有 的 水 上 安 全 监 管 工 作 sp1 都 将 依 托 该 趸 船 开 展 sil|31 18 21 18 15 23 5 22 17 15 18 19 15 17 15 16 16 24 30 13 14 15 23 18 17 22 18 22 32|0.0|6.375 +002314|sil xing2 rong2 a1 li3 shan1 gu1 niang5 sp1 mei3 ru2 shui3 sp1 ying1 gai1 jiu4 shi4 sp1 mei3 ru2 ri4 yue4 tan2 de5 shui3 ba5 sil|sil 形 容 阿 里 山 姑 娘 sp1 美 如 水 sp1 应 该 就 是 sp1 美 如 日 月 潭 的 水 吧 sil|28 23 22 11 12 20 16 25 5 18 15 32 20 14 13 15 24 9 18 19 15 14 23 10 22 22 28|0.0|5.725 +002315|sil qun2 zhong4 zhou4 ye4 ju4 ji2 zai4 ju1 wei3 hui4 sil|sil 群 众 昼 夜 聚 集 在 居 委 会 sil|27 26 26 22 17 15 13 16 12 14 27 30|0.0|2.84 +002316|sil wo3 shi4 ni3 de5 xiao3 ya5 xiao3 ben4 dan4 sil|sil 我 是 你 的 小 呀 小 笨 蛋 sil|30 14 19 21 21 24 14 19 17 21 29|0.0|2.655 +002317|sil ta1 men5 jun1 ceng2 yu3 sheng1 le5 bing4 de5 cao3 yuan2 tu3 bo1 shu3 jie1 chu4 sil|sil 他 们 均 曾 与 生 了 病 的 草 原 土 拨 鼠 接 触 sil|25 18 13 20 23 23 18 10 22 15 22 18 18 15 16 19 26 32|0.0|4.1 +002318|sil wen2 zhong1 bing4 wei4 she4 ji2 ren4 he2 xing2 shi4 de5 you2 jiang3 jing4 cai1 huo2 dong4 sil|sil 文 中 并 未 涉 及 任 何 形 式 的 有 奖 竞 猜 活 动 sil|30 16 25 16 14 19 21 16 14 19 18 16 18 20 14 17 19 23 27|0.0|4.205 +002319|sil wu2 lun4 na3 yi4 zhong3 sp1 dou1 shi4 yu2 chun3 zuo4 wei2 sil|sil 无 论 哪 一 种 sp1 都 是 愚 蠢 作 为 sil|28 11 17 21 15 25 9 14 20 13 18 19 26 30|0.0|3.085 +002320|sil jia3 ping2 ao1 kan4 dao4 hua4 hen3 gao1 xing4 sil|sil 贾 平 凹 看 到 画 很 高 兴 sil|26 22 20 24 21 11 24 18 18 27 28|0.0|2.775 +002321|sil wan4 yi1 gu3 ge1 gao3 za2 le5 hui4 zen3 yang4 sil|sil 万 一 谷 歌 搞 砸 了 会 怎 样 sil|29 17 16 15 16 17 20 13 15 18 24 27|0.0|2.635 +002322|sil jing3 fang1 shun4 teng2 mo1 gua1 sp1 jiang1 ji3 ren2 zhua1 huo4 sil|sil 警 方 顺 藤 摸 瓜 sp1 将 几 人 抓 获 sil|26 23 24 21 19 18 24 8 19 11 15 20 24 28|0.0|3.25 +002323|sil ke3 xi1 tai2 feng1 tian1 cheng4 jiao3 ju2 sp1 rang4 ma3 ying1 jiu3 sp1 bei4 po4 yan2 qi1 deng1 dao3 sil|sil 可 惜 台 风 天 秤 搅 局 sp1 让 马 英 九 sp1 被 迫 延 期 登 岛 sil|28 21 25 22 18 20 17 18 26 23 17 15 18 25 5 16 20 18 17 19 25 30|0.0|5.145 +002324|sil ta1 zhao3 dao4 ge5 ti4 si2 gui3 sp1 mang2 shuo1 sp1 xie4 jing3 yuan1 sp1 ni3 wen4 qian2 rong2 sil|sil 他 找 到 个 替 死 鬼 sp1 忙 说 sp1 谢 景 渊 sp1 你 问 钱 荣 sil|28 21 17 13 12 19 17 27 12 18 24 19 20 17 24 11 12 13 22 26 30|0.0|4.665 +002325|sil ta1 de5 mei3 wen2 shi4 di4 ba1 pian1 sp1 di4 li3 wei4 zhi5 ju1 zhong1 sil|sil 他 的 美 文 是 第 八 篇 sp1 地 理 位 置 居 中 sil|27 19 9 20 23 17 13 19 28 20 13 13 14 13 17 25 29|0.0|3.705 +002326|sil you4 he2 tan2 kang4 heng2 geng4 jia1 xiong1 can2 de5 sp1 wai4 lai2 ru4 qin1 zhe3 sil|sil 又 何 谈 抗 衡 更 加 凶 残 的 sp1 外 来 入 侵 者 sil|30 15 20 26 22 25 16 16 20 21 14 5 15 13 13 19 24 30|0.0|3.995 +002327|sil yin1 wei4 huang2 yu2 sp1 sui1 sheng1 zai4 xian2 shui3 hu2 zhong1 sp1 dan4 chan2 luan3 sp1 que4 yao4 ni4 liu2 er2 shang4 sp1 dao4 bu4 ha1 he2 zhong1 sil|sil 因 为 湟 鱼 sp1 虽 生 在 咸 水 湖 中 sp1 但 产 卵 sp1 却 要 逆 流 而 上 sp1 到 布 哈 河 中 sil|31 13 22 27 25 4 19 20 19 20 16 18 22 27 20 21 29 7 19 18 18 14 17 26 5 23 16 19 18 24 31|0.0|7.055 +002328|sil yan2 ying3 bu4 neng2 ping2 tu2 sp1 ying1 yong4 zhan4 de5 fang1 shi4 sp1 meng2 long2 you4 bu4 shi1 kua1 zhang1 sil|sil 眼 影 不 能 平 涂 sp1 应 用 蘸 的 方 式 sp1 朦 胧 又 不 失 夸 张 sil|29 22 24 10 16 24 30 16 13 16 18 8 19 23 24 19 24 15 12 15 20 26 28|0.0|5.235 +002329|sil jiang3 dao4 zhe4 li3 de5 shi2 hou4 sp1 chen2 da4 xue3 sp1 si4 hu1 huan2 za1 mo5 zhe5 sp1 zaor3 r de5 wei4 dao4 sil|sil 讲 到 这 里 的 时 候 sp1 陈 大 雪 sp1 似 乎 还 咂 摸 着 sp1 枣 儿 的 味 道 sil|29 21 15 16 11 10 15 24 21 23 16 24 5 19 11 16 19 17 14 8 27 0 10 18 19 30|0.0|5.085 +002330|sil a1 ba1 dan1 shi4 yi1 lang3 zhu4 ming2 shi2 you2 cheng2 sp1 zai4 chan3 you2 qu1 sp1 hu2 qi2 si1 tan2 sheng3 nei4 sil|sil 阿 巴 丹 是 伊 朗 著 名 石 油 城 sp1 在 产 油 区 sp1 胡 齐 斯 坦 省 内 sil|30 12 13 24 19 14 21 15 17 12 13 30 28 18 16 14 27 5 13 13 14 19 17 21 29|0.0|5.275 +002331|sil qi2 ci4 sp1 yao4 jiang1 jiao1 nang2 jin4 xing2 wei1 bo1 xiao1 jie3 sil|sil 其 次 sp1 要 将 胶 囊 进 行 微 波 消 解 sil|26 21 27 16 12 16 16 25 17 25 17 15 21 25 27|0.0|3.55 +002332|sil chu2 le5 dao3 teng5 fang2 wu1 sp1 ding1 zhi4 zhen1 sp1 hai2 li4 yong4 ge4 zhong3 fang1 fa3 si1 tun1 gong1 kuan3 sil|sil 除 了 倒 腾 房 屋 sp1 丁 志 贞 sp1 还 利 用 各 种 方 法 私 吞 公 款 sil|26 21 18 17 14 18 26 15 17 13 23 5 15 10 16 14 14 18 19 17 16 17 28 28|0.0|4.935 +002333|sil wo3 men5 wen4 sp1 na4 ku4 zi5 shang4 de5 xue4 yin4 ne5 sil|sil 我 们 问 sp1 那 裤 子 上 的 血 印 呢 sil|28 11 16 23 22 18 23 11 17 8 21 13 27 28|0.0|3.09 +002334|sil nv3 er2 you4 pa1 zai4 zhuo1 zi5 shang4 shui4 zhao2 le5 sil|sil 女 儿 又 趴 在 桌 子 上 睡 着 了 sil|29 16 24 19 20 13 16 11 21 18 19 16 28|0.0|2.9 +002335|sil niao2 you3 pai1 dao4 de5 lan2 hou2 tai4 yang2 niao3 sp1 kan4 kan5 sp1 xiang4 bu2 xiang4 fen4 nu4 de5 xiao2 niao3 sil|sil 鸟 友 拍 到 的 蓝 喉 太 阳 鸟 sp1 看 看 sp1 像 不 像 愤 怒 的 小 鸟 sil|31 18 21 21 15 14 18 18 15 17 28 24 21 23 4 20 8 18 19 13 8 17 29 27|0.0|5.195 +002336|sil zhe4 zhong3 shu1 kan4 le5 lang1 ge5 yao4 de5 ma5 sil|sil 这 种 书 看 了 啷 个 要 得 嘛 sil|26 19 16 23 22 12 22 11 20 9 26 33|0.0|2.77 +002337|sil er2 ping2 shi2 sp1 ta1 hui4 chi1 liang3 xiao2 wan3 ge1 da5 tang1 he2 yi2 ge5 hu2 ta1 zi3 sil|sil 而 平 时 sp1 她 会 吃 两 小 碗 疙 瘩 汤 和 一 个 糊 塌 子 sil|30 13 22 26 5 19 11 15 20 19 20 14 13 29 20 11 15 18 24 24 28|0.0|4.595 +002338|sil ji4 ran2 fen1 shu4 you3 gao1 you3 di1 sp1 zi4 ran2 zhong4 kou3 jiu4 nan2 tiao2 sil|sil 既 然 分 数 有 高 有 低 sp1 自 然 众 口 就 难 调 sil|26 16 16 20 23 17 16 17 23 9 16 23 19 19 13 19 32 28|0.0|4.085 +002339|sil wo3 men5 jiu4 shi4 yao4 qu4 zou3 sp1 na4 tiao2 shen2 qi2 de5 tian1 lu4 wa5 sil|sil 我 们 就 是 要 去 走 sp1 那 条 神 奇 的 天 路 哇 sil|29 9 16 18 11 17 19 25 4 17 24 23 15 9 19 17 23 29|0.0|3.76 +002340|sil qi2 ta1 tuan2 yuan2 an4 yuan2 ding4 xing2 cheng2 sp1 zuo2 zao3 li2 kai1 ao4 men2 sp1 jing1 gong2 bei2 fan3 hui2 nei4 di4 sil|sil 其 它 团 员 按 原 定 行 程 sp1 昨 早 离 开 澳 门 sp1 经 拱 北 返 回 内 地 sil|32 18 15 21 23 18 15 17 17 28 8 19 25 13 18 15 24 4 22 23 20 19 13 18 22 26|0.0|5.725 +002341|sil su1 fei1 hai2 yao4 jiao1 kai3 te4 fan2 rong3 de5 huang2 jia1 li3 jie2 sil|sil 苏 菲 还 要 教 凯 特 繁 冗 的 皇 家 礼 节 sil|29 25 24 17 15 17 22 20 22 19 13 22 16 16 30 30|0.0|3.915 +002342|sil jiu3 er4 gong4 shi2 de5 jing1 sui3 sp1 jiu4 shi4 qiu2 tong2 cun2 yi4 sp1 ge1 zhi4 zheng1 yi4 sp1 wu4 shi2 xie2 shang1 sp1 gong4 chuang4 shuang1 ying2 sil|sil 九 二 共 识 的 精 髓 sp1 就 是 求 同 存 异 sp1 搁 置 争 议 sp1 务 实 协 商 sp1 共 创 双 赢 sil|30 20 19 17 14 8 18 30 4 18 26 23 19 21 22 11 19 15 20 24 25 16 16 20 28 8 20 22 19 32 30|0.0|7.125 +002343|sil hen3 ming2 xian3 sp1 wo3 jiu4 shi4 ai4 zhe1 teng5 sil|sil 很 明 显 sp1 我 就 是 爱 折 腾 sil|26 18 18 29 11 10 17 12 14 17 24 30|0.0|2.62 +002344|sil chen2 shui2 bian3 kai1 zhuan1 lan2 sp1 yin2 qi3 ju4 da4 fen1 zheng1 sil|sil 陈 水 扁 开 专 栏 sp1 引 起 巨 大 纷 争 sil|28 21 19 21 20 18 28 6 16 20 17 16 20 22 26|0.0|3.46 +002345|sil wo3 du2 yi2 ge5 yin1 sp1 ta1 gen1 zhe5 du2 yi2 ge5 yin1 sil|sil 我 读 一 个 音 sp1 她 跟 着 读 一 个 音 sil|29 15 20 15 13 26 7 20 17 14 13 15 12 26 29|0.0|3.145 +002346|sil che1 zi5 ting2 wen3 sp1 chen2 xing1 luan2 mai4 bu4 xia4 lai5 sil|sil 车 子 停 稳 sp1 陈 兴 銮 迈 步 下 来 sil|28 24 11 23 29 5 24 16 26 21 14 20 23 29|0.0|3.4 +002347|sil qi2 ta1 kua4 guo2 gong1 si1 de5 yan2 fa1 zhong1 xin1 sp1 bao1 kuo4 sp1 fei1 si1 kao2 er3 sp1 si1 ke1 wang3 xun4 deng3 sil|sil 其 他 跨 国 公 司 的 研 发 中 心 sp1 包 括 sp1 飞 思 考 尔 sp1 思 科 网 讯 等 sil|28 20 21 21 14 14 15 7 17 15 16 26 6 18 29 23 15 15 24 25 5 19 15 17 23 25 32|0.0|5.86 +002348|sil ni2 yao3 le5 yi4 kou3 sp1 ren2 jia1 ken3 gei2 ni3 huan4 ma5 sil|sil 你 咬 了 一 口 sp1 人 家 肯 给 你 换 吗 sil|30 13 18 8 16 27 14 18 23 21 12 16 24 22 29|0.0|3.38 +002349|sil wei4 le5 gei3 er2 zi5 cou4 qi2 yi1 yao4 fei4 sp1 lao3 ren2 zhi3 neng2 cong2 ya2 feng4 li2 sheng3 sil|sil 为 了 给 儿 子 凑 齐 医 药 费 sp1 老 人 只 能 从 牙 缝 里 省 sil|29 13 12 12 21 18 21 18 10 15 26 23 14 21 12 15 18 18 19 16 26 30|0.0|4.725 +002350|sil ci3 wai4 sp1 qian2 shou3 xiang4 sen1 xi2 lang3 sp1 can1 yi4 yuan4 fu4 yuan4 zhang3 sp1 wei3 shi2 xiu4 jiu3 sp1 ye3 zai4 can1 bai4 zhi1 lie4 sil|sil 此 外 sp1 前 首 相 森 喜 朗 sp1 参 议 院 副 院 长 sp1 尾 辻 秀 久 sp1 也 在 参 拜 之 列 sil|32 19 25 9 22 18 22 18 16 27 17 20 10 17 15 19 25 18 16 16 21 24 6 15 17 20 12 14 23 29|0.0|6.525 +002351|sil tu2 wei2 yi2 dong4 fang2 wu1 sun2 hui3 yan2 zhong4 sil|sil 图 为 一 栋 房 屋 损 毁 严 重 sil|25 25 24 14 15 21 19 22 20 20 23 28|0.0|2.97 +002352|sil ju3 tou2 wang4 ming2 yue4 sp1 di1 tou2 si1 gu4 xiang1 sp1 zhe4 shi4 tang2 chao2 shi1 ren2 li3 bai2 de5 shi1 o5 sil|sil 举 头 望 明 月 sp1 低 头 思 故 乡 sp1 这 是 唐 朝 诗 人 李 白 的 诗 哦 sil|29 22 27 18 17 26 14 17 24 21 14 29 36 15 18 20 15 15 18 18 19 9 20 22 30|0.0|5.96 +002353|sil chun2 xue2 yu3 dong4 yu3 sp1 you3 shen2 me5 bu4 tong2 de5 cheng2 yin1 yu3 ying2 xiang3 ne5 sil|sil 纯 雪 与 冻 雨 sp1 有 什 么 不 同 的 成 因 与 影 响 呢 sil|28 24 25 17 19 27 26 15 16 11 14 18 6 20 27 14 18 23 21 29|0.0|4.62 +002354|sil zhi2 lou3 zhong1 de5 ce4 zhi3 cun2 fang4 sp1 yi4 zao4 cheng2 xi4 jun1 sui2 kong1 qi4 kuo4 san4 sil|sil 纸 篓 中 的 厕 纸 存 放 sp1 易 造 成 细 菌 随 空 气 扩 散 sil|29 18 19 17 15 23 13 23 23 19 11 16 22 19 22 18 19 14 18 22 30|0.0|4.76 +002355|sil shui2 yuan4 yi4 ba3 ta1 qing3 chu1 lai5 sp1 duo1 re3 ma2 fan5 sil|sil 谁 愿 意 把 它 请 出 来 sp1 多 惹 麻 烦 sil|30 25 16 13 15 15 20 14 21 7 18 14 21 20 29|0.0|3.225 +002356|sil ta3 huai2 juan1 hai2 shu2 lian4 de5 na2 qi3 dian4 tui1 zi5 sp1 wei4 gu1 gua2 lao3 ren2 ti4 long2 tou2 sil|sil 塔 怀 娟 还 熟 练 地 拿 起 电 推 子 sp1 为 孤 寡 老 人 剃 龙 头 sil|27 19 17 23 19 19 22 11 16 13 16 22 21 26 13 14 14 16 22 20 20 34 30|0.0|5.275 +002357|sil si1 ling4 yuan2 ting1 wan2 zhuan3 shen1 sp1 lei4 da3 shi1 le5 man2 lian3 sil|sil 司 令 员 听 完 转 身 sp1 泪 打 湿 了 满 脸 sil|30 18 18 26 21 18 18 25 10 24 19 14 9 18 30 28|0.0|3.79 +002358|sil ru2 sp1 er4 ling2 yi1 yi1 gui1 tiao2 zi4 ling2 ling2 yi1 hao4 sp1 da4 zi4 sp1 shi4 zhi3 da4 xing1 qu1 sil|sil 如 sp1 二 零 一 一 规 条 字 零 零 一 号 sp1 大 字 sp1 是 指 大 兴 区 sil|27 30 7 17 17 14 15 20 28 23 18 15 16 25 34 22 21 5 19 21 18 21 31 32|0.0|5.76 +002359|sil yi2 sui4 yi3 xia4 de5 you4 quan3 sp1 di4 yi1 nian2 xu1 yao4 zhu4 she4 san1 ci4 yu4 fang2 zhen1 o5 sil|sil 一 岁 以 下 的 幼 犬 sp1 第 一 年 需 要 注 射 三 次 预 防 针 哦 sil|33 14 19 13 17 7 17 31 4 12 13 27 16 16 16 17 22 15 12 19 14 24 30|0.0|4.74 +002360|sil wang2 zhi4 ping2 lao3 shi1 ye3 shuo1 sp1 a1 ga1 de5 di1 yin1 chang4 de5 hen3 bang4 sil|sil 王 治 平 老 师 也 说 sp1 阿 嘎 的 低 音 唱 的 很 棒 sil|31 18 14 18 15 14 16 26 14 15 16 11 14 18 22 7 20 21 31|0.0|3.955 +002361|sil gai1 tie2 yin3 fa1 wang2 you3 ji1 lie4 tao3 lun4 sil|sil 该 帖 引 发 网 友 激 烈 讨 论 sil|25 21 23 16 17 16 20 17 15 21 21 28|0.0|2.785 +002362|sil yi4 jia1 wang3 ba1 de5 lao2 ban3 sp1 ze2 you3 xie1 yu4 men4 sil|sil 一 家 网 吧 的 老 板 sp1 则 有 些 郁 闷 sil|30 14 19 19 14 8 23 25 6 17 15 21 17 24 27|0.0|3.24 +002363|sil ji1 jin1 wen3 sp1 bu2 xiang4 gu3 piao4 sp1 shang4 cuan4 xia4 tiao4 sil|sil 基 金 稳 sp1 不 像 股 票 sp1 上 窜 下 跳 sil|29 19 19 26 17 11 18 17 25 6 20 18 17 23 28|0.0|3.4 +002364|sil jiu3 ling2 hou4 sp1 zhong1 guo2 nv2 zi3 you2 yong3 dui4 yun4 dong4 yuan2 sp1 hong2 huang1 zhi1 li4 de5 fa1 ming2 zhe3 la5 sil|sil 九 零 后 sp1 中 国 女 子 游 泳 队 运 动 员 sp1 洪 荒 之 力 的 发 明 者 啦 sil|28 21 17 26 4 20 12 15 15 11 14 14 17 15 27 18 18 23 15 13 8 15 18 14 26 29|0.0|5.26 +002366|sil chuang1 qian2 ming2 yue4 guang1 sp1 di4 shang4 xie2 liang3 shuang1 sil|sil 窗 前 明 月 光 sp1 地 上 鞋 两 双 sil|28 30 28 20 16 30 9 19 26 21 23 31 29|0.0|3.6 +002367|sil zhe4 shi4 hou4 fa3 you1 yu2 xian1 fa3 sp1 te4 shu1 fa3 you1 yu2 pu3 tong1 fa3 de5 guan1 xi5 sil|sil 这 是 后 法 优 于 先 法 sp1 特 殊 法 优 于 普 通 法 的 关 系 sil|28 19 23 27 25 15 10 23 28 17 19 18 29 16 16 17 18 19 6 21 24 29|0.0|5.19 +002368|sil dan4 you2 yu2 zhong2 zhong3 yuan2 yin1 sp1 zhe4 yi4 xiang2 fa3 wei4 neng2 shi2 shi1 sil|sil 但 由 于 种 种 原 因 sp1 这 一 想 法 未 能 实 施 sil|27 19 17 18 18 14 18 22 10 16 11 21 22 13 15 17 27 27|0.0|3.85 +002369|sil yin1 wei4 ta1 zai4 yan1 de5 wai4 bao1 zhuang1 zuo4 guo4 ji4 hao4 sp1 yi3 fang2 zhi2 you3 ren2 sp1 na2 jia3 yan1 qiao1 zha4 sil|sil 因 为 他 在 烟 的 外 包 装 做 过 记 号 sp1 以 防 止 有 人 sp1 拿 假 烟 敲 诈 sil|30 13 23 19 19 15 8 17 16 20 19 11 18 27 22 10 17 12 15 23 6 17 21 19 23 26 29|0.0|5.75 +002370|sil ce4 er3 zai4 ting1 ban4 tian1 sp1 yin3 yue1 ting1 jian4 sp1 you3 ma2 jiang4 pai2 de5 sheng1 yin1 sil|sil 侧 耳 再 听 半 天 sp1 隐 约 听 见 sp1 有 麻 将 牌 的 声 音 sil|31 23 24 19 19 17 27 27 13 15 22 23 8 11 18 17 20 9 18 24 31|0.0|4.835 +002371|sil li3 ke4 qiang2 zou3 jin4 di1 ai3 de5 tu3 pi1 fang2 li3 sp1 wei4 wen4 kun4 nan5 jia1 ting2 sil|sil 李 克 强 走 进 低 矮 的 土 坯 房 里 sp1 慰 问 困 难 家 庭 sil|28 14 17 28 18 20 14 18 10 17 17 20 20 20 14 18 20 16 17 31 34|0.0|4.77 +002372|sil yi2 bu4 niao2 yu4 meng4 fei1 xiang2 de5 ji4 lu4 pian4 sp1 xu3 yuan4 xing1 kan4 le5 san1 si4 bian4 sil|sil 一 部 鸟 与 梦 飞 翔 的 纪 录 片 sp1 许 愿 星 看 了 三 四 遍 sil|31 14 30 27 17 24 18 22 7 11 13 26 23 20 13 27 19 8 18 18 22 32|0.0|5.11 +002373|sil ni3 shuo1 guai4 bu2 guai4 sp1 na4 ji3 tiao2 gou3 sp1 jing4 ye3 zhi1 dao4 wo3 lai2 le5 yuan2 bing1 sp1 tu1 ran2 si4 san4 pao3 kai1 le5 sil|sil 你 说 怪 不 怪 sp1 那 几 条 狗 sp1 竟 也 知 道 我 来 了 援 兵 sp1 突 然 四 散 跑 开 了 sil|29 13 19 20 11 24 25 17 12 19 22 8 18 16 15 13 11 15 11 20 24 21 16 20 17 20 21 20 19 28|0.0|6.32 +002374|sil lao3 ma1 he2 wo3 dou1 te4 ai4 kong3 que4 zhe4 ge5 jue2 se4 sp1 chu1 cai3 ji2 le5 sp1 jia1 you2 la5 sil|sil 老 妈 和 我 都 特 爱 孔 雀 这 个 角 色 sp1 出 彩 极 了 sp1 加 油 啦 sil|30 16 22 20 22 15 20 18 21 20 10 10 17 23 24 20 16 19 18 26 19 15 21 28|0.0|5.46 +002375|sil tie2 zhu3 chen2 tong2 lun2 tong1 guo4 ci2 tie3 sp1 shi2 ming2 ju3 bao4 qi2 biao2 jie3 fu5 sp1 wang2 li4 gui4 sil|sil 帖 主 陈 同 伦 通 过 此 帖 sp1 实 名 举 报 其 表 姐 夫 sp1 王 立 贵 sil|28 29 20 19 17 22 20 12 16 27 22 16 17 17 18 14 17 20 25 6 19 13 24 31|0.0|5.445 +002376|sil yan4 shi1 fa1 xian4 sp1 ba1 sai4 luo4 si3 yu2 tou2 bu4 zao1 dao4 zhong4 chuang1 sil|sil 验 尸 发 现 sp1 巴 塞 洛 死 于 头 部 遭 到 重 创 sil|30 14 18 19 24 20 16 16 24 19 12 24 21 19 12 17 32 26|0.0|4.215 +002377|sil fei2 liao4 shen4 zhi4 shi4 you4 bu3 he2 qu1 gan3 wen2 chong2 de5 sp1 he2 cheng2 fen1 mi4 wu4 sil|sil 肥 料 甚 至 是 诱 捕 和 驱 赶 蚊 虫 的 sp1 合 成 分 泌 物 sil|28 22 29 20 11 20 26 17 17 20 17 17 22 13 5 18 20 15 15 22 29|0.0|4.68 +002378|sil zu3 er2 cheng2 ren4 sp1 ceng2 yin1 wu2 gu4 de5 peng1 ji1 he2 leng3 yan2 leng2 yu3 sp1 er2 geng2 geng3 yu2 huai2 sil|sil 祖 儿 承 认 sp1 曾 因 无 故 的 抨 击 和 冷 言 冷 语 sp1 而 耿 耿 于 怀 sil|28 21 15 23 20 10 22 20 16 14 9 23 23 14 19 15 20 25 7 18 19 14 16 33 29|0.0|5.49 +002379|sil hao3 bai2 cai4 dou1 rang4 zhu1 gong3 le5 sil|sil 好 白 菜 都 让 猪 拱 了 sil|27 21 17 24 13 16 18 22 21 27|0.0|2.395 +002380|sil er4 shi4 jia1 qiang2 xie2 zuo4 sp1 fang2 zhi3 tui1 wei2 che3 pi2 sil|sil 二 是 加 强 协 作 sp1 防 止 推 诿 扯 皮 sil|30 18 23 19 18 18 20 16 21 18 21 13 21 30 29|0.0|3.655 +002381|sil tan2 mou3 sp1 wei2 mi2 bu2 du3 bo2 kui1 kong1 sp1 bian4 yi3 gao1 xi1 sp1 xi1 shou1 chu3 hu4 cun2 kuan3 sil|sil 谭 某 sp1 为 弥 补 赌 博 亏 空 sp1 便 以 高 息 sp1 吸 收 储 户 存 款 sil|26 24 30 7 11 19 18 17 15 16 26 21 15 14 20 27 5 19 20 18 14 21 29 29|0.0|5.355 +002382|sil tian2 mou3 xia4 che1 hou4 sp1 yin1 che1 fei4 wen4 ti2 sp1 jiu1 che2 li3 shu1 guo2 yi1 ling3 sil|sil 田 某 下 车 后 sp1 因 车 费 问 题 sp1 揪 扯 李 书 国 衣 领 sil|26 21 19 18 18 23 17 16 19 17 16 24 12 22 21 14 18 14 17 29 28|0.0|4.75 +002383|sil wang1 yuan2 yuan5 sp1 jin1 nian2 hui4 jian2 shao3 mo2 ter4 r gong1 zuo4 sp1 quan2 li4 jin4 gong1 yan3 yi4 shi4 ye4 sil|sil 汪 圆 圆 sp1 今 年 会 减 少 模 特 儿 工 作 sp1 全 力 进 攻 演 艺 事 业 sil|30 18 16 23 3 17 14 17 19 17 16 20 0 16 21 22 22 14 17 18 18 15 20 20 28|0.0|5.125 +002384|sil you2 yu2 er2 zi5 jie2 hun1 xu1 yao4 sp1 chen2 lei3 fu4 mu3 sp1 dang1 shi2 ye3 zheng4 xiang2 mai3 fang2 sil|sil 由 于 儿 子 结 婚 需 要 sp1 陈 磊 父 母 sp1 当 时 也 正 想 买 房 sil|30 15 10 19 14 15 18 18 23 18 18 14 16 25 7 16 22 15 17 16 15 30 30|0.0|4.885 +002385|sil zhi1 hou4 si1 jie2 yu3 chun1 juan2 deng3 ren2 sp1 wang3 cheng2 chu1 zu1 che1 zou3 ren2 sp1 tu2 zhong1 fang4 xia4 you3 ren2 hou4 sil|sil 之 后 思 捷 与 春 卷 等 人 sp1 往 乘 出 租 车 走 人 sp1 途 中 放 下 友 人 后 sil|28 18 25 23 26 12 19 18 14 25 22 18 23 17 13 18 16 25 25 18 21 19 14 15 18 25 28|0.0|6.305 +002386|sil fang2 guan2 suo3 qian4 ren2 jia1 de5 gong1 qian2 ding3 zhang4 le5 sil|sil 房 管 所 欠 人 家 的 工 钱 顶 帐 了 sil|32 20 18 28 22 14 14 8 18 24 18 22 19 29|0.0|3.32 +002387|sil wo3 men5 yao4 guo4 qu4 xue2 chi3 sp1 wei2 ying1 guo2 ren2 zheng1 guang1 sil|sil 我 们 要 过 去 雪 耻 sp1 为 英 国 人 争 光 sil|30 10 11 21 19 18 23 31 13 13 16 13 15 18 24 29|0.0|3.535 +002388|sil zhi3 yao4 rang4 ta1 kan4 jian4 sp1 ta1 jiu4 gui2 shi3 shen2 chai1 ban1 cou4 shang4 qu4 sil|sil 只 要 让 他 看 见 sp1 他 就 鬼 使 神 差 般 凑 上 去 sil|26 13 14 16 15 22 22 21 16 20 16 14 19 18 15 23 18 23 28|0.0|4.17 +002389|sil cheng2 bao1 na4 xie1 lu4 zhe5 shi2 tou5 de5 shan1 po1 sp1 you3 sha2 xiao4 yi4 sil|sil 承 包 那 些 露 着 石 头 的 山 坡 sp1 有 啥 效 益 sil|24 23 14 18 21 22 11 19 16 9 21 22 7 13 17 24 21 30|0.0|3.86 +002390|sil zhu1 xiao4 tian1 zuo2 shang4 jie2 mu4 lu4 ying3 shi2 sp1 tu1 ran2 lei4 sa3 she4 ying3 peng2 sil|sil 朱 孝 天 昨 上 节 目 录 影 时 sp1 突 然 泪 洒 摄 影 棚 sil|27 17 18 28 19 21 10 13 15 20 26 20 16 23 18 18 15 15 30 32|0.0|4.65 +002391|sil li4 shi3 shang4 sp1 xi1 ban1 ya2 sp1 yu2 yi1 wu3 liu4 wu3 nian2 qin1 zhan4 fei1 lv4 bin1 sil|sil 历 史 上 sp1 西 班 牙 sp1 于 一 五 六 五 年 侵 占 菲 律 宾 sil|28 16 18 26 18 18 14 29 5 18 18 13 15 16 29 24 17 13 14 25 30|0.0|4.685 +002392|sil xiong1 tong4 sp1 ka2 xie3 sp1 ke2 sou4 shi2 sp1 fa1 xian4 tan2 zhong1 you2 xie3 si1 huo4 xie3 kuai4 sil|sil 胸 痛 sp1 咯 血 sp1 咳 嗽 时 sp1 发 现 痰 中 有 血 丝 或 血 块 sil|28 31 33 4 26 30 4 19 20 24 4 17 14 20 20 15 23 20 16 19 29 31|0.0|5.195 +002393|sil ge4 ge4 fu4 shi4 zhang3 sp1 shui4 wai1 le5 yao1 zhui1 shui4 huai4 le5 jing3 zhui1 sil|sil 各 个 副 市 长 sp1 睡 歪 了 腰 椎 睡 坏 了 颈 椎 sil|28 15 12 15 15 25 5 24 13 10 20 23 24 16 13 22 27 30|0.0|3.91 +002394|sil dang1 ran2 sp1 xu4 wen4 ti2 sp1 bing1 dong4 san1 chi3 sp1 fei1 yi2 ri4 zhi1 han2 sp1 jie3 jue2 xu1 yao4 shi2 jian1 sil|sil 当 然 sp1 叙 问 题 sp1 冰 冻 三 尺 sp1 非 一 日 之 寒 sp1 解 决 需 要 时 间 sil|26 16 26 12 23 19 27 8 18 15 21 26 4 15 14 15 16 29 24 18 21 14 15 18 26 30|0.0|5.755 +002395|sil shao2 guan1 shang4 bao4 yi4 qi2 si3 wang2 bing4 li4 sil|sil 韶 关 上 报 一 起 死 亡 病 例 sil|27 28 23 21 12 12 19 17 19 15 26 26|0.0|2.84 +002396|sil jin1 tian1 feng1 da4 sp1 huo3 miao2 cuan1 qi3 sp1 you2 wu3 liu4 mi3 gao1 sil|sil 今 天 风 大 sp1 火 苗 蹿 起 sp1 有 五 六 米 高 sil|26 19 15 21 25 14 18 18 25 27 5 12 17 17 17 26 30|0.0|3.85 +002397|sil tai4 tai5 tian2 rui3 ni1 fa1 wei1 bo2 sp1 cheng1 zan4 du4 wen2 ze2 le4 guan1 jian1 qiang2 sp1 shi4 ta1 xin1 mu4 zhong1 de5 ju4 ren5 sil|sil 太 太 田 蕊 妮 发 微 博 sp1 称 赞 杜 汶 泽 乐 观 坚 强 sp1 是 她 心 目 中 的 巨 人 sil|29 23 23 17 14 26 19 15 22 3 23 22 13 17 22 19 18 19 30 23 14 18 17 12 16 8 22 23 30|0.0|6.47 +002398|sil chuang4 ye4 ban3 zhong1 xiao2 ban3 zou3 shi4 fen1 hua4 sil|sil 创 业 板 中 小 板 走 势 分 化 sil|25 26 17 26 17 23 21 18 15 19 28 29|0.0|3.06 +002399|sil ke3 wei4 sp1 ban4 chou2 nv3 xing1 zhi1 zui4 sil|sil 可 谓 sp1 扮 丑 女 星 之 最 sil|26 22 24 3 22 23 21 23 15 26 27|0.0|2.69 +002400|sil hui4 lai2 xian4 qian2 zhan1 zhen4 ji4 wei3 sp1 ji2 yu3 cai4 jin4 jun1 sp1 kai1 chu2 dang3 ji2 chu3 fen4 sil|sil 惠 来 县 前 詹 镇 纪 委 sp1 给 予 蔡 晋 军 sp1 开 除 党 籍 处 分 sil|30 20 20 23 22 16 15 19 27 16 16 16 22 16 21 7 21 20 18 14 20 25 28|0.0|5.245 +002401|sil wen2 tuo3 kuo4 da4 fu2 wu4 ye4 kai1 fang4 sil|sil 稳 妥 扩 大 服 务 业 开 放 sil|27 17 23 19 21 20 13 16 23 25 28|0.0|2.69 +002402|sil suo2 yi3 sp1 cong1 ming5 de5 yin4 du4 zhi1 zi3 sp1 qi4 jin1 ye3 mei2 gan2 gei2 mei3 guo2 zong2 tong3 feng4 ci3 zun1 hao4 sil|sil 所 以 sp1 聪 明 的 印 度 之 子 sp1 迄 今 也 没 敢 给 美 国 总 统 奉 此 尊 号 sil|31 19 26 10 26 19 12 17 11 15 25 16 20 25 12 19 18 11 16 13 18 24 24 15 19 29 29|0.0|6.03 +002403|sil ji3 nian2 qian2 sp1 you4 bian1 de5 mu3 shu4 sp1 bei4 lei2 pi1 si3 le5 sp1 sui2 hou4 sp1 zhe4 ke1 gong1 shu4 sp1 ye3 jiu4 man4 man4 ku1 wei3 sil|sil 几 年 前 sp1 右 边 的 母 树 sp1 被 雷 劈 死 了 sp1 随 后 sp1 这 棵 公 树 sp1 也 就 慢 慢 枯 萎 sil|29 16 16 34 16 17 16 8 18 22 5 12 17 21 20 19 35 20 23 8 16 14 17 23 10 12 11 17 14 24 26 30|0.0|6.8 +002404|sil gun3 xia4 qu5 sp1 hou4 bian1 zuo4 zhe5 qu5 sil|sil 滚 下 去 sp1 后 边 坐 着 去 sil|26 21 21 25 12 20 16 18 11 23 27|0.0|2.555 +002405|sil zhang1 bo1 shen1 xing2 ai2 xiao3 sp1 shuo1 hua4 sheng1 yin1 bu2 da4 sil|sil 张 波 身 形 矮 小 sp1 说 话 声 音 不 大 sil|26 24 23 20 20 18 29 7 17 15 18 15 16 24 28|0.0|3.48 +002406|sil li3 ke1 sp1 yi2 ge5 jin4 de5 gu3 li4 chen2 yi1 sheng1 sil|sil 李 科 sp1 一 个 劲 地 鼓 励 陈 医 生 sil|27 15 30 6 9 12 16 10 13 14 21 12 26 26|0.0|2.755 +002407|sil ta1 zhen1 de5 gen1 rui4 dian3 gu1 niang5 jie2 hun1 le5 sil|sil 他 真 的 跟 瑞 典 姑 娘 结 婚 了 sil|26 21 18 11 15 15 14 11 17 17 22 20 28|0.0|2.73 +002408|sil ju4 xi1 sp1 shui3 ku4 yi3 pin4 qing3 zhuan1 ye4 bao3 an1 gong1 si1 zhi2 shou3 sil|sil 据 悉 sp1 水 库 已 聘 请 专 业 保 安 公 司 值 守 sil|30 18 28 18 22 26 16 21 27 18 15 13 16 14 14 17 27 30|0.0|4.29 +002409|sil lan2 kao3 xian4 xu3 he2 xiang1 zhao4 lou2 cun1 jiu2 zu3 sil|sil 兰 考 县 许 河 乡 赵 楼 村 九 组 sil|29 18 21 21 19 16 30 16 16 20 19 27 29|0.0|3.265 +002410|sil wang2 zi2 yu3 mao2 di4 sp1 xiang4 nai3 nai5 pai4 da4 hong2 bao1 sil|sil 王 子 与 毛 弟 sp1 向 奶 奶 派 大 红 包 sil|27 20 23 14 24 20 6 20 17 19 22 16 18 21 30|0.0|3.445 +002411|sil niao2 wang3 de5 chi3 cun4 sp1 ye3 ming2 xian3 da4 hen3 duo1 sil|sil 鸟 网 的 尺 寸 sp1 也 明 显 大 很 多 sil|29 20 19 9 19 24 10 9 19 20 15 18 24 27|0.0|3.045 +002412|sil ying1 er2 sp1 yi4 xi1 shun3 dao4 ru3 zhi1 sp1 dun4 shi2 jiu4 bu4 ku1 le5 sil|sil 婴 儿 sp1 一 吸 吮 到 乳 汁 sp1 顿 时 就 不 哭 了 sil|28 16 28 6 14 17 17 16 17 23 10 19 18 15 15 22 20 26|0.0|3.8 +002413|sil jia1 shang4 shang4 yi2 ci4 da3 jia4 de5 ji1 yuan4 sp1 ji3 ming2 zhou2 li5 sp1 you4 si1 da2 qi3 lai2 sil|sil 加 上 上 一 次 打 架 的 积 怨 sp1 几 名 妯 娌 sp1 又 厮 打 起 来 sil|28 24 24 22 10 17 16 15 8 18 25 18 14 19 21 20 9 17 16 16 17 25 31|0.0|4.995 +002414|sil gong1 yuan2 li3 sp1 ye2 you2 hen3 duo1 bie2 de5 xiao3 peng2 you5 sp1 dan4 xi3 que4 sp1 yi2 ge5 ye3 mei2 kan4 shang4 sil|sil 公 园 里 sp1 也 有 很 多 别 的 小 朋 友 sp1 但 喜 鹊 sp1 一 个 也 没 看 上 sil|30 18 18 21 8 8 15 19 16 17 10 19 18 22 21 18 19 26 7 14 13 10 12 22 23 29|0.0|5.26 +002415|sil jiu4 zhe4 yang5 sp1 xu2 bo1 kai1 shi3 le5 bei3 piao1 sheng1 ya2 sil|sil 就 这 样 sp1 徐 波 开 始 了 北 漂 生 涯 sil|27 19 18 26 7 24 23 21 13 12 16 21 18 29 29|0.0|3.52 +002416|sil san1 jun1 ke3 duo2 qi4 sp1 jiang1 jun1 ke3 duo2 xin1 sil|sil 三 军 可 夺 气 sp1 将 军 可 夺 心 sil|27 26 24 20 16 30 12 24 23 21 17 30 28|0.0|3.46 +002417|sil jing1 guo4 qian1 tuan2 da4 zhan4 de5 xi2 li3 hou4 sp1 zheng3 ge5 hang2 ye4 sp1 yi3 guo4 qia3 wei4 qi1 sil|sil 经 过 千 团 大 战 的 洗 礼 后 sp1 整 个 行 业 sp1 已 过 卡 位 期 sil|28 21 21 24 20 16 13 8 15 16 25 19 18 12 21 22 6 12 16 22 14 31 28|0.0|4.97 +002418|sil gong1 yuan2 qi1 bai2 wu3 shi5 san1 nian2 sp1 zhong4 ma2 lv3 gui1 guo2 shi2 sp1 chuan2 wen2 ta1 zai4 hai3 shang4 yu4 nan4 sil|sil 公 元 七 百 五 十 三 年 sp1 仲 麻 吕 归 国 时 sp1 传 闻 他 在 海 上 遇 难 sil|31 20 24 19 15 13 12 18 30 20 18 18 19 17 16 27 26 20 22 19 14 18 16 13 27 30|0.0|6.055 +002419|sil deng3 quan2 guo2 fan4 wei2 pu3 ji2 sp1 jiu4 mei2 xiao4 zhang2 yao3 ren2 lo5 sil|sil 等 全 国 范 围 普 及 sp1 就 没 校 长 咬 人 咯 sil|27 22 23 14 15 14 19 26 10 16 22 17 15 17 14 20 29|0.0|3.71 +002420|sil yin1 lan4 fa2 suo3 zao4 cheng2 de5 sun3 shi1 sp1 yuan2 yuan3 duo1 guo4 pai1 mai4 mu4 cai2 de5 suo3 de2 sil|sil 因 滥 伐 所 造 成 的 损 失 sp1 远 远 多 过 拍 卖 木 材 的 所 得 sil|31 18 23 23 18 16 14 8 18 26 34 13 15 17 22 19 16 19 18 8 20 26 29|0.0|5.235 +002421|sil zuo2 ri4 sp1 dan1 ling2 xian4 jian3 cha2 yuan4 tou4 lu4 sp1 gai1 yuan4 yi3 yu2 zuo2 ri4 gao4 zhi1 su4 ren2 xun4 sp1 you3 guan1 quan2 yi4 sil|sil 昨 日 sp1 丹 棱 县 检 察 院 透 露 sp1 该 院 已 于 昨 日 告 知 宿 仁 训 sp1 有 关 权 益 sil|28 19 24 17 15 15 19 14 16 15 16 22 33 19 24 14 12 20 15 19 24 21 15 26 7 16 16 22 20 28|0.0|6.635 +002422|sil ai3 you2 sp1 wo3 zhi1 dao4 ni3 zui4 xi3 huan1 nie1 ta1 de5 lian3 le5 sp1 yin1 wei4 neng2 nie1 chu1 ge4 zhong3 xing2 zhuang4 ma5 sil|sil 矮 油 sp1 我 知 道 你 最 喜 欢 捏 它 的 脸 了 sp1 因 为 能 捏 出 各 种 形 状 嘛 sil|31 19 29 7 12 14 12 14 13 13 16 17 17 7 22 20 30 14 19 20 16 22 17 14 21 20 22 31|0.0|5.91 +002423|sil shu1 fa3 hui4 hua4 zuo4 pin3 sp1 ying1 wei2 zuo4 pin3 yuan2 jian4 sp1 chi3 cun4 ge2 shi4 bu2 xian4 sp1 bu4 xu1 zhuang1 biao3 sil|sil 书 法 绘 画 作 品 sp1 应 为 作 品 原 件 sp1 尺 寸 格 式 不 限 sp1 不 需 装 裱 sil|28 25 21 17 20 16 29 9 17 17 15 17 19 24 24 19 19 14 15 14 27 18 12 16 20 29 31|0.0|6.175 +002424|sil ta1 kai1 che1 sp1 la1 zhe5 lia3 chen2 mo4 de5 ya1 tou5 sp1 yi4 liu1 yan1 de5 pao3 le5 sil|sil 她 开 车 sp1 拉 着 俩 沉 默 的 丫 头 sp1 一 溜 烟 的 跑 了 sil|26 20 21 26 3 19 9 18 20 16 9 19 25 22 10 21 15 8 26 21 30|0.0|4.455 +002425|sil lin2 ying3 chao1 mu4 ne4 de5 jie1 guo4 qian2 sp1 bing4 mei2 you3 yao4 zou3 de5 yi4 si5 sil|sil 林 颖 超 木 讷 地 接 过 钱 sp1 并 没 有 要 走 的 意 思 sil|28 17 17 27 22 14 10 16 12 31 17 17 11 13 18 17 9 16 25 26|0.0|4.22 +002426|sil yao4 cai2 fu2 he2 yao4 yong4 yao1 qiu2 de5 sp1 fang1 ke3 gong1 ying4 sp1 pei4 fang1 he2 yong4 yu2 zhong1 cheng2 yao4 sheng1 chan3 sil|sil 药 材 符 合 药 用 要 求 的 sp1 方 可 供 应 sp1 配 方 和 用 于 中 成 药 生 产 sil|32 18 25 18 17 14 13 17 22 15 11 16 15 17 22 21 23 26 21 17 16 18 15 15 18 27 29|0.0|6.015 +002427|sil mei3 ge5 zhang4 peng5 sp1 dou1 pei4 shang4 le5 dian4 shan4 sp1 lei2 da2 qu1 wen2 qi4 sp1 kuang4 quan2 shui3 sp1 he2 yi4 xie1 ying4 ji2 de5 yao4 pin3 sil|sil 每 个 帐 篷 sp1 都 配 上 了 电 扇 sp1 雷 达 驱 蚊 器 sp1 矿 泉 水 sp1 和 一 些 应 急 的 药 品 sil|31 16 11 22 22 7 14 18 18 16 22 28 14 14 16 15 16 27 20 20 19 30 17 13 11 23 18 14 9 20 34 28|0.0|7.0 +002428|sil hen3 kuai4 sp1 hu2 yi4 hua2 luo4 jiao2 dian3 sp1 fu2 chu1 shui3 mian4 sil|sil 很 快 sp1 胡 益 华 落 脚 点 sp1 浮 出 水 面 sil|27 19 29 17 18 13 20 15 17 20 4 17 14 16 29 29|0.0|3.535 +002429|sil lao3 xiong2 de5 jia1 sp1 zai4 wan4 zhou1 yi2 ge5 pian1 yuan3 pin2 qiong2 de5 xiao3 shan1 cun1 sil|sil 老 熊 的 家 sp1 在 万 州 一 个 偏 远 贫 穷 的 小 山 村 sil|30 18 20 11 27 9 18 19 13 14 22 32 23 22 19 7 20 18 30 29|0.0|4.66 +002430|sil xian4 zai4 xiao3 sheng1 chu1 sp1 tui1 you1 sp1 ze2 xiao4 pai4 wei4 sp1 ye3 bu2 shi4 tong3 yi1 kao3 shi4 ya5 sil|sil 现 在 小 升 初 sp1 推 优 sp1 择 校 派 位 sp1 也 不 是 统 一 考 试 呀 sil|31 24 22 18 18 28 3 28 27 4 22 30 25 24 26 13 13 15 17 12 19 17 21 29|0.0|5.645 +002431|sil yi3 qian2 you3 luo2 bo5 zhao1 pin4 sp1 xian4 zai4 you4 you3 lan2 qiu2 zhao1 pin4 sil|sil 以 前 有 萝 卜 招 聘 sp1 现 在 又 有 篮 球 招 聘 sil|30 12 22 17 19 13 21 25 9 24 17 13 11 20 20 17 23 29|0.0|3.97 +002432|sil lao3 po5 cha2 si1 fang2 qian2 sp1 mei2 di4 fang5 cang2 le5 sp1 gei2 ni3 chong1 er4 bai3 yuan2 hua4 fei4 sp1 guo4 liang3 tian1 huan2 wo3 sil|sil 老 婆 查 私 房 钱 sp1 没 地 方 藏 了 sp1 给 你 充 二 百 元 话 费 sp1 过 两 天 还 我 sil|30 21 19 20 16 15 30 13 14 14 16 23 15 28 12 12 18 15 12 13 19 24 20 13 16 15 21 22 30|0.0|6.225 +002433|sil li3 ju2 zhang3 da1 ying5 bang1 ta1 zhao2 zhao3 kan4 sil|sil 李 局 长 答 应 帮 他 找 找 看 sil|28 17 15 25 15 14 17 21 16 14 26 27|0.0|2.725 +002434|sil yan3 yuan2 men5 sp1 ye3 gei2 wo2 gu3 le5 bu4 shao3 jin4 sil|sil 演 员 们 sp1 也 给 我 鼓 了 不 少 劲 sil|29 18 18 23 9 12 14 14 14 10 13 19 22 33|0.0|2.875 +002435|sil na4 nv3 hai2 de5 shuang1 chun2 wei1 min3 zhe5 sp1 hong2 run4 you3 guang1 sp1 fang3 fu2 zai4 gou1 yin3 luo2 tian1 cheng2 de5 zui3 chun2 sil|sil 那 女 孩 的 双 唇 微 抿 着 sp1 红 润 有 光 sp1 仿 佛 在 勾 引 罗 天 诚 的 嘴 唇 sil|30 14 18 17 8 21 27 17 24 20 19 18 16 14 26 31 19 24 17 17 21 18 20 18 7 18 30 31|0.0|6.505 +002436|sil chi1 fan4 kao4 lao2 bai3 xing4 song4 bao1 gu3 sp1 chi1 cai4 kao4 di4 xiong5 men5 sp1 shang4 shan1 da3 lie4 sp1 wa1 ye3 cai4 sil|sil 吃 饭 靠 老 百 姓 送 苞 谷 sp1 吃 菜 靠 弟 兄 们 sp1 上 山 打 猎 sp1 挖 野 菜 sil|31 23 27 15 18 17 22 21 23 23 28 20 29 20 18 20 17 6 20 19 16 25 12 15 16 27 31|0.0|6.485 +002437|sil chang2 wu4 fu4 sheng2 zhang3 chen2 min2 er3 sp1 ye2 yi3 jing1 zai4 zuo2 tian1 wan3 shang5 gan3 dao4 zhou1 shan1 sil|sil 常 务 副 省 长 陈 敏 尔 sp1 也 已 经 在 昨 天 晚 上 赶 到 舟 山 sil|28 28 16 14 19 23 19 17 28 21 11 12 19 15 16 14 21 21 18 13 17 28 31|0.0|5.215 +002438|sil ru2 guo2 you3 yue4 bing3 qi1 huo4 sp1 na4 gai1 duo1 hao3 ya5 sil|sil 如 果 有 月 饼 期 货 sp1 那 该 多 好 呀 sil|27 16 12 21 18 17 21 23 12 14 15 17 19 23 30|0.0|3.305 +002439|sil zuo2 ri4 sp1 zhang1 yu2 qi3 sp1 ye3 kua1 qi3 le5 dao2 yan3 sil|sil 昨 日 sp1 张 雨 绮 sp1 也 夸 起 了 导 演 sil|29 19 24 11 20 14 33 9 11 19 10 11 17 28 30|0.0|3.305 +002440|sil jiu4 ci2 you3 yao2 yan2 chuan2 chu1 sp1 shuo1 zhe4 nan2 zi3 de5 shen4 zang4 sp1 bei4 ren2 gei3 zhai1 zou3 sil|sil 就 此 有 谣 言 传 出 sp1 说 这 男 子 的 肾 脏 sp1 被 人 给 摘 走 sil|29 21 27 17 14 15 20 24 25 17 11 21 11 9 21 22 8 12 13 14 21 27 31|0.0|4.99 +002441|sil wo3 dao4 shi4 xiang3 pang4 yi4 dian3 de5 sp1 dan4 zong2 ye3 pang4 bu4 qi3 lai2 sil|sil 我 倒 是 想 胖 一 点 的 sp1 但 总 也 胖 不 起 来 sil|28 15 15 10 20 23 13 19 17 17 18 17 16 19 8 15 28 28|0.0|3.79 +002442|sil yan2 shi2 fen1 beng1 sp1 quan2 jia1 fu4 ya1 zhe2 you3 zhi1 sil|sil 岩 石 分 崩 sp1 全 家 覆 压 者 有 之 sil|28 18 17 23 22 22 23 20 17 20 13 18 27 27|0.0|3.42 +002443|sil wu2 jian4 hao2 wei1 bo2 zhuan1 zhu4 tiao1 nv3 zhuang1 xie2 sil|sil 吴 建 豪 微 博 专 注 挑 女 装 鞋 sil|29 13 20 27 19 18 19 14 18 16 18 32 27|0.0|3.135 +002444|sil gu3 ge1 ruo4 guo3 zhen1 shou1 gou4 ya2 hu3 sp1 shi4 bi4 yin3 lai2 mei3 guo2 fan2 long3 duan4 diao4 cha2 sil|sil 谷 歌 若 果 真 收 购 雅 虎 sp1 势 必 引 来 美 国 反 垄 断 调 查 sil|28 20 27 19 18 17 18 12 23 27 19 21 11 16 19 22 15 17 15 14 16 32 28|0.0|5.275 +002445|sil man4 man4 chang2 ye4 sp1 yao2 yao3 yuan2 gong1 sil|sil 漫 漫 长 夜 sp1 窈 窈 元 宫 sil|29 20 19 23 24 8 18 17 23 26 30|0.0|2.75 +002446|sil zuo4 wei2 ke1 xue2 ju4 bo4 sp1 qian2 wei3 chang2 de5 ke1 xue2 gong4 xian4 sp1 biao1 bing2 shi3 ce4 sil|sil 作 为 科 学 巨 擘 sp1 钱 伟 长 的 科 学 贡 献 sp1 彪 炳 史 册 sil|26 22 19 23 16 19 24 15 23 14 21 7 19 16 17 25 8 20 19 20 29 31|0.0|5.025 +002447|sil san1 chi2 yuan1 fu4 jin4 de5 yi2 chu4 can1 guan3 qiang2 shang4 zhuang1 shi4 de5 ren2 zao4 hua1 sil|sil 三 池 渊 附 近 的 一 处 餐 馆 墙 上 装 饰 的 人 造 花 sil|28 23 17 18 18 13 7 14 16 20 15 22 25 19 15 8 18 19 29 30|0.0|4.34 +002448|sil tian2 zi3 he2 ge1 menr5 r yi4 qi3 pao4 ye4 dian4 sp1 ye3 yi4 qi3 bang1 bie2 ren2 ping2 shir4 r sil|sil 田 子 和 哥 们 儿 一 起 泡 夜 店 sp1 也 一 起 帮 别 人 平 事 儿 sil|25 29 24 18 16 25 0 13 15 18 16 24 31 9 11 15 17 12 15 21 0 25 29|0.0|4.735 +002449|sil jian1 jue2 cha2 chu2 zhuan3 bao1 he2 wei2 fa3 fen1 bao1 sil|sil 坚 决 查 处 转 包 和 违 法 分 包 sil|25 22 15 22 22 22 22 14 16 18 22 25 29|0.0|3.18 +002450|sil can1 mou2 wang2 cun2 bao2 jiang3 sp1 zhe4 ji3 tian1 sp1 wu2 jing3 guan1 bing1 sp1 reng2 ran2 lian2 ye4 zhan3 kai1 sou1 suo3 sil|sil 参 谋 王 存 宝 讲 sp1 这 几 天 sp1 武 警 官 兵 sp1 仍 然 连 夜 展 开 搜 索 sil|29 23 23 16 21 16 30 32 15 13 28 3 12 14 18 24 4 19 20 19 13 15 14 19 27 26|0.0|5.725 +002451|sil ta1 pao3 dao4 hou4 zuo4 sp1 pai1 xing3 le5 wu2 peng2 sil|sil 她 跑 到 后 座 sp1 拍 醒 了 吴 鹏 sil|25 28 23 14 20 23 6 23 17 11 15 35 30|0.0|3.13 +002452|sil shou3 xian1 sp1 ying1 chong2 xin1 he2 suan4 sp1 luo2 shuan1 de5 qiang2 du4 sil|sil 首 先 sp1 应 重 新 核 算 sp1 螺 栓 的 强 度 sil|28 22 33 7 18 20 16 18 24 7 15 19 8 23 18 30|0.0|3.555 +002453|sil chu1 le5 shir4 r hou4 sp1 ta1 hai2 he2 kan1 shou2 suo2 guan3 jiao4 shuo1 sp1 dui4 wo3 yi4 dianr2 r gan3 qing2 dou1 mei2 you3 sil|sil 出 了 事 儿 后 sp1 他 还 和 看 守 所 管 教 说 sp1 对 我 一 点 儿 感 情 都 没 有 sil|26 19 9 23 0 23 24 17 14 21 16 14 17 18 17 22 14 14 22 16 0 17 17 16 10 16 23 30|0.0|5.51 +002454|sil suo2 yi3 zhe4 ge5 shi4 jie4 de5 fa3 ze2 jiu4 shi4 sp1 kou1 bi1 jia3 gong1 zi3 sp1 ye2 bi3 da4 fang1 zhen1 diao3 si1 sp1 guang1 hui1 wan4 bei4 sil|sil 所 以 这 个 世 界 的 法 则 就 是 sp1 抠 逼 假 公 子 sp1 也 比 大 方 真 屌 丝 sp1 光 辉 万 倍 sil|32 21 23 16 10 15 12 8 21 14 16 25 26 24 18 19 16 25 22 12 13 19 20 16 19 24 4 19 17 20 23 30|0.0|6.96 +002455|sil dan4 wo3 yi2 ding4 hui4 yong4 fa3 lv4 shou3 duan4 sp1 wei2 hu4 wo3 de5 ming2 yu4 sil|sil 但 我 一 定 会 用 法 律 手 段 sp1 维 护 我 的 名 誉 sil|26 20 15 14 15 12 15 18 14 18 19 13 13 15 10 8 21 20 28|0.0|3.645 +002456|sil qian2 wai4 wu4 ci4 guan1 sou3 zhong1 san1 shi2 er4 jie1 ren4 de5 ke3 neng2 xing4 sp1 ye3 zai4 tan4 tao3 zhi1 zhong1 sil|sil 前 外 务 次 官 薮 中 三 十 二 接 任 的 可 能 性 sp1 也 在 探 讨 之 中 sil|28 31 15 12 18 21 25 16 19 11 18 16 14 8 14 16 22 5 19 19 19 16 15 24 31|0.0|5.245 +002457|sil hui4 wan2 ya5 sp1 wo3 shi4 ge5 you2 xi4 mi2 ne5 sil|sil 会 玩 呀 sp1 我 是 个 游 戏 迷 呢 sil|26 21 21 23 16 10 13 11 15 15 19 23 28|0.0|2.795 +002458|sil kong3 suo2 zhang3 he2 ta1 lia2 ma3 shang4 jin4 xing2 yan2 jiu1 sil|sil 孔 所 长 和 他 俩 马 上 进 行 研 究 sil|25 24 18 32 14 19 17 19 19 11 15 18 26 29|0.0|3.315 +002459|sil hen3 kuai4 sp1 ta1 bei4 ya1 song4 zhi4 wei4 yu2 tun2 men2 de5 sp1 da4 lan3 nv2 zi3 cheng2 jiao4 suo3 sil|sil 很 快 sp1 她 被 押 送 至 位 于 屯 门 的 sp1 大 榄 女 子 惩 教 所 sil|23 19 28 15 17 12 17 21 23 15 10 22 23 14 9 15 16 14 12 19 20 29 25|0.0|4.855 +002460|sil yao4 da3 hui2 jia1 da3 sp1 ni3 bu2 yao4 lian2 sp1 wo3 hai2 yao4 lian3 ne5 sil|sil 要 打 回 家 打 sp1 你 不 要 脸 sp1 我 还 要 脸 呢 sil|28 18 21 18 19 24 21 15 8 21 19 11 12 18 16 18 21 29|0.0|3.915 +002461|sil jiu4 yuan2 dui4 sp1 zheng4 zai4 jia1 kuai4 an1 zhuang1 gu4 ding4 beng4 sp1 tong1 guo4 chou1 shui2 wen3 ding4 shui3 wei4 sil|sil 救 援 队 sp1 正 在 加 快 安 装 固 定 泵 sp1 通 过 抽 水 稳 定 水 位 sil|28 20 16 23 7 17 18 20 20 14 17 14 17 21 32 19 17 23 29 23 16 21 25 31|0.0|5.66 +002462|sil shuan4 dun1 bu4 tuo1 di4 sp1 ye3 shi4 yong4 xi3 wan2 yi1 fu5 dao4 zai4 tong2 li3 de5 shui3 sil|sil 涮 墩 布 拖 地 sp1 也 是 用 洗 完 衣 服 倒 在 桶 里 的 水 sil|29 26 17 12 20 24 22 13 16 21 18 17 12 21 16 12 20 13 9 28 30|0.0|4.6 +002463|sil la1 si1 mu4 sen1 qing3 wen1 zong2 li3 sp1 di4 yi1 ge5 fa1 yan2 sil|sil 拉 斯 穆 森 请 温 总 理 sp1 第 一 个 发 言 sil|29 16 12 19 29 26 15 19 18 4 12 11 11 20 28 30|0.0|3.47 +002464|sil jiu4 shi4 jiao4 wo3 ming2 zi5 er2 yi3 ya5 sil|sil 就 是 叫 我 名 字 而 已 呀 sil|26 18 12 17 11 21 11 20 12 25 28|0.0|2.335 +002465|sil ta1 hai2 yao1 qiu2 gu4 wen4 men5 sp1 liao2 jie3 ba1 ni2 de5 xiang2 xi4 qing2 kuang4 sil|sil 他 还 要 求 顾 问 们 sp1 了 解 巴 尼 的 详 细 情 况 sil|27 18 13 18 21 16 19 20 7 19 21 17 18 12 18 15 19 26 28|0.0|4.09 +002466|sil qi2 zhong1 yi3 sp1 zheng1 sp1 ou4 sp1 ping2 sp1 zha1 sp1 zhui4 sp1 wu3 dao4 gong1 xu4 sp1 zui4 wei2 zhong4 yao4 sil|sil 其 中 以 sp1 蒸 sp1 沤 sp1 平 sp1 扎 sp1 坠 sp1 五 道 工 序 sp1 最 为 重 要 sil|28 18 19 29 4 35 12 29 6 43 4 34 9 31 17 15 17 16 21 5 15 13 16 25 30|0.0|5.705 +002467|sil jin4 shan1 cai3 shen1 sp1 ye2 you3 zhong4 duo1 jiang3 jiu1 sil|sil 进 山 采 参 sp1 也 有 众 多 讲 究 sil|26 21 21 23 29 6 12 16 17 14 21 25 29|0.0|3.015 +002468|sil ke3 zhi4 jin1 ying1 de2 de5 bai3 wan4 yuan2 gong1 zi1 sp1 hai2 mei2 zhao2 luo4 sil|sil 可 至 今 应 得 的 百 万 元 工 资 sp1 还 没 着 落 sil|27 20 16 26 19 14 11 18 16 13 17 21 6 14 15 19 22 30|0.0|3.765 +002469|sil ji1 ji2 tan4 suo3 sp1 yong4 qun2 zhong4 gong1 zuo4 sp1 tong2 lan3 xin4 fang3 gong1 zuo4 sil|sil 积 极 探 索 sp1 用 群 众 工 作 sp1 统 揽 信 访 工 作 sil|29 18 14 25 31 7 14 22 17 18 21 4 22 22 21 19 17 23 30|0.0|4.345 +002470|sil sui4 yue4 ren2 ran3 sp1 ren2 sheng1 yi4 lao3 sil|sil 岁 月 荏 苒 sp1 人 生 易 老 sil|28 24 16 19 28 6 14 22 14 30 27|0.0|2.645 +002471|sil dan4 yang2 ran2 cheng1 sp1 yao4 deng1 men2 bai4 fang3 sp1 jiang1 li2 mou3 he2 fei1 er5 de5 shi4 qing5 sp1 gao4 su5 ta1 qi1 zi3 sil|sil 但 杨 然 称 sp1 要 登 门 拜 访 sp1 将 李 某 和 菲 儿 的 事 情 sp1 告 诉 他 妻 子 sil|26 24 18 20 28 3 23 15 17 18 29 23 23 15 25 16 17 14 8 17 22 9 18 12 18 21 24 30|0.0|6.185 +002472|sil dang4 tian1 ling2 chen2 sp1 bei3 he2 yan2 da4 jie1 sp1 yi2 chu4 re4 li4 guan2 wang3 bao4 lie4 sil|sil 当 天 凌 晨 sp1 北 河 沿 大 街 sp1 一 处 热 力 管 网 爆 裂 sil|25 17 15 16 29 18 14 14 16 17 26 5 11 20 15 11 19 17 15 25 28|0.0|4.335 +002473|sil zan2 bu2 shang4 mei3 shu4 ban1 le5 ba5 sil|sil 咱 不 上 美 术 班 了 吧 sil|25 23 14 18 13 15 15 11 26 27|0.0|2.175 +002474|sil jiang1 tun2 sp1 you2 shui3 zhong1 da4 xiong2 mao1 zhi1 cheng1 sil|sil 江 豚 sp1 有 水 中 大 熊 猫 之 称 sil|27 27 37 5 18 24 19 16 18 16 13 31 30|0.0|3.26 +002475|sil bu4 shao3 ren2 huan4 bing4 hou4 ye2 zhi3 neng2 ying4 kang2 sil|sil 不 少 人 患 病 后 也 只 能 硬 扛 sil|27 15 17 18 22 20 25 16 12 13 21 34 34|0.0|3.18 +002476|sil nu2 er3 a1 li3 mu4 sp1 da1 che1 qian2 wang3 gong2 nai3 si1 lin2 chang3 de5 dong1 mu4 chang3 sil|sil 努 尔 阿 里 木 sp1 搭 车 前 往 巩 乃 斯 林 场 的 冬 牧 场 sil|28 15 20 12 13 26 10 16 15 19 22 17 16 13 18 19 10 15 15 29 28|0.0|4.365 +002477|sil zhang4 fu5 you4 yu3 qi1 zi2 chao3 le5 yi2 jia4 sil|sil 丈 夫 又 与 妻 子 吵 了 一 架 sil|26 24 23 20 11 21 13 21 12 12 28 28|0.0|2.78 +002478|sil ni3 men5 dao4 di2 you3 wan2 mei2 wan2 sil|sil 你 们 到 底 有 完 没 完 sil|29 9 13 19 21 18 18 17 30 29|0.0|2.36 +002479|sil ri4 ji1 yue4 lei3 sp1 wei1 luo4 zan3 le5 yi2 da4 bi3 qian2 sil|sil 日 积 月 累 sp1 薇 洛 攒 了 一 大 笔 钱 sil|28 17 16 15 29 17 15 24 20 9 13 19 14 35 28|0.0|3.47 +002480|sil xiao3 hui1 sp1 dai1 zuo4 zai4 wei4 zhi4 shang4 sp1 xiang3 sp1 zhe4 ci4 wan2 le5 sil|sil 晓 辉 sp1 呆 坐 在 位 置 上 sp1 想 sp1 这 次 完 了 sil|29 24 27 3 19 15 14 16 15 25 20 31 6 15 14 20 17 29|0.0|3.935 +002481|sil zhe4 rang4 huang2 xian1 sheng5 hen3 na4 men4 sil|sil 这 让 黄 先 生 很 纳 闷 sil|26 15 14 23 18 20 19 19 29 29|0.0|2.465 +002482|sil song4 ke1 mai4 kao3 ya1 sp1 ta1 qu4 peng3 le5 chang3 sil|sil 宋 柯 卖 烤 鸭 sp1 她 去 捧 了 场 sil|28 26 27 20 23 29 9 18 16 19 13 36 31|0.0|3.43 +002483|sil ri4 ben3 ming2 jiang4 nei4 cun1 hang2 ping2 zai4 dan1 gang4 zhong1 diao4 gang4 sp1 zhu4 zhong1 guo2 dui4 duo2 guan4 sil|sil 日 本 名 将 内 村 航 平 在 单 杠 中 掉 杠 sp1 助 中 国 队 夺 冠 sil|29 14 15 18 27 16 17 20 30 18 18 18 15 18 25 26 21 17 10 14 17 25 30|0.0|5.32 +002484|sil ta1 shuo1 sp1 hei1 long2 jiang1 shui2 ti3 you2 lei4 wu1 ran3 de5 wu1 ran3 yuan2 sp1 yi3 ke2 yi3 pai2 chu2 lai2 zi4 zhong1 fang1 sil|sil 他 说 sp1 黑 龙 江 水 体 油 类 污 染 的 污 染 源 sp1 已 可 以 排 除 来 自 中 方 sil|27 19 27 17 12 15 18 20 17 16 15 12 16 8 13 18 27 20 14 17 19 20 20 19 13 20 28 27|0.0|5.97 +002485|sil er4 yao4 gu3 li4 gang2 kou3 sp1 ji2 lin2 gang3 wu4 liu2 qi3 ye4 sp1 qing3 jin4 lai2 sp1 he2 zou3 chu1 qu4 sil|sil 二 要 鼓 励 港 口 sp1 及 临 港 物 流 企 业 sp1 请 进 来 sp1 和 走 出 去 sil|30 18 24 13 15 21 32 3 22 20 18 13 13 22 21 4 27 17 25 4 16 19 21 27 30|0.0|5.515 +002486|sil shi4 wo3 de5 rong2 yu4 sp1 wo3 na2 gan3 tui1 ya5 sil|sil 是 我 的 荣 誉 sp1 我 哪 敢 推 呀 sil|28 23 18 11 19 20 14 9 23 18 23 22 28|0.0|2.975 +002487|sil er2 su1 zhou1 ren2 min2 yin2 hang2 sp1 ye3 ji2 li4 pie3 qing1 sp1 yu3 yue4 xi1 ting2 yuan4 sp1 bie2 shu4 xiang4 mu4 de5 guan1 xi5 sil|sil 而 苏 州 人 民 银 行 sp1 也 极 力 撇 清 sp1 与 越 溪 庭 院 sp1 别 墅 项 目 的 关 系 sil|31 19 20 14 14 14 16 33 5 13 15 15 20 28 16 21 20 20 21 21 3 15 15 20 9 9 20 24 33|0.0|6.08 +002488|sil wai4 sheng5 nv3 ku1 le5 sp1 ta1 bang1 zhe5 hong3 sil|sil 外 甥 女 哭 了 sp1 他 帮 着 哄 sil|26 22 16 12 27 18 12 19 20 13 33 27|0.0|2.845 +002489|sil you3 chuan2 yan2 cheng1 sp1 shi2 ren4 zong2 tong3 ban4 gong1 ting1 zhu3 ren4 de5 sp1 mei2 de2 wei2 jie2 fu1 sp1 shi4 mu4 hou4 tui1 shou3 sil|sil 有 传 言 称 sp1 时 任 总 统 办 公 厅 主 任 的 sp1 梅 德 韦 杰 夫 sp1 是 幕 后 推 手 sil|29 18 20 16 29 21 19 22 19 19 15 13 17 15 19 17 8 16 11 14 16 28 4 18 19 17 18 32 31|0.0|6.27 +002490|sil fen1 xi1 guan4 lan2 gao1 shou3 de5 zhe4 qi1 jie2 mu4 sp1 ming2 wei2 sp1 ai4 guan4 lan2 sp1 ai4 pao4 niu1 sil|sil 分 析 灌 篮 高 手 的 这 期 节 目 sp1 名 为 sp1 爱 灌 篮 sp1 爱 泡 妞 sil|29 21 22 18 14 16 14 7 12 14 14 25 12 17 24 13 15 19 22 10 13 20 31 29|0.0|5.005 +002491|sil gang2 dao3 nan2 qu1 shen1 shui3 wan1 sp1 wang4 xiang4 nan2 lang3 shan1 de5 shang4 kong1 sp1 chu1 xian4 lou4 dou3 yun2 sil|sil 港 岛 南 区 深 水 湾 sp1 望 向 南 塱 山 的 上 空 sp1 出 现 漏 斗 云 sil|27 21 15 19 25 17 18 28 23 17 26 20 18 23 11 21 24 5 18 21 20 15 31 30|0.0|5.72 +002492|sil wei4 le5 mi2 bu3 kui1 kong1 sp1 man3 xin1 kai3 chai1 dong1 qiang2 bu3 xi1 qiang2 sp1 zui4 zhong1 qian4 xia4 ju4 kuan3 sil|sil 为 了 弥 补 亏 空 sp1 满 新 凯 拆 东 墙 补 西 墙 sp1 最 终 欠 下 巨 款 sil|32 13 15 19 12 21 26 30 16 17 29 23 17 29 15 20 31 20 16 23 20 15 18 32 31|0.0|6.275 +002493|sil dan4 shi4 sp1 ya1 li4 sp1 ye3 bu2 shi4 yi4 dianr3 r mei2 you3 sil|sil 但 是 sp1 压 力 sp1 也 不 是 一 点 儿 没 有 sil|29 18 25 6 21 23 5 12 12 12 14 17 0 17 28 28|0.0|3.105 +002494|sil zhe4 jiu4 shi4 zhou1 ke4 hua2 tao2 pao3 de5 zhai3 xiang4 sil|sil 这 就 是 周 克 华 逃 跑 的 窄 巷 sil|25 19 16 18 16 17 23 20 17 9 19 30 29|0.0|3.0 +002495|sil wu1 nei4 dong1 xi5 bai3 fang4 ling2 luan4 sp1 zhi4 zuo4 xian4 liao4 yong4 de5 zuo4 liao4 sp1 dui1 man3 yi2 di4 sil|sil 屋 内 东 西 摆 放 凌 乱 sp1 制 作 馅 料 用 的 作 料 sp1 堆 满 一 地 sil|28 11 15 17 23 16 19 17 23 22 17 17 19 15 13 8 20 22 4 14 21 15 22 31|0.0|4.975 +002496|sil wang2 you3 cui1 ni1 ke3 ze2 biao3 shi4 sp1 nan2 yi2 xiang3 xiang4 sp1 hui4 you3 zhe4 me5 e3 xin1 de5 ren2 sil|sil 网 友 崔 妮 可 则 表 示 sp1 难 以 想 象 sp1 会 有 这 么 恶 心 的 人 sil|30 18 21 20 17 20 13 17 24 31 14 11 20 24 9 11 14 15 13 17 19 10 26 29|0.0|5.14 +002497|sil wo3 kan4 jian4 ni2 chuang3 dan1 xing2 xian4 sp1 ni3 hai2 pao3 sil|sil 我 看 见 你 闯 单 行 线 sp1 你 还 跑 sil|28 12 20 13 12 21 15 17 21 22 11 18 33 28|0.0|3.145 +002498|sil shou4 ci3 ying2 xiang3 sp1 mei3 yuan2 ye3 cheng2 wei2 xiang1 bo1 bo5 sil|sil 受 此 影 响 sp1 美 元 也 成 为 香 饽 饽 sil|30 21 14 16 31 13 20 29 13 15 12 21 17 21 28|0.0|3.5 +002499|sil wang2 tie3 hen3 kuai4 jiu4 yin2 qi3 le5 zhong4 duo1 wang2 you3 guan1 zhu4 he2 zhuan2 zai3 sil|sil 网 帖 很 快 就 引 起 了 众 多 网 友 关 注 和 转 载 sil|33 20 29 23 16 15 17 14 12 16 14 18 22 21 15 14 22 29 32|0.0|4.43 +002500|sil ru2 ci3 kan4 lai2 sp1 li3 de5 fang3 ri4 sp1 ke3 shi4 zuo4 wei2 xie4 fang3 ri4 pu1 lu4 sil|sil 如 此 看 来 sp1 李 的 访 日 sp1 可 视 作 为 谢 访 日 铺 路 sil|28 18 13 18 24 17 13 11 21 20 5 17 14 16 21 24 19 14 19 24 30|0.0|4.485 +002501|sil bu2 guo4 zuo2 sp1 liang3 ren2 que4 yi3 xing2 dong4 pie3 bu4 he2 chuan2 yan2 sil|sil 不 过 昨 sp1 两 人 却 以 行 动 撇 不 和 传 言 sil|31 12 17 27 6 16 15 17 11 23 21 25 15 14 22 28 29|0.0|3.825 +002502|sil wei4 cheng2 nian2 fan4 zai4 shao4 guan2 suo2 li2 da3 ping1 pang1 qiu2 sil|sil 未 成 年 犯 在 少 管 所 里 打 乒 乓 球 sil|31 14 19 18 29 20 17 16 17 18 16 18 18 33 28|0.0|3.625 +002503|sil gong1 yuan2 yi1 san1 qi1 er4 nian2 sp1 zhu1 yuan2 zhang1 jiu4 pai4 yang2 zai4 chu1 shi3 liu2 qiu2 sil|sil 公 元 一 三 七 二 年 sp1 朱 元 璋 就 派 杨 载 出 使 琉 球 sil|27 22 22 15 18 15 17 29 20 15 16 24 21 21 21 23 22 13 19 32 29|0.0|5.12 +002504|sil mu4 qian2 sp1 gong1 wu4 yuan2 yang2 lao3 jin1 sp1 zhi2 jie1 you2 cai2 zheng4 bo1 fu4 sil|sil 目 前 sp1 公 务 员 养 老 金 sp1 直 接 由 财 政 拨 付 sil|28 14 32 5 17 12 21 16 15 28 7 16 16 16 23 19 16 23 30|0.0|4.11 +002505|sil bie2 zai4 hu4 wai4 ting2 liu2 tai4 jiu3 sil|sil 别 在 户 外 停 留 太 久 sil|25 18 18 21 16 17 14 22 29 26|0.0|2.395 +002506|sil xi3 huan1 hai2 xu1 yao4 li3 you2 ma5 sil|sil 喜 欢 还 需 要 理 由 吗 sil|28 28 27 21 13 14 13 18 24 28|0.0|2.485 +002507|sil you3 ren2 xuan1 cheng1 sp1 xian4 zai4 shi4 shai1 xuan3 wei2 wang2 sil|sil 有 人 宣 称 sp1 现 在 是 筛 选 为 王 sil|31 13 15 19 29 3 23 16 21 25 20 17 29 31|0.0|3.39 +002508|sil fa3 xin1 she4 ren4 wei2 sp1 yang1 hang2 zhe4 yi4 ju3 cuo4 sp1 duan3 qi1 nei4 gei3 ou1 yuan2 qu1 sp1 ti2 gong4 le5 chuan3 xi1 kong1 jian1 sil|sil 法 新 社 认 为 sp1 央 行 这 一 举 措 sp1 短 期 内 给 欧 元 区 sp1 提 供 了 喘 息 空 间 sil|31 18 18 19 16 26 31 18 23 10 12 15 23 5 17 14 24 16 16 16 21 4 19 20 15 23 17 18 23 33|0.0|6.515 +002509|sil fan3 zheng4 shi4 hun1 ye3 jie2 le5 sp1 ci2 shan4 ye3 ban4 le5 sp1 liang3 xiang1 dou1 hai2 tuo2 tuo3 de5 sil|sil 反 正 是 婚 也 结 了 sp1 慈 善 也 办 了 sp1 两 厢 都 还 妥 妥 的 sil|32 21 22 16 23 13 18 15 8 16 19 11 22 15 20 20 26 12 16 18 24 20 28|0.0|5.05 +002510|sil bu4 jiu3 qian2 sp1 ta1 shi4 yan3 le5 zhang1 ji4 zhong1 ban3 xi1 you2 ji4 zhong1 sp1 hou2 wang2 chi4 kao1 ma3 hou2 de5 jue2 se4 sil|sil 不 久 前 sp1 他 饰 演 了 张 纪 中 版 西 游 记 中 sp1 猴 王 赤 尻 马 猴 的 角 色 sil|28 14 15 35 6 19 17 18 16 19 13 19 19 14 14 17 24 19 22 26 21 18 17 19 9 17 22 29|0.0|6.11 +002511|sil shen1 wa1 xi4 cha2 sp1 ba2 chu1 luo2 bo5 dai4 chu1 ni2 sil|sil 深 挖 细 查 sp1 拔 出 萝 卜 带 出 泥 sil|30 28 17 19 31 10 17 16 19 18 18 16 30 28|0.0|3.45 +002512|sil er2 yao1 er4 yao1 er4 sp1 da3 zao4 de5 gan3 jue2 shi4 guang4 sp1 rang4 yi2 qie4 dou1 man4 xia4 lai2 sil|sil 而 幺 二 幺 二 sp1 打 造 的 感 觉 是 逛 sp1 让 一 切 都 慢 下 来 sil|29 30 21 13 20 17 5 16 13 9 17 22 18 26 24 20 18 26 14 22 16 27 32|0.0|5.28 +002513|sil er2 ying2 shou1 sp1 ze2 tong2 bi3 zeng1 zhang2 bai3 fen1 zhi1 shi2 si4 sp1 zhi4 sp1 yi1 dian3 yi1 yi1 jiu3 yi4 ying1 bang4 sil|sil 而 营 收 sp1 则 同 比 增 长 百 分 之 十 四 sp1 至 sp1 一 点 一 一 九 亿 英 镑 sil|29 21 20 29 4 16 19 11 18 24 15 13 12 18 25 31 28 5 14 20 14 16 19 15 17 23 30|0.0|5.88 +002514|sil da4 duo1 shu4 gong1 xin1 jie1 ceng2 sp1 kong3 pa4 sp1 zhi3 neng2 ou2 er3 chang2 chang2 sp1 dao1 yu2 hun2 tun5 de5 zi1 wei4 sil|sil 大 多 数 工 薪 阶 层 sp1 恐 怕 sp1 只 能 偶 尔 尝 尝 sp1 刀 鱼 馄 饨 的 滋 味 sil|27 20 15 16 16 16 16 29 7 21 24 4 13 15 12 18 21 25 7 20 16 20 17 8 18 26 30|0.0|5.535 +002515|sil ta1 de5 cao2 fa3 ji2 wei2 yan2 zheng3 sp1 bu2 luan4 fang1 cun4 sil|sil 他 的 草 法 极 为 严 整 sp1 不 乱 方 寸 sil|25 22 10 21 24 15 16 19 26 7 12 19 21 29 31|0.0|3.45 +002516|sil fei1 er5 yue1 dong2 mou3 sp1 di4 er4 tian1 dao4 qi2 zu1 zhu4 de5 gong1 yu4 yue1 hui4 sp1 dong2 mou3 xin1 ran2 tong2 yi4 sil|sil 菲 儿 约 董 某 sp1 第 二 天 到 其 租 住 的 公 寓 约 会 sp1 董 某 欣 然 同 意 sil|36 20 22 17 17 28 5 8 18 30 16 17 16 15 8 16 16 16 27 26 17 22 21 18 20 19 34|0.0|6.095 +002517|sil zhan1 juan1 shuo1 sp1 yi3 qian2 zhang4 fu5 you3 lao2 dong4 neng2 li4 shi2 sp1 hai2 neng2 zhuan4 qian2 yang3 huo2 ta1 men5 mu2 nv3 sil|sil 詹 娟 说 sp1 以 前 丈 夫 有 劳 动 能 力 时 sp1 还 能 赚 钱 养 活 她 们 母 女 sil|27 22 18 27 31 10 29 23 13 12 19 13 14 15 28 22 13 22 19 18 18 17 14 13 15 29 30|0.0|6.165 +002518|sil gao1 yuan2 shang4 sp1 ye2 you3 bu4 shao3 weng2 weng3 yu4 yu4 de5 yuan2 shi3 sen1 lin2 sp1 se4 cai3 ning2 zhong4 sp1 bo2 da4 shen1 sui4 sil|sil 高 原 上 sp1 也 有 不 少 蓊 蓊 郁 郁 的 原 始 森 林 sp1 色 彩 凝 重 sp1 博 大 深 邃 sil|26 19 18 29 7 7 15 14 26 18 20 16 12 11 17 15 17 26 25 21 17 22 24 12 18 17 19 29 29|0.0|6.34 +002519|sil jing1 cha2 sp1 nan2 fang1 huan4 you3 ruo4 jing1 zheng4 sp1 nv3 fang1 huan4 you3 duo1 nang2 luan3 chao2 zong1 he2 zheng1 sil|sil 经 查 sp1 男 方 患 有 弱 精 症 sp1 女 方 患 有 多 囊 卵 巢 综 合 征 sil|30 20 33 13 18 22 20 14 15 18 20 33 15 24 20 19 14 18 17 21 14 15 24 32|0.0|5.675 +002520|sil gei2 ni3 men2 dian3 ge5 la4 zhu2 ba5 sil|sil 给 你 们 点 个 蜡 烛 吧 sil|28 16 12 19 16 8 21 14 23 27|0.0|2.135 +002521|sil yao4 huai2 chuai1 zui4 guo4 ying4 de5 gong1 fu5 chu1 guo2 sp1 yao4 lian4 jiu4 sp1 zui4 you3 xiao4 de5 chu3 zhi4 tu1 fa1 qing2 kuang4 neng2 li4 sil|sil 要 怀 揣 最 过 硬 的 功 夫 出 国 sp1 要 练 就 sp1 最 有 效 的 处 置 突 发 情 况 能 力 sil|32 13 20 31 20 18 17 7 16 14 19 26 33 14 18 23 5 20 14 21 9 18 19 17 15 13 16 15 19 27|0.0|6.375 +002522|sil tao2 shan1 shu1 yuan4 sp1 shi4 li3 huang4 sp1 xiang4 xue2 sheng1 men5 jiao4 shou4 ru2 xue2 sp1 bing4 yan2 xiu1 xue2 wen4 de5 di4 fang5 sil|sil 陶 山 书 院 sp1 是 李 滉 sp1 向 学 生 们 教 授 儒 学 sp1 并 研 修 学 问 的 地 方 sil|31 23 19 20 21 7 15 22 28 6 18 16 16 22 21 18 20 28 4 21 17 16 23 16 9 17 26 31|0.0|6.16 +002523|sil wei4 shen2 me5 wo3 de5 lian3 shang4 lao2 zhang3 dou4 dou5 a5 sil|sil 为 什 么 我 的 脸 上 老 长 痘 痘 啊 sil|29 18 17 10 13 6 20 21 19 19 16 18 20 27|0.0|2.94 +002524|sil su2 hua4 shuo1 sp1 qiao3 fu4 nan2 wei2 wu2 mi3 zhi1 chui1 sil|sil 俗 话 说 sp1 巧 妇 难 为 无 米 之 炊 sil|30 20 19 26 22 27 18 20 21 20 18 16 34 30|0.0|3.73 +002525|sil ta1 men5 dou1 shuo1 sp1 zao1 dui4 shou2 mo3 hei1 zao4 yao2 sp1 xuan2 ju3 sp1 yue4 lai2 yue4 jian1 kun4 sil|sil 他 们 都 说 sp1 遭 对 手 抹 黑 造 谣 sp1 选 举 sp1 越 来 越 艰 困 sil|27 18 13 15 28 23 18 14 19 22 20 18 27 9 28 26 7 12 14 14 20 27 29|0.0|5.2 +002526|sil hai2 zi5 wen4 wo2 zen3 me5 ban4 ya5 sp1 zen3 me5 zheng3 ya5 sp1 wo3 dou1 wu1 wu1 zhi2 ku1 sp1 zhao2 na2 na3 dou1 bu4 gei3 ban4 sil|sil 孩 子 问 我 怎 么 办 呀 sp1 怎 么 整 呀 sp1 我 都 呜 呜 直 哭 sp1 找 哪 哪 都 不 给 办 sil|30 20 12 17 16 14 12 23 22 12 14 11 23 24 28 12 18 13 17 17 28 24 22 26 25 14 12 17 26 32|0.0|6.75 +002527|sil niu2 da3 zhong1 sp1 qing1 nian2 zui4 zhong1 bu4 di2 sp1 bei4 a1 bo2 yao3 shang1 er3 duo5 sil|sil 扭 打 中 sp1 青 年 最 终 不 敌 sp1 被 阿 伯 咬 伤 耳 朵 sil|29 19 20 24 14 21 28 17 17 15 24 23 16 18 19 19 18 23 23 28|0.0|4.82 +002528|sil ju4 liao2 jie3 sp1 gai1 zuo1 fang5 mei2 you3 ying2 ye4 zhi2 zhao4 he2 wei4 sheng1 xu2 ke3 zheng4 sil|sil 据 了 解 sp1 该 作 坊 没 有 营 业 执 照 和 卫 生 许 可 证 sil|28 16 20 28 16 17 15 26 14 16 14 15 15 24 16 13 15 15 16 21 29|0.0|4.52 +002529|sil guo2 ji4 ai2 zheng4 yan2 jiu1 zhong1 xin1 sp1 yi3 jiang1 qi2 lie4 wei2 sp1 ren2 lei4 yi1 ji2 zhi4 ai2 wu4 sil|sil 国 际 癌 症 研 究 中 心 sp1 已 将 其 列 为 sp1 人 类 一 级 致 癌 物 sil|28 20 21 16 15 14 14 17 27 13 11 17 17 16 23 4 17 22 17 16 13 18 23 31|0.0|4.995 +002530|sil li3 lian2 cheng2 xi3 huan1 bie2 ren2 kua1 ta1 cong1 ming5 sil|sil 李 连 成 喜 欢 别 人 夸 他 聪 明 sil|29 15 20 30 18 17 10 14 17 16 25 24 31|0.0|3.085 +002531|sil xiao3 xue2 sheng1 sp1 pa1 zai4 di4 shang4 can1 jia1 yue4 kao3 sil|sil 小 学 生 sp1 趴 在 地 上 参 加 月 考 sil|29 21 17 25 3 21 14 14 22 17 15 15 31 29|0.0|3.165 +002532|sil liu3 yin1 de5 shi1 wu4 sp1 rang4 dan1 mai4 lian2 tou1 liang3 fen1 sp1 jiang1 bi3 sai4 dai4 ru4 jia1 shi2 ju2 sil|sil 柳 荫 的 失 误 sp1 让 丹 麦 连 偷 两 分 sp1 将 比 赛 带 入 加 时 局 sil|30 21 19 10 21 21 5 20 16 19 21 17 19 25 12 21 13 25 14 13 21 19 27 31|0.0|5.345 +002533|sil ren2 he2 jie1 sp1 yi4 bai3 san1 shi2 er4 hao4 da4 yuan4 ru4 kou3 tie3 men2 jin2 suo3 sil|sil 人 和 街 sp1 一 百 三 十 二 号 大 院 入 口 铁 门 紧 锁 sil|28 19 18 27 4 10 14 15 11 14 17 17 14 17 26 20 18 18 32 29|0.0|4.27 +002534|sil ni3 yao4 dai4 wo3 yi4 qi3 wan2 you2 xi4 ma5 sil|sil 你 要 带 我 一 起 玩 游 戏 嘛 sil|29 8 17 21 17 16 16 14 13 19 27 28|0.0|2.615 +002535|sil qiu2 mang3 yi2 ge5 yue4 yao4 wei4 shi2 liang3 ci4 sp1 ta1 zong3 shi4 zao2 zao3 ti2 xing2 wo3 sp1 gai1 gei3 qiu2 mang2 mai3 chi1 de5 le5 sil|sil 球 蟒 一 个 月 要 喂 食 两 次 sp1 他 总 是 早 早 提 醒 我 sp1 该 给 球 蟒 买 吃 的 了 sil|28 24 27 15 13 18 17 15 13 24 25 28 17 16 20 20 16 15 18 21 25 15 13 18 23 20 23 11 18 34|0.0|6.845 +002536|sil jing1 jian3 yan4 zheng4 shi2 sp1 gao1 mou3 xue4 yang4 zhong1 jian3 chu1 sp1 jia3 ji1 ben2 bing3 an4 cheng2 fen4 sil|sil 经 检 验 证 实 sp1 高 某 血 样 中 检 出 sp1 甲 基 苯 丙 胺 成 分 sil|26 28 19 17 17 27 25 15 15 13 20 26 22 26 3 24 17 18 15 18 21 21 30|0.0|5.375 +002537|sil jiang1 jiu4 jue2 yi4 sp1 zhan3 kai1 yan2 jiu1 sil|sil 将 就 决 议 sp1 展 开 研 究 sil|27 23 21 19 23 4 20 16 16 23 27|0.0|2.545 +002538|sil chao1 ji2 xing1 qi1 er4 de5 shi2 zhou1 chu1 xuan3 sp1 kai3 rui4 sp1 ji2 ke3 xi2 juan3 quan2 ju2 sil|sil 超 级 星 期 二 的 十 州 初 选 sp1 凯 瑞 sp1 几 可 席 卷 全 局 sil|30 25 17 16 13 22 15 18 14 18 33 30 24 24 11 17 23 19 18 20 24 31|0.0|5.365 +002539|sil zheng4 fu3 you4 she4 li4 re4 xian4 sp1 er4 san1 jiu2 jiu3 sp1 er4 yao1 wu2 jiu3 gong1 cha2 xun2 sil|sil 政 府 又 设 立 热 线 sp1 二 三 九 九 sp1 二 幺 五 九 供 查 询 sil|28 22 24 15 16 12 18 28 22 14 19 18 31 5 19 18 15 27 18 17 28 29|0.0|5.14 +002540|sil wei4 lai2 lang2 duo1 rou4 shao3 sp1 yi3 cheng2 ding4 ju2 sil|sil 未 来 狼 多 肉 少 sp1 已 成 定 局 sil|29 14 23 24 14 16 31 5 11 19 17 26 28|0.0|2.985 +002541|sil wo3 xiang1 xin4 qing1 zhe3 zi4 qing1 sp1 ye3 feng4 quan4 na4 xie1 ju1 xin1 po3 ce4 de5 ren2 sp1 ba3 li4 qi5 sp1 zuo4 zai4 zheng4 chu4 sil|sil 我 相 信 清 者 自 清 sp1 也 奉 劝 那 些 居 心 叵 测 的 人 sp1 把 力 气 sp1 做 在 正 处 sil|30 14 19 28 29 17 17 27 33 11 22 16 15 21 18 18 18 17 8 23 12 14 20 20 7 17 14 20 23 30|0.0|6.705 +002542|sil da4 jia1 shi4 bu2 shi4 dou1 wang4 le5 qin2 jian3 jie2 yue1 zhe4 zhong3 you1 liang2 chuan2 tong3 ne5 sil|sil 大 家 是 不 是 都 忘 了 勤 俭 节 约 这 种 优 良 传 统 呢 sil|26 16 22 17 8 15 16 21 12 24 18 20 25 14 16 14 18 20 21 20 29|0.0|4.555 +002543|sil men2 she4 er3 sp1 wei4 pi1 lu4 zhe4 zhong3 e4 yi4 ruan3 jian4 de5 xiang1 guan1 xi4 jie2 sil|sil 门 舍 尔 sp1 未 披 露 这 种 恶 意 软 件 的 相 关 细 节 sil|29 16 18 25 8 15 16 15 15 21 18 13 18 16 8 20 15 19 27 32|0.0|4.225 +002544|sil zhe4 yi4 lian2 chuan4 wen4 hao4 sp1 fa1 ren2 shen1 xing3 sil|sil 这 一 连 串 问 号 sp1 发 人 深 省 sil|26 17 10 20 22 17 23 9 14 14 20 33 30|0.0|2.96 +002545|sil shi2 xi1 mei3 cong2 yi4 kai1 shi3 jiu4 fei1 chang2 fan2 gan3 sil|sil 辻 希 美 从 一 开 始 就 非 常 反 感 sil|28 20 17 30 19 12 23 23 16 13 17 19 25 30|0.0|3.39 +002546|sil si1 yi2 wen4 xin1 niang2 shi4 fou3 yuan4 yi4 he2 xin1 lang2 gong4 du4 yi4 sheng1 sp1 xin1 niang2 jiao1 xiu1 de5 shuo1 sp1 wo3 yuan4 yi4 sil|sil 司 仪 问 新 娘 是 否 愿 意 和 新 郎 共 度 一 生 sp1 新 娘 娇 羞 的 说 sp1 我 愿 意 sil|34 28 17 16 21 27 19 15 21 12 14 18 22 18 13 12 27 41 20 23 17 16 10 25 26 12 22 23 29|0.0|6.94 +002547|sil wo3 yue4 lai2 yue4 fei2 sp1 yue4 lai2 yue4 lao3 sp1 yue4 lai2 yue4 chou3 le5 sil|sil 我 越 来 越 肥 sp1 越 来 越 老 sp1 越 来 越 丑 了 sil|31 15 20 17 14 31 15 11 14 13 32 19 11 14 13 28 22 28|0.0|4.035 +002548|sil chu3 jiang1 hu2 zhi1 yuan3 you1 qi2 jun1 sp1 tie3 ji4 mang2 mang3 sp1 jue2 sheng4 qian1 li3 sp1 jiu4 min2 dao4 xuan2 sil|sil 处 江 湖 之 远 忧 其 君 sp1 铁 骑 莽 莽 sp1 决 胜 千 里 sp1 救 民 倒 悬 sil|32 30 22 18 18 23 15 17 25 17 23 14 20 33 34 20 20 18 26 3 19 19 15 32 30|0.0|6.31 +002549|sil chi1 qiao3 ke4 li4 ya5 sp1 ting1 shuo1 he2 xia4 yu3 tian1 geng4 pei4 sil|sil 吃 巧 克 力 呀 sp1 听 说 和 下 雨 天 更 配 sil|29 22 21 11 21 22 17 20 21 15 19 11 19 15 28 31|0.0|3.735 +002550|sil liu4 er4 si4 lu4 shou3 che1 sp1 kai1 shi3 shuang1 xiang4 shuai3 huai2 shu4 ling3 nan2 zhan4 sil|sil 六 二 四 路 首 车 sp1 开 始 双 向 甩 槐 树 岭 南 站 sil|28 12 16 17 13 20 29 19 19 23 24 25 22 17 13 17 21 24 31|0.0|4.525 +002551|sil wu2 nai4 xia4 sp1 ta1 zhi3 neng2 zhua1 zhe5 liang3 ren2 sp1 mian2 qiang3 xiang4 an4 bian1 you2 qu4 sil|sil 无 奈 下 sp1 他 只 能 抓 着 两 人 sp1 勉 强 向 岸 边 游 去 sil|31 12 22 25 18 17 12 24 17 10 21 24 8 23 25 17 18 17 16 25 30|0.0|4.78 +002552|sil zuo2 ri4 sp1 xiao3 qiang2 zheng4 zai4 shua3 wan2 ju4 che1 sil|sil 昨 日 sp1 小 强 正 在 耍 玩 具 车 sil|28 22 21 19 22 27 17 14 19 16 14 31 27|0.0|3.215 +002553|sil zhong4 ren2 dun4 shi2 mu4 deng4 kou3 dai1 sil|sil 众 人 顿 时 目 瞪 口 呆 sil|25 22 25 21 21 19 18 20 28 28|0.0|2.635 +002554|sil shi2 chuan1 fu1 fu4 de5 zhen2 suo3 sil|sil 石 川 夫 妇 的 诊 所 sil|28 25 25 19 15 10 19 31 29|0.0|2.33 +002555|sil na4 huang2 feng1 yu3 zhe4 gu1 sp1 qi3 bu2 shi4 chi1 da4 kui1 le5 sil|sil 那 黄 蜂 与 鹧 鸪 sp1 岂 不 是 吃 大 亏 了 sil|27 16 26 26 14 20 25 5 20 13 17 19 20 21 19 31|0.0|3.7 +002556|sil zhi4 bei3 er4 huan2 yi2 bei3 sp1 zhi2 zhi4 chan3 ba4 yi2 dai4 de5 da4 pian4 qu1 yu4 gong1 qi4 zhong1 duan4 sil|sil 致 北 二 环 以 北 sp1 直 至 浐 灞 一 带 的 大 片 区 域 供 气 中 断 sil|27 28 14 20 25 12 31 10 16 20 25 17 13 17 17 16 18 21 20 19 15 17 21 31|0.0|5.46 +002557|sil ran2 hou4 sp1 jiu4 ai2 dun4 da3 sp1 gui4 jian4 pan2 gui4 dao4 xian4 zai4 sil|sil 然 后 sp1 就 挨 顿 打 sp1 跪 键 盘 跪 到 现 在 sil|29 16 27 14 24 14 15 27 11 17 19 24 13 12 19 25 29|0.0|3.89 +002558|sil liang3 ming2 fu4 nv3 sp1 zheng4 zai4 jiang1 ang1 zang1 de5 shao4 shui3 you2 sp1 qu4 zha1 fen1 ceng2 chen2 dian4 sil|sil 两 名 妇 女 sp1 正 在 将 肮 脏 的 潲 水 油 sp1 去 渣 分 层 沉 淀 sil|30 18 14 20 25 4 17 13 20 21 15 10 19 18 23 3 24 25 23 20 22 25 30|0.0|5.095 +002559|sil qian1 cuo4 wan4 cuo4 dou1 shi4 wo3 de5 cuo4 sp1 ni3 jiu4 yuan2 liang4 wo3 ba5 hao3 ma5 sil|sil 千 错 万 错 都 是 我 的 错 sp1 你 就 原 谅 我 吧 好 嘛 sil|28 24 18 22 26 16 15 13 10 24 21 10 14 17 20 16 19 20 25 30|0.0|4.5 +002560|sil he2 li3 sheng4 yan4 xiang1 lin2 de5 ji3 ge5 tan1 fan4 sp1 pu1 gai4 yi4 juan3 sp1 zhun3 bei4 che4 tui4 sil|sil 和 李 盛 燕 相 邻 的 几 个 摊 贩 sp1 铺 盖 一 卷 sp1 准 备 撤 退 sil|26 24 18 20 18 20 15 8 10 11 23 26 9 19 15 16 30 4 18 13 20 28 30|0.0|4.885 +002561|sil dang1 ri4 xia4 wu3 sp1 ling4 yi4 lv2 you3 you4 zai4 fu4 jin4 de5 xian3 yao4 jing2 dian3 shou4 shang1 sil|sil 当 日 下 午 sp1 另 一 驴 友 又 在 附 近 的 险 要 景 点 受 伤 sil|25 18 12 24 23 23 19 11 16 26 14 15 17 14 9 21 18 18 13 18 32 29|0.0|4.815 +002562|sil ta1 de5 er3 duo1 hen2 min3 rui4 sil|sil 他 的 耳 朵 很 敏 锐 sil|26 20 11 21 19 18 20 27 28|0.0|2.205 +002563|sil qiong2 shan1 e4 shui3 de5 meng4 sp1 yi2 zhen4 ping1 li3 pang1 lang1 de5 bian1 pao4 sheng1 sp1 xia4 zou3 le5 chi1 gan1 cao3 de5 shui3 niu2 sil|sil 穷 山 恶 水 的 梦 sp1 一 阵 乒 里 乓 啷 的 鞭 炮 声 sp1 吓 走 了 吃 干 草 的 水 牛 sil|28 26 22 19 16 7 28 39 12 21 20 12 20 13 8 17 19 23 18 25 17 16 19 18 18 7 18 33 31|0.0|6.62 +002564|sil can1 yin3 chuan2 sui2 zhe5 tuan1 ji2 de5 hong2 shui3 sp1 kuai4 su4 wang3 xia4 you2 piao1 qu4 sil|sil 餐 饮 船 随 着 湍 急 的 洪 水 sp1 快 速 往 下 游 漂 去 sil|31 23 16 29 22 11 23 14 8 21 28 8 22 16 15 15 14 21 24 30|0.0|4.545 +002565|sil ka3 la1 wei2 la1 ye3 zai4 lian2 pu3 shang4 sp1 wei4 zi4 ji3 yan2 lun4 dao4 qian4 sil|sil 卡 拉 维 拉 也 在 脸 谱 上 sp1 为 自 己 言 论 道 歉 sil|26 18 14 15 26 13 11 19 17 24 6 13 15 14 17 15 18 30 30|0.0|3.96 +002566|sil hou4 yin1 qi2 ting1 bu4 dong3 bai2 hua4 sp1 chen2 yao2 dong1 jiang1 qi2 ci2 tui4 sil|sil 后 因 其 听 不 懂 白 话 sp1 陈 垚 东 将 其 辞 退 sil|30 21 18 24 23 10 16 20 26 18 18 17 23 22 16 20 24 34|0.0|4.41 +002567|sil ren4 he2 wen4 ti2 dou1 ke2 yi3 wen4 wo3 mei4 zi5 o5 sil|sil 任 何 问 题 都 可 以 问 我 妹 子 哦 sil|28 17 14 18 26 15 14 9 15 13 23 13 23 29|0.0|2.98 +002568|sil yi4 zhi2 zi4 cheng1 shen1 ti3 bang4 bang4 de5 dai4 yue4 sp1 ye3 zhong1 yin1 wei4 fen1 shen1 fa2 shu4 er2 lei4 dao3 sil|sil 一 直 自 称 身 体 棒 棒 的 代 悦 sp1 也 终 因 为 分 身 乏 术 而 累 倒 sil|29 16 15 15 26 22 19 18 16 8 20 24 43 12 15 16 18 21 17 23 24 14 19 29 30|0.0|5.915 +002569|sil dui4 yu2 ge3 hong2 lin2 tong4 kuai4 de5 da2 fu4 sp1 guo1 tai2 ming2 sp1 reng2 xin1 cun2 yi2 lv4 sil|sil 对 于 葛 红 林 痛 快 的 答 复 sp1 郭 台 铭 sp1 仍 心 存 疑 虑 sil|27 17 20 17 19 21 23 17 7 19 24 25 14 19 27 6 21 21 18 15 24 30|0.0|5.005 +002570|sil tu2 wei2 ning2 yuan3 xian4 gong1 an1 ju2 chu1 ju4 de5 nie4 hua2 zhong1 sp1 hu4 ji2 deng1 ji4 zi1 liao4 sil|sil 图 为 宁 远 县 公 安 局 出 具 的 聂 华 忠 sp1 户 籍 登 记 资 料 sil|27 21 24 22 16 17 13 16 18 19 17 17 25 21 23 5 17 16 14 12 14 28 30|0.0|5.02 +002571|sil yue4 shen1 de5 hai2 di3 sp1 sheng1 wu4 jiu4 yue4 shao3 o5 sil|sil 越 深 的 海 底 sp1 生 物 就 越 少 哦 sil|29 17 19 11 23 21 5 22 14 15 17 22 23 29|0.0|3.105 +002572|sil zhen1 zheng4 de5 she1 chi3 sp1 yuan2 zi4 ding4 zhi4 sil|sil 真 正 的 奢 侈 sp1 源 自 定 制 sil|27 22 15 9 18 27 12 15 13 20 27 30|0.0|2.725 +002573|sil ling4 yi4 fang1 mian4 sp1 luo2 ya4 er3 sp1 ye3 shi4 zuo3 yi4 she4 hui4 dang3 de5 yi2 ge5 yi4 lei4 sil|sil 另 一 方 面 sp1 罗 亚 尔 sp1 也 是 左 翼 社 会 党 的 一 个 异 类 sil|29 19 10 20 24 23 14 15 25 6 13 14 18 15 15 14 17 8 12 14 13 26 27|0.0|4.545 +002574|sil zheng3 che1 xian4 tiao2 ying4 lang3 sp1 shi4 jue2 chong1 ji1 gan3 qiang2 sil|sil 整 车 线 条 硬 朗 sp1 视 觉 冲 击 感 强 sil|27 22 24 19 15 19 27 14 18 15 19 12 16 34 28|0.0|3.585 +002575|sil ke2 yi3 bao1 tang1 he1 ya5 sp1 tui1 jian4 fen3 si1 dou4 fu5 tang1 sp1 mei3 rong2 you4 jian4 wei4 sil|sil 可 以 煲 汤 喝 呀 sp1 推 荐 粉 丝 豆 腐 汤 sp1 美 容 又 健 胃 sil|27 16 13 17 22 20 23 21 18 19 20 15 15 12 27 16 16 21 16 21 23 27|0.0|4.94 +002576|sil mu4 qian2 shang1 ye4 yong4 shui3 de5 shui3 jia4 sp1 yao4 yuan2 yuan3 gao1 yu2 sp1 gong1 ye4 yong4 shui3 jia4 ge2 sil|sil 目 前 商 业 用 水 的 水 价 sp1 要 远 远 高 于 sp1 工 业 用 水 价 格 sil|31 15 33 26 12 14 15 8 18 26 13 13 16 17 17 21 6 19 11 15 14 21 28 29|0.0|5.085 +002577|sil cong2 jin1 yi3 hou4 sp1 lu3 guo2 ren2 jiang1 bu2 hui4 cong2 bie2 guo2 shu2 hui2 nu2 pu2 le5 sil|sil 从 今 以 后 sp1 鲁 国 人 将 不 会 从 别 国 赎 回 奴 仆 了 sil|28 22 17 12 27 24 16 15 26 24 15 16 18 16 20 19 11 19 20 17 28|0.0|4.755 +002578|sil san1 ya4 shi4 gong1 an1 xiao1 fang2 ju2 fang2 huo3 jian1 du1 can1 mou2 he2 ping2 shuo1 sil|sil 三 亚 市 公 安 消 防 局 防 火 监 督 参 谋 何 平 说 sil|33 18 17 22 14 13 16 18 25 22 20 16 12 20 25 20 22 26 30|0.0|4.52 +002579|sil qiu1 gao1 qi4 shuang3 sp1 deng1 gao1 yuan3 tiao4 zheng4 dang1 shi2 sil|sil 秋 高 气 爽 sp1 登 高 远 眺 正 当 时 sil|27 27 16 21 34 8 17 15 20 27 20 16 32 30|0.0|3.595 +002580|sil mu4 qian2 sp1 xiao2 dong3 de5 shang1 qing2 qu1 yu2 wen3 ding4 sp1 dan4 reng2 xu1 liu2 yuan4 guan1 cha2 sil|sil 目 前 sp1 小 董 的 伤 情 趋 于 稳 定 sp1 但 仍 需 留 院 观 察 sil|32 13 31 10 25 15 8 20 26 19 12 19 22 27 22 18 21 18 17 18 32 29|0.0|5.27 +002581|sil wei4 yu2 gong2 bei3 de5 zhu1 hai3 zhan4 sp1 you2 yu2 shou4 chai1 qian1 wen4 ti2 ying2 xiang3 sp1 gong1 qi1 yi4 zhi2 yan2 hou4 sil|sil 位 于 拱 北 的 珠 海 站 sp1 由 于 受 拆 迁 问 题 影 响 sp1 工 期 一 直 延 后 sil|31 19 19 23 15 11 17 20 26 11 13 14 20 21 18 14 12 16 28 15 18 32 10 16 18 22 31|0.0|5.92 +002582|sil bai2 tian1 zuo4 meng4 ying2 xiang3 xiu1 xi5 sp1 hai2 shi4 wan3 shang4 shui4 jiao4 de5 shi2 hou4 zai4 zuo4 meng4 ba5 sil|sil 白 天 做 梦 影 响 休 息 sp1 还 是 晚 上 睡 觉 的 时 候 再 做 梦 吧 sil|27 18 22 16 25 16 17 20 25 27 15 25 17 16 19 15 9 14 22 17 15 22 22 28|0.0|5.45 +002583|sil yi1 lou2 de5 zhe1 yang2 peng2 sp1 bei4 za2 de5 ao1 xia4 qu4 sil|sil 一 楼 的 遮 阳 棚 sp1 被 砸 得 凹 下 去 sil|29 15 16 9 15 19 32 3 17 20 10 18 18 24 28|0.0|3.165 +002584|sil ci3 hou4 sp1 cai2 feng5 tan1 sui1 ji3 ci4 ban1 qian1 sp1 da1 da1 da1 de5 feng2 ren4 ji1 sheng1 sp1 que4 cong2 wei4 ting2 guo4 sil|sil 此 后 sp1 裁 缝 摊 虽 几 次 搬 迁 sp1 哒 哒 哒 的 缝 纫 机 声 sp1 却 从 未 停 过 sil|33 19 24 10 21 17 26 20 16 17 17 26 32 17 14 16 9 16 16 16 21 4 20 20 18 21 18 33|0.0|6.23 +002585|sil ke4 tang2 shang4 lao3 shi1 ti2 wen4 sp1 pei4 ou3 de5 cheng1 hu1 you2 na3 xie1 sil|sil 课 堂 上 老 师 提 问 sp1 配 偶 的 称 呼 有 哪 些 sil|28 22 23 25 16 17 20 25 23 26 12 10 23 25 14 18 24 29|0.0|4.415 +002586|sil er2 tong2 yan3 jing5 sp1 xiang1 dui4 cheng2 ren2 geng4 jia1 jiao1 nen4 sil|sil 儿 童 眼 睛 sp1 相 对 成 人 更 加 娇 嫩 sil|29 16 20 20 22 4 21 11 22 23 18 18 18 23 29|0.0|3.415 +002587|sil jing1 guo4 ceng2 ceng2 shai1 xuan3 sp1 tang2 mou3 sp1 zai4 zhong4 duo1 ying4 zheng1 zhe3 zhong1 tuo1 ying3 er2 chu1 sil|sil 经 过 层 层 筛 选 sp1 唐 某 sp1 在 众 多 应 征 者 中 脱 颖 而 出 sil|30 22 22 20 16 19 30 18 24 27 5 20 19 12 17 16 15 28 21 13 17 28 29|0.0|5.435 +002588|sil fu4 you2 ke3 ai4 ka3 tong1 gong1 zai3 de5 sp1 you2 chuo1 sp1 zuo4 dian4 sp1 wen2 hua4 shan1 sp1 tang2 ci2 cha2 bei1 deng3 sp1 fu3 shi2 ji2 shi4 sil|sil 附 有 可 爱 卡 通 公 仔 的 sp1 邮 戳 sp1 坐 垫 sp1 文 化 衫 sp1 搪 瓷 茶 杯 等 sp1 俯 拾 即 是 sil|34 17 23 18 18 19 13 16 24 20 5 25 32 6 21 26 21 14 19 27 10 21 14 23 18 25 5 17 16 19 29 32|0.0|7.275 +002589|sil yao4 bu4 ran2 sp1 wo3 ren2 hai2 neng2 zai4 zher4 r ma5 sil|sil 要 不 然 sp1 我 人 还 能 在 这 儿 吗 sil|28 18 10 28 7 11 19 16 13 15 19 0 30 27|0.0|2.8 +002590|sil wo3 you4 wen4 ta1 men5 sp1 na4 shui2 shi4 mei4 mei5 a5 sil|sil 我 又 问 她 们 sp1 那 谁 是 妹 妹 啊 sil|29 14 20 19 19 23 16 14 23 12 21 18 26 29|0.0|3.28 +002591|sil zhi2 juan3 gai4 nian4 shi4 ru2 he2 chu1 lu2 de5 sil|sil 纸 卷 概 念 是 如 何 出 炉 的 sil|26 24 22 17 26 17 15 16 18 18 16 30|0.0|2.85 +002592|sil gong1 zuo4 ren2 yuan2 sp1 bu2 wang4 zai4 xiang1 zi5 wai4 sp1 yong4 ji4 hao4 bi3 xie3 shang4 ren2 da4 er4 zi4 sil|sil 工 作 人 员 sp1 不 忘 在 箱 子 外 sp1 用 记 号 笔 写 上 人 大 二 字 sil|28 16 13 16 24 5 14 13 13 19 12 26 5 15 17 22 22 18 29 20 11 24 23 29|0.0|5.035 +002593|sil wu2 chuan1 zheng4 fu2 wang3 shi4 zhang3 xin4 xiang1 cheng2 bai3 she4 sil|sil 吴 川 政 府 网 市 长 信 箱 成 摆 设 sil|31 15 23 15 17 25 18 17 18 26 20 19 26 27|0.0|3.445 +002594|sil ge4 da4 lu4 ju2 zong2 ti3 yun4 shu1 ping2 wen2 you3 xu4 sil|sil 各 大 路 局 总 体 运 输 平 稳 有 序 sil|26 17 13 18 21 20 15 18 21 20 15 17 25 30|0.0|3.2 +002595|sil zuo1 fang5 nei4 guang1 xian4 hun1 an4 sp1 bu4 shi2 san4 fa1 chu1 zhen4 zhen4 yi4 wei4 sil|sil 作 坊 内 光 线 昏 暗 sp1 不 时 散 发 出 阵 阵 异 味 sil|29 19 20 23 18 17 19 23 10 13 21 17 14 22 16 18 17 26 29|0.0|4.305 +002596|sil ta1 yi3 shi4 di4 er4 ci4 qin1 lin2 yan2 tian2 le5 sil|sil 他 已 是 第 二 次 亲 临 盐 田 了 sil|25 20 16 23 9 21 20 20 16 18 22 13 28|0.0|2.91 +002597|sil ta1 zhao3 dao4 gu4 yong1 ta1 de5 cha2 ye4 zhuan1 gui4 de5 dian4 zhang3 sp1 ken2 qing3 sp1 neng2 na2 hui2 jian4 kang1 zheng4 sil|sil 她 找 到 雇 佣 她 的 茶 叶 专 柜 的 店 长 sp1 恳 请 sp1 能 拿 回 健 康 证 sil|27 19 20 22 15 18 19 14 20 13 17 12 8 21 27 23 19 26 7 16 19 15 16 19 24 31|0.0|5.65 +002598|sil jin1 wan3 sp1 wo3 zheng2 li3 zheng2 li3 jiu4 pai1 sil|sil 今 晚 sp1 我 整 理 整 理 就 拍 sil|26 21 31 8 14 18 15 15 13 17 33 28|0.0|2.775 +002599|sil shui2 dou1 zhi1 dao4 sp1 na4 shi4 ta1 wo4 sao4 zhou5 liu2 xia4 de5 yin4 hen2 sil|sil 谁 都 知 道 sp1 那 是 他 握 扫 帚 留 下 的 印 痕 sil|26 26 14 18 21 24 15 13 25 17 25 19 17 15 7 19 29 28|0.0|4.155 +002600|sil jian4 yi4 qu4 hao3 sheng1 yin1 zhuan4 yi3 zi5 sil|sil 建 议 去 好 声 音 转 椅 子 sil|29 22 23 19 20 18 19 22 16 24 28|0.0|2.79 +002601|sil wei4 wan3 hui2 tui2 shi4 sp1 ri4 xi4 che1 qi3 sp1 fan3 ying4 xun4 su4 sil|sil 为 挽 回 颓 势 sp1 日 系 车 企 sp1 反 应 迅 速 sil|28 20 19 14 21 25 24 15 16 19 31 9 16 14 25 22 29|0.0|4.025 +002602|sil chai2 you2 chan3 liang4 sp1 yu3 xiao1 fei4 liang4 ji1 ben3 chi2 ping2 sil|sil 柴 油 产 量 sp1 与 消 费 量 基 本 持 平 sil|25 24 16 20 28 4 9 19 15 23 17 16 18 30 29|0.0|3.4 +002603|sil bu2 yuan4 shuo1 hua4 de5 ming2 xing1 wei3 yuan2 dao4 ye2 sheng3 shi4 sp1 yuan4 yi4 shuo1 de5 na4 shi4 zi4 tao2 ku3 chi1 sil|sil 不 愿 说 话 的 明 星 委 员 倒 也 省 事 sp1 愿 意 说 的 那 是 自 讨 苦 吃 sil|31 17 18 17 15 5 18 15 17 24 15 14 19 27 29 16 12 20 14 24 22 18 21 18 30 31|0.0|5.89 +002604|sil dao2 yan3 tian2 qin4 xin1 quan4 ta1 sp1 li4 qi4 you1 zhe5 dian3 sil|sil 导 演 田 沁 鑫 劝 他 sp1 力 气 悠 着 点 sil|28 22 24 19 16 19 25 23 20 16 22 18 12 32 26|0.0|3.74 +002605|sil qian2 yun2 hui4 sp1 wu3 nian2 lai2 shang4 fang3 bu2 duan4 de5 jiu4 shi4 sp1 le4 qing1 dian4 chang2 tu3 di4 zheng1 yong4 yi2 shi4 sil|sil 钱 云 会 sp1 五 年 来 上 访 不 断 的 就 是 sp1 乐 清 电 厂 土 地 征 用 一 事 sil|28 26 17 30 6 11 16 16 21 17 12 22 19 19 22 19 17 20 18 24 19 14 16 15 14 20 33|0.0|5.935 +002606|sil lv3 tian1 xi3 sp1 zuo3 yi1 sp1 yu3 fu4 mu3 zai4 yi4 qi3 sil|sil 吕 天 喜 sp1 左 一 sp1 与 父 母 在 一 起 sil|29 18 22 31 5 24 24 12 15 16 16 21 7 29 29|0.0|3.46 +002607|sil neng2 fu4 jia1 ge5 yuan2 yin1 ma5 sil|sil 能 附 加 个 原 因 吗 sil|28 23 19 18 11 15 19 22 27|0.0|2.11 +002608|sil da4 jia1 qiao1 qiao1 yi4 lun4 sp1 nei4 zei2 hui4 shi4 shui2 sil|sil 大 家 悄 悄 议 论 sp1 内 贼 会 是 谁 sil|25 17 22 21 16 14 25 13 22 22 16 12 28 27|0.0|3.25 +002609|sil xian4 chang3 zhi1 xue4 xing1 qi1 can3 yin1 sen1 sp1 ling4 ren2 mao2 gu2 song3 ran2 sil|sil 现 场 之 血 腥 凄 惨 阴 森 sp1 令 人 毛 骨 悚 然 sil|32 30 20 12 20 28 24 20 18 28 9 18 22 25 15 18 27 31|0.0|4.61 +002610|sil yi1 lou2 you3 qing1 shi2 bao1 bian1 de5 tai2 ji1 sp1 ta4 bu4 sil|sil 一 楼 有 青 石 包 边 的 台 基 sp1 踏 步 sil|29 14 28 18 21 17 16 16 9 26 23 7 23 23 28|0.0|3.455 +002611|sil dui4 mian4 de5 xue2 mei4 chi1 mian4 zhen1 lang4 fei4 sil|sil 对 面 的 学 妹 吃 面 真 浪 费 sil|26 17 20 8 18 25 22 25 16 20 23 27|0.0|2.865 +002612|sil shun4 bian4 ye3 liao2 jie3 yi2 xia4 qun2 zhong4 de5 ji2 ku3 sil|sil 顺 便 也 了 解 一 下 群 众 的 疾 苦 sil|28 29 29 11 18 14 9 20 24 16 10 17 30 28|0.0|3.29 +002613|sil jiao3 mo2 yan2 sp1 ba3 yang2 die1 die5 zhe2 mo2 de5 gou4 qiang4 sil|sil 角 膜 炎 sp1 把 杨 爹 爹 折 磨 得 够 呛 sil|25 19 20 26 4 15 21 19 15 15 17 9 18 32 28|0.0|3.29 +002614|sil ni2 ye3 ke2 yi3 shuo1 sp1 wo3 zhe4 xie1 dan1 you1 shi4 suan1 pu2 tao5 xin1 li3 sil|sil 你 也 可 以 说 sp1 我 这 些 担 忧 是 酸 葡 萄 心 理 sil|28 12 15 15 10 27 9 12 12 13 18 18 18 22 15 16 18 28 26|0.0|3.855 +002615|sil xuan1 zai3 chang4 gao1 yin1 wei4 shi2 sp1 han3 bao4 la3 ba5 sp1 fei1 chang2 li4 hai5 sil|sil 轩 仔 唱 高 音 位 时 sp1 喊 爆 喇 叭 sp1 非 常 厉 害 sil|28 27 24 23 15 13 15 25 7 20 14 26 19 8 19 21 18 22 27|0.0|4.31 +002616|sil ming2 tian1 xian4 xing2 wei3 hao4 sp1 san1 he2 ba1 sil|sil 明 天 限 行 尾 号 sp1 三 和 八 sil|27 20 23 17 19 18 23 5 33 21 25 28|0.0|3.01 +002617|sil xin1 hun1 bu4 jiu3 sp1 ku2 nao3 ye3 sui2 zhi1 er2 lai2 sil|sil 新 婚 不 久 sp1 苦 恼 也 随 之 而 来 sil|30 23 20 14 28 8 24 33 13 18 14 13 30 27|0.0|3.43 +002618|sil liu2 kai3 wei1 sp1 yang2 mi4 sp1 zai4 qing1 dao3 qing4 sheng1 ri4 sil|sil 刘 恺 威 sp1 杨 幂 sp1 在 青 岛 庆 生 日 sil|30 17 23 25 5 23 25 5 18 24 18 20 16 22 27|0.0|3.465 +002619|sil zhuang4 yuan5 men5 sp1 lai4 yi3 jin4 shen1 de5 dian4 shi4 juan4 zi5 sp1 su2 cheng1 zhuang4 yuan2 juan4 sp1 li4 lai2 shen1 shou4 zhong4 shi4 sil|sil 状 元 们 sp1 赖 以 进 身 的 殿 试 卷 子 sp1 俗 称 状 元 卷 sp1 历 来 深 受 重 视 sil|28 25 18 19 5 21 11 17 17 10 18 13 24 18 7 22 25 21 16 25 25 15 24 19 18 20 29 28|0.0|6.245 +002620|sil an3 zhuang1 de5 si1 ji1 sp1 you4 ba3 ta1 jie1 hui5 lai2 sil|sil 俺 庄 的 司 机 sp1 又 把 她 接 回 来 sil|28 19 19 9 19 26 7 14 16 15 20 17 24 29|0.0|3.045 +002621|sil ci3 ci4 huan2 du3 zong1 he2 cuo4 shi1 sp1 dui4 gong1 che1 tong2 yang4 ti2 chu1 yan2 ge2 xian4 zhi4 sil|sil 此 次 缓 堵 综 合 措 施 sp1 对 公 车 同 样 提 出 严 格 限 制 sil|29 24 25 25 18 16 13 18 24 13 17 20 27 19 15 16 21 19 12 25 23 30|0.0|5.21 +002622|sil er2 xuan4 dou4 sp1 ye3 hui4 jin3 kuai4 hui1 fu4 zheng4 chang2 de5 yi4 neng2 gong1 zuo4 sil|sil 而 绚 斗 sp1 也 会 尽 快 恢 复 正 常 的 艺 能 工 作 sil|30 18 25 26 12 13 18 19 20 17 19 16 20 9 12 18 17 26 28|0.0|4.21 +002623|sil lao3 gong1 sp1 wo3 shuai1 huai4 yi4 zhi1 wan3 sp1 jue2 ding4 cheng2 fa2 zi4 ji3 sil|sil 老 公 sp1 我 摔 坏 一 只 碗 sp1 决 定 惩 罚 自 己 sil|28 20 26 13 12 19 16 11 15 27 10 19 19 22 19 13 24 28|0.0|3.955 +002624|sil wei4 shen2 me5 bu4 neng2 ti2 qian2 yi4 liang3 tian1 huo4 wu3 yi1 zhi1 hou4 ya5 sil|sil 为 什 么 不 能 提 前 一 两 天 或 五 一 之 后 呀 sil|28 16 19 18 9 14 17 17 9 18 25 17 14 16 14 21 23 31|0.0|3.78 +002625|sil ling2 tang2 zheng4 mian4 qiang2 bi4 shang4 sp1 wei2 he2 ying1 lie4 yong3 chui2 bu4 xiu3 de5 hei1 se4 wan3 zhang4 sp1 gao1 gao1 xuan2 gua4 sil|sil 灵 堂 正 面 墙 壁 上 sp1 维 和 英 烈 永 垂 不 朽 的 黑 色 挽 幛 sp1 高 高 悬 挂 sil|29 20 29 16 15 21 13 26 37 13 18 14 24 19 19 16 17 10 17 14 21 27 5 20 18 24 23 31|0.0|6.46 +002626|sil wo3 men2 jing1 chang2 jiang3 zhu1 mu4 lang2 ma3 feng1 sp1 you3 yi2 ge5 po1 hen2 dou3 sp1 you3 yi2 ge5 po1 bi3 jiao4 an1 quan2 sil|sil 我 们 经 常 讲 珠 穆 朗 玛 峰 sp1 有 一 个 坡 很 陡 sp1 有 一 个 坡 比 较 安 全 sil|31 9 26 17 19 24 13 14 16 17 25 32 14 9 11 18 19 29 17 18 8 11 29 11 16 19 33 31|0.0|6.22 +002627|sil wo3 hui4 yong2 yuan3 pei2 zai4 ni3 shen1 bian1 sil|sil 我 会 永 远 陪 在 你 身 边 sil|28 15 24 17 17 17 11 12 21 28 28|0.0|2.535 +002628|sil zhe4 zhong3 xin1 xian1 wan2 yir4 r hen2 hao3 sil|sil 这 种 新 鲜 玩 意 儿 很 好 sil|27 18 20 18 18 16 18 0 21 31 31|0.0|2.53 +002629|sil yan2 ge2 de5 shuo1 sp1 bu2 shi4 zou3 sp1 er2 shi4 pan1 deng1 er2 qu4 de5 sil|sil 严 格 的 说 sp1 不 是 走 sp1 而 是 攀 登 而 去 的 sil|28 22 14 9 27 13 12 16 30 11 15 16 22 13 16 23 17 29|0.0|3.865 +002630|sil ju4 xi1 sp1 shang1 zhe3 yi2 gu3 zhe2 he2 wai4 shang1 wei2 zhu3 sil|sil 据 悉 sp1 伤 者 以 骨 折 和 外 伤 为 主 sil|27 19 29 13 29 27 16 20 22 16 18 18 17 25 31|0.0|3.795 +002631|sil shen1 ti3 yao2 huang4 zhe5 sp1 ji2 li4 xiang3 rang4 zi4 ji3 zhan4 wen2 jiao3 gen1 sil|sil 身 体 摇 晃 着 sp1 极 力 想 让 自 己 站 稳 脚 跟 sil|31 27 28 21 25 20 25 15 15 15 14 14 19 19 17 20 27 29|0.0|4.425 +002632|sil zhe4 ye3 shi4 pan4 ding4 xi1 hu2 cu4 yu2 shi4 fou3 zheng4 zong1 de5 biao1 zhun3 zhi1 yi1 o5 sil|sil 这 也 是 判 定 西 湖 醋 鱼 是 否 正 宗 的 标 准 之 一 哦 sil|28 19 11 14 20 18 17 13 18 19 17 16 19 16 10 18 15 17 17 20 28|0.0|4.3 +002633|sil luan4 shi2 gang3 shang4 sp1 ji2 shi4 yang3 min2 zhi1 rang3 sil|sil 乱 石 岗 上 sp1 即 是 养 民 之 壤 sil|29 21 17 21 25 7 20 24 23 20 17 35 26|0.0|3.305 +002634|sil geng3 liu2 shuan1 ren4 wei2 sp1 si1 kao3 de5 nan2 dian3 zai4 yu2 shi2 jian4 sil|sil 耿 留 栓 认 为 sp1 司 考 的 难 点 在 于 实 践 sil|25 19 15 20 19 24 17 18 18 6 20 23 16 10 19 27 30|0.0|3.785 +002635|sil ma3 xiu1 shi4 zhe4 ge5 ling3 yu4 de5 quan2 wei1 sp1 ceng2 zai4 tong1 xin4 hang2 ye4 sp1 mo1 pa2 gun2 da3 duo1 nian2 sil|sil 马 修 是 这 个 领 域 的 权 威 sp1 曾 在 通 信 行 业 sp1 摸 爬 滚 打 多 年 sil|30 20 28 19 14 10 15 12 7 22 23 27 20 17 19 18 18 16 5 18 16 17 15 16 34 30|0.0|5.64 +002636|sil bei4 pao4 shuan1 jia1 po4 shou2 zhi3 sp1 bei4 tui4 chu1 de5 dan4 ke2 ji1 shang1 de5 shi4 qing5 chang2 you3 fa1 sheng1 sil|sil 被 炮 栓 夹 破 手 指 sp1 被 退 出 的 弹 壳 击 伤 的 事 情 常 有 发 生 sil|32 15 24 25 18 15 21 29 25 16 20 14 9 20 25 18 18 8 18 26 24 15 18 25 32|0.0|5.92 +002637|sil mu3 qin1 wang2 xiao3 hong2 sp1 yi4 ren2 la1 che3 ta1 zhang3 da4 sil|sil 母 亲 王 小 红 sp1 一 人 拉 扯 他 长 大 sil|28 16 27 17 19 28 7 16 17 16 16 15 18 25 30|0.0|3.425 +002638|sil yi2 wang4 wu2 yin2 de5 gen4 gu3 huang1 mo4 zhong1 sp1 bu4 man3 le5 sp1 wa1 jue2 ji1 sp1 zhuang1 zai4 ji1 de5 lun2 tai1 yin4 sil|sil 一 望 无 垠 的 亘 古 荒 漠 中 sp1 布 满 了 sp1 挖 掘 机 sp1 装 载 机 的 轮 胎 印 sil|31 15 19 14 16 12 19 13 18 14 22 23 13 19 21 10 16 17 23 7 22 18 16 16 18 20 22 30|0.0|5.855 +002639|sil nv2 bao3 bao5 jian4 kang1 cong1 ming5 sp1 wu2 ren4 he2 que1 xian4 sil|sil 女 宝 宝 健 康 聪 明 sp1 无 任 何 缺 陷 sil|27 20 17 24 18 16 22 28 5 12 17 15 18 26 28|0.0|3.4 +002640|sil zhao4 xian1 sheng5 ren4 wei2 sp1 wo1 wo1 tuan2 ci2 ju3 bu2 gou4 tuo3 dang4 sil|sil 赵 先 生 认 为 sp1 窝 窝 团 此 举 不 够 妥 当 sil|28 22 16 15 17 25 21 11 13 21 17 24 12 16 22 24 32|0.0|3.905 +002641|sil fang2 wu1 de5 wai4 qiang2 sp1 ye3 wei4 bei4 fa1 xian4 you3 guo4 huo3 he2 yan1 xun1 hen2 ji4 sil|sil 房 屋 的 外 墙 sp1 也 未 被 发 现 有 过 火 和 烟 熏 痕 迹 sil|27 23 13 10 17 31 7 10 14 12 18 19 15 30 33 19 16 21 20 23 26|0.0|4.69 +002642|sil ying2 wan1 zhen4 yao2 po1 shan1 peng2 hu4 qu1 gai3 zao4 xiang4 mu4 sp1 xi4 shi4 zhong4 dian3 gong1 cheng2 sil|sil 溁 湾 镇 窑 坡 山 棚 户 区 改 造 项 目 sp1 系 市 重 点 工 程 sil|29 18 21 21 17 14 24 19 11 13 19 15 21 20 14 25 20 19 14 16 32 30|0.0|5.01 +002643|sil ji4 zhe2 zhi3 de2 jiang1 ka3 cong2 shou3 ji1 qu3 chu1 sil|sil 记 者 只 得 将 卡 从 手 机 取 出 sil|24 23 23 18 14 19 26 16 18 14 19 28 28|0.0|3.13 +002644|sil kuang4 qie3 sp1 wo3 de5 long2 pao2 ta1 men5 wei4 bi4 gan3 chuan1 sil|sil 况 且 sp1 我 的 龙 袍 她 们 未 必 敢 穿 sil|25 23 29 11 13 8 19 28 14 11 15 15 17 29 27|0.0|3.295 +002645|sil zai4 jing1 shen2 jie1 jin4 beng1 kui4 shi2 sp1 ta1 ceng2 yong4 ti4 xu1 dao1 pian4 sp1 ge1 xia4 le5 zi4 ji3 de5 yi4 zhi1 er3 duo5 sil|sil 在 精 神 接 近 崩 溃 时 sp1 他 曾 用 剃 须 刀 片 sp1 割 下 了 自 己 的 一 只 耳 朵 sil|29 22 19 23 13 16 18 21 27 24 16 16 15 15 13 18 24 8 17 15 17 16 10 8 13 15 21 23 30|0.0|6.06 +002646|sil jin4 zhi2 yi3 wai1 qu1 bian2 sun2 deng3 fang1 shi4 sp1 shi3 yong4 fei1 wu4 zhi4 wen2 hua4 yi2 chan3 sil|sil 禁 止 以 歪 曲 贬 损 等 方 式 sp1 使 用 非 物 质 文 化 遗 产 sil|27 22 20 23 27 29 21 22 13 18 22 7 17 18 19 11 11 16 15 12 34 31|0.0|5.05 +002647|sil lao2 bai3 xing4 sp1 ye3 shi4 na4 cheng4 shang4 de5 ding4 pan2 xing1 sil|sil 老 百 姓 sp1 也 是 那 秤 上 的 定 盘 星 sil|28 17 18 29 11 13 11 15 22 16 9 17 20 29 30|0.0|3.305 +002648|sil wang3 xia4 sp1 yi2 dao4 shui3 zha2 heng2 gen4 liang3 duan1 sp1 yong3 ding4 he2 zai4 zhe4 li3 jia2 ran2 er2 zhi3 sil|sil 往 下 sp1 一 道 水 闸 横 亘 两 端 sp1 永 定 河 在 这 里 戛 然 而 止 sil|30 19 29 21 10 15 17 26 26 13 19 24 33 16 18 20 13 10 25 25 16 16 29 33|0.0|5.84 +002649|sil zai4 wu4 liu2 shang4 sp1 su1 ning2 yi4 gou4 sp1 ye3 bu4 ke3 xie4 dai4 sil|sil 在 物 流 上 sp1 苏 宁 易 购 sp1 也 不 可 懈 怠 sil|29 19 14 20 26 6 20 15 13 25 7 12 13 13 19 21 29|0.0|3.49 +002650|sil er2 ling4 yi4 zhi1 quan3 sp1 ze2 hui4 yong4 zhua3 zi5 qiao1 zi4 mu3 sp1 bing4 qie3 jin4 xing2 zhe2 xue2 he2 shi1 xue2 chen2 si1 sil|sil 而 另 一 只 犬 sp1 则 会 用 爪 子 敲 字 母 sp1 并 且 进 行 哲 学 和 诗 学 沉 思 sil|33 16 19 10 14 33 6 19 12 16 23 16 22 15 27 26 17 13 19 31 24 25 15 19 16 21 26 30|0.0|6.54 +002651|sil yuan3 yang2 hen4 bu4 de5 yao4 jiao4 sp1 hao3 sil|sil 远 扬 恨 不 得 要 叫 sp1 好 sil|28 20 26 22 8 14 17 29 13 40 31|0.0|2.88 +002652|sil zhe4 duo1 shao2 you3 xie1 fan2 feng3 sil|sil 这 多 少 有 些 反 讽 sil|27 18 19 24 13 15 22 29 30|0.0|2.29 +002653|sil ta1 de5 dui4 ce4 shi4 jin4 si4 an4 lao2 fen1 pei4 ban1 de5 gai3 ge2 sil|sil 他 的 对 策 是 近 似 按 劳 分 配 般 的 改 革 sil|27 18 9 18 28 17 18 22 15 17 17 17 13 8 19 28 28|0.0|3.705 +002654|sil zui4 hou4 hai2 shi4 wu2 min3 lve4 sp1 man3 zu2 le5 gao1 yun2 hai3 de5 xu1 rong2 sp1 zhun3 bei4 gei3 yun2 hai3 yi2 ge5 guang3 bo1 hui4 sil|sil 最 后 还 是 吴 敏 略 sp1 满 足 了 高 云 海 的 虚 荣 sp1 准 备 给 云 海 一 个 广 播 会 sil|28 22 27 18 23 12 18 26 8 17 14 17 17 14 19 9 20 24 48 20 22 16 17 29 11 14 19 16 26 30|0.0|6.975 +002655|sil zhong1 guo2 tiao2 zheng3 le5 juan3 yan1 shui4 fu4 sil|sil 中 国 调 整 了 卷 烟 税 负 sil|26 22 20 24 16 12 18 15 22 26 29|0.0|2.67 +002656|sil jing1 chang2 zai4 jia1 li3 luan4 hou3 yi4 tong1 sil|sil 经 常 在 家 里 乱 吼 一 通 sil|26 23 21 12 19 18 23 17 11 27 27|0.0|2.605 +002657|sil hai2 rang4 wo3 chi4 luo3 zhe5 shang4 shen1 chang4 ge1 sil|sil 还 让 我 赤 裸 着 上 身 唱 歌 sil|27 19 21 14 22 17 9 19 18 22 25 29|0.0|2.81 +002658|sil wo3 hong2 hong2 de5 xiao2 lian3 zhao4 jin4 ni3 xin1 wo1 sil|sil 我 红 红 的 小 脸 照 进 你 心 窝 sil|28 14 20 17 9 20 22 19 17 13 24 23 30|0.0|2.97 +002659|sil xue1 jing3 wen2 sp1 bei4 ya1 shang4 ren2 min2 de5 fa3 ting2 sil|sil 薛 景 文 sp1 被 押 上 人 民 的 法 庭 sil|27 24 21 26 3 18 19 22 14 16 9 21 29 29|0.0|3.225 +002660|sil gen1 wo3 liao2 tian1 zen3 me5 hui4 wu2 yu3 ne5 sil|sil 跟 我 聊 天 怎 么 会 无 语 呢 sil|28 17 11 18 28 16 9 18 15 15 25 29|0.0|2.655 +002661|sil shuang1 yu2 zuo4 sp1 yao4 hao3 hao1 de5 xing4 fu2 xia4 qu4 you5 sil|sil 双 鱼 座 sp1 要 好 好 的 幸 福 下 去 呦 sil|29 25 15 26 8 17 19 17 9 21 12 19 16 21 29|0.0|3.28 +002662|sil gang1 guan2 wu3 sp1 wo3 hai2 mei2 you3 xue2 guo4 ne5 sil|sil 钢 管 舞 sp1 我 还 没 有 学 过 呢 sil|25 20 21 25 7 11 17 13 13 20 17 22 29|0.0|2.785 +002663|sil hu2 die2 lan2 de5 zhuang1 pen2 hen3 zhong4 yao4 sil|sil 蝴 蝶 兰 的 装 盆 很 重 要 sil|26 18 13 18 7 23 24 20 20 25 27|0.0|2.565 +002664|sil jin4 ri4 sp1 zi4 gong4 shi4 yan2 tan1 qu1 wei4 ping2 zhen4 sp1 fa1 sheng1 yi4 qi2 can3 ju4 sil|sil 近 日 sp1 自 贡 市 沿 滩 区 卫 坪 镇 sp1 发 生 一 起 惨 剧 sil|26 26 22 15 19 18 22 17 18 25 18 22 19 10 16 14 8 17 24 26 29|0.0|4.77 +002665|sil nv3 er2 quan2 shen1 ruan2 zu3 zhi1 cuo1 shang1 sil|sil 女 儿 全 身 软 组 织 挫 伤 sil|29 15 21 24 24 21 15 15 20 32 28|0.0|2.83 +002666|sil tang1 wei2 tang1 wei2 ji3 xia4 sp1 bian4 jiang1 zei2 ren2 zhi4 fu2 sil|sil 汤 唯 汤 唯 几 下 sp1 便 将 贼 人 制 服 sil|26 25 23 23 23 21 28 4 18 16 14 15 18 29 28|0.0|3.61 +002667|sil dang1 nian2 sp1 jin4 cha2 ji4 bian1 qu1 sp1 biao3 yang2 guo4 de5 lao2 dong4 ying1 xiong5 sp1 han2 feng4 ling2 sp1 shi4 fou3 hai2 jian4 zai4 sil|sil 当 年 sp1 晋 察 冀 边 区 sp1 表 扬 过 的 劳 动 英 雄 sp1 韩 凤 玲 sp1 是 否 还 健 在 sil|28 19 29 3 26 23 17 18 23 6 18 18 16 12 20 14 17 25 5 21 18 26 18 16 16 16 19 26 34|0.0|6.35 +002668|sil gong1 zhong4 ren2 wu4 gai4 nian4 de5 que1 shi1 sp1 jiang1 xian4 wang3 min2 yu2 bu2 yi4 sil|sil 公 众 人 物 概 念 的 缺 失 sp1 将 陷 网 民 于 不 义 sil|26 20 17 17 10 15 14 8 22 23 14 21 19 16 23 16 14 25 29|0.0|4.05 +002669|sil shi4 hou4 sp1 zhong1 mou3 ming2 gao4 jie4 wei1 wei1 sp1 bu4 neng2 gao4 su4 bie2 ren5 sp1 fou3 ze2 yao4 ai2 ma4 sil|sil 事 后 sp1 钟 某 明 告 诫 薇 薇 sp1 不 能 告 诉 别 人 sp1 否 则 要 挨 骂 sil|29 21 26 17 17 14 30 17 15 15 18 7 13 16 16 12 16 17 11 23 23 15 16 27 31|0.0|5.36 +002670|sil lao3 ren2 man3 tou2 bai2 fa4 sp1 shen1 zi5 gu3 hai2 suan4 ying4 lang5 sp1 zhi3 shi4 you3 xie1 er3 long2 sil|sil 老 人 满 头 白 发 sp1 身 子 骨 还 算 硬 朗 sp1 只 是 有 些 耳 聋 sil|29 19 20 26 19 20 24 15 20 15 21 18 18 17 25 22 14 15 11 14 17 29 29|0.0|5.305 +002671|sil zu3 er2 tan3 yan2 sp1 yi3 qian2 bei4 lao2 ban3 yang2 shou4 cheng2 cheng1 wei2 tian1 hou4 sp1 gan3 dao5 gan1 ga4 sil|sil 祖 儿 坦 言 sp1 以 前 被 老 板 杨 受 成 称 为 天 后 sp1 感 到 尴 尬 sil|27 20 14 23 22 22 11 21 10 19 22 17 17 29 21 13 25 26 4 18 13 19 24 30|0.0|5.425 +002672|sil tie3 ren2 tou2 dai4 qian2 jin4 mao4 sp1 shen1 chuan1 yang2 pi2 ao3 sp1 shou3 wo4 sha1 ba3 sp1 ying1 qi4 bi1 ren2 sil|sil 铁 人 头 戴 前 进 帽 sp1 身 穿 羊 皮 袄 sp1 手 握 刹 把 sp1 英 气 逼 人 sil|28 26 26 22 17 21 16 24 16 21 24 18 21 27 18 21 12 22 25 14 18 18 17 25 31|0.0|6.125 +002673|sil jing3 fang1 cheng1 sp1 gai1 zhen2 suo3 wu2 he2 fa3 zi1 zhi4 sil|sil 警 方 称 sp1 该 诊 所 无 合 法 资 质 sil|27 20 17 28 16 17 17 31 16 18 18 17 23 30|0.0|3.43 +002674|sil nong2 min2 gong1 yu2 zhan4 shui3 cheng1 sp1 zhe4 lao3 nong2 min2 zheng4 lia3 qian2 ye3 zhen1 bu2 yi4 ya5 sp1 zhe4 ye3 bu4 gei3 ya5 sil|sil 农 民 工 于 占 水 称 sp1 这 老 农 民 挣 俩 钱 也 真 不 易 呀 sp1 这 也 不 给 呀 sil|30 17 17 24 13 16 19 28 35 13 16 20 22 15 17 33 15 21 13 20 22 25 20 11 14 20 24 31|0.0|6.635 +002675|sil gong1 si1 zhi3 fu4 ze2 yang3 hu4 qing1 sao3 sp1 yi3 ji2 lu4 chan3 sun2 hui3 qing2 kuang4 de5 guan2 li3 sil|sil 公 司 只 负 责 养 护 清 扫 sp1 以 及 路 产 损 毁 情 况 的 管 理 sil|29 21 28 19 16 23 24 26 25 30 18 11 27 14 21 18 15 16 15 6 18 25 31|0.0|5.53 +002676|sil dai4 nian2 hua2 jie4 shao4 sp1 qian2 shui3 xing4 de5 po2 yang2 hu2 de5 shui3 wei4 yu2 shui3 liang4 sp1 jiang1 ying2 xiang2 shui3 huan2 jing4 sil|sil 戴 年 华 介 绍 sp1 浅 水 性 的 鄱 阳 湖 的 水 位 与 水 量 sp1 将 影 响 水 环 境 sil|27 17 18 18 16 24 25 25 17 16 8 17 15 17 9 22 17 9 22 26 16 22 12 20 20 20 23 30|0.0|6.135 +002677|sil bu4 ran2 sp1 wo3 men5 jiang1 wu2 niao2 ke3 guan1 sil|sil 不 然 sp1 我 们 将 无 鸟 可 观 sil|25 15 28 12 9 11 24 15 23 18 27 29|0.0|2.745 +002678|sil bu2 liao4 sp1 dong1 ya4 fei1 huang2 juan2 tu3 chong2 lai2 sil|sil 不 料 sp1 东 亚 飞 蝗 卷 土 重 来 sil|26 13 27 7 15 16 18 25 23 16 18 26 30|0.0|3.015 +002679|sil ta1 yao3 zhe5 ya2 sp1 yong4 yi2 kuai4 hou4 hou4 de5 bu4 zi5 sp1 guo3 zhu4 le5 zi4 ji3 tou4 xi1 shi2 sp1 ge1 bo5 shang4 de5 lou3 sil|sil 她 咬 着 牙 sp1 用 一 块 厚 厚 的 布 子 sp1 裹 住 了 自 己 透 析 时 sp1 胳 膊 上 的 篓 sil|27 22 19 12 26 20 14 10 26 21 14 12 15 20 17 19 10 10 15 17 20 17 21 5 16 11 16 7 34 31|0.0|6.085 +002680|sil hei1 bang1 lao3 da4 qu4 wen2 shen1 sp1 dui4 shi1 fu5 shuo1 sp1 gei2 wo3 zai4 bei4 shang4 sp1 wen2 yi2 ge5 shi1 zi5 tou2 sil|sil 黑 帮 老 大 去 纹 身 sp1 对 师 傅 说 sp1 给 我 在 背 上 sp1 纹 一 个 狮 子 头 sil|29 19 17 17 21 19 13 26 13 14 16 11 22 32 15 10 12 15 27 5 14 9 11 18 11 32 32|0.0|5.575 +002681|sil bu2 guo4 sp1 qi2 er3 duo5 shang4 na4 fu4 ming2 pai2 er3 huan2 zhuo2 shi2 shi4 liang4 dian3 sil|sil 不 过 sp1 其 耳 朵 上 那 副 名 牌 耳 环 着 实 是 亮 点 sil|28 15 25 16 21 18 13 25 18 16 19 16 19 27 22 13 13 23 29 29|0.0|4.705 +002682|sil zhao4 yun2 de5 peng2 you5 hao3 chao1 ying1 sp1 jian4 yi4 xian1 dai4 dong3 jing4 qu4 hai2 kou3 duo2 duo3 sil|sil 赵 云 的 朋 友 郝 超 英 sp1 建 议 先 带 董 静 去 海 口 躲 躲 sil|26 22 13 9 20 16 19 20 21 12 22 12 17 15 17 26 18 21 19 17 21 30|0.0|4.795 +002683|sil ji3 nian2 qian2 sp1 ta1 yin1 wei4 mei2 qian2 yi1 zhi4 sp1 zhi4 shi3 you4 tui2 gu3 tou5 huai4 si3 sil|sil 几 年 前 sp1 他 因 为 没 钱 医 治 sp1 致 使 右 腿 骨 头 坏 死 sil|29 15 21 33 9 18 15 13 18 22 17 23 22 17 24 17 18 15 14 23 27 32|0.0|5.135 +002684|sil xing4 yun4 de5 nin2 sp1 yi3 bei4 wo3 yuan4 de5 jiao4 shou4 kan4 zhong4 sil|sil 幸 运 的 您 sp1 已 被 我 院 的 教 授 看 中 sil|28 25 12 11 25 11 9 14 14 15 8 17 16 20 23 29|0.0|3.215 +002685|sil chu1 ru4 ci3 dao4 de5 tou2 zi1 zhe3 qie4 mo4 mang2 mu4 gen1 jin4 sil|sil 初 入 此 道 的 投 资 者 切 莫 盲 目 跟 进 sil|27 23 15 18 13 10 19 16 28 21 18 20 16 17 26 29|0.0|3.665 +002686|sil rong2 ru2 yu3 gong4 xian3 dan1 xin1 sp1 gan1 dan3 xiang1 zhao4 xie3 hui1 huang2 sil|sil 荣 辱 与 共 显 丹 心 sp1 肝 胆 相 照 写 辉 煌 sil|30 20 18 12 22 25 16 25 25 20 17 21 28 24 21 34 30|0.0|4.505 +002687|sil shua1 ping2 zhun3 bei4 zhong1 sp1 wo3 xian1 kan4 kan5 wen4 ti2 ha1 sil|sil 刷 屏 准 备 中 sp1 我 先 看 看 问 题 哈 sil|28 25 23 15 14 24 25 10 16 16 12 16 16 21 28|0.0|3.36 +002688|sil cheng1 qi2 wei2 zhu1 li4 xi1 du2 tui2 fei4 zhao4 sil|sil 称 其 为 朱 莉 吸 毒 颓 废 照 sil|27 22 15 23 18 14 18 14 20 17 26 29|0.0|2.82 +002689|sil chu2 meng3 niu2 yi1 li4 sp1 guang1 ming2 deng3 da4 pin3 pai2 wai4 sp1 guang3 dong1 ben2 tu3 ru2 pin3 sp1 ye3 jia1 ru4 zhang3 jia4 hang2 lie4 sil|sil 除 蒙 牛 伊 利 sp1 光 明 等 大 品 牌 外 sp1 广 东 本 土 乳 品 sp1 也 加 入 涨 价 行 列 sil|28 32 26 32 21 21 4 24 27 20 19 18 19 23 31 20 20 19 18 13 28 6 14 16 13 18 18 16 21 33|0.0|7.17 +002690|sil ma3 kui2 er3 sp1 heng1 de2 li4 sp1 duo1 te4 sp1 ai4 lun2 deng3 ren2 sp1 shou3 lun2 ye3 jiang1 dui4 zhen4 zi1 ge2 sai4 xuan2 shou3 sil|sil 马 奎 尔 sp1 亨 德 利 sp1 多 特 sp1 艾 伦 等 人 sp1 首 轮 也 将 对 阵 资 格 赛 选 手 sil|33 16 22 24 11 22 13 22 22 17 28 16 15 18 18 21 19 22 21 9 16 14 17 15 11 18 19 27 30|0.0|6.455 +002691|sil mei2 mao5 hao3 xiang4 yong4 you2 ca1 guo4 sp1 lian3 se4 hen2 hao3 sp1 zui3 chun2 tu2 le5 yi4 dian2 kou3 hong2 sil|sil 眉 毛 好 像 用 油 擦 过 sp1 脸 色 很 好 sp1 嘴 唇 涂 了 一 点 口 红 sil|29 15 23 15 17 12 12 24 23 28 17 13 17 31 25 21 25 16 10 10 18 23 28 31|0.0|5.605 +002692|sil sheng4 da4 zai4 xian4 ye4 wu4 sp1 bi3 guo4 qu4 you3 xie1 wu4 shi2 sil|sil 盛 大 在 线 业 务 sp1 比 过 去 有 些 务 实 sil|28 27 19 17 19 18 19 12 14 19 23 14 16 14 31 30|0.0|3.71 +002693|sil yang2 cheng2 lin2 zhe4 shen1 da3 ban4 zao4 jia4 bu4 fei3 sil|sil 杨 丞 琳 这 身 打 扮 造 价 不 菲 sil|32 20 19 22 13 17 19 21 19 17 15 30 29|0.0|3.175 +002694|sil ting2 xi3 qing4 de5 sp1 ye2 ting3 gan1 jing4 zheng3 jie2 de5 sil|sil 挺 喜 庆 的 sp1 也 挺 干 净 整 洁 的 sil|27 25 19 25 17 23 12 25 16 16 17 21 16 29|0.0|3.34 +002695|sil hen3 duo1 xiao1 fei4 zhe3 zai4 zu1 fang2 de5 shi2 hou4 sp1 wang2 wang3 chi1 ya3 ba5 kui1 sil|sil 很 多 消 费 者 在 租 房 的 时 候 sp1 往 往 吃 哑 巴 亏 sil|27 19 13 18 16 22 19 18 20 8 17 18 16 15 20 18 16 13 29 28|0.0|4.29 +002696|sil ren2 men5 dan1 xin1 tong1 zhang4 zou3 shi4 shi1 kong4 sp1 hui4 zhao1 zhi4 geng4 yan2 li4 de5 hong2 guan1 jin3 suo1 zheng4 ce4 sil|sil 人 们 担 心 通 胀 走 势 失 控 sp1 会 招 致 更 严 厉 的 宏 观 紧 缩 政 策 sil|28 14 11 17 24 25 16 15 14 15 28 26 15 20 23 19 15 14 16 23 16 14 15 18 25 30|0.0|5.76 +002697|sil hun2 jiang1 zou3 chu1 le5 yi4 tiao2 ju4 you3 qu1 yu4 te4 se4 de5 sp1 bai2 shan1 shang1 lu4 sil|sil 浑 江 走 出 了 一 条 具 有 区 域 特 色 的 sp1 白 山 商 路 sil|27 25 25 18 10 9 11 22 15 16 22 14 18 17 13 3 17 17 19 22 31|0.0|4.31 +002698|sil ge4 xing4 zhi2 shuang2 huo3 bao4 de5 na4 ying1 zhong1 yu2 fa1 biao1 sp1 jian4 zhi3 zhe4 jiang1 wei4 shi4 sil|sil 个 性 直 爽 火 爆 的 那 英 终 于 发 飙 sp1 剑 指 浙 江 卫 视 sil|26 21 24 19 23 22 17 7 21 27 20 10 20 22 17 24 20 17 18 13 24 29|0.0|5.12 +002699|sil he2 wei1 bu4 shu1 fu5 a5 sp1 wo3 dan1 xin1 ta1 yi2 ge4 ren2 sp1 ni3 neng2 bu4 neng2 pei2 ta1 qu4 xia4 yi1 yuan4 a5 sil|sil 何 薇 不 舒 服 啊 sp1 我 担 心 她 一 个 人 sp1 你 能 不 能 陪 她 去 下 医 院 啊 sil|29 24 23 12 23 18 19 27 12 13 15 16 13 17 23 30 7 16 9 24 19 14 14 15 15 20 23 29|0.0|6.025 +002700|sil ru2 ci3 gao1 de5 jia4 ge2 hai2 qu4 re4 peng3 sp1 yin2 hang2 dang1 ran2 shi4 da3 zhe5 sp1 pei2 ben3 zhuan4 yao1 he5 de5 suan4 pan5 sil|sil 如 此 高 的 价 格 还 去 热 捧 sp1 银 行 当 然 是 打 着 sp1 赔 本 赚 吆 喝 的 算 盘 sil|26 17 17 13 8 23 19 16 13 15 28 28 14 25 17 12 13 15 19 16 25 21 20 18 13 10 21 27 31|0.0|6.265 +002701|sil ke3 shi4 sp1 che1 ceng4 bu2 guo4 qu4 yo5 sil|sil 可 是 sp1 车 蹭 不 过 去 哟 sil|25 21 26 4 25 27 10 16 22 25 28|0.0|2.66 +002702|sil ta1 men5 ba2 wo3 ti1 dao3 le5 you4 lin1 qi3 lai2 sp1 bu2 duan4 chong2 fu4 sil|sil 他 们 把 我 踢 倒 了 又 拎 起 来 sp1 不 断 重 复 sil|25 16 14 18 17 25 20 22 14 21 14 22 12 13 15 21 21 27|0.0|3.915 +002703|sil wu3 yue4 fen4 de5 zhe4 yi2 shu4 ju4 sp1 wei2 si4 dian2 wu3 yi1 yi1 wu3 wan4 yi4 mei3 yuan2 sil|sil 五 月 份 的 这 一 数 据 sp1 为 四 点 五 一 一 五 万 亿 美 元 sil|32 16 15 15 9 13 9 18 25 23 27 21 20 18 15 29 20 20 9 20 28 30|0.0|5.02 +002704|sil zhe4 xie1 wen2 zi4 xin4 xi1 chun2 shu3 nie1 zao4 sil|sil 这 些 文 字 信 息 纯 属 捏 造 sil|27 19 18 17 11 18 24 24 15 21 26 28|0.0|2.88 +002705|sil neng2 fou3 chong2 xian4 sp1 ya4 te4 lan2 da4 ao4 yun4 hui4 shang4 de5 hui1 huang2 sil|sil 能 否 重 现 sp1 亚 特 兰 大 奥 运 会 上 的 辉 煌 sil|28 19 18 18 25 4 19 10 18 16 16 10 15 15 8 18 31 30|0.0|3.695 +002706|sil zai4 jia1 ren2 de5 zhi2 niu4 xia4 sp1 han2 zhi4 peng2 jie4 diao4 le5 mei3 zhou1 pa2 bai2 yun2 shan1 de5 yin3 sil|sil 在 家 人 的 执 拗 下 sp1 韩 志 鹏 戒 掉 了 每 周 爬 白 云 山 的 瘾 sil|26 23 19 12 9 14 20 26 17 18 14 28 23 16 14 22 17 20 14 16 17 11 26 29|0.0|5.24 +002707|sil tui4 shui3 qi1 de5 da4 di1 sp1 wang2 wang3 rong2 yi4 chu1 xian4 xian3 qing2 sil|sil 退 水 期 的 大 堤 sp1 往 往 容 易 出 现 险 情 sil|27 23 18 18 9 20 23 8 16 14 12 11 16 15 20 31 29|0.0|3.595 +002708|sil mu4 xi1 yue1 ka3 sp1 dui4 yang1 shi4 fei1 zhou1 fen1 tai2 kai1 bo1 sp1 biao3 da2 le5 sp1 mei2 hao3 zhu4 yuan4 sil|sil 穆 西 约 卡 sp1 对 央 视 非 洲 分 台 开 播 sp1 表 达 了 sp1 美 好 祝 愿 sil|28 14 19 12 32 5 14 20 20 18 16 18 15 20 16 12 21 16 13 6 20 18 16 22 37|0.0|5.205 +002709|sil tuo4 kuan1 shi4 ye3 sp1 guang3 kai1 xuan3 ba2 nian2 qing1 gan4 bu4 de5 qu2 dao4 sil|sil 拓 宽 视 野 sp1 广 开 选 拔 年 轻 干 部 的 渠 道 sil|26 20 19 20 23 18 19 17 22 17 18 15 18 10 9 20 22 31|0.0|3.99 +002710|sil mai3 jia1 he2 mai4 jia1 sp1 tong2 yang4 mian4 lin2 zhe5 sp1 ju3 zheng4 wei2 quan2 kun4 nan2 de5 jiong3 jing4 sil|sil 买 家 和 卖 家 sp1 同 样 面 临 着 sp1 举 证 维 权 困 难 的 窘 境 sil|29 20 23 14 23 24 6 19 15 15 17 14 3 21 18 13 20 15 12 8 19 26 29|0.0|4.68 +002711|sil yi2 ge5 zhou1 liu4 sp1 zhang1 mou3 yao1 qing3 wu2 mou3 sp1 yi4 qi3 chu1 lai2 wan2 sil|sil 一 个 周 六 sp1 张 某 邀 请 武 某 sp1 一 起 出 来 玩 sil|28 11 12 18 23 23 20 23 15 21 11 26 10 13 14 14 16 25 31|0.0|4.11 +002712|sil wan2 le5 hai2 ke2 yi3 ou4 zhi4 fei2 liao4 sil|sil 完 了 还 可 以 沤 制 肥 料 sil|29 21 20 16 14 15 17 15 18 24 29|0.0|2.53 +002713|sil jin2 guan3 jin1 san1 yi3 cheng2 kong1 tan2 sp1 kai1 fa1 shang1 men5 sp1 que4 mao3 zu2 le5 jin4 sp1 yao4 shou1 huo4 yin2 si4 sil|sil 尽 管 金 三 已 成 空 谈 sp1 开 发 商 们 sp1 却 铆 足 了 劲 sp1 要 收 获 银 四 sil|29 22 27 21 29 12 18 19 28 27 17 14 17 20 12 17 23 12 10 24 15 14 18 13 20 26 35|0.0|6.255 +002714|sil cun1 min2 cheng1 sp1 long2 gu3 dong4 sp1 mu4 qian2 yi3 bei4 cai3 kuang4 zhe3 zha4 hui2 yan3 mai2 sil|sil 村 民 称 sp1 龙 骨 洞 sp1 目 前 已 被 采 矿 者 炸 毁 掩 埋 sil|24 22 17 26 26 19 14 25 8 12 17 11 16 20 19 20 22 16 17 29 31|0.0|4.77 +002715|sil jin1 tian1 zao3 shang4 sp1 wo3 men5 yi3 jing1 ba3 zei2 zhua1 dao4 le5 sp1 er2 qie3 fa3 guan1 sp1 yi3 jing5 pan4 le5 ta1 de5 zui4 ne5 sil|sil 今 天 早 上 sp1 我 们 已 经 把 贼 抓 到 了 sp1 而 且 法 官 sp1 已 经 判 了 他 的 罪 呢 sil|27 18 16 18 23 24 8 10 11 17 16 17 17 20 18 27 11 26 26 23 9 9 14 16 9 13 9 21 20 29|0.0|6.06 +002716|sil wo3 men5 chang4 dao3 chuan4 chuan5 ye2 ke3 ai4 sp1 ling2 yang2 qu3 dai4 mai3 mai4 sil|sil 我 们 倡 导 串 串 也 可 爱 sp1 领 养 取 代 买 卖 sil|30 10 10 24 26 29 19 11 17 21 25 20 25 19 14 20 28 29|0.0|4.38 +002717|sil wo3 shi4 meng2 mei4 zhi3 sp1 ni3 ai4 xin4 bu2 xin4 sil|sil 我 是 萌 妹 纸 sp1 你 爱 信 不 信 sil|28 13 16 21 23 21 17 12 20 20 11 24 29|0.0|2.965 +002718|sil zhe4 xia4 sp1 nie4 xiao2 jie3 fu1 qi1 lia3 sha2 yan3 le5 sil|sil 这 下 sp1 聂 小 姐 夫 妻 俩 傻 眼 了 sil|27 23 28 20 13 18 13 14 13 23 24 20 21 29|0.0|3.325 +002719|sil chuan1 zhe5 huo3 bao4 lou4 di2 xian3 xiong1 dai4 sil|sil 穿 着 火 爆 露 底 显 胸 带 sil|25 26 23 26 17 18 16 20 20 24 29|0.0|2.835 +002720|sil wo3 hai2 yi3 wei2 sp1 ni3 bei4 bie2 ren2 guai2 pao3 le5 sil|sil 我 还 以 为 sp1 你 被 别 人 拐 跑 了 sil|28 12 18 9 24 9 12 12 12 15 18 28 18 28|0.0|2.825 +002721|sil ni3 he2 zhu1 shen2 me5 guan1 xi4 ya5 sil|sil 你 和 猪 什 么 关 系 呀 sil|28 12 17 19 16 11 20 18 21 28|0.0|2.21 +002722|sil qiang2 niu3 de5 gua1 bu4 tian2 sp1 qiang2 niu3 de5 shui4 sp1 ye3 bu2 hui4 xiang1 sil|sil 强 扭 的 瓜 不 甜 sp1 强 扭 的 睡 sp1 也 不 会 香 sil|24 29 12 12 20 14 38 17 26 18 11 31 14 12 13 19 33 31|0.0|4.34 +002723|sil liang3 ren2 gong4 wu3 shi2 sp1 ai4 wei1 er2 sp1 ye3 tiao4 de5 shi2 fen1 you4 huo4 sp1 hai2 yi4 zhi2 bai3 nong4 zui2 li3 de5 xiang1 yan1 sil|sil 两 人 共 舞 时 sp1 艾 薇 儿 sp1 也 跳 得 十 分 诱 惑 sp1 还 一 直 摆 弄 嘴 里 的 香 烟 sil|34 19 21 20 12 26 29 16 18 22 6 11 18 10 15 17 18 26 28 17 17 15 17 18 18 12 8 22 26 32|0.0|6.6 +002724|sil bu4 neng2 fan1 yue4 tie3 lu4 zha4 lan5 sp1 jin4 ru4 tie3 lu4 di4 jie4 nei4 sil|sil 不 能 翻 越 铁 路 栅 栏 sp1 进 入 铁 路 地 界 内 sil|27 14 24 21 12 14 15 19 23 7 20 15 16 15 16 17 25 29|0.0|3.82 +002725|sil quan2 shi4 ji4 xu4 tui1 jin4 ai4 guo2 wei4 sheng1 yun4 dong4 sp1 da4 li4 kai1 zhan3 mie4 wen2 gong1 zuo4 sil|sil 全 市 继 续 推 进 爱 国 卫 生 运 动 sp1 大 力 开 展 灭 蚊 工 作 sil|28 27 27 16 14 18 28 17 16 12 16 16 20 23 16 11 21 23 22 17 16 23 29|0.0|5.295 +002726|sil xuan3 gou4 bao3 bao5 xi3 ai4 de5 can1 ju4 sil|sil 选 购 宝 宝 喜 爱 的 餐 具 sil|27 27 22 18 13 19 17 10 22 24 29|0.0|2.645 +002727|sil wan4 jia1 tuan2 yuan2 de5 chun1 jie2 guo4 wan2 le5 sp1 xu3 duo1 ren2 de5 qian2 bao1 ye2 bie3 le5 sil|sil 万 家 团 圆 的 春 节 过 完 了 sp1 许 多 人 的 钱 包 也 瘪 了 sil|31 17 17 21 12 7 21 23 20 19 18 31 19 16 13 8 23 27 20 21 21 31|0.0|5.06 +002728|sil lv3 ci4 ti2 xing3 bu4 biao1 de5 sp1 jin4 zhi3 gua4 bian3 sil|sil 屡 次 提 醒 不 标 的 sp1 禁 止 挂 匾 sil|30 16 19 16 19 14 22 18 14 22 13 19 29 30|0.0|3.265 +002729|sil lin2 luo2 de5 liang3 ge5 nao3 dai5 mang2 cou4 guo4 qu4 sil|sil 林 罗 的 两 个 脑 袋 忙 凑 过 去 sil|30 20 19 8 20 9 21 22 26 24 12 25 30|0.0|3.09 +002730|sil liang3 ren2 dao4 le5 ma3 tou2 zhi1 hou4 sp1 lin2 ju1 lao3 han4 sp1 you4 jiang1 yi4 he2 bu3 yao4 sai1 gei3 wang2 lao3 han4 sil|sil 两 人 到 了 码 头 之 后 sp1 邻 居 老 汉 sp1 又 将 一 盒 补 药 塞 给 王 老 汉 sil|33 22 23 13 8 19 19 16 23 27 15 12 18 27 11 13 17 9 18 22 25 21 15 17 16 27 34|0.0|6.04 +002731|sil jiu4 shi4 zhe4 yi2 zhuai4 sp1 liu2 qing4 hua1 jiu4 le5 yi2 ming4 sil|sil 就 是 这 一 拽 sp1 刘 庆 花 救 了 一 命 sil|25 22 12 15 14 28 23 16 19 27 21 10 13 28 31|0.0|3.535 +002732|sil li2 hao3 guo1 xiao2 min3 da4 hun1 sp1 hao3 xiong1 di4 peng2 chang3 sil|sil 李 好 郭 晓 敏 大 婚 sp1 好 兄 弟 捧 场 sil|28 19 32 16 19 19 21 24 18 18 19 13 20 28 33|0.0|3.795 +002733|sil na4 shi4 ta1 qin1 ma1 qin1 er2 zi5 sp1 qin1 mei4 mei5 ya5 sil|sil 那 是 他 亲 妈 亲 儿 子 sp1 亲 妹 妹 呀 sil|28 17 12 22 25 29 25 22 19 5 27 18 18 23 29|0.0|3.705 +002734|sil you2 yu2 hu2 tong4 zhai3 sp1 xiao1 fang2 che1 sp1 wu2 fa3 jin4 ru4 sil|sil 由 于 胡 同 窄 sp1 消 防 车 sp1 无 法 进 入 sil|27 21 19 18 19 29 19 18 16 30 3 15 18 18 20 30|0.0|3.715 +002735|sil lin2 da4 ge1 de5 xiang4 mao4 ju4 qi2 chou2 sp1 jin3 yi2 bu4 zhi1 yao2 sil|sil 林 大 哥 的 相 貌 距 奇 丑 sp1 仅 一 步 之 遥 sil|29 19 17 15 9 21 24 18 26 30 3 25 14 16 18 27 30|0.0|3.96 +002736|sil you3 shi2 shi1 she3 yi4 xie1 ling2 qian2 sil|sil 有 时 施 舍 一 些 零 钱 sil|29 16 31 21 16 11 13 19 34 31|0.0|2.57 +002737|sil shang4 zhe5 ke4 sp1 wo3 ba4 ta1 yan1 yin3 fan4 le5 sp1 jiu4 xiang2 dian3 yan1 sil|sil 上 着 课 sp1 我 爸 他 烟 瘾 犯 了 sp1 就 想 点 烟 sil|30 25 12 29 24 14 20 19 18 14 22 14 11 18 19 19 22 31|0.0|4.19 +002738|sil jia4 shi3 yuan2 na4 men4 sp1 ta1 an4 la3 ba5 sp1 mei2 you3 cuo4 sil|sil 驾 驶 员 纳 闷 sp1 他 按 喇 叭 sp1 没 有 错 sil|24 26 16 13 18 24 20 19 15 21 16 3 18 14 28 29|0.0|3.525 +002739|sil zhi3 jian4 ta1 men5 di1 zhe5 tou2 qiang2 ren3 bei1 tong4 sp1 jian1 tou2 yi2 chan4 yi2 chan4 de5 sil|sil 只 见 他 们 低 着 头 强 忍 悲 痛 sp1 肩 头 一 颤 一 颤 的 sil|30 17 17 16 22 17 12 29 27 15 17 25 19 22 26 16 24 9 26 18 33|0.0|5.07 +002740|sil tong2 shi2 zai4 ao4 yun4 qi1 jian1 sp1 che1 xian3 bao4 an4 de5 shou3 xu4 sp1 ye3 jiang1 jian3 hua4 sil|sil 同 时 在 奥 运 期 间 sp1 车 险 报 案 的 手 续 sp1 也 将 简 化 sil|27 21 29 18 16 16 17 25 25 23 20 15 15 9 18 27 3 19 18 21 26 34|0.0|5.135 +002741|sil tu2 wei2 zhang1 bang1 sheng4 zai4 tian2 xiao3 hou2 zi5 de5 pi4 gu5 sil|sil 图 为 张 帮 胜 在 舔 小 猴 子 的 屁 股 sil|26 23 27 20 16 27 19 17 17 19 10 9 24 24 31|0.0|3.59 +002742|sil xiong2 yu4 er5 he2 guo1 song1 lin2 de5 lv4 shi1 sp1 zuo4 de5 ye3 shi4 wu2 zui4 bian4 hu4 sil|sil 熊 玉 儿 和 郭 松 林 的 律 师 sp1 做 的 也 是 无 罪 辩 护 sil|28 27 19 23 19 18 20 14 8 15 24 16 21 18 18 20 15 14 20 22 32|0.0|4.775 +002743|sil yi4 zhi2 zai4 dui4 ni3 wei1 xiao4 ya5 sil|sil 一 直 在 对 你 微 笑 呀 sil|28 16 12 14 12 16 16 23 25 29|0.0|2.215 +002744|sil xiao3 ze2 ma3 li4 ya4 sp1 bu4 gan1 shi4 ruo4 sp1 ting3 xiong1 jue1 pi4 gu5 sp1 lian2 huan2 chu1 zhao1 sil|sil 小 泽 玛 利 亚 sp1 不 甘 示 弱 sp1 挺 胸 撅 屁 股 sp1 连 环 出 招 sil|31 23 11 14 17 24 5 12 15 19 22 27 25 24 19 24 19 3 20 19 17 28 28|0.0|5.18 +002745|sil ji1 ji2 fa1 zhan3 gong1 lu4 shuai3 gua4 yun4 shu1 sil|sil 积 极 发 展 公 路 甩 挂 运 输 sil|27 17 14 21 27 19 16 24 19 16 27 31|0.0|3.0 +002746|sil ji4 zhe3 zuo2 tian1 ye3 bo1 tong1 le5 sp1 guo2 shou4 de5 jiu2 wu2 wu3 yao1 jiu3 fu2 wu4 dian4 hua4 sil|sil 记 者 昨 天 也 拨 通 了 sp1 国 寿 的 九 五 五 幺 九 服 务 电 话 sil|29 19 23 15 18 11 14 18 16 4 18 22 16 25 12 10 17 20 14 13 18 26 33|0.0|4.775 +002747|sil jin4 shi2 nian2 lai2 sp1 gong1 gong5 ni2 kuang1 yi4 zhi2 xiang3 bao4 sun1 zi5 sp1 ye3 bu2 duan4 dui4 ta1 men5 ruan3 ying4 jie1 shi1 sil|sil 近 十 年 来 sp1 公 公 倪 匡 一 直 想 抱 孙 子 sp1 也 不 断 对 他 们 软 硬 皆 施 sil|30 22 15 19 23 21 18 14 16 31 17 12 17 16 22 20 29 12 13 17 10 18 21 20 19 17 26 31|0.0|6.335 +002748|sil sun1 hong2 lei2 a5 sp1 ni3 ke2 dei3 lin1 qing1 chu3 le5 sil|sil 孙 红 雷 啊 sp1 你 可 得 拎 清 楚 了 sil|27 21 17 19 20 15 11 14 15 20 23 17 21 29|0.0|3.12 +002749|sil yin1 ci3 sp1 he2 tai4 hu2 yi2 yang4 cun2 zai4 wu1 ran3 de5 dian1 chi2 sp1 bei4 tong2 yang4 shi1 yi2 shui3 hu2 lu5 liao2 fa3 sil|sil 因 此 sp1 和 太 湖 一 样 存 在 污 染 的 滇 池 sp1 被 同 样 施 以 水 葫 芦 疗 法 sil|33 17 27 17 17 22 16 12 19 21 14 14 12 8 20 27 21 16 19 19 20 16 22 15 12 23 28 30|0.0|6.24 +002750|sil kui2 wen2 qu1 shi2 yan4 xiao3 xue2 sp1 zhi2 you2 liang3 ming2 zhuan1 zhi2 shu1 fa2 lao3 shi1 sil|sil 奎 文 区 实 验 小 学 sp1 只 有 两 名 专 职 书 法 老 师 sil|27 24 16 19 13 15 17 27 11 16 10 25 22 21 13 15 12 16 27 30|0.0|4.36 +002751|sil shi4 jian4 rao2 rang3 bu4 jiu3 sp1 yuan2 xiong1 si4 hu1 you2 gan3 shi4 tai4 yan2 zhong4 sp1 ji2 jiang1 zhao4 pian4 shan1 diao4 sil|sil 事 件 扰 攘 不 久 sp1 元 凶 似 乎 有 感 事 态 严 重 sp1 即 将 照 片 删 掉 sil|29 23 23 18 18 15 31 21 16 26 17 13 16 23 18 18 21 22 24 16 22 14 18 20 22 31|0.0|6.21 +002752|sil zui4 hou4 tiao1 dao4 ji2 ben3 mei2 li3 ci1 de5 rang4 luo4 bing1 bei1 sil|sil 最 后 挑 到 几 本 没 理 疵 的 让 骆 冰 背 sil|26 21 23 19 12 17 22 21 17 21 17 22 16 20 24 29|0.0|3.795 +002753|sil shu1 zhong1 xie3 dao4 sp1 meng2 na4 li4 sha1 yan3 zhong1 chong1 man3 ge4 zhong3 ji4 hao4 he2 zi4 fu2 sil|sil 书 中 写 道 sp1 蒙 娜 丽 莎 眼 中 充 满 各 种 记 号 和 字 符 sil|29 22 17 17 23 30 11 11 16 19 20 26 20 27 18 15 17 17 14 17 28 30|0.0|5.155 +002754|sil wei4 zhu1 de5 shi2 wu4 dou1 shi4 yu4 mi3 dou4 bing2 deng3 yuan2 liang2 sp1 bu4 jia1 tian1 jia1 ji4 sil|sil 喂 猪 的 食 物 都 是 玉 米 豆 饼 等 原 粮 sp1 不 加 添 加 剂 sil|29 19 16 10 18 27 17 25 25 33 21 23 15 17 28 16 12 22 19 15 26 30|0.0|5.375 +002755|sil tan3 shuai4 de5 shuo1 sp1 wo3 yi4 zhi2 zai4 yi3 xue2 sheng1 xin1 tai4 dang1 dai4 biao2 wei3 yuan2 sil|sil 坦 率 地 说 sp1 我 一 直 在 以 学 生 心 态 当 代 表 委 员 sil|28 23 20 8 27 28 11 17 12 19 16 18 17 19 29 19 14 15 16 28 29|0.0|4.8 +002756|sil xiang1 fan3 sp1 pi4 yao2 su4 du4 yue4 man4 sp1 yao2 yan2 jiu4 yue4 hui4 you3 zi1 sheng1 de5 tu2 rang3 sil|sil 相 反 sp1 辟 谣 速 度 越 慢 sp1 谣 言 就 越 会 有 滋 生 的 土 壤 sil|28 23 29 17 17 16 15 10 19 25 24 17 26 18 18 15 13 17 18 7 17 27 33|0.0|5.21 +002757|sil geng4 huang1 tang2 de5 shi4 sp1 zhe4 bi3 fa2 jin1 hai2 wang2 wang3 shi4 qing2 fu1 tao1 yao1 bao1 sil|sil 更 荒 唐 的 是 sp1 这 笔 罚 金 还 往 往 是 情 夫 掏 腰 包 sil|26 22 23 17 9 24 26 17 13 18 24 20 14 13 18 25 17 19 18 27 32|0.0|4.895 +002758|sil you3 xiang1 gang3 mei2 ti2 gan3 tan4 sp1 qu3 jin4 jiang1 gu1 niang5 sheng4 guo4 qiang3 yin2 hang2 sil|sil 有 香 港 媒 体 感 叹 sp1 娶 晋 江 姑 娘 胜 过 抢 银 行 sil|31 19 21 14 13 13 19 26 21 23 19 21 13 25 21 14 22 15 33 31|0.0|4.81 +002759|sil wan2 ju4 shu1 bao1 sp1 mu4 tou5 sha1 zi5 sp1 yi3 ji2 hai2 cao3 hun4 luan4 de5 chan1 za2 zhe5 sil|sil 玩 具 书 包 sp1 木 头 沙 子 sp1 以 及 海 草 混 乱 地 掺 杂 着 sil|29 22 26 26 28 10 21 28 28 24 25 10 14 18 31 23 11 11 20 18 19 30|0.0|5.475 +002760|sil zhong1 guo2 zhu4 fei1 da4 shi2 guan3 sp1 dun1 cu4 fei1 fang1 jun1 jian4 sp1 li2 kai1 huang2 yan2 dao2 hai3 yu4 sil|sil 中 国 驻 菲 大 使 馆 sp1 敦 促 菲 方 军 舰 sp1 离 开 黄 岩 岛 海 域 sil|26 24 19 14 14 15 16 29 7 17 20 17 18 16 26 23 16 25 19 16 13 21 23 29|0.0|5.375 +002761|sil dui4 yu2 xiao2 gou3 de5 si3 yin1 sp1 miao1 qing2 lang3 he2 ni2 nv3 shi4 dou1 cun2 you3 yi2 wen4 sil|sil 对 于 小 狗 的 死 因 sp1 喵 晴 朗 和 倪 女 士 都 存 有 疑 问 sil|24 18 17 23 14 10 21 27 20 19 19 21 14 17 18 30 15 17 14 17 24 26|0.0|4.935 +002762|sil wo3 shi4 shan4 liang2 huo2 po1 sp1 hao4 qi2 xin1 wang4 sheng4 de5 sp1 bi4 xing2 xie3 sil|sil 我 是 善 良 活 泼 sp1 好 奇 心 旺 盛 的 sp1 B 型 血 sil|30 14 22 22 17 19 23 9 17 15 16 20 17 13 7 17 20 29 29|0.0|4.13 +002763|sil you2 lun2 ding3 bu4 liang3 tiao2 yan1 cong1 deng3 bu4 wei4 bei4 xue1 diao4 sil|sil 游 轮 顶 部 两 条 烟 囱 等 部 位 被 削 掉 sil|29 15 19 19 22 21 15 17 18 15 14 24 14 22 23 31|0.0|3.695 +002764|sil zai4 lei4 le5 sp1 jiu4 mi1 yi4 xiao3 hui4 sil|sil 再 累 了 sp1 就 眯 一 小 会 sil|25 20 20 22 12 16 21 11 22 22 30|0.0|2.565 +002765|sil xia4 yi4 miao3 jiu4 yun1 guo4 qu4 le5 sil|sil 下 一 秒 就 晕 过 去 了 sil|27 27 8 20 15 17 14 16 18 29|0.0|2.215 +002766|sil wo3 you2 dianr3 r you2 yu4 sil|sil 我 有 点 儿 犹 豫 sil|28 12 14 18 0 19 25 29|0.0|1.68 +002767|sil zhe4 zhen4 shi4 sp1 zhun2 you3 da4 shi4 sil|sil 这 阵 势 sp1 准 有 大 事 sil|25 23 19 27 5 21 15 21 24 29|0.0|2.43 +002768|sil hai2 zi5 zhe4 shi2 hou4 wang2 wang3 mei2 wei4 kou3 sp1 gen1 ben3 chi1 bu2 xia4 qu4 sil|sil 孩 子 这 时 候 往 往 没 胃 口 sp1 根 本 吃 不 下 去 sil|32 18 13 15 17 24 18 14 15 17 26 16 19 15 20 10 18 26 32|0.0|4.24 +002769|sil tu2 wei2 xia4 men2 gu3 lang4 yu3 sil|sil 图 为 厦 门 鼓 浪 屿 sil|26 22 26 25 21 12 20 24 29|0.0|2.385 +002770|sil wo2 ye2 ting3 wu2 nai4 de5 ai5 sil|sil 我 也 挺 无 奈 的 哎 sil|29 14 14 21 9 21 10 24 27|0.0|1.965 +002771|sil zhong1 li4 ti2 zao1 zhong1 nian2 nan2 zi3 nie1 yu4 shou3 sil|sil 钟 丽 缇 遭 中 年 男 子 捏 玉 手 sil|26 20 14 26 26 16 13 18 22 21 15 36 30|0.0|3.28 +002772|sil xiang1 pian4 zhong1 de5 ta1 yu3 yi4 nan2 zi3 qin1 re4 sp1 geng4 you3 bu4 shao3 qing2 yu4 dong4 zuo4 sil|sil 相 片 中 的 她 与 一 男 子 亲 热 sp1 更 有 不 少 情 欲 动 作 sil|33 23 18 14 8 35 14 10 16 11 21 23 23 14 12 12 19 24 14 16 23 34|0.0|4.845 +002773|sil ao4 ba1 ma3 fa1 biao3 zhang4 peng2 yan2 jiang3 sil|sil 奥 巴 马 发 表 帐 篷 演 讲 sil|29 13 13 25 19 19 20 16 18 30 28|0.0|2.675 +002774|sil er2 qie3 hai2 shi4 di1 yao1 de5 o5 sil|sil 而 且 还 是 低 腰 的 哦 sil|28 13 26 14 15 15 19 12 21 29|0.0|2.23 +002775|sil lian2 gun3 tang4 sp1 xin1 xiang3 qian1 wan4 bie2 zha2 yan3 sp1 ren3 zhe5 ting3 xiong1 ban4 wei1 wu3 sp1 fou3 ze2 chong2 pai1 geng4 xin1 ku3 sil|sil 脸 滚 烫 sp1 心 想 千 万 别 眨 眼 sp1 忍 着 挺 胸 扮 威 武 sp1 否 则 重 拍 更 辛 苦 sil|33 20 21 28 14 20 29 21 17 12 19 25 31 18 19 25 23 17 21 23 20 18 12 21 23 20 23 27 38|0.0|7.41 +002776|sil feng1 tian2 fa1 yan2 ren2 yi1 teng2 rang2 yi2 ju4 jue2 dui4 bao4 gao4 nei4 rong2 zhi4 ping2 sil|sil 丰 田 发 言 人 伊 藤 穰 一 拒 绝 对 报 告 内 容 置 评 sil|29 22 19 14 14 24 16 15 19 27 20 20 16 17 11 14 17 16 32 29|0.0|4.545 +002777|sil wen2 ge2 qi1 jian1 po4 si4 jiu4 sp1 jia1 pu3 bei4 fen2 hui3 sp1 liu2 xia4 yong2 yuan3 de5 yi2 han4 sil|sil 文 革 期 间 破 四 旧 sp1 家 谱 被 焚 毁 sp1 留 下 永 远 的 遗 憾 sil|32 15 15 19 24 21 15 26 22 22 25 14 19 30 21 15 22 16 17 7 17 26 35|0.0|5.52 +002778|sil you4 shou3 lei4 le5 yong4 zuo2 shou3 sp1 zuo2 shou3 lei4 le5 sp1 yong4 you4 shou3 sil|sil 右 手 累 了 用 左 手 sp1 左 手 累 了 sp1 用 右 手 sil|29 19 16 19 18 18 20 28 21 20 16 18 20 5 14 20 28 28|0.0|4.145 +002779|sil fu2 zhe5 lan2 gan5 you3 xie1 zhan4 li4 bu4 wen3 sil|sil 扶 着 栏 杆 有 些 站 立 不 稳 sil|27 20 10 22 22 17 18 18 15 13 30 27|0.0|2.775 +002780|sil zhong1 ri4 guan1 xi5 jiang1 wa2 jie3 sil|sil 中 日 关 系 将 瓦 解 sil|25 21 17 20 22 21 22 30 28|0.0|2.395 +002781|sil lao3 xing2 ze2 kao4 xing2 li3 da2 qi2 dunr3 r lai2 sil|sil 老 邢 则 靠 行 李 打 起 盹 儿 来 sil|28 17 32 17 16 18 19 16 14 20 0 27 30|0.0|2.945 +002782|sil zhong4 zhang2 lao3 sui2 hou4 hui2 dao4 li2 nan4 zhe3 ling2 wei4 qian2 sp1 ge4 ren2 nian1 xiang1 ding2 li3 sp1 jiang1 gong1 de2 hui2 xiang4 sil|sil 众 长 老 随 后 回 到 罹 难 者 灵 位 前 sp1 各 人 拈 香 顶 礼 sp1 将 功 德 回 向 sil|30 20 17 23 19 14 17 16 13 17 9 16 18 33 25 15 25 23 20 17 26 15 25 18 15 18 27 30|0.0|6.515 +002783|sil shi1 wang4 hou4 sp1 duan4 zheng4 chun2 zhi3 pan4 xiao3 zhen4 jie1 zhi1 jiu4 ke2 yi3 le5 sil|sil 失 望 后 sp1 段 正 淳 只 盼 小 镇 皆 知 就 可 以 了 sil|30 21 22 26 19 18 15 33 17 17 18 16 19 20 16 20 12 20 31|0.0|4.525 +002784|sil ke3 jian4 sp1 ya2 hu3 yuan2 gong1 que1 fa2 ren4 tong2 gan3 he2 gui1 shu2 gan3 sil|sil 可 见 sp1 雅 虎 员 工 缺 乏 认 同 感 和 归 属 感 sil|27 18 28 21 18 14 19 24 22 19 21 17 19 12 16 17 26 32|0.0|4.29 +002785|sil pei4 ling2 wei4 hun1 xian1 yun4 de5 nv3 er2 sp1 shi4 ling4 pei4 lin2 ji2 gong4 he2 dang3 nan2 kan1 de5 shi4 sil|sil 佩 玲 未 婚 先 孕 的 女 儿 sp1 是 令 佩 林 及 共 和 党 难 堪 的 事 sil|29 20 22 19 19 18 13 7 17 24 21 13 16 17 26 19 16 16 21 18 21 9 24 29|0.0|5.275 +002786|sil gou4 mai3 de5 jing1 shi4 fang2 sp1 neng2 fou3 yong4 yu2 zi4 zhu4 yi3 wai4 de5 yong4 tu2 sil|sil 购 买 的 经 适 房 sp1 能 否 用 于 自 住 以 外 的 用 途 sil|27 16 17 8 19 19 23 9 14 14 14 18 19 16 13 14 6 19 29 31|0.0|4.01 +002787|sil wo2 xiang3 sp1 ni3 xu1 yao4 yi2 ge5 fang2 du2 mian4 ju4 sil|sil 我 想 sp1 你 需 要 一 个 防 毒 面 具 sil|29 11 32 8 12 18 12 9 12 18 11 21 21 29|0.0|2.82 +002788|sil er2 ke1 yi1 sheng1 de5 zhen3 duan4 shi4 yun4 dong4 xing4 xiao4 chuan3 sp1 gu1 ji4 he2 guo4 min2 you3 guan1 sil|sil 儿 科 医 生 的 诊 断 是 运 动 性 哮 喘 sp1 估 计 和 过 敏 有 关 sil|30 14 19 12 15 8 18 25 26 19 14 13 17 29 25 15 20 15 14 15 17 28 30|0.0|5.08 +002789|sil qi2 zhong1 sp1 gui1 lei4 biao3 sp1 wan2 shui4 jia4 ge2 biao3 sp1 you2 hai3 guan1 zong2 shu3 zhi4 ding4 sil|sil 其 中 sp1 归 类 表 sp1 完 税 价 格 表 sp1 由 海 关 总 署 制 定 sil|27 21 29 4 18 20 28 9 16 17 17 13 23 15 16 23 18 16 14 16 22 28|0.0|4.765 +002790|sil yi4 qi3 de2 zhi1 huo4 jiang3 na4 yi2 ke4 de5 qing2 jing3 sp1 mai4 ke4 ku4 li4 ya4 er3 sp1 yi1 ran2 nan2 yan3 xing1 fen4 sil|sil 忆 起 得 知 获 奖 那 一 刻 的 情 景 sp1 麦 克 库 利 亚 尔 sp1 依 然 难 掩 兴 奋 sil|28 15 27 17 17 18 18 16 8 13 8 22 28 38 17 17 15 10 18 22 9 12 23 20 13 20 26 28|0.0|6.07 +002791|sil gong1 min2 dang3 fu4 ze2 ren2 sp1 ye3 pi1 ping2 pu2 xuan3 she4 yu4 xuan3 shi4 yi2 ge5 dao4 tui4 sil|sil 公 民 党 负 责 人 sp1 也 批 评 普 选 设 预 选 是 一 个 倒 退 sil|27 17 17 14 14 12 24 17 11 15 28 20 24 16 17 30 17 10 11 18 29 30|0.0|4.85 +002792|sil dai4 yan3 zhao4 chu1 chang3 de5 zhou1 xiu4 na4 sp1 jiao1 can1 sai4 zhe3 sp1 lai2 ge5 sp1 bai4 quan3 da4 bian4 shen1 sil|sil 戴 眼 罩 出 场 的 周 秀 娜 sp1 教 参 赛 者 sp1 来 个 sp1 败 犬 大 变 身 sil|25 20 16 18 15 18 7 16 16 24 18 19 17 15 24 6 14 17 6 21 25 19 17 27 31|0.0|5.235 +002793|sil chen2 jiong3 dang1 ji2 qi3 dong4 sp1 ai4 xin1 ji1 jin1 song4 nv3 hai2 hui2 jia1 sil|sil 陈 炯 当 即 启 动 sp1 爱 心 基 金 送 女 孩 回 家 sil|28 27 33 17 12 19 23 3 16 16 14 25 21 13 17 15 24 28|0.0|4.07 +002794|sil hai3 bian1 sha1 tan1 sp1 hai2 you3 chi1 hai3 xian1 ya5 sil|sil 海 边 沙 滩 sp1 还 有 吃 海 鲜 呀 sil|28 24 26 24 30 7 17 15 21 18 19 24 31|0.0|3.295 +002795|sil shi2 ji4 shang4 quan2 che1 dao4 qiang2 xian3 sp1 shu3 yu2 shang1 ye4 xian3 sil|sil 实 际 上 全 车 盗 抢 险 sp1 属 于 商 业 险 sil|30 17 17 31 26 20 15 20 23 5 17 15 21 16 29 29|0.0|3.84 +002796|sil you1 men2 luo2 gan3 jun1 gan2 ran3 sp1 shi4 wei4 ai2 fa1 sheng1 de5 zhu3 yin1 sil|sil 幽 门 螺 杆 菌 感 染 sp1 是 胃 癌 发 生 的 主 因 sil|30 15 17 16 16 18 17 28 3 19 20 18 19 15 9 16 28 30|0.0|3.88 +002797|sil bei4 na4 te4 shuo1 sp1 wo3 ren4 wei2 mai4 kai3 en1 shu3 yu2 chuan2 tong3 de5 bao2 shou3 pai4 sil|sil 贝 纳 特 说 sp1 我 认 为 麦 凯 恩 属 于 传 统 的 保 守 派 sil|27 13 15 20 27 30 10 16 27 16 21 23 18 15 27 21 15 18 18 29 32|0.0|5.085 +002798|sil jie2 guo3 sp1 zhao4 luo2 rui2 fa2 yu3 ji2 ge2 le5 sp1 de2 yu3 que4 chi1 le5 yi2 ge5 ling2 fen1 sil|sil 结 果 sp1 赵 萝 蕤 法 语 及 格 了 sp1 德 语 却 吃 了 一 个 零 分 sil|26 21 25 8 18 16 21 26 14 17 18 13 20 21 23 16 15 11 6 9 19 23 30|0.0|4.83 +002799|sil er2 de2 guo2 shi4 zhong1 ou1 guan1 xi5 de5 zhong4 yao4 ling2 pao2 zhe3 sil|sil 而 德 国 是 中 欧 关 系 的 重 要 领 跑 者 sil|31 21 22 27 21 15 17 17 15 18 16 12 16 20 26 30|0.0|3.76 +002800|sil ni3 shi4 shang4 tian1 pai4 lai2 gu4 yi4 zheng2 wo3 de5 ba5 sil|sil 你 是 上 天 派 来 故 意 整 我 的 吧 sil|29 10 12 22 18 17 23 15 14 20 16 12 26 29|0.0|3.055 +002801|sil yu3 xiang2 bei1 chuang4 de5 xiang3 zi4 sha1 sp1 man3 qiang1 de5 nu4 huo3 ke2 yi3 zai4 qu4 shao1 yi2 tang4 chi4 bi4 sil|sil 雨 翔 悲 怆 得 想 自 杀 sp1 满 腔 的 怒 火 可 以 再 去 烧 一 趟 赤 壁 sil|28 12 29 16 21 12 16 13 27 27 16 15 8 20 26 17 10 19 15 17 8 18 20 22 29|0.0|5.35 +002802|sil mei2 you3 ren2 jie1 dai4 sp1 zai4 chang3 ming2 xing1 sp1 mu4 qian2 you3 sa4 ding2 ding3 sp1 zhang1 han2 yun4 sp1 yang2 man4 li4 sp1 hu2 jun1 sil|sil 没 有 人 接 待 sp1 在 场 明 星 sp1 目 前 有 萨 顶 顶 sp1 张 含 韵 sp1 杨 曼 莉 sp1 胡 军 sil|31 14 10 16 18 23 18 16 18 16 24 8 11 19 19 19 17 26 6 19 20 20 22 15 18 20 13 18 27 31|0.0|6.405 +002803|sil zhe4 wu2 yi2 shi4 sp1 jiang1 zi4 ji3 sou1 suo3 hang2 ye4 lao3 er4 de5 di4 wei4 sp1 gong2 shou3 xiang1 rang4 yu2 jing4 zheng1 dui4 shou3 sil|sil 这 无 疑 是 sp1 将 自 己 搜 索 行 业 老 二 的 地 位 sp1 拱 手 相 让 于 竞 争 对 手 sil|25 18 15 16 26 10 22 11 19 17 14 21 16 13 21 9 13 20 12 17 16 15 18 13 17 15 16 28 30|0.0|5.845 +002804|sil ju4 zhong4 du3 bo2 sp1 ye3 shi4 zhong4 da4 an4 qing2 sp1 zi4 ran2 yao4 hui4 bao4 sil|sil 聚 众 赌 博 sp1 也 是 重 大 案 情 sp1 自 然 要 汇 报 sil|26 18 19 15 21 5 13 19 18 9 20 24 6 16 16 13 18 23 30|0.0|3.825 +002805|sil zhi3 yao4 xin1 zhong1 chang2 cun2 qian1 gua4 he2 ai4 sp1 jiu4 bu2 pa4 wu4 mai2 piao1 guo4 sp1 jiu4 bu2 pa4 ming2 tian1 tian1 kong1 shi4 fou3 hui1 an4 sil|sil 只 要 心 中 长 存 牵 挂 和 爱 sp1 就 不 怕 雾 霾 飘 过 sp1 就 不 怕 明 天 天 空 是 否 灰 暗 sil|30 15 13 20 22 26 20 26 19 15 24 23 17 10 24 12 17 22 19 30 16 9 15 18 27 22 20 15 15 18 25 30|0.0|7.355 +002806|sil hei1 gou2 lie3 zhe5 da4 zui3 sp1 lu4 ren2 jian4 le5 fen1 fen1 duo3 bi4 sil|sil 黑 狗 咧 着 大 嘴 sp1 路 人 见 了 纷 纷 躲 避 sil|26 22 25 19 11 19 29 11 12 16 16 14 21 19 18 23 33|0.0|3.875 +002807|sil yi1 shi4 zhe4 xie1 zi4 fen2 zhe2 si3 de5 yuan1 wang4 sil|sil 一 是 这 些 自 焚 者 死 的 冤 枉 sil|27 17 25 15 12 16 19 18 19 11 22 24 27|0.0|2.93 +002808|sil zhou1 rui2 liu3 liao2 jie3 dao4 sp1 gu4 peng2 tu2 sp1 yi4 xing2 sp1 ru2 ci3 ji2 che4 sp1 zhi3 shi4 wei4 le5 gan3 zhe5 qu4 chi1 wu3 fan4 sil|sil 周 蕊 柳 了 解 到 sp1 顾 鹏 图 sp1 一 行 sp1 如 此 急 驰 sp1 只 是 为 了 赶 着 去 吃 午 饭 sil|27 20 15 18 15 16 22 22 16 18 27 5 15 24 5 15 16 18 21 11 14 9 15 19 18 9 13 18 16 27 35|0.0|6.255 +002809|sil sui2 hou4 sp1 xiao2 rui3 bei4 zhen3 duan4 chu1 zhong4 du4 fei4 yan2 sil|sil 随 后 sp1 小 蕊 被 诊 断 出 重 度 肺 炎 sil|28 21 24 15 22 20 12 16 16 25 22 12 16 29 30|0.0|3.58 +002810|sil bei4 tiao2 kan3 de5 ku4 er3 xi1 de2 sp1 mian4 lu4 xiu1 nan3 zhi1 se4 sp1 xian3 de5 bu4 hao3 yi4 si5 sil|sil 被 调 侃 的 库 尔 希 德 sp1 面 露 羞 赧 之 色 sp1 显 得 不 好 意 思 sil|26 16 21 19 8 14 14 19 26 6 17 19 20 20 15 19 10 21 11 12 16 19 21 32|0.0|4.885 +002811|sil jie1 wan2 zhe4 ge5 dian4 hua4 sp1 you3 xie1 xiang3 bu4 tong1 de5 weng1 mie4 sp1 da3 dian4 hua4 wen4 yi1 lai2 sil|sil 接 完 这 个 电 话 sp1 有 些 想 不 通 的 翁 蔑 sp1 打 电 话 问 依 莱 sil|26 20 18 10 11 17 25 24 10 13 19 9 16 7 18 25 5 18 18 23 19 11 30 32|0.0|4.925 +002812|sil he2 gang1 tie3 xia2 he1 cha2 sp1 he2 hui1 gu1 niang5 liao2 tian1 sp1 he2 qing1 wa1 wang2 zi3 san4 bu4 sil|sil 和 钢 铁 侠 喝 茶 sp1 和 灰 姑 娘 聊 天 sp1 和 青 蛙 王 子 散 步 sil|28 24 18 15 18 15 30 15 17 16 10 14 16 28 24 15 18 14 17 13 22 20 30|0.0|5.075 +002813|sil wu3 yue4 de5 liao2 shen3 da4 di4 sp1 lv4 cao3 ru2 yin1 sheng1 ji1 ang4 ran2 sil|sil 五 月 的 辽 沈 大 地 sp1 绿 草 如 茵 生 机 盎 然 sil|29 14 15 18 17 18 16 21 20 14 19 13 27 23 13 16 28 31|0.0|4.085 +002814|sil ye3 hui4 zai4 niu3 yue1 guang4 guang5 sp1 kan4 kan5 yi1 fu5 sil|sil 也 会 在 纽 约 逛 逛 sp1 看 看 衣 服 sil|29 12 14 14 17 16 25 18 10 20 16 17 24 28|0.0|3.02 +002815|sil wang2 you3 fen1 fen1 chuai3 ce4 shi4 fou3 you2 gan3 er2 fa1 sil|sil 网 友 纷 纷 揣 测 是 否 有 感 而 发 sil|28 17 22 16 16 20 28 19 19 17 18 12 28 30|0.0|3.365 +002816|sil gan3 shang4 bao1 jiao3 zi5 sp1 lao3 zhang4 ren5 wen4 wo3 sp1 hui4 bao1 jiao3 zi5 me5 sp1 wo3 dang1 ran2 yao4 shuo1 hui4 le5 sil|sil 赶 上 包 饺 子 sp1 老 丈 人 问 我 sp1 会 包 饺 子 么 sp1 我 当 然 要 说 会 了 sil|27 19 21 13 24 21 32 14 16 14 16 22 5 21 16 18 10 18 29 12 16 16 13 16 23 18 30|0.0|5.81 +002817|sil ta1 men5 de5 guan1 xi5 sp1 tong2 yang4 you2 nv3 tong2 de5 diao4 diao5 sil|sil 她 们 的 关 系 sp1 同 样 有 女 同 的 调 调 sil|26 18 15 9 20 21 4 23 17 13 18 20 7 21 22 29|0.0|3.285 +002818|sil huo4 fu1 man4 he2 ke1 wa2 mu3 shen4 zhi4 fa1 sheng1 guo4 zheng1 chao3 sil|sil 霍 夫 曼 和 科 瓦 姆 甚 至 发 生 过 争 吵 sil|26 14 13 24 16 16 15 30 20 15 17 15 11 18 31 28|0.0|3.585 +002819|sil guo4 qiao2 mi3 xian4 sp1 zhu3 yao4 yi3 tang1 sp1 rou4 pian4 sp1 mi3 xian4 sp1 zai4 jia1 zuo2 liao4 zuo4 cheng2 sil|sil 过 桥 米 线 sp1 主 要 以 汤 sp1 肉 片 sp1 米 线 sp1 再 加 作 料 做 成 sil|26 14 17 18 25 6 13 15 21 38 8 22 34 9 18 28 17 15 17 19 16 15 29 30|0.0|5.455 +002820|sil ye1 lei2 mi3 qi2 shou3 xian1 yao1 qiu2 yu4 hui4 dai4 biao2 qi3 li4 sp1 mo4 si1 yi4 fen1 zhong1 sil|sil 耶 雷 米 奇 首 先 要 求 与 会 代 表 起 立 sp1 默 思 一 分 钟 sil|33 13 14 17 29 17 16 13 19 15 15 14 17 21 24 21 19 18 12 19 28 30|0.0|4.925 +002821|sil ta1 yi3 yuan2 zi3 shi2 miao3 chang2 wei2 ji1 chu3 sp1 zai4 shi2 ke4 shang4 sp1 jin3 liang4 jie1 jin4 yu2 shi4 jie4 shi2 sil|sil 它 以 原 子 时 秒 长 为 基 础 sp1 在 时 刻 上 sp1 尽 量 接 近 于 世 界 时 sil|28 21 24 22 17 13 17 19 12 15 28 22 17 16 18 23 12 18 17 12 17 16 19 19 29 36|0.0|5.885 +002822|sil geng2 xiao3 hua2 sp1 ci3 qian2 ceng2 ren4 jiao1 dian2 wang2 zong3 jing1 li3 sp1 shi4 gong1 yu3 de5 lao3 bu4 xia4 sil|sil 耿 晓 华 sp1 此 前 曾 任 焦 点 网 总 经 理 sp1 是 龚 宇 的 老 部 下 sil|27 17 19 27 8 18 16 16 23 19 12 20 16 16 24 19 17 22 12 8 17 15 28 32|0.0|5.205 +002823|sil ling4 wai4 yi4 xie1 qian2 lai2 can1 guan1 de5 ren2 men5 sp1 rang1 rang5 zhe5 sp1 yao4 yu3 chang2 e2 er4 gu1 niang5 he2 ying3 sil|sil 另 外 一 些 前 来 参 观 的 人 们 sp1 嚷 嚷 着 sp1 要 与 嫦 娥 二 姑 娘 合 影 sil|30 13 16 10 20 15 14 20 15 5 17 21 25 17 19 22 8 12 11 27 12 22 13 15 15 29 34|0.0|5.535 +002824|sil zuo4 wei2 fang1 yi4 hua2 de5 ai4 jiang4 sp1 ta1 cai2 lin2 wei1 shou4 ming4 sp1 bang1 shou2 jie3 jue2 wen4 ti5 sil|sil 作 为 方 逸 华 的 爱 将 sp1 他 才 临 危 受 命 sp1 帮 手 解 决 问 题 sil|27 19 21 20 11 19 7 17 25 16 15 20 17 16 19 27 5 18 19 13 15 20 21 31|0.0|5.08 +002825|sil bu4 ru2 zhao2 lao3 shi1 xue2 sheng1 liao2 yi4 liao2 sil|sil 不 如 找 老 师 学 生 聊 一 聊 sil|26 13 24 15 22 25 22 23 21 11 28 28|0.0|2.99 +002826|sil bu2 guo4 sp1 yi4 suo3 zhong1 xue2 xiao4 zhang3 ren4 wei2 sp1 tui1 jian4 ming2 e2 sp1 gei3 kuang1 chao1 hen3 lang4 fei4 sil|sil 不 过 sp1 一 所 中 学 校 长 认 为 sp1 推 荐 名 额 sp1 给 匡 超 很 浪 费 sil|27 15 23 20 11 15 16 13 18 14 18 22 14 16 15 17 22 6 16 24 23 19 22 24 33|0.0|5.375 +002827|sil nan2 zi3 ba2 shou3 ji1 sp1 cang2 zai4 zi4 jia1 yu4 ce4 li3 sp1 tou1 pai1 sao3 sao5 sp1 zhi2 zi5 sp1 yu3 zhi2 nv3 ru2 ce4 ru4 yu4 sil|sil 男 子 把 手 机 sp1 藏 在 自 家 浴 厕 里 sp1 偷 拍 嫂 嫂 sp1 侄 子 sp1 与 侄 女 如 厕 入 浴 sil|33 21 23 15 21 21 5 25 20 14 16 13 21 22 27 19 23 27 24 4 24 23 13 13 18 23 23 26 23 25 32|0.0|7.39 +002828|sil ma1 ma1 mi1 ya5 qing3 lai2 zhang1 bo2 zhi1 sp1 dang4 ci4 you4 bu4 tong2 sil|sil 妈 妈 咪 呀 请 来 张 柏 芝 sp1 档 次 又 不 同 sil|30 16 15 23 20 22 20 18 14 22 14 23 19 15 12 29 30|0.0|3.975 +002829|sil bo1 le5 yi2 shang4 wu3 sp1 tou2 cun4 hai2 mei2 pu3 sil|sil 拨 了 一 上 午 sp1 头 寸 还 没 谱 sil|28 17 10 13 27 18 12 21 23 15 19 27 28|0.0|2.99 +002830|sil zhe4 yang4 de5 yi4 zheng4 sp1 shi4 she2 ben3 zhu2 mo4 sil|sil 这 样 的 议 政 sp1 是 舍 本 逐 末 sil|26 18 12 11 17 21 6 22 26 19 16 23 31|0.0|2.88 +002831|sil bo2 hai3 jiao1 hui4 chu4 sp1 shi4 chuan2 bo2 jin4 chu1 bo2 hai3 wan1 de5 sp1 di4 er4 tiao2 jiao1 tong1 yao4 dao4 sil|sil 渤 海 交 汇 处 sp1 是 船 舶 进 出 渤 海 湾 的 sp1 第 二 条 交 通 要 道 sil|28 17 22 15 16 24 23 14 21 20 18 17 14 16 22 17 5 9 19 19 16 12 16 18 29|0.0|5.19 +002832|sil yi4 qun2 ren2 yi4 zhi2 huan1 ju4 dao4 shen1 ye4 sp1 cai2 cong2 ka1 fei1 wu1 zhong1 chu1 lai2 san4 chang3 sil|sil 一 群 人 一 直 欢 聚 到 深 夜 sp1 才 从 咖 啡 屋 中 出 来 散 场 sil|31 10 20 25 18 16 20 12 14 21 20 9 17 17 16 16 10 19 13 12 19 33 32|0.0|4.875 +002833|sil da4 lou2 er4 lou2 de5 er4 yao1 liu4 fang2 jian1 sp1 deng1 huo3 tong1 ming2 sil|sil 大 楼 二 楼 的 二 幺 六 房 间 sp1 灯 火 通 明 sil|29 19 21 21 17 18 14 13 16 19 25 7 18 19 20 28 31|0.0|3.89 +002834|sil zi4 shi4 ying2 ye4 yi3 lai2 sp1 ji3 jing1 bo1 zhe2 sp1 ming4 tu2 duo1 chuan3 sil|sil 自 试 营 业 以 来 sp1 几 经 波 折 sp1 命 途 多 舛 sil|29 26 19 14 16 9 28 7 15 19 17 24 13 18 18 16 36 28|0.0|4.09 +002835|sil yu2 shi4 sp1 xiu1 si1 dun4 sp1 ye3 chun2 chun3 yu4 dong4 sil|sil 于 是 sp1 休 斯 顿 sp1 也 蠢 蠢 欲 动 sil|31 11 25 8 20 12 25 7 14 19 15 14 21 27|0.0|2.89 +002836|sil li3 kui2 heng1 yu2 ben3 bao4 ji4 zhe3 he2 ying3 sil|sil 李 揆 亨 与 本 报 记 者 合 影 sil|29 16 20 33 16 17 15 13 15 18 27 28|0.0|2.87 +002837|sil ruan2 shou3 jun1 she4 sp1 tu2 wei2 hua2 po1 di4 fu4 jin4 sp1 dao4 lu4 ji1 shui3 xing2 cheng2 yan4 se4 hu2 sil|sil 阮 守 军 摄 sp1 图 为 滑 坡 地 附 近 sp1 道 路 积 水 形 成 堰 塞 湖 sil|28 18 18 19 23 33 17 26 23 18 13 14 22 8 20 16 17 16 18 26 22 18 31 30|0.0|5.74 +002838|sil zhu1 yin1 yi4 ren2 fen1 shi4 sp1 fu4 jun1 chuo4 sp1 fu4 jun1 yu2 liang2 jie3 mei4 sil|sil 朱 茵 一 人 分 饰 sp1 傅 君 婥 sp1 傅 君 瑜 两 姐 妹 sil|27 19 24 19 19 18 24 6 14 17 27 4 17 18 18 24 15 24 29|0.0|4.22 +002839|sil ta1 de5 tai4 guo2 qi1 zi5 huai2 tai1 ba1 yue4 sp1 tian3 zhe5 da4 du4 zi5 sui2 wo3 men5 chu1 hai3 wan2 le4 sil|sil 他 的 泰 国 妻 子 怀 胎 八 月 sp1 腆 着 大 肚 子 随 我 们 出 海 玩 乐 sil|27 22 17 20 14 18 18 23 17 17 21 23 21 10 15 19 21 18 13 14 17 15 19 21 28|0.0|5.435 +002840|sil na4 yi2 ju4 ying1 yu3 sp1 yi2 ge5 cheng2 yu3 sp1 fang3 fu2 hou4 bian4 she4 sha1 zao2 chi3 de5 liang3 jian4 sp1 ling4 yu3 xiang2 fang2 bu2 sheng4 fang2 sil|sil 那 一 句 英 语 sp1 一 个 成 语 sp1 仿 佛 后 变 射 杀 凿 齿 的 两 箭 sp1 令 雨 翔 防 不 胜 防 sil|31 23 15 15 22 26 7 9 10 25 24 26 19 21 23 15 16 19 20 14 8 23 26 26 18 15 31 23 10 19 29 33|0.0|7.445 +002841|sil zuo2 ri4 sp1 xiao3 long2 kan3 yi4 ju1 min2 lou2 sp1 lin2 jie1 gua4 zhe5 qu3 ming2 bu4 zhao1 pai5 sil|sil 昨 日 sp1 小 龙 坎 一 居 民 楼 sp1 临 街 挂 着 取 名 部 招 牌 sil|26 19 23 21 18 16 26 15 12 16 25 21 17 17 22 17 19 17 12 21 29 32|0.0|5.125 +002842|sil kuai4 qu4 zhao3 zhang1 dian4 re4 tan3 sil|sil 快 去 找 张 电 热 毯 sil|25 20 14 16 17 13 15 35 29|0.0|2.14 +002843|sil bu4 shao3 you2 ke4 xing4 zhi4 ang4 ran2 pai1 zhao4 liu2 nian4 sil|sil 不 少 游 客 兴 致 盎 然 拍 照 留 念 sil|25 16 18 17 23 20 11 18 24 20 15 15 30 30|0.0|3.275 +002844|sil guan1 zhu4 ta1 men5 sp1 bing4 fei1 wei4 le5 xuan4 ran3 bei1 qing2 sil|sil 关 注 他 们 sp1 并 非 为 了 渲 染 悲 情 sil|25 22 15 17 18 11 18 15 14 14 20 16 19 32 31|0.0|3.33 +002845|sil wo2 lao3 po5 jiu4 te4 bie2 shan4 yu2 zhua1 nan2 ren2 de5 wei4 sp1 wo3 yi2 kan4 jian4 ta1 jiu4 gan3 jue2 wei4 bu4 shu1 fu5 sil|sil 我 老 婆 就 特 别 善 于 抓 男 人 的 胃 sp1 我 一 看 见 她 就 感 觉 胃 不 舒 服 sil|30 12 24 25 17 20 14 16 14 15 15 14 6 25 35 10 11 23 17 24 16 16 22 19 10 21 19 32|0.0|6.055 +002846|sil ru2 ya3 qin1 he2 ji4 yi4 li4 hao3 sp1 shu4 zi4 tuo1 kou3 er2 chu1 sp1 xiang4 dao3 dou4 zi5 yi4 ban1 shun4 liu5 sil|sil 儒 雅 亲 和 记 忆 力 好 sp1 数 字 脱 口 而 出 sp1 像 倒 豆 子 一 般 顺 溜 sil|27 26 30 26 34 19 11 17 28 21 19 21 18 16 13 24 11 22 17 18 10 11 17 17 23 32|0.0|6.13 +002847|sil xiang1 xia4 jin4 lai2 ye3 bu2 zai4 shi2 xing1 tie1 hua1 hua1 lv4 lv4 de5 nian2 hua4 le5 sil|sil 乡 下 近 来 也 不 再 时 兴 贴 花 花 绿 绿 的 年 画 了 sil|30 25 27 18 20 17 12 17 16 25 24 18 20 12 16 8 22 20 17 29|0.0|4.565 +002848|sil zai4 yi1 yuan4 sp1 weng1 nv3 shi4 wei4 nv3 er2 pai1 le5 yi4 zu3 zhao4 pian4 sil|sil 在 医 院 sp1 翁 女 士 为 女 儿 拍 了 一 组 照 片 sil|25 18 15 27 19 17 16 20 16 14 21 19 8 10 14 18 30 31|0.0|3.92 +002849|sil zhang1 guo2 hua2 tan1 wu1 shou4 hui4 de5 ming2 tang2 hen3 duo1 sil|sil 张 国 华 贪 污 受 贿 的 名 堂 很 多 sil|27 19 15 27 21 12 18 11 6 18 19 21 24 28|0.0|3.085 +002850|sil bu2 guo4 kang1 ni1 bing4 bu4 yin1 ci3 kun4 rao3 tai4 duo1 sil|sil 不 过 康 妮 并 不 因 此 困 扰 太 多 sil|26 14 28 23 25 17 9 19 19 16 15 20 21 29|0.0|3.265 +002851|sil zhu1 rong2 ji1 fei1 chang2 re4 ai4 wen2 xue2 sil|sil 朱 镕 基 非 常 热 爱 文 学 sil|26 16 18 21 18 20 10 15 19 32 28|0.0|2.59 +002852|sil ju4 liao2 jie3 sp1 yuan2 yang2 fu2 zhuang1 dian4 dian4 zhu3 yi4 jia1 san1 kou3 sp1 zheng4 zai4 sheng3 kang1 fu4 zhong1 xin1 yi1 yuan4 qiang3 jiu4 sil|sil 据 了 解 sp1 羱 羊 服 装 店 店 主 一 家 三 口 sp1 正 在 省 康 复 中 心 医 院 抢 救 sil|29 15 18 28 24 16 17 14 15 13 19 24 14 16 18 28 17 19 20 21 19 10 17 18 12 17 22 21 33|0.0|6.435 +002853|sil er4 shi4 qie4 shi2 ti2 gao1 shui3 zi1 yuan2 li4 yong4 xiao4 lv4 sil|sil 二 是 切 实 提 高 水 资 源 利 用 效 率 sil|28 19 28 21 12 14 18 17 17 15 13 13 25 22 27|0.0|3.355 +002854|sil dan4 shi4 sp1 zhen1 bu4 zhi1 dao4 nv3 er2 de5 kang4 ya1 neng2 li4 you3 duo1 da4 sp1 ren2 yan2 ke3 wei4 a5 sil|sil 但 是 sp1 真 不 知 道 女 儿 的 抗 压 能 力 有 多 大 sp1 人 言 可 畏 啊 sil|28 19 23 15 20 12 12 21 15 17 7 21 13 19 14 16 16 21 22 15 16 20 20 23 29|0.0|5.27 +002855|sil ju3 bao4 xin4 shang4 sp1 en4 man3 le5 ju3 bao4 ren2 de5 shou3 yin4 sil|sil 举 报 信 上 sp1 摁 满 了 举 报 人 的 手 印 sil|25 20 14 22 24 7 14 17 11 18 15 12 8 19 20 30|0.0|3.205 +002856|sil dong2 lao3 gen1 guang3 dong1 hen2 you3 yuan2 fen4 sil|sil 董 老 跟 广 东 很 有 缘 分 sil|25 21 26 18 18 20 19 15 22 25 27|0.0|2.735 +002857|sil zhe4 ge5 jiao4 xun4 shi4 ji2 wei2 can3 tong4 de5 sil|sil 这 个 教 训 是 极 为 惨 痛 的 sil|26 16 10 19 25 18 14 13 24 24 15 30|0.0|2.72 +002858|sil dan4 cong2 zhou1 si4 kai1 shi3 sp1 mei2 yu3 you4 jiang1 zai4 du4 juan2 tu3 er2 lai2 sil|sil 但 从 周 四 开 始 sp1 梅 雨 又 将 再 度 卷 土 而 来 sil|26 18 26 19 19 18 24 29 17 26 14 19 22 18 20 11 16 29 30|0.0|4.65 +002859|sil zu2 wei3 hui4 tong1 zhi1 wo3 de5 shi2 hou4 sp1 wo3 zheng4 zai4 bei2 hai3 pai1 xi4 sp1 wo3 gui1 nv5 ye3 zai4 nar4 r sil|sil 组 委 会 通 知 我 的 时 候 sp1 我 正 在 北 海 拍 戏 sp1 我 闺 女 也 在 那 儿 sil|28 15 15 19 17 12 11 11 16 20 20 10 16 14 13 15 20 22 29 13 18 21 15 15 27 0 32|0.0|5.385 +002860|sil xiao3 guang1 shi4 yi2 wei4 qin2 fen4 hao4 xue2 de5 xue2 sheng1 sp1 ta1 li4 yong4 han2 jia4 jian1 zhi2 zhuan4 qu3 xue2 fei4 sil|sil 小 光 是 一 位 勤 奋 好 学 的 学 生 sp1 他 利 用 寒 假 兼 职 赚 取 学 费 sil|30 25 26 17 13 16 23 17 17 14 10 16 23 28 15 13 17 21 18 20 26 21 15 19 22 34|0.0|5.995 +002861|sil qu4 nian2 sp1 zuo3 bo2 yi2 kai1 ban4 le5 shen3 yang2 di4 yi1 jia1 tuan2 gou4 wang3 zhan4 sp1 jiu3 shi5 qi1 tuan2 sil|sil 去 年 sp1 左 渤 夷 开 办 了 沈 阳 第 一 家 团 购 网 站 sp1 九 十 七 团 sil|26 23 28 2 23 14 21 21 15 12 21 20 12 13 19 19 12 16 23 13 19 13 21 30 31|0.0|5.425 +002862|sil mi2 er3 na4 sp1 jiang1 zhe4 zhong3 tou2 zi1 fang1 fa3 cheng1 wei2 sp1 wan3 qi1 tou2 zi1 sil|sil 米 尔 纳 sp1 将 这 种 投 资 方 法 称 为 sp1 晚 期 投 资 sil|29 11 15 28 4 19 12 14 18 15 18 25 19 24 11 18 19 20 23 30|0.0|4.315 +002863|sil li2 zi3 jun1 sp1 zai4 qing1 nian2 dong1 ao4 hui4 shang4 zhai1 de2 tong2 pai2 sil|sil 李 子 君 sp1 在 青 年 冬 奥 会 上 摘 得 铜 牌 sil|30 14 14 28 4 23 18 16 12 15 15 23 18 11 26 31 30|0.0|3.81 +002864|sil ji4 zhe2 yao3 le5 yao3 ya2 sp1 ce4 shen1 yi2 bu4 tiao4 dao4 xuan4 feng1 mian4 qian2 sp1 jiang1 yao2 ba3 xiang4 qian2 song4 qu4 sil|sil 记 者 咬 了 咬 牙 sp1 侧 身 一 步 跳 到 旋 风 面 前 sp1 将 咬 靶 向 前 送 去 sil|27 18 23 18 13 14 27 25 22 20 10 23 21 14 18 14 17 28 25 24 23 28 21 16 20 22 29|0.0|6.505 +002865|sil zhe4 xie3 de5 shen2 me5 po4 wan2 yi4 ya5 sp1 pi4 da4 ge4 shi4 sp1 ni2 ye3 yao4 fa1 ge5 tie3 zi5 sil|sil 这 写 的 什 么 破 玩 意 呀 sp1 屁 大 个 事 sp1 你 也 要 发 个 帖 子 sil|27 19 18 13 16 11 21 18 14 18 20 24 17 12 23 20 9 14 12 17 10 23 21 32|0.0|4.98 +002866|sil shui4 jiao4 qian2 re2 lao3 po5 sheng1 qi4 le5 sp1 mei2 ban4 fa3 sp1 zhi2 hao3 tian2 yan2 mi4 yu2 hong3 ta1 sil|sil 睡 觉 前 惹 老 婆 生 气 了 sp1 没 办 法 sp1 只 好 甜 言 蜜 语 哄 她 sil|31 19 18 30 14 16 15 20 22 18 27 13 19 23 15 17 19 20 16 13 13 23 23 30|0.0|5.505 +002867|sil an1 xian1 sheng5 gei3 ji4 zhe3 cu1 suan4 le5 yi4 bi3 zhang4 sil|sil 安 先 生 给 记 者 粗 算 了 一 笔 账 sil|29 16 21 24 15 14 17 19 16 5 14 15 24 27|0.0|2.975 +002868|sil dong1 dong5 de5 shou3 yin1 kun2 bang3 gou4 cheng2 zhong4 shang1 sil|sil 东 东 的 手 因 捆 绑 构 成 重 伤 sil|25 20 15 12 29 20 26 26 15 17 17 27 29|0.0|3.23 +002869|sil wei4 le5 hui3 shi1 mie4 ji4 sp1 zhang1 ming2 zong4 huo3 fen2 shi1 sil|sil 为 了 毁 尸 灭 迹 sp1 张 明 纵 火 焚 尸 sil|30 15 20 20 15 21 22 22 21 26 23 17 19 26 27|0.0|3.765 +002870|sil wo3 kan4 zhe5 you3 xie1 bu4 ren3 sp1 jiu4 shang4 qian2 yu3 ta1 pan1 tan2 sp1 xi1 wang4 jie4 ci2 jian3 qing1 pa2 lou2 de5 ku1 zao4 yu3 pi2 lei4 sil|sil 我 看 着 有 些 不 忍 sp1 就 上 前 与 他 攀 谈 sp1 希 望 借 此 减 轻 爬 楼 的 枯 燥 与 疲 累 sil|31 11 22 22 14 15 13 26 16 17 20 20 10 17 22 28 35 16 25 19 15 17 23 21 16 9 21 20 13 22 25 29|0.0|7.315 +002871|sil tu2 wei2 sp1 diao4 cha2 tuan2 chuan2 zhi1 rao4 dao3 hang2 xing2 sil|sil 图 为 sp1 调 查 团 船 只 绕 岛 航 行 sil|27 22 25 4 18 14 18 21 24 22 14 20 26 28|0.0|3.285 +002872|sil di4 yi1 ge5 shuang1 xiu1 ri4 sp1 ge4 ke1 lian4 xi2 juan4 gong4 you3 shi2 lai2 fen4 sp1 yao4 mi2 bu3 jun1 xun4 lang4 fei4 diao4 de5 shi2 jian1 sil|sil 第 一 个 双 休 日 sp1 各 科 练 习 卷 共 有 十 来 份 sp1 要 弥 补 军 训 浪 费 掉 的 时 间 sil|29 14 9 13 18 16 21 17 16 17 13 12 26 14 14 19 19 21 32 12 17 13 17 20 17 14 12 8 15 28 31|0.0|6.315 +002873|sil zheng1 zhe5 yan3 jing1 shuo1 xia1 hua4 sil|sil 睁 着 眼 睛 说 瞎 话 sil|25 19 14 17 19 17 24 27 26|0.0|2.185 +002874|sil qiang2 gen1 qiang2 jiao3 sp1 ze2 wang2 wang3 guang1 liu1 liu1 de5 liang4 sp1 shi4 hai2 zi5 men2 kao4 zai4 qiang2 shang4 wan2 shua3 shi2 mo2 cheng2 de5 sil|sil 墙 根 墙 脚 sp1 则 往 往 光 溜 溜 的 亮 sp1 是 孩 子 们 靠 在 墙 上 玩 耍 时 磨 成 的 sil|28 29 17 24 27 14 16 18 24 18 12 16 8 27 27 16 19 13 26 17 12 21 17 20 20 16 18 23 14 30|0.0|6.82 +002875|sil ru2 jin1 na4 xie1 suo3 wei4 dang1 hong2 nv3 xing1 sp1 cheng2 qian1 shang4 wan4 sp1 na3 yi2 ge4 yong1 you3 zhe4 yang4 ku4 de5 yan3 shen2 sil|sil 如 今 那 些 所 谓 当 红 女 星 sp1 成 千 上 万 sp1 哪 一 个 拥 有 这 样 酷 的 眼 神 sil|30 15 15 16 20 19 21 16 17 13 25 5 24 17 18 24 29 19 11 28 12 15 18 17 14 9 17 30 29|0.0|6.3 +002876|sil san1 shi4 sp1 hong2 guan1 shen3 shen4 jian1 guan3 sp1 yu3 wei1 guan1 shen3 shen4 jian1 guan2 you3 ji1 jie2 he2 sil|sil 三 是 sp1 宏 观 审 慎 监 管 sp1 与 微 观 审 慎 监 管 有 机 结 合 sil|27 24 23 12 23 16 16 16 18 26 16 13 19 18 16 15 18 22 18 17 19 30 31|0.0|5.255 +002877|sil wo2 zhi3 shi4 wan2 wan5 ni3 er2 yi3 sil|sil 我 只 是 玩 玩 你 而 已 sil|29 13 12 20 19 15 14 16 20 29|0.0|2.17 +002878|sil shi1 chang1 xu4 yuan4 shi4 sp1 dai4 biao3 huo4 jiang2 zhe3 fa1 yan2 sil|sil 师 昌 绪 院 士 sp1 代 表 获 奖 者 发 言 sil|29 20 21 20 18 21 4 17 21 15 17 12 20 28 29|0.0|3.395 +002879|sil zhe4 ci4 sp1 wei2 duo1 li4 ya4 zhan3 xian4 le5 ta1 de5 sp1 gui3 yi4 leng2 nv3 de5 qi4 zhi4 sil|sil 这 次 sp1 维 多 利 亚 展 现 了 她 的 sp1 诡 异 冷 女 的 气 质 sil|27 18 27 14 12 10 12 23 18 14 8 18 17 10 20 17 21 15 10 21 20 30|0.0|4.43 +002880|sil shi2 xing2 yi4 qi3 yi2 ce4 sp1 da4 li4 yin3 jin4 yang1 qi3 ming2 qi3 sp1 ru4 yuan2 fa1 zhan3 sil|sil 实 行 一 企 一 策 sp1 大 力 引 进 央 企 名 企 sp1 入 园 发 展 sil|28 19 32 20 18 17 27 22 16 12 19 23 24 30 28 32 5 15 17 20 26 28|0.0|5.555 +002881|sil ying1 guo2 yu2 lun4 ren4 wei2 sp1 mei3 guo2 xian3 shi4 le5 sp1 yao4 pie3 kai1 ying1 guo2 sp1 cu4 jin4 bei3 ai4 he2 ping2 de5 zi1 tai4 sil|sil 英 国 舆 论 认 为 sp1 美 国 显 示 了 sp1 要 撇 开 英 国 sp1 促 进 北 爱 和 平 的 姿 态 sil|31 16 12 12 16 16 26 24 15 12 17 16 17 17 17 21 18 15 23 4 21 19 17 16 17 16 9 16 25 30|0.0|6.17 +002882|sil ni3 men5 sui4 shu4 you3 zhe4 me5 da4 le5 yo5 sp1 jin1 hou4 sp1 wo2 zen3 yang4 you2 lian3 zai4 shi4 shang4 huo2 sil|sil 你 们 岁 数 有 这 么 大 了 哟 sp1 今 后 sp1 我 怎 样 有 脸 在 世 上 活 sil|31 9 14 19 24 17 15 14 15 12 21 29 19 25 8 14 16 15 17 20 13 13 19 29 29|0.0|5.3 +002883|sil hai2 zi5 da3 duan4 le5 ma1 ma5 de5 hua4 wen4 dao4 sp1 ni3 shuo1 de5 sp1 shi4 xin1 wen2 lian2 bo1 na4 lia3 bo1 yin1 ba5 sil|sil 孩 子 打 断 了 妈 妈 的 话 问 道 sp1 你 说 的 sp1 是 新 闻 联 播 那 俩 播 音 吧 sil|27 21 21 16 15 9 15 14 10 27 25 23 35 12 21 17 3 18 15 9 18 15 15 17 15 22 23 29|0.0|5.885 +002884|sil hui2 qu4 sp1 wo3 jiu4 ba2 nuan3 qi4 gei2 ni3 qia1 le5 sil|sil 回 去 sp1 我 就 把 暖 气 给 你 掐 了 sil|28 24 27 6 14 13 10 21 15 10 14 25 17 28|0.0|2.93 +002885|sil he2 hao3 zhuan1 ni2 hou4 sp1 jiang1 zhuan1 ni2 sp1 yi4 peng2 peng3 tian2 man3 zhuan1 mo2 sp1 bing4 yong4 li4 hang1 shi2 sil|sil 和 好 砖 泥 后 sp1 将 砖 泥 sp1 一 捧 捧 填 满 砖 模 sp1 并 用 力 夯 实 sil|28 20 20 15 17 24 21 20 18 27 6 11 18 21 18 17 20 25 15 23 17 12 21 26 30|0.0|5.685 +002886|sil xian4 chang3 sp1 bi4 fu2 jian4 pa1 di4 pu1 qiu2 xian3 jing4 ye4 sil|sil 现 场 sp1 毕 福 剑 趴 地 扑 球 显 敬 业 sil|33 21 28 14 14 14 27 21 15 16 22 21 18 25 27|0.0|3.67 +002887|sil biao1 shi2 ao1 tu1 bu4 ping2 sp1 you3 li4 ti2 gan3 he2 diao1 su4 gan3 sil|sil 标 识 凹 凸 不 平 sp1 有 立 体 感 和 雕 塑 感 sil|25 20 28 16 15 14 28 15 15 20 16 21 16 17 20 25 28|0.0|3.93 +002888|sil fang2 zhu3 yao1 qiu2 sp1 hong3 zhe4 xie1 xiao3 hai2 jin3 kuai4 ru4 shui4 sil|sil 房 主 要 求 sp1 哄 这 些 小 孩 尽 快 入 睡 sil|26 22 12 16 27 18 20 14 12 18 24 21 18 15 20 28|0.0|3.615 +002889|sil ju4 er2 bao3 yi1 sheng1 jie4 shao4 sp1 qian2 lai2 ce4 zhi4 shang1 sp1 ji1 ben3 dou1 shi4 lao3 shi1 yao1 qiu2 de5 sil|sil 据 儿 保 医 生 介 绍 sp1 前 来 测 智 商 sp1 基 本 都 是 老 师 要 求 的 sil|27 28 17 15 14 15 16 24 26 22 19 17 14 25 11 16 13 14 17 20 16 15 22 14 29|0.0|5.405 +002890|sil you3 zhi1 qing2 zhe3 sp1 qing3 su4 zhi4 dian4 sp1 ba1 liu4 si4 yao1 sp1 er4 jiu2 wu3 ling2 sil|sil 有 知 情 者 sp1 请 速 致 电 sp1 八 六 四 幺 sp1 二 九 五 零 sil|30 18 13 21 23 12 21 17 16 25 13 16 17 22 24 10 19 18 12 26 29|0.0|4.665 +002891|sil yi3 ta1 de5 yan3 guang1 sp1 shui2 fu4 shui2 neng2 nai4 sp1 shui2 qiong2 shui2 wo1 nang5 sil|sil 以 她 的 眼 光 sp1 谁 富 谁 能 耐 sp1 谁 穷 谁 窝 囊 sil|29 17 21 10 19 25 5 29 21 18 21 23 16 22 28 23 19 26 27|0.0|4.63 +002892|sil gao1 mi4 du4 de5 shui3 ba4 sp1 jiang1 po4 huai4 yu2 lei4 chan2 luan2 chang3 gong1 neng2 sil|sil 高 密 度 的 水 坝 sp1 将 破 坏 鱼 类 产 卵 场 功 能 sil|26 17 17 12 9 20 23 3 19 17 15 13 21 24 18 21 15 27 28|0.0|4.005 +002893|sil fo2 lan2 ke4 si1 sp1 fu4 ze2 xie2 tiao2 yu2 zhi3 hui1 sp1 bo1 si1 wan1 de5 zhan4 zheng1 xing2 dong4 sil|sil 佛 兰 克 斯 sp1 负 责 协 调 与 指 挥 sp1 波 斯 湾 的 战 争 行 动 sil|31 13 15 16 25 10 15 21 24 21 15 20 22 7 14 13 16 10 16 13 20 19 32|0.0|4.735 +002894|sil xing2 zhen1 zhua1 bu2 zu3 sp1 yi2 ba3 dui4 xiang4 zhua1 zhu4 sil|sil 刑 侦 抓 捕 组 sp1 已 把 对 象 抓 住 sil|31 27 22 18 15 23 14 8 14 14 18 18 19 27|0.0|3.115 +002895|sil you2 yu2 guan3 nei4 bing4 wei4 chen2 lie4 ni2 qiu5 sp1 can1 guan1 zhe3 fen1 fen1 jia1 yi3 xun2 wen4 sil|sil 由 于 馆 内 并 未 陈 列 泥 鳅 sp1 参 观 者 纷 纷 加 以 询 问 sil|30 14 12 20 23 16 13 16 14 20 24 17 20 16 19 21 20 17 11 19 25 29|0.0|4.835 +002896|sil hao3 sheng1 yin1 lan2 mu4 de5 ban3 quan2 suo2 you2 zhe3 sp1 shi4 he2 lan2 ta2 er3 pa4 gong1 si1 sil|sil 好 声 音 栏 目 的 版 权 所 有 者 sp1 是 荷 兰 塔 尔 帕 公 司 sil|32 18 16 18 14 10 9 17 18 13 16 24 15 21 18 25 16 12 22 16 23 29|0.0|4.67 +002897|sil rang4 yuan2 ben3 wei1 bo2 de5 zi1 jin1 zhuo1 jin1 jian4 zhou3 sil|sil 让 原 本 微 薄 的 资 金 捉 襟 见 肘 sil|31 19 18 21 18 16 10 15 26 20 16 18 30 28|0.0|3.315 +002898|sil guo4 le5 xin1 xian1 jinr4 r sp1 sha2 wan2 yir5 r kan4 duo1 le5 dou1 ni4 sil|sil 过 了 新 鲜 劲 儿 sp1 啥 玩 意 儿 看 多 了 都 腻 sil|28 16 11 17 19 23 0 14 23 14 0 17 22 10 11 16 30 27|0.0|3.46 +002899|sil dan4 bao4 zhe5 chong1 qi4 wa2 wa5 luo3 ben1 you3 kan4 dian3 sp1 qiang3 ren2 yan3 qiu2 sp1 hui4 yin2 qi3 da4 jia1 tao3 lun4 sil|sil 但 抱 着 充 气 娃 娃 裸 奔 有 看 点 sp1 抢 人 眼 球 sp1 会 引 起 大 家 讨 论 sil|31 24 18 11 18 13 18 19 26 25 15 26 26 25 21 16 16 28 20 17 18 14 14 12 18 22 29|0.0|6.275 +002900|sil zhe4 shi4 peng4 dao4 tuan1 liu2 le5 sil|sil 这 是 碰 到 湍 流 了 sil|27 16 13 17 13 23 23 15 30|0.0|2.05 +002901|sil mei3 shao4 nv3 wei4 nin2 fu2 wu4 sil|sil 美 少 女 为 您 服 务 sil|29 14 19 22 13 19 21 22 26|0.0|2.15 +002902|sil ou1 guan4 he2 ou1 zhou1 wu3 da4 lian2 sai4 ji1 zhan4 zheng4 han1 sp1 kan4 shui2 neng2 xiong2 ba4 ou1 zhou1 sil|sil 欧 冠 和 欧 洲 五 大 联 赛 激 战 正 酣 sp1 看 谁 能 雄 霸 欧 洲 sil|32 17 21 12 18 18 15 12 19 21 14 17 16 25 19 24 22 25 26 16 16 21 29|0.0|5.28 +002903|sil zhe4 shi4 dang1 nian2 hu2 nan2 da4 xue2 wang2 xiu1 cai3 zhi4 sang1 wei3 yuan2 hui4 sp1 bian1 zuan3 de5 dao4 nian4 xiao3 ce4 sil|sil 这 是 当 年 湖 南 大 学 王 修 寀 治 丧 委 员 会 sp1 编 纂 的 悼 念 小 册 sil|26 13 13 16 23 15 17 17 25 20 18 29 16 15 12 16 20 11 21 18 13 14 15 19 29 26|0.0|5.535 +002904|sil zhi4 jin1 qiang2 shang4 reng2 ke3 jian4 lei2 lei2 dan4 hen2 sil|sil 至 今 墙 上 仍 可 见 累 累 弹 痕 sil|26 18 17 22 20 17 14 22 14 19 22 30 26|0.0|3.1 +002905|sil sheng3 jun1 qu1 ling2 dao3 ren4 wei2 sp1 zhe4 zhu3 yao4 de2 yi4 yu2 sp1 wan2 shan4 de5 jun1 di4 lian2 he2 zhi3 hui1 ti3 xi4 sil|sil 省 军 区 领 导 认 为 sp1 这 主 要 得 益 于 sp1 完 善 的 军 地 联 合 指 挥 体 系 sil|29 27 16 14 17 13 15 25 25 13 13 16 14 14 20 4 22 22 16 21 10 18 14 14 13 18 25 26|0.0|5.74 +002906|sil zou1 xian1 sheng5 jie4 bei4 de5 pie1 le5 ta1 yi4 yan3 sil|sil 邹 先 生 戒 备 地 瞥 了 他 一 眼 sil|26 21 19 23 20 17 11 18 10 21 11 23 29|0.0|2.89 +002907|sil xiao3 jiang1 pie2 pie2 zui3 sp1 shi4 yi4 ji4 zhe3 kan4 wang3 ling4 yi5 ge5 fang1 xiang4 sil|sil 小 江 撇 撇 嘴 sp1 示 意 记 者 看 往 另 一 个 方 向 sil|26 24 24 16 16 31 15 19 11 16 17 17 19 14 12 10 20 25 25|0.0|4.14 +002908|sil jing1 duo1 fang1 kan1 cha2 sp1 na4 na5 zhui4 lou2 pai2 chu2 wai4 li4 suo3 zhi4 sil|sil 经 多 方 勘 查 sp1 娜 娜 坠 楼 排 除 外 力 所 致 sil|26 26 15 16 19 28 16 18 18 16 23 21 19 17 15 16 23 28|0.0|4.185 +002909|sil wo3 gen1 ta1 shuo1 sp1 duo1 mai3 yi4 bei1 sp1 wen4 lao3 shi1 he1 bu5 he1 sil|sil 我 跟 他 说 sp1 多 买 一 杯 sp1 问 老 师 喝 不 喝 sil|27 13 13 17 23 4 12 18 12 21 4 16 16 17 19 10 24 28|0.0|3.415 +002910|sil zhao4 shi4 zhe3 huang2 mou3 jia1 zhu4 sp1 fu2 jian4 shi2 shi1 shi4 han1 jiang1 zhen4 cuo4 zai3 cun1 sp1 cao2 bing3 zi4 ran2 cun1 sil|sil 肇 事 者 黄 某 家 住 sp1 福 建 石 狮 市 蚶 江 镇 厝 仔 村 sp1 草 柄 自 然 村 sil|29 22 16 19 20 15 19 18 25 17 21 14 17 23 24 22 19 27 20 26 7 27 20 12 18 24 30|0.0|6.4 +002911|sil wo3 you2 ji3 ge5 wen4 ti2 xiang3 wen4 cao3 an4 de5 qi2 cao2 zhe3 sil|sil 我 有 几 个 问 题 想 问 草 案 的 起 草 者 sil|28 9 14 12 10 19 19 17 17 17 16 7 16 20 23 28|0.0|3.16 +002912|sil kan4 nai3 nai5 you4 yao4 yong4 sheng2 zi5 bang3 zi4 ji3 de5 shou3 sp1 yang2 yang5 tang3 zai4 di4 shang5 sp1 shua2 qi3 lai4 lai2 sil|sil 看 奶 奶 又 要 用 绳 子 绑 自 己 的 手 sp1 阳 阳 躺 在 地 上 sp1 耍 起 赖 来 sil|25 22 16 21 16 11 16 22 15 18 14 10 11 28 28 19 20 21 13 18 19 7 23 15 19 25 27|0.0|5.795 +002913|sil huang2 guang1 yu4 de5 liang3 ge5 mei4 mei5 qian2 lai2 pang2 ting1 sil|sil 黄 光 裕 的 两 个 妹 妹 前 来 旁 听 sil|26 22 19 15 7 19 9 19 21 23 17 21 23 29|0.0|3.135 +002914|sil dui4 zu1 ying1 nv3 zei2 he2 zu1 ying1 cong2 shi4 qi2 ta1 bu4 fa3 xing2 wei2 de5 fu4 nv3 sp1 bi4 xu1 yu2 yi3 yan2 cheng3 sil|sil 对 租 婴 女 贼 和 租 婴 从 事 其 他 不 法 行 为 的 妇 女 sp1 必 须 予 以 严 惩 sil|26 24 19 14 19 24 17 16 14 17 15 17 17 15 13 16 13 6 17 23 18 14 23 10 18 22 29 30|0.0|5.88 +002915|sil zhao2 nv3 peng2 you5 bu4 neng2 ji2 yo5 sp1 nv3 hai2 zi5 yao4 man4 man4 hong3 sil|sil 找 女 朋 友 不 能 急 哟 sp1 女 孩 子 要 慢 慢 哄 sil|26 20 16 18 16 10 18 18 25 25 12 20 16 16 18 17 30 30|0.0|4.075 +002916|sil bu4 zhi2 de2 a5 sp1 ni2 wo2 ye3 shi4 shu1 tu2 tong2 gui1 sil|sil 不 值 得 啊 sp1 你 我 也 是 殊 途 同 归 sil|26 18 21 16 22 21 13 16 12 16 21 15 21 22 34|0.0|3.41 +002917|sil hou4 lai2 sp1 ye4 ga2 yin1 wei4 he2 duan4 mou3 zheng1 chao3 cai2 tao2 le5 chu5 lai5 sil|sil 后 来 sp1 叶 噶 因 为 和 段 某 争 吵 才 逃 了 出 来 sil|27 16 28 10 19 23 11 12 16 19 16 18 28 19 19 12 14 21 28|0.0|4.135 +002918|sil xie4 xian2 yi3 sha2 sha3 die4 sp1 lai2 xing2 rong2 za2 zhi4 de5 bao4 liao4 sil|sil 谢 贤 以 傻 傻 哋 sp1 来 形 容 杂 志 的 爆 料 sil|28 21 29 19 20 20 23 5 18 17 19 19 12 10 16 24 26|0.0|3.78 +002919|sil zhe4 yi4 feng1 ge2 ye3 cheng2 wei2 le5 chen2 yan4 tong2 de5 zhao1 pai2 xing2 xiang4 sil|sil 这 一 风 格 也 成 为 了 陈 彦 彤 的 招 牌 形 象 sil|27 17 12 22 20 14 18 13 14 20 15 17 9 17 20 17 21 31|0.0|3.765 +002920|sil zen3 me5 shi4 yi4 qun2 feng1 feng5 dian1 dian1 de5 lao3 tou2 zi5 lao3 tai4 po2 sil|sil 怎 么 是 一 群 疯 疯 癫 癫 的 老 头 子 老 太 婆 sil|27 14 11 15 10 23 20 16 18 15 9 21 26 13 14 21 33 28|0.0|3.88 +002921|sil bei4 ni3 men5 ti1 bao4 le5 sp1 bu2 yao4 hong2 wo3 la5 sil|sil 被 你 们 踢 爆 了 sp1 不 要 哄 我 啦 sil|25 15 10 14 21 23 18 11 12 19 19 14 23 26|0.0|2.905 +002922|sil tong1 chang2 qing2 kuang4 xia4 sp1 zi4 zheng4 qing1 bai2 sp1 yi1 kao4 tuo1 yang3 he2 tang2 he2 suan1 jian3 ce4 sil|sil 通 常 情 况 下 sp1 自 证 清 白 sp1 依 靠 脱 氧 核 糖 核 酸 检 测 sil|25 20 17 14 17 23 19 18 17 20 24 9 11 26 17 17 17 22 18 20 17 22 30|0.0|5.11 +002923|sil tai4 guo2 ren2 yao1 biao2 yan3 tai4 guo2 wu2 dao3 sp1 yan3 chang4 zhong1 guo2 ge1 qu3 tian2 mi4 mi4 sp1 xiao1 sa2 zou3 yi4 hui2 sil|sil 泰 国 人 妖 表 演 泰 国 舞 蹈 sp1 演 唱 中 国 歌 曲 甜 蜜 蜜 sp1 潇 洒 走 一 回 sil|31 23 13 16 24 19 20 21 13 14 23 24 16 22 16 14 17 22 24 13 21 11 23 20 18 14 29 32|0.0|6.415 +002924|sil xu2 mou3 zai4 shi2 shi1 fan4 zui4 zhong1 sp1 yin1 yi4 zhi4 yi3 wai4 yuan2 yin1 sp1 er2 wei4 neng2 de2 cheng3 sp1 shu3 fan4 zui4 wei4 sui4 sil|sil 徐 某 在 实 施 犯 罪 中 sp1 因 意 志 以 外 原 因 sp1 而 未 能 得 逞 sp1 属 犯 罪 未 遂 sil|30 22 25 21 14 15 18 16 22 25 25 15 13 14 16 16 21 5 17 14 15 13 30 14 22 20 14 16 24 28|0.0|6.505 +002925|sil ru2 tie2 gui2 li3 mai2 you3 dao4 zha3 sp1 dong4 che1 zu3 gao1 su4 yun4 xing2 suo3 dai4 qi4 liu2 jiu4 hui4 juan2 qi3 dao4 zha3 sil|sil 如 铁 轨 里 埋 有 道 闸 sp1 动 车 组 高 速 运 行 所 带 气 流 就 会 卷 起 道 闸 sil|27 25 21 13 19 17 14 17 26 24 17 15 18 17 14 15 26 18 14 16 25 16 11 23 16 17 22 29|0.0|6.175 +002926|sil jian1 kong4 lu4 xiang4 pai1 she4 dao4 shen2 fei2 lao3 die1 zuo4 an4 shi2 shen2 qing2 ping2 jing4 sil|sil 监 控 录 像 拍 摄 到 神 匪 老 爹 作 案 时 神 情 平 静 sil|26 21 14 14 20 16 19 19 21 13 18 18 18 11 20 24 17 24 22 30|0.0|4.475 +002927|sil zhe4 yin3 fa1 le5 kao3 sheng1 men5 sp1 dui4 gong1 kao3 ti2 jian2 zhi3 ding4 yi1 yuan4 de5 zhi4 yi2 sil|sil 这 引 发 了 考 生 们 sp1 对 公 考 体 检 指 定 医 院 的 质 疑 sil|28 17 15 14 11 20 17 20 7 18 16 17 16 21 14 18 13 13 9 20 23 30|0.0|4.375 +002928|sil meng4 jing1 hui1 hui2 yi4 qi3 guo1 tao1 de5 yi2 jian4 qiu3 shi4 sil|sil 孟 京 辉 回 忆 起 郭 涛 的 一 件 糗 事 sil|29 18 17 27 18 12 16 16 19 7 9 15 24 25 29|0.0|3.265 +002929|sil hu2 jun4 tou4 lu4 sp1 min2 guo2 pai2 lou5 sp1 guo4 qu4 ceng2 jing1 wei2 xiu1 guo4 yi2 ci4 sil|sil 胡 骏 透 露 sp1 民 国 牌 楼 sp1 过 去 曾 经 维 修 过 一 次 sil|26 20 20 18 19 23 19 15 22 21 5 15 20 17 16 15 19 16 9 23 29|0.0|4.49 +002930|sil you3 ci4 qi1 mo4 kao3 shi4 sp1 you3 ge5 tian2 kong4 ti2 sp1 wen4 li3 qing1 zhao4 shi4 shen2 me5 pai4 de5 ren2 sil|sil 有 次 期 末 考 试 sp1 有 个 填 空 题 sp1 问 李 清 照 是 什 么 派 的 人 sil|30 15 20 13 14 17 25 25 11 11 19 20 26 26 20 15 21 22 15 14 13 25 8 26 31|0.0|5.6 +002931|sil guo1 lei2 ye3 ren4 wei2 sp1 cai2 zheng4 ding4 cun2 de5 xiao4 guo3 geng4 wei2 zhi2 jie1 sil|sil 郭 磊 也 认 为 sp1 财 政 定 存 的 效 果 更 为 直 接 sil|26 17 19 14 19 24 8 25 16 16 14 8 22 20 16 15 16 22 31|0.0|4.04 +002932|sil xue2 sheng1 yong4 li4 zuan4 xiao3 ya1 zi5 de5 shen1 ti3 sil|sil 学 生 用 力 攥 小 鸭 子 的 身 体 sil|30 20 27 14 18 18 17 16 13 8 21 27 29|0.0|2.99 +002933|sil luo2 mu3 ni2 zai4 ye1 lu4 sa1 leng3 fa1 biao2 yan3 shuo1 sil|sil 罗 姆 尼 在 耶 路 撒 冷 发 表 演 说 sil|27 16 12 24 21 12 13 17 22 18 14 16 29 30|0.0|3.145 +002934|sil wo3 ai4 ni3 sp1 ni3 zhen1 de5 hao3 bang4 o5 sil|sil 我 爱 你 sp1 你 真 的 好 棒 喔 sil|28 14 20 24 13 13 18 11 16 23 18 29|0.0|2.635 +002935|sil ta1 men5 neng2 fou2 yong3 xu4 sheng1 cun2 sp1 duan1 lai4 ren2 men5 de5 xiao1 fei4 xi2 guan4 er2 ding4 sil|sil 它 们 能 否 永 续 生 存 sp1 端 赖 人 们 的 消 费 习 惯 而 定 sil|27 20 22 17 18 15 15 18 27 21 18 18 14 11 15 17 13 20 16 18 18 30|0.0|4.735 +002936|sil ren2 bu2 wei4 ji3 tian1 beng1 di4 lie4 sil|sil 人 不 为 己 天 崩 地 裂 sil|27 24 11 21 25 24 19 12 27 26|0.0|2.505 +002937|sil shi4 zhu3 ren2 zai4 cao1 zong4 wo3 de5 xin1 yo5 sil|sil 是 主 人 在 操 纵 我 的 心 哟 sil|27 22 18 23 16 21 16 11 11 23 26 28|0.0|2.805 +002938|sil wo3 yi4 ting1 shuo1 yao4 zhao3 qi2 ta1 ren2 qu4 yan3 shi2 sp1 jiu4 an4 shuang3 le5 sp1 shuang2 si3 le5 sp1 tai4 hao3 le5 sil|sil 我 一 听 说 要 找 其 他 人 去 演 时 sp1 就 暗 爽 了 sp1 爽 死 了 sp1 太 好 了 sil|29 14 9 19 22 17 16 17 19 14 14 16 25 17 16 19 21 13 12 28 16 16 8 25 18 15 33|0.0|5.665 +002939|sil xing4 yun4 de5 shi4 sp1 ta1 bei4 shuang1 tui3 jie2 zhi1 de5 wang2 wei3 shou1 yang3 sil|sil 幸 运 的 是 sp1 她 被 双 腿 截 肢 的 王 伟 收 养 sil|29 24 12 11 22 20 21 16 21 14 18 12 8 19 18 18 23 28|0.0|3.88 +002940|sil wei4 neng2 shi2 xian4 he2 tong5 nei4 rong2 yao1 qiu2 de5 sp1 ying1 zhua1 jin3 jin4 xing2 wan2 shan4 sil|sil 未 能 实 现 合 同 内 容 要 求 的 sp1 应 抓 紧 进 行 完 善 sil|27 15 16 14 21 16 15 11 13 16 20 14 9 18 18 19 14 16 18 25 30|0.0|4.24 +002941|sil yu2 shi4 sp1 jing3 di4 ci4 gei3 ta1 jiang1 jun1 yin4 sp1 ling4 qi2 gong1 da3 wu2 guo2 sil|sil 于 是 sp1 景 帝 赐 给 他 将 军 印 sp1 令 其 攻 打 吴 国 sil|29 14 26 9 26 19 19 11 21 16 17 21 23 18 21 20 17 17 27 30|0.0|4.655 +002942|sil zai4 nan2 jing1 di4 fang1 fang1 yan2 zhong1 sp1 o1 ba1 ba1 sp1 yi4 wei2 jie3 da4 shou3 sil|sil 在 南 京 地 方 方 言 中 sp1 噢 粑 粑 sp1 意 为 解 大 手 sil|28 20 20 18 12 15 17 16 21 12 13 17 24 4 11 19 18 19 29 28|0.0|4.195 +002943|sil liang3 ren2 shi3 jin4 zheng1 qiang3 zhong1 sp1 dao1 zi5 bei4 ying4 sheng1 sheng1 de5 ao3 cheng2 liang3 jie2 sp1 dao1 bing3 gen1 dao1 shen1 fen1 kai1 sil|sil 两 人 使 劲 争 抢 中 sp1 刀 子 被 硬 生 生 地 拗 成 两 截 sp1 刀 柄 跟 刀 身 分 开 sil|30 18 20 20 19 15 20 19 22 22 17 14 17 16 18 14 14 15 20 28 30 22 23 16 16 17 18 26 31|0.0|6.7 +002944|sil sui1 ran2 zhua3 zi5 hai2 bu2 gou4 feng1 li4 sp1 dan4 yi3 jing1 you3 mo2 you3 yang4 le5 sil|sil 虽 然 爪 子 还 不 够 锋 利 sp1 但 已 经 有 模 有 样 了 sil|29 22 17 23 14 17 10 12 17 20 17 18 14 21 11 16 16 22 15 27|0.0|4.155 +002945|sil zhe4 kuan3 ji1 qi4 ren2 ye2 you3 an1 zhuo2 ban2 ben3 sil|sil 这 款 机 器 人 也 有 安 卓 版 本 sil|29 18 19 11 16 24 15 16 18 16 17 22 26|0.0|2.865 +002946|sil xian4 chang2 liang3 ren2 da4 xiu4 en1 ai4 xian4 sha4 pang2 ren2 sil|sil 现 场 两 人 大 秀 恩 爱 羡 煞 旁 人 sil|29 24 25 18 20 19 18 13 27 24 18 21 23 29|0.0|3.575 +002947|sil sha1 po1 tou2 hen2 hao3 wan2 sp1 ke2 yi3 qu4 jian4 shi5 xia4 da4 sha1 mo4 feng1 jing3 sil|sil 沙 坡 头 很 好 玩 sp1 可 以 去 见 识 下 大 沙 漠 风 景 sil|28 21 15 23 18 17 25 19 14 9 16 17 14 24 19 16 15 20 24 31|0.0|4.465 +002948|sil ta1 zhe4 ge5 kuang4 tan4 bu5 tan4 wo3 bu4 zhi1 dao4 sp1 wo2 ye3 mei2 jian4 guo4 tan4 sil|sil 他 这 个 矿 探 不 探 我 不 知 道 sp1 我 也 没 见 过 探 sil|28 23 14 11 29 24 9 25 14 11 14 19 24 8 9 18 19 14 26 32|0.0|4.305 +002949|sil tai2 fang1 de5 zhong4 shi4 sp1 huo4 xu3 you2 ci2 ke3 jian4 sil|sil 台 方 的 重 视 sp1 或 许 由 此 可 见 sil|27 24 17 8 18 19 6 21 20 19 17 15 23 29|0.0|3.055 +002950|sil tu2 wei2 yi4 ming2 xue2 sheng1 sp1 zai4 che2 ban3 fang2 chuang1 hu5 shang5 sp1 wei4 si1 diao4 de5 bao1 zhuang1 tie1 tiao2 sil|sil 图 为 一 名 学 生 sp1 在 扯 板 房 窗 户 上 sp1 未 撕 掉 的 包 装 贴 条 sil|28 22 20 11 16 17 21 5 19 22 17 16 17 14 24 6 18 17 15 9 15 17 17 36 30|0.0|5.215 +002951|sil dan4 zui4 kai1 xin1 sp1 mo4 guo4 yu2 yi1 sheng1 gao4 su5 wo3 nan1 nan1 shi2 fen1 jian4 kang1 sil|sil 但 最 开 心 sp1 莫 过 于 医 生 告 诉 我 囡 囡 十 分 健 康 sil|27 26 15 18 22 6 17 17 15 14 18 18 15 14 23 19 16 15 18 25 30|0.0|4.51 +002952|sil xie4 cheng2 chang1 ren4 wei2 sp1 ping2 yang2 xiao3 xue2 shu3 yu2 min2 ban4 xue2 xiao4 sp1 jiao4 yu4 bu4 men2 sp1 wu2 quan2 che4 bing4 sil|sil 谢 诚 昌 认 为 sp1 坪 垟 小 学 属 于 民 办 学 校 sp1 教 育 部 门 sp1 无 权 撤 并 sil|29 20 18 17 16 22 12 21 14 17 24 17 11 22 16 15 19 26 19 11 14 25 7 15 19 19 17 31|0.0|5.955 +002953|sil wei4 le5 bu3 tie1 jia1 yong4 sp1 shao4 chao2 long2 sp1 gan4 qi3 le5 jiang1 sheng1 kou5 sp1 ban1 shang4 tuo1 la1 ji1 de5 san3 huo2 sil|sil 为 了 补 贴 家 用 sp1 邵 朝 龙 sp1 干 起 了 将 牲 口 sp1 搬 上 拖 拉 机 的 散 活 sil|32 13 19 13 18 20 20 19 19 17 26 6 19 11 10 20 25 20 7 18 17 14 15 15 9 21 27 30|0.0|5.8 +002954|sil guo4 qu4 sp1 gai1 gong1 si1 shi4 yi2 ge4 mo4 mo4 wu2 wen2 de5 zuo1 fang5 shi4 zhong1 yao4 sheng1 chan3 xiao2 chang3 sil|sil 过 去 sp1 该 公 司 是 一 个 默 默 无 闻 的 作 坊 式 中 药 生 产 小 厂 sil|27 17 27 10 16 15 21 16 11 20 16 18 12 18 13 23 20 22 18 18 17 17 17 30 31|0.0|5.455 +002955|sil ru2 ting1 dao4 sp1 chong1 niao2 dao2 zhi3 shi4 dao3 jiao1 zhe4 zhong3 hua4 shi2 sp1 wo3 men5 ying1 gai1 sp1 li4 ke4 yu2 yi2 fan3 bo2 sil|sil 如 听 到 sp1 冲 鸟 岛 只 是 岛 礁 这 种 话 时 sp1 我 们 应 该 sp1 立 刻 予 以 反 驳 sil|32 17 23 21 3 22 22 22 13 13 19 19 11 14 20 27 28 9 13 17 19 4 19 21 11 11 23 23 32|0.0|6.13 +002956|sil qing1 yu1 sp1 zhu4 ba4 sp1 rang4 ren2 ke3 qu2 shui2 yin3 yong4 sil|sil 清 淤 sp1 筑 坝 sp1 让 人 可 取 水 饮 用 sil|27 33 28 6 21 25 12 16 22 19 22 21 16 30 30|0.0|3.81 +002957|sil chong2 qing4 de5 na4 shui4 ren2 yuan4 yi4 zhe4 yang5 hui1 huo4 ma5 sil|sil 重 庆 的 纳 税 人 愿 意 这 样 挥 霍 吗 sil|27 26 19 8 18 16 24 16 12 12 15 17 17 26 31|0.0|3.3 +002958|sil hai3 xun2 jian4 kao4 long3 guo4 qu4 sp1 ba3 jiu4 sheng1 quan1 sp1 shuai2 gei3 luo4 shui2 zhe3 sp1 sui2 hou4 ba3 ta1 la1 shang4 le5 chuan2 sil|sil 海 巡 舰 靠 拢 过 去 sp1 把 救 生 圈 sp1 甩 给 落 水 者 sp1 随 后 把 她 拉 上 了 船 sil|30 20 18 23 19 16 14 24 25 16 13 17 26 8 24 11 15 17 23 27 17 21 17 17 20 12 12 33 29|0.0|6.545 +002959|sil pao2 hao3 san1 chang3 ji4 yao4 shen1 tou2 sp1 geng4 yao4 xin1 ru4 sil|sil 跑 好 三 场 既 要 身 投 sp1 更 要 心 入 sil|29 22 17 22 31 18 13 21 27 4 17 13 24 22 27|0.0|3.56 +002960|sil nan2 fang1 jiao4 wai4 gong1 sp1 bei3 fang1 jiao4 lao3 ye2 sil|sil 南 方 叫 外 公 sp1 北 方 叫 姥 爷 sil|28 22 24 17 20 23 13 18 26 15 23 23 30|0.0|3.275 +002961|sil ming4 ling4 shi4 bu4 ke3 wei2 kang4 de5 sil|sil 命 令 是 不 可 违 抗 的 sil|27 18 24 14 12 16 15 29 15 28|0.0|2.3 +002962|sil da2 ni2 ji3 xia4 hui4 si3 a5 sil|sil 打 你 几 下 会 死 啊 sil|26 17 15 14 21 17 23 22 28|0.0|2.125 +002963|sil zhu4 ni3 xing4 fu2 mei2 man3 yo5 sil|sil 祝 你 幸 福 美 满 哟 sil|26 17 21 24 13 15 22 24 30|0.0|2.23 +002964|sil na4 hai2 zi5 za3 shang4 xue2 ya5 sil|sil 那 孩 子 咋 上 学 呀 sil|28 13 23 11 20 17 23 24 28|0.0|2.17 +002965|sil wan2 mei3 yan2 zhi2 jiu4 shi4 ni3 sil|sil 完 美 颜 值 就 是 你 sil|28 17 16 19 21 21 14 30 29|0.0|2.26 +002966|sil jin1 ri4 shang4 wu3 sp1 jiang1 ju3 xing2 ben3 nian2 du4 shou3 qi1 gou4 che1 yao2 hao4 sil|sil 今 日 上 午 sp1 将 举 行 本 年 度 首 期 购 车 摇 号 sil|28 22 11 23 21 8 21 13 23 10 22 18 28 23 17 16 19 23 31|0.0|4.375 +002967|sil xin1 hua2 wang2 bei3 jing1 sp1 er4 yue4 shi2 yi1 ri4 dian4 sp1 san1 liu4 jiu3 wang3 wai4 zou3 sil|sil 新 华 网 北 京 sp1 二 月 十 一 日 电 sp1 三 六 九 往 外 走 sil|29 21 19 27 18 23 5 13 14 16 11 16 27 22 30 27 34 23 24 24 29|0.0|5.25 +002968|sil yuan2 lai2 sp1 ta1 ba3 shui4 fang2 deng1 pao4 chai1 xia4 lai5 zheng3 ger4 r tun1 diao4 sp1 zhi3 chi1 sheng4 xia4 le5 yi4 gen1 dian4 xian4 sil|sil 原 来 sp1 她 把 睡 房 灯 泡 拆 下 来 整 个 儿 吞 掉 sp1 只 吃 剩 下 了 一 根 电 线 sil|33 14 24 5 20 18 20 16 16 23 23 15 21 21 19 0 21 20 32 15 20 22 12 11 11 15 18 29 29|0.0|6.305 +002969|sil zhao4 song1 sp1 ou2 er3 zai4 xue2 xiao4 li3 kan4 kan5 chao2 xian3 de5 dian4 shi4 sil|sil 赵 嵩 sp1 偶 尔 在 学 校 里 看 看 朝 鲜 的 电 视 sil|27 21 26 4 10 16 15 14 20 16 20 15 21 14 8 18 21 32|0.0|3.69 +002970|sil dan4 xin4 dai4 yi1 ran2 ru2 chu1 long2 meng2 hu3 sp1 yi2 lu4 kuang2 ben1 sil|sil 但 信 贷 依 然 如 出 笼 猛 虎 sp1 一 路 狂 奔 sil|29 22 25 26 13 18 15 19 17 17 31 9 10 17 24 23 30|0.0|4.01 +002971|sil gan1 ci2 gan3 xie4 xi2 fu4 zhu3 xi2 bo1 rong3 hui4 jian4 sil|sil 甘 茨 感 谢 习 副 主 席 拨 冗 会 见 sil|26 21 30 20 21 18 17 14 26 16 18 20 23 30|0.0|3.485 +002972|sil you3 kong1 tiao2 wo2 gan3 jue2 bu2 dao4 re4 ne5 sil|sil 有 空 调 我 感 觉 不 到 热 呢 sil|29 16 21 32 15 16 14 10 15 18 25 30|0.0|2.795 +002973|sil yi2 ci4 sp1 qian2 fu1 dai4 ta1 dao4 kun1 ming2 qiong2 zhu2 si4 shi2 sp1 yu3 gai1 si4 bai3 sui4 gao1 seng1 jie2 yuan2 sil|sil 一 次 sp1 前 夫 带 她 到 昆 明 筇 竹 寺 时 sp1 与 该 寺 百 岁 高 僧 结 缘 sil|30 12 27 15 27 20 15 16 17 21 18 21 14 18 25 25 12 19 24 18 15 17 16 15 31 30|0.0|6.015 +002974|sil shou1 fei4 ting2 de5 zi4 dong4 lan2 gan1 sp1 yi3 bei4 xie4 xia4 sil|sil 收 费 亭 的 自 动 栏 杆 sp1 已 被 卸 下 sil|28 24 16 20 12 14 12 20 22 7 10 15 21 29 30|0.0|3.25 +002975|sil zi4 dong1 fang1 yuan2 lin2 shang4 shi4 yi3 lai2 sp1 he2 qiao2 nv3 chang2 xiu4 shan4 wu3 sp1 ji4 xu4 beng4 fa1 zhe5 ju4 da4 neng2 liang4 sil|sil 自 东 方 园 林 上 市 以 来 sp1 何 巧 女 长 袖 善 舞 sp1 继 续 迸 发 着 巨 大 能 量 sil|28 23 17 16 14 16 19 14 8 27 13 17 21 21 27 17 20 20 22 18 17 18 18 16 16 11 15 31 32|0.0|6.405 +002976|sil xu2 xin1 yu3 su4 hen3 kuai4 sp1 sheng1 yin1 shuang2 lang3 sil|sil 徐 新 语 速 很 快 sp1 声 音 爽 朗 sil|28 22 32 14 18 17 24 7 20 14 21 24 29|0.0|3.14 +002977|sil zou1 gui4 yong3 shi1 zong1 na4 nian2 sp1 ta1 men5 quan2 jia1 zhu4 zai4 kai2 li2 huo3 che1 zhan4 fu4 jin4 sil|sil 邹 贵 勇 失 踪 那 年 sp1 他 们 全 家 住 在 凯 里 火 车 站 附 近 sil|27 21 18 18 18 15 16 27 17 13 11 22 25 19 17 16 13 15 14 16 16 22 28|0.0|4.925 +002978|sil jie2 zhi4 ji4 zhe3 fa1 gao3 shi2 sp1 qi4 wei4 yi3 ran2 san4 qu4 sp1 yi2 yun2 yi1 jiu4 long3 zhao4 sil|sil 截 至 记 者 发 稿 时 sp1 气 味 已 然 散 去 sp1 疑 云 依 旧 笼 罩 sil|25 20 18 14 13 19 17 28 5 22 17 13 18 23 23 18 16 24 14 15 19 25 27|0.0|5.025 +002979|sil ming2 ren2 yi4 chui1 sp1 wo3 men5 jiu4 xiang1 xin4 la5 sp1 jiu4 shang4 dang4 le5 sp1 ke3 bei1 ya5 sil|sil 名 人 一 吹 sp1 我 们 就 相 信 啦 sp1 就 上 当 了 sp1 可 悲 呀 sil|29 15 17 11 31 5 10 9 13 20 19 20 5 15 23 21 13 12 25 20 22 31|0.0|4.48 +002980|sil zhe4 zhong3 yuan1 yuan1 xiang1 bao4 sp1 he2 shi2 you3 ge5 liao3 sil|sil 这 种 冤 冤 相 报 sp1 何 时 有 个 了 sil|25 20 24 18 17 23 21 8 23 15 16 12 28 28|0.0|3.225 +002981|sil ta1 mei2 gu4 fa1 biao3 ping2 lun4 sp1 hui1 bi3 jiu4 ma4 qiong2 yao2 sp1 ma4 de5 hun2 shen1 shuang3 qi4 sil|sil 他 没 顾 发 表 评 论 sp1 挥 笔 就 骂 琼 瑶 sp1 骂 得 浑 身 爽 气 sil|27 18 22 18 18 14 18 20 16 24 19 14 16 17 25 20 20 12 23 19 22 24 30|0.0|5.29 +002982|sil da4 guan4 shang4 fang1 nong2 yan1 gun2 gun3 sp1 huo3 guang1 chong1 tian1 sil|sil 大 罐 上 方 浓 烟 滚 滚 sp1 火 光 冲 天 sil|25 18 17 21 23 19 19 17 22 7 21 18 20 27 27|0.0|3.495 +002983|sil yi2 ci4 fan1 chuan2 bi3 sai4 shi2 sp1 chu1 yu2 yi4 wai4 sp1 mo4 duo1 ke4 de5 shou3 sp1 bei4 lan3 sheng2 gua3 shang1 sp1 xian1 xue4 zhi2 liu2 sil|sil 一 次 帆 船 比 赛 时 sp1 出 于 意 外 sp1 默 多 克 的 手 sp1 被 缆 绳 剐 伤 sp1 鲜 血 直 流 sil|25 11 23 19 17 12 20 26 10 19 12 16 23 29 14 11 16 10 27 4 13 23 19 21 24 8 20 19 15 34 24|0.0|6.545 +002984|sil die1 fu2 fang1 mian4 sp1 zheng4 bao2 yuan3 cheng2 jiao4 yu4 sp1 die1 bai3 fen1 zhi1 liu4 dian3 san1 liu4 sp1 jiu3 cheng2 sp1 die1 bai3 fen1 zhi1 sp1 wu2 dian3 ling2 ling2 sil|sil 跌 幅 方 面 sp1 正 保 远 程 教 育 sp1 跌 百 分 之 六 点 三 六 sp1 九 城 sp1 跌 百 分 之 sp1 五 点 零 零 sil|28 19 18 17 21 24 19 19 15 16 21 17 11 21 17 13 12 16 13 19 22 30 22 31 7 18 15 14 18 5 14 14 18 29 31|0.0|7.475 +002985|sil chong1 feng1 zai4 qian2 de5 ta1 sp1 zao1 yu4 dui4 fang1 pin1 ming4 ju4 bu2 fan3 kang4 sp1 you4 shou2 zhou2 fen3 sui4 xing4 gu3 zhe2 sil|sil 冲 锋 在 前 的 他 sp1 遭 遇 对 方 拼 命 拒 捕 反 抗 sp1 右 手 肘 粉 碎 性 骨 折 sil|29 21 17 15 17 8 25 15 18 9 16 22 20 20 17 12 18 25 26 15 17 21 20 15 18 15 28 31|0.0|6.15 +002986|sil shao1 yi2 dong4 tan5 sp1 jiu4 teng2 de5 zi1 ya2 lie2 zui3 sp1 lian2 lian2 han3 teng2 sil|sil 稍 一 动 弹 sp1 就 疼 得 龇 牙 咧 嘴 sp1 连 连 喊 疼 sil|32 24 10 22 27 7 18 21 18 13 13 21 25 8 18 20 19 30 29|0.0|4.35 +002987|sil ta1 men5 chang2 nian2 lei3 yue4 sp1 zhu4 zha1 zai4 hai3 ba2 ba1 bai3 yu2 mi3 de5 shan1 shang4 sil|sil 他 们 常 年 累 月 sp1 驻 扎 在 海 拔 八 百 余 米 的 山 上 sil|27 16 22 17 19 16 22 6 16 18 18 19 22 15 16 11 15 9 20 21 29|0.0|4.345 +002988|sil ni3 you4 zai4 dou4 wo3 wan2 le5 sil|sil 你 又 在 逗 我 玩 了 sil|28 16 20 15 16 13 18 15 28|0.0|1.96 +002989|sil zai4 zhen3 tou5 pang2 bian1 sp1 fang4 shi2 ke4 zuo3 you4 qie1 cheng2 si1 de5 sheng1 jiang1 sp1 jiu4 neng2 cui1 ren2 ru4 mian2 sil|sil 在 枕 头 旁 边 sp1 放 十 克 左 右 切 成 丝 的 生 姜 sp1 就 能 催 人 入 眠 sil|29 22 15 14 22 21 6 25 18 17 15 17 20 17 15 8 19 24 13 16 19 21 16 14 34 30|0.0|5.655 +002990|sil ta1 mao1 yao1 zuan1 le5 jin4 qu4 sp1 san1 ge5 ren2 shou2 jiao3 xiang1 rao4 sil|sil 他 猫 腰 钻 了 进 去 sp1 三 个 人 手 脚 相 绕 sil|26 16 22 16 20 10 17 22 19 22 8 20 23 18 21 22 28|0.0|3.83 +002991|sil wu2 po4 bu2 li4 sp1 you2 she2 you3 de2 sil|sil 无 破 不 立 sp1 有 舍 有 得 sil|30 17 25 14 24 6 23 22 17 29 29|0.0|2.74 +002992|sil dang1 ran2 sp1 an4 yao1 qiu2 song4 tu3 te4 chan3 de5 xue2 sheng1 sp1 ke3 shi4 dang4 mian2 yu2 chu3 fa2 sil|sil 当 然 sp1 按 要 求 送 土 特 产 的 学 生 sp1 可 适 当 免 予 处 罚 sil|28 17 23 17 14 18 21 19 16 16 17 6 17 18 6 19 21 18 17 11 21 28 30|0.0|4.855 +002993|sil er2 a1 jiao1 sp1 dai4 zhe5 ha2 ma5 jing4 he2 mao2 rong2 er3 mai4 sp1 shuang1 shou3 jiao1 cha1 sp1 you1 xian2 zi4 zai4 sil|sil 而 阿 娇 sp1 戴 着 蛤 蟆 镜 和 毛 绒 耳 麦 sp1 双 手 交 叉 sp1 悠 闲 自 在 sil|31 22 15 25 3 18 11 16 16 23 15 20 13 15 27 25 21 18 20 28 8 16 20 19 23 30|0.0|5.78 +002994|sil suo2 yi3 dian4 rong2 ping2 geng4 bao2 sp1 tou4 guang1 lv4 sp1 nai4 hou4 xing4 he2 xing4 neng2 geng4 hao3 sil|sil 所 以 电 容 屏 更 薄 sp1 透 光 率 sp1 耐 候 性 和 性 能 更 好 sil|31 22 16 13 19 29 23 31 8 20 16 23 13 19 15 24 16 19 20 17 30 28|0.0|5.245 +002995|sil wo3 men5 yu4 ji4 sp1 dang1 dang1 wang3 er4 ling2 yi1 si4 nian2 de5 yun4 ying2 li4 run4 e2 sp1 wei2 bai3 fen1 zhi1 er4 sil|sil 我 们 预 计 sp1 当 当 网 二 零 一 四 年 的 运 营 利 润 额 sp1 为 百 分 之 二 sil|30 9 14 16 24 14 17 18 20 14 14 13 14 16 9 15 15 13 21 21 7 23 18 12 12 20 31|0.0|5.23 +002996|sil ta1 zhao1 lai2 de5 xiao3 lou1 luo5 sp1 duo1 wei2 dang1 di4 wu2 ye4 qing1 nian2 sp1 wei4 ta1 pao2 tui3 fan4 du2 sil|sil 他 招 来 的 小 喽 啰 sp1 多 为 当 地 无 业 青 年 sp1 为 他 跑 腿 贩 毒 sil|30 18 18 20 14 18 19 24 15 15 21 18 16 15 16 16 26 11 13 20 21 17 21 25 32|0.0|5.56 +002997|sil wei4 bi4 mian3 da2 cao3 jing1 she2 sp1 min2 jing3 dang1 ji2 jiang1 dang4 pu4 lao2 ban3 wang2 mou3 kong4 zhi4 sil|sil 为 避 免 打 草 惊 蛇 sp1 民 警 当 即 将 当 铺 老 板 王 某 控 制 sil|30 16 13 25 17 17 17 28 26 18 25 18 20 21 17 9 21 21 20 18 20 21 31|0.0|5.44 +002998|sil ye3 zhu1 zao1 ta5 zhuang1 jia5 sp1 cun1 min2 jiu4 zai4 shan1 shang4 si1 she4 dian4 wang3 dian4 ye3 zhu1 sil|sil 野 猪 糟 蹋 庄 稼 sp1 村 民 就 在 山 上 私 设 电 网 电 野 猪 sil|31 20 22 18 17 22 25 15 24 22 14 11 19 20 26 22 21 22 15 17 24 30|0.0|5.305 +002999|sil deng3 qian2 zan3 gou4 le5 sp1 jiu4 zhun3 bei4 ba3 fang2 zi5 shou1 shi5 yi2 xia4 sil|sil 等 钱 攒 够 了 sp1 就 准 备 把 房 子 收 拾 一 下 sil|26 18 24 20 20 17 16 15 18 17 15 23 11 20 14 11 23 29|0.0|3.91 +003000|sil zhe4 gen1 ceng2 jing1 de5 sha1 wei1 bang4 sp1 ru2 jin1 si4 hu1 bian4 cheng2 le5 yang3 yang5 nao2 sil|sil 这 根 曾 经 的 杀 威 棒 sp1 如 今 似 乎 变 成 了 痒 痒 挠 sil|29 17 19 24 18 13 18 16 22 15 17 15 12 12 17 18 18 21 14 30 27|0.0|4.555 +003001|sil ni3 mei2 che1 mei2 fang2 mei2 cun2 kuan3 sp1 hai2 gan3 lai2 xiang1 qin1 sil|sil 你 没 车 没 房 没 存 款 sp1 还 敢 来 相 亲 sil|31 14 21 21 17 21 16 20 27 4 19 14 15 18 23 31|0.0|3.62 +003002|sil xiang1 yu4 zong3 shi4 cu4 bu4 ji2 fang2 sp1 er2 li2 bie2 sp1 duo1 shi4 xu4 mou2 yi2 jiu3 sil|sil 相 遇 总 是 猝 不 及 防 sp1 而 离 别 sp1 多 是 蓄 谋 已 久 sil|29 28 20 20 18 21 10 16 28 19 13 21 24 4 17 22 19 18 16 31 27|0.0|4.89 +003003|sil na4 shang4 mian5 yin3 yue1 ke3 jian4 ban1 ban1 dian2 dian3 de5 mo4 ji4 sil|sil 那 上 面 隐 约 可 见 斑 斑 点 点 的 墨 迹 sil|30 15 21 24 17 15 18 24 19 17 17 14 5 21 22 25|0.0|3.535 +003004|sil cai2 zuo4 ding4 yi2 huir4 r sp1 zhu3 ren2 you4 zou3 jin4 zhang4 peng5 jing4 jiu3 sil|sil 才 坐 定 一 会 儿 sp1 主 人 又 走 进 帐 篷 敬 酒 sil|29 24 16 14 15 26 0 17 17 23 15 13 16 18 17 18 32 29|0.0|3.93 +003005|sil yin1 ci3 sp1 ga1 long2 la1 xue3 shan1 bei4 dang1 di4 ren2 shi4 wei2 shen2 shan1 sil|sil 因 此 sp1 嘎 隆 拉 雪 山 被 当 地 人 视 为 神 山 sil|28 16 28 12 14 14 15 19 26 15 15 11 20 18 16 24 30 28|0.0|4.05 +003006|sil chen2 tong2 hai3 shou4 hui4 yi1 dian3 jiu2 wu3 qi1 san1 yu2 yi4 yuan2 sp1 ye3 bei4 pan4 chu3 si2 huan3 sil|sil 陈 同 海 受 贿 一 点 九 五 七 三 余 亿 元 sp1 也 被 判 处 死 缓 sil|28 23 17 29 23 24 20 16 16 15 21 18 13 11 27 28 12 14 21 15 18 32 31|0.0|5.475 +003007|sil kao3 sheng1 you3 ya1 li4 sp1 zhuang4 yuan5 ye3 bu2 li4 wai4 sil|sil 考 生 有 压 力 sp1 状 元 也 不 例 外 sil|26 24 22 14 21 20 12 26 26 19 12 15 25 27|0.0|3.355 +003008|sil er4 shi4 sp1 ji2 shi2 gao2 hao3 zhong1 geng1 zhen4 ya1 sil|sil 二 是 sp1 及 时 搞 好 中 耕 镇 压 sil|28 21 24 6 21 16 18 21 19 16 18 26 28|0.0|3.045 +003009|sil dan4 ba1 ci2 jue2 dui4 bu2 shi4 hao2 re3 de5 sil|sil 但 巴 茨 绝 对 不 是 好 惹 的 sil|26 22 18 29 21 15 11 14 18 19 20 29|0.0|2.81 +003010|sil shu1 zhu4 fu2 niu1 yong2 yuan3 xing4 fu2 kuai4 le4 sil|sil 叔 祝 福 妞 永 远 幸 福 快 乐 sil|30 29 17 14 33 21 20 21 12 23 20 28|0.0|3.11 +003011|sil jiao1 jing3 jiang1 diao4 chu1 wu4 pin3 reng1 jin4 che1 nei4 sil|sil 交 警 将 掉 出 物 品 扔 进 车 内 sil|25 25 25 21 16 18 14 26 21 14 19 22 31|0.0|3.215 +003012|sil zuo2 wan3 gen1 lao3 po5 sp1 liao2 wen2 zhang1 pi1 tui3 de5 shir4 r sp1 lao3 po5 sp1 zhe4 yu2 le4 quan1 de5 fei1 wen2 zhen1 duo1 sil|sil 昨 晚 跟 老 婆 sp1 聊 文 章 劈 腿 的 事 儿 sp1 老 婆 sp1 这 娱 乐 圈 的 绯 闻 真 多 sil|30 20 24 12 17 25 7 19 17 19 20 14 11 21 0 28 17 21 25 17 10 12 18 9 18 17 20 21 30|0.0|6.03 +003013|sil rao2 rang3 wu2 xiao3 shi2 hou4 sp1 nan2 zi2 shi3 tai4 du5 ruan3 hua4 sp1 fang4 xia4 cai4 dao1 sp1 zi4 yuan4 kai1 men2 sil|sil 扰 攘 五 小 时 后 sp1 男 子 始 态 度 软 化 sp1 放 下 菜 刀 sp1 自 愿 开 门 sil|29 20 23 12 19 15 20 24 17 15 20 20 12 21 22 22 19 12 21 19 5 20 16 17 27 30|0.0|5.765 +003014|sil kan4 dao4 you3 ren2 zai4 tian2 geng3 shang4 si1 zi4 zhong4 qie2 zi5 sp1 gong1 zuo4 dui4 jiu4 qu4 ba2 diao4 sil|sil 看 到 有 人 在 田 埂 上 私 自 种 茄 子 sp1 工 作 队 就 去 拔 掉 sil|29 21 13 14 20 21 23 19 22 24 20 16 27 15 25 17 14 17 14 18 19 19 30|0.0|5.305 +003015|sil yi4 ming2 xing4 li3 de5 pi1 fa1 shang1 shuo1 sp1 kan4 yang4 zi5 sp1 huo4 yao4 jiang4 jia4 lo5 sil|sil 一 名 姓 李 的 批 发 商 说 sp1 看 样 子 sp1 货 要 降 价 咯 sil|28 11 25 21 14 11 17 13 16 23 26 22 21 13 8 24 16 17 21 19 29|0.0|4.585 +003016|sil yi4 you3 jia1 zhang3 wei4 le5 huan2 bao3 sp1 bu4 mai3 xin1 deng1 long5 gei3 zi2 nv3 sil|sil 亦 有 家 长 为 了 环 保 sp1 不 买 新 灯 笼 给 子 女 sil|29 13 15 18 24 12 11 23 25 13 12 17 21 15 20 13 15 26 30|0.0|4.09 +003017|sil ru2 jin1 sp1 ta1 zhi2 you3 zhou1 mo4 hui4 wan2 wan5 dian4 nao3 sp1 wang2 yin3 sp1 yi3 jing1 sp1 yi2 qu4 bu2 fu4 fan3 le5 sil|sil 如 今 sp1 他 只 有 周 末 会 玩 玩 电 脑 sp1 网 瘾 sp1 已 经 sp1 一 去 不 复 返 了 sil|28 17 23 9 20 12 15 18 25 16 12 14 17 21 26 22 25 6 15 21 5 13 21 13 17 22 20 30|0.0|5.84 +003018|sil ta1 bu4 li2 mu3 qin1 sp1 ding2 zui2 chao3 jia4 sp1 shen4 zhi4 tui1 sang3 ta1 sil|sil 她 不 理 母 亲 sp1 顶 嘴 吵 架 sp1 甚 至 推 搡 她 sil|25 22 14 15 18 28 14 19 15 24 21 7 22 11 20 22 24 30|0.0|4.075 +003019|sil ye3 shou4 ri4 bao4 wang3 zhan4 sp1 jiang1 ding4 qi1 shang4 chuan2 dian4 zi2 ban3 jie2 xuan3 nei4 rong2 sil|sil 野 兽 日 报 网 站 sp1 将 定 期 上 传 电 子 版 节 选 内 容 sil|28 16 17 12 15 19 22 6 26 18 15 20 26 19 13 15 14 16 17 27 29|0.0|4.525 +003020|sil gong1 ren2 zhao3 lai2 sao2 shui3 gong1 ju4 sp1 wang3 wai4 pai2 shui3 sil|sil 工 人 找 来 扫 水 工 具 sp1 往 外 排 水 sil|27 20 21 15 16 18 15 19 17 7 17 16 19 26 26|0.0|3.24 +003021|sil sui1 ran2 ou3 ran2 sp1 dan4 jiao4 xun4 sp1 bi4 xu1 xi1 qu3 sil|sil 虽 然 偶 然 sp1 但 教 训 sp1 必 须 吸 取 sil|31 18 17 17 28 7 18 21 22 6 14 15 19 31 28|0.0|3.395 +003022|sil ke3 jian4 pi2 shi5 nai4 yong4 sp1 yi1 ran2 shi4 quan2 xin1 sang1 ta3 na4 de5 jing1 sui2 suo3 zai4 sil|sil 可 见 皮 实 耐 用 sp1 依 然 是 全 新 桑 塔 纳 的 精 髓 所 在 sil|26 23 26 23 12 23 21 11 14 18 20 22 19 20 12 22 10 18 18 16 22 29|0.0|4.94 +003023|sil xiao3 ling2 de5 zuo4 ye4 sp1 gu4 zuo4 jian1 shen1 sp1 da4 duan4 da4 duan4 sp1 dou1 shi4 guan3 zhui1 bian1 li3 piao1 qie4 de5 sil|sil 晓 玲 的 作 业 sp1 故 作 艰 深 sp1 大 段 大 段 sp1 都 是 管 锥 编 里 剽 窃 的 sil|30 25 15 10 19 20 4 18 15 19 24 15 18 17 18 20 5 13 12 19 16 13 11 22 25 17 30|0.0|5.455 +003024|sil shang4 zhou1 ri4 sp1 ta1 mai3 le5 san1 jin1 xiang1 jiao1 sp1 sui2 yi4 fu4 cheng4 hou4 sp1 fa1 xian4 zhi2 you2 liang3 jin1 ban4 sil|sil 上 周 日 sp1 他 买 了 三 斤 香 蕉 sp1 随 意 复 秤 后 sp1 发 现 只 有 两 斤 半 sil|30 24 15 21 14 16 15 11 19 12 20 25 20 20 14 16 22 18 15 14 23 13 11 18 20 18 30|0.0|5.735 +003025|sil zhe4 huo3 dao4 mu4 zei2 sp1 wen2 xun4 che4 li2 sil|sil 这 伙 盗 墓 贼 sp1 闻 讯 撤 离 sil|27 20 20 12 17 28 6 14 18 20 25 30|0.0|2.75 +003026|sil jiu4 shi4 xiang3 hun4 xiao2 yi4 zhong3 gai4 nian4 sil|sil 就 是 想 混 淆 一 种 概 念 sil|25 20 13 24 24 22 12 14 21 29 30|0.0|2.72 +003027|sil gong1 shi4 gong1 che1 shen1 fen4 sp1 zai4 che1 shen1 de5 xing3 mu4 wei4 zhi4 sp1 pen1 tu2 gong1 che1 zi4 yang4 sil|sil 公 示 公 车 身 份 sp1 在 车 身 的 醒 目 位 置 sp1 喷 涂 公 车 字 样 sil|27 21 22 18 18 17 21 22 17 19 16 8 19 16 16 18 6 21 21 17 22 17 23 26|0.0|5.205 +003028|sil qi1 zi5 shen1 shang4 nan2 shou4 sp1 tui2 jiao3 fa1 ma2 hun2 shen1 zhong3 zhang4 sp1 du4 zi5 gen1 pi2 qiu2 yi2 yang4 gu3 sil|sil 妻 子 身 上 难 受 sp1 腿 脚 发 麻 浑 身 肿 胀 sp1 肚 子 跟 皮 球 一 样 鼓 sil|28 26 17 19 13 20 25 17 19 17 18 26 18 19 18 22 27 21 20 18 19 25 11 17 29 29|0.0|6.25 +003029|sil na4 feng1 gu2 lao3 de5 xin4 ye3 fen4 ru2 huang2 he4 sp1 zhi4 jin1 mei2 you3 yi4 dian3 hui2 yin1 sil|sil 那 封 古 老 的 信 也 奋 如 黄 鹤 sp1 至 今 没 有 一 点 回 音 sil|32 18 23 14 16 9 26 18 17 15 22 21 22 17 19 12 12 13 18 20 23 29|0.0|4.83 +003030|sil zhu1 ge2 zi3 qi2 sp1 yu3 wu2 xian4 yi4 yuan2 wei4 jun4 hao4 sp1 yi4 qi3 chu1 xi2 xie2 lv3 huo2 dong4 sil|sil 诸 葛 紫 岐 sp1 与 无 线 艺 员 魏 俊 皓 sp1 一 起 出 席 鞋 履 活 动 sil|29 17 14 17 28 14 16 13 22 14 27 21 15 26 19 13 14 16 18 19 17 18 16 31|0.0|5.275 +003031|sil yao4 shi4 tui2 ruan3 le5 sp1 dou1 hui4 zai1 xia4 lai5 sil|sil 要 是 腿 软 了 sp1 都 会 栽 下 来 sil|26 18 17 23 24 17 9 15 15 23 17 23 28|0.0|2.965 +003032|sil zui4 zhong1 sp1 ta1 jiang1 she2 yao2 si3 sp1 wei4 zi4 ji3 bao4 le5 yi4 yao3 zhi1 chou2 sil|sil 最 终 sp1 他 将 蛇 咬 死 sp1 为 自 己 报 了 一 咬 之 仇 sil|27 21 23 4 20 19 18 20 27 14 12 14 13 18 12 17 19 16 30 29|0.0|4.335 +003033|sil you3 guan1 cha2 zhe3 cheng1 sp1 bao4 mi3 hua1 tong3 han2 ying2 guang1 zeng1 bai2 ji4 sp1 yi4 dianr3 r dou1 bu2 rang4 ren2 chi1 jing1 sil|sil 有 观 察 者 称 sp1 爆 米 花 桶 含 荧 光 增 白 剂 sp1 一 点 儿 都 不 让 人 吃 惊 sil|31 19 19 17 13 26 30 14 15 19 30 22 15 16 16 16 21 24 16 22 0 15 9 14 14 19 27 28|0.0|6.115 +003034|sil chang2 hui1 gei3 zhao4 xiao3 sp1 guo4 le5 yi2 ge4 lang4 man4 wen1 xin1 de5 sheng1 ri4 sil|sil 常 辉 给 赵 晓 sp1 过 了 一 个 浪 漫 温 馨 的 生 日 sil|27 27 24 16 20 26 6 15 11 12 19 21 20 17 19 9 18 18 31|0.0|4.13 +003035|sil lai2 cai2 fang3 xia4 wo3 men5 ba5 sil|sil 来 采 访 下 我 们 吧 sil|28 19 22 15 17 11 14 21 27|0.0|2.025 +003036|sil wen2 ping2 de5 shang4 ban4 bu4 fen5 sp1 shi4 mi4 mi4 ma2 ma2 shu4 hang2 yin4 shua1 de5 shang4 yu4 sil|sil 文 凭 的 上 半 部 分 sp1 是 密 密 麻 麻 竖 行 印 刷 的 上 谕 sil|28 17 20 15 20 15 15 23 15 14 16 13 18 22 21 19 15 20 10 24 21 30|0.0|4.775 +003037|sil suo2 yi3 jin1 nian2 sp1 wo3 men5 dian4 ying2 li4 wu2 wang4 sp1 li4 run4 biao3 xian4 jiang1 xun4 yu2 qu4 nian2 sil|sil 所 以 今 年 sp1 我 们 店 盈 利 无 望 sp1 利 润 表 现 将 逊 于 去 年 sil|30 21 11 16 29 5 13 13 24 17 17 15 24 26 14 16 21 26 23 21 9 20 29 30|0.0|5.455 +003038|sil ge4 lai2 yue4 de5 bao3 bao5 kai1 shi3 qiao4 pi2 la5 sil|sil 个 来 月 的 宝 宝 开 始 俏 皮 啦 sil|25 17 19 13 9 18 23 19 14 23 19 18 30|0.0|2.87 +003039|sil xuan3 ba2 kao3 shi4 sp1 men2 kan3 gao1 sp1 nei4 rong2 nan2 sil|sil 选 拔 考 试 sp1 门 槛 高 sp1 内 容 难 sil|29 25 13 19 22 4 20 18 25 10 13 15 29 31|0.0|3.165 +003040|sil mei3 guo2 zhan4 guo3 zui4 duo1 de5 ju1 ji1 shou3 kai2 er3 sil|sil 美 国 战 果 最 多 的 狙 击 手 凯 尔 sil|28 17 20 20 13 16 16 10 13 15 19 24 28 30|0.0|3.12 +003041|sil ying1 tao2 yuan2 zhong1 lei4 shui3 shi2 er4 ye4 li3 xiao4 sheng1 sil|sil 樱 桃 园 中 泪 水 十 二 夜 里 笑 声 sil|29 18 19 18 20 23 31 24 15 14 15 24 26 28|0.0|3.535 +003042|sil zai4 dong1 jing1 du1 nei4 kai1 you3 yi4 jia1 la4 zhu5 dian4 sil|sil 在 东 京 都 内 开 有 一 家 蜡 烛 店 sil|28 22 15 19 12 24 19 11 9 17 21 14 22 30|0.0|3.055 +003043|sil wo3 jiu4 gan2 jin2 gei3 gui1 nv5 da3 dian4 hua4 sil|sil 我 就 赶 紧 给 闺 女 打 电 话 sil|30 11 21 19 16 13 13 17 15 18 27 29|0.0|2.66 +003044|sil yi3 zhe5 hong2 ya2 dong4 de5 lan2 gan1 wang4 qu4 sp1 hai2 neng2 qing1 xi1 kan4 dao4 shan1 ti2 qi3 fu2 sp1 jiang1 shui3 dang4 yang4 sil|sil 倚 着 洪 崖 洞 的 栏 杆 望 去 sp1 还 能 清 晰 看 到 山 体 起 伏 sp1 江 水 荡 漾 sil|29 16 17 17 15 15 6 19 16 18 24 24 13 20 19 13 22 18 24 16 19 25 7 24 21 21 21 30|0.0|6.14 +003045|sil shang4 chang3 qian2 er4 shi5 fen1 zhong1 sp1 zhu1 zhi1 wen2 liang2 tui3 zhi2 duo1 suo5 sp1 gan3 jue2 kuai4 zhan4 bu2 zhu4 le5 sil|sil 上 场 前 二 十 分 钟 sp1 朱 之 文 两 腿 直 哆 嗦 sp1 感 觉 快 站 不 住 了 sil|29 24 18 22 16 12 16 21 23 16 14 24 25 19 17 19 21 22 17 25 19 16 9 19 17 32|0.0|5.945 +003046|sil er2 gai1 xiao3 fan4 ze2 diu1 xia4 shou3 tui1 che1 tao2 cuan4 sil|sil 而 该 小 贩 则 丢 下 手 推 车 逃 窜 sil|30 22 16 19 26 17 14 15 14 14 18 21 22 29|0.0|3.22 +003047|sil ka2 ta2 er3 ye2 biao3 shi4 sp1 jiang1 xiang4 ba1 lin2 pai4 bing1 sil|sil 卡 塔 尔 也 表 示 sp1 将 向 巴 林 派 兵 sil|27 19 17 20 14 20 21 15 20 21 15 16 18 24 29|0.0|3.44 +003048|sil sheng1 ming2 hai2 cheng1 sp1 liu2 luan2 xiong2 bei4 ao4 men2 zhong1 shen2 fa3 yuan4 sp1 yao1 qiu2 jin3 zuo4 wei2 zheng4 ren2 chu1 xi2 ling2 xun4 sil|sil 声 明 还 称 sp1 刘 銮 雄 被 澳 门 终 审 法 院 sp1 要 求 仅 作 为 证 人 出 席 聆 讯 sil|31 18 15 16 23 28 13 18 29 17 19 17 14 14 17 18 8 18 20 17 14 13 21 24 20 12 19 22 31|0.0|6.34 +003049|sil ran2 hou4 lao2 ban3 kai1 che1 meng3 dao4 sp1 you4 wang3 qian2 chong1 sil|sil 然 后 老 板 开 车 猛 倒 sp1 又 往 前 冲 sil|29 17 23 24 22 20 17 21 22 15 10 16 22 27 29|0.0|3.65 +003050|sil dang4 wan3 sp1 dan4 dan5 he2 zhang1 yan4 juan1 sp1 zhu4 jin4 le5 yi1 yuan4 sil|sil 当 晚 sp1 蛋 蛋 和 张 艳 娟 sp1 住 进 了 医 院 sil|29 20 27 14 24 19 15 17 15 24 4 18 16 9 15 25 30|0.0|3.725 +003051|sil wei4 shen2 me5 yun1 sp1 bu2 dui4 wei4 kou3 ma5 sil|sil 为 什 么 晕 sp1 不 对 胃 口 吗 sil|28 18 15 11 26 6 14 13 17 20 28 28|0.0|2.6 +003052|sil di4 tie3 tie2 gui3 xuan3 cai2 geng4 jiang3 jiu5 xie1 sil|sil 地 铁 铁 轨 选 材 更 讲 究 些 sil|25 18 18 20 26 26 23 18 20 16 22 30|0.0|3.04 +003053|sil tian1 sha1 de5 sp1 shei2 ba2 wo2 si3 le5 zang4 de5 hao3 hao1 de5 cang1 shu3 sp1 wa1 chu1 lai2 xi3 sil|sil 天 杀 的 sp1 谁 把 我 死 了 葬 得 好 好 的 仓 鼠 sp1 挖 出 来 洗 sil|26 27 26 17 17 19 15 15 19 14 20 10 19 18 8 23 23 8 16 12 16 32 29|0.0|4.985 +003054|sil she4 ji2 de5 ji3 fen4 ming2 dan1 zhong1 sp1 jun1 biao1 ming2 le5 yun4 dong4 yuan2 de5 chu1 sheng1 nian2 yue4 sil|sil 涉 及 的 几 份 名 单 中 sp1 均 标 明 了 运 动 员 的 出 生 年 月 sil|31 24 15 11 15 11 19 18 20 14 21 17 19 16 16 16 19 14 18 17 18 22 27|0.0|4.85 +003055|sil liang3 ren2 dang1 nian2 yin1 xi4 sheng1 qing2 xun4 su4 duo4 ru4 ai4 he2 sil|sil 两 人 当 年 因 戏 生 情 迅 速 堕 入 爱 河 sil|30 18 17 16 22 19 16 20 32 26 19 13 13 19 28 29|0.0|3.91 +003056|sil bu2 guo4 qing1 xia2 dui4 yu2 wei4 neng2 xie2 zhu4 zhang1 guo2 rong2 bai3 tuo1 you1 yu4 zheng4 sp1 shi3 zhong1 geng2 geng3 yu2 huai2 sil|sil 不 过 青 霞 对 于 未 能 协 助 张 国 荣 摆 脱 忧 郁 症 sp1 始 终 耿 耿 于 怀 sil|27 14 22 26 26 15 14 15 17 19 15 18 11 28 17 17 15 12 24 18 19 23 18 18 16 32 31|0.0|6.12 +003057|sil bu2 guo4 sp1 liu4 yue4 chu1 jiang1 shang4 tiao2 gai1 pin3 pai2 nai2 fen3 jia4 ge2 sil|sil 不 过 sp1 六 月 初 将 上 调 该 品 牌 奶 粉 价 格 sil|28 15 27 5 18 10 30 25 20 22 15 17 18 17 17 23 23 30|0.0|4.18 +003058|sil te4 jing3 tai2 le5 yi2 kuai4 zhong4 xing2 dun4 pai2 jin4 ru4 lou2 nei4 sil|sil 特 警 抬 了 一 块 重 型 盾 牌 进 入 楼 内 sil|27 27 27 18 9 11 19 17 17 18 25 15 10 15 24 29|0.0|3.575 +003059|sil zhu2 kao2 zhe2 sp1 yan3 jing5 mi1 zhe5 sp1 xiang4 shi4 zai4 tiao1 xi1 shuai4 sp1 kan4 shui2 dou4 de5 zui4 meng2 jian3 shui2 sil|sil 主 考 者 sp1 眼 睛 眯 着 sp1 像 是 在 挑 蟋 蟀 sp1 看 谁 斗 得 最 猛 拣 谁 sil|27 18 23 24 4 12 14 21 18 27 18 15 16 20 16 26 33 26 26 16 9 17 26 22 29 29|0.0|6.18 +003060|sil bao1 kuo4 yan1 hua1 bao4 zhu2 sp1 xu1 rao4 xing2 shen1 zhen4 sil|sil 包 括 烟 花 爆 竹 sp1 须 绕 行 深 圳 sil|26 18 26 20 19 19 20 4 22 18 17 17 19 31|0.0|3.205 +003061|sil che1 zi5 de5 dang3 feng1 bo1 li5 sui4 lie4 sp1 cheng2 nei4 ao1 zhuang4 sil|sil 车 子 的 挡 风 玻 璃 碎 裂 sp1 呈 内 凹 状 sil|26 25 14 14 17 17 11 13 21 25 7 25 21 20 29 28|0.0|3.635 +003062|sil ta1 xiao4 yu2 cha1 xie1 hua4 sp1 wo3 ting1 ni3 yi4 shuo1 sp1 zheng4 hao3 xiang2 qi3 sil|sil 他 笑 余 插 些 话 sp1 我 听 你 一 说 sp1 正 好 想 起 sil|26 23 22 15 20 16 26 30 12 15 15 11 25 6 20 15 21 23 29|0.0|4.29 +003063|sil kan4 dao4 pan1 mou3 yu2 lao3 han4 dou1 bu2 zai4 dong4 tan5 sp1 huang2 mou3 cong1 mang2 sp1 lve4 qu3 cai2 wu4 hou4 tao2 zou3 sil|sil 看 到 潘 某 与 老 汉 都 不 再 动 弹 sp1 黄 某 匆 忙 sp1 掠 取 财 物 后 逃 走 sil|29 23 19 24 23 13 20 30 17 15 17 19 25 29 20 25 22 26 11 16 15 22 15 14 24 23 30|0.0|6.57 +003064|sil xia4 xi1 keng1 cun1 yin2 shui3 nan2 sp1 zhi3 shi4 dong1 shan1 dao3 de5 yi2 ge4 suo1 ying3 sil|sil 下 西 坑 村 饮 水 难 sp1 只 是 东 山 岛 的 一 个 缩 影 sil|28 23 13 21 25 17 16 28 18 15 20 16 18 17 7 10 12 24 26 29|0.0|4.45 +003065|sil wo3 ke2 yi3 bang1 ni3 cha2 yue4 yu2 jia1 zi1 liao4 sil|sil 我 可 以 帮 你 查 阅 瑜 伽 资 料 sil|30 13 13 13 16 12 20 18 11 18 14 27 28|0.0|2.705 +003066|sil jiang3 zhe5 jiang3 zhe5 sp1 ta1 yi2 zhen4 quan2 mo2 ca1 zhang3 hou4 sp1 yao2 yao5 tou2 shuai2 shuai2 jiao3 sp1 bai1 bai1 shou3 sil|sil 讲 着 讲 着 sp1 他 一 阵 拳 摩 擦 掌 后 sp1 摇 摇 头 甩 甩 脚 sp1 掰 掰 手 sil|35 25 11 22 20 16 19 13 22 27 19 21 20 21 26 16 16 33 20 18 30 10 17 17 33 33|0.0|6.505 +003067|sil she4 you3 he2 tong2 xue2 gao4 su4 ji4 zhe3 sp1 ta1 men5 ben3 xue2 qi1 cai2 ban1 ru4 hua2 nong2 hua4 shan1 xiao4 qu1 su4 she4 sil|sil 舍 友 何 同 学 告 诉 记 者 sp1 他 们 本 学 期 才 搬 入 华 农 华 山 校 区 宿 舍 sil|33 25 21 19 18 17 16 11 15 21 31 13 13 15 16 27 26 19 19 21 20 20 14 15 14 16 24 31|0.0|6.39 +003068|sil yin1 wei4 pu2 tao5 jiu2 li3 nong2 yao4 de5 can2 liu2 sp1 lai2 zi4 yu2 pu2 tao5 sil|sil 因 为 葡 萄 酒 里 农 药 的 残 留 sp1 来 自 于 葡 萄 sil|29 15 21 19 17 14 17 20 16 10 20 24 5 19 12 16 20 23 30|0.0|4.025 +003069|sil ji2 shi3 fu2 la1 duo1 cheng2 wei2 guo2 zu2 zhu3 jiao4 lian4 sp1 ta1 zhu3 li4 you4 hou4 wei4 de5 wei4 zhi5 yi1 ran2 lao2 gu4 sil|sil 即 使 福 拉 多 成 为 国 足 主 教 练 sp1 他 主 力 右 后 卫 的 位 置 依 然 牢 固 sil|30 18 21 13 16 22 20 18 18 13 14 16 22 29 19 15 20 19 14 15 8 20 25 15 16 19 20 29|0.0|6.08 +003070|sil zhong4 duo1 xiang1 qin1 cu4 yong1 guan1 shang3 sp1 jing1 tan4 zhi1 yu2 qi1 dai4 shi4 shui3 cheng2 gong1 sil|sil 众 多 乡 亲 簇 拥 观 赏 sp1 惊 叹 之 余 期 待 试 水 成 功 sil|29 20 13 20 26 19 17 15 28 16 19 20 19 21 22 19 19 14 23 21 30|0.0|4.99 +003071|sil bei4 cheng1 wei2 dong1 fang1 wei2 na4 si1 de5 sp1 duan4 bi4 pu2 sa5 xiang4 sil|sil 被 称 为 东 方 维 纳 斯 的 sp1 断 臂 菩 萨 像 sil|27 15 20 25 17 16 13 18 17 13 7 19 14 17 15 25 29|0.0|3.565 +003072|sil cong2 zhao4 pian4 shang4 lai2 kan4 sp1 chen2 guan4 xi1 mian4 mu4 niu3 qu1 sp1 zhou4 wen2 zong4 heng2 sp1 shi2 zai4 shi4 tui2 tang2 qiao2 cui4 sil|sil 从 照 片 上 来 看 sp1 陈 冠 希 面 目 扭 曲 sp1 皱 纹 纵 横 sp1 实 在 是 颓 唐 憔 悴 sil|30 28 16 19 14 16 23 25 20 18 24 25 12 21 26 16 19 18 18 26 19 18 19 19 20 20 19 21 33|0.0|6.995 +003073|sil yi3 mu4 qian2 de5 pao1 ya1 qing2 xu4 kan4 sp1 jin1 ri4 jiu2 gui2 jiu3 sp1 reng2 you3 die1 ting2 ke3 neng2 sil|sil 以 目 前 的 抛 压 情 绪 看 sp1 今 日 酒 鬼 酒 sp1 仍 有 跌 停 可 能 sil|29 14 21 19 10 20 14 16 13 27 24 21 15 15 16 25 6 16 16 15 19 14 27 28|0.0|5.105 +003074|sil lao2 nai3 nai5 kan4 kan5 wo3 zuo4 xia4 hou4 tan4 qi4 dao4 sp1 duo1 hao3 de5 xiao2 huor3 r a5 sp1 ke3 xi1 shi4 ge5 ya3 ba5 sil|sil 老 奶 奶 看 看 我 坐 下 后 叹 气 到 sp1 多 好 的 小 伙 儿 啊 sp1 可 惜 是 个 哑 巴 sil|33 15 18 19 20 14 14 18 19 17 23 21 20 40 18 17 6 20 23 0 19 19 19 25 16 12 24 21 31|0.0|6.51 +003075|sil fu4 mu2 dao3 di4 bu2 dong4 tan5 hou4 sp1 feng2 tian1 yun2 hui2 dao4 zi4 ji3 wu1 li3 sil|sil 父 母 倒 地 不 动 弹 后 sp1 冯 天 云 回 到 自 己 屋 里 sil|28 12 17 19 19 14 20 19 22 22 20 19 25 25 15 15 15 20 23 32|0.0|4.66 +003076|sil an1 de2 lu3 he2 mo3 xiang1 jing1 sil|sil 安 德 鲁 和 抹 香 鲸 sil|29 19 13 24 17 20 22 25 29|0.0|2.3 +003077|sil wo3 men5 guo2 fu4 min2 qiong2 ma5 sil|sil 我 们 国 富 民 穷 吗 sil|27 12 24 21 15 21 25 24 30|0.0|2.305 +003078|sil chen4 si1 jia1 li4 ning2 zhuan3 mian4 shi2 sp1 bao3 biao1 geng4 yi4 shi2 qing2 bu5 zi4 jin1 kai1 xin1 da4 xiao4 sil|sil 趁 斯 嘉 丽 拧 转 面 时 sp1 保 镖 更 一 时 情 不 自 禁 开 心 大 笑 sil|26 27 14 13 14 20 17 20 27 16 17 29 18 13 18 23 9 16 22 23 17 15 23 32|0.0|5.445 +003079|sil bai2 jiu3 sui1 yi3 gao1 gu1 sp1 dan4 tong2 lei4 xing2 de5 zhong1 yi1 yao4 reng2 ju4 chong2 gu1 jia4 zhi2 sil|sil 白 酒 虽 已 高 估 sp1 但 同 类 型 的 中 医 药 仍 具 重 估 价 值 sil|27 23 22 16 11 21 21 24 19 19 14 16 10 15 16 24 19 18 21 15 21 23 30|0.0|5.17 +003080|sil jin4 xing2 zhong1 xin1 sp1 yu3 fa1 ka3 yin2 hang2 ji2 shang1 hu4 de5 lian2 wang3 tiao2 shi4 sil|sil 进 行 中 心 sp1 与 发 卡 银 行 及 商 户 的 联 网 调 试 sil|25 19 16 16 28 5 14 18 18 18 24 20 20 16 6 19 17 20 23 28|0.0|4.3 +003081|sil duan3 xin4 fang1 bian4 you4 sheng2 guang3 gao4 yin4 shua1 fei4 sp1 cheng2 le5 lan2 lv4 can1 xuan3 ren2 sp1 dou1 ai4 yong4 de5 zhu4 xuan3 qi2 bing1 sil|sil 短 信 方 便 又 省 广 告 印 刷 费 sp1 成 了 蓝 绿 参 选 人 sp1 都 爱 用 的 助 选 奇 兵 sil|27 20 22 24 24 15 19 15 13 14 20 22 25 20 19 22 16 18 17 23 5 17 15 18 12 15 16 22 22 31|0.0|6.59 +003082|sil ci3 wai4 sp1 yao1 yao1 jiu3 sp1 yao1 er4 ling2 he2 yao1 er4 er4 deng3 dian4 hua4 ye3 neng2 da3 tong1 sil|sil 此 外 sp1 幺 幺 九 sp1 幺 二 零 和 幺 二 二 等 电 话 也 能 打 通 sil|31 19 27 10 14 16 35 4 15 13 27 20 19 14 15 15 18 24 12 18 16 26 30|0.0|5.085 +003083|sil shi4 wei1 ruan3 gong1 si1 dong3 shi4 zhang3 ya5 sil|sil 是 微 软 公 司 董 事 长 呀 sil|27 28 16 19 14 14 13 14 20 25 26|0.0|2.51 +003084|sil weng1 zhen4 jie2 sp1 di2 que4 shi4 yi2 ge5 zi1 ben3 neng2 ren2 sil|sil 翁 振 杰 sp1 的 确 是 一 个 资 本 能 人 sil|30 20 19 24 5 14 19 13 11 12 15 13 16 27 29|0.0|3.1 +003085|sil deng2 wo2 lao3 le5 sp1 ye2 xu3 hui4 qu4 tiao4 ba5 sil|sil 等 我 老 了 sp1 也 许 会 去 跳 吧 sil|25 15 14 25 17 8 17 16 13 14 26 21 29|0.0|2.79 +003086|sil mei2 jia3 tan1 tan1 zhu2 xiao3 zhu1 zhui1 le5 shang4 qu4 sp1 jiang1 xian2 fan4 shi1 mou2 mou3 zhua1 zhu4 sil|sil 美 甲 摊 摊 主 小 朱 追 了 上 去 sp1 将 嫌 犯 施 某 某 抓 住 sil|30 15 16 17 21 18 22 20 16 11 20 24 24 22 18 20 16 16 19 19 20 28|0.0|5.02 +003087|sil ta1 mu4 qian2 sui1 xu1 yi1 liao2 ren2 yuan2 zhao4 gu5 sp1 dan4 shen1 ti3 reng2 ran2 ying4 lang3 sil|sil 她 目 前 虽 需 医 疗 人 员 照 顾 sp1 但 身 体 仍 然 硬 朗 sil|29 16 15 24 19 24 11 16 14 15 22 20 19 18 21 22 18 17 17 24 30|0.0|4.77 +003088|sil la1 sa4 shi4 zheng4 xie2 fu4 zhu3 xi2 sp1 la1 zong1 zhuo2 ga1 ti2 dao4 yi2 ge4 xi4 jie2 sil|sil 拉 萨 市 政 协 副 主 席 sp1 拉 宗 卓 嘎 提 到 一 个 细 节 sil|26 21 19 17 16 14 12 13 29 6 16 17 17 26 17 13 9 14 21 26 28|0.0|4.38 +003089|sil wo2 xiang3 qing2 ni2 gun3 chu1 qu4 sil|sil 我 想 请 你 滚 出 去 sil|28 11 18 16 15 20 19 25 30|0.0|2.11 +003090|sil jiu3 er2 jiu3 zhi1 sp1 luo2 ya4 ping2 sp1 yang3 cheng2 le5 sp1 dan3 da4 po1 la4 sp1 zhuan1 heng4 ba4 dao4 sp1 wei2 suo3 yu4 wei2 de5 xing4 ge2 sil|sil 久 而 久 之 sp1 罗 亚 平 sp1 养 成 了 sp1 胆 大 泼 辣 sp1 专 横 霸 道 sp1 为 所 欲 为 的 性 格 sil|28 18 14 18 24 21 15 15 27 6 20 18 13 9 21 18 19 24 7 21 22 19 21 18 15 19 14 16 9 23 25 33|0.0|6.845 +003091|sil bu4 fen5 yan2 xian4 lie4 che1 shou4 shi4 gu4 ying2 xiang3 er2 wan2 dian3 sil|sil 部 分 沿 线 列 车 受 事 故 影 响 而 晚 点 sil|26 20 20 17 15 15 25 23 20 10 19 28 17 19 29 31|0.0|3.88 +003092|sil gan4 po2 da4 di4 sp1 zai4 ci4 ying2 lai2 le5 yu2 xue3 jiao1 jia1 de5 han2 leng3 tian1 qi4 sil|sil 赣 鄱 大 地 sp1 再 次 迎 来 了 雨 雪 交 加 的 寒 冷 天 气 sil|26 22 20 18 19 6 19 13 14 17 19 17 18 19 16 9 18 16 18 22 29|0.0|4.355 +003093|sil yang2 hong2 jie4 shao4 sp1 zhong1 guo2 gu3 dai4 li4 shi3 shang5 sp1 you3 mie4 fo2 yun4 dong4 he2 fo2 xiang4 cuo2 mai2 zhi4 du4 sil|sil 杨 泓 介 绍 sp1 中 国 古 代 历 史 上 sp1 有 灭 佛 运 动 和 佛 像 痤 埋 制 度 sil|29 18 20 18 23 26 18 11 17 15 16 14 24 16 18 26 16 16 23 19 19 20 19 20 17 24 29|0.0|6.165 +003094|sil te4 lang2 pu3 wei2 zhi4 pian4 ren2 sp1 bing4 dan1 ren4 jia1 bin1 sil|sil 特 朗 普 为 制 片 人 sp1 并 担 任 嘉 宾 sil|26 17 20 27 18 15 18 25 5 20 14 15 21 22 30|0.0|3.405 +003095|sil shi1 lian4 de5 ren2 te4 bie2 xi3 huan1 wang3 ren2 yan1 han3 zhi4 de5 jiao3 luo4 li3 zuan1 sil|sil 失 恋 的 人 特 别 喜 欢 往 人 烟 罕 至 的 角 落 里 钻 sil|30 21 20 8 28 18 11 14 23 21 17 16 21 14 9 16 14 12 28 33|0.0|4.34 +003096|sil tie3 jiang4 zai4 gei3 zhan4 ma3 ding4 zhang3 shi2 sp1 yin1 que1 shao2 ji3 ke1 ding1 zi5 sp1 you3 yi4 zhi1 ma2 zhang3 mei2 you3 ding4 lao2 sil|sil 铁 匠 在 给 战 马 钉 掌 时 sp1 因 缺 少 几 颗 钉 子 sp1 有 一 只 马 掌 没 有 钉 牢 sil|27 25 28 17 16 18 17 20 21 25 30 17 19 17 12 17 21 17 34 13 13 11 22 31 14 10 17 29 35|0.0|6.88 +003097|sil li3 fu2 gen1 yu2 liang3 sui4 de5 you4 er2 shang4 wei4 xun2 huo4 sp1 dan4 sheng1 huan2 ji1 hui4 ji2 qi2 miao2 xiao3 sil|sil 李 福 根 与 两 岁 的 幼 儿 尚 未 寻 获 sp1 但 生 还 机 会 极 其 渺 小 sil|27 16 15 25 14 24 16 9 16 17 18 14 22 23 25 18 18 17 16 21 18 12 24 26 34|0.0|5.635 +003098|sil zuo2 ri4 sp1 yu2 zhong1 qu1 da4 ping2 sp1 yi2 fei4 pin3 shou1 gou4 zhan4 li3 sp1 jiu4 jiu3 ping2 bei4 da2 kun3 bao1 zhuang1 zai4 yi4 qi3 sil|sil 昨 日 sp1 渝 中 区 大 坪 sp1 一 废 品 收 购 站 里 sp1 旧 酒 瓶 被 打 捆 包 装 在 一 起 sil|29 21 21 22 14 18 16 17 32 7 16 20 16 16 12 20 21 36 24 17 31 18 19 28 16 17 14 10 24 32|0.0|7.015 +003099|sil xia4 wu3 di4 yi1 ge5 jiang2 yan2 zhu3 ti2 sp1 shi4 er2 tong2 zhi2 ye4 ti3 yan4 guan3 sil|sil 下 午 第 一 个 讲 演 主 题 sp1 是 儿 童 职 业 体 验 馆 sil|31 29 20 14 11 13 15 15 14 28 6 24 18 19 15 14 16 15 25 31|0.0|4.33 +003100|sil ru2 ruo4 you3 ren2 fan3 qi2 dao4 er2 xing2 zhi1 sp1 dao4 shi4 you3 jiao4 suo1 fan4 zui4 de5 xian2 yi2 sil|sil 如 若 有 人 反 其 道 而 行 之 sp1 倒 是 有 教 唆 犯 罪 的 嫌 疑 sil|29 13 14 17 22 22 18 15 13 20 23 21 16 13 20 23 19 17 15 9 21 21 31|0.0|5.01 +003101|sil dang1 shi2 sp1 ta1 shen1 zhuo2 bai2 di3 hei1 dian3 de5 duan3 xiu4 sp1 zhuo2 liang4 hei1 se4 chang2 ku4 sp1 hei1 wa4 sp1 hei1 ruan3 pi2 xie2 sil|sil 当 时 sp1 他 身 着 白 底 黑 点 的 短 袖 sp1 着 亮 黑 色 长 裤 sp1 黑 袜 sp1 黑 软 皮 鞋 sil|30 18 26 7 20 20 24 22 21 22 12 9 18 25 30 35 21 17 15 23 21 5 24 23 13 17 19 16 28 31|0.0|7.11 +003102|sil wang3 xi1 sp1 xiang1 gang3 ye4 kong1 xing1 guang1 cui3 can4 sp1 yan3 yi4 dong1 fang1 bu2 ye4 cheng2 de5 chuan2 qi2 sil|sil 往 昔 sp1 香 港 夜 空 星 光 璀 璨 sp1 演 绎 东 方 不 夜 城 的 传 奇 sil|28 19 30 5 23 15 16 23 22 16 18 28 25 17 15 16 21 14 15 16 7 21 30 34|0.0|5.5 +003103|sil yi4 tian1 sheng1 wu4 shi2 yan4 sp1 da4 jia1 guan1 cha2 zi4 ji3 de5 tuo4 ye4 xi4 bao1 sp1 yong4 xian3 wei1 jing4 kan4 sp1 bing4 ji4 lu4 xia4 lai2 sil|sil 一 天 生 物 实 验 sp1 大 家 观 察 自 己 的 唾 液 细 胞 sp1 用 显 微 镜 看 sp1 并 记 录 下 来 sil|30 13 23 18 11 16 25 24 14 13 16 22 15 9 10 19 14 16 23 24 17 16 16 24 29 9 18 16 14 17 25 33|0.0|6.84 +003104|sil gao1 jin1 su4 mei2 sp1 ye3 yin1 ci3 bei4 mei2 ti3 feng1 wei2 sp1 pi1 tui3 zu2 de5 cheng2 gong1 yang4 ban3 sil|sil 高 金 素 梅 sp1 也 因 此 被 媒 体 封 为 sp1 劈 腿 族 的 成 功 样 板 sil|26 19 19 16 30 7 13 16 22 13 18 15 19 21 5 22 17 17 10 21 16 14 25 28|0.0|4.985 +003105|sil tui2 jiao2 jiao3 zheng4 cha4 bu5 duo1 le5 sp1 xia4 jing4 sheng1 sp1 you4 kai1 shi3 xun2 si5 zhe5 rang4 er2 zi5 sp1 neng2 zou3 dong4 qi3 lai2 sil|sil 腿 脚 矫 正 差 不 多 了 sp1 夏 竞 生 sp1 又 开 始 寻 思 着 让 儿 子 sp1 能 走 动 起 来 sil|28 21 17 18 19 19 9 20 17 29 19 17 25 9 13 17 12 19 18 18 16 21 17 4 17 20 18 14 23 31|0.0|6.33 +003106|sil huang2 yu4 ling2 han2 ya3 le5 hou2 long5 sp1 jue2 wang4 de5 tan1 zuo4 zai4 di4 shang5 sil|sil 黄 玉 玲 喊 哑 了 喉 咙 sp1 绝 望 地 瘫 坐 在 地 上 sil|27 20 13 25 19 13 12 21 17 13 23 21 10 21 13 13 18 25 28|0.0|4.085 +003107|sil jiang1 yi4 mei2 ji1 dan4 fang4 zai4 dao4 li4 de5 bo1 li5 bei1 di3 bu4 sp1 ye3 mei2 you3 dian1 bo3 rang4 qi2 die1 luo4 sil|sil 将 一 枚 鸡 蛋 放 在 倒 立 的 玻 璃 杯 底 部 sp1 也 没 有 颠 簸 让 其 跌 落 sil|28 21 9 17 17 25 21 18 21 14 12 14 12 15 21 20 26 11 19 13 21 21 18 16 16 22 30|0.0|5.785 +003108|sil ta1 da3 kai1 le5 yi1 ceng2 yi4 jian1 men2 lian3 fang2 de5 la1 men2 sp1 li3 mian4 sp1 bi1 ze4 hun1 hei1 sil|sil 她 打 开 了 一 层 一 间 门 脸 房 的 拉 门 sp1 里 面 sp1 逼 仄 昏 黑 sil|26 19 16 15 13 14 30 16 21 16 18 16 6 17 27 27 12 24 4 16 17 20 25 29|0.0|5.155 +003109|sil cun2 zhe2 sp1 bu2 jiu4 you3 zhang4 hao4 me5 sil|sil 存 折 sp1 不 就 有 帐 号 么 sil|26 27 23 3 12 14 15 20 20 22 28|0.0|2.44 +003110|sil xuan3 ba2 qi2 ta1 yi4 shu4 pin2 zhong3 de5 jie2 mu4 sp1 ye3 xu1 yao4 ba2 yan3 jie4 fang4 kuan1 xie1 sil|sil 选 拔 其 他 艺 术 品 种 的 节 目 sp1 也 需 要 把 眼 界 放 宽 些 sil|32 26 20 21 16 15 14 19 13 8 16 21 26 12 16 13 15 16 16 17 22 20 32|0.0|4.95 +003111|sil na4 chi2 kong3 chen4 tuo1 xia4 de5 hua1 sp1 mei3 de5 bu4 de2 liao3 sil|sil 那 齿 孔 衬 托 下 的 花 sp1 美 的 不 得 了 sil|27 21 23 23 21 13 17 8 26 10 17 11 15 14 32 29|0.0|3.57 +003112|sil o4 sp1 na4 ni3 wan2 ba5 sp1 bu4 da2 rao2 ni3 le5 sil|sil 哦 sp1 那 你 玩 吧 sp1 不 打 扰 你 了 sil|29 23 15 12 15 21 18 11 15 15 13 15 19 29|0.0|2.9 +003113|sil ta1 de5 dao4 lai2 shi3 quan2 min2 ya1 yi4 xu2 jiu3 de5 tou2 zi1 sp1 li3 cai2 yu4 wang4 sp1 pen1 bo2 er2 fa1 sp1 yi2 lang4 gao1 guo4 yi2 lang4 sil|sil 它 的 到 来 使 全 民 压 抑 许 久 的 投 资 sp1 理 财 欲 望 sp1 喷 薄 而 发 sp1 一 浪 高 过 一 浪 sil|32 19 10 16 30 21 22 16 18 13 16 14 10 30 25 6 17 21 16 19 6 22 11 18 24 27 15 24 17 13 15 24 31|0.0|7.17 +003114|sil dang1 ni3 zai4 zhi4 zao4 yi2 jian4 chan2 pin3 shi2 tan2 lun4 ai4 sp1 you2 xie1 huang1 miu4 ke3 xiao4 sil|sil 当 你 在 制 造 一 件 产 品 时 谈 论 爱 sp1 有 些 荒 谬 可 笑 sil|27 17 14 20 16 15 8 14 22 19 21 18 15 23 13 16 19 20 16 20 24 30|0.0|4.725 +003115|sil zhuang1 gu3 shen2 sp1 miao1 le5 ge5 mi1 di5 sil|sil 装 股 神 sp1 喵 了 个 眯 滴 sil|26 24 15 27 16 19 10 6 24 16 27|0.0|2.435 +003116|sil tong2 shi2 sp1 xi2 ma3 la1 ya3 shan1 mai4 nan2 po1 yi2 dai4 sp1 zuo4 hao3 di4 zhi4 zai1 hai4 yu4 fang2 sil|sil 同 时 sp1 喜 马 拉 雅 山 脉 南 坡 一 带 sp1 做 好 地 质 灾 害 预 防 sil|26 20 25 14 16 13 18 13 17 14 22 22 13 21 16 17 24 18 17 17 16 11 30 30|0.0|5.22 +003117|sil yao4 yong4 ni3 de5 shuang1 shou3 chuang4 zao4 cai2 fu4 sil|sil 要 用 你 的 双 手 创 造 财 富 sil|28 19 15 11 11 21 21 23 12 24 23 29|0.0|2.755 +003118|sil shi4 chuang1 li2 bu4 kai1 shu3 biao1 sp1 suo2 yi3 wei1 ruan3 ye3 sheng1 chan2 shu3 biao1 sp1 shu3 biao1 jiu4 shi4 chuai4 men2 de5 nei4 zhi1 jiao3 sil|sil 视 窗 离 不 开 鼠 标 sp1 所 以 微 软 也 生 产 鼠 标 sp1 鼠 标 就 是 踹 门 的 那 只 脚 sil|31 24 30 17 11 16 20 26 21 17 16 18 27 17 19 18 15 25 30 23 20 12 10 22 17 7 17 14 29 30|0.0|6.96 +003119|sil mei3 guo2 ye3 cong2 shuang1 bian1 guan1 xi5 zhong1 shou4 yi4 fei2 qian3 sil|sil 美 国 也 从 双 边 关 系 中 受 益 匪 浅 sil|29 19 23 14 15 16 13 15 13 19 21 12 19 31 29|0.0|3.345 +003120|sil chen2 mo4 de5 ji1 lun2 shi4 cha2 ya4 ba1 lu3 hao4 sil|sil 沉 没 的 机 轮 是 查 亚 巴 鲁 号 sil|28 22 19 9 14 23 23 24 15 12 19 28 29|0.0|3.08 +003121|sil ta1 jue2 ding4 li4 yong4 ye4 yu2 shi2 jian1 xuan1 chuan2 cui4 gu3 bing4 sp1 rang4 da4 jia1 guan1 zhu4 cui4 ruo4 de5 ci2 wa2 wa5 sil|sil 他 决 定 利 用 业 余 时 间 宣 传 脆 骨 病 sp1 让 大 家 关 注 脆 弱 的 瓷 娃 娃 sil|28 19 15 13 15 16 18 11 15 23 22 22 20 15 23 26 16 11 15 17 16 24 15 7 21 20 20 30|0.0|5.96 +003122|sil dan4 shou4 chong3 yu2 nian2 qing1 ren2 sp1 ta1 cheng1 sp1 yi4 que2 yi4 guai3 sp1 ye3 yao4 dao4 xi1 ning2 ling3 zhe4 ge5 jiang3 sil|sil 但 受 宠 于 年 轻 人 sp1 她 称 sp1 一 瘸 一 拐 sp1 也 要 到 西 宁 领 这 个 奖 sil|26 21 20 18 10 21 22 24 23 17 25 5 14 19 13 26 13 14 14 15 17 21 17 14 10 29 29|0.0|5.765 +003123|sil tu1 ran2 sp1 che1 qian2 bu4 kao4 jia4 shi3 zuo4 wei4 zhi5 sp1 kuang1 lang1 yi4 sheng1 sp1 za2 jin4 yi2 kuai4 ju4 shi2 sil|sil 突 然 sp1 车 前 部 靠 驾 驶 座 位 置 sp1 哐 啷 一 声 sp1 砸 进 一 块 巨 石 sil|28 19 26 11 24 24 15 23 18 12 17 17 21 15 19 18 11 20 5 21 14 10 17 16 28 34|0.0|5.61 +003124|sil zhe4 yi3 bu2 shi4 cai4 mou2 shou3 ci4 shen1 chu1 ang1 zang1 zhi1 shou3 sil|sil 这 已 不 是 蔡 某 首 次 伸 出 肮 脏 之 手 sil|26 18 13 10 14 20 21 21 16 19 18 19 17 14 24 31|0.0|3.49 +003125|sil yu3 yong2 jiu3 zi4 xing2 che1 shang4 hai3 shou2 biao3 sp1 tong2 lie4 san1 da4 shang4 hai3 lao2 pin3 pai2 sil|sil 与 永 久 自 行 车 上 海 手 表 sp1 同 列 三 大 上 海 老 品 牌 sil|30 18 20 16 11 17 27 24 14 19 25 9 19 23 24 17 16 13 17 18 30 31|0.0|5.09 +003126|sil you3 guan1 ao4 men2 guo4 du4 qi1 de5 gong1 zuo4 sp1 jin4 ri4 yi3 you2 shang4 hai2 yuan3 dong1 chu1 ban3 she4 chu1 ban3 sil|sil 有 关 澳 门 过 渡 期 的 工 作 sp1 近 日 已 由 上 海 远 东 出 版 社 出 版 sil|28 16 22 18 19 15 11 14 9 17 20 26 19 25 16 14 21 19 21 14 17 14 12 21 24 30|0.0|5.6 +003127|sil bei4 gua3 ceng4 de5 fei1 ji1 ze2 xu1 ting2 chang2 jian3 xiu1 sil|sil 被 剐 蹭 的 飞 机 则 需 停 场 检 修 sil|26 15 18 17 9 19 21 20 17 20 19 17 28 30|0.0|3.2 +003128|sil hu2 lu5 dao3 xiao2 huo3 tian2 ye3 sil|sil 葫 芦 岛 小 伙 田 野 sil|26 22 11 17 21 19 26 29 27|0.0|2.295 +003129|sil shi3 yong4 zuo4 guo3 ling2 de5 xi1 gua1 guo3 qi2 jiao4 da4 sil|sil 使 用 坐 果 灵 的 西 瓜 果 脐 较 大 sil|31 22 25 20 16 16 10 16 22 17 17 16 24 27|0.0|3.235 +003130|sil nan2 zi3 ge4 ren2 yue4 ye3 sai4 de5 gui4 guan4 sp1 ze2 bei4 gan1 su4 xuan2 shou3 sp1 wang2 zhen1 qiang3 de2 sil|sil 男 子 个 人 越 野 赛 的 桂 冠 sp1 则 被 甘 肃 选 手 sp1 王 帧 抢 得 sil|29 22 21 18 13 15 12 16 6 19 23 9 19 16 18 14 19 24 5 18 19 23 25 32|0.0|5.05 +003131|sil xiao2 nv3 er2 ye3 da4 sheng1 zhou4 ma4 sp1 biao3 shi4 yao4 wei4 fu4 mu2 tao3 hui2 gong1 dao4 sil|sil 小 女 儿 也 大 声 咒 骂 sp1 表 示 要 为 父 母 讨 回 公 道 sil|30 23 15 22 15 19 16 16 25 17 20 23 17 13 16 21 22 18 18 20 32|0.0|4.85 +003132|sil wo3 men5 zhun3 bei4 sao2 zou3 zhe4 jian4 la1 ji1 sil|sil 我 们 准 备 扫 走 这 件 垃 圾 sil|29 9 14 16 17 22 16 13 15 17 25 29|0.0|2.58 +003133|sil yi2 hui4 hui4 you2 cai3 hong2 de5 ba5 sil|sil 一 会 会 有 彩 虹 的 吧 sil|29 14 25 18 12 21 18 11 23 30|0.0|2.335 +003134|sil zai4 chan1 hun4 guo4 cheng2 zhong1 sp1 gong1 ren2 fa1 xian4 sp1 bu4 fen5 li4 hua2 pai2 ru2 fen3 sp1 you3 jie2 kuai4 chu1 chong2 xian4 xiang4 sil|sil 在 掺 混 过 程 中 sp1 工 人 发 现 sp1 部 分 荔 华 牌 乳 粉 sp1 有 结 块 出 虫 现 象 sil|28 22 21 17 13 16 21 16 15 15 19 21 6 16 21 19 17 18 16 27 4 19 22 25 19 20 19 23 29|0.0|6.32 +003135|sil yi1 lang2 yu3 xu4 li4 ya4 liang3 guo2 guan1 xi5 mi4 qie4 sil|sil 伊 朗 与 叙 利 亚 两 国 关 系 密 切 sil|30 14 24 14 15 15 19 23 12 16 11 20 26 30|0.0|3.125 +003136|sil da4 ye5 xiao3 ming2 mian2 tian3 de5 shuo1 sp1 wo3 shi4 wu2 suo3 wei4 sp1 neng2 bu4 neng2 gei2 ni3 da4 ma1 xiao3 hua1 sp1 liu2 tiao2 ku4 cha3 sil|sil 大 爷 小 明 腼 腆 的 说 sp1 我 是 无 所 谓 sp1 能 不 能 给 你 大 妈 小 花 sp1 留 条 裤 衩 sil|27 18 13 17 23 23 17 8 23 38 13 17 12 17 21 35 16 7 23 15 15 15 18 22 27 6 13 17 18 30 31|0.0|6.91 +003137|sil she4 lun4 shuo1 sp1 dui4 shui4 shou1 de5 liang4 li4 yu4 qi1 sp1 suo3 de2 shui4 shou1 de5 sp1 cheng2 zhang3 ju1 gong1 jue2 wei3 sil|sil 社 论 说 sp1 对 税 收 的 亮 丽 预 期 sp1 所 得 税 收 的 sp1 成 长 居 功 厥 伟 sil|30 21 19 27 26 16 19 18 8 19 13 14 28 9 23 14 18 20 14 4 27 23 19 15 18 25 32|0.0|6.02 +003138|sil bai2 lao3 hui4 da4 jie1 sp1 yao1 san1 wu3 liu4 hao4 sp1 ye3 bei4 ming4 ming2 wei2 hai2 er3 da4 sha4 sil|sil 百 老 汇 大 街 sp1 幺 三 五 六 号 sp1 也 被 命 名 为 海 尔 大 厦 sil|27 15 18 17 16 22 8 17 16 13 21 21 9 13 10 16 17 25 21 15 17 24 32|0.0|4.755 +003139|sil zai4 guang4 ju2 zi1 shi2 sp1 hou2 pei4 cen2 dui4 tong2 zhuang1 ai4 bu5 shi4 shou3 sp1 lian2 shuo1 hao2 ke3 ai4 o5 sil|sil 在 逛 橘 滋 时 sp1 侯 佩 岑 对 童 装 爱 不 释 手 sp1 连 说 好 可 爱 哦 sil|28 19 18 18 17 27 19 15 17 33 15 22 21 18 8 15 22 23 17 22 26 19 19 18 31|0.0|5.885 +003140|sil jie2 zhi3 yi1 yue4 er4 shi2 wu3 ri4 sp1 jie1 ru4 dian4 hua4 sp1 yi2 wan4 liu4 qian1 yu2 ge4 sil|sil 截 止 一 月 二 十 五 日 sp1 接 入 电 话 sp1 一 万 六 千 余 个 sil|28 20 26 16 11 16 16 13 21 17 16 13 19 25 5 16 16 16 19 13 21 28|0.0|4.535 +003141|sil zan4 ting2 jie2 shu4 shi2 sp1 nv3 jiao4 tou2 sp1 you4 yu3 dui4 yuan2 men5 sp1 ji1 zhang3 na4 han3 sp1 yi3 gu2 wu3 shi4 qi4 sil|sil 暂 停 结 束 时 sp1 女 教 头 sp1 又 与 队 员 们 sp1 击 掌 呐 喊 sp1 以 鼓 舞 士 气 sil|30 20 19 15 15 23 24 14 17 29 5 12 12 14 17 18 9 18 18 21 26 10 15 18 13 21 22 31|0.0|5.88 +003142|sil duan4 bu4 zhun3 guan1 li4 xu1 yi4 ji2 ci2 jin4 ling4 sp1 rao3 lei4 ming2 jian1 sil|sil 断 不 准 官 吏 胥 役 藉 词 禁 令 sp1 扰 累 名 间 sil|28 19 14 15 18 25 28 18 16 16 19 24 17 19 14 22 24 30|0.0|4.245 +003143|sil bu2 guo4 zai4 zen3 me5 yang4 sp1 ye3 wu2 fa3 bi2 ni2 wo3 men5 gui2 gui2 mei3 li4 de5 rong2 yan2 sil|sil 不 过 再 怎 么 样 sp1 也 无 法 比 拟 我 们 鬼 鬼 美 丽 的 容 颜 sil|27 16 26 21 12 11 23 7 11 15 16 13 17 11 11 22 18 18 17 8 18 31 29|0.0|4.615 +003144|sil wan3 shang4 shi1 mian2 sp1 wo2 ye3 hui4 kan4 dian4 shi4 xiao1 qian3 o5 sil|sil 晚 上 失 眠 sp1 我 也 会 看 电 视 消 遣 哦 sil|28 18 18 16 30 10 10 11 13 18 13 12 21 24 25 28|0.0|3.425 +003145|sil zhang1 jiang1 jun1 sp1 you2 wei2 guan1 xin1 zu3 guo2 tong3 yi1 de5 wen4 ti5 sil|sil 张 将 军 sp1 尤 为 关 心 祖 国 统 一 的 问 题 sil|29 23 20 27 6 14 14 18 18 17 16 21 12 9 19 21 31|0.0|3.655 +003146|sil wo2 xiang3 shuo1 sp1 wo2 ye3 zhe4 yang4 ren4 wei2 de5 sil|sil 我 想 说 sp1 我 也 这 样 认 为 的 sil|29 12 19 25 6 14 15 11 15 14 20 14 30|0.0|2.595 +003147|sil xiu1 xian2 shi2 jian1 hai2 heng1 heng1 ya1 ya1 chang4 ge1 shen2 me5 de5 sil|sil 休 闲 时 间 还 哼 哼 呀 呀 唱 歌 什 么 的 sil|28 17 16 16 26 22 15 16 17 18 23 15 13 11 18 30|0.0|3.495 +003148|sil jin2 guan3 ti2 yi4 jian4 sp1 wo3 hui4 gai3 zheng4 da5 sil|sil 尽 管 提 意 见 sp1 我 会 改 正 哒 sil|27 21 19 19 13 20 14 11 13 18 18 21 27|0.0|2.795 +003149|sil yi4 ba3 xin1 suan1 lei4 sp1 man3 ping2 huang1 tang2 ju4 sil|sil 一 把 辛 酸 泪 sp1 满 屏 荒 唐 句 sil|28 16 18 18 17 21 7 24 21 23 20 25 28|0.0|3.085 +003150|sil zheng4 shi4 yin1 wei4 lu4 chun1 long2 sp1 tian1 xing4 hao4 dong4 de5 xing4 ge2 sp1 cai2 yi2 xia4 zi5 bei4 bo2 le4 xiang1 zhong4 sil|sil 正 是 因 为 陆 春 龙 sp1 天 性 好 动 的 性 格 sp1 才 一 下 子 被 伯 乐 相 中 sil|27 21 12 15 18 16 19 26 6 22 17 21 15 8 20 22 22 20 12 23 16 15 14 14 23 19 32|0.0|5.745 +003151|sil san1 shi4 jia1 qiang2 zheng4 ce4 zhi1 chi2 sp1 nu3 li4 cu4 jin4 bu3 lao1 yu2 min2 sp1 zhuan2 chan2 zhuan3 ye4 sil|sil 三 是 加 强 政 策 支 持 sp1 努 力 促 进 捕 捞 渔 民 sp1 转 产 转 业 sil|30 21 21 19 22 14 14 14 27 18 10 16 17 20 12 18 12 29 5 20 21 17 23 31|0.0|5.235 +003152|sil lou2 shi4 tiao2 kong4 yao4 fang2 zhi3 an4 xia4 hu2 lu5 qi3 lai2 piao2 sil|sil 楼 市 调 控 要 防 止 按 下 葫 芦 起 来 瓢 sil|31 15 14 20 27 22 19 22 17 17 16 17 14 16 32 30|0.0|3.825 +003153|sil chu2 he2 ri4 dang1 wu3 sp1 di4 lei2 mai2 xia4 tu3 sil|sil 锄 禾 日 当 午 sp1 地 雷 埋 下 土 sil|26 23 24 16 26 24 5 15 20 21 20 30 30|0.0|3.255 +003154|sil zi4 ji3 shen1 ti3 yao4 jin3 o5 sil|sil 自 己 身 体 要 紧 哦 sil|25 16 12 20 16 17 20 23 27|0.0|2.045 +003155|sil kao2 gu3 fa1 xian4 sp1 yi2 si4 shao1 tu3 sil|sil 考 古 发 现 sp1 疑 似 烧 土 sil|26 22 14 17 25 4 15 14 22 28 27|0.0|2.48 +003156|sil ya4 se4 xiao3 zi5 sp1 zao1 ge1 mi2 fei1 chuai4 mian4 bu4 sil|sil 亚 瑟 小 子 sp1 遭 歌 迷 飞 踹 面 部 sil|28 19 14 21 19 5 20 14 22 15 18 24 17 30|0.0|3.085 +003157|sil mai2 tu3 dou4 hai2 bu4 ru2 mai3 xun4 lei2 qu4 sil|sil 买 土 豆 还 不 如 买 迅 雷 去 sil|28 18 21 23 21 12 9 19 20 18 20 29|0.0|2.76 +003158|sil zhi4 yu2 shuo1 shou2 dou3 bu4 dou3 sp1 zhe4 yu3 pai1 she4 zhe3 shi4 fou3 zhuan1 ye4 you3 guan1 sil|sil 至 于 说 手 抖 不 抖 sp1 这 与 拍 摄 者 是 否 专 业 有 关 sil|27 19 12 25 23 18 13 26 16 17 9 22 16 17 15 14 18 15 13 26 30|0.0|4.535 +003159|sil guo2 wai4 ye2 you3 ai4 she1 chi2 pin3 de5 guan1 yuan2 sp1 ming4 yun4 da4 duo1 diao1 ling2 sil|sil 国 外 也 有 爱 奢 侈 品 的 官 员 sp1 命 运 大 多 凋 零 sil|27 20 24 13 11 16 18 15 17 8 17 27 13 20 19 18 13 19 27 29|0.0|4.31 +003160|sil wu2 yu3 fei1 xiao4 yan2 xi1 wang4 zhao3 dao4 zhen1 ming4 tian1 zi3 sp1 dan4 que4 hui4 bao3 mi4 lian4 qing2 sil|sil 吴 雨 霏 笑 言 希 望 找 到 真 命 天 子 sp1 但 却 会 保 密 恋 情 sil|29 14 11 16 23 25 22 14 16 18 13 16 21 23 23 15 17 21 15 17 22 28 28|0.0|5.185 +003161|sil liu2 yuan2 yong4 mian2 qian1 gei3 fu4 qin1 qing1 jie2 ya2 chi3 shi2 sp1 zuo4 chu1 zhang1 kou3 de5 shi4 fan4 sil|sil 刘 嫄 用 棉 签 给 父 亲 清 洁 牙 齿 时 sp1 做 出 张 口 的 示 范 sil|29 19 23 16 18 28 16 14 18 18 14 17 20 26 18 16 21 21 18 9 18 21 31|0.0|5.215 +003162|sil wo3 dui4 guang2 chang2 wu3 mei2 xing4 qu4 sil|sil 我 对 广 场 舞 没 兴 趣 sil|28 11 14 15 22 16 20 24 23 28|0.0|2.335 +003163|sil gao1 wen1 rang4 yong3 chi2 cheng2 le5 shi4 min2 wei2 shu4 bu4 duo1 ke2 yi3 sa1 huanr1 r de5 di4 fang5 sil|sil 高 温 让 泳 池 成 了 市 民 为 数 不 多 可 以 撒 欢 儿 的 地 方 sil|26 21 24 20 19 24 21 16 16 18 15 16 15 21 16 9 19 21 0 11 13 21 31|0.0|4.79 +003164|sil ga1 na4 feng1 hui4 sp1 ying1 zuo4 chu1 san1 fang1 mian4 nu3 li4 sil|sil 戛 纳 峰 会 sp1 应 作 出 三 方 面 努 力 sil|24 18 16 18 22 11 13 15 16 19 13 14 12 20 30|0.0|3.035 +003165|sil da4 xue2 shi2 zhuan1 xiu1 xi4 ju4 he2 yi4 shu4 sp1 da3 suan4 cong2 shi4 dian4 ying3 ye4 sil|sil 大 学 时 专 修 戏 剧 和 艺 术 sp1 打 算 从 事 电 影 业 sil|28 17 16 23 21 20 26 20 15 19 24 21 16 22 16 14 14 15 19 29|0.0|4.59 +003166|sil ru2 you3 duan4 yue4 sp1 bu2 jiao3 hou4 you3 xiao4 sil|sil 如 有 断 月 sp1 补 缴 后 有 效 sil|28 19 17 18 22 9 16 21 13 16 24 30|0.0|2.705 +003167|sil wang2 yi1 nan2 hua4 shen1 qiao2 shou2 zhu3 fu4 sil|sil 王 一 楠 化 身 巧 手 主 妇 sil|27 16 11 30 21 21 19 17 17 24 27|0.0|2.675 +003168|sil jia1 jia1 you2 ben3 nan2 nian4 de5 jing1 a5 sil|sil 家 家 有 本 难 念 的 经 啊 sil|27 22 17 18 18 18 16 8 21 24 28|0.0|2.52 +003169|sil wo3 de5 guai1 guai1 yao4 ting1 dang3 de5 hua4 sil|sil 我 的 乖 乖 要 听 党 的 话 sil|29 14 8 17 24 16 22 17 10 26 29|0.0|2.46 +003170|sil gen1 ju4 xiang1 guan1 fa3 lv4 fa3 gui1 sp1 xuan1 gao4 yuan2 shen3 shang4 su4 ren2 qu1 run4 hua2 wu2 zui4 sil|sil 根 据 相 关 法 律 法 规 sp1 宣 告 原 审 上 诉 人 区 润 华 无 罪 sil|25 17 20 21 18 16 15 17 23 25 20 18 19 17 17 12 25 20 16 27 15 27 30|0.0|5.34 +003171|sil ben3 ren2 yun4 fu4 yi4 mei2 sp1 ge1 ge1 ge1 sp1 zuo2 wan3 shi1 mian2 sp1 rang4 er4 huo4 lao3 gong1 gei3 du4 li3 de5 bao3 bao5 jiang3 ge5 gu4 shi5 sil|sil 本 人 孕 妇 一 枚 sp1 割 割 割 sp1 昨 晚 失 眠 sp1 让 二 货 老 公 给 肚 里 的 宝 宝 讲 个 故 事 sil|26 18 25 21 18 10 29 14 16 13 23 13 16 18 16 32 21 16 18 14 21 25 16 14 11 11 18 17 20 12 21 18 31|0.0|7.105 +003172|sil xian4 shao1 bing3 dian4 guan1 men2 sp1 ye3 rang4 ta1 hen3 yu4 men4 sil|sil 现 烧 饼 店 关 门 sp1 也 让 他 很 郁 闷 sil|28 29 19 17 15 16 25 8 15 19 19 15 16 22 28|0.0|3.38 +003173|sil xiang2 xiang2 ye3 mei2 guan1 xi5 sp1 shi4 jin1 zi5 chi2 zao3 hui4 hua1 guang1 de5 sil|sil 想 想 也 没 关 系 sp1 是 金 子 迟 早 会 花 光 的 sil|30 24 17 11 20 22 24 18 22 22 19 24 19 13 20 20 20 28|0.0|4.33 +003174|sil wang2 xian1 sheng5 ceng2 duo1 ci4 dao4 gang2 lv3 you2 sil|sil 王 先 生 曾 多 次 到 港 旅 游 sil|27 20 19 24 22 17 23 17 16 15 26 27|0.0|2.94 +003175|sil ba4 ba5 da2 wo3 sp1 yong4 mu4 sao4 ba5 da2 wo3 sil|sil 爸 爸 打 我 sp1 用 木 扫 把 打 我 sil|25 19 13 22 27 11 18 18 22 14 20 27 26|0.0|3.045 +003176|sil da1 shan4 you3 ji4 qiao3 sp1 lian4 ai4 sp1 geng4 you3 xue2 wen4 sil|sil 搭 讪 有 技 巧 sp1 恋 爱 sp1 更 有 学 问 sil|27 20 28 17 21 29 19 18 24 4 17 12 21 20 26|0.0|3.52 +003177|sil lin2 li4 sp1 ye2 yi3 gao1 gui4 da3 ban4 chu1 xi2 huo2 dong4 sil|sil 林 莉 sp1 也 以 高 贵 打 扮 出 席 活 动 sil|28 20 24 8 15 15 19 14 19 19 16 15 19 15 29|0.0|3.195 +003178|sil du4 xing4 yang2 mu3 zhui1 wen4 sp1 shi4 bu5 shi4 wang2 zu3 xian2 sp1 mei2 xiang3 dao4 fu4 rui4 jiao1 shuang3 kuai4 de5 shuo1 sp1 dui4 sil|sil 杜 姓 养 母 追 问 sp1 是 不 是 王 祖 贤 sp1 没 想 到 傅 瑞 娇 爽 快 地 说 sp1 对 sil|29 18 17 16 13 17 22 8 22 11 16 18 13 30 31 13 20 19 16 17 19 24 18 11 20 19 24 30|0.0|6.165 +003179|sil da2 sp1 xiao3 cai4 sp1 an3 die1 jiu4 shi4 bei4 wo2 da3 can2 de5 sil|sil 答 sp1 小 菜 sp1 俺 爹 就 是 被 我 打 残 的 sil|25 28 16 22 27 22 19 19 17 12 11 12 16 26 14 31|0.0|3.675 +003180|sil chen2 qiang2 diao4 sp1 hui1 fu4 bian2 dang3 yuan2 shen1 fen4 sp1 you3 zhu4 ping2 fan3 sp1 dan4 shi2 zhi4 yi4 yi4 bu2 da4 sil|sil 陈 强 调 sp1 恢 复 扁 党 员 身 份 sp1 有 助 平 反 sp1 但 实 质 意 义 不 大 sil|27 25 21 22 5 23 18 22 13 14 18 20 9 15 14 22 27 20 20 21 16 11 14 13 24 30|0.0|5.625 +003181|sil tai2 da4 fa3 lv4 xi4 xue2 shi4 sp1 fu3 da4 fa3 yan2 suo3 shuo4 shi4 sil|sil 台 大 法 律 系 学 士 sp1 辅 大 法 研 所 硕 士 sil|27 26 20 18 16 14 19 23 21 22 21 17 14 16 21 21 30|0.0|4.02 +003182|sil you3 yi4 zhong3 tu2 pian4 sp1 jiao4 yan3 bu2 jian4 wei2 jing4 sil|sil 有 一 种 图 片 sp1 叫 眼 不 见 为 净 sil|29 14 14 16 19 26 6 28 20 10 16 16 23 26|0.0|3.055 +003183|sil ji4 zhe3 zhi4 dian4 ning2 bo1 qin4 yuan2 gong1 si1 sil|sil 记 者 致 电 宁 波 沁 园 公 司 sil|27 18 15 16 25 22 15 19 18 17 25 29|0.0|2.86 +003184|sil zu3 er2 bu2 kang4 ju4 yu3 ge1 mi2 pai1 tuo1 sp1 shi3 zhong1 gan3 qing2 shi4 jiang3 yuan2 fen4 de5 sil|sil 祖 儿 不 抗 拒 与 歌 迷 拍 拖 sp1 始 终 感 情 是 讲 缘 分 的 sil|29 17 24 11 25 18 17 14 16 19 24 26 18 23 20 21 14 18 19 22 16 30|0.0|5.12 +003185|sil lun2 tai1 ma3 shang4 lou4 qi4 sp1 bie3 le5 xia4 qu4 sil|sil 轮 胎 马 上 漏 气 sp1 瘪 了 下 去 sil|31 17 23 20 16 16 25 9 17 12 20 22 27|0.0|2.955 +003186|sil mu4 qian2 hai2 wei4 you3 shang1 wang2 ji2 sun2 hui3 bao4 gao4 sil|sil 目 前 还 未 有 伤 亡 及 损 毁 报 告 sil|29 15 28 17 19 16 23 20 15 18 14 17 21 29|0.0|3.26 +003187|sil ta1 ken3 zhe5 shou3 shang4 de5 nen4 zhu2 sp1 shi2 bu4 shi2 niu3 tou2 chou2 chou3 huan1 song4 de5 dui4 wu5 sil|sil 他 啃 着 手 上 的 嫩 竹 sp1 时 不 时 扭 头 瞅 瞅 欢 送 的 队 伍 sil|27 17 21 15 20 16 5 21 22 20 18 11 19 22 20 19 17 23 17 10 17 22 29|0.0|4.97 +003188|sil shi2 xian4 you2 nong2 ye4 da4 sheng3 xiang4 nong2 ye4 qiang2 sheng3 de5 zhuan3 bian4 sil|sil 实 现 由 农 业 大 省 向 农 业 强 省 的 转 变 sil|29 18 28 17 18 13 20 25 19 14 12 22 15 8 20 26 29|0.0|3.865 +003189|sil yi3 qian2 san1 qian1 mi2 pao3 zhi3 yao4 shi2 er4 fen1 zhong1 sp1 xian4 zai4 pa2 san1 ceng2 lou2 sp1 dou1 chuan3 qi4 sil|sil 以 前 三 千 米 跑 只 要 十 二 分 钟 sp1 现 在 爬 三 层 楼 sp1 都 喘 气 sil|29 12 26 19 17 16 28 15 14 17 15 15 19 30 18 17 22 21 18 20 5 14 19 25 30|0.0|5.59 +003190|sil wang2 ping2 lang3 shuo1 sp1 san1 wan4 huo2 dong4 rang4 ta1 meng2 sheng1 le5 zhuan4 xie3 sp1 ai4 min2 shi2 jie4 shu1 de5 xiang2 fa3 sil|sil 王 平 朗 说 sp1 三 万 活 动 让 他 萌 生 了 撰 写 sp1 爱 民 十 戒 书 的 想 法 sil|30 17 18 19 22 30 20 16 19 19 21 11 18 18 15 23 24 6 20 19 19 17 15 8 20 25 28|0.0|6.005 +003191|sil hui4 yi4 xiang4 liu2 hui4 yan4 sp1 mao2 wen3 guo2 sp1 he2 jin1 ping2 sp1 shi3 zheng4 sp1 ban1 fa1 le5 ren4 ming4 shu1 sil|sil 会 议 向 刘 慧 晏 sp1 卯 稳 国 sp1 何 金 平 sp1 史 政 sp1 颁 发 了 任 命 书 sil|31 25 24 29 16 22 27 11 16 19 28 6 22 19 31 13 21 26 7 18 13 11 15 18 26 32|0.0|6.11 +003192|sil chuang3 xia4 da4 huo4 hou4 sp1 hou2 jian4 yong3 sp1 tao2 dao4 guang3 dong1 tou2 ben4 qin1 ren2 sil|sil 闯 下 大 祸 后 sp1 侯 建 勇 sp1 逃 到 广 东 投 奔 亲 人 sil|26 23 14 18 20 22 23 16 18 20 8 18 12 21 22 20 15 20 26 30|0.0|4.555 +003193|sil gao1 zhong1 xue2 li4 de5 yang2 xiao3 mei4 sp1 ger4 r bu5 gao1 sp1 shen1 ti3 pian1 shou4 sp1 lai2 zi4 you3 yang2 sil|sil 高 中 学 历 的 杨 小 妹 sp1 个 儿 不 高 sp1 身 体 偏 瘦 sp1 来 自 酉 阳 sil|28 19 16 15 14 7 18 17 24 5 20 0 12 25 4 21 13 19 21 13 15 13 20 31 28|0.0|4.855 +003194|sil shi4 wei1 suo3 zai4 de5 guang2 chang3 nei4 ren2 man3 wei2 huan4 sil|sil 示 威 所 在 的 广 场 内 人 满 为 患 sil|27 22 18 18 12 8 18 20 17 18 19 17 24 29|0.0|3.105 +003195|sil jing1 diao4 cha2 sp1 ci3 nan2 zi3 jiao4 hu2 nao1 sp1 ru3 zhou1 shi4 ren2 sp1 wu2 ye4 sil|sil 经 调 查 sp1 此 男 子 叫 胡 孬 sp1 汝 州 市 人 sp1 无 业 sil|29 20 15 30 6 17 20 20 21 17 24 14 19 17 18 24 11 16 24 30|0.0|4.55 +003196|sil jin1 tian1 wan3 shang4 sp1 zao4 xue3 ji1 hui4 kai1 yi4 xiu3 sil|sil 今 天 晚 上 sp1 造 雪 机 会 开 一 宿 sil|27 16 17 18 26 4 19 14 16 18 18 13 29 28|0.0|3.05 +003197|sil ni3 chang2 chang5 di4 gou1 you2 chang2 chang5 du2 hai3 dai4 sp1 zai4 chang2 chang5 su4 hua4 mao2 tai2 xiao4 zhu2 yan2 kai1 sil|sil 你 尝 尝 地 沟 油 尝 尝 毒 海 带 sp1 再 尝 尝 塑 化 茅 台 笑 逐 颜 开 sil|31 12 23 23 15 15 31 24 16 16 19 23 21 17 19 22 18 13 18 24 24 13 19 26 30|0.0|5.945 +003198|sil liu2 li4 wen4 sp1 cheng1 ne5 sp1 ni3 you4 ru2 he2 ne5 sil|sil 刘 丽 问 sp1 称 呢 sp1 你 又 如 何 呢 sil|29 16 18 22 13 27 25 12 14 16 14 17 22 28|0.0|3.17 +003199|sil jin1 tian1 sp1 yi1 mei3 yuan2 hui2 dao4 dui4 huan4 yi1 dian3 liu4 liu4 yi1 lei2 ya4 er3 de5 shui3 ping2 sil|sil 今 天 sp1 一 美 元 回 到 兑 换 一 点 六 六 一 雷 亚 尔 的 水 平 sil|27 20 29 7 12 18 26 20 16 15 29 15 20 16 15 19 19 10 17 13 15 30 28|0.0|5.06 +003200|sil zai4 wang3 luo4 shang4 sp1 nie1 zao4 huo4 zhe3 wai1 qu1 shi4 shi2 sp1 san4 bu4 yao2 yan2 de5 xing2 wei2 sp1 yao4 fu4 fa3 lv4 ze2 ren4 sil|sil 在 网 络 上 sp1 捏 造 或 者 歪 曲 事 实 sp1 散 布 谣 言 的 行 为 sp1 要 负 法 律 责 任 sil|29 22 18 18 26 6 18 22 14 10 17 19 15 25 17 22 11 17 14 8 18 22 8 14 14 17 18 15 17 30|0.0|6.05 +003201|sil you2 qi1 wei4 pu1 bi2 er2 lai2 sp1 ji3 ge5 ren2 zheng4 mang2 zhe5 gei3 yi4 kou2 zhan3 xin1 de5 guan1 cai5 tu2 qi1 shang4 se4 sil|sil 油 漆 味 扑 鼻 而 来 sp1 几 个 人 正 忙 着 给 一 口 崭 新 的 棺 材 涂 漆 上 色 sil|33 14 21 23 21 12 18 27 32 15 14 21 16 18 10 11 12 21 21 15 10 21 23 20 18 20 26 30|0.0|6.3 +003202|sil jing1 fei4 jin3 zhang1 sp1 gan4 bu4 men5 you4 fa1 lao2 sao5 sil|sil 经 费 紧 张 sp1 干 部 们 又 发 牢 骚 sil|27 23 20 18 25 10 21 11 24 20 15 20 17 28|0.0|3.24 +003203|sil nian2 jin3 ban4 sui4 de5 xiao3 sun1 zi5 sp1 duo3 zai4 na4 wa1 wa1 da4 ku1 sil|sil 年 仅 半 岁 的 小 孙 子 sp1 躲 在 那 哇 哇 大 哭 sil|28 21 21 20 12 11 18 22 18 11 15 13 25 18 17 18 29 28|0.0|4.01 +003204|sil wu2 bo2 wen2 ger4 r zhang3 de5 tai4 zhao2 ji2 sp1 shu1 du2 de5 ye3 tai4 zhao2 ji2 sil|sil 吴 博 文 个 儿 长 得 太 着 急 sp1 书 读 得 也 太 着 急 sil|30 18 19 28 26 0 18 6 22 18 28 14 27 17 10 12 19 18 27 31|0.0|4.505 +003205|sil yang2 zhen4 ning2 bing4 mei2 you3 yin1 ci3 tui2 fei4 xia4 qu4 sil|sil 杨 振 宁 并 没 有 因 此 颓 废 下 去 sil|28 21 16 28 16 11 13 18 16 19 16 18 23 30|0.0|3.175 +003206|sil ta1 men5 na3 yi2 ge4 yu3 qiong2 ku3 zhan1 bian1 de5 sil|sil 他 们 哪 一 个 与 穷 苦 沾 边 的 sil|26 18 15 20 13 26 19 29 20 22 23 15 29|0.0|3.19 +003207|sil zhi2 sheng1 ji1 tu1 jiang4 beng4 bu4 huai2 he2 wen2 hua4 guang2 chang3 sp1 yin3 shi4 min2 wei2 guan1 sil|sil 直 升 机 突 降 蚌 埠 淮 河 文 化 广 场 sp1 引 市 民 围 观 sil|27 16 19 22 21 27 20 16 21 17 16 15 17 29 15 16 16 17 16 26 28|0.0|4.845 +003208|sil yan1 zhao4 du1 shi4 bao4 shang4 kan1 fa1 de5 yan2 pei4 dong1 jiu4 shi4 wo3 sil|sil 燕 赵 都 市 报 上 刊 发 的 闫 沛 东 就 是 我 sil|32 19 21 13 17 19 23 23 16 12 17 19 23 22 15 22 27|0.0|3.95 +003209|sil pei2 ni3 yi4 qi2 shang3 yue4 zen3 me5 yang4 sil|sil 陪 你 一 起 赏 月 怎 么 样 sil|26 17 10 14 20 27 20 13 10 30 27|0.0|2.49 +003210|sil zhong1 fang1 dui4 ao4 er3 mo4 te4 zong2 li3 de5 shang4 shu4 biao3 tai4 sp1 biao3 shi4 huan1 ying2 sil|sil 中 方 对 奥 尔 默 特 总 理 的 上 述 表 态 sp1 表 示 欢 迎 sil|27 22 28 18 14 12 19 19 17 12 9 18 14 18 23 4 17 11 21 25 30|0.0|4.39 +003211|sil xiao3 ming2 er2 zi5 wu3 sui4 sp1 jie3 jie5 wai4 chu1 ban4 shi4 sp1 ba3 san1 sui4 de5 wai4 sheng5 fang4 zai4 wo3 jia1 sil|sil 小 明 儿 子 五 岁 sp1 姐 姐 外 出 办 事 sp1 把 三 岁 的 外 甥 放 在 我 家 sil|31 20 14 22 14 16 27 25 16 13 14 16 18 23 21 17 18 11 9 20 24 20 12 11 29 32|0.0|5.725 +003212|sil ta1 bing4 fei1 dan1 qiang1 pi2 ma3 sp1 er2 shi4 you3 ban4 er2 lai2 sil|sil 它 并 非 单 枪 匹 马 sp1 而 是 有 伴 而 来 sil|26 22 21 22 17 20 16 28 7 14 24 18 14 17 28 29|0.0|3.755 +003213|sil zhong1 fang1 fan3 dui4 wei4 gai3 ge2 ren2 wei2 she4 ding4 shi2 xian4 sil|sil 中 方 反 对 为 改 革 人 为 设 定 时 限 sil|27 20 20 23 24 21 19 20 18 17 15 15 15 26 31|0.0|3.61 +003214|sil fang4 yi4 zhang1 tang2 yi3 sp1 pao4 yi4 bei1 ka1 fei1 sp1 xiang3 shou4 che4 di3 fang4 kong1 de5 qie4 yi4 shi2 guang1 ba5 sil|sil 放 一 张 躺 椅 sp1 泡 一 杯 咖 啡 sp1 享 受 彻 底 放 空 的 惬 意 时 光 吧 sil|30 22 12 17 27 25 8 20 11 12 21 24 25 22 21 23 15 20 20 11 21 12 16 20 20 31|0.0|5.88 +003215|sil ju4 shuo1 sp1 kan1 hua1 tan2 de5 lao3 ye2 ye5 sp1 mei3 tian1 dou1 hui4 xiang4 hua1 tan2 li3 reng1 yi2 ge5 yi4 yuan2 de5 ying4 bi4 sil|sil 据 说 sp1 看 花 坛 的 老 爷 爷 sp1 每 天 都 会 向 花 坛 里 扔 一 个 一 元 的 硬 币 sil|29 19 27 6 20 19 17 6 18 14 20 9 17 21 12 13 16 15 16 20 20 12 16 12 16 7 21 20 29|0.0|5.655 +003216|sil zhe4 za3 kan4 za3 bu2 xiang4 guang1 ming2 zheng4 da4 ne5 sil|sil 这 咋 看 咋 不 像 光 明 正 大 呢 sil|27 18 24 26 18 12 18 14 15 20 17 24 30|0.0|3.055 +003217|sil cong2 han2 dan1 shi4 cong2 tai2 hua1 yuan2 li3 sp1 yi4 xie1 shu4 mu4 sp1 yi3 neng2 kan4 dao4 qian2 qian3 lv4 ya2 sil|sil 从 邯 郸 市 丛 台 花 园 里 sp1 一 些 树 木 sp1 已 能 看 到 浅 浅 绿 芽 sil|28 30 21 17 20 21 18 16 16 20 32 10 14 16 22 7 13 18 21 16 20 18 16 30 29|0.0|5.68 +003218|sil ta1 men5 la1 long3 le5 kuai4 di4 yuan2 zu2 zhang3 lin2 mou3 sil|sil 他 们 拉 拢 了 快 递 员 组 长 林 某 sil|26 17 22 18 18 10 20 10 16 17 21 20 28 28|0.0|3.145 +003219|sil qie2 mei3 hu4 nong2 min2 xian4 gou4 yi2 liang4 sil|sil 且 每 户 农 民 限 购 一 辆 sil|26 26 22 19 17 20 24 15 14 27 29|0.0|2.78 +003220|sil song4 jian4 pi1 jian1 hao3 le5 sp1 neng2 he2 hen3 duo1 yi1 fu5 da1 pei4 you3 ge2 diao4 sil|sil 送 件 披 肩 好 了 sp1 能 和 很 多 衣 服 搭 配 有 格 调 sil|33 24 20 21 18 19 17 25 12 16 19 10 17 21 19 20 21 19 22 31|0.0|4.685 +003221|sil xiang4 zhi4 ling2 jie3 jie5 na4 yang4 ma5 sil|sil 像 志 玲 姐 姐 那 样 嘛 sil|29 31 15 20 14 11 16 17 23 30|0.0|2.395 +003222|sil bu4 da2 la1 gong1 guang2 chang3 ju3 xing2 yi2 shi4 sp1 qing4 zhu4 xi1 zang4 bai3 wan4 nong2 nu2 jie3 fang4 ji4 nian4 ri4 sil|sil 布 达 拉 宫 广 场 举 行 仪 式 sp1 庆 祝 西 藏 百 万 农 奴 解 放 纪 念 日 sil|28 15 11 17 18 19 24 15 17 15 28 25 22 18 21 24 17 16 15 23 19 20 10 18 20 31|0.0|5.875 +003223|sil ai1 you5 sp1 dou1 shi4 da4 shuai4 ge1 sil|sil 哎 呦 sp1 都 是 大 帅 哥 sil|28 15 27 7 16 14 15 21 24 29|0.0|2.27 +003224|sil yi4 shi2 zhong4 shuo1 fen1 yun2 sp1 lun1 qi3 da4 bang4 da3 wen2 zi5 de5 zhi4 yi2 sheng1 si4 qi3 sil|sil 一 时 众 说 纷 纭 sp1 抡 起 大 棒 打 蚊 子 的 质 疑 声 四 起 sil|30 15 26 20 16 19 23 16 17 18 17 23 18 20 12 10 14 13 22 21 30 31|0.0|5.005 +003225|sil han4 qi1 nve4 fu1 shi4 yi4 tu2 sil|sil 悍 妻 虐 夫 示 意 图 sil|27 23 19 21 20 18 14 32 28|0.0|2.34 +003226|sil gui4 an1 ba5 xiao2 zhu3 zi5 sil|sil 跪 安 吧 小 主 子 sil|26 22 20 16 20 19 19 29|0.0|1.98 +003227|sil ju4 shou1 yin2 yuan2 jie4 shao4 sp1 yi4 ban1 yu4 dao4 yi3 fen1 ji4 jia4 de5 sp1 jiu4 hui4 si4 she2 wu3 ru4 sil|sil 据 收 银 员 介 绍 sp1 一 般 遇 到 以 分 计 价 的 sp1 就 会 四 舍 五 入 sil|25 26 18 17 16 18 24 29 12 13 14 19 16 22 15 21 15 5 17 18 16 16 16 21 28|0.0|5.3 +003228|sil ta1 de5 xin1 ju4 xin1 zhan4 zheng4 zai4 xiang1 gang3 bo1 chu1 sp1 xiang1 gang3 gu2 zhi3 sp1 guo3 ran2 you4 pin1 ming4 wang3 xia4 cuan1 sil|sil 他 的 新 剧 心 战 正 在 香 港 播 出 sp1 香 港 股 指 sp1 果 然 又 拼 命 往 下 蹿 sil|28 16 11 21 23 26 26 18 14 16 16 14 22 33 23 17 17 24 7 21 23 15 19 17 15 16 28 32|0.0|6.475 +003229|sil e2 zong2 tong3 ye4 li4 qin1 shi2 ba1 ri4 sp1 ye3 pi1 ping2 le5 sp1 bo1 lie4 wa3 nuo4 fu1 de5 zuo4 fa3 sil|sil 俄 总 统 叶 利 钦 十 八 日 sp1 也 批 评 了 sp1 波 列 瓦 诺 夫 的 作 法 sil|32 16 20 24 14 14 27 20 21 20 3 16 18 18 15 7 13 15 13 18 13 11 17 25 33|0.0|5.14 +003230|sil suo2 yi3 bi4 xu1 ji2 shi2 zu2 zhi3 you4 qing1 hua4 sil|sil 所 以 必 须 及 时 阻 止 右 倾 化 sil|28 24 16 13 23 20 17 16 19 18 23 27 29|0.0|3.175 +003231|sil hui2 ying4 de5 gan1 cui4 zhi2 jie1 li4 luo4 sil|sil 回 应 得 干 脆 直 接 利 落 sil|26 15 21 17 21 23 18 18 18 20 28|0.0|2.61 +003232|sil song4 ying1 fu1 fu4 wu2 er2 wu2 nv3 sheng1 huo2 fei1 chang2 jie2 jian3 sil|sil 宋 英 夫 妇 无 儿 无 女 生 活 非 常 节 俭 sil|29 19 19 21 22 13 22 13 32 22 22 15 18 16 29 30|0.0|3.97 +003233|sil ye2 you3 wang2 you3 ren4 wei2 sp1 nv3 dang1 shi4 ren2 yu3 nan2 fang1 de5 jiao1 wang3 guo4 yu2 cao3 shuai4 sp1 hen2 sha2 hen3 tian1 zhen1 sil|sil 也 有 网 友 认 为 sp1 女 当 事 人 与 男 方 的 交 往 过 于 草 率 sp1 很 傻 很 天 真 sil|31 11 14 16 12 18 26 10 16 17 14 22 12 20 15 7 18 24 17 12 21 27 21 18 28 19 19 23 32|0.0|6.265 +003234|sil ta1 zui2 li3 de5 wo3 er2 sp1 shuo1 de5 shi4 gu1 ye5 sil|sil 她 嘴 里 的 我 儿 sp1 说 的 是 姑 爷 sil|25 21 19 14 17 17 28 7 20 16 19 21 22 30|0.0|3.2 +003235|sil hua2 nv3 shi4 hui2 yi4 sp1 fu4 qin5 xu2 yu4 ren2 shi4 yi2 ge5 ping2 tan2 yi4 ren2 sp1 zou3 nan2 chuang2 bei3 sp1 dao4 chu4 yan3 chu1 sil|sil 华 女 士 回 忆 sp1 父 亲 徐 钰 仁 是 一 个 评 弹 艺 人 sp1 走 南 闯 北 sp1 到 处 演 出 sil|28 18 19 13 17 18 30 18 21 16 15 31 18 14 15 19 20 15 22 26 18 18 25 21 7 16 13 20 22 31|0.0|6.78 +003236|sil han2 min3 cheng2 ren4 sp1 hai2 zi5 shi4 ta1 guai2 zou3 de5 sil|sil 韩 敏 承 认 sp1 孩 子 是 她 拐 走 的 sil|28 20 19 20 18 21 23 18 13 19 18 17 17 29|0.0|3.25 +003237|sil huang2 qi3 si1 yi4 jia1 ru2 jin1 yong4 shang4 le5 zi4 lai2 shui3 sp1 zai4 ye3 bu2 yong4 wai4 chu1 tiao1 shui3 sil|sil 黄 启 思 一 家 如 今 用 上 了 自 来 水 sp1 再 也 不 用 外 出 挑 水 sil|28 19 17 14 14 30 19 18 16 15 11 13 20 24 21 17 13 9 16 16 15 18 23 31|0.0|5.075 +003238|sil gang1 gong3 qiao2 xia4 fang1 sp1 jiu4 shi4 zheng4 zhou1 bei2 tie3 lu4 bian1 zu3 zhan4 sil|sil 钢 拱 桥 下 方 sp1 就 是 郑 州 北 铁 路 编 组 站 sil|26 20 18 18 23 28 4 19 20 18 14 24 19 17 17 14 25 31|0.0|4.12 +003239|sil ge2 wei3 he2 ma1 ma5 jie3 jie5 sp1 liu2 zai4 hang2 zhou1 sil|sil 葛 伟 和 妈 妈 姐 姐 sp1 留 在 杭 州 sil|25 23 29 16 26 24 24 22 6 19 16 20 23 30|0.0|3.515 +003240|sil xiao3 hou2 sp1 na3 shou4 de5 liao3 zhe4 fan1 zhe1 teng5 sp1 zhi3 neng2 ruan2 ruan3 de5 pa1 zai4 mi1 mi1 xiong1 kou3 sil|sil 小 猴 sp1 哪 受 得 了 这 番 折 腾 sp1 只 能 软 软 地 趴 在 咪 咪 胸 口 sil|29 28 29 9 17 17 7 19 19 18 18 20 26 13 20 21 21 12 21 13 16 16 21 27 31|0.0|5.66 +003241|sil gong1 si1 zhao1 pin4 sp1 ying4 pin4 zhe3 sp1 yao4 tian2 biao3 sp1 xie3 zi4 ji3 de5 ji1 ben3 xin4 xi1 sil|sil 公 司 招 聘 sp1 应 聘 者 sp1 要 填 表 sp1 写 自 己 的 基 本 信 息 sil|27 19 15 20 29 20 16 18 20 10 15 24 22 6 17 14 10 9 15 13 17 21 30|0.0|4.72 +003242|sil xing2 rong2 de5 shi4 xi1 shi1 diao1 chan2 sp1 wang2 zhao1 jun1 sp1 yang2 yu4 huan2 si4 ge5 ren2 o5 sil|sil 形 容 的 是 西 施 貂 蝉 sp1 王 昭 君 sp1 杨 玉 环 四 个 人 哦 sil|27 23 19 12 26 31 30 24 37 5 14 17 26 9 18 12 21 15 10 16 21 31|0.0|5.155 +003243|sil lu4 jia1 rui3 de5 xian1 sheng5 pan1 xiao3 ming2 sp1 ye3 shi4 yi2 wei4 xiu4 zhen1 ren2 sil|sil 逯 家 蕊 的 先 生 潘 晓 鸣 sp1 也 是 一 位 袖 珍 人 sil|30 17 18 15 8 20 21 20 18 26 10 12 15 11 13 18 17 26 29|0.0|3.995 +003244|sil zhong1 yang1 qi3 ye4 de5 li4 run4 jiang4 fu2 geng4 da4 sil|sil 中 央 企 业 的 利 润 降 幅 更 大 sil|26 17 20 17 13 9 15 15 21 18 18 25 28|0.0|2.815 +003245|sil you3 le5 ta1 de5 bang1 zhu4 sp1 wang4 yuan3 jing4 sp1 bian4 ke2 yi3 jiang1 fei1 chang2 an4 de5 xing1 xing5 pai1 she4 xia4 lai2 sil|sil 有 了 它 的 帮 助 sp1 望 远 镜 sp1 便 可 以 将 非 常 暗 的 星 星 拍 摄 下 来 sil|31 13 10 20 10 19 18 26 14 15 23 9 17 13 12 20 15 18 16 7 16 17 19 15 17 25 31|0.0|5.405 +003246|sil geng2 mou3 yi4 mi3 qi1 wu2 zuo3 you4 sp1 duan3 fa4 sp1 da4 yan3 sil|sil 耿 某 一 米 七 五 左 右 sp1 短 发 sp1 大 眼 sil|27 20 30 13 16 21 13 17 19 18 23 26 5 20 30 30|0.0|3.81 +003247|sil ba1 yi1 dui4 de5 zhu3 gong1 zhong4 wei2 jun1 sp1 ye3 wei4 qiu2 dui4 kan3 xia4 er4 shi2 si4 fen1 sil|sil 八 一 队 的 主 攻 仲 为 君 sp1 也 为 球 队 砍 下 二 十 四 分 sil|27 16 15 14 12 16 24 16 17 26 16 10 12 18 16 20 16 14 12 17 25 31|0.0|4.53 +003248|sil gong1 jiao1 che1 qi1 yao1 wu3 lu4 sp1 wu3 qi1 qi1 lu4 sp1 ye3 ke2 yi2 zou3 er4 qi1 qiao2 sil|sil 公 交 车 七 幺 五 路 sp1 五 七 七 路 sp1 也 可 以 走 二 七 桥 sil|28 18 18 27 21 19 16 24 11 14 16 20 21 24 13 16 13 13 17 16 32 30|0.0|4.955 +003249|sil fei1 ge1 yi4 pai1 lao2 ban3 de5 jian1 sp1 xiang4 ta1 yao4 zhi1 yan1 sp1 you1 you1 tu3 yi4 kou3 sp1 shuo1 sp1 wo3 zhe4 jiao4 rou4 bao1 zi5 da2 gou3 sil|sil 飞 哥 一 拍 老 板 的 肩 sp1 向 他 要 支 烟 sp1 悠 悠 吐 一 口 sp1 说 sp1 我 这 叫 肉 包 子 打 狗 sil|29 20 19 15 22 19 18 8 26 12 18 12 15 15 24 25 13 16 19 16 25 15 29 50 12 12 20 23 16 13 18 30 33|0.0|7.625 +003250|sil lin2 yu3 xiang2 mei2 kai1 er4 du4 sp1 jiong3 cu4 de5 shuo1 bu4 chu1 hua4 sil|sil 林 雨 翔 梅 开 二 度 sp1 窘 促 得 说 不 出 话 sil|28 16 15 32 17 13 22 21 14 24 20 16 22 8 18 25 29|0.0|3.95 +003251|sil zi4 wo2 bao3 hu4 yi4 shi5 jiao4 cha4 sp1 qing1 xin4 da4 ren2 sp1 rong2 yi4 shou4 you4 huo4 sp1 bei4 hong3 pian4 sil|sil 自 我 保 护 意 识 较 差 sp1 轻 信 大 人 sp1 容 易 受 诱 惑 sp1 被 哄 骗 sil|28 16 15 17 9 15 12 19 29 12 23 18 18 22 19 15 16 18 21 22 5 18 21 28 29|0.0|5.395 +003252|sil nan2 fei1 fa3 lv4 sp1 yun2 xu3 yi4 fu1 duo1 qi1 zhi4 sil|sil 南 非 法 律 sp1 允 许 一 夫 多 妻 制 sil|29 18 17 19 24 7 19 29 18 17 14 22 22 28|0.0|3.28 +003253|sil mei3 fen1 mei2 miao3 ni3 dou1 yao4 xiang2 hao3 sil|sil 每 分 每 秒 你 都 要 想 好 sil|29 19 18 16 36 15 12 16 21 21 28|0.0|2.68 +003254|sil zhe4 shi4 yi4 chang2 yu2 si3 shen2 bi3 su4 du4 sp1 yu3 shi2 jian1 qiang3 sheng1 ming4 de5 sp1 jin3 ji2 da4 kong1 yun4 sil|sil 这 是 一 场 与 死 神 比 速 度 sp1 与 时 间 抢 生 命 的 sp1 紧 急 大 空 运 sil|27 17 11 14 32 20 20 20 14 24 19 22 13 16 20 25 18 20 14 9 21 16 16 19 19 30|0.0|5.755 +003255|sil ta1 ceng2 jing1 ying2 lao2 wu4 pai4 qian2 deng3 sheng1 yi4 sp1 dan4 sheng1 yi4 jing1 ying2 sp1 dou1 bu2 suan4 cheng2 gong1 sil|sil 他 曾 经 营 劳 务 派 遣 等 生 意 sp1 但 生 意 经 营 sp1 都 不 算 成 功 sil|29 19 19 19 23 16 16 20 22 16 16 17 28 16 14 14 19 24 4 16 11 18 20 23 30|0.0|5.45 +003256|sil mu4 qian2 xi1 jia2 bu3 he2 jia1 ren2 zai4 yue1 dan4 sil|sil 目 前 希 贾 卜 和 家 人 在 约 旦 sil|29 13 35 21 19 18 15 19 19 16 17 24 30|0.0|3.19 +003257|sil zuo2 ri4 shang4 wu3 sp1 chen2 rui4 qiong2 sp1 neng2 kai1 kou2 xiao3 sheng1 de5 jiang3 hua4 sil|sil 昨 日 上 午 sp1 陈 瑞 琼 sp1 能 开 口 小 声 地 讲 话 sil|25 18 16 24 21 23 20 17 30 9 18 19 19 19 16 9 20 22 31|0.0|4.365 +003258|sil ling4 yi4 ming2 nan2 gong1 ren2 sp1 ye3 bei4 pao3 che1 gua2 dao3 sil|sil 另 一 名 男 工 人 sp1 也 被 跑 车 剐 倒 sil|28 12 12 17 18 17 25 5 15 13 20 15 20 27 27|0.0|3.145 +003259|sil zhao4 qiu1 sheng1 sp1 yu2 dai3 tu2 shu1 si3 bo2 dou4 sp1 zhong1 yin1 gua3 bu4 di2 zhong4 sp1 zhuang4 lie4 xi1 sheng1 sil|sil 赵 秋 生 sp1 与 歹 徒 殊 死 搏 斗 sp1 终 因 寡 不 敌 众 sp1 壮 烈 牺 牲 sil|28 19 17 25 6 12 18 20 18 16 17 18 33 18 23 19 12 18 22 16 20 14 17 23 29|0.0|5.55 +003260|sil ruo4 ci3 shuo1 fa2 shu3 shi2 sp1 ze2 qi2 yu2 si4 dui4 za1 dao4 sp1 ye3 jiang1 cun2 zai4 tong2 yang4 yin3 huan4 sil|sil 若 此 说 法 属 实 sp1 则 其 余 四 对 匝 道 sp1 也 将 存 在 同 样 隐 患 sil|29 22 21 18 17 17 28 22 24 20 14 18 12 19 18 11 13 17 18 18 19 18 15 22 33|0.0|5.605 +003261|sil dan4 wo3 men5 de5 sun3 shi1 sp1 you2 shui2 lai2 bu3 sil|sil 但 我 们 的 损 失 sp1 由 谁 来 补 sil|26 23 12 11 10 19 26 6 14 20 19 22 29|0.0|2.75 +003262|sil chen2 tie3 dai4 zhe5 liu2 ying2 pao3 dao4 ha1 er3 bin1 sp1 xiang3 zai4 nar4 r duo2 ji3 tian1 sil|sil 陈 铁 带 着 刘 影 跑 到 哈 尔 滨 sp1 想 在 那 儿 躲 几 天 sil|28 27 24 14 8 16 22 18 12 14 13 23 18 19 10 23 0 18 15 29 28|0.0|4.405 +003263|sil ta1 yi4 kai1 shi2 zou3 sp1 yi3 jing1 zhu4 ding4 sp1 ta1 yao4 shuai1 dao3 le5 sil|sil 他 一 开 始 走 sp1 已 经 注 定 sp1 他 要 摔 倒 了 sil|25 16 11 18 14 30 13 12 19 19 16 5 14 14 19 22 13 30|0.0|3.595 +003264|sil ke4 chang3 chi1 kui1 sp1 zhu2 chang2 che3 ping2 sil|sil 客 场 吃 亏 sp1 主 场 扯 平 sil|26 24 21 16 29 5 17 21 19 31 28|0.0|2.755 +003265|sil ni3 shi4 yao4 he2 wo3 yue1 hui4 ma5 sil|sil 你 是 要 和 我 约 会 吗 sil|27 12 12 16 16 13 18 22 26 28|0.0|2.205 +003266|sil huo4 yuan2 chong1 zu2 sp1 dou1 hai2 you3 sil|sil 货 源 充 足 sp1 都 还 有 sil|27 16 18 21 25 9 16 19 25 29|0.0|2.38 +003267|sil jing4 yin1 yi2 qu3 xiao1 sil|sil 静 音 已 取 消 sil|25 23 28 13 19 31 29|0.0|1.945 +003268|sil xin1 ku3 la1 che3 da4 yi4 er2 yi4 nv3 sil|sil 辛 苦 拉 扯 大 一 儿 一 女 sil|28 24 20 19 17 23 13 18 13 31 28|0.0|2.72 +003269|sil you2 wang3 dian4 mai4 jia1 tan3 yan2 sp1 zhu3 yao4 shi4 gei3 chong2 you3 sp1 dai4 lai2 sheng1 huo2 qing2 qu4 sil|sil 有 网 店 卖 家 坦 言 sp1 主 要 是 给 宠 友 sp1 带 来 生 活 情 趣 sil|29 19 19 14 17 15 21 24 24 10 19 15 12 23 23 3 14 18 18 15 20 24 29|0.0|4.93 +003270|sil dao4 pian1 qiao2 di3 cun1 kan4 le5 hou4 sp1 qing2 kuang4 hai2 bu2 shi4 zhe4 yang4 sil|sil 到 偏 桥 底 村 看 了 后 sp1 情 况 还 不 是 这 样 sil|28 26 21 18 14 18 22 13 17 11 24 24 19 16 14 16 25 32|0.0|4.155 +003271|sil wo3 yong4 pi2 dai4 kun3 zhu4 yao1 sp1 diao4 zai4 hang4 dao4 li3 de5 mao2 gan3 shang4 sp1 yi4 zhi2 diao4 zhe5 sil|sil 我 用 皮 带 捆 住 腰 sp1 吊 在 巷 道 里 的 锚 杆 上 sp1 一 直 吊 着 sil|30 10 23 20 19 18 13 27 21 18 21 22 13 13 6 21 21 21 14 12 15 23 19 33|0.0|5.255 +003272|sil gu2 yu2 you3 yun2 cheng1 sp1 tian1 xia4 xi1 xi1 sp1 jie1 wei2 li4 lai2 sp1 tian1 xia4 rang2 rang3 jie1 wei2 li4 wang3 sil|sil 古 语 有 云 称 sp1 天 下 熙 熙 sp1 皆 为 利 来 sp1 天 下 攘 攘 皆 为 利 往 sil|29 17 25 19 17 29 13 23 18 19 25 4 19 14 16 29 17 18 16 20 31 23 14 19 27 32|0.0|6.19 +003273|sil xian4 zai4 sp1 wo3 men5 ke2 yi3 da4 dan2 zhan3 wang4 yi2 xia4 sil|sil 现 在 sp1 我 们 可 以 大 胆 展 望 一 下 sil|28 24 24 12 8 11 14 14 17 18 20 17 12 27 30|0.0|3.21 +003274|sil sheng1 ming2 chong2 shen1 sp1 dui4 e4 yi4 zhong4 shang1 yu2 mo3 hei1 de5 yan2 lun4 yu3 bao4 dao4 sp1 bao3 liu2 fa3 lv4 zhui1 jiu1 sil|sil 声 明 重 申 sp1 对 恶 意 中 伤 与 抹 黑 的 言 论 与 报 道 sp1 保 留 法 律 追 究 sil|31 20 16 20 26 10 23 16 13 17 21 12 21 18 10 14 14 13 18 22 21 17 19 19 14 16 26 34|0.0|6.045 +003275|sil wei4 shen2 me5 wang2 mou3 pa4 zhang4 fu5 shang1 hai4 zi4 ji3 sp1 fei1 yao4 jin4 jian1 yu4 tao2 bi4 ne5 sil|sil 为 什 么 王 某 怕 丈 夫 伤 害 自 己 sp1 非 要 进 监 狱 逃 避 呢 sil|30 16 18 20 24 24 20 20 12 20 20 15 20 20 14 12 17 16 12 24 18 22 34|0.0|5.2 +003276|sil wei4 min3 sheng1 biao3 shi4 sp1 bo2 wang2 an4 sp1 yin1 ma4 yin3 fa1 sp1 cong2 shen1 ceng2 ci4 kan4 sp1 shi4 li4 yi4 tuan2 huo3 de5 nei4 hong4 sil|sil 魏 敏 生 表 示 sp1 薄 王 案 sp1 因 骂 引 发 sp1 从 深 层 次 看 sp1 是 利 益 团 伙 的 内 讧 sil|25 14 16 21 16 25 20 18 16 25 5 14 18 18 26 23 19 16 16 14 25 19 14 14 13 21 14 8 17 29 22|0.0|6.515 +003277|sil jiao1 jing3 bei4 dian1 xia4 che1 shuai1 zai4 ma3 lu4 shang4 sil|sil 交 警 被 颠 下 车 摔 在 马 路 上 sil|27 26 29 15 15 18 26 22 14 17 21 21 29|0.0|3.25 +003278|sil men2 wei4 sp1 bu4 gan3 dan1 zhe4 ge5 ze2 ren4 sp1 che2 huang3 shuo1 yao4 shi5 bu2 zai4 sil|sil 门 卫 sp1 不 敢 担 这 个 责 任 sp1 扯 谎 说 钥 匙 不 在 sil|30 18 20 4 14 17 17 11 9 18 18 17 23 22 25 19 15 13 24 29|0.0|4.215 +003279|sil you3 shen1 du4 sp1 yi4 ceng2 yi4 ceng2 xiang4 yuan3 yan2 shen1 sp1 gei3 ren2 sp1 wu2 you3 qiong2 jin4 de5 gan3 jue2 sil|sil 有 深 度 sp1 一 层 一 层 向 远 延 伸 sp1 给 人 sp1 无 有 穷 尽 的 感 觉 sil|29 16 24 22 30 12 19 15 27 25 17 15 25 28 15 28 11 17 17 24 16 10 17 25 31|0.0|5.98 +003280|sil yi3 hou4 li2 hun1 sp1 ye3 ying1 gai1 an4 zhao4 jie2 hun1 de5 liu2 cheng2 sp1 dao4 xu4 shun4 xu4 yan3 yi2 bian4 sil|sil 以 后 离 婚 sp1 也 应 该 按 照 结 婚 的 流 程 sp1 倒 叙 顺 序 演 一 遍 sil|30 12 16 15 29 23 12 16 16 15 21 18 16 6 16 28 28 19 16 20 29 22 12 21 30|0.0|5.645 +003281|sil xiao3 pei4 xuan1 jin2 jin3 de5 zhua1 zhe5 chuang2 shang4 de5 bei4 dan1 sp1 yao2 jin3 ya2 sp1 yi2 dong4 bu2 dong4 sil|sil 小 佩 宣 紧 紧 地 抓 着 床 上 的 被 单 sp1 咬 紧 牙 sp1 一 动 不 动 sil|31 19 18 31 22 14 10 19 12 20 15 6 17 25 23 13 16 27 14 13 17 11 23 28|0.0|5.155 +003282|sil zong3 cheng2 jiao1 jia4 ge2 sp1 wei2 sp1 wu3 shi2 si4 dian3 san1 ba1 liu4 si4 yi4 sil|sil 总 成 交 价 格 sp1 为 sp1 五 十 四 点 三 八 六 四 亿 sil|27 21 17 15 22 23 13 25 6 12 13 17 21 23 14 19 18 18 33|0.0|4.145 +003283|sil zhe4 jiu4 shi4 wen2 ming2 yu2 shi4 de5 sp1 ba1 kuo4 jie1 tang2 ka3 ma5 sil|sil 这 就 是 闻 名 于 世 的 sp1 八 廓 街 唐 卡 吗 sil|26 18 15 18 15 16 15 19 17 8 16 16 13 21 21 25 28|0.0|3.56 +003284|sil wei4 le5 ying4 fu4 ri4 kou4 yu3 han4 jian1 de5 tu1 xi2 sp1 ta1 xue2 hui4 le5 sp1 da3 qiang1 fang4 shao4 xun2 luo2 sil|sil 为 了 应 付 日 寇 与 汉 奸 的 突 袭 sp1 她 学 会 了 sp1 打 枪 放 哨 巡 逻 sil|31 10 13 18 23 19 24 12 24 14 8 17 27 21 18 17 15 13 4 22 30 24 26 22 28 30|0.0|5.925 +003285|sil gai1 hang2 ye4 pai2 ming2 di4 yi1 de5 sp1 wei2 wei2 ji1 bai3 ke1 sp1 de2 fen1 wei2 qi1 shi5 ba1 sil|sil 该 行 业 排 名 第 一 的 sp1 为 维 基 百 科 sp1 得 分 为 七 十 八 sil|26 20 17 18 16 16 11 16 17 6 22 18 13 16 24 13 17 17 18 21 14 24 28|0.0|4.74 +003286|sil qi2 er4 sp1 zhou2 xian4 chi3 cun4 bu4 zu2 sil|sil 其 二 sp1 轴 线 尺 寸 不 足 sil|26 21 24 12 21 20 16 18 12 27 29|0.0|2.62 +003287|sil chou2 zhuang4 zhi4 sp1 tie3 chuang1 han2 che4 sp1 pan4 chi2 pang2 bo2 sil|sil 酬 壮 志 sp1 铁 窗 寒 彻 sp1 泮 池 磅 礴 sil|28 25 21 24 12 19 22 20 22 12 23 17 24 26 28|0.0|3.75 +003288|sil xi1 yang2 cun1 cun1 zhi1 shu1 chen2 gai4 ke1 suo3 jian4 de5 bie2 shu4 sil|sil 西 垟 村 村 支 书 陈 丐 科 所 建 的 别 墅 sil|34 18 19 22 18 12 24 24 17 24 20 17 8 20 22 29|0.0|3.805 +003289|sil ru2 guo3 juan1 xian4 wan2 sp1 ni3 men5 ba3 qi4 guan1 qu2 zou3 le5 sp1 jia1 shu2 sp1 yi3 hou4 lai2 zhao2 wo3 men5 zen3 me5 ban4 sil|sil 如 果 捐 献 完 sp1 你 们 把 器 官 取 走 了 sp1 家 属 sp1 以 后 来 找 我 们 怎 么 办 sil|28 16 18 17 16 27 13 6 13 16 19 19 20 22 18 25 21 28 9 12 12 16 19 13 13 12 12 23 32|0.0|5.975 +003290|sil jun1 zi3 dong4 kou3 bu2 dong4 shou3 o5 sil|sil 君 子 动 口 不 动 手 哦 sil|25 25 12 19 23 14 15 22 21 28|0.0|2.37 +003291|sil ke3 neng2 er4 ling2 san1 yi1 nian2 hui4 sil|sil 可 能 二 零 三 一 年 会 sil|25 15 28 15 17 18 11 22 21 29|0.0|2.335 +003292|sil huang2 mou3 yang2 zhuang1 he1 zui4 sp1 dao3 zai4 chuang2 shang4 jia3 shui4 sp1 kan4 jian4 li2 mou3 he2 qi1 zi3 yong1 bao4 jie1 wen3 sil|sil 黄 某 佯 装 喝 醉 sp1 倒 在 床 上 假 睡 sp1 看 见 李 某 和 妻 子 拥 抱 接 吻 sil|29 16 21 21 15 19 20 10 17 12 18 16 20 22 31 19 20 17 24 13 24 25 22 15 19 26 31|0.0|6.295 +003293|sil xiang4 gong3 xin1 liang4 sp1 dou1 shi4 zi4 ji3 xiu1 tu2 sil|sil 像 巩 新 亮 sp1 都 是 自 己 修 图 sil|28 29 17 18 25 6 15 14 12 12 17 26 29|0.0|2.88 +003294|sil xian4 zai4 xi1 wang4 jin3 kuai4 ba3 gong1 zuo4 zuo4 wan2 sp1 ke2 yi3 chou1 kong4 xin1 shang2 xu3 zhi4 an1 yan3 chang4 hui4 sil|sil 现 在 希 望 尽 快 把 工 作 做 完 sp1 可 以 抽 空 欣 赏 许 志 安 演 唱 会 sil|32 20 23 18 16 17 21 15 15 13 16 24 24 12 11 20 18 18 22 19 12 17 17 19 22 31|0.0|5.71 +003295|sil xu4 li4 ya4 zong2 tong3 a1 sa4 de2 sp1 yu3 li2 ba1 nen4 zong2 tong3 su1 lai2 man4 de5 hui4 tan2 ye3 ling4 ren2 zhu3 mu4 sil|sil 叙 利 亚 总 统 阿 萨 德 sp1 与 黎 巴 嫩 总 统 苏 莱 曼 的 会 谈 也 令 人 瞩 目 sil|31 18 10 16 17 21 15 18 24 22 16 16 14 20 18 23 14 15 19 8 15 31 14 17 16 17 24 28|0.0|6.005 +003296|sil bu2 guo4 meng4 xiang3 zhe5 yi2 ye4 bao4 fu4 de5 ta1 kai1 shi3 chao2 gu3 sp1 bu2 liao4 xue4 ben3 wu2 gui1 sil|sil 不 过 梦 想 着 一 夜 暴 富 的 他 开 始 炒 股 sp1 不 料 血 本 无 归 sil|27 12 25 24 19 11 8 20 18 17 8 29 17 12 25 25 23 12 21 26 15 16 24 30|0.0|5.39 +003297|sil zai4 ya2 dian3 ao4 yun4 hui4 shang4 sp1 liu2 xiang2 he2 yao2 ming2 shi4 zhong1 guo2 jun1 tuan2 zhong1 sp1 zui4 xi1 yin2 yan3 qiu2 de5 ming2 xing1 sil|sil 在 雅 典 奥 运 会 上 sp1 刘 翔 和 姚 明 是 中 国 军 团 中 sp1 最 吸 引 眼 球 的 明 星 sil|30 25 16 11 14 17 16 24 21 17 24 13 17 30 19 15 12 13 18 19 5 21 17 13 16 14 6 19 26 32|0.0|6.27 +003298|sil cai4 yi1 lin2 sp1 yuan2 lai2 yi3 dai4 nan2 you2 jin3 rong2 hui2 jia1 bai4 nian2 sp1 gan3 qing2 guan1 xi5 fei2 qian3 sil|sil 蔡 依 林 sp1 原 来 已 带 男 友 锦 荣 回 家 拜 年 sp1 感 情 关 系 匪 浅 sil|30 23 12 28 7 11 13 12 13 21 16 24 22 19 18 14 25 12 20 17 15 12 18 32 33|0.0|5.42 +003299|sil tong2 shi2 sp1 jian4 she4 shan2 bei2 sp1 bai3 wan4 qian1 wa3 feng1 dian4 ji1 di4 sil|sil 同 时 sp1 建 设 陕 北 sp1 百 万 千 瓦 风 电 基 地 sil|25 20 26 17 22 21 26 19 5 20 19 26 17 16 15 18 17 28|0.0|4.145 +003300|sil mei2 nv3 yi2 leng4 sp1 ruo4 ruo4 de5 shuo1 sp1 wo3 song4 ni3 chu1 qu4 ba5 sil|sil 美 女 一 愣 sp1 弱 弱 的 说 sp1 我 送 你 出 去 吧 sil|30 17 18 12 28 5 19 16 10 24 27 11 17 11 15 15 22 30|0.0|3.8 +003301|sil ci3 shi2 de5 ma2 lao3 sp1 yi3 lian2 yi2 ju4 wan2 zheng3 de5 hua4 dou1 bu4 neng2 jiang3 le5 sil|sil 此 时 的 马 老 sp1 已 连 一 句 完 整 的 话 都 不 能 讲 了 sil|27 21 12 10 18 26 7 9 17 11 17 19 15 9 26 13 9 16 21 17 30|0.0|4.065 +003302|sil biao1 zhun3 pu2 er3 jiang1 gu3 ge1 gu3 piao4 de5 ping2 ji2 sp1 cong2 mai3 ru4 xia4 tiao2 zhi4 mai4 chu1 sil|sil 标 准 普 尔 将 谷 歌 股 票 的 评 级 sp1 从 买 入 下 调 至 卖 出 sil|27 20 18 17 26 23 14 14 15 15 9 20 24 17 24 24 25 21 18 12 22 29 31|0.0|5.4 +003303|sil zhun1 zhun1 jiao4 dao3 sp1 yin1 yin1 qi1 wang4 sp1 wo3 men5 yi2 ding4 yao4 ming2 ji4 zai4 xin1 sil|sil 谆 谆 教 导 sp1 殷 殷 期 望 sp1 我 们 一 定 要 铭 记 在 心 sil|27 21 18 22 25 10 15 17 19 25 25 6 13 13 16 21 20 16 19 26 30|0.0|4.695 +003304|sil hao3 hai4 pa4 shuo1 cuo4 hua4 sp1 bei4 ni2 da3 sil|sil 好 害 怕 说 错 话 sp1 被 你 打 sil|28 17 20 25 17 17 28 12 13 18 30 32|0.0|2.98 +003305|sil nv2 you3 wen4 sp1 bao4 she4 gei3 de5 bao4 chou5 sp1 ni3 gan4 shen2 me5 yong4 le5 sil|sil 女 友 问 sp1 报 社 给 的 报 酬 sp1 你 干 什 么 用 了 sil|29 14 16 24 22 19 20 12 10 20 28 4 11 17 14 8 21 17 29|0.0|3.89 +003306|sil hong2 shao1 pai2 gu3 sp1 ma2 la4 xiao3 long2 xia1 sil|sil 红 烧 排 骨 sp1 麻 辣 小 龙 虾 sil|26 20 19 27 23 16 12 17 14 15 28 28|0.0|2.84 +003307|sil ceng2 jia3 zhuang1 yun1 dao3 sp1 bing4 xiao3 bian4 zai4 ku4 zi5 li3 sil|sil 曾 假 装 晕 倒 sp1 并 小 便 在 裤 子 里 sil|27 25 19 21 18 23 6 18 20 19 13 20 10 18 30|0.0|3.335 +003308|sil zhe4 shi4 tou2 shang4 zan1 ju2 de5 bian4 su2 sil|sil 这 是 头 上 簪 菊 的 变 俗 sil|25 15 21 23 21 19 14 10 21 30 30|0.0|2.66 +003309|sil ta1 men5 shuo1 sp1 lei4 dian3 mei2 sha2 sp1 zhi3 yao4 neng2 kong4 zhi4 wu1 ran3 jiu4 xing2 sil|sil 他 们 说 sp1 累 点 没 啥 sp1 只 要 能 控 制 污 染 就 行 sil|26 17 12 28 8 17 15 14 26 6 12 13 16 22 13 15 16 14 28 29|0.0|4.03 +003310|sil hu4 shi4 zai4 zhao4 liao4 chan2 zi3 hou4 de5 pang4 ma1 sil|sil 护 士 在 照 料 产 子 后 的 胖 妈 sil|27 23 28 19 16 17 23 16 16 8 20 24 30|0.0|3.1 +003311|sil zai4 fan3 hui2 tu2 zhong1 zao1 yu4 feng1 xue3 sp1 da4 feng1 juan3 zhe5 xue3 hua1 sp1 neng2 jian4 du4 hen3 cha4 sil|sil 在 返 回 途 中 遭 遇 风 雪 sp1 大 风 卷 着 雪 花 sp1 能 见 度 很 差 sil|27 21 18 13 20 22 19 13 21 27 30 18 25 17 11 20 26 12 16 15 14 19 27 31|0.0|5.6 +003312|sil tai2 lian2 su1 hui1 wei3 yuan2 sp1 yong4 si4 ge5 xin1 sp1 biao3 da2 zi4 ji3 dui4 hu2 jin3 tao1 zong3 shu1 ji4 jiang3 hua4 de5 gan3 shou4 sil|sil 台 联 苏 辉 委 员 sp1 用 四 个 心 sp1 表 达 自 己 对 胡 锦 涛 总 书 记 讲 话 的 感 受 sil|26 20 22 19 15 15 24 7 17 18 11 23 7 17 19 12 10 16 15 16 18 15 15 18 20 16 10 18 23 32|0.0|5.965 +003313|sil ni3 ke2 yi3 xian1 leng3 jing4 yi2 xia4 sil|sil 你 可 以 先 冷 静 一 下 sil|28 12 10 14 18 19 16 16 24 29|0.0|2.16 +003314|sil tian2 pin3 shi4 xi1 mi3 nan2 gua1 rong2 sp1 yi3 ji2 dian3 xin1 shui2 guo3 ge4 yi2 fen4 sil|sil 甜 品 是 西 米 南 瓜 茸 sp1 以 及 点 心 水 果 各 一 份 sil|26 26 29 25 16 14 20 17 27 9 12 24 24 25 24 22 19 11 25 31|0.0|4.945 +003315|sil ming4 xuan2 yi2 xian4 de5 wei1 nan4 guan1 tou2 sp1 gu1 niang5 men5 dou4 zhi4 bao4 fa1 sil|sil 命 悬 一 线 的 危 难 关 头 sp1 姑 娘 们 斗 志 爆 发 sil|30 19 23 14 20 7 12 18 18 24 7 14 19 21 17 13 19 28 30|0.0|4.095 +003316|sil zhe4 xian3 ran2 bi3 yuan2 pan4 jue2 sp1 hai2 yao4 huang1 miu4 sil|sil 这 显 然 比 原 判 决 sp1 还 要 荒 谬 sil|26 17 23 23 13 20 24 20 9 14 15 19 17 30|0.0|3.135 +003317|sil bu4 fang2 shi4 shi5 yong4 di1 chen2 sang3 yin1 jiang3 hua4 sil|sil 不 妨 试 试 用 低 沉 嗓 音 讲 话 sil|25 15 25 18 16 20 14 21 17 12 21 27 30|0.0|3.025 +003318|sil huang2 di4 de5 shen1 zi5 sp1 nu2 cai5 de5 ming4 a5 sil|sil 皇 帝 的 身 子 sp1 奴 才 的 命 啊 sil|26 29 13 9 22 16 9 21 16 7 23 25 27|0.0|2.825 +003319|sil wai4 jiao2 shou3 jia4 da1 she4 yu3 fang1 an4 bu4 yi2 zhi4 sil|sil 外 脚 手 架 搭 设 与 方 案 不 一 致 sil|30 18 18 18 24 16 23 16 15 17 10 17 23 31|0.0|3.2 +003320|sil tong2 ri4 sp1 min2 min2 ye3 bei4 zhua1 huo4 sil|sil 同 日 sp1 敏 敏 也 被 抓 获 sil|25 25 20 19 20 27 15 16 21 24 29|0.0|2.8 +003321|sil xin1 mao3 nian2 qing1 ming2 gong1 ji4 xuan1 yuan2 huang2 di4 dian2 li3 sp1 zai4 shan3 xi1 huang2 di4 ling2 sp1 long2 zhong4 ju3 xing2 sil|sil 辛 卯 年 清 明 公 祭 轩 辕 黄 帝 典 礼 sp1 在 陕 西 黄 帝 陵 sp1 隆 重 举 行 sil|28 20 18 26 23 18 18 21 23 15 19 11 18 27 25 23 22 22 21 12 24 15 18 16 13 29 31|0.0|6.45 +003322|sil feng1 bao2 suo3 dao4 sp1 sun3 shi1 yan2 zhong4 sp1 you2 yi3 he2 nan2 an1 hui1 wei2 shen4 sil|sil 风 雹 所 到 sp1 损 失 严 重 sp1 尤 以 河 南 安 徽 为 甚 sil|27 25 19 20 21 6 21 15 20 21 20 13 20 22 25 18 19 13 21 31|0.0|4.61 +003323|sil ma2 yi3 ma2 yi3 sp1 huang2 chong2 de5 da4 tui3 sil|sil 蚂 蚁 蚂 蚁 sp1 蝗 虫 的 大 腿 sil|28 23 17 32 24 7 28 19 8 20 32 28|0.0|3.09 +003324|sil nan2 dao4 sp1 na4 bu4 bi2 wo3 li4 hai5 ma5 sil|sil 难 道 sp1 那 不 比 我 厉 害 吗 sil|28 20 24 11 18 15 15 13 18 18 29 28|0.0|2.755 +003325|sil hun4 zhuo2 de5 he2 shui3 sp1 guo3 zhe5 shu4 zhi1 deng3 za2 wu4 xiang4 xia4 you2 gun2 gun3 er2 qu4 sil|sil 混 浊 的 河 水 sp1 裹 着 树 枝 等 杂 物 向 下 游 滚 滚 而 去 sil|27 26 13 11 21 28 6 16 11 20 15 16 23 20 21 23 19 19 15 15 27 29|0.0|4.885 +003326|sil jiu4 yun2 nan2 ge4 zha1 shi4 jian4 lai2 shuo1 sp1 pei2 chang2 kuan3 gei3 shui2 sil|sil 就 云 南 铬 渣 事 件 来 说 sp1 赔 偿 款 给 谁 sil|28 26 15 24 18 17 15 14 16 22 25 19 21 29 15 33 29|0.0|4.25 +003327|sil di4 shi2 liu4 jie4 zhong1 yang1 hou4 bu2 wei3 yuan2 sil|sil 第 十 六 届 中 央 候 补 委 员 sil|25 19 13 22 20 12 19 20 9 20 28 29|0.0|2.74 +003328|sil dang1 shi2 ta1 bei4 xia4 huai4 le5 sp1 gan2 jin3 yue4 guo4 zhou1 ke4 hua2 xun4 su4 pao2 yuan3 sil|sil 当 时 他 被 吓 坏 了 sp1 赶 紧 越 过 周 克 华 迅 速 跑 远 sil|29 19 24 18 13 21 23 17 26 21 15 13 14 15 17 24 21 15 19 27 30|0.0|4.89 +003329|sil shou4 gao1 kong1 cao2 ying2 xiang3 sp1 zuo2 tian1 shang4 wu2 qi3 sp1 quan2 shi4 lu4 xu4 piao1 xue3 sil|sil 受 高 空 槽 影 响 sp1 昨 天 上 午 起 sp1 全 市 陆 续 飘 雪 sil|27 28 17 18 17 18 25 25 16 17 19 12 22 17 24 21 18 15 21 29 30|0.0|5.065 +003330|sil zui4 jin4 sp1 wo3 duo4 luo4 cheng2 le5 qing1 wei1 lan3 ai2 huan4 zhe3 sp1 zhe4 dou1 bei4 ni3 fa1 xian4 le5 sil|sil 最 近 sp1 我 堕 落 成 了 轻 微 懒 癌 患 者 sp1 这 都 被 你 发 现 了 sil|29 19 25 18 13 15 15 17 14 23 13 15 16 21 19 17 16 13 10 12 19 19 14 31|0.0|4.915 +003331|sil mu4 qian2 shao4 nian2 yu3 nv2 you2 chao3 jia4 sp1 nv2 you3 fu4 qi4 li2 jia1 hou4 sp1 xiang4 shuan4 shuan5 guo1 dian4 ci2 zhi2 sil|sil 目 前 少 年 与 女 友 吵 架 sp1 女 友 负 气 离 家 后 sp1 向 涮 涮 锅 店 辞 职 sil|29 13 35 24 26 16 14 20 19 24 37 12 21 18 13 16 19 25 18 23 16 15 12 17 18 28 30|0.0|6.48 +003332|sil yong4 tian1 jin1 hua4 shuo1 sp1 jiu4 shi4 sp1 dou1 li3 chuai1 fu4 pai2 sp1 dai3 shui2 gen1 shui2 lai2 sil|sil 用 天 津 话 说 sp1 就 是 sp1 兜 里 揣 副 牌 sp1 逮 谁 跟 谁 来 sil|28 20 22 15 20 20 14 19 22 23 17 15 21 14 31 10 23 27 17 18 30 30|0.0|5.29 +003333|sil bu2 guo4 sp1 tian2 niu1 de5 qing2 lu4 sp1 que4 po1 wei2 kan2 ke3 sil|sil 不 过 sp1 恬 妞 的 情 路 sp1 却 颇 为 坎 坷 sil|26 13 25 7 25 19 10 21 17 4 22 17 14 20 25 30|0.0|3.43 +003334|sil tang2 wei2 de5 biao2 jie3 zuo2 hai3 yan4 sp1 da3 tong1 le5 dian4 hua4 sil|sil 唐 维 的 表 姐 左 海 燕 sp1 打 通 了 电 话 sil|26 23 15 10 21 19 17 20 22 8 18 16 10 17 22 30|0.0|3.41 +003335|sil san1 shi4 ling2 tu2 hai3 yang2 wen4 ti5 sp1 bu4 shi2 tu1 xian3 sil|sil 三 是 领 土 海 洋 问 题 sp1 不 时 凸 显 sil|28 23 22 23 19 16 16 18 18 6 14 15 17 28 29|0.0|3.395 +003336|sil xiao3 fei1 sp1 you3 yi2 ge5 he2 ta1 zhang3 de5 ji1 hu1 yi4 mu2 yi2 yang4 de5 luan2 sheng1 mei4 mei5 xiao3 yue4 sil|sil 晓 菲 sp1 有 一 个 和 她 长 得 几 乎 一 模 一 样 的 孪 生 妹 妹 晓 月 sil|30 25 29 6 13 12 12 15 15 18 8 14 16 15 16 13 21 13 22 15 14 18 24 21 30|0.0|5.05 +003337|sil guo2 jia1 fa3 lv4 sp1 you3 ming2 wen2 gui1 ding4 sp1 chu1 tu3 wen2 wu4 bu4 ke2 yi2 mai3 mai4 sil|sil 国 家 法 律 sp1 有 明 文 规 定 sp1 出 土 文 物 不 可 以 买 卖 sil|26 16 15 20 21 5 15 18 16 16 18 24 21 19 17 20 13 16 7 19 24 29|0.0|4.59 +003338|sil luo2 tian1 cheng2 bei4 zi4 ji3 de5 wen4 ti2 fan3 qiang4 yi4 kou3 sp1 kan4 chuang1 wai4 jing3 wu4 bu4 shuo1 hua4 sp1 you2 da4 ya3 sp1 bian4 cheng2 da4 ya3 sil|sil 罗 天 诚 被 自 己 的 问 题 反 呛 一 口 sp1 看 窗 外 景 物 不 说 话 sp1 由 大 雅 sp1 变 成 大 哑 sil|33 12 20 27 16 14 8 10 16 15 20 21 10 23 28 19 17 16 17 19 12 17 26 25 19 22 24 3 17 18 22 30 29|0.0|7.255 +003339|sil ou2 er3 yue1 yi4 xie1 peng2 you5 chi1 fan4 sil|sil 偶 尔 约 一 些 朋 友 吃 饭 sil|29 17 26 17 11 15 16 14 18 23 28|0.0|2.485 +003340|sil wo3 zhen1 de5 hui4 da1 ying4 de5 o5 sil|sil 我 真 的 会 答 应 的 噢 sil|28 13 18 13 16 16 19 7 27 26|0.0|2.12 +003341|sil ying4 chou5 shao3 le5 sp1 fa1 yan2 duan3 le5 sil|sil 应 酬 少 了 sp1 发 言 短 了 sil|28 21 17 24 18 8 25 17 26 21 30|0.0|2.73 +003342|sil ping2 rang3 min2 su2 gong1 yuan2 quan2 jing3 sil|sil 平 壤 民 俗 公 园 全 景 sil|24 26 22 15 17 13 17 23 31 29|0.0|2.525 +003343|sil jing3 zi5 shang4 hai2 you3 qia1 hen2 sil|sil 颈 子 上 还 有 掐 痕 sil|25 25 12 25 16 12 28 29 29|0.0|2.335 +003344|sil hao3 xiang4 you2 dianr3 r huang1 tang5 sil|sil 好 像 有 点 儿 荒 唐 sil|27 16 17 12 19 0 25 24 30|0.0|1.97 +003345|sil deng3 cai4 mai4 wan2 sp1 an3 hui2 jia1 chi1 sil|sil 等 菜 卖 完 sp1 俺 回 家 吃 sil|25 17 17 21 23 7 15 16 19 27 30|0.0|2.52 +003346|sil lao3 po5 ma4 wo3 shi4 fei4 wu4 sp1 sha2 dou1 bu2 hui4 sp1 wo3 yi2 qi4 zhi1 xia4 shuai1 men2 er2 chu1 sp1 zai4 lu4 shang5 liu1 da5 le5 ban4 tian1 sil|sil 老 婆 骂 我 是 废 物 sp1 啥 都 不 会 sp1 我 一 气 之 下 摔 门 而 出 sp1 在 路 上 溜 达 了 半 天 sil|25 19 14 22 16 15 28 17 7 25 15 12 23 29 9 13 18 12 23 17 14 15 25 15 16 17 21 16 11 12 18 31 26|0.0|6.915 +003347|sil yi4 chang3 bao4 yu3 xi2 lai2 sp1 shui3 liu2 yue4 lai2 yue4 tuan1 ji2 sil|sil 一 场 暴 雨 袭 来 sp1 水 流 越 来 越 湍 急 sil|28 13 27 17 15 17 24 6 22 20 15 14 13 23 27 30|0.0|3.605 +003348|sil hen3 duo1 nian2 qing1 fu4 mu3 cheng1 zi4 ji3 wei2 hai2 nu2 sp1 cheng1 fu2 yang3 he2 jiao4 yu4 hai2 zi5 wei2 shao1 qian2 sil|sil 很 多 年 轻 父 母 称 自 己 为 孩 奴 sp1 称 抚 养 和 教 育 孩 子 为 烧 钱 sil|26 20 13 19 16 15 26 21 11 12 17 21 29 41 29 27 24 16 16 13 21 13 17 23 36 29|0.0|6.4 +003349|sil hui4 yi4 zai4 wu3 lou2 hui4 yi4 shi4 ju3 xing2 sil|sil 会 议 在 五 楼 会 议 室 举 行 sil|28 22 26 22 16 17 14 13 16 15 31 27|0.0|2.865 +003350|sil bang4 wan3 liu4 dian3 qu4 chao1 shi4 gou4 wu4 sil|sil 傍 晚 六 点 去 超 市 购 物 sil|24 18 16 20 23 19 20 14 19 21 28|0.0|2.58 +003351|sil xiong1 tu2 men5 sp1 jiang1 jiang1 lao2 ban3 he2 nv3 er2 nv3 xu4 kun3 le5 qi3 lai2 sp1 bi1 ta1 men5 jiao1 qian2 sil|sil 凶 徒 们 sp1 将 姜 老 板 和 女 儿 女 婿 捆 了 起 来 sp1 逼 他 们 交 钱 sil|28 27 16 23 7 26 19 15 22 15 12 18 20 23 22 14 16 20 10 15 12 11 18 32 31|0.0|5.48 +003352|sil er2 qie3 fan4 bing1 bing1 hai2 nian2 qing1 sp1 mei2 ti3 sp1 bu2 yao4 zhei4 yang4 zao1 ta4 yi2 ge5 hao2 yan3 yuan2 sil|sil 而 且 范 冰 冰 还 年 轻 sp1 媒 体 sp1 不 要 这 样 糟 蹋 一 个 好 演 员 sil|32 14 27 21 14 20 17 20 27 32 15 23 3 9 19 8 17 15 15 8 11 16 20 28 29|0.0|5.335 +003353|sil wo3 de5 ya1 sui4 qian2 sp1 ma1 ma5 bang1 wo3 cun2 yin2 hang2 li3 sp1 jiu4 shi4 zhe4 me5 mei2 le5 de5 sil|sil 我 的 压 岁 钱 sp1 妈 妈 帮 我 存 银 行 里 sp1 就 是 这 么 没 了 的 sil|30 11 9 17 15 28 11 15 15 12 12 18 14 23 18 18 19 11 8 12 18 14 20 30|0.0|4.615 +003354|sil zhi2 you3 wang2 xiao3 ping2 jia4 shi2 jing3 che1 sp1 ru2 yi4 zhang1 gao1 yao4 tie1 zai4 san1 ling2 yue4 ye3 che1 hou4 mian4 sil|sil 只 有 王 小 平 驾 驶 警 车 sp1 如 一 张 膏 药 贴 在 三 菱 越 野 车 后 面 sil|28 17 23 19 17 31 20 13 18 24 32 13 14 17 16 23 21 18 17 14 11 13 19 17 25 30|0.0|5.925 +003355|sil qi2 zhong1 sp1 chen2 jin1 huo3 wan2 cheng2 qi4 guan1 juan1 zeng4 sil|sil 其 中 sp1 陈 金 火 完 成 器 官 捐 赠 sil|26 22 24 5 26 18 31 20 19 18 15 18 19 30|0.0|3.38 +003356|sil mei3 li4 de5 huang3 zi5 xia4 sp1 yan3 cang2 zhe5 sha1 ji1 sil|sil 美 丽 的 幌 子 下 sp1 掩 藏 着 杀 机 sil|28 14 14 10 25 11 24 10 15 20 9 21 22 27|0.0|2.905 +003357|sil zhong1 jia1 xin1 wen3 xiao2 nv3 hai2 sil|sil 钟 嘉 欣 吻 小 女 孩 sil|27 19 18 24 19 16 18 32 29|0.0|2.345 +003358|sil bu2 guo4 hen3 ming2 xian3 sp1 mei2 ye1 er3 sp1 bing4 bu2 shi4 gu3 ge1 pai4 wang3 ya2 hu3 de5 wo4 di3 sil|sil 不 过 很 明 显 sp1 梅 耶 尔 sp1 并 不 是 谷 歌 派 往 雅 虎 的 卧 底 sil|27 14 23 19 19 29 23 13 12 26 6 19 11 13 16 18 18 15 20 15 8 18 23 29|0.0|5.04 +003359|sil nan2 dao4 sp1 ni3 bu4 xiang3 gen1 ben4 niu1 liao2 liao5 tian1 ma5 sil|sil 难 道 sp1 你 不 想 跟 笨 妞 聊 聊 天 嘛 sil|29 20 20 15 13 17 19 16 15 17 13 13 24 24 29|0.0|3.3 +003360|sil zi3 xi4 kan4 sp1 neng2 kan4 dao4 jin1 shu3 dai4 si4 wu3 chu4 sp1 bei4 zhuang4 sp1 huo4 gua1 ca1 chan3 sheng1 de5 ao1 hen2 sil|sil 仔 细 看 sp1 能 看 到 金 属 带 四 五 处 sp1 被 撞 sp1 或 刮 擦 产 生 的 凹 痕 sil|27 19 19 26 12 18 17 15 14 15 19 20 11 25 4 16 29 4 20 21 24 23 15 5 20 30 29|0.0|5.775 +003361|sil wo3 mei4 mei5 hai2 xiao3 sp1 ta1 men5 ken3 ding4 geng4 xu1 yao4 guan1 ai4 sil|sil 我 妹 妹 还 小 sp1 她 们 肯 定 更 需 要 关 爱 sil|30 10 13 12 20 28 12 13 11 19 16 17 15 14 15 25 32|0.0|3.51 +003362|sil lin2 chuang2 biao3 xian4 wei2 sp1 lan4 ti2 lan4 zui3 sp1 zou3 lu4 bo2 jiao2 deng3 te4 zheng1 sil|sil 临 床 表 现 为 sp1 烂 蹄 烂 嘴 sp1 走 路 跛 脚 等 特 征 sil|30 17 20 17 16 24 10 22 30 25 29 17 17 16 18 22 14 19 20 30|0.0|4.79 +003363|sil shi4 wei3 fu4 shu1 ji4 yin1 yi1 cui3 sp1 shi4 wei3 chang2 wei3 fu4 shu1 ji4 sp1 tu2 guang1 shao4 chu1 xi2 yi2 shi4 sil|sil 市 委 副 书 记 殷 一 璀 sp1 市 委 常 委 副 书 记 sp1 屠 光 绍 出 席 仪 式 sil|31 18 13 14 14 26 15 14 31 19 15 13 26 23 16 16 23 12 21 20 31 21 15 15 21 31|0.0|5.97 +003364|sil ta1 shi4 guang3 da4 qiao2 bao1 sp1 he2 gui1 qiao2 qiao2 juan4 de5 zhi1 yin1 he2 zhi4 you3 sil|sil 他 是 广 大 侨 胞 sp1 和 归 侨 侨 眷 的 知 音 和 挚 友 sil|27 20 23 21 12 23 23 5 22 17 19 21 22 13 21 18 17 16 28 32|0.0|4.64 +003365|sil huo4 jia4 shang4 de5 xiong2 dan2 fen3 xiong2 dan3 cha2 sp1 bao1 zhuang1 jing1 mei3 sp1 shu4 bai3 yuan2 bu4 deng3 sil|sil 货 架 上 的 熊 胆 粉 熊 胆 茶 sp1 包 装 精 美 sp1 数 百 元 不 等 sil|29 20 19 21 13 20 17 26 21 16 27 6 16 16 18 22 7 21 18 18 11 22 31|0.0|5.055 +003366|sil wo3 guo2 de5 cu1 gang1 chan3 liang4 ye3 ju1 quan2 qiu2 di4 yi1 sil|sil 我 国 的 粗 钢 产 量 也 居 全 球 第 一 sil|29 15 16 14 19 17 19 26 18 19 20 16 12 22 28|0.0|3.37 +003367|sil ci3 hou4 sp1 tou1 dao4 qing2 kuang4 you2 suo3 hao2 zhuan3 sp1 dan4 reng2 shi2 you3 cun1 min2 fan1 yue4 zha4 lan5 sil|sil 此 后 sp1 偷 盗 情 况 有 所 好 转 sp1 但 仍 时 有 村 民 翻 越 栅 栏 sil|31 21 23 4 20 15 19 19 14 14 19 25 26 18 20 15 15 21 21 20 11 20 22 30|0.0|5.37 +003368|sil qi2 yu2 de5 yu4 suan4 jiang1 yong4 yu2 gou4 mai3 fu2 wu4 qi4 he2 dian4 nao3 sil|sil 其 余 的 预 算 将 用 于 购 买 服 务 器 和 电 脑 sil|27 22 17 9 16 27 18 14 14 20 25 16 13 18 13 16 25 30|0.0|3.945 +003369|sil liang3 dui4 zui4 hou4 yi3 liu4 shi5 wu2 bi3 liu4 shi5 wu3 sp1 da3 cheng2 ping2 shou3 sil|sil 两 队 最 后 以 六 十 五 比 六 十 五 sp1 打 成 平 手 sil|28 20 22 20 15 16 19 13 16 15 18 15 23 6 16 18 19 26 28|0.0|4.1 +003370|sil gang1 cai2 ting1 ke4 wen2 lu4 yin1 tai4 kun4 le5 sp1 mi1 yi2 xia4 sp1 jiu4 suan4 shi4 xiu1 xi5 sil|sil 刚 才 听 课 文 录 音 太 困 了 sp1 眯 一 下 sp1 就 算 是 休 息 sil|27 19 20 19 15 12 13 20 25 23 16 18 13 18 19 8 17 13 12 19 19 29|0.0|4.58 +003371|sil na4 jiu4 bu2 yao4 gen1 ou3 liao2 tian1 le5 a5 sil|sil 那 就 不 要 跟 偶 聊 天 了 啊 sil|28 20 21 11 17 10 16 18 18 12 24 25|0.0|2.56 +003372|sil ting1 shuo1 sp1 huan4 hua1 xi1 gong1 yuan2 hen2 hao3 wan2 sp1 wo2 ye2 xiang3 qu4 kan4 kan5 ne5 sil|sil 听 说 sp1 浣 花 溪 公 园 很 好 玩 sp1 我 也 想 去 看 看 呢 sil|27 21 30 6 20 18 16 14 23 16 19 25 19 9 13 18 11 20 17 18 29|0.0|4.52 +003373|sil deng3 shou4 piao4 yuan2 shuo1 mei2 piao4 shi2 sp1 li3 zhu2 qing1 jiu4 xiang4 shuang1 da3 de5 qie2 zi5 sp1 nian1 la5 sil|sil 等 售 票 员 说 没 票 时 sp1 李 竹 清 就 像 霜 打 的 茄 子 sp1 蔫 啦 sil|27 21 18 16 16 20 18 25 26 40 12 14 30 18 21 23 13 8 26 15 28 22 16 32|0.0|5.86 +003374|sil bu4 shao3 wang2 you3 wei4 lin2 jun4 dian3 ran2 la4 zhu5 sp1 zhu4 ta1 sp1 yi2 lu4 zou2 hao3 sil|sil 不 少 网 友 为 林 俊 点 燃 蜡 烛 sp1 祝 他 sp1 一 路 走 好 sil|27 14 16 18 26 14 19 22 17 15 20 19 10 16 25 6 13 17 19 29 31|0.0|4.565 +003375|sil mai4 shui2 guo3 de5 xian1 huo4 pu4 sp1 mai4 yue4 bing3 de5 dian3 xin1 pu4 sp1 dou1 kai1 shi3 zheng2 li3 pu4 mian4 sp1 bu4 zhi4 chu2 chuang1 sil|sil 卖 水 果 的 鲜 货 铺 sp1 卖 月 饼 的 点 心 铺 sp1 都 开 始 整 理 铺 面 sp1 布 置 橱 窗 sil|30 18 19 15 11 20 22 23 19 15 16 15 9 19 21 21 21 13 17 19 18 13 17 23 8 15 13 17 27 30|0.0|6.315 +003376|sil mei3 ren2 mei3 tian1 sp1 neng2 sao3 chu1 yi4 che1 dou3 sil|sil 每 人 每 天 sp1 能 扫 出 一 车 斗 sil|30 18 21 20 31 4 14 18 19 15 22 26 29|0.0|3.105 +003377|sil chang2 er3 duo5 sp1 neng2 bang1 zhu4 ta1 shan1 dong4 kong1 qi4 sp1 xun2 zhao3 qi4 wei4 lai2 yuan2 sil|sil 长 耳 朵 sp1 能 帮 助 它 扇 动 空 气 sp1 寻 找 气 味 来 源 sil|28 24 24 18 6 20 14 11 20 22 12 18 22 7 21 19 19 11 20 26 30|0.0|4.555 +003378|sil bu2 guo4 sp1 guo4 qu4 de5 er4 chuan2 dou1 shi4 ai3 ge4 zi5 sil|sil 不 过 sp1 过 去 的 二 传 都 是 矮 个 子 sil|25 14 25 14 19 16 10 15 25 13 9 22 21 18 30|0.0|3.205 +003379|sil zhe4 jian4 shi4 rang4 shen1 min2 gan3 jue2 te4 bie2 wei3 qu1 sil|sil 这 件 事 让 申 敏 感 觉 特 别 委 屈 sil|28 15 18 25 18 19 22 20 18 22 14 17 26 29|0.0|3.375 +003380|sil zhi2 de5 ken3 ding4 de5 sp1 bei4 tai1 cai3 yong4 le5 quan2 chi3 cun4 lun2 tai1 sp1 hen3 hou4 dao4 sil|sil 值 得 肯 定 的 sp1 备 胎 采 用 了 全 尺 寸 轮 胎 sp1 很 厚 道 sil|27 15 10 21 20 14 22 15 24 18 16 11 25 15 16 15 24 4 19 19 19 31|0.0|4.64 +003381|sil chu2 fang2 de5 yi2 shan4 men2 sp1 yi3 jing1 xiu3 lan4 sil|sil 厨 房 的 一 扇 门 sp1 已 经 朽 烂 sil|25 24 18 12 10 21 24 6 12 16 19 25 30|0.0|2.81 +003382|sil di4 er4 tian1 sp1 wo3 chang2 shi4 na4 zhong3 zhuang4 tai4 sp1 cir2 r yi2 yang4 sp1 jinr4 r sp1 bu4 yi2 yang4 le5 sil|sil 第 二 天 sp1 我 尝 试 那 种 状 态 sp1 词 儿 一 样 sp1 劲 儿 sp1 不 一 样 了 sil|28 10 19 26 13 9 20 11 18 13 20 22 23 23 0 14 22 13 0 28 14 10 13 23 15 32|0.0|5.095 +003383|sil ni3 jue2 de5 xiao3 su2 zen3 me5 yang4 sil|sil 你 觉 得 小 俗 怎 么 样 sil|27 15 15 15 25 22 14 10 21 30|0.0|2.255 +003384|sil zou1 mou3 sp1 xian4 chang3 bei4 gong1 an1 ji1 guan1 dang3 huo4 sil|sil 邹 某 sp1 现 场 被 公 安 机 关 挡 获 sil|26 26 22 7 24 24 13 12 14 13 17 19 24 26|0.0|3.105 +003385|sil che1 zai4 bu4 man3 shen1 qian3 bu4 yi1 shui3 keng1 de5 lu4 shang4 dian1 bo3 qian2 xing2 sil|sil 车 在 布 满 深 浅 不 一 水 坑 的 路 上 颠 簸 前 行 sil|26 26 23 13 19 19 19 13 17 20 16 6 19 27 20 13 21 28 31|0.0|4.37 +003386|sil zhang1 yao2 zai4 xiang4 yun2 cun1 de5 jia1 sp1 wu1 hou4 jiu4 shi4 gao1 shan1 sp1 yi2 dao4 xia4 tian1 sp1 wen2 zi5 hen3 duo1 sil|sil 张 垚 在 向 云 村 的 家 sp1 屋 后 就 是 高 山 sp1 一 到 夏 天 sp1 蚊 子 很 多 sil|28 20 24 19 17 14 17 9 27 33 13 19 13 11 18 26 21 12 16 24 21 10 16 14 17 21 31|0.0|5.93 +003387|sil ni2 ren3 xin1 rang4 wo3 zhe4 me5 dan1 xin1 ma5 sil|sil 你 忍 心 让 我 这 么 担 心 吗 sil|29 14 19 19 14 10 14 13 18 19 28 28|0.0|2.61 +003388|sil ju4 lin2 yi4 jia1 sp1 bian1 shang3 sp1 feng1 jing3 bian1 pai1 zhao4 pian4 sp1 xi3 que4 jiu4 wei2 zhe5 ju4 lin2 zhuan4 sp1 fei1 fei1 ting2 ting2 sil|sil 聚 林 一 家 sp1 边 赏 sp1 风 景 边 拍 照 片 sp1 喜 鹊 就 围 着 聚 林 转 sp1 飞 飞 停 停 sil|26 20 13 17 26 5 18 18 4 17 25 17 16 17 27 29 25 28 19 15 11 11 17 22 17 21 16 21 33 32|0.0|6.765 +003389|sil liao2 kuo4 de5 jiang1 mian4 zhi4 ci2 dou3 ran2 shou1 zhai3 sil|sil 辽 阔 的 江 面 至 此 陡 然 收 窄 sil|29 18 15 10 19 28 18 24 16 18 19 30 28|0.0|3.155 +003390|sil zuo4 wei2 pei2 ke4 de5 wo3 sp1 xin1 zhong1 yi4 jue2 de5 nuan3 rong2 rong2 de5 sil|sil 作 为 陪 客 的 我 sp1 心 中 亦 觉 得 暖 融 融 的 sil|27 19 18 21 20 12 16 12 24 18 15 15 8 19 16 22 15 30|0.0|3.795 +003391|sil dang1 zhong1 sp1 yi3 ya1 zhou4 chu1 xian4 de5 rong2 zu3 er2 sp1 fan3 ying4 zui4 re4 lie4 sil|sil 当 中 sp1 以 压 轴 出 现 的 容 祖 儿 sp1 反 应 最 热 烈 sil|26 18 24 9 16 18 15 16 13 6 19 15 21 7 19 18 18 15 19 33|0.0|4.005 +003392|sil wu3 fan4 chi1 mian4 tiao2 huo4 hun2 tun5 sp1 wan3 fan4 sui2 zi2 nv3 yi4 qi3 chi1 fan4 sil|sil 午 饭 吃 面 条 或 馄 饨 sp1 晚 饭 随 子 女 一 起 吃 饭 sil|29 16 27 18 25 26 16 25 20 28 20 30 22 17 16 14 14 17 19 29|0.0|4.965 +003393|sil jing1 guo4 zhuan1 jia1 tao3 lun4 sp1 bing4 gen1 ju4 jia1 zhang3 yuan4 wang4 sp1 yi1 yuan4 zui4 hou4 jue2 ding4 sp1 wei4 lian2 ti3 er2 fen1 li2 sil|sil 经 过 专 家 讨 论 sp1 并 根 据 家 长 愿 望 sp1 医 院 最 后 决 定 sp1 为 连 体 儿 分 离 sil|27 19 13 17 16 20 19 8 16 16 14 18 16 20 19 36 10 24 16 13 17 17 15 12 22 14 16 19 25 30|0.0|6.315 +003394|sil de2 dao4 duo1 zhu4 sp1 shi1 dao4 gua3 zhu4 sil|sil 得 道 多 助 sp1 失 道 寡 助 sil|26 18 20 18 22 5 20 19 22 23 26|0.0|2.54 +003395|sil tian1 cheng4 zuo4 bo2 ai4 sp1 xi3 huan1 yu3 ren2 fen1 xiang3 sil|sil 天 秤 座 博 爱 sp1 喜 欢 与 人 分 享 sil|27 25 21 18 17 23 9 16 17 12 15 19 27 30|0.0|3.205 +003396|sil ling4 wai4 de5 ren2 qiang2 wo2 shou3 ji1 sp1 en4 tou2 en4 shou3 sil|sil 另 外 的 人 抢 我 手 机 sp1 摁 头 摁 手 sil|30 14 17 12 19 20 11 17 25 16 17 19 16 30 31|0.0|3.415 +003397|sil wo3 jue2 de5 shi4 ta1 xiang3 yao4 re4 nao5 yi2 xia4 la5 sil|sil 我 觉 得 是 她 想 要 热 闹 一 下 啦 sil|28 13 18 19 16 23 13 16 14 13 10 17 22 27|0.0|2.895 +003398|sil sheng3 lian2 zi4 ban4 sp1 zheng4 zai4 dui4 zhe4 xie1 yi2 si4 che1 liang4 jin4 xing2 he2 cha2 sil|sil 省 廉 自 办 sp1 正 在 对 这 些 疑 似 车 辆 进 行 核 查 sil|30 27 20 14 24 16 18 13 14 14 20 14 16 16 22 18 14 22 29 29|0.0|4.525 +003399|sil chu1 men2 zuo2 zhuan3 sp1 zhao3 ge5 gang3 ting2 sp1 ni3 qu4 wen4 wen5 sp1 da4 gai4 mao4 shu1 shu5 sil|sil 出 门 左 转 sp1 找 个 岗 亭 sp1 你 去 问 问 sp1 大 盖 帽 叔 叔 sil|28 19 17 18 26 9 17 12 19 29 27 8 16 14 22 4 16 12 18 18 18 30|0.0|4.605 +003400|sil ju4 tong3 ji4 sp1 mu4 qian2 sp1 yao1 er4 san1 si4 wu3 ri4 bo1 da3 liang4 sp1 yue1 si4 qian1 wu2 bai3 jian4 sil|sil 据 统 计 sp1 目 前 sp1 幺 二 三 四 五 日 拨 打 量 sp1 约 四 千 五 百 件 sil|28 17 19 21 27 13 31 6 8 18 16 16 18 19 13 14 25 21 24 25 22 11 19 20 30|0.0|5.59 +003401|sil xian4 zai4 zhi4 yun2 yi4 jue2 ding4 li2 kai1 sp1 mi2 yun2 dang3 yi3 quan2 mian4 wa2 jie3 sil|sil 现 在 志 云 亦 决 定 离 开 sp1 迷 云 党 已 全 面 瓦 解 sil|31 22 25 24 26 17 15 13 16 28 27 13 20 29 17 20 17 19 28 31|0.0|5.085 +003402|sil bu4 gan3 xia4 lai5 sp1 daor4 r tai4 hei1 le5 sp1 pa4 zou3 lu4 shuai1 gen1 tou5 sil|sil 不 敢 下 来 sp1 道 儿 太 黑 了 sp1 怕 走 路 摔 跟 头 sil|25 15 17 22 18 22 21 0 21 22 14 18 17 16 16 20 19 23 28|0.0|4.11 +003403|sil xiao2 yu3 ye2 hen3 jue4 sp1 jiu4 shi4 bu4 di1 tou2 ren4 cuo4 sil|sil 小 羽 也 很 倔 sp1 就 是 不 低 头 认 错 sil|27 30 26 12 17 26 21 15 13 15 14 19 15 24 29|0.0|3.515 +003404|sil sui2 hou4 sp1 zhe4 pi1 mang3 she2 sp1 bei4 song4 dao4 he2 fei2 dong4 wu4 yuan2 sp1 jun1 de2 dao4 tuo3 shan4 an1 zhi4 sil|sil 随 后 sp1 这 批 蟒 蛇 sp1 被 送 到 合 肥 动 物 园 sp1 均 得 到 妥 善 安 置 sil|29 19 22 23 16 15 22 24 4 15 20 18 18 14 13 10 25 17 18 15 16 20 18 19 21 29|0.0|5.57 +003405|sil wo3 jia1 zhu4 liu4 lou2 sp1 mei2 dian4 ti1 suo2 yi2 lan3 de5 xia4 qu4 sil|sil 我 家 住 六 楼 sp1 没 电 梯 所 以 懒 的 下 去 sil|28 14 21 15 17 23 8 17 17 25 17 7 22 9 22 21 28|0.0|3.615 +003406|sil tie3 wen2 yin2 qi3 le5 zhong4 duo1 wang3 min2 guan1 zhu4 sil|sil 帖 文 引 起 了 众 多 网 民 关 注 sil|25 26 24 20 14 13 16 16 13 14 19 18 30|0.0|2.875 +003407|sil gong1 zuo4 ren2 yuan2 mang2 zhe5 shou1 qian2 sp1 piao3 dou1 bu4 piao3 yi4 yan3 zi1 liao4 sp1 geng4 bu2 yong4 shuo1 he2 shi2 shen1 fen4 sil|sil 工 作 人 员 忙 着 收 钱 sp1 瞟 都 不 瞟 一 眼 资 料 sp1 更 不 用 说 核 实 身 份 sil|28 16 13 16 21 18 10 18 30 11 28 14 11 18 9 14 16 21 27 16 7 17 22 18 13 18 19 32|0.0|5.82 +003408|sil xin1 sheng1 bao4 yuan4 de5 wo3 sp1 du1 nang5 le5 yi2 ju4 sp1 na2 gen1 ji1 mao2 dang1 ling4 jian4 sil|sil 心 生 抱 怨 的 我 sp1 嘟 囔 了 一 句 sp1 拿 根 鸡 毛 当 令 箭 sil|29 23 21 16 17 11 18 4 15 18 9 11 20 31 19 16 14 22 16 19 23 31|0.0|4.68 +003409|sil yu4 ji4 er4 ling2 yi1 ling2 nian2 sp1 ba1 jiu3 yue4 kai1 zhang1 yun4 zuo4 sil|sil 预 计 二 零 一 零 年 sp1 八 九 月 开 张 运 作 sil|30 14 26 18 14 8 18 26 5 20 24 25 20 16 16 24 28|0.0|3.85 +003410|sil ren2 lei4 cun2 zai4 yi2 ge5 mei3 li4 de5 huan4 xiang3 sp1 neng2 xiang4 niao3 er2 yi2 yang4 sp1 zi4 you2 fei1 xiang2 sil|sil 人 类 存 在 一 个 美 丽 的 幻 想 sp1 能 像 鸟 儿 一 样 sp1 自 由 飞 翔 sil|31 20 24 22 11 12 11 18 13 9 22 26 29 14 18 18 18 12 19 5 17 16 18 30 31|0.0|5.385 +003411|sil lin2 jin4 tian1 hei1 sp1 bu4 da3 suan4 kong1 shou3 er2 gui1 de5 ta1 sp1 yao2 yao3 ya2 guan1 sp1 mai3 le5 yi2 kuai4 she4 yan4 mao2 liao4 sil|sil 临 近 天 黑 sp1 不 打 算 空 手 而 归 的 他 sp1 咬 咬 牙 关 sp1 买 了 一 块 歙 砚 毛 料 sil|32 17 16 22 26 21 13 16 20 17 13 17 14 11 25 22 12 15 18 22 9 13 8 11 23 21 16 19 22 30|0.0|6.285 +003412|sil bu4 neng2 duo1 shi1 fei2 sp1 jiu4 zai4 tu2 rang2 li3 pei4 ji3 wei4 wen1 he2 de5 zhong1 yao4 sil|sil 不 能 多 施 肥 sp1 就 在 土 壤 里 配 几 味 温 和 的 中 药 sil|25 13 22 15 18 27 19 14 13 16 19 21 21 12 17 17 15 11 17 22 28|0.0|4.44 +003413|sil gai1 yuan4 yuan4 zhang3 yang2 kai1 qiao2 biao3 shi4 sp1 zhuang4 yuan5 zhi3 shi4 ou3 ran2 sp1 gao1 fen1 qun2 ti3 geng4 you3 shuo1 fu2 li4 sil|sil 该 院 院 长 杨 开 乔 表 示 sp1 状 元 只 是 偶 然 sp1 高 分 群 体 更 有 说 服 力 sil|26 15 17 18 24 16 18 21 17 21 34 25 22 14 12 17 24 20 17 16 20 23 14 15 17 12 19 29|0.0|6.31 +003414|sil shao1 xiang1 wan2 bi4 hou4 sp1 yi4 jia1 ren2 fen1 zhe5 gong4 pin3 chi1 sp1 yi2 ban4 ban4 ping2 guo3 sp1 yi2 chuan4 chuan4 pu2 tao5 sil|sil 烧 香 完 毕 后 sp1 一 家 人 分 着 供 品 吃 sp1 一 瓣 瓣 苹 果 sp1 一 串 串 葡 萄 sil|30 21 18 18 17 21 19 12 18 20 20 9 17 19 25 33 13 17 16 24 23 11 12 19 17 19 20 29|0.0|6.235 +003415|sil qiu2 qian1 ren4 yi4 lian3 wei2 nan2 shuo1 sp1 wo3 shi4 shi5 ba5 sil|sil 裘 千 仞 一 脸 为 难 说 sp1 我 试 试 吧 sil|28 21 22 24 15 17 13 32 35 15 16 24 14 22 31|0.0|3.815 +003416|sil nan2 zi3 men4 men4 bu2 le4 de5 li2 kai1 sil|sil 男 子 闷 闷 不 乐 地 离 开 sil|28 23 19 21 16 12 13 8 16 31 27|0.0|2.49 +003417|sil zhou1 liu4 sp1 lao3 lao5 lao3 ye5 sp1 tong2 shi2 xue4 ya1 jiang4 di1 sil|sil 周 六 sp1 姥 姥 姥 爷 sp1 同 时 血 压 降 低 sil|26 20 23 20 15 12 23 20 3 24 20 16 18 19 19 29|0.0|3.565 +003418|sil xian4 zai4 xiang2 xiang3 sp1 diu1 le5 hao3 xiang4 ye2 hen3 zheng4 chang2 sp1 shua2 shou3 wan4 sp1 wo2 shua3 bu2 guo4 qi2 ta1 ren2 sil|sil 现 在 想 想 sp1 丢 了 好 像 也 很 正 常 sp1 耍 手 腕 sp1 我 耍 不 过 其 他 人 sil|29 24 17 20 24 23 21 19 19 16 14 18 17 28 26 21 18 22 13 11 24 11 16 15 19 23 29|0.0|6.24 +003419|sil ran2 hou4 sp1 wo3 men5 jiu4 wang3 lou2 ding2 pao3 sp1 zai4 lou2 ding3 xiang4 xia4 hu1 jiu4 sil|sil 然 后 sp1 我 们 就 往 楼 顶 跑 sp1 在 楼 顶 向 下 呼 救 sil|31 16 24 16 8 10 13 17 17 19 27 21 15 21 21 21 20 18 21 29|0.0|4.475 +003420|sil na4 yao4 shi4 you3 ge5 bing4 you3 ge5 zai1 de5 sp1 hai2 dei2 wang3 cheng2 li3 zhe1 teng5 sil|sil 那 要 是 有 个 病 有 个 灾 的 sp1 还 得 往 城 里 折 腾 sil|28 16 18 13 15 17 26 15 14 25 15 24 14 13 17 20 15 18 20 32|0.0|4.355 +003421|sil qin1 ren2 men5 sp1 wei4 gong1 yong3 geng1 yi1 shi2 sp1 fa1 xian4 ta1 shen1 shang4 tie1 zhe5 hen3 duo1 gao1 yao4 sil|sil 亲 人 们 sp1 为 龚 勇 更 衣 时 sp1 发 现 他 身 上 贴 着 很 多 膏 药 sil|29 25 15 25 4 15 17 16 14 19 26 26 19 14 15 16 22 21 10 18 17 18 23 31|0.0|5.285 +003422|sil zai4 lv2 guan3 an1 dun4 hao3 hou4 sp1 ta1 bian4 mang2 yu2 zi4 ji3 de5 bi4 ye4 lun4 wen2 sil|sil 在 旅 馆 安 顿 好 后 sp1 他 便 忙 于 自 己 的 毕 业 论 文 sil|27 20 15 17 15 16 17 20 20 15 16 13 15 17 9 11 10 12 21 26 28|0.0|4.18 +003423|sil wang2 ye3 dong1 ting1 jian4 li3 mian4 de5 ge1 ci2 sp1 you4 gou1 qi3 shang1 xin1 sil|sil 王 冶 东 听 见 里 面 的 歌 词 sp1 又 勾 起 伤 心 sil|29 17 14 24 21 13 9 18 8 17 28 11 18 17 18 20 24 31|0.0|3.915 +003424|sil shi1 gong1 xian4 chang3 sp1 sha1 shi2 tu3 fang1 deng3 san2 ti3 cai2 liao4 sp1 bi4 xu1 yan2 mi4 zhe1 gai4 deng3 sil|sil 施 工 现 场 sp1 沙 石 土 方 等 散 体 材 料 sp1 必 须 严 密 遮 盖 等 sil|28 21 16 22 25 8 27 28 20 22 14 20 14 16 22 20 13 25 18 17 15 17 21 30|0.0|5.56 +003425|sil jiu4 shi4 chang2 yuan3 mu4 biao1 he2 mou2 lve4 ya5 sp1 zhu3 ren2 yan2 jiu1 shen2 me5 zhan4 lve4 wen4 ti2 ne5 sil|sil 就 是 长 远 目 标 和 谋 略 呀 sp1 主 人 研 究 什 么 战 略 问 题 呢 sil|29 22 21 22 17 16 21 15 19 18 24 28 16 14 16 18 16 10 17 12 18 16 22 31|0.0|5.315 +003426|sil ni3 zuo4 de5 dai3 yue4 duo1 sp1 ze2 ren4 yue4 ke2 yi3 tui1 tuo1 sp1 zhe4 wan2 quan2 shi4 yi4 zhong3 miu4 lun4 sil|sil 你 做 的 歹 越 多 sp1 责 任 越 可 以 推 脱 sp1 这 完 全 是 一 种 谬 论 sil|28 13 17 11 18 18 23 4 20 22 20 15 12 20 26 22 15 21 20 12 12 15 20 18 31|0.0|5.26 +003427|sil yi3 qian2 zai4 jia1 li3 ai4 chang4 ai4 tiao4 sp1 gan4 zhe5 jia1 wu4 zui2 li3 dou1 heng1 zhe5 ge1 sil|sil 以 前 在 家 里 爱 唱 爱 跳 sp1 干 着 家 务 嘴 里 都 哼 着 歌 sil|29 12 24 14 18 22 16 20 15 26 18 16 10 20 23 17 12 14 20 12 26 28|0.0|4.785 +003428|sil xian2 zhe5 mei2 shi4 sp1 mai3 le5 ben3 yu2 jia1 shu1 sp1 rang4 nan2 you3 pei2 zhe5 lian4 sil|sil 闲 着 没 事 sp1 买 了 本 瑜 伽 书 sp1 让 男 友 陪 着 练 sil|29 25 9 20 24 11 13 11 16 13 21 23 12 14 17 18 18 8 24 28|0.0|4.11 +003429|sil yun4 cang2 le5 jin4 qian1 gong1 li3 de5 ji1 qing2 sp1 yi4 shi2 pen1 yong3 er2 chu1 sil|sil 蕴 藏 了 近 千 公 里 的 激 情 sp1 一 时 喷 涌 而 出 sil|28 16 22 16 20 22 14 11 10 16 29 20 12 25 20 16 14 27 30|0.0|4.275 +003430|sil zui4 chang2 jian4 de5 jiu4 shi4 ke4 you3 fo2 jiao4 liu4 zi4 zhen1 yan2 sp1 o1 ma1 ni1 ba1 mei1 hong1 de5 shi2 kuai4 sil|sil 最 常 见 的 就 是 刻 有 佛 教 六 字 真 言 sp1 唵 嘛 呢 叭 咪 吽 的 石 块 sil|25 18 20 20 17 17 11 17 21 21 16 14 13 16 26 6 13 22 15 15 16 19 7 19 27 27|0.0|5.315 +003431|sil zuo2 ri4 sp1 sheng3 hui4 kong1 qi4 wu1 ran2 zhi3 shu4 wei2 liu4 shi2 si4 sp1 kong1 qi4 zhi4 liang4 wei2 liang2 sil|sil 昨 日 sp1 省 会 空 气 污 染 指 数 为 六 十 四 sp1 空 气 质 量 为 良 sil|26 20 23 20 24 20 21 16 10 17 16 26 15 15 12 20 26 19 13 14 26 10 36 29|0.0|5.505 +003432|sil zhe4 shou3 shi1 de5 ming2 zi4 sp1 jiao4 min3 nong2 sil|sil 这 首 诗 的 名 字 sp1 叫 悯 农 sil|26 18 15 18 7 22 20 4 23 23 31 28|0.0|2.725 +003433|sil wang3 luo4 yu2 lun4 sp1 ji2 yi4 cheng2 wei2 zheng3 ge4 she4 hui4 xin4 xi1 yu2 lun4 xi4 tong3 de5 sp1 bu4 wen3 ding4 yin1 su4 sil|sil 网 络 舆 论 sp1 极 易 成 为 整 个 社 会 信 息 舆 论 系 统 的 sp1 不 稳 定 因 素 sil|30 18 14 14 21 5 18 13 17 17 17 9 17 22 21 17 10 14 17 17 11 4 14 16 16 20 20 29|0.0|5.32 +003434|sil wo3 peng2 you5 jian4 zhuang4 shuo1 sp1 zao3 zhi1 dao4 gei3 zhei4 ge5 mei3 mei2 sp1 ye2 mai2 ji3 chuan4 jiu4 hao3 le5 sil|sil 我 朋 友 见 状 说 sp1 早 知 道 给 这 个 美 眉 sp1 也 买 几 串 就 好 了 sil|30 11 16 15 18 17 24 32 19 14 24 17 15 8 17 27 5 11 17 13 17 12 19 16 30|0.0|5.16 +003435|sil que4 zao1 dao4 xiao4 fang1 shi1 ya1 sp1 zu2 zhi2 ju3 bao4 sil|sil 却 遭 到 校 方 施 压 sp1 阻 止 举 报 sil|25 22 17 18 18 14 17 24 4 20 14 18 21 29|0.0|3.035 +003436|sil fan3 zheng4 wo2 ting3 zhi1 chi2 de5 sil|sil 反 正 我 挺 支 持 的 sil|26 24 23 15 21 16 19 16 27|0.0|2.175 +003437|sil xu1 mou3 zhi4 si2 ye3 mei2 nong4 ming2 bai5 sp1 zi4 ji3 jiu1 jing4 wei4 he2 bei4 da3 sil|sil 胥 某 至 死 也 没 弄 明 白 sp1 自 己 究 竟 为 何 被 打 sil|29 24 25 20 17 13 11 17 20 16 21 16 11 17 17 18 17 19 24 28|0.0|4.415 +003438|sil he2 shi2 cai2 neng2 wen2 dao4 pen1 bi2 de5 gao1 liang5 mi3 fan4 de5 xiang1 wei4 ne5 sil|sil 何 时 才 能 闻 到 喷 鼻 的 高 粱 米 饭 的 香 味 呢 sil|29 25 20 15 13 19 18 23 16 21 15 16 14 19 8 19 17 24 30|0.0|4.195 +003439|sil da4 bu4 fen4 di4 xian4 keng1 shen1 yue1 yi1 liang2 mi3 sp1 zhi2 jing4 yue1 wu3 liu4 mi3 sil|sil 大 部 分 地 陷 坑 深 约 一 两 米 sp1 直 径 约 五 六 米 sil|27 16 12 20 13 19 25 25 20 13 23 22 18 20 28 18 14 21 27 26|0.0|4.725 +003440|sil geng3 zhun1 deng3 zhan4 fu2 sp1 jing1 shi2 jia1 zhuang1 bei4 yun4 zhi4 bei3 jing1 sil|sil 耿 谆 等 战 俘 sp1 经 石 家 庄 被 运 至 北 京 sil|26 23 24 18 19 27 5 21 14 16 26 14 15 12 18 27 31|0.0|3.9 +003441|sil jin1 men2 xuan4 feng1 fang3 wen4 liang3 ge5 duo1 xiao3 shi2 sp1 bei4 cai4 ying1 wen2 lie4 wei2 ben3 zhou1 mi4 mi4 wu3 qi4 sil|sil 金 门 旋 风 访 问 两 个 多 小 时 sp1 被 蔡 英 文 列 为 本 周 秘 密 武 器 sil|27 18 16 20 24 24 18 19 10 13 17 26 31 13 17 18 25 13 14 16 19 14 13 16 24 31|0.0|5.76 +003442|sil dan4 nv3 er2 ting1 bu4 jin4 qu4 ya5 sil|sil 但 女 儿 听 不 进 去 呀 sil|25 18 10 19 22 10 18 17 23 29|0.0|2.215 +003443|sil jie2 guo3 ma5 sp1 ta1 yi2 ding4 hui4 jie2 jie5 shi2 shi2 de5 zou4 wo3 yi2 dun4 sil|sil 结 果 嘛 sp1 他 一 定 会 结 结 实 实 地 揍 我 一 顿 sil|28 25 17 27 16 16 10 18 22 22 13 14 14 9 22 11 13 20 29|0.0|4.015 +003444|sil dan4 zhong4 jiang2 shao3 sp1 kui1 qian2 duo1 sil|sil 但 中 奖 少 sp1 亏 钱 多 sil|25 25 20 21 25 7 20 20 19 27|0.0|2.43 +003445|sil tu2 wei2 gong1 zuo4 ren2 yuan2 zai4 bian1 zhi1 mao2 xian4 wa2 wa5 sil|sil 图 为 工 作 人 员 在 编 织 毛 线 娃 娃 sil|26 18 24 17 12 17 23 20 18 14 20 19 20 17 29|0.0|3.415 +003446|sil ni2 yi3 hou4 yao4 xing4 fu2 sp1 zhao3 ge5 bi2 wo3 ruo4 de5 ren2 sp1 zhe4 yang4 sp1 wo3 yao4 shi4 qu4 qiang3 hun1 hai2 neng2 qiang3 guo4 ta1 sil|sil 你 以 后 要 幸 福 sp1 找 个 比 我 弱 的 人 sp1 这 样 sp1 我 要 是 去 抢 婚 还 能 抢 过 他 sil|30 13 12 14 17 23 23 24 22 17 14 14 22 11 24 28 17 19 17 7 14 13 13 24 25 18 15 23 17 24 30|0.0|6.785 +003447|sil shi2 yong4 zhi2 wu4 you2 zhong1 sp1 yi4 ban1 bu4 han2 dan3 gu4 chun2 sp1 huo4 han2 liang4 ji2 di1 sil|sil 食 用 植 物 油 中 sp1 一 般 不 含 胆 固 醇 sp1 或 含 量 极 低 sil|31 22 21 17 14 19 23 11 13 20 17 20 15 13 26 10 17 18 17 17 20 28|0.0|4.745 +003448|sil zhe4 jie2 guo3 sp1 ling4 mai4 ke4 mi3 lun2 de5 jia1 ren2 gan3 dao5 zhen4 jing1 sp1 nv3 si2 zhe3 de5 bao1 xiong1 xiao1 en1 sil|sil 这 结 果 sp1 令 麦 克 米 伦 的 家 人 感 到 震 惊 sp1 女 死 者 的 胞 兄 肖 恩 sil|28 17 18 27 14 18 17 10 17 16 9 20 22 16 11 20 24 36 14 17 13 10 19 19 23 26 31|0.0|5.94 +003449|sil bu2 kao3 bu4 tong1 guo4 sp1 bian4 hui4 yan2 chang2 xue2 ji2 sil|sil 补 考 不 通 过 sp1 便 会 延 长 学 籍 sil|25 17 25 12 21 19 9 17 15 19 19 18 24 29|0.0|3.12 +003450|sil shui2 gai1 yong1 you3 zhe4 jian4 guo2 bao3 ji2 wen2 wu4 de5 suo2 you3 quan2 sil|sil 谁 该 拥 有 这 件 国 宝 级 文 物 的 所 有 权 sil|30 24 15 14 14 13 17 19 17 15 18 11 10 12 16 30 28|0.0|3.515 +003451|sil jin4 dai4 yi4 yi4 shang4 de5 yi2 chan3 shui4 sp1 shi3 yu2 sp1 yi1 wu2 jiu3 ba1 nian2 de5 he2 lan2 sil|sil 近 代 意 义 上 的 遗 产 税 sp1 始 于 sp1 一 五 九 八 年 的 荷 兰 sil|27 21 15 11 12 19 12 14 23 25 8 25 22 12 15 12 17 15 14 9 17 26 28|0.0|4.635 +003452|sil fo2 luo2 lun2 sa4 sp1 zhu3 ren2 dai4 wo3 qu4 kan4 kan5 ma5 sil|sil 佛 罗 伦 萨 sp1 主 人 带 我 去 看 看 嘛 sil|27 21 11 20 23 10 21 23 12 13 14 20 16 21 30|0.0|3.27 +003453|sil wen1 dun4 sp1 hai2 yang3 le5 liang2 pi2 ma3 yi4 tiao2 gou3 sp1 yi4 zhi1 chang2 wei2 xiao3 ying1 wu3 sp1 yi4 xie1 ji1 he2 mao1 sil|sil 温 顿 sp1 还 养 了 两 匹 马 一 条 狗 sp1 一 只 长 尾 小 鹦 鹉 sp1 一 些 鸡 和 猫 sil|32 20 24 6 15 18 9 22 15 35 15 21 28 25 11 18 22 16 23 22 21 23 9 26 20 16 30 30|0.0|6.64 +003454|sil zai4 ri4 ben3 sp1 ting1 luo2 si1 te4 luo4 bo1 wei2 qi2 zhi3 hui1 de5 yin1 yue4 hui4 sp1 wo3 ceng2 qin1 shen1 dao4 guo4 na4 kuair4 r tu3 di4 sil|sil 在 日 本 sp1 听 罗 斯 特 洛 波 维 奇 指 挥 的 音 乐 会 sp1 我 曾 亲 身 到 过 那 块 儿 土 地 sil|30 18 19 25 12 27 16 11 16 16 12 14 27 18 14 11 12 17 25 35 11 21 18 19 17 10 15 19 0 18 18 31|0.0|6.645 +003455|sil he2 xie2 liu4 hao4 che1 xiang1 sp1 bi3 xian4 yong4 he2 xie2 hao4 geng4 kuan1 chang3 sil|sil 和 谐 六 号 车 厢 sp1 比 现 用 和 谐 号 更 宽 敞 sil|26 18 17 17 14 15 25 11 16 21 18 16 15 22 19 22 25 29|0.0|4.015 +003456|sil zhang1 lin2 hao4 sp1 mei2 yu4 liao4 dao4 zhe4 tu1 fa1 qing2 kuang4 sp1 qiang4 le5 yi4 kou3 sp1 yao4 qia3 zai4 hou2 long5 li3 sp1 bai3 yan4 bu2 xia4 sil|sil 章 林 浩 sp1 没 预 料 到 这 突 发 情 况 sp1 呛 了 一 口 sp1 药 卡 在 喉 咙 里 sp1 百 咽 不 下 sil|28 19 15 27 7 15 14 19 18 12 16 16 19 21 21 24 7 12 26 31 24 22 14 20 17 15 21 15 24 12 22 30|0.0|7.005 +003457|sil cong2 ci2 wang3 hou4 sp1 wo2 gei3 ta1 shen2 me5 ta1 dou1 bu4 chi1 sil|sil 从 此 往 后 sp1 我 给 他 什 么 他 都 不 吃 sil|25 25 14 17 25 19 10 13 19 18 20 18 13 13 24 27|0.0|3.485 +003458|sil na4 yi3 hou4 wo3 bu2 wen4 le5 sil|sil 那 以 后 我 不 问 了 sil|28 16 14 28 16 15 24 16 29|0.0|2.165 +003459|sil tu2 wei2 sp1 bei4 zao2 kai1 de5 qiang2 dong4 sil|sil 图 为 sp1 被 凿 开 的 墙 洞 sil|25 21 22 4 16 22 19 8 25 19 28|0.0|2.425 +003460|sil ge2 qi3 yi4 jin4 men2 hou4 sp1 shun4 lou2 ti1 er2 shang4 sp1 you4 bei4 shou3 lou2 ti1 kou3 de5 jing3 cha2 lan2 zhu4 sil|sil 葛 启 义 进 门 后 sp1 顺 楼 梯 而 上 sp1 又 被 守 楼 梯 口 的 警 察 拦 住 sil|27 18 18 20 17 19 24 15 19 16 14 17 23 31 11 17 17 16 17 18 8 17 16 23 21 29|0.0|5.67 +003461|sil da4 jia1 dou1 xie2 er2 dai4 nv3 sp1 chao2 xi1 bian1 de5 xian4 cheng2 fang1 xiang4 pao3 sil|sil 大 家 都 携 儿 带 女 sp1 朝 西 边 的 县 城 方 向 跑 sil|23 16 16 18 18 19 18 25 7 24 19 14 7 20 18 14 20 27 24|0.0|4.03 +003462|sil dang4 tian1 sp1 yin3 en1 hui4 shen1 chuan1 fen3 hong2 shang4 yi1 sp1 hei1 se4 ba1 lei2 wu3 qun2 sp1 mu2 yang4 shi2 fen1 tian2 mei3 sil|sil 当 天 sp1 尹 恩 惠 身 穿 粉 红 上 衣 sp1 黑 色 芭 蕾 舞 裙 sp1 模 样 十 分 甜 美 sil|26 17 26 15 12 18 26 20 21 20 13 18 19 9 18 18 13 14 12 27 29 14 24 18 15 20 23 31|0.0|6.22 +003463|sil sa4 mi3 ya4 he2 jia1 ren2 sp1 tao2 dao4 ka1 bu4 er3 jiao1 qu1 sp1 guo4 qi2 yin3 bi4 de5 sheng1 huo2 sil|sil 萨 米 娅 和 家 人 sp1 逃 到 喀 布 尔 郊 区 sp1 过 起 隐 蔽 的 生 活 sil|31 20 13 21 15 19 22 5 23 21 21 8 15 20 23 24 16 20 19 14 10 18 26 31|0.0|5.285 +003464|sil dang1 shi2 sp1 wo2 gan3 jue2 sp1 gao2 qi3 ye4 zhen1 hao3 sil|sil 当 时 sp1 我 感 觉 sp1 搞 企 业 真 好 sil|26 18 26 18 11 18 20 4 19 19 17 20 25 31|0.0|3.16 +003465|sil ta1 yu3 tai2 wan1 ren2 qi4 ming2 xing1 hu2 yu2 wai3 sp1 yi4 tong2 yan3 yi4 sp1 tian2 mi4 xing4 fu2 de5 ai4 qing2 sil|sil 她 与 台 湾 人 气 明 星 胡 宇 崴 sp1 一 同 演 绎 sp1 甜 蜜 幸 福 的 爱 情 sil|26 23 19 21 16 15 12 18 22 17 15 25 20 14 19 16 19 4 23 16 22 14 9 17 25 31|0.0|5.55 +003466|sil xie2 xiao3 shuo1 de5 sp1 ping2 shen2 me5 xie3 dao4 nan2 nv3 fen1 shou3 sp1 jiu4 dei3 ming4 ling4 lao3 tian1 ye2 sp1 diao4 ji3 ge5 yu2 dian3 xia4 lai5 sil|sil 写 小 说 的 sp1 凭 什 么 写 到 男 女 分 手 sp1 就 得 命 令 老 天 爷 sp1 掉 几 个 雨 点 下 来 sil|31 20 20 20 14 12 21 12 9 18 16 17 13 18 24 20 15 11 18 15 16 22 19 6 17 11 12 14 20 21 18 32|0.0|6.41 +003467|sil ci2 zhong3 yao1 qiu2 sp1 zhi3 neng2 yong4 huang1 tang5 lai2 xing2 rong2 sil|sil 此 种 要 求 sp1 只 能 用 荒 唐 来 形 容 sil|28 23 15 19 26 7 14 14 17 28 19 15 18 27 29|0.0|3.47 +003468|sil tian1 tian1 ku1 qiong2 nian2 nian2 kui1 kong1 sil|sil 天 天 哭 穷 年 年 亏 空 sil|26 23 20 20 35 21 19 18 29 29|0.0|2.785 +003469|sil sui1 ran2 yu3 gui4 zhou1 shan1 shui3 xiang1 lian2 sp1 dan4 yu2 qian2 liang3 di4 sp1 han4 qing2 jiong3 yi4 sil|sil 虽 然 与 贵 州 山 水 相 连 sp1 但 渝 黔 两 地 sp1 旱 情 迥 异 sil|30 21 26 16 18 18 19 14 20 25 24 22 14 22 22 20 7 20 21 16 22 32|0.0|5.21 +003470|sil na2 dao4 you2 bao1 hou4 sp1 li3 ping2 jue2 ding4 sp1 ba3 zhe4 jian4 xin1 mian2 ao3 sp1 gei3 cai4 lian2 po1 sil|sil 拿 到 邮 包 后 sp1 李 平 决 定 sp1 把 这 件 新 棉 袄 sp1 给 蔡 连 坡 sil|29 16 14 16 18 23 25 15 21 17 19 16 15 13 15 19 16 24 4 16 17 18 24 31|0.0|5.12 +003471|sil jie2 zhi4 zhou1 san1 shou1 pan2 sp1 gai1 gong1 si1 shi4 zhi2 wei2 sp1 er4 dian2 wu3 yi1 qi1 er4 yi4 mei3 yuan2 sil|sil 截 至 周 三 收 盘 sp1 该 公 司 市 值 为 sp1 二 点 五 一 七 二 亿 美 元 sil|27 20 19 17 15 17 28 21 13 15 17 17 13 25 24 17 19 12 17 16 19 10 18 27 30|0.0|5.49 +003472|sil li4 shi3 shu1 shang4 jie4 shao4 ci2 diao4 sp1 que4 bu4 shuo1 wan2 gu4 dang3 sp1 bian1 de5 ren2 shui3 ping2 hai2 mei2 wo3 gao1 ne5 sil|sil 历 史 书 上 介 绍 慈 掉 sp1 却 不 说 顽 固 党 sp1 编 的 人 水 平 还 没 我 高 呢 sil|32 14 14 16 24 17 14 22 21 6 20 11 17 17 15 24 28 16 10 19 24 21 15 19 15 18 15 31|0.0|5.975 +003473|sil bao3 pen2 shang4 sp1 you2 xu3 duo1 nu2 shou3 he2 gong1 jian4 shou3 sil|sil 宝 盆 上 sp1 有 许 多 弩 手 和 弓 箭 手 sil|26 18 21 28 6 12 15 13 22 22 17 17 19 19 31|0.0|3.315 +003474|sil yi3 jing1 wa1 kai1 de5 lu4 ji1 sp1 pang2 bian1 de5 shu4 sp1 bei4 cao3 sheng2 kun2 bang2 qi3 lai5 sil|sil 已 经 挖 开 的 路 基 sp1 旁 边 的 树 sp1 被 草 绳 捆 绑 起 来 sil|29 12 15 19 15 9 18 23 17 22 15 9 25 14 14 19 17 22 15 13 17 29|0.0|4.505 +003475|sil di4 er4 nian2 sp1 nv3 er2 cao2 liu2 liu3 jiang4 sheng1 sil|sil 第 二 年 sp1 女 儿 曹 柳 柳 降 生 sil|25 10 19 29 12 13 21 22 15 17 21 21 30|0.0|2.955 +003476|sil ran2 hou4 sheng1 huo2 fang1 mian4 ye2 hen3 zhe1 teng5 sil|sil 然 后 生 活 方 面 也 很 折 腾 sil|28 21 24 18 16 17 19 16 18 18 19 30|0.0|2.835 +003477|sil bei3 jing1 shi4 shi4 zheng4 shi4 rong2 wei3 sp1 ji2 shi2 qi3 dong4 sao2 xue2 chan3 bing1 ying4 ji2 yu4 an4 sil|sil 北 京 市 市 政 市 容 委 sp1 及 时 启 动 扫 雪 铲 冰 应 急 预 案 sil|26 16 19 27 19 19 15 16 23 6 16 14 16 22 25 15 23 25 20 15 11 21 29|0.0|5.08 +003478|sil li3 song1 shuo1 sp1 zhi2 nv3 tao2 meng4 ting2 sp1 guai1 qiao2 dong3 shi4 sp1 xue2 xi2 cheng2 ji4 ye3 te4 bie2 hao3 sil|sil 李 松 说 sp1 侄 女 陶 梦 婷 sp1 乖 巧 懂 事 sp1 学 习 成 绩 也 特 别 好 sil|30 15 18 25 28 16 20 18 18 28 11 17 16 17 20 7 18 12 22 20 13 16 16 25 32|0.0|5.55 +003479|sil xiao3 bing1 wo3 tong4 ku3 de5 wu3 zhu4 le5 lian3 sil|sil 小 冰 我 痛 苦 地 捂 住 了 脸 sil|29 24 15 19 26 14 12 14 14 11 29 30|0.0|2.755 +003480|sil fu4 qin5 he2 er4 shu1 sp1 bei4 ri4 ben3 ren2 zhua1 zou3 sp1 ye2 ye5 jie1 zhe5 bao4 bi4 sp1 liu2 xia4 yi4 qun2 gu1 er2 gua2 mu3 sil|sil 父 亲 和 二 叔 sp1 被 日 本 人 抓 走 sp1 爷 爷 接 着 暴 毙 sp1 留 下 一 群 孤 儿 寡 母 sil|29 24 23 13 20 24 3 16 16 11 17 19 22 25 15 19 16 11 20 19 31 16 17 12 24 11 20 21 33 28|0.0|6.68 +003481|sil zai4 de2 dao4 yao2 cun2 lin2 lao3 ren2 de5 tong2 yi4 hou4 sp1 ou1 yang2 zhao4 tang2 zhang1 luo5 kai1 lai2 sil|sil 在 得 到 姚 存 林 老 人 的 同 意 后 sp1 欧 阳 兆 堂 张 罗 开 来 sil|31 21 14 19 16 17 15 13 13 6 19 20 22 29 11 18 19 27 19 14 18 27 30|0.0|5.085 +003482|sil wo3 nian2 fang1 er4 ba1 shang4 wei4 hun1 pei4 sil|sil 我 年 方 二 八 尚 未 婚 配 sil|29 16 21 15 21 25 22 12 18 25 26|0.0|2.675 +003483|sil shi4 hou4 sp1 tang2 juan1 bei4 zhe4 qun2 nan2 sheng1 yi4 jiao3 chuai4 fan1 zai4 di4 sil|sil 事 后 sp1 唐 娟 被 这 群 男 生 一 脚 踹 翻 在 地 sil|30 21 20 22 24 24 14 14 14 18 20 18 20 22 18 16 18 28|0.0|4.195 +003484|sil lu4 zhou4 ran2 bian4 xiao3 sp1 tian1 shang4 mei2 you3 xing1 yue4 sp1 chen4 de5 zhe4 ye4 kong1 ge2 wai4 you1 liang2 sil|sil 路 骤 然 变 小 sp1 天 上 没 有 星 月 sp1 衬 得 这 夜 空 格 外 幽 凉 sil|32 24 17 21 17 26 10 21 20 10 15 20 23 27 21 7 14 18 26 16 18 16 29 29|0.0|5.535 +003485|sil mei3 guo2 dian4 zi2 yin3 si1 xin4 xi1 zhong1 xin1 ren4 wei2 sp1 zhe4 xie1 ci2 hui4 tai4 kuan1 fan4 sp1 mo2 leng2 liang2 ke3 sil|sil 美 国 电 子 隐 私 信 息 中 心 认 为 sp1 这 些 词 汇 太 宽 泛 sp1 模 棱 两 可 sil|29 17 20 18 14 14 19 14 13 14 18 20 23 25 16 14 19 24 19 22 20 8 18 15 23 27 30|0.0|5.96 +003486|sil chu1 rang4 zong3 jin1 e2 wei2 sp1 san1 shi5 qi1 dian3 sp1 er4 qi1 qi1 yi4 yuan2 sil|sil 出 让 总 金 额 为 sp1 三 十 七 点 sp1 二 七 七 亿 元 sil|25 21 17 17 15 19 26 14 19 11 17 26 3 17 17 17 17 28 30|0.0|4.13 +003487|sil han2 chao2 jin4 ri4 xi2 juan3 ou1 zhou1 duo1 ge5 guo2 jia1 sil|sil 寒 潮 近 日 席 卷 欧 洲 多 个 国 家 sil|28 21 26 16 13 18 22 17 16 14 10 17 27 31|0.0|3.205 +003488|sil nan2 you3 sp1 shen3 yang2 hai3 shi1 sp1 yu3 chong2 qing4 long2 xin1 bi3 sai4 hou4 de5 di4 er4 tian1 sil|sil 男 友 sp1 沈 阳 海 狮 sp1 与 重 庆 隆 鑫 比 赛 后 的 第 二 天 sil|31 21 26 21 19 14 22 27 9 17 23 17 16 24 14 15 13 9 8 22 26 28|0.0|4.905 +003489|sil duo1 de5 shi2 hou4 sp1 yi2 tao4 hu4 xing2 neng2 fan3 fu4 xiu1 gai3 shi2 ji3 bian4 sil|sil 多 的 时 候 sp1 一 套 户 型 能 反 复 修 改 十 几 遍 sil|26 18 10 15 23 12 10 18 16 31 19 15 13 16 18 20 15 28 31|0.0|4.115 +003490|sil lin2 xin1 tong2 pin2 pin2 xi1 jin1 sp1 xiao4 dao4 yan3 jing5 dou1 mi1 qi5 lai5 sil|sil 林 欣 彤 频 频 吸 金 sp1 笑 到 眼 睛 都 眯 起 来 sil|30 16 19 25 20 17 17 23 7 23 18 18 16 8 21 13 25 28|0.0|3.99 +003491|sil wo3 jin4 le5 zui4 da4 de5 nu3 li4 sp1 wei4 le5 liu2 yi2 ge5 yuan2 gong1 sp1 ao2 ye4 pei2 ta1 liao2 sil|sil 我 尽 了 最 大 的 努 力 sp1 为 了 留 一 个 员 工 sp1 熬 夜 陪 他 聊 sil|30 10 18 14 19 15 8 16 20 25 12 11 14 13 10 20 20 5 16 19 16 17 30 29|0.0|4.73 +003492|sil yin1 wei4 ta1 wei2 ren2 xi4 xin1 qin2 lao2 sp1 jia1 li3 bei4 ta1 cao1 chi2 de5 jing2 jing2 you3 tiao2 sil|sil 因 为 她 为 人 细 心 勤 劳 sp1 家 里 被 她 操 持 得 井 井 有 条 sil|29 10 13 25 16 15 20 26 25 26 26 21 14 14 16 20 18 17 24 13 19 32 31|0.0|5.455 +003493|sil ze2 kao1 ying1 long2 hua2 jiang1 yu3 zhang4 fu5 yi4 dao1 liang3 duan4 sil|sil 泽 尻 英 龙 华 将 与 丈 夫 一 刀 两 断 sil|26 19 21 14 16 34 18 12 22 21 15 17 19 21 32|0.0|3.56 +003494|sil zhong1 fang1 ying4 yao1 can1 jia1 zhao1 dai4 hui4 de5 you3 sp1 huang2 hua2 sp1 liu2 hua2 qiu1 sp1 han2 xu4 sp1 liu2 shu4 qing1 sp1 lu4 cui2 deng3 sil|sil 中 方 应 邀 参 加 招 待 会 的 有 sp1 黄 华 sp1 刘 华 秋 sp1 韩 叙 sp1 刘 述 卿 sp1 陆 璀 等 sil|28 21 22 14 18 17 13 15 16 15 10 27 25 24 30 12 14 20 30 14 24 27 21 15 16 28 16 15 26 30 30|0.0|7.345 +003495|sil jia1 li3 de5 cang2 shu1 zhi3 neng2 qi3 dao4 dui4 wai4 xuan4 yao4 de5 zuo4 yong4 sp1 dui4 nei4 sp1 jiu4 mei2 zhe4 wei1 li4 le5 sil|sil 家 里 的 藏 书 只 能 起 到 对 外 炫 耀 的 作 用 sp1 对 内 sp1 就 没 这 威 力 了 sil|26 21 10 11 21 26 15 15 15 18 13 14 20 15 11 18 19 25 17 25 4 16 19 15 16 18 18 26|0.0|5.655 +003496|sil xia4 mian4 ting1 ting5 ren4 chun1 nin2 de5 shi4 jiao3 guan1 cha2 de5 yi4 xie1 qing2 kuang4 sil|sil 下 面 听 听 任 春 您 的 视 角 观 察 的 一 些 情 况 sil|30 20 15 23 25 20 35 18 10 19 18 17 17 8 10 15 21 24 33|0.0|4.385 +003497|sil ci3 qian2 yi4 tian1 sp1 gai1 an4 ling4 yi4 tao2 fan4 zhu1 meng3 sp1 ye3 bei4 jing3 fang1 zhua1 huo4 sil|sil 此 前 一 天 sp1 该 案 另 一 逃 犯 朱 猛 sp1 也 被 警 方 抓 获 sil|29 18 15 14 27 13 19 23 15 11 20 23 18 27 6 14 15 17 16 19 23 28|0.0|4.76 +003498|sil bie2 zheng3 zhe4 mei2 yong4 de5 sp1 kuai4 gao4 su5 wo3 che1 zhuang4 na3 le5 sil|sil 别 整 这 没 用 的 sp1 快 告 诉 我 车 撞 哪 了 sil|24 21 17 10 17 24 14 14 17 17 18 19 22 18 21 20 29|0.0|3.74 +003499|sil gai3 kuo4 jian4 hou4 de5 jing4 an1 si4 sp1 dian4 yu3 cuo2 e2 sp1 jin1 bi4 hui1 huang2 sil|sil 改 扩 建 后 的 静 安 寺 sp1 殿 宇 嵯 峨 sp1 金 碧 辉 煌 sil|28 21 21 18 12 11 13 20 22 6 16 15 25 20 3 21 12 22 32 28|0.0|4.255 +003500|sil yu2 xiong2 rou2 rou5 ta1 de5 zuo2 shou3 sp1 shuo1 sp1 fei4 hua4 sp1 dang1 ran2 tong4 sil|sil 余 雄 揉 揉 他 的 左 手 sp1 说 sp1 废 话 sp1 当 然 痛 sil|29 14 29 18 12 19 9 18 27 8 29 15 25 19 13 19 18 20 29|0.0|4.29 +003501|sil fan4 mou3 sui2 ji2 an4 le5 shi2 ji3 sheng1 la3 ba5 sp1 dan4 xiong2 mou3 sp1 bing4 wei4 yu2 yi2 li3 hui4 sil|sil 范 某 随 即 按 了 十 几 声 喇 叭 sp1 但 熊 某 sp1 并 未 予 以 理 会 sil|26 27 23 20 11 16 14 18 13 16 19 22 23 17 21 22 4 14 17 15 8 18 25 26|0.0|5.05 +003502|sil shi2 ba1 da4 dai4 biao3 rao2 fu4 tong1 sil|sil 十 八 大 代 表 饶 富 通 sil|29 21 16 12 17 23 15 15 30 29|0.0|2.4 +003503|sil ke3 wang2 bao2 hai3 bu2 zhei4 yang4 kan4 sp1 ta1 shuo1 sp1 bu2 jiu4 shi4 shui4 yi4 xiu3 jiao4 ma5 sil|sil 可 王 宝 海 不 这 样 看 sp1 他 说 sp1 不 就 是 睡 一 宿 觉 吗 sil|26 25 19 14 22 14 10 17 25 24 16 24 28 13 15 19 19 10 17 20 28 29|0.0|5.035 +003504|sil er2 mei3 guo4 yi2 dao4 guan1 qia3 sp1 dou1 yao4 yong4 qian2 lai2 da2 dian3 sil|sil 而 每 过 一 道 关 卡 sp1 都 要 用 钱 来 打 点 sil|30 19 20 12 11 15 17 29 4 12 14 16 19 16 17 27 29|0.0|3.57 +003505|sil yu3 ju1 min2 chu3 xu4 zeng1 zhang3 xiang1 pi3 pei4 sil|sil 与 居 民 储 蓄 增 长 相 匹 配 sil|26 20 15 18 14 14 17 19 20 16 28 27|0.0|2.715 +003506|sil wang4 bu4 liao3 shu1 shu5 a1 yi2 na4 bie1 bu5 zhu4 de5 biao3 qing2 sil|sil 忘 不 了 叔 叔 阿 姨 那 憋 不 住 的 表 情 sil|31 18 8 19 15 11 23 20 21 15 10 15 9 17 32 29|0.0|3.4 +003507|sil fu2 zhao4 sp1 bing4 bu2 shi4 yong4 yu2 suo2 you3 de5 yao4 cai2 sil|sil 辐 照 sp1 并 不 适 用 于 所 有 的 药 材 sil|26 24 25 5 17 8 13 17 12 16 15 6 19 32 27|0.0|3.04 +003508|sil fei1 zhou1 shou2 gu3 zui4 chu1 shi4 tie3 jiang4 men5 sp1 yong4 lai2 dao3 sui4 za2 liang2 de5 jiu4 shou3 gong1 zhi4 zao4 de5 sil|sil 非 洲 手 鼓 最 初 是 铁 匠 们 sp1 用 来 捣 碎 杂 粮 的 臼 手 工 制 造 的 sil|26 20 15 21 30 18 20 19 19 18 18 7 12 12 17 15 17 19 13 20 16 14 16 19 17 28|0.0|5.41 +003509|sil xing4 hao3 lun2 ji1 zhang3 cang2 le5 xie1 chai2 you2 sil|sil 幸 好 轮 机 长 藏 了 些 柴 油 sil|28 25 19 17 15 21 20 10 14 24 24 31|0.0|2.885 +003510|sil wei4 yu2 ri4 ka1 ze2 xi1 nan2 shi4 jiao1 de5 sp1 de2 qing4 ge2 sang1 po1 zhang1 nei4 sp1 ren2 tou2 cuan2 dong4 sil|sil 位 于 日 喀 则 西 南 市 郊 的 sp1 德 庆 格 桑 颇 章 内 sp1 人 头 攒 动 sil|30 18 19 10 20 19 14 15 14 17 18 10 17 19 11 18 16 17 19 10 17 14 23 16 30|0.0|5.0 +003511|sil ba1 sha1 er3 de5 qian2 tu2 ming4 yun4 sp1 ying1 jiao1 you2 xu4 li4 ya4 ren2 min2 jue2 ding4 sil|sil 巴 沙 尔 的 前 途 命 运 sp1 应 交 由 叙 利 亚 人 民 决 定 sil|27 17 16 14 10 18 10 22 22 11 17 18 16 15 10 15 12 13 17 18 27|0.0|4.01 +003512|sil wo3 bu2 ao4 jiao1 sp1 wo2 hen3 qian1 he2 de5 sil|sil 我 不 傲 娇 sp1 我 很 谦 和 的 sil|29 14 12 24 27 9 10 17 21 22 16 28|0.0|2.66 +003513|sil yang2 guang1 sa3 luo4 sp1 xin1 que4 bu4 nuan3 sil|sil 阳 光 洒 落 sp1 心 却 不 暖 sil|28 21 15 22 21 3 25 17 11 32 29|0.0|2.595 +003514|sil shi2 ying3 si2 shou3 guan1 dian3 shuo1 sp1 da4 jia1 rang4 yi2 xia4 jiu4 mei2 shi4 le5 sil|sil 史 颖 死 守 观 点 说 sp1 大 家 让 一 下 就 没 事 了 sil|31 28 25 15 17 19 27 31 26 13 14 14 11 15 7 18 18 13 31|0.0|4.33 +003515|sil ye3 ken2 qing3 she4 hui4 sp1 ken2 qing2 fa3 lv4 sp1 neng2 gou4 dui4 wo3 de5 fan4 zui4 qing2 jie2 yu2 yi3 kuan1 da4 chu2 li3 sil|sil 也 恳 请 社 会 sp1 恳 请 法 律 sp1 能 够 对 我 的 犯 罪 情 节 予 以 宽 大 处 理 sil|30 16 20 17 17 25 19 19 14 21 19 14 13 10 12 11 7 19 13 19 21 15 12 23 15 19 19 32|0.0|5.705 +003516|sil lou2 chuang2 de5 huang4 dong4 sp1 chi2 xu4 yue1 shu4 shi2 miao3 sil|sil 楼 床 的 晃 动 sp1 持 续 约 数 十 秒 sil|30 24 27 8 23 20 3 21 19 16 16 16 33 29|0.0|3.31 +003517|sil guo2 shou3 yun2 ji2 shi4 ping1 chao1 de5 yi2 da4 mai4 dian3 sil|sil 国 手 云 集 是 乒 超 的 一 大 卖 点 sil|25 21 17 18 27 20 21 17 13 9 11 20 23 30|0.0|3.16 +003518|sil mi2 xue3 jian4 dao4 ji4 zhe3 shi2 sp1 yi4 lian3 jing1 ya4 sp1 ji2 hou4 ji2 qiang2 yan2 huan1 xiao4 sil|sil 米 雪 见 到 记 者 时 sp1 一 脸 惊 讶 sp1 及 后 即 强 颜 欢 笑 sil|30 17 24 14 11 15 14 28 5 10 18 17 24 17 19 22 18 23 16 19 27 26|0.0|4.81 +003519|sil suan4 qi3 lai2 ying1 gai1 bi2 wo3 da4 ji3 sui4 ba5 sil|sil 算 起 来 应 该 比 我 大 几 岁 吧 sil|28 27 11 23 14 12 12 15 18 13 18 22 29|0.0|2.805 +003520|sil kai1 yuan2 gong1 si1 sp1 da3 zhe5 ji1 guan1 de5 pai2 zi5 keng1 pian4 gu4 ke4 sil|sil 开 元 公 司 sp1 打 着 机 关 的 牌 子 坑 骗 顾 客 sil|27 18 21 14 21 5 15 11 14 16 6 23 16 21 17 13 27 26|0.0|3.61 +003521|sil zhi1 hou4 shuang1 fang1 kai1 shi3 hu4 reng1 wu4 pin3 sil|sil 之 后 双 方 开 始 互 扔 物 品 sil|26 17 29 24 15 18 20 18 15 14 28 28|0.0|2.93 +003522|sil yin2 ga3 shuo1 sp1 ta1 zheng4 zai4 xian4 chang2 zhi3 hui1 kang4 zhen4 jiu4 zai1 sil|sil 银 尕 说 sp1 他 正 在 现 场 指 挥 抗 震 救 灾 sil|26 20 19 23 21 15 18 10 20 20 14 16 20 13 17 24 29|0.0|3.77 +003523|sil li3 qian4 tan3 yan2 sp1 can1 jia1 hua2 biao2 jiang3 shu2 shou3 ci4 sil|sil 李 倩 坦 言 sp1 参 加 华 表 奖 属 首 次 sil|26 16 21 20 25 19 20 18 19 16 23 16 19 29 26|0.0|3.635 +003524|sil you3 xie1 guo2 jia1 sp1 ye3 jia1 dao4 shu4 kou2 shui3 ya2 gao1 li3 sil|sil 有 些 国 家 sp1 也 加 到 漱 口 水 牙 膏 里 sil|27 16 15 15 27 5 11 15 17 17 17 23 21 17 24 29|0.0|3.44 +003525|sil ci3 wai4 sp1 jian4 zai4 yu4 jing3 ji1 sp1 dui4 hang2 mu3 er2 yan2 sp1 ye3 shi4 bu4 ke3 huo4 que1 de5 sil|sil 此 外 sp1 舰 载 预 警 机 sp1 对 航 母 而 言 sp1 也 是 不 可 或 缺 的 sil|26 20 24 9 22 12 14 17 23 3 17 20 11 18 24 6 13 16 12 15 15 20 18 32|0.0|4.725 +003526|sil dao4 yi1 yuan4 jian3 cha2 sp1 wei2 xin1 zang4 fang2 chan4 sil|sil 到 医 院 检 查 sp1 为 心 脏 房 颤 sil|26 23 11 16 19 30 6 18 20 16 20 26 30|0.0|3.03 +003527|sil ge1 er3 shuo1 sp1 ta1 yu3 ke4 lin2 dun4 fu1 fu4 shi4 hao3 peng2 you5 sil|sil 戈 尔 说 sp1 他 与 克 林 顿 夫 妇 是 好 朋 友 sil|26 17 16 23 23 22 17 13 14 14 16 19 15 18 18 21 29|0.0|3.725 +003528|sil nin2 ye3 ke2 yi3 bao4 ming2 can1 yu4 sp1 shuo1 shuo1 nin2 de5 kan4 fa3 sil|sil 您 也 可 以 报 名 参 与 sp1 说 说 您 的 看 法 sil|28 10 16 13 11 14 16 17 19 6 19 10 17 6 25 24 29|0.0|3.25 +003529|sil ge2 lei2 fu1 de5 fu4 qin5 zi1 wei2 shuo1 sp1 kan4 dao4 er2 zi5 guan1 mu4 na4 yi2 ke4 sp1 ta1 wan2 quan2 beng1 kui4 le5 sil|sil 格 雷 夫 的 父 亲 兹 维 说 sp1 看 到 儿 子 棺 木 那 一 刻 sp1 他 完 全 崩 溃 了 sil|27 16 15 14 8 19 19 15 16 24 27 20 9 17 13 17 13 15 14 21 10 18 18 21 14 22 17 32|0.0|5.695 +003530|sil xie4 xie5 nin2 de5 pei4 he2 sp1 qing3 jin4 sp1 wei1 xiao4 yi1 jiu4 sp1 wei1 wu3 yi1 ran2 sil|sil 谢 谢 您 的 配 合 sp1 请 进 sp1 微 笑 依 旧 sp1 威 武 依 然 sil|29 20 13 13 7 21 27 6 25 21 48 14 21 14 22 10 19 11 19 27 29|0.0|4.835 +003531|sil bu2 guo4 sp1 de2 jiang1 shan1 rong2 yi4 shou3 jiang1 shan1 nan2 sil|sil 不 过 sp1 得 江 山 容 易 守 江 山 难 sil|25 15 26 4 17 18 19 15 22 24 17 18 29 28|0.0|3.22 +003532|sil min2 jing3 hai2 zai4 liu2 dong1 shen1 shang4 sp1 sou1 chu1 yi4 ba3 zhe2 die2 dao1 he2 yi1 yong4 nie4 zi5 sil|sil 民 警 还 在 刘 东 身 上 sp1 搜 出 一 把 折 叠 刀 和 医 用 镊 子 sil|28 20 24 16 8 16 15 17 21 6 16 14 10 19 15 14 21 19 8 16 22 20 29|0.0|4.57 +003533|sil bi2 er3 gai4 ci2 yao4 lai2 jiang2 yan3 de5 xiao1 xi5 jiu4 shi4 cong2 zhe4 kan4 dao4 de5 sil|sil 比 尔 盖 茨 要 来 讲 演 的 消 息 就 是 从 这 看 到 的 sil|27 12 17 16 22 11 13 15 13 8 18 25 14 12 18 14 22 19 18 31|0.0|4.0 +003534|sil wo3 liang2 le5 yi2 xia4 ti3 wen1 hao3 xiang4 fa1 shao1 sil|sil 我 量 了 一 下 体 温 好 像 发 烧 sil|29 10 19 9 10 16 22 24 22 14 17 26 32|0.0|2.9 +003535|sil zhe4 ming2 liu1 zou3 de5 nan2 zi3 jiu4 shi4 wang2 wei3 sil|sil 这 名 溜 走 的 男 子 就 是 王 伟 sil|26 15 20 18 11 9 22 22 16 13 15 29 28|0.0|2.83 +003536|sil yi1 lang2 yu3 liu4 guo2 jin1 nian2 yi3 lai2 sp1 yi3 jin4 xing2 liang3 lun2 yi1 he2 wen4 ti2 tan2 pan4 sil|sil 伊 朗 与 六 国 今 年 以 来 sp1 已 进 行 两 轮 伊 核 问 题 谈 判 sil|30 14 22 14 23 24 15 13 9 25 9 10 15 13 21 18 13 16 13 12 22 22 31|0.0|4.695 +003537|sil bao4 dao4 cheng1 sp1 dong1 ou1 yi4 xie1 sheng1 huo2 jian1 ku3 de5 nv3 xing4 sp1 yuan4 yi4 yi3 chu1 shou4 luan2 zi3 wei2 sheng1 sil|sil 报 道 称 sp1 东 欧 一 些 生 活 艰 苦 的 女 性 sp1 愿 意 以 出 售 卵 子 维 生 sil|26 17 13 28 18 13 14 18 20 16 14 18 11 9 17 23 25 13 15 17 20 16 21 13 13 27 31|0.0|5.64 +003538|sil chou2 xiao3 ya1 hen3 kuai4 xian3 chu1 bai2 tian1 e2 de5 mu2 yang4 sil|sil 丑 小 鸭 很 快 显 出 白 天 鹅 的 模 样 sil|26 21 20 23 21 15 18 19 16 22 11 8 18 24 28|0.0|3.365 +003539|sil dan4 jiu4 zai4 zhe4 li3 sp1 que4 mei2 wan3 dou1 you3 ren2 gong1 kai1 tu2 zai2 si3 tian2 ji1 sil|sil 但 就 在 这 里 sp1 却 每 晚 都 有 人 公 开 屠 宰 死 田 鸡 sil|26 22 16 13 13 18 13 18 20 17 11 12 20 17 16 18 15 18 21 21 29|0.0|4.345 +003540|sil wang2 you3 yi4 zhua1 yi2 ge5 zhunr3 r sp1 yu3 zhu4 fang2 lian2 wang3 de5 wu2 wei2 er2 zhi4 sp1 xing2 cheng2 xian1 ming2 dui4 bi3 sil|sil 网 友 一 抓 一 个 准 儿 sp1 与 住 房 联 网 的 无 为 而 治 sp1 形 成 鲜 明 对 比 sil|32 20 27 13 20 9 11 28 0 24 15 15 16 16 20 17 14 15 16 20 6 25 18 17 15 15 24 30|0.0|5.785 +003541|sil ru2 guo2 wo3 gun2 yuan3 le5 jiu4 hui2 bu4 lai2 le5 sil|sil 如 果 我 滚 远 了 就 回 不 来 了 sil|27 14 22 17 19 21 19 16 21 10 19 14 28|0.0|2.865 +003542|sil tai4 tai5 gao1 ling2 huai2 di4 yi1 tai1 sp1 liu2 de2 hua2 sp1 ben2 yi3 fei1 chang2 jin3 zhang1 sil|sil 太 太 高 龄 怀 第 一 胎 sp1 刘 德 华 sp1 本 已 非 常 紧 张 sil|28 22 21 15 18 20 12 13 27 22 12 13 24 4 19 12 16 20 15 24 30|0.0|4.495 +003543|sil bang2 fei3 xian4 jie1 duan4 mei2 you2 suo3 yao4 shu2 jin1 sil|sil 绑 匪 现 阶 段 没 有 索 要 赎 金 sil|27 19 22 17 13 26 13 13 15 13 16 23 29|0.0|2.855 +003544|sil huang2 hou4 zhi1 xi3 jin1 chi1 hu2 niu3 sil|sil 皇 后 之 玺 金 螭 虎 纽 sil|26 20 20 15 31 24 19 19 33 28|0.0|2.73 +003545|sil wu4 liu2 ceng2 shi4 guo2 wai4 wang3 shang1 de5 duan2 ban3 sil|sil 物 流 曾 是 国 外 网 商 的 短 板 sil|28 17 23 19 19 14 18 17 16 8 23 23 29|0.0|2.945 +003546|sil wang2 nv3 shi4 zong3 gong4 sun3 shi1 sp1 shi2 yi1 dian3 si4 er4 wu3 si4 wan4 yuan2 sil|sil 王 女 士 总 共 损 失 sp1 十 一 点 四 二 五 四 万 元 sil|29 18 15 24 18 13 17 22 5 21 12 22 23 16 12 19 17 27 26|0.0|4.13 +003547|sil xiao4 cao3 bu4 huang1 bu4 mang2 ba3 dian4 hua4 shuo1 wan2 sp1 dui4 zhe5 er4 huo4 jiu4 kai1 ma4 sp1 shui2 te4 ma3 de5 yong4 zhen1 ming2 chu1 lai2 hun4 de5 sil|sil 校 草 不 慌 不 忙 把 电 话 说 完 sp1 对 着 二 货 就 开 骂 sp1 谁 特 玛 的 用 真 名 出 来 混 的 sil|34 24 29 12 19 13 28 14 16 17 17 23 17 15 11 17 20 12 16 22 46 20 18 22 13 18 16 18 12 14 27 19 26|0.0|7.485 +003548|sil hang2 ye4 hui2 nuan3 bi4 xu1 yi3 hang2 ye4 jie2 gou4 tiao2 zheng3 sp1 ji1 ben3 mian4 de5 bian4 hua4 wei2 ji1 chu3 sil|sil 行 业 回 暖 必 须 以 行 业 结 构 调 整 sp1 基 本 面 的 变 化 为 基 础 sil|28 21 15 15 34 13 15 12 20 12 12 13 21 25 14 17 15 13 7 18 16 14 15 28 31|0.0|5.155 +003549|sil feng3 ci4 zong3 shi4 jian1 rui4 de5 sp1 ran2 er2 you1 mo4 de5 feng3 ci4 sp1 que4 chu1 yu2 ku2 kou3 po2 xin1 de5 shan4 yi4 sil|sil 讽 刺 总 是 尖 锐 的 sp1 然 而 幽 默 的 讽 刺 sp1 却 出 于 苦 口 婆 心 的 善 意 sil|29 25 23 17 14 18 18 17 21 16 21 17 13 10 18 22 4 19 17 13 19 18 16 15 7 24 20 26|0.0|5.765 +003550|sil te4 zhen1 zu3 he2 shi2 chuan2 xun4 fan4 xing2 ming2 que4 de5 xie4 chang2 ting2 sil|sil 特 侦 组 何 时 传 讯 犯 行 明 确 的 谢 长 廷 sil|29 22 18 22 18 12 22 23 18 15 19 19 12 17 20 31 31|0.0|4.035 +003551|sil ru2 he2 mi2 ping2 shuang1 fang1 zhen4 ying2 de5 lie4 hen2 shang1 kou3 sil|sil 如 何 弥 平 双 方 阵 营 的 裂 痕 伤 口 sil|27 18 16 17 23 15 16 16 16 11 17 15 21 25 31|0.0|3.295 +003552|sil yi4 nian2 qian2 sp1 yang1 shi4 ceng2 bao4 dao3 sp1 you3 bu4 shao3 ren2 yin1 chi1 sheng1 ni2 qiu5 er2 zhong4 du2 ru4 yuan4 sil|sil 一 年 前 sp1 央 视 曾 报 道 sp1 有 不 少 人 因 吃 生 泥 鳅 而 中 毒 入 院 sil|29 13 19 30 14 16 13 17 15 26 3 14 13 17 20 14 15 18 17 23 17 17 11 14 23 32|0.0|5.345 +003553|sil ci3 shi2 de5 zhang1 mi1 sp1 ru2 yu4 huo3 chong2 sheng1 sil|sil 此 时 的 张 咪 sp1 如 浴 火 重 生 sil|25 24 11 10 20 24 7 21 16 17 21 26 31|0.0|2.935 +003554|sil nv2 lao3 shi1 mai2 tou2 cha2 ban4 tian1 sp1 yi4 tui1 yan3 jing4 sp1 yo1 de5 yi4 sheng1 sp1 jiao4 de5 ta1 xin1 jing1 rou4 tiao4 sp1 ji1 hu1 hun1 dao3 sil|sil 女 老 师 埋 头 查 半 天 sp1 一 推 眼 镜 sp1 哟 的 一 声 sp1 叫 得 他 心 惊 肉 跳 sp1 几 乎 昏 倒 sil|30 11 18 18 23 18 21 19 22 21 11 16 17 23 8 15 15 10 23 20 17 10 24 20 16 13 25 13 17 15 21 24 31|0.0|7.02 +003555|sil jin1 tian1 shao1 zao3 sp1 guo2 hui4 san1 du4 tong1 guo4 sp1 rong2 xu3 suo2 you3 gong1 min2 chu1 ma3 jue2 zhu2 zong2 li3 zhi2 wei4 de5 fa3 an4 sil|sil 今 天 稍 早 sp1 国 会 三 度 通 过 sp1 容 许 所 有 公 民 出 马 角 逐 总 理 职 位 的 法 案 sil|27 19 14 19 25 18 17 20 20 10 21 20 22 19 20 15 16 16 25 15 16 17 18 18 16 15 12 7 17 23 31|0.0|6.595 +003556|sil zhe4 shi4 qing1 hai2 yun3 shi2 zhong1 bei4 mai2 zou3 de5 shou3 kuai4 da4 yun3 shi2 sil|sil 这 是 青 海 陨 石 中 被 买 走 的 首 块 大 陨 石 sil|27 16 22 20 18 15 16 25 11 21 19 11 21 20 17 16 28 32|0.0|4.12 +003557|sil ni3 xian1 gei2 wo2 jiang3 yi2 ge5 ba5 sil|sil 你 先 给 我 讲 一 个 吧 sil|28 12 20 10 12 19 14 12 22 26|0.0|2.03 +003558|sil mei2 nv2 zhu3 bo1 du4 qin4 yi2 shou4 qi2 qin1 dian3 sp1 dan1 dang1 ci3 ci4 chang4 pian4 fa1 bu4 hui4 de5 zhu3 chi2 sil|sil 美 女 主 播 杜 沁 怡 受 其 钦 点 sp1 担 当 此 次 唱 片 发 布 会 的 主 持 sil|31 13 16 18 18 14 20 18 15 13 20 26 26 18 21 18 13 21 14 14 10 13 10 13 26 30|0.0|5.44 +003559|sil shen1 pang2 de5 qian1 hua4 ji2 jiao4 le4 zai3 kuai4 xie1 qu3 tai4 tai5 sil|sil 身 旁 的 千 嬅 即 叫 乐 仔 快 些 娶 太 太 sil|28 23 18 8 21 24 14 12 18 23 20 14 15 21 24 31|0.0|3.64 +003560|sil jin1 hou4 zhe4 xie1 xing2 wei2 tong2 tong3 bu2 bei4 yun2 xu3 sil|sil 今 后 这 些 行 为 统 统 不 被 允 许 sil|26 21 28 17 13 17 19 24 18 10 15 17 28 30|0.0|3.28 +003561|sil yang2 min3 duan4 ding4 sp1 zhe4 jia1 huo5 ken3 ding4 you3 qing2 kuang4 sil|sil 杨 敏 断 定 sp1 这 家 伙 肯 定 有 情 况 sil|29 17 17 19 20 10 17 18 22 20 14 12 20 23 29|0.0|3.335 +003562|sil kan4 wan2 shun4 jian1 wen1 nuan3 quan2 wu2 sp1 ba4 sp1 ni3 gou4 le5 sil|sil 看 完 瞬 间 温 暖 全 无 sp1 爸 sp1 你 够 了 sil|27 24 18 18 17 12 20 23 20 16 24 10 12 21 17 30|0.0|3.585 +003563|sil jiang4 yu3 liang4 da4 sp1 yi3 jing5 cheng2 wei2 le5 mo4 la1 ke4 de5 lao4 yin4 sil|sil 降 雨 量 大 sp1 已 经 成 为 了 莫 拉 克 的 烙 印 sil|27 24 8 20 22 17 12 13 20 12 13 19 14 15 8 17 23 30|0.0|3.64 +003564|sil zhou1 jie2 lun2 dui4 gou2 zai3 yi2 xiang4 bu2 ke4 qi5 sil|sil 周 杰 伦 对 狗 仔 一 向 不 客 气 sil|26 17 13 20 13 17 28 12 18 11 22 24 29|0.0|2.905 +003565|sil liu2 yong3 ming2 shuo1 sp1 lao3 po5 shi4 ji2 pin2 hao3 sil|sil 刘 勇 明 说 sp1 老 婆 是 极 品 好 sil|26 12 20 18 22 7 20 21 19 19 21 27 30|0.0|3.04 +003566|sil sui2 hou4 sp1 pang2 bian1 you3 ren2 yong4 tui3 sp1 lian2 chuai4 hong2 yi1 shao4 nian2 de5 fu4 bu4 sil|sil 随 后 sp1 旁 边 有 人 用 腿 sp1 连 踹 红 衣 少 年 的 腹 部 sil|30 19 23 15 19 14 17 18 14 33 4 21 23 15 13 17 14 8 22 21 28|0.0|4.5 +003567|sil chu2 le5 wang2 fei1 wai4 sp1 zhang1 zi3 yi2 tong2 yang4 di1 diao4 xian4 shen1 sp1 ta1 biao3 shi4 shi4 lai2 peng3 dao2 yan2 chang3 sil|sil 除 了 王 菲 外 sp1 章 子 怡 同 样 低 调 现 身 sp1 她 表 示 是 来 捧 导 演 场 sil|24 23 19 16 18 23 14 18 14 19 21 20 12 14 17 20 33 16 17 21 15 14 20 16 16 27 30|0.0|6.005 +003568|sil cun1 min2 jie4 shao4 sp1 da4 tu3 qiu1 ji2 huang2 fen2 sp1 liu2 bei4 mu4 sil|sil 村 民 介 绍 sp1 大 土 丘 即 皇 坟 sp1 刘 备 墓 sil|25 21 15 16 22 17 17 17 23 14 25 27 7 19 15 26 28|0.0|3.88 +003569|sil dan4 zhe4 xie1 shi4 zong2 dei2 you3 ren2 zuo4 ya5 sil|sil 但 这 些 事 总 得 有 人 做 呀 sil|25 18 13 15 20 21 11 14 14 20 24 29|0.0|2.595 +003570|sil yi4 ban1 qing2 kuang4 xia4 sp1 gou2 chang3 shi4 gou3 shi4 he2 chong3 wu4 dian4 de5 gou3 yuan2 di4 sil|sil 一 般 情 况 下 sp1 狗 场 是 狗 市 和 宠 物 店 的 狗 源 地 sil|27 13 16 17 17 21 17 24 30 18 20 18 12 18 11 15 7 14 20 21 26|0.0|4.44 +003571|sil chu1 na4 xi3 chu1 wang4 wai4 sp1 er4 ren2 hang4 xie4 yi2 qi4 sp1 shang4 yan3 le5 yi4 chang3 shuang1 huang2 xi4 sil|sil 出 纳 喜 出 望 外 sp1 二 人 沆 瀣 一 气 sp1 上 演 了 一 场 双 簧 戏 sil|27 25 24 20 16 16 24 17 17 19 21 19 10 20 20 22 11 7 10 24 17 21 21 31|0.0|5.325 +003572|sil xiang1 gang3 jiang1 pai1 mai4 jiang3 jie4 shi2 qing1 tian1 bai2 ri4 xun1 zhang1 sp1 zhen1 wei3 yin2 qi2 tao3 lun4 sil|sil 香 港 将 拍 卖 蒋 介 石 青 天 白 日 勋 章 sp1 真 伪 引 起 讨 论 sil|30 26 23 16 16 20 14 16 21 23 20 14 12 19 23 27 21 26 14 13 20 18 32|0.0|5.385 +003573|sil man4 di2 nie1 zao4 le5 zheng3 ge5 gu4 shi4 sil|sil 曼 迪 捏 造 了 整 个 故 事 sil|29 24 19 20 16 12 20 11 17 20 31|0.0|2.545 +003574|sil ming2 tian1 hui2 lao3 jia1 sp1 kan4 kan5 lao3 fu4 qin5 da4 ren5 sp1 he2 wa2 wa5 wan2 ji3 tian1 zai4 shuo1 sil|sil 明 天 回 老 家 sp1 看 看 老 父 亲 大 人 sp1 和 娃 娃 玩 几 天 再 说 sil|29 17 23 13 17 24 17 19 18 15 16 15 16 20 15 16 19 16 18 12 16 13 21 30|0.0|5.055 +003575|sil zhu3 ren2 zai4 da2 sao3 long2 she4 sp1 zai3 zai5 re4 qing2 de5 yong4 bi2 zi5 gong2 zhu3 ren2 de5 tui3 sil|sil 主 人 在 打 扫 笼 舍 sp1 崽 崽 热 情 地 用 鼻 子 拱 主 人 的 腿 sil|30 20 23 16 14 14 18 24 27 22 22 19 20 15 15 20 19 22 13 14 8 37 30|0.0|5.365 +003576|sil sui2 hou4 sp1 hu2 mou3 chai2 xiang4 hu2 bin1 suo3 bao4 jing3 sil|sil 随 后 sp1 胡 某 柴 向 湖 滨 所 报 警 sil|28 19 23 15 16 19 27 20 15 15 15 17 22 27|0.0|3.23 +003577|sil liu2 jian4 hua2 kai1 shi3 zhang1 luo5 wu3 fan4 sil|sil 刘 建 华 开 始 张 罗 午 饭 sil|29 15 21 27 18 16 16 15 15 27 30|0.0|2.655 +003578|sil wang2 qiang2 chan1 zhe5 qi1 zi5 sp1 gan2 wang3 yi1 yuan4 sil|sil 王 强 搀 着 妻 子 sp1 赶 往 医 院 sil|30 19 25 19 9 24 16 4 17 17 14 24 30|0.0|2.88 +003579|sil wan2 quan2 mei2 you3 jian2 shao3 yi4 dianr3 r shou1 fei4 sil|sil 完 全 没 有 减 少 一 点 儿 收 费 sil|27 16 17 8 14 17 15 11 16 0 19 24 27|0.0|2.445 +003580|sil bao3 an1 he2 lu4 ren2 fen1 fen1 zhui1 nian3 sil|sil 保 安 和 路 人 纷 纷 追 撵 sil|26 20 18 13 18 19 16 16 15 31 29|0.0|2.57 +003581|sil mian4 dui4 suo3 luo2 si1 de5 ming2 tou2 sp1 yang2 jiong2 wei3 sp1 ye3 bu2 shi4 mei2 you3 dan1 you1 sil|sil 面 对 索 罗 斯 的 名 头 sp1 杨 炯 纬 sp1 也 不 是 没 有 担 忧 sil|29 19 16 16 14 14 7 20 28 18 18 18 26 9 13 11 12 12 13 17 23 30|0.0|4.445 +003582|sil zuo2 ri4 xia4 wu3 sp1 ji4 zhe3 cong2 lu4 an1 shi4 yu4 an1 qu1 fa3 yuan4 sp1 liao2 jie3 dao4 zhe4 zhuang1 xi1 han5 guan1 si5 sil|sil 昨 日 下 午 sp1 记 者 从 六 安 市 裕 安 区 法 院 sp1 了 解 到 这 桩 稀 罕 官 司 sil|26 17 15 22 21 23 16 18 22 16 17 22 14 15 15 19 20 7 18 10 13 14 18 16 16 19 20 31|0.0|5.8 +003583|sil zuo2 ri4 sp1 yi2 fan4 ge3 jin1 shui3 tong4 ku1 liu2 ti4 sil|sil 昨 日 sp1 疑 犯 葛 金 水 痛 哭 流 涕 sil|26 20 20 19 12 22 16 16 25 23 13 18 23 32|0.0|3.305 +003584|sil wo3 de5 di4 er4 wai4 yu3 ri4 yu3 sp1 bing4 bu2 shi4 hen2 hao3 sil|sil 我 的 第 二 外 语 日 语 sp1 并 不 是 很 好 sil|30 11 16 10 20 21 15 22 20 6 19 11 13 18 27 30|0.0|3.35 +003585|sil ta1 men5 liang3 ge5 ren2 sp1 wo2 da3 bu4 ying2 sp1 nan2 dao4 ai2 da3 ya5 sil|sil 他 们 两 个 人 sp1 我 打 不 赢 sp1 难 道 挨 打 呀 sil|26 18 12 22 15 22 15 10 17 16 21 9 17 13 16 20 22 29|0.0|3.715 +003586|sil you3 mei2 you3 wei2 mei3 yi4 dian3 de5 sil|sil 有 没 有 唯 美 一 点 的 sil|29 12 13 17 14 17 12 20 21 26|0.0|2.1 +003587|sil zhe4 li2 you3 wen2 hua4 chuang4 yi4 qu1 sil|sil 这 里 有 文 化 创 意 区 sil|24 17 16 19 15 19 18 11 26 28|0.0|2.235 +003588|sil hun4 tang2 xiang4 de5 yin4 jing3 gai4 sil|sil 混 堂 巷 的 窨 井 盖 sil|26 21 18 21 16 18 16 22 26|0.0|2.14 +003589|sil wo3 er4 hua4 bu4 shuo1 sp1 li4 ji2 ying1 yun3 sil|sil 我 二 话 不 说 sp1 立 即 应 允 sil|29 14 18 18 13 23 9 14 14 19 25 30|0.0|2.625 +003590|sil ren4 shuang2 yu3 yin4 ni2 tong2 xue2 sil|sil 任 爽 与 印 尼 同 学 sil|28 19 26 23 17 15 19 28 26|0.0|2.33 +003591|sil tong2 shi2 sp1 you2 mie4 huo2 zu3 chu1 shui3 qiang1 jin4 xing2 kong4 huo3 sil|sil 同 时 sp1 由 灭 火 组 出 水 枪 进 行 控 火 sil|28 19 27 12 15 17 13 18 17 15 29 15 16 20 29 25|0.0|3.66 +003592|sil ni2 you3 de5 chi1 sp1 you3 de5 wan2 sp1 you3 qian2 hua1 sp1 hai2 you2 wo3 pei2 ni3 sp1 ni2 you3 shen2 me5 bu4 kai1 xin1 de5 ne5 sil|sil 你 有 的 吃 sp1 有 的 玩 sp1 有 钱 花 sp1 还 有 我 陪 你 sp1 你 有 什 么 不 开 心 的 呢 sil|30 10 20 10 30 7 14 12 27 5 15 21 25 8 12 10 15 22 30 34 15 9 15 10 11 20 19 8 22 31|0.0|6.005 +003593|sil shi4 ni3 tou1 zou3 le5 mi4 ma3 xiang1 ma5 sil|sil 是 你 偷 走 了 密 码 箱 吗 sil|27 23 18 22 12 8 13 16 20 26 28|0.0|2.475 +003594|sil bi4 rang4 zhe3 bei4 cheng1 wei2 dan2 xiao2 gui3 sp1 sheng4 li4 zhe3 ze2 bei4 cheng1 wei2 yong2 gan2 zhe3 sil|sil 避 让 者 被 称 为 胆 小 鬼 sp1 胜 利 者 则 被 称 为 勇 敢 者 sil|27 17 18 25 13 17 18 18 19 26 25 20 16 25 16 11 18 22 20 19 20 29|0.0|5.1 +003595|sil ji4 zhe3 zou2 fang3 le5 yang2 de2 cai2 chu1 zu1 wu1 fu4 jin4 de5 yi4 xie1 zhu4 hu4 sil|sil 记 者 走 访 了 杨 德 才 出 租 屋 附 近 的 一 些 住 户 sil|27 19 19 17 18 15 16 11 19 17 14 16 18 14 7 11 14 18 24 31|0.0|4.01 +003596|sil er2 wei4 le5 tao2 li2 zhe4 chang3 hun1 yin1 sp1 zhang1 hong2 you4 zuo4 chu1 le5 sp1 bi2 shan3 hun1 geng4 huang1 tang2 de5 ju3 dong4 sil|sil 而 为 了 逃 离 这 场 婚 姻 sp1 张 红 又 做 出 了 sp1 比 闪 婚 更 荒 唐 的 举 动 sil|28 23 11 10 21 15 11 17 18 18 28 20 22 14 13 16 16 5 15 28 21 18 21 16 8 15 24 26|0.0|5.78 +003597|sil zhi1 hou4 sui1 ran2 qi2 wen3 bing4 yu3 da4 pan2 tong2 bu4 shang4 xing2 sp1 dan4 duan3 qi1 tui2 shi4 nan2 gai3 sil|sil 之 后 虽 然 企 稳 并 与 大 盘 同 步 上 行 sp1 但 短 期 颓 势 难 改 sil|26 20 18 17 18 23 31 20 14 17 21 19 12 17 27 33 23 18 16 17 11 20 24 29|0.0|5.705 +003598|sil ni3 ren4 sheng2 wei3 xun2 shi4 zu3 zu2 zhang3 sil|sil 拟 任 省 委 巡 视 组 组 长 sil|28 16 21 20 21 17 14 14 16 31 29|0.0|2.64 +003599|sil ma3 ying1 jiu3 ri4 qian2 zai4 jing2 mei3 ren2 quan2 yuan2 qu1 sp1 zao1 du2 pai4 ren2 shi4 sp1 qiang4 sheng1 diu1 xie2 sil|sil 马 英 九 日 前 在 景 美 人 权 园 区 sp1 遭 独 派 人 士 sp1 呛 声 丢 鞋 sil|30 15 17 27 17 22 19 17 18 14 15 16 23 25 24 16 18 16 19 3 25 15 15 29 31|0.0|5.64 +003600|sil yu2 wen2 le4 yu2 can1 ting1 nei4 tu1 ran2 li2 zuo4 sp1 yuan2 lai2 shi4 qu4 gui4 tai2 jie2 zhang4 sil|sil 余 文 乐 于 餐 厅 内 突 然 离 座 sp1 原 来 是 去 柜 台 结 账 sil|29 14 14 23 15 18 14 16 18 13 16 21 23 13 18 13 11 14 17 16 21 30|0.0|4.495 +003601|sil dan4 shi4 si1 ta2 ta3 jian1 xin4 sp1 ping2 ban3 yue4 du2 de5 qian2 jing3 yi2 pian4 guang1 ming2 sil|sil 但 是 斯 塔 塔 坚 信 sp1 平 板 阅 读 的 前 景 一 片 光 明 sil|27 17 20 14 14 16 17 20 19 23 16 14 9 9 22 25 13 19 17 27 32|0.0|4.525 +003602|sil ye3 you2 ke3 neng2 shi4 geng1 huan4 de5 gang1 jia4 zhi4 liang4 sp1 wei4 da2 biao1 sil|sil 也 有 可 能 是 更 换 的 钢 架 质 量 sp1 未 达 标 sil|26 13 15 13 19 19 18 22 15 18 15 15 16 9 11 14 22 31|0.0|3.615 +003603|sil mei3 guo2 zhu4 ai1 ji2 kai1 luo2 da4 shi2 guan3 ye3 zao1 xi2 ji1 sp1 xing1 tiao2 qi2 bei4 si1 che3 sil|sil 美 国 驻 埃 及 开 罗 大 使 馆 也 遭 袭 击 sp1 星 条 旗 被 撕 扯 sil|31 18 20 22 18 18 17 14 15 14 24 13 14 17 22 25 21 16 22 13 18 29 30|0.0|5.24 +003604|sil zhong1 zhou1 lu4 shang4 che1 lai2 che1 wang3 sp1 la3 ba5 sheng1 he2 fa1 dong4 ji1 de5 weng1 weng1 sheng1 sp1 ci2 qi2 bi3 fu2 sil|sil 中 州 路 上 车 来 车 往 sp1 喇 叭 声 和 发 动 机 的 嗡 嗡 声 sp1 此 起 彼 伏 sil|26 20 15 16 23 15 15 20 24 19 17 12 21 16 14 15 12 8 16 16 21 6 19 17 14 28 30|0.0|5.515 +003605|sil xi3 ai4 yu3 shou1 cang2 zhe4 xie1 wa2 wa5 de5 ren2 sp1 zhu3 yao4 yi2 nv3 xing4 ju1 duo1 sil|sil 喜 爱 与 收 藏 这 些 娃 娃 的 人 sp1 主 要 以 女 性 居 多 sil|32 26 22 14 18 17 11 14 15 13 10 24 4 14 17 12 21 22 18 19 29|0.0|4.32 +003606|sil chen2 li4 zhu2 guai3 shang4 fa3 ting2 shou4 shen3 sil|sil 陈 莉 拄 拐 上 法 庭 受 审 sil|25 23 21 19 27 23 15 16 17 26 29|0.0|2.8 +003607|sil zhang1 han4 wang4 zhe5 fu4 qin5 de5 bei4 ying3 sp1 zi4 yan2 zi4 yu3 dao4 sp1 ha5 sp1 du2 chang3 chu1 feng1 zi5 sp1 qing2 chang3 chu1 sha3 zi5 sil|sil 张 翰 望 着 父 亲 的 背 影 sp1 自 言 自 语 道 sp1 哈 sp1 赌 场 出 疯 子 sp1 情 场 出 傻 子 sil|26 22 30 19 12 17 13 8 15 24 6 20 14 16 13 23 30 26 20 16 21 17 22 16 10 25 24 16 25 20 30|0.0|6.925 +003608|sil shi4 chang3 cao1 zong4 de5 an4 jian4 sp1 yi4 wei4 neng2 duan4 jue2 sil|sil 市 场 操 纵 的 案 件 sp1 亦 未 能 断 绝 sil|28 22 21 16 15 7 18 20 11 15 13 16 18 26 30|0.0|3.2 +003609|sil wo3 hui4 gei3 er2 zi5 huan4 zhi3 niao4 ku4 sil|sil 我 会 给 儿 子 换 纸 尿 裤 sil|28 10 16 10 21 15 19 11 19 26 29|0.0|2.365 +003610|sil peng2 bo2 si1 cun3 zai4 san1 hou4 sp1 dui4 zhou1 xiao3 he2 mian4 shou4 ji1 yi2 sp1 yao4 ta1 hua4 ming2 yu3 dui4 fang1 qia4 tan2 sil|sil 彭 勃 思 忖 再 三 后 sp1 对 周 晓 荷 面 授 机 宜 sp1 要 她 化 名 与 对 方 洽 谈 sil|27 26 21 16 19 14 18 20 9 15 13 18 19 22 17 19 21 27 14 18 26 24 11 14 15 16 31 32|0.0|6.295 +003611|sil chuang1 hu4 wan2 hao3 sp1 dao4 zei2 shi4 qiang2 xing2 chuai4 men2 ru4 shi4 sil|sil 窗 户 完 好 sp1 盗 贼 是 强 行 踹 门 入 室 sil|25 29 15 19 28 17 19 19 16 22 17 16 15 13 21 34|0.0|3.77 +003612|sil dang1 ran2 la5 sp1 na4 me5 duo1 po4 zhan4 sp1 ta1 zen3 me5 gan3 hui2 da2 ne5 sp1 yi2 mian3 yue4 shuo1 yue4 cuo4 sil|sil 当 然 啦 sp1 那 么 多 破 绽 sp1 她 怎 么 敢 回 答 呢 sp1 以 免 越 说 越 错 sil|26 18 19 21 12 13 12 12 20 18 8 17 15 10 17 17 15 15 26 12 27 13 13 15 23 28|0.0|5.13 +003613|sil wang2 zhi4 min3 kang2 bu5 zhu4 sp1 hai2 ku1 guo4 bi2 zi5 sil|sil 王 志 敏 扛 不 住 sp1 还 哭 过 鼻 子 sil|30 18 12 23 22 11 20 9 17 18 13 22 14 30|0.0|3.01 +003614|sil sun1 xiao3 yan4 que4 ren4 wei2 sp1 zhang1 wei3 tai4 bu4 jiang2 li3 sil|sil 孙 晓 艳 却 认 为 sp1 张 伟 太 不 讲 理 sil|28 20 17 15 14 17 22 4 22 20 20 13 19 24 28|0.0|3.28 +003615|sil zhe4 dui4 yu2 you3 quan2 zhi2 tai4 tai5 de5 jia1 ting2 bi3 jiao4 hua2 suan4 sil|sil 这 对 于 有 全 职 太 太 的 家 庭 比 较 划 算 sil|26 14 20 17 16 23 13 18 10 11 17 24 9 16 20 21 30|0.0|3.54 +003616|sil ji4 zhe3 sui2 hou4 cong2 yi1 yuan4 liao2 jie3 dao4 sp1 yang2 die1 die5 shang1 zhong4 bu2 zhi4 shen1 wang2 sil|sil 记 者 随 后 从 医 院 了 解 到 sp1 杨 爹 爹 伤 重 不 治 身 亡 sil|26 19 18 18 16 19 15 11 17 14 21 21 17 15 15 23 24 14 14 17 28 30|0.0|4.785 +003617|sil yu2 shi4 sp1 shi2 bai3 kui2 jiang1 zhan2 ban3 kou1 le5 yi2 ge5 da4 dong4 sil|sil 于 是 sp1 石 柏 魁 将 展 板 抠 了 一 个 大 洞 sil|29 12 23 4 19 17 21 18 18 22 16 10 9 10 17 23 26|0.0|3.415 +003618|sil ka2 ma3 qiao2 jing1 chang2 hui4 chong2 fu4 zhe4 xie1 sil|sil 卡 马 乔 经 常 会 重 复 这 些 sil|25 19 18 24 16 18 12 17 12 14 21 29|0.0|2.615 +003619|sil wen2 xun4 er2 lai2 de5 shu4 ming2 lao3 shi1 sp1 fen4 li4 ti1 po4 fang2 men2 sp1 dan4 tang2 sp1 yi2 tang2 dao3 zai4 xue4 po1 zhong1 sil|sil 闻 讯 而 来 的 数 名 老 师 sp1 奋 力 踢 破 房 门 sp1 但 唐 sp1 已 躺 倒 在 血 泊 中 sil|31 13 17 14 13 10 14 15 16 20 8 15 13 16 15 17 25 22 19 33 5 12 19 15 13 16 15 21 31|0.0|5.72 +003620|sil chen2 shui4 de5 han4 chao2 zen3 me5 jiao4 ye3 jiao4 bu4 xing3 sil|sil 沉 睡 的 汉 朝 怎 么 叫 也 叫 不 醒 sil|25 23 14 9 21 24 16 9 17 13 16 12 25 31|0.0|2.96 +003621|sil ta1 shuo1 sp1 zhe4 yi4 yan2 lun4 bian2 hui3 ke4 li3 si1 di4 na4 sp1 wu2 fa3 jie1 shou4 sil|sil 他 说 sp1 这 一 言 论 贬 毁 克 里 斯 蒂 娜 sp1 无 法 接 受 sil|27 18 23 20 15 13 15 26 21 20 14 11 13 12 23 12 11 16 17 19 29|0.0|4.355 +003622|sil xia4 wu3 pai4 chu1 de5 san1 ren2 xiao3 fen1 dui4 sp1 ze2 wang3 yao1 mei4 feng1 de5 bei4 mian4 sou1 xun2 sil|sil 下 午 派 出 的 三 人 小 分 队 sp1 则 往 幺 妹 峰 的 背 面 搜 寻 sil|28 24 14 19 16 13 13 11 16 17 17 11 19 19 15 16 19 13 14 16 17 28 28|0.0|4.675 +003623|sil qi2 zhong1 sp1 hua1 da4 ru2 wan2 kou3 sp1 jiang4 hong2 de5 hua1 ban4 sp1 jin1 se4 de5 hua1 rui3 sp1 yong1 rong2 hua2 gui4 sil|sil 其 中 sp1 花 大 如 碗 口 sp1 绛 红 的 花 瓣 sp1 金 色 的 花 蕊 sp1 雍 容 华 贵 sil|26 21 24 6 25 22 14 19 31 28 24 17 7 20 20 8 22 12 9 21 25 12 17 17 21 22 29|0.0|6.02 +003624|sil ju4 zu3 shi4 han2 chen5 de5 sp1 dan4 ye3 shi4 wen1 nuan3 de5 sil|sil 剧 组 是 寒 碜 的 sp1 但 也 是 温 暖 的 sil|24 24 21 15 26 20 13 12 16 11 15 14 23 16 30|0.0|3.245 +003625|sil bao4 yu3 zao4 cheng2 jing4 nei4 shan1 hong2 bao4 fa1 sp1 he2 liu2 shui3 ku4 shan1 tang2 shui3 wei4 dou2 zhang3 sil|sil 暴 雨 造 成 境 内 山 洪 暴 发 sp1 河 流 水 库 山 塘 水 位 陡 涨 sil|27 17 19 17 21 16 15 17 14 15 24 27 21 28 24 25 24 28 20 15 15 27 35|0.0|5.695 +003626|sil hou4 lai2 sp1 wo3 men5 you3 ren2 song4 lai2 shuan4 yang2 rou4 he2 guan4 chang2 sp1 ta1 cai2 chi1 qi3 lai2 sil|sil 后 来 sp1 我 们 有 人 送 来 涮 羊 肉 和 灌 肠 sp1 它 才 吃 起 来 sil|29 16 26 10 8 11 11 14 17 17 19 16 16 14 18 29 7 17 13 19 14 19 31|0.0|4.54 +003627|sil an1 wa2 er3 bei4 bu3 hou4 sp1 yi4 xie1 fan3 dui4 dang3 de5 yi4 yuan2 fen1 fen1 ju4 ji2 zai4 jing3 cha2 ju2 wai4 sil|sil 安 瓦 尔 被 捕 后 sp1 一 些 反 对 党 的 议 员 纷 纷 聚 集 在 警 察 局 外 sil|30 17 14 13 14 15 21 22 9 13 17 11 13 7 16 24 18 13 13 12 15 16 17 15 22 28|0.0|4.93 +003628|sil jiu4 fen2 fan1 xin1 hou4 bian4 hao2 hua2 sil|sil 旧 坟 翻 新 后 变 豪 华 sil|26 22 24 17 17 22 16 20 29 29|0.0|2.58 +003629|sil wo3 xue2 xi2 guo4 tui1 na2 sp1 zhu3 ren2 kuai4 xiu1 xi5 yi2 xia4 ba5 sil|sil 我 学 习 过 推 拿 sp1 主 人 快 休 息 一 下 吧 sil|28 12 15 14 12 21 25 10 16 14 15 16 12 9 18 18 29|0.0|3.3 +003630|sil jing1 ci3 yi2 yi4 sp1 lian2 shu3 zai4 shi4 min2 zhong1 de5 wei1 wang4 da4 zeng1 sil|sil 经 此 一 役 sp1 廉 署 在 市 民 中 的 威 望 大 增 sil|26 22 18 16 19 21 19 24 15 13 16 15 14 14 17 15 22 29|0.0|3.895 +003631|sil ta1 de5 wei4 hun1 qi1 gai4 er5 sp1 ye3 wei4 kan4 chu1 yi4 zhuang4 sp1 zhi3 bang1 ta1 xiao1 du2 sil|sil 他 的 未 婚 妻 盖 儿 sp1 也 未 看 出 异 状 sp1 只 帮 他 消 毒 sil|26 18 10 13 17 15 18 22 8 13 11 18 12 13 19 10 15 13 14 19 25 30|0.0|4.17 +003632|sil xiao3 qu1 ye4 zhu2 xuan3 rao4 lu4 sp1 huo4 ju3 zhe5 qian2 bao1 shou3 ji1 tang1 shui3 jin4 xiao3 qu1 sil|sil 小 区 业 主 选 绕 路 sp1 或 举 着 钱 包 手 机 蹚 水 进 小 区 sil|28 22 16 16 19 24 16 20 3 21 13 11 23 14 17 20 25 20 15 18 22 30|0.0|4.795 +003633|sil zai4 xian4 dai4 hua4 zheng1 cheng2 shang4 ba2 she4 sp1 que2 zhe5 tui3 zou3 bu4 hao3 sp1 geng4 zou3 bu4 yuan3 sil|sil 在 现 代 化 征 程 上 跋 涉 sp1 瘸 着 腿 走 不 好 sp1 更 走 不 远 sil|29 21 20 11 17 14 15 15 18 19 18 20 11 23 18 14 29 4 20 15 16 28 26|0.0|4.885 +003634|sil geng4 you3 yi4 xie1 gu4 ke4 sp1 wei2 fu1 qi1 lia2 zhao3 xin1 dian4 pu4 de5 shi4 sp1 cao1 qi3 xin1 lai2 sil|sil 更 有 一 些 顾 客 sp1 为 夫 妻 俩 找 新 店 铺 的 事 sp1 操 起 心 来 sil|27 16 12 11 14 15 21 7 12 13 10 20 18 19 16 13 9 18 5 20 13 17 22 31|0.0|4.4 +003635|sil ta1 yun3 nuo4 sp1 ji4 xu4 qing1 ting1 min2 yi4 sp1 ba3 min2 zhong4 de5 qi1 dai4 bai3 zai4 xin1 zhong1 sil|sil 他 允 诺 sp1 继 续 倾 听 民 意 sp1 把 民 众 的 期 待 摆 在 心 中 sil|25 19 16 22 7 19 18 17 16 20 16 22 13 21 15 7 18 16 14 15 19 19 30|0.0|4.685 +003636|sil zuo2 tian1 xia4 ban1 hui2 jia1 ceng4 tong2 shi4 de5 che1 sp1 ban4 lu4 yu4 yi1 chao1 duan3 qun2 mei2 nv3 sp1 tong2 shi4 kan4 de5 ru4 shen2 a5 sil|sil 昨 天 下 班 回 家 蹭 同 事 的 车 sp1 半 路 遇 一 超 短 裙 美 女 sp1 同 事 看 的 入 神 啊 sil|27 17 22 16 13 18 26 22 17 14 9 25 37 18 23 15 14 20 14 14 16 26 20 21 18 20 9 14 18 25 31|0.0|6.95 +003637|sil xie2 po1 jin4 tou2 shi4 cao2 cao1 mu4 de5 dong1 men2 sp1 men2 kou3 de5 mu4 zhuan1 cen1 ci1 bu4 qi2 sil|sil 斜 坡 尽 头 是 曹 操 墓 的 东 门 sp1 门 口 的 墓 砖 参 差 不 齐 sil|29 21 18 20 22 17 19 15 14 9 15 28 34 17 16 7 17 22 22 12 14 31 27|0.0|5.18 +003638|sil xiao3 heng2 de5 yan3 jing5 sp1 yi4 zhi2 ding1 zhe5 dian4 shi4 ping2 mu4 sp1 mei3 ge2 ji2 miao3 bian4 zha3 yi2 ci4 sil|sil 小 恒 的 眼 睛 sp1 一 直 盯 着 电 视 屏 幕 sp1 每 隔 几 秒 便 眨 一 次 sil|29 23 17 11 17 20 9 12 12 16 11 14 12 19 20 27 15 13 12 27 17 17 14 21 31|0.0|5.06 +003639|sil zhe4 shi2 de5 rao2 lan2 zai4 ci4 zhan4 shang4 wu3 tai2 sil|sil 这 时 的 饶 岚 再 次 站 上 舞 台 sil|25 18 11 11 17 29 20 14 16 16 12 32 29|0.0|2.905 +003640|sil yu2 shi4 sp1 ta1 chen4 er2 zi5 zai4 wo4 shi4 wan2 dian4 nao3 zhi1 ji1 sp1 jiang1 er2 zi5 qia1 si3 sil|sil 于 是 sp1 他 趁 儿 子 在 卧 室 玩 电 脑 之 机 sp1 将 儿 子 掐 死 sil|30 12 23 9 16 15 19 16 15 13 17 16 15 15 14 17 13 17 15 11 23 31 28|0.0|4.64 +003641|sil bo2 er3 te4 xuan4 feng1 ban1 lve4 guo4 zhong1 dian3 sil|sil 博 尔 特 旋 风 般 掠 过 终 点 sil|25 15 13 18 21 19 17 15 11 19 28 32|0.0|2.7 +003642|sil yi1 jiu2 wu3 san1 nian2 sp1 guan1 yu2 bi4 jia1 suo3 xiang2 you3 guo4 fen4 te4 quan2 de5 zheng1 lun4 zhong1 yu2 bao4 fa1 sil|sil 一 九 五 三 年 sp1 关 于 毕 加 索 享 有 过 分 特 权 的 争 论 终 于 爆 发 sil|31 9 16 12 18 25 16 16 15 11 16 25 21 16 16 15 16 14 7 13 24 15 13 18 25 29|0.0|5.25 +003643|sil cong2 zheng1 yue4 chu1 er4 kai1 shi3 sp1 tian1 qi4 zhu2 jian4 zhuan2 hao3 sil|sil 从 正 月 初 二 开 始 sp1 天 气 逐 渐 转 好 sil|27 28 12 14 14 18 16 22 4 21 16 12 14 19 27 29|0.0|3.405 +003644|sil qi1 gen4 cun1 zhan4 dou4 zhi1 qian2 sp1 wo3 shi1 sp1 yi2 da3 le5 liang3 zhang4 sil|sil 七 亘 村 战 斗 之 前 sp1 我 师 sp1 已 打 了 两 仗 sil|26 23 16 17 16 11 14 28 15 14 24 9 11 13 9 24 20 29|0.0|3.7 +003645|sil ke2 lao3 shi1 gao4 su5 ta1 sp1 pin2 kun4 sheng1 ke2 yi3 shen1 qing2 mian3 xue2 fei4 sil|sil 可 老 师 告 诉 她 sp1 贫 困 生 可 以 申 请 免 学 费 sil|28 22 18 14 17 14 25 10 20 19 24 15 11 18 18 18 19 21 29|0.0|4.175 +003646|sil wang2 jun4 zhou1 zheng4 shi2 sp1 sun1 yi1 ding1 sp1 yi3 jing5 xiang4 guo2 mei3 fang1 mian4 sp1 ti2 chu1 ci2 zhi2 sil|sil 王 俊 洲 证 实 sp1 孙 一 丁 sp1 已 经 向 国 美 方 面 sp1 提 出 辞 职 sil|29 17 16 13 18 26 12 17 16 21 7 13 12 21 13 17 17 14 6 17 12 18 22 30|0.0|4.695 +003647|sil wu3 shi5 wu3 nian2 qian2 bei4 mao1 wang2 yong1 wen3 de5 shen2 mi4 nv3 lang2 shou3 ci4 bao4 guang1 sil|sil 五 十 五 年 前 被 猫 王 拥 吻 的 神 秘 女 郎 首 次 曝 光 sil|29 9 17 10 18 30 13 18 18 15 16 13 16 9 17 22 21 16 17 22 30|0.0|4.36 +003648|sil peng2 ding4 kang1 ge4 xing4 fei1 chang2 ying4 lang3 sil|sil 彭 定 康 个 性 非 常 硬 朗 sil|25 23 15 26 21 23 18 19 14 25 29|0.0|2.765 +003649|sil bi3 ru2 sp1 li3 jia1 xin1 de5 zhang4 fu5 xu3 jin4 heng1 sp1 ta1 de5 ye2 ye5 shi4 xiang1 gang3 yi2 dai4 chuan2 wang2 xu3 ai4 zhou1 sil|sil 比 如 sp1 李 嘉 欣 的 丈 夫 许 晋 亨 sp1 他 的 爷 爷 是 香 港 一 代 船 王 许 爱 周 sil|28 16 22 9 13 17 13 8 19 19 16 18 26 27 16 13 15 21 17 19 15 8 15 21 23 19 19 24 31|0.0|6.12 +003650|sil dai3 zu2 fu4 nv3 xu2 xiao3 men1 sp1 zheng4 zai4 zi4 jia1 fei4 xu1 shang4 zheng2 li3 zhuan1 wa3 sil|sil 傣 族 妇 女 徐 小 闷 sp1 正 在 自 家 废 墟 上 整 理 砖 瓦 sil|28 19 15 16 20 15 16 25 6 17 14 11 13 17 15 23 15 14 19 26 27|0.0|4.305 +003651|sil he1 bei1 niu2 nai3 kan4 ge5 dian4 ying3 la5 sil|sil 喝 杯 牛 奶 看 个 电 影 啦 sil|26 19 12 20 25 18 9 12 22 24 29|0.0|2.505 +003652|sil ru2 guo3 yin1 wei4 ni3 dan1 wu5 jin4 du4 zen3 me5 ban4 sil|sil 如 果 因 为 你 耽 误 进 度 怎 么 办 sil|28 13 14 11 12 18 16 12 19 12 12 12 23 27|0.0|2.66 +003653|sil guang3 zhou1 shi4 hui4 bu2 hui4 ye3 che4 xiao1 jie1 dao4 ban4 sil|sil 广 州 市 会 不 会 也 撤 销 街 道 办 sil|26 22 15 28 19 8 24 17 17 15 13 14 20 29|0.0|3.105 +003654|sil quan2 guo2 bu4 fen5 sheng3 shi4 sp1 jie1 ti1 dian4 jia4 zui4 zhong1 fang1 an4 yi4 lan2 biao3 sil|sil 全 国 部 分 省 市 sp1 阶 梯 电 价 最 终 方 案 一 览 表 sil|25 27 18 14 15 17 18 8 17 14 18 19 14 15 13 17 11 19 28 29|0.0|4.13 +003655|sil yong3 mao4 bu4 yi3 de5 shui3 hua1 sp1 qia4 xiang4 yin2 zhu1 yu4 li4 sp1 gu1 lu1 lu1 de5 gun3 liu2 zhe5 sil|sil 涌 冒 不 已 的 水 花 sp1 恰 像 银 珠 玉 粒 sp1 骨 碌 碌 地 滚 流 着 sil|26 19 18 14 10 11 21 25 7 21 20 15 14 12 22 14 12 10 17 19 16 22 16 29|0.0|4.765 +003656|sil zheng4 shi4 zhe4 zhong3 ning4 wei2 yu4 sui4 sp1 bu2 zuo4 wa3 quan2 de5 bu2 bi4 yao4 de5 yi4 qi4 sp1 ba3 ta1 tui1 xiang4 si3 wang2 de5 bian1 yuan2 sil|sil 正 是 这 种 宁 为 玉 碎 sp1 不 作 瓦 全 的 不 必 要 的 意 气 sp1 把 他 推 向 死 亡 的 边 缘 sil|26 18 13 14 21 17 10 19 22 5 15 17 18 22 15 15 13 15 8 16 22 6 17 17 15 18 18 14 7 20 27 31|0.0|6.17 +003657|sil qu4 chuai3 mo2 bie2 ren5 shi4 zen3 me5 yan3 xi4 de5 sil|sil 去 揣 摩 别 人 是 怎 么 演 戏 的 sil|27 19 21 20 20 17 16 11 10 17 23 13 30|0.0|2.83 +003658|sil cong2 na4 ge5 shi2 hou4 sp1 bing3 zhe2 jiu4 yu2 mang3 she2 wan2 zai4 yi4 qi3 sil|sil 从 那 个 时 候 sp1 秉 哲 就 与 蟒 蛇 玩 在 一 起 sil|27 22 17 9 16 18 21 20 20 16 9 21 18 16 12 13 25 29|0.0|3.815 +003659|sil xue2 hui4 qi2 ma3 sp1 ti3 hui4 dao4 zong4 heng2 chi2 cheng3 de5 gan3 jue2 yao4 ban4 nian2 sil|sil 学 会 骑 马 sp1 体 会 到 纵 横 驰 骋 的 感 觉 要 半 年 sil|28 21 13 17 28 10 18 15 18 22 19 16 17 5 18 22 14 19 30 31|0.0|4.42 +003660|sil xiang1 lu2 feng1 shan1 lu4 yan2 tu2 chu4 chu4 ke3 jian4 you2 ke4 luan4 reng1 de5 la1 ji1 sil|sil 香 炉 峰 山 路 沿 途 处 处 可 见 游 客 乱 扔 的 垃 圾 sil|29 21 17 22 19 14 18 23 22 15 18 16 19 15 18 12 7 18 22 31|0.0|4.365 +003661|sil you2 yu2 qi4 wen1 shi4 yi2 sp1 jin1 nian2 guang4 hua1 jie1 de5 shi4 min2 re4 qing2 gao1 zhang4 sil|sil 由 于 气 温 适 宜 sp1 今 年 逛 花 街 的 市 民 热 情 高 涨 sil|29 17 17 20 15 22 21 20 18 25 16 18 12 10 15 26 15 18 16 20 31|0.0|4.655 +003662|sil bi4 mian3 yin1 xue2 sheng1 shang4 xue2 nan2 du4 zeng1 jia1 sp1 zao4 cheng2 guo4 zao3 chuo4 xue2 sil|sil 避 免 因 学 生 上 学 难 度 增 加 sp1 造 成 过 早 辍 学 sil|25 15 28 18 16 13 20 19 21 13 17 23 3 21 21 15 14 18 29 29|0.0|4.39 +003663|sil mai4 ke4 fei1 de5 zhi1 chi2 zhe3 sp1 zai4 jian1 yu4 wai4 ju3 pai2 sp1 yao1 qiu2 huan2 mai4 ke4 fei1 gong1 zheng4 sil|sil 麦 克 菲 的 支 持 者 sp1 在 监 狱 外 举 牌 sp1 要 求 还 麦 克 菲 公 正 sil|31 17 14 14 10 13 18 25 5 20 17 12 18 19 32 6 15 18 18 14 10 12 19 20 28|0.0|4.93 +003664|sil guo2 jia1 yi3 jing1 cheng2 ren4 wo3 men5 le5 sp1 dan4 shi4 tai4 wan3 le5 sil|sil 国 家 已 经 承 认 我 们 了 sp1 但 是 太 晚 了 sil|25 18 22 13 16 17 12 12 12 13 12 16 16 25 19 19 30|0.0|3.45 +003665|sil er3 duo5 zai4 liu2 xue4 sp1 yan3 jing5 bi4 qi3 de5 sil|sil 耳 朵 在 流 血 sp1 眼 睛 闭 起 的 sil|28 23 13 12 18 24 14 18 18 19 18 22 27|0.0|2.95 +003666|sil jian4 huo4 ye3 hui4 she4 ji2 hu2 sheng2 xian1 sheng5 sil|sil 间 或 也 会 涉 及 胡 绳 先 生 sil|26 25 29 14 13 17 14 19 20 18 22 28|0.0|2.845 +003667|sil lao3 ren2 sao2 qi3 jie1 lai2 yi4 si1 bu4 gou3 sil|sil 老 人 扫 起 街 来 一 丝 不 苟 sil|28 19 19 17 15 17 25 11 15 14 30 29|0.0|2.77 +003668|sil lie4 ling2 sp1 you4 jiao4 su1 men2 ling2 sp1 ming2 zong1 yang2 sp1 yan2 lv2 sp1 ye3 cheng1 si4 bu2 xiang4 sp1 chan3 zai4 dong1 nan2 ya4 ji2 zhong1 guo2 sil|sil 鬣 羚 sp1 又 叫 苏 门 羚 sp1 明 鬃 羊 sp1 岩 驴 sp1 也 称 四 不 像 sp1 产 在 东 南 亚 及 中 国 sil|30 19 31 14 16 22 16 17 28 13 20 17 32 12 16 29 26 13 24 19 8 24 27 22 18 13 13 18 12 19 25 33|0.0|7.5 +003669|sil xie4 xie5 da4 jia1 ling2 ting1 wo3 men5 zhe4 ci4 lun4 tan2 sp1 xie4 xie5 ge4 wei4 jia1 bin1 sil|sil 谢 谢 大 家 聆 听 我 们 这 次 论 坛 sp1 谢 谢 各 位 嘉 宾 sil|29 15 9 16 16 18 14 10 10 15 10 18 27 7 16 13 12 11 18 19 29|0.0|3.86 +003670|sil er2 deng3 zhang1 hong2 wei3 tiao4 chuang1 de5 shi2 hou4 sp1 huo2 yi3 jing1 shao1 dao4 le5 ta1 de5 shou3 bi4 sil|sil 而 等 张 宏 伟 跳 窗 的 时 候 sp1 火 已 经 烧 到 了 他 的 手 臂 sil|27 19 21 15 14 14 17 19 9 16 21 24 21 18 16 21 11 9 16 7 18 20 31|0.0|4.685 +003671|sil wang2 quan2 an1 zheng4 qiao2 ye3 ru4 zhu4 gai1 jiu3 dian4 sp1 liang3 ren2 que4 mei2 shi2 jian1 peng4 mian4 sil|sil 王 全 安 正 巧 也 入 住 该 酒 店 sp1 两 人 却 没 时 间 碰 面 sil|29 16 18 25 19 23 15 14 11 15 15 21 31 18 15 16 16 14 17 19 22 30|0.0|4.87 +003672|sil ping2 ri4 li3 sp1 hai2 shi4 wa1 dian3 shan1 yao4 cai2 sp1 huan4 dian3 qian2 du4 ri4 sil|sil 平 日 里 sp1 还 是 挖 点 山 药 材 sp1 换 点 钱 度 日 sil|26 22 13 20 10 14 11 15 16 17 15 27 12 17 11 19 16 20 27|0.0|3.805 +003673|sil zai4 yi1 wan4 he2 sha1 wa2 zheng1 qi2 dou4 yan4 de5 bei4 hou4 sp1 shi4 sai4 e2 liang3 da4 hong2 fen3 jun1 tuan2 de5 zheng2 ti3 kang4 heng2 sil|sil 在 伊 万 和 莎 娃 争 奇 斗 艳 的 背 后 sp1 是 塞 俄 两 大 红 粉 军 团 的 整 体 抗 衡 sil|31 30 17 20 15 21 26 17 16 14 13 8 16 23 25 21 27 19 22 13 17 16 16 20 14 21 13 20 26 31|0.0|6.83 +003674|sil shang4 hui2 na4 pian1 can1 jia1 quan2 guo2 zheng1 wen2 bi3 sai4 de5 da4 zuo4 sp1 yi3 jing1 cou4 chu1 le5 jiao1 le5 shang4 qu4 sp1 yao3 wu2 yin1 xun4 sil|sil 上 回 那 篇 参 加 全 国 征 文 比 赛 的 大 作 sp1 已 经 凑 出 了 交 了 上 去 sp1 杳 无 音 讯 sil|29 23 20 16 16 15 17 20 12 11 15 13 14 8 18 21 22 9 16 22 15 12 17 10 21 20 19 15 13 19 19 30|0.0|6.355 +003675|sil zheng4 shuang3 ting1 dao4 yao4 shang4 lou2 sp1 chou2 chu2 zhe5 bu4 qian2 sil|sil 郑 爽 听 到 要 上 楼 sp1 踌 躇 着 不 前 sil|25 21 22 14 12 14 18 20 4 23 14 10 14 34 27|0.0|3.16 +003676|sil yan1 chen2 cong2 jing3 nei4 xun4 su4 mao4 chu1 lai5 sp1 ba2 zheng3 ge5 tai2 qiu2 zhuo1 dou1 bao1 wei2 le5 sil|sil 烟 尘 从 井 内 迅 速 冒 出 来 sp1 把 整 个 台 球 桌 都 包 围 了 sil|26 20 23 19 17 21 16 11 19 14 19 20 16 18 12 17 13 16 11 18 17 14 30|0.0|4.73 +003677|sil suo3 wei4 ren2 min2 bi4 sp1 beng1 pan2 shuo1 sp1 chun2 cui4 shi4 yi4 zhong3 wei1 yan2 song3 ting1 sil|sil 所 谓 人 民 币 sp1 崩 盘 说 sp1 纯 粹 是 一 种 危 言 耸 听 sil|29 17 23 15 18 16 4 18 22 19 9 22 14 12 9 16 16 14 16 25 28|0.0|4.2 +003678|sil ting2 shen3 zhong1 sp1 fu1 qi1 lia3 lei4 sa2 fa3 ting2 bing4 shuang1 shuang1 ren4 zui4 sp1 xi1 wang4 fa3 guan1 cong2 qing1 chu2 li3 sil|sil 庭 审 中 sp1 夫 妻 俩 泪 洒 法 庭 并 双 双 认 罪 sp1 希 望 法 官 从 轻 处 理 sil|27 24 20 20 12 16 11 20 19 16 17 27 15 16 16 15 19 27 14 13 17 21 20 19 16 15 29|0.0|5.82 +003679|sil fa3 lun2 gong1 de5 xie2 sp1 bu2 jiu4 ti3 xian4 zai4 min3 mie4 ren2 xing4 shang4 ma5 sil|sil 法 轮 功 的 邪 sp1 不 就 体 现 在 泯 灭 人 性 上 吗 sil|27 19 16 15 9 29 11 12 13 15 19 15 20 16 16 18 18 20 30|0.0|3.92 +003680|sil gong1 zuo4 ren2 yuan2 zai4 ca1 shi4 han4 bai2 yu4 lan2 gan1 sil|sil 工 作 人 员 在 擦 拭 汉 白 玉 栏 杆 sil|26 18 14 15 22 16 20 20 22 12 12 20 23 29|0.0|3.125 +003681|sil lin2 fu4 dui4 qian2 lian2 xi1 sp1 zhuan3 er2 bian4 cheng2 dui4 lv3 you2 de5 tong4 hen4 sil|sil 林 父 对 钱 怜 惜 sp1 转 而 变 成 对 旅 游 的 痛 恨 sil|28 18 24 16 15 19 23 23 14 17 16 22 12 18 13 8 23 23 31|0.0|4.21 +003682|sil hu2 ji3 xing1 shuo1 sp1 ta1 fei1 chang2 zi3 xi4 sp1 yu4 dao4 shao1 wei1 wai1 de5 yang1 miao2 dou1 yao4 yi1 yi1 fu2 zheng4 zai1 hao3 sil|sil 胡 济 兴 说 sp1 他 非 常 仔 细 sp1 遇 到 稍 微 歪 的 秧 苗 都 要 一 一 扶 正 栽 好 sil|29 20 15 20 21 7 18 15 17 15 20 36 12 17 20 13 15 10 17 28 13 13 15 11 18 17 19 26 31|0.0|6.125 +003683|sil zhe4 xie1 shuo1 fa3 bing4 fei1 chui1 mao2 qiu2 ci1 sil|sil 这 些 说 法 并 非 吹 毛 求 疵 sil|25 18 14 17 23 18 13 17 15 20 24 29|0.0|2.7 +003684|sil tian1 an1 men2 guang2 chang3 sp1 yi2 pai4 chun1 yi4 ang4 ran2 sil|sil 天 安 门 广 场 sp1 一 派 春 意 盎 然 sil|26 16 16 15 18 30 11 11 20 16 11 19 26 28|0.0|3.05 +003685|sil ke1 si1 jian1 niu3 ke4 de5 mei3 li4 sp1 kan4 si4 kuang2 ye3 sp1 shi2 ji4 shang4 que4 you3 zhi1 xing4 de5 nei4 han2 sil|sil 科 斯 坚 纽 克 的 美 丽 sp1 看 似 狂 野 sp1 实 际 上 却 有 知 性 的 内 涵 sil|28 22 13 16 15 16 8 15 20 5 22 11 23 19 20 16 13 24 16 13 16 16 5 21 27 29|0.0|5.21 +003686|sil bai3 shi4 da2 ceng2 jing1 shi4 quan2 qiu2 zui4 da4 de5 sp1 dian4 ying3 zu1 lin4 lian2 suo3 yun4 ying2 shang1 sil|sil 百 视 达 曾 经 是 全 球 最 大 的 sp1 电 影 租 赁 连 锁 运 营 商 sil|27 16 17 26 19 12 19 20 17 19 15 13 5 13 14 14 20 17 15 12 13 24 30|0.0|4.61 +003687|sil tian1 ma2 jiao1 nang2 ze2 mei2 you3 zhong4 biao1 sil|sil 天 麻 胶 囊 则 没 有 中 标 sil|26 23 17 16 24 15 12 16 17 26 30|0.0|2.575 +003688|sil di4 zang4 pu2 sa5 tong2 xiang4 sp1 you2 luo4 yang2 tong2 jia1 gong1 ji2 tuan2 jin1 xiang4 gong1 si1 fu4 ze2 jian1 zhi4 sil|sil 地 藏 菩 萨 铜 像 sp1 由 洛 阳 铜 加 工 集 团 金 像 公 司 负 责 监 制 sil|27 18 18 13 14 19 25 21 16 15 16 22 15 15 12 25 19 19 14 19 19 11 20 17 28|0.0|5.305 +003689|sil guang3 zhou1 zhong1 yuan4 fa3 guan1 ye3 zheng4 shi2 sp1 huang2 han4 biao1 zou3 lu4 you2 dian3 que2 sp1 dan4 bing4 bu4 ming2 xian3 sil|sil 广 州 中 院 法 官 也 证 实 sp1 黄 汉 标 走 路 有 点 瘸 sp1 但 并 不 明 显 sil|28 22 15 14 18 18 16 12 16 25 24 16 18 20 19 12 12 17 32 8 16 17 9 19 24 30|0.0|5.54 +003690|sil bu3 zhu4 an4 yue4 fa1 fang4 sp1 you2 jian4 xi2 ji1 di4 sp1 he2 zheng4 fu2 bu3 tie1 gong4 tong2 fen1 dan1 sil|sil 补 助 按 月 发 放 sp1 由 见 习 基 地 sp1 和 政 府 补 贴 共 同 分 担 sil|26 19 23 17 14 18 22 22 16 15 14 16 18 8 15 18 14 16 27 18 19 17 22 33|0.0|5.185 +003691|sil zuo2 tian1 sp1 jing3 fang1 xiang4 mei2 ti3 tong1 bao4 le5 lin4 mou3 dao4 qie4 an4 de5 zhen1 po4 qing2 kuang4 sil|sil 昨 天 sp1 警 方 向 媒 体 通 报 了 蔺 某 盗 窃 案 的 侦 破 情 况 sil|27 15 25 12 23 20 16 17 25 22 12 14 18 17 15 16 13 11 15 16 19 19 30|0.0|4.84 +003692|sil chu1 pin3 fang1 ye2 biao3 shi4 sp1 zhi3 yao4 dian4 ying3 piao4 fang2 gei3 li4 sp1 jiu4 pai1 qie4 ting1 san1 sil|sil 出 品 方 也 表 示 sp1 只 要 电 影 票 房 给 力 sp1 就 拍 窃 听 三 sil|27 22 16 13 13 17 19 20 13 13 12 17 18 17 15 18 6 18 18 15 17 25 28|0.0|4.61 +003693|sil zhi4 ci3 sp1 wang3 shang4 zhui1 tao2 ren2 yuan2 sp1 lan2 yan2 qiang2 de5 shen1 fen4 che4 di3 bei4 piao3 bai2 sil|sil 至 此 sp1 网 上 追 逃 人 员 sp1 蓝 延 强 的 身 份 彻 底 被 漂 白 sil|24 16 30 21 17 20 13 17 15 24 7 16 15 19 7 22 19 21 14 12 21 30 25|0.0|4.93 +003694|sil zhi4 hong2 qu1 ben3 shi4 kong1 de5 sp1 xiang1 dang1 yu2 dian4 nao2 huan3 cun2 sil|sil 滞 洪 区 本 是 空 的 sp1 相 当 于 电 脑 缓 存 sil|26 23 18 22 15 13 27 15 12 19 16 15 14 15 20 28 29|0.0|3.795 +003695|sil na4 jiu4 jia1 you2 nu3 li4 zhuan4 qian2 lou5 sil|sil 那 就 加 油 努 力 赚 钱 喽 sil|28 16 20 20 15 16 17 18 18 19 28|0.0|2.5 +003696|sil wang2 bing1 da3 cuo4 le5 suan4 pan5 sp1 mei2 guo4 ji3 tian1 sp1 hou2 yong3 fu4 sp1 you4 gu4 ji4 chong2 yan3 sil|sil 王 冰 打 错 了 算 盘 sp1 没 过 几 天 sp1 侯 永 付 sp1 又 故 伎 重 演 sil|28 19 24 16 15 9 24 22 16 13 13 12 25 20 16 17 19 4 17 15 11 20 27 28|0.0|4.995 +003697|sil dang1 ran2 sp1 di4 xiong5 sp1 ye3 jiu4 zhi3 neng2 sp1 e4 zhe5 du4 zi5 sha1 di2 le5 sil|sil 当 然 sp1 弟 兄 sp1 也 就 只 能 sp1 饿 着 肚 子 杀 敌 了 sil|26 20 25 15 22 23 10 9 13 10 21 4 17 12 15 10 20 18 12 33|0.0|3.895 +003698|sil sui1 ran2 sheng1 huo2 zhong1 ai4 shua2 bao3 sp1 xun4 qi3 lian4 lai2 sp1 feng2 zhe2 que4 yi4 dian2 ye3 bu4 han2 hu5 sil|sil 虽 然 生 活 中 爱 耍 宝 sp1 训 起 练 来 sp1 冯 哲 却 一 点 也 不 含 糊 sil|29 18 22 20 15 15 14 18 23 16 19 11 21 22 8 22 20 19 15 18 11 11 25 20 31|0.0|5.375 +003699|sil chang1 yi4 xie1 zhong1 xiao3 xue2 sheng1 sp1 bei4 gao1 li4 dai4 hei1 shou3 sp1 zhuai4 ru4 du3 bo2 shen1 yuan1 sil|sil 昌 一 些 中 小 学 生 sp1 被 高 利 贷 黑 手 sp1 拽 入 赌 博 深 渊 sil|27 31 12 16 14 16 16 19 14 18 13 14 15 21 23 7 22 17 15 15 18 24 29|0.0|4.825 +003700|sil liu4 sui4 de5 xiao3 zhuang4 zhuang5 sp1 wu2 yi2 shi4 ta1 wen1 qing2 mu3 ai4 de5 ji4 tuo1 sil|sil 六 岁 的 小 壮 壮 sp1 无 疑 是 她 温 情 母 爱 的 寄 托 sil|28 21 15 14 19 20 20 15 10 12 15 20 18 19 15 16 8 17 22 28|0.0|4.085 +003701|sil qi2 zhong1 yi4 tiao2 sha1 yu2 sp1 yi3 jing5 bei4 shi4 min2 gua1 fen1 cheng2 ji3 kuai4 sp1 yu2 an4 shang4 sp1 tang2 man3 le5 xian1 xue4 sil|sil 其 中 一 条 鲨 鱼 sp1 已 经 被 市 民 瓜 分 成 几 块 sp1 鱼 案 上 sp1 淌 满 了 鲜 血 sil|29 18 16 8 17 19 23 8 10 14 10 13 23 15 13 17 14 28 30 10 21 18 10 21 13 9 19 21 30|0.0|5.765 +003702|sil chao1 shi4 bu4 cheng2 dan1 lin2 qi1 shi2 pin2 sun3 shi1 sp1 mei2 bi4 yao4 cuan4 gai3 sheng1 chan3 ri4 qi1 sil|sil 超 市 不 承 担 临 期 食 品 损 失 sp1 没 必 要 篡 改 生 产 日 期 sil|28 25 20 13 19 17 16 13 13 15 16 23 22 14 10 13 22 13 16 17 15 24 26|0.0|4.765 +003703|sil gang1 gang1 you3 shui2 zai4 shuo1 hua4 ma5 sil|sil 刚 刚 有 谁 在 说 话 吗 sil|25 18 19 12 18 15 16 19 26 30|0.0|2.3 +003704|sil yu3 chao1 shi4 wu2 guan1 zhi1 lei4 de5 li3 you2 ne5 sil|sil 与 超 市 无 关 之 类 的 理 由 呢 sil|28 12 22 22 12 20 8 13 9 14 17 23 27|0.0|2.64 +003705|sil zai4 huang2 nan3 mi4 du4 zui4 da4 de5 di4 fang1 sp1 yi4 jiao3 sp1 neng2 cai2 si2 ji3 shi2 tou2 sil|sil 在 蝗 蝻 密 度 最 大 的 地 方 sp1 一 脚 sp1 能 踩 死 几 十 头 sil|27 23 21 20 16 12 14 13 11 15 24 23 14 28 5 13 16 13 14 18 28 31|0.0|4.63 +003706|sil jin4 qi1 sp1 you3 wai4 mei2 chuai3 ce4 sp1 qi2 zai4 wei4 di4 san1 ci4 he2 shi4 yan4 sp1 zuo4 zhun3 bei4 sil|sil 近 期 sp1 有 外 媒 揣 测 sp1 其 在 为 第 三 次 核 试 验 sp1 做 准 备 sil|28 20 24 15 16 13 14 21 19 6 23 15 21 13 21 15 15 16 16 3 17 18 19 28|0.0|4.835 +003707|sil ceng2 jing1 you3 ge5 dai4 biao3 ti2 yi4 sp1 weng4 an1 gai1 tong1 huo3 che1 sp1 wo3 fa1 yan2 zhi1 chi2 sil|sil 曾 经 有 个 代 表 提 议 sp1 瓮 安 该 通 火 车 sp1 我 发 言 支 持 sil|28 23 21 12 8 15 13 22 19 21 20 22 16 15 17 21 16 11 17 14 14 29 30|0.0|4.92 +003708|sil xi1 wang4 tong1 guo4 lv4 se4 huan2 bao2 yu3 ke1 ji4 zhi1 cheng1 sp1 tui1 dong4 ti3 yu4 wen2 hua4 de5 ren2 wen2 ti2 sheng1 sil|sil 希 望 通 过 绿 色 环 保 与 科 技 支 撑 sp1 推 动 体 育 文 化 的 人 文 提 升 sil|28 18 19 18 16 18 15 21 21 11 20 11 14 25 22 20 19 17 17 16 21 11 15 13 16 22 31|0.0|5.745 +003709|sil jin4 ri4 cha2 chu3 de5 hu2 xing1 an4 qiu1 xiao3 hua2 an4 sp1 bian4 shi4 ru2 ci3 sil|sil 近 日 查 处 的 胡 星 案 邱 晓 华 案 sp1 便 是 如 此 sil|27 22 12 20 18 20 15 18 24 21 17 17 24 4 16 11 16 26 29|0.0|4.14 +003710|sil shou4 nve4 cheng2 du4 yue4 gao1 sp1 ji1 yin1 bian4 hua4 yue4 da4 sil|sil 受 虐 程 度 越 高 sp1 基 因 变 化 越 大 sil|27 21 16 20 11 15 22 8 16 15 15 18 13 24 29|0.0|3.135 +003711|sil ta1 yan4 wu4 yi4 shu4 mo4 luo4 tui2 fei4 de5 xian4 xiang4 sil|sil 他 厌 恶 艺 术 没 落 颓 废 的 现 象 sil|27 19 23 17 17 15 25 19 22 14 10 19 21 29|0.0|3.22 +003712|sil qian2 bu4 jiu3 sp1 a1 juan1 qu4 le5 tang4 sheng3 fu4 bao3 sil|sil 前 不 久 sp1 阿 娟 去 了 趟 省 妇 保 sil|24 24 12 28 17 17 24 15 10 18 18 19 29 27|0.0|3.275 +003713|sil jie1 zhe5 sp1 ta1 you4 zou3 jin4 ke4 ting1 sp1 jiang1 ye2 ye5 tui1 dao3 zai4 di4 sp1 tong2 yang4 yong4 cai4 dao1 meng4 kan3 guo4 qu4 sil|sil 接 着 sp1 他 又 走 进 客 厅 sp1 将 爷 爷 推 倒 在 地 sp1 同 样 用 菜 刀 猛 砍 过 去 sil|28 21 19 4 19 16 13 15 16 22 11 20 13 12 18 15 16 18 23 20 14 12 19 15 20 20 14 25 28|0.0|5.88 +003714|sil zai4 zhe4 zhi1 qian2 sp1 wo3 guo2 huang2 jin1 chu3 bei4 sp1 jin3 sp1 yi4 qian1 jiu2 bai3 er4 shi5 jiu3 wan4 ang4 si1 sil|sil 在 这 之 前 sp1 我 国 黄 金 储 备 sp1 仅 sp1 一 千 九 百 二 十 九 万 盎 司 sil|27 17 11 14 30 12 15 17 18 13 18 20 8 24 3 15 20 16 18 13 12 15 17 17 24 28|0.0|5.13 +003715|sil bu4 jin3 ru2 ci3 sp1 liu2 jia1 ling2 sp1 ye3 zai4 wei1 bo2 shi2 kuang4 zhuan3 bo1 re4 nao5 qi4 fen1 sil|sil 不 仅 如 此 sp1 刘 嘉 玲 sp1 也 在 微 博 实 况 转 播 热 闹 气 氛 sil|26 13 16 13 30 21 13 16 26 5 8 12 16 15 17 20 19 18 14 14 18 24 28|0.0|4.67 +003716|sil he2 hong2 zhi4 fei1 dan4 bu4 si1 hui2 gai3 sp1 fan3 er2 pao3 dao4 guang3 zhou1 sp1 gen1 zhe5 peng2 zhang1 yun2 hun4 sil|sil 何 洪 志 非 但 不 思 悔 改 sp1 反 而 跑 到 广 州 sp1 跟 着 彭 章 云 混 sil|26 20 18 22 23 20 12 15 18 24 23 18 12 18 13 21 22 3 17 12 21 18 16 22 29|0.0|5.38 +003717|sil wo3 hui4 tou1 tou1 jiang2 zhu3 ren2 de5 huai4 hua4 sp1 xi1 xi5 sil|sil 我 会 偷 偷 讲 主 人 的 坏 话 sp1 嘻 嘻 sil|28 12 20 17 17 18 11 13 8 26 20 5 17 26 28|0.0|3.09 +003718|sil bu4 shao3 wang2 you3 xi4 cheng1 wei2 luan3 min2 lun4 sil|sil 不 少 网 友 戏 称 为 卵 民 论 sil|26 14 17 18 22 17 16 24 21 15 24 26|0.0|2.785 +003719|sil zi4 ji3 de5 shi4 qing5 yao4 zi4 ji3 zuo4 yo5 sil|sil 自 己 的 事 情 要 自 己 做 哟 sil|28 17 10 10 17 24 17 14 13 19 27 27|0.0|2.585 +003720|sil jing1 yan4 zheng4 sp1 zi3 dan4 yi2 fa1 zi4 sp1 liang2 ben3 ren2 de5 sp1 jing3 yong4 zuo3 lun2 shou3 qiang1 sil|sil 经 验 证 sp1 子 弹 疑 发 自 sp1 梁 本 人 的 sp1 警 用 左 轮 手 枪 sil|33 16 18 23 14 19 23 12 20 19 7 23 15 18 12 6 20 16 10 14 18 30 27|0.0|4.8 +003721|sil na2 dao4 sao4 zhou5 de5 zhang1 yi3 ren4 pao3 dao4 ma3 lu4 shang4 sp1 kai1 shi2 sao3 yi2 di4 de5 yan1 hua1 xie4 sil|sil 拿 到 扫 帚 的 张 以 任 跑 到 马 路 上 sp1 开 始 扫 一 地 的 烟 花 屑 sil|31 19 15 19 9 11 18 13 24 20 10 14 19 22 22 19 16 19 13 11 11 17 18 22 32|0.0|5.16 +003722|sil mu4 qian2 wei3 tuo1 shu1 zheng4 zai4 cao2 ni3 zhi1 zhong1 sil|sil 目 前 委 托 书 正 在 草 拟 之 中 sil|27 12 29 15 16 21 18 12 18 16 14 21 29|0.0|2.88 +003723|sil gai1 ti2 an4 cheng1 sp1 bei3 jing1 jian1 bing2 guo3 zi5 tanr1 r de5 zhi4 li3 sp1 ke4 bu4 rong2 huan3 sil|sil 该 提 案 称 sp1 北 京 煎 饼 果 子 摊 儿 的 治 理 sp1 刻 不 容 缓 sil|28 18 15 16 25 22 17 20 17 14 13 9 23 0 11 13 18 4 19 10 19 27 28|0.0|4.48 +003724|sil bai2 lu4 ying4 chun1 zhou1 sp1 qing1 long2 jian4 chao2 tun1 sil|sil 白 鹭 映 春 洲 sp1 青 龙 见 朝 暾 sil|25 18 23 16 20 23 13 22 24 17 22 28 27|0.0|3.225 +003725|sil kan4 lai2 gai1 pian4 shi2 xing2 shui3 nen4 dao4 di3 sil|sil 看 来 该 片 实 行 水 嫩 到 底 sil|26 20 25 18 19 14 21 19 22 17 20 29|0.0|2.905 +003726|sil di4 er4 ci4 xing3 lai2 ta1 you4 qu4 shai4 yi1 fu5 sil|sil 第 二 次 醒 来 她 又 去 晒 衣 服 sil|25 11 16 15 17 25 18 17 14 20 17 23 27|0.0|2.845 +003727|sil jin2 guan2 nai3 yuan2 you3 xian4 sp1 wo3 guo2 ru3 ye4 xian4 zhuang4 sp1 que4 shi4 qi3 ye4 shu4 liang4 jiao4 duo1 sp1 qie3 cen1 ci1 bu4 qi2 sil|sil 尽 管 奶 源 有 限 sp1 我 国 乳 业 现 状 sp1 却 是 企 业 数 量 较 多 sp1 且 参 差 不 齐 sil|27 20 22 19 14 16 24 27 13 14 13 14 21 20 5 19 15 16 12 12 17 21 20 6 19 17 13 13 29 30|0.0|6.135 +003728|sil ren2 er2 shu3 ji4 shu4 sp1 wo3 xiang1 xin4 mei2 you3 wen4 ti2 sil|sil 人 耳 鼠 技 术 sp1 我 相 信 没 有 问 题 sil|28 20 19 18 15 20 13 12 18 19 19 17 19 23 29|0.0|3.36 +003729|sil xi3 que4 wang3 sp1 yi1 ran2 shi4 tou2 zi1 chang2 shi4 sp1 tou2 zi1 ji2 qi2 you3 xian4 sil|sil 喜 鹊 网 sp1 依 然 是 投 资 尝 试 sp1 投 资 极 其 有 限 sil|27 21 24 26 6 11 17 16 20 12 24 19 17 24 21 16 16 15 24 29|0.0|4.47 +003730|sil feng1 zheng5 gao1 fei1 xian4 zai4 shou3 sil|sil 风 筝 高 飞 线 在 手 sil|26 27 17 18 21 23 16 32 28|0.0|2.415 +003731|sil nan2 lai2 bei2 wang3 sp1 you2 ren2 ru2 zhi1 sil|sil 南 来 北 往 sp1 游 人 如 织 sil|27 17 17 20 27 5 14 15 15 21 29|0.0|2.4 +003732|sil guan1 huang2 jin1 mang3 de5 xiang1 long2 sil|sil 关 黄 金 蟒 的 箱 笼 sil|26 24 22 15 18 9 19 27 26|0.0|2.165 +003733|sil zi4 jia4 you2 ke4 chu1 you2 shi2 sp1 ying1 gai1 zhu4 yi4 xie1 shen2 me5 sil|sil 自 驾 游 客 出 游 时 sp1 应 该 注 意 些 什 么 sil|26 15 16 15 17 20 17 25 5 16 15 16 10 13 16 14 27|0.0|3.285 +003734|sil shi2 dai4 zhou1 bao4 ji4 zhe3 sp1 yu4 dai4 liu2 zhi4 an1 li2 kai1 zhuan1 chang3 sp1 yin1 you3 ren2 zu3 nao2 sp1 wei4 neng2 ru2 yuan4 sil|sil 时 代 周 报 记 者 sp1 欲 带 刘 志 安 离 开 砖 厂 sp1 因 有 人 阻 挠 sp1 未 能 如 愿 sil|31 21 13 15 13 16 26 8 10 16 16 14 22 14 18 18 27 30 16 10 16 14 26 6 11 17 13 21 31|0.0|5.91 +003735|sil ta1 shuo1 sp1 zhao4 yu4 huan2 gei2 jing3 cha2 zuo4 le5 shou2 yu3 fan1 yi4 sp1 de2 zui4 le5 ren2 sil|sil 她 说 sp1 赵 玉 环 给 警 察 做 了 手 语 翻 译 sp1 得 罪 了 人 sil|28 17 25 12 22 13 27 13 19 24 14 9 20 10 21 16 12 17 11 12 27 29|0.0|4.62 +003736|sil na4 fan4 xiao3 shou4 yang3 mu4 ta1 de5 cai2 hua2 sp1 hu1 lve4 wai4 biao3 sp1 he2 lin2 da4 ge1 si1 shou3 sil|sil 那 范 晓 受 仰 慕 他 的 才 华 sp1 忽 略 外 表 sp1 和 林 大 哥 厮 守 sil|31 16 21 18 18 17 14 16 8 24 28 5 13 14 19 25 12 10 17 14 11 19 30 32|0.0|5.015 +003737|sil bu2 liao4 fei1 fang1 si1 hui3 cheng2 nuo4 sp1 ju4 jue2 diao4 cha2 xiao2 zu3 jin4 xing2 diao4 cha2 sil|sil 不 料 菲 方 撕 毁 承 诺 sp1 拒 绝 调 查 小 组 进 行 调 查 sil|26 14 21 19 22 17 13 19 22 10 17 15 15 16 17 16 13 14 16 30 30|0.0|4.43 +003738|sil hong2 xing4 tan4 chu1 su1 nan2 de5 qiang2 tou2 sp1 nan2 sil|sil 红 杏 探 出 苏 南 的 墙 头 sp1 难 sil|27 23 24 20 17 16 15 7 24 27 16 34 29|0.0|3.24 +003739|sil qi2 yan2 zhun1 zhun1 qi2 yi4 qie4 qie4 sp1 chong1 fen4 biao3 da2 le5 sp1 dang3 dui4 dang1 dai4 qing1 nian2 de5 hou4 wang4 yu3 zhong4 tuo1 sil|sil 其 言 谆 谆 其 意 切 切 sp1 充 分 表 达 了 sp1 党 对 当 代 青 年 的 厚 望 与 重 托 sil|28 23 19 17 26 24 15 18 21 23 18 17 15 15 15 7 19 16 14 12 16 17 12 21 16 13 19 24 29|0.0|6.14 +003740|sil fa3 xin1 she4 jing4 cheng1 sp1 ni2 bo2 er3 qian2 fan3 fei1 fa3 ru4 jing4 cang2 ren2 shi4 po4 yu2 zhong1 guo2 zheng4 fu3 ya1 li4 sil|sil 法 新 社 竟 称 sp1 尼 泊 尔 遣 返 非 法 入 境 藏 人 是 迫 于 中 国 政 府 压 力 sil|26 20 15 13 17 25 32 11 12 13 23 22 15 14 13 14 20 28 19 21 16 20 10 15 12 18 17 28|0.0|5.91 +003741|sil gai1 fu4 ze2 ren2 qiang2 diao4 sp1 chu1 shai1 fen1 zhen3 zhi4 du4 he2 da3 ji1 hao4 fan4 zi5 wu2 guan1 sil|sil 该 负 责 人 强 调 sp1 初 筛 分 诊 制 度 和 打 击 号 贩 子 无 关 sil|28 18 16 10 14 20 18 24 17 19 18 17 15 19 18 17 14 16 19 12 13 25 30|0.0|4.845 +003742|sil zhei4 ye3 shi4 beng4 chuang2 xiang4 mu4 bi3 jiao4 can2 ku4 de5 yi2 mian4 sil|sil 这 也 是 蹦 床 项 目 比 较 残 酷 的 一 面 sil|26 15 14 21 16 19 20 18 12 14 23 15 10 9 23 29|0.0|3.3 +003743|sil pa1 yi2 xia4 dong4 li4 cuan1 chu1 lai2 sp1 zai4 xing2 shi3 zhong1 te4 bie2 wei1 xian3 sil|sil 啪 一 下 动 力 蹿 出 来 sp1 在 行 驶 中 特 别 危 险 sil|26 24 12 26 14 11 19 11 23 13 16 18 14 20 19 13 16 30 29|0.0|4.115 +003744|sil sui2 hou4 sp1 jin1 zheng4 en1 xia4 da2 ming4 ling4 sp1 kai1 shi3 jin4 xing2 yan3 xi2 sil|sil 随 后 sp1 金 正 恩 下 达 命 令 sp1 开 始 进 行 演 习 sil|29 20 23 11 19 16 19 18 13 16 23 3 20 19 13 16 16 32 27|0.0|4.1 +003745|sil ke1 mu4 lang3 ao4 tou2 cun1 nei4 lin2 ci4 zhi4 bi3 de5 xin1 jian4 zhu5 sil|sil 柯 木 塱 坳 头 村 内 鳞 次 栉 比 的 新 建 筑 sil|26 19 12 22 17 16 16 22 24 17 17 14 13 20 22 24 26|0.0|3.8 +003746|sil wai4 jie4 shu2 zhi1 de5 lao3 gu4 shi5 shi4 sp1 na3 pa4 mai2 ba3 sao4 zhou5 sp1 dou1 dei3 zong1 qing4 hou4 pi1 zhun3 sil|sil 外 界 熟 知 的 老 故 事 是 sp1 哪 怕 买 把 扫 帚 sp1 都 得 宗 庆 后 批 准 sil|29 18 16 17 13 9 19 19 15 21 33 15 19 18 16 23 20 14 18 18 17 15 14 18 22 28|0.0|5.615 +003747|sil ni3 men5 bie2 zhe4 me5 hui2 wo3 xing2 bu4 xing2 sil|sil 你 们 别 这 么 毁 我 行 不 行 sil|28 9 18 17 11 12 18 14 19 10 30 28|0.0|2.485 +003748|sil wo3 pa4 shui3 sp1 zai4 duo2 yu3 ne5 sil|sil 我 怕 水 sp1 在 躲 雨 呢 sil|29 12 20 32 9 18 19 14 22 28|0.0|2.36 +003749|sil piao1 yang2 ba5 sp1 xian1 hong2 de5 guo2 qi2 sp1 piao1 yang2 ba5 sp1 yi4 wan4 ke1 chong2 die2 de5 xin1 sil|sil 飘 扬 吧 sp1 鲜 红 的 国 旗 sp1 飘 扬 吧 sp1 亿 万 颗 重 叠 的 心 sil|28 27 22 18 10 23 14 11 15 29 22 26 20 20 20 11 16 17 28 14 10 28 29|0.0|5.32 +003750|sil ti2 dao4 cheng2 po2 po5 pi1 chuang2 de5 shi4 sp1 zhang1 quan2 you3 bu4 tong2 shuo1 fa3 sil|sil 提 到 程 婆 婆 劈 床 的 事 sp1 张 权 有 不 同 说 法 sil|29 20 19 22 16 14 22 24 10 19 24 20 30 15 13 18 18 26 28|0.0|4.495 +003751|sil qian2 ji3 ri4 de5 mao4 xian4 wen4 chuan1 deng3 zhen4 zhong1 di4 qu1 jiang4 yu3 jiao4 duo1 sp1 yun2 ceng2 jiao4 hou4 sil|sil 前 几 日 的 茂 县 汶 川 等 震 中 地 区 降 雨 较 多 sp1 云 层 较 厚 sil|26 27 15 13 15 29 28 16 25 18 15 14 14 27 19 11 19 17 14 15 18 16 19 29|0.0|5.325 +003752|sil zuo2 tian1 shuo1 sp1 ye2 xu3 ta1 men5 de5 nai2 fen3 bi3 zan2 men5 gui4 sp1 ye2 xu3 dou1 hui4 mai3 sil|sil 昨 天 说 sp1 也 许 他 们 的 奶 粉 比 咱 们 贵 sp1 也 许 都 会 买 sil|28 17 17 22 27 12 22 17 11 8 19 22 13 14 9 22 21 11 16 18 15 31 29|0.0|4.89 +003753|sil ju4 xi1 sp1 mo4 er3 xi1 zai4 zong2 tong2 fu3 wei4 tan2 ta3 wei2 he2 a1 nan2 ju3 xing2 shou4 xun1 yi2 shi4 sil|sil 据 悉 sp1 默 尔 西 在 总 统 府 为 坦 塔 维 和 阿 南 举 行 授 勋 仪 式 sil|28 18 26 13 17 10 20 17 15 18 26 21 18 15 16 13 14 29 17 18 18 19 14 21 29|0.0|5.46 +003754|sil hen3 duo1 ren2 ren4 wei2 gang2 jie3 xiong1 ping2 shen1 cai2 cha4 sp1 bu4 shao3 ren2 hai2 you2 xiao3 du4 nan3 shui2 tong3 yao1 zhui4 rou4 sil|sil 很 多 人 认 为 港 姐 胸 平 身 材 差 sp1 不 少 人 还 有 小 肚 腩 水 桶 腰 赘 肉 sil|30 17 12 15 15 26 22 19 26 23 19 16 26 35 13 14 15 15 15 22 16 27 19 21 21 20 27 26|0.0|6.64 +003755|sil bu4 jiu3 qian2 sp1 ya2 hu2 yu3 she4 jiao1 wang3 zhan4 lian2 pu3 he2 zuo4 sil|sil 不 久 前 sp1 雅 虎 与 社 交 网 站 脸 谱 合 作 sil|25 12 15 29 12 24 24 16 14 16 18 24 22 18 18 26 26|0.0|3.94 +003756|sil pao1 shi1 di4 dian3 jiao4 wei2 pian1 pi4 sp1 fu4 jin4 shao3 ren2 ju1 zhu4 sil|sil 抛 尸 地 点 较 为 偏 僻 sp1 附 近 少 人 居 住 sil|27 22 16 13 22 15 12 22 21 9 20 21 19 17 17 19 29|0.0|3.73 +003757|sil hou4 lai2 er2 zi5 da4 le5 sp1 wang2 xue2 yin2 zan3 xia4 de5 jun1 zhuang1 sp1 er2 zi5 yi2 jian4 dou1 mei2 chuan1 guo4 sil|sil 后 来 儿 子 大 了 sp1 王 学 圻 攒 下 的 军 装 sp1 儿 子 一 件 都 没 穿 过 sil|28 19 24 16 11 20 17 24 13 16 22 23 12 9 20 22 4 15 21 16 17 9 13 24 19 33|0.0|5.42 +003758|sil zong2 li3 sp1 nin2 zheng3 tian1 cao1 lao2 fei4 xin1 sp1 nin2 dang1 zong2 li3 lei4 shou4 la5 sp1 ke2 an3 men5 lao2 bai3 xing4 que4 pang4 la5 sil|sil 总 理 sp1 您 整 天 操 劳 费 心 sp1 您 当 总 理 累 瘦 啦 sp1 可 俺 们 老 百 姓 却 胖 啦 sil|25 24 24 14 19 19 20 16 15 17 25 26 13 16 15 12 18 24 16 25 17 16 9 15 18 19 17 29 20 33|0.0|6.685 +003759|sil mei2 nan2 peng2 you5 hai2 gan3 zhuang4 wo3 sp1 kan4 lao3 zi5 bu4 xiao1 si2 ni3 ge5 bie1 du2 zi5 sil|sil 没 男 朋 友 还 敢 撞 我 sp1 看 老 子 不 削 死 你 个 憋 犊 子 sil|28 14 20 21 15 15 17 22 16 18 17 21 12 11 22 11 10 10 19 19 15 30|0.0|4.445 +003760|sil yin1 ci3 sp1 bao1 run4 shi2 de5 tan2 hua4 sp1 po1 bu4 xun2 chang2 sil|sil 因 此 sp1 包 润 石 的 谈 话 sp1 颇 不 寻 常 sil|29 14 27 6 17 16 15 9 23 20 5 16 13 18 33 28|0.0|3.35 +003761|sil hou4 lai2 sp1 duo1 kui1 gong1 you2 ba3 ta1 pao2 chu5 lai5 sil|sil 后 来 sp1 多 亏 工 友 把 她 刨 出 来 sil|26 15 25 10 17 18 16 19 15 15 23 15 21 31|0.0|3.085 +003762|sil shi4 chang3 yu2 lun4 sp1 dou1 ren4 wei2 shi4 zhu4 di3 qi2 wen3 sil|sil 市 场 舆 论 sp1 都 认 为 是 筑 底 企 稳 sil|28 19 22 10 19 9 15 16 14 18 18 12 22 27 29|0.0|3.23 +003763|sil er2 yao1 he5 zhong1 jiu1 shi4 shou3 duan4 sp1 ru2 guo2 jiu3 bu4 hao3 sp1 yue4 yao1 he5 yue4 zao1 sil|sil 而 吆 喝 终 究 是 手 段 sp1 如 果 酒 不 好 sp1 越 吆 喝 越 糟 sil|30 20 22 21 18 13 12 18 21 32 12 16 21 16 25 15 15 16 16 14 28 29|0.0|4.99 +003764|sil jiu1 jing4 gai1 ru2 he2 kan4 dai4 shen1 zhen4 wu4 ye4 de5 wai4 xiao1 shi4 chang3 ne5 sil|sil 究 竟 该 如 何 看 待 深 圳 物 业 的 外 销 市 场 呢 sil|26 20 23 17 15 15 20 16 17 15 8 13 11 16 15 14 23 22 27|0.0|3.87 +003765|sil ta1 he2 hai2 zi5 men5 yong4 can1 sp1 qu4 si1 tan2 pu3 si1 zhong1 xin1 cai3 pai2 sil|sil 他 和 孩 子 们 用 餐 sp1 去 斯 坦 普 斯 中 心 彩 排 sil|27 21 19 16 9 15 16 27 21 23 14 17 15 11 16 15 18 34 26|0.0|4.18 +003766|sil gou1 ji1 kai1 jin4 cun1 sp1 quan2 mian4 chai1 chu2 zou3 si1 jiu4 fu2 zhuang1 wo1 peng2 men2 dian4 sil|sil 勾 机 开 进 村 sp1 全 面 拆 除 走 私 旧 服 装 窝 棚 门 店 sil|25 21 23 19 17 25 22 19 16 19 24 23 17 15 13 24 15 17 20 21 29|0.0|4.92 +003767|sil da4 duo1 shu4 ren2 sp1 yao4 me5 zheng4 zai4 wang3 jia1 gan3 sp1 yao4 me5 yi3 jing1 zai4 jia1 cao1 chi2 zhe5 nian2 ye4 fan4 sil|sil 大 多 数 人 sp1 要 么 正 在 往 家 赶 sp1 要 么 已 经 在 家 操 持 着 年 夜 饭 sil|28 18 15 13 28 5 15 12 14 15 16 17 27 25 13 13 15 17 14 25 21 15 12 17 14 25 30|0.0|5.56 +003768|sil dui4 yuan2 men5 you4 gan2 jin3 yong4 wei4 xing1 dian4 hua4 gei3 you2 ke4 de5 jia1 li3 bao4 ping2 an1 sil|sil 队 员 们 又 赶 紧 用 卫 星 电 话 给 游 客 的 家 里 报 平 安 sil|26 16 16 27 15 18 13 14 13 15 18 25 15 16 11 10 17 15 15 21 22 29|0.0|4.495 +003769|sil qie4 er3 xi1 cong2 xiao2 xi3 huan1 pai2 qiu2 wan2 pai2 ping1 pang1 qiu2 hai2 you3 dian4 ying3 sil|sil 切 尔 西 从 小 喜 欢 排 球 玩 牌 乒 乓 球 还 有 电 影 sil|26 24 11 24 22 15 14 21 27 40 17 33 20 20 24 14 11 21 25 30|0.0|5.1 +003770|sil hu2 bei2 sheng2 shui3 li4 ting1 sp1 nong2 shui3 chu4 fu4 chu4 zhang3 wang2 huang2 sil|sil 湖 北 省 水 利 厅 sp1 农 水 处 副 处 长 王 煌 sil|26 19 16 17 13 16 26 8 16 14 18 13 14 20 18 39 27|0.0|3.72 +003771|sil guo3 duan4 fang4 qi4 wang2 zun1 zhei4 ge5 wo2 xi3 huan1 de5 ming2 zi4 sil|sil 果 断 放 弃 王 尊 这 个 我 喜 欢 的 名 字 sil|27 17 17 18 22 22 17 15 15 14 17 15 7 20 18 30|0.0|3.38 +003772|sil han2 pin3 qin2 sp1 jiu4 zai4 gu4 jia1 ge2 bi4 yi4 jia1 zhen1 zhi1 yin4 ran2 chang3 gong1 zuo4 sil|sil 韩 品 芹 sp1 就 在 顾 家 隔 壁 一 家 针 织 印 染 厂 工 作 sil|26 21 17 29 20 14 23 13 15 15 12 13 26 22 16 12 19 19 19 20 29|0.0|4.645 +003773|sil zai4 kan4 jian4 ni3 yao4 fan4 jiu4 zou4 bian2 ni3 sil|sil 再 看 见 你 要 饭 就 揍 扁 你 sil|26 22 17 12 11 18 23 15 19 23 21 27|0.0|2.72 +003774|sil zhe4 li2 you3 ge5 hu2 lu5 tou2 pao4 mo2 guan3 sil|sil 这 里 有 个 葫 芦 头 泡 馍 馆 sil|22 20 11 16 17 19 12 20 18 19 31 28|0.0|2.705 +003775|sil ru2 jin1 hu2 xing4 er2 da4 qi4 wan3 cheng2 sp1 cheng2 wei2 zhi4 shou2 ke3 re4 de5 shuang1 liao4 shi4 hou4 sil|sil 如 今 胡 杏 儿 大 器 晚 成 sp1 成 为 炙 手 可 热 的 双 料 视 后 sil|28 16 27 19 16 17 16 15 16 29 19 20 16 17 17 19 18 12 16 16 16 19 29|0.0|5.03 +003776|sil ta1 mao3 zu2 jinr4 r xiang3 pa2 qi3 lai2 sp1 dan4 shi3 zhong1 mei2 jinr4 r sil|sil 他 卯 足 劲 儿 想 爬 起 来 sp1 但 始 终 没 劲 儿 sil|26 17 23 15 22 0 16 25 14 21 17 17 19 16 16 0 20 28|0.0|3.62 +003777|sil zai4 li2 yong3 bo1 yi3 ji2 gao1 ling2 deng3 dui4 you3 de5 quan4 shuo1 xia4 sp1 huang2 sui4 you4 chong2 xin1 na2 qi3 qiu2 pai1 sil|sil 在 李 永 波 以 及 高 崚 等 队 友 的 劝 说 下 sp1 黄 穗 又 重 新 拿 起 球 拍 sil|25 26 17 18 29 14 16 18 19 14 11 12 7 21 16 22 28 23 25 21 22 14 15 12 19 28 33|0.0|6.09 +003778|sil zai4 yan4 tang2 xiang1 chang3 zhen4 bian1 de5 lao2 jing3 pang2 sp1 ren2 men5 tong2 yang4 zai4 pai2 dui4 yao2 shui3 sil|sil 在 堰 塘 乡 场 镇 边 的 老 井 旁 sp1 人 们 同 样 在 排 队 舀 水 sil|29 23 16 20 22 22 17 13 6 18 18 30 25 14 17 22 15 16 19 15 15 31 31|0.0|5.27 +003779|sil you3 yi4 nian2 sp1 yi2 da4 ba3 nian2 ji4 de5 gong1 gong5 po2 po5 sp1 da4 lao2 yuan2 pao3 dao4 ning2 bo1 lai2 kan4 wo3 sil|sil 有 一 年 sp1 一 大 把 年 纪 的 公 公 婆 婆 sp1 大 老 远 跑 到 宁 波 来 看 我 sil|31 11 11 28 15 11 16 12 18 9 9 17 15 20 18 13 13 17 18 18 11 17 15 14 25 21 27|0.0|5.22 +003780|sil hui4 sp1 bu2 jiu4 shi4 ba3 yi4 qian1 gai3 cheng2 si4 bai3 ma5 sil|sil 会 sp1 不 就 是 把 一 千 改 成 四 百 嘛 sil|26 30 21 13 18 12 15 15 23 15 17 16 17 28 29|0.0|3.43 +003781|sil xian3 ran2 sp1 zhe4 xie1 po4 wan2 you3 xie1 nian2 yue4 le5 sil|sil 显 然 sp1 这 些 破 碗 有 些 年 月 了 sil|28 20 25 7 17 14 23 22 14 16 18 20 22 28|0.0|3.18 +003782|sil dai4 zuan1 kong3 de5 tuo2 niao3 dan4 ke2 sil|sil 带 钻 孔 的 鸵 鸟 蛋 壳 sil|26 18 20 22 13 17 14 18 30 28|0.0|2.395 +003783|sil shui2 jing3 xiao2 ting3 sp1 hai3 shi4 chu4 chuan2 zhi1 sp1 dun3 chuan2 zai4 pang2 jie4 bei4 sil|sil 水 警 小 艇 sp1 海 事 处 船 只 sp1 趸 船 在 旁 戒 备 sil|31 23 18 19 28 14 17 12 15 23 20 14 19 28 16 17 16 24 29|0.0|4.45 +003784|sil mai4 ke4 er3 jie2 ke4 xun4 sp1 si3 hou4 shi4 qing5 reng2 jiu1 chan2 bu4 qing1 sil|sil 迈 克 尔 杰 克 逊 sp1 死 后 事 情 仍 纠 缠 不 清 sil|29 15 14 10 14 10 22 3 23 18 15 20 18 17 19 14 25 30|0.0|3.67 +003785|sil zai4 bao3 gong1 ying4 zhong1 sp1 duan2 tui3 shi4 shu1 cai4 sil|sil 在 保 供 应 中 sp1 短 腿 是 蔬 菜 sil|27 22 16 19 17 21 17 20 24 15 15 30 29|0.0|3.155 +003786|sil wei2 xiu1 ren2 yuan2 shao1 zuo4 xiu1 xi5 sp1 cun1 min2 zhua1 jin3 shi2 jian1 sp1 xia4 keng1 jie1 shui3 sil|sil 维 修 人 员 稍 作 休 息 sp1 村 民 抓 紧 时 间 sp1 下 坑 接 水 sil|32 12 15 16 16 16 15 17 20 16 22 20 16 14 13 20 5 21 18 17 26 31|0.0|4.62 +003787|sil quan2 jia1 shang1 liang5 guo4 le5 sp1 chun1 jie2 jiu4 ban1 guo4 lai2 zhu4 sp1 jin1 nian2 guo4 ge5 bu2 chuan4 fang2 yanr2 r de5 da4 nian2 sil|sil 全 家 商 量 过 了 sp1 春 节 就 搬 过 来 住 sp1 今 年 过 个 不 串 房 檐 儿 的 大 年 sil|26 25 20 17 18 16 15 9 22 19 14 18 9 16 20 35 17 26 16 16 13 19 16 16 0 8 17 31 29|0.0|6.075 +003788|sil yi4 ban1 ji2 xing2 zheng4 fei4 yong4 zeng1 jia1 sp1 zhu3 yao4 shi4 you2 yu2 ye4 wu4 tuo4 zhan2 suo3 zhi4 sil|sil 一 般 及 行 政 费 用 增 加 sp1 主 要 是 由 于 业 务 拓 展 所 致 sil|32 16 25 19 17 14 13 12 17 23 7 15 12 13 16 23 15 9 20 18 15 22 30|0.0|4.68 +003789|sil na4 tian1 he1 le5 jiu3 sp1 yue4 xiang3 yue4 wo1 nang5 sp1 jiu4 qu4 mian2 fang2 chang3 nao4 shi4 sil|sil 那 天 喝 了 酒 sp1 越 想 越 窝 囊 sp1 就 去 棉 纺 厂 闹 事 sil|29 16 21 14 12 28 17 15 19 11 17 22 14 16 16 18 15 17 17 26 29|0.0|4.515 +003790|sil xiao3 shuo1 jia1 gen1 sp1 yi4 shi2 zhao3 bu2 dao4 yi4 zhong3 ji4 tong1 su2 you4 gao1 ya3 de5 dong1 xi5 fan3 bo2 sp1 wu2 hua4 ke3 shuo1 sil|sil 小 说 家 根 sp1 一 时 找 不 到 一 种 既 通 俗 又 高 雅 的 东 西 反 驳 sp1 无 话 可 说 sil|31 21 14 19 26 23 10 13 16 11 21 14 26 16 23 26 14 17 12 10 15 12 20 22 12 12 19 16 24 29|0.0|6.32 +003791|sil cun1 zhuang1 li4 shi3 zui4 zao3 ji4 zai3 jian4 yu2 yi1 si4 liu4 yi1 nian2 sil|sil 村 庄 历 史 最 早 记 载 见 于 一 四 六 一 年 sil|26 23 14 16 25 15 15 14 24 21 21 18 13 20 15 34 27|0.0|3.96 +003792|sil nv3 hai2 ao4 bu2 guo4 xiao3 zhong1 sp1 mei2 lan2 ta1 sil|sil 女 孩 拗 不 过 小 钟 sp1 没 拦 他 sil|29 16 26 16 13 14 19 21 12 12 23 28 27|0.0|2.975 +003793|sil xu3 shi4 hu3 tong2 shi2 zhi3 chu1 sp1 nv3 da4 xue2 sheng1 can1 jia1 xuan2 mei3 sp1 yao4 you2 suo2 xuan3 ze2 sil|sil 许 世 虎 同 时 指 出 sp1 女 大 学 生 参 加 选 美 sp1 要 有 所 选 择 sil|27 18 17 18 20 14 14 27 31 11 15 15 18 15 13 20 24 9 14 13 14 22 26 28|0.0|5.145 +003794|sil pan2 zhong1 chu4 ji2 liu4 dian3 er4 er4 liu4 er4 sp1 chuang4 hui4 gai2 yi3 lai2 xin1 gao1 sil|sil 盘 中 触 及 六 点 二 二 六 二 sp1 创 汇 改 以 来 新 高 sil|25 22 16 17 22 20 15 14 14 16 21 18 26 17 14 9 17 20 23 29|0.0|4.355 +003795|sil wang1 yang2 can1 jia1 shen1 zhen4 dai4 biao3 tuan2 shen3 yi4 sp1 bing4 fa1 biao3 zhong4 yao4 jiang3 hua4 sil|sil 汪 洋 参 加 深 圳 代 表 团 审 议 sp1 并 发 表 重 要 讲 话 sil|31 15 20 18 19 18 14 11 12 19 20 18 9 18 14 20 15 13 17 24 29|0.0|4.34 +003796|sil yu4 yuan2 jing3 se4 hen2 mei3 sp1 shi4 shang4 hai3 shi4 qu1 sp1 wei2 yi1 liu2 cun2 wan2 hao3 de5 jiang1 nan2 gu2 dian3 yuan2 lin2 sil|sil 豫 园 景 色 很 美 sp1 是 上 海 市 区 sp1 唯 一 留 存 完 好 的 江 南 古 典 园 林 sil|30 19 20 19 17 15 31 14 15 16 16 14 23 11 13 14 16 17 17 16 12 17 20 12 14 16 30 28|0.0|5.825 +003797|sil hui4 chang3 nei4 sp1 ge1 sheng1 liao2 liang4 sp1 qun2 qing2 ji1 ang2 sil|sil 会 场 内 sp1 歌 声 嘹 亮 sp1 群 情 激 昂 sil|30 17 19 23 5 18 15 18 21 4 23 18 16 28 31|0.0|3.315 +003798|sil dan4 shui2 neng2 kang4 ju4 zhang1 xian3 cong1 ming5 de5 you4 huo4 sil|sil 但 谁 能 抗 拒 彰 显 聪 明 的 诱 惑 sil|26 21 17 17 19 18 19 15 20 14 9 19 25 29|0.0|3.11 +003799|sil xian4 mu4 ji2 du4 hen4 sp1 tun1 kou2 shui3 sil|sil 羡 慕 嫉 妒 恨 sp1 吞 口 水 sil|27 26 13 19 15 28 12 20 20 31 25|0.0|2.74 +003800|sil rong2 yu4 sp1 xiang4 xi2 jin4 ping2 xian4 hua1 chuan4 sil|sil 荣 育 sp1 向 习 近 平 献 花 串 sil|29 21 22 6 23 11 18 23 18 17 27 30|0.0|2.85 +003801|sil guang1 wa4 zi5 jiu4 sai1 le5 shi2 ji3 shuang1 sil|sil 光 袜 子 就 塞 了 十 几 双 sil|25 24 23 18 14 14 13 18 15 25 30|0.0|2.54 +003802|sil ke3 neng2 ting1 shang4 qu4 you2 dian2 sha3 sil|sil 可 能 听 上 去 有 点 傻 sil|26 18 23 20 19 21 12 16 33 29|0.0|2.515 +003803|sil qi2 shi2 dui4 yu2 san1 an1 de5 ruan3 lei4 sp1 zong3 jing1 li3 lin2 ke1 chuang3 sp1 you3 zhe5 qing1 xing3 de5 ren4 shi5 sil|sil 其 实 对 于 三 安 的 软 肋 sp1 总 经 理 林 科 闯 sp1 有 着 清 醒 的 认 识 sil|25 21 24 16 12 22 12 8 18 22 26 17 14 19 19 17 29 9 13 11 21 13 7 20 21 29|0.0|5.395 +003804|sil zhong1 hua2 hui2 xiang1 wen2 hua4 yuan2 ting2 hao3 wanr2 r de5 sp1 ke2 yi2 gan3 shou4 hui2 zu2 de5 sheng1 huo2 ne5 sil|sil 中 华 回 乡 文 化 园 挺 好 玩 儿 的 sp1 可 以 感 受 回 族 的 生 活 呢 sil|28 21 23 16 17 13 16 19 19 18 21 0 12 24 13 10 19 18 20 11 11 18 16 16 32|0.0|5.0 +003805|sil qi2 wai4 bao1 zhuang1 he2 shang1 pin3 ming2 cheng1 sp1 jun1 yu3 shan1 dong1 chi2 ming2 shang1 biao1 dong1 e1 e1 jiao1 gou4 cheng2 jin4 si4 sil|sil 其 外 包 装 和 商 品 名 称 sp1 均 与 山 东 驰 名 商 标 东 阿 阿 胶 构 成 近 似 sil|27 30 17 15 22 16 15 14 17 21 28 20 14 19 15 16 15 17 24 18 15 17 26 13 16 18 21 30|0.0|6.22 +003806|sil zhu4 shou3 zai4 hai3 ba2 wu3 qian1 san1 bai2 mi3 de5 zha1 gu3 la1 shao4 suo3 sp1 bu2 jian4 fei1 niao3 sp1 bu2 jian4 lv4 cao3 sil|sil 驻 守 在 海 拔 五 千 三 百 米 的 查 古 拉 哨 所 sp1 不 见 飞 鸟 sp1 不 见 绿 草 sil|3 42 17 24 20 23 15 20 16 12 13 14 20 9 18 20 24 26 13 18 15 26 8 12 15 15 30 33|0.0|6.045 +003807|sil shou1 jiao3 de5 qian2 kuan3 sp1 xian4 yi3 jin4 ru4 yin2 hang2 qing1 tui4 zhuan1 hu4 sp1 zhun3 bei4 yi2 bing4 qing1 tui4 sil|sil 收 缴 的 钱 款 sp1 现 已 进 入 银 行 清 退 专 户 sp1 准 备 一 并 清 退 sil|32 25 15 8 24 25 8 19 9 16 17 17 22 20 16 19 19 18 19 19 12 18 19 22 29|0.0|5.42 +003808|sil sui1 ran2 sp1 weng4 jin1 jun4 sp1 cai2 qu3 le5 jiang4 di1 chuan2 piao4 jia4 deng3 cuo4 shi1 sp1 dan4 shou1 xiao4 bu2 da4 sil|sil 虽 然 sp1 瓮 津 郡 sp1 采 取 了 降 低 船 票 价 等 措 施 sp1 但 收 效 不 大 sil|29 21 25 11 18 19 22 7 20 15 20 21 12 22 18 20 13 16 23 21 18 17 18 13 23 29|0.0|5.7 +003809|sil hai2 hen2 xi3 huan1 zhi3 yong4 jie2 mao2 gao1 sp1 fen2 di3 he2 sai1 hong2 de5 jian3 dan1 zhuang1 rong2 sil|sil 还 很 喜 欢 只 用 睫 毛 膏 sp1 粉 底 和 腮 红 的 简 单 妆 容 sil|29 22 19 14 22 17 16 14 15 23 9 20 19 15 21 18 13 18 14 15 26 30|0.0|4.75 +003810|sil xing2 li2 da3 bao1 chu4 sp1 lv3 ke4 men5 zai4 mang2 zhe5 kun2 bang3 xing2 li3 sp1 an1 jian3 ru4 kou2 ye3 zhi4 xu4 jing3 ran2 sil|sil 行 李 打 包 处 sp1 旅 客 们 在 忙 着 捆 绑 行 李 sp1 安 检 入 口 也 秩 序 井 然 sil|30 23 19 15 17 22 32 13 14 19 12 19 14 21 14 18 21 29 14 15 15 25 19 16 15 16 31 34|0.0|6.405 +003811|sil zhe4 xie1 yin3 xing2 hong1 zha4 ji1 de5 da3 ji1 mu4 biao1 sp1 shi4 li4 bi3 ya4 jun1 yong4 ji1 chang3 sil|sil 这 些 隐 形 轰 炸 机 的 打 击 目 标 sp1 是 利 比 亚 军 用 机 场 sil|26 17 22 18 16 16 16 12 9 16 11 17 24 14 17 16 13 16 14 15 15 29 26|0.0|4.59 +003812|sil jian4 guo5 lv2 chi1 cao3 sp1 ke3 mei2 jian4 guo5 lv2 chi1 rou4 sil|sil 见 过 驴 吃 草 sp1 可 没 见 过 驴 吃 肉 sil|27 25 19 14 19 29 7 15 19 21 14 12 17 26 29|0.0|3.405 +003813|sil geng4 duo1 de5 ren2 sp1 hai2 shi4 zuo3 you4 zhang1 wang4 sp1 wan4 fen1 wu2 nai4 xia4 shi2 zai4 mei2 ban4 fa3 cai2 hui2 guo2 sil|sil 更 多 的 人 sp1 还 是 左 右 张 望 sp1 万 分 无 奈 下 实 在 没 办 法 才 回 国 sil|27 19 13 11 24 7 14 14 14 15 20 19 46 15 21 7 17 23 20 12 16 16 15 16 16 28 30|0.0|5.745 +003814|sil nv2 you3 dai1 dai1 de5 shuo1 sp1 bi2 wo3 ben4 de5 ren2 bei5 sil|sil 女 友 呆 呆 的 说 sp1 比 我 笨 的 人 呗 sil|29 17 19 15 14 12 23 30 14 16 18 8 20 25 31|0.0|3.375 +003815|sil yin1 wei4 zhe4 yang4 sp1 ke2 yi3 shao2 yin3 fa1 xin1 xue4 guan3 ji2 bing4 sil|sil 因 为 这 样 sp1 可 以 少 引 发 心 血 管 疾 病 sil|28 12 11 23 19 5 16 10 18 21 19 16 14 17 17 22 29|0.0|3.445 +003816|sil ta1 de5 mu3 qin1 wei4 chun1 zuo4 zai4 di4 shang4 sp1 yi3 jing1 ku1 de5 hou2 long2 sha1 ya3 sil|sil 他 的 母 亲 魏 春 坐 在 地 上 sp1 已 经 哭 得 喉 咙 沙 哑 sil|26 16 9 18 23 15 25 14 13 18 22 24 9 16 15 11 17 14 21 25 29|0.0|4.415 +003817|sil ta1 men5 zhang3 wo4 cai2 fu4 de5 zhu3 yao4 yuan2 yin1 sp1 shi4 yin1 wei4 yong1 you3 bu2 dong4 chan3 sil|sil 他 们 掌 握 财 富 的 主 要 原 因 sp1 是 因 为 拥 有 不 动 产 sil|26 16 22 16 15 21 12 9 13 17 14 17 6 16 11 14 16 16 13 17 28 29|0.0|4.23 +003818|sil wan2 lei4 le5 jiu4 tang3 zhe5 ting1 xi4 shai4 tai4 yang5 sil|sil 玩 累 了 就 躺 着 听 戏 晒 太 阳 sil|29 17 16 18 15 20 10 21 15 17 23 22 29|0.0|2.92 +003819|sil shou1 hui2 de5 xuan3 piao4 sp1 shao3 yu2 fa1 chu1 de5 xuan3 piao4 sp1 xuan2 ju2 you3 xiao4 sil|sil 收 回 的 选 票 sp1 少 于 发 出 的 选 票 sp1 选 举 有 效 sil|27 23 14 12 20 21 4 23 18 20 16 9 18 20 19 21 16 12 25 30|0.0|4.27 +003820|sil zhe4 xie1 zhuan1 ye4 qin2 shi1 sp1 shi4 yao4 fu4 bao4 chou2 de5 sil|sil 这 些 专 业 琴 师 sp1 是 要 付 报 酬 的 sil|25 17 19 16 12 21 18 3 18 11 15 20 21 17 28|0.0|3.035 +003821|sil li3 yang2 ben2 xiang3 ju4 jue2 sp1 que4 shen2 shi2 gui3 chai1 dian3 le5 tou2 sil|sil 李 扬 本 想 拒 绝 sp1 却 神 使 鬼 差 点 了 头 sil|29 17 20 13 15 18 26 13 21 16 12 17 25 15 10 33 29|0.0|3.82 +003822|sil ta1 duo2 dao4 jiao4 shi4 li3 sp1 jian4 zi4 ji3 zhuo1 mian4 shang4 sp1 jing4 tang3 le5 yi4 feng1 xin4 sp1 xin1 meng3 ran2 yi2 tiao4 sil|sil 他 踱 到 教 室 里 sp1 见 自 己 桌 面 上 sp1 静 躺 了 一 封 信 sp1 心 猛 然 一 跳 sil|28 28 17 15 17 19 22 26 21 12 12 16 19 17 11 20 16 9 12 19 21 24 22 17 20 11 26 31|0.0|6.125 +003823|sil ji3 tian1 qian2 sp1 ta1 lai2 dao4 yu2 yao2 zhao2 jie3 jie5 sil|sil 几 天 前 sp1 他 来 到 余 姚 找 姐 姐 sil|26 15 18 29 9 16 13 14 13 20 14 20 23 29|0.0|3.01 +003824|sil ta1 ci3 hou4 de5 ren2 sheng1 zhi1 lu4 sp1 hui4 yi4 fan1 feng1 shun4 ma5 sil|sil 他 此 后 的 人 生 之 路 sp1 会 一 帆 风 顺 吗 sil|25 18 21 13 10 16 18 13 18 7 19 11 18 16 19 23 27|0.0|3.395 +003825|sil huan4 cheng2 ju4 li2 sp1 ye3 jiang1 suo1 duan3 dao4 bai2 mi3 nei4 sil|sil 换 乘 距 离 sp1 也 将 缩 短 到 百 米 内 sil|26 19 16 13 21 5 12 18 15 14 14 18 15 23 29|0.0|3.0 +003826|sil ta1 shuo1 yao4 tian3 na2 li3 dou1 ke2 yi3 sil|sil 她 说 要 舔 哪 里 都 可 以 sil|25 17 24 15 22 15 15 14 20 19 30|0.0|2.51 +003827|sil fu4 qin5 shuo1 sp1 ta1 wu2 qian2 wei4 er2 cao1 ban4 hun1 shi4 sp1 da3 suan5 qu4 mai4 shen4 sil|sil 父 亲 说 sp1 他 无 钱 为 儿 操 办 婚 事 sp1 打 算 去 卖 肾 sil|27 19 16 19 4 21 16 23 10 17 18 15 18 19 22 16 19 12 18 21 29|0.0|4.405 +003828|sil zhe4 ge5 gu4 shi4 de5 yu4 yi4 sp1 jiu4 shi4 yao4 bian1 ta4 na4 xie1 sp1 zhi3 hui4 ma3 hou4 pao4 de5 yong1 zhe3 sil|sil 这 个 故 事 的 寓 意 sp1 就 是 要 鞭 挞 那 些 sp1 只 会 马 后 炮 的 庸 者 sil|26 18 11 14 10 12 19 16 18 15 12 15 19 15 20 21 12 21 17 21 17 19 11 20 24 30|0.0|5.255 +003829|sil bao3 hu4 qu1 guan2 li3 chu4 sp1 dong1 wang4 sha1 bian1 fang2 pai4 chu1 suo3 jie1 ling4 sp1 li4 ke4 chu1 dong4 sil|sil 保 护 区 管 理 处 sp1 东 旺 沙 边 防 派 出 所 接 令 sp1 立 刻 出 动 sil|26 17 14 18 14 13 25 28 15 15 23 19 16 15 13 22 17 20 7 15 16 16 18 30|0.0|5.015 +003830|sil cong2 ci3 sp1 jiang1 jie4 he2 yi2 min2 cheng2 le5 weng4 an1 sp1 yi2 kuai4 ban3 jie2 de5 shang1 ba1 sil|sil 从 此 sp1 江 界 河 移 民 成 了 瓮 安 sp1 一 块 板 结 的 伤 疤 sil|23 25 27 14 22 14 13 15 27 17 11 16 23 4 11 21 19 13 9 21 23 30|0.0|4.62 +003831|sil wo3 men5 yi4 qi3 hui2 yi4 sp1 deng4 ying3 chao1 tong2 zhi4 sp1 dui4 hai2 zi5 ju4 tuan2 de5 guan1 huai2 sil|sil 我 们 一 起 回 忆 sp1 邓 颖 超 同 志 sp1 对 孩 子 剧 团 的 关 怀 sil|28 10 14 10 19 17 18 13 17 14 19 18 16 7 17 20 12 14 16 8 18 30 30|0.0|4.465 +003832|sil jin4 yi4 zhou1 yi3 lai2 sp1 ta1 shen2 qing2 huang2 huang3 hu1 hu1 sp1 shen1 chu3 meng4 jing4 de5 gan3 jue2 ru2 ying3 sui2 xing2 sil|sil 近 一 周 以 来 sp1 她 神 情 恍 恍 惚 惚 sp1 身 处 梦 境 的 感 觉 如 影 随 形 sil|27 22 13 16 11 27 3 18 18 21 20 17 16 21 29 19 14 20 13 8 17 24 14 18 17 31 28|0.0|5.825 +003833|sil wu3 shi4 gao2 hao3 ai4 xin1 fu2 wu4 sil|sil 五 是 搞 好 爱 心 服 务 sil|28 15 21 18 21 17 17 21 22 26|0.0|2.395 +003834|sil wu2 geng3 de5 wei4 kou3 yue4 lai2 yue4 da4 sil|sil 吴 耿 的 胃 口 越 来 越 大 sil|29 16 18 9 16 24 15 16 13 24 26|0.0|2.39 +003835|sil ta1 de5 bao3 bao5 si4 ge5 duo1 yue4 sil|sil 她 的 宝 宝 四 个 多 月 sil|24 17 10 17 17 19 11 15 23 25|0.0|2.07 +003836|sil yang2 kai1 hui4 de5 fu4 qin5 sp1 yang2 chang1 ji4 sp1 jiu4 shi4 mao2 zhu3 xi2 de2 yi4 liang2 shen1 de5 xiu1 shen1 jiao4 shi1 sil|sil 杨 开 慧 的 父 亲 sp1 杨 昌 济 sp1 就 是 毛 主 席 得 益 良 深 的 修 身 教 师 sil|29 17 19 15 9 17 22 5 19 19 22 26 15 8 19 16 22 13 16 21 20 11 16 14 19 24 31|0.0|5.62 +003837|sil sun1 jian4 hua2 tong2 shi2 shang4 chuan2 le5 duo4 zhi3 zhao4 pian4 sil|sil 孙 建 华 同 时 上 传 了 剁 指 照 片 sil|31 22 18 23 17 11 18 19 13 17 12 18 24 29|0.0|3.155 +003838|sil ba1 bao3 zhou1 sp1 da1 pei4 zhu3 ji1 dan4 sp1 zao3 chen2 ying2 yang3 jia1 you2 zhan4 sil|sil 八 宝 粥 sp1 搭 配 煮 鸡 蛋 sp1 早 晨 营 养 加 油 站 sil|27 16 18 21 3 17 20 14 14 20 18 18 16 15 18 17 14 22 30|0.0|3.92 +003839|sil bao3 an1 yong4 shou3 sp1 qia1 zhu4 ji4 zhe3 bo2 zi5 qiang3 xiang4 ji1 sil|sil 保 安 用 手 sp1 掐 住 记 者 脖 子 抢 相 机 sil|24 19 25 14 24 3 21 12 13 14 18 13 22 17 23 29|0.0|3.38 +003840|sil dian4 shi4 li3 hua4 mian4 tiao4 dong4 sp1 ta1 men5 que4 ru2 san1 zun1 diao1 su4 sil|sil 电 视 里 画 面 跳 动 sp1 他 们 却 如 三 尊 雕 塑 sil|26 20 17 23 22 17 23 20 22 15 11 17 16 19 15 20 22 29|0.0|4.11 +003841|sil zhen1 de5 shi4 yu3 ren2 huo4 jiong3 ran2 you3 bie2 liang3 bu5 xiang1 gan1 ma5 sil|sil 真 的 是 与 人 祸 迥 然 有 别 两 不 相 干 吗 sil|26 19 11 22 16 22 22 16 21 14 22 22 10 17 17 23 26|0.0|3.78 +003842|sil wo3 ken2 qing2 guang3 da4 fu4 mu3 sp1 rang4 hai2 zi5 shu2 du2 di4 zi3 gui1 sp1 xiao4 jing4 fu4 mu2 sp1 bai3 shan4 xiao4 wei2 xian1 sil|sil 我 恳 请 广 大 父 母 sp1 让 孩 子 熟 读 弟 子 规 sp1 孝 敬 父 母 sp1 百 善 孝 为 先 sil|29 11 21 20 18 14 17 25 15 17 19 10 21 20 14 14 22 12 21 15 16 23 9 18 24 22 15 26 32|0.0|6.265 +003843|sil sun1 xiao3 wen2 she4 ji4 de5 gai4 nian4 biao3 zai4 du2 miao3 sp1 ying2 jie1 sp1 ao4 yun4 de5 dao4 lai2 sil|sil 孙 晓 雯 设 计 的 概 念 表 在 读 秒 sp1 迎 接 sp1 奥 运 的 到 来 sil|27 19 18 19 17 13 9 13 19 27 17 15 32 18 17 20 4 12 15 9 18 30 28|0.0|4.835 +003844|sil cun1 wei3 hui4 fou3 ren4 sun2 hui3 wang2 mou3 er2 zi5 de5 fen2 mu4 sp1 bu4 tong2 yi4 pei2 chang2 sil|sil 村 委 会 否 认 毁 损 王 某 儿 子 的 坟 墓 sp1 不 同 意 赔 偿 sil|27 20 15 23 21 20 18 20 15 16 12 12 11 18 19 12 14 20 10 18 33 30|0.0|4.685 +003845|sil xiao3 qi4 che1 cheng2 wei2 zhu3 yao4 zeng1 zhang2 dian3 sil|sil 小 汽 车 成 为 主 要 增 长 点 sil|26 22 17 26 19 13 15 16 16 18 26 28|0.0|2.805 +003846|sil zi3 qi2 you4 tou4 lu4 sp1 mei4 mei5 gang1 dan4 xia4 zi1 zai3 sp1 dan4 hui4 ji4 xu4 zhui1 nv3 sil|sil 子 淇 又 透 露 sp1 妹 妹 刚 诞 下 孖 仔 sp1 但 会 继 续 追 女 sil|27 17 25 16 22 20 12 12 17 18 14 13 17 26 10 18 18 16 14 16 27 29|0.0|4.685 +003847|sil yao4 wo3 fang4 zong4 sp1 wo3 zuo4 bu2 dao4 sil|sil 要 我 放 纵 sp1 我 做 不 到 sil|29 12 17 24 18 9 17 15 10 26 25|0.0|2.35 +003848|sil li3 xian1 sheng5 qu3 qian2 shi2 sp1 yin2 hang2 ying2 ye4 yuan2 ceng2 ti2 xing2 li3 xian1 sheng5 yan4 chao1 sp1 dan4 ta1 ju4 jue2 le5 sil|sil 李 先 生 取 钱 时 sp1 银 行 营 业 员 曾 提 醒 李 先 生 验 钞 sp1 但 他 拒 绝 了 sil|29 14 16 18 15 22 24 25 13 19 14 13 26 21 12 13 14 15 16 15 27 12 14 16 18 17 15 30|0.0|5.835 +003849|sil ran2 er2 sp1 zhe4 yang4 zhao2 nv3 er2 ru2 tong2 da4 hai3 lao1 zhen1 sil|sil 然 而 sp1 这 样 找 女 儿 如 同 大 海 捞 针 sil|27 22 18 17 10 19 17 21 22 16 23 18 15 19 24 32|0.0|3.71 +003850|sil ni2 lia3 de5 niu2 nai3 zai4 nar2 r mai3 de5 sp1 gei2 wo3 shang4 yi4 che1 sil|sil 你 俩 的 牛 奶 在 哪 儿 买 的 sp1 给 我 上 一 车 sil|29 10 15 9 18 20 13 18 0 23 18 7 14 12 17 13 25 31|0.0|3.395 +003851|sil yu3 wang2 zheng4 de5 kan4 fa3 bu4 tong2 sp1 liu2 wei1 gei2 fang3 er2 shang4 le5 zhong1 guo2 hu4 kou3 sil|sil 与 王 政 的 看 法 不 同 sp1 刘 薇 给 舫 儿 上 了 中 国 户 口 sil|26 18 21 16 7 19 16 13 30 27 21 21 14 23 20 20 10 16 14 18 27 29|0.0|4.945 +003852|sil ta1 chu1 qu4 yi2 kan4 sp1 yi4 ming2 lao3 tai4 tai5 sp1 zheng4 yu3 yi4 ming2 hei1 yi1 nian2 qing1 nan2 zi3 la1 la1 che2 che3 sil|sil 他 出 去 一 看 sp1 一 名 老 太 太 sp1 正 与 一 名 黑 衣 年 轻 男 子 拉 拉 扯 扯 sil|26 21 15 16 12 27 24 8 15 17 19 21 7 18 8 12 20 23 10 20 15 19 19 20 17 18 28 31|0.0|5.87 +003853|sil ye3 xing4 wei4 xun4 de5 chi4 bang3 yi4 hui1 sp1 ji1 hu1 jiu4 neng2 ba3 ta1 sang3 ge5 gen1 dou5 sil|sil 野 性 未 驯 的 翅 膀 一 挥 sp1 几 乎 就 能 把 他 搡 个 跟 斗 sil|28 17 18 16 18 7 16 18 13 25 13 18 19 11 16 14 20 21 11 21 22 31|0.0|4.56 +003854|sil mei3 guo2 min2 zhu2 dang3 zhi4 nang2 tuan2 de5 shuo1 fa3 zhi2 de2 wan2 wei4 sil|sil 美 国 民 主 党 智 囊 团 的 说 法 值 得 玩 味 sil|29 15 20 19 14 19 11 17 17 8 18 24 15 12 18 23 31|0.0|3.595 +003855|sil jin1 tian1 de5 bei3 jing1 sp1 yang2 guang1 fei1 chang2 can4 lan4 sil|sil 今 天 的 北 京 sp1 阳 光 非 常 灿 烂 sil|26 19 14 8 17 22 7 21 19 16 19 21 23 27|0.0|3.01 +003856|sil jia4 zhuang5 ying1 gai1 shi4 wo3 ma1 ma5 song4 gei2 wo3 ba5 sil|sil 嫁 妆 应 该 是 我 妈 妈 送 给 我 吧 sil|26 27 26 15 13 18 12 18 16 17 10 16 26 27|0.0|3.1 +003857|sil wo3 mei2 sp1 wo2 zhi3 shi4 sp1 ta1 di1 tou2 yao4 chai1 xin4 sil|sil 我 没 sp1 我 只 是 sp1 她 低 头 要 拆 信 sil|29 11 28 29 12 13 25 16 18 14 19 14 21 26 29|0.0|3.53 +003858|sil bian4 geng1 ju4 ti3 shi4 xiang4 de5 ming2 cheng1 sp1 li3 you2 ji2 yi1 ju4 sil|sil 变 更 具 体 事 项 的 名 称 sp1 理 由 及 依 据 sil|26 21 21 16 14 13 15 6 19 26 3 17 21 16 18 26 29|0.0|3.57 +003859|sil wen1 qi1 de5 yi2 ge5 er3 duo5 mei2 you3 ting1 li4 sp1 hai2 you2 dian3 ban4 ya3 sil|sil 温 妻 的 一 个 耳 朵 没 有 听 力 sp1 还 有 点 半 哑 sil|30 17 14 12 12 11 19 18 17 12 21 20 11 14 11 18 16 28 26|0.0|3.795 +003860|sil wei2 you3 xue2 er2 bu2 yan4 de5 xian1 sheng5 sp1 cai2 neng2 jiao1 chu1 xue2 er2 bu2 yan4 de5 xue2 sheng5 sil|sil 惟 有 学 而 不 厌 的 先 生 sp1 才 能 教 出 学 而 不 厌 的 学 生 sil|30 15 22 15 18 14 17 7 21 19 8 16 13 17 18 16 17 12 15 7 24 19 30|0.0|4.525 +003861|sil zuo2 ri4 sp1 bei3 da4 sp1 gong1 ren2 ba3 kan2 dao3 de5 yang2 shu4 yun4 zou3 sil|sil 昨 日 sp1 北 大 sp1 工 人 把 砍 倒 的 杨 树 运 走 sil|26 20 22 15 19 25 28 17 22 18 23 9 10 17 16 19 24 30|0.0|4.185 +003862|sil ta1 tong1 guo4 lian2 pu3 kai1 shi3 zhui1 zong1 mo4 rui4 sil|sil 他 通 过 脸 谱 开 始 追 踪 莫 瑞 sil|26 19 17 10 21 29 19 11 15 14 16 24 25|0.0|2.86 +003863|sil dian4 shi4 ju4 shang4 mian4 yan3 guo4 de5 sil|sil 电 视 剧 上 面 演 过 的 sil|25 15 14 15 15 13 21 21 19 26|0.0|2.135 +003864|sil wei4 bi4 mian3 yin2 qi3 bie2 ren5 de5 zhu4 yi4 sp1 fu1 qi1 lia3 hai2 mi4 mou2 bao4 jia3 an4 sil|sil 为 避 免 引 起 别 人 的 注 意 sp1 夫 妻 俩 还 密 谋 报 假 案 sil|28 21 13 16 16 17 15 12 7 17 19 32 11 15 27 17 16 20 15 16 26 31|0.0|4.72 +003865|sil bu2 yao4 yong4 zui3 qu4 shun3 xi1 shang1 kou3 sp1 ye3 zui4 hao3 bu2 yao4 yong4 jiu3 jing1 qu4 qing1 xi3 sil|sil 不 要 用 嘴 去 吮 吸 伤 口 sp1 也 最 好 不 要 用 酒 精 去 清 洗 sil|26 15 12 20 19 15 16 13 22 25 20 9 16 18 12 9 17 16 16 13 22 26 30|0.0|4.725 +003866|sil yuan2 yin1 hen2 jian3 dan1 sp1 ji1 hu1 suo2 you3 tui1 jian4 sheng1 sp1 dou1 fei1 you1 ji2 guan1 sp1 wu2 ke3 tiao1 ti5 sil|sil 原 因 很 简 单 sp1 几 乎 所 有 推 荐 生 sp1 都 非 优 即 官 sp1 无 可 挑 剔 sil|31 14 21 23 19 23 21 15 19 16 12 14 16 24 5 18 15 15 16 23 6 14 16 24 22 30|0.0|5.485 +003867|sil zi4 ci3 sp1 wu2 qian4 lian2 jiu4 shao2 you3 zuo4 pin3 wen4 shi4 sil|sil 自 此 sp1 吴 倩 莲 就 少 有 作 品 问 世 sil|25 20 31 10 13 19 22 14 18 14 14 16 17 23 30|0.0|3.32 +003868|sil zhou1 mou2 mou3 chou2 zhun3 kong4 dang1 sp1 pin1 ming4 tao2 li2 le5 xian4 chang3 sil|sil 周 某 某 瞅 准 空 当 sp1 拼 命 逃 离 了 现 场 sil|26 17 16 26 23 15 20 21 10 21 20 18 13 12 21 31 28|0.0|3.925 +003869|sil ji4 zhe3 hai2 song2 yong3 sun1 li4 qin1 deng4 chao1 sp1 sun1 li4 wan3 ju4 le5 sil|sil 记 者 还 怂 恿 孙 俪 亲 邓 超 sp1 孙 俪 婉 拒 了 sil|27 20 18 17 15 11 17 16 21 16 25 7 20 15 19 20 21 28|0.0|3.87 +003870|sil suo2 yi3 shuo1 sp1 ya4 ma3 xun4 rang4 gu3 ge1 qin3 shi2 nan2 an1 sp1 ye3 jiu4 bu4 zu2 wei2 qi2 le5 sil|sil 所 以 说 sp1 亚 马 逊 让 谷 歌 寝 食 难 安 sp1 也 就 不 足 为 奇 了 sil|27 18 11 23 26 14 15 22 21 16 18 21 13 15 24 8 12 22 12 13 15 21 16 32|0.0|5.045 +003871|sil wang3 shang4 dao4 ban3 tai4 qi1 fu5 ren2 sp1 zuo4 jia1 men5 zhong1 yu2 nan2 ren3 bu4 ping2 yi4 sheng1 hou3 le5 sil|sil 网 上 盗 版 太 欺 负 人 sp1 作 家 们 终 于 难 忍 不 平 一 声 吼 了 sil|30 16 18 19 21 19 17 11 24 22 13 16 23 21 14 19 16 16 25 16 16 23 22 29|0.0|5.415 +003872|sil you4 bing2 yang3 fen1 de5 shi3 yong4 an1 quan2 xing4 di1 sp1 guo4 liang4 feng1 xian3 gao1 sil|sil 右 丙 氧 芬 的 使 用 安 全 性 低 sp1 过 量 风 险 高 sil|28 20 16 19 19 8 19 17 17 16 18 21 9 16 20 18 17 27 29|0.0|4.115 +003873|sil tai4 yang5 kuai4 luo4 shan1 le5 sp1 wo3 gao4 bie2 cun1 li3 de5 xiang1 qin5 men5 sp1 li2 kai1 qin4 xian4 sp1 fan3 hui2 tai4 yuan2 sil|sil 太 阳 快 落 山 了 sp1 我 告 别 村 里 的 乡 亲 们 sp1 离 开 沁 县 sp1 返 回 太 原 sil|26 25 19 15 16 20 19 25 12 17 12 16 13 8 21 15 20 21 11 17 22 20 6 21 13 20 28 32|0.0|5.92 +003874|sil shu3 shu2 shuo1 sp1 bao4 an4 ke3 bu4 neng2 bie1 zhe5 a5 sp1 gai1 bao4 jiu4 yao4 bao4 sp1 bie2 pa4 ma2 fan5 shu3 shu2 sil|sil 蜀 黍 说 sp1 报 案 可 不 能 憋 着 啊 sp1 该 报 就 要 报 sp1 别 怕 麻 烦 蜀 黍 sil|28 21 17 25 25 18 25 19 9 15 22 12 18 16 17 18 11 16 23 18 17 16 17 15 14 30 32|0.0|5.965 +003875|sil mu3 qin1 yi4 sheng1 jian1 jiao4 sp1 yin3 lai2 lin2 ju5 ke1 heng1 sil|sil 母 亲 一 声 尖 叫 sp1 引 来 邻 居 科 亨 sil|28 16 24 16 18 17 23 17 12 13 18 13 20 26 28|0.0|3.35 +003876|sil ci3 shi2 de5 qin4 qin5 hai2 you3 hu1 xi1 sp1 bing4 bu2 duan4 qing1 sheng1 shen1 yin2 zhe5 sil|sil 此 时 的 沁 沁 还 有 呼 吸 sp1 并 不 断 轻 声 呻 吟 着 sil|27 22 13 10 24 23 20 12 15 23 24 20 14 18 16 16 17 21 16 30|0.0|4.42 +003877|sil wo3 hui4 jiang2 leng3 xiao4 hua5 sp1 you3 yan2 se4 xiao4 hua4 sp1 zan4 shi2 hai2 bu2 hui4 sil|sil 我 会 讲 冷 笑 话 sp1 有 颜 色 笑 话 sp1 暂 时 还 不 会 sil|29 12 11 18 18 24 24 24 14 16 14 20 18 4 20 14 16 13 24 26|0.0|4.165 +003878|sil zao2 wan3 yao4 duo1 chuan1 yi4 dian3 sil|sil 早 晚 要 多 穿 一 点 sil|25 24 22 19 13 20 15 26 27|0.0|2.22 +003879|sil ning2 bo1 ren2 sp1 hen3 li4 hai5 yo5 sil|sil 宁 波 人 sp1 很 厉 害 哟 sil|28 21 19 26 4 22 22 19 29 29|0.0|2.54 +003880|sil nan2 zi2 jie3 shi4 sp1 zhe4 tou2 luo4 tuo5 pi2 qi4 hen2 hao3 sil|sil 男 子 解 释 sp1 这 头 骆 驼 脾 气 很 好 sil|28 19 11 17 20 18 18 13 19 20 18 14 16 30 30|0.0|3.375 +003881|sil zhuan1 an4 zu3 pan4 duan4 sp1 lv2 mou2 you3 zhong4 da4 zuo4 an4 xian2 yi2 sil|sil 专 案 组 判 断 sp1 吕 某 有 重 大 作 案 嫌 疑 sil|25 17 17 13 20 19 23 18 23 17 20 11 13 14 19 28 27|0.0|3.76 +003882|sil zheng4 fu3 jun1 sp1 zheng4 shi4 tu2 qie1 duan4 tong1 wang3 jia2 er3 zhen4 de5 wu4 zi1 qu2 dao4 sil|sil 政 府 军 sp1 正 试 图 切 断 通 往 贾 尔 镇 的 物 资 渠 道 sil|26 20 13 24 5 18 16 12 14 21 19 18 16 15 22 14 18 13 19 21 28|0.0|4.315 +003883|sil wang1 feng1 le4 yi4 kan4 liang3 ge5 ren2 dou4 sp1 dou4 chu1 dian3 shi4 qing5 cai2 hao3 ne5 sil|sil 汪 峰 乐 意 看 两 个 人 斗 sp1 斗 出 点 事 情 才 好 呢 sil|29 17 20 18 11 16 14 8 17 20 20 14 11 18 17 15 17 20 24 28|0.0|4.115 +003884|sil yin1 wei4 wo3 ya5 xiang2 gei2 ni3 zui4 hao3 de5 da2 an4 sil|sil 因 为 我 呀 想 给 你 最 好 的 答 案 sil|28 13 17 18 27 21 11 17 19 17 9 14 22 30|0.0|3.05 +003885|sil xiao3 chun1 mei2 you3 de2 zui4 ren2 sp1 men2 xin1 zi4 wen4 bu2 yong4 pa4 sil|sil 小 春 没 有 得 罪 人 sp1 扪 心 自 问 不 用 怕 sil|28 20 25 13 12 14 15 24 12 16 16 12 21 12 19 29 28|0.0|3.67 +003886|sil ting1 zhong4 ze2 ting1 de5 jin1 jin1 you3 wei4 huo4 yi4 fei2 qian3 sil|sil 听 众 则 听 得 津 津 有 味 获 益 匪 浅 sil|26 26 21 13 20 11 15 13 18 23 24 11 21 39 26|0.0|3.56 +003887|sil shao2 qing3 sp1 guo3 zhen1 you3 yi4 xiao3 he2 shang5 fan1 qiang2 sp1 hei1 an4 zhong1 cai3 zhe5 lao3 chan2 shi1 de5 ji3 bei4 sp1 tiao4 jin4 yuan4 zi5 sil|sil 少 顷 sp1 果 真 有 一 小 和 尚 翻 墙 sp1 黑 暗 中 踩 着 老 禅 师 的 脊 背 sp1 跳 进 院 子 sil|28 27 32 18 18 15 12 11 16 11 15 18 32 21 14 18 24 19 10 14 18 12 12 20 23 7 18 17 22 19 30|0.0|6.635 +003888|sil wo3 na2 gan3 fang4 song1 a5 sp1 yi4 tian1 hen4 bu4 de2 you3 san1 shi5 er4 xiao3 shi2 cai2 hao3 sil|sil 我 哪 敢 放 松 啊 sp1 一 天 恨 不 得 有 三 十 二 小 时 才 好 sil|30 10 22 17 19 18 21 25 13 25 20 8 10 15 16 12 12 16 12 19 29 29|0.0|4.625 +003889|sil er2 chu2 le5 hua4 xian4 wai4 sp1 pang2 wei4 guo2 sp1 ye3 zhu2 jian4 kai1 shi3 dan1 ren4 jie3 shuo1 jia1 bin1 sil|sil 而 除 了 划 线 外 sp1 庞 卫 国 sp1 也 逐 渐 开 始 担 任 解 说 嘉 宾 sil|30 17 17 11 20 21 24 24 18 15 24 6 13 11 16 13 12 14 15 14 13 19 23 30|0.0|4.88 +003890|sil ri4 ben3 shi4 yu3 bo1 lan2 sp1 da2 cheng2 jian2 mian3 zhai4 wu4 xie2 yi4 de5 di4 shi2 ge5 guo2 jia1 sil|sil 日 本 是 与 波 兰 sp1 达 成 减 免 债 务 协 议 的 第 十 个 国 家 sil|31 20 24 18 12 16 26 3 17 23 17 19 17 12 17 13 18 16 19 15 15 27 29|0.0|4.925 +003891|sil ci3 wai4 sp1 kuai4 nan2 su1 xing3 he2 nv3 xing1 li3 fei1 er5 sp1 ye3 shou4 yao1 can1 jia1 le5 ci3 ci4 huo2 dong4 sil|sil 此 外 sp1 快 男 苏 醒 和 女 星 李 菲 儿 sp1 也 受 邀 参 加 了 此 次 活 动 sil|26 19 23 16 19 18 17 26 14 16 18 16 19 21 8 11 15 15 19 12 10 16 14 17 22 29|0.0|5.29 +003892|sil zhe4 rang4 shen1 ze2 tie2 gan3 zhen4 dong1 sp1 he2 tuan3 cun1 de5 li3 yin4 zhi3 yi4 jia1 ju3 sang4 bu4 yi3 sil|sil 这 让 深 泽 铁 杆 镇 东 sp1 河 疃 村 的 李 印 旨 一 家 沮 丧 不 已 sil|26 18 20 24 16 20 18 18 24 17 16 20 18 10 16 19 14 13 26 16 20 17 22 29|0.0|5.31 +003893|sil zhe4 chu1 xi4 si4 hu1 you4 duo1 chu1 yi4 dian3 zuo2 liao4 sil|sil 这 出 戏 似 乎 又 多 出 一 点 作 料 sil|25 16 18 26 20 11 15 16 14 13 15 17 27 26|0.0|3.01 +003894|sil wo4 cao2 sp1 zhe4 shi4 yao4 zheng2 si2 wo3 men5 de5 jie2 zou4 a5 sil|sil 卧 槽 sp1 这 是 要 整 死 我 们 的 节 奏 啊 sil|28 17 34 16 13 11 17 19 15 9 10 9 16 21 29 28|0.0|3.385 +003895|sil jia1 le5 yu4 de5 jiang3 pai2 shi4 fou3 neng2 di3 kang4 wai4 li4 chong1 ji1 sil|sil 加 了 玉 的 奖 牌 是 否 能 抵 抗 外 力 冲 击 sil|26 18 13 12 9 22 26 16 10 17 14 21 14 15 19 25 30|0.0|3.56 +003896|sil jian4 mian4 hui4 xian4 chang3 sp1 liu2 shi1 shi1 pin2 pin2 lie2 zui3 lou4 ya2 da4 xiao4 sil|sil 见 面 会 现 场 sp1 刘 诗 诗 频 频 咧 嘴 露 牙 大 笑 sil|27 19 11 15 20 30 14 13 13 18 22 21 23 19 18 20 17 29 28|0.0|4.38 +003897|sil shi4 hou4 jing3 yuan2 dao4 chang3 diao4 cha2 sp1 chu1 bu4 wu2 ke3 yi2 sp1 dan4 wei4 fa1 xian4 yi2 shu1 sp1 duo4 lou2 yuan2 yin1 wei4 ming2 sil|sil 事 后 警 员 到 场 调 查 sp1 初 步 无 可 疑 sp1 但 未 发 现 遗 书 sp1 堕 楼 原 因 未 明 sil|30 19 21 19 22 13 16 15 28 13 23 15 19 18 25 31 16 14 15 18 13 25 34 16 16 16 13 15 36 27|0.0|6.98 +003898|sil zai4 di4 san1 jin4 tang2 wu1 shang4 fang1 sp1 hai2 bao3 cun2 zhe5 nan2 jing1 ji3 wu2 jin3 cun2 de5 zu3 zong1 ge2 sil|sil 在 第 三 进 堂 屋 上 方 sp1 还 保 存 着 南 京 几 无 仅 存 的 祖 宗 阁 sil|26 24 12 17 15 14 9 18 23 12 14 14 15 8 20 23 19 13 20 19 11 16 18 26 31|0.0|5.07 +003899|sil zao3 qian2 you2 zhi3 zheng4 shi4 di4 zai4 pian4 chang2 shua3 da4 pai2 sp1 ying3 er2 ji2 zai4 wei1 bo2 fa1 gong1 wei2 hu4 sil|sil 早 前 有 指 郑 视 帝 在 片 场 耍 大 牌 sp1 颖 儿 即 在 微 博 发 功 维 护 sil|27 20 26 17 19 17 16 20 16 22 19 16 17 30 27 18 22 14 14 16 19 17 15 16 24 32|0.0|5.995 +003900|sil pao3 le5 san1 shi5 duo1 mi3 zi4 ji2 ye3 xun1 dao4 le5 sil|sil 跑 了 三 十 多 米 自 己 也 熏 到 了 sil|26 21 14 18 11 13 26 19 12 12 20 18 22 25|0.0|2.985 +003901|sil ban4 ye4 chi1 dong1 xi5 sp1 shi4 bu3 chong1 zhi1 fang5 de5 zui4 hao3 ban4 fa3 sp1 xiang2 zhang3 pang4 sp1 jiu4 bu2 yao4 cuo4 guo4 sil|sil 半 夜 吃 东 西 sp1 是 补 充 脂 肪 的 最 好 办 法 sp1 想 长 胖 sp1 就 不 要 错 过 sil|27 17 15 19 16 20 7 19 11 20 16 18 11 17 15 19 22 28 22 18 24 4 19 12 16 19 23 30|0.0|5.855 +003902|sil bu4 yuan3 chu4 sp1 hai2 you3 nong2 min2 zheng4 zai4 yong4 shui3 beng4 sp1 yin2 liu3 gan1 qu2 zhong1 shui3 guan4 gai4 sil|sil 不 远 处 sp1 还 有 农 民 正 在 用 水 泵 sp1 引 柳 干 渠 中 水 灌 溉 sil|26 15 17 29 11 11 10 19 22 13 11 14 23 23 7 12 17 18 22 16 17 20 24 29|0.0|4.95 +003903|sil gan1 ai2 de5 fa1 sheng1 hen3 da4 bu4 fen5 gen1 yi3 gan1 you3 guan1 sil|sil 肝 癌 的 发 生 很 大 部 分 跟 乙 肝 有 关 sil|26 17 15 10 21 24 22 17 17 23 17 14 18 16 27 29|0.0|3.635 +003904|sil zai4 you3 ke2 shi3 yong4 chun2 gao1 sp1 bing4 bi4 mian3 tian2 zui3 chun2 sil|sil 再 有 可 使 用 唇 膏 sp1 并 避 免 舔 嘴 唇 sil|28 23 25 20 15 12 20 24 6 23 16 25 21 15 34 28|0.0|3.89 +003905|sil zhong1 guo2 hao3 zang1 hao3 luan4 sp1 hao3 kuai4 huo5 sil|sil 中 国 好 脏 好 乱 sp1 好 快 活 sil|27 21 22 24 24 22 28 3 21 29 27 28|0.0|3.2 +003906|sil ni3 zai4 zhe4 yang5 bu2 wu4 zheng4 ye4 wan2 wu4 sang4 zhi4 de5 hua4 sp1 wo3 jiu4 gen1 ni3 li2 hun1 sil|sil 你 再 这 样 不 务 正 业 玩 物 丧 志 的 话 sp1 我 就 跟 你 离 婚 sil|28 13 17 12 20 12 15 19 21 21 13 20 13 11 20 14 11 12 15 9 18 28 30|0.0|4.55 +003907|sil pian4 duan4 zhong1 de5 ji1 nu3 jian3 le5 yi4 tou2 duan3 fa4 sp1 ji2 ti4 jing4 hu2 xu1 sp1 hui1 fu4 qi2 ying1 jun4 ben3 se4 sil|sil 片 段 中 的 基 努 剪 了 一 头 短 发 sp1 及 剃 净 胡 须 sp1 恢 复 其 英 俊 本 色 sil|28 26 14 14 6 19 31 19 6 11 15 22 24 18 18 14 17 18 23 27 20 18 24 20 19 16 23 29|0.0|6.26 +003908|sil yu4 xian3 chuan2 zhi1 sp1 ju4 li2 an4 bian1 qi1 ba1 shi5 mi3 sp1 jin3 sheng4 yi4 gen1 gang1 lan3 gu4 ding4 sp1 hong2 shui3 tuan1 ji2 sil|sil 遇 险 船 只 sp1 距 离 岸 边 七 八 十 米 sp1 仅 剩 一 根 钢 缆 固 定 sp1 洪 水 湍 急 sil|31 14 18 21 22 6 16 13 20 20 19 17 15 22 31 17 15 12 21 17 19 14 22 22 20 17 23 24 32|0.0|6.5 +003909|sil you3 ren2 qiao1 chuang1 shi2 sp1 bu4 qing1 yi4 jie2 suo3 xia4 che1 sil|sil 有 人 敲 窗 时 sp1 不 轻 易 解 锁 下 车 sil|28 11 16 19 21 25 11 15 19 17 14 16 18 25 27|0.0|3.275 +003910|sil ta1 da4 jing1 sp1 shuo1 sp1 ni3 lao2 hu3 pi4 gu5 ye2 gan3 mo1 sil|sil 他 大 惊 sp1 说 sp1 你 老 虎 屁 股 也 敢 摸 sil|26 20 23 24 12 29 33 8 24 16 24 12 12 17 27 28|0.0|3.895 +003911|sil ru2 guo2 wo3 men5 bu4 xu1 yao4 bu3 ding1 sp1 ke2 yi3 ting2 yong4 ying4 yong4 yin3 qing2 shi2 li4 sp1 bu2 yong4 wei4 ci3 fu4 fei4 sil|sil 如 果 我 们 不 需 要 补 丁 sp1 可 以 停 用 应 用 引 擎 实 例 sp1 不 用 为 此 付 费 sil|28 15 26 12 16 14 12 13 16 25 20 18 9 24 18 18 16 16 18 16 22 18 14 16 12 14 19 23 30|0.0|6.015 +003912|sil suan1 yu3 wu1 ran3 shi4 ge5 qu1 yu4 xing4 de5 wen4 ti2 sil|sil 酸 雨 污 染 是 个 区 域 性 的 问 题 sil|28 28 15 18 25 16 13 25 11 15 9 18 26 29|0.0|3.205 +003913|sil ta1 xi3 huan1 yan2 se4 xian1 yan4 de5 yi1 fu5 sil|sil 她 喜 欢 颜 色 鲜 艳 的 衣 服 sil|26 18 16 20 16 13 17 16 7 16 23 26|0.0|2.48 +003914|sil hun4 hun5 zuo3 you4 kai1 gong1 sp1 pi1 li5 pa1 la1 de5 sp1 da3 le5 ma3 li4 ji3 shi2 ji4 er3 guang1 sil|sil 混 混 左 右 开 弓 sp1 噼 呖 啪 啦 的 sp1 打 了 马 力 几 十 记 耳 光 sil|28 24 24 16 14 20 20 26 17 12 17 18 16 7 14 8 20 22 17 18 15 20 27 28|0.0|5.205 +003915|sil song4 zai4 xiang1 jue2 ding4 qu4 yi2 tang4 yun2 nan2 sil|sil 宋 再 湘 决 定 去 一 趟 云 南 sil|26 25 16 27 19 16 14 8 19 16 32 27|0.0|2.85 +003916|sil dui4 ci3 ci4 fang3 wen4 sp1 zhong1 mei3 shuang1 fang1 jun1 wei4 zuo4 shi4 xian1 yu4 bao4 sil|sil 对 此 次 访 问 sp1 中 美 双 方 均 未 作 事 先 预 报 sil|26 21 15 15 18 25 11 16 14 20 22 16 11 18 15 18 17 24 30|0.0|4.085 +003917|sil cao1 zuo4 tai2 tu1 ran2 che2 guai3 sp1 zhei4 rang4 liang2 xian1 sheng5 sp1 you2 dian3 bu4 zhi1 suo3 cuo4 sil|sil 操 作 台 突 然 扯 拐 sp1 这 让 梁 先 生 sp1 有 点 不 知 所 措 sil|29 20 16 24 16 16 22 26 23 14 13 18 18 17 10 14 21 13 12 16 24 28|0.0|4.765 +003918|sil wo3 men5 jiang1 jiu4 you3 guan1 wen4 ti2 sp1 ji4 xu4 yu2 jian3 tai4 deng3 ge4 fang1 sp1 bao3 chi2 gou1 tong1 sil|sil 我 们 将 就 有 关 问 题 sp1 继 续 与 柬 泰 等 各 方 sp1 保 持 沟 通 sil|31 9 11 18 16 18 17 15 25 18 19 22 18 21 19 12 16 22 3 16 16 16 27 28|0.0|5.03 +003919|sil ji1 hui4 zong3 shi4 chui2 qing1 you2 zhun3 bei4 de5 ren2 sp1 huang2 bai3 gao1 ye3 bu2 li4 wai4 sil|sil 机 会 总 是 垂 青 有 准 备 的 人 sp1 黄 柏 高 也 不 例 外 sil|27 21 22 13 13 18 20 16 18 15 9 24 20 21 16 26 15 11 14 25 30|0.0|4.575 +003920|sil shen1 cai2 ai2 xiao3 de5 xiao3 lang2 zai3 sp1 di4 yi1 ci4 chi1 yang2 nai3 sp1 ke3 fei4 le5 jinr4 r sil|sil 身 材 矮 小 的 小 狼 崽 sp1 第 一 次 吃 羊 奶 sp1 可 费 了 劲 儿 sil|27 24 20 18 14 9 13 20 27 22 13 12 16 16 17 25 4 19 15 11 22 0 28|0.0|4.555 +003921|sil li4 yuan4 de5 pin3 zhi4 sp1 zen3 hui4 lun2 luo4 zhi4 ci3 ne5 sil|sil 立 院 的 品 质 sp1 怎 会 沦 落 至 此 呢 sil|29 16 18 7 23 22 3 18 17 16 14 14 21 25 29|0.0|3.155 +003922|sil da4 jia1 bu2 bi4 zai4 wang3 xue2 xiao4 xun2 ren2 da3 ting1 le5 sil|sil 大 家 不 必 再 往 学 校 寻 人 打 听 了 sil|26 15 25 13 12 15 13 16 18 17 14 17 18 16 29|0.0|3.07 +003923|sil wo3 zai4 ni3 xin1 li3 sp1 ying1 gai1 yong2 yuan3 shi2 ba1 sui4 sil|sil 我 在 你 心 里 sp1 应 该 永 远 十 八 岁 sil|28 11 14 14 17 18 7 17 17 18 15 16 16 22 31|0.0|3.03 +003924|sil bei4 gao4 yu2 shi4 dui4 shi4 zhu3 yan2 kou3 cha1 jing2 deng3 sp1 zhi4 shi4 zhu3 ke2 sou4 cai2 song1 shou3 sil|sil 被 告 于 是 对 事 主 掩 口 叉 颈 等 sp1 至 事 主 咳 嗽 才 松 手 sil|30 17 25 14 10 15 19 25 25 27 26 23 22 26 23 20 16 21 23 20 17 22 30|0.0|5.755 +003925|sil he2 xiao2 ya3 tong2 qin3 shi4 de5 ta1 sp1 jing1 chang2 bei4 xiao2 ke3 shan1 er3 guang1 sil|sil 和 小 雅 同 寝 室 的 她 sp1 经 常 被 小 可 扇 耳 光 sil|27 18 20 20 22 16 11 10 27 22 18 18 13 16 15 15 17 28 28|0.0|4.195 +003926|sil er4 ci4 jia1 ya1 beng4 zhan4 fen1 bu4 ling2 san3 sp1 xiao3 xing2 hua4 sp1 bu4 ju2 bu2 gou4 ke1 xue2 sil|sil 二 次 加 压 泵 站 分 布 零 散 sp1 小 型 化 sp1 布 局 不 够 科 学 sil|30 17 19 14 14 20 23 22 11 20 27 15 21 20 23 17 13 24 12 15 20 30 32|0.0|5.325 +003927|sil shi4 bi3 mo4 zhi3 yan4 sp1 wo3 cong1 ming5 ba5 sil|sil 是 笔 墨 纸 砚 sp1 我 聪 明 吧 sil|27 29 14 20 18 26 12 14 21 18 23 27|0.0|2.895 +003928|sil yan2 chang3 chu4 chu4 you3 sp1 yan2 shang1 zao4 min2 duo1 sp1 shi4 ta1 de5 li4 shi2 xie3 zhao4 sil|sil 盐 场 处 处 有 sp1 盐 商 灶 民 多 sp1 是 它 的 历 史 写 照 sil|28 20 28 16 18 26 11 19 22 15 20 18 22 16 20 7 14 14 17 25 28|0.0|4.695 +003929|sil zhan4 qi3 lai2 shi2 sp1 xiong1 qian2 pi2 fu1 yi3 bei4 ceng4 hong2 sil|sil 站 起 来 时 sp1 胸 前 皮 肤 已 被 蹭 红 sil|26 22 12 17 25 15 22 18 16 24 12 14 24 30 31|0.0|3.58 +003930|sil hai2 shi4 mai3 yi1 fu5 ba5 sp1 zhei4 yang4 qi2 ma2 wo3 neng2 zhi1 dao4 qian2 hua1 zai4 nar3 r la5 sil|sil 还 是 买 衣 服 吧 sp1 这 样 起 码 我 能 知 道 钱 花 在 哪 儿 啦 sil|29 16 14 19 15 15 23 29 17 20 17 17 9 16 13 17 24 19 13 21 0 23 27|0.0|4.795 +003931|sil qing1 hua2 wei4 ti2 ren4 he2 guan1 yu2 zhao1 shou1 zhuang4 yuan2 de5 xin4 xi1 sil|sil 清 华 未 提 任 何 关 于 招 收 状 元 的 信 息 sil|26 24 25 15 18 18 15 16 15 18 15 14 14 7 19 26 28|0.0|3.635 +003932|sil liang3 ming2 she4 hui4 qing1 nian2 sp1 yao1 shang4 bie2 zhe5 liang2 ba3 xi1 gua1 dao1 sil|sil 两 名 社 会 青 年 sp1 腰 上 别 着 两 把 西 瓜 刀 sil|29 18 16 15 12 17 25 10 16 20 13 8 20 16 16 15 26 27|0.0|3.7 +003933|sil chu2 le5 nv3 er2 sp1 ji3 ge5 peng2 you5 ou2 er3 lai2 chuan4 chuan5 men2 liao2 tian1 sil|sil 除 了 女 儿 sp1 几 个 朋 友 偶 尔 来 串 串 门 聊 天 sil|27 19 10 19 23 16 15 11 17 18 19 13 21 17 13 14 18 27 28|0.0|4.01 +003934|sil zhe4 xie1 yan2 lun4 zi4 you2 de5 lan4 yong4 sp1 zhi2 jie1 zao4 cheng2 wang3 shang4 xin4 xi1 sp1 liang2 you3 bu4 qi2 sp1 zhen1 jia3 nan2 bian4 sil|sil 这 些 言 论 自 由 的 滥 用 sp1 直 接 造 成 网 上 信 息 sp1 良 莠 不 齐 sp1 真 假 难 辨 sil|28 18 22 14 16 13 12 9 17 21 18 14 11 17 26 15 15 16 21 4 20 17 13 27 3 20 14 21 25 29|0.0|5.995 +003935|sil shi2 san1 sui4 de5 nv3 er2 yin1 ci3 huai2 yun4 sp1 hou4 lai2 sheng1 xia4 yi2 ge5 ying1 er2 sil|sil 十 三 岁 的 女 儿 因 此 怀 孕 sp1 后 来 生 下 一 个 婴 儿 sil|31 22 17 13 9 16 18 16 17 19 21 16 17 23 20 14 9 12 16 29 28|0.0|4.45 +003936|sil nen4 mo2 chen2 jing4 sp1 a1 dan4 sp1 xian4 shang4 sheng1 ri4 dan4 gao1 gei3 wang1 dong1 cheng2 sil|sil 嫩 模 陈 静 sp1 阿 旦 sp1 献 上 生 日 蛋 糕 给 汪 东 城 sil|30 19 22 26 24 9 16 22 16 20 21 15 12 17 18 15 19 15 32 29|0.0|4.61 +003937|sil fang2 wu1 zhuang1 xiu1 jia1 ju4 deng3 wu4 pin3 sun2 hui3 sil|sil 房 屋 装 修 家 具 等 物 品 损 毁 sil|26 22 12 20 26 25 18 16 12 16 20 30 27|0.0|3.13 +003938|sil ma1 de5 sp1 na3 ge5 hun2 dan4 ba3 tan2 tu3 de5 zhe4 me5 yuan2 a5 sil|sil 妈 的 sp1 哪 个 混 蛋 把 痰 吐 得 这 么 圆 啊 sil|28 24 21 18 17 13 19 19 14 27 13 10 12 13 19 23 26|0.0|3.665 +003939|sil zhi2 zhuo2 yu2 zhe4 li2 xiang3 sp1 ji2 bian4 sheng4 li4 le5 sp1 na4 ye3 yi2 ding4 shi4 bei1 can3 de5 sil|sil 执 著 于 这 理 想 sp1 即 便 胜 利 了 sp1 那 也 一 定 是 悲 惨 的 sil|24 17 15 15 14 20 30 11 18 17 20 15 18 20 12 11 11 15 15 16 27 19 24|0.0|4.695 +003940|sil jian4 she4 feng4 huang5 da4 qiao2 sp1 nei4 huan2 xian4 sp1 ze2 lian2 cheng2 yi4 ti3 sil|sil 建 设 凤 凰 大 桥 sp1 内 环 线 sp1 则 连 成 一 体 sil|30 22 20 18 19 13 31 21 15 20 18 5 13 17 15 14 31 29|0.0|4.075 +003941|sil ji2 zhong1 lian2 pian4 tui1 jin4 ke3 zai4 sheng1 neng2 yuan2 jian4 zhu4 ying4 yong4 sil|sil 集 中 连 片 推 进 可 再 生 能 源 建 筑 应 用 sil|30 16 15 22 30 18 21 17 15 12 14 17 15 10 15 27 26|0.0|3.72 +003942|sil ta1 men5 cheng1 sp1 yao4 li4 ji2 dao2 hui3 wu2 ru3 min2 zu2 zui4 gao1 zun1 yan2 de5 sp1 li3 ming2 bo2 zheng4 fu3 sil|sil 他 们 称 sp1 要 立 即 捣 毁 侮 辱 民 族 最 高 尊 严 的 sp1 李 明 博 政 府 sil|29 16 11 30 21 14 17 15 21 25 15 16 21 16 14 14 17 17 14 2 16 19 16 17 30 30|0.0|5.49 +003943|sil shen2 me5 shi2 hou4 neng2 gou4 he1 shang4 ming2 gui4 de5 tu2 lu3 fan1 pu2 tao5 jiu3 ne5 sil|sil 什 么 时 候 能 够 喝 上 名 贵 的 吐 鲁 番 葡 萄 酒 呢 sil|28 20 11 17 18 16 12 18 22 21 15 15 13 13 20 13 16 19 24 28|0.0|4.17 +003944|sil ta1 jie4 lai2 pi2 chi3 sp1 cong2 hu2 tong4 kou3 wang2 li3 la1 sp1 yi3 liang4 chu1 kuan1 zhai3 sil|sil 他 借 来 皮 尺 sp1 从 胡 同 口 往 里 拉 sp1 以 量 出 宽 窄 sil|29 20 13 14 19 31 14 22 15 17 20 18 14 26 22 10 22 14 23 29 29|0.0|4.885 +003945|sil zhe4 wei4 bao3 an1 ping2 shi2 xiao4 xi1 xi1 de5 hen3 han1 hou4 sil|sil 这 位 保 安 平 时 笑 嘻 嘻 的 很 憨 厚 sil|28 16 12 15 27 19 15 22 14 16 18 21 19 27 29|0.0|3.455 +003946|sil ni3 xian4 zai4 bei4 wo3 ju1 liu2 le5 sp1 ni2 dei2 bao3 chi2 an1 jing4 sp1 hai2 dei3 guai1 guai1 ting1 hua4 sil|sil 你 现 在 被 我 拘 留 了 sp1 你 得 保 持 安 静 sp1 还 得 乖 乖 听 话 sil|30 10 19 19 12 13 16 18 16 22 10 17 18 15 20 20 17 16 15 15 14 21 24 30|0.0|4.96 +003947|sil xiao3 yu2 bu3 huo4 bu4 duo1 sp1 yu2 min2 kai1 shi2 bu3 xia1 sil|sil 小 鱼 捕 获 不 多 sp1 渔 民 开 始 捕 虾 sil|29 25 22 13 17 14 22 23 11 24 15 14 15 32 28|0.0|3.525 +003948|sil dang1 shi2 gang1 huai4 yi4 dian3 de5 shi2 hou4 sp1 lao3 shi1 rang4 wo3 men5 sp1 bu2 yao4 dao4 lan2 gan1 nar4 r wan2 sil|sil 当 时 刚 坏 一 点 的 时 候 sp1 老 师 让 我 们 sp1 不 要 到 栏 杆 那 儿 玩 sil|29 18 20 17 16 11 17 6 15 18 30 13 14 16 11 19 5 11 14 14 16 14 17 0 31 31|0.0|4.91 +003949|sil zhu1 li4 lun2 tou4 lu4 sp1 wang2 jin1 ping2 suan4 ming4 zhei4 yi4 jie2 sp1 shi2 zai4 hen3 nan2 pie1 de5 qing1 sil|sil 朱 立 伦 透 露 sp1 王 金 平 算 命 这 一 节 sp1 实 在 很 难 撇 得 清 sil|29 15 13 18 18 21 20 17 18 22 18 18 14 9 24 18 17 22 17 17 15 12 26 29|0.0|5.19 +003950|sil wai4 hui4 zhan4 kuan3 jian2 shao3 de5 zhi2 jie1 yuan2 yin1 sp1 shi4 kua4 jing4 zi1 ben3 liu2 chu1 sil|sil 外 汇 占 款 减 少 的 直 接 原 因 sp1 是 跨 境 资 本 流 出 sil|29 17 21 16 18 16 14 10 12 17 14 23 13 17 23 16 10 15 17 27 30|0.0|4.355 +003951|sil lin2 zou3 shi2 sp1 bo2 bo5 ding1 zhu3 le5 you4 ding1 zhu3 sp1 lou3 zhe5 chuan2 wa2 de5 tou2 sp1 mo1 le5 yi2 bian4 you4 yi2 bian4 sil|sil 临 走 时 sp1 伯 伯 叮 嘱 了 又 叮 嘱 sp1 搂 着 船 娃 的 头 sp1 摸 了 一 遍 又 一 遍 sil|31 16 17 27 15 15 20 22 13 11 21 18 21 32 16 10 23 15 9 32 12 15 12 16 18 17 16 26 30|0.0|6.34 +003952|sil fang2 zi5 hen3 xia2 zhai3 sp1 bei4 hai4 de5 ye2 sun1 lia2 tang3 zai4 yi2 ge5 xiao3 chuang2 shang4 sp1 yong4 bei4 zi5 gai4 zhe5 sil|sil 房 子 很 狭 窄 sp1 被 害 的 爷 孙 俩 躺 在 一 个 小 床 上 sp1 用 被 子 盖 着 sil|28 29 20 17 22 26 27 16 15 10 14 17 24 21 14 13 11 15 23 20 16 16 13 10 22 20 30|0.0|5.915 +003953|sil dui4 xian4 chang3 de5 da4 liang4 tan4 an1 deng3 yuan2 liao4 sp1 lei2 guo2 sheng4 cheng1 sp1 zhei4 shi4 guo3 yuan2 yong4 de5 fei2 liao4 sil|sil 对 现 场 的 大 量 碳 铵 等 原 料 sp1 雷 国 胜 称 sp1 这 是 果 园 用 的 肥 料 sil|31 21 23 21 15 14 22 18 19 13 16 23 32 14 13 19 21 10 17 20 19 14 17 8 19 26 30|0.0|5.975 +003954|sil you2 ren2 ruo4 shi4 chuang2 wo3 yuan4 sp1 chu1 qu4 rang4 ni3 bian4 gong1 gong5 sil|sil 游 人 若 是 闯 我 院 sp1 出 去 让 你 变 公 公 sil|29 20 19 16 17 22 17 26 15 19 15 17 20 19 19 21 27|0.0|3.92 +003955|sil ying4 dui4 fei1 chuan2 tong3 an1 quan2 wei1 xie2 sp1 jiu4 yao4 you2 yu3 zhi1 dui4 ying4 de5 fei1 chuan2 tong3 jun1 shi4 xing2 dong4 sil|sil 应 对 非 传 统 安 全 威 胁 sp1 就 要 有 与 之 对 应 的 非 传 统 军 事 行 动 sil|30 20 19 18 21 14 16 14 16 30 24 13 15 21 16 15 16 23 22 18 21 15 14 14 19 23 30|0.0|6.0 +003956|sil wo3 wen4 gong1 si1 de5 shi4 qing5 zen3 me5 yang4 sp1 ta1 zong3 shi4 hou2 long2 hen2 xiang3 de5 hou2 wo3 sp1 bu2 yao4 fan2 le5 sil|sil 我 问 公 司 的 事 情 怎 么 样 sp1 他 总 是 喉 咙 很 响 地 吼 我 sp1 不 要 烦 了 sil|31 12 20 16 14 9 15 16 13 9 23 24 15 16 19 16 14 19 25 7 23 22 21 10 17 22 17 28|0.0|5.72 +003957|sil cong2 wai4 guan1 shang4 kan4 sp1 zheng4 chang2 de5 zao3 zi5 sp1 biao3 pi2 xi4 ni4 guang1 hua2 sp1 shao1 wei1 nie1 yi2 xia4 you3 tan2 xing4 sil|sil 从 外 观 上 看 sp1 正 常 的 枣 子 sp1 表 皮 细 腻 光 滑 sp1 稍 微 捏 一 下 有 弹 性 sil|27 29 19 18 20 23 25 18 18 7 25 16 13 20 16 19 24 23 29 26 15 11 18 13 28 13 22 27 30|0.0|6.875 +003958|sil jing3 fang1 ren4 ding4 sp1 nie4 mou3 ju4 you3 zhong4 da4 xian2 yi2 sil|sil 警 方 认 定 sp1 聂 某 具 有 重 大 嫌 疑 sil|26 21 15 19 20 12 19 26 13 16 18 15 20 25 29|0.0|3.415 +003959|sil gan3 dao4 de5 cun1 min2 yong4 bian3 dan4 jiang1 xiao3 yang2 lao1 qi3 sp1 zhun3 bei4 lao1 xiao3 fan1 shi2 sp1 ta1 chen2 ru4 le5 shui3 zhong1 sil|sil 赶 到 的 村 民 用 扁 担 将 小 阳 捞 起 sp1 准 备 捞 小 帆 时 sp1 他 沉 入 了 水 中 sil|30 21 12 9 21 29 20 21 19 15 15 14 18 27 34 18 10 16 17 19 25 14 16 21 12 11 18 26 30|0.0|6.475 +003960|sil zhei4 ye3 shi4 ji4 ga3 si1 yi4 dun1 ji2 you2 tian2 fa1 xian4 zhi1 hou4 de5 you4 yi2 ge5 yi4 dun1 ji2 you2 tian2 sil|sil 这 也 是 继 尕 斯 亿 吨 级 油 田 发 现 之 后 的 又 一 个 亿 吨 级 油 田 sil|28 15 14 23 20 22 29 16 17 10 15 19 15 14 15 19 19 21 14 16 13 17 13 16 33 30|0.0|5.605 +003961|sil dui4 ni3 shuo1 yi4 bai3 bian4 wo3 ai4 ni3 sil|sil 对 你 说 一 百 遍 我 爱 你 sil|26 14 14 18 13 20 18 16 19 27 26|0.0|2.45 +003962|sil yan3 huai4 ren5 yan3 de5 zui4 hao3 la5 sil|sil 演 坏 人 演 得 最 好 啦 sil|29 18 25 21 17 8 21 19 21 27|0.0|2.39 +003963|sil wu2 mou3 shuo1 sp1 shen1 wei2 yang2 zi3 sp1 ta1 ming2 xian2 gan3 jue2 dao4 yang3 fu4 mu3 pian1 tan2 you3 xue4 yuan2 guan1 xi5 de5 ren2 sil|sil 吴 某 说 sp1 身 为 养 子 sp1 他 明 显 感 觉 到 养 父 母 偏 袒 有 血 缘 关 系 的 人 sil|31 13 22 24 17 15 14 20 24 16 17 19 19 15 11 21 23 14 23 23 20 16 20 15 16 12 13 24 30|0.0|6.345 +003964|sil qing1 gui3 shang4 die1 die5 dao3 zai4 di4 shang5 sil|sil 轻 轨 上 爹 爹 倒 在 地 上 sil|26 28 17 28 19 17 15 14 18 29 28|0.0|2.775 +003965|sil jin4 ri4 sp1 gou2 yao3 ren2 shi4 jian4 pin2 fa1 sil|sil 近 日 sp1 狗 咬 人 事 件 频 发 sil|26 23 20 16 18 17 15 15 19 19 28 29|0.0|2.84 +003966|sil wei4 zhuan4 nai2 fen3 qian2 xian3 ran2 bu2 shi4 sil|sil 为 赚 奶 粉 钱 显 然 不 是 sil|28 14 21 16 18 30 22 17 15 26 27|0.0|2.72 +003967|sil kong1 qi4 zhong1 piao1 zhe5 yi4 gu3 suan1 chou4 wei4 sil|sil 空 气 中 飘 着 一 股 酸 臭 味 sil|25 24 17 23 21 11 14 15 23 22 24 26|0.0|2.845 +003968|sil chun1 jie2 qian2 bu4 hao3 zhao1 gong1 sp1 shi4 chi1 jie1 duan4 sp1 wo2 dei3 qu4 duan1 pan2 zi5 la5 sil|sil 春 节 前 不 好 招 工 sp1 试 吃 阶 段 sp1 我 得 去 端 盘 子 啦 sil|25 22 14 26 12 15 18 21 26 17 17 17 20 13 8 14 15 17 24 10 18 29|0.0|4.62 +003969|sil bai4 zhe3 bu4 nei3 sp1 shi1 li4 de5 mai4 kai3 en1 he2 he4 ka2 bi3 sp1 bing4 bu4 ju3 sang4 sil|sil 败 者 不 馁 sp1 失 利 的 麦 凯 恩 和 赫 卡 比 sp1 并 不 沮 丧 sil|26 20 19 12 33 18 19 17 12 17 18 22 18 15 21 24 5 18 8 18 24 31|0.0|4.815 +003970|sil ju4 xi1 sp1 jing3 fang1 zan4 wei4 neng2 wan2 quan2 que4 ding4 zhuan1 kuai4 de5 zhui4 xia4 wei4 zhi5 sp1 zan4 wei4 you3 ren2 bei4 bu3 sil|sil 据 悉 sp1 警 方 暂 未 能 完 全 确 定 砖 块 的 坠 下 位 置 sp1 暂 未 有 人 被 捕 sil|28 19 29 17 21 21 16 13 13 16 14 13 19 18 15 13 14 14 17 22 23 30 14 13 17 16 27 29|0.0|6.05 +003971|sil wan3 shang5 sp1 fu4 qin1 wu2 da4 yun2 shu3 luo4 ta1 sil|sil 晚 上 sp1 父 亲 吴 大 云 数 落 她 sil|29 21 23 9 20 22 12 18 16 21 20 29 27|0.0|3.105 +003972|sil jian4 yu2 zhe4 zhong3 xiang2 fa3 sp1 wo3 men5 yuan4 yi4 zai4 zhong1 guo2 zuo4 zong3 dai4 li3 sil|sil 鉴 于 这 种 想 法 sp1 我 们 愿 意 在 中 国 做 总 代 理 sil|27 20 15 13 16 21 25 14 10 11 16 10 14 19 12 15 17 16 24 27|0.0|3.97 +003973|sil ca1 wan2 zhi1 hou4 sp1 mao2 jin1 ye3 shi4 sui2 shou3 yi4 reng1 sil|sil 擦 完 之 后 sp1 毛 巾 也 是 随 手 一 扔 sil|29 22 18 15 23 19 17 25 14 12 15 16 12 29 29|0.0|3.42 +003974|sil wai4 jie4 ren4 wei2 sp1 zhong1 guo2 bi4 ding4 wei4 ci2 gan3 dao4 xing1 fen4 he2 yu2 yue4 sil|sil 外 界 认 为 sp1 中 国 必 定 为 此 感 到 兴 奋 和 愉 悦 sil|29 15 13 20 21 9 21 18 14 16 12 14 17 12 23 18 15 16 22 27|0.0|4.09 +003975|sil suo2 jing3 feng1 shui3 sp1 ji1 hu1 yao4 shen2 me5 you3 shen2 me5 sil|sil 索 井 风 水 sp1 几 乎 要 什 么 有 什 么 sil|29 27 18 18 23 7 18 20 21 15 10 19 19 18 27|0.0|3.35 +003976|sil hai2 gan2 tao3 jia4 huan2 jia4 sp1 ni2 yi3 jing1 liang3 tian1 mei2 jiao1 zuo4 ye4 la5 sp1 jiao4 jia1 zhang3 sil|sil 还 敢 讨 价 还 价 sp1 你 已 经 两 天 没 交 作 业 啦 sp1 叫 家 长 sil|32 23 21 16 16 18 22 28 9 11 16 23 17 12 16 16 15 18 14 17 17 29 29|0.0|5.05 +003977|sil bie2 ji2 bie2 ji2 sp1 deng2 wo3 chuan1 yue4 hui2 qu4 bang1 ni3 kan4 kan5 ha1 sil|sil 别 急 别 急 sp1 等 我 穿 越 回 去 帮 你 看 看 哈 sil|25 21 21 18 26 22 15 12 19 16 17 19 15 13 20 16 24 27|0.0|4.015 +003978|sil wo3 yi4 zhi2 ren4 wei2 wo3 ge1 ge5 shi4 yuan1 wang4 de5 sp1 ken3 ding4 shi4 bei4 ren2 bi1 de5 sil|sil 我 一 直 认 为 我 哥 哥 是 冤 枉 的 sp1 肯 定 是 被 人 逼 的 sil|30 12 18 13 16 22 20 16 14 13 18 23 14 19 21 17 10 14 18 18 19 28|0.0|4.565 +003979|sil ta1 zhi3 zhe5 wu2 bai2 mi3 kai1 wai4 de5 yi2 chu4 fang2 wu1 gao4 su5 ji4 zhe3 sp1 nar4 r shi4 ta1 de5 jia1 sil|sil 她 指 着 五 百 米 开 外 的 一 处 房 屋 告 诉 记 者 sp1 那 儿 是 她 的 家 sil|29 22 17 21 13 16 14 18 13 10 10 17 19 14 16 12 15 26 23 23 0 15 18 8 32 28|0.0|5.215 +003980|sil ran2 er2 sp1 qian2 tian1 wan3 shang4 ba4 ba5 shuang3 yue1 la5 sil|sil 然 而 sp1 前 天 晚 上 爸 爸 爽 约 啦 sil|29 17 24 7 21 15 19 25 15 12 22 19 19 26|0.0|3.135 +003981|sil mei2 you3 qiang2 jian4 de5 ti3 po4 sp1 yi2 qie4 dou1 jiang1 hua4 wei2 wu1 you3 sil|sil 没 有 强 健 的 体 魄 sp1 一 切 都 将 化 为 乌 有 sil|31 12 16 21 12 10 19 25 20 13 19 14 21 17 14 17 29 28|0.0|3.925 +003982|sil zhi2 dao4 zhe4 shi2 sp1 wu2 tan2 gan3 jue2 che1 liang4 dian1 bo3 shi2 zai4 you2 dian3 da4 le5 sil|sil 直 到 这 时 sp1 伍 坦 感 觉 车 辆 颠 簸 实 在 有 点 大 了 sil|27 14 14 17 26 25 12 27 15 11 18 16 21 22 17 14 11 18 20 20 28|0.0|4.56 +003983|sil wei2 you3 shi4 jie4 yu3 lian2 sp1 yi2 fu4 sp1 lin3 ran2 zheng4 qi4 de5 yang4 zi5 sp1 zhe4 hen3 xu1 wei3 sp1 he2 bu2 fu4 ze2 ren4 sil|sil 唯 有 世 界 羽 联 sp1 一 副 sp1 凛 然 正 气 的 样 子 sp1 这 很 虚 伪 sp1 和 不 负 责 任 sil|34 17 17 18 17 12 30 12 12 28 5 16 21 18 13 9 24 19 37 13 18 24 24 14 16 11 15 20 21 31|0.0|6.575 +003984|sil ning2 da4 nian2 sp1 yi1 ran2 zai4 qi4 che1 xiu1 li2 chang3 fu4 ze2 wei2 xiu1 he2 pei2 xun4 sil|sil 宁 大 年 sp1 依 然 在 汽 车 修 理 厂 负 责 维 修 和 培 训 sil|32 18 14 32 3 12 18 18 16 14 12 15 30 15 18 16 19 13 17 27 29|0.0|4.5 +003985|sil bei4 ren2 chuo1 zhe5 ji2 liang2 gu3 sp1 huo2 zhe5 ye3 nan2 shou4 sp1 bu2 shi4 wo3 zuan1 niu2 jiao3 jian1 sil|sil 被 人 戳 着 脊 梁 骨 sp1 活 着 也 难 受 sp1 不 是 我 钻 牛 角 尖 sil|23 17 18 22 13 11 22 26 10 21 11 12 21 20 18 14 14 12 17 13 16 30 28|0.0|4.745 +003986|sil da4 bai2 tian1 de5 sp1 ni2 ba3 zi4 ji3 yi1 ku4 cang2 na3 le5 ya5 sil|sil 大 白 天 的 sp1 你 把 自 己 衣 裤 藏 哪 了 呀 sil|25 17 19 27 15 20 10 15 13 13 19 18 21 19 14 21 28|0.0|3.65 +003987|sil shen3 pan4 zhang3 sui2 hou4 qiao1 xiang2 fa3 chui2 sp1 ting2 shen3 kai1 shi3 sil|sil 审 判 长 随 后 敲 响 法 槌 sp1 庭 审 开 始 sil|29 23 18 23 19 16 19 14 17 26 6 23 19 19 28 29|0.0|3.81 +003988|sil shuo1 zhe5 sp1 qiang3 le5 shang4 di4 de5 huo2 gan4 sp1 zi4 pi1 yi4 dao1 sp1 li2 ruo4 lan2 er2 qu4 sil|sil 说 着 sp1 抢 了 上 帝 的 活 干 sp1 自 劈 一 刀 sp1 离 若 兰 而 去 sil|31 24 21 7 22 10 21 9 11 16 22 18 17 17 12 22 9 15 14 15 14 31 29|0.0|4.725 +003989|sil gui3 zi5 jiang1 yuan2 lai2 de5 cun1 zhuang1 yi2 lv4 shao1 guang1 sil|sil 鬼 子 将 原 来 的 村 庄 一 律 烧 光 sil|26 21 17 20 15 13 8 22 20 16 16 22 27 29|0.0|3.155 +003990|sil bu2 guo4 xiao2 mei3 zui4 zhong1 hai2 shi4 duo4 tai1 le5 sil|sil 不 过 小 美 最 终 还 是 堕 胎 了 sil|25 14 22 22 23 14 15 18 14 15 23 20 28|0.0|2.935 +003991|sil mu4 ban3 qing1 wa3 sp1 diao4 jiao3 sp1 ji2 wu1 qian2 wu1 hou4 sp1 ma3 de5 lao3 gao1 de5 chai2 duo4 sp1 jiu4 shi4 sang1 zhi2 ren2 shi4 xi2 de5 min2 ju1 sil|sil 木 板 青 瓦 sp1 吊 脚 sp1 及 屋 前 屋 后 sp1 码 得 老 高 的 柴 垛 sp1 就 是 桑 植 人 世 袭 的 民 居 sil|33 23 27 25 31 7 21 31 14 22 17 20 12 22 7 20 8 19 16 10 23 22 30 16 13 20 13 19 20 13 9 22 24 31|0.0|7.665 +003992|sil zhe4 du3 qiang2 shi4 zang4 zu2 gu1 niang5 yong3 ji2 cai2 ren2 chang2 mian2 de5 di4 fang5 sil|sil 这 堵 墙 是 藏 族 姑 娘 永 吉 才 仁 长 眠 的 地 方 sil|26 19 12 34 18 19 13 14 23 21 13 21 20 22 17 8 17 25 30|0.0|4.315 +003993|sil guo1 jian4 yi4 xin1 xiang3 sp1 mo4 bu2 shi4 fu4 zi2 lia2 chao3 jia4 sp1 di4 di5 you4 chu1 qu5 he1 men4 jiu3 le5 sil|sil 郭 建 义 心 想 sp1 莫 不 是 父 子 俩 吵 架 sp1 弟 弟 又 出 去 喝 闷 酒 了 sil|29 15 18 14 18 29 26 16 10 19 16 10 18 20 25 23 16 19 20 14 13 13 18 19 23 30|0.0|5.695 +003994|sil pan1 ji1 wen2 qiang2 diao4 shuo1 sp1 ren2 kou3 de5 zeng1 zhang2 shi3 que1 shui3 qing2 kuang4 ri4 yi4 e4 hua4 sp1 qi4 hou4 bian4 hua4 ye3 shi4 ru2 ci3 sil|sil 潘 基 文 强 调 说 sp1 人 口 的 增 长 使 缺 水 情 况 日 益 恶 化 sp1 气 候 变 化 也 是 如 此 sil|29 21 14 15 19 13 23 34 19 14 8 19 28 18 15 15 19 19 18 13 21 24 24 22 15 19 24 15 15 13 27 29|0.0|7.215 +003995|sil an2 dei2 zhao3 lin2 zhan4 sp1 gei3 lin2 zhan4 shuo1 hao3 sp1 dao4 shi2 jian1 ren2 jia1 qu4 sil|sil 俺 得 找 林 站 sp1 给 林 站 说 好 sp1 到 时 间 人 家 去 sil|29 17 15 15 18 22 16 10 17 15 20 26 21 16 13 19 14 15 29 29|0.0|4.365 +003996|sil shua1 ya2 xi2 lian3 hou4 sp1 ta1 kai1 shi3 sheng1 huo2 chao3 cai4 sil|sil 刷 牙 洗 脸 后 sp1 她 开 始 生 火 炒 菜 sil|29 25 19 14 21 23 17 15 17 17 18 16 18 28 29|0.0|3.555 +003997|sil zhe4 ge5 dou3 qiao4 xia2 zhai3 de5 he2 bian1 hu4 po1 sp1 shi4 lao3 xu2 mei3 tian1 hui2 jia1 jin4 chu1 de5 wei2 yi1 chu1 lu4 sil|sil 这 个 陡 峭 狭 窄 的 河 边 护 坡 sp1 是 老 徐 每 天 回 家 进 出 的 唯 一 出 路 sil|27 18 20 17 19 24 15 14 16 15 16 26 26 13 17 18 21 19 16 18 18 15 12 18 17 19 23 29|0.0|6.105 +003998|sil hun1 jie4 gong1 si1 sp1 da3 chu1 de5 zheng1 hun1 zhao1 pai2 sil|sil 婚 介 公 司 sp1 打 出 的 征 婚 招 牌 sil|26 20 15 17 22 5 17 17 12 16 17 18 31 29|0.0|3.04 +003999|sil wo2 ku3 xin1 jing1 ying2 duo1 nian2 de5 qi3 ye4 hui3 yu2 yi2 dan4 sp1 shui2 lai2 pei2 chang2 wo3 men5 de5 sun3 shi1 sil|sil 我 苦 心 经 营 多 年 的 企 业 毁 于 一 旦 sp1 谁 来 赔 偿 我 们 的 损 失 sil|31 16 20 20 17 17 12 15 6 20 23 21 14 15 22 27 18 16 17 20 12 10 9 19 26 31|0.0|5.505 +004000|sil wen2 yong3 quan2 lv4 shi1 hai2 ren4 wei2 sp1 ying4 chuang2 dao3 zhi4 zheng1 zhi5 yi4 shuo1 sp1 ye3 bu4 cheng2 li4 sil|sil 文 永 泉 律 师 还 认 为 sp1 硬 闯 导 致 争 执 一 说 sp1 也 不 成 立 sil|30 14 17 16 14 15 13 17 24 26 19 23 14 13 18 14 12 21 5 15 11 21 20 29|0.0|4.885 +004001|sil shu4 yue4 qian2 sp1 tang1 miao3 he2 zhou1 su1 hong2 ban4 li3 le5 li2 hun1 shou3 xu4 sil|sil 数 月 前 sp1 汤 淼 和 周 苏 红 办 理 了 离 婚 手 续 sil|33 23 15 35 4 23 29 17 14 17 31 15 15 11 14 18 19 24 30|0.0|4.49 +004002|sil o5 sp1 zhe4 zhen1 ba2 wo3 wen4 zhu4 le5 sp1 ni3 xi1 wang4 wo3 shang4 wang3 sou1 suo3 da2 an4 ma5 sil|sil 哦 sp1 这 真 把 我 问 住 了 sp1 你 希 望 我 上 网 搜 索 答 案 吗 sil|34 21 14 14 19 11 12 19 14 18 25 10 13 12 14 19 19 15 14 14 17 27 31|0.0|4.71 +004003|sil lao3 po2 guo4 qu5 an1 wei4 sp1 shuo1 sp1 bie2 ku1 le5 sp1 zhe4 you3 shen2 me5 teng2 de5 sil|sil 老 婆 过 去 安 慰 sp1 说 sp1 别 哭 了 sp1 这 有 什 么 疼 的 sil|34 20 22 12 15 16 21 5 30 20 20 21 15 12 17 11 15 9 30 17 29|0.0|4.545 +004004|sil bu4 lan2 ni2 si1 hao2 bu4 gai3 hao2 fang4 zuo4 feng1 sp1 yi4 tou2 luan4 fa4 xian3 de5 po1 wei2 la1 ta5 sil|sil 布 兰 尼 丝 毫 不 改 豪 放 作 风 sp1 一 头 乱 发 显 得 颇 为 邋 遢 sil|28 10 18 19 20 16 13 15 17 18 15 23 30 10 17 22 25 21 9 16 12 21 27 31|0.0|5.265 +004005|sil bing1 yi4 bing1 ni3 de5 nao3 dai4 sp1 zong2 you3 yi4 kuan3 qin4 shuang3 shi4 he2 ni3 sil|sil 冰 一 冰 你 的 脑 袋 sp1 总 有 一 款 沁 爽 适 合 你 sil|29 17 16 16 13 9 25 19 7 18 14 10 18 21 23 20 16 22 32|0.0|4.0 +004006|sil xiao3 xie4 er3 bo2 hao4 qi2 de5 pa2 shang4 tiao4 ma3 sp1 shuai1 xia4 lai2 sp1 pa2 shang4 qu4 sp1 you4 shuai1 le5 xia4 lai2 sil|sil 小 谢 尔 博 好 奇 地 爬 上 跳 马 sp1 摔 下 来 sp1 爬 上 去 sp1 又 摔 了 下 来 sil|35 24 15 15 22 20 16 15 21 14 19 25 16 23 14 22 5 23 20 20 18 18 19 11 15 24 29|0.0|6.015 +004007|sil ta1 yao4 xia4 shan1 jiu4 dei3 yong4 shou3 pao2 xue3 sil|sil 他 要 下 山 就 得 用 手 刨 雪 sil|26 19 13 20 26 18 12 16 15 23 29 28|0.0|2.85 +004008|sil tiao4 zao5 hua4 shi2 hen2 han3 jian4 sil|sil 跳 蚤 化 石 很 罕 见 sil|26 25 16 19 21 17 21 27 27|0.0|2.31 +004009|sil mu4 ling2 he2 shang4 de5 pai2 wu1 gou1 sil|sil 穆 棱 河 上 的 排 污 沟 sil|29 14 17 17 20 11 21 15 25 28|0.0|2.29 +004010|sil bi3 shi2 sp1 wang2 xi3 feng1 guan1 yun4 heng1 tong1 sp1 xiang4 mu4 tou2 zi1 dang1 nian2 sheng1 ren4 kai1 feng1 shi4 shi4 zhang3 zhu4 li3 sil|sil 彼 时 sp1 王 喜 峰 官 运 亨 通 sp1 项 目 投 资 当 年 升 任 开 封 市 市 长 助 理 sil|31 17 30 9 18 16 21 13 17 18 23 25 19 9 20 23 15 15 20 18 19 16 17 14 18 18 21 31|0.0|6.165 +004011|sil he2 de2 yun4 shuo1 sp1 zhe4 dou1 shi4 yun4 qi4 lian4 gong1 de5 yuan2 gu4 sil|sil 和 德 运 说 sp1 这 都 是 运 气 练 功 的 缘 故 sil|29 19 15 19 23 11 13 15 26 20 14 19 14 7 21 21 30|0.0|3.67 +004012|sil mo4 li3 sen1 mai3 le5 yi4 shuang1 xin1 xie2 que4 bu4 chuan1 sil|sil 莫 里 森 买 了 一 双 新 鞋 却 不 穿 sil|30 13 13 23 15 8 10 17 19 20 18 13 32 28|0.0|3.01 +004013|sil qi2 cao2 zhe3 shi4 xiang1 ji4 wei3 shu1 ji4 huang2 shu1 qun2 sil|sil 起 草 者 是 乡 纪 委 书 记 黄 淑 群 sil|30 23 20 25 27 22 14 13 18 18 19 16 32 30|0.0|3.56 +004014|sil fu1 qi1 lia3 gei2 xiao3 long2 zi2 qi3 ming2 sp1 wang2 zhou1 lin2 sil|sil 夫 妻 俩 给 小 龙 子 起 名 sp1 王 周 麟 sil|28 21 15 26 13 16 19 17 17 29 11 21 17 31 26|0.0|3.57 +004015|sil jie1 zhe5 you4 gai2 mai3 huang2 jin1 ji1 jin1 gu3 piao4 deng3 sil|sil 接 着 又 改 买 黄 金 基 金 股 票 等 sil|30 19 18 18 15 28 27 25 20 24 18 24 25 29|0.0|3.71 +004016|sil wang2 ying2 yong4 jin4 kong4 zhi4 zi4 ji3 de5 xiao4 sp1 you4 gan1 ke2 liang3 sheng1 sil|sil 王 莹 用 劲 控 制 自 己 的 笑 sp1 又 干 咳 两 声 sil|31 21 22 18 18 18 13 12 9 10 25 11 16 16 18 18 27 28|0.0|3.845 +004017|sil zhe4 ge5 yi2 lu4 shang4 bao4 dao4 hui4 feng1 yin2 hang2 gao1 ceng2 nar4 r sil|sil 这 个 一 路 上 报 到 汇 丰 银 行 高 层 那 儿 sil|25 18 19 14 14 20 13 17 16 17 15 17 14 19 22 0 30|0.0|3.37 +004018|sil you3 shi2 hou4 sp1 wo3 zuo4 meng4 dou1 xiang3 tou2 ben4 ta1 sil|sil 有 时 候 sp1 我 做 梦 都 想 投 奔 他 sil|30 14 16 24 5 15 16 20 11 16 20 16 27 31|0.0|3.035 +004019|sil er2 shou2 zhi3 jia2 ye3 yi2 pian4 yi2 pian4 de5 pi1 diao4 sp1 zai4 zhang3 chu1 lai5 sil|sil 而 手 指 甲 也 一 片 一 片 地 劈 掉 sp1 再 长 出 来 sil|33 21 23 19 25 16 13 20 12 17 8 20 20 6 15 20 15 20 28|0.0|4.08 +004020|sil ru2 pin3 xin1 guo2 biao1 fu3 yi1 chu1 tai2 sp1 bian4 yin3 fa1 le5 zheng1 yi4 sil|sil 乳 品 新 国 标 甫 一 出 台 sp1 便 引 发 了 争 议 sil|27 21 26 22 15 20 18 13 18 27 7 16 14 14 12 17 21 29|0.0|3.91 +004021|sil jian4 yi4 shi4 min2 gou4 mai2 gou3 rou4 shi2 sp1 jin4 liang4 mai3 dai4 pi2 gou3 rou4 sil|sil 建 议 市 民 购 买 狗 肉 时 sp1 尽 量 买 带 皮 狗 肉 sil|29 23 14 16 20 11 15 18 19 25 13 16 17 23 19 18 15 21 30|0.0|4.205 +004022|sil jin1 shan1 wang3 luo4 jin3 ji2 tui1 chu1 xiang1 guan1 bu3 ding1 sil|sil 金 山 网 络 紧 急 推 出 相 关 补 丁 sil|30 21 21 18 22 15 13 17 17 18 15 14 27 31|0.0|3.24 +004023|sil xin1 niang2 si1 di4 fen1 ni1 bai2 fu1 jin1 fa4 sil|sil 新 娘 斯 蒂 芬 妮 白 肤 金 发 sil|33 21 23 13 12 19 24 19 17 20 27 31|0.0|3.005 +004024|sil lao3 jiang4 tan2 zong1 liang4 de5 zhuang4 tai5 ru2 he2 sil|sil 老 将 谭 宗 亮 的 状 态 如 何 sil|28 18 24 19 16 16 8 18 15 15 31 28|0.0|2.745 +004025|sil ping2 shi2 ang2 gui4 sp1 yi2 fang4 kai1 sp1 bi4 ran2 cheng2 zhe4 yang5 sil|sil 平 时 昂 贵 sp1 一 放 开 sp1 必 然 成 这 样 sil|28 23 16 19 23 12 12 20 25 4 15 19 19 16 25 31|0.0|3.56 +004026|sil gou4 wu4 guang2 chang3 zhi3 yun2 xu3 ren2 chu1 lai5 sp1 bu4 yun2 xu3 ren4 he5 ren2 jin4 ru4 sil|sil 购 物 广 场 只 允 许 人 出 来 sp1 不 允 许 任 何 人 进 入 sil|30 15 13 19 32 16 15 14 17 21 20 8 13 13 14 15 11 15 18 26 26|0.0|4.305 +004027|sil shuo1 zhe5 sp1 xian3 lu4 yi2 ge4 bao4 wei1 er3 shi4 de5 wei1 xiao4 sp1 wen4 sp1 shui2 lai2 xie3 ne5 sil|sil 说 着 sp1 显 露 一 个 鲍 威 尔 式 的 微 笑 sp1 问 sp1 谁 来 写 呢 sil|28 24 19 5 18 16 14 22 17 15 12 14 9 14 23 18 24 16 19 17 18 23 31|0.0|4.825 +004028|sil zhen1 shi4 ye4 jie4 liang2 xin1 a5 sil|sil 真 是 业 界 良 心 啊 sil|29 19 24 19 13 22 19 23 29|0.0|2.285 +004029|sil wai4 mian4 mei2 le5 dong4 jing5 sp1 xue1 shi1 fu5 tang3 zai4 chuang2 shang4 sp1 zhan2 zhuan2 fan3 ce4 sil|sil 外 面 没 了 动 静 sp1 薛 师 傅 躺 在 床 上 sp1 辗 转 反 侧 sil|32 18 21 11 11 20 25 17 19 16 18 23 11 24 18 6 20 17 16 25 32|0.0|4.64 +004030|sil shi4 gu4 hou4 sp1 guang3 zhou1 ta3 guan2 li3 fang1 ji2 yu3 bei4 kun4 you2 ke4 tui4 piao4 bing4 ti2 gong1 wan3 can1 sil|sil 事 故 后 sp1 广 州 塔 管 理 方 给 予 被 困 游 客 退 票 并 提 供 晚 餐 sil|32 23 16 22 9 20 12 19 13 12 27 21 15 13 18 14 21 22 29 18 14 14 17 29 32|0.0|5.595 +004031|sil yi4 zhi1 yang2 liang3 zhi1 yang2 sil|sil 一 只 羊 两 只 羊 sil|31 15 18 35 17 19 28 30|0.0|2.24 +004032|sil zai4 zhe4 pian4 shu4 yin1 xia4 sp1 da4 shu1 zong3 suan4 ke2 yi2 duo3 kai1 lie4 ri4 sp1 shao1 wei1 xiu1 xi5 huir4 r sil|sil 在 这 片 树 荫 下 sp1 大 叔 总 算 可 以 躲 开 烈 日 sp1 稍 微 休 息 会 儿 sil|31 17 13 17 17 17 27 13 18 23 21 18 14 10 14 16 18 15 4 21 13 18 14 22 0 30|0.0|5.12 +004033|sil da3 tou2 zhen4 zou3 shang4 tai2 de5 sp1 shi4 wei5 chuan1 hong2 mian2 ao3 de5 a1 yi2 sil|sil 打 头 阵 走 上 台 的 sp1 是 位 穿 红 棉 袄 的 阿 姨 sil|27 18 23 18 14 17 19 15 6 19 12 21 19 16 15 14 12 25 29|0.0|3.94 +004034|sil qi2 zhong1 sp1 dong4 wu4 ming2 xing1 qi3 e2 he2 bei3 ji2 xiong2 zui4 wei2 re2 yan3 sil|sil 其 中 sp1 动 物 明 星 企 鹅 和 北 极 熊 最 为 惹 眼 sil|29 19 25 12 15 11 20 29 29 20 16 15 15 25 12 11 17 32 30|0.0|4.435 +004035|sil dang1 shi2 wang1 nv3 shi4 man2 kou3 da1 ying4 sil|sil 当 时 汪 女 士 满 口 答 应 sil|30 18 23 18 16 17 19 18 20 20 30|0.0|2.66 +004036|sil dan4 dui4 tong1 ji4 zhen4 er2 yan2 sp1 jia1 sheng1 fan4 tun1 bu2 xia4 qu4 le5 sil|sil 但 对 通 济 镇 而 言 sp1 夹 生 饭 吞 不 下 去 了 sil|28 18 18 22 15 15 14 28 11 22 19 25 19 9 18 17 16 28|0.0|3.965 +004037|sil wo3 huo4 de2 le5 xiao3 shuai1 shuai1 ren2 xun1 zhang1 yi4 mei2 sp1 ni3 neng2 gao4 su4 wo3 zhe4 shi4 wei4 shen2 me5 mie1 sil|sil 我 获 得 了 小 衰 衰 人 勋 章 一 枚 sp1 你 能 告 诉 我 这 是 为 什 么 咩 sil|25 15 21 12 16 21 18 17 21 20 17 9 29 21 8 15 19 17 17 13 12 17 13 9 31 27|0.0|5.335 +004038|sil chen2 mou3 jing4 kai1 shi3 dong4 shou3 dong4 jiao3 sp1 bing4 la1 shang4 chuang1 lian2 sp1 jiang1 fu4 mou3 en4 dao3 yu4 xing2 bu4 gui3 sil|sil 陈 某 竟 开 始 动 手 动 脚 sp1 并 拉 上 窗 帘 sp1 将 付 某 摁 倒 欲 行 不 轨 sil|32 22 29 18 17 20 17 15 15 23 10 16 17 17 17 24 18 19 15 16 20 23 16 20 12 29 31|0.0|6.13 +004039|sil cheng2 xian4 zai4 da4 jia1 mian4 qian2 de5 hong2 run4 yu3 rong2 bei4 sp1 he2 jiu3 dian4 qin3 ju4 sp1 feng1 ge2 ge4 you3 te4 se4 sil|sil 呈 现 在 大 家 面 前 的 鸿 润 羽 绒 被 sp1 和 酒 店 寝 具 sp1 风 格 各 有 特 色 sil|26 23 19 15 13 11 19 20 19 18 17 7 19 19 13 14 17 14 21 20 13 21 22 15 13 21 21 33|0.0|5.84 +004040|sil cai3 yong4 guo2 jia1 ti3 yu4 zong3 ju2 zui4 xin1 ban1 bu4 de5 sp1 wu2 da3 san2 da3 jing4 sai4 gui1 ze2 sil|sil 采 用 国 家 体 育 总 局 最 新 颁 布 的 sp1 武 打 散 打 竞 赛 规 则 sil|31 22 21 16 15 15 11 17 17 14 17 16 18 16 18 17 20 24 15 18 14 15 24 30|0.0|5.115 +004041|sil zhe4 ru2 tong2 yi2 kuai4 gan1 mao2 jin1 sp1 wu2 lun4 shi3 duo1 da4 jin4 sp1 dou1 ning3 bu4 chu1 shui3 lai2 sil|sil 这 如 同 一 块 干 毛 巾 sp1 无 论 使 多 大 劲 sp1 都 拧 不 出 水 来 sil|32 18 13 17 11 22 14 17 22 22 10 16 17 13 19 20 10 12 19 10 14 18 27 30|0.0|4.915 +004042|sil bu4 shao3 wang2 you2 chuai3 ce4 sp1 wang2 tao1 ke3 neng2 jiu4 shi4 zai4 dang4 tian1 qiu2 hun1 sp1 fen1 fen1 song4 shang4 zhu4 fu2 sil|sil 不 少 网 友 揣 测 sp1 王 韬 可 能 就 是 在 当 天 求 婚 sp1 纷 纷 送 上 祝 福 sil|26 15 16 13 14 21 21 15 20 27 13 12 13 11 15 16 16 18 23 20 16 20 15 15 16 28 28|0.0|5.61 +004043|sil liang2 zhen4 ying1 yi2 du4 gan3 chu4 luo4 lei4 sp1 yong4 hei1 se4 shou3 jin1 ca1 shi4 sil|sil 梁 振 英 一 度 感 触 落 泪 sp1 用 黑 色 手 巾 擦 拭 sil|27 20 16 25 15 16 18 16 15 22 17 16 17 14 15 15 20 20 32|0.0|4.135 +004044|sil mu4 qian2 qiao2 di4 yin1 bao4 jia2 jing3 zao1 dao4 dai4 bu3 sil|sil 目 前 乔 蒂 因 报 假 警 遭 到 逮 捕 sil|27 13 37 28 20 18 13 21 25 17 13 18 20 31|0.0|3.5 +004045|sil zhe4 bi3 qian2 dui4 wo3 er2 yan2 tai4 zhong4 yao4 le5 sp1 neng2 ba2 wo3 jia1 de5 zhai4 gei3 huan2 le5 ya5 sil|sil 这 笔 钱 对 我 而 言 太 重 要 了 sp1 能 把 我 家 的 债 给 还 了 呀 sil|27 17 16 25 13 15 14 21 22 15 16 18 24 16 17 13 16 9 21 14 20 15 19 32|0.0|5.055 +004046|sil er2 qie3 bai1 kai1 zhi1 hou4 sp1 li3 wai4 yan2 se5 cha1 bie2 jiao4 da4 sil|sil 而 且 掰 开 之 后 sp1 里 外 颜 色 差 别 较 大 sil|29 15 26 14 17 18 20 19 11 16 17 17 20 13 15 24 29|0.0|3.72 +004047|sil ci3 wai4 sp1 gong1 si1 xian4 jin1 dian4 nao2 deng2 you3 jia4 zhi5 cai2 wu4 sp1 bei4 xi3 jie2 yi4 kong1 sil|sil 此 外 sp1 公 司 现 金 电 脑 等 有 价 值 财 物 sp1 被 洗 劫 一 空 sil|28 18 26 6 17 16 24 26 20 26 16 16 16 12 22 18 5 14 16 15 13 28 32|0.0|4.99 +004048|sil yao3 yi4 kou3 sp1 fa1 xian4 li3 mian4 you3 dou4 sha1 xian4 sp1 hen3 jing1 ya4 de5 gao4 su5 wo3 men2 sil|sil 咬 一 口 sp1 发 现 里 面 有 豆 沙 馅 sp1 很 惊 讶 的 告 诉 我 们 sil|31 18 14 27 6 13 14 7 18 16 15 19 20 22 16 18 20 9 15 10 13 23 33|0.0|4.605 +004049|sil er2 min2 jing3 sp1 yi3 jing1 yu1 hui2 dao4 le5 fu4 nv3 de5 zuo3 bian1 sil|sil 而 民 警 sp1 已 经 迂 回 到 了 妇 女 的 左 边 sil|28 16 23 25 6 11 18 15 16 14 13 13 12 9 20 25 28|0.0|3.39 +004050|sil jia3 jia4 shi3 zheng4 sp1 zi4 ti3 guang1 hua2 sp1 mei2 you3 ao1 tu1 gan3 sil|sil 假 驾 驶 证 sp1 字 体 光 滑 sp1 没 有 凹 凸 感 sil|26 24 18 16 22 6 15 15 19 29 9 9 13 16 17 26 31|0.0|3.615 +004051|sil you4 dao4 yi4 nian2 yue4 yuan2 shi2 sp1 jin1 tian1 sp1 ta1 men5 yi1 ran2 mei2 neng2 hui2 jia1 he2 lao3 ren2 tuan2 yuan2 sil|sil 又 到 一 年 月 圆 时 sp1 今 天 sp1 他 们 依 然 没 能 回 家 和 老 人 团 圆 sil|28 17 15 11 23 17 20 31 18 18 26 4 14 11 12 13 9 16 16 20 10 15 13 18 30 31|0.0|5.295 +004052|sil li3 ao2 biao3 shi4 sp1 bu4 xi1 han4 dui4 fang1 dao4 qian4 sp1 dan4 yao1 qiu2 yu3 dui4 fang1 bian4 lun4 sil|sil 李 敖 表 示 sp1 不 稀 罕 对 方 道 歉 sp1 但 要 求 与 对 方 辩 论 sil|29 14 19 18 21 8 17 16 17 14 15 15 21 9 14 17 22 12 14 16 16 19 31|0.0|4.57 +004053|sil er2 ru2 guo3 ming2 que4 biao3 shi4 sp1 wei4 tai2 wan1 chu1 bing1 sp1 ze2 ke3 neng2 hui4 song2 yong3 tai2 du2 sil|sil 而 如 果 明 确 表 示 sp1 为 台 湾 出 兵 sp1 则 可 能 会 怂 恿 台 独 sil|29 14 15 18 17 17 17 22 4 13 16 15 18 23 36 24 12 14 15 16 12 20 26 30|0.0|5.14 +004054|sil zhuan2 yan3 jian1 sp1 yi4 che1 jing4 zheng4 liu4 qi1 bai3 yuan2 sil|sil 转 眼 间 sp1 一 车 净 挣 六 七 百 元 sil|26 19 17 26 10 12 28 21 22 13 16 16 26 33|0.0|3.305 +004055|sil mei3 tian1 yong4 xin1 zuo4 fu3 shi2 gei3 ta1 chi1 sil|sil 每 天 用 心 做 辅 食 给 她 吃 sil|27 16 24 19 21 16 17 16 14 20 26 29|0.0|2.84 +004056|sil wei4 le5 bi4 kai1 peng2 you5 sp1 dong2 hai3 tang2 rang4 wang2 nv3 shi4 xian1 chu1 qu5 liu4 gou3 sil|sil 为 了 避 开 朋 友 sp1 董 海 棠 让 王 女 士 先 出 去 遛 狗 sil|28 10 11 14 18 22 20 30 14 18 28 15 19 16 20 21 14 11 20 26 30|0.0|4.7 +004057|sil dan4 wo3 geng4 xiang3 duo1 ting1 ting5 wang2 you3 de5 yi4 jian4 sil|sil 但 我 更 想 多 听 听 网 友 的 意 见 sil|25 15 14 18 21 13 17 16 18 14 10 14 28 29|0.0|2.925 +004058|sil hen3 nan2 shuo1 zhei4 yi4 dian3 ju4 you2 feng3 ci4 yi4 wei4 sil|sil 很 难 说 这 一 点 具 有 讽 刺 意 味 sil|28 15 16 28 16 11 16 13 15 19 21 12 25 31|0.0|3.09 +004059|sil mu4 qian2 sp1 quan2 guo2 yin1 han4 yin2 shui3 kun4 nan5 ren2 shu4 sp1 yi3 da2 liang3 qian1 ling2 si4 shi5 san1 wan4 ren5 sil|sil 目 前 sp1 全 国 因 旱 饮 水 困 难 人 数 sp1 已 达 两 千 零 四 十 三 万 人 sil|28 14 32 4 25 14 16 22 17 19 16 13 16 21 24 14 23 23 18 18 19 11 16 17 21 33|0.0|5.73 +004060|sil da4 suan4 jiao1 yi4 qu1 nei4 sp1 shao3 le5 wang3 ri4 de5 re4 nao4 fan2 mang2 sil|sil 大 蒜 交 易 区 内 sp1 少 了 往 日 的 热 闹 繁 忙 sil|25 17 21 17 10 17 21 8 18 12 18 17 11 13 17 18 28 29|0.0|3.685 +004061|sil jing1 guo4 wu2 shu4 ci4 mai2 jia2 yi3 hou4 sp1 ta1 zhong1 cheng2 shi2 jia3 da2 jia3 fang1 mian4 de5 hong2 ru2 sil|sil 经 过 无 数 次 买 假 以 后 sp1 他 终 成 识 假 打 假 方 面 的 鸿 儒 sil|26 22 20 13 17 16 19 17 12 21 25 17 16 24 23 22 19 18 15 12 9 19 24 30|0.0|5.29 +004062|sil da4 jia1 ca1 liang4 yan3 jing5 sp1 tao1 gan1 jing4 er3 duo5 sil|sil 大 家 擦 亮 眼 睛 sp1 掏 干 净 耳 朵 sil|25 14 23 19 18 17 21 8 20 15 13 22 20 30|0.0|3.075 +004063|sil shen2 me5 shi2 hou4 jie2 hun1 a5 sil|sil 什 么 时 候 结 婚 啊 sil|28 18 12 16 14 17 18 27 27|0.0|2.06 +004064|sil me1 me1 sp1 wo2 ye3 ai4 ni3 sil|sil 么 么 sp1 我 也 爱 你 sil|27 11 26 21 12 13 17 28 28|0.0|2.12 +004065|sil dui4 yu2 zhuang4 yuan2 gui4 guan1 sp1 geng3 yuan2 sheng1 shuo1 sp1 er2 zi5 hai2 shi4 you2 dian3 ji1 dong4 he2 xing1 fen4 sil|sil 对 于 状 元 桂 冠 sp1 耿 元 生 说 sp1 儿 子 还 是 有 点 激 动 和 兴 奋 sil|27 19 19 19 15 14 25 17 17 18 18 26 14 19 19 17 12 12 18 19 16 15 19 22 31|0.0|5.425 +004066|sil wen1 zhou1 ren2 mei3 nian2 sao3 mu4 shi2 sp1 dou1 yao4 chong2 xin1 shua1 bai2 fen2 qiang2 sp1 shao1 jin4 zhou1 wei2 de5 fen2 cao3 sil|sil 温 州 人 每 年 扫 墓 时 sp1 都 要 重 新 刷 白 坟 墙 sp1 烧 尽 周 围 的 坟 草 sil|30 17 17 21 14 16 15 18 28 21 13 18 21 17 18 14 16 30 14 20 18 15 10 11 19 29 32|0.0|5.945 +004067|sil jia1 li3 hai2 you2 liang3 ge5 wa2 wa5 zai4 nian4 shu1 sp1 mei2 you3 ma1 ma5 zhi1 hou4 sp1 ta1 men5 hao2 ke3 lian2 o5 sil|sil 家 里 还 有 两 个 娃 娃 在 念 书 sp1 没 有 妈 妈 之 后 sp1 他 们 好 可 怜 哦 sil|24 21 19 17 11 20 9 18 16 12 20 26 37 9 10 17 17 16 21 9 14 9 23 19 21 24 25|0.0|5.625 +004068|sil zhang1 jian3 zai4 zhu3 cheng2 yi4 xie1 da4 lou2 pan2 dou1 you3 gong1 cheng2 sil|sil 张 謇 在 主 城 一 些 大 楼 盘 都 有 工 程 sil|27 22 21 15 14 20 10 15 14 16 24 11 15 17 30 32|0.0|3.52 +004069|sil yi1 tuo1 gui4 yang2 zun1 yi4 guo2 jia1 ji2 kai1 fa1 qu1 sp1 jia1 kuai4 fa1 zhan3 hang2 tian1 chan3 ye4 sil|sil 依 托 贵 阳 遵 义 国 家 级 开 发 区 sp1 加 快 发 展 航 天 产 业 sil|31 12 28 23 26 24 20 15 17 11 17 14 21 7 20 21 15 21 18 18 21 18 30|0.0|5.205 +004070|sil feng1 shui3 wei4 zhi5 fei1 chang2 hao3 sp1 yin1 er2 ye3 cheng2 wei2 zhuo2 lu4 dian3 de5 bi4 xuan3 zhi1 yi1 sil|sil 风 水 位 置 非 常 好 sp1 因 而 也 成 为 着 陆 点 的 必 选 之 一 sil|26 22 17 16 20 15 21 27 23 13 23 12 17 14 15 13 17 8 15 19 16 24 29|0.0|4.895 +004071|sil wen2 xi1 sp1 you2 ren2 ye3 fen1 fen1 rao2 you3 xing4 qu4 de5 mo1 niu2 shen1 sp1 tao3 ge5 hao2 cai3 tou2 sil|sil 闻 悉 sp1 游 人 也 纷 纷 饶 有 兴 趣 地 摸 牛 身 sp1 讨 个 好 彩 头 sil|29 15 29 15 17 19 14 18 14 15 11 19 15 8 14 17 24 6 21 11 17 21 30 31|0.0|4.99 +004072|sil yang2 mou2 ye3 bei4 guan4 shang4 le5 zui4 wo1 nang5 zhang4 fu5 de5 tou2 xian2 sil|sil 杨 某 也 被 冠 上 了 最 窝 囊 丈 夫 的 头 衔 sil|29 20 21 13 13 17 20 18 20 15 18 17 10 11 18 31 29|0.0|3.71 +004073|sil hai2 zi5 men5 yong4 dai4 you3 biao2 yan3 xing4 zhi4 de5 yu3 diao4 cheng1 ta1 ma1 ma5 sil|sil 孩 子 们 用 带 有 表 演 性 质 的 语 调 称 她 妈 妈 sil|32 18 10 22 18 13 13 18 14 19 9 12 13 21 20 14 21 24 31|0.0|3.97 +004074|sil sui2 hou4 sp1 ni2 mou3 song2 yong3 zhang1 qian4 sp1 yi4 qi2 ba2 bao3 wu4 mai3 xia4 sp1 zai4 zhuan2 shou3 mai4 diao4 zhuan4 qian2 sil|sil 随 后 sp1 倪 某 怂 恿 张 倩 sp1 一 起 把 宝 物 买 下 sp1 再 转 手 卖 掉 赚 钱 sil|26 22 27 22 16 26 20 17 22 29 17 12 17 13 17 13 21 27 22 19 21 18 22 17 20 35 25|0.0|6.535 +004075|sil cun1 dao4 ni2 ning4 sp1 qi2 qu1 nan2 xing2 sp1 ji2 yi4 da3 hua2 sil|sil 村 道 泥 泞 sp1 崎 岖 难 行 sp1 极 易 打 滑 sil|25 27 14 18 23 6 23 13 21 28 5 19 15 20 33 29|0.0|3.705 +004076|sil zhao2 huo3 jiao4 che1 sp1 yi3 bei4 shao1 cheng2 kong1 ke2 sil|sil 着 火 轿 车 sp1 已 被 烧 成 空 壳 sil|25 23 17 17 24 7 13 17 16 17 18 30 30|0.0|2.945 +004077|sil ta1 men5 de5 hua4 yu3 quan2 hen3 chan2 ruo4 sil|sil 他 们 的 话 语 权 很 孱 弱 sil|26 19 10 10 18 11 23 17 21 22 30|0.0|2.405 +004078|sil huo4 che1 you4 ce4 fu4 jia4 shi3 wei4 zhi5 sp1 bei4 zheng2 ti3 zhuang4 bie3 sp1 si1 ji1 xing4 yun4 tao2 guo4 yi4 jie2 sil|sil 货 车 右 侧 副 驾 驶 位 置 sp1 被 整 体 撞 瘪 sp1 司 机 幸 运 逃 过 一 劫 sil|27 20 24 16 17 14 17 12 18 18 4 14 18 15 21 24 23 20 17 23 15 20 13 11 29 31|0.0|5.59 +004079|sil ta1 yi3 jing1 zhu4 he4 ao4 lang3 de2 sp1 bing4 jiang1 kang2 qi3 bai4 xuan3 ze2 ren4 sil|sil 他 已 经 祝 贺 奥 朗 德 sp1 并 将 扛 起 败 选 责 任 sil|27 20 11 22 17 14 12 18 23 7 16 16 21 17 17 17 17 19 32|0.0|3.985 +004080|sil xia4 wu3 shui4 ge5 wu3 jiao4 sp1 wan3 shang4 chi1 wan2 fan4 kan4 huir4 r dian4 shi4 sp1 yi4 tian1 jiu4 guo4 qu5 le5 sil|sil 下 午 睡 个 午 觉 sp1 晚 上 吃 完 饭 看 会 儿 电 视 sp1 一 天 就 过 去 了 sil|30 29 14 17 11 13 24 33 15 20 17 14 20 17 16 0 17 24 18 12 19 12 17 17 16 30|0.0|5.475 +004081|sil heng1 gu3 kao4 jin4 ba1 ji1 si1 tan3 yu3 a1 fu4 han4 de5 bian1 jie4 sp1 wu3 zhuang1 fen4 zi3 huo2 dong4 pin2 fan2 sil|sil 亨 古 靠 近 巴 基 斯 坦 与 阿 富 汗 的 边 界 sp1 武 装 分 子 活 动 频 繁 sil|28 22 25 21 19 13 10 13 27 12 14 11 19 6 19 19 28 12 17 18 15 15 15 19 28 28|0.0|5.495 +004082|sil zuo2 tian1 sp1 an3 jia1 hai2 mai3 le5 sil|sil 昨 天 sp1 俺 家 还 买 了 sil|26 17 25 5 16 16 15 22 18 30|0.0|2.205 +004083|sil tu1 ran2 bei4 ji4 zhe3 wei2 du3 sp1 hu4 er2 xin1 qie4 de5 jiang1 wen2 yong4 shou3 tui1 sang3 jing4 tou2 sil|sil 突 然 被 记 者 围 堵 sp1 护 儿 心 切 的 姜 文 用 手 推 搡 镜 头 sil|25 22 18 14 11 14 19 25 31 17 15 18 12 10 19 27 17 15 17 18 19 28 30|0.0|5.125 +004084|sil ta1 zao3 nian2 dang1 guo4 yao1 yao1 si4 de5 hua4 wu4 yuan2 sp1 hou4 lai2 zi4 cheng1 xia4 hai3 jing1 shang1 sil|sil 她 早 年 当 过 幺 幺 四 的 话 务 员 sp1 后 来 自 称 下 海 经 商 sil|26 17 16 22 18 16 13 14 14 11 17 11 27 23 13 15 15 22 21 18 17 26 30|0.0|4.9 +004085|sil la1 bi3 ye1 hou4 hui3 ting1 cong2 le5 zhei4 yang4 de5 jian4 yi4 sil|sil 拉 比 耶 后 悔 听 从 了 这 样 的 建 议 sil|29 17 14 24 19 17 18 14 9 11 13 9 19 19 32|0.0|3.07 +004086|sil lin2 yu3 xiang2 you4 hen4 zi4 ji3 sp1 mei2 you3 luo2 mi4 ou1 yu3 shen2 xian1 de5 jiao1 qing2 sp1 jie4 bu2 dao4 nuan3 de5 qing1 yi4 sil|sil 林 雨 翔 又 恨 自 己 sp1 没 有 罗 密 欧 与 神 仙 的 交 情 sp1 借 不 到 暖 的 轻 翼 sil|30 16 11 30 14 20 14 18 4 15 10 15 15 19 12 18 13 8 17 30 20 17 10 12 22 8 23 17 32|0.0|5.685 +004087|sil dan4 chen2 xia2 cui1 zhe5 bao4 jing3 sp1 jin1 tie3 jun1 que4 duo2 duo3 shan2 shan3 sil|sil 但 陈 霞 催 着 报 警 sp1 金 铁 军 却 躲 躲 闪 闪 sil|25 18 19 22 19 10 16 26 28 18 17 23 21 14 12 18 28 26|0.0|4.185 +004088|sil ya1 jie4 bei4 gao4 ren2 de5 sp1 bu4 jin2 you3 fa2 jing3 sp1 tong2 shi2 hai2 you3 wu2 jing3 sil|sil 押 解 被 告 人 的 sp1 不 仅 有 法 警 sp1 同 时 还 有 武 警 sil|29 19 20 12 16 20 16 4 12 14 17 24 26 19 17 23 18 13 17 27 31|0.0|4.575 +004089|sil zhu3 yao4 wei2 de5 shi4 ceng4 fan4 sil|sil 主 要 为 的 是 蹭 饭 sil|24 16 17 16 14 13 21 21 29|0.0|1.985 +004090|sil hou4 lai2 wo3 bei4 xuan3 wei2 ga1 cha2 zhe4 ge5 cun1 de5 cun1 zhang3 sil|sil 后 来 我 被 选 为 嘎 查 这 个 村 的 村 长 sil|28 15 26 14 13 13 17 20 20 14 8 14 8 20 28 29|0.0|3.335 +004091|sil tai4 huai4 le5 sp1 da1 ying4 wo3 bu2 yao4 jie2 ping2 hao3 fa2 sil|sil 太 坏 了 sp1 答 应 我 不 要 截 屏 好 伐 sil|24 25 23 15 13 17 17 20 11 16 16 19 16 27 28|0.0|3.335 +004092|sil bu4 guan2 za3 wen4 sp1 jiu4 shi4 bu4 fa2 ni3 le5 sil|sil 不 管 咋 问 sp1 就 是 不 罚 你 了 sil|26 15 20 18 21 8 23 15 13 19 15 16 28|0.0|2.755 +004093|sil wei4 le5 bi4 mian3 ma2 fan5 he2 zheng1 yi4 sp1 xu3 duo1 ren2 ning4 yuan4 shi3 yong4 si1 jia1 che1 sil|sil 为 了 避 免 麻 烦 和 争 议 sp1 许 多 人 宁 愿 使 用 私 家 车 sil|29 10 11 14 22 20 18 13 17 17 22 16 14 23 17 13 15 12 15 18 27 29|0.0|4.55 +004094|sil yao4 shi4 yong4 da4 beng4 de5 hua4 sp1 er4 san1 shi5 fen1 zhong1 jiu4 ba2 shui3 chou1 gan1 le5 sil|sil 要 是 用 大 泵 的 话 sp1 二 三 十 分 钟 就 把 水 抽 干 了 sil|29 16 14 15 20 18 10 25 17 12 17 13 15 18 14 14 13 18 17 17 28|0.0|4.175 +004095|sil zhong4 dian3 xian4 yang3 qu1 nei4 sp1 jin4 zhi3 ge4 ren2 si4 yang3 sp1 lie4 xing4 quan3 sp1 da4 xing2 quan3 sil|sil 重 点 限 养 区 内 sp1 禁 止 个 人 饲 养 sp1 烈 性 犬 sp1 大 型 犬 sil|29 21 16 15 14 16 21 6 19 12 14 16 16 25 6 15 18 25 9 17 19 25 31|0.0|4.705 +004096|sil zhe4 ge5 ge1 da5 ya1 de5 wo2 chuan3 bu2 guo4 qi4 lai2 sil|sil 这 个 疙 瘩 压 得 我 喘 不 过 气 来 sil|27 18 14 17 21 17 8 13 23 8 15 20 28 29|0.0|2.99 +004097|sil shu1 yue4 long2 biao3 shi4 sp1 yi4 miao2 sheng1 chan3 yi3 jing1 you3 le5 zui4 xin1 de5 jin4 zhan3 sil|sil 舒 跃 龙 表 示 sp1 疫 苗 生 产 已 经 有 了 最 新 的 进 展 sil|29 21 12 19 17 24 32 9 19 18 31 12 14 11 10 15 14 8 18 23 32|0.0|4.5 +004098|sil yin1 wei4 yu2 you2 yong2 hao3 lei4 sp1 chu1 le5 hen3 duo1 de5 han4 sp1 dou4 ni3 de5 la5 sil|sil 因 为 鱼 游 泳 好 累 sp1 出 了 很 多 的 汗 sp1 逗 你 的 啦 sil|30 13 16 19 18 12 18 22 9 17 9 18 16 11 25 21 15 14 10 22 31|0.0|4.255 +004099|sil chen2 mou3 da4 nu4 sp1 cheng1 da4 bu5 liao3 yu2 si2 wang3 po4 sp1 ran2 hou4 er4 ren2 kai1 shi3 zheng1 chao2 qi3 lai2 sil|sil 陈 某 大 怒 sp1 称 大 不 了 鱼 死 网 破 sp1 然 后 二 人 开 始 争 吵 起 来 sil|23 23 21 18 25 22 29 18 6 17 14 16 19 26 27 15 11 18 25 18 14 17 20 15 23 26|0.0|5.88 +004100|sil zai4 san1 niang2 chen2 shu1 zhang1 yan2 li3 sp1 yuan2 yuan5 dong3 shi4 zui3 tian2 cong1 ming5 sp1 jian4 ren2 jiu4 hui4 han3 sil|sil 在 三 嬢 陈 章 淑 眼 里 sp1 媛 媛 懂 事 嘴 甜 聪 明 sp1 见 人 就 会 喊 sil|29 25 22 25 19 15 17 18 22 38 16 26 22 30 24 28 22 22 15 18 16 15 16 27 32|0.0|6.49 +004101|sil guo4 ji3 tian1 wei1 bo2 geng1 xin1 jiu4 hui4 hui1 fu4 de5 sil|sil 过 几 天 微 博 更 新 就 会 恢 复 的 sil|25 18 13 27 16 13 17 20 13 13 18 21 17 30|0.0|3.035 +004102|sil chuai4 men2 sp1 hai2 tong1 guo4 fang2 dao4 chuang1 ci4 sp1 tai4 ke3 pa4 le5 sil|sil 踹 门 sp1 还 通 过 防 盗 窗 刺 sp1 太 可 怕 了 sil|25 25 28 11 16 19 15 18 12 21 21 15 19 17 18 19 27|0.0|3.78 +004103|sil ta1 zi4 chao2 shi4 fang2 nu2 sp1 dan4 ye3 tong4 bing4 kuai4 le4 sil|sil 他 自 嘲 是 房 奴 sp1 但 也 痛 并 快 乐 sil|26 20 15 21 15 19 24 8 17 16 24 14 22 20 30|0.0|3.38 +004104|sil ling4 wai4 sp1 zhang4 fu5 hai2 bi4 xu1 yao4 ba3 pei2 jia4 jia4 zhuang5 sp1 quan2 bu4 song4 hui2 niang2 jia1 sil|sil 另 外 sp1 丈 夫 还 必 须 要 把 陪 嫁 嫁 妆 sp1 全 部 送 回 娘 家 sil|30 14 26 7 24 24 19 12 12 17 18 19 15 22 18 4 24 12 17 13 21 24 30|0.0|4.905 +004105|sil zai4 yuan3 chu4 yi1 xi1 ke3 jian4 de5 sha1 mo4 zhi2 wu4 ying4 chen4 xia4 sp1 zheng3 ge5 qiu2 chang3 xian3 de5 lv4 yi4 ang4 ran2 sil|sil 在 远 处 依 稀 可 见 的 沙 漠 植 物 映 衬 下 sp1 整 个 球 场 显 的 绿 意 盎 然 sil|31 19 18 22 15 15 17 20 15 17 17 14 12 17 19 25 25 19 10 18 26 25 17 17 11 18 28 31|0.0|6.245 +004106|sil zhong4 shi4 nei4 mao4 ji1 chu2 li3 lun4 yan2 jiu1 sil|sil 重 视 内 贸 基 础 理 论 研 究 sil|25 21 22 18 19 14 16 12 16 17 25 30|0.0|2.73 +004107|sil zai4 guan1 yu2 da4 gui1 mo2 sha1 shang1 xing4 wu3 qi4 de5 wen4 ti2 shang4 sp1 zhong1 dong1 ge4 guo2 ge4 huai2 xin1 shi4 sil|sil 在 关 于 大 规 模 杀 伤 性 武 器 的 问 题 上 sp1 中 东 各 国 各 怀 心 事 sil|25 20 15 20 18 15 19 17 17 17 11 12 9 17 16 20 23 18 16 15 22 15 17 17 22 30|0.0|5.375 +004108|sil yi2 lu4 shang4 sp1 sun1 ying3 hao4 yong4 zi4 ji3 de5 fang1 shi4 gu2 wu3 zhe5 dui4 yuan2 sp1 qi2 shi2 ta1 de5 xin1 li3 ye2 tan3 te4 bu4 an1 sil|sil 一 路 上 sp1 孙 颖 浩 用 自 己 的 方 式 鼓 舞 着 队 员 sp1 其 实 他 的 心 里 也 忐 忑 不 安 sil|29 10 18 25 8 21 17 25 17 13 9 10 19 19 19 10 10 14 30 29 18 19 18 10 19 19 15 20 17 10 25 33|0.0|6.67 +004109|sil xie2 san3 wen2 de5 ren2 zui4 duo1 sp1 ren2 xin1 que4 xiang4 ta1 men5 de5 wen2 zhang1 yi2 yang4 san3 sp1 nao4 ye3 xian2 bu4 chu1 qi4 shi4 sil|sil 写 散 文 的 人 最 多 sp1 人 心 却 像 他 们 的 文 章 一 样 散 sp1 闹 也 闲 不 出 气 势 sil|29 19 19 15 10 16 16 22 26 21 26 18 14 13 11 9 17 15 8 18 28 26 20 14 17 8 15 24 21 34|0.0|6.375 +004110|sil ao4 yun4 hui4 zhi1 qian2 you3 shui2 ting1 shuo1 guo4 cai4 ya4 lin2 de5 ming2 zi4 sil|sil 奥 运 会 之 前 有 谁 听 说 过 蔡 亚 林 的 名 字 sil|28 15 12 15 13 33 16 16 17 18 17 24 10 17 7 21 19 28|0.0|3.79 +004111|sil zai4 qing1 dao3 bu4 fen5 ru2 qi3 sp1 yin1 jian3 ce4 yan2 ge2 er2 ting2 chan3 sil|sil 在 青 岛 部 分 乳 企 sp1 因 检 测 严 格 而 停 产 sil|27 20 24 19 12 14 17 30 6 19 15 14 21 16 13 19 24 31|0.0|3.955 +004112|sil ling4 ji4 hua4 sp1 wang2 hu4 ning2 sp1 dai4 bing3 guo2 deng3 can1 jia1 huo2 dong4 sil|sil 令 计 划 sp1 王 沪 宁 sp1 戴 秉 国 等 参 加 活 动 sil|29 18 18 29 12 15 16 28 11 17 18 27 18 16 15 19 17 31|0.0|4.11 +004113|sil chu1 ru4 you3 che1 dai4 bu4 sp1 che1 xing2 zi4 xuan3 sp1 hai2 you3 bao2 ma3 o5 sil|sil 出 入 有 车 代 步 sp1 车 型 自 选 sp1 还 有 宝 马 哦 sil|28 24 21 16 19 17 20 11 21 16 15 26 14 13 13 17 20 23 30|0.0|4.225 +004114|sil ti1 zu2 qiu2 dang1 ran2 hui4 la5 sil|sil 踢 足 球 当 然 会 啦 sil|25 22 15 22 15 18 16 29 29|0.0|2.215 +004115|sil guo4 qu4 wu3 nian2 shi2 jian1 li3 sp1 ya2 hu2 gu3 piao4 jia4 ge2 yi3 suo1 shui3 yi2 ban4 sil|sil 过 去 五 年 时 间 里 sp1 雅 虎 股 票 价 格 已 缩 水 一 半 sil|25 18 18 10 17 15 16 20 20 16 14 15 18 19 26 13 18 19 10 22 30|0.0|4.4 +004116|sil si4 hu1 zhang4 wei4 da3 sp1 zi4 ji2 yi3 bei4 ju4 da4 de5 xin1 li3 ya1 li4 da2 kua3 sil|sil 似 乎 仗 未 打 sp1 自 己 已 被 巨 大 的 心 理 压 力 打 垮 sil|28 18 21 19 16 23 17 18 19 12 15 16 12 9 14 11 13 15 18 32 30|0.0|4.36 +004117|sil can2 ji2 qing2 kuang4 sp1 xu1 you3 yi1 yuan4 zheng4 ming2 sp1 qie3 mei2 liang3 nian2 fu4 cha2 yi2 ci4 sil|sil 残 疾 情 况 sp1 需 有 医 院 证 明 sp1 且 每 两 年 复 查 一 次 sil|26 23 14 22 21 3 20 12 11 16 16 25 7 20 17 19 15 14 22 10 22 31|0.0|4.485 +004118|sil nei4 dan2 ban3 cai2 han4 jie1 sp1 shi4 shui3 xiang1 jia1 gong1 guo4 cheng2 zhong1 sp1 you4 yi2 zhong4 yao4 huan2 jie2 sil|sil 内 胆 板 材 焊 接 sp1 是 水 箱 加 工 过 程 中 sp1 又 一 重 要 环 节 sil|30 18 19 17 20 19 23 6 29 21 18 13 16 12 20 18 6 18 13 14 14 17 25 29|0.0|5.055 +004119|sil wo3 men5 guo4 qu4 de5 ge2 ming4 sp1 qi3 fei1 deng3 yu2 sp1 bai2 gan4 yi4 chang3 sil|sil 我 们 过 去 的 革 命 sp1 岂 非 等 于 sp1 白 干 一 场 sil|28 7 14 17 16 11 14 21 7 21 14 18 16 4 15 15 10 30 29|0.0|3.56 +004120|sil zhang1 rui4 ping2 cheng1 sp1 yi4 hai1 ceng2 zao1 dao4 wang3 luo4 shui3 jun1 de5 gong1 ji1 sil|sil 章 瑞 平 称 sp1 一 嗨 曾 遭 到 网 络 水 军 的 攻 击 sil|26 18 14 20 27 26 14 26 23 16 16 18 15 17 13 10 17 24 30|0.0|4.29 +004121|sil wo3 mei2 de2 zui4 guo4 ni3 sp1 qing3 bie2 luan4 sao1 rao3 sil|sil 我 没 得 罪 过 你 sp1 请 别 乱 骚 扰 sil|28 10 20 16 15 15 25 10 24 11 20 19 22 30|0.0|3.08 +004122|sil qi2 ci4 sp1 jin4 xiang4 shui4 e2 di3 kou4 de5 yao4 jian4 xing2 shi4 sp1 yao1 qiu2 cai3 gou4 huan2 jie2 zuo4 hao3 tiao2 zheng3 ying4 dui4 sil|sil 其 次 sp1 进 项 税 额 抵 扣 的 要 件 形 式 sp1 要 求 采 购 环 节 做 好 调 整 应 对 sil|27 21 22 24 19 17 19 14 13 15 9 16 15 21 21 29 14 23 21 16 19 19 15 18 19 13 19 21 26|0.0|6.325 +004123|sil hai2 zi5 de5 lian2 can3 bai2 sp1 zhe1 teng5 huai4 le5 sil|sil 孩 子 的 脸 惨 白 sp1 折 腾 坏 了 sil|27 21 11 7 21 25 26 9 17 15 23 22 26|0.0|2.9 +004124|sil dao3 zhi4 hang2 ban1 yan2 wu4 sp1 yi4 bai3 si4 shi5 ba1 ge4 sp1 zhi4 liu2 lv3 ke4 jin4 wan4 ren2 sil|sil 导 致 航 班 延 误 sp1 一 百 四 十 八 个 sp1 滞 留 旅 客 近 万 人 sil|27 16 21 20 15 16 23 6 12 16 14 12 17 21 28 16 14 17 21 20 19 24 30|0.0|4.94 +004125|sil zi1 yuan2 xing4 chan2 pin3 jia4 ge2 gai3 ge2 sp1 wen2 tuo2 you3 xu4 tui1 jin4 sil|sil 资 源 性 产 品 价 格 改 革 sp1 稳 妥 有 序 推 进 sil|25 21 12 20 18 12 16 12 18 24 5 17 17 15 17 18 19 30|0.0|3.665 +004126|sil shen4 zhi4 jun1 zheng4 fu3 sp1 zi4 yuan4 jiao1 quan2 yu2 min2 xuan3 zheng4 fu3 sp1 ye3 shi4 zhe4 zhong3 xin4 nian4 de5 chan3 wu4 sil|sil 甚 至 军 政 府 sp1 自 愿 交 权 于 民 选 政 府 sp1 也 是 这 种 信 念 的 产 物 sil|25 26 23 22 19 23 3 17 17 16 22 13 21 21 18 24 31 13 12 17 18 16 14 7 28 22 28|0.0|5.99 +004127|sil zuo3 li4 rong2 ting1 dao4 wang1 sha1 yi4 fan1 kai1 dao3 hou4 sp1 xiao4 de5 he2 bu4 long2 zui3 sil|sil 左 丽 荣 听 到 汪 莎 一 番 开 导 后 sp1 笑 得 合 不 拢 嘴 sil|27 15 15 24 17 12 18 21 10 15 18 17 19 14 19 14 16 7 18 29 29|0.0|4.345 +004128|sil xuan3 ze2 xing4 jie1 gui3 zhi3 neng2 pian4 pian5 zi4 ji3 sil|sil 选 择 性 接 轨 只 能 骗 骗 自 己 sil|28 21 14 17 17 25 13 18 17 14 15 23 30|0.0|2.93 +004129|sil zhe4 ge5 tu2 shu1 shen2 tou1 ceng2 shi4 xie2 shou3 sil|sil 这 个 图 书 神 偷 曾 是 写 手 sil|25 19 15 17 14 20 24 20 14 18 26 30|0.0|2.81 +004130|sil wan2 xi2 you3 tao2 li2 xian4 chang3 sil|sil 宛 喜 有 逃 离 现 场 sil|28 16 20 15 18 15 18 28 29|0.0|2.17 +004131|sil ju4 shuo1 ci3 man4 bei4 jing2 hen3 ying4 sil|sil 据 说 此 嫚 背 景 很 硬 sil|29 17 22 19 24 15 17 20 19 32|0.0|2.48 +004132|sil rang4 ren2 zhuo2 shi2 wei4 zhi1 chuai3 ce4 sil|sil 让 人 着 实 为 之 揣 测 sil|27 20 21 18 16 14 11 22 32 25|0.0|2.395 +004133|sil mei3 jie2 wen4 sp1 ni3 ne5 sil|sil 美 洁 问 sp1 你 呢 sil|27 15 18 24 21 14 26 26|0.0|1.99 +004134|sil tang2 ren2 li4 she4 ying2 zhan2 hai3 bao4 sil|sil 唐 人 立 摄 影 展 海 报 sil|24 23 13 15 17 14 17 21 23 26|0.0|2.24 +004135|sil cun1 min2 yuan4 zhong1 de5 da4 ku1 long5 sil|sil 村 民 院 中 的 大 窟 窿 sil|25 21 16 17 16 9 16 22 25 30|0.0|2.29 +004136|sil yi4 dianr3 r yi4 yi4 ye3 mei2 you3 sil|sil 一 点 儿 意 义 也 没 有 sil|30 14 22 0 13 14 12 17 26 27|0.0|2.035 +004137|sil xian2 yi2 ren2 jiang2 yu3 luo4 wang3 sil|sil 嫌 疑 人 蒋 宇 落 网 sil|29 22 8 23 22 13 18 29 29|0.0|2.24 +004138|sil guai2 dian3 jiu4 zai4 zhe4 wu3 nian2 sil|sil 拐 点 就 在 这 五 年 sil|27 23 24 17 12 14 11 33 32|0.0|2.245 +004139|sil bu2 yao4 ma5 sp1 bie2 gan2 zou2 wo3 sil|sil 不 要 嘛 sp1 别 赶 走 我 sil|26 18 15 25 6 16 18 18 26 29|0.0|2.285 +004140|sil wei2 qiang2 zha4 lan5 xiu4 ji4 ban1 ban1 sil|sil 围 墙 栅 栏 锈 迹 斑 斑 sil|35 16 23 19 24 20 13 19 20 29|0.0|2.535 +004141|sil bu4 fu2 yao2 wo3 a5 sil|sil 不 服 咬 我 啊 sil|26 16 23 20 20 22 30|0.0|1.82 +004142|sil li4 run4 ke3 guan1 jing4 zheng1 ye2 hen3 ji1 lie4 sil|sil 利 润 可 观 竞 争 也 很 激 烈 sil|29 16 16 19 30 22 21 15 17 14 25 26|0.0|2.905 +004143|sil wu2 jing3 zhan4 shi5 bang1 mang2 sao2 xue3 sil|sil 武 警 战 士 帮 忙 扫 雪 sil|28 15 16 20 19 15 15 18 29 27|0.0|2.34 +004144|sil na4 zhen1 shi4 tai4 hao3 le5 ye5 sil|sil 那 真 是 太 好 了 耶 sil|29 16 16 17 25 13 12 23 27|0.0|2.07 +004145|sil shou3 xian1 sp1 yin1 fen1 hua4 wa2 jie3 sil|sil 首 先 sp1 因 分 化 瓦 解 sil|29 21 28 10 16 16 16 17 29 29|0.0|2.455 +004146|sil bao2 ta3 zhen4 he2 yao1 sil|sil 宝 塔 镇 河 妖 sil|27 19 26 19 19 28 28|0.0|1.93 +004147|sil zen3 me5 hui4 yun1 ne5 sil|sil 怎 么 会 晕 呢 sil|27 18 9 16 19 27 27|0.0|1.665 +004148|sil wai4 sun1 nv3 zhi2 niu4 zhe5 bu4 zou3 pian1 yao4 wan2 sil|sil 外 孙 女 执 拗 着 不 走 偏 要 玩 sil|29 15 18 21 13 18 13 13 28 21 16 28 33|0.0|3.085 +004149|sil wei4 shen2 me5 yao4 wen4 wei4 shen2 me5 sil|sil 为 什 么 要 问 为 什 么 sil|28 17 17 10 15 16 19 20 18 29|0.0|2.195 +004150|sil tiao2 qing2 shi4 shen2 me5 dong1 dong1 ya5 sil|sil 调 情 是 什 么 东 东 呀 sil|26 24 26 16 16 10 18 15 25 28|0.0|2.365 +004151|sil tui4 yi2 bu4 hai3 kuo4 tian1 kong1 sil|sil 退 一 步 海 阔 天 空 sil|28 27 11 21 21 17 17 25 29|0.0|2.28 +004152|sil ta1 jiu4 jiu5 san1 shi2 duo1 sui4 sp1 jia1 zhong1 ye2 you2 xiao3 hai2 sil|sil 他 舅 舅 三 十 多 岁 sp1 家 中 也 有 小 孩 sil|26 18 19 18 17 10 16 21 7 20 18 12 12 19 32 29|0.0|3.41 +004153|sil ka1 cha1 sp1 yi2 kuai4 xuan2 chui2 de5 lou2 ban3 diao4 xia4 lai5 sp1 za2 zai4 pang2 bian1 sp1 guan1 bing1 men5 de5 xin1 sp1 yi2 xia4 ti2 dao4 sang3 zi5 yan3 sil|sil 咔 嚓 sp1 一 块 悬 垂 的 楼 板 掉 下 来 sp1 砸 在 旁 边 sp1 官 兵 们 的 心 sp1 一 下 提 到 嗓 子 眼 sil|29 19 29 26 11 23 19 15 9 20 20 20 15 17 7 17 13 19 22 36 21 13 15 10 22 13 13 20 14 13 16 12 27 32|0.0|7.285 +004154|sil tui1 jin4 guo2 you3 lin2 qu1 he2 nong2 ken2 ti3 zhi4 gai3 ge2 sil|sil 推 进 国 有 林 区 和 农 垦 体 制 改 革 sil|27 23 24 14 14 18 22 16 18 18 15 12 18 28 31|0.0|3.46 +004155|sil er2 zhe4 ze2 yao2 chen2 qian1 zhe5 xiao3 mao2 lv2 de5 guang3 gao4 sp1 ye3 wei4 gan3 ji2 kuai4 su4 ti2 gao1 le5 zhi1 ming2 du4 sil|sil 而 这 则 姚 晨 牵 着 小 毛 驴 的 广 告 sp1 也 为 赶 集 快 速 提 高 了 知 名 度 sil|33 20 19 20 19 23 18 15 14 15 13 10 18 22 21 8 14 18 19 24 15 15 13 10 12 19 18 31|0.0|5.755 +004156|sil hu4 shi5 shuo1 sp1 zhang1 ye2 ye5 zui4 xi3 huan1 zuo4 de5 shi4 sp1 jiu4 shi4 bai3 nong4 ta1 de5 la1 lian4 sil|sil 护 士 说 sp1 张 爷 爷 最 喜 欢 做 的 事 sp1 就 是 摆 弄 他 的 拉 链 sil|29 21 15 27 17 22 14 14 13 14 15 11 10 20 9 16 13 15 18 16 5 18 23 31|0.0|4.715 +004157|sil kan4 zhe5 shou1 yi4 lv4 ceng1 ceng1 wang3 xia4 die1 sp1 dan4 xiang3 na2 quan4 de5 sp1 bu4 yi2 ding4 neng2 mai3 dao4 sil|sil 看 着 收 益 率 噌 噌 往 下 跌 sp1 但 想 拿 券 的 sp1 不 一 定 能 买 到 sil|27 24 15 21 8 19 21 20 15 16 21 36 22 18 14 26 12 8 13 8 13 13 20 18 34|0.0|5.365 +004158|sil tao2 bao3 gong1 zuo4 ren2 yuan2 cheng1 sp1 zeng4 pin3 ken3 ding4 shi4 mian3 fei4 de5 sil|sil 淘 宝 工 作 人 员 称 sp1 赠 品 肯 定 是 免 费 的 sil|28 22 18 14 12 13 16 26 15 24 25 16 16 11 21 22 16 30|0.0|4.005 +004159|sil lin2 mu3 yi4 ting1 sp1 gao1 xing4 de5 xian3 xie1 wang4 le5 yao4 qu4 cuo1 ma2 jiang4 sil|sil 林 母 一 听 sp1 高 兴 得 险 些 忘 了 要 去 搓 麻 将 sil|30 15 16 13 27 14 18 20 8 19 18 18 11 12 15 16 18 23 30|0.0|3.96 +004160|sil wan3 shang4 zai4 chu1 men2 sp1 ye2 xu3 hui4 liang2 kuai4 xie1 sil|sil 晚 上 再 出 门 sp1 也 许 会 凉 快 些 sil|29 18 17 14 15 26 9 13 17 12 20 20 24 30|0.0|3.07 +004161|sil ci3 an4 hong1 dong4 quan2 guo2 sp1 gong1 an1 bu4 gua4 pai2 du1 ban4 sil|sil 此 案 轰 动 全 国 sp1 公 安 部 挂 牌 督 办 sil|28 20 22 20 13 19 25 8 16 15 17 17 19 14 26 30|0.0|3.59 +004162|sil yi4 zhi1 xue3 bai2 er2 miao2 tiao2 de5 quan2 xin1 shi3 lai2 ke4 sp1 chu1 xian4 zai4 ren2 men5 mian4 qian2 sil|sil 一 只 雪 白 而 苗 条 的 全 新 史 莱 克 sp1 出 现 在 人 们 面 前 sil|32 11 23 25 17 13 24 19 18 19 15 11 15 23 5 17 14 14 7 14 17 32 28|0.0|4.79 +004163|sil ta1 ke3 wang4 zou3 chu1 qu4 sp1 gan3 shou4 yu3 di1 sp1 luo4 zai4 shen1 shang4 de5 gan3 jue2 sil|sil 她 渴 望 走 出 去 sp1 感 受 雨 滴 sp1 落 在 身 上 的 感 觉 sil|26 17 17 21 17 19 22 23 17 18 17 22 5 17 15 16 16 7 18 28 32|0.0|4.525 +004164|sil wai4 jie4 yu4 qi1 sp1 mang2 ren2 men2 qiu2 shi4 ben3 jie4 can2 ao4 hui4 zhong1 guo2 dui4 de5 yi2 ge4 duo2 pai2 liang4 dian3 sil|sil 外 界 预 期 sp1 盲 人 门 球 是 本 届 残 奥 会 中 国 队 的 一 个 夺 牌 亮 点 sil|29 17 16 11 29 18 14 13 16 27 18 13 13 19 14 22 17 13 14 8 12 16 14 16 20 26 28|0.0|5.49 +004165|sil yi4 zhang1 luo4 mo4 de5 lian3 xiao1 rong2 zai4 xi1 yang2 li3 sil|sil 一 张 落 寞 的 脸 消 融 在 夕 阳 里 sil|28 13 21 16 13 10 25 20 16 15 17 17 20 30|0.0|3.035 +004166|sil tian1 liang4 le5 sp1 zheng3 ge5 yi4 xiu3 sp1 nao3 zi5 dou1 shi4 luan4 zao1 zao1 de5 sil|sil 天 亮 了 sp1 整 个 一 宿 sp1 脑 子 都 是 乱 糟 糟 的 sil|29 19 23 16 21 20 14 11 24 8 19 10 13 11 19 16 16 18 28|0.0|3.89 +004167|sil ying4 cai3 er2 biao3 shi4 sp1 zhe4 yi4 tian1 ju3 xing2 hun1 li3 hen2 you3 yi4 yi5 sil|sil 应 采 儿 表 示 sp1 这 一 天 举 行 婚 礼 很 有 意 义 sil|31 17 21 13 19 22 27 15 12 18 13 17 17 18 20 16 18 20 28|0.0|4.205 +004168|sil hai2 you3 jiu4 shi4 huan4 shui3 sp1 shang4 pen2 zhi1 hou4 sp1 yao4 ding4 qi1 huan4 pen2 li3 de5 shui3 sil|sil 还 有 就 是 换 水 sp1 上 盆 之 后 sp1 要 定 期 换 盆 里 的 水 sil|30 19 17 13 11 21 26 29 21 17 14 20 5 18 18 19 18 13 12 11 29 31|0.0|4.785 +004169|sil xin4 yang2 shi4 fu4 you4 bao3 jian4 yuan4 sp1 yuan2 lai2 zhi2 you3 yi4 liang3 ge5 ren2 zai4 nar4 r guan2 li3 sil|sil 信 阳 市 妇 幼 保 健 院 sp1 原 来 只 有 一 两 个 人 在 那 儿 管 理 sil|33 23 18 19 15 10 15 17 24 19 14 14 12 15 15 18 11 20 12 19 0 18 24 28|0.0|4.8 +004170|sil xin1 wen2 jie4 ye3 pi1 ping2 zai4 chang3 de5 ren2 jian4 si3 bu2 jiu4 sil|sil 新 闻 界 也 批 评 在 场 的 人 见 死 不 救 sil|31 22 16 23 15 18 23 15 20 7 18 18 14 15 24 32|0.0|3.615 +004171|sil you4 gao3 tu1 ran2 xi2 ji1 sp1 wan2 le5 wan2 le5 sp1 si3 ding4 le5 sil|sil 又 搞 突 然 袭 击 sp1 完 了 完 了 sp1 死 定 了 sil|30 18 17 14 16 17 21 23 17 18 25 17 5 20 20 17 27|0.0|3.735 +004172|sil xia4 xue2 luan2 dui4 ci2 biao3 shi4 zan4 tong2 sil|sil 夏 学 銮 对 此 表 示 赞 同 sil|28 22 15 24 12 20 16 14 19 30 29|0.0|2.655 +004173|sil gai1 tai2 fu4 yun2 nan2 de5 ke1 pu3 bu4 zhu3 ren4 zhang1 yang2 biao3 shi4 sp1 xi1 wang4 guan1 ce4 gong1 zuo4 yi2 qie4 shun4 li4 sil|sil 该 台 赴 云 南 的 科 普 部 主 任 张 旸 表 示 sp1 希 望 观 测 工 作 一 切 顺 利 sil|27 19 25 17 14 19 16 20 13 15 14 22 15 16 16 24 28 15 20 15 17 16 19 16 15 17 15 30|0.0|5.98 +004174|sil bu2 xing4 de5 shi4 sp1 zhe4 qi1 jian1 sp1 li3 xiao2 geng3 bei4 wen2 chong2 ding1 yao3 sp1 shen1 shang4 qi2 zhong3 ban1 sil|sil 不 幸 的 是 sp1 这 期 间 sp1 李 晓 耿 被 蚊 虫 叮 咬 sp1 身 上 起 肿 癍 sil|29 14 20 9 19 21 15 15 25 7 15 18 23 12 16 17 18 20 14 18 17 15 20 25 30|0.0|5.25 +004175|sil zhu1 rong2 ji1 yan2 yu2 lv4 ji3 sp1 ju3 shi4 jie1 zhi1 sil|sil 朱 镕 基 严 于 律 己 sp1 举 世 皆 知 sil|26 16 18 26 14 12 19 25 7 17 19 17 28 29|0.0|3.165 +004176|sil yi4 ming2 nan2 zi3 zuo4 zai4 yi4 kun2 kun2 bai3 yuan2 da4 chao1 shang4 sp1 bai3 nong4 zhe5 yan3 qian2 de5 qian2 zhuan1 sil|sil 一 名 男 子 坐 在 一 捆 捆 百 元 大 钞 上 sp1 摆 弄 着 眼 前 的 钱 砖 sil|33 8 19 20 24 17 13 12 21 23 17 14 15 21 23 25 16 18 11 18 15 8 21 26 30|0.0|5.43 +004177|sil zuo2 ri4 shang4 wu3 sp1 er4 ren2 yin1 guai3 mai4 er2 tong2 zui4 fen1 bie2 huo4 xing2 sil|sil 昨 日 上 午 sp1 二 人 因 拐 卖 儿 童 罪 分 别 获 刑 sil|30 20 10 23 21 17 17 20 17 14 14 16 19 21 20 12 17 30 30|0.0|4.275 +004178|sil xiao2 nv3 hair2 r yi3 jing1 can3 bu4 ren2 du3 sp1 wei2 guan1 qun2 zhong4 bu4 jin1 sp1 ai1 tan4 dao4 sp1 tai4 can3 le5 sp1 tai4 can3 le5 sil|sil 小 女 孩 儿 已 经 惨 不 忍 睹 sp1 围 观 群 众 不 禁 sp1 哀 叹 道 sp1 太 惨 了 sp1 太 惨 了 sil|25 21 16 28 0 15 21 27 9 21 24 38 12 18 20 22 16 16 2 15 23 22 32 20 28 17 17 21 28 18 26|0.0|7.175 +004179|sil xue2 sheng5 xiao3 jie2 ting1 le5 sun1 mou3 de5 hua4 sp1 kai1 shi3 zhuo2 mo2 yong4 ci2 fa3 zhuan4 qian2 sil|sil 学 生 小 杰 听 了 孙 某 的 话 sp1 开 始 琢 磨 用 此 法 赚 钱 sil|35 23 17 19 27 18 11 15 14 10 25 19 17 12 16 28 18 19 17 17 32 32|0.0|5.12 +004180|sil ba4 ba5 jian4 le5 shuo1 sp1 bie2 zhe4 me5 gui3 tou2 gui2 nao3 de5 sp1 you3 hua4 da4 sheng1 shuo1 sil|sil 爸 爸 见 了 说 sp1 别 这 么 鬼 头 鬼 脑 的 sp1 有 话 大 声 说 sil|23 16 15 16 12 28 30 19 11 13 18 20 15 25 16 19 17 23 17 17 25 25|0.0|4.875 +004181|sil gai1 gu3 de5 wang3 shang4 zhong4 qian1 lv4 sp1 wei2 bai3 fen1 zhi1 er4 dian3 yi1 er4 wu3 yi1 sil|sil 该 股 的 网 上 中 签 率 sp1 为 百 分 之 二 点 一 二 五 一 sil|27 20 17 16 19 16 15 17 21 8 19 16 13 19 17 20 7 17 16 26 27|0.0|4.33 +004182|sil ni3 xian2 qi4 wo3 na2 li3 bu4 hao3 sp1 wo2 gai3 hai2 bu4 xing2 ma5 sil|sil 你 嫌 弃 我 哪 里 不 好 sp1 我 改 还 不 行 吗 sil|28 11 18 15 11 19 14 17 27 9 12 19 18 11 19 24 31|0.0|3.52 +004183|sil da4 jie1 xiao3 xiang4 piao1 qi3 hong2 chou2 dai4 sp1 jia1 jia1 wu1 yan2 xia4 gua4 qi3 yi2 chuan4 chuan5 hong2 deng1 long5 sil|sil 大 街 小 巷 飘 起 红 绸 带 sp1 家 家 屋 檐 下 挂 起 一 串 串 红 灯 笼 sil|28 17 14 19 27 19 18 17 15 24 24 19 17 11 17 26 15 15 10 20 15 21 14 21 29|0.0|5.485 +004184|sil ta1 zhou1 bian1 de5 peng2 you5 ye3 shuo1 sp1 ta1 zhe4 shi4 de4 se5 guan4 le5 sil|sil 他 周 边 的 朋 友 也 说 sp1 他 这 是 嘚 瑟 惯 了 sil|29 19 18 15 8 16 14 13 22 20 16 13 16 14 14 20 15 32|0.0|3.65 +004185|sil liang3 da4 xu1 qiu2 de5 tui2 shi4 sp1 ye2 yu3 zheng4 ce4 xue1 zi5 chi2 chi2 mei2 you3 luo4 di4 you3 guan1 sil|sil 两 大 需 求 的 颓 势 sp1 也 与 政 策 靴 子 迟 迟 没 有 落 地 有 关 sil|32 20 15 16 14 10 21 24 22 13 14 18 13 20 21 17 13 12 11 17 11 16 26 29|0.0|4.935 +004186|sil ran2 hou4 hui4 you2 huo4 che1 yun4 song4 dao4 mou3 di4 jin4 xing2 piao2 xi3 sil|sil 然 后 会 由 货 车 运 送 到 某 地 进 行 漂 洗 sil|30 17 22 16 15 20 25 14 13 11 18 17 19 14 20 24 30|0.0|3.77 +004187|sil nan2 guai4 ke4 ting1 qiang2 bi4 shang4 zui4 re2 yan3 de5 shi4 yi2 jian4 mu4 diao1 niu2 sil|sil 难 怪 客 厅 墙 壁 上 最 惹 眼 的 是 一 件 木 雕 牛 sil|28 20 20 18 14 21 12 20 15 17 19 14 16 10 17 15 15 32 31|0.0|4.11 +004188|sil dang1 ran2 xuan1 chuan2 zhuang4 yuan5 bu4 neng2 kua1 da4 sp1 geng4 bu4 neng2 sp1 wu2 zhong1 sheng1 you3 sil|sil 当 然 宣 传 状 元 不 能 夸 大 sp1 更 不 能 sp1 无 中 生 有 sil|26 16 26 23 17 18 22 10 14 21 22 14 15 11 23 6 10 14 17 25 30|0.0|4.41 +004189|sil xia4 de5 ta1 hu3 qu1 yi2 zhen4 sp1 leng4 le5 hao2 ji2 miao3 cai2 fan3 ying1 guo4 lai2 sil|sil 吓 的 她 虎 躯 一 震 sp1 愣 了 好 几 秒 才 反 应 过 来 sil|32 22 12 25 18 20 12 23 18 16 10 20 11 25 18 14 15 13 26 28|0.0|4.39 +004190|sil zao2 qi3 de5 shi2 hou4 er2 zi5 cui1 wo3 sp1 ba4 ba5 kuai4 zou3 sp1 shang4 xue2 qu4 sil|sil 早 起 的 时 候 儿 子 催 我 sp1 爸 爸 快 走 sp1 上 学 去 sil|33 19 14 11 16 20 15 11 23 21 24 14 12 19 23 9 21 18 22 29|0.0|4.345 +004191|sil di4 er4 sp1 zhe4 ge5 ni3 wen4 an3 sp1 ye3 wen4 bu4 chu1 sha2 dong1 xi5 sp1 an2 ye3 bu4 zhi1 dao4 sil|sil 第 二 sp1 这 个 你 问 俺 sp1 也 问 不 出 啥 东 西 sp1 俺 也 不 知 道 sil|26 13 24 24 19 11 13 16 31 5 9 17 8 13 18 17 19 16 14 15 12 11 20 27|0.0|4.62 +004192|sil fan3 zheng4 nian2 qing1 sp1 wo3 jiu4 wan2 wan5 ma5 sil|sil 反 正 年 轻 sp1 我 就 玩 玩 嘛 sil|28 22 15 18 23 15 10 12 17 17 23 29|0.0|2.655 +004193|sil ta1 zai4 hai3 shang4 deng3 dai4 er4 san1 wu3 er4 ba1 hao4 chuan2 jin4 yi4 zhou1 hou4 fan3 hui2 sil|sil 它 在 海 上 等 待 二 三 五 二 八 号 船 近 一 周 后 返 回 sil|26 16 15 20 27 17 21 13 17 12 15 17 16 26 18 12 16 15 20 30 31|0.0|4.64 +004194|sil chun1 tian1 wan4 wu4 fu4 su1 sheng1 ji1 ang4 ran2 sp1 shi4 ren2 men5 tiao2 yang3 shen1 xin1 de5 hao3 shi2 ji1 sil|sil 春 天 万 物 复 苏 生 机 盎 然 sp1 是 人 们 调 养 身 心 的 好 时 机 sil|28 22 28 14 15 15 24 21 12 19 24 15 13 15 17 21 12 17 15 9 15 19 22 31|0.0|5.14 +004195|sil mu4 qian2 si4 huan2 lu4 wu3 huan2 lu4 sp1 he2 ji1 chang3 gao1 su4 de5 ao4 yun4 zhuan1 yong4 che1 dao4 sp1 dou1 yi3 shi1 hua4 wan2 bi4 sil|sil 目 前 四 环 路 五 环 路 sp1 和 机 场 高 速 的 奥 运 专 用 车 道 sp1 都 已 施 划 完 毕 sil|32 14 30 22 18 23 15 18 19 17 18 11 19 16 17 15 18 14 15 14 15 18 7 14 14 17 14 18 16 30|0.0|6.125 +004196|sil xin1 yi4 lun2 de5 zhang3 jia4 chao2 you4 chun2 chun3 yu4 dong4 sil|sil 新 一 轮 的 涨 价 潮 又 蠢 蠢 欲 动 sil|29 21 8 15 8 17 17 29 17 16 16 15 20 27|0.0|2.96 +004197|sil dai4 jun1 bu4 cong2 sp1 wang2 chuang2 deng3 ren2 you4 dui4 qi2 lun2 fan1 gong1 ji1 sil|sil 戴 军 不 从 sp1 王 闯 等 人 又 对 其 轮 番 攻 击 sil|29 17 16 11 32 18 15 19 12 26 13 15 17 18 17 14 21 29|0.0|3.94 +004198|sil ta1 bian4 hu1 yu4 ma3 sp1 bu2 yao4 zai4 shen1 xian4 bian2 ma3 qing2 jie2 sil|sil 她 便 呼 吁 马 sp1 不 要 再 身 陷 扁 马 情 结 sil|26 19 18 21 11 27 13 13 15 15 17 21 16 15 20 27 30|0.0|3.765 +004199|sil ge4 ren2 suo3 de2 shui4 mian3 zheng1 e2 gong4 tiao2 zheng3 guo4 liang3 ci4 sil|sil 个 人 所 得 税 免 征 额 共 调 整 过 两 次 sil|29 16 14 13 15 19 20 18 26 18 17 14 11 21 24 32|0.0|3.565 +004200|sil ta1 shuo1 sp1 jin2 guan3 fa2 jin1 wei1 bu4 zu2 dao4 sp1 ta1 reng2 xi1 wang4 huan2 qing1 zhe4 bi3 zhai4 sil|sil 他 说 sp1 尽 管 罚 金 微 不 足 道 sp1 他 仍 希 望 还 清 这 笔 债 sil|30 18 23 9 19 15 18 18 14 11 15 18 24 16 17 16 21 23 18 10 14 28 30|0.0|4.935 +004201|sil ling4 wai4 yi2 liang4 xue2 tie3 long2 xiang3 yao4 dang3 zhu4 ta1 sp1 bei4 zhuang4 le5 si4 wu3 xia4 sil|sil 另 外 一 辆 雪 铁 龙 想 要 挡 住 它 sp1 被 撞 了 四 五 下 sil|29 16 16 6 22 15 13 23 17 12 19 16 27 7 14 16 9 17 11 25 26|0.0|4.13 +004202|sil zhe4 yang5 sp1 zheng4 fu3 guan2 li3 jiu4 yun4 niang4 zhe5 feng1 xian3 sil|sil 这 样 sp1 政 府 管 理 就 酝 酿 着 风 险 sil|28 17 22 9 19 15 17 19 16 16 15 10 20 26 29|0.0|3.23 +004203|sil hai2 di3 lao1 ceng4 wu3 fan4 mei2 cheng2 gong1 sp1 cong2 xuan2 wu3 men2 chu1 lai5 hou4 sp1 wu3 fan4 de5 shi2 jian1 dao4 le5 sil|sil 海 底 捞 蹭 午 饭 没 成 功 sp1 从 玄 武 门 出 来 后 sp1 午 饭 的 时 间 到 了 sil|36 17 13 19 20 15 16 11 20 22 16 20 17 11 15 13 16 21 21 13 18 8 15 15 18 18 30|0.0|5.5 +004204|sil xiang3 ban4 fa3 ti2 gao1 yi2 xia4 gong1 zuo4 xiao4 lv5 ya5 sil|sil 想 办 法 提 高 一 下 工 作 效 率 呀 sil|32 21 15 20 16 14 10 16 14 11 21 15 21 31|0.0|2.985 +004205|sil su2 hua4 shuo1 sp1 guan1 cai5 li5 shen1 shou2 si3 yao4 qian2 sil|sil 俗 话 说 sp1 棺 材 里 伸 手 死 要 钱 sil|31 18 17 24 18 19 15 13 17 20 19 18 32 30|0.0|3.375 +004206|sil xian1 hu2 zhi2 wu4 yuan2 li3 de5 zhi2 wu4 qian1 zi1 bai3 tai4 sp1 xiao3 ping2 tong2 zhi4 kan4 de5 xing4 qu4 ang4 ran2 sil|sil 仙 湖 植 物 园 里 的 植 物 千 姿 百 态 sp1 小 平 同 志 看 得 兴 趣 盎 然 sil|31 24 17 13 12 16 12 9 17 23 23 11 17 25 23 17 17 18 17 22 11 18 10 21 27 28|0.0|5.565 +004207|sil hai2 you3 ren2 shuo1 sp1 san1 kuai4 qian2 ji1 hu1 ke2 yi2 yang3 huo2 yi4 jia1 ren2 sil|sil 还 有 人 说 sp1 三 块 钱 几 乎 可 以 养 活 一 家 人 sil|29 13 10 15 22 6 23 17 21 16 15 12 14 14 15 15 22 22 30|0.0|3.845 +004208|sil liang3 nian2 qian2 sp1 zhou1 die1 die5 zai4 che1 peng2 wai4 zi4 zhi4 le5 yi2 ge5 dan1 gang4 sil|sil 两 年 前 sp1 周 爹 爹 在 车 棚 外 自 制 了 一 个 单 杠 sil|30 16 17 30 7 21 15 17 16 15 18 23 19 14 9 13 11 17 20 28|0.0|4.13 +004209|sil yu3 zhang4 fu5 gao1 cheng2 gang1 he2 hao2 yi3 hou4 sp1 ze2 kao1 ying1 long2 hua2 mu4 biao1 zhi2 zhi2 hao3 lai2 wu1 sil|sil 与 丈 夫 高 城 刚 和 好 以 后 sp1 泽 尻 英 龙 华 目 标 直 指 好 莱 乌 sil|32 13 19 17 15 18 18 17 15 14 22 35 15 17 12 15 20 16 21 17 15 14 16 21 32|0.0|5.405 +004210|sil geng4 zhu3 yao4 shi4 zhao4 lao2 yin3 de5 shuo1 fa3 sp1 xi2 guan4 la5 sp1 chu1 men2 jiu4 shang4 nar4 r liu4 yi5 quan1 sil|sil 更 主 要 是 照 老 尹 的 说 法 sp1 习 惯 啦 sp1 出 门 就 上 那 儿 遛 一 圈 sil|28 18 12 20 15 13 18 15 8 18 24 18 17 19 18 20 16 18 12 16 15 0 17 11 31 26|0.0|5.145 +004211|sil wan3 shang4 ke2 yi3 he1 dian3 za2 liang2 zhou1 sp1 chi1 dian2 chao3 qing1 cai4 sp1 bian4 yu2 xiao1 hua4 you4 you3 ying2 yang3 sil|sil 晚 上 可 以 喝 点 杂 粮 粥 sp1 吃 点 炒 青 菜 sp1 便 于 消 化 又 有 营 养 sil|30 19 22 13 12 18 18 17 17 22 3 20 17 16 17 25 19 10 13 20 21 14 13 18 26 32|0.0|5.48 +004212|sil er2 cong2 ce4 mian4 kan4 shi2 sp1 xiao3 tian1 tian2 sp1 yi2 you3 ming2 xian3 tu1 qi3 de5 xiao3 du4 nan3 sil|sil 而 从 侧 面 看 时 sp1 小 天 甜 sp1 已 有 明 显 凸 起 的 小 肚 腩 sil|31 14 23 17 15 18 24 11 18 16 29 5 9 17 21 18 18 12 11 15 12 24 31|0.0|4.745 +004213|sil sui2 hou4 sp1 ji4 zhe3 lai2 dao4 shi2 nian3 pan2 lao2 wu4 shi4 chang3 pang2 de5 zeng1 lu3 cai4 men2 dian4 sil|sil 随 后 sp1 记 者 来 到 石 碾 盘 劳 务 市 场 旁 的 曾 卤 菜 门 店 sil|30 18 23 15 20 12 19 18 15 18 26 18 9 14 18 23 18 18 14 17 17 23 32|0.0|5.055 +004214|sil tan2 ji2 bao2 yang3 mi4 jue2 sp1 an1 ya2 shou3 ci4 tou4 lu4 le5 zi4 ji3 de5 lan2 nv3 ren2 gong1 lve4 sil|sil 谈 及 保 养 秘 诀 sp1 安 雅 首 次 透 露 了 自 己 的 懒 女 人 攻 略 sil|31 24 22 16 15 16 25 21 17 18 17 13 19 13 18 15 10 11 21 12 15 16 20 31|0.0|5.06 +004215|sil jin1 nian2 ta1 guo4 sheng1 ri4 sp1 dai4 ta1 xuan3 wan2 ju4 sil|sil 今 年 他 过 生 日 sp1 带 他 选 玩 具 sil|29 16 21 17 14 16 21 13 15 18 20 15 18 29|0.0|3.045 +004216|sil hou4 lai2 wo3 jia1 mai4 zi5 ge1 wan2 le5 sp1 ta1 jia1 de5 mai4 zi5 sp1 hao3 xiang4 hai2 lin2 le5 yi4 chang2 yu3 sp1 zao1 ta4 le5 sil|sil 后 来 我 家 麦 子 割 完 了 sp1 他 家 的 麦 子 sp1 好 像 还 淋 了 一 场 雨 sp1 糟 蹋 了 sil|31 14 23 13 12 18 11 19 17 14 26 18 13 6 22 18 13 12 15 13 15 9 11 21 26 9 23 16 19 26|0.0|5.845 +004217|sil bao4 yu2 dao3 zhi4 wu2 zhou1 shi4 qu1 duo1 tiao2 zhu3 yao4 jie1 dao4 fa1 sheng1 yan2 zhong4 nei4 lao4 sil|sil 暴 雨 导 致 梧 州 市 区 多 条 主 要 街 道 发 生 严 重 内 涝 sil|28 22 19 18 19 17 13 17 26 14 20 12 14 15 18 18 15 17 14 13 19 31|0.0|4.635 +004218|sil yin1 wei4 jia1 dir3 r yin1 shi2 sp1 nian2 qing1 shi2 wo3 shi4 ge5 shao4 ye5 sp1 bu4 guan3 shi4 sp1 geng4 bu5 guan3 qian2 sil|sil 因 为 家 底 儿 殷 实 sp1 年 轻 时 我 是 个 少 爷 sp1 不 管 事 sp1 更 不 管 钱 sil|32 17 23 19 20 0 18 28 15 15 18 28 15 15 9 23 19 14 12 18 26 5 18 9 17 34 29|0.0|5.76 +004219|sil jing1 qiang3 jiu4 wu2 xiao4 sp1 xiao3 yang2 tuo2 si3 wang2 sil|sil 经 抢 救 无 效 sp1 小 羊 驼 死 亡 sil|27 26 21 14 12 24 9 18 18 14 21 27 28|0.0|3.005 +004220|sil yi2 wei4 cun1 min2 bei1 zhe5 guan1 cai5 jing1 guo4 sil|sil 一 位 村 民 背 着 棺 材 经 过 sil|28 9 13 22 23 14 12 18 18 18 21 28|0.0|2.6 +004221|sil ta1 tian1 tian1 dao1 dao1 dao1 sp1 wo3 shuo1 fan2 sil|sil 他 天 天 叨 叨 叨 sp1 我 说 烦 sil|28 19 25 21 16 14 22 10 10 15 33 29|0.0|2.805 +004222|sil an4 zi4 kua1 zi4 ji3 ji4 yi4 li4 qiang2 sp1 liang2 nian2 qian2 ting1 dao4 de5 dong1 xi5 sp1 dao4 jin3 yao4 guan1 tou2 hai2 neng2 qu3 yong4 zi4 ru2 sil|sil 暗 自 夸 自 己 记 忆 力 强 sp1 两 年 前 听 到 的 东 西 sp1 到 紧 要 关 头 还 能 取 用 自 如 sil|33 17 15 19 14 14 16 9 15 32 29 14 15 17 15 11 10 17 22 15 17 16 16 16 25 19 18 16 15 15 25 28|0.0|6.68 +004223|sil yin1 wei4 mei2 shen2 me5 jian4 zhu4 he2 gao1 da4 shu4 mu4 sp1 zheng3 zuo4 chen1 hang2 dao3 ke3 yi4 yan3 kan4 chuan1 sil|sil 因 为 没 什 么 建 筑 和 高 大 树 木 sp1 整 座 琛 航 岛 可 一 眼 看 穿 sil|32 11 21 20 14 10 20 16 13 14 16 14 23 22 18 14 18 18 29 18 11 16 19 29 29|0.0|5.395 +004224|sil zhan4 shi4 zai4 yan3 shi4 mie4 huo3 sao4 ba3 sil|sil 战 士 在 演 示 灭 火 扫 把 sil|26 20 18 16 17 19 21 13 23 23 26|0.0|2.575 +004225|sil dui4 yu2 zhu4 yi1 mei3 jun1 shi2 yue4 fen5 zao1 shou4 de5 zhong4 da4 shang1 wang2 sp1 zi1 ba1 li3 shen1 biao3 yi2 han4 sil|sil 对 于 驻 伊 美 军 十 月 份 遭 受 的 重 大 伤 亡 sp1 兹 巴 里 深 表 遗 憾 sil|27 18 18 13 14 18 21 18 15 18 16 16 9 15 13 18 45 4 15 15 19 19 19 12 25 32|0.0|5.485 +004226|sil yin3 jin4 chao1 wei1 dian4 yuan2 sp1 shi3 qin4 yang2 cheng2 wei2 quan2 guo2 zui4 da4 de5 sp1 dong4 li4 dian4 chi2 sheng1 chan3 ji1 di4 sil|sil 引 进 超 威 电 源 sp1 使 沁 阳 成 为 全 国 最 大 的 sp1 动 力 电 池 生 产 基 地 sil|28 20 22 20 13 20 23 9 18 23 25 19 13 20 15 20 18 15 6 18 11 16 13 16 16 14 16 33|0.0|5.805 +004227|sil gai1 ci4 lie4 hu3 cheng2 guo3 sp1 bi3 qian2 yi4 jie1 duan4 you2 suo3 zeng1 jia1 sil|sil 该 次 猎 虎 成 果 sp1 比 前 一 阶 段 有 所 增 加 sil|3 44 18 15 14 22 23 4 12 16 14 15 15 12 15 16 24 31|0.0|3.635 +004228|sil shui2 liao4 sp1 duo1 shu4 wang2 you3 bing4 bu4 li2 jie3 ta1 de5 ku3 zhong1 sp1 fan3 er2 cheng1 ta1 wei2 sp1 kou1 men2 ge1 sil|sil 谁 料 sp1 多 数 网 友 并 不 理 解 他 的 苦 衷 sp1 反 而 称 他 为 sp1 抠 门 哥 sil|29 21 24 3 13 14 14 26 16 9 14 15 16 6 19 24 25 12 15 17 18 22 6 17 19 19 31|0.0|5.39 +004229|sil he2 wei3 zai4 men2 fang2 zhen2 suo2 li3 jie1 dai4 bing4 ren5 sp1 yang2 yong3 zuo4 zai4 yi4 pang2 bai3 nong4 dian4 nao3 sil|sil 何 伟 在 门 房 诊 所 里 接 待 病 人 sp1 杨 勇 坐 在 一 旁 摆 弄 电 脑 sil|29 24 20 15 17 16 18 18 19 15 13 21 19 27 17 18 13 13 9 27 14 15 17 25 29|0.0|5.435 +004230|sil you2 yu2 ji1 ji2 gou4 mai3 nei4 rong2 sp1 jing4 xian4 jin1 sp1 di1 yu2 wo3 men5 de5 yu4 qi1 sil|sil 由 于 积 极 购 买 内 容 sp1 净 现 金 sp1 低 于 我 们 的 预 期 sil|29 18 22 15 13 13 16 17 26 18 21 18 22 4 16 11 13 10 7 18 30 30|0.0|4.495 +004231|sil san1 xing1 dui1 qing1 tong2 qi4 qun2 gao1 chao1 de5 qing1 tong2 qi4 ye3 lian4 ji4 shu4 ji2 qing1 tong2 wen2 hua4 sp1 shi4 ru2 he2 chan3 sheng1 de5 sil|sil 三 星 堆 青 铜 器 群 高 超 的 青 铜 器 冶 炼 技 术 及 青 铜 文 化 sp1 是 如 何 产 生 的 sil|33 22 18 18 18 13 14 28 17 21 15 21 13 15 13 18 14 21 17 18 15 16 25 17 20 13 15 17 21 19 28|0.0|6.655 +004232|sil ha1 ha1 sp1 nin2 shuo1 de5 dui4 sp1 wo3 shi4 ting2 sha2 ting3 er4 de5 sil|sil 哈 哈 sp1 您 说 得 对 sp1 我 是 挺 傻 挺 二 的 sil|30 14 27 14 14 14 8 21 26 12 18 21 19 18 21 19 28|0.0|3.765 +004233|sil yi2 lu4 shang4 sp1 xia4 yu2 shao3 yan2 gua2 yu3 sp1 chu2 le5 xiang4 si4 chu4 zhang1 wang4 ji3 xia4 sp1 bian4 yi4 zhi2 mai2 tou2 xiang4 qian2 sil|sil 一 路 上 sp1 夏 雨 少 言 寡 语 sp1 除 了 向 四 处 张 望 几 下 sp1 便 一 直 埋 头 向 前 sil|34 12 17 23 6 22 19 23 13 19 24 18 18 11 17 15 15 17 14 13 25 18 19 14 17 18 16 17 31 29|0.0|6.435 +004234|sil ta1 neng2 shuai4 ling3 dui4 you3 shou3 zhu4 ao4 da4 li4 ya4 dui4 de5 feng1 kuang2 jin4 gong1 ma5 sil|sil 他 能 率 领 队 友 守 住 澳 大 利 亚 队 的 疯 狂 进 攻 吗 sil|27 16 20 15 16 18 22 20 15 14 12 7 17 15 13 16 16 15 14 27 28|0.0|4.22 +004235|sil ta1 shuo1 sp1 chuan1 si1 wa4 biao2 yan3 shi4 yi4 zhong3 yi4 shu4 xing2 shi4 sil|sil 他 说 sp1 穿 丝 袜 表 演 是 一 种 艺 术 形 式 sil|28 16 26 3 22 14 16 17 20 15 13 17 18 14 20 22 30|0.0|3.605 +004236|sil zhou1 li4 bo1 zai4 jie2 mu4 zhong1 zuo4 gui2 lian3 sil|sil 周 立 波 在 节 目 中 做 鬼 脸 sil|26 16 14 17 19 12 17 16 13 19 32 28|0.0|2.655 +004237|sil shen1 gou4 jian3 cheng1 wei2 xing1 ye4 shen1 gou4 sp1 shen1 gou4 dai4 ma3 sp1 wei2 qi1 ba1 ling2 san1 qi1 qi1 sil|sil 申 购 简 称 为 兴 业 申 购 sp1 申 购 代 码 sp1 为 七 八 零 三 七 七 sil|31 27 21 20 20 20 22 13 19 18 25 19 11 14 27 8 21 21 16 20 17 14 26 33|0.0|5.605 +004238|sil chu2 ci3 zhi1 wai4 sp1 zai4 chao1 shi4 zhong1 ou2 you3 xiao1 shou4 sil|sil 除 此 之 外 sp1 在 超 市 中 偶 有 销 售 sil|28 20 15 15 20 6 17 18 15 17 18 14 19 21 30|0.0|3.165 +004239|sil ka3 zha1 fei1 bei4 ning3 de5 heng1 heng1 jiao4 sp1 sun1 nv3 ge1 ge1 de5 xiao4 qi3 lai2 sil|sil 卡 扎 菲 被 拧 得 哼 哼 叫 sp1 孙 女 咯 咯 地 笑 起 来 sil|28 20 15 23 13 19 11 16 18 24 23 19 19 15 14 10 19 15 22 26|0.0|4.285 +004240|sil qi1 dian2 zuo3 you4 sp1 ling4 wai4 si4 ming2 ren2 yuan2 bei4 dong1 hai3 jiu4 yao1 yao1 er4 jiu4 xia4 sil|sil 七 点 左 右 sp1 另 外 四 名 人 员 被 东 海 救 幺 幺 二 救 下 sil|30 20 16 16 20 24 14 13 12 17 17 27 17 17 24 20 15 14 16 17 26 30|0.0|4.9 +004241|sil bing4 mei2 you3 kong2 zi3 de5 bei4 zhui1 peng3 he2 re4 zhong1 du4 gao1 a5 sil|sil 并 没 有 孔 子 的 被 追 捧 和 热 衷 度 高 啊 sil|28 16 10 15 23 12 16 13 14 21 16 14 16 10 22 22 30|0.0|3.455 +004242|sil ta1 de5 qi2 yi4 zhi1 chu4 sp1 zai4 yu2 yong4 cai3 se4 fen2 bi3 zai4 di4 shang4 zuo4 hua4 sp1 er2 qie3 hua4 sha2 xiang4 sha2 sil|sil 他 的 奇 异 之 处 sp1 在 于 用 彩 色 粉 笔 在 地 上 作 画 sp1 而 且 画 啥 像 啥 sil|28 20 17 21 10 16 24 18 19 16 19 16 14 22 19 16 15 17 18 25 22 13 27 21 16 18 31 30|0.0|6.365 +004243|sil lao3 zi4 hao4 dong1 lai2 shun4 sp1 hun2 tun5 hou2 sp1 hu4 guo2 si4 xiao3 chi1 sp1 cha2 tang1 li3 sp1 qi2 ju4 di4 tan2 sil|sil 老 字 号 东 来 顺 sp1 馄 饨 侯 sp1 护 国 寺 小 吃 sp1 茶 汤 李 sp1 齐 聚 地 坛 sil|31 16 15 26 14 17 24 8 19 14 28 17 17 11 13 19 28 5 19 22 21 4 21 13 14 33 30|0.0|5.795 +004244|sil pu3 jing1 wei4 e2 luo2 si1 rou2 dao4 xuan2 shou3 gu2 zhang3 sil|sil 普 京 为 俄 罗 斯 柔 道 选 手 鼓 掌 sil|27 22 28 16 12 11 16 14 16 14 15 16 24 36|0.0|3.095 +004245|sil min2 jing3 zhi2 hao2 ba3 nan2 zi3 jia4 shang4 jing3 che1 sp1 zai4 dao4 wei4 sheng1 yuan4 xing2 jiu3 sil|sil 民 警 只 好 把 男 子 架 上 警 车 sp1 载 到 卫 生 院 醒 酒 sil|29 21 23 14 15 13 21 15 16 15 15 25 20 16 20 12 17 15 22 28 28|0.0|4.645 +004246|sil zhao1 hui4 fu1 ren5 yu3 an1 bei4 jin4 san1 sp1 yi1 jiu3 ba1 qi1 nian2 jie2 hun1 sil|sil 昭 惠 夫 人 与 安 倍 晋 三 sp1 一 九 八 七 年 结 婚 sil|32 21 18 16 23 11 14 12 17 23 5 13 15 14 16 17 16 27 28|0.0|3.925 +004247|sil mu4 qian2 sp1 wang2 yong3 yi3 jing1 bei4 mei3 guo2 man4 ha1 dun4 qu1 jian3 cha2 guan1 ti2 qi3 su4 song4 sil|sil 目 前 sp1 王 勇 已 经 被 美 国 曼 哈 顿 区 检 察 官 提 起 诉 讼 sil|30 13 30 11 20 28 14 15 15 19 15 16 13 18 16 16 18 23 17 14 15 22 29|0.0|4.96 +004248|sil bing4 yu3 li4 dao4 yuan2 de5 shui3 jing1 zhu4 sp1 yi2 dao4 deng1 shang4 bei3 chao2 wen2 xue2 de5 dian1 feng1 sil|sil 并 与 郦 道 元 的 水 经 注 sp1 一 道 登 上 北 朝 文 学 的 巅 峰 sil|30 23 15 16 16 21 15 18 18 17 12 10 14 15 19 14 22 12 13 8 17 27 31|0.0|4.675 +004249|sil shui3 ku4 pang2 de5 xi1 tu3 dao4 cai2 dian3 sp1 mu4 qian2 reng2 san4 luo4 zhe5 liu2 suan1 an1 deng3 hua4 xue2 pin3 de5 bao1 zhuang1 sil|sil 水 库 旁 的 稀 土 盗 采 点 sp1 目 前 仍 散 落 着 硫 酸 铵 等 化 学 品 的 包 装 sil|30 22 18 22 15 16 11 15 20 26 27 12 20 15 20 17 14 17 18 21 17 17 15 15 8 16 25 32|0.0|6.05 +004250|sil zhe4 shi4 you2 tai2 wan1 lou4 kong1 shu1 fa3 ming2 jia1 zhan1 xiu4 rong2 shu1 xie3 de5 jin1 bo2 lou4 kong1 zuo4 pin3 sil|sil 这 是 由 台 湾 镂 空 书 法 名 家 詹 秀 蓉 书 写 的 金 箔 镂 空 作 品 sil|30 14 13 15 24 15 16 17 14 12 19 19 18 17 15 16 15 19 22 11 16 17 15 29 29|0.0|5.19 +004251|sil xiao3 dong1 de5 jie3 jie5 cheng1 tie1 ba1 nei4 rong2 zhen1 shi2 sil|sil 小 东 的 姐 姐 称 贴 吧 内 容 真 实 sil|30 24 14 10 18 22 27 17 14 12 16 16 29 30|0.0|3.235 +004252|sil qing3 wen4 sp1 ni3 yao4 bu2 yao4 chi1 pei2 qian2 le5 zhe4 ge5 kui1 ne5 sil|sil 请 问 sp1 你 要 不 要 吃 赔 钱 了 这 个 亏 呢 sil|28 23 21 11 12 17 9 14 19 21 20 13 10 12 21 25 30|0.0|3.555 +004253|sil ji3 nian2 qian2 sp1 li3 guo2 quan2 jiu4 huan4 you2 dan3 nang2 yan2 wei4 bing4 zhi4 chuang1 deng3 wan2 ji2 sil|sil 几 年 前 sp1 李 国 权 就 患 有 胆 囊 炎 胃 病 痔 疮 等 顽 疾 sil|28 14 19 33 11 12 14 21 15 18 21 17 18 27 22 23 16 25 12 18 27 28|0.0|5.1 +004254|sil si4 ge5 ren2 qi1 shou3 ba1 jiao3 mang2 huo5 ban4 tian1 sp1 bing1 shan1 qin3 shi4 shun4 jian1 bian4 wen1 shi4 sil|sil 四 个 人 七 手 八 脚 忙 活 半 天 sp1 冰 山 寝 室 瞬 间 变 温 室 sil|31 19 11 21 21 17 16 18 22 12 18 25 21 16 18 18 23 22 18 14 18 23 29|0.0|5.24 +004255|sil tu2 wei2 xiao1 xiang4 yang2 tang3 zai4 bing4 chuang2 shang4 sp1 ta1 de5 biao2 jie3 zai4 yi4 pang2 pei2 hu4 sil|sil 图 为 肖 向 阳 躺 在 病 床 上 sp1 他 的 表 姐 在 一 旁 陪 护 sil|27 22 24 17 17 23 18 11 16 21 19 27 13 11 18 20 17 8 20 18 21 30|0.0|4.85 +004256|sil cheng2 ke4 shao1 duo1 shi2 sp1 zhai2 xiao3 de5 chu1 kou3 jiu4 xian3 de5 hen3 yong1 ji3 sil|sil 乘 客 稍 多 时 sp1 窄 小 的 出 口 就 显 得 很 拥 挤 sil|27 23 17 18 14 24 11 18 14 10 16 20 13 14 10 17 20 24 30|0.0|3.95 +004257|sil xing2 a5 mei2 wen4 ti5 sp1 bu2 guo4 ni2 ye3 zhi1 dao4 de5 sp1 zhou1 mo4 lu4 shang4 dou1 hen2 du3 sp1 gu1 ji4 dei2 wan3 dao4 yi4 dianr3 r sil|sil 行 啊 没 问 题 sp1 不 过 你 也 知 道 的 sp1 周 末 路 上 都 很 堵 sp1 估 计 得 晚 到 一 点 儿 sil|35 20 16 17 18 22 23 13 14 13 12 15 18 15 19 16 15 16 18 13 18 23 17 17 17 17 17 17 9 21 0 28|0.0|6.37 +004258|sil shuang1 fang1 ge4 zhi2 yi4 ci2 sp1 ling4 shi4 jian4 pu1 shuo4 mi2 li2 sil|sil 双 方 各 执 一 词 sp1 令 事 件 扑 朔 迷 离 sil|30 20 25 16 14 11 30 9 15 16 21 16 14 18 25 27|0.0|3.57 +004259|sil fang3 fu2 dian3 yi4 zhi1 yan1 gang1 gang1 ran2 zhe5 xi1 le5 yi4 kou3 jiu4 mie4 le5 sp1 zui2 li3 zhi2 you3 na4 kou3 yan1 de5 yu2 wei4 sil|sil 仿 佛 点 一 支 烟 刚 刚 燃 着 吸 了 一 口 就 灭 了 sp1 嘴 里 只 有 那 口 烟 的 余 味 sil|31 19 23 18 10 14 28 17 15 21 15 17 12 8 22 16 20 19 36 18 20 14 11 17 17 15 12 16 25 30|0.0|6.45 +004260|sil ran2 hou4 sp1 zhu3 ren2 wei4 ke4 ren2 zhen1 man3 sp1 zai4 pei2 ke4 ren2 yin3 shang4 yi4 bei1 sil|sil 然 后 sp1 主 人 为 客 人 斟 满 sp1 再 陪 客 人 饮 上 一 杯 sil|31 18 25 7 17 20 13 17 15 16 28 6 18 14 16 18 16 21 10 23 30|0.0|4.405 +004261|sil gei3 xin1 ai4 de5 ren2 pao4 bei1 re4 cha2 ba5 sil|sil 给 心 爱 的 人 泡 杯 热 茶 吧 sil|26 18 16 17 10 21 19 12 16 26 18 27|0.0|2.625 +004262|sil lao3 zhan4 you3 zai4 wai4 di4 ju4 hui4 sp1 ta1 shuo1 zhan4 you3 men5 sp1 zhuan3 ye4 zao3 sp1 gong1 zi1 bu4 gao1 sp1 ta1 kang1 kai2 jie3 nang2 sil|sil 老 战 友 在 外 地 聚 会 sp1 他 说 战 友 们 sp1 转 业 早 sp1 工 资 不 高 sp1 他 慷 慨 解 囊 sil|31 15 19 18 12 16 12 16 25 22 17 16 14 13 20 5 19 16 26 5 18 12 14 23 11 17 18 19 14 29 30|0.0|6.29 +004263|sil kai1 xin1 kan4 biao2 yan3 sp1 zhong4 xing1 zou3 wan2 hong2 di4 tan3 zhi1 hou4 sp1 xu2 ruo4 xuan1 cai2 xian4 shen1 sil|sil 开 心 看 表 演 sp1 众 星 走 完 红 地 毯 之 后 sp1 徐 若 瑄 才 现 身 sil|30 21 23 20 18 26 22 18 22 14 16 16 13 19 14 19 19 14 15 19 16 17 25 31|0.0|5.42 +004264|sil zhe4 xie1 ha2 ma5 zhi2 you3 cheng2 ren2 mu2 zhi3 da4 xiao3 sp1 tong1 ti3 shen1 he4 se4 sil|sil 这 些 蛤 蟆 只 有 成 人 拇 指 大 小 sp1 通 体 深 褐 色 sil|27 18 14 21 25 15 13 19 16 16 14 16 25 18 22 20 16 17 20 32|0.0|4.455 +004265|sil ge4 bie2 yan2 zhong4 de5 sp1 kai1 shi2 ou3 tu4 shen4 zhi4 chu1 xian4 yun1 jue2 de5 xian4 xiang4 sil|sil 个 别 严 重 的 sp1 开 始 呕 吐 甚 至 出 现 晕 厥 的 现 象 sil|27 17 15 19 21 14 10 17 14 19 26 19 11 15 18 16 12 10 18 22 30|0.0|4.295 +004266|sil bu2 yao4 luan4 wen4 nv3 hai2 zi5 de5 nian2 ling2 la5 sil|sil 不 要 乱 问 女 孩 子 的 年 龄 啦 sil|27 11 12 18 17 13 17 10 8 17 16 24 29|0.0|2.545 +004267|sil shen1 zhen4 kuang2 feng1 da4 zuo4 sp1 bao4 yu3 pang1 tuo2 sil|sil 深 圳 狂 风 大 作 sp1 暴 雨 滂 沱 sil|28 24 21 21 16 16 22 9 21 12 23 30 27|0.0|3.14 +004268|sil dang1 shi2 ju3 sang4 de5 xin1 qing2 wu2 yi3 xing2 rong2 sil|sil 当 时 沮 丧 的 心 情 无 以 形 容 sil|27 19 22 17 18 7 18 27 14 15 19 27 27|0.0|2.98 +004269|sil zhe4 yu3 li4 shi3 shang4 de5 chuang3 guan1 dong1 you3 guan1 sil|sil 这 与 历 史 上 的 闯 关 东 有 关 sil|27 20 13 18 12 20 12 22 15 16 16 27 29|0.0|2.87 +004270|sil hu4 lian2 wang3 zheng4 run4 wu4 xi4 wu2 sheng1 de5 ying2 xiang3 zhong1 guo2 she4 hui4 sil|sil 互 联 网 正 润 物 细 无 声 地 影 响 中 国 社 会 sil|26 18 17 25 18 16 12 17 10 20 12 17 20 13 12 17 27 32|0.0|3.82 +004271|sil bao4 dao4 shuo1 sp1 mai4 di2 gan1 he2 bu4 la1 ge2 ye1 wei2 qi2 shi4 su4 di2 sp1 duo1 ci4 biao3 da2 chu1 ren4 zhou1 zhang3 de5 yi4 yuan4 sil|sil 报 道 说 sp1 麦 迪 甘 和 布 拉 格 耶 维 奇 是 宿 敌 sp1 多 次 表 达 出 任 州 长 的 意 愿 sil|27 15 16 26 23 15 11 20 23 9 16 13 10 16 24 14 20 23 24 13 17 14 16 22 19 17 13 8 13 25 34|0.0|6.455 +004272|sil wo3 shi2 ji4 shang4 xi1 wang4 bie2 ren5 han2 wo3 jiao4 shou4 sp1 geng4 qin1 qie4 sil|sil 我 实 际 上 希 望 别 人 喊 我 教 授 sp1 更 亲 切 sil|31 12 15 15 22 14 16 9 13 16 12 17 21 8 19 20 22 32|0.0|3.645 +004273|sil ju4 wang2 rui4 chen1 jie4 shao4 sp1 ta1 men5 yi3 jie1 shou4 jie2 yu4 shou3 shu4 sp1 mei2 ke3 neng2 zai4 yao4 xiao3 hai2 sil|sil 据 王 瑞 琛 介 绍 sp1 他 们 已 接 受 节 育 手 术 sp1 没 可 能 再 要 小 孩 sil|29 23 16 11 19 15 21 21 13 15 10 17 18 15 12 17 20 23 15 14 18 14 13 17 31 35|0.0|5.485 +004274|sil bei4 hou5 bao4 lu4 chu1 de5 sp1 dang1 di4 cu1 lu3 heng4 man2 de5 zhi2 zheng4 si1 wei2 ling4 ren2 jing2 xing3 sil|sil 背 后 暴 露 出 的 sp1 当 地 粗 鲁 横 蛮 的 执 政 思 维 令 人 警 醒 sil|26 18 15 14 13 20 15 5 19 16 22 13 20 20 11 12 17 18 24 15 18 17 28 30|0.0|4.95 +004275|sil wo3 te4 bie2 xi3 huan1 tan2 gang1 qin2 sil|sil 我 特 别 喜 欢 弹 钢 琴 sil|30 10 16 12 13 16 17 16 34 28|0.0|2.23 +004276|sil shi4 dang4 jie2 shi2 he2 yun4 dong5 jie2 he2 sp1 ke1 xue2 jian3 fei2 cai2 xing2 ya5 sil|sil 适 当 节 食 和 运 动 结 合 sp1 科 学 减 肥 才 行 呀 sil|31 19 15 17 21 15 18 14 19 28 18 19 14 19 14 17 18 22 31|0.0|4.28 +004277|sil tong3 yi1 cai3 gou4 de5 mian4 jin1 li3 mian4 han2 you2 jia3 quan2 sil|sil 统 一 采 购 的 面 筋 里 面 含 有 甲 醛 sil|26 19 16 20 11 11 20 14 10 23 19 10 18 33 30|0.0|3.245 +004278|sil guo4 qu4 li3 kui2 shi4 ban4 diao4 zi5 sp1 zai4 xi4 li2 zhi3 neng2 chong1 dang1 da3 ha1 ha5 cou4 qu4 de5 xiao4 ju4 ren2 wu4 sil|sil 过 去 李 逵 是 半 吊 子 sp1 在 戏 里 只 能 充 当 打 哈 哈 凑 趣 的 笑 剧 人 物 sil|28 16 26 15 22 14 17 20 17 23 15 13 20 10 15 19 22 19 17 17 19 22 12 16 10 19 24 30|0.0|6.0 +004279|sil hu2 liang4 yu2 fei1 qiao1 sui4 pi2 jiu3 ping2 sp1 di3 zhu4 zeng1 de5 hou2 long5 sil|sil 胡 亮 余 飞 敲 碎 啤 酒 瓶 sp1 抵 住 曾 的 喉 咙 sil|32 18 23 17 24 24 16 14 14 29 7 16 17 17 9 20 18 31|0.0|4.015 +004280|sil zhen4 zhang3 wu2 ke1 zhe2 shuo1 sp1 zheng1 yi4 shuang1 fang1 dou1 yi2 zu3 zong1 di4 de5 li3 you2 shen1 suo2 tu3 di4 suo2 you3 quan2 sil|sil 镇 长 吴 科 哲 说 sp1 争 议 双 方 都 以 祖 宗 地 的 理 由 申 索 土 地 所 有 权 sil|28 20 22 12 18 17 25 23 18 11 17 25 16 15 18 17 12 8 17 25 19 13 16 13 14 12 32 28|0.0|5.935 +004281|sil mu4 qian2 hui4 miao3 da4 bi4 you3 xie1 xu3 la1 shang1 sp1 dan4 wu2 da4 ai4 sil|sil 目 前 惠 淼 大 臂 有 些 许 拉 伤 sp1 但 无 大 碍 sil|29 12 27 19 20 18 26 18 16 12 18 23 11 17 11 17 22 30|0.0|4.015 +004282|sil mei3 dang1 ta1 yong1 bao4 wo3 de5 shi2 hou4 sp1 wo3 dou1 ting1 dao4 ta1 de5 xin1 zai4 peng1 peng1 tiao4 sil|sil 每 当 他 拥 抱 我 的 时 候 sp1 我 都 听 到 他 的 心 在 怦 怦 跳 sil|33 14 21 22 17 12 12 9 18 18 30 8 14 18 11 12 11 23 16 18 15 28 27|0.0|4.72 +004283|sil yuan2 gao4 zhang1 mi1 ben3 ren2 mei2 you3 chu1 ting2 sp1 zhang1 mi1 nv3 er2 li3 luo4 yi1 chu1 xian4 zai4 ting2 shen3 xian4 chang3 sil|sil 原 告 张 咪 本 人 没 有 出 庭 sp1 张 咪 女 儿 李 洛 伊 出 现 在 庭 审 现 场 sil|31 17 18 15 13 16 17 14 13 16 27 24 16 12 18 16 15 17 23 18 16 15 16 14 17 31 29|0.0|5.735 +004284|sil li3 you2 zhu3 yao4 you3 jian4 zhu5 gui1 ge2 shi2 jian1 sp1 ya2 shu3 jian4 zhu4 he2 wen2 xian4 ji4 zai4 deng3 sil|sil 理 由 主 要 有 建 筑 规 格 时 间 sp1 衙 署 建 筑 和 文 献 记 载 等 sil|29 18 19 14 15 26 20 12 18 24 22 24 11 17 15 20 19 15 15 16 13 18 22 34|0.0|5.29 +004285|sil zhi4 shao3 she1 chi2 pin3 shi4 chang3 yi4 zhi2 hen3 xing1 wang4 sil|sil 至 少 奢 侈 品 市 场 一 直 很 兴 旺 sil|27 17 26 17 15 17 15 26 16 15 15 18 20 29|0.0|3.175 +004286|sil na4 nv3 de5 shuo1 sp1 ni3 na2 qiang1 xia4 hu5 shui2 ya5 sil|sil 那 女 的 说 sp1 你 拿 枪 吓 唬 谁 呀 sil|28 13 16 11 24 21 8 17 21 19 13 19 24 30|0.0|3.065 +004287|sil shang4 mian5 xuan2 zhe5 yi4 lun2 hong2 tong1 tong1 de5 tai4 yang5 sil|sil 上 面 悬 着 一 轮 红 彤 彤 的 太 阳 sil|29 23 17 18 12 8 22 19 17 15 9 27 21 29|0.0|3.09 +004288|sil xiang4 shui2 dou1 xing2 sp1 jiu4 shi4 qian1 wan4 bie2 xiang4 wo3 sp1 you4 ai3 you4 chou3 de5 sil|sil 像 谁 都 行 sp1 就 是 千 万 别 像 我 sp1 又 矮 又 丑 的 sil|30 22 19 17 24 5 17 17 15 15 11 20 20 13 14 16 13 22 18 29|0.0|4.15 +004289|sil zhe4 bei4 hou4 qian1 chu1 ge2 yu3 sheng4 da4 zhi1 jian1 de5 jiu1 ge2 yi2 an4 sil|sil 这 背 后 牵 出 葛 与 盛 大 之 间 的 纠 葛 一 案 sil|28 16 18 24 21 21 23 16 19 15 13 18 11 16 16 13 30 27|0.0|4.01 +004290|sil fu1 qi1 lia2 ba3 xin1 si5 dou1 hua1 zai4 le5 tan1 huan4 shuang1 qin1 shen1 shang4 sil|sil 夫 妻 俩 把 心 思 都 花 在 了 瘫 痪 双 亲 身 上 sil|29 17 13 22 16 19 20 16 18 15 11 23 18 17 17 20 19 30|0.0|3.95 +004291|sil ke1 li4 ta3 ceng2 chuang4 ban4 ji4 nian4 yi3 gu4 zhang4 fu5 de5 jin1 en1 zhong1 xin1 sil|sil 柯 莉 塔 曾 创 办 纪 念 已 故 丈 夫 的 金 恩 中 心 sil|27 17 13 25 18 21 20 12 22 13 16 19 15 11 17 13 15 27 30|0.0|4.08 +004292|sil chuang2 pu4 pang2 bian1 shi4 shou1 shou4 de5 ge4 zhong3 yao4 pin3 sil|sil 床 铺 旁 边 是 收 售 的 各 种 药 品 sil|26 25 13 21 21 27 18 15 11 14 13 18 26 30|0.0|3.23 +004293|sil ju4 ti2 you3 duo1 shao2 sun3 shi1 sp1 wo3 bu4 neng2 pai1 nao3 dai5 sp1 hen3 nan2 ji4 suan4 sil|sil 具 体 有 多 少 损 失 sp1 我 不 能 拍 脑 袋 sp1 很 难 计 算 sil|28 21 21 17 13 15 19 21 7 14 11 18 16 17 20 14 15 17 18 22 31|0.0|4.355 +004294|sil ci3 ci4 lian2 yan3 shi4 liang3 jun1 jun1 shi4 he2 zuo4 kuang4 jia4 nei4 de5 zheng4 chang2 an1 pai2 sil|sil 此 次 联 演 是 两 军 军 事 合 作 框 架 内 的 正 常 安 排 sil|31 17 14 18 26 15 21 20 16 13 16 12 21 14 18 13 18 16 20 31 29|0.0|4.635 +004295|sil zhe4 xia4 re2 nao3 le5 liu2 peng2 sil|sil 这 下 惹 恼 了 刘 鹏 sil|24 20 20 15 16 9 18 33 28|0.0|2.125 +004296|sil tong1 chang2 dou1 shi4 zai4 yun4 zhu1 qian2 wang2 er3 duo5 shang4 da3 yi4 zhen1 di4 xi1 pan4 sp1 su2 ming2 jiu4 shi4 an1 ding4 sil|sil 通 常 都 是 在 运 猪 前 往 耳 朵 上 打 一 针 地 西 泮 sp1 俗 名 就 是 安 定 sil|29 21 28 12 14 20 17 12 35 17 15 14 19 15 11 19 13 16 26 24 18 19 13 13 17 24 30|0.0|5.93 +004297|sil yi4 shen1 luo3 se4 de5 xiao2 li3 fu2 sp1 li4 luo4 de5 fa4 shi4 sp1 gan4 lian4 you4 bu4 shi1 rou2 mei3 sil|sil 一 身 裸 色 的 小 礼 服 sp1 利 落 的 发 饰 sp1 干 练 又 不 失 柔 美 sil|30 12 21 21 12 10 15 17 25 15 13 14 9 20 22 18 18 25 15 11 13 18 29 31|0.0|5.035 +004298|sil di4 er4 bu4 shi4 jian3 qu4 ku4 jiao3 hou4 chou1 chu1 heng2 xiang4 de5 xian4 sil|sil 第 二 步 是 剪 去 裤 脚 后 抽 出 横 向 的 线 sil|27 12 19 18 20 16 16 18 18 20 18 17 19 17 8 25 29|0.0|3.675 +004299|sil zhe4 shi4 yi2 ge4 dian3 xing2 de5 jue2 ce4 miu4 wu4 sil|sil 这 是 一 个 典 型 的 决 策 谬 误 sil|28 14 14 11 15 21 19 11 15 16 21 23 25|0.0|2.71 +004300|sil jiang1 guo2 qing4 zhi1 mu3 de2 zhi1 er2 zi5 chen2 yuan1 de2 xue3 sp1 peng3 zhe5 yi2 zhao4 luo4 lei4 sil|sil 江 国 庆 之 母 得 知 儿 子 沉 冤 得 雪 sp1 捧 着 遗 照 落 泪 sil|28 21 12 19 13 26 15 12 17 16 18 16 15 27 14 20 15 12 16 14 24 29|0.0|4.635 +004301|sil zai4 qi1 ba1 jiu3 san1 ge4 yue4 sp1 you3 san1 jia1 she1 chi5 pin2 wang3 zhan4 fen4 wai4 zhao1 yao2 sil|sil 在 七 八 九 三 个 月 sp1 有 三 家 奢 侈 品 网 站 分 外 招 摇 sil|23 28 28 19 22 21 9 25 29 14 20 15 14 13 19 19 21 20 15 20 29 27|0.0|5.225 +004302|sil zhe4 yang4 lao3 ying1 he2 ye3 zhu1 sp1 yi3 ji2 ta1 men5 de5 hai2 zi5 dou1 e4 si3 le5 sil|sil 这 样 老 鹰 和 野 猪 sp1 以 及 他 们 的 孩 子 都 饿 死 了 sil|28 16 29 20 19 17 17 22 15 12 17 15 10 9 25 15 15 19 17 17 30|0.0|4.455 +004303|sil zai4 di3 da2 ya4 te4 lan2 da4 hou4 sp1 pu2 mi2 ka3 la1 bei4 jing3 fang1 dai4 zou3 sil|sil 在 抵 达 亚 特 兰 大 后 sp1 普 米 卡 拉 被 警 方 带 走 sil|29 20 14 16 15 8 18 18 20 10 14 16 16 25 14 15 14 15 23 29|0.0|4.055 +004304|sil zhi3 yao4 bu4 gong1 zuo4 shi2 sp1 ta1 mei3 ci4 yong4 can1 dou1 hui4 dian3 yu2 chi4 sp1 zai4 yu3 bai2 fan4 jiao3 hun4 lai2 chi1 sil|sil 只 要 不 工 作 时 sp1 他 每 次 用 餐 都 会 点 鱼 翅 sp1 再 与 白 饭 搅 混 来 吃 sil|31 17 19 13 16 17 23 21 11 18 14 15 25 14 12 14 14 22 24 16 11 19 21 17 13 18 24 30|0.0|5.915 +004305|sil bu2 guo4 ta1 ye3 shuo1 sp1 zhen1 yao4 feng1 qi3 lai2 sp1 hui4 chi3 du4 da4 kai1 sp1 bi3 ru2 luo2 yong3 sp1 tiao4 hen2 gui3 yi4 de5 wu3 sil|sil 不 过 他 也 说 sp1 真 要 疯 起 来 sp1 会 尺 度 大 开 sp1 比 如 裸 泳 sp1 跳 很 诡 异 的 舞 sil|30 13 23 19 14 23 15 18 13 20 14 18 8 19 20 14 18 27 31 13 21 22 22 11 23 16 16 13 14 23 30|0.0|6.75 +004306|sil ni3 you4 ba3 zhe4 ge5 qian1 gu3 nan2 ti2 diu1 gei2 wo3 le5 sp1 hao3 ba5 sp1 ke2 yi3 chang2 chang2 si4 chuan1 cai4 ya5 sp1 wo2 hen3 ai4 chi1 sil|sil 你 又 把 这 个 千 古 难 题 丢 给 我 了 sp1 好 吧 sp1 可 以 尝 尝 四 川 菜 呀 sp1 我 很 爱 吃 sil|30 10 17 17 13 9 21 9 18 19 12 14 18 20 44 16 16 13 16 8 19 20 15 19 22 17 13 8 16 20 26 33|0.0|6.595 +004307|sil li2 ba1 nen4 dian4 xin4 bu4 zhang3 ye2 biao3 shi4 sp1 yi1 du4 zhi1 si3 sp1 shi4 da4 ma3 shi4 ge2 qing1 suan4 yun4 dong4 de5 yin1 mou2 zhi1 yi1 sil|sil 黎 巴 嫩 电 信 部 长 也 表 示 sp1 伊 杜 之 死 sp1 是 大 马 士 革 清 算 运 动 的 阴 谋 之 一 sil|32 12 14 21 15 15 9 16 10 19 24 26 13 13 16 24 5 18 12 16 20 17 17 13 15 16 11 12 16 13 22 29|0.0|6.16 +004308|sil wo2 you3 yi2 ge4 re4 ai4 shu1 mian4 yu3 de5 peng2 you5 sil|sil 我 有 一 个 热 爱 书 面 语 的 朋 友 sil|29 13 13 11 18 16 14 17 19 8 11 24 21 25|0.0|2.78 +004309|sil si4 ren2 jun1 fou3 ren4 bang1 bian3 jia1 xi3 qian2 sil|sil 四 人 均 否 认 帮 扁 家 洗 钱 sil|27 21 21 19 16 23 19 15 16 15 33 30|0.0|2.96 +004310|sil zhe4 chu4 yuan4 luo4 wei4 yu2 lu4 bian1 sp1 you2 yu2 yuan3 li2 ping2 jia1 tuan3 cun1 sp1 zhou1 wei2 zhu4 hu4 ji2 shao3 sil|sil 这 处 院 落 位 于 路 边 sp1 由 于 远 离 平 家 疃 村 sp1 周 围 住 户 极 少 sil|28 17 16 18 19 13 9 18 27 30 13 14 19 18 18 14 19 26 13 15 13 15 17 18 28 29|0.0|5.62 +004311|sil ling4 wai4 tao2 hua1 wei2 di1 ai3 zhi2 wu4 zhi1 ya1 jiao4 di1 sp1 ye3 bu4 fang1 bian4 xing2 ren2 chuan1 xing2 sil|sil 另 外 桃 花 为 低 矮 植 物 枝 桠 较 低 sp1 也 不 方 便 行 人 穿 行 sil|29 18 21 23 22 19 17 13 20 22 15 14 20 20 19 11 10 19 16 14 15 20 29 31|0.0|5.3 +004312|sil jiao4 lian4 yi2 xia4 meng1 le5 sp1 kan4 zhe5 ta1 shuo1 bei3 jing1 sil|sil 教 练 一 下 蒙 了 sp1 看 着 他 说 北 京 sil|27 20 21 12 15 22 16 12 19 10 18 17 15 26 28|0.0|3.225 +004313|sil fa1 zhai4 hou4 sp1 duan2 duan2 ji3 tian1 jiu4 kui1 sun3 yu4 jing3 sil|sil 发 债 后 sp1 短 短 几 天 就 亏 损 预 警 sil|27 21 22 21 3 17 15 15 24 16 16 16 16 25 30|0.0|3.3 +004314|sil wo3 dao4 pai4 chu1 suo3 yi2 kan4 sp1 ye3 shi4 ge5 xiao3 huo1 zui3 sil|sil 我 到 派 出 所 一 看 sp1 也 是 个 小 豁 嘴 sil|28 13 17 14 12 17 10 25 16 12 16 12 18 18 25 30|0.0|3.285 +004315|sil zhe4 xie1 nu3 li4 huo4 de2 de5 fan3 kui4 xiang1 dang1 yong3 yue4 sil|sil 这 些 努 力 获 得 的 反 馈 相 当 踊 跃 sil|26 16 14 18 19 16 12 9 20 24 23 13 18 18 28|0.0|3.18 +004316|sil jiang1 feng1 lin3 lie4 sp1 yu2 shuang1 ge1 da3 le5 ge5 han2 zhan4 sil|sil 江 风 凛 冽 sp1 于 双 戈 打 了 个 寒 战 sil|26 24 17 17 28 10 9 20 17 13 12 12 24 19 30|0.0|3.225 +004317|sil liang3 nian2 hou4 sp1 ta1 de5 jing1 shen2 bao2 lei2 kua3 ta1 le5 sil|sil 两 年 后 sp1 他 的 精 神 堡 垒 垮 塌 了 sil|30 15 16 23 6 14 11 16 18 14 15 22 20 18 29|0.0|3.1 +004318|sil sun1 hui1 hen4 bu4 de2 yao4 shuo1 sp1 lao3 zi5 xue2 fu4 wu3 che1 sp1 ni3 gou4 zi1 ge2 yao4 wo2 zhi3 zheng4 ma5 sil|sil 孙 辉 恨 不 得 要 说 sp1 老 子 学 富 五 车 sp1 你 够 资 格 要 我 指 正 吗 sil|32 22 22 20 5 14 17 23 26 19 17 16 14 12 27 25 11 16 16 16 14 10 15 19 23 29|0.0|5.57 +004319|sil wei4 mo1 qing1 zai1 hou4 bei3 chuan1 zi1 yuan2 zhuang4 kuang4 sp1 ta1 zou3 bian4 le5 bei3 chuan1 de5 shan1 shan1 shui2 shui3 sil|sil 为 摸 清 灾 后 北 川 资 源 状 况 sp1 他 走 遍 了 北 川 的 山 山 水 水 sil|30 11 18 25 19 21 15 22 14 14 19 21 21 15 16 15 10 13 23 11 17 16 18 28 30|0.0|5.365 +004320|sil ri4 zi5 guo4 de5 ye3 suan4 ping2 jing4 shun4 dang4 sil|sil 日 子 过 得 也 算 平 静 顺 当 sil|28 17 15 16 20 15 26 20 16 22 20 28|0.0|2.825 +004321|sil zhu3 hun1 ren2 yi2 leng4 sp1 hui2 tou2 kan4 le5 yi4 yan3 xin1 niang2 sp1 ran2 hou4 zhao3 le5 wu3 mao2 sil|sil 主 婚 人 一 愣 sp1 回 头 看 了 一 眼 新 娘 sp1 然 后 找 了 五 毛 sil|27 18 17 20 11 24 16 18 20 18 9 11 15 19 26 8 17 18 15 13 13 31 31|0.0|4.815 +004322|sil mei2 hao3 qian2 jing3 ci4 ji5 xia4 sp1 xin1 de5 pao2 ma3 quan1 di4 yun4 dong4 sp1 zheng4 shi4 la1 kai1 wei2 mu4 sil|sil 美 好 前 景 刺 激 下 sp1 新 的 跑 马 圈 地 运 动 sp1 正 式 拉 开 帷 幕 sil|30 14 18 17 16 18 14 22 20 22 13 16 15 19 14 18 16 4 19 11 17 14 13 19 30|0.0|4.98 +004323|sil liu2 nai3 nai5 bu4 shu3 yu2 wu2 er2 wu2 nv3 de5 san1 wu2 si3 wang2 ren2 yuan2 sp1 min2 zheng4 ju2 geng4 wu2 fa3 jie4 ru4 sil|sil 刘 奶 奶 不 属 于 无 儿 无 女 的 三 无 死 亡 人 员 sp1 民 政 局 更 无 法 介 入 sil|30 16 17 23 14 18 14 13 15 15 20 17 20 13 13 14 14 26 25 14 18 23 16 13 16 17 19 30|0.0|5.845 +004324|sil wang2 qiang2 bian4 hong3 pian4 xiao3 juan1 sp1 ru2 guo2 xiao3 juan1 yu3 ta1 fa1 sheng1 guan1 xi5 sp1 bian4 gei2 xiao3 juan1 ling2 hua1 qian2 yong4 sil|sil 王 强 便 哄 骗 小 娟 sp1 如 果 小 娟 与 他 发 生 关 系 sp1 便 给 小 娟 零 花 钱 用 sil|31 19 29 16 19 15 17 24 29 13 10 18 19 9 19 13 16 18 21 19 15 11 18 18 15 15 23 16 30|0.0|6.215 +004325|sil xian4 zai4 si1 le4 yi3 jing1 wu3 sui4 le5 sp1 cong1 ming2 guai1 qiao3 sp1 shen4 shi4 zhao1 ren2 xi3 huan1 sil|sil 现 在 思 乐 已 经 五 岁 了 sp1 聪 明 乖 巧 sp1 甚 是 招 人 喜 欢 sil|33 21 21 17 21 9 17 17 23 15 16 20 16 16 24 4 19 13 15 14 20 24 30|0.0|4.94 +004326|sil ru2 guo3 nian2 dai4 jiu2 yuan3 sp1 ta1 hui4 shao1 man4 xie1 sp1 xu1 yao4 duo1 yi4 miao3 zhong1 sil|sil 如 果 年 代 久 远 sp1 他 会 稍 慢 些 sp1 需 要 多 一 秒 钟 sil|28 15 17 18 13 20 22 8 17 13 15 21 18 9 17 17 16 9 20 23 30|0.0|4.255 +004327|sil zhang1 yue4 hong2 bu2 shi4 chong2 fan3 guo2 jia1 dui4 le5 ma5 sil|sil 张 越 红 不 是 重 返 国 家 队 了 吗 sil|28 21 17 24 13 16 23 17 12 15 15 10 25 29|0.0|3.08 +004328|sil yi2 ci3 yong4 geng4 que4 zao2 de5 zheng4 ju4 jie3 jue2 yi2 zhi3 de5 ji1 chu3 wen4 ti5 hui2 ying4 zhe4 xie1 zhi4 yi2 sil|sil 以 此 用 更 确 凿 的 证 据 解 决 遗 址 的 基 础 问 题 回 应 这 些 质 疑 sil|32 13 25 20 15 20 12 10 19 18 17 17 15 12 11 13 16 19 21 18 17 11 15 17 21 30|0.0|5.27 +004329|sil tao2 bao3 duan1 qi2 jiu3 bei1 sp1 pai1 pai1 wo3 de5 jian1 bang3 sil|sil 陶 宝 端 起 酒 杯 sp1 拍 拍 我 的 肩 膀 sil|26 24 22 18 15 19 22 6 18 17 11 8 23 27 29|0.0|3.305 +004330|sil sun1 mou3 wei4 ting2 che1 fan3 er2 jia1 su4 chuang2 qia3 sp1 jiang1 xie2 jing3 guo1 mou3 lin2 mou3 zhuang4 cheng2 qing1 shang1 sil|sil 孙 某 未 停 车 反 而 加 速 闯 卡 sp1 将 协 警 郭 某 林 某 撞 成 轻 伤 sil|35 21 16 14 17 26 14 19 17 12 20 24 18 21 19 24 23 28 21 24 18 15 18 24 32|0.0|6.035 +004331|sil er2 zai4 tui4 yi4 hou4 sp1 yu2 le4 quan1 sp1 ye3 ceng2 shi4 li3 ning2 shou2 xuan3 de5 chang2 shi4 sil|sil 而 在 退 役 后 sp1 娱 乐 圈 sp1 也 曾 是 李 宁 首 选 的 尝 试 sil|28 17 17 21 16 20 19 7 15 28 4 10 18 13 14 20 19 14 8 23 18 36|0.0|4.47 +004332|sil dan4 ta1 yuan2 yuan3 bu4 neng2 zou3 de2 sa3 tuo1 sil|sil 但 他 远 远 不 能 走 得 洒 脱 sil|26 18 25 17 19 9 19 14 12 21 26 30|0.0|2.735 +004333|sil fu4 gao1 feng1 shi4 zhong1 guo2 yi2 dai4 san2 da3 wang2 liu2 hai3 long2 he2 wu3 zhuang4 yuan5 sp1 yang2 xiao3 jing4 de5 shi1 di4 sil|sil 付 高 峰 是 中 国 一 代 散 打 王 柳 海 龙 和 武 状 元 sp1 杨 晓 靖 的 师 弟 sil|31 16 17 25 22 15 13 13 17 19 16 24 17 16 27 19 15 22 20 11 18 17 15 8 17 17 30|0.0|5.775 +004334|sil mei2 you2 qiang3 cheng2 sp1 liang3 ren2 you2 dian3 xie4 qi4 sp1 zai4 fu4 jin4 liu1 da5 le5 yi2 huir4 r sil|sil 没 有 抢 成 sp1 两 人 有 点 泄 气 sp1 在 附 近 溜 达 了 一 会 儿 sil|30 12 11 20 29 7 16 16 14 13 17 25 21 18 16 19 18 13 9 14 20 0 27|0.0|4.47 +004335|sil xia4 mian4 qing3 ting1 huan2 qiu2 zi1 xun4 sp1 zhu4 ye1 lu4 sa1 leng3 ji4 zhe3 wang2 qian4 fa1 hui2 de5 bao4 dao4 sil|sil 下 面 请 听 环 球 资 讯 sp1 驻 耶 路 撒 冷 记 者 王 倩 发 回 的 报 道 sil|31 17 23 22 23 21 16 16 20 7 22 11 14 15 18 15 19 19 20 17 12 11 18 20 29|0.0|5.29 +004336|sil diao4 cha2 ye3 yu4 ce4 sp1 wei4 lai2 san1 nian2 nei4 zhi4 shao3 hui4 you3 yi2 yi4 yi4 qian1 wan4 de5 shou3 ji1 xin1 yong4 hu4 chan3 sheng1 sil|sil 调 查 也 预 测 sp1 未 来 三 年 内 至 少 会 有 一 亿 一 千 万 的 手 机 新 用 户 产 生 sil|30 17 21 13 18 24 20 11 15 14 15 19 13 14 20 17 16 14 13 21 20 13 18 13 14 14 12 20 24 32|0.0|6.1 +004337|sil tong2 shi2 kong4 zhi4 pou1 gong1 chan3 lv4 sil|sil 同 时 控 制 剖 宫 产 率 sil|28 20 19 22 18 21 14 21 22 29|0.0|2.48 +004338|sil fa3 guan1 jie4 shao4 sp1 fa3 yuan4 jiang1 an1 pai2 dui4 lei2 sen1 jin4 xing2 zhuan1 ye4 xin1 li3 fu2 dao3 sil|sil 法 官 介 绍 sp1 法 院 将 安 排 对 雷 森 进 行 专 业 心 理 辅 导 sil|27 21 14 15 20 21 19 20 16 18 21 13 18 23 17 20 14 12 13 11 18 22 30|0.0|4.915 +004339|sil xian4 zai4 jin4 yan1 zhi1 feng1 cong2 gong1 gong4 chang2 suo3 chui1 ru4 le5 ju1 min2 jian4 zhu4 nei4 bu4 sil|sil 现 在 禁 烟 之 风 从 公 共 场 所 吹 入 了 居 民 建 筑 内 部 sil|30 22 27 20 14 13 23 22 14 14 21 21 20 16 14 14 16 15 10 18 21 32|0.0|4.84 +004340|sil ta1 men5 you4 ban1 bu4 fa3 ling4 sp1 yao1 qiu2 gong1 chang3 an4 geng4 gao1 biao1 zhun3 jian4 li4 yan1 cong1 sil|sil 他 们 又 颁 布 法 令 sp1 要 求 工 厂 按 更 高 标 准 建 立 烟 囱 sil|26 14 12 15 18 12 19 23 14 16 18 16 25 22 16 14 18 19 14 9 16 26 31|0.0|4.795 +004341|sil gan3 jue2 wo3 ti2 chu1 shen2 me5 shi4 sp1 lao3 hanr4 r dou1 bu4 da1 ying4 sil|sil 感 觉 我 提 出 什 么 事 sp1 老 汉 儿 都 不 答 应 sil|28 18 24 14 14 15 15 9 24 19 15 23 0 15 12 20 17 34|0.0|3.67 +004342|sil ku4 er3 sen1 he2 bu4 lu3 ke4 si1 sp1 bei4 kong4 he2 mou2 fei1 fa3 qie4 ting1 zui4 sil|sil 库 尔 森 和 布 鲁 克 斯 sp1 被 控 合 谋 非 法 窃 听 罪 sil|26 18 14 24 15 9 13 17 21 5 14 21 14 21 15 15 18 18 22 25|0.0|4.01 +004343|sil yi2 sp1 wo2 yin3 shen1 le5 zen3 me5 hai2 neng2 kan4 jian4 wo3 sil|sil 咦 sp1 我 隐 身 了 怎 么 还 能 看 见 我 sil|28 26 18 15 17 20 16 14 10 14 16 17 18 22 29|0.0|3.25 +004344|sil zeng1 zhi4 wei2 tan3 yan2 ge4 ren2 mei2 you3 ji4 jiao4 chu1 chang3 ci4 xu4 sp1 dan4 an1 pai2 shang4 reng2 you3 kun4 nan5 sil|sil 曾 志 伟 坦 言 各 人 没 有 计 较 出 场 次 序 sp1 但 安 排 上 仍 有 困 难 sil|28 18 12 23 21 22 13 17 13 13 12 14 13 18 18 22 17 16 14 18 17 14 13 19 21 34|0.0|5.34 +004345|sil tian1 qi4 hao3 sp1 ye3 bu4 neng2 hu1 lve4 bu3 chong1 wei2 sheng1 su4 sp1 mai2 dian3 zui4 ai4 de5 shui2 guo3 sp1 zuo4 kuai4 le4 de5 chi1 huo4 sil|sil 天 气 好 sp1 也 不 能 忽 略 补 充 维 生 素 sp1 买 点 最 爱 的 水 果 sp1 做 快 乐 的 吃 货 sil|28 21 16 28 7 12 11 16 18 15 12 17 11 16 19 24 16 17 12 13 10 19 22 5 16 20 13 8 21 20 32|0.0|5.98 +004346|sil qi4 che1 zai4 liu2 long3 shan1 pan2 xuan2 sp1 ji4 zhe2 zou3 jin4 wu2 nai3 yi2 de5 jia1 sil|sil 汽 车 在 柳 垄 山 盘 旋 sp1 记 者 走 进 吴 乃 宜 的 家 sil|29 20 24 18 15 16 16 20 30 12 17 16 16 18 12 19 11 10 29 28|0.0|4.37 +004347|sil yun4 chao1 che1 si1 ji1 ye3 bei4 nong4 hu2 tu5 le5 sp1 jiang1 che1 ting2 xia4 sp1 nan2 zi3 rang1 rang5 sp1 wo3 yao4 da3 che1 hui2 jia1 sil|sil 运 钞 车 司 机 也 被 弄 糊 涂 了 sp1 将 车 停 下 sp1 男 子 嚷 嚷 sp1 我 要 打 车 回 家 sil|34 16 15 15 18 23 16 12 18 21 14 14 12 19 15 20 21 35 13 11 17 20 23 9 12 15 15 14 25 31|0.0|6.3 +004348|sil jie2 zhi4 shi2 yi1 yue4 er4 ri4 sp1 shi2 ji4 zhuan3 hu4 sp1 wu3 shi2 er4 dian3 qi1 wu3 si4 wu3 wan4 ren2 sil|sil 截 至 十 一 月 二 日 sp1 实 际 转 户 sp1 五 十 二 点 七 五 四 五 万 人 sil|29 19 20 18 13 11 17 21 17 17 12 22 25 12 12 16 15 22 22 13 16 10 19 27 28|0.0|5.265 +004349|sil wo3 de5 gui1 mi4 men5 yi4 kou2 yao3 ding4 sp1 wo3 shi4 fan4 le5 hua1 chi1 sp1 kan4 zhong4 le5 zhu3 ren2 de5 shuai4 qi5 mu2 yang4 sil|sil 我 的 闺 蜜 们 一 口 咬 定 sp1 我 是 犯 了 花 痴 sp1 看 中 了 主 人 的 帅 气 模 样 sil|31 9 12 13 17 24 12 17 17 19 11 11 11 14 8 18 27 17 21 14 10 13 16 11 21 13 18 26 29|0.0|5.575 +004350|sil wei2 you2 zhuan3 cai2 neng2 tu1 po4 sp1 zhuan3 cai2 neng2 chi2 xu4 sp1 zhuan3 cai2 neng2 rang4 qin4 yang2 gong1 ye4 sp1 bu4 ru4 xin1 jing4 jie4 sil|sil 唯 有 转 才 能 突 破 sp1 转 才 能 持 续 sp1 转 才 能 让 沁 阳 工 业 sp1 步 入 新 境 界 sil|31 13 14 28 13 17 19 23 14 23 14 13 23 23 24 24 12 14 19 17 15 16 16 3 12 14 19 20 19 31|0.0|6.31 +004351|sil zuo4 dao4 wei4 zhi4 shang4 sp1 kai1 shi2 huan3 guo4 shen2 lai2 sp1 xin1 bei4 xi3 yue4 sai1 de5 bu4 liu2 yi4 si1 feng4 xi4 sil|sil 坐 到 位 置 上 sp1 开 始 缓 过 神 来 sp1 心 被 喜 悦 塞 得 不 留 一 丝 缝 隙 sil|30 15 12 17 14 19 6 19 16 17 11 16 26 24 24 14 24 24 19 17 9 15 12 13 20 26 29|0.0|5.66 +004352|sil jun1 fang1 cheng1 sp1 guo4 qu5 san1 tian1 gong4 da2 si3 sp1 yi4 bai3 liu4 shi2 wu3 ming2 wu3 zhuang1 ren2 yuan2 sil|sil 军 方 称 sp1 过 去 三 天 共 打 死 sp1 一 百 六 十 五 名 武 装 人 员 sil|31 18 18 28 10 15 13 16 22 16 18 30 8 8 12 14 14 15 23 14 18 15 26 33|0.0|5.045 +004353|sil zhe4 li2 ting3 qing1 jing4 sp1 hao3 xie1 bu4 chao2 gu3 de5 yi1 bo2 yi1 mu3 sp1 ye3 jin4 lai2 xiao1 xia4 sil|sil 这 里 挺 清 静 sp1 好 些 不 炒 股 的 依 伯 依 姆 sp1 也 进 来 消 夏 sil|30 14 20 21 21 21 28 16 18 13 21 14 8 20 23 15 28 11 13 11 18 18 26 29|0.0|5.31 +004354|sil hai2 zi5 xian4 zai4 shen1 gao1 ming2 xian2 bi3 tong2 xue2 ai2 xu3 duo1 sp1 wo3 xian4 zai4 hou4 hui3 mo4 ji2 xiang3 zhuang4 qiang2 sil|sil 孩 子 现 在 身 高 明 显 比 同 学 矮 许 多 sp1 我 现 在 后 悔 莫 及 想 撞 墙 sil|36 21 14 17 12 18 18 18 16 10 16 17 14 19 23 37 10 17 14 15 12 18 22 22 16 34 32|0.0|6.015 +004355|sil xiao3 ha2 ma5 jun1 zhi2 you3 zhi2 jia5 gai4 da4 xiao3 sil|sil 小 蛤 蟆 均 只 有 指 甲 盖 大 小 sil|30 23 18 24 20 12 16 15 14 16 15 24 29|0.0|2.975 +004356|sil guan1 yu2 hu4 zhu4 he2 zuo4 bao2 xian2 zu3 zhi1 sil|sil 关 于 互 助 合 作 保 险 组 织 sil|26 22 19 19 14 18 18 15 17 15 23 27|0.0|2.71 +004357|sil jie3 jie5 jian4 zhuang4 zai4 du4 tong4 ku1 sp1 bu4 ren2 she3 qi4 sp1 zhi2 hao3 zan4 shi2 bao3 liu2 sil|sil 姐 姐 见 状 再 度 痛 哭 sp1 不 忍 舍 弃 sp1 只 好 暂 时 保 留 sil|26 18 12 21 22 18 13 22 24 4 12 17 20 23 16 18 18 16 12 18 27 29|0.0|4.71 +004358|sil dui4 ni3 de5 qian2 ren4 geng4 gan3 xing4 qu4 ye5 sil|sil 对 你 的 前 任 更 感 兴 趣 耶 sil|27 16 13 8 22 20 16 14 18 16 25 30|0.0|2.615 +004359|sil qi2 zhong1 sp1 mai4 hun2 tun5 de5 yue1 san1 shi5 jia1 sil|sil 其 中 sp1 卖 馄 饨 的 约 三 十 家 sil|26 19 24 8 17 23 22 19 17 17 15 24 30|0.0|3.03 +004360|sil mian2 hua1 jin4 kou3 liang4 ye3 da4 fu2 zeng1 zhang3 sil|sil 棉 花 进 口 量 也 大 幅 增 长 sil|29 17 17 18 16 21 14 16 12 16 29 28|0.0|2.71 +004361|sil gu3 ge2 bao3 cun2 ji1 ben3 wan2 zheng3 sp1 fa4 zan1 he2 fa4 ji4 de5 yang4 shi4 sp1 yi1 xi1 ke3 jian4 sil|sil 骨 骼 保 存 基 本 完 整 sp1 发 簪 和 发 髻 的 样 式 sp1 依 稀 可 见 sil|28 17 14 16 22 14 13 20 23 22 23 21 15 17 13 7 22 18 6 13 15 18 20 33|0.0|4.995 +004362|sil ri4 fang1 bu4 ying1 fei1 fa3 yong4 wu3 li4 zu3 nao2 sil|sil 日 方 不 应 非 法 用 武 力 阻 挠 sil|30 17 25 15 16 18 18 17 15 15 14 30 28|0.0|3.0 +004363|sil luo4 shi2 jie2 neng2 jian3 pai2 de5 ren4 wu4 ma5 sil|sil 落 实 节 能 减 排 的 任 务 吗 sil|28 17 20 14 16 18 15 11 16 13 26 29|0.0|2.585 +004364|sil tu2 wei2 shou4 biao3 zhang1 de5 ai4 guo2 shou2 fa3 xian1 jin4 seng1 ni2 dai4 biao3 sil|sil 图 为 受 表 彰 的 爱 国 守 法 先 进 僧 尼 代 表 sil|26 22 20 20 19 19 17 19 17 20 22 18 15 13 14 16 25 29|0.0|4.07 +004365|sil zu2 ma2 ben3 ren2 liang3 tian1 qian2 shuo1 sp1 zhe4 fu2 hua4 xiang4 ji1 feng2 wo3 sp1 rang4 wo3 ren2 ge2 meng2 xiu1 zun1 yan2 shou4 ru3 sil|sil 祖 马 本 人 两 天 前 说 sp1 这 幅 画 像 讥 讽 我 sp1 让 我 人 格 蒙 羞 尊 严 受 辱 sil|28 15 19 14 18 15 14 18 24 22 15 13 20 18 14 17 21 24 21 17 18 11 18 28 20 13 21 22 32|0.0|6.385 +004366|sil yi4 dian3 dou1 nan2 bu4 dao2 wo3 sil|sil 一 点 都 难 不 倒 我 sil|29 16 19 10 19 8 19 23 29|0.0|2.0 +004367|sil wo3 men2 yao4 xiang1 xin4 ke1 xue2 chong2 shang4 zi4 you2 sil|sil 我 们 要 相 信 科 学 崇 尚 自 由 sil|28 11 12 21 19 16 17 22 21 16 18 25 29|0.0|2.96 +004368|sil cong2 tuan2 gou4 dan4 sheng1 na4 tian1 kai1 shi3 sp1 ma3 yao2 jiu4 bei4 zhe4 xin1 xian1 wan2 yir4 r xi1 yin3 zhu4 le5 sil|sil 从 团 购 诞 生 那 天 开 始 sp1 马 遥 就 被 这 新 鲜 玩 意 儿 吸 引 住 了 sil|30 27 24 16 17 15 13 16 17 24 27 17 20 12 11 13 16 18 16 20 0 23 14 20 17 31|0.0|5.505 +004369|sil hou4 yuan2 li4 hai5 sp1 bei4 du2 zi4 liu2 zai4 fang2 jian1 zhong1 xiu1 xi5 sp1 shui4 le5 yi2 ge5 wu3 jiao4 sil|sil 后 袁 厉 害 sp1 被 独 自 留 在 房 间 中 休 息 sp1 睡 了 一 个 午 觉 sil|28 32 17 20 23 6 19 15 11 16 14 16 12 13 20 21 20 14 11 9 14 13 23 30|0.0|4.84 +004370|sil ying1 guo2 guang3 bo1 gong1 si1 sp1 zai4 bei4 er3 ge2 lai2 de2 de5 ji4 zhe3 ni2 ke4 sil|sil 英 国 广 播 公 司 sp1 在 贝 尔 格 莱 德 的 记 者 尼 克 sil|34 16 12 16 11 17 21 7 24 11 15 9 17 13 9 16 14 20 28 29|0.0|3.93 +004371|sil ta1 zhua1 qi3 zhuo1 shang4 de5 fang4 da4 jing4 sp1 you4 fan2 fan3 fu4 fu4 duan1 xiang2 le5 hao3 yi2 zhen4 zi5 sil|sil 他 抓 起 桌 上 的 放 大 镜 sp1 又 反 反 复 复 端 详 了 好 一 阵 子 sil|26 20 18 20 15 16 6 17 14 24 21 16 16 15 14 20 18 16 8 19 11 19 16 30|0.0|4.82 +004372|sil ta1 zi4 shu4 qi2 xue2 wen4 sp1 cong2 kong3 fu1 zi3 liang2 qi3 chao1 dao4 na2 po4 lun2 sp1 shen2 me5 dou1 du2 sil|sil 他 自 述 其 学 问 sp1 从 孔 夫 子 梁 启 超 到 拿 破 仑 sp1 什 么 都 读 sil|27 21 19 19 16 20 20 25 28 20 18 22 23 15 26 15 19 15 26 4 18 9 17 24 28|0.0|5.73 +004373|sil er2 mi4 fang1 qi2 shi2 shi4 gao1 yao4 li3 jia1 xi1 yao4 sp1 shen4 zhi4 jia1 la4 jiao1 you2 sp1 rang4 huan4 zhe2 gan3 jue2 fa1 re4 sil|sil 而 秘 方 其 实 是 膏 药 里 加 西 药 sp1 甚 至 加 辣 椒 油 sp1 让 患 者 感 觉 发 热 sil|30 11 20 24 19 11 18 17 14 15 18 19 19 22 16 9 17 15 17 24 18 17 20 16 16 14 19 20 31|0.0|6.105 +004374|sil men2 yao4 shi4 ge5 nv3 de5 sp1 fei1 ji2 si3 bu4 ke3 sil|sil 门 要 是 个 女 的 sp1 非 急 死 不 可 sil|29 19 16 14 11 24 17 16 14 17 14 16 25 29|0.0|3.025 +004375|sil yao4 xian1 jie2 hun1 cai2 ke2 yi3 sheng1 hai2 zi5 sil|sil 要 先 结 婚 才 可 以 生 孩 子 sil|31 15 19 18 25 22 12 8 18 22 16 26|0.0|2.695 +004376|sil fan3 zheng4 jiu4 shi4 you3 chuang4 yi4 sp1 jiu4 wan2 cheng2 bei5 sil|sil 反 正 就 是 有 创 意 sp1 就 完 成 呗 sil|26 22 17 15 17 16 27 14 9 14 17 21 18 30|0.0|3.055 +004377|sil er4 shi4 sp1 wa3 si1 zhi4 li3 cuo4 shi1 bu2 luo4 shi2 sil|sil 二 是 sp1 瓦 斯 治 理 措 施 不 落 实 sil|30 17 22 5 21 20 12 14 17 14 10 17 26 30|0.0|2.965 +004378|sil hua4 zuo4 shang4 qian1 ming2 liao2 cao3 sp1 xia4 fang1 zhu4 ming2 hui4 yu2 sp1 yi1 ba1 wu3 si4 nian2 sil|sil 画 作 上 签 名 潦 草 sp1 下 方 注 明 绘 于 sp1 一 八 五 四 年 sil|30 21 16 22 19 13 19 27 15 18 16 14 24 29 17 5 11 15 13 17 30 31|0.0|4.9 +004379|sil mu4 qian2 zheng4 wai3 de5 gong1 chang3 she4 zai4 dong1 guan3 he2 kun1 shan1 sil|sil 目 前 正 崴 的 工 厂 设 在 东 莞 和 昆 山 sil|29 15 22 18 15 9 17 30 22 24 18 20 13 19 26 30|0.0|3.795 +004380|sil ma3 lin2 xu3 xin1 sp1 wang2 li4 qin2 sp1 fen1 bie2 pai2 zai4 di4 wu3 qi1 ba1 wei4 sil|sil 马 琳 许 昕 sp1 王 励 勤 sp1 分 别 排 在 第 五 七 八 位 sil|31 17 28 25 32 8 14 15 29 10 13 12 21 18 22 23 28 22 25 30|0.0|4.91 +004381|sil jiang1 yi1 yan4 you4 leng3 you4 pa4 sp1 mei2 jian4 dao4 gui3 wu1 sp1 yi3 jing1 zai4 chan4 dou3 le5 sil|sil 江 一 燕 又 冷 又 怕 sp1 没 见 到 鬼 屋 sp1 已 经 在 颤 抖 了 sil|28 20 13 28 16 15 17 26 17 14 17 14 18 20 4 14 15 13 23 14 19 28|0.0|4.56 +004382|sil jie2 zhang4 de5 yao2 long2 lian2 lian2 tui1 ci2 sp1 dan4 zui4 zhong1 ao3 bu2 guo4 bai4 deng1 sp1 hai2 shi4 shou1 xia4 le5 sil|sil 结 账 的 姚 龙 连 连 推 辞 sp1 但 最 终 拗 不 过 拜 登 sp1 还 是 收 下 了 sil|28 20 16 7 16 23 17 15 19 29 22 16 14 22 19 13 13 18 20 9 18 12 18 18 13 34|0.0|5.45 +004383|sil dan4 shi4 sp1 wo3 men5 you3 xin4 xin1 neng2 gou4 ba3 zhe4 er4 zhe3 ping2 heng2 hao3 sil|sil 但 是 sp1 我 们 有 信 心 能 够 把 这 二 者 平 衡 好 sil|27 17 23 5 10 12 17 20 26 18 13 16 12 14 13 18 17 23 31|0.0|3.85 +004384|sil er2 zi5 jing4 ran2 bao4 zhe5 ji2 ta5 sp1 wa5 sp1 wen1 nuan3 ya5 sil|sil 儿 子 竟 然 抱 着 吉 他 sp1 哇 sp1 温 暖 呀 sil|30 19 17 13 17 14 10 21 23 17 27 9 14 22 25 26|0.0|3.53 +004385|sil wo3 shi4 tai4 ai4 an2 lao3 po5 sp1 hai4 pa4 ta1 bu2 yao4 wo3 sil|sil 我 是 太 爱 俺 老 婆 sp1 害 怕 她 不 要 我 sil|29 12 12 22 15 15 19 23 18 14 11 18 13 22 19 32|0.0|3.41 +004386|sil yi4 xie1 ren2 zheng3 xiang1 zheng3 xiang1 de5 kang2 hui2 jia1 sil|sil 一 些 人 整 箱 整 箱 地 扛 回 家 sil|28 12 18 21 22 24 18 19 8 18 15 25 29|0.0|2.985 +004387|sil miao2 miao3 xi1 yu3 huai2 sp1 wang4 mei3 ren2 xi1 tian1 yi4 fang1 sil|sil 渺 渺 兮 予 怀 sp1 望 美 人 兮 天 一 方 sil|30 19 24 18 17 32 9 16 13 18 23 20 14 29 26|0.0|3.575 +004388|sil zhe4 tang4 man4 che1 de5 cheng2 ke4 zhu2 nian2 jian2 shao3 sil|sil 这 趟 慢 车 的 乘 客 逐 年 减 少 sil|26 18 19 17 15 9 21 22 14 17 18 25 31|0.0|2.925 +004389|sil zong3 zhi1 hen3 piao4 liang5 jiu4 dui4 la5 sil|sil 总 之 很 漂 亮 就 对 啦 sil|26 20 18 20 19 15 11 16 21 28|0.0|2.25 +004390|sil gong1 shui3 she4 shi1 dong4 huai4 sp1 yin3 fa1 pao2 shui3 sp1 ying2 xiang3 dao4 yong4 hu4 de5 zheng4 chang2 yong4 shui3 sil|sil 供 水 设 施 冻 坏 sp1 引 发 跑 水 sp1 影 响 到 用 户 的 正 常 用 水 sil|27 18 15 17 18 19 26 4 15 14 22 26 28 13 16 12 17 18 11 15 16 16 21 33|0.0|5.07 +004391|sil cha2 zhao3 wen4 ti2 geng4 mei2 you3 tun1 tun1 tu2 tu3 duo2 duo3 shan2 shan3 sp1 er2 shi4 zhi2 jie1 liao3 dang4 sil|sil 查 找 问 题 更 没 有 吞 吞 吐 吐 躲 躲 闪 闪 sp1 而 是 直 接 了 当 sil|31 23 14 21 26 17 15 15 15 15 18 22 15 14 18 28 21 12 21 13 14 19 21 30|0.0|5.32 +004392|sil wo3 de5 ba4 ba5 ma1 ma5 ke2 yi3 zheng4 ming2 o5 sil|sil 我 的 爸 爸 妈 妈 可 以 证 明 哦 sil|30 9 16 11 11 17 19 14 10 16 17 23 27|0.0|2.56 +004393|sil zhong1 wu3 shi2 fen1 sp1 he2 mian4 shang4 chui1 yan1 liao2 rao4 sil|sil 中 午 时 分 sp1 河 面 上 炊 烟 缭 绕 sil|27 20 10 18 23 8 16 21 22 19 14 18 24 29|0.0|3.125 +004394|sil wo3 men5 bu4 neng2 ba3 chang2 pao3 dang1 duan2 pao2 pao3 sil|sil 我 们 不 能 把 长 跑 当 短 跑 跑 sil|28 8 15 10 19 14 24 23 18 20 17 28 31|0.0|2.955 +004395|sil er4 shi4 xi2 guan4 dang1 shuai2 shou2 zhang3 gui4 sp1 zuo4 er4 chuan2 shou3 sp1 ceng2 ceng2 pi1 zhuan3 zuo4 er2 lun4 dao4 sp1 bu2 gan4 shi2 shi4 sil|sil 二 是 习 惯 当 甩 手 掌 柜 sp1 做 二 传 手 sp1 层 层 批 转 坐 而 论 道 sp1 不 干 实 事 sil|33 16 18 16 17 21 15 16 22 19 9 15 16 20 22 27 22 15 20 25 17 11 17 18 11 13 15 18 19 31|0.0|6.43 +004396|sil liu2 yun3 zhou1 biao3 shi4 sp1 bu2 shang4 su4 sil|sil 刘 允 洲 表 示 sp1 不 上 诉 sil|28 18 13 16 18 20 6 15 20 25 27|0.0|2.395 +004397|sil kai1 shi3 shi4 yi4 xie1 xue2 sheng1 qi3 hong4 sp1 si1 lan4 shu1 ben3 sp1 shi4 juan4 wang3 lou2 xia4 reng1 sil|sil 开 始 是 一 些 学 生 起 哄 sp1 撕 烂 书 本 sp1 试 卷 往 楼 下 扔 sil|26 24 21 15 9 15 14 16 19 22 22 14 15 20 23 6 20 23 16 14 17 24 30|0.0|4.93 +004398|sil ya1 yi4 xin1 di3 de5 wei3 qu5 sp1 zhong1 yu2 de2 yi3 gao4 wei4 sil|sil 压 抑 心 底 的 委 屈 sp1 终 于 得 以 告 慰 sil|29 21 11 21 10 12 19 26 4 21 16 15 11 18 26 31|0.0|3.38 +004399|sil mu4 qian2 sp1 ye4 jiang1 chuan1 ye4 rong2 guang1 sp1 xu2 jun4 sp1 he2 yin4 ni2 de5 xi1 tang2 gang1 sp1 jun1 ji1 si4 fen1 sil|sil 目 前 sp1 叶 江 川 叶 荣 光 sp1 徐 俊 sp1 和 印 尼 的 西 唐 刚 sp1 均 积 四 分 sil|29 14 34 9 14 17 33 13 18 26 6 22 24 21 15 17 16 15 18 26 22 9 20 13 19 21 31|0.0|6.055 +004400|sil jin4 nian2 lin2 en1 ceng2 ke4 chuan4 sp1 chou2 nv3 bei4 di4 sp1 ji2 jue2 wang4 zhu3 fu4 deng3 ju4 ji2 sil|sil 近 年 琳 恩 曾 客 串 sp1 丑 女 贝 蒂 sp1 及 绝 望 主 妇 等 剧 集 sil|29 18 23 21 21 22 16 23 6 17 15 18 19 10 22 17 17 12 15 13 15 28 27|0.0|4.92 +004401|sil yi2 liang4 wa1 jue2 ji1 jin4 ru4 huo2 chang3 sp1 jiang1 ku4 fang2 wa1 kai1 yi2 ge5 da4 huo1 kou3 sp1 zhu4 xiao1 fang2 yuan2 mie4 huo3 sil|sil 一 辆 挖 掘 机 进 入 火 场 sp1 将 库 房 挖 开 一 个 大 豁 口 sp1 助 消 防 员 灭 火 sil|32 9 20 17 15 19 17 12 18 29 15 21 19 25 19 18 11 10 17 17 27 20 17 16 13 15 19 24 33|0.0|6.32 +004402|sil lu2 wei3 zai4 jiang3 hua4 zhong1 shuo1 sp1 guo2 yun4 sheng4 shou1 cang2 xing1 sil|sil 鲁 炜 在 讲 话 中 说 sp1 国 运 盛 收 藏 兴 sil|30 16 21 15 17 18 15 26 16 17 20 24 20 20 27 33|0.0|3.885 +004403|sil fang1 jian1 sheng4 chuan2 sp1 jing1 dong1 shang1 cheng2 tou2 zi1 le5 qing1 fan1 qie2 sp1 dan4 zhang1 li4 juan1 dui4 ci3 jia1 yi3 le5 fou3 ren4 sil|sil 坊 间 盛 传 sp1 京 东 商 城 投 资 了 青 番 茄 sp1 但 张 丽 娟 对 此 加 以 了 否 认 sil|32 20 15 16 28 7 19 15 17 23 18 12 12 16 17 28 30 21 13 12 22 15 26 20 10 10 16 20 33|0.0|6.31 +004404|sil lin2 fen2 shi4 jiang1 mu4 guang1 miao2 zhun3 le5 zhong1 guan1 cun1 sil|sil 临 汾 市 将 目 光 瞄 准 了 中 关 村 sil|29 17 18 21 19 15 18 19 14 10 14 16 26 28|0.0|3.065 +004405|sil fa1 gu3 xiao4 sp1 cong2 bu2 ji4 mo4 sp1 di3 jia4 yi4 yuan2 zhen1 shi2 xie3 zhao4 sil|sil 发 股 笑 sp1 从 不 寂 寞 sp1 底 价 一 元 真 实 写 照 sil|29 21 16 24 4 25 11 15 23 21 13 16 16 20 13 12 17 24 30|0.0|4.065 +004406|sil qi2 xie1 er3 cheng1 sp1 sui1 ran2 di4 zhen4 lai2 de5 tu1 ran2 sp1 dan4 jin2 you2 ji3 dong4 ban4 gong1 lou2 chu1 xian4 lie4 feng4 sil|sil 齐 歇 尔 称 sp1 虽 然 地 震 来 的 突 然 sp1 但 仅 有 几 栋 办 公 楼 出 现 裂 缝 sil|27 19 18 13 26 24 14 20 16 15 14 9 21 24 19 18 15 11 13 15 15 15 18 14 15 17 20 32|0.0|5.77 +004407|sil zhong1 xi1 li3 lai2 chu1 quan2 luo2 xie3 zhen1 sil|sil 中 西 里 莱 出 全 裸 写 真 sil|29 19 15 16 30 25 21 16 17 24 30|0.0|2.81 +004408|sil kan4 zhe5 yao2 yao2 che1 lao2 ban3 de5 yan3 shen2 sp1 wo3 zhi2 xiang3 xiao4 sil|sil 看 着 摇 摇 车 老 板 的 眼 神 sp1 我 直 想 笑 sil|27 23 15 15 15 17 17 14 9 18 29 11 12 15 19 25 29|0.0|3.595 +004409|sil dan4 you3 de5 ren2 zai4 di4 yi1 zhang1 lian3 shang4 tu2 zhi1 mo2 fen3 sp1 di4 er4 zhang1 lian3 que4 ren4 ren2 tuo4 qi5 sil|sil 但 有 的 人 在 第 一 张 脸 上 涂 脂 抹 粉 sp1 第 二 张 脸 却 任 人 唾 弃 sil|26 16 16 10 23 17 12 12 16 18 22 20 12 20 25 20 10 16 18 24 16 13 17 20 25 31|0.0|5.51 +004410|sil dang1 shi2 sp1 tang2 jia1 shan1 yan4 se4 hu2 sp1 sui2 shi2 dou1 you3 kui4 ba4 de5 ke3 neng2 sp1 yi4 qing2 de5 wei1 xie2 ye3 yue4 lai2 yue4 da4 sil|sil 当 时 sp1 唐 家 山 堰 塞 湖 sp1 随 时 都 有 溃 坝 的 可 能 sp1 疫 情 的 威 胁 也 越 来 越 大 sil|30 17 28 7 20 16 20 17 14 21 4 23 18 11 13 20 16 7 14 26 33 15 17 8 16 31 12 11 13 14 22 31|0.0|6.56 +004411|sil ge1 te4 wa2 er3 de2 de5 ling2 jiu4 sil|sil 歌 特 瓦 尔 德 的 灵 柩 sil|25 18 20 13 15 14 7 21 22 29|0.0|2.135 +004412|sil yan2 zhong4 wu1 ran3 sp1 yi2 ding4 yao4 dai4 hao2 kou3 zhao4 zai4 chu1 men2 a5 sil|sil 严 重 污 染 sp1 一 定 要 戴 好 口 罩 再 出 门 啊 sil|28 16 17 13 25 13 11 12 12 15 14 18 16 14 14 18 23 28|0.0|3.56 +004413|sil tu2 zhong1 sp1 lia3 ren2 yi4 you2 wei4 jin4 sp1 you4 xiang1 yue1 yi4 qi3 kai1 fang2 sil|sil 途 中 sp1 俩 人 意 犹 未 尽 sp1 又 相 约 一 起 开 房 sil|28 20 23 11 18 19 12 14 15 23 15 15 18 14 11 13 19 30 30|0.0|4.04 +004414|sil xi2 jin4 ping2 huo4 zeng4 hu2 ren2 dui4 dui4 fu2 sil|sil 习 近 平 获 赠 湖 人 队 队 服 sil|29 15 19 25 19 18 16 13 13 16 28 29|0.0|2.785 +004415|sil gan3 jue2 tian1 qi4 hen3 rou2 he2 sil|sil 感 觉 天 气 很 柔 和 sil|25 18 18 19 16 16 20 29 29|0.0|2.205 +004416|sil gao1 xi3 rong2 ti2 xing3 sp1 mei2 du2 bao3 bao5 shi4 wan2 quan2 ke2 yi3 yu4 fang2 de5 sil|sil 高 喜 容 提 醒 sp1 梅 毒 宝 宝 是 完 全 可 以 预 防 的 sil|26 17 16 17 18 27 22 16 16 17 24 15 16 16 13 10 15 23 13 30|0.0|4.26 +004417|sil wo3 men5 xian4 zai4 qu4 nar4 r hui4 hen2 gan3 dong4 sil|sil 我 们 现 在 去 那 儿 会 很 感 动 sil|28 9 10 19 15 14 27 0 17 19 18 19 29|0.0|2.605 +004418|sil bu2 yao4 na4 me5 ke4 qi5 la5 sp1 hai2 shi4 jiao4 wo2 wo3 ba5 sil|sil 不 要 那 么 客 气 啦 sp1 还 是 叫 我 我 吧 sil|26 12 13 14 11 19 12 18 13 14 11 17 16 19 23 29|0.0|3.105 +004419|sil zhan4 zhu4 sp1 ni3 yi1 fu5 li3 mian4 gu2 gu3 nang1 nang1 de5 shi4 shen2 me5 sp1 kuai4 na2 chu1 lai5 sil|sil 站 住 sp1 你 衣 服 里 面 鼓 鼓 囊 囊 的 是 什 么 sp1 快 拿 出 来 sil|28 24 18 27 12 14 12 12 23 14 11 16 17 11 12 18 15 22 15 20 16 20 30|0.0|4.72 +004420|sil tai2 bei3 jian1 yu4 zhu2 guan2 biao3 shi4 sp1 chen2 shui2 bian3 ba3 fan4 cai4 dou1 chi1 wan2 sil|sil 台 北 监 狱 主 管 表 示 sp1 陈 水 扁 把 饭 菜 都 吃 完 sil|29 20 16 13 14 12 16 18 24 20 18 20 21 15 20 17 15 20 24 31|0.0|4.45 +004421|sil ji3 tian1 hou4 sp1 lu3 die1 die5 ba3 zhi4 liang4 jian3 ce4 bao4 gao4 dan1 sp1 gei3 yi2 wei4 yi1 yao4 zhuan1 ye4 ren2 shi4 kan4 kan5 sil|sil 几 天 后 sp1 鲁 爹 爹 把 质 量 检 测 报 告 单 sp1 给 一 位 医 药 专 业 人 士 看 看 sil|29 15 18 24 21 16 17 18 16 11 15 15 14 16 13 19 12 13 12 16 14 14 15 13 11 13 20 21 33|0.0|5.62 +004422|sil xu3 duo1 tong2 bao1 re4 zhong1 yu2 guan1 xin1 bie2 ren5 sp1 xi2 guan4 yong4 zang1 xin1 yan2 chuai3 ce4 bie2 ren5 sil|sil 许 多 同 胞 热 衷 于 关 心 别 人 sp1 习 惯 用 脏 心 眼 揣 测 别 人 sil|33 17 12 22 20 17 14 10 17 19 18 17 26 15 16 14 18 20 19 20 20 14 21 34|0.0|5.255 +004423|sil jiao1 tan2 shi2 sp1 zhang1 yun4 kui2 qian2 yan2 bu4 da1 hou4 yu3 sp1 wen4 ta1 ge4 shi4 sp1 ta1 zong3 shi4 fa1 leng4 sil|sil 交 谈 时 sp1 张 运 魁 前 言 不 搭 后 语 sp1 问 他 个 事 sp1 他 总 是 发 愣 sil|29 19 18 25 7 19 16 21 21 16 11 13 22 20 28 14 16 12 24 14 15 17 16 17 24 31|0.0|5.63 +004424|sil er2 zi5 you4 er2 yuan2 gang1 kai1 xue2 sp1 shang4 xiao3 ban1 de5 shi2 hou4 sp1 yi4 zhi2 you4 ku1 you4 nao4 sp1 jin1 nian2 shang4 zhong1 ban1 sil|sil 儿 子 幼 儿 园 刚 开 学 sp1 上 小 班 的 时 候 sp1 一 直 又 哭 又 闹 sp1 今 年 上 中 班 sil|32 18 18 11 13 18 16 19 23 26 17 16 15 9 17 15 6 16 19 15 16 13 22 21 17 20 18 19 21 34|0.0|6.265 +004425|sil ta1 zai4 dai4 biao3 lv4 shi1 wen4 hua4 xia4 sp1 jiao1 dai4 jie1 shou4 nv3 bing1 pan2 wen4 de5 jing1 li4 sil|sil 他 在 代 表 律 师 问 话 下 sp1 交 代 接 受 女 兵 盘 问 的 经 历 sil|27 18 20 14 10 14 13 15 19 22 22 19 14 16 16 19 19 18 15 8 16 20 28|0.0|4.67 +004426|sil duo1 xie4 za2 zhi4 shi4 wo2 shuai3 le5 ta1 sp1 bu2 shi4 ta1 shuai2 wo3 sil|sil 多 谢 杂 志 是 我 甩 了 她 sp1 不 是 她 甩 我 sil|30 15 17 19 21 19 13 16 11 27 8 11 15 19 20 25 31|0.0|3.685 +004427|sil yao4 xiu1 bu3 yun4 zhuan3 bu4 ling2 de5 sp1 yi2 min2 guan1 liao2 ji1 gou4 sp1 ta1 fang2 ai4 jia1 ting2 tuan2 ju4 sil|sil 要 修 补 运 转 不 灵 的 sp1 移 民 官 僚 机 构 sp1 它 妨 碍 家 庭 团 聚 sil|31 15 20 20 17 16 13 22 15 5 14 22 13 15 16 17 19 16 16 16 15 16 18 20 30|0.0|5.07 +004428|sil tai4 yang5 zhao4 zai4 qiang2 jiao3 de5 ji1 xue3 shang4 sp1 shai4 hua4 le5 de5 xue2 shui3 shun4 zhe5 xiao3 gou1 sp1 liu2 xiang4 yuan4 wai4 sil|sil 太 阳 照 在 墙 角 的 积 雪 上 sp1 晒 化 了 的 雪 水 顺 着 小 沟 sp1 流 向 院 外 sil|34 26 23 18 13 21 14 8 16 18 20 32 20 18 10 10 19 23 18 10 21 22 7 16 17 16 24 26|0.0|6.035 +004429|sil tian1 qi4 zhuan2 nuan3 sp1 ai4 mei2 nv3 xing4 de5 shou4 shen1 yuan4 wang4 sp1 ye3 yu4 fa1 qiang2 lie4 sil|sil 天 气 转 暖 sp1 爱 美 女 性 的 瘦 身 愿 望 sp1 也 愈 发 强 烈 sil|25 23 14 19 28 19 14 17 16 17 11 16 18 18 19 10 12 13 14 20 18 31|0.0|4.555 +004430|sil san1 shi4 yao4 wei2 rao4 zhong1 xin1 gong1 zuo4 sil|sil 三 是 要 围 绕 中 心 工 作 sil|27 22 25 18 13 16 16 16 17 19 28|0.0|2.515 +004431|sil gei3 sheng1 huo2 jia1 dian2 zuo3 liao4 sp1 jiu4 xiang4 cai4 li3 mian4 jia1 you2 yan2 jiang4 cu4 yi2 yang4 sp1 zhe4 yang4 cai2 you3 wei4 dao5 sil|sil 给 生 活 加 点 佐 料 sp1 就 像 菜 里 面 加 油 盐 酱 醋 一 样 sp1 这 样 才 有 味 道 sil|30 17 20 20 15 15 19 22 20 12 15 22 13 22 24 15 16 17 21 11 18 9 14 18 15 12 21 18 32|0.0|6.07 +004432|sil ji3 ge5 qi2 mo2 tuo1 de5 dou1 shuo1 sp1 yan3 jing5 qiang4 de5 zhi2 diao4 lei4 sil|sil 几 个 骑 摩 托 的 都 说 sp1 眼 睛 呛 得 直 掉 泪 sil|28 18 16 14 18 17 10 15 26 22 18 18 23 8 15 14 20 30|0.0|3.835 +004433|sil bu2 guo4 shuo1 dao4 shui2 shi4 zui4 qiang2 de5 dui4 shou3 sp1 te4 lu2 mu2 pu3 ren4 wei2 sp1 hai2 shi4 ao4 sha1 li4 wen2 sil|sil 不 过 说 到 谁 是 最 强 的 对 手 sp1 特 鲁 姆 普 认 为 sp1 还 是 奥 沙 利 文 sil|28 13 21 17 19 19 16 14 18 8 15 21 25 16 7 17 18 16 22 9 19 14 14 15 12 26 33|0.0|5.485 +004434|sil shuo1 qi3 wo2 nv3 peng2 you5 de5 you1 dian3 sp1 na4 ke3 tai4 duo1 le5 sp1 ta1 wen1 rou2 shan4 liang2 cong1 ming2 da4 fang1 sp1 na4 que1 dian3 ne5 sil|sil 说 起 我 女 朋 友 的 优 点 sp1 那 可 太 多 了 sp1 她 温 柔 善 良 聪 明 大 方 sp1 那 缺 点 呢 sil|30 21 25 15 16 15 10 10 19 25 18 13 13 21 19 15 27 17 15 16 19 23 20 16 19 23 21 12 23 17 18 31|0.0|6.99 +004435|sil zai4 dian1 bo3 zhong1 sp1 sun1 xiao2 jie3 jian4 jian4 jin4 ru4 meng4 xiang1 sil|sil 在 颠 簸 中 sp1 孙 小 姐 渐 渐 进 入 梦 乡 sil|28 16 17 16 19 8 20 18 18 17 18 12 10 20 27 29|0.0|3.405 +004436|sil tong1 gao4 zhong1 han2 you3 de5 zu3 zhou4 yu3 ju4 sil|sil 通 告 中 含 有 的 诅 咒 语 句 sil|26 22 17 22 23 17 14 16 17 13 22 29|0.0|2.765 +004437|sil suo2 you3 de5 ting2 che1 chang3 dou1 zai4 zui4 jia1 wei4 zhi4 sp1 an1 pai2 you3 zhuan1 gong4 can2 ji5 ren2 shi3 yong4 de5 che1 wei4 sil|sil 所 有 的 停 车 场 都 在 最 佳 位 置 sp1 安 排 有 专 供 残 疾 人 使 用 的 车 位 sil|30 23 9 11 17 14 27 15 17 12 15 17 20 5 15 17 21 21 16 22 13 17 14 11 10 17 22 28|0.0|5.53 +004438|sil tu2 er3 qi2 yu3 zhong1 guo2 sp1 dou1 you3 zhe5 you1 jiu3 de5 li4 shi3 he2 wen2 ming2 sil|sil 土 耳 其 与 中 国 sp1 都 有 着 悠 久 的 历 史 和 文 明 sil|28 18 11 26 14 21 22 3 14 16 16 19 12 9 16 17 15 16 33 32|0.0|4.155 +004439|sil zai4 guo4 ji3 tian1 sp1 zi3 sun1 men5 jiu4 yao4 hui2 lai2 guo4 nian2 le5 sp1 wo3 jia1 zhe4 ge5 nian2 za3 ge5 guo4 o5 sil|sil 再 过 几 天 sp1 子 孙 们 就 要 回 来 过 年 了 sp1 我 家 这 个 年 咋 个 过 哦 sil|29 18 13 14 22 7 18 16 16 12 11 12 13 15 21 15 33 12 16 13 8 26 22 14 20 23 29|0.0|5.435 +004440|sil jin1 ri4 ting2 yun4 qi1 tang4 sp1 wan2 dian3 si4 shi2 lie4 sil|sil 今 日 停 运 七 趟 sp1 晚 点 四 十 列 sil|27 22 20 22 15 18 20 21 17 20 17 14 18 32|0.0|3.28 +004441|sil wo2 ye3 wu2 yan2 yi3 dui4 sp1 bu2 hui4 hao3 le5 sil|sil 我 也 无 言 以 对 sp1 不 会 好 了 sil|29 15 17 12 16 13 22 15 14 18 20 16 30|0.0|2.75 +004442|sil ding1 zi3 gao1 da4 tan2 jie1 qin1 zao1 zheng3 de5 qiu3 shi4 sp1 bing4 gong1 kai1 fa1 biao3 ai4 de5 xuan1 yan2 sil|sil 丁 子 高 大 谈 接 亲 遭 整 的 糗 事 sp1 并 公 开 发 表 爱 的 宣 言 sil|27 18 13 20 18 25 15 19 16 13 8 24 27 23 17 15 16 17 18 19 7 20 27 31|0.0|5.26 +004443|sil jia1 qiong2 rang4 liang3 ge5 xiao2 nv3 er2 zao2 zao3 chuo4 xue2 sp1 hai2 you2 ji3 wan4 yuan2 de5 wai4 zhai4 sil|sil 家 穷 让 两 个 小 女 儿 早 早 辍 学 sp1 还 有 几 万 元 的 外 债 sil|29 21 25 18 14 8 18 15 21 19 15 17 25 20 12 11 14 16 13 8 18 28 30|0.0|4.815 +004444|sil da4 li4 tui1 guang3 dian4 zhao4 yu4 yue1 mo2 shi4 de5 sp1 bu4 zhi2 bei3 jing1 sil|sil 大 力 推 广 电 召 预 约 模 式 的 sp1 不 止 北 京 sil|27 16 10 20 24 18 15 12 13 18 19 14 5 13 14 17 25 28|0.0|3.575 +004445|sil jian4 dao4 shi1 zong1 liang3 tian1 de5 wu2 mou3 can2 si2 mou3 cun1 hou4 shan1 sp1 zhang1 mou3 fu4 zi3 sp1 bei1 tong4 wan4 fen1 sil|sil 见 到 失 踪 两 天 的 吴 某 惨 死 某 村 后 山 sp1 张 某 父 子 sp1 悲 痛 万 分 sil|28 21 19 17 14 19 14 10 13 29 24 13 15 14 17 25 26 17 15 18 18 4 13 17 19 24 30|0.0|5.72 +004446|sil mai4 ke4 er3 wei2 kai1 le5 yi4 jia1 xiao3 dian4 sp1 chu1 shou4 yi4 xie1 shou3 gong1 bo1 li5 zhi4 pin3 sil|sil 麦 克 尔 维 开 了 一 家 小 店 sp1 出 售 一 些 手 工 玻 璃 制 品 sil|29 17 18 11 28 15 10 8 16 18 25 21 16 15 10 19 20 18 11 12 17 28 33|0.0|4.815 +004447|sil zhen1 cha2 can1 mou2 dong3 yi4 sp1 dian3 chu1 ye4 gang1 he2 liang3 ming2 guan1 bing1 sp1 zu3 cheng2 xian1 qian2 zu3 wei4 guan1 bing1 kai1 lu4 sil|sil 侦 察 参 谋 董 毅 sp1 点 出 叶 刚 和 两 名 官 兵 sp1 组 成 先 遣 组 为 官 兵 开 路 sil|30 17 18 17 23 18 20 7 18 19 19 21 13 15 13 19 20 22 16 26 19 19 19 19 18 11 17 20 30|0.0|6.31 +004448|sil ke3 neng2 yong4 zai4 da4 mi3 zhi4 pin3 pi4 ru2 tang1 yuan2 mi2 fen2 deng3 sil|sil 可 能 用 在 大 米 制 品 譬 如 汤 圆 米 粉 等 sil|28 14 19 17 17 15 15 17 28 17 22 27 21 20 21 21 31|0.0|4.065 +004449|sil xiu1 lian4 qi4 chang3 ye3 shi4 yi4 zhong3 xue2 wen4 sil|sil 修 炼 气 场 也 是 一 种 学 问 sil|30 19 15 20 30 14 15 9 17 17 20 29|0.0|2.73 +004450|sil yi4 jia1 si4 kou2 jin3 kao4 liu2 yun4 wen2 sp1 ri4 chang2 da2 dian3 ling2 gong1 sp1 mian2 qiang3 wei2 chi2 sheng1 ji4 sil|sil 一 家 四 口 仅 靠 刘 运 文 sp1 日 常 打 点 零 工 sp1 勉 强 维 持 生 计 sil|29 12 16 17 24 15 18 15 17 25 18 12 24 15 13 19 18 9 18 17 13 15 19 25 30|0.0|5.255 +004451|sil bu4 shao3 xue2 sheng1 he2 fu4 jin4 ju1 min2 zhi2 hu1 hao3 kua1 zhang1 sp1 bu4 ke3 si1 yi4 sil|sil 不 少 学 生 和 附 近 居 民 直 呼 好 夸 张 sp1 不 可 思 议 sil|28 15 18 15 22 16 13 15 16 23 18 25 23 20 23 5 11 16 17 20 30|0.0|4.515 +004452|sil ga2 ma2 xi3 huan1 jie4 zhe5 wei1 ruo4 de5 zhu2 guang1 sp1 kan4 zui4 xi3 huan1 de5 yu3 wen2 ke4 ben3 sil|sil 尕 玛 喜 欢 借 着 微 弱 的 烛 光 sp1 看 最 喜 欢 的 语 文 课 本 sil|28 18 24 16 18 13 12 14 13 10 16 23 22 26 14 18 15 11 10 14 19 27 29|0.0|4.755 +004453|sil zhe4 jiu4 ru2 tong2 zhi4 shui3 sp1 yi2 dan4 shu1 dao3 bu2 shan4 sp1 ji2 yi4 yong1 jue2 er2 kui4 sil|sil 这 就 如 同 治 水 sp1 一 旦 疏 导 不 善 sp1 极 易 壅 决 而 溃 sil|28 19 19 13 19 16 30 17 14 19 17 13 14 22 16 20 17 20 15 16 31 29|0.0|4.92 +004454|sil jun1 yue4 dui4 zou4 zhong1 chao2 liang3 guo2 guo2 ge1 sil|sil 军 乐 队 奏 中 朝 两 国 国 歌 sil|28 22 13 22 28 21 26 21 14 17 23 30|0.0|3.08 +004455|sil min2 zhong4 zai4 ping2 rang3 jie1 tou2 ku1 song4 jin1 zheng4 ri4 sil|sil 民 众 在 平 壤 街 头 哭 送 金 正 日 sil|31 19 21 15 18 16 15 25 20 18 16 16 19 29|0.0|3.225 +004456|sil yi4 bian1 shi4 yi2 hao4 nan2 qiu2 sp1 er2 chi2 hao4 mai3 che1 zhe3 yi4 bian1 ze2 shi4 leng2 leng3 qing1 qing1 sil|sil 一 边 是 一 号 难 求 sp1 而 持 号 买 车 者 一 边 则 是 冷 冷 清 清 sil|30 14 23 26 14 13 19 31 22 14 20 14 17 15 14 11 26 16 13 15 17 18 25 32|0.0|5.33 +004457|sil shan1 quan2 gan1 le5 sp1 cun1 min2 liang2 yan4 ping2 sp1 mei3 tian1 dou1 yao4 dao4 lin2 ju1 jia1 tiao1 shui3 he1 sil|sil 山 泉 干 了 sp1 村 民 梁 彦 平 sp1 每 天 都 要 到 邻 居 家 挑 水 喝 sil|31 20 19 17 18 15 22 18 16 16 29 9 15 19 9 13 11 16 13 17 20 17 26 29|0.0|5.05 +004458|sil te4 bie2 shi4 zao3 shang4 yi4 qi3 lai2 sp1 shang4 xia4 yan3 pi2 xiang4 ha2 ma5 shi4 de5 sp1 yan3 dai4 ye3 xia4 lai2 le5 sil|sil 特 别 是 早 上 一 起 来 sp1 上 下 眼 皮 像 蛤 蟆 似 的 sp1 眼 袋 也 下 来 了 sil|31 18 15 20 18 15 11 16 24 16 20 16 19 22 19 19 17 20 15 23 19 19 11 14 17 14 29|0.0|5.765 +004459|sil wo3 ting1 le5 dou1 kuai4 suan1 si3 le5 sil|sil 我 听 了 都 快 酸 死 了 sil|28 12 20 14 12 17 23 18 15 28|0.0|2.17 +004460|sil xiao3 shi1 ye3 cheng2 ren4 sp1 ta1 you3 xin1 shi4 ning4 yuan4 xiang4 tong2 xue2 qing1 su4 sil|sil 小 诗 也 承 认 sp1 她 有 心 事 宁 愿 向 同 学 倾 诉 sil|30 21 19 12 20 20 15 16 11 22 25 16 12 16 20 17 21 22 28|0.0|4.21 +004461|sil liang3 qiao2 fei1 yue4 sp1 yao2 xiang1 hui1 ying4 sp1 gou4 cheng2 yi2 dao4 du2 te4 de5 feng1 jing3 sil|sil 两 桥 飞 跃 sp1 遥 相 辉 映 sp1 构 成 一 道 独 特 的 风 景 sil|31 18 20 17 19 13 14 17 20 20 25 14 16 12 19 14 16 9 19 25 33|0.0|4.535 +004462|sil na4 wo3 jiu4 zai4 fu4 jin4 zhuan4 zhuan5 ba5 sil|sil 那 我 就 在 附 近 转 转 吧 sil|28 14 9 13 13 16 17 18 16 24 29|0.0|2.285 +004463|sil xue2 xiao4 bei4 tui1 le5 shi2 ji2 mi2 yuan3 sil|sil 学 校 被 推 了 十 几 米 远 sil|31 20 23 13 17 10 19 11 18 26 29|0.0|2.525 +004464|sil xiong2 cheng2 zai4 shen1 zhen4 hai3 tan1 wan2 shua3 sil|sil 熊 成 在 深 圳 海 滩 玩 耍 sil|31 23 28 18 15 15 16 18 17 28 30|0.0|2.77 +004465|sil zuo2 ri4 sp1 ya4 tai4 gu3 shi4 pu2 zhang3 sil|sil 昨 日 sp1 亚 太 股 市 普 涨 sil|26 22 19 14 15 20 13 15 20 25 31|0.0|2.555 +004466|sil kong3 xian1 sheng5 wai4 sheng5 mei2 you3 shen2 me5 shi4 sp1 zhi3 shi4 ku4 zi5 bei4 che3 po4 le5 sil|sil 孔 先 生 外 甥 没 有 什 么 事 sp1 只 是 裤 子 被 扯 破 了 sil|28 24 19 15 21 22 14 13 14 10 23 19 15 13 25 9 15 19 20 16 29|0.0|4.445 +004467|sil yi2 zuo4 xia5 sp1 ta1 mo2 ceng4 ban4 tian1 bu4 zhi1 ru2 he2 kai1 kou3 sil|sil 一 坐 下 sp1 他 磨 蹭 半 天 不 知 如 何 开 口 sil|31 12 19 23 13 14 17 16 18 29 13 14 15 16 19 28 30|0.0|3.795 +004468|sil yu2 ci3 qian2 an4 fang3 de5 hei1 zuo1 fang5 xiang1 si4 sp1 sheng1 chan2 chang3 fang2 sp1 jian3 lou4 zang1 luan4 sil|sil 与 此 前 暗 访 的 黑 作 坊 相 似 sp1 生 产 厂 房 sp1 简 陋 脏 乱 sil|31 14 15 18 17 16 11 16 14 17 19 22 26 19 18 22 24 6 25 24 19 23 34|0.0|5.225 +004469|sil ping2 shi2 yu3 lin2 ju1 men5 da2 dian2 xiao3 ma2 jiang4 sp1 shu1 ying2 xian4 du5 zhi3 zai4 ji3 kuai4 qian2 sil|sil 平 时 与 邻 居 们 打 点 小 麻 将 sp1 输 赢 限 度 只 在 几 块 钱 sil|31 21 26 13 18 14 20 14 17 14 18 22 27 20 13 22 17 12 14 14 22 25 30|0.0|5.16 +004470|sil qi2 zhong1 song4 li3 zong1 zhao4 yun2 nei4 fu2 suo3 shou1 sp1 ji4 zai2 ban3 mu4 zui4 wei2 xiang2 jin4 sil|sil 其 中 宋 理 宗 赵 昀 内 府 所 收 sp1 记 载 版 目 最 为 详 尽 sil|30 21 23 22 15 22 17 12 15 14 16 24 18 15 15 17 20 14 15 21 18 36|0.0|4.875 +004471|sil mei3 tian1 wan3 shang4 gen1 ni3 hu4 dao4 wan3 an1 zhen1 xing4 fu5 sil|sil 每 天 晚 上 跟 你 互 道 晚 安 真 幸 福 sil|28 12 16 17 23 16 18 17 14 16 20 18 24 24 29|0.0|3.385 +004472|sil xiao3 shuo1 lan2 shang4 you3 yi4 ming2 hua4 sp1 zhe4 li3 jiang1 zao4 jiu4 wo3 men5 de5 ou1 heng1 li4 sil|sil 小 说 栏 上 有 一 名 话 sp1 这 里 将 造 就 我 们 的 欧 亨 利 sil|32 21 13 19 23 16 9 20 26 27 14 14 16 17 14 13 12 16 13 16 21 29|0.0|4.65 +004473|sil gen1 hen2 jiu3 bu4 lian2 xi4 de5 hao2 you3 tong1 ge5 dian4 hua4 ba5 sp1 hui4 you3 yi4 wai4 jing1 xi3 o5 sil|sil 跟 很 久 不 联 系 的 好 友 通 个 电 话 吧 sp1 会 有 意 外 惊 喜 哦 sil|29 24 20 17 10 18 9 12 18 17 17 9 17 23 17 23 13 14 14 17 16 18 22 33|0.0|4.96 +004474|sil chu1 le5 men2 sp1 na2 zhe5 luo2 bo5 xiang4 cun1 min2 zhan3 shi4 sp1 mo4 yan2 jia1 de5 luo2 bo5 sp1 mo4 yan2 jia1 de5 luo2 bo5 a5 sil|sil 出 了 门 sp1 拿 着 萝 卜 向 村 民 展 示 sp1 莫 言 家 的 萝 卜 sp1 莫 言 家 的 萝 卜 啊 sil|27 20 10 26 12 15 9 21 17 17 13 15 18 24 32 17 17 14 8 17 20 18 14 13 13 7 24 17 21 29|0.0|6.09 +004475|sil yuan2 lai2 sp1 hu2 bei3 shen2 nong2 jia4 di4 qu1 sp1 ye3 zhu1 zao1 ta4 zhuang1 jia5 li4 hai4 sp1 qun2 zhong4 jiao4 ku3 bu4 die2 sil|sil 原 来 sp1 湖 北 神 农 架 地 区 sp1 野 猪 糟 蹋 庄 稼 厉 害 sp1 群 众 叫 苦 不 迭 sil|34 13 25 14 19 16 14 13 18 15 24 10 19 19 14 15 16 11 20 23 13 24 20 21 15 15 27 33|0.0|6.035 +004476|sil duo1 jiu3 shui4 bu5 zhao2 suan4 shi1 mian2 sil|sil 多 久 睡 不 着 算 失 眠 sil|26 16 17 15 10 22 16 17 32 29|0.0|2.32 +004477|sil zhe4 shi4 bao3 zhang4 fang2 jian4 she4 de5 ying4 gang4 gang5 sil|sil 这 是 保 障 房 建 设 的 硬 杠 杠 sil|27 16 23 16 17 17 18 13 10 17 19 20 28|0.0|2.795 +004478|sil wo3 dui4 ta1 shuo1 sp1 ni2 ba2 zui2 guan3 de5 yan2 yi4 dianr3 r sil|sil 我 对 她 说 sp1 你 把 嘴 管 得 严 一 点 儿 sil|30 12 12 19 22 16 8 17 17 17 9 18 14 27 0 29|0.0|3.1 +004479|sil bu4 zhi1 dao4 xue2 xiao4 jin4 zhi3 tan2 lian4 ai4 ma5 sil|sil 不 知 道 学 校 禁 止 谈 恋 爱 吗 sil|26 14 13 20 17 16 16 12 17 11 18 26 27|0.0|2.705 +004480|sil dong1 fang1 hong2 guang2 chang3 ai1 dao4 huo2 dong4 xian4 chang3 sil|sil 东 方 红 广 场 哀 悼 活 动 现 场 sil|26 17 15 19 18 21 15 16 12 14 18 26 30|0.0|2.87 +004481|sil wo2 sang3 zi5 ye2 ya3 le5 sp1 che1 shang4 ye3 dou1 shi4 ni2 sil|sil 我 嗓 子 也 哑 了 sp1 车 上 也 都 是 泥 sil|28 11 19 10 14 19 16 9 21 20 17 16 15 28 31|0.0|3.18 +004482|sil zuo2 tian1 xia4 wu3 ji4 zhe3 lian2 xi4 dao4 dong2 jiong3 sil|sil 昨 天 下 午 记 者 联 系 到 董 炯 sil|28 15 14 22 23 16 11 16 11 16 20 28 30|0.0|2.9 +004483|sil qian1 wan4 bu4 neng2 wang4 le5 zhe4 xie1 hai2 zi5 men5 ya5 sil|sil 千 万 不 能 忘 了 这 些 孩 子 们 呀 sil|27 23 15 10 17 16 8 12 14 21 8 18 24 29|0.0|2.815 +004484|sil yao2 shu1 qin2 biao3 mian4 cong2 rong2 sp1 an4 di4 li3 sp1 bu4 ting2 ji4 gao1 yi1 na4 de5 ming2 zi5 sp1 zui4 ming2 shi4 da4 sheng1 xuan1 hua2 sil|sil 姚 书 琴 表 面 从 容 sp1 暗 地 里 sp1 不 停 记 高 依 娜 的 名 字 sp1 罪 名 是 大 声 喧 哗 sil|29 17 18 25 18 19 20 24 27 19 11 18 4 14 18 15 16 9 15 6 21 17 22 17 22 17 16 16 19 29 32|0.0|6.62 +004485|sil shen4 zhi4 tai2 chu1 zi4 jia1 xi2 fur4 r bi4 xian2 sil|sil 甚 至 抬 出 自 家 媳 妇 儿 避 嫌 sil|30 20 17 19 18 15 16 19 15 0 16 34 28|0.0|2.87 +004486|sil zuo2 tian1 you3 hang2 ban1 yin1 wu4 yan2 wu4 sp1 lv3 ke4 tang3 zai4 zuo4 yi3 shang4 sil|sil 昨 天 有 航 班 因 雾 延 误 sp1 旅 客 躺 在 座 椅 上 sil|27 16 18 11 23 19 17 14 20 21 25 15 22 18 12 17 13 26 29|0.0|4.215 +004487|sil ke1 nv3 shi4 cai1 ce4 song4 nai3 gong1 hai2 mei2 lai2 sp1 yu2 shi4 hui2 fang2 ji4 xu4 cao1 chi2 jia1 wu4 sil|sil 柯 女 士 猜 测 送 奶 工 还 没 来 sp1 于 是 回 房 继 续 操 持 家 务 sil|29 19 16 13 17 24 17 14 17 12 12 28 29 12 18 16 24 15 14 17 14 21 23 29|0.0|5.23 +004488|sil keng1 nei4 de5 chou1 shui3 beng4 sp1 yi3 kuai4 bei4 shui3 yan1 mo4 sil|sil 坑 内 的 抽 水 泵 sp1 已 快 被 水 淹 没 sil|26 21 15 15 16 17 20 8 13 17 13 14 16 20 30|0.0|3.025 +004489|sil ren2 wu4 zhou1 kan1 ze2 cheng2 nuo4 shi2 ti2 ban3 de5 ding4 yue4 zhe3 sp1 ke2 yi2 mian3 fei4 yue4 du2 qi2 dian4 zi2 ban3 sil|sil 人 物 周 刊 则 承 诺 实 体 版 的 订 阅 者 sp1 可 以 免 费 阅 读 其 电 子 版 sil|30 22 10 16 26 17 18 18 20 16 13 7 15 15 21 14 17 8 24 16 16 15 18 17 14 23 32|0.0|5.545 +004490|sil yin4 du4 ni2 xi1 ya4 de5 a1 er2 bi3 sp1 he2 rui4 dian3 de5 sun1 xiao3 qing1 fen1 lie4 nan2 nv3 qiu2 yuan2 bang2 shou3 sil|sil 印 度 尼 西 亚 的 阿 尔 比 sp1 和 瑞 典 的 孙 小 青 分 列 男 女 球 员 榜 首 sil|31 18 9 15 14 15 14 13 16 25 12 13 20 16 10 14 16 28 22 17 21 15 17 15 18 27 31|0.0|5.595 +004491|sil ta1 wan3 shang4 da3 han1 bie1 xing3 sp1 bai2 tian1 shi4 shui4 deng3 yi2 xi4 lie4 zheng4 zhuang4 sp1 dou1 lai2 yuan2 yu2 ci3 sil|sil 他 晚 上 打 鼾 憋 醒 sp1 白 天 嗜 睡 等 一 系 列 症 状 sp1 都 来 源 于 此 sil|27 18 18 24 20 30 18 28 25 13 18 17 25 17 11 10 14 18 21 5 14 13 14 14 29 33|0.0|5.74 +004492|sil cun1 tian2 chu1 sheng1 yu2 chang2 qi2 xian4 sp1 bi4 ye4 yu2 zao3 dao4 tian2 da4 xue2 sil|sil 村 田 出 生 于 长 崎 县 sp1 毕 业 于 早 稻 田 大 学 sil|28 24 22 16 17 14 21 16 22 23 12 15 17 19 16 19 16 30 29|0.0|4.36 +004493|sil zhang1 xiao3 hui4 du2 zi4 zai4 ka1 fei1 dian4 wan2 shou3 ji1 sil|sil 章 小 蕙 独 自 在 咖 啡 店 玩 手 机 sil|27 20 18 27 16 13 13 17 12 13 15 17 26 27|0.0|3.035 +004494|sil xian4 liao4 duo1 zhong3 duo1 yang4 sp1 tong1 chang2 shi4 tu3 dou4 yuan2 bai2 cai4 sp1 mo2 gu5 huo4 ying1 tao2 deng3 sil|sil 馅 料 多 种 多 样 sp1 通 常 是 土 豆 圆 白 菜 sp1 蘑 菇 或 樱 桃 等 sil|29 22 24 14 16 12 20 22 19 20 22 28 25 21 16 25 11 22 21 16 18 21 25 29|0.0|5.785 +004495|sil bao4 feng1 lin2 tou2 sp1 yi2 dui4 xin1 ren2 zai4 wu1 yun2 ya1 ding3 de5 niu3 yue1 man4 ha1 dun4 sp1 pai1 hun1 sha1 zhao4 sil|sil 暴 风 临 头 sp1 一 对 新 人 在 乌 云 压 顶 的 纽 约 曼 哈 顿 sp1 拍 婚 纱 照 sil|28 16 16 18 28 19 11 11 18 24 20 16 13 18 19 17 19 11 18 14 17 6 17 15 16 20 30|0.0|5.515 +004496|sil wan2 le5 sp1 gu1 niang5 gu1 ji4 mei2 far2 r yuan2 liang4 ta1 le5 sil|sil 完 了 sp1 姑 娘 估 计 没 法 儿 原 谅 他 了 sil|29 20 14 14 15 21 14 14 22 18 0 14 16 17 13 29|0.0|3.14 +004497|sil you2 ci3 ce4 suan4 sp1 zhang3 ting2 jia4 wei4 ying1 wei2 liu4 dian3 er4 si4 yi1 qi1 zuo3 you4 sil|sil 由 此 测 算 sp1 涨 停 价 位 应 为 六 点 二 四 一 七 左 右 sil|30 14 14 17 26 18 19 19 19 26 19 22 21 11 18 17 14 18 17 21 29|0.0|4.75 +004498|sil sui2 hou4 sp1 ji4 zhe2 yu3 a1 hua2 ji4 xu4 shang4 lu4 sil|sil 随 后 sp1 记 者 与 阿 华 继 续 上 路 sil|29 18 24 4 20 17 11 19 26 15 13 18 19 28|0.0|3.025 +004499|sil she1 chi2 pin3 za2 zhi4 ru2 he2 xiao1 fei4 shi4 ji4 kan1 sp1 du2 zhe3 qun2 shi4 fu4 yu4 qie2 you3 du2 te4 pin3 wei4 de5 nan2 nv3 sil|sil 奢 侈 品 杂 志 如 何 消 费 是 季 刊 sp1 读 者 群 是 富 裕 且 有 独 特 品 味 的 男 女 sil|31 17 13 17 19 19 15 15 18 21 16 18 29 33 14 13 25 17 23 18 20 11 13 16 17 12 7 20 28 31|0.0|6.57 +004500|sil li2 nv3 shi4 cheng1 sp1 ta1 zhao2 ma3 yan4 li4 jiao1 she4 sil|sil 李 女 士 称 sp1 她 找 马 艳 丽 交 涉 sil|29 15 18 15 22 7 19 21 21 16 15 19 25 27|0.0|3.125 +004501|sil zuo2 wan3 sp1 di4 qiu2 yi4 xiao3 shi2 huo2 dong4 qian2 sp1 guo2 mao4 san1 qi1 ye4 se4 cui3 can4 sil|sil 昨 晚 sp1 地 球 一 小 时 活 动 前 sp1 国 贸 三 期 夜 色 璀 璨 sil|29 21 29 8 15 17 11 17 12 16 15 29 13 13 16 20 25 16 16 17 28 30|0.0|4.79 +004502|sil he2 mou2 deng3 ren2 song2 yong2 xiao3 mei2 sil|sil 何 某 等 人 怂 恿 小 梅 sil|26 21 18 18 20 18 13 18 33 28|0.0|2.47 +004503|sil shi4 hou4 ta1 jian4 tai4 long2 pa1 zai4 di4 shang4 sp1 tou2 wei1 ce4 sp1 bo4 da4 shuang1 yan3 shi1 qu4 zhi1 jue2 sil|sil 事 后 他 见 泰 龙 趴 在 地 上 sp1 头 微 侧 sp1 擘 大 双 眼 失 去 知 觉 sil|32 19 24 18 16 18 21 16 14 17 19 7 18 15 24 48 21 20 23 18 20 13 17 24 32|0.0|5.965 +004504|sil a1 la1 er2 kong3 hai2 fa1 bu4 le5 yi4 xie1 ge4 ren2 guan1 dian3 sil|sil 阿 拉 尔 孔 还 发 布 了 一 些 个 人 观 点 sil|30 14 15 16 29 16 17 9 11 13 20 13 16 20 22 27|0.0|3.34 +004505|sil hai2 you3 wang2 you3 fa1 tie3 cheng1 sp1 wen2 dao4 hou4 hou2 long5 teng2 tong4 sil|sil 还 有 网 友 发 帖 称 sp1 闻 到 后 喉 咙 疼 痛 sil|28 17 11 17 15 17 17 25 8 13 16 21 16 16 19 24 30|0.0|3.595 +004506|sil ting2 shen3 shi2 sp1 liang3 bei4 gao4 ren2 zai4 wu2 zui3 ke2 sou4 sil|sil 庭 审 时 sp1 两 被 告 人 在 捂 嘴 咳 嗽 sil|24 24 21 29 21 19 13 15 26 18 14 17 20 27 27|0.0|3.66 +004507|sil zhen3 bian1 men2 kou3 sp1 yu4 bei4 zhe5 mu4 gun4 tie3 cha1 sil|sil 枕 边 门 口 sp1 预 备 着 木 棍 铁 叉 sil|27 27 26 21 30 7 10 19 15 23 22 19 29 27|0.0|3.51 +004508|sil xiao3 wen1 rou2 zui4 xi3 huan1 de5 ren2 shi4 lin2 ze2 nan2 sil|sil 筱 温 柔 最 喜 欢 的 人 是 林 泽 楠 sil|27 25 14 22 18 16 17 7 20 13 19 14 31 28|0.0|3.145 +004509|sil zhi3 yao4 shao1 wei1 pi1 lou4 sp1 pei1 tai1 jiu4 hui4 beng1 kui4 sil|sil 只 要 稍 微 纰 漏 sp1 胚 胎 就 会 崩 溃 sil|28 16 19 17 15 19 26 5 19 17 13 13 18 22 30|0.0|3.22 +004510|sil jiang1 li2 de5 fu4 mu3 sp1 mian2 qiang3 jie1 shou4 le5 wang2 bin1 sil|sil 姜 藜 的 父 母 sp1 勉 强 接 受 了 王 彬 sil|24 23 15 7 14 28 4 14 18 13 13 9 19 22 27|0.0|2.905 +004511|sil jiang4 jia4 shi2 za3 bu4 gen1 guo2 ji4 jie1 xia4 gui3 ya5 sil|sil 降 价 时 咋 不 跟 国 际 接 下 轨 呀 sil|24 21 18 26 21 12 16 16 14 13 17 16 24 28|0.0|3.085 +004512|sil xin1 wen2 zhi3 jia4 ge2 shang4 zhang3 sp1 fa1 xing2 fei4 yong5 de5 kui1 kong1 jiang1 geng4 gao1 sil|sil 新 闻 纸 价 格 上 涨 sp1 发 行 费 用 的 亏 空 将 更 高 sil|30 18 17 18 16 10 20 23 13 16 14 13 13 7 18 23 22 15 24 28|0.0|4.155 +004513|sil yi4 xie1 ren2 xian3 ran2 mei2 you3 dang4 zhen1 sp1 ba3 ao4 ba1 ma3 dang1 zuo4 mao4 ming2 zhe3 kai1 shuan4 qi3 lai2 sil|sil 一 些 人 显 然 没 有 当 真 sp1 把 奥 巴 马 当 作 冒 名 者 开 涮 起 来 sil|25 12 18 23 22 17 11 14 19 24 28 15 18 12 27 17 12 17 22 17 23 21 14 26 29|0.0|5.605 +004514|sil zou1 ping2 zuo4 ye3 ren4 wei2 sp1 zhong1 guo2 ying1 gai1 duo1 mai3 kuang4 shi2 deng3 zi1 yuan2 sil|sil 邹 平 座 也 认 为 sp1 中 国 应 该 多 买 矿 石 等 资 源 sil|27 18 21 17 11 15 26 14 19 17 13 17 12 17 24 19 15 17 28 29|0.0|4.36 +004515|sil ta1 tan2 tan5 shuo1 sp1 ni2 hen3 zai4 hu5 na4 xie1 hua4 ma5 sil|sil 她 谈 谈 说 sp1 你 很 在 乎 那 些 话 吗 sil|26 16 21 16 22 32 9 18 18 12 15 14 17 26 27|0.0|3.36 +004516|sil niu2 jin1 guang2 chang3 shang4 de5 mu4 ma2 bai3 she4 sp1 yi3 zao1 ren2 zong4 huo3 sil|sil 牛 津 广 场 上 的 木 马 摆 设 sp1 已 遭 人 纵 火 sil|26 20 19 17 18 14 5 18 21 21 26 6 17 16 18 18 34 29|0.0|3.98 +004517|sil kao3 shi4 qi1 jian1 sp1 shou2 er3 de5 bin1 guan2 lv3 dian4 bao4 man3 sp1 lian2 sang1 na2 zhong1 xin1 sp1 ye3 sheng1 yi4 xing1 long2 sil|sil 考 试 期 间 sp1 首 尔 的 宾 馆 旅 店 爆 满 sp1 连 桑 拿 中 心 sp1 也 生 意 兴 隆 sil|23 21 18 19 26 10 22 15 9 18 17 17 17 16 30 23 20 16 15 17 27 5 11 15 15 20 27 27|0.0|5.99 +004518|sil shao4 lin2 shan1 men2 qian2 sp1 shao4 lin2 si4 sp1 zhi1 ke4 seng1 yan2 kai1 fa3 shi1 sp1 zai4 ci3 ying2 hou4 sil|sil 少 林 山 门 前 sp1 少 林 寺 sp1 知 客 僧 延 开 法 师 sp1 在 此 迎 候 sil|24 21 15 17 17 31 23 19 18 26 5 16 16 22 14 19 20 22 3 21 16 20 30 28|0.0|5.37 +004519|sil yin1 ci3 sp1 chao2 shi1 men1 re4 sp1 zan4 shi2 rang4 gan1 re4 dai4 ban1 sil|sil 因 此 sp1 潮 湿 闷 热 sp1 暂 时 让 干 热 代 班 sil|28 15 25 6 23 11 19 20 6 19 18 18 14 13 16 24 29|0.0|3.525 +004520|sil xian4 zai4 bao3 bao5 hai2 jing1 chang2 ti1 wo3 hen3 huo2 po5 sil|sil 现 在 宝 宝 还 经 常 踢 我 很 活 泼 sil|29 22 19 14 13 15 16 19 21 22 17 21 21 28|0.0|3.22 +004521|sil jiang3 lang2 lang2 biao3 shi4 sp1 bei3 jing1 da4 xue2 jiang1 bao3 liu2 zhui1 jiu1 zou1 heng2 fu3 di2 hui3 huo4 fei3 bang4 de5 quan2 li4 sil|sil 蒋 朗 朗 表 示 sp1 北 京 大 学 将 保 留 追 究 邹 恒 甫 诋 毁 或 诽 谤 的 权 利 sil|27 21 15 18 17 22 14 12 15 16 24 21 14 12 17 22 20 21 22 20 22 15 14 16 9 19 19 29|0.0|5.955 +004522|sil hu2 jin3 tao1 ti2 yi4 ti2 qian2 jiang3 sp1 zheng1 qu3 rang4 jiao4 shou4 men5 duo1 jiang3 yi4 dianr3 r sil|sil 胡 锦 涛 提 议 提 前 讲 sp1 争 取 让 教 授 们 多 讲 一 点 儿 sil|25 19 16 21 16 22 15 23 25 27 18 16 16 16 17 16 15 15 8 21 0 32|0.0|4.635 +004523|sil wo3 de5 sheng1 ming4 li4 yong2 jiu3 cun2 zai4 sil|sil 我 的 生 命 力 永 久 存 在 sil|27 14 9 16 17 22 18 16 20 22 28|0.0|2.425 +004524|sil mian4 dui4 feng1 shui3 dian4 yan3 hua1 liao2 luan4 de5 zhao1 pai2 sp1 you2 ke4 men5 da4 dou1 cong1 cong1 zou3 guo4 sil|sil 面 对 风 水 店 眼 花 缭 乱 的 招 牌 sp1 游 客 们 大 都 匆 匆 走 过 sil|31 16 17 18 20 18 18 15 15 16 6 18 31 11 14 14 19 17 15 18 15 18 23 28|0.0|5.005 +004525|sil ci3 ci4 da4 hui4 shang4 sp1 weng4 an1 xian4 gong1 an1 ju2 rong2 huo4 quan2 guo2 you1 xiu4 gong1 an1 ju2 cheng1 hao4 sil|sil 此 次 大 会 上 sp1 瓮 安 县 公 安 局 荣 获 全 国 优 秀 公 安 局 称 号 sil|30 17 13 16 14 25 5 12 16 16 12 14 21 21 20 22 14 13 17 9 16 12 18 21 29|0.0|4.91 +004526|sil wo3 cha2 le5 yi2 xia4 sp1 shi4 ai4 xin1 jue2 luo2 pu3 yi2 sil|sil 我 查 了 一 下 sp1 是 爱 新 觉 罗 溥 仪 sil|28 10 21 13 9 26 6 15 16 15 12 17 20 24 29|0.0|3.025 +004527|sil cong2 qian2 you3 zuo4 shan1 sp1 shan1 li2 you3 zuo4 miao4 sp1 ni3 cai1 miao4 li2 you3 ge5 sha2 sil|sil 从 前 有 座 山 sp1 山 里 有 座 庙 sp1 你 猜 庙 里 有 个 啥 sil|27 24 25 14 15 29 11 24 14 13 14 28 25 10 15 23 13 13 12 31 27|0.0|4.72 +004528|sil ci3 hou4 sp1 jin4 shen1 zhi1 jia1 sp1 wu4 dang4 wan3 qie1 quan4 yu4 sp1 shi3 zhi1 jia1 yu4 hu4 xiao3 sp1 yi3 qi1 jian4 chu2 ji1 xi2 sil|sil 此 后 sp1 缙 绅 之 家 sp1 务 当 婉 切 劝 谕 sp1 使 之 家 喻 户 晓 sp1 以 期 渐 除 积 习 sil|31 21 24 5 19 18 15 25 10 11 25 18 16 22 23 21 16 17 19 10 18 30 19 13 32 24 17 16 32 29|0.0|6.915 +004529|sil mei3 ci4 tui1 kai1 chuang1 jiu4 neng2 kan4 jian4 bei2 jiao2 ma3 tou2 sp1 qing1 chen2 neng2 shu3 chu1 wan1 li3 duo1 chu1 de5 chuan2 sil|sil 每 次 推 开 窗 就 能 看 见 北 角 码 头 sp1 清 晨 能 数 出 湾 里 多 出 的 船 sil|25 18 21 15 18 30 13 17 18 16 14 13 23 31 31 26 26 17 17 17 15 16 16 18 8 34 30|0.0|6.31 +004530|sil ji4 ran2 shi4 sheng1 ri4 yan4 hui4 qi2 qin2 zi4 ran2 ye3 mei2 you3 han2 hu5 sil|sil 既 然 是 生 日 宴 会 齐 秦 自 然 也 没 有 含 糊 sil|27 15 18 20 19 14 19 27 19 22 12 15 9 11 13 21 23 28|0.0|3.85 +004531|sil ting2 quan2 liang3 ge4 yue4 jiu4 neng2 gai3 zheng4 liao4 ben3 yan1 de5 li4 chang3 ma5 sil|sil 停 权 两 个 月 就 能 改 正 廖 本 烟 的 立 场 吗 sil|26 22 21 18 13 22 12 16 17 17 16 15 11 7 15 22 22 29|0.0|3.73 +004532|sil lou2 xian1 sheng5 en4 le5 en4 la3 ba5 sp1 dan4 shi4 dui4 fang1 sp1 bu4 wei2 suo3 dong4 sil|sil 楼 先 生 摁 了 摁 喇 叭 sp1 但 是 对 方 sp1 不 为 所 动 sil|30 16 20 27 13 10 14 20 23 21 14 11 13 21 4 14 11 18 18 30|0.0|4.035 +004533|sil pei4 fu5 zi4 ji3 de5 di4 di5 qiao1 zha4 you3 fang1 sp1 bu4 gan3 dai4 man4 sil|sil 佩 服 自 己 的 弟 弟 敲 诈 有 方 sp1 不 敢 怠 慢 sil|27 21 17 13 7 12 16 15 21 16 15 24 5 11 18 16 25 30|0.0|3.59 +004534|sil dang1 nian2 sp1 wo2 ke3 shi4 you2 di5 zui4 kuai4 di5 sil|sil 当 年 sp1 我 可 是 游 滴 最 快 滴 sil|25 17 27 8 11 15 11 16 10 16 29 15 29|0.0|2.655 +004535|sil pan1 yao4 ming2 kan4 guo4 cha2 chuan2 ne4 de5 hua4 sp1 jue2 de5 ta1 hua4 de5 hen2 you3 ling2 qi4 sil|sil 潘 耀 明 看 过 查 传 讷 的 画 sp1 觉 得 她 画 的 很 有 灵 气 sil|27 19 13 25 23 16 17 19 13 13 21 12 17 8 16 16 10 15 12 18 22 33|0.0|4.47 +004536|sil dang1 shi4 ren2 ren4 wei2 ji4 zai2 you3 yi2 lou4 huo4 zhe3 cha1 cuo4 de5 sp1 ke2 yi2 qing3 qiu2 bu3 chong1 huo4 zhe2 gai3 zheng4 sil|sil 当 事 人 认 为 记 载 有 遗 漏 或 者 差 错 的 sp1 可 以 请 求 补 充 或 者 改 正 sil|29 14 13 14 16 28 20 18 16 14 25 16 8 21 21 16 21 15 9 19 19 17 22 16 11 17 19 28|0.0|5.825 +004537|sil yi3 gu2 dian3 you1 ya3 wen2 ming2 shi4 jie4 de5 su1 zhou1 sp1 jin4 nian2 lai2 xiang1 cun1 lv3 you2 ye3 peng2 bo2 xing1 qi3 sil|sil 以 古 典 优 雅 闻 名 世 界 的 苏 州 sp1 近 年 来 乡 村 旅 游 也 蓬 勃 兴 起 sil|31 16 19 16 16 17 14 12 15 12 9 17 21 17 15 14 19 19 15 14 18 13 21 14 19 28 32|0.0|5.49 +004538|sil tong2 shi2 sp1 yuan2 li4 hai5 sp1 ye3 zui4 zhong1 tong2 yi4 sp1 bu2 zai4 shou1 yang3 xin1 de5 qi4 ying1 sil|sil 同 时 sp1 袁 厉 害 sp1 也 最 终 同 意 sp1 不 再 收 养 新 的 弃 婴 sil|28 19 26 14 14 19 22 7 13 12 13 19 12 6 16 16 15 16 17 8 20 23 31|0.0|4.48 +004539|sil wang2 you3 zhen1 wei1 feng1 shuo1 sp1 xi1 wang4 gui1 fan4 yong4 gong1 zhi4 du4 he2 yong4 gong1 zhi4 xu4 sil|sil 网 友 甄 巍 峰 说 sp1 希 望 规 范 用 工 制 度 和 用 工 秩 序 sil|30 18 20 16 16 18 27 24 15 23 18 16 17 13 17 17 15 15 13 16 20 30|0.0|4.805 +004540|sil yong4 ta1 men5 shou1 cang2 zhe3 de5 hang2 hua4 sp1 gai1 qian2 bi4 jiao4 sp1 meng3 jiang1 wu3 qian1 sil|sil 用 他 们 收 藏 者 的 行 话 sp1 该 钱 币 叫 sp1 蒙 疆 五 千 sil|31 16 15 17 18 19 10 8 22 23 22 15 18 13 25 9 19 21 12 29 29|0.0|4.54 +004541|sil nai3 nai5 tou2 fa5 yi3 jing1 hua1 bai2 sp1 shen1 shang4 chuan1 zhe5 yi2 jian4 mian2 ao3 sil|sil 奶 奶 头 发 已 经 花 白 sp1 身 上 穿 着 一 件 棉 袄 sil|28 14 12 21 20 10 14 21 25 11 18 17 15 10 9 14 21 25 31|0.0|3.9 +004542|sil ta1 zui4 xian1 zuo4 de5 sp1 shi4 tiao1 zhe5 tang2 zhou1 dan4 sp1 zou3 jie1 chuan4 xiang4 jiao4 mai4 sp1 shi2 cheng1 luo4 tuo5 dan4 zi5 sil|sil 他 最 先 做 的 sp1 是 挑 着 糖 粥 担 sp1 走 街 串 巷 叫 卖 sp1 时 称 骆 驼 担 子 sil|23 18 17 21 22 16 23 15 25 10 24 18 23 8 23 15 23 18 16 27 21 20 32 16 16 23 20 29|0.0|6.52 +004543|sil qi1 jian1 sp1 ta1 men5 yu2 jing3 qu1 duo1 ci4 xie2 tiao2 wei4 guo3 sil|sil 期 间 sp1 他 们 与 景 区 多 次 协 调 未 果 sil|25 21 24 5 14 14 9 21 20 16 15 15 17 15 25 28|0.0|3.3 +004544|sil er2 han2 guo2 jin4 nian2 lai2 sp1 yi3 jing1 xian2 you3 zhi2 xing2 si3 xing2 de5 zhi4 du4 sil|sil 而 韩 国 近 年 来 sp1 已 经 鲜 有 执 行 死 刑 的 制 度 sil|29 20 20 17 12 14 25 5 12 18 22 15 12 16 17 15 8 19 18 28|0.0|3.97 +004545|sil shang4 wei4 fa1 xian4 yi4 qing2 de5 guang3 dong1 sp1 yang3 zhi2 hu4 tong2 yang4 nan2 tao2 e4 yun4 sil|sil 尚 未 发 现 疫 情 的 广 东 sp1 养 殖 户 同 样 难 逃 厄 运 sil|28 21 11 17 15 13 15 8 21 22 16 18 16 19 22 16 14 19 15 23 27|0.0|4.365 +004546|sil qi2 zhong1 yi4 nan2 zi3 yong4 mu4 gun4 qiao1 da3 hu2 bian1 lan2 gan1 sp1 jiao4 zhang1 mou3 chu1 lai5 sil|sil 其 中 一 男 子 用 木 棍 敲 打 湖 边 栏 杆 sp1 叫 张 某 出 来 sil|27 20 23 10 20 15 15 17 22 24 16 15 15 17 20 8 20 15 14 18 21 30|0.0|4.67 +004547|sil shuo1 bai2 le5 ba5 sp1 bu2 kou4 niu3 kou4 sp1 jiu4 shi4 wei4 le5 tou4 tou5 feng1 sp1 shu1 fu5 yi4 dianr3 r sil|sil 说 白 了 吧 sp1 不 扣 纽 扣 sp1 就 是 为 了 透 透 风 sp1 舒 服 一 点 儿 sil|31 21 16 12 21 26 12 14 18 23 3 15 11 10 8 16 16 21 5 19 15 11 22 0 28|0.0|4.58 +004548|sil ta1 men5 bei4 ju1 jin4 zai4 sp1 mian3 dian4 shou3 du1 sp1 yang3 guang1 shi4 wai4 de5 yi2 chu4 jun1 ying2 sil|sil 他 们 被 拘 禁 在 sp1 缅 甸 首 都 sp1 仰 光 市 外 的 一 处 军 营 sil|26 15 13 16 13 20 24 6 19 15 20 19 5 18 17 16 18 9 10 15 17 27 30|0.0|4.5 +004549|sil a1 sp1 a4 sp1 wu3 huan2 sp1 ni2 bi3 si4 huan2 duo1 yi4 huan2 sil|sil 啊 sp1 啊 sp1 五 环 sp1 你 比 四 环 多 一 环 sil|29 30 10 29 14 15 31 13 12 13 20 19 18 12 30 29|0.0|3.765 +004550|sil na4 ni2 mei3 yue4 duo1 gei2 wo3 er4 bai3 kuai4 mai3 ling2 shi2 sp1 hai2 zi5 de5 nai2 sp1 wo3 bao1 le5 sil|sil 那 你 每 月 多 给 我 二 百 块 买 零 食 sp1 孩 子 的 奶 sp1 我 包 了 sil|30 13 12 19 20 16 12 10 15 14 15 12 17 25 24 18 9 7 26 10 12 19 18 29|0.0|4.67 +004551|sil wang2 yang2 ming2 an4 qiang4 sp1 nan2 ren5 ying1 gai1 bu2 hui4 jue2 de5 nian2 qing1 shi4 you1 shi4 sil|sil 王 阳 明 暗 呛 sp1 男 人 应 该 不 会 觉 得 年 轻 是 优 势 sil|32 13 17 17 19 26 16 19 24 14 14 13 15 13 6 19 19 15 16 23 29|0.0|4.4 +004552|sil teng2 li4 ming2 zi4 yan2 xing4 ge2 ying4 lang3 sp1 bu2 hui4 bei4 gan3 qing2 wen4 ti2 kun4 rao3 zi4 ji3 sil|sil 滕 丽 名 自 言 性 格 硬 朗 sp1 不 会 被 感 情 问 题 困 扰 自 己 sil|23 21 12 27 24 19 24 10 20 24 29 14 16 12 18 19 15 17 20 19 18 22 27|0.0|5.225 +004553|sil tong2 shi2 na4 ru4 yi1 bao3 de5 jie4 yan1 yao4 wu4 sp1 ye3 yao4 jing1 guo4 yan2 ge2 shai1 xuan3 sil|sil 同 时 纳 入 医 保 的 戒 烟 药 物 sp1 也 要 经 过 严 格 筛 选 sil|25 23 15 17 12 14 15 11 12 14 22 20 16 11 17 17 14 18 11 19 29 29|0.0|4.425 +004554|sil you2 ru2 lang2 lai2 le5 yi2 yang4 sp1 ye3 zhu1 cheng2 zai1 sp1 wei1 hai4 de5 bu4 jin2 jin3 shi4 ren2 lei4 sil|sil 犹 如 狼 来 了 一 样 sp1 野 猪 成 灾 sp1 危 害 的 不 仅 仅 是 人 类 sil|30 17 20 19 15 14 11 23 33 11 14 21 23 9 16 15 19 13 15 14 12 16 20 28|0.0|4.965 +004555|sil zhe4 ci4 kuai4 di4 hua4 zuo4 sp1 ta1 zhi3 shi4 jiang1 juan4 zhou2 zhi2 jie1 fang4 jin4 hua4 tong2 li3 sil|sil 这 次 快 递 画 作 sp1 他 只 是 将 卷 轴 直 接 放 进 画 筒 里 sil|27 19 20 21 11 20 23 22 16 11 12 20 21 24 16 15 16 13 15 20 19 29|0.0|4.765 +004556|sil peng2 mu3 yu3 bao2 mu3 sp1 sui2 hou4 dao4 da4 er2 zi5 jia1 zhong1 can1 jia1 zhi2 nv3 de5 hun1 yan4 sil|sil 彭 母 与 保 姆 sp1 随 后 到 大 儿 子 家 中 参 加 侄 女 的 婚 宴 sil|28 24 33 13 18 31 3 20 13 13 14 14 11 19 16 21 17 14 13 11 20 21 30|0.0|4.84 +004557|sil wang2 nv3 shi4 ci3 shi2 gan3 dao4 yan3 qian2 yi4 hei1 sp1 nao3 dai4 sp1 dun4 shi2 yun1 le5 qi3 lai2 sil|sil 王 女 士 此 时 感 到 眼 前 一 黑 sp1 脑 袋 sp1 顿 时 晕 了 起 来 sil|30 17 16 21 19 14 17 18 15 18 9 25 24 17 19 2 14 12 15 11 13 24 30|0.0|4.645 +004558|sil liang2 zhe3 jun1 wei4 tou4 lu4 xiao1 xi5 lai2 yuan2 sp1 dan4 fou3 ren4 xiao1 xi5 lai2 zi4 yi4 hai1 sil|sil 两 者 均 未 透 露 消 息 来 源 sp1 但 否 认 消 息 来 自 一 嗨 sil|28 20 21 15 13 17 14 15 8 16 26 9 17 17 19 22 16 16 14 14 27 28|0.0|4.55 +004559|sil yi4 zu2 zu3 he2 quan2 sp1 da3 dao4 le5 mian2 hua5 shang4 sil|sil 一 组 组 合 拳 sp1 打 到 了 棉 花 上 sil|29 13 16 17 13 27 4 16 11 9 21 17 26 28|0.0|2.865 +004560|sil ping2 mu4 shang4 de5 ying3 xun4 xian3 shi4 sp1 jiang1 bo1 fang4 de5 ying3 pian4 zhong1 sp1 you3 luo4 tuo5 xiang2 zi5 sil|sil 屏 幕 上 的 影 讯 显 示 sp1 将 播 放 的 影 片 中 sp1 有 骆 驼 祥 子 sil|27 21 16 14 8 15 18 17 22 23 20 16 13 8 15 20 22 6 12 17 16 23 15 29|0.0|4.79 +004561|sil pan1 shuang1 shuang1 sp1 yin1 wei4 he2 lin2 feng1 de5 qing2 shi3 xun4 su4 cuan1 hong2 sil|sil 潘 霜 霜 sp1 因 为 和 林 峰 的 情 史 迅 速 蹿 红 sil|25 21 15 28 7 11 14 13 15 13 8 21 21 20 12 21 26 28|0.0|3.705 +004562|sil chu1 bu4 tong3 ji4 quan2 shi4 jing1 ji4 sun3 shi1 yue1 wu2 dian3 si4 san1 ba1 yi4 yuan2 sil|sil 初 步 统 计 全 市 经 济 损 失 约 五 点 四 三 八 亿 元 sil|27 20 12 19 23 21 17 14 11 19 25 25 20 16 14 16 17 12 28 30|0.0|4.48 +004563|sil xie3 xin4 ren2 dou1 kan4 le5 quan2 guo2 zuo4 wen2 jia1 zuo4 sp1 zai4 yin3 yong4 bo2 yu4 de5 hua4 kua1 jiang3 sp1 hao2 wu2 xin1 yi4 sil|sil 写 信 人 都 看 了 全 国 作 文 佳 作 sp1 再 引 用 伯 玉 的 话 夸 奖 sp1 毫 无 新 意 sil|30 18 20 24 16 23 15 20 11 11 13 16 20 27 16 15 19 17 12 10 15 19 22 11 21 13 23 18 30|0.0|6.09 +004564|sil gao1 e2 de5 mao4 yi4 shun4 cha1 shi2 mei3 guo2 he2 ou1 meng2 pin2 fan2 dui4 zhong1 guo2 fang3 zhi1 pin3 chu1 kou3 she4 xian4 sil|sil 高 额 的 贸 易 顺 差 使 美 国 和 欧 盟 频 繁 对 中 国 纺 织 品 出 口 设 限 sil|29 20 15 8 17 9 18 29 15 21 18 14 13 29 24 22 19 16 10 18 12 15 16 18 18 25 29|0.0|5.775 +004565|sil mei3 yi2 cun4 kong1 jian1 sp1 dou1 you3 zi4 ji3 de5 biao3 qing2 sp1 yu3 ju1 zhe3 xiang1 rong2 xiang1 tong1 sil|sil 每 一 寸 空 间 sp1 都 有 自 己 的 表 情 sp1 与 居 者 相 融 相 通 sil|30 17 10 19 17 23 8 13 12 14 9 8 19 30 15 13 18 18 18 15 20 25 31|0.0|4.665 +004566|sil kong3 bu4 fen4 zi3 sp1 yao4 zuo4 de5 jiu4 shi4 duo2 qi3 lai2 sp1 bing4 you2 ji4 xin4 jian4 zha4 dan4 sil|sil 恐 怖 分 子 sp1 要 做 的 就 是 躲 起 来 sp1 并 邮 寄 信 件 炸 弹 sil|26 21 12 20 16 3 17 14 10 13 12 19 16 21 18 16 15 16 17 14 15 24 29|0.0|4.455 +004567|sil zai4 shi2 shi1 guo4 cheng2 zhong1 sp1 shang1 ye4 she4 shi1 chang2 chang2 bei4 kai1 fa1 shang1 shi4 wei2 lei2 zhui4 sp1 er2 ya1 suo1 qin1 zhan4 sil|sil 在 实 施 过 程 中 sp1 商 业 设 施 常 常 被 开 发 商 视 为 累 赘 sp1 而 压 缩 侵 占 sil|26 21 14 14 13 18 21 16 19 11 15 22 19 15 10 17 13 20 17 14 21 23 19 15 17 14 19 23 30|0.0|5.995 +004568|sil chuang2 tou2 zhuang1 you3 xiao2 qiao3 de5 yue4 du2 deng1 sp1 ke3 jin4 xing2 jiu3 shi2 du4 tiao2 zheng3 sil|sil 床 头 装 有 小 巧 的 阅 读 灯 sp1 可 进 行 九 十 度 调 整 sil|26 26 25 17 14 19 16 8 14 14 21 15 16 17 19 16 13 12 20 25 28|0.0|4.425 +004569|sil chang2 bai2 shan1 te4 bie2 xian3 jun4 sp1 wo3 men5 you3 de5 zuo4 zhe3 sp1 yin1 wei4 zai4 nar4 r chuang4 zuo4 sp1 yi3 jing1 qu4 shi4 le5 sil|sil 长 白 山 特 别 险 峻 sp1 我 们 有 的 作 者 sp1 因 为 在 那 儿 创 作 sp1 已 经 去 世 了 sil|27 25 13 22 17 11 18 21 33 7 11 16 8 17 22 6 9 11 12 17 0 23 21 22 10 14 18 19 19 28|0.0|5.77 +004570|sil you2 yu2 e4 xing4 xun2 huan2 zui4 zhong1 zou3 xiang4 beng1 kui4 sil|sil 由 于 恶 性 循 环 最 终 走 向 崩 溃 sil|28 17 16 17 15 19 26 16 15 13 17 16 26 27|0.0|3.11 +004571|sil kan4 bu4 qi3 zhe4 xie1 sp1 wei4 da2 mu4 di4 man2 zui2 huang3 yan2 de5 ren2 sil|sil 看 不 起 这 些 sp1 为 达 目 的 满 嘴 谎 言 的 人 sil|25 24 10 15 14 20 4 15 12 20 12 19 15 19 15 11 23 29|0.0|3.505 +004572|sil you3 de5 shi4 chou4 wei4 sp1 you3 de5 shi4 nong2 yao4 wei4 sil|sil 有 的 是 臭 味 sp1 有 的 是 农 药 味 sil|29 15 12 13 25 22 11 15 10 12 17 19 24 28|0.0|2.925 +004573|sil ma2 bao3 guang1 ceng2 zai4 ao1 xue2 yan2 hua4 fu4 jin4 sp1 zhao3 dao4 xin1 shi2 qi4 ji2 jiu4 shi2 qi4 shi2 qi1 de5 shi2 kuai4 sil|sil 马 宝 光 曾 在 凹 穴 岩 画 附 近 sp1 找 到 新 石 器 及 旧 石 器 时 期 的 石 块 sil|29 16 17 25 22 16 13 14 13 15 16 24 6 19 16 19 15 22 18 16 13 14 13 11 10 15 25 29|0.0|5.58 +004574|sil gong1 zuo4 ren2 yuan2 ba2 xia4 che1 yao4 shi5 sp1 li4 ji2 bo1 da3 sp1 yao1 er4 yao1 er4 er4 bao4 jing3 sil|sil 工 作 人 员 拔 下 车 钥 匙 sp1 立 即 拨 打 sp1 幺 二 幺 二 二 报 警 sil|25 18 10 14 24 18 15 16 18 21 24 12 14 15 22 13 16 15 16 13 16 17 27 29|0.0|4.97 +004575|sil yi1 fu5 zhi1 yu2 ming2 xing1 sp1 zheng4 ru2 shui3 zhi1 yu2 zhou1 sp1 yi1 neng2 zai4 xing1 sp1 yi4 neng2 fu4 xing1 sil|sil 衣 服 之 于 明 星 sp1 正 如 水 之 于 舟 sp1 衣 能 载 星 sp1 亦 能 覆 星 sil|30 17 18 14 10 20 27 18 18 21 21 14 14 24 39 10 19 20 26 5 8 17 19 29 30|0.0|5.67 +004576|sil an4 pan1 mou3 de5 shuo1 fa3 sp1 mei3 ge4 jia1 you2 gong1 dou1 you3 you2 ka3 sp1 ping2 zhe4 ge5 you2 ka2 gei3 ke4 hu4 jia1 you2 sil|sil 按 潘 某 的 说 法 sp1 每 个 加 油 工 都 有 油 卡 sp1 凭 这 个 油 卡 给 客 户 加 油 sil|29 20 19 17 9 18 22 26 13 13 14 14 19 10 13 15 28 27 23 10 11 14 24 13 16 12 17 27 29|0.0|6.055 +004577|sil he2 nan2 sheng2 zhang3 guo1 geng1 mao4 jie1 shou4 ji4 zhe3 cai2 fang3 sil|sil 河 南 省 长 郭 庚 茂 接 受 记 者 采 访 sil|30 15 15 18 21 17 15 24 16 14 11 11 21 28 30|0.0|3.325 +004578|sil shen2 bing2 you3 tou4 lu4 sp1 dao4 mu4 qian2 wei2 zhi3 sp1 guang3 dong1 hai2 mei2 you3 fa1 sheng1 ci3 lei4 an4 jian4 sil|sil 沈 丙 友 透 露 sp1 到 目 前 为 止 sp1 广 东 还 没 有 发 生 此 类 案 件 sil|30 24 17 15 21 20 25 12 15 15 16 24 16 21 19 15 12 13 16 15 15 10 18 26 30|0.0|5.335 +004579|sil liang3 sui4 sang4 fu4 sp1 mu3 qin1 shi4 yi2 wei4 ying1 wen2 jiao4 shi1 sil|sil 两 岁 丧 父 sp1 母 亲 是 一 位 英 文 教 师 sil|28 19 17 17 26 22 12 22 16 9 15 12 14 19 26 27|0.0|3.495 +004580|sil hao3 de5 ya5 sp1 yao4 yi4 qi3 me5 sil|sil 好 的 呀 sp1 要 一 起 么 sil|28 17 15 20 18 17 7 16 24 28|0.0|2.205 +004581|sil xiao3 bing4 bu2 yong4 kang2 sp1 da4 bing4 you2 bao3 zhang4 sil|sil 小 病 不 用 扛 sp1 大 病 有 保 障 sil|27 25 22 11 15 31 10 20 23 19 18 24 29|0.0|3.18 +004582|sil cai2 zheng4 zheng4 ce4 sp1 ying1 dang1 fa1 hui1 geng4 wei2 guan1 jian4 xing4 zuo4 yong4 sil|sil 财 政 政 策 sp1 应 当 发 挥 更 为 关 键 性 作 用 sil|26 24 15 16 23 5 15 12 18 20 13 13 17 14 14 15 23 27|0.0|3.595 +004583|sil dan4 zhi4 an4 fa1 bei4 zhua1 sp1 niu2 hao4 de5 wei2 jian4 chai1 qian1 kuan3 bing4 wei4 na2 dao4 sp1 qi3 tu2 wei4 neng2 de2 cheng3 sil|sil 但 至 案 发 被 抓 sp1 牛 浩 的 违 建 拆 迁 款 并 未 拿 到 sp1 企 图 未 能 得 逞 sil|27 20 16 15 15 14 24 29 14 19 16 14 13 16 17 23 13 11 20 21 19 20 22 12 16 14 29 30|0.0|6.025 +004584|sil wan4 yi1 sp1 nin2 de5 nai2 fen2 guang3 gao4 zai4 ying1 er2 ou3 tu4 de5 chang3 mian4 li3 chu1 xian4 sp1 zen3 me5 ban4 sil|sil 万 一 sp1 您 的 奶 粉 广 告 在 婴 儿 呕 吐 的 场 面 里 出 现 sp1 怎 么 办 sil|30 19 23 9 14 8 16 15 16 22 15 11 16 16 12 10 18 10 13 16 19 9 15 9 21 28|0.0|4.765 +004585|sil zheng4 mou3 yi2 xia4 jiu4 leng4 zhu4 le5 sp1 bu4 gan2 you3 si1 hao2 fan3 kang4 sil|sil 郑 某 一 下 就 愣 住 了 sp1 不 敢 有 丝 毫 反 抗 sil|25 19 22 13 18 10 20 15 18 13 13 14 13 16 14 19 28 29|0.0|3.705 +004586|sil lao3 seng1 shi4 jue2 xian2 sp1 lao3 seng1 shen1 ban3 ying4 lang3 sil|sil 老 僧 释 觉 贤 sp1 老 僧 身 板 硬 朗 sil|30 18 22 19 15 33 21 16 22 23 16 17 22 33|0.0|3.56 +004587|sil kai1 fa1 qu1 ban3 kuai4 reng2 ju1 zhang3 fu2 bang2 shou3 sil|sil 开 发 区 板 块 仍 居 涨 幅 榜 首 sil|25 18 13 16 18 23 18 16 17 14 18 28 28|0.0|2.92 +004588|sil ta1 gan3 jue2 you3 xie1 wei1 miao4 sp1 jiu4 gen1 ta1 zai4 wei1 bo2 shang4 yao1 he5 sp1 yi2 chuan1 ping2 guo3 yi2 yang4 sil|sil 他 感 觉 有 些 微 妙 sp1 就 跟 他 在 微 博 上 吆 喝 sp1 宜 川 苹 果 一 样 sil|26 18 16 17 14 14 14 26 23 15 12 13 9 16 15 17 20 21 6 13 21 22 16 10 17 30|0.0|5.125 +004589|sil xian4 chang3 nong2 yan1 qiang4 ren2 sp1 jing3 jie4 xian4 yi3 la1 qi3 sil|sil 现 场 浓 烟 呛 人 sp1 警 戒 线 已 拉 起 sil|29 24 25 17 15 21 25 14 17 17 20 12 19 25 26|0.0|3.555 +004590|sil jie2 zhi4 wei3 pan2 sp1 ren2 min2 bi4 dui4 mei3 yuan2 bao4 jia4 wei2 sp1 liu4 dian3 san1 liu4 yi1 jiu3 yuan2 sil|sil 截 至 尾 盘 sp1 人 民 币 兑 美 元 报 价 为 sp1 六 点 三 六 一 九 元 sil|27 18 14 14 30 14 12 15 14 14 18 17 15 16 24 29 18 15 15 14 15 16 28 29|0.0|5.125 +004591|sil sui2 hou4 qin2 yang2 jin4 xing2 xian4 chang2 yan3 shi4 sil|sil 随 后 秦 旸 进 行 现 场 演 示 sil|29 19 26 25 23 15 17 17 17 16 24 30|0.0|2.99 +004592|sil ju4 xi1 sp1 bei4 ding1 yao2 zhe3 mei2 you3 fa1 bing4 sil|sil 据 悉 sp1 被 叮 咬 者 没 有 发 病 sil|26 17 27 9 13 17 14 14 14 15 19 22 27|0.0|2.715 +004593|sil pao4 dao4 gu1 niang5 de5 zhi2 you3 gao1 fu4 shuai4 sil|sil 泡 到 姑 娘 的 只 有 高 富 帅 sil|24 22 15 14 20 16 14 13 14 14 24 28|0.0|2.53 +004594|sil te4 li3 ye1 wei2 lai2 fou3 ren4 zhe4 yi2 bao4 dao4 sil|sil 特 里 耶 韦 莱 否 认 这 一 报 道 sil|25 19 11 14 12 25 22 18 15 9 19 22 30|0.0|2.8 +004595|sil dang1 ran2 ke2 yi3 sp1 jia1 you2 o5 sp1 wo3 hui4 bang1 ni3 chu1 zhu2 yi4 de5 sil|sil 当 然 可 以 sp1 加 油 哦 sp1 我 会 帮 你 出 主 意 的 sil|26 16 18 19 13 11 20 16 21 16 9 12 13 11 17 15 18 18 28|0.0|3.68 +004596|sil xiang1 gang3 tong2 bao1 de5 quan2 quan2 ai4 xin1 sp1 ye3 ling4 wo3 ban4 yuan2 gong1 gan3 pei4 bu4 yi3 sp1 ming2 ji4 zai4 xin1 sil|sil 香 港 同 胞 的 拳 拳 爱 心 sp1 也 令 我 办 员 工 感 佩 不 已 sp1 铭 记 在 心 sil|30 22 15 17 13 13 17 13 16 24 26 7 15 15 15 19 21 18 19 17 16 13 17 14 17 26 28|0.0|5.61 +004597|sil gong1 si1 tao2 tai4 le5 yi4 xie1 rong3 yuan2 sil|sil 公 司 淘 汰 了 一 些 冗 员 sil|24 19 21 19 14 11 7 16 18 28 28|0.0|2.385 +004598|sil qiang2 hua4 zu1 lin4 guan2 li3 ze2 ren4 sil|sil 强 化 租 赁 管 理 责 任 sil|27 24 21 14 16 15 14 16 20 30|0.0|2.285 +004599|sil ming2 chao2 jiang1 jun1 mu4 de5 mu4 bei1 sil|sil 明 朝 将 军 墓 的 墓 碑 sil|29 17 23 17 15 12 9 20 23 28|0.0|2.24 +004600|sil zhe4 huir4 r zheng4 tang3 zai4 chuang2 shang4 ne5 sil|sil 这 会 儿 正 躺 在 床 上 呢 sil|24 19 27 0 18 18 13 23 22 22 28|0.0|2.485 +004601|sil sun1 piao2 shu4 hou4 zhuang4 tai4 bu2 cuo4 sil|sil 孙 朴 术 后 状 态 不 错 sil|27 27 25 18 13 17 18 15 29 28|0.0|2.525 +004602|sil zhu1 li4 dai4 zhe5 wa2 wa5 men5 chu1 xian4 sil|sil 朱 莉 带 着 娃 娃 们 出 现 sil|26 20 22 15 12 14 12 16 16 22 30|0.0|2.375 +004603|sil ni3 bu4 yue1 hao3 yi4 si5 lai2 sp1 he1 he1 sil|sil 你 不 约 好 意 思 来 sp1 呵 呵 sil|25 14 17 19 22 12 9 28 9 15 23 27|0.0|2.555 +004604|sil di4 yi1 cai2 ji4 sp1 jing4 yun4 ying2 xian4 jin1 liu2 wei2 sp1 yi1 dian3 ling2 qi1 si4 yi4 mei3 yuan2 sil|sil 第 一 财 季 sp1 净 运 营 现 金 流 为 sp1 一 点 零 七 四 亿 美 元 sil|25 13 12 23 20 4 22 16 14 17 13 19 28 16 13 16 17 19 16 11 16 26 29|0.0|4.705 +004605|sil teng2 wan2 yi2 bian4 sp1 hui2 shou3 luo2 tian1 cheng2 de5 luo2 ti3 zi4 sp1 bu2 guo4 er2 er3 sil|sil 誊 完 一 遍 sp1 回 首 罗 天 诚 的 罗 体 字 sp1 不 过 尔 尔 sil|27 21 17 11 23 20 16 18 15 17 16 6 17 18 19 14 15 17 16 25 30|0.0|4.385 +004606|sil hai2 you3 sp1 wo3 kan4 dao4 hen3 duo1 qu1 xian4 dou1 ti2 dao4 sp1 yao4 fa1 zhan3 hong2 jiu2 chan3 ye4 sp1 rang4 nong2 min2 gai3 zhong4 pu2 tao5 sil|sil 还 有 sp1 我 看 到 很 多 区 县 都 提 到 sp1 要 发 展 红 酒 产 业 sp1 让 农 民 改 种 葡 萄 sil|30 20 21 19 9 15 12 18 13 15 15 12 17 20 22 12 17 19 20 15 20 22 20 16 15 21 15 14 18 23 32|0.0|6.465 +004607|sil en4 en4 sp1 ou2 ye3 zai4 kan4 ne5 sil|sil 嗯 嗯 sp1 偶 也 在 看 呢 sil|27 16 24 24 11 14 14 21 19 26|0.0|2.28 +004608|sil tang2 hai3 bin1 sp1 yun2 nan2 meng2 hai3 chen2 sheng1 cha2 chang3 fu4 zong3 jing1 li3 sil|sil 唐 海 滨 sp1 云 南 勐 海 陈 升 茶 厂 副 总 经 理 sil|26 21 19 24 37 12 15 16 22 17 17 19 22 16 16 15 19 29|0.0|4.2 +004609|sil ting1 jian4 shen1 hou4 yi4 sheng1 men4 xiang3 sil|sil 听 见 身 后 一 声 闷 响 sil|26 20 15 18 24 13 16 17 25 29|0.0|2.355 +004610|sil zuo2 tian1 yi4 zao3 sp1 gu4 gong1 duan1 men2 wai4 sp1 bian4 yi3 ren2 tou2 cuan2 dong4 sil|sil 昨 天 一 早 sp1 故 宫 端 门 外 sp1 便 已 人 头 攒 动 sil|27 16 18 11 25 14 16 13 16 17 22 6 19 17 16 15 25 19 28|0.0|3.95 +004611|sil chu1 men2 shi2 sp1 dao1 he2 yi1 fu5 yi2 kuai4 reng1 le5 sil|sil 出 门 时 sp1 刀 和 衣 服 一 块 扔 了 sil|25 21 19 28 6 22 19 16 22 16 20 18 15 29|0.0|3.205 +004612|sil jiao1 jing2 zhun3 bei4 jiang1 che1 kou4 liu2 shi2 sp1 jia4 shi3 yuan2 jing4 he2 jiao1 jing3 shua2 qi3 le5 heng4 sil|sil 交 警 准 备 将 车 扣 留 时 sp1 驾 驶 员 竟 和 交 警 耍 起 了 横 sil|27 23 22 14 11 17 18 18 16 26 23 18 15 23 15 13 14 17 18 11 11 25 29|0.0|4.92 +004613|sil xiang2 hao3 le5 nuo4 yan2 hou4 sp1 zui4 hou4 yi2 bu4 sp1 shi4 que4 ding4 yong4 ai4 huo4 xi3 huan1 sil|sil 想 好 了 诺 言 后 sp1 最 后 一 步 sp1 是 确 定 用 爱 或 喜 欢 sil|29 21 15 11 21 17 21 25 14 16 14 18 14 16 20 15 14 22 18 20 25 29|0.0|4.815 +004614|sil quan2 shen1 qi2 chou4 wu2 bi3 sp1 san4 fa1 chu1 shi1 ti3 chou4 wei4 sil|sil 全 身 奇 臭 无 比 sp1 散 发 出 尸 体 臭 味 sil|26 24 23 19 22 15 21 9 18 15 16 21 15 21 20 29|0.0|3.65 +004615|sil shan1 zhong1 na4 mi2 meng2 de5 xiao3 jing4 sp1 xiang4 mi2 zou3 shen2 jing1 yi2 yang4 sp1 wan1 yan2 jin4 weng3 yu4 de5 guo3 lin2 sp1 xiao1 shi1 bu2 jian4 sil|sil 山 中 那 迷 蒙 的 小 径 sp1 像 迷 走 神 经 一 样 sp1 蜿 蜒 进 蓊 郁 的 果 林 sp1 消 失 不 见 sil|25 27 22 16 16 17 7 23 25 28 21 15 15 18 15 16 23 10 19 25 27 20 11 11 18 24 7 22 17 18 30 26|0.0|7.125 +004616|sil ao2 le5 ji3 ge4 yue4 sp1 a1 xiu4 ye3 bei4 po4 zuo4 le5 xiao2 jie3 sil|sil 熬 了 几 个 月 sp1 阿 秀 也 被 迫 做 了 小 姐 sil|28 13 11 14 14 23 23 15 23 17 14 19 11 9 20 25 28|0.0|3.57 +004617|sil kan4 juan4 shi2 sp1 ta1 de5 lian3 ji1 hu1 tie1 zhe5 juan4 mian4 sil|sil 看 卷 时 sp1 他 的 脸 几 乎 贴 着 卷 面 sil|26 22 19 24 13 16 9 23 15 15 18 11 18 26 29|0.0|3.295 +004618|sil qi2 dao4 qiao2 shang4 sp1 tu1 ran2 dian1 bo3 cha4 dian3 shuai1 dao3 sil|sil 骑 到 桥 上 sp1 突 然 颠 簸 差 点 摔 倒 sil|28 20 13 22 24 20 16 17 18 18 21 14 21 20 33|0.0|3.545 +004619|sil hui4 yi4 an1 pai2 zai4 zao3 chen2 wu3 liu4 dian3 zhong1 de5 shi2 hou4 sil|sil 会 议 安 排 在 早 晨 五 六 点 钟 的 时 候 sil|26 20 16 14 16 19 16 18 13 15 13 16 8 15 19 29|0.0|3.17 +004620|sil san1 yue4 qi1 sp1 yang1 piao4 fa1 xing2 li4 lv4 reng2 ran2 chi2 ping2 yu2 bai3 fen1 zhi1 er4 dian2 jiu3 yi1 liu4 ba1 sil|sil 三 月 期 sp1 央 票 发 行 利 率 仍 然 持 平 于 百 分 之 二 点 九 一 六 八 sil|30 20 13 25 8 20 18 14 15 12 23 18 16 15 17 17 15 13 18 16 16 14 10 18 22 31|0.0|5.275 +004621|sil bu2 rang4 ta1 gen1 sp1 ta1 ji2 yan3 sp1 xue4 ya1 gang1 jiang4 yi4 dianr3 r sp1 ta1 you4 hui2 dao4 yi1 xian4 sil|sil 不 让 他 跟 sp1 他 急 眼 sp1 血 压 刚 降 一 点 儿 sp1 他 又 回 到 一 线 sil|27 13 19 18 21 4 18 17 27 25 20 19 17 19 10 22 0 20 16 17 14 16 14 23 30|0.0|5.175 +004622|sil xiao3 xing1 xing5 kai1 xin1 de5 tian3 shi4 zhe5 ye4 zi5 shang4 de5 lu4 zhu1 sil|sil 小 猩 猩 开 心 地 舔 舐 着 叶 子 上 的 露 珠 sil|29 20 20 24 21 16 8 20 14 13 14 9 16 4 20 23 29|0.0|3.485 +004623|sil dui4 ta1 lai2 shuo1 sp1 tou2 ben4 yang2 lao3 yuan4 sp1 geng4 duo1 shi4 chu1 yu2 qing2 gan3 xu1 qiu2 sil|sil 对 他 来 说 sp1 投 奔 养 老 院 sp1 更 多 是 出 于 情 感 需 求 sil|27 15 19 17 24 11 20 14 14 15 21 11 18 11 11 19 12 24 16 16 30 28|0.0|4.56 +004624|sil weng1 mie4 ba2 liang3 ge4 ren2 dai4 zou3 le5 sil|sil 翁 蔑 把 两 个 人 带 走 了 sil|28 18 24 13 18 9 15 16 17 21 28|0.0|2.405 +004625|sil ke3 jian4 sp1 ai4 de5 guo4 cheng2 shi4 duan3 zan4 de5 sp1 er2 ai4 de5 hui2 yi4 shi4 wu2 qiong2 de5 sil|sil 可 见 sp1 爱 的 过 程 是 短 暂 的 sp1 而 爱 的 回 忆 是 无 穷 的 sil|26 20 21 5 16 9 15 21 13 17 21 16 22 13 18 9 21 25 19 10 28 15 31|0.0|4.77 +004626|sil shi4 cheng2 hou4 sp1 zhang1 bo2 qiang2 he2 zhong4 di4 xiong5 sp1 ge4 de2 chou2 lao2 sil|sil 事 成 后 sp1 张 博 强 和 众 弟 兄 sp1 各 得 酬 劳 sil|27 19 20 25 11 19 13 23 16 17 17 23 5 16 12 18 28 27|0.0|3.905 +004627|sil yi4 jia1 ren2 bu4 shuo1 liang3 jia1 hua4 sp1 ke4 qi4 shen2 me5 ya5 sp1 hei1 hei1 sil|sil 一 家 人 不 说 两 家 话 sp1 客 气 什 么 呀 sp1 嘿 嘿 sil|28 12 20 20 11 12 18 20 24 13 17 11 17 10 17 13 13 23 28|0.0|3.8 +004628|sil shang4 hai2 mei3 nian2 she4 bao3 kui1 kong1 bai3 yi4 yuan2 sp1 dui4 quan2 guo2 shi4 yi2 ge4 jing3 shi4 sil|sil 上 海 每 年 社 保 亏 空 百 亿 元 sp1 对 全 国 是 一 个 警 示 sil|28 24 20 15 17 17 22 17 17 17 15 23 5 13 20 19 15 8 13 19 26 26|0.0|4.595 +004629|sil shi1 yong3 gang1 an4 xia4 shuo1 sp1 na2 li3 na2 li3 sp1 ni3 pang2 zuo4 na4 ge5 cai2 xing4 gan3 ne5 sil|sil 师 永 刚 暗 下 说 sp1 哪 里 哪 里 sp1 你 旁 坐 那 个 才 性 感 呢 sil|29 20 14 19 16 19 25 35 14 13 15 21 21 11 23 14 17 8 16 19 16 21 29|0.0|5.05 +004630|sil dan4 dang1 huan4 zhe3 li2 kai1 yi1 yuan4 hou4 jiu4 xin1 ji1 geng2 si3 sp1 zai4 hui2 lai5 shi2 sp1 yi3 jing1 wu2 yao4 ke3 jiu4 le5 sil|sil 但 当 患 者 离 开 医 院 后 就 心 肌 梗 死 sp1 再 回 来 时 sp1 已 经 无 药 可 救 了 sil|27 19 21 24 10 13 20 8 19 21 16 15 11 20 25 25 18 14 18 23 18 12 20 16 17 18 18 15 29|0.0|6.15 +004631|sil shang4 ci4 nong4 de5 sp1 wo3 dao4 xian4 zai4 hai2 teng2 ne5 sil|sil 上 次 弄 的 sp1 我 到 现 在 还 疼 呢 sil|29 22 11 24 17 6 11 11 17 17 14 20 19 28|0.0|2.86 +004632|sil fang2 zi5 zu1 chu1 qu4 le5 sp1 kong2 mou3 que4 reng2 yao4 pei2 qian2 sil|sil 房 子 租 出 去 了 sp1 孔 某 却 仍 要 赔 钱 sil|27 23 15 14 16 16 16 13 23 23 16 13 16 17 32 30|0.0|3.595 +004633|sil lin2 zhi4 yong3 yong4 jiao3 jiang1 xu2 mou3 chuai4 dao3 zai4 di4 shang4 sp1 bing4 jiang1 xu2 mou3 ji2 sun1 nv3 sp1 dang1 chang3 ci4 si3 sil|sil 林 志 勇 用 脚 将 许 某 踹 倒 在 地 上 sp1 并 将 许 某 及 孙 女 sp1 当 场 刺 死 sil|26 17 20 23 18 28 21 16 18 21 15 13 17 25 32 16 16 18 23 15 22 21 7 18 19 22 27 26|0.0|6.505 +004634|sil er3 yang2 he2 xia4 you2 de5 yang2 he2 da4 qiao2 sp1 zai4 er4 yao1 er4 guo2 dao4 xian4 shang4 sil|sil 耳 阳 河 下 游 的 阳 河 大 桥 sp1 在 二 幺 二 国 道 线 上 sil|29 15 18 17 20 17 13 15 15 15 34 7 21 15 13 20 15 15 18 21 30|0.0|4.45 +004635|sil li3 meng2 feng1 zi1 xiu4 yi4 sp1 po1 ju4 dong1 fang1 nv3 xing4 de5 mei4 li4 sil|sil 李 蒙 风 姿 秀 逸 sp1 颇 具 东 方 女 性 的 魅 力 sil|28 16 26 19 15 24 19 13 20 16 14 16 12 14 6 18 19 31|0.0|3.78 +004636|sil peng2 you5 liu1 bing1 sp1 wo2 ye3 quan4 guo4 sp1 ye3 zhi2 you3 quan4 sil|sil 朋 友 溜 冰 sp1 我 也 劝 过 sp1 也 只 有 劝 sil|25 19 11 17 23 10 11 12 22 18 17 11 13 13 28 30|0.0|3.255 +004637|sil yao4 shang1 shen1 zhi1 yi1 sheng1 de5 ku2 nao3 sil|sil 药 商 深 知 医 生 的 苦 恼 sil|27 19 24 19 17 15 18 10 18 25 26|0.0|2.535 +004638|sil dang1 ju2 shang4 yue4 zhi3 kong4 sp1 lu2 cen2 ke1 lan4 yong4 zhi2 quan2 he2 qin1 zhan4 guo2 jia1 cai2 chan3 sil|sil 当 局 上 月 指 控 sp1 卢 岑 科 滥 用 职 权 和 侵 占 国 家 财 产 sil|26 20 19 19 11 14 22 15 11 19 19 15 14 13 27 15 17 18 12 13 17 25 32|0.0|4.795 +004639|sil dui4 yu2 fa1 bing4 lv4 jiao4 gao1 de5 miao4 tai2 cun1 sp1 liu2 dong1 mei2 shuo1 sp1 ta1 men5 cun1 kuai4 cheng2 gua3 fu4 cun1 le5 sil|sil 对 于 发 病 率 较 高 的 庙 台 村 sp1 刘 冬 梅 说 sp1 他 们 村 快 成 寡 妇 村 了 sil|28 20 16 18 15 15 18 15 6 19 20 25 30 12 13 15 23 12 14 11 22 14 16 20 15 19 15 30|0.0|5.755 +004640|sil ni3 yao4 wen4 ju4 li2 you3 duo1 shao3 sp1 kong3 pa4 zhi2 you3 feng1 zhi1 dao4 sil|sil 你 要 问 距 离 有 多 少 sp1 恐 怕 只 有 风 知 道 sil|29 9 16 23 16 14 14 15 25 7 21 19 14 13 23 19 22 29|0.0|3.805 +004641|sil ni2 zen3 me5 zhi1 dao4 ou3 shi4 mei2 nv3 a5 sil|sil 你 怎 么 知 道 偶 是 美 女 啊 sil|29 14 13 9 13 20 13 12 18 20 24 29|0.0|2.49 +004642|sil ni3 bu4 neng2 jiu4 nian1 liu1 de5 duo3 zhe5 sil|sil 你 不 能 就 蔫 溜 地 躲 着 sil|27 13 9 17 13 18 15 10 20 24 28|0.0|2.25 +004643|sil jie3 jie5 he2 ba4 ba5 tang3 zai4 di4 shang4 sil|sil 姐 姐 和 爸 爸 躺 在 地 上 sil|25 20 16 14 18 19 21 13 18 26 28|0.0|2.53 +004644|sil wo3 shuai4 xian1 zhong4 le5 shi2 mu3 shi4 yan4 tian2 sil|sil 我 率 先 种 了 十 亩 试 验 田 sil|28 13 20 17 12 11 16 18 16 16 32 28|0.0|2.635 +004645|sil yu2 shi4 sp1 ta1 ta4 shang4 xun2 mu3 zhi1 lu4 sil|sil 于 是 sp1 她 踏 上 寻 母 之 路 sil|28 12 25 9 16 19 18 17 17 13 24 28|0.0|2.625 +004646|sil hao2 wu2 ji1 hui4 shu1 jie3 de5 bei1 ai1 ne5 sil|sil 毫 无 机 会 纾 解 的 悲 哀 呢 sil|27 23 12 17 18 18 13 8 17 15 25 30|0.0|2.585 +004647|sil sui2 hou4 sp1 hai2 yong4 jiao3 ti1 chuai4 mu3 qin1 sil|sil 随 后 sp1 还 用 脚 踢 踹 母 亲 sil|29 18 24 9 17 13 17 16 18 17 26 27|0.0|2.685 +004648|sil min2 jing2 zhao3 dao4 si1 ji1 xun2 wen4 sp1 de2 zhi1 qi2 shi4 shan2 bei3 ren2 sp1 wang2 mou3 gu4 yong4 de5 sil|sil 民 警 找 到 司 机 询 问 sp1 得 知 其 是 陕 北 人 sp1 王 某 雇 用 的 sil|29 19 22 15 13 12 14 22 21 21 14 17 17 13 22 11 25 8 15 19 17 19 15 28|0.0|4.965 +004649|sil wang2 you2 cao3 min2 o5 shuo1 sp1 xiao2 nv3 hai2 de5 ren2 sheng1 bei4 hui3 de5 luan4 qi1 ba1 zao1 sil|sil 网 友 草 民 哦 说 sp1 小 女 孩 的 人 生 被 毁 得 乱 七 八 糟 sil|28 19 19 23 17 18 26 41 18 15 14 10 17 27 15 16 11 19 15 17 27 29|0.0|5.12 +004650|sil zhang1 fan2 mai3 lai2 liang3 ting1 pi2 jiu3 sp1 bian1 he1 bian1 shu1 xin1 zhong1 da4 zhi4 sp1 ba3 qin2 lei3 chen4 de5 xiang4 ge5 gu1 niang5 sil|sil 张 凡 买 来 两 听 啤 酒 sp1 边 喝 边 抒 心 中 大 志 sp1 把 秦 磊 衬 得 像 个 姑 娘 sil|28 20 21 13 12 20 19 18 24 24 17 21 15 17 18 15 15 23 24 14 18 17 20 8 16 11 16 26 30|0.0|6.275 +004651|sil dang1 shi2 liang3 ren2 shuang1 yan3 tong1 hong2 ji1 rou4 gong2 qi3 sp1 yi4 xin1 yi2 yi4 xiang3 yao4 ban1 dao3 dui4 fang1 sil|sil 当 时 两 人 双 眼 通 红 肌 肉 拱 起 sp1 一 心 一 意 想 要 扳 倒 对 方 sil|26 17 33 18 17 18 14 20 29 16 16 19 30 33 10 17 15 19 17 15 15 13 15 25 30|0.0|5.765 +004652|sil zuo2 ri4 sp1 jiang1 bei3 qu1 da4 shi2 ba4 yi4 cun1 sp1 xiao1 fang2 guan1 bing1 sa2 shui3 xi1 shi4 sil|sil 昨 日 sp1 江 北 区 大 石 坝 一 村 sp1 消 防 官 兵 洒 水 稀 释 sil|26 20 23 9 21 13 17 16 15 17 9 25 13 18 15 18 19 23 16 19 24 31|0.0|4.72 +004653|sil mu4 qian2 sp1 hai3 kui2 you4 ji2 jiang1 deng1 lu4 sil|sil 目 前 sp1 海 葵 又 即 将 登 陆 sil|25 14 32 10 26 29 18 14 19 16 21 28|0.0|2.93 +004654|sil zhe4 ge4 wen4 ti2 yi3 jing1 kun4 rao2 wo3 yi2 ge4 xiao3 shi2 le5 sp1 yao4 bu5 sp1 qu4 chi1 wan3 san1 xian1 hun2 tun5 sil|sil 这 个 问 题 已 经 困 扰 我 一 个 小 时 了 sp1 要 不 sp1 去 吃 碗 三 鲜 馄 饨 sil|26 16 12 17 29 11 13 15 15 12 12 16 16 15 15 32 17 18 16 15 15 17 14 15 21 22 29|0.0|5.465 +004655|sil ni3 dui4 wai4 chu1 zu1 de5 shi4 da1 lian2 dao3 he2 xiao3 hao4 dao3 sil|sil 拟 对 外 出 租 的 是 褡 裢 岛 和 小 耗 岛 sil|29 18 13 14 20 14 17 17 14 19 22 14 17 20 25 28|0.0|3.5 +004656|sil wang2 da4 jie3 hai2 qin1 zi4 bang1 ta1 zhang1 luo5 kao3 rou4 tan1 chong2 xin1 kai1 ye4 de5 shi4 sil|sil 王 大 姐 还 亲 自 帮 他 张 罗 烤 肉 摊 重 新 开 业 的 事 sil|29 18 14 22 16 16 11 16 15 17 21 19 14 19 19 15 18 15 11 20 28|0.0|4.325 +004657|sil yu4 ting1 zhan3 shi4 le5 kong2 zi3 zhou1 you2 lie4 guo2 shi2 si4 ge4 chun1 qiu1 de5 kan2 ke3 jing1 li4 sil|sil 御 厅 展 示 了 孔 子 周 游 列 国 十 四 个 春 秋 的 坎 坷 经 历 sil|25 15 29 18 15 13 25 18 17 14 19 23 21 16 12 20 19 8 23 16 18 22 26|0.0|5.02 +004658|sil you3 de5 chuan2 yuan2 huai2 yi2 sp1 yan2 mou3 shi4 zai4 jie2 shou3 shi2 bu2 shen4 zhui4 hai3 de5 sil|sil 有 的 船 员 怀 疑 sp1 闫 某 是 在 解 手 时 不 慎 坠 海 的 sil|31 13 10 18 15 23 22 27 16 19 14 13 18 16 22 10 19 16 21 21 28|0.0|4.555 +004659|sil dang1 shou3 bu4 ming2 xian3 ang1 zang1 shi2 sp1 yong4 fei2 zao4 he2 liu2 shui3 qing1 xi3 sil|sil 当 手 部 明 显 肮 脏 时 sp1 用 肥 皂 和 流 水 清 洗 sil|26 16 20 15 18 17 15 16 26 22 18 20 18 13 16 16 19 23 29|0.0|4.22 +004660|sil tui1 kai1 men2 yi2 kan4 sp1 li3 mian4 ji3 ge5 lao3 shi1 liao2 tianr1 r liao2 de5 zheng4 huan1 sil|sil 推 开 门 一 看 sp1 里 面 几 个 老 师 聊 天 儿 聊 得 正 欢 sil|25 18 14 13 11 29 22 11 20 12 7 17 27 19 23 0 13 9 18 27 31|0.0|4.245 +004661|sil wu3 di4 gong1 an1 jing3 li4 lian2 dong4 sp1 jia1 da4 she4 qia2 du3 kong4 sp1 pan2 cha2 he2 mo1 pai2 gong1 zuo4 sil|sil 五 地 公 安 警 力 联 动 sp1 加 大 设 卡 堵 控 sp1 盘 查 和 摸 排 工 作 sil|31 14 16 13 18 15 12 23 19 23 21 22 17 18 16 27 11 25 27 15 16 18 17 21 29|0.0|5.615 +004662|sil zan2 wan3 shang4 chu1 qu4 zhu4 ba5 sp1 jia1 li3 tai4 re4 le5 sil|sil 咱 晚 上 出 去 住 吧 sp1 家 里 太 热 了 sil|28 18 18 19 18 16 19 17 10 17 13 21 17 19 29|0.0|3.24 +004663|sil qi3 ye4 qiang3 shai4 fu2 li4 sp1 zhi3 wei4 xi1 yin3 ren2 cai2 liu2 zhu4 ren2 cai2 sil|sil 企 业 抢 晒 福 利 sp1 只 为 吸 引 人 才 留 住 人 才 sil|26 24 21 25 19 17 20 11 17 17 19 10 17 23 22 15 17 29 30|0.0|4.405 +004664|sil ni3 shuo1 zhe4 xie1 hao3 wu2 liao2 o5 sil|sil 你 说 这 些 好 无 聊 哦 sil|28 12 14 15 21 20 13 20 26 26|0.0|2.265 +004665|sil ni2 yi3 wei2 shi4 shui2 jia1 de5 niu2 sil|sil 你 以 为 是 谁 家 的 牛 sil|27 19 13 18 14 19 16 9 33 27|0.0|2.265 +004666|sil huang2 xue2 min3 zhou4 le5 zhou4 mei2 sil|sil 黄 学 敏 皱 了 皱 眉 sil|26 22 15 26 17 10 14 30 27|0.0|2.175 +004667|sil lan2 de5 er4 gong1 sang1 sp1 he2 zuo2 zuo3 mu4 xi1 de5 lian4 qing2 zhong1 yu2 bai4 lu4 le5 sil|sil 岚 的 二 宫 桑 sp1 和 佐 佐 木 希 的 恋 情 终 于 败 露 了 sil|29 23 14 18 16 26 5 18 14 11 17 14 7 19 27 19 13 15 16 18 30|0.0|4.285 +004668|sil ta1 de5 lv4 shi1 zhi3 jun1 fang1 shou2 fa3 shi1 dang4 sp1 yao1 qiu2 fa3 guan1 tui1 fan1 ha1 mu3 dan1 zai4 qiu2 jin4 qi1 jian1 de5 gong4 ci2 sil|sil 他 的 律 师 指 军 方 手 法 失 当 sp1 要 求 法 官 推 翻 哈 姆 丹 在 囚 禁 期 间 的 供 词 sil|27 17 10 15 22 19 18 19 16 14 18 20 32 10 14 17 21 20 19 13 14 20 16 18 15 14 14 7 16 29 27|0.0|6.4 +004669|sil you2 yu2 nian2 ji1 wen1 di1 sp1 wang4 cang1 xian4 sp1 bing4 fei1 zui4 shi4 yi2 zhong4 zhi2 ju2 zi5 de5 qu1 yu4 sil|sil 由 于 年 积 温 低 sp1 旺 苍 县 sp1 并 非 最 适 宜 种 植 橘 子 的 区 域 sil|27 16 19 22 13 18 24 29 20 22 25 7 19 18 21 18 15 18 14 18 11 10 29 17 28|0.0|5.55 +004670|sil deng4 chao1 jie4 shao4 sp1 pian4 zhong1 zi4 ji3 dao4 chu4 yao3 ren2 sp1 yao2 nv3 ren2 sp1 ye2 yao3 nan2 ren5 sil|sil 邓 超 介 绍 sp1 片 中 自 己 到 处 咬 人 sp1 咬 女 人 sp1 也 咬 男 人 sil|27 16 20 17 22 14 21 19 12 15 17 14 15 22 24 15 20 25 11 9 13 19 20 29|0.0|5.06 +004671|sil tan2 zhi1 dao4 sp1 ao2 de5 neng2 liang4 da4 sp1 sha1 ren2 bu4 zha2 yan3 sp1 zhi3 de2 lang4 ji4 tian1 ya2 sp1 duo3 bi4 ao2 xing1 man3 sil|sil 谭 知 道 sp1 敖 的 能 量 大 sp1 杀 人 不 眨 眼 sp1 只 得 浪 迹 天 涯 sp1 躲 避 敖 兴 满 sil|28 22 15 22 8 15 8 16 18 20 15 20 18 12 18 27 21 17 19 18 12 21 23 14 16 15 17 16 28 30|0.0|6.37 +004672|sil cai2 pan4 yuan2 dan2 gan3 ru2 ci3 fang4 shui3 hu4 hang2 sp1 jiao4 lian4 yuan2 geng4 shi4 zhi2 jie1 shang4 zhen4 sil|sil 裁 判 员 胆 敢 如 此 放 水 护 航 sp1 教 练 员 更 是 直 接 上 阵 sil|26 21 17 22 19 18 17 17 18 18 19 29 26 19 15 26 18 15 15 13 23 24 28|0.0|5.38 +004673|sil di2 sp1 yong4 jian3 dao1 jiao3 shang1 ren4 ni1 de5 er3 duo5 he2 bi2 zi5 sp1 yong4 tie3 ding1 ding1 ta1 de5 shi2 ge5 zhi3 tou5 sil|sil 翟 sp1 用 剪 刀 铰 伤 任 妮 的 耳 朵 和 鼻 子 sp1 用 铁 钉 钉 她 的 十 个 指 头 sil|29 27 8 20 19 12 16 21 17 13 10 18 13 14 20 20 28 14 18 24 17 18 12 16 13 16 26 30|0.0|5.905 +004674|sil song4 shi4 ping2 yao4 shui4 ti3 yu4 shi4 li3 sp1 yu2 xiong2 dao4 sp1 ni3 re4 hun1 le5 sp1 san1 zhong1 de5 xiao4 gui1 duo1 yan2 sp1 ni3 zhi1 dao4 ma5 sil|sil 宋 世 平 要 睡 体 育 室 里 sp1 余 雄 道 sp1 你 热 昏 了 sp1 三 中 的 校 规 多 严 sp1 你 知 道 吗 sil|31 19 14 24 16 15 17 10 17 22 28 11 19 22 31 11 17 18 19 26 20 12 9 19 14 16 24 10 14 14 15 25 28|0.0|7.05 +004675|sil gua3 tou2 zheng4 zhi4 sheng4 xing2 sp1 jing1 ying1 min2 zhu3 yu2 cao3 gen1 min2 zhu3 dui4 li4 sil|sil 寡 头 政 治 盛 行 sp1 精 英 民 主 与 草 根 民 主 对 立 sil|23 22 22 18 10 19 32 25 18 13 22 25 17 23 16 17 12 18 22 25|0.0|4.63 +004676|sil shen2 me5 shi2 hou4 zhe4 tiao2 lu4 cai2 neng2 you3 xie1 lv4 se4 ya5 sil|sil 什 么 时 候 这 条 路 才 能 有 些 绿 色 呀 sil|28 19 11 17 19 14 16 17 15 12 13 15 18 19 23 27|0.0|3.29 +004677|sil da3 zao4 nong2 cun1 cheng2 shi4 hua4 gong1 ye4 hua4 sp1 nong2 ye4 xian4 dai4 hua4 sp1 cheng2 shi4 you3 sha2 sp1 an2 you3 sha2 sil|sil 打 造 农 村 城 市 化 工 业 化 sp1 农 业 现 代 化 sp1 城 市 有 啥 sp1 俺 有 啥 sil|28 16 17 18 23 22 19 25 17 16 24 23 15 18 19 16 23 24 19 13 15 26 4 14 17 28 27|0.0|6.105 +004678|sil dan4 mei2 you2 yang3 yu4 zi2 nv3 fu4 dan1 de5 wu2 zi3 si4 fu1 fu4 sp1 li2 hun1 bi3 li4 que4 ri4 yi4 sheng1 gao1 sil|sil 但 没 有 养 育 子 女 负 担 的 无 子 嗣 夫 妇 sp1 离 婚 比 例 却 日 益 升 高 sil|23 22 17 14 16 16 13 14 20 19 18 19 16 16 17 25 26 14 19 16 22 21 14 14 21 24 26|0.0|5.825 +004679|sil zhe4 wei4 ri4 hou4 fa1 biao3 de5 tong3 ji4 shu4 zi4 suo3 yin4 zheng4 sil|sil 这 为 日 后 发 表 的 统 计 数 字 所 印 证 sil|26 17 21 17 14 17 17 13 20 12 18 16 16 20 24 29|0.0|3.445 +004680|sil yi4 ming2 gong1 zuo4 ren2 yuan2 zai4 mei3 guo2 yi4 jia1 ji1 chang2 yan3 shi4 sp1 ru2 he2 shi3 yong4 luo2 jian2 sao3 miao2 yi2 sil|sil 一 名 工 作 人 员 在 美 国 一 家 机 场 演 示 sp1 如 何 使 用 裸 检 扫 描 仪 sil|29 11 21 14 12 13 28 17 16 13 13 16 14 19 19 25 19 18 16 18 17 18 18 13 19 23 30|0.0|5.675 +004681|sil yi4 lai2 er4 qu4 sp1 zhe4 tiao2 yu3 yin1 he2 shu4 ju4 liang3 tiao2 guan3 dao4 sp1 yi1 ran2 sp1 ni3 shi4 ni3 sp1 wo3 shi4 wo3 sp1 ai4 shei2 shei2 sil|sil 一 来 二 去 sp1 这 条 语 音 和 数 据 两 条 管 道 sp1 依 然 sp1 你 是 你 sp1 我 是 我 sp1 爱 谁 谁 sil|30 8 14 16 28 16 13 17 15 15 12 17 20 19 16 19 21 21 10 24 6 15 16 27 7 14 19 18 12 14 15 28 30|0.0|6.645 +004682|sil wen4 qi2 yi3 qian2 ta1 cheng2 ren4 guo4 sp1 ta1 bi2 zi5 li3 heng1 yi4 sheng1 sp1 bu4 shuo1 hua4 sil|sil 问 起 以 前 他 承 认 过 sp1 他 鼻 子 里 哼 一 声 sp1 不 说 话 sil|29 14 17 11 29 16 18 16 21 27 16 15 9 13 20 12 23 8 13 15 26 30|0.0|4.615 +004683|sil zhe4 san1 bu4 fen4 he2 ji4 wei2 sp1 shi2 qi1 dian3 ba1 san1 ba1 er4 wan4 kuai4 sil|sil 这 三 部 分 合 计 为 sp1 十 七 点 八 三 八 二 万 块 sil|27 16 19 14 20 16 11 24 7 17 16 26 19 20 15 15 18 27 29|0.0|4.135 +004684|sil liang3 nian2 qian2 zai4 xi1 ban1 ya2 sai4 wei2 ya3 de5 bi3 sai4 zhong1 sp1 mei2 xi1 ceng2 huo4 de2 yin2 pai2 sil|sil 两 年 前 在 西 班 牙 塞 维 雅 的 比 赛 中 sp1 梅 西 曾 获 得 银 牌 sil|30 15 14 31 17 12 15 19 16 17 12 8 14 16 20 26 16 20 19 12 12 18 32 28|0.0|5.1 +004685|sil fa3 tiao2 gui1 ding4 ming2 bai5 wu2 wu4 sp1 ji2 zui4 jia4 sp1 bu2 lun4 qing2 jie2 dou1 gou4 cheng2 fan4 zui4 sil|sil 法 条 规 定 明 白 无 误 sp1 即 醉 驾 sp1 不 论 情 节 都 构 成 犯 罪 sil|26 21 18 14 27 19 18 11 25 21 27 23 23 4 10 14 22 20 14 13 15 18 22 30|0.0|5.28 +004686|sil jin1 xing1 qiao2 he2 gong1 ren2 men5 sp1 yi4 qi3 diao1 zhuo2 fang2 gu3 shi2 hu3 sil|sil 金 星 乔 和 工 人 们 sp1 一 起 雕 琢 仿 古 石 虎 sil|26 19 18 28 15 15 15 20 13 10 14 18 17 20 14 17 32 26|0.0|3.91 +004687|sil yong3 hui1 fu2 she4 quan2 guo2 de5 wu4 liu2 zong3 bu4 deng3 xiang4 mu4 sp1 ye3 jiang1 luo4 hu4 nan2 tong1 sil|sil 永 辉 辐 射 全 国 的 物 流 总 部 等 项 目 sp1 也 将 落 户 南 通 sil|30 20 23 16 13 22 13 9 12 14 18 10 15 19 20 16 12 19 15 13 20 27 28|0.0|4.695 +004688|sil er2 shen2 li2 ci3 an4 de5 fa3 guan1 sp1 ze2 zao2 yi3 tui4 xiu1 sil|sil 而 审 理 此 案 的 法 官 sp1 则 早 已 退 休 sil|29 18 17 16 16 15 9 18 23 4 19 16 13 17 28 28|0.0|3.325 +004689|sil ge1 qian3 de5 bai2 hai3 tun2 sp1 ti3 chang2 chao1 guo4 liang2 mi3 sil|sil 搁 浅 的 白 海 豚 sp1 体 长 超 过 两 米 sil|27 16 20 8 15 16 26 3 17 25 17 12 19 24 28|0.0|3.165 +004690|sil zou3 chu1 zhen2 suo3 wai4 sp1 qiang2 de5 ce4 mian4 de5 yi2 duan4 zhi1 cheng1 qiang2 ye2 you3 lie4 feng4 sil|sil 走 出 诊 所 外 sp1 墙 的 侧 面 的 一 段 支 撑 墙 也 有 裂 缝 sil|27 18 17 16 13 26 17 22 8 19 18 14 12 14 12 19 32 11 12 19 26 28|0.0|4.645 +004691|sil yuan3 chu4 shi4 yu4 yu4 cong1 cong1 de5 da4 sen1 lin2 sp1 he2 ben1 xiang4 da4 xi1 yang2 de5 ya4 ma3 sun1 he2 sil|sil 远 处 是 郁 郁 葱 葱 的 大 森 林 sp1 和 奔 向 大 西 洋 的 亚 马 孙 河 sil|30 17 25 18 14 12 18 12 9 16 16 26 20 17 15 20 17 15 16 9 13 18 18 31 28|0.0|5.225 +004692|sil zhe4 yu3 du4 shuang1 hua2 jin4 ri4 de5 yan2 lun4 ke3 wei4 da4 xiang1 jing4 ting2 sil|sil 这 与 杜 双 华 近 日 的 言 论 可 谓 大 相 径 庭 sil|27 20 18 15 18 22 16 10 8 16 24 18 18 17 18 15 31 28|0.0|3.93 +004693|sil dai4 a1 yi2 ku3 xiao4 le5 yi2 xia4 sp1 jiang1 ju2 zi5 pi2 sao3 jin4 bo4 ji5 sp1 dao4 jin4 la1 ji1 tong3 sil|sil 戴 阿 姨 苦 笑 了 一 下 sp1 将 桔 子 皮 扫 进 簸 箕 sp1 倒 进 垃 圾 桶 sil|27 15 18 17 21 17 11 9 24 18 19 14 11 21 18 16 19 20 17 15 13 14 14 32 29|0.0|5.21 +004694|sil ci3 wai4 sp1 hai2 ke3 ti2 qian2 zuo4 ji4 hao4 sp1 bi3 ru2 qia1 diao4 bu4 fen5 yu2 wei2 deng3 sil|sil 此 外 sp1 还 可 提 前 做 记 号 sp1 比 如 掐 掉 部 分 鱼 尾 等 sil|27 20 23 6 15 15 17 18 13 16 21 27 12 16 21 15 14 15 14 20 24 32|0.0|4.65 +004695|sil you3 qi1 ba1 ge5 sp1 mao4 si4 wu2 suo3 shi4 shi4 de5 nan2 ren5 sp1 zai4 chang3 fang2 wai4 qun1 xun2 sil|sil 有 七 八 个 sp1 貌 似 无 所 事 事 的 男 人 sp1 在 厂 房 外 逡 巡 sil|29 14 19 16 20 7 17 20 13 15 14 10 9 23 17 5 14 19 12 14 23 29 30|0.0|4.515 +004696|sil sui2 hou4 ji4 zhe3 lai2 dao4 shao2 yao4 ju1 zhan4 sp1 gai1 zhan4 de5 ke4 liu2 ye3 bu4 duo1 sil|sil 随 后 记 者 来 到 芍 药 居 站 sp1 该 站 的 客 流 也 不 多 sil|30 18 30 19 13 15 15 15 14 14 23 26 16 14 7 17 19 14 12 22 28|0.0|4.42 +004697|sil qi2 zhong1 sp1 da4 bu4 fen5 sui2 qian1 zi2 nv3 sp1 mian4 lin2 gao1 kao3 nan2 ti2 sil|sil 其 中 sp1 大 部 分 随 迁 子 女 sp1 面 临 高 考 难 题 sil|27 20 25 8 18 12 13 12 17 13 28 6 15 18 15 16 20 25 29|0.0|3.915 +004698|sil bao1 li3 de5 huang2 shan4 sp1 qu4 gu3 liu2 rou4 sp1 si1 si1 nen4 hua2 sp1 ru4 kou3 liu2 xiang1 sp1 guo3 ran2 ming2 bu4 xu1 chuan2 sil|sil 煲 里 的 黄 蟮 sp1 去 骨 留 肉 sp1 丝 丝 嫩 滑 sp1 入 口 留 香 sp1 果 然 名 不 虚 传 sil|23 21 12 11 23 24 1 25 14 19 22 7 20 13 22 32 7 19 18 18 29 23 18 19 19 11 19 34 27|0.0|6.39 +004699|sil li3 jia1 tuo2 zhuan4 pan5 chu4 sp1 you3 jiao1 xun2 jing3 she4 xia4 de5 lin2 shi2 jian3 cha2 zhan4 sil|sil 李 家 沱 转 盘 处 sp1 有 交 巡 警 设 下 的 临 时 检 查 站 sil|27 12 17 17 18 17 22 6 15 16 17 16 16 17 17 20 16 16 17 24 30|0.0|4.33 +004700|sil fu4 er4 dai4 de5 xing2 wei2 wen4 ti2 qi2 shi2 shi4 fu4 yi1 dai4 de5 guan1 nian4 wen4 ti2 sil|sil 富 二 代 的 行 为 问 题 其 实 是 富 一 代 的 观 念 问 题 sil|27 23 14 13 10 14 15 15 29 22 18 15 16 13 14 10 16 16 16 22 30|0.0|4.27 +004701|sil wu2 bo2 xiong2 yi1 yi1 duan1 xiang2 guo2 min2 zheng4 fu3 shi2 qi1 de5 lao3 zhao4 pian4 sil|sil 吴 伯 雄 一 一 端 详 国 民 政 府 时 期 的 老 照 片 sil|30 14 17 27 12 15 20 25 14 16 16 13 13 13 7 17 17 30 30|0.0|4.015 +004702|sil an4 fang3 zhong1 sp1 hei1 zhong1 jie4 cheng1 sp1 yi4 ban1 tong1 guo4 ji1 yin1 shai1 cha2 lai2 que4 bao3 luan2 zi3 de5 an1 quan2 xing4 sil|sil 暗 访 中 sp1 黑 中 介 称 sp1 一 般 通 过 基 因 筛 查 来 确 保 卵 子 的 安 全 性 sil|31 15 17 23 14 19 16 16 26 20 7 16 17 17 14 14 18 24 15 16 13 20 10 9 15 19 22 28|0.0|5.7 +004703|sil fang2 di4 chan3 tiao2 kong4 de5 luo4 jiao2 dian3 shi4 fou3 cun2 zai4 pian1 cha1 sil|sil 房 地 产 调 控 的 落 脚 点 是 否 存 在 偏 差 sil|28 21 13 20 20 15 6 16 17 22 18 13 16 12 20 27 28|0.0|3.625 +004704|sil ping2 zheng4 shi4 guo2 ku4 quan4 mai3 mai4 shi2 de5 li4 xi5 sp1 ru2 he2 ji4 suan4 sil|sil 凭 证 式 国 库 券 买 卖 时 的 利 息 sp1 如 何 计 算 sil|27 25 19 19 16 13 18 15 20 13 8 19 22 5 15 15 16 25 31|0.0|3.955 +004705|sil er2 qie3 shen1 hai3 zuo4 ye4 sp1 ji1 ben3 bu2 shou4 zhou1 bian1 guo2 jia1 sao1 rao3 sil|sil 而 且 深 海 作 业 sp1 基 本 不 受 周 边 国 家 骚 扰 sil|30 14 25 20 15 17 19 4 17 19 14 18 14 13 13 15 17 28 29|0.0|3.955 +004706|sil zai4 pu2 sa5 mian4 qian2 shuo1 jia3 hua4 sp1 ni3 gei2 wo3 chu1 qu5 sil|sil 在 菩 萨 面 前 说 假 话 sp1 你 给 我 出 去 sil|27 18 22 11 16 15 15 19 25 16 11 11 12 19 23 28|0.0|3.34 +004707|sil ta1 jiu4 shi4 mei3 guo2 di4 yi1 sang3 sil|sil 她 就 是 美 国 第 一 嗓 sil|27 23 15 16 17 15 11 13 31 28|0.0|2.275 +004708|sil wo3 qing1 shui3 chu1 fu2 rong2 sp1 tian1 ran2 qu4 diao1 shi4 sp1 xian4 zai4 hai2 mei2 hua4 guo4 zhuang1 ne5 sil|sil 我 清 水 出 芙 蓉 sp1 天 然 去 雕 饰 sp1 现 在 还 没 化 过 妆 呢 sil|33 15 21 18 17 16 26 5 23 21 18 18 21 27 19 20 15 17 20 13 20 20 30|0.0|5.255 +004709|sil wei2 wen3 nan2 de5 yuan2 yin1 zai4 na3 sil|sil 维 稳 难 的 原 因 在 哪 sil|29 18 19 16 10 15 18 14 28 30|0.0|2.285 +004710|sil xue2 yuan2 leng2 leng3 de5 shuo1 sp1 mai4 hua1 quan1 sil|sil 学 员 冷 冷 的 说 sp1 卖 花 圈 sil|28 24 18 18 15 10 26 14 14 17 27 30|0.0|2.795 +004711|sil bie2 wei4 bu4 gai1 wei4 de5 ren2 shang1 le5 bu4 gai1 shang1 de5 xin1 sil|sil 别 为 不 该 为 的 人 伤 了 不 该 伤 的 心 sil|26 19 22 13 15 14 12 26 25 16 12 15 16 9 25 28|0.0|3.405 +004712|sil wei4 shen2 me5 ni3 hui2 wei1 xiao4 er4 zi4 shou3 ji1 dang3 shang1 bu4 qi3 sil|sil 为 什 么 你 回 微 笑 二 字 手 机 党 伤 不 起 sil|28 17 18 15 15 17 18 20 14 19 21 15 20 19 10 33 29|0.0|3.805 +004713|sil yi2 qie4 an1 dun4 tuo3 dang4 hou4 sp1 ta1 he2 tong2 shi4 you4 hui2 dao4 xia2 qu1 shang4 ban1 sil|sil 一 切 安 顿 妥 当 后 sp1 他 和 同 事 又 回 到 辖 区 上 班 sil|29 14 21 16 14 14 20 23 14 18 11 18 25 18 17 13 15 14 20 23 31|0.0|4.5 +004714|sil you3 shi2 hou4 sp1 yi2 ge4 wei1 yan2 song3 ting1 de5 jia3 xin4 xi5 jiu4 neng2 rang4 guan1 yuan2 shen1 bai4 ming2 lie4 sil|sil 有 时 候 sp1 一 个 危 言 耸 听 的 假 信 息 就 能 让 官 员 身 败 名 裂 sil|28 13 16 23 25 11 22 17 14 20 14 9 19 19 22 15 11 15 15 20 19 12 17 24 28|0.0|5.2 +004715|sil zhe4 zhong3 zi4 wo2 chao3 zuo4 sp1 yao4 huo1 de5 chu1 qu4 sp1 lian3 mian4 zi4 zun1 she4 hui4 sheng1 yu4 sp1 dou1 yao4 pao1 dao4 nao3 hou4 sil|sil 这 种 自 我 炒 作 sp1 要 豁 得 出 去 sp1 脸 面 自 尊 社 会 声 誉 sp1 都 要 抛 到 脑 后 sil|25 19 20 13 12 20 24 9 13 17 10 17 22 44 20 25 19 22 17 13 20 17 13 13 10 20 11 18 25 32|0.0|6.505 +004716|sil wen2 qiang2 ji2 qi2 shou3 xia4 san1 da4 jin1 gang1 zuo2 chu1 ting2 shou4 shen3 sil|sil 文 强 及 其 手 下 三 大 金 刚 昨 出 庭 受 审 sil|30 17 26 10 15 18 20 16 12 17 23 25 18 16 17 25 29|0.0|3.88 +004717|sil xian4 ru2 jin1 sp1 yan2 xiang2 yong1 you3 gai1 hang2 ye4 de5 guo2 ji4 ding4 jia4 quan2 sil|sil 现 如 今 sp1 研 祥 拥 有 该 行 业 的 国 际 定 价 权 sil|30 18 13 25 18 20 28 16 11 18 17 14 19 17 14 14 16 33 27|0.0|4.275 +004718|sil che2 mei3 guo2 a1 sang1 qi2 dan1 xin1 sp1 yin3 du4 zhi4 rui4 dian3 hou4 sp1 zui4 zhong1 ke3 neng2 bei4 yi2 jiao1 gei2 mei3 guo2 sil|sil 扯 美 国 阿 桑 奇 担 心 sp1 引 渡 至 瑞 典 后 sp1 最 终 可 能 被 移 交 给 美 国 sil|27 23 20 15 14 16 16 15 25 33 14 11 11 17 18 24 19 15 23 14 13 13 14 18 10 18 28 29|0.0|5.96 +004719|sil zhen1 dui4 xian4 you3 de5 xin1 pian4 de5 chan3 ye4 mo2 shi4 sp1 hu2 wei2 wu3 zuo4 le5 zhe4 yang4 yi2 ge5 pou1 xi1 sil|sil 针 对 现 有 的 芯 片 的 产 业 模 式 sp1 胡 伟 武 做 了 这 样 一 个 剖 析 sil|25 22 19 20 12 9 17 12 11 18 10 17 24 26 15 18 21 16 11 12 13 9 10 17 26 30|0.0|5.105 +004720|sil wei4 le5 ying2 de2 da4 jia1 dui4 zhe4 liang4 mian3 fei4 che1 de5 xin4 ren4 sp1 ai4 ni2 wa2 er3 zuo4 le5 hen3 duo1 nu3 li4 sil|sil 为 了 赢 得 大 家 对 这 辆 免 费 车 的 信 任 sp1 艾 尼 瓦 尔 做 了 很 多 努 力 sil|30 11 12 18 19 13 13 11 12 16 17 16 13 10 19 21 41 13 13 17 22 15 10 19 12 16 21 29|0.0|5.56 +004721|sil ai4 xin1 ren2 shi4 nan2 ning2 nan2 sp1 zai4 pai4 fa1 yue4 bing3 sil|sil 爱 心 人 士 南 宁 男 sp1 在 派 发 月 饼 sil|29 14 17 16 22 23 16 29 3 16 17 14 19 24 29|0.0|3.34 +004722|sil man3 gai4 jun1 fang1 you2 chuo1 de5 xin4 feng1 sil|sil 满 盖 军 方 邮 戳 的 信 封 sil|29 21 18 18 16 15 16 11 19 29 27|0.0|2.54 +004723|sil shi4 bei4 fa3 lv4 suo3 yun2 xu3 de5 ma5 sil|sil 是 被 法 律 所 允 许 的 吗 sil|28 17 13 20 16 15 17 15 10 27 26|0.0|2.365 +004724|sil zhi4 zuo4 yin1 xiang1 sp1 la3 ba5 shi4 guan1 jian4 sil|sil 制 作 音 箱 sp1 喇 叭 是 关 键 sil|25 18 15 17 25 8 19 15 16 18 27 28|0.0|2.68 +004725|sil geng4 rang4 ren2 nan2 yi3 kan4 dong3 de5 qi2 shi2 hai2 you3 wan4 ke1 de5 tui1 pan2 jie2 zou4 sil|sil 更 让 人 难 以 看 懂 的 其 实 还 有 万 科 的 推 盘 节 奏 sil|26 18 16 19 14 9 23 18 19 20 11 14 11 21 18 10 20 18 16 23 29|0.0|4.335 +004726|sil deng1 shang4 wang4 jiang1 lou2 sp1 gun2 gun3 jiang1 shui3 sp1 jiang1 yin1 chang2 jiang1 da4 qiao2 qi4 shi4 pang2 bo2 sp1 jin4 shou1 yan2 di3 sil|sil 登 上 望 江 楼 sp1 滚 滚 江 水 sp1 江 阴 长 江 大 桥 气 势 磅 礴 sp1 尽 收 眼 底 sil|26 18 28 19 17 26 11 18 14 18 29 28 22 13 18 14 15 24 21 14 22 25 6 22 17 20 22 31|0.0|6.48 +004727|sil que4 mei2 you2 zheng3 bu4 liao3 gai1 za2 zheng3 de5 nei4 rong2 sil|sil 却 没 有 整 不 了 该 咋 整 的 内 容 sil|25 20 16 19 19 10 21 16 20 16 6 18 27 28|0.0|3.03 +004728|sil ni3 ren4 sheng3 zuo4 jia1 xie2 hui4 dang2 zu3 fu4 shu1 ji4 sil|sil 拟 任 省 作 家 协 会 党 组 副 书 记 sil|29 14 24 22 15 16 19 21 18 14 15 20 21 28|0.0|3.21 +004729|sil jia1 qiang2 bi4 ye4 sheng1 jiu4 ye4 zhi2 dao3 jiu4 ye4 fu2 wu4 he2 jiu4 ye4 yuan2 zhu4 sil|sil 加 强 毕 业 生 就 业 指 导 就 业 服 务 和 就 业 援 助 sil|26 21 23 13 11 22 15 13 17 26 17 12 18 23 17 13 12 20 20 30|0.0|4.28 +004730|sil hai2 shi4 xiang4 tuo4 hai3 de5 lao3 die1 yi2 yang4 de5 da4 shen2 sil|sil 还 是 像 拓 海 的 老 爹 一 样 的 大 神 sil|28 16 13 24 25 17 7 17 17 8 18 8 17 29 28|0.0|3.155 +004731|sil hai2 bi3 shang1 fan4 zai4 wo3 men5 jia1 li3 lai2 shou1 yao4 gui4 yi4 dianr3 r ma5 sil|sil 还 比 商 贩 在 我 们 家 里 来 收 要 贵 一 点 儿 嘛 sil|29 15 14 21 21 14 11 12 15 12 18 20 16 15 12 16 0 28 28|0.0|3.68 +004732|sil er2 ying2 li4 yu4 jing3 geng4 shi2 yu3 run4 shi2 pin3 de5 gu3 jia4 xue3 shang4 jia1 shuang1 sil|sil 而 盈 利 预 警 更 使 雨 润 食 品 的 股 价 雪 上 加 霜 sil|32 21 15 17 14 32 19 20 12 17 16 14 9 16 22 16 16 16 27 28|0.0|4.395 +004733|sil ran2 er2 sp1 duo1 ge5 qu1 xian4 xi4 ze2 que4 shi3 zhong1 you2 bao4 pi2 pa5 ban4 zhe1 mian4 sil|sil 然 而 sp1 多 个 区 县 细 则 却 始 终 犹 抱 琵 琶 半 遮 面 sil|26 19 19 5 15 10 15 14 18 23 19 18 29 21 16 19 18 18 12 26 30|0.0|4.53 +004734|sil zai4 san1 er4 wu3 guo2 dao4 huang2 po1 da4 qiao2 shang4 sp1 yi2 liang4 huo4 che1 bei4 da4 feng1 xian1 fan1 sil|sil 在 三 二 五 国 道 黄 坡 大 桥 上 sp1 一 辆 货 车 被 大 风 掀 翻 sil|28 22 19 14 14 15 19 17 15 13 20 23 27 6 17 19 24 13 14 15 18 26 31|0.0|4.975 +004735|sil wo2 hen3 fen4 nu4 sp1 cong2 chuang2 shang4 na2 cai4 dao1 kan3 le5 ta1 sil|sil 我 很 愤 怒 sp1 从 床 上 拿 菜 刀 砍 了 他 sil|28 12 16 19 22 12 18 20 21 16 19 14 21 11 26 28|0.0|3.52 +004736|sil zhi4 shao3 wo2 ye2 dei3 dao4 lun2 dun1 ao4 yun4 hui4 hou4 cai2 kao3 lv4 zhe4 ge5 shi4 qing5 sil|sil 至 少 我 也 得 到 伦 敦 奥 运 会 后 才 考 虑 这 个 事 情 sil|26 18 27 13 12 15 14 17 8 15 12 19 20 19 14 13 11 9 16 29 30|0.0|4.14 +004737|sil ci3 qian2 ta1 yu4 dao4 yi4 ming2 nv2 zi3 sp1 dui4 fang1 yu2 ben4 sp1 li3 guan4 jun1 bian4 jiang1 qi2 shou1 wei2 lao3 ban4 sil|sil 此 前 他 遇 到 一 名 女 子 sp1 对 方 愚 笨 sp1 李 贯 军 便 将 其 收 为 老 伴 sil|28 17 33 20 10 14 8 16 17 27 16 14 16 16 21 27 11 17 22 15 15 14 14 11 19 23 30|0.0|5.7 +004738|sil ci3 jian1 sp1 nei4 lu4 ge4 sheng3 wei4 le5 zheng1 shang4 nei4 lu4 di4 yi1 he2 dian4 zhan4 sp1 er2 pin1 de5 tou2 po4 xue4 liu2 sil|sil 此 间 sp1 内 陆 各 省 为 了 争 上 内 陆 第 一 核 电 站 sp1 而 拼 得 头 破 血 流 sil|28 20 25 18 13 15 16 26 14 11 18 20 14 14 13 14 15 17 24 17 14 20 12 20 18 16 28 31|0.0|5.935 +004739|sil zhong4 ren2 na2 qi3 gun4 bang4 zhui1 da3 sp1 zai4 yuan4 men2 kou3 wai4 lan2 zhu4 sp1 jiang1 qi2 da2 si3 sil|sil 众 人 拿 起 棍 棒 追 打 sp1 在 院 门 口 外 拦 住 sp1 将 其 打 死 sil|28 20 23 19 14 18 14 16 22 30 14 14 14 20 19 23 18 5 19 13 18 25 29|0.0|5.055 +004740|sil ge4 lou2 ceng2 dou1 you3 yi2 ge5 xiao1 fang2 shuan1 sp1 ping2 shi2 yan3 lian4 de5 shi2 hou4 hui4 yong4 dao4 sil|sil 各 楼 层 都 有 一 个 消 防 栓 sp1 平 时 演 练 的 时 候 会 用 到 sil|26 14 15 27 14 12 9 11 15 15 25 25 18 15 16 16 9 16 19 16 17 24 28|0.0|4.665 +004741|sil bei4 jin4 gu4 de5 xi1 wang4 su1 sheng1 le5 ma5 sil|sil 被 禁 锢 的 希 望 苏 生 了 吗 sil|24 17 20 11 11 17 21 20 17 10 26 27|0.0|2.565 +004742|sil gang1 shui4 xing3 sp1 jiao4 jie2 qi3 lai2 gan4 ma2 sil|sil 刚 睡 醒 sp1 叫 姐 起 来 干 吗 sil|26 17 19 22 13 18 13 13 11 15 26 28|0.0|2.565 +004743|sil shi1 mi2 fen3 shi4 lao2 guang3 men5 xi3 huan1 de5 shi2 cai2 sil|sil 湿 米 粉 是 老 广 们 喜 欢 的 食 材 sil|27 21 19 27 13 20 20 15 17 16 9 15 32 27|0.0|3.225 +004744|sil yuan2 you2 shun4 di4 xia4 guan3 gou1 liu2 tang3 sp1 xing2 cheng2 di4 mian4 liu2 tang2 huo3 sp1 huo3 shi4 man4 yan2 sil|sil 原 油 顺 地 下 管 沟 流 淌 sp1 形 成 地 面 流 淌 火 sp1 火 势 蔓 延 sil|30 21 24 23 13 17 16 13 18 32 22 19 22 13 17 16 19 29 20 19 11 22 26 29|0.0|5.705 +004745|sil xiao3 yang2 bu2 duan4 fan3 kang4 sp1 shuang1 fang1 li4 liang4 xuan2 shu1 sp1 zui4 hou4 wang2 hu3 yi4 tu2 de2 cheng3 sil|sil 小 羊 不 断 反 抗 sp1 双 方 力 量 悬 殊 sp1 最 后 王 虎 意 图 得 逞 sil|32 24 25 12 16 18 27 19 19 13 10 17 17 24 28 18 24 23 27 15 14 16 32 30|0.0|5.805 +004746|sil ci3 wai4 sp1 a1 sang1 qi2 hai2 xi3 huan5 nve4 dai4 mao1 sil|sil 此 外 sp1 阿 桑 奇 还 喜 欢 虐 待 猫 sil|27 20 26 6 11 18 23 15 12 14 13 14 27 27|0.0|2.94 +004747|sil dan4 zhe4 xie1 yu3 guan1 fang1 de5 jie4 shao4 jiong3 yi4 sil|sil 但 这 些 与 官 方 的 介 绍 迥 异 sil|27 16 13 23 14 18 14 8 14 16 21 24 28|0.0|2.74 +004748|sil zhong1 li4 ti2 zhu3 dong4 lou3 zhe5 xing2 nan2 sp1 yan3 ru2 yi2 dui4 xin1 hun1 fu1 qi1 sp1 fei1 chang2 en1 ai4 sil|sil 钟 丽 缇 主 动 搂 着 型 男 sp1 俨 如 一 对 新 婚 夫 妻 sp1 非 常 恩 爱 sil|26 19 13 26 16 12 15 10 17 25 24 17 18 13 12 19 16 16 25 7 17 20 19 25 30|0.0|5.31 +004749|sil wo3 men5 zhen1 de5 jiu4 shu4 shou3 wu2 ce4 le5 ma5 sil|sil 我 们 真 的 就 束 手 无 策 了 吗 sil|28 9 13 16 10 15 14 16 12 18 10 26 28|0.0|2.495 +004750|sil bu2 shi4 ying1 gai1 xian1 lian4 ai4 zai4 jie2 hun1 ma5 sil|sil 不 是 应 该 先 恋 爱 再 结 婚 吗 sil|26 12 15 13 19 16 14 19 17 16 19 24 28|0.0|2.765 +004751|sil che4 hui2 ye3 de2 dao4 le5 fa3 yuan4 de5 zhun2 xu3 sil|sil 撤 回 也 得 到 了 法 院 的 准 许 sil|26 26 28 12 12 13 13 15 13 8 18 29 27|0.0|2.79 +004752|sil ji1 ji2 kai1 pi4 ban4 zheng4 lv4 se4 tong1 dao4 sil|sil 积 极 开 辟 办 证 绿 色 通 道 sil|26 19 13 19 25 18 19 13 14 20 23 27|0.0|2.74 +004753|sil you4 na2 qi3 sao4 zhou5 da2 sao3 wei4 sheng1 sil|sil 又 拿 起 扫 帚 打 扫 卫 生 sil|26 14 16 13 19 15 16 14 15 25 27|0.0|2.325 +004754|sil ta1 gan4 zhe5 lei4 si4 yu2 da3 za2 de5 gong1 zuo4 sil|sil 她 干 着 类 似 于 打 杂 的 工 作 sil|24 18 19 16 16 13 11 20 15 10 17 26 27|0.0|2.695 +004755|sil kong1 jun1 ji1 guan1 dui4 yi4 hang2 yuan4 de5 zuo4 fa3 ji2 yu3 chong1 fen4 ken3 ding4 sil|sil 空 军 机 关 对 一 航 院 的 做 法 给 予 充 分 肯 定 sil|26 20 15 15 26 16 15 18 13 9 19 20 15 12 18 14 20 23 29|0.0|3.985 +004756|sil jia1 na2 da4 wo4 tai4 hua2 da4 sha4 shang4 kong1 sp1 chu1 xian4 san1 dao4 shan3 dian4 sil|sil 加 拿 大 渥 太 华 大 厦 上 空 sp1 出 现 三 道 闪 电 sil|26 14 13 18 14 18 15 16 14 19 21 3 16 16 16 13 17 23 29|0.0|3.73 +004757|sil jia1 jia1 lin2 si3 yin1 xian1 qian2 you3 bu4 shao3 ban2 ben3 sil|sil 加 加 林 死 因 先 前 有 不 少 版 本 sil|26 18 15 20 20 16 19 25 20 14 17 19 27 30|0.0|3.32 +004758|sil di4 si4 gong1 zuo4 qu1 sp1 wei2 ji4 dong1 gan1 han4 qu1 sp1 bao1 kuo4 tang2 shan1 shi4 de5 luan2 nan2 deng3 sil|sil 第 四 工 作 区 sp1 为 冀 东 干 旱 区 sp1 包 括 唐 山 市 的 滦 南 等 sil|27 17 16 15 14 29 6 21 18 20 13 20 25 27 14 18 22 17 14 16 19 22 24 29|0.0|5.375 +004759|sil bie2 ti2 le5 sp1 he2 ni2 sao3 zi5 kuai4 li2 le5 sil|sil 别 提 了 sp1 和 你 嫂 子 快 离 了 sil|26 20 18 17 12 14 14 20 13 16 19 17 29|0.0|2.725 +004760|sil ru2 ci2 leng3 ku4 de5 mei3 rong2 ban4 fa3 sp1 ting1 de5 sou1 sou1 tuan2 de5 mei2 nv3 da4 wang2 sp1 duo1 suo5 cheng2 yi4 tuan2 sil|sil 如 此 冷 酷 的 美 容 办 法 sp1 听 得 搜 搜 团 的 美 女 大 王 sp1 哆 嗦 成 一 团 sil|30 17 17 21 15 7 13 15 17 25 6 21 10 13 13 19 5 18 17 19 24 6 16 13 17 12 30 31|0.0|5.42 +004761|sil zuo2 ri4 shi2 pu2 gang3 hai2 xia4 le5 lei2 zhen4 yu3 sil|sil 昨 日 石 浦 港 还 下 了 雷 阵 雨 sil|27 19 27 21 15 25 16 12 10 16 22 20 27|0.0|2.98 +004762|sil wo3 dang1 shi2 bu4 yi3 wei2 ran2 sp1 hui2 da2 shuo1 sp1 zhe4 you4 mei2 huai4 sp1 hai2 neng2 chuan1 ne5 sil|sil 我 当 时 不 以 为 然 sp1 回 答 说 sp1 这 又 没 坏 sp1 还 能 穿 呢 sil|28 11 17 22 15 10 13 25 12 17 13 24 25 13 11 20 26 6 16 17 21 18 29|0.0|4.745 +004763|sil wo3 men5 zai4 shai1 xuan3 hou4 sp1 hui4 tong1 zhi1 nin2 jie2 guo3 sil|sil 我 们 再 筛 选 后 sp1 会 通 知 您 结 果 sil|28 8 12 16 17 19 23 8 15 16 10 19 17 30 27|0.0|3.08 +004764|sil hou4 lai2 nv2 you2 tang3 zai4 chuang2 tou2 bu2 dong4 le5 sp1 zui2 li3 zhi2 chuan3 cu1 qi4 sil|sil 后 来 女 友 躺 在 床 头 不 动 了 sp1 嘴 里 直 喘 粗 气 sil|29 15 26 16 12 19 11 19 21 13 20 19 20 18 19 15 20 17 27 28|0.0|4.46 +004765|sil yi4 xie1 dan2 xiao3 de5 dian4 zhu3 sp1 wang2 wang3 yuan4 yi4 chu1 qian2 an1 fu3 si1 xia4 liao3 jie2 sil|sil 一 些 胆 小 的 店 主 sp1 往 往 愿 意 出 钱 安 抚 私 下 了 结 sil|30 11 20 19 14 9 21 22 13 11 15 16 13 19 18 17 23 16 15 17 26 29|0.0|4.57 +004766|sil na4 cheng2 li3 ren2 piao3 le5 nong2 min2 yi4 yan3 shuo1 sp1 mei2 wen2 hua4 sp1 zhe4 jiao4 ta4 qing1 sil|sil 那 城 里 人 瞟 了 农 民 一 眼 说 sp1 没 文 化 sp1 这 叫 踏 青 sil|29 16 20 13 22 22 9 17 15 13 18 28 34 15 13 25 12 14 12 21 27 28|0.0|4.91 +004767|sil mei2 xiang3 dao4 dui4 fang1 liang3 ren2 jing4 dong4 qi2 shou3 lai2 sp1 cao1 qi3 san2 bing3 jiu4 chao2 chen2 shi1 fu5 shen1 shang4 za2 sil|sil 没 想 到 对 方 两 人 竟 动 起 手 来 sp1 操 起 伞 柄 就 朝 陈 师 傅 身 上 砸 sil|32 13 20 20 14 15 16 18 13 11 13 16 25 26 18 14 20 26 13 16 18 13 10 17 18 27 29|0.0|5.695 +004768|sil na4 ren2 jia1 sa4 bo2 shen2 me5 de5 sp1 yi4 nian2 bi3 er4 shi2 duo1 ci4 zen3 me5 shuo1 ya5 sil|sil 那 人 家 萨 博 什 么 的 sp1 一 年 比 二 十 多 次 怎 么 说 呀 sil|30 14 16 17 23 17 16 6 19 17 10 20 13 17 14 14 17 14 9 23 21 31|0.0|4.385 +004769|sil bu2 yao4 guang1 kan4 ta3 jian1 sp1 er2 yao4 duo1 kan4 kan5 jin1 zi4 ta3 de5 ji1 chu2 zen3 me5 yang4 sil|sil 不 要 光 看 塔 尖 sp1 而 要 多 看 看 金 字 塔 的 基 础 怎 么 样 sil|25 10 16 19 18 19 25 21 8 14 14 17 16 15 10 17 9 18 19 13 10 23 29|0.0|4.465 +004770|sil zhong1 guo2 yu3 dong1 nan2 ya4 guo2 jia1 lian2 meng2 de5 guan1 xi5 sp1 you2 na3 xie1 jin4 zhan3 sil|sil 中 国 与 东 南 亚 国 家 联 盟 的 关 系 sp1 有 哪 些 进 展 sil|27 22 24 15 14 12 16 13 13 15 14 7 20 23 6 12 19 14 18 29 29|0.0|4.2 +004771|sil si4 tai4 tai5 liang2 an1 qi2 zuo2 tian1 sheng1 ri4 sp1 xin1 qing2 da4 hao3 sil|sil 四 太 太 梁 安 琪 昨 天 生 日 sp1 心 情 大 好 sil|29 19 20 17 17 16 25 16 15 17 17 6 19 17 18 26 29|0.0|3.745 +004772|sil yi4 bang2 fei3 xiang4 yu4 mou2 jie2 chi2 de5 hong2 se4 jiao4 che1 zou3 qu4 sil|sil 一 绑 匪 向 预 谋 劫 持 的 红 色 轿 车 走 去 sil|29 13 21 26 20 10 17 15 14 11 17 12 17 15 17 24 28|0.0|3.555 +004773|sil zhi2 zheng4 dang3 geng4 shi4 zai4 di4 fang1 xuan2 ju3 zhong1 can3 bai4 sil|sil 执 政 党 更 是 在 地 方 选 举 中 惨 败 sil|24 18 19 25 15 11 13 13 16 15 10 16 22 24 29|0.0|3.13 +004774|sil zuo4 jia1 de5 sheng1 tao3 yin2 qi3 ju4 da4 fan2 xiang3 sp1 ye4 nei4 wai4 ge4 zhong3 sheng1 yuan2 zhi1 sheng1 sp1 fen1 fen1 chuan2 lai2 sil|sil 作 家 的 声 讨 引 起 巨 大 反 响 sp1 业 内 外 各 种 声 援 之 声 sp1 纷 纷 传 来 sil|25 21 13 9 20 26 16 15 14 14 19 27 31 10 14 22 15 14 16 14 13 22 4 13 15 19 26 29|0.0|5.755 +004775|sil fou3 ze2 shao1 huo3 de5 re4 qing2 gan4 jin4 yuan4 wang4 bu4 jin3 luo4 kong1 sp1 fan3 liu2 xiao4 bing3 sil|sil 否 则 烧 火 的 热 情 干 劲 愿 望 不 仅 落 空 sp1 反 留 笑 柄 sil|30 14 29 24 16 15 21 26 23 25 22 25 12 14 16 26 8 14 13 21 26 29|0.0|5.215 +004776|sil zai4 yu2 shui3 jiao1 guan4 xia4 sp1 hu2 nan2 shu3 re4 quan2 xiao1 sp1 tian1 qi4 bian4 de5 liang2 shuang3 yi2 ren2 sil|sil 在 雨 水 浇 灌 下 sp1 湖 南 暑 热 全 消 sp1 天 气 变 得 凉 爽 宜 人 sil|29 24 14 16 17 16 27 7 19 22 19 14 20 25 19 20 17 18 7 22 19 13 27 29|0.0|5.34 +004777|sil gai1 sui4 dao4 you2 zhong1 tie3 shi2 ba1 ju2 shi1 gong1 sp1 liu2 tie3 jian1 li3 sil|sil 该 隧 道 由 中 铁 十 八 局 施 工 sp1 柳 铁 监 理 sil|27 16 18 23 16 16 17 14 15 14 15 23 8 17 17 18 24 28|0.0|3.785 +004778|sil you2 yu2 xian4 chang3 men1 re4 sp1 bu4 shao3 guan1 zhong4 yao2 zhe5 shan4 zi5 ting1 ge1 sil|sil 由 于 现 场 闷 热 sp1 不 少 观 众 摇 着 扇 子 听 歌 sil|27 18 17 19 17 16 20 22 12 18 17 20 17 8 21 9 21 21 28|0.0|4.045 +004779|sil yu2 shi4 sp1 er4 ren2 dui4 zhe5 qi2 ta1 ren2 sp1 wan2 ming4 de5 wa1 qi3 bi2 shi3 lai2 sil|sil 于 是 sp1 二 人 对 着 其 他 人 sp1 玩 命 地 挖 起 鼻 屎 来 sil|28 12 27 13 16 19 12 10 16 18 24 8 16 18 12 15 16 14 15 28 28|0.0|4.235 +004780|sil ke3 shi4 zhong2 zhong2 yin3 xing4 fu2 li4 que4 wu3 hua1 ba1 men2 sp1 yu4 yan3 yu4 lie4 sil|sil 可 是 种 种 隐 性 福 利 却 五 花 八 门 sp1 愈 演 愈 烈 sil|28 17 23 18 15 17 19 18 21 23 14 20 13 23 9 14 15 12 24 30|0.0|4.33 +004781|sil guo3 ran2 sp1 jia1 gong1 wa2 wa5 cai4 de5 ji1 di4 jiu4 yin3 cang2 zai4 zhe4 li3 sil|sil 果 然 sp1 加 工 娃 娃 菜 的 基 地 就 隐 藏 在 这 里 sil|26 21 27 7 23 16 15 11 13 11 16 19 19 13 17 14 14 20 30|0.0|3.85 +004782|sil ta1 qing3 qiu2 sp1 you2 san1 ming2 fa3 guan1 zu3 cheng2 de5 fa3 ting2 sp1 dui4 ba1 xi1 er3 fa1 chu1 dai4 bu3 ling4 sil|sil 他 请 求 sp1 由 三 名 法 官 组 成 的 法 庭 sp1 对 巴 希 尔 发 出 逮 捕 令 sil|27 17 21 27 5 15 16 16 18 17 13 13 8 17 26 21 16 15 14 21 17 14 16 12 25 29|0.0|5.29 +004783|sil xiang1 ying4 de5 sp1 zeng1 fa1 mu4 zi1 gui1 mo2 sp1 ye3 sui2 zeng1 fa1 jia4 ge2 de5 tiao2 zheng3 sp1 er2 you2 suo3 bian4 hua4 sil|sil 相 应 的 sp1 增 发 募 资 规 模 sp1 也 随 增 发 价 格 的 调 整 sp1 而 有 所 变 化 sil|31 22 21 17 11 20 16 15 13 15 26 20 12 19 14 18 17 8 10 22 24 8 12 12 15 19 25 32|0.0|5.735 +004784|sil sheng1 ming4 de5 zan4 ge1 shu3 yu2 she2 ji3 jiu4 ren2 de5 ying1 xiong5 men5 sil|sil 生 命 的 赞 歌 属 于 舍 己 救 人 的 英 雄 们 sil|29 21 16 8 20 27 23 16 21 15 17 14 7 17 19 21 27|0.0|3.695 +004785|sil dang4 wan3 jiu4 ba3 zhe4 shuai4 ge1 gei3 shui4 le5 sp1 xin1 li3 sp1 wu2 bi3 de5 shu1 chang4 sil|sil 当 晚 就 把 这 帅 哥 给 睡 了 sp1 心 里 sp1 无 比 的 舒 畅 sil|26 20 23 16 12 11 20 16 14 24 15 14 19 22 5 13 12 12 17 28 27|0.0|4.255 +004786|sil huo3 zai1 yuan2 yin1 shang4 wei4 cha2 ming2 sp1 dang1 di4 gan4 bu5 ze2 ren4 que4 cha4 bu5 duo1 pie3 qing1 le5 sil|sil 火 灾 原 因 尚 未 查 明 sp1 当 地 干 部 责 任 却 差 不 多 撇 清 了 sil|28 19 15 15 20 16 12 19 26 17 18 13 17 9 16 21 17 17 9 13 20 20 17 29|0.0|4.915 +004787|sil sui2 hou4 sp1 suo3 jiang4 zhao3 chu1 gong1 ju4 qiao4 suo3 sp1 qiao4 suo3 shi2 fa1 chu1 ping1 ping1 pang1 pang1 de5 xiang3 sheng1 sil|sil 随 后 sp1 锁 匠 找 出 工 具 撬 锁 sp1 撬 锁 时 发 出 乒 乒 乓 乓 的 响 声 sil|30 23 24 10 25 24 17 13 15 10 21 28 31 22 15 19 19 21 19 16 17 17 10 19 25 29|0.0|6.025 +004788|sil ang1 zang1 de5 jia1 gong1 bing4 si3 ji1 zuo1 fang5 sil|sil 肮 脏 的 加 工 病 死 鸡 作 坊 sil|28 18 19 14 20 17 14 15 15 17 29 30|0.0|2.735 +004789|sil you2 chuan2 de5 jia2 ban3 bei4 si1 kai1 sil|sil 油 船 的 甲 板 被 撕 开 sil|27 16 19 8 20 19 14 18 27 28|0.0|2.27 +004790|sil tou2 ding2 you3 gen1 sheng2 lian2 zhe5 shu4 sil|sil 头 顶 有 根 绳 连 着 树 sil|25 23 21 15 15 23 17 12 28 27|0.0|2.395 +004791|sil nan2 hai2 tai2 wan4 kan4 biao3 sp1 chong4 ta1 xiao4 xiao5 sp1 shuo1 sp1 ni3 chi2 dao4 le5 sil|sil 男 孩 抬 腕 看 表 sp1 冲 她 笑 笑 sp1 说 sp1 你 迟 到 了 sil|29 20 20 21 15 19 27 5 20 12 21 23 14 26 35 11 16 18 17 29|0.0|4.615 +004792|sil ping2 shi2 ma4 ni3 jiu4 suan4 le5 sp1 fei1 yao4 deng2 wo3 da2 ni3 sp1 cai2 zhi1 dao4 wo3 wen2 wu3 shuang1 quan2 sil|sil 平 时 骂 你 就 算 了 sp1 非 要 等 我 打 你 sp1 才 知 道 我 文 武 双 全 sil|29 19 16 21 12 15 21 13 14 16 12 14 12 21 24 19 21 10 16 21 20 14 20 33 30|0.0|5.375 +004793|sil geng4 wei2 yan2 zhong4 hai2 zai4 yu2 zan3 xiang4 mu5 sil|sil 更 为 严 重 还 在 于 攒 项 目 sil|26 14 16 19 22 19 16 13 20 23 18 28|0.0|2.715 +004794|sil mei2 xiang3 dao4 hu3 zi5 ji4 hen4 yu2 xin1 sil|sil 没 想 到 虎 子 记 恨 于 心 sil|29 15 17 14 25 22 23 21 13 29 28|0.0|2.745 +004795|sil tai4 ping2 lun2 xia4 chen2 hen3 kuai4 sp1 kong3 huang1 de5 ren2 qun2 kai1 shi2 wang3 jiu4 sheng1 ting2 pao3 sil|sil 太 平 轮 下 沉 很 快 sp1 恐 慌 的 人 群 开 始 往 救 生 艇 跑 sil|25 20 16 21 17 17 17 27 19 20 17 9 16 23 17 12 17 13 17 19 29 28|0.0|4.83 +004796|sil hang2 zhou1 yi2 dui4 lao3 fu1 qi1 chang2 zai4 li3 fa4 dian4 tao1 er3 duo5 sp1 jie2 guo3 tao1 chu1 le5 xing4 bing4 sil|sil 杭 州 一 对 老 夫 妻 常 在 理 发 店 掏 耳 朵 sp1 结 果 掏 出 了 性 病 sil|29 20 15 9 12 16 14 24 22 10 15 14 16 22 16 23 25 18 19 19 13 10 24 25 30|0.0|5.335 +004797|sil you2 xing2 dui4 wu3 bian1 xing2 jin4 sp1 bian1 yu3 hao4 qi2 de5 guan1 zhong4 hu4 zhi4 wen4 hou4 sp1 zhu4 he4 xin1 nian2 sil|sil 游 行 队 伍 边 行 进 sp1 边 与 好 奇 的 观 众 互 致 问 候 sp1 祝 贺 新 年 sil|29 16 19 16 24 18 21 23 15 17 15 17 11 10 18 17 17 11 21 19 4 17 14 15 28 32|0.0|5.385 +004798|sil ji1 chang3 gong1 zuo4 ren2 yuan2 he2 zhu4 chang3 wu2 jing3 sp1 lian2 ye4 zai4 ji1 chang2 pao3 dao4 shang5 sao2 xue3 chu2 bing1 sil|sil 机 场 工 作 人 员 和 驻 场 武 警 sp1 连 夜 在 机 场 跑 道 上 扫 雪 除 冰 sil|26 17 26 15 11 15 24 15 14 22 14 29 16 18 15 13 13 19 18 16 23 20 16 19 24 30|0.0|5.665 +004799|sil tong2 ju4 de5 xing4 sp1 ling2 mu4 fu2 sp1 bing2 ben3 ming2 sp1 he2 bei3 cun1 yi4 hui1 deng2 yan3 yuan2 ye3 xi1 shu4 liang4 xiang4 sil|sil 同 剧 的 杏 sp1 铃 木 福 sp1 柄 本 明 sp1 和 北 村 一 辉 等 演 员 也 悉 数 亮 相 sil|29 24 16 18 32 11 14 18 28 9 18 15 27 17 21 12 17 13 16 12 18 28 15 13 13 19 26 31|0.0|6.155 +004800|sil lao3 tai4 tai5 pie3 tou2 guan1 wang4 sp1 yi3 jing1 zhu4 yi4 dao4 yin2 hui1 se4 jiao4 che1 gao1 su4 shi3 lai2 sil|sil 老 太 太 撇 头 观 望 sp1 已 经 注 意 到 银 灰 色 轿 车 高 速 驶 来 sil|31 15 20 21 18 17 16 23 22 10 15 14 12 23 16 14 14 17 21 18 15 14 30 30|0.0|5.175 +004801|sil sa3 ding1 dao2 bei3 bu4 yan2 an4 de5 da4 pian4 di4 qu1 sp1 jin4 lai2 bei4 ka2 ta2 er3 ren2 mai3 xia4 sil|sil 撒 丁 岛 北 部 沿 岸 的 大 片 地 区 sp1 近 来 被 卡 塔 尔 人 买 下 sil|30 21 16 19 15 14 14 16 10 16 16 13 25 9 19 20 16 18 14 11 15 18 27 28|0.0|4.88 +004802|sil dan4 neng2 fou2 xie3 chu1 bu4 xiu3 zhi1 zuo4 sp1 ji4 yao4 you3 jing1 li4 sp1 you3 cai2 hua2 sp1 hai2 yao4 you3 yun4 qi4 sil|sil 但 能 否 写 出 不 朽 之 作 sp1 既 要 有 经 历 sp1 有 才 华 sp1 还 要 有 运 气 sil|26 21 17 15 15 19 13 15 15 18 27 15 11 13 16 22 9 10 24 25 9 15 12 12 22 22 31|0.0|5.45 +004803|sil zhe4 shi4 yuan2 ban3 yi1 suo3 yu4 yan2 de5 gu4 shi4 sp1 yong4 yi4 shi4 ti2 xing3 ren2 men5 yao4 dang1 xin1 huai4 ren2 de5 gui3 ji4 sil|sil 这 是 原 版 伊 索 寓 言 的 故 事 sp1 用 意 是 提 醒 人 们 要 当 心 坏 人 的 诡 计 sil|28 16 21 25 19 16 17 14 15 9 16 23 35 17 14 19 14 14 15 18 13 16 17 22 12 8 19 22 31|0.0|6.09 +004804|sil wei4 lai2 da4 feng1 zhu3 yao4 dui4 nan2 jiang1 you3 ying2 xiang3 sil|sil 未 来 大 风 主 要 对 南 疆 有 影 响 sil|29 11 14 18 23 12 15 10 18 17 14 17 30 28|0.0|2.975 +004805|sil dian4 chang3 da4 yan1 cong1 pai2 chu1 dan4 huang2 se4 fei4 qi4 sil|sil 电 厂 大 烟 囱 排 出 淡 黄 色 废 气 sil|26 20 22 13 17 28 20 18 18 18 13 17 24 28|0.0|3.275 +004806|sil dan4 zhou1 bian1 you3 cun1 min2 bei4 zha4 qi3 de5 fei1 wu4 ca1 shang1 sil|sil 但 周 边 有 村 民 被 炸 起 的 飞 物 擦 伤 sil|27 17 15 18 13 19 23 15 20 12 11 20 11 20 26 28|0.0|3.425 +004807|sil qi2 chun1 bing1 sp1 luan2 yi4 jie2 sp1 bu4 fu2 sp1 ti2 chu1 shang4 su4 sil|sil 亓 春 兵 sp1 栾 义 杰 sp1 不 服 sp1 提 出 上 诉 sil|27 21 21 24 6 13 14 18 2 13 29 7 16 13 19 25 27|0.0|3.43 +004808|sil fei1 yan4 hen4 bu4 de2 yao4 da4 jiao4 shi2 xing2 gong4 chan2 zhu3 yi4 sil|sil 飞 燕 恨 不 得 要 大 叫 实 行 共 产 主 义 sil|26 23 21 20 7 12 13 19 26 17 17 16 20 16 18 29|0.0|3.48 +004809|sil lai2 wan3 niu2 rou4 mian4 sp1 dian3 fen4 hun2 tun5 sp1 ting3 sp1 fang1 bian4 sil|sil 来 碗 牛 肉 面 sp1 点 份 馄 饨 sp1 挺 sp1 方 便 sil|28 15 17 13 14 25 4 14 15 21 23 3 22 2 17 22 28|0.0|3.29 +004810|sil zhe4 xie1 dou1 rang4 zhou1 dong1 yu3 sp1 yi2 du4 jue2 de5 te4 bie2 ju3 sang4 sil|sil 这 些 都 让 周 冬 雨 sp1 一 度 觉 得 特 别 沮 丧 sil|25 16 17 15 16 14 15 22 7 12 15 13 10 19 12 17 29 27|0.0|3.5 +004811|sil jiang3 wan2 li2 xiang3 sp1 wo2 xiang3 zui4 hou4 jiang2 jiang3 xian4 shi2 sil|sil 讲 完 理 想 sp1 我 想 最 后 讲 讲 现 实 sil|24 18 16 18 30 15 11 20 14 16 15 15 22 26 28|0.0|3.34 +004812|sil ceng2 ren4 hang2 kong1 bing1 zhan4 shi4 sp1 pai2 zhang3 can1 mou2 deng3 zhi2 sil|sil 曾 任 航 空 兵 战 士 sp1 排 长 参 谋 等 职 sil|25 24 24 21 17 14 20 18 5 26 25 22 18 17 28 27|0.0|3.845 +004813|sil da4 xue2 sheng1 qi4 fen4 de5 shuai3 tou2 ji2 zou3 sp1 zou3 zhi1 yu2 sp1 bu2 wang4 zai4 shuai1 yi2 shan4 men2 sil|sil 大 学 生 气 愤 地 甩 头 即 走 sp1 走 之 余 sp1 不 忘 再 摔 一 扇 门 sil|25 17 15 21 20 19 12 19 19 15 24 28 17 18 17 6 11 18 14 18 9 17 25 29|0.0|5.025 +004814|sil hai3 wai4 qiao2 bao1 can1 zheng4 li3 zheng4 sp1 li4 zu2 sheng1 gen1 de5 yi4 shi5 sp1 yue4 fa1 qiang2 lie4 sil|sil 海 外 侨 胞 参 政 理 政 sp1 立 足 生 根 的 意 识 sp1 越 发 强 烈 sil|30 18 16 22 19 29 18 18 23 18 14 15 19 12 11 14 22 5 11 14 22 21 28|0.0|4.87 +004815|sil zhong1 e2 shi4 shan1 shui3 xiang1 lian2 de5 you2 hao3 lin2 bang1 sp1 zhong1 e2 liang3 guo2 ren2 min2 de5 you3 yi4 sp1 yuan2 yuan3 liu2 chang2 sil|sil 中 俄 是 山 水 相 连 的 友 好 邻 邦 sp1 中 俄 两 国 人 民 的 友 谊 sp1 源 远 流 长 sil|27 28 22 21 18 16 17 18 14 15 15 20 22 32 18 11 18 11 14 10 10 18 23 8 14 15 15 33 29|0.0|6.175 +004816|sil hen3 duo1 ming2 ren2 zao1 dao4 zhe4 xie1 wang3 min2 yong4 wu1 hui4 yu3 yan2 gong1 ji1 shi2 sp1 dou1 xuan3 ze2 duo2 qi3 lai2 sil|sil 很 多 名 人 遭 到 这 些 网 民 用 污 秽 语 言 攻 击 时 sp1 都 选 择 躲 起 来 sil|28 15 12 17 23 16 12 11 13 16 26 16 16 18 11 14 17 17 25 18 14 17 13 18 14 25 29|0.0|5.465 +004817|sil qian1 nian2 zhen1 cang2 yi4 zhao1 sun2 hui3 sil|sil 千 年 珍 藏 一 朝 损 毁 sil|25 24 17 17 29 14 16 20 33 26|0.0|2.565 +004818|sil dan4 nv3 si1 ji1 hai2 shi4 song2 song3 jian1 biao3 shi4 bu2 hui4 chui1 qi4 sil|sil 但 女 司 机 还 是 耸 耸 肩 表 示 不 会 吹 气 sil|26 21 14 16 20 18 12 15 15 20 17 20 12 17 19 23 29|0.0|3.65 +004819|sil huo2 xian2 deng3 ji2 chu4 ding3 sp1 mang2 huai4 le5 ben3 shi4 de5 hu4 lin2 ren2 yuan2 sil|sil 火 险 等 级 触 顶 sp1 忙 坏 了 本 市 的 护 林 人 员 sil|28 21 24 15 13 22 23 10 15 15 12 16 14 10 18 14 16 29 30|0.0|4.0 +004820|sil lu2 gui4 hua2 shi4 jia1 zhong1 wei2 yi1 de5 xiu4 cai5 sp1 bi4 ye4 yu2 yi4 suo3 zhong1 zhuan1 de5 cai2 kuai4 zhuan1 ye4 sil|sil 卢 桂 华 是 家 中 唯 一 的 秀 才 sp1 毕 业 于 一 所 中 专 的 财 会 专 业 sil|30 14 18 26 16 15 16 15 12 9 19 24 20 13 13 9 13 18 16 20 11 19 20 19 23 28|0.0|5.295 +004821|sil que1 fa2 jian1 guan3 de5 yu4 suan4 wai4 zi1 jin1 ne5 sil|sil 缺 乏 监 管 的 预 算 外 资 金 呢 sil|25 21 16 18 17 11 13 14 17 14 17 23 27|0.0|2.705 +004822|sil pin2 fan2 chu1 xi2 shi2 shang4 huo2 dong4 de5 lan2 yan4 sp1 ye3 yin1 ci3 huo4 feng1 sp1 hong2 tan2 nv3 wang2 zhe4 yi4 cheng1 hao4 sil|sil 频 繁 出 席 时 尚 活 动 的 蓝 燕 sp1 也 因 此 获 封 sp1 红 毯 女 王 这 一 称 号 sil|29 21 17 18 19 13 18 18 11 6 20 22 14 12 15 15 18 20 5 22 18 16 20 12 9 21 24 30|0.0|5.61 +004823|sil xiang3 dou1 bu2 yao4 xiang3 sp1 zhe4 shi4 sha2 zi5 sheng1 huo2 o5 sil|sil 想 都 不 要 想 sp1 这 是 啥 子 生 活 喔 sil|28 26 12 11 15 28 6 15 11 22 12 19 20 21 27|0.0|3.165 +004824|sil ya2 dian3 cheng1 wang2 de5 han2 guo2 xiao3 zi5 liu3 cheng2 min3 sp1 you3 wang4 chuang4 zao4 li4 shi3 ma5 sil|sil 雅 典 称 王 的 韩 国 小 子 柳 承 敏 sp1 有 望 创 造 历 史 吗 sil|33 16 16 20 18 15 16 12 19 8 15 19 29 16 15 22 17 12 15 15 24 27|0.0|4.63 +004825|sil jiu4 ru2 fu1 xiao3 ji1 de5 lao2 mu3 ji1 yi2 yang4 wen1 nuan3 sil|sil 就 如 孵 小 鸡 的 老 母 鸡 一 样 温 暖 sil|26 20 23 20 19 12 8 19 17 15 8 16 15 30 25|0.0|3.175 +004826|sil dan4 pai1 she4 shi2 sp1 zhu2 yan3 men5 dou1 xin1 jing1 dan3 zhan4 sil|sil 但 拍 摄 时 sp1 主 演 们 都 心 惊 胆 颤 sil|25 17 21 17 21 10 16 15 20 14 17 18 18 22 28|0.0|3.235 +004827|sil tu1 ran2 sp1 fei1 ji1 kai1 shi2 zuo3 you4 yao2 huang4 qi3 lai5 sil|sil 突 然 sp1 飞 机 开 始 左 右 摇 晃 起 来 sil|27 19 25 4 17 13 19 18 17 14 19 20 13 24 28|0.0|3.22 +004828|sil wo3 xing4 hao3 mei2 you3 yu4 guo4 ren2 yong4 hua1 yan2 qiao2 yu3 hong2 wo3 sil|sil 我 幸 好 没 有 遇 过 人 用 花 言 巧 语 哄 我 sil|29 13 19 13 9 14 15 21 18 19 17 13 19 12 21 24 28|0.0|3.53 +004829|sil jin1 tian1 you4 zuo4 de5 te4 bie2 xian2 sp1 xi2 fu5 kan4 wo3 yi4 yan3 sp1 wan2 dian4 nao3 qu4 le5 sil|sil 今 天 又 做 的 特 别 咸 sp1 媳 妇 看 我 一 眼 sp1 玩 电 脑 去 了 sil|27 20 24 20 12 11 15 14 28 10 18 11 19 13 11 17 9 14 13 16 17 16 28|0.0|4.45 +004830|sil dang1 ran2 sp1 gong1 zhong4 dou1 li2 jie2 ru3 xie2 de5 yong4 xin1 liang2 ku3 shi4 du2 qing2 shen1 sil|sil 当 然 sp1 公 众 都 理 解 乳 协 的 用 心 良 苦 舐 犊 情 深 sil|26 17 26 10 21 19 12 15 15 18 14 10 16 14 21 24 20 14 20 27 26|0.0|4.475 +004831|sil xian4 zai4 shi4 ye2 ye5 nai3 nai5 zhao4 gu4 xiao3 qiu1 rong2 sil|sil 现 在 是 爷 爷 奶 奶 照 顾 小 秋 蓉 sil|30 21 21 19 14 13 19 19 17 12 15 18 28 27|0.0|3.165 +004832|sil yao4 hei1 dong4 tu2 pian4 shang4 tian1 wen2 wang3 sp1 you2 hen3 duo1 sil|sil 要 黑 洞 图 片 上 天 文 网 sp1 有 很 多 sil|31 19 20 16 17 22 19 16 14 25 7 11 17 21 30|0.0|3.31 +004833|sil zhe4 ge5 jia1 wo3 zai4 ye2 ren3 shou4 bu2 xia4 qu4 le5 sil|sil 这 个 家 我 再 也 忍 受 不 下 去 了 sil|25 16 9 24 19 15 11 14 15 11 17 19 19 28|0.0|2.815 +004834|sil tui1 kai1 men2 sp1 yi4 gu3 niao4 sao1 wei4 pu1 bi2 er2 lai2 sil|sil 推 开 门 sp1 一 股 尿 臊 味 扑 鼻 而 来 sil|26 19 17 29 9 11 12 19 21 21 19 13 13 28 28|0.0|3.305 +004835|sil wo3 kan4 jian5 bao2 xian3 gang4 zuo3 ce4 diao4 le5 yi2 kuai4 sil|sil 我 看 见 保 险 杠 左 侧 掉 了 一 块 sil|28 11 22 19 14 15 15 17 19 17 9 11 29 28|0.0|2.945 +004836|sil mei2 guan1 xi5 de5 xiang3 jing4 biao1 sp1 menr2 r dou1 mei2 you3 sil|sil 没 关 系 的 想 竞 标 sp1 门 儿 都 没 有 sil|27 17 21 16 13 18 19 23 15 19 0 12 18 25 28|0.0|3.145 +004837|sil ni3 zhe4 me5 ai3 sp1 wei4 shen2 me5 bu2 qu4 mai4 shao1 bing3 sil|sil 你 这 么 矮 sp1 为 什 么 不 去 卖 烧 饼 sil|28 12 15 15 24 12 11 14 10 9 11 17 24 26 26|0.0|2.95 +004838|sil hui2 dao4 zu1 fang2 sp1 liang3 ren2 zhang1 luo5 yu2 huo3 guo1 sil|sil 回 到 租 房 sp1 两 人 张 罗 鱼 火 锅 sil|27 19 14 18 27 13 16 15 19 18 15 21 24 29|0.0|3.19 +004839|sil xi1 fang1 guo2 jia1 huai2 yi2 sp1 yi1 lang2 yi3 he2 ping2 li4 yong4 he2 neng2 wei2 yan3 hu4 sp1 shi4 tu2 fa1 zhan3 he2 wu3 qi4 sil|sil 西 方 国 家 怀 疑 sp1 伊 朗 以 和 平 利 用 核 能 为 掩 护 sp1 试 图 发 展 核 武 器 sil|33 17 18 11 16 21 24 16 12 27 16 20 16 11 15 18 18 13 18 23 22 16 14 15 18 21 13 27 30|0.0|6.255 +004840|sil leng3 ao4 de5 biao3 qing2 he2 lin3 lie4 de5 yan3 shen2 sp1 yan3 yi4 chu1 nong2 yan4 de5 fen1 wei2 sil|sil 冷 傲 的 表 情 和 凛 冽 的 眼 神 sp1 演 绎 出 浓 艳 的 氛 围 sil|30 16 17 9 17 24 14 13 18 9 17 27 14 12 12 16 19 14 9 17 29 29|0.0|4.435 +004841|sil qiang2 hua4 min2 zhong4 wen4 ze2 sp1 zhe4 ye3 shi4 xing2 zheng4 wen4 ze2 wei4 lai2 de5 fang1 xiang4 sil|sil 强 化 民 众 问 责 sp1 这 也 是 行 政 问 责 未 来 的 方 向 sil|26 27 21 17 12 17 25 16 14 12 17 18 14 17 18 9 14 8 20 27 27|0.0|4.37 +004842|sil ta1 zai4 ti3 yu4 yun4 dong4 fang1 mian4 ye3 mei2 shen2 me5 ke3 kua1 yao4 de5 zi1 ben3 sil|sil 他 在 体 育 运 动 方 面 也 没 什 么 可 夸 耀 的 资 本 sil|27 19 20 18 13 14 14 18 23 13 18 15 9 17 17 12 10 18 25 29|0.0|4.05 +004843|sil jing3 fang1 hai2 xian4 chang3 kou4 ya1 le5 san1 qian1 ce4 shang4 wei4 zhuang1 ding4 cheng2 ce4 de5 zhu1 rong2 ji1 da2 ji4 zhe3 wen4 sil|sil 警 方 还 现 场 扣 押 了 三 千 册 尚 未 装 订 成 册 的 朱 镕 基 答 记 者 问 sil|28 20 23 18 17 16 16 13 12 18 18 23 17 12 14 14 18 19 21 16 14 15 27 16 15 25 29|0.0|5.73 +004844|sil er2 wai4 jie4 huan2 jing4 sp1 ye3 shi4 de2 niu2 pi2 xuan3 de5 zhong4 yao4 yuan2 yin1 zhi1 yi1 sil|sil 而 外 界 环 境 sp1 也 是 得 牛 皮 癣 的 重 要 原 因 之 一 sil|29 22 18 16 20 21 8 12 11 12 15 17 20 12 13 13 15 14 15 23 28|0.0|4.105 +004845|sil dan4 rang4 ren2 ku1 xiao4 bu4 de2 de5 shi4 sp1 you2 ke4 zhong1 sp1 ye3 bu4 fa2 kou1 qiang2 pi2 wa1 zhuan1 kuai4 de5 sil|sil 但 让 人 哭 笑 不 得 的 是 sp1 游 客 中 sp1 也 不 乏 抠 墙 皮 挖 砖 块 的 sil|27 17 16 20 18 19 11 14 13 23 20 16 19 22 6 9 16 22 17 22 26 16 19 22 16 31|0.0|5.54 +004846|sil lao3 po5 fa1 xian4 sp1 wo2 lian3 shang4 qi3 le5 ge5 dou4 sp1 si3 huo2 yao4 bang1 wo2 ji3 diao4 ta1 sp1 wo3 shuo1 hai2 mei2 shou2 sp1 ji3 le5 tong4 sil|sil 老 婆 发 现 sp1 我 脸 上 起 了 个 痘 sp1 死 活 要 帮 我 挤 掉 它 sp1 我 说 还 没 熟 sp1 挤 了 痛 sil|28 17 15 17 23 3 13 19 18 13 13 10 21 19 18 16 12 12 13 14 14 26 36 10 20 14 14 30 13 15 11 27 31|0.0|6.68 +004847|sil jia3 ru2 zhen1 you3 zhe4 zhong3 ren2 sp1 wo3 ning4 yuan4 qu4 chang2 ta1 dao3 dan4 de5 zi1 wei4 sil|sil 假 如 真 有 这 种 人 sp1 我 宁 愿 去 尝 他 导 弹 的 滋 味 sil|28 21 19 16 12 11 15 24 13 11 15 11 13 20 14 17 15 9 15 23 29|0.0|4.08 +004848|sil han4 yang2 chu3 cai2 zhong1 xue2 de5 nv3 jiao4 shi1 que4 mei2 you3 ji1 hui4 zhan3 xian4 si1 wa4 mei2 tui3 le5 sil|sil 汉 阳 楚 才 中 学 的 女 教 师 却 没 有 机 会 展 现 丝 袜 美 腿 了 sil|29 21 19 17 15 14 10 9 16 19 24 18 15 14 16 17 17 15 14 15 15 22 20 28|0.0|4.86 +004849|sil jing1 jian3 cha2 sp1 zhang3 zai4 jia2 luan3 chao2 nei4 de5 zhong3 liu2 sp1 hen2 ke3 neng2 wei2 e4 xing4 sil|sil 经 检 查 sp1 长 在 贾 卵 巢 内 的 肿 瘤 sp1 很 可 能 为 恶 性 sil|25 20 17 28 20 18 17 16 20 15 12 11 15 22 4 19 12 16 16 19 25 29|0.0|4.595 +004850|sil ta1 men5 shen1 chuan1 bai2 se4 yun4 dong4 yi1 sp1 ge4 ge5 jing1 shen2 dou2 sou3 sil|sil 他 们 身 穿 白 色 运 动 衣 sp1 个 个 精 神 抖 擞 sil|26 14 10 16 24 16 14 13 14 21 9 16 15 15 17 15 29 27|0.0|3.61 +004851|sil ka2 er2 fa3 ni2 ya4 ren4 wei2 sp1 jie1 tou2 mai4 yin2 shi4 ke2 chi3 de5 shi4 qing5 sil|sil 卡 尔 法 尼 亚 认 为 sp1 街 头 卖 淫 是 可 耻 的 事 情 sil|25 19 11 15 11 16 16 23 9 18 14 19 19 15 19 15 9 16 25 28|0.0|3.975 +004852|sil dan4 shi4 ding1 ke3 er2 yi4 zhi2 chen2 mo4 sp1 dui4 chu1 zou3 de5 shi4 qing5 sp1 zhi1 zi4 bu4 ti2 sil|sil 但 是 丁 可 儿 一 直 沉 默 sp1 对 出 走 的 事 情 sp1 只 字 不 提 sil|27 18 22 18 21 15 15 11 20 21 22 15 22 13 11 15 17 4 17 9 16 27 29|0.0|4.7 +004853|sil zhe4 li3 shi4 ai1 ji2 di4 yi1 pi1 wang2 chao2 de5 mu4 di4 sil|sil 这 里 是 埃 及 第 一 批 王 朝 的 墓 地 sil|26 14 14 17 20 23 12 15 21 19 14 11 18 21 29|0.0|3.185 +004854|sil ta1 kuai4 su4 nie4 zhu4 liang3 zhang1 qian2 sp1 zuan4 zai4 shou3 xin1 nie1 cheng2 tuan2 sp1 nie4 zi5 shou1 jin4 xiu4 zi5 sil|sil 他 快 速 镊 住 两 张 钱 sp1 攥 在 手 心 捏 成 团 sp1 镊 子 收 进 袖 子 sil|27 16 22 14 16 9 16 16 29 20 19 14 18 29 13 16 30 25 17 17 19 13 23 17 33|0.0|5.665 +004855|sil bu4 jiu2 yi3 hou4 sp1 wang2 hong2 he2 zhang4 fu5 li2 hun1 sil|sil 不 久 以 后 sp1 王 红 和 丈 夫 离 婚 sil|26 14 15 14 25 13 19 21 13 18 11 14 27 28|0.0|3.0 +004856|sil bu2 shi4 sp1 wo3 you2 yi4 quan1 jiu4 wei4 yi4 kou3 sp1 wo3 jue2 de5 zhe4 yang4 te4 xiang4 hai3 yang2 guan2 li3 xun4 hai3 tun2 sil|sil 不 是 sp1 我 游 一 圈 就 喂 一 口 sp1 我 觉 得 这 样 特 像 海 洋 馆 里 训 海 豚 sil|27 15 26 17 11 15 13 22 12 13 13 27 35 10 12 9 16 21 17 16 15 14 11 18 20 15 31 26|0.0|5.775 +004857|sil wo3 zai4 pang2 bian1 han3 qia1 ren2 zhong1 qia1 ren2 zhong1 sil|sil 我 在 旁 边 喊 掐 人 中 掐 人 中 sil|28 12 12 19 18 27 22 18 22 22 18 21 29|0.0|3.11 +004858|sil kong1 jun1 ji1 di4 kai1 shi3 yi4 nian2 yi2 du4 de5 fang2 yi4 zhu4 she4 sp1 you2 yu2 ren2 duo1 sp1 ta1 men5 qing3 shou4 yi1 lai2 bang1 mang2 sil|sil 空 军 基 地 开 始 一 年 一 度 的 防 疫 注 射 sp1 由 于 人 多 sp1 他 们 请 兽 医 来 帮 忙 sil|29 21 16 15 18 19 20 12 17 12 12 15 20 14 13 23 34 11 11 18 21 10 14 11 16 22 12 17 17 27 29|0.0|6.34 +004859|sil zhuan1 jia1 fen1 xi1 ren4 wei2 sp1 zhong1 guo2 guo2 fang2 bu4 zhang3 fang2 mei3 sp1 yi4 zai4 hua4 jie3 yi2 lv4 sil|sil 专 家 分 析 认 为 sp1 中 国 国 防 部 长 访 美 sp1 意 在 化 解 疑 虑 sil|27 19 18 15 12 14 27 25 16 11 12 17 14 19 21 29 12 12 21 19 17 11 24 29|0.0|5.12 +004860|sil ta1 bu4 xi3 huan5 jiao1 ji4 sp1 ying4 chou5 neng2 tui1 ze2 tui1 sil|sil 她 不 喜 欢 交 际 sp1 应 酬 能 推 则 推 sil|25 19 16 14 15 18 22 14 18 22 19 20 13 28 27|0.0|3.365 +004861|sil shi4 fou3 yin1 ci3 yu4 dao4 fan2 nao3 sp1 you3 shen2 me5 jing1 yan4 huo4 jiao4 xun4 sp1 dou1 qing2 gei3 shang1 bao4 shuo1 shuo5 sil|sil 是 否 因 此 遇 到 烦 恼 sp1 有 什 么 经 验 或 教 训 sp1 都 请 给 商 报 说 说 sil|31 18 14 17 18 11 14 19 26 20 12 13 9 17 17 12 18 20 19 13 16 11 17 14 18 24 29|0.0|5.425 +004862|sil zai4 shen1 keng1 liang3 bian1 sp1 hai2 wei4 ta1 xian4 de5 lu4 mian4 xia4 sp1 hang1 tu3 ye2 yi3 bei4 tao2 kong1 sil|sil 在 深 坑 两 边 sp1 还 未 塌 陷 的 路 面 下 sp1 夯 土 也 已 被 淘 空 sil|30 21 18 14 20 21 14 15 14 18 13 6 14 19 22 19 23 22 14 10 14 20 32 26|0.0|5.1 +004863|sil lao3 zheng4 shuo1 sp1 ta1 kao3 lv4 ba3 da4 li3 yu2 zhu2 gei3 da4 jia1 chi1 diao4 sp1 bu4 zhi1 ying2 yang2 za3 yang4 sil|sil 老 郑 说 sp1 他 考 虑 把 大 鲤 鱼 煮 给 大 家 吃 掉 sp1 不 知 营 养 咋 样 sil|30 15 17 24 20 17 17 21 15 16 15 21 15 11 12 13 22 20 23 13 18 15 18 16 26 29|0.0|5.565 +004864|sil ping2 fang2 hou4 mian4 de5 shan1 po1 shang4 sp1 ji3 ming2 nan2 zi3 zheng4 lin1 zhe5 kuang4 deng1 wang3 shan1 shang4 pa2 sil|sil 平 房 后 面 的 山 坡 上 sp1 几 名 男 子 正 拎 着 矿 灯 往 山 上 爬 sil|26 22 19 14 15 6 19 18 24 16 12 16 21 26 17 14 9 23 19 19 18 17 29 28|0.0|5.19 +004865|sil yi3 zhi4 yu2 che4 pu3 tai4 zhuang4 xian4 shi2 sp1 lian2 ji4 zhe3 dou1 gao3 bu4 qing1 chu3 zhe4 jia1 huo5 shi4 shui2 sil|sil 以 至 于 彻 普 泰 撞 线 时 sp1 连 记 者 都 搞 不 清 楚 这 家 伙 是 谁 sil|30 12 18 19 21 12 14 18 17 24 30 21 17 16 12 15 10 20 27 15 19 12 13 29 30|0.0|5.47 +004866|sil gei2 ni3 jiang2 ji3 bian4 le5 ni3 hai2 bu2 hui4 sp1 ni3 de5 nao3 dai5 rang4 lv2 ti1 le5 sil|sil 给 你 讲 几 遍 了 你 还 不 会 sp1 你 的 脑 袋 让 驴 踢 了 sil|26 13 14 20 19 17 10 13 20 17 22 26 9 8 20 19 18 15 21 19 29|0.0|4.355 +004867|sil qi4 fen4 zhi1 xia4 sp1 nian2 qing1 de5 nv3 xu4 jing4 chi2 bian3 dan4 jiang1 yue4 mu2 da3 cheng2 zhong4 shang1 sil|sil 气 愤 之 下 sp1 年 轻 的 女 婿 竟 持 扁 担 将 岳 母 打 成 重 伤 sil|28 20 15 13 25 11 15 14 8 16 25 19 16 21 19 16 14 17 17 16 16 29 26|0.0|4.835 +004868|sil sui1 ran2 bao3 zhu4 yi4 tiao2 ming4 sp1 dan4 ji3 zhui1 gu3 duo1 chu4 gu3 zhe2 sp1 ji3 shen2 jing1 hui2 sun3 yan2 zhong4 sil|sil 虽 然 保 住 一 条 命 sp1 但 脊 椎 骨 多 处 骨 折 sp1 脊 神 经 毁 损 严 重 sil|31 18 22 15 11 9 18 25 24 18 12 17 20 15 17 16 24 23 14 18 23 22 17 17 22 30|0.0|5.78 +004869|sil zhang1 xin4 zhe2 kan4 dao4 shu4 xue2 ti2 jiu4 sha2 yan3 zhang1 zui3 sp1 zhi2 hao3 xiang4 xiao3 peng2 you5 qiu2 jiu4 sil|sil 张 信 哲 看 到 数 学 题 就 傻 眼 张 嘴 sp1 只 好 向 小 朋 友 求 救 sil|28 19 18 19 19 11 16 16 22 14 18 16 18 25 20 14 12 15 18 15 14 19 26 27|0.0|5.095 +004870|sil tu2 wei2 jiao1 jing3 zai4 wang2 fu2 jing3 lu4 kou3 mao4 xue2 zhi3 hui1 jiao1 tong1 sil|sil 图 为 交 警 在 王 府 井 路 口 冒 雪 指 挥 交 通 sil|27 22 21 21 23 20 15 13 14 15 25 22 19 15 14 18 27 29|0.0|4.175 +004871|sil yi2 ge5 gu2 dong3 fan4 zi5 sp1 yi2 ge5 yin2 jiang4 sp1 he2 yi2 ge5 mu4 jiang4 zou3 dao4 le5 yi4 qi3 sil|sil 一 个 古 董 贩 子 sp1 一 个 银 匠 sp1 和 一 个 木 匠 走 到 了 一 起 sil|30 11 19 16 16 22 18 11 9 13 18 23 5 16 9 9 21 25 18 11 11 11 25 28|0.0|4.59 +004872|sil na4 ni3 hai2 xiang3 kan4 duo1 yuan3 sil|sil 那 你 还 想 看 多 远 sil|27 14 13 15 21 18 15 24 29|0.0|2.045 +004873|sil ren2 ming4 guan1 tian1 sp1 yi1 tuo1 ying1 gai1 shi4 guo4 jie1 lao2 shu3 sp1 ren2 ren2 dou1 you3 han2 da3 de5 ze2 ren4 sil|sil 人 命 关 天 sp1 医 托 应 该 是 过 街 老 鼠 sp1 人 人 都 有 喊 打 的 责 任 sil|31 17 16 17 27 20 14 25 16 13 13 15 11 19 26 17 17 17 13 10 24 15 10 15 21 29|0.0|5.435 +004874|sil zhe4 yang4 bu2 zhi4 yu2 rang4 nin2 piao1 piao1 yu4 xian1 sp1 geng4 bu2 zhi4 yu2 rang4 tong2 shi4 men5 fa1 xian4 nin2 zhong4 jiang3 de5 shi4 sil|sil 这 样 不 至 于 让 您 飘 飘 欲 仙 sp1 更 不 至 于 让 同 事 们 发 现 您 中 奖 的 事 sil|27 22 20 15 19 10 17 19 18 18 12 27 13 18 9 15 13 16 20 12 13 17 19 20 17 18 10 21 29|0.0|5.85 +004875|sil sui2 hou4 bao4 liao4 ren2 cheng1 sp1 zhang1 yan4 de5 gong1 gong5 zai4 bei3 jing1 san1 ya4 deng3 di4 sp1 yong1 you3 da4 liang4 fang2 chan3 sil|sil 随 后 爆 料 人 称 sp1 张 彦 的 公 公 在 北 京 三 亚 等 地 sp1 拥 有 大 量 房 产 sil|30 20 24 14 12 17 26 15 17 13 9 18 22 17 19 20 20 13 17 20 12 16 17 15 17 18 32 29|0.0|6.03 +004876|sil ying4 zhe5 yi4 shan3 yi4 shan3 de5 guang1 liang4 sp1 wo3 cai2 fa1 xian4 sp1 ta1 cu1 cao1 de5 shou3 shang4 dai4 zhe5 ge5 da4 jin1 jie4 zhi5 sil|sil 映 着 一 闪 一 闪 的 光 亮 sp1 我 才 发 现 sp1 她 粗 糙 的 手 上 戴 着 个 大 金 戒 指 sil|31 19 21 15 20 12 16 7 18 21 25 10 16 15 19 5 17 17 13 10 17 27 17 11 11 16 16 21 19 29|0.0|5.93 +004877|sil zuo2 ri4 sp1 zai4 dong4 wu4 yuan2 de5 yu4 ying1 shi4 sp1 yu4 ying1 xiang1 zhong1 han1 tai4 ke3 ju1 de5 hu2 bao3 bao5 niu1 niu5 sil|sil 昨 日 sp1 在 动 物 园 的 育 婴 室 sp1 育 婴 箱 中 憨 态 可 掬 的 虎 宝 宝 妞 妞 sil|27 21 21 10 16 15 9 14 10 13 17 26 27 13 13 21 23 22 18 16 11 12 19 16 15 19 26 30|0.0|5.8 +004878|sil qie2 liang3 fu2 yong4 di4 jun1 an4 gui1 ding4 pi1 yu3 chu1 jia4 zui4 gao1 de5 tou2 biao1 zhe3 sil|sil 且 两 幅 用 地 均 按 规 定 批 予 出 价 最 高 的 投 标 者 sil|26 24 20 13 18 18 17 15 17 20 23 15 15 16 15 16 8 17 19 26 27|0.0|4.475 +004879|sil hen2 xian3 ran2 sp1 mai3 jia1 ji2 bian4 xia1 bian1 yi2 ge5 hao4 ma3 sp1 tan1 zhu2 ye3 wu2 cong2 cha2 zheng4 sil|sil 很 显 然 sp1 买 家 即 便 瞎 编 一 个 号 码 sp1 摊 主 也 无 从 查 证 sil|28 16 18 25 19 14 20 13 18 19 14 11 10 16 23 19 23 21 17 9 19 21 23 31|0.0|5.19 +004880|sil zu3 zhi1 zhe3 a1 li3 cheng2 ren4 shuo1 sp1 zhe4 shi4 ta1 men5 sp1 wu2 fa3 ying4 dui4 sp1 ga1 li5 guo4 la4 dao3 zhi4 de5 wen4 ti2 sil|sil 组 织 者 阿 里 承 认 说 sp1 这 是 他 们 sp1 无 法 应 对 sp1 咖 喱 过 辣 导 致 的 问 题 sil|28 17 15 20 16 16 16 17 24 19 13 11 15 22 4 9 17 20 17 7 19 16 16 21 15 9 9 16 27 30|0.0|5.815 +004881|sil you2 xi3 yi1 ji1 sp1 wo3 jiu4 tou1 hui4 lan3 ba5 sil|sil 有 洗 衣 机 sp1 我 就 偷 会 懒 吧 sil|29 16 18 13 25 11 11 13 16 14 23 22 27|0.0|2.765 +004882|sil yi2 dao4 bei3 ping2 sp1 bian4 xian4 ru4 ying4 chou5 de5 xuan2 wo1 sil|sil 一 到 北 平 sp1 便 陷 入 应 酬 的 漩 涡 sil|29 11 16 15 28 6 16 17 15 18 14 10 21 27 28|0.0|3.145 +004883|sil mei3 jin1 cai2 jiu3 kuai4 wu3 sp1 hai2 neng2 jiang3 jia4 sil|sil 每 斤 才 九 块 五 sp1 还 能 讲 价 sil|28 18 19 19 15 23 19 9 12 15 18 26 26|0.0|2.865 +004884|sil tang1 mou3 kan4 hou4 xin1 zhong1 fei1 chang2 fen4 nu4 sp1 bian4 chan3 sheng1 bao4 fu5 gong1 gong5 de5 e4 nian4 sil|sil 汤 某 看 后 心 中 非 常 愤 怒 sp1 便 产 生 报 复 公 公 的 恶 念 sil|28 20 15 21 22 19 17 14 18 18 19 26 15 19 21 18 12 16 13 8 17 30 29|0.0|5.045 +004885|sil li3 cha2 sen1 shen4 zhi4 mei2 neng2 huo4 zhun3 tan4 fang3 ge2 luo2 si1 sil|sil 理 查 森 甚 至 没 能 获 准 探 访 格 罗 斯 sil|29 11 21 22 20 15 16 17 18 23 21 17 9 15 29 27|0.0|3.6 +004886|sil kan3 sheng4 de5 shu4 zhuang1 sp1 you4 meng2 sheng1 chu1 xu2 xu3 duo1 duo1 de5 nen4 ya2 lai2 sil|sil 砍 剩 的 树 桩 sp1 又 萌 生 出 许 许 多 多 的 嫩 芽 来 sil|25 24 17 9 16 26 6 11 17 16 17 16 14 13 10 10 18 16 30 28|0.0|3.935 +004887|sil jiu4 suan4 sheng1 huo2 zhi3 shi4 ge5 bei1 ju4 sp1 wo2 ye3 yao4 zuo4 ge5 shang4 pin3 qing1 hua1 ci2 bei1 ju4 sil|sil 就 算 生 活 只 是 个 杯 具 sp1 我 也 要 做 个 上 品 青 花 瓷 杯 具 sil|26 20 23 22 19 13 15 10 16 23 29 10 11 15 19 16 26 17 18 16 14 18 20 28|0.0|5.155 +004888|sil nan2 dao4 xian2 wo3 bu4 hao3 kan4 sp1 bu2 guo4 wo3 xin1 ling2 mei3 o5 sil|sil 难 道 嫌 我 不 好 看 sp1 不 过 我 心 灵 美 哦 sil|28 18 18 16 12 13 14 28 24 15 16 15 17 17 17 25 28|0.0|3.725 +004889|sil jiu4 xiang4 yu2 chi4 zha1 dao4 le5 hou2 long5 li3 sil|sil 就 像 鱼 翅 扎 到 了 喉 咙 里 sil|26 17 19 14 31 21 15 12 19 16 25 26|0.0|2.8 +004890|sil yao4 shi4 ni3 de5 che1 huai4 zai4 lu4 shang5 ne5 sil|sil 要 是 你 的 车 坏 在 路 上 呢 sil|27 15 12 12 10 27 17 10 18 20 19 27|0.0|2.48 +004891|sil fei4 ming2 yi2 ze2 yong4 rong2 xing4 gao1 xing4 xing1 fen4 ji3 ge5 zi4 yan3 sp1 xing2 rong2 ta1 de5 gan3 shou4 he2 xin1 qing2 sil|sil 费 明 仪 则 用 荣 幸 高 兴 兴 奋 几 个 字 眼 sp1 形 容 她 的 感 受 和 心 情 sil|30 19 21 25 20 24 23 27 22 26 24 19 13 10 14 22 19 14 15 13 10 18 15 11 19 30 30|0.0|6.19 +004892|sil meng4 xiang3 yi2 ding4 yao4 you3 sp1 wan4 yi1 shi2 xian4 le5 ne5 sil|sil 梦 想 一 定 要 有 sp1 万 一 实 现 了 呢 sil|28 20 21 12 13 19 22 12 15 13 15 18 9 23 27|0.0|3.095 +004893|sil he1 he1 zhe4 ci2 zui4 you3 nei4 han2 le5 sil|sil 呵 呵 这 词 最 有 内 涵 了 sil|26 20 19 15 23 17 12 19 21 15 27|0.0|2.49 +004894|sil zhou1 zhong1 yang2 tou2 bu4 zuo2 jiao3 shou4 shang1 sil|sil 周 忠 扬 头 部 左 脚 受 伤 sil|25 17 18 26 29 20 21 19 16 28 27|0.0|2.86 +004895|sil zhe4 cai2 shi4 ke3 xing2 de5 bian1 cheng2 yu3 yan2 sp1 ta1 geng4 ju4 shen1 suo1 xing4 sil|sil 这 才 是 可 行 的 编 程 语 言 sp1 它 更 具 伸 缩 性 sil|26 21 18 15 21 16 11 17 19 11 25 9 18 17 12 17 16 27 29|0.0|4.005 +004896|sil xu3 duo1 fang2 nu2 cheng2 wei2 duo3 bi4 fang2 chan3 sp1 bei4 mo4 shou1 pian4 ju2 de5 shou4 hai4 zhe3 sil|sil 许 多 房 奴 成 为 躲 避 房 产 sp1 被 没 收 骗 局 的 受 害 者 sil|30 16 15 20 22 18 13 14 12 20 28 4 13 20 15 22 11 9 17 18 23 26|0.0|4.485 +004897|sil cha2 nuan2 shou3 sp1 ai4 nuan3 xin1 sil|sil 茶 暖 手 sp1 爱 暖 心 sil|25 25 21 30 8 14 21 29 28|0.0|2.335 +004898|sil fan3 zheng4 wo3 bu2 yuan4 xiang1 xin4 sil|sil 反 正 我 不 愿 相 信 sil|26 21 14 15 13 14 19 25 29|0.0|2.04 +004899|sil na4 jiu4 guan1 men2 tui4 xiu1 lou5 sil|sil 那 就 关 门 退 休 喽 sil|27 15 20 16 16 16 16 26 26|0.0|2.065 +004900|sil ta1 men5 zou3 shang4 ge4 di4 jie1 tou2 sp1 hu1 han3 fan2 mei2 kou3 hao4 sp1 gao1 ju3 fan2 mei3 biao1 yu3 sil|sil 他 们 走 上 各 地 街 头 sp1 呼 喊 反 美 口 号 sp1 高 举 反 美 标 语 sil|25 15 11 15 20 15 11 16 27 10 18 18 16 11 20 24 20 17 17 16 12 24 20 30|0.0|4.97 +004901|sil hun1 shi4 li2 le5 sp1 dan4 guan1 xi5 yuan3 mei2 you2 pie3 qing1 sp1 gong1 si1 li3 reng2 bu2 duan4 you3 zhai4 zhu3 qian2 lai2 yao4 zhai4 sil|sil 婚 是 离 了 sp1 但 关 系 远 没 有 撇 清 sp1 公 司 里 仍 不 断 有 债 主 前 来 要 债 sil|27 24 13 18 16 12 16 16 19 19 9 13 18 27 37 17 12 25 24 10 14 12 19 17 17 12 15 25 28|0.0|6.17 +004902|sil ming2 ming2 shi4 zai4 qiao1 bei4 an4 mo2 sp1 fei1 dei2 xiang3 na4 me5 duo1 sil|sil 明 明 是 在 敲 背 按 摩 sp1 非 得 想 那 么 多 sil|29 13 16 17 16 21 12 17 26 8 15 15 18 9 13 24 29|0.0|3.46 +004903|sil li4 ru2 sp1 mei3 tian1 rang4 ta1 chuan1 zhe5 zang1 yi1 fu5 shang4 xue2 deng3 sil|sil 例 如 sp1 每 天 让 她 穿 着 脏 衣 服 上 学 等 sil|27 14 26 13 16 16 16 15 17 11 16 12 14 16 15 29 28|0.0|3.5 +004904|sil pi2 fu1 bi3 guo4 qu4 hao2 hen3 duo1 o5 sil|sil 皮 肤 比 过 去 好 很 多 噢 sil|25 23 23 13 17 19 18 21 24 18 28|0.0|2.655 +004905|sil zhai1 diao4 mian4 ju4 hou4 de5 liu2 xiao3 ye4 sil|sil 摘 掉 面 具 后 的 刘 晓 晔 sil|25 18 15 19 17 15 12 15 19 24 28|0.0|2.4 +004906|sil ru2 he2 zeng1 qiang2 xiao1 fei4 zhe3 dui4 yu2 guo2 chan2 pin3 pai2 de5 xin4 xin1 sil|sil 如 何 增 强 消 费 者 对 于 国 产 品 牌 的 信 心 sil|27 17 17 17 21 16 14 24 13 13 15 20 17 13 11 17 26 27|0.0|3.77 +004907|sil ba4 sp1 ni2 chun3 a5 sp1 ji1 de5 zhua3 zi5 zhe4 me5 feng1 li4 sp1 ca1 pi4 pi5 de5 shi2 hou4 sp1 rong2 yi4 ba3 pi4 pi5 gua1 shang1 le5 sil|sil 爸 sp1 你 蠢 啊 sp1 鸡 的 爪 子 这 么 锋 利 sp1 擦 屁 屁 的 时 候 sp1 容 易 把 屁 屁 刮 伤 了 sil|27 25 26 12 27 23 27 16 11 21 13 12 13 17 20 25 17 18 14 10 15 17 8 15 10 14 15 12 17 20 22 29|0.0|6.59 +004908|sil xian4 cang2 yu2 bei3 jing1 gu4 gong1 de5 qian2 long2 bao2 sou3 zhong1 sp1 you3 zhe4 jian4 yu4 xi3 de5 ming2 que4 zhu4 lu4 sil|sil 现 藏 于 北 京 故 宫 的 乾 隆 宝 薮 中 sp1 有 这 件 玉 玺 的 明 确 著 录 sil|31 24 21 16 15 16 14 18 11 17 16 17 17 24 21 11 13 21 15 16 9 18 19 15 23 29|0.0|5.425 +004909|sil meng4 mou3 tu1 ran2 lou3 zhu4 si1 si1 sp1 ran2 hou4 qin1 wen3 ta1 sil|sil 孟 某 突 然 搂 住 丝 丝 sp1 然 后 亲 吻 她 sil|29 20 22 16 16 16 14 18 23 7 16 11 18 17 24 28|0.0|3.425 +004910|sil hu2 tui3 mai4 zhe5 qing1 yun2 bu4 sp1 hu3 tou2 ding3 zhe5 hao3 shi4 tu2 sil|sil 虎 腿 迈 着 青 云 步 sp1 虎 头 顶 着 好 仕 途 sil|29 21 24 19 10 18 18 21 22 17 21 16 11 18 20 27 27|0.0|3.94 +004911|sil mai3 de5 gu3 piao4 you4 die1 ting2 le5 sp1 mei2 you3 na4 ge5 ming4 a5 sil|sil 买 的 股 票 又 跌 停 了 sp1 没 有 那 个 命 啊 sil|29 14 10 17 26 16 16 21 13 19 13 11 14 7 20 24 28|0.0|3.465 +004912|sil sui2 hou4 sp1 geng3 zhun1 bei4 ri4 fang1 pan4 chu3 wu2 qi1 tu2 xing2 sil|sil 随 后 sp1 耿 谆 被 日 方 判 处 无 期 徒 刑 sil|30 20 25 7 20 24 15 15 18 17 18 13 16 16 28 28|0.0|3.595 +004913|sil zen3 me5 bu4 gai2 gai2 you3 xie1 ren2 yan3 hong2 de5 xin1 tai4 ne5 sil|sil 怎 么 不 改 改 有 些 人 眼 红 的 心 态 呢 sil|26 17 11 13 18 16 14 15 16 17 19 9 17 20 22 30|0.0|3.25 +004914|sil bu2 cuo4 sp1 ai4 sp1 nai3 shi4 chou1 xiang4 de5 dong1 xi5 sp1 yao4 huo2 jiu4 yao4 chi1 sp1 you4 you3 chi1 you4 you3 ai4 sp1 ri4 zi5 cai2 hui4 jing1 cai3 sil|sil 不 错 sp1 爱 sp1 乃 是 抽 象 的 东 西 sp1 要 活 就 要 吃 sp1 又 有 吃 又 有 爱 sp1 日 子 才 会 精 彩 sil|28 12 30 23 24 6 14 11 21 17 8 16 23 37 19 22 12 15 29 29 12 14 25 15 15 24 16 15 15 19 12 17 30 29|0.0|7.595 +004915|sil li2 mou3 xi4 dong1 wu1 zhu1 mu4 qin4 qi2 man3 du1 zhen4 ren2 sp1 shi4 ge4 ti3 jing1 ying2 shang1 hu4 sil|sil 李 某 系 东 乌 珠 穆 沁 旗 满 都 镇 人 sp1 是 个 体 经 营 商 户 sil|29 15 27 24 19 12 12 15 19 17 22 15 18 22 19 25 17 16 15 13 19 24 27|0.0|5.115 +004916|sil zhe4 shi4 zi4 yi1 jiu3 qi1 san1 nian2 lai2 sp1 nv3 wang2 shou3 ci4 que1 xi2 gai1 hui4 yi4 sil|sil 这 是 自 一 九 七 三 年 来 sp1 女 王 首 次 缺 席 该 会 议 sil|27 17 21 19 14 14 15 16 14 22 13 14 18 20 15 17 16 18 21 17 29|0.0|4.375 +004917|sil bu2 guo4 you3 shi2 xu2 zi3 qi2 ye3 hui4 chi1 dao4 men4 sp1 gu4 hui4 zhuan3 chi1 jiang1 chao3 fan4 sil|sil 不 过 有 时 徐 子 淇 也 会 吃 到 闷 sp1 故 会 转 吃 姜 炒 饭 sil|27 12 23 18 21 19 11 27 15 12 16 12 25 29 17 23 19 18 21 21 26 30|0.0|5.135 +004918|sil jing1 hua2 reng2 zai4 ti2 lian4 sp1 jiao2 ben3 ji2 jiang1 chu1 tang2 sil|sil 精 华 仍 在 提 炼 sp1 脚 本 即 将 出 膛 sil|25 24 26 17 16 15 23 4 25 20 14 19 17 32 29|0.0|3.55 +004919|sil zhe4 yi2 mu4 mu4 xuan1 gao4 nan2 guang3 gao1 tie3 ying2 lai2 shang4 zha3 shang4 zhen3 de5 shi1 gong1 gao1 chao2 sil|sil 这 一 幕 幕 宣 告 南 广 高 铁 迎 来 上 砟 上 枕 的 施 工 高 潮 sil|27 18 11 15 24 22 15 19 15 15 30 15 21 24 19 19 17 8 16 13 15 30 30|0.0|5.08 +004920|sil xiao2 nv3 hai2 kan4 ta1 chong4 zi4 ji3 zha2 yan3 jing1 sp1 xiu1 se4 de5 lie2 zui3 xiao4 sp1 shuo1 sp1 wo2 xi3 huan1 ta1 sil|sil 小 女 孩 看 他 冲 自 己 眨 眼 睛 sp1 羞 涩 地 咧 嘴 笑 sp1 说 sp1 我 喜 欢 他 sil|29 19 17 21 19 16 17 11 13 19 18 22 22 21 12 10 16 16 26 17 25 12 13 18 18 24 30|0.0|5.82 +004921|sil hua4 shuo1 wo3 er4 yi2 sp1 dang1 nian2 wei4 le5 zhai1 ren2 jia1 jia1 li3 de5 xing4 zi5 sp1 ba3 ren2 jia5 jia1 li3 de5 zhu1 gei3 fang4 le5 sil|sil 话 说 我 二 姨 sp1 当 年 为 了 摘 人 家 家 里 的 杏 子 sp1 把 人 家 家 里 的 猪 给 放 了 sil|31 17 26 15 21 20 6 15 16 12 10 16 15 15 15 12 10 26 19 23 13 11 13 15 10 11 19 15 23 13 30|0.0|5.96 +004922|sil zhou1 wei3 si1 zi4 cheng1 xin4 fo2 sp1 zai4 jia1 gong4 feng4 you3 pu2 sa5 sp1 mei3 tian1 zai4 jia1 shao1 xiang1 bai4 fo2 sil|sil 周 伟 思 自 称 信 佛 sp1 在 家 供 奉 有 菩 萨 sp1 每 天 在 家 烧 香 拜 佛 sil|28 18 16 28 15 19 20 28 26 14 15 18 17 14 24 21 34 14 17 15 18 18 18 16 28 28|0.0|6.115 +004923|sil yin2 dao3 du2 zhe3 xin1 shang3 kan1 deng1 de5 wen2 zhang1 sp1 er2 bu2 shi4 ying2 he2 du2 zhe3 di1 su2 qu4 wei4 sp1 kan1 deng1 de5 wen2 zhang1 sil|sil 引 导 读 者 欣 赏 刊 登 的 文 章 sp1 而 不 是 迎 合 读 者 低 俗 趣 味 sp1 刊 登 的 文 章 sil|30 18 17 12 14 21 19 20 12 9 17 23 29 13 10 16 19 16 13 14 16 13 22 20 6 20 12 7 17 25 29|0.0|6.145 +004924|sil zi4 cong2 gen1 zhe5 feng2 gong3 shang4 le5 chun1 wan3 sp1 ta1 zai4 wai4 huo2 dong4 jiu4 jing1 chang2 da3 zhe5 feng2 gong3 de5 zhao1 pai2 sil|sil 自 从 跟 着 冯 巩 上 了 春 晚 sp1 他 在 外 活 动 就 经 常 打 着 冯 巩 的 招 牌 sil|25 18 26 14 11 20 16 15 9 20 24 18 16 11 16 17 22 15 16 18 14 10 18 13 7 20 28 29|0.0|5.645 +004925|sil yi1 er4 xian4 cheng2 shi4 sp1 da4 you3 di4 wang2 juan2 tu3 chong2 lai2 zhi1 shi4 sil|sil 一 二 线 城 市 sp1 大 有 地 王 卷 土 重 来 之 势 sil|28 15 14 16 18 21 9 13 16 13 19 20 18 19 16 16 19 29|0.0|3.7 +004926|sil chun1 yun4 wa1 qian2 sp1 gao1 su4 gong1 lu4 sp1 ye3 ying1 jin4 yi2 bu4 shi4 fang4 tong1 xing2 neng2 li4 sil|sil 春 运 挖 潜 sp1 高 速 公 路 sp1 也 应 进 一 步 释 放 通 行 能 力 sil|28 24 15 18 30 7 16 13 13 20 8 14 19 16 11 13 16 16 15 15 16 18 30|0.0|4.545 +004927|sil hua4 yi4 chu1 kou3 jiu4 ao4 hui3 sp1 zhe4 bai3 ming2 shi4 dui4 xie4 jing3 yuan1 he2 bing3 gan1 de5 kan4 bu5 qi3 sil|sil 话 一 出 口 就 懊 悔 sp1 这 摆 明 是 对 谢 景 渊 和 饼 干 的 看 不 起 sil|30 18 10 18 22 12 18 29 27 14 15 21 19 15 17 15 22 15 19 18 16 23 9 30 29|0.0|5.59 +004928|sil qu4 nian2 ta1 yin1 bao4 chen2 le4 yao2 jie4 qian2 bu4 huan2 hou4 sp1 san1 cheng2 yuan2 fan3 mu4 sil|sil 去 年 她 因 爆 陈 乐 榣 借 钱 不 还 后 sp1 三 成 员 反 目 sil|26 19 29 19 17 15 17 15 21 17 18 13 20 21 5 20 14 14 19 21 27|0.0|4.495 +004929|sil bi3 si1 ku4 sp1 zai4 su1 lian2 fu2 zhi2 de5 xiong1 ya2 li4 kui2 lei3 zheng4 fu3 zhong1 sp1 dan1 ren4 nei4 zheng4 bu4 zhang3 sil|sil 比 斯 库 sp1 在 苏 联 扶 植 的 匈 牙 利 傀 儡 政 府 中 sp1 担 任 内 政 部 长 sil|26 18 17 27 4 20 14 16 18 13 12 15 12 14 20 15 18 13 19 5 17 19 18 15 14 30 29|0.0|5.32 +004930|sil er2 ju4 ling4 yi4 zhi1 qing2 ren2 shi4 tou4 lu4 sp1 nv3 sheng1 de5 si3 wang2 xi4 chi1 duo4 tai1 yao4 suo3 zhi4 sil|sil 而 据 另 一 知 情 人 士 透 露 sp1 女 生 的 死 亡 系 吃 堕 胎 药 所 致 sil|29 15 18 18 12 13 15 13 11 17 21 25 13 16 9 15 26 19 18 14 18 13 17 22 30|0.0|5.07 +004931|sil ba2 yin3 xing2 gou3 yong4 dao4 huan2 bao3 de5 gai4 nian4 zhong1 sp1 zai4 cheng2 du1 hai2 shi4 di4 yi1 ci4 sil|sil 把 隐 形 狗 用 到 环 保 的 概 念 中 sp1 在 成 都 还 是 第 一 次 sil|26 18 17 18 28 17 15 20 11 9 13 18 21 18 16 20 18 16 13 11 15 21 31|0.0|4.76 +004932|sil hu1 yu4 duo1 nian2 de5 san1 wang3 he2 yi1 wen4 ti2 sp1 wei4 he2 chang2 qi1 xuan2 er2 wei4 jue2 sil|sil 呼 吁 多 年 的 三 网 合 一 问 题 sp1 为 何 长 期 悬 而 未 决 sil|26 23 13 14 18 15 17 17 18 11 18 24 17 12 16 25 19 18 12 17 28 28|0.0|4.71 +004933|sil zhang1 yan3 ming2 sp1 lai2 ge5 xun4 ji2 de5 hui2 ma3 qiang1 sp1 wo2 you3 san1 ge5 tiao2 jian4 sil|sil 张 琰 明 sp1 来 个 迅 疾 的 回 马 枪 sp1 我 有 三 个 条 件 sil|27 20 16 24 6 15 13 22 11 10 13 16 26 35 5 16 17 9 19 19 29|0.0|4.275 +004934|sil jin1 nian2 xia4 ji4 shuang1 qiang3 qi1 jian1 sp1 pu2 tian2 shi4 da4 xing2 nong2 ji1 hu4 sp1 xiang3 shou4 you1 xian1 guan4 tong3 gou4 you2 de5 dai4 yu4 sil|sil 今 年 夏 季 双 抢 期 间 sp1 莆 田 市 大 型 农 机 户 sp1 享 受 优 先 灌 桶 购 油 的 待 遇 sil|29 15 15 19 15 16 16 14 24 10 16 16 18 18 13 14 15 23 21 20 23 19 21 17 17 14 14 7 20 21 30|0.0|6.39 +004935|sil ren2 yuan2 rong3 yu2 sp1 bian4 shi4 yi4 zhong2 dian3 xing2 de5 biao3 xiang4 sil|sil 人 员 冗 余 sp1 便 是 一 种 典 型 的 表 象 sil|28 16 18 17 20 4 16 12 9 17 16 14 8 18 26 28|0.0|3.095 +004936|sil ta1 biao3 shi4 sp1 xian4 zai4 yi1 bao3 ji1 jin1 bu4 men2 sp1 shi4 yue4 sheng3 yue4 hao3 sil|sil 他 表 示 sp1 现 在 医 保 基 金 部 门 sp1 是 越 省 越 好 sil|25 17 16 23 21 19 18 13 14 14 17 12 24 14 18 19 20 18 29 28|0.0|4.395 +004937|sil zhe4 ge5 sp1 bu4 ke2 yi3 sui2 bian4 luan4 jiao4 de5 ba5 sil|sil 这 个 sp1 不 可 以 随 便 乱 叫 的 吧 sil|24 22 16 3 14 14 11 16 14 16 17 9 27 28|0.0|2.68 +004938|sil luo2 bu4 po1 wei4 yu2 xin1 jiang1 ta2 li3 mu4 pen2 di4 dong1 bei3 bu4 sp1 ruo4 qiang1 xian4 jing4 nei4 sil|sil 罗 布 泊 位 于 新 疆 塔 里 木 盆 地 东 北 部 sp1 若 羌 县 境 内 sil|29 14 13 31 19 15 17 19 15 10 17 17 13 15 16 21 26 14 21 17 17 25 28|0.0|4.985 +004939|sil dang1 wei4 yun2 ke1 ying2 jie1 ji4 zhe3 shi2 sp1 ji4 zhe3 fa1 xian4 ta1 zou3 lu4 yi4 que2 yi4 guai3 sil|sil 当 魏 云 科 迎 接 记 者 时 sp1 记 者 发 现 他 走 路 一 瘸 一 拐 sil|28 22 16 17 21 13 13 15 14 26 24 14 13 18 17 15 16 22 16 20 12 31 30|0.0|5.025 +004940|sil zheng4 dang1 yu2 xiao3 fan2 yun4 niang4 fu4 chu1 shi2 sp1 bian4 zao1 yu4 lao3 gong1 pi1 tui3 shi4 jian4 sil|sil 正 当 俞 小 凡 酝 酿 复 出 时 sp1 便 遭 遇 老 公 劈 腿 事 件 sil|27 22 18 12 18 19 13 14 15 16 27 17 16 17 10 18 18 20 17 17 28 28|0.0|4.725 +004941|sil ta1 shuo1 tou2 piao4 shi2 sp1 tiao1 le5 zi4 ji3 he2 you2 yin1 yin1 chu1 ju2 sp1 shi4 hou4 ta1 hou4 hui3 tiao1 le5 zi4 ji3 sil|sil 她 说 投 票 时 sp1 挑 了 自 己 和 尤 荫 荫 出 局 sp1 事 后 她 后 悔 挑 了 自 己 sil|28 18 20 17 20 22 8 17 14 18 18 16 14 14 14 18 24 30 18 19 17 16 16 15 11 16 25 26|0.0|5.905 +004942|sil gu3 du1 bei3 jing1 shi4 zu3 zong1 liu2 gei2 wo3 men5 de5 bao3 gui4 cai2 fu4 sil|sil 古 都 北 京 是 祖 宗 留 给 我 们 的 宝 贵 财 富 sil|25 18 14 17 26 21 14 16 14 11 12 11 11 17 13 22 22 29|0.0|3.635 +004943|sil qi2 san1 sp1 qi1 yue4 xin1 zeng1 cai2 zheng4 cun2 kuan3 huo4 zai4 xian4 ji4 jie2 xing4 zeng1 zhang3 sil|sil 其 三 sp1 七 月 新 增 财 政 存 款 或 再 现 季 节 性 增 长 sil|28 20 23 25 25 21 19 16 17 13 19 33 19 17 19 14 14 15 17 24 28|0.0|4.945 +004944|sil tong2 shi4 de5 che1 pai2 bei4 tou1 le5 sp1 zei2 yao4 ta1 yong4 qian2 shu2 hui2 sil|sil 同 事 的 车 牌 被 偷 了 sp1 贼 要 他 用 钱 赎 回 sil|26 23 14 14 21 21 13 19 17 26 15 13 19 15 21 19 28 27|0.0|4.075 +004945|sil dan4 shi4 song1 shu3 ye2 ken3 shi2 he2 tao5 song1 zi3 deng2 guo3 shi2 sp1 zao4 cheng2 yi2 ding4 de5 guo3 shi2 lang4 fei4 sil|sil 但 是 松 鼠 也 啃 食 核 桃 松 子 等 果 实 sp1 造 成 一 定 的 果 实 浪 费 sil|25 17 20 23 23 14 20 22 23 25 21 16 15 15 28 24 16 19 14 13 10 15 11 18 28 28|0.0|5.84 +004946|sil dang1 ran2 sp1 da3 lao1 he2 qian2 ting3 de5 fei4 yong5 bu4 fei3 sil|sil 当 然 sp1 打 捞 核 潜 艇 的 费 用 不 菲 sil|25 17 24 13 15 20 16 18 13 9 16 16 16 32 28|0.0|3.225 +004947|sil ji4 mo4 shen1 ke1 yi4 zhou1 qian2 sp1 fa1 dong4 jue2 shi2 kang4 yi4 sp1 cheng1 zao1 dao4 jian1 yu4 nve4 dai4 sil|sil 季 莫 申 科 一 周 前 sp1 发 动 绝 食 抗 议 sp1 称 遭 到 监 狱 虐 待 sil|28 16 14 19 26 13 13 27 5 14 13 15 12 22 20 22 20 16 15 17 9 20 23 28|0.0|4.96 +004948|sil ta1 bi4 sheng1 fan3 dui4 po4 huai4 tong3 yi1 sp1 fen1 lie4 zu3 guo2 de5 han4 jian1 mai4 guo2 zei2 sil|sil 他 毕 生 反 对 破 坏 统 一 sp1 分 裂 祖 国 的 汉 奸 卖 国 贼 sil|26 20 17 20 20 18 19 15 21 17 5 17 14 17 13 17 21 13 16 13 28 31|0.0|4.615 +004949|sil er2 zi5 sp1 na4 ai4 di2 sheng1 de5 ba4 ba5 zen3 me5 bu4 fa1 ming2 dian4 deng1 ne5 sil|sil 儿 子 sp1 那 爱 迪 生 的 爸 爸 怎 么 不 发 明 电 灯 呢 sil|28 18 20 25 15 17 12 16 8 18 22 13 11 14 14 16 16 16 22 28|0.0|4.055 +004950|sil zhao1 dai4 peng2 you5 que4 dou1 shi4 hao3 chi1 hao3 he1 sp1 cong2 bu2 lin4 se4 sil|sil 招 待 朋 友 却 都 是 好 吃 好 喝 sp1 从 不 吝 啬 sil|26 18 13 22 20 18 14 16 17 18 15 25 4 24 6 19 23 27|0.0|3.775 +004951|sil mu4 qian2 shang4 wu2 que4 zao2 zheng4 ju4 sp1 xian3 shi4 ci3 an4 yu3 shun4 ji2 ji2 tuan2 you3 guan1 lian2 sil|sil 目 前 尚 无 确 凿 证 据 sp1 显 示 此 案 与 顺 吉 集 团 有 关 联 sil|31 14 27 21 10 17 15 18 21 5 19 12 17 24 19 21 12 14 17 14 15 28 31|0.0|4.895 +004952|sil lv3 ming2 yu4 cheng2 wei2 wo2 sheng3 di4 yi1 ge5 liang3 ci4 juan1 sui3 jiu4 zhu4 ta1 ren2 de5 zhi4 yuan4 zhe3 sil|sil 吕 明 玉 成 为 我 省 第 一 个 两 次 捐 髓 救 助 他 人 的 志 愿 者 sil|29 17 19 26 19 12 15 23 14 14 21 25 19 17 16 14 10 18 12 7 13 15 25 29|0.0|4.985 +004953|sil wei3 ba5 yao2 bai3 zhe5 qi3 qiu2 she2 tou2 shuo1 sp1 jiu4 jiu5 wo3 men5 ba5 sp1 wo3 de5 chao3 nao4 zhen1 shi4 tai4 wu2 liao2 le5 sil|sil 尾 巴 摇 摆 着 乞 求 蛇 头 说 sp1 救 救 我 们 吧 sp1 我 的 吵 闹 真 是 太 无 聊 了 sil|30 17 17 17 19 15 18 16 16 28 33 40 17 12 11 15 22 28 10 10 22 22 15 12 25 10 21 14 31|0.0|6.535 +004954|sil yun4 dong4 chang3 shang4 chi4 zha4 feng1 yun2 de5 tong2 wen2 sp1 sheng1 huo2 zhong1 que4 you3 zhe5 xian3 wei2 ren2 zhi1 de5 ling4 yi2 mian4 sil|sil 运 动 场 上 叱 咤 风 云 的 佟 文 sp1 生 活 中 却 有 着 鲜 为 人 知 的 另 一 面 sil|31 15 13 21 23 18 17 17 13 9 21 26 21 17 13 20 17 13 12 17 13 16 14 7 20 10 31 28|0.0|5.725 +004955|sil wo3 gan2 jin3 qu4 hong3 ta1 sp1 ge2 zhe5 men2 feng4 kan4 ta1 sp1 shuo1 xie1 bu4 da1 bian1 de5 hua4 dou4 ta1 sil|sil 我 赶 紧 去 哄 她 sp1 隔 着 门 缝 看 她 sp1 说 些 不 搭 边 的 话 逗 她 sil|29 13 21 15 16 20 25 10 16 8 18 15 22 22 27 16 18 12 13 14 10 20 19 30 30|0.0|5.33 +004956|sil wu3 fu2 shi4 he2 jin1 lun2 gu3 zao4 xing2 hen3 ying4 lang3 sp1 li4 liang4 gan3 shi2 zu2 sil|sil 五 辐 式 合 金 轮 毂 造 型 很 硬 朗 sp1 力 量 感 十 足 sil|30 16 17 22 17 13 16 14 18 21 20 16 27 9 13 17 14 18 26 29|0.0|4.335 +004957|sil hai2 gou3 quan2 shen1 fu4 gai4 zhe5 rong2 mao2 sp1 lian3 hen2 duan3 sil|sil 海 狗 全 身 覆 盖 着 绒 毛 sp1 脸 很 短 sil|27 26 21 20 16 16 14 10 15 25 10 16 18 32 28|0.0|3.41 +004958|sil zhe4 chang3 kua4 nian2 ye4 wan3 hui4 sp1 geng4 xiang4 yi4 chang3 si1 ren2 pai4 dui4 sil|sil 这 场 跨 年 夜 晚 会 sp1 更 像 一 场 私 人 派 对 sil|27 18 24 15 14 10 19 23 6 17 17 9 24 14 15 19 22 27|0.0|3.715 +004959|sil tang1 wen2 yuan2 shuo1 sp1 lu2 jun4 qing1 dang1 shi2 gong1 zuo4 hen3 ji1 ji2 sp1 er2 qie2 hen3 hui4 ji1 zan3 ren2 mai4 sil|sil 汤 文 元 说 sp1 卢 俊 卿 当 时 工 作 很 积 极 sp1 而 且 很 会 积 攒 人 脉 sil|27 19 15 16 25 37 12 16 29 16 14 15 12 18 19 25 25 10 19 18 17 13 14 15 23 29|0.0|5.785 +004960|sil jing3 cha2 dou1 ao2 ye4 duo1 sp1 suo2 yi2 hao3 rong2 yi4 you3 ge5 xiu1 xi5 ri4 sp1 duo1 ban4 shi4 duo1 shui4 huir3 r sil|sil 警 察 都 熬 夜 多 sp1 所 以 好 容 易 有 个 休 息 日 sp1 多 半 是 多 睡 会 儿 sil|28 23 22 16 17 13 22 22 18 9 18 17 15 13 10 14 15 19 22 13 21 15 13 21 25 0 29|0.0|5.455 +004961|sil dang1 yi2 ge5 ren2 cuo4 le5 de5 shi2 hou4 sp1 ta1 tuo3 xie2 tui4 que4 le5 sp1 ta1 shi4 ming2 zhi4 de5 sil|sil 当 一 个 人 错 了 的 时 候 sp1 他 妥 协 退 却 了 sp1 他 是 明 智 的 sil|26 18 11 11 18 21 9 12 17 18 17 17 21 20 22 18 17 24 16 11 21 19 16 29|0.0|4.985 +004962|sil shi1 ren2 yi4 ting1 sp1 dun4 shi2 ba2 yu2 yu3 xiang2 de5 yuan4 hen4 wang4 ji4 sp1 la1 zhu4 she4 zhang3 de5 shou3 sp1 bai4 tuo1 le5 sil|sil 诗 人 一 听 sp1 顿 时 把 与 雨 翔 的 怨 恨 忘 记 sp1 拉 住 社 长 的 手 sp1 拜 托 了 sil|29 20 14 11 27 19 18 17 18 13 14 16 8 17 14 21 23 27 15 12 15 16 8 27 17 16 20 18 28|0.0|6.015 +004963|sil ma1 bu4 ye3 shi4 hen2 you3 yong4 de5 yo5 sil|sil 抹 布 也 是 很 有 用 的 哟 sil|28 19 25 13 12 15 15 17 9 27 27|0.0|2.4 +004964|sil ou2 er2 wo3 men5 ye3 hui4 chao2 chao3 jia4 sil|sil 偶 尔 我 们 也 会 吵 吵 架 sil|27 17 22 10 11 13 12 18 18 25 29|0.0|2.34 +004965|sil dan4 dui4 wan4 da2 lai2 shuo1 sp1 kua4 jie4 qi2 ju2 cai2 gang1 gang1 kai1 shi3 sil|sil 但 对 万 达 来 说 sp1 跨 界 棋 局 才 刚 刚 开 始 sil|25 18 17 19 12 17 24 14 22 15 21 23 21 14 12 18 28 28|0.0|4.035 +004966|sil san1 shi4 yao4 kuang1 zheng4 hao3 feng1 qi4 sil|sil 三 是 要 匡 正 好 风 气 sil|28 22 16 19 26 16 15 21 25 27|0.0|2.495 +004967|sil nan2 kai1 yong2 yuan3 nian2 qing1 sp1 ta1 de5 xue2 sheng1 ye3 dou1 chong1 man3 huo2 li4 sil|sil 南 开 永 远 年 轻 sp1 她 的 学 生 也 都 充 满 活 力 sil|28 18 25 16 12 19 25 20 14 9 17 23 14 11 17 16 18 21 30|0.0|4.1 +004968|sil zen3 me5 ai4 ni3 dou1 bu4 xian2 duo1 sil|sil 怎 么 爱 你 都 不 嫌 多 sil|27 16 11 17 17 15 11 20 25 27|0.0|2.165 +004969|sil xu2 wei1 dang1 chang2 ning3 zhao2 le5 huo3 ju4 sp1 que4 mei2 shen1 shou3 qu4 dian3 sil|sil 徐 威 当 场 拧 着 了 火 炬 sp1 却 没 伸 手 去 点 sil|28 19 22 16 19 16 13 11 17 20 5 19 13 15 15 18 29 28|0.0|3.75 +004970|sil reng1 wan2 xie2 jie1 zhe5 hui2 ying4 sil|sil 扔 完 鞋 接 着 回 应 sil|28 15 17 28 18 12 18 25 27|0.0|2.18 +004971|sil ni2 xiang2 zen3 yang4 la5 sil|sil 你 想 怎 样 啦 sil|28 12 17 15 21 25 26|0.0|1.675 +004972|sil zheng3 na4 me5 kuai4 gan4 ma2 sil|sil 整 那 么 快 干 嘛 sil|24 19 13 11 23 17 26 27|0.0|1.86 +004973|sil dong1 bei2 wang3 jiang1 chi2 xu4 guan1 zhu4 mu4 leng2 he2 liu2 yu4 wu1 ran3 wen4 ti2 sil|sil 东 北 网 将 持 续 关 注 穆 棱 河 流 域 污 染 问 题 sil|26 17 16 23 18 15 13 17 18 18 16 15 16 15 16 14 16 26 32|0.0|4.025 +004974|sil xue2 hui4 lao2 yi4 jie2 he2 sil|sil 学 会 劳 逸 结 合 sil|28 20 21 20 14 17 32 27|0.0|2.075 +004975|sil zhi1 dao4 ya5 guo2 min2 lao3 gong1 ma5 sil|sil 知 道 呀 国 民 老 公 嘛 sil|26 17 19 24 13 15 17 17 23 27|0.0|2.295 +004976|sil wo3 hui4 wan2 hen3 duo1 you2 xi4 ne5 sil|sil 我 会 玩 很 多 游 戏 呢 sil|28 11 15 19 19 15 14 18 21 27|0.0|2.175 +004977|sil ni2 xiang3 yao4 shen2 me5 sp1 ran2 hou4 ne5 sil|sil 你 想 要 什 么 sp1 然 后 呢 sil|29 12 17 14 18 19 12 16 15 20 28|0.0|2.325 +004978|sil ta1 kan4 bu2 dao4 wo3 tiao4 wu3 ya5 sil|sil 他 看 不 到 我 跳 舞 呀 sil|25 15 22 8 13 11 21 11 26 27|0.0|2.075 +004979|sil ni2 ye2 hao3 a5 mei2 nv3 sil|sil 你 也 好 啊 美 女 sil|28 13 13 20 16 17 30 28|0.0|1.915 +004980|sil da2 dian3 de5 dao4 bu2 dao4 wei4 sp1 jiang1 zhi2 jie1 ying2 xiang3 dao4 xiao1 shou4 e2 sil|sil 打 点 的 到 不 到 位 sp1 将 直 接 影 响 到 销 售 额 sil|28 20 19 15 16 9 15 22 10 19 12 14 13 16 13 16 20 23 28|0.0|3.81 +004981|sil di4 tie3 zhan4 yun1 dao3 de5 nan2 zi3 sil|sil 地 铁 站 晕 倒 的 男 子 sil|24 15 18 17 21 12 8 22 28 27|0.0|2.23 +004982|sil ru2 guo3 zao1 yu4 han2 liu2 tu1 xi2 sp1 gong1 nuan3 you2 ke3 neng2 jiang1 ti2 qian2 sil|sil 如 果 遭 遇 寒 流 突 袭 sp1 供 暖 有 可 能 将 提 前 sil|27 13 14 18 15 18 15 17 25 18 14 23 14 11 14 16 15 30 28|0.0|4.01 +004983|sil zhe4 dou1 ling4 zi4 zhu2 pin3 pai2 de5 ya1 li4 zhou4 zeng1 sil|sil 这 都 令 自 主 品 牌 的 压 力 骤 增 sil|24 15 15 20 13 14 18 13 10 15 14 18 26 28|0.0|2.825 +004984|sil xiang3 jiao1 gao1 yu2 bao3 hu4 jia4 de5 ding4 gou4 liang2 ma5 sil|sil 想 交 高 于 保 护 价 的 定 购 粮 吗 sil|28 22 24 19 10 17 16 14 9 14 14 19 23 26|0.0|2.96 +004985|sil dui4 yu2 zhe4 yi2 pan4 jue2 jie2 guo3 sp1 li2 lei2 lao3 lao5 dai4 li3 lv4 shi1 sp1 wang2 hai3 yang2 biao3 shi4 ren4 ke3 sil|sil 对 于 这 一 判 决 结 果 sp1 李 磊 姥 姥 代 理 律 师 sp1 王 海 阳 表 示 认 可 sil|28 17 15 18 9 19 11 17 26 28 13 13 17 14 12 11 17 24 4 19 16 19 15 13 17 30 28|0.0|5.46 +004986|sil bai2 fa4 ren2 song4 hei1 fa4 ren2 sp1 yu2 fen1 de5 fu4 mu3 sp1 yu2 mou3 he2 wu2 mou3 sp1 yi4 zhi2 yu4 yu4 gua3 huan1 sil|sil 白 发 人 送 黑 发 人 sp1 于 芬 的 父 母 sp1 于 某 和 吴 某 sp1 一 直 郁 郁 寡 欢 sil|27 18 18 19 16 17 18 25 31 13 14 9 14 26 5 14 23 16 13 29 6 13 17 15 12 18 29 28|0.0|5.84 +004987|sil wang2 jiao4 shou4 sp1 nin2 zhe4 hui2 ke2 you3 le5 du2 li4 de5 shu1 fang2 lou5 sil|sil 王 教 授 sp1 您 这 回 可 有 了 独 立 的 书 房 喽 sil|30 16 19 24 16 16 17 20 15 10 13 14 13 9 16 19 21 32|0.0|3.715 +004988|sil chuan2 shou4 shi2 yong4 ji4 neng2 sp1 bang1 zhu4 nong2 min2 zhang3 wo4 tuo1 pin2 zhi4 fu4 de5 ben2 ling3 sil|sil 传 授 实 用 技 能 sp1 帮 助 农 民 掌 握 脱 贫 致 富 的 本 领 sil|28 23 21 16 17 13 26 18 16 10 18 25 19 16 18 20 14 13 10 15 30 27|0.0|4.795 +004989|sil wo3 ke2 yi3 pei2 ni3 di4 lao3 tian1 huang1 sp1 ni3 que4 fei1 yao4 wo2 ba3 lao2 di3 zuo4 chuan1 me5 sil|sil 我 可 以 陪 你 地 老 天 荒 sp1 你 却 非 要 我 把 牢 底 坐 穿 么 sil|31 11 18 10 17 18 11 15 21 26 30 10 14 15 14 15 13 22 14 14 22 19 28|0.0|4.74 +004990|sil er2 yi2 kan4 jian4 sheng1 ren2 zong3 yao4 hou3 jiao4 sp1 shei2 xiang3 kao4 jin4 gou2 bao3 bao5 sp1 bu2 bei4 yao3 cai2 guai4 sil|sil 而 一 看 见 生 人 总 要 吼 叫 sp1 谁 想 靠 近 狗 宝 宝 sp1 不 被 咬 才 怪 sil|29 18 11 21 14 18 24 18 17 19 25 28 18 18 16 13 19 17 21 10 14 14 14 20 22 27|0.0|5.635 +004991|sil ying2 ye4 mian4 ji1 da4 le5 sp1 rou4 dian4 sheng1 yi4 sp1 ye3 jiu4 fang1 bian4 le5 sil|sil 营 业 面 积 大 了 sp1 肉 店 生 意 sp1 也 就 方 便 了 sil|29 17 13 17 12 19 19 19 18 14 20 16 6 14 11 22 17 17 28|0.0|3.805 +004992|sil qing1 zao2 qi3 lai2 qi4 wei4 da4 de5 qiang4 bi2 zi5 sil|sil 清 早 起 来 气 味 大 得 呛 鼻 子 sil|26 22 16 16 25 20 14 16 7 25 18 19 28|0.0|2.92 +004993|sil yuan2 ming2 yuan2 zhu1 shou3 tong2 xiang4 de5 juan1 kuan3 hui2 gou4 sp1 bian4 shi4 yi4 cheng2 gong1 an4 li4 sil|sil 圆 明 园 猪 首 铜 像 的 捐 款 回 购 sp1 便 是 一 成 功 案 例 sil|31 14 16 23 15 16 17 14 7 18 19 17 21 8 15 12 11 21 12 16 23 28|0.0|4.34 +004994|sil xiao3 xin1 ye5 sp1 bu4 hao3 yi4 si5 o5 sp1 bu4 hao3 yi4 si5 die1 dao3 le5 sil|sil 小 心 耶 sp1 不 好 意 思 喔 sp1 不 好 意 思 跌 倒 了 sil|27 19 21 18 23 12 15 15 15 17 26 11 13 12 12 16 20 16 28|0.0|3.905 +004995|sil wo3 shi4 da4 fang1 wen1 rou2 de5 ju4 xie4 zuo4 sp1 you3 shi2 hou4 sp1 ye3 hui4 you2 dian3 min2 gan3 he2 cui4 ruo4 sil|sil 我 是 大 方 温 柔 的 巨 蟹 座 sp1 有 时 候 sp1 也 会 有 点 敏 感 和 脆 弱 sil|29 12 22 18 16 15 14 10 17 20 20 26 12 15 22 7 13 12 14 16 21 19 13 23 20 28|0.0|5.27 +004996|sil ji4 zhe3 sui2 hou4 xun2 wen4 ying2 ye4 yuan2 sp1 zhe4 tao4 can1 yi3 shi4 fou3 wei2 quan2 shi2 mu4 de5 sil|sil 记 者 随 后 询 问 营 业 员 sp1 这 套 餐 椅 是 否 为 全 实 木 的 sil|29 17 19 17 15 15 13 13 16 27 24 15 15 22 18 19 13 17 26 16 19 17 30|0.0|5.01 +004997|sil ge1 er3 ba1 qiao2 fu1 zai4 hai3 shen1 wai2 jiang3 hua4 sp1 yi4 zhi2 hui2 bi4 zhe4 ge5 wen4 ti2 sil|sil 戈 尔 巴 乔 夫 在 海 参 崴 讲 话 sp1 一 直 回 避 这 个 问 题 sil|26 14 14 15 20 23 19 15 14 15 19 24 18 15 17 22 15 12 7 19 27 28|0.0|4.625 +004998|sil huang2 yi1 ran2 hun2 shen1 fa1 dou3 yi4 zhi2 han2 leng3 sil|sil 黄 依 然 浑 身 发 抖 一 直 喊 冷 sil|26 23 14 24 19 15 18 24 15 14 18 32 28|0.0|3.14 +004999|sil jia1 kuai4 tui1 jin4 qing1 wei1 gua1 ceng4 shi4 gu4 sp1 hu4 peng4 zi4 pei2 sp1 ti2 gao1 dang1 shi4 ren2 zi4 xing2 jie3 jue2 lv4 sil|sil 加 快 推 进 轻 微 刮 蹭 事 故 sp1 互 碰 自 赔 sp1 提 高 当 事 人 自 行 解 决 率 sil|27 19 16 17 20 17 12 17 16 19 20 6 20 20 15 29 22 15 14 15 11 18 16 16 12 18 21 28|0.0|5.755 +005000|sil dan1 dong1 shi4 wei3 chang2 wei3 mi4 shu1 zhang3 lu2 bing2 yu3 sp1 chu1 ren4 huang2 jin1 ping2 jing1 ji4 qu1 guan2 wei3 hui4 zhu3 ren4 sil|sil 丹 东 市 委 常 委 秘 书 长 卢 秉 宇 sp1 出 任 黄 金 坪 经 济 区 管 委 会 主 任 sil|29 21 18 13 12 22 20 15 14 21 15 18 24 29 17 23 22 17 22 13 12 18 16 13 16 15 24 31|0.0|6.155 +005001|sil qing1 jie2 gong1 a1 yi2 sp1 yi4 bian1 da3 zhe5 zi4 ji3 de5 tou2 sp1 yi4 bian1 shuo1 sp1 wo2 hao3 ben4 sp1 wo2 hao3 ben4 sil|sil 清 洁 工 阿 姨 sp1 一 边 打 着 自 己 的 头 sp1 一 边 说 sp1 我 好 笨 sp1 我 好 笨 sil|27 25 16 15 18 28 4 15 24 18 12 13 9 10 33 10 12 16 28 30 11 21 25 22 10 19 25 31|0.0|6.115 +005002|sil mu3 xiong2 zhi2 li4 zhe5 sp1 yi2 fu4 sui2 shi2 yao4 pu1 guo4 lai2 de5 yang4 zi5 sil|sil 母 熊 直 立 着 sp1 一 副 随 时 要 扑 过 来 的 样 子 sil|30 16 28 17 21 22 24 10 22 20 14 14 18 10 14 6 25 22 26|0.0|4.17 +005003|sil ru2 guo3 shuo1 sp1 yi2 qie4 dou1 shi4 qian2 nao4 de5 sp1 wei4 mian2 you2 dian3 chi4 luo2 luo3 sil|sil 如 果 说 sp1 一 切 都 是 钱 闹 的 sp1 未 免 有 点 赤 裸 裸 sil|31 11 15 28 6 14 18 11 14 24 26 16 19 12 16 17 19 17 15 28 27|0.0|4.455 +005004|sil sa1 huang3 de5 hai2 zi5 sp1 bu4 neng2 dang1 an2 ou3 xiang4 sp1 qi4 zhi1 sil|sil 撒 谎 的 孩 子 sp1 不 能 当 俺 偶 像 sp1 弃 之 sil|25 24 21 6 24 16 7 12 19 11 18 19 26 6 30 25 27|0.0|3.67 +005005|sil zhou1 fei4 te4 bie2 xi3 huan1 ya3 ge2 jiao4 che1 sp1 dan4 zong2 she3 bu5 de5 mai3 sil|sil 周 费 特 别 喜 欢 雅 阁 轿 车 sp1 但 总 舍 不 得 买 sil|27 20 24 17 13 14 12 17 14 18 25 10 17 19 19 11 12 30 29|0.0|4.045 +005006|sil zuo4 wei2 yi2 ge5 bei3 ou1 guo2 jia1 sp1 qi4 hou4 bian4 nuan3 sp1 dui4 nuo2 wei1 ju4 you2 hen3 da4 de5 ying2 xiang3 sil|sil 作 为 一 个 北 欧 国 家 sp1 气 候 变 暖 sp1 对 挪 威 具 有 很 大 的 影 响 sil|28 18 12 10 15 17 14 17 23 12 19 13 19 25 5 13 20 16 12 14 21 15 12 17 27 30|0.0|5.16 +005007|sil zou3 jin4 cai2 fa1 xian4 sp1 da4 qiao2 yi2 kua3 ta1 sil|sil 走 近 才 发 现 sp1 大 桥 已 垮 塌 sil|24 25 21 18 17 19 15 18 24 12 20 30 29|0.0|3.16 +005008|sil ni3 zhao2 wo3 tan2 xin1 sp1 jiu4 shi4 tan2 zhe4 ge5 sil|sil 你 找 我 谈 心 sp1 就 是 谈 这 个 sil|27 12 17 12 22 25 11 15 10 21 19 24 27|0.0|2.81 +005009|sil di4 er4 ge5 wen4 ti2 sp1 shuo1 shuo1 wen2 hua4 si1 kao3 sil|sil 第 二 个 问 题 sp1 说 说 文 化 思 考 sil|24 9 22 12 20 24 12 17 20 20 17 17 29 27|0.0|3.135 +005010|sil ben3 zhou1 si4 he2 zhou1 wu3 ping2 jun1 yong1 du2 zhi3 shu4 fen1 bie2 wei2 sp1 ba1 he2 ba1 dian2 wu3 sil|sil 本 周 四 和 周 五 平 均 拥 堵 指 数 分 别 为 sp1 八 和 八 点 五 sil|23 21 18 24 16 19 19 22 12 18 11 16 23 22 14 21 8 23 24 16 18 31 28|0.0|5.195 +005011|sil zhe4 xie1 ji1 gou4 sp1 you4 qi3 hui4 fang4 guo4 zhe4 yi2 ru4 huo4 de5 liang2 ji1 sil|sil 这 些 机 构 sp1 又 岂 会 放 过 这 一 入 货 的 良 机 sil|24 18 16 17 22 6 14 16 14 21 17 14 13 16 18 6 22 24 29|0.0|3.8 +005012|sil liao2 ning2 dui4 ze2 bao1 lan3 le5 jian4 qiu2 bi3 sai4 nan2 nv3 tuan2 ti2 liang3 ge5 yi1 deng2 jiang3 sil|sil 辽 宁 队 则 包 揽 了 毽 球 比 赛 男 女 团 体 两 个 一 等 奖 sil|28 18 21 22 18 15 14 14 17 15 14 21 22 16 21 17 24 10 15 16 26 28|0.0|4.785 +005013|sil ke4 la1 la1 sp1 ni3 wei4 shen2 me5 zai4 da4 ting2 guang3 zhong4 zhi1 xia4 sp1 xiang4 na4 ge5 mo4 sheng1 qing1 nian2 diu1 fei1 wen3 sil|sil 克 拉 拉 sp1 你 为 什 么 在 大 庭 广 众 之 下 sp1 向 那 个 陌 生 青 年 丢 飞 吻 sil|27 16 13 26 25 11 17 15 13 14 15 17 15 14 14 25 5 16 14 6 18 17 18 19 15 19 28 29|0.0|5.585 +005014|sil ta1 hai2 biao3 shi4 sp1 bei4 lu2 si1 ke1 ni2 sp1 zhe4 ge5 kui2 lei3 sp1 bi4 xu1 gun3 dan4 sil|sil 他 还 表 示 sp1 贝 卢 斯 科 尼 sp1 这 个 傀 儡 sp1 必 须 滚 蛋 sil|23 15 16 21 25 28 15 13 16 15 27 3 18 10 25 22 5 13 16 24 26 27|0.0|4.68 +005015|sil liu2 xiang1 ji4 sp1 shi4 hu2 nan2 sheng3 you1 xian4 sp1 da4 tong2 qiao2 zhen4 da4 ban3 mi2 chang3 lao2 ban3 sil|sil 刘 湘 骥 sp1 是 湖 南 省 攸 县 sp1 大 同 桥 镇 大 板 米 厂 老 板 sil|32 14 22 24 12 20 14 17 15 19 21 10 16 18 21 21 17 14 15 20 17 29 31|0.0|5.1 +005016|sil li3 ke4 qin2 da4 ge1 sp1 ze2 zai4 wei1 bo2 shang4 sp1 da4 shai4 mei3 shi2 sheng1 hao2 sp1 wang2 you3 da4 hu1 wei4 kou2 hao3 sil|sil 李 克 勤 大 哥 sp1 则 在 微 博 上 sp1 大 晒 美 食 生 蚝 sp1 网 友 大 呼 胃 口 好 sil|33 14 15 21 18 20 5 16 13 16 17 24 5 22 18 18 15 18 30 27 14 17 18 22 14 19 28 31|0.0|6.125 +005017|sil ye2 qing2 guang3 da4 wang2 you3 sp1 wei4 guang3 dong1 wen2 hua4 jian4 she4 dang1 hao3 can1 mou2 sp1 duo1 chu1 liang2 ce4 sil|sil 也 请 广 大 网 友 sp1 为 广 东 文 化 建 设 当 好 参 谋 sp1 多 出 良 策 sil|29 14 25 18 14 20 23 7 16 17 12 17 16 19 21 17 15 22 20 12 15 15 21 27 29|0.0|5.355 +005018|sil shi4 fou2 zhun3 ci2 sp1 jiang1 dai4 diao4 cha2 jie2 guo3 zai4 shuo1 sil|sil 是 否 准 辞 sp1 将 待 调 查 结 果 再 说 sil|28 20 18 20 26 5 24 17 16 17 16 13 18 29 27|0.0|3.41 +005019|sil dui4 ci3 xiao1 xi5 sp1 ji2 bu4 sen1 fang1 mian4 sp1 duan4 ran2 yu2 yi2 fou3 ren4 sp1 cheng1 qi2 chun2 shu3 huang1 miu4 du4 zhuan4 sil|sil 对 此 消 息 sp1 吉 布 森 方 面 sp1 断 然 予 以 否 认 sp1 称 其 纯 属 荒 谬 杜 撰 sil|29 15 16 19 20 20 16 11 20 17 21 5 19 18 16 9 23 18 31 23 21 25 22 20 16 14 22 34|0.0|6.265 +005020|sil ta1 he2 tai4 le4 yu4 you2 liang3 ge5 er2 zi5 sil|sil 他 和 泰 勒 育 有 两 个 儿 子 sil|27 20 14 21 24 15 17 20 11 24 18 30|0.0|2.795 +005021|sil zai4 he2 nan2 sp1 wei4 le5 xi1 yin2 kao3 sheng1 sp1 you3 de5 pei2 xun4 ban1 da3 chu1 le5 sp1 wan4 yuan2 bao1 guo4 de5 zhao1 pai2 sil|sil 在 河 南 sp1 为 了 吸 引 考 生 sp1 有 的 培 训 班 打 出 了 sp1 万 元 包 过 的 招 牌 sil|29 18 21 29 13 9 9 14 14 19 25 22 13 7 16 17 22 18 17 15 8 19 22 18 15 8 19 33 28|0.0|6.0 +005022|sil jing1 li4 ai4 de5 shang1 tong4 sp1 zhong1 yu2 jing1 shen2 beng1 kui4 sil|sil 经 历 爱 的 伤 痛 sp1 终 于 精 神 崩 溃 sil|28 21 24 21 11 22 21 9 20 21 17 19 17 28 31|0.0|3.595 +005023|sil yi4 kai1 shi2 hen3 man2 heng4 sp1 bing4 qie3 bu4 gei2 wo3 tui4 sil|sil 一 开 始 很 蛮 横 sp1 并 且 不 给 我 退 sil|31 10 22 19 19 22 27 11 17 22 12 11 13 25 32|0.0|3.4 +005024|sil qi3 neng2 zuo4 shi4 a1 bian3 you3 ren4 he2 pian4 mian4 gai3 bian4 xian4 zhuang4 de5 xing2 wei2 sil|sil 岂 能 坐 视 阿 扁 有 任 何 片 面 改 变 现 状 的 行 为 sil|28 19 25 17 12 18 28 17 18 15 18 20 18 16 17 13 9 18 28 29|0.0|4.445 +005025|sil you3 yi2 ci4 sp1 wo3 ma1 na2 sao4 zhou5 sp1 ba2 wo3 de5 pi4 gu5 dan4 zi5 da3 de5 hong2 hong2 de5 sil|sil 有 一 次 sp1 我 妈 拿 扫 帚 sp1 把 我 的 屁 股 蛋 子 打 的 红 红 的 sil|30 18 10 26 26 12 21 20 25 21 4 16 13 8 20 12 24 18 15 10 18 28 15 29|0.0|5.095 +005026|sil di4 yi1 zhi1 chun1 gao1 de5 di4 yi1 sheng1 mie1 jiao4 sp1 wan3 ru2 cao3 yuan2 lang4 man4 qu3 de5 jie2 zou4 sil|sil 第 一 只 春 羔 的 第 一 声 咩 叫 sp1 宛 如 草 原 浪 漫 曲 的 节 奏 sil|28 12 20 13 23 21 17 8 15 18 19 29 25 14 18 18 17 17 17 14 10 18 28 31|0.0|5.225 +005027|sil jiu4 chao3 cai4 shao3 fang4 dian3 you2 ba5 sp1 fan3 zheng4 gao1 you2 shi2 pin3 sp1 ben3 lai2 jiu4 bu2 jian4 kang1 sil|sil 就 炒 菜 少 放 点 油 吧 sp1 反 正 高 油 食 品 sp1 本 来 就 不 健 康 sil|28 20 22 24 20 18 16 19 20 26 17 20 15 14 18 20 8 14 17 15 10 20 29 32|0.0|5.36 +005028|sil ben3 dian4 suo2 you3 shang1 pin3 sp1 yi2 lv4 mian3 fei4 song4 ni3 yo5 sil|sil 本 店 所 有 商 品 sp1 一 律 免 费 送 你 哟 sil|24 20 22 16 14 21 26 7 13 18 21 17 21 10 31 30|0.0|3.605 +005029|sil chuai1 shang4 cai3 piao4 sp1 xiao2 yu3 jiu4 wang4 le5 ci3 shi4 sil|sil 揣 上 彩 票 sp1 小 雨 就 忘 了 此 事 sil|25 22 21 19 26 11 20 19 14 18 9 17 24 30|0.0|3.195 +005030|sil sheng1 huo2 zhong1 bu2 yao4 luan4 yong4 yao4 a5 sp1 yi2 ding4 yao4 ai4 xi1 zi4 ji3 de5 shen1 ti3 sil|sil 生 活 中 不 要 乱 用 药 啊 sp1 一 定 要 爱 惜 自 己 的 身 体 sil|31 21 18 27 12 15 16 14 21 25 12 10 13 18 21 17 14 10 9 22 27 29|0.0|4.67 +005031|sil ni3 shi4 qin1 yan2 suo3 jian4 sp1 dong3 cun2 rui4 la1 kai1 le5 dao2 huo2 suo3 ma5 sil|sil 你 是 亲 眼 所 见 sp1 董 存 瑞 拉 开 了 导 火 索 吗 sil|31 13 20 20 15 19 20 10 17 18 21 19 15 12 15 16 21 27 28|0.0|4.14 +005032|sil zuo2 ri4 sp1 zhuang1 nu2 you4 bei4 shou4 yu3 le5 sp1 chong2 qing4 rong2 yu4 shi4 min2 cheng1 hao4 sil|sil 昨 日 sp1 庄 奴 又 被 授 予 了 sp1 重 庆 荣 誉 市 民 称 号 sil|28 22 24 18 24 22 17 13 18 13 16 3 27 20 15 15 15 17 20 26 31|0.0|4.69 +005033|sil ren4 he2 jing1 ying2 chang2 suo3 sp1 bu4 de2 xiang4 wei4 cheng2 nian2 ren2 chu1 shou4 yan1 jiu3 sil|sil 任 何 经 营 场 所 sp1 不 得 向 未 成 年 人 出 售 烟 酒 sil|28 20 18 13 16 22 24 5 12 13 18 14 17 16 19 15 15 22 28 29|0.0|4.225 +005034|sil di4 san1 tiao2 sp1 dun1 shui4 she4 zhi4 you1 hui4 shui4 lv4 sp1 he2 pu3 tong1 shui4 lv4 sil|sil 第 三 条 sp1 吨 税 设 置 优 惠 税 率 sp1 和 普 通 税 率 sil|26 14 22 31 17 21 21 18 17 19 16 17 20 7 15 18 17 19 22 30|0.0|4.49 +005035|sil lu1 xiu4 zi5 nv3 sheng1 gei3 le5 ta1 yi4 zhang3 hou4 sp1 hong2 wai4 tao4 nv3 sheng1 sp1 yi4 jiao2 ba3 ta1 chuai4 fei1 sil|sil 撸 袖 子 女 生 给 了 她 一 掌 后 sp1 红 外 套 女 生 sp1 一 脚 把 她 踹 飞 sil|30 18 19 10 17 27 14 10 19 14 19 24 22 16 15 19 15 23 5 13 21 14 13 21 26 30|0.0|5.505 +005036|sil gong1 si1 wei4 yuan2 gong1 gou4 mai3 le5 hui2 xiang1 de5 che1 piao4 sp1 fa1 fang4 le5 ji2 bai3 yuan2 lu4 tu2 pan2 chan5 fei4 yong4 sil|sil 公 司 为 员 工 购 买 了 回 乡 的 车 票 sp1 发 放 了 几 百 元 路 途 盘 缠 费 用 sil|26 20 23 14 20 21 14 17 11 19 17 8 19 26 20 17 17 10 15 16 23 17 14 22 15 17 26 28|0.0|5.95 +005037|sil zai4 ta1 jia1 de5 liang3 ceng2 xiao3 lou2 zhou1 wei2 sp1 jin4 shi4 di1 ai3 de5 ni2 wa3 fang2 sil|sil 在 他 家 的 两 层 小 楼 周 围 sp1 尽 是 低 矮 的 泥 瓦 房 sil|29 17 17 17 16 19 16 15 15 16 26 11 23 20 16 18 11 18 19 29 28|0.0|4.595 +005038|sil yao1 he5 sheng1 sp1 he4 chi4 sheng1 sp1 bao4 yuan4 sheng1 sp1 ci2 qi2 bi3 fu2 sil|sil 吆 喝 声 sp1 呵 斥 声 sp1 抱 怨 声 sp1 此 起 彼 伏 sil|29 19 19 26 6 21 19 24 8 20 18 22 5 18 16 15 31 29|0.0|4.0 +005039|sil xiao3 yi2 sui1 zuo4 le5 shou3 shu4 sp1 dan4 fei4 shang4 reng2 you3 wen4 ti2 sil|sil 小 姨 虽 做 了 手 术 sp1 但 肺 上 仍 有 问 题 sil|25 25 21 19 13 11 18 25 24 18 22 21 15 17 17 33 27|0.0|4.08 +005040|sil wo3 zhu4 jiang1 jun1 ao4 sp1 na4 zhang1 shi4 jiang1 jun1 ao4 zhu4 hu4 zheng4 sil|sil 我 住 将 军 澳 sp1 那 张 是 将 军 澳 住 户 证 sil|29 15 19 20 14 25 22 18 20 17 16 13 17 14 15 22 29|0.0|3.77 +005041|sil bu4 nan2 tui1 ce4 sp1 ying4 dui4 zhe4 yi4 feng1 chao2 you3 liang2 zhong2 jiong3 yi4 tai4 du4 sil|sil 不 难 推 测 sp1 应 对 这 一 风 潮 有 两 种 迥 异 态 度 sil|28 14 19 20 24 24 18 15 12 9 21 27 16 23 17 16 14 25 19 29|0.0|4.525 +005042|sil ruo4 zu3 li4 sp1 zai4 jin4 qi1 gao1 dian3 sp1 yi1 dian3 san1 ling2 er4 qi1 sil|sil 弱 阻 力 sp1 在 近 期 高 点 sp1 一 点 三 零 二 七 sil|29 19 17 21 5 16 17 14 19 29 5 17 19 18 13 17 29 29|0.0|3.87 +005043|sil en1 ge2 er3 xi4 shu4 sp1 shi4 shi2 pin3 zhi1 chu1 zong3 e2 sp1 zhan4 ge4 ren2 xiao1 fei4 zhi1 chu1 zong3 e2 de5 bi3 zhong4 sil|sil 恩 格 尔 系 数 sp1 是 食 品 支 出 总 额 sp1 占 个 人 消 费 支 出 总 额 的 比 重 sil|29 17 13 13 23 22 5 24 15 19 13 17 17 25 4 25 14 13 18 17 11 14 14 17 8 16 22 29|0.0|5.5 +005044|sil ta1 mo1 dao4 yi2 ge5 ping2 zi5 sp1 ye3 mei2 zheng1 kai1 yan3 chou2 chou3 sp1 jiu4 wang3 zui2 li3 song4 sil|sil 他 摸 到 一 个 瓶 子 sp1 也 没 睁 开 眼 瞅 瞅 sp1 就 往 嘴 里 送 sil|28 19 18 14 7 11 27 16 20 10 15 16 17 16 26 23 12 16 16 18 18 22 30|0.0|4.82 +005045|sil ru2 guo3 zui4 ming2 cheng2 li4 sp1 ta1 men5 jiang1 bei4 chu2 yi2 si3 xing2 sp1 dan4 yu4 ji4 an4 jian4 shen2 li3 guo4 cheng2 rong3 chang2 sil|sil 如 果 罪 名 成 立 sp1 他 们 将 被 处 以 死 刑 sp1 但 预 计 案 件 审 理 过 程 冗 长 sil|27 17 20 16 18 22 20 17 12 13 19 13 17 13 18 31 34 15 19 17 21 14 15 13 15 18 18 34 30|0.0|6.45 +005046|sil zui4 jin4 sp1 zhe4 zuo4 hao2 zhai2 zheng4 zai4 jing1 diao1 xi4 zhuo2 sil|sil 最 近 sp1 这 座 豪 宅 正 在 精 雕 细 琢 sil|27 18 25 15 16 13 18 25 18 23 17 17 20 29 30|0.0|3.605 +005047|sil qi2 qian2 yue4 fu4 jian4 zhuang4 shang4 qian2 qiang3 duo2 da2 huo3 ji1 sil|sil 其 前 岳 父 见 状 上 前 抢 夺 打 火 机 sil|24 26 25 15 14 19 24 22 23 26 16 17 17 26 27|0.0|3.725 +005048|sil zhe4 tong2 yang4 ye3 shi4 tai4 miao4 suo3 bu4 neng2 dai4 ti4 de5 sil|sil 这 同 样 也 是 太 庙 所 不 能 代 替 的 sil|26 17 24 25 17 11 20 20 17 9 19 18 23 15 28|0.0|3.355 +005049|sil yan3 jing1 wang3 xia4 kan4 sp1 zha2 yan3 dong4 zuo4 zeng1 jia1 shi4 ni3 de5 sa1 huang3 xi2 guan4 sil|sil 眼 睛 往 下 看 sp1 眨 眼 动 作 增 加 是 你 的 撒 谎 习 惯 sil|29 19 24 17 22 23 17 16 17 15 11 19 27 17 15 9 17 17 17 21 31|0.0|4.64 +005050|sil gang3 wei4 sui1 shao3 sp1 dan4 zhi3 yao4 neng2 ceng4 jin4 lai5 sp1 bian4 neng2 de2 dao4 yi2 fen4 gao1 xin1 sil|sil 岗 位 虽 少 sp1 但 只 要 能 蹭 进 来 sp1 便 能 得 到 一 份 高 薪 sil|25 19 20 19 27 14 18 9 12 17 24 15 17 13 13 18 12 12 12 16 17 26 28|0.0|4.68 +005051|sil jia1 li3 de5 xi3 yi1 ji1 ke2 yi3 dai4 lao2 ya5 sil|sil 家 里 的 洗 衣 机 可 以 代 劳 呀 sil|26 23 17 12 23 8 18 13 11 15 19 26 26|0.0|2.755 +005052|sil yi3 hou4 sp1 hui4 ou2 er2 you3 zhei4 yang4 de5 ri4 zi5 de5 sil|sil 以 后 sp1 会 偶 尔 有 这 样 的 日 子 的 sil|28 15 25 4 19 19 21 16 11 16 6 21 14 20 28|0.0|3.055 +005053|sil yi4 zhi2 mo1 sp1 yi4 zhi2 mo1 sp1 zhe4 xia4 hao3 le5 sil|sil 一 直 摸 sp1 一 直 摸 sp1 这 下 好 了 sil|29 16 15 30 5 15 13 25 16 18 16 23 18 30|0.0|3.125 +005054|sil hao2 bi3 zui4 yi3 fan4 xia4 sp1 yao4 sha1 yao4 gua3 sp1 bian4 shi4 fa3 guan1 de5 shi4 sp1 ta1 de5 shi3 ming4 sp1 zhi4 ci3 er2 zhong1 sil|sil 好 比 罪 已 犯 下 sp1 要 杀 要 剐 sp1 便 是 法 官 的 事 sp1 他 的 使 命 sp1 至 此 而 终 sil|29 22 23 17 13 23 27 18 14 14 20 25 5 16 12 19 19 11 23 30 16 10 18 27 7 17 15 16 24 31|0.0|6.51 +005055|sil ran2 er2 sp1 bao3 ji1 chen2 cang1 qu1 yang2 ping2 zhen4 de5 niu1 niu5 sp1 zai4 sheng1 yi4 qian2 xi1 sp1 que4 zao1 yu4 le5 bu2 xing4 sil|sil 然 而 sp1 宝 鸡 陈 仓 区 阳 平 镇 的 妞 妞 sp1 在 生 意 前 夕 sp1 却 遭 遇 了 不 幸 sil|31 16 28 7 19 14 20 21 22 24 20 13 7 19 22 3 20 12 14 22 22 6 19 15 11 12 15 30 31|0.0|5.975 +005056|sil ta1 men5 jiang1 dui4 liu2 yang4 sp1 zhao4 hui2 de5 chan2 pin3 bao1 zhuang1 dai4 deng3 jin4 xing2 chou1 yang4 jian3 ce4 sil|sil 他 们 将 对 留 样 sp1 召 回 的 产 品 包 装 袋 等 进 行 抽 样 检 测 sil|24 15 13 20 17 24 23 6 22 17 8 26 27 15 18 18 23 20 19 19 15 18 28 31|0.0|5.415 +005057|sil dan1 gang4 sp1 cheng2 wei2 ben2 chang3 jiao4 liang4 de5 fen1 shui2 ling3 sil|sil 单 杠 sp1 成 为 本 场 较 量 的 分 水 岭 sil|25 23 22 3 21 19 19 20 15 14 7 19 15 29 29|0.0|3.245 +005058|sil wo3 gang1 lai2 sp1 ye3 hui4 zhe4 yang4 mei2 wan3 ban4 ye4 liang3 san1 dian3 cai2 hui4 shui4 de5 zhao2 sil|sil 我 刚 来 sp1 也 会 这 样 每 晚 半 夜 两 三 点 才 会 睡 得 着 sil|31 14 20 26 6 15 16 12 19 16 18 14 14 20 21 16 15 12 15 9 28 29|0.0|4.485 +005059|sil tian2 ye3 gong1 tu2 sp1 fei1 zhou1 gu1 niang5 de2 bu4 jia1 da2 sil|sil 田 野 供 图 sp1 非 洲 姑 娘 德 布 佳 达 sil|26 23 19 18 27 13 18 16 15 27 14 11 20 29 29|0.0|3.545 +005060|sil na4 cui4 de2 guo2 zhan4 ling3 nuo2 wei1 hou4 sp1 cheng1 meng2 ke4 de5 hua4 duo4 luo4 sil|sil 纳 粹 德 国 占 领 挪 威 后 sp1 称 蒙 克 的 画 堕 落 sil|29 19 19 16 20 15 13 18 17 24 18 29 19 17 10 22 21 23 29|0.0|4.385 +005061|sil fang4 xia4 dian4 hua4 cai2 shu4 fen1 zhong1 sp1 mu3 qin1 ya3 zhe5 sang3 zi5 de5 ku1 hou3 sheng1 yi3 jing1 xiang2 qi3 sil|sil 放 下 电 话 才 数 分 钟 sp1 母 亲 哑 着 嗓 子 的 哭 吼 声 已 经 响 起 sil|31 16 17 18 20 17 18 17 20 17 14 26 19 12 20 9 10 16 17 27 14 15 23 30 28|0.0|5.465 +005062|sil lin2 mu3 cong2 she4 hui4 xing2 shi4 fen1 xi1 dao4 ben3 hang2 gong1 zuo4 sp1 zhen3 mi4 de5 wu2 xie4 ke3 ji1 sil|sil 林 母 从 社 会 形 势 分 析 到 本 行 工 作 sp1 缜 密 得 无 懈 可 击 sil|30 18 24 24 15 13 22 21 22 14 19 17 22 17 20 26 20 18 14 17 20 19 25 28|0.0|5.635 +005063|sil wei4 pa2 shan1 hao3 de5 dui4 you3 fu2 wu4 sil|sil 为 爬 山 好 的 队 友 服 务 sil|28 24 21 20 18 10 12 16 19 21 29|0.0|2.535 +005064|sil zai4 ba2 lao3 zhang1 sp1 bao4 da3 yi2 dun4 hou4 sp1 san1 ren2 hai2 bu4 jie3 hen4 sp1 you4 chuai4 le5 lao3 zhang1 de5 che1 ji2 jiao3 sil|sil 在 把 老 张 sp1 暴 打 一 顿 后 sp1 三 人 还 不 解 恨 sp1 又 踹 了 老 张 的 车 几 脚 sil|28 20 11 18 23 2 17 15 10 18 20 27 22 19 18 12 19 23 24 12 20 9 18 15 8 18 15 28 30|0.0|6.03 +005065|sil e2 luo2 si1 xin1 xiu4 ke1 mo4 wa2 sp1 yi3 shi2 wu2 dian3 qi1 san1 san1 fen1 sp1 gao1 ju1 di4 yi1 sil|sil 俄 罗 斯 新 秀 科 莫 娃 sp1 以 十 五 点 七 三 三 分 sp1 高 居 第 一 sil|30 13 13 15 21 22 17 18 28 17 14 18 14 18 18 17 19 22 6 18 16 13 27 29|0.0|5.14 +005066|sil jie2 guo3 ji1 qi4 chu1 le5 gu4 zhang4 sp1 qian2 bei4 tun1 le5 sp1 que4 mei2 da3 yin4 cun2 dan1 sil|sil 结 果 机 器 出 了 故 障 sp1 钱 被 吞 了 sp1 却 没 打 印 存 单 sil|26 21 27 20 19 16 13 17 21 13 23 13 23 15 4 16 17 15 14 21 25 30|0.0|4.745 +005067|sil shuo1 shuo1 dai4 biao3 de5 na4 xie1 shir4 r ba5 sil|sil 说 说 代 表 的 那 些 事 儿 吧 sil|26 21 19 18 16 7 17 13 26 0 21 27|0.0|2.45 +005068|sil xiao3 tu4 zai3 zi5 sp1 ni3 yao4 shi4 gan2 wang3 xia4 bian1 la1 shi3 sp1 ni3 jiu4 si3 ding4 le5 sil|sil 小 兔 崽 子 sp1 你 要 是 敢 往 下 边 拉 屎 sp1 你 就 死 定 了 sil|26 21 15 20 20 27 9 14 13 14 15 16 13 18 29 13 10 12 17 22 17 30|0.0|4.54 +005069|sil wo3 sui2 zhi1 zhui1 chu1 qu4 ge4 zhong3 dao4 qian4 sp1 ge4 zhong3 cheng2 nuo4 sp1 ge4 zhong2 hong3 sp1 xi2 fu4 sp1 cai2 hui2 xin1 zhuan3 yi4 sil|sil 我 随 之 追 出 去 各 种 道 歉 sp1 各 种 承 诺 sp1 各 种 哄 sp1 媳 妇 sp1 才 回 心 转 意 sil|31 10 21 19 16 17 23 15 14 16 27 9 13 15 22 23 10 17 19 31 17 21 20 4 19 16 17 18 23 29|0.0|6.41 +005070|sil jin1 nian2 chu1 sp1 yin4 ni2 yi4 ming2 qiu2 fan4 shou4 nve4 can2 si3 de5 xin1 wen2 ceng2 yin3 fa1 hong1 dong4 sil|sil 今 年 初 sp1 印 尼 一 名 囚 犯 受 虐 惨 死 的 新 闻 曾 引 发 轰 动 sil|24 17 19 28 33 16 24 13 20 27 23 27 18 22 13 9 22 21 28 15 17 22 23 27|0.0|5.9 +005071|sil ji4 zhe3 xiang4 yi2 wei4 fan4 zi5 xun2 wen4 sp1 shi4 fou3 neng2 mai3 dao4 sp1 mei2 xun1 guo4 liu2 huang2 de5 yao4 cai2 sil|sil 记 者 向 一 位 贩 子 询 问 sp1 是 否 能 买 到 sp1 没 熏 过 硫 磺 的 药 材 sil|27 21 21 19 11 12 19 11 20 19 21 15 12 17 21 20 4 20 20 13 17 17 6 22 30 28|0.0|5.37 +005072|sil lao2 ban3 cheng1 sp1 chu1 shou4 de5 tian1 e2 shi4 yu2 min2 yong4 wang2 bu3 sha1 hou4 song4 lai2 de5 sp1 jue2 dui4 an1 quan2 sil|sil 老 板 称 sp1 出 售 的 天 鹅 是 渔 民 用 网 捕 杀 后 送 来 的 sp1 绝 对 安 全 sil|28 17 17 27 20 20 17 7 25 22 22 11 22 20 18 18 18 19 18 18 11 8 19 21 16 28 28|0.0|5.98 +005073|sil da4 jia1 yao4 zhu4 yi5 shi4 nei4 tong1 feng1 sp1 yin3 shi2 zui4 hao2 yi3 qing1 dan4 shuang2 kou3 wei2 zhu3 sil|sil 大 家 要 注 意 室 内 通 风 sp1 饮 食 最 好 以 清 淡 爽 口 为 主 sil|27 17 24 14 14 15 15 14 22 26 28 18 22 17 14 15 24 18 22 19 17 27 29|0.0|5.315 +005074|sil yang2 bing1 bei4 ji1 shang1 hou4 sp1 bei4 jing3 cha2 fan2 ning3 zhe5 shuang1 bi4 sp1 jiu1 zhu4 yi1 ling3 sp1 ya1 xia4 che1 lai2 sil|sil 阳 兵 被 击 伤 后 sp1 被 警 察 反 拧 着 双 臂 sp1 揪 住 衣 领 sp1 押 下 车 来 sil|29 23 22 15 14 20 23 18 14 19 22 21 18 10 24 18 15 19 14 17 23 10 19 16 19 28 28|0.0|6.01 +005075|sil ao4 lin2 pi3 ya4 sp1 wo3 qiang2 li4 tui1 jian4 sil|sil 奥 林 匹 亚 sp1 我 强 力 推 荐 sil|27 17 18 23 24 12 10 23 15 19 22 29|0.0|2.775 +005076|sil yang2 nv3 shi4 de5 gong1 gong5 zheng4 shi2 sp1 er2 xi2 sp1 wan3 shang4 yi3 jing1 mei2 le5 sp1 ting3 tu1 ran2 de5 sil|sil 杨 女 士 的 公 公 证 实 sp1 儿 媳 sp1 晚 上 已 经 没 了 sp1 挺 突 然 的 sil|29 18 17 14 10 17 15 18 27 36 16 33 6 17 16 9 15 22 16 14 22 21 21 13 31|0.0|5.49 +005077|sil liao4 mou2 mou3 mei3 tian1 zhe2 mo2 ta1 sp1 nve4 dai4 ta1 sp1 ta1 cheng2 le5 liao4 mou2 mou3 de5 xing4 nu2 sil|sil 廖 某 某 每 天 折 磨 她 sp1 虐 待 她 sp1 她 成 了 廖 某 某 的 性 奴 sil|29 19 18 23 22 23 15 18 30 8 19 16 26 24 17 15 9 16 16 15 8 24 29 29|0.0|5.435 +005078|sil yan2 jiu1 dang2 shi3 sp1 jiu4 shi4 xiang3 cong2 zou3 guo4 de5 lu4 zong3 jie2 jing1 yan4 jiao4 xun4 sil|sil 研 究 党 史 sp1 就 是 想 从 走 过 的 路 总 结 经 验 教 训 sil|29 17 18 23 27 14 16 12 21 21 19 16 10 23 22 16 13 17 21 23 29|0.0|4.725 +005079|sil li3 xian1 sheng5 wei4 ci3 fei1 chang2 ku2 nao3 sil|sil 李 先 生 为 此 非 常 苦 恼 sil|28 17 20 24 16 20 17 22 19 28 29|0.0|2.79 +005080|sil zai4 jia1 fu4 jin4 sp1 you3 yi2 duan4 dou3 po1 sil|sil 在 家 附 近 sp1 有 一 段 陡 坡 sil|28 17 18 18 22 12 14 9 17 17 31 27|0.0|2.67 +005081|sil da4 ye5 shuo1 sp1 zhe4 shi4 shui3 ni2 lu4 a5 sil|sil 大 爷 说 sp1 这 是 水 泥 路 啊 sil|25 18 17 27 17 14 13 19 17 21 23 27|0.0|2.765 +005082|sil mei3 tu2 wan2 yi4 ceng2 sp1 ta1 zong3 yao4 xiu1 xi5 shang4 yi1 liang3 fen1 zhong1 sp1 chuan2 kou3 qi4 sil|sil 每 涂 完 一 层 sp1 他 总 要 休 息 上 一 两 分 钟 sp1 喘 口 气 sil|31 18 15 15 15 31 5 18 16 14 18 13 17 12 17 19 18 6 22 16 27 30|0.0|4.565 +005083|sil guan1 yuan2 zai4 shi4 gu4 xian4 chang2 sha3 xiao4 sil|sil 官 员 在 事 故 现 场 傻 笑 sil|26 20 27 18 17 11 17 18 21 30 29|0.0|2.715 +005084|sil gai1 an4 zai4 fa3 lv4 shang4 de5 shou3 duan4 yi3 jing1 qiong2 jin4 sp1 zan4 wu2 fa3 zhi2 xing2 sil|sil 该 案 在 法 律 上 的 手 段 已 经 穷 尽 sp1 暂 无 法 执 行 sil|27 21 25 18 19 15 17 6 17 26 11 17 23 20 15 26 13 19 16 31 29|0.0|4.775 +005085|sil ta1 xin1 cun2 yi2 huo4 sp1 zhe4 me5 yan2 su4 de5 shu1 sp1 ye3 neng2 dou4 ren2 xiao4 sil|sil 他 心 存 疑 惑 sp1 这 么 严 肃 的 书 sp1 也 能 逗 人 笑 sil|23 21 20 20 15 27 29 13 14 16 16 9 24 5 15 20 14 17 29 27|0.0|4.345 +005086|sil wang2 jian4 lin2 sp1 guo3 ran2 wei4 kou3 jing1 ren2 sil|sil 王 健 林 sp1 果 然 胃 口 惊 人 sil|28 18 18 25 3 21 21 16 17 21 26 28|0.0|2.815 +005087|sil han2 guo2 fang2 nu2 ren2 shu4 sp1 shang4 wu2 zhun3 que4 tong3 ji4 sil|sil 韩 国 房 奴 人 数 sp1 尚 无 准 确 统 计 sil|27 23 20 20 12 19 23 6 22 15 18 18 22 21 30|0.0|3.435 +005088|sil lao3 po5 tai2 shou2 gei3 le5 wo3 yi4 er3 guang1 sp1 ping2 sha2 ba3 pian2 yi5 de5 zhe4 bei1 gei2 wo3 sil|sil 老 婆 抬 手 给 了 我 一 耳 光 sp1 凭 啥 把 便 宜 的 这 杯 给 我 sil|30 21 19 26 19 12 10 12 12 20 26 28 24 24 16 21 13 11 15 12 21 25 30|0.0|5.19 +005089|sil zheng4 quan4 jian3 cheng1 wei2 hang2 chi3 qian2 jin4 sp1 zheng4 quan4 dai4 ma3 wei2 sp1 liu4 ling2 yao1 yao1 qi1 qi1 sil|sil 证 券 简 称 为 杭 齿 前 进 sp1 证 券 代 码 为 sp1 六 零 幺 幺 七 七 sil|27 24 23 19 19 23 28 17 21 21 42 19 19 14 18 25 22 17 19 18 16 18 28 30|0.0|6.12 +005090|sil zhang1 lei2 lei3 sp1 xian4 zai4 xiang3 xian1 ba3 zi4 ji3 gai1 de2 de5 gong1 zi1 yao4 dao4 shou3 sil|sil 张 磊 磊 sp1 现 在 想 先 把 自 己 该 得 的 工 资 要 到 手 sil|27 21 15 23 5 20 13 22 19 15 12 16 18 12 9 18 18 15 17 30 28|0.0|4.335 +005091|sil mei2 you3 ren2 zhi1 dao4 sp1 bai2 er4 shao2 qi3 le5 duo1 shao3 zuo4 yong4 sil|sil 没 有 人 知 道 sp1 白 二 少 起 了 多 少 作 用 sil|28 16 13 16 16 21 14 14 17 22 15 11 14 19 18 21 30|0.0|3.545 +005092|sil fa3 guo2 de5 jiu3 wen2 hua4 sp1 li4 yong4 pu2 tao5 mei2 jiu3 zuo4 zai4 ti3 sp1 yi3 jing1 re4 xiao1 shi4 jie4 sil|sil 法 国 的 酒 文 化 sp1 利 用 葡 萄 美 酒 做 载 体 sp1 已 经 热 销 世 界 sil|30 23 14 11 17 17 26 13 13 18 18 15 18 18 16 20 30 19 14 21 16 18 18 26 26|0.0|5.52 +005093|sil cao2 ya3 qi2 hui2 dao4 jiao4 shi4 shi2 sp1 li3 mian4 kong1 wu2 yi4 ren2 sp1 dou1 qu4 shang4 ti3 yu4 ke4 le5 sil|sil 曹 雅 琪 回 到 教 室 时 sp1 里 面 空 无 一 人 sp1 都 去 上 体 育 课 了 sil|30 21 16 23 17 12 19 18 29 21 13 24 22 11 16 24 16 16 14 18 16 12 22 20 31|0.0|5.58 +005094|sil xun4 lian4 de5 zui4 hou4 sp1 suo2 you3 min2 bing1 sp1 yi4 qi3 kang2 zhe5 bu4 qiang1 qu4 lian4 xi2 she4 ji1 sil|sil 训 练 的 最 后 sp1 所 有 民 兵 sp1 一 起 扛 着 步 枪 去 练 习 射 击 sil|30 21 16 9 16 25 17 19 11 21 25 8 10 16 22 10 14 24 14 17 14 19 25 32|0.0|5.055 +005095|sil ruo4 yao4 gou4 fang2 sp1 zhi3 neng2 zai4 qi2 zhong1 de5 wu3 zhuang4 lou2 fang2 jin4 xing2 tiao1 xuan3 sil|sil 若 要 购 房 sp1 只 能 在 其 中 的 五 幢 楼 房 进 行 挑 选 sil|30 15 16 18 34 8 14 15 16 20 19 12 18 17 15 19 13 14 19 33 30|0.0|4.585 +005096|sil si4 nian2 qian2 sp1 cheng2 nan2 na4 pian4 sp1 ao1 tu1 bu4 ping2 sp1 za2 cao3 cong2 sheng1 de5 huang1 shan1 po1 sp1 bu2 jian4 le5 sil|sil 四 年 前 sp1 城 南 那 片 sp1 凹 凸 不 平 sp1 杂 草 丛 生 的 荒 山 坡 sp1 不 见 了 sil|25 18 20 31 3 25 16 16 24 6 17 20 16 32 4 19 21 21 18 7 17 18 20 2 15 28 13 28|0.0|5.81 +005097|sil kan4 lai2 shi4 jiao1 qing2 wei4 zhi4 sp1 yuan2 fen4 wei4 dao4 sp1 zai4 chu2 chu3 kan4 ba5 sil|sil 看 来 是 交 情 未 至 sp1 缘 分 未 到 sp1 再 处 处 看 吧 sil|27 22 24 24 18 18 19 20 10 18 14 18 23 16 22 18 16 25 21 30|0.0|4.68 +005098|sil dan4 bu4 fen5 kui1 kong1 cong2 he2 bu3 chong1 sp1 shi4 wo3 men5 yao4 kao3 lv4 de5 sil|sil 但 部 分 亏 空 从 何 补 充 sp1 是 我 们 要 考 虑 的 sil|28 24 14 16 18 25 20 17 14 25 8 15 13 10 15 22 20 16 28|0.0|4.045 +005099|sil shang1 yuan2 mu4 qian2 zai4 kong1 jun1 si4 wu3 si4 yi1 yuan4 jin3 ji2 jiu4 zhi4 sil|sil 伤 员 目 前 在 空 军 四 五 四 医 院 紧 急 救 治 sil|24 24 32 17 21 18 21 22 23 12 18 17 17 17 17 20 23 29|0.0|4.32 +005100|sil che2 qi3 yu2 wang3 hou4 sp1 gai1 nan2 zi2 ye3 gen1 zhe5 piao1 fu2 shang4 lai2 sil|sil 扯 起 渔 网 后 sp1 该 男 子 也 跟 着 漂 浮 上 来 sil|27 23 17 14 20 21 13 15 21 20 16 17 12 21 11 19 22 27|0.0|3.905 +005101|sil er4 zhan4 qi1 jian1 sp1 ri4 jun1 jiu4 shi4 da3 zhe5 yu4 ren2 tian1 huang2 de5 ming2 yi4 sp1 qin1 lve4 ya4 zhou1 sil|sil 二 战 期 间 sp1 日 军 就 是 打 着 裕 仁 天 皇 的 名 义 sp1 侵 略 亚 洲 sil|25 16 20 17 27 23 19 20 14 11 18 26 15 18 19 20 5 22 17 3 22 17 18 28 28|0.0|5.43 +005102|sil wo3 de5 ping2 heng2 gan3 bu2 tai4 hao3 yo5 sil|sil 我 的 平 衡 感 不 太 好 哟 sil|28 12 9 20 18 22 11 17 22 24 26|0.0|2.425 +005103|sil dai3 dao4 dian3 guan1 chang3 chou4 shi4 sp1 jiu4 lai2 da4 jin4 sil|sil 逮 到 点 官 场 臭 事 sp1 就 来 大 劲 sil|26 18 15 19 20 19 22 23 10 15 14 19 26 27|0.0|3.17 +005104|sil yuan3 chu4 wang4 qu4 sp1 ge4 lei4 zhao1 pai2 lin2 lang2 man3 mu4 sil|sil 远 处 望 去 sp1 各 类 招 牌 琳 琅 满 目 sil|30 18 22 21 22 19 14 16 19 21 20 18 19 21 29|0.0|3.59 +005105|sil teng2 xun4 wei1 bo2 chu1 le5 yi2 ge5 gong1 neng2 chui1 yi4 chui1 sil|sil 腾 讯 微 博 出 了 一 个 功 能 吹 一 吹 sil|26 22 15 18 26 20 10 11 12 17 23 27 12 24 29|0.0|3.39 +005106|sil shui2 ye3 mei2 rang4 ni3 hua1 sp1 hai2 zi5 fei1 yao4 hua1 sp1 jia1 zhang3 niu4 bu2 guo4 sp1 hua1 bei5 sil|sil 谁 也 没 让 你 花 sp1 孩 子 非 要 花 sp1 家 长 拗 不 过 sp1 花 呗 sil|28 20 13 18 17 14 28 16 17 11 19 14 27 21 23 22 17 12 23 20 22 23 30|0.0|5.28 +005107|sil qian2 rong2 ye3 chui2 tou2 sang4 qi4 jin4 lai2 sp1 jian4 le5 ta1 sp1 ye3 bu2 ji4 ng1 yuan4 le5 sp1 dao4 sp1 wo3 he2 na4 ge5 xing4 yao2 de5 chui1 la5 sil|sil 钱 荣 也 垂 头 丧 气 进 来 sp1 见 了 他 sp1 也 不 计 恩 怨 了 sp1 道 sp1 我 和 那 个 姓 姚 的 吹 啦 sil|29 28 26 16 19 15 19 16 19 23 20 15 12 28 9 12 14 15 13 24 14 18 26 52 10 11 20 17 19 19 8 27 17 32|0.0|7.685 +005108|sil dui4 ci3 sp1 liu2 luan2 xiong2 ceng2 qing3 qiu2 ao4 men2 fa3 yuan4 sp1 bo2 hui2 zhi3 kong4 sp1 dan4 zao1 dao4 ju4 jue2 sil|sil 对 此 sp1 刘 銮 雄 曾 请 求 澳 门 法 院 sp1 驳 回 指 控 sp1 但 遭 到 拒 绝 sil|28 17 31 17 13 19 27 19 17 17 14 18 19 19 2 20 16 16 22 22 19 15 14 20 30 28|0.0|5.795 +005109|sil fei3 tu2 jiao2 cai3 ping2 di3 xie2 sp1 mei2 you3 chuan1 wa4 sil|sil 匪 徒 脚 踩 平 底 鞋 sp1 没 有 穿 袜 sil|26 25 26 19 20 23 14 29 10 13 15 24 26 28|0.0|3.455 +005110|sil du2 chang3 liu2 dong4 lun2 liu2 zuo4 zhuang1 sp1 bi4 mian3 bei4 jing3 fang1 cha2 chao1 sil|sil 赌 场 流 动 轮 流 坐 庄 sp1 避 免 被 警 方 查 抄 sil|27 16 21 18 19 15 18 17 27 12 14 28 14 17 16 20 31 29|0.0|4.165 +005111|sil lao3 ma1 tou2 ye3 bu4 tai2 sp1 ni2 xiao3 shi2 hou4 xie2 gei2 wo3 de5 sil|sil 老 妈 头 也 不 抬 sp1 你 小 时 候 写 给 我 的 sil|29 16 27 20 17 11 33 18 12 22 16 13 18 15 16 20 29|0.0|3.86 +005112|sil zhuang1 yan2 de5 shan1 dong1 hui4 tang2 nei4 sp1 hua2 deng1 cui3 can4 sp1 hua1 tuan2 jin3 cu4 sp1 qi4 fen1 re4 lie4 sil|sil 庄 严 的 山 东 会 堂 内 sp1 华 灯 璀 璨 sp1 花 团 锦 簇 sp1 气 氛 热 烈 sil|23 22 17 12 17 13 14 20 22 20 21 15 19 25 10 18 20 18 22 5 20 16 20 22 31|0.0|5.365 +005113|sil yuan2 yin1 jiu4 shi4 yan1 hua1 bao4 zhu2 yin2 qi3 sil|sil 原 因 就 是 烟 花 爆 竹 引 起 sil|27 20 23 18 18 18 21 18 12 19 26 29|0.0|2.89 +005114|sil di4 er4 jian4 shi4 qing5 sp1 yi4 zhong3 yan2 se4 sil|sil 第 二 件 事 情 sp1 一 种 颜 色 sil|26 9 19 16 16 23 15 11 16 19 25 27|0.0|2.58 +005115|sil ci3 ci4 mi2 fen3 ti2 jia4 sp1 shi4 chang2 fan3 ying4 bu4 yi1 sil|sil 此 次 米 粉 提 价 sp1 市 场 反 应 不 一 sil|29 21 20 18 17 19 25 9 17 24 14 18 14 25 29|0.0|3.475 +005116|sil wang2 song4 tao1 xiang3 sp1 zhe4 bei4 zi5 sp1 suan4 shi4 he2 lu4 deng1 jie2 xia4 sp1 bu4 jie3 zhi1 yuan2 le5 sil|sil 王 宋 涛 想 sp1 这 辈 子 sp1 算 是 和 路 灯 结 下 sp1 不 解 之 缘 了 sil|30 19 17 19 29 18 19 17 15 8 20 11 12 19 19 16 19 2 14 15 17 21 17 29|0.0|4.895 +005117|sil cheng4 pan2 ji1 hu1 tuo1 bu2 zhu4 ta1 fei2 da4 de5 shen1 zi5 sil|sil 秤 盘 几 乎 托 不 住 它 肥 大 的 身 子 sil|26 27 30 16 17 21 12 17 18 21 15 8 24 17 28|0.0|3.45 +005118|sil zhi2 dao4 min2 jing2 gan3 dao4 quan4 shuo1 hou4 sp1 na4 wei4 hou4 niao2 lao3 ren2 sp1 cai2 bu4 qing2 yuan4 de5 zou3 kai1 sil|sil 直 到 民 警 赶 到 劝 说 后 sp1 那 位 候 鸟 老 人 sp1 才 不 情 愿 地 走 开 sil|28 17 19 23 22 16 13 21 20 22 28 15 16 18 15 18 20 5 20 13 13 16 10 17 30 30|0.0|5.63 +005119|sil li2 ba1 nen4 jian3 fang1 yi2 zhan3 kai1 diao4 cha2 sil|sil 黎 巴 嫩 检 方 已 展 开 调 查 sil|28 18 13 20 20 30 13 17 17 19 34 32|0.0|3.025 +005120|sil li3 zhen4 bo1 de5 qi1 zi3 sheng4 ya4 ling2 sp1 zai4 guan1 kan4 xiang4 si3 er2 sheng1 shi2 sp1 xin1 qing2 jiu2 jiu3 bu4 neng2 ping2 jing4 sil|sil 李 振 波 的 妻 子 盛 亚 玲 sp1 在 观 看 向 死 而 生 时 sp1 心 情 久 久 不 能 平 静 sil|31 15 21 14 8 22 18 16 15 30 23 17 19 26 21 14 14 20 23 8 22 25 17 18 9 15 21 24 32|0.0|6.48 +005121|sil xian4 zai4 ming2 yue4 dao3 shang4 de5 jiang1 jun5 fu3 sil|sil 现 在 明 月 岛 上 的 将 军 府 sil|28 28 19 20 16 19 19 9 19 17 31 29|0.0|2.945 +005122|sil zai4 lu4 shang4 sp1 ta1 jian4 dao4 kuang4 quan2 shui3 kong1 ping2 zi5 shi2 sp1 ye3 jian2 qi3 sp1 en4 jin4 bei1 bao1 li3 sil|sil 在 路 上 sp1 他 见 到 矿 泉 水 空 瓶 子 时 sp1 也 捡 起 sp1 摁 进 背 包 里 sil|29 15 20 26 17 17 17 17 22 15 15 22 21 12 26 30 12 21 21 3 16 16 15 18 24 32|0.0|5.79 +005123|sil san1 shi4 sp1 zhuo2 li4 cha2 chu2 sun3 hai4 qun2 zhong4 qie4 shen1 li4 yi4 de5 an4 jian4 sil|sil 三 是 sp1 着 力 查 处 损 害 群 众 切 身 利 益 的 案 件 sil|30 28 22 13 17 14 22 22 23 18 19 12 15 15 14 13 11 18 23 34|0.0|4.445 +005124|sil sheng1 ming4 zai4 yu2 yun4 dong4 sp1 wo3 jue2 de5 sp1 ni3 hai2 shi4 duo1 yun4 dong4 yun4 dong4 ba5 sil|sil 生 命 在 于 运 动 sp1 我 觉 得 sp1 你 还 是 多 运 动 运 动 吧 sil|30 26 25 19 17 19 24 22 12 15 17 14 7 18 14 13 20 12 15 17 21 32|0.0|4.745 +005125|sil gan3 sao1 rao3 gu1 nai3 nai5 sp1 huo2 ni4 le5 ni3 sil|sil 敢 骚 扰 姑 奶 奶 sp1 活 腻 了 你 sil|27 19 19 19 15 19 25 12 21 21 13 28 29|0.0|3.095 +005126|sil ling4 yi2 ge5 re2 yan3 de5 ming2 xing1 sp1 dang1 shu3 weng1 hong2 sil|sil 另 一 个 惹 眼 的 明 星 sp1 当 属 翁 虹 sil|29 19 13 18 11 18 6 20 26 6 19 15 22 35 32|0.0|3.35 +005127|sil wang3 xi1 dui4 bi3 sp1 ge2 qi3 yi4 gan2 kai3 liang2 duo1 sil|sil 往 昔 对 比 sp1 葛 启 义 感 慨 良 多 sil|28 17 16 20 25 11 15 22 17 20 15 23 23 30|0.0|3.275 +005128|sil qu4 cun1 li2 zhao3 sp1 shuo1 shi4 shui3 beng4 huai4 le5 sil|sil 去 村 里 找 sp1 说 是 水 泵 坏 了 sil|26 17 19 18 26 10 19 18 22 21 25 17 28|0.0|3.085 +005129|sil si2 zhe3 guan1 cai5 sp1 ye3 bei4 tai2 ru4 chang3 qu1 nei4 sil|sil 死 者 棺 材 sp1 也 被 抬 入 厂 区 内 sil|28 22 17 19 25 7 17 16 18 11 21 14 23 29|0.0|3.105 +005130|sil dan4 ou1 meng2 ke3 neng2 yi3 jing1 pao1 qi4 le5 ying1 guo2 sil|sil 但 欧 盟 可 能 已 经 抛 弃 了 英 国 sil|26 16 20 31 18 18 18 18 22 13 11 21 31 30|0.0|3.4 +005131|sil fang2 wu1 zeng4 yu3 sp1 guang1 you2 biao3 shi4 shi4 bu2 gou4 de5 sil|sil 房 屋 赠 与 sp1 光 有 表 示 是 不 够 的 sil|30 23 15 24 21 5 18 16 24 20 16 12 21 16 30|0.0|3.375 +005132|sil ta1 men5 mie4 shi4 fa3 lv4 sp1 jian4 ta4 fa3 lv4 sil|sil 他 们 蔑 视 法 律 sp1 践 踏 法 律 sil|26 18 24 24 16 20 23 3 26 19 19 24 29|0.0|3.15 +005133|sil lao3 po5 hui2 dao4 bing4 fang2 li3 sp1 yi4 lian3 wu2 nai4 sil|sil 老 婆 回 到 病 房 里 sp1 一 脸 无 奈 sil|28 20 21 16 11 21 22 23 11 11 22 13 29 28|0.0|3.2 +005134|sil wo3 de5 xing4 ge2 ye3 shi4 ni4 lai2 shun4 shou4 sp1 cong2 xiao3 dan2 xiao3 pa4 shi4 sp1 fan2 shi4 dou1 ren3 rang4 sil|sil 我 的 性 格 也 是 逆 来 顺 受 sp1 从 小 胆 小 怕 事 sp1 凡 事 都 忍 让 sil|31 12 10 22 24 15 15 14 18 18 21 27 21 23 18 18 22 23 14 24 17 15 17 24 30|0.0|5.72 +005135|sil zhe4 shi4 ge5 yu2 chun3 de5 sheng1 ming2 sp1 yuan2 yin1 you3 san1 sil|sil 这 是 个 愚 蠢 的 声 明 sp1 原 因 有 三 sil|25 20 17 17 19 17 10 19 26 15 16 16 16 31 28|0.0|3.395 +005136|sil nan2 zi3 zui2 li3 yi4 bian1 du1 nang5 zhe5 sp1 yi4 bian1 cong2 shen1 shang4 mo1 chu1 chao1 piao4 sp1 wang3 tian1 shang4 sa3 sil|sil 男 子 嘴 里 一 边 嘟 囔 着 sp1 一 边 从 身 上 摸 出 钞 票 sp1 往 天 上 撒 sil|31 20 21 19 18 14 19 16 21 19 28 11 15 17 17 21 15 12 23 23 13 13 18 19 31 31|0.0|5.86 +005137|sil da4 bu4 fen5 gua1 nong2 cheng1 sp1 dou1 mei2 you2 wang3 nian2 mai4 de5 hao3 sil|sil 大 部 分 瓜 农 称 sp1 都 没 有 往 年 卖 得 好 sil|28 20 11 17 15 19 27 18 13 13 16 18 18 18 9 34 32|0.0|3.78 +005138|sil zhi3 yao4 ke2 sou5 jiu4 dei3 qu4 yi1 yuan4 sp1 mei3 tian1 dou1 zai4 chi1 yao4 sil|sil 只 要 咳 嗽 就 得 去 医 院 sp1 每 天 都 在 吃 药 sil|27 19 15 26 21 20 12 20 18 21 13 17 23 14 14 25 22 27|0.0|4.11 +005139|sil ni3 men5 tai4 mei2 xin4 yu4 le5 sp1 zhe4 dou1 wu3 tian1 le5 hai2 bu4 fa1 huo4 sp1 wo3 yao4 tou2 su4 ni3 sil|sil 你 们 太 没 信 誉 了 sp1 这 都 五 天 了 还 不 发 货 sp1 我 要 投 诉 你 sil|30 10 18 23 16 22 13 17 25 14 15 17 20 10 20 15 21 20 19 7 15 22 17 25 31|0.0|5.36 +005140|sil geng4 zhong4 yao4 de5 shi4 sp1 tie2 lao3 da4 de5 di4 wei4 sp1 yi1 ran2 fei1 chang2 wen3 gu4 sil|sil 更 重 要 的 是 sp1 铁 老 大 的 地 位 sp1 依 然 非 常 稳 固 sil|27 20 13 17 11 23 20 17 17 14 9 17 21 8 11 21 16 21 19 22 29|0.0|4.33 +005141|sil de2 zhi1 sp1 yan3 qian2 zhe4 ge5 xing2 mao4 chou3 lou4 de5 jiao4 hua1 zi5 sp1 jing4 shi4 zi4 ji3 de5 sheng1 fu4 sp1 duan4 yan2 qing4 sil|sil 得 知 sp1 眼 前 这 个 形 貌 丑 陋 的 叫 花 子 sp1 竟 是 自 己 的 生 父 sp1 段 延 庆 sil|23 17 28 7 20 24 12 12 19 18 21 17 7 17 23 18 26 19 18 14 10 10 24 20 6 22 17 31 28|0.0|6.125 +005142|sil qi2 ci4 sp1 yu4 mi3 shi2 yong4 you2 sp1 you2 qi2 shi4 yu4 mi3 pei1 ya2 you2 sp1 zheng4 yue4 lai2 yue4 duo1 de5 tui1 xiang4 shi4 chang3 sil|sil 其 次 sp1 玉 米 食 用 油 sp1 尤 其 是 玉 米 胚 芽 油 sp1 正 越 来 越 多 的 推 向 市 场 sil|28 20 24 20 14 14 18 18 23 7 15 16 23 16 15 24 15 23 15 23 14 15 14 16 11 16 18 18 26 31|0.0|6.385 +005143|sil gai1 liang3 ming2 lv3 ke4 sp1 bu4 xiang3 chu1 qu4 ban4 li3 tuo1 yun4 sp1 you4 bu2 yuan4 zi4 qi4 sil|sil 该 两 名 旅 客 sp1 不 想 出 去 办 理 托 运 sp1 又 不 愿 自 弃 sil|25 20 20 16 16 24 8 13 21 15 20 13 12 23 19 10 16 12 18 17 27 30|0.0|4.59 +005144|sil hai2 you3 geng4 duo1 de5 zong1 he2 wu4 liu2 xiang4 mu4 wu4 liu2 qi3 ye4 chun2 chun3 yu4 dong4 sil|sil 还 有 更 多 的 综 合 物 流 项 目 物 流 企 业 蠢 蠢 欲 动 sil|29 15 18 23 17 14 19 15 15 22 23 11 13 15 19 20 21 13 19 19 30|0.0|4.525 +005145|sil zui4 jin4 ji3 ge5 yue4 zhong1 sp1 ta1 you3 shi2 yi4 tian1 ye3 zuo4 bu5 cheng2 yi4 zhuang1 mai3 mai5 sil|sil 最 近 几 个 月 中 sp1 他 有 时 一 天 也 做 不 成 一 桩 买 卖 sil|26 21 18 12 11 19 22 14 18 18 23 21 17 17 15 9 17 12 19 16 28 28|0.0|4.66 +005146|sil ta1 ge4 ren2 hen3 xin1 shang2 you3 ge4 xing4 sp1 you3 wen2 hua4 di3 yun4 de5 lu4 qu3 tong1 zhi1 shu1 sil|sil 她 个 人 很 欣 赏 有 个 性 sp1 有 文 化 底 蕴 的 录 取 通 知 书 sil|26 20 16 21 20 21 26 20 23 23 15 12 16 18 13 20 7 15 14 18 14 28 28|0.0|5.04 +005147|sil yao4 duo1 gei3 shi4 min2 ti2 gong1 yun4 dong4 de5 chang2 suo3 sil|sil 要 多 给 市 民 提 供 运 动 的 场 所 sil|29 21 15 14 15 31 19 19 20 13 9 24 29 29|0.0|3.335 +005148|sil wo3 jiu4 shi4 yi2 ge5 shan1 dong1 xiang1 xia4 hai2 zi5 sil|sil 我 就 是 一 个 山 东 乡 下 孩 子 sil|29 13 16 14 12 14 25 16 19 17 26 19 28|0.0|2.88 +005149|sil zhe4 yu3 qian2 ji3 dai4 ren2 you3 tian1 rang3 zhi1 bie2 sil|sil 这 与 前 几 代 人 有 天 壤 之 别 sil|27 19 17 25 13 18 26 17 21 19 17 29 27|0.0|3.195 +005150|sil dian3 ping2 xin1 la4 jian2 duan3 sp1 ji2 jin4 chao2 feng3 wa1 ku3 zhi1 neng2 shi4 sil|sil 点 评 辛 辣 简 短 sp1 极 尽 嘲 讽 挖 苦 之 能 事 sil|23 21 27 21 16 19 29 26 20 20 25 24 21 18 12 19 25 26|0.0|4.555 +005151|sil zhe4 ji3 nian2 xing2 dong4 bu2 bian4 sp1 ye2 ye5 na2 zhe5 ta1 dang1 guai3 zhang4 yong4 sil|sil 这 几 年 行 动 不 便 sp1 爷 爷 拿 着 它 当 拐 杖 用 sil|26 18 14 25 20 17 13 27 23 12 14 19 11 23 19 18 20 24 27|0.0|4.29 +005152|sil zhua1 zhu4 da4 shu4 shao1 sp1 an2 lia3 jiu4 pa2 shang4 qu4 le5 sil|sil 抓 住 大 树 梢 sp1 俺 俩 就 爬 上 去 了 sil|28 22 19 16 13 23 13 17 22 15 24 20 15 12 29|0.0|3.34 +005153|sil qun2 shan1 zu3 ge2 sp1 zui4 yi4 rang4 ren2 qi4 nei3 que4 bu4 sil|sil 群 山 阻 隔 sp1 最 易 让 人 气 馁 却 步 sil|29 25 21 19 23 6 22 14 20 23 18 15 22 23 28|0.0|3.58 +005154|sil gu4 ke4 sp1 wo2 li3 yi2 ci4 fa4 sp1 ni3 jing4 shou1 wo2 wu3 yuan2 qian2 sp1 wo3 tou2 shang4 ji1 hu1 mei2 you3 tou2 fa4 ya5 sil|sil 顾 客 sp1 我 理 一 次 发 sp1 你 竟 收 我 五 元 钱 sp1 我 头 上 几 乎 没 有 头 发 呀 sil|28 18 32 27 12 16 13 13 26 15 12 16 14 14 16 22 31 35 10 19 23 14 13 18 13 21 19 26 29|0.0|6.56 +005155|sil nao2 zhe5 nao2 zhe5 sp1 sun1 mou3 de5 zuo2 shou3 qiao1 qiao1 hua2 dao4 bo2 zi5 de5 dao1 ren4 chu4 sil|sil 挠 着 挠 着 sp1 孙 某 的 左 手 悄 悄 滑 到 脖 子 的 刀 刃 处 sil|29 23 12 23 17 23 20 16 10 19 26 22 16 17 17 19 11 11 17 19 23 28|0.0|4.85 +005156|sil xi3 huan5 ya5 sp1 ni3 yao4 he2 wo3 yi4 qi3 ma5 sil|sil 喜 欢 呀 sp1 你 要 和 我 一 起 吗 sil|29 24 16 24 21 9 13 14 11 18 16 29 27|0.0|2.915 +005157|sil yin1 wei4 wu4 jia4 reng2 zai4 huan3 man4 shang4 sheng1 sp1 er2 qie3 hai2 mei2 you3 chu1 xian4 guai2 dian3 sil|sil 因 为 物 价 仍 在 缓 慢 上 升 sp1 而 且 还 没 有 出 现 拐 点 sil|31 13 22 19 25 21 17 17 13 19 23 28 13 26 17 14 14 15 17 21 29 28|0.0|5.135 +005158|sil huo3 zai1 zhong1 sp1 yi4 nv2 zi3 zang4 shen1 huo2 chang3 sil|sil 火 灾 中 sp1 一 女 子 葬 身 火 场 sil|26 19 18 24 14 10 22 20 21 19 19 31 33|0.0|3.2 +005159|sil wei4 le5 wen3 zhu4 zhe4 ming2 nan2 zi3 sp1 wei4 xian1 sheng5 sp1 yun2 xu3 qi2 jin4 lai2 sil|sil 为 了 稳 住 这 名 男 子 sp1 魏 先 生 sp1 允 许 其 进 来 sil|30 14 21 17 16 10 16 21 25 23 14 18 22 8 18 16 17 18 26 28|0.0|4.39 +005160|sil ke2 yi2 jian3 dan1 li2 jie3 cheng2 sp1 chang2 kuan1 gao1 la5 sp1 ha1 ha1 sil|sil 可 以 简 单 理 解 成 sp1 长 宽 高 啦 sp1 哈 哈 sil|27 19 19 20 14 13 15 29 4 32 24 18 21 7 13 28 29|0.0|3.855 +005161|sil ni3 zai4 xiong1 wo3 sp1 zai4 xiong1 wo3 sp1 wo3 jiu4 gen1 ni3 li2 hun1 sil|sil 你 再 凶 我 sp1 再 凶 我 sp1 我 就 跟 你 离 婚 sil|30 13 22 19 26 22 17 17 21 11 10 11 13 11 16 30 29|0.0|3.69 +005162|sil ta1 de5 xi3 nu4 ai1 le4 sp1 tong1 chang2 dou1 shi4 gen1 zuo4 xue2 wen4 lian2 xi4 zai4 yi4 qi3 de5 sil|sil 他 的 喜 怒 哀 乐 sp1 通 常 都 是 跟 做 学 问 联 系 在 一 起 的 sil|26 22 18 17 14 18 22 10 21 22 13 12 16 16 24 20 16 12 13 11 20 20 30|0.0|4.8 +005163|sil mu4 qian2 sp1 yang2 xiao3 xia2 de5 bing4 qing2 sp1 yi3 ming2 xian3 hao2 zhuan3 sp1 gan2 ran3 de2 dao4 kong4 zhi4 sil|sil 目 前 sp1 杨 晓 霞 的 病 情 sp1 已 明 显 好 转 sp1 感 染 得 到 控 制 sil|29 15 32 15 17 16 17 10 18 29 6 12 20 17 18 27 22 20 21 13 16 27 23 30|0.0|5.455 +005164|sil da2 xiao3 jiu4 que1 shao3 fu4 ai4 de5 ta1 sp1 xing4 ge2 jue2 jiang4 sp1 chou2 hen4 xin1 ji2 qiang2 sil|sil 打 小 就 缺 少 父 爱 的 他 sp1 性 格 倔 强 sp1 仇 恨 心 极 强 sil|27 22 26 14 16 18 15 18 10 27 17 19 15 18 27 16 24 18 18 17 37 29|0.0|5.2 +005165|sil kou2 ke3 de5 shi2 zai4 shou4 bu5 liao3 sp1 jiu4 yong4 shou3 jin1 zhan1 dian2 shui3 sp1 ba2 zui3 chun2 nong4 shi1 sil|sil 口 渴 得 实 在 受 不 了 sp1 就 用 手 巾 沾 点 水 sp1 把 嘴 唇 弄 湿 sil|29 21 22 16 19 15 18 7 27 23 11 16 18 19 18 16 28 14 15 14 16 17 32 31|0.0|5.36 +005166|sil jin4 sheng1 shang4 jiang4 jun1 xian2 de5 wei4 feng4 he2 jun1 rong2 yan2 zheng3 sp1 jing1 shen2 dou2 sou3 de5 zhan4 zai4 zhu3 xi2 tai2 qian2 sil|sil 晋 升 上 将 军 衔 的 魏 凤 和 军 容 严 整 sp1 精 神 抖 擞 地 站 在 主 席 台 前 sil|24 23 22 21 18 16 23 16 20 21 26 23 15 19 24 9 19 19 18 21 16 21 17 14 14 20 35 29|0.0|6.54 +005167|sil tong2 shi2 sp1 yang3 qi4 ye3 cu4 jin4 le5 mian4 jin1 de5 xing2 cheng2 sp1 rang4 mian4 dian3 kou2 gan3 geng4 hao3 sil|sil 同 时 sp1 氧 气 也 促 进 了 面 筋 的 形 成 sp1 让 面 点 口 感 更 好 sil|28 21 29 16 23 29 18 17 16 11 22 13 10 21 31 13 17 18 19 18 16 19 33 32|0.0|5.69 +005168|sil yi1 lang2 shi3 zhong1 fou3 ren4 sp1 mi4 mi4 yan2 zhi4 he2 wu3 qi4 de5 zhi3 kong4 sil|sil 伊 朗 始 终 否 认 sp1 秘 密 研 制 核 武 器 的 指 控 sil|29 14 22 17 16 17 22 10 14 13 18 14 19 10 14 10 17 25 29|0.0|3.835 +005169|sil de2 lei5 sp1 wo3 men5 suan4 ti3 yan4 hong2 jun1 guo4 cao3 di4 le5 sil|sil 得 嘞 sp1 我 们 算 体 验 红 军 过 草 地 了 sil|26 19 22 21 8 11 19 19 18 19 15 12 19 18 19 27|0.0|3.39 +005170|sil gai1 che1 wu2 xian4 lu4 pai2 sp1 xi4 fei1 fa3 yun4 ying2 che1 liang4 sil|sil 该 车 无 线 路 牌 sp1 系 非 法 运 营 车 辆 sil|25 20 29 14 18 15 32 12 22 20 17 13 18 19 29 29|0.0|3.855 +005171|sil ke3 gang1 zha3 le5 yi4 yan3 sp1 na4 jiu4 cheng2 le5 yi4 chang3 meng4 sil|sil 可 刚 眨 了 一 眼 sp1 那 就 成 了 一 场 梦 sil|25 22 22 18 10 14 24 16 14 13 18 6 12 23 27 29|0.0|3.4 +005172|sil bu2 guo4 sp1 bu2 yao4 ba3 zhe4 ge5 fu2 hao4 wang3 wai1 li2 xiang3 sil|sil 不 过 sp1 不 要 把 这 个 符 号 往 歪 里 想 sil|26 14 27 14 13 18 15 10 13 15 23 18 21 16 31 28|0.0|3.51 +005173|sil pin2 qiong2 yi4 wei4 zhe5 wu2 neng2 lan3 duo4 chi2 ru3 he2 shi1 bai4 sil|sil 贫 穷 意 味 着 无 能 懒 惰 耻 辱 和 失 败 sil|28 28 30 15 16 19 19 35 26 23 29 22 17 20 27 29|0.0|4.445 +005174|sil zhong1 shen3 cai2 ding4 hou4 sp1 liang3 xiong1 di4 sp1 bei4 zhi2 xing2 qiang1 jue2 sil|sil 终 审 裁 定 后 sp1 两 兄 弟 sp1 被 执 行 枪 决 sil|25 19 18 19 17 24 14 16 19 14 8 14 14 17 24 29 29|0.0|3.72 +005175|sil jin1 ba1 bu4 wei2 yang1 hang2 shao1 zao3 fa1 xing2 de5 da4 mian4 e2 chao1 piao4 sp1 liu2 tong1 dao4 nian2 di3 sil|sil 津 巴 布 韦 央 行 稍 早 发 行 的 大 面 额 钞 票 sp1 流 通 到 年 底 sil|29 24 17 14 11 21 27 22 14 19 20 14 17 16 17 21 21 15 18 21 11 22 30 31|0.0|5.475 +005176|sil wei4 le5 ti2 gao1 zhan4 dou4 li4 sp1 tuan2 huo3 cheng2 yuan2 hai2 jing1 chang2 yan3 xi2 sil|sil 为 了 提 高 战 斗 力 sp1 团 伙 成 员 还 经 常 演 习 sil|29 12 11 16 17 19 15 21 23 18 14 15 27 18 17 17 19 34 30|0.0|4.32 +005177|sil zhe4 ge5 zai4 shui3 zhong1 ni4 si3 de5 xiao3 tou1 sp1 ben3 lai2 hui4 you2 yong3 sp1 er2 na4 ge5 shui3 tang2 ye3 bu2 da4 sil|sil 这 个 在 水 中 溺 死 的 小 偷 sp1 本 来 会 游 泳 sp1 而 那 个 水 塘 也 不 大 sil|24 17 14 15 18 16 18 13 9 21 26 9 13 19 16 15 27 29 10 19 8 18 28 13 16 23 27|0.0|5.58 +005178|sil xia4 ge5 li3 bai4 sp1 wo3 bu4 pao3 le5 sil|sil 下 个 礼 拜 sp1 我 不 跑 了 sil|28 27 6 16 25 4 12 15 22 22 28|0.0|2.385 +005179|sil jiu4 suan4 mei2 ren2 he1 duo1 sp1 dang4 yi4 ban1 de5 tang1 he1 he5 ye3 sp1 bu2 cuo4 o5 sil|sil 就 算 没 人 喝 多 sp1 当 一 般 的 汤 喝 喝 也 sp1 不 错 哦 sil|28 18 24 16 17 20 22 19 13 14 16 7 23 20 16 17 3 10 19 25 29|0.0|4.37 +005180|sil wo3 zuo2 wan2 ye3 shi1 mian2 le5 sp1 xian4 zai4 hao3 kun4 que4 bu4 xiang3 shui4 sil|sil 我 昨 晚 也 失 眠 了 sp1 现 在 好 困 却 不 想 睡 sil|29 13 17 23 18 18 24 15 15 20 12 25 28 23 11 22 31 30|0.0|4.34 +005181|sil jia1 zhong1 xiong1 di4 jie3 mei4 ba1 ge5 sp1 ta1 shi4 lao3 yao1 sil|sil 家 中 兄 弟 姐 妹 八 个 sp1 他 是 老 幺 sil|28 25 23 22 12 12 19 24 18 15 16 10 18 29 28|0.0|3.475 +005182|sil ci3 qian2 de5 nv3 pai2 da4 jiang3 sai4 sp1 zhong1 guo2 dui4 sp1 yi2 sheng4 si4 fu4 jin3 huo4 di4 si4 sil|sil 此 前 的 女 排 大 奖 赛 sp1 中 国 队 sp1 一 胜 四 负 仅 获 第 四 sil|27 17 24 17 19 22 14 17 26 25 16 12 25 8 15 20 19 23 20 16 15 25 30|0.0|5.25 +005183|sil xi4 zhi4 dao4 wu3 guan1 shen4 zhi4 mei2 mao5 sil|sil 细 致 到 五 官 甚 至 眉 毛 sil|28 23 15 20 22 26 21 10 20 29 28|0.0|2.815 +005184|sil zhong1 hua2 gu2 sui3 ku4 sp1 bu4 liu2 fen1 wen2 sil|sil 中 华 骨 髓 库 sp1 不 留 分 文 sil|26 20 21 14 17 25 8 10 18 17 30 27|0.0|2.705 +005185|sil zhi1 hou4 sp1 zhang1 jia1 ren2 cong2 xiao3 qu1 wu4 ye4 de2 zhi1 sp1 si1 ji1 duo3 zai4 dan1 yuan2 men2 li3 guo4 le5 ban4 xiu3 sil|sil 之 后 sp1 张 家 人 从 小 区 物 业 得 知 sp1 司 机 躲 在 单 元 门 里 过 了 半 宿 sil|28 19 25 3 20 18 23 19 16 16 13 16 16 24 35 19 19 14 13 13 18 15 19 16 11 19 30 30|0.0|6.115 +005186|sil cong2 qian2 you3 ge5 zhuo1 mi2 cang2 she4 tuan2 sp1 ta1 men5 tuan2 zhang3 dao4 xian4 zai4 hai2 mei2 bei4 zhao3 dao4 ne5 sil|sil 从 前 有 个 捉 迷 藏 社 团 sp1 他 们 团 长 到 现 在 还 没 被 找 到 呢 sil|30 22 28 17 12 12 15 20 17 28 23 12 9 23 25 15 19 18 17 15 13 17 19 22 30|0.0|5.555 +005187|sil shi4 hou4 jing3 fang1 zheng4 shi2 sp1 gai1 an4 xi4 zong4 huo3 an4 sil|sil 事 后 警 方 证 实 sp1 该 案 系 纵 火 案 sil|26 22 22 20 18 16 27 18 18 21 18 18 21 23 29|0.0|3.685 +005188|sil dang4 tian1 sp1 ge3 ze2 ning2 bei4 gong1 an1 ji1 guan1 zhua1 huo4 sil|sil 当 天 sp1 葛 泽 宁 被 公 安 机 关 抓 获 sil|26 20 30 6 16 15 26 15 13 14 13 16 19 26 34|0.0|3.35 +005189|sil si4 shi4 sp1 lv2 guan3 ye4 shang4 chuan2 xin4 xi1 bu4 gui1 fan4 sil|sil 四 是 sp1 旅 馆 业 上 传 信 息 不 规 范 sil|31 19 29 7 16 16 17 17 17 15 20 13 19 28 28|0.0|3.385 +005190|sil su2 hua4 shuo1 de5 hao3 sp1 shang4 liang2 bu2 zheng4 xia4 liang2 wai1 sil|sil 俗 话 说 的 好 sp1 上 梁 不 正 下 梁 歪 sil|28 23 18 15 8 30 13 21 17 14 21 21 23 23 29|0.0|3.525 +005191|sil bing4 qie3 sp1 yong4 ka2 sp1 bi3 yong4 xian4 jin1 fang1 bian4 duo1 le5 sil|sil 并 且 sp1 用 卡 sp1 比 用 现 金 方 便 多 了 sil|26 18 32 22 18 28 3 13 14 18 19 19 17 18 21 29|0.0|3.66 +005192|sil bu4 yi1 hu2 lu5 hua4 piao2 jiu4 shi4 hao3 gan4 bu5 ma5 sil|sil 不 依 葫 芦 画 瓢 就 是 好 干 部 吗 sil|28 18 19 14 9 21 31 16 11 19 20 13 27 29|0.0|3.195 +005193|sil kong2 zi3 xue2 yuan4 zong3 bu4 sp1 she4 zai4 guo2 jia1 han4 ban4 sil|sil 孔 子 学 院 总 部 sp1 设 在 国 家 汉 办 sil|27 23 13 15 17 21 23 4 20 20 15 13 25 25 28|0.0|3.35 +005194|sil suo2 yi3 sp1 yi4 hai1 hai2 shi4 jue2 ding4 sp1 mei3 nian2 an4 zhao4 zi4 ji3 yu4 ce4 de5 su4 du4 lai2 kuo4 zhang1 sil|sil 所 以 sp1 一 嗨 还 是 决 定 sp1 每 年 按 照 自 己 预 测 的 速 度 来 扩 张 sil|28 23 27 16 14 26 20 14 16 17 5 14 19 15 15 13 15 16 16 7 17 10 16 21 26 30|0.0|5.295 +005195|sil jing3 fang1 chu1 bu4 diao4 cha2 sp1 fu1 qi1 lia2 si3 yu2 yi1 yang3 hua4 tan4 zhong4 du2 sil|sil 警 方 初 步 调 查 sp1 夫 妻 俩 死 于 一 氧 化 碳 中 毒 sil|26 23 24 19 11 18 31 22 15 13 23 20 17 12 14 16 18 20 28 31|0.0|4.66 +005196|sil a1 luo2 yue1 zhi2 zheng4 qi1 jian1 sp1 yi4 zhi2 mei2 neng2 tong2 ge4 zhong2 fu3 bai4 xian2 yi2 sp1 pie3 qing1 guan1 xi4 sil|sil 阿 罗 约 执 政 期 间 sp1 一 直 没 能 同 各 种 腐 败 嫌 疑 sp1 撇 清 关 系 sil|26 11 18 17 15 16 18 25 23 12 11 14 17 24 13 13 19 17 25 22 3 19 20 20 23 29|0.0|5.455 +005197|sil bu4 jiu3 han2 han2 ye3 gei2 wo2 da3 lai2 dian4 hua4 sp1 gao4 su4 wo3 ta1 xiu1 xue2 de5 shi4 sil|sil 不 久 韩 寒 也 给 我 打 来 电 话 sp1 告 诉 我 他 休 学 的 事 sil|27 15 29 27 22 17 12 11 12 15 18 26 17 17 14 10 17 18 19 12 26 30|0.0|4.77 +005198|sil lao3 zhang4 ren2 xiao4 le5 xiao4 shuo1 sp1 zheng4 hao2 sp1 wo3 men5 si4 ge5 da3 sp1 pu1 ke4 sp1 ni3 qu4 pei2 ta1 men5 bao1 jiao3 zi5 ba5 sil|sil 老 丈 人 笑 了 笑 说 sp1 正 好 sp1 我 们 四 个 打 sp1 扑 克 sp1 你 去 陪 她 们 包 饺 子 吧 sil|30 17 17 20 19 11 21 28 39 20 28 7 12 8 16 11 16 3 19 23 23 8 12 17 11 13 16 20 13 19 28|0.0|6.325 +005199|sil you3 ren2 wen4 hua4 shi2 sp1 ta1 zong3 shi4 xian1 lie3 kai1 zui3 le4 sp1 lou4 chu1 ke3 ai4 de5 huo1 ya2 zi5 sil|sil 有 人 问 话 时 sp1 她 总 是 先 咧 开 嘴 乐 sp1 露 出 可 爱 的 豁 牙 子 sil|29 14 14 17 21 26 13 17 14 12 18 17 18 16 26 24 14 22 19 16 9 21 23 19 31|0.0|5.455 +005200|sil jiu4 jiang1 jun1 jun1 dai4 zhi4 feng1 yu4 kou3 yi4 nong2 jia1 le4 sp1 tu2 zhong1 qiang2 qiang5 cheng2 ji1 tao2 tuo1 sil|sil 就 将 军 军 带 至 沣 峪 口 一 农 家 乐 sp1 途 中 强 强 乘 机 逃 脱 sil|28 16 17 18 24 20 18 20 12 22 12 18 15 21 24 20 21 23 19 23 15 21 25 27|0.0|5.56 +005201|sil er4 yue4 ru4 yuan4 jie1 shou4 zhi4 liao2 sp1 jiang1 xue4 ye4 nei4 de5 du2 su4 qing1 chu2 sil|sil 二 月 入 院 接 受 治 疗 sp1 将 血 液 内 的 毒 素 清 除 sil|31 21 23 19 20 15 15 15 28 7 20 19 11 14 10 16 17 23 30 29|0.0|4.45 +005202|sil bing4 bu2 shi4 mei3 yi4 can1 sp1 dou1 bi4 xu1 da2 dao4 re4 liang4 yao1 qiu2 sil|sil 并 不 是 每 一 餐 sp1 都 必 须 达 到 热 量 要 求 sil|25 20 13 16 19 14 29 5 16 12 15 15 14 14 14 18 32 27|0.0|3.69 +005203|sil dan4 shi4 sp1 you2 guang3 xi1 shi2 bu4 zhun3 yuan2 ze2 sp1 jin4 zhi3 gong1 bu4 zhuang4 yuan2 ming2 dan1 sil|sil 但 是 sp1 有 广 西 十 不 准 原 则 sp1 禁 止 公 布 状 元 名 单 sil|26 19 23 2 20 20 21 20 12 14 22 23 16 20 14 18 14 14 15 18 24 28|0.0|4.68 +005204|sil lao3 shi1 sp1 neng2 tang3 zhe5 de5 hua4 sp1 shui2 yuan4 yi4 pa1 zhe5 shui4 ya5 sp1 jie2 guo3 tong2 zhuo1 ti2 qian2 hui2 jia1 shui4 jiao4 le5 sil|sil 老 师 sp1 能 躺 着 的 话 sp1 谁 愿 意 趴 着 睡 呀 sp1 结 果 同 桌 提 前 回 家 睡 觉 了 sil|30 15 25 16 17 24 12 9 25 14 19 15 15 19 10 21 21 33 17 16 19 23 18 17 14 16 17 22 17 28|0.0|6.55 +005205|sil dui4 yu2 sheng1 er2 yu4 nv3 sp1 xue3 er2 biao3 shi4 sp1 xi1 wang4 xiang3 shou4 er4 ren2 shi4 jie4 sp1 shao1 hou4 cai2 zuo4 kao3 lv4 sil|sil 对 于 生 儿 育 女 sp1 雪 儿 表 示 sp1 希 望 享 受 二 人 世 界 sp1 稍 后 才 作 考 虑 sil|26 16 19 21 15 17 28 15 19 14 20 19 14 15 15 18 16 19 13 17 19 17 22 18 17 13 22 18 31|0.0|6.185 +005206|sil ji4 xu4 zuo4 hao3 qing1 shi2 zuan3 xiu1 gong1 zuo4 sil|sil 继 续 做 好 清 史 纂 修 工 作 sil|26 17 16 17 21 22 18 21 20 18 21 28|0.0|2.85 +005207|sil mu4 qian2 sp1 gai1 mo2 xing2 zhan3 shi4 sp1 zai4 si1 ta3 wan4 ge2 da4 xue2 sp1 kao2 gu3 sp1 bo2 wu4 guan3 nei4 sil|sil 目 前 sp1 该 模 型 展 示 sp1 在 斯 塔 万 格 大 学 sp1 考 古 sp1 博 物 馆 内 sil|31 12 30 4 14 15 19 19 19 8 23 15 16 16 10 14 20 3 25 16 3 14 11 20 23 29|0.0|4.985 +005208|sil bu2 guo4 sp1 ding4 dan1 yi3 jing1 gun2 gun3 er2 lai2 sp1 bu4 shao3 han2 shang1 yi4 zhang1 kou3 sp1 jiu4 yao4 cai3 gou4 ji3 qian1 dun1 sil|sil 不 过 sp1 订 单 已 经 滚 滚 而 来 sp1 不 少 韩 商 一 张 口 sp1 就 要 采 购 几 千 吨 sil|27 14 23 4 21 20 13 20 19 16 12 26 18 12 14 19 21 11 19 24 5 12 12 20 16 13 25 27 29|0.0|5.94 +005209|sil qi2 shi2 sp1 gu3 de2 cang1 zheng4 he2 cun1 zhi4 bao2 zhu3 ren4 sp1 gu3 jian4 sp1 yi2 kuair4 r he1 jiu3 sil|sil 其 时 sp1 谷 得 仓 正 和 村 治 保 主 任 sp1 谷 建 sp1 一 块 儿 喝 酒 sil|27 17 31 20 15 13 28 19 19 22 13 16 20 19 10 16 25 6 13 20 0 19 26 27|0.0|5.125 +005210|sil liang3 ge5 hai2 zi5 ye2 you3 wan2 pi2 bu4 ting1 hua4 de5 shi2 hou4 sp1 xiang3 yao4 fan1 zha4 lan5 chu1 qu4 wan2 sil|sil 两 个 孩 子 也 有 顽 皮 不 听 话 的 时 候 sp1 想 要 翻 栅 栏 出 去 玩 sil|31 19 9 24 20 15 25 24 25 12 16 21 9 15 20 24 13 16 19 17 17 14 12 30 28|0.0|5.51 +005211|sil zhi2 dao4 da4 sha2 yao3 duan4 ye3 zhu1 de5 qi4 guan3 sp1 ye3 zhu1 bu2 dong4 tan5 le5 sp1 ta1 cai2 song1 kou3 sil|sil 直 到 大 傻 咬 断 野 猪 的 气 管 sp1 野 猪 不 动 弹 了 sp1 它 才 松 口 sil|27 16 14 18 24 22 17 14 13 9 18 26 24 15 20 12 18 20 11 12 15 16 18 28 31|0.0|5.315 +005212|sil chen2 shi4 shuo1 sp1 ta1 hai2 mei2 you2 yu3 bang2 fei3 zhi2 jie1 tan2 hua4 sil|sil 陈 氏 说 sp1 他 还 没 有 与 绑 匪 直 接 谈 话 sil|26 23 20 26 21 14 16 19 14 11 20 16 13 15 21 28 28|0.0|3.845 +005213|sil qin2 fa2 you3 shi4 gu1 gua2 lao3 ren2 sp1 yi4 sheng1 wei4 hun1 sp1 wu2 zi2 nv3 sil|sil 秦 法 友 是 孤 寡 老 人 sp1 一 生 未 婚 sp1 无 子 女 sil|26 23 21 22 18 14 15 20 28 12 13 21 20 25 7 13 19 29 28|0.0|4.34 +005214|sil ta1 shuo1 zhe4 xie1 xiao4 hua5 sp1 ling4 ta1 you3 xie1 hui3 bu4 dang1 chu1 sil|sil 他 说 这 些 笑 话 sp1 令 他 有 些 悔 不 当 初 sil|28 18 26 15 13 23 26 7 13 15 15 18 21 12 18 28 31|0.0|3.8 +005215|sil ju4 shuo1 shi4 you2 bai2 jing4 mu3 qin1 sp1 huo4 lao3 lao5 ju1 zhu4 sil|sil 据 说 是 由 白 静 母 亲 sp1 或 姥 姥 居 住 sil|27 19 25 16 18 19 17 17 24 6 13 17 17 19 23 28|0.0|3.54 +005216|sil xue3 hou4 de5 bei3 jing1 kong1 qi4 qing1 xin1 le5 xu3 duo1 sp1 ta4 xue3 shang2 jing2 zhe3 luo4 yi4 bu4 jue2 sil|sil 雪 后 的 北 京 空 气 清 新 了 许 多 sp1 踏 雪 赏 景 者 络 绎 不 绝 sil|30 21 19 10 16 23 21 18 19 15 10 17 23 30 21 16 20 18 19 20 16 14 30 30|0.0|5.525 +005217|sil dang1 shi2 wen2 qiang2 hai2 shuo1 sp1 zhun3 bei4 zhao2 ran3 tan2 hua4 sp1 rang3 ta1 xia4 qu4 le5 sil|sil 当 时 文 强 还 说 sp1 准 备 找 冉 谈 话 sp1 嚷 他 下 去 了 sil|26 18 21 17 16 16 24 6 17 13 18 17 23 25 15 16 15 22 15 16 29|0.0|4.475 +005218|sil xiang3 shen2 me5 mei3 shir4 r ne5 sp1 gan2 kao3 he2 bu2 guo4 sp1 kan4 wo3 bu4 chou1 si2 ni3 sil|sil 想 什 么 美 事 儿 呢 sp1 敢 考 核 不 过 sp1 看 我 不 抽 死 你 sil|30 22 15 9 19 23 0 20 20 18 17 16 13 19 16 18 12 10 25 15 25 28|0.0|4.53 +005219|sil er2 zai4 ben3 yue4 tou2 fang4 liang4 chi2 xu4 jian2 shao3 de5 qing2 kuang4 xia4 sp1 seng1 duo1 zhou1 shao3 ju2 mian4 sp1 ji1 cheng2 ding4 ju2 sil|sil 而 在 本 月 投 放 量 持 续 减 少 的 情 况 下 sp1 僧 多 粥 少 局 面 sp1 几 成 定 局 sil|25 16 24 19 13 17 15 19 18 14 18 15 8 20 16 23 33 25 16 19 21 15 22 4 17 20 19 26 28|0.0|6.33 +005220|sil zai4 ke1 shi4 li3 sp1 yu2 ying1 shi4 zan3 ju4 hui4 de5 zhur3 r sp1 shi2 chang2 gei3 da4 jia1 zhao2 zhao3 le4 zi5 sil|sil 在 科 室 里 sp1 于 莺 是 攒 聚 会 的 主 儿 sp1 时 常 给 大 家 找 找 乐 子 sil|27 20 17 16 24 25 13 22 18 17 14 14 12 26 0 25 17 20 11 15 17 16 13 27 18 28|0.0|5.48 +005221|sil wo2 yu3 ta1 he2 ceng2 you3 guo4 xu1 yu2 de5 fen1 li2 ne5 sil|sil 我 与 她 何 曾 有 过 须 臾 的 分 离 呢 sil|29 13 13 24 18 20 16 15 20 14 10 17 19 24 28|0.0|3.25 +005222|sil bu4 sp1 wo3 shi4 shuo1 ni2 tu3 sp1 jiu4 xiang4 qin2 ling3 bing1 ma2 yong3 sil|sil 不 sp1 我 是 说 你 土 sp1 就 像 秦 岭 兵 马 俑 sil|27 29 18 10 12 14 16 36 14 17 25 22 24 14 20 27 29|0.0|4.105 +005223|sil mang2 mang2 sha1 mo4 sp1 yan1 mo4 le5 ta1 men5 ba2 she4 de5 zu2 yin4 sil|sil 茫 茫 沙 漠 sp1 淹 没 了 他 们 跋 涉 的 足 印 sil|30 16 17 20 25 6 17 14 12 15 14 18 15 11 17 22 29|0.0|3.465 +005224|sil yu2 shi4 sp1 gu3 ke1 sang1 sp1 bei4 yi3 lu2 mang3 jia4 shi3 de5 zui4 ming2 dai4 bu3 sil|sil 于 是 sp1 古 柯 桑 sp1 被 以 鲁 莽 驾 驶 的 罪 名 逮 捕 sil|31 11 28 9 15 15 27 5 15 21 21 22 18 14 8 14 19 19 26 32|0.0|4.295 +005225|sil shou3 ri4 gu3 jia4 biao3 xian4 sp1 gen1 ju4 shi4 chang2 mai3 mai4 qing2 kuang4 er2 ding4 sil|sil 首 日 股 价 表 现 sp1 根 据 市 场 买 卖 情 况 而 定 sil|30 25 23 15 17 18 24 7 16 18 17 19 15 17 17 16 16 23 31|0.0|4.23 +005226|sil jia4 zhe4 me5 yuan3 gan4 shen2 me5 sp1 ma2 jiang4 da2 fa3 yi4 dian3 dou1 bu4 yi2 yang4 sil|sil 嫁 这 么 远 干 什 么 sp1 麻 将 打 法 一 点 都 不 一 样 sil|27 20 12 13 18 17 18 16 25 15 17 16 20 20 19 13 11 13 23 28|0.0|4.195 +005227|sil san4 bu4 gui1 lai2 sp1 wo3 men5 dao4 xia4 ta4 de5 lv2 guan3 can1 ting1 yong4 shan4 sil|sil 散 步 归 来 sp1 我 们 到 下 榻 的 旅 馆 餐 厅 用 膳 sil|30 24 11 16 28 14 10 9 17 23 16 8 16 19 17 14 19 28 28|0.0|4.025 +005228|sil wo2 xiang3 hui2 xue2 xiao4 sao2 sao3 mu4 sp1 na4 li3 mai2 zang4 le5 wo3 shi2 ji3 nian2 de5 qing1 chun1 sil|sil 我 想 回 学 校 扫 扫 墓 sp1 那 里 埋 葬 了 我 十 几 年 的 青 春 sil|29 10 22 14 17 21 16 15 26 26 13 10 20 16 11 11 23 13 15 10 20 29 29|0.0|4.83 +005229|sil wo3 hen2 dong2 nv3 hai2 zi5 sp1 yi2 ding4 bang1 ni3 liao2 dao4 mei4 zi5 sil|sil 我 很 懂 女 孩 子 sp1 一 定 帮 你 撩 到 妹 子 sil|30 13 22 17 14 21 18 21 10 19 13 11 20 12 22 17 30|0.0|3.595 +005230|sil jing1 jian4 ding4 sp1 sha1 mai4 ke3 you4 sp1 da4 tui3 ruan2 zu3 zhi1 cuo4 lie4 shang1 sp1 wei2 qing1 wei1 shang1 sil|sil 经 鉴 定 sp1 沙 麦 可 右 sp1 大 腿 软 组 织 挫 裂 伤 sp1 为 轻 微 伤 sil|26 20 17 24 29 18 16 18 21 3 17 21 19 14 11 16 17 26 12 16 18 17 30 30|0.0|5.295 +005231|sil mian4 lin2 jin4 tui4 gan1 ga4 de5 kun4 jing4 sil|sil 面 临 进 退 尴 尬 的 困 境 sil|28 16 23 18 17 19 15 7 22 28 28|0.0|2.565 +005232|sil ting1 shuo1 sp1 duo1 tiao4 sheng2 hai2 neng2 zhang3 ger4 r sil|sil 听 说 sp1 多 跳 绳 还 能 长 个 儿 sil|27 19 24 4 13 21 23 17 13 19 28 0 26|0.0|2.72 +005233|sil dan4 yu2 ci3 tong2 shi2 sp1 sao2 ma3 lu4 de5 gong1 zuo4 sp1 jing4 ran2 ye3 zao1 feng1 qiang3 sp1 jiu4 bu4 mian3 rang4 ren2 jing1 cha4 sil|sil 但 与 此 同 时 sp1 扫 马 路 的 工 作 sp1 竟 然 也 遭 疯 抢 sp1 就 不 免 让 人 惊 诧 sil|23 23 13 15 19 26 19 20 17 18 10 17 19 3 18 15 18 16 19 26 20 15 12 15 15 15 18 27 29|0.0|6.04 +005234|sil sheng1 huo2 zhong1 sp1 ge3 you1 ye3 shi2 fen1 zai4 yi4 gong1 zhong4 xing2 xiang4 sil|sil 生 活 中 sp1 葛 优 也 十 分 在 意 公 众 形 象 sil|27 20 15 24 10 22 20 15 14 16 16 12 17 16 18 26 30|0.0|3.69 +005235|sil zuo4 wei2 quan2 guo2 ren2 da4 dai4 biao3 sp1 ta1 dui4 wei1 bo2 da2 guai3 fei1 chang2 guan1 zhu4 sil|sil 作 为 全 国 人 大 代 表 sp1 他 对 微 博 打 拐 非 常 关 注 sil|25 22 18 21 8 15 13 18 26 11 19 15 16 14 18 20 16 18 18 20 29|0.0|4.415 +005236|sil ci3 ci4 chong2 qing4 da3 hei1 shen3 pan4 sp1 ye2 yi3 jin4 ru4 sao2 wei3 jie1 duan4 sil|sil 此 次 重 庆 打 黑 审 判 sp1 也 已 进 入 扫 尾 阶 段 sil|30 18 19 26 22 16 18 20 26 17 10 13 19 14 19 17 17 18 28|0.0|4.265 +005237|sil neng2 bu4 neng2 rang4 bu4 tong2 shi2 chan3 de5 jia3 yu2 luan3 sp1 tong2 shi2 fu1 hua4 chu1 ke2 ne5 sil|sil 能 不 能 让 不 同 时 产 的 甲 鱼 卵 sp1 同 时 孵 化 出 壳 呢 sil|29 17 7 20 23 15 19 14 17 8 17 13 26 13 22 18 12 17 17 20 25 30|0.0|4.635 +005238|sil jie2 guo3 jin1 tian1 zao3 shang5 yi2 shang4 ban1 sp1 sa4 mo2 ye1 hen3 you1 yuan4 de5 pa1 zai4 na4 sp1 ha1 shi4 qi2 que4 bu2 jian4 le5 sil|sil 结 果 今 天 早 上 一 上 班 sp1 萨 摩 耶 很 幽 怨 的 趴 在 那 sp1 哈 士 奇 却 不 见 了 sil|26 19 22 14 15 15 13 11 21 21 21 14 16 19 20 15 17 7 21 14 24 22 14 14 19 18 13 23 15 31|0.0|6.195 +005239|sil ying1 cai3 er2 sp1 chen2 xiao3 chun1 yu3 ying1 cai3 er2 hun1 hou4 shou1 lian3 bu4 shao3 sil|sil 应 采 儿 sp1 陈 小 春 与 应 采 儿 婚 后 收 敛 不 少 sil|29 18 22 23 34 19 15 26 18 17 18 13 19 19 19 17 13 28 29|0.0|4.595 +005240|sil hei1 zuo1 fang5 yi4 guan1 men2 sp1 jiu4 lian2 kong1 xin1 jiao1 nang2 ye2 mai3 bu2 dao4 le5 sil|sil 黑 作 坊 一 关 门 sp1 就 连 空 心 胶 囊 也 买 不 到 了 sil|26 19 21 22 11 17 28 4 17 16 17 14 16 19 10 16 12 21 16 31|0.0|4.095 +005241|sil da4 pai2 chang2 long2 de5 chu1 cheng2 che1 liang4 sp1 sai1 man3 cong2 jia1 er3 wei2 si1 dun1 sp1 dao4 xiu1 shi4 dun4 de5 dao4 lu4 sil|sil 大 排 长 龙 的 出 城 车 辆 sp1 塞 满 从 加 尔 维 斯 敦 sp1 到 休 士 顿 的 道 路 sil|27 18 19 21 16 8 14 18 16 23 19 18 26 23 14 14 12 14 25 2 17 16 13 15 8 20 24 29|0.0|5.675 +005242|sil xin4 zhong1 cheng1 sp1 jing1 chang2 kan4 dao4 tu2 shu1 guan2 you3 guan1 fu4 ze2 ren2 cong2 shan4 ben3 shu1 ku4 li3 lin1 bao1 sil|sil 信 中 称 sp1 经 常 看 到 图 书 馆 有 关 负 责 人 从 善 本 书 库 里 拎 包 sil|29 21 16 26 30 18 17 21 18 14 12 17 14 16 14 14 25 22 20 11 17 15 12 20 26 32|0.0|5.765 +005243|sil nv3 hai2 shou4 de5 shi4 sp1 mi2 man4 xing4 zhou2 suo2 sun3 shang1 sil|sil 女 孩 受 的 是 sp1 弥 漫 性 轴 索 损 伤 sil|28 13 19 19 10 22 8 14 22 18 16 15 19 27 28|0.0|3.23 +005244|sil yan2 ci2 zhong1 sp1 jie2 ke4 xun4 sp1 bu4 shi2 bao4 chu1 cu1 kou3 sil|sil 言 辞 中 sp1 杰 克 逊 sp1 不 时 爆 出 粗 口 sil|27 15 16 24 13 17 12 24 3 13 16 15 14 17 31 30|0.0|3.33 +005245|sil ta1 xie3 dao4 sp1 zhe4 ci4 xing2 cheng2 quan2 chang2 er4 dian3 san1 san1 qi1 yi1 wan4 gong1 li3 sil|sil 他 写 道 sp1 这 次 行 程 全 长 二 点 三 三 七 一 万 公 里 sil|26 19 18 24 13 17 12 20 25 21 29 18 17 17 17 19 13 17 19 24 30|0.0|4.82 +005246|sil yu4 nan4 zhe3 zhong1 de5 fu4 qin5 sp1 zai4 wa2 er2 sheng3 sp1 jing1 ying2 yi4 jia1 jian4 zhu4 gong1 si1 sil|sil 遇 难 者 中 的 父 亲 sp1 在 瓦 尔 省 sp1 经 营 一 家 建 筑 公 司 sil|29 10 18 14 13 9 22 24 9 21 18 12 25 6 15 12 14 19 19 11 17 29 29|0.0|4.59 +005247|sil qi2 shi2 sp1 mian4 ban3 tong2 hang2 ye3 zai4 chi2 xu4 qiang2 hua4 zhong1 xiao2 chi3 cun4 ye4 wu4 sil|sil 其 实 sp1 面 板 同 行 也 在 持 续 强 化 中 小 尺 寸 业 务 sil|27 19 27 14 19 16 17 26 14 16 16 14 23 21 17 17 14 16 20 20 32|0.0|4.705 +005248|sil bu2 guo4 sp1 dai4 mi1 ting1 wen2 xiao1 xi5 hou4 yi3 jing1 tong1 guo4 lv4 shi1 fou3 ren4 sil|sil 不 过 sp1 黛 咪 听 闻 消 息 后 已 经 通 过 律 师 否 认 sil|26 14 24 16 17 22 19 13 19 14 19 19 18 17 12 12 13 19 22 31|0.0|4.255 +005249|sil shi2 wu4 ti4 dai4 de5 gui1 lv4 sp1 shi4 pu3 bian4 gui1 lv4 sil|sil 食 物 替 代 的 规 律 sp1 是 普 遍 规 律 sil|29 21 17 17 12 8 18 19 5 18 20 20 17 19 28|0.0|3.11 +005250|sil zhe4 xie1 yang2 shu4 miao2 sp1 pu3 bian4 bi3 jiao4 ai2 xiao3 sp1 zhi1 gan4 hen3 xi4 sil|sil 这 些 杨 树 苗 sp1 普 遍 比 较 矮 小 sp1 枝 干 很 细 sil|29 14 21 17 13 30 5 21 18 9 14 19 27 7 16 18 15 26 28|0.0|4.03 +005251|sil wang2 bao3 qiang2 you4 lou4 chu1 ta1 han1 hou4 de5 xiao4 rong2 sil|sil 王 宝 强 又 露 出 他 憨 厚 的 笑 容 sil|30 18 14 32 18 18 14 17 24 15 10 22 27 27|0.0|3.32 +005252|sil da4 ke4 che1 cong2 gao1 su4 lu4 fan1 luo4 shan1 gou1 sil|sil 大 客 车 从 高 速 路 翻 落 山 沟 sil|26 16 15 23 22 15 16 22 20 14 20 25 29|0.0|3.055 +005253|sil yi1 shi4 jia1 qiang2 nei4 bu4 dui4 wu3 jian4 she4 sp1 hang1 shi2 ye4 wu4 ji1 chu3 sil|sil 一 是 加 强 内 部 队 伍 建 设 sp1 夯 实 业 务 基 础 sil|29 15 25 20 23 18 12 13 12 20 23 15 20 17 17 12 17 32 29|0.0|4.285 +005254|sil shuo1 dao4 zhe4 zhong2 zhong2 ku3 chu4 sp1 xu2 tian1 jue2 de5 sp1 wei3 qu1 wu2 jin4 sil|sil 说 到 这 种 种 苦 处 sp1 徐 天 觉 得 sp1 委 屈 无 尽 sil|30 23 20 15 19 15 21 24 23 17 18 15 15 9 17 21 15 25 29|0.0|4.31 +005255|sil you3 xie1 xing1 xing5 shang1 xin1 jiu4 jian4 jian4 dan4 chu1 fen3 si1 qun2 le5 sil|sil 有 些 星 星 伤 心 就 渐 渐 淡 出 粉 丝 群 了 sil|28 16 16 18 15 22 29 17 19 16 17 17 17 12 20 15 28|0.0|3.74 +005256|sil wo3 xian4 zai4 er3 duo5 li3 sp1 hai2 lao3 jue2 de5 xiang3 zhe5 na4 ge5 sheng1 yin1 sil|sil 我 现 在 耳 朵 里 sp1 还 老 觉 得 响 着 那 个 声 音 sil|29 13 23 19 15 15 18 10 14 21 18 9 22 8 16 10 18 25 29|0.0|3.86 +005257|sil wo3 yi4 ban1 yi2 ge5 yue4 qu4 shang4 hai3 yi2 ci4 sp1 yin1 wei4 shang4 hai2 you3 sai4 dao4 sil|sil 我 一 般 一 个 月 去 上 海 一 次 sp1 因 为 上 海 有 赛 道 sil|32 11 14 23 16 13 16 15 18 16 15 23 20 14 17 20 15 13 20 23 27|0.0|4.42 +005258|sil bi3 ru2 chi1 ping2 guo3 shi2 sp1 yi4 kou2 yao3 chu1 yi4 tiao2 xiao3 chong2 zi5 sp1 na4 wan2 yir4 r sp1 jiu4 shi4 shi2 xin1 chong2 sil|sil 比 如 吃 苹 果 时 sp1 一 口 咬 出 一 条 小 虫 子 sp1 那 玩 意 儿 sp1 就 是 食 心 虫 sil|27 17 21 21 23 17 27 24 10 17 17 12 9 17 17 27 16 35 17 16 20 0 6 17 14 22 22 31 32|0.0|6.395 +005259|sil ru2 guo3 yong4 gai4 zi5 huo4 zhe3 da4 tong3 sp1 xue2 sheng1 sp1 bu2 shi4 ning3 bu4 kai1 sp1 jiu4 shi4 rong2 yi4 fa1 sheng1 yi4 wai4 sil|sil 如 果 用 盖 子 或 者 大 桶 sp1 学 生 sp1 不 是 拧 不 开 sp1 就 是 容 易 发 生 意 外 sil|30 16 24 18 24 18 17 10 18 28 15 20 21 5 14 12 18 12 28 11 13 12 13 11 17 17 13 22 29|0.0|5.875 +005260|sil ji2 shi3 shen1 ti3 bu4 shu1 fu5 sp1 tou2 hun1 nao3 zhang4 sp1 ye2 dei3 yao2 yao3 ya2 sp1 pa2 qi3 lai2 gei3 er2 zi5 shao1 fan4 sil|sil 即 使 身 体 不 舒 服 sp1 头 昏 脑 胀 sp1 也 得 咬 咬 牙 sp1 爬 起 来 给 儿 子 烧 饭 sil|27 18 20 21 16 14 19 16 13 19 16 18 23 12 10 22 14 16 25 14 21 14 16 9 16 10 19 24 32|0.0|5.97 +005261|sil qing1 hu2 cun1 da4 bu4 lu4 qing1 hu2 shang1 ye4 guang2 chang3 sp1 shi4 mo2 tuo1 zai3 ju4 ji2 da1 ke4 de5 di4 fang5 sil|sil 清 湖 村 大 布 路 清 湖 商 业 广 场 sp1 是 摩 托 仔 聚 集 搭 客 的 地 方 sil|28 25 17 26 19 12 20 23 17 16 12 18 31 21 14 17 18 20 16 14 18 18 8 15 22 30|0.0|5.745 +005262|sil yun2 xu3 kan4 sp1 dan4 yao4 jian1 jue2 de5 shi4 sil|sil 允 许 看 sp1 但 要 坚 决 地 试 sil|27 13 14 28 15 12 16 20 13 11 31 29|0.0|2.66 +005263|sil mu4 qian2 sp1 long2 mou3 yin1 she4 xian2 nuo2 yong4 zi1 jin1 zui4 sp1 bei4 yi1 fa3 xing2 shi4 ju1 liu2 sil|sil 目 前 sp1 龙 某 因 涉 嫌 挪 用 资 金 罪 sp1 被 依 法 刑 事 拘 留 sil|29 12 33 12 19 23 19 16 15 15 15 11 18 20 14 13 16 18 18 13 15 29 31|0.0|4.92 +005264|sil xin1 ge2 wei4 he2 yao4 ju4 jue2 bu4 shi2 de5 re4 qing2 yao1 qing3 ne5 sil|sil 辛 格 为 何 要 拒 绝 布 什 的 热 情 邀 请 呢 sil|29 26 28 20 15 15 16 19 15 16 10 14 18 15 22 22 29|0.0|3.815 +005265|sil nan2 dao4 zhen1 jiu4 lao3 de5 lian2 sao4 ba2 ye3 na2 bu5 dong4 le5 sil|sil 难 道 真 就 老 得 连 扫 把 也 拿 不 动 了 sil|28 20 24 24 24 18 7 19 23 12 12 18 9 20 20 28|0.0|3.555 +005266|sil han2 lao3 han4 ceng2 yin1 bu4 man2 hu2 zi5 tou1 zi4 ji3 de5 qian2 sp1 hai2 da3 ma4 guo4 ta1 sil|sil 韩 老 汉 曾 因 不 满 虎 子 偷 自 己 的 钱 sp1 还 打 骂 过 他 sil|31 17 17 28 19 23 11 19 22 17 18 13 9 10 35 8 16 16 23 14 29 30|0.0|4.935 +005267|sil zao1 kang4 fan3 kang4 shi2 sp1 pa4 bei4 ren2 ting1 dao4 sp1 jiu4 yong4 ban1 shou5 jiang1 qi2 da3 hun1 sil|sil 遭 亢 反 抗 时 sp1 怕 被 人 听 到 sp1 就 用 扳 手 将 其 打 昏 sil|29 23 27 21 24 25 18 17 10 17 24 18 3 15 19 18 20 16 14 17 29 31|0.0|5.05 +005268|sil gai1 ju4 qu3 cai2 yu2 mou3 bu4 xue2 lei2 feng1 biao1 bing1 de5 zhen1 shi2 gu4 shi5 sil|sil 该 剧 取 材 于 某 部 学 雷 锋 标 兵 的 真 实 故 事 sil|28 21 20 15 19 20 21 17 16 14 19 19 20 13 15 17 18 24 30|0.0|4.245 +005269|sil zhou1 mo4 wo3 shen2 me5 dou1 bu2 yao4 mang2 le5 sp1 zhi2 xiang3 mo4 mo4 pei2 zhe5 ni3 sil|sil 周 末 我 什 么 都 不 要 忙 了 sp1 只 想 默 默 陪 着 你 sil|25 17 27 17 16 10 15 10 16 23 13 14 15 20 14 15 24 13 21 28|0.0|4.1 +005270|sil you3 guan1 bu4 men2 de5 shi4 xian1 chu2 li3 sp1 suan4 de2 shang4 tuo3 shan4 che4 di3 ma5 sil|sil 有 关 部 门 的 事 先 处 理 sp1 算 得 上 妥 善 彻 底 吗 sil|29 13 19 12 18 14 15 17 22 19 10 19 9 20 17 17 18 14 28 31|0.0|4.19 +005271|sil zhe4 shi4 pa4 wo2 pao3 le5 de5 jie2 zou4 ma5 sil|sil 这 是 怕 我 跑 了 的 节 奏 吗 sil|24 15 11 18 12 22 13 11 18 17 26 28|0.0|2.495 +005272|sil ta1 ke3 neng2 gua1 diao4 le5 biao1 zhi4 xing4 de5 hu2 zi5 sp1 huan4 shang4 xiao4 chuan3 sp1 huo4 zhe3 wei4 kui4 yang2 sil|sil 他 可 能 刮 掉 了 标 志 性 的 胡 子 sp1 患 上 哮 喘 sp1 或 者 胃 溃 疡 sil|26 17 11 22 18 14 12 17 13 16 8 23 17 27 14 15 18 25 7 14 11 16 15 29 32|0.0|5.07 +005273|sil yu2 wang3 nian2 bu4 tong2 sp1 hong2 shui3 ru2 huang2 he2 ban1 sp1 jia1 za2 zhe5 da4 liang4 ni2 tu3 sp1 gun2 gun3 liu2 xiang4 di1 wa1 chu4 sil|sil 与 往 年 不 同 sp1 洪 水 如 黄 河 般 sp1 夹 杂 着 大 量 泥 土 sp1 滚 滚 流 向 低 洼 处 sil|31 12 16 18 12 32 19 21 22 17 21 18 20 6 26 18 18 12 18 15 22 7 20 11 15 17 13 19 23 32|0.0|6.4 +005274|sil qian2 ji3 nian2 sp1 nv3 er2 chu1 jia4 dao4 an1 hui1 meng2 cheng2 xian4 sp1 er2 di4 xiong1 san1 ren2 sp1 dou1 mei2 you2 qu3 xi2 fu4 sil|sil 前 几 年 sp1 女 儿 出 嫁 到 安 徽 蒙 城 县 sp1 而 弟 兄 三 人 sp1 都 没 有 娶 媳 妇 sil|26 21 11 30 10 12 19 18 19 16 20 16 21 19 23 28 19 14 17 18 19 7 12 13 11 19 20 23 30|0.0|6.16 +005275|sil ben3 shi4 hen3 dan1 chun2 de5 si4 pian4 zui3 chun2 peng4 yi2 xia4 sp1 bu4 zu2 yi3 shuo1 ming2 shen2 me5 sil|sil 本 是 很 单 纯 的 四 片 嘴 唇 碰 一 下 sp1 不 足 以 说 明 什 么 sil|29 17 22 23 17 18 13 20 17 13 16 21 10 24 20 15 14 13 17 16 16 16 29|0.0|4.83 +005276|sil lai2 shi4 ping2 bei4 yu2 xiong2 suo2 gan3 dong4 sp1 da3 po4 chen2 mo4 sp1 yi2 ge5 jin4 zhui1 wen4 yu2 xiong2 de5 shen1 shi4 sil|sil 来 世 平 被 余 雄 所 感 动 sp1 打 破 沉 默 sp1 一 个 劲 追 问 余 雄 的 身 世 sil|32 17 16 30 15 18 21 16 21 22 33 15 16 18 21 23 9 14 17 17 15 13 14 8 19 23 29|0.0|5.94 +005277|sil yao4 shi4 jing1 chang2 la1 du4 zi5 sp1 jian4 yi4 zhu3 ren2 qu4 kan4 kan5 zhong1 yi1 sp1 tiao2 li3 yi2 xia4 chang2 wei4 sil|sil 要 是 经 常 拉 肚 子 sp1 建 议 主 人 去 看 看 中 医 sp1 调 理 一 下 肠 胃 sil|31 16 19 18 18 17 18 18 24 14 16 14 20 14 16 15 18 20 15 19 12 7 18 22 24 31|0.0|5.505 +005278|sil wang2 nv3 shi4 san1 ge5 mei4 mei5 sp1 zhu4 zai4 yang2 tai2 yi2 ce4 de5 wo4 shi4 sil|sil 王 女 士 三 个 妹 妹 sp1 住 在 阳 台 一 侧 的 卧 室 sil|29 18 15 19 19 8 19 21 6 15 13 21 17 15 16 11 18 27 31|0.0|3.92 +005279|sil zhe4 xie1 xiao3 zuo1 fang5 sp1 quan2 bu4 shi4 qian2 song4 cun1 ren2 da1 she4 sil|sil 这 些 小 作 坊 sp1 全 部 是 前 宋 村 人 搭 设 sil|25 14 14 19 19 20 3 27 14 18 24 15 15 15 17 23 30|0.0|3.62 +005280|sil yi2 huir4 r hou4 sp1 di4 di5 he2 tang2 mei4 hui2 jia1 he1 shui3 sp1 liu2 xia4 le5 xiao2 xue2 yu3 liu2 mou3 dan1 du2 xiang1 chu3 sil|sil 一 会 儿 后 sp1 弟 弟 和 堂 妹 回 家 喝 水 sp1 留 下 了 小 雪 与 刘 某 单 独 相 处 sil|30 12 24 0 24 25 19 15 15 23 21 18 17 16 27 30 11 15 9 23 25 14 20 25 17 13 21 28 29|0.0|6.575 +005281|sil zuo4 chui2 zhi2 lei4 dian4 shang1 sp1 ye3 mei2 you3 xi1 wang4 sil|sil 做 垂 直 类 电 商 sp1 也 没 有 希 望 sil|26 20 23 12 14 20 27 5 9 15 14 18 26 29|0.0|3.0 +005282|sil yi1 shi4 sp1 duo1 ri4 lian2 xu4 pai2 shui3 shi2 shui3 beng4 sun3 huai4 sp1 pai2 shui3 neng2 li4 xia4 jiang4 sil|sil 一 是 sp1 多 日 连 续 排 水 使 水 泵 损 坏 sp1 排 水 能 力 下 降 sil|29 18 26 3 18 11 19 15 20 27 19 17 16 19 26 22 16 13 13 12 20 25 29|0.0|5.03 +005283|sil huo2 gai1 sp1 dian3 shen2 me5 xiang1 bu4 hao3 sp1 fei1 dian3 wen2 xiang1 sp1 zhe4 bu5 zhao2 si3 me5 sil|sil 活 该 sp1 点 什 么 香 不 好 sp1 非 点 蚊 香 sp1 这 不 找 死 么 sil|25 19 24 15 16 15 11 21 13 23 13 18 14 19 24 19 15 8 19 18 22 29|0.0|4.64 +005284|sil xiao1 fang2 chui2 yi2 ding4 yao4 zhun3 bei4 hao3 sil|sil 消 防 锤 一 定 要 准 备 好 sil|27 20 17 27 15 13 12 15 15 30 27|0.0|2.535 +005285|sil ta1 he2 yi2 jia1 biao2 jie3 sp1 ceng2 zai4 fu4 jin4 da3 guo4 gong1 sp1 ta1 hai2 dao4 nan2 kou3 cun1 sp1 zhao3 guo4 peng2 you5 sil|sil 她 和 姨 家 表 姐 sp1 曾 在 附 近 打 过 工 sp1 她 还 到 南 口 村 sp1 找 过 朋 友 sil|28 20 22 13 17 19 18 3 19 12 16 18 15 13 22 32 13 16 13 19 15 25 3 19 12 22 21 31|0.0|5.755 +005286|sil zhe4 zhong2 guan3 kong4 ye3 shi4 bao3 chi2 huo4 bi4 ping2 wen3 fei1 chang2 guan1 jian4 de5 bu4 zhou4 sil|sil 这 种 管 控 也 是 保 持 货 币 平 稳 非 常 关 键 的 步 骤 sil|28 15 16 20 22 18 12 16 18 22 15 22 24 15 17 17 14 9 16 20 29|0.0|4.475 +005287|sil ta1 shi4 ru2 he2 gen1 zhe4 xie1 jin1 fa4 bi4 yan3 de5 yang2 ren2 gou1 tong1 de5 ne5 sil|sil 她 是 如 何 跟 这 些 金 发 碧 眼 的 洋 人 沟 通 的 呢 sil|25 19 22 14 16 14 13 21 17 18 8 15 7 18 15 15 21 8 24 28|0.0|3.92 +005288|sil zhe4 chang2 bi3 sai4 sp1 dui4 wu5 chu2 fei1 sp1 da4 bi3 fen1 qu3 sheng4 sp1 fou3 ze2 xiong1 duo1 ji2 shao3 jiang1 wu2 yuan2 jue2 sai4 sil|sil 这 场 比 赛 sp1 队 伍 除 非 sp1 大 比 分 取 胜 sp1 否 则 凶 多 吉 少 将 无 缘 决 赛 sil|27 14 20 12 25 13 15 10 17 20 4 17 10 16 15 19 14 20 19 20 12 16 25 21 12 19 17 23 31|0.0|5.835 +005289|sil yang2 wei1 bi3 gao1 ling2 sp1 wan3 ru4 xue2 yi4 nian2 sp1 tong2 yang4 zai4 xing2 zheng4 guan2 li3 xi4 xue2 xi2 sil|sil 杨 威 比 高 崚 sp1 晚 入 学 一 年 sp1 同 样 在 行 政 管 理 系 学 习 sil|29 18 22 12 20 26 5 17 15 16 12 27 18 18 16 13 18 14 13 11 15 19 32 29|0.0|5.045 +005290|sil qian2 rong2 yi4 zou3 sp1 na4 wei4 ti4 bu3 dui4 yuan2 sp1 li4 ji2 tian2 shang4 kong1 wei4 sp1 ji4 xu4 jin4 qian2 rong2 wei4 jin4 de5 ze2 ren4 sil|sil 钱 荣 一 走 sp1 那 位 替 补 队 员 sp1 立 即 填 上 空 位 sp1 继 续 尽 钱 荣 未 尽 的 责 任 sil|28 22 14 16 28 18 17 15 18 12 14 25 10 16 15 17 17 21 19 28 14 20 22 24 16 17 17 7 19 23 31|0.0|6.735 +005291|sil wo3 hou4 hui3 ya5 sp1 qian2 che1 zhi1 jian4 sp1 wo2 za3 jiu4 bu4 zhi1 dao4 xi1 qu3 bie2 ren5 de5 jiao4 xun4 ne5 sil|sil 我 后 悔 呀 sp1 前 车 之 鉴 sp1 我 咋 就 不 知 道 吸 取 别 人 的 教 训 呢 sil|30 14 20 21 25 15 25 16 14 23 22 11 16 12 13 14 16 17 15 13 13 9 22 18 21 29|0.0|5.39 +005292|sil er2 ping2 guo3 deng2 zhi3 mei2 sp1 rong3 yuan2 ye3 bu4 shao3 sil|sil 而 苹 果 等 纸 媒 sp1 冗 员 也 不 少 sil|30 22 27 19 16 14 29 8 18 20 15 14 33 29|0.0|3.41 +005293|sil bei1 nan2 you3 shi2 sp1 ta1 xian1 lie2 zui3 yi2 xiao4 sp1 shao1 shao1 wan1 yao1 sil|sil 背 男 友 时 sp1 她 先 咧 嘴 一 笑 sp1 稍 稍 弯 腰 sil|25 13 17 16 24 9 16 18 16 15 11 25 13 18 15 18 25 29|0.0|3.745 +005294|sil ru2 jin1 zhe4 li3 di1 shui3 bu2 jian4 le5 sp1 an4 bian1 de5 zhi2 wu4 ku1 huang2 er2 ai2 xiao3 sil|sil 如 今 这 里 滴 水 不 见 了 sp1 岸 边 的 植 物 枯 黄 而 矮 小 sil|30 17 30 19 15 17 22 13 22 18 28 16 16 10 19 20 25 25 16 20 34 31|0.0|5.37 +005295|sil shi4 fa1 shi2 sp1 ta1 huang1 luan4 zhong1 chuan1 zhe5 tuo1 xie2 sp1 pi1 zhe5 mian2 ao3 wang3 wai4 pao3 sil|sil 事 发 时 sp1 她 慌 乱 中 穿 着 拖 鞋 sp1 披 着 棉 袄 往 外 跑 sil|29 15 18 25 15 17 19 17 19 19 8 20 25 6 17 9 18 31 17 19 30 29|0.0|4.905 +005296|sil zai4 di4 gong1 li3 sp1 fa1 xian4 le5 fo2 ding2 gu3 she4 li4 sp1 gan3 ying4 she4 li4 deng3 fo2 jia1 sheng4 wu4 sil|sil 在 地 宫 里 sp1 发 现 了 佛 顶 骨 舍 利 sp1 感 应 舍 利 等 佛 家 圣 物 sil|26 17 15 16 21 16 15 19 16 21 17 13 20 20 11 18 18 17 18 15 13 18 18 24 30|0.0|5.245 +005297|sil quan2 nian2 bu3 zhu4 ren2 shu4 sp1 yue1 sp1 ba1 shi5 yi1 dian3 sp1 ba1 si4 wu3 er4 wan4 ren2 sil|sil 全 年 补 助 人 数 sp1 约 sp1 八 十 一 点 sp1 八 四 五 二 万 人 sil|29 24 22 13 15 17 22 11 27 7 19 17 11 24 3 17 18 16 17 19 28 32|0.0|4.74 +005298|sil wo2 zao3 sheng1 le5 wu3 shi2 nian2 a5 sil|sil 我 早 生 了 五 十 年 啊 sil|27 13 22 18 13 11 14 22 28 27|0.0|2.26 +005299|sil ling4 yi4 xie1 ke3 neng2 hui4 gan3 dao4 zi4 ji3 zai4 qian2 cang2 tou1 shi2 jin4 guo3 de5 ke3 wang4 sil|sil 另 一 些 可 能 会 感 到 自 己 在 潜 藏 偷 食 禁 果 的 渴 望 sil|30 15 14 27 13 13 13 19 19 13 11 17 25 25 19 14 19 14 10 21 27 29|0.0|4.73 +005300|sil da4 ye5 zhi2 hao3 you4 fan3 hui2 zuo4 wei4 sp1 zhan4 ye3 bu2 shi4 sp1 zuo4 ye3 bu2 shi4 sil|sil 大 爷 只 好 又 返 回 座 位 sp1 站 也 不 是 sp1 坐 也 不 是 sil|26 21 20 15 15 15 20 16 19 20 16 20 17 14 21 4 21 15 14 23 30|0.0|4.44 +005301|sil wo2 mai2 cai3 piao4 cong2 lai2 mei2 zhong4 guo4 sp1 na3 pa4 yi4 mao2 qian2 ye3 mei2 you3 sil|sil 我 买 彩 票 从 来 没 中 过 sp1 哪 怕 一 毛 钱 也 没 有 sil|30 9 15 19 22 17 13 15 19 21 15 14 23 15 16 15 10 19 21 27|0.0|4.12 +005302|sil nian1 hua1 si4 yi3 dong1 de5 hu2 tongr4 r dao4 lu4 bing4 bu5 suan4 zhai3 sp1 dan4 liang3 pang2 que4 ting2 man3 le5 si1 jia1 che1 sil|sil 拈 花 寺 以 东 的 胡 同 儿 道 路 并 不 算 窄 sp1 但 两 旁 却 停 满 了 私 家 车 sil|28 16 20 16 13 17 11 17 20 0 20 20 18 8 22 27 21 13 22 26 15 17 14 9 15 18 27 29|0.0|5.795 +005303|sil ta1 sp1 ou2 er3 tai2 tou2 kan4 kan5 du2 zhe3 sp1 dan4 dan4 yi2 xiao4 sil|sil 她 sp1 偶 尔 抬 头 看 看 读 者 sp1 淡 淡 一 笑 sil|24 23 3 15 15 18 18 15 15 15 25 5 17 16 12 29 29|0.0|3.41 +005304|sil xiao3 mao1 bei4 qia3 zai4 che1 di3 sp1 xiao1 fang2 yuan2 lai2 jiu4 sil|sil 小 猫 被 卡 在 车 底 sp1 消 防 员 来 救 sil|28 24 26 15 21 12 22 21 12 17 13 15 16 25 29|0.0|3.44 +005305|sil ting1 zhe5 yan2 an1 cheng2 zhong1 yuan2 yuan3 chuan2 lai2 de5 ge1 sheng1 sp1 ye2 xu3 dang1 shi2 de5 ming4 ming2 chun2 xi4 ou3 ran2 sil|sil 听 着 延 安 城 中 远 远 传 来 的 歌 声 sp1 也 许 当 时 的 命 名 纯 系 偶 然 sil|28 24 20 17 16 20 22 16 16 15 13 9 16 27 30 14 23 18 13 6 17 20 21 12 19 30 29|0.0|5.93 +005306|sil zhi1 jia4 di3 bu4 kong4 xi4 chu4 sp1 yi4 zhi1 tu2 gou3 pa1 zai4 li3 mian4 you1 xian2 de5 tian3 zhe5 zhua3 zi5 sil|sil 支 架 底 部 空 隙 处 sp1 一 只 土 狗 趴 在 里 面 悠 闲 的 舔 着 爪 子 sil|27 16 18 15 15 22 17 23 28 11 13 19 24 18 10 12 20 19 19 12 18 10 27 20 30|0.0|5.38 +005307|sil mei3 dao4 quan2 yu2 chu1 dong4 shi2 sp1 dang1 di4 yu2 min2 jiu4 shou3 zai4 dong4 xue2 qian2 sp1 deng3 zhe5 yu2 jin4 lou3 sil|sil 每 到 泉 鱼 出 洞 时 sp1 当 地 渔 民 就 守 在 洞 穴 前 sp1 等 着 鱼 进 篓 sil|29 20 17 17 14 19 17 26 26 16 11 13 29 15 19 13 15 16 31 20 15 11 16 18 30 30|0.0|5.84 +005308|sil chan3 jing1 xin1 wen2 cheng1 sp1 shi2 yuan2 tong1 guo4 zhei4 yang4 de5 fang1 shi4 sp1 dui4 ri4 ben3 wai4 jiao1 jin4 xing2 wa1 ku3 sil|sil 产 经 新 闻 称 sp1 石 原 通 过 这 样 的 方 式 sp1 对 日 本 外 交 进 行 挖 苦 sil|26 23 16 16 16 30 26 19 23 17 12 9 16 8 19 19 3 13 18 12 18 19 13 15 21 31 28|0.0|5.645 +005309|sil yuan2 lai2 sp1 ni2 ye3 shi4 miao2 xing1 ren2 sil|sil 原 来 sp1 你 也 是 瞄 星 人 sil|27 18 29 7 12 16 12 19 20 26 27|0.0|2.475 +005310|sil qian2 wan3 sp1 liu2 hua2 qing1 de5 zhi2 er2 zhi2 nv3 men5 sp1 lin2 shi2 da1 qi3 le5 ling2 tang2 sil|sil 前 晚 sp1 刘 华 清 的 侄 儿 侄 女 们 sp1 临 时 搭 起 了 灵 堂 sil|29 21 30 14 15 16 19 13 14 16 17 17 21 8 17 18 15 12 11 19 33 30|0.0|4.7 +005311|sil xing4 fu2 sp1 jiu4 shi4 sp1 mao1 chi1 yu2 sp1 gou3 chi1 rou4 sp1 ao4 te4 man4 da2 xiao3 guai4 shou4 sil|sil 幸 福 sp1 就 是 sp1 猫 吃 鱼 sp1 狗 吃 肉 sp1 奥 特 曼 打 小 怪 兽 sil|30 28 28 5 19 24 17 17 22 20 3 18 18 22 14 17 10 23 17 19 15 26 28|0.0|5.11 +005312|sil wo3 dou1 bu2 shi4 xiang1 gang3 xiao2 jie3 sp1 mei2 ying2 guo4 sp1 suo2 yi3 mei2 kuang4 kuang5 sil|sil 我 都 不 是 香 港 小 姐 sp1 没 赢 过 sp1 所 以 没 框 框 sil|28 16 16 16 14 18 15 18 24 12 14 23 18 11 18 7 17 24 24 30|0.0|4.21 +005313|sil hai2 you3 yi4 xie1 seng1 ren2 bei4 song4 ru4 da4 xue2 sil|sil 还 有 一 些 僧 人 被 送 入 大 学 sil|28 16 9 9 15 18 21 12 17 13 17 33 29|0.0|2.75 +005314|sil qi2 hai3 ren4 wei2 sp1 yu3 qi2 yao3 wen2 jiao2 zi4 sp1 hai2 bu4 ru2 wei4 nong2 min2 gong1 zuo4 xie1 shi2 shi4 sil|sil 祁 海 认 为 sp1 与 其 咬 文 嚼 字 sp1 还 不 如 为 农 民 工 做 些 实 事 sil|29 21 19 19 26 20 13 28 14 15 18 21 22 13 13 14 10 15 15 19 15 14 23 24 29|0.0|5.445 +005315|sil yi3 xia4 sp1 wei2 qi2 fang3 tan2 zhai1 lu4 sil|sil 以 下 sp1 为 其 访 谈 摘 录 sil|29 15 33 6 13 23 21 17 16 19 30|0.0|2.58 +005316|sil wo3 ke2 yi3 he2 yi1 yi4 qi3 kan4 yue4 liang5 sil|sil 我 可 以 和 一 一 起 看 月 亮 sil|28 11 15 11 18 30 14 15 21 14 29 30|0.0|2.735 +005317|sil bei3 yue1 guo2 jia1 tuo1 bu4 qi3 le5 sil|sil 北 约 国 家 拖 不 起 了 sil|26 15 17 17 24 21 10 20 24 28|0.0|2.35 +005318|sil ni3 men5 gei3 ta1 dian3 ya1 li4 la5 sil|sil 你 们 给 他 点 压 力 啦 sil|30 6 14 15 17 16 19 17 25 27|0.0|2.155 +005319|sil lian2 xiao2 tui3 chang2 ku1 sheng1 xiang3 sil|sil 脸 小 腿 长 哭 声 响 sil|25 25 22 18 27 19 19 32 28|0.0|2.5 +005320|sil mei2 nv3 wu2 liao2 zhao3 da4 shu1 sil|sil 美 女 无 聊 找 大 叔 sil|27 17 20 12 23 18 17 27 28|0.0|2.2 +005321|sil ai4 wei1 er2 yu3 qian2 fu1 reng2 shi4 peng2 you5 sil|sil 艾 薇 儿 与 前 夫 仍 是 朋 友 sil|28 19 15 15 16 23 20 20 15 22 21 27|0.0|2.795 +005322|sil quan2 bu4 che1 ci4 sp1 wan2 dian3 wei4 ding4 sil|sil 全 部 车 次 sp1 晚 点 未 定 sil|25 26 13 19 22 8 20 13 19 22 28|0.0|2.5 +005323|sil hou4 tian1 wen1 du4 shu1 shi4 sp1 qing2 sil|sil 后 天 温 度 舒 适 sp1 晴 sil|29 19 25 17 14 16 22 11 43 28|0.0|2.605 +005324|sil wu2 gong1 nu4 qi4 hou3 sp1 shen4 zhi4 shan1 he2 yao2 sil|sil 蜈 蚣 怒 气 吼 sp1 甚 至 山 河 摇 sil|28 15 24 17 17 26 8 21 20 21 17 31 30|0.0|3.19 +005325|sil mei2 you3 wei4 shen2 me5 sp1 jiu4 shi4 deng2 wo3 gan4 ma2 sil|sil 没 有 为 什 么 sp1 就 是 等 我 干 嘛 sil|29 14 16 12 19 14 10 14 12 15 16 18 30 26|0.0|2.845 +005326|sil gang1 gang1 zai4 kan4 yi4 ben2 you3 qu4 de5 shu1 ya5 sil|sil 刚 刚 在 看 一 本 有 趣 的 书 呀 sil|27 16 22 15 15 11 13 16 20 10 19 27 28|0.0|2.775 +005327|sil na4 nin2 neng2 tan2 yi2 xia4 sp1 pu3 tong1 lao2 bai3 xing4 sp1 ru2 he2 zuo4 hao3 fang2 tai2 de5 zhun3 bei4 ma5 sil|sil 那 您 能 谈 一 下 sp1 普 通 老 百 姓 sp1 如 何 做 好 防 台 的 准 备 吗 sil|31 19 16 15 19 10 25 4 13 14 14 15 19 6 14 15 14 15 22 18 9 17 16 25 29|0.0|4.81 +005328|sil ta1 pie3 guo4 tou2 qu4 sp1 mu4 guang1 ding1 zhe5 da4 hai3 sil|sil 他 撇 过 头 去 sp1 目 光 盯 着 大 海 sil|26 23 19 14 18 21 14 15 21 15 12 18 32 28|0.0|3.21 +005329|sil zuo2 ri4 sp1 chang1 ping2 qu1 shi3 ge5 zhuang1 cun1 sp1 cun1 kou3 yan2 jie1 sp1 zheng4 zai4 an1 zhuang1 tie3 zha4 lan5 sil|sil 昨 日 sp1 昌 平 区 史 各 庄 村 sp1 村 口 沿 街 sp1 正 在 安 装 铁 栅 栏 sil|29 21 20 15 24 17 17 15 12 18 26 9 23 24 22 24 5 17 11 17 17 19 20 26 30|0.0|5.545 +005330|sil wang2 you3 de5 wu4 jie3 sp1 rang4 xu3 feng1 de5 ban4 yan2 zhe2 xiao3 su1 hen3 ku2 nao3 sil|sil 网 友 的 误 解 sp1 让 许 峰 的 扮 演 者 小 苏 很 苦 恼 sil|28 13 17 10 16 28 5 19 15 16 9 14 20 16 21 25 21 18 32 30|0.0|4.325 +005331|sil yi4 fan1 da3 dou4 hou4 sp1 sun1 fu4 bei4 en4 dao3 zai4 di4 shang4 sil|sil 一 番 打 斗 后 sp1 孙 富 被 摁 倒 在 地 上 sil|28 14 23 16 19 24 18 21 21 15 18 14 15 17 27 30|0.0|3.71 +005332|sil ye2 xu2 sp1 dong3 shi4 hui4 hen3 gao1 xing4 sp1 xie4 tian1 xie4 di4 de5 shuo1 sp1 zhe4 zun1 pu2 sa5 song4 zou3 suan4 le5 sil|sil 也 许 sp1 董 事 会 很 高 兴 sp1 谢 天 谢 地 的 说 sp1 这 尊 菩 萨 送 走 算 了 sil|28 15 23 4 17 14 19 17 19 24 31 19 17 16 11 10 20 10 14 16 18 17 15 13 26 21 29|0.0|5.605 +005333|sil ta1 jiao4 zhou1 ke4 yun2 sp1 shi4 mou2 lv3 san1 ji2 shi4 guan1 liu2 yong3 de5 qi1 zi3 sp1 huai2 yun4 wu3 ge5 yue4 sil|sil 她 叫 周 克 云 sp1 是 某 旅 三 级 士 官 刘 勇 的 妻 子 sp1 怀 孕 五 个 月 sil|28 19 24 16 20 27 19 15 25 21 20 12 16 18 16 17 9 22 15 14 19 16 16 17 22 29|0.0|5.715 +005334|sil yuan3 zheng1 cheng2 zuo4 shu1 song4 dai4 sp1 shi4 dong1 fang1 ge1 wu3 tuan2 wu3 tai2 xia4 hen3 jing1 cai3 de5 yi2 ge5 jie2 mu4 sil|sil 远 征 乘 坐 输 送 带 sp1 是 东 方 歌 舞 团 舞 台 下 很 精 彩 的 一 个 节 目 sil|31 19 19 19 14 14 20 21 9 19 14 15 10 11 25 14 19 21 20 19 14 8 12 11 15 23 32|0.0|5.43 +005335|sil shou3 shu4 hou4 sp1 na4 ge5 jing1 chang2 ya1 de5 ding1 ran3 man3 tou2 da4 han4 de5 da4 du4 nan3 xiao1 shi1 le5 sil|sil 手 术 后 sp1 那 个 经 常 压 得 丁 冉 满 头 大 汗 的 大 肚 腩 消 失 了 sil|29 18 18 23 22 16 8 15 15 16 11 20 22 19 18 18 20 11 17 13 23 21 22 20 28|0.0|5.375 +005336|sil ga2 tu2 ba1 qu1 sp1 shi4 bu4 long2 di2 fan3 zheng4 fu2 wu3 zhuang1 sp1 quan2 guo2 jie3 fang4 zhen4 xian4 de5 da4 ben3 ying2 sil|sil 噶 图 巴 区 sp1 是 布 隆 迪 反 政 府 武 装 sp1 全 国 解 放 阵 线 的 大 本 营 sil|28 19 17 16 26 11 29 11 18 18 21 16 11 17 25 4 25 15 15 15 16 18 10 16 19 25 30|0.0|5.705 +005337|sil ru2 he2 tiao2 he2 ruo4 zhe2 yu3 qiang2 zhe3 sp1 pin2 yu3 fu4 zhi1 jian1 de5 mao2 dun4 sp1 ji2 wei2 zhong4 yao4 yu2 jin3 po4 sil|sil 如 何 调 和 弱 者 与 强 者 sp1 贫 与 富 之 间 的 矛 盾 sp1 极 为 重 要 与 紧 迫 sil|30 15 15 20 24 18 14 12 26 22 15 21 18 19 12 13 6 22 18 7 17 16 19 20 13 20 30 30|0.0|5.94 +005338|sil zai4 dian4 hua4 pang2 de5 lin2 yu3 xiang2 xiang4 shi4 zhi1 liao3 tui4 de5 ke2 sil|sil 在 电 话 旁 的 林 雨 翔 像 是 知 了 蜕 的 壳 sil|26 20 16 17 17 6 14 16 34 21 17 16 17 17 10 33 30|0.0|3.8 +005339|sil nin2 zai4 jia1 jiu4 shao3 chou1 dian3 yan1 sp1 mei2 shi4 chuan4 chuan5 men2 zi5 sp1 dui4 shen1 ti2 ye3 shi4 you2 hao3 chu4 de5 sil|sil 您 在 家 就 少 抽 点 烟 sp1 没 事 串 串 门 子 sp1 对 身 体 也 是 有 好 处 的 sil|30 14 16 24 14 18 17 16 24 20 15 19 17 13 18 16 3 14 18 16 13 14 11 21 21 20 30|0.0|5.475 +005340|sil qi2 zhong1 sp1 zhu4 zhai2 lei4 tu3 di4 cheng2 jiao1 e2 sp1 huan2 bi3 da4 zhang2 bai3 fen1 zhi1 sp1 yi4 bai3 ling2 yi1 dian3 yi1 sil|sil 其 中 sp1 住 宅 类 土 地 成 交 额 sp1 环 比 大 涨 百 分 之 sp1 一 百 零 一 点 一 sil|26 19 25 8 17 12 15 19 15 17 17 27 7 15 21 18 23 14 15 20 6 12 12 17 14 17 26 28|0.0|5.6 +005341|sil you3 ren2 ren4 wei2 sp1 xin1 wen2 ji2 tuan2 ning4 yuan4 lian2 jia4 shuai3 diao4 zhe4 ge5 bao1 fu5 sil|sil 有 人 认 为 sp1 新 闻 集 团 宁 愿 廉 价 甩 掉 这 个 包 袱 sil|30 12 12 15 27 16 15 15 13 25 18 18 21 18 16 14 10 9 20 27 28|0.0|4.405 +005342|sil li2 wei3 cai2 fan1 ji3 ye4 sp1 shen1 ti3 shang4 dou1 shi4 ci4 tong4 sp1 han4 shui3 qian2 fu2 zai4 e2 tou5 shang4 sp1 xu4 shi4 dai4 fa1 sil|sil 李 伟 才 翻 几 页 sp1 身 体 上 都 是 刺 痛 sp1 汗 水 潜 伏 在 额 头 上 sp1 蓄 势 待 发 sil|30 16 20 20 18 15 27 20 19 16 24 14 13 18 23 32 18 19 18 12 17 16 17 20 17 18 14 17 27 31|0.0|6.8 +005343|sil duo1 shu4 yun1 dao3 de5 jing3 cha2 ye3 shi4 xue4 ya1 yi4 chang2 sp1 yu3 tian1 qi4 wu2 guan1 sil|sil 多 数 晕 倒 的 警 察 也 是 血 压 异 常 sp1 与 天 气 无 关 sil|27 17 16 18 13 8 18 24 16 15 15 15 15 33 8 12 19 16 16 29 27|0.0|4.38 +005344|sil qian2 nv2 you2 lian3 se4 yi2 bian4 sp1 nan2 peng2 you5 zheng4 de2 yi4 sp1 wo3 you4 lai2 le5 yi2 ju4 sp1 jin1 tian1 sp1 ni3 shi4 pei2 wo2 jie3 jie5 ne5 sil|sil 前 女 友 脸 色 一 变 sp1 男 朋 友 正 得 意 sp1 我 又 来 了 一 句 sp1 今 天 sp1 你 是 陪 我 姐 姐 呢 sil|27 22 18 19 14 14 15 21 26 19 18 14 16 15 20 30 12 14 16 10 14 18 30 18 26 7 10 11 14 11 18 16 24 31|0.0|7.06 +005345|sil quan4 shang1 gu3 jin1 ri4 ji4 xu4 ji2 ti3 kuang2 huan1 sp1 xing1 ye4 zheng4 quan4 sp1 shou4 you2 zi1 re4 peng3 yi2 zhang3 ting2 kai1 pan2 sil|sil 券 商 股 今 日 继 续 集 体 狂 欢 sp1 兴 业 证 券 sp1 受 游 资 热 捧 以 涨 停 开 盘 sil|27 24 22 23 20 18 18 17 15 13 20 28 39 19 15 19 23 3 22 17 15 17 27 18 19 16 17 32 32|0.0|6.91 +005346|sil jin2 guan3 tian1 qi4 yan2 han2 leng3 feng1 lie4 lie4 sp1 dan4 ge4 bu4 dui4 guan1 bing1 sp1 jing1 shen2 dou2 sou3 sp1 dou4 zhi4 ang2 yang2 sil|sil 尽 管 天 气 严 寒 冷 风 冽 冽 sp1 但 各 部 队 官 兵 sp1 精 神 抖 擞 sp1 斗 志 昂 扬 sil|25 20 26 17 16 14 27 17 16 14 20 29 16 15 11 12 22 24 3 18 17 17 25 6 15 14 18 30 29|0.0|6.185 +005347|sil zhi3 yao4 ta1 yi2 dong4 sp1 gou3 jiu4 huan4 ge5 di4 fang1 yao3 sp1 dao4 hou4 lai2 sp1 zhua3 zi5 da1 zai4 ta1 jian1 shang4 yao3 sil|sil 只 要 他 一 动 sp1 狗 就 换 个 地 方 咬 sp1 到 后 来 sp1 爪 子 搭 在 他 肩 上 咬 sil|22 18 12 19 13 21 25 19 15 23 9 13 12 30 25 13 15 22 5 24 15 14 10 17 19 21 22 28|0.0|5.815 +005348|sil nan2 zi3 mian4 qian2 sp1 shi4 liang3 ge5 chuan1 zhe5 hua1 mian2 ao3 sp1 huo2 beng4 luan4 tiao4 de5 xiao3 hai2 zi5 sil|sil 男 子 面 前 sp1 是 两 个 穿 着 花 棉 袄 sp1 活 蹦 乱 跳 的 小 孩 子 sil|30 19 11 21 28 12 12 21 15 20 11 17 17 23 4 13 14 16 19 8 16 27 17 31|0.0|4.9 +005349|sil jin1 men2 ji4 nian4 ba1 er4 san1 pao4 zhan4 sp1 wu3 shi2 si4 zhou1 nian2 sil|sil 金 门 纪 念 八 二 三 炮 战 sp1 五 十 四 周 年 sil|27 21 22 14 29 16 11 21 24 19 11 11 13 16 16 30 30|0.0|3.84 +005350|sil ta1 men5 bei4 ren2 wei2 po4 huai4 hou4 sp1 zai4 hong2 lao4 zai1 nian2 fang2 xun4 xiao4 guo2 xian3 zhu4 sil|sil 它 们 被 人 为 破 坏 后 sp1 在 洪 涝 灾 年 防 汛 效 果 显 著 sil|26 17 23 14 13 15 17 19 19 16 21 17 16 16 23 24 14 18 12 22 23 29|0.0|4.805 +005351|sil zhou1 mei3 ci4 dou1 gei3 qi1 zi3 he1 sp1 wang2 dong1 jin4 zi4 ji3 da2 dian3 kai1 shui3 sp1 pao4 man2 tou5 jiu4 xian2 cai4 sil|sil 粥 每 次 都 给 妻 子 喝 sp1 王 东 进 自 己 打 点 开 水 sp1 泡 馒 头 就 咸 菜 sil|27 28 19 14 13 14 21 14 26 25 15 16 22 15 10 16 14 19 25 15 19 22 18 13 21 27 30|0.0|6.015 +005352|sil ta1 gong4 cheng1 sp1 mei3 jun1 ceng2 shi2 shi1 mei3 ren2 ji4 sp1 pai4 nv3 bing1 mo1 ta1 de5 da4 tui3 sp1 bi1 gong4 sil|sil 他 供 称 sp1 美 军 曾 实 施 美 人 计 sp1 派 女 兵 摸 他 的 大 腿 sp1 逼 供 sil|26 18 17 26 15 15 17 17 13 13 16 18 20 29 16 19 17 16 15 9 17 18 2 16 21 30|0.0|5.295 +005353|sil zhe4 xiang4 ji1 li4 cuo4 shi1 sp1 si4 hu1 hen3 zou4 xiao4 sil|sil 这 项 激 励 措 施 sp1 似 乎 很 奏 效 sil|25 18 24 11 14 20 23 4 15 15 16 18 28 29|0.0|3.015 +005354|sil dang4 wan3 sp1 yi4 huo3 ren2 jiang1 yuan2 mou3 kan2 si3 jie1 tou2 sil|sil 当 晚 sp1 一 伙 人 将 袁 某 砍 死 街 头 sil|23 21 24 20 11 16 20 18 19 21 22 16 16 33 26|0.0|3.55 +005355|sil you4 kuai4 you4 shu1 shi4 sp1 dan4 shi4 wo3 men5 mei2 qian2 na5 sil|sil 又 快 又 舒 适 sp1 但 是 我 们 没 钱 哪 sil|29 15 27 13 18 21 23 16 19 13 14 13 26 24 27|0.0|3.46 +005356|sil yue4 feng4 qiong2 yan2 li3 sp1 nv3 er2 shi4 dian3 xing2 de5 guai1 guai1 nv3 sil|sil 岳 凤 琼 眼 里 sp1 女 儿 是 典 型 的 乖 乖 女 sil|29 13 17 18 19 22 20 11 18 16 15 14 9 15 18 26 28|0.0|3.575 +005357|sil zui4 hou4 chang3 jia1 biao3 shi4 sp1 ke2 yi2 gei3 liu2 mou3 ling4 huan4 bao1 zhi4 liang4 hao3 de5 suan1 nai3 sil|sil 最 后 厂 家 表 示 sp1 可 以 给 刘 某 另 换 包 质 量 好 的 酸 奶 sil|26 19 19 19 14 18 20 14 14 10 12 20 24 19 20 16 10 17 17 9 19 25 32|0.0|4.79 +005358|sil sa4 ke1 qi2 sp1 ke3 neng2 yi1 ju4 long2 gai4 de5 bao4 gao4 jue2 ding4 sp1 shi4 fou3 ti2 zao3 che4 jun1 sil|sil 萨 科 齐 sp1 可 能 依 据 隆 盖 的 报 告 决 定 sp1 是 否 提 早 撤 军 sil|29 22 14 28 4 13 13 17 15 22 17 8 19 14 17 16 6 19 16 17 15 17 28 29|0.0|4.815 +005359|sil ni3 die1 fan4 le5 cun1 gui1 jiu4 mei2 shi4 le5 sil|sil 你 爹 犯 了 村 规 就 没 事 了 sil|29 14 18 16 9 22 19 14 16 17 22 30|0.0|2.62 +005360|sil zui4 zhong1 sp1 liang3 ren2 shang1 ding4 sp1 yi3 zao2 bi4 tou1 qian2 de5 fang1 shi4 jin4 xing2 zha4 pian4 sil|sil 最 终 sp1 两 人 商 定 sp1 以 凿 壁 偷 钱 的 方 式 进 行 诈 骗 sil|27 17 26 10 15 13 20 22 10 19 28 14 19 19 7 18 18 13 16 18 26 29|0.0|4.69 +005361|sil ta1 de5 hou2 long2 bei4 ge1 duan4 le5 liang3 ci4 sp1 shou3 wan4 ye2 you3 bei4 ge1 shang1 de5 hen2 ji4 sp1 qian2 e2 you3 ca1 shang1 sil|sil 他 的 喉 咙 被 割 断 了 两 次 sp1 手 腕 也 有 被 割 伤 的 痕 迹 sp1 前 额 有 擦 伤 sil|26 17 9 18 20 13 15 12 9 21 22 29 24 23 11 15 13 16 16 7 22 18 16 22 18 15 20 27 29|0.0|6.075 +005362|sil ji4 zhe2 ma3 shang4 wen4 sp1 kao3 sheng1 xin4 xi1 sp1 bei4 qiang3 zhu4 de5 duo1 ma5 sil|sil 记 者 马 上 问 sp1 考 生 信 息 sp1 被 抢 注 的 多 吗 sil|26 17 18 22 17 23 34 18 16 18 23 3 13 24 11 11 19 25 29|0.0|4.265 +005363|sil qian2 zhen4 zi5 sp1 jie1 mai3 jia1 de5 dian4 hua4 tai4 duo1 sp1 shuo1 dao4 sai1 bang1 zi5 teng2 sp1 xia4 he2 gu3 tou5 fa1 yan2 sil|sil 前 阵 子 sp1 接 买 家 的 电 话 太 多 sp1 说 到 腮 帮 子 疼 sp1 下 颌 骨 头 发 炎 sil|27 24 19 18 4 15 21 15 9 16 14 19 20 11 21 15 18 13 11 30 27 19 17 13 14 21 27 28|0.0|5.88 +005364|sil he2 ni3 zai4 yi4 qi3 sp1 zai4 sha1 tan1 shang4 sp1 yong4 sha1 zi5 sp1 dui1 yi2 ge5 da4 da4 de5 cheng2 bao3 sil|sil 和 你 在 一 起 sp1 在 沙 滩 上 sp1 用 沙 子 sp1 堆 一 个 大 大 的 城 堡 sil|28 16 17 14 13 31 15 16 17 18 22 5 16 24 17 6 12 17 16 18 11 9 24 28 28|0.0|5.08 +005365|sil zhong2 zhong3 de5 shi4 jian4 sp1 yin2 qi2 gang3 ren2 bu4 man3 sil|sil 种 种 的 事 件 sp1 引 起 港 人 不 满 sil|26 20 16 9 17 25 7 15 16 17 17 14 27 30|0.0|2.975 +005366|sil zhang1 xian1 sheng5 shuo1 sp1 ta1 zan3 le5 bu4 shao3 er2 zi5 de5 jue2 xin1 shu1 sp1 bao3 zheng4 shu1 sp1 que4 wu2 fa2 wan3 hui2 er2 zi5 sil|sil 张 先 生 说 sp1 他 攒 了 不 少 儿 子 的 决 心 书 sp1 保 证 书 sp1 却 无 法 挽 回 儿 子 sil|27 18 17 16 21 20 15 16 11 14 14 21 14 13 17 20 22 5 17 18 22 7 20 15 18 15 16 19 18 29|0.0|5.98 +005367|sil wo3 fei1 chang2 xi3 huan1 si1 kao3 o5 sil|sil 我 非 常 喜 欢 思 考 哦 sil|27 8 15 17 13 15 18 19 25 27|0.0|2.14 +005368|sil wen1 jia1 bao3 lai2 dao4 zhe4 li3 sp1 zhi3 jian4 yi4 long2 long3 cai4 hua1 sheng1 cai4 deng3 yi2 wang4 wu2 ji4 sil|sil 温 家 宝 来 到 这 里 sp1 只 见 一 垄 垄 菜 花 生 菜 等 一 望 无 际 sil|25 16 18 19 17 14 14 22 32 16 25 12 17 18 25 28 24 24 21 16 15 19 29 27|0.0|5.725 +005369|sil yu2 shi4 sp1 yi4 chang3 bo2 yi4 sp1 zai4 liu2 qi2 yan3 yu3 peng2 gai2 zhi3 hui1 bu4 zhi1 jian1 zhan3 kai1 sil|sil 于 是 sp1 一 场 博 弈 sp1 在 刘 奇 琰 与 棚 改 指 挥 部 之 间 展 开 sil|32 17 27 16 11 20 18 22 7 16 18 20 28 21 20 14 13 14 14 12 16 18 32 31|0.0|5.3 +005370|sil rang4 wo3 men5 jiu4 ba3 nei4 rong2 sp1 fang4 zai4 nar4 r ba5 sil|sil 让 我 们 就 把 内 容 sp1 放 在 那 儿 吧 sil|31 17 14 20 12 13 21 21 3 15 12 23 0 25 31|0.0|2.99 +005371|sil er4 ling2 yi1 yi1 sp1 yu3 er4 ling2 yi1 er4 nian2 sp1 wu4 mai2 lai2 xi2 sil|sil 二 零 一 一 sp1 与 二 零 一 二 年 sp1 雾 霾 来 袭 sil|28 14 20 15 23 8 11 15 13 7 18 27 11 12 16 20 32 29|0.0|3.7 +005372|sil wo3 hai2 zhen1 mei2 qu4 guo4 nar2 r hao3 hao1 lv3 xing2 sil|sil 我 还 真 没 去 过 哪 儿 好 好 旅 行 sil|28 9 17 14 14 16 12 22 0 17 17 17 34 28|0.0|2.84 +005373|sil ju4 xi1 sp1 gai1 yin2 hang2 mu4 qian2 zai4 shen1 zhen4 sp1 yi3 jing1 quan2 mian4 ting2 zuo4 fang2 dai4 ye4 wu4 sil|sil 据 悉 sp1 该 银 行 目 前 在 深 圳 sp1 已 经 全 面 停 做 房 贷 业 务 sil|26 17 26 12 16 14 22 13 16 14 20 20 17 10 23 20 15 16 12 19 14 19 19 28|0.0|4.97 +005374|sil zai4 zheng3 ge5 ao4 yun4 hui4 qi1 jian1 sp1 yao4 ti3 xian4 quan2 fang1 wei4 de5 ren2 wen2 guan1 huai2 sil|sil 在 整 个 奥 运 会 期 间 sp1 要 体 现 全 方 位 的 人 文 关 怀 sil|29 20 15 12 11 12 14 14 24 6 16 15 19 20 17 14 11 13 15 18 30 31|0.0|4.36 +005375|sil zhe4 ming2 ju1 min2 hai2 cheng1 sp1 ta1 zai4 jiao1 tan2 zhong1 sp1 fa1 xian4 huo4 mu3 si1 yan3 shen2 guai4 yi4 sp1 bu4 ting2 zha3 dong4 sil|sil 这 名 居 民 还 称 sp1 他 在 交 谈 中 sp1 发 现 霍 姆 斯 眼 神 怪 异 sp1 不 停 眨 动 sil|29 15 20 13 15 16 26 20 14 12 15 18 19 11 14 25 16 11 24 17 18 20 15 8 12 18 21 19 30|0.0|5.935 +005376|sil mo2 men2 jing1 sp1 shi4 ye1 su1 ji1 du1 hou4 qi1 sheng4 tu2 jiao4 hui4 de5 jing1 dian3 zhu4 zuo4 sil|sil 摩 门 经 sp1 是 耶 稣 基 督 后 期 圣 徒 教 会 的 经 典 著 作 sil|30 13 18 25 11 23 17 18 14 12 18 22 24 16 21 20 18 17 16 15 23 29|0.0|4.88 +005377|sil huang2 sheng4 yi1 shou4 chong3 ruo4 jing1 cuo4 shou3 bu4 ji2 sil|sil 黄 圣 依 受 宠 若 惊 措 手 不 及 sil|26 19 16 21 20 15 16 26 20 15 14 28 28|0.0|3.065 +005378|sil hou4 lai2 hai2 ge1 le5 pi4 gu5 shang4 yi2 kuai4 rou4 bu2 er3 duo5 sil|sil 后 来 还 割 了 屁 股 上 一 块 肉 补 耳 朵 sil|24 17 27 21 12 10 22 11 16 9 21 21 14 22 21 27|0.0|3.425 +005379|sil fei1 lv4 bin1 quan2 qiu2 shi4 wei1 you2 xing2 sp1 zuo2 tian1 cao2 cao3 shou1 chang3 sil|sil 菲 律 宾 全 球 示 威 游 行 sp1 昨 天 草 草 收 场 sil|30 17 11 19 19 13 17 14 16 25 4 17 21 18 16 17 31 30|0.0|3.89 +005380|sil shou3 xian1 sp1 ji4 zhe3 bo1 da3 de5 shi4 yue1 che1 dian4 hua4 sp1 jiu3 liu4 yao1 ling2 liu4 sil|sil 首 先 sp1 记 者 拨 打 的 是 约 车 电 话 sp1 九 六 幺 零 六 sil|29 18 29 9 17 14 15 17 17 18 13 13 19 25 15 17 19 15 13 24 30|0.0|4.485 +005381|sil yi4 zhao2 ji2 sp1 ta1 jiu4 hui4 chu1 yu2 zi4 wo2 bao3 hu4 sp1 shua2 liang3 zhao1 sp1 bu2 tai4 xie2 tiao2 de5 yong3 chun1 quan2 sil|sil 一 着 急 sp1 她 就 会 出 于 自 我 保 护 sp1 耍 两 招 sp1 不 太 协 调 的 咏 春 拳 sil|30 11 18 24 13 15 12 11 16 12 14 14 22 20 17 16 20 18 3 10 17 18 21 12 21 20 34 28|0.0|5.655 +005382|sil ren2 cheng1 lian4 bu4 si3 de5 chen2 yu4 zhi2 you3 er4 shi2 sui4 sp1 da4 gen1 dou5 xiao3 ji4 qiao3 sp1 yang4 yang4 nan2 bu4 dao3 sil|sil 人 称 练 不 死 的 陈 钰 只 有 二 十 岁 sp1 大 跟 斗 小 技 巧 sp1 样 样 难 不 倒 sil|30 17 32 21 10 14 9 18 20 12 11 17 14 22 29 20 24 21 22 20 26 9 17 18 18 12 25 30|0.0|6.245 +005383|sil ta1 shi4 lao3 da4 ya5 sp1 ta1 xia4 mian4 hai2 you3 si4 ge5 mei4 mei5 ne5 sil|sil 她 是 老 大 呀 sp1 她 下 面 还 有 四 个 妹 妹 呢 sil|26 17 11 18 21 21 17 15 16 20 16 10 20 8 16 12 23 27|0.0|3.65 +005384|sil er2 xian4 zai4 sp1 hai2 shi4 qing2 ni3 jiang1 jian4 cha1 jin4 qiao4 li3 sp1 guan3 zhu4 ni3 na4 hao2 wu2 yong4 chu4 de5 she2 tou5 ba5 sil|sil 而 现 在 sp1 还 是 请 你 将 剑 插 进 鞘 里 sp1 管 住 你 那 毫 无 用 处 的 舌 头 吧 sil|30 12 22 21 12 13 11 14 13 19 23 19 14 25 18 25 17 12 12 20 22 14 16 13 8 19 21 21 31|0.0|6.005 +005385|sil gong3 zai4 jiao1 hui4 chu4 xiang4 xia4 ao1 xian4 sp1 yi3 rong2 na4 shang4 mian4 de5 zhu1 bao3 qiu2 sil|sil 拱 在 交 汇 处 向 下 凹 陷 sp1 以 容 纳 上 面 的 珠 宝 球 sil|26 21 16 18 16 22 19 16 17 22 27 8 15 15 16 12 9 15 15 33 28|0.0|4.48 +005386|sil ben1 yong3 beng4 fa1 huo2 li4 sp1 meng4 xiang3 zhao4 liang4 xian4 shi2 sil|sil 奔 涌 迸 发 活 力 sp1 梦 想 照 亮 现 实 sil|27 19 25 17 17 22 21 19 18 24 15 16 19 30 29|0.0|3.69 +005387|sil cong2 shi2 jiu3 nian2 qian2 jian4 chang3 zhi4 jin1 sp1 wu1 shui3 yi4 zhi2 pai2 fang4 dao4 wang4 yu2 he2 zhong1 sil|sil 从 十 九 年 前 建 厂 至 今 sp1 污 水 一 直 排 放 到 望 虞 河 中 sil|26 28 15 12 19 19 16 17 14 25 33 15 24 13 12 18 18 24 21 11 19 26 29|0.0|5.27 +005388|sil ou1 zhou1 yu3 hang2 fang2 wu4 ji2 tuan2 sp1 shi4 ou1 zhou1 kong1 ke4 gong1 si1 de5 mu3 gong1 si1 sil|sil 欧 洲 宇 航 防 务 集 团 sp1 是 欧 洲 空 客 公 司 的 母 公 司 sil|29 17 20 15 21 17 13 14 28 11 13 20 17 20 15 17 14 6 19 19 28 28|0.0|4.655 +005389|sil ta1 jie3 yue1 chun2 shu3 ge4 xing4 shi3 ran2 sp1 gen1 bie2 ren2 li4 peng3 mei2 shen2 me5 guan1 xi5 sil|sil 她 解 约 纯 属 个 性 使 然 sp1 跟 别 人 力 捧 没 什 么 关 系 sil|26 18 17 23 19 16 18 14 16 24 15 18 12 14 15 23 16 13 9 20 24 30|0.0|4.645 +005390|sil cai4 wei2 bin1 shi4 cheng2 du1 li4 kai2 shou3 xing4 ji4 shu4 you3 xian4 gong1 si1 yuan2 gu3 dong1 xiao1 shou4 jing1 li3 sil|sil 蔡 维 斌 是 成 都 丽 凯 手 性 技 术 有 限 公 司 原 股 东 销 售 经 理 sil|23 26 16 26 26 25 15 17 21 18 18 12 14 11 19 15 17 21 15 22 20 17 15 25 28|0.0|5.595 +005391|sil guan1 mou3 sp1 yuan2 xi4 sui1 xi1 xian4 sun1 tuan3 zhen4 sp1 yan4 tou2 cun1 dang3 zhi1 bu4 shu1 ji4 cun1 wei3 hui4 zhu3 ren4 sil|sil 关 某 sp1 原 系 濉 溪 县 孙 疃 镇 sp1 燕 头 村 党 支 部 书 记 村 委 会 主 任 sil|23 15 33 28 16 26 22 18 23 20 22 22 17 15 17 20 19 12 13 20 19 22 14 16 17 22 27|0.0|6.25 +005392|sil zhe4 li3 sp1 bu4 fang2 ba2 you3 guan1 dang1 shi4 ren2 de5 qing2 kuang4 na2 chu1 lai2 shai4 shai5 sil|sil 这 里 sp1 不 妨 把 有 关 当 事 人 的 情 况 拿 出 来 晒 晒 sil|28 19 20 8 13 18 16 17 21 16 13 12 8 20 22 18 12 12 21 24 32|0.0|4.3 +005393|sil shan1 gao1 lu4 yuan3 sp1 chang2 tu2 dian1 bo3 sil|sil 山 高 路 远 sp1 长 途 颠 簸 sil|28 25 15 17 23 5 24 15 22 29 27|0.0|2.665 +005394|sil er2 zui4 zhong1 de5 sun3 shi1 sp1 dou1 hui4 you2 tou2 zi1 zhe2 mai3 dan1 sil|sil 而 最 终 的 损 失 sp1 都 会 由 投 资 者 买 单 sil|28 19 17 14 8 19 24 10 12 12 15 19 11 16 20 25 27|0.0|3.44 +005395|sil mu4 qian2 sp1 si4 wei4 shi4 min2 yi3 wei4 zi4 ji3 de5 ai4 quan3 bao4 ming2 sil|sil 目 前 sp1 四 位 市 民 已 为 自 己 的 爱 犬 报 名 sil|29 13 32 4 18 12 15 30 9 13 12 10 6 20 18 15 30 28|0.0|3.65 +005396|sil yu3 hua1 cha2 shi4 nan2 jing1 te4 chan3 sp1 ye3 shi4 quan2 guo2 shi2 da4 ming2 cha2 zhi1 yi1 o5 sil|sil 雨 花 茶 是 南 京 特 产 sp1 也 是 全 国 十 大 名 茶 之 一 哦 sil|31 12 18 26 13 15 14 18 27 18 10 17 20 14 17 12 15 18 16 20 22 29|0.0|4.67 +005397|sil ta1 zou3 jin4 gang1 qin2 sp1 bing4 kai1 shi2 yan3 zou4 sp1 zu3 guo2 cong2 na2 li3 kai1 shi3 sil|sil 他 走 近 钢 琴 sp1 并 开 始 演 奏 sp1 祖 国 从 哪 里 开 始 sil|27 20 17 15 18 31 5 17 17 12 17 24 21 22 21 19 17 12 21 29 28|0.0|4.755 +005398|sil jian4 le5 mian4 sp1 yao4 duo1 quan4 quan5 qi1 zi3 sp1 bu4 neng2 zai4 gan4 sha3 shi4 le5 sil|sil 见 了 面 sp1 要 多 劝 劝 妻 子 sp1 不 能 再 干 傻 事 了 sil|25 20 10 27 4 16 12 20 14 18 20 19 12 16 13 15 21 19 16 30|0.0|4.03 +005399|sil ri4 qian2 you3 mei2 ti3 cheng1 sp1 yao2 chen2 dai4 yan2 de5 yi4 hai1 zu1 che1 sp1 she4 xian2 sp1 wei2 gui1 ye4 wu5 sil|sil 日 前 有 媒 体 称 sp1 姚 晨 代 言 的 一 嗨 租 车 sp1 涉 嫌 sp1 违 规 业 务 sil|30 13 29 13 15 13 28 29 14 24 17 20 15 14 17 15 24 7 18 26 5 13 14 19 19 29|0.0|5.575 +005400|sil shi4 ma2 er3 dai4 fu1 sp1 bu2 shi4 sp1 ma3 er2 dai4 fu4 sil|sil 是 马 尔 代 夫 sp1 不 是 sp1 马 儿 带 父 sil|29 22 17 15 18 24 8 14 21 3 18 14 19 28 30|0.0|3.245 +005401|sil lv4 shu4 xian1 hua1 yan3 ying4 de5 cheng2 shi4 jiao3 luo4 zhong1 sp1 you3 shi2 hai2 neng2 pie1 jian4 pian1 ran2 qi2 wu3 de5 shen1 ying3 sil|sil 绿 树 鲜 花 掩 映 的 城 市 角 落 中 sp1 有 时 还 能 瞥 见 翩 然 起 舞 的 身 影 sil|30 18 20 21 21 16 20 11 17 15 16 14 24 36 15 26 19 15 20 19 19 17 19 8 10 18 29 27|0.0|6.265 +005402|sil xi1 an1 jie1 tou2 kao3 mian4 jin5 sp1 hen3 shou4 huan1 ying2 sil|sil 西 安 街 头 烤 面 筋 sp1 很 受 欢 迎 sil|30 21 25 14 16 18 25 17 7 18 18 22 30 28|0.0|3.35 +005403|sil zui4 zhong1 sp1 an1 dong1 ni2 yi3 qi1 bi3 yi1 de5 ju4 da4 you1 shi4 sp1 na2 dao4 guan4 jun1 sil|sil 最 终 sp1 安 东 尼 以 七 比 一 的 巨 大 优 势 sp1 拿 到 冠 军 sil|28 19 24 17 16 18 26 22 22 10 15 10 12 13 18 21 6 18 13 17 24 29|0.0|4.625 +005404|sil zui4 jin4 ban4 ge5 yue4 sp1 ge1 liar3 r de5 xin1 qing2 ge2 wai4 hao3 sil|sil 最 近 半 个 月 sp1 哥 俩 儿 的 心 情 格 外 好 sil|28 15 18 15 10 23 13 16 18 0 8 20 23 16 20 31 28|0.0|3.51 +005405|sil wo2 ye2 xiang3 kuai4 dian3 sp1 yao1 suan1 bei4 tong4 zhen1 de5 sil|sil 我 也 想 快 点 sp1 腰 酸 背 痛 真 的 sil|28 12 13 21 22 24 16 14 18 15 22 20 18 28|0.0|3.145 +005406|sil gao1 lian2 jun1 sp1 yi4 ting1 shuo1 wang2 jun1 wei3 yao4 dai4 zhe5 liang3 ge5 di4 xiong5 lai2 tou2 an4 sp1 ma3 shang4 jin4 xing2 zu3 lan2 sil|sil 高 连 军 sp1 一 听 说 王 军 伟 要 带 着 两 个 弟 兄 来 投 案 sp1 马 上 进 行 阻 拦 sil|25 16 17 24 5 12 17 17 17 14 19 15 14 8 15 12 16 17 13 21 23 15 16 18 13 16 14 29 28|0.0|5.64 +005407|sil shi4 min2 jiang2 xiao3 peng2 shi4 ting3 jie2 pai4 sp1 guo4 jie2 rang4 ta1 lei4 sp1 bing4 kuai4 le4 zhe5 sil|sil 市 民 蒋 小 鹏 是 挺 节 派 sp1 过 节 让 他 累 sp1 并 快 乐 着 sil|27 20 23 17 17 23 16 23 16 25 24 17 22 19 13 25 3 16 22 17 19 31|0.0|5.055 +005408|sil zhao4 jian4 ming2 bu2 da4 ai4 shuo1 hua4 sp1 da4 duo1 shu4 shi2 hou4 yong4 sp1 en4 zuo4 hui2 ying4 sil|sil 赵 建 明 不 大 爱 说 话 sp1 大 多 数 时 候 用 sp1 恩 作 回 应 sil|27 18 17 25 14 11 20 19 28 17 17 11 13 18 20 19 3 20 17 19 26 27|0.0|4.71 +005409|sil bu2 niao3 ren2 tong4 de5 diu1 xia4 nian2 gan1 sp1 ge1 zi5 li4 ji2 jing1 pao3 le5 sil|sil 捕 鸟 人 痛 得 丢 下 粘 竿 sp1 鸽 子 立 即 惊 跑 了 sil|29 14 21 24 25 16 15 15 20 23 13 19 18 19 15 19 22 19 32|0.0|4.385 +005410|sil ji4 zhe3 zai4 he2 xu2 wei2 xiu4 jiao1 liu2 shi2 sp1 fa1 xian4 ta1 you2 dian3 mu4 ne4 sil|sil 记 者 在 和 徐 维 秀 交 流 时 sp1 发 现 她 有 点 木 讷 sil|27 18 20 16 18 15 13 14 17 17 26 11 18 21 15 13 12 22 26 30|0.0|4.28 +005411|sil xiao1 xi5 xian3 shi4 sp1 er4 wu3 liu4 ji1 zu3 sp1 yi3 jing1 cheng2 gong1 jie1 ru4 dian4 lan3 sil|sil 消 息 显 示 sp1 二 五 六 机 组 sp1 已 经 成 功 接 入 电 缆 sil|29 21 12 20 26 22 25 14 21 17 28 3 12 19 23 15 14 13 16 31 29|0.0|4.755 +005412|sil zhe4 bing4 bu2 shi4 shuo1 zhong1 ba1 guan1 xi5 jiu4 hui4 chang4 xing2 wu2 zu3 sil|sil 这 并 不 是 说 中 巴 关 系 就 会 畅 行 无 阻 sil|23 20 20 11 13 22 19 16 19 19 16 13 21 15 17 29 29|0.0|3.735 +005413|sil dan4 zhe4 wei4 neng2 zu2 zhi3 bei4 chai1 jie3 sil|sil 但 这 未 能 阻 止 被 拆 解 sil|26 20 20 13 17 15 16 13 24 30 27|0.0|2.57 +005414|sil shan1 dong1 sheng3 zhao1 yuan3 shi4 shi4 wei3 shu1 ji4 xu2 shao3 ning2 sp1 jiu4 shi4 ta1 men5 de5 tu1 chu1 dai4 biao3 sil|sil 山 东 省 招 远 市 市 委 书 记 徐 少 宁 sp1 就 是 他 们 的 突 出 代 表 sil|31 23 17 24 17 15 17 14 10 18 18 15 19 30 13 15 11 16 9 11 14 15 16 28 28|0.0|5.155 +005415|sil cong2 ci2 yi3 hou4 sp1 bian1 fu2 zong3 shi4 duo3 cang2 zai4 hei1 an4 de5 di4 fang5 sp1 zhi3 shi4 zai4 wan3 shang4 sp1 cai2 du2 zi4 fei1 chu1 lai2 sil|sil 从 此 以 后 sp1 蝙 蝠 总 是 躲 藏 在 黑 暗 的 地 方 sp1 只 是 在 晚 上 sp1 才 独 自 飞 出 来 sil|27 21 13 13 30 12 22 23 18 13 13 23 18 17 19 8 16 26 26 14 12 17 19 24 4 20 15 14 17 14 28 31|0.0|6.82 +005416|sil ji4 zhe3 duo1 ci4 qiao1 er4 si4 ling2 jiu3 shi4 de5 men2 sp1 dan4 wu1 nei4 mei2 you3 ren2 ying4 da2 sil|sil 记 者 多 次 敲 二 四 零 九 室 的 门 sp1 但 屋 内 没 有 人 应 答 sil|27 17 24 13 16 23 19 13 18 16 14 9 30 11 17 15 18 14 16 14 19 29 29|0.0|4.89 +005417|sil ping2 guo2 shou3 ji1 ban2 ben3 you2 xi4 sp1 ye3 tong2 shi2 zai4 ying4 yong4 cheng2 xu4 shang1 dian4 shang4 xian4 sil|sil 苹 果 手 机 版 本 游 戏 sp1 也 同 时 在 应 用 程 序 商 店 上 线 sil|28 22 14 16 17 14 12 16 24 16 14 23 20 17 13 16 19 12 17 14 18 23 30|0.0|4.82 +005418|sil shang4 hai3 lou2 shi4 nuan3 dong1 ge2 ju2 xia4 sp1 ye2 you3 bu4 fen5 ren2 zai4 ni4 shi4 pao1 pan2 sil|sil 上 海 楼 市 暖 冬 格 局 下 sp1 也 有 部 分 人 在 逆 势 抛 盘 sil|29 22 14 18 17 21 15 13 15 26 11 9 16 15 16 21 17 19 14 19 35 26|0.0|4.74 +005419|sil kan2 fa2 er3 de5 ji4 ren4 zhe3 shi4 ka2 ta2 er3 de5 yi2 wei4 shang1 ren2 he2 wang2 shi4 cheng2 yuan2 sil|sil 坎 法 尔 的 继 任 者 是 卡 塔 尔 的 一 位 商 人 和 王 室 成 员 sil|26 23 15 15 10 13 17 29 22 18 15 14 10 11 13 22 20 15 18 15 21 28 31|0.0|4.885 +005420|sil liang3 tiao2 lu4 sp1 zai4 yi2 ge5 xie2 you3 tian1 gong1 yuan4 feng1 shui3 wen2 hua4 jing3 qu1 de5 pai2 lou2 qian2 hui4 he2 sil|sil 两 条 路 sp1 在 一 个 写 有 天 宫 院 风 水 文 化 景 区 的 牌 楼 前 汇 合 sil|32 17 17 24 5 18 11 13 16 25 20 14 20 18 17 11 18 16 16 9 17 15 18 18 31 28|0.0|5.385 +005421|sil shi4 min2 men5 zai4 lu4 tian1 ke1 ju2 kao3 shi4 sil|sil 市 民 们 在 露 天 科 举 考 试 sil|29 20 18 23 16 19 22 18 13 22 25 29|0.0|2.95 +005422|sil nv2 zi3 jing1 kong3 wan4 fen1 sp1 lian2 sheng1 qiu2 rao2 sil|sil 女 子 惊 恐 万 分 sp1 连 声 求 饶 sil|30 16 21 19 17 17 25 3 19 18 18 29 28|0.0|3.015 +005423|sil hua1 cheng2 guang2 chang3 de5 ye4 wan3 deng1 guang1 cui3 can4 sil|sil 花 城 广 场 的 夜 晚 灯 光 璀 璨 sil|26 21 21 14 16 10 16 24 13 18 18 30 26|0.0|2.935 +005424|sil sun1 hu3 ba2 li3 qiang2 shuo1 de5 yun2 li3 wu4 li3 sil|sil 孙 虎 把 李 强 说 得 云 里 雾 里 sil|28 24 26 14 16 26 18 9 17 19 15 27 30|0.0|3.12 +005425|sil xuan2 zai4 tou2 ding3 de5 lao2 tie3 shan4 sp1 yi2 ke4 bu4 ting2 de5 gong1 zuo4 zhe5 sp1 ke3 reng2 dang3 bu2 zhu4 gun2 gun3 re4 lang4 sil|sil 悬 在 头 顶 的 老 铁 扇 sp1 一 刻 不 停 地 工 作 着 sp1 可 仍 挡 不 住 滚 滚 热 浪 sil|31 21 13 20 15 6 18 19 27 6 12 18 12 16 9 17 17 21 25 16 19 19 11 15 18 16 15 29 30|0.0|5.935 +005426|sil da3 ma2 jiang4 sp1 san1 que1 yi1 sp1 shang4 bu5 shang4 sil|sil 打 麻 将 sp1 三 缺 一 sp1 上 不 上 sil|25 14 19 26 8 19 18 20 11 22 10 26 29|0.0|2.87 +005427|sil bu4 lang3 tai4 tai5 yi4 fen1 qian2 ye3 mei2 na2 dao4 sil|sil 布 朗 太 太 一 分 钱 也 没 拿 到 sil|27 13 20 19 22 14 18 13 11 14 20 26 28|0.0|2.845 +005428|sil li4 run5 sp1 bi3 wai4 jie4 xiang3 de5 di1 duo1 le5 sil|sil 利 润 sp1 比 外 界 想 的 低 多 了 sil|30 20 28 7 14 18 14 18 9 15 20 22 28|0.0|2.825 +005429|sil ou2 er3 chi1 yi2 dun4 sp1 ye3 shi4 bu2 cuo4 de5 xuan3 ze2 sil|sil 偶 尔 吃 一 顿 sp1 也 是 不 错 的 选 择 sil|29 14 16 21 14 20 3 14 14 14 19 10 20 29 28|0.0|3.08 +005430|sil xue2 xi2 dang3 de5 chuang4 xin1 li3 lun4 you3 sha2 yong4 sil|sil 学 习 党 的 创 新 理 论 有 啥 用 sil|29 20 25 19 9 21 15 14 20 15 23 26 28|0.0|3.07 +005431|sil shi2 jian1 qia1 zhe5 dianr3 r sp1 kai1 che1 you1 zhe5 dianr3 r sil|sil 时 间 掐 着 点 儿 sp1 开 车 悠 着 点 儿 sil|29 20 22 22 13 26 0 8 20 23 16 13 0 27 28|0.0|3.095 +005432|sil da4 shou2 bi3 de5 tou2 ru4 sp1 jie2 chu1 le5 lei2 lei2 shuo4 guo3 sil|sil 大 手 笔 的 投 入 sp1 结 出 了 累 累 硕 果 sil|27 18 19 12 8 25 17 3 19 18 12 17 19 22 31 30|0.0|3.445 +005433|sil xin1 mai3 de5 dian4 nao2 zong3 shi4 si3 ji1 sp1 da3 dian4 hua4 yao4 chang3 jia1 lai2 xiu1 sp1 ye3 yi4 zhi2 mei2 lai2 sil|sil 新 买 的 电 脑 总 是 死 机 sp1 打 电 话 要 厂 家 来 修 sp1 也 一 直 没 来 sil|31 22 16 10 17 20 17 15 17 25 31 14 16 22 17 19 11 17 26 7 12 14 12 15 32 29|0.0|5.62 +005434|sil shi4 jie4 xin1 wen2 bao4 sp1 gu4 ren2 ru4 qin1 dao4 le4 de5 yu3 yin1 xin4 xiang1 sil|sil 世 界 新 闻 报 sp1 雇 人 入 侵 道 勒 的 语 音 信 箱 sil|31 20 18 14 18 24 5 15 17 15 24 19 17 11 17 12 18 32 29|0.0|4.13 +005435|sil bian1 ru4 gai1 shu1 de5 wen2 gao3 sp1 jun1 gen1 ju4 zhu1 rong2 ji1 chu1 xi2 zhong4 yao4 sil|sil 编 入 该 书 的 文 稿 sp1 均 根 据 朱 镕 基 出 席 重 要 sil|26 19 20 17 13 9 22 28 14 19 16 17 13 16 14 19 16 17 28 30|0.0|4.33 +005436|sil dian4 hua4 na4 tou2 cheng1 sp1 xiao3 qing2 zai4 si4 wu3 gong1 li3 wai4 de5 qing4 feng1 mou3 zhen2 suo3 nei4 sil|sil 电 话 那 头 称 sp1 小 晴 在 四 五 公 里 外 的 庆 丰 某 诊 所 内 sil|27 18 16 17 16 26 9 21 24 20 15 12 14 13 23 16 24 16 17 18 15 27 28|0.0|5.02 +005437|sil gao1 wen1 jiang1 cong2 ben3 zhou1 si4 qi3 shao1 shao1 huan2 jie3 sil|sil 高 温 将 从 本 周 四 起 稍 稍 缓 解 sil|28 20 23 20 22 16 17 18 21 16 15 22 30 28|0.0|3.435 +005438|sil qi2 jian1 sp1 dang1 shi4 jia1 you2 yuan2 jiang1 shou2 li3 de5 yao4 shi5 reng1 diao4 sil|sil 其 间 sp1 当 事 加 油 员 将 手 里 的 钥 匙 扔 掉 sil|27 23 31 14 17 17 15 15 23 20 18 12 8 20 13 18 28 27|0.0|4.02 +005439|sil bi2 zhe2 you3 ge5 shi4 hao4 sp1 ai4 kan4 you3 guan1 fan2 fu3 de5 wen2 zhang1 sil|sil 笔 者 有 个 嗜 好 sp1 爱 看 有 关 反 腐 的 文 章 sil|25 20 19 16 11 23 25 19 15 23 15 17 19 15 9 16 27 31|0.0|4.0 +005440|sil dang1 ta1 tuo1 qu4 wai4 yi1 sp1 ji4 zhe3 cai2 fa1 xian4 sp1 ta1 you4 bi4 zhou3 guan1 jie2 yi3 xia4 can2 ji2 le5 sil|sil 当 她 脱 去 外 衣 sp1 记 者 才 发 现 sp1 她 右 臂 肘 关 节 以 下 残 疾 了 sil|27 18 23 18 15 20 23 12 17 12 17 16 21 6 18 17 15 16 17 13 9 20 25 18 15 30|0.0|5.315 +005441|sil chu2 quan2 chang3 wei2 yi1 de5 liang3 shuang1 wai4 sp1 ta1 hai2 gong4 xian4 le5 sp1 liang3 ci4 kou4 lan2 sp1 yi2 ci4 zhu4 gong1 he2 yi2 ci4 qiang3 duan4 sil|sil 除 全 场 唯 一 的 两 双 外 sp1 他 还 贡 献 了 sp1 两 次 扣 篮 sp1 一 次 助 攻 和 一 次 抢 断 sil|27 25 20 23 13 15 8 18 19 22 23 13 13 16 18 15 5 20 13 17 24 7 10 13 15 17 15 9 13 22 23 30|0.0|6.28 +005442|sil jia1 kuai4 wan2 shan4 ji4 shu4 biao1 zhun2 ti3 xi4 sp1 he2 hang2 ye4 zhun3 ru4 guan2 li3 sil|sil 加 快 完 善 技 术 标 准 体 系 sp1 和 行 业 准 入 管 理 sil|26 20 18 16 20 12 14 15 16 17 24 5 16 20 15 14 15 19 26 29|0.0|4.15 +005443|sil xia4 yi2 bu4 sp1 feng1 kuang2 de5 cai2 feng5 sp1 ye2 xiang2 xiao3 gong1 si1 sp1 zai4 you3 da4 fa1 zhan3 sil|sil 下 一 步 sp1 疯 狂 的 裁 缝 sp1 也 想 小 公 司 sp1 再 有 大 发 展 sil|29 25 16 18 20 21 17 8 21 19 11 11 18 17 16 19 5 15 15 18 21 26 30|0.0|4.83 +005444|sil ni3 yi2 ding4 shi4 nong4 cuo4 le5 sp1 bu2 shi4 wo3 jiao4 de5 wai4 mai4 sil|sil 你 一 定 是 弄 错 了 sp1 不 是 我 叫 的 外 卖 sil|29 9 15 15 11 17 25 19 10 13 13 14 17 7 16 27 28|0.0|3.305 +005445|sil shen1 zhen4 she4 ji4 ji1 chu2 hao3 sp1 er2 qie3 jin4 lin2 xiang1 gang3 sil|sil 深 圳 设 计 基 础 好 sp1 而 且 近 邻 香 港 sil|27 25 19 18 12 12 19 31 9 15 21 16 14 22 27 30|0.0|3.685 +005446|sil gai1 nan2 zi3 bei4 zhi3 sp1 mi4 yun2 xian4 zheng4 xie2 wei3 yuan2 li3 xin1 yang2 sil|sil 该 男 子 被 指 sp1 密 云 县 政 协 委 员 李 昕 旸 sil|26 15 18 12 15 28 8 12 17 20 13 13 17 20 17 19 30 28|0.0|3.81 +005447|sil dan4 qi1 zi3 gang1 gang1 dong4 wan2 shou3 shu4 sp1 zou3 de5 kai1 ma5 sil|sil 但 妻 子 刚 刚 动 完 手 术 sp1 走 得 开 吗 sil|25 18 20 21 16 13 13 16 17 20 6 18 9 20 26 28|0.0|3.325 +005448|sil zhe4 zuo4 mei3 guo2 dong1 an4 de5 du3 cheng2 sp1 ping2 ri4 xi1 lai2 rang2 wang3 sp1 re4 nao4 fei1 fan2 sil|sil 这 座 美 国 东 岸 的 赌 城 sp1 平 日 熙 来 攘 往 sp1 热 闹 非 凡 sil|27 19 22 21 16 13 16 10 15 33 6 23 16 16 16 19 28 6 15 16 18 32 28|0.0|5.005 +005449|sil wen4 ti2 zai4 yu2 sp1 bu4 shao3 shang1 hu4 sui1 ran2 pei2 le5 qian2 sp1 dan4 shi4 zui4 hou4 lian2 yao1 he5 sp1 ye3 mei2 you3 zhuan4 zhao2 sil|sil 问 题 在 于 sp1 不 少 商 户 虽 然 赔 了 钱 sp1 但 是 最 后 连 吆 喝 sp1 也 没 有 赚 着 sil|30 16 15 18 22 8 11 15 21 18 14 15 14 12 34 22 13 11 17 18 18 22 22 3 13 12 12 19 29 29|0.0|6.075 +005450|sil dan4 xiao2 zhen2 suo3 yi4 bi3 da4 yi1 yuan4 sp1 bian4 yi5 sp1 fang1 bian4 sil|sil 但 小 诊 所 一 比 大 医 院 sp1 便 宜 sp1 方 便 sil|27 17 19 17 23 15 17 17 15 19 5 29 19 5 24 23 31|0.0|3.735 +005451|sil si4 shi5 yi1 ming2 lao2 ban3 ren4 de5 gai1 xing2 li3 xiang1 jiu4 shi4 cong2 ta1 men5 de5 dian4 mai4 chu1 sil|sil 四 十 一 名 老 板 认 得 该 行 李 箱 就 是 从 他 们 的 店 卖 出 sil|29 18 15 11 17 18 26 17 13 16 14 12 27 14 10 20 15 11 9 16 19 32 28|0.0|4.725 +005452|sil ju4 jie4 shao4 sp1 wan4 qing4 dang4 pu4 ceng2 shi4 jing1 cheng2 wu3 da4 dang4 pu4 zhi1 yi1 sp1 shi3 jian4 yu2 qing1 mo4 sil|sil 据 介 绍 sp1 万 庆 当 铺 曾 是 京 城 五 大 当 铺 之 一 sp1 始 建 于 清 末 sil|26 16 16 30 11 20 19 21 23 22 18 17 19 15 15 17 12 17 18 6 20 15 14 20 25 30|0.0|5.6 +005453|sil e2 wai4 de5 jing1 ji4 li4 yi4 sp1 cheng2 le5 ta1 men5 chu1 mai4 gu4 zhu3 sp1 ge1 bo5 zhou2 wang3 wai4 guai3 de5 yuan2 yin1 sil|sil 额 外 的 经 济 利 益 sp1 成 了 他 们 出 卖 雇 主 sp1 胳 膊 肘 往 外 拐 的 原 因 sil|30 16 20 14 19 12 18 20 7 19 9 18 19 16 18 17 22 16 13 11 22 18 19 14 8 18 26 29|0.0|5.67 +005454|sil fa1 zhan2 hai3 shang4 feng1 dian4 sp1 ye3 bei4 kan4 zuo4 shi4 zheng3 jiu4 feng1 dian4 tui2 shi4 de5 yi2 ji4 liang2 fang1 sil|sil 发 展 海 上 风 电 sp1 也 被 看 作 是 拯 救 风 电 颓 势 的 一 剂 良 方 sil|32 19 23 19 19 18 20 19 11 10 22 17 22 23 18 18 16 21 18 13 14 12 23 31 30|0.0|5.66 +005455|sil zuo2 wan3 jia1 le5 ji2 xiao3 shi2 ban1 ya5 sil|sil 昨 晚 加 了 几 小 时 班 呀 sil|28 18 21 13 12 14 19 15 16 29 29|0.0|2.49 +005456|sil hui4 shang4 na4 yi2 ke4 you2 dian3 gan1 ga4 sil|sil 会 上 那 一 刻 有 点 尴 尬 sil|31 19 20 12 12 20 16 16 19 25 29|0.0|2.54 +005457|sil gang2 kou3 feng1 bi4 yi3 jing1 kai1 shi3 ying2 xiang2 mei3 guo2 de5 xiao1 shou4 qing2 kuang4 sil|sil 港 口 封 闭 已 经 开 始 影 响 美 国 的 销 售 情 况 sil|26 23 18 20 27 13 15 17 13 16 18 17 12 9 15 16 20 27 30|0.0|4.085 +005458|sil pao2 zhi4 hong2 shu2 fen3 de5 mo4 zhi1 sil|sil 炮 制 红 薯 粉 的 墨 汁 sil|27 25 22 19 18 17 6 22 27 28|0.0|2.455 +005459|sil bu2 shi4 bu2 bao4 sp1 shi2 ji1 wei4 dao4 sil|sil 不 是 不 爆 sp1 时 机 未 到 sil|26 16 18 17 24 6 22 15 17 25 31|0.0|2.515 +005460|sil zhe4 neng2 shuo1 ta1 men5 shi4 ren3 ma5 sil|sil 这 能 说 他 们 是 忍 吗 sil|26 14 17 25 17 11 16 19 27 29|0.0|2.33 +005461|sil jiang1 huai2 da4 di4 shuo4 feng1 lin3 lie4 sil|sil 江 淮 大 地 朔 风 凛 冽 sil|27 23 21 18 19 19 16 19 30 28|0.0|2.55 +005462|sil ru2 guo3 pen1 le5 xiang1 shui2 ye3 shi4 bu4 neng2 jin4 qu4 de5 sp1 yin1 wei4 dui4 pei1 tai1 hui4 you3 ying2 xiang3 sil|sil 如 果 喷 了 香 水 也 是 不 能 进 去 的 sp1 因 为 对 胚 胎 会 有 影 响 sil|31 15 19 16 10 22 19 20 17 9 16 18 17 18 24 11 12 13 18 22 12 15 17 31 29|0.0|5.24 +005463|sil zhe4 qian2 jiu4 shi4 wo3 yuan2 ben2 zan3 xia4 lai2 de5 sil|sil 这 钱 就 是 我 原 本 攒 下 来 的 sil|26 17 31 17 14 11 18 16 18 15 17 20 29|0.0|2.895 +005464|sil xing4 kui1 ta1 mei2 jian4 guo4 luo2 tian1 cheng2 niao3 fei1 tu4 zou3 zhi1 lei4 de5 ming2 yan2 sp1 fou3 ze2 yao4 fa1 hui1 ban4 tian1 sil|sil 幸 亏 她 没 见 过 罗 天 诚 鸟 飞 兔 走 之 类 的 名 言 sp1 否 则 要 发 挥 半 天 sil|30 25 18 16 14 19 15 15 20 22 23 16 22 16 9 12 7 23 26 25 19 19 15 15 17 18 28 29|0.0|6.185 +005465|sil liu2 zheng4 chen1 bu4 tong2 yi4 zhe4 zhong3 zuo4 fa3 sil|sil 刘 正 琛 不 同 意 这 种 做 法 sil|28 16 18 28 14 16 12 12 13 17 30 29|0.0|2.7 +005466|sil zhe4 ying1 shi4 cong2 di3 xia5 shen4 chu1 lai2 de5 sil|sil 这 应 是 从 底 下 渗 出 来 的 sil|28 16 16 14 23 16 17 20 12 21 20 27|0.0|2.675 +005467|sil ti2 dao4 er2 zi5 sp1 gao1 yan4 yan4 ji3 du4 geng3 ye4 sil|sil 提 到 儿 子 sp1 高 艳 艳 几 度 哽 咽 sil|28 19 13 22 20 16 19 15 22 19 16 22 26 29|0.0|3.325 +005468|sil che1 zi5 yi4 zhi2 kai1 sp1 ting2 xia4 lai2 yi3 hou4 sp1 bang2 fei2 ba3 wei4 yuan4 zhang3 fang4 zai4 yi2 ge5 di4 fang5 sil|sil 车 子 一 直 开 sp1 停 下 来 以 后 sp1 绑 匪 把 魏 院 长 放 在 一 个 地 方 sil|26 26 20 15 13 30 14 20 11 16 12 26 24 18 21 17 14 19 22 18 12 13 11 17 30 31|0.0|5.76 +005469|sil sha1 mou3 cheng1 sp1 zheng1 qu3 yi2 ge5 jin4 jun1 xiao4 de5 ming2 e2 sp1 dan4 xu1 yao4 yi4 xie1 qian2 lai2 da2 dian3 sil|sil 沙 某 称 sp1 争 取 一 个 进 军 校 的 名 额 sp1 但 需 要 一 些 钱 来 打 点 sil|30 21 18 30 5 19 17 10 14 18 16 16 7 24 22 20 16 14 10 10 16 19 15 21 28 29|0.0|5.395 +005470|sil peng4 dao4 yi4 xie1 lai4 pi2 de5 zhu3 sp1 ying4 shi4 ba3 dong1 xi5 reng1 xia4 jiu4 pao3 sp1 ta1 ye3 mei2 zhe2 sil|sil 碰 到 一 些 赖 皮 的 主 sp1 硬 是 把 东 西 扔 下 就 跑 sp1 他 也 没 辙 sil|28 22 13 10 15 20 18 10 27 19 16 13 14 16 14 15 15 15 28 8 15 9 19 32 29|0.0|5.11 +005471|sil chuan2 peng2 shuai4 de5 fu4 qin5 sp1 wei2 huang2 chuan1 xian4 sp1 gong1 an1 ju2 fu4 ju2 zhang3 sil|sil 传 彭 帅 的 父 亲 sp1 为 潢 川 县 sp1 公 安 局 副 局 长 sil|26 30 20 18 9 16 27 8 18 23 20 24 8 10 17 14 15 13 30 30|0.0|4.365 +005472|sil dui4 yu2 wo3 men5 lai2 shuo1 sp1 zou3 chuan2 tong2 lao3 lu4 ke3 neng2 geng4 wei1 xian3 sil|sil 对 于 我 们 来 说 sp1 走 传 统 老 路 可 能 更 危 险 sil|26 16 10 11 13 16 26 9 17 23 16 18 24 16 17 14 17 33 29|0.0|4.075 +005473|sil shen2 tong2 zhi1 fu4 ting1 de5 ye3 piao1 piao1 ran2 le5 sp1 bu2 zai4 bi1 zhao4 zhi4 jing4 bei4 gu3 wen2 sil|sil 神 童 之 父 听 得 也 飘 飘 然 了 sp1 不 再 逼 赵 志 敬 背 古 文 sil|31 24 17 16 22 19 8 12 18 15 19 15 19 13 20 12 16 13 21 16 17 23 29|0.0|4.82 +005474|sil yan3 ke1 yi1 sheng1 zai4 gei3 niu1 niu5 jian3 cha2 shi4 li4 sil|sil 眼 科 医 生 在 给 妞 妞 检 查 视 力 sil|31 19 15 14 27 18 11 18 17 17 19 20 21 29|0.0|3.205 +005475|sil ge1 sp1 ren2 jia1 cuo4 le5 sp1 bie2 xiong1 ren2 jia1 le5 sil|sil 哥 sp1 人 家 错 了 sp1 别 凶 人 家 了 sil|25 28 10 17 15 26 21 8 15 19 16 18 18 30|0.0|3.085 +005476|sil dang1 qian2 you2 na3 xie1 zhu3 yao4 de5 long3 duan4 xian4 xiang4 sil|sil 当 前 有 哪 些 主 要 的 垄 断 现 象 sil|27 18 23 17 18 15 14 17 8 18 17 16 29 31|0.0|3.11 +005477|sil deng2 wo2 you3 le5 gong1 zi1 jiu4 bang1 ni3 jiao1 fang2 zu1 sil|sil 等 我 有 了 工 资 就 帮 你 交 房 租 sil|25 16 16 15 13 16 18 17 15 11 15 19 24 29|0.0|2.895 +005478|sil tao2 hao3 nei4 di4 guan1 zhong4 sp1 yao4 cong2 wa2 wa5 zhua1 qi3 sil|sil 讨 好 内 地 观 众 sp1 要 从 娃 娃 抓 起 sil|25 25 21 19 11 19 19 10 14 21 16 16 18 27 30|0.0|3.38 +005479|sil bao3 zhi4 qi1 xian3 shi4 zai4 nai2 fen3 guan4 di3 bu4 sil|sil 保 质 期 显 示 在 奶 粉 罐 底 部 sil|26 17 14 23 20 14 11 18 17 16 19 24 30|0.0|2.895 +005480|sil bu2 guo4 sp1 quan2 zu3 ren2 yuan2 yi4 qi3 yong4 wan2 wu3 can1 hou4 sp1 bie4 niu3 de5 fen1 wei2 ming2 xian2 shao3 le5 hen3 duo1 sil|sil 不 过 sp1 全 组 人 员 一 起 用 完 午 餐 后 sp1 别 扭 的 氛 围 明 显 少 了 很 多 sil|26 14 25 6 24 11 17 23 17 15 10 18 12 19 24 28 15 15 8 15 21 25 18 15 9 18 27 28|0.0|5.84 +005481|sil tian2 dan1 de5 xiao3 zhuo1 ke2 fou3 duo1 she4 ji3 chu4 sil|sil 填 单 的 小 桌 可 否 多 设 几 处 sil|28 23 14 9 20 23 17 15 13 16 14 29 31|0.0|2.92 +005482|sil you3 zhi1 qing2 zhe3 tou4 lu4 sp1 nv2 zi3 qing1 sheng1 qian2 yin2 jiu3 sp1 yi2 wei2 gan3 qing2 kun4 rao3 xuan3 ze2 qing1 sheng1 sil|sil 有 知 情 者 透 露 sp1 女 子 轻 生 前 饮 酒 sp1 疑 为 感 情 困 扰 选 择 轻 生 sil|25 19 14 20 12 20 22 30 12 14 18 16 20 16 28 19 12 19 19 16 20 23 21 14 17 25 27|0.0|6.015 +005483|sil si4 shi4 bu4 fen5 ye4 wu4 cun2 zai4 shou3 xu4 xia2 ci1 sil|sil 四 是 部 分 业 务 存 在 手 续 瑕 疵 sil|31 22 25 15 15 18 14 21 18 17 16 20 30 30|0.0|3.385 +005484|sil guan1 jian4 xian4 zai4 jia4 ge2 di1 sp1 mei2 ren2 shou1 ya5 sil|sil 关 键 现 在 价 格 低 sp1 没 人 收 呀 sil|26 20 20 18 18 20 15 22 7 15 12 22 26 29|0.0|3.14 +005485|sil ju4 xi1 sp1 shi1 ti3 shang4 hai2 you3 dong4 wu4 de5 yao3 hen2 sil|sil 据 悉 sp1 尸 体 上 还 有 动 物 的 咬 痕 sil|26 18 28 7 21 16 23 14 13 14 14 8 20 31 29|0.0|3.27 +005486|sil di4 di5 zai4 pang2 bian1 di1 zhe5 tou2 lai2 le5 yi2 ju4 sp1 zhe4 gen1 diu1 qian2 bao1 you3 shen2 me5 qu1 bie2 ya5 sil|sil 弟 弟 在 旁 边 低 着 头 来 了 一 句 sp1 这 跟 丢 钱 包 有 什 么 区 别 呀 sil|28 17 18 15 23 22 13 12 20 18 10 14 21 33 15 18 13 21 23 15 15 8 25 20 21 30|0.0|5.66 +005487|sil hong1 nao4 sheng1 zhong1 sp1 nv2 zi3 bu2 duan4 yong4 shou3 rou2 cuo1 tou2 bu4 sp1 si4 you3 tou2 bu4 bu2 shi4 zheng4 zhuang4 sil|sil 哄 闹 声 中 sp1 女 子 不 断 用 手 揉 搓 头 部 sp1 似 有 头 部 不 适 症 状 sil|31 18 16 20 23 15 16 20 12 11 16 22 16 16 26 21 23 17 17 19 13 13 16 20 26 31|0.0|5.74 +005488|sil na4 lv2 zi5 sp1 lai2 dao4 yi4 tou2 hao4 chi1 lan3 zuo4 de5 lv2 zi5 pang2 bian1 sil|sil 那 驴 子 sp1 来 到 一 头 好 吃 懒 做 的 驴 子 旁 边 sil|28 16 24 20 4 20 10 12 21 21 16 21 15 7 15 10 23 25 29|0.0|3.91 +005489|sil chen2 jia1 huan2 dui4 ci3 yi2 gai4 mei2 you3 hui2 da2 sp1 zhi2 ning3 wai1 lian3 kan4 zhe5 lv4 shi1 sp1 xiang4 lv4 shi1 qiu2 jiu4 sil|sil 陈 嘉 桓 对 此 一 概 没 有 回 答 sp1 只 拧 歪 脸 看 着 律 师 sp1 向 律 师 求 救 sil|27 23 17 26 16 19 17 16 10 11 21 27 18 15 21 12 23 19 8 18 22 6 19 11 14 21 25 33|0.0|5.98 +005490|sil ding4 yue4 he2 zhi1 chi2 shou1 ru4 wei2 sp1 wu2 dian3 si4 jiu3 yi1 ba1 yi4 mei3 yuan2 sil|sil 订 阅 和 支 持 收 入 为 sp1 五 点 四 九 一 八 亿 美 元 sil|26 23 20 15 14 22 19 18 24 15 14 20 15 15 16 18 11 18 30 29|0.0|4.435 +005491|sil ba2 nv3 ren2 hong2 hao3 le5 sp1 nan2 ren2 jiu4 you2 pin3 wei4 le5 sil|sil 把 女 人 哄 好 了 sp1 男 人 就 有 品 位 了 sil|28 17 18 16 18 20 19 11 17 18 12 13 20 19 21 31|0.0|3.455 +005492|sil la1 kai1 le5 ying4 zhang4 e4 zhang4 zheng4 zhi4 zhang4 de5 wei2 mu4 sil|sil 拉 开 了 硬 仗 恶 仗 政 治 仗 的 帷 幕 sil|29 17 19 18 26 26 27 31 18 11 17 7 17 25 31|0.0|3.7 +005493|sil san1 yue4 de5 qiong2 dao3 sp1 wan4 mu4 cong1 long2 sheng1 ji1 ang4 ran2 sil|sil 三 月 的 琼 岛 sp1 万 木 葱 茏 生 机 盎 然 sil|29 19 14 10 21 28 8 17 13 21 22 22 11 23 28 31|0.0|3.68 +005494|sil de2 dao4 que4 qie4 de5 jie2 guo3 hou4 sp1 na4 yi2 ye4 sp1 yang2 zi4 hui1 zai4 zheng4 zhou1 he1 le5 ge5 ming2 ding3 da4 zui4 sil|sil 得 到 确 切 的 结 果 后 sp1 那 一 夜 sp1 杨 自 辉 在 郑 州 喝 了 个 酩 酊 大 醉 sil|28 16 19 19 16 8 16 16 27 27 20 13 19 14 18 13 21 13 19 21 18 12 14 24 19 17 25 32|0.0|6.08 +005495|sil dui4 chuang4 she4 zhe3 er2 yan2 sp1 ren4 gou4 quan2 zheng4 de5 chou2 ma3 ke2 yi3 ji4 suan4 sp1 yin1 ci3 feng1 xian2 ke3 kong4 sil|sil 对 创 设 者 而 言 sp1 认 购 权 证 的 筹 码 可 以 计 算 sp1 因 此 风 险 可 控 sil|27 19 23 14 14 16 29 30 16 13 21 14 8 20 26 16 10 17 24 16 15 21 20 16 19 28 32|0.0|6.08 +005496|sil liu2 zhi1 zhang1 bang1 yu3 xiang2 jiu1 zheng4 yi2 ci4 pao3 zi1 sp1 dao4 sp1 wo3 shi4 ge5 zhi2 hua4 zhi2 shuo1 de5 ren2 sp1 chu1 qian2 jin4 lai2 de5 ba5 sil|sil 刘 知 章 帮 雨 翔 纠 正 一 次 跑 姿 sp1 道 sp1 我 是 个 直 话 直 说 的 人 sp1 出 钱 进 来 的 吧 sil|33 14 13 27 17 15 24 15 15 13 11 24 27 11 24 38 11 15 14 15 17 13 18 11 22 19 20 21 14 16 10 25 30|0.0|7.105 +005497|sil huang2 shang4 sp1 nin2 hai2 ji4 de5 da4 ming2 hu2 pan4 de5 xia4 yu3 he2 ma5 sil|sil 皇 上 sp1 您 还 记 得 大 明 湖 畔 的 夏 雨 荷 吗 sil|27 26 27 12 13 15 18 13 14 18 18 19 10 20 14 19 25 29|0.0|3.915 +005498|sil wo3 jue2 de5 xin1 wen2 dui4 bo2 zhi1 shi4 ji1 dan4 li3 tiao1 gu3 tou5 sil|sil 我 觉 得 新 闻 对 柏 芝 是 鸡 蛋 里 挑 骨 头 sil|28 10 15 18 19 24 18 17 20 24 14 14 13 24 18 25 28|0.0|3.82 +005499|sil er2 hei1 mao1 sp1 zhua1 zei2 neng2 li4 gong1 shou4 jiang3 jiu4 hen3 ji1 ji2 sil|sil 而 黑 猫 sp1 抓 贼 能 立 功 受 奖 就 很 积 极 sil|29 20 17 27 19 22 14 17 14 21 24 24 13 15 18 27 30|0.0|4.07 +005500|sil gai1 bao4 liao4 zhe3 yan2 zhi1 zao2 zao2 shi2 fen1 ken3 ding4 ci3 shi4 sil|sil 该 爆 料 者 言 之 凿 凿 十 分 肯 定 此 事 sil|28 22 16 17 17 23 13 18 24 20 17 15 17 16 24 30|0.0|3.675 +005501|sil zai4 chang3 qu1 nei4 sp1 dui1 fang4 zhe5 shu4 shi2 dai4 tan4 suan1 qing1 an3 sil|sil 在 厂 区 内 sp1 堆 放 着 数 十 袋 碳 酸 氢 铵 sil|26 22 21 14 24 11 16 23 16 16 22 15 18 17 16 31 29|0.0|3.91 +005502|sil ling4 wai4 sp1 mei3 guo2 dui4 zai4 nan2 zi3 tiao4 yuan3 ye3 ran2 zhi3 jin1 pai2 sil|sil 另 外 sp1 美 国 队 在 男 子 跳 远 也 染 指 金 牌 sil|30 17 24 12 16 14 24 18 18 12 21 25 13 20 12 18 33 31|0.0|4.155 +005503|sil gen1 ta1 xia4 xiang1 sp1 wu2 lun4 zou3 dao4 na3 ge5 cun1 sp1 dou1 neng2 ting1 de5 dao4 xiang1 qin5 men5 sp1 re4 qing2 zhao1 hu5 xu1 han2 wen4 nuan3 sil|sil 跟 他 下 乡 sp1 无 论 走 到 哪 个 村 sp1 都 能 听 得 到 乡 亲 们 sp1 热 情 招 呼 嘘 寒 问 暖 sil|24 16 13 18 28 24 10 15 15 11 20 12 27 17 12 23 15 9 15 22 19 22 16 17 21 23 19 17 22 15 27 28|0.0|6.87 +005504|sil hao4 cheng1 ya4 zhou1 di4 yi1 de5 bei3 yang2 shui3 shi1 sp1 wei4 shen2 me5 hui4 zhan4 bai4 sil|sil 号 称 亚 洲 第 一 的 北 洋 水 师 sp1 为 什 么 会 战 败 sil|29 18 26 22 15 11 15 11 13 16 18 24 11 13 14 8 14 20 23 29|0.0|4.065 +005505|sil chang2 jun4 sheng1 de5 huo3 jian4 shi4 ti2 ba2 sp1 dao4 di3 cang2 zhe5 na3 xie1 mao1 ni4 sp1 bi4 xu1 hao3 hao1 cha2 cha5 sil|sil 常 骏 生 的 火 箭 式 提 拔 sp1 到 底 藏 着 哪 些 猫 腻 sp1 必 须 好 好 查 查 sil|25 25 15 20 15 20 17 13 18 25 8 16 10 19 9 19 14 18 23 21 13 19 19 17 23 23 27|0.0|5.705 +005506|sil zhi3 ting1 ta1 ruo4 ruo4 de5 lai2 yi2 ju4 sp1 ni3 zhan4 you2 wo3 sp1 wo3 zhan4 you2 ni3 sil|sil 只 听 她 弱 弱 的 来 一 句 sp1 你 占 有 我 sp1 我 占 有 你 sil|23 18 19 22 17 13 10 19 15 22 26 17 18 17 28 8 15 17 15 33 28|0.0|4.645 +005507|sil jing1 liao2 jie3 sp1 xiao3 ming2 shou3 shang4 wo4 zhe5 de5 mo3 hui1 ban3 shi4 zi4 jia1 de5 sil|sil 经 了 解 sp1 小 明 手 上 握 着 的 抹 灰 板 是 自 家 的 sil|25 14 22 26 20 17 17 15 17 16 11 7 18 19 26 18 16 22 17 28|0.0|4.305 +005508|sil yi2 bu4 fen4 zai4 shi4 wai4 zhan3 chu1 de5 da4 xiang4 xing1 xing5 sp1 yi3 jin4 guan3 bi4 shu3 sil|sil 一 部 分 在 室 外 展 出 的 大 象 猩 猩 sp1 已 进 馆 避 暑 sil|29 11 17 24 21 17 16 18 12 9 16 24 22 25 10 15 16 17 15 26 30|0.0|4.53 +005509|sil dan4 ci3 shi2 sp1 zuo2 mou2 yi3 jing1 tao2 wang2 guang3 zhou1 sp1 zhi1 hou4 you4 dao4 le5 shen1 zhen4 sil|sil 但 此 时 sp1 左 某 已 经 逃 往 广 州 sp1 之 后 又 到 了 深 圳 sil|26 17 15 24 5 22 21 11 17 15 15 17 22 13 18 17 13 11 9 21 22 28|0.0|4.405 +005510|sil liang3 ren2 de5 jie2 hun1 zhao4 sp1 ye3 fang4 zai4 le5 xi1 an1 chan3 ba4 yi4 jiu3 dian4 li3 wan2 cheng2 sil|sil 两 人 的 结 婚 照 sp1 也 放 在 了 西 安 浐 灞 一 酒 店 里 完 成 sil|30 18 17 15 14 17 21 9 13 20 13 10 17 17 24 18 12 15 15 10 17 31 30|0.0|4.68 +005511|sil wei3 tuo1 zhi4 zuo4 de5 zuan4 shi2 sp1 zhen1 de5 shi4 yong4 gu3 hui1 huo4 mao2 fa4 zuo4 cheng2 ma5 sil|sil 委 托 制 作 的 钻 石 sp1 真 的 是 用 骨 灰 或 毛 发 做 成 吗 sil|30 14 18 15 12 9 19 24 7 14 10 13 16 20 22 17 19 19 13 18 24 29|0.0|4.435 +005512|sil ji4 nian4 bei1 shang4 sp1 yi3 zhong1 ying1 wen2 ji4 zai4 le5 sun1 zhong1 shan1 chou2 kuan3 ji2 ge2 ming4 jing1 guo4 sil|sil 纪 念 碑 上 sp1 以 中 英 文 记 载 了 孙 中 山 筹 款 及 革 命 经 过 sil|27 15 17 16 27 9 17 22 20 24 19 16 13 16 13 24 25 29 17 12 19 18 19 31|0.0|5.395 +005513|sil zai4 zhe4 zhong3 xing2 shi4 xia4 sp1 mei3 guo2 ke2 yi3 sa2 shui3 sp1 fang2 zhi3 di4 qu1 guan1 xi5 kao3 jiao1 sil|sil 在 这 种 形 势 下 sp1 美 国 可 以 洒 水 sp1 防 止 地 区 关 系 烤 焦 sil|28 22 13 14 16 14 25 17 17 20 14 11 21 25 12 15 17 13 14 15 11 19 27 32|0.0|5.01 +005514|sil shi4 zen3 me5 yang4 de5 wen2 hua4 sheng1 tai4 sp1 ling4 dang1 shi4 ren2 ru2 ci3 kuan1 rong2 huo4 wu2 nai4 ne5 sil|sil 是 怎 么 样 的 文 化 生 态 sp1 令 当 事 人 如 此 宽 容 或 无 奈 呢 sil|30 23 18 10 18 8 15 16 19 27 6 15 15 12 23 14 16 21 20 16 13 21 23 29|0.0|4.965 +005515|sil wo3 zai4 bi4 yu3 o5 sil|sil 我 在 避 雨 哦 sil|27 12 15 20 21 21 26|0.0|1.645 +005516|sil jin4 ri4 sp1 wang2 mou3 bei4 hai2 kou3 long2 hua2 qu1 jian3 cha2 yuan4 yi1 fa3 pi1 zhun3 dai4 bu3 sil|sil 近 日 sp1 王 某 被 海 口 龙 华 区 检 察 院 依 法 批 准 逮 捕 sil|28 20 22 25 18 28 22 21 19 16 20 19 16 19 19 16 19 16 16 19 27 33|0.0|5.32 +005517|sil fa3 ting2 shang4 sp1 zhang1 bing2 li3 ren4 zui4 tai4 du4 jiao4 hao3 sp1 zhen1 cheng2 hui3 zui4 sil|sil 法 庭 上 sp1 张 秉 礼 认 罪 态 度 较 好 sp1 真 诚 悔 罪 sil|30 18 19 26 6 19 17 21 18 11 17 12 18 28 9 19 19 20 26 32|0.0|4.465 +005518|sil ri4 ben2 yu3 dong1 nan2 ya4 you3 guan1 guo2 jia1 sp1 shi4 mei3 guo2 shou3 zhong1 sp1 wu3 xiang4 zhong1 guo2 de5 yi4 bing2 bing2 duan3 jian4 sil|sil 日 本 与 东 南 亚 有 关 国 家 sp1 是 美 国 手 中 sp1 舞 向 中 国 的 一 柄 柄 短 剑 sil|30 18 21 20 14 13 15 14 16 14 27 3 16 19 15 20 21 4 15 21 18 15 15 15 15 17 19 27 34|0.0|5.93 +005519|sil jing1 cha2 sp1 fan4 zui4 xian2 yi2 ren2 luan2 chang1 sheng4 sp1 yu3 qi2 peng2 you5 shao4 mou3 de5 qi1 zi3 li2 mou2 you3 jian1 qing2 sil|sil 经 查 sp1 犯 罪 嫌 疑 人 栾 昌 盛 sp1 与 其 朋 友 邵 某 的 妻 子 李 某 有 奸 情 sil|27 21 29 11 19 11 15 13 26 18 20 22 13 10 16 16 16 20 15 9 20 12 18 24 17 21 37 27|0.0|6.075 +005520|sil yi3 hou4 hui4 yang3 de5 sp1 wo3 zheng4 zai4 yan2 xiu1 chong3 wu4 zhao4 gu4 ji4 neng2 sil|sil 以 后 会 养 的 sp1 我 正 在 研 修 宠 物 照 顾 技 能 sil|28 13 20 18 20 17 28 9 15 13 18 21 19 13 18 12 16 29 30|0.0|4.14 +005521|sil fou3 ze2 wo3 jiu4 tou4 zhi1 sp1 jiang1 zai4 ye3 bu4 neng2 lai2 ou1 zhou1 le5 sil|sil 否 则 我 就 透 支 sp1 将 再 也 不 能 来 欧 洲 了 sil|30 19 25 13 12 20 22 25 23 13 13 10 13 15 18 16 21 28|0.0|3.9 +005522|sil bu2 pa4 lang2 yi2 yang4 de5 dui4 shou3 sp1 jiu4 pa4 yi3 wei2 bu3 qiang2 que4 bu4 ting2 tong3 lou2 zi5 de5 gong1 guan1 sil|sil 不 怕 狼 一 样 的 对 手 sp1 就 怕 以 为 补 墙 却 不 停 捅 娄 子 的 公 关 sil|26 17 22 17 8 19 9 16 26 21 16 15 11 18 18 29 21 13 20 18 19 9 10 17 25 31|0.0|5.465 +005523|sil tong1 guo4 zhan4 lve4 he2 li4 liang4 jin4 xing2 di4 qu1 e4 zhi4 de5 lun4 dian3 ling4 ren2 fei4 jie3 sil|sil 通 过 战 略 核 力 量 进 行 地 区 遏 制 的 论 点 令 人 费 解 sil|29 21 19 17 16 18 14 25 18 19 13 14 18 10 7 20 24 18 15 18 29 29|0.0|4.775 +005524|sil chang4 ge1 pao3 diao4 sp1 jiu4 yao4 duo1 lian4 xi2 sil|sil 唱 歌 跑 调 sp1 就 要 多 练 习 sil|27 26 13 22 23 3 13 13 12 17 28 29|0.0|2.62 +005525|sil ci3 qian2 huai2 yi2 shi2 yue4 qin2 shi4 liu2 yu4 bo1 piao3 bai2 shen1 fen4 hou4 de5 hua4 ming2 sp1 bei4 pai2 chu2 sil|sil 此 前 怀 疑 石 月 琴 是 刘 玉 波 漂 白 身 份 后 的 化 名 sp1 被 排 除 sil|29 17 31 24 20 17 15 26 17 15 13 17 22 16 16 13 15 7 21 23 3 12 21 31 28|0.0|5.44 +005526|sil zhan1 nai3 nai5 shuo1 sp1 zhe4 yang4 de5 sheng1 huo2 kai1 xiao1 sp1 bi3 zai4 jia1 du2 shu1 gui4 chu1 xu3 duo1 sil|sil 詹 奶 奶 说 sp1 这 样 的 生 活 开 销 sp1 比 在 家 读 书 贵 出 许 多 sil|28 16 13 16 26 26 12 15 8 16 13 19 24 5 14 16 16 14 21 17 17 16 25 29|0.0|4.9 +005527|sil li3 a1 po2 de5 nv3 er2 chan1 fu2 zhe5 ta1 sil|sil 李 阿 婆 的 女 儿 搀 扶 着 她 sil|29 13 17 18 9 17 15 22 16 13 28 27|0.0|2.6 +005528|sil di4 san1 jiu4 shi4 qing1 yu1 de5 ren4 wu4 zhong4 sil|sil 第 三 就 是 清 瘀 的 任 务 重 sil|26 15 24 17 19 22 14 11 16 12 22 29|0.0|2.635 +005529|sil you3 shi4 shuo1 shi4 sp1 mei2 shi4 sp1 wo3 wanr2 r qu4 le5 sil|sil 有 事 说 事 sp1 没 事 sp1 我 玩 儿 去 了 sil|28 15 17 17 24 22 15 22 5 13 20 0 21 17 28|0.0|3.07 +005530|sil ni3 yin2 hang2 ka2 li3 jing4 ran2 hai2 you3 qian2 sil|sil 你 银 行 卡 里 竟 然 还 有 钱 sil|28 12 15 19 21 19 14 11 21 16 31 29|0.0|2.745 +005531|sil yin1 wei4 shi4 shou3 ting1 wen1 rou2 de5 ge1 sil|sil 因 为 是 首 听 温 柔 的 歌 sil|30 10 16 18 23 18 18 14 13 22 30|0.0|2.46 +005532|sil wo3 shi4 deng1 shan1 ai4 hao4 zhe3 sil|sil 我 是 登 山 爱 好 者 sil|27 11 23 16 19 18 18 25 29|0.0|2.165 +005533|sil zhao2 ji2 yo5 sp1 xian4 zai4 you4 mei2 you3 ban4 fa3 sil|sil 着 急 哟 sp1 现 在 又 没 有 办 法 sil|26 23 21 22 13 20 21 13 13 16 21 27 28|0.0|3.065 +005534|sil shu3 yu2 sp1 sha2 you3 qian2 de5 na4 zhong3 li2 pin3 sil|sil 属 于 sp1 傻 有 钱 的 那 种 礼 品 sil|28 22 20 9 25 17 19 6 18 13 18 30 31|0.0|2.97 +005535|sil shi2 jian1 yi2 huang4 sp1 yi4 nian2 jiu4 guo4 qu4 le5 sil|sil 时 间 一 晃 sp1 一 年 就 过 去 了 sil|28 19 16 15 31 10 11 21 14 16 18 17 30|0.0|2.86 +005536|sil wo3 hai2 bu2 hui4 tiao4 wu3 ye5 sil|sil 我 还 不 会 跳 舞 耶 sil|28 12 22 14 19 22 13 25 29|0.0|2.135 +005537|sil zen3 neng2 liao4 li3 jun1 guo2 de5 hou4 shi4 sil|sil 怎 能 料 理 军 国 的 后 事 sil|26 21 17 17 15 17 11 10 18 24 27|0.0|2.36 +005538|sil rang4 wo3 suan4 le5 sp1 an1 an1 wen2 wen3 guo4 ri4 zi5 sil|sil 让 我 算 了 sp1 安 安 稳 稳 过 日 子 sil|30 19 14 26 17 15 13 17 15 23 14 19 18 30|0.0|3.14 +005539|sil bu4 fen4 zhen2 suo3 ke3 zuo4 yao4 wu4 liu2 chan3 sil|sil 部 分 诊 所 可 做 药 物 流 产 sil|25 15 19 17 25 18 16 16 14 17 29 29|0.0|2.785 +005540|sil wang2 you2 feng3 ci4 sp1 jian1 yu4 guan2 li2 fu3 bai4 hun4 luan4 sil|sil 网 友 讽 刺 sp1 监 狱 管 理 腐 败 混 乱 sil|30 13 16 22 22 6 17 15 17 15 19 16 22 25 32|0.0|3.335 +005541|sil you3 na2 li3 bu4 ming2 bai5 me5 sil|sil 有 哪 里 不 明 白 么 sil|29 13 18 12 13 20 15 23 30|0.0|2.005 +005542|sil la1 fei1 er3 shuo1 sp1 pu2 pu3 zhu4 zai4 wo4 sen1 dao3 sil|sil 拉 斐 尔 说 sp1 普 普 住 在 沃 森 岛 sil|28 15 13 15 27 15 23 22 17 19 14 18 26 29|0.0|3.265 +005543|sil wo3 men2 yao4 ju2 shou3 tou2 xiang2 tong4 gai3 qian2 fei1 sil|sil 我 们 要 举 手 投 降 痛 改 前 非 sil|30 9 13 17 15 14 17 31 22 16 19 26 27|0.0|2.975 +005544|sil dui4 yu2 tian1 ya2 shi4 fou3 can1 yu4 le5 ci3 ci4 chao3 zuo4 sp1 liang2 shu4 xin1 yu2 yi2 fou3 ren4 sil|sil 对 于 天 涯 是 否 参 与 了 此 次 炒 作 sp1 梁 树 新 予 以 否 认 sil|28 16 19 23 22 16 15 16 14 12 16 16 20 22 19 17 15 24 17 8 21 20 30|0.0|4.945 +005545|sil ce4 mian4 xian4 tiao2 geng4 jia1 ying4 lang3 liu2 chang4 sp1 xiang1 bi3 lao2 kuan3 sp1 dong4 gan3 le5 xu3 duo1 sil|sil 侧 面 线 条 更 加 硬 朗 流 畅 sp1 相 比 老 款 sp1 动 感 了 许 多 sil|30 21 15 21 24 19 17 18 25 18 25 23 19 9 19 27 3 16 12 10 18 22 31|0.0|5.13 +005546|sil jing1 shen2 ye2 hao3 le5 hen3 duo1 sp1 yan3 qiu2 ye3 neng2 gu1 lu1 lu1 zhuan4 sp1 lai2 kan4 kan4 zhou1 wei2 shi4 shen2 me5 huan2 jing4 sil|sil 精 神 也 好 了 很 多 sp1 眼 球 也 能 咕 噜 噜 转 sp1 来 看 看 周 围 是 什 么 环 境 sil|29 22 25 12 18 10 20 21 26 16 24 11 19 12 11 14 26 43 12 18 20 17 16 13 16 11 20 20 31|0.0|6.425 +005547|sil yun1 wan2 ran2 hou4 ne5 sil|sil 晕 完 然 后 呢 sil|28 16 23 16 19 23 29|0.0|1.785 +005548|sil sui2 ji2 sp1 biao2 jie3 jiang1 yin2 hang2 zhang4 hao4 sp1 fa1 gei3 le5 hou2 gen1 lin2 sil|sil 随 即 sp1 表 姐 将 银 行 账 号 sp1 发 给 了 侯 根 林 sil|30 22 26 11 22 19 18 11 17 17 22 12 15 10 11 16 15 28 30|0.0|4.085 +005549|sil tui1 jian4 ta1 qu4 xi1 xia4 wang2 ling2 sp1 ting2 you3 yi4 si5 de5 sil|sil 推 荐 他 去 西 夏 王 陵 sp1 挺 有 意 思 的 sil|28 21 17 16 22 21 20 17 26 8 19 16 14 16 16 30|0.0|3.57 +005550|sil ci3 wai4 sp1 xia4 da4 bai2 cheng2 hai3 yu4 sp1 ye3 fa1 xian4 le5 you2 wu1 sil|sil 此 外 sp1 厦 大 白 城 海 域 sp1 也 发 现 了 油 污 sil|29 17 25 15 22 16 15 18 21 20 8 13 17 15 7 18 24 29|0.0|3.825 +005551|sil qi2 shi2 dou1 ke2 yi3 jie1 shou4 sp1 zhi3 shi4 cu1 su2 er2 yi3 sil|sil 其 实 都 可 以 接 受 sp1 只 是 粗 俗 而 已 sil|28 20 23 17 17 13 16 22 6 15 17 19 15 17 22 30|0.0|3.445 +005552|sil mu4 qian2 sp1 yi4 zhong3 mao1 mi1 ka1 fei1 guan3 zai4 shang4 hai2 qiao3 ran2 zou3 hong2 sil|sil 目 前 sp1 一 种 猫 咪 咖 啡 馆 在 上 海 悄 然 走 红 sil|31 12 32 11 10 12 18 15 18 15 28 15 19 19 20 15 16 28 29|0.0|4.22 +005553|sil ji4 wei3 yao4 cha2 cha5 shi4 na3 ge4 sil|sil 纪 委 要 查 查 是 哪 个 sil|24 19 18 16 22 20 13 24 22 27|0.0|2.38 +005554|sil ta1 zheng4 jue1 pi4 gu5 mang2 ne5 sp1 wo3 men5 qiao1 qiao1 wei2 shang4 qu4 sp1 dang1 chang3 jiu4 gei3 zhua1 zhu4 le5 sil|sil 他 正 撅 屁 股 忙 呢 sp1 我 们 悄 悄 围 上 去 sp1 当 场 就 给 抓 住 了 sil|28 17 23 18 16 9 23 18 25 8 11 16 16 14 21 20 20 18 19 12 12 19 16 17 27|0.0|5.145 +005555|sil shi4 fa1 dang1 ri4 sp1 yang2 dai4 zhe5 liang3 ge5 sun1 nv5 sp1 chu1 qu4 li3 fa4 sil|sil 事 发 当 日 sp1 杨 带 着 两 个 孙 女 sp1 出 去 理 发 sil|30 17 16 17 23 26 24 17 10 16 10 19 18 6 17 11 17 26 31|0.0|4.08 +005556|sil mei3 guo2 le4 yu2 kan4 jian4 mei3 yuan2 de5 bian3 zhi2 sil|sil 美 国 乐 于 看 见 美 元 的 贬 值 sil|29 21 21 18 11 20 15 15 12 10 21 27 29|0.0|2.89 +005557|sil guo1 guo2 qing4 sp1 chang2 qi1 cong2 shi4 ying2 xiao1 xue2 de5 yan2 jiu1 sp1 dan1 ren4 zhong1 guo2 shi4 chang3 ying2 xiao1 yan2 jiu1 zhong1 xin1 zhu3 ren4 sil|sil 郭 国 庆 sp1 长 期 从 事 营 销 学 的 研 究 sp1 担 任 中 国 市 场 营 销 研 究 中 心 主 任 sil|27 20 16 24 8 23 13 17 15 18 17 13 9 19 23 37 16 21 15 11 16 26 17 16 15 12 13 18 15 25 30|0.0|6.56 +005558|sil bu4 shao2 shou3 ji1 ying4 yong4 ruan3 jian4 sp1 ye3 chou2 zhun3 le5 shu4 zi4 hua4 nian2 su2 sp1 tui1 chu1 bai4 nian2 chan2 pin3 sil|sil 不 少 手 机 应 用 软 件 sp1 也 瞅 准 了 数 字 化 年 俗 sp1 推 出 拜 年 产 品 sil|27 17 19 15 14 12 14 19 22 12 15 21 18 18 23 13 15 20 28 21 18 23 16 18 22 25 32|0.0|6.005 +005559|sil shi2 pin3 gong1 si1 sp1 tui1 jie4 xin1 sheng1 chan3 de5 sp1 yi2 ye3 tian2 wei2 zhu3 ti2 de5 sp1 ni2 qiu5 pai2 ling2 shi2 sil|sil 食 品 公 司 sp1 推 介 新 生 产 的 sp1 以 野 田 为 主 题 的 sp1 泥 鳅 牌 零 食 sil|31 18 18 16 22 4 20 18 18 17 23 17 18 13 21 17 15 15 16 13 13 16 16 14 18 27 30|0.0|5.62 +005560|sil bu2 guo4 sp1 dang1 shi2 lou2 ti1 zhong1 jian1 bu4 wei4 yi3 jing1 kua3 ta1 sp1 zheng3 ge4 lou2 cheng2 xian4 ao1 zi4 xing2 sil|sil 不 过 sp1 当 时 楼 梯 中 间 部 位 已 经 垮 塌 sp1 整 个 楼 呈 现 凹 字 型 sil|23 15 25 13 19 18 17 20 16 18 13 20 13 18 19 28 22 19 8 23 23 18 17 15 33 27|0.0|5.81 +005561|sil zhe4 yang4 kan4 lai2 sp1 kun2 bang3 xiao1 shou4 sp1 cheng2 wei2 mo4 gao1 ku1 wei2 yi1 de5 xuan3 ze2 sil|sil 这 样 看 来 sp1 捆 绑 销 售 sp1 成 为 莫 高 窟 唯 一 的 选 择 sil|29 17 14 19 24 14 26 18 18 20 4 18 13 17 17 23 17 13 11 19 25 30|0.0|4.715 +005562|sil liang3 ren2 dui4 sun1 yao2 de5 quan4 zu3 bu2 zai4 li2 cai3 sp1 jian1 chi2 hui4 wan2 kuan3 sil|sil 两 人 对 孙 垚 的 劝 阻 不 再 理 睬 sp1 坚 持 汇 完 款 sil|31 17 24 17 17 14 8 27 23 13 13 18 26 8 20 18 16 16 28 31|0.0|4.47 +005563|sil jian1 ce4 biao2 yi3 bao4 sp1 hai2 shi4 an1 xin1 zhai2 zai4 shi4 nei4 ba5 sil|sil 监 测 表 已 爆 sp1 还 是 安 心 宅 在 室 内 吧 sil|26 21 18 20 16 24 22 16 16 17 18 15 13 15 21 22 28|0.0|3.81 +005564|sil zai4 qiang2 jiang4 wen1 de5 tong2 shi2 sp1 shui3 qi4 sp1 ye3 chan1 huo5 jin4 lai2 sil|sil 在 强 降 温 的 同 时 sp1 水 汽 sp1 也 掺 和 进 来 sil|26 21 22 15 16 9 18 25 12 25 25 4 13 21 12 15 24 28|0.0|3.845 +005565|sil ba2 hen3 zhua1 ke1 ji4 de5 si1 xiang3 luo4 dao4 shi2 chu4 sil|sil 把 狠 抓 科 技 的 思 想 落 到 实 处 sil|29 18 24 18 20 13 10 16 23 18 14 18 24 29|0.0|3.185 +005566|sil ran2 er2 sp1 hai2 shi4 you2 hen3 duo1 ren2 wu2 bing4 shen1 yin2 sp1 shi3 jin4 dou1 yao4 che2 dian3 gu4 shi4 sil|sil 然 而 sp1 还 是 有 很 多 人 无 病 呻 吟 sp1 使 劲 都 要 扯 点 故 事 sil|31 21 23 9 15 15 13 17 14 20 17 15 19 26 23 23 21 14 11 17 15 16 22 27|0.0|5.16 +005567|sil you3 shi2 ti3 ye4 zhi1 cheng1 de5 zhan1 guang1 xie1 sil|sil 有 实 体 业 支 撑 的 沾 光 些 sil|31 18 21 17 17 14 22 15 18 18 26 28|0.0|2.85 +005568|sil jin2 guan3 sp1 tu3 di4 zu1 lin4 he2 tong5 sp1 er4 ling2 er4 jiu3 nian2 cai2 dao4 qi1 sil|sil 尽 管 sp1 土 地 租 赁 合 同 sp1 二 零 二 九 年 才 到 期 sil|27 23 28 7 23 14 12 17 18 24 6 15 14 17 15 15 19 15 25 31|0.0|4.24 +005569|sil ta1 rang4 nv3 er2 zi4 ji2 gei3 ba1 bi3 wa2 wa5 zuo4 yi1 fu5 sp1 yin1 wei4 shang1 chang3 de5 dou1 shi4 chong2 yang4 de5 sil|sil 她 让 女 儿 自 己 给 芭 比 娃 娃 做 衣 服 sp1 因 为 商 场 的 都 是 重 样 的 sil|28 18 17 17 22 19 14 12 15 12 14 13 18 15 25 33 8 14 21 24 15 13 11 22 24 16 31|0.0|5.705 +005570|sil guo4 hui4 ma1 shuo1 sp1 chong1 wan2 le5 sp1 gei3 qian2 sp1 lao3 ba4 shuo1 sp1 chong1 wan2 le5 sil|sil 过 会 妈 说 sp1 充 完 了 sp1 给 钱 sp1 老 爸 说 sp1 充 完 了 sil|27 20 15 22 25 26 24 16 15 10 14 32 46 12 17 24 21 21 17 16 28|0.0|5.2 +005571|sil niao4 ji1 mei2 de5 sheng1 chan3 yuan2 liao4 sp1 lai2 zi4 sp1 ren2 ti3 xian1 niao4 ye4 sil|sil 尿 激 酶 的 生 产 原 料 sp1 来 自 sp1 人 体 鲜 尿 液 sil|30 19 15 18 8 17 17 16 24 8 17 18 4 22 19 19 21 24 28|0.0|3.99 +005572|sil jin4 chu1 sou1 zhu2 yi4 sp1 ni3 shi4 xiang3 cheng2 fa2 ta1 hai2 shi4 cheng2 fa2 wo3 ya5 sil|sil 尽 出 馊 主 意 sp1 你 是 想 惩 罚 他 还 是 惩 罚 我 呀 sil|27 24 16 21 15 21 28 8 12 19 16 17 22 16 10 18 17 21 23 28|0.0|4.4 +005573|sil jia1 qiang2 yan2 sp1 rong2 xue3 ji4 sp1 cao3 bao1 sp1 ren2 gong1 sao2 xue3 qi4 ju4 deng3 wu4 zi1 de5 bu3 chong1 sil|sil 加 强 盐 sp1 融 雪 剂 sp1 草 包 sp1 人 工 扫 雪 器 具 等 物 资 的 补 充 sil|25 22 31 35 10 17 18 24 12 25 25 27 20 15 16 15 18 15 17 18 11 11 14 28 33|0.0|5.83 +005574|sil gang1 cai2 sp1 wo3 cong2 che1 zhan4 chu1 zhan4 kou2 zou3 chu1 lai5 sp1 yi4 nv3 de5 sp1 yao4 wang2 li2 zou3 sil|sil 刚 才 sp1 我 从 车 站 出 站 口 走 出 来 sp1 一 女 的 sp1 要 往 里 走 sil|26 20 28 9 10 16 15 19 15 15 16 18 16 20 33 11 22 17 6 13 18 16 30 29|0.0|5.09 +005575|sil liu2 feng1 ren4 zhun3 le5 zhong1 shi2 you2 zhe4 kuai4 zhao1 pai5 sp1 dui4 man3 xin1 kai3 mei2 you3 tai4 duo1 huai2 yi2 sil|sil 刘 峰 认 准 了 中 石 油 这 块 招 牌 sp1 对 满 新 凯 没 有 太 多 怀 疑 sil|25 17 26 19 15 12 17 18 15 13 14 19 27 23 13 18 18 21 17 12 18 14 21 24 27|0.0|5.37 +005576|sil ci3 wai4 sp1 yu4 nan4 de5 lv2 you3 yang2 xiao3 mei2 sp1 he2 ling4 yi4 lv2 you3 xie4 ming2 shi4 fu1 qi1 sil|sil 此 外 sp1 遇 难 的 驴 友 杨 晓 梅 sp1 和 另 一 驴 友 谢 明 是 夫 妻 sil|27 20 26 20 12 17 9 17 18 17 15 28 9 15 15 13 18 15 19 24 14 16 28 27|0.0|5.1 +005577|sil qu4 nian2 qiu1 shou1 hou4 sp1 lao2 ban3 gei2 an3 da2 shou3 ji1 sp1 shuo1 hai2 lai2 ba5 sp1 tui1 zhe5 lun2 yi3 sp1 dai4 zhe5 lao3 po2 sil|sil 去 年 秋 收 后 sp1 老 板 给 俺 打 手 机 sp1 说 还 来 吧 sp1 推 着 轮 椅 sp1 带 着 老 婆 sil|27 19 22 17 20 21 18 17 20 16 17 13 17 25 29 19 16 21 22 26 17 10 20 21 8 15 8 19 24 28|0.0|6.645 +005578|sil dan4 zhe4 yi4 jue2 ding4 sp1 shi3 man4 ha1 dun4 xia4 cheng2 ju1 min2 bao4 yuan4 bu4 yi3 sil|sil 但 这 一 决 定 sp1 使 曼 哈 顿 下 城 居 民 抱 怨 不 已 sil|28 20 17 11 17 21 6 17 17 16 17 20 19 14 24 18 18 14 24 28|0.0|4.255 +005579|sil zheng4 zhi2 ji3 liang4 mo2 tuo5 qiang2 xing2 chuang3 guan1 zhi1 shi2 sp1 gai1 qiao2 tu1 ran2 kua3 ta1 sil|sil 正 值 几 辆 摩 托 强 行 闯 关 之 时 sp1 该 桥 突 然 垮 塌 sil|27 20 16 9 17 16 22 25 18 19 16 15 26 21 18 23 18 15 19 28 29|0.0|4.84 +005580|sil suo2 yi3 sp1 wo3 jiu4 jiao4 ta1 men5 zhi2 jie1 bang1 wo3 pei4 sp1 ta1 men5 hui4 kan4 de5 shuang3 yi4 dian3 sil|sil 所 以 sp1 我 就 叫 他 们 直 接 帮 我 配 sp1 他 们 会 看 得 爽 一 点 sil|29 21 24 19 9 12 15 16 18 15 15 16 14 24 23 13 9 12 19 8 23 16 22 30|0.0|4.895 +005581|sil sui1 ran2 jia4 ge2 gao1 ang2 sp1 dian4 shi4 ta3 que4 yi4 zhi2 bu4 que1 guang3 gao4 shang1 sil|sil 虽 然 价 格 高 昂 sp1 电 视 塔 却 一 直 不 缺 广 告 商 sil|28 21 25 21 14 18 26 11 15 14 26 18 14 14 11 16 16 15 28 31|0.0|4.43 +005582|sil xia4 yu3 le5 sp1 kan4 jian4 wai4 mian4 cheng1 san3 de5 sp1 jiu4 xiang2 qi3 yi4 tong2 xue2 shuo1 de5 sil|sil 下 雨 了 sp1 看 见 外 面 撑 伞 的 sp1 就 想 起 一 同 学 说 的 sil|28 27 13 18 9 18 11 12 15 21 24 17 25 14 20 18 14 20 21 21 13 32|0.0|4.77 +005583|sil gao1 xiong2 shi4 zhang3 ren4 nei4 de5 xie4 chang2 ting2 ceng2 shuo1 guo4 sp1 gao1 xiong2 gang3 zhi2 hang2 de5 hua4 sp1 gao1 xiong2 jiu4 you3 sheng1 ming4 li4 sil|sil 高 雄 市 长 任 内 的 谢 长 廷 曾 说 过 sp1 高 雄 港 直 航 的 话 sp1 高 雄 就 有 生 命 力 sil|30 17 17 17 19 16 20 16 15 20 17 16 19 20 44 19 19 22 14 21 9 25 20 19 23 13 12 16 18 18 29|0.0|6.97 +005584|sil li3 zong1 hong2 chu1 sheng1 hou4 jiu4 yi4 zhi2 zhu4 zai4 ji1 long2 sp1 shi4 tu3 sheng1 tu2 zhang3 de5 sp1 tai2 wan1 nan1 zai3 sil|sil 李 宗 鸿 出 生 后 就 一 直 住 在 基 隆 sp1 是 土 生 土 长 的 sp1 台 湾 囝 仔 sil|31 13 18 25 15 16 24 17 15 14 13 15 14 25 26 14 19 20 17 19 13 4 26 15 20 27 30|0.0|5.86 +005585|sil xian4 chang3 gan4 bu4 qun2 zhong4 sp1 yong4 shou3 pao2 tu3 jiu4 ren2 sil|sil 现 场 干 部 群 众 sp1 用 手 刨 土 救 人 sil|29 24 19 15 10 20 19 11 16 29 20 16 18 26 28|0.0|3.48 +005586|sil dan1 ren4 weng4 an1 xian4 zhang3 zhi1 qian2 sp1 xie4 xiao3 dong1 shi4 gui4 zhou1 sheng2 lv3 you2 ju2 sp1 zong1 he2 xie2 tiao2 chu4 chu4 zhang3 sil|sil 担 任 瓮 安 县 长 之 前 sp1 谢 晓 东 是 贵 州 省 旅 游 局 sp1 综 合 协 调 处 处 长 sil|30 17 23 18 14 19 16 13 30 25 13 19 24 23 15 15 21 11 15 22 4 18 16 15 17 14 19 24 30|0.0|6.27 +005587|sil er2 ta1 men5 hu2 nan2 chen1 zhou1 de5 jia1 sp1 yi3 jing1 bei4 ge4 lu4 ren2 ma3 tuan2 tuan2 wei2 zhu4 sil|sil 而 他 们 湖 南 郴 州 的 家 sp1 已 经 被 各 路 人 马 团 团 围 住 sil|29 18 17 18 14 16 19 14 10 25 24 10 17 19 14 14 15 19 20 18 19 19 31|0.0|4.865 +005588|sil yin1 wu4 pin3 gui4 zhong4 sp1 gong1 si1 fang1 mian4 jue2 ding4 bao4 jing3 sil|sil 因 物 品 贵 重 sp1 公 司 方 面 决 定 报 警 sil|31 18 17 20 20 20 17 16 14 17 19 13 15 18 29 28|0.0|3.625 +005589|sil yi2 lu4 shang4 sp1 ge4 shi4 ge4 yang4 de5 dian1 sp1 dou1 zai4 zhe4 li3 hui4 zong3 sp1 wen1 gu4 zhi1 xin1 yi2 bian4 sil|sil 一 路 上 sp1 各 式 各 样 的 颠 sp1 都 在 这 里 汇 总 sp1 温 故 知 新 一 遍 sil|32 10 18 28 8 17 17 12 14 11 24 10 13 14 12 16 25 26 10 16 13 14 18 13 23 30|0.0|5.155 +005590|sil zai4 shen2 hua4 zhong1 sp1 tu4 zi5 shi4 chang2 e2 de5 chong3 wu4 sil|sil 在 神 话 中 sp1 兔 子 是 嫦 娥 的 宠 物 sil|25 18 17 21 21 10 27 19 16 20 16 9 24 25 30|0.0|3.455 +005591|sil wo3 de5 bao3 bao5 chu1 sheng1 la5 sp1 nin2 men5 de5 bei4 fen4 sp1 you4 ti2 gao1 le5 sil|sil 我 的 宝 宝 出 生 啦 sp1 您 们 的 辈 份 sp1 又 提 高 了 sil|31 12 10 17 16 16 18 21 26 11 15 9 19 23 9 14 20 20 15 31|0.0|4.1 +005592|sil shan1 shan1 bei4 gan3 dong4 sp1 zai4 an4 yi4 shou3 sp1 dang1 chu1 jiu4 gai1 ai4 ni3 sp1 zhi2 yan4 mu4 zuo4 ci2 ren2 de5 cai2 hua2 sil|sil 珊 珊 被 感 动 sp1 再 按 一 首 sp1 当 初 就 该 爱 你 sp1 直 艳 慕 作 词 人 的 才 华 sil|31 20 25 14 19 24 29 18 15 16 26 4 19 20 17 12 20 25 29 17 15 21 17 16 14 8 23 31 31|0.0|6.69 +005593|sil wang1 nv3 shi4 sp1 yi4 shou3 ti2 zhe5 fan4 cai4 sp1 yi4 shou2 da3 zhe5 yu2 san2 wang3 qian2 zou3 sil|sil 汪 女 士 sp1 一 手 提 着 饭 菜 sp1 一 手 打 着 雨 伞 往 前 走 sil|29 16 18 26 11 14 20 14 10 21 26 28 11 22 16 11 15 24 18 22 27 31|0.0|4.995 +005594|sil yu2 shi4 sp1 wo3 zheng4 yi4 de5 sp1 ba3 na4 wan3 mian4 sp1 dao4 gei3 lu4 bian1 kan4 qi3 lai2 hen3 e4 de5 ye3 mao1 sil|sil 于 是 sp1 我 正 义 的 sp1 把 那 碗 面 sp1 倒 给 路 边 看 起 来 很 饿 的 野 猫 sil|30 12 28 18 13 19 14 15 6 12 16 15 20 10 15 9 18 20 19 9 14 20 18 9 14 30 29|0.0|5.245 +005595|sil juan1 shao3 le5 shuo1 ni3 kou1 men2 sp1 juan1 duo1 le5 shuo1 ni3 xian2 bai3 zuo4 xiu4 sil|sil 捐 少 了 说 你 抠 门 sp1 捐 多 了 说 你 显 摆 作 秀 sil|23 22 20 16 15 13 23 32 12 23 15 19 18 17 22 13 17 28 26|0.0|4.34 +005596|sil ta1 wu2 nai4 de5 hui2 da2 sp1 ta1 zong3 shi4 shuo1 sp1 lia3 ren2 chou1 yan1 lang4 fei4 qian2 sil|sil 他 无 奈 的 回 答 sp1 她 总 是 说 sp1 俩 人 抽 烟 浪 费 钱 sil|26 20 12 18 11 18 22 24 17 17 15 22 12 15 14 18 17 16 13 34 29|0.0|4.525 +005597|sil cao2 meng3 fu4 qin1 jie2 reng2 yao4 kai1 gong1 sp1 zhi2 hao3 ti2 qian2 yi4 tian1 qing4 zhu4 sil|sil 草 蜢 父 亲 节 仍 要 开 工 sp1 只 好 提 前 一 天 庆 祝 sil|25 26 24 15 17 18 16 16 22 21 12 17 15 16 17 10 17 22 20 28|0.0|4.34 +005598|sil an2 ye3 chi1 rou4 de5 sp1 an2 ye3 bu4 xiang3 jia1 sil|sil 俺 也 吃 肉 的 sp1 俺 也 不 想 加 sil|29 15 15 18 23 16 20 12 15 11 18 26 30|0.0|2.875 +005599|sil sui2 hou4 sp1 yu2 mou3 ye2 da3 le5 sp1 yao1 er4 san1 si4 wu3 jin4 xing2 tou2 su4 sil|sil 随 后 sp1 于 某 也 打 了 sp1 幺 二 三 四 五 进 行 投 诉 sil|29 20 28 21 14 26 18 17 20 9 13 17 16 15 21 16 15 20 24 28|0.0|4.49 +005600|sil nan2 ren2 ti2 yi4 sp1 bao3 bei4 sp1 wo3 men2 ba3 ta1 men5 e3 xin1 zou3 ba5 sil|sil 男 人 提 议 sp1 宝 贝 sp1 我 们 把 他 们 恶 心 走 吧 sil|28 18 18 20 19 38 18 21 13 7 14 15 16 12 18 17 19 23 28|0.0|4.2 +005601|sil mian3 fei4 la1 ji1 fen1 lei4 tong2 zen3 me5 yang4 sil|sil 免 费 垃 圾 分 类 桶 怎 么 样 sil|26 20 14 18 12 14 13 24 12 11 29 27|0.0|2.55 +005602|sil tiao2 zheng3 wei2 sp1 bai3 fen1 zhi1 sp1 yi1 dian3 ba1 wu3 liu4 sil|sil 调 整 为 sp1 百 分 之 sp1 一 点 八 五 六 sil|26 21 17 24 4 15 16 18 6 15 18 18 13 25 30|0.0|3.09 +005603|sil ta1 zhe4 shi4 zhan4 zhe5 shuo1 hua4 bu4 yao1 teng2 sil|sil 他 这 是 站 着 说 话 不 腰 疼 sil|26 19 15 21 21 11 17 22 13 19 30 29|0.0|2.82 +005604|sil yuan2 lin2 nan1 sp1 di1 di1 de5 tan4 le5 kou3 qi4 sil|sil 袁 林 囡 sp1 低 低 地 叹 了 口 气 sil|29 16 18 29 5 16 13 15 19 10 19 27 33|0.0|2.89 +005605|sil zhi2 you2 wo3 na4 min2 gan3 de5 qi1 zi3 hui4 jie4 yi4 sil|sil 只 有 我 那 敏 感 的 妻 子 会 介 意 sil|26 16 10 15 14 22 16 8 21 12 17 19 20 28|0.0|2.835 +005606|sil xiong2 jing3 guan1 cao1 zhe5 wang3 qiu2 pai1 pao3 le5 guo4 lai5 sp1 he2 bai2 lao3 shi1 yi4 qi3 sp1 jiang1 xiao3 tou1 sp1 en4 dao3 zai4 di4 sil|sil 熊 警 官 操 着 网 球 拍 跑 了 过 来 sp1 和 白 老 师 一 起 sp1 将 小 偷 sp1 摁 倒 在 地 sil|31 25 18 26 23 10 17 18 21 20 13 16 22 29 14 14 17 17 9 21 4 19 17 23 5 16 14 18 22 31|0.0|6.385 +005607|sil nan2 you3 song2 yong3 ta1 sp1 ran3 shang4 le5 du2 yin3 sp1 cong2 xiao3 fu4 mu3 li2 yi4 de5 xiao3 wei1 sp1 gen1 zhe5 ba4 ba5 zhang3 da4 sil|sil 男 友 怂 恿 她 sp1 染 上 了 毒 瘾 sp1 从 小 父 母 离 异 的 小 薇 sp1 跟 着 爸 爸 长 大 sil|30 18 19 18 18 22 3 18 14 11 18 26 29 25 22 14 14 12 14 10 20 24 8 15 13 18 14 18 25 31|0.0|6.285 +005608|sil zhi4 liang4 bu2 dao4 wei4 sp1 ni3 sui1 ran2 qiang3 zhan4 le5 di4 pan2 sp1 dan4 shi4 jiang1 lai2 ren2 jia1 zhao4 yang4 da2 kua2 ni3 sil|sil 质 量 不 到 位 sp1 你 虽 然 抢 占 了 地 盘 sp1 但 是 将 来 人 家 照 样 打 垮 你 sil|22 19 24 12 16 21 28 11 13 20 25 13 11 15 32 24 14 14 17 15 16 16 18 19 15 19 29 29|0.0|6.115 +005609|sil zui4 gao1 fa2 kuan3 sp1 er4 bai3 ba1 shi2 dian3 sp1 er4 san1 ba1 liu4 wan4 yuan2 sil|sil 最 高 罚 款 sp1 二 百 八 十 点 sp1 二 三 八 六 万 元 sil|27 18 15 20 30 11 16 19 17 14 22 8 17 23 15 18 17 28 32|0.0|4.26 +005610|sil zhong4 ren4 ru2 tai4 shan1 ya1 ding3 sp1 yi4 gu3 sheng2 ning2 qi3 lai2 le5 sp1 qi2 xin1 xie2 li4 sp1 gong4 ke4 shi2 jian1 sil|sil 重 任 如 泰 山 压 顶 sp1 一 股 绳 拧 起 来 了 sp1 齐 心 协 力 sp1 共 克 时 艰 sil|29 21 26 17 19 16 17 28 30 11 13 19 20 13 16 17 27 18 17 16 21 12 19 18 18 26 30|0.0|6.195 +005611|sil er3 dong1 sheng1 zhe4 ci4 you3 yi4 duo2 qi3 lai2 sp1 bu2 yuan4 qiang3 qu4 dao2 yan3 de5 feng1 tou5 sil|sil 尔 冬 升 这 次 有 意 躲 起 来 sp1 不 愿 抢 去 导 演 的 风 头 sil|24 19 16 26 15 20 17 15 15 13 23 22 13 17 21 16 15 14 8 21 24 28|0.0|4.67 +005612|sil guo1 xing1 xing5 sp1 shi4 jia1 zhong1 du2 nv3 sil|sil 郭 星 星 sp1 是 家 中 独 女 sil|26 18 22 23 3 18 17 17 16 30 29|0.0|2.54 +005613|sil fan4 yong3 gen1 xiao3 xue2 liu4 nian2 ji2 shi2 sp1 dang1 shi2 jiang4 de5 fu4 qin5 sp1 yin1 xin1 zang4 bing4 qu4 shi4 sil|sil 范 永 根 小 学 六 年 级 时 sp1 当 石 匠 的 父 亲 sp1 因 心 脏 病 去 世 sil|33 17 18 20 18 14 16 16 14 26 28 18 18 18 9 18 24 14 15 17 17 15 19 27 31|0.0|5.575 +005614|sil xiao3 wen2 bo1 qin1 kou3 shuo1 chu1 sp1 zi4 ji3 zhui4 lou2 shi4 yin1 wei4 tong2 ban4 tui1 sang2 dao3 zhi4 sil|sil 小 文 波 亲 口 说 出 sp1 自 己 坠 楼 是 因 为 同 伴 推 搡 导 致 sil|31 21 19 18 20 16 18 23 25 15 12 16 26 17 12 14 25 18 17 20 18 19 30|0.0|5.23 +005615|sil yin1 ci3 sp1 zhong1 guo2 hai3 wai4 tou2 zi1 sp1 ying1 gai1 duo1 jia1 xiao3 xin1 sp1 bi4 mian2 cai3 shang4 di4 lei2 sil|sil 因 此 sp1 中 国 海 外 投 资 sp1 应 该 多 加 小 心 sp1 避 免 踩 上 地 雷 sil|31 14 28 15 21 17 19 18 20 20 6 17 17 15 14 18 25 17 13 24 18 17 14 27 30|0.0|5.515 +005616|sil bing3 huai2 yang1 yang1 da4 guo2 de5 yong1 rong2 feng1 fan4 sp1 bao4 shou3 qian1 qian1 jun1 zi3 de5 sp1 pian1 pian1 feng1 du4 sil|sil 秉 怀 泱 泱 大 国 的 雍 容 风 范 sp1 抱 守 谦 谦 君 子 的 sp1 翩 翩 风 度 sil|26 22 24 16 18 18 14 14 14 17 19 26 30 20 23 22 18 18 18 15 5 20 16 21 22 28|0.0|5.855 +005617|sil xi3 huan5 jiu4 qu4 zhui1 ya5 sp1 shuo1 bu2 ding4 sp1 ren2 jia1 zheng4 deng3 zhe5 ju4 jue2 ni3 ne5 sil|sil 喜 欢 就 去 追 呀 sp1 说 不 定 sp1 人 家 正 等 着 拒 绝 你 呢 sil|29 24 21 12 14 19 21 20 21 6 23 6 16 14 16 17 10 22 15 15 21 30|0.0|4.55 +005618|sil zuo4 wei2 yi2 wei4 zhun3 ma1 ma5 sp1 na4 na5 chu1 ci4 hai3 tao2 jiu4 chang2 dao4 le5 bu4 xiao3 de5 tian2 tou5 sil|sil 作 为 一 位 准 妈 妈 sp1 娜 娜 初 次 海 淘 就 尝 到 了 不 小 的 甜 头 sil|25 18 12 11 14 18 18 23 34 16 16 23 13 20 25 16 23 12 12 14 18 10 24 22 29|0.0|5.41 +005619|sil ci3 wai4 sp1 shi2 pin3 sp1 hua4 zhuang1 pin2 guang3 gao4 zhong1 de5 qi1 zha4 xing2 wei2 sp1 ye2 hen3 yan2 zhong4 sil|sil 此 外 sp1 食 品 sp1 化 妆 品 广 告 中 的 欺 诈 行 为 sp1 也 很 严 重 sil|28 19 25 13 28 29 4 15 16 17 15 14 13 10 16 18 15 22 9 11 16 20 18 28|0.0|4.865 +005620|sil xiao4 fang1 da3 suan4 sp1 ba3 ta1 men5 de5 su4 she4 sp1 rang4 gei3 ao4 yun4 hui4 zun1 gui4 de5 ke4 ren2 sil|sil 校 方 打 算 sp1 把 他 们 的 宿 舍 sp1 让 给 奥 运 会 尊 贵 的 客 人 sil|30 20 19 16 20 10 15 17 11 10 17 23 5 20 14 16 11 17 18 13 8 21 23 30|0.0|4.685 +005621|sil zai4 teng2 zhou1 shi4 cai2 mao4 yi1 yuan4 ti2 jian3 zhan4 sp1 duo1 shu4 nan2 sheng1 sp1 bing4 mei2 you3 zao1 yu4 luo2 jian3 sil|sil 在 滕 州 市 财 贸 医 院 体 检 站 sp1 多 数 男 生 sp1 并 没 有 遭 遇 裸 检 sil|32 21 23 17 20 18 17 10 14 17 18 22 40 14 13 18 23 4 14 11 13 14 12 19 27 31|0.0|5.595 +005622|sil mei3 ci4 dou1 shi4 wang2 zong2 ni3 lai2 sp1 jin1 tian1 sp1 wu2 lun4 ru2 he2 sp1 dou1 dei2 wo3 lai2 le5 sil|sil 每 次 都 是 王 总 你 来 sp1 今 天 sp1 无 论 如 何 sp1 都 得 我 来 了 sil|31 15 17 14 12 18 16 15 26 26 18 25 13 8 15 15 23 7 13 14 18 17 12 29|0.0|4.845 +005623|sil cui4 cheng2 xiao3 qu1 sp1 dong1 qiang2 wai4 nan2 duan4 sp1 you3 yi2 duan4 liang2 mi3 duo1 chang2 de5 huo1 kou3 sil|sil 翠 城 小 区 sp1 东 墙 外 南 段 sp1 有 一 段 两 米 多 长 的 豁 口 sil|30 21 19 17 21 5 15 19 13 22 20 25 13 9 20 18 16 13 16 8 18 28 32|0.0|4.85 +005624|sil fa1 xian4 wo3 zai4 tou1 kan4 zhi1 hou4 sp1 ta1 lian3 yi4 hong2 sp1 chen1 dao4 sp1 kan4 shen2 me5 ne5 sil|sil 发 现 我 在 偷 看 之 后 sp1 她 脸 一 红 sp1 嗔 道 sp1 看 什 么 呢 sil|27 20 29 14 13 18 20 15 20 16 15 17 16 26 8 25 19 25 19 16 6 21 30|0.0|5.045 +005625|sil jiu4 zai4 zhe4 yi4 tian1 sp1 kun1 ming2 yi4 hua1 ji4 shao4 nian2 can2 si3 zha1 tu3 che1 che1 lun2 zhi1 xia4 sil|sil 就 在 这 一 天 sp1 昆 明 一 花 季 少 年 惨 死 渣 土 车 车 轮 之 下 sil|24 20 14 12 9 32 26 21 26 17 21 13 17 25 25 19 19 15 16 17 18 14 29 29|0.0|5.555 +005626|sil chang4 ge1 qi3 diao4 tai4 gao1 sp1 rong2 yi4 po4 sang3 sil|sil 唱 歌 起 调 太 高 sp1 容 易 破 嗓 sil|25 29 18 17 15 21 21 4 17 11 19 31 31|0.0|3.005 +005627|sil yong4 ta1 de5 hua4 shuo1 shi4 sp1 qiu2 xian2 ruo4 ke3 sp1 er2 qie3 fei1 tong2 xiao2 ke3 sil|sil 用 他 的 话 说 是 sp1 求 贤 若 渴 sp1 而 且 非 同 小 可 sil|29 16 19 10 18 17 23 29 22 20 16 28 20 14 25 20 19 22 27 31|0.0|4.94 +005628|sil ao4 yun4 sheng4 huo3 chuan2 di4 de5 shi4 yi4 zhong3 li2 xiang3 he2 jing1 shen5 sp1 kan4 si4 li2 wo3 men5 hen3 yao2 yuan3 sil|sil 奥 运 圣 火 传 递 的 是 一 种 理 想 和 精 神 sp1 看 似 离 我 们 很 遥 远 sil|26 18 15 20 16 23 16 17 16 11 20 21 23 14 19 25 29 23 15 18 11 13 17 23 31 29|0.0|5.905 +005629|sil ta1 shuo1 sp1 na4 shi4 pang4 zi5 ying1 gai1 zuo4 dao4 de5 sil|sil 他 说 sp1 那 是 胖 子 应 该 做 到 的 sil|26 18 23 5 15 14 30 14 16 15 18 17 17 30|0.0|2.995 +005630|sil ke4 long2 xiang2 xi4 tan2 lun4 le5 tai4 le4 yi2 shi4 sil|sil 克 龙 详 细 谈 论 了 泰 勒 一 事 sil|28 21 23 23 16 19 18 14 19 18 15 23 28|0.0|3.08 +005631|sil zhao4 rui2 rui3 cong2 xiao2 xi3 huan5 hua4 hua4 sp1 he2 xu3 duo1 nv3 hair2 r yi2 yang4 sp1 ta1 ye3 hen2 xi3 huan5 man4 hua4 shu1 sil|sil 赵 蕊 蕊 从 小 喜 欢 画 画 sp1 和 许 多 女 孩 儿 一 样 sp1 她 也 很 喜 欢 漫 画 书 sil|28 22 17 24 23 18 13 15 19 24 39 12 15 11 14 20 0 13 23 27 15 11 17 14 18 17 16 26 29|0.0|6.27 +005632|sil yi2 hui4 you4 shuo1 sp1 yi2 yu3 xu2 yun1 sp1 duan4 jue2 le5 fu4 nv3 guan1 xi5 sp1 yan3 xia4 bu4 zhi1 nv3 er2 xia4 luo4 sil|sil 一 会 又 说 sp1 已 与 徐 赟 sp1 断 绝 了 父 女 关 系 sp1 眼 下 不 知 女 儿 下 落 sil|30 11 18 16 23 12 11 16 22 19 9 19 10 11 14 14 22 21 26 14 18 12 13 15 15 23 21 31|0.0|5.64 +005633|sil wu2 wu3 er4 lu4 gong1 jiao1 che1 si1 ji1 sp1 ze2 liu2 zai4 yuan2 di4 sp1 zhao4 kan4 huan4 zhe3 sil|sil 五 五 二 路 公 交 车 司 机 sp1 则 留 在 原 地 sp1 照 看 患 者 sil|31 13 16 19 17 14 14 14 17 21 5 18 17 17 18 16 4 18 17 22 23 30|0.0|4.425 +005634|sil na4 li3 yi2 pian4 niao2 yu3 hua1 xiang1 sp1 dao4 chu4 shi4 qi2 hua1 yi4 cao3 sp1 fang3 fu2 jin4 ru4 shi4 wai4 tao2 yuan2 sil|sil 那 里 一 片 鸟 语 花 香 sp1 到 处 是 奇 花 异 草 sp1 仿 佛 进 入 世 外 桃 源 sil|30 17 21 19 24 17 12 21 27 23 19 18 15 15 19 13 29 28 13 14 17 13 17 14 21 27 31|0.0|6.195 +005635|sil zuo2 tian1 sp1 ji4 zhe3 cong2 long2 yan2 gong1 an1 ju2 liao2 jie3 dao4 xiang2 qing2 sil|sil 昨 天 sp1 记 者 从 龙 岩 公 安 局 了 解 到 详 情 sil|27 18 29 12 21 20 23 18 19 11 20 18 19 14 14 20 29 29|0.0|4.195 +005636|sil xian4 zai4 cheng2 le5 wei1 fang2 sp1 wo3 yi2 da4 jia1 zi5 ren2 zen3 me5 ban4 yo5 sil|sil 现 在 成 了 危 房 sp1 我 一 大 家 子 人 怎 么 办 哟 sil|30 22 20 16 12 18 29 29 11 11 18 17 11 18 15 12 22 23 31|0.0|4.235 +005637|sil shen1 chuan1 zhi4 fu2 de5 yang2 fang2 dian4 pai4 chu1 suo3 min2 jing3 sun1 yao2 sp1 zheng4 zai4 cun2 qu2 kuan3 ji1 pang2 xun2 shi4 sil|sil 身 穿 制 服 的 羊 坊 店 派 出 所 民 警 孙 垚 sp1 正 在 存 取 款 机 旁 巡 视 sil|26 22 22 18 17 20 19 17 16 15 13 12 21 25 22 25 16 17 17 20 15 16 15 18 20 26 28|0.0|6.01 +005638|sil gen1 ju4 zhi4 di4 sp1 wo3 men5 ke2 yi3 kan4 dao4 fen1 ruo4 gan1 ge4 pin2 zhong3 sil|sil 根 据 质 地 sp1 我 们 可 以 看 到 分 若 干 个 品 种 sil|25 16 14 17 22 22 7 12 12 9 22 18 21 16 16 12 21 26 31|0.0|3.93 +005639|sil mai4 ke4 ni2 er3 sp1 yu3 zhe4 ming2 yun4 fu4 sp1 jiu4 wei4 he2 pai1 she4 bu4 lang3 de5 zhao4 pian4 yi2 shi4 sp1 fa1 sheng1 kou2 jiao3 sil|sil 麦 克 尼 尔 sp1 与 这 名 孕 妇 sp1 就 为 何 拍 摄 布 朗 的 照 片 一 事 sp1 发 生 口 角 sil|32 16 12 18 26 6 13 12 16 18 25 21 23 17 14 20 18 10 16 8 18 17 15 17 4 20 15 21 28 32|0.0|6.125 +005640|sil zhe4 li3 de5 ren2 min2 sp1 ai4 jun1 xing1 wu3 sp1 ye3 dou1 you3 yi4 ke1 jin1 zi5 ban1 zhen1 cheng2 de5 xin1 sil|sil 这 里 的 人 民 sp1 爱 军 兴 武 sp1 也 都 有 一 颗 金 子 般 真 诚 的 心 sil|27 17 12 10 17 24 7 17 18 23 23 17 15 12 14 13 19 20 14 18 16 15 10 27 29|0.0|5.035 +005641|sil ben3 ci4 da4 hui4 jiang1 xuan2 ju2 chan3 sheng1 yue4 gong4 xin1 yi2 jie4 zhong1 yang1 ling2 dao3 ji2 ti3 sil|sil 本 次 大 会 将 选 举 产 生 越 共 新 一 届 中 央 领 导 集 体 sil|28 16 14 19 25 19 16 12 21 22 20 18 19 12 18 14 14 14 14 18 28 31|0.0|4.78 +005642|sil ci3 hou4 nei4 ge2 zai4 ci4 da4 gai2 zu3 sil|sil 此 后 内 阁 再 次 大 改 组 sil|28 19 22 25 22 21 14 17 17 24 29|0.0|2.76 +005643|sil kao3 wan2 shi4 yi3 hou4 sp1 wo3 tu1 ran2 dui4 ren2 sheng1 shi1 qu4 le5 xin4 xin1 sil|sil 考 完 试 以 后 sp1 我 突 然 对 人 生 失 去 了 信 心 sil|26 19 16 17 12 26 25 10 18 16 12 17 20 17 13 12 20 24 31|0.0|4.075 +005644|sil fei1 chang2 hao3 chi1 sp1 dan4 shi4 ta1 chi1 dao4 zui2 li2 chen3 ya2 sp1 chi1 le5 yi3 hou4 sp1 neng2 yao3 dao4 yi4 zui3 de5 sha1 zi5 sil|sil 非 常 好 吃 sp1 但 是 它 吃 到 嘴 里 碜 牙 sp1 吃 了 以 后 sp1 能 咬 到 一 嘴 的 沙 子 sil|26 17 20 16 28 26 16 18 17 17 14 14 12 24 28 27 20 12 12 22 8 18 14 15 14 14 10 23 21 28|0.0|6.395 +005645|sil you3 ping2 lun4 zhi3 chu1 sp1 zhe4 huo4 wei4 chuo1 po4 tuan2 gou4 zhe4 ge5 da4 pao4 mo4 qiao1 xiang3 le5 jing3 zhong1 sil|sil 有 评 论 指 出 sp1 这 或 为 戳 破 团 购 这 个 大 泡 沫 敲 响 了 警 钟 sil|25 17 17 15 15 29 31 20 23 18 18 18 26 19 11 10 16 20 23 23 15 12 21 27 25|0.0|5.74 +005646|sil xin1 dian4 kai1 zhang1 sp1 bing4 wei4 tui1 chu1 xin1 pin3 sp1 dan4 reng2 xi1 yin3 le5 shang4 qian1 ming2 guo2 fen3 peng2 chang3 sil|sil 新 店 开 张 sp1 并 未 推 出 新 品 sp1 但 仍 吸 引 了 上 千 名 果 粉 捧 场 sil|31 22 16 18 27 3 13 15 16 14 22 30 25 16 19 19 9 15 20 18 17 14 17 20 30 31|0.0|5.765 +005647|sil nan2 dao4 sp1 dou1 yao4 deng3 dao4 he2 xiong2 mao1 yi2 yang4 ji1 jin4 jue2 ji4 sp1 cai2 zhi1 dao4 bao3 hu4 ma5 sil|sil 难 道 sp1 都 要 等 到 和 熊 猫 一 样 几 近 绝 迹 sp1 才 知 道 保 护 吗 sil|31 19 22 3 14 16 18 23 18 21 18 11 19 15 18 19 20 4 19 12 14 16 21 27 32|0.0|5.22 +005648|sil zhi2 zhi4 jin1 ri4 sp1 xu3 duo1 zhu4 si1 wu1 de5 hai2 zi5 men5 sp1 dou1 shi4 zai4 gong1 wu1 qu1 nei4 wan2 shua2 zhang3 da4 de5 sil|sil 直 至 今 日 sp1 许 多 住 私 屋 的 孩 子 们 sp1 都 是 在 公 屋 区 内 玩 耍 长 大 的 sil|29 16 17 19 21 22 18 17 15 19 10 9 19 9 21 12 14 13 18 13 13 15 16 19 18 20 19 18 29|0.0|5.785 +005649|sil qi2 zhong1 sp1 heng2 kua4 bei3 huan2 cen2 cun1 lu4 duan4 di4 xia4 shui2 guan3 sp1 gang1 hao3 shi4 chu1 xian4 di4 xian4 de5 lu4 duan4 sil|sil 其 中 sp1 横 跨 北 环 岑 村 路 段 地 下 水 管 sp1 刚 好 是 出 现 地 陷 的 路 段 sil|28 20 24 9 24 25 16 20 19 15 16 19 11 15 19 28 30 18 17 17 17 19 14 18 7 19 22 31|0.0|6.24 +005650|sil ni2 ping2 shuo1 sp1 zhe4 shi4 shou4 lao3 lao5 ying2 xiang3 sil|sil 倪 萍 说 sp1 这 是 受 姥 姥 影 响 sil|29 15 21 24 14 14 16 15 17 17 18 24 29|0.0|2.94 +005651|sil zhe4 shi4 e2 luo2 si1 li4 shi3 shang4 shang1 wang2 zui4 can3 zhong4 de5 qian2 ting3 shi4 gu4 sil|sil 这 是 俄 罗 斯 历 史 上 伤 亡 最 惨 重 的 潜 艇 事 故 sil|27 18 25 11 13 15 15 15 22 23 23 17 25 22 12 21 15 19 19 27|0.0|4.455 +005652|sil jing3 gun4 jiu4 fang4 zai4 zu2 zhang3 jin1 xiao3 si4 jia1 sil|sil 警 棍 就 放 在 组 长 金 小 四 家 sil|24 26 25 20 19 15 15 22 17 18 20 29 26|0.0|3.205 +005653|sil deng2 wo2 na3 tian1 xin1 qing2 hao3 zai4 shuo1 ba5 sil|sil 等 我 哪 天 心 情 好 再 说 吧 sil|25 14 11 20 21 15 16 20 17 23 20 29|0.0|2.685 +005654|sil ci3 wai4 sp1 yao4 shi2 chang2 zhu4 yi4 sp1 wang3 yin2 de5 guan1 fang1 tong1 zhi1 sp1 ji2 shi2 geng1 xin1 an1 quan2 bu3 ding1 sil|sil 此 外 sp1 要 时 常 注 意 sp1 网 银 的 官 方 通 知 sp1 及 时 更 新 安 全 补 丁 sil|25 22 27 10 14 15 22 15 16 3 19 16 11 16 16 19 23 28 16 15 17 18 19 19 14 23 30|0.0|5.66 +005655|sil gen1 yin4 du4 de5 yi1 xue2 yuan4 xiang1 bi3 sp1 zhong1 guo2 yi1 xue2 yuan4 de5 ru4 xue2 men2 kan2 bi3 jiao4 di1 sil|sil 跟 印 度 的 医 学 院 相 比 sp1 中 国 医 学 院 的 入 学 门 槛 比 较 低 sil|26 19 22 15 11 15 15 15 22 24 27 19 12 12 14 16 12 12 14 19 29 10 18 25 30|0.0|5.26 +005656|sil cheng2 ke4 tu2 bu4 rao4 guo4 che1 huo4 xian4 chang2 zhuan3 cheng2 sil|sil 乘 客 徒 步 绕 过 车 祸 现 场 转 乘 sil|25 26 22 21 13 21 12 16 12 19 18 19 34 30|0.0|3.345 +005657|sil zhang1 lei3 shuo1 zhe5 sp1 ba3 ji4 zhe3 dai4 dao4 le5 chou4 yang2 yang3 hua4 guan3 zhu4 pang2 sil|sil 张 磊 说 着 sp1 把 记 者 带 到 了 臭 氧 氧 化 管 柱 旁 sil|26 20 14 21 20 24 14 16 19 19 15 15 22 18 17 16 18 17 30 30|0.0|4.54 +005658|sil ni3 wang4 le5 sp1 na4 jin1 huang2 de5 yuan2 yue4 sp1 bi4 lv4 de5 xi1 gua5 di4 sp1 gang1 cha1 sp1 xiang4 dai4 yin2 quan1 de5 shao4 nian2 le5 ma5 sil|sil 你 忘 了 sp1 那 金 黄 的 圆 月 sp1 碧 绿 的 西 瓜 地 sp1 钢 叉 sp1 项 带 银 圈 的 少 年 了 吗 sil|31 12 25 16 5 20 18 17 9 20 22 15 12 17 10 18 16 22 12 22 29 26 23 19 14 19 12 20 17 10 25 30|0.0|6.765 +005659|sil ma3 hua4 teng2 sp1 bei4 ping2 wei2 er4 ling2 yi1 wu3 sp1 zhong1 guo2 zui4 ju4 ying2 xiang3 li4 sp1 wu3 shi2 wei4 shang1 jie4 ling3 xiu4 sil|sil 马 化 腾 sp1 被 评 为 二 零 一 五 sp1 中 国 最 具 影 响 力 sp1 五 十 位 商 界 领 袖 sil|30 16 19 30 5 16 17 21 15 12 15 23 4 20 21 15 18 11 19 18 6 15 16 13 18 12 17 27 30|0.0|5.795 +005660|sil ke3 shi4 hou4 lai2 huai4 zhang4 tai4 duo1 sp1 qian2 shou1 bu4 hui2 lai2 sp1 feng1 guang1 de5 ri4 zi5 bu2 zai4 lou5 sil|sil 可 是 后 来 坏 账 太 多 sp1 钱 收 不 回 来 sp1 风 光 的 日 子 不 再 喽 sil|27 16 11 17 25 23 17 18 19 7 25 17 12 14 24 21 22 14 7 19 14 14 20 26 31|0.0|5.335 +005661|sil zhe4 jiu4 shi4 li3 chang1 yu4 sp1 qin2 fen4 ren4 zhen1 sp1 er2 you4 qin1 qie4 you1 mo4 sil|sil 这 就 是 李 昌 钰 sp1 勤 奋 认 真 sp1 而 又 亲 切 幽 默 sil|28 19 14 13 16 21 24 23 27 27 21 23 11 13 18 20 19 12 29 29|0.0|4.73 +005662|sil bu2 guo4 gong1 si1 biao3 shi4 sp1 ji2 shi3 gao1 yu2 liu4 sp1 qi3 ye4 ye3 wu2 ke3 nai4 he2 sil|sil 不 过 公 司 表 示 sp1 即 使 高 于 六 sp1 企 业 也 无 可 奈 何 sil|28 16 22 17 15 18 24 25 17 20 19 13 22 15 25 19 16 13 16 21 31 31|0.0|5.14 +005663|sil ta1 men5 shou3 zhi2 gong1 nu3 deng2 yuan3 she4 bing1 qi4 sp1 dan1 ren4 zheng3 ge4 jun1 zhen4 de5 jing3 jie4 ren4 wu4 sil|sil 他 们 手 执 弓 弩 等 远 射 兵 器 sp1 担 任 整 个 军 阵 的 警 戒 任 务 sil|23 15 21 24 15 17 25 22 16 20 19 23 28 19 25 21 12 21 21 10 17 15 21 21 30|0.0|5.82 +005664|sil she1 chi3 lang4 fei4 jiao4 yan2 zhong4 sil|sil 奢 侈 浪 费 较 严 重 sil|29 20 14 22 20 19 20 23 29|0.0|2.275 +005665|sil lou2 dou1 yao2 huang4 le5 yi2 xia4 sil|sil 楼 都 摇 晃 了 一 下 sil|28 25 17 20 18 9 13 27 28|0.0|2.145 +005666|sil wo3 hui4 wei4 ni3 qi2 dao3 de5 sil|sil 我 会 为 你 祈 祷 的 sil|28 11 14 12 13 22 22 17 29|0.0|1.945 +005667|sil wo2 xi3 huan5 gao1 xiao4 gou1 tong1 sil|sil 我 喜 欢 高 效 沟 通 sil|28 13 20 19 14 18 15 27 28|0.0|2.11 +005668|sil gu4 bu4 shang4 chuan2 kou3 qi4 sp1 ta1 men5 kai1 shi3 lian2 ye4 da1 jian4 zhang4 peng5 sil|sil 顾 不 上 喘 口 气 sp1 他 们 开 始 连 夜 搭 建 帐 篷 sil|27 17 10 21 18 15 25 31 13 9 17 15 18 17 15 16 21 22 30|0.0|4.145 +005669|sil xiao3 xia2 pin1 ming4 fan3 kang4 sp1 han2 bin1 sp1 mei2 you3 de2 cheng3 sil|sil 小 霞 拼 命 反 抗 sp1 韩 斌 sp1 没 有 得 逞 sil|30 21 26 16 17 20 25 22 21 21 6 16 14 14 31 29|0.0|3.815 +005670|sil shu1 zhuo1 shang4 kong1 dang4 dang4 sp1 zan4 wei4 bai3 she4 dong1 xi5 sil|sil 书 桌 上 空 荡 荡 sp1 暂 未 摆 设 东 西 sil|29 21 17 24 19 18 20 23 16 15 14 17 19 22 29|0.0|3.52 +005671|sil you2 yu2 li3 bang4 bang4 deng3 ren2 jun1 wu2 jia4 shi3 zheng4 sp1 pa4 jing3 fang1 pan2 wen4 sp1 ta1 men5 si4 chu4 ben1 tao2 sil|sil 由 于 李 棒 棒 等 人 均 无 驾 驶 证 sp1 怕 警 方 盘 问 sp1 他 们 四 处 奔 逃 sil|30 16 18 19 19 15 14 24 19 13 15 14 23 11 19 16 19 19 21 28 14 17 17 17 16 31 29|0.0|5.96 +005672|sil san1 shi4 jian3 yan4 huan2 jie2 zhi2 ze2 hun4 xiao2 sil|sil 三 是 检 验 环 节 职 责 混 淆 sil|26 25 24 21 18 19 21 18 15 18 32 25|0.0|3.045 +005673|sil gang1 kai1 shi3 sp1 he2 da4 ye2 hen3 zhi2 niu4 sp1 reng2 ba3 li2 hun1 gua4 zai4 zui3 bian1 sil|sil 刚 开 始 sp1 何 大 爷 很 执 拗 sp1 仍 把 离 婚 挂 在 嘴 边 sil|29 19 18 25 16 19 17 18 22 16 25 22 18 12 15 22 14 13 17 25 30|0.0|4.78 +005674|sil nai2 fen3 sp1 nai3 ping2 sp1 pu2 tao5 tang2 sp1 yan3 yao4 gao1 sp1 yan3 yao4 shui3 sp1 dou1 zhun3 bei4 le5 sil|sil 奶 粉 sp1 奶 瓶 sp1 葡 萄 糖 sp1 眼 药 膏 sp1 眼 药 水 sp1 都 准 备 了 sil|28 22 32 14 20 33 13 16 15 31 12 15 17 26 11 12 18 31 16 17 19 18 16 31|0.0|5.605 +005675|sil cheng2 mou3 yi4 shi2 zhao2 ji2 sp1 jiu4 zuan1 dao4 le5 chuang2 xia4 sil|sil 成 某 一 时 着 急 sp1 就 钻 到 了 床 下 sil|26 25 24 14 14 20 24 8 17 18 10 9 23 26 28|0.0|3.325 +005676|sil chen4 ci3 ji1 hui4 sp1 mei3 ri4 dian4 xun4 bao4 sp1 pan2 dian3 le5 chu1 guo4 lei4 si4 qiu3 shi4 de5 ling2 dao3 ren2 sil|sil 趁 此 机 会 sp1 每 日 电 讯 报 sp1 盘 点 了 出 过 类 似 糗 事 的 领 导 人 sil|27 21 15 16 25 23 14 13 14 20 18 6 21 16 13 19 13 15 15 22 16 8 18 17 24 29|0.0|5.32 +005677|sil ma3 jin1 ming2 zai4 di4 shang4 peng2 shui3 wei4 shou4 shang1 nan2 zi3 mie4 huo3 sp1 bing4 shi4 tu2 wei4 ta1 an4 ya1 zhi2 xie3 sil|sil 马 金 明 在 地 上 捧 水 为 受 伤 男 子 灭 火 sp1 并 试 图 为 他 按 压 止 血 sil|26 16 18 30 20 14 21 24 32 19 17 16 17 11 23 32 27 19 21 15 15 18 15 16 17 31 29|0.0|6.49 +005678|sil ta1 dui4 ren2 lei4 jian4 ti3 yi4 zhi4 you3 mei2 you3 yong4 sil|sil 它 对 人 类 健 体 益 智 有 没 有 用 sil|25 19 13 16 18 21 19 13 21 18 15 15 25 30|0.0|3.11 +005679|sil mu4 qian2 sp1 cao2 jie1 cun1 you3 ju4 ke3 cha2 de5 zu3 zong5 sp1 shi4 bei3 song4 chu1 nian2 de5 da4 jiang4 cao2 bin1 sil|sil 目 前 sp1 曹 街 村 有 据 可 查 的 祖 宗 sp1 是 北 宋 初 年 的 大 将 曹 彬 sil|29 12 32 10 22 17 25 17 15 16 17 8 18 24 20 16 17 20 16 17 9 18 18 21 25 31|0.0|5.685 +005680|sil zhe4 xie1 men2 shi3 yong4 bu4 jiu3 sp1 kai1 shi3 sp1 bian4 xing2 qiao4 qi3 sp1 ao1 xian4 sp1 ji2 diao4 qi1 sil|sil 这 些 门 使 用 不 久 sp1 开 始 sp1 变 形 翘 起 sp1 凹 陷 sp1 及 掉 漆 sil|28 15 15 22 17 17 11 28 16 19 20 3 21 32 26 27 9 18 23 4 18 18 26 30|0.0|5.375 +005681|sil qi2 zhong1 sp1 tuo2 shui3 jiu4 min2 de5 yi4 pi2 ma3 sp1 yin1 lao2 lei4 guo4 du4 si3 qu4 sp1 guang3 wei2 liu2 chuan2 sil|sil 其 中 sp1 驮 水 救 民 的 一 匹 马 sp1 因 劳 累 过 度 死 去 sp1 广 为 流 传 sil|28 23 25 8 25 19 15 17 10 12 15 31 16 13 17 16 17 14 19 23 3 16 13 18 34 28|0.0|5.51 +005682|sil ba1 dian3 sp1 ta1 zai4 cai3 hong2 cheng2 men2 kou2 sp1 deng3 yao1 yao1 san1 lu4 sp1 she4 qu1 tong1 qin2 kuai4 che1 sil|sil 八 点 sp1 她 在 彩 虹 城 门 口 sp1 等 幺 幺 三 路 sp1 社 区 通 勤 快 车 sil|28 18 28 14 19 19 18 15 17 18 30 17 18 18 15 19 20 4 20 18 17 16 19 24 31|0.0|5.57 +005683|sil neng2 fou2 jiang3 yi2 xia4 ni3 de5 chuang4 xin1 guan1 sil|sil 能 否 讲 一 下 你 的 创 新 观 sil|28 15 17 19 9 17 12 9 21 19 24 28|0.0|2.53 +005684|sil tie3 guan4 shang4 fang2 le5 sp1 ren2 yingr3 r sp1 you4 luo4 dao4 le5 di4 shang4 sil|sil 铁 罐 上 房 了 sp1 人 影 儿 sp1 又 落 到 了 地 上 sil|27 22 21 19 22 14 27 14 30 0 7 16 17 10 11 18 23 30|0.0|3.81 +005685|sil ta1 xing2 rong2 chen2 zhi4 zhong1 sp1 jiu4 shi4 yi2 fu4 wu2 chi3 zui2 lian3 sil|sil 他 形 容 陈 致 中 sp1 就 是 一 副 无 耻 嘴 脸 sil|27 18 19 19 20 16 21 5 19 12 13 25 18 16 17 28 32|0.0|3.775 +005686|sil wu4 zhi4 tiao2 jian4 de5 kui4 fa2 sp1 shi3 yin4 di4 an1 ren2 ran3 shang4 zai4 shen1 shang4 tu2 se4 de5 xi2 guan4 sil|sil 物 质 条 件 的 匮 乏 sp1 使 印 第 安 人 染 上 在 身 上 涂 色 的 习 惯 sil|29 15 12 20 14 8 19 27 11 15 18 9 18 23 19 23 15 17 17 17 16 8 19 20 30|0.0|5.1 +005687|sil dan1 wei4 zhang4 hu4 de5 kui1 kong1 shu4 sp1 yue4 lai2 yue4 da4 sp1 xin1 li3 yue4 lai2 yue4 pa4 sp1 tou2 nao3 dou1 xiang3 hu2 tu5 le5 sil|sil 单 位 账 户 的 亏 空 数 sp1 越 来 越 大 sp1 心 里 越 来 越 怕 sp1 头 脑 都 想 糊 涂 了 sil|27 16 16 20 12 11 16 19 22 5 12 13 18 21 24 19 26 11 13 15 27 22 21 20 12 16 19 15 16 30|0.0|6.195 +005688|sil wang2 de2 xian3 jie4 shao4 sp1 zhang1 ying2 ying5 ru2 jin1 cai2 shi4 ta1 de5 de2 yi4 di4 zi3 sil|sil 王 德 显 介 绍 sp1 张 莹 莹 如 今 才 是 他 的 得 意 弟 子 sil|29 17 15 20 16 23 27 20 17 24 19 18 15 11 16 9 13 15 17 24 30|0.0|4.59 +005689|sil pei2 tong2 an1 nv3 shi4 de5 sp1 shi4 ta1 de5 mei4 mei5 sil|sil 陪 同 安 女 士 的 sp1 是 她 的 妹 妹 sil|26 20 18 15 19 19 11 6 15 15 7 19 23 27|0.0|2.79 +005690|sil tong2 shi2 sp1 hai2 jiang1 hui4 you2 ying3 shi4 quan1 de5 duo1 nian2 hao2 you3 men2 sp1 wei4 sha1 bao3 liang4 peng2 chang3 zhu4 zhen4 sil|sil 同 时 sp1 还 将 会 有 影 视 圈 的 多 年 好 友 们 sp1 为 沙 宝 亮 捧 场 助 阵 sil|27 21 24 15 15 18 13 16 19 15 17 10 12 15 17 15 23 15 13 18 15 21 21 20 16 21 28|0.0|5.57 +005691|sil mou3 ci4 xuan1 jiang3 sp1 ri4 fang1 fan3 dui4 zhe3 sp1 yong4 la3 ba5 dui4 zhe5 hui4 chang3 gao1 sheng1 kang4 yi4 sil|sil 某 次 宣 讲 sp1 日 方 反 对 者 sp1 用 喇 叭 对 着 会 场 高 声 抗 议 sil|28 13 15 21 28 25 14 23 20 15 22 5 16 22 18 13 11 14 27 17 18 24 19 28|0.0|5.295 +005692|sil jin4 zhi3 li4 yong4 chang3 kai1 shi4 yang2 tai2 si4 yang2 quan3 zhi1 sil|sil 禁 止 利 用 敞 开 式 阳 台 饲 养 犬 只 sil|27 23 12 13 19 22 17 15 17 21 17 16 22 23 28|0.0|3.39 +005693|sil shuang1 fang1 qi2 ta1 qiu2 yuan2 e4 yi4 qin1 fan4 sp1 bao4 fu5 yu2 fan3 bao4 fu5 de5 dong4 zuo4 sp1 bu2 ji4 qi2 shu4 sil|sil 双 方 其 他 球 员 恶 意 侵 犯 sp1 报 复 与 反 报 复 的 动 作 sp1 不 计 其 数 sil|29 22 22 17 15 19 18 19 12 22 25 24 20 21 16 23 15 12 10 18 16 7 14 14 18 20 32|0.0|5.805 +005694|sil chu3 yu2 feng1 kou3 lang4 jian1 de5 lv4 cheng2 sp1 zheng4 yi3 yi2 ge4 ge4 jing1 song3 de5 shi4 jian4 sp1 da3 kai1 lou2 shi4 mo2 he2 sil|sil 处 于 风 口 浪 尖 的 绿 城 sp1 正 以 一 个 个 惊 悚 的 事 件 sp1 打 开 楼 市 魔 盒 sil|26 23 19 20 15 18 14 9 16 31 22 16 13 18 15 17 19 16 10 17 19 9 16 19 18 14 17 30 32|0.0|6.125 +005695|sil lu4 guo4 feng1 jing1 lu4 yu3 liu4 hao4 lu4 shi2 sp1 er2 zi5 shuo1 sp1 lu4 bian1 za2 tang3 zhe5 ge4 fu4 nv3 sil|sil 路 过 丰 京 路 与 六 号 路 时 sp1 儿 子 说 sp1 路 边 咋 躺 着 个 妇 女 sil|28 18 19 22 18 19 12 19 17 15 26 29 14 12 22 9 19 20 15 21 12 9 19 27 30|0.0|5.47 +005696|sil man3 zai4 de5 ka3 che1 sp1 dan1 qi3 da4 dao4 qian1 li3 sil|sil 满 载 的 卡 车 sp1 担 起 大 道 千 里 sil|28 19 15 10 18 24 7 18 17 18 14 20 23 30|0.0|3.035 +005697|sil lai4 chang1 xing1 de5 qian2 fan3 ye3 shi4 ru2 ci3 sil|sil 赖 昌 星 的 遣 返 也 是 如 此 sil|29 16 20 18 9 23 24 18 18 14 27 29|0.0|2.85 +005698|sil xia4 yi2 ju4 sp1 nan2 dao4 shi4 sp1 xiao3 ji1 dun4 mo2 gu5 sil|sil 下 一 句 sp1 难 道 是 sp1 小 鸡 炖 蘑 菇 sil|30 23 14 18 6 18 17 18 7 25 17 16 22 23 29|0.0|3.285 +005699|sil ni3 shi4 zai4 wen4 wo3 de5 san1 wei2 ma5 sp1 ha1 ha1 sp1 zhe4 ke3 shi4 ge4 mi4 mi5 sil|sil 你 是 在 问 我 的 三 维 吗 sp1 哈 哈 sp1 这 可 是 个 秘 密 sil|30 12 16 15 13 13 9 17 19 23 24 13 23 13 13 14 12 9 19 22 28|0.0|4.14 +005700|sil wo3 xian1 gei3 da4 jia1 chang4 yi4 shou3 sp1 shan3 zhe5 lei4 guang1 de5 jue2 ding4 sil|sil 我 先 给 大 家 唱 一 首 sp1 闪 着 泪 光 的 决 定 sil|28 11 21 11 14 11 20 12 23 9 24 8 18 16 10 18 22 28|0.0|3.53 +005701|sil pu3 tian1 jian1 ji1 di4 sp1 wei4 yu2 chong1 sheng2 xian4 sp1 yi2 ye3 wan1 shi4 zhong1 xin1 sil|sil 普 天 间 基 地 sp1 位 于 冲 绳 县 sp1 宜 野 湾 市 中 心 sil|27 21 19 18 16 21 17 15 15 21 21 23 7 12 15 17 15 16 24 29|0.0|4.28 +005702|sil wa3 jin1 ji1 gong1 yuan2 shi4 bo1 lan2 zui4 mei3 li4 de5 gong1 yuan2 zhi1 yi1 sil|sil 瓦 津 基 公 园 是 波 兰 最 美 丽 的 公 园 之 一 sil|28 17 18 15 18 26 18 16 21 16 14 13 9 16 18 16 19 33|0.0|3.84 +005703|sil jin1 tian1 sp1 wai4 mian4 de5 tian1 qi4 ting2 leng3 de5 sp1 dan4 yi2 jin4 xiao4 yuan2 sp1 jiu4 gan3 jue2 nuan2 nuan3 de5 sil|sil 今 天 sp1 外 面 的 天 气 挺 冷 的 sp1 但 一 进 校 园 sp1 就 感 觉 暖 暖 的 sil|29 19 23 12 13 16 8 20 15 19 24 17 23 15 13 16 21 19 6 16 17 13 18 23 15 31|0.0|5.355 +005704|sil ting2 ge4 mao2 a5 sp1 sha1 che1 zao3 huai4 le5 sp1 gan2 jin3 zhua1 hao3 fu2 shou3 sp1 xia4 da4 po1 la5 sil|sil 停 个 毛 啊 sp1 刹 车 早 坏 了 sp1 赶 紧 抓 好 扶 手 sp1 下 大 坡 啦 sil|28 22 9 22 24 16 21 19 20 27 18 29 17 16 14 15 16 21 12 21 17 19 20 28|0.0|5.47 +005705|sil jin4 nian2 lai2 sp1 yong4 dian3 xin1 cai2 liao4 deng3 zhuang1 shi4 qiao3 ke4 li4 de5 zuo4 fa3 sp1 shen1 shou4 huan1 ying2 sil|sil 近 年 来 sp1 用 点 心 材 料 等 装 饰 巧 克 力 的 做 法 sp1 深 受 欢 迎 sil|27 17 15 27 10 18 19 16 18 19 19 19 17 18 11 15 9 19 24 5 19 14 22 23 29|0.0|5.215 +005706|sil tou2 fa4 sp1 bing4 bu4 zen3 me5 ling2 luan4 sp1 zui3 wei1 wei1 jue1 zhe5 sp1 si4 hu1 zhi3 qian4 yi2 ge5 jiao4 xing3 sil|sil 头 发 sp1 并 不 怎 么 凌 乱 sp1 嘴 微 微 撅 着 sp1 似 乎 只 欠 一 个 叫 醒 sil|29 24 24 3 19 11 12 7 20 21 19 22 14 15 21 19 21 20 21 15 18 10 11 19 31 29|0.0|5.51 +005707|sil ta1 ye3 dui4 ci2 fou3 ren4 sp1 biao3 shi4 zi4 ji3 wan2 quan2 bu4 zhi1 sp1 li3 ze2 kai2 yu3 liang2 luo4 shi1 yi3 jing1 fen1 shou3 sil|sil 她 也 对 此 否 认 sp1 表 示 自 己 完 全 不 知 sp1 李 泽 楷 与 梁 洛 施 已 经 分 手 sil|28 21 18 14 14 18 19 20 18 21 15 14 18 19 14 20 5 18 16 26 16 18 15 19 17 16 19 26 28|0.0|6.155 +005708|sil ben3 an4 you2 pu2 er3 shi4 ren2 min2 jian3 cha2 yuan4 li4 an4 zhen1 cha2 bing4 ti2 qi3 gong1 su4 sil|sil 本 案 由 普 洱 市 人 民 检 察 院 立 案 侦 查 并 提 起 公 诉 sil|23 19 25 24 18 17 16 14 13 15 19 23 13 18 16 33 18 15 17 18 26 28|0.0|4.965 +005709|sil you2 yu2 shi2 jian1 cang1 cu4 sp1 chu1 xian4 zai4 ren2 men5 mian4 qian2 de5 wa2 ou1 shang1 chang3 sp1 xiang4 ge4 chou2 xiao3 ya1 sil|sil 由 于 时 间 仓 促 sp1 出 现 在 人 们 面 前 的 娃 欧 商 场 sp1 像 个 丑 小 鸭 sil|30 16 18 17 16 21 23 20 15 15 14 11 11 18 18 14 24 14 20 22 6 20 12 15 16 27 29|0.0|5.6 +005710|sil nan2 zi3 ji4 xu4 bai3 nong4 ji1 mu4 sp1 shou2 fa2 yu3 shang4 ci4 wan2 quan2 yi2 yang4 sil|sil 男 子 继 续 摆 弄 积 木 sp1 手 法 与 上 次 完 全 一 样 sil|29 22 20 17 16 13 17 15 23 16 22 18 14 21 18 26 20 14 23 31|0.0|4.59 +005711|sil pao2 shui3 liang4 jian4 jian4 bian4 xiao3 hou4 sp1 gong1 ren2 men5 sp1 jiang1 pao2 shui2 dian3 zhou1 wei2 wa1 kai1 sil|sil 跑 水 量 渐 渐 变 小 后 sp1 工 人 们 sp1 将 跑 水 点 周 围 挖 开 sil|27 21 16 23 16 15 15 19 25 28 17 14 17 7 22 17 18 19 12 16 17 29 28|0.0|5.085 +005712|sil shan1 hu2 chong2 dui4 wen1 du4 tong2 yang4 min2 gan3 sil|sil 珊 瑚 虫 对 温 度 同 样 敏 感 sil|29 22 14 27 16 20 16 20 15 19 25 29|0.0|2.925 +005713|sil pie1 kai1 fei4 yong4 wen4 ti2 sp1 jun1 bu4 jiang4 mi4 mi5 sou1 suo3 sp1 fang2 zhi3 fa1 sheng1 mao2 dun4 sil|sil 瞥 开 费 用 问 题 sp1 军 部 将 秘 密 搜 索 sp1 防 止 发 生 矛 盾 sil|29 23 20 19 13 19 26 20 23 16 18 13 15 17 23 7 22 16 15 14 19 22 29|0.0|5.08 +005714|sil zhe4 ju4 sui2 kou2 bian3 di1 de5 hua4 sp1 wai1 da3 zheng4 zhao2 sp1 wu2 cheng2 sp1 bei4 guo4 shen1 yi2 xiao4 shuo1 sp1 wo3 hui4 ma5 sil|sil 这 句 随 口 贬 低 的 话 sp1 歪 打 正 着 sp1 吴 城 sp1 背 过 身 一 笑 说 sp1 我 会 吗 sil|29 18 20 20 21 19 12 10 25 9 16 15 18 27 36 11 28 3 15 14 22 16 22 22 29 12 22 23 31|0.0|6.56 +005715|sil lin2 shi2 ling2 qu3 sheng1 huo2 wu4 pin3 chu4 she4 zai4 zhong1 shu1 lou2 di4 si4 ceng2 de5 yue4 lan3 shi4 li3 sil|sil 临 时 领 取 生 活 物 品 处 设 在 钟 书 楼 第 四 层 的 阅 览 室 里 sil|30 16 14 19 18 15 12 13 20 26 24 22 16 15 24 14 17 16 7 13 18 19 21 30|0.0|5.1 +005716|sil li3 xing4 de5 wang2 you3 ti2 chu1 sp1 gan2 jin2 ba2 mang3 she2 pou1 kai1 jiu4 ren2 sil|sil 理 性 的 网 友 提 出 sp1 赶 紧 把 蟒 蛇 剖 开 救 人 sil|30 14 17 10 15 14 17 26 20 18 17 10 20 15 16 18 17 26 31|0.0|4.07 +005717|sil mian3 fei4 shi1 fan4 sheng1 de5 jiu4 ye4 wen4 ti2 sp1 ru2 he2 an1 pai2 sil|sil 免 费 师 范 生 的 就 业 问 题 sp1 如 何 安 排 sil|28 18 17 14 15 15 10 18 14 19 19 5 16 14 19 29 28|0.0|3.465 +005718|sil shi4 dian2 li3 yun4 zuo4 de5 shi4 bu2 shi4 jiu4 shi4 wu4 ye4 shui4 sil|sil 试 点 里 运 作 的 是 不 是 就 是 物 业 税 sil|28 23 16 17 18 16 19 19 8 19 14 11 17 15 28 30|0.0|3.455 +005719|sil bu4 jin3 mian4 ji5 da4 le5 sp1 zhu4 fang2 de5 gong1 neng2 sp1 ye3 geng4 wan2 shan4 sp1 zhi4 liang4 geng4 lao2 kao4 sp1 huan2 jing4 geng4 you1 mei3 sil|sil 不 仅 面 积 大 了 sp1 住 房 的 功 能 sp1 也 更 完 善 sp1 质 量 更 牢 靠 sp1 环 境 更 优 美 sil|25 15 24 22 13 17 17 24 18 17 10 16 27 5 11 19 16 23 24 16 21 16 18 26 15 22 21 18 13 30 31|0.0|6.845 +005720|sil fei1 chang2 yi2 han4 de5 shi4 sp1 zhe4 xie1 qi4 ying1 de5 sheng1 cun2 lv4 fei1 chang2 di1 sil|sil 非 常 遗 憾 的 是 sp1 这 些 弃 婴 的 生 存 率 非 常 低 sil|31 16 20 11 20 11 19 27 13 15 20 12 9 18 17 18 17 20 23 29|0.0|4.255 +005721|sil zhe4 shi4 yin1 wei4 kong1 qi4 zhong1 de5 shui3 zheng1 qi4 sp1 yu4 leng3 ning2 jie2 de5 yuan2 yin1 ya5 sil|sil 这 是 因 为 空 气 中 的 水 蒸 气 sp1 遇 冷 凝 结 的 原 因 呀 sil|28 14 12 13 21 21 14 14 9 18 18 25 15 13 21 18 15 11 17 17 26 28|0.0|4.51 +005722|sil meng4 mai3 zai4 yin4 du4 jing1 ji4 fang1 mian4 sp1 zhan4 ju3 zu2 qing1 zhong4 de5 di4 wei4 sil|sil 孟 买 在 印 度 经 济 方 面 sp1 占 举 足 轻 重 的 地 位 sil|26 20 26 21 19 14 17 13 17 19 6 24 15 17 22 15 7 17 25 27|0.0|4.26 +005723|sil wo3 jia1 you3 zhi1 he2 dong1 shi1 sil|sil 我 家 有 只 河 东 狮 sil|29 14 16 16 18 17 16 27 27|0.0|2.09 +005724|sil huang2 se4 xiao4 hua4 sp1 bi3 qi2 ta1 yan2 se4 de5 geng4 hao3 xiao4 ma5 sil|sil 黄 色 笑 话 sp1 比 其 他 颜 色 的 更 好 笑 嘛 sil|26 21 16 20 20 11 13 16 17 15 13 11 14 17 21 28 26|0.0|3.54 +005725|sil wei2 guan1 de5 ren2 qun2 yi4 yong1 er2 shang4 sp1 cou4 dao4 chu1 zu1 fang2 qian2 yi4 lun4 fen1 fen1 sil|sil 围 观 的 人 群 一 拥 而 上 sp1 凑 到 出 租 房 前 议 论 纷 纷 sil|30 15 16 9 18 25 14 12 15 26 22 20 16 16 13 19 22 16 20 17 24 28|0.0|4.79 +005726|sil ru2 he2 bao3 chi2 lao2 dong4 yong4 gong1 de5 gui1 fan4 you3 xu4 sil|sil 如 何 保 持 劳 动 用 工 的 规 范 有 序 sil|29 13 17 17 20 19 13 17 17 11 17 15 16 25 28|0.0|3.18 +005727|sil bao4 kao2 zhe3 sp1 xu1 chi2 ben3 ren2 shen1 fen4 zheng4 sp1 he2 zhun2 kao3 zheng4 can1 jia1 bi3 shi4 sil|sil 报 考 者 sp1 需 持 本 人 身 份 证 sp1 和 准 考 证 参 加 笔 试 sil|25 18 21 23 6 18 20 12 15 15 15 16 7 15 17 19 20 20 16 15 25 28|0.0|4.485 +005728|sil dang4 tian1 xia4 wu3 sp1 min2 jing3 po4 men2 er2 ru4 shi2 sp1 chi2 mou3 yu4 mou3 sp1 zheng4 bai3 nong4 rong2 qi4 zhi4 zao4 bing1 du2 sil|sil 当 天 下 午 sp1 民 警 破 门 而 入 时 sp1 池 某 喻 某 sp1 正 摆 弄 容 器 制 造 冰 毒 sil|29 17 16 24 22 23 17 22 16 14 17 17 27 31 27 28 22 27 17 21 12 17 21 21 16 16 22 23 30|0.0|7.11 +005729|sil zai4 yan4 shou1 hui4 shang4 sp1 jiao1 tong1 yun4 shu1 bu4 zong3 gong1 cheng2 shi1 jiang3 qian1 sp1 zhe4 yang4 ping2 jia4 gong1 cheng2 de5 yi4 yi4 sil|sil 在 验 收 会 上 sp1 交 通 运 输 部 总 工 程 师 蒋 千 sp1 这 样 评 价 工 程 的 意 义 sil|28 17 15 16 20 21 24 17 15 13 14 14 16 14 16 22 25 25 7 15 16 20 17 14 14 10 20 19 30|0.0|5.97 +005730|sil cai4 yi2 shang4 zhuo1 cai2 fa1 xian4 sp1 yuan2 lai2 shi4 zuo2 tian1 de5 sheng4 fan4 sheng4 cai4 sil|sil 菜 一 上 桌 才 发 现 sp1 原 来 是 昨 天 的 剩 饭 剩 菜 sil|24 24 11 19 13 16 17 20 29 14 18 17 19 16 7 19 15 19 28 26|0.0|4.31 +005731|sil ji1 zhang3 yang2 guang1 sp1 bian1 tai2 shang1 yuan2 sp1 bian1 jie4 shao4 zhe5 yun4 song4 shang1 yuan2 de5 guo4 cheng2 sil|sil 机 长 杨 光 sp1 边 抬 伤 员 sp1 边 介 绍 着 运 送 伤 员 的 过 程 sil|27 18 21 21 24 6 17 18 19 22 7 17 16 18 16 18 15 15 13 9 18 26 32|0.0|4.8 +005732|sil zao2 zao3 qiang2 hao3 wei4 zi3 de5 wai4 lao2 sp1 shuang1 tui3 yi4 shen1 sp1 hu1 hu1 da4 shui4 sil|sil 早 早 抢 好 位 子 的 外 劳 sp1 双 腿 一 伸 sp1 呼 呼 大 睡 sil|28 20 19 18 16 16 10 9 16 26 13 20 16 16 21 15 18 17 17 23 31|0.0|4.465 +005733|sil qi1 zi3 de5 tong2 shi4 sp1 lai2 jia1 li3 zuo4 ke4 sp1 wo3 you4 shi4 zuo4 fan4 you4 shi4 shua1 wan3 sil|sil 妻 子 的 同 事 sp1 来 家 里 做 客 sp1 我 又 是 做 饭 又 是 刷 碗 sil|28 25 11 10 25 23 3 16 14 14 19 26 29 14 15 13 21 22 11 13 21 28 30|0.0|5.0 +005734|sil er2 chen2 mou3 de5 jian4 yi4 he2 song2 yong3 sp1 qi3 dao4 le5 tui1 bo1 zhu4 lan2 de5 zuo4 yong4 sil|sil 而 陈 某 的 建 议 和 怂 恿 sp1 起 到 了 推 波 助 澜 的 作 用 sil|29 18 22 21 11 20 16 15 25 26 12 20 14 13 19 15 12 18 11 16 20 30|0.0|4.68 +005735|sil xi4 xin1 de5 wang2 you3 fa1 xian4 sp1 ao4 yun4 guan4 jun1 gao1 ling2 he2 yang2 wei1 ming2 zai4 qi2 lie4 sil|sil 细 心 的 网 友 发 现 sp1 奥 运 冠 军 高 崚 和 杨 威 名 在 其 列 sil|30 20 15 12 12 16 18 23 28 13 13 19 23 20 20 14 18 26 17 17 16 21 32|0.0|5.145 +005736|sil ran2 er2 jia1 pin3 zao2 yi3 jing1 kai1 shi3 xia4 xian4 sil|sil 然 而 佳 品 早 已 经 开 始 下 线 sil|28 17 21 25 27 20 12 17 16 13 19 25 29|0.0|3.12 +005737|sil lang2 lang3 shang4 kou3 de5 sp1 zhe4 yi2 ke4 sp1 duo1 wen1 xin1 sp1 tian2 de5 xiao4 zhen1 de5 xin1 sp1 yi3 cheng2 zhui1 yi4 sil|sil 朗 朗 上 口 的 sp1 这 一 刻 sp1 多 温 馨 sp1 甜 的 笑 真 的 心 sp1 已 成 追 忆 sil|30 16 17 21 25 20 18 18 14 25 7 16 18 27 13 27 11 29 21 11 31 14 13 21 20 21 32|0.0|6.22 +005738|sil bu2 ke4 qi5 sp1 ming2 tian1 yi2 lu4 shun4 feng1 a5 sil|sil 不 客 气 sp1 明 天 一 路 顺 风 啊 sil|25 15 23 24 18 17 21 12 13 17 18 25 27|0.0|2.96 +005739|sil ni3 bu2 shi4 wen4 wo3 wei4 shen2 me5 zuo4 yi4 gong1 ma5 sil|sil 你 不 是 问 我 为 什 么 做 义 工 吗 sil|30 13 11 13 18 21 19 14 10 14 15 19 27 29|0.0|2.935 +005740|sil deng1 lou2 xiang1 niao2 niao3 sp1 zhu3 ming2 sp1 dai4 jing1 ying1 sil|sil 登 楼 香 袅 袅 sp1 煮 茗 sp1 待 精 英 sil|27 18 26 22 17 35 11 17 28 3 19 19 27 29|0.0|3.455 +005741|sil nv3 hai2 ze2 geng4 xiang4 kai3 te4 sp1 e2 dan4 lian3 sp1 he2 shen1 zong1 se4 chang2 tou2 sp1 shi4 ge4 xiao2 xiao2 mei3 ren2 pei1 zi5 sil|sil 女 孩 则 更 像 凯 特 sp1 鹅 蛋 脸 sp1 和 深 棕 色 长 头 sp1 是 个 小 小 美 人 胚 子 sil|31 17 26 15 16 17 19 22 34 14 16 23 10 14 19 14 13 23 29 27 18 18 20 16 13 17 24 18 31|0.0|6.66 +005742|sil yi4 gen1 sheng2 shang4 shuan1 zhe5 de5 liang3 ge4 ma4 zha5 sp1 ha1 ji4 li4 ji4 you2 tian2 shi4 su1 dan1 zui4 da4 de5 you2 tian2 sil|sil 一 根 绳 上 拴 着 的 两 个 蚂 蚱 sp1 哈 季 利 季 油 田 是 苏 丹 最 大 的 油 田 sil|32 11 15 23 27 23 16 9 21 7 25 21 46 22 13 15 14 15 29 17 18 17 15 16 7 17 30 35|0.0|6.45 +005743|sil zhe4 jiang1 jia1 su4 huan2 jie3 gao1 zhong1 xue2 wei4 de5 jin3 que1 nan2 ti2 sil|sil 这 将 加 速 缓 解 高 中 学 位 的 紧 缺 难 题 sil|27 17 24 17 16 20 17 16 15 15 12 9 16 16 21 27 29|0.0|3.645 +005744|sil ta1 men5 ye3 jia1 ru4 fan3 dui4 bei3 jing1 shen1 ao4 de5 zhen4 ying2 sil|sil 他 们 也 加 入 反 对 北 京 申 奥 的 阵 营 sil|25 17 13 13 19 20 23 16 15 16 17 16 9 17 27 30|0.0|3.4 +005745|sil shi4 hou4 ta1 shi2 fen1 hou4 hui3 sp1 bu4 gai1 zong3 qi1 fu5 zhe4 ge4 sp1 ai2 xiao3 you4 lao3 shi5 de5 tong2 shi4 sil|sil 事 后 他 十 分 后 悔 sp1 不 该 总 欺 负 这 个 sp1 矮 小 又 老 实 的 同 事 sil|30 21 26 18 14 14 20 29 24 12 16 18 17 13 18 15 7 19 21 14 17 15 9 22 23 27|0.0|5.56 +005746|sil zai4 guo4 qu4 de5 liu4 ge4 yue4 li3 sp1 zhe4 ge5 cun1 zhuang1 mei2 you3 xia4 guo4 yu3 sil|sil 在 过 去 的 六 个 月 里 sp1 这 个 村 庄 没 有 下 过 雨 sil|27 19 16 15 8 19 12 15 21 20 15 10 19 25 15 13 18 16 20 28|0.0|4.08 +005747|sil li3 mian4 chong1 chi4 zhe5 sp1 di1 su2 shi2 shang4 xiang1 hun4 de5 jiu4 kan1 wu4 sil|sil 里 面 充 斥 着 sp1 低 俗 时 尚 相 混 的 旧 刊 物 sil|28 11 25 20 19 17 6 20 26 22 21 21 20 10 17 22 23 29|0.0|4.145 +005748|sil ying1 yu3 xue2 xi2 sp1 ye3 suan4 shi4 xin1 li3 tuo4 zhan3 de5 yi2 ge4 ce4 lve4 ma5 sil|sil 英 语 学 习 sp1 也 算 是 心 理 拓 展 的 一 个 策 略 吗 sil|29 14 16 19 25 6 17 19 14 13 14 17 17 7 11 11 20 17 24 32|0.0|3.97 +005749|sil zui4 zhong1 sp1 jian4 tan2 de5 gong1 gong5 qin1 zheng4 ta1 huai2 de5 shi4 nan2 tai1 sil|sil 最 终 sp1 健 谈 的 公 公 亲 证 她 怀 的 是 男 胎 sil|27 19 26 4 24 18 9 17 18 24 21 17 18 10 11 22 28 29|0.0|3.965 +005750|sil chen2 yi1 jie4 yong4 chen2 hao4 de5 shen1 fen4 piao3 bai2 le5 sil|sil 陈 一 借 用 陈 浩 的 身 份 漂 白 了 sil|25 25 25 21 15 19 18 9 19 19 23 19 16 29|0.0|3.275 +005751|sil qing3 wen4 ben3 xi1 sp1 na3 ge4 hang2 ye4 de5 ren2 zui4 hao3 sil|sil 请 问 本 溪 sp1 哪 个 行 业 的 人 最 好 sil|25 19 19 17 25 8 19 13 16 12 9 17 17 27 30|0.0|3.165 +005752|sil qi2 shi2 kong1 tiao2 han2 zhang3 sp1 chun1 jie2 qian2 jiu4 you3 sil|sil 其 实 空 调 喊 涨 sp1 春 节 前 就 有 sil|28 20 24 22 19 22 22 4 19 13 20 18 23 29|0.0|3.29 +005753|sil ben3 shi4 wu3 da4 san1 cu1 de5 lao3 ye2 men5 sp1 que4 zuo4 jiao1 di1 di1 zhuang4 sil|sil 本 是 五 大 三 粗 的 老 爷 们 sp1 却 做 娇 滴 滴 状 sil|23 17 23 16 15 17 14 7 18 15 23 15 20 17 18 13 16 29 29|0.0|4.0 +005754|sil gu3 dai4 ping2 jun1 shou4 ming4 duan3 sp1 yao1 zhe2 lv4 gao1 sp1 suo2 yi3 dou1 yao4 jin2 zao3 jie2 hun1 sil|sil 古 代 平 均 寿 命 短 sp1 夭 折 率 高 sp1 所 以 都 要 尽 早 结 婚 sil|27 20 19 20 14 15 19 21 13 16 12 16 23 21 16 11 12 16 18 18 17 25 29|0.0|4.855 +005755|sil zheng1 yue4 li3 sp1 cun1 li2 shua3 she4 huo3 sp1 li2 bu4 kai1 zhe4 jia4 qiu1 qian1 sil|sil 正 月 里 sp1 村 里 耍 社 火 sp1 离 不 开 这 架 秋 千 sil|26 19 17 22 13 22 17 20 22 21 11 15 9 20 12 15 20 24 31|0.0|4.13 +005756|sil nan2 dao4 shi4 yin1 wei4 sp1 wu3 han4 shi4 xiang4 zhe4 yang4 de5 da4 xing2 yu2 le4 chang3 tai4 duo1 sp1 zhuan4 bu2 dao4 qian2 sil|sil 难 道 是 因 为 sp1 武 汉 市 像 这 样 的 大 型 娱 乐 场 太 多 sp1 赚 不 到 钱 sil|30 16 15 13 11 23 5 14 22 16 22 13 17 16 17 14 11 13 22 19 18 8 18 8 15 34 31|0.0|5.35 +005757|sil san1 shi4 zu3 zhi1 shang4 fan3 fu4 yun4 niang4 sil|sil 三 是 组 织 上 反 复 酝 酿 sil|28 23 19 21 15 23 17 16 18 23 29|0.0|2.69 +005758|sil sui2 zhe5 chong1 tu1 sheng1 ji2 sp1 ge2 mo2 yu3 e2 luo2 si1 de5 guan1 xi5 e4 hua4 sil|sil 随 着 冲 突 升 级 sp1 格 摩 与 俄 罗 斯 的 关 系 恶 化 sil|29 23 17 19 14 19 26 26 25 38 14 8 14 15 8 20 14 20 29 29|0.0|4.725 +005759|sil fan4 wei2 sp1 dong1 zhi4 kang1 ou1 lu4 sp1 nan2 zhi4 gui1 hua4 lu4 sp1 xi1 zhi4 zhu1 mao3 he2 sp1 bei3 zhi4 kang1 gong1 lu4 sil|sil 范 围 sp1 东 至 康 欧 路 sp1 南 至 规 划 路 sp1 西 至 朱 泖 河 sp1 北 至 康 工 路 sil|31 19 25 5 21 17 20 18 20 25 19 16 17 17 24 25 23 18 14 19 32 18 19 19 23 18 20 31|0.0|6.65 +005760|sil chen4 qian1 qian1 shui4 zhao2 sp1 sheng3 er2 bao3 hu4 shi4 sp1 zai4 xiao3 xin1 de5 zuo4 jian3 cha2 sil|sil 趁 千 千 睡 着 sp1 省 儿 保 护 士 sp1 在 小 心 的 做 检 查 sil|24 25 18 16 18 27 20 22 16 16 18 20 6 19 19 19 11 15 19 31 27|0.0|4.71 +005761|sil ta1 you3 feng1 du4 sp1 you2 li3 mao4 sp1 er2 qie3 pi2 qi5 hao2 hao3 sil|sil 他 有 风 度 sp1 有 礼 貌 sp1 而 且 脾 气 好 好 sil|26 22 17 22 19 11 16 15 27 17 14 21 21 15 18 30 28|0.0|3.94 +005762|sil hu2 de5 di4 xi2 fu4 liu2 bing3 ju2 sp1 he2 zhou1 ye4 zhong1 de5 er2 zi5 xing4 cun2 sil|sil 胡 的 弟 媳 妇 柳 炳 菊 sp1 和 周 叶 忠 的 儿 子 幸 存 sil|27 24 17 13 21 19 17 19 25 12 23 16 12 14 13 15 15 22 34 29|0.0|4.495 +005763|sil qi4 che1 lun2 tai1 shang4 sp1 you3 san1 ge4 xiang4 liu3 ye4 de5 shan4 pian4 sil|sil 汽 车 轮 胎 上 sp1 有 三 个 像 柳 叶 的 扇 片 sil|26 21 17 18 21 23 20 16 19 17 20 17 15 8 21 28 32|0.0|3.93 +005764|sil yin1 wei4 yan3 qian2 kui1 bu4 chi1 sp1 ke3 neng2 sp1 yao4 chi1 geng4 da4 de5 kui1 sil|sil 因 为 眼 前 亏 不 吃 sp1 可 能 sp1 要 吃 更 大 的 亏 sil|29 14 21 17 20 18 13 26 23 15 24 11 15 16 18 17 10 30 31|0.0|4.27 +005765|sil ru2 xu1 zi1 xun2 sp1 ke3 zhi4 dian4 jiu2 wu3 yao1 ling2 sp1 wu3 liu4 ba1 ba1 sil|sil 如 需 咨 询 sp1 可 致 电 九 五 幺 零 sp1 五 六 八 八 sil|28 16 19 15 28 6 20 16 24 23 15 22 24 7 14 17 16 22 28|0.0|4.175 +005766|sil zai4 xin1 xing1 de5 wang3 luo4 hang2 ye4 sp1 chou3 wen2 ye3 ceng2 chu1 bu4 qiong2 sil|sil 在 新 兴 的 网 络 行 业 sp1 丑 闻 也 层 出 不 穷 sil|27 19 19 21 13 18 15 21 19 18 25 25 15 20 16 14 30 30|0.0|4.24 +005767|sil yi4 tian1 duo1 zhe1 teng5 xia4 lai5 sp1 zuo2 ri4 sp1 qiu1 nv3 shi4 cai2 zong3 suan4 you2 suo3 hao2 zhuan3 sil|sil 一 天 多 折 腾 下 来 sp1 昨 日 sp1 邱 女 士 才 总 算 有 所 好 转 sil|29 15 22 13 14 17 17 21 20 20 21 19 20 15 21 23 15 19 15 14 18 28 30|0.0|5.18 +005768|sil liu2 zuo4 an4 hou4 yi4 zhi2 tao2 cuan4 zai4 wai4 sil|sil 刘 作 案 后 一 直 逃 窜 在 外 sil|29 20 17 19 22 20 13 19 19 14 24 31|0.0|2.87 +005769|sil zu1 lin4 fang2 zhi3 neng2 an1 liang3 zhang1 chuang2 sil|sil 租 赁 房 只 能 安 两 张 床 sil|26 17 17 27 12 14 18 21 18 29 31|0.0|2.67 +005770|sil zhe4 xie1 yin4 shua1 ban3 tu2 shu1 sp1 bao1 kuo4 le5 sp1 mei2 you3 dian4 zi2 ban3 de5 jing1 zhuang1 he2 jian3 zhuang1 tu2 shu1 sil|sil 这 些 印 刷 版 图 书 sp1 包 括 了 sp1 没 有 电 子 版 的 精 装 和 简 装 图 书 sil|26 20 21 16 18 17 16 20 9 18 18 15 5 11 13 17 14 19 11 19 23 18 19 19 16 26 32|0.0|5.53 +005771|sil sui2 hou4 sp1 yang2 mou3 bei4 zhuan3 dao4 beng4 bu4 shi4 di4 san1 ren2 min2 yi1 yuan4 sil|sil 随 后 sp1 杨 某 被 转 到 蚌 埠 市 第 三 人 民 医 院 sil|31 18 25 9 21 23 14 18 19 19 14 18 13 17 12 17 14 26 30|0.0|4.16 +005772|sil yin1 wei4 yu1 ni2 sp1 jin1 tian1 bei4 po4 chi2 dao4 le5 zheng2 zheng3 yi4 xiao3 shi2 sil|sil 因 为 淤 泥 sp1 今 天 被 迫 迟 到 了 整 整 一 小 时 sil|28 10 16 15 29 16 21 22 14 16 19 14 13 17 14 15 20 27 29|0.0|4.12 +005773|sil you2 dian3 zhuan1 duan4 a5 sp1 lian2 shuo1 hua4 dou1 gui1 ding4 de5 lao2 lao2 de5 sil|sil 有 点 专 断 啊 sp1 连 说 话 都 规 定 的 牢 牢 的 sil|30 15 18 18 18 26 19 14 18 26 15 15 15 8 17 23 15 29|0.0|3.93 +005774|sil zhe4 yi4 mao2 dun4 sp1 dao3 zhi4 le5 yin2 hang2 yin2 chi1 mao3 liang2 de5 xian4 zhuang4 sil|sil 这 一 矛 盾 sp1 导 致 了 银 行 寅 吃 卯 粮 的 现 状 sil|27 18 9 23 15 10 20 14 13 17 24 21 15 19 15 9 23 28 30|0.0|4.065 +005775|sil lei2 ha1 na4 shen1 chuan1 chao1 duan3 qun2 sp1 yu2 wang3 wa4 sp1 xing4 gan3 shi2 zu2 sil|sil 蕾 哈 娜 身 穿 超 短 裙 sp1 渔 网 袜 sp1 性 感 十 足 sil|30 15 16 24 21 20 17 16 26 14 11 18 24 14 20 17 16 27 32|0.0|4.385 +005776|sil yi4 zhi1 qing1 wa1 gei3 mu4 shi1 da3 dian4 hua4 sp1 wen4 zi4 ji3 de5 ming4 yun4 sil|sil 一 只 青 蛙 给 牧 师 打 电 话 sp1 问 自 己 的 命 运 sil|30 12 13 21 23 12 16 15 16 17 25 23 16 15 11 7 21 24 30|0.0|4.03 +005777|sil ling4 wai4 sp1 wo2 ye3 ren4 shi5 yi4 xie1 can1 jia1 guo4 ao4 yun4 hui4 de5 tong2 xue2 sil|sil 另 外 sp1 我 也 认 识 一 些 参 加 过 奥 运 会 的 同 学 sil|29 15 24 16 13 13 16 13 14 19 20 15 11 17 11 18 7 21 28 29|0.0|4.05 +005778|sil hai2 mei2 guo4 nian2 ne5 sp1 hai2 bu4 neng2 gei2 ni3 fa1 ya1 sui4 qian2 ya5 sil|sil 还 没 过 年 呢 sp1 还 不 能 给 你 发 压 岁 钱 呀 sil|29 14 20 16 20 16 20 17 13 16 11 12 14 15 15 21 25 29|0.0|3.75 +005779|sil ci3 shi2 sp1 xin1 lang2 yi3 jiang1 xin1 niang2 jie1 dao4 sp1 kai1 shi3 yi2 duan4 rao4 cheng2 zhi1 lu4 sil|sil 此 时 sp1 新 郎 已 将 新 娘 接 到 sp1 开 始 一 段 绕 城 之 路 sil|28 19 27 10 22 20 13 17 15 19 17 21 20 18 15 11 19 18 20 12 21 30|0.0|4.785 +005780|sil ba1 xiang1 gu3 miao4 sp1 shu2 zao3 qian2 bei4 lie4 wei2 xiang1 gang3 er4 ji2 li4 shi3 jian4 zhu4 wu4 sil|sil 八 乡 古 庙 sp1 属 早 前 被 列 为 香 港 二 级 历 史 建 筑 物 sil|27 17 22 14 29 4 18 19 27 13 16 22 23 13 22 13 15 13 17 14 21 29|0.0|4.74 +005781|sil yi4 qi3 qu4 kan4 liu2 xing1 yu2 sp1 hao3 lang4 man4 ya5 sil|sil 一 起 去 看 流 星 雨 sp1 好 浪 漫 呀 sil|30 14 15 15 15 15 22 22 9 18 21 19 24 28|0.0|3.095 +005782|sil xi1 tu3 kai1 cai3 sp1 shi3 de2 zhang1 yang2 e2 jia1 yuan4 zi5 li3 de5 yi4 kou2 jing3 sp1 cheng2 wei2 bai3 she4 sil|sil 稀 土 开 采 sp1 使 得 张 阳 娥 家 院 子 里 的 一 口 井 sp1 成 为 摆 设 sil|31 21 15 20 30 3 20 18 14 18 18 18 18 8 12 7 14 19 31 16 17 15 20 25 28|0.0|5.29 +005783|sil wang3 zhan4 jian4 li4 zhe3 sp1 hao2 bu4 yan3 shi4 sp1 zi4 ji3 dui4 lian2 pu2 wang3 chuang4 ban4 ren2 sp1 zha1 ke4 bo2 ge2 de5 mo2 fang3 sil|sil 网 站 建 立 者 sp1 毫 不 掩 饰 sp1 自 己 对 脸 谱 网 创 办 人 sp1 扎 克 伯 格 的 模 仿 sil|34 18 20 14 16 23 17 17 13 19 19 6 14 12 13 20 16 17 20 15 24 5 18 19 15 14 9 20 27 35|0.0|6.14 +005784|sil shang4 ci4 lai2 xin1 jia1 po1 sp1 ye3 jian4 guo4 mian4 de5 lao3 peng2 you5 ne5 sil|sil 上 次 来 新 加 坡 sp1 也 见 过 面 的 老 朋 友 呢 sil|31 24 12 15 17 15 23 3 18 15 11 17 7 16 19 16 23 30|0.0|3.62 +005785|sil ji3 nan2 tai4 an1 liang3 di4 jun1 fa1 bu4 da4 wu4 hong2 se4 yu4 jing3 xin4 hao4 sil|sil 济 南 泰 安 两 地 均 发 布 大 雾 红 色 预 警 信 号 sil|26 21 29 20 15 21 22 21 18 21 18 16 21 14 14 16 19 23 30|0.0|4.47 +005786|sil dang1 lu4 ren2 gao1 han3 sp1 nian2 si3 ren2 le5 shi2 sp1 gai1 che1 cai2 che4 di3 ting2 xia4 sil|sil 当 路 人 高 喊 sp1 碾 死 人 了 时 sp1 该 车 才 彻 底 停 下 sil|26 21 15 16 17 26 8 17 14 15 13 26 21 18 25 18 21 13 22 23 29|0.0|4.69 +005787|sil yi1 lou2 ru4 hu4 de5 lv4 se4 zha4 lan2 shi4 fang2 dao4 men2 qian2 di4 mian4 shang4 sp1 liu2 you3 yi4 tan1 xue4 ji4 sil|sil 一 楼 入 户 的 绿 色 栅 栏 式 防 盗 门 前 地 面 上 sp1 留 有 一 摊 血 迹 sil|33 11 18 18 20 17 22 18 14 18 14 19 10 17 24 13 21 22 17 15 12 12 21 22 24 32|0.0|5.62 +005788|sil ren2 min2 jie3 fang4 jun1 zai4 ping2 pan4 guo4 cheng2 zhong1 jun1 ji4 yan2 ming2 sp1 de2 dao4 guang3 da4 seng1 su2 ren2 shi4 de5 sp1 zhong1 xin1 yong1 hu4 sil|sil 人 民 解 放 军 在 平 叛 过 程 中 军 纪 严 明 sp1 得 到 广 大 僧 俗 人 士 的 sp1 衷 心 拥 护 sil|28 16 15 14 19 24 24 21 20 13 20 19 20 14 20 28 33 13 23 21 16 16 14 18 17 14 4 18 20 17 23 33|0.0|7.145 +005789|sil yuan2 yuan2 kai1 shi3 bu4 gan3 mao4 le5 sp1 zi4 gu4 zi4 sp1 pa2 shang4 le5 mao1 jia4 zi5 sp1 kai1 shi3 tian2 zhua3 zi5 wan2 sil|sil 缘 缘 开 始 不 感 冒 了 sp1 自 顾 自 sp1 爬 上 了 猫 架 子 sp1 开 始 舔 爪 子 玩 sil|30 19 27 19 19 12 16 20 17 23 15 16 21 5 21 15 6 20 23 17 20 17 14 19 20 12 25 31|0.0|6.03 +005790|sil you2 qi2 shi4 sp1 bu4 shao3 yun4 fu4 sp1 geng4 ying1 chi1 he2 tao5 sp1 yi3 li4 yu2 sp1 bao3 bao5 da4 nao3 fa1 yu4 sil|sil 尤 其 是 sp1 不 少 孕 妇 sp1 更 应 吃 核 桃 sp1 以 利 于 sp1 宝 宝 大 脑 发 育 sil|32 15 18 20 3 13 16 21 21 3 18 18 16 21 21 26 11 15 18 4 17 14 15 16 21 21 31|0.0|5.395 +005791|sil zhang1 ai4 guo2 sp1 que4 da2 dian2 hao3 xing2 zhuang1 sp1 po4 bu4 ji2 dai4 de5 xiang3 yao4 li2 kai1 sil|sil 张 爱 国 sp1 却 打 点 好 行 装 sp1 迫 不 及 待 的 想 要 离 开 sil|28 18 19 25 11 32 17 14 16 23 18 7 21 11 15 17 9 16 11 17 28 31|0.0|4.695 +005792|sil chen2 jia1 luo4 chi1 jing1 de5 yao4 tiao4 qi3 lai2 sp1 bei4 xing4 fu2 bao1 zhu4 sp1 xi3 bu2 zi4 jin1 shuo1 sp1 wo2 zen3 me5 xing2 sil|sil 陈 家 洛 吃 惊 得 要 跳 起 来 sp1 被 幸 福 包 住 sp1 喜 不 自 禁 说 sp1 我 怎 么 行 sil|28 22 16 24 22 19 15 15 21 14 21 17 13 18 15 19 20 30 20 11 14 17 25 22 13 13 12 29 30|0.0|6.44 +005793|sil ta1 shuo1 sp1 zong3 shu1 ji4 zhi1 dao4 an3 men5 kun4 nan5 sp1 lai2 fang3 cha2 sheng1 huo2 hao3 bu4 hao3 sp1 bu2 jiao4 zan2 shou4 zui4 sil|sil 她 说 sp1 总 书 记 知 道 俺 们 困 难 sp1 来 访 察 生 活 好 不 好 sp1 不 叫 咱 受 罪 sil|28 18 24 24 22 17 16 14 15 15 12 21 23 31 13 18 16 18 16 21 13 25 23 12 17 16 20 24 30|0.0|6.53 +005794|sil yang2 yu3 zuo4 de5 wei4 zhi4 bu4 hao3 sp1 zhi2 dei3 qu1 shen1 gei2 liang3 ren2 zuo4 you2 chai1 sil|sil 杨 宇 坐 的 位 置 不 好 sp1 只 得 屈 身 给 两 人 做 邮 差 sil|30 18 18 13 8 15 14 16 25 23 13 14 18 27 12 19 16 13 14 31 31|0.0|4.505 +005795|sil dui4 yu2 fang3 zhi1 hang2 ye4 mu4 qian2 de5 zhuang4 kuang4 lai2 shuo1 sp1 chu1 kou3 tui4 shui4 zheng4 ce4 sp1 yue4 zao3 chu1 tai2 yue4 hao3 sil|sil 对 于 纺 织 行 业 目 前 的 状 况 来 说 sp1 出 口 退 税 政 策 sp1 越 早 出 台 越 好 sil|27 19 17 22 15 18 18 21 15 8 18 16 15 26 36 21 17 17 17 19 23 18 16 17 14 18 17 27 33|0.0|6.555 +005796|sil gong1 yuan2 yi1 er4 jiu3 ba1 nian2 sp1 wang2 zhen1 chuang4 zhi4 le5 mu4 huo2 zi4 sil|sil 公 元 一 二 九 八 年 sp1 王 祯 创 制 了 木 活 字 sil|31 21 28 12 16 17 16 30 20 21 22 23 13 10 18 21 19 29|0.0|4.26 +005797|sil luo2 tian1 cheng2 di1 sheng1 shuo1 sp1 shen1 chen2 shi4 wu2 fa2 wei3 zhuang1 de5 sil|sil 罗 天 诚 低 声 说 sp1 深 沉 是 无 法 伪 装 的 sil|32 13 21 25 14 17 25 20 25 24 16 16 19 15 24 16 29|0.0|4.07 +005798|sil zhe4 yi2 fen4 nu4 sp1 bian4 cheng2 sp1 nian3 sui4 sp1 duo4 sui4 si1 sui4 de5 hu1 sheng1 zhen4 han4 tian1 di4 sil|sil 这 一 愤 怒 sp1 变 成 sp1 碾 碎 sp1 剁 碎 撕 碎 的 呼 声 震 撼 天 地 sil|28 18 12 19 21 9 19 29 6 24 27 5 23 24 25 15 11 17 19 17 18 22 19 28|0.0|5.285 +005799|sil ge4 ren2 zui4 xi3 huan1 xiao1 yao2 sp1 ren2 ren2 dou1 shuo1 jing1 hong2 yi4 pie1 sil|sil 个 人 最 喜 欢 逍 遥 sp1 人 人 都 说 惊 鸿 一 瞥 sil|27 22 24 17 13 17 17 27 13 15 15 15 22 23 18 14 29 28|0.0|4.13 +005800|sil shi2 bai3 kui2 ren4 wei2 sp1 pan4 xing2 guo4 zhong4 shang4 su4 sil|sil 石 柏 魁 认 为 sp1 判 刑 过 重 上 诉 sil|28 20 17 18 16 21 7 22 18 15 18 20 24 30|0.0|3.185 +005801|sil qi2 ta1 shi2 ren2 sp1 zai4 beng4 da2 zhuan4 quan1 zhong1 jin4 xing2 qing1 chang4 sil|sil 其 他 十 人 sp1 在 蹦 跶 转 圈 中 进 行 清 唱 sil|27 21 19 17 21 4 26 19 15 17 18 20 18 18 19 26 28|0.0|3.865 +005802|sil yi1 ba1 jiu2 jiu3 nian2 sp1 bu4 kan1 shou4 ru3 de5 ma3 ge2 li4 te4 fen4 er2 yu3 zhang4 fu5 li2 hun1 sil|sil 一 八 九 九 年 sp1 不 堪 受 辱 的 玛 格 丽 特 愤 而 与 丈 夫 离 婚 sil|29 12 17 13 16 29 20 12 20 19 17 10 20 7 17 22 23 16 14 17 10 17 27 30|0.0|5.04 +005803|sil kua3 ta1 shi2 sp1 you3 qiao2 mian4 shang4 you3 ren2 yuan2 xing2 zou3 sil|sil 垮 塌 时 sp1 有 桥 面 上 有 人 员 行 走 sil|26 19 20 23 5 14 15 18 20 15 15 14 23 26 29|0.0|3.275 +005804|sil ni3 dang1 wo2 sha3 a5 sp1 nao3 zi5 na4 me5 da4 zen3 me5 sai1 jin4 qu4 sil|sil 你 当 我 傻 啊 sp1 脑 子 那 么 大 怎 么 塞 进 去 sil|30 13 13 14 23 21 19 16 11 17 13 20 16 11 20 17 22 28|0.0|3.76 +005805|sil yin1 ci3 zeng1 chi2 mei3 yuan2 guo2 zhai4 sp1 jiu4 cheng2 wei2 zhong1 guo2 yang1 hang2 de5 zan4 shi2 zhi1 xuan3 sil|sil 因 此 增 持 美 元 国 债 sp1 就 成 为 中 国 央 行 的 暂 时 之 选 sil|28 16 29 21 15 13 17 18 22 8 14 15 19 15 11 19 19 14 17 14 14 30 31|0.0|4.865 +005806|sil mei2 you3 ren2 zhi1 dao4 sp1 zhe4 xie1 zheng4 shu1 sp1 shi4 du4 wei3 xin1 sheng3 chi1 jian3 yong4 sp1 zan3 xia4 kou3 liang2 qian2 qu4 mai3 de5 sil|sil 没 有 人 知 道 sp1 这 些 证 书 sp1 是 杜 伟 新 省 吃 俭 用 sp1 攒 下 口 粮 钱 去 买 的 sil|30 13 15 16 15 22 28 14 14 19 23 5 19 12 16 24 21 20 19 21 4 21 16 17 17 18 13 23 19 30|0.0|6.32 +005807|sil ni2 you3 mei2 you3 kan4 chu1 xin4 li3 na4 zhong3 wei2 wan3 de5 gan3 jue2 ne5 sil|sil 你 有 没 有 看 出 信 里 那 种 委 婉 的 感 觉 呢 sil|28 12 14 11 13 22 21 23 11 20 17 17 17 8 18 15 21 26|0.0|3.65 +005808|sil shi4 ge4 bing1 qi5 lin2 o5 sil|sil 是 个 冰 淇 淋 哦 sil|26 19 11 17 12 22 24 26|0.0|1.82 +005809|sil liang3 ren2 wei4 ci3 zheng1 chao2 qi3 lai2 sil|sil 两 人 为 此 争 吵 起 来 sil|28 16 20 17 17 18 21 14 23 29|0.0|2.355 +005810|sil ying2 feng1 de5 qing2 tian1 wa2 wa5 sil|sil 迎 风 的 晴 天 娃 娃 sil|29 18 20 12 19 17 20 22 30|0.0|2.175 +005811|sil wo3 bu2 shi4 te4 bie2 dong3 lan2 qiu2 sil|sil 我 不 是 特 别 懂 篮 球 sil|29 13 14 17 15 12 15 19 29 29|0.0|2.225 +005812|sil ta1 men5 ti3 ji1 ru2 xiao3 mao1 sp1 dan4 zhua3 zi5 que4 bi3 mao1 feng1 li4 xu3 duo1 sil|sil 它 们 体 积 如 小 猫 sp1 但 爪 子 却 比 猫 锋 利 许 多 sil|27 17 22 21 16 13 17 27 23 17 24 19 21 9 19 17 15 16 23 29|0.0|4.555 +005813|sil guo4 qu4 sp1 kan4 er2 zi5 can1 jia1 ao4 yun4 hui4 sp1 shi4 mu3 qin1 de5 xin1 yuan4 sp1 kan4 er2 zi5 cheng2 jia1 sp1 ye3 shi4 mu3 qin5 de5 xin1 yuan4 sil|sil 过 去 sp1 看 儿 子 参 加 奥 运 会 sp1 是 母 亲 的 心 愿 sp1 看 儿 子 成 家 sp1 也 是 母 亲 的 心 愿 sil|29 18 26 14 18 20 16 16 12 17 15 22 5 16 19 17 10 23 18 38 17 16 11 22 23 10 15 14 16 15 9 21 20 30|0.0|7.055 +005814|sil shi4 hou4 sp1 gai1 ming2 ke1 zhang3 jing1 yi1 yuan4 jian3 cha2 sp1 wei2 zuo2 gu2 gu2 fen3 sui4 xing4 gu3 zhe2 sil|sil 事 后 sp1 该 名 科 长 经 医 院 检 查 sp1 为 左 股 骨 粉 碎 性 骨 折 sil|29 20 24 17 13 16 19 22 15 11 16 16 30 23 18 20 15 18 19 15 16 15 25 31|0.0|5.38 +005815|sil ni2 da3 suan4 shen2 me5 shi2 hou4 qu4 sil|sil 你 打 算 什 么 时 候 去 sil|28 12 17 18 16 10 15 16 28 29|0.0|2.19 +005816|sil ta1 jing1 chang2 dong4 shou3 da2 jie3 jie5 sil|sil 他 经 常 动 手 打 姐 姐 sil|26 18 18 18 15 16 16 17 21 29|0.0|2.255 +005817|sil nan2 zi2 mai3 hua4 sp1 bing4 fei1 xin1 shang3 hua4 zuo4 sp1 zhi3 shi4 jue2 de5 hua4 kuang4 piao4 liang5 sil|sil 男 子 买 画 sp1 并 非 欣 赏 画 作 sp1 只 是 觉 得 画 框 漂 亮 sil|30 18 11 21 25 9 19 16 16 16 20 20 29 11 15 14 11 20 19 27 20 30|0.0|4.845 +005818|sil wo3 zhi1 dao4 sp1 hen2 gan3 ren2 de5 sp1 de2 bing4 le5 hai2 jian1 chi2 tui4 ka2 gei3 gu4 ke4 sil|sil 我 知 道 sp1 很 感 人 的 sp1 得 病 了 还 坚 持 退 卡 给 顾 客 sil|28 11 16 22 6 20 17 19 16 21 18 20 15 21 17 14 16 18 13 15 24 28|0.0|4.59 +005819|sil pin2 kun4 chan3 fu4 de5 zao1 yu4 sp1 rang4 shui2 gan1 ga4 sil|sil 贫 困 产 妇 的 遭 遇 sp1 让 谁 尴 尬 sil|26 26 20 19 13 10 19 16 9 17 20 19 23 30|0.0|3.095 +005820|sil suo2 yi3 sp1 bu4 qian1 che3 ren4 he2 fei4 lv4 sun3 shi1 sil|sil 所 以 sp1 不 牵 扯 任 何 费 率 损 失 sil|30 22 19 7 13 20 19 16 15 14 14 17 25 30|0.0|3.025 +005821|sil yan2 se4 xian1 yan4 sp1 duo1 tian1 jia1 ran3 se4 ji4 deng3 sil|sil 颜 色 鲜 艳 sp1 多 添 加 染 色 剂 等 sil|30 16 15 20 21 12 14 18 16 16 16 17 26 29|0.0|3.085 +005822|sil da4 jia1 fan3 kang4 sp1 chen2 lou3 de5 te4 bie2 jin3 sil|sil 大 家 反 抗 sp1 陈 搂 得 特 别 紧 sil|25 15 16 22 23 13 23 18 10 20 16 25 29|0.0|2.955 +005823|sil ru2 fang2 di4 chan2 shui3 wu4 sp1 yan1 cao2 deng3 hang2 ye4 sil|sil 如 房 地 产 水 务 sp1 烟 草 等 行 业 sil|28 23 19 14 31 32 20 5 20 20 15 19 21 28|0.0|3.43 +005824|sil zai4 zhong1 guo2 sp1 zhe4 ge4 shu4 ju4 geng4 wei2 xian2 yan3 sil|sil 在 中 国 sp1 这 个 数 据 更 为 显 眼 sil|27 18 19 23 13 14 11 17 16 13 14 22 28 28|0.0|3.05 +005825|sil yu4 xiang3 zhong1 de5 wen2 hua4 chong1 ji1 sp1 hai2 mei2 lai2 de5 ji2 he2 su1 shan1 ca1 chu1 huo3 hua1 sil|sil 预 想 中 的 文 化 冲 击 sp1 还 没 来 得 及 和 苏 珊 擦 出 火 花 sil|31 18 21 15 10 15 15 20 19 12 13 17 16 10 20 15 17 24 17 14 18 28 28|0.0|4.8 +005826|sil ci3 shi2 de5 chang3 fang2 sp1 bu2 shi4 bei4 di4 zhen4 qiang2 li4 yao1 zhan3 sp1 jiu4 shi4 bei4 zhen4 sui4 sil|sil 此 时 的 厂 房 sp1 不 是 被 地 震 强 力 腰 斩 sp1 就 是 被 震 碎 sil|29 20 14 9 22 25 17 12 13 15 14 18 20 12 17 26 10 16 12 13 19 23 29|0.0|4.705 +005827|sil dan4 ji4 ran2 jin1 dou4 yu2 biao3 ming2 le5 ci2 yi4 sp1 yu4 ji4 hui4 an4 cheng2 xu4 ban4 li2 ci3 shi4 sil|sil 但 既 然 金 斗 宇 表 明 了 辞 意 sp1 预 计 会 按 程 序 办 理 此 事 sil|23 16 16 24 20 18 18 18 16 10 21 23 31 15 23 18 16 22 18 13 15 19 24 28|0.0|5.4 +005828|sil qi2 zhong1 sp1 wang2 you2 hai3 yang2 sheng1 wu4 xiao3 san2 da3 de5 ping2 lun4 sp1 yin2 qi3 le5 ji4 zhe3 de5 zhu4 yi4 sil|sil 其 中 sp1 网 友 海 洋 生 物 小 散 打 的 评 论 sp1 引 起 了 记 者 的 注 意 sil|27 20 25 10 19 24 25 17 16 15 18 19 14 9 18 20 15 17 11 12 15 11 9 17 21 33|0.0|5.3 +005829|sil zheng4 ce4 jiang1 wei4 xu1 qiu2 ti2 gong1 zhi1 cheng1 sil|sil 政 策 将 为 需 求 提 供 支 撑 sil|25 22 20 16 13 19 22 18 16 14 29 27|0.0|2.795 +005830|sil zao3 zai4 yi1 jiu2 jiu3 si4 nian2 sp1 pi2 lin2 de5 e2 le4 gang3 zhou1 sp1 yi3 jing1 pi1 zhun3 bing4 zhong4 de5 bing4 ren2 sp1 an1 le4 si3 sil|sil 早 在 一 九 九 四 年 sp1 毗 邻 的 俄 勒 岗 州 sp1 已 经 批 准 病 重 的 病 人 sp1 安 乐 死 sil|24 23 22 13 12 16 21 32 19 21 23 18 13 16 21 23 6 12 17 18 21 16 15 10 18 19 4 13 18 31 29|0.0|6.545 +005831|sil ai4 wei1 er2 jie1 shou4 le5 cha2 de2 de5 qiu2 hun1 zuan4 jie4 sil|sil 艾 薇 儿 接 受 了 查 德 的 求 婚 钻 戒 sil|30 16 16 23 16 14 13 23 16 10 16 16 17 25 28|0.0|3.235 +005832|sil yin1 ci3 sp1 bin1 jiang1 he2 xiao1 shan1 dou1 luo4 xia4 bing1 bao2 sil|sil 因 此 sp1 滨 江 和 萧 山 都 落 下 冰 雹 sil|29 16 27 8 20 22 14 20 27 16 16 18 18 27 29|0.0|3.57 +005833|sil luo4 shui3 hou4 sp1 xiao3 yu2 yu2 xun4 su4 bei4 shui3 juan2 zou3 sil|sil 落 水 后 sp1 小 瑜 瑜 迅 速 被 水 卷 走 sil|30 14 20 26 12 22 12 21 23 15 12 15 23 25 31|0.0|3.49 +005834|sil hai3 feng1 juan2 qi3 de5 yong3 lang4 sp1 yi2 zhen4 zhen4 pu1 lai2 sil|sil 海 风 卷 起 的 涌 浪 sp1 一 阵 阵 扑 来 sil|28 21 23 19 12 10 17 26 14 14 15 17 17 29 28|0.0|3.365 +005835|sil zai4 niao2 wang3 xia4 fang1 di4 mian4 sp1 ye2 you2 hen3 duo1 fei1 yu3 sil|sil 在 鸟 网 下 方 地 面 sp1 也 有 很 多 飞 羽 sil|27 18 23 19 20 16 12 25 10 15 14 18 12 22 21 29|0.0|3.49 +005836|sil ming2 que4 zu1 lin4 bao3 zheng4 jin1 de5 shou1 qu3 jin1 e2 sil|sil 明 确 租 赁 保 证 金 的 收 取 金 额 sil|29 17 21 14 20 17 16 13 10 16 17 17 30 28|0.0|3.075 +005837|sil dan4 shi4 sp1 jie2 ya3 rui4 nan2 de5 dang1 wu4 zhi1 ji2 shi4 sp1 bao3 chi2 can1 jia1 xia4 jie4 da4 xuan3 de5 zi1 ge2 sil|sil 但 是 sp1 杰 雅 瑞 南 的 当 务 之 急 是 sp1 保 持 参 加 下 届 大 选 的 资 格 sil|28 18 27 17 20 15 14 17 8 17 16 16 18 22 31 16 20 19 17 21 13 16 15 9 19 25 29|0.0|5.84 +005838|sil hao3 de5 zhu3 ren2 sp1 wo3 hui4 zai4 wen1 rou2 yi4 xie1 de5 sil|sil 好 的 主 人 sp1 我 会 再 温 柔 一 些 的 sil|29 17 12 15 24 23 11 14 17 15 15 9 20 16 29|0.0|3.09 +005839|sil bao4 dao4 cheng1 sp1 ao4 ba1 ma2 yu3 yan1 yin3 fen4 zhan4 duo1 nian2 sil|sil 报 道 称 sp1 奥 巴 马 与 烟 瘾 奋 战 多 年 sil|23 16 15 29 29 12 14 28 20 25 21 20 18 14 35 27|0.0|4.02 +005840|sil jing3 fang1 sui2 ji2 bing1 fen1 liang3 lu4 sp1 yi2 bu4 fen4 gan2 wang3 beng4 bu4 sp1 dao4 yi1 yuan4 liao2 jie3 shang1 zhe3 qing2 kuang4 sil|sil 警 方 随 即 兵 分 两 路 sp1 一 部 分 赶 往 蚌 埠 sp1 到 医 院 了 解 伤 者 情 况 sil|28 24 22 19 17 17 15 19 20 29 13 14 23 15 16 22 18 16 15 11 15 15 14 19 12 21 23 31|0.0|6.07 +005841|sil nv2 you3 shuo1 sp1 ei5 sp1 ba2 ni3 de5 hu2 zi5 gua1 yi2 xia4 sil|sil 女 友 说 sp1 诶 sp1 把 你 的 胡 子 刮 一 下 sil|28 14 15 25 23 20 16 14 12 9 17 10 20 11 23 29|0.0|3.325 +005842|sil zhong4 yao4 de5 shi4 guo2 gan2 tiao3 zhan4 sp1 ling2 huo2 ying4 dui4 sil|sil 重 要 的 是 果 敢 挑 战 sp1 灵 活 应 对 sil|27 19 16 11 23 20 18 24 20 4 23 17 19 22 28|0.0|3.38 +005843|sil guan1 qi3 men2 lai2 shuo1 sp1 bai2 gei2 wo2 ye3 hui4 reng1 diao4 sil|sil 关 起 门 来 说 sp1 白 给 我 也 会 扔 掉 sil|26 19 11 18 16 22 21 21 17 15 14 13 20 20 30|0.0|3.285 +005844|sil yong2 gan3 mian4 dui4 sp1 jue2 bu2 zuo4 ai4 qing2 de5 tao2 bing1 sil|sil 勇 敢 面 对 sp1 绝 不 做 爱 情 的 逃 兵 sil|28 19 16 20 20 15 20 10 14 18 16 9 21 25 29|0.0|3.245 +005845|sil you3 shen2 me5 hao3 zheng1 de5 sp1 zhao3 bao2 xian3 gong1 si1 a5 sil|sil 有 什 么 好 争 的 sp1 找 保 险 公 司 啊 sil|29 14 17 11 19 20 14 21 18 14 16 15 20 20 28|0.0|3.21 +005846|sil zhe4 ci4 qu4 men2 wei4 jian1 qu4 de5 shi2 fen1 you3 jia4 zhi2 sp1 zhe4 xie1 xin4 luo4 dao4 ban1 zhu3 ren4 shou2 li3 sp1 hou4 guo2 hen3 nan2 shuo1 sil|sil 这 次 去 门 卫 间 去 得 十 分 有 价 值 sp1 这 些 信 落 到 班 主 任 手 里 sp1 后 果 很 难 说 sil|27 20 20 17 15 14 22 22 12 15 13 15 22 23 28 13 14 20 18 15 16 11 13 20 20 18 20 17 17 18 23 29|0.0|6.82 +005847|sil zhe4 yi4 bi3 li4 sp1 zai4 ou1 zhou1 wei4 ju1 bang2 shou3 sil|sil 这 一 比 例 sp1 在 欧 洲 位 居 榜 首 sil|27 14 14 14 20 4 16 20 23 12 15 20 30 31|0.0|3.015 +005848|sil xiao1 xi5 chuan2 lai2 sp1 lao3 sun1 jia1 beng2 ti2 duo1 gao1 xing4 sil|sil 消 息 传 来 sp1 老 孙 家 甭 提 多 高 兴 sil|28 21 13 20 22 13 13 19 22 18 18 15 17 22 31|0.0|3.385 +005849|sil zhi1 hou4 sp1 zhang1 guo2 sheng4 de5 jie3 jie5 zhi4 da2 xie4 ci2 sil|sil 之 后 sp1 张 国 胜 的 姐 姐 致 答 谢 词 sil|27 20 24 10 19 14 16 9 16 19 18 15 16 28 30|0.0|3.26 +005850|sil xian4 zai4 chao1 you3 yong4 ma5 sp1 you2 ben3 shi4 gao1 kao3 chao1 qu4 sil|sil 现 在 抄 有 用 吗 sp1 有 本 事 高 考 抄 去 sil|26 23 13 24 15 21 23 19 15 16 16 14 20 21 20 28|0.0|3.65 +005851|sil ban4 zhe5 she2 kou3 gong1 ye4 qu1 de5 luo4 mu4 sp1 zhe4 chang3 bei4 cheng1 zuo4 sp1 zao3 shu2 de5 zhi2 xuan3 min2 zhu3 shi4 yan4 sp1 jian4 jian4 yan1 mie4 sil|sil 伴 着 蛇 口 工 业 区 的 落 幕 sp1 这 场 被 称 作 sp1 早 熟 的 直 选 民 主 试 验 sp1 渐 渐 湮 灭 sil|27 20 19 23 17 13 13 13 9 17 22 36 15 25 12 22 16 7 24 20 13 15 17 14 13 17 21 4 21 13 19 23 30|0.0|6.855 +005852|sil dang1 jiu1 cha2 ren2 yuan2 qu3 zheng4 shi2 sp1 xie4 mou3 tai4 du4 man2 heng4 sp1 qiang2 xing2 zu3 lan2 qu3 zheng4 sp1 bing4 qiang2 zou3 xiang4 ji1 sil|sil 当 纠 察 人 员 取 证 时 sp1 解 某 态 度 蛮 横 sp1 强 行 阻 拦 取 证 sp1 并 抢 走 相 机 sil|27 23 15 18 12 16 18 21 26 22 20 19 21 9 21 23 26 22 16 13 24 24 18 9 17 20 12 21 19 31|0.0|6.765 +005853|sil zhi4 yu2 shen2 me5 yuan2 yin1 yin3 fa1 chong1 tu5 sp1 da4 jia1 bing4 bu4 qing1 chu3 sil|sil 至 于 什 么 原 因 引 发 冲 突 sp1 大 家 并 不 清 楚 sil|26 17 21 17 11 17 20 14 15 22 19 13 18 19 17 10 19 24 30|0.0|4.05 +005854|sil jing3 fang1 wei2 du2 mei2 you3 fa1 xian4 na4 ke1 zuan4 shi2 sil|sil 警 方 唯 独 没 有 发 现 那 颗 钻 石 sil|26 21 23 18 12 10 14 16 16 14 14 19 28 30|0.0|3.03 +005855|sil lai2 zi4 ge4 di4 de5 chou2 gou3 gou5 sp1 zai4 bi3 sai4 zhong1 jing4 xiang1 liang4 xiang4 sil|sil 来 自 各 地 的 丑 狗 狗 sp1 在 比 赛 中 竞 相 亮 相 sil|28 17 14 19 11 10 24 20 20 9 16 13 17 19 18 17 17 22 30|0.0|3.955 +005856|sil wai4 mian4 che1 du3 de5 li4 hai4 sp1 ying4 ji2 ren4 wu5 bei4 yan2 sp1 ji4 xu4 dai4 ming4 sil|sil 外 面 车 堵 得 厉 害 sp1 应 急 任 务 被 延 sp1 继 续 待 命 sil|29 13 21 23 15 8 22 23 27 16 13 17 12 14 29 8 18 14 16 25 29|0.0|4.555 +005857|sil na4 zhong2 pu3 shi2 han1 hou4 sp1 gei3 ren2 yin4 xiang4 hen3 shen1 sil|sil 那 种 朴 实 憨 厚 sp1 给 人 印 象 很 深 sil|28 16 23 24 24 22 22 10 13 14 15 16 15 27 30|0.0|3.475 +005858|sil zai4 hong2 hui4 ling2 de5 yan3 zhong1 sp1 na4 xie1 fei1 lv4 bin1 hai2 jing3 sp1 jiu4 shi4 shi4 qiang2 ling2 ruo4 de5 qiang2 dao4 sil|sil 在 洪 慧 姈 的 眼 中 sp1 那 些 菲 律 宾 海 警 sp1 就 是 恃 强 凌 弱 的 强 盗 sil|28 23 18 14 16 8 20 22 32 14 16 16 13 15 23 28 19 18 21 20 19 17 14 8 25 21 32|0.0|6.04 +005859|sil a1 hua1 de5 fu4 qin5 lin2 tian1 sheng1 sp1 zai4 kan4 xuan2 shang3 tong1 gao4 sil|sil 阿 花 的 父 亲 林 天 生 sp1 在 看 悬 赏 通 告 sil|29 15 18 10 17 19 17 19 23 12 17 21 16 17 18 21 29|0.0|3.69 +005860|sil you3 ren2 zan4 shen2 qi2 sp1 you3 ren2 pi1 huang1 tang5 sp1 ma3 lin2 sp1 bu4 fu2 yi1 shen3 pan4 jue2 sp1 xiang4 nan2 ning2 zhong1 yuan4 shang4 su4 sil|sil 有 人 赞 神 奇 sp1 有 人 批 荒 唐 sp1 马 林 sp1 不 服 一 审 判 决 sp1 向 南 宁 中 院 上 诉 sil|30 13 17 15 23 29 14 13 14 18 23 25 37 15 21 3 16 17 14 16 18 23 21 19 15 16 17 16 18 22 32|0.0|6.845 +005861|sil er2 qie3 sp1 er4 ling2 ling2 yi1 nian2 zhi1 hou4 de5 tou2 liang3 nian2 sp1 mei2 you3 shou1 qu3 fu2 wu4 fei4 sil|sil 而 且 sp1 二 零 零 一 年 之 后 的 头 两 年 sp1 没 有 收 取 服 务 费 sil|29 14 28 6 12 11 16 14 16 14 15 10 23 18 20 9 15 16 14 14 17 14 23 30|0.0|4.62 +005862|sil wo2 yi3 qian2 yan3 xi4 sp1 bu4 xi3 huan5 zha2 yan3 jing1 sp1 ta1 shuo1 sp1 qi2 shi2 ni2 zha3 yi2 xia4 yan3 sp1 hui4 bi3 jiao4 zhen1 shi2 sil|sil 我 以 前 演 戏 sp1 不 喜 欢 眨 眼 睛 sp1 他 说 sp1 其 实 你 眨 一 下 眼 sp1 会 比 较 真 实 sil|30 13 11 15 20 20 4 14 14 16 15 20 24 29 17 23 22 14 12 15 20 10 17 22 10 16 10 17 18 25 33|0.0|6.335 +005863|sil ren2 cong1 ming5 dian3 sp1 bi4 jing4 sp1 yi3 hou4 wo3 jia1 de5 sheng1 yi4 sp1 dou1 shi4 yao4 jiao1 gei2 nv3 xu4 guan2 li3 de5 sil|sil 人 聪 明 点 sp1 毕 竟 sp1 以 后 我 家 的 生 意 sp1 都 是 要 交 给 女 婿 管 理 的 sil|29 17 23 18 21 19 15 20 7 12 17 14 17 11 20 15 18 13 11 15 15 13 19 17 17 15 20 29|0.0|5.54 +005864|sil wo3 men5 you3 ze2 ren4 jiao4 yu4 jian1 du1 gan4 bu4 sp1 shao3 fan4 cuo4 wu4 sp1 bu2 fan4 cuo4 wu4 sil|sil 我 们 有 责 任 教 育 监 督 干 部 sp1 少 犯 错 误 sp1 不 犯 错 误 sil|28 9 14 15 19 20 28 17 20 14 23 13 3 21 20 20 17 10 16 20 19 18 31|0.0|4.82 +005865|sil ni2 xi3 wan2 shou3 zen3 me5 bu4 ca1 gan1 a5 sp1 dou1 shi4 shui3 sil|sil 你 洗 完 手 怎 么 不 擦 干 啊 sp1 都 是 水 sil|30 14 13 17 27 14 10 13 19 16 22 14 18 15 34 29|0.0|3.54 +005866|sil wei4 zui4 da4 xian4 du4 huo4 li4 sp1 chang2 yong3 sp1 kai1 shi3 da2 qi3 le5 zai4 cun1 zi5 fu4 jin4 tou1 tu3 de5 suan4 pan2 sil|sil 为 最 大 限 度 获 利 sp1 常 勇 sp1 开 始 打 起 了 在 村 子 附 近 偷 土 的 算 盘 sil|29 19 18 15 17 11 18 21 20 23 24 6 17 14 16 15 14 14 20 8 19 17 23 16 10 24 22 31|0.0|5.82 +005867|sil jin1 nian2 yi3 lai2 sp1 di1 jia4 gu3 de5 yi4 fei1 chong1 tian1 sp1 rang4 ku4 ai4 di1 jia4 gu3 de5 xiao2 san3 sp1 tu3 qi4 yang2 mei2 sil|sil 今 年 以 来 sp1 低 价 股 的 一 飞 冲 天 sp1 让 酷 爱 低 价 股 的 小 散 sp1 吐 气 扬 眉 sil|30 16 13 12 24 9 15 18 15 12 14 15 20 26 22 20 21 16 13 15 11 8 20 25 6 18 20 19 30 30|0.0|6.185 +005868|sil nong2 mang2 shi2 jie2 sp1 cun1 min2 men5 jia4 shi3 tuo1 la1 ji1 sp1 zai4 yi2 ge4 ge4 da4 guai3 wan1 dian1 bo3 sp1 jing1 hun2 nan2 ding4 sil|sil 农 忙 时 节 sp1 村 民 们 驾 驶 拖 拉 机 sp1 在 一 个 个 大 拐 弯 颠 簸 sp1 惊 魂 难 定 sil|31 15 18 17 22 12 19 15 19 20 13 13 16 20 28 15 13 14 11 17 15 18 20 25 12 21 17 21 19 31|0.0|6.355 +005869|sil you4 quan3 sp1 yi4 nian2 yao4 zhu4 she4 san1 ci4 yu4 fang2 zhen1 sp1 cheng2 quan3 sp1 mei3 nian2 zhi3 xu1 yao4 zhu4 she4 yi2 ci4 sil|sil 幼 犬 sp1 一 年 要 注 射 三 次 预 防 针 sp1 成 犬 sp1 每 年 只 需 要 注 射 一 次 sil|32 18 29 5 12 15 17 14 16 18 13 12 18 22 33 25 24 10 13 17 12 12 14 14 14 17 26 31|0.0|5.835 +005870|sil peng4 qiao3 ta1 bu2 yong4 kai1 gong1 sp1 jiu4 jiao4 shang4 ta1 lou5 sil|sil 碰 巧 他 不 用 开 工 sp1 就 叫 上 他 喽 sil|26 25 25 18 12 16 21 20 11 15 18 16 16 22 29|0.0|3.37 +005871|sil zhi3 yao4 ni3 rang4 wo3 bu4 shuang3 le5 sp1 lao3 zi5 zhao4 yang4 shan1 ni3 sil|sil 只 要 你 让 我 不 爽 了 sp1 老 子 照 样 扇 你 sil|26 15 14 13 13 15 15 23 18 17 16 19 17 17 20 20 30|0.0|3.58 +005872|sil xian4 zai4 sp1 an2 shu3 biao1 yi4 dian3 sp1 jian4 pan2 yi4 qiao1 sp1 jiu4 neng2 liao2 jie3 dao4 ge4 di4 de5 wen2 hua4 sp1 ke1 ji4 jing1 ji4 xin4 xi1 sil|sil 现 在 sp1 俺 鼠 标 一 点 sp1 键 盘 一 敲 sp1 就 能 了 解 到 各 地 的 文 化 sp1 科 技 经 济 信 息 sil|29 22 21 6 18 18 17 14 24 12 22 16 14 27 22 13 15 19 16 20 16 11 13 22 26 5 24 22 23 14 19 23 33|0.0|7.155 +005873|sil ci3 hou4 sp1 ji2 tuan2 fa1 yan2 ren2 sp1 ye3 bing4 wei4 pi1 lu4 jian3 chi2 yuan2 yin1 sil|sil 此 后 sp1 集 团 发 言 人 sp1 也 并 未 披 露 减 持 原 因 sil|29 19 22 9 17 18 17 14 21 6 14 12 15 18 19 22 16 17 24 30|0.0|4.17 +005874|sil nai2 fen2 chang3 de5 yuan2 nai3 shou1 gou4 jia4 sp1 yao4 bi3 yi1 li4 di1 yi2 ban4 sil|sil 奶 粉 厂 的 原 奶 收 购 价 sp1 要 比 伊 利 低 一 半 sil|29 15 18 19 9 17 17 16 15 24 20 15 14 14 18 14 15 23 30|0.0|3.975 +005875|sil fei1 yao4 rang4 wo2 lian3 hong2 me5 sil|sil 非 要 让 我 脸 红 么 sil|27 17 16 13 12 20 21 25 29|0.0|2.09 +005876|sil ta1 shuo1 hao2 chou3 guai4 sp1 bu2 yao4 zai4 fang4 sil|sil 她 说 好 丑 怪 sp1 不 要 再 放 sil|23 18 26 21 22 24 6 12 18 18 25 28|0.0|2.795 +005877|sil dan4 shi4 sp1 fa4 xing2 hai2 yao4 gai3 jin4 yi4 dian3 sil|sil 但 是 sp1 发 型 还 要 改 进 一 点 sil|25 18 24 10 17 21 14 12 16 14 14 21 30|0.0|2.735 +005878|sil dan4 reng2 you3 ren2 xin1 cun2 jiao3 xing4 sp1 bing4 wei4 an4 zhao4 zhe4 tiao2 zui4 hou4 tong1 die2 xing2 shi4 sil|sil 但 仍 有 人 心 存 侥 幸 sp1 并 未 按 照 这 条 最 后 通 牒 行 事 sil|27 23 17 15 18 17 15 19 23 13 18 13 17 14 14 21 17 15 20 15 20 20 29|0.0|4.875 +005879|sil bu2 xuan2 sheng3 ren2 da4 chang2 wei3 hui4 wei3 yuan2 sil|sil 补 选 省 人 大 常 委 会 委 员 sil|25 19 26 19 14 12 16 11 16 14 29 29|0.0|2.675 +005880|sil guo1 le4 ping2 ren4 wei2 sp1 zhe4 wan2 quan2 shi4 wu1 mie4 sil|sil 郭 乐 平 认 为 sp1 这 完 全 是 污 蔑 sil|26 14 16 20 14 20 3 13 22 19 13 16 24 30|0.0|2.9 +005881|sil zhi2 ke3 xi1 sp1 shou2 li3 zuan4 le5 ji3 ge4 xiao3 qian2 sp1 a1 wei3 kai1 shi3 mi2 shang4 le5 du3 bo2 sil|sil 只 可 惜 sp1 手 里 攥 了 几 个 小 钱 sp1 阿 伟 开 始 迷 上 了 赌 博 sil|27 15 17 24 9 26 15 15 11 11 13 19 30 23 16 21 17 12 17 16 11 17 25 30|0.0|5.07 +005882|sil zhou1 jiong3 shuo1 sp1 ding1 lei3 hai2 shi4 ge5 dui4 shi2 pin3 wei4 sheng1 sp1 you3 qiang2 lie4 jie2 pi3 de5 ren2 sil|sil 周 炯 说 sp1 丁 磊 还 是 个 对 食 品 卫 生 sp1 有 强 烈 洁 癖 的 人 sil|28 18 21 24 24 19 26 18 13 12 15 14 16 16 21 4 16 20 15 18 14 12 24 30|0.0|5.085 +005883|sil zai4 xun2 wen4 guo4 cheng2 zhong1 sp1 liang3 ming2 jing3 cha2 lou4 chu1 ma2 jiao3 sp1 bei4 wang2 nv3 shi4 shi2 po4 sil|sil 在 询 问 过 程 中 sp1 两 名 警 察 露 出 马 脚 sp1 被 王 女 士 识 破 sil|28 20 16 16 14 17 21 19 14 15 17 23 19 14 20 26 5 16 18 14 13 17 21 30|0.0|5.03 +005884|sil zhe4 xia4 xuan4 feng1 man3 yi4 de5 diao1 zhe5 yao2 ba3 sp1 yi4 yao2 yi4 bai3 sp1 hui2 dao4 shi2 zhong1 le4 shen1 bian1 sil|sil 这 下 旋 风 满 意 地 叼 着 咬 靶 sp1 一 摇 一 摆 sp1 回 到 石 忠 乐 身 边 sil|28 20 25 27 20 19 16 12 16 12 18 25 21 11 15 16 26 7 20 16 14 14 14 20 23 30|0.0|5.635 +005885|sil shi2 ge2 liang3 nian2 sp1 yu2 ba4 juan2 tu3 chong2 lai2 sil|sil 时 隔 两 年 sp1 鱼 霸 卷 土 重 来 sil|29 18 12 20 25 12 16 20 21 17 18 26 31|0.0|3.08 +005886|sil nei4 bu4 mao2 dun4 sp1 ru2 ci3 ri4 yi4 ji1 hua4 sp1 ke3 neng2 yin2 qi3 xin1 de5 chong1 tu5 he2 dong4 luan4 sil|sil 内 部 矛 盾 sp1 如 此 日 益 激 化 sp1 可 能 引 起 新 的 冲 突 和 动 乱 sil|32 18 10 21 19 3 21 20 13 14 17 23 27 13 15 18 17 19 11 20 12 14 16 24 30|0.0|5.195 +005887|sil ti2 jia4 hou4 de5 huo4 li4 sp1 ze2 you2 nan2 ning2 lao2 ban3 sp1 he2 liu3 zhou1 de5 mi2 fen2 chang3 fen1 zhang4 sil|sil 提 价 后 的 获 利 sp1 则 由 南 宁 老 板 sp1 和 柳 州 的 米 粉 厂 分 账 sil|27 24 21 14 9 19 20 20 15 17 18 14 17 22 8 12 18 13 8 17 17 20 18 23 30|0.0|5.125 +005888|sil ta1 jue2 de5 sp1 tao2 yuan2 cun1 san1 qi1 di4 ku4 ting2 de5 che1 sp1 duo1 ban4 dou1 shi4 nar4 r ye4 zhu3 de5 sil|sil 他 觉 得 sp1 桃 源 村 三 期 地 库 停 的 车 sp1 多 半 都 是 那 儿 业 主 的 sil|28 19 18 17 18 19 15 20 20 18 14 22 19 10 24 8 16 16 12 10 21 0 20 20 18 31|0.0|5.255 +005889|sil da4 huo3 zhong1 sp1 jiu4 er2 xin1 qie4 de5 li2 yong3 hua2 sp1 tu2 shou3 pu1 da3 er2 zi5 shen1 shang4 de5 huo3 yan4 sil|sil 大 火 中 sp1 救 儿 心 切 的 李 永 华 sp1 徒 手 扑 打 儿 子 身 上 的 火 焰 sil|26 19 20 22 28 15 18 20 13 9 10 22 26 4 24 17 18 11 18 11 15 15 10 17 28 28|0.0|5.385 +005890|sil qi3 ye4 de5 jing1 ying2 ce4 lve4 you3 bian4 hua4 ma5 sil|sil 企 业 的 经 营 策 略 有 变 化 吗 sil|25 26 16 13 14 16 20 19 19 20 17 23 29|0.0|2.98 +005891|sil yue4 mo4 qian2 bu2 gou4 hua1 la5 sp1 wo3 de5 gong1 zi1 sil|sil 月 末 钱 不 够 花 啦 sp1 我 的 工 资 sil|29 14 25 23 12 15 21 21 19 13 9 19 22 27|0.0|3.125 +005892|sil fei4 fei4 ti3 nei4 sp1 ke3 neng2 cun2 zai4 bai2 se4 yin3 xing4 ji1 yin1 sp1 zhi3 shi4 yi3 qian2 mei2 you3 fa1 xian4 sil|sil 狒 狒 体 内 sp1 可 能 存 在 白 色 隐 性 基 因 sp1 只 是 以 前 没 有 发 现 sil|30 20 13 18 19 3 14 15 19 18 18 17 18 21 15 24 22 12 14 14 20 13 15 21 25 28|0.0|5.405 +005893|sil wo3 huang1 le5 sp1 zhuan3 tou2 kan4 xiang4 ge1 men5 sp1 ta1 de5 biao3 qing2 sp1 wo3 zhi4 jin1 nan2 wang4 sil|sil 我 慌 了 sp1 转 头 看 向 哥 们 sp1 他 的 表 情 sp1 我 至 今 难 忘 sil|30 14 25 21 17 22 22 18 17 16 21 25 16 10 18 27 9 12 14 15 20 24 29|0.0|5.13 +005894|sil gai1 nan2 zi3 yuan2 tou2 da4 er3 sp1 da3 ban4 de5 xiang4 ge5 gong1 si1 lao2 zong3 sil|sil 该 男 子 圆 头 大 耳 sp1 打 扮 得 像 个 公 司 老 总 sil|27 17 20 23 22 20 20 22 18 17 20 13 19 9 16 12 19 29 30|0.0|4.33 +005895|sil ji1 cha1 yue4 xiao3 sp1 guan2 li3 feng1 xian3 de5 cheng2 ben3 yue4 di1 sp1 xiao4 lv4 yue4 gao1 sil|sil 基 差 越 小 sp1 管 理 风 险 的 成 本 越 低 sp1 效 率 越 高 sil|27 18 22 17 26 10 16 13 17 14 8 21 14 17 23 16 21 11 17 26 30|0.0|4.455 +005896|sil tong2 shi2 sp1 gai1 nv3 xing1 bao3 zheng4 sp1 bu2 hui4 zai4 you3 lei4 si4 shi4 qing2 fa1 sheng1 sil|sil 同 时 sp1 该 女 星 保 证 sp1 不 会 再 有 类 似 事 情 发 生 sil|25 20 25 11 15 15 18 16 18 8 14 16 12 11 16 12 13 17 18 23 29|0.0|4.085 +005897|sil pao2 zi5 shu3 lu4 ke1 sp1 shi4 shan3 xi1 sheng2 ye3 sheng1 zhong4 dian2 bao3 hu4 dong4 wu4 sil|sil 狍 子 属 鹿 科 sp1 是 陕 西 省 野 生 重 点 保 护 动 物 sil|29 30 18 17 21 26 25 16 17 15 22 18 21 16 16 15 15 15 25 30|0.0|4.725 +005898|sil zhai2 zhai3 de5 yi4 shuang1 yan3 jing5 sp1 si4 hu1 ye3 bu2 ju4 bei4 chuan1 tou4 sheng1 huo2 de5 guang1 ze2 sil|sil 窄 窄 的 一 双 眼 睛 sp1 似 乎 也 不 具 备 穿 透 生 活 的 光 泽 sil|27 23 16 8 14 17 19 24 23 18 18 21 13 17 15 21 14 17 14 9 21 27 29|0.0|4.935 +005899|sil zhe4 zai4 you3 bian1 zhi4 xian4 zhi4 sp1 yi2 ge4 luo2 bo5 yi2 ge4 keng1 de5 shi4 ye4 dan1 wei4 geng4 fu4 za2 sil|sil 这 在 有 编 制 限 制 sp1 一 个 萝 卜 一 个 坑 的 事 业 单 位 更 复 杂 sil|28 19 22 19 19 13 23 18 22 14 10 20 14 12 12 22 11 13 14 17 16 19 19 27 29|0.0|5.245 +005900|sil sha4 jian1 sp1 qing1 bo2 ke4 cheng2 wei2 xin1 de5 xiang1 bo1 bo5 sil|sil 霎 间 sp1 轻 博 客 成 为 新 的 香 饽 饽 sil|29 25 24 8 26 16 24 17 14 21 10 21 17 18 29|0.0|3.475 +005901|sil suo3 ni2 ya4 he2 jia1 ren2 sui2 hou4 qian2 wang3 duo1 ling2 gong1 sil|sil 索 尼 娅 和 家 人 随 后 前 往 多 棱 宫 sil|29 21 14 21 18 18 18 20 14 17 17 12 18 22 28|0.0|3.335 +005902|sil xian1 guo2 gei3 chu1 de5 da2 an4 shi4 sp1 fei4 yong4 wei2 ling2 sil|sil 鲜 果 给 出 的 答 案 是 sp1 费 用 为 零 sil|30 25 16 16 16 9 15 19 20 14 16 15 12 31 30|0.0|3.3 +005903|sil liu2 yu4 xiu4 zhong1 deng3 ge4 sp1 kan4 shang4 qu4 gan1 jing4 li4 suo5 sil|sil 刘 玉 秀 中 等 个 sp1 看 上 去 干 净 利 索 sil|30 16 16 23 19 17 20 17 19 17 17 18 14 20 20 30|0.0|3.635 +005904|sil hu2 luo2 bo5 sp1 bu4 jin3 ying2 yang3 jia4 zhi2 gao1 sp1 hai2 yong1 you3 qu4 tan2 sp1 xiao1 shi2 sp1 chu2 zhang4 sp1 he2 xia4 qi4 ding4 chuan3 de5 zuo4 yong4 sil|sil 胡 萝 卜 sp1 不 仅 营 养 价 值 高 sp1 还 拥 有 去 痰 sp1 消 食 sp1 除 胀 sp1 和 下 气 定 喘 的 作 用 sil|31 16 22 19 5 15 22 16 16 15 13 23 24 14 17 25 25 35 5 26 28 3 24 26 18 21 23 17 18 17 9 18 22 30|0.0|7.645 +005905|sil si4 ji4 geng1 die2 shi4 yi4 zhong2 hen3 bang4 de5 ti3 yan4 ne5 sil|sil 四 季 更 迭 是 一 种 很 棒 的 体 验 呢 sil|29 19 14 20 22 14 13 18 21 17 8 17 17 19 28|0.0|3.205 +005906|sil hai3 bian1 duo1 song3 li4 zhe5 hei1 qu1 qu1 de5 jiao1 shi2 sil|sil 海 边 多 耸 立 着 黑 黢 黢 的 礁 石 sil|29 24 25 17 19 15 17 19 14 16 10 20 27 29|0.0|3.26 +005907|sil gai1 ji4 hua4 yao1 qiu2 sp1 ren2 cai2 fang2 ji1 ben2 man3 zu2 lin1 bao1 ru4 zhu4 yao1 qiu2 sil|sil 该 计 划 要 求 sp1 人 才 房 基 本 满 足 拎 包 入 住 要 求 sil|27 18 15 14 16 28 22 18 18 22 15 12 18 20 20 16 14 14 18 28 27|0.0|4.645 +005908|sil dao4 lu4 gang1 gang1 da3 tong1 sp1 wo3 men5 you4 shou4 ling3 le5 sp1 wa1 jue2 bei3 chuan1 xian4 nong2 ye4 yin2 hang2 jin1 ku4 de5 ren4 wu4 sil|sil 道 路 刚 刚 打 通 sp1 我 们 又 受 领 了 sp1 挖 掘 北 川 县 农 业 银 行 金 库 的 任 务 sil|31 19 20 16 15 16 28 27 6 12 16 19 17 15 11 18 22 15 20 23 16 15 13 20 17 17 10 18 18 29|0.0|6.26 +005909|sil lin2 bie2 zi4 xun2 he2 zhao4 men2 sp1 liu2 hao3 hua4 bing2 gei3 tai2 jie1 sil|sil 临 别 自 寻 合 照 门 sp1 留 好 话 柄 给 台 阶 sil|30 21 22 18 18 16 16 26 21 15 14 22 19 13 22 22 28|0.0|3.985 +005910|sil peng2 hong2 ba3 tu2 pian4 fu4 zhi4 guo4 lai2 sp1 jia1 shang4 biao1 ti2 sp1 zhe4 ba2 san2 hao3 guai4 yo5 sp1 you4 fa1 chu1 qu4 sil|sil 彭 洪 把 图 片 复 制 过 来 sp1 加 上 标 题 sp1 这 把 伞 好 怪 哟 sp1 又 发 出 去 sil|27 26 30 16 15 18 18 14 16 18 16 17 17 17 26 33 16 14 19 21 23 21 21 17 20 17 20 32|0.0|6.565 +005911|sil shuo1 qi3 shou4 pian4 jing1 guo4 sp1 he4 die1 die5 de5 yan3 lei4 sp1 bu2 duan4 yi4 chu1 gan1 se4 de5 yan3 kuang4 sil|sil 说 起 受 骗 经 过 sp1 贺 爹 爹 的 眼 泪 sp1 不 断 溢 出 干 涩 的 眼 眶 sil|30 21 21 17 18 18 19 28 19 13 13 10 18 19 7 13 16 16 19 18 14 8 18 27 30|0.0|5.225 +005912|sil zai4 ben3 ci4 bei2 dou3 nian2 hui4 shang4 sp1 he2 zhong4 si1 zhuang4 tui1 chu1 quan2 xi4 bei2 dou3 chan2 pin3 sil|sil 在 本 次 北 斗 年 会 上 sp1 合 众 思 壮 推 出 全 系 北 斗 产 品 sil|27 20 18 19 15 12 19 17 23 27 19 16 16 24 20 19 26 20 16 12 21 24 31|0.0|5.355 +005913|sil ban1 da2 er3 jing1 chang2 yao1 qing2 lao3 bu4 shi2 gong4 jin4 wu3 can1 sp1 yi4 qi3 chu1 qu4 chui2 diao4 sil|sil 班 达 尔 经 常 邀 请 老 布 什 共 进 午 餐 sp1 一 起 出 去 垂 钓 sil|27 18 16 20 16 14 16 19 19 15 25 19 16 12 27 19 12 15 14 13 22 22 30|0.0|4.95 +005914|sil tai2 deng1 de5 dian4 hen3 kuai4 jiu4 yong4 wan2 le5 sp1 ye4 wan3 sp1 zhang4 peng5 jiu4 xian4 ru4 hei1 an4 sil|sil 台 灯 的 电 很 快 就 用 完 了 sp1 夜 晚 sp1 帐 篷 就 陷 入 黑 暗 sil|28 22 14 11 21 19 19 12 13 19 13 37 17 21 7 23 19 12 16 11 21 24 30|0.0|4.98 +005915|sil dan4 zhe4 shi2 hou4 de5 lian2 xiang3 chuang4 shi3 ren2 liu3 chuan2 zhi4 que4 you2 yu4 le5 sil|sil 但 这 时 候 的 联 想 创 始 人 柳 传 志 却 犹 豫 了 sil|27 20 17 14 14 8 17 18 18 16 18 21 23 21 21 20 14 19 29|0.0|4.12 +005916|sil meng4 xiang3 kai1 shi2 qi3 bu4 le5 sp1 cha1 shang4 teng2 fei1 de5 chi4 bang3 ao2 xiang2 ba5 sil|sil 梦 想 开 始 起 步 了 sp1 插 上 腾 飞 的 翅 膀 翱 翔 吧 sil|29 20 23 15 13 20 19 16 27 21 20 19 15 9 19 15 22 24 21 30|0.0|4.61 +005917|sil wu2 lun4 shi4 shui2 sp1 zuo4 shi4 qing5 de5 shi2 hou4 sp1 nan2 mian3 hui4 chu1 xian4 yi2 cuo4 sp1 dan4 er4 cuo4 sp1 que4 shi4 ke2 yi3 bi4 mian3 de5 sil|sil 无 论 是 谁 sp1 做 事 情 的 时 候 sp1 难 免 会 出 现 一 错 sp1 但 二 错 sp1 却 是 可 以 避 免 的 sil|30 11 15 15 31 20 18 16 14 9 17 18 7 17 14 15 17 15 13 29 24 15 22 24 4 16 10 14 13 14 26 16 31|0.0|6.615 +005918|sil ti3 xing2 shou4 xue1 de5 ta1 que4 you3 zhong1 yang1 fei2 pang4 qing2 kuang4 sp1 you3 ge5 da4 du4 nan3 sil|sil 体 型 瘦 削 的 她 却 有 中 央 肥 胖 情 况 sp1 有 个 大 肚 腩 sil|30 22 19 20 16 10 29 20 16 15 14 17 18 17 20 14 17 9 18 15 30 32|0.0|4.855 +005919|sil wo3 men5 yi3 hou4 bie2 lian2 xi4 le5 sp1 zhe4 bei4 zi5 zhen1 zhong4 sil|sil 我 们 以 后 别 联 系 了 sp1 这 辈 子 珍 重 sil|26 11 11 14 17 17 22 15 14 12 16 16 11 22 20 31|0.0|3.19 +005920|sil bei4 wo2 suo3 bu4 xi3 huan1 de5 jiu4 le5 ming4 sp1 que4 bei4 wo2 suo3 zui4 xin4 lai4 he2 chong3 ai4 de5 dong1 xi5 sp1 duan4 song4 le5 sheng1 ming4 sil|sil 被 我 所 不 喜 欢 的 救 了 命 sp1 却 被 我 所 最 信 赖 和 宠 爱 的 东 西 sp1 断 送 了 生 命 sil|28 16 16 21 16 15 22 12 14 9 23 34 18 13 14 20 19 24 22 16 17 17 11 18 18 11 21 17 9 19 22 29|0.0|6.745 +005921|sil dan4 chuan2 zhu3 wen1 zhou1 ming2 zhu1 you2 ting3 gong1 si1 wei4 le5 mei3 guan1 sp1 shan4 zi4 zeng1 jia1 le5 fang3 yan1 cong1 sil|sil 但 船 主 温 州 明 珠 游 艇 公 司 为 了 美 观 sp1 擅 自 增 加 了 仿 烟 囱 sil|26 20 23 24 21 15 20 16 15 17 17 21 14 9 18 23 23 22 14 17 12 11 16 19 28 30|0.0|5.7 +005922|sil bing4 mei2 you3 you2 yu2 zhe4 ge5 pin2 zhong3 sil|sil 并 没 有 油 鱼 这 个 品 种 sil|26 21 14 16 19 18 11 10 22 28 29|0.0|2.48 +005923|sil mei3 tian1 dou1 lei4 dao4 pa1 le5 sil|sil 每 天 都 累 到 趴 了 sil|27 16 18 11 16 14 24 22 29|0.0|2.055 +005924|sil wei4 le5 er2 zi5 de5 jian4 kang1 sp1 ta1 ye3 jian1 chi2 mu2 ru3 wei4 yang3 sil|sil 为 了 儿 子 的 健 康 sp1 她 也 坚 持 母 乳 喂 养 sil|29 14 11 21 12 9 19 26 18 16 13 18 17 17 14 17 22 31|0.0|3.765 +005925|sil mu4 qian2 sp1 si4 ren2 yin1 she4 xian2 qiang3 jie2 zui4 sp1 bei4 pu2 kou2 jian3 cha2 yuan4 pi1 bu3 sil|sil 目 前 sp1 四 人 因 涉 嫌 抢 劫 罪 sp1 被 浦 口 检 察 院 批 捕 sil|29 13 28 8 19 13 14 18 18 22 16 21 21 19 18 16 15 15 15 20 23 31|0.0|4.78 +005926|sil zhe4 shi4 shang4 hai2 you2 bi3 zhe4 geng4 nan2 chi1 de5 cai4 me5 sil|sil 这 世 上 还 有 比 这 更 难 吃 的 菜 么 sil|26 15 23 25 16 13 15 14 16 17 15 9 22 22 29|0.0|3.215 +005927|sil dan4 dang1 ta1 ku1 nao4 de5 shi2 hou4 sp1 ni3 qian1 fang1 bai3 ji4 de5 hong3 ta1 sp1 na4 jiu4 deng3 yu2 jiao1 zong4 ta1 le5 sil|sil 但 当 他 哭 闹 的 时 候 sp1 你 千 方 百 计 地 哄 他 sp1 那 就 等 于 骄 纵 他 了 sil|26 19 16 17 16 17 9 15 19 29 12 21 19 16 12 10 25 23 20 12 12 12 14 17 18 19 14 31|0.0|5.685 +005928|sil jin2 guan3 zheng4 fu3 cai2 qu3 jun1 jing3 min2 san1 wei4 yi4 ti3 de5 zhan4 lve4 sp1 dan4 shou1 xiao4 shen4 wei1 sil|sil 尽 管 政 府 采 取 军 警 民 三 位 一 体 的 战 略 sp1 但 收 效 甚 微 sil|28 20 28 18 12 19 23 23 17 27 19 12 13 12 12 18 23 21 18 18 19 19 24 29|0.0|5.475 +005929|sil sou3 zhong1 qiang2 diao4 shuo1 sp1 zhe4 yang4 zuo4 wei2 shi2 shang4 zao3 sp1 bu2 zan4 cheng2 ao4 ba1 ma2 fang3 wen4 zhe4 liang3 ge4 cheng2 shi4 sil|sil 薮 中 强 调 说 sp1 这 样 做 为 时 尚 早 sp1 不 赞 成 奥 巴 马 访 问 这 两 个 城 市 sil|31 22 17 18 16 21 13 13 19 21 16 16 18 26 20 15 20 14 14 12 21 17 14 11 15 9 21 21 31|0.0|6.065 +005930|sil bu2 guo4 yu2 ci3 tong2 shi2 sp1 li3 ying1 ai4 sp1 que4 ye3 fu4 chu1 le5 ang2 gui4 de5 dai4 jia4 sil|sil 不 过 与 此 同 时 sp1 李 英 爱 sp1 却 也 付 出 了 昂 贵 的 代 价 sil|26 15 23 13 14 20 26 21 13 15 26 5 17 12 17 15 9 22 14 9 17 24 29|0.0|4.67 +005931|sil huang2 shan1 jie4 shao4 sp1 kai1 shi3 yi4 xiao3 shi2 sp1 she4 qia2 jian3 cha2 wu2 ren4 he2 yi4 chang2 qing2 kuang4 chu1 xian4 sil|sil 黄 山 介 绍 sp1 开 始 一 小 时 sp1 设 卡 检 查 无 任 何 异 常 情 况 出 现 sil|32 18 20 15 24 22 21 14 14 19 26 24 17 17 18 26 16 16 11 12 19 14 18 16 24 32|0.0|5.86 +005932|sil tu2 wei2 xiao3 bu4 shi2 xiang4 ying1 guo2 nv3 wang2 zha2 yan3 jing1 sil|sil 图 为 小 布 什 向 英 国 女 王 眨 眼 睛 sil|28 26 24 27 17 24 20 18 12 13 18 19 20 24 30|0.0|3.72 +005933|sil ta1 shuo1 sp1 ni2 zou3 jin4 ren4 he2 yi2 zuo4 zhan1 fang2 sp1 zhi3 yao4 zuo4 xia4 lai2 sp1 jiu4 hui4 you3 nang2 chi1 sp1 you2 nai3 cha2 he1 sil|sil 她 说 sp1 你 走 进 任 何 一 座 毡 房 sp1 只 要 坐 下 来 sp1 就 会 有 馕 吃 sp1 有 奶 茶 喝 sil|28 20 26 20 12 15 18 16 12 11 14 20 28 8 12 15 21 15 23 11 15 10 14 24 27 6 11 19 21 25 32|0.0|6.375 +005934|sil gang2 tie3 sp1 zhi4 jin1 wei4 jiao1 dai4 chu1 shi4 yuan2 yin1 sil|sil 港 铁 sp1 至 今 未 交 代 出 事 原 因 sil|27 22 25 4 15 14 15 18 16 18 14 19 29 26|0.0|3.04 +005935|sil cheng2 shi4 jian4 cheng2 qu1 sp1 yao4 wu2 yan1 cao2 guang3 gao4 sil|sil 城 市 建 成 区 sp1 要 无 烟 草 广 告 sil|26 23 16 17 18 26 4 19 16 15 18 18 22 30|0.0|3.11 +005936|sil shi4 bu2 shi4 yi1 ran2 jue2 de5 wo3 hen2 ke3 ai4 sil|sil 是 不 是 依 然 觉 得 我 很 可 爱 sil|28 19 9 19 16 16 18 11 18 18 18 23 29|0.0|2.805 +005937|sil li4 li4 mei2 you3 chu1 guo4 jiu3 yao1 er4 fang2 jian1 sil|sil 丽 丽 没 有 出 过 九 幺 二 房 间 sil|28 18 17 17 16 18 16 14 10 19 21 26 28|0.0|2.885 +005938|sil mei2 xiang3 dao4 ta1 ning4 yuan4 fang4 qi4 shang4 hai3 sil|sil 没 想 到 她 宁 愿 放 弃 上 海 sil|29 14 20 18 17 17 16 21 15 19 28 31|0.0|2.845 +005939|sil dang1 shi2 hen3 jiu1 jie2 sp1 hen3 nan2 qu2 she3 sil|sil 当 时 很 纠 结 sp1 很 难 取 舍 sil|26 20 22 19 19 25 12 15 19 19 27 27|0.0|2.9 +005940|sil jia1 ting2 ju4 bu2 dao4 yi4 qi3 sp1 ci3 ruo4 shi4 sp1 zhi3 neng2 shi4 wei3 ruo4 shi4 sp1 huo4 yue1 sa1 jiao1 sil|sil 家 庭 聚 不 到 一 起 sp1 此 弱 势 sp1 只 能 是 伪 弱 势 sp1 或 曰 撒 娇 sil|28 23 24 16 9 13 14 27 23 21 19 20 5 13 17 18 22 20 23 10 19 18 20 26 30|0.0|5.545 +005941|sil zhe4 me5 pang4 sp1 bao4 de5 wo3 yao1 dou1 duan4 le5 sil|sil 这 么 胖 sp1 抱 得 我 腰 都 断 了 sil|25 17 15 28 16 17 11 14 21 15 25 14 29|0.0|2.87 +005942|sil ta1 er4 du4 zai4 zhe4 ge5 wen4 ti2 shang4 yao2 tou2 sil|sil 他 二 度 在 这 个 问 题 上 摇 头 sil|26 20 23 16 15 10 10 17 13 16 19 32 29|0.0|2.855 +005943|sil xing2 zheng4 yuan4 lu4 wei3 hui4 sp1 shi4 fu4 ze2 ni3 ding4 sp1 tai2 wan1 da4 lu4 zheng4 ce4 de5 ji1 gou4 sil|sil 行 政 院 陆 委 会 sp1 是 负 责 拟 订 sp1 台 湾 大 陆 政 策 的 机 构 sil|29 22 16 20 16 14 26 12 16 15 14 17 21 3 21 16 13 14 16 12 10 16 22 28|0.0|4.75 +005944|sil ke2 sou4 sp1 wo3 jue2 de5 gen1 kong1 qi4 you3 guan1 sil|sil 咳 嗽 sp1 我 觉 得 跟 空 气 有 关 sil|23 26 26 22 13 14 16 16 18 18 16 31 28|0.0|3.105 +005945|sil suo2 yi3 zhe4 xie1 yun4 dong4 yuan2 zhen1 de5 hen3 nan2 sil|sil 所 以 这 些 运 动 员 真 的 很 难 sil|28 20 24 14 11 16 15 17 16 11 16 28 30|0.0|2.855 +005946|sil ke2 sou4 sp1 yu3 ji4 jie2 qi4 hou4 deng2 you3 guan1 sil|sil 咳 嗽 sp1 与 季 节 气 候 等 有 关 sil|27 24 28 7 17 23 21 23 13 13 18 26 29|0.0|3.12 +005947|sil ni3 zuo4 de5 po4 shir4 r hai2 you2 lian2 jie3 shi4 sil|sil 你 做 的 破 事 儿 还 有 脸 解 释 sil|29 17 16 9 21 21 0 18 11 16 19 23 30|0.0|2.67 +005948|sil wo3 shi4 shu1 nv3 sp1 zhi3 hui4 jiang3 wen2 ming2 yong4 yu3 sil|sil 我 是 淑 女 sp1 只 会 讲 文 明 用 语 sil|29 11 14 20 28 14 15 15 18 17 20 17 22 30|0.0|3.13 +005949|sil nan2 jing1 jia1 ming2 shui4 kai1 zheng1 zhi1 shi3 sp1 zi4 shuo1 zi4 hua4 de5 sui2 yi4 xing4 sp1 zhuo1 jin1 jian4 zhou3 sil|sil 南 京 加 名 税 开 征 之 始 sp1 自 说 自 话 的 随 意 性 sp1 捉 襟 见 肘 sil|33 20 22 16 20 18 20 16 16 25 23 15 16 17 17 9 18 18 20 6 16 17 19 24 31|0.0|5.485 +005950|sil jing1 shen2 zhang4 ai4 huan4 zhe3 can1 jia1 lao2 dong4 sp1 you3 quan2 huo4 de2 xiang1 ying4 de5 bao4 chou2 sil|sil 精 神 障 碍 患 者 参 加 劳 动 sp1 有 权 获 得 相 应 的 报 酬 sil|29 22 19 12 17 22 15 16 13 19 21 23 12 17 18 14 19 14 10 17 25 30|0.0|4.685 +005951|sil wo2 gan3 jue2 song1 le5 yi4 kou3 qi4 sp1 bin4 yi2 guan2 ben3 gai1 ru2 ci3 sp1 ning2 jing4 er2 an1 wen3 sil|sil 我 感 觉 松 了 一 口 气 sp1 殡 仪 馆 本 该 如 此 sp1 宁 静 而 安 稳 sil|29 13 17 18 17 11 10 17 26 29 16 15 26 17 17 17 24 18 20 19 20 17 27 29|0.0|5.45 +005952|sil si2 zhe3 zhong1 sp1 bao1 kuo4 qiu2 dui4 zhu3 jiao4 lian4 sp1 jia1 yao3 da4 ren2 mai4 ke4 xi1 meng2 sil|sil 死 者 中 sp1 包 括 球 队 主 教 练 sp1 加 舀 大 人 麦 克 西 蒙 sil|28 23 16 23 7 19 18 20 14 12 17 23 20 19 17 16 20 17 11 16 31 26|0.0|4.8 +005953|sil lu2 wei2 yu3 xiang4 shu4 sp1 wei4 ta1 men5 ge4 zi4 de5 nai4 li4 li4 liang4 he2 leng3 jing4 zheng1 chao3 bu4 xiu1 sp1 shui2 ye3 bu4 ken3 ren4 shu1 sil|sil 芦 苇 与 橡 树 sp1 为 他 们 各 自 的 耐 力 力 量 和 冷 静 争 吵 不 休 sp1 谁 也 不 肯 认 输 sil|30 21 21 13 25 21 4 17 15 17 17 10 10 28 26 23 25 14 21 26 17 19 13 23 19 19 15 11 14 18 24 31|0.0|7.045 +005954|sil huo4 shi4 qi2 ta1 wu1 pao3 lai2 de5 zhu1 sil|sil 或 是 其 他 屋 跑 来 的 猪 sil|27 21 23 19 20 16 17 15 10 24 28|0.0|2.555 +005955|sil ta1 zou3 lu4 yi4 que2 yi4 que2 de5 sp1 xiao3 er2 ma2 bi4 zheng4 luo4 xia4 de5 bing4 gen1 sil|sil 他 走 路 一 瘸 一 瘸 的 sp1 小 儿 麻 痹 症 落 下 的 病 根 sil|28 19 17 22 19 28 12 20 16 27 16 12 17 15 22 18 12 9 21 20 29|0.0|4.63 +005956|sil ban4 sui2 gu2 zhi3 de5 zhu2 bu4 ping2 wen3 sp1 ge4 gu3 huo2 yue4 du4 you2 suo3 zeng1 qiang2 sil|sil 伴 随 股 指 的 逐 步 平 稳 sp1 个 股 活 跃 度 有 所 增 强 sil|26 17 24 19 15 15 16 14 23 25 22 21 18 17 15 15 18 15 17 31 30|0.0|4.795 +005957|sil wo3 jiu4 ning3 kai1 ping2 gai4 di4 gei3 ta1 sil|sil 我 就 拧 开 瓶 盖 递 给 她 sil|27 11 12 20 17 23 18 17 12 30 30|0.0|2.515 +005958|sil ru2 jin1 qing2 kuang4 sp1 yi3 fa1 sheng1 niu2 zhuan3 sil|sil 如 今 情 况 sp1 已 发 生 扭 转 sil|27 15 18 21 20 4 14 17 14 20 28 29|0.0|2.64 +005959|sil ni3 zi4 ji3 lai2 wo3 kan4 kan5 a1 heng1 sil|sil 你 自 己 来 我 看 看 啊 哼 sil|29 12 17 13 26 17 20 13 14 25 26|0.0|2.465 +005960|sil mo4 fu4 chu1 shu1 sp1 quan2 jia1 peng2 chang3 sil|sil 莫 父 出 书 sp1 全 家 捧 场 sil|28 20 16 19 23 4 25 18 20 29 29|0.0|2.68 +005961|sil you2 beng4 yin3 cang2 zai4 yi2 ge4 mian2 bei4 xia4 sil|sil 油 泵 隐 藏 在 一 个 棉 被 下 sil|28 21 24 23 19 15 9 9 21 17 27 28|0.0|2.8 +005962|sil tu2 wei2 cun1 min2 zhu4 zhang4 peng5 bi4 xian3 sil|sil 图 为 村 民 住 帐 篷 避 险 sil|27 28 20 23 21 14 21 16 16 33 29|0.0|2.875 +005963|sil zai4 pan2 hou4 sp1 ke1 da2 gu3 jia4 shang4 zhang3 jin4 bai3 fen1 zhi1 wu3 sp1 da2 sp1 wu3 shi2 ba1 mei3 fen1 sil|sil 在 盘 后 sp1 柯 达 股 价 上 涨 近 百 分 之 五 sp1 达 sp1 五 十 八 美 分 sil|27 18 20 22 22 16 16 15 20 21 21 18 13 15 15 23 23 21 5 11 14 14 17 24 31|0.0|5.36 +005964|sil bei4 zhua1 shi2 sp1 ta1 gang1 lu4 wan2 jie2 mu4 zai4 duo2 yu3 sil|sil 被 抓 时 sp1 他 刚 录 完 节 目 在 躲 雨 sil|26 15 20 26 15 16 18 12 15 14 15 16 19 24 27|0.0|3.23 +005965|sil kan4 dao4 re2 le5 shi4 sp1 ben1 chi2 de5 si1 ji1 sp1 ye2 da3 dian4 hua4 gao4 zhi1 le5 che1 zhu3 sil|sil 看 到 惹 了 事 sp1 奔 驰 的 司 机 sp1 也 打 电 话 告 知 了 车 主 sil|27 25 20 13 12 27 28 17 14 10 18 20 3 14 15 16 20 18 11 11 20 24 28|0.0|4.77 +005966|sil bu4 shao3 ren2 ren4 wei2 sp1 jia1 fang3 shi4 fang2 zhi3 nve4 er2 de5 zhong4 yao4 ce4 lve4 sil|sil 不 少 人 认 为 sp1 家 访 是 防 止 虐 儿 的 重 要 策 略 sil|26 15 17 16 14 24 4 23 27 17 20 13 19 21 15 14 14 19 20 31|0.0|4.28 +005967|sil zhe4 shi4 ke1 xue2 jie4 shou3 ci4 zhao3 dao4 yue4 qiu2 ceng2 you2 shui3 de5 zheng4 ju4 sil|sil 这 是 科 学 界 首 次 找 到 月 球 曾 有 水 的 证 据 sil|29 18 19 17 16 26 20 15 18 19 20 19 18 15 15 10 20 23 28|0.0|4.24 +005968|sil jia1 zhang3 wei4 xin1 sheng1 kang2 xing2 li5 sil|sil 家 长 为 新 生 扛 行 李 sil|26 24 23 14 18 20 20 23 19 29|0.0|2.51 +005969|sil he2 bei2 sheng3 luan2 ping2 xian4 ren2 sil|sil 河 北 省 滦 平 县 人 sil|28 18 14 21 21 18 21 22 27|0.0|2.205 +005970|sil fan3 dui4 pai4 yi4 yuan2 ren4 wei2 sp1 zhe4 shi4 zai4 qi3 tu2 cuan4 gai3 li4 shi3 sil|sil 反 对 派 议 员 认 为 sp1 这 是 在 企 图 篡 改 历 史 sil|28 21 14 22 10 15 15 25 18 13 13 16 17 22 22 12 18 28 30|0.0|4.17 +005971|sil wo3 jue2 de5 zi4 ji3 you4 pang4 le5 sil|sil 我 觉 得 自 己 又 胖 了 sil|29 11 15 17 13 15 19 26 17 29|0.0|2.215 +005972|sil wo3 yong2 bao3 qing1 chun1 sil|sil 我 永 葆 青 春 sil|27 16 19 18 20 26 27|0.0|1.775 +005973|sil xiang3 yao4 wo3 tiao2 xi4 ni3 ma5 sil|sil 想 要 我 调 戏 你 嘛 sil|28 19 18 8 23 20 11 30 28|0.0|2.145 +005974|sil xian4 zai4 zan4 shi2 nan2 yi2 chuai3 ce4 sil|sil 现 在 暂 时 难 以 揣 测 sil|28 23 21 20 15 15 14 22 27 29|0.0|2.49 +005975|sil can1 yin3 an1 quan2 wen4 ti2 chu1 zai4 na3 sil|sil 餐 饮 安 全 问 题 出 在 哪 sil|26 23 15 20 15 16 18 16 13 30 28|0.0|2.55 +005976|sil bu2 yao4 qing1 yi4 man3 cang1 sil|sil 不 要 轻 易 满 仓 sil|25 16 19 17 13 20 29 29|0.0|1.95 +005977|sil ta1 yan3 qian2 ran2 qi3 yi4 zhan3 deng1 sil|sil 他 眼 前 燃 起 一 盏 灯 sil|25 19 17 22 19 15 10 20 26 29|0.0|2.345 +005978|sil dui4 yu2 xue3 jia1 mi2 lai2 shuo1 sp1 zhei4 yang4 de5 ji1 hui4 ke3 shi4 meng4 mei4 yi3 qiu2 de5 sil|sil 对 于 雪 茄 迷 来 说 sp1 这 样 的 机 会 可 是 梦 寐 以 求 的 sil|28 17 15 19 16 16 16 23 22 14 14 8 17 23 17 13 17 14 11 24 17 27|0.0|4.51 +005979|sil nan2 guai4 ta1 men5 hui4 cheng2 wei2 ri4 ben3 ren2 zui4 xian4 mu4 de5 fu1 qi1 ou3 xiang4 sil|sil 难 怪 他 们 会 成 为 日 本 人 最 羡 慕 的 夫 妻 偶 像 sil|28 22 25 15 11 13 18 15 16 15 20 18 20 13 10 15 14 16 30 29|0.0|4.22 +005980|sil kao3 lv4 zai4 san1 hou4 sp1 qin4 ya3 jue2 ding4 zuo4 liu2 chan3 sp1 zai4 na4 qi1 jian1 sp1 li2 mu3 ceng1 lai2 zhao4 gu4 sil|sil 考 虑 再 三 后 sp1 沁 雅 决 定 做 流 产 sp1 在 那 期 间 sp1 李 母 曾 来 照 顾 sil|28 22 13 16 19 23 18 24 19 15 14 14 16 29 23 13 14 19 24 21 15 21 17 14 25 19 32|0.0|6.115 +005981|sil gong1 peng2 li3 gao1 wen1 nan2 nai4 sp1 gong1 ren2 men5 geng4 pian1 ai4 zai4 jiao4 wei2 liang2 kuai4 de5 gong1 di4 nei4 xiu1 xi5 sil|sil 工 棚 里 高 温 难 耐 sp1 工 人 们 更 偏 爱 在 较 为 凉 快 的 工 地 内 休 息 sil|23 22 19 22 17 17 18 27 27 17 15 21 16 22 23 20 14 11 23 16 11 16 10 16 20 24 27|0.0|5.97 +005982|sil xian1 qian2 sp1 yi3 jing1 you3 yan2 jiu1 ren2 yuan2 cheng2 gong1 de5 yong4 pei1 tai1 gan4 xi4 bao1 zao4 chu1 jing1 zi3 sil|sil 先 前 sp1 已 经 有 研 究 人 员 成 功 地 用 胚 胎 干 细 胞 造 出 精 子 sil|28 22 29 11 11 14 15 13 13 15 23 24 16 18 19 16 14 17 15 18 19 15 19 24 27|0.0|5.285 +005983|sil bai2 tian1 sp1 ta1 reng2 zhuang1 chu1 yi2 fu4 kong3 ju4 de5 yang4 zi5 sp1 zheng3 tian1 duo3 zai4 dong4 kou2 shou3 wang4 zhe5 sil|sil 白 天 sp1 她 仍 装 出 一 副 恐 惧 的 样 子 sp1 整 天 躲 在 洞 口 守 望 着 sil|28 18 27 10 18 20 17 15 14 21 23 14 9 21 18 26 19 17 13 14 16 15 18 21 17 31|0.0|5.57 +005984|sil pu3 lv4 shi1 wen4 qi2 gu4 sp1 yuan2 lai2 shi4 dai4 shou3 kao4 sp1 bei4 jian1 shi4 yang3 cheng2 de5 xi2 guan4 sil|sil 浦 律 师 问 其 故 sp1 原 来 是 戴 手 铐 sp1 被 监 视 养 成 的 习 惯 sil|27 24 14 24 15 18 23 27 9 17 17 16 19 23 10 15 22 20 21 13 8 18 22 31|0.0|5.26 +005985|sil shuo1 ge5 zhen1 shi4 sp1 you3 yi2 ci4 sp1 wo3 qu4 mai2 shou3 ji1 hou4 gai4 sp1 wo3 wen4 sp1 shi4 yuan2 zhuang1 de5 ma5 sil|sil 说 个 真 事 sp1 有 一 次 sp1 我 去 买 手 机 后 盖 sp1 我 问 sp1 是 原 装 的 吗 sil|29 20 12 19 21 35 13 10 23 11 7 12 16 15 13 19 24 20 16 20 10 20 19 19 7 24 30|0.0|5.62 +005986|sil tai4 gao3 xiao4 le5 sp1 zhi3 neng2 shuo1 shi4 xian1 lian2 gua2 chi3 sp1 er2 you3 hai4 she4 hui4 de5 chao3 zuo4 sil|sil 太 搞 笑 了 sp1 只 能 说 是 鲜 廉 寡 耻 sp1 而 有 害 社 会 的 炒 作 sil|26 24 16 22 15 18 13 16 19 25 28 22 21 27 8 11 13 19 17 14 7 23 22 28|0.0|5.27 +005987|sil lao3 zhu2 pian4 sp1 jian4 cheng2 le5 yi2 zuo4 zuo4 ji2 ju1 zhu4 sp1 fang2 yu4 xing4 neng2 yu2 yi4 ti3 de5 tu3 lou2 sil|sil 老 竹 片 sp1 建 成 了 一 座 座 集 居 住 sp1 防 御 性 能 于 一 体 的 土 楼 sil|28 22 16 28 17 21 14 9 15 18 23 22 25 20 10 14 15 19 16 7 18 14 10 19 25 30|0.0|5.515 +005988|sil yu4 yu4 shuo1 sp1 you3 a1 sp1 zhui1 wo3 de5 ren2 tai4 duo1 le5 sp1 wo3 zai4 tiao1 ne5 sil|sil 玉 玉 说 sp1 有 啊 sp1 追 我 的 人 太 多 了 sp1 我 在 挑 呢 sil|28 15 14 26 13 21 23 17 21 12 9 16 28 18 17 15 11 13 25 22 27|0.0|4.54 +005989|sil zhe4 yang4 sp1 da4 jia1 ye2 hao3 zheng4 zheng4 jing2 jing3 de5 zhu4 fu2 ni3 men5 ya5 sil|sil 这 样 sp1 大 家 也 好 正 正 经 经 地 祝 福 你 们 呀 sil|30 17 22 10 14 13 14 23 18 15 18 20 14 18 12 12 18 21 30|0.0|3.935 +005990|sil xian4 zai4 deng3 zhe5 san4 san4 jia1 ju4 weir4 r sp1 xia4 yue4 jiu4 ban1 jin4 qu4 sil|sil 现 在 等 着 散 散 家 具 味 儿 sp1 下 月 就 搬 进 去 sil|30 21 25 18 17 16 15 15 15 22 0 16 21 17 13 17 18 21 29|0.0|4.02 +005991|sil cheng1 zu2 le5 yi2 ye4 zhi3 sp1 shu1 zhan3 de5 fang3 fu2 yi2 ge4 ren2 zai4 chuang2 shang4 shen1 lan3 yao1 sp1 pang2 ren2 kan4 le5 ye3 xian4 mu4 sil|sil 撑 足 了 一 页 纸 sp1 舒 展 得 仿 佛 一 个 人 在 床 上 伸 懒 腰 sp1 旁 人 看 了 也 羡 慕 sil|23 26 13 12 11 21 30 21 23 25 18 21 14 14 9 19 16 24 15 16 17 25 29 18 17 19 9 17 26 22 26|0.0|6.915 +005992|sil hun1 an4 zhong1 sp1 zhi3 jian4 yi4 ming2 nan2 zi3 sp1 cong2 zhang1 jian4 qiang2 de5 bei4 hou4 sp1 lun1 qi2 tie3 chui2 meng3 za2 sil|sil 昏 暗 中 sp1 只 见 一 名 男 子 sp1 从 张 建 强 的 背 后 sp1 抡 起 铁 锤 猛 砸 sil|28 20 20 21 15 14 12 10 18 20 21 10 26 17 13 17 9 18 22 22 16 14 16 16 23 30 30|0.0|5.785 +005993|sil er4 shi4 sp1 yao4 su4 zhi1 cheng1 bu4 zu2 sil|sil 二 是 sp1 要 素 支 撑 不 足 sil|29 20 24 5 22 19 12 22 14 26 27|0.0|2.555 +005994|sil cang1 lin3 chong1 shi2 sp1 jian3 shui4 hui4 min2 sil|sil 仓 廪 充 实 sp1 减 税 惠 民 sil|26 26 17 21 24 6 23 18 18 31 30|0.0|2.785 +005995|sil bu2 guo4 sp1 xie4 ya4 long2 dui4 du4 yi1 ke1 wei2 qi2 liang3 nian2 yi3 lai2 de5 zhi2 jiao4 sp1 hai2 shi4 ji2 yu3 le5 yi2 ding4 de5 ren4 ke3 sil|sil 不 过 sp1 谢 亚 龙 对 杜 伊 科 维 奇 两 年 以 来 的 执 教 sp1 还 是 给 予 了 一 定 的 认 可 sil|23 15 26 13 23 13 30 26 14 12 16 17 24 22 18 8 16 11 18 25 18 14 14 13 12 13 13 15 6 21 31 30|0.0|6.615 +005996|sil you3 bu4 man3 sp1 ke2 yi3 he2 fa3 fa1 xie4 sil|sil 有 不 满 sp1 可 以 合 法 发 泄 sil|28 17 14 26 5 15 12 19 17 18 21 29|0.0|2.565 +005997|sil wang2 jing3 guan1 yi2 leng4 sp1 xia4 yi4 shi5 kan4 le5 yan3 na4 xiao3 nan2 hai2 sil|sil 王 警 官 一 愣 sp1 下 意 识 看 了 眼 那 小 男 孩 sil|31 18 15 16 12 26 19 25 15 19 16 11 16 16 17 16 28 28|0.0|3.99 +005998|sil mang2 mang2 de5 ye4 sp1 zhi2 you3 ye2 bai3 he2 zai4 tu3 lu4 zhe5 fen1 fang1 sil|sil 茫 茫 的 夜 sp1 只 有 野 百 合 在 吐 露 着 芬 芳 sil|29 17 18 7 25 5 17 12 19 20 21 17 15 15 10 20 24 29|0.0|3.71 +005999|sil cong2 wei2 qiang2 huo4 zhe3 zha4 lan5 de5 zhou1 bian1 kai1 shi3 ji4 suan4 sil|sil 从 围 墙 或 者 栅 栏 的 周 边 开 始 计 算 sil|28 26 21 27 16 13 17 15 9 18 19 19 13 16 23 31|0.0|3.615 +006000|sil li2 yu3 chun1 tou4 lu4 sp1 ta1 de5 ge1 fu4 qin5 dou1 hui4 heng1 heng5 sil|sil 李 宇 春 透 露 sp1 她 的 歌 父 亲 都 会 哼 哼 sil|30 11 15 20 20 19 10 18 10 21 24 20 12 13 23 24 28|0.0|3.695 +006001|sil zai4 lian2 xu4 zhuang4 ji1 zhong1 sp1 jin1 bei1 che1 nei4 de5 nan2 hai2 he2 ye2 ye5 sp1 ye3 yin1 dian1 bo3 shou4 le5 dian3 cuo4 shang1 sil|sil 在 连 续 撞 击 中 sp1 金 杯 车 内 的 男 孩 和 爷 爷 sp1 也 因 颠 簸 受 了 点 挫 伤 sil|30 22 16 13 19 14 24 21 20 12 19 19 13 23 21 16 17 23 18 11 21 20 18 16 11 16 20 33 30|0.0|6.455 +006002|sil ke3 shi4 xiang1 gang3 de5 nv3 hai2 zi5 hen2 niu3 nie1 sil|sil 可 是 香 港 的 女 孩 子 很 扭 捏 sil|24 16 20 23 13 7 16 21 13 16 19 31 26|0.0|2.85 +006003|sil quan2 heng2 yi3 hou4 sp1 ta1 jue2 ding4 zai4 chuang2 shang4 xie3 sil|sil 权 衡 以 后 sp1 他 决 定 在 床 上 写 sil|26 20 16 15 24 5 18 15 15 12 22 19 28 26|0.0|3.035 +006004|sil mao2 wei3 yuan2 de5 xin1 qing2 shi4 duo1 me5 shuang2 lang3 ya5 sil|sil 毛 委 员 的 心 情 是 多 么 爽 朗 呀 sil|28 19 11 16 8 19 25 17 11 13 20 15 33 29|0.0|3.06 +006005|sil ge1 mai4 kun3 mai4 sp1 bi4 xu1 qu4 shu2 xi5 he2 zhang3 wo4 nong2 min2 de5 sheng1 huo2 fang1 shi4 sil|sil 割 麦 捆 麦 sp1 必 须 去 熟 悉 和 掌 握 农 民 的 生 活 方 式 sil|26 24 32 27 26 18 10 15 20 21 21 17 24 21 18 16 10 17 12 19 23 31|0.0|5.2 +006006|sil yi3 qian2 zai4 chong2 qing4 mei2 you3 zhe4 zhong3 la4 zi5 chao3 tian2 luo2 de5 zuo4 fa3 ma5 sil|sil 以 前 在 重 庆 没 有 这 种 辣 子 炒 田 螺 的 做 法 吗 sil|30 11 24 14 24 28 15 14 13 18 19 10 19 16 13 9 17 15 27 28|0.0|4.23 +006007|sil wo3 xian4 zai4 tou2 yi4 zhi2 teng2 sp1 wo3 yao4 shi4 you3 sha2 hou4 yi2 zheng4 sp1 ying2 xiang3 ta1 men5 za3 ban4 sil|sil 我 现 在 头 一 直 疼 sp1 我 要 是 有 啥 后 遗 症 sp1 影 响 他 们 咋 办 sil|30 9 20 16 21 17 12 31 26 6 14 12 12 16 18 13 21 16 17 18 14 10 18 27 29|0.0|5.14 +006008|sil ru2 guo2 liang3 ren2 yi4 qi3 hui2 jia1 sp1 jiu4 hui4 shou2 wan2 shou3 qu4 guang4 chao1 shi4 sil|sil 如 果 两 人 一 起 回 家 sp1 就 会 手 挽 手 去 逛 超 市 sil|26 17 22 18 16 14 15 16 25 15 16 17 16 14 20 15 17 18 25 30|0.0|4.315 +006009|sil fan2 hong2 niu4 bu2 guo4 sp1 dai4 ta1 bao4 le5 ming2 sil|sil 樊 红 拗 不 过 sp1 带 他 报 了 名 sil|27 23 23 19 11 23 9 15 21 14 11 33 27|0.0|2.97 +006010|sil chen2 xing1 luan2 fan4 shou4 hui4 zui4 shu4 e2 te4 bie2 ju4 da4 qing2 jie2 te4 bie2 yan2 zhong4 sp1 ying1 yi1 fa3 yan2 cheng2 sil|sil 陈 兴 銮 犯 受 贿 罪 数 额 特 别 巨 大 情 节 特 别 严 重 sp1 应 依 法 严 惩 sil|27 22 15 25 21 16 17 23 26 17 17 14 16 26 24 16 15 10 20 21 19 17 16 18 19 33 30|0.0|6.27 +006011|sil wei4 bao4 ping2 lun4 cheng1 sp1 xian4 zai4 quan2 ying1 guo2 ren2 dou1 gan3 dao4 ang1 zang1 yu2 chun3 nei4 jiu4 he2 fen4 nu4 sil|sil 卫 报 评 论 称 sp1 现 在 全 英 国 人 都 感 到 肮 脏 愚 蠢 内 疚 和 愤 怒 sil|31 16 15 16 14 26 26 21 17 18 17 14 20 16 19 22 24 30 20 32 26 20 14 19 29 31|0.0|6.425 +006012|sil na4 zhong2 leng3 sp1 shi4 wo3 yi2 bei4 zi5 dou1 mei2 shou4 guo4 de5 leng3 sp1 xian4 zai4 xiang2 xiang3 na4 zhong2 leng3 sp1 hai2 xiang3 duo1 suo5 sil|sil 那 种 冷 sp1 是 我 一 辈 子 都 没 受 过 的 冷 sp1 现 在 想 想 那 种 冷 sp1 还 想 哆 嗦 sil|29 19 17 26 8 17 11 14 17 12 10 13 19 14 8 24 23 18 12 23 20 13 15 22 8 15 20 19 26 30|0.0|6.055 +006013|sil zhe4 shuo1 ming2 sp1 ni3 jiu4 shi4 pao3 dao4 tai4 kong1 sp1 ye2 dei2 ba3 zuo4 ye4 zuo4 wan2 sil|sil 这 说 明 sp1 你 就 是 跑 到 太 空 sp1 也 得 把 作 业 做 完 sil|27 14 16 28 9 12 13 14 18 10 21 27 7 10 10 15 12 14 16 29 29|0.0|4.075 +006014|sil she1 hua2 ye2 hao3 di1 diao4 ye3 ba4 sp1 xing4 fu2 cai2 shi4 zui4 zhong4 yao4 de5 sil|sil 奢 华 也 好 低 调 也 罢 sp1 幸 福 才 是 最 重 要 的 sil|24 25 20 15 33 16 19 16 26 14 28 19 16 13 16 16 22 23 24|0.0|4.47 +006015|sil zhong1 guo2 de5 guang1 fu2 chan3 ye4 yao4 fan3 si1 sp1 yi1 lai4 de5 qing3 du2 li4 sp1 du2 li4 de5 qing2 sa3 tuo1 sil|sil 中 国 的 光 伏 产 业 要 反 思 sp1 依 赖 的 请 独 立 sp1 独 立 的 请 洒 脱 sil|29 22 15 16 17 12 20 20 13 19 28 21 10 18 15 20 17 17 12 17 18 15 23 20 25 33|0.0|5.715 +006016|sil feng4 huang2 gu3 cheng2 ji1 hu1 yi2 ye4 cheng2 wei2 le5 jiao1 dian3 sil|sil 凤 凰 古 城 几 乎 一 夜 成 为 了 焦 点 sil|26 25 18 13 27 20 14 20 18 16 12 11 20 24 27|0.0|3.375 +006017|sil ci3 shi2 sp1 na4 na5 yi3 xiao1 sheng1 ni4 ji4 sil|sil 此 时 sp1 娜 娜 已 销 声 匿 迹 sil|25 20 32 5 20 21 15 18 16 17 23 29|0.0|2.8 +006018|sil ren2 jia5 dou1 mei2 zheng4 shi4 yao1 qing3 sp1 wo3 sao1 mei2 da1 yan3 de5 qu4 le5 sp1 jie2 guo3 zao4 cheng2 xian4 chang3 hun4 luan4 sil|sil 人 家 都 没 正 式 邀 请 sp1 我 臊 眉 耷 眼 的 去 了 sp1 结 果 造 成 现 场 混 乱 sil|30 19 14 13 20 16 15 16 32 15 13 18 16 19 13 7 24 18 16 19 11 16 19 19 17 21 22 31|0.0|5.91 +006019|sil wo3 gang1 cai2 fa1 bu4 de5 xiao1 xi5 yi3 ti2 dao4 sp1 wai4 zhang3 jiang1 chu1 xi2 dong1 meng2 di4 qu1 lun4 tan2 wai4 zhang3 hui4 sil|sil 我 刚 才 发 布 的 消 息 已 提 到 sp1 外 长 将 出 席 东 盟 地 区 论 坛 外 长 会 sil|29 15 15 16 18 11 10 19 18 12 19 23 33 19 26 18 18 22 14 17 14 19 17 18 13 17 28 30|0.0|6.125 +006020|sil sui1 qi2 zhong1 bu4 fa2 zu3 zong1 you3 ling2 zhe3 sp1 dan4 bai2 shou2 qi3 jia1 de5 chuang4 ye4 zhe3 sp1 ye3 bu2 zai4 shao3 shu4 sil|sil 虽 其 中 不 乏 祖 宗 有 灵 者 sp1 但 白 手 起 家 的 创 业 者 sp1 也 不 在 少 数 sil|30 28 17 17 14 25 19 19 14 22 25 24 22 15 17 18 15 8 22 16 22 10 12 12 18 19 24 30|0.0|6.195 +006021|sil yi4 ming2 jiao1 jing3 ji4 xia4 yang2 hua2 de5 che1 pai2 he2 pen1 biao1 hao4 sil|sil 一 名 交 警 记 下 杨 华 的 车 牌 和 喷 标 号 sil|29 8 16 20 25 16 19 21 23 14 20 22 15 19 17 25 30|0.0|3.93 +006022|sil zhi2 dao4 jin1 tian1 sp1 hei1 se4 de5 gu3 li4 gair4 r yi1 ran2 zheng4 liang4 mei2 yi4 dian3 xiu4 ji4 sil|sil 直 到 今 天 sp1 黑 色 的 古 力 盖 儿 依 然 铮 亮 没 一 点 锈 迹 sil|27 18 16 19 30 9 20 16 12 14 12 30 0 13 17 17 25 17 11 15 19 22 30|0.0|4.75 +006023|sil huan4 er2 ji2 jia1 shu2 deng3 hou4 de5 qu1 yu4 geng4 jia1 kuan1 chang3 shu1 shi4 sp1 zuo4 wei4 geng4 duo1 sil|sil 患 儿 及 家 属 等 候 的 区 域 更 加 宽 敞 舒 适 sp1 座 位 更 多 sil|27 31 21 19 18 16 15 15 7 23 20 18 19 22 18 20 20 6 14 13 19 26 28|0.0|5.055 +006024|sil feng2 wan4 he2 dui4 you3 jue2 ding4 sp1 ji4 xu4 jiang1 dong4 kuo4 da4 sil|sil 冯 万 和 队 友 决 定 sp1 继 续 将 洞 扩 大 sil|26 25 18 18 13 13 17 19 10 19 15 18 13 21 25 27|0.0|3.45 +006025|sil dan4 hai2 shi4 yao4 gen1 ni3 shuo1 sheng1 sp1 ni3 jia1 you2 o1 sp1 you3 meng4 xiang3 shui2 dou1 liao3 bu4 qi3 sil|sil 但 还 是 要 跟 你 说 声 sp1 你 加 油 噢 sp1 有 梦 想 谁 都 了 不 起 sil|30 23 16 13 14 13 13 16 27 6 13 16 16 26 25 12 19 24 21 13 17 13 30 30|0.0|5.175 +006026|sil tu3 di4 chu1 rang4 ying1 gai1 gen1 ju4 kai1 fa1 shang1 de5 ji4 shu4 he2 zi1 jin1 tiao2 jian4 sp1 shai1 xuan3 kai1 fa1 shang1 sil|sil 土 地 出 让 应 该 根 据 开 发 商 的 技 术 和 资 金 条 件 sp1 筛 选 开 发 商 sil|26 22 14 19 27 15 13 17 16 19 13 15 8 21 17 16 14 15 21 19 4 21 16 17 14 30 29|0.0|5.545 +006027|sil er2 qie3 zhe4 ci4 tian1 wen2 da4 chao2 shui3 wei4 te4 bie2 gao1 sp1 di1 ba4 hen3 wei1 xian3 sil|sil 而 且 这 次 天 文 大 潮 水 位 特 别 高 sp1 堤 坝 很 危 险 sil|29 14 18 15 18 18 18 17 27 24 15 21 11 23 9 17 21 18 20 34 29|0.0|4.835 +006028|sil yu2 shi4 shan1 cun1 li2 you3 le5 sp1 di4 biao2 shui3 gui4 ru2 you2 sp1 di4 xia4 shui3 gun2 gun3 liu2 de5 shuo1 fa3 sil|sil 于 是 山 村 里 有 了 sp1 地 表 水 贵 如 油 sp1 地 下 水 滚 滚 流 的 说 法 sil|33 11 28 25 16 17 14 21 9 17 21 24 19 14 29 9 16 21 21 20 15 19 10 18 29 32|0.0|5.9 +006029|sil zhi3 yao4 bu4 yin2 qi3 xiao4 chang3 sp1 kuai4 nan2 chao1 nv3 shi4 de5 zao4 xing2 chang4 jing1 ju4 ye3 wu2 fang2 sp1 guan1 zhong4 cai2 shi4 shang4 di4 sil|sil 只 要 不 引 起 笑 场 sp1 快 男 超 女 式 的 造 型 唱 京 剧 也 无 妨 sp1 观 众 才 是 上 帝 sil|28 14 15 10 18 13 21 30 14 26 22 19 15 16 8 15 20 18 16 15 15 15 29 22 22 17 15 10 21 19 31|0.0|6.61 +006030|sil da4 jia1 dou1 jue2 de5 wo2 ting3 piao4 liang5 de5 sp1 qi2 shi2 sp1 wo3 shi4 na4 zhong3 an1 jing4 you4 wen1 rou2 de5 qi4 zhi4 xing2 nv3 hai2 sil|sil 大 家 都 觉 得 我 挺 漂 亮 的 sp1 其 实 sp1 我 是 那 种 安 静 又 温 柔 的 气 质 型 女 孩 sil|30 15 19 15 13 9 13 20 23 20 17 26 18 27 11 10 11 19 19 24 18 15 18 16 11 22 11 17 16 33 29|0.0|6.555 +006031|sil qiang2 diao4 kong1 tan2 wu4 guo2 shi2 gan4 xing1 bang1 sp1 shi2 gan4 shi2 gan4 zai4 shi2 gan4 sp1 hen3 shi2 zai4 sil|sil 强 调 空 谈 误 国 实 干 兴 邦 sp1 实 干 实 干 再 实 干 sp1 很 实 在 sil|26 28 24 25 18 19 23 21 18 21 24 24 23 23 24 24 21 18 22 9 16 21 24 29|0.0|6.1 +006032|sil zhan4 hou4 di4 wu3 ci4 hui2 dao4 zhong1 guo2 de5 hai3 wo4 de2 shen1 ti3 yi1 ran2 ying4 lang3 sil|sil 战 后 第 五 次 回 到 中 国 的 海 沃 德 身 体 依 然 硬 朗 sil|27 23 22 14 15 19 14 12 18 13 10 16 17 25 24 20 14 15 21 27 30|0.0|4.6 +006033|sil bai2 gong1 zi4 niang4 pi2 jiu3 de5 wai4 bao1 zhuang1 sil|sil 白 宫 自 酿 啤 酒 的 外 包 装 sil|26 20 21 14 21 18 14 8 18 17 31 27|0.0|2.725 +006034|sil shi2 ren4 zong2 li3 pei4 lei2 si1 da4 nu4 sp1 xia4 ling4 sp1 bu4 xi1 dai4 jia4 jiang1 wa2 nu2 nu3 zhua1 hui2 sil|sil 时 任 总 理 佩 雷 斯 大 怒 sp1 下 令 sp1 不 惜 代 价 将 瓦 努 努 抓 回 sil|29 21 15 16 20 16 13 16 17 22 24 20 22 5 15 15 18 21 21 17 13 16 21 31 30|0.0|5.5 +006035|sil jin3 ji2 qing2 kuang4 sp1 qing3 bo1 yao1 er4 er4 sil|sil 紧 急 情 况 sp1 请 拨 幺 二 二 sil|26 20 12 22 27 5 23 18 17 15 25 29|0.0|2.77 +006036|sil qian2 ye4 sp1 dao4 chu4 ke3 jian4 kang2 zhe5 tie3 qiao1 he2 sao4 zhou3 de5 ju1 min2 sil|sil 前 夜 sp1 到 处 可 见 扛 着 铁 锹 和 扫 帚 的 居 民 sil|28 25 26 11 18 14 20 19 20 10 20 24 16 20 12 8 16 30 30|0.0|4.265 +006037|sil zheng4 zai4 jin4 xing2 ye4 jing3 deng1 guang1 tiao2 shi4 de5 shi4 bo2 zhou2 yang2 guang1 gu3 sil|sil 正 在 进 行 夜 景 灯 光 调 试 的 世 博 轴 阳 光 谷 sil|28 19 13 17 22 18 17 15 15 19 16 14 16 14 17 20 20 30 29|0.0|4.165 +006038|sil he2 bu4 ba2 yang3 lang2 de5 shi2 jian1 sp1 duo1 hua1 zai4 yang2 ji3 zhi1 yang2 shen1 shang4 sil|sil 何 不 把 养 狼 的 时 间 sp1 多 花 在 养 几 只 羊 身 上 sil|26 20 13 17 20 16 8 18 22 6 15 18 19 18 13 12 21 20 26 30|0.0|4.16 +006039|sil dang1 ran2 ya5 sp1 ni3 shi4 wo3 de5 zhu3 ren2 ya5 sil|sil 当 然 呀 sp1 你 是 我 的 主 人 呀 sil|25 15 18 26 9 12 12 10 11 15 17 22 28|0.0|2.555 +006040|sil du4 mi4 mei2 you3 nan2 peng2 you5 o5 sil|sil 度 秘 没 有 男 朋 友 哦 sil|23 20 21 17 13 20 15 13 32 26|0.0|2.32 +006041|sil nu2 jia1 zhe4 xiang1 you2 li3 la5 sil|sil 奴 家 这 厢 有 礼 啦 sil|27 18 22 15 27 18 21 30 27|0.0|2.375 +006042|sil qing1 miao2 bu3 chang2 zheng1 di4 bu3 chang2 deng3 fei4 yong4 sp1 yi3 fa1 fang4 dao4 wei4 sil|sil 清 苗 补 偿 征 地 补 偿 等 费 用 sp1 已 发 放 到 位 sil|24 24 21 16 36 21 14 13 24 15 19 22 6 13 18 17 18 23 29|0.0|4.325 +006043|sil bo1 he4 she4 er3 jin4 yi2 bu4 jie4 shao4 shuo1 sp1 qiao4 pai2 yu3 zhong1 guo2 de5 he2 zuo4 sp1 yi3 jing5 fei1 chang2 guang3 fan4 sil|sil 波 赫 舍 尔 进 一 步 介 绍 说 sp1 壳 牌 与 中 国 的 合 作 sp1 已 经 非 常 广 泛 sil|29 14 13 18 17 15 11 11 13 18 29 29 27 23 20 19 12 8 19 20 5 13 18 15 19 18 25 28|0.0|5.875 +006044|sil ji3 ge5 yue4 hou4 sp1 zhe4 wei4 you2 wu3 shi5 ba1 nian2 dang3 ling2 de5 gong4 chan2 dang3 yuan2 qu4 shi4 le5 sil|sil 几 个 月 后 sp1 这 位 有 五 十 八 年 党 龄 的 共 产 党 员 去 世 了 sil|29 16 10 17 27 18 14 15 15 17 14 13 20 17 15 15 15 20 14 19 18 19 22 30|0.0|4.985 +006045|sil zai4 mei3 guo2 sp1 zhi3 yao4 gong1 min2 zi4 ji2 you3 yi4 yuan4 sp1 ren4 he2 zu3 nao2 jun1 shi4 wei2 wei2 fa3 sil|sil 在 美 国 sp1 只 要 公 民 自 己 有 意 愿 sp1 任 何 阻 挠 均 视 为 违 法 sil|29 15 19 26 4 14 14 18 19 14 12 12 16 26 23 17 14 15 22 16 14 14 16 30 28|0.0|5.19 +006046|sil man4 you1 you1 de5 yi2 ju4 hua4 sp1 shi1 ren2 de5 rui4 qi4 sp1 bei4 mo2 diao4 da4 ban4 sil|sil 慢 悠 悠 的 一 句 话 sp1 诗 人 的 锐 气 sp1 被 磨 掉 大 半 sil|30 18 12 14 8 16 16 28 12 20 11 7 18 22 5 12 20 14 18 23 32|0.0|4.135 +006047|sil xi3 wan2 lian3 hou4 sp1 ta1 zai4 bang1 po2 po5 shu1 zhuang1 yi2 xia4 sp1 lao3 tai4 tai5 xiao4 de5 he2 bu4 long2 zui3 sil|sil 洗 完 脸 后 sp1 她 再 帮 婆 婆 梳 妆 一 下 sp1 老 太 太 笑 得 合 不 拢 嘴 sil|29 17 12 20 24 10 18 15 13 21 19 17 20 13 23 24 15 17 18 19 8 20 9 19 33 29|0.0|5.6 +006048|sil mian4 dui4 ren2 sheng1 di1 gu3 sp1 xiao3 lia2 kou3 que4 you3 zhe5 bi2 pu3 tong1 ren2 shao2 you3 de5 le4 guan1 yu3 jian1 qiang2 sil|sil 面 对 人 生 低 谷 sp1 小 俩 口 却 有 着 比 普 通 人 少 有 的 乐 观 与 坚 强 sil|32 18 17 14 18 16 25 17 16 17 26 15 14 20 15 16 15 18 24 15 7 20 20 13 22 33 29|0.0|5.95 +006049|sil dong1 xi5 na2 zou3 le5 sp1 jiu4 ba3 kuang4 quan2 shui3 ping2 sai1 jin4 qu4 sil|sil 东 西 拿 走 了 sp1 就 把 矿 泉 水 瓶 塞 进 去 sil|27 20 12 21 17 20 6 19 17 20 13 17 19 20 14 23 31|0.0|3.665 +006050|sil yu2 shi4 sp1 yu2 jia1 xiong1 di4 huai2 chuai1 fu3 tou5 sp1 kai1 che1 yi2 lu4 zhui1 gan3 dao4 qing1 nian2 si1 ji1 wang2 mou3 jia1 zhong1 sil|sil 于 是 sp1 俞 家 兄 弟 怀 揣 斧 头 sp1 开 车 一 路 追 赶 到 青 年 司 机 王 某 家 中 sil|30 11 29 16 12 18 18 18 19 17 19 26 14 19 26 14 14 14 16 15 15 15 15 21 18 17 20 24 31|0.0|6.285 +006051|sil dan4 quan2 min2 yu2 le4 quan2 xian4 yu2 le4 hua4 shi4 yi4 zhong2 jia3 hai1 sil|sil 但 全 民 娱 乐 全 线 娱 乐 化 是 一 种 假 嗨 sil|27 22 20 14 16 21 24 17 11 17 24 14 14 18 21 33 29|0.0|3.97 +006052|sil bu4 feng3 ci4 wa1 ku3 qi2 shi4 you4 er2 sp1 bu4 ti3 fa2 huo4 bian4 xiang4 ti3 fa2 you4 er2 sil|sil 不 讽 刺 挖 苦 歧 视 幼 儿 sp1 不 体 罚 或 变 相 体 罚 幼 儿 sil|27 18 28 25 32 26 22 17 15 25 11 14 21 24 18 18 18 16 15 13 29 30|0.0|5.365 +006053|sil huai2 rou2 fa3 yuan4 jin4 ri4 kai1 ting2 shen2 li2 ci3 an4 sil|sil 怀 柔 法 院 近 日 开 庭 审 理 此 案 sil|27 20 17 16 25 19 16 20 16 15 14 17 29 29|0.0|3.25 +006054|sil you3 de5 di4 qu1 jiao4 wei2 qiang2 shou3 sp1 you3 de5 di4 qu1 he2 wei4 zhi4 jiu4 bi3 jiao4 rong3 yu2 sil|sil 有 的 地 区 较 为 抢 手 sp1 有 的 地 区 和 位 置 就 比 较 冗 余 sil|30 14 9 14 21 15 12 21 28 17 14 7 15 15 13 18 19 16 11 15 16 27 29|0.0|4.595 +006055|sil jia2 mou2 hen3 nao2 huo3 sp1 meng3 an4 la3 ba1 jing3 shi4 sp1 bing4 jiang1 che1 zi5 la1 hui2 yuan2 lai2 de5 che1 dao4 sil|sil 贾 某 很 恼 火 sp1 猛 按 喇 叭 警 示 sp1 并 将 车 子 拉 回 原 来 的 车 道 sil|24 22 23 20 20 31 18 16 14 17 13 19 23 23 14 17 22 20 18 18 13 16 8 22 24 26|0.0|5.815 +006056|sil zhe4 shi4 jiu3 ba1 wu3 gong1 cheng2 de5 ming2 cheng1 you2 lai2 sil|sil 这 是 九 八 五 工 程 的 名 称 由 来 sil|24 17 22 20 16 18 18 21 13 19 19 14 32 27|0.0|3.25 +006057|sil qiu1 mou3 yi4 jia1 lu4 jian4 bu4 ping2 shuo1 le5 ji3 ju4 gong1 dao4 hua4 sp1 hou4 yu3 tou1 gou3 nan2 zi3 fa1 sheng1 la1 che3 sil|sil 邱 某 一 家 路 见 不 平 说 了 几 句 公 道 话 sp1 后 与 偷 狗 男 子 发 生 拉 扯 sil|24 23 16 14 28 15 19 12 24 15 10 11 14 18 17 26 28 20 13 20 11 24 18 18 14 17 29 30|0.0|6.125 +006058|sil lei2 xiao2 jie3 yi2 kan4 huang2 da4 ye5 qi4 chuan3 xu1 xu1 de5 sp1 jiu4 xiang3 rang4 ta1 xian1 xiu1 xi5 yi2 xia4 sil|sil 雷 小 姐 一 看 黄 大 爷 气 喘 吁 吁 的 sp1 就 想 让 他 先 休 息 一 下 sil|28 17 17 20 14 24 21 14 21 15 18 13 19 16 19 12 12 16 19 18 19 17 10 27 31|0.0|5.3 +006059|sil sheng1 wu4 chai2 you2 gong1 si1 sp1 shou1 gou4 de5 jiu4 shi4 zhe4 zhong3 you2 sil|sil 生 物 柴 油 公 司 sp1 收 购 的 就 是 这 种 油 sil|28 22 19 18 15 17 20 6 24 17 15 13 12 10 16 30 28|0.0|3.595 +006060|sil jing1 guo4 xun4 lian4 de5 lao2 hu3 ke2 yi3 guai1 guai1 chou1 xie3 sil|sil 经 过 训 练 的 老 虎 可 以 乖 乖 抽 血 sil|26 20 13 17 16 5 22 26 13 14 16 13 21 32 29|0.0|3.28 +006061|sil jin1 tian1 lao3 ma1 wen4 wo3 sp1 gong1 zuo4 ji3 nian2 le5 sp1 you3 duo1 shao3 cun2 kuan3 sp1 wo3 shuo1 sp1 cha4 bu5 duo1 kuai4 cun2 yi2 wan4 le5 sil|sil 今 天 老 妈 问 我 sp1 工 作 几 年 了 sp1 有 多 少 存 款 sp1 我 说 sp1 差 不 多 快 存 一 万 了 sil|30 19 24 16 17 15 24 23 16 14 11 19 13 9 13 13 16 18 24 25 9 20 6 22 7 17 19 12 18 17 17 31|0.0|6.435 +006062|sil zhong1 wen2 xi4 zai4 da4 xue2 li3 shi4 po1 bei4 kan4 bu5 qi3 de5 sp1 tong2 shi4 yu3 yan2 lei4 sp1 wai4 wen2 xi4 de5 jiu4 chi1 xiang1 duo1 le5 sil|sil 中 文 系 在 大 学 里 是 颇 被 看 不 起 的 sp1 同 是 语 言 类 sp1 外 文 系 的 就 吃 香 多 了 sil|27 21 14 22 18 16 12 21 20 21 14 20 8 23 19 33 23 16 14 17 21 25 16 16 21 12 17 17 21 16 20 30|0.0|7.09 +006063|sil xian4 zai4 kai1 shi2 wan3 bu5 sil|sil 现 在 开 始 晚 不 sil|28 24 11 19 16 24 21 28|0.0|1.99 +006064|sil gao1 yuan2 que1 yang3 han2 feng1 lin3 lie4 sp1 ta1 men5 reng2 ran2 yong4 jin4 ke3 neng2 kuai4 de5 su4 du4 mang2 lu4 zhe5 sil|sil 高 原 缺 氧 寒 风 凛 冽 sp1 他 们 仍 然 用 尽 可 能 快 的 速 度 忙 碌 着 sil|28 19 15 19 24 18 16 20 19 29 12 11 18 22 19 19 15 16 19 8 18 13 22 19 19 32|0.0|5.675 +006065|sil zhe4 yang4 shen2 me5 shi2 hou4 cai2 shi4 ge5 tou2 a5 sil|sil 这 样 什 么 时 候 才 是 个 头 啊 sil|26 19 20 16 11 16 16 16 13 10 27 21 27|0.0|2.765 +006066|sil qi2 zhong1 sp1 hei1 se4 jin1 shu3 kuang4 cai2 xuan3 ye4 sp1 zeng1 zhang2 bai3 fen1 zhi1 liu4 shi5 yi1 dian3 qi1 sp1 zeng1 su4 zui4 gao1 sil|sil 其 中 sp1 黑 色 金 属 矿 采 选 业 sp1 增 长 百 分 之 六 十 一 点 七 sp1 增 速 最 高 sil|28 19 25 16 22 14 19 20 18 15 17 23 5 20 22 15 15 13 24 12 14 16 26 20 19 14 14 27 29|0.0|6.28 +006067|sil ta1 jing1 chang2 hen2 ti3 tie1 de5 wen4 da4 jia1 yao4 bu2 yao4 chi1 zhe4 ge5 chang2 chang5 na4 ge5 sp1 te4 bie2 xi4 xin1 sil|sil 他 经 常 很 体 贴 地 问 大 家 要 不 要 吃 这 个 尝 尝 那 个 sp1 特 别 细 心 sil|29 19 16 20 16 14 13 8 15 14 28 19 7 14 15 21 19 21 13 22 15 9 18 12 16 29 29|0.0|5.47 +006068|sil wei4 zhuang1 bing4 sp1 liu2 hong2 yao2 jin3 ya2 guan1 jie2 shi2 ban4 nian2 sp1 shou4 de5 zhi3 sheng4 pi2 bao1 gu3 tou5 sil|sil 为 装 病 sp1 刘 宏 咬 紧 牙 关 节 食 半 年 sp1 瘦 得 只 剩 皮 包 骨 头 sil|31 14 22 27 14 18 26 16 15 17 23 18 16 17 25 15 26 11 12 17 17 18 19 27 30|0.0|5.705 +006069|sil ti2 an4 jiao1 wan2 yi3 hou4 sp1 ban4 de5 dao4 di2 zen3 me5 yang4 sp1 you3 mei2 you3 diao4 cha2 ya5 sil|sil 提 案 交 完 以 后 sp1 办 得 到 底 怎 么 样 sp1 有 没 有 调 查 呀 sil|24 23 19 17 13 15 26 26 20 11 15 12 15 11 22 14 14 12 13 18 23 22 25|0.0|4.76 +006070|sil mu4 qian2 gong1 si1 ren2 gong1 cheng2 ben3 gong4 ji4 yue1 yi4 bai3 yi1 shi2 wan4 sil|sil 目 前 公 司 人 工 成 本 共 计 约 一 百 一 十 万 sil|29 13 30 19 20 16 14 21 22 18 14 24 17 15 15 13 27 32|0.0|4.165 +006071|sil shuo1 ming2 guan2 li3 bu4 men2 pa4 de2 zui4 ren2 sp1 bu4 gan3 peng4 ying4 sil|sil 说 明 管 理 部 门 怕 得 罪 人 sp1 不 敢 碰 硬 sil|28 19 22 15 14 11 23 19 12 13 21 7 9 17 17 25 29|0.0|3.49 +006072|sil duo1 nian2 lai2 sp1 da3 ji1 qin1 quan2 dao4 ban3 yi4 zhi2 shi4 sao3 huang2 da3 fei1 de5 yi2 xiang4 zhong4 yao4 ren4 wu4 sil|sil 多 年 来 sp1 打 击 侵 权 盗 版 一 直 是 扫 黄 打 非 的 一 项 重 要 任 务 sil|27 12 17 24 8 17 17 19 17 17 28 14 13 19 21 22 18 22 13 14 18 12 15 18 22 30|0.0|5.505 +006073|sil shu1 ge2 luo4 fu5 hua2 xue2 chang3 shi4 mian3 yin1 zhou1 zui4 da4 de5 hua2 xue2 chang3 sil|sil 舒 格 洛 夫 滑 雪 场 是 缅 因 州 最 大 的 滑 雪 场 sil|29 21 10 18 13 16 14 31 16 21 18 19 18 15 9 17 14 29 32|0.0|4.185 +006074|sil diu1 shi1 tou2 bu4 de5 wu3 jiang4 shi2 diao1 sil|sil 丢 失 头 部 的 武 将 石 雕 sil|27 18 18 24 15 10 18 20 19 27 28|0.0|2.605 +006075|sil zhong1 mei3 zai4 nan2 hai3 wen4 ti2 shang4 de5 jiao1 feng1 you3 yu4 yan3 yu4 lie4 zhi1 shi4 sil|sil 中 美 在 南 海 问 题 上 的 交 锋 有 愈 演 愈 烈 之 势 sil|27 20 24 14 16 17 14 12 13 8 19 25 19 15 20 14 17 16 22 33|0.0|4.24 +006076|sil liu2 xian1 sheng5 chou2 zhun3 yi2 ge5 ji1 hui4 sp1 dui4 zhe5 gai1 jie2 fei3 de5 jiao3 gen1 qian2 sp1 kai1 le5 yi4 qiang1 jing3 gao4 ta1 sil|sil 刘 先 生 瞅 准 一 个 机 会 sp1 对 着 该 劫 匪 的 脚 跟 前 sp1 开 了 一 枪 警 告 他 sil|29 18 19 22 19 12 12 12 18 18 12 14 9 18 16 13 9 21 17 24 4 19 9 14 22 18 19 27 30|0.0|5.74 +006077|sil yi2 ge5 ling2 dao2 zhe3 ying1 gai1 ba2 yan3 jing5 ding1 zhu4 qian2 fang1 sp1 ba3 wo4 xian4 zai4 si1 kao3 wei4 lai2 sil|sil 一 个 领 导 者 应 该 把 眼 睛 盯 住 前 方 sp1 把 握 现 在 思 考 未 来 sil|30 10 14 18 17 27 17 13 12 21 18 16 12 21 23 9 15 13 21 24 21 15 14 31 28|0.0|5.34 +006078|sil wo3 men5 yao4 shi3 ge4 zhong2 fu3 bai4 chou3 e4 de5 xian4 xiang4 sp1 bei4 guang3 da4 qun2 zhong4 suo3 tuo4 qi4 sil|sil 我 们 要 使 各 种 腐 败 丑 恶 的 现 象 sp1 被 广 大 群 众 所 唾 弃 sil|29 9 12 15 22 17 19 26 22 24 16 7 19 21 18 13 18 14 20 15 16 23 25 31|0.0|5.235 +006079|sil ge2 lin2 si1 bao3 de5 men2 nuo4 jiao4 jiao4 tang2 he2 mu4 shi1 zhu4 zhai2 yi3 jing5 dang4 ran2 wu2 cun2 sil|sil 格 林 斯 堡 的 门 诺 教 教 堂 和 牧 师 住 宅 已 经 荡 然 无 存 sil|28 15 13 17 18 13 20 16 15 18 31 17 18 15 15 25 18 18 18 15 13 32 27|0.0|5.045 +006080|sil wo3 men5 zhi3 neng2 deng3 sp1 peng2 hen3 beng1 kui4 sp1 zai4 wo3 fang2 jian1 ku1 sp1 wo3 an1 wei4 ta1 deng3 sil|sil 我 们 只 能 等 sp1 彭 很 崩 溃 sp1 在 我 房 间 哭 sp1 我 安 慰 他 等 sil|30 7 13 13 17 30 12 27 20 19 29 17 13 11 17 16 28 13 11 17 16 19 24 28|0.0|5.19 +006081|sil tu1 ran2 sp1 qi2 zhong1 yi4 zhi1 qian1 bi3 chuo1 jin4 le5 xiao3 hui1 de5 zuo2 yan3 sil|sil 突 然 sp1 其 中 一 支 铅 笔 戳 进 了 小 晖 的 左 眼 sil|25 20 26 4 18 13 13 11 27 18 21 13 9 20 16 10 18 30 29|0.0|3.96 +006082|sil fan4 dian4 li3 shang4 de5 shi4 da4 fen4 cai4 yao2 hai2 shi4 jing1 zhi4 xiao3 pan2 sil|sil 饭 店 里 上 的 是 大 份 菜 肴 还 是 精 致 小 盘 sil|25 26 16 16 25 15 15 16 17 17 23 17 12 17 13 19 31 29|0.0|4.05 +006083|sil ba1 bao3 shan1 ren2 min2 gong1 mu4 nei4 sp1 ji4 sao2 zhe3 jie1 zhong3 mo2 jian1 sil|sil 八 宝 山 人 民 公 墓 内 sp1 祭 扫 者 接 踵 摩 肩 sil|27 17 17 21 13 14 14 16 23 18 17 19 21 18 16 16 28 29|0.0|3.995 +006084|sil dan4 you3 yi4 xie1 ren2 hui4 jue2 de5 hen3 men1 sil|sil 但 有 一 些 人 会 觉 得 很 闷 sil|23 20 17 16 19 19 15 13 10 19 27 27|0.0|2.615 +006085|sil ru2 ci3 xin1 xiong2 shou3 zhuo1 sp1 wang2 wang2 shi3 ta1 men5 dui4 ju2 mian4 zuo4 chu1 wu4 pan4 sp1 bo1 cuo4 dui4 ce4 suan4 pan5 sil|sil 如 此 心 雄 手 拙 sp1 往 往 使 他 们 对 局 面 做 出 误 判 sp1 拨 错 对 策 算 盘 sil|26 20 21 19 17 18 25 16 11 13 15 13 17 12 15 24 14 18 13 27 9 14 18 12 12 24 25 31|0.0|5.79 +006086|sil si1 ji1 xu2 mou3 meng2 cai3 you2 men2 sp1 shuai3 kai1 fang1 mou3 sp1 dai4 zhe5 qian2 kai1 zou3 le5 sil|sil 司 机 许 某 猛 踩 油 门 sp1 甩 开 方 某 sp1 带 着 钱 开 走 了 sil|31 19 16 17 22 20 18 14 28 11 20 17 18 23 8 13 11 23 21 16 24 28|0.0|4.855 +006087|sil bie2 li2 kai1 wo3 sp1 wo3 hui4 nu3 li4 bian4 cong1 ming5 de5 sil|sil 别 离 开 我 sp1 我 会 努 力 变 聪 明 的 sil|25 18 17 21 25 16 11 11 14 15 15 21 16 20 31|0.0|3.2 +006088|sil sui2 hou4 sp1 yu2 xian1 sheng5 bo1 da3 le5 jiu2 wu2 wu3 ba1 ling2 ke4 hu4 fu2 wu4 re4 xian4 sil|sil 随 后 sp1 于 先 生 拨 打 了 九 五 五 八 零 客 户 服 务 热 线 sil|28 21 26 12 12 19 21 16 16 18 18 13 18 18 20 18 12 12 13 17 28 31|0.0|4.72 +006089|sil wo3 neng2 yu4 bao4 tian1 qi4 sp1 dan4 hai2 bu4 neng2 chai1 qian2 yu3 shen2 sil|sil 我 能 预 报 天 气 sp1 但 还 不 能 差 遣 雨 神 sil|30 11 17 16 14 23 22 22 19 17 10 19 18 14 19 32 28|0.0|3.84 +006090|sil shui2 zai4 gang1 cai2 yi4 bo1 sha1 die1 de5 guo4 cheng2 zhuan4 dao4 pian2 yi5 le5 sil|sil 谁 在 刚 才 一 波 杀 跌 的 过 程 赚 到 便 宜 了 sil|27 25 21 15 14 14 15 22 15 8 15 26 16 11 21 17 20 30|0.0|3.86 +006091|sil yu3 ju4 chang3 huan1 teng2 re4 nao5 de5 chang3 mian4 xiang1 fan3 sp1 ci3 ke4 sp1 hou4 tai2 li3 que4 yi2 pian4 su4 mu4 sil|sil 与 剧 场 欢 腾 热 闹 的 场 面 相 反 sp1 此 刻 sp1 后 台 里 却 一 片 肃 穆 sil|31 12 17 25 21 18 13 14 6 17 14 19 27 25 20 24 15 14 15 18 16 14 18 19 29 30|0.0|5.705 +006092|sil zhen1 zao1 gao1 sp1 wo3 de5 hu2 zi5 yu4 lai2 yu4 bai2 le5 sp1 tou2 fa4 hai2 shi4 hei1 de5 sp1 zhe4 you3 duo1 nan2 kan4 ya5 sil|sil 真 糟 糕 sp1 我 的 胡 子 愈 来 愈 白 了 sp1 头 发 还 是 黑 的 sp1 这 有 多 难 看 呀 sil|30 20 20 23 15 11 7 20 16 13 13 15 21 16 14 23 19 15 11 22 16 22 13 15 15 20 21 22 30|0.0|6.01 +006093|sil kai1 le5 yi2 duan4 hou4 sp1 you4 yao4 ting2 xia4 lai2 shou1 fei4 sp1 si1 ji1 kou3 dai4 li3 de5 qian2 ming4 zhong1 zhu4 ding4 piao1 bo2 wu2 jia1 sil|sil 开 了 一 段 后 sp1 又 要 停 下 来 收 费 sp1 司 机 口 袋 里 的 钱 命 中 注 定 飘 泊 无 家 sil|27 18 12 11 17 25 4 11 17 20 10 13 18 23 33 17 13 20 9 12 8 31 25 20 17 19 24 13 16 30 32|0.0|6.565 +006094|sil zhe4 bu5 sp1 jiu4 you3 ren2 yin1 ci3 gen1 quan2 wei1 ji1 gou4 da3 guan1 si5 gang4 shang4 le5 sil|sil 这 不 sp1 就 有 人 因 此 跟 权 威 机 构 打 官 司 杠 上 了 sil|26 20 22 6 16 15 19 21 21 19 14 13 15 15 15 17 10 23 20 17 31|0.0|4.35 +006095|sil ta1 ba4 xiang3 le5 hui4 shuo1 sp1 shi4 gao1 ai3 de5 yi4 si5 sil|sil 他 爸 想 了 会 说 sp1 是 高 矮 的 意 思 sil|30 21 20 20 9 18 25 39 23 18 18 9 17 21 27|0.0|3.66 +006096|sil xie4 tong2 xue2 na2 zhe5 da4 nian2 yu2 xiao4 bu5 long2 zui3 sil|sil 谢 同 学 拿 着 大 鲶 鱼 笑 不 拢 嘴 sil|27 22 17 17 20 10 13 19 21 25 8 19 32 33|0.0|3.285 +006097|sil ta1 de5 shuang1 jiao3 bei4 tu2 mo3 le5 da4 liang4 yao4 gao1 sil|sil 她 的 双 脚 被 涂 抹 了 大 量 药 膏 sil|26 18 9 22 25 13 16 16 15 13 16 18 26 28|0.0|3.025 +006098|sil qian2 xie1 shi2 hou4 na4 ge5 gu4 gong1 wen4 ti2 sp1 xiang1 dang1 zhen4 dong4 ya5 sp1 da4 jia1 dan1 xin1 de5 bu4 de2 liao3 sil|sil 前 些 时 候 那 个 雇 工 问 题 sp1 相 当 震 动 呀 sp1 大 家 担 心 得 不 得 了 sil|27 22 16 16 21 20 18 17 14 18 27 18 21 16 18 15 20 15 13 14 15 16 10 13 9 35 31|0.0|5.745 +006099|sil su1 zhou1 bo2 wu4 guan3 zhuo1 zheng4 yuan2 zhe4 xie1 di4 fang1 dou1 bu2 cuo4 sil|sil 苏 州 博 物 馆 拙 政 园 这 些 地 方 都 不 错 sil|30 22 18 12 13 33 17 15 29 14 12 14 20 14 11 23 29|0.0|3.785 +006100|sil lian2 ta1 zui4 teng2 ai4 de5 er2 zi5 sp1 ye3 chang2 nan2 jian4 ta1 yi2 mian4 sil|sil 连 他 最 疼 爱 的 儿 子 sp1 也 常 难 见 他 一 面 sil|28 18 18 14 17 15 11 18 16 9 14 24 19 16 17 11 27 29|0.0|3.73 +006101|sil ju4 chu1 bu4 diao4 cha2 sp1 xing2 xiong1 zhe3 ming2 jiao4 a1 li4 ye1 fu1 sil|sil 据 初 步 调 查 sp1 行 凶 者 名 叫 阿 利 耶 夫 sil|27 24 19 12 18 31 5 19 19 19 20 18 16 13 15 27 27|0.0|3.82 +006102|sil bao4 da2 shou4 zai1 qun2 zhong4 de5 wei2 yi1 fang1 fa3 jia1 kuai4 ben1 xi2 sil|sil 报 答 受 灾 群 众 的 唯 一 方 法 加 快 奔 袭 sil|28 20 18 17 12 21 16 13 14 13 21 28 21 20 17 33 29|0.0|3.96 +006103|sil lao2 ban3 yi4 tao2 zao4 cheng2 lian2 suo2 fan3 ying4 sp1 fa1 sheng1 da4 pi1 zhai4 quan2 ren2 ji3 dui4 sil|sil 老 板 一 逃 造 成 连 锁 反 应 sp1 发 生 大 批 债 权 人 挤 兑 sil|31 15 14 15 31 18 18 17 13 17 25 22 18 22 16 18 16 15 14 18 24 31|0.0|4.97 +006104|sil ju4 zhong1 sp1 piao2 xin4 hui4 sp1 jiang1 yi2 nv3 hai2 shen1 fen4 sp1 xiang4 hu2 yu2 wai3 tang2 tang2 zheng4 zheng4 de5 gao4 bai2 sil|sil 剧 中 sp1 朴 信 惠 sp1 将 以 女 孩 身 份 sp1 向 胡 宇 崴 堂 堂 正 正 的 告 白 sil|27 16 22 6 20 18 23 6 21 20 17 19 19 15 7 23 17 14 21 20 17 15 14 8 18 28 33|0.0|5.615 +006105|sil zhang1 xu4 jie3 shi4 bu4 qing1 sp1 zen3 me5 fan1 zi4 dian3 sp1 cou4 qiao3 rang4 san1 zi4 tuan2 ju4 le5 sil|sil 张 旭 解 释 不 清 sp1 怎 么 翻 字 典 sp1 凑 巧 让 三 字 团 聚 了 sil|24 24 24 14 14 14 27 5 16 10 18 14 22 5 19 20 16 17 12 19 18 18 30|0.0|4.645 +006106|sil jian1 nan2 de5 ken3 wan2 mian4 bao1 zhi1 hou4 sp1 ta1 bian4 pa1 zai4 ke4 zhuo1 shang4 da2 dun3 sil|sil 艰 难 地 啃 完 面 包 之 后 sp1 他 便 趴 在 课 桌 上 打 盹 sil|29 21 17 15 14 13 15 14 13 20 11 17 17 19 15 16 10 19 18 29 30|0.0|4.32 +006107|sil bu4 xing2 sp1 wo3 que4 xin4 gei2 ni3 de5 dou1 shi4 zui4 yong4 xin1 de5 sil|sil 不 行 sp1 我 确 信 给 你 的 都 是 最 用 心 的 sil|27 12 32 25 13 20 21 12 19 20 14 17 19 13 24 14 31|0.0|3.865 +006108|sil wen1 zong2 li3 yi4 tou4 guo4 xing2 zheng4 zhang3 guan1 sp1 xiang4 ao4 men2 ju1 min2 wen4 hao3 sil|sil 温 总 理 亦 透 过 行 政 长 官 sp1 向 澳 门 居 民 问 好 sil|28 16 19 24 16 20 15 16 13 17 22 6 26 16 15 11 15 17 27 28|0.0|4.265 +006109|sil mian4 dui4 zhi4 wen4 sp1 nuan2 nuan2 niu3 tou2 jiu4 yao4 zou3 sil|sil 面 对 质 问 sp1 暖 暖 扭 头 就 要 走 sil|28 16 11 18 21 8 18 19 16 18 11 17 25 27|0.0|2.94 +006110|sil ni3 jiu4 bu2 pa4 ta1 la1 xiang3 zha4 yao4 bao1 ma5 sil|sil 你 就 不 怕 他 拉 响 炸 药 包 吗 sil|31 9 16 13 20 19 21 18 15 13 17 24 30|0.0|2.855 +006111|sil gong1 you3 zai4 han2 wo3 sp1 wo2 lao3 po5 ye3 zai4 shang4 mian4 sil|sil 工 友 在 喊 我 sp1 我 老 婆 也 在 上 面 sil|25 20 18 15 25 27 8 8 20 17 17 15 19 25 29|0.0|3.34 +006112|sil nuan2 nuan3 de5 yang2 guang1 shai4 jiu3 le5 rang4 ren2 zhi2 fan4 kun4 sil|sil 暖 暖 的 阳 光 晒 久 了 让 人 直 犯 困 sil|27 17 13 5 21 18 22 17 20 17 15 14 18 22 30|0.0|3.2 +006113|sil dan4 bu4 guan2 zen3 me5 shuo1 sp1 hai2 shi4 xian1 zhu4 yi4 yi2 xia4 pin1 xie3 he2 yu2 fa3 ba5 sil|sil 但 不 管 怎 么 说 sp1 还 是 先 注 意 一 下 拼 写 和 语 法 吧 sil|26 20 11 15 12 9 23 11 15 12 19 12 11 12 21 21 20 11 18 23 23 30|0.0|4.35 +006114|sil zu3 yuan2 jiu4 zai4 wu3 long2 shan1 xia4 xiu1 ning2 xi1 kou3 yi2 ge5 ga1 la2 jiao3 luo4 de5 shan1 li3 sil|sil 祖 源 就 在 五 龙 山 下 休 宁 溪 口 一 个 旮 旯 角 落 的 山 里 sil|29 22 22 17 19 11 16 18 26 18 16 18 27 14 19 12 16 20 12 8 19 24 32|0.0|5.045 +006115|sil wo3 jue2 de5 hen2 hao3 wanr2 r sp1 wo2 ye2 ting3 gao1 xing4 de5 sp1 que4 shi2 you3 yi4 xie1 nan2 hair2 r de5 dong1 xi5 sil|sil 我 觉 得 很 好 玩 儿 sp1 我 也 挺 高 兴 的 sp1 确 实 有 一 些 男 孩 儿 的 东 西 sil|30 13 14 15 15 17 30 0 12 9 12 19 16 23 15 28 17 14 11 8 14 19 0 17 6 18 25 29|0.0|5.175 +006116|sil fang4 da4 tu2 pian4 sp1 huang2 zi3 hua2 he2 guo1 ai3 ming2 sp1 sui2 zhe5 liu2 qing1 yun2 zhi1 hou4 bu4 chu1 sil|sil 放 大 图 片 sp1 黄 子 华 和 郭 蔼 明 sp1 随 着 刘 青 云 之 后 步 出 sil|24 26 14 18 27 25 21 17 28 28 15 17 31 11 22 15 15 22 13 13 16 17 32 27|0.0|5.73 +006117|sil dao4 shu3 di4 san1 feng1 rang4 ren2 yan3 qian2 yi2 liang4 sp1 ta1 lai2 zi4 shou3 du1 de5 lu3 xun4 wen2 xue2 yuan4 sil|sil 倒 数 第 三 封 让 人 眼 前 一 亮 sp1 它 来 自 首 都 的 鲁 迅 文 学 院 sil|29 19 18 11 19 24 18 15 18 16 10 27 27 13 17 14 27 15 13 16 17 16 16 23 31|0.0|5.445 +006118|sil zhong1 qi4 xie2 fang1 mian4 shuo1 sp1 cheng2 yong4 che1 gang1 xing4 xu1 qiu2 ming2 xian3 sil|sil 中 汽 协 方 面 说 sp1 乘 用 车 刚 性 需 求 明 显 sil|26 20 17 19 12 12 24 18 19 17 21 20 17 14 12 19 27 30|0.0|3.99 +006119|sil wo3 xin1 li3 you2 gan3 cheng4 sp1 wo2 zhi3 gen1 zi4 ji3 pin1 sil|sil 我 心 里 有 杆 秤 sp1 我 只 跟 自 己 拼 sil|29 16 16 10 13 20 30 16 16 16 17 13 15 30 30|0.0|3.33 +006120|sil tai4 hang2 chi4 zi3 zhang1 rong2 suo3 de5 zuo4 you4 ming2 jiu4 shi4 sp1 hao3 die1 hao3 niang2 shi4 ren2 min2 sp1 gan1 zuo4 chi4 zi3 sp1 bao4 xiang1 qin1 sil|sil 太 行 赤 子 张 荣 锁 的 座 右 铭 就 是 sp1 好 爹 好 娘 是 人 民 sp1 甘 做 赤 子 sp1 报 乡 亲 sil|29 20 21 19 17 14 17 16 9 12 12 18 17 23 33 21 16 17 26 16 18 27 22 20 13 22 18 3 16 21 28 29|0.0|7.08 +006121|sil ta1 de5 bao2 nuan3 fa2 bao3 sp1 jiu4 shi4 zai4 fu4 bu4 tui3 bu4 tie1 zhe5 nuan2 bao3 bao5 sil|sil 她 的 保 暖 法 宝 sp1 就 是 在 腹 部 腿 部 贴 着 暖 宝 宝 sil|29 19 17 17 19 21 28 6 16 13 19 30 21 28 23 19 11 23 20 25 28|0.0|5.02 +006122|sil ta1 qi4 bao4 le5 sp1 sui2 shou3 chao1 qi3 ge5 gong1 ju4 yi4 tong1 lun1 sp1 lun1 wan2 jiu4 pao3 le5 sil|sil 他 气 爆 了 sp1 随 手 抄 起 个 工 具 一 通 抡 sp1 抡 完 就 跑 了 sil|26 18 20 20 17 12 22 16 20 13 10 18 18 15 18 22 18 13 16 13 21 19 28|0.0|4.79 +006123|sil kan4 wo3 de5 nian2 ji2 pai2 ming2 jiu4 zhi1 dao4 sp1 you3 duo1 shao3 ren2 can1 jia1 kao3 shi4 sil|sil 看 我 的 年 级 排 名 就 知 道 sp1 有 多 少 人 参 加 考 试 sil|28 23 14 9 18 11 19 23 13 16 21 7 12 13 16 16 16 14 20 24 30|0.0|4.22 +006124|sil ha1 li3 wang2 zi3 ke3 neng2 yao4 wei4 zi4 ji3 de5 yi2 ye4 huang1 tang2 fu4 chu1 dai4 jia4 sil|sil 哈 里 王 子 可 能 要 为 自 己 的 一 夜 荒 唐 付 出 代 价 sil|29 18 16 18 22 12 15 15 14 16 11 10 14 16 24 25 15 14 19 25 28|0.0|4.37 +006125|sil cong2 shi1 ti3 kan4 sp1 ta1 si3 qian2 zao1 dao4 dao1 ci4 sp1 du2 da3 he2 fen2 shao1 sil|sil 从 尸 体 看 sp1 她 死 前 遭 到 刀 刺 sp1 毒 打 和 焚 烧 sil|29 23 17 15 23 8 18 16 22 15 16 20 23 5 18 24 15 17 31 29|0.0|4.46 +006126|sil ai4 wei1 er2 de5 nan2 you3 bu4 luo2 di2 sp1 ye3 geng1 xin1 tui1 te4 shuo1 lian3 shang4 duo1 le5 yi4 tiao2 xin1 de5 shang1 hen2 sil|sil 艾 薇 儿 的 男 友 布 罗 迪 sp1 也 更 新 推 特 说 脸 上 多 了 一 条 新 的 伤 痕 sil|30 15 16 14 7 20 19 9 16 26 11 12 17 16 17 24 21 21 22 13 10 13 25 20 10 20 29 30|0.0|5.84 +006127|sil zhe4 ge5 cai2 fang2 jian3 zhi2 tai4 yu2 chun3 le5 sil|sil 这 个 采 访 简 直 太 愚 蠢 了 sil|26 13 11 20 23 18 14 20 15 21 19 29|0.0|2.66 +006128|sil tong1 chang2 gu4 shi5 zhong1 shan4 liang2 zheng4 pai4 de5 wang2 zi3 sp1 zai4 ben3 pian4 que4 shi4 gao1 ao4 zi4 da4 de5 jia1 huo5 sil|sil 通 常 故 事 中 善 良 正 派 的 王 子 sp1 在 本 片 却 是 高 傲 自 大 的 家 伙 sil|26 22 28 14 14 21 22 19 20 16 7 21 27 15 20 20 28 18 16 16 16 14 13 9 22 23 30|0.0|6.0 +006129|sil zhu1 duo1 che4 zhou3 sp1 yi1 ji1 jin1 zhong1 yu2 jue2 ding4 sp1 yu3 hong2 shi2 zi4 hui3 li2 hun1 sil|sil 诸 多 掣 肘 sp1 壹 基 金 终 于 决 定 sp1 与 红 十 字 会 离 婚 sil|27 18 13 22 26 16 13 12 24 19 11 15 20 6 15 16 15 11 13 17 27 30|0.0|4.485 +006130|sil zi1 zhu4 xi1 bu4 long2 er2 kang1 fu4 ji1 gou4 ji1 chu3 she4 shi1 jian4 she4 he2 shi1 zi1 pei2 yang3 sil|sil 资 助 西 部 聋 儿 康 复 机 构 基 础 设 施 建 设 和 师 资 培 养 sil|27 17 16 21 20 21 18 19 13 15 18 13 16 12 14 21 20 16 17 13 18 31 29|0.0|4.93 +006131|sil chu1 yu2 zhi2 ye4 min2 gan3 sp1 fu4 shou3 guo2 gan3 jue2 shi4 tai4 you3 xie1 bu2 miao4 sil|sil 出 于 职 业 敏 感 sp1 付 守 国 感 觉 事 态 有 些 不 妙 sil|27 25 18 17 12 20 24 10 21 18 23 20 15 15 18 13 15 12 29 27|0.0|4.395 +006132|sil jian3 cha2 guan1 ti2 xing3 sp1 shi4 min2 zai4 qu2 kuan3 shi2 ying1 dang1 duo1 liu2 xin1 sil|sil 检 察 官 提 醒 sp1 市 民 在 取 款 时 应 当 多 留 心 sil|24 20 19 17 19 30 20 20 21 15 17 20 28 19 18 14 16 32 27|0.0|4.595 +006133|sil chu2 le5 wan2 you2 xi4 sp1 gao1 pang4 de5 ling4 yi4 xi3 hao4 jiu4 shi4 da3 lan2 qiu2 sil|sil 除 了 玩 游 戏 sp1 高 胖 的 另 一 喜 好 就 是 打 篮 球 sil|26 20 17 17 12 27 20 17 21 11 16 12 18 19 13 12 11 20 31 30|0.0|4.295 +006134|sil zai4 ta1 de5 xi1 xin1 pei2 yu4 xia4 sp1 yi4 pi1 you1 xiu4 de5 pai2 qiu2 miao2 zi5 zheng4 zai4 zhuo2 zhuang4 cheng2 zhang3 sil|sil 在 她 的 悉 心 培 育 下 sp1 一 批 优 秀 的 排 球 苗 子 正 在 茁 壮 成 长 sil|29 20 17 15 15 17 16 16 26 19 10 18 13 15 9 16 12 22 17 18 15 15 18 19 26 32|0.0|5.395 +006135|sil zai4 bo2 zhou1 dang1 di4 fang1 yan2 zhong1 sp1 nao1 zhong3 bu4 jin3 yi4 wei4 zhe5 dan2 xiao3 sp1 hai2 you3 que1 de2 de5 yi4 si5 sil|sil 在 亳 州 当 地 方 言 中 sp1 孬 种 不 仅 意 味 着 胆 小 sp1 还 有 缺 德 的 意 思 sil|28 22 15 17 14 13 15 19 23 18 20 25 13 13 13 12 12 20 29 6 15 12 19 14 9 18 17 28|0.0|5.56 +006136|sil wo3 de5 sha2 nv3 er2 sp1 hai2 xiang3 zhe5 wei4 wo3 zhe4 ge5 bu2 fu4 ze2 ren4 de5 ba4 ba5 fen1 dan1 yi4 xie1 ne5 sil|sil 我 的 傻 女 儿 sp1 还 想 着 为 我 这 个 不 负 责 任 的 爸 爸 分 担 一 些 呢 sil|28 12 9 21 18 23 20 16 20 20 16 11 14 14 14 15 14 16 8 19 15 20 13 14 17 16 30|0.0|5.265 +006137|sil kong4 bian4 shuang1 fang1 reng2 you3 zheng1 niu4 sp1 jiang1 hui4 zai4 chuan2 zhao4 sp1 wu2 xian4 dian4 shi4 wai4 shi4 bu4 zhu2 guan3 zuo4 gong4 sil|sil 控 辩 双 方 仍 有 争 拗 sp1 将 会 再 传 召 sp1 无 线 电 视 外 事 部 主 管 作 供 sil|26 24 14 18 22 16 13 16 23 22 19 12 14 23 21 7 11 18 16 23 14 15 12 14 17 16 20 30|0.0|5.755 +006138|sil jin1 na4 yun3 cong2 xiao3 zai4 mei3 guo2 sheng1 huo2 sp1 huo4 xu3 hui4 you3 xie1 wen2 hua4 cha1 yi4 sil|sil 金 娜 允 从 小 在 美 国 生 活 sp1 或 许 会 有 些 文 化 差 异 sil|26 17 18 21 23 20 11 15 14 18 26 12 18 17 12 12 15 16 16 21 20 29|0.0|4.61 +006139|sil luo2 tian1 cheng2 hen4 ji4 xu4 wen2 li3 yong4 bu2 shang4 ta1 de5 zhe2 xue2 sp1 tuo1 zhe5 mei2 jiao1 sil|sil 罗 天 诚 恨 记 叙 文 里 用 不 上 他 的 哲 学 sp1 拖 着 没 交 sil|26 16 19 29 28 12 13 17 23 19 9 19 14 10 18 26 3 19 9 16 29 28|0.0|4.665 +006140|sil zhe4 xie1 nu3 li4 sp1 neng2 fou2 qu3 de2 yu4 qi1 de5 xiao4 guo3 mu4 qian2 shang4 bu4 de2 er2 zhi1 sil|sil 这 些 努 力 sp1 能 否 取 得 预 期 的 效 果 目 前 尚 不 得 而 知 sil|26 17 15 18 21 5 17 15 18 14 17 14 9 23 21 18 20 18 8 13 15 22 28|0.0|4.55 +006141|sil zai4 qi3 zhong4 ji1 de5 bang1 zhu4 xia4 sp1 gong1 ren5 men5 zheng4 yong4 zao2 yan2 ji1 jiang1 qi2 zao2 duan4 sil|sil 在 起 重 机 的 帮 助 下 sp1 工 人 们 正 用 凿 岩 机 将 其 凿 断 sil|24 25 18 17 12 9 17 12 24 22 16 15 21 17 18 18 19 18 22 15 18 19 28|0.0|4.925 +006142|sil zhe4 pi2 ma3 yin1 zao1 nve4 dai4 sp1 tan1 shui4 zai4 nong2 chang3 nei4 sil|sil 这 匹 马 因 遭 虐 待 sp1 瘫 睡 在 农 场 内 sil|23 20 14 28 17 16 21 20 10 21 16 11 19 21 21 30|0.0|3.575 +006143|sil jin1 wan3 xin1 qing2 ji1 dong4 de5 gao1 min3 re4 lei4 gun2 gun3 sil|sil 今 晚 心 情 激 动 的 高 敏 热 泪 滚 滚 sil|26 19 31 23 19 14 13 8 17 25 19 16 21 26 31|0.0|3.58 +006144|sil jin4 ri4 sp1 bing1 tuan2 dian4 da4 de5 ji3 wei4 xue2 sheng1 sp1 xiang4 ben2 wang2 fan3 ying4 le5 zhe4 jian4 shi4 sil|sil 近 日 sp1 兵 团 电 大 的 几 位 学 生 sp1 向 本 网 反 映 了 这 件 事 sil|28 21 22 15 18 22 18 14 8 11 13 16 22 5 22 15 21 19 14 11 11 15 21 29|0.0|4.77 +006145|sil xing2 dong4 jie2 shu4 hou4 sp1 bu4 dui4 yong4 tui1 tu3 ji1 sp1 tui1 dao3 bang2 fei3 cang2 shen1 de5 fang2 wu1 sil|sil 行 动 结 束 后 sp1 部 队 用 推 土 机 sp1 推 倒 绑 匪 藏 身 的 房 屋 sil|31 22 14 14 18 21 25 16 17 17 15 15 25 4 19 16 17 15 20 15 8 19 23 31|0.0|5.075 +006146|sil qu4 nian2 sp1 zhong1 guo2 cai3 gou4 le5 da4 liang4 mei3 guo2 yu4 mi3 sil|sil 去 年 sp1 中 国 采 购 了 大 量 美 国 玉 米 sil|27 19 28 3 18 11 20 13 14 18 20 15 14 17 29 27|0.0|3.4 +006147|sil yi4 chu1 men2 sp1 ta1 fa1 xian4 chuang1 wai4 you3 hu1 shan3 de5 liang4 guang1 sil|sil 一 出 门 sp1 他 发 现 窗 外 有 忽 闪 的 亮 光 sil|28 11 17 30 2 17 14 15 22 18 18 20 17 6 21 24 29|0.0|3.585 +006148|sil chang2 qi1 da4 liang4 he1 cha2 de5 nan2 ren5 sp1 li2 huan4 qian2 lie4 xian4 ai2 de5 wei1 xian3 geng4 di1 sil|sil 长 期 大 量 喝 茶 的 男 人 sp1 罹 患 前 列 腺 癌 的 危 险 更 低 sil|25 26 18 13 17 14 17 6 18 21 27 16 24 14 14 19 13 9 13 18 17 25 26|0.0|4.76 +006149|sil zuo2 tian1 sp1 xin1 ren4 zi4 min2 dang2 zong3 cai2 an1 bei4 jin4 san1 sp1 ye3 fa1 chu1 wei1 xian3 xin4 hao4 sil|sil 昨 天 sp1 新 任 自 民 党 总 裁 安 倍 晋 三 sp1 也 发 出 危 险 信 号 sil|27 16 29 6 23 20 13 18 16 17 22 16 11 18 23 7 13 16 17 13 16 20 23 32|0.0|5.02 +006150|sil er2 ling4 yi2 ge5 sp1 dui4 yu2 cai4 niao2 wang3 luo4 sp1 nan2 yan2 huo4 fu2 de5 zhong4 da4 zheng4 ce4 sp1 ye3 bu4 qi1 er2 zhi4 sil|sil 而 另 一 个 sp1 对 于 菜 鸟 网 络 sp1 难 言 祸 福 的 重 大 政 策 sp1 也 不 期 而 至 sil|29 15 20 13 17 4 15 14 19 16 18 18 5 16 17 20 15 9 15 12 19 20 5 15 13 15 16 21 31|0.0|5.36 +006151|sil zuo4 wei2 niu3 yue1 zhou1 de5 can1 yi4 yuan2 sp1 xi1 la1 li3 zai4 guo2 hui4 shang4 reng2 ran2 shi4 ge5 xiao3 zi4 bei4 sil|sil 作 为 纽 约 州 的 参 议 员 sp1 希 拉 里 在 国 会 上 仍 然 是 个 小 字 辈 sil|26 21 16 23 12 13 9 20 13 24 9 18 15 18 17 15 19 26 15 17 14 10 23 17 25 27|0.0|5.365 +006152|sil jin4 ru4 qiu1 ji4 gua2 yu3 ji4 jie2 yi3 lai2 sp1 quan2 zhou1 zhang1 zhou1 pu2 tian2 deng3 yan2 hai3 di4 qu1 han4 qing2 ming2 xian3 sil|sil 进 入 秋 季 寡 雨 季 节 以 来 sp1 泉 州 漳 州 莆 田 等 沿 海 地 区 旱 情 明 显 sil|30 19 19 21 18 17 15 12 12 11 28 13 30 25 26 22 22 22 13 16 15 14 20 24 15 18 30 29|0.0|6.46 +006153|sil biao1 zhun3 de5 mei3 shao4 nv3 yang4 zi5 ya5 sil|sil 标 准 的 美 少 女 样 子 呀 sil|26 21 17 12 16 16 19 16 15 19 29|0.0|2.395 +006154|sil wo2 xi3 huan1 yan3 xian4 dai4 ren2 sp1 na2 nie1 shang4 ye2 bi3 jiao4 qing1 song1 sil|sil 我 喜 欢 演 现 代 人 sp1 拿 捏 上 也 比 较 轻 松 sil|29 11 13 16 16 23 15 23 14 13 20 25 15 8 15 19 25 29|0.0|3.815 +006155|sil shi4 shi2 shang4 sp1 ao4 ba1 ma2 kou3 zhong1 de5 yi4 wan4 fu4 weng1 zheng4 shi4 gu3 shen2 ba1 fei1 te4 sil|sil 事 实 上 sp1 奥 巴 马 口 中 的 亿 万 富 翁 正 是 股 神 巴 菲 特 sil|29 17 15 23 8 14 11 19 19 14 7 14 14 19 22 17 13 18 24 14 15 26 26|0.0|4.625 +006156|sil gan3 jue2 neng2 tiao1 mao2 bing4 de5 di4 fang1 bu4 duo1 sp1 zhi3 bu2 guo4 hui1 chen2 jiao4 da4 sil|sil 感 觉 能 挑 毛 病 的 地 方 不 多 sp1 只 不 过 灰 尘 较 大 sil|26 18 24 22 15 18 12 9 12 18 13 21 10 17 11 16 16 17 16 25 28|0.0|4.23 +006157|sil shui3 ying4 kang1 cheng2 ting2 jian4 shi4 jian4 zhong1 sp1 zhao3 dao4 de5 xin1 wen2 yan3 jiu4 shi4 feng1 shui3 sil|sil 水 映 康 城 停 建 事 件 中 sp1 找 到 的 新 闻 眼 就 是 风 水 sil|30 17 20 21 21 18 15 13 17 21 10 20 14 8 15 14 30 16 13 19 32 30|0.0|4.81 +006158|sil ji4 zhe3 zai4 xi2 wan3 jian1 kan4 dao4 sp1 shui3 long2 tou2 pang2 bian1 fang4 zhe5 yi4 ping2 piao3 bai2 shui3 sil|sil 记 者 在 洗 碗 间 看 到 sp1 水 龙 头 旁 边 放 着 一 瓶 漂 白 水 sil|27 19 17 15 14 14 16 18 21 15 17 16 17 22 21 20 10 8 19 22 16 30 31|0.0|4.93 +006159|sil zhen1 dui4 shi4 min2 zhi4 yi2 sp1 ji4 zhe3 zhuan1 fang3 le5 shi4 shi4 zheng4 wei2 zhu3 ren4 sp1 wang2 yuan2 kai3 sil|sil 针 对 市 民 质 疑 sp1 记 者 专 访 了 市 市 政 委 主 任 sp1 王 元 楷 sil|27 23 19 13 17 16 22 10 16 14 19 17 17 22 22 13 15 13 22 26 13 17 29 32|0.0|5.275 +006160|sil shao1 you3 bu4 tuo3 jiu4 liang3 mian4 bu4 tao2 hao3 sil|sil 稍 有 不 妥 就 两 面 不 讨 好 sil|29 21 14 14 24 17 19 17 12 19 24 27|0.0|2.755 +006161|sil bao4 yu3 zhong1 sp1 zhu1 fen1 fen1 bei4 hong2 liu2 juan2 zou3 sil|sil 暴 雨 中 sp1 猪 纷 纷 被 洪 流 卷 走 sil|26 19 15 26 6 25 19 16 13 19 16 21 25 28|0.0|3.18 +006162|sil dui4 shou3 dun4 shi2 dan3 han2 xin1 qie4 sp1 dou4 zhi4 quan2 wu2 sil|sil 对 手 顿 时 胆 寒 心 怯 sp1 斗 志 全 无 sil|25 20 24 16 19 17 17 18 23 11 21 15 21 25 28|0.0|3.485 +006163|sil lai2 ang2 na4 duo1 ai4 lin2 yu3 lai2 ang2 na4 duo1 de5 ma1 ma5 sil|sil 莱 昂 纳 多 艾 琳 与 莱 昂 纳 多 的 妈 妈 sil|29 16 14 16 12 17 34 11 17 12 16 13 6 20 25 28|0.0|3.315 +006164|sil sui2 hou4 sp1 hao3 ming2 hui1 wang2 meng2 meng3 xian1 hou4 luo4 wang3 sil|sil 随 后 sp1 郝 明 辉 王 猛 猛 先 后 落 网 sil|28 21 24 6 20 20 26 21 15 25 19 15 22 23 27|0.0|3.625 +006165|sil han4 wei4 zhong1 guo2 ling2 tu3 jiu4 gai1 cun4 tu3 bu2 rang4 sil|sil 捍 卫 中 国 领 土 就 该 寸 土 不 让 sil|29 22 20 15 12 18 25 17 18 21 15 13 25 30|0.0|3.25 +006166|sil hai3 guan1 zong2 shu3 jiang1 yan2 cha2 ci3 lei4 wei2 gui1 xian4 xiang4 sil|sil 海 关 总 署 将 严 查 此 类 违 规 现 象 sil|27 19 17 18 25 23 17 23 13 13 13 14 20 23 30|0.0|3.425 +006167|sil ta1 zui4 jin4 xin1 qing2 bu4 hao3 sp1 zong2 xi3 huan5 yao3 ren2 sil|sil 他 最 近 心 情 不 好 sp1 总 喜 欢 咬 人 sil|26 17 14 18 18 18 13 26 6 19 14 14 18 26 29|0.0|3.21 +006168|sil ben3 shi4 ji1 ceng2 zheng4 gai3 qian2 lu4 kan2 ke3 wei4 bu3 sil|sil 本 市 基 层 政 改 前 路 坎 坷 未 卜 sil|27 19 24 15 18 18 26 24 19 25 19 17 29 26|0.0|3.555 +006169|sil yi2 ci4 ci4 de5 zai1 nan4 sp1 ren2 men5 tan2 huang2 he2 er2 se4 bian4 sil|sil 一 次 次 的 灾 难 sp1 人 们 谈 黄 河 而 色 变 sil|29 13 17 10 11 15 23 5 15 15 21 18 21 14 20 28 26|0.0|3.49 +006170|sil ti3 xing2 bu2 pang4 bu2 shou4 sp1 ji4 bu4 yao2 tiao3 ye3 bu4 feng1 man3 sil|sil 体 形 不 胖 不 瘦 sp1 既 不 窈 窕 也 不 丰 满 sil|27 20 27 17 24 14 24 24 18 10 19 28 14 12 19 27 30|0.0|4.105 +006171|sil hu3 fu4 wu2 quan2 zi3 sp1 liang3 zhi1 xiao3 zang4 ao2 shi4 biao1 zhun3 de5 tie3 bao1 jin1 sp1 shu3 guai4 shou4 xue4 xi4 sil|sil 虎 父 无 犬 子 sp1 两 只 小 藏 獒 是 标 准 的 铁 包 金 sp1 属 怪 兽 血 系 sil|26 22 28 12 24 29 24 16 11 18 19 17 18 18 16 9 18 16 27 14 22 19 17 17 25 31|0.0|5.955 +006172|sil gong1 zhong4 tong2 yang4 xu1 yao4 cong2 ci3 lei4 shi4 jian4 zhong1 ji2 qu3 jing1 yan4 yu3 jiao4 xun4 sil|sil 公 众 同 样 需 要 从 此 类 事 件 中 汲 取 经 验 与 教 训 sil|27 22 22 16 16 14 14 21 16 13 15 17 25 19 18 18 14 12 24 23 32|0.0|4.615 +006173|sil jian1 chi2 kuo4 da4 ren2 wen2 jiao1 liu2 sp1 hang1 shi2 zhong1 yue4 you2 hao3 de5 min2 yi4 ji1 chu3 sil|sil 坚 持 扩 大 人 文 交 流 sp1 夯 实 中 越 友 好 的 民 意 基 础 sil|26 21 17 19 18 13 16 18 27 8 20 16 16 15 17 19 11 15 15 16 27 29|0.0|4.63 +006174|sil fen1 he2 tao5 jian1 guo3 sp1 he2 tao5 jian1 guo3 ren2 sp1 he2 tao5 you2 sp1 he2 tao5 yin3 liao4 sil|sil 分 核 桃 坚 果 sp1 核 桃 坚 果 仁 sp1 核 桃 油 sp1 核 桃 饮 料 sil|25 32 21 18 22 24 9 18 16 17 12 30 19 15 18 27 5 16 14 17 27 30|0.0|5.02 +006175|sil gai1 shen2 miao4 xiu1 jian4 yu2 san1 qian1 wu2 bai3 nian2 qian2 sp1 xiang1 dang1 yu2 zhong1 guo2 de5 shang1 dai4 sil|sil 该 神 庙 修 建 于 三 千 五 百 年 前 sp1 相 当 于 中 国 的 商 代 sil|26 18 19 24 18 18 17 21 16 15 14 16 28 17 20 16 16 19 12 9 24 20 29|0.0|5.01 +006176|sil bei4 sha1 chen2 long3 zhao4 de5 cheng2 de2 lv3 you2 jing2 dian3 sp1 bang4 chui2 shan1 sp1 ji2 ha2 ma5 shi2 sil|sil 被 沙 尘 笼 罩 的 承 德 旅 游 景 点 sp1 棒 槌 山 sp1 及 蛤 蟆 石 sil|26 19 18 20 18 14 9 21 13 12 11 20 27 8 19 17 24 12 21 16 17 30 28|0.0|4.875 +006177|sil yuan2 shi4 xiao1 shuo1 zhe5 sp1 you4 jue2 de5 tou2 you3 yi4 dian3 chen2 sp1 you3 yi4 zhong3 yao4 biao3 bai2 de5 chong1 dong4 sil|sil 袁 士 霄 说 着 sp1 又 觉 得 头 有 一 点 沉 sp1 有 一 种 要 表 白 的 冲 动 sil|29 15 14 25 21 19 11 11 14 12 20 13 8 16 32 20 11 10 18 17 16 17 7 23 20 29|0.0|5.2 +006178|sil jiao1 huan4 ming2 pian4 yi2 kan4 sp1 zhang1 lan2 fa1 xian4 sp1 dui4 fang1 shi4 ding3 hui1 de5 wang2 gong1 quan2 sil|sil 交 换 名 片 一 看 sp1 张 兰 发 现 sp1 对 方 是 鼎 晖 的 王 功 权 sil|27 21 17 15 16 13 25 16 18 14 18 21 6 18 20 17 20 16 10 19 16 31 28|0.0|4.905 +006179|sil shi2 shi1 dai4 kuan2 sun3 shi1 sp1 zhun3 bei4 dong4 tai4 jian1 guan3 sil|sil 实 施 贷 款 损 失 sp1 准 备 动 态 监 管 sil|27 19 24 16 21 18 23 4 19 19 19 16 18 28 29|0.0|3.48 +006180|sil bu2 guo4 fu4 sai4 liang3 ci4 shu1 qiu2 bi3 jiao4 wo1 nang5 sp1 yu3 zi4 ji3 de5 shi1 wu4 guan1 xi5 hen3 da4 sil|sil 不 过 复 赛 两 次 输 球 比 较 窝 囊 sp1 与 自 己 的 失 误 关 系 很 大 sil|26 13 26 22 17 19 16 15 22 11 15 18 23 19 13 13 11 8 16 16 15 13 21 25 28|0.0|5.115 +006181|sil lu4 bian1 yuan2 ben3 ban4 mi3 kuan1 de5 pai2 shui3 gou1 qu2 sp1 shui3 mian4 yi3 jin4 liang2 mi3 sp1 shui3 liu2 tuan1 ji2 sil|sil 路 边 原 本 半 米 宽 的 排 水 沟 渠 sp1 水 面 已 近 两 米 sp1 水 流 湍 急 sil|29 16 25 19 17 16 14 19 8 16 14 17 28 14 17 24 15 14 23 22 9 18 17 24 29 27|0.0|5.705 +006182|sil zui4 zhong1 you4 gui1 le5 shui2 de5 yao1 bao1 li3 qu4 le5 sil|sil 最 终 又 归 了 谁 的 腰 包 里 去 了 sil|25 19 23 18 15 12 18 11 16 15 14 19 20 27|0.0|2.93 +006183|sil zai4 kan1 shou3 suo2 li3 sp1 liu2 jun4 zhong1 yu2 xing2 jiu3 sil|sil 在 看 守 所 里 sp1 刘 俊 终 于 醒 酒 sil|27 21 17 15 24 21 16 18 25 18 12 20 30 29|0.0|3.4 +006184|sil ru2 jin1 zhe4 yi2 qie4 suan4 pan5 xian3 ran2 luo4 kong1 sil|sil 如 今 这 一 切 算 盘 显 然 落 空 sil|29 18 30 19 13 17 22 20 14 17 15 29 29|0.0|3.155 +006185|sil wan3 shang4 sp1 ta1 du2 zi4 zai4 jia1 zhan2 zhuan3 nan2 mian2 sil|sil 晚 上 sp1 他 独 自 在 家 辗 转 难 眠 sil|30 20 23 7 19 16 13 17 21 17 17 16 33 27|0.0|3.2 +006186|sil ruo4 bu2 shi4 da4 pai2 shua2 ye3 mei2 yong4 sp1 yin1 ta1 mei2 jia4 zhi2 sp1 yu2 le4 quan1 hen3 xian4 shi2 sil|sil 若 不 是 大 牌 耍 也 没 用 sp1 因 他 没 价 值 sp1 娱 乐 圈 很 现 实 sil|29 17 8 11 19 23 22 12 17 19 18 14 19 19 22 21 14 10 13 23 18 24 25 30|0.0|5.19 +006187|sil ci3 shi2 sp1 xiao1 fang2 ren2 yuan2 yi3 jing5 ba2 huo3 pu1 mie4 li2 kai1 sil|sil 此 时 sp1 消 防 人 员 已 经 把 火 扑 灭 离 开 sil|26 19 26 5 20 16 12 23 11 15 17 18 17 18 15 28 28|0.0|3.65 +006188|sil jiu3 er4 nian2 chu1 sheng1 de5 liang2 wen2 hao2 sp1 jin4 nian2 lai2 cuan4 shen1 shi4 tou2 fei1 chang2 xun4 meng3 sil|sil 九 二 年 出 生 的 梁 文 豪 sp1 近 年 来 窜 身 势 头 非 常 迅 猛 sil|27 17 15 18 13 15 6 19 13 29 3 15 15 19 19 14 15 17 16 18 17 22 28|0.0|4.525 +006189|sil liang2 zi3 wei1 de5 guan1 dian3 ji1 ben3 lei2 tong2 yu2 cheng2 jin1 biao3 ge1 sp1 ke3 jian4 cheng2 jin1 biao3 ge1 bai2 huo2 le5 si4 nian2 sil|sil 梁 紫 薇 的 观 点 基 本 雷 同 于 晟 金 表 哥 sp1 可 见 晟 金 表 哥 白 活 了 四 年 sil|29 20 13 14 10 18 21 15 12 16 17 14 20 16 20 26 36 18 21 17 14 19 18 18 15 11 14 35 27|0.0|6.32 +006190|sil ai4 zhi1 huo3 re4 sp1 yi3 jing5 dao4 le5 sou1 shen2 ji4 li3 han2 ping2 fu1 fu4 sp1 he2 chang2 hen4 ge1 li3 sp1 lian2 li3 zhi1 de5 jing4 jie4 sil|sil 爱 之 火 热 sp1 已 经 到 了 搜 神 记 里 韩 凭 夫 妇 sp1 和 长 恨 歌 里 sp1 连 理 枝 的 境 界 sil|32 15 15 22 21 13 9 15 16 15 16 17 11 20 21 18 16 23 16 17 22 18 19 16 7 17 19 13 11 18 23 28|0.0|6.49 +006191|sil ta1 leng4 zhu4 le5 sp1 hao3 yi2 huir4 r tou2 nao2 li3 cai2 fan3 ying4 chu1 sp1 bu4 ming2 fei1 xing2 wu4 zhe4 ge5 gai4 nian4 sil|sil 他 愣 住 了 sp1 好 一 会 儿 头 脑 里 才 反 应 出 sp1 不 明 飞 行 物 这 个 概 念 sil|27 15 22 15 16 14 20 12 24 0 18 17 12 16 19 12 20 6 12 18 14 16 14 12 10 17 25 27|0.0|5.225 +006192|sil ta1 hai2 zuo4 le5 xu2 xu3 duo1 duo1 wei4 qun2 zhong4 pai2 you1 jie3 nan4 sp1 fu2 ruo4 ji3 pin2 de5 hao3 shi4 sil|sil 他 还 做 了 许 许 多 多 为 群 众 排 忧 解 难 sp1 扶 弱 济 贫 的 好 事 sil|26 15 16 15 12 15 13 14 23 20 21 19 20 12 17 24 11 22 17 18 17 10 19 23 29|0.0|5.205 +006193|sil ying1 gai1 shuo1 sp1 you3 shi2 fa1 cai2 ji1 yu4 sp1 wang2 wang2 ye3 qing1 lai4 na4 xie1 xin1 huai2 po3 ce4 de5 tou2 ji1 zhe3 sil|sil 应 该 说 sp1 有 时 发 财 机 遇 sp1 往 往 也 青 睐 那 些 心 怀 叵 测 的 投 机 者 sil|30 11 14 27 19 14 21 17 20 17 17 21 16 19 15 16 12 18 23 21 17 20 19 10 19 16 23 30|0.0|6.055 +006194|sil guan1 yu2 jing1 ji4 yu4 ce4 sp1 zhou1 xiao3 chuan1 wu2 jing4 lian2 deng3 ren2 dou1 biao3 shi4 guo4 hen3 nan2 sil|sil 关 于 经 济 预 测 sp1 周 小 川 吴 敬 琏 等 人 都 表 示 过 很 难 sil|26 23 18 17 16 13 26 11 16 15 33 12 17 18 13 16 13 16 18 20 23 31 30|0.0|5.12 +006195|sil jie2 guo2 hen3 kuai4 jiu4 xia4 lai2 le5 sp1 mi3 jia1 de5 di3 kang4 wu2 xiao4 ru2 tang2 bi4 dang1 che1 sil|sil 结 果 很 快 就 下 来 了 sp1 米 佳 的 抵 抗 无 效 如 螳 臂 当 车 sil|27 20 20 21 19 11 15 16 16 27 14 17 10 14 21 12 26 21 23 14 17 25 30|0.0|5.06 +006196|sil chu2 le5 ming2 zi4 he2 shu3 xiang4 wai4 sp1 ma3 long2 he2 chen2 long2 sp1 hai2 you2 hen3 duo1 xiang1 si4 zhi1 chu4 sil|sil 除 了 名 字 和 属 相 外 sp1 马 龙 和 谌 龙 sp1 还 有 很 多 相 似 之 处 sil|27 21 16 24 17 12 17 22 22 21 18 19 14 21 28 4 16 9 19 15 18 16 14 22 31|0.0|5.38 +006197|sil leng3 guo2 quan2 bei4 zhua1 sp1 he2 bao4 zhong1 wu3 fan4 du2 shi4 fa1 you3 guan1 sil|sil 冷 国 权 被 抓 sp1 和 鲍 忠 武 贩 毒 事 发 有 关 sil|30 17 13 23 14 25 16 23 16 20 14 24 15 15 15 16 26 29|0.0|4.075 +006198|sil li2 mou3 ou2 er2 ye3 hui4 zhong4 yi4 xie1 jiang3 sp1 dan4 zong3 shi4 kui1 sun3 da4 sil|sil 李 某 偶 尔 也 会 中 一 些 奖 sp1 但 总 是 亏 损 大 sil|27 16 24 13 13 13 14 15 8 17 26 12 16 16 15 17 18 25 28|0.0|3.865 +006199|sil mei2 deng3 ta1 fan3 ying4 guo4 lai5 sp1 yi3 bei4 chuang3 ru4 zhe3 en4 dao3 sil|sil 没 等 他 反 应 过 来 sp1 已 被 闯 入 者 摁 倒 sil|29 14 14 16 19 17 14 23 12 13 13 21 16 11 21 27 27|0.0|3.57 +006200|sil xie2 shang1 bu2 xia4 sp1 na4 jiu4 zhi2 you2 zou2 fa3 lv4 tu2 jing4 sil|sil 协 商 不 下 sp1 那 就 只 有 走 法 律 途 径 sil|28 17 19 12 25 16 14 10 14 12 17 20 15 17 22 29|0.0|3.33 +006201|sil xiao2 huo3 ban4 lu4 tu1 ran2 ou3 tu4 sp1 che1 xiang1 zao1 le5 yang1 sp1 huang2 shi1 fu5 ye3 mei2 da3 suan4 ji4 jiao5 sil|sil 小 伙 半 路 突 然 呕 吐 sp1 车 厢 遭 了 殃 sp1 黄 师 傅 也 没 打 算 计 较 sil|30 26 26 17 16 15 16 18 28 17 18 22 13 14 25 25 20 19 22 11 15 15 16 16 23 25|0.0|5.9 +006202|sil la1 mei2 zong3 mian4 ji1 sp1 liang3 qian1 ling2 qi1 shi5 wan4 ping2 fang1 gong1 li3 sp1 ren2 kou3 liu4 dian3 ling2 san1 yi4 sil|sil 拉 美 总 面 积 sp1 两 千 零 七 十 万 平 方 公 里 sp1 人 口 六 点 零 三 亿 sil|28 15 17 15 16 20 12 21 17 18 16 13 13 13 15 17 20 23 20 23 17 13 16 20 21 29|0.0|5.435 +006203|sil gong1 yuan2 qian2 yi4 bai2 wu3 shi5 qi1 nian2 sp1 wen2 di4 xian1 yu2 bo2 tai4 hou4 li2 kai1 ren2 shi4 sil|sil 公 元 前 一 百 五 十 七 年 sp1 文 帝 先 于 薄 太 后 离 开 人 世 sil|28 18 15 24 13 14 11 11 17 29 24 21 20 19 14 14 22 20 19 17 19 23 28|0.0|5.11 +006204|sil ling2 chen2 jiu4 yuan2 jie2 shu4 hou4 sp1 ben2 yi3 wei2 nan2 zi3 hui4 an1 xin1 sheng1 huo2 sil|sil 凌 晨 救 援 结 束 后 sp1 本 以 为 男 子 会 安 心 生 活 sil|28 18 22 15 13 14 18 22 20 12 10 18 22 18 14 16 15 20 31 29|0.0|4.355 +006205|sil zhe4 yang4 yi4 lai2 sp1 ya2 hu2 dong3 shi4 hui4 jin1 hou4 geng4 you2 ke3 neng2 ting1 ming4 yu2 le4 bu4 sil|sil 这 样 一 来 sp1 雅 虎 董 事 会 今 后 更 有 可 能 听 命 于 勒 布 sil|28 15 14 9 30 16 13 13 14 13 22 20 18 14 15 11 21 15 15 11 19 19 29|0.0|4.575 +006206|sil gai1 gao1 guan3 tou4 lu4 sp1 zhi1 suo2 yi3 guan1 ting2 gao1 tie3 dai4 gou4 ye4 wu4 sp1 shi4 chu1 yu2 wen2 tuo3 de5 kao3 lv4 sil|sil 该 高 管 透 露 sp1 之 所 以 关 停 高 铁 代 购 业 务 sp1 是 出 于 稳 妥 的 考 虑 sil|29 19 16 15 20 19 19 16 14 18 20 20 17 17 15 14 14 20 19 15 17 18 21 15 8 21 19 27|0.0|5.83 +006207|sil ru2 guo3 gei2 wo3 yi2 ge5 wu3 tai2 sp1 wo3 jiang1 huan2 gei3 da4 jia1 yi2 pian4 lan2 tian1 sil|sil 如 果 给 我 一 个 舞 台 sp1 我 将 还 给 大 家 一 片 蓝 天 sil|27 19 20 15 11 11 12 16 32 14 12 17 19 11 13 13 9 18 20 28 29|0.0|4.245 +006208|sil nong2 cun1 wa2 yi4 mei2 sp1 xiao3 shi2 hou4 sp1 you3 yi4 jia1 ren2 yuan4 zi5 li3 zhong4 de5 guo3 shu4 sp1 wo3 men5 ji3 ge5 xiao2 huo3 ban4 qu4 tou1 sil|sil 农 村 娃 一 枚 sp1 小 时 候 sp1 有 一 家 人 院 子 里 种 的 果 树 sp1 我 们 几 个 小 伙 伴 去 偷 sil|30 17 18 14 10 26 12 21 14 18 12 16 11 18 14 23 7 16 17 8 19 25 34 7 12 12 11 16 15 15 13 30 28|0.0|6.49 +006209|sil san1 shi4 sp1 gong1 gong4 tou2 zi1 zeng1 zhang2 zou3 ping2 sil|sil 三 是 sp1 公 共 投 资 增 长 走 平 sil|28 25 25 5 17 15 18 15 15 16 16 32 29|0.0|2.97 +006210|sil zong3 zhuang1 bei4 bu4 dang2 wei2 wei3 yuan2 can1 jia1 hui4 yi4 sil|sil 总 装 备 部 党 委 委 员 参 加 会 议 sil|24 24 19 15 20 14 15 17 21 19 16 18 29 24|0.0|3.19 +006211|sil yu2 shi4 sp1 wo3 jiu4 bei4 da3 le5 yi4 er3 guang1 sp1 hai2 bei4 jing3 cha2 shu1 shu5 dai4 jin4 le5 pai4 chu1 suo3 sil|sil 于 是 sp1 我 就 被 打 了 一 耳 光 sp1 还 被 警 察 叔 叔 带 进 了 派 出 所 sil|29 13 25 11 12 13 12 16 11 14 17 21 12 16 13 16 18 16 20 16 12 8 16 16 29 28|0.0|4.99 +006212|sil er2 ze2 kao1 ying1 long2 hua2 ben3 ren2 sp1 mu4 qian2 zheng4 he2 gao1 cheng2 gang1 shang4 yan3 li2 hun1 tuo1 yan2 zhan4 sil|sil 而 泽 尻 英 龙 华 本 人 sp1 目 前 正 和 高 城 刚 上 演 离 婚 拖 延 战 sil|30 21 17 19 12 17 20 14 24 11 12 21 16 21 15 18 23 19 16 16 18 16 18 22 30|0.0|5.41 +006213|sil gong1 zuo4 shi4 yao4 you3 zi4 ji3 de5 xing2 xiang4 sp1 ni2 ben3 shen1 shi4 nv3 sheng1 sp1 bu2 yao4 wan2 jian4 shen1 ya5 sil|sil 工 作 是 要 有 自 己 的 形 象 sp1 你 本 身 是 女 生 sp1 不 要 玩 健 身 呀 sil|26 21 18 15 14 9 11 11 9 21 23 19 12 15 15 11 18 23 13 10 15 15 17 20 21 30|0.0|5.01 +006214|sil sui2 ji2 yin3 lai2 dao3 you2 qi3 hong4 sp1 you2 dao3 you2 zuo4 zai4 ma3 lu4 shang4 sp1 chang3 mian4 yi2 du4 hun4 luan4 sil|sil 随 即 引 来 导 游 起 哄 sp1 有 导 游 坐 在 马 路 上 sp1 场 面 一 度 混 乱 sil|28 19 16 15 23 16 12 21 22 29 14 16 15 13 11 16 18 20 13 23 16 14 14 19 28 29|0.0|5.57 +006215|sil mu4 qian2 sp1 ta1 dan1 ren4 bei3 shi1 da4 lun4 tan2 dan4 dan5 wang3 huo3 che1 piao4 ban3 de5 ban2 zhu3 sil|sil 目 前 sp1 他 担 任 北 师 大 论 坛 蛋 蛋 网 火 车 票 版 的 版 主 sil|28 15 31 4 18 16 20 14 16 16 19 29 19 13 18 17 14 21 12 8 21 25 32|0.0|4.945 +006216|sil mei2 you3 ming2 xian3 you4 yin1 sp1 hai2 zi5 tu1 ran2 kai1 shi3 ke2 sou4 sp1 tong2 shi2 yan3 fen1 mi4 wu4 zeng1 duo1 sil|sil 没 有 明 显 诱 因 sp1 孩 子 突 然 开 始 咳 嗽 sp1 同 时 眼 分 泌 物 增 多 sil|24 16 9 17 20 17 26 12 19 11 15 15 15 11 23 20 29 20 28 23 17 16 14 20 25 27|0.0|5.675 +006217|sil ru2 jin1 ta1 zhong4 di4 zhong4 chu1 le5 ming2 tang2 sp1 cheng2 le5 sp1 yuan3 jin4 wen2 ming2 de5 nian2 qing1 fu4 weng1 sil|sil 如 今 他 种 地 种 出 了 名 堂 sp1 成 了 sp1 远 近 闻 名 的 年 轻 富 翁 sil|29 17 27 19 21 15 18 12 8 21 29 19 19 16 5 18 17 14 19 11 20 18 20 24 28|0.0|5.39 +006218|sil ren2 you3 qi1 qing2 liu4 yu4 sp1 yin1 ci3 sp1 wo3 men5 shi2 chang2 hui4 bei4 gan3 dong4 de5 chao2 shui2 suo3 ru2 shi1 sil|sil 人 有 七 情 六 欲 sp1 因 此 sp1 我 们 时 常 会 被 感 动 的 潮 水 所 濡 湿 sil|29 17 22 17 17 17 23 28 15 26 5 12 8 14 18 17 15 20 13 9 20 18 14 17 28 29|0.0|5.43 +006219|sil hai3 yang2 xue2 jia1 cheng1 sp1 zhe4 ci4 chu1 xian4 de5 hei1 qi2 jiao1 sha1 bing4 bu4 shang1 ren2 sil|sil 海 洋 学 家 称 sp1 这 次 出 现 的 黑 鳍 礁 鲨 并 不 伤 人 sil|29 13 13 14 15 26 4 16 11 17 21 15 17 13 17 20 16 9 18 28 31|0.0|4.21 +006220|sil you3 shi2 xin4 duo1 bi3 qian2 duo1 geng4 kuai4 le4 sp1 yin1 wei4 qian2 shi4 ke2 yi3 zhuan4 de5 sp1 er2 xin4 que4 xian2 bu4 chu1 lai2 sil|sil 有 时 信 多 比 钱 多 更 快 乐 sp1 因 为 钱 是 可 以 赚 的 sp1 而 信 却 嫌 不 出 来 sil|30 17 28 27 20 14 26 17 18 20 21 26 9 16 26 14 12 12 25 18 11 16 28 15 19 9 13 28 30|0.0|6.56 +006221|sil zhe4 jiu4 shi4 chuan2 xiao1 ji1 gou4 gei3 liu2 gang1 bian1 zhi1 de5 fu4 weng1 meng4 sil|sil 这 就 是 传 销 机 构 给 刘 刚 编 织 的 富 翁 梦 sil|27 17 13 16 19 14 15 20 14 19 19 18 14 11 17 16 23 26|0.0|3.695 +006222|sil dan4 kai1 fa1 shang1 yao4 wo3 men5 na2 chu1 xian4 gou4 de5 zheng4 ju5 sp1 cai2 ken3 gei2 wo3 men5 tui4 fang2 sil|sil 但 开 发 商 要 我 们 拿 出 限 购 的 证 据 sp1 才 肯 给 我 们 退 房 sil|26 18 14 13 21 16 13 10 16 16 21 13 9 19 20 18 18 18 11 10 11 18 33 26|0.0|4.735 +006223|sil hui4 yi4 hai2 qiang2 diao4 sp1 zong1 zhi4 bu4 men2 yao4 tong3 chou2 an1 pai2 sp1 gao2 hao2 zu3 zhi1 xie2 tiao2 sil|sil 会 议 还 强 调 sp1 综 治 部 门 要 统 筹 安 排 sp1 搞 好 组 织 协 调 sil|26 20 10 14 20 21 20 20 14 11 25 18 20 15 18 26 16 14 18 15 13 17 32 30|0.0|5.255 +006224|sil ren2 you4 zhang3 de5 piao4 liang5 sp1 chuan1 qi2 pao2 you4 hao3 kan4 sil|sil 人 又 长 得 漂 亮 sp1 穿 旗 袍 又 好 看 sil|28 19 16 15 9 25 17 9 21 14 21 14 17 24 28|0.0|3.215 +006225|sil ti2 ba2 yi2 ge5 gan4 bu5 sp1 shu4 li4 yi2 mian4 qi2 zhi4 sil|sil 提 拔 一 个 干 部 sp1 树 立 一 面 旗 帜 sil|26 21 15 12 10 20 16 10 22 13 9 19 23 20 28|0.0|3.07 +006226|sil zhe4 chang3 yun4 dong4 zui4 zhong1 bei4 zhong1 yang1 ting2 zhi3 sil|sil 这 场 运 动 最 终 被 中 央 停 止 sil|25 15 18 18 21 16 16 12 12 16 22 24 27|0.0|2.81 +006227|sil xiong2 bing2 gang3 reng2 wu2 fa3 xiang1 xin4 sp1 qi1 zi3 jiu4 zhe4 me5 qu4 le5 sil|sil 熊 炳 岗 仍 无 法 相 信 sp1 妻 子 就 这 么 去 了 sil|31 26 17 25 18 13 15 19 19 7 27 15 13 12 12 25 19 29|0.0|3.97 +006228|sil ru2 jin1 sp1 shi2 tou5 yi3 jing1 si4 sui4 le5 sp1 cong1 ming2 huo2 po1 ke3 ai4 sil|sil 如 今 sp1 石 头 已 经 四 岁 了 sp1 聪 明 活 泼 可 爱 sil|27 17 27 6 25 24 13 14 18 19 15 10 24 19 21 16 23 23 27|0.0|4.275 +006229|sil hai2 zi5 ta1 ba4 sp1 lian2 mang2 yao2 le5 yao2 tou2 bu4 tong2 yi4 sp1 ta1 shuo1 sp1 wo3 xing4 mei2 a5 sil|sil 孩 子 他 爸 sp1 连 忙 摇 了 摇 头 不 同 意 sp1 他 说 sp1 我 姓 梅 啊 sil|28 18 10 21 24 7 13 17 14 12 14 23 11 17 21 24 15 24 10 10 18 19 23 30|0.0|4.915 +006230|sil min2 jian1 qian2 long2 dao4 mu4 sp1 chuan2 shuo1 jiu4 he2 ling2 en1 dian4 you3 guan1 sil|sil 民 间 乾 隆 盗 木 sp1 传 说 就 和 菱 恩 殿 有 关 sil|30 17 23 17 17 15 25 15 22 20 14 16 13 17 15 14 28 28|0.0|4.015 +006231|sil zhe4 xie1 bei4 tou1 zou3 de5 hua1 li2 gui4 sp1 dou1 shi4 nai3 nai5 dang1 nian2 de5 jia4 zhuang5 sp1 yi3 jing5 zhen1 cang2 ji3 shi2 nian2 sil|sil 这 些 被 偷 走 的 花 梨 柜 sp1 都 是 奶 奶 当 年 的 嫁 妆 sp1 已 经 珍 藏 几 十 年 sil|27 15 17 13 20 14 7 18 13 22 19 12 9 16 17 16 12 9 20 23 20 9 15 17 24 15 18 31 28|0.0|5.76 +006232|sil lao3 shi1 sp1 zhe4 men2 ke4 wo3 mei2 hao2 hao3 xue2 sp1 hen3 dui4 bu4 qi2 ni3 sil|sil 老 师 sp1 这 门 课 我 没 好 好 学 sp1 很 对 不 起 你 sil|28 13 25 8 14 17 21 11 15 14 19 27 9 18 15 11 20 28 27|0.0|3.945 +006233|sil xu3 duo1 da4 huo4 che1 si1 ji1 gao4 su4 ji4 zhe3 sp1 ta1 men5 yi3 bei4 du2 liang3 tian1 liang3 ye4 sil|sil 许 多 大 货 车 司 机 告 诉 记 者 sp1 他 们 已 被 堵 两 天 两 夜 sil|29 21 14 15 14 14 16 15 17 11 16 23 19 12 11 13 14 14 23 19 20 28 25|0.0|4.68 +006234|sil zuo2 ri4 sp1 liao2 ning2 jian4 xuan2 gua4 man3 qi2 sp1 jian4 yuan2 jing1 shen2 dou2 sou3 fen1 qu1 lie4 dui4 sil|sil 昨 日 sp1 辽 宁 舰 悬 挂 满 旗 sp1 舰 员 精 神 抖 擞 分 区 列 队 sil|24 19 25 23 18 19 25 31 14 19 34 24 23 21 16 18 17 30 22 15 20 26 25|0.0|5.9 +006235|sil yue4 lai2 yue4 duo1 de5 seng1 ren2 zai4 guo2 wai4 liu2 xue2 zhong1 zhang3 wo4 shu2 lian4 de5 wai4 yu3 ji4 neng2 sil|sil 越 来 越 多 的 僧 人 在 国 外 留 学 中 掌 握 熟 练 的 外 语 技 能 sil|28 11 14 14 12 9 19 23 17 14 9 14 16 20 21 17 21 18 11 18 12 15 27 28|0.0|4.735 +006236|sil hao3 hai2 zi5 sp1 na4 zan2 bu4 xie3 ma1 ma5 sp1 ni2 xie2 wo3 de5 ba4 ba5 ye3 yi2 yang4 sp1 xing2 ma5 sil|sil 好 孩 子 sp1 那 咱 不 写 妈 妈 sp1 你 写 我 的 爸 爸 也 一 样 sp1 行 吗 sil|28 17 22 17 18 14 19 12 13 19 22 23 12 18 14 10 19 14 16 11 17 7 20 22 29|0.0|5.025 +006237|sil wo3 mei2 you3 huo4 de2 cheng2 gong1 de5 xi3 yue4 sp1 xiang1 fan3 sp1 kun4 huo4 yu3 tong4 ku3 chan2 rao4 zhe5 wo3 sil|sil 我 没 有 获 得 成 功 的 喜 悦 sp1 相 反 sp1 困 惑 与 痛 苦 缠 绕 着 我 sil|29 9 12 16 18 12 21 13 9 14 23 13 21 25 15 23 16 12 24 21 20 18 11 24 27|0.0|5.175 +006238|sil guan1 bing1 zai4 xia2 zhai3 de5 yan2 shi2 jia1 feng4 zhong1 tao1 pao4 yan3 sp1 zhun3 bei4 ji2 zhong1 bao4 po4 sil|sil 官 兵 在 狭 窄 的 岩 石 夹 缝 中 掏 炮 眼 sp1 准 备 集 中 爆 破 sil|28 22 22 22 22 16 7 16 15 18 17 19 17 21 24 16 17 17 16 16 17 28 28|0.0|5.115 +006239|sil fa1 duan3 xin4 zhe3 cheng1 sp1 yao4 qu4 kan4 wang4 hu2 na4 he2 zou1 mou3 de5 er2 zi5 sil|sil 发 短 信 者 称 sp1 要 去 看 望 胡 娜 和 邹 某 的 儿 子 sil|29 20 16 16 13 27 29 14 12 18 20 19 23 13 16 15 11 19 17 28|0.0|4.355 +006240|sil duan3 qi1 nei4 sp1 gu3 shi4 ke3 neng2 qian4 que1 qu1 shi4 xing4 de5 tou2 zi1 ji1 hui4 sp1 jiang1 wei2 chi2 zhen4 dang4 de5 ge2 ju2 sil|sil 短 期 内 sp1 股 市 可 能 欠 缺 趋 势 性 的 投 资 机 会 sp1 将 维 持 震 荡 的 格 局 sil|27 17 13 24 21 17 22 12 14 19 15 19 13 17 8 18 10 17 22 19 19 14 19 19 14 10 16 28 27|0.0|5.92 +006241|sil jiu4 shi4 zhe4 yang4 de5 yi2 pian4 wen2 hua4 yi2 chan3 sp1 er2 jin1 ye3 yao4 shou1 fei4 sp1 ting1 shang4 qu4 zong2 you3 xie1 bie4 niu5 sil|sil 就 是 这 样 的 一 片 文 化 遗 产 sp1 而 今 也 要 收 费 sp1 听 上 去 总 有 些 别 扭 sil|27 19 14 14 16 6 11 16 17 15 13 29 15 15 27 12 13 17 17 23 17 17 17 17 12 17 18 25 27|0.0|5.835 +006242|sil shui2 zhi1 hu2 mou3 bu4 jin3 bu4 ting1 quan4 gao4 sp1 fan3 er2 lun1 qi3 cai4 dao1 kan2 qi3 le5 wu1 nei4 wu4 pin3 sil|sil 谁 知 胡 某 不 仅 不 听 劝 告 sp1 反 而 抡 起 菜 刀 砍 起 了 屋 内 物 品 sil|28 20 23 21 25 15 17 12 15 18 19 20 12 18 16 13 19 22 20 11 10 14 16 15 30 26|0.0|5.515 +006243|sil na4 yi4 wan3 he2 ta1 shui4 zai4 yi2 ge5 wu1 li3 de5 sp1 hai2 you2 ma3 tou2 shang4 de5 bang4 bang5 men5 sil|sil 那 一 晚 和 他 睡 在 一 个 屋 里 的 sp1 还 有 码 头 上 的 棒 棒 们 sil|28 17 11 24 16 15 15 15 14 14 12 16 19 10 14 8 20 16 16 8 19 17 19 29|0.0|4.555 +006244|sil yong4 zhou1 gong1 zhan2 zong3 jing1 li3 de5 hua4 shuo1 sp1 zhong1 nian2 ri4 shai4 yu3 lin2 feng1 chui1 shuang1 da3 sil|sil 用 周 工 展 总 经 理 的 话 说 sp1 终 年 日 晒 雨 淋 风 吹 霜 打 sil|29 23 15 16 18 15 11 12 8 18 24 34 19 22 14 17 16 27 23 15 23 27 30|0.0|5.29 +006245|sil yao4 wo3 xue2 ha2 ma5 sp1 wo3 wu2 lun4 ru2 he2 mai4 bu2 dong4 tui3 sil|sil 要 我 学 蛤 蟆 sp1 我 无 论 如 何 迈 不 动 腿 sil|31 13 12 17 20 24 14 10 13 15 14 17 17 9 16 30 26|0.0|3.465 +006246|sil you2 yu2 san2 gu3 qian2 duan1 dai4 gou1 sp1 pu3 tong1 shou3 shu4 nan2 yi3 shun4 li4 qu3 chu1 sil|sil 由 于 伞 骨 前 端 带 钩 sp1 普 通 手 术 难 以 顺 利 取 出 sil|31 15 14 22 13 20 15 15 22 11 17 15 18 19 19 15 15 12 15 28 29|0.0|4.41 +006247|sil zi4 lian4 wan2 zi4 pai1 sp1 chang2 qun2 zao1 ren2 cai3 xian3 xie1 chu1 qiu3 sp1 xing4 hao3 qi2 ji2 shi2 ti2 qun2 sp1 sheng3 de5 zou3 guang1 sil|sil 自 恋 玩 自 拍 sp1 长 裙 遭 人 踩 险 些 出 糗 sp1 幸 好 其 及 时 提 裙 sp1 省 得 走 光 sil|28 16 20 18 14 29 9 23 19 15 14 29 20 13 16 31 28 18 14 23 15 14 16 27 9 19 10 17 28 31|0.0|6.765 +006248|sil ta1 jiao4 xiao3 xin1 zou2 huo3 sp1 ben3 ren2 xing4 he4 sp1 chang2 chun1 ren2 sil|sil 他 叫 小 心 走 火 sp1 本 人 姓 贺 sp1 长 春 人 sil|27 20 22 16 17 18 30 15 14 14 19 24 9 23 18 25 29|0.0|3.945 +006249|sil jin1 tian1 shang4 wu3 sp1 xiang2 yun2 huo3 ju4 zai4 chi4 feng1 chuan2 di4 sp1 xiang3 shou4 le5 yi2 duan4 bie2 yang4 de5 wen2 hua4 zhi1 lv3 sil|sil 今 天 上 午 sp1 祥 云 火 炬 在 赤 峰 传 递 sp1 享 受 了 一 段 别 样 的 文 化 之 旅 sil|26 16 16 19 23 14 20 16 19 20 18 17 18 20 16 24 19 12 8 12 19 14 19 8 16 17 13 27 30|0.0|5.985 +006250|sil wo2 you3 gan1 ai2 sp1 yi1 sheng1 shuo1 sp1 zhi3 neng2 huo2 ban4 nian2 sil|sil 我 有 肝 癌 sp1 医 生 说 sp1 只 能 活 半 年 sil|29 12 15 20 29 11 10 16 19 4 13 15 20 14 33 28|0.0|3.34 +006251|sil yu2 ci4 ba2 chu1 hou4 sp1 huan4 zhe2 hen3 kuai4 quan2 yu4 sil|sil 鱼 刺 拔 出 后 sp1 患 者 很 快 痊 愈 sil|29 13 19 15 17 20 9 20 17 18 19 20 21 26|0.0|3.055 +006252|sil dang1 ju2 po4 yu2 ya1 li4 sp1 bu4 de2 bu4 jie1 shou4 le5 gai3 zao4 fang1 an4 sil|sil 当 局 迫 于 压 力 sp1 不 得 不 接 受 了 改 造 方 案 sil|26 19 19 17 14 15 22 10 12 11 14 16 13 11 16 15 17 24 27|0.0|3.69 +006253|sil zai4 ta1 kan4 lai2 sp1 xian4 zai4 shou3 yao4 wen4 ti5 shi4 zen3 me5 bao3 cun2 niu2 huang2 sil|sil 在 他 看 来 sp1 现 在 首 要 问 题 是 怎 么 保 存 牛 黄 sil|27 17 13 18 24 6 18 12 15 13 17 19 18 12 10 16 15 19 30 30|0.0|4.05 +006254|sil dang1 ran2 sp1 luo4 han4 bing4 fei1 che4 di2 yu3 yu2 le4 quan1 duan4 jue2 le5 guan1 xi5 sil|sil 当 然 sp1 洛 翰 并 非 彻 底 与 娱 乐 圈 断 绝 了 关 系 sil|26 17 25 18 18 22 15 12 23 13 17 9 14 23 17 10 10 19 19 30|0.0|4.145 +006255|sil xu2 mou3 shi2 kou2 fou3 ren4 sp1 bing4 yu3 she4 you3 fa1 sheng1 le5 ji1 lie4 zheng1 chao3 sil|sil 徐 某 矢 口 否 认 sp1 并 与 舍 友 发 生 了 激 烈 争 吵 sil|29 22 23 17 17 18 21 15 16 10 21 17 19 14 11 12 16 17 27 29|0.0|4.31 +006256|sil ta1 zi4 ran2 ye3 jiu4 mei2 you3 zhi1 fu4 dang1 chu1 yue1 ding4 de5 fu2 yang3 fei4 le5 sil|sil 她 自 然 也 就 没 有 支 付 当 初 约 定 的 抚 养 费 了 sil|26 16 15 28 13 11 12 14 15 15 15 13 15 13 7 13 18 19 19 26|0.0|3.755 +006257|sil ta1 xiang3 dui4 xie4 jing3 yuan1 dao4 qian4 sp1 xie4 jing3 yuan1 yi4 zhuan3 shen1 sp1 wang3 er4 hao4 shi4 zou3 sp1 ba3 ta1 liang4 zai4 na4 li3 sil|sil 他 想 对 谢 景 渊 道 歉 sp1 谢 景 渊 一 转 身 sp1 往 二 号 室 走 sp1 把 他 晾 在 那 里 sil|25 18 19 15 16 15 17 14 26 26 16 12 20 15 21 25 7 16 17 16 17 21 10 13 13 19 11 16 24 27|0.0|6.115 +006258|sil xian4 chang2 dian3 zhui4 zhe5 xu3 duo1 jie2 bai2 de5 mei2 gui1 sp1 bu4 zhi4 de5 she1 hua2 you4 lang4 man4 sil|sil 现 场 点 缀 着 许 多 洁 白 的 玫 瑰 sp1 布 置 得 奢 华 又 浪 漫 sil|29 24 23 18 16 14 19 17 15 14 6 19 23 20 16 17 14 24 20 12 21 25 29|0.0|5.05 +006259|sil ai1 er3 sang1 chang2 dui4 ren2 shuo1 sp1 si4 shi5 tian1 jian1 de5 chun3 shi4 sp1 wo3 si4 shi5 nian2 dou1 chang2 huan2 bu4 qing1 sil|sil 埃 尔 桑 常 对 人 说 sp1 四 十 天 间 的 蠢 事 sp1 我 四 十 年 都 偿 还 不 清 sil|29 14 14 21 19 12 16 25 22 15 12 17 13 8 20 22 16 12 15 12 22 13 20 18 12 30 30|0.0|5.56 +006260|sil gu3 dai4 de5 nan2 hai2 zi5 er4 shi5 sui4 zuo3 you4 sp1 nv3 hai2 zi5 shi2 wu3 sui4 zuo3 you4 jiu4 neng2 jie2 hun1 la5 sil|sil 古 代 的 男 孩 子 二 十 岁 左 右 sp1 女 孩 子 十 五 岁 左 右 就 能 结 婚 啦 sil|27 16 15 6 19 20 14 16 12 15 15 22 21 13 18 14 19 13 14 14 19 12 14 15 19 24 28|0.0|5.27 +006261|sil zuo2 tian1 qing1 chen2 sp1 huo4 che1 si4 jiao3 chao2 tian1 sp1 shi2 yong4 you2 sa3 le5 yi2 di4 sil|sil 昨 天 清 晨 sp1 货 车 四 脚 朝 天 sp1 食 用 油 洒 了 一 地 sil|27 17 13 20 28 17 18 22 17 13 19 25 13 20 11 16 17 12 14 18 28|0.0|4.475 +006262|sil ai4 guo2 bi4 yao4 qu4 nan2 jing1 sp1 yin1 wei4 nan2 jing1 you2 xu3 duo1 ke3 jin4 xing2 ai4 guo2 zhu3 yi4 jiao4 yu4 de5 ming2 sheng4 gu3 ji4 sil|sil 爱 国 必 要 去 南 京 sp1 因 为 南 京 有 许 多 可 进 行 爱 国 主 义 教 育 的 名 胜 古 迹 sil|29 20 23 12 13 13 19 24 26 10 22 21 19 12 16 18 22 18 20 18 13 12 10 20 12 11 18 19 14 23 30|0.0|6.47 +006263|sil lin2 yu3 xiang2 ju4 shi2 jiao1 dai4 sp1 liu2 yong3 de5 ci2 wo3 bu4 shu2 sp1 ou1 yang2 xiu1 de5 hai2 ke2 yi3 sil|sil 林 雨 翔 据 实 交 代 sp1 柳 永 的 词 我 不 熟 sp1 欧 阳 修 的 还 可 以 sil|28 15 13 26 12 15 19 24 19 15 16 9 22 15 14 29 20 12 17 19 12 17 19 22 28|0.0|5.31 +006264|sil xia4 shui3 dao4 si4 bi4 zheng3 jie2 sp1 mei2 you2 xiang3 xiang4 zhong1 de5 wu1 hui4 yu3 xing1 chou4 sil|sil 下 水 道 四 壁 整 洁 sp1 没 有 想 象 中 的 污 秽 与 腥 臭 sil|31 21 16 20 17 13 18 27 15 9 13 18 17 12 10 17 19 12 20 27 28|0.0|4.41 +006265|sil guan4 che4 luo4 shi2 ju4 bu4 zhi1 fu4 lao2 dong4 bao4 chou2 zui4 si1 fa2 jie3 shi4 sil|sil 贯 彻 落 实 拒 不 支 付 劳 动 报 酬 罪 司 法 解 释 sil|25 18 12 17 24 22 9 17 19 22 14 13 16 16 16 15 17 22 28|0.0|3.97 +006266|sil wu2 mou3 xin1 xu1 sp1 ting1 dao4 dong4 jing4 sp1 li4 ji2 liu1 chu1 hou4 men2 duo2 qi3 lai5 sil|sil 吴 某 心 虚 sp1 听 到 动 静 sp1 立 即 溜 出 后 门 躲 起 来 sil|30 9 17 19 26 9 20 13 19 19 9 18 18 17 15 17 20 18 16 21 27|0.0|4.38 +006267|sil dan4 ming4 yun4 yong2 yuan3 chui2 qing1 sha2 sha3 de5 hai2 zi5 sp1 zhe4 si4 hu1 shi4 yong3 heng2 bu2 bian4 de5 ding4 lv4 sil|sil 但 命 运 永 远 垂 青 傻 傻 的 孩 子 sp1 这 似 乎 是 永 恒 不 变 的 定 律 sil|28 16 21 23 18 14 17 17 21 17 6 22 18 28 13 18 17 20 19 19 13 15 9 19 21 30|0.0|5.564 +006268|sil dang4 tian1 sp1 ta1 mai4 le5 yi2 kuai4 jin1 kuai4 dang1 zuo4 pan2 chan5 sil|sil 当 天 sp1 他 卖 了 一 块 金 块 当 作 盘 缠 sil|26 17 25 8 14 16 8 11 17 18 24 15 12 24 22 29|0.0|3.32 +006269|sil duan2 duan3 shi2 lai2 fen1 zhong1 lian2 qiang2 liang3 ren2 sp1 zhe4 huo3 qiang2 fei3 qi4 yan4 tai4 xiao1 zhang1 le5 sil|sil 短 短 十 来 分 钟 连 抢 两 人 sp1 这 伙 抢 匪 气 焰 太 嚣 张 了 sil|25 20 18 11 16 17 22 17 18 12 27 21 15 12 22 20 23 10 19 17 19 14 28|0.0|4.91 +006270|sil tong2 shi2 sp1 zhe4 ye3 yi4 wei4 zhe5 sp1 bi4 xu1 you3 zu2 gou4 de5 ren2 cai2 chu3 bei4 sil|sil 同 时 sp1 这 也 意 味 着 sp1 必 须 有 足 够 的 人 才 储 备 sil|27 19 25 8 15 9 14 15 17 4 12 15 14 19 15 7 16 16 21 23 28|0.0|3.935 +006271|sil qian2 wu3 ge5 yue4 wai4 mao4 chu1 kou3 de5 liang2 hao3 shi4 tou2 neng2 fou3 chi2 xu4 sil|sil 前 五 个 月 外 贸 出 口 的 良 好 势 头 能 否 持 续 sil|26 23 14 12 18 12 15 16 15 6 17 15 16 20 18 14 18 23 28|0.0|3.79 +006272|sil zui4 chu1 de5 chuang4 ye4 chong1 dong4 sp1 yuan2 yu2 ji3 nian2 qian2 de5 sp1 huan4 wu4 gai4 nian4 sil|sil 最 初 的 创 业 冲 动 sp1 缘 于 几 年 前 的 sp1 换 物 概 念 sil|28 18 18 10 18 11 21 16 7 15 15 12 18 19 16 12 23 14 15 27 26|0.0|4.165 +006273|sil zhi4 yu2 hou4 qi1 mei2 ti3 de5 bao4 dao4 sp1 zhi3 shi4 yi4 zhong2 chuai3 ce4 er2 yi3 sil|sil 至 于 后 期 媒 体 的 报 道 sp1 只 是 一 种 揣 测 而 已 sil|25 20 16 22 17 18 12 8 20 17 8 13 12 10 18 20 19 13 20 30|0.0|3.925 +006274|sil zhang1 chu2 bei3 piao1 sp1 di4 yi1 ge5 zhao3 shang4 de5 jiu4 shi4 lao3 xiang1 yi1 sha1 sil|sil 张 楚 北 漂 sp1 第 一 个 找 上 的 就 是 老 乡 伊 沙 sil|25 22 24 18 29 14 12 9 12 17 21 14 13 9 17 20 14 30 28|0.0|4.045 +006275|sil cong2 jin3 de5 huo4 bi4 zheng4 ce4 sp1 shi4 e4 zhi4 tou2 zi1 guo4 re4 he2 tong1 huo4 peng2 zhang4 ya1 li4 de5 shou3 duan4 sil|sil 从 紧 的 货 币 政 策 sp1 是 遏 制 投 资 过 热 和 通 货 膨 胀 压 力 的 手 段 sil|26 27 15 9 17 12 19 21 15 15 17 15 20 15 17 21 19 15 14 20 17 15 11 8 17 26 30|0.0|5.49 +006276|sil lou2 zhu2 you3 yi4 nan2 xing4 tong2 xue2 sp1 gong1 ren4 de5 xue2 ba4 sp1 dao4 da4 san1 le5 sp1 dou1 mei2 tan2 guo4 lian4 ai4 sil|sil 楼 主 有 一 男 性 同 学 sp1 公 认 的 学 霸 sp1 到 大 三 了 sp1 都 没 谈 过 恋 爱 sil|29 20 18 15 9 18 16 15 25 5 16 12 9 18 21 23 13 15 20 13 5 11 13 18 11 15 24 29|0.0|5.29 +006277|sil lao2 ban3 shao1 le5 shao1 hou4 nao3 shao2 sp1 ming2 ming2 shi4 wu3 zhi1 sp1 zen3 me5 sp1 zhi2 you3 yi4 zhi1 le5 sil|sil 老 板 捎 了 捎 后 脑 勺 sp1 明 明 是 五 只 sp1 怎 么 sp1 只 有 一 只 了 sil|30 18 21 16 10 16 14 16 28 27 13 14 14 17 24 8 20 15 10 14 12 19 16 15 27|0.0|5.04 +006278|sil mo4 fei1 ta1 de5 ming4 yun4 zhen1 de5 shou4 dao4 fa2 lao3 de5 cao1 zong4 sil|sil 莫 非 她 的 命 运 真 的 受 到 法 老 的 操 纵 sil|28 14 21 17 7 17 23 15 9 16 16 16 14 6 21 28 27|0.0|3.42 +006279|sil hun1 hou4 sp1 liang3 ren2 mo2 ca1 bu2 duan4 sil|sil 婚 后 sp1 两 人 摩 擦 不 断 sil|26 17 24 5 16 18 15 19 13 24 27|0.0|2.37 +006280|sil di4 yi1 dao4 zha2 men2 shi4 wei4 sheng1 ju2 sil|sil 第 一 道 闸 门 市 卫 生 局 sil|25 15 11 15 17 26 19 13 18 28 28|0.0|2.5 +006281|sil zhe4 rang4 geng3 song1 kan4 dao4 le5 xi1 wang4 sil|sil 这 让 耿 松 看 到 了 希 望 sil|24 15 19 19 23 21 11 9 20 24 30|0.0|2.495 +006282|sil ta1 ruan2 ruan3 de5 tang3 zai4 yi3 zi5 shang4 sil|sil 他 软 软 地 躺 在 椅 子 上 sil|26 23 19 19 13 18 13 15 15 26 29|0.0|2.51 +006283|sil zhe4 shi4 wan4 da2 de5 jiong3 jing4 suo3 zai4 sil|sil 这 是 万 达 的 窘 境 所 在 sil|26 17 21 20 17 13 21 17 16 27 27|0.0|2.58 +006284|sil nan2 zi2 zou3 lu4 de5 zi1 shi4 yao2 yao2 huang4 huang4 de5 sp1 rang4 gao1 zhou1 you3 xie1 jing3 jue2 sil|sil 男 子 走 路 的 姿 势 摇 摇 晃 晃 的 sp1 让 高 周 有 些 警 觉 sil|28 17 13 16 16 8 16 20 20 18 18 20 14 8 17 16 19 11 14 19 29 27|0.0|4.46 +006285|sil zhou1 ke4 hua2 zu1 zhu4 de5 fang2 wu1 sp1 wei4 yu2 xiao3 qu1 san1 dan1 yuan2 liu4 ling2 wu3 fang2 jian1 sil|sil 周 克 华 租 住 的 房 屋 sp1 位 于 小 区 三 单 元 六 零 五 房 间 sil|27 18 18 24 15 12 9 21 21 9 10 14 19 18 19 14 23 15 14 15 20 26 28|0.0|4.745 +006286|sil guan3 dao4 yu3 ji1 shen1 jie1 kou3 chu4 sp1 bei4 fu3 shi2 chu1 yi2 ge5 wan2 kou3 da4 de5 dong4 sil|sil 管 道 与 机 身 接 口 处 sp1 被 腐 蚀 出 一 个 碗 口 大 的 洞 sil|25 25 24 16 15 16 14 18 21 11 15 15 13 17 12 17 22 18 14 9 20 31|0.0|4.505 +006287|sil zhe4 hai2 bu4 bao1 kuo4 yin1 kai1 che1 bai3 nong4 shou3 ji1 he2 liu2 lan2 dao3 hang2 xi4 tong3 er2 sang4 sheng1 de5 ren2 shu4 sil|sil 这 还 不 包 括 因 开 车 摆 弄 手 机 和 浏 览 导 航 系 统 而 丧 生 的 人 数 sil|27 17 18 11 19 24 21 18 21 13 16 20 22 16 14 17 16 19 17 20 16 19 13 11 14 22 29|0.0|5.69 +006288|sil zai4 deng4 xin1 hua2 jing1 chang2 deng1 lu4 de5 hu2 lu5 si1 zhuan1 ye4 wang3 zhan4 shang4 sp1 dao4 nian4 tie3 zi5 bu2 duan4 geng1 xin1 sil|sil 在 邓 新 华 经 常 登 录 的 葫 芦 丝 专 业 网 站 上 sp1 悼 念 帖 子 不 断 更 新 sil|28 22 14 16 24 15 17 13 19 14 18 11 15 13 13 17 18 23 24 15 16 21 15 12 17 15 27 30|0.0|5.83 +006289|sil wo3 men5 jue2 de5 he2 weng4 an1 shi4 jian4 de5 qing2 kuang4 bi3 jiao4 wen3 he2 sp1 jiu4 zai4 weng4 an1 shi4 dian3 le5 sil|sil 我 们 觉 得 和 瓮 安 事 件 的 情 况 比 较 吻 合 sp1 就 在 瓮 安 试 点 了 sil|31 7 12 16 19 16 16 14 16 12 6 18 20 9 15 16 27 13 15 14 15 13 17 21 20 27|0.0|4.935 +006290|sil chao2 cun1 zi5 yi2 lu4 zou3 qu4 sp1 sui2 chu4 dou1 ke2 yi3 kan4 dao4 yi4 dui1 dui1 bei4 reng1 zai4 lu4 bian1 de5 pu2 tao5 sil|sil 朝 村 子 一 路 走 去 sp1 随 处 都 可 以 看 到 一 堆 堆 被 扔 在 路 边 的 葡 萄 sil|22 27 24 18 10 17 19 24 31 22 21 15 9 11 23 17 15 16 20 14 18 12 20 15 9 23 28 24|0.0|6.085 +006291|sil tao2 bu4 liang3 ce4 de5 ren2 mian4 xiang4 er3 duo5 sil|sil 陶 瓿 两 侧 的 人 面 像 耳 朵 sil|25 26 19 19 15 8 15 23 19 21 21 29|0.0|2.79 +006292|sil yi3 zhi4 yu2 qu1 yu4 guo4 fen4 ji2 zhong1 sp1 ye4 wu4 fan4 wei2 tai4 guo4 zhai2 xiao3 sp1 gong1 si1 quan2 li4 que1 fa2 zhi4 heng2 sil|sil 以 至 于 区 域 过 分 集 中 sp1 业 务 范 围 太 过 窄 小 sp1 公 司 权 利 缺 乏 制 衡 sil|30 13 17 20 23 16 14 15 15 22 30 11 10 20 18 18 13 19 27 16 16 12 19 17 17 15 19 29 29|0.0|6.265 +006293|sil qi2 zhong1 fen1 cun4 de5 na2 nie1 sp1 hai2 zhen1 xu1 yao4 huo3 hou5 sil|sil 其 中 分 寸 的 拿 捏 sp1 还 真 需 要 火 候 sil|25 20 23 21 15 7 17 21 7 17 15 13 14 21 21 30|0.0|3.335 +006294|sil xu3 duo1 ren2 gan1 cui4 xie2 yi4 deng1 sp1 tang2 dao3 zai4 zuo4 wei4 shang4 sp1 jiang1 ying4 zuo4 dang1 ying4 wo4 lai2 shi3 sil|sil 许 多 人 干 脆 鞋 一 蹬 sp1 躺 倒 在 座 位 上 sp1 将 硬 座 当 硬 卧 来 使 sil|28 17 13 21 17 17 14 14 21 8 24 14 12 12 14 23 24 21 21 18 19 14 18 17 24 33|0.0|5.555 +006295|sil ge4 shi4 kou3 yin1 hun4 za2 zhe5 sp1 da4 ting1 li3 xi1 xi1 rang2 rang3 sil|sil 各 式 口 音 混 杂 着 sp1 大 厅 里 熙 熙 攘 攘 sil|26 17 16 18 18 19 19 16 15 18 19 18 18 15 18 25 34|0.0|3.82 +006296|sil yin1 wei4 zao2 qi3 de5 niao3 you3 shi2 chi1 sp1 zao3 kai1 de5 hua1 you2 shui3 he1 sil|sil 因 为 早 起 的 鸟 有 食 吃 sp1 早 开 的 花 有 水 喝 sil|28 12 21 20 14 8 30 17 21 30 14 21 17 9 30 15 19 29 30|0.0|4.47 +006297|sil liang2 yang4 jun1 you4 wen4 sp1 lin2 xiong1 sp1 ni3 shi4 bu2 shi4 ye2 you3 na4 ge5 ne5 sil|sil 梁 样 君 又 问 sp1 林 兄 sp1 你 是 不 是 也 有 那 个 呢 sil|29 16 16 19 15 22 28 15 26 16 10 16 7 15 13 15 20 7 25 30|0.0|4.185 +006298|sil yu3 qu4 nian2 xiang1 bi3 sp1 hang2 zhou1 jin1 nian2 chu1 xue2 wan3 le5 yi2 ge5 yue4 sil|sil 与 去 年 相 比 sp1 杭 州 今 年 初 雪 晚 了 一 个 月 sil|27 15 19 15 21 22 11 23 15 13 14 18 25 16 8 16 17 20 30|0.0|4.01 +006299|sil gao1 lin2 shuo1 sp1 ta1 de5 shuo4 shi4 bi4 ye4 lun4 wen2 kuai4 yao4 wan2 cheng2 le5 sil|sil 高 林 说 sp1 她 的 硕 士 毕 业 论 文 快 要 完 成 了 sil|28 16 16 26 7 18 16 16 14 11 10 17 20 16 11 16 20 16 30|0.0|3.76 +006300|sil yi4 xie1 you1 zhi4 zhong1 guo2 gai4 nian4 gu3 sp1 ming2 xian2 fan3 tan2 sil|sil 一 些 优 质 中 国 概 念 股 sp1 明 显 反 弹 sil|27 12 23 17 16 16 10 16 19 20 9 14 17 18 37 25|0.0|3.435 +006301|sil de2 er3 hui4 yun4 dong4 pin3 pai2 dian4 cang1 ku4 de5 chuang1 hu5 tie3 lan2 gan1 bei4 jian3 duan4 sil|sil 德 尔 惠 运 动 品 牌 店 仓 库 的 窗 户 铁 栏 杆 被 剪 断 sil|27 15 15 24 18 13 14 20 18 20 14 8 20 15 16 19 20 16 19 25 29|0.0|4.475 +006302|sil mei2 liang3 gao1 guan1 lian2 fang4 hen3 hua4 sp1 zhan4 yun2 si4 hu1 zheng4 zai4 hai3 wan1 shang4 kong1 zhou4 ju4 sil|sil 美 两 高 官 连 放 狠 话 sp1 战 云 似 乎 正 在 海 湾 上 空 骤 聚 sil|29 21 21 16 23 19 18 16 27 23 21 26 22 23 21 17 22 11 17 16 17 25 31|0.0|5.595 +006303|sil rang4 yan1 hua1 guan1 shang2 zhe2 gan3 dao4 zui4 tong4 ku3 de5 shi4 jiao1 tong1 yong1 du3 sil|sil 让 烟 花 观 赏 者 感 到 最 痛 苦 的 是 交 通 拥 堵 sil|28 20 15 16 17 21 20 19 11 14 20 18 20 17 15 18 17 25 30|0.0|4.195 +006304|sil ma3 ding1 gui4 zai4 di4 shang4 ai1 ge4 dian3 ran2 la4 zhu5 sil|sil 马 丁 跪 在 地 上 挨 个 点 燃 蜡 烛 sil|29 20 21 17 15 16 22 20 17 13 15 21 23 28|0.0|3.22 +006305|sil zhe4 xie1 wen4 ti2 ken2 qing3 zheng4 fu2 jin3 kuai4 jie3 jue2 sil|sil 这 些 问 题 恳 请 政 府 尽 快 解 决 sil|25 15 17 15 23 22 17 18 16 17 18 15 30 28|0.0|3.21 +006306|sil qi2 jian1 sp1 ta1 men5 hai2 zai4 yu3 ban1 chan2 de5 guan1 xi5 wen4 ti2 shang4 sp1 tong2 ya4 dong1 ga2 xia4 sp1 lian2 xi4 guo4 liang3 ci4 sil|sil 其 间 sp1 他 们 还 在 与 班 禅 的 关 系 问 题 上 sp1 同 亚 东 噶 厦 sp1 联 系 过 两 次 sil|26 20 25 7 14 10 15 14 19 18 20 7 16 11 14 16 25 21 25 16 17 19 23 4 18 12 12 20 22 29|0.0|5.98 +006307|sil zhe4 xie1 si1 zai2 dian3 zhi2 jie1 yong4 tan4 zhao4 deng1 zhao4 ming2 sp1 zheng3 ge4 shan1 tou2 dou1 deng1 huo3 tong1 ming2 sil|sil 这 些 私 宰 点 直 接 用 探 照 灯 照 明 sp1 整 个 山 头 都 灯 火 通 明 sil|23 16 19 17 19 29 17 17 16 21 15 15 15 31 19 19 10 23 25 15 19 18 20 29 28|0.0|5.745 +006308|sil gai1 yuan2 de5 dong4 wu4 long2 she4 li3 de5 kong1 tiao2 feng1 shan4 deng3 jiang4 wen1 she4 bei4 quan2 mian4 qi3 dong4 sil|sil 该 园 的 动 物 笼 舍 里 的 空 调 风 扇 等 降 温 设 备 全 面 启 动 sil|26 22 18 14 13 12 17 21 12 18 24 27 20 26 19 15 13 19 17 21 18 17 24 32|0.0|5.395 +006309|sil yuan2 lai2 wo2 ye3 shi4 ren2 lei4 ya5 sp1 wo3 hai2 yi3 wei2 wo3 shi4 ji1 qi4 ren2 sil|sil 原 来 我 也 是 人 类 呀 sp1 我 还 以 为 我 是 机 器 人 sil|30 12 32 14 14 11 12 23 21 21 11 15 10 20 13 14 16 21 26 28|0.0|4.23 +006310|sil huo4 zhe3 ta1 men5 zai4 jia3 liao4 zhong1 chan1 jin4 zhen1 liao4 sp1 rang4 ren2 zhen1 jia3 nan2 bian4 sil|sil 或 者 他 们 在 假 料 中 掺 进 真 料 sp1 让 人 真 假 难 辨 sil|27 21 25 16 11 14 17 17 19 20 15 14 23 8 15 24 18 16 21 21 32|0.0|4.575 +006311|sil bei3 shang4 guang3 shen1 sp1 si4 da4 yi1 xian4 cheng2 shi4 geng4 shi4 huo4 de2 le5 sheng4 shi4 rong2 chong3 sil|sil 北 上 广 深 sp1 四 大 一 线 城 市 更 是 获 得 了 盛 世 荣 宠 sil|26 20 25 18 27 6 16 19 11 16 19 21 16 12 18 11 11 20 14 19 32 28|0.0|4.7 +006312|sil gu3 shi4 die1 zhe4 me5 can3 sp1 wo3 bu4 xiang3 huo2 le5 sil|sil 股 市 跌 这 么 惨 sp1 我 不 想 活 了 sil|25 19 21 17 13 10 31 11 14 12 21 20 17 27|0.0|3.0 +006313|sil jin1 tian1 tou1 lan3 mei2 kan4 shu1 sp1 bei4 ni3 fa1 xian4 la5 sil|sil 今 天 偷 懒 没 看 书 sp1 被 你 发 现 啦 sil|26 19 17 17 18 10 19 25 8 11 14 19 22 23 30|0.0|3.23 +006314|sil wo2 sheng3 shang1 chao1 ji2 ti3 xiang4 guo2 jia1 fa1 gai2 wei3 de5 su4 qiu2 sp1 ke3 neng2 jiang1 sp1 da3 cuo4 suan4 pan5 sil|sil 我 省 商 超 集 体 向 国 家 发 改 委 的 诉 求 sp1 可 能 将 sp1 打 错 算 盘 sil|30 13 17 17 27 21 21 20 13 13 14 12 11 11 17 27 5 15 15 22 4 16 16 22 25 31|0.0|5.28 +006315|sil zhe4 tiao2 wang2 tie3 xun4 su4 yin3 fa1 wang2 you3 guan1 zhu4 sil|sil 这 条 网 帖 迅 速 引 发 网 友 关 注 sil|25 16 20 17 22 19 14 13 23 14 13 19 19 29|0.0|3.055 +006316|sil hai3 wai4 she1 chi5 pin2 wang3 zhan4 ye3 an4 na4 bu2 zhu4 sil|sil 海 外 奢 侈 品 网 站 也 按 捺 不 住 sil|27 19 18 14 13 17 16 20 14 16 17 15 21 27|0.0|2.95 +006317|sil zai4 you2 xi4 ju4 ben3 chuang4 zuo4 zhong1 sp1 da3 shui2 sil|sil 在 游 戏 剧 本 创 作 中 sp1 打 谁 sil|25 22 16 14 15 12 20 13 18 8 18 31 28|0.0|2.785 +006318|sil zhe4 jie1 lai2 zhi1 shi2 sp1 yu2 wo3 er2 yan2 sp1 nan2 na5 sil|sil 这 嗟 来 之 食 sp1 于 我 而 言 sp1 难 呐 sil|28 21 15 17 17 26 9 14 10 16 26 8 26 25 28|0.0|3.315 +006319|sil tu2 wei2 kua3 ta1 wei2 qiang2 de5 ju4 da4 zhuan1 shi2 sil|sil 图 为 垮 塌 围 墙 的 巨 大 砖 石 sil|27 22 23 21 19 15 22 13 15 13 20 31 28|0.0|3.125 +006320|sil xian1 lai2 kan4 kan5 liu2 huang3 song1 de5 ji4 suan4 sil|sil 先 来 看 看 刘 熀 松 的 计 算 sil|27 16 16 20 18 14 23 15 9 16 24 32|0.0|2.665 +006321|sil nian4 de5 zhen1 hao3 ting1 sp1 gan3 mingr2 r jiao1 jiao1 wo3 sil|sil 念 的 真 好 听 sp1 赶 明 儿 教 教 我 sil|25 19 10 15 19 27 20 18 31 0 14 21 26 29|0.0|3.185 +006322|sil zhi1 hou4 sp1 xu2 wu3 bei4 zhe4 huo3 ren2 lu2 zou3 sil|sil 之 后 sp1 徐 武 被 这 伙 人 掳 走 sil|23 17 29 5 27 23 15 13 15 19 16 30 25|0.0|2.98 +006323|sil yuan2 lai2 ta1 er3 duo5 you4 bu4 long2 sp1 dou1 hui4 shuo1 sil|sil 原 来 她 耳 朵 又 不 聋 sp1 都 会 说 sil|29 13 21 19 16 12 15 14 27 10 15 18 26 29|0.0|3.06 +006324|sil sui2 hou4 sp1 he2 bei4 bu4 you4 bei4 tong2 liang3 dao1 sil|sil 随 后 sp1 何 背 部 又 被 捅 两 刀 sil|28 18 22 10 22 18 20 19 13 19 18 25 29|0.0|3.025 +006325|sil ci3 wai4 sp1 jia1 qiang2 gai2 shui3 yin2 shui3 li4 du4 sil|sil 此 外 sp1 加 强 改 水 引 水 力 度 sil|25 21 25 4 21 30 24 29 17 17 21 19 30|0.0|3.28 +006326|sil zhu4 nar3 r wo2 ye3 shi4 nv3 de5 sp1 shou2 xuan2 nv3 sheng1 sil|sil 住 哪 儿 我 也 是 女 的 sp1 首 选 女 生 sil|27 19 26 0 12 14 15 21 17 8 20 17 17 29 30|0.0|3.155 +006327|sil ran2 er2 sp1 zhen1 ji4 yun3 mie4 jing1 shen2 bu4 xiu3 sil|sil 然 而 sp1 真 迹 陨 灭 精 神 不 朽 sil|26 23 21 4 19 15 19 29 21 20 13 28 29|0.0|3.095 +006328|sil jian3 zhi2 shi4 yi2 ge5 ren2 ding2 liang3 ge5 ren2 yong4 sil|sil 简 直 是 一 个 人 顶 两 个 人 用 sil|24 23 14 23 15 13 17 18 20 7 19 24 28|0.0|2.845 +006329|sil dui4 ci3 cha2 cha2 ye2 you3 zi4 ji3 de5 wei3 qu1 sil|sil 对 此 查 查 也 有 自 己 的 委 屈 sil|27 17 33 23 24 13 14 12 10 10 17 27 30|0.0|2.985 +006330|sil rong2 bu4 rong2 yi4 qiang2 zou3 ao4 men2 de5 ke4 ren2 sil|sil 容 不 容 易 抢 走 澳 门 的 客 人 sil|24 22 10 16 15 24 16 16 19 9 20 28 25|0.0|2.835 +006331|sil yin1 ci3 sp1 bao3 hu4 jiang1 tun2 yi3 ke4 bu4 rong2 huan3 sil|sil 因 此 sp1 保 护 江 豚 已 刻 不 容 缓 sil|29 18 28 11 17 16 21 21 21 20 10 19 29 29|0.0|3.35 +006332|sil hei1 an4 zhong1 sp1 ta1 pa1 zai4 di4 shang4 mo1 suo3 sil|sil 黑 暗 中 sp1 她 趴 在 地 上 摸 索 sil|23 18 20 26 10 17 19 14 11 17 17 30 30|0.0|2.925 +006333|sil zhou1 xiu4 na4 zi1 nan2 you3 bi4 nian2 sp1 liang3 ren2 jiang1 fu4 tai4 guo2 xiang3 shou4 yang2 guang1 yu2 hai3 tan1 sil|sil 周 秀 娜 孖 男 友 避 年 sp1 两 人 将 赴 泰 国 享 受 阳 光 与 海 滩 sil|30 16 17 22 17 17 12 14 33 19 17 20 16 12 22 22 21 18 19 25 11 17 30 28|0.0|5.52 +006334|sil hao3 sp1 jin4 wo4 shi4 lai2 sp1 lao3 niang2 gei2 ni2 zhun3 bei4 le5 cuo1 yi1 ban3 sil|sil 好 sp1 进 卧 室 来 sp1 老 娘 给 你 准 备 了 搓 衣 板 sil|23 33 5 22 13 15 26 25 15 23 11 12 17 10 11 23 13 26 28|0.0|4.075 +006335|sil mu4 qian2 sp1 nian1 hua1 si4 de5 shi3 yong4 quan2 gui1 shu3 zhong1 guo2 ren2 min2 da4 xue2 yin4 shua1 chang3 sil|sil 目 前 sp1 拈 花 寺 的 使 用 权 归 属 中 国 人 民 大 学 印 刷 厂 sil|26 12 34 15 18 19 18 9 16 15 27 18 26 18 10 14 13 16 13 15 19 31 27|0.0|4.985 +006336|sil xue3 shang4 jia1 shuang1 de5 liao2 ning2 dui4 sp1 bu2 duan4 diao4 bing1 qian3 jiang4 sp1 shi4 tu2 wan3 hui2 bai4 ju2 sil|sil 雪 上 加 霜 的 辽 宁 队 sp1 不 断 调 兵 遣 将 sp1 试 图 挽 回 败 局 sil|31 19 20 17 16 6 16 19 18 7 14 18 17 17 18 24 10 18 25 18 19 18 26 31|0.0|5.13 +006337|sil rao2 rang3 yi4 fan1 hou4 sp1 huan4 chao1 zhe3 zi4 xing2 li2 kai1 sp1 yin2 hang2 lu4 xu4 hui1 fu4 zheng4 chang2 sil|sil 扰 攘 一 番 后 sp1 换 钞 者 自 行 离 开 sp1 银 行 陆 续 恢 复 正 常 sil|30 19 17 12 18 19 13 21 19 18 14 14 15 30 23 17 25 15 16 14 12 18 30 33|0.0|5.365 +006338|sil cong2 qi2 guo4 wang3 de5 zhong2 zhong3 xi4 jie2 zhong1 sp1 huo4 neng2 guan3 kui1 yi1 er4 sil|sil 从 其 过 往 的 种 种 细 节 中 sp1 或 能 管 窥 一 二 sil|27 24 16 17 20 13 17 13 13 14 25 3 14 22 19 23 15 21 29|0.0|4.005 +006339|sil liang3 shi4 jin3 jia1 dian4 sp1 nong2 lin2 mu4 yu2 sp1 shi2 pin3 niang4 jiu2 ban3 kuai4 shou1 hong2 sil|sil 两 市 仅 家 电 sp1 农 林 牧 渔 sp1 食 品 酿 酒 板 块 收 红 sil|29 19 20 24 27 27 5 20 13 23 24 5 23 36 19 14 16 16 19 30 32|0.0|5.12 +006340|sil wei4 le5 wen2 tuo2 qi3 jian4 sp1 jin3 jie1 zhe5 sp1 sa2 shui3 che1 you4 jin4 xing2 le5 di4 er4 ci4 qing1 xi3 sil|sil 为 了 稳 妥 起 见 sp1 紧 接 着 sp1 洒 水 车 又 进 行 了 第 二 次 清 洗 sil|31 11 19 14 16 16 21 9 21 15 16 5 21 13 22 13 15 14 11 11 14 15 19 25 29|0.0|4.835 +006341|sil ta1 de5 zao4 xing2 ye3 xiang1 dang1 nian2 qing1 xian4 dai4 sp1 yi4 gai3 zai4 jia3 zhang1 ke1 pian4 zhong1 de5 tu3 niu1 xing2 xiang4 sil|sil 她 的 造 型 也 相 当 年 轻 现 代 sp1 一 改 在 贾 樟 柯 片 中 的 土 妞 形 象 sil|27 18 8 18 29 16 20 15 17 15 22 22 30 11 23 20 16 17 14 20 18 10 19 21 18 22 30|0.0|5.985 +006342|sil gu4 zhang4 che1 liang4 jiu4 yuan2 fu2 wu4 shou1 fei4 sp1 shi2 xing2 zheng4 fu3 ding4 jia4 guan2 li3 sil|sil 故 障 车 辆 救 援 服 务 收 费 sp1 实 行 政 府 定 价 管 理 sil|27 19 17 13 19 13 13 17 9 20 21 4 21 26 19 16 14 17 17 23 29|0.0|4.345 +006343|sil shi2 ji4 shang4 sp1 ni3 yao4 mai4 sp1 hai2 yao4 mai4 geng4 pian2 yi5 de5 jia4 ge2 sil|sil 实 际 上 sp1 你 要 卖 sp1 还 要 卖 更 便 宜 的 价 格 sil|29 17 16 28 8 11 11 25 10 13 11 19 19 20 11 10 22 28 29|0.0|3.915 +006344|sil yao4 xin1 xiong1 kai1 kuo4 sp1 da2 guan1 xiang4 shang4 sp1 yan2 yi3 lv4 ji3 kuan1 yi3 dai4 ren2 sp1 sheng4 bu4 jiao1 sp1 bai4 bu4 nei3 sil|sil 要 心 胸 开 阔 sp1 达 观 向 上 sp1 严 以 律 己 宽 以 待 人 sp1 胜 不 骄 sp1 败 不 馁 sil|30 20 19 17 21 23 10 18 18 19 24 17 14 12 20 27 21 11 17 28 7 25 11 27 9 18 11 29 30|0.0|6.425 +006345|sil pang2 bian1 yi4 ge1 men5 chong4 na4 ba4 ba5 hou3 dao4 sp1 you2 ni3 zhe4 me5 jiao4 yu4 hai2 zi5 de5 ma5 sil|sil 旁 边 一 哥 们 冲 那 爸 爸 吼 到 sp1 有 你 这 么 教 育 孩 子 的 吗 sil|27 19 13 12 16 25 19 14 16 12 21 24 29 17 17 9 11 16 12 21 11 7 29 29|0.0|4.945 +006346|sil wo3 jin2 guan3 zuo4 le5 yi4 xie1 fu4 ze2 de5 gong1 zuo4 sp1 dan4 ye3 fan4 guo4 cuo4 wu4 sp1 zai1 guo4 gen1 dou5 sp1 peng4 guo4 ding1 zi5 sil|sil 我 尽 管 做 了 一 些 负 责 的 工 作 sp1 但 也 犯 过 错 误 sp1 栽 过 跟 斗 sp1 碰 过 钉 子 sil|29 13 17 18 14 8 8 18 15 13 9 20 22 15 17 13 16 12 23 19 13 21 12 22 17 10 19 13 22 20 28|0.0|5.985 +006347|sil shi4 ta1 men5 nao3 zi5 you3 mao2 bing4 sil|sil 是 他 们 脑 子 有 毛 病 sil|28 16 16 10 24 10 15 22 24 26|0.0|2.215 +006348|sil bao3 bei4 wan3 an1 sp1 hao3 meng4 sil|sil 宝 贝 晚 安 sp1 好 梦 sil|25 16 15 20 25 10 22 30 26|0.0|2.2 +006349|sil wen1 zhou1 le4 yuan2 hai2 ke2 yi3 sil|sil 温 州 乐 园 还 可 以 sil|28 16 15 17 21 18 19 29 26|0.0|2.2 +006350|sil wo3 men5 xian1 cong2 nar4 r kai1 shi3 mie4 sil|sil 我 们 先 从 那 儿 开 始 灭 sil|27 8 11 18 18 22 0 18 12 34 28|0.0|2.275 +006351|sil yin1 wei4 wo3 bu2 ai4 chi1 nan2 gua1 sil|sil 因 为 我 不 爱 吃 南 瓜 sil|28 15 25 18 14 16 16 21 28 27|0.0|2.415 +006352|sil chi1 li2 ke2 yi2 zhi3 ke2 run4 fei4 sil|sil 吃 梨 可 以 止 咳 润 肺 sil|26 22 24 18 12 17 20 16 23 27|0.0|2.385 +006353|sil lao4 guo4 zhi1 hou4 yi1 ran2 kang4 han4 sil|sil 涝 过 之 后 依 然 亢 旱 sil|28 21 15 17 18 13 18 21 26 28|0.0|2.375 +006354|sil yi4 xie1 zhuang1 zhe5 fang2 hu4 lan2 gan1 de5 chuang1 hu4 shang4 sp1 hai2 gua4 zhe5 wai1 lou2 de5 pai2 zi5 sil|sil 一 些 装 着 防 护 栏 杆 的 窗 户 上 sp1 还 挂 着 歪 楼 的 牌 子 sil|26 13 13 21 16 20 14 18 14 7 20 14 25 7 14 21 17 18 16 10 23 21 28|0.0|4.6 +006355|sil hong2 yi1 nan2 zi3 liang4 qiang4 zhe5 zou3 xiang4 lu4 bian1 ren2 xing2 dao4 sp1 yi2 pi4 gu5 zuo4 le5 xia4 qu4 sil|sil 红 衣 男 子 踉 跄 着 走 向 路 边 人 行 道 sp1 一 屁 股 坐 了 下 去 sil|22 19 13 22 21 26 23 17 19 24 14 13 15 20 24 25 11 18 15 16 10 21 25 26|0.0|5.33 +006356|sil she4 you3 ye2 hen2 xi3 huan1 zhe4 xie1 xiao3 wu1 gui1 sp1 jing1 chang2 ba3 ta1 men5 peng3 zai4 shou3 xin1 shang4 wan2 sil|sil 舍 友 也 很 喜 欢 这 些 小 乌 龟 sp1 经 常 把 它 们 捧 在 手 心 上 玩 sil|29 25 18 14 17 14 15 11 12 19 15 26 22 18 20 12 14 17 18 15 15 17 18 27 34|0.0|5.365 +006357|sil dui4 yu2 jia4 ge2 chuan4 tong1 sp1 xiao1 fei4 zhe3 ke2 yi3 yong4 jiao3 tou2 piao4 sp1 rang4 jia4 ge2 lian2 meng2 nan2 yi3 de2 cheng3 sil|sil 对 于 价 格 串 通 sp1 消 费 者 可 以 用 脚 投 票 sp1 让 价 格 联 盟 难 以 得 逞 sil|25 25 18 21 14 19 19 9 20 13 19 16 13 19 16 21 27 19 18 15 11 17 23 15 15 14 33 30|0.0|6.08 +006358|sil jing1 jian4 ding4 sp1 fang1 mou3 rong2 xi4 bei4 ta1 ren2 chi2 rui4 qi4 sp1 ci4 po4 xin1 zang4 zhi4 shi1 xue4 xing4 xiu1 ke4 si3 wang2 sil|sil 经 鉴 定 sp1 方 某 荣 系 被 他 人 持 锐 器 sp1 刺 破 心 脏 致 失 血 性 休 克 死 亡 sil|28 20 16 22 18 18 18 25 20 9 21 21 20 20 22 6 17 15 20 22 23 20 22 22 18 17 14 29 29|0.0|6.64 +006359|sil er2 er4 ling2 yi1 yi1 nian2 zeng1 jia1 wei2 sp1 ba1 wan4 qi1 qian1 ling2 yi1 shi2 liu4 ren2 sp1 zhan4 bai3 fen1 zhi1 ba1 dian3 er4 sil|sil 而 二 零 一 一 年 增 加 为 sp1 八 万 七 千 零 一 十 六 人 sp1 占 百 分 之 八 点 二 sil|31 27 14 16 17 11 28 17 18 21 9 20 18 14 17 22 13 10 18 23 18 20 16 10 17 15 19 23 31|0.0|6.19 +006360|sil wo3 de5 rou2 qing2 ni2 zong3 shi4 bu4 dong3 sil|sil 我 的 柔 情 你 总 是 不 懂 sil|28 17 7 19 32 14 20 14 13 29 27|0.0|2.555 +006361|sil yu2 shi4 sp1 yang2 yong3 zhan2 zhuan3 lai2 dao4 le5 he2 fei2 sil|sil 于 是 sp1 杨 勇 辗 转 来 到 了 合 肥 sil|28 13 24 9 23 21 20 13 18 13 11 18 31 28|0.0|3.135 +006362|sil ji3 fen1 zhong1 hou4 sp1 ku4 fang2 cuan1 chu1 shu4 mi3 gao1 de5 huo3 miao2 sp1 duo1 liang4 xiao1 fang2 che1 gan3 lai2 mie4 huo3 sil|sil 几 分 钟 后 sp1 库 房 蹿 出 数 米 高 的 火 苗 sp1 多 辆 消 防 车 赶 来 灭 火 sil|24 18 15 17 22 28 21 18 20 16 19 17 16 9 19 31 22 12 15 16 18 24 15 13 22 29 29|0.0|6.1 +006363|sil er2 tong2 ai2 xiao3 zheng4 sp1 ying1 zao3 fa1 xian4 sp1 zao3 zhi4 liao2 sp1 ji2 shi2 gan1 yu4 sp1 cai2 neng2 cheng2 jiu4 meng4 xiang3 de5 gao1 du4 sil|sil 儿 童 矮 小 症 sp1 应 早 发 现 sp1 早 治 疗 sp1 及 时 干 预 sp1 才 能 成 就 梦 想 的 高 度 sil|29 16 22 15 17 22 12 22 20 18 22 5 22 13 29 14 14 12 12 25 8 17 15 18 13 17 17 8 19 19 35|0.0|6.355 +006364|sil zhe4 xie1 hai2 zi5 heng2 liang2 shi4 fei1 dui4 cuo4 de5 biao1 zhun3 sp1 shen4 zhi4 wang2 wang3 can1 zhao4 zi4 ji2 xiao3 quan1 zi5 de5 biao1 zhun3 sil|sil 这 些 孩 子 衡 量 是 非 对 错 的 标 准 sp1 甚 至 往 往 参 照 自 己 小 圈 子 的 标 准 sil|26 15 12 25 17 21 22 15 16 14 18 6 19 26 21 19 20 18 15 18 16 12 15 19 21 9 9 17 28 27|0.0|6.225 +006365|sil yu2 dan1 bei4 qiang4 sheng1 shi4 yi2 jian4 gan1 ga4 shi4 sil|sil 于 丹 被 呛 声 是 一 件 尴 尬 事 sil|31 13 21 14 24 26 18 11 17 17 20 24 29|0.0|3.075 +006366|sil min2 jing3 shuo1 sp1 cong2 tan2 hua4 zhong1 gan3 jue2 dao4 ta1 yi4 qi5 you4 shuang3 kuai4 sil|sil 民 警 说 sp1 从 谈 话 中 感 觉 到 她 义 气 又 爽 快 sil|28 18 19 26 19 17 17 16 21 16 12 14 23 20 26 15 20 29 27|0.0|4.45 +006367|sil ci3 hou4 sp1 tao2 xiao4 xing1 shou1 shou4 hui4 lu4 zhi1 shi4 sp1 bian4 man4 man4 yan3 bian4 wei2 chi4 luo2 luo3 de5 jin1 qian2 jiao1 yi4 sil|sil 此 后 sp1 陶 校 兴 收 受 贿 赂 之 事 sp1 便 慢 慢 演 变 为 赤 裸 裸 的 金 钱 交 易 sil|29 21 23 22 19 20 19 19 16 17 13 16 24 23 19 18 14 15 19 21 20 14 16 10 18 18 19 24 29|0.0|6.44 +006368|sil gao1 cheng2 yi4 xin1 xiang3 yao4 ge5 er2 zi5 sp1 suo2 yi3 qu4 nian2 chun1 tian1 shi2 sp1 biao2 jie3 jiu4 huai2 yun4 le5 sil|sil 高 成 一 心 想 要 个 儿 子 sp1 所 以 去 年 春 天 时 sp1 表 姐 就 怀 孕 了 sil|26 19 29 14 18 19 12 12 19 17 25 14 14 11 15 17 18 20 8 20 14 13 21 17 19 30|0.0|5.355 +006369|sil ci3 wai4 sp1 gai1 wang2 dian3 bing4 wei4 ban4 li3 yan1 hua1 bao4 zhu2 gong1 zhong4 ze2 ren4 xian3 sil|sil 此 外 sp1 该 网 点 并 未 办 理 烟 花 爆 竹 公 众 责 任 险 sil|29 18 25 8 17 16 23 14 15 18 17 17 17 18 18 19 16 12 18 31 28|0.0|4.57 +006370|sil zuo2 ri4 sp1 chen2 jing3 he2 yu3 zou1 lai2 chang1 sp1 dou1 yi3 jue2 ding4 fu2 cong2 chu3 fa2 sil|sil 昨 日 sp1 陈 景 河 与 邹 来 昌 sp1 都 已 决 定 服 从 处 罚 sil|31 18 22 13 24 20 24 19 13 16 30 5 15 11 16 19 16 20 17 30 30|0.0|4.745 +006371|sil zui4 zhong1 sp1 yi3 yi1 dian3 ba1 yi1 ba1 qi1 liu4 yi4 yuan2 cheng2 gong1 duo2 biao1 sil|sil 最 终 sp1 以 一 点 八 一 八 七 六 亿 元 成 功 夺 标 sil|26 20 28 10 27 18 23 17 10 15 17 19 18 20 22 15 18 27 29|0.0|4.4 +006372|sil zhe4 ye3 wei4 li3 jing4 duo1 xi3 lin2 men2 de5 nian2 di3 cheng2 ji4 dan1 sp1 you4 jia1 shang4 le5 yi4 mo3 liang4 se4 sil|sil 这 也 为 李 静 多 喜 临 门 的 年 底 成 绩 单 sp1 又 加 上 了 一 抹 亮 色 sil|28 11 14 14 18 28 15 13 15 20 9 18 11 19 11 25 4 13 16 14 6 9 15 24 27 28|0.0|4.93 +006373|sil tong2 shi2 ta1 tou4 lu4 sp1 lei2 jun1 jin4 qi1 ye3 ceng2 dao4 dian3 xin1 tuan2 dui4 bai4 fang3 sil|sil 同 时 他 透 露 sp1 雷 军 近 期 也 曾 到 点 心 团 队 拜 访 sil|28 21 20 16 19 22 26 15 24 16 14 14 22 17 17 15 18 13 19 27 31|0.0|4.81 +006374|sil zai4 zhe4 ge5 ji4 jie2 li3 sp1 han2 feng1 lin3 lie4 sp1 jiang4 xue3 pin2 reng2 sp1 ren2 men5 huo2 dong4 shou4 dao4 zhu1 duo1 xian4 zhi4 sil|sil 在 这 个 季 节 里 sp1 寒 风 凛 冽 sp1 降 雪 频 仍 sp1 人 们 活 动 受 到 诸 多 限 制 sil|27 22 13 9 14 15 26 14 20 18 16 24 4 21 15 17 26 21 13 9 21 18 18 13 16 13 25 22 31|0.0|6.045 +006375|sil dan4 a1 ling2 dun4 xian4 zai4 que4 sheng1 cheng1 sp1 ta1 dang1 chu1 li2 zhi2 shi2 sp1 chu3 yu2 ji2 qi2 ang1 zang1 de5 zhuang4 kuang4 sil|sil 但 阿 灵 顿 现 在 却 声 称 sp1 她 当 初 离 职 时 sp1 处 于 极 其 肮 脏 的 状 况 sil|28 19 12 20 20 18 12 15 17 25 25 18 15 15 14 16 28 19 21 17 16 19 18 15 8 20 21 30|0.0|6.045 +006376|sil wu2 sp1 wo3 ming2 tian1 jiu4 qu4 jian3 tou2 fa5 hao3 la5 sil|sil 唔 sp1 我 明 天 就 去 剪 头 发 好 啦 sil|29 30 20 12 18 16 13 12 17 18 15 14 28 29|0.0|3.15 +006377|sil guo4 bang4 shi2 sp1 xiao3 song4 duo1 le5 ge5 xin1 yan3 sp1 jiang1 dai4 zi5 xia4 bu4 de5 tang2 kou1 chu1 lai2 yi4 chang2 sp1 jing4 shi4 yan2 sil|sil 过 磅 时 sp1 小 宋 多 了 个 心 眼 sp1 将 袋 子 下 部 的 糖 抠 出 来 一 尝 sp1 竟 是 盐 sil|25 18 18 24 5 23 20 13 10 10 20 23 22 21 19 8 21 9 8 29 19 10 12 13 33 13 19 13 35 29|0.0|6.29 +006378|sil xian4 zai4 kan4 qi3 lai2 sp1 ba1 zi4 sp1 huo4 xu2 you3 yi4 pie3 le5 sil|sil 现 在 看 起 来 sp1 八 字 sp1 或 许 有 一 撇 了 sil|28 22 13 20 10 23 14 19 24 3 13 14 14 17 21 24 28|0.0|3.57 +006379|sil ni3 cai1 a5 ni3 cai1 a5 ni3 cai1 a5 sp1 ni3 cai1 dui4 le5 wo3 jiu4 gao4 su5 ni3 sil|sil 你 猜 啊 你 猜 啊 你 猜 啊 sp1 你 猜 对 了 我 就 告 诉 你 sil|28 12 28 24 19 22 16 15 30 23 24 12 19 16 14 12 12 21 16 26 31|0.0|4.875 +006380|sil zhe4 shir4 r jiu4 fa1 sheng1 zai4 sp1 hu2 lu5 dao3 kang4 zhan4 lao3 bing1 sp1 zong1 zhan4 de2 shen1 shang4 sil|sil 这 事 儿 就 发 生 在 sp1 葫 芦 岛 抗 战 老 兵 sp1 宗 占 德 身 上 sil|27 19 23 0 14 17 17 20 5 13 9 20 22 15 18 21 8 24 16 19 17 23 31|0.0|4.615 +006381|sil hua2 sheng4 dun4 dang1 qian2 de5 tian1 qi4 qing2 kuang4 sp1 wei2 yu3 jia1 xue3 ban4 sui2 qiang2 zhen4 feng1 sil|sil 华 盛 顿 当 前 的 天 气 情 况 sp1 为 雨 夹 雪 伴 随 强 阵 风 sil|26 19 16 20 18 13 6 17 12 19 26 7 30 17 21 31 18 17 24 16 25 30|0.0|4.965 +006382|sil lao3 shi1 sp1 chi1 mi2 yu2 wang3 luo4 you2 xi4 sp1 hui4 rang4 ren2 bian4 de5 bao4 li4 sil|sil 老 师 sp1 痴 迷 于 网 络 游 戏 sp1 会 让 人 变 的 暴 力 sil|32 16 30 24 19 16 18 16 15 17 20 5 15 15 21 15 9 23 27 32|0.0|4.475 +006383|sil he2 jiu2 gui2 jiu3 xiang1 bi3 sp1 ling4 you3 bai2 jiu2 qi3 ye4 zai4 su4 hua4 ji4 feng1 bo1 zhong1 sp1 bao3 shou4 kao3 yan4 sil|sil 和 酒 鬼 酒 相 比 sp1 另 有 白 酒 企 业 在 塑 化 剂 风 波 中 sp1 饱 受 考 验 sil|29 20 17 12 16 22 21 27 18 13 16 12 20 22 22 14 16 16 18 15 22 7 18 17 24 23 30|0.0|5.89 +006384|sil ni3 zai4 xia4 bian5 dou1 gan4 shen2 me5 le5 sil|sil 你 在 下 边 都 干 什 么 了 sil|30 12 10 23 18 13 17 18 8 21 29|0.0|2.31 +006385|sil neng2 gou4 yong1 you3 yi2 tao4 kuan1 chang3 de5 xin1 fang2 sp1 jiu4 cheng2 le5 yi4 jia1 ren2 de5 xin1 yuan4 sil|sil 能 够 拥 有 一 套 宽 敞 的 新 房 sp1 就 成 了 一 家 人 的 心 愿 sil|28 18 15 15 14 10 20 22 17 8 21 26 4 18 15 13 13 17 13 8 21 25 30|0.0|4.54 +006386|sil ba1 xi1 er3 yu2 tong2 yue4 sp1 zai4 jia1 sha1 jie1 shou4 le5 tu2 shou3 sha1 ren2 de5 xun4 lian4 sil|sil 巴 希 尔 于 同 月 sp1 在 加 沙 接 受 了 徒 手 杀 人 的 训 练 sil|27 15 15 20 15 24 21 4 15 20 22 18 17 14 19 17 17 14 7 14 30 30|0.0|4.585 +006387|sil kao4 sp1 xi2 wan3 yong4 de5 xiang4 jiao1 shou3 tao4 sil|sil 靠 sp1 洗 碗 用 的 橡 胶 手 套 sil|26 32 19 20 18 17 11 22 15 17 30 28|0.0|2.965 +006388|sil dan4 rao2 yi4 sp1 bing4 mei2 you2 zhi3 chu1 ming2 zi4 sil|sil 但 饶 毅 sp1 并 没 有 指 出 名 字 sil|23 22 20 22 5 15 12 11 15 15 23 20 27|0.0|2.67 +006389|sil xian4 chang3 ji4 zhe3 pao1 chu1 yi2 chuan4 wen4 ti5 sil|sil 现 场 记 者 抛 出 一 串 问 题 sil|28 19 17 13 21 16 16 13 23 17 30 28|0.0|2.795 +006390|sil wo3 shen1 shang4 de5 yu1 shang1 bing4 fei1 die1 dao3 sil|sil 我 身 上 的 淤 伤 并 非 跌 倒 sil|28 12 17 17 10 15 26 16 14 18 31 31|0.0|2.725 +006391|sil shou4 shen3 shi2 sp1 ruan2 mou3 zi4 ren4 wu2 zui4 sil|sil 受 审 时 sp1 阮 某 自 认 无 罪 sil|27 22 19 26 8 20 17 16 19 15 27 26|0.0|2.81 +006392|sil zuo2 tui3 quan2 zhe5 sp1 ya1 zai4 you4 tui3 shang4 mian4 sil|sil 左 腿 蜷 着 sp1 压 在 右 腿 上 面 sil|27 20 20 28 16 9 18 16 15 18 19 27 27|0.0|3.015 +006393|sil tou2 yun1 le5 ma5 sp1 xu1 yao4 qu4 yi1 yuan4 ma5 sil|sil 头 晕 了 吗 sp1 需 要 去 医 院 吗 sil|25 24 15 12 26 7 18 12 21 10 19 29 28|0.0|2.855 +006394|sil dui4 ci3 sp1 qiu2 xue2 nv3 bu2 yuan4 hui2 da2 sil|sil 对 此 sp1 求 雪 女 不 愿 回 答 sil|22 17 30 6 22 19 24 13 17 19 29 26|0.0|2.83 +006395|sil ran2 er2 sp1 dang4 tian1 zou3 de5 hen3 tuo1 ta5 sil|sil 然 而 sp1 当 天 走 得 很 拖 沓 sil|26 21 20 4 17 17 13 9 20 22 30 28|0.0|2.64 +006396|sil bu4 zhi1 dao4 suan4 zen3 me5 ge5 qing2 kuang4 sil|sil 不 知 道 算 怎 么 个 情 况 sil|25 12 14 25 21 16 10 12 22 33 26|0.0|2.505 +006397|sil wo3 yi4 zhi2 gao4 jie4 zi4 ji3 sp1 yao4 nai4 zhu4 ji4 mo4 sil|sil 我 一 直 告 诫 自 己 sp1 要 耐 住 寂 寞 sil|29 14 17 14 17 15 15 24 10 13 19 13 19 29 28|0.0|3.2 +006398|sil ru2 guo3 wei4 quan2 suo3 lei4 sp1 wei2 quan2 suo3 yu4 sp1 jiu4 hui4 cheng2 wei2 quan2 li4 de5 nu2 li4 sp1 wei2 quan2 suo3 hai4 sil|sil 如 果 为 权 所 累 sp1 为 权 所 驭 sp1 就 会 成 为 权 力 的 奴 隶 sp1 为 权 所 害 sil|29 17 27 18 19 18 22 15 17 19 21 21 21 15 12 20 14 24 13 8 21 23 16 15 22 18 30 28|0.0|6.31 +006399|sil liang3 nan2 zi3 da4 gai4 hai2 mei2 hui2 guo4 shen2 lai2 ne5 sp1 jiu4 dou1 bei4 lu1 jin4 le5 sil|sil 两 男 子 大 概 还 没 回 过 神 来 呢 sp1 就 都 被 撸 进 了 sil|29 17 16 21 16 17 17 17 15 12 17 19 20 18 16 16 12 16 20 23 29|0.0|4.45 +006400|sil dan4 zhuan1 jia1 ti2 xing3 sp1 zhe4 yang4 de5 yue4 bing2 yang3 sheng1 sp1 bu2 kao4 pu3 sil|sil 但 专 家 提 醒 sp1 这 样 的 月 饼 养 生 sp1 不 靠 谱 sil|26 21 15 14 18 28 8 17 14 9 17 16 19 24 4 11 22 33 28|0.0|3.995 +006401|sil wo2 gei3 de5 ling2 yong4 qian2 sp1 ta1 quan2 zan3 zhe5 jia1 zai4 shu1 li3 sil|sil 我 给 的 零 用 钱 sp1 他 全 攒 着 夹 在 书 里 sil|29 15 14 7 17 18 30 7 18 25 22 14 18 15 23 21 28|0.0|3.725 +006402|sil sui2 hou4 sp1 yi2 wei4 jie1 fang5 jiang1 gai1 nv2 zi3 la1 ru4 wu1 nei4 guan1 shang4 da4 men2 sil|sil 随 后 sp1 一 位 街 坊 将 该 女 子 拉 入 屋 内 关 上 大 门 sil|29 21 24 17 9 12 19 25 19 15 19 18 18 13 14 23 18 16 16 31 29|0.0|4.705 +006403|sil wen1 jia1 bao3 yi2 da4 zao3 lai2 dao4 le5 jia1 xiang2 xian4 tuan2 li3 zhen4 jia3 qiao2 cun1 sil|sil 温 家 宝 一 大 早 来 到 了 嘉 祥 县 疃 里 镇 贾 桥 村 sil|30 13 19 22 13 19 28 22 16 19 20 20 25 23 17 23 20 19 26 31|0.0|4.93 +006404|sil xia4 yi2 bu4 sp1 guo2 jia1 jiang1 an4 zhao4 ji1 ji2 wen2 tuo3 yuan2 ze2 sp1 qing1 li3 xiao2 chan3 quan2 fang2 sil|sil 下 一 步 sp1 国 家 将 按 照 积 极 稳 妥 原 则 sp1 清 理 小 产 权 房 sil|29 27 10 20 20 15 21 17 17 17 16 14 16 18 17 22 0 23 14 19 17 20 28 30|0.0|5.19 +006405|sil jiao4 lian4 yi4 jie2 yi4 jie2 sp1 yi2 ge5 jie2 pai1 yi2 ge5 jie2 pai1 de5 sp1 gei2 wo3 men5 kou1 dong4 zuo4 sil|sil 教 练 一 节 一 节 sp1 一 个 节 拍 一 个 节 拍 地 sp1 给 我 们 抠 动 作 sil|26 25 25 20 18 18 26 9 11 13 16 27 14 11 16 20 12 6 15 11 10 20 20 25 29|0.0|5.145 +006406|sil de2 shou3 hou4 sp1 zang1 kuan3 biao4 fen1 sp1 shou3 ji1 ze2 zhao3 er4 shou3 dian4 jin4 xing2 xiao1 zang1 sp1 yong4 zhe4 bi3 qian2 chi1 he1 sil|sil 得 手 后 sp1 赃 款 俵 分 sp1 手 机 则 找 二 手 店 进 行 销 赃 sp1 用 这 笔 钱 吃 喝 sil|29 14 19 22 8 21 22 17 26 14 23 20 14 19 13 16 18 13 14 19 26 17 17 12 12 25 19 28 28|0.0|6.33 +006407|sil sun1 jia1 jiu4 xiang4 shi4 ai2 le5 men4 gun4 sp1 yi4 shi2 huan3 bu2 guo4 shen2 lai2 sil|sil 孙 家 就 像 是 挨 了 闷 棍 sp1 一 时 缓 不 过 神 来 sil|28 25 20 14 18 15 13 10 22 24 19 12 22 19 9 15 18 29 30|0.0|4.2 +006408|sil xiang1 fan3 ta1 de5 nv3 er2 zhai2 ran2 hui4 shen1 shang4 bu4 jin2 you3 wen2 shen1 sp1 ping2 shi2 da3 ban4 ye3 shi2 fen1 re2 huo3 sil|sil 相 反 她 的 女 儿 翟 然 慧 身 上 不 仅 有 文 身 sp1 平 时 打 扮 也 十 分 惹 火 sil|31 25 33 17 7 17 16 15 18 26 22 21 13 16 16 13 26 16 18 13 20 24 15 15 14 18 28 31|0.0|6.315 +006409|sil shi4 fa1 shi2 sp1 dang1 shi4 pi2 ka2 yu3 ling4 yi4 che1 liang4 zhun3 bei4 jia1 you2 sp1 liang2 zhe3 xiang1 ju4 jiao4 yuan3 sil|sil 事 发 时 sp1 当 事 皮 卡 与 另 一 车 辆 准 备 加 油 sp1 两 者 相 距 较 远 sil|29 18 18 27 14 16 13 18 29 17 21 7 17 21 14 12 24 23 24 20 17 19 11 24 23 33|0.0|5.91 +006410|sil bao3 bei4 ding4 tou2 gu4 ming2 si1 yi4 sp1 shi4 fu4 mu2 gei3 er2 nv3 gou4 mai3 de5 ji1 jin1 ding4 tou2 sil|sil 宝 贝 定 投 顾 名 思 义 sp1 是 父 母 给 儿 女 购 买 的 基 金 定 投 sil|27 16 15 19 26 13 18 20 20 25 16 18 22 13 21 25 15 22 15 12 17 18 32 29|0.0|5.5 +006411|sil ci3 an4 ri4 qian2 zai4 chen1 zhou1 shi4 bei3 hu2 qu1 ren2 min2 fa3 yuan4 kai1 ting2 shen2 li3 sil|sil 此 案 日 前 在 郴 州 市 北 湖 区 人 民 法 院 开 庭 审 理 sil|31 20 23 19 24 18 19 14 22 16 15 18 12 11 22 20 18 19 17 27 30|0.0|4.815 +006412|sil zhang1 chun1 xian2 huo4 xi1 wang3 min2 yi4 jian4 hou4 sp1 tong1 guo4 lun4 zheng4 ji2 shi2 bao4 po4 chai1 chu2 le5 na4 gen1 yan1 cong1 sil|sil 张 春 贤 获 悉 网 民 意 见 后 sp1 通 过 论 证 及 时 爆 破 拆 除 了 那 根 烟 囱 sil|25 22 18 26 18 20 15 16 14 19 22 20 16 13 18 24 23 18 17 19 21 15 9 14 18 15 27 29|0.0|6.17 +006413|sil wo3 dou1 zhe1 teng5 ling2 sui4 le5 sp1 ke3 bie2 zai4 zhe1 teng5 le5 sil|sil 我 都 折 腾 零 碎 了 sp1 可 别 再 折 腾 了 sil|29 12 11 14 13 22 23 17 9 16 20 14 18 19 21 29|0.0|3.33 +006414|sil yi4 qi2 ni3 bing4 gu4 de5 na4 yi2 mu4 sp1 ba4 ba5 gan1 chang2 cun4 duan4 ya5 sil|sil 忆 起 你 病 故 的 那 一 幕 sp1 爸 爸 肝 肠 寸 断 呀 sil|30 15 23 19 20 13 8 21 11 22 24 20 21 19 20 20 24 24 27|0.0|4.425 +006415|sil you3 yi4 hui2 sp1 yi2 ge5 ren2 da3 dian4 hua4 zhao3 ta1 sp1 ta1 yi4 jie1 qi3 dian4 hua4 sp1 na4 bian1 jiu4 da4 hou3 yi4 sheng1 sp1 nie4 chu4 sil|sil 有 一 回 sp1 一 个 人 打 电 话 找 她 sp1 她 一 接 起 电 话 sp1 那 边 就 大 吼 一 声 sp1 孽 畜 sil|30 14 11 29 10 9 13 18 16 15 18 18 29 17 14 11 13 12 21 25 21 13 13 14 20 19 9 23 11 22 27 30|0.0|6.56 +006416|sil wo2 yi3 jing1 yuan2 zou3 gao1 fei1 sp1 ni3 men5 jiu4 bu2 yao4 zai4 fei4 jin4 zhao2 wo3 le5 sil|sil 我 已 经 远 走 高 飞 sp1 你 们 就 不 要 再 费 劲 找 我 了 sil|30 10 13 24 17 16 16 28 12 7 12 15 15 15 15 16 16 19 17 21 31|0.0|4.235 +006417|sil shuo1 dao4 dong4 qing2 chu4 sp1 xing2 chun1 ying1 sp1 dang1 ting2 sa3 lei4 sil|sil 说 到 动 情 处 sp1 邢 春 英 sp1 当 庭 洒 泪 sil|30 20 18 18 21 22 17 19 19 21 8 18 21 17 26 29|0.0|3.765 +006418|sil shang4 mian4 tu2 man3 le5 tian2 tian2 suan1 suan1 de5 gan3 qing2 sil|sil 上 面 涂 满 了 甜 甜 酸 酸 的 感 情 sil|29 22 17 20 21 13 20 16 15 10 10 20 33 29|0.0|3.195 +006419|sil yan1 jiao1 sp1 ta4 shang4 ke1 xue2 fa1 zhan3 de5 xin1 zheng1 cheng2 sil|sil 燕 郊 sp1 踏 上 科 学 发 展 的 新 征 程 sil|29 18 28 7 21 22 17 16 17 16 9 18 17 33 29|0.0|3.445 +006420|sil ling2 dao3 wei1 xin4 jiang4 di1 sp1 dang3 de5 xing2 xiang4 shou4 sun3 sil|sil 领 导 威 信 降 低 sp1 党 的 形 象 受 损 sil|28 18 20 17 18 19 23 9 17 8 17 19 17 32 28|0.0|3.37 +006421|sil cen2 mou3 jian4 lin2 hai2 hui3 yue1 sp1 bian4 bu2 zai4 li3 ta1 sil|sil 岑 某 见 林 海 毁 约 sp1 便 不 再 理 他 sil|25 24 24 18 15 18 16 29 6 18 16 14 17 33 26|0.0|3.47 +006422|sil hou2 mou3 fan4 zha4 pian4 zui4 sp1 mian2 yu3 xing2 shi4 chu3 fa2 sil|sil 侯 某 犯 诈 骗 罪 sp1 免 予 刑 事 处 罚 sil|28 17 26 21 15 21 19 8 20 16 20 15 18 32 28|0.0|3.53 +006423|sil wo3 zui4 xi3 huan5 hua2 er3 jie1 sp1 ting1 shuo1 shi4 jie4 shang4 zui4 you1 xiu4 de5 ren2 dou1 ju4 ji2 zai4 zhe4 li3 sil|sil 我 最 喜 欢 华 尔 街 sp1 听 说 世 界 上 最 优 秀 的 人 都 聚 集 在 这 里 sil|30 12 14 14 15 17 11 30 8 20 18 14 12 21 14 14 16 10 27 15 15 15 16 15 24 30|0.0|5.195 +006424|sil ta1 ren4 wei2 sp1 zhe4 kuan3 you2 xi4 bian2 sun3 le5 shang4 hai3 zhe4 zuo4 zhong1 hua2 fan2 hua2 du1 shi4 de5 sheng1 yu4 sil|sil 他 认 为 sp1 这 款 游 戏 贬 损 了 上 海 这 座 中 华 繁 华 都 市 的 声 誉 sil|28 19 13 27 7 14 17 13 21 19 21 14 22 21 15 16 18 17 15 15 13 13 9 17 27 30|0.0|5.35 +006425|sil hou4 jing1 guo4 yu3 qi2 jia1 ren2 gou1 tong1 sp1 zui4 zhong1 jue2 ding4 sp1 wei4 chen2 juan1 shi2 shi1 pou1 fu4 chan2 shou3 shu4 sil|sil 后 经 过 与 其 家 人 沟 通 sp1 最 终 决 定 sp1 为 陈 娟 实 施 剖 腹 产 手 术 sil|28 24 18 13 12 21 16 13 15 28 13 15 16 14 23 9 13 25 20 18 20 21 13 19 17 24 28|0.0|5.755 +006426|sil deng4 zhou1 shi4 wei3 shi4 zheng4 fu3 sp1 zan4 yang2 ta1 men5 shi4 yi2 ge5 guang1 cai3 duo2 mu4 de5 lei2 feng1 qun2 ti3 sil|sil 邓 州 市 委 市 政 府 sp1 赞 扬 他 们 是 一 个 光 彩 夺 目 的 雷 锋 群 体 sil|28 20 17 23 18 17 20 23 7 18 12 16 18 15 10 13 19 18 15 20 7 17 18 21 26 27|0.0|5.37 +006427|sil bei4 bu3 hou4 zhi2 zhi4 fan3 hui2 rui4 dian3 qian2 sp1 wa2 li3 bei4 kou4 ya1 zai4 jin1 bian1 de5 ju1 liu2 suo3 nei4 sil|sil 被 捕 后 直 至 返 回 瑞 典 前 sp1 瓦 里 被 扣 押 在 金 边 的 拘 留 所 内 sil|27 17 14 26 14 14 20 16 18 16 30 30 17 22 12 17 14 12 21 15 8 13 16 19 27 29|0.0|5.625 +006428|sil jia1 li2 bai3 she4 yi1 jiu4 sp1 zhi3 shi4 pang2 bian1 de5 hu2 mian4 yue4 lai2 yue4 gan1 sil|sil 家 里 摆 设 依 旧 sp1 只 是 旁 边 的 湖 面 越 来 越 干 sil|28 21 22 19 17 16 23 10 14 12 21 13 9 15 29 8 15 16 27 26|0.0|4.195 +006429|sil suo2 yi2 you3 xie1 xiong2 mao1 de5 zhua3 zi5 hen3 chang2 sp1 shen1 shang4 ye2 you3 yi4 xie1 yi4 wei4 sil|sil 所 以 有 些 熊 猫 的 爪 子 很 长 sp1 身 上 也 有 一 些 异 味 sil|27 21 30 17 14 20 15 9 20 12 16 36 11 21 26 13 11 11 15 19 27 28|0.0|4.87 +006430|sil shi4 shi2 shang4 sp1 yi2 you3 shang4 hai3 ben2 tu2 qi3 ye4 kai1 shi3 jiang4 jia4 pao3 liang4 sil|sil 事 实 上 sp1 已 有 上 海 本 土 企 业 开 始 降 价 跑 量 sil|31 18 15 23 12 13 14 21 18 17 15 18 19 19 13 20 17 20 28 28|0.0|4.4 +006431|sil ta1 you3 shi2 wo1 zai4 jia1 li3 sp1 you3 shi2 song1 song1 kua2 kua3 gen1 zai4 shen3 zi5 hou4 mian4 sp1 dao4 xian4 cheng2 shang4 fang3 sil|sil 他 有 时 窝 在 家 里 sp1 有 时 松 松 垮 垮 跟 在 婶 子 后 面 sp1 到 县 城 上 访 sil|31 17 15 22 14 14 20 22 23 14 21 18 16 19 30 17 15 16 11 17 23 15 15 17 15 19 30 31|0.0|6.235 +006432|sil kan4 dao4 luo2 mou2 yi3 shang4 gou1 sp1 jiu4 dai4 luo2 mou3 dao4 gai1 bin1 guan3 wu3 ling2 er4 hao4 fang2 sil|sil 看 到 罗 某 已 上 钩 sp1 就 带 罗 某 到 该 宾 馆 五 零 二 号 房 sil|27 20 18 15 19 11 20 22 11 15 11 16 28 17 15 17 23 15 18 14 17 30 29|0.0|4.965 +006433|sil zui4 yin3 ren2 zhu4 mu4 de5 sp1 yao4 suan4 shi4 zong2 li2 fu3 ban4 gong1 da4 lou2 men2 kou3 na4 shi2 lai5 ping2 fang1 mi3 de5 shui3 dao4 tian2 sil|sil 最 引 人 注 目 的 sp1 要 算 是 总 理 府 办 公 大 楼 门 口 那 十 来 平 方 米 的 水 稻 田 sil|27 24 12 16 12 22 17 13 12 18 17 13 13 21 18 13 12 15 23 35 19 14 14 17 12 15 12 15 15 37 31|0.0|6.43 +006434|sil zi4 cong2 nai3 niu2 si3 qu4 sp1 wo2 zhi3 neng2 kao4 da2 dian2 duan3 gong1 he2 jie4 zhai4 guo4 ri4 zi5 sil|sil 自 从 奶 牛 死 去 sp1 我 只 能 靠 打 点 短 工 和 借 债 过 日 子 sil|27 16 20 18 17 16 26 22 10 11 17 20 15 16 21 19 18 15 20 16 15 22 31|0.0|4.965 +006435|sil dan4 zhe4 shi4 ge5 cuo4 jue2 sp1 jiu4 you2 ru2 tuo2 niao2 ba3 tou2 mai2 cang2 zai4 sha1 zi5 li3 yi2 yang4 sil|sil 但 这 是 个 错 觉 sp1 就 犹 如 鸵 鸟 把 头 埋 藏 在 沙 子 里 一 样 sil|23 25 13 12 12 24 28 21 15 14 22 24 22 17 35 17 20 14 22 10 22 6 25 26|0.0|5.45 +006436|sil jing1 cha2 sp1 gai1 tuan2 huo3 cheng2 yuan2 quan2 bu4 shi4 sp1 ba4 qiao2 qu1 hong2 qing4 jie1 ban4 de5 lao3 xiang1 sil|sil 经 查 sp1 该 团 伙 成 员 全 部 是 sp1 灞 桥 区 洪 庆 街 办 的 老 乡 sil|27 22 29 7 15 19 12 18 23 24 16 21 6 18 21 20 22 17 15 13 7 18 32 32|0.0|5.275 +006437|sil zai4 ai4 de5 lu4 shang4 sp1 hui4 you3 qu1 dian4 shi4 tai2 lai2 zuo4 yi2 ge5 jie2 mu4 sp1 ling4 you3 jiao4 wei3 zhi1 ren2 xia4 fan2 du1 dao3 sil|sil 在 爱 的 路 上 sp1 会 有 区 电 视 台 来 做 一 个 节 目 sp1 另 有 教 委 之 人 下 凡 督 导 sil|25 23 17 8 18 25 5 16 16 16 15 12 20 17 14 8 12 17 22 31 21 12 17 14 20 15 20 16 14 30 32|0.0|6.36 +006438|sil shuang1 fang1 hen3 kuai4 qian1 ding4 le5 er4 shou3 fang2 mai3 mai4 he2 tong5 sil|sil 双 方 很 快 签 订 了 二 手 房 买 卖 合 同 sil|28 23 23 21 17 20 12 20 16 14 17 14 19 19 25 28|0.0|3.67 +006439|sil wo3 hui2 tou2 wang4 wang4 yi2 hai3 sp1 ta1 si4 hu1 zai4 wei1 xiao4 zhe5 xu4 yu3 sil|sil 我 回 头 望 望 彝 海 sp1 她 似 乎 在 微 笑 着 絮 语 sil|30 12 18 24 16 14 16 32 7 18 14 15 15 15 17 10 22 27 27|0.0|4.055 +006440|sil wang3 luo4 shi4 fou3 cheng2 wei2 fan2 fu3 chang4 lian2 de5 you3 li4 ping2 tai2 sil|sil 网 络 是 否 成 为 反 腐 倡 廉 的 有 力 平 台 sil|30 21 22 18 12 17 17 20 13 22 19 14 14 17 21 34 28|0.0|3.93 +006441|sil fang1 tai4 yuan2 he2 neng2 cheng2 wei2 chu2 dian4 ling3 yu4 de5 xiang1 bo1 bo5 sil|sil 方 太 缘 何 能 成 为 厨 电 领 域 的 香 饽 饽 sil|30 21 24 18 31 16 17 21 21 16 15 14 10 20 17 26 28|0.0|4.01 +006442|sil jie3 jue2 da2 er3 fu4 er3 wen4 ti5 sp1 mu4 qian2 de5 kun4 nan2 he2 zai4 sil|sil 解 决 达 尔 富 尔 问 题 sp1 目 前 的 困 难 何 在 sil|27 21 21 16 19 20 16 15 25 13 15 16 7 16 16 19 25 29|0.0|3.9 +006443|sil wo3 men5 li4 ji2 ming2 bai5 sp1 ta1 shi4 shuo1 zhi2 you3 yi4 ming2 dai3 tu2 shou2 li2 you3 qiang1 sil|sil 我 们 立 即 明 白 sp1 他 是 说 只 有 一 名 歹 徒 手 里 有 枪 sil|30 9 11 17 12 22 21 5 18 13 22 15 11 14 20 18 29 19 14 12 31 28|0.0|4.54 +006444|sil zhu4 ming2 jian4 bao3 zhuan1 jia1 ma3 wei4 du1 ye3 ti2 chu1 le5 tong2 yang4 de5 zhi4 yi2 sil|sil 著 名 鉴 宝 专 家 马 未 都 也 提 出 了 同 样 的 质 疑 sil|25 19 18 16 14 16 17 19 13 25 17 17 16 12 23 14 11 14 32 27|0.0|4.24 +006445|sil huai2 te4 shuo1 sp1 bu4 nan2 a5 sp1 ni2 zhao3 ge5 yin4 ming2 chao1 de5 di4 fang1 bu2 jiu4 ke2 yi3 le5 ma5 sil|sil 怀 特 说 sp1 不 难 啊 sp1 你 找 个 印 冥 钞 的 地 方 不 就 可 以 了 吗 sil|25 22 19 26 16 15 23 22 18 13 22 18 14 25 19 9 16 22 14 12 16 10 9 30 29|0.0|5.385 +006446|sil da2 sao3 wan2 kuai4 hao3 hao1 xie1 yi2 hui4 sp1 xu1 yao4 wo3 fang4 shou3 ge1 gei2 ni2 gu3 jin4 de5 hua4 sp1 jiu4 zhi2 jie1 dui4 wo3 shuo1 ge1 ming2 ba5 sil|sil 打 扫 完 快 好 好 歇 一 会 sp1 需 要 我 放 首 歌 给 你 鼓 劲 的 话 sp1 就 直 接 对 我 说 歌 名 吧 sil|27 17 16 24 20 15 14 19 13 25 22 14 10 15 16 18 21 11 15 16 19 9 24 18 14 14 13 12 12 15 14 20 24 31|0.0|6.815 +006447|sil zhe4 xia4 zi5 nong4 de5 da4 huo3 xin1 li3 bie2 bie2 niu2 niu3 sp1 da4 da4 sao3 le5 wo3 men5 de5 wan2 xing4 sil|sil 这 下 子 弄 得 大 伙 心 里 别 别 扭 扭 sp1 大 大 扫 了 我 们 的 玩 兴 sil|30 20 23 21 16 8 17 15 19 23 21 14 17 32 18 19 17 14 12 10 10 11 21 31 28|0.0|5.425 +006448|sil ji4 zhe3 sui2 hou4 wen4 yi2 ge5 guo4 lu4 de5 nong2 min2 sp1 ni3 jia1 fen1 le5 yi1 fu5 mei2 you3 sil|sil 记 者 随 后 问 一 个 过 路 的 农 民 sp1 你 家 分 了 衣 服 没 有 sil|28 17 20 16 18 12 13 14 16 14 9 18 26 28 14 23 12 13 16 14 18 25 30|0.0|4.81 +006449|sil ren2 jia1 dou1 shuo1 sp1 an2 ba3 hai2 zi5 dai4 de5 hen2 hao3 sp1 qi2 shi2 shi4 an3 tuo1 lei4 le5 hai2 zi5 sil|sil 人 家 都 说 sp1 俺 把 孩 子 带 得 很 好 sp1 其 实 是 俺 拖 累 了 孩 子 sil|27 19 14 16 26 10 15 13 26 16 14 11 19 32 22 18 14 23 19 21 15 13 22 18 32|0.0|5.52 +006450|sil gai1 gei2 zu3 zong1 he2 mu3 qin1 shao1 zhi3 le5 sp1 ta1 hui4 lai2 dao4 chang2 jiang1 bian1 sil|sil 该 给 祖 宗 和 母 亲 烧 纸 了 sp1 他 会 来 到 长 江 边 sil|27 18 19 18 20 13 18 21 21 20 20 13 17 12 15 14 18 18 28 29|0.0|4.4 +006451|sil dou1 duo1 shao3 nian2 le5 sp1 tie3 shu4 ye3 gai1 kai1 hua1 le5 ba5 sil|sil 都 多 少 年 了 sp1 铁 树 也 该 开 花 了 吧 sil|25 16 15 16 19 15 8 25 24 16 13 18 18 13 25 28|0.0|3.415 +006452|sil mei2 ti3 tui1 ce4 sp1 shi4 gu4 yuan2 yin1 sp1 yu3 chuan2 zhi1 chao1 zai4 you3 guan1 sil|sil 媒 体 推 测 sp1 事 故 原 因 sp1 与 船 只 超 载 有 关 sil|25 16 12 19 26 12 20 13 19 22 5 14 26 12 22 17 15 28 26|0.0|4.055 +006453|sil tian1 long2 ba1 bu4 ying3 shi4 cheng2 sp1 zhu3 ren2 kuai4 dai4 wo3 qu4 ma5 sil|sil 天 龙 八 部 影 视 城 sp1 主 人 快 带 我 去 嘛 sil|27 22 17 18 13 17 13 28 10 15 23 15 13 13 23 30 29|0.0|3.79 +006454|sil e4 de5 shi2 zai4 bu4 xing2 sp1 jiu4 chen4 tian1 hei1 shi2 sp1 yong4 shou2 peng3 xie1 he2 shui3 he1 sil|sil 饿 得 实 在 不 行 sp1 就 趁 天 黑 时 sp1 用 手 捧 些 河 水 喝 sil|30 17 15 17 15 13 29 9 17 16 17 16 23 10 16 28 19 15 17 18 28 30|0.0|4.815 +006455|sil wo3 zai4 lang2 fang2 dai1 le5 yi4 nian2 ban4 sil|sil 我 在 廊 坊 呆 了 一 年 半 sil|28 11 12 24 23 17 15 13 20 27 29|0.0|2.545 +006456|sil shui2 ba3 che1 zi5 ting2 zai4 zher4 r le5 sil|sil 谁 把 车 子 停 在 这 儿 了 sil|28 23 18 18 11 18 14 22 0 21 26|0.0|2.315 +006457|sil zhi3 yao4 yi4 bai3 kuai4 jiu4 gou4 le5 ma5 sil|sil 只 要 一 百 块 就 够 了 吗 sil|25 17 14 18 17 21 15 15 10 29 28|0.0|2.425 +006458|sil wo4 quan2 hui1 guo4 qu4 sp1 ruan2 ruan3 de5 sil|sil 握 拳 挥 过 去 sp1 软 软 的 sil|28 18 28 21 18 23 18 17 24 24 27|0.0|2.855 +006459|sil ru2 guo3 zuo4 guan1 sp1 jiu4 yao4 gen1 qi3 ye4 pie3 qing1 guan1 xi5 sil|sil 如 果 做 官 sp1 就 要 跟 企 业 撇 清 关 系 sil|25 14 14 17 28 7 13 14 16 24 16 17 20 19 26 31|0.0|3.495 +006460|sil fu4 mu3 san4 qu4 hou4 sp1 yi4 wu1 zi5 ren2 yi4 sheng1 bu4 keng1 sp1 zheng2 li3 zi4 ji2 zheng3 qi2 de5 bu4 xu1 zheng2 li3 de5 dong1 xi5 sil|sil 父 母 散 去 后 sp1 一 屋 子 人 一 声 不 吭 sp1 整 理 自 己 整 齐 得 不 需 整 理 的 东 西 sil|26 18 14 19 15 22 20 9 17 11 28 17 20 12 28 7 19 12 13 14 21 21 17 14 16 18 15 10 20 26 28|0.0|6.35 +006461|sil bang2 fei2 gei3 ta1 chuan1 shang4 le5 zi4 sha1 shi4 zha4 dan4 bei4 xin1 sp1 zai4 ying2 jiu4 ren2 yuan2 dao4 lai2 shi2 yin3 bao4 sil|sil 绑 匪 给 她 穿 上 了 自 杀 式 炸 弹 背 心 sp1 在 营 救 人 员 到 来 时 引 爆 sil|28 21 23 13 16 20 17 12 19 20 19 16 14 15 27 24 18 17 13 11 18 16 16 14 20 26 27|0.0|5.81 +006462|sil ta1 ba1 er4 nian2 sheng1 sp1 he2 bei3 ren2 sp1 da4 xue2 ben3 ke1 bi4 ye4 sheng1 sil|sil 他 八 二 年 生 sp1 河 北 人 sp1 大 学 本 科 毕 业 生 sil|23 24 13 17 19 28 10 22 14 26 12 16 18 13 18 14 11 29 27|0.0|4.105 +006463|sil bu4 shi2 zhe4 pian1 guo2 qing2 zi1 wen2 sp1 biao1 zhi4 zhe5 ta1 zong2 tong3 ren4 qi1 jie2 shu4 sp1 huo4 jie2 wei3 jie1 duan4 de5 kai1 shi3 sil|sil 布 什 这 篇 国 情 咨 文 sp1 标 志 着 他 总 统 任 期 结 束 sp1 或 结 尾 阶 段 的 开 始 sil|28 17 23 16 21 16 18 14 24 8 24 15 19 22 16 13 16 15 17 21 5 19 17 14 15 12 7 19 28 29|0.0|6.13 +006464|sil zhe4 shi4 dian3 xing2 de5 sp1 an4 xia4 hu2 lu5 you4 qi3 piao2 sil|sil 这 是 典 型 的 sp1 按 下 葫 芦 又 起 瓢 sil|28 14 15 20 24 15 8 17 17 21 19 14 18 39 26|0.0|3.43 +006465|sil hen3 zi4 ran2 de5 sp1 ta1 ye3 xiang4 dui4 fang1 xiao4 xiao5 sil|sil 很 自 然 地 sp1 他 也 向 对 方 笑 笑 sil|26 18 15 22 14 10 17 11 16 13 15 20 27 29|0.0|2.935 +006466|sil yu3 xiang2 wa1 le5 yi4 sheng1 sp1 shuo1 sp1 zhe4 ren2 xie3 de5 qing2 shu1 he2 da4 xue2 jiao4 shou4 xie3 de5 san3 wen2 yi2 yang4 sil|sil 雨 翔 哇 了 一 声 sp1 说 sp1 这 人 写 的 情 书 和 大 学 教 授 写 的 散 文 一 样 sil|31 14 26 21 11 14 25 17 30 13 17 22 15 8 21 21 17 15 13 19 16 12 10 20 18 19 24 31|0.0|6.04 +006467|sil zan2 ye3 bu4 neng2 lao3 qian4 ren2 jia1 qian2 bu4 huan2 ya5 sil|sil 咱 也 不 能 老 欠 人 家 钱 不 还 呀 sil|25 17 14 10 13 22 16 15 15 19 15 26 26 26|0.0|3.005 +006468|sil wei4 xi1 shi4 ning2 ren2 sp1 wu2 mou2 shuang3 kuai4 da1 ying4 le5 sil|sil 为 息 事 宁 人 sp1 吴 某 爽 快 答 应 了 sil|29 17 17 13 20 26 11 13 20 22 20 21 14 20 30|0.0|3.405 +006469|sil yi4 zhuan2 yan2 ni3 dou1 zhe4 me5 da4 le5 sil|sil 一 转 眼 你 都 这 么 大 了 sil|28 11 21 28 15 15 14 12 23 25 26|0.0|2.53 +006470|sil dan4 dui4 yi4 wen3 ding4 zhong1 shen1 de5 shuo1 fa3 sp1 sun1 yun3 fang1 biao3 shi4 sp1 hen3 zhi2 de2 zhi4 yi2 sil|sil 但 对 一 吻 定 终 身 的 说 法 sp1 孙 允 芳 表 示 sp1 很 值 得 质 疑 sil|23 22 27 17 14 18 14 11 10 20 25 16 17 13 18 18 24 5 20 14 11 18 26 31|0.0|5.02 +006471|sil dang1 di4 zheng4 fu3 de5 ru2 yi4 suan4 pan5 qi3 bu2 shi4 sp1 ji1 fei1 dan4 da3 yi4 chang3 kong1 sil|sil 当 地 政 府 的 如 意 算 盘 岂 不 是 sp1 鸡 飞 蛋 打 一 场 空 sil|28 17 14 18 11 8 17 13 23 24 24 14 22 6 20 16 20 23 15 21 31 28|0.0|4.795 +006472|sil da4 kou3 qin1 cun1 cun1 min2 wang2 guo2 rong2 sp1 huan4 gu2 gu3 tou5 huai4 si3 sp1 jia1 li3 ji2 wei2 pin2 kun4 sil|sil 大 口 钦 村 村 民 王 国 荣 sp1 患 股 骨 头 坏 死 sp1 家 里 极 为 贫 困 sil|27 17 17 18 14 18 23 17 12 26 15 25 20 15 15 23 26 24 19 19 17 15 20 26 26|0.0|5.73 +006473|sil ta1 men5 chuan2 chuan2 xiang1 lian2 shou2 wei3 xian2 jie1 sp1 zu3 cheng2 le5 hao4 hao4 dang4 dang4 de5 chuan2 dui4 sil|sil 它 们 船 船 相 连 首 尾 衔 接 sp1 组 成 了 浩 浩 荡 荡 的 船 队 sil|27 17 22 21 19 20 31 24 16 20 25 16 17 19 15 18 19 18 11 9 21 27 26|0.0|5.315 +006474|sil ji4 ran2 zen3 yang4 dou1 shi4 rong2 zi1 sp1 na4 me5 a1 li3 ba1 ba1 hen2 you2 ke3 neng2 ji4 xu4 fang4 da4 wei4 kou3 sil|sil 既 然 怎 样 都 是 融 资 sp1 那 么 阿 里 巴 巴 很 有 可 能 继 续 放 大 胃 口 sil|27 18 21 17 17 12 13 18 25 15 13 17 12 13 14 21 16 13 16 21 16 15 15 14 14 30 29|0.0|5.48 +006475|sil dan4 zhu4 le5 jin3 ban4 nian2 sp1 ge1 ge5 you4 yin1 feng1 shui3 wen4 ti2 ban1 li2 sp1 qian1 hui2 jia1 duo1 li4 shan1 jiu4 ju1 sil|sil 但 住 了 仅 半 年 sp1 哥 哥 又 因 风 水 问 题 搬 离 sp1 迁 回 加 多 利 山 旧 居 sil|26 21 14 10 16 18 27 16 16 15 16 19 17 15 16 14 15 26 24 22 20 16 10 13 17 16 27 26|0.0|5.9 +006476|sil jin1 tian1 dai4 si4 sui4 nv3 er2 dao4 dan1 wei4 wan2 sp1 yi4 tong2 shi4 dou4 wen4 ta1 sp1 ya1 tou5 sp1 ni2 zhang3 de5 xiang4 shui2 a5 sil|sil 今 天 带 四 岁 女 儿 到 单 位 玩 sp1 一 同 事 逗 问 她 sp1 丫 头 sp1 你 长 得 像 谁 啊 sil|24 22 30 17 15 13 14 17 15 14 18 24 20 11 18 12 14 17 28 32 19 25 21 11 15 8 17 27 21 28|0.0|6.585 +006477|sil zai4 zhi4 yuan4 zhe3 jiao1 jie1 yi2 shi4 shang4 sp1 chen2 yi4 jue2 qin1 zi4 wei4 mu3 qin1 chen2 min3 xian4 hua1 sil|sil 在 志 愿 者 交 接 仪 式 上 sp1 陈 毅 骙 亲 自 为 母 亲 陈 敏 献 花 sil|25 24 19 10 14 15 14 14 18 23 17 23 16 26 25 14 11 18 24 20 19 20 32 30|0.0|5.47 +006478|sil wo3 ba4 chang2 shuo1 shi4 gou2 shi3 hu2 le5 yan3 jing5 sp1 cai2 kan4 shang4 wo3 ma1 de5 sp1 ni2 ye3 shi4 ma5 sil|sil 我 爸 常 说 是 狗 屎 糊 了 眼 睛 sp1 才 看 上 我 妈 的 sp1 你 也 是 吗 sil|28 13 16 20 25 22 21 17 14 14 16 23 5 19 16 14 13 24 15 21 15 11 15 28 27|0.0|5.25 +006479|sil wei4 shen2 me5 zhe4 me5 duo1 jing2 dian3 zha1 dui1 zhang3 jia4 ne5 sil|sil 为 什 么 这 么 多 景 点 扎 堆 涨 价 呢 sil|29 16 18 16 13 12 14 18 19 18 15 20 18 23 30|0.0|3.24 +006480|sil peng2 you5 quan4 dao4 sp1 shi4 bu2 shi4 ni3 zi4 ji2 you3 wen4 ti2 a5 sil|sil 朋 友 劝 道 sp1 是 不 是 你 自 己 有 问 题 啊 sil|28 16 14 25 22 14 18 10 23 15 14 12 17 14 22 21 25|0.0|3.6 +006481|sil qiao2 qiao5 ni3 sp1 nian2 ji4 bu2 da4 sp1 zhou4 wen2 dao4 bu4 shao3 sil|sil 瞧 瞧 你 sp1 年 纪 不 大 sp1 皱 纹 倒 不 少 sil|25 24 15 23 15 20 13 12 22 2 19 16 14 13 27 28|0.0|3.34 +006482|sil li3 en1 ping2 cheng1 sp1 cun2 liang4 gong1 ji3 jin4 yi2 bu4 ji1 lei3 sil|sil 李 恩 平 称 sp1 存 量 供 给 进 一 步 积 累 sil|29 20 12 22 27 31 23 23 16 27 20 8 12 16 30 28|0.0|3.995 +006483|sil ta1 shi4 yi4 ming2 ye4 zong3 hui4 de5 wu3 niang2 sp1 yi4 ming2 lu2 bi3 sil|sil 她 是 一 名 夜 总 会 的 舞 娘 sp1 艺 名 鲁 比 sil|23 18 11 12 23 15 16 15 11 13 34 9 12 26 21 30 28|0.0|3.675 +006484|sil xiao3 hong2 sp1 ni3 zai4 guo1 di3 xia4 dian3 la4 zhu5 le5 ma5 sil|sil 小 红 sp1 你 在 锅 底 下 点 蜡 烛 了 吗 sil|26 20 30 12 13 13 14 13 19 18 22 10 11 28 26|0.0|3.195 +006485|sil hao3 zai4 mi4 xue3 er2 xiang3 dao4 le5 hao3 lai2 wu1 bo2 wu4 guan3 sil|sil 好 在 蜜 雪 儿 想 到 了 好 莱 乌 博 物 馆 sil|27 20 19 17 19 18 23 15 14 15 18 16 12 14 33 29|0.0|3.585 +006486|sil guan1 bing1 men5 jian1 kang2 shou3 tai2 sp1 kang2 zhe5 chong1 feng1 zhou1 sp1 cai3 zhe5 ni2 ning4 sp1 ji2 bu4 xiang4 gang3 bian1 cun1 kai1 jin4 sil|sil 官 兵 们 肩 扛 手 抬 sp1 扛 着 冲 锋 舟 sp1 踩 着 泥 泞 sp1 急 步 向 港 边 村 开 进 sil|28 19 16 23 19 19 18 31 7 25 13 15 16 22 23 21 11 19 26 5 23 22 22 17 16 16 20 25 26|0.0|6.54 +006487|sil rao4 luo4 hui2 sp1 shi4 chang2 e2 tan4 yue4 de5 san1 bu4 qu3 sil|sil 绕 落 回 sp1 是 嫦 娥 探 月 的 三 部 曲 sil|28 39 30 41 17 23 21 17 20 13 10 17 14 33 26|0.0|4.05 +006488|sil dong3 yi2 jin4 men2 jiu4 yao4 qian2 sp1 dan4 qi2 gong1 gong5 shuo1 shou2 li3 mei2 qian2 sil|sil 董 一 进 门 就 要 钱 sp1 但 其 公 公 说 手 里 没 钱 sil|28 21 14 16 16 16 10 31 8 20 15 16 14 23 17 17 23 36 28|0.0|4.28 +006489|sil ma3 ying1 xue3 de5 dian4 hua4 wei2 sp1 yao1 wu3 ba1 san1 er4 ba1 qi1 qi1 er4 si4 liu4 sil|sil 马 英 雪 的 电 话 为 sp1 幺 五 八 三 二 八 七 七 二 四 六 sil|31 20 16 15 9 18 21 25 23 18 20 23 21 20 20 17 14 15 13 28 26|0.0|4.8 +006490|sil mei2 kong4 suan4 le5 sp1 bu4 gei2 ni3 le5 sil|sil 没 空 算 了 sp1 不 给 你 了 sil|27 17 20 22 17 10 17 14 15 25 24|0.0|2.41 +006491|sil lao3 ren2 zhong1 shen1 wei4 hun1 sp1 wu2 er2 wu2 nv3 sil|sil 老 人 终 身 未 婚 sp1 无 儿 无 女 sil|25 17 23 19 19 18 29 7 18 18 16 31 27|0.0|3.105 +006492|sil chang2 nian2 sheng1 huo2 zai4 huang2 he2 bei3 an4 de5 ma2 nu2 hai3 sp1 ge4 tou5 bu4 gao1 sil|sil 常 年 生 活 在 黄 河 北 岸 的 马 努 海 sp1 个 头 不 高 sil|26 26 21 17 17 18 19 16 16 16 12 20 17 29 7 16 14 13 30 26|0.0|4.36 +006493|sil yao4 ti2 gao1 duan3 que1 pin2 zhong2 chan3 liang4 sil|sil 要 提 高 短 缺 品 种 产 量 sil|27 15 17 22 20 18 18 15 21 25 34|0.0|2.695 +006494|sil zai4 jiu4 zai1 fu4 chan3 gong1 zuo4 fang1 fa3 shang4 sp1 yao4 you2 zhu2 you3 ci4 sp1 bu4 neng2 mei2 mao5 hu2 zi5 yi4 ba3 zhua1 sil|sil 在 救 灾 复 产 工 作 方 法 上 sp1 要 有 主 有 次 sp1 不 能 眉 毛 胡 子 一 把 抓 sil|29 26 18 17 15 18 14 11 16 19 25 13 23 17 15 16 29 20 13 23 17 22 21 11 18 19 30 30|0.0|6.33 +006495|sil zao3 shang5 yi4 xiao3 qing2 lv3 da2 du3 sp1 zai4 da4 sha4 chuang1 wai4 han3 zi4 ji3 jiao4 shen2 me5 sp1 zi4 ji3 shi4 zhu1 zhi1 lei4 de5 hua4 sil|sil 早 上 一 小 情 侣 打 赌 sp1 在 大 厦 窗 外 喊 自 己 叫 什 么 sp1 自 己 是 猪 之 类 的 话 sil|27 27 25 17 16 14 16 20 26 18 20 18 14 24 16 26 13 12 20 18 19 25 16 14 17 21 10 15 9 30 32|0.0|6.905 +006496|sil ta1 men5 xiang3 zhi1 dao4 sp1 liu2 da4 cheng2 zai4 wai4 mian4 jiu1 jing4 neng2 huo3 cheng2 sha2 yang4 zi5 sil|sil 她 们 想 知 道 sp1 刘 大 成 在 外 面 究 竟 能 火 成 啥 样 子 sil|27 15 9 21 14 23 21 15 17 23 13 14 24 18 23 18 15 15 25 20 21 31|0.0|4.895 +006497|sil zong4 guan1 fu2 hua2 yu2 le4 quan1 sp1 nv3 ming2 xing1 bu4 shao3 sp1 dan4 tian1 sheng1 wen2 yi4 fanr4 r de5 que4 bu4 duo1 sil|sil 纵 观 浮 华 娱 乐 圈 sp1 女 明 星 不 少 sp1 但 天 生 文 艺 范 儿 的 却 不 多 sil|23 23 21 18 17 11 14 31 16 11 19 19 12 29 24 19 17 21 13 14 26 0 14 19 13 24 27|0.0|5.75 +006498|sil sha1 ren2 hou4 sp1 liu2 mou3 hui2 jia1 hai2 zhuang1 mu2 zuo4 yang4 sp1 zhu3 dong4 chu1 qu4 zhao3 ren2 sil|sil 杀 人 后 sp1 刘 某 回 家 还 装 模 作 样 sp1 主 动 出 去 找 人 sil|28 22 19 23 11 15 18 17 23 17 16 15 19 21 7 17 19 13 11 18 28 29|0.0|4.715 +006499|sil ling4 wai4 yi2 ge5 rang4 fu1 qi1 lia3 fa1 chou2 de5 shi4 yi1 liao2 fei4 yi3 zhuo1 jin1 jian4 zhou3 sil|sil 另 外 一 个 让 夫 妻 俩 发 愁 的 是 医 疗 费 已 捉 襟 见 肘 sil|30 17 16 9 20 18 14 10 16 18 21 15 16 12 19 24 17 15 15 20 29 29|0.0|4.645 +006500|sil ri4 ben3 si4 yuan4 he2 shen2 she4 sp1 jun1 hui4 zai4 da4 hui4 ri4 ju3 xing2 zhuang4 zhong1 yi2 shi4 sil|sil 日 本 寺 院 和 神 社 sp1 均 会 在 大 晦 日 举 行 撞 钟 仪 式 sil|28 16 19 21 18 13 19 24 5 19 15 19 21 17 24 17 23 17 16 14 24 30|0.0|4.865 +006501|sil ri4 zi5 yi4 tian1 tian1 guo4 qu5 sp1 ta1 yue4 fa1 jiao1 lv4 sil|sil 日 子 一 天 天 过 去 sp1 她 越 发 焦 虑 sil|27 20 22 12 18 15 18 22 8 18 17 17 19 19 29|0.0|3.26 +006502|sil yin1 bei4 ren2 tao3 zhai4 sp1 zhang1 mou3 meng2 sheng1 qiang3 jie2 nian4 tou5 sil|sil 因 被 人 讨 债 sp1 张 某 萌 生 抢 劫 念 头 sil|27 21 10 18 21 26 5 25 14 19 21 23 14 22 24 26|0.0|3.665 +006503|sil ni3 de5 shuai4 ru2 ci2 yu3 zhong4 bu4 tong2 sp1 xiang4 ba2 zheng3 ge4 yu3 zhou4 dou1 zhuang1 jin4 le5 ni3 de5 shuang1 yan3 zhong1 sil|sil 你 的 帅 如 此 与 众 不 同 sp1 像 把 整 个 宇 宙 都 装 进 了 你 的 双 眼 中 sil|28 13 12 21 25 21 14 17 12 32 12 21 16 17 12 16 22 13 20 11 13 10 11 20 15 29 27|0.0|5.57 +006504|sil wo3 ming2 bai5 le5 sp1 nin2 shi4 rang4 wo3 xiang4 nin2 yi2 yang4 you2 hao3 de5 dui4 dai4 shen1 bian1 mei3 yi2 ge4 ren2 ma5 sil|sil 我 明 白 了 sp1 您 是 让 我 向 您 一 样 友 好 的 对 待 身 边 每 一 个 人 吗 sil|31 9 21 17 19 21 15 15 19 16 17 27 9 19 19 20 8 14 15 18 16 14 14 14 17 29 29|0.0|5.6 +006505|sil jiu3 ling2 yao1 shi4 de5 huo3 zao2 yi3 bei4 pu1 mie4 sil|sil 九 零 幺 室 的 火 早 已 被 扑 灭 sil|25 19 21 14 15 9 25 19 14 14 17 27 26|0.0|2.845 +006506|sil che1 zhan4 de5 wen4 xun4 dian4 hua4 wei2 sp1 ba1 liu4 si4 san1 san1 er4 san1 er4 sil|sil 车 站 的 问 讯 电 话 为 sp1 八 六 四 三 三 二 三 二 sil|27 23 19 16 14 15 15 23 24 17 17 20 23 24 23 17 18 22 28|0.0|4.47 +006507|sil da4 dong4 mai4 pin2 fan2 geng2 zu3 sp1 zhang1 jia1 kou3 shou3 dang1 qi2 chong1 sil|sil 大 动 脉 频 繁 梗 阻 sp1 张 家 口 首 当 其 冲 sil|26 19 18 19 20 16 20 25 16 16 15 25 18 18 16 30 31|0.0|4.035 +006508|sil shi4 bu2 shi4 dou1 zhi3 shi4 jie1 bian1 de5 xiao3 dian4 xiao3 can1 guan3 a5 sil|sil 是 不 是 都 只 是 街 边 的 小 店 小 餐 馆 啊 sil|28 20 9 31 15 15 18 19 13 9 18 15 16 20 21 22 29|0.0|3.69 +006509|sil er2 zhe4 yi4 tian1 sp1 qia4 shi4 shui3 ling2 de5 mu3 qin1 sp1 long2 xin1 chan2 zai3 sil|sil 而 这 一 天 sp1 恰 是 水 灵 的 母 亲 sp1 龙 欣 产 崽 sil|28 15 15 14 24 9 23 19 14 17 8 21 23 7 25 21 22 33 30|0.0|4.275 +006510|sil ju4 jing3 fang1 jie4 shao4 sp1 wang2 chen1 jiao1 dai4 cheng1 zuo4 an4 li3 you2 shi4 ku3 wu2 sheng1 huo2 fei4 sil|sil 据 警 方 介 绍 sp1 王 琛 交 代 称 作 案 理 由 是 苦 无 生 活 费 sil|23 24 18 16 16 25 29 18 22 16 16 25 20 16 12 25 26 17 23 19 20 24 31|0.0|5.58 +006511|sil ke3 shi4 jin1 tian1 sp1 ta1 ju1 ran2 zai4 mou2 bao3 ba2 bao3 hu4 ke2 he2 tie1 mo2 dou1 mai2 hao3 le5 sil|sil 可 是 今 天 sp1 她 居 然 在 某 宝 把 保 护 壳 和 贴 膜 都 买 好 了 sil|27 15 13 16 27 19 15 13 15 11 20 32 15 16 16 23 16 17 24 15 22 20 21 27|0.0|5.285 +006512|sil chang4 ge1 yao4 chang4 zui4 hong2 de5 ge1 sp1 hong2 ge1 sp1 zai4 jing3 gang1 shan1 de5 cang1 shan1 cui4 lin2 li3 hui2 dang4 sil|sil 唱 歌 要 唱 最 红 的 歌 sp1 红 歌 sp1 在 井 冈 山 的 苍 山 翠 林 里 回 荡 sil|28 28 21 16 23 18 18 11 25 8 28 25 26 18 15 16 22 16 25 19 16 12 17 21 23 28|0.0|6.07 +006513|sil bu4 fen4 xue2 sheng1 sui2 ji2 chu1 xian4 le5 ke2 sou5 ou3 tu4 deng3 zheng4 zhuang4 sil|sil 部 分 学 生 随 即 出 现 了 咳 嗽 呕 吐 等 症 状 sil|26 15 13 16 22 17 12 15 17 19 25 24 20 16 17 17 26 29|0.0|4.02 +006514|sil dan4 ta1 shang1 kou3 de5 teng2 tong4 yi1 jiu4 sp1 bu4 shi2 fa1 chu1 heng1 heng5 sheng1 sil|sil 但 她 伤 口 的 疼 痛 依 旧 sp1 不 时 发 出 哼 哼 声 sil|26 19 20 22 20 12 20 16 15 23 19 15 13 19 18 18 17 26 27|0.0|4.24 +006515|sil shi4 ba3 sheng1 huo2 de5 qi2 ta1 ya1 li4 sp1 dou1 zhuan3 jia4 dao4 she4 bao3 le5 sil|sil 是 把 生 活 的 其 他 压 力 sp1 都 转 嫁 到 社 保 了 sil|27 18 15 20 17 10 14 18 14 18 2 17 18 14 12 19 17 25 29|0.0|3.76 +006516|sil xue2 sheng1 men5 wei4 si2 zhe3 zhe2 die2 le5 jiang1 jin4 liang3 wan4 zhi1 qian1 zhi3 he4 sil|sil 学 生 们 为 死 者 折 叠 了 将 近 两 万 只 千 纸 鹤 sil|28 19 18 19 13 18 23 17 13 13 18 15 20 22 13 20 12 29 25|0.0|4.125 +006517|sil shi4 fa1 di4 wei4 yu2 feng4 cheng2 zhen4 sp1 feng2 jia1 cun1 liu4 bai3 er4 shi2 liu4 hao4 sil|sil 事 发 地 位 于 奉 城 镇 sp1 冯 家 村 六 百 二 十 六 号 sil|29 16 17 25 20 17 22 21 22 11 19 15 28 21 21 9 11 13 25 28|0.0|4.525 +006518|sil mei4 mei5 xing4 xie4 sp1 jie3 jie5 dang1 ran2 xing4 xie4 le5 sil|sil 妹 妹 姓 谢 sp1 姐 姐 当 然 姓 谢 了 sil|28 17 15 19 22 9 19 18 15 17 17 18 21 27|0.0|3.045 +006519|sil zhong1 mou3 zai4 bin1 guan3 men2 kou2 yu3 zhai4 zhu3 la1 che3 sil|sil 钟 某 在 宾 馆 门 口 与 债 主 拉 扯 sil|26 20 22 18 14 13 16 24 14 18 11 22 36 25|0.0|3.24 +006520|sil xiang1 guan1 qing2 kuang4 sp1 qi2 lu2 wang3 jiang1 ji4 xu4 zhui1 zong1 sil|sil 相 关 情 况 sp1 齐 鲁 网 将 继 续 追 踪 sil|28 20 16 16 21 5 21 15 20 19 14 14 18 27 27|0.0|3.265 +006521|sil cheng2 ying1 de5 nei4 xin1 guo4 cheng2 bi3 jiao4 nan2 zhuo1 mo1 sil|sil 程 婴 的 内 心 过 程 比 较 难 捉 摸 sil|29 25 13 9 17 17 16 27 11 14 19 15 27 30|0.0|3.125 +006522|sil xiao2 dao3 sheng1 huo2 rang4 ge2 la1 xin1 shou4 yi4 fei2 qian3 sil|sil 小 岛 生 活 让 格 拉 欣 受 益 匪 浅 sil|29 24 16 19 24 18 10 18 22 23 12 19 35 28|0.0|3.445 +006523|sil bei3 guang2 chang3 ting2 che1 wei4 jian2 shao3 sp1 yong1 du3 jia1 ju4 sil|sil 北 广 场 停 车 位 减 少 sp1 拥 堵 加 剧 sil|26 15 20 24 16 16 12 18 24 7 19 14 19 28 27|0.0|3.305 +006524|sil shen1 bian1 yao4 hao3 de5 peng2 you5 he2 tong2 shi4 sp1 huo4 xu3 neng2 dai4 lai2 yi4 xiang3 bu2 dao4 de5 jing1 xi3 sil|sil 身 边 要 好 的 朋 友 和 同 事 sp1 或 许 能 带 来 意 想 不 到 的 惊 喜 sil|30 21 20 19 17 12 23 17 14 21 24 21 15 11 16 16 20 15 19 10 17 10 18 31 29|0.0|5.41 +006525|sil xiang3 xiao4 jiu4 xiao4 sp1 xiang3 nao2 huo3 jiu4 nao2 huo3 sil|sil 想 笑 就 笑 sp1 想 恼 火 就 恼 火 sil|26 26 18 15 28 5 23 21 23 12 19 33 27|0.0|3.2 +006526|sil chu2 le5 xing2 zheng4 shou3 duan4 tiao2 kong4 sp1 gou4 fang2 xin4 dai4 zai4 du4 ka2 jin3 sil|sil 除 了 行 政 手 段 调 控 sp1 购 房 信 贷 再 度 卡 紧 sil|26 21 17 18 14 14 14 20 25 20 17 17 19 23 18 12 22 28 30|0.0|4.35 +006527|sil na4 shi2 sp1 ni2 qiu5 hai2 qian2 zai4 ni2 li3 sp1 ku3 xin1 da3 zao4 yan2 jiang2 gao3 sil|sil 那 时 sp1 泥 鳅 还 潜 在 泥 里 sp1 苦 心 打 造 演 讲 稿 sil|29 18 28 11 18 25 16 17 12 18 23 12 18 19 16 17 15 18 27 31|0.0|4.51 +006528|sil zhe4 hai2 bu4 jian3 dan1 ma5 sp1 dai4 zhe5 nv2 you3 mai2 mai2 mai3 sil|sil 这 还 不 简 单 嘛 sp1 带 着 女 友 买 买 买 sil|26 16 18 12 19 16 22 11 17 11 18 20 19 15 38 27|0.0|3.545 +006529|sil yuan2 lai2 ni2 ye2 xi3 huan1 yi4 jing4 mei2 mei3 de5 tang2 shi1 ya5 sp1 wo2 yi3 wei2 sp1 zhi2 you2 wo3 zhe4 yang4 de5 nv3 hai2 zi5 cai2 hui4 xi3 huan1 sil|sil 原 来 你 也 喜 欢 意 境 美 美 的 唐 诗 呀 sp1 我 以 为 sp1 只 有 我 这 样 的 女 孩 子 才 会 喜 欢 sil|27 14 35 17 9 14 21 14 15 14 13 9 22 21 17 30 12 12 21 13 21 12 11 13 11 8 13 20 16 18 13 17 30 31|0.0|6.775 +006530|sil bu4 xiang3 chi1 sp1 wen2 jian4 wei4 le5 guo4 min3 sil|sil 不 想 吃 sp1 闻 见 味 了 过 敏 sil|26 12 21 28 16 15 13 17 13 16 32 28|0.0|2.755 +006531|sil lian2 shang4 gang3 qian2 pei2 xun4 zhi1 tanr1 r de5 gong1 fu5 dou1 sheng3 le5 sp1 zhe4 jia1 ke3 zhen1 neng2 ya1 suo1 cheng2 ben3 sil|sil 连 上 岗 前 培 训 支 摊 儿 的 功 夫 都 省 了 sp1 这 家 可 真 能 压 缩 成 本 sil|28 19 18 17 25 26 23 15 21 0 11 16 10 14 21 17 25 15 24 18 16 16 15 14 20 26 31|0.0|5.815 +006532|sil nan2 zi3 si4 hu1 you3 le5 dian3 zhi1 jue2 sp1 han2 hu5 bu4 qing1 de5 du1 nong5 le5 ji3 ju4 sil|sil 男 子 似 乎 有 了 点 知 觉 sp1 含 糊 不 清 地 嘟 哝 了 几 句 sil|27 23 20 17 19 12 10 19 15 26 13 20 12 14 23 17 13 16 10 16 27 30|0.0|4.63 +006533|sil xin1 zheng4 shi2 shi1 hou4 sp1 ao4 sai4 huo4 jiang2 zhe3 ye3 yao4 can1 jia1 gao1 kao3 tian2 bao4 zhi4 yuan4 sil|sil 新 政 实 施 后 sp1 奥 赛 获 奖 者 也 要 参 加 高 考 填 报 志 愿 sil|30 22 18 15 16 24 18 15 17 13 21 24 15 15 18 21 20 24 19 15 19 26 27|0.0|5.245 +006534|sil zhe4 xie1 xiao2 dao3 dou1 hen2 bao3 gui4 ya5 sp1 bie2 zao1 ta4 le5 sil|sil 这 些 小 岛 都 很 宝 贵 呀 sp1 别 糟 蹋 了 sil|26 15 14 19 21 16 18 19 16 22 11 15 20 23 17 27|0.0|3.475 +006535|sil tu2 er3 qi2 chang2 qi1 yi3 lai2 yi4 zhi2 cun2 zai4 zhe5 jian1 chi2 he2 fan3 dui4 shi4 su2 yuan2 ze2 de5 dou4 zheng1 sil|sil 土 耳 其 长 期 以 来 一 直 存 在 着 坚 持 和 反 对 世 俗 原 则 的 斗 争 sil|26 15 17 22 22 17 8 31 16 11 19 19 16 23 17 13 20 17 19 18 17 12 8 17 25 30|0.0|5.515 +006536|sil zou1 shi4 long2 de5 ming2 zi4 sp1 wo2 zhi3 shi4 ting1 shuo1 sil|sil 邹 世 龙 的 名 字 sp1 我 只 是 听 说 sil|23 22 14 19 8 22 19 7 17 12 14 18 29 28|0.0|2.93 +006537|sil zheng3 ge4 gou4 wu4 shi2 jian1 sp1 wei2 san1 shi2 yi1 fen1 zhong1 sil|sil 整 个 购 物 时 间 sp1 为 三 十 一 分 钟 sil|26 19 14 17 11 16 27 8 16 18 17 11 18 25 27|0.0|3.14 +006538|sil wo3 men5 wan2 quan2 fan4 bu4 zhao2 dui4 ta1 bu4 yi1 bu4 rao2 sil|sil 我 们 完 全 犯 不 着 对 他 不 依 不 饶 sil|29 10 16 17 17 15 11 24 13 22 15 14 14 33 30|0.0|3.245 +006539|sil zhe4 hui4 cheng2 wei2 bu4 lai2 er3 xuan4 feng1 de5 qi2 dian3 ma5 sil|sil 这 会 成 为 布 莱 尔 旋 风 的 起 点 吗 sil|26 19 17 23 16 13 13 14 21 15 7 21 21 28 27|0.0|3.265 +006540|sil ba3 fang2 di4 chan3 zuo4 wei2 tou2 zi1 ye3 shi4 bu2 qia4 dang4 de5 sp1 guo2 qing2 bu4 yun2 xu3 sil|sil 把 房 地 产 作 为 投 资 也 是 不 恰 当 的 sp1 国 情 不 允 许 sil|23 22 17 14 24 13 10 19 25 17 14 11 22 21 17 17 17 23 14 17 28 28|0.0|4.8 +006541|sil wo3 men5 ye3 ceng2 jing1 zai4 wu1 li3 han1 shui4 de5 shi2 hou4 sp1 bei4 sheng1 yin1 xia4 xing3 sil|sil 我 们 也 曾 经 在 屋 里 酣 睡 的 时 候 sp1 被 声 音 吓 醒 sil|28 9 10 12 20 16 18 12 14 20 17 9 16 18 4 13 18 14 20 31 28|0.0|4.03 +006542|sil sui4 yue4 jue2 dui4 bu2 shi4 sha1 zhu1 dao1 sp1 er2 shi4 yi4 ming2 you1 xiu4 de5 si4 yang3 yuan2 sil|sil 岁 月 绝 对 不 是 杀 猪 刀 sp1 而 是 一 名 优 秀 的 饲 养 员 sil|29 27 22 18 16 10 12 18 14 26 13 14 12 9 27 13 16 10 19 13 31 29|0.0|4.615 +006543|sil pei2 mou3 shan1 chu2 le5 you2 jian4 zhong1 zhu4 li3 yi1 shi1 kao3 shi4 nei4 rong2 hou4 sp1 zhuan3 fa1 gei3 biao2 jie3 cao2 mou3 sil|sil 裴 某 删 除 了 邮 件 中 助 理 医 师 考 试 内 容 后 sp1 转 发 给 表 姐 曹 某 sil|28 23 23 19 14 9 13 18 29 17 14 13 16 18 13 16 16 22 16 20 16 19 17 14 24 30 30|0.0|5.89 +006544|sil kan4 dao4 hai2 zi5 zhi2 niu4 de5 tai4 du4 sp1 chen2 chen5 ma1 xin1 li3 ye2 ting3 jiu1 jie2 sil|sil 看 到 孩 子 执 拗 的 态 度 sp1 辰 辰 妈 心 里 也 挺 纠 结 sil|27 22 12 23 14 16 17 9 21 19 18 18 13 19 16 25 17 20 18 32 28|0.0|4.695 +006545|sil ju4 wang2 xian1 sheng5 jie4 shao4 sp1 ha1 shi4 qi2 shi4 wei2 yi1 bu2 hui4 gou3 jiao4 de5 quan3 lei4 sil|sil 据 王 先 生 介 绍 sp1 哈 士 奇 是 唯 一 不 会 狗 叫 的 犬 类 sil|25 21 17 16 14 14 24 18 18 15 25 19 14 18 12 14 16 17 6 22 26 26|0.0|4.605 +006546|sil shi4 qing2 bai4 lu4 hou4 sp1 hui4 pu3 bian4 cheng2 le5 ci4 tan4 yin3 si1 de5 qin1 quan2 zhe3 sil|sil 事 情 败 露 后 sp1 惠 普 变 成 了 刺 探 隐 私 的 侵 权 者 sil|28 17 18 14 18 23 20 25 28 18 18 14 16 16 18 16 10 20 21 26 28|0.0|4.785 +006547|sil jin1 tian1 zai4 fan4 dian4 jian4 zheng4 le5 lin2 zhuo1 gu1 niang5 bei4 da1 shan4 de5 quan2 cheng2 sil|sil 今 天 在 饭 店 见 证 了 邻 桌 姑 娘 被 搭 讪 的 全 程 sil|27 17 22 14 22 24 22 17 9 20 16 14 22 14 18 18 9 20 32 30|0.0|4.49 +006548|sil wo3 hao2 bu4 chi2 yi2 de5 xun4 su4 zuan1 jin4 qu4 sp1 na4 suan1 shuang3 yi2 bei4 zi5 dou1 wang4 bu4 liao3 sil|sil 我 毫 不 迟 疑 的 迅 速 钻 进 去 sp1 那 酸 爽 一 辈 子 都 忘 不 了 sil|29 13 23 15 22 13 13 19 13 16 16 21 21 14 21 26 15 19 9 12 18 10 29 29|0.0|5.065 +006549|sil jin1 ci4 fa1 sheng1 ru2 ci3 yan2 zhong4 de5 ren2 cai3 ren2 bei1 ju4 sp1 ke3 wei4 fei1 chang2 feng3 ci4 sil|sil 今 次 发 生 如 此 严 重 的 人 踩 人 悲 剧 sp1 可 谓 非 常 讽 刺 sil|27 21 21 19 18 18 21 14 16 11 16 19 15 16 20 14 19 17 17 21 18 28 27|0.0|5.03 +006550|sil di4 san1 ci4 sp1 yi1 sheng1 zai4 lai2 wen4 ta1 de5 bing4 qing2 shi2 sp1 ta1 shuo1 xian4 zai4 xie4 du4 zi5 sil|sil 第 三 次 sp1 医 生 再 来 问 他 的 病 情 时 sp1 他 说 现 在 泻 肚 子 sil|23 17 20 24 7 13 20 14 13 16 14 7 17 17 25 17 18 18 17 13 18 20 23 27|0.0|4.85 +006551|sil han2 lian2 ming2 mei2 you2 xiang3 dao4 sp1 zhang1 bo2 hu3 cong2 ci3 cheng2 le5 ta1 zai4 ao2 yuan2 hong1 dou1 hong1 bu4 zou3 de5 kan4 ke4 sil|sil 韩 连 明 没 有 想 到 sp1 张 伯 虎 从 此 成 了 他 在 獒 园 轰 都 轰 不 走 的 看 客 sil|29 16 15 18 13 11 24 23 16 19 15 26 21 11 14 8 17 19 20 23 24 13 20 10 12 9 21 25 30|0.0|6.06 +006552|sil yi1 ri4 bi4 hu3 ai1 qiu2 dao4 sp1 ni3 hai2 shi4 gei2 wo3 ge5 tong4 kuai4 ba5 sp1 wo3 shou4 bu4 liao3 la5 sil|sil 一 日 壁 虎 哀 求 道 sp1 你 还 是 给 我 个 痛 快 吧 sp1 我 受 不 了 啦 sil|31 13 19 15 20 13 19 23 27 11 17 18 14 11 11 25 18 18 10 12 17 7 21 20 28|0.0|5.08 +006553|sil shi4 a5 shi4 a5 sp1 tan2 zong3 sp1 ting1 shuo1 ni3 hun4 de5 bu2 cuo4 a5 sil|sil 是 啊 是 啊 sp1 谭 总 sp1 听 说 你 混 的 不 错 啊 sil|30 29 19 26 19 15 22 26 3 19 16 14 18 11 13 27 22 26|0.0|4.12 +006554|sil hou4 fang1 mou3 xian1 hou4 bei4 liang3 liang4 jiao4 che1 nian3 ya1 zhi4 si3 sil|sil 后 方 某 先 后 被 两 辆 轿 车 碾 压 致 死 sil|26 25 25 19 20 14 15 19 16 16 22 20 17 18 30 28|0.0|3.83 +006555|sil zui4 huang1 tang2 de5 yi4 qi3 an4 li4 shi4 sp1 wei1 bo2 kai1 fang2 shi4 jian4 sil|sil 最 荒 唐 的 一 起 案 例 是 sp1 微 博 开 房 事 件 sil|26 19 20 16 7 13 15 15 16 21 13 18 18 18 18 18 22 29|0.0|3.74 +006556|sil ta1 wan2 de5 bu2 yi4 le4 hu1 sp1 jie1 shou4 cai2 fang3 shi2 kan2 kan3 er2 tan2 sil|sil 他 玩 得 不 亦 乐 乎 sp1 接 受 采 访 时 侃 侃 而 谈 sil|26 20 18 15 15 13 18 23 11 17 12 19 17 19 20 14 18 34 25|0.0|4.115 +006557|sil wo3 deng2 ni3 chu1 chai1 hui2 lai5 sil|sil 我 等 你 出 差 回 来 sil|27 12 15 13 15 18 18 25 26|0.0|1.965 +006558|sil tao2 bao3 yi1 chai1 san1 hou4 sp1 ta1 huo4 de2 le5 zui4 duo1 de5 zhi1 chi2 sil|sil 淘 宝 一 拆 三 后 sp1 它 获 得 了 最 多 的 支 持 sil|26 21 20 16 19 20 22 14 17 17 13 13 15 13 12 15 31 27|0.0|3.84 +006559|sil bie2 gen1 wo2 qiang3 nan2 peng2 you5 sil|sil 别 跟 我 抢 男 朋 友 sil|27 14 13 15 18 18 19 20 25|0.0|1.965 +006560|sil lian2 xi4 dian4 hua4 sp1 liu4 si4 er4 yao1 er4 si4 liu4 yao1 sp1 huo4 sp1 yao1 er4 san1 er4 ling2 sil|sil 联 系 电 话 sp1 六 四 二 幺 二 四 六 幺 sp1 或 sp1 幺 二 三 二 零 sil|28 15 11 18 29 17 21 13 20 31 16 13 23 25 8 30 9 22 19 21 10 32 28|0.0|5.33 +006561|sil xu2 jing4 lei3 yu3 huang2 li4 xing2 sil|sil 徐 静 蕾 与 黄 立 行 sil|28 22 18 28 17 20 16 34 27|0.0|2.44 +006562|sil ma1 ma5 de5 yi2 ju4 hua4 rang4 wo3 shun4 jian1 lei4 liu2 man3 mian4 sp1 ni3 sha2 shi2 hou4 hui2 lai5 sp1 zan2 jia1 sha2 shi2 hou5 guo4 nian2 sil|sil 妈 妈 的 一 句 话 让 我 瞬 间 泪 流 满 面 sp1 你 啥 时 候 回 来 sp1 咱 家 啥 时 候 过 年 sil|32 14 16 9 13 14 24 21 15 24 17 14 15 20 24 29 12 20 15 13 18 20 5 21 20 17 11 14 15 36 25|0.0|6.54 +006563|sil mei3 ci4 ting1 dao4 ou3 xiang4 de5 sheng1 yin1 sp1 dou1 xing1 fen4 qi3 hong4 sil|sil 每 次 听 到 偶 像 的 声 音 sp1 都 兴 奋 起 哄 sil|26 19 15 19 14 17 15 8 18 20 4 18 17 15 17 25 27|0.0|3.415 +006564|sil di2 que4 sp1 ba1 fei1 te4 de5 zui4 weng1 zhi1 yi4 sp1 zheng4 shi4 bi3 ya4 di2 de5 xin1 neng2 yuan2 ji4 shu4 sp1 ji2 qi2 guang3 kuo4 qian2 jing3 sil|sil 的 确 sp1 巴 菲 特 的 醉 翁 之 意 sp1 正 是 比 亚 迪 的 新 能 源 技 术 sp1 及 其 广 阔 前 景 sil|29 17 27 16 15 16 16 9 16 16 18 19 17 20 18 16 13 13 10 15 14 14 17 19 3 19 18 21 17 23 30 29|0.0|6.5 +006565|sil lv4 shi1 fa3 yi3 ming2 que4 yun2 xu3 de5 zi4 xing2 diao4 cha2 qu3 zheng4 sp1 ye3 wei4 na4 ru4 sil|sil 律 师 法 已 明 确 允 许 的 自 行 调 查 取 证 sp1 也 未 纳 入 sil|29 15 16 31 16 21 19 15 17 17 15 17 14 17 19 21 8 16 12 22 24 29|0.0|4.76 +006566|sil bao3 hu4 mian2 nong2 li4 yi4 sp1 zeng1 jia1 mian2 nong2 shou1 ru4 sp1 shi4 mian2 hua1 hong2 guan1 tiao2 kong4 de5 ji1 ben3 yuan2 ze2 sil|sil 保 护 棉 农 利 益 sp1 增 加 棉 农 收 入 sp1 是 棉 花 宏 观 调 控 的 基 本 原 则 sil|26 19 21 20 16 18 21 12 19 14 15 13 20 19 19 17 20 24 20 15 19 20 10 14 12 19 30 27|0.0|6.03 +006567|sil lan2 zhou1 huang2 he2 bian1 shang4 dun3 chuan2 jiao4 duo1 sp1 xia4 tian1 duo1 you3 shi4 min2 zai4 ci3 xiu1 xian2 yu2 le4 sil|sil 兰 州 黄 河 边 上 趸 船 较 多 sp1 夏 天 多 有 市 民 在 此 休 闲 娱 乐 sil|29 20 19 16 16 19 25 16 18 17 23 24 24 25 13 13 15 21 18 19 15 17 14 28 27|0.0|5.7 +006568|sil jia2 bao3 yu4 chu1 jian4 lin2 dai4 yu4 shuo1 de5 di4 yi1 ju4 sp1 shi4 zhe4 ge5 mei4 mei5 sp1 wo3 ceng2 jian4 guo4 de5 sil|sil 贾 宝 玉 初 见 林 黛 玉 说 的 第 一 句 sp1 是 这 个 妹 妹 sp1 我 曾 见 过 的 sil|27 22 20 17 20 17 14 15 19 19 9 12 16 23 20 23 15 10 17 26 7 11 20 21 16 21 27|0.0|5.625 +006569|sil yi4 tou2 li4 luo4 duan3 fa4 pei4 he2 gan1 jing4 de5 ku4 zhuang1 sp1 rang4 huang2 yi4 xian3 de5 zi4 xin4 man2 man3 sil|sil 一 头 利 落 短 发 配 合 干 净 的 裤 装 sp1 让 黄 奕 显 得 自 信 满 满 sil|29 14 26 14 14 21 25 17 19 17 12 9 17 28 18 17 24 21 21 14 16 16 18 28 29|0.0|5.615 +006570|sil deng3 dao4 xiao3 fei1 pao3 jin4 wu1 kan4 shi2 sp1 xiao3 mei2 jiang1 xiao3 ming2 an4 zai4 di4 shang4 yong4 jiao3 duo4 zhe5 sil|sil 等 到 小 飞 跑 进 屋 看 时 sp1 小 梅 将 小 明 按 在 地 上 用 脚 跺 着 sil|27 14 14 18 22 19 16 13 22 26 31 20 20 17 19 25 15 14 18 26 21 18 19 24 31|0.0|5.905 +006571|sil shang4 mian4 yong4 huang2 se4 you2 qi1 sp1 gong1 gong1 zheng2 zheng3 lie4 chu1 cun1 cai2 wu4 de5 jin4 bai3 ge4 ju4 ti3 xiang4 mu4 sil|sil 上 面 用 黄 色 油 漆 sp1 工 工 整 整 列 出 村 财 务 的 近 百 个 具 体 项 目 sil|31 25 26 18 22 17 14 25 15 18 15 18 20 20 20 20 22 16 14 24 20 14 14 13 22 21 30|0.0|6.2 +006572|sil dang1 qian2 lai2 zi4 zu3 guo2 si4 mian4 ba1 fang1 de5 wu4 zi1 sp1 zheng4 zai4 tong1 guo4 tie3 lu4 yun4 wang3 zai1 qu1 sil|sil 当 前 来 自 祖 国 四 面 八 方 的 物 资 sp1 正 在 通 过 铁 路 运 往 灾 区 sil|27 18 34 20 12 17 18 14 18 15 15 8 18 23 16 16 12 17 12 20 27 18 16 19 26 29|0.0|5.63 +006573|sil bu4 ran2 sp1 nen4 re4 de5 tian1 xi4 ge5 ling3 dai4 sp1 lang2 ge5 shou4 de5 liao3 sil|sil 不 然 sp1 恁 热 的 天 系 个 领 带 sp1 啷 个 受 得 了 sil|25 15 29 9 17 15 10 28 20 9 22 22 5 19 10 19 10 37 27|0.0|4.045 +006574|sil ru2 guo3 ren2 min2 li4 liang4 dang3 can1 yu4 wu3 bi4 de5 zheng4 ju4 que4 zao2 sp1 ren2 min2 li4 liang4 dang3 jiang1 bei4 jie3 san4 sil|sil 如 果 人 民 力 量 党 参 与 舞 弊 的 证 据 确 凿 sp1 人 民 力 量 党 将 被 解 散 sil|27 17 22 18 13 13 22 26 21 13 16 14 9 18 11 19 26 20 17 14 11 19 23 19 13 19 26 28|0.0|5.97 +006575|sil yang2 quan3 ren2 zai4 zhu4 suo3 nei4 si4 yang2 quan3 zhi1 sp1 ying1 dang1 you3 xiao4 kong4 zhi4 quan3 zhi1 fei4 jiao4 sil|sil 养 犬 人 在 住 所 内 饲 养 犬 只 sp1 应 当 有 效 控 制 犬 只 吠 叫 sil|29 19 18 23 16 14 14 20 16 13 18 27 22 14 16 16 20 20 14 20 12 18 29 27|0.0|5.28 +006576|sil na4 me5 sp1 dui4 ri4 ben3 er2 yan2 sp1 he2 zhong3 guo2 jia1 zhe2 xue2 cai2 shi4 bi4 yao4 de5 ne5 sil|sil 那 么 sp1 对 日 本 而 言 sp1 何 种 国 家 哲 学 才 是 必 要 的 呢 sil|28 17 21 4 16 16 11 19 23 11 23 17 12 15 15 21 18 14 13 18 10 23 27|0.0|4.55 +006577|sil dan4 shi4 sp1 zhe4 zuo4 han2 zhe5 jin1 yao4 shi5 chu1 sheng1 de5 lou2 pan2 que4 ming4 yun4 duo1 chuan3 sil|sil 但 是 sp1 这 座 含 着 金 钥 匙 出 生 的 楼 盘 却 命 运 多 舛 sil|25 20 25 17 17 21 20 10 14 17 14 15 12 6 19 28 15 19 13 15 37 26|0.0|4.705 +006578|sil wo3 jia1 xiao3 qu1 de5 da4 men2 kou3 sp1 shi2 chang2 you2 ji3 liang4 hei1 che1 zai4 nar4 r pa1 huor2 r sil|sil 我 家 小 区 的 大 门 口 sp1 时 常 有 几 辆 黑 车 在 那 儿 趴 活 儿 sil|30 11 16 16 13 9 14 18 29 21 20 32 14 11 16 22 21 14 22 0 20 0 35 30|0.0|5.035 +006579|sil dai4 xiao3 hai2 tai4 lei4 le5 sp1 shen2 me5 dou1 bu4 dong3 sp1 hai2 zong3 yao4 da4 ren2 pei2 zhe5 wan2 sil|sil 带 小 孩 太 累 了 sp1 什 么 都 不 懂 sp1 还 总 要 大 人 陪 着 玩 sil|24 20 19 21 25 19 20 14 18 9 15 11 24 12 15 15 12 17 15 18 15 28 29|0.0|4.82 +006580|sil da4 yue1 wan3 shang4 shi2 yi1 dian2 zuo3 you4 sp1 huo3 kai1 shi3 xiang4 san1 shi2 si4 lou2 man4 yan2 sil|sil 大 约 晚 上 十 一 点 左 右 sp1 火 开 始 向 三 十 四 楼 蔓 延 sil|26 17 26 18 21 20 12 18 16 20 21 24 19 13 19 13 11 13 15 20 32 26|0.0|4.88 +006581|sil lv4 shi1 ti2 xing2 wo3 sp1 cong2 huang2 niu2 shou3 zhong1 mai3 piao4 sp1 shi4 wei2 fa3 xing2 wei2 sil|sil 律 师 提 醒 我 sp1 从 黄 牛 手 中 买 票 sp1 是 违 法 行 为 sil|28 13 16 16 17 27 11 24 19 18 14 14 16 22 5 19 16 18 16 29 27|0.0|4.47 +006582|sil liang3 ren2 geng4 jia1 dang1 zhong4 zuo4 chu1 lou3 bao4 qin1 zui3 nie1 lian3 dan4 sp1 he2 hu4 wei4 shi2 wu4 deng3 qin1 mi4 dong4 zuo4 sil|sil 两 人 更 加 当 众 做 出 搂 抱 亲 嘴 捏 脸 蛋 sp1 和 互 喂 食 物 等 亲 密 动 作 sil|28 19 19 15 18 21 22 15 22 28 24 28 29 18 20 25 16 19 20 12 21 24 17 17 13 21 25 28|0.0|6.78 +006583|sil xing2 dong4 lu2 mang3 de5 ta1 chang2 chang2 bei4 wu2 qiang2 ma4 de5 gou2 xie3 lin2 tou2 sp1 dan4 ta1 que4 ai4 shang4 wu2 qiang2 sil|sil 行 动 鲁 莽 的 他 常 常 被 吴 蔷 骂 得 狗 血 淋 头 sp1 但 他 却 爱 上 吴 蔷 sil|29 25 15 12 18 7 29 20 15 12 15 24 18 10 19 15 21 27 23 18 16 17 17 17 16 36 27|0.0|6.015 +006584|sil yin2 hang2 nao4 qian2 huang1 sp1 gu3 li4 ti2 qian2 huan2 dai4 he2 lan2 chu3 sp1 hua1 yang4 bai3 chu1 sil|sil 银 行 闹 钱 荒 sp1 鼓 励 提 前 还 贷 和 揽 储 sp1 花 样 百 出 sil|30 18 23 17 22 27 19 14 21 18 17 19 18 10 21 28 5 15 16 19 28 28|0.0|5.03 +006585|sil lian2 li2 ba5 sp1 hua1 yuan2 tai2 deng4 sp1 ji2 xian1 ren2 zhang2 deng3 zhi2 wu4 dou1 quan2 xian4 dao3 ta1 sil|sil 连 篱 笆 sp1 花 园 枱 凳 sp1 及 仙 人 掌 等 植 物 都 全 线 倒 塌 sil|30 23 23 25 4 20 16 23 21 6 21 14 17 18 18 18 23 16 24 18 18 32 29|0.0|5.3 +006586|sil jin2 guan3 ru2 ci3 sp1 cai4 yun1 bing4 mei2 you3 yin1 wei4 sheng1 huo2 tiao2 jian4 jian3 lou4 er2 xin1 hui1 yi4 leng3 sil|sil 尽 管 如 此 sp1 蔡 赟 并 没 有 因 为 生 活 条 件 简 陋 而 心 灰 意 冷 sil|28 19 16 15 32 17 26 25 15 15 10 10 12 16 12 15 15 19 25 17 17 14 13 33 28|0.0|5.385 +006587|sil wo3 zhi1 dao4 wo3 bing4 bu4 wan2 mei3 sp1 dan4 wo3 hui4 hen2 nu3 li4 cheng2 wei2 ni3 de5 wei2 yi1 sil|sil 我 知 道 我 并 不 完 美 sp1 但 我 会 很 努 力 成 为 你 的 唯 一 sil|29 13 14 27 17 19 11 19 26 14 16 12 17 17 17 21 19 13 11 11 19 26 26|0.0|4.81 +006588|sil hen3 duo1 mu4 di4 xiao1 shou4 chu4 sp1 dou1 zu3 zhi1 ke4 hu4 ting1 feng1 shui3 xian1 sheng5 jiang3 ke4 sp1 xuan1 chuan2 feng1 shui3 zhi1 shi5 sil|sil 很 多 墓 地 销 售 处 sp1 都 组 织 客 户 听 风 水 先 生 讲 课 sp1 宣 传 风 水 知 识 sil|26 21 16 16 13 18 16 24 12 16 15 12 19 20 21 16 14 14 15 22 25 17 21 21 18 19 18 24 28|0.0|6.23 +006589|sil tai4 yang5 zhao4 chang2 sheng1 qi3 sp1 yang2 guang1 yi1 ran2 can4 lan4 sil|sil 太 阳 照 常 升 起 sp1 阳 光 依 然 灿 烂 sil|24 29 23 16 18 19 27 15 20 25 15 18 21 26 26|0.0|3.74 +006590|sil shi4 shi2 zheng4 ming2 sp1 wang2 chang2 tian2 zhe4 zhong2 yi3 fa1 xing2 ying2 xiao1 qie1 ru4 ye3 shi4 xiang1 dang1 tao2 qiao3 de5 sil|sil 事 实 证 明 sp1 王 长 田 这 种 以 发 行 营 销 切 入 也 是 相 当 讨 巧 的 sil|30 19 13 17 27 20 17 18 28 12 15 17 20 18 13 17 14 23 17 16 19 16 18 22 24 25|0.0|5.745 +006591|sil ci3 an4 zai4 quan2 xia4 men2 sp1 yin3 fa1 ge4 fang1 guan1 zhu4 sil|sil 此 案 在 全 厦 门 sp1 引 发 各 方 关 注 sil|26 24 23 18 19 19 25 6 15 20 15 16 19 20 29|0.0|3.415 +006592|sil zhe4 xie1 nian2 sp1 fan4 gu1 niang5 yi4 zhi2 hen3 jue2 jiang4 sil|sil 这 些 年 sp1 范 姑 娘 一 直 很 倔 强 sil|26 13 15 28 7 21 15 24 17 13 19 20 29 26|0.0|3.165 +006593|sil sheng1 huo2 bu2 shi4 que1 shao2 mei3 sp1 er2 shi4 que1 shao3 le5 fa1 xian4 mei3 de5 yan3 jing1 sp1 jia1 you2 yo5 sil|sil 生 活 不 是 缺 少 美 sp1 而 是 缺 少 了 发 现 美 的 眼 睛 sp1 加 油 哟 sil|27 24 23 14 12 17 15 30 17 12 12 17 19 14 22 18 14 10 20 24 17 24 18 24 30|0.0|5.5 +006594|sil ci3 hou4 sp1 zai4 lao3 xiang1 liu2 you3 yu2 de5 song2 yong3 xia4 sp1 qi2 shi2 guang1 zhan1 ran3 shang4 le5 du2 pin3 sil|sil 此 后 sp1 在 老 乡 刘 有 余 的 怂 恿 下 sp1 齐 石 光 沾 染 上 了 毒 品 sil|24 23 25 7 16 18 23 15 16 10 10 17 17 26 17 18 16 27 18 16 11 11 20 32 28|0.0|5.355 +006595|sil na4 tian1 chuan1 zhi4 fu2 de5 shu3 shu2 lai2 xiao3 qu1 le5 sp1 gan3 jue2 dou1 hao3 shuai4 hao3 wei1 feng1 o5 sil|sil 那 天 穿 制 服 的 蜀 黍 来 小 区 了 sp1 感 觉 都 好 帅 好 威 风 哦 sil|30 17 31 24 15 12 9 17 17 16 17 18 16 19 20 17 16 23 26 18 19 22 20 30|0.0|5.44 +006596|sil chao2 chao3 nao4 nao4 rang4 zhang1 nv3 shi4 shou4 bu4 liao3 sp1 ta1 ye3 pa4 ying2 xiang3 dao4 zheng4 zai4 du2 gao1 zhong1 de5 nv3 er2 sil|sil 吵 吵 闹 闹 让 张 女 士 受 不 了 sp1 她 也 怕 影 响 到 正 在 读 高 中 的 女 儿 sil|27 25 18 16 27 21 15 15 14 16 9 29 24 14 12 16 18 18 21 17 13 13 16 14 8 21 25 27|0.0|5.915 +006597|sil bin4 yi2 guan3 dui4 mian4 shi4 huo3 zang4 chang3 sil|sil 殡 仪 馆 对 面 是 火 葬 场 sil|24 19 13 21 15 27 17 20 19 31 27|0.0|2.71 +006598|sil zhe4 yi4 wei4 zhe5 feng1 xian2 yin3 huan4 ming2 xian3 sil|sil 这 意 味 着 风 险 隐 患 明 显 sil|26 17 15 17 16 21 18 13 17 16 34 25|0.0|2.73 +006599|sil ru2 neng2 jiang1 wu3 fen1 zhi1 yi1 de5 rong3 che1 pai1 mai4 sp1 wu2 yi2 geng4 fu2 he2 min2 yi4 qi1 dai4 sil|sil 如 能 将 五 分 之 一 的 冗 车 拍 卖 sp1 无 疑 更 符 合 民 意 期 待 sil|28 15 21 26 15 17 11 12 11 19 18 17 26 23 15 16 20 15 12 16 14 18 29 26|0.0|5.105 +006600|sil yu4 dao4 heng2 gen4 zai4 bo2 zi5 gao1 du4 de5 dian4 xian4 sp1 da4 jia1 yi3 jing1 neng2 gou4 mo4 qi4 de5 ti2 xing2 shan3 bi4 sil|sil 遇 到 横 亘 在 脖 子 高 度 的 电 线 sp1 大 家 已 经 能 够 默 契 地 提 醒 闪 避 sil|29 16 20 22 17 17 17 13 17 10 9 18 22 22 13 15 11 14 16 14 25 18 12 18 16 21 24 28|0.0|5.735 +006601|sil mu4 qian2 guan2 li3 fang1 zhi3 de2 shi3 yong4 gao1 ya1 pen1 she4 de5 ben4 ban4 fa3 sil|sil 目 前 管 理 方 只 得 使 用 高 压 喷 射 的 笨 办 法 sil|29 13 32 17 14 25 15 13 22 20 18 18 19 18 12 18 17 25 26|0.0|4.305 +006602|sil you3 bao4 dao4 cheng1 sp1 gai1 shi4 ping2 fen2 fu4 geng1 gong1 zuo4 sp1 yi3 zan4 ting2 tui1 xing2 sil|sil 有 报 道 称 sp1 该 市 平 坟 复 耕 工 作 sp1 已 暂 停 推 行 sil|31 11 16 14 28 21 18 22 23 21 20 16 17 20 8 14 19 16 18 32 28|0.0|4.795 +006603|sil zhe4 ye3 shi4 da4 xue2 sheng1 xie2 guan3 yuan2 bu4 hao3 zhao1 pin4 de5 yuan2 yin1 sil|sil 这 也 是 大 学 生 协 管 员 不 好 招 聘 的 原 因 sil|26 17 14 20 15 12 17 15 18 22 12 17 18 19 10 18 25 27|0.0|3.735 +006604|sil dang4 tian1 sp1 tao2 bao3 jiao1 yi4 fu4 kuan3 sp1 fa1 dian4 zi2 ban3 zhao4 pian4 sil|sil 当 天 sp1 淘 宝 交 易 付 款 sp1 发 电 子 版 照 片 sil|26 18 26 5 20 16 17 10 16 28 9 21 16 11 17 18 26 29|0.0|3.815 +006605|sil yi4 guo2 liang3 zhi4 de5 cheng2 gong1 sp1 chao1 hu1 wo3 men5 de5 yu4 qi1 sil|sil 一 国 两 制 的 成 功 sp1 超 乎 我 们 的 预 期 sil|29 15 15 19 14 9 21 19 4 24 19 8 11 8 18 32 27|0.0|3.395 +006606|sil shi1 ti3 jing1 yu3 yi1 bao1 guo3 sp1 dian4 xian4 kun3 zha1 sp1 bei4 bao4 dao4 le5 huang2 xu2 gen1 de5 mo2 tuo1 che1 hou4 zuo4 sil|sil 尸 体 经 雨 衣 包 裹 sp1 电 线 捆 扎 sp1 被 抱 到 了 黄 徐 根 的 摩 托 车 后 座 sil|31 23 28 23 16 12 22 24 6 18 17 19 25 15 16 17 16 12 19 18 17 12 20 13 16 19 24 26|0.0|6.08 +006607|sil che1 liang4 chong1 guan1 wan2 le5 hou4 sp1 shou1 fei4 yuan2 cai2 gan3 chu1 gang3 ting2 jiang1 tong1 dao4 de5 lan2 gan1 fu2 zheng4 sil|sil 车 辆 冲 关 完 了 后 sp1 收 费 员 才 敢 出 岗 亭 将 通 道 的 栏 杆 扶 正 sil|28 20 21 19 19 17 9 23 42 15 15 22 20 16 14 19 27 22 19 12 7 18 15 18 20 28|0.0|5.86 +006608|sil xiao1 fang2 guan1 bing1 dai4 shang4 shou3 tao4 sp1 yong4 huo3 gou1 sao4 ba5 sp1 jiang1 she2 gan3 chu1 chuang2 di3 sil|sil 消 防 官 兵 戴 上 手 套 sp1 用 火 钩 扫 把 sp1 将 蛇 赶 出 床 底 sil|29 19 18 18 24 16 15 17 29 20 16 24 20 29 17 6 21 26 17 14 22 24 30|0.0|5.47 +006609|sil cong2 hua1 tu3 gou1 hao3 bu4 rong2 yi4 da1 cheng2 yi2 liang4 jie3 fang4 sp1 dian1 bo3 de5 wo3 men5 bu2 zhu4 xiang2 ou3 tu4 sil|sil 从 花 土 沟 好 不 容 易 搭 乘 一 辆 解 放 sp1 颠 簸 得 我 们 不 住 想 呕 吐 sil|27 25 18 18 23 22 12 13 11 15 16 8 17 16 26 27 21 18 17 14 14 14 13 17 21 26 28|0.0|5.775 +006610|sil jin1 nian2 zai4 wai4 bao1 zhuang1 shang4 sp1 hai2 shou3 ci4 you3 le5 fang2 wei3 ji4 hao4 sil|sil 今 年 在 外 包 装 上 sp1 还 首 次 有 了 防 伪 记 号 sil|26 18 20 17 15 15 18 21 5 19 20 19 11 10 19 17 17 24 28|0.0|3.94 +006611|sil zhe4 ci4 xie2 shang1 mei2 ti2 ci2 tui4 de5 shir4 r sp1 guang1 tan2 bu3 chang2 sil|sil 这 次 协 商 没 提 辞 退 的 事 儿 sp1 光 谈 补 偿 sil|25 16 13 18 26 18 16 17 17 9 24 0 14 20 21 15 34 27|0.0|3.835 +006612|sil bi2 kong2 li3 sp1 liu2 chu1 le5 xian1 xue4 sp1 ta1 gan2 jin3 xia4 le5 lou2 sil|sil 鼻 孔 里 sp1 流 出 了 鲜 血 sp1 他 赶 紧 下 了 楼 sil|25 16 23 22 4 19 12 9 19 23 16 16 19 16 16 10 26 29|0.0|3.72 +006613|sil liang3 ren2 zai4 yi3 se4 lie4 yi1 lang2 deng3 zhong1 dong1 zheng4 ce4 shang4 fen1 qi2 po1 duo1 sil|sil 两 人 在 以 色 列 伊 朗 等 中 东 政 策 上 分 歧 颇 多 sil|28 18 21 21 11 14 25 20 24 18 14 15 14 16 20 21 16 19 22 28|0.0|4.47 +006614|sil bu4 zhi1 dao4 wei4 shen2 me5 sp1 sha2 sha3 de5 bai2 yang2 si4 hu1 zong3 shi4 you2 hao3 yun4 qi4 sil|sil 不 知 道 为 什 么 sp1 傻 傻 的 白 羊 似 乎 总 是 有 好 运 气 sil|27 13 11 15 16 19 14 19 22 13 9 18 23 20 18 20 15 15 20 18 24 28|0.0|4.605 +006615|sil sui2 hou4 sp1 di4 fang1 gan4 bu4 dao4 zhong1 yang1 bu4 wei2 lv3 xin1 de5 bu4 fa2 jia1 kuai4 sil|sil 随 后 sp1 地 方 干 部 到 中 央 部 委 履 新 的 步 伐 加 快 sil|29 18 23 15 14 16 19 20 19 12 16 13 18 16 18 8 14 21 19 31 30|0.0|4.515 +006616|sil liang3 ming2 jie2 fei3 li2 dian4 shi2 sp1 jiang1 ta1 men5 kun2 bang3 bing4 yong4 jiao1 dai4 feng1 zui3 hou4 tao2 li2 sil|sil 两 名 劫 匪 离 店 时 sp1 将 他 们 捆 绑 并 用 胶 带 封 嘴 后 逃 离 sil|28 16 15 16 16 15 17 25 10 20 13 13 25 31 13 15 22 16 19 19 15 22 25 31|0.0|5.3 +006617|sil ke2 kou2 ke3 le4 sp1 he2 zhong1 guo2 de5 wei4 lai2 fa1 zhan3 jiang1 rong2 wei2 yi4 ti3 sil|sil 可 口 可 乐 sp1 和 中 国 的 未 来 发 展 将 融 为 一 体 sil|26 17 15 18 23 7 18 18 10 10 12 16 20 24 20 15 14 14 30 29|0.0|4.13 +006618|sil zhe4 dui4 zhong1 xin1 cheng2 de5 wu1 ran3 ying2 xiang3 jiu4 yao4 xiao3 yi4 xie1 sil|sil 这 对 中 心 城 的 污 染 影 响 就 要 小 一 些 sil|26 17 16 17 18 17 7 13 16 15 26 13 12 23 14 27 30|0.0|3.56 +006619|sil ta1 men5 dui4 xue2 xiao4 de5 bang3 yang4 jiao4 yu4 ping2 jia4 ru2 he2 sil|sil 他 们 对 学 校 的 榜 样 教 育 评 价 如 何 sil|27 14 13 14 16 18 13 18 16 19 15 20 16 15 30 29|0.0|3.4 +006620|sil yu3 zhi1 ban4 sui2 de5 shi4 na4 zhi1 zang4 ao2 de5 hou3 jiao4 sil|sil 与 之 伴 随 的 是 那 只 藏 獒 的 吼 叫 sil|28 13 14 18 19 18 15 18 14 19 15 8 21 28 28|0.0|3.21 +006621|sil che1 zhu2 che3 zhe5 huang2 dong3 bu2 fang4 sp1 yao1 qiu2 pei2 chang2 sil|sil 车 主 扯 着 黄 董 不 放 sp1 要 求 赔 偿 sil|26 23 20 16 12 24 17 12 25 15 13 15 22 32 29|0.0|3.5 +006622|sil zhong1 ling2 cha4 kai1 gui3 hua4 ti2 sp1 zhe4 di4 fang1 du3 qian2 de5 ren2 hen3 duo1 a5 sil|sil 钟 灵 岔 开 鬼 话 题 sp1 这 地 方 赌 钱 的 人 很 多 啊 sil|27 20 25 21 18 14 21 26 18 16 13 24 17 17 7 16 20 22 25 28|0.0|4.585 +006623|sil tian1 kong1 piao1 qi3 le5 meng2 meng2 xi4 yu3 sp1 bei3 chuan1 lao3 xian4 cheng2 sp1 long3 zhao4 zai4 yi2 pian4 wu4 ai2 li3 sil|sil 天 空 飘 起 了 蒙 蒙 细 雨 sp1 北 川 老 县 城 sp1 笼 罩 在 一 片 雾 霭 里 sil|27 23 22 21 14 9 16 14 22 25 21 14 19 13 17 27 8 15 14 16 8 21 14 21 25 30|0.0|5.53 +006624|sil ying2 jiu4 gong1 zuo4 sp1 rang4 zhi4 li4 zong2 tong3 pi2 nie4 la1 sp1 zhi1 chi2 lv4 da4 zhang3 sil|sil 营 救 工 作 sp1 让 智 利 总 统 皮 涅 拉 sp1 支 持 率 大 涨 sil|29 15 16 17 20 5 20 11 15 19 23 14 14 27 4 17 14 16 19 29 29|0.0|4.325 +006625|sil wo3 ping2 shi2 bu4 wan2 wei1 bo2 de5 sp1 wo3 shuo1 ei5 sp1 wei1 bo2 shang4 zhen1 de5 you2 wo3 de5 zhao4 pian4 sil|sil 我 平 时 不 玩 微 博 的 sp1 我 说 诶 sp1 微 博 上 真 的 有 我 的 照 片 sil|29 11 21 21 13 17 17 17 18 17 14 23 21 18 17 16 29 17 8 13 11 8 17 27 31|0.0|5.235 +006626|sil pan1 yu2 ci3 xiang4 zheng4 ce4 sp1 zi4 ran2 shou4 dao4 wai4 lai2 wu4 gong1 jia1 ting2 de5 zhui1 peng3 sil|sil 番 禺 此 项 政 策 sp1 自 然 受 到 外 来 务 工 家 庭 的 追 捧 sil|28 24 17 18 18 17 25 17 16 14 16 21 14 17 12 16 17 15 7 17 31 30|0.0|4.73 +006627|sil zai4 wo3 guo2 di4 fang1 zhong3 zhu1 li3 sp1 rong2 chang1 zhu1 sp1 shi4 qi2 zhong1 de5 jiao2 jiao2 zhe3 sil|sil 在 我 国 地 方 种 猪 里 sp1 荣 昌 猪 sp1 是 其 中 的 佼 佼 者 sil|26 20 15 20 14 19 15 17 20 23 17 23 20 6 18 14 15 9 14 17 27 28|0.0|4.61 +006628|sil zui4 hou4 sp1 chen2 ran2 tiao1 xuan3 le5 liang3 tao4 feng1 ge2 jiong3 ran2 bu4 tong2 de5 fu2 shi4 sil|sil 最 后 sp1 陈 燃 挑 选 了 两 套 风 格 迥 然 不 同 的 服 饰 sil|28 18 22 8 24 19 18 14 7 23 21 23 19 17 17 13 17 7 19 21 29|0.0|4.46 +006629|sil guo1 jin4 an1 yu3 tai4 tai5 dou1 biao3 shi4 hen2 man3 zu2 sp1 ji4 hua4 sp1 bu2 zai4 yao4 hai2 zi5 sil|sil 郭 晋 安 与 太 太 都 表 示 很 满 足 sp1 计 划 sp1 不 再 要 孩 子 sil|26 15 13 22 13 22 19 15 17 16 18 20 22 17 18 20 7 15 14 16 23 19 29|0.0|4.83 +006630|sil guan1 fang1 shu4 ju4 xian3 shi4 sp1 dian3 xin1 lei3 ji1 yong4 hu4 gui1 mo2 sp1 da2 dao4 yi4 bai3 wan4 sil|sil 官 方 数 据 显 示 sp1 点 心 累 积 用 户 规 模 sp1 达 到 一 百 万 sil|27 17 16 15 11 19 24 22 20 15 16 13 15 15 14 26 5 17 19 15 17 23 30|0.0|4.77 +006631|sil zai4 dui4 wu3 zui4 qian2 mian4 de5 shi4 shen1 chuan1 ling2 ling2 yi1 hao4 qiu2 fu2 de5 zhao4 feng4 lin2 sil|sil 在 队 伍 最 前 面 的 是 身 穿 零 零 一 号 囚 服 的 赵 凤 林 sil|28 20 17 13 17 18 21 18 17 18 21 15 17 13 16 19 15 15 19 19 30 28|0.0|4.805 +006632|sil zhang1 rui3 shuo1 sp1 wai4 gong1 hai2 te4 bie2 xi3 huan1 guang4 jie1 sp1 jing1 chang2 dao4 chun1 xi1 lu4 guang4 sil|sil 张 蕊 说 sp1 外 公 还 特 别 喜 欢 逛 街 sp1 经 常 到 春 熙 路 逛 sil|25 23 15 26 22 20 19 18 14 11 13 14 18 21 24 19 20 16 19 15 20 25 30|0.0|5.185 +006633|sil zhe4 kong3 pa4 shi4 guo2 ji4 hang2 kong1 ye4 sp1 bi4 xu1 ren4 zhen1 mian4 dui4 de5 yan2 jun4 xian4 shi2 sil|sil 这 恐 怕 是 国 际 航 空 业 sp1 必 须 认 真 面 对 的 严 峻 现 实 sil|26 15 18 19 20 16 14 16 17 19 5 15 19 15 14 19 13 9 16 16 19 27 28|0.0|4.585 +006634|sil jian3 fang1 ren4 wei2 sp1 yang2 chun1 mei4 she4 xian2 tan1 wu1 zui4 sp1 he2 nuo2 yong4 gong1 kuan3 zui4 sil|sil 检 方 认 为 sp1 杨 春 妹 涉 嫌 贪 污 罪 sp1 和 挪 用 公 款 罪 sil|26 20 17 16 22 17 19 17 22 21 21 22 14 18 3 16 19 14 16 22 25 29|0.0|4.825 +006635|sil qiang2 shang4 gao4 shi4 wei4 neng2 shuo1 ming2 sp1 ma2 tong3 de5 shang4 shu4 hua1 shao4 gong1 neng2 sp1 hui4 xiao1 hao4 duo1 shao3 dian4 liang4 sil|sil 墙 上 告 示 未 能 说 明 sp1 马 桶 的 上 述 花 哨 功 能 sp1 会 消 耗 多 少 电 量 sil|29 24 17 18 19 13 14 16 27 26 17 22 12 19 14 17 17 14 23 15 17 21 21 13 19 16 29 29|0.0|6.25 +006636|sil zhong1 guo2 ren2 min2 sp1 bao3 diao4 tong2 chou2 di2 kai4 sp1 zhong4 zhi4 cheng2 cheng2 sp1 fan3 ying4 sp1 min2 xin1 ke3 wei4 sp1 min2 qi4 ke3 yong4 sil|sil 中 国 人 民 sp1 保 钓 同 仇 敌 忾 sp1 众 志 成 城 sp1 反 映 sp1 民 心 可 畏 sp1 民 气 可 用 sil|29 18 11 14 18 3 22 26 22 18 15 25 4 21 12 18 26 21 20 19 6 21 20 21 22 12 19 20 20 25 31|0.0|6.725 +006637|sil ni3 liu1 da5 liu1 da5 gan2 jin3 chu1 qu4 sp1 ni2 yi3 jing1 zai4 wei2 fa3 la5 sil|sil 你 溜 达 溜 达 赶 紧 出 去 sp1 你 已 经 在 违 法 啦 sil|29 10 19 12 15 17 17 15 18 21 19 9 16 18 15 17 20 27 28|0.0|3.97 +006638|sil guang1 zhi1 dao4 zi4 ger3 r chou1 sp1 ye3 bu2 kuai4 gei2 lao3 shi1 dian3 shang4 yi4 zhi1 sil|sil 光 知 道 自 个 儿 抽 sp1 也 不 快 给 老 师 点 上 一 支 sil|28 22 14 16 16 16 0 26 18 9 12 16 12 19 19 17 17 13 25 27|0.0|3.975 +006639|sil zhe4 ming2 xiong1 shou3 xie2 dai4 shou3 qiang1 sp1 ta1 sha1 ren2 bu4 zha2 yan3 sp1 bing4 qie3 qiang1 fa3 jing1 zhun3 shen1 chu3 nao4 shi4 sil|sil 这 名 凶 手 携 带 手 枪 sp1 他 杀 人 不 眨 眼 sp1 并 且 枪 法 精 准 身 处 闹 市 sil|24 13 16 20 20 19 13 17 29 10 19 20 17 10 19 27 16 16 25 23 15 19 23 21 14 22 27 27|0.0|6.285 +006640|sil wo3 de5 jian1 bang3 jie4 ni3 yong4 yong4 ba5 sp1 mei2 shi4 sp1 yi2 qie4 dou1 hui4 hao2 qi3 lai2 de5 sil|sil 我 的 肩 膀 借 你 用 用 吧 sp1 没 事 sp1 一 切 都 会 好 起 来 的 sil|28 15 7 20 17 12 14 15 20 23 22 14 25 23 11 16 12 15 19 15 19 17 28|0.0|4.73 +006641|sil dan4 shi4 sp1 mo4 duo1 ke4 tong2 shi2 biao3 shi4 sp1 xi1 wang4 da4 jia1 fang4 wang2 zi3 yi4 ma3 sp1 rang4 ta1 chuan2 kou3 qi4 sil|sil 但 是 sp1 默 多 克 同 时 表 示 sp1 希 望 大 家 放 王 子 一 马 sp1 让 他 喘 口 气 sil|27 17 23 7 14 12 18 17 13 18 22 22 13 14 14 20 20 18 13 9 27 10 18 17 19 16 27 29|0.0|5.74 +006642|sil fu4 qin1 de5 er3 ru2 mu4 ran3 sp1 rang4 xi1 bei4 liu3 si1 cong2 xiao3 dui4 zheng4 zhi4 chan3 sheng1 le5 xing4 qu4 sil|sil 父 亲 的 耳 濡 目 染 sp1 让 西 贝 柳 斯 从 小 对 政 治 产 生 了 兴 趣 sil|29 18 20 14 15 11 17 27 14 14 14 11 18 21 31 21 14 20 16 21 12 8 21 21 29|0.0|5.3 +006643|sil nan2 dao4 sp1 wo3 shi4 yi4 zhi1 ji1 qi4 gou3 gou5 ma5 sp1 na4 wan3 an1 ba5 sil|sil 难 道 sp1 我 是 一 只 机 器 狗 狗 嘛 sp1 那 晚 安 吧 sil|30 19 22 11 11 15 8 15 17 18 17 14 25 20 13 14 21 21 29|0.0|3.95 +006644|sil gong1 ren2 zhi3 neng2 pa2 zhe5 xia4 qu4 cai3 jue2 sp1 zai4 yong4 lou3 zi5 ba3 mei2 la1 chu1 lai5 sil|sil 工 人 只 能 爬 着 下 去 采 掘 sp1 再 用 篓 子 把 煤 拉 出 来 sil|25 19 20 13 18 25 10 16 12 20 25 16 18 13 20 24 14 18 25 15 21 29|0.0|4.83 +006645|sil wo3 ke2 yi2 yu3 yin1 dian3 bo1 ge1 qu3 sp1 cha2 tian1 qi4 sp1 she4 zhi4 ti2 xing3 sp1 bo1 fang4 you3 sheng1 nei4 rong2 sp1 hai2 neng2 pei2 liao2 sil|sil 我 可 以 语 音 点 播 歌 曲 sp1 查 天 气 sp1 设 置 提 醒 sp1 播 放 有 声 内 容 sp1 还 能 陪 聊 sil|31 12 20 22 15 25 17 13 16 28 13 21 24 23 18 18 13 21 30 23 15 21 16 18 18 22 16 12 16 17 36 30|0.0|7.43 +006646|sil sui2 hou4 sp1 zhen1 cha2 yuan2 li4 ji2 qian2 wang3 zhao4 qi3 fan2 sp1 wei4 yu2 a1 cheng2 de5 jia1 zhong1 sp1 dui4 qi2 jin4 xing2 zhua1 bu3 sil|sil 随 后 sp1 侦 查 员 立 即 前 往 赵 启 凡 sp1 位 于 阿 城 的 家 中 sp1 对 其 进 行 抓 捕 sil|29 20 23 7 18 20 17 15 11 22 19 15 15 27 19 14 14 19 17 8 19 17 8 13 17 14 17 23 24 33|0.0|6.2 +006647|sil ke2 yi3 zhe4 me5 shuo1 sp1 xu3 duo1 ren2 de5 shi1 bai4 sp1 dou1 yuan2 zi4 yu2 na4 xie1 sp1 yi4 zhi2 ma2 zui4 zhe5 ta1 de5 jie4 kou3 sil|sil 可 以 这 么 说 sp1 许 多 人 的 失 败 sp1 都 源 自 于 那 些 sp1 一 直 麻 醉 着 他 的 借 口 sil|28 14 14 14 11 23 19 17 13 13 10 18 20 16 14 16 11 10 21 22 8 13 13 23 15 11 16 9 18 31 28|0.0|5.915 +006648|sil jian1 cha2 bu4 men2 ying1 gai1 cha2 cha2 sil|sil 监 察 部 门 应 该 查 查 sil|26 21 21 11 22 14 13 21 32 30|0.0|2.455 +006649|sil ta1 shuo1 hua4 shi2 hen2 dia2 hen3 wen1 rou2 sp1 hai2 jing1 chang2 hui4 hen3 tian2 mi4 de5 huan1 xiao4 sil|sil 她 说 话 时 很 嗲 很 温 柔 sp1 还 经 常 会 很 甜 蜜 地 欢 笑 sil|27 17 15 20 24 26 23 22 14 27 27 14 16 17 16 20 18 12 9 19 26 29|0.0|5.09 +006650|sil er2 zai4 dan1 bao3 gong1 si1 zhi1 jian1 sp1 zi1 jin1 ye3 lin1 lai2 lin1 qu4 sp1 bi2 ci3 jiu4 ji2 sil|sil 而 在 担 保 公 司 之 间 sp1 资 金 也 拎 来 拎 去 sp1 彼 此 救 急 sil|28 16 21 16 14 14 12 13 27 11 18 27 16 16 13 18 25 6 16 17 19 30 31|0.0|4.92 +006651|sil liu2 fang1 bei4 zhua1 hou4 jiao1 dai4 sp1 jin4 si4 nian2 lai2 sp1 ta1 yi3 pian4 hun1 san1 ci4 sil|sil 刘 芳 被 抓 后 交 代 sp1 近 四 年 来 sp1 她 已 骗 婚 三 次 sil|29 19 26 12 17 17 20 23 23 17 12 17 24 6 18 12 20 15 20 27 30|0.0|4.685 +006652|sil ni3 si1 wei2 hen3 huo2 yue4 sp1 zong3 neng2 cong2 duo1 shi4 jiao3 kan4 dai4 shi4 wu4 sp1 cong2 er2 jie3 jue2 yi4 xie1 hen3 ji2 shou3 de5 wen4 ti5 sil|sil 你 思 维 很 活 跃 sp1 总 能 从 多 视 角 看 待 事 物 sp1 从 而 解 决 一 些 很 棘 手 的 问 题 sil|30 14 17 19 19 21 22 24 18 12 21 14 16 21 18 15 21 16 21 19 8 15 15 11 19 19 17 18 8 17 26 31|0.0|6.755 +006653|sil zhang1 yu3 yi4 lian3 hai4 xiu1 sp1 zai4 qing1 sheng1 zhui1 wen4 sp1 na4 ta1 shuo1 shen2 me5 sil|sil 张 羽 一 脸 害 羞 sp1 再 轻 声 追 问 sp1 那 她 说 什 么 sil|26 28 21 13 16 21 23 8 16 17 15 17 19 27 11 17 15 20 19 30|0.0|4.395 +006654|sil si1 ji1 chen2 fa1 cheng2 yao1 bu4 shou4 shang1 sp1 li3 qiu1 xian1 mei2 you3 shou4 shang1 sil|sil 司 机 陈 发 成 腰 部 受 伤 sp1 李 秋 先 没 有 受 伤 sil|30 18 18 21 16 32 19 13 17 26 16 14 18 24 16 14 16 29 28|0.0|4.475 +006655|sil yi2 wei4 shao4 lin2 xiao3 sha1 mi2 sp1 zai4 ta3 lin2 nei4 de5 yi2 zuo4 ta3 zhuan1 ding3 shang4 sp1 lian4 xi2 shao4 lin2 tong2 zi3 gong1 sil|sil 一 位 少 林 小 沙 弥 sp1 在 塔 林 内 的 一 座 塔 砖 顶 上 sp1 练 习 少 林 童 子 功 sil|30 10 21 18 16 17 19 25 7 17 19 15 14 12 10 14 18 18 19 20 7 18 18 19 17 19 14 24 29|0.0|5.855 +006656|sil zhe4 gu3 xuan4 feng1 sp1 ye3 bei4 gua1 dao4 zhong1 guo2 sp1 duo1 jia1 da4 xing2 hu4 lian2 wang2 qi3 ye4 fen1 fen1 xiao4 fang3 sil|sil 这 股 旋 风 sp1 也 被 刮 到 中 国 sp1 多 家 大 型 互 联 网 企 业 纷 纷 效 仿 sil|27 17 12 21 23 7 12 14 14 14 20 23 24 13 14 15 15 11 13 16 20 13 18 13 20 27 32|0.0|5.43 +006657|sil yi2 ge4 xiao3 shi2 hou4 sp1 bei4 bie1 teng2 de5 su1 xian1 sheng5 sp1 cai2 bei4 huo4 zhun3 xia4 che1 xiao3 bian4 sil|sil 一 个 小 时 后 sp1 被 憋 疼 的 苏 先 生 sp1 才 被 获 准 下 车 小 便 sil|30 7 12 17 14 20 19 15 15 17 7 16 19 17 13 19 12 22 20 20 14 21 22 30|0.0|4.855 +006658|sil ke3 mei2 xiang3 dao4 neng2 ba3 zhao1 pai2 da3 dao4 quan2 guo2 sil|sil 可 没 想 到 能 把 招 牌 打 到 全 国 sil|26 14 17 21 22 18 12 18 23 14 10 23 29 29|0.0|3.205 +006659|sil luo4 shi2 le5 sp1 dao4 mu4 qian2 wei2 zhi3 sp1 cai2 mai4 chu1 qu4 ji3 shi2 wan4 dan4 xin1 jiang1 mian2 hua5 sil|sil 落 实 了 sp1 到 目 前 为 止 sp1 才 卖 出 去 几 十 万 担 新 疆 棉 花 sil|29 18 16 18 14 12 16 15 15 23 17 16 16 17 18 17 13 21 17 14 15 19 25 30|0.0|5.0 +006660|sil qian1 gu3 nve4 lian4 sp1 wo3 quan4 ta1 zhun3 bei4 hao2 zhi3 jin1 zai4 gu3 zu2 yong3 qi4 da3 kai1 sil|sil 千 古 虐 恋 sp1 我 劝 他 准 备 好 纸 巾 再 鼓 足 勇 气 打 开 sil|26 30 13 17 27 22 12 18 17 15 12 16 18 28 19 14 14 16 15 18 31 29|0.0|4.955 +006661|sil jie2 sp1 wo3 zai4 ni3 yan2 li2 you3 na4 me5 wei2 suo3 ma5 sil|sil 姐 sp1 我 在 你 眼 里 有 那 么 猥 琐 吗 sil|25 32 14 12 13 15 17 23 19 15 13 16 20 27 30|0.0|3.375 +006662|sil li3 die1 die5 yao1 qiu2 zai4 du4 shang4 jie1 xun2 zhao3 sil|sil 李 爹 爹 要 求 再 度 上 街 寻 找 sil|28 15 15 14 17 25 20 13 19 13 20 29 28|0.0|2.975 +006663|sil na4 shi2 de5 cun1 zi5 yuan3 mei2 xian4 zai4 re4 nao4 sil|sil 那 时 的 村 子 远 没 现 在 热 闹 sil|29 19 14 9 20 22 21 15 19 16 16 30 26|0.0|2.97 +006664|sil zhe4 shi2 sp1 hu2 mou3 lv2 lv3 cui1 ta1 huan2 qian2 sil|sil 这 时 sp1 胡 某 屡 屡 催 她 还 钱 sil|28 19 26 6 23 26 16 15 16 15 20 32 29|0.0|3.145 +006665|sil qu4 shi4 bo2 yuan2 kan4 kan5 ya5 sp1 fei1 chang2 re4 nao5 sil|sil 去 世 博 园 看 看 呀 sp1 非 常 热 闹 sil|26 21 16 14 18 20 16 18 8 17 21 16 28 28|0.0|3.1 +006666|sil xian4 zai4 zhen1 de5 shi4 sp1 xi1 an1 wa2 sp1 hui2 lai5 lie5 sil|sil 现 在 真 的 是 sp1 西 安 娃 sp1 回 来 咧 sil|27 24 20 17 11 23 14 21 19 25 6 16 16 29 29|0.0|3.45 +006667|sil yu2 shi4 sp1 wo3 zeng4 qi2 biao3 da2 gan3 ji1 zhi1 qing2 sil|sil 于 是 sp1 我 赠 旗 表 达 感 激 之 情 sil|28 11 24 13 14 21 28 20 20 19 14 16 36 28|0.0|3.395 +006668|sil qi2 jian1 sp1 xiao2 yu3 yi4 zhi2 bei4 nian3 zai4 che1 xia4 sil|sil 其 间 sp1 小 宇 一 直 被 碾 在 车 下 sil|27 21 25 4 33 20 15 11 11 19 15 18 28 30|0.0|3.215 +006669|sil ba2 ma3 lu4 he2 gong1 gong4 wei4 sheng1 gao2 hao3 le5 sil|sil 把 马 路 和 公 共 卫 生 搞 好 了 sil|26 16 23 21 16 15 15 13 19 16 24 21 30|0.0|2.96 +006670|sil xiao3 zou1 zai4 su4 nian2 tang2 zuo4 le5 yi4 nian2 duo1 sil|sil 小 邹 在 塑 年 堂 做 了 一 年 多 sil|28 25 22 19 15 16 26 14 10 14 24 22 28|0.0|3.055 +006671|sil ru2 jin1 sai4 er2 bi3 cheng2 wei2 di4 wu3 wei4 guan4 jun1 sil|sil 如 今 塞 尔 比 成 为 第 五 位 冠 军 sil|28 18 24 21 18 22 20 17 16 10 20 20 25 30|0.0|3.35 +006672|sil you4 you3 duo1 shao3 shi4 qing1 ting2 dian2 shui3 er2 zhi3 ne5 sil|sil 又 有 多 少 是 蜻 蜓 点 水 而 止 呢 sil|29 13 13 15 26 19 19 18 16 16 18 16 27 29|0.0|3.18 +006673|sil da4 tong1 dao4 cai2 neng2 zhi1 cheng1 wu4 liu2 teng2 fei1 sil|sil 大 通 道 才 能 支 撑 物 流 腾 飞 sil|23 18 23 22 16 15 13 22 13 17 23 28 29|0.0|3.045 +006674|sil mu3 qin1 kan4 bing4 de5 fei4 yong4 neng2 bao4 xiao1 ma5 sil|sil 母 亲 看 病 的 费 用 能 报 销 吗 sil|28 15 22 22 16 7 16 24 19 16 19 23 28|0.0|2.965 +006675|sil he4 fu1 man4 dui4 zhe5 jing4 tou2 deng4 yan2 gu3 sai1 sp1 hai2 shuo1 sp1 kan4 zhe4 hou2 zi5 sp1 fei1 chang2 ke3 ai4 sil|sil 赫 夫 曼 对 着 镜 头 瞪 眼 鼓 腮 sp1 还 说 sp1 看 这 猴 子 sp1 非 常 可 爱 sil|28 19 14 26 12 10 18 26 17 17 17 27 12 18 20 9 22 11 25 15 4 19 22 15 24 29|0.0|5.525 +006676|sil zai4 bu2 tong4 bu4 yang3 zhong1 sp1 jiu3 yue4 jiu4 zhe4 yang4 qiao3 ran2 lai2 lin2 sil|sil 在 不 痛 不 痒 中 sp1 九 月 就 这 样 悄 然 来 临 sil|27 25 12 19 13 18 24 11 24 24 15 11 16 18 13 15 31 29|0.0|4.005 +006677|sil lu4 man4 man4 qi2 xiu1 yuan3 xi1 sp1 shui2 lai2 bang1 ni3 liang2 ju4 li2 sil|sil 路 漫 漫 其 修 远 兮 sp1 谁 来 帮 你 量 距 离 sil|29 17 20 19 17 21 16 26 7 22 17 18 16 23 18 28 30|0.0|3.995 +006678|sil bu4 jin3 ru2 ci3 sp1 ta1 hai2 hui4 jiang1 mao2 jin1 ning3 gan1 sp1 ba2 lian3 ca1 gan1 jing4 sil|sil 不 仅 如 此 sp1 它 还 会 将 毛 巾 拧 干 sp1 把 脸 擦 干 净 sil|27 17 14 16 30 13 14 14 16 17 18 16 21 21 9 14 20 18 19 20 31|0.0|4.465 +006679|sil san1 shi4 jin4 yi2 bu4 zuo4 hao3 tong1 feng1 wa3 si1 guan2 li3 gong1 zuo4 sil|sil 三 是 进 一 步 做 好 通 风 瓦 斯 管 理 工 作 sil|29 24 27 20 10 12 17 21 20 17 17 18 14 12 17 21 30|0.0|3.79 +006680|sil zuo2 tian1 wan3 shang4 sp1 ka2 ma2 shui3 ku4 fa1 sheng1 kua3 ba4 shi4 gu4 sil|sil 昨 天 晚 上 sp1 卡 马 水 库 发 生 垮 坝 事 故 sil|25 16 16 17 22 17 19 17 19 21 20 19 22 18 17 22 29|0.0|3.905 +006681|sil na3 ge4 ling2 dao2 gan3 yu2 qi3 yong4 yi2 ge4 man2 kou3 yu2 ci2 de5 xiao3 zheng4 ke4 ne5 sil|sil 哪 个 领 导 敢 于 起 用 一 个 满 口 谀 辞 的 小 政 客 呢 sil|29 16 12 17 21 18 9 19 13 12 18 23 21 14 16 9 19 17 17 23 30|0.0|4.335 +006682|sil mian4 dui4 ji1 yu4 he2 tiao3 zhan4 sp1 wo3 men5 de5 tou2 nao3 yao4 qing1 xing3 sil|sil 面 对 机 遇 和 挑 战 sp1 我 们 的 头 脑 要 清 醒 sil|29 19 20 17 19 13 21 23 21 11 11 7 20 25 15 22 36 27|0.0|4.135 +006683|sil ta1 chuan1 zhe5 hei1 se4 shang4 yi1 yi3 ji2 niu2 zai3 ku4 sp1 ming2 xian3 pang4 le5 hen3 duo1 sil|sil 她 穿 着 黑 色 上 衣 以 及 牛 仔 裤 sp1 明 显 胖 了 很 多 sil|25 16 22 17 17 12 22 21 17 12 18 18 24 24 16 21 16 9 19 24 30|0.0|4.64 +006684|sil tu4 zi5 bing4 le5 sp1 ta1 gei3 wei4 yao4 sp1 tu4 zi5 tu3 le5 chu1 lai2 sil|sil 兔 子 病 了 sp1 他 给 喂 药 sp1 兔 子 吐 了 出 来 sil|24 23 13 22 16 11 18 14 18 22 14 23 15 21 13 15 25 29|0.0|3.9 +006685|sil cai2 fang3 zhong1 sp1 xiao2 yu3 bu4 ting2 de5 si1 yao3 zhe5 yi1 fu5 sp1 shen4 zhi4 hai2 yao2 qi3 le5 la1 ji1 tong3 sil|sil 采 访 中 sp1 小 宇 不 停 的 撕 咬 着 衣 服 sp1 甚 至 还 咬 起 了 垃 圾 桶 sil|30 18 17 21 10 23 19 15 20 12 15 14 12 17 22 22 22 17 20 14 12 9 18 13 34 28|0.0|5.505 +006686|sil zai4 xia4 men2 gang3 fa1 zhan3 you2 lun2 jing1 ji4 sp1 kong1 jian1 ju4 da4 sil|sil 在 厦 门 港 发 展 邮 轮 经 济 sp1 空 间 巨 大 sil|24 24 18 19 23 19 17 12 18 18 19 5 21 17 19 23 26|0.0|3.74 +006687|sil ye2 xu3 shi4 tai4 mo4 sheng1 sp1 ye2 xu3 shi2 zai4 gan3 jue2 tai4 wu2 qu4 sil|sil 也 许 是 太 陌 生 sp1 也 许 实 在 感 觉 太 无 趣 sil|29 16 20 12 15 18 26 20 12 22 17 15 17 14 21 12 28 28|0.0|3.97 +006688|sil ta1 men5 he2 li4 jiang1 sheng2 suo2 kun3 zai4 dui4 mian4 shan1 ling3 yi4 ke1 da4 shu4 shang4 sil|sil 他 们 合 力 将 绳 索 捆 在 对 面 山 岭 一 棵 大 树 上 sil|27 14 21 17 16 17 17 19 20 13 10 16 17 19 14 14 19 19 27 30|0.0|4.25 +006689|sil san1 shi4 jia1 qiang2 kua4 jing4 zi1 jin1 liu2 dong4 jian1 ce4 guan2 li3 sil|sil 三 是 加 强 跨 境 资 金 流 动 监 测 管 理 sil|30 21 26 19 25 19 15 14 20 19 15 14 16 19 28 29|0.0|3.825 +006690|sil wo3 gang1 yao4 jie1 hua4 sp1 wai4 po2 you4 bu3 chong1 le5 yi2 ju4 sp1 nan2 de5 nv3 de5 dou1 xing2 sil|sil 我 刚 要 接 话 sp1 外 婆 又 补 充 了 一 句 sp1 男 的 女 的 都 行 sil|30 11 15 15 17 23 16 16 19 18 12 15 9 14 18 27 20 7 14 10 16 34 25|0.0|4.66 +006691|sil sui2 hou4 you4 yin1 xi1 du2 bei4 jing3 fang1 cha2 huo4 sp1 bei4 min2 jing3 song4 wang3 chen1 zhou1 qiang2 zhi4 jie4 du2 sil|sil 随 后 又 因 吸 毒 被 警 方 查 获 sp1 被 民 警 送 往 郴 州 强 制 戒 毒 sil|30 18 26 18 15 20 18 13 15 16 19 26 23 11 20 20 17 13 20 21 26 15 16 27 29|0.0|5.71 +006692|sil ji4 zhe3 wen4 wo1 niu2 sp1 dang1 shi2 shi4 gu4 shi4 zen3 yang4 fa1 sheng1 de5 sil|sil 记 者 问 蜗 牛 sp1 当 时 事 故 是 怎 样 发 生 的 sil|27 19 19 14 16 29 18 16 14 18 18 17 14 16 18 19 17 30|0.0|3.93 +006693|sil wo3 men5 cai2 ming2 bai5 sp1 zhe4 yuan2 lai2 shi4 cong2 zao4 zhi3 yuan2 liao4 sp1 mai4 jie1 shang4 kou1 xia4 lai2 de5 liang2 shi5 sil|sil 我 们 才 明 白 sp1 这 原 来 是 从 造 纸 原 料 sp1 麦 秸 上 抠 下 来 的 粮 食 sil|33 9 11 21 20 19 18 13 15 19 15 22 16 13 17 23 10 22 19 23 18 11 14 6 24 23 28|0.0|5.6 +006694|sil jian4 qiang4 shui3 yan2 zhong4 sp1 ta1 men5 wei4 huang2 tian1 zuo4 le5 ren2 gong1 hu1 xi1 sil|sil 见 呛 水 严 重 sp1 他 们 为 黄 天 做 了 人 工 呼 吸 sil|26 24 20 15 16 19 19 13 11 15 22 24 19 13 16 13 18 29 30|0.0|4.205 +006695|sil guo2 wu4 yuan4 de5 shen1 qie4 guan1 huai2 song4 dao4 qin1 ren2 de5 xin1 kan3 shang4 sil|sil 国 务 院 的 深 切 关 怀 送 到 亲 人 的 心 坎 上 sil|26 14 13 14 7 16 15 19 20 16 11 16 13 6 19 23 27 28|0.0|3.52 +006696|sil li2 yao4 xiang2 huang2 zong1 ze2 sp1 ma3 shang4 pie3 qing1 zi4 ji3 sil|sil 黎 耀 祥 黄 宗 泽 sp1 马 上 撇 清 自 己 sil|28 13 17 28 19 16 26 7 18 20 15 18 15 28 30|0.0|3.465 +006697|sil yi2 dan4 shen3 cha2 tong1 guo4 sp1 lian2 pu3 jiang1 jin4 ru4 lu4 yan3 huan2 jie2 sp1 zui4 hou4 shang4 shi4 jiao1 yi4 sil|sil 一 旦 审 查 通 过 sp1 脸 谱 将 进 入 路 演 环 节 sp1 最 后 上 市 交 易 sil|31 12 19 15 16 17 21 22 18 23 16 13 10 19 16 19 23 6 19 15 16 15 18 18 33|0.0|5.22 +006698|sil zhe4 zhong2 ti3 yan4 yi4 dianr2 r ye3 bu4 zhi2 guan1 sil|sil 这 种 体 验 一 点 儿 也 不 直 观 sil|26 15 16 15 25 17 20 0 15 12 18 28 28|0.0|2.73 +006699|sil kan4 ni3 ge4 mei2 chu1 xi5 yangr4 r sp1 da2 xiao3 jiu4 li2 bu4 kai1 ge5 nv3 ren2 sp1 yi3 hou4 zen3 me5 hun4 sil|sil 看 你 个 没 出 息 样 儿 sp1 打 小 就 离 不 开 个 女 人 sp1 以 后 怎 么 混 sil|26 24 12 10 15 17 16 22 0 28 17 21 12 16 7 17 10 18 30 11 10 15 14 11 29 27|0.0|5.05 +006700|sil zhe4 yang4 de5 duan4 luo4 sp1 duo1 zai4 fu2 xiu3 bu4 cun2 de5 mu4 zha4 qiang2 di4 dai4 sp1 bao3 cun2 you3 hao2 qian4 sil|sil 这 样 的 段 落 sp1 多 在 腐 朽 不 存 的 木 柞 墙 地 带 sp1 保 存 有 壕 堑 sil|26 18 12 9 18 23 4 15 19 19 18 12 22 10 19 15 20 15 20 22 17 20 12 21 28 32|0.0|5.41 +006701|sil ai4 er2 xin1 qie4 de5 fan2 zhi4 rong2 jiang1 ma3 mao4 jie2 lou3 zai4 huai2 li3 sp1 xi1 wang4 ta1 neng2 kang1 fu4 sil|sil 爱 儿 心 切 的 樊 治 容 将 马 茂 杰 搂 在 怀 里 sp1 希 望 他 能 康 复 sil|29 13 18 19 17 11 18 13 27 23 14 18 18 17 15 22 20 20 13 20 15 13 22 25 28|0.0|5.435 +006702|sil pan2 zhong1 bo1 dong4 qu1 jian1 wei2 sp1 liu4 dian3 yi1 ba1 ling2 yi1 sp1 zhi4 sp1 liu4 dian3 yi1 ba1 er4 liu4 sil|sil 盘 中 波 动 区 间 为 sp1 六 点 一 八 零 一 sp1 至 sp1 六 点 一 八 二 六 sil|27 24 20 14 14 14 16 24 15 19 17 13 15 19 24 13 26 5 19 18 15 18 10 24 30|0.0|5.255 +006703|sil tong2 shi2 sp1 guang3 xi1 qiao2 ban4 hai2 xiang4 ta1 men5 song4 shang4 wei4 wen4 jin1 sil|sil 同 时 sp1 广 西 侨 办 还 向 他 们 送 上 慰 问 金 sil|25 19 27 8 19 16 24 20 19 16 10 10 17 17 12 16 27 30|0.0|3.85 +006704|sil feng4 huang5 wei4 shi4 huang2 cheng2 zi5 sil|sil 凤 凰 卫 视 黄 橙 子 sil|27 20 20 16 22 19 24 20 29|0.0|2.29 +006705|sil jia1 kuai4 wan4 da2 guang2 chang3 sp1 dong1 pai2 lou2 sp1 nan2 hu2 guang2 chang2 deng3 da4 xing2 shang1 ye4 zong2 he2 ti3 jian4 she4 sil|sil 加 快 万 达 广 场 sp1 东 牌 楼 sp1 南 湖 广 场 等 大 型 商 业 综 合 体 建 设 sil|29 20 26 18 11 18 28 4 16 18 22 6 17 15 18 23 22 18 19 15 12 16 14 14 18 24 29|0.0|5.69 +006706|sil xiang1 guan1 qing2 kuang4 dou1 zai4 ta1 men5 nar4 r sp1 ni3 ying1 gai1 tong1 guo4 sheng3 yao4 jian1 ju2 sp1 liao2 jie3 yi2 xia4 qing2 kuang4 sil|sil 相 关 情 况 都 在 他 们 那 儿 sp1 你 应 该 通 过 省 药 监 局 sp1 了 解 一 下 情 况 sil|28 20 14 18 23 13 12 16 10 26 0 19 9 13 15 19 16 22 14 17 20 6 15 14 8 16 20 21 34|0.0|5.555 +006707|sil quan2 zhu3 jiang1 zang4 ao2 kong4 zhi4 hou4 sp1 liang3 ming2 min2 jing3 xun4 su4 bei4 song4 wang3 fu4 jin4 yi1 yuan4 sil|sil 犬 主 将 藏 獒 控 制 后 sp1 两 名 民 警 迅 速 被 送 往 附 近 医 院 sil|27 28 21 20 12 17 22 14 22 22 12 13 20 26 22 14 13 17 15 15 20 13 23 31|0.0|5.325 +006708|sil mi3 la1 mai4 si1 gao1 ceng2 ren4 wei2 sp1 di2 shi4 ni2 de5 jin4 ling4 sp1 chao1 yue4 yuan2 ben3 de5 xie2 yi4 sil|sil 米 拉 麦 斯 高 层 认 为 sp1 迪 士 尼 的 禁 令 sp1 超 越 原 本 的 协 议 sil|24 13 12 20 16 14 17 19 25 10 14 12 13 10 18 23 5 25 18 19 13 8 22 22 29|0.0|4.885 +006709|sil gai1 ju2 zhi3 chu1 sp1 zai4 bao3 cun2 mian4 bu4 shi2 bie2 shu4 ju4 qian2 sp1 lian2 pu2 wang3 ying1 ming2 que4 gao4 zhi1 yong4 hu4 sil|sil 该 局 指 出 sp1 在 保 存 面 部 识 别 数 据 前 sp1 脸 谱 网 应 明 确 告 知 用 户 sil|28 17 13 15 27 17 20 17 23 22 12 16 11 15 14 31 24 17 19 25 22 19 17 16 14 16 24 29|0.0|6.265 +006710|sil zhui1 shang4 hou4 sp1 zhao4 tao1 yi4 ba2 lou3 zhu4 nan2 zi3 de5 bo2 zi5 sp1 dan4 mei2 la1 hao3 sp1 nan2 zi3 you4 pao3 le5 sil|sil 追 上 后 sp1 赵 涛 一 把 搂 住 男 子 的 脖 子 sp1 但 没 拉 好 sp1 男 子 又 跑 了 sil|26 18 21 23 14 21 26 14 13 18 13 20 10 9 22 17 17 15 14 18 26 16 17 19 15 23 21 30|0.0|5.995 +006711|sil si4 ge4 pen1 tou2 yi1 zi4 pai2 kai1 sp1 di4 mian4 hai2 zuo4 le5 fang2 hua2 chu2 li3 sil|sil 四 个 喷 头 一 字 排 开 sp1 地 面 还 做 了 防 滑 处 理 sil|29 20 12 19 24 16 14 18 27 19 12 22 20 12 10 17 21 18 19 31|0.0|4.41 +006712|sil chang4 you2 gu3 wen2 he2 ming2 qing1 xiao3 shuo1 yi4 fan1 hou4 sp1 li3 li4 qun2 zhong1 yu2 hui2 shen2 sp1 hai2 yi2 ge4 xiao4 sil|sil 畅 游 古 文 和 明 清 小 说 一 番 后 sp1 李 立 群 终 于 回 神 sp1 还 一 个 笑 sil|29 26 21 17 21 15 15 15 17 15 10 17 22 29 12 16 23 17 10 17 23 10 18 11 14 28 29|0.0|5.775 +006713|sil dan4 guang3 da4 ren2 min2 qun2 zhong4 si4 hu1 bing4 wei4 ling3 qing2 sp1 yuan2 yin1 zai4 na3 sil|sil 但 广 大 人 民 群 众 似 乎 并 未 领 情 sp1 原 因 在 哪 sil|26 22 16 14 12 13 21 20 17 20 17 13 18 31 17 14 17 15 31 31|0.0|4.465 +006714|sil fu2 jian4 you2 ci3 la1 xiang3 yan2 hai3 he2 tai2 wan1 hai3 xia2 da4 feng1 jing3 bao4 sil|sil 福 建 由 此 拉 响 沿 海 和 台 湾 海 峡 大 风 警 报 sil|32 18 26 18 13 20 26 23 25 19 17 14 19 23 15 18 20 21 27|0.0|4.575 +006715|sil fu4 ying3 tui1 chu1 xin1 shu1 dian4 zi2 ban3 sp1 jiao1 ren2 hua4 zhuang1 ji2 mei3 rong2 sil|sil 傅 颖 推 出 新 书 电 子 版 sp1 教 人 化 妆 及 美 容 sil|33 20 21 19 19 18 15 18 14 23 12 19 19 23 21 12 17 27 28|0.0|4.39 +006716|sil er2 zai4 ma3 tou2 shang4 sp1 fa1 sheng1 bao4 ran2 de5 yun4 you2 chuan2 yi3 bu2 jian4 zong1 ying3 sil|sil 而 在 码 头 上 sp1 发 生 爆 燃 的 运 油 船 已 不 见 踪 影 sil|30 15 19 19 18 21 15 15 17 16 16 8 13 14 32 15 14 18 18 28 26|0.0|4.49 +006717|sil cong2 yi1 yuan4 tao2 pao3 zhi1 hou4 sp1 wang2 xiao3 long2 pao3 dao4 le5 yi2 ge4 nv3 fen2 you3 li2 mou3 jia1 zhong1 sil|sil 从 医 院 逃 跑 之 后 sp1 王 小 龙 跑 到 了 一 个 女 粉 友 李 某 家 中 sil|27 26 12 14 16 16 15 21 19 14 16 22 19 11 10 12 15 16 19 16 16 17 18 25 29|0.0|5.115 +006718|sil zai4 du4 chuan2 shang4 sp1 hai2 zi5 men5 chao3 zhe5 rang4 zou1 fu2 rong2 jiang3 gu4 shi5 sil|sil 在 渡 船 上 sp1 孩 子 们 吵 着 让 邹 芙 容 讲 故 事 sil|27 17 15 20 19 14 16 8 13 21 17 20 17 15 24 21 20 21 29|0.0|4.11 +006719|sil ai2 ma4 jiu4 ai2 ma4 sp1 zhi4 shao3 neng2 ting1 dian3 xin1 xian1 de5 sil|sil 挨 骂 就 挨 骂 sp1 至 少 能 听 点 新 鲜 的 sil|28 13 22 12 16 24 15 16 18 18 18 14 17 23 19 27|0.0|3.48 +006720|sil ru2 qi3 hong4 he2 diu1 kuang4 quan2 shui3 ping2 sil|sil 如 起 哄 和 丢 矿 泉 水 瓶 sil|26 21 24 25 16 14 17 13 16 36 27|0.0|2.73 +006721|sil na4 wo3 zhi2 hao3 pei2 ni3 yi2 bei4 zi5 la5 sil|sil 那 我 只 好 陪 你 一 辈 子 啦 sil|29 14 11 14 18 17 15 15 17 12 24 29|0.0|2.5 +006722|sil wo3 zai4 su4 du4 ban1 qin1 sp1 bu2 yao4 zhao2 ji2 sil|sil 我 在 速 度 搬 亲 sp1 不 要 着 急 sil|28 13 18 18 11 18 22 8 11 14 17 24 29|0.0|2.685 +006723|sil zhe4 re2 nao3 le5 wu2 hu2 you3 guan1 fang1 mian4 sil|sil 这 惹 恼 了 芜 湖 有 关 方 面 sil|26 19 16 19 17 18 21 16 18 18 22 29|0.0|2.77 +006724|sil wo3 yao4 jie1 lu4 na4 xie1 ang1 zang1 de5 jiao1 yi4 sil|sil 我 要 揭 露 那 些 肮 脏 的 交 易 sil|28 11 15 14 14 16 16 19 15 9 20 22 28|0.0|2.63 +006725|sil jie4 tiao2 zen3 me5 she4 ji4 ye2 you3 xue2 wen4 sil|sil 借 条 怎 么 设 计 也 有 学 问 sil|26 19 25 15 12 21 19 17 12 20 21 27|0.0|2.72 +006726|sil kai1 shuan4 zhu3 chi2 ren2 sp1 man2 lian3 de2 yi4 sil|sil 开 涮 主 持 人 sp1 满 脸 得 意 sil|25 22 21 12 16 21 8 16 18 17 19 30|0.0|2.615 +006727|sil ta1 nai3 nai5 tang3 zai4 nar4 r dong4 bu4 liao3 sil|sil 他 奶 奶 躺 在 那 儿 动 不 了 sil|24 15 20 24 20 12 23 0 19 7 30 28|0.0|2.575 +006728|sil tao1 zai4 duo1 de5 qian2 an2 ye3 bu2 mai4 ta1 sil|sil 掏 再 多 的 钱 俺 也 不 卖 它 sil|26 21 21 11 12 28 15 13 12 22 29 26|0.0|2.745 +006729|sil kao2 gu3 ren2 yuan2 fa1 jue2 e2 luan3 shi2 lu4 sil|sil 考 古 人 员 发 掘 鹅 卵 石 路 sil|27 21 13 15 13 18 18 13 18 18 23 28|0.0|2.615 +006730|sil yi4 mi3 liu4 wu3 sp1 mei2 rang4 ni3 shi1 wang4 ba5 sil|sil 一 米 六 五 sp1 没 让 你 失 望 吧 sil|28 11 12 20 25 13 12 16 11 18 20 25 28|0.0|2.78 +006731|sil gui2 zai2 ling3 shi2 xiang4 zhi4 zuo4 gong1 yi4 ji2 zao4 xing2 du2 te4 shi2 fen1 han3 jian4 sil|sil 鬼 崽 岭 石 像 制 作 工 艺 及 造 型 独 特 十 分 罕 见 sil|26 17 17 18 17 22 13 13 18 22 22 18 18 15 27 17 17 20 26 27|0.0|4.53 +006732|sil jie2 hun1 qian2 sp1 wo2 lao3 po5 xi3 huan5 sa1 jiao1 sp1 jie2 hun1 hou4 sp1 jiu4 xi3 huan1 sa1 ye3 le5 sil|sil 结 婚 前 sp1 我 老 婆 喜 欢 撒 娇 sp1 结 婚 后 sp1 就 喜 欢 撒 野 了 sil|27 17 19 31 10 8 20 19 15 14 18 24 22 18 14 18 5 15 16 16 21 18 22 29|0.0|5.065 +006733|sil dai4 fu5 zai4 wei4 li3 xiu4 ying1 jian3 cha2 er3 duo5 sil|sil 大 夫 在 为 李 秀 英 检 查 耳 朵 sil|26 21 19 15 14 16 18 21 18 15 25 22 28|0.0|2.99 +006734|sil jiao2 cai3 gao1 gen1 xie2 si4 hu1 ye3 you2 dian3 li4 bu4 cong2 xin1 sp1 bu4 shi2 fu2 zhe5 lan2 gan1 zou3 lu4 sil|sil 脚 踩 高 跟 鞋 似 乎 也 有 点 力 不 从 心 sp1 不 时 扶 着 栏 杆 走 路 sil|27 17 17 14 15 29 19 12 11 13 17 16 11 23 20 16 12 20 14 9 18 16 16 22 29|0.0|5.03 +006735|sil yang2 heng1 xie4 sp1 dui4 zhong1 guo2 guo2 jia1 guang3 dian4 zong3 ju2 sp1 zeng4 yu3 chao2 xian3 xian1 jin4 she4 bei4 biao3 shi4 gan3 xie4 sil|sil 杨 亨 燮 sp1 对 中 国 国 家 广 电 总 局 sp1 赠 与 朝 鲜 先 进 设 备 表 示 感 谢 sil|31 17 18 23 9 20 18 17 13 13 15 14 17 28 4 23 17 22 21 17 14 18 22 16 12 17 27 29|0.0|5.94 +006736|sil lei2 chuang2 biao3 shi4 sp1 jiang1 ji4 xu4 xiang4 guang3 dong1 sheng3 wei4 sheng1 ting1 shi2 ming2 ju3 bao4 zhe4 xie1 yi1 yuan4 sil|sil 雷 闯 表 示 sp1 将 继 续 向 广 东 省 卫 生 厅 实 名 举 报 这 些 医 院 sil|31 13 22 16 20 7 20 14 12 23 14 12 15 10 17 25 21 18 16 15 10 17 13 25 31|0.0|5.07 +006737|sil ye2 xu3 shi4 jian4 le5 sheng1 ren2 sp1 wang2 xin1 yu3 ceng1 de5 yi2 xia4 qi3 shen1 sp1 tuo1 zhe5 tie3 lian4 chao2 wo4 shi4 pao3 qu4 sil|sil 也 许 是 见 了 生 人 sp1 王 昕 宇 噌 地 一 下 起 身 sp1 拖 着 铁 链 朝 卧 室 跑 去 sil|35 13 22 15 14 9 21 27 24 15 19 15 27 10 9 16 15 24 25 19 9 18 25 23 14 18 19 25 29|0.0|6.435 +006738|sil ta1 wu2 xia2 gen1 zhe4 ge4 xin1 qing2 te4 bie2 hao3 de5 ren2 jiu1 chan2 sp1 ji3 ci4 bi1 wen4 sp1 jie2 guo3 dou1 wei4 sui4 sil|sil 他 无 暇 跟 这 个 心 情 特 别 好 的 人 纠 缠 sp1 几 次 逼 问 sp1 结 果 都 未 遂 sil|28 22 13 26 16 12 16 16 16 14 12 15 7 16 15 27 22 16 14 17 20 7 19 17 13 16 26 26|0.0|5.615 +006739|sil wang2 fan3 yu2 xing2 zheng4 xu2 ke3 bu4 men2 pao2 shen3 pi1 de5 jiao1 ji2 yu2 deng3 dai4 sp1 hen3 duo1 ren2 dou1 bu2 mo4 sheng1 sil|sil 往 返 于 行 政 许 可 部 门 跑 审 批 的 焦 急 与 等 待 sp1 很 多 人 都 不 陌 生 sil|31 16 20 15 21 17 16 15 13 21 17 18 16 9 18 13 14 21 22 12 17 14 16 13 10 20 25 30|0.0|5.685 +006740|sil lu2 shan1 bie2 shu4 dui4 wai4 kai1 fang4 jing1 ying2 sp1 bing4 fei1 ge4 bie2 sil|sil 庐 山 别 墅 对 外 开 放 经 营 sp1 并 非 个 别 sil|30 13 21 16 21 13 12 17 19 17 21 5 17 16 17 30 26|0.0|3.615 +006741|sil sui2 hou4 sp1 chang2 leng2 zhen4 pai4 chu1 suo3 min2 jing2 gan3 dao4 xian4 chang3 sp1 jiang1 nv3 tong2 jie1 zou3 sil|sil 随 后 sp1 长 棱 镇 派 出 所 民 警 赶 到 现 场 sp1 将 女 童 接 走 sil|29 18 20 11 23 16 17 15 12 13 20 20 14 12 19 24 6 20 10 19 18 26 30|0.0|4.78 +006742|sil ran2 er2 zhe4 chang3 wan4 zhong4 zhu3 mu4 de5 yi4 kao3 sp1 ye3 bu2 shi4 chun2 cui4 de5 yu2 le4 he2 shang2 yan3 sil|sil 然 而 这 场 万 众 瞩 目 的 艺 考 sp1 也 不 是 纯 粹 的 娱 乐 和 赏 眼 sil|29 20 25 15 27 18 14 11 14 11 14 28 11 10 12 12 23 20 11 13 15 12 22 26 27|0.0|5.11 +006743|sil quan2 nian2 ying2 shou1 zeng1 jia1 bai3 fen1 zhi1 si4 shi2 liu4 dian3 qi1 sp1 bao4 san1 dian3 liu4 yi1 er4 yi4 yuan2 sil|sil 全 年 营 收 增 加 百 分 之 四 十 六 点 七 sp1 报 三 点 六 一 二 亿 元 sil|27 20 16 16 25 17 21 13 12 14 12 9 15 16 26 17 21 20 15 16 12 18 16 29 30|0.0|5.255 +006744|sil bu2 guo4 sp1 zhe4 xie1 gou3 gou5 sp1 zhi3 xi2 guan4 gen1 zai4 zhu3 ren2 hou4 mian4 sp1 hen2 shao3 dan1 liu1 sil|sil 不 过 sp1 这 些 狗 狗 sp1 只 习 惯 跟 在 主 人 后 面 sp1 很 少 单 溜 sil|26 14 23 6 14 15 19 21 6 14 15 20 14 14 12 14 18 21 9 15 17 17 26 28|0.0|4.625 +006745|sil wo3 mei2 you5 gei2 ni2 xie3 guo4 xin4 sp1 yin1 wei4 sp1 wo2 xiang2 bao3 liu2 zhe4 fen4 ji4 yi4 zhe4 zhong2 gan3 jue2 sil|sil 我 没 有 给 你 写 过 信 sp1 因 为 sp1 我 想 保 留 这 份 记 忆 这 种 感 觉 sil|29 10 15 13 12 12 18 13 23 24 10 19 9 9 17 15 16 12 15 17 20 13 15 18 28 28|0.0|4.995 +006746|sil yin1 wei4 lao3 po2 nu2 zhang3 xiang4 bu2 cuo4 sp1 suo2 yi2 hen3 duo1 san1 si4 xian4 nv3 xing1 dou1 zi4 dong4 song4 shang4 men2 sil|sil 因 为 老 婆 奴 长 相 不 错 sp1 所 以 很 多 三 四 线 女 星 都 自 动 送 上 门 sil|31 14 18 19 16 19 18 21 9 25 23 15 10 21 16 17 14 17 15 27 15 17 16 14 18 26 30|0.0|5.815 +006747|sil che1 chu1 shang4 hai3 sp1 gong1 lu4 xiang4 de2 le5 jiao2 xuan3 sp1 keng1 wa1 bu2 duan4 sp1 yi4 che1 ren2 tiao4 de5 fan3 wei4 sil|sil 车 出 上 海 sp1 公 路 像 得 了 脚 癣 sp1 坑 洼 不 断 sp1 一 车 人 跳 得 反 胃 sil|29 19 15 22 27 4 17 18 18 9 12 19 27 5 19 16 13 20 23 10 18 22 20 10 19 22 30|0.0|5.61 +006748|sil cen2 jie2 yi2 zai4 ke4 li3 jia4 de2 you3 qing2 lang2 sp1 er4 ren2 nian2 di3 jiang1 hui2 xiang1 gang3 bu2 bai3 xi2 jiu3 sil|sil 岑 洁 仪 在 课 里 嫁 得 有 情 郎 sp1 二 人 年 底 将 回 香 港 补 摆 喜 酒 sil|23 24 18 25 24 24 20 21 10 15 19 29 31 13 17 22 21 18 14 22 20 15 16 21 28 31|0.0|6.285 +006749|sil nan2 zi3 shen2 zhi4 bu4 qing1 sp1 sheng1 cheng1 zi4 ji3 huai2 chuai1 wan4 yuan2 xian4 jin1 sp1 xian4 zai4 you3 ren2 yao4 zhua1 ta1 sil|sil 男 子 神 志 不 清 sp1 声 称 自 己 怀 揣 万 元 现 金 sp1 现 在 有 人 要 抓 他 sil|31 18 19 20 11 14 27 20 19 21 13 12 17 19 16 15 19 21 14 18 19 13 12 13 20 28 28|0.0|5.775 +006750|sil za2 zhi4 xie3 dao4 mei2 mie1 hao2 xie3 sp1 xia4 ci4 jiu4 xie2 wo3 jie2 hun1 sheng1 zai3 sp1 wo3 dou1 gen1 bu2 shang4 sil|sil 杂 志 写 到 冇 乜 好 写 sp1 下 次 就 写 我 结 婚 生 仔 sp1 我 都 跟 不 上 sil|26 22 21 17 17 14 18 17 29 25 22 17 13 18 15 14 15 18 27 13 12 12 17 13 21 25|0.0|5.545 +006751|sil dong1 lu4 he2 xi1 lu4 sp1 yuan4 luo4 ji1 ben2 da3 kai1 sp1 you2 ke4 ke2 yi3 jin4 yuan4 shang2 jing3 sp1 ge2 chuang1 guan1 shi4 sil|sil 东 路 和 西 路 sp1 院 落 基 本 打 开 sp1 游 客 可 以 进 院 赏 景 sp1 隔 窗 观 室 sil|27 20 20 15 19 24 10 19 19 14 15 17 30 18 16 20 11 15 15 15 21 26 7 18 23 17 21 33|0.0|6.095 +006752|sil qing1 du4 wu1 ran3 sil|sil 轻 度 污 染 sil|24 29 15 17 28 27|0.0|1.62 +006753|sil xiong2 nv3 shi4 bei4 nian3 shen1 wang2 sil|sil 熊 女 士 被 碾 身 亡 sil|28 24 15 24 13 19 20 30 26|0.0|2.31 +006754|sil nai3 nai5 hai2 liu2 zai4 xian4 chang3 sil|sil 奶 奶 还 留 在 现 场 sil|28 16 20 16 15 14 20 29 32|0.0|2.21 +006755|sil liang2 xing4 hu4 dong4 jia2 ran2 er2 zhi3 sil|sil 良 性 互 动 戛 然 而 止 sil|28 18 19 19 17 17 16 16 30 28|0.0|2.42 +006756|sil wo3 men5 deng2 ni3 hui2 lai5 yo5 sil|sil 我 们 等 你 回 来 哟 sil|28 9 11 13 14 16 18 26 29|0.0|1.9 +006757|sil hui4 jian4 zai4 han2 guo2 zong2 tong2 fu3 qing1 wa3 tai2 ju3 xing2 sil|sil 会 见 在 韩 国 总 统 府 青 瓦 台 举 行 sil|30 22 22 21 17 11 14 16 20 18 14 20 16 32 28|0.0|3.495 +006758|sil mei3 fang1 you3 yi4 wu4 xiang4 jie2 ke4 jun1 fang1 sp1 tong1 bao4 bei3 yue1 he2 mei3 guo2 shi3 yong4 fan2 dao3 xi4 tong3 de5 qing2 kuang4 sil|sil 美 方 有 义 务 向 捷 克 军 方 sp1 通 报 北 约 和 美 国 使 用 反 导 系 统 的 情 况 sil|32 16 28 17 16 14 23 14 12 19 22 6 22 20 20 21 13 19 21 18 17 20 15 15 15 6 19 21 32|0.0|6.19 +006759|sil ta1 de5 tou2 jiao3 bei4 dui4 zhe2 sp1 tou2 chao2 xia4 sai1 zai4 la1 ji1 lou2 li3 sil|sil 他 的 头 脚 被 对 折 sp1 头 朝 下 塞 在 垃 圾 篓 里 sil|27 18 12 23 18 13 15 26 16 22 21 27 18 12 17 10 21 20 30|0.0|4.245 +006760|sil li3 xia2 kan4 dao4 ming2 huang4 huang4 de5 kan3 dao1 sp1 xin1 li3 shi2 fen1 hai4 pa4 sil|sil 李 霞 看 到 明 晃 晃 的 砍 刀 sp1 心 里 十 分 害 怕 sil|30 14 25 23 15 16 17 19 6 22 22 6 19 14 15 14 16 25 29|0.0|4.025 +006761|sil dan4 shi4 mu4 qian2 ze2 kao1 jiu1 jing4 zai4 he2 chu4 jing4 yang3 sp1 hai2 bu4 qing1 chu3 sil|sil 但 是 目 前 泽 尻 究 竟 在 何 处 静 养 sp1 还 不 清 楚 sil|29 16 21 17 17 16 26 14 15 15 18 18 19 18 9 15 11 22 24 30|0.0|4.295 +006762|sil qi2 shi2 sp1 bao4 zhao4 de5 mi4 jue2 sp1 jiu4 zai4 yu2 zan2 lia3 liao2 de5 you3 duo1 huan1 sil|sil 其 实 sp1 爆 照 的 秘 诀 sp1 就 在 于 咱 俩 聊 得 有 多 欢 sil|26 18 25 8 18 13 8 20 21 4 15 16 8 18 16 20 9 13 16 30 29|0.0|4.07 +006763|sil wo2 ye2 xiang3 tao2 chu1 qu4 sp1 dan4 nian2 ji4 da4 le5 sp1 tui2 jiao3 you4 bu4 fang1 bian4 sil|sil 我 也 想 逃 出 去 sp1 但 年 纪 大 了 sp1 腿 脚 又 不 方 便 sil|29 10 14 16 19 15 20 14 15 16 12 20 14 13 20 21 13 13 22 20 29|0.0|4.235 +006764|sil ji3 ge5 fu4 nv3 sp1 wen2 sheng1 ti2 zhe5 chu2 tou5 sp1 bian3 dan4 deng3 wei2 le5 guo4 qu4 sil|sil 几 个 妇 女 sp1 闻 声 提 着 锄 头 sp1 扁 担 等 围 了 过 去 sil|27 16 11 18 23 7 19 20 16 11 20 20 5 23 21 21 14 13 18 27 31|0.0|4.42 +006765|sil gao1 ang2 de5 xue2 fei4 ye3 shi4 wang2 wan4 ying2 yi4 jia1 sp1 mu4 qian2 zui4 jiao1 xin1 de5 shi4 sil|sil 高 昂 的 学 费 也 是 王 万 楹 一 家 sp1 目 前 最 焦 心 的 事 sil|26 15 16 8 19 23 15 18 18 23 15 12 25 7 12 22 14 18 16 10 23 28|0.0|4.45 +006766|sil huo4 che1 de5 san1 ge4 lun2 zi5 bei4 zhuang4 wai1 sp1 che1 tou2 wan2 quan2 bei4 zhuang4 bie3 sil|sil 货 车 的 三 个 轮 子 被 撞 歪 sp1 车 头 完 全 被 撞 瘪 sil|27 20 18 10 19 7 18 13 13 22 21 12 20 22 20 18 11 19 29 26|0.0|4.235 +006767|sil wo3 hai2 tong2 lian2 zhang3 zhong1 shan1 sp1 dao4 yi1 yuan4 tan4 wang4 guo4 sun1 li4 ren2 jiang1 jun1 sil|sil 我 还 同 连 长 钟 山 sp1 到 医 院 探 望 过 孙 立 人 将 军 sil|30 9 14 20 18 19 17 26 5 15 11 16 17 14 13 17 13 16 19 24 30|0.0|4.21 +006768|sil xian1 ru4 chang2 zhe3 de2 dao4 zhui1 peng3 sp1 hou4 ru4 chang2 zhe3 ye3 bu4 fa2 yong1 dun3 sil|sil 先 入 场 者 得 到 追 捧 sp1 后 入 场 者 也 不 乏 拥 趸 sil|25 26 16 25 21 16 14 19 31 18 19 14 26 23 16 15 17 19 30 27|0.0|4.84 +006769|sil neng2 mai3 dao4 de5 peng2 you5 sp1 qing3 lian2 xi4 sp1 yao1 san1 ba1 jiu3 liu4 er4 wu3 sp1 er4 er4 er4 wu3 sil|sil 能 买 到 的 朋 友 sp1 请 联 系 sp1 幺 三 八 九 六 二 五 sp1 二 二 二 五 sil|29 15 19 14 9 20 15 5 19 22 24 21 18 19 22 24 18 21 21 6 14 16 21 27 29|0.0|5.43 +006770|sil er2 zhe4 yi2 zhan4 huo3 jiang1 tun1 mo4 zheng3 ge4 di4 qu1 sp1 bing4 po4 shi2 mei3 guo2 xing2 dong4 sil|sil 而 这 一 战 火 将 吞 没 整 个 地 区 sp1 并 迫 使 美 国 行 动 sil|30 19 16 10 22 27 21 19 19 16 11 15 27 12 18 19 13 18 14 21 21 30|0.0|4.855 +006771|sil wang2 qing1 yu2 bi3 jiao4 jian4 zhuang4 sp1 da4 hou3 yi4 sheng1 sp1 yi2 xia4 ba3 nan2 zi3 en4 dao3 zai4 di4 sil|sil 王 青 宇 比 较 健 壮 sp1 大 吼 一 声 sp1 一 下 把 男 子 摁 倒 在 地 sil|31 15 24 17 11 15 20 24 17 16 19 8 27 22 12 23 12 20 14 16 12 16 21 26|0.0|5.08 +006772|sil tai4 guo2 zui4 zhu4 ming2 de5 jing2 dian3 sp1 chai2 wa2 ta3 na4 lan2 si4 sp1 ye3 bei4 po4 guan1 bi4 sil|sil 泰 国 最 著 名 的 景 点 sp1 柴 瓦 塔 那 兰 寺 sp1 也 被 迫 关 闭 sil|28 23 18 16 11 15 7 19 23 17 21 16 15 14 19 22 11 11 14 16 19 16 28|0.0|4.63 +006773|sil di1 ge1 shun4 jian1 cheng2 le5 fen3 ren2 sp1 qiang4 de5 gan2 jin3 bi4 zui2 zhuan3 shen1 li2 kai1 sil|sil 的 哥 瞬 间 成 了 粉 人 sp1 呛 得 赶 紧 闭 嘴 转 身 离 开 sil|27 16 22 24 18 15 9 21 23 17 30 15 20 15 14 19 18 14 16 32 29|0.0|4.81 +006774|sil ta1 hai2 shi4 xian4 li3 nong2 min2 yun4 dong4 hui4 sp1 ban1 shou3 wan4 bi3 sai4 de5 di4 san1 ming2 sil|sil 他 还 是 县 里 农 民 运 动 会 sp1 扳 手 腕 比 赛 的 第 三 名 sil|27 16 17 20 21 15 16 12 11 15 24 7 16 16 18 14 20 11 13 17 28 30|0.0|4.46 +006775|sil zhu2 lin2 bian1 yuan2 sp1 ke2 yi3 kan4 dao4 cun1 min2 da1 jian4 de5 yi4 ding2 ding2 jian3 yi4 zhang4 peng5 sil|sil 竹 林 边 缘 sp1 可 以 看 到 村 民 搭 建 的 一 顶 顶 简 易 帐 篷 sil|26 16 17 18 26 3 15 9 18 13 19 17 18 19 15 13 16 16 18 14 22 24 28|0.0|4.645 +006776|sil sui2 zhe5 guan1 yu2 shou1 ru4 zeng1 zhang3 de5 lu4 xu4 chui1 feng1 sp1 bai3 xing4 de5 wei4 kou3 sp1 bei4 yue4 diao4 yue4 gao1 sil|sil 随 着 关 于 收 入 增 长 的 陆 续 吹 风 sp1 百 姓 的 胃 口 sp1 被 越 吊 越 高 sil|30 20 20 23 14 20 13 17 16 6 15 15 19 24 17 16 15 10 14 25 5 14 16 15 13 26 28|0.0|5.41 +006777|sil ta1 sui2 shou3 yi4 lin1 sp1 chen2 dian4 dian4 de5 jing4 ran2 mei2 you3 la1 dong4 sil|sil 他 随 手 一 拎 sp1 沉 甸 甸 的 竟 然 没 有 拉 动 sil|26 16 14 14 12 29 5 22 14 21 18 20 19 13 12 21 20 29|0.0|3.775 +006778|sil shi2 lei2 deng3 ren2 sp1 dang1 shi2 yi3 jing1 jin4 ru4 gong1 zhong4 shi4 ye3 sil|sil 石 磊 等 人 sp1 当 时 已 经 进 入 公 众 视 野 sil|28 18 15 17 23 5 18 21 12 16 15 11 15 15 19 23 29|0.0|3.48 +006779|sil ke4 che1 de5 che1 tou2 sp1 ye2 yi3 jing1 bu4 fen4 bian4 xing2 sun2 hui3 sil|sil 客 车 的 车 头 sp1 也 已 经 部 分 变 形 损 毁 sil|25 21 16 7 18 28 4 16 11 21 13 18 16 15 21 28 29|0.0|3.565 +006780|sil jin1 tian1 chu1 qu4 qu3 kuai4 di4 sp1 zai4 hui2 xue2 xiao4 de5 lu4 shang4 sp1 chai1 kai1 bao1 zhuang1 zhun3 bei4 diu1 jin4 la1 ji1 tong3 sil|sil 今 天 出 去 取 快 递 sp1 在 回 学 校 的 路 上 sp1 拆 开 包 装 准 备 丢 进 垃 圾 桶 sil|27 18 21 15 12 15 19 18 21 16 14 13 15 10 16 21 8 19 15 17 25 15 12 14 14 16 14 32 28|0.0|5.81 +006781|sil mei2 you3 ya5 sp1 wo2 zhi3 shi4 zi4 wo3 ren4 zhi1 bi3 jiao4 qing1 xi1 ma5 sil|sil 没 有 呀 sp1 我 只 是 自 我 认 知 比 较 清 晰 嘛 sil|29 13 18 24 14 11 12 17 14 9 19 17 11 16 20 19 26 29|0.0|3.695 +006782|sil bai3 du4 mu4 qian2 reng2 shou4 yi4 yu2 qiang2 jin4 de5 yun4 ying2 gang4 gan3 sil|sil 百 度 目 前 仍 受 益 于 强 劲 的 运 营 杠 杆 sil|25 22 21 16 17 15 18 11 13 23 18 11 11 13 18 25 30|0.0|3.56 +006783|sil wo3 de5 shu4 ju4 xian4 zhe4 me5 diao3 sp1 wo2 zen3 me5 bu4 zhi1 dao4 sil|sil 我 的 数 据 线 这 么 屌 sp1 我 怎 么 不 知 道 sil|28 13 10 16 12 18 13 15 27 6 14 12 10 11 16 23 29|0.0|3.17 +006784|sil yi2 biao3 tian1 ran2 lei3 luo4 sp1 liang2 shan1 shang4 duan1 de5 kua1 neng2 sil|sil 仪 表 天 然 磊 落 sp1 梁 山 上 端 的 夸 能 sil|28 16 21 20 13 16 25 14 19 22 22 16 8 20 31 28|0.0|3.7 +006785|sil wo3 li2 jie3 guo2 bo2 ju3 ban4 she1 chi5 pin2 zhan3 sp1 dan4 bu4 zhi1 chi2 sil|sil 我 理 解 国 博 举 办 奢 侈 品 展 sp1 但 不 支 持 sil|28 11 21 19 18 18 15 18 15 13 21 25 11 17 12 15 31 29|0.0|3.915 +006786|sil ying1 cai3 er2 yin1 er2 huo4 de2 da4 liang4 shang1 ye4 huo2 dong4 sp1 gong1 zuo4 bu2 duan4 sil|sil 应 采 儿 因 而 获 得 大 量 商 业 活 动 sp1 工 作 不 断 sil|28 17 23 18 14 15 18 13 14 17 16 12 16 17 7 18 15 13 22 29|0.0|3.965 +006787|sil xian4 chang3 de5 jia1 bin1 fei1 chang2 zan4 tong2 guo1 jin1 de5 kou1 men2 lun4 sil|sil 现 场 的 嘉 宾 非 常 赞 同 郭 金 的 抠 门 论 sil|29 23 18 7 21 18 17 18 16 19 15 19 12 19 19 22 29|0.0|3.73 +006788|sil zuo2 ri4 wu3 hou4 sp1 kuang2 feng1 bao4 yu3 ye3 xi2 ji1 le5 sheng3 hui4 chang2 sha1 sil|sil 昨 日 午 后 sp1 狂 风 暴 雨 也 袭 击 了 省 会 长 沙 sil|27 19 15 10 22 17 23 16 21 22 17 18 15 13 16 15 21 28 28|0.0|4.22 +006789|sil mo4 tuo1 ren2 chuan2 tong3 de5 jiao1 tong1 fang1 shi4 shi4 jian1 tiao1 bei4 kang2 sil|sil 墨 脱 人 传 统 的 交 通 方 式 是 肩 挑 背 扛 sil|29 13 19 18 21 15 7 14 16 16 21 25 21 20 15 35 28|0.0|3.865 +006790|sil wu2 xiao3 yi4 ren4 wei2 sp1 shai4 bing4 li4 de5 zuo4 fa3 sp1 ju4 you3 jian4 she4 xing4 yi4 yi4 sil|sil 吴 晓 亦 认 为 sp1 晒 病 历 的 做 法 sp1 具 有 建 设 性 意 义 sil|29 11 17 15 18 22 13 21 14 13 9 18 21 4 15 14 17 13 16 14 23 29|0.0|4.25 +006791|sil zhe4 gai3 bian4 le5 ha1 po4 zheng4 fu3 shang4 tai2 chu1 qi1 sp1 da4 tan2 ren2 quan2 sp1 er2 re2 nao3 zhong1 guo2 de5 diao4 men2 sil|sil 这 改 变 了 哈 珀 政 府 上 台 初 期 sp1 大 谈 人 权 sp1 而 惹 恼 中 国 的 调 门 sil|30 14 19 17 13 17 17 15 12 18 17 17 24 9 17 16 17 30 15 17 14 20 18 11 10 17 29 30|0.0|5.81 +006792|sil pi2 zhen3 wu2 shui3 pao4 sp1 bing4 ren2 wu2 fa1 re4 ke2 sou5 deng3 qi2 ta1 zheng4 zhuang4 sil|sil 皮 疹 无 水 泡 sp1 病 人 无 发 热 咳 嗽 等 其 他 症 状 sil|27 25 22 16 18 26 14 18 21 11 20 23 21 22 16 13 16 18 27 28|0.0|4.665 +006793|sil a1 fu2 de5 ye2 ye5 sp1 mei3 feng2 du2 shu1 kan4 bao4 sp1 zong3 shi4 dai4 zhe5 lao3 hua1 jing4 sil|sil 阿 福 的 爷 爷 sp1 每 逢 读 书 看 报 sp1 总 是 戴 着 老 花 镜 sil|28 13 15 11 16 17 4 16 19 11 13 22 20 4 19 13 13 9 17 17 25 30|0.0|4.085 +006794|sil sa4 li4 he4 xi1 wang4 jie4 zhe4 ci4 zheng4 shi4 de5 quan2 guo2 dian4 shi4 jiang3 hua4 hun4 xiao2 wai4 jie4 pan4 duan4 sil|sil 萨 利 赫 希 望 借 这 次 正 式 的 全 国 电 视 讲 话 混 淆 外 界 判 断 sil|31 18 12 25 14 15 14 14 18 22 15 12 21 11 14 11 19 25 24 24 15 13 24 24 29|0.0|5.385 +006795|sil wo3 men5 jie3 pou1 yi2 ge4 ma2 que4 sp1 qu4 kan4 yi2 xia4 sil|sil 我 们 解 剖 一 个 麻 雀 sp1 去 看 一 下 sil|27 8 13 16 21 8 9 22 23 8 15 19 9 25 29|0.0|2.93 +006796|sil chu2 ci3 zhi1 wai4 sp1 chu1 sheng1 nian2 yue4 zhu4 zhi2 deng3 shen1 fen4 xin4 xi1 wan2 quan2 yi2 zhi4 sil|sil 除 此 之 外 sp1 出 生 年 月 住 址 等 身 份 信 息 完 全 一 致 sil|26 20 15 13 23 11 20 17 19 24 19 16 15 14 13 17 20 20 17 15 22 28|0.0|4.695 +006797|sil ji4 zhe3 yang2 zhuang1 jiu4 can1 shi2 ke4 sp1 jin4 ru4 gua4 zhe5 sp1 ba1 da4 guo1 da4 yuan4 pai2 bian3 de5 liu2 zu3 ci2 sil|sil 记 者 佯 装 就 餐 食 客 sp1 进 入 挂 着 sp1 八 大 锅 大 院 牌 匾 的 柳 祖 祠 sil|29 17 17 22 18 14 17 17 21 10 19 18 20 19 9 17 16 16 18 18 20 22 15 17 15 32 30|0.0|5.835 +006798|sil kong3 ling4 hui1 biao3 shi4 sp1 yao2 yan4 jin4 bu4 hen3 kuai4 sp1 dui4 wang2 nan2 guo1 yan4 da3 de5 dou1 bu2 cuo4 sp1 jiu4 shi4 hai2 que1 dian3 jing1 yan4 sil|sil 孔 令 辉 表 示 sp1 姚 彦 进 步 很 快 sp1 对 王 楠 郭 焱 打 得 都 不 错 sp1 就 是 还 缺 点 经 验 sil|28 19 15 16 19 24 21 18 19 15 11 16 27 20 18 23 27 20 23 15 10 16 12 25 40 16 22 16 14 15 19 20 30|0.0|7.535 +006799|sil xiao3 wang2 jue2 de5 fu4 qin1 shuo1 de5 bu2 dui4 sp1 ren4 wei2 zi4 ji3 bei4 wu4 jie3 le5 sp1 xin1 li3 bie4 niu5 sil|sil 小 王 觉 得 父 亲 说 得 不 对 sp1 认 为 自 己 被 误 解 了 sp1 心 里 别 扭 sil|30 17 19 14 14 19 17 15 10 16 20 26 11 11 13 12 16 19 17 17 8 18 15 21 25 30|0.0|5.22 +006800|sil zai4 wan3 yi2 huir4 r sp1 wo3 jiu4 pao3 dao4 wai4 di4 le5 sil|sil 再 晚 一 会 儿 sp1 我 就 跑 到 外 地 了 sil|27 18 17 12 25 0 7 12 13 18 12 21 14 17 28|0.0|2.795 +006801|sil wa2 er3 ke4 mei2 you3 shuo1 ming2 su4 song4 dong4 ji1 sil|sil 瓦 尔 克 没 有 说 明 诉 讼 动 机 sil|28 16 11 25 16 16 18 20 13 15 17 24 27|0.0|2.86 +006802|sil xiu4 zhi4 ri4 qian2 yi4 pian1 guan1 yu2 ta1 de5 bao4 dao4 sp1 re2 qi3 nei4 di4 wang3 min2 bu4 man3 sil|sil 秀 智 日 前 一 篇 关 于 她 的 报 道 sp1 惹 起 内 地 网 民 不 满 sil|33 23 24 18 15 13 24 15 11 18 9 18 20 23 12 13 19 12 17 17 13 28 30|0.0|4.935 +006803|sil wo2 zhi3 de2 guai1 guai1 tao1 qian2 gei3 zhang1 mou3 sil|sil 我 只 得 乖 乖 掏 钱 给 张 某 sil|29 13 15 18 16 15 16 20 12 18 22 30|0.0|2.595 +006804|sil yong1 jiang1 shui3 wei4 bao4 zhang3 sp1 shui3 liu2 tuan1 ji2 sil|sil 邕 江 水 位 暴 涨 sp1 水 流 湍 急 sil|28 21 21 18 15 19 25 6 18 15 22 28 28|0.0|3.065 +006805|sil yi2 ge4 ren2 cao1 chi2 jia1 wu4 xi3 yi1 zhu3 fan4 sil|sil 一 个 人 操 持 家 务 洗 衣 煮 饭 sil|28 10 15 18 17 14 20 19 26 13 16 24 30|0.0|2.9 +006806|sil xue2 sheng5 wei4 lv2 lao3 shi1 shu1 zhuang1 da3 ban4 sil|sil 学 生 为 吕 老 师 梳 妆 打 扮 sil|27 24 25 13 15 18 20 18 17 17 21 27|0.0|2.815 +006807|sil er4 ren2 jun1 biao3 shi4 ren4 cuo4 bing4 hui2 gai3 sil|sil 二 人 均 表 示 认 错 并 悔 改 sil|29 18 21 18 14 15 16 23 16 20 27 30|0.0|2.87 +006808|sil ji2 bian4 shi4 zui4 jia4 ru4 xing2 rao2 rang3 yi2 jiu3 sp1 zhe4 zhong3 qing2 kuang4 sp1 ye3 mei2 you2 gai3 bian4 sil|sil 即 便 是 醉 驾 入 刑 扰 攘 已 久 sp1 这 种 情 况 sp1 也 没 有 改 变 sil|27 18 16 20 18 17 16 24 18 19 13 26 16 12 16 18 21 11 7 15 12 18 24 29|0.0|5.0 +006809|sil suo3 xing4 sp1 jing3 pen1 sp1 wei4 zao4 cheng2 ren2 yuan2 shang1 wang2 sil|sil 所 幸 sp1 井 喷 sp1 未 造 成 人 员 伤 亡 sil|29 19 22 5 22 28 5 14 16 18 10 16 20 26 29|0.0|3.24 +006810|sil shi2 qi1 da4 dang1 xuan3 wei2 zhong1 yang1 ji4 wei2 wei3 yuan2 sil|sil 十 七 大 当 选 为 中 央 纪 委 委 员 sil|29 19 18 19 17 19 23 16 15 12 13 16 29 27|0.0|3.16 +006811|sil zhe4 ye3 zao1 dao4 you4 yi4 ren2 shi4 de5 peng1 ji1 sil|sil 这 也 遭 到 右 翼 人 士 的 抨 击 sil|25 16 12 16 19 17 12 16 12 10 21 24 29|0.0|2.66 +006812|sil yin1 wei4 zu1 de5 fang2 zi5 li2 dan1 wei4 bu4 yuan3 sp1 ta1 jiu4 du2 zi4 yao2 yao2 huang4 huang4 wang3 jia1 zou3 sil|sil 因 为 租 的 房 子 离 单 位 不 远 sp1 她 就 独 自 摇 摇 晃 晃 往 家 走 sil|30 13 17 16 9 24 15 20 13 14 15 27 14 16 15 16 17 16 15 18 23 17 18 25 30|0.0|5.26 +006813|sil er2 nan2 sheng1 ze2 xiang1 dui4 meng2 dong3 de5 duo1 sil|sil 而 男 生 则 相 对 懵 懂 得 多 sil|28 13 23 25 15 18 11 22 14 11 27 27|0.0|2.715 +006814|sil ran2 hou4 ba4 shuo1 sp1 jiu4 shi4 wo3 mei2 zheng1 yan3 sil|sil 然 后 爸 说 sp1 就 是 我 没 睁 眼 sil|29 13 15 18 23 18 18 12 9 15 18 27 31|0.0|2.855 +006815|sil tu2 wei2 sun1 qing1 li4 he2 gong1 gong5 po2 po5 sil|sil 图 为 孙 青 丽 和 公 公 婆 婆 sil|24 23 19 22 19 21 18 16 14 20 21 29|0.0|2.86 +006816|sil dan4 shi4 hai2 bu2 hui4 shu2 lian4 cao1 zuo4 o5 sil|sil 但 是 还 不 会 熟 练 操 作 哦 sil|26 16 22 20 11 15 15 17 18 18 22 27|0.0|2.64 +006817|sil yi3 hou4 shao3 zai4 wang3 shang4 mai3 dong1 xi5 sp1 mei2 you2 mai3 mai4 jiu4 mei2 you3 sha1 hai4 sp1 dong3 ma5 sil|sil 以 后 少 在 网 上 买 东 西 sp1 没 有 买 卖 就 没 有 杀 害 sp1 懂 吗 sil|30 12 19 22 14 15 14 16 17 21 18 11 11 18 21 10 10 11 21 24 8 19 26 30|0.0|4.85 +006818|sil cun1 zhong1 da4 duo1 shu4 zuo1 fang5 yi3 ting2 chan3 sil|sil 村 中 大 多 数 作 坊 已 停 产 sil|26 22 21 17 12 13 18 21 14 19 29 30|0.0|2.805 +006819|sil di4 er4 ge4 wen4 ti2 jiang2 jiang3 hang2 ye4 qian2 jing3 sil|sil 第 二 个 问 题 讲 讲 行 业 前 景 sil|24 10 16 10 18 22 22 19 18 13 23 27 30|0.0|2.92 +006820|sil peng2 an1 xian4 jian3 cha2 yuan4 sp1 ji2 shi2 pai4 chu1 gan4 jing3 ti2 qian2 jie4 ru4 sp1 yin2 dao3 zhen1 cha2 sil|sil 蓬 安 县 检 察 院 sp1 及 时 派 出 干 警 提 前 介 入 sp1 引 导 侦 查 sil|25 18 17 17 15 19 16 4 17 13 15 12 19 22 14 17 18 18 18 15 18 18 31 29|0.0|4.93 +006821|sil zhang1 zi3 qiang2 he2 ye4 ji4 huan1 dou1 bu2 yong4 dao4 qian4 sp1 wo3 men5 shui2 you3 zi1 ge2 chu1 lai2 dao4 qian4 ya5 sil|sil 张 子 强 和 叶 继 欢 都 不 用 道 歉 sp1 我 们 谁 有 资 格 出 来 道 歉 呀 sil|27 20 13 23 13 13 13 20 14 11 12 16 25 21 8 13 17 16 16 12 12 12 15 21 24 31|0.0|5.08 +006822|sil ji2 shi3 pa2 dao4 zui4 gao1 de5 shan1 shang4 sp1 yi2 ci4 ye2 zhi3 neng2 jiao3 ta4 shi2 di4 de5 mai4 yi2 bu4 sil|sil 即 使 爬 到 最 高 的 山 上 sp1 一 次 也 只 能 脚 踏 实 地 地 迈 一 步 sil|27 17 20 19 16 14 16 9 18 21 21 13 26 17 11 19 18 19 17 14 10 22 16 20 31|0.0|5.24 +006823|sil ni3 zhe4 yang4 nong4 de5 dao4 jiu3 ren2 xia4 bu4 lai2 tai2 sil|sil 你 这 样 弄 得 倒 酒 人 下 不 来 台 sil|28 12 11 18 17 11 18 15 17 19 6 17 36 30|0.0|2.955 +006824|sil ni3 kan4 kan4 ji2 dian3 le5 sp1 hai2 bu4 gun3 hui2 lai5 sil|sil 你 看 看 几 点 了 sp1 还 不 滚 回 来 sil|29 10 18 16 17 19 15 13 18 12 16 16 23 29|0.0|2.91 +006825|sil ju4 shuo1 shi4 shan1 shang4 de5 xiao2 shui3 ku4 yao4 beng1 le5 sil|sil 据 说 是 山 上 的 小 水 库 要 崩 了 sil|25 17 25 16 20 16 8 18 17 16 17 18 21 29|0.0|3.05 +006826|sil ru2 guo3 shai4 shang1 yan2 zhong4 sp1 ying1 gai1 ji2 shi2 qing3 jia4 sil|sil 如 果 晒 伤 严 重 sp1 应 该 及 时 请 假 sil|31 12 17 18 18 16 20 17 15 17 16 14 22 26 28|0.0|3.335 +006827|sil bo1 yin1 qi1 si4 qi1 jin4 ru4 fei1 ji1 chai1 xie4 chang3 sil|sil 波 音 七 四 七 进 入 飞 机 拆 卸 场 sil|25 17 15 15 14 27 22 13 17 12 20 15 29 29|0.0|3.135 +006828|sil lao3 you2 jue2 de5 sp1 yao4 mai3 jiu4 mai3 xia4 men2 de5 fang2 sil|sil 老 游 觉 得 sp1 要 买 就 买 厦 门 的 房 sil|29 17 17 18 16 18 14 21 13 18 20 16 7 31 30|0.0|3.31 +006829|sil di4 san1 zong1 zui4 sp1 ze2 shi4 gui3 zi5 lian2 pu3 hua4 sil|sil 第 三 宗 罪 sp1 则 是 鬼 子 脸 谱 化 sil|25 13 19 18 20 6 16 19 19 12 21 18 28 29|0.0|3.05 +006830|sil wei4 ci3 sp1 mo4 yan2 xing1 fen4 de5 yi4 xiu3 mei2 shui4 sil|sil 为 此 sp1 莫 言 兴 奋 得 一 宿 没 睡 sil|30 15 30 11 18 16 19 16 9 19 16 18 25 28|0.0|3.135 +006831|sil shi2 yang2 hai2 jie4 shao4 sp1 mu4 qian2 sp1 yi3 jing1 you3 chu1 kou3 qi2 ta1 guo2 jia1 de5 yi4 xiang4 sil|sil 时 旸 还 介 绍 sp1 目 前 sp1 已 经 有 出 口 其 他 国 家 的 意 向 sil|28 22 18 20 15 21 31 12 27 6 11 14 13 20 18 15 16 14 14 10 14 27 31|0.0|4.84 +006832|sil li2 kai1 xue2 xiao4 zhi1 hou4 ta1 jiu4 mei2 zen3 me5 chang4 guo4 guo2 ge1 sp1 lian2 cir2 r dou1 wang4 ji4 le5 sil|sil 离 开 学 校 之 后 他 就 没 怎 么 唱 过 国 歌 sp1 连 词 儿 都 忘 记 了 sil|29 11 18 14 18 13 27 17 13 16 12 8 18 13 16 20 13 16 25 0 14 19 15 17 31|0.0|4.795 +006833|sil gui4 zhou1 xi2 fu4 you2 dian3 xiu1 nan3 de5 tui1 sang3 si4 ye4 zi5 sp1 shi4 shi4 ni2 re3 xia4 de5 sp1 ni3 zi4 ji2 jiang3 ba5 sil|sil 贵 州 媳 妇 有 点 羞 赧 地 推 搡 四 叶 子 sp1 事 是 你 惹 下 的 sp1 你 自 己 讲 吧 sil|29 17 15 20 26 16 18 18 20 10 18 16 19 17 18 38 24 14 19 17 22 16 15 10 15 15 23 20 29|0.0|6.435 +006834|sil zhe4 ze2 yu4 yan2 de5 yu4 yi4 sp1 shi4 shuo1 sp1 shi4 jie4 shang4 cun2 zai4 yi4 zhong3 ren2 sp1 fei1 chang2 hao4 sheng4 sp1 er2 you4 bu2 zi4 liang4 li4 sil|sil 这 则 寓 言 的 寓 意 sp1 是 说 sp1 世 界 上 存 在 一 种 人 sp1 非 常 好 胜 sp1 而 又 不 自 量 力 sil|26 17 16 12 14 9 16 22 13 16 22 8 16 13 19 17 15 12 17 24 8 14 17 19 25 19 12 19 13 10 22 20 29|0.0|6.395 +006835|sil fei1 tian1 pi2 pa5 qi4 shi4 dong4 ren2 sil|sil 飞 天 琵 琶 气 势 动 人 sil|29 18 22 20 26 23 17 16 25 29|0.0|2.61 +006836|sil zhou1 rong2 shuo1 sp1 zhe4 zhong3 hong1 dong4 sp1 bu2 ya4 yu2 yi3 qian2 xue2 xiao4 chan3 sheng1 le5 gao1 kao3 zhuang4 yuan5 sil|sil 周 容 说 sp1 这 种 轰 动 sp1 不 亚 于 以 前 学 校 产 生 了 高 考 状 元 sil|25 19 16 25 18 15 15 20 18 6 12 20 16 14 16 14 21 20 14 11 14 18 19 26 29|0.0|5.12 +006837|sil shou4 ci2 ji4 tai4 tai5 de5 ying2 xiang3 sp1 ta1 cong2 ci2 sp1 ye3 cheng2 wei2 ci2 ji4 de5 yi4 gong1 sil|sil 受 慈 济 太 太 的 影 响 sp1 他 从 此 sp1 也 成 为 慈 济 的 义 工 sil|29 24 19 13 17 10 10 18 27 15 16 18 22 4 16 20 14 18 10 11 16 26 28|0.0|4.65 +006838|sil chu1 qu4 mai2 dian3 cai4 zuo4 dun4 mei3 shi2 kao4 lao2 zi4 ji3 de5 wei4 ba5 sp1 lian2 zhe5 hao3 tian1 qi4 sp1 yi4 qi3 chi1 jin4 qu4 sil|sil 出 去 买 点 菜 做 顿 美 食 犒 劳 自 己 的 胃 吧 sp1 连 着 好 天 气 sp1 一 起 吃 进 去 sil|28 18 20 17 16 26 16 13 15 23 22 16 13 8 8 19 23 27 15 10 17 20 20 12 14 18 18 18 22 29|0.0|6.285 +006839|sil dong1 e1 e1 jiao1 sp1 ye3 yin1 ci2 tang3 zhe5 zhong4 qiang1 sp1 zhi4 jin1 gu3 jia4 di1 mi2 sil|sil 东 阿 阿 胶 sp1 也 因 此 躺 着 中 枪 sp1 至 今 股 价 低 迷 sil|27 19 16 18 26 10 8 19 18 25 10 18 31 29 17 24 15 18 15 27 29|0.0|4.87 +006840|sil li3 mian4 de5 ying1 hong2 hen3 shuai4 qi4 sp1 da4 la4 la4 de5 sp1 hen3 shuai4 zhi2 sil|sil 里 面 的 英 红 很 帅 气 sp1 大 剌 剌 的 sp1 很 率 直 sil|30 12 18 9 20 21 17 24 22 23 14 12 23 16 9 13 21 24 30|0.0|4.155 +006841|sil jing3 fang1 huai2 yi2 sp1 ci3 ci4 ju4 du2 jia2 jiu3 ke3 neng2 chan1 ru4 nong2 yao4 sil|sil 警 方 怀 疑 sp1 此 次 剧 毒 假 酒 可 能 掺 入 农 药 sil|25 19 14 20 22 7 20 14 16 12 20 26 13 16 18 9 18 24 29|0.0|3.97 +006842|sil zhuang4 yuan2 juan3 sp1 zai4 shang4 hai3 min2 jian1 liu2 chuan2 zhi4 jin1 shi2 shu2 han3 jian4 sil|sil 状 元 卷 sp1 在 上 海 民 间 流 传 至 今 实 属 罕 见 sil|26 20 15 25 7 18 13 13 17 19 15 17 15 22 17 14 19 26 30|0.0|4.045 +006843|sil xian3 ran2 sp1 wan2 zheng3 de5 zhen4 rong2 cai2 neng2 da3 chu1 wan2 mei3 de5 bi3 sai4 sil|sil 显 然 sp1 完 整 的 阵 容 才 能 打 出 完 美 的 比 赛 sil|26 21 29 18 19 14 9 16 22 18 15 18 19 14 14 9 16 29 31|0.0|4.14 +006844|sil zui4 hou4 sp1 ma1 ma5 lou3 zhe5 ta1 yu3 di4 di5 yi4 qi3 shang4 le5 jing3 che1 sil|sil 最 后 sp1 妈 妈 搂 着 她 与 弟 弟 一 起 上 了 警 车 sil|27 18 25 6 13 12 17 11 21 12 17 18 19 17 16 10 17 28 29|0.0|3.87 +006845|sil zhong1 yu2 you3 ge4 mu4 you3 de5 le5 sil|sil 终 于 有 个 木 有 的 了 sil|25 24 12 11 12 20 17 9 18 30|0.0|2.07 +006846|sil xiao2 ma3 zai4 shang4 hai3 shang4 ban1 sp1 zhao4 gu1 niang5 zai4 hang2 zhou1 sp1 zan4 zhu4 jiang3 cun1 sil|sil 小 马 在 上 海 上 班 sp1 赵 姑 娘 在 杭 州 sp1 暂 住 蒋 村 sil|30 20 23 18 18 14 19 20 14 21 11 20 15 23 20 11 21 13 18 29 31|0.0|4.75 +006847|sil er2 hui2 shou1 xia1 you2 yi4 ban1 dou1 hui4 guo4 lv4 sp1 shi4 bu2 hui4 cun2 zai4 zuo2 liao4 zha1 de5 wen4 ti2 de5 sil|sil 而 回 收 虾 油 一 般 都 会 过 滤 sp1 是 不 会 存 在 作 料 渣 的 问 题 的 sil|30 18 15 15 20 20 16 14 10 16 17 20 21 16 9 14 21 18 17 16 16 11 16 18 16 31|0.0|5.235 +006848|sil zai4 que4 zao2 de5 zheng4 ju4 mian4 qian2 sp1 gang1 sa4 lei2 si1 wu2 fa2 di3 lai4 sil|sil 在 确 凿 的 证 据 面 前 sp1 冈 萨 雷 斯 无 法 抵 赖 sil|27 25 22 13 9 16 10 18 31 10 15 12 17 24 17 19 16 30 29|0.0|4.18 +006849|sil ju4 liao2 jie3 sp1 jie4 shi2 sp1 li3 ne4 sp1 mao2 yuan3 xin1 deng3 ren2 ye3 hui4 dao4 chang3 sil|sil 据 了 解 sp1 届 时 sp1 李 讷 sp1 毛 远 新 等 人 也 会 到 场 sil|26 14 17 29 11 21 28 9 20 26 5 18 13 21 16 22 15 16 16 31 30|0.0|4.685 +006850|sil dang1 ran2 shi4 li4 yong4 re4 zhang4 leng3 suo1 de5 yuan2 li3 la5 sil|sil 当 然 是 利 用 热 胀 冷 缩 的 原 理 啦 sil|28 14 14 11 15 17 14 18 15 15 12 14 15 26 28|0.0|2.97 +006851|sil jin4 ri4 sp1 you3 zheng4 ju4 biao3 ming2 sp1 mu4 li3 shi4 tu2 sa1 huang3 yan3 gai4 qi2 suo3 fan4 xia4 de5 cuo4 wu5 sil|sil 近 日 sp1 有 证 据 表 明 sp1 穆 里 试 图 撒 谎 掩 盖 其 所 犯 下 的 错 误 sil|28 23 20 13 13 16 12 15 28 20 15 19 16 12 20 30 17 15 17 15 18 13 9 29 19 30|0.0|5.6 +006852|sil zhe4 shi4 liu2 xia4 zhong1 guo2 meng3 long2 zu2 ji4 de5 kong3 long2 de5 fu4 yuan2 tu2 sil|sil 这 是 留 下 中 国 猛 龙 足 迹 的 恐 龙 的 复 原 图 sil|26 15 21 18 21 16 12 17 17 15 14 14 22 16 10 16 17 35 26|0.0|4.035 +006853|sil liu4 ba1 si4 lu4 shuang1 xiang4 zeng1 she4 sp1 dong1 nei4 bei2 xiao3 jie1 bei2 kou3 zhan4 sil|sil 六 八 四 路 双 向 增 设 sp1 东 内 北 小 街 北 口 站 sil|29 15 16 20 21 20 16 17 20 6 17 18 14 17 19 15 21 25 33|0.0|4.165 +006854|sil ni3 shi4 zai4 gan4 ti3 li4 huo2 ba5 sil|sil 你 是 在 干 体 力 活 吧 sil|27 10 14 16 16 17 18 21 26 29|0.0|2.25 +006855|sil xie4 jia1 ge2 yan2 sp1 mei3 tian1 sheng1 ri4 sil|sil 谢 家 格 言 sp1 每 天 生 日 sil|28 19 18 20 25 10 16 20 20 22 28|0.0|2.62 +006856|sil da4 nian2 chu1 wu3 zhe4 tian1 sp1 min2 jian1 tong1 xing2 de5 shi2 su2 shi4 chi1 jiao3 zi5 sp1 su2 cheng1 sp1 nie1 xiao3 ren2 zui3 sil|sil 大 年 初 五 这 天 sp1 民 间 通 行 的 食 俗 是 吃 饺 子 sp1 俗 称 sp1 捏 小 人 嘴 sil|28 15 19 22 11 15 24 17 13 15 17 14 9 16 23 15 17 24 20 21 18 24 10 16 17 16 30 31|0.0|6.0 +006857|sil yu3 xiang2 de5 ling2 hun2 mo4 mo4 tiao4 le5 san1 ci4 sp1 dou1 leng3 de5 fan3 hui2 gao4 su4 rou4 ti3 tiao4 bu4 de2 sil|sil 雨 翔 的 灵 魂 默 默 跳 了 三 次 sp1 都 冷 得 返 回 告 诉 肉 体 跳 不 得 sil|29 14 20 6 19 25 15 17 18 9 20 21 21 13 19 10 21 22 15 12 16 19 25 11 25 29|0.0|5.465 +006858|sil ceng2 bei4 fa3 guo2 mei2 ti3 guan1 zhu4 de5 lei2 nuo4 gong1 ye4 jian4 die2 an4 sp1 hen2 ke3 neng2 xi4 ren2 wei2 nie1 zao4 sil|sil 曾 被 法 国 媒 体 关 注 的 雷 诺 工 业 间 谍 案 sp1 很 可 能 系 人 为 捏 造 sil|28 25 16 19 10 15 16 19 15 15 27 22 16 12 16 15 21 21 14 12 23 23 16 12 18 21 30|0.0|5.775 +006859|sil yong4 hu2 luo2 bo5 zhi1 sp1 qin2 cai4 zhi1 sp1 bo1 cai4 zhi1 sp1 jia1 ru4 ji1 dan4 he2 mian4 sp1 mian4 tiao2 ye2 hen3 jin1 dao4 sil|sil 用 胡 萝 卜 汁 sp1 芹 菜 汁 sp1 菠 菜 汁 sp1 加 入 鸡 蛋 和 面 sp1 面 条 也 很 筋 道 sil|29 20 16 17 14 23 5 25 21 19 6 17 21 19 6 20 15 17 17 14 25 19 17 23 14 18 21 23 29|0.0|6.15 +006860|sil ling4 yi1 shi2 san1 sui4 gu3 xing4 shao4 nian2 zai4 shi4 gu4 zhong1 yu4 nan4 sil|sil 另 一 十 三 岁 谷 姓 少 年 在 事 故 中 遇 难 sil|27 18 18 14 17 15 16 17 16 24 18 16 11 16 13 28 28|0.0|3.62 +006861|sil yi4 nian2 sp1 han4 ming2 di4 chi4 ling4 sp1 zai4 guo2 du1 xi1 xing1 jian4 seng1 yuan4 sp1 qu3 ming2 sp1 bai2 ma3 si4 sil|sil 翌 年 sp1 汉 明 帝 敕 令 sp1 在 国 都 西 兴 建 僧 院 sp1 取 名 sp1 白 马 寺 sil|31 12 31 8 20 13 13 15 25 8 21 16 13 17 22 18 20 20 14 18 23 4 16 20 24 31|0.0|5.495 +006862|sil zai4 yu3 a1 fu4 han4 guan1 yuan2 da3 jiao1 dao4 de5 shi2 hou4 sp1 da2 dian3 shi4 bi4 bu4 ke2 shao3 de5 sil|sil 在 与 阿 富 汗 官 员 打 交 道 的 时 候 sp1 打 点 是 必 不 可 少 的 sil|28 20 14 14 11 19 16 18 14 15 12 8 16 21 17 19 22 17 14 10 17 22 20 29|0.0|4.79 +006863|sil yin1 wei4 you3 zi1 jin1 bu3 tie1 sp1 jia1 shang4 you3 nong2 ye4 tui1 guang3 zhao1 pai2 sp1 ta1 men5 zi4 ren4 wei2 zhan4 le5 pian2 yi5 sil|sil 因 为 有 资 金 补 贴 sp1 加 上 有 农 业 推 广 招 牌 sp1 他 们 自 认 为 占 了 便 宜 sil|31 11 12 14 15 18 14 26 6 20 19 16 21 15 17 16 17 27 14 12 12 15 15 15 16 8 25 18 31|0.0|5.755 +006864|sil zhi1 hou4 sp1 ben3 bao4 jie1 dao4 gai1 jiu2 chang3 lai2 han2 sp1 cheng1 qi2 wei2 shu1 fa3 zi4 ti3 sil|sil 之 后 sp1 本 报 接 到 该 酒 厂 来 函 sp1 称 其 为 书 法 字 体 sil|26 17 23 9 19 20 15 18 16 15 18 17 29 17 22 16 18 16 17 16 24 29|0.0|4.845 +006865|sil zhe4 shi4 yi4 jian1 yong4 tu3 pi1 he2 mao2 cao3 da1 jian4 de5 fang2 zi5 sp1 di1 ai2 jian3 lou4 sil|sil 这 是 一 间 用 土 坯 和 茅 草 搭 建 的 房 子 sp1 低 矮 简 陋 sil|25 15 16 11 24 19 21 20 12 21 22 15 13 7 24 18 17 14 17 20 23 29|0.0|4.68 +006866|sil xi1 wang4 ta1 men5 de5 suo3 zuo4 suo3 wei2 sp1 neng2 shou1 lian2 dian3 sil|sil 希 望 他 们 的 所 作 所 为 sp1 能 收 敛 点 sil|28 16 19 16 12 14 17 14 16 24 6 14 18 19 24 30|0.0|3.335 +006867|sil lu4 ren2 da4 hu1 shua3 liu2 mang2 sp1 bing4 li4 ji2 bao4 jing3 sil|sil 路 人 大 呼 耍 流 氓 sp1 并 立 即 报 警 sil|28 17 21 19 18 17 13 29 6 17 18 14 17 28 31|0.0|3.4 +006868|sil hai2 you3 wang2 you2 jiang3 shu4 ceng2 can1 yu4 xun4 xin1 de5 jing1 li4 sil|sil 还 有 网 友 讲 述 曾 参 与 训 新 的 经 历 sil|29 14 10 15 13 19 22 22 20 10 20 16 9 16 23 30|0.0|3.34 +006869|sil mei2 you2 yan3 chang4 hui4 sp1 wo3 de5 yin1 yue4 sp1 zhi3 wan2 cheng2 le5 yi2 ban4 sil|sil 没 有 演 唱 会 sp1 我 的 音 乐 sp1 只 完 成 了 一 半 sil|29 10 15 13 20 23 17 12 10 16 16 4 14 16 16 10 13 21 29|0.0|3.53 +006870|sil zhi4 jin1 nian2 guo4 liu4 xun2 de5 ta1 hai2 shi4 guang1 gun4 sil|sil 至 今 年 过 六 旬 的 他 还 是 光 棍 sil|26 18 23 20 11 16 15 9 21 19 13 19 22 26|0.0|2.99 +006871|sil ma1 ma5 si4 hu1 bei4 re2 nao3 le5 sp1 mei2 tou2 yi2 zhou4 sil|sil 妈 妈 似 乎 被 惹 恼 了 sp1 眉 头 一 皱 sil|28 14 21 16 13 14 14 22 19 9 15 18 14 22 27|0.0|3.09 +006872|sil zuo2 tian1 zai4 bei3 jing1 jie1 tou2 sp1 hai2 zi5 bei4 jia1 zhang3 sp1 bao1 guo3 yan2 shi2 sp1 di2 dang3 han2 liu2 sil|sil 昨 天 在 北 京 街 头 sp1 孩 子 被 家 长 sp1 包 裹 严 实 sp1 抵 挡 寒 流 sil|26 16 24 18 11 18 15 26 20 21 13 12 20 23 4 17 15 21 21 7 15 16 21 30 29|0.0|5.325 +006873|sil chen2 wen2 xi1 an4 chi1 yi4 jing1 sp1 xiang3 sp1 nan2 guai4 zhe4 ren2 bu2 shi4 da4 ya3 sp1 bu2 shi4 da4 su2 sp1 yuan2 lai2 sp1 nai3 shi4 da4 ben4 sil|sil 陈 文 茜 暗 吃 一 惊 sp1 想 sp1 难 怪 这 人 不 是 大 雅 sp1 不 是 大 俗 sp1 原 来 sp1 乃 是 大 笨 sil|27 21 14 21 19 17 12 27 14 32 14 14 13 15 23 12 14 20 22 6 12 12 19 28 25 13 23 8 16 15 19 22 31|0.0|6.97 +006874|sil xie4 ting2 feng1 sp1 zuo2 dan1 ren4 zhou1 jie2 lun2 yan3 chang4 hui4 jia1 bin1 sp1 pie3 bu4 he2 chuan2 wen2 sil|sil 谢 霆 锋 sp1 昨 担 任 周 杰 伦 演 唱 会 嘉 宾 sp1 撇 不 和 传 闻 sil|29 20 17 22 3 23 16 19 13 12 20 15 19 14 19 24 8 24 15 17 19 26 29|0.0|4.915 +006875|sil yu2 shi4 sp1 ta1 yi4 zhi2 pan2 suan4 zhe5 zhao3 ji1 hui4 jiang1 zi4 ji3 de5 shen1 fen4 piao3 bai2 sil|sil 于 是 sp1 他 一 直 盘 算 着 找 机 会 将 自 己 的 身 份 漂 白 sil|29 12 24 15 20 11 11 20 20 12 17 17 20 19 13 9 9 17 15 20 31 29|0.0|4.53 +006876|sil zhang1 zi4 xing1 zai4 fu2 jian4 sp1 yu3 lao2 mu3 qin1 ge1 ge5 sao3 sao5 ju1 zhu4 sp1 wei4 hun1 sil|sil 张 自 星 在 福 建 sp1 与 老 母 亲 哥 哥 嫂 嫂 居 住 sp1 未 婚 sil|27 18 13 26 21 20 22 10 11 18 17 28 20 19 19 15 16 19 14 16 29 30|0.0|4.965 +006877|sil chuang4 xin1 chuang4 ye4 shi4 zhong1 guan1 cun1 bu4 xiu3 de5 ling2 hun2 sil|sil 创 新 创 业 是 中 关 村 不 朽 的 灵 魂 sil|25 24 17 21 21 17 15 16 21 14 16 8 18 32 27|0.0|3.39 +006878|sil chun1 lan2 gu3 fen4 si4 yue4 fen4 sp1 shi4 fou3 zhen1 de5 tui4 shi4 sil|sil 春 兰 股 份 四 月 份 sp1 是 否 真 的 退 市 sil|26 20 16 15 22 17 11 19 3 15 15 16 8 20 24 28|0.0|3.195 +006879|sil zuo2 tian1 zhong1 wu3 sp1 feng1 gua1 de2 zheng4 jin3 sp1 juan2 qi3 lu4 bian1 can2 cun2 de5 ji1 xue3 sil|sil 昨 天 中 午 sp1 风 刮 得 正 紧 sp1 卷 起 路 边 残 存 的 积 雪 sil|28 15 15 19 21 12 23 14 9 18 26 18 18 10 18 18 22 15 7 18 29 30|0.0|4.68 +006880|sil ling4 wai4 sp1 jiu4 shi4 chong1 fen4 fa1 hui1 dun3 chuan2 de5 zuo4 yong4 qu2 shui3 sil|sil 另 外 sp1 就 是 充 分 发 挥 趸 船 的 作 用 取 水 sil|29 14 21 3 17 12 17 15 16 21 19 19 7 17 16 18 33 30|0.0|3.76 +006881|sil wei2 yi1 ling4 ma3 de2 bao3 bu2 shun4 xin1 de5 sp1 jiu4 sheng4 xia4 wen2 xue2 she4 sil|sil 惟 一 令 马 德 保 不 顺 心 的 sp1 就 剩 下 文 学 社 sil|29 18 15 17 17 15 13 13 15 20 14 5 16 17 18 16 16 25 29|0.0|3.805 +006882|sil dang1 shi2 jiang4 jiang1 jing1 wen2 zhuan4 ke4 de5 shi2 hou4 sp1 jing1 shi2 bian4 xian3 xian4 le5 ta1 zui4 yuan2 ben3 de5 yan2 se4 sil|sil 当 石 匠 将 经 文 篆 刻 的 时 候 sp1 经 石 便 显 现 了 它 最 原 本 的 颜 色 sil|28 18 22 26 20 15 15 18 14 10 15 23 22 21 24 16 18 16 9 21 17 20 13 10 18 22 32|0.0|5.84 +006883|sil ju4 liao2 jie3 sp1 jin1 hou4 sp1 lao3 lou2 gong1 nuan2 gai3 zao4 jiang1 lu4 xu4 jin4 xing2 sil|sil 据 了 解 sp1 今 后 sp1 老 楼 供 暖 改 造 将 陆 续 进 行 sil|27 13 19 26 5 22 22 6 17 18 15 17 17 23 20 15 15 15 33 28|0.0|4.33 +006884|sil ci3 ci4 ran2 you2 fu4 jia1 fei4 xia4 tiao2 sp1 yi4 shi4 nian2 nei4 shao2 you3 de5 xia4 tiao2 sil|sil 此 次 燃 油 附 加 费 下 调 sp1 亦 是 年 内 少 有 的 下 调 sil|28 23 21 15 12 16 15 14 17 28 9 11 21 21 18 20 12 10 18 33 31|0.0|4.565 +006885|sil jie1 zhe5 sp1 xie4 hua2 chang1 ye3 zuo4 shang4 chuang2 sp1 yong4 shuang1 shou3 si2 si3 qia1 zhu4 a1 hui4 de5 hou2 long5 sil|sil 接 着 sp1 谢 华 昌 也 坐 上 床 sp1 用 双 手 死 死 掐 住 阿 慧 的 喉 咙 sil|26 21 21 5 19 15 24 15 12 18 32 17 13 17 21 18 14 20 13 16 16 7 19 18 31|0.0|5.2 +006886|sil ji4 xiang3 rang4 ma3 er2 pao3 sp1 you4 bu4 gei2 ma3 er2 zu2 gou4 de5 cao3 sp1 qi2 jie2 guo2 sp1 ye3 jiu4 zai4 yi4 liao4 zhi1 zhong1 sil|sil 既 想 让 马 儿 跑 sp1 又 不 给 马 儿 足 够 的 草 sp1 其 结 果 sp1 也 就 在 意 料 之 中 sil|26 17 20 15 14 13 32 14 12 11 11 19 13 17 15 8 30 18 19 19 22 6 13 17 15 10 16 13 23 29|0.0|5.89 +006887|sil you4 ce4 shi4 qu4 nian2 gang1 gang1 tuo4 kuan1 de5 san1 lou2 pai2 xiao3 guang2 chang3 sp1 ping2 shi2 gong1 shi4 min2 xiu1 xian2 yong4 sil|sil 右 侧 是 去 年 刚 刚 拓 宽 的 三 楼 牌 小 广 场 sp1 平 时 供 市 民 休 闲 用 sil|29 18 24 16 13 20 17 14 18 21 15 21 15 18 17 17 28 18 19 21 17 15 16 15 18 24 30|0.0|5.97 +006888|sil wo3 ba4 ba5 he2 wo3 ma1 ma5 sp1 gen1 ben3 jiu4 mei2 you3 gong4 tong2 yu3 yan2 sil|sil 我 爸 爸 和 我 妈 妈 sp1 根 本 就 没 有 共 同 语 言 sil|29 13 20 16 13 10 19 22 10 17 12 12 15 14 15 18 14 30 29|0.0|3.805 +006889|sil zhe4 li3 hai2 shui3 bi4 lan2 sp1 dao3 min2 re4 qing2 hao4 ke4 sp1 qie3 cong1 ming2 ji1 zhi4 sil|sil 这 里 海 水 碧 蓝 sp1 岛 民 热 情 好 客 sp1 且 聪 明 机 智 sil|26 14 19 19 17 14 28 13 14 19 16 15 20 24 8 21 17 15 19 20 28|0.0|4.48 +006890|sil jin1 tian1 sp1 nv2 you3 zhua1 zhu4 wo3 de5 shou3 cuo1 le5 ban4 tian1 sp1 wo3 mei2 li3 ta1 sp1 wo3 wen4 ta1 zen3 me5 le5 sil|sil 今 天 sp1 女 友 抓 住 我 的 手 搓 了 半 天 sp1 我 没 理 她 sp1 我 问 她 怎 么 了 sil|26 18 25 14 11 15 16 10 11 11 23 16 12 19 24 8 9 19 18 25 22 9 13 16 16 8 20 27|0.0|5.355 +006891|sil cun1 min2 jie1 guan3 ping2 yang2 xiao3 xue2 hou4 sp1 jiao4 xue2 zhi4 liang4 sp1 wen3 bu4 hui2 sheng1 sil|sil 村 民 接 管 坪 垟 小 学 后 sp1 教 学 质 量 sp1 稳 步 回 升 sil|27 22 20 15 20 17 14 16 16 21 19 18 14 16 23 10 16 14 18 25 28|0.0|4.515 +006892|sil wo3 zhi1 dao4 ta1 you3 zhe4 ge5 dong4 zuo4 la5 sp1 ta1 ye3 ceng2 jing1 wen4 wo3 de5 dang4 qi1 sil|sil 我 知 道 他 有 这 个 动 作 啦 sp1 他 也 曾 经 问 我 的 档 期 sil|29 11 12 13 18 10 10 9 18 13 20 14 16 9 17 13 15 8 9 20 27 29|0.0|3.95 +006893|sil kuang4 qie2 li3 zhuang1 shi4 fou3 ceng2 zai4 hui4 jian4 gong1 shi2 zha2 yan3 sp1 shang4 wei4 ke3 zhi1 sil|sil 况 且 李 庄 是 否 曾 在 会 见 龚 时 眨 眼 sp1 尚 未 可 知 sil|28 19 25 26 22 15 14 22 18 15 16 14 15 21 22 9 21 14 18 26 28|0.0|4.735 +006894|sil er4 shi4 san1 da4 la1 dong4 yin1 su4 sp1 zong2 ti3 cheng2 qu1 huan2 zou3 shi4 sil|sil 二 是 三 大 拉 动 因 素 sp1 总 体 呈 趋 缓 走 势 sil|29 18 23 22 12 16 13 15 19 4 22 17 23 17 18 16 25 28|0.0|3.91 +006895|sil ci3 ci4 sp1 zhong1 guo2 fei1 die2 dui4 pai4 chu1 de5 shi4 zhang1 yi4 yao2 liu2 jie2 he2 sun1 chong2 lun2 can1 sai4 sil|sil 此 次 sp1 中 国 飞 碟 队 派 出 的 是 张 奕 垚 刘 杰 和 孙 崇 伦 参 赛 sil|28 19 24 8 18 12 16 13 19 21 17 17 26 19 14 28 21 26 18 18 16 15 19 27 31|0.0|5.69 +006896|sil ci3 wai4 sp1 ma3 ying1 jiu3 lian2 pu2 wang3 ye4 shang4 sp1 ye3 hui4 lian4 jie1 zong2 tong2 fu3 shang4 fang3 cheng2 xu4 de5 ye4 mian4 sil|sil 此 外 sp1 马 英 九 脸 谱 网 页 上 sp1 也 会 链 接 总 统 府 上 访 程 序 的 页 面 sil|28 17 26 16 15 14 17 17 15 15 15 21 6 14 10 20 19 20 19 20 19 16 17 13 11 13 25 28|0.0|5.645 +006897|sil dan4 hen2 shao2 you3 cong2 fa2 li2 fa3 de5 shi2 shi1 sp1 jian1 du1 fang1 mian4 sp1 fen1 xi1 wen4 ti2 de5 gao3 zi5 sil|sil 但 很 少 有 从 法 理 法 的 实 施 sp1 监 督 方 面 sp1 分 析 问 题 的 稿 子 sil|27 21 16 16 14 25 24 20 22 9 16 27 11 21 14 18 14 4 15 13 15 10 10 20 20 30|0.0|5.25 +006898|sil you3 ji4 zhe3 wen4 sp1 bo2 er3 te4 shi4 fou3 shi4 dang1 jin1 zui4 hao3 de5 duan2 pao3 xuan2 shou3 sil|sil 有 记 者 问 sp1 博 尔 特 是 否 是 当 今 最 好 的 短 跑 选 手 sil|29 13 12 15 23 4 10 16 27 14 13 13 16 16 18 14 9 16 15 17 24 29|0.0|4.215 +006899|sil gao1 xiao3 song1 jiu4 geng4 bu2 yao4 shuo1 le5 sp1 ta1 dui4 yin1 yue4 shi4 bi3 jiao4 tiao1 ti4 de5 sil|sil 高 晓 松 就 更 不 要 说 了 sp1 他 对 音 乐 是 比 较 挑 惕 的 sil|25 17 16 21 14 16 10 14 20 16 16 18 13 15 17 13 11 16 20 21 16 28|0.0|4.325 +006900|sil cheng2 ke4 sha2 yan3 sp1 zhi3 neng2 xia4 che1 deng3 yi4 pang2 sil|sil 乘 客 傻 眼 sp1 只 能 下 车 等 一 旁 sil|25 23 18 22 22 6 15 18 19 17 16 13 31 30|0.0|3.195 +006901|sil zhe4 xu1 yao4 chou2 bei4 cuo1 shang1 he2 mei2 you3 yi4 wai4 sil|sil 这 需 要 筹 备 磋 商 和 没 有 意 外 sil|27 14 17 15 27 20 23 25 14 11 13 14 23 28|0.0|3.15 +006902|sil ju4 yi2 wei4 chu1 zu1 che1 si1 ji1 cheng1 sp1 cong2 chan3 he2 dao4 shi4 fa1 di4 du3 che1 fei1 chang2 yan2 zhong4 sil|sil 据 一 位 出 租 车 司 机 称 sp1 从 浐 河 到 事 发 地 堵 车 非 常 严 重 sil|28 19 11 17 19 11 16 15 14 30 15 24 26 22 16 12 17 21 16 19 13 17 20 23 29|0.0|5.455 +006903|sil hui4 yi4 dian2 dian3 sp1 wo3 hen2 xi3 huan1 he2 peng2 you5 yi4 qi3 wan2 nao3 jin1 ji2 zhuan3 wan1 ne5 sil|sil 会 一 点 点 sp1 我 很 喜 欢 和 朋 友 一 起 玩 脑 筋 急 转 弯 呢 sil|23 20 12 17 27 22 7 19 15 18 12 16 10 10 15 22 18 15 13 16 18 23 26|0.0|4.58 +006904|sil jiu1 jing4 shi4 ni2 qiu5 shan4 yu2 man2 yu2 hai2 shi4 bie2 de5 yu2 sp1 da4 jia1 dou1 nong4 bu4 ming2 bai5 sil|sil 究 竟 是 泥 鳅 鳝 鱼 鳗 鱼 还 是 别 的 鱼 sp1 大 家 都 弄 不 明 白 sil|28 19 21 21 25 28 26 25 30 23 20 15 17 14 20 15 16 15 14 18 9 22 22 28|0.0|5.705 +006905|sil nan2 zi3 yi4 ting1 sp1 ba2 tui3 xiang2 pao3 sp1 bei4 tong2 xue2 men5 wei2 zhu4 bao4 le5 jing3 sil|sil 男 子 一 听 sp1 拔 腿 想 跑 sp1 被 同 学 们 围 住 报 了 警 sil|26 18 11 14 27 7 20 15 21 26 14 13 16 14 24 15 17 13 12 29 28|0.0|4.415 +006906|sil jin1 hou4 sp1 zhuan1 ye4 hua4 jiang1 shi4 kong1 zhong1 yao1 yao1 ling2 de5 fa1 zhan3 mu4 biao1 sil|sil 今 后 sp1 专 业 化 将 是 空 中 幺 幺 零 的 发 展 目 标 sil|27 19 22 15 18 16 23 20 17 22 13 13 14 18 13 15 14 15 27 30|0.0|4.31 +006907|sil qi2 shi2 wo3 xian4 zai4 wei2 yi1 neng2 zuo4 de5 jiu4 shi4 sp1 ta1 ta1 shi2 shi2 yan3 xi4 sil|sil 其 实 我 现 在 唯 一 能 做 的 就 是 sp1 踏 踏 实 实 演 戏 sil|27 18 24 15 16 13 13 11 21 18 9 18 20 10 18 17 15 15 17 26 29|0.0|4.29 +006908|sil sui2 zhi1 xiang3 yang2 chang2 er2 qu4 sp1 bei4 wo3 ma1 ma5 tuo1 zhu4 bu2 fang4 sp1 ta1 you4 ba2 wo3 ma1 ma5 shuai2 dao3 zai4 di4 sil|sil 随 之 想 扬 长 而 去 sp1 被 我 妈 妈 拖 住 不 放 sp1 他 又 把 我 妈 妈 甩 倒 在 地 sil|28 21 25 23 20 17 15 23 27 13 12 16 15 20 11 14 22 21 16 11 15 10 18 19 21 18 16 21 29|0.0|6.23 +006909|sil wo3 shi4 shen2 deng1 sp1 ke2 yi2 man3 zu2 ni3 yi2 ge4 yuan4 wang4 sil|sil 我 是 神 灯 sp1 可 以 满 足 你 一 个 愿 望 sil|28 11 13 21 21 7 15 7 21 14 14 16 11 20 29 27|0.0|3.195 +006910|sil long2 xia1 de5 yuan2 zui4 ye3 bei4 jie1 lu4 le5 chu1 lai2 sil|sil 龙 虾 的 原 罪 也 被 揭 露 了 出 来 sil|26 18 18 9 19 23 13 14 15 13 11 16 26 28|0.0|2.895 +006911|sil zhong1 guo2 xian4 zai4 zheng4 chu3 yu2 liu2 yi4 si1 guai2 dian3 sil|sil 中 国 现 在 正 处 于 刘 易 斯 拐 点 sil|27 20 17 15 12 17 18 18 18 17 16 20 27 28|0.0|3.135 +006912|sil jie2 zhi3 shi2 jiu3 shi2 sp1 quan2 shi4 gong4 zhuan3 yi2 ren2 yuan2 san1 shi2 dian3 sp1 yi1 qi1 ling2 qi1 wan4 ren2 sil|sil 截 止 十 九 时 sp1 全 市 共 转 移 人 员 三 十 点 sp1 一 七 零 七 万 人 sil|27 21 18 16 17 26 22 23 25 17 16 12 18 26 22 15 22 7 15 19 22 18 18 26 28|0.0|5.755 +006913|sil lao3 ren2 shuo1 sp1 dang1 shi2 ta1 jia1 ting2 tiao2 jian4 bing4 bu4 hao3 sp1 sui2 zhe5 yue4 zhang3 yue4 da4 sp1 mian2 ao3 bian4 xiao3 le5 sil|sil 老 人 说 sp1 当 时 他 家 庭 条 件 并 不 好 sp1 随 着 越 长 越 大 sp1 棉 袄 变 小 了 sil|30 16 13 26 22 17 20 18 15 13 17 15 16 12 28 22 17 12 16 13 17 21 15 18 19 17 20 19 26|0.0|6.15 +006914|sil zhe4 shi4 nan2 chao2 xian3 kui2 lei3 jun1 fang1 sp1 hao4 zhan4 kuang2 cai2 neng2 shang4 yan3 de5 mao4 xian3 de5 jun1 shi4 tiao3 xin4 sil|sil 这 是 南 朝 鲜 傀 儡 军 方 sp1 好 战 狂 才 能 上 演 的 冒 险 的 军 事 挑 衅 sil|30 15 19 22 19 21 13 16 18 23 7 20 19 28 16 12 18 19 13 25 22 11 18 12 19 24 29|0.0|5.9 +006915|sil wa2 er2 tan3 cheng2 fei1 chang2 qi1 dai4 da3 yun1 shou4 hai4 ren2 sp1 bang2 qi3 ta1 de5 shou2 jiao3 ji2 sai1 zhe5 qi2 zui3 ba1 sil|sil 瓦 尔 坦 承 非 常 期 待 打 晕 受 害 人 sp1 绑 起 她 的 手 脚 及 塞 着 其 嘴 巴 sil|30 12 14 20 23 14 16 13 18 17 16 16 20 23 21 18 14 15 9 21 28 22 21 11 16 23 24 30|0.0|6.09 +006916|sil zhe4 jue2 fei1 song3 ren2 ting1 wen2 sil|sil 这 绝 非 耸 人 听 闻 sil|25 17 19 18 16 15 21 29 26|0.0|2.16 +006917|sil fan3 fu4 nian3 ya1 yi4 shuo1 sp1 bu4 cheng2 li4 sil|sil 反 复 碾 压 一 说 sp1 不 成 立 sil|26 21 14 19 16 12 22 4 12 22 22 28|0.0|2.535 +006918|sil ni3 men5 zen3 me5 hui4 deng3 de5 dao4 ya5 sil|sil 你 们 怎 么 会 等 得 到 呀 sil|28 8 14 15 11 16 15 10 23 24 28|0.0|2.225 +006919|sil zai4 ka1 shi2 lao3 cheng2 qu1 sp1 zhang1 chun1 xian2 lai2 dao4 nang2 tanr1 r qian2 sp1 zou3 jin4 ju1 min2 zhong1 sil|sil 在 喀 什 老 城 区 sp1 张 春 贤 来 到 馕 摊 儿 前 sp1 走 进 居 民 中 sil|25 22 18 12 15 17 24 20 16 16 21 18 14 18 18 0 32 16 17 20 14 19 25 29|0.0|5.18 +006920|sil ting2 jian4 shi4 jian4 bian4 cheng2 feng1 shui3 men2 bao4 dao4 hou4 sp1 wang2 yin2 feng1 sp1 geng4 shi4 zuo4 le5 wei3 zheng4 sil|sil 停 建 事 件 变 成 风 水 门 报 道 后 sp1 王 银 峰 sp1 更 是 作 了 伪 证 sil|28 25 18 16 23 17 21 16 13 17 14 16 24 25 15 15 24 5 17 14 13 11 16 28 26|0.0|5.305 +006921|sil fu4 dan4 da4 xue2 xie4 jiao4 shou4 de5 zao1 yu4 sp1 qia4 qia4 chuo1 dao4 le5 xin1 she4 hui4 bao2 xian2 fa3 de5 ruan3 lei4 sil|sil 复 旦 大 学 谢 教 授 的 遭 遇 sp1 恰 恰 戳 到 了 新 社 会 保 险 法 的 软 肋 sil|27 18 15 16 21 20 14 12 9 20 21 13 18 16 17 13 11 20 14 18 15 15 16 10 23 20 27|0.0|5.33 +006922|sil jie1 zhe5 sp1 jiang2 jie3 yuan2 you4 cheng1 si4 miao4 zheng4 xiu1 shan4 sp1 qing3 lai2 le5 feng1 shui3 da4 shi1 sp1 ke2 mian3 fei4 jie3 da2 sil|sil 接 着 sp1 讲 解 员 又 称 寺 庙 正 修 缮 sp1 请 来 了 风 水 大 师 sp1 可 免 费 解 答 sil|27 18 20 11 20 16 24 16 21 17 22 15 18 26 20 19 14 9 15 14 17 27 13 17 22 18 16 29 29|0.0|6.39 +006923|sil qi2 zhong1 liang2 ben3 chu1 zi4 gu3 e4 er3 duo1 si1 ren2 zhi1 bi3 sp1 ti3 xian4 chu1 nong2 yu4 de5 di4 fang1 wen2 hua4 te4 se4 sil|sil 其 中 两 本 出 自 古 鄂 尔 多 斯 人 之 笔 sp1 体 现 出 浓 郁 的 地 方 文 化 特 色 sil|27 18 20 23 30 22 22 22 15 11 16 14 14 15 24 21 15 17 15 20 18 15 14 16 13 17 17 27 29|0.0|6.345 +006924|sil hu2 li5 shuo1 sp1 hou2 zi5 sp1 ping2 ni3 zhe4 dian3 xiao2 xiao3 de5 ben3 shi4 sp1 ni3 zhe4 ben4 dan4 sp1 hai2 xiang3 zuo4 shou4 zhong1 zhi1 wang2 ma5 sil|sil 狐 狸 说 sp1 猴 子 sp1 凭 你 这 点 小 小 的 本 事 sp1 你 这 笨 蛋 sp1 还 想 做 兽 中 之 王 吗 sil|29 19 14 24 32 22 18 16 22 15 16 13 14 13 11 18 24 22 13 14 20 20 14 14 15 14 19 14 14 21 22 29|0.0|6.795 +006925|sil wai4 sheng5 quan2 shen2 guan4 zhu4 de5 guan1 cha2 zhong1 sp1 tu1 ran2 zhe4 jia1 huo5 shuo1 le5 ju4 sp1 zhe4 me5 dian3 wan2 yir4 r sp1 zen3 me5 gou4 chi1 sil|sil 外 甥 全 神 贯 注 的 观 察 中 sp1 突 然 这 家 伙 说 了 句 sp1 这 么 点 玩 意 儿 sp1 怎 么 够 吃 sil|29 19 23 19 16 17 12 9 17 18 23 23 16 17 11 18 13 14 13 22 26 13 11 14 17 17 0 7 17 9 18 32 29|0.0|6.49 +006926|sil bei4 ye3 zhu1 zao1 ta4 de5 yi2 ta4 hu2 tu5 de5 zhuang1 jia4 di4 sil|sil 被 野 猪 糟 蹋 得 一 蹋 糊 涂 的 庄 稼 地 sil|25 16 19 22 18 22 14 16 22 17 14 10 17 15 22 29|0.0|3.465 +006927|sil ju4 zhang1 xian1 sheng5 zhe4 wei4 peng2 you5 tou4 lu4 sp1 wang1 han2 zhang1 xin4 zhe2 deng3 ming2 xing1 sp1 jun1 shou4 yao1 peng2 chang3 sil|sil 据 张 先 生 这 位 朋 友 透 露 sp1 汪 涵 张 信 哲 等 明 星 sp1 均 受 邀 捧 场 sil|27 24 17 18 18 10 11 14 10 19 23 25 17 27 15 18 13 13 18 24 3 22 17 15 20 29 28|0.0|5.75 +006928|sil hei1 xia1 zi5 dao3 zheng4 shi4 kai1 fang4 le5 sil|sil 黑 瞎 子 岛 正 式 开 放 了 sil|28 19 19 11 21 16 13 20 21 18 27|0.0|2.47 +006929|sil tie3 men2 yi4 guan1 sp1 da4 jia1 dou1 nian1 le5 sil|sil 铁 门 一 关 sp1 大 家 都 蔫 了 sil|25 19 13 16 26 6 14 16 14 24 23 26|0.0|2.58 +006930|sil zhang1 mi1 jiu4 zhe4 yang4 chong2 gui1 yu2 le4 quan1 sil|sil 张 咪 就 这 样 重 归 娱 乐 圈 sil|25 21 18 15 17 22 22 15 12 12 32 27|0.0|2.765 +006931|sil zuo2 tian1 sp1 fu2 ling2 qu1 wei2 zu3 zhi1 bu4 cheng1 sp1 gong1 shi4 shi2 jian1 fei1 you3 yi4 an1 pai2 sil|sil 昨 天 sp1 涪 陵 区 委 组 织 部 称 sp1 公 示 时 间 非 有 意 安 排 sil|28 18 28 4 16 18 15 14 13 11 14 28 15 20 13 18 19 19 13 13 17 32 29|0.0|4.815 +006932|sil chu1 bu4 gu1 ji4 sp1 zhe4 xiang4 qing1 yu1 gong1 cheng2 xu1 yao4 wa1 jue2 shang4 bai3 wan4 fang1 yu1 ni2 sil|sil 初 步 估 计 sp1 这 项 清 淤 工 程 需 要 挖 掘 上 百 万 方 淤 泥 sil|27 21 14 16 24 13 16 16 16 12 16 25 15 12 17 23 24 17 19 18 13 30 27|0.0|5.005 +006933|sil ta1 rang2 qi3 lai2 sp1 wo3 bu2 ren4 shi5 ta1 sil|sil 他 嚷 起 来 sp1 我 不 认 识 他 sil|25 18 21 14 25 13 12 13 16 13 29 26|0.0|2.61 +006934|sil qi2 zhong1 sp1 fu4 yun4 he2 qie3 mo4 ji1 chang3 li4 zheng1 zai4 jin1 nian2 kai1 gong1 jian4 she4 sil|sil 其 中 sp1 富 蕴 和 且 末 机 场 力 争 在 今 年 开 工 建 设 sil|28 19 24 10 23 18 14 17 19 14 28 16 18 20 13 15 16 15 18 25 32|0.0|4.665 +006935|sil ju4 xi1 sp1 gai1 fen4 bao4 gao4 yi3 ti2 jiao1 zhi4 guang3 dong1 sheng2 wei3 zheng4 ce4 yan2 jiu1 shi4 sil|sil 据 悉 sp1 该 份 报 告 已 提 交 至 广 东 省 委 政 策 研 究 室 sil|26 16 27 17 14 16 17 25 13 15 16 20 19 15 15 13 17 13 16 16 26 29|0.0|4.65 +006936|sil zhe4 shi4 wo2 sheng2 shou3 ci4 pai1 dao4 ye3 wai4 da4 xiong2 mao1 sp1 bei1 zhe5 bao3 bao5 xing2 zou3 sil|sil 这 是 我 省 首 次 拍 到 野 外 大 熊 猫 sp1 背 着 宝 宝 行 走 sil|26 15 19 17 19 23 15 20 19 18 13 15 19 20 4 13 12 16 15 21 27 27|0.0|4.565 +006937|sil jing1 cha2 sp1 gai1 zhen2 suo3 wei2 hei1 zhen2 suo3 sil|sil 经 查 sp1 该 诊 所 为 黑 诊 所 sil|24 20 31 15 16 17 22 20 19 20 26 27|0.0|2.98 +006938|sil ru2 yu2 ru3 zhi4 pin3 zhong1 san1 ju4 qing2 an4 lin2 shi2 guan2 li3 xian4 liang4 zhi2 gong1 gao4 sp1 tong2 shi2 fei4 zhi3 sil|sil 乳 与 乳 制 品 中 三 聚 氰 胺 临 时 管 理 限 量 值 公 告 sp1 同 时 废 止 sil|29 25 19 15 15 22 25 20 12 22 22 16 13 16 13 15 17 19 20 20 6 20 17 21 28 30|0.0|5.775 +006939|sil zhou1 wei2 dou1 shi4 yi4 xie1 di1 ai3 de5 fang2 wu1 sp1 yu2 guang3 zhou1 cheng2 nei4 de5 gao1 lou2 da4 sha4 sp1 xiang1 qu4 shen4 yuan3 sil|sil 周 围 都 是 一 些 低 矮 的 房 屋 sp1 与 广 州 城 内 的 高 楼 大 厦 sp1 相 去 甚 远 sil|26 20 20 14 13 10 22 14 15 9 22 23 23 11 17 14 18 14 8 13 14 17 23 8 18 15 20 27 29|0.0|5.775 +006940|sil ru2 guo3 shuo1 mo2 huan4 de5 hua4 sp1 jiu4 shuo1 ming2 sp1 wo3 shi4 zhi2 jie1 cong2 sp1 ma2 er3 ke4 si1 nar4 r guo4 lai2 de5 sil|sil 如 果 说 魔 幻 的 话 sp1 就 说 明 sp1 我 是 直 接 从 sp1 马 尔 克 斯 那 儿 过 来 的 sil|28 11 12 17 20 19 10 24 11 15 15 25 8 11 13 16 15 23 5 12 12 17 13 22 0 15 19 18 27|0.0|5.255 +006941|sil dong4 zai4 bo1 li2 wai4 ce4 qing1 xi1 ke3 jian4 sp1 bo1 li2 li3 ce4 ze2 shi4 sp1 niu3 kou4 da4 xiao3 de5 ao1 cao2 sil|sil 洞 在 玻 璃 外 侧 清 晰 可 见 sp1 玻 璃 里 侧 则 是 sp1 纽 扣 大 小 的 凹 槽 sil|27 28 20 13 12 18 20 16 15 15 23 26 12 11 17 28 17 18 4 19 19 17 13 7 18 33 29|0.0|5.745 +006942|sil zu3 zhi1 shang4 zhi1 dao4 wo3 de5 zao1 yu4 hou4 sp1 an1 pai2 wo3 xiu1 xi5 sil|sil 组 织 上 知 道 我 的 遭 遇 后 sp1 安 排 我 休 息 sil|26 18 14 22 13 14 10 9 16 17 23 8 13 17 13 20 23 30|0.0|3.55 +006943|sil yin1 gao1 tie3 gu4 zhang4 pin2 fa1 sp1 jing1 hu4 hang2 xian4 piao4 jia4 hui2 nuan3 qu1 shi4 ming2 xian3 sil|sil 因 高 铁 故 障 频 发 sp1 京 沪 航 线 票 价 回 暖 趋 势 明 显 sil|27 21 17 16 13 17 19 24 19 20 17 18 16 19 21 19 18 15 11 19 31 27|0.0|4.92 +006944|sil rui2 rui3 he2 tong2 qu4 xi1 men2 de5 qi2 ta1 tong2 xue2 sp1 zao3 zai4 zhi3 ding4 qu1 yu4 pai2 dui4 sil|sil 蕊 蕊 和 同 去 西 门 的 其 他 同 学 sp1 早 在 指 定 区 域 排 队 sil|31 20 27 18 19 15 14 15 10 12 15 18 25 14 17 17 15 16 15 15 19 22 27|0.0|4.835 +006945|sil dang1 nv3 ren2 rong2 yi4 ma5 sp1 xia4 tian1 chuan1 ge4 qun2 zi5 sp1 hai2 dei3 zai4 chuan1 ge5 an1 quan2 ku4 sil|sil 当 女 人 容 易 吗 sp1 夏 天 穿 个 裙 子 sp1 还 得 再 穿 个 安 全 裤 sil|26 17 15 15 18 14 27 15 22 18 17 9 22 16 11 15 12 13 20 7 16 18 23 28|0.0|4.805 +006946|sil dang1 ran2 hui4 sp1 xiao3 cai4 yi4 die2 ya5 sp1 zhu3 ren2 jue2 de5 wo3 de5 sheng1 yin1 hao3 ting1 ma5 sil|sil 当 然 会 sp1 小 菜 一 碟 呀 sp1 主 人 觉 得 我 的 声 音 好 听 吗 sil|27 14 21 21 8 20 15 14 17 21 27 14 22 13 8 11 9 18 17 18 19 26 28|0.0|4.74 +006947|sil mu4 qian2 sp1 di4 yi1 er4 san1 ba1 shui2 chang3 de5 ying4 ji2 qu2 shui3 she4 shi1 sp1 yi2 qi3 dong4 sil|sil 目 前 sp1 第 一 二 三 八 水 厂 的 应 急 取 水 设 施 sp1 已 启 动 sil|27 14 35 4 25 22 18 31 19 20 20 16 16 11 14 15 17 22 4 12 22 23 28|0.0|5.055 +006948|sil ru2 jin1 sp1 ge2 qi3 yi4 cheng2 le5 yi4 jia1 xiao3 zhuang1 shi4 gong1 si1 de5 lao2 ban3 sp1 xiao2 you3 bao2 cai2 sil|sil 如 今 sp1 葛 启 义 成 了 一 家 小 装 饰 公 司 的 老 板 sp1 小 有 薄 财 sil|32 16 28 6 17 21 21 17 8 11 18 19 16 14 14 11 7 19 26 9 20 17 17 36 30|0.0|5.22 +006949|sil zheng4 fu3 fa1 tong1 zhi1 cui1 kuan3 sp1 bu4 jiao1 qian2 ting2 ban4 yi2 qie4 jian4 she4 shou3 xu4 sp1 zhe4 qi2 zhong1 sp1 dao4 di3 wei4 he2 sil|sil 政 府 发 通 知 催 款 sp1 不 交 钱 停 办 一 切 建 设 手 续 sp1 这 其 中 sp1 到 底 为 何 sil|28 20 20 16 18 14 20 25 15 12 15 29 20 14 12 18 15 12 16 23 21 13 17 23 4 17 15 15 30 28|0.0|6.325 +006950|sil cheng2 dan1 bian1 zuan3 ren4 wu5 de5 shi4 xie4 chen2 sheng1 sp1 wu2 jing4 an1 sp1 cheng2 tian1 fu4 sil|sil 承 担 编 纂 任 务 的 是 谢 辰 生 sp1 吴 静 安 sp1 程 天 赋 sil|26 23 22 15 17 17 14 19 20 16 20 27 6 13 15 26 4 21 17 23 28|0.0|4.515 +006951|sil yan2 zhong4 shi2 ke3 yin2 qi3 xun2 huan2 shuai1 jie2 he2 re4 jing4 luan2 deng3 sil|sil 严 重 时 可 引 起 循 环 衰 竭 和 热 痉 挛 等 sil|25 19 17 27 16 19 22 21 17 20 23 16 17 19 22 24 28|0.0|4.085 +006952|sil xiao4 zhang3 zhang1 yao2 xue2 xiao4 cheng1 sp1 zi4 ji3 wang4 dai4 gao3 zi5 le5 sp1 zhi3 shi4 xiang3 shuo1 shuo1 xin1 li3 hua4 sil|sil 校 长 张 尧 学 笑 称 sp1 自 己 忘 带 稿 子 了 sp1 只 是 想 说 说 心 里 话 sil|31 21 23 14 16 21 20 27 4 18 13 16 13 18 13 16 26 11 14 22 14 14 17 16 28 27|0.0|5.495 +006953|sil gu3 ling2 yue4 chao1 qian2 de5 hai2 zi5 sp1 cheng2 nian2 hou4 shen1 gao1 jiu4 yue4 ai2 xiao3 sil|sil 骨 龄 越 超 前 的 孩 子 sp1 成 年 后 身 高 就 越 矮 小 sil|26 17 20 15 20 17 8 20 19 13 18 17 19 18 16 14 11 20 30 27|0.0|4.235 +006954|sil bei3 jing1 ge4 bie2 jian1 ce4 dian3 sp1 xi1 hong2 shi4 qie2 zi5 sp1 tu3 dou4 yang2 cong1 sp1 yin1 xia4 xue3 yuan2 yin1 duan4 huo4 sil|sil 北 京 个 别 监 测 点 sp1 西 红 柿 茄 子 sp1 土 豆 洋 葱 sp1 因 下 雪 原 因 断 货 sil|28 16 22 16 12 17 16 23 12 16 16 24 30 20 4 24 21 22 27 16 17 19 15 11 18 20 30 26|0.0|6.245 +006955|sil shi4 wei1 zhe3 ye2 zu3 se4 le5 ke1 jia1 bang1 ba1 sp1 ao4 lu3 luo2 ji2 bo1 tuo1 xi1 deng3 cheng2 shi4 de5 jie1 dao4 sil|sil 示 威 者 也 阻 塞 了 柯 加 邦 巴 sp1 奥 鲁 罗 及 波 托 西 等 城 市 的 街 道 sil|29 18 17 26 14 15 19 14 17 15 17 23 8 12 15 24 23 13 17 16 16 17 12 9 18 24 29|0.0|5.535 +006956|sil da4 shu1 shuo1 sp1 mei2 you3 sp1 wo3 shuo1 sp1 na4 gan2 jin2 mai3 a5 sp1 wo3 dou1 zhao3 le5 san1 ge4 ren2 cai2 qiang3 dao4 piao4 sil|sil 大 叔 说 sp1 没 有 sp1 我 说 sp1 那 赶 紧 买 啊 sp1 我 都 找 了 三 个 人 才 抢 到 票 sil|26 17 15 26 13 14 30 18 10 25 13 13 16 15 16 24 26 9 12 15 10 21 10 14 14 16 13 31 29|0.0|5.935 +006957|sil jie1 tou2 an1 quan2 tao4 shou4 mai4 ji1 cheng2 kong1 bai3 she4 sil|sil 街 头 安 全 套 售 卖 机 成 空 摆 设 sil|25 19 23 15 16 16 12 17 20 21 20 18 24 29|0.0|3.19 +006958|sil qian2 ren2 hao2 dui4 ci2 han3 yuan1 sp1 fou3 ren4 dang1 shi2 you3 xing4 sao1 rao2 nv3 lin2 yan3 sp1 qiang2 diao4 zhi3 shi4 wu4 hui4 sil|sil 钱 人 豪 对 此 喊 冤 sp1 否 认 当 时 有 性 骚 扰 女 临 演 sp1 强 调 只 是 误 会 sil|29 19 16 24 14 13 17 29 20 21 22 17 16 14 16 15 14 14 19 25 8 25 19 13 14 22 23 29|0.0|6.12 +006959|sil you3 po4 li4 sp1 ye2 hen3 du2 duan4 sp1 rong2 yi4 de2 zui4 ren2 sil|sil 有 魄 力 sp1 也 很 独 断 sp1 容 易 得 罪 人 sil|29 15 24 20 4 15 17 16 25 8 17 14 13 17 27 26|0.0|3.335 +006960|sil ta1 de5 di4 di5 de2 le5 qiang2 zhi2 xing4 ji2 sui3 yan2 sil|sil 他 的 弟 弟 得 了 强 直 性 脊 髓 炎 sil|27 17 11 19 19 14 16 25 14 17 14 21 27 27|0.0|3.115 +006961|sil you2 yu2 qian2 wang3 wen4 chuan1 de5 dao4 lu4 sp1 bei4 hua2 po1 de5 shan1 ti2 zu3 duan4 sp1 che1 dui4 sp1 bei4 zu3 yu2 zi3 ping2 pu4 sil|sil 由 于 前 往 汶 川 的 道 路 sp1 被 滑 坡 的 山 体 阻 断 sp1 车 队 sp1 被 阻 于 紫 坪 铺 sil|30 16 18 22 18 16 16 8 21 23 3 16 21 15 11 17 15 17 26 20 19 20 4 15 17 15 16 20 28 25|0.0|6.135 +006962|sil fou2 zhe3 sp1 shui4 wu4 ji1 guan1 ke2 yi3 tong1 zhi1 chu1 jing4 guan2 li3 ji1 guan1 zu2 zhi3 qi2 chu1 jing4 sil|sil 否 者 sp1 税 务 机 关 可 以 通 知 出 境 管 理 机 关 阻 止 其 出 境 sil|27 28 28 14 17 13 15 24 14 9 20 15 19 15 14 14 15 20 20 14 15 17 22 32|0.0|5.115 +006963|sil zheng4 fu3 bu4 men2 de5 guan1 yuan2 fu4 ze2 ren2 yao4 dai4 tou2 lian2 jie2 zi4 lv4 sp1 yan2 ge2 yao1 qiu2 pei4 ou3 zi2 nv3 sil|sil 政 府 部 门 的 官 员 负 责 人 要 带 头 廉 洁 自 律 sp1 严 格 要 求 配 偶 子 女 sil|29 19 15 10 14 9 18 24 16 12 27 20 17 19 17 14 11 24 20 19 12 16 17 22 20 21 35 26|0.0|6.07 +006964|sil ri4 ben3 shang1 jie4 ju4 bo4 song1 xia4 xing4 zhi1 zhu4 xian1 sheng5 sp1 fa1 ming2 le5 yi4 zhong3 jing1 dian3 ma4 shu4 sil|sil 日 本 商 界 巨 擘 松 下 幸 之 助 先 生 sp1 发 明 了 一 种 经 典 骂 术 sil|28 16 14 17 14 17 23 22 20 18 11 16 20 19 15 14 15 8 14 19 20 15 20 26 29|0.0|5.22 +006965|sil fan4 dian4 lao2 ban3 quan4 shuo1 wu2 guo3 hou4 sp1 shuang1 fang1 jiao4 lai2 bang1 shou3 hu4 ou1 sil|sil 饭 店 老 板 劝 说 无 果 后 sp1 双 方 叫 来 帮 手 互 殴 sil|29 19 10 20 19 16 15 15 18 24 13 21 19 11 14 18 18 20 25 29|0.0|4.325 +006966|sil bao3 hu4 hao2 wu3 yi2 qing1 shan1 lv4 shui3 sp1 cai2 you3 mei2 hao3 xing4 fu2 de5 wei4 lai2 sil|sil 保 护 好 武 夷 青 山 绿 水 sp1 才 有 美 好 幸 福 的 未 来 sil|25 15 19 18 15 19 17 17 13 26 12 21 9 17 19 18 11 11 14 29 30|0.0|4.35 +006967|sil ji4 zhe3 gu2 qi2 yong3 qi4 sp1 zhan4 dao4 le5 xuan4 feng1 dui4 mian4 liang2 mi3 kai1 wai4 sil|sil 记 者 鼓 起 勇 气 sp1 站 到 了 旋 风 对 面 两 米 开 外 sil|26 18 20 14 16 15 24 15 19 16 10 22 20 13 18 26 15 19 26 29|0.0|4.42 +006968|sil jin1 tian1 li4 kong2 zi3 xiang4 sp1 yuan3 fei1 su4 xiang4 de5 yi4 yi4 sp1 geng4 zai4 yu2 li4 bei1 sil|sil 今 天 立 孔 子 像 sp1 远 非 塑 像 的 意 义 sp1 更 在 于 立 碑 sil|27 22 21 16 21 13 29 6 17 17 18 18 9 17 22 17 17 15 12 18 27 28|0.0|4.73 +006969|sil wo3 jue2 de5 shi2 san1 chai1 zen3 me5 zhe1 sp1 ye3 neng2 qu4 tang4 ao4 si1 ka3 ba5 sp1 dei3 lian4 lian5 sil|sil 我 觉 得 十 三 钗 怎 么 着 sp1 也 能 去 趟 奥 斯 卡 吧 sp1 得 练 练 sil|31 12 14 16 15 17 30 16 10 21 5 11 16 15 16 15 12 22 20 9 12 24 25 30|0.0|4.81 +006970|sil yi1 lang3 fa1 zhan3 dan4 dao4 dao3 dan4 sp1 yu3 yi1 lang3 dui4 guo2 ji4 she4 hui4 de5 yi4 wu4 bei4 dao4 er2 chi2 sp1 yue1 han4 de2 luo2 shuo1 sil|sil 伊 朗 发 展 弹 道 导 弹 sp1 与 伊 朗 对 国 际 社 会 的 义 务 背 道 而 驰 sp1 约 翰 德 罗 说 sil|30 12 23 18 21 15 13 15 22 12 15 15 24 18 13 13 15 12 9 16 19 13 9 19 29 25 10 19 12 16 27 29|0.0|6.475 +006971|sil hao3 zai4 sp1 ge1 ge5 sao3 sao5 dui4 ta1 dou1 bu2 cuo4 sp1 liang3 ge4 jie3 jie5 sp1 ye2 gei3 le5 ta1 hen3 duo1 jie1 ji4 sil|sil 好 在 sp1 哥 哥 嫂 嫂 对 他 都 不 错 sp1 两 个 姐 姐 sp1 也 给 了 他 很 多 接 济 sil|28 22 25 6 13 12 18 18 12 16 15 12 26 22 16 11 18 21 9 9 10 11 18 17 14 20 26 26|0.0|5.47 +006972|sil hai2 zi5 dang1 shi2 jiu4 qiang4 nai3 le5 chuan3 bu2 shang4 qi4 lai2 sil|sil 孩 子 当 时 就 呛 奶 了 喘 不 上 气 来 sil|27 20 17 16 13 12 20 16 21 21 8 17 19 30 26|0.0|3.29 +006973|sil ru2 jin1 sp1 xiao3 yuanr4 r yi3 jing1 shi2 sui4 le5 sp1 cong1 ming2 ling2 li4 sp1 xi3 huan1 chang4 ge1 hua4 hua4 sil|sil 如 今 sp1 小 院 儿 已 经 十 岁 了 sp1 聪 明 伶 俐 sp1 喜 欢 唱 歌 画 画 sil|27 16 24 3 28 21 0 13 14 20 21 17 12 18 16 17 19 4 17 19 21 14 17 26 29|0.0|5.025 +006974|sil shi2 pin3 an1 quan2 biao1 zhun3 sp1 bao3 zheng4 an1 quan2 shi4 di3 xian4 sil|sil 食 品 安 全 标 准 sp1 保 证 安 全 是 底 线 sil|28 20 14 13 17 18 26 12 15 12 17 20 15 15 30 30|0.0|3.505 +006975|sil nan2 you3 shang4 ce4 suo3 de5 shi2 hou4 wu2 liao2 sp1 fan1 kan4 wei1 bo2 jiu4 da3 suan4 shi4 shi5 sil|sil 男 友 上 厕 所 的 时 候 无 聊 sp1 翻 看 微 博 就 打 算 试 试 sil|29 17 18 16 15 13 8 12 12 13 29 8 18 14 18 23 15 14 16 20 21 27|0.0|4.365 +006976|sil hao2 xiang3 gan2 jin2 zhang3 da4 cheng2 ren2 le5 sp1 hao3 he2 ni3 huan1 xin1 tan4 tao3 yi2 xia4 xia4 sil|sil 好 想 赶 紧 长 大 成 人 了 sp1 好 和 你 欢 心 探 讨 一 下 下 sil|29 17 26 20 18 16 12 17 17 16 20 14 16 20 19 17 20 18 10 17 25 27|0.0|4.77 +006977|sil dai4 dao4 jiu2 dian3 sp1 si4 ge5 ren2 gai1 shuo1 de5 hua4 dou1 shuo1 wan2 le5 sp1 hun1 ran2 yu4 shui4 sil|sil 待 到 九 点 sp1 四 个 人 该 说 的 话 都 说 完 了 sp1 昏 然 欲 睡 sil|23 18 14 18 25 14 16 14 18 14 14 8 22 13 20 17 15 9 18 16 15 28 25|0.0|4.58 +006978|sil zhe4 ge4 zhen3 kuang4 shan1 sp1 lin2 chang2 jiang1 de5 huang2 shi2 sp1 dang1 shi2 lian2 ma3 lu4 ye3 mei2 you3 sil|sil 这 个 枕 矿 山 sp1 临 长 江 的 黄 石 sp1 当 时 连 马 路 也 没 有 sil|27 15 12 17 20 26 11 19 21 13 8 21 26 20 16 23 18 18 20 11 20 24 30|0.0|5.06 +006979|sil wo3 de5 xing4 ge2 bi3 jiao4 shuang3 zhi2 sp1 liao4 bo1 he2 wo3 bu4 yi2 yang4 sp1 ta1 bi3 jiao4 nei4 xiang4 sil|sil 我 的 性 格 比 较 爽 直 sp1 廖 波 和 我 不 一 样 sp1 他 比 较 内 向 sil|29 11 10 20 16 12 15 23 25 17 20 17 15 13 13 13 22 11 16 10 13 21 27 31|0.0|4.875 +006980|sil wo3 dou1 bu4 zhi1 dao4 qi2 ta1 ren2 you3 duo1 shao3 sp1 ke3 neng2 shi4 qi2 ta1 fang2 you3 piao4 ne5 sil|sil 我 都 不 知 道 其 它 人 有 多 少 sp1 可 能 是 其 它 房 有 票 呢 sil|28 13 14 11 10 18 15 16 13 13 15 24 15 13 16 20 18 17 16 15 23 23 28|0.0|4.575 +006981|sil wo3 xiang1 xin4 sp1 kan4 dao4 ni3 de5 ming2 zi5 di4 yi1 yan3 sp1 wo3 jiu4 hui4 ai4 shang4 zhei4 ge5 ming2 zi5 sil|sil 我 相 信 sp1 看 到 你 的 名 字 第 一 眼 sp1 我 就 会 爱 上 这 个 名 字 sil|28 12 17 23 6 19 12 12 6 20 16 12 20 23 10 11 14 15 16 16 9 7 22 20 28|0.0|4.58 +006982|sil xin1 chun1 qi1 jian1 sp1 bu4 shao3 dian4 pu4 xiu1 ye4 sp1 que4 cheng2 wei2 zei2 ren2 de5 zuo4 an4 mu4 biao1 sil|sil 新 春 期 间 sp1 不 少 店 铺 休 业 sp1 却 成 为 贼 人 的 作 案 目 标 sil|28 19 17 16 23 6 12 15 18 11 21 20 15 17 16 16 22 14 11 15 13 15 30 28|0.0|4.85 +006983|sil qi2 yu2 de5 shi2 si4 dian2 wu3 ba1 qi1 wu3 dun1 wen4 ti2 nai2 fen3 yi3 bei4 dang1 di4 xiao1 hui3 sil|sil 其 余 的 十 四 点 五 八 七 五 吨 问 题 奶 粉 已 被 当 地 销 毁 sil|26 26 15 18 17 14 17 19 18 20 12 16 14 12 19 32 13 13 17 11 22 31 29|0.0|5.005 +006984|sil ran2 ze2 jing1 xiao1 shang1 ye3 bu2 shi4 mei2 you3 xia2 ci1 sil|sil 然 则 经 销 商 也 不 是 没 有 瑕 疵 sil|29 18 27 18 16 23 15 11 11 14 14 20 28 26|0.0|3.14 +006985|sil you2 yu2 dang1 shi2 che1 nei4 ren2 shu4 jiao4 duo1 sp1 liang3 wei4 po2 po5 bei4 ren2 qun2 ji3 de5 dong4 tan5 bu4 de2 sil|sil 由 于 当 时 车 内 人 数 较 多 sp1 两 位 婆 婆 被 人 群 挤 得 动 弹 不 得 sil|29 14 10 17 20 15 14 13 14 19 21 15 14 14 19 25 12 18 17 13 12 19 18 12 27 27|0.0|5.205 +006986|sil wo3 zheng4 zai4 jian3 fei2 ne5 sil|sil 我 正 在 减 肥 呢 sil|28 12 16 14 18 18 27 25|0.0|1.84 +006987|sil wu3 yi1 jia4 qi1 jiang1 zeng1 kai1 shi2 si4 dui4 zhi2 tong1 ke4 che1 sil|sil 五 一 假 期 将 增 开 十 四 对 直 通 客 车 sil|28 10 15 21 28 20 17 23 18 20 17 16 16 16 25 30|0.0|3.715 +006988|sil wo3 shou1 dao4 zhi3 ling4 sp1 zhe4 jiu4 hui2 qu4 nu3 li4 zuan1 yan2 sp1 ni3 deng2 wo3 de5 hao3 xiao1 xi5 sil|sil 我 收 到 指 令 sp1 这 就 回 去 努 力 钻 研 sp1 你 等 我 的 好 消 息 sil|28 11 15 13 15 25 9 18 13 15 10 14 12 19 26 12 12 15 10 8 17 19 21 28|0.0|4.465 +006989|sil zhe4 yang4 jiu4 ying1 gai1 qiang2 chai1 gong1 min2 de5 fang2 wu1 ma5 sil|sil 这 样 就 应 该 强 拆 公 民 的 房 屋 吗 sil|26 17 20 12 14 14 22 18 13 13 8 20 16 27 28|0.0|3.115 +006990|sil gui4 tai2 shang4 you3 zhao1 pai2 sp1 zhuang1 yi1 fu5 de5 su4 liao4 dai4 you3 zi4 yang4 sil|sil 柜 台 上 有 招 牌 sp1 装 衣 服 的 塑 料 袋 有 字 样 sil|25 17 18 18 16 17 28 9 18 11 12 8 11 15 21 13 19 27 26|0.0|3.82 +006991|sil you3 ren2 fa1 xian4 sp1 zhe4 ji2 sang3 zi5 hou3 de5 sp1 man3 shi4 he2 nan2 weir4 r sil|sil 有 人 发 现 sp1 这 几 嗓 子 吼 得 sp1 满 是 河 南 味 儿 sil|28 11 15 17 25 18 17 13 21 15 25 15 6 19 14 18 18 23 0 28|0.0|4.015 +006992|sil qi2 dong4 zuo4 de5 shi2 zhi4 shi4 qu2 dao4 li4 run4 bao3 hu4 wen4 ti2 sil|sil 其 动 作 的 实 质 是 渠 道 利 润 保 护 问 题 sil|26 21 17 11 9 21 22 22 19 15 11 17 17 20 14 26 28|0.0|3.665 +006993|sil ren2 ren2 wang3 sp1 ba3 zhe4 jian4 shi4 na4 ru4 kai1 xue2 qiu3 shi4 zhi1 yi1 sil|sil 人 人 网 sp1 把 这 件 事 纳 入 开 学 糗 事 之 一 sil|28 18 17 27 4 14 12 16 24 15 12 18 14 21 17 17 23 29|0.0|3.78 +006994|sil ni3 yao4 yi3 ying4 dui4 ying4 sp1 zuan4 shi2 shi4 neng2 da3 dong4 ta1 de5 xin1 de5 sil|sil 你 要 以 硬 对 硬 sp1 钻 石 是 能 打 动 她 的 心 的 sil|30 12 21 20 16 15 24 17 23 22 12 16 16 14 15 8 23 20 26|0.0|4.065 +006995|sil suo2 yi2 yi3 hou4 da3 che1 shi2 sp1 da4 jia1 hai2 yao4 kan4 kan5 che1 ding3 yo5 sil|sil 所 以 以 后 打 车 时 sp1 大 家 还 要 看 看 车 顶 哟 sil|29 18 20 14 14 16 17 24 18 12 12 14 11 19 14 18 19 26 28|0.0|3.98 +006996|sil nan2 ren2 zhuang1 sp1 si4 hu1 wan2 de5 jiu4 shi4 shi2 shang4 xin1 xian1 se4 sil|sil 男 人 装 sp1 似 乎 玩 的 就 是 时 尚 新 鲜 色 sil|29 14 16 23 6 17 23 14 8 13 13 23 26 21 23 35 28|0.0|3.855 +006997|sil jiao4 wo3 sa1 huang3 sp1 wo3 xin1 li3 bu4 shu1 fu5 sp1 bu4 ru2 zhao4 shi2 shuo1 sil|sil 叫 我 撒 谎 sp1 我 心 里 不 舒 服 sp1 不 如 照 实 说 sil|24 17 13 20 31 6 13 15 11 14 22 22 4 12 16 19 18 29 25|0.0|3.84 +006998|sil lai2 gang3 sheng1 zi3 sp1 shi4 wei4 le5 gei3 chao1 sheng1 de5 bao3 bao5 piao3 bai2 sil|sil 来 港 生 子 sp1 是 为 了 给 超 生 的 宝 宝 漂 白 sil|29 17 19 19 27 3 15 14 10 15 23 16 8 19 14 23 31 26|0.0|3.81 +006999|sil e4 fa3 yi4 fa3 sp1 e4 fa3 fei1 fa3 sp1 shi4 fa3 lv4 shang4 de5 liang2 zhong3 jian4 jie3 sp1 zhi4 jin1 wu2 ding4 lun4 sil|sil 恶 法 亦 法 sp1 恶 法 非 法 sp1 是 法 律 上 的 两 种 见 解 sp1 至 今 无 定 论 sil|32 15 18 16 30 7 16 15 20 28 14 15 16 13 21 9 21 13 18 22 16 17 26 15 16 29 28|0.0|5.87 +007000|sil gai1 di4 kuai4 chu1 rang4 mian4 ji1 sp1 ba1 qian1 ling2 wu3 shi2 ba1 ping2 sp1 rong2 ji1 lv4 er4 dian2 wu3 sil|sil 该 地 块 出 让 面 积 sp1 八 千 零 五 十 八 平 sp1 容 积 率 二 点 五 sil|26 18 14 20 14 15 17 21 9 15 19 17 14 13 17 32 17 19 14 25 15 15 28 32|0.0|5.175 +007001|sil yi1 teng2 rang2 yi1 shi2 fen1 kan4 hao3 mo4 lin2 dui4 yi2 dong4 shi4 chang3 de5 pan4 duan4 sil|sil 伊 藤 穰 一 十 分 看 好 莫 林 对 移 动 市 场 的 判 断 sil|27 16 18 18 23 16 15 19 25 26 22 14 16 15 13 18 6 23 29 30|0.0|4.515 +007002|sil nu2 er3 cheng1 sp1 da4 lou2 nei4 chu3 cun2 you3 sp1 ba1 sha1 er3 zheng4 fu2 shi3 yong4 de5 wu3 qi4 sil|sil 努 尔 称 sp1 大 楼 内 储 存 有 sp1 巴 沙 尔 政 府 使 用 的 武 器 sil|30 12 16 30 18 16 15 18 18 20 21 5 16 17 11 19 15 16 13 8 18 32 29|0.0|4.795 +007003|sil lv3 yan4 zhi2 sp1 yi1 ba1 jiu3 si4 nian2 qi1 yue4 er4 shi2 ba1 ri4 sp1 chu1 sheng1 yu2 tian1 jin1 sil|sil 吕 彦 直 sp1 一 八 九 四 年 七 月 二 十 八 日 sp1 出 生 于 天 津 sil|29 16 18 26 4 10 15 14 14 24 18 10 10 14 18 21 4 17 16 14 20 26 26|0.0|4.46 +007004|sil yi4 ting1 zhe4 hua4 sp1 li3 fu4 niu1 sp1 dun4 shi2 huang1 le5 shen2 sp1 gan2 jin2 wang3 hui2 pao3 sil|sil 一 听 这 话 sp1 李 富 妞 sp1 顿 时 慌 了 神 sp1 赶 紧 往 回 跑 sil|31 11 21 19 29 14 13 14 23 3 15 15 16 11 28 11 21 14 16 16 32 31|0.0|4.69 +007005|sil pei2 yang3 bie2 ren2 de5 yi1 kao4 he2 lan3 duo4 sp1 ke3 bu2 shi4 wo3 men5 de5 ze2 ren4 sil|sil 培 养 别 人 的 依 靠 和 懒 惰 sp1 可 不 是 我 们 的 责 任 sil|28 20 18 11 20 14 15 21 11 22 22 8 20 12 15 13 12 12 17 23 26|0.0|4.175 +007006|sil yi4 kou3 lao2 xie3 gang1 dao4 sang3 zi5 yanr3 r sp1 dang1 ma1 de5 xun4 su4 bu3 le5 yi4 dao1 sil|sil 一 口 老 血 刚 到 嗓 子 眼 儿 sp1 当 妈 的 迅 速 补 了 一 刀 sil|29 12 16 23 27 19 13 18 9 28 0 28 17 24 20 23 16 13 13 16 26 28|0.0|4.855 +007007|sil ni3 bu4 li2 wo3 de5 shi2 hou4 sp1 wo2 gan3 jue2 zi4 ji3 dou1 bei4 yu3 jiao1 tou4 le5 sil|sil 你 不 理 我 的 时 候 sp1 我 感 觉 自 己 都 被 雨 浇 透 了 sil|29 14 12 15 15 10 16 19 18 11 18 23 15 9 13 13 16 19 25 22 28|0.0|4.175 +007008|sil wang2 you3 wei4 ta1 da3 zao4 le5 shi2 duo1 kuan3 zao4 xing2 sp1 ge4 ge5 xu2 xu3 ru2 sheng1 sil|sil 网 友 为 它 打 造 了 十 多 款 造 型 sp1 各 个 栩 栩 如 生 sil|30 20 16 15 15 17 15 13 19 12 19 16 31 10 20 17 16 17 15 33 27|0.0|4.565 +007009|sil yu2 shi4 sp1 ta1 men5 xiang4 xiang1 zheng4 fu3 ti2 chu1 sp1 xiang3 yi4 wu4 shan4 yang3 xiang1 li3 de5 yi4 xie1 gu1 gua2 lao3 ren2 sil|sil 于 是 sp1 他 们 向 乡 政 府 提 出 sp1 想 义 务 赡 养 乡 里 的 一 些 孤 寡 老 人 sil|28 13 27 10 14 11 19 19 15 14 17 26 22 26 15 10 21 18 19 13 9 10 18 13 15 18 29 29|0.0|5.78 +007010|sil ta1 zhao3 lai2 liang3 gen1 heng2 fu2 sp1 ning2 qi3 hou4 dui4 jie1 sp1 da3 suan4 zuo4 wei2 sheng2 zi5 sp1 gua4 dao4 chuang1 wai4 pa2 xia4 qu4 sil|sil 他 找 来 两 根 横 幅 sp1 拧 起 后 对 接 sp1 打 算 作 为 绳 子 sp1 挂 到 窗 外 爬 下 去 sil|27 19 15 10 21 13 21 28 8 18 15 13 15 25 30 16 22 13 13 26 16 5 17 12 20 14 22 20 26 26|0.0|6.34 +007011|sil wo3 cai2 bu2 yao4 xue2 huai4 ne5 sil|sil 我 才 不 要 学 坏 呢 sil|27 13 19 12 13 19 22 27 25|0.0|2.06 +007012|sil ke2 ni3 men5 zhe4 xie1 ming2 ming2 zhi1 dao4 shi2 qing2 de5 ren2 sp1 zen2 ke3 ru2 ci2 hen3 xin1 sil|sil 可 你 们 这 些 明 明 知 道 实 情 的 人 sp1 怎 可 如 此 狠 心 sil|27 17 11 13 14 21 21 17 11 14 16 17 7 25 4 19 19 17 16 19 30 29|0.0|4.46 +007013|sil xiang1 xin4 ni2 ye3 ru2 ci3 sp1 you3 xie1 shi4 sp1 you3 xie1 ren2 jiu4 shi4 zha2 yan3 jian1 zhuan3 wei2 huai2 nian4 sil|sil 相 信 你 也 如 此 sp1 有 些 事 sp1 有 些 人 就 是 眨 眼 间 转 为 怀 念 sil|30 23 24 12 16 15 30 24 16 15 25 7 14 18 27 15 13 19 18 24 18 14 20 29 26|0.0|5.71 +007014|sil xian4 zai4 sp1 fu2 di4 mo2 zhe4 ge5 da4 ma2 fan5 jie3 jue2 le5 sp1 wo2 ye3 ao2 cheng2 le5 sheng4 nan2 sil|sil 现 在 sp1 伏 地 魔 这 个 大 麻 烦 解 决 了 sp1 我 也 熬 成 了 剩 男 sil|28 23 25 15 20 12 20 12 10 15 18 16 16 20 18 23 14 12 18 16 10 18 33 27|0.0|5.095 +007015|sil jiang4 xue3 gei3 dang1 di4 ju1 min2 chu1 xing2 he2 nong2 mu4 ye4 sheng1 chan3 zao4 cheng2 yi2 ding4 ying2 xiang3 sil|sil 降 雪 给 当 地 居 民 出 行 和 农 牧 业 生 产 造 成 一 定 影 响 sil|27 25 35 20 14 12 13 17 19 29 17 17 13 15 20 28 21 14 13 14 18 34 32|0.0|5.425 +007016|sil er2 ren2 min2 ri4 bao4 ze2 biao3 shi4 sp1 fang2 di4 chan3 li4 run4 sp1 lai2 de5 tai4 rong2 yi4 sil|sil 而 人 民 日 报 则 表 示 sp1 房 地 产 利 润 sp1 来 得 太 容 易 sil|29 18 14 12 15 16 13 18 25 20 18 12 19 14 21 5 19 8 21 20 23 29|0.0|4.515 +007017|sil qian2 cheng4 gao4 su4 song4 hui1 sp1 bie2 wen4 le5 sp1 dang1 nian2 ta1 ken3 ding4 shi4 lao3 da4 sil|sil 钱 称 告 诉 宋 辉 sp1 别 问 了 sp1 当 年 他 肯 定 是 老 大 sil|28 29 28 14 12 20 26 18 20 19 19 19 17 24 18 19 14 12 18 25 29|0.0|4.971 +007018|sil jie1 shou1 juan1 wu4 jia4 zhi2 sp1 liang3 qian1 er4 bai3 si4 shi2 wu2 dian3 liu4 liu4 ba1 wu3 wan4 yuan2 sil|sil 接 收 捐 物 价 值 sp1 两 千 二 百 四 十 五 点 六 六 八 五 万 元 sil|26 19 23 15 13 19 28 15 22 15 20 20 15 14 14 32 20 21 18 12 18 32 26|0.0|5.305 +007019|sil wang1 feng1 xiong2 jiu4 shi4 zhe4 yang4 wang4 wo3 de5 gong1 zuo4 zhe5 sp1 zhi2 zhi4 lei4 dao3 zai4 gong1 zuo4 gang3 wei4 shang4 sil|sil 汪 风 雄 就 是 这 样 忘 我 地 工 作 着 sp1 直 至 累 倒 在 工 作 岗 位 上 sil|28 15 19 30 18 14 14 21 16 16 11 18 17 23 24 15 17 19 16 15 17 14 16 19 29 28|0.0|5.68 +007020|sil ta1 men5 shuo1 sp1 juan1 zeng4 zhe3 da4 duo1 wei2 nv3 xing4 sil|sil 他 们 说 sp1 捐 赠 者 大 多 为 女 性 sil|27 17 12 30 10 20 19 23 16 13 12 21 31 29|0.0|3.245 +007021|sil you3 shen2 me5 zheng4 ju4 sp1 neng2 gou4 zheng4 ming2 li3 wan4 jun1 sp1 you3 fei1 fa3 zhan4 you3 de5 mu4 di4 ne5 sil|sil 有 什 么 证 据 sp1 能 够 证 明 李 万 均 sp1 有 非 法 占 有 的 目 的 呢 sil|29 16 14 10 22 21 12 15 12 16 23 16 19 24 6 19 19 19 15 14 7 19 14 25 29|0.0|5.05 +007022|sil zhe4 shi4 yi2 ge4 tong2 yang4 jue2 jiang4 de5 qiu1 ju2 sil|sil 这 是 一 个 同 样 倔 强 的 秋 菊 sil|28 16 12 14 20 22 18 16 15 8 21 30 28|0.0|2.88 +007023|sil yin1 ci3 sp1 ni3 yao4 xiang3 xue2 hui4 yi2 yang4 dong1 xi5 sp1 xun2 yi2 wei4 liang2 shi1 shi4 zui4 hao3 de5 ban4 fa3 sil|sil 因 此 sp1 你 要 想 学 会 一 样 东 西 sp1 寻 一 位 良 师 是 最 好 的 办 法 sil|27 17 32 16 10 15 16 14 13 10 17 18 25 19 19 13 12 23 26 21 16 15 10 19 30 30|0.0|5.605 +007024|sil ci3 qian2 sp1 ta1 yin1 tu2 shou3 pan1 pa2 shang4 dou3 feng1 cheng2 qiang2 ju4 xing2 yan1 cong1 deng3 zhao4 pian4 sp1 zai4 wang3 shang4 zou3 hong2 sil|sil 此 前 sp1 他 因 徒 手 攀 爬 上 陡 峰 城 墙 巨 型 烟 囱 等 照 片 sp1 在 网 上 走 红 sil|24 21 33 8 21 22 18 17 21 24 28 20 32 25 34 20 19 16 20 13 17 28 16 21 14 16 15 35 26|0.0|7.25 +007025|sil ni3 zhi1 dao4 gui3 wu1 zai4 na2 li3 ba5 sil|sil 你 知 道 鬼 屋 在 哪 里 吧 sil|26 16 14 17 19 16 13 17 14 28 26|0.0|2.39 +007026|sil xian4 zai4 de5 xin1 jia1 po1 nei4 ge2 zi1 zheng4 li3 guang1 yao4 sp1 jiu4 shi4 li2 xian3 long2 de5 fu4 qin5 sp1 yan4 qing3 wen1 zong2 li3 sil|sil 现 在 的 新 加 坡 内 阁 资 政 李 光 耀 sp1 就 是 李 显 龙 的 父 亲 sp1 宴 请 温 总 理 sil|30 26 18 12 15 14 19 20 22 19 22 17 18 23 15 16 21 18 17 15 8 20 27 17 19 20 18 16 26 28|0.0|6.69 +007027|sil ta1 shuo1 qian2 qi1 mei2 shou1 dao4 yi4 ren2 sp1 shi4 yin1 wei4 tian1 qi4 yuan2 yin1 sp1 chui1 da4 feng1 sp1 ba3 gan1 gan1 chui1 dao3 le5 sil|sil 他 说 前 期 没 收 到 薏 仁 sp1 是 因 为 天 气 原 因 sp1 吹 大 风 sp1 把 杆 杆 吹 倒 了 sil|27 20 30 24 13 18 16 15 12 26 3 18 11 13 19 16 15 26 37 19 16 24 7 17 18 15 20 18 22 30|0.0|6.56 +007028|sil jiu3 san1 san1 lu4 gong1 jiao1 che1 sp1 ye3 hui1 fu4 le5 zheng4 chang2 ying2 yun4 sil|sil 九 三 三 路 公 交 车 sp1 也 恢 复 了 正 常 营 运 sil|29 21 18 15 15 17 16 28 3 19 18 15 12 16 18 17 28 27|0.0|3.85 +007029|sil shi4 bu2 shi4 zhen1 ai4 ya5 sp1 yao4 dui4 ren2 jia1 fu4 ze2 ren4 yo5 sil|sil 是 不 是 真 爱 呀 sp1 要 对 人 家 负 责 任 哟 sil|28 20 10 15 17 20 24 12 15 9 18 17 16 15 19 29 30|0.0|3.64 +007030|sil xuan2 ju3 guo4 cheng2 sp1 ye2 yin3 bao4 ji1 lie4 de5 zi1 yi4 zheng1 zhi4 sil|sil 选 举 过 程 sp1 也 引 爆 激 烈 的 訾 议 争 质 sil|30 23 15 17 29 7 12 19 15 15 15 10 21 25 22 24 29|0.0|3.808 +007031|sil ye4 zhu3 wang2 ning2 bo1 sp1 shi4 chen1 hua4 ji2 tuan2 dang2 wei3 shu1 ji4 sil|sil 业 主 王 宁 波 sp1 是 郴 化 集 团 党 委 书 记 sil|30 17 22 17 19 24 9 24 21 15 13 22 15 15 23 27 30|0.0|3.98 +007032|sil zhe4 bu2 shi4 ming2 xian3 de5 bu4 zun1 shou3 wai4 jiao1 xie2 yi4 ma5 sil|sil 这 不 是 明 显 地 不 遵 守 外 交 协 议 吗 sil|27 17 9 20 23 24 21 13 17 18 14 16 18 18 31 25|0.0|3.615 +007033|sil gei3 tuan2 dui4 ning2 jin3 fa1 tiao2 sp1 shi4 qiao2 bu4 si1 fu4 yu3 zi4 ji3 de5 ze2 ren4 sil|sil 给 团 队 拧 紧 发 条 sp1 是 乔 布 斯 赋 予 自 己 的 责 任 sil|27 16 20 18 19 18 18 31 5 17 19 11 20 20 14 14 12 10 18 24 28|0.0|4.405 +007034|sil ta1 xi3 huan5 shang4 wang3 sp1 re4 ai4 yi2 qie4 xin1 sheng1 shi4 wu4 sp1 he2 ai3 feng1 qu4 sil|sil 他 喜 欢 上 网 sp1 热 爱 一 切 新 生 事 物 sp1 和 蔼 风 趣 sil|26 19 15 14 21 26 21 15 17 16 19 17 16 19 21 11 19 17 19 28 29|0.0|4.7 +007035|sil bu4 jin3 ru2 ci3 sp1 wai4 zi1 yin2 hang2 dui4 bing4 gou4 de5 wei4 kou3 ye2 hen3 da4 sil|sil 不 仅 如 此 sp1 外 资 银 行 对 并 购 的 胃 口 也 很 大 sil|26 15 17 15 30 20 14 11 17 28 20 20 14 10 18 19 15 21 29 26|0.0|4.47 +007036|sil a1 li3 de5 hai2 zi5 sp1 bu4 zhi1 dao4 bei3 jing1 sp1 zhi3 neng2 ting1 dong3 shao2 xu3 han4 yu3 sil|sil 阿 里 的 孩 子 sp1 不 知 道 北 京 sp1 只 能 听 懂 少 许 汉 语 sil|28 15 16 8 26 18 8 14 10 15 15 29 10 14 15 18 15 19 14 21 25 26|0.0|4.4 +007037|sil ta1 de5 lin2 ju5 sp1 zai4 zhan4 chang3 shang4 bei4 da3 xia1 le5 yi4 zhi1 yan3 jing1 sil|sil 他 的 邻 居 sp1 在 战 场 上 被 打 瞎 了 一 只 眼 睛 sil|28 17 8 22 21 4 16 19 20 21 15 17 16 10 11 11 22 31 28|0.0|3.91 +007038|sil bu4 shao3 kai1 dian4 dong4 che1 de5 shi4 min2 sp1 you2 yu2 yu3 xia4 de5 tai4 da4 sp1 zhi3 neng2 zai4 qiao2 xia4 duo2 yu3 sil|sil 不 少 开 电 动 车 的 市 民 sp1 由 于 雨 下 得 太 大 sp1 只 能 在 桥 下 躲 雨 sil|30 17 25 22 17 15 15 8 17 29 9 15 21 16 19 8 22 24 20 13 17 13 20 19 16 26 27|0.0|5.81 +007039|sil dan4 an4 zhe4 ge5 shuo1 fa3 sp1 zhang1 yu2 qi3 li4 ke4 cong2 bei4 shuai3 fang1 sp1 bian4 cheng2 le5 pi1 tui3 fang1 sil|sil 但 按 这 个 说 法 sp1 张 雨 绮 立 刻 从 被 甩 方 sp1 变 成 了 劈 腿 方 sil|28 17 24 13 9 19 27 16 19 13 37 15 15 26 18 23 25 5 18 16 10 18 21 33 29|0.0|5.73 +007040|sil zhi2 you3 lv4 ying2 tuan2 jie2 bu2 yao4 bei4 fen1 hua4 sp1 cai2 you3 shi2 li4 jiu4 bian3 sp1 bian2 ye3 cai2 neng2 fang4 de5 chu1 lai5 sil|sil 只 有 绿 营 团 结 不 要 被 分 化 sp1 才 有 实 力 救 扁 sp1 扁 也 才 能 放 得 出 来 sil|29 14 14 17 17 22 24 11 15 14 21 28 19 16 14 17 15 18 34 28 20 15 18 22 20 7 16 27 27|0.0|6.495 +007041|sil zhe4 yang4 wei1 yan2 song3 ting1 qian1 qiang2 fu4 hui4 de5 guan1 dian3 fa1 biao3 zai4 gui4 bao4 shang4 sp1 shi2 zai4 ling4 ren2 yi2 han4 sil|sil 这 样 危 言 耸 听 牵 强 附 会 的 观 点 发 表 在 贵 报 上 sp1 实 在 令 人 遗 憾 sil|28 19 20 15 17 20 28 22 19 15 15 8 19 23 21 16 14 18 19 21 5 20 12 18 12 14 33 28|0.0|6.02 +007042|sil cao2 lin3 tou4 lu4 sp1 da4 liang4 ling2 mu4 zao3 zai4 kao2 gu3 zhi1 qian2 jiu4 zai4 li4 dai4 bei4 ju2 bu4 po4 huai4 sil|sil 曹 凛 透 露 sp1 大 量 陵 墓 早 在 考 古 之 前 就 在 历 代 被 局 部 破 坏 sil|27 26 19 20 23 21 13 18 17 22 24 16 19 11 13 34 15 12 19 20 15 17 12 21 29 29|0.0|5.94 +007043|sil bo2 de2 man4 shi4 tu2 jiang1 qi2 gan2 zou3 sp1 dan4 que4 bu2 xing4 sp1 bei4 shan1 yang2 de5 ji1 jiao3 ci4 shang1 tui3 bu4 sil|sil 博 德 曼 试 图 将 其 赶 走 sp1 但 却 不 幸 sp1 被 山 羊 的 犄 角 刺 伤 腿 部 sil|29 14 11 30 22 16 17 13 20 29 19 16 19 16 25 6 17 19 16 8 19 21 16 18 20 24 28|0.0|5.895 +007044|sil wei4 ming2 lun2 zhi3 chu1 qi2 zhong1 de5 ping2 ze4 cuo4 luan4 sil|sil 魏 明 伦 指 出 其 中 的 平 仄 错 乱 sil|29 16 18 30 16 19 17 19 13 23 15 18 30 27|0.0|3.37 +007045|sil er2 jiang1 yu4 rong2 sp1 you4 hui1 fu4 le5 zai4 chuang2 bian1 dai1 zuo4 de5 shen2 qing2 sil|sil 而 江 玉 荣 sp1 又 恢 复 了 在 床 边 呆 坐 的 神 情 sil|26 24 19 14 32 7 18 19 17 13 13 22 19 17 14 7 20 34 28|0.0|4.21 +007046|sil jing3 fang1 jie4 ru4 zhui1 cha2 hou4 sp1 gong1 si1 lao2 ban3 hong3 pian4 yi2 ge4 shi2 huang1 nan2 ding3 bao1 sil|sil 警 方 介 入 追 查 后 sp1 公 司 老 板 哄 骗 一 个 拾 荒 男 顶 包 sil|27 23 19 14 13 12 23 23 10 18 11 20 23 22 16 13 14 18 20 18 20 29 26|0.0|5.02 +007047|sil sui2 hou4 sp1 chen2 de2 rong2 mu4 song4 qi1 zi3 sp1 bei4 er2 zi5 tai2 jin4 zhuang1 shui3 ni2 de5 shou3 fu2 dou2 dou3 che1 song4 zou3 sil|sil 随 后 sp1 陈 得 荣 目 送 妻 子 sp1 被 儿 子 抬 进 装 水 泥 的 手 扶 斗 斗 车 送 走 sil|29 20 24 18 21 12 21 16 18 21 22 18 12 20 20 21 20 16 15 16 17 26 20 14 15 18 20 28 29|0.0|6.585 +007048|sil liu2 zhi4 min3 xi1 wang4 juan1 mei4 yi4 ru2 sheng1 qian2 sp1 neng2 de2 dao4 nei4 xin1 de5 ping2 jing4 sil|sil 刘 志 敏 希 望 娟 妹 一 如 生 前 sp1 能 得 到 内 心 的 平 静 sil|27 17 14 28 17 16 17 23 13 13 20 31 14 17 14 15 17 15 9 24 26 26|0.0|4.79 +007049|sil lin2 yu3 xiang2 de5 xiao4 ga1 ran2 zhi3 zhu4 sp1 ke3 jian4 zhei4 yi4 kou2 yao3 de5 da4 sil|sil 林 雨 翔 的 笑 嘎 然 止 住 sp1 可 见 这 一 口 咬 的 大 sil|26 19 14 20 8 27 18 17 16 24 26 19 22 12 14 20 19 10 28 26|0.0|4.475 +007050|sil jin4 liang3 nian2 lai2 sp1 chou4 yang3 ceng2 zao1 po4 huai4 de5 xiao1 xi5 sp1 bu4 jue2 yu2 er3 sil|sil 近 两 年 来 sp1 臭 氧 层 遭 破 坏 的 消 息 sp1 不 绝 于 耳 sil|26 18 17 15 30 10 20 17 22 17 19 17 7 19 21 5 15 15 15 33 28|0.0|4.48 +007051|sil ju4 xi1 sp1 ling2 guan3 mian4 chao2 yi4 tiao2 jiao4 zhai3 de5 ma3 lu4 sp1 ye4 jian1 hen2 shao2 you3 xing2 ren2 jing1 guo4 sil|sil 据 悉 sp1 领 馆 面 朝 一 条 较 窄 的 马 路 sp1 夜 间 很 少 有 行 人 经 过 sil|25 20 31 15 22 23 19 16 11 20 19 16 7 20 22 28 15 23 19 16 13 17 18 19 25 27|0.0|5.88 +007052|sil er4 ren2 xin1 zhong1 da4 lin3 sp1 ji2 mang2 ai1 qiu2 fang4 guo4 ta1 men5 sil|sil 二 人 心 中 大 凛 sp1 急 忙 哀 求 放 过 他 们 sil|31 17 24 21 16 17 29 10 16 15 18 21 19 12 18 25 26|0.0|3.89 +007053|sil ren2 jia1 zhang3 de5 hao3 de5 duo1 sp1 ge4 tou5 bi2 an3 er2 hai2 gao1 sil|sil 人 家 长 得 好 得 多 sp1 个 头 比 俺 儿 还 高 sil|29 20 22 16 9 19 13 25 26 19 24 15 20 18 20 28 29|0.0|4.09 +007054|sil you2 yu2 shen1 shang4 de5 bei1 lou3 tai4 zhong4 sp1 zheng4 ting2 jiao3 xie1 xi5 sil|sil 由 于 身 上 的 背 篓 太 重 sp1 正 停 脚 歇 息 sil|28 15 12 20 20 14 13 13 22 24 15 21 19 18 22 28 27|0.0|3.845 +007055|sil wo3 ma1 ma5 you3 tang2 niao4 bing4 sp1 chang2 chang2 duo2 qi3 lai5 chi1 tang2 sil|sil 我 妈 妈 有 糖 尿 病 sp1 常 常 躲 起 来 吃 糖 sil|30 11 15 13 15 20 20 29 13 22 20 16 13 15 16 33 28|0.0|3.82 +007056|sil liang3 zhi1 huang2 li2 ming2 cui4 liu3 sp1 ni3 hai2 mei2 you2 nv3 peng2 you5 sil|sil 两 只 黄 鹂 鸣 翠 柳 sp1 你 还 没 有 女 朋 友 sil|27 22 16 24 19 22 24 32 15 13 16 16 18 20 25 25 26|0.0|4.185 +007057|sil zhe4 shi4 shen1 shen1 zha1 gen1 yu2 sheng1 ming4 gen1 di3 de5 li4 liang4 sil|sil 这 是 深 深 扎 根 于 生 命 根 底 的 力 量 sil|29 18 23 21 20 17 19 16 20 19 19 12 8 18 34 29|0.0|3.735 +007058|sil qin1 zi3 jian4 ding4 hou4 sp1 zhe4 ge5 nan2 zi3 che4 di3 nian1 le5 sil|sil 亲 子 鉴 定 后 sp1 这 个 男 子 彻 底 蔫 了 sil|27 25 13 18 16 25 21 14 9 21 20 23 11 26 24 28|0.0|3.725 +007059|sil ran2 qi4 qiang3 xiu1 gong1 ren2 sp1 ye3 zai4 dui4 po4 sun2 dian3 jin4 xing2 kan1 cha2 he2 xiu1 fu4 sil|sil 燃 气 抢 修 工 人 sp1 也 在 对 破 损 点 进 行 勘 查 和 修 复 sil|30 21 19 23 17 18 24 10 12 16 18 21 19 25 18 24 22 22 12 20 30 29|0.0|5.225 +007060|sil zhang1 gao1 ping2 chu1 yu2 hao3 xin1 sp1 jiang1 qi2 ji4 xu4 shao1 dai4 zhi4 gen4 qiu1 li4 jiao1 qiao2 sil|sil 张 高 平 出 于 好 心 sp1 将 其 继 续 捎 带 至 艮 秋 立 交 桥 sil|26 20 15 27 17 9 21 30 5 23 23 14 14 17 16 22 20 20 13 16 36 28|0.0|5.02 +007061|sil chu2 le5 wei2 ren2 you3 xie1 mu4 ne4 wai4 sp1 zhao4 mou2 gei3 pang2 ren2 de5 zui4 da4 gan3 jue2 jiu4 shi4 te4 bie2 jian2 pu3 sil|sil 除 了 为 人 有 些 木 讷 外 sp1 赵 某 给 旁 人 的 最 大 感 觉 就 是 特 别 简 朴 sil|30 22 21 18 18 13 13 18 18 26 21 20 22 14 21 15 8 15 15 18 26 19 18 17 14 22 30 28|0.0|6.275 +007062|sil liang3 ge4 kan4 huo4 de5 ke4 ren2 zhong1 sp1 yi2 ge4 shi4 you4 lian3 gua1 shang1 sp1 yi2 ge4 shi4 zuo2 jiao3 da4 tui3 ceng4 po4 le5 sil|sil 两 个 看 货 的 客 人 中 sp1 一 个 是 右 脸 刮 伤 sp1 一 个 是 左 脚 大 腿 蹭 破 了 sil|31 21 12 21 18 8 17 17 24 25 13 19 17 14 16 16 27 24 11 14 27 22 24 21 20 23 22 22 29|0.0|6.67 +007063|sil zhua1 luo4 shi2 de5 guo4 cheng2 sp1 ye3 shi4 yi2 ge4 ji1 xiao3 sheng4 wei2 da4 sheng4 sp1 ji1 kui3 bu4 zhi4 qian1 li3 de5 guo4 cheng2 sil|sil 抓 落 实 的 过 程 sp1 也 是 一 个 积 小 胜 为 大 胜 sp1 积 跬 步 致 千 里 的 过 程 sil|28 19 18 15 9 16 31 14 12 13 12 20 19 24 19 16 19 26 17 18 24 18 16 22 15 9 16 32 28|0.0|6.33 +007064|sil yi2 lu4 shang4 shui3 liu2 tuan1 ji2 sp1 xian3 tan1 zhong4 duo1 sil|sil 一 路 上 水 流 湍 急 sp1 险 滩 众 多 sil|28 12 18 27 21 15 24 28 7 25 22 17 27 26|0.0|3.45 +007065|sil qi2 shi2 sp1 e2 luo2 si1 yu3 yue4 nan2 guan1 xi5 fei2 qian3 sil|sil 其 实 sp1 俄 罗 斯 与 越 南 关 系 匪 浅 sil|26 20 26 18 12 12 22 19 16 18 15 13 17 34 27|0.0|3.43 +007066|sil ru2 jin1 juan2 tu3 chong2 lai2 sp1 ling4 ye4 jie4 zhu3 mu4 sil|sil 如 今 卷 土 重 来 sp1 令 业 界 瞩 目 sil|26 18 22 21 18 17 27 6 21 15 14 17 31 28|0.0|3.26 +007067|sil xian4 chang3 sp1 luo2 gu3 xuan1 tian1 ren2 tou2 cuan2 dong4 sil|sil 现 场 sp1 锣 鼓 喧 天 人 头 攒 动 sil|25 24 31 12 16 13 22 25 22 16 25 20 29|0.0|3.245 +007068|sil bu2 hui4 chu1 xian4 zheng4 ce4 fan1 shao1 bing3 xian4 xiang4 sil|sil 不 会 出 现 政 策 翻 烧 饼 现 象 sil|25 15 17 18 21 21 21 18 21 15 19 31 29|0.0|3.15 +007069|sil wang2 nv3 shi4 sp1 pi2 fu1 bai2 xi1 shen1 cai2 yao2 tiao3 sil|sil 王 女 士 sp1 皮 肤 白 皙 身 材 窈 窕 sil|27 18 15 23 6 18 16 18 25 21 18 19 37 27|0.0|3.34 +007070|sil hou4 lai2 ta1 men5 yao3 ya2 qie4 chi3 de5 shuo1 sp1 neng2 gan4 sil|sil 后 来 他 们 咬 牙 切 齿 地 说 sp1 能 干 sil|30 14 27 16 12 17 16 19 17 11 24 5 23 25 29|0.0|3.31 +007071|sil yu2 te4 dao3 jiu4 zai4 nar4 r sp1 zai4 ta1 de5 dui4 mian4 sil|sil 于 特 岛 就 在 那 儿 sp1 在 她 的 对 面 sil|28 15 21 22 18 13 30 0 9 18 15 9 15 30 26|0.0|3.125 +007072|sil xuan2 ju2 cai3 yong4 wu2 ji4 ming2 tou2 piao4 de5 fang1 shi4 sil|sil 选 举 采 用 无 记 名 投 票 的 方 式 sil|29 25 23 23 19 18 15 20 18 17 9 19 27 26|0.0|3.345 +007073|sil zhao4 shi4 ye4 zhu3 zhuang1 mang3 sp1 bei4 qun2 zhong4 fa1 xian4 sil|sil 肇 事 业 主 装 莽 sp1 被 群 众 发 现 sil|28 21 15 18 18 20 29 7 15 20 15 16 31 27|0.0|3.25 +007074|sil dao4 di2 you3 duo1 shao3 xue4 sp1 wo3 men5 ye3 mei2 you3 kan4 dao4 sil|sil 到 底 有 多 少 血 sp1 我 们 也 没 有 看 到 sil|27 19 12 14 16 18 25 12 12 13 12 12 12 23 27 27|0.0|3.265 +007075|sil ta1 hai2 shen1 shou3 qu4 qia1 nv3 ren2 de5 bo2 zi5 sil|sil 他 还 伸 手 去 掐 女 人 的 脖 子 sil|26 17 22 19 18 19 19 17 15 10 21 19 29|0.0|2.91 +007076|sil yong4 dian4 qia2 kou3 sp1 ye3 jia1 ju4 le5 dian4 li4 jin3 zhang1 sil|sil 用 电 卡 口 sp1 也 加 剧 了 电 力 紧 张 sil|28 20 17 24 32 6 15 19 12 12 12 13 18 30 27|0.0|3.31 +007077|sil shou3 ji1 cha4 dian3 jiu4 bei4 ta1 men5 mo4 shou1 lou5 sil|sil 手 机 差 点 就 被 他 们 没 收 喽 sil|28 22 19 27 17 14 10 13 12 16 19 29 27|0.0|2.935 +007078|sil xia4 mian4 lian2 xian4 zhong1 yang1 tai2 ji4 zhe3 chai2 an1 dong1 sil|sil 下 面 连 线 中 央 台 记 者 柴 安 东 sil|29 20 25 18 22 14 14 19 15 15 20 20 27 26|0.0|3.3 +007079|sil xin1 fa1 di4 shi4 chang2 li3 zai4 guo4 cheng4 qin2 cai4 sil|sil 新 发 地 市 场 里 在 过 秤 芹 菜 sil|29 19 18 14 16 21 24 19 14 18 22 31 28|0.0|3.165 +007080|sil gu4 shi4 li3 de5 nong2 fu1 ji1 zhi4 yong2 gan3 sp1 shi1 zi5 sp1 ze2 shi4 yu2 ben4 de5 sil|sil 故 事 里 的 农 夫 机 智 勇 敢 sp1 狮 子 sp1 则 是 愚 笨 的 sil|26 19 13 15 8 20 30 18 17 22 28 15 21 22 3 16 15 18 23 21 26|0.0|4.595 +007081|sil you2 ji3 ke1 de5 wei4 zhi4 shao1 wei1 kao4 li3 sp1 xu1 yao4 kua4 jin4 lan2 gan1 sp1 zou2 ji3 bu4 cai2 neng2 gou4 dao4 sil|sil 有 几 棵 的 位 置 稍 微 靠 里 sp1 需 要 跨 进 栏 杆 sp1 走 几 步 才 能 够 到 sil|26 18 16 16 9 17 16 18 11 22 24 17 15 15 20 14 17 21 6 23 17 14 16 11 13 27 29|0.0|5.435 +007082|sil ta1 man2 lian3 zhou4 wen2 sp1 mei2 mao5 hua1 bai2 sp1 xiong1 qian2 gua4 zhe5 shen1 fen4 zheng4 sil|sil 他 满 脸 皱 纹 sp1 眉 毛 花 白 sp1 胸 前 挂 着 身 份 证 sil|27 19 19 19 17 25 8 13 17 24 27 20 23 25 17 11 17 14 25 28|0.0|4.585 +007083|sil zhe4 zhang1 che2 er3 duo5 de5 zhao4 pian4 cong2 fa1 chu1 dao4 zuo2 tian1 zhong1 wu3 wei2 zhi3 sp1 zhuan2 zai2 yi3 shang4 qian1 sil|sil 这 张 扯 耳 朵 的 照 片 从 发 出 到 昨 天 中 午 为 止 sp1 转 载 已 上 千 sil|24 17 23 19 15 12 9 20 26 29 19 22 17 15 16 15 14 17 23 20 22 17 14 22 32 25|0.0|5.855 +007084|sil gu3 li4 fa1 zhan3 shang1 ye4 bao2 li3 ji1 gou4 sp1 wen2 tuo3 fa1 zhan3 sp1 min2 ying2 di4 san1 fang1 zhi1 fu4 ji1 gou4 sil|sil 鼓 励 发 展 商 业 保 理 机 构 sp1 稳 妥 发 展 sp1 民 营 第 三 方 支 付 机 构 sil|29 17 16 19 25 22 15 17 14 18 20 25 18 15 19 25 9 18 23 13 17 19 15 13 15 25 31|0.0|5.945 +007085|sil ru2 jin1 sp1 zhang1 shuai4 ke3 sp1 yi3 cheng2 gong1 zhuan3 xing2 wei2 he2 nan2 sheng3 san2 da3 dui4 de5 zhu4 li3 jiao4 lian4 sil|sil 如 今 sp1 张 帅 可 sp1 已 成 功 转 型 为 河 南 省 散 打 队 的 助 理 教 练 sil|29 18 27 11 21 20 32 9 12 18 15 16 19 19 16 14 20 21 16 14 10 14 14 17 26 28|0.0|5.53 +007086|sil ta1 yi3 jing1 yao1 qiu2 tu2 er3 qi2 guan1 fang1 sp1 jia1 qiang2 dui4 mei3 guo2 wai4 jiao1 shi3 tuan2 de5 an1 quan2 bao3 hu4 sil|sil 他 已 经 要 求 土 耳 其 官 方 sp1 加 强 对 美 国 外 交 使 团 的 安 全 保 护 sil|26 20 13 12 17 21 14 14 15 19 27 5 23 27 17 21 17 18 16 16 21 11 18 20 20 26 29|0.0|5.835 +007087|sil suo2 yi3 sp1 mei3 ci4 you3 ren2 fang3 wen4 wo3 sp1 wen4 wo3 yong4 le5 na4 me5 duo1 nv2 yan3 yuan2 sp1 zui4 xi3 huan1 de5 shi4 shei2 sil|sil 所 以 sp1 每 次 有 人 访 问 我 sp1 问 我 用 了 那 么 多 女 演 员 sp1 最 喜 欢 的 是 谁 sil|31 24 23 13 16 18 14 15 16 14 26 16 17 19 12 10 19 11 12 17 16 24 9 19 17 17 10 15 31 30|0.0|6.165 +007088|sil xin1 de5 chai1 qian1 bu3 chang2 fang1 shi4 sp1 biao1 zhun2 yu3 yuan2 tiao2 li4 gui1 ding4 de5 bu3 chang2 fang1 shi4 sp1 biao1 zhun2 you3 shen2 me5 qu1 bie2 sil|sil 新 的 拆 迁 补 偿 方 式 sp1 标 准 与 原 条 例 规 定 的 补 偿 方 式 sp1 标 准 有 什 么 区 别 sil|34 26 15 21 20 11 19 16 22 21 23 27 24 22 20 14 18 11 9 13 19 16 24 15 20 26 18 15 10 22 28 28|0.0|7.275 +007089|sil gong1 zuo4 ren2 yuan2 zheng4 tang1 zhe5 shui3 sp1 zai4 qiao2 mian4 shang4 jia4 she4 tie3 jia4 sp1 pu1 she4 mu4 ban3 sp1 yi3 zeng1 jia1 qiao2 gao1 sil|sil 工 作 人 员 正 蹚 着 水 sp1 在 桥 面 上 架 设 铁 架 sp1 铺 设 木 板 sp1 以 增 加 桥 高 sil|28 17 14 16 23 18 23 12 32 15 17 18 19 26 19 17 21 27 5 16 14 20 26 14 14 17 15 20 29 26|0.0|6.705 +007090|sil tan2 ji2 zi4 shen1 de5 yin1 yue4 ding4 wei4 sp1 ta1 men5 zhi2 yan2 sp1 yao4 zuo4 nan2 ren5 sp1 ye2 menr5 r de5 yin1 yue4 sil|sil 谈 及 自 身 的 音 乐 定 位 sp1 他 们 直 言 sp1 要 做 男 人 sp1 爷 们 儿 的 音 乐 sil|27 21 19 16 17 10 16 14 17 24 15 13 12 18 29 24 16 13 22 21 9 17 20 0 11 18 26 29|0.0|5.73 +007091|sil dan4 kong3 bu4 sp1 wu2 fa3 qu1 san4 nei4 wai4 de5 re4 qi4 sp1 zhi1 heng2 sp1 bu4 jin1 bao4 yuan4 sp1 jin1 tian1 re4 cheng2 zhe4 yang4 sp1 zen3 me5 shui4 ne5 sil|sil 但 恐 怖 sp1 无 法 驱 散 内 外 的 热 气 sp1 之 恒 sp1 不 禁 抱 怨 sp1 今 天 热 成 这 样 sp1 怎 么 睡 呢 sil|24 24 26 24 6 14 16 17 18 16 14 9 18 27 28 19 29 4 13 18 21 22 33 18 19 15 18 17 21 13 16 10 25 25 29|0.0|7.735 +007092|sil yong4 shen2 me5 hua4 lai2 zan4 mei3 zhei4 zhang1 tu2 dou1 shi4 cang1 bai2 de5 sil|sil 用 什 么 话 来 赞 美 这 张 图 都 是 苍 白 的 sil|29 17 17 10 23 17 14 11 13 19 31 14 13 25 21 20 26|0.0|3.71 +007093|sil niu2 zhu4 qin2 shuo1 sp1 lao3 xue1 cong2 ci3 lao4 xia4 le5 bing4 gen1 sp1 yi3 hou4 wu2 lun4 qu4 na3 sp1 shen1 shang4 dou1 dai4 zhe5 yao4 sil|sil 牛 祝 琴 说 sp1 老 薛 从 此 落 下 了 病 根 sp1 以 后 无 论 去 哪 sp1 身 上 都 带 着 药 sil|32 16 14 19 28 32 17 23 22 15 19 13 12 19 23 29 13 24 11 15 16 29 15 18 21 13 15 13 25 27|0.0|6.83 +007094|sil a1 lan2 shuang3 kuai4 de5 da1 ying4 le5 sil|sil 阿 兰 爽 快 地 答 应 了 sil|28 14 25 24 19 11 19 18 21 26|0.0|2.385 +007095|sil ge4 shou1 fei4 zhan4 jin4 jing1 fang1 xiang4 ting2 zhi3 shou1 fei4 sp1 qu3 xiao1 san1 za1 shou1 fei4 zhan4 sil|sil 各 收 费 站 进 京 方 向 停 止 收 费 sp1 取 消 三 匝 收 费 站 sil|27 18 16 15 23 16 16 20 23 23 11 19 22 18 21 19 21 16 15 15 29 28|0.0|5.0 +007096|sil wo3 cai1 zhong4 le5 zhe4 kai1 tou2 que4 cai1 bu2 zhong4 zhe4 jie2 ju2 sil|sil 我 猜 中 了 这 开 头 却 猜 不 中 这 结 局 sil|29 12 19 15 9 14 19 34 19 19 8 18 14 16 32 27|0.0|3.525 +007097|sil jin4 ri4 sp1 nan2 zi3 yi1 shen3 sp1 bei4 pan4 chu2 huan3 xing2 sil|sil 近 日 sp1 男 子 一 审 sp1 被 判 处 缓 刑 sil|27 23 22 23 18 13 16 28 4 15 19 15 21 36 29|0.0|3.585 +007098|sil fa1 xian4 fang2 li3 duo1 le5 ge5 ren2 sp1 zhong4 mou3 xun4 su4 na2 zou3 chuang2 bian1 de5 liang3 zhi1 lin1 bao1 sp1 duo2 men2 er2 tao2 sil|sil 发 现 房 里 多 了 个 人 sp1 仲 某 迅 速 拿 走 床 边 的 两 只 拎 包 sp1 夺 门 而 逃 sil|27 20 22 19 17 13 12 12 30 24 23 24 20 12 17 16 23 17 12 24 10 20 22 6 16 18 16 37 27|0.0|6.46 +007099|sil zai4 shu3 yu2 a1 lian2 qiu2 dui4 de5 zhuo1 shang4 sp1 hai2 san3 luan4 fang4 zhe5 kuang4 quan2 shui3 sp1 bing3 gan1 he2 he2 fan4 sil|sil 在 属 于 阿 联 酋 队 的 桌 上 sp1 还 散 乱 放 着 矿 泉 水 sp1 饼 干 和 盒 饭 sil|27 22 18 18 15 15 19 13 9 17 25 21 15 19 17 20 14 20 15 29 5 19 25 18 18 27 30|0.0|5.925 +007100|sil yi4 ban1 ren4 wei2 sp1 que4 ding4 ye1 lu4 sa1 leng3 de5 di4 wei4 sp1 shi4 jie3 jue2 ba1 yi3 chong1 tu5 de5 he2 xin1 wen4 ti2 sil|sil 一 般 认 为 sp1 确 定 耶 路 撒 冷 的 地 位 sp1 是 解 决 巴 以 冲 突 的 核 心 问 题 sil|30 13 15 14 29 7 27 19 12 15 17 14 8 18 24 14 16 16 19 19 13 23 15 12 18 18 17 28 26|0.0|5.99 +007101|sil you2 yu2 ti3 nei4 de5 bing4 du2 wu2 fa3 pai2 chu2 sp1 dao3 zhi4 gao1 fa1 bao3 quan2 shen1 fu2 zhong3 sp1 sao4 yang3 nan2 nai4 sil|sil 由 于 体 内 的 病 毒 无 法 排 除 sp1 导 致 高 发 宝 全 身 浮 肿 sp1 瘙 痒 难 耐 sil|31 16 22 19 15 9 19 23 13 19 20 29 23 20 18 13 17 24 26 17 20 23 4 24 16 17 29 29|0.0|6.44 +007102|sil wo3 pei2 ni3 yi4 qi3 ting1 ting1 yin1 yue4 sp1 ran2 hou4 sp1 yi4 qi3 wang4 ji4 suo2 you3 nan2 shou4 sp1 wang4 ji4 quan2 shi4 jie4 sil|sil 我 陪 你 一 起 听 听 音 乐 sp1 然 后 sp1 一 起 忘 记 所 有 难 受 sp1 忘 记 全 世 界 sil|32 12 20 25 16 22 20 14 19 26 23 17 23 10 11 17 19 13 19 14 19 22 11 20 15 18 16 25 28|0.0|6.34 +007103|sil dan4 shi4 yi4 pi1 ping2 wan2 sp1 ma3 shang4 jiu4 la1 zhe5 er2 zi5 sp1 yi4 qi3 wan2 you2 xi4 sp1 hong2 hong3 hai2 zi5 sil|sil 但 是 一 批 评 完 sp1 马 上 就 拉 着 儿 子 sp1 一 起 玩 游 戏 sp1 哄 哄 孩 子 sil|29 16 25 16 16 16 30 14 17 16 10 18 10 19 18 8 12 22 14 14 24 18 19 18 25 18 32|0.0|5.735 +007104|sil dan4 zai4 bu4 fen4 jia1 zhang3 kan4 lai2 sp1 yu3 qi2 man2 heng4 gan1 she4 sp1 bu4 ru2 li3 xing4 yin2 dao3 sil|sil 但 在 部 分 家 长 看 来 sp1 与 其 蛮 横 干 涉 sp1 不 如 理 性 引 导 sil|29 21 21 14 15 16 16 17 26 19 13 18 24 20 16 25 16 13 19 17 20 20 28 31|0.0|5.5 +007105|sil mian4 dui4 ji4 zhe3 men5 de5 yi2 zhi4 hao3 ping2 sp1 chen2 bin1 bo1 sp1 xiao4 yi4 ang4 ran2 sil|sil 面 对 记 者 们 的 一 致 好 评 sp1 陈 斌 波 sp1 笑 意 盎 然 sil|30 19 18 17 12 17 11 15 14 20 30 12 23 18 23 3 22 15 18 29 28|0.0|4.57 +007106|sil lian2 he2 can1 mou2 ben3 bu4 sp1 wei4 yi4 yuan2 fang4 ying4 le5 cheng2 gong1 shi1 she4 de5 shi4 pin2 sil|sil 联 合 参 谋 本 部 sp1 为 议 员 放 映 了 成 功 施 射 的 视 频 sil|31 18 19 18 15 18 24 13 13 18 23 20 16 15 22 16 15 18 8 19 34 32|0.0|4.93 +007107|sil liu2 xian1 sheng5 yong4 li4 pai1 da3 he2 jiao3 chuai4 che1 men2 sp1 che1 men2 wen2 si1 bu2 dong4 sil|sil 刘 先 生 用 力 拍 打 和 脚 踹 车 门 sp1 车 门 纹 丝 不 动 sil|31 18 19 24 20 14 21 22 17 18 19 18 28 14 18 24 17 16 14 26 28|0.0|4.95 +007108|sil yin1 wei4 fu4 bu4 qi3 guan1 cai5 fei4 sp1 chang3 jia1 sp1 yi3 bu2 zai4 gei2 fa3 yi1 shi4 song4 huo4 sil|sil 因 为 付 不 起 棺 材 费 sp1 厂 家 sp1 已 不 再 给 法 医 室 送 货 sil|31 13 18 17 12 19 19 17 24 22 25 26 7 13 16 18 12 20 12 14 19 24 34|0.0|5.015 +007109|sil wei4 le5 chou2 qian2 zai4 guo4 du3 bo2 yin3 sp1 ta1 lia3 hang4 xie4 yi2 qi4 sp1 gan4 qi3 le5 pian4 zu1 qi4 che1 de5 gou4 dang4 sil|sil 为 了 筹 钱 再 过 赌 博 瘾 sp1 他 俩 沆 瀣 一 气 sp1 干 起 了 骗 租 汽 车 的 勾 当 sil|34 12 12 21 27 19 17 14 15 26 20 17 19 21 17 13 25 21 18 15 16 22 13 18 17 9 20 22 31|0.0|6.4 +007110|sil shui3 qi4 ning2 jie2 cheng2 de5 xi4 xiao2 shui3 zhu1 jiu4 shi4 lu4 shui3 o5 sil|sil 水 汽 凝 结 成 的 细 小 水 珠 就 是 露 水 哦 sil|30 22 23 21 15 18 8 14 18 20 28 17 11 17 23 23 30|0.0|3.92 +007111|sil guo2 jia1 nong2 ye4 bu4 fa1 xian4 sp1 pi2 ge2 nai2 fen3 si3 hui1 fu4 ran2 sil|sil 国 家 农 业 部 发 现 sp1 皮 革 奶 粉 死 灰 复 燃 sil|27 18 18 17 13 13 18 20 9 20 10 20 24 20 16 17 31 31|0.0|3.975 +007112|sil jiu2 jing3 fa2 zi3 de5 ji4 mu3 zhi2 zi5 sp1 ye3 jie1 shou4 le5 cai2 fang3 sil|sil 酒 井 法 子 的 继 母 直 子 sp1 也 接 受 了 采 访 sil|25 22 19 23 11 10 14 21 23 21 17 15 13 15 9 23 27 30|0.0|3.92 +007113|sil tan2 dao4 hao2 you3 ting2 feng1 yu3 bo2 zhi1 sp1 you2 ke3 neng2 li2 hun1 shou1 chang3 sil|sil 谈 到 好 友 霆 锋 与 柏 芝 sp1 有 可 能 离 婚 收 场 sil|28 20 17 17 20 21 19 15 17 24 14 14 13 17 14 19 19 33 29|0.0|4.3 +007114|sil ling4 wang2 xiao3 cang1 qi2 guai4 de5 shi4 sp1 zhe4 xie1 yu2 zai4 kong1 zhong1 fan1 teng2 ji3 xia4 hou4 sp1 bian4 li4 ji2 si3 wang2 sil|sil 令 王 小 苍 奇 怪 的 是 sp1 这 些 鱼 在 空 中 翻 腾 几 下 后 sp1 便 立 即 死 亡 sil|32 21 16 15 20 20 16 11 25 30 13 17 16 18 22 19 18 16 13 17 23 19 19 13 16 19 29 32|0.0|6.332 +007115|sil suo3 xing4 sp1 lin2 yu3 xiang2 qiao1 zha4 de5 shi4 shi1 ci2 er2 bu2 shi4 qian2 sil|sil 所 幸 sp1 林 雨 翔 敲 诈 的 是 诗 词 而 不 是 钱 sil|32 19 28 17 16 14 25 21 19 12 15 19 32 18 10 14 38 27|0.0|4.37 +007116|sil jia1 sp1 shi4 can2 zhuan1 he2 chai2 huo3 lei2 qi3 lai2 de5 yuan4 qiang2 sp1 su4 liao4 bu4 sp1 da1 jian4 qi3 lai2 de5 chu2 fang2 sil|sil 家 sp1 是 残 砖 和 柴 火 垒 起 来 的 院 墙 sp1 塑 料 布 sp1 搭 建 起 来 的 厨 房 sil|28 36 6 26 23 22 17 25 28 19 13 13 9 17 34 30 16 16 20 7 15 20 13 14 8 22 33 30|0.0|6.5 +007117|sil xiao1 cong1 xie2 yi3 zai4 bing4 chuang2 shang4 sp1 dui4 ji4 zhe3 de5 ti2 chu1 de5 wen4 ti2 sp1 ma2 mu4 de5 zha3 zhe5 yan3 jing1 sil|sil 肖 聪 斜 倚 在 病 床 上 sp1 对 记 者 的 提 出 的 问 题 sp1 麻 木 地 眨 着 眼 睛 sil|31 25 25 19 16 15 16 21 27 26 16 17 18 14 17 17 10 19 23 12 18 20 11 16 10 20 29 30|0.0|6.245 +007118|sil kan4 dao4 er2 zi5 guai1 qiao2 ke3 ai4 sp1 zhang1 mei3 sp1 bu2 gu4 li2 hun1 xie2 yi4 yue1 ding4 sp1 shan4 zi4 jiang1 er2 zi5 dai4 zou3 sil|sil 看 到 儿 子 乖 巧 可 爱 sp1 张 美 sp1 不 顾 离 婚 协 议 约 定 sp1 擅 自 将 儿 子 带 走 sil|28 22 9 20 18 19 20 16 26 21 18 22 4 13 15 12 15 18 11 18 22 21 26 21 18 15 12 18 29 31|0.0|6.475 +007119|sil kan1 cha2 xian4 chang3 de5 min2 jing2 gan3 dao4 hou4 sp1 xia4 bo1 shou2 li3 sp1 hai2 zuan4 zhe5 ji2 liu3 tou2 fa4 sil|sil 勘 查 现 场 的 民 警 赶 到 后 sp1 夏 波 手 里 sp1 还 攥 着 几 绺 头 发 sil|29 21 19 19 17 5 18 17 17 18 23 30 21 14 24 21 11 15 17 10 11 18 24 28 30|0.0|5.54 +007120|sil yin1 ci3 sp1 hai2 dei3 zhu4 yi4 fang2 yu4 lei2 dian4 he2 lei2 yu3 da4 feng1 deng3 qiang2 dui4 liu2 tian1 qi4 sil|sil 因 此 sp1 还 得 注 意 防 御 雷 电 和 雷 雨 大 风 等 强 对 流 天 气 sil|31 14 29 14 15 13 14 12 21 14 25 24 13 14 16 19 22 16 21 10 16 19 23 29|0.0|5.15 +007121|sil chun1 jie2 de5 cuo4 wei4 sp1 jiang1 da4 fu2 rao3 dong4 jin1 nian2 yi1 er4 yue4 tong2 bi3 shu4 ju4 sil|sil 春 节 的 错 位 sp1 将 大 幅 扰 动 今 年 一 二 月 同 比 数 据 sil|28 25 15 8 23 20 8 23 17 13 20 21 17 21 18 20 16 25 13 19 21 30|0.0|4.89 +007122|sil er2 xiang4 shu4 ze2 kuan1 da4 er2 jian1 ying4 sp1 wu2 lun4 duo1 da4 de5 feng1 sp1 dou1 shi4 bu4 neng2 shi3 zhi1 wan1 qu1 de5 sil|sil 而 橡 树 则 宽 大 而 坚 硬 sp1 无 论 多 大 的 风 sp1 都 是 不 能 使 之 弯 曲 的 sil|31 21 27 28 21 27 10 22 23 24 31 10 18 13 15 8 25 15 14 15 10 17 16 15 16 21 19 30|0.0|6.29 +007123|sil ying1 cai3 er2 chuan1 zhe5 hun1 sha1 pei4 qiu2 xie2 sp1 chen2 xiao3 chun1 de5 fu2 zhuang1 sp1 ye3 bu2 shi4 hen3 zheng4 shi4 sil|sil 应 采 儿 穿 着 婚 纱 配 球 鞋 sp1 陈 小 春 的 服 装 sp1 也 不 是 很 正 式 sil|29 20 24 21 23 18 20 25 17 19 30 24 18 16 16 9 18 24 7 15 13 12 17 19 23 30|0.0|5.89 +007124|sil lou2 fang2 zhi1 jian1 de5 da4 pian4 cao3 ping2 sp1 sa2 man3 jin1 guang1 shan2 shan3 de5 pu2 gong1 ying1 hua1 duo3 sil|sil 楼 房 之 间 的 大 片 草 坪 sp1 洒 满 金 光 闪 闪 的 蒲 公 英 花 朵 sil|29 15 19 14 18 12 17 16 18 28 17 17 24 18 17 19 20 13 15 14 16 22 29 28|0.0|5.28 +007125|sil ceng2 jing1 you3 ge5 nv3 hair2 r wen4 wo3 sp1 ni3 shi4 shuai4 ge1 ma5 sil|sil 曾 经 有 个 女 孩 儿 问 我 sp1 你 是 帅 哥 吗 sil|26 23 22 15 9 17 21 0 19 27 21 12 12 23 17 29 30|0.0|3.75 +007126|sil xiao3 lan2 jie1 guo4 yin3 liao4 sp1 lie3 zhe5 zui3 ba5 xiao4 le5 sil|sil 小 兰 接 过 饮 料 sp1 咧 着 嘴 巴 笑 了 sil|28 22 23 16 14 17 29 12 15 13 17 14 28 20 30|0.0|3.46 +007127|sil mei3 ci4 dao4 mei3 guo2 sp1 dou1 yao4 qu4 la1 si1 wei2 jia1 si1 de5 du2 chang3 sil|sil 每 次 到 美 国 sp1 都 要 去 拉 斯 维 加 斯 的 赌 场 sil|29 16 18 13 18 24 4 12 15 17 18 13 11 16 15 8 16 32 28|0.0|3.75 +007128|sil zhang1 yan4 sheng1 cheng1 sp1 bu4 neng2 yin1 wei4 gai1 fa3 an4 dao4 yi4 shang4 de5 huang1 miu4 sp1 er2 di1 gu1 qi2 xian4 shi2 ying2 xiang3 sil|sil 张 燕 生 称 sp1 不 能 因 为 该 法 案 道 义 上 的 荒 谬 sp1 而 低 估 其 现 实 影 响 sil|27 19 16 19 29 26 10 15 21 21 19 15 21 16 12 16 7 20 24 15 19 15 16 18 21 14 17 32 32|0.0|6.405 +007129|sil shi4 lao3 po5 da4 ren5 sp1 wo2 ba3 jian2 tao3 shu1 xiu1 gai3 le5 wu3 bian4 ta1 cai2 man3 yi4 sil|sil 是 老 婆 大 人 sp1 我 把 检 讨 书 修 改 了 五 遍 她 才 满 意 sil|29 17 21 16 18 25 35 11 13 17 17 23 17 12 11 19 26 18 12 21 22 28|0.0|4.97 +007130|sil di4 shi2 jie4 shi4 ji4 lv4 jian3 cha2 wei3 yuan2 hui4 quan2 ti2 wei3 yuan2 lie4 xi2 le5 hui4 yi4 sil|sil 第 十 届 市 纪 律 检 查 委 员 会 全 体 委 员 列 席 了 会 议 sil|28 17 25 26 22 12 16 18 16 12 13 22 24 14 17 24 20 15 10 22 20 26|0.0|4.87 +007131|sil mu4 qian2 sp1 yi3 yin2 qi3 shan1 xi1 sheng3 nei4 wai4 zhao1 shang1 bu4 men2 de5 jing4 xiang1 zheng1 zhu2 sil|sil 目 前 sp1 已 引 起 山 西 省 内 外 招 商 部 门 的 竞 相 争 逐 sil|30 13 33 16 10 21 20 18 13 24 19 16 15 19 11 19 12 20 19 19 27 30|0.0|4.92 +007132|sil luo2 tian1 cheng2 mi4 mi4 bei4 wa1 diao4 le5 sp1 jiao4 sp1 ni3 men5 bu4 ke2 yi3 gen1 zong1 wo3 de5 sil|sil 罗 天 诚 秘 密 被 挖 掉 了 sp1 叫 sp1 你 们 不 可 以 跟 踪 我 的 sil|29 14 18 22 16 21 15 18 21 18 19 31 25 7 16 13 16 13 16 14 18 23 30|0.0|5.03 +007133|sil zui4 te4 bie2 de5 shi4 sp1 ji2 jiang1 guo4 sheng1 ri4 de5 huang2 ma1 ma5 sp1 ye3 xing4 yun4 ru4 xuan3 sil|sil 最 特 别 的 是 sp1 即 将 过 生 日 的 黄 妈 妈 sp1 也 幸 运 入 选 sil|27 18 18 16 8 23 20 15 18 14 13 14 9 21 14 24 12 14 17 13 15 34 28|0.0|4.7 +007134|sil bao4 liao4 sp1 cheng2 wei2 ming2 zui3 men5 ji4 xu4 shou1 long3 guan1 zhong4 shou1 shi4 lv4 de5 wang2 pai2 sil|sil 爆 料 sp1 成 为 名 嘴 们 继 续 收 拢 观 众 收 视 率 的 王 牌 sil|26 21 25 5 16 11 20 16 22 15 15 16 17 18 16 16 10 16 10 21 34 29|0.0|4.59 +007135|sil jiu3 lou2 de5 zhao1 pai2 cai4 sp1 yi1 ran2 shi4 ta1 zui4 na2 shou3 de5 ke4 jia1 san1 bei1 ya1 sil|sil 酒 楼 的 招 牌 菜 sp1 依 然 是 他 最 拿 手 的 客 家 三 杯 鸭 sil|26 21 15 10 19 20 26 22 10 17 15 17 15 19 22 18 21 16 18 15 27 30|0.0|4.87 +007136|sil liu2 yue4 lun2 gao4 su4 ji4 zhe3 sp1 fo2 shan1 hai2 nu3 li4 tui1 jin4 he2 yong3 de5 zheng3 zhi4 sil|sil 刘 悦 伦 告 诉 记 者 sp1 佛 山 还 努 力 推 进 河 涌 的 整 治 sil|30 14 14 20 14 12 14 23 21 21 25 19 17 14 18 18 22 16 9 19 22 29|0.0|4.775 +007137|sil yi4 sheng4 huai2 de5 xiu1 lu4 gong1 ju4 hen2 jian3 dan1 sp1 zuan1 zi5 sp1 chu2 tou5 sp1 qiao1 chu2 he2 bo4 ji5 sil|sil 易 胜 怀 的 修 路 工 具 很 简 单 sp1 钻 子 sp1 锄 头 sp1 锹 锄 和 簸 箕 sil|31 14 19 22 12 14 13 16 16 20 23 24 37 28 22 17 27 26 8 26 27 21 22 22 31|0.0|6.25 +007138|sil ji1 qi4 ren2 wo3 hui4 yi4 zhi2 pei2 zhe5 ni3 de5 sil|sil 机 器 人 我 会 一 直 陪 着 你 的 sil|26 16 17 26 18 16 15 15 22 12 19 23 32|0.0|2.985 +007139|sil wei4 min3 sheng1 jiao4 shou4 sp1 wei4 ji4 zhe2 ju3 le5 ge4 li4 sil|sil 魏 敏 生 教 授 sp1 为 记 者 举 了 个 例 sil|30 12 16 18 17 25 4 17 15 19 14 15 20 22 31|0.0|3.19 +007140|sil wo3 mei2 shuo1 dun4 ji1 sp1 wo3 shi4 shuo1 dong4 ji1 sil|sil 我 没 说 炖 鸡 sp1 我 是 说 动 机 sil|28 11 17 18 19 27 20 11 13 19 23 30 30|0.0|3.09 +007141|sil qian2 fang1 ye3 shi4 ming2 liang4 er2 wen1 rou2 de5 guang1 sil|sil 前 方 也 是 明 亮 而 温 柔 的 光 sil|26 27 25 14 11 22 20 20 15 17 10 33 29|0.0|3.125 +007142|sil suo2 yi3 sp1 zui4 da4 de5 xue2 wen4 shi4 qian1 xun4 sil|sil 所 以 sp1 最 大 的 学 问 是 谦 逊 sil|27 23 25 13 19 15 8 19 19 15 23 30 28|0.0|3.07 +007143|sil shuai4 qi4 sp1 bu4 ke3 neng2 xuan4 yao4 yi2 bei4 zi5 sil|sil 帅 气 sp1 不 可 能 炫 耀 一 辈 子 sil|27 28 25 10 14 13 18 15 14 15 23 25 26|0.0|2.935 +007144|sil jing1 zhen3 duan4 sp1 nan2 zi3 huan4 nao3 xue4 shuan1 sil|sil 经 诊 断 sp1 男 子 患 脑 血 栓 sil|27 20 19 25 15 22 21 18 15 18 31 28|0.0|3.005 +007145|sil yuan2 lai2 sp1 ni2 ye3 zai4 wan2 zhe4 ge5 ya5 sp1 ha1 ha1 sil|sil 原 来 sp1 你 也 在 玩 这 个 呀 sp1 哈 哈 sil|28 14 27 12 12 14 16 16 15 10 26 9 14 29 29|0.0|3.15 +007146|sil gong1 ying4 ban2 ben3 geng4 shi4 he2 nian2 qing1 ren2 sil|sil 公 映 版 本 更 适 合 年 轻 人 sil|26 18 19 22 27 18 16 12 21 21 28 27|0.0|2.955 +007147|sil wan4 da2 ji4 sp1 wei2 chi2 heng2 li4 shang4 shi4 di4 wei4 sil|sil 万 达 冀 sp1 维 持 恒 力 上 市 地 位 sil|28 19 17 26 10 15 22 20 16 18 16 14 27 29|0.0|3.22 +007148|sil guo4 nian2 de5 qi4 fen1 yi1 ran2 hen3 re4 nao4 sil|sil 过 年 的 气 氛 依 然 很 热 闹 sil|25 15 18 7 19 27 13 18 18 17 25 31|0.0|2.705 +007149|sil zao1 shou4 jian1 ao2 de5 ren2 men5 sp1 shen1 shen1 pan4 wang4 zhe4 zhong3 ku4 shu3 sp1 neng2 you3 ge4 jin4 tou2 sil|sil 遭 受 煎 熬 的 人 们 sp1 深 深 盼 望 这 种 酷 暑 sp1 能 有 个 尽 头 sil|27 20 17 16 16 8 17 21 8 18 16 22 24 13 15 19 20 6 17 15 13 21 30 30|0.0|4.985 +007150|sil zhe4 xie1 xiang4 mu4 de5 can1 yu4 zhe3 sp1 bei4 cheng1 zuo4 sp1 ke3 xin4 he2 zuo4 huo3 ban4 sp1 fan4 wei2 yuan3 chao1 leng2 jing4 ji4 hua4 sil|sil 这 些 项 目 的 参 与 者 sp1 被 称 作 sp1 可 信 合 作 伙 伴 sp1 范 围 远 超 棱 镜 计 划 sil|28 15 13 21 12 9 21 15 20 6 13 22 20 18 23 19 16 14 20 22 33 21 21 19 20 20 19 17 29 29|0.0|6.67 +007151|sil yi4 bian1 he2 ji4 zhe3 liao2 jia1 chang2 sp1 fu1 qi1 lia3 shou2 li3 de5 huo2 yi2 ke4 mei2 ting2 sil|sil 一 边 和 记 者 聊 家 常 sp1 夫 妻 俩 手 里 的 活 一 刻 没 停 sil|31 17 20 18 15 13 19 16 34 17 17 12 19 16 13 9 31 17 18 18 34 30|0.0|5.04 +007152|sil fang1 yi2 ba3 zhe4 feng1 de2 gao1 wang4 zhong4 de5 xin4 qing1 jia1 zai4 shu1 li3 sil|sil 方 怡 把 这 封 德 高 望 重 的 信 轻 夹 在 书 里 sil|29 22 30 17 14 24 17 16 18 15 9 29 25 17 15 24 24 29|0.0|4.34 +007153|sil shang4 shu4 yan2 lun4 sp1 de2 dao4 chai2 cai1 sp1 yi3 ji2 yi4 mou2 mou3 de5 zheng4 shi2 sil|sil 上 述 言 论 sp1 得 到 柴 偲 sp1 以 及 易 某 某 的 证 实 sil|30 21 16 15 26 6 16 17 23 29 8 12 15 15 15 15 9 19 31 32|0.0|4.295 +007154|sil hai2 zi5 men5 he2 san1 xia2 gong1 cheng2 jian4 she4 zhe3 sp1 ka3 tong1 wa2 wa5 he2 ying3 sil|sil 孩 子 们 和 三 峡 工 程 建 设 者 sp1 卡 通 娃 娃 合 影 sil|30 20 10 30 22 17 16 15 16 15 17 22 11 20 23 16 14 16 27 31|0.0|4.505 +007155|sil ju4 xi1 sp1 hun1 li3 hai2 qing3 lai2 luo4 tuo5 sp1 da4 xiang4 yu2 ma3 zhu4 xing4 sil|sil 据 悉 sp1 婚 礼 还 请 来 骆 驼 sp1 大 象 与 马 助 兴 sil|28 17 27 18 20 21 20 19 15 25 25 13 22 32 14 26 18 29 30|0.0|4.87 +007156|sil ling4 yi4 ming2 yu4 jing3 xu2 mou3 sp1 ze2 bei4 qiang2 zou2 jing3 fu2 sp1 bing4 bei4 kun2 bang3 sil|sil 另 一 名 狱 警 徐 某 sp1 则 被 抢 走 警 服 sp1 并 被 捆 绑 sil|30 15 11 17 17 21 19 29 6 15 14 20 12 20 27 6 17 12 26 28 31|0.0|4.56 +007157|sil chu2 le5 dai4 le5 jia1 li2 suo3 sheng4 bu4 duo1 de5 qian2 sp1 su1 chun1 shan1 hai2 sui2 shen1 chuai1 le5 yi4 ba2 jian3 dao1 sil|sil 除 了 带 了 家 里 所 剩 不 多 的 钱 sp1 苏 春 山 还 随 身 揣 了 一 把 剪 刀 sil|29 18 19 13 12 16 15 18 19 12 12 10 35 27 16 19 26 22 16 16 20 8 13 14 24 27 30|0.0|5.875 +007158|sil wei4 jing1 piao3 bai2 de5 kou3 mo2 sil|sil 未 经 漂 白 的 口 蘑 sil|29 15 20 21 16 8 21 33 30|0.0|2.24 +007159|sil yi2 ge4 si4 hu1 cong2 lai2 mei2 xiang3 guo4 de5 wen4 ti2 sp1 yi2 ge4 qian2 xian3 er2 qian1 zhen1 wan4 que4 de5 ming4 ti2 sil|sil 一 个 似 乎 从 来 没 想 过 的 问 题 sp1 一 个 浅 显 而 千 真 万 确 的 命 题 sil|32 12 19 18 18 25 15 16 19 12 9 18 28 31 10 14 25 32 19 22 16 16 17 7 22 30 32|0.0|6.195 +007160|sil tai4 yang2 na4 me5 da4 sp1 wo3 neng2 ba3 ta1 sheng1 xia4 lai2 ma5 wo3 sil|sil 太 阳 那 么 大 sp1 我 能 把 他 生 下 来 吗 我 sil|26 23 23 15 14 25 21 10 23 16 15 18 13 14 18 28 30|0.0|3.855 +007161|sil la3 ba1 li3 chuan2 lai2 ma3 guang1 xing2 hong2 liang4 de5 ming4 ling4 sil|sil 喇 叭 里 传 来 马 光 行 宏 亮 的 命 令 sil|31 20 15 21 22 16 22 16 23 21 19 5 20 25 30|0.0|3.555 +007162|sil zhe4 ge4 wen4 ti2 ta1 he2 song4 shi4 ping2 sp1 wu2 yi4 neng2 hui2 da2 sil|sil 这 个 问 题 他 和 宋 世 平 sp1 无 一 能 回 答 sil|29 15 12 18 28 20 17 16 13 31 6 15 14 22 20 28 31|0.0|3.895 +007163|sil zou3 le5 yi2 huir4 r sp1 si4 ren2 dao4 ye4 bu4 mian2 kuai4 can1 dian4 sil|sil 走 了 一 会 儿 sp1 四 人 到 夜 不 眠 快 餐 店 sil|28 17 9 16 26 0 21 19 21 18 18 11 20 17 20 25 29|0.0|3.655 +007164|sil bu4 ting1 hua4 de5 hua4 sp1 gan3 mao4 le5 sp1 bie2 xiang4 wo3 ku1 su4 sil|sil 不 听 话 的 话 sp1 感 冒 了 sp1 别 向 我 哭 诉 sil|28 14 18 19 9 24 8 18 17 14 2 17 18 15 20 23 30|0.0|3.41 +007165|sil chen2 zhong4 de5 da4 men2 zai4 hou4 mian4 huan2 huan3 guan1 shang4 sil|sil 沉 重 的 大 门 在 后 面 缓 缓 关 上 sil|28 25 17 8 17 28 19 17 21 22 19 17 26 30|0.0|3.41 +007166|sil ben2 xiang2 zhao3 yi2 fen4 gong1 zuo4 sp1 bu4 ceng2 xiang3 gong1 zuo4 mei2 you3 zhuo2 luo4 sp1 pan2 chan5 que4 hen3 kuai4 hua1 guang1 le5 sil|sil 本 想 找 一 份 工 作 sp1 不 曾 想 工 作 没 有 着 落 sp1 盘 缠 却 很 快 花 光 了 sil|27 18 23 17 10 16 16 23 26 13 18 23 16 15 15 15 17 24 22 23 24 19 18 18 20 20 18 30|0.0|6.32 +007167|sil che1 xiang1 nei4 you2 nv3 cheng2 ke4 nao2 huo3 de5 pai1 da3 che1 men2 sp1 bing4 bu2 duan4 bao4 yuan5 zhe5 sil|sil 车 厢 内 有 女 乘 客 恼 火 地 拍 打 车 门 sp1 并 不 断 抱 怨 着 sil|26 20 20 23 16 18 23 18 26 20 9 18 15 18 25 14 19 13 16 20 19 19 30|0.0|5.165 +007168|sil xue2 sheng1 jia1 zhang3 zhao3 dao4 qin2 mou3 hou4 sp1 yin1 qing2 xu4 ji1 dong4 sp1 yu3 qi2 fa1 sheng1 si1 che3 sil|sil 学 生 家 长 找 到 秦 某 后 sp1 因 情 绪 激 动 sp1 与 其 发 生 撕 扯 sil|30 17 17 16 23 15 12 18 19 24 25 20 19 13 17 20 14 11 18 17 15 18 32 30|0.0|5.34 +007169|sil bei3 jing1 ao4 zu2 wei3 sp1 hai2 te4 pi1 wo3 men5 zai4 zhe4 li3 sp1 ban4 le5 zi4 ji3 de5 can1 ting1 sil|sil 北 京 奥 组 委 sp1 还 特 批 我 们 在 这 里 sp1 办 了 自 己 的 餐 厅 sil|30 16 18 15 15 27 9 15 18 18 12 15 13 13 16 4 16 12 15 11 9 23 27 27|0.0|4.58 +007170|sil gang1 kai1 shi3 shi2 sp1 xiao3 li4 zhi3 shi4 ou2 er3 shang4 wang3 sil|sil 刚 开 始 时 sp1 小 丽 只 是 偶 尔 上 网 sil|25 18 19 17 25 11 22 20 13 16 15 14 21 26 28|0.0|3.365 +007171|sil yi1 fa2 tuo3 shan4 shen2 li3 she4 ji2 min2 sheng1 deng3 an4 jian4 sil|sil 依 法 妥 善 审 理 涉 及 民 生 等 案 件 sil|28 15 23 19 17 17 21 20 14 20 21 12 21 28 31|0.0|3.56 +007172|sil qia4 qiao3 dang1 shi2 you2 jing3 che1 jing1 guo4 sp1 gai1 nan2 zi3 xun4 su4 diao4 zhuan3 fang1 xiang4 li2 kai1 sil|sil 恰 巧 当 时 有 警 车 经 过 sp1 该 男 子 迅 速 调 转 方 向 离 开 sil|25 26 28 17 12 13 17 15 20 23 26 14 19 18 24 18 16 16 14 16 15 30 31|0.0|5.265 +007173|sil gou4 mai3 le5 gui4 chang3 de5 yao4 pin2 liang3 he2 sp1 hui2 qu4 yi4 chi1 sp1 da4 yue1 yi2 ge4 liao2 cheng2 sp1 guo3 ran2 you3 xiao4 sil|sil 购 买 了 贵 厂 的 药 品 两 盒 sp1 回 去 一 吃 sp1 大 约 一 个 疗 程 sp1 果 然 有 效 sil|28 17 17 13 17 25 11 20 15 20 30 30 17 15 13 30 26 17 17 15 11 20 31 12 17 17 16 30 35|0.0|6.755 +007174|sil mei3 ci4 jing1 guo4 sp1 dao4 jian4 qiao2 shan1 shou4 lou2 chu4 de5 shi2 hou4 sp1 dou1 neng2 gan3 jue2 dao4 qin4 xin1 yi2 ren2 sil|sil 每 次 经 过 sp1 到 涧 桥 山 售 楼 处 的 时 候 sp1 都 能 感 觉 到 沁 心 宜 人 sil|29 16 18 19 20 6 24 19 17 19 18 15 17 8 16 21 28 12 16 16 17 20 25 20 17 29 33|0.0|5.975 +007175|sil xi2 zhong4 xun1 xing4 ge2 li2 you3 mian2 ruan3 kuan1 hou4 de5 yi2 mian4 sp1 dan4 bing4 bu4 que1 shao3 zhi2 zhuo2 ying4 lang3 sil|sil 习 仲 勋 性 格 里 有 绵 软 宽 厚 的 一 面 sp1 但 并 不 缺 少 执 着 硬 朗 sil|30 18 18 28 25 14 21 18 27 24 21 18 9 12 27 24 17 16 10 18 22 22 23 21 27 30|0.0|6.27 +007176|sil ru2 guo2 you3 wei1 xie2 sp1 lai2 zi4 yu2 qian2 fang1 yi3 ji2 ling4 yi2 ce4 fang1 sp1 ze2 ke2 yi2 kao3 lv4 shuang1 shou3 bao4 zhou3 sil|sil 如 果 有 威 胁 sp1 来 自 于 前 方 以 及 另 一 侧 方 sp1 则 可 以 考 虑 双 手 抱 肘 sil|29 14 12 16 17 29 9 16 13 12 25 25 16 14 19 10 18 26 25 15 14 12 19 14 22 17 19 30 30|0.0|6.235 +007177|sil zhe4 ci4 sp1 bai3 hong2 ji2 tuan2 lao2 ban3 jia4 nv3 er2 sp1 zai4 ci4 shua1 xin1 le5 tian1 jia4 jia4 zhuang5 ji4 lu4 sil|sil 这 次 sp1 百 宏 集 团 老 板 嫁 女 儿 sp1 再 次 刷 新 了 天 价 嫁 妆 纪 录 sil|30 19 27 25 18 17 12 17 16 21 19 19 24 22 17 14 19 15 13 21 14 19 15 14 24 29|0.0|5.81 +007178|sil ta1 men5 tou4 lu4 sp1 jiang1 zai4 ba1 yue4 ju3 xing2 yin1 yue4 hui4 sp1 huo4 bu4 shao3 hao2 you3 zi4 jian4 bang1 shou3 sil|sil 他 们 透 露 sp1 将 在 八 月 举 行 音 乐 会 sp1 获 不 少 好 友 自 荐 帮 手 sil|27 15 14 22 23 15 20 17 19 20 13 20 14 15 26 26 18 11 15 17 18 15 18 18 29 30|0.0|5.75 +007179|sil hen3 duo1 ren2 dou1 shuo1 song4 xiao2 bao3 shi4 chou2 xiao3 ya1 sp1 bian4 cheng2 le5 bai2 tian1 e2 sil|sil 很 多 人 都 说 宋 小 宝 是 丑 小 鸭 sp1 变 成 了 白 天 鹅 sil|26 18 13 16 15 23 19 20 26 25 21 17 25 5 17 15 9 16 22 28 30|0.0|4.71 +007180|sil ji1 ben3 wan2 gong1 de5 ji1 chang2 chang3 qu1 sp1 yi3 kan4 bu2 dao4 rong2 dong4 rong2 gou1 sil|sil 基 本 完 工 的 机 场 场 区 sp1 已 看 不 到 溶 洞 溶 沟 sil|28 17 13 19 15 13 13 19 20 24 11 14 24 11 18 22 25 20 26 29|0.0|4.42 +007181|sil fan3 zheng4 dang1 yi4 tian1 he2 shang4 qiao1 yi4 tian1 zhong1 lou5 sp1 wo2 ye3 zai4 jian4 jian4 shi4 ying5 sil|sil 反 正 当 一 天 和 尚 敲 一 天 钟 喽 sp1 我 也 在 渐 渐 适 应 sil|29 20 23 17 10 16 20 23 23 8 17 18 23 26 9 11 16 16 14 25 24 30|0.0|4.85 +007182|sil bie2 kan4 wo3 zhi2 you3 shi2 qi1 sui4 sp1 liao4 hen3 zu2 de5 sil|sil 别 看 我 只 有 十 七 岁 sp1 料 很 足 的 sil|27 17 23 15 11 12 16 17 21 15 17 19 22 18 28|0.0|3.23 +007183|sil hu2 liang4 he2 wang2 zhuo2 liang2 shi4 wang2 zhen4 de5 lin2 ju1 sp1 zai4 cai4 dian4 xin1 nong2 zhong1 xue2 du2 shu1 sp1 ping2 shi2 chang2 zai4 yi4 qi3 wan2 sil|sil 胡 亮 和 王 卓 良 是 王 振 的 邻 居 sp1 在 蔡 甸 新 农 中 学 读 书 sp1 平 时 常 在 一 起 玩 sil|28 20 23 13 18 14 25 18 19 12 6 19 25 36 24 23 18 17 14 13 15 14 24 23 21 23 27 14 11 17 30 32|0.0|7.38 +007184|sil qi2 guo2 dong4 da4 chi1 yi4 jing1 sp1 xiang4 shi1 le5 shui3 fen4 de5 qie2 zi5 sp1 da1 la5 zhe5 nao3 dai4 sp1 gao4 ci2 le5 gong1 cheng2 shi1 sil|sil 齐 国 栋 大 吃 一 惊 sp1 像 失 了 水 分 的 茄 子 sp1 耷 拉 着 脑 袋 sp1 告 辞 了 工 程 师 sil|23 23 17 24 19 17 16 27 16 23 13 11 18 17 7 26 19 24 14 15 9 23 23 5 20 16 10 16 19 27 28|0.0|6.56 +007185|sil xiao3 he4 de5 fu4 mu3 shi4 pu3 tong1 nong2 min2 sp1 lao3 shi2 mu4 ne4 sp1 zheng3 ri4 sp1 mang2 lu4 cao1 lao2 sil|sil 小 贺 的 父 母 是 普 通 农 民 sp1 老 实 木 讷 sp1 整 日 sp1 忙 碌 操 劳 sil|34 24 18 9 17 25 17 15 15 17 26 34 15 14 19 24 18 20 20 7 18 15 22 31 30|0.0|5.855 +007186|sil er2 zhao4 pian4 zhong1 de5 yin3 en1 hui4 sp1 geng4 ru2 tong2 zhuan1 ye4 mo2 ter4 r yi2 yang4 sp1 rang4 ren2 hui2 wei4 wu2 qiong2 sil|sil 而 照 片 中 的 尹 恩 惠 sp1 更 如 同 专 业 模 特 儿 一 样 sp1 让 人 回 味 无 穷 sil|30 21 17 19 14 9 15 19 26 18 17 13 21 13 13 18 23 0 13 23 17 17 24 20 18 13 35 30|0.0|5.985 +007187|sil bao4 yu3 si4 nve4 sp1 dao3 zhi4 hong2 shui3 meng2 zhang3 sil|sil 暴 雨 肆 虐 sp1 导 致 洪 水 猛 涨 sil|23 21 14 21 29 11 18 16 17 15 22 32 25|0.0|3.065 +007188|sil tao2 bu4 liao3 sp1 na4 zhi3 neng2 wen3 zhu4 bang2 fei3 sil|sil 逃 不 了 sp1 那 只 能 稳 住 绑 匪 sil|25 25 16 30 11 17 11 22 20 15 20 29 31|0.0|3.155 +007189|sil you2 yu2 han1 tai4 ke3 ju1 bing4 shu4 liang4 xi1 shao3 sp1 jiang1 tun2 ye3 bei4 yu4 wei2 shui3 zhong1 da4 xiong2 mao1 sil|sil 由 于 憨 态 可 掬 并 数 量 稀 少 sp1 江 豚 也 被 誉 为 水 中 大 熊 猫 sil|29 18 22 23 18 17 29 20 14 18 18 30 34 24 26 12 17 13 20 21 20 15 18 26 31|0.0|6.185 +007190|sil jin4 ri4 sp1 yong3 jia1 jian3 cha2 yuan4 sp1 yi3 qiao1 zha4 le4 suo3 zui4 sp1 fang4 huo3 zui4 sp1 qi3 su4 dong2 mou3 sil|sil 近 日 sp1 永 嘉 检 察 院 sp1 以 敲 诈 勒 索 罪 sp1 放 火 罪 sp1 起 诉 董 某 sil|27 22 22 18 19 16 16 18 26 11 19 23 14 18 17 21 17 18 19 23 6 18 15 17 30 32|0.0|5.83 +007191|sil dui4 ci3 sp1 bu4 shao2 wang3 min2 ti2 chu1 le5 yi2 wen4 sil|sil 对 此 sp1 不 少 网 民 提 出 了 疑 问 sil|26 18 28 13 13 20 16 22 16 14 10 16 26 30|0.0|3.11 +007192|sil wo3 zhe4 me5 guan1 xin1 ni3 sp1 ni3 hai2 shuo1 wo3 fan2 sil|sil 我 这 么 关 心 你 sp1 你 还 说 我 烦 sil|28 13 13 13 17 17 24 11 10 15 13 17 32 29|0.0|2.925 +007193|sil die1 die5 sui2 shen1 dai4 zhe5 suo3 na4 he2 sheng1 sil|sil 爹 爹 随 身 带 着 唢 呐 和 笙 sil|25 19 20 19 19 17 12 22 23 16 29 27|0.0|2.875 +007194|sil luo3 lu4 de5 pi2 fu1 tu2 mo3 qu1 bi4 ji4 sil|sil 裸 露 的 皮 肤 涂 抹 驱 避 剂 sil|30 15 16 10 20 25 21 18 22 14 27 29|0.0|2.865 +007195|sil ta1 xue2 dong1 xi5 bing4 bu2 kuai4 sp1 er2 ta1 xiang3 ti2 ba2 de5 ren2 sp1 wang2 wang3 dou1 shi4 xie1 ben4 dan4 sil|sil 他 学 东 西 并 不 快 sp1 而 他 想 提 拔 的 人 sp1 往 往 都 是 些 笨 蛋 sil|26 20 17 18 16 19 12 31 26 10 16 19 20 15 10 23 19 13 20 12 12 17 18 22 30|0.0|5.35 +007196|sil guo4 chun1 jie2 zen3 me5 neng2 bu4 hui2 jia1 ne5 sil|sil 过 春 节 怎 么 能 不 回 家 呢 sil|25 15 20 26 14 7 17 12 16 20 23 28|0.0|2.59 +007197|sil zhi1 hou4 sp1 tui1 xiao1 yuan2 bu2 zai4 sao1 rao3 ta1 sil|sil 之 后 sp1 推 销 员 不 再 骚 扰 他 sil|25 16 26 9 17 18 22 15 17 17 18 30 31|0.0|3.025 +007198|sil ran2 er2 feng1 shui3 lun2 liu2 zhuan3 sp1 jin1 nian2 geng4 duo1 wen2 ke1 sheng1 sp1 zai1 zai4 le5 gao1 kao3 zhong1 sil|sil 然 而 风 水 轮 流 转 sp1 今 年 更 多 文 科 生 sp1 栽 在 了 高 考 中 sil|31 18 25 22 16 15 17 31 23 17 25 18 14 15 15 19 5 21 11 12 15 21 26 30|0.0|5.365 +007199|sil shang4 shu4 san1 ren2 sp1 wei2 zu3 zhi1 ling2 dao2 zhe3 sil|sil 上 述 三 人 sp1 为 组 织 领 导 者 sil|29 22 15 19 25 10 18 26 20 22 18 27 29|0.0|3.245 +007200|sil ling2 shou4 hang2 ye4 de5 guai2 dian3 sp1 yi3 jing1 lin2 jin4 sil|sil 零 售 行 业 的 拐 点 sp1 已 经 临 近 sil|29 16 18 20 13 9 20 27 4 13 17 19 26 31|0.0|3.045 +007201|sil luo2 tian1 cheng2 sp1 ni3 de5 zi4 sp1 hen3 piao4 liang4 ei5 sil|sil 罗 天 诚 sp1 你 的 字 sp1 很 漂 亮 诶 sil|27 13 20 30 17 11 12 25 3 20 22 15 24 32|0.0|3.145 +007202|sil jiu2 jing3 fa2 zi5 she4 du2 shi2 hen3 qiao2 cui4 sil|sil 酒 井 法 子 涉 毒 时 很 憔 悴 sil|25 20 18 22 13 20 16 23 19 23 29 32|0.0|3.02 +007203|sil ta1 wan3 liu2 bu2 zhu4 sp1 zhi2 hao3 gen1 shang4 qu4 sil|sil 他 挽 留 不 住 sp1 只 好 跟 上 去 sil|25 20 16 16 15 24 6 18 17 16 20 22 29|0.0|2.83 +007204|sil ta1 zhao4 liang2 yang4 jun1 shuo1 de5 teng2 xie3 yi2 bian4 sil|sil 他 照 梁 样 君 说 的 誊 写 一 遍 sil|27 20 19 15 18 17 20 14 24 17 16 27 27|0.0|3.035 +007205|sil wo3 pi2 qi4 chao1 ji2 hao3 sp1 bu2 hui4 ji2 de5 sil|sil 我 脾 气 超 级 好 sp1 不 会 急 的 sil|30 11 20 17 21 15 26 8 12 18 20 19 28|0.0|2.85 +007206|sil xian4 zhai1 lu4 zheng2 li3 sp1 yi2 jing3 shi4 hou4 ren2 sil|sil 现 摘 录 整 理 sp1 以 警 示 后 人 sil|28 26 15 16 17 25 12 16 16 15 20 27 29|0.0|3.04 +007207|sil san1 shi4 chang4 tong1 liu2 dong4 xuan3 ba2 qu2 dao4 sil|sil 三 是 畅 通 流 动 选 拔 渠 道 sil|29 23 23 25 14 18 15 20 15 18 24 29|0.0|2.935 +007208|sil qi2 shi2 sp1 chen2 shan1 cong1 yi2 xiang4 zhong1 qing2 da4 bao1 bao1 sp1 geng4 cheng2 le5 ta1 de5 zhao1 pai2 biao1 zhi4 sil|sil 其 实 sp1 陈 山 聪 一 向 钟 情 大 包 包 sp1 更 成 了 他 的 招 牌 标 志 sil|28 18 27 10 21 19 30 17 19 16 21 14 16 25 20 19 16 8 18 11 18 17 19 24 28|0.0|5.565 +007209|sil hai2 you3 mei2 you3 shu1 san4 de5 zhe4 xie1 lv3 ke4 sp1 ta1 men5 an1 zhi4 zhuang4 kuang4 jiu1 jing4 zen3 me5 yang4 sil|sil 还 有 没 有 疏 散 的 这 些 旅 客 sp1 他 们 安 置 状 况 究 竟 怎 么 样 sil|27 18 14 13 12 19 18 9 11 12 22 26 18 14 11 17 12 20 22 16 17 10 15 27 29|0.0|4.98 +007210|sil jia1 su4 zhe4 yi2 fan4 zui4 tuan2 huo3 mie4 wang2 de5 sp1 jing4 shi4 yi2 ge5 xiao2 xiao3 de5 wang2 tie3 sil|sil 加 速 这 一 犯 罪 团 伙 灭 亡 的 sp1 竟 是 一 个 小 小 的 网 帖 sil|28 23 19 16 8 19 11 20 17 20 22 15 19 16 14 11 17 19 14 7 21 34 29|0.0|4.86 +007211|sil jiu4 hen2 chan3 mei4 de5 sp1 shen1 chu1 liang3 zhi1 shou2 zhi3 tou5 sp1 chong4 kao3 guan1 yi2 xiao4 sp1 ye4 sil|sil 就 很 谄 媚 的 sp1 伸 出 两 只 手 指 头 sp1 冲 考 官 一 笑 sp1 曳 sil|30 17 19 23 23 15 4 18 11 18 13 19 17 25 13 19 17 16 13 25 23 29 31|0.0|5.08 +007212|sil gan1 hui4 ping2 ye3 bu4 xiao3 de2 dao4 di2 za3 hui2 shir4 r sp1 liang2 kou3 zi5 ban4 le5 ji3 ju4 zui3 hou4 hui2 le5 jia1 sil|sil 甘 慧 萍 也 不 晓 得 到 底 咋 回 事 儿 sp1 两 口 子 拌 了 几 句 嘴 后 回 了 家 sil|30 17 18 28 17 14 22 14 15 11 18 16 23 0 34 16 19 16 14 10 13 14 20 20 17 13 27 29|0.0|5.86 +007213|sil jiang3 jiu5 nei4 wai4 he2 yi1 xing2 shen2 jian1 bei4 sp1 jie2 zou4 xian1 ming2 de5 min2 zu2 feng1 ge2 sil|sil 讲 究 内 外 合 一 形 神 兼 备 sp1 节 奏 鲜 明 的 民 族 风 格 sil|28 24 18 20 18 23 23 24 20 21 20 18 17 15 19 21 18 16 15 21 28 29|0.0|5.29 +007214|sil sui2 hou4 sp1 ji4 zhe3 you4 lian2 xi4 shang4 sp1 wu2 wu3 si4 lu4 gong1 jiao1 you3 guan1 fu4 ze2 ren2 sil|sil 随 后 sp1 记 者 又 联 系 上 sp1 五 五 四 路 公 交 有 关 负 责 人 sil|30 19 24 18 20 18 15 16 12 24 8 13 18 20 16 15 15 13 15 13 15 26 29|0.0|4.78 +007215|sil zong3 jue2 de5 xiang4 ji1 guang3 gao4 zhong1 de5 mo2 ter4 r sp1 te4 bie2 piao4 liang4 shuai4 qi4 sil|sil 总 觉 得 相 机 广 告 中 的 模 特 儿 sp1 特 别 漂 亮 帅 气 sil|28 20 15 14 19 13 16 13 13 8 19 27 0 6 18 15 21 18 24 26 32|0.0|4.235 +007216|sil er2 zi5 de5 can2 si3 sp1 ling4 nian2 qing1 de5 fu4 qin1 yuan2 mou2 mou3 sp1 shi2 fen1 bei1 tong4 sil|sil 儿 子 的 惨 死 sp1 令 年 轻 的 父 亲 袁 某 某 sp1 十 分 悲 痛 sil|28 16 13 10 23 30 19 17 18 16 10 19 23 18 15 22 3 19 18 17 30 29|0.0|4.795 +007217|sil sheng4 yi1 ri4 qian2 xian4 shen1 shang4 hai3 sp1 shen1 xing2 miao2 tiao2 de5 ta1 yi2 shou3 zhe1 du4 sil|sil 圣 依 日 前 现 身 上 海 sp1 身 形 苗 条 的 她 以 手 遮 肚 sil|25 26 27 17 23 16 14 21 28 22 19 16 22 15 9 28 17 21 19 23 27|0.0|5.045 +007218|sil ye3 jiu4 shi4 shuo1 sp1 xie2 shi1 yao4 jia4 de5 shi2 ji4 shi2 jian1 sp1 chao1 guo4 ban4 xiao3 shi2 sil|sil 也 就 是 说 sp1 挟 尸 要 价 的 实 际 时 间 sp1 超 过 半 小 时 sil|31 12 13 11 26 16 20 16 19 18 11 17 13 16 22 4 24 15 16 18 29 29|0.0|4.6 +007219|sil zao3 qian2 chen2 jia1 huan2 yu2 xiang1 gang3 bao4 jing3 sp1 wen4 dao4 dang1 shi2 jiu1 jing4 gao4 shui2 sil|sil 早 前 陈 嘉 桓 于 香 港 报 警 sp1 问 到 当 时 究 竟 告 谁 sil|25 21 29 22 17 25 16 19 15 16 26 27 15 13 16 21 14 15 16 31 30|0.0|4.985 +007220|sil nan2 you3 shuo1 sp1 su4 she4 li3 yi4 ge1 men5 sp1 chi1 he2 tao5 sp1 yu4 dao4 yi2 ge5 ying4 de5 sil|sil 男 友 说 sp1 宿 舍 里 一 哥 们 sp1 吃 核 桃 sp1 遇 到 一 个 硬 的 sil|30 16 16 27 27 17 14 14 16 18 25 5 20 19 23 5 12 14 10 14 22 20 31|0.0|4.82 +007221|sil mu4 qian2 sp1 ge4 di4 yi2 ci4 xing4 gong1 wang2 bu3 zhu4 jin1 biao1 zhun3 sp1 bu2 jin4 xiang1 tong2 sil|sil 目 前 sp1 各 地 一 次 性 工 亡 补 助 金 标 准 sp1 不 尽 相 同 sil|29 13 30 19 19 19 16 14 23 13 19 15 13 22 19 21 3 13 17 20 32 29|0.0|4.85 +007222|sil she4 ying3 shi1 mei2 you2 shou3 sp1 jiu4 xiang4 sai4 pao2 zhe3 mei2 you2 jiao3 sp1 ling4 ren2 qi4 nei3 sil|sil 摄 影 师 没 有 手 sp1 就 像 赛 跑 者 没 有 脚 sp1 令 人 气 馁 sil|29 19 15 20 15 12 31 20 14 20 17 17 16 17 12 33 11 13 14 21 29 33|0.0|4.965 +007223|sil hou4 lai2 sp1 xiao3 mao2 yi4 zhi2 mei2 ba3 qian1 hao3 de5 he2 tong5 sp1 na2 gei3 wang2 xian1 sheng5 sil|sil 后 来 sp1 小 毛 一 直 没 把 签 好 的 合 同 sp1 拿 给 王 先 生 sil|28 14 27 10 24 26 18 10 19 14 19 15 8 18 19 4 21 13 17 19 21 28|0.0|4.555 +007224|sil zai4 gong1 yuan2 xiao3 yu2 xu1 de5 ju2 mian4 xia4 sp1 zhao3 bao2 mu3 nan2 cheng2 le5 chang2 tai4 sil|sil 在 供 远 小 于 需 的 局 面 下 sp1 找 保 姆 难 成 了 常 态 sil|28 23 17 17 16 15 15 10 13 21 26 19 21 13 17 32 18 8 27 29 31|0.0|4.83 +007225|sil ran2 er2 ca1 gan1 yan3 lei4 sp1 ta1 you4 bu4 de2 bu4 guai1 guai1 de5 fu2 cong2 yan2 li4 de5 ba4 ba5 sil|sil 然 而 擦 干 眼 泪 sp1 她 又 不 得 不 乖 乖 地 服 从 严 厉 的 爸 爸 sil|29 18 25 22 16 16 22 17 14 16 13 14 16 19 18 13 17 19 16 16 8 20 24 31|0.0|5.1 +007226|sil xuan2 gua4 zhe5 tiao2 fu2 de5 da4 lou2 san1 sp1 bei4 mei2 ti3 cheng1 wei2 sp1 lou2 kua2 kua3 sil|sil 悬 挂 着 条 幅 的 大 楼 三 sp1 被 媒 体 称 为 sp1 楼 垮 垮 sil|31 25 15 11 20 18 11 13 18 26 21 11 19 17 23 21 10 18 22 34 28|0.0|4.78 +007227|sil sui2 hou4 sp1 nan2 zi3 jing4 zai4 zhong4 mu4 kui2 kui2 zhi1 xia4 shun3 xi1 tuo2 niao3 xue4 ye4 sil|sil 随 后 sp1 男 子 竟 在 众 目 睽 睽 之 下 吮 吸 鸵 鸟 血 液 sil|33 18 26 19 21 18 18 18 14 14 16 13 13 26 23 18 19 18 21 22 30|0.0|4.85 +007228|sil dui4 ci3 ta1 xiao4 na4 sp1 pin2 dian2 hao3 sp1 bu4 zhang3 chong2 er5 sil|sil 对 此 她 笑 纳 sp1 贫 点 好 sp1 不 长 虫 儿 sil|23 18 25 17 20 29 27 24 19 27 6 13 17 23 20 24|0.0|3.855 +007229|sil lin2 fu4 shuo1 sp1 bei1 ju4 fa1 sheng1 hou4 sp1 ceng2 bu4 zhi3 yi2 ci4 sp1 meng4 jian4 tian2 yong3 tao1 lin1 zhe5 jiu3 lai2 kan4 zi4 ji3 sil|sil 林 父 说 sp1 悲 剧 发 生 后 sp1 曾 不 止 一 次 sp1 梦 见 田 永 涛 拎 着 酒 来 看 自 己 sil|30 18 19 26 31 15 13 17 16 22 23 24 12 14 15 23 9 20 21 15 17 24 17 11 28 17 23 16 25 33|0.0|6.9 +007230|sil bu2 guo4 sp1 zui4 pa4 qing1 wa1 de5 yu2 wen2 le4 sp1 que4 bu4 xiao3 xin1 zhen1 zheng4 tian3 dao4 le5 sp1 rang4 ta1 da4 han3 beng1 kui4 sil|sil 不 过 sp1 最 怕 青 蛙 的 余 文 乐 sp1 却 不 小 心 真 正 舔 到 了 sp1 让 他 大 喊 崩 溃 sil|27 13 24 9 20 19 17 16 9 13 14 21 13 18 11 18 21 16 14 25 21 16 21 17 20 14 23 18 30 32|0.0|6.38 +007231|sil ta1 de5 sui4 shu4 sp1 bi3 wang2 bo2 cheng2 tian1 cai2 shi2 shao3 le5 yi2 bei4 sp1 zi4 ran2 xie3 bu4 chu1 er2 ge1 sil|sil 他 的 岁 数 sp1 比 王 勃 成 天 才 时 少 了 一 倍 sp1 自 然 写 不 出 儿 歌 sil|30 17 10 18 21 10 14 19 16 20 17 17 23 23 11 14 21 19 15 16 17 10 14 21 24 32|0.0|5.445 +007232|sil ta1 men5 de5 shou1 ru4 pu3 bian4 bu4 gao1 sp1 kou4 chu2 jiu4 ye4 cheng2 ben3 sp1 jiu4 xiang1 cha4 wu2 ji3 le5 sil|sil 他 们 的 收 入 普 遍 不 高 sp1 扣 除 就 业 成 本 sp1 就 相 差 无 几 了 sil|28 17 11 9 19 19 19 16 13 25 24 17 18 13 12 22 23 15 15 20 20 15 19 22 29|0.0|5.34 +007233|sil na4 li2 you3 xue2 ye3 da4 di4 sp1 na4 li2 you3 zhan4 you3 de5 sheng1 si3 xiang1 qian1 sil|sil 那 里 有 雪 野 大 地 sp1 那 里 有 战 友 的 生 死 相 牵 sil|33 15 15 16 21 17 18 23 22 12 12 18 19 19 13 19 17 20 31 30|0.0|4.53 +007234|sil ba1 nian2 le5 sp1 mei3 ci4 dou1 you3 qian2 sp1 ke3 wei4 he2 cong2 lai2 mei2 you3 yi2 ci4 chao1 guo4 wu3 mao2 qian2 sil|sil 八 年 了 sp1 每 次 都 有 钱 sp1 可 为 何 从 来 没 有 一 次 超 过 五 毛 钱 sil|27 17 21 18 15 18 15 13 13 30 26 16 15 23 19 12 10 10 17 22 21 13 11 23 34 32|0.0|5.695 +007235|sil bu4 liao2 jie2 wo3 men5 de5 ren2 sp1 zhi2 you3 man2 nao3 dai5 lang4 man4 de5 xiang3 xiang4 sil|sil 不 了 解 我 们 的 人 sp1 只 有 满 脑 袋 浪 漫 的 想 象 sil|26 15 18 18 12 10 13 24 17 13 10 22 20 14 20 16 9 21 28 31|0.0|4.145 +007236|sil qiao2 xia4 che4 tong2 yang4 zai4 hun4 xiao2 shi4 fei1 sp1 ke3 jian4 ri4 ben3 you4 yi4 jian1 chi2 e4 xing2 sp1 bu4 ken3 hui2 gai3 sil|sil 桥 下 彻 同 样 在 混 淆 是 非 sp1 可 见 日 本 右 翼 坚 持 恶 行 sp1 不 肯 悔 改 sil|28 23 20 26 23 18 15 15 16 16 24 32 17 22 15 14 20 18 21 17 14 29 6 12 19 22 30 27|0.0|6.495 +007237|sil jing1 gong1 an1 bu4 men2 diao4 cha2 sp1 zhao4 shi4 zhe3 sp1 wei2 nan2 liu2 zhuang1 cun1 min2 sp1 liu2 da4 nao1 sil|sil 经 公 安 部 门 调 查 sp1 肇 事 者 sp1 为 南 刘 庄 村 民 sp1 刘 大 孬 sil|26 24 14 12 13 16 18 31 15 18 17 27 13 14 19 15 20 21 26 10 18 14 27 32|0.0|5.34 +007238|sil yi1 sp1 di4 yi1 fu1 ren5 shi4 cong2 mei3 guo2 xing1 qi3 de5 sil|sil 一 sp1 第 一 夫 人 是 从 美 国 兴 起 的 sil|27 31 29 16 12 20 24 18 17 17 16 19 18 27 25|0.0|3.67 +007239|sil zhe4 lei4 chuan2 tong2 qi3 ye4 sp1 hui4 yue4 lai2 yue4 duo1 sil|sil 这 类 传 统 企 业 sp1 会 越 来 越 多 sil|26 17 15 20 14 18 23 5 16 11 15 16 23 29|0.0|2.875 +007240|sil xu2 tian1 shi4 ge5 li4 luo4 ren2 sil|sil 徐 天 是 个 利 落 人 sil|28 20 24 18 8 17 18 27 26|0.0|2.165 +007241|sil tie3 li4 wa2 er3 de5 tu3 xun4 sil|sil 铁 力 瓦 尔 地 吐 逊 sil|25 21 22 20 18 17 22 31 28|0.0|2.37 +007242|sil shi4 yin1 wei4 wo3 hai2 shi4 dan1 shen1 sp1 suo2 yi3 hui4 you3 zhe4 me5 duo1 yao2 yan2 ba5 sil|sil 是 因 为 我 还 是 单 身 sp1 所 以 会 有 这 么 多 谣 言 吧 sil|28 18 15 23 13 17 13 15 25 5 18 13 13 14 13 12 14 18 19 23 28|0.0|4.145 +007243|sil wei4 shen2 me5 yao4 ao4 jiao1 sil|sil 为 什 么 要 傲 娇 sil|28 16 16 8 16 18 31 28|0.0|1.87 +007244|sil hai3 shang4 wen4 ti2 sp1 ke3 neng2 zai4 wu3 zhi4 qi1 nian2 nei4 da2 dao4 ding2 dian3 sil|sil 海 上 问 题 sp1 可 能 在 五 至 七 年 内 达 到 顶 点 sil|29 16 17 18 23 7 13 16 21 21 19 16 18 21 16 13 22 31 28|0.0|4.24 +007245|sil yi1 sheng1 a5 sil|sil 医 生 啊 sil|27 15 23 28 29|0.0|1.415 +007246|sil bie2 e5 sp1 xiang2 xiang3 ban4 fa3 ba5 sil|sil 别 呃 sp1 想 想 办 法 吧 sil|26 23 22 14 19 18 17 19 25 26|0.0|2.43 +007247|sil xiao3 hai2 kao3 shi4 mei2 kao2 hao3 sp1 bei4 ta1 ma1 ma5 zou4 le5 yi2 dun4 sil|sil 小 孩 考 试 没 考 好 sp1 被 他 妈 妈 揍 了 一 顿 sil|30 20 23 19 12 14 17 30 15 13 14 15 15 18 13 13 27 30|0.0|3.92 +007248|sil deng2 wo3 bai2 tian1 zhao4 yi2 xia4 ba5 sil|sil 等 我 白 天 照 一 下 吧 sil|26 16 14 16 21 19 9 22 22 28|0.0|2.245 +007249|sil jia1 shang4 tui2 jiao3 bu4 ling2 bian4 sp1 ta1 bian4 wang3 hou4 dao3 le5 xia4 qu4 sil|sil 加 上 腿 脚 不 灵 便 sp1 他 便 往 后 倒 了 下 去 sil|25 21 21 22 21 12 21 22 26 17 21 16 21 16 10 19 23 31|0.0|4.235 +007250|sil zhi3 ou2 er2 da3 ge5 dian4 hua4 sil|sil 只 偶 尔 打 个 电 话 sil|26 16 17 18 15 8 21 27 27|0.0|2.035 +007251|sil hao3 kai1 xin1 de5 yi4 tian1 o5 sil|sil 好 开 心 的 一 天 喔 sil|28 19 17 17 10 12 22 25 30|0.0|2.085 +007252|sil xian1 na2 chu1 ni3 de5 cheng2 yi4 lai2 sil|sil 先 拿 出 你 的 诚 意 来 sil|27 21 17 16 13 10 25 13 32 27|0.0|2.33 +007253|sil tian1 qi4 yu4 bao4 shuo1 sp1 er4 shi2 er4 du4 sil|sil 天 气 预 报 说 sp1 二 十 二 度 sil|26 20 14 14 18 26 11 14 14 18 23 28|0.0|2.625 +007254|sil zhe4 me5 zhao2 ji2 han2 wo3 gan4 ma2 sil|sil 这 么 着 急 喊 我 干 嘛 sil|23 15 12 19 18 18 12 16 29 27|0.0|2.195 +007255|sil zhang1 nv3 shi4 en4 le5 yi4 sheng1 sil|sil 张 女 士 嗯 了 一 声 sil|25 19 15 24 14 14 14 31 28|0.0|2.135 +007256|sil liang3 ren2 de5 lian2 pu2 wang2 shou3 ye4 sil|sil 两 人 的 脸 谱 网 首 页 sil|28 19 16 11 20 16 17 23 26 29|0.0|2.375 +007257|sil zhe4 shi2 ji4 shang4 shi4 fa3 tiao2 chong1 tu5 sp1 yi3 shui2 wei2 zhun3 de5 wen4 ti2 sil|sil 这 实 际 上 是 法 条 冲 突 sp1 以 谁 为 准 的 问 题 sil|26 16 16 13 25 23 17 19 23 20 15 14 23 17 17 8 19 28 30|0.0|4.285 +007258|sil zhe4 ge5 zhen1 de5 nan2 dao2 wo3 la5 sil|sil 这 个 真 的 难 倒 我 啦 sil|25 19 15 17 8 21 17 15 27 31|0.0|2.265 +007259|sil lin2 de5 jiu4 jiu5 ye2 gan3 lai2 sil|sil 林 的 舅 舅 也 赶 来 sil|27 19 11 20 14 16 18 28 28|0.0|2.1 +007260|sil xu1 yao4 da4 yue1 liang2 xiao3 shi2 sil|sil 需 要 大 约 两 小 时 sil|28 20 16 16 12 20 20 30 30|0.0|2.225 +007261|sil yi2 ding4 shi4 zai4 xin1 shang2 wo3 la5 sil|sil 一 定 是 在 欣 赏 我 啦 sil|28 13 17 13 13 16 18 15 26 28|0.0|2.17 +007262|sil wo2 xiang3 wo2 ye3 bu2 hui4 le5 sil|sil 我 想 我 也 不 会 了 sil|28 12 27 11 15 15 21 22 29|0.0|2.09 +007263|sil zhou1 yong3 kang1 xiang4 nu2 er3 bie2 er3 sil|sil 周 永 康 向 努 尔 别 尔 sil|26 16 15 26 24 12 17 25 28 28|0.0|2.52 +007264|sil ying1 gai1 shi4 jiao4 jiu4 lao3 ye2 ba5 sil|sil 应 该 是 叫 舅 姥 爷 吧 sil|30 15 16 16 19 17 21 17 19 29|0.0|2.315 +007265|sil kong1 qi4 zhi4 liang4 you1 sil|sil 空 气 质 量 优 sil|25 23 15 13 19 30 26|0.0|1.755 +007266|sil na4 jiu4 yao4 shi4 mu4 yi3 dai4 lou5 sil|sil 那 就 要 拭 目 以 待 喽 sil|28 16 14 19 17 16 13 19 26 28|0.0|2.27 +007267|sil jie3 fang4 jun1 jiu4 qu4 jiu4 an3 men2 sil|sil 解 放 军 就 去 救 俺 们 sil|27 16 17 23 16 14 16 23 25 28|0.0|2.375 +007268|sil ou2 er3 hui4 you3 yi4 dian3 wu2 liao2 la5 sil|sil 偶 尔 会 有 一 点 无 聊 啦 sil|28 16 20 13 10 11 15 14 20 26 29|0.0|2.34 +007269|sil xiao4 er2 bu4 yu3 shi4 yi4 zhong3 tai4 du4 sil|sil 笑 而 不 语 是 一 种 态 度 sil|27 21 14 19 24 16 12 19 27 23 28|0.0|2.665 +007270|sil zuo2 ri4 sp1 yue4 bing3 da4 fu2 jiang4 jia4 sil|sil 昨 日 sp1 月 饼 大 幅 降 价 sil|26 21 23 9 18 22 18 14 20 27 28|0.0|2.62 +007271|sil ni3 bie2 kua1 wo3 sp1 wo3 zhi1 dao4 ni3 yi4 kua1 wo3 jiu4 yao4 chi1 da4 kui1 le5 sil|sil 你 别 夸 我 sp1 我 知 道 你 一 夸 我 就 要 吃 大 亏 了 sil|30 12 14 25 24 26 10 12 13 15 18 27 19 12 13 19 19 22 20 29|0.0|4.395 +007272|sil du2 chang3 nei4 de5 zhuan1 ye4 zhuang1 bei4 sil|sil 赌 场 内 的 专 业 装 备 sil|26 17 21 14 11 15 16 23 24 28|0.0|2.265 +007273|sil cai4 yun1 dui4 ci3 xian4 mu4 bu4 yi3 sil|sil 蔡 赟 对 此 羡 慕 不 已 sil|27 24 24 14 16 22 15 16 26 29|0.0|2.47 +007274|sil ou3 zai4 he2 ni3 liao2 tian1 a5 sil|sil 偶 在 和 你 聊 天 啊 sil|28 17 17 15 12 21 25 26 26|0.0|2.175 +007275|sil zan2 men5 ye2 dei2 ti3 liang4 guo2 jia1 sil|sil 咱 们 也 得 体 谅 国 家 sil|25 18 10 15 14 14 21 16 28 29|0.0|2.21 +007276|sil lou2 shi4 zheng4 zai4 yun4 niang4 guai2 dian3 sil|sil 楼 市 正 在 酝 酿 拐 点 sil|28 17 23 16 13 13 19 22 35 28|0.0|2.48 +007277|sil dou1 shi4 yao2 yan2 re3 de5 huo4 sil|sil 都 是 谣 言 惹 的 祸 sil|26 16 22 21 19 14 12 28 28|0.0|2.155 +007278|sil huang2 gua1 chao3 ji1 dan4 sil|sil 黄 瓜 炒 鸡 蛋 sil|27 24 19 20 17 27 30|0.0|1.9 +007279|sil wo3 jiu4 shi4 xiao1 ye4 de5 kui2 lei3 sil|sil 我 就 是 肖 烨 的 傀 儡 sil|28 14 15 13 18 13 9 17 34 28|0.0|2.2 +007280|sil shuo1 cao2 cao1 wo3 jiu4 chu1 xian4 le5 sil|sil 说 曹 操 我 就 出 现 了 sil|28 19 19 23 12 13 16 23 19 29|0.0|2.335 +007281|sil li2 mou2 nv3 shi4 jiang2 jie3 yuan2 sil|sil 李 某 女 是 讲 解 员 sil|29 16 20 26 16 18 14 36 28|0.0|2.36 +007282|sil yang2 zi2 wan3 bao4 ji4 zhe3 yi3 zi4 ji3 de5 qing2 kuang4 ce4 shi4 le5 yi4 fan1 sil|sil 扬 子 晚 报 记 者 以 自 己 的 情 况 测 试 了 一 番 sil|24 21 13 16 15 17 29 18 16 11 9 24 22 18 14 10 15 28 26|0.0|4.02 +007283|sil wo3 ai4 ni3 sheng4 guo4 ai4 zi4 ji3 sil|sil 我 爱 你 胜 过 爱 自 己 sil|28 11 21 21 21 14 18 17 29 28|0.0|2.42 +007284|sil wo3 de5 xin1 zhi2 shu3 yu2 ni3 o5 sil|sil 我 的 心 只 属 于 你 哦 sil|28 13 9 23 17 19 11 14 28 28|0.0|2.21 +007285|sil you3 shi2 hou4 hu2 zi5 bu4 gua1 sil|sil 有 时 候 胡 子 不 刮 sil|29 16 17 21 21 14 14 26 29|0.0|2.175 +007286|sil chuan2 mei2 da4 heng1 mo4 duo1 ke4 sil|sil 传 媒 大 亨 默 多 克 sil|26 18 13 18 24 19 14 31 29|0.0|2.225 +007287|sil wo3 yi4 zhi2 hui4 nian2 qing1 yo5 sil|sil 我 一 直 会 年 轻 哟 sil|28 11 18 13 15 18 26 25 28|0.0|2.115 +007288|sil zhe4 shi4 wo3 de5 yi4 xie1 miu4 jian4 sil|sil 这 是 我 的 一 些 谬 见 sil|26 15 13 13 8 12 15 26 31 28|0.0|2.17 +007289|sil cai4 mei3 er2 ye3 zai4 si1 kao3 zhe5 sil|sil 蔡 美 儿 也 在 思 考 着 sil|27 23 17 23 16 17 18 22 26 29|0.0|2.53 +007290|sil fa1 zhan2 gai3 ge2 wei2 zhi3 chu1 sil|sil 发 展 改 革 委 指 出 sil|29 21 20 14 12 18 16 32 28|0.0|2.21 +007291|sil mei2 ye1 er3 jiu4 zuo4 dao4 le5 sil|sil 梅 耶 尔 就 做 到 了 sil|29 16 12 19 15 17 19 21 29|0.0|2.06 +007292|sil xi1 wang4 wo3 ji2 dian3 jiao4 ni3 ne5 sil|sil 希 望 我 几 点 叫 你 呢 sil|29 17 15 14 18 17 17 14 25 28|0.0|2.255 +007293|sil shui2 dou1 you2 ke3 neng2 ai4 ni3 sil|sil 谁 都 有 可 能 爱 你 sil|28 22 15 16 14 15 24 26 28|0.0|2.185 +007294|sil wo3 de5 xi4 tong3 an1 zhuang1 bu2 shang4 sp1 kuai4 dian3 zhi2 dian3 zhi2 dian2 wo3 ba5 sil|sil 我 的 系 统 安 装 不 上 sp1 快 点 指 点 指 点 我 吧 sil|31 13 9 17 19 16 16 12 24 21 21 21 15 17 11 15 17 25 30|0.0|4.06 +007295|sil ta1 li4 ji2 yun1 dao3 zai4 di4 sil|sil 她 立 即 晕 倒 在 地 sil|26 16 21 17 16 15 17 26 26|0.0|2.095 +007296|sil tong1 yong4 qi4 che1 pai2 zai4 di4 san1 sp1 wei2 jiu2 dian3 er4 si4 liu4 yi4 mei3 yuan2 sil|sil 通 用 汽 车 排 在 第 三 sp1 为 九 点 二 四 六 亿 美 元 sil|28 18 16 17 23 18 14 13 28 32 25 24 18 20 13 18 11 19 28 29|0.0|4.785 +007297|sil cun2 gang3 bi4 sp1 ye3 bu4 ke2 yi3 me5 sil|sil 存 港 币 sp1 也 不 可 以 么 sil|26 27 21 23 6 16 12 16 12 30 27|0.0|2.51 +007298|sil wang2 hai3 jian4 mian2 yu3 pei2 chang2 sil|sil 王 海 剑 免 予 赔 偿 sil|29 15 19 23 18 18 20 34 30|0.0|2.39 +007299|sil zhe4 fang1 mian4 sp1 weng4 an1 ye2 you3 jiao4 xun4 sil|sil 这 方 面 sp1 瓮 安 也 有 教 训 sil|27 18 17 25 12 15 22 12 15 21 29 28|0.0|2.8 +007300|sil he2 shi2 cai2 neng2 you2 yu3 a5 sil|sil 何 时 才 能 有 雨 啊 sil|28 19 19 17 14 17 18 28 29|0.0|2.19 +007301|sil fu4 zi2 lia3 niu2 da3 zai4 yi4 qi3 sil|sil 父 子 俩 扭 打 在 一 起 sil|35 13 14 22 21 16 15 9 30 30|0.0|2.38 +007302|sil xiang3 ting1 ting1 nin2 de5 guan1 dian3 sil|sil 想 听 听 您 的 观 点 sil|30 24 16 18 18 10 22 28 30|0.0|2.275 +007303|sil ta1 shi2 zai4 nan2 xiang1 chu3 sil|sil 她 实 在 难 相 处 sil|26 20 22 13 18 22 29 30|0.0|2.095 +007304|sil jing1 chang2 shi3 yong4 dian4 re4 tan2 zhe3 sp1 hai2 ying1 shi4 liang4 zeng1 jia1 yin2 shui3 sil|sil 经 常 使 用 电 热 毯 者 sp1 还 应 适 量 增 加 饮 水 sil|31 20 19 16 18 14 11 23 23 19 15 19 19 25 17 16 16 31 32|0.0|4.455 +007305|sil wo3 bu2 hui4 tiao4 guang2 chang2 wu3 ne5 sil|sil 我 不 会 跳 广 场 舞 呢 sil|31 14 13 18 20 15 17 15 28 31|0.0|2.34 +007306|sil ci3 shi2 wu2 sheng1 sheng4 you3 sheng1 sil|sil 此 时 无 声 胜 有 声 sil|28 21 18 14 24 21 19 31 29|0.0|2.38 +007307|sil pai1 wan2 zai4 suan4 sp1 ha1 ha1 ha1 sil|sil 拍 完 再 算 sp1 哈 哈 哈 sil|30 21 18 16 23 12 12 15 27 34|0.0|2.41 +007308|sil bu4 neng2 gou4 yin1 ye1 fei4 shi2 sil|sil 不 能 够 因 噎 废 食 sil|29 11 19 19 18 18 21 35 31|0.0|2.335 +007309|sil wa5 sp1 gu3 wen2 ye5 sp1 shuo1 zhe5 shen1 chu1 shou3 shuo1 sp1 ni2 hao3 sp1 jiu2 yang3 le5 sil|sil 哇 sp1 古 文 耶 sp1 说 着 伸 出 手 说 sp1 你 好 sp1 久 仰 了 sil|31 36 5 15 17 26 18 23 16 17 13 19 27 40 11 30 6 19 21 23 30|0.0|5.145 +007310|sil wo3 gang1 xue2 le5 tang2 cu4 pai2 gu3 sil|sil 我 刚 学 了 糖 醋 排 骨 sil|31 13 21 15 12 23 16 24 25 30|0.0|2.44 +007311|sil dai4 shou3 tao4 de5 yi2 wei4 shi1 fu5 sp1 gao1 yang2 zhe5 shou3 sp1 yang3 tou2 zhi3 hui1 sil|sil 戴 手 套 的 一 位 师 傅 sp1 高 扬 着 手 sp1 仰 头 指 挥 sil|31 17 17 19 8 11 14 21 20 10 19 17 12 26 10 21 19 17 32 32|0.0|4.325 +007312|sil dao4 nan2 bei3 chao2 shi2 sp1 hun2 tun5 xing2 ru2 yan3 yue4 sp1 tian1 xia4 tong1 shi2 sil|sil 到 南 北 朝 时 sp1 馄 饨 形 如 偃 月 sp1 天 下 通 食 sil|31 18 21 13 20 28 15 28 26 25 15 21 21 7 23 19 21 32 29|0.0|4.795 +007313|sil he2 bei2 sheng3 tang2 shan1 shi4 ren2 sil|sil 河 北 省 唐 山 市 人 sil|29 16 14 23 21 18 18 29 31|0.0|2.305 +007314|sil wo3 yao4 shang4 ban1 a5 da4 jie3 sil|sil 我 要 上 班 啊 大 姐 sil|31 9 15 22 15 19 15 30 29|0.0|2.15 +007315|sil deng2 ni3 de5 chang2 fa4 ji2 yao1 ma5 sil|sil 等 你 的 长 发 及 腰 吗 sil|28 19 15 12 24 18 16 19 30 30|0.0|2.45 +007316|sil xing4 hao3 mei2 niang4 cheng2 can3 ju4 sil|sil 幸 好 没 酿 成 惨 剧 sil|31 27 18 16 22 17 20 30 29|0.0|2.435 +007317|sil bu4 zhi1 dao4 yao4 xue2 zhe5 zhi1 dao4 sil|sil 不 知 道 要 学 着 知 道 sil|27 14 14 22 18 23 11 16 26 29|0.0|2.325 +007318|sil ke3 neng2 xing4 you4 you3 duo1 da4 ne5 sil|sil 可 能 性 又 有 多 大 呢 sil|29 17 19 26 12 14 16 18 26 30|0.0|2.4 +007319|sil wo2 mei3 tian1 an4 shi2 qi3 chuang2 sil|sil 我 每 天 按 时 起 床 sil|31 11 20 20 15 15 16 38 29|0.0|2.265 +007320|sil tian2 yuan2 shu1 cai4 zhou1 sp1 bu2 cuo4 ya5 sil|sil 田 园 蔬 菜 粥 sp1 不 错 呀 sil|27 23 18 18 20 20 3 14 28 22 31|0.0|2.6 +007321|sil si4 shi4 sp1 wo1 an4 chuan4 an4 duo1 sil|sil 四 是 sp1 窝 案 串 案 多 sil|31 23 27 10 15 19 20 20 25 27|0.0|2.52 +007322|sil wo3 cai1 bu4 dao4 ye5 sil|sil 我 猜 不 到 耶 sil|30 12 21 9 25 28 26|0.0|1.755 +007323|sil fu4 chu1 zong2 you3 hui2 bao4 de5 sil|sil 付 出 总 有 回 报 的 sil|33 16 24 21 18 20 23 19 31|0.0|2.38 +007324|sil shou1 duo1 shao2 ye3 shi4 yi4 men2 xue2 wen4 sil|sil 收 多 少 也 是 一 门 学 问 sil|29 23 15 28 14 14 7 18 22 28 29|0.0|2.635 +007325|sil tui1 jian4 ni3 qu4 wei1 ni2 si1 sil|sil 推 荐 你 去 威 尼 斯 sil|26 21 14 11 14 12 17 29 29|0.0|2.005 +007326|sil fu4 chao2 zhi1 xia4 nan2 you3 wan2 luan3 sil|sil 覆 巢 之 下 难 有 完 卵 sil|35 18 22 15 23 21 15 21 33 29|0.0|2.69 +007327|sil wo2 zhun3 bei4 chong1 wang3 ba1 le5 sil|sil 我 准 备 冲 网 吧 了 sil|31 12 18 14 23 19 18 21 29|0.0|2.15 +007328|sil wei2 gong1 zhi1 li4 sp1 bo2 wang4 shi2 tong2 sil|sil 维 公 之 力 sp1 博 望 寔 同 sil|32 18 20 14 23 6 17 21 17 34 31|0.0|2.7 +007329|sil tui1 jian4 ta1 qu4 ou1 zhou1 cheng2 sil|sil 推 荐 她 去 欧 洲 城 sil|28 19 18 16 16 14 16 36 30|0.0|2.235 +007330|sil mang2 zhe5 deng3 dai4 ni3 diao4 qian3 ya5 sil|sil 忙 着 等 待 你 调 遣 呀 sil|25 22 19 17 13 15 19 22 29 24|0.0|2.385 +007331|sil ta1 ren2 ruan3 de5 xiang3 gui4 xia4 qu4 sp1 hou2 long2 qi2 yu2 sp1 ying4 fu5 shuo1 sp1 wo3 shi4 sp1 shen2 sp1 shen2 me5 shi4 sil|sil 他 人 软 得 想 跪 下 去 sp1 喉 咙 奇 于 sp1 应 付 说 sp1 我 是 sp1 什 sp1 什 么 事 sil|35 20 25 21 9 21 19 19 24 20 15 15 22 25 15 17 11 27 39 12 29 25 36 13 20 14 32 35|0.0|7.145 +007332|sil zai4 guo2 ban3 de5 liang3 bian1 sp1 you3 yi4 xie1 ao1 cao2 sp1 yong4 yi2 qia3 zhu4 ji3 kuai4 guo2 ban3 sp1 yi3 bian4 yu2 lian2 jie1 sil|sil 在 椁 板 的 两 边 sp1 有 一 些 凹 槽 sp1 用 以 卡 住 几 块 椁 板 sp1 以 便 于 连 接 sil|38 25 17 16 6 21 25 13 13 9 13 19 35 23 15 12 23 15 12 19 19 30 4 14 15 10 23 26 33|0.0|6.31 +007333|sil zuo2 ri4 sp1 xing1 sha1 shui3 du4 he2 xiang4 jiao1 ba4 sp1 shui3 ba4 xia4 mian5 bo1 tao1 gun2 gun3 sil|sil 昨 日 sp1 星 沙 水 渡 河 橡 胶 坝 sp1 水 坝 下 面 波 涛 滚 滚 sil|34 18 24 14 22 19 20 14 18 19 18 23 18 22 18 17 25 13 17 20 29 32|0.0|5.27 +007334|sil de2 zhi1 qing2 kuang4 hou4 sp1 wang1 xian1 sheng5 duan1 qi3 yi4 pen2 shui3 sp1 chong1 jin4 lao3 ren2 jia1 zhong1 sil|sil 得 知 情 况 后 sp1 汪 先 生 端 起 一 盆 水 sp1 冲 进 老 人 家 中 sil|34 14 12 20 22 21 29 15 18 24 17 13 9 18 28 11 20 13 12 17 20 24 28|0.0|5.095 +007335|sil tian1 se4 dou1 an4 le5 sp1 hei1 mu4 li3 tan4 tou2 chu1 xian4 yi4 ke1 zao3 shu2 de5 xing1 xing5 sp1 ying4 de5 zhe4 ye4 te4 bie2 qi1 liang2 sil|sil 天 色 都 暗 了 sp1 黑 幕 里 探 头 出 现 一 颗 早 熟 的 星 星 sp1 映 得 这 夜 特 别 凄 凉 sil|35 25 23 14 22 20 21 14 19 22 23 24 17 13 11 19 18 16 9 21 24 29 16 12 14 21 21 14 18 32 39|0.0|7.265 +007336|sil qi2 shi2 sp1 fang1 zhang4 yu3 shi4 guo3 yin1 sp1 dou1 shi4 zu2 mou3 sil|sil 其 实 sp1 方 丈 与 释 果 因 sp1 都 是 祖 某 sil|30 20 27 16 21 23 16 20 17 23 4 15 15 15 27 32|0.0|3.725 +007337|sil an4 fan4 bei4 ta1 de5 lin3 ran2 zheng4 qi4 zhen4 zhu4 le5 sp1 reng1 xia4 gai3 zhui1 sp1 gui4 zai4 di4 shang4 zhi2 ke1 tou2 sil|sil 案 犯 被 她 的 凛 然 正 气 震 住 了 sp1 扔 下 改 锥 sp1 跪 在 地 上 直 磕 头 sil|32 19 26 13 18 6 15 21 17 19 20 17 17 30 14 16 18 20 3 15 15 18 25 16 18 34 34|0.0|5.985 +007338|sil luo2 zhi4 xiang2 tou2 dai4 sheng4 dan4 mao4 sp1 shen1 pang2 nian2 qing1 mei3 mei2 sp1 da3 ban4 re2 huo3 sil|sil 罗 志 祥 头 戴 圣 诞 帽 sp1 身 旁 年 轻 美 眉 sp1 打 扮 惹 火 sil|31 14 14 30 21 17 18 14 23 18 21 19 16 17 13 21 7 16 17 15 30 32|0.0|4.92 +007339|sil jiu4 yin1 wei4 zui4 hou4 zhei4 yi4 dao1 sp1 ge2 wei3 zai4 ye3 mei2 xing3 guo4 lai2 sil|sil 就 因 为 最 后 这 一 刀 sp1 葛 伟 再 也 没 醒 过 来 sil|31 17 15 18 16 18 11 13 23 14 20 21 14 12 17 19 12 29 32|0.0|4.09 +007340|sil suo2 yi3 sp1 jiang1 zong1 fu2 de5 miao2 xiao3 xu1 yao4 zhuang1 zhong4 dui4 dai4 sil|sil 所 以 sp1 姜 宗 福 的 渺 小 需 要 庄 重 对 待 sil|34 22 22 11 23 17 17 8 22 28 18 16 20 17 15 24 33|0.0|4.025 +007341|sil jiu4 zai4 yi4 dui1 yu1 ni2 li3 sp1 ji3 ge4 ren2 wa1 chu1 lai2 le5 sp1 yi2 ge4 xiu4 ji4 ban1 ban1 de5 tie3 sp1 ge1 da5 sil|sil 就 在 一 堆 淤 泥 里 sp1 几 个 人 挖 出 来 了 sp1 一 个 锈 迹 斑 斑 的 铁 sp1 疙 瘩 sil|31 19 14 10 13 17 18 26 16 14 13 19 19 13 16 17 6 14 19 22 12 20 19 10 20 3 19 22 35|0.0|5.76 +007342|sil huo3 miao2 cong2 qi2 huo3 de5 min2 fang2 nei4 cuan4 chu1 sil|sil 火 苗 从 起 火 的 民 房 内 窜 出 sil|27 20 27 24 20 15 8 18 17 13 25 31 29|0.0|3.185 +007343|sil tong2 shi2 sp1 dang4 tian1 chu1 xi2 yan4 hui4 de5 jia1 bin1 ye3 shi4 xing1 guang1 can4 lan4 sp1 da4 wan4 yun2 ji2 sil|sil 同 时 sp1 当 天 出 席 宴 会 的 嘉 宾 也 是 星 光 灿 烂 sp1 大 腕 云 集 sil|29 19 30 23 18 18 15 15 19 13 9 20 26 17 19 20 16 19 21 7 20 14 20 29 33|0.0|5.675 +007344|sil dan4 qi2 nv3 shi4 bu4 zhi1 hui2 gai3 sp1 yi1 ran2 yu3 na4 nan2 zi3 lai2 wang3 sil|sil 但 齐 女 士 不 知 悔 改 sp1 依 然 与 那 男 子 来 往 sil|22 21 19 16 24 16 13 20 29 16 12 15 10 15 19 9 22 27 27|0.0|4.085 +007345|sil gong1 xi2 ni3 sp1 ai4 shang4 le5 yi2 ge4 yong2 yuan3 bu2 hui4 li2 kai1 de5 ren2 sil|sil 恭 喜 你 sp1 爱 上 了 一 个 永 远 不 会 离 开 的 人 sil|23 17 18 29 9 16 18 10 15 19 15 17 10 13 14 21 11 31 23|0.0|3.825 +007346|sil wo2 zen3 me5 hui4 mei2 you3 pi2 qi4 ne5 sil|sil 我 怎 么 会 没 有 脾 气 呢 sil|33 13 13 10 14 12 16 21 18 30 30|0.0|2.435 +007347|sil shi4 jiao1 gang3 ju2 de5 tan1 wei4 ren2 tou2 cuan2 dong4 sil|sil 市 交 港 局 的 摊 位 人 头 攒 动 sil|33 23 17 17 12 10 21 19 18 16 25 24 35|0.0|3.13 +007348|sil ran2 er2 huang3 yan2 xiang4 pao4 mo4 sp1 yi2 ge4 yi2 ge4 bei4 chuo1 po4 sil|sil 然 而 谎 言 像 泡 沫 sp1 一 个 一 个 被 戳 破 sil|33 18 26 27 20 18 20 27 20 10 16 12 13 13 21 31 35|0.0|4.18 +007349|sil jing2 gang3 shan1 de5 bang1 pai4 sp1 zheng4 shi4 ju4 xing1 yun2 ji2 sp1 da4 ming2 ding2 ding3 de5 liu4 yi1 ban1 sil|sil 景 岗 山 的 帮 派 sp1 正 是 巨 星 云 集 sp1 大 名 鼎 鼎 的 六 一 班 sil|31 21 19 23 15 20 29 9 19 22 16 19 18 27 5 15 19 19 23 13 20 14 27 33|0.0|5.525 +007350|sil wo2 gei3 fang2 zi5 zuo4 le5 ping2 gu1 sil|sil 我 给 房 子 做 了 评 估 sil|25 12 12 22 15 13 11 25 25 26|0.0|2.155 +007351|sil kao4 bang4 cheng4 cheng1 zhong4 de5 shuo1 fa3 shi4 cuo4 wu4 de5 sil|sil 靠 磅 秤 称 重 的 说 法 是 错 误 的 sil|28 26 18 19 17 15 8 20 22 16 23 16 21 32|0.0|3.26 +007352|sil ta1 ye3 neng2 cong2 zuo4 an4 ren2 de5 ti3 tai4 shang4 sp1 que4 ding4 shi4 er4 ben4 he2 xiao2 wu2 suo3 wei2 sil|sil 他 也 能 从 作 案 人 的 体 态 上 sp1 确 定 是 二 笨 和 小 五 所 为 sil|29 18 9 18 23 14 13 14 11 17 23 23 11 23 22 20 21 19 16 19 18 22 28 39|0.0|5.455 +007353|sil bu2 shi4 ni3 xiu1 lai2 de5 fu2 sp1 er2 shi4 sp1 wo3 bu4 zhi1 dao4 na3 bei4 zi5 zao4 de5 nie4 a5 sil|sil 不 是 你 修 来 的 福 sp1 而 是 sp1 我 不 知 道 哪 辈 子 造 的 孽 啊 sil|22 15 15 17 16 17 10 29 15 15 25 6 14 12 11 12 23 16 13 17 7 28 26 26|0.0|4.72 +007354|sil you3 ren2 shuo1 zhe4 shi4 xia1 zhe1 teng5 sp1 nao3 tan1 er2 za3 pei2 yang3 dou1 bu2 hui4 cheng2 qi4 hou4 sil|sil 有 人 说 这 是 瞎 折 腾 sp1 脑 瘫 儿 咋 培 养 都 不 会 成 气 候 sil|33 13 15 28 13 12 21 18 25 28 16 20 22 21 24 25 14 10 12 20 20 24 32|0.0|5.405 +007355|sil wo3 xian4 zai4 hai2 zheng4 zai4 nu3 li4 ti2 sheng1 ying1 wen2 shui3 ping2 sil|sil 我 现 在 还 正 在 努 力 提 升 英 文 水 平 sil|34 12 20 17 18 17 13 15 15 14 20 11 18 15 34 31|0.0|3.535 +007356|sil jing1 tu1 shen3 sp1 fan4 zui4 xian2 yi2 ren2 liu2 ying2 er2 jiao1 dai4 le5 fan4 zui4 shi4 shi2 he2 zhu3 yao4 fan4 zui4 dong4 ji1 sil|sil 经 突 审 sp1 犯 罪 嫌 疑 人 刘 迎 儿 交 代 了 犯 罪 事 实 和 主 要 犯 罪 动 机 sil|31 21 19 30 16 19 11 14 15 25 19 16 31 23 13 15 18 11 17 21 18 15 17 18 12 17 26 31|0.0|6.26 +007357|sil wo3 gen1 peng2 you5 kai1 wan2 xiao4 shuo1 sp1 wo3 yong4 wo3 de5 jia4 zhuang5 qian2 qu4 zuo4 le5 zhe4 jian4 shi4 qing5 sil|sil 我 跟 朋 友 开 玩 笑 说 sp1 我 用 我 的 嫁 妆 钱 去 做 了 这 件 事 情 sil|30 13 15 15 12 16 15 20 28 32 9 14 12 10 20 18 26 18 12 11 13 17 16 29 35|0.0|5.295 +007358|sil wen1 jia1 bao2 fu3 xia4 shen1 lai2 sp1 zi3 xi4 duan1 xiang2 shu2 shui4 de5 xiao3 yi1 yi1 sil|sil 温 家 宝 俯 下 身 来 sp1 仔 细 端 详 熟 睡 的 小 伊 伊 sil|29 15 15 21 15 17 17 25 13 18 16 17 22 19 18 8 22 12 27 30|0.0|4.37 +007359|sil he2 bi4 yao4 gao3 zhe4 zhong3 fei4 li4 bu4 tao2 hao3 de5 gui1 zhang1 jiao4 yu4 ne5 sil|sil 何 必 要 搞 这 种 费 力 不 讨 好 的 规 章 教 育 呢 sil|31 16 12 13 18 14 18 15 13 12 17 20 9 15 18 21 11 26 31|0.0|3.835 +007360|sil jin1 tian1 zao3 chen2 dao4 shang4 wu3 sp1 hua2 bei3 nan2 bu4 ju2 bu4 di4 qu1 you3 wu4 sil|sil 今 天 早 晨 到 上 午 sp1 华 北 南 部 局 部 地 区 有 雾 sil|30 18 16 19 23 14 22 20 28 20 15 25 14 17 11 15 29 20 25 34|0.0|4.815 +007361|sil qu4 nian2 de5 shi4 jie4 bei1 guan4 jun1 yi4 da4 li4 dui4 sp1 ye2 yi3 cong2 qian2 yi2 duan4 shi2 jian1 de5 di1 chao2 zhong1 hui1 fu4 guo4 lai2 sil|sil 去 年 的 世 界 杯 冠 军 意 大 利 队 sp1 也 已 从 前 一 段 时 间 的 低 潮 中 恢 复 过 来 sil|33 24 19 15 14 15 10 19 19 16 13 18 22 39 11 11 26 22 9 15 15 14 9 15 21 19 21 20 14 27 34|0.0|6.72 +007362|sil fei1 yao4 qu4 de5 hua4 sp1 wo3 ke2 yi3 bang1 ni3 cha2 cha5 sp1 you3 mei2 ka3 neng2 da3 zhe2 sp1 neng2 bu4 neng2 tuan2 gou4 sil|sil 非 要 去 的 话 sp1 我 可 以 帮 你 查 查 sp1 有 没 卡 能 打 折 sp1 能 不 能 团 购 sil|33 17 14 16 11 26 11 11 13 10 15 11 22 21 9 14 16 21 18 18 24 8 17 6 17 22 24 32|0.0|5.54 +007363|sil da4 duo1 shu4 ren2 lu4 xu4 san4 kai1 lai2 sp1 wu2 mou3 que4 ling3 zhe5 yi4 xiao3 cuo1 ren2 ji4 xu4 qi3 hong4 sil|sil 大 多 数 人 陆 续 散 开 来 sp1 吴 某 却 领 着 一 小 撮 人 继 续 起 哄 sil|29 16 13 16 22 13 14 17 15 29 22 15 23 14 18 10 12 19 19 20 13 14 19 26 33|0.0|5.355 +007364|sil mao1 de5 zhua3 zi5 zheng4 ba1 zhe5 xiang1 zi5 sil|sil 猫 的 爪 子 正 扒 着 箱 子 sil|30 18 10 23 20 20 17 11 27 23 30|0.0|2.655 +007365|sil san1 yao4 qing1 zheng4 lian2 jie2 sp1 bu2 rang4 bai2 pao2 dian3 mo4 sil|sil 三 要 清 正 廉 洁 sp1 不 让 白 袍 点 墨 sil|34 22 23 21 15 18 27 7 12 20 17 18 21 27 30|0.0|3.62 +007366|sil la1 mao2 cuo4 jie1 shou4 le5 da4 la3 ma5 de5 quan4 dao3 sil|sil 拉 毛 措 接 受 了 大 喇 嘛 的 劝 导 sil|30 15 17 26 18 14 13 13 15 15 8 24 26 33|0.0|3.1 +007367|sil yi3 qian2 bei4 lao3 han4 er2 fou3 ding4 de5 tai4 duo1 sp1 xian4 zai4 ren4 he2 shi4 qing2 sp1 dou1 dei2 wo3 zi4 ji3 lai2 jue2 ding4 sil|sil 以 前 被 老 汉 儿 否 定 得 太 多 sp1 现 在 任 何 事 情 sp1 都 得 我 自 己 来 决 定 sil|37 13 29 14 17 18 17 21 13 8 21 23 27 20 22 17 13 16 25 4 15 13 15 15 11 16 19 24 33|0.0|6.22 +007368|sil xian3 ran2 fu4 gang3 chan2 zi3 sui1 hua1 fei4 shen4 ju4 sp1 dan4 reng2 ran2 shi4 sp1 di1 tou2 ru4 gao1 chan3 chu1 de5 shi4 sil|sil 显 然 赴 港 产 子 虽 花 费 甚 巨 sp1 但 仍 然 是 sp1 低 投 入 高 产 出 的 事 sil|34 22 26 22 17 22 28 21 19 13 19 23 24 17 21 18 19 3 15 18 13 17 20 17 11 22 30|0.0|6.17 +007369|sil bu2 guo4 zhong1 jin1 gong1 si1 ren4 wei2 sp1 tong1 zhang4 jian4 ding3 ke3 neng2 zai4 yi2 ji4 du4 sil|sil 不 过 中 金 公 司 认 为 sp1 通 胀 见 顶 可 能 在 一 季 度 sil|32 13 24 17 13 15 15 16 26 12 24 17 18 27 15 14 16 16 20 20 32|0.0|4.67 +007370|sil zai4 xu2 jiong2 wei3 kan4 lai2 sp1 shang1 ye4 mo2 shi4 jue2 ding4 le5 hua2 yi4 he2 guang1 xian4 bu4 tong2 de5 rong2 zi1 te4 dian3 sil|sil 在 徐 炯 炜 看 来 sp1 商 业 模 式 决 定 了 华 谊 和 光 线 不 同 的 融 资 特 点 sil|35 24 17 15 16 19 25 7 20 11 17 22 19 15 16 26 17 18 18 24 15 19 7 18 13 20 27 29|0.0|6.14 +007371|sil shu4 gan4 shang4 zhan1 le5 hui4 wu4 de5 yi1 fu5 sp1 re3 de5 ji3 tiao2 gou3 sp1 pao3 guo4 qu4 tian3 sil|sil 树 干 上 沾 了 秽 物 的 衣 服 sp1 惹 得 几 条 狗 sp1 跑 过 去 舔 sil|32 21 17 25 16 9 24 15 10 16 24 21 18 7 15 20 24 4 23 14 13 31 33|0.0|5.02 +007372|sil ting1 yi4 xie1 xiao4 yuan2 min2 yao2 sp1 bi3 ru2 lao3 lang2 de5 sp1 yue4 guang1 qing1 cheng2 sp1 mei3 ren2 sil|sil 听 一 些 校 园 民 谣 sp1 比 如 老 狼 的 sp1 月 光 倾 城 sp1 美 人 sil|24 20 17 22 19 16 20 28 20 14 18 21 25 18 5 15 17 22 29 13 19 31 26|0.0|5.33 +007373|sil bu2 guo4 sp1 wo3 men5 dou1 jing1 guo4 le5 pei2 xun4 sp1 xiang1 xin4 ke2 yi3 qing1 song1 ying4 dui4 sil|sil 不 过 sp1 我 们 都 经 过 了 培 训 sp1 相 信 可 以 轻 松 应 对 sil|29 14 24 12 10 12 16 18 11 9 18 23 22 19 25 17 16 18 15 17 23 31|0.0|4.63 +007374|sil ju4 liao2 jie3 sp1 gai1 chu4 de5 beng4 zhan4 gui1 yu2 hong2 qu1 jiao1 tong1 ju2 guan2 li3 sil|sil 据 了 解 sp1 该 处 的 泵 站 归 于 洪 区 交 通 局 管 理 sil|23 14 21 29 16 18 18 9 21 30 22 21 23 17 18 16 16 18 24 29|0.0|4.675 +007375|sil ta1 xu1 yao4 qu4 zuo4 yi2 xi4 lie4 de5 mei3 rong2 he2 wai4 ke1 zheng3 xing2 shou3 shu4 sil|sil 她 需 要 去 做 一 系 列 的 美 容 和 外 科 整 形 手 术 sil|32 18 14 11 14 14 15 12 17 11 22 22 17 17 16 17 15 18 28 33|0.0|4.22 +007376|sil ci3 wai4 sp1 zui4 niu2 wei2 jian4 zai4 chai1 chu2 guo4 cheng2 zhong1 sp1 ye3 ceng2 duo1 ci4 chu1 xian4 guo4 zu3 nao2 xing2 wei2 sil|sil 此 外 sp1 最 牛 违 建 在 拆 除 过 程 中 sp1 也 曾 多 次 出 现 过 阻 挠 行 为 sil|34 20 23 12 19 19 16 22 14 16 12 13 19 21 8 12 20 14 14 14 17 15 15 18 19 28 32|0.0|5.645 +007377|sil bu2 guo4 sp1 ru2 guo3 tai2 li3 xu1 yao4 wo2 wang3 zhe4 fang1 mian4 fa1 zhan3 de5 hua4 sp1 wo2 ye3 huo1 de5 chu1 qu4 sil|sil 不 过 sp1 如 果 台 里 需 要 我 往 这 方 面 发 展 的 话 sp1 我 也 豁 得 出 去 sil|33 14 25 6 13 15 21 18 18 12 13 18 12 12 12 21 15 10 24 18 9 16 17 9 16 29 32|0.0|5.32 +007378|sil wei4 ci3 sp1 ta1 te4 di4 yan2 jiu1 le5 yi4 hai1 de5 zu1 che1 he2 tong5 sil|sil 为 此 sp1 他 特 地 研 究 了 一 嗨 的 租 车 合 同 sil|32 15 27 8 20 16 10 17 12 12 13 22 12 14 17 20 28 32|0.0|3.795 +007379|sil hang2 cheng2 de5 qi4 wen1 zuo2 ri4 yi2 xia4 zi5 cuan1 sheng1 sil|sil 杭 城 的 气 温 昨 日 一 下 子 蹿 升 sil|32 22 15 9 17 26 19 17 14 17 10 20 27 30|0.0|3.19 +007380|sil jie3 jue2 zhong4 mian2 xiao4 yi4 di1 sp1 zui4 zhu3 yao4 shi4 ti2 gao1 mian2 hua1 zhi4 liang4 sil|sil 解 决 种 棉 效 益 低 sp1 最 主 要 是 提 高 棉 花 质 量 sil|31 18 21 16 15 16 13 22 4 19 17 21 18 17 19 16 16 17 23 34|0.0|4.33 +007381|sil zai2 zai3 zai4 dian4 ying3 zhong1 xu4 hu2 sp1 yi1 zhuo2 la1 ta5 sp1 dan4 shuai4 qi4 yi1 jiu4 sil|sil 仔 仔 在 电 影 中 蓄 胡 sp1 衣 着 邋 遢 sp1 但 帅 气 依 旧 sil|32 22 25 17 15 13 20 21 30 9 11 12 21 27 9 18 20 16 19 27 33|0.0|4.845 +007382|sil fu4 mu3 zui2 li3 du1 nang5 zhe5 sp1 si4 hu1 hai2 xiang3 zheng1 bian4 zhe5 shen2 me5 sil|sil 父 母 嘴 里 嘟 囔 着 sp1 似 乎 还 想 争 辩 着 什 么 sil|33 17 20 15 16 14 22 17 19 19 25 22 19 16 16 11 19 16 33|0.0|4.28 +007383|sil zhu3 yao4 shi4 kan4 ri4 ben3 yuan4 bu2 yuan4 shi3 ri4 yuan2 guo4 gao1 de5 zhi2 jiang4 xia4 lai2 sil|sil 主 要 是 看 日 本 愿 不 愿 使 日 元 过 高 的 值 降 下 来 sil|33 15 16 12 17 18 28 19 11 20 24 17 20 16 16 10 19 21 15 29 34|0.0|4.765 +007384|sil zai4 yang2 guang1 he2 yun2 cai3 de5 xiang1 hu4 zuo4 yong4 xia4 sp1 hu2 shui3 zhe2 she4 chu1 bu4 tong2 ceng2 ci4 de5 lan2 se4 sil|sil 在 阳 光 和 云 彩 的 相 互 作 用 下 sp1 湖 水 折 射 出 不 同 层 次 的 蓝 色 sil|31 28 19 18 19 17 20 11 17 15 15 16 27 28 19 21 15 15 25 15 19 20 15 6 21 28 30|0.0|6.15 +007385|sil xue2 sheng5 shuo1 sp1 bei4 niu2 chi1 diao4 le5 sil|sil 学 生 说 sp1 被 牛 吃 掉 了 sil|33 22 19 26 12 16 22 20 21 19 32|0.0|2.815 +007386|sil yu2 shi4 ba3 xiao2 mang3 she2 dai4 hui2 jia1 sil|sil 于 是 把 小 蟒 蛇 带 回 家 sil|29 12 30 17 18 18 21 16 18 33 26|0.0|2.765 +007387|sil gan3 jue2 xiang4 shi4 yi3 shen1 xiang1 xu3 le5 sil|sil 感 觉 像 是 以 身 相 许 了 sil|26 20 19 21 19 14 18 18 21 24 32|0.0|2.695 +007388|sil dang1 ran2 bu2 hui4 you2 ni3 cong1 ming5 le5 sil|sil 当 然 不 会 有 你 聪 明 了 sil|29 14 19 12 12 12 14 20 17 20 30|0.0|2.315 +007389|sil zhe4 dui4 han1 tai4 ke3 ju1 de5 shi2 shi1 zi5 sp1 xian4 zan4 cun2 zai4 tang1 shan1 pai4 chu1 suo3 zhan4 gang3 sil|sil 这 对 憨 态 可 掬 的 石 狮 子 sp1 现 暂 存 在 汤 山 派 出 所 站 岗 sil|31 17 20 20 17 17 14 9 14 22 23 22 28 18 20 22 20 19 15 13 17 19 26 35|0.0|5.555 +007390|sil yin1 wei4 mei2 you3 sa2 shui3 sp1 yang2 qi3 de5 hui1 chen2 sp1 rang4 zao2 qi3 shang4 ban1 de5 ju1 min2 men5 yan3 bi2 er2 xing2 sil|sil 因 为 没 有 洒 水 sp1 扬 起 的 灰 尘 sp1 让 早 起 上 班 的 居 民 们 掩 鼻 而 行 sil|29 16 11 10 15 20 31 20 18 14 8 18 28 8 22 16 13 20 14 8 14 18 23 24 11 21 35 32|0.0|6.0 +007391|sil lao3 ren2 men5 yong4 fang1 yan2 yi4 qi2 lang3 du2 sp1 zi4 ju4 zhi1 jian1 sp1 yun4 jiao3 fen1 ming2 sp1 lang2 lang3 shang4 kou3 sil|sil 老 人 们 用 方 言 一 起 朗 读 sp1 字 句 之 间 sp1 韵 脚 分 明 sp1 朗 朗 上 口 sil|35 17 14 23 20 23 18 13 13 24 24 26 17 16 14 28 17 18 19 19 27 11 18 17 23 30 38|0.0|6.53 +007392|sil jia1 zhu4 fu4 jin4 de5 xiao3 rao2 sp1 hen3 duo1 nian2 qian2 jiu4 pin2 pin2 qian2 wang3 mo2 ya2 shi2 ke4 shang2 jing3 sil|sil 家 住 附 近 的 小 饶 sp1 很 多 年 前 就 频 频 前 往 摩 崖 石 刻 赏 景 sil|28 26 19 17 14 8 21 28 17 15 12 17 28 17 17 14 18 20 15 16 17 16 24 30 36|0.0|5.69 +007393|sil hao3 ba5 sp1 wo3 hui4 fa1 yi4 feng1 gao1 you1 xian1 ji2 de5 dian4 zi3 you2 jian4 gei2 ni3 sil|sil 好 吧 sp1 我 会 发 一 封 高 优 先 级 的 电 子 邮 件 给 你 sil|31 17 22 21 10 13 17 10 23 18 15 20 13 9 16 11 17 20 16 30 35|0.0|4.46 +007394|sil liang3 wei4 lao3 ren2 huan4 you3 nao2 geng3 sp1 tui2 jiao2 ye3 bu4 ling2 bian4 sp1 dan4 hai2 yao4 xin1 ku3 de5 jian3 ping2 zi5 sil|sil 两 位 老 人 患 有 脑 梗 sp1 腿 脚 也 不 灵 便 sp1 但 还 要 辛 苦 的 捡 瓶 子 sil|32 14 14 18 22 16 11 24 24 14 20 17 16 9 22 22 57 21 19 14 22 14 9 19 26 20 34|0.0|6.39 +007395|sil shuo1 zhe4 fan1 hua4 shi2 sp1 zhu1 rong2 ji1 gang1 cong2 shang4 hai3 fu4 bei3 jing1 sp1 ren4 guo2 wu4 yuan4 fu4 zong2 li3 sil|sil 说 这 番 话 时 sp1 朱 镕 基 刚 从 上 海 赴 北 京 sp1 任 国 务 院 副 总 理 sil|33 20 14 18 19 28 19 13 17 21 18 16 20 24 19 17 24 10 20 10 11 18 14 20 25 36|0.0|5.855 +007396|sil suan4 le5 sp1 ni3 shuo1 zen3 yang4 jiu4 zen3 yang4 ba5 sp1 wo3 wu2 suo3 wei4 le5 sil|sil 算 了 sp1 你 说 怎 样 就 怎 样 吧 sp1 我 无 所 谓 了 sil|29 26 18 13 13 17 12 19 14 12 22 21 14 10 14 17 19 18 31|0.0|3.94 +007397|sil xi2 jin4 ping2 fu4 he2 bei3 fu4 ping2 sp1 luo4 tuo5 wan1 cun1 kao3 cha2 sil|sil 习 近 平 赴 河 北 阜 平 sp1 骆 驼 湾 村 考 察 sil|32 16 19 28 26 20 14 19 28 5 16 15 15 18 19 34 31|0.0|4.12 +007398|sil tong2 shi2 sp1 yong4 ge4 zhong3 ban4 fa2 gu3 li4 lao3 yong4 hu4 deng1 ji4 sil|sil 同 时 sp1 用 各 种 办 法 鼓 励 老 用 户 登 记 sil|28 20 31 11 21 14 15 19 26 14 15 19 18 16 18 27 30|0.0|3.975 +007399|sil yu2 ci3 tong2 shi2 sp1 nie4 shu4 bin1 an4 sp1 ye3 yi4 zhi2 zheng4 zai4 diao4 cha2 sil|sil 与 此 同 时 sp1 聂 树 斌 案 sp1 也 一 直 正 在 调 查 sil|31 11 13 18 27 15 14 16 18 24 6 11 19 18 17 15 18 32 34|0.0|4.145 +007400|sil you4 gai1 shi4 ying4 na2 zhong3 shi4 chang3 de5 yao1 qiu2 ne5 sil|sil 又 该 适 应 哪 种 市 场 的 要 求 呢 sil|31 14 15 15 17 20 16 13 17 6 16 19 23 31|0.0|2.935 +007401|sil fa3 gui1 shang4 mei2 you3 gui1 ding4 jiao1 jing3 neng2 fa2 fei1 xing2 yuan2 sil|sil 法 规 上 没 有 规 定 交 警 能 罚 飞 行 员 sil|34 20 15 26 12 16 17 22 20 22 17 20 14 19 29 32|0.0|3.89 +007402|sil hai2 zi5 de5 die1 chou3 dou1 mei2 chou3 ta1 yi4 yan3 sp1 you1 you1 de5 lai2 le5 yi2 ju4 sp1 xian1 ba2 ni3 ma1 huan4 le5 ba5 sil|sil 孩 子 的 爹 瞅 都 没 瞅 他 一 眼 sp1 悠 悠 的 来 了 一 句 sp1 先 把 你 妈 换 了 吧 sil|32 20 10 10 22 27 12 15 17 18 13 25 20 13 15 8 18 12 17 23 29 22 13 11 22 21 12 23 34|0.0|6.205 +007403|sil chou4 xiao3 zi5 sp1 shui2 rang4 ni2 gai3 xing4 de5 sil|sil 臭 小 子 sp1 谁 让 你 改 姓 的 sil|29 25 23 17 5 21 17 11 18 27 21 31|0.0|2.84 +007404|sil ni2 ke3 shi4 wo3 zui4 xin4 ren4 de5 zhong1 guo2 hao3 gui1 mi4 o5 sil|sil 你 可 是 我 最 信 任 的 中 国 好 闺 蜜 哦 sil|30 13 14 17 17 18 19 19 14 16 13 19 14 19 27 33|0.0|3.505 +007405|sil shao4 nian2 zhun3 bei4 xia4 shui3 lao1 qiu2 sp1 ke3 shi4 gang1 yi2 xia4 shui3 sp1 jiu4 dao3 zai4 shui3 zhong1 sil|sil 少 年 准 备 下 水 捞 球 sp1 可 是 刚 一 下 水 sp1 就 倒 在 水 中 sil|31 21 23 17 13 18 14 16 31 20 16 13 16 11 19 21 7 19 17 14 17 24 33|0.0|5.0 +007406|sil qi2 shi2 sp1 dong2 mou3 yi4 zhi2 xiang3 tou1 liang4 hao3 che1 cheng1 men2 mian4 sp1 zhao2 nv3 peng2 you5 sil|sil 其 实 sp1 董 某 一 直 想 偷 辆 好 车 撑 门 面 sp1 找 女 朋 友 sil|29 19 23 4 20 29 13 11 22 15 15 21 18 21 18 24 8 18 17 20 23 34|0.0|4.9 +007407|sil feng1 hua4 de5 fen3 mei2 hui1 sp1 shi2 chang2 huang2 wu4 teng2 teng2 sp1 cheng2 wei2 ba1 kuang4 di4 qu1 de5 zhu3 yao4 wu1 ran3 yuan2 sil|sil 风 化 的 粉 煤 灰 sp1 时 常 黄 雾 腾 腾 sp1 成 为 八 矿 地 区 的 主 要 污 染 源 sil|37 22 20 14 18 19 28 8 18 26 19 14 19 29 25 17 15 13 22 12 16 12 15 15 12 17 28 36|0.0|6.34 +007408|sil hao3 zheng4 ce4 bu4 gai1 bian4 cheng2 tang2 seng1 rou4 sil|sil 好 政 策 不 该 变 成 唐 僧 肉 sil|22 23 20 26 14 17 15 17 20 17 27 26|0.0|2.835 +007409|sil huo3 ji5 sp1 dui4 bu4 qi3 sp1 nin2 yao4 de5 shi4 bu3 yao4 sp1 wo3 cuo4 gei3 nin2 le5 du2 yao4 sil|sil 伙 计 sp1 对 不 起 sp1 您 要 的 是 补 药 sp1 我 错 给 您 了 毒 药 sil|28 23 19 12 15 9 29 20 15 22 14 17 18 26 19 12 19 12 16 14 17 29 31|0.0|5.06 +007410|sil qi2 shun4 tong1 suo3 kai1 de5 ge1 ting1 sp1 qia4 qiao2 ye3 zai4 san1 fen1 chang3 yuan4 nei4 sil|sil 齐 顺 通 所 开 的 歌 厅 sp1 恰 巧 也 在 三 分 厂 院 内 sil|32 20 18 20 18 16 9 16 24 8 25 21 17 17 16 13 18 18 27 31|0.0|4.455 +007411|sil er4 ren2 wan3 shang4 zai4 yu2 shu4 shi4 zhuang1 shang4 huo4 sp1 jian3 dan1 xiu1 xi5 le5 huir4 r sp1 jiu4 kai1 shi2 wang3 hui2 gan3 sil|sil 二 人 晚 上 在 榆 树 市 装 上 货 sp1 简 单 休 息 了 会 儿 sp1 就 开 始 往 回 赶 sil|32 21 21 21 23 19 14 18 22 20 19 23 52 19 15 15 11 12 26 0 10 14 17 14 17 19 29 40|0.0|6.54 +007412|sil qi2 ya4 li4 de5 yang3 fu4 zai4 wai4 di4 da3 gong1 sp1 yang2 mu3 zai4 jia1 cao1 chi2 jia1 wu4 sil|sil 齐 亚 丽 的 养 父 在 外 地 打 工 sp1 养 母 在 家 操 持 家 务 sil|31 23 12 11 9 20 24 19 16 13 16 23 25 17 17 15 21 20 15 23 20 35|0.0|4.93 +007413|sil ran2 hou4 sp1 wo2 dei3 qu4 chi1 gan3 mao4 yao4 le5 sil|sil 然 后 sp1 我 得 去 吃 感 冒 药 了 sil|32 20 28 20 11 12 15 15 17 16 19 21 32|0.0|3.0 +007414|sil dan4 ta1 de5 hua4 yin1 wei4 luo4 sp1 huo3 lang4 zha2 yan3 jian1 jiu4 tun1 diao4 le5 zheng3 ge4 shan1 po1 sil|sil 但 他 的 话 音 未 落 sp1 火 浪 眨 眼 间 就 吞 掉 了 整 个 山 坡 sil|33 20 18 8 19 14 17 25 27 14 23 15 19 22 17 18 12 11 19 14 20 29 29|0.0|5.145 +007415|sil duan3 xian4 ou1 yuan2 liao4 sp1 reng2 jiang1 chu3 yu2 ruo4 shi4 sp1 xia4 fang1 zhi1 cheng1 sp1 yi1 dian3 er4 ba1 liu4 ling2 sil|sil 短 线 欧 元 料 sp1 仍 将 处 于 弱 势 sp1 下 方 支 撑 sp1 一 点 二 八 六 零 sil|31 22 20 18 14 26 11 14 20 16 13 20 24 25 18 16 13 26 8 15 13 21 13 15 31 37|0.0|5.81 +007416|sil zhi4 ci3 sp1 ye4 ga2 yi2 an4 de5 suo2 you3 fan4 zui4 xian2 yi2 ren2 quan2 bu4 bei4 zhua1 huo4 gui1 an4 sil|sil 至 此 sp1 叶 噶 一 案 的 所 有 犯 罪 嫌 疑 人 全 部 被 抓 获 归 案 sil|30 18 30 18 15 17 12 22 11 16 13 16 12 16 12 24 24 17 16 18 14 15 27 32|0.0|5.17 +007417|sil rang4 zhe4 ge5 hai3 shen1 ba5 sp1 jia1 gong1 chu1 lai5 yi3 hou4 gang1 gang1 ying4 sp1 bai1 bu2 dong4 dou1 sil|sil 让 这 个 海 参 吧 sp1 加 工 出 来 以 后 刚 刚 硬 sp1 掰 不 动 都 sil|33 18 13 10 18 22 20 24 18 15 13 10 13 23 15 16 21 13 15 11 22 21 32|0.0|4.83 +007418|sil ke3 e4 le5 liang3 san1 tian1 hou4 sp1 ta1 you4 hui4 bao4 shi2 yi4 fan1 sp1 ran2 hou4 zai4 qu4 ou3 tu4 sil|sil 可 饿 了 两 三 天 后 sp1 她 又 会 暴 食 一 番 sp1 然 后 再 去 呕 吐 sil|30 22 18 11 20 15 17 22 18 14 14 14 20 15 14 23 18 16 20 17 14 17 23 36|0.0|5.2 +007419|sil zhe4 xie1 du3 bo2 ji1 sp1 dou1 zuo4 guo4 le5 shou2 jiao3 sp1 wan2 du3 bo2 ji1 de5 ren2 sp1 bi4 shu1 wu2 yi2 sp1 mei2 you3 ying2 de5 sil|sil 这 些 赌 博 机 sp1 都 做 过 了 手 脚 sp1 玩 赌 博 机 的 人 sp1 必 输 无 疑 sp1 没 有 赢 的 sil|34 16 14 17 13 23 5 16 16 11 10 19 27 29 18 13 14 12 12 22 4 16 17 13 23 10 10 16 21 22 35|0.0|6.13 +007420|sil zhu3 ren2 xi3 ai4 wo3 yue4 er3 de5 sheng1 yin1 sp1 er2 tao3 yan4 ni3 de5 jiao4 sheng1 sil|sil 主 人 喜 爱 我 悦 耳 的 声 音 sp1 而 讨 厌 你 的 叫 声 sil|30 17 19 16 18 17 14 18 9 21 23 9 17 19 14 9 10 23 29 31|0.0|4.22 +007421|sil shi4 hou4 sp1 lin2 mou3 zai4 ci4 zhi1 fu4 pan1 mou3 bao4 chou5 yi2 wan4 yuan2 sil|sil 事 后 sp1 林 某 再 次 支 付 潘 某 报 酬 一 万 元 sil|31 21 25 13 18 24 17 15 14 14 18 24 17 21 16 18 32 28|0.0|4.25 +007422|sil dui4 yu2 wang2 tie3 zhong1 you2 xing2 yi4 shuo1 sp1 yuan2 ze2 hong2 biao3 shi4 fou3 ren4 sil|sil 对 于 网 帖 中 游 行 一 说 sp1 袁 泽 泓 表 示 否 认 sil|30 16 16 20 19 20 17 20 12 25 16 13 16 26 15 14 17 24 34|0.0|4.3 +007423|sil yin1 ci3 sp1 bu4 neng2 jiang1 zhe4 bi3 zhang4 suan4 zai4 li3 shao4 tou2 shang4 sil|sil 因 此 sp1 不 能 将 这 笔 账 算 在 李 劭 头 上 sil|32 16 29 11 11 15 17 12 12 25 19 12 14 22 20 29 31|0.0|3.795 +007424|sil ti2 xing3 yin2 hang2 sp1 ke3 bie2 jian3 le5 zhi1 ma5 diu1 le5 xi1 gua5 sil|sil 提 醒 银 行 sp1 可 别 捡 了 芝 麻 丢 了 西 瓜 sil|30 18 16 17 31 6 18 17 14 11 15 21 13 11 22 26 32|0.0|3.69 +007425|sil si4 zhou1 yi3 bei4 xiao1 fang2 yuan2 sa2 man3 le5 bai2 se4 mie4 huo3 ji4 sil|sil 四 周 已 被 消 防 员 洒 满 了 白 色 灭 火 剂 sil|32 19 21 13 11 15 19 22 19 19 14 18 13 18 16 27 33|0.0|3.815 +007426|sil zui4 hou4 sp1 zhang1 jin1 zhong1 zai4 qi1 hei1 de5 ye4 se4 xia4 shuan4 xi3 sil|sil 最 后 sp1 张 金 中 在 漆 黑 的 夜 色 下 涮 洗 sil|28 19 27 4 20 16 21 20 17 15 10 14 15 17 23 31 35|0.0|3.855 +007427|sil bu2 guo4 xing1 jian4 lei2 da2 de5 gao1 ang2 fei4 yong4 sp1 ye2 yin3 fa1 zheng1 yi4 sil|sil 不 过 兴 建 雷 达 的 高 昂 费 用 sp1 也 引 发 争 议 sil|32 15 28 24 15 16 17 9 13 17 19 24 5 16 17 19 17 21 34|0.0|4.155 +007428|sil ai4 shi4 si4 yue4 tian1 li3 de5 yun2 yan1 sp1 shi4 xi4 yu2 sa3 zai4 hua1 qian2 sil|sil 爱 是 四 月 天 里 的 云 烟 sp1 是 细 雨 洒 在 花 前 sil|31 19 22 17 15 18 13 7 22 26 9 19 21 13 19 15 20 36 30|0.0|4.32 +007429|sil na4 yi4 nian2 shi4 mu3 qin1 tou1 tou1 ba3 zi4 ji3 mian2 ao3 shang4 de5 mian2 hua1 sp1 tian1 zai4 le5 ta1 de5 mian2 ao2 li3 sil|sil 那 一 年 是 母 亲 偷 偷 把 自 己 棉 袄 上 的 棉 花 sp1 添 在 了 他 的 棉 袄 里 sil|37 17 9 29 16 19 27 17 15 20 11 11 16 18 12 5 20 26 6 21 14 12 15 8 16 18 28 34|0.0|5.765 +007430|sil li4 yong4 zhi2 quan2 jin4 xing2 shuang1 gui1 he2 gua4 pai2 bao3 hu4 sp1 shi4 zeng1 jin3 chun1 sp1 du2 chuang4 de5 lian3 cai2 shu4 sil|sil 利 用 职 权 进 行 双 规 和 挂 牌 保 护 sp1 是 曾 锦 春 sp1 独 创 的 敛 财 术 sil|32 12 16 14 28 16 19 24 18 18 17 15 19 24 23 16 18 16 25 4 16 26 6 18 21 25 35|0.0|6.045 +007431|sil feng1 xian3 ye3 shi4 lang4 man4 de5 yi2 bu4 fen5 ma5 sil|sil 风 险 也 是 浪 漫 的 一 部 分 吗 sil|31 23 33 12 11 18 15 9 14 16 19 26 31|0.0|3.0 +007432|sil ta1 jue2 de5 zhe4 yang4 gan4 xia4 qu4 mei2 yi4 si5 sil|sil 他 觉 得 这 样 干 下 去 没 意 思 sil|27 18 17 17 13 14 16 16 14 19 20 25 33|0.0|2.89 +007433|sil wang3 zhan4 guan2 li3 yuan2 de5 quan2 xian4 geng4 da4 sp1 ke3 dui4 ping2 lun4 jin4 xing2 you3 xiao4 guan2 li3 sil|sil 网 站 管 理 员 的 权 限 更 大 sp1 可 对 评 论 进 行 有 效 管 理 sil|31 19 19 15 11 15 8 20 18 17 24 21 15 14 18 22 15 15 14 17 18 21 32|0.0|4.86 +007434|sil hua4 wei4 luo4 yin1 sp1 hui4 chang2 li3 xiang2 qi3 le5 zhang3 sheng1 sil|sil 话 未 落 音 sp1 会 场 里 响 起 了 掌 声 sil|32 16 12 20 27 10 18 23 16 20 10 10 22 26 34|0.0|3.435 +007435|sil chou1 diao4 le5 ying1 you3 de5 wen2 hua4 nei4 han2 sp1 jie2 ri4 jiu4 hui4 kong1 dong4 wu2 wu4 sp1 shi1 qu4 mei4 li4 sil|sil 抽 掉 了 应 有 的 文 化 内 涵 sp1 节 日 就 会 空 洞 无 物 sp1 失 去 魅 力 sil|28 23 17 14 17 16 8 17 15 20 31 7 21 14 14 14 21 16 12 21 7 17 14 21 20 38|0.0|5.37 +007436|sil bai2 tian1 zuo4 pi1 sa4 sp1 wan3 shang4 chang4 ge1 sil|sil 白 天 做 批 萨 sp1 晚 上 唱 歌 sil|30 18 23 14 20 26 11 17 18 21 26 35|0.0|3.01 +007437|sil ta1 na4 lian2 xi3 le5 hou4 zhen1 jiao4 liang4 sil|sil 她 那 脸 洗 了 后 真 叫 亮 sil|30 17 15 26 17 12 21 18 19 29 33|0.0|2.755 +007438|sil gao3 bu4 hao3 shi4 ying2 mian4 er2 lai2 de5 ren2 sil|sil 搞 不 好 是 迎 面 而 来 的 人 sil|27 20 9 29 17 17 12 18 20 12 30 33|0.0|2.83 +007439|sil gao1 xiao1 liang4 dao3 zhi4 fang2 jia4 meng2 zhang3 sil|sil 高 销 量 导 致 房 价 猛 涨 sil|29 18 19 26 17 13 19 12 21 34 30|0.0|2.765 +007440|sil shao4 xiao3 li2 jia1 lao3 da4 hui2 sp1 an1 neng2 bian4 wo3 shi4 ci2 xiong2 sil|sil 少 小 离 家 老 大 回 sp1 安 能 辨 我 是 雌 雄 sil|31 22 16 17 20 22 20 32 15 14 17 22 20 20 17 36 30|0.0|4.31 +007441|sil wan2 bei3 de5 long2 dong1 sp1 han2 feng1 hu1 xiao4 sil|sil 皖 北 的 隆 冬 sp1 寒 风 呼 啸 sil|31 22 14 8 22 21 9 19 16 17 31 32|0.0|2.815 +007442|sil yi4 ming2 shang1 yuan2 zhuan2 wang3 di4 yi1 zhong1 xin1 yi1 yuan4 sil|sil 一 名 伤 员 转 往 第 一 中 心 医 院 sil|30 11 17 21 24 18 22 11 13 16 17 16 31 33|0.0|3.245 +007443|sil zuo2 ri4 sp1 liang3 wei4 she4 qu1 xun2 luo2 yuan2 shou3 zai4 dian4 men2 kou3 sil|sil 昨 日 sp1 两 位 社 区 巡 逻 员 守 在 店 门 口 sil|25 19 24 26 19 18 18 15 15 17 19 19 14 14 16 33 26|0.0|3.91 +007444|sil wo3 dang1 ran2 shi4 mei2 you2 nai2 ke3 wei4 er2 zi5 de5 sp1 yu2 shi4 sp1 er2 zi5 mei3 tian1 chi1 gao1 gan1 fen3 he2 mi3 mian4 de5 jiang4 hu2 sil|sil 我 当 然 是 没 有 奶 可 喂 儿 子 的 sp1 于 是 sp1 儿 子 每 天 吃 糕 干 粉 和 米 面 的 浆 糊 sil|34 13 14 18 17 14 12 20 17 13 21 16 18 42 11 23 11 15 10 20 21 20 16 18 26 15 17 18 9 23 28 35|0.0|7.025 +007445|sil er2 ta1 shou3 shang4 de5 pi2 fu1 sp1 ge2 wai4 gan1 zao4 mao2 cao5 sp1 yu3 ta1 qing1 chun2 de5 lian3 pang2 si1 hao2 bu4 pi3 pei4 sil|sil 而 她 手 上 的 皮 肤 sp1 格 外 干 燥 毛 糙 sp1 与 她 清 纯 的 脸 庞 丝 毫 不 匹 配 sil|34 16 20 18 14 8 18 23 3 17 18 21 19 22 27 27 11 18 20 14 6 20 25 19 18 13 19 29 36|0.0|6.42 +007446|sil ci3 wai4 sp1 ka3 de2 luo2 fu1 jin4 zhi3 za2 zhi4 kan1 deng1 guan1 yu2 qi2 sheng1 ri4 de5 nei4 rong2 sil|sil 此 外 sp1 卡 德 罗 夫 禁 止 杂 志 刊 登 关 于 其 生 日 的 内 容 sil|31 18 24 7 21 8 20 27 25 20 18 11 21 19 14 14 20 19 14 9 18 27 35|0.0|5.105 +007447|sil kao2 gu3 ren2 yuan2 fen1 xi1 sp1 zhe4 xie1 mai4 gan3 shi4 yong4 lai2 chong1 dang1 pu1 gai4 mu4 zang4 de5 tian2 chong1 wu4 de5 sil|sil 考 古 人 员 分 析 sp1 这 些 麦 秆 是 用 来 充 当 铺 盖 墓 葬 的 填 充 物 的 sil|32 20 10 13 15 16 25 28 13 12 19 25 19 13 14 22 22 19 14 19 22 14 21 19 17 17 34|0.0|5.965 +007448|sil liang3 ren2 chao2 chao3 rang1 rang5 sp1 dao4 bai2 xia4 qu1 ren2 min2 mao2 dun4 tiao2 jie3 zhong1 xin1 ping2 li3 sil|sil 两 人 吵 吵 嚷 嚷 sp1 到 白 下 区 人 民 矛 盾 调 解 中 心 评 理 sil|33 17 22 19 16 21 22 19 21 16 18 23 18 13 16 14 17 11 16 19 17 33 34|0.0|5.28 +007449|sil zhe4 yi4 nian2 sp1 chen2 xing1 luan2 bei4 xuan3 ba2 wei2 dong1 ying2 qu1 ke1 ji4 fu4 qu1 zhang3 sil|sil 这 一 年 sp1 陈 兴 銮 被 选 拔 为 东 营 区 科 技 副 区 长 sil|24 15 13 31 6 24 19 23 13 20 17 25 17 18 22 20 13 14 17 27 26|0.0|4.695 +007450|sil zhe4 shi2 man3 zhou1 guo2 kui2 lei3 huang2 di4 pu3 yi2 sp1 yu4 gan3 dao4 mo4 ri4 ji2 jiang1 lai2 lin2 sil|sil 这 使 满 洲 国 傀 儡 皇 帝 溥 仪 sp1 预 感 到 末 日 即 将 来 临 sil|31 16 21 22 17 23 18 17 17 14 24 23 8 13 17 16 23 15 13 18 16 30 31|0.0|5.14 +007451|sil shi4 yong4 zhe2 xuan3 ze2 le5 ka1 fei1 hun4 he2 qiao3 ke4 li4 dou4 de5 kou3 wei4 sp1 wei4 dao4 hao3 ji2 le5 sil|sil 试 用 者 选 择 了 咖 啡 混 合 巧 克 力 豆 的 口 味 sp1 味 道 好 极 了 sil|34 19 20 19 20 12 11 22 23 19 17 19 10 13 16 7 21 21 18 14 17 19 19 20 34|0.0|5.385 +007452|sil zhe4 ge4 wang3 ba1 wei4 yu2 kai2 li3 shi4 qing1 ping2 nan2 lu4 sp1 yi2 ge5 qiao2 dong4 zhi1 xia4 sil|sil 这 个 网 吧 位 于 凯 里 市 清 平 南 路 sp1 一 个 桥 洞 之 下 sil|33 15 9 20 30 11 16 18 15 19 19 14 19 20 6 11 11 20 16 15 29 34|0.0|4.645 +007453|sil dui4 san1 ling2 yao1 yi1 yuan4 de5 yi1 hu4 ren2 yuan2 sp1 biao3 shi4 you2 zhong1 de5 xie4 yi4 sil|sil 对 三 零 幺 医 院 的 医 护 人 员 sp1 表 示 由 衷 的 谢 意 sil|34 21 17 12 17 11 20 13 15 16 15 28 4 19 14 20 15 9 23 23 33|0.0|4.405 +007454|sil wo2 fan3 zheng4 ren4 wei2 sp1 yi2 ding4 you3 bu4 shao3 fen1 hong2 sp1 tong2 yi4 le5 sil|sil 我 反 正 认 为 sp1 一 定 有 不 少 分 红 sp1 同 意 了 sil|30 12 22 14 18 24 7 11 11 18 13 16 18 25 12 22 14 19 31|0.0|3.915 +007455|sil ba1 shi2 san1 chuan2 ling3 hang2 sp1 qi2 hou4 yi1 ci4 wei2 sp1 ba1 shi2 si4 sp1 liu4 shi2 liu4 sp1 qi1 shi2 yi1 chuan2 sil|sil 八 十 三 船 领 航 sp1 其 后 依 次 为 sp1 八 十 四 sp1 六 十 六 sp1 七 十 一 船 sil|28 16 13 17 19 19 32 11 20 20 16 15 22 6 15 13 23 12 13 10 23 6 18 14 14 33 35|0.0|5.61 +007456|sil zui4 hou4 sp1 ta1 de5 mu4 guang1 ting2 liu2 zai4 na4 ji3 ge5 da4 zi4 shang4 sp1 nan2 wu2 e1 mi5 tuo2 fo2 sil|sil 最 后 sp1 他 的 目 光 停 留 在 那 几 个 大 字 上 sp1 南 无 阿 弥 陀 佛 sil|31 20 25 5 18 6 20 21 15 15 18 15 11 11 17 18 26 20 17 17 14 16 21 30 34|0.0|5.35 +007457|sil bu4 yi2 huir4 r cheng2 nv3 shi4 kai1 shi2 da3 ke1 shui4 lai2 sil|sil 不 一 会 儿 程 女 士 开 始 打 瞌 睡 来 sil|28 17 11 30 0 23 15 18 16 12 15 17 17 28 32|0.0|3.24 +007458|sil lao3 hanr4 r deng4 wo3 yi4 yan2 sp1 wo3 yi4 tou2 wu4 shui3 sp1 qi2 shi2 sp1 wo3 yi4 dian3 dou1 bu2 ren4 shi5 na4 ge5 ren2 sil|sil 老 汉 儿 瞪 我 一 眼 sp1 我 一 头 雾 水 sp1 其 实 sp1 我 一 点 都 不 认 识 那 个 人 sil|32 16 28 0 17 16 15 25 19 10 16 16 16 30 20 19 22 17 12 14 15 12 8 15 11 17 10 25 38|0.0|5.935 +007459|sil mu4 qian2 sp1 da4 tian2 pai4 chu1 suo3 suo2 zhang2 jiang3 kai1 tuo4 sp1 yi3 bei4 ting2 zhi2 jie1 shou4 jian3 cha2 sil|sil 目 前 sp1 大 田 派 出 所 所 长 蒋 开 拓 sp1 已 被 停 职 接 受 检 查 sil|35 11 33 10 17 17 14 13 14 17 24 19 18 25 5 11 15 21 22 17 15 18 33 33|0.0|5.3 +007460|sil liang2 yang4 jun1 shi1 wang4 de5 gei3 shou2 li3 de5 xin4 gu1 ji4 shen1 jia4 sp1 da3 suan4 gai3 tian1 mai4 diao4 sil|sil 梁 样 君 失 望 地 给 手 里 的 信 估 计 身 价 sp1 打 算 改 天 卖 掉 sil|33 14 18 21 19 19 16 14 16 12 9 23 15 13 20 23 15 17 20 15 17 20 24 33|0.0|5.18 +007461|sil fang3 fu2 sp1 yi3 qian2 shui2 shuo1 de5 hua4 jiu4 zai4 nao2 hai3 zhong1 sp1 dan4 pian1 pian1 you4 xiang3 bu4 qi3 lai2 sil|sil 仿 佛 sp1 以 前 谁 说 的 话 就 在 脑 海 中 sp1 但 偏 偏 又 想 不 起 来 sil|32 18 26 11 11 18 19 15 11 22 12 11 17 21 24 10 17 16 11 15 19 12 14 29 34|0.0|5.17 +007462|sil yao4 pei2 chang2 sp1 ying1 gai1 qu4 zhao2 ding3 ti4 de5 ren2 sil|sil 要 赔 偿 sp1 应 该 去 找 顶 替 的 人 sil|32 15 24 30 11 13 11 16 16 20 19 12 27 33|0.0|3.24 +007463|sil nan2 zi3 yi4 zhi2 gen1 zai4 lv3 gu1 niang5 hou4 mian4 sil|sil 男 子 一 直 跟 在 吕 姑 娘 后 面 sil|31 21 18 16 12 17 14 18 12 17 18 30 31|0.0|2.965 +007464|sil ba3 wo4 hao2 luo3 du4 sp1 bi4 xu1 bu2 xie4 zhui1 qiu2 luo3 de5 yi4 shu4 sil|sil 把 握 好 裸 度 sp1 必 须 不 懈 追 求 裸 的 艺 术 sil|30 16 13 14 24 21 20 14 21 13 16 15 19 22 10 19 27 28|0.0|3.97 +007465|sil dan4 chi2 xian1 sheng5 sp1 bing4 wei4 da3 xiao1 fu4 chuan1 de5 xiang2 fa3 sil|sil 但 池 先 生 sp1 并 未 打 消 赴 川 的 想 法 sil|28 21 18 19 24 5 14 14 17 21 16 19 7 22 31 30|0.0|3.55 +007466|sil zhi1 cuo4 jiu4 gai3 gai3 le5 zai4 fan4 sp1 wo4 er2 ma3 you4 yi2 ci4 qiang4 dao4 le5 chong2 qing4 gong1 zhong4 sil|sil 知 错 就 改 改 了 再 犯 sp1 沃 尔 玛 又 一 次 呛 到 了 重 庆 公 众 sil|32 15 19 17 29 16 13 17 28 38 7 14 31 20 9 15 22 12 10 20 16 16 23 32|0.0|5.47 +007467|sil qi2 bing3 yi2 yi4 lian3 de5 qiao2 cui4 sp1 tui2 ran2 kao4 zai4 sha1 fa1 shang4 sil|sil 齐 秉 颐 一 脸 的 憔 悴 sp1 颓 然 靠 在 沙 发 上 sil|30 25 20 25 15 15 10 22 23 12 22 21 17 12 17 17 26 30|0.0|4.17 +007468|sil ta1 zui2 li3 da4 han3 da4 rang3 sp1 ye3 shi4 bu4 xiang3 gen1 mao3 xian1 sheng5 zou3 sil|sil 他 嘴 里 大 喊 大 嚷 sp1 也 是 不 想 跟 卯 先 生 走 sil|30 19 18 25 20 24 18 29 17 14 17 12 17 12 17 17 17 29 33|0.0|4.465 +007469|sil li3 tong2 xue2 he2 yu2 xing4 tong2 xue2 jun1 wei2 ben3 shi4 mou3 zhong1 xue2 chu1 yi1 xue2 sheng1 sil|sil 李 同 学 和 余 姓 同 学 均 为 本 市 某 中 学 初 一 学 生 sil|33 15 18 22 16 14 18 17 29 15 14 18 16 18 16 17 19 12 17 26 35|0.0|4.705 +007470|sil jiu4 shi4 wo3 de5 ou3 xiang4 ya5 sp1 wo2 hen3 chong2 bai4 zhu3 ren2 de5 gao1 zhi4 shang1 he2 gao1 yan2 zhi2 sil|sil 就 是 我 的 偶 像 呀 sp1 我 很 崇 拜 主 人 的 高 智 商 和 高 颜 值 sil|29 21 15 12 10 18 23 24 16 9 16 18 17 14 15 8 20 13 23 19 15 18 26 33|0.0|5.02 +007471|sil di4 er4 tian1 zao3 chen2 sp1 fei1 ji1 cong2 kan3 da4 ha1 fei1 hui2 ka1 bu4 er3 sil|sil 第 二 天 早 晨 sp1 飞 机 从 坎 大 哈 飞 回 喀 布 尔 sil|29 9 16 17 18 26 17 17 14 24 20 13 26 17 17 23 14 27 32|0.0|4.36 +007472|sil zhe4 ge4 ling2 chuang1 kou3 you4 shi4 ru2 he2 xuan3 ze2 de5 sil|sil 这 个 零 窗 口 又 是 如 何 选 择 的 sil|27 15 9 18 21 26 16 13 14 14 21 19 21 30|0.0|3.065 +007473|sil wo3 men5 jiang1 fen2 shao1 ta1 men5 jiao3 xia4 de4 tu3 di4 sil|sil 我 们 将 焚 烧 他 们 脚 下 的 土 地 sil|32 9 13 20 18 20 14 12 19 17 8 22 24 30|0.0|2.99 +007474|sil zhe4 yuan4 jing3 sp1 da4 gai4 zhi1 cheng1 qi3 ta1 de5 zi4 xin4 sil|sil 这 愿 景 sp1 大 概 支 撑 起 他 的 自 信 sil|28 15 22 28 5 17 15 12 20 18 16 10 16 27 29|0.0|3.23 +007475|sil zhe4 zhu3 yao4 shi4 you2 yu2 qiang2 jin4 de5 you2 xi4 ye4 wu4 ying2 shou1 sil|sil 这 主 要 是 由 于 强 劲 的 游 戏 业 务 营 收 sil|31 18 15 15 14 12 15 27 19 12 18 14 16 9 19 31 31|0.0|3.665 +007476|sil na4 shou3 jiao4 qing1 chun1 wu2 hui3 de5 shi4 shui2 chang4 de5 sil|sil 那 首 叫 青 春 无 悔 的 是 谁 唱 的 sil|31 19 25 20 18 17 16 23 17 16 19 28 20 30|0.0|3.475 +007477|sil bie2 zuo4 sha3 shi4 sp1 ni2 gei3 da4 jia1 hui2 ge4 hua4 sil|sil 别 做 傻 事 sp1 你 给 大 家 回 个 话 sil|29 16 17 21 22 15 10 14 13 18 16 11 30 32|0.0|3.06 +007478|sil liang2 sui4 jun1 xia4 de5 quan2 shen1 yi2 zhen4 sp1 he4 sp1 shui2 sil|sil 梁 碎 君 吓 得 全 身 一 震 sp1 喝 sp1 谁 sil|31 17 19 22 23 13 19 16 13 24 9 26 6 35 30|0.0|3.52 +007479|sil zhe4 shi4 zhong1 guo2 guo2 jia1 yuan2 shou3 shou3 ci4 fang2 mei3 sil|sil 这 是 中 国 国 家 元 首 首 次 访 美 sil|28 19 21 17 12 13 14 18 23 18 17 20 31 32|0.0|3.29 +007480|sil ji4 zhe2 zou3 jin4 yi4 jia1 qi4 che1 gai3 zhuang1 zuo1 fang5 sil|sil 记 者 走 进 一 家 汽 车 改 装 作 坊 sil|28 19 18 16 13 12 21 17 15 15 17 16 30 33|0.0|3.14 +007481|sil ta1 men5 de5 xing2 wei2 jian3 zhi2 shi4 ling4 ren2 fa4 zhi3 sil|sil 他 们 的 行 为 简 直 是 令 人 发 指 sil|32 17 12 9 18 23 19 13 15 15 15 22 29 30|0.0|3.12 +007482|sil wang2 zi3 yi4 chuan2 cheng2 le5 wei1 zi3 de5 jue2 jiang4 xing4 ge2 sil|sil 王 子 义 传 承 了 巍 子 的 倔 强 性 格 sil|32 18 15 26 23 15 10 19 16 11 15 17 23 30 33|0.0|3.52 +007483|sil shang4 shu4 yan3 lian4 bu4 zhou4 gong4 jin4 xing2 le5 liang3 ci4 sil|sil 上 述 演 练 步 骤 共 进 行 了 两 次 sil|32 21 17 14 17 15 24 18 13 13 9 22 28 29|0.0|3.16 +007484|sil dan4 shi4 sp1 zhe4 ge4 jian3 dan1 de5 yuan4 wang4 po4 mie4 le5 sil|sil 但 是 sp1 这 个 简 单 的 愿 望 破 灭 了 sil|31 18 26 6 16 11 18 13 8 16 22 19 20 20 32|0.0|3.21 +007485|sil gai1 hui4 bu4 ti2 chang4 shi4 min2 juan1 zeng4 jiu4 yi1 fu5 sil|sil 该 会 不 提 倡 市 民 捐 赠 旧 衣 服 sil|28 21 26 15 16 22 15 18 15 16 16 18 28 32|0.0|3.315 +007486|sil guan1 jian4 zai4 yu2 sp1 wei2 hu4 wen3 ding4 he2 tui1 jin4 he2 zuo4 sil|sil 关 键 在 于 sp1 维 护 稳 定 和 推 进 合 作 sil|28 18 16 16 22 8 12 18 17 21 15 16 15 17 26 31|0.0|3.44 +007487|sil ke3 song4 fang2 jian1 sp1 dan4 gao1 xiang1 bin1 sp1 wa2 wa5 deng3 sil|sil 可 送 房 间 sp1 蛋 糕 香 槟 sp1 娃 娃 等 sil|24 19 22 23 28 9 21 26 31 24 9 20 16 30 23|0.0|3.775 +007488|sil cheng2 gong1 shi4 yi4 zhong2 liao3 bu4 qi3 de5 chu2 chou4 ji4 sil|sil 成 功 是 一 种 了 不 起 的 除 臭 剂 sil|29 24 21 15 14 17 19 13 16 10 15 20 29 30|0.0|3.16 +007489|sil lao3 ma1 sp1 wo2 xiang3 shuo1 sp1 dan4 jin4 liang2 jue2 sp1 mei2 yi1 fu5 guo4 dong1 sp1 zhe4 shi4 yao4 leng2 si3 de5 jie2 zou4 a5 sil|sil 老 妈 sp1 我 想 说 sp1 弹 尽 粮 绝 sp1 没 衣 服 过 冬 sp1 这 是 要 冷 死 的 节 奏 啊 sil|33 15 28 11 10 18 25 23 18 18 20 25 10 13 16 14 18 20 11 14 11 12 21 12 11 14 20 25 34|0.0|6.035 +007490|sil li3 jian4 hen4 wu1 ji2 wu1 sp1 ye3 dui4 na4 nv3 hai2 kan4 bu2 shun4 yan3 sp1 hen4 bu4 de2 ta1 de5 she2 tou5 duan4 diao4 sil|sil 李 剑 恨 屋 及 乌 sp1 也 对 那 女 孩 看 不 顺 眼 sp1 恨 不 得 她 的 舌 头 断 掉 sil|25 17 26 22 17 19 24 22 16 11 15 17 20 19 7 17 27 28 20 10 17 16 9 19 16 23 25 26|0.0|6.155 +007491|sil yao3 wen2 jiao2 zi4 za2 zhi4 she4 biao3 shi4 sp1 shang4 hai3 shi4 yi2 ge4 you3 zhe5 shen1 hou4 wen2 hua4 chuan2 tong3 de5 cheng2 shi4 sil|sil 咬 文 嚼 字 杂 志 社 表 示 sp1 上 海 是 一 个 有 着 深 厚 文 化 传 统 的 城 市 sil|32 15 19 21 18 17 11 17 18 22 34 22 26 15 13 18 16 12 17 16 14 17 19 15 9 20 22 33|0.0|6.125 +007492|sil ju4 liao2 jie3 sp1 bei4 wei3 xie4 de5 xiao3 xue2 sheng1 shi4 kan4 tuan2 xiao3 xue2 yi1 nian2 ji2 de5 nv3 sheng1 xiao2 xue3 sil|sil 据 了 解 sp1 被 猥 亵 的 小 学 生 是 看 疃 小 学 一 年 级 的 女 生 小 雪 sil|31 13 18 29 15 17 12 15 9 17 16 25 22 21 15 16 19 14 15 11 7 19 19 22 34 31|0.0|5.595 +007493|sil xin4 yi4 lai2 yi2 qu4 de5 ji3 ge4 xing1 qi1 li3 sp1 xiao3 fei1 biao3 ge1 sp1 yi3 jing1 he2 xiao3 shou4 mei2 le5 guan1 xi5 sil|sil 信 一 来 一 去 的 几 个 星 期 里 sp1 小 菲 表 哥 sp1 已 经 和 晓 受 没 了 关 系 sil|34 31 18 17 14 17 8 12 11 17 17 24 18 17 15 21 22 8 10 13 14 23 20 17 13 20 25 34|0.0|5.925 +007494|sil yi1 ze2 ke2 yi3 zhao4 gu5 wu2 er2 wu2 nv3 de5 lao3 ren2 sp1 er4 ze2 ke3 zeng1 jia1 shou1 ru4 sil|sil 一 则 可 以 照 顾 无 儿 无 女 的 老 人 sp1 二 则 可 增 加 收 入 sil|31 15 20 13 11 21 16 17 16 16 14 7 20 26 19 16 21 19 15 17 21 23 31|0.0|4.94 +007495|sil zhuan1 wei3 hui4 de5 she4 li4 sp1 you3 mei2 you3 rang4 bai3 xing4 shi2 shi2 zai4 zai4 de5 shou4 yi4 sil|sil 专 委 会 的 设 立 sp1 有 没 有 让 百 姓 实 实 在 在 地 受 益 sil|28 20 14 15 10 15 23 9 14 11 17 15 18 20 13 16 14 15 10 21 26 34|0.0|4.385 +007496|sil bu4 xiao3 xin1 nong4 huai4 lao3 ba4 de5 an4 mo2 yi3 sp1 lao3 ba4 dui4 wo3 shuo1 sp1 ni3 ruo4 an1 hao3 sp1 bian4 shi4 qing2 tian1 sil|sil 不 小 心 弄 坏 老 爸 的 按 摩 椅 sp1 老 爸 对 我 说 sp1 你 若 安 好 sp1 便 是 晴 天 sil|33 14 17 18 17 20 19 15 7 19 17 27 31 14 16 14 13 27 29 11 13 20 30 5 14 14 21 28 34|0.0|6.47 +007497|sil ta1 tu1 ran2 che3 diao4 wo3 de5 er3 ji1 da4 sheng1 shuo1 sp1 wo3 yao4 la1 shi3 sp1 bie1 bu2 zhu4 le5 sp1 han2 ni3 ban4 tian1 le5 sil|sil 他 突 然 扯 掉 我 的 耳 机 大 声 说 sp1 我 要 拉 屎 sp1 憋 不 住 了 sp1 喊 你 半 天 了 sil|29 20 18 17 18 13 10 10 18 20 19 18 25 38 9 9 20 30 14 15 12 21 16 18 16 13 18 19 20 33|0.0|6.46 +007498|sil gai1 diao1 su4 sp1 biao3 xian4 de5 shi4 dui4 sheng1 ming4 he2 sheng1 huo2 de5 chong2 jing4 yu3 re4 ai4 sil|sil 该 雕 塑 sp1 表 现 的 是 对 生 命 和 生 活 的 崇 敬 与 热 爱 sil|29 18 17 23 4 18 17 14 16 14 20 19 15 18 14 10 25 18 17 17 26 32|0.0|4.655 +007499|sil zuo2 tian1 de5 lian2 huan1 hui4 dou1 shi4 cai2 zi3 jia1 ren2 sp1 rang4 chu1 chu1 mao2 lu2 de5 wo3 zi4 can2 xing2 hui4 sil|sil 昨 天 的 联 欢 会 都 是 才 子 佳 人 sp1 让 初 出 茅 庐 的 我 自 惭 形 秽 sil|30 18 19 9 17 16 21 15 16 20 12 20 26 26 19 13 14 17 12 13 21 18 19 19 30 33|0.0|5.725 +007500|sil li3 bo2 shuo1 sp1 qi2 shi2 zui4 chu1 zi4 ji3 zhi1 suo2 yi2 zan3 xia4 ya1 sui4 qian2 hai2 dei2 gan3 xie4 nai3 nai5 sil|sil 李 博 说 sp1 其 实 最 初 自 己 之 所 以 攒 下 压 岁 钱 还 得 感 谢 奶 奶 sil|34 15 14 28 18 18 22 14 23 15 16 15 15 12 15 14 15 13 27 22 10 17 12 19 31 30|0.0|5.615 +007501|sil xiang3 zhi1 dao4 shen2 me5 sp1 ben2 nv3 wang2 dou1 neng2 gao4 su4 ni3 sil|sil 想 知 道 什 么 sp1 本 女 王 都 能 告 诉 你 sil|30 22 12 15 18 17 17 13 16 22 13 15 16 13 27 32|0.0|3.46 +007502|sil xu2 bei1 hong2 xie2 gei2 li3 zong1 ren2 de5 xin4 zha2 sil|sil 徐 悲 鸿 写 给 李 宗 仁 的 信 札 sil|33 21 17 23 19 14 17 16 14 8 22 30 35|0.0|3.125 +007503|sil shui2 qu4 zheng3 jiu4 sp1 bei4 mai2 zai4 wa3 li4 fei4 xu1 zhong1 de5 gu3 rou4 tong2 bao1 sil|sil 谁 去 拯 救 sp1 被 埋 在 瓦 砾 废 墟 中 的 骨 肉 同 胞 sil|29 18 15 21 23 3 12 21 20 19 15 16 14 17 10 14 16 22 24 32|0.0|4.195 +007504|sil er2 hou4 bian1 xiang1 zhuang4 de5 hong2 se4 di1 shi4 sp1 you2 yu2 si1 ji1 meng2 da3 fang1 xiang4 pan2 sp1 ye3 ce4 fan1 zai4 lu4 bian1 sil|sil 而 后 边 相 撞 的 红 色 的 士 sp1 由 于 司 机 猛 打 方 向 盘 sp1 也 侧 翻 在 路 边 sil|31 22 21 15 20 19 12 18 15 16 23 29 11 12 18 16 23 16 15 17 29 12 14 20 16 9 20 27 29|0.0|6.33 +007505|sil fang2 dong1 shuo1 sp1 zhang1 hong2 fei1 ban4 yue4 qian2 hui2 lai2 hou4 sp1 tou2 po4 le5 sp1 tui2 ye3 que2 le5 sp1 mei2 zai4 chu1 men2 sil|sil 房 东 说 sp1 张 红 飞 半 月 前 回 来 后 sp1 头 破 了 sp1 腿 也 瘸 了 sp1 没 再 出 门 sil|35 17 14 28 21 19 17 23 14 14 19 14 19 22 18 23 25 17 18 18 15 22 14 17 14 16 17 29 35|0.0|6.665 +007506|sil zuo4 le5 yi2 ye4 meng4 sp1 shen1 bian1 ren2 dou1 bian4 cheng2 le5 jiang1 shi1 sp1 yi4 zao3 shang5 fa1 xiao1 xi5 gei3 nan2 you3 qiu2 an1 wei4 sil|sil 做 了 一 夜 梦 sp1 身 边 人 都 变 成 了 僵 尸 sp1 一 早 上 发 消 息 给 男 友 求 安 慰 sil|32 14 10 15 18 26 12 20 16 24 17 16 13 9 19 26 31 9 19 17 17 17 22 13 19 20 18 18 23 32|0.0|6.525 +007507|sil gang1 yi4 chu1 men2 sp1 jiu4 bei4 min2 jing3 an4 dao3 zai4 di4 sp1 zheng3 ge4 guo4 cheng2 zhong1 sp1 liu3 xiao2 bao3 sp1 bing4 wei4 fan3 kang4 sil|sil 刚 一 出 门 sp1 就 被 民 警 按 倒 在 地 sp1 整 个 过 程 中 sp1 柳 晓 宝 sp1 并 未 反 抗 sil|32 18 13 15 26 3 17 9 21 21 18 13 16 20 31 17 11 13 19 21 22 13 20 23 4 16 14 20 28 35|0.0|6.375 +007508|sil zhong1 guo2 shi4 jin4 zhi3 she4 wai4 hun1 jie4 de5 sp1 bu2 xin4 sp1 ni3 ke2 yi3 shang4 wang3 cha2 cha5 sil|sil 中 国 是 禁 止 涉 外 婚 介 的 sp1 不 信 sp1 你 可 以 上 网 查 查 sil|32 21 20 19 19 18 18 14 18 22 18 20 12 24 7 13 13 11 17 14 21 26 34|0.0|5.005 +007509|sil qing1 hai2 lv3 you2 jin1 xia4 yi3 lai2 de5 jing3 pen1 shi4 sp1 you3 wang4 ji4 xu4 yi2 ding4 shi2 ri4 sil|sil 青 海 旅 游 今 夏 以 来 的 井 喷 势 sp1 有 望 继 续 一 定 时 日 sil|29 22 18 16 21 18 16 8 16 8 20 19 23 17 12 25 15 15 13 15 20 22 30|0.0|4.855 +007510|sil zhe4 yang4 sp1 yi3 fang1 zai4 bu4 zhi1 bu4 jue2 zhong1 sp1 lun2 wei2 jia3 fang1 de5 weng4 zhong1 zhi1 bie1 sil|sil 这 样 sp1 乙 方 在 不 知 不 觉 中 sp1 沦 为 甲 方 的 瓮 中 之 鳖 sil|30 20 23 9 15 22 21 12 14 12 17 23 11 11 16 19 20 14 21 16 16 26 34|0.0|4.9 +007511|sil wu2 bu4 fu2 sp1 cheng1 zi4 ji3 chao1 che1 qian2 yi3 ming2 la3 ba1 sp1 er2 qie3 bing4 wu2 peng4 zhuang4 sil|sil 吴 不 服 sp1 称 自 己 超 车 前 已 鸣 喇 叭 sp1 而 且 并 无 碰 撞 sil|35 17 17 32 16 24 13 14 18 18 27 14 19 21 21 18 14 23 15 14 20 26 32|0.0|5.435 +007512|sil zhi1 hou4 sp1 ta1 kao2 qu2 dao3 you2 zheng4 sp1 cheng2 wei2 gong2 bei2 kou3 an4 zhong1 lv3 de5 dao3 you2 sil|sil 之 后 sp1 他 考 取 导 游 证 sp1 成 为 拱 北 口 岸 中 旅 的 导 游 sil|29 17 24 3 17 16 16 14 18 21 15 19 17 17 12 16 16 15 16 10 19 28 29|0.0|4.695 +007513|sil qu4 nian2 sp1 wo3 men5 guang1 huo4 ge4 zhong2 jiang3 de5 tu2 shu1 jiu4 da2 er4 bai3 duo1 zhong3 sil|sil 去 年 sp1 我 们 光 获 各 种 奖 的 图 书 就 达 二 百 多 种 sil|32 18 29 12 10 11 18 19 16 14 16 10 18 25 19 15 18 16 14 31 31|0.0|4.55 +007514|sil na3 zhi1 sp1 wo3 yi4 zhang1 you4 yi4 zhang1 de5 pai1 sp1 ta1 hai2 bai3 nong4 de5 yue4 fa1 qi3 jin4 le5 sil|sil 哪 知 sp1 我 一 张 又 一 张 地 拍 sp1 他 还 摆 弄 得 越 发 起 劲 了 sil|32 16 25 11 13 17 16 17 10 16 8 28 24 12 15 17 18 11 18 17 20 22 20 35|0.0|5.09 +007515|sil da4 yue1 zai4 liang3 xing1 qi1 qian2 sp1 lei2 lei3 jiu4 kai1 shi2 han3 du4 zi5 teng2 le5 sil|sil 大 约 在 两 星 期 前 sp1 磊 磊 就 开 始 喊 肚 子 疼 了 sil|30 19 19 18 18 13 14 32 27 15 25 12 17 10 23 15 13 22 16 35|0.0|4.565 +007516|sil e2 zhu4 xu4 li4 ya4 da4 shi2 guan3 sui2 ji2 cheng1 sp1 gai1 xiao1 xi5 sp1 yu3 shi4 shi2 bu4 fu2 sil|sil 俄 驻 叙 利 亚 大 使 馆 随 即 称 sp1 该 消 息 sp1 与 事 实 不 符 sil|30 23 22 15 11 14 16 16 20 14 14 28 29 16 19 23 12 15 19 16 15 31 29|0.0|5.185 +007517|sil ji4 zhe3 kan4 le5 liang3 wei4 yi1 sheng1 de5 qian1 ming2 sp1 chuai3 mo2 ban4 tian1 ye3 ren4 bu4 zhun3 sil|sil 记 者 看 了 两 位 医 生 的 签 名 sp1 揣 摩 半 天 也 认 不 准 sil|29 20 19 17 11 18 12 12 16 8 20 24 17 19 16 18 21 14 16 10 30 33|0.0|4.645 +007518|sil zai1 nan4 wu2 qing2 sp1 da4 ai4 you3 xin1 sp1 zai4 da4 de5 kun4 nan2 ye3 hui4 bian4 de5 miao2 xiao3 sil|sil 灾 难 无 情 sp1 大 爱 有 心 sp1 再 大 的 困 难 也 会 变 得 渺 小 sil|29 20 16 16 31 3 15 17 17 28 16 17 14 8 17 25 12 14 14 7 24 33 32|0.0|4.94 +007519|sil sui1 ran2 shi4 nv3 ren2 sp1 he2 qiao2 nv3 que4 hen2 shao2 you3 shi2 jian1 shui4 mei3 rong2 jiao4 sil|sil 虽 然 是 女 人 sp1 何 巧 女 却 很 少 有 时 间 睡 美 容 觉 sil|36 19 17 15 19 27 13 15 18 23 19 15 16 12 16 18 13 16 19 25 36|0.0|4.73 +007520|sil man2 man3 yi2 da4 chou1 ti5 sp1 zhi4 shao2 ji3 shi2 zhong3 bu4 tong2 bao1 zhuang1 de5 zhuang4 yang2 yao4 sil|sil 满 满 一 大 抽 屉 sp1 至 少 几 十 种 不 同 包 装 的 壮 阳 药 sil|33 17 15 13 14 19 21 17 14 18 14 15 21 12 18 17 16 8 19 16 26 32|0.0|4.585 +007521|sil hen3 duo1 ren2 wen4 wo3 men5 gan4 sha2 de5 sp1 qi3 chu1 sp1 zhen1 shi4 bu4 hao3 yi4 si5 sa1 huang3 sil|sil 很 多 人 问 我 们 干 啥 的 sp1 起 初 sp1 真 是 不 好 意 思 撒 谎 sil|32 15 13 14 16 13 18 18 24 15 27 22 21 3 19 13 11 15 11 11 19 33 31|0.0|4.805 +007522|sil xi4 tong3 fa1 song4 duan3 xin4 de5 tong3 yi1 dai4 ma3 wei2 sp1 ba1 ba1 ba1 sp1 yao1 er4 san1 qi1 yao1 sil|sil 系 统 发 送 短 信 的 统 一 代 码 为 sp1 八 八 八 sp1 幺 二 三 七 幺 sil|36 20 20 16 19 15 20 11 20 14 12 21 24 35 16 16 24 9 18 17 20 18 26 30|0.0|5.535 +007523|sil ta1 xian1 xiang4 wo3 diu1 guo4 yi2 ge4 fei1 wen3 lai2 sp1 ru2 guo3 bu4 ba3 ta1 diu1 hui2 qu4 sp1 nan2 dao4 sp1 nin2 hai2 rang4 wo3 liu2 zhe5 ta1 bu4 cheng2 sil|sil 他 先 向 我 丢 过 一 个 飞 吻 来 sp1 如 果 不 把 它 丢 回 去 sp1 难 道 sp1 您 还 让 我 留 着 它 不 成 sil|23 17 15 21 24 17 11 10 11 20 15 29 25 14 11 11 16 17 16 20 23 26 20 21 18 12 13 13 10 19 12 19 11 33 29|0.0|7.22 +007524|sil xiang4 lai2 shen1 ti3 shen4 hao3 de5 zhu1 ge2 zi3 qi2 sp1 lian3 jia2 ming2 xian3 zhang4 le5 bu4 shao3 sil|sil 向 来 身 体 甚 好 的 诸 葛 紫 岐 sp1 脸 颊 明 显 胀 了 不 少 sil|32 21 20 19 14 20 19 14 14 14 15 29 18 17 19 18 19 17 10 14 29 34|0.0|4.945 +007525|sil er2 mo2 ter4 r chu1 shen1 de5 xiong2 dai4 lin2 sp1 pin1 bo2 jing1 shen2 ke3 jia1 sp1 geng4 fa1 sheng1 yi2 si4 zou3 guang1 shi4 jian4 sil|sil 而 模 特 儿 出 身 的 熊 黛 林 sp1 拼 搏 精 神 可 嘉 sp1 更 发 生 疑 似 走 光 事 件 sil|29 26 19 22 0 17 22 15 19 16 26 7 22 14 15 15 17 26 31 18 17 22 15 15 16 18 17 31 30|0.0|6.47 +007526|sil ru2 guo2 wo3 bu4 mai3 sp1 ta1 jiu4 hui4 da3 dian4 hua4 sao1 rao2 wo3 sp1 zhi2 dao4 wo3 kang2 bu2 zhu4 wei2 zhi3 sil|sil 如 果 我 不 买 sp1 他 就 会 打 电 话 骚 扰 我 sp1 直 到 我 扛 不 住 为 止 sil|28 15 10 17 13 29 9 17 13 11 15 16 16 15 19 24 17 14 13 13 23 12 16 17 26 30|0.0|5.2 +007527|sil zai4 bao2 xian3 ju2 ren4 zhi2 qi1 jian1 sp1 ta1 ju4 jue2 jie1 shou4 sp1 lai2 zi4 bao2 xian3 gong1 si1 de5 zheng4 zhi4 juan1 kuan3 sil|sil 在 保 险 局 任 职 期 间 sp1 她 拒 绝 接 受 sp1 来 自 保 险 公 司 的 政 治 捐 款 sil|29 22 12 17 16 15 11 17 25 10 18 14 14 18 24 5 15 13 12 18 17 15 10 16 12 19 32 31|0.0|5.535 +007528|sil bao3 feng1 xian4 sp1 you2 xu3 duo1 zhi4 shou4 zhe4 lei4 jia3 gao1 yao4 he2 fo2 pin3 de5 shang1 dian4 sp1 shou4 jia4 ji2 wei2 di1 lian2 sil|sil 宝 丰 县 sp1 有 许 多 制 售 这 类 假 膏 药 和 佛 品 的 商 店 sp1 售 价 极 为 低 廉 sil|31 16 19 28 6 14 17 13 16 21 11 18 20 18 21 18 17 20 8 21 23 28 21 20 15 15 16 31 33|0.0|6.44 +007529|sil ru2 ci3 zhe4 ban1 fan3 fu4 shu4 ci4 sp1 zai4 bai2 xing4 hei1 zui3 cao1 nong4 xia4 sp1 yu2 mou2 deng3 ren2 huo4 li4 fei2 qian3 sil|sil 如 此 这 般 反 复 数 次 sp1 在 白 姓 黑 嘴 操 弄 下 sp1 余 某 等 人 获 利 匪 浅 sil|31 15 16 17 20 19 15 18 26 27 20 18 23 19 15 18 19 24 33 10 16 16 22 19 11 17 36 34|0.0|6.66 +007530|sil zhi4 gang1 de5 she4 zhang3 wei4 zhi4 sp1 qi2 shi2 ming2 cun2 shi2 wang2 sil|sil 志 刚 的 社 长 位 置 sp1 其 实 名 存 实 亡 sil|31 19 18 13 16 16 16 23 4 17 19 22 18 18 28 34|0.0|3.62 +007531|sil niu2 rou4 mian4 guan3 yi4 nan2 zi2 hou3 dao4 sp1 wo3 er4 shi2 kuai4 qian2 yi4 wan3 de5 niu2 rou4 mian4 sp1 zen3 me5 cai2 yi2 kuai4 niu2 rou4 sil|sil 牛 肉 面 馆 一 男 子 吼 到 sp1 我 二 十 块 钱 一 碗 的 牛 肉 面 sp1 怎 么 才 一 块 牛 肉 sil|33 15 13 20 22 10 17 13 19 27 28 9 16 12 15 14 12 14 7 16 14 27 11 17 7 19 16 20 17 25 35|0.0|6.265 +007532|sil qing1 chen2 de5 yu4 shu4 zai1 qu1 sp1 han2 feng1 yi1 ran2 lin3 lie4 sil|sil 清 晨 的 玉 树 灾 区 sp1 寒 风 依 然 凛 冽 sil|27 25 19 13 15 13 18 26 9 21 20 14 14 16 28 33|0.0|3.605 +007533|sil ke2 li3 xiao2 jie3 shi2 xian4 sheng3 qian2 de5 yuan4 wang4 you2 dian3 nan2 sil|sil 可 李 小 姐 实 现 省 钱 的 愿 望 有 点 难 sil|29 17 16 22 20 13 16 19 15 8 19 22 15 16 30 33|0.0|3.6 +007534|sil kuai4 dian3 sp1 bie2 dan1 ge1 le5 sp1 zheng4 ce4 zhe4 me5 hao3 sp1 hai2 you3 sha2 mo2 ceng4 de5 sil|sil 快 点 sp1 别 耽 搁 了 sp1 政 策 这 么 好 sp1 还 有 啥 磨 蹭 的 sil|30 28 26 3 18 19 13 18 19 20 17 12 11 28 12 14 10 20 18 21 20 33|0.0|4.755 +007535|sil zhi1 hou4 you3 bao4 dao4 cheng1 sp1 zhe4 pian1 bo2 wen2 chun2 shu3 nie1 zao4 sp1 bing4 mei2 you3 xia4 wen2 sil|sil 之 后 有 报 道 称 sp1 这 篇 博 文 纯 属 捏 造 sp1 并 没 有 下 文 sil|30 17 22 15 13 14 27 15 16 17 18 21 20 14 21 23 10 15 11 14 22 26 35|0.0|5.065 +007536|sil nv3 hai2 de5 xin1 si5 ni3 bie2 cai1 sp1 dan4 shi4 wo3 bu2 yong4 cai1 sil|sil 女 孩 的 心 思 你 别 猜 sp1 但 是 我 不 用 猜 sil|32 13 18 10 21 20 16 15 29 12 18 23 18 12 20 32 33|0.0|3.975 +007537|sil yi1 du3 tu2 sp1 kan4 jian4 bie2 ren2 jia1 men2 kou3 tie1 dao3 de5 chun1 zi4 he2 fu2 zi4 sp1 wen4 bie2 ren2 yi4 si5 shuo1 sp1 shi4 fu2 dao4 chun1 dao4 de5 yi4 si5 sil|sil 一 赌 徒 sp1 看 见 别 人 家 门 口 贴 倒 的 春 字 和 福 字 sp1 问 别 人 意 思 说 sp1 是 福 到 春 到 的 意 思 sil|35 15 17 26 3 20 19 10 16 13 18 26 21 18 11 25 19 14 21 21 35 15 11 17 12 13 26 36 17 23 20 22 18 9 17 24 34|0.0|8.33 +007538|sil dui4 yu2 ci3 fan1 xun2 shi4 sp1 bi2 zhe2 bi3 jiao4 kan4 hao3 sp1 li3 you2 you3 san1 sil|sil 对 于 此 番 巡 视 sp1 笔 者 比 较 看 好 sp1 理 由 有 三 sil|24 19 16 19 17 21 25 20 17 20 11 17 22 28 15 12 17 15 32 29|0.0|4.6 +007539|sil bu2 yuan4 yi4 bie2 ren2 da2 rao2 wo3 he2 wo3 jia1 ren2 de5 sheng1 huo2 sil|sil 不 愿 意 别 人 打 扰 我 和 我 家 人 的 生 活 sil|31 17 16 19 10 17 17 25 16 14 14 19 14 9 19 31 34|0.0|3.735 +007540|sil ju4 ci3 sp1 pan4 jue2 wang2 xian1 sheng5 xian4 qi1 sp1 jiang1 qiang2 mian4 he2 zha4 lan5 hui1 fu4 yuan2 zhuang4 sil|sil 据 此 sp1 判 决 王 先 生 限 期 sp1 将 墙 面 和 栅 栏 恢 复 原 状 sil|31 19 29 10 21 15 17 15 13 19 25 5 24 23 22 14 23 23 18 13 21 24 34|0.0|5.315 +007541|sil shi2 ji3 nian2 shou4 hui4 sheng1 ya2 zhong4 xia4 de5 e4 yin1 sp1 zhong1 niang4 cheng2 jin1 tian1 de5 ku2 guo3 sil|sil 十 几 年 受 贿 生 涯 种 下 的 恶 因 sp1 终 酿 成 今 天 的 苦 果 sil|33 19 13 18 16 14 17 21 17 14 9 18 27 9 18 20 22 16 15 11 21 28 32|0.0|4.97 +007542|sil zai4 chuan1 yue4 guo4 cheng2 zhong1 sp1 lv2 you3 zai4 yi2 chu4 zhu2 lin2 shen1 chu4 sp1 pai1 dao4 le5 da4 xiong2 mao1 fen4 bian4 sil|sil 在 穿 越 过 程 中 sp1 驴 友 在 一 处 竹 林 深 处 sp1 拍 到 了 大 熊 猫 粪 便 sil|33 18 18 14 12 17 23 23 17 19 14 13 21 15 14 20 24 7 19 13 11 17 14 14 18 25 33|0.0|5.645 +007543|sil xi2 guan4 nan2 shou4 sp1 xi2 guan4 si1 nian4 sp1 xi2 guan4 deng2 ni3 sp1 ke3 shi4 sp1 que4 yi4 zhi2 mei2 you3 xi2 guan4 kan4 bu2 dao4 ni3 sil|sil 习 惯 难 受 sp1 习 惯 思 念 sp1 习 惯 等 你 sp1 可 是 sp1 却 一 直 没 有 习 惯 看 不 到 你 sil|35 17 15 17 26 9 17 17 18 26 8 17 16 18 28 29 16 22 12 21 14 11 12 12 19 19 23 9 17 27 34|0.0|6.75 +007544|sil han2 guo2 bao3 ning2 ni2 jiang1 jie2 kai1 mu4 sp1 zhong4 duo1 you2 ke4 sp1 zai4 ni2 jiang1 zhong1 wan2 shua3 sil|sil 韩 国 保 宁 泥 浆 节 开 幕 sp1 众 多 游 客 sp1 在 泥 浆 中 玩 耍 sil|33 17 17 15 18 13 17 13 18 23 27 18 14 17 21 4 13 15 18 14 18 33 31|0.0|4.96 +007545|sil na4 zai4 wen4 wen4 ni3 men5 ye2 ye5 de5 ye2 ye5 shi4 bu2 shi4 nong2 min2 sil|sil 那 再 问 问 你 们 爷 爷 的 爷 爷 是 不 是 农 民 sil|25 17 19 16 19 9 15 17 12 12 17 22 19 5 13 19 32 26|0.0|3.64 +007546|sil fei1 chang2 jin3 zhang1 sp1 zou3 lu4 mei3 yi2 bu4 dou1 you2 dianr3 r bie4 niu3 sil|sil 非 常 紧 张 sp1 走 路 每 一 步 都 有 点 儿 别 扭 sil|28 15 19 18 23 14 18 13 17 16 21 12 13 19 0 19 31 35|0.0|3.84 +007547|sil ming2 huang4 huang4 de5 tai4 yang5 sp1 chi2 xu4 jian1 kao3 zhe5 hong2 tu3 di4 sil|sil 明 晃 晃 的 太 阳 sp1 持 续 煎 烤 着 红 土 地 sil|30 18 20 20 9 25 24 6 20 17 18 18 11 20 18 23 32|0.0|3.825 +007548|sil hou4 lai2 sp1 qian2 xue2 min3 qu4 kan4 ta1 sp1 qian2 lao3 hai2 na2 chu1 jian3 bao4 gei3 mei4 mei5 kan4 sil|sil 后 来 sp1 钱 学 敏 去 看 他 sp1 钱 老 还 拿 出 剪 报 给 妹 妹 看 sil|31 16 26 3 20 14 18 12 23 25 27 20 17 18 17 14 21 20 12 16 17 28 34|0.0|5.215 +007549|sil shi4 wei3 shu1 ji4 bo2 xi1 lai2 sp1 shi4 ling2 dao3 zhang1 xuan1 sp1 fan4 zhao4 bing1 sp1 can1 jia1 le5 hui4 yi4 sil|sil 市 委 书 记 薄 熙 来 sp1 市 领 导 张 轩 sp1 范 照 兵 sp1 参 加 了 会 议 sil|33 18 12 18 20 15 14 29 7 18 20 23 20 28 10 17 17 21 8 18 13 11 18 22 30|0.0|5.34 +007550|sil ta1 yi4 bian1 song3 jian1 yi4 bian1 tiao4 wu3 sp1 xiang4 shi4 quan2 ji1 xuan2 shou3 yi2 yang4 sp1 ba2 liang3 ge5 shou3 fang4 dao4 mian4 qian2 sil|sil 他 一 边 耸 肩 一 边 跳 舞 sp1 像 是 拳 击 选 手 一 样 sp1 把 两 个 手 放 到 面 前 sil|23 19 12 17 25 24 16 17 24 26 24 19 12 20 14 19 17 13 20 8 13 18 10 22 17 8 20 37 28|0.0|6.29 +007551|sil da4 mang3 she2 zai4 shu4 shang5 biao3 xian4 chu1 ge4 zhong3 zi1 tai4 sil|sil 大 蟒 蛇 在 树 上 表 现 出 各 种 姿 态 sil|28 16 18 21 16 19 25 16 17 18 16 16 16 30 28|0.0|3.48 +007552|sil wo3 hai2 bu2 hui4 tiao4 wu3 sp1 liao2 tian1 wo3 shi4 zhuan1 ye4 xuan2 shou3 ya5 sil|sil 我 还 不 会 跳 舞 sp1 聊 天 我 是 专 业 选 手 呀 sil|32 11 21 12 18 20 22 19 16 24 13 14 13 13 16 18 26 30|0.0|3.925 +007553|sil ping2 zheng3 de5 bai2 se4 jia3 ya2 jian1 sp1 hai2 dian3 zhui4 zhe5 shu4 ke1 jin1 huang2 se4 de5 jia3 ya2 sil|sil 平 整 的 白 色 假 牙 间 sp1 还 点 缀 着 数 颗 金 黄 色 的 假 牙 sil|29 26 18 14 16 14 18 17 24 10 16 18 16 17 22 20 17 19 11 10 19 29 29|0.0|4.985 +007554|sil zhi3 shi4 hui4 zai4 xiang4 mu4 shai1 xuan3 shang4 geng4 jia1 jin3 shen4 sil|sil 只 是 会 在 项 目 筛 选 上 更 加 谨 慎 sil|30 15 21 17 16 18 8 17 19 23 15 14 20 26 30|0.0|3.36 +007555|sil ping2 shi2 sp1 fu1 qi1 lia3 jiu4 kao4 mai4 tang2 hu2 lu5 wei2 sheng1 sil|sil 平 时 sp1 夫 妻 俩 就 靠 卖 糖 葫 芦 为 生 sil|31 19 25 18 14 15 24 15 17 18 21 18 11 13 28 30|0.0|3.685 +007556|sil ta1 jiu4 shi4 ji3 yuan2 shi4 qin4 yuan2 jie1 dao4 de5 li3 hong2 dao4 sil|sil 他 就 是 济 源 市 沁 园 街 道 的 李 红 道 sil|28 20 16 20 15 16 20 17 14 15 16 11 18 24 23 31|0.0|3.535 +007557|sil tan2 xian1 sheng5 chuan1 zhuo2 da3 ban4 dou1 xiang1 dang1 nv3 xing4 hua4 sil|sil 谭 先 生 穿 着 打 扮 都 相 当 女 性 化 sil|31 20 19 22 19 12 21 25 16 18 14 15 22 30 33|0.0|3.675 +007558|sil la1 gu1 song4 fang2 zi5 gei2 nv3 er2 xie4 ting2 ting5 sp1 dang1 jia4 zhuang1 sil|sil 拉 姑 送 房 子 给 女 儿 谢 婷 婷 sp1 当 嫁 妆 sil|33 19 20 21 22 14 13 14 16 18 22 18 7 17 21 23 32|0.0|3.835 +007559|sil chen2 fu4 le4 jie4 shao4 sp1 gong1 mu4 you2 liang3 dao4 tie3 si1 wang3 sp1 zui4 li3 mian4 shi4 yi4 quan1 tie3 zha4 lan2 sil|sil 陈 富 乐 介 绍 sp1 公 墓 有 两 道 铁 丝 网 sp1 最 里 面 是 一 圈 铁 栅 栏 sil|32 21 13 19 17 26 29 18 19 20 20 14 15 17 25 19 17 13 25 18 10 21 18 19 25 33|0.0|6.07 +007560|sil zai4 que4 zhi1 zi4 ji3 bei4 pian4 hou4 sp1 shu4 ri4 jian1 sp1 a1 bing3 de5 tou2 fa4 mei2 mao5 quan2 bai2 le5 sil|sil 在 确 知 自 己 被 骗 后 sp1 数 日 间 sp1 阿 炳 的 头 发 眉 毛 全 白 了 sil|29 18 19 17 13 11 15 24 21 30 18 15 25 5 17 15 10 25 23 24 21 28 19 16 36|0.0|5.73 +007561|sil shui2 za3 shuo1 za3 shuo1 sp1 fa1 zhan3 zhong1 yi1 sp1 ken3 ding4 you3 bu4 tong2 de5 sheng1 yin1 sil|sil 谁 咋 说 咋 说 sp1 发 展 中 医 sp1 肯 定 有 不 同 的 声 音 sil|34 24 22 16 21 26 19 16 17 18 19 3 20 16 14 12 15 8 17 26 32|0.0|4.585 +007562|sil shi4 fou2 cai3 na4 sp1 yao4 kan4 cun1 min2 de5 yi4 yuan4 sil|sil 是 否 采 纳 sp1 要 看 村 民 的 意 愿 sil|31 16 15 21 26 10 15 17 16 15 11 16 25 30|0.0|3.065 +007563|sil bu4 fen4 cheng2 shi4 sp1 fang2 jia4 zhang3 fu2 shou1 zhai3 sil|sil 部 分 城 市 sp1 房 价 涨 幅 收 窄 sil|26 15 17 20 18 8 18 15 18 14 17 31 29|0.0|2.855 +007564|sil shi2 jia1 zhuang1 gong1 lu4 zhu3 shu1 niu3 sp1 nan2 jiao1 ke4 yun4 zhan4 ren2 liu2 xi1 xi1 rang2 rang3 sil|sil 石 家 庄 公 路 主 枢 纽 sp1 南 焦 客 运 站 人 流 熙 熙 攘 攘 sil|37 17 16 23 14 19 14 16 27 11 18 20 18 14 21 18 18 16 16 17 28 37|0.0|5.05 +007565|sil na4 nv3 sheng1 yi2 jian4 yin3 zhi4 ping2 sp1 dun4 shi2 ma3 pi4 heng2 yi4 sp1 a5 sp1 ni3 jiu4 shi4 yin3 zhi4 ping2 ba5 sil|sil 那 女 生 一 见 尹 志 平 sp1 顿 时 马 屁 横 溢 sp1 啊 sp1 你 就 是 尹 志 平 吧 sil|36 15 15 20 21 13 17 15 31 10 16 15 22 18 22 22 28 23 19 13 17 13 16 13 25 24 35|0.0|6.205 +007566|sil bei4 duo1 fen1 lou2 jiu4 liu2 le5 xia4 lai2 sp1 cheng2 wei2 xue2 sheng1 xue2 ye4 fu4 dan1 xia4 de5 fa1 xie4 wu4 sil|sil 贝 多 芬 楼 就 留 了 下 来 sp1 成 为 学 生 学 业 负 担 下 的 发 泄 物 sil|31 15 13 17 21 16 17 11 20 26 17 21 19 18 18 20 16 17 15 16 9 18 18 25 37|0.0|5.47 +007567|sil mu4 qian2 sp1 bao3 diao4 chuan2 shi4 fou2 you3 neng2 li4 hui2 hang2 sp1 hai2 shi4 ge5 wei4 zhi1 shu4 sil|sil 目 前 sp1 保 钓 船 是 否 有 能 力 回 航 sp1 还 是 个 未 知 数 sil|32 11 32 11 17 16 24 17 13 15 15 13 17 27 12 15 14 10 16 14 26 30|0.0|4.61 +007568|sil qi2 shi2 hen2 hao2 jian3 sp1 niu2 nan3 sp1 bi3 zhe4 ge5 nan2 jian3 duo1 le5 sil|sil 其 实 很 好 剪 sp1 牛 腩 sp1 比 这 个 难 剪 多 了 sil|28 18 20 18 19 26 24 15 27 4 13 14 7 17 18 18 19 33|0.0|3.925 +007569|sil chang2 chu1 men2 huo2 dong4 sp1 da4 ye5 de5 xin1 qing2 sp1 ye3 yue4 lai2 yue4 kai1 lang3 sil|sil 常 出 门 活 动 sp1 大 爷 的 心 情 sp1 也 越 来 越 开 朗 sil|29 25 15 15 20 20 25 17 12 8 19 28 7 12 11 13 13 20 30 32|0.0|4.31 +007570|sil nong2 yong4 san1 lun2 che1 shang4 sp1 piao3 bai2 hou4 de5 dou4 ya2 sp1 ge4 tou5 bao2 man3 sp1 qi1 ba1 li2 mi3 chang2 sp1 tong1 ti3 liang4 bai2 sil|sil 农 用 三 轮 车 上 sp1 漂 白 后 的 豆 芽 sp1 个 头 饱 满 sp1 七 八 厘 米 长 sp1 通 体 亮 白 sil|32 15 17 14 14 17 24 16 23 17 16 9 16 24 5 16 15 16 30 21 20 13 12 15 30 16 21 16 25 29 30|0.0|6.785 +007571|sil shu1 jia4 shang4 xin4 shou3 nian1 lai2 de5 shi4 sun1 zi3 bing1 fa3 sp1 song4 ci2 xuan3 sp1 ci2 dian3 sil|sil 书 架 上 信 手 拈 来 的 是 孙 子 兵 法 sp1 宋 词 选 sp1 辞 典 sil|24 24 23 25 21 13 21 22 18 22 20 12 18 29 16 22 17 31 5 26 32 30|0.0|5.465 +007572|sil zuo2 tian1 sp1 ou1 zhou1 gu3 shi4 zhong1 pan2 pu3 bian4 zou3 gao1 sp1 yi4 sao3 ya4 tai4 gu3 shi4 pu3 die1 de5 yin1 mai2 sil|sil 昨 天 sp1 欧 洲 股 市 中 盘 普 遍 走 高 sp1 一 扫 亚 太 股 市 普 跌 的 阴 霾 sil|32 16 25 18 13 15 15 20 20 23 17 16 16 26 25 11 21 16 18 14 20 19 12 8 17 31 33|0.0|6.0 +007573|sil hen2 jiu3 hen2 jiu2 yi3 qian2 sp1 lao2 shu3 men5 yin1 shen1 shou4 mao1 de5 qin1 xi2 sp1 gan3 dao4 shi2 fen1 ku2 nao3 sil|sil 很 久 很 久 以 前 sp1 老 鼠 们 因 深 受 猫 的 侵 袭 sp1 感 到 十 分 苦 恼 sil|30 17 16 15 13 13 31 21 15 14 22 22 21 20 20 10 23 27 20 17 18 13 17 18 30 36|0.0|6.03 +007574|sil ju4 liao2 jie3 sp1 xin1 xing2 dian4 zi2 biao3 sp1 yu3 chuan2 tong3 ji1 xie4 biao3 xiang1 bi3 sp1 zi4 shen1 hao4 dian4 liang4 di1 sil|sil 据 了 解 sp1 新 型 电 子 表 sp1 与 传 统 机 械 表 相 比 sp1 自 身 耗 电 量 低 sil|33 13 20 28 15 20 22 16 11 27 14 13 21 18 14 16 17 22 20 16 16 19 19 12 19 25 36|0.0|6.065 +007575|sil tang3 ruo4 yi2 ge4 ren2 chu1 ming2 zheng4 chu1 de5 ban4 hong2 bu4 zi3 sp1 na4 ta1 shi4 duan4 bu2 hui4 dan4 bo2 de5 sil|sil 倘 若 一 个 人 出 名 正 出 得 半 红 不 紫 sp1 那 他 是 断 不 会 淡 泊 的 sil|30 21 22 15 12 15 17 28 18 18 15 18 19 13 27 30 11 19 20 17 12 14 17 19 17 31|0.0|5.75 +007576|sil jiu1 jing4 shi4 he2 yuan2 yin1 shi3 de2 suo2 ma2 li3 cheng2 wei2 hai3 dao4 de5 tian1 tang2 sil|sil 究 竟 是 何 原 因 使 得 索 马 里 成 为 海 盗 的 天 堂 sil|30 18 20 16 18 19 25 21 15 11 16 20 17 15 22 15 10 21 31 35|0.0|4.585 +007577|sil huang2 xiao2 jie3 dai4 de5 nai3 mi2 fen3 sil|sil 黄 小 姐 带 的 奶 米 粉 sil|30 20 18 21 17 9 20 19 29 34|0.0|2.52 +007578|sil lao3 po2 shen1 qing2 de5 kao4 zai4 lao3 gong1 shen1 shang4 shuo1 sp1 wo2 xiang3 yao4 wen1 nuan3 sil|sil 老 婆 深 情 的 靠 在 老 公 身 上 说 sp1 我 想 要 温 暖 sil|32 18 22 21 19 14 19 10 17 14 14 19 25 30 11 17 15 17 35 31|0.0|4.64 +007579|sil liang3 ge4 ren2 de5 tou2 pin1 zai4 yi4 qi3 sp1 hen4 bu4 de2 qian4 jin4 dui4 fang1 sil|sil 两 个 人 的 头 拼 在 一 起 sp1 恨 不 得 嵌 进 对 方 sil|32 16 8 14 8 28 18 14 15 29 16 17 11 13 24 16 16 30 31|0.0|4.13 +007580|sil zai4 zhe4 yang4 de5 bei4 jing3 xia4 sp1 bao1 rong2 xing4 zeng1 zhang3 ji1 cheng2 she1 wang4 sil|sil 在 这 样 的 背 景 下 sp1 包 容 性 增 长 几 成 奢 望 sil|27 16 12 14 9 14 17 26 16 15 16 17 17 23 16 18 21 28 31|0.0|4.1 +007581|sil ru2 guo3 a1 cheng2 zuo4 dao4 la1 ji1 de5 hua4 sp1 ye3 hui4 bi2 wo2 you3 xing2 la5 sil|sil 如 果 阿 城 做 倒 垃 圾 的 话 sp1 也 会 比 我 有 型 啦 sil|31 13 16 18 23 17 12 16 16 10 29 19 11 16 13 13 15 22 23 33|0.0|4.25 +007582|sil mu4 qian2 sp1 zhong1 guo2 de5 ru2 pin3 hang2 ye4 zheng4 mian4 lin2 yi4 chang2 xi3 pai2 sil|sil 目 前 sp1 中 国 的 乳 品 行 业 正 面 临 一 场 洗 牌 sil|32 13 33 4 19 10 11 16 18 23 21 16 18 12 14 18 18 33 33|0.0|4.2 +007583|sil zhou1 jun4 mei2 you3 gong1 zuo4 sp1 mei3 tian1 si4 chu4 wan2 wan5 sp1 da2 da3 ma2 jiang4 sil|sil 周 俊 没 有 工 作 sp1 每 天 四 处 玩 玩 sp1 打 打 麻 将 sil|30 19 23 13 14 17 22 17 14 18 14 14 15 22 5 17 13 20 24 32|0.0|4.21 +007584|sil nian2 you4 de5 xiao3 hai2 fu2 zhe5 tie3 zha4 lan5 wan2 shua3 sp1 shen1 zhuo2 po4 lan4 sil|sil 年 幼 的 小 孩 扶 着 铁 栅 栏 玩 耍 sp1 身 着 破 烂 sil|32 16 14 9 18 23 18 12 18 14 15 19 26 9 19 14 21 25 33|0.0|4.12 +007585|sil wo3 men5 zher4 r gei2 sha3 zi5 chong2 xin1 qi3 ming2 sp1 sui2 wo3 zhang4 fu5 de5 xing4 sil|sil 我 们 这 儿 给 傻 子 重 新 起 名 sp1 随 我 丈 夫 的 姓 sil|33 9 13 24 0 17 25 12 20 16 15 25 15 16 13 19 12 10 26 33|0.0|4.1 +007586|sil ke3 de2 cheng3 zhi1 hou4 sp1 ta1 reng2 bu4 man3 zu2 sp1 reng2 yao1 qiu2 jia1 qian2 sil|sil 可 得 逞 之 后 sp1 他 仍 不 满 足 sp1 仍 要 求 加 钱 sil|31 21 13 20 15 21 7 16 18 11 20 25 19 17 16 17 19 31 33|0.0|4.295 +007587|sil zao3 shang4 sp1 yao4 chu3 cun2 hao3 yi4 tian1 de5 neng2 liang4 ne5 sp1 suo2 yi3 lai2 dian3 dou4 jiang1 he2 you2 tiao2 bu2 cuo4 sil|sil 早 上 sp1 要 储 存 好 一 天 的 能 量 呢 sp1 所 以 来 点 豆 浆 和 油 条 不 错 sil|34 21 27 7 15 15 15 17 15 17 9 15 24 17 23 19 14 22 15 14 18 14 13 23 13 28 33|0.0|5.77 +007588|sil wo2 you3 yi2 ge4 gao1 san1 dang3 de5 qi2 pa1 peng2 you5 sp1 ping2 shi2 er4 dao4 jia1 de5 na4 zhong3 sil|sil 我 有 一 个 高 三 党 的 奇 葩 朋 友 sp1 平 时 二 到 家 的 那 种 sil|33 10 16 13 18 18 22 17 10 16 19 18 20 17 20 16 19 13 18 6 20 27 33|0.0|4.865 +007589|sil dan4 zai4 ai4 er3 lan2 ban4 tian1 de5 fang3 wen4 xing2 cheng2 zhi1 zhong1 sp1 an1 bao3 che1 dui4 que4 chu1 xian4 yi2 jian4 qiu3 shi4 sil|sil 但 在 爱 尔 兰 半 天 的 访 问 行 程 之 中 sp1 安 保 车 队 却 出 现 一 件 糗 事 sil|23 20 23 15 13 22 18 15 8 17 15 16 16 14 25 29 16 16 19 20 19 16 15 9 16 22 27 27|0.0|5.93 +007590|sil mu4 zhi4 yuan4 qiang2 ru2 jin1 shi2 bu4 duo1 jian4 sp1 mu4 zha4 lan5 men2 pang2 gua4 zhe5 tao1 tian1 hui4 de5 mu4 pai2 sil|sil 木 制 院 墙 如 今 实 不 多 见 sp1 木 栅 栏 门 旁 挂 着 滔 天 会 的 木 牌 sil|33 15 12 18 29 20 20 20 11 14 25 26 15 14 15 16 31 21 13 19 18 13 7 17 33 33|0.0|5.9 +007591|sil li3 ge2 xiang2 jia4 che1 zhuang4 duan4 le5 shou1 fei4 zhan4 lan2 gan1 hou4 tao2 yi4 sil|sil 李 革 祥 驾 车 撞 断 了 收 费 站 栏 杆 后 逃 逸 sil|34 12 13 27 17 18 19 17 14 14 13 17 18 15 19 23 22 31|0.0|3.98 +007592|sil guo4 yi2 hui4 ta1 hui2 lai5 le5 sp1 wo3 wen4 ta1 xiao4 guo3 ru2 he2 sp1 ta1 zhou4 zhou5 mei2 yao2 tou2 dao4 sp1 gan3 jue2 mei2 sha2 yong4 a5 sil|sil 过 一 会 他 回 来 了 sp1 我 问 他 效 果 如 何 sp1 他 皱 皱 眉 摇 头 道 sp1 感 觉 没 啥 用 啊 sil|32 19 11 24 17 20 17 19 17 7 16 15 21 12 14 27 26 16 14 13 21 19 20 20 28 16 18 16 19 20 23 32|0.0|7.065 +007593|sil ni2 zen3 me5 de2 zui4 ta1 le5 sp1 kuai4 qu4 gei3 ta1 pei2 pei2 bu2 shi4 ba5 sil|sil 你 怎 么 得 罪 她 了 sp1 快 去 给 她 赔 赔 不 是 吧 sil|31 10 14 11 14 15 22 16 19 15 13 12 19 16 14 15 22 22 35|0.0|3.885 +007594|sil ben3 bao4 ji4 zhe2 sp1 yi3 jiang1 shang4 shu4 xin4 xi1 fan3 kui4 guo2 jia1 hai3 shi4 ju2 sil|sil 本 报 记 者 sp1 已 将 上 述 信 息 反 馈 国 家 海 事 局 sil|27 16 14 16 24 10 9 20 16 13 18 19 22 19 13 14 16 17 26 31|0.0|4.18 +007595|sil zhe4 ge4 dian4 ying3 jiu4 shi4 yao4 tan4 xun2 ta1 de5 nei4 xin1 shi4 jie4 li2 wo3 men5 hen2 yuan3 de5 di4 fang1 zai4 na3 sil|sil 这 个 电 影 就 是 要 探 寻 他 的 内 心 世 界 离 我 们 很 远 的 地 方 在 哪 sil|29 14 9 19 25 19 11 12 19 18 16 5 16 15 17 26 17 12 11 18 18 9 12 17 15 30 31|0.0|5.335 +007596|sil suo2 yi3 sp1 yue4 shi4 lin2 shi2 zhang1 luo2 de5 guo2 ji4 hui4 yi4 sp1 yue4 hui4 zai4 cai2 zheng4 shang4 chu1 xian4 dao4 bi1 xian4 xiang4 sil|sil 所 以 sp1 越 是 临 时 张 罗 的 国 际 会 议 sp1 越 会 在 财 政 上 出 现 倒 逼 现 象 sil|34 22 22 18 19 16 17 15 19 15 11 15 14 22 19 25 10 13 13 23 17 23 16 19 18 16 18 28 30|0.0|6.355 +007597|sil zai4 zheng4 shi4 de5 jiao4 xue2 fang1 mian4 sp1 ma3 de2 bao3 zhong1 yu2 bu4 ru4 zheng4 gui3 sp1 kai1 shi3 xun2 gui1 dao2 ju3 sil|sil 在 正 式 的 教 学 方 面 sp1 马 德 保 终 于 步 入 正 轨 sp1 开 始 循 规 蹈 矩 sil|33 21 15 14 9 15 16 16 20 15 15 14 23 18 15 11 13 18 23 13 19 18 21 15 17 28 36|0.0|5.695 +007598|sil wo2 she3 bu4 de2 zhu3 ren2 yo5 sil|sil 我 舍 不 得 主 人 哟 sil|30 11 20 10 14 15 18 27 29|0.0|2.015 +007599|sil fen1 zhong4 chuan2 mei2 di4 er4 ji4 du4 ye4 ji4 sp1 chao1 guo4 shi4 chang3 yu4 qi1 sil|sil 分 众 传 媒 第 二 季 度 业 绩 sp1 超 过 市 场 预 期 sil|36 14 16 21 23 8 19 16 11 18 18 7 23 15 13 20 16 28 30|0.0|4.09 +007600|sil zuo4 wei2 da4 jie3 de5 lao3 na4 sp1 jiang3 jiu1 de5 shi4 yi4 gu3 da4 jie3 fanr4 r he2 meng3 jinr4 r sil|sil 作 为 大 姐 的 老 那 sp1 讲 究 的 是 一 股 大 姐 范 儿 和 猛 劲 儿 sil|30 15 15 17 14 6 18 25 12 21 16 16 16 12 16 17 15 23 0 13 22 0 21 33|0.0|4.565 +007601|sil bo1 li5 sui4 pian4 ka3 zai4 nv2 zi3 shi2 guan3 nei4 sp1 mian4 lin2 da4 chu1 xie3 wei1 xian3 sil|sil 玻 璃 碎 片 卡 在 女 子 食 管 内 sp1 面 临 大 出 血 危 险 sil|28 17 11 19 31 24 17 16 13 18 17 21 16 16 21 19 17 15 14 30 33|0.0|4.795 +007602|sil zhe4 shi2 hou4 de5 biao2 jie3 sp1 yi3 jing1 jia4 gei3 le5 sang4 ou3 de5 lao2 ban3 gao1 cheng2 sil|sil 这 时 候 的 表 姐 sp1 已 经 嫁 给 了 丧 偶 的 老 板 高 成 sil|30 17 11 15 10 18 29 11 10 16 20 13 14 20 16 6 18 19 19 36 35|0.0|4.445 +007603|sil qi2 jian1 duo1 ci4 tiao4 cao2 sp1 ye3 dou1 shi4 zai4 ge4 lei4 fu2 wu4 zhong1 xin1 da3 zhuan4 sil|sil 其 间 多 次 跳 槽 sp1 也 都 是 在 各 类 服 务 中 心 打 转 sil|33 22 26 15 16 18 31 12 14 12 14 18 12 15 16 12 16 20 17 27 33|0.0|4.63 +007604|sil ta1 dui4 mei3 di4 ren4 shi5 chu3 zai4 meng2 ya2 jie1 duan4 sp1 bu4 bi2 ma3 de2 bao3 de5 jing1 shen1 sil|sil 他 对 美 的 认 识 处 在 萌 芽 阶 段 sp1 不 比 马 德 保 的 精 深 sil|28 20 15 20 10 20 24 23 15 19 16 16 20 15 15 14 21 13 16 8 19 28 32|0.0|4.955 +007605|sil dang1 ri4 wan3 jian1 sp1 ju4 feng1 sang1 di2 deng1 lu4 niu3 yue1 sp1 niu3 yue1 man4 ha1 dun4 bu4 fen4 di4 qu1 bian4 cheng2 ze2 guo2 sil|sil 当 日 晚 间 sp1 飓 风 桑 迪 登 陆 纽 约 sp1 纽 约 曼 哈 顿 部 分 地 区 变 成 泽 国 sil|32 17 15 16 31 8 20 20 23 20 13 12 20 25 31 14 12 15 16 18 13 16 13 24 15 18 20 29 36|0.0|6.52 +007606|sil wo3 nei4 jiu4 wa5 sp1 xiang3 yong4 zui4 cheng2 zhi4 de5 dao4 qian4 lai2 qi3 qiu2 liang4 jie3 sil|sil 我 内 疚 哇 sp1 想 用 最 诚 挚 的 道 歉 来 乞 求 谅 解 sil|25 12 22 21 24 20 25 18 14 24 13 10 19 27 21 16 17 22 29 31|0.0|4.755 +007607|sil ta1 xing4 ge2 shuang2 lang3 you3 wen4 bi4 da2 sil|sil 他 性 格 爽 朗 有 问 必 答 sil|30 19 20 15 23 26 19 19 16 29 28|0.0|2.835 +007608|sil mao2 hua2 rui4 cong2 wei4 xiang3 guo4 sp1 ba4 ba5 de5 xiao4 rong2 you3 yi4 tian1 hui4 xiao1 shi1 sil|sil 茆 华 瑞 从 未 想 过 sp1 爸 爸 的 笑 容 有 一 天 会 消 失 sil|32 16 20 20 22 13 22 23 25 17 12 8 22 22 18 9 18 14 19 25 35|0.0|4.785 +007609|sil ta1 jiu4 dui4 zhe5 wo3 he1 he1 xiao4 sil|sil 他 就 对 着 我 呵 呵 笑 sil|27 18 14 14 12 21 18 21 32 31|0.0|2.41 +007610|sil chen2 zheng4 qiang2 tao2 pao3 shi2 sp1 lin1 zhe5 yi4 ba2 yi3 zi5 sil|sil 陈 正 强 逃 跑 时 sp1 拎 着 一 把 椅 子 sil|28 20 17 26 20 21 25 10 15 9 12 14 20 22 33|0.0|3.385 +007611|sil zheng3 ge4 cheng2 shi4 sp1 ying1 gai1 shuo1 feng4 huang2 nie4 pan2 sil|sil 整 个 城 市 sp1 应 该 说 凤 凰 涅 盘 sil|32 18 10 24 21 4 17 14 21 19 17 15 34 31|0.0|3.22 +007612|sil wu3 qiang2 de5 xiao3 nv2 you3 sp1 tie3 ding4 le5 xin1 yao4 he2 ta1 hao2 hao3 guo4 ri4 zi5 sil|sil 武 强 的 小 女 友 sp1 铁 定 了 心 要 和 他 好 好 过 日 子 sil|30 15 24 13 16 14 29 5 20 12 11 32 15 15 20 18 18 17 17 22 34|0.0|4.605 +007613|sil yao4 gong3 gu4 wan2 shan4 ji1 ceng2 zong1 he2 gai3 ge2 sil|sil 要 巩 固 完 善 基 层 综 合 改 革 sil|30 22 17 12 21 22 17 20 13 16 18 29 31|0.0|3.115 +007614|sil si1 ta2 er3 mei2 you3 tou4 lu4 ju4 ti3 guo2 ming2 sil|sil 斯 塔 尔 没 有 透 露 具 体 国 名 sil|32 17 21 21 15 15 16 16 13 14 18 31 32|0.0|3.025 +007615|sil zhi3 yao4 da4 jia1 ken2 jiang3 sp1 ta1 jiu4 ken3 ting1 sil|sil 只 要 大 家 肯 讲 sp1 他 就 肯 听 sil|23 14 13 14 15 23 30 6 17 12 20 29 28|0.0|2.83 +007616|sil dou1 shuo1 shou4 si3 de5 luo4 tuo2 bi2 ma3 da4 sil|sil 都 说 瘦 死 的 骆 驼 比 马 大 sil|29 15 26 24 13 8 18 22 13 23 25 28|0.0|2.835 +007617|sil wo3 de2 bu2 dao4 de5 sp1 wo3 ning4 yuan4 hui3 le5 ta1 sil|sil 我 得 不 到 的 sp1 我 宁 愿 毁 了 它 sil|31 14 13 10 23 18 14 11 15 19 19 14 28 28|0.0|2.985 +007618|sil xing2 xiang4 de5 shuo1 sp1 jiu4 shi4 yin2 chi1 mao3 liang2 sil|sil 形 象 地 说 sp1 就 是 寅 吃 卯 粮 sil|30 20 19 9 28 3 20 21 21 17 21 37 33|0.0|3.24 +007619|sil jiu4 zai4 zhe4 shi2 sp1 hai2 zi5 de5 nai3 nai5 tu1 ran2 shuai2 shou2 da3 le5 dang3 juan1 yi4 er3 guang1 sil|sil 就 在 这 时 sp1 孩 子 的 奶 奶 突 然 甩 手 打 了 党 娟 一 耳 光 sil|30 18 16 14 26 24 15 11 9 18 25 18 18 22 22 15 10 21 19 8 22 29 33|0.0|5.14 +007620|sil qiang3 de2 qian2 hou4 sp1 liang3 ren2 jiu4 qu4 fan4 dian4 sp1 wang3 ba1 deng3 chang2 suo3 hui1 huo4 xiao1 sa3 sil|sil 抢 得 钱 后 sp1 两 人 就 去 饭 店 sp1 网 吧 等 场 所 挥 霍 潇 洒 sil|32 27 11 21 24 18 17 15 12 14 25 23 8 20 15 17 21 21 20 19 21 30 29|0.0|5.335 +007621|sil ru2 guo3 xie2 shou3 bu2 an4 pei2 xun4 yao4 ling3 lai2 xie3 sp1 hen2 ke3 neng2 bei4 zi4 ran2 tao2 tai4 sil|sil 如 果 写 手 不 按 培 训 要 领 来 写 sp1 很 可 能 被 自 然 淘 汰 sil|32 12 13 17 27 11 18 15 14 15 14 17 24 14 15 12 20 15 15 16 19 28 35|0.0|4.855 +007622|sil dang4 tian1 xia4 wu3 sp1 liao2 ning2 nan2 ping1 sp1 yu3 zhe4 jiang1 hai3 ning2 de5 bi3 sai4 shuai4 xian1 kai1 shi3 sil|sil 当 天 下 午 sp1 辽 宁 男 乒 sp1 与 浙 江 海 宁 的 比 赛 率 先 开 始 sil|32 17 13 23 22 17 16 15 18 28 4 18 13 14 19 14 8 14 21 20 17 18 28 31|0.0|5.11 +007623|sil ta1 men5 wai4 chu1 gong1 zuo4 sp1 liang3 sui4 da4 de5 nv3 er2 han2 han5 sp1 you2 ye2 ye5 nai3 nai5 dai4 zhe5 sil|sil 他 们 外 出 工 作 sp1 两 岁 大 的 女 儿 含 含 sp1 由 爷 爷 奶 奶 带 着 sil|32 14 18 15 18 16 22 24 17 15 14 9 15 16 27 25 8 17 14 11 16 14 21 22 30|0.0|5.225 +007624|sil zhan4 shi4 men5 wei2 zhe5 ji2 ben3 po4 jiu4 de5 za2 zhi4 zheng1 xiang1 yue4 du2 sil|sil 战 士 们 围 着 几 本 破 旧 的 杂 志 争 相 阅 读 sil|28 22 17 24 15 11 14 18 21 13 10 20 20 18 19 18 28 29|0.0|4.01 +007625|sil ju4 xi1 sp1 yi3 di4 fang1 biao1 zhun3 xing2 shi4 sp1 lai2 gui1 fan4 men2 pai2 lou2 pai2 sp1 zai4 quan2 guo2 hai2 shi4 shou3 ci4 sil|sil 据 悉 sp1 以 地 方 标 准 形 式 sp1 来 规 范 门 牌 楼 牌 sp1 在 全 国 还 是 首 次 sil|33 18 28 19 16 16 19 14 15 19 21 11 17 15 23 19 16 18 30 14 19 22 19 17 12 22 26 35|0.0|6.42 +007626|sil bu4 jin2 jin3 shi4 de2 yi4 zhi4 yin2 hang2 sil|sil 不 仅 仅 是 德 意 志 银 行 sil|30 16 17 21 22 13 17 16 19 36 30|0.0|2.755 +007627|sil zhao4 zhong1 xiang2 de5 tuan2 dui4 sp1 na2 zhe5 ni2 ping2 de5 lao3 lao5 yu3 lu4 sp1 pai2 dui4 qing3 ta1 qian1 ming2 sil|sil 赵 忠 祥 的 团 队 sp1 拿 着 倪 萍 的 姥 姥 语 录 sp1 排 队 请 她 签 名 sil|29 17 16 15 8 22 22 11 16 14 18 23 15 17 16 16 24 9 23 15 17 14 18 30 34|0.0|5.325 +007628|sil guo1 mou3 cheng1 sp1 yi3 qian2 jing1 ta1 jie4 shao4 juan1 luan3 de5 hai2 you3 sp1 e2 luo2 si1 mo2 te4 sil|sil 郭 某 称 sp1 以 前 经 他 介 绍 捐 卵 的 还 有 sp1 俄 罗 斯 模 特 sil|28 15 20 29 27 11 25 15 15 13 15 17 25 24 16 15 4 6 15 16 19 28 32|0.0|4.99 +007629|sil gun3 sp1 ni2 you3 jian4 guo4 ku3 gua1 shi4 tian2 de5 ma5 sil|sil 滚 sp1 你 有 见 过 苦 瓜 是 甜 的 嘛 sil|30 34 16 9 14 22 12 22 20 15 26 10 27 32|0.0|3.355 +007630|sil en4 en4 sp1 ni2 zen3 me5 zhi1 dao4 wo2 xi3 huan1 yang3 yu2 de5 sil|sil 恩 恩 sp1 你 怎 么 知 道 我 喜 欢 养 鱼 的 sil|31 15 26 23 14 14 9 12 14 13 14 14 18 19 22 31|0.0|3.36 +007631|sil quan2 bu4 tao2 tai4 luo4 hou4 dian4 jie2 lv2 chan3 neng2 sil|sil 全 部 淘 汰 落 后 电 解 铝 产 能 sil|31 25 11 22 20 21 20 16 11 14 24 28 33|0.0|3.21 +007632|sil chui1 niu2 ke3 bu2 tai4 hao3 ya5 sil|sil 吹 牛 可 不 太 好 呀 sil|26 27 26 19 10 18 23 28 32|0.0|2.43 +007633|sil shou3 shu4 hou4 jiao2 zhi3 de5 shang1 zen3 me5 yang4 le5 sil|sil 手 术 后 脚 趾 的 伤 怎 么 样 了 sil|29 20 17 24 20 14 9 21 14 11 21 20 32|0.0|2.93 +007634|sil wo3 wu2 yi4 jian1 yan3 jing5 yi4 piao3 sp1 kan4 dao4 men2 kou2 you3 ban4 ge5 nao3 ke2 sp1 chang2 tou2 fa4 diao4 qi3 de5 sil|sil 我 无 意 间 眼 睛 一 瞟 sp1 看 到 门 口 有 半 个 脑 壳 sp1 长 头 发 吊 起 的 sil|32 13 18 16 23 17 12 15 34 14 18 9 19 18 20 17 7 21 25 21 24 15 18 20 23 21 32|0.0|6.055 +007635|sil zi1 xun2 dian4 hua4 sp1 wei2 liu4 er4 ling2 wu3 jiu3 yao1 yao1 qi1 sil|sil 咨 询 电 话 sp1 为 六 二 零 五 九 幺 幺 七 sil|35 13 19 18 31 12 26 22 15 21 27 24 14 15 30 33|0.0|4.12 +007636|sil che1 nei4 zuo4 zhe5 yi4 gao1 yi4 ai2 liang3 ming2 nan2 zi3 sil|sil 车 内 坐 着 一 高 一 矮 两 名 男 子 sil|23 22 22 19 12 16 17 16 19 21 14 21 26 28|0.0|3.2 +007637|sil gou4 wu4 dan1 zhong1 sp1 yao4 bang1 biao2 jie3 dai4 mi2 fen3 sil|sil 购 物 单 中 sp1 要 帮 表 姐 带 米 粉 sil|28 14 14 18 25 8 15 17 17 19 15 18 30 31|0.0|3.12 +007638|sil yi4 yan3 kan4 dao4 le5 sp1 jiu4 xin1 li3 nuan2 nuan3 de5 sil|sil 一 眼 看 到 了 sp1 就 心 里 暖 暖 的 sil|26 17 15 20 16 18 7 17 17 11 19 24 23 27|0.0|2.98 +007639|sil dan4 ta1 sp1 ao3 bu2 guo4 zhi4 an1 dui4 yuan2 de5 jian3 cha2 sil|sil 但 他 sp1 拗 不 过 治 安 队 员 的 检 查 sil|29 22 21 4 20 16 21 14 19 13 13 9 19 37 31|0.0|3.345 +007640|sil you3 shi2 zai4 shang1 quan1 qing3 ge5 bang4 bang5 dou1 nan2 sil|sil 有 时 在 商 圈 请 个 棒 棒 都 难 sil|32 16 24 18 18 24 20 12 20 16 12 31 30|0.0|3.17 +007641|sil sui2 hou4 sp1 li3 die1 die5 de5 er4 er2 zi5 gan3 lai2 sil|sil 随 后 sp1 李 爹 爹 的 二 儿 子 赶 来 sil|25 24 27 15 18 17 15 12 12 22 12 17 30 24|0.0|3.135 +007642|sil ci3 ci4 shen3 ji4 de5 ji1 ben3 qing2 kuang4 zen3 yang4 sil|sil 此 次 审 计 的 基 本 情 况 怎 样 sil|25 22 16 21 12 10 14 15 19 17 19 26 29|0.0|2.85 +007643|sil wo3 men5 wu2 yi4 da2 rao2 ni3 ping2 jing4 de5 sheng1 huo2 sil|sil 我 们 无 意 打 扰 你 平 静 的 生 活 sil|31 11 12 20 20 17 15 13 23 15 9 20 32 30|0.0|3.11 +007644|sil bi3 de2 leng2 leng3 dao4 sp1 shui2 kan4 ni3 le5 sp1 wo3 zi4 ji3 ye2 you3 sp1 lian2 mi4 ma3 dou1 mei2 gai3 guo4 sil|sil 彼 得 冷 冷 道 sp1 谁 看 你 了 sp1 我 自 己 也 有 sp1 连 密 码 都 没 改 过 sil|31 18 17 18 20 24 15 23 21 13 19 18 13 14 13 15 28 24 20 16 21 11 14 21 29 32|0.0|5.9 +007645|sil wai4 li4 mian4 huang2 se4 sp1 yong4 cheng2 hong2 se4 dian3 zhui4 sil|sil 外 立 面 黄 色 sp1 用 橙 红 色 点 缀 sil|34 18 11 21 24 25 15 19 21 17 15 18 26 30|0.0|3.415 +007646|sil wo3 men5 you4 yao4 gai3 zao4 huan2 jing4 sp1 you4 yao4 bao3 zheng4 min2 sheng1 bu4 jian2 shao3 sp1 na4 qian2 zen3 me5 lai2 a5 sil|sil 我 们 又 要 改 造 环 境 sp1 又 要 保 证 民 生 不 减 少 sp1 那 钱 怎 么 来 啊 sil|34 10 12 15 16 16 15 22 24 15 9 15 17 19 17 22 13 18 31 19 13 30 12 7 23 23 34|0.0|5.82 +007647|sil di4 yu4 bian1 yuan3 de5 qing1 hai3 gao1 yuan2 ye3 bu2 li4 wai4 sil|sil 地 域 边 远 的 青 海 高 原 也 不 例 外 sil|31 15 16 16 18 9 16 17 16 19 18 9 17 26 33|0.0|3.205 +007648|sil ju4 xi1 sp1 da4 huo3 zao4 cheng2 de5 zhi2 jie1 cai2 chan2 sun3 shi1 sp1 wei2 san1 wan4 ling2 wu2 bai3 qi1 shi2 yuan2 sil|sil 据 悉 sp1 大 火 造 成 的 直 接 财 产 损 失 sp1 为 三 万 零 五 百 七 十 元 sil|33 19 30 30 19 20 16 22 14 13 14 15 18 20 25 11 21 21 19 20 14 15 18 18 26 30|0.0|6.05 +007649|sil zhe4 zhang1 ka3 dong3 xiao2 jie3 mei2 yong4 guo4 ji3 ci4 sil|sil 这 张 卡 董 小 姐 没 用 过 几 次 sil|30 16 19 30 15 14 14 15 20 13 15 30 27|0.0|2.99 +007650|sil tong2 shi2 sp1 song4 hai2 she4 xian2 mai3 mai4 ren2 kou3 sil|sil 同 时 sp1 宋 还 涉 嫌 买 卖 人 口 sil|29 19 27 18 28 19 17 21 15 19 20 30 30|0.0|3.395 +007651|sil dong3 jia1 ren2 ren4 wei2 sp1 zhen2 suo3 nan2 tao2 gan1 xi4 sil|sil 董 家 人 认 为 sp1 诊 所 难 逃 干 系 sil|23 18 18 15 16 25 4 23 22 20 22 19 25 27|0.0|3.22 +007652|sil yu2 shi4 sp1 bian4 niang4 zao4 le5 zhe4 yi4 chu1 can3 ju4 sil|sil 于 是 sp1 便 酿 造 了 这 一 出 惨 剧 sil|36 11 26 13 18 22 16 14 11 11 17 23 27 32|0.0|3.215 +007653|sil tun1 xia4 pai2 qiu2 yi3 bei4 ge2 li2 de5 hai3 tun2 sil|sil 吞 下 排 球 已 被 隔 离 的 海 豚 sil|29 21 16 19 26 16 16 15 13 7 21 34 32|0.0|3.08 +007654|sil lao3 ren2 la1 qi3 sun1 nv3 de5 shou3 sp1 bing1 leng3 sil|sil 老 人 拉 起 孙 女 的 手 sp1 冰 冷 sil|33 16 19 17 18 19 13 10 32 9 18 33 33|0.0|3.13 +007655|sil lao3 deng4 man3 mian4 hong2 guang1 xiao4 sheng1 shuang2 lang3 sil|sil 老 邓 满 面 红 光 笑 声 爽 朗 sil|31 18 22 18 18 21 26 22 17 24 29 33|0.0|3.24 +007656|sil mai4 ke4 la1 lun2 fa1 biao3 le5 zhu3 ti2 yan2 jiang3 sil|sil 麦 克 拉 伦 发 表 了 主 题 演 讲 sil|32 17 10 17 23 20 15 11 15 15 19 30 32|0.0|2.97 +007657|sil ping2 shi2 sp1 pen1 quan2 bing4 bu4 jing1 chang2 pen1 shui3 sil|sil 平 时 sp1 喷 泉 并 不 经 常 喷 水 sil|28 22 25 13 22 25 16 11 16 18 18 32 30|0.0|3.2 +007658|sil qing3 che1 liang4 rao4 xing2 xi1 yu3 gao1 su4 gong1 lu4 sil|sil 请 车 辆 绕 行 西 禹 高 速 公 路 sil|32 24 19 20 18 24 22 16 14 13 15 25 31|0.0|3.17 +007659|sil zai4 yi2 ge4 shi4 sp1 ga1 cha2 gan4 bu4 yao4 qing1 bai2 sil|sil 再 一 个 是 sp1 嘎 查 干 部 要 清 白 sil|30 20 13 17 23 14 17 20 18 16 16 24 29 32|0.0|3.35 +007660|sil lao2 ka3 dui4 zhu4 su4 huan2 jing4 yao1 qiu2 hen3 gao1 sil|sil 老 卡 对 住 宿 环 境 要 求 很 高 sil|34 19 29 15 14 15 18 22 18 15 18 28 31|0.0|3.2 +007661|sil tang2 xian1 sheng5 xia4 ban1 hui2 jia1 mei2 dong1 xi5 chi1 sp1 gan1 cui4 sp1 ye3 hui4 qu4 fu4 mu3 jia1 ceng4 fan4 sil|sil 唐 先 生 下 班 回 家 没 东 西 吃 sp1 干 脆 sp1 也 会 去 父 母 家 蹭 饭 sil|28 20 20 21 20 12 17 17 19 13 17 24 29 18 21 5 18 15 15 13 12 17 21 28 34|0.0|5.5 +007662|sil huo4 zhen4 ting2 fu4 zi3 sp1 yi4 zao3 dao4 chang3 da2 dian3 sil|sil 霍 震 霆 父 子 sp1 一 早 到 场 打 点 sil|33 20 17 17 18 25 3 16 26 14 18 21 29 31|0.0|3.34 +007663|sil hui2 wan4 sui4 sp1 bao1 zheng3 bu2 jiu4 zai4 zher4 r ma5 sp1 ba1 xian2 wang2 zhi3 zhe5 bu4 zhi1 suo3 cuo4 de5 bao1 zheng3 dao4 sil|sil 回 万 岁 sp1 包 拯 不 就 在 这 儿 吗 sp1 八 贤 王 指 着 不 知 所 措 的 包 拯 道 sil|32 19 20 26 16 19 26 13 14 15 18 0 28 41 17 19 27 19 18 13 12 19 16 10 17 20 26 30|0.0|6.385 +007664|sil er2 zai4 xu3 duo1 an4 li4 zhong1 sp1 zhe4 xie1 yin2 hang2 dou1 xiang4 pu3 tong1 san3 hu4 yi2 yang4 sp1 pei2 de5 can3 bu4 ren2 du3 sil|sil 而 在 许 多 案 例 中 sp1 这 些 银 行 都 像 普 通 散 户 一 样 sp1 赔 得 惨 不 忍 睹 sil|31 22 20 19 13 16 14 24 25 14 16 16 29 15 21 18 14 19 17 11 18 6 20 14 24 11 18 28 30|0.0|6.305 +007665|sil ci3 ci4 da4 feng1 nai4 li4 chao1 qiang2 sp1 jing1 guo4 yi2 ye4 hu1 xiao4 hou4 sp1 hai2 jiang1 zai4 jing1 zhe1 teng5 yi4 zheng3 tian1 sil|sil 此 次 大 风 耐 力 超 强 sp1 经 过 一 夜 呼 啸 后 sp1 还 将 在 京 折 腾 一 整 天 sil|33 19 15 19 24 17 13 21 35 25 18 13 11 16 16 18 23 22 13 19 15 24 15 17 11 19 30 32|0.0|6.415 +007666|sil yi4 kai1 shi3 sp1 zheng4 deng3 dai4 yin3 liu2 de5 xiong2 sp1 si4 hu1 zao4 dong4 bu4 an1 sp1 zai4 xiong2 she4 li3 sp1 lai2 hui2 duo2 bu4 sil|sil 一 开 始 sp1 正 等 待 引 流 的 熊 sp1 似 乎 躁 动 不 安 sp1 在 熊 舍 里 sp1 来 回 踱 步 sil|36 9 20 29 17 19 18 17 16 17 9 31 7 17 17 16 15 10 26 19 15 22 17 21 10 15 19 17 21 35|0.0|6.465 +007667|sil meng4 jing1 jie1 guo4 bao4 zhi3 kan4 sp1 ru2 feng2 you3 ren2 sp1 zhe4 li3 mian4 de5 wen2 zhang1 dou1 shi4 yan2 nan2 de5 feng1 ge2 sil|sil 孟 京 接 过 报 纸 看 sp1 如 逢 友 人 sp1 这 里 面 的 文 章 都 是 闫 楠 的 风 格 sil|34 20 24 15 14 18 14 29 16 15 18 18 26 41 13 10 15 8 19 26 15 14 17 19 8 22 26 36|0.0|6.38 +007668|sil dang1 shi2 gei2 wo3 er2 zi5 kan4 bing4 de5 na4 ge5 dai4 fu5 jiu4 shuo1 sp1 ta1 dou1 bu4 gan3 chu1 men2 zhen3 le5 sil|sil 当 时 给 我 儿 子 看 病 的 那 个 大 夫 就 说 sp1 他 都 不 敢 出 门 诊 了 sil|33 17 25 15 11 15 14 24 17 10 17 9 15 11 16 26 24 17 10 11 18 17 20 18 18 33|0.0|5.355 +007669|sil da4 xiu1 zhi1 hou4 sp1 zhuan1 jia1 ren4 wei2 sp1 shang1 hen2 lei2 lei3 de5 san1 qiao2 sp1 yi3 bu2 zai4 shi4 yi2 tong1 xing2 huo4 che1 sil|sil 大 修 之 后 sp1 专 家 认 为 sp1 伤 痕 累 累 的 三 桥 sp1 已 不 再 适 宜 通 行 货 车 sil|27 23 18 13 23 13 17 14 17 26 23 24 18 16 13 7 20 31 8 15 11 18 18 12 20 15 17 28 30|0.0|6.21 +007670|sil er4 shou3 fang2 zhong1 jie4 yan2 zhong4 kui1 sun3 sp1 shen1 zhen4 lou2 shi4 zai4 zhe4 lun2 xia4 hua2 zhong1 chu3 yu2 zen3 yang4 de5 zhuang4 tai4 sil|sil 二 手 房 中 介 严 重 亏 损 sp1 深 圳 楼 市 在 这 轮 下 滑 中 处 于 怎 样 的 状 态 sil|36 15 16 18 17 18 20 15 18 28 29 17 13 15 25 17 12 16 17 16 22 19 11 15 17 10 21 29 31|0.0|6.425 +007671|sil er2 yi4 qu4 wang3 jiu4 wei4 yi4 bai3 duo1 wan4 ren2 ti2 gong1 le5 zhei4 yang4 yi2 ge5 ji1 hui4 sil|sil 而 易 趣 网 就 为 一 百 多 万 人 提 供 了 这 样 一 个 机 会 sil|32 20 16 21 25 16 16 14 16 11 17 25 18 16 12 12 14 11 11 18 26 34|0.0|4.655 +007672|sil nv2 zi3 kang4 zheng1 sp1 dai3 tu2 yi4 shi2 wei4 neng2 de2 cheng3 sil|sil 女 子 抗 争 sp1 歹 徒 一 时 未 能 得 逞 sil|32 13 14 23 22 16 15 15 13 26 12 17 15 34 32|0.0|3.47 +007673|sil kan4 lai2 chi1 ta1 jia1 de5 sp1 yao4 zi4 dai4 miao1 xing1 ren2 sil|sil 看 来 吃 他 家 的 sp1 要 自 带 喵 星 人 sil|29 16 21 18 15 20 16 9 17 17 13 19 18 27 33|0.0|3.345 +007674|sil jie1 xia4 lai2 sp1 wo3 men5 ting1 ting1 zhuan1 jia1 zen3 me5 shuo1 sil|sil 接 下 来 sp1 我 们 听 听 专 家 怎 么 说 sil|29 13 12 26 9 9 13 15 18 18 17 14 10 29 31|0.0|3.05 +007675|sil zhi3 de5 shi4 sp1 hai2 mei2 zhao2 hao3 xia4 jiar1 r jiu4 ci2 zhi2 sp1 bu4 kao3 lv4 hou4 lu4 sil|sil 指 的 是 sp1 还 没 找 好 下 家 儿 就 辞 职 sp1 不 考 虑 后 路 sil|32 17 11 23 9 13 21 13 16 19 23 0 15 20 25 21 11 20 13 21 22 32|0.0|4.61 +007676|sil wo3 hai2 mei2 you3 ji2 guo4 ne5 sp1 ni3 ke2 yi3 shi4 shi4 yo5 sil|sil 我 还 没 有 急 过 呢 sp1 你 可 以 试 试 哟 sil|32 10 15 14 17 18 17 20 16 10 15 10 18 16 24 30|0.0|3.275 +007677|sil shi1 wa3 xin1 ge2 ceng2 kua1 zan4 qi1 zi3 shi4 na4 me5 cong1 ming5 sp1 shi4 ta1 xin1 mu4 zhong1 de5 li2 xiang2 nv3 xing4 sil|sil 施 瓦 辛 格 曾 夸 赞 妻 子 是 那 么 聪 明 sp1 是 他 心 目 中 的 理 想 女 性 sil|35 18 16 22 21 24 16 17 18 15 12 13 9 21 24 24 14 15 15 11 17 9 18 20 17 27 35|0.0|5.835 +007678|sil ge2 jing2 zhang3 sp1 gan2 jin3 jiang1 shi4 xian1 zhun3 bei4 hao3 de5 ku4 cha2 gei3 qi2 chuan1 hao3 sp1 xun2 wen4 nan2 zi3 qing2 kuang4 sil|sil 葛 警 长 sp1 赶 紧 将 事 先 准 备 好 的 裤 衩 给 其 穿 好 sp1 询 问 男 子 情 况 sil|36 19 19 27 6 18 17 20 14 17 15 10 17 7 19 25 13 14 19 27 23 17 14 16 11 22 27 35|0.0|6.085 +007679|sil jin1 hou4 sp1 gu4 gong1 hai2 jiang1 tong1 guo4 zhan2 lan2 deng3 fang1 shi4 sp1 rang4 bu4 fen5 shen1 gong1 wen2 wu4 sp1 yu3 you2 ke4 jian4 mian4 sil|sil 今 后 sp1 故 宫 还 将 通 过 展 览 等 方 式 sp1 让 部 分 深 宫 文 物 sp1 与 游 客 见 面 sil|36 18 25 18 17 20 19 15 15 15 17 17 14 17 22 23 17 12 14 19 14 19 17 6 16 16 17 19 24 34|0.0|6.405 +007680|sil mei2 you3 yong4 hu4 shi4 yuan4 yi4 zu2 dang3 zhe4 xie1 zheng4 chang2 nei4 rong2 de5 sil|sil 没 有 用 户 是 愿 意 阻 挡 这 些 正 常 内 容 的 sil|30 13 15 19 24 17 14 14 15 19 12 13 16 16 16 21 15 31|0.0|3.71 +007681|sil yi4 chang3 da4 gui1 mo2 de5 jiu4 shu2 yun4 dong4 sp1 la1 kai1 le5 xu4 mu4 sil|sil 一 场 大 规 模 的 救 赎 运 动 sp1 拉 开 了 序 幕 sil|32 13 29 17 13 16 7 17 15 17 19 10 15 15 12 16 24 31|0.0|3.69 +007682|sil dang1 da4 hei1 xiong2 chu1 xian4 shi2 sp1 ni3 jing4 diu1 xia4 wo2 pao3 la5 sil|sil 当 大 黑 熊 出 现 时 sp1 你 竟 丢 下 我 跑 啦 sil|29 21 13 19 21 18 19 25 26 10 16 13 17 13 26 23 37|0.0|4.015 +007683|sil yi4 xin1 zhui1 qiu2 gao1 shou1 yi4 de5 si1 lu4 shi4 fou3 zheng4 que4 ne5 sil|sil 一 心 追 求 高 收 益 的 思 路 是 否 正 确 呢 sil|31 14 20 15 20 16 14 15 8 18 19 17 14 18 19 25 35|0.0|3.695 +007684|sil ta1 yi2 xia4 zi5 tang2 dao3 zai4 di4 sp1 zhen4 di4 sui2 hou4 shi1 xian4 sil|sil 他 一 下 子 躺 倒 在 地 sp1 阵 地 随 后 失 陷 sil|31 21 15 20 12 20 14 18 20 26 23 17 22 16 19 29 29|0.0|4.085 +007685|sil xiao3 lin2 bu4 fu2 shang4 su4 sp1 cheng2 du1 zhong1 yuan4 fa1 hui2 chong2 shen3 sil|sil 小 林 不 服 上 诉 sp1 成 都 中 院 发 回 重 审 sil|34 22 22 14 15 20 25 29 21 12 18 22 21 13 21 29 29|0.0|4.265 +007686|sil zuo4 wei2 xiao3 jiu4 zi3 de5 wo3 qu4 quan4 jia4 sp1 guo3 ran2 you3 yong4 sil|sil 作 为 小 舅 子 的 我 去 劝 架 sp1 果 然 有 用 sil|29 16 15 18 19 11 10 19 14 23 24 10 17 18 19 23 33|0.0|3.695 +007687|sil zai4 yi4 xie1 zhuan1 jia1 kan4 lai2 sp1 zhe4 yang4 de5 bo3 zu2 kai1 fa1 sp1 zheng4 shi4 kang1 fei1 jiao1 heng4 ba4 dao4 de5 di3 qi4 sil|sil 在 一 些 专 家 看 来 sp1 这 样 的 跛 足 开 发 sp1 正 是 康 菲 骄 横 霸 道 的 底 气 sil|38 16 11 13 16 15 19 27 8 16 16 8 15 15 19 25 7 18 12 21 25 23 22 18 13 13 18 27 37|0.0|6.17 +007688|sil qi2 zao3 nian2 sang4 fu4 sp1 mu3 qin1 yi4 ren2 xin1 ku3 jiang1 ta1 la1 che3 da4 sp1 mei2 xiang3 dao4 jing4 ying1 nian2 zao3 shi4 sil|sil 其 早 年 丧 父 sp1 母 亲 一 人 辛 苦 将 他 拉 扯 大 sp1 没 想 到 竟 英 年 早 逝 sil|32 28 18 16 21 24 31 12 21 10 21 23 20 16 11 17 20 21 22 13 19 23 21 17 18 20 27 32|0.0|6.665 +007689|sil zai4 xian4 chang2 sp1 you3 yi2 ge4 xi1 gua1 zhang3 de5 kai1 lie4 le5 sp1 qing1 qing1 da3 kai1 fa1 xian4 sp1 gai1 gua1 pi2 bao2 rang2 hong2 sil|sil 在 现 场 sp1 有 一 个 西 瓜 长 得 开 裂 了 sp1 轻 轻 打 开 发 现 sp1 该 瓜 皮 薄 瓤 红 sil|37 17 20 30 6 15 10 12 18 21 18 7 19 19 18 25 18 15 13 14 20 20 22 18 21 20 16 20 33 33|0.0|6.67 +007690|sil ta1 ting2 dong3 shi4 de5 sp1 jiu4 ting1 hua4 qu4 shang4 xue2 le5 sil|sil 她 挺 懂 事 的 sp1 就 听 话 去 上 学 了 sil|29 19 23 17 20 16 12 15 19 22 14 18 20 18 33|0.0|3.42 +007691|sil mo4 ni2 le4 sheng1 de5 xiao1 sa3 ying1 jun4 sp1 cheng2 le5 na4 xie1 fei1 zi5 lie4 qu3 de5 dui4 xiang4 sil|sil 莫 尼 勒 生 得 潇 洒 英 俊 sp1 成 了 那 些 妃 子 猎 取 的 对 象 sil|32 13 14 25 25 14 17 18 18 22 23 15 7 18 14 19 13 21 15 10 15 27 32|0.0|4.955 +007692|sil cong2 zao3 qi1 de5 guan1 bing1 shang2 xue3 sp1 dao4 xian4 zai4 zhu2 bu4 de5 tuo4 zhan3 kai1 lai2 sil|sil 从 早 期 的 观 冰 赏 雪 sp1 到 现 在 逐 步 的 拓 展 开 来 sil|30 27 18 19 16 18 15 19 29 8 15 17 19 18 14 12 19 16 16 34 33|0.0|4.78 +007693|sil shou3 shu4 zhong1 sp1 qie1 kai1 bing4 ren2 de5 tun2 bu4 sp1 jin4 xing2 xue4 zhong3 qing1 chu2 sp1 he2 shen2 jing1 jian3 ya1 sp1 qing1 chu2 le5 quan2 bu4 yu1 xue4 sil|sil 手 术 中 sp1 切 开 病 人 的 臀 部 sp1 进 行 血 肿 清 除 sp1 和 神 经 减 压 sp1 清 除 了 全 部 淤 血 sil|36 18 17 24 11 22 20 12 14 8 25 18 26 17 21 20 15 19 26 8 14 16 16 20 26 26 22 14 12 25 16 12 28 39|0.0|7.695 +007694|sil di4 san1 sp1 jiu4 shi4 jiang1 ku4 cun2 da4 suan4 ceng2 ceng2 ci4 zhuan3 bao1 sp1 huo4 tun2 ji1 ju1 qi2 sil|sil 第 三 sp1 就 是 将 库 存 大 蒜 层 层 次 转 包 sp1 或 囤 积 居 奇 sil|31 15 29 5 15 13 23 17 18 17 28 24 17 13 22 25 6 19 20 14 17 34 31|0.0|5.265 +007695|sil ni3 shui4 bu4 zhao2 de5 shi2 hou4 ke2 yi3 lai2 zhao2 wo3 o5 sp1 wo3 sui2 jiao4 sui2 dao4 sil|sil 你 睡 不 着 的 时 候 可 以 来 找 我 哦 sp1 我 随 叫 随 到 sil|32 11 18 10 18 9 17 23 16 8 16 21 17 22 17 11 18 17 17 25 28|0.0|4.305 +007696|sil liu2 huan1 shuo1 sp1 zhang4 fu5 qian2 liang3 tian1 zai4 chu1 zu1 fang2 li3 yun1 dao3 sil|sil 刘 欢 说 sp1 丈 夫 前 两 天 在 出 租 房 里 晕 倒 sil|27 17 22 27 19 20 14 16 18 21 17 17 12 17 13 19 27 30|0.0|4.095 +007697|sil shi2 nian2 qian2 sp1 li3 xin1 kun1 de5 yan3 jing1 kan4 bu2 jian4 dong1 xi5 le5 sil|sil 十 年 前 sp1 李 新 坤 的 眼 睛 看 不 见 东 西 了 sil|33 15 19 32 16 15 19 16 9 21 24 20 9 17 18 16 21 30|0.0|4.06 +007698|sil zhe4 shi4 yang1 hang2 jin1 nian2 di4 er4 ci4 xia4 tiao2 cun2 kuan2 zhun3 bei4 jin1 lv4 sil|sil 这 是 央 行 今 年 第 二 次 下 调 存 款 准 备 金 率 sil|29 14 11 20 29 17 23 9 21 25 24 22 20 16 14 12 18 24 30|0.0|4.385 +007699|sil lian2 zhan4 fu1 ren5 lian2 fang1 yu3 sp1 ze2 shi4 zao2 yi3 xia4 dao4 liang2 yan3 fa1 zhi2 sil|sil 连 战 夫 人 连 方 瑀 sp1 则 是 早 已 吓 到 两 眼 发 直 sil|30 20 16 20 17 17 20 26 14 14 22 16 14 19 14 18 16 19 34 33|0.0|4.63 +007700|sil duo1 nian2 lai2 sp1 jing3 cha2 men5 zuo4 zai4 da4 kun2 jian3 huo4 de5 wen2 jian4 mian4 qian2 sp1 shen2 me5 ye3 mei2 zuo4 sil|sil 多 年 来 sp1 警 察 们 坐 在 大 捆 检 获 的 文 件 面 前 sp1 什 么 也 没 做 sil|31 12 18 26 16 21 16 22 17 23 18 19 16 14 10 16 15 17 27 7 17 9 12 17 27 32|0.0|5.515 +007701|sil qu2 long2 hua2 ye3 huai2 yi2 shi4 chai1 qian1 re3 lai2 de5 huo4 sil|sil 瞿 龙 华 也 怀 疑 是 拆 迁 惹 来 的 祸 sil|27 21 18 32 14 20 21 17 23 19 16 16 10 26 30|0.0|3.6 +007702|sil zhui1 sui2 li3 zhen4 bo1 sp1 kong1 jiang4 shi2 wu2 yong3 shi4 sp1 zai4 ci4 shou4 dao4 quan2 guo2 jun1 min2 de5 re4 qie4 guan1 zhu4 sil|sil 追 随 李 振 波 sp1 空 降 十 五 勇 士 sp1 再 次 受 到 全 国 军 民 的 热 切 关 注 sil|31 18 19 15 17 23 18 24 23 19 14 18 23 13 21 16 18 16 18 11 15 16 13 13 15 21 23 34|0.0|6.09 +007703|sil wo3 ying1 gai1 duo1 zan3 xie1 qian2 sp1 wei4 hai2 zi5 men5 mai3 yi4 xie1 ben3 zi5 sil|sil 我 应 该 多 攒 些 钱 sp1 为 孩 子 们 买 一 些 本 子 sil|35 8 17 18 15 18 13 32 9 12 21 9 26 15 9 18 20 25 29|0.0|4.05 +007704|sil dai3 tu2 la1 zhe5 qiang1 shuan1 sp1 yong4 qiang1 zhi3 zhe5 gong1 zuo4 ren2 yuan2 ma4 sil|sil 歹 徒 拉 着 枪 栓 sp1 用 枪 指 着 工 作 人 员 骂 sil|28 19 21 19 11 22 28 8 19 28 16 15 15 12 12 18 29 27|0.0|4.025 +007705|sil kai1 wang3 dian4 rong2 yi4 sp1 ba3 shang1 pin3 mai4 chu1 qu4 ze2 da4 you3 xue2 wen4 sil|sil 开 网 店 容 易 sp1 把 商 品 卖 出 去 则 大 有 学 问 sil|28 21 18 17 19 23 15 15 19 19 21 15 24 19 13 13 21 19 34|0.0|4.33 +007706|sil chu2 le5 yang1 qi3 sp1 yin2 hang2 ye3 shi4 nian2 zhong1 jiang3 jiao4 fei2 de5 hang2 ye4 sil|sil 除 了 央 企 sp1 银 行 也 是 年 终 奖 较 肥 的 行 业 sil|32 19 9 19 28 14 17 26 15 12 18 16 19 17 18 10 19 26 29|0.0|4.22 +007707|sil ju4 jie4 shao4 sp1 gai1 bian1 pao4 zuo1 fang5 kai1 de5 shi2 jian1 bu4 chang2 sil|sil 据 介 绍 sp1 该 鞭 炮 作 坊 开 的 时 间 不 长 sil|29 16 18 29 10 18 17 15 19 23 18 8 14 17 13 38 30|0.0|3.855 +007708|sil da4 gai4 you3 er4 bai3 lai2 hu4 shou4 pian4 sp1 jin1 e2 you3 san1 si4 shi2 wan4 yuan2 sil|sil 大 概 有 二 百 来 户 受 骗 sp1 金 额 有 三 四 十 万 元 sil|24 22 26 21 16 12 15 15 17 25 28 22 22 18 18 15 16 18 27 33|0.0|4.755 +007709|sil hui2 gu4 hou2 pei4 cen2 de5 hun1 shi4 sp1 wan3 ru2 yi4 chang2 ma3 la1 song1 sil|sil 回 顾 侯 佩 岑 的 婚 事 sp1 宛 如 一 场 马 拉 松 sil|27 22 20 19 16 18 8 20 23 24 13 14 10 20 17 16 29 32|0.0|4.045 +007710|sil ji4 ren2 li2 xia4 bu2 zi4 zai4 sp1 ta1 zheng3 tian1 chou2 mei2 bu4 zhan3 sil|sil 寄 人 篱 下 不 自 在 sp1 她 整 天 愁 眉 不 展 sil|30 19 16 15 28 15 21 23 15 17 18 19 18 17 14 32 31|0.0|4.04 +007711|sil ta1 neng2 fou3 cun2 huo2 sp1 yi1 sheng1 de5 xin1 li3 yi4 dian2 dir2 r ye3 mei2 you3 sil|sil 他 能 否 存 活 sp1 医 生 的 心 里 一 点 底 儿 也 没 有 sil|23 17 18 15 20 31 23 14 17 8 19 25 16 17 18 0 13 18 29 28|0.0|4.28 +007712|sil ta1 de5 yan2 se4 shi4 bai2 zhong1 dai4 qing1 sp1 wo3 men5 cheng1 wei2 sp1 yin3 qing1 ci2 sil|sil 它 的 颜 色 是 白 中 带 青 sp1 我 们 称 为 sp1 隐 青 瓷 sil|29 18 11 16 23 21 19 16 15 28 22 9 9 21 26 7 20 24 32 35|0.0|4.66 +007713|sil yi1 yuan4 tong1 guo4 pou1 fu4 chan3 de5 fang1 shi4 sp1 bang1 ta1 chan3 xia4 ying1 er2 sil|sil 医 院 通 过 剖 腹 产 的 方 式 sp1 帮 她 产 下 婴 儿 sil|28 15 19 22 16 18 13 19 9 19 20 7 18 17 18 15 15 30 30|0.0|4.04 +007714|sil na4 ren2 de5 hua4 peng4 le5 bi4 sp1 zhi2 hao2 ba3 qi4 yan4 zai4 du4 zi5 li3 sp1 xin1 li3 yi2 zhen4 shi1 wang4 sil|sil 那 人 的 话 碰 了 壁 sp1 只 好 把 气 咽 在 肚 子 里 sp1 心 里 一 阵 失 望 sil|31 22 13 8 22 18 11 24 22 12 15 17 20 17 16 18 11 21 17 16 16 14 17 19 27 29|0.0|5.495 +007715|sil zhe4 shi2 sp1 han2 mou3 he2 he4 mou3 bian4 cou4 shang4 lai2 sp1 hong3 pian4 li2 mou3 shuo1 sp1 yuan4 yi4 bang1 ta1 zhao3 hui2 pi2 bao1 sil|sil 这 时 sp1 韩 某 和 贺 某 便 凑 上 来 sp1 哄 骗 李 某 说 sp1 愿 意 帮 她 找 回 皮 包 sil|30 17 28 13 23 23 15 25 26 16 17 18 19 27 18 16 11 17 26 8 17 14 18 16 17 15 18 27 29|0.0|6.55 +007716|sil yao4 bi4 mian3 lve4 deng3 yu2 wu2 shi4 de5 gan1 ga4 chong2 yan3 sp1 ji2 xu1 dui4 xiang1 guan1 gui1 ding4 da2 bu3 ding1 sil|sil 要 避 免 略 等 于 无 式 的 尴 尬 重 演 sp1 急 需 对 相 关 规 定 打 补 丁 sil|36 18 14 35 24 16 15 17 21 11 17 14 20 26 30 17 18 20 22 14 19 27 18 17 27 33|0.0|6.335 +007717|sil na4 me5 bi3 tai4 yang5 da4 shi2 bei4 de5 heng2 xing1 ne5 sil|sil 那 么 比 太 阳 大 十 倍 的 恒 星 呢 sil|32 17 25 15 21 19 18 20 11 9 21 21 26 29|0.0|3.3 +007718|sil pao3 che1 de5 che1 tou2 bei4 zhuang4 de5 gong2 qi3 sp1 bao2 xian3 gang4 sp1 ye3 ao1 jin4 qu4 yi2 kuai4 sil|sil 跑 车 的 车 头 被 撞 得 拱 起 sp1 保 险 杠 sp1 也 凹 进 去 一 块 sil|22 22 18 9 18 28 13 20 9 21 30 24 16 21 23 6 16 16 16 13 14 31 29|0.0|5.055 +007719|sil ta1 nian2 qing1 shi2 sp1 ceng2 jiu4 du2 yu2 jiang1 su1 sheng3 mou2 ti3 xiao4 sp1 san2 da3 dui4 yuan2 sil|sil 他 年 轻 时 sp1 曾 就 读 于 江 苏 省 某 体 校 sp1 散 打 队 员 sil|31 15 17 21 26 10 22 16 12 16 20 14 17 16 19 24 10 22 16 16 27 31|0.0|4.855 +007720|sil zhe4 yi2 ci4 sp1 feng1 shui3 you4 zhuan3 dao4 le5 ge4 ren2 zhu4 fang2 an4 jie1 dai4 kuan3 shang4 lai2 sil|sil 这 一 次 sp1 风 水 又 转 到 了 个 人 住 房 按 揭 贷 款 上 来 sil|33 16 14 24 18 22 26 16 19 17 20 14 15 15 20 18 14 16 19 18 27 30|0.0|5.0 +007721|sil jin4 liang3 nian2 sp1 sui2 zhe5 ji3 jia1 ru2 pin2 qi3 ye4 jin4 zhu4 sp1 hong2 ya3 xian4 de5 nai3 yuan2 bian4 de5 jin3 qiao4 sil|sil 近 两 年 sp1 随 着 几 家 乳 品 企 业 进 驻 sp1 洪 雅 县 的 奶 源 变 得 紧 俏 sil|34 17 17 26 7 18 10 14 17 16 18 14 13 20 19 25 19 14 15 7 22 22 17 8 18 31 29|0.0|5.655 +007722|sil hui2 jia1 shi2 sp1 wo2 ye3 zhen1 cheng2 de5 yao1 qing2 wo3 zhan4 you3 dao4 jia1 li3 qu4 wan2 wan5 sil|sil 回 家 时 sp1 我 也 真 诚 地 邀 请 我 战 友 到 家 里 去 玩 玩 sil|31 18 20 28 15 9 13 17 19 11 18 17 12 20 25 14 15 11 17 20 23 31|0.0|4.695 +007723|sil yin1 wei4 jie2 bing1 sp1 che1 chuang1 che1 men2 kai1 qi3 shi2 sp1 ye3 ga1 ga1 zuo4 xiang3 sil|sil 因 为 结 冰 sp1 车 窗 车 门 开 启 时 sp1 也 嘎 嘎 作 响 sil|37 13 12 19 26 17 24 30 21 21 19 16 28 5 12 16 15 18 31 32|0.0|4.78 +007724|sil chao1 shi4 nei4 ren2 tou2 cuan2 dong4 sp1 sheng1 yi4 bi2 wang3 chang2 huo3 bao4 xu3 duo1 sil|sil 超 市 内 人 头 攒 动 sp1 生 意 比 往 常 火 爆 许 多 sil|27 23 18 20 19 14 25 19 20 21 14 14 20 24 21 16 19 25 29|0.0|4.51 +007725|sil wei4 ci3 sp1 xue2 xiao4 zhuan1 men2 wei4 ta1 gei3 chuang1 hu4 zhuang1 shang4 le5 zha4 lan5 sil|sil 为 此 sp1 学 校 专 门 为 他 给 窗 户 装 上 了 栅 栏 sil|34 13 29 13 17 21 15 10 14 24 13 23 20 19 16 8 20 27 30|0.0|4.25 +007726|sil hai1 sp1 ping2 chang2 wu2 suo3 wei4 sp1 guo4 jie2 le5 sp1 jiu4 you3 ge5 si1 xiang1 qing2 a5 sil|sil 嗨 sp1 平 常 无 所 谓 sp1 过 节 了 sp1 就 有 个 思 乡 情 啊 sil|30 30 15 20 18 12 19 22 11 18 17 21 4 18 13 14 16 22 21 25 27|0.0|4.565 +007727|sil zhi2 zhi4 jin1 ri4 sp1 huang2 xiao3 qing1 de5 you4 tui2 li3 sp1 hai2 da3 zhe5 gang1 ban3 sp1 zou2 qi3 lu4 lai2 yi4 que2 yi4 guai3 sil|sil 直 至 今 日 sp1 黄 小 清 的 右 腿 里 sp1 还 打 着 钢 板 sp1 走 起 路 来 一 瘸 一 拐 sil|35 13 13 19 22 21 20 17 17 8 18 21 19 4 17 15 10 19 22 18 19 14 15 24 16 17 16 30 31|0.0|6.15 +007728|sil xi1 hong2 she4 jian1 hui4 sp1 zhuang1 sha3 tui4 chao2 sil|sil 惜 红 社 监 会 sp1 装 傻 退 朝 sil|30 23 23 17 20 25 13 23 20 20 33 28|0.0|3.195 +007729|sil yin1 ci3 sp1 ci3 ci4 zhao4 kai1 de5 yan2 ya1 ting2 sp1 hui4 fou2 ba3 chen2 shui2 bian3 fang4 chu1 lai5 sp1 bei4 shou4 guan1 zhu4 sil|sil 因 此 sp1 此 次 召 开 的 延 押 庭 sp1 会 否 把 陈 水 扁 放 出 来 sp1 备 受 关 注 sil|32 19 31 9 21 14 16 19 13 14 17 31 14 17 25 19 17 14 19 20 13 19 10 12 17 20 21 33|0.0|6.11 +007730|sil li3 jia1 de5 nian2 xin1 zui4 zhong1 yi3 si4 dian3 yi1 wu3 wan4 de5 jia4 ge2 cheng2 gong1 pai1 chu1 sil|sil 李 佳 的 年 薪 最 终 以 四 点 一 五 万 的 价 格 成 功 拍 出 sil|33 16 16 9 20 26 17 18 22 22 17 18 11 16 8 21 17 22 16 19 26 32|0.0|4.895 +007731|sil pao3 xiang4 mu4 sp1 yao4 shu1 tong1 guan1 xi5 sp1 bi4 xu1 da2 dian3 sp1 lin2 xin1 dong3 de2 hang2 qing2 sil|sil 跑 项 目 sp1 要 疏 通 关 系 sp1 必 须 打 点 sp1 林 鑫 懂 得 行 情 sil|27 22 24 21 7 18 16 15 19 19 8 13 15 20 28 22 21 26 15 10 24 35 32|0.0|5.31 +007732|sil cheng2 ke4 dui4 che1 shang4 fu4 ze2 jiang2 jie3 de5 dao3 cheng2 yuan2 pu3 bian4 biao3 shi4 man3 yi4 sil|sil 乘 客 对 车 上 负 责 讲 解 的 导 乘 员 普 遍 表 示 满 意 sil|29 24 24 14 18 18 16 13 21 14 9 17 22 30 19 19 15 12 23 23 30|0.0|4.765 +007733|sil chen2 guang3 ming2 shi4 bao1 tou2 long2 de2 xi1 tu2 you3 xian4 gong1 si1 de5 gu3 dong1 zhi1 yi1 sil|sil 陈 广 明 是 包 头 隆 德 稀 土 有 限 公 司 的 股 东 之 一 sil|29 23 18 27 27 19 24 19 11 15 14 14 18 16 13 12 15 18 15 25 32|0.0|4.69 +007734|sil zhe4 jia1 dian3 xin1 dian4 zuo4 qian1 ceng2 bing3 sp1 yong4 de5 jiu4 shi4 yang2 ai4 guo2 de5 di4 gou1 you2 sil|sil 这 家 点 心 店 做 千 层 饼 sp1 用 的 就 是 杨 爱 国 的 地 沟 油 sil|24 15 15 17 19 21 17 19 19 28 26 22 12 13 15 18 17 18 11 16 19 31 26|0.0|5.08 +007735|sil mo2 gu5 piao2 xi2 chang3 fang2 nei4 sp1 yong4 yu2 piao2 xi3 mo2 gu5 de5 chi2 zi5 he2 gong1 ju4 sil|sil 蘑 菇 漂 洗 厂 房 内 sp1 用 于 漂 洗 蘑 菇 的 池 子 和 工 具 sil|34 22 18 21 15 22 16 23 14 16 12 21 12 23 12 9 21 16 17 19 23 34|0.0|4.88 +007736|sil jia3 ji1 zi4 jue2 zhan4 le5 shang4 feng1 sp1 shu1 de5 bu2 tai4 fu2 qi4 sp1 yao1 qiu2 chong2 sai4 sil|sil 贾 姬 自 觉 占 了 上 风 sp1 输 得 不 太 服 气 sp1 要 求 重 赛 sil|28 24 25 17 17 16 9 20 27 10 22 16 11 17 16 23 7 18 16 23 28 32|0.0|4.905 +007737|sil bu4 jin3 xiang4 ri4 kui2 sp1 hai2 you2 hen3 duo1 wang2 you3 sp1 ye3 guan1 xin1 zhe5 lao3 ren2 de5 xing2 zong1 sil|sil 不 仅 向 日 葵 sp1 还 有 很 多 网 友 sp1 也 关 心 着 老 人 的 行 踪 sil|34 16 21 21 15 32 18 12 12 18 14 19 18 9 14 18 18 11 15 12 8 21 25 33|0.0|5.035 +007738|sil fang2 jian1 nei4 ti2 gong1 chuang2 sp1 xiao3 ba1 tai2 sp1 yu4 pao2 he2 liang3 shuang1 tuo1 xie2 sil|sil 房 间 内 提 供 床 sp1 小 吧 台 sp1 浴 袍 和 两 双 拖 鞋 sil|33 21 13 26 21 21 38 4 20 17 33 8 19 28 14 18 17 16 33 32|0.0|5.015 +007739|sil wan3 can1 shi4 bei3 jing1 zha2 jiang4 mian4 sp1 da4 jia1 xi1 wang4 hai2 zi5 men5 chang2 chang5 lao2 bei3 jing1 de5 yin3 shi2 sil|sil 晚 餐 是 北 京 炸 酱 面 sp1 大 家 希 望 孩 子 们 尝 尝 老 北 京 的 饮 食 sil|30 18 26 20 16 17 15 17 25 24 13 11 13 12 22 10 18 23 17 18 14 14 9 18 32 31|0.0|5.605 +007740|sil liang3 ge4 yuan2 yin1 sp1 yi2 ge4 an3 men5 shi4 ban4 gong1 shi4 sp1 zhe4 ge4 an4 jian4 shi4 bao3 mi4 de5 sp1 an3 bu4 zhi1 dao4 sil|sil 两 个 原 因 sp1 一 个 俺 们 是 办 公 室 sp1 这 个 案 件 是 保 密 的 sp1 俺 不 知 道 sil|25 21 14 17 27 29 14 24 12 12 13 16 12 24 30 14 7 19 22 16 15 26 16 6 16 13 15 24 29|0.0|6.125 +007741|sil dang1 shi2 sp1 zhang1 jian4 guo2 sheng1 cheng1 yao4 he2 di4 di5 zuo4 you2 xi4 sp1 bing4 ba3 di4 di5 de5 tui2 kun3 shang4 sil|sil 当 时 sp1 张 建 国 声 称 要 和 弟 弟 做 游 戏 sp1 并 把 弟 弟 的 腿 捆 上 sil|33 19 27 11 19 17 19 19 22 17 18 12 13 15 18 25 25 17 17 13 8 11 27 22 31 30|0.0|5.865 +007742|sil you4 zou3 hui2 lai2 zuo4 zai4 wo2 zuo3 bian1 sp1 kai1 shi3 dui4 wo3 lou2 lou3 bao4 bao4 sil|sil 又 走 回 来 坐 在 我 左 边 sp1 开 始 对 我 搂 搂 抱 抱 sil|31 17 17 16 17 14 13 14 19 26 19 16 12 16 11 18 18 17 26 33|0.0|4.295 +007743|sil heng1 sp1 wo3 de5 pi2 qi4 da4 zhe5 ne5 sil|sil 哼 sp1 我 的 脾 气 大 着 呢 sil|28 31 22 12 9 18 15 20 13 25 28|0.0|2.57 +007744|sil xiao4 zhe5 sp1 ye3 shi4 yi4 zhong3 xing4 gan3 lou5 sil|sil 笑 着 sp1 也 是 一 种 性 感 喽 sil|29 29 20 9 15 15 10 18 18 19 26 27|0.0|2.73 +007745|sil xian4 zai4 you2 pin2 zhu3 yao4 shi4 chu1 xian4 shan2 dian3 he2 leng3 lv4 dian3 zhe4 liang3 xiang4 bu4 he2 ge2 sil|sil 现 在 油 品 主 要 是 出 现 闪 点 和 冷 滤 点 这 两 项 不 合 格 sil|33 22 21 18 24 10 18 19 17 18 27 24 12 19 19 22 12 18 19 10 17 33 29|0.0|5.35 +007746|sil you3 ji4 xiang4 biao3 ming2 sp1 zhong1 guo2 di1 duan1 gong1 ye4 pin3 chu1 kou3 zheng4 zai4 jing1 li4 guai2 dian3 sil|sil 有 迹 象 表 明 sp1 中 国 低 端 工 业 品 出 口 正 在 经 历 拐 点 sil|33 16 15 20 15 28 14 18 15 12 18 13 13 18 17 29 18 12 13 12 24 31 33|0.0|5.07 +007747|sil ta1 shuo1 sp1 zi4 ji3 yong4 guan4 le5 suan4 pan2 sp1 jue2 de5 ji4 suan4 qi4 mei2 you3 zhe4 me5 hao3 yong4 sil|sil 他 说 sp1 自 己 用 惯 了 算 盘 sp1 觉 得 计 算 器 没 有 这 么 好 用 sil|35 18 30 4 16 13 18 16 8 23 31 7 19 11 14 19 17 19 14 12 9 19 28 34|0.0|5.04 +007748|sil cheng2 rong2 shuo1 sp1 ta1 ge4 ren2 ren4 wei2 sp1 ying1 gai1 jiao4 jiao2 zhi3 tou5 sp1 zhi4 fu2 tuo3 dang4 xie1 sil|sil 程 荣 说 sp1 她 个 人 认 为 sp1 应 该 叫 脚 趾 头 sp1 制 伏 妥 当 些 sil|31 25 18 27 14 18 14 13 16 25 11 13 16 20 21 18 26 13 22 28 19 19 24 33|0.0|5.625 +007749|sil hua4 sui1 zhe4 me5 shuo1 sp1 xin1 li3 que4 you3 xie1 wei4 han2 han2 dan1 xin1 sp1 luo4 cha1 tai4 da4 sp1 ta1 hui4 bu2 hui4 cheng2 shou4 bu4 liao3 sil|sil 话 虽 这 么 说 sp1 心 里 却 有 些 为 韩 寒 担 心 sp1 落 差 太 大 sp1 他 会 不 会 承 受 不 了 sil|35 22 18 10 11 24 9 20 21 19 12 18 15 17 17 17 27 35 16 18 19 22 12 15 13 10 13 21 16 13 30 33|0.0|6.94 +007750|sil yi3 hou4 jie2 le5 hun1 sp1 yi2 ding4 yao4 xue2 hui4 cang2 si1 fang2 qian2 sp1 ni3 kan4 ni3 ba4 cang2 le5 sp1 wo3 jiu4 zhao3 bu4 zhao2 sil|sil 以 后 结 了 婚 sp1 一 定 要 学 会 藏 私 房 钱 sp1 你 看 你 爸 藏 了 sp1 我 就 找 不 着 sil|34 10 16 13 11 30 9 12 11 15 14 11 17 15 18 28 35 8 17 11 17 23 15 3 11 11 16 9 32 33|0.0|5.865 +007751|sil tu3 pei1 wu1 sp1 wu3 jian1 fang2 sp1 xia2 xiao3 bi1 ze4 sp1 man3 shi4 hui1 chen2 he2 za2 wu4 sil|sil 土 胚 屋 sp1 五 间 房 sp1 狭 小 逼 仄 sp1 满 是 灰 尘 和 杂 物 sil|37 24 22 24 12 14 21 29 11 19 18 19 23 21 15 17 24 22 15 24 25 36|0.0|5.48 +007752|sil dian4 hua4 zhong1 sp1 yang2 mou2 mou3 xi1 wang4 ni2 sp1 neng2 jiang1 shen1 fen4 zheng4 he2 yin2 hang2 ka3 gei3 ta1 song4 guo4 qu4 sil|sil 电 话 中 sp1 杨 某 某 希 望 倪 sp1 能 将 身 份 证 和 银 行 卡 给 她 送 过 去 sil|29 18 20 27 11 18 13 21 16 18 26 12 20 26 16 16 23 14 15 20 25 13 17 22 13 26 32|0.0|6.12 +007753|sil mi3 dong1 qu1 bei3 sha1 wo1 sp1 shi4 zhun3 ga2 er3 pen2 di4 sp1 gu2 er3 ban1 tong1 gu3 te4 sha1 mo4 de5 yi2 bu4 fen4 sil|sil 米 东 区 北 沙 窝 sp1 是 准 噶 尔 盆 地 sp1 古 尔 班 通 古 特 沙 漠 的 一 部 分 sil|34 15 16 22 14 21 24 4 19 18 11 15 21 24 3 13 14 22 20 12 16 17 16 8 13 18 24 33|0.0|5.65 +007754|sil yu4 jian4 na4 ge4 dong3 de2 xin1 shang2 ni3 zhen1 xi1 ni3 de5 ren2 shi4 duo1 me5 xing4 yun4 xing4 fu2 de5 shi4 sil|sil 遇 见 那 个 懂 得 欣 赏 你 珍 惜 你 的 人 是 多 么 幸 运 幸 福 的 事 sil|30 14 16 19 19 17 12 18 19 22 17 16 14 9 27 19 11 13 21 18 20 16 10 26 29|0.0|5.245 +007755|sil wo3 men5 can1 jia1 le5 miao2 zu2 chuan2 tong3 de5 min2 su2 huo2 dong4 sp1 zhi2 jie1 gan3 shou4 li2 zu2 miao2 zu2 wen2 hua4 de5 yun4 wei4 sil|sil 我 们 参 加 了 苗 族 传 统 的 民 俗 活 动 sp1 直 接 感 受 黎 族 苗 族 文 化 的 韵 味 sil|25 11 10 20 17 14 24 14 23 19 7 17 17 20 18 23 16 16 19 20 23 28 27 15 17 16 8 18 25 25|0.0|6.41 +007756|sil zuo2 ri4 sp1 geng3 zhun1 lao3 ren2 de5 yi2 ti3 gao4 bie2 yi2 shi4 sp1 zai4 xiang1 cheng2 xian4 bin4 yi2 guan2 ju3 xing2 sil|sil 昨 日 sp1 耿 谆 老 人 的 遗 体 告 别 仪 式 sp1 在 襄 城 县 殡 仪 馆 举 行 sil|31 20 26 9 18 16 15 16 14 15 15 16 13 15 25 16 21 20 19 21 12 14 17 16 34 32|0.0|5.64 +007757|sil sui2 hou4 sp1 ta1 you4 kong1 jiang4 yi4 da4 li4 sp1 xian1 hou4 xiao4 li4 yu2 pei4 lu2 jia3 deng3 duo1 zhi1 jia3 ji2 qiu2 dui4 sil|sil 随 后 sp1 他 又 空 降 意 大 利 sp1 先 后 效 力 于 佩 鲁 贾 等 多 支 甲 级 球 队 sil|36 20 25 7 16 17 20 15 10 13 23 29 17 16 15 14 25 17 16 30 22 14 15 19 14 19 25 36|0.0|6.325 +007758|sil ta1 zheng1 kai1 mi2 meng2 de5 yan3 sp1 si4 mu4 xiang1 jie1 sp1 yi2 ji4 hu1 xiao4 de5 er3 guang1 xiang3 che4 zheng3 ge4 jiao4 shi4 sil|sil 她 睁 开 迷 蒙 的 眼 sp1 四 目 相 接 sp1 一 记 呼 啸 的 耳 光 响 彻 整 个 教 室 sil|33 21 17 18 16 16 10 26 10 18 15 20 24 31 11 15 16 17 11 17 25 23 17 16 13 20 26 26|0.0|6.125 +007759|sil shen1 wei2 tai4 guo2 hua2 qiao2 hou4 yi4 de5 ta1 sp1 wei4 ci2 gan3 dao4 wu2 bi3 zi4 hao2 yu3 guang1 rong2 sil|sil 身 为 泰 国 华 侨 后 裔 的 她 sp1 为 此 感 到 无 比 自 豪 与 光 荣 sil|33 19 17 19 13 17 17 19 14 9 28 23 11 14 18 17 18 13 16 22 12 19 28 32|0.0|5.2 +007760|sil ge1 qian2 ji3 tian1 shang4 wang3 kan4 dao4 yi2 da4 xue2 tong2 xue2 de5 qian1 ming2 sp1 bei4 men2 jia1 guo4 de5 he2 tao5 sp1 ye3 neng2 bu2 nao3 ma5 sil|sil 哥 前 几 天 上 网 看 到 一 大 学 同 学 的 签 名 sp1 被 门 夹 过 的 核 桃 sp1 也 能 补 脑 吗 sil|35 18 22 10 19 20 27 18 13 11 15 11 17 11 9 20 28 41 13 18 23 12 9 17 28 5 13 20 12 18 30 30|0.0|6.885 +007761|sil na4 chuan1 xing2 zai4 da4 jie1 xiao3 xiang4 de5 fei1 ya4 te4 chu1 zu1 che1 sp1 miao2 hui4 he2 dian3 zhui4 zhe5 wen1 zhou1 sil|sil 那 穿 行 在 大 街 小 巷 的 菲 亚 特 出 租 车 sp1 描 绘 和 点 缀 着 温 州 sil|32 16 18 20 18 16 13 18 23 17 20 12 18 15 12 27 25 19 18 14 18 15 12 18 27 29|0.0|5.685 +007762|sil er2 jia1 ting2 ji4 yang3 ji4 hua4 de5 fu2 wu4 dui4 xiang4 sp1 yi3 zhi4 liu2 shi2 jian1 jiao4 chang2 de5 liu2 lang4 er2 wei2 zhu3 sil|sil 而 家 庭 寄 养 计 划 的 服 务 对 象 sp1 以 滞 留 时 间 较 长 的 流 浪 儿 为 主 sil|35 19 19 23 14 14 15 15 11 13 10 16 28 22 15 12 14 14 17 17 22 11 17 15 17 17 28 31|0.0|5.815 +007763|sil ke3 shu1 yi3 song4 ren2 zi4 ji3 you4 gan1 she4 bu4 liao3 sp1 hao2 bi3 zuo4 mu3 qin1 de5 sp1 kan4 jian4 nv3 er2 zai4 qing4 jia1 shou4 ku3 sil|sil 可 书 已 送 人 自 己 又 干 涉 不 了 sp1 好 比 做 母 亲 的 sp1 看 见 女 儿 在 亲 家 受 苦 sil|28 20 21 12 19 27 22 12 13 17 16 12 28 29 16 19 13 18 22 17 5 17 14 14 17 17 24 17 19 30 36|0.0|6.865 +007764|sil ma4 ren2 shi2 zui4 tong4 ku3 bu2 guo4 yu2 bie2 ren2 yong4 ni3 de5 hua4 lai2 hui2 ma4 ni3 sp1 fen4 liang4 ye3 hui4 meng3 zeng1 xu3 duo1 sil|sil 骂 人 时 最 痛 苦 不 过 于 别 人 用 你 的 话 来 回 骂 你 sp1 分 量 也 会 猛 增 许 多 sil|29 18 15 22 16 22 24 12 16 23 11 15 17 15 13 26 20 14 21 23 23 23 26 15 12 20 16 18 24 36|0.0|6.79 +007765|sil cheng2 ben3 meng2 zhang3 sp1 qi3 ye4 chi1 bu4 xiao1 sp1 bu4 fen4 qi3 ye4 shen4 zhi4 bu4 gan3 jie1 xin1 ding4 dan1 sil|sil 成 本 猛 涨 sp1 企 业 吃 不 消 sp1 部 分 企 业 甚 至 不 敢 接 新 订 单 sil|29 24 15 18 31 7 22 17 15 11 28 24 11 16 20 18 17 11 13 18 14 18 17 27 32|0.0|5.49 +007766|sil er2 zhou1 dong3 he2 hou2 pei4 cen2 sp1 zhi1 qian2 ye3 shi4 zai4 ri4 ben2 lou3 jian1 bei4 pai1 dao4 sp1 bian4 zhao1 le5 lian4 qing2 sil|sil 而 周 董 和 侯 佩 岑 sp1 之 前 也 是 在 日 本 搂 肩 被 拍 到 sp1 便 招 了 恋 情 sil|35 19 20 20 15 14 16 31 23 16 24 13 12 15 16 28 16 20 11 22 21 12 17 14 11 20 33 30|0.0|6.32 +007767|sil zao1 shou4 zhong4 chuang1 de5 lv3 you2 hang2 ye4 bing4 bu2 qi4 nei3 sil|sil 遭 受 重 创 的 旅 游 行 业 并 不 气 馁 sil|29 20 19 19 19 8 15 14 22 18 16 11 17 33 30|0.0|3.365 +007768|sil gao4 su4 wo2 sp1 ni3 yao4 ji2 dian2 qi3 chuang2 ba5 sil|sil 告 诉 我 sp1 你 要 几 点 起 床 吧 sil|27 20 13 26 3 9 14 13 16 15 22 25 26|0.0|2.655 +007769|sil ni3 men5 nan2 ren5 mei2 yi4 ge5 hao3 dong1 xi5 sp1 ni2 gun3 yi4 bian1 qu4 sp1 wo3 bu4 xiang3 kan4 dao4 ni3 sil|sil 你 们 男 人 没 一 个 好 东 西 sp1 你 滚 一 边 去 sp1 我 不 想 看 到 你 sil|37 8 13 15 21 15 13 11 17 16 23 22 12 16 14 17 21 20 14 14 19 18 14 26 32|0.0|5.2 +007770|sil xing4 gan3 peng2 chang3 de5 gong3 li4 sp1 huo4 liang3 ming2 wai4 ji2 gao1 ceng2 xiang1 ban4 sil|sil 性 感 捧 场 的 巩 俐 sp1 获 两 名 外 籍 高 层 相 伴 sil|31 24 16 18 17 8 22 21 18 18 16 18 19 11 16 16 21 24 29|0.0|4.22 +007771|sil yi2 liang4 hei1 se4 jiao4 che1 you4 ce4 che1 tou2 jiang1 juan3 lian2 men2 zhuang4 ao1 le5 sil|sil 一 辆 黑 色 轿 车 右 侧 车 头 将 卷 帘 门 撞 凹 了 sil|30 12 22 17 13 19 22 17 15 16 28 23 19 16 21 15 21 21 30|0.0|4.375 +007772|sil di4 er4 si4 wu3 xiang4 ren4 wu4 sp1 shi4 shen1 hua4 zhi4 du4 gai3 ge2 yu3 chuang4 xin1 sil|sil 第 二 四 五 项 任 务 sp1 是 深 化 制 度 改 革 与 创 新 sil|29 17 35 33 20 21 17 20 12 19 16 17 12 10 19 18 15 23 31 27|0.0|4.77 +007773|sil shi4 quan2 dang3 quan2 guo2 ge4 zu2 ren2 min2 tuan2 jie2 fen4 dou4 de5 qi2 zhi4 sil|sil 是 全 党 全 国 各 族 人 民 团 结 奋 斗 的 旗 帜 sil|34 23 26 19 20 16 15 12 16 23 22 14 20 12 10 22 25 31|0.0|4.18 +007774|sil wang2 fei1 bu4 guan3 xian4 zai4 hai2 shi4 xiao3 shi2 hou4 sp1 dou1 hao2 ke3 ai4 o5 sil|sil 王 妃 不 管 现 在 还 是 小 时 候 sp1 都 好 可 爱 喔 sil|34 20 22 12 18 22 20 16 11 23 14 22 4 12 24 19 20 25 30|0.0|4.27 +007775|sil ming2 tang5 duo1 de5 hen3 sp1 ban4 fa2 ye3 duo1 de5 hen3 sp1 er2 qie3 chuang4 zao4 le5 hen3 duo1 hao3 ban4 fa3 sil|sil 名 堂 多 得 很 sp1 办 法 也 多 得 很 sp1 而 且 创 造 了 很 多 好 办 法 sil|36 19 24 11 9 33 14 19 24 16 14 11 29 24 13 20 22 14 9 20 14 19 20 29 32|0.0|5.745 +007776|sil mei2 you3 ji1 qi4 hong1 ming2 sp1 mei2 you3 tie2 shui3 ben1 liu2 sp1 ye3 mei2 you3 le5 nong2 yan1 gun2 gun3 sil|sil 没 有 机 器 轰 鸣 sp1 没 有 铁 水 奔 流 sp1 也 没 有 了 浓 烟 滚 滚 sil|30 17 15 15 16 18 28 8 12 11 16 18 14 32 15 13 15 13 12 18 18 20 32 32|0.0|5.085 +007777|sil zai4 na4 ge5 nian2 dai4 sp1 gong1 chang3 yan1 cong1 chang2 bei4 bi3 yu4 cheng2 hei1 se4 de5 sa1 dan4 sil|sil 在 那 个 年 代 sp1 工 厂 烟 囱 常 被 比 喻 成 黑 色 的 撒 旦 sil|28 16 17 8 21 23 11 17 17 17 23 17 13 14 13 25 20 14 9 19 25 29|0.0|4.595 +007778|sil zhuan1 ti2 guan1 zhu4 de5 dui4 xiang4 shi4 mian4 lin2 zhai1 pai2 wei1 ji1 de5 bo2 wu4 guan3 sil|sil 专 题 关 注 的 对 象 是 面 临 摘 牌 危 机 的 博 物 馆 sil|30 19 16 18 9 10 15 26 13 20 22 18 20 15 13 11 14 13 32 33|0.0|4.26 +007779|sil xiao2 xiao3 de5 ge4 zi5 sp1 hei1 hei1 de5 lian3 sp1 shang4 zui3 chun2 sp1 liu2 you3 liang2 pie2 xiao3 hu2 zi5 sil|sil 小 小 的 个 子 sp1 黑 黑 的 脸 sp1 上 嘴 唇 sp1 留 有 两 撇 小 胡 子 sil|32 24 15 10 20 22 9 16 16 11 29 22 22 12 28 5 13 13 18 16 20 23 20 33|0.0|5.215 +007780|sil chen1 shan1 zuo4 zheng4 sp1 xiang1 shui3 zuo4 zheng4 sil|sil 郴 山 作 证 sp1 湘 水 作 证 sil|30 23 23 15 23 4 24 19 17 24 29|0.0|2.685 +007781|sil lia3 ren2 bian1 jiao4 han3 sp1 bian1 lin1 zhe5 shui2 tong3 pu1 jiu4 sil|sil 俩 人 边 叫 喊 sp1 边 拎 着 水 桶 扑 救 sil|30 21 21 16 23 30 8 14 16 11 17 20 18 28 27|0.0|3.485 +007782|sil gou3 she4 li3 tu1 ran2 zai4 ci4 chuan2 chu1 zhuang4 ji1 sheng1 sp1 yuan2 lai2 zang4 ao2 zai4 jin4 xing2 zui4 hou4 yi4 bo2 sil|sil 狗 舍 里 突 然 再 次 传 出 撞 击 声 sp1 原 来 藏 獒 在 进 行 最 后 一 搏 sil|30 18 22 17 18 20 15 13 21 14 18 15 24 28 14 20 22 20 14 16 19 18 18 12 29 31|0.0|5.87 +007783|sil jian4 ta1 yi4 que2 yi4 guai3 sp1 he2 yuan3 zhu2 bian4 fu2 zhe5 ta1 jin4 le5 wei4 sheng1 jian1 sil|sil 见 她 一 瘸 一 拐 sp1 何 远 竹 便 扶 着 她 进 了 卫 生 间 sil|36 21 24 14 16 14 28 20 14 18 20 18 17 13 21 14 8 12 18 29 30|0.0|4.705 +007784|sil che1 xiang1 you4 ce4 de5 cheng2 ke4 sp1 zhua1 qi3 xiao1 fang2 chui2 sp1 za2 chuang1 bo1 li5 sp1 tiao4 che1 tao2 sheng1 sil|sil 车 厢 右 侧 的 乘 客 sp1 抓 起 消 防 锤 sp1 砸 窗 玻 璃 sp1 跳 车 逃 生 sil|27 20 19 15 12 9 21 19 5 17 14 15 17 21 4 18 21 18 16 21 21 16 18 26 31|0.0|5.115 +007785|sil zhi4 yu2 che1 liang4 shi4 fou3 an4 qi1 jian3 yan4 shi4 fou3 chao1 zai4 deng3 sp1 gong1 si1 gen1 ben3 bu4 guan3 sil|sil 至 于 车 辆 是 否 按 期 检 验 是 否 超 载 等 sp1 公 司 根 本 不 管 sil|30 18 11 20 23 16 15 19 15 21 25 16 14 19 20 21 15 17 17 14 15 13 25 32|0.0|5.24 +007786|sil dang1 gong1 zuo4 ren2 yuan2 kai1 shi2 jian3 piao4 shi2 sp1 deng3 dai4 jian3 piao4 de5 ren2 qun2 shen4 zhi4 jiang1 zha4 lan5 zhuang4 kai1 sil|sil 当 工 作 人 员 开 始 检 票 时 sp1 等 待 检 票 的 人 群 甚 至 将 栅 栏 撞 开 sil|33 20 13 10 13 22 14 14 19 21 24 28 16 15 15 16 6 19 28 19 10 19 15 15 19 28 38|0.0|5.905 +007787|sil mei3 tian1 dou1 dei3 zuo4 zhe4 xie1 shi4 qing5 qu4 kai1 sang3 sil|sil 每 天 都 得 做 这 些 事 情 去 开 嗓 sil|31 16 23 12 13 13 13 13 15 20 12 18 33 31|0.0|3.055 +007788|sil you2 qi2 shi4 jiu3 ba1 wu3 he2 er4 yao1 yao1 zhei4 yang4 de5 gao1 xiao4 sil|sil 尤 其 是 九 八 五 和 二 幺 幺 这 样 的 高 校 sil|31 16 18 18 20 19 21 15 15 15 18 11 12 8 17 31 30|0.0|3.66 +007789|sil bu2 shi4 zai4 gei3 qu1 zheng4 fu2 mo3 hei1 ba5 sil|sil 不 是 在 给 区 政 府 抹 黑 吧 sil|27 12 13 17 14 16 18 12 20 25 25 29|0.0|2.645 +007790|sil xin1 mao3 chun1 jie2 gang1 guo4 sp1 yang1 hang2 jia1 xi1 ji2 zhi4 sil|sil 辛 卯 春 节 刚 过 sp1 央 行 加 息 即 至 sil|32 16 20 18 13 20 21 12 19 25 19 17 17 25 29|0.0|3.52 +007791|sil sheng1 yi4 shi4 bu2 shi4 bi2 yi3 qian2 hao2 hen3 duo1 sil|sil 生 意 是 不 是 比 以 前 好 很 多 sil|31 24 23 18 7 15 11 14 19 13 21 27 29|0.0|2.925 +007792|sil kai1 zhang1 di4 yi1 tian1 sp1 ying3 xing1 cheng2 long2 ye3 lai2 peng2 chang3 sil|sil 开 张 第 一 天 sp1 影 星 成 龙 也 来 捧 场 sil|30 20 19 11 15 31 19 17 21 20 24 14 15 20 29 31|0.0|3.905 +007793|sil zhe4 ge4 dong1 xi5 ou3 yi4 wei2 zhi1 sp1 hai2 shuo1 de5 guo4 qu4 sil|sil 这 个 东 西 偶 一 为 之 sp1 还 说 的 过 去 sil|33 14 10 16 27 14 10 19 23 5 15 17 7 18 30 32|0.0|3.365 +007794|sil min2 jing3 jian4 zhuang4 li4 ji2 qu1 che1 qiong2 zhui1 bu4 she3 sil|sil 民 警 见 状 立 即 驱 车 穷 追 不 舍 sil|32 17 16 17 27 17 12 16 19 23 16 14 31 31|0.0|3.34 +007795|sil mei2 ti3 cai1 yi2 gong1 si1 shang4 zhang3 yuan2 yu2 shang4 shu4 chuan2 yan2 sil|sil 媒 体 猜 疑 公 司 上 涨 缘 于 上 述 传 言 sil|25 17 16 21 23 16 14 23 28 15 14 21 14 24 28 30|0.0|3.815 +007796|sil zen3 me5 yang4 xiang4 ta1 men5 jie4 shao4 wo3 men5 de5 zu3 guo2 sil|sil 怎 么 样 向 他 们 介 绍 我 们 的 祖 国 sil|25 19 11 20 16 13 10 14 20 11 10 10 20 29 29|0.0|2.985 +007797|sil er4 shi4 zong3 liang4 kong4 zhi4 sp1 bu4 neng2 xiang4 gun2 xue3 qiu2 sil|sil 二 是 总 量 控 制 sp1 不 能 像 滚 雪 球 sil|31 19 20 20 19 20 20 5 9 15 18 16 17 35 31|0.0|3.43 +007798|sil tong2 shi2 sp1 huang2 tu2 ye3 bei4 feng1 chui1 jin4 le5 jia1 li3 sil|sil 同 时 sp1 黄 土 也 被 风 吹 进 了 家 里 sil|29 19 27 12 25 23 14 15 21 17 13 10 20 26 32|0.0|3.52 +007799|sil qi2 shang4 xie3 zhe5 ge2 ming4 de5 yi2 dai4 sp1 zhai4 wu4 nu2 yi4 sil|sil 旗 上 写 着 革 命 的 一 代 sp1 债 务 奴 役 sil|31 20 20 18 20 15 19 8 15 24 14 22 13 22 24 32|0.0|3.675 +007800|sil ji2 shou3 shi4 ji4 xi1 wang4 yu2 fa1 xing2 di4 fang1 zhai4 quan4 sil|sil 吉 首 市 寄 希 望 于 发 行 地 方 债 券 sil|29 18 19 24 17 17 19 15 21 21 14 17 16 28 30|0.0|3.545 +007801|sil xing2 ren2 jian4 zhuang4 sp1 fen1 fen1 yuan3 li2 rao4 lu4 xing2 zou3 sil|sil 行 人 见 状 sp1 纷 纷 远 离 绕 路 行 走 sil|33 21 14 18 28 4 20 17 18 18 21 15 23 31 30|0.0|3.61 +007802|sil qu4 nian2 dong1 hai3 xia1 chan3 liang4 sp1 chuang4 ji4 lu4 xin1 gao1 sil|sil 去 年 东 海 虾 产 量 sp1 创 纪 录 新 高 sil|29 20 27 16 22 20 21 20 6 23 11 13 20 26 29|0.0|3.52 +007803|sil qi1 wang4 jian1 shang4 die2 sp1 neng2 de2 dao4 guan1 zhong4 de5 xi3 ai4 sil|sil 期 望 肩 上 蝶 sp1 能 得 到 观 众 的 喜 爱 sil|29 21 23 17 19 26 7 15 11 15 18 15 8 18 30 31|0.0|3.52 +007804|sil ta1 gu3 li4 su1 cai3 xia2 sp1 hao2 hao3 zhao4 gu5 shen1 ti3 sil|sil 他 鼓 励 苏 彩 霞 sp1 好 好 照 顾 身 体 sil|29 19 15 15 16 18 28 6 17 18 18 11 20 27 30|0.0|3.335 +007805|sil yuan3 li2 tie2 gui3 he2 jin1 shu3 lan2 gan1 deng3 jin1 shu3 wu4 sil|sil 远 离 铁 轨 和 金 属 栏 杆 等 金 属 物 sil|31 16 20 24 22 19 15 12 18 20 17 15 17 23 32|0.0|3.49 +007806|sil ta1 men5 de5 guan1 xin1 he2 zhi1 chi2 sp1 wo2 yong3 sheng1 bu2 wang4 sil|sil 他 们 的 关 心 和 支 持 sp1 我 永 生 不 忘 sil|30 15 16 12 20 17 15 15 32 6 12 17 21 13 28 30|0.0|3.47 +007807|sil zheng4 ju2 zhang3 sp1 reng2 you2 yuan2 da4 ju2 zheng4 ju2 zhang3 jian1 ren4 sil|sil 正 局 长 sp1 仍 由 原 大 局 正 局 长 兼 任 sil|30 22 16 26 6 19 18 26 20 18 18 10 17 19 25 26|0.0|3.67 +007808|sil sui2 hou4 san1 ren2 fan3 hui2 shui2 guo3 tan1 tiao1 shui2 guo3 sil|sil 随 后 三 人 返 回 水 果 摊 挑 水 果 sil|32 22 24 22 19 21 15 17 13 22 18 19 30 29|0.0|3.515 +007809|sil gao2 hao3 shui2 tu2 bao3 chi2 he2 shui3 sheng1 tai4 bao3 hu4 sil|sil 搞 好 水 土 保 持 和 水 生 态 保 护 sil|28 18 22 18 19 16 24 16 16 19 16 18 27 29|0.0|3.315 +007810|sil gai1 che4 xiao1 de5 jian1 jue2 che4 xiao1 sp1 ren4 wu4 jiao1 gei3 zhi2 neng2 bu4 men2 cheng2 dan1 sil|sil 该 撤 销 的 坚 决 撤 销 sp1 任 务 交 给 职 能 部 门 承 担 sil|27 19 19 20 12 17 12 19 27 21 17 14 15 16 13 16 11 14 20 25 28|0.0|4.44 +007811|sil wo3 zai4 ye3 bu2 shang4 jiao2 shou3 jia4 le5 sil|sil 我 再 也 不 上 脚 手 架 了 sil|29 12 14 14 10 17 15 16 22 20 28|0.0|2.29 +007812|sil ru2 jin1 sp1 wu2 meng4 chao1 nian2 sui4 yi3 gao1 sp1 hen2 shao3 zai4 qu4 jiu4 chang3 le5 sil|sil 如 今 sp1 吴 孟 超 年 岁 已 高 sp1 很 少 再 去 救 场 了 sil|28 19 25 16 10 19 23 18 17 12 24 20 16 16 13 13 16 24 21 31|0.0|4.42 +007813|sil hou4 lai2 long2 yao2 na4 ge5 shi4 chu1 le5 yi3 hou4 sp1 wo3 bu4 fang1 bian4 zai4 qu4 sil|sil 后 来 隆 尧 那 个 事 出 了 以 后 sp1 我 不 方 便 再 去 sil|32 14 21 24 14 14 9 16 17 10 14 26 9 13 14 19 15 17 27 33|0.0|4.16 +007814|sil ta1 bi3 jiao4 xi3 huan1 zhu1 ge3 liang4 sil|sil 他 比 较 喜 欢 诸 葛 亮 sil|28 18 12 13 15 17 14 13 30 30|0.0|2.205 +007815|sil wo3 yi2 yang4 dou1 mei2 you3 sp1 wo3 hai2 shi4 ge5 xiao3 wa2 wa5 sp1 yang4 yang4 yao4 cong2 tou2 zuo4 qi3 sil|sil 我 一 样 都 没 有 sp1 我 还 是 个 小 娃 娃 sp1 样 样 要 从 头 做 起 sil|30 17 10 17 12 19 20 18 10 13 13 9 21 18 20 18 20 25 14 23 18 17 30 30|0.0|5.13 +007816|sil han2 zeng1 bai2 ji4 de5 mian4 fen3 zhi2 you2 liang3 ge4 yue4 guo4 du4 qi1 sp1 mai4 bu4 wan2 zen3 me5 ban4 sil|sil 含 增 白 剂 的 面 粉 只 有 两 个 月 过 渡 期 sp1 卖 不 完 怎 么 办 sil|32 18 17 14 12 7 23 25 14 12 21 12 14 14 10 25 21 15 10 20 12 12 27 30|0.0|4.845 +007817|sil zhong1 jia1 xin1 sp1 wu2 yun3 long2 yue1 hui4 si4 nian2 sp1 xie4 ting2 feng1 zhang1 bo2 zhi1 shi4 jian4 zheng4 ren2 sil|sil 钟 嘉 欣 sp1 伍 允 龙 约 会 四 年 sp1 谢 霆 锋 张 柏 芝 是 见 证 人 sil|31 18 17 29 5 13 16 21 15 15 15 29 25 18 18 22 18 14 19 17 21 18 28 30|0.0|5.48 +007818|sil jiu3 yang2 shen2 gong1 sp1 yi4 dian3 bu2 hui4 sil|sil 九 阳 神 功 sp1 一 点 不 会 sil|26 20 18 22 26 4 15 18 15 26 30|0.0|2.555 +007819|sil zuo4 di4 tie3 sp1 yi4 xiao2 nv3 hai2 zai4 wo3 de5 bei4 hou4 na2 gen1 mo2 zhang4 wan2 sil|sil 坐 地 铁 sp1 一 小 女 孩 在 我 的 背 后 拿 根 魔 杖 玩 sil|30 16 15 31 12 10 18 14 24 16 12 8 18 18 19 15 15 22 28 28|0.0|4.285 +007820|sil wo3 shi4 qing1 wa1 sp1 bu2 yong4 dong1 mian2 de5 sil|sil 我 是 青 蛙 sp1 不 用 冬 眠 的 sil|31 11 13 19 21 6 13 17 15 22 19 31|0.0|2.53 +007821|sil bai3 pan2 jing1 xi4 sp1 wei4 mei3 xian1 nen4 sil|sil 摆 盘 精 细 sp1 味 美 鲜 嫩 sil|27 17 20 19 28 7 13 17 21 26 28|0.0|2.585 +007822|sil he1 dian3 niu2 nai3 sp1 hui4 hai2 shou4 dian3 sil|sil 喝 点 牛 奶 sp1 会 还 受 点 sil|31 16 16 15 25 7 16 19 21 28 27|0.0|2.57 +007823|sil hou4 lai2 ta1 huang3 cheng1 shi4 xiao3 hai2 de5 mai2 zhu3 sp1 zhuan3 er2 le4 suo3 lang2 lang3 de5 mu3 qin1 sil|sil 后 来 她 谎 称 是 小 孩 的 买 主 sp1 转 而 勒 索 朗 朗 的 母 亲 sil|34 13 19 18 21 22 19 17 15 6 22 26 22 19 18 20 15 18 15 7 20 31 30|0.0|5.19 +007824|sil cai4 shao3 fen1 zuo2 ri4 chu1 xi2 huo2 dong4 sp1 shen1 cai2 ming2 xian2 yi3 hui2 fu4 miao2 tiao2 zhuang4 tai4 sil|sil 蔡 少 芬 昨 日 出 席 活 动 sp1 身 材 明 显 已 回 复 苗 条 状 态 sil|31 21 17 23 20 15 16 15 18 22 29 21 21 20 23 17 20 16 19 18 22 27 33|0.0|5.625 +007825|sil ping2 shen2 wei3 yuan2 hui4 qi1 cheng2 yuan2 ming2 dan1 jiang1 yu2 xia4 zhou1 kan1 deng1 yu2 zheng4 fu3 gong1 bao4 nei4 sil|sil 评 审 委 员 会 七 成 员 名 单 将 于 下 周 刊 登 于 政 府 公 报 内 sil|34 19 17 17 12 25 20 18 15 18 24 21 13 23 19 17 14 16 17 14 15 16 25 32|0.0|5.35 +007826|sil xian4 zai4 sp1 nar4 r tiao2 jian4 gai3 shan4 le5 sil|sil 现 在 sp1 那 儿 条 件 改 善 了 sil|31 23 24 6 22 0 19 16 16 23 21 26|0.0|2.635 +007827|sil ta1 lian2 kao2 chang3 dou1 mei2 jin4 qu4 sil|sil 她 连 考 场 都 没 进 去 sil|29 15 21 19 22 11 14 19 25 27|0.0|2.34 +007828|sil wu4 bi4 bu2 yao4 kao4 jin4 shui3 ni2 yu4 zhi4 ban3 qiang2 sp1 men2 zhu4 deng2 duo3 bi4 sil|sil 务 必 不 要 靠 近 水 泥 预 制 板 墙 sp1 门 柱 等 躲 避 sil|35 18 16 13 14 20 21 18 15 14 13 16 32 9 20 17 16 17 24 31|0.0|4.405 +007829|sil hao3 de5 sp1 you3 shi4 ji4 de5 han2 wo3 yo5 sil|sil 好 的 sp1 有 事 记 得 喊 我 哟 sil|29 17 18 19 15 19 12 9 22 15 29 29|0.0|2.705 +007830|sil guan1 jian4 shi4 yong4 yin2 hang2 de5 gang4 gan3 sil|sil 关 键 是 用 银 行 的 杠 杆 sil|26 21 18 14 14 15 19 7 18 27 33|0.0|2.46 +007831|sil hai2 ke3 neng2 zhong4 zhao1 de5 sp1 bao1 kuo4 yu2 you2 sp1 e1 jiao1 jiao1 yuan2 dan4 bai2 deng3 sil|sil 还 可 能 中 招 的 sp1 包 括 鱼 油 sp1 阿 胶 胶 原 蛋 白 等 sil|28 14 14 15 15 20 18 3 19 21 23 30 5 19 27 18 15 15 18 30 33|0.0|4.64 +007832|sil o5 tian1 na5 sp1 wo3 jing4 ran2 bu4 zhi1 dao4 ni2 xiang3 shuo1 shen2 me5 sil|sil 哦 天 哪 sp1 我 竟 然 不 知 道 你 想 说 什 么 sil|33 21 25 25 20 11 12 19 13 12 18 11 19 19 19 18 32|0.0|3.795 +007833|sil yi1 shi4 ji1 chu3 yang2 lao3 jin1 tai4 di1 sil|sil 一 是 基 础 养 老 金 太 低 sil|31 17 22 16 15 18 15 17 21 26 26|0.0|2.605 +007834|sil di4 er4 tian1 zao3 shang4 sp1 yong3 qi2 chuan1 shang4 le5 jiao1 wu3 shi2 kuai4 qian2 xue2 xiao4 fa1 de5 xiao4 fu2 sil|sil 第 二 天 早 上 sp1 永 琪 穿 上 了 交 五 十 块 钱 学 校 发 的 校 服 sil|34 9 14 18 17 21 12 18 19 19 18 14 20 15 12 18 27 17 14 17 9 22 32 31|0.0|5.195 +007835|sil shen2 me5 dou1 di4 yi1 sp1 dan4 hang2 tian1 yao4 shi4 di4 er4 sp1 jiu4 shen2 me5 dou1 di4 er4 le5 sil|sil 什 么 都 第 一 sp1 但 航 天 要 是 第 二 sp1 就 什 么 都 第 二 了 sil|30 17 8 15 20 21 19 15 20 22 14 12 10 20 17 17 17 9 16 11 23 22 32|0.0|4.725 +007836|sil ye4 mu4 gang1 gang1 jiang4 lin2 sp1 shang1 dian4 san1 lou2 chuan2 lai2 you1 yang2 dong4 ting1 de5 ge1 sheng1 sil|sil 夜 幕 刚 刚 降 临 sp1 商 店 三 楼 传 来 悠 扬 动 听 的 歌 声 sil|35 14 19 16 14 18 27 7 21 13 17 22 19 20 15 18 15 13 9 16 31 31|0.0|4.755 +007837|sil ben3 bao4 jiang1 shai1 xuan3 you1 xiu4 zhu4 fu2 nei4 rong2 zai4 xiang1 guan1 ban3 mian4 jin4 xing2 zhan3 shi4 sil|sil 本 报 将 筛 选 优 秀 祝 福 内 容 在 相 关 版 面 进 行 展 示 sil|30 18 21 18 16 23 14 15 12 10 19 23 15 16 18 14 19 13 17 20 26 35|0.0|4.78 +007838|sil jing3 fang1 dang1 chang3 cong2 wang2 mou3 ku4 dai4 nei4 cha2 huo4 bei4 qiang3 de5 shou3 ji1 ji2 jie4 zhi5 sil|sil 警 方 当 场 从 王 某 裤 袋 内 查 获 被 抢 的 手 机 及 戒 指 sil|31 20 23 19 25 23 17 13 17 15 26 22 21 15 17 9 21 21 14 22 21 30|0.0|5.13 +007839|sil ru2 ren2 yin2 shui3 leng2 nuan3 zi4 zhi1 sil|sil 如 人 饮 水 冷 暖 自 知 sil|30 21 17 16 24 22 20 16 28 30|0.0|2.595 +007840|sil ru2 jin1 tiao4 zao5 bian4 de5 hen2 xiao3 sil|sil 如 今 跳 蚤 变 得 很 小 sil|29 16 26 26 17 15 9 18 34 30|0.0|2.56 +007841|sil hen4 bu4 de5 ba2 wu3 da4 hu2 dai4 guo4 lai5 kai1 shang4 hai3 ren2 de5 yan3 jie4 sil|sil 恨 不 得 把 五 大 湖 带 过 来 开 上 海 人 的 眼 界 sil|30 18 9 16 18 14 16 18 19 10 20 19 18 14 11 9 20 29 29|0.0|3.915 +007842|sil mei2 you2 wo3 bu2 hui4 jiang3 de5 gu4 shi4 sil|sil 没 有 我 不 会 讲 的 故 事 sil|30 19 18 17 11 15 17 9 19 27 29|0.0|2.445 +007843|sil zhe4 shi2 sp1 ying1 er2 kai1 shi3 bian1 ke2 sou5 bian1 ku1 sp1 ji1 hu1 mei2 le5 sheng1 yin1 sil|sil 这 时 sp1 婴 儿 开 始 边 咳 嗽 边 哭 sp1 几 乎 没 了 声 音 sil|29 16 31 9 13 16 16 19 15 17 15 19 25 9 18 15 16 13 21 26 30|0.0|4.5 +007844|sil jian4 dao4 jiu3 bie2 duo1 ri4 de5 fu4 mu3 sp1 gao1 yuan2 mei2 wa1 yi4 sheng1 ku1 le5 sil|sil 见 到 久 别 多 日 的 父 母 sp1 高 元 梅 哇 一 声 哭 了 sil|30 22 17 18 13 16 9 9 17 26 13 18 15 25 21 13 20 23 23 33|0.0|4.42 +007845|sil wei4 le5 yang2 ni3 sp1 wo3 ri4 ye4 cao1 lao2 sp1 nian2 ji4 qing1 qing1 de5 jiu4 kai1 shi3 diao4 tou2 fa4 le5 sil|sil 为 了 养 你 sp1 我 日 夜 操 劳 sp1 年 纪 轻 轻 的 就 开 始 掉 头 发 了 sil|32 14 13 22 26 14 15 16 13 21 26 22 14 11 20 22 14 13 17 12 17 25 16 22 31|0.0|5.43 +007846|sil jie1 dao4 tong1 zhi1 hou4 sp1 xiao3 guan1 qia2 dian3 de5 min2 jing3 li4 ji2 jiang1 gai1 che1 lan2 ting2 sil|sil 接 到 通 知 后 sp1 小 关 卡 点 的 民 警 立 即 将 该 车 拦 停 sil|33 15 13 20 14 21 22 21 17 20 12 7 22 34 18 14 18 12 13 19 31 34|0.0|4.99 +007847|sil bi2 qi3 na4 xie1 tuo1 qian4 min2 gong1 gong1 zi1 de5 sp1 zhe4 yang4 de5 lao2 ban3 gai1 bu4 gai1 zan4 sil|sil 比 起 那 些 拖 欠 民 工 工 资 的 sp1 这 样 的 老 板 该 不 该 赞 sil|33 11 12 17 16 15 17 17 14 17 17 18 23 12 14 6 19 22 15 9 17 28 32|0.0|4.66 +007848|sil ni3 jiu4 shi4 wo3 xin1 zhong1 di5 tai4 yang5 sil|sil 你 就 是 我 心 中 滴 太 阳 sil|34 13 14 12 14 21 15 11 25 28 33|0.0|2.55 +007849|sil wo2 hen3 jian1 qiang2 bu2 hui4 tao2 bi4 sil|sil 我 很 坚 强 不 会 逃 避 sil|34 9 16 17 27 9 15 21 23 30|0.0|2.335 +007850|sil ting2 hao3 de5 sp1 wo3 yue4 kan4 yue4 kai1 xin1 sil|sil 挺 好 的 sp1 我 越 看 越 开 心 sil|29 20 20 19 13 14 13 17 13 19 28 31|0.0|2.735 +007851|sil dang1 zhe5 li4 shi2 lao3 shi1 fei1 ji1 sil|sil 当 着 历 史 老 师 飞 机 sil|30 20 14 16 12 16 13 18 26 31|0.0|2.27 +007852|sil suo2 yi3 sp1 mei2 you3 ren4 he2 yi4 dian3 cheng2 ji4 sp1 na2 gan3 yong4 zhe4 ge5 zhao1 pai2 a5 sil|sil 所 以 sp1 没 有 任 何 一 点 成 绩 sp1 哪 敢 用 这 个 招 牌 啊 sil|34 18 21 9 11 14 16 10 13 14 22 19 10 18 13 18 12 8 18 23 20 30|0.0|4.31 +007853|sil bu2 hui4 ye5 sp1 zhu3 ren2 ke2 yi3 jiao1 jiao1 wo3 ma5 sil|sil 不 会 耶 sp1 主 人 可 以 教 教 我 吗 sil|31 15 25 18 13 15 18 12 11 15 17 13 28 32|0.0|3.05 +007854|sil ta1 cheng1 zhi1 wei2 yu2 kuai4 de5 zao3 chen2 sil|sil 他 称 之 为 愉 快 的 早 晨 sil|28 17 18 13 21 15 18 10 18 34 28|0.0|2.56 +007855|sil bu4 zhi1 dao4 ye5 sp1 wo3 mei2 you3 chang2 shi4 guo4 ne5 sil|sil 不 知 道 耶 sp1 我 没 有 尝 试 过 呢 sil|28 13 9 19 23 16 8 13 13 20 13 16 24 30|0.0|2.845 +007856|sil ta1 men5 dian3 ran2 la4 zhu5 he2 kong3 ming2 deng1 sp1 dao4 nian4 yu4 nan4 qin1 shu3 sil|sil 他 们 点 燃 蜡 烛 和 孔 明 灯 sp1 悼 念 遇 难 亲 属 sil|30 16 19 14 15 20 16 13 19 16 23 8 16 18 11 17 20 33 31|0.0|4.12 +007857|sil yi2 dong4 shuang1 shou3 yi4 dian2 dian3 nuo2 dong4 sp1 ta1 zong3 suan4 dao4 le5 chuan2 xian2 chu4 shang4 le5 chuan2 sil|sil 移 动 双 手 一 点 点 挪 动 sp1 他 总 算 到 了 船 舷 处 上 了 船 sil|33 13 14 18 30 14 15 13 17 21 19 14 18 20 12 9 18 20 21 17 10 35 34|0.0|5.045 +007858|sil ju4 xing2 mao3 ding1 sp1 wen3 gu4 le5 ji1 keng1 sp1 dian4 ding4 le5 ji1 chu3 sil|sil 巨 型 铆 钉 sp1 稳 固 了 基 坑 sp1 奠 定 了 基 础 sil|31 18 18 18 24 10 18 13 10 16 29 11 17 12 10 17 32 30|0.0|3.88 +007859|sil tong2 yang4 de5 qiang2 ren2 ming4 yun4 jiong3 yi4 sil|sil 同 样 的 强 人 命 运 迥 异 sil|27 21 15 8 23 20 18 16 23 27 28|0.0|2.62 +007860|sil ni2 zen3 me5 zhi1 dao4 wo3 ai4 hua4 hua4 sil|sil 你 怎 么 知 道 我 爱 画 画 sil|30 13 13 8 12 16 10 17 18 31 27|0.0|2.265 +007861|sil nan2 zi3 guai1 guai1 shu4 shou3 jiu4 qin2 sil|sil 男 子 乖 乖 束 手 就 擒 sil|33 18 20 16 18 15 15 15 36 26|0.0|2.46 +007862|sil zhe4 zhong3 ji4 shu4 shi4 lian2 pi2 bo1 chu2 dong4 wu4 qu1 ti3 hou4 bu4 de5 yang2 mao2 sp1 yi2 mian3 cang1 ying5 yin3 fa1 gan2 ran3 sil|sil 这 种 技 术 是 连 皮 剥 除 动 物 躯 体 后 部 的 羊 毛 sp1 以 免 苍 蝇 引 发 感 染 sil|34 13 15 16 22 15 24 25 14 18 14 11 17 16 20 9 8 20 28 23 11 18 24 22 20 15 19 27 32|0.0|6.38 +007863|sil you4 bing2 yang3 fen1 dui4 xin1 zang4 you3 yi2 ding4 de5 fu4 zuo4 yong4 sp1 zhe4 zhong3 zuo4 yong4 shi4 ji4 liang4 yi1 lai4 xing4 de5 sil|sil 右 丙 氧 芬 对 心 脏 有 一 定 的 副 作 用 sp1 这 种 作 用 是 剂 量 依 赖 性 的 sil|30 19 16 16 24 14 18 19 15 9 12 10 17 16 23 40 11 16 14 21 18 16 18 12 18 22 22 29|0.0|5.98 +007864|sil zhen1 cha2 yuan2 xun4 su4 zu3 zhi1 jing3 li4 sp1 qian2 wang3 a1 cheng2 shi4 zhong4 dian3 di4 qu1 sp1 jin4 xing2 zou2 fang3 he2 mo1 pai2 sil|sil 侦 查 员 迅 速 组 织 警 力 sp1 前 往 阿 城 市 重 点 地 区 sp1 进 行 走 访 和 摸 排 sil|33 18 20 21 17 14 13 12 20 18 3 25 14 18 20 20 17 12 14 26 15 17 24 20 23 12 20 37 33|0.0|6.46 +007865|sil gu3 rong2 de5 zan1 ba5 zai4 la1 sa4 hen2 you3 ming2 sp1 xiang1 li2 gao3 le5 ge4 xiang1 zhen4 qi3 ye4 sp1 ba1 re4 zan1 ba5 gong1 si1 sil|sil 古 荣 的 糌 粑 在 拉 萨 很 有 名 sp1 乡 里 搞 了 个 乡 镇 企 业 sp1 巴 热 糌 粑 公 司 sil|39 18 19 15 23 25 17 20 19 15 13 30 24 24 16 15 12 21 21 14 17 21 31 18 16 16 13 17 28 32|0.0|7.075 +007866|sil zhe4 shi4 ni3 ge4 ren2 wen4 ti2 sp1 ma2 fan5 xia4 ci4 ju3 ge4 he2 shi4 dian3 de5 li4 zi5 hao3 bu4 hao3 sil|sil 这 是 你 个 人 问 题 sp1 麻 烦 下 次 举 个 合 适 点 的 例 子 好 不 好 sil|33 13 17 20 16 15 16 26 20 12 18 17 12 19 20 17 15 17 9 16 14 18 9 30 32|0.0|5.24 +007867|sil jiang1 ruo4 lin2 ji2 chen2 jia1 huan2 yi4 qi3 chu1 xi2 huo2 dong4 sp1 liang3 ren2 xiao3 xin1 de5 peng3 zhe5 bai2 ci2 bai3 she4 sil|sil 江 若 琳 及 陈 嘉 桓 一 起 出 席 活 动 sp1 两 人 小 心 的 捧 着 白 瓷 摆 设 sil|30 20 14 22 15 19 17 25 15 15 15 14 16 23 28 15 16 20 22 17 20 13 16 17 19 27 32|0.0|6.065 +007868|sil zhe4 yang4 jiang3 jue2 bu2 shi4 mei2 you3 yuan2 you2 de5 yong1 ren2 zi4 rao3 sp1 geng4 bu2 shi4 mei2 you3 gen1 ju4 de5 wei1 yan2 song3 ting1 sil|sil 这 样 讲 绝 不 是 没 有 原 由 的 庸 人 自 扰 sp1 更 不 是 没 有 根 据 的 危 言 耸 听 sil|32 13 18 26 23 8 14 16 15 16 13 9 14 15 15 26 23 19 9 13 12 13 18 16 14 14 17 21 32 33|0.0|6.115 +007869|sil yi4 kou3 qi4 he1 le5 san1 wan2 nai3 cha2 chi1 xia4 yi2 kuai4 nang2 sp1 ti3 nei4 cai2 suan4 you3 xie1 re4 li4 sil|sil 一 口 气 喝 了 三 碗 奶 茶 吃 下 一 块 馕 sp1 体 内 才 算 有 些 热 力 sil|34 11 20 18 13 10 16 14 17 33 19 14 11 16 30 22 16 19 18 16 13 16 16 22 38|0.0|5.475 +007870|sil hao3 tian1 qi4 biao3 bai2 geng4 rong2 yi4 bei4 jie1 shou4 o5 sp1 you3 ai4 mei4 dui4 xiang4 de5 hua4 sp1 su4 du4 de5 sil|sil 好 天 气 表 白 更 容 易 被 接 受 哦 sp1 有 暧 昧 对 象 的 话 sp1 速 度 的 sil|32 18 20 22 19 17 15 13 9 13 15 19 23 27 11 13 14 14 19 8 23 9 24 15 20 28|0.0|5.335 +007871|sil shen4 zhi4 you2 du3 zhe5 de5 chu1 zu1 che1 si1 ji1 xi1 huo3 ting2 che1 sp1 zhang1 luo5 qi3 pai2 ju2 lai2 sil|sil 甚 至 有 堵 着 的 出 租 车 司 机 熄 火 停 车 sp1 张 罗 起 牌 局 来 sil|25 21 14 18 18 12 7 19 10 17 18 25 19 15 20 26 21 19 13 13 26 17 30 26|0.0|5.215 +007872|sil ta1 sao3 zi5 gen1 ta1 shuo1 yao4 dao4 wai4 bian1 da3 gong1 sp1 jiu4 rang4 ta1 shang4 le5 an3 zhe4 bian1 de5 che1 sil|sil 她 嫂 子 跟 她 说 要 到 外 边 打 工 sp1 就 让 她 上 了 俺 这 边 的 车 sil|30 17 17 11 13 16 26 15 11 14 17 18 25 19 13 16 19 18 6 19 14 14 8 31 31|0.0|5.08 +007873|sil bi3 ru2 shuo1 li3 yan1 sp1 hai2 xi3 huan1 jia2 gu3 wen2 de5 xue2 xi2 sil|sil 比 如 说 李 嫣 sp1 还 喜 欢 甲 骨 文 的 学 习 sil|27 11 13 23 16 25 12 16 15 19 18 13 12 10 16 30 29|0.0|3.545 +007874|sil shi2 xian4 she4 hui4 gong1 zheng4 sp1 xu1 yao4 cai2 qu3 qie4 zhong1 ken3 qing4 de5 ju3 cuo4 sil|sil 实 现 社 会 公 正 sp1 需 要 采 取 切 中 肯 綮 的 举 措 sil|31 17 22 14 14 16 22 7 13 14 18 18 18 17 17 16 9 14 28 29|0.0|4.11 +007875|sil si1 yi2 jian4 song2 yong3 zhe4 yi4 zhao1 mei2 yong4 sp1 you4 kai1 shi3 xia4 hu5 qi3 zhao4 xiao2 jie3 sil|sil 司 仪 见 怂 恿 这 一 招 没 用 sp1 又 开 始 吓 唬 起 赵 小 姐 sil|33 20 20 22 21 18 12 10 15 21 21 22 13 16 15 20 13 13 17 19 25 32|0.0|4.85 +007876|sil yin1 wei4 shi4 guan1 ke3 er2 bu2 yuan4 chu4 ji2 de5 yin3 si1 sp1 zhe4 li3 bu2 bian4 jie3 shi4 sil|sil 因 为 事 关 可 儿 不 愿 触 及 的 隐 私 sp1 这 里 不 便 解 释 sil|31 13 19 17 17 20 17 16 15 17 10 9 20 27 9 17 15 14 17 19 24 32|0.0|4.585 +007877|sil sao3 wan2 hou4 you3 ren2 fa1 xian4 sp1 zi4 ji3 de5 shou3 bei4 sao4 zhou5 hua2 po4 le5 sil|sil 扫 完 后 有 人 发 现 sp1 自 己 的 手 被 扫 帚 划 破 了 sil|30 19 15 30 15 12 16 19 14 16 10 10 27 12 18 12 21 24 20 30|0.0|4.3 +007878|sil cong2 qian1 yue1 dan1 shang4 sp1 ke2 yi3 kan4 dao4 yi2 chuan4 chuan4 zhi1 ming2 qi3 ye4 de5 shen1 ying3 sil|sil 从 签 约 单 上 sp1 可 以 看 到 一 串 串 知 名 企 业 的 身 影 sil|32 24 17 11 18 24 18 14 11 19 15 14 21 20 12 20 17 11 9 17 30 30|0.0|4.695 +007879|sil tu2 zhong1 che1 lun2 xia4 de5 sao4 zhou5 sp1 shu3 yu2 yi4 ming2 huan2 wei4 gong1 ren2 sil|sil 图 中 车 轮 下 的 扫 帚 sp1 属 于 一 名 环 卫 工 人 sil|31 19 21 16 15 14 9 21 19 4 20 10 10 22 19 16 18 28 30|0.0|3.97 +007880|sil bu4 neng2 zai4 kuang4 nei4 hua4 quan1 cha1 gou1 deng3 fu2 hao4 sil|sil 不 能 在 框 内 画 圈 叉 钩 等 符 号 sil|31 12 16 15 21 18 23 29 29 21 18 18 30 32|0.0|3.63 +007881|sil gang1 xiang3 zhao2 ni3 liao2 tian1 ne5 sp1 guo3 ran2 xin1 you3 ling2 xi1 sil|sil 刚 想 找 你 聊 天 呢 sp1 果 然 心 有 灵 犀 sil|30 17 18 11 11 17 20 17 8 18 18 18 11 18 30 30|0.0|3.385 +007882|sil shi3 yong4 lv4 zui4 di1 de5 shi4 fen1 lan2 he2 nuo2 wei1 sil|sil 使 用 率 最 低 的 是 芬 兰 和 挪 威 sil|30 16 14 18 18 15 17 17 18 19 13 20 24 28|0.0|3.1 +007883|sil sheng1 yi4 ren2 de5 xin4 yu4 gen1 jin1 zi5 yi2 yang4 fu4 gui4 sil|sil 生 意 人 的 信 誉 跟 金 子 一 样 富 贵 sil|33 21 13 14 8 21 23 16 17 12 9 18 18 29 28|0.0|3.25 +007884|sil wang3 zhan4 xian3 shi4 sp1 dang4 wan3 shou3 du1 ji1 chang3 li2 gang3 hang2 ban1 sp1 gong4 yi4 bai3 liu4 shi2 qi1 jia4 sp1 ci4 sil|sil 网 站 显 示 sp1 当 晚 首 都 机 场 离 岗 航 班 sp1 共 一 百 六 十 七 架 sp1 次 sil|31 16 14 16 22 21 18 26 20 10 13 21 15 14 20 23 5 23 12 12 14 12 16 19 4 23 31|0.0|5.465 +007885|sil jiu4 shi4 ba3 mao1 shuo1 cheng2 le5 ge5 mi1 sil|sil 就 是 把 猫 说 成 了 个 咪 sil|29 13 12 15 28 20 15 9 11 28 27|0.0|2.405 +007886|sil a1 yi2 jing1 ya4 de5 wen4 wo3 sp1 shi4 shen2 me5 che1 sil|sil 阿 姨 惊 讶 的 问 我 sp1 是 什 么 车 sil|28 18 16 17 13 9 18 22 5 16 17 10 35 31|0.0|2.96 +007887|sil song4 gei2 ni3 yi4 lun2 ming2 liang4 de5 yue4 liang5 sil|sil 送 给 你 一 轮 明 亮 的 月 亮 sil|29 22 11 13 14 19 17 17 9 18 32 27|0.0|2.645 +007888|sil shang4 an4 hou4 sp1 ta1 hun2 shen1 zhi2 duo1 suo5 sil|sil 上 岸 后 sp1 她 浑 身 直 哆 嗦 sil|26 21 18 22 5 16 18 19 13 17 26 27|0.0|2.645 +007889|sil an4 fa1 hou4 sp1 lv2 mou3 cang1 huang2 tao2 zou3 sil|sil 案 发 后 sp1 吕 某 仓 皇 逃 走 sil|31 13 19 24 12 17 22 20 17 19 28 30|0.0|2.925 +007890|sil di4 san1 zu3 ping2 tai2 huan2 huan2 da3 kai1 sil|sil 第 三 组 平 台 缓 缓 打 开 sil|28 15 18 11 20 20 16 16 17 32 28|0.0|2.565 +007891|sil bu2 zai4 rang4 zai1 qu1 cheng2 wei2 tong1 xin4 shi1 ling2 de5 shou4 hai4 zhe3 sil|sil 不 再 让 灾 区 成 为 通 信 失 灵 的 受 害 者 sil|28 13 15 16 17 20 18 17 18 17 15 15 9 15 19 29 30|0.0|3.605 +007892|sil qu4 wu3 han4 hai2 shi4 qu4 ao4 men2 sp1 zui4 zhong1 sp1 fu4 mu3 zun1 zhong4 nv3 er2 de5 xuan3 ze2 sp1 cheng2 quan2 le5 ta1 qu4 ao4 da4 shen1 zao4 de5 yuan4 wang4 sil|sil 去 武 汉 还 是 去 澳 门 sp1 最 终 sp1 父 母 尊 重 女 儿 的 选 择 sp1 成 全 了 她 去 澳 大 深 造 的 愿 望 sil|34 24 14 27 16 10 12 20 27 37 15 23 6 15 15 16 17 12 15 10 19 24 24 24 19 16 17 12 17 16 20 15 8 18 27 34|0.0|7.835 +007893|sil de2 wo4 xia4 ke4 sp1 shou3 xian1 dui4 zhong1 guo2 ao4 yun4 hui4 de5 chou2 bei4 gong1 zuo4 sp1 da4 jia1 zan4 shang3 sil|sil 德 沃 夏 克 sp1 首 先 对 中 国 奥 运 会 的 筹 备 工 作 sp1 大 加 赞 赏 sil|30 14 12 21 22 4 19 20 18 17 8 15 11 15 8 19 16 17 17 3 16 14 19 30 32|0.0|4.84 +007894|sil wo3 men5 chu1 jing3 fa1 xian4 sp1 jiu4 shi4 wang3 chan2 zai4 yi4 qi3 sp1 liang3 ren2 chao2 chao2 qi3 lai2 le5 sil|sil 我 们 出 警 发 现 sp1 就 是 网 缠 在 一 起 sp1 两 人 吵 吵 起 来 了 sil|35 8 10 18 18 17 21 6 16 14 19 21 16 10 30 21 18 21 20 15 17 15 18 32|0.0|5.06 +007895|sil zhang1 lao2 ban3 wen4 ji4 zhe3 yao4 gui4 de5 hai2 shi4 yao4 pian2 yi5 de5 sp1 ji4 zhe3 rang4 ta1 xiang2 xi4 shuo1 shuo5 sil|sil 张 老 板 问 记 者 要 贵 的 还 是 要 便 宜 的 sp1 记 者 让 他 详 细 说 说 sil|35 17 14 17 16 15 25 18 21 14 17 11 13 21 17 16 31 14 13 19 18 20 16 16 25 34|0.0|5.725 +007896|sil zhi4 yu2 can2 si3 de5 lv2 guan3 dian4 zhu3 fu4 nv3 sp1 ye3 shi4 ta1 men5 you4 pian4 jin4 wu1 hou4 sha1 hai4 de5 sil|sil 至 于 惨 死 的 旅 馆 店 主 妇 女 sp1 也 是 他 们 诱 骗 进 屋 后 杀 害 的 sil|31 18 13 24 15 15 13 14 15 11 15 26 18 9 11 16 19 18 20 16 13 17 19 23 22 30|0.0|5.355 +007897|sil qian1 zhang1 shu4 de5 hui4 suo3 pang2 shou1 na4 le5 yi4 zhu1 shuang1 shu4 shuang1 sheng1 sp1 er2 jin1 sheng1 ji1 ang4 ran2 sil|sil 千 章 墅 的 会 所 旁 收 纳 了 一 株 双 树 双 生 sp1 而 今 生 机 盎 然 sil|34 27 17 17 10 14 16 26 19 15 9 15 18 18 14 18 23 23 14 26 19 13 18 30 32|0.0|5.63 +007898|sil dan4 zheng3 ge4 jiu4 yuan2 xing2 dong4 ping2 wen2 you3 xu4 sp1 shou4 kun4 kuang4 gong1 zui4 zhong1 an1 quan2 tuo1 xian3 sil|sil 但 整 个 救 援 行 动 平 稳 有 序 sp1 受 困 矿 工 最 终 安 全 脱 险 sil|31 22 16 13 13 14 20 17 16 13 17 26 27 16 17 18 24 16 14 16 17 16 30 28|0.0|5.305 +007899|sil ta1 bei4 xu3 duo1 ren2 shi4 wei2 wei1 ruan2 suo3 ceng2 tui1 chu1 de5 zui4 hao3 de5 liu2 lan3 qi4 sil|sil 它 被 许 多 人 视 为 微 软 所 曾 推 出 的 最 好 的 浏 览 器 sil|30 17 16 15 11 20 16 23 19 21 18 17 19 16 17 18 17 8 15 19 27 27|0.0|4.715 +007900|sil bang2 hao3 hou4 sp1 zan2 mou3 jiang1 yang2 yang5 he2 she2 pi2 dai4 sp1 yi4 qi3 pao1 jin4 da4 hai3 sil|sil 绑 好 后 sp1 昝 某 将 阳 阳 和 蛇 皮 袋 sp1 一 起 抛 进 大 海 sil|33 15 18 27 16 21 22 19 21 20 15 15 14 22 8 12 16 17 15 19 32 32|0.0|4.985 +007901|sil ta1 shuo1 wo2 xiang3 le5 yi4 xiu3 sp1 jin1 tian1 zao3 shang4 wo3 yi4 liang2 xue4 ya1 dou1 gao1 le5 sil|sil 他 说 我 想 了 一 宿 sp1 今 天 早 上 我 一 量 血 压 都 高 了 sil|28 18 26 14 16 8 16 30 7 17 12 16 15 13 10 30 20 18 14 22 20 35|0.0|4.7 +007902|sil jin4 men2 shun4 jian1 sp1 nv3 hai2 ceng2 shen1 shou3 la1 zhu4 men2 kuang4 shi4 tu2 zheng4 tuo1 sil|sil 进 门 瞬 间 sp1 女 孩 曾 伸 手 拉 住 门 框 试 图 挣 脱 sil|31 17 13 20 27 11 12 23 23 16 14 16 12 20 25 17 13 18 23 33|0.0|4.455 +007903|sil yu2 shi4 sp1 wo3 zhi2 you3 duo1 duo1 sa1 jiao1 luo5 sp1 qing1 sheng1 jiao4 huan5 re3 ta1 kai1 xin1 sil|sil 于 是 sp1 我 只 有 多 多 撒 娇 啰 sp1 轻 声 叫 唤 惹 他 开 心 sil|30 12 31 9 11 12 12 13 11 17 17 23 29 19 18 19 20 14 16 18 26 31|0.0|4.735 +007904|sil zhe4 san1 zhang1 qing2 lv3 zhao4 pian4 sp1 zha4 yi2 kan4 pu2 pu3 tong1 tong1 sp1 bing4 wu2 bu4 tuo3 sil|sil 这 三 张 情 侣 照 片 sp1 乍 一 看 普 普 通 通 sp1 并 无 不 妥 sil|32 17 18 19 14 13 17 28 5 19 11 24 13 13 18 24 6 17 12 13 31 32|0.0|4.595 +007905|sil seng1 mao4 hou2 de5 shou3 sp1 fei1 chang2 shi4 he2 niu3 kai1 guo3 zhi1 huo4 na2 dian4 hua4 sil|sil 僧 帽 猴 的 手 sp1 非 常 适 合 扭 开 果 汁 或 拿 电 话 sil|34 20 17 18 9 26 11 15 18 16 18 17 19 17 19 16 17 16 27 30|0.0|4.41 +007906|sil che1 pai2 wei3 hao4 qi1 yao1 ba1 de5 chu1 zu1 jia4 shi3 yuan2 zuo3 zheng4 le5 zhe4 yi4 dian3 sil|sil 车 牌 尾 号 七 幺 八 的 出 租 驾 驶 员 佐 证 了 这 一 点 sil|30 18 15 15 21 17 14 16 15 16 9 18 16 21 17 14 10 13 10 29 30|0.0|4.23 +007907|sil bu4 tong2 lei4 xing2 de5 zhai4 ji1 feng1 xian3 bu4 tong2 sp1 shou1 yi4 ye3 ge4 you3 bu4 tong2 sil|sil 不 同 类 型 的 债 基 风 险 不 同 sp1 收 益 也 各 有 不 同 sil|30 13 19 15 13 9 20 23 20 19 12 28 9 24 22 17 12 13 13 31 30|0.0|4.55 +007908|sil you3 de5 hai2 zi5 mei2 you3 re4 shui3 dai4 sp1 jiu4 yong4 yin3 liao4 ping2 zhuang1 re4 shui3 sp1 zi4 zhi4 cheng2 nuan2 shui3 ping2 sil|sil 有 的 孩 子 没 有 热 水 袋 sp1 就 用 饮 料 瓶 装 热 水 sp1 自 制 成 暖 水 瓶 sil|31 15 7 21 12 15 14 12 16 23 16 17 16 12 16 20 15 17 25 14 19 14 19 15 15 32 34|0.0|5.6 +007909|sil yi3 cheng2 bai3 she4 de5 shan1 xi1 lu4 shi4 min2 guang2 chang3 shui3 mu4 dian4 ying3 xian4 chang3 sil|sil 已 成 摆 设 的 山 西 路 市 民 广 场 水 幕 电 影 现 场 sil|29 13 22 16 20 18 19 11 17 12 17 19 25 18 18 13 13 19 31 32|0.0|4.43 +007910|sil dui4 yu2 zi4 ji3 de5 bing4 ren5 sp1 ke4 lan2 dun4 zao3 jiu4 you2 suo3 liao2 jie3 sil|sil 对 于 自 己 的 病 人 sp1 克 兰 顿 早 就 有 所 了 解 sil|29 13 20 12 11 9 20 21 11 13 19 20 17 13 12 15 18 23 31|0.0|3.795 +007911|sil er2 biao3 xian4 chu1 zhong4 de5 shi4 sp1 shi3 bin1 ge2 sp1 de2 guo2 mu4 yang2 quan2 deng3 sil|sil 而 表 现 出 众 的 是 sp1 史 宾 格 sp1 德 国 牧 羊 犬 等 sil|34 21 14 16 17 20 21 30 5 18 19 25 6 16 16 15 18 20 30 27|0.0|4.51 +007912|sil gong1 mao4 you2 liang3 zhang1 pi2 bian4 cheng2 yi4 zhang1 pi2 sp1 che3 pi2 de5 shi4 sp1 zi4 ran2 shao3 le5 sil|sil 工 贸 由 两 张 皮 变 成 一 张 皮 sp1 扯 皮 的 事 sp1 自 然 少 了 sil|31 19 24 17 23 20 25 18 21 16 21 27 22 19 17 10 20 3 15 17 20 23 32|0.0|5.345 +007913|sil bo2 ke4 shang4 chuan2 bo1 sp1 zao4 cheng2 e4 lie4 de5 she4 hui4 ying2 xiang3 sil|sil 博 客 上 传 播 sp1 造 成 恶 劣 的 社 会 影 响 sil|30 14 18 16 20 23 5 18 18 17 15 10 15 13 17 32 30|0.0|3.61 +007914|sil er2 dang1 shi2 de5 li3 you2 ye3 shi4 yuan2 cai2 liao4 shang4 zhang3 guo4 kuai4 sil|sil 而 当 时 的 理 由 也 是 原 材 料 上 涨 过 快 sil|32 20 17 16 8 19 23 17 17 17 16 18 17 16 16 29 31|0.0|3.82 +007915|sil ji3 qian1 kuai4 qian2 diu1 diao4 le5 sp1 ge2 bi4 yi4 jia1 yi2 wan4 duo1 yo5 sil|sil 几 千 块 钱 丢 掉 了 sp1 隔 壁 一 家 一 万 多 哟 sil|33 14 19 16 19 15 19 19 10 16 10 17 21 15 20 15 30 29|0.0|3.91 +007916|sil ke3 jie4 qian2 jian4 xiao4 she4 sp1 wan4 yi1 huan2 bu4 liao2 zen3 me5 ban4 sil|sil 可 借 钱 建 校 舍 sp1 万 一 还 不 了 怎 么 办 sil|28 20 18 21 14 19 25 19 16 14 23 9 18 12 11 26 32|0.0|3.77 +007917|sil you2 ben3 shi4 zai4 shuo1 yi2 ju4 sp1 wo2 bao3 zheng4 bu2 zou4 si2 ni3 sil|sil 有 本 事 再 说 一 句 sp1 我 保 证 不 揍 死 你 sil|33 18 18 20 17 16 14 20 19 11 17 16 11 19 13 26 31|0.0|3.7 +007918|sil hai2 you3 ren2 ti2 yi4 yong4 sheng1 ji1 dan4 sp1 fan3 zheng4 wo3 mei2 shi4 guo4 sil|sil 还 有 人 提 议 用 生 鸡 蛋 sp1 反 正 我 没 试 过 sil|34 15 12 14 19 23 20 20 14 22 12 19 13 12 15 20 27 32|0.0|3.985 +007919|sil shi4 wei2 dang3 xiao4 zai4 zhi2 yan2 jiu1 sheng1 sil|sil 市 委 党 校 在 职 研 究 生 sil|29 20 12 19 20 15 14 14 15 28 30|0.0|2.505 +007920|sil huang2 chao2 lin2 you4 chao2 ta1 hou3 le5 qi3 lai2 sil|sil 黄 朝 林 又 朝 他 吼 了 起 来 sil|27 20 17 22 18 17 17 16 11 16 26 30|0.0|2.75 +007921|sil xian4 zai4 de5 shang1 jia1 ye3 yue4 lai2 yue4 cong1 ming5 sil|sil 现 在 的 商 家 也 越 来 越 聪 明 sil|29 21 12 9 21 22 15 11 14 9 23 27 32|0.0|2.84 +007922|sil xie4 xie5 kua1 jiang3 sp1 bu2 shi4 mei2 nv3 ha5 sil|sil 谢 谢 夸 奖 sp1 不 是 美 女 哈 sil|29 18 12 19 30 6 13 13 14 16 32 28|0.0|2.665 +007923|sil yong4 hou4 yi4 zhong3 cuo4 wu4 geng1 zheng4 qian2 yi4 zhong3 cuo4 wu4 sp1 dao4 qie4 zui4 ming2 que4 yi1 ran2 cheng2 li4 sp1 hen3 huang1 miu4 sil|sil 用 后 一 种 错 误 更 正 前 一 种 错 误 sp1 盗 窃 罪 名 却 依 然 成 立 sp1 很 荒 谬 sil|31 20 20 9 16 20 21 19 18 20 11 16 21 19 38 15 16 14 25 22 14 15 19 20 10 17 21 25 30|0.0|6.52 +007924|sil zhi3 yao4 nu3 li4 jiu4 neng2 ya5 sil|sil 只 要 努 力 就 能 呀 sil|30 14 13 17 19 14 19 29 31|0.0|2.155 +007925|sil hao3 wa5 sp1 xiang3 liao2 dian3 shen2 me5 sil|sil 好 哇 sp1 想 聊 点 什 么 sil|28 19 25 6 20 14 15 17 16 29|0.0|2.195 +007926|sil wei2 you2 bao3 zhong4 shen1 ti3 jian1 ren4 bu4 ba2 sp1 fang1 neng2 chu4 di2 fan3 tan2 sil|sil 唯 有 保 重 身 体 坚 韧 不 拔 sp1 方 能 触 底 反 弹 sil|31 12 20 16 14 20 23 17 17 15 26 7 20 23 20 14 19 34 28|0.0|4.36 +007927|sil qi2 ta1 hu4 hang2 de5 jian4 chuan2 ze2 xun4 su4 xiang4 ran2 shao1 zhe5 de5 fu2 lai2 si1 te4 hao4 hang2 kong1 mu3 jian4 pen1 shui3 sil|sil 其 他 护 航 的 舰 船 则 迅 速 向 燃 烧 着 的 福 莱 斯 特 号 航 空 母 舰 喷 水 sil|31 18 18 16 20 13 17 32 18 21 22 22 18 19 15 18 13 13 13 19 18 18 12 16 19 19 33 32|0.0|6.305 +007928|sil qiang3 tong1 wen4 chuan1 yu3 wai4 jie4 de5 gong1 lu4 tong1 dao4 sp1 qian1 dong4 zhe5 quan2 guo2 ren2 min2 de5 xin1 sil|sil 抢 通 汶 川 与 外 界 的 公 路 通 道 sp1 牵 动 着 全 国 人 民 的 心 sil|31 28 22 19 24 14 19 13 10 13 14 20 20 21 24 20 13 22 13 15 14 8 32 32|0.0|5.35 +007929|sil shuo1 huang3 ke2 chi3 sp1 ji1 qi4 ren2 bu2 hui4 shuo1 huang3 sil|sil 说 谎 可 耻 sp1 机 器 人 不 会 说 谎 sil|29 21 22 16 32 13 16 15 23 12 16 18 28 31|0.0|3.39 +007930|sil yu3 qiao2 bu4 si1 bu4 tong2 sp1 ya2 hu3 chuang4 shi3 ren2 sp1 yi3 bei4 zheng4 ming2 sp1 wu2 li4 ni4 zhuan3 gong1 si1 tui2 shi4 sil|sil 与 乔 布 斯 不 同 sp1 雅 虎 创 始 人 sp1 已 被 证 明 sp1 无 力 逆 转 公 司 颓 势 sil|29 18 22 12 15 12 33 22 17 13 17 13 23 8 10 13 18 22 6 15 13 16 18 16 11 20 25 29|0.0|5.645 +007931|sil ta1 zhuang4 shi5 de5 shen1 ban3 you3 hei1 de5 pi2 fu1 sp1 xiao3 ping2 tou2 xia4 liang3 zhi1 yan3 jing5 jiong2 jiong2 you3 shen2 sil|sil 他 壮 实 的 身 板 黝 黑 的 皮 肤 sp1 小 平 头 下 两 只 眼 睛 炯 炯 有 神 sil|30 20 20 13 9 21 22 17 16 11 18 25 28 17 16 16 19 19 12 19 22 17 15 15 31 33|0.0|5.815 +007932|sil shou3 xian1 lai2 wei4 da4 jia1 jie4 shao4 yi2 xia4 sp1 lai2 dao4 wo3 men5 jin1 tian1 yan3 bo1 shi4 de5 liang3 wei4 jia1 bin1 sil|sil 首 先 来 为 大 家 介 绍 一 下 sp1 来 到 我 们 今 天 演 播 室 的 两 位 嘉 宾 sil|33 19 24 17 9 13 11 15 17 10 25 10 15 11 12 13 16 15 17 14 15 11 16 14 19 24 30|0.0|5.17 +007933|sil wei4 le5 tian2 bu3 xian1 qian2 de5 ju4 e2 kui1 kong1 sp1 zhang1 run4 zhang1 ce4 hua4 le5 zhe4 qi1 jia2 qiang3 jie2 an4 sil|sil 为 了 填 补 先 前 的 巨 额 亏 空 sp1 张 润 章 策 划 了 这 期 假 抢 劫 案 sil|34 11 11 23 15 22 19 11 16 13 19 26 25 18 15 24 20 13 11 13 18 20 21 16 28 30|0.0|5.715 +007934|sil yi4 gai3 yi2 wang3 de5 fan2 suo2 rong3 chang2 sp1 duo1 di4 liang3 hui4 zai4 hui4 yi4 nei4 rong2 shang4 sp1 wu4 shi2 jing1 jian3 sil|sil 一 改 以 往 的 繁 琐 冗 长 sp1 多 地 两 会 在 会 议 内 容 上 sp1 务 实 精 简 sil|32 15 18 14 19 14 22 26 20 32 24 15 10 21 22 19 16 8 16 17 27 4 16 20 21 31 32|0.0|6.16 +007935|sil wo3 yi2 xia4 leng4 le5 sp1 xin1 xiang3 sp1 zhe4 ying1 yu3 shen2 me5 shi2 hou5 pu3 ji2 dao4 le5 zhe4 ge5 cheng2 du4 le5 sil|sil 我 一 下 愣 了 sp1 心 想 sp1 这 英 语 什 么 时 候 普 及 到 了 这 个 程 度 了 sil|32 12 10 17 25 18 18 20 27 16 17 18 15 17 9 16 20 16 12 14 13 14 9 21 16 18 36|0.0|5.525 +007936|sil qian2 nv2 you3 shang4 qian2 zhao1 hu5 han2 xuan1 sp1 wo3 ni4 ni4 de5 shuo1 le5 yi2 ju4 sp1 qin1 ai4 de5 sp1 zan2 men5 gai1 zou3 le5 sil|sil 前 女 友 上 前 招 呼 寒 暄 sp1 我 腻 腻 的 说 了 一 句 sp1 亲 爱 的 sp1 咱 们 该 走 了 sil|31 23 12 18 22 19 16 12 18 29 27 8 16 15 10 15 12 15 19 28 17 16 14 9 12 11 15 21 23 32|0.0|6.21 +007937|sil wo3 ren4 wei2 sp1 ta1 shou3 xian1 shi4 zhi3 ao4 yun4 hui4 qi1 jian1 de5 sp1 yi2 qie4 huo2 dong4 dou1 you3 feng1 fu4 de5 ren2 wen2 nei4 han2 sil|sil 我 认 为 sp1 它 首 先 是 指 奥 运 会 期 间 的 sp1 一 切 活 动 都 有 丰 富 的 人 文 内 涵 sil|31 10 16 21 4 18 15 15 14 15 18 10 15 15 22 16 17 14 21 18 22 14 17 22 13 8 14 12 17 34 29|0.0|6.115 +007938|sil mu4 qian2 sp1 luo4 yang2 ba1 liu4 san1 ruan3 jian4 fu1 hua4 qi4 xiang4 mu4 yi3 jin4 zhu4 sil|sil 目 前 sp1 洛 阳 八 六 三 软 件 孵 化 器 项 目 已 进 驻 sil|31 13 34 15 18 25 15 15 21 16 14 12 16 15 21 17 14 20 24 28|0.0|4.455 +007939|sil ya4 yin2 shuo1 sp1 geng4 zao1 gao1 de5 shi4 sp1 you2 liao4 yu3 fei2 liao4 de5 cheng2 ben3 xian4 zai4 yi3 geng4 gao1 sp1 er2 qie3 zheng4 kuai4 su4 shang4 zhang3 sil|sil 亚 银 说 sp1 更 糟 糕 的 是 sp1 油 料 与 肥 料 的 成 本 现 在 已 更 高 sp1 而 且 正 快 速 上 涨 sil|25 22 13 32 22 19 16 15 10 26 19 20 22 16 19 17 7 25 22 20 14 12 21 25 32 15 28 21 19 13 22 30 24|0.0|7.7 +007940|sil yi2 dan4 fa1 xian4 shen1 ling2 bu3 tie1 zhe3 ming2 xia4 you3 jiao4 che1 sp1 jiang1 yan2 su4 chu2 li3 sil|sil 一 旦 发 现 申 领 补 贴 者 名 下 有 轿 车 sp1 将 严 肃 处 理 sil|35 9 16 17 20 14 16 12 16 18 23 18 15 18 25 15 21 19 16 18 22 33|0.0|4.83 +007941|sil ran2 ran5 huan4 yao4 de5 shi2 hou4 sp1 yi2 ding4 yao4 zuan4 zhe5 ta1 zui4 xi3 huan1 de5 mei3 yang2 yang2 sil|sil 然 然 换 药 的 时 候 sp1 一 定 要 攥 着 她 最 喜 欢 的 美 羊 羊 sil|34 17 20 18 17 10 15 19 11 12 8 19 18 14 16 14 15 13 7 18 16 30 33|0.0|4.57 +007942|sil jing1 zhong1 gong4 zhong1 yang1 pi1 zhun3 sp1 lu2 wei3 tong2 zhi4 sp1 ren4 zhong1 gong4 bei3 jing1 shi4 wei2 wei3 yuan2 chang2 wei3 sil|sil 经 中 共 中 央 批 准 sp1 鲁 炜 同 志 sp1 任 中 共 北 京 市 委 委 员 常 委 sil|31 25 15 12 11 17 19 25 23 11 16 22 21 12 20 16 19 13 16 14 13 17 25 26 30 34|0.0|5.845 +007943|sil xiao3 ming2 shuo1 sp1 zuo4 wo3 qian2 mian4 de5 ge4 zi5 tai4 gao1 le5 sp1 zuo3 you4 de5 tai4 yuan3 sp1 wo3 bo2 zi5 niu3 shang1 sp1 wu2 fa3 kan4 hou4 mian4 sil|sil 小 明 说 sp1 坐 我 前 面 的 个 子 太 高 了 sp1 左 右 的 太 远 sp1 我 脖 子 扭 伤 sp1 无 法 看 后 面 sil|32 18 18 27 23 16 10 19 17 14 17 10 19 19 18 17 19 14 8 22 27 26 12 14 10 20 27 6 13 17 20 16 28 35|0.0|7.29 +007944|sil zhe4 yu3 she4 hui4 zheng4 zhi4 ling3 yu4 de5 te4 shu1 xing4 fu4 za2 xing4 you3 guan1 sil|sil 这 与 社 会 政 治 领 域 的 特 殊 性 复 杂 性 有 关 sil|34 18 14 20 19 17 10 16 17 13 21 17 22 19 18 16 14 30 29|0.0|4.225 +007945|sil she4 zhang2 you3 ru2 ci3 da4 dan3 shi4 hen2 han3 jian4 de5 sp1 she4 yuan2 ye3 dou1 ting2 xia4 lai5 ting1 she4 zhang3 de5 gao1 jian4 sil|sil 社 长 有 如 此 大 胆 是 很 罕 见 的 sp1 社 员 也 都 停 下 来 听 社 长 的 高 见 sil|34 22 23 20 15 14 17 23 16 16 21 26 18 36 20 21 13 13 22 14 22 18 16 13 7 17 25 27|0.0|6.37 +007946|sil song4 shi4 ping2 ren3 bu2 zhu4 sp1 you4 qu4 ca1 le5 yi2 ge5 shen1 sp1 hui2 lai5 hou4 wen4 sp1 ni3 men5 you3 shui2 shui4 zhao2 le5 sil|sil 宋 世 平 忍 不 住 sp1 又 去 擦 了 一 个 身 sp1 回 来 后 问 sp1 你 们 有 谁 睡 着 了 sil|33 20 14 25 19 10 26 3 18 14 19 10 13 11 26 30 14 13 17 22 29 7 12 17 22 17 19 21 35|0.0|6.225 +007947|sil wo3 ba4 sp1 he1 he1 sp1 wo3 nian2 qing1 de5 shi2 hou4 fan4 guo4 zhu1 lie5 sp1 wo3 dang1 nian2 kan4 zhu1 hen2 zhun3 de5 lie5 sil|sil 我 爸 sp1 呵 呵 sp1 我 年 轻 的 时 候 贩 过 猪 咧 sp1 我 当 年 看 猪 很 准 的 咧 sil|34 15 28 12 17 26 23 11 17 16 10 13 15 15 11 16 23 29 9 14 19 23 19 22 17 9 28 33|0.0|6.085 +007948|sil zhi3 yao4 xin1 zhong1 you3 ai4 you3 jia1 sp1 you3 qian1 gua4 sp1 jiu4 bu2 pa4 wu4 mai2 piao1 guo4 sp1 jiu4 bu2 pa4 tian1 qi4 yin1 an4 sil|sil 只 要 心 中 有 爱 有 家 sp1 有 牵 挂 sp1 就 不 怕 雾 霾 飘 过 sp1 就 不 怕 天 气 阴 暗 sil|33 17 19 20 15 16 28 21 28 6 15 22 22 23 17 15 22 8 18 22 20 20 16 14 19 18 12 17 25 36|0.0|6.78 +007949|sil wen2 xiao2 jie3 da4 wei2 nao2 huo3 sp1 dan4 qi2 hou4 sp1 dou1 bei4 xu2 mou2 yi3 ge4 zhong3 hua1 yan2 qiao2 yu3 tang2 se4 guo4 qu4 sil|sil 文 小 姐 大 为 恼 火 sp1 但 其 后 sp1 都 被 徐 某 以 各 种 花 言 巧 语 搪 塞 过 去 sil|37 14 18 21 18 10 22 24 17 17 19 22 8 14 12 19 23 20 14 15 14 13 17 15 24 18 13 23 34|0.0|6.215 +007950|sil dang4 tian1 shen1 ye4 sp1 zheng3 ge4 shai1 cha2 zu3 ci3 ci4 a1 li3 zhi1 xing2 ji4 hua4 de5 ren4 wu4 quan2 bu4 wan2 cheng2 sil|sil 当 天 深 夜 sp1 整 个 筛 查 组 此 次 阿 里 之 行 计 划 的 任 务 全 部 完 成 sil|32 16 14 18 21 15 18 9 17 20 28 21 16 18 12 11 17 13 13 10 17 19 25 13 17 32 29|0.0|5.7 +007951|sil ru2 guo3 ke4 ren2 zai4 ta1 jia1 yan3 zou4 yin1 yue4 sp1 ta1 hui4 wu3 shang4 ta1 de5 er3 duo5 sp1 zhi2 dao4 yan3 zou4 jie2 shu4 sil|sil 如 果 客 人 在 他 家 演 奏 音 乐 sp1 他 会 捂 上 他 的 耳 朵 sp1 直 到 演 奏 结 束 sil|34 16 15 23 19 13 16 19 18 14 19 22 20 15 20 11 19 13 12 18 20 3 15 15 16 15 17 23 33|0.0|5.96 +007952|sil shi4 gong1 an1 ju2 shui3 shang4 fen1 ju2 xun2 fang2 zhan4 de5 min2 jing3 men5 sp1 zheng4 zai4 jia1 gu4 dun3 chuan2 lan3 sheng2 sil|sil 市 公 安 局 水 上 分 局 巡 防 站 的 民 警 们 sp1 正 在 加 固 趸 船 缆 绳 sil|34 21 10 17 20 16 16 16 18 17 17 13 6 20 18 23 18 15 12 22 16 17 18 18 31 32|0.0|5.585 +007953|sil wo3 yao4 yi2 li3 fu2 ren2 sp1 bu2 hui4 yi4 yan2 bu4 he2 jiu4 dong4 shou3 de5 sil|sil 我 要 以 理 服 人 sp1 不 会 一 言 不 合 就 动 手 的 sil|35 11 21 13 16 17 24 6 13 19 11 16 11 17 12 17 20 21 32|0.0|3.86 +007954|sil zu3 guo2 da4 di4 he2 chou2 bu4 zao3 ri4 pi1 shang4 lv4 zhuang1 ne5 sil|sil 祖 国 大 地 何 愁 不 早 日 披 上 绿 妆 呢 sil|30 20 12 18 21 23 25 16 18 14 15 17 13 22 23 30|0.0|3.685 +007955|sil dui4 wo3 shi4 hao3 shi4 sp1 yuan2 lai2 sp1 wo3 hai2 you3 zhe4 me5 duo1 dong1 xi5 yo5 sil|sil 对 我 是 好 事 sp1 原 来 sp1 我 还 有 这 么 多 东 西 哟 sil|30 19 16 13 20 25 25 14 24 7 10 13 12 13 12 12 18 14 25 30|0.0|4.085 +007956|sil li2 zi5 sp1 han2 you2 guo3 tang2 he2 pu2 tao5 tang2 deng3 sp1 ju4 you2 bao3 gan1 zhu4 xiao1 hua4 sp1 cu4 jin4 shi2 yu4 de5 zuo4 yong4 sil|sil 梨 子 sp1 含 有 果 糖 和 葡 萄 糖 等 sp1 具 有 保 肝 助 消 化 sp1 促 进 食 欲 的 作 用 sil|33 22 23 6 18 21 21 29 16 13 12 25 24 24 18 22 20 30 17 20 24 8 18 15 21 14 10 17 22 33|0.0|6.92 +007957|sil zai4 xue2 shi2 da2 biao1 de5 tong2 shi2 shi2 xian4 si1 xiang3 su4 zhi4 da2 biao1 cai2 shi4 ying1 you3 zhi1 yi4 sil|sil 在 学 识 达 标 的 同 时 实 现 思 想 素 质 达 标 才 是 应 有 之 义 sil|33 23 14 13 15 14 8 19 26 18 20 13 17 15 11 18 21 18 12 16 17 15 22 36|0.0|5.04 +007958|sil cong2 da4 jiang1 jian4 san1 lang2 sp1 kai2 er3 tai4 si1 sp1 ye1 li4 nei4 ke4 dao4 pin3 te4 sp1 dou1 shi4 zhe4 yang4 sil|sil 从 大 江 健 三 郎 sp1 凯 尔 泰 斯 sp1 耶 利 内 克 到 品 特 sp1 都 是 这 样 sil|33 36 18 17 16 18 27 5 16 10 22 28 18 14 13 17 22 13 22 23 5 14 14 17 26 31|0.0|5.745 +007959|sil zhi3 xi1 wang4 geng4 duo1 ren2 zai4 pi1 pan4 ke3 er2 de5 tong2 shi2 sp1 mo1 mo1 zi4 ji3 de5 liang2 xin1 sil|sil 只 希 望 更 多 人 在 批 判 可 儿 的 同 时 sp1 摸 摸 自 己 的 良 心 sil|32 14 17 24 15 14 22 16 16 18 14 13 7 20 25 6 13 17 13 9 9 22 28 28|0.0|4.78 +007960|sil si4 shi4 da4 li4 cha2 chu2 da3 ji1 wang3 luo4 she4 huang2 she4 du3 wei2 fa3 fan4 zui4 huo2 dong4 sil|sil 四 是 大 力 查 处 打 击 网 络 涉 黄 涉 赌 违 法 犯 罪 活 动 sil|32 19 22 13 12 20 24 17 24 17 14 21 29 24 25 15 15 19 14 18 23 28|0.0|5.17 +007961|sil zhe4 wei4 qian1 jin1 xiao2 jie3 zheng4 zai4 gui4 yang2 shang4 da4 xue2 sp1 jing1 chang2 gou4 mai3 she1 chi2 pin3 sil|sil 这 位 千 金 小 姐 正 在 贵 阳 上 大 学 sp1 经 常 购 买 奢 侈 品 sil|34 16 16 20 14 21 26 18 16 15 16 15 16 26 15 19 18 11 16 16 14 25 33|0.0|5.06 +007962|sil zai4 jia1 shang4 you3 du2 yin3 sp1 nuo2 yong4 gong1 kuan3 qu4 du3 bo2 sp1 jie2 guo3 kui1 kong1 yue4 lai2 yue4 da4 sil|sil 再 加 上 有 赌 瘾 sp1 挪 用 公 款 去 赌 博 sp1 结 果 亏 空 越 来 越 大 sil|33 15 17 20 16 18 29 9 14 14 16 19 14 15 23 14 18 18 17 19 12 13 15 24 31|0.0|5.255 +007963|sil shuo1 yao4 ba3 wang2 mou3 jie2 diao4 dao4 qi2 ta1 xue2 xiao4 sp1 zhe4 bu2 shi4 zong4 rong2 fan4 zui4 ma5 sil|sil 说 要 把 王 某 杰 调 到 其 他 学 校 sp1 这 不 是 纵 容 犯 罪 吗 sil|33 29 15 16 16 17 22 17 14 16 16 15 23 18 14 9 20 16 16 18 16 27 31|0.0|5.035 +007964|sil ta1 ti2 chu1 zhen3 duan4 dan1 sp1 biao3 shi4 zi4 ji3 de5 zuo3 xi1 you4 shou2 zhou3 dou1 cuo4 shang1 sil|sil 他 提 出 诊 断 单 sp1 表 示 自 己 的 左 膝 右 手 肘 都 挫 伤 sil|29 17 15 18 15 15 26 6 18 20 12 11 17 23 26 19 17 21 13 19 29 34|0.0|4.875 +007965|sil liang3 wei4 tan1 guan1 de5 zi4 wo3 pou1 xi1 ru4 gu3 san1 fen1 sp1 gei3 zai4 chang2 zhe3 yi3 shen1 ke4 de5 zhen4 han4 sil|sil 两 位 贪 官 的 自 我 剖 析 入 骨 三 分 sp1 给 在 场 者 以 深 刻 的 震 撼 sil|32 15 12 21 17 14 13 11 18 21 16 16 20 22 29 17 14 21 25 15 22 15 8 20 29 34|0.0|5.77 +007966|sil ta1 zhi3 huo2 dao4 le5 wu3 shi2 liu4 sui4 sp1 shi4 ai2 zheng4 duo2 zou3 le5 ta1 de5 sheng1 ming4 sil|sil 他 只 活 到 了 五 十 六 岁 sp1 是 癌 症 夺 走 了 他 的 生 命 sil|33 17 14 17 15 11 14 10 19 23 16 14 22 24 16 14 9 18 7 19 24 28|0.0|4.455 +007967|sil shi4 yi4 kuan2 hen3 bang4 de5 shou3 ji1 sp1 ji2 gong1 neng2 xing4 jia4 bi3 sp1 yan2 zhi2 yu3 yi4 shen1 sil|sil 是 一 款 很 棒 的 手 机 sp1 集 功 能 性 价 比 sp1 颜 值 与 一 身 sil|33 16 12 23 21 17 8 17 25 19 26 19 31 25 19 21 14 19 19 11 11 31 34|0.0|5.465 +007968|sil san1 yao1 er4 guo2 dao4 ma2 jie1 ling3 duan4 shan1 ti3 ta1 fang1 che1 liang4 bei4 mai2 sil|sil 三 幺 二 国 道 麻 街 岭 段 山 体 塌 方 车 辆 被 埋 sil|34 17 12 18 16 21 19 12 20 22 18 12 18 24 15 15 13 33 33|0.0|4.32 +007969|sil yu3 li2 jing4 tui4 shui4 xiang1 bi3 sp1 li2 dao2 mian3 shui4 you1 hui4 fu2 du4 geng4 da4 sil|sil 与 离 境 退 税 相 比 sp1 离 岛 免 税 优 惠 幅 度 更 大 sil|29 18 15 18 16 15 23 24 18 14 14 20 25 17 14 15 12 18 23 33|0.0|4.425 +007970|sil ni3 kan4 ta1 shang4 ke4 sp1 duo1 ren4 zhen1 na5 sil|sil 你 看 他 上 课 sp1 多 认 真 哪 sil|33 9 16 13 21 22 6 16 18 17 25 29|0.0|2.615 +007971|sil bao4 gao4 cheng1 sp1 quan2 qiu2 shi1 ye4 ren2 shu4 sp1 er4 ling2 yi1 wu3 jiang1 zeng1 zhi4 er4 dian3 ling2 ba1 yi4 sil|sil 报 告 称 sp1 全 球 失 业 人 数 sp1 二 零 一 五 将 增 至 二 点 零 八 亿 sil|30 15 14 28 16 21 17 13 15 18 23 14 11 15 14 23 21 18 17 19 15 19 20 23 27|0.0|5.41 +007972|sil li3 de2 ming2 fa1 xian4 sp1 li3 mian4 hai2 you3 yi4 tou2 zhu1 er5 zai4 li3 mian4 heng1 heng5 ji1 ji1 sil|sil 李 德 明 发 现 sp1 里 面 还 有 一 头 猪 儿 在 里 面 哼 哼 唧 唧 sil|32 15 12 18 18 23 24 12 19 14 10 9 18 16 23 13 13 22 19 15 15 26 30|0.0|4.835 +007973|sil zhang1 xian1 sheng5 de5 wo4 shi4 bing4 bu4 kuan1 chang3 sp1 dian4 nao3 zhuo1 he2 chuang2 li2 de5 hen3 jin4 sil|sil 张 先 生 的 卧 室 并 不 宽 敞 sp1 电 脑 桌 和 床 离 得 很 近 sil|32 21 16 14 6 18 21 17 10 22 26 22 15 15 19 13 28 16 7 19 25 29|0.0|4.775 +007974|sil er2 xian4 chang3 de5 qiu2 yuan2 sp1 dou1 jiang1 zi4 ji3 de5 tou2 kui1 zhai1 xia4 sp1 di1 xia4 tou2 lu2 sil|sil 而 现 场 的 球 员 sp1 都 将 自 己 的 头 盔 摘 下 sp1 低 下 头 颅 sil|34 17 21 15 8 18 25 4 13 19 11 10 9 18 15 18 24 16 14 16 20 27 29|0.0|4.65 +007975|sil san1 jian1 zhuan1 qi4 de5 wa3 fang2 sp1 li3 mian4 la1 ji1 bian4 di4 sp1 xian3 de5 shi2 fen1 ang1 zang1 sil|sil 三 间 砖 砌 的 瓦 房 sp1 里 面 垃 圾 遍 地 sp1 显 得 十 分 肮 脏 sil|36 20 19 16 12 9 18 31 8 14 23 17 12 21 20 8 23 14 14 13 19 27 31|0.0|4.94 +007976|sil mei3 ci4 nai3 nai5 qu4 tan4 wang4 sp1 ta1 dou1 zuan4 zhe5 nai3 nai5 de5 shou2 zhi3 tou5 bu2 fang4 sil|sil 每 次 奶 奶 去 探 望 sp1 她 都 攥 着 奶 奶 的 手 指 头 不 放 sil|30 16 15 14 13 12 20 20 16 16 14 17 9 13 14 8 18 13 18 13 24 34|0.0|4.26 +007977|sil yan2 zhong4 han2 ke3 de5 dong4 ting2 hu2 hu2 rong2 ji2 hu2 mian4 mian4 ji5 sp1 ye3 you2 suo3 zeng1 jia1 sil|sil 严 重 喊 渴 的 洞 庭 湖 湖 容 及 湖 面 面 积 sp1 也 有 所 增 加 sil|33 21 17 21 15 9 16 18 23 20 30 19 16 19 20 18 11 11 16 15 18 25 32|0.0|5.14 +007978|sil di4 yi1 lei4 sp1 shi4 tou2 zi1 ke4 zai4 xin1 fang2 kai1 pan2 shi2 sp1 ji2 gou4 ru4 de5 fang2 chan3 sil|sil 第 一 类 sp1 是 投 资 客 在 新 房 开 盘 时 sp1 即 购 入 的 房 产 sil|31 13 13 24 4 19 18 14 21 20 20 18 15 19 23 4 19 17 12 9 20 30 30|0.0|4.8 +007979|sil bing4 yu2 liang3 guo2 ju3 xing2 gao1 feng1 hui4 sp1 xiu1 bu3 ji2 ji2 ke3 wei1 de5 wai4 jiao1 guan1 xi5 sil|sil 并 与 两 国 举 行 高 峰 会 sp1 修 补 岌 岌 可 危 的 外 交 关 系 sil|31 17 12 23 19 12 18 14 16 22 21 23 17 14 13 19 14 10 14 16 18 23 31|0.0|4.845 +007980|sil jing3 fang1 cheng1 sp1 sheng4 xia4 ku4 re4 nan2 nai4 sp1 hen3 duo1 ren2 dao4 jiang1 he2 you2 yong3 jie2 shu3 sil|sil 警 方 称 sp1 盛 夏 酷 热 难 耐 sp1 很 多 人 到 江 河 游 泳 解 暑 sil|33 20 16 29 5 24 22 19 12 19 24 22 14 13 16 16 18 19 17 15 19 31 27|0.0|5.225 +007981|sil tou2 ru4 bu4 zu2 sp1 qu1 yu4 feng1 suo2 deng3 wen4 ti2 sp1 zhi4 yue1 le5 tu2 shu1 ye4 de5 fa1 zhan3 sil|sil 投 入 不 足 sp1 区 域 封 锁 等 问 题 sp1 制 约 了 图 书 业 的 发 展 sil|31 20 15 16 26 8 22 14 17 17 13 16 24 16 18 15 13 17 14 12 7 20 28 30|0.0|4.975 +007982|sil kan4 dao4 you3 ren2 wei2 guan1 sp1 ma2 jiang4 tan1 tan1 zhu3 an4 shi4 nv3 hai2 de5 lao3 lao5 chu1 lai2 sil|sil 看 到 有 人 围 观 sp1 麻 将 摊 摊 主 暗 示 女 孩 的 姥 姥 出 来 sil|29 19 14 12 14 15 24 19 14 15 14 21 20 19 16 16 17 8 16 15 19 24 34|0.0|4.81 +007983|sil mei3 fang1 jiang1 quan2 li4 niu2 zhuan3 lv4 xi2 lan2 de5 shi4 jian4 zhe4 yi4 qu1 shi4 sil|sil 美 方 将 全 力 扭 转 绿 袭 蓝 的 事 件 这 一 趋 势 sil|31 18 25 20 18 13 18 27 19 14 20 10 17 19 13 10 19 25 31|0.0|4.26 +007984|sil liang3 ge4 ren2 bian4 tui1 sang2 qi3 lai2 sp1 dan4 wan4 zheng4 hong2 bing4 mei2 you2 da3 ren2 sil|sil 两 个 人 便 推 搡 起 来 sp1 但 万 正 红 并 没 有 打 人 sil|30 20 8 21 17 17 19 12 24 26 20 19 15 29 15 8 13 18 27 28|0.0|4.48 +007985|sil zai4 xian4 wei4 sheng1 ju2 de5 zhi2 jie1 ling2 dao3 xia4 sp1 zhu2 xiang1 zhu2 zhen4 gai3 jian4 sp1 he2 kuo4 jian4 wei4 sheng1 yuan4 sil|sil 在 县 卫 生 局 的 直 接 领 导 下 sp1 逐 乡 逐 镇 改 建 sp1 和 扩 建 卫 生 院 sil|30 22 18 12 17 11 9 13 12 17 16 24 25 19 24 16 15 18 25 18 18 21 14 12 18 25 32|0.0|5.815 +007986|sil en1 shi1 li3 shuang1 jiang1 yin1 gu4 bu4 neng2 dao4 zhen4 sp1 ye3 fa1 lai2 shi4 pin2 zhu4 fu2 sil|sil 恩 师 李 双 江 因 故 不 能 到 阵 sp1 也 发 来 视 频 祝 福 sil|31 15 18 16 20 26 18 19 10 13 18 23 18 14 16 16 15 17 16 29 32|0.0|4.64 +007987|sil ta1 mei2 mao5 shu4 qi3 lai2 sp1 shuang1 bi4 hu4 bao4 sp1 ju4 jue2 bie2 ren2 kao4 jin4 sil|sil 他 眉 毛 竖 起 来 sp1 双 臂 护 抱 sp1 拒 绝 别 人 靠 近 sil|30 15 17 18 18 15 21 13 24 14 20 22 6 18 16 10 15 20 22 31|0.0|4.24 +007988|sil zuo2 tian1 sp1 qian2 men2 bu4 fen4 shang1 pu4 sp1 da3 chu1 chao1 di1 jia4 kao3 ya1 zhao1 pai2 sil|sil 昨 天 sp1 前 门 部 分 商 铺 sp1 打 出 超 低 价 烤 鸭 招 牌 sil|33 16 28 7 22 19 11 14 19 21 8 16 21 21 14 20 18 16 16 30 32|0.0|4.67 +007989|sil kan4 dao4 lao3 ren2 chi1 de5 kuai4 chi1 de5 bao3 sp1 han2 feng4 ying1 lian3 shang4 jiu4 gua4 man3 xiao4 rong2 sil|sil 看 到 老 人 吃 得 快 吃 得 饱 sp1 韩 凤 英 脸 上 就 挂 满 笑 容 sil|31 19 10 17 21 19 10 27 17 12 28 22 14 16 15 18 23 13 16 16 23 30 35|0.0|5.245 +007990|sil chen2 ji4 le5 yi2 xia4 sp1 na4 mei4 zhi3 ku1 sang4 zhe5 lian3 shuo1 sp1 rou4 sil|sil 沉 寂 了 一 下 sp1 那 妹 纸 哭 丧 着 脸 说 sp1 肉 sil|32 21 12 13 11 27 6 12 17 17 19 17 8 19 31 9 34 29|0.0|3.88 +007991|sil xin1 lang2 zai4 yin2 shi1 yi4 shou3 sp1 xin1 niang2 zhe4 cai2 wei1 xiao4 dian3 tou2 fang4 xia4 tuan2 shan4 sil|sil 新 郎 再 吟 诗 一 首 sp1 新 娘 这 才 微 笑 点 头 放 下 团 扇 sil|32 20 23 22 13 15 14 28 11 21 23 16 23 12 16 17 26 21 15 20 24 31|0.0|5.145 +007992|sil xian4 zai4 xiang2 xiang2 sp1 gan3 jue2 shi4 zai4 shuai3 mai4 sil|sil 现 在 想 想 sp1 感 觉 是 在 甩 卖 sil|29 21 13 20 28 4 19 16 14 13 19 27 32|0.0|2.965 +007993|sil na4 jiu4 shi4 tou1 ji1 bu4 cheng2 shi2 ba2 mi3 sil|sil 那 就 是 偷 鸡 不 成 蚀 把 米 sil|33 16 14 20 20 15 12 23 19 14 30 33|0.0|2.89 +007994|sil bin1 ke4 ming2 dan1 hai2 zai4 cao2 ni3 zhong1 sp1 bing4 ke3 neng2 you2 suo2 gai3 bian4 sil|sil 宾 客 名 单 还 在 草 拟 中 sp1 并 可 能 有 所 改 变 sil|31 16 13 21 21 16 13 19 17 25 15 17 13 16 14 15 19 25 33|0.0|4.17 +007995|sil ta1 men5 fan1 kai1 le5 xin1 zhong1 guo2 tun2 ken2 shi3 shang4 zhan3 xin1 de5 yi2 ye4 sil|sil 他 们 翻 开 了 新 中 国 屯 垦 史 上 崭 新 的 一 页 sil|32 13 12 19 18 17 18 15 17 18 19 16 26 19 16 10 15 24 30|0.0|4.105 +007996|sil guo4 qu4 jiang1 du2 shu1 zuo4 wei2 xiu1 shen1 yang3 xing4 de5 tu2 jing4 sp1 you3 dao4 li3 sil|sil 过 去 将 读 书 作 为 修 身 养 性 的 途 径 sp1 有 道 理 sil|31 16 26 21 12 17 15 16 17 18 17 16 8 19 21 6 16 19 24 31|0.0|4.245 +007997|sil zu3 zhi1 li4 liang4 bang1 zhu4 nong2 min2 shou1 ge1 gan1 zhe4 sp1 gao2 hao3 yun4 shu1 sil|sil 组 织 力 量 帮 助 农 民 收 割 甘 蔗 sp1 搞 好 运 输 sil|31 18 11 16 28 16 10 18 22 20 12 22 18 9 17 18 17 29 28|0.0|4.175 +007998|sil wo3 men5 de5 sheng1 huo2 zhen1 shi4 bi3 mi4 hai2 tian2 na5 sil|sil 我 们 的 生 活 真 是 比 蜜 还 甜 呐 sil|31 9 9 9 22 23 17 19 13 25 19 25 26 26|0.0|3.165 +007999|sil ke3 shi4 sp1 wo3 xian4 chang3 yao1 qiu2 jing3 cha2 hui2 bi4 sp1 ta1 bu4 ken2 zou3 sil|sil 可 是 sp1 我 现 场 要 求 警 察 回 避 sp1 他 不 肯 走 sil|29 17 25 16 12 19 15 15 18 15 18 20 17 10 15 12 20 30 30|0.0|4.095 +008000|sil ran2 lao3 han4 deng3 dai4 yi2 shang4 wu3 hou4 sp1 deng3 lai2 le5 yi2 ge5 cai4 fan4 sil|sil 冉 老 汉 等 待 一 上 午 后 sp1 等 来 了 一 个 菜 贩 sil|30 18 13 24 15 14 10 20 11 22 17 12 13 10 11 9 21 26 28|0.0|3.765 +008001|sil yi2 ge4 nan2 ren5 tui2 ran2 de5 zuo4 zai4 pang2 bian1 sp1 mu4 guang1 dai1 zhi4 sil|sil 一 个 男 人 颓 然 地 坐 在 旁 边 sp1 目 光 呆 滞 sil|30 14 10 19 20 19 25 12 14 14 22 26 5 15 17 17 26 34|0.0|3.93 +008002|sil xi3 huan1 ba2 li3 ao2 de5 shu1 cha1 zai4 niu2 zai3 ku4 de5 qian2 mian4 sil|sil 喜 欢 把 李 敖 的 书 插 在 牛 仔 裤 的 前 面 sil|31 16 19 16 16 18 11 26 21 19 18 16 13 9 23 27 29|0.0|3.81 +008003|sil zha4 yan3 yi2 kan4 sp1 xiang2 qi3 de5 shi4 guang3 zhou1 de5 qu1 hao4 ling2 er4 ling2 sil|sil 乍 眼 一 看 sp1 想 起 的 是 广 州 的 区 号 零 二 零 sil|31 21 13 13 31 11 23 17 17 19 20 13 9 18 23 15 17 31 31|0.0|4.33 +008004|sil ci3 qian2 sp1 qing1 hua2 zi3 guang1 jiu4 ceng2 zao1 yu4 guo4 tong2 yang4 de5 wei1 ji1 sil|sil 此 前 sp1 清 华 紫 光 就 曾 遭 遇 过 同 样 的 危 机 sil|25 20 33 3 23 16 17 28 15 16 14 11 14 20 15 7 17 27 30|0.0|4.075 +008005|sil bu2 tai4 ming2 bai5 shen2 me5 yi4 si5 sil|sil 不 太 明 白 什 么 意 思 sil|30 13 19 19 17 13 8 18 26 30|0.0|2.235 +008006|sil hai2 you3 bu4 fen4 dan1 bao3 gong1 si1 she4 ji2 chao2 gu3 pei4 zi1 ye4 wu4 sil|sil 还 有 部 分 担 保 公 司 涉 及 炒 股 配 资 业 务 sil|30 14 20 13 16 13 15 16 24 23 26 28 17 20 16 17 23 27|0.0|4.155 +008007|sil yi2 ge4 li2 xiang3 de5 yi1 liao2 bao2 xian2 ti3 xi4 ying1 gai1 shi4 zen3 yang4 de5 sil|sil 一 个 理 想 的 医 疗 保 险 体 系 应 该 是 怎 样 的 sil|32 13 16 16 19 6 13 16 14 18 21 26 17 14 15 18 25 21 29|0.0|4.05 +008008|sil tong2 shi2 dui4 yue4 juan4 dian3 sp1 shi2 xing2 quan2 cheng2 duo1 jiao3 du4 jian1 kong4 sil|sil 同 时 对 阅 卷 点 sp1 实 行 全 程 多 角 度 监 控 sil|29 21 22 20 15 19 24 5 18 27 27 28 14 18 13 19 28 31|0.0|4.39 +008009|sil you3 yi2 ju4 hua4 jiao4 sp1 yuan2 heng1 li4 zhen1 sp1 shi4 yi4 jing1 shang4 de5 yi2 ge5 gua4 sil|sil 有 一 句 话 叫 sp1 元 亨 利 贞 sp1 是 易 经 上 的 一 个 卦 sil|30 17 8 15 21 30 9 20 22 18 29 17 24 16 18 21 9 12 13 31 29|0.0|4.75 +008010|sil zhe4 shi4 di4 zhen4 zhong1 kai1 lie4 de5 sp1 da4 mei2 gou1 sp1 mei2 kuang4 feng1 dong4 sil|sil 这 是 地 震 中 开 裂 的 sp1 大 煤 沟 sp1 煤 矿 风 峒 sil|31 15 22 14 18 19 20 20 19 7 14 19 23 10 16 22 19 23 27|0.0|4.16 +008011|sil ta1 men5 zhi3 bu2 guo4 shi4 zai4 zhuo1 lie4 de5 hua4 hu2 lu5 ba4 le5 sil|sil 他 们 只 不 过 是 在 拙 劣 地 画 葫 芦 罢 了 sil|27 16 13 14 10 19 16 17 17 13 12 18 21 14 21 20 29|0.0|3.445 +008012|sil er2 dao4 er4 ling2 jiu3 ling2 nian2 sp1 zhe4 yi4 ke3 neng2 xing4 sp1 ze2 jiang1 gao1 da2 bai3 fen1 zhi1 jiu3 shi2 sil|sil 而 到 二 零 九 零 年 sp1 这 一 可 能 性 sp1 则 将 高 达 百 分 之 九 十 sil|31 19 22 14 18 15 18 31 15 15 8 13 18 24 8 18 20 18 20 15 12 11 20 29 31|0.0|5.38 +008013|sil yu3 xiang2 ku3 xiao4 shuo1 sp1 ni2 xie3 de5 gan4 ma2 rang4 wo3 kan4 sil|sil 雨 翔 苦 笑 说 sp1 你 写 的 干 吗 让 我 看 sil|31 13 28 17 23 29 29 15 19 15 14 13 16 16 32 31|0.0|3.955 +008014|sil liu2 ben3 yun2 shuo1 sp1 lai2 ta1 jia1 li3 de5 shi2 hou4 sp1 zhao4 xiao3 qi2 chuan1 zhe5 bu3 ding1 ku4 zi5 sil|sil 刘 本 云 说 sp1 来 他 家 里 的 时 候 sp1 赵 小 齐 穿 着 补 丁 裤 子 sil|30 17 14 18 29 22 14 16 15 11 10 17 22 11 17 17 24 21 10 16 17 24 23 33|0.0|5.2 +008015|sil guo1 bin1 yi2 kan4 ye4 bu4 mian2 de5 zhao1 pai5 sp1 jue2 de5 hao3 xiang4 jian4 dao4 guo4 sp1 xiang2 qi3 shi2 sp1 ba3 zi4 ji3 xia4 yi2 tiao4 sil|sil 郭 斌 一 看 夜 不 眠 的 招 牌 sp1 觉 得 好 像 见 到 过 sp1 想 起 时 sp1 把 自 己 吓 一 跳 sil|35 18 22 15 25 15 10 16 8 20 28 5 16 10 15 18 19 17 24 26 21 15 22 7 15 12 12 23 11 32 30|0.0|6.525 +008016|sil bu2 guo4 sp1 zhe4 lao2 liang2 kou3 ping2 shi2 hen3 ai4 tao1 er3 duo5 sp1 lao3 liang2 you3 kong4 sp1 hai2 xi3 huan1 qu4 xiao2 li3 fa4 dian4 sil|sil 不 过 sp1 这 老 两 口 平 时 很 爱 掏 耳 朵 sp1 老 梁 有 空 sp1 还 喜 欢 去 小 理 发 店 sil|30 13 27 6 14 18 21 27 16 13 15 17 19 19 23 31 13 19 16 25 4 15 13 18 17 20 13 18 25 32|0.0|6.47 +008017|sil dan4 ye4 nei4 fen1 xi1 shi1 ye3 dui4 zheng4 ce4 xiao1 xi5 sp1 dui4 zi1 ben3 shi4 chang3 de5 ci4 ji1 chi2 jin3 shen4 tai4 du4 sil|sil 但 业 内 分 析 师 也 对 政 策 消 息 sp1 对 资 本 市 场 的 刺 激 持 谨 慎 态 度 sil|23 27 12 14 15 15 25 19 17 16 14 21 25 15 19 14 15 15 25 11 21 24 23 17 20 21 25 26|0.0|6.205 +008018|sil mu4 qian2 zhao4 shi4 che1 reng2 heng2 gen4 yu2 lu4 zhong1 jian1 sp1 shi4 fa1 lu4 duan4 reng2 zhi3 neng2 wei2 chi2 ban4 fu2 jiao1 tong1 sil|sil 目 前 肇 事 车 仍 横 亘 于 路 中 间 sp1 事 发 路 段 仍 只 能 维 持 半 幅 交 通 sil|34 13 26 16 13 31 20 24 20 15 17 18 30 47 15 14 17 29 20 11 15 13 20 18 16 18 31 32|0.0|6.89 +008019|sil ji4 zhe2 zi3 xi4 cha2 ting1 le5 liang3 ge5 hao4 ma3 de5 zi4 dong4 yu3 yin1 fu2 wu4 sp1 fa1 xian4 di2 que4 you2 suo3 bu4 tong2 sil|sil 记 者 仔 细 查 听 了 两 个 号 码 的 自 动 语 音 服 务 sp1 发 现 的 确 有 所 不 同 sil|30 19 23 14 15 21 20 14 17 9 15 21 13 16 14 17 11 16 24 20 15 23 14 20 11 15 11 35 35|0.0|6.125 +008020|sil guo2 xue2 re4 sp1 zheng4 zai4 gan2 ran3 zhe5 geng4 duo1 tiao2 jian4 cen1 ci1 bu4 qi2 de5 you4 er2 yuan2 sil|sil 国 学 热 sp1 正 在 感 染 着 更 多 条 件 参 差 不 齐 的 幼 儿 园 sil|28 18 19 24 11 18 12 15 20 20 19 14 19 17 17 13 14 22 10 12 16 33 30|0.0|4.89 +008021|sil zhi1 hou4 dan1 zheng4 zhu3 jue2 sp1 dan4 ye3 zi4 ci2 yu3 du2 jie2 yuan2 sil|sil 之 后 担 正 主 角 sp1 但 也 自 此 与 毒 结 缘 sil|29 17 22 16 15 16 30 10 12 16 17 18 20 18 18 31 30|0.0|3.895 +008022|sil wo3 bai2 fei4 le5 li4 qi5 sp1 hai2 ai2 le5 ba4 ba5 de5 pi1 ping5 sil|sil 我 白 费 了 力 气 sp1 还 挨 了 爸 爸 的 批 评 sil|36 12 18 18 10 19 23 7 17 17 12 16 13 9 21 33 30|0.0|3.605 +008023|sil ru2 ci3 can2 ren3 de5 xing2 wei2 rang4 ren2 cheng1 mu4 jie2 she2 sil|sil 如 此 惨 忍 的 行 为 让 人 瞠 目 结 舌 sil|27 19 18 18 13 8 19 22 17 16 19 15 18 35 30|0.0|3.41 +008024|sil ta1 zhu4 shi4 xiao3 mei4 sp1 gan3 dao4 ta1 yi2 fu4 yu4 zui4 de5 yang4 zi5 sp1 dan3 geng4 da4 le5 sp1 ce4 shen1 ba3 tou2 tan4 guo4 qu4 sil|sil 他 注 视 小 妹 sp1 感 到 她 一 副 欲 醉 的 样 子 sp1 胆 更 大 了 sp1 侧 身 把 头 探 过 去 sil|32 19 16 14 19 24 16 16 14 23 13 18 16 16 7 24 22 19 19 19 18 19 17 21 23 15 15 24 13 26 32|0.0|6.84 +008025|sil zhe4 zhong3 kong4 zhi4 yu3 li4 yong4 sp1 you3 qi2 te4 ding4 de5 nei4 han2 sil|sil 这 种 控 制 与 利 用 sp1 有 其 特 定 的 内 涵 sil|31 17 22 28 20 13 22 24 9 16 19 19 14 7 19 34 30|0.0|3.995 +008026|sil di4 er4 tian1 yi4 zao2 xing3 lai2 hou4 sp1 wo3 jiu4 bei4 dai4 qu4 jing3 cha2 nar4 r zuo4 diao4 cha2 sil|sil 第 二 天 一 早 醒 来 后 sp1 我 就 被 带 去 警 察 那 儿 做 调 查 sil|30 9 19 21 12 16 17 16 26 11 14 12 14 14 16 17 19 25 0 14 17 34 31|0.0|4.685 +008027|sil wu2 pei4 yu4 shuo1 sp1 you3 ren2 wen4 sp1 wu2 meng4 chao1 shen1 ti3 na4 me5 hao3 sp1 shi4 bu2 shi4 chi1 shen2 me5 bu2 pin3 a5 sil|sil 吴 佩 煜 说 sp1 有 人 问 sp1 吴 孟 超 身 体 那 么 好 sp1 是 不 是 吃 什 么 补 品 啊 sil|32 12 20 17 30 13 11 15 24 20 9 20 23 19 12 18 13 27 14 14 9 16 17 13 10 16 25 25 31|0.0|6.09 +008028|sil gong1 an1 ji1 guan1 chu1 bu4 cha2 ming2 sp1 an4 jian4 shi4 you2 bai2 jia1 mao3 mei2 kuang4 kuang4 quan2 jiu1 fen1 yin3 fa1 de5 sil|sil 公 安 机 关 初 步 查 明 sp1 案 件 是 由 白 家 峁 煤 矿 矿 权 纠 纷 引 发 的 sil|32 11 14 12 22 18 12 20 29 21 18 21 15 20 15 14 23 21 25 22 21 14 15 16 22 20 30|0.0|6.07 +008029|sil yi3 qian2 sp1 ta1 jiu4 you3 guo4 ji3 ci4 bei4 he2 nan2 sheng3 dui4 tui4 hui2 de5 jing1 li4 sp1 li3 you2 ye3 shi4 tai4 ai3 sil|sil 以 前 sp1 她 就 有 过 几 次 被 河 南 省 队 退 回 的 经 历 sp1 理 由 也 是 太 矮 sil|33 13 32 9 16 11 11 14 18 23 17 12 15 21 15 20 14 10 19 22 18 18 22 15 12 20 31 31|0.0|5.95 +008030|sil bu4 sui4 zhong1 jia1 za2 zhe5 su4 liao4 dai4 fei4 zhi3 pian4 deng3 sp1 bu2 dan4 ang1 zang1 sp1 hai2 san4 fa1 ci4 bi2 yi4 wei4 sil|sil 布 碎 中 夹 杂 着 塑 料 袋 废 纸 片 等 sp1 不 但 肮 脏 sp1 还 散 发 刺 鼻 异 味 sil|29 17 18 21 20 18 17 14 17 27 16 13 24 24 17 10 13 21 24 14 13 17 19 18 14 16 25 29|0.0|6.1 +008031|sil zai4 jiang1 xi1 jiu3 jiang1 sp1 lao3 shi1 jiang1 yi4 ming2 xue2 sheng1 de5 er3 duo5 gei2 ning3 duan4 sp1 xia4 dai1 quan2 ban1 hai2 zi5 sil|sil 在 江 西 九 江 sp1 老 师 将 一 名 学 生 的 耳 朵 给 拧 断 sp1 吓 呆 全 班 孩 子 sil|33 19 16 15 17 28 21 13 18 14 10 17 16 14 7 22 16 12 21 24 11 24 16 20 15 22 21 31|0.0|5.955 +008032|sil mei3 zhong1 chu2 li3 fen1 qi2 de5 fang1 shi4 jiong3 yi4 sil|sil 美 中 处 理 分 歧 的 方 式 迥 异 sil|28 19 21 18 14 18 13 10 19 18 22 26 29|0.0|2.96 +008033|sil xian4 zai4 sp1 ta1 bu4 neng2 pao1 qi4 ke4 qin1 zu2 sil|sil 现 在 sp1 她 不 能 抛 弃 克 钦 族 sil|32 22 25 4 17 10 16 18 17 16 21 28 29|0.0|2.96 +008034|sil shen2 me5 ji4 fu4 yue4 fu4 sp1 wo3 shi4 ta1 qin1 die1 sil|sil 什 么 继 父 岳 父 sp1 我 是 他 亲 爹 sil|30 24 20 24 20 22 27 21 12 12 16 23 27 29|0.0|3.56 +008035|sil jie3 mei4 lia3 yi4 bian1 shang2 jing3 sp1 yi4 bian1 shuo1 xiao4 sil|sil 姐 妹 俩 一 边 赏 景 sp1 一 边 说 笑 sil|28 17 15 25 13 17 23 28 9 11 14 19 30 30|0.0|3.24 +008036|sil ben2 wang3 dian4 hua4 sp1 ba1 ling2 ba1 ba1 jiu3 yao1 ba1 er4 sil|sil 本 网 电 话 sp1 八 零 八 八 九 幺 八 二 sil|28 14 19 16 27 8 15 16 16 20 19 16 16 23 33|0.0|3.315 +008037|sil an3 ren4 shi5 de5 you3 ren2 sp1 zhi2 jie1 la1 gei2 ni3 sil|sil 俺 认 识 的 有 人 sp1 直 接 拉 给 你 sil|25 18 17 14 10 14 27 6 17 13 21 14 30 26|0.0|2.92 +008038|sil ta1 shi4 zhi1 wa4 che1 jian1 de5 yi2 wei4 zhu3 ban1 zhang3 sil|sil 她 是 织 袜 车 间 的 一 位 主 班 长 sil|29 19 21 15 16 18 19 10 12 13 17 17 27 33|0.0|3.09 +008039|sil cong2 wei4 qiao2 qu3 hao2 duo2 sp1 wei4 shang1 tian1 hai4 li3 sil|sil 从 未 巧 取 豪 夺 sp1 未 伤 天 害 理 sil|28 23 15 18 14 21 25 7 16 17 16 19 27 32|0.0|3.225 +008040|sil bu4 hao3 ba5 sp1 jie2 shi2 jian3 fei2 hen3 tong4 ku3 sil|sil 不 好 吧 sp1 节 食 减 肥 很 痛 苦 sil|28 13 23 23 11 16 14 17 19 20 24 31 31|0.0|3.13 +008041|sil ni3 zhi1 qian2 qiang2 lie4 fan3 dui4 zao4 cheng2 yun4 dong4 sil|sil 你 之 前 强 烈 反 对 造 城 运 动 sil|32 12 15 24 21 13 18 14 17 21 20 24 32|0.0|3.055 +008042|sil zhe4 jiu4 xiang1 dang1 yu2 jiang1 duo4 tai1 he2 fa3 hua4 sil|sil 这 就 相 当 于 将 堕 胎 合 法 化 sil|29 15 12 19 20 20 26 16 23 20 23 31 29|0.0|3.29 +008043|sil ru2 guo2 dang3 de5 ji1 ben3 lu4 xian4 cuo4 le5 sp1 wo3 men5 de5 shi4 ye4 jiu4 zao1 shou4 cuo4 zhe2 he2 shi1 bai4 sil|sil 如 果 党 的 基 本 路 线 错 了 sp1 我 们 的 事 业 就 遭 受 挫 折 和 失 败 sil|34 13 20 20 11 13 14 15 19 22 19 17 10 10 9 20 23 17 18 19 24 18 14 17 28 31|0.0|5.51 +008044|sil zui4 chang2 jian4 de5 cai4 shi4 ga1 li5 sp1 shi4 cong2 lin2 guo2 yin4 du4 si1 li3 lan2 ka3 chuan2 ru4 de5 sil|sil 最 常 见 的 菜 是 咖 喱 sp1 是 从 邻 国 印 度 斯 里 兰 卡 传 入 的 sil|23 18 25 14 9 23 14 20 20 30 15 18 19 16 27 20 15 12 20 19 20 22 16 27|0.0|5.36 +008045|sil gao1 ceng2 jian4 zhu4 de5 shi4 nei4 xiao1 huo3 shuan1 xiang1 nei4 sp1 jiang1 she4 zhi4 xiao1 fang2 ruan2 guan3 juan4 pan2 sil|sil 高 层 建 筑 的 室 内 消 火 栓 箱 内 sp1 将 设 置 消 防 软 管 卷 盘 sil|24 18 20 20 19 13 16 14 17 15 19 21 23 18 21 19 24 27 19 24 17 20 31 27|0.0|5.645 +008046|sil wo2 xiang3 sp1 na4 xie1 ying1 gai1 shi4 cao3 mei2 de5 zhong3 zi5 ba5 sil|sil 我 想 sp1 那 些 应 该 是 草 莓 的 种 子 吧 sil|31 12 32 3 14 13 16 17 16 21 15 10 22 15 19 29|0.0|3.31 +008047|sil zi4 ci3 sp1 fang2 nu2 zai4 zhong1 guo2 cheng2 wei2 yi2 ge4 te4 you3 ming2 ci2 sil|sil 自 此 sp1 房 奴 在 中 国 成 为 一 个 特 有 名 词 sil|29 18 32 10 24 22 16 17 22 17 11 13 14 22 12 20 33 31|0.0|4.215 +008048|sil zheng4 wei3 rui4 shuang1 lin2 gao4 su4 ji4 zhe3 sp1 zai4 zhe4 li3 sp1 wo3 men5 yi4 ju2 shou3 yi4 tou2 zu2 sp1 dou1 guan1 hu1 wo3 jun1 de5 xing2 xiang4 sil|sil 政 委 芮 双 林 告 诉 记 者 sp1 在 这 里 sp1 我 们 一 举 手 一 投 足 sp1 都 关 乎 我 军 的 形 象 sil|31 20 19 17 19 17 15 10 17 25 12 17 13 23 13 10 12 15 19 29 12 21 27 13 15 18 18 14 15 9 20 28 33|0.0|6.92 +008049|sil dan4 yan3 qian2 de5 za1 dao4 shang4 sp1 gong1 ren2 men5 sp1 hai2 zai4 mang2 zhe5 an1 zhuang1 dao4 lu4 fang1 xiang4 biao1 sil|sil 但 眼 前 的 匝 道 上 sp1 工 人 们 sp1 还 在 忙 着 安 装 道 路 方 向 标 sil|31 17 18 16 9 17 19 21 17 15 16 19 3 18 11 22 9 22 20 15 12 16 20 29 32|0.0|5.16 +008050|sil yi2 xiang4 yi4 fen1 qian2 dou1 yao4 bai1 cheng2 liang3 ban4 hua1 de5 fu4 qin5 sp1 wei4 le5 er2 zi5 da4 bai3 yan4 xi2 sil|sil 一 向 一 分 钱 都 要 掰 成 两 半 花 的 父 亲 sp1 为 了 儿 子 大 摆 宴 席 sil|33 12 32 14 17 23 9 13 14 15 19 17 15 9 17 26 19 10 12 17 18 16 15 18 30 29|0.0|5.44 +008051|sil jie2 zhi4 mu4 qian2 sp1 mei3 jun1 sp1 yi3 xiang4 yi1 an1 quan2 bu4 dui4 sp1 yi2 jiao1 le5 jiu3 ge4 sheng3 de5 fang2 wu4 sil|sil 截 至 目 前 sp1 美 军 sp1 已 向 伊 安 全 部 队 sp1 移 交 了 九 个 省 的 防 务 sil|23 18 11 17 33 15 18 27 5 17 22 24 16 18 16 20 6 15 15 13 19 12 18 7 24 23 26|0.0|5.545 +008052|sil lai2 wang3 de5 gong1 ren5 men5 sp1 kang2 zhe5 gong1 ju4 sp1 tou2 ding3 gai4 zhe5 kuai4 shi1 mao2 jin1 lai2 zhe1 yang2 sil|sil 来 往 的 工 人 们 sp1 扛 着 工 具 sp1 头 顶 盖 着 块 湿 毛 巾 来 遮 阳 sil|31 15 15 7 16 16 19 6 22 10 19 22 12 23 25 16 8 21 14 17 22 16 18 33 29|0.0|5.25 +008053|sil xu1 yao4 piao2 xi3 de5 guo1 wan3 tai4 duo1 sp1 chi2 zi5 li2 shui3 mian4 shang4 de5 pao4 mo4 sp1 yue4 lai2 yue4 duo1 sil|sil 需 要 漂 洗 的 锅 碗 太 多 sp1 池 子 里 水 面 上 的 泡 沫 sp1 越 来 越 多 sil|34 17 14 19 14 9 20 17 20 23 28 19 10 18 18 21 18 8 20 23 4 14 16 16 27 33|0.0|5.575 +008054|sil chai1 xian4 de5 shi2 hou4 sp1 mei2 you3 yong4 ma2 yao4 sp1 xiao3 zeng1 teng2 de5 yao3 ya2 lie2 zui3 sp1 mei2 you3 zhi1 sheng1 sil|sil 拆 线 的 时 候 sp1 没 有 用 麻 药 sp1 小 曾 疼 得 咬 牙 咧 嘴 sp1 没 有 吱 声 sil|35 23 19 7 16 23 4 12 11 15 17 23 28 19 20 20 11 18 14 19 27 9 9 12 16 26 31|0.0|5.615 +008055|sil suo2 yi3 zai4 zhe4 ge5 bu4 fen4 sp1 wa4 zi5 que4 shi2 yi4 yu2 guan2 li3 sp1 tong2 shi2 ta1 ye3 yi4 yu2 wu4 liu2 sil|sil 所 以 在 这 个 部 分 sp1 袜 子 确 实 易 于 管 理 sp1 同 时 它 也 易 于 物 流 sil|33 26 19 15 13 10 15 24 17 22 18 19 14 15 10 20 22 11 19 22 17 10 14 10 16 32 29|0.0|5.715 +008056|sil zhe4 xie1 qi2 wen2 yi4 shi4 sp1 zi4 ran2 shi4 lin2 da4 ge1 qin1 kou3 gao4 su4 de5 sp1 zhen1 jia3 nan2 bian4 sil|sil 这 些 奇 闻 轶 事 sp1 自 然 是 林 大 哥 亲 口 告 诉 的 sp1 真 假 难 辨 sil|32 16 20 17 14 18 24 4 16 17 12 19 16 15 20 17 18 16 14 7 18 16 19 23 30|0.0|5.08 +008057|sil bi3 ru2 dui4 mei3 yuan2 chi2 xu4 bian3 zhi2 de5 yu4 qi1 sil|sil 比 如 对 美 元 持 续 贬 值 的 预 期 sil|31 15 22 16 22 25 17 18 20 13 8 18 28 30|0.0|3.285 +008058|sil ta1 men5 jiu4 xiang4 shi4 bei4 chong3 huai4 de5 hai2 zi5 sil|sil 他 们 就 像 是 被 宠 坏 的 孩 子 sil|33 13 12 14 19 19 13 25 18 7 26 18 31|0.0|2.875 +008059|sil suo2 yi3 zai4 zhe4 dian3 shang4 sp1 you3 yi4 dianr3 r tuo1 jie2 le5 sil|sil 所 以 在 这 点 上 sp1 有 一 点 儿 脱 节 了 sil|33 21 20 14 15 17 29 3 13 7 18 0 21 21 18 33|0.0|3.28 +008060|sil qin1 shen1 ti3 yan4 hou4 sp1 weng1 xi2 sheng1 zai4 ci4 fa1 wen4 sil|sil 亲 身 体 验 后 sp1 翁 习 生 再 次 发 问 sil|23 21 19 16 22 25 15 17 18 26 20 16 20 21 27|0.0|3.555 +008061|sil chen2 shui2 bian3 yao4 xiang3 jiao1 bao3 sp1 hai2 xu1 deng3 dai4 sil|sil 陈 水 扁 要 想 交 保 sp1 还 需 等 待 sil|28 19 18 24 16 17 22 28 5 15 15 20 27 32|0.0|3.325 +008062|sil chen2 li3 dong1 zhi4 dian4 dian4 cheng2 zhen4 bin4 gai3 dui4 sil|sil 陈 李 东 致 电 电 城 镇 殡 改 队 sil|29 18 15 25 18 24 20 22 21 18 18 28 31|0.0|3.33 +008063|sil lai2 gao3 yi2 lv4 bu2 tui4 sp1 qing3 zi4 liu2 di2 gao3 sil|sil 来 稿 一 律 不 退 sp1 请 自 留 底 稿 sil|29 20 22 12 16 13 30 5 28 15 16 14 29 31|0.0|3.25 +008064|sil qian2 zai4 wo2 yan3 zhong1 shi4 hen3 miao2 xiao3 de5 dong1 xi5 sil|sil 钱 在 我 眼 中 是 很 渺 小 的 东 西 sil|27 31 16 10 19 19 16 16 17 17 9 17 27 26|0.0|3.1 +008065|sil bu4 qing1 guo2 sp1 bu4 qing1 cheng2 sp1 qing1 jia1 dang4 chan3 sil|sil 不 倾 国 sp1 不 倾 城 sp1 倾 家 荡 产 sil|27 13 25 27 3 12 21 34 9 27 18 22 36 31|0.0|3.545 +008066|sil zhi1 hou4 sp1 an1 li3 hui4 ju3 xing2 bi4 men2 cuo1 shang1 sil|sil 之 后 sp1 安 理 会 举 行 闭 门 磋 商 sil|31 16 27 3 15 12 20 14 22 12 18 17 31 29|0.0|3.105 +008067|sil bie2 gen1 wo3 shuo1 hua4 sp1 rang4 wo3 yi2 ge4 ren2 dai1 huir4 r sil|sil 别 跟 我 说 话 sp1 让 我 一 个 人 待 会 儿 sil|30 14 13 11 18 28 7 14 10 12 13 15 18 21 0 30|0.0|2.95 +008068|sil xian2 yi2 ren2 zhan4 zai4 gao1 chu4 sp1 shou2 ju3 yi4 gen1 bang4 chui5 sp1 yong4 li4 hui1 wu3 sp1 za2 xiang4 min2 jing3 wang2 jun1 sil|sil 嫌 疑 人 站 在 高 处 sp1 手 举 一 根 棒 槌 sp1 用 力 挥 舞 sp1 砸 向 民 警 王 军 sil|30 20 13 21 15 14 18 27 12 20 11 13 18 21 26 16 18 12 28 21 17 19 17 16 18 20 28 31|0.0|6.27 +008069|sil wo3 de5 nao3 dai4 yi3 jing1 bei4 jie2 xi1 de5 qu3 dai4 sil|sil 我 的 脑 袋 已 经 被 杰 西 的 取 代 sil|29 12 7 23 25 10 16 14 15 16 10 22 26 31|0.0|2.975 +008070|sil zhe4 ye3 zheng4 shi4 se4 lang2 chun2 chun3 yu4 dong4 zhi1 shi2 sil|sil 这 也 正 是 色 狼 蠢 蠢 欲 动 之 时 sil|32 12 15 18 19 22 22 19 18 12 18 15 32 35|0.0|3.35 +008071|sil yi4 qu3 feng1 feng1 huo2 huo3 chuang2 jiu3 zhou1 chang4 bi4 sp1 ta1 you4 huan4 shang4 yi4 yu4 feng1 qing2 de5 xin1 jiang1 ge1 wu3 sil|sil 一 曲 风 风 火 火 闯 九 州 唱 毕 sp1 他 又 换 上 异 域 风 情 的 新 疆 歌 舞 sil|31 15 30 19 19 17 21 22 16 15 24 22 24 14 12 18 20 15 12 18 23 13 18 18 20 25 33|0.0|6.195 +008072|sil na4 xing4 yao2 de5 sp1 shuo1 zhe5 cong2 kou3 dai4 li3 tao1 chu1 yi4 zhang1 zhou4 ba1 ba1 de5 zhi2 sp1 gei3 ta1 kan4 sil|sil 那 姓 姚 的 sp1 说 着 从 口 袋 里 掏 出 一 张 皱 巴 巴 的 纸 sp1 给 他 看 sil|34 16 21 22 19 9 21 17 19 16 14 21 18 14 10 23 17 15 16 9 28 4 14 18 28 28|0.0|5.47 +008073|sil ge4 ti3 gong1 shang1 hu4 sp1 gen1 ju4 jing1 ying2 xu1 yao4 sp1 ke2 yi3 pin4 qing3 ruo4 gan1 bang1 shou3 huo4 zhe3 xue2 tu2 sil|sil 个 体 工 商 户 sp1 根 据 经 营 需 要 sp1 可 以 聘 请 若 干 帮 手 或 者 学 徒 sil|29 18 15 15 20 26 2 17 21 17 15 19 22 10 15 10 21 24 15 18 18 24 14 12 19 34 30|0.0|5.8 +008074|sil ta1 men5 ken3 ding4 shi1 qu4 le5 qi2 you1 shi4 di4 wei4 sil|sil 他 们 肯 定 失 去 了 其 优 势 地 位 sil|28 12 13 18 16 17 14 11 20 14 18 16 24 31|0.0|2.93 +008075|sil hai2 you3 ren2 ba3 wen4 ti2 che3 dao4 le5 gong1 che1 shang4 sil|sil 还 有 人 把 问 题 扯 到 了 公 车 上 sil|29 15 11 20 15 19 19 21 14 10 18 20 28 28|0.0|3.105 +008076|sil yu2 qi1 reng2 bu4 deng1 ji4 de5 shou1 rong2 quan3 zhi1 sil|sil 逾 期 仍 不 登 记 的 收 容 犬 只 sil|31 11 28 18 11 17 20 18 17 16 23 27 29|0.0|3.09 +008077|sil fei4 huo2 liang4 shui3 ping2 chu1 xian4 shang4 sheng1 guai2 dian3 sil|sil 肺 活 量 水 平 出 现 上 升 拐 点 sil|29 19 15 17 18 24 14 21 18 19 18 27 27|0.0|3.09 +008078|sil zhe4 ge4 wen4 ti2 kan4 kan4 wo3 jiu4 zhi1 dao4 le5 ya5 sil|sil 这 个 问 题 看 看 我 就 知 道 了 呀 sil|31 16 10 17 29 22 16 12 13 12 12 11 27 30|0.0|2.99 +008079|sil gu1 gu5 sp1 ni3 de5 xiong1 wei4 shen2 me5 zhe4 me5 xiao3 sil|sil 姑 姑 sp1 你 的 胸 为 什 么 这 么 小 sil|29 16 27 14 12 12 25 16 12 9 13 12 32 29|0.0|3.0 +008080|sil hai2 yao4 jiao4 ta1 qi3 chuang2 ne5 sp1 zen3 me5 hui4 bu4 zao2 qi3 sil|sil 还 要 叫 她 起 床 呢 sp1 怎 么 会 不 早 起 sil|31 13 12 16 15 17 25 22 4 16 11 17 12 18 30 31|0.0|3.37 +008081|sil zai4 hu2 run4 bang3 dan1 zhong1 sp1 wei4 lie4 zhong1 guo2 si1 you3 jing1 ji4 ti3 di4 yi1 ming2 sil|sil 在 胡 润 榜 单 中 sp1 位 列 中 国 私 有 经 济 体 第 一 名 sil|29 24 18 18 17 17 24 15 13 19 16 14 17 10 15 13 23 12 13 36 29|0.0|4.55 +008082|sil gan2 jin3 bi4 shang4 yan3 jing5 xiu1 xi5 ba5 sil|sil 赶 紧 闭 上 眼 睛 休 息 吧 sil|29 20 18 11 16 16 16 17 18 24 27|0.0|2.465 +008083|sil chen2 ming2 liang4 zai4 ting2 shen3 zhong1 ye3 cheng2 ren4 sp1 ta1 ben3 ren2 ou2 er2 ye3 xi1 shi2 du2 pin3 sil|sil 陈 明 亮 在 庭 审 中 也 承 认 sp1 他 本 人 偶 尔 也 吸 食 毒 品 sil|31 18 16 25 15 17 15 13 11 23 19 21 15 15 20 14 13 17 15 13 15 34 28|0.0|4.91 +008084|sil wei4 le5 ti2 shen2 sp1 hai2 pei4 bei4 bo4 he2 tang2 sp1 guang3 zhou1 jun1 qu1 zhuan1 men2 pei4 le5 da4 suan4 tou2 sil|sil 为 了 提 神 sp1 还 配 备 薄 荷 糖 sp1 广 州 军 区 专 门 配 了 大 蒜 头 sil|34 10 11 18 30 8 15 20 21 16 13 31 8 18 13 17 23 17 16 13 11 16 19 30 29|0.0|5.31 +008085|sil wei4 le5 mi2 bu3 ju4 e2 kui1 kong1 sp1 deng4 sheng4 tang2 qu1 jin3 ming2 sp1 kai1 shi3 shi2 shi1 zha4 pian4 sil|sil 为 了 弥 补 巨 额 亏 空 sp1 邓 盛 堂 区 锦 明 sp1 开 始 实 施 诈 骗 sil|35 10 9 18 18 16 15 19 26 24 17 19 31 19 16 27 3 16 13 15 13 19 28 37|0.0|5.38 +008086|sil ji2 jiu4 ren2 yuan2 jiang1 nan2 tong2 song4 dao4 ya2 bao3 lu4 fu4 jin4 de5 shou3 du1 er2 yan2 suo3 sil|sil 急 救 人 员 将 男 童 送 到 雅 宝 路 附 近 的 首 都 儿 研 所 sil|34 15 16 16 24 18 21 25 21 21 17 13 17 16 20 15 20 11 15 17 31 32|0.0|5.05 +008087|sil wei4 bu4 ying2 xiang3 zheng4 zai4 yi1 xian4 jiu4 ren2 de5 yin2 ga3 sp1 ji4 zhe3 gua4 duan4 le5 dian4 hua4 sil|sil 为 不 影 响 正 在 一 线 救 人 的 银 尕 sp1 记 者 挂 断 了 电 话 sil|37 19 12 18 25 15 14 14 16 13 11 8 20 28 11 17 20 17 13 10 19 29 33|0.0|4.865 +008088|sil nian2 hui4 de5 zhu3 ti2 wei2 sp1 zhong1 guo2 he2 ya4 tai4 shang1 ye4 fang2 di4 chan3 de5 xin1 si1 wei2 sil|sil 年 会 的 主 题 为 sp1 中 国 和 亚 太 商 业 房 地 产 的 新 思 维 sil|39 16 14 10 14 16 26 17 21 18 16 18 17 14 12 16 12 21 8 18 21 29 29|0.0|4.9 +008089|sil shou4 shang1 de5 hai2 zi5 pa1 zai4 di4 shang4 yi2 dong4 bu2 dong4 sp1 hou4 bei4 yi2 ma1 fa1 xian4 sil|sil 受 伤 的 孩 子 趴 在 地 上 一 动 不 动 sp1 后 被 姨 妈 发 现 sil|35 20 16 8 20 16 18 13 14 18 14 18 11 23 18 21 14 14 18 19 28 36|0.0|4.78 +008090|sil lin2 fu4 cai2 liu2 sp1 zhi3 shi2 qi2 yi1 sp1 bu4 shi2 qi2 er4 sp1 ba3 lao2 she3 si4 shi4 tong2 tang2 li3 de5 shu3 cuo4 fang4 le5 guo4 qu4 sil|sil 林 父 才 流 sp1 只 识 其 一 sp1 不 识 其 二 sp1 把 老 舍 四 世 同 堂 里 的 属 错 放 了 过 去 sil|35 17 15 20 29 7 14 16 21 17 4 12 14 18 26 24 12 21 22 16 14 20 20 13 12 22 24 17 10 17 24 31|0.0|6.785 +008091|sil bu2 dao4 cao3 yuan2 sp1 bu4 zhi1 qi2 xiong2 mei3 zhuang4 li4 sp1 bu4 lai2 nei4 meng2 gu3 sp1 bu4 zhi1 dao4 qi2 ri4 xin1 yue4 yi4 de5 bian4 hua4 sil|sil 不 到 草 原 sp1 不 知 其 雄 美 壮 丽 sp1 不 来 内 蒙 古 sp1 不 知 道 其 日 新 月 异 的 变 化 sil|32 13 14 22 28 10 14 14 22 18 19 22 21 31 6 15 13 19 25 18 13 11 18 26 16 20 17 13 9 21 30 30|0.0|6.97 +008092|sil wu2 nai4 sp1 zhi2 qin2 min2 jing3 zhi2 dei3 liu2 yi4 ming2 fu2 jing3 liu2 shou3 sil|sil 无 奈 sp1 执 勤 民 警 只 得 留 一 名 辅 警 留 守 sil|33 12 29 13 15 16 18 28 15 11 17 9 19 20 16 16 32 31|0.0|4.06 +008093|sil zhe4 ye3 shi4 chun1 jie2 hou4 hu2 bei2 sheng3 gui1 mo2 zui4 da4 de5 yi2 ci4 zhao1 pin4 hui4 sil|sil 这 也 是 春 节 后 湖 北 省 规 模 最 大 的 一 次 招 聘 会 sil|36 12 13 19 21 19 24 17 13 20 13 16 14 15 7 11 13 17 17 28 31|0.0|4.365 +008094|sil liu2 chang2 yu3 shuo1 sp1 zhe4 shi4 zuo2 ri4 shang4 wu3 cha2 shou1 de5 sp1 hai2 cha2 chu1 le5 liang2 ba3 shi2 yu2 li2 mi3 chang2 de5 dao1 ju4 sil|sil 刘 长 宇 说 sp1 这 是 昨 日 上 午 查 收 的 sp1 还 查 出 了 两 把 十 余 厘 米 长 的 刀 具 sil|36 15 22 15 30 19 14 19 15 14 18 11 21 20 19 26 13 19 14 14 23 18 20 11 12 16 18 8 18 27 33|0.0|6.71 +008095|sil zhe4 ji3 tian1 shou1 kan4 xin1 wen2 le5 ma5 sil|sil 这 几 天 收 看 新 闻 了 吗 sil|30 16 12 22 18 18 17 14 9 31 30|0.0|2.525 +008096|sil hai2 you3 yi4 xie1 gai3 jin4 xi4 jie2 sp1 ye3 bei4 min2 gan3 de5 xue2 zhe2 bu3 zhuo1 dao4 sil|sil 还 有 一 些 改 进 细 节 sp1 也 被 敏 感 的 学 者 捕 捉 到 sil|31 16 9 9 19 15 17 18 25 7 16 12 20 14 6 17 16 14 16 27 30|0.0|4.105 +008097|sil ju4 cheng1 sp1 liang3 ren2 dang1 shi2 dou1 you3 cu1 kou3 sil|sil 据 称 sp1 两 人 当 时 都 有 粗 口 sil|30 17 32 8 14 15 14 17 11 14 19 32 32|0.0|2.955 +008098|sil wu1 ding3 de5 diao4 deng1 ye3 zai4 bu4 ting2 de5 huang4 sil|sil 屋 顶 的 吊 灯 也 在 不 停 地 晃 sil|31 12 15 9 19 27 13 15 12 19 9 31 30|0.0|2.815 +008099|sil xian4 zai4 de5 ren2 gong1 zhen1 zhu1 ye3 zheng4 shi4 li4 yong4 ge2 bang4 de5 zhe4 yi4 xi2 xing4 sp1 lai2 jin4 xing2 pei2 yu4 de5 sil|sil 现 在 的 人 工 珍 珠 也 正 是 利 用 蛤 蚌 的 这 一 习 性 sp1 来 进 行 培 育 的 sil|34 22 13 10 16 14 17 23 16 14 11 14 20 31 25 21 14 12 17 24 10 14 13 13 23 21 20 32|0.0|5.97 +008100|sil jin4 ri4 sp1 shang4 rao2 shi4 zhong1 yuan4 zuo4 chu1 cai2 ding4 sp1 bo2 hui2 shang4 su4 sp1 wei2 chi2 yuan2 pan4 sil|sil 近 日 sp1 上 饶 市 中 院 作 出 裁 定 sp1 驳 回 上 诉 sp1 维 持 原 判 sil|28 22 24 6 23 14 15 18 17 14 15 21 23 11 16 14 21 20 8 17 19 20 25 31|0.0|5.135 +008101|sil mei2 you3 gong1 ji3 jing4 zheng1 xu1 qiu2 jing4 zheng1 sp1 jia4 qian2 ken3 ding4 jiu4 wang3 shang4 pao3 sil|sil 没 有 供 给 竞 争 需 求 竞 争 sp1 价 钱 肯 定 就 往 上 跑 sil|36 17 19 19 13 19 22 17 16 18 24 3 22 25 18 16 13 15 19 30 32|0.0|4.79 +008102|sil mei2 gu3 ying2 li4 sp1 da2 dao4 san1 dian2 wu3 qi1 yi1 gang3 yuan2 sp1 tong2 bi3 shang4 sheng1 bai3 fen1 zhi1 yi4 bai2 jiu3 shi2 jiu2 dian3 san1 sil|sil 每 股 盈 利 sp1 达 到 三 点 五 七 一 港 元 sp1 同 比 上 升 百 分 之 一 百 九 十 九 点 三 sil|37 14 15 16 25 6 17 21 19 13 17 17 13 18 29 15 19 11 19 23 15 14 26 17 18 14 11 14 17 33 33|0.0|6.69 +008103|sil ji3 tian1 hou4 sp1 yuan2 nv3 shi4 zai4 yi1 yuan4 zuo4 le5 fu4 qiang1 jing4 xia4 luan3 chao2 you4 fu4 jian4 qie1 chu2 shu4 sil|sil 几 天 后 sp1 袁 女 士 在 医 院 做 了 腹 腔 镜 下 卵 巢 右 附 件 切 除 术 sil|34 17 18 27 12 19 16 20 15 13 20 18 11 15 20 19 19 18 24 20 15 15 15 18 26 33|0.0|5.765 +008104|sil jian4 zhuang4 sp1 min2 jing3 gan2 jin2 da3 kai1 chuang1 hu4 sp1 jiang1 nan2 zi3 zhuai4 hui2 fang2 nei4 sil|sil 见 状 sp1 民 警 赶 紧 打 开 窗 户 sp1 将 男 子 拽 回 房 内 sil|33 22 28 10 18 24 18 13 14 15 22 20 4 19 17 17 17 14 18 23 29|0.0|4.59 +008105|sil cang1 ying5 hong1 hong1 jiao4 sp1 chuang2 shang4 sp1 guo1 tai2 shang4 dou1 shi4 sp1 duo1 de5 xiang4 tou2 mao2 sil|sil 苍 蝇 哄 哄 叫 sp1 床 上 sp1 锅 台 上 都 是 sp1 多 得 像 头 毛 sil|30 26 20 17 20 28 11 31 25 3 14 18 17 16 25 19 17 11 18 15 36 29|0.0|5.18 +008106|sil tai2 wan1 wen4 ti5 sp1 min2 zhu3 zi4 you2 sp1 dou1 cheng2 wei2 wai4 mei2 ji4 zhe3 chang2 ti2 de5 wen4 ti2 sil|sil 台 湾 问 题 sp1 民 主 自 由 sp1 都 成 为 外 媒 记 者 常 提 的 问 题 sil|29 19 14 17 26 11 24 22 18 29 6 13 19 16 14 15 15 13 24 14 10 17 26 31|0.0|5.135 +008107|sil zai4 di4 qu1 ceng2 mian4 sp1 ling2 dao2 zhe3 xu1 yao4 que4 ding4 xia4 yi2 ge5 zeng1 zhang3 qian2 yan2 sil|sil 在 地 区 层 面 sp1 领 导 者 需 要 确 定 下 一 个 增 长 前 沿 sil|27 19 16 16 20 26 12 16 15 17 16 11 19 18 23 11 11 14 16 17 30 30|0.0|4.64 +008108|sil na4 shi3 zhong1 gua4 zai4 lian3 shang4 de5 mo4 ran2 wei1 xiao4 sp1 ling4 ren2 mao2 gu2 song3 ran2 sil|sil 那 始 终 挂 在 脸 上 的 漠 然 微 笑 sp1 令 人 毛 骨 悚 然 sil|29 15 18 16 15 11 20 17 7 16 14 14 25 5 16 17 17 12 17 29 32|0.0|4.205 +008109|sil zhang1 da4 zhong1 shen1 shang4 sp1 wu2 yi2 ye3 yi2 chuan2 le5 mu3 qin1 zhe4 yi2 jue2 jiang4 de5 xing4 ge2 sil|sil 张 大 中 身 上 sp1 无 疑 也 遗 传 了 母 亲 这 一 倔 强 的 性 格 sil|28 17 11 15 20 26 16 14 25 17 14 20 7 17 18 11 13 16 18 9 19 26 31|0.0|4.735 +008110|sil ni3 kan4 kan5 ren2 jia1 dui4 lao3 po5 duo1 wen1 rou2 sp1 ren2 jia1 wen3 de5 sp1 duo1 you3 ji4 qiao3 sil|sil 你 看 看 人 家 对 老 婆 多 温 柔 sp1 人 家 吻 的 sp1 多 有 技 巧 sil|32 12 20 14 15 21 12 19 20 14 18 25 16 14 18 17 17 3 14 13 15 31 31|0.0|4.77 +008111|sil ta1 zuo2 tian1 tou4 lu4 sp1 zi4 ji3 he2 tai4 tai5 you3 le5 yi2 ge4 hun1 yin1 he2 yue1 sil|sil 他 昨 天 透 露 sp1 自 己 和 太 太 有 了 一 个 婚 姻 合 约 sil|34 16 13 15 22 23 21 17 16 14 20 24 13 8 12 14 16 18 22 25 31|0.0|4.57 +008112|sil qing2 wen2 sao3 shi4 shen1 shang4 gua4 de5 ji3 jian4 yi1 fu5 sp1 shuo1 sp1 yi4 dian3 bu4 leng3 sil|sil 晴 雯 扫 视 身 上 挂 的 几 件 衣 服 sp1 说 sp1 一 点 不 冷 sil|30 23 26 20 14 15 19 16 10 10 16 18 20 3 33 10 15 17 13 29 31|0.0|4.5 +008113|sil zai4 ou1 yuan2 xian4 ru4 wei1 ji1 zhi1 shi2 sp1 ou1 zhou1 kai1 shi3 xiang4 zhong1 guo2 qiu2 zhu4 sil|sil 在 欧 元 陷 入 危 机 之 时 sp1 欧 洲 开 始 向 中 国 求 助 sil|30 19 19 17 16 10 15 12 16 30 19 15 17 17 11 20 17 13 22 24 33|0.0|4.55 +008114|sil wo3 ca1 qu4 zui2 jiao3 de5 xue4 shui3 sp1 han2 lei4 dao4 sp1 zhe4 bu4 ni3 de5 ma5 sil|sil 我 擦 去 嘴 角 的 血 水 sp1 含 泪 道 sp1 这 不 你 的 吗 sil|33 13 19 17 16 15 8 20 24 12 17 15 23 21 15 11 19 9 27 34|0.0|4.27 +008115|sil ta1 men5 de5 ti3 li4 sp1 hai2 neng2 jing1 de5 qi3 duo1 shao3 ci4 zhe1 teng5 ne5 sil|sil 他 们 的 体 力 sp1 还 能 经 得 起 多 少 次 折 腾 呢 sil|29 15 11 8 17 23 6 13 16 16 9 20 13 16 14 16 18 21 29|0.0|3.595 +008116|sil shi1 ti2 lei3 cheng2 yi4 dui1 sp1 you3 ming2 xian3 zao1 ren2 sao3 she4 zhi4 si3 ji4 xiang4 sil|sil 尸 体 垒 成 一 堆 sp1 有 明 显 遭 人 扫 射 致 死 迹 象 sil|31 22 21 18 16 12 27 12 12 20 21 15 16 21 16 15 16 15 28 28|0.0|4.44 +008117|sil dui4 pu3 tong1 shi4 min2 lai2 shuo1 sp1 san3 zhuang1 yue4 bing3 ji4 chu1 guo2 ye2 hen3 nan2 sil|sil 对 普 通 市 民 来 说 sp1 散 装 月 饼 寄 出 国 也 很 难 sil|38 18 15 18 14 17 17 26 11 23 13 18 18 17 18 24 15 18 28 30|0.0|4.595 +008118|sil wo3 men5 zai4 zhe4 li3 hai2 fa1 xian4 le5 shan1 dong1 sheng3 zeng4 song4 de5 tao2 ci2 sil|sil 我 们 在 这 里 还 发 现 了 山 东 省 赠 送 的 陶 瓷 sil|33 10 11 15 13 18 17 17 17 11 21 13 22 19 15 7 22 37 27|0.0|4.01 +008119|sil dui4 ci3 sp1 wei4 hou4 kai2 gei3 chu1 le5 jian3 shui4 he2 ti2 jia4 liang3 fu4 yao4 ji4 sil|sil 对 此 sp1 魏 后 凯 给 出 了 减 税 和 提 价 两 副 药 剂 sil|32 15 32 16 14 17 25 16 15 13 23 24 14 21 18 17 16 17 27 30|0.0|4.665 +008120|sil san1 shi4 quan2 guo2 tie3 lu4 ke4 fu2 dian4 hua4 tong3 yi1 wei2 sp1 yao1 er4 san1 ling2 liu4 sil|sil 三 是 全 国 铁 路 客 服 电 话 统 一 为 sp1 幺 二 三 零 六 sil|31 25 23 22 10 14 15 14 11 18 21 21 15 27 4 12 14 15 13 25 33|0.0|4.45 +008121|sil ying1 cai3 er2 yang2 yan2 sp1 yi2 dan4 you2 xiao3 hai2 de5 hua4 sp1 zi4 ji3 jiu4 hui4 wan2 shi1 zong1 sil|sil 应 采 儿 扬 言 sp1 一 旦 有 小 孩 的 话 sp1 自 己 就 会 玩 失 踪 sil|25 20 17 14 21 25 24 10 14 14 17 19 9 24 18 16 11 14 16 17 18 25 27|0.0|4.82 +008122|sil ci3 qian2 sp1 ou1 yang1 hang2 he2 yin4 du4 yang1 hang2 yi3 jing1 xuan1 bu4 jiang4 di1 li4 lv4 sil|sil 此 前 sp1 欧 央 行 和 印 度 央 行 已 经 宣 布 降 低 利 率 sil|32 18 32 13 15 18 24 20 16 11 17 29 13 12 22 17 22 12 17 29 31|0.0|4.88 +008123|sil hai2 yin1 wei4 mei2 qian2 sp1 zhong4 gu3 ming2 xiang1 cong2 lai2 bu4 mai3 wa4 zi5 ye3 bu4 chuan1 sil|sil 还 因 为 没 钱 sp1 仲 谷 明 香 从 来 不 买 袜 子 也 不 穿 sil|30 16 13 12 17 35 8 19 11 21 24 19 14 11 17 20 16 17 12 29 31|0.0|4.555 +008124|sil cheng2 ying1 ma3 shang4 dui4 na4 shi2 pin3 lou4 chu1 xiang1 jian4 hen4 wan3 de5 lian3 se4 sil|sil 程 英 马 上 对 那 食 品 露 出 相 见 恨 晚 的 脸 色 sil|32 24 24 17 16 9 18 17 34 16 19 19 15 18 14 6 21 30 30|0.0|4.395 +008125|sil xu3 duo1 zhu4 hu4 zai4 men2 kou3 zhu4 qi3 sha1 dai4 sp1 ri4 ye4 yao2 shui3 pai2 lao4 sil|sil 许 多 住 户 在 门 口 筑 起 沙 袋 sp1 日 夜 舀 水 排 涝 sil|32 18 13 17 20 12 19 21 14 14 21 24 9 18 16 20 16 19 26 32|0.0|4.42 +008126|sil xian4 zai4 zhou1 wei2 ju1 min2 dui4 ni3 men5 jia1 you3 mei2 you3 te4 bie2 de5 gan3 jue2 sil|sil 现 在 周 围 居 民 对 你 们 家 有 没 有 特 别 的 感 觉 sil|31 20 21 14 13 17 23 11 10 12 22 11 11 10 20 12 8 19 29 29|0.0|3.98 +008127|sil nan2 zi3 bu4 ting1 shuang1 fang1 bao4 fa1 kou2 jiao3 sp1 bing4 tui1 tui5 sang1 sang1 sil|sil 男 子 不 听 双 方 爆 发 口 角 sp1 并 推 推 桑 桑 sil|34 17 13 13 28 24 17 13 15 21 26 12 18 17 14 18 27 30|0.0|4.15 +008128|sil yi3 qian2 wo2 suo3 jian4 de5 bei3 jing1 bu2 gou4 lv4 sp1 shi2 zai4 shi4 yang2 guang1 bu2 gou4 tong1 tou4 sp1 lv4 ye3 meng2 zhe5 hui1 se4 sil|sil 以 前 我 所 见 的 北 京 不 够 绿 sp1 实 在 是 阳 光 不 够 通 透 sp1 绿 也 蒙 着 灰 色 sil|33 13 29 14 15 13 9 16 23 12 15 22 24 16 16 15 21 18 11 14 22 27 22 26 15 21 11 21 27 34|0.0|6.67 +008129|sil dui4 yu2 shi2 xia4 zi4 ji2 mian3 fei4 shun4 feng1 che1 de5 hong2 huo3 ju2 mian4 sp1 mao2 yuan2 bei4 jia1 zhen1 xi1 sil|sil 对 于 时 下 自 己 免 费 顺 风 车 的 红 火 局 面 sp1 茆 源 备 加 珍 惜 sil|35 12 14 17 28 15 11 24 17 17 15 14 8 18 17 17 27 19 20 24 13 16 15 28 28|0.0|5.44 +008130|sil xiang4 lai2 gao3 xiao4 de5 xiang1 qu3 tiao2 pi2 de5 cheng1 sp1 en4 sp1 ming2 nian2 you3 da4 xing2 de5 qing4 zhu4 huo2 dong4 jiu4 hao3 le5 sil|sil 向 来 搞 笑 的 香 取 调 皮 地 称 sp1 嗯 sp1 明 年 有 大 型 的 庆 祝 活 动 就 好 了 sil|34 23 13 17 14 9 21 21 23 17 10 33 31 23 27 15 17 17 19 15 8 16 12 17 15 13 22 23 28|0.0|6.42 +008131|sil shou3 xian1 sp1 wo2 xiang3 tan2 tan5 zhong1 hua2 wen2 hua4 yu3 ao4 yun4 jing1 shen5 sp1 zai4 nei4 zai4 li3 nian4 shang4 de5 sp1 gong4 tong1 zhi1 chu4 sil|sil 首 先 sp1 我 想 谈 谈 中 华 文 化 与 奥 运 精 神 sp1 在 内 在 理 念 上 的 sp1 共 通 之 处 sil|35 19 28 11 10 15 20 18 14 14 19 22 12 22 11 17 24 9 23 20 12 16 19 22 16 4 17 20 15 24 29|0.0|6.465 +008132|sil wei4 shen2 me5 hui4 tao3 yan4 wo3 ne5 sp1 shi4 wo3 shuo1 cuo4 shen2 me5 le5 ma5 sil|sil 为 什 么 会 讨 厌 我 呢 sp1 是 我 说 错 什 么 了 吗 sil|28 14 15 12 12 20 16 15 24 5 16 11 15 17 15 6 10 28 30|0.0|3.59 +008133|sil yu2 shi4 ta1 shang4 shan1 zhao3 gao1 seng1 gei3 suan4 le5 suan4 sp1 gao1 seng1 suan4 wan2 shuo1 sp1 ni3 hui2 qu4 deng3 zhe5 ba5 sil|sil 于 是 他 上 山 找 高 僧 给 算 了 算 sp1 高 僧 算 完 说 sp1 你 回 去 等 着 吧 sil|31 12 28 19 19 24 20 16 20 11 20 10 24 31 13 16 14 17 26 18 10 13 15 19 13 22 29|0.0|5.92 +008134|sil ru2 jin1 fu1 qi1 er4 ren2 jun1 xu1 zhu4 yuan4 sp1 guai1 guai1 cheng2 le5 ji2 xu1 hao3 xin1 ren2 shou1 yang3 de5 gu1 er2 sil|sil 如 今 夫 妻 二 人 均 需 住 院 sp1 乖 乖 成 了 急 需 好 心 人 收 养 的 孤 儿 sil|29 18 29 19 14 18 17 15 14 17 28 24 18 20 18 10 14 15 18 16 14 19 16 9 20 26 31|0.0|5.87 +008135|sil ren2 men5 fu2 yao4 shang4 diao4 huo4 zhe3 ge1 wan4 zi4 sha1 sp1 dan4 shi4 bu2 hui4 ge1 po4 zi4 ji3 de5 hou2 long5 sil|sil 人 们 服 药 上 吊 或 者 割 腕 自 杀 sp1 但 是 不 会 割 破 自 己 的 喉 咙 sil|31 18 20 25 31 26 24 17 12 15 17 14 28 25 14 19 12 15 16 18 12 10 9 22 22 31|0.0|5.845 +008136|sil li4 ru2 zai4 tiao2 zheng3 shi4 pin2 bo1 fang4 chi3 cun4 shi2 sp1 yong4 hu4 ke2 yi2 dian3 ji1 bu4 tong2 chi3 cun4 de5 tu2 biao1 sil|sil 例 如 在 调 整 视 频 播 放 尺 寸 时 sp1 用 户 可 以 点 击 不 同 尺 寸 的 图 标 sil|33 17 24 19 21 16 14 22 14 14 17 19 29 24 18 19 13 13 16 23 12 17 16 14 8 19 27 33|0.0|6.17 +008137|sil ta1 gang1 zheng4 bu4 e1 de5 jing1 shen2 gan3 dong4 le5 qun2 zhong4 sp1 geng4 ying2 de2 qun2 zhong4 de5 xin4 ren4 he2 zun1 zhong4 sil|sil 他 刚 正 不 阿 的 精 神 感 动 了 群 众 sp1 更 赢 得 群 众 的 信 任 和 尊 重 sil|32 20 19 17 13 16 10 18 22 18 14 9 23 23 32 16 20 13 20 14 9 20 17 14 19 23 32|0.0|5.84 +008138|sil tu1 ran2 che1 zi5 dian1 bo3 le5 yi2 xia4 sp1 hong1 yi4 sheng1 sp1 hong2 juan1 bei4 shuai3 chu1 che1 wai4 sp1 shuai1 dao3 zai4 di4 sil|sil 突 然 车 子 颠 簸 了 一 下 sp1 轰 一 声 sp1 洪 娟 被 甩 出 车 外 sp1 摔 倒 在 地 sil|30 20 25 20 12 20 13 8 13 26 15 22 13 28 16 21 21 14 17 15 20 19 7 20 15 17 20 36|0.0|6.075 +008139|sil ta1 jin4 lai2 hou4 da4 sheng1 wen4 hao3 sp1 yao4 wo3 men5 bang1 ta1 zhun3 bei4 yi4 xie1 pu3 tong1 dian3 xin5 sp1 da3 bao1 dai4 zou3 sil|sil 他 进 来 后 大 声 问 好 sp1 要 我 们 帮 他 准 备 一 些 普 通 点 心 sp1 打 包 带 走 sil|32 17 16 17 24 16 17 17 30 15 14 9 14 14 18 14 14 10 23 15 15 21 19 9 16 16 18 26 33|0.0|6.025 +008140|sil ta1 shuo1 bu4 chu1 hua4 sp1 yao2 shu1 qin2 zhui1 ji1 shuo1 sp1 lin2 da4 wen2 hao2 sp1 ni3 xia4 yi2 ge5 zhun3 bei4 yao4 ma4 shui2 sil|sil 他 说 不 出 话 sp1 姚 书 琴 追 击 说 sp1 林 大 文 豪 sp1 你 下 一 个 准 备 要 骂 谁 sil|31 18 16 9 16 25 33 14 15 25 14 16 27 41 13 16 14 29 14 12 23 12 15 15 10 12 17 32 29|0.0|6.535 +008141|sil wo3 mei2 you3 di4 di5 sp1 dan4 wo2 you3 yi4 qun2 ai4 wo3 de5 ji1 qi4 ren2 hao3 peng2 you5 sil|sil 我 没 有 弟 弟 sp1 但 我 有 一 群 爱 我 的 机 器 人 好 朋 友 sil|32 9 11 16 19 24 13 13 10 13 11 21 23 16 13 14 15 17 21 19 24 30|0.0|4.455 +008142|sil zhe4 li3 shi4 quan2 hai3 nan2 jun1 jia4 zui4 gui4 de5 lou2 pan2 feng4 huang2 dao3 sil|sil 这 里 是 全 海 南 均 价 最 贵 的 楼 盘 凤 凰 岛 sil|29 12 14 18 17 19 22 16 17 15 15 8 18 25 16 20 28 32|0.0|3.96 +008143|sil zai4 chuo1 chuan1 zhi3 hui4 yan2 mian4 diu1 shi1 sp1 bu2 dai4 biao2 wo3 mei2 you2 zhun3 bei4 sil|sil 再 戳 穿 只 会 颜 面 丢 失 sp1 不 代 表 我 没 有 准 备 sil|29 17 18 26 18 18 15 17 16 22 10 12 16 16 13 15 13 21 24 29|0.0|4.24 +008144|sil da2 an4 zong3 rang4 ren2 ju3 sang4 sil|sil 答 案 总 让 人 沮 丧 sil|27 16 21 19 15 16 18 27 29|0.0|2.185 +008145|sil ruo4 wo3 fang4 qi4 le5 shou3 zhong1 xian4 cheng2 de5 shi2 wu4 sp1 zai4 qu4 zhui1 qiu2 kan4 bu2 jian4 de5 dong1 xi5 sp1 na4 wo2 qi3 bu4 cheng2 sha3 gua1 le5 ma5 sil|sil 若 我 放 弃 了 手 中 现 成 的 食 物 sp1 再 去 追 求 看 不 见 的 东 西 sp1 那 我 岂 不 成 傻 瓜 了 吗 sil|32 18 8 20 15 9 20 16 19 15 8 22 19 24 15 13 16 20 21 9 16 8 18 23 31 14 13 19 9 17 22 16 11 27 35|0.0|7.18 +008146|sil ji2 shi3 ya1 li4 zai4 da4 sp1 zai4 bu4 gao1 xing4 sp1 ye3 yao4 gan4 xia4 qu4 sil|sil 即 使 压 力 再 大 sp1 再 不 高 兴 sp1 也 要 干 下 去 sil|32 19 23 17 14 17 24 4 20 8 17 22 8 11 14 17 17 25 33|0.0|3.97 +008147|sil zhe4 zhong3 qing2 kuang4 xia4 sp1 nan2 guai4 zhao4 ben3 shan1 shuo1 bu2 cha4 qian2 sil|sil 这 种 情 况 下 sp1 难 怪 赵 本 山 说 不 差 钱 sil|30 14 16 16 17 26 13 16 14 15 13 16 23 13 22 36 30|0.0|3.83 +008148|sil wo3 kan4 guo4 ni3 he2 wu2 zhuo2 xi1 de5 xue2 jing3 san1 sp1 hen2 xi3 huan1 sil|sil 我 看 过 你 和 吴 卓 羲 的 学 警 三 sp1 很 喜 欢 sil|33 14 24 14 17 17 13 15 20 15 21 18 30 8 18 19 31 32|0.0|4.17 +008149|sil jing3 cha2 yu2 shi4 dai4 bu3 ta1 sp1 ye2 qu3 hui2 bei4 qiang3 de5 zang1 kuan3 sil|sil 警 察 于 是 逮 捕 他 sp1 也 取 回 被 抢 的 赃 款 sil|32 21 22 13 12 15 12 29 11 12 19 23 13 17 8 20 28 33|0.0|3.945 +008150|sil ta1 shen4 zhi4 you2 dian2 chuan3 qi4 kun4 nan5 sp1 shuo1 ju4 lian2 guan4 de5 hua4 dou1 xian3 de5 yi4 chang2 jian1 nan2 sil|sil 他 甚 至 有 点 喘 气 困 难 sp1 说 句 连 贯 的 话 都 显 得 异 常 艰 难 sil|32 17 16 10 14 17 21 14 21 24 18 16 13 20 14 11 26 14 15 9 14 19 18 30 34|0.0|5.305 +008151|sil tu1 ran2 you3 yi2 ge5 nv3 de5 wu3 zhu4 wo3 de5 yan3 sp1 bing4 yong4 ju4 wen1 rou2 de5 sheng1 yin1 shuo1 sp1 cai1 cai1 wo3 shi4 shui2 sil|sil 突 然 有 一 个 女 的 捂 住 我 的 眼 sp1 并 用 巨 温 柔 的 声 音 说 sp1 猜 猜 我 是 谁 sil|34 20 29 13 11 9 19 16 21 14 13 10 30 15 17 25 18 15 17 8 16 17 23 12 21 15 13 13 30 38|0.0|6.405 +008152|sil ru2 ci3 tie1 di4 qi4 sp1 bu2 dan4 si1 hao2 wu2 sun3 ta1 de5 xing2 xiang4 sp1 fan3 dao4 ying2 de2 geng4 duo1 yong1 dun3 sil|sil 如 此 贴 地 气 sp1 不 但 丝 毫 无 损 他 的 形 象 sp1 反 倒 赢 得 更 多 拥 趸 sil|28 20 22 20 13 30 26 13 18 16 20 15 18 16 7 20 24 18 17 12 18 18 19 12 20 26 31|0.0|6.005 +008153|sil yao4 bu2 duan4 hang1 shi2 nong2 ye4 ji1 chu3 sil|sil 要 不 断 夯 实 农 业 基 础 sil|31 17 13 16 19 16 16 14 15 31 30|0.0|2.53 +008154|sil qi2 qin2 mai4 kai1 da4 bu4 shuai2 shou3 ji2 zou3 sp1 jian4 kang1 zhuang4 tai4 liang2 hao3 sp1 jing1 shen2 yi4 yi4 sil|sil 齐 秦 迈 开 大 步 甩 手 疾 走 sp1 健 康 状 态 良 好 sp1 精 神 奕 奕 sil|32 21 26 18 17 19 20 21 16 18 24 17 19 17 15 12 19 25 4 20 16 16 24 31|0.0|5.425 +008155|sil ru2 guo3 yi1 sheng1 duo1 dian3 zhi2 ye4 sheng4 xing2 sp1 na4 zha1 duir1 r kan4 bing4 de5 xian4 xiang4 ye3 jiang1 zeng1 duo1 sil|sil 如 果 医 生 多 点 执 业 盛 行 sp1 那 扎 堆 儿 看 病 的 现 象 也 将 增 多 sil|35 15 25 17 22 14 16 15 16 19 29 38 14 19 18 0 23 12 7 20 28 12 16 18 22 30|0.0|5.805 +008156|sil chu2 le5 que2 tui3 nan2 zai4 shen1 shang4 tao1 chu1 de5 yi2 bu4 wai4 sp1 chu2 fang2 chuang1 tai2 shang4 hai2 you3 yi2 bu4 sil|sil 除 了 瘸 腿 男 在 身 上 掏 出 的 一 部 外 sp1 厨 房 窗 台 上 还 有 一 部 sil|30 20 18 17 15 24 15 15 18 19 15 7 13 15 24 31 19 15 18 20 21 17 14 16 21 34|0.0|5.695 +008157|sil ge2 zi5 jian1 dang1 zhong1 zhi3 lan2 zhe5 di1 ai3 de5 qiang2 ban3 sp1 mei2 you3 ren2 shi4 zhen1 zheng4 li2 qun2 de5 sil|sil 格 子 间 当 中 只 拦 着 低 矮 的 墙 板 sp1 没 有 人 是 真 正 离 群 的 sil|30 17 11 18 17 24 13 21 15 13 15 10 24 23 15 10 14 15 15 14 15 14 26 19 29|0.0|5.07 +008158|sil zhu1 zi3 rao2 xiao3 shi2 ceng2 dang1 nv3 tong2 jun1 sp1 dan4 xian4 zai4 tai4 mang2 mei2 you3 can1 yu4 sil|sil 朱 紫 娆 小 时 曾 当 女 童 军 sp1 但 现 在 太 忙 没 有 参 与 sil|29 17 14 23 23 18 19 15 14 22 26 20 15 18 9 19 23 12 14 20 24 33|0.0|4.96 +008159|sil si1 ji1 shi1 fu5 yi2 leng4 sp1 you1 shang1 de5 shuo1 sp1 ni3 shu4 xue2 lao3 shi1 si3 de5 zao3 a5 sil|sil 司 机 师 傅 一 愣 sp1 忧 伤 的 说 sp1 你 数 学 老 师 死 的 早 啊 sil|31 18 15 16 15 13 26 13 14 18 9 29 30 10 14 13 21 24 19 11 28 20 31|0.0|5.09 +008160|sil dai3 tu2 jian4 nan2 yi3 tao2 tuo1 reng1 xia4 pi2 bao1 ji4 xu4 tao2 cuan4 sil|sil 歹 徒 见 难 以 逃 脱 扔 下 皮 包 继 续 逃 窜 sil|26 21 22 20 13 12 21 29 18 16 18 17 15 14 19 27 34|0.0|3.975 +008161|sil jia1 qiang2 qing1 nian2 ti3 yu4 fang1 mian4 de5 jiao1 liu2 yu3 he2 zuo4 sil|sil 加 强 青 年 体 育 方 面 的 交 流 与 合 作 sil|29 22 26 20 19 21 18 16 15 7 17 14 12 21 24 30|0.0|3.615 +008162|sil ni3 de5 shen1 ying2 zong3 shi4 zai4 wo3 xin1 li3 huang4 lai2 huang4 qu4 sil|sil 你 的 身 影 总 是 在 我 心 里 晃 来 晃 去 sil|29 11 7 20 25 17 16 13 12 16 15 23 14 21 25 30|0.0|3.41 +008163|sil er2 qie3 ta1 men5 de5 fang2 wu1 dou1 bi3 jiao4 ai3 sp1 ge2 zhen4 ji4 shu4 ke2 yi3 zuo4 de5 jian3 yi4 xie1 sil|sil 而 且 他 们 的 房 屋 都 比 较 矮 sp1 隔 震 技 术 可 以 做 得 简 易 些 sil|32 15 28 17 12 9 18 19 14 11 20 26 21 15 16 14 22 15 10 15 9 17 18 28 31|0.0|5.245 +008164|sil shi2 duo1 tian1 xia4 lai5 sp1 san1 ren2 kai1 shi3 liu2 bi2 xie3 sp1 lian2 rang1 rang5 shou4 bu4 liao3 le5 sil|sil 十 多 天 下 来 sp1 三 人 开 始 流 鼻 血 sp1 连 嚷 嚷 受 不 了 了 sil|33 17 12 17 18 21 7 19 18 15 10 17 16 28 14 18 18 18 22 8 18 20 32|0.0|4.835 +008165|sil dang1 ran2 shi4 he2 ni3 liao2 tian1 sp1 gei2 ni3 fang4 fang5 yin1 yue4 la5 sil|sil 当 然 是 和 你 聊 天 sp1 给 你 放 放 音 乐 啦 sil|30 15 16 21 13 12 21 26 4 12 12 16 12 15 19 23 32|0.0|3.47 +008166|sil kan4 lai2 liang3 ren2 shi4 bi4 yao4 wei4 ci3 dui4 pu4 gong1 tang2 le5 sil|sil 看 来 两 人 势 必 要 为 此 对 铺 公 堂 了 sil|29 22 22 21 17 22 12 17 14 21 15 14 16 24 14 29|0.0|3.585 +008167|sil qin1 shu3 men5 mang2 zhe5 gei3 ta1 qia1 ren2 zhong1 sp1 lu1 shou2 zhi3 sil|sil 亲 属 们 忙 着 给 她 掐 人 中 sp1 撸 手 指 sil|30 21 17 23 19 10 13 18 17 18 23 10 13 21 26 34|0.0|3.635 +008168|sil wo3 jun1 shi2 xian4 hou4 qin2 xian4 dai4 hua4 you3 mei2 you3 shi2 jian1 biao3 sil|sil 我 军 实 现 后 勤 现 代 化 有 没 有 时 间 表 sil|33 14 19 15 20 17 17 19 18 24 13 9 12 16 18 30 32|0.0|3.785 +008169|sil wei2 shang1 xin1 tian1 gong1 bu2 zuo4 mei3 sp1 ying1 xiong2 huo4 xu3 yao4 cheng2 shou4 duo1 mo2 nan4 sil|sil 唯 伤 心 天 公 不 作 美 sp1 英 雄 或 许 要 承 受 多 磨 难 sil|30 15 21 23 24 15 13 14 26 31 15 25 15 10 15 19 17 12 17 28 32|0.0|4.84 +008170|sil zhi1 dao4 ya5 sp1 ni3 shi4 wo3 de5 zhu3 ren2 sp1 shi4 yi2 ge5 yang2 guang1 kai1 lang3 re4 ai4 sheng1 huo2 de5 ren2 sil|sil 知 道 呀 sp1 你 是 我 的 主 人 sp1 是 一 个 阳 光 开 朗 热 爱 生 活 的 人 sil|31 15 19 22 14 11 13 11 10 16 27 7 19 13 15 22 18 20 23 12 16 19 17 9 24 31|0.0|5.27 +008171|sil ru2 he2 cai2 neng2 rang4 hong2 tou2 wen2 jian4 sp1 bu2 zai4 man3 tian1 fei1 sp1 zhi2 xing2 qi3 lai2 bu4 zou3 yang4 sil|sil 如 何 才 能 让 红 头 文 件 sp1 不 再 满 天 飞 sp1 执 行 起 来 不 走 样 sil|31 18 18 15 12 17 18 14 17 20 3 15 13 19 19 25 27 14 17 12 19 13 14 25 32|0.0|5.19 +008172|sil wo3 dun4 shi2 yi4 jin3 zhang1 sp1 zhe4 bu2 shi4 lao3 duan4 zi5 ma5 sp1 wo2 zen3 me5 hui4 yi4 zhi2 xiu1 dian4 nao3 sil|sil 我 顿 时 一 紧 张 sp1 这 不 是 老 段 子 嘛 sp1 我 怎 么 会 一 直 修 电 脑 sil|35 11 15 20 15 20 25 21 13 9 10 20 22 7 26 17 12 10 9 15 19 14 18 16 23 32|0.0|5.275 +008173|sil lin2 qu4 qian2 sp1 pai1 pai1 xiong1 shuo1 sp1 wo3 qu4 jian4 shi5 yi2 xia4 ta1 sil|sil 临 去 前 sp1 拍 拍 胸 说 sp1 我 去 见 识 一 下 她 sil|33 17 17 28 9 16 15 18 27 22 11 14 17 14 7 18 30 29|0.0|3.975 +008174|sil dian3 ji1 lv4 shang4 qu4 le5 sp1 xia4 jiar1 r sp1 gen1 zhe5 jiu4 lai2 le5 sil|sil 点 击 率 上 去 了 sp1 下 家 儿 sp1 跟 着 就 来 了 sil|27 18 10 16 22 16 18 13 23 25 0 3 15 12 12 19 14 30|0.0|3.405 +008175|sil fei1 zhou1 ren2 you3 fei1 chang2 qiang2 da4 de5 fu2 zhou4 sp1 neng2 gou4 zai4 zha2 yan3 jian1 hui3 diao4 yi2 ge4 ren2 sil|sil 非 洲 人 有 非 常 强 大 的 符 咒 sp1 能 够 在 眨 眼 间 毁 掉 一 个 人 sil|32 20 16 23 14 13 18 22 12 8 22 21 29 12 12 14 16 18 18 18 19 12 11 24 36|0.0|5.34 +008176|sil ke3 shi4 sp1 wo3 zai4 ye3 bu4 neng2 cong2 tu2 rang2 li3 fa1 ya2 kai1 hua1 sil|sil 可 是 sp1 我 再 也 不 能 从 土 壤 里 发 芽 开 花 sil|30 17 26 15 13 13 12 10 17 16 15 18 16 19 16 21 31 32|0.0|3.91 +008177|sil yin1 wei4 you2 hen3 duo1 yun4 song4 yan2 de5 lun2 chuan2 fan1 le5 sp1 suo2 yi3 hai2 shui3 cai2 hui4 zhe4 me5 xian2 sp1 zhe4 shi4 wo3 luan4 shuo1 de5 sil|sil 因 为 有 很 多 运 送 盐 的 轮 船 翻 了 sp1 所 以 海 水 才 会 这 么 咸 sp1 这 是 我 乱 说 的 sil|37 14 22 17 22 18 15 15 16 6 17 19 20 18 22 15 10 20 17 17 13 11 11 33 30 13 13 10 23 22 17 33|0.0|6.8 +008178|sil liu4 wu3 er4 lu4 jiao4 qian2 ji3 ri4 quan2 tian1 ji4 hua4 fa1 che1 zeng1 jia1 shi2 er4 che1 ci4 sil|sil 六 五 二 路 较 前 几 日 全 天 计 划 发 车 增 加 十 二 车 次 sil|33 16 14 20 25 21 19 16 14 21 13 13 14 17 25 21 18 13 17 19 22 28|0.0|4.87 +008179|sil fu2 shou3 huo4 hu4 lan2 gan1 sp1 ying1 wu2 ji1 hui1 sp1 bian4 xing2 po4 sun3 sp1 ban1 hen2 tuo1 luo4 sil|sil 扶 手 或 护 栏 杆 sp1 应 无 积 灰 sp1 变 形 破 损 sp1 斑 痕 脱 落 sil|32 22 26 16 14 20 22 12 18 18 20 26 6 22 33 25 29 7 21 24 20 26 30|0.0|5.68 +008180|sil zhe4 ge5 cheng2 shi4 zhong1 yu2 an1 jing4 le5 sp1 ke3 shi4 xin1 li3 de5 hui2 yi4 hao2 chao2 you3 mei2 you3 sil|sil 这 个 城 市 终 于 安 静 了 sp1 可 是 心 里 的 回 忆 好 吵 有 没 有 sil|34 16 8 21 18 16 10 19 20 17 18 15 12 15 13 10 19 21 22 22 13 15 26 33|0.0|5.025 +008181|sil qian2 rong2 bu2 xie4 dao4 sp1 wo3 zhi4 shao3 du2 guo4 yi2 wan4 ben3 shu1 sp1 wo3 qu4 zuo4 zhe4 zhong3 shi4 juan4 sp1 tai4 lang4 fei4 wo3 de5 cai2 qi4 sil|sil 钱 荣 不 屑 道 sp1 我 至 少 读 过 一 万 本 书 sp1 我 去 做 这 种 试 卷 sp1 太 浪 费 我 的 才 气 sil|34 24 23 14 21 22 34 10 14 23 14 17 11 18 15 26 34 9 14 16 12 13 19 23 5 18 17 12 12 7 25 24 32|0.0|7.11 +008182|sil ci3 wai4 sp1 she4 ji2 zhu4 fang2 xin4 xi1 de5 zhong2 zhong3 li4 yi4 wen4 ti2 you3 dai4 wen2 tuo3 chu2 li3 sil|sil 此 外 sp1 涉 及 住 房 信 息 的 种 种 利 益 问 题 有 待 稳 妥 处 理 sil|29 18 26 7 21 17 15 17 17 16 14 18 18 16 10 19 24 18 16 17 18 16 22 35|0.0|5.155 +008183|sil bu2 guo4 dui4 yu2 da4 duo1 shu4 pin3 pai2 er2 yan2 sp1 zhe4 reng2 ran2 shi4 zui4 wen2 tuo3 de5 zuo4 fa3 sil|sil 不 过 对 于 大 多 数 品 牌 而 言 sp1 这 仍 然 是 最 稳 妥 的 做 法 sil|30 13 20 13 15 17 10 13 18 16 13 28 5 16 15 18 16 14 15 14 9 18 27 30|0.0|4.68 +008184|sil gong1 gong5 po2 po5 sp1 ye3 shen1 ming2 da4 yi4 sp1 dong4 yuan2 qin1 qi5 peng2 you5 ti4 ta1 xun2 zhao3 jia1 ren2 sil|sil 公 公 婆 婆 sp1 也 深 明 大 义 sp1 动 员 亲 戚 朋 友 替 她 寻 找 家 人 sil|31 20 14 19 23 3 15 16 15 18 19 10 13 17 16 12 16 22 15 16 19 14 16 25 31|0.0|5.05 +008185|sil ci3 ci4 fang3 hua2 sp1 dai4 bei4 ke4 yu3 zhong1 guo2 fa1 gai2 wei3 jin4 xing2 le5 shen1 ru4 gou1 tong1 sil|sil 此 次 访 华 sp1 戴 贝 克 与 中 国 发 改 委 进 行 了 深 入 沟 通 sil|29 16 12 19 29 12 15 13 21 18 15 10 15 14 25 16 15 8 15 14 15 29 30|0.0|4.705 +008186|sil bing4 quan4 ta1 hai2 shi4 an1 xin1 du2 shu1 sp1 bu2 yao4 wei4 xiao3 shuo1 de5 shi4 qing5 guo4 yu2 fen1 xin1 sil|sil 并 劝 他 还 是 安 心 读 书 sp1 不 要 为 小 说 的 事 情 过 于 分 心 sil|27 18 21 20 19 10 16 17 15 24 22 7 17 14 18 16 8 17 21 14 13 19 29 32|0.0|5.035 +008187|sil lin2 xing2 qian2 sp1 lao3 lao5 lan2 zhu4 ma1 ma5 sp1 ding1 zhu3 dao4 sp1 qian1 wan4 bie2 ti2 xiao3 yin2 zi5 sil|sil 临 行 前 sp1 姥 姥 拦 住 妈 妈 sp1 叮 嘱 道 sp1 千 万 别 提 小 银 子 sil|34 16 19 30 13 16 12 18 11 17 21 4 18 15 22 29 16 17 12 16 17 22 18 31|0.0|5.15 +008188|sil di4 yi1 ci4 zao4 cheng2 dan4 dan5 qing1 wei1 shang1 sp1 di4 er4 ci4 shuang1 fang1 ge4 you3 yi4 ming2 qing1 wei1 shang1 sil|sil 第 一 次 造 成 蛋 蛋 轻 微 伤 sp1 第 二 次 双 方 各 有 一 名 轻 微 伤 sil|29 13 14 24 18 23 21 15 14 13 28 24 8 19 20 23 20 12 13 9 18 14 14 30 32|0.0|5.43 +008189|sil zhe4 dui4 yu2 bao3 hu4 quan2 li4 sp1 jie2 yue1 she4 hui4 cheng2 ben2 deng3 sp1 dou1 shi4 you2 hao3 chu4 de5 sil|sil 这 对 于 保 护 权 利 sp1 节 约 社 会 成 本 等 sp1 都 是 有 好 处 的 sil|30 14 18 18 16 15 22 18 5 17 15 15 10 22 18 20 7 13 12 13 20 21 16 33|0.0|4.735 +008190|sil wu3 shi4 ke4 guan1 ren4 shi5 bi2 ci3 neng2 li4 he2 ze2 ren4 sil|sil 五 是 客 观 认 识 彼 此 能 力 和 责 任 sil|33 16 21 19 14 16 17 13 16 21 15 15 16 24 31|0.0|3.33 +008191|sil zhe4 jiu4 shi4 cao2 gui4 lin2 zuo4 bu4 xing3 de5 wen2 xue2 meng4 sil|sil 这 就 是 曹 桂 林 做 不 醒 的 文 学 梦 sil|30 17 13 15 22 13 22 17 10 19 9 16 16 25 28|0.0|3.155 +008192|sil ta1 de5 zhe4 ju4 hua4 sp1 you3 xin1 suan1 sp1 you3 wu2 nai4 sp1 you3 an1 wei4 sil|sil 她 的 这 句 话 sp1 有 心 酸 sp1 有 无 奈 sp1 有 安 慰 sil|31 19 9 14 14 27 11 14 21 27 8 9 13 27 10 12 18 25 31|0.0|3.95 +008193|sil dang4 wan3 sp1 xiao3 jie2 tou1 tou1 liu1 zou3 sp1 wan2 qi3 le5 shi1 zong1 sil|sil 当 晚 sp1 小 杰 偷 偷 溜 走 sp1 玩 起 了 失 踪 sil|30 17 30 7 23 18 19 15 18 24 10 18 10 10 19 25 30|0.0|3.755 +008194|sil wo3 ning2 shi4 jing1 tan4 yan3 sp1 jian4 dao4 yi4 zhong3 yi4 chang2 de5 mei3 sil|sil 我 凝 视 惊 叹 眼 sp1 见 到 一 种 异 常 的 美 sil|31 12 20 21 17 21 22 13 18 14 10 19 18 21 9 29 33|0.0|3.81 +008195|sil ru2 jin1 sp1 zhe4 zhong2 jiong3 jing4 sp1 bei4 qiao3 miao4 rao4 guo4 le5 sil|sil 如 今 sp1 这 种 窘 境 sp1 被 巧 妙 绕 过 了 sil|33 15 24 9 15 17 24 26 10 14 22 19 21 16 17 31|0.0|3.63 +008196|sil wo3 men5 wei2 chi2 dui4 sheng4 da4 gu3 piao4 de5 chi2 you3 ping2 ji2 sil|sil 我 们 维 持 对 盛 大 股 票 的 持 有 评 级 sil|34 8 12 16 24 18 20 14 14 23 11 18 13 23 30 28|0.0|3.555 +008197|sil hen3 an1 quan2 sp1 shi4 ni3 men5 bu4 xiang2 wo3 an1 quan2 sp1 ha1 ha1 sil|sil 很 安 全 sp1 是 你 们 不 想 我 安 全 sp1 哈 哈 sil|31 16 20 29 9 15 15 19 13 20 16 17 25 8 14 26 32|0.0|3.775 +008198|sil ni3 jian4 guo4 na3 zhi1 mu3 ji1 sp1 da3 jia4 yong4 ji1 dan4 de5 sil|sil 你 见 过 哪 只 母 鸡 sp1 打 架 用 鸡 蛋 的 sil|33 11 18 11 21 13 19 19 10 18 18 18 16 21 19 31|0.0|3.435 +008199|sil ni3 ya5 sp1 yan2 ran2 shi4 lao3 zi5 xun4 er2 zi5 de5 kou3 qi4 sil|sil 你 呀 sp1 严 然 是 老 子 训 儿 子 的 口 气 sil|36 23 29 15 14 21 20 27 17 18 20 12 10 22 22 29|0.0|3.895 +008200|sil ren2 men5 song3 jian1 suo1 tou2 sp1 bi4 zhe5 zui3 sp1 bu4 shuo1 hua4 sil|sil 人 们 耸 肩 缩 头 sp1 闭 着 嘴 sp1 不 说 话 sil|32 15 19 22 17 16 29 6 15 13 15 3 12 15 28 31|0.0|3.345 +008201|sil dui4 yang1 hang2 zuo2 ri4 chu1 tai2 de5 zheng4 ce4 zen3 me5 kan4 sil|sil 对 央 行 昨 日 出 台 的 政 策 怎 么 看 sil|28 17 18 24 14 12 17 15 7 18 20 15 10 29 32|0.0|3.21 +008202|sil ta1 kan4 zhe5 luo2 tian1 cheng2 he2 ta1 xiao3 mei4 jiu4 yan3 hong2 sil|sil 他 看 着 罗 天 诚 和 他 小 妹 就 眼 红 sil|27 17 23 14 14 20 24 14 14 18 21 14 18 33 30|0.0|3.49 +008203|sil zan2 men5 hai2 shi4 tao3 lun4 yi2 xia4 shi4 jie4 he2 ping2 ba5 sil|sil 咱 们 还 是 讨 论 一 下 世 界 和 平 吧 sil|31 17 6 15 13 18 14 13 22 18 14 18 26 20 28|0.0|3.175 +008204|sil zhao4 chao1 su1 lian2 de5 mo2 shi4 sp1 nan2 dao4 bu2 shi4 cuo4 wu4 sil|sil 照 抄 苏 联 的 模 式 sp1 难 道 不 是 错 误 sil|30 20 23 16 16 7 19 20 11 17 17 9 13 27 24 32|0.0|3.49 +008205|sil kan4 lai2 sp1 guang3 zhou1 ta3 hai2 xiang3 cuan4 de5 geng4 gao1 li5 sil|sil 看 来 sp1 广 州 塔 还 想 窜 得 更 高 哩 sil|37 20 21 7 20 14 32 16 15 20 6 18 18 22 33|0.0|3.475 +008206|sil bu2 guo4 ya2 hu2 dong3 shi4 hui4 sp1 kan4 lai2 shi4 shou4 gou4 le5 sil|sil 不 过 雅 虎 董 事 会 sp1 看 来 是 受 够 了 sil|32 12 25 16 16 15 16 20 7 19 16 12 20 18 20 30|0.0|3.41 +008207|sil cang1 wei4 pu3 bian4 pian1 di1 de5 ji1 jin1 dong4 xiang4 ru2 he2 sil|sil 仓 位 普 遍 偏 低 的 基 金 动 向 如 何 sil|31 24 20 19 17 22 15 13 13 17 16 19 15 33 28|0.0|3.51 +008208|sil ling4 wai4 sp1 di4 mian4 shang4 hai2 you3 yi2 ge5 zuan1 kong3 yi2 da3 tong1 sil|sil 另 外 sp1 地 面 上 还 有 一 个 钻 孔 已 打 通 sil|30 13 24 11 12 21 20 16 11 10 11 19 20 12 17 32 32|0.0|3.605 +008209|sil piao2 xi2 qi3 ye4 jiu4 xiang4 yi4 tou2 ben4 zhong4 de5 shou4 lei4 sp1 xiang3 yao4 zhuan3 shen1 sp1 kun4 nan5 chong2 chong2 sil|sil 漂 洗 企 业 就 像 一 头 笨 重 的 兽 类 sp1 想 要 转 身 sp1 困 难 重 重 sil|30 23 15 20 23 15 15 7 23 22 14 7 21 20 16 19 13 19 24 3 20 19 19 30 34|0.0|5.47 +008210|sil tang3 zai4 ji2 jiu4 dan1 jia4 shang4 de5 nan2 zi3 shuang1 mu4 jin3 bi4 sp1 tou2 fa4 san4 fa1 chu1 yi4 gu3 shao1 jiao1 de5 wei4 dao4 sil|sil 躺 在 急 救 担 架 上 的 男 子 双 目 紧 闭 sp1 头 发 散 发 出 一 股 烧 焦 的 味 道 sil|37 24 20 12 16 18 18 15 5 22 19 24 12 21 21 24 23 21 18 12 17 11 15 19 17 11 17 23 33|0.0|6.33 +008211|sil gong1 ye4 yuan2 qu1 shi4 cheng2 jie1 chan3 ye4 zhuan3 yi2 sp1 jia1 su4 chan3 ye4 ji2 ju4 sp1 pei2 yu4 chan3 ye4 ji2 qun2 de5 zhu3 yao4 zai4 ti3 sil|sil 工 业 园 区 是 承 接 产 业 转 移 sp1 加 速 产 业 集 聚 sp1 培 育 产 业 集 群 的 主 要 载 体 sil|30 15 14 19 25 16 22 18 19 13 17 23 22 20 17 18 13 18 26 32 20 16 22 17 17 22 10 12 13 18 26 36|0.0|7.265 +008212|sil na4 yi2 ke4 sp1 wo3 cai2 zhen1 zheng4 de5 dong2 ni3 sp1 jiu4 xiang4 dong2 wo3 xian4 zai4 de5 zi4 ji3 sil|sil 那 一 刻 sp1 我 才 真 正 的 懂 你 sp1 就 像 懂 我 现 在 的 自 己 sil|31 22 11 22 9 14 16 16 14 8 18 21 18 14 21 16 13 20 16 11 15 25 32|0.0|4.675 +008213|sil zhe4 jian3 zhi2 shi4 chi4 luo2 luo3 de5 xing4 bie2 qi2 shi4 sil|sil 这 简 直 是 赤 裸 裸 的 性 别 歧 视 sil|30 16 19 14 19 16 15 17 9 19 14 20 25 29|0.0|3.045 +008214|sil ta1 da3 suan4 nu3 li4 gong1 zuo4 zan3 qian2 sp1 san1 nian2 hou4 kai1 zhe5 che1 qu4 zi4 jia4 you2 sil|sil 他 打 算 努 力 工 作 攒 钱 sp1 三 年 后 开 着 车 去 自 驾 游 sil|30 16 17 22 14 15 16 13 17 29 13 17 16 22 18 11 19 15 13 18 29 31|0.0|4.77 +008215|sil yi3 shi4 shen1 qiu1 de5 gu3 du1 luo2 ma3 sp1 que4 hao2 wu2 han2 yi4 sil|sil 已 是 深 秋 的 古 都 罗 马 sp1 却 毫 无 寒 意 sil|31 12 15 21 20 12 15 12 17 27 6 20 18 13 24 17 35|0.0|3.66 +008216|sil zhe4 shi4 yu4 fang2 zui4 zao1 jie2 guo3 de5 bao2 xian3 xing4 zheng4 ce4 sil|sil 这 是 预 防 最 糟 结 果 的 保 险 性 政 策 sil|33 14 18 18 21 15 15 17 15 13 18 17 16 17 20 30|0.0|3.445 +008217|sil huang2 mou3 bin1 cheng1 sp1 shi4 fa1 shi2 cai3 sha1 che1 sp1 sha1 che1 mei2 fan3 ying4 sp1 zao4 cheng2 yu3 qian2 fang1 xiao4 che1 zhui1 wei3 sil|sil 黄 某 彬 称 sp1 事 发 时 踩 刹 车 sp1 刹 车 没 反 应 sp1 造 成 与 前 方 校 车 追 尾 sil|32 18 16 17 30 17 16 16 21 20 17 25 21 16 15 16 19 20 27 17 22 19 20 15 15 14 17 29 31|0.0|6.705 +008218|sil you2 yu2 lie4 che1 zhang3 shi2 jian1 ting2 kao4 sp1 che1 xiang1 nei4 de5 kong1 qi4 yue4 lai2 yue4 men1 sil|sil 由 于 列 车 长 时 间 停 靠 sp1 车 厢 内 的 空 气 越 来 越 闷 sil|34 16 9 17 18 21 14 16 20 25 19 17 16 12 7 22 23 15 13 14 27 32|0.0|4.725 +008219|sil jiang1 an4 qu1 xiao1 fang2 zhong1 dui4 gan3 lai2 sp1 jiang1 lao3 ren2 cong2 yu1 ni2 zhong1 bao4 qi3 sil|sil 江 岸 区 消 防 中 队 赶 来 sp1 将 老 人 从 淤 泥 中 抱 起 sil|30 19 17 19 15 17 13 11 18 25 7 20 15 18 17 14 16 17 19 28 30|0.0|4.475 +008220|sil dan4 ru2 guo3 an4 che1 dui4 gui1 mo2 sp1 yi4 hai1 shu4 qian1 liang4 che1 de5 liang4 ji2 jue2 dui4 suan4 bu2 shang4 zui4 da4 sil|sil 但 如 果 按 车 队 规 模 sp1 一 嗨 数 千 辆 车 的 量 级 绝 对 算 不 上 最 大 sil|32 20 16 12 17 18 14 15 27 31 14 26 22 17 17 15 7 28 29 20 12 19 8 16 16 23 33|0.0|6.085 +008221|sil xiao3 mei4 zui4 hou4 hai2 shi4 yong1 you3 le5 ban4 ge4 ya2 dian3 na4 de5 zhi4 hui4 sp1 jue2 yi4 he2 luo2 tian1 cheng2 fen1 shou3 sil|sil 小 妹 最 后 还 是 拥 有 了 半 个 雅 典 娜 的 智 慧 sp1 决 意 和 罗 天 诚 分 手 sil|33 20 24 17 15 19 14 16 15 17 15 9 18 15 15 8 19 24 25 21 16 13 15 19 18 17 29 36|0.0|6.055 +008222|sil ta1 shuo1 sp1 fei1 ji1 zai4 dian1 bo3 di4 yi1 ci4 shi1 zhong4 hou4 sp1 guang3 bo1 cai2 shuo1 fei1 ji1 yu4 dao4 qiang2 qi4 liu2 sil|sil 她 说 sp1 飞 机 在 颠 簸 第 一 次 失 重 后 sp1 广 播 才 说 飞 机 遇 到 强 气 流 sil|31 17 29 11 20 19 23 20 20 11 11 16 16 18 23 25 17 13 18 25 20 12 13 14 22 19 30 35|0.0|6.36 +008223|sil si4 shi4 sp1 qi3 ye4 guo2 ji4 hua4 jing1 ying2 neng2 li4 jiao4 ruo4 sil|sil 四 是 sp1 企 业 国 际 化 经 营 能 力 较 弱 sil|31 22 22 6 22 19 16 15 17 12 12 13 14 18 25 28|0.0|3.385 +008224|sil hui2 dao4 jia1 sp1 lin2 ma1 sp1 bu2 zhu4 cui1 wen4 sp1 ta1 shuo1 hai2 ke2 yi3 sp1 lin2 mu3 pai1 tui3 er2 qi3 sp1 ni3 shuo1 ke2 yi3 jiu4 shi4 bu4 hao3 sil|sil 回 到 家 sp1 林 妈 sp1 不 住 催 问 sp1 他 说 还 可 以 sp1 林 母 拍 腿 而 起 sp1 你 说 可 以 就 是 不 好 sil|35 19 15 26 10 18 20 4 13 15 20 22 22 17 14 14 21 21 37 16 19 18 12 19 30 36 9 16 22 17 16 13 16 30 31|0.0|7.935 +008225|sil shang4 yi4 jiao1 yi4 ri4 sp1 ren2 min2 bi4 dui4 mei3 yuan2 hui4 lv4 wei2 sp1 liu4 dian3 san1 qi1 jiu3 qi1 yuan2 sil|sil 上 一 交 易 日 sp1 人 民 币 兑 美 元 汇 率 为 sp1 六 点 三 七 九 七 元 sil|37 26 10 19 11 22 12 14 17 17 16 18 17 17 13 27 29 18 23 17 14 16 20 29 40|0.0|5.79 +008226|sil xian4 zai4 zuo4 zhe4 ge5 de5 ren2 ye3 yue4 lai2 yue4 shao3 le5 sp1 wo3 duo1 zuo4 yi2 jian4 sp1 jiu4 duo1 liu2 yi2 jian4 bei5 sil|sil 现 在 做 这 个 的 人 也 越 来 越 少 了 sp1 我 多 做 一 件 sp1 就 多 留 一 件 呗 sil|32 22 19 17 13 12 6 21 17 11 13 15 24 21 30 11 14 16 14 21 7 17 13 16 13 19 24 33|0.0|5.7 +008227|sil lao3 shi1 mei3 tian1 chong2 fu4 de5 gao4 su5 ta1 men5 sp1 zen3 yang4 bo1 zhong3 sp1 ou4 fei2 zhong4 zhi2 dao4 cai3 shou1 sil|sil 老 师 每 天 重 复 地 告 诉 他 们 sp1 怎 样 播 种 sp1 沤 肥 种 植 到 采 收 sil|30 16 16 16 21 23 15 8 16 11 18 21 15 17 24 20 27 7 19 34 22 20 16 20 29 29|0.0|5.92 +008228|sil ling4 yi2 zao4 xing2 shi4 yi3 ping2 guo3 zuo4 dian3 zhui4 sp1 yi4 shen1 xian1 hua1 tu2 an4 chang2 qun2 de5 nv3 xing1 zhuang1 ban4 sil|sil 另 一 造 型 是 以 苹 果 作 点 缀 sp1 一 身 鲜 花 图 案 长 裙 的 女 星 装 扮 sil|31 14 11 18 27 20 13 24 14 13 18 25 30 11 22 18 16 18 16 21 17 8 17 21 21 23 32|0.0|6.03 +008229|sil yi3 jun1 zong3 can1 mou2 zhang3 sp1 ha1 lu3 ci2 jiang1 jun5 sp1 ling2 chen2 zhao4 kai1 jin3 ji2 hui4 yi4 tao3 lun4 dui4 ce4 sil|sil 以 军 总 参 谋 长 sp1 哈 鲁 茨 将 军 sp1 凌 晨 召 开 紧 急 会 议 讨 论 对 策 sil|36 16 21 19 15 13 29 13 15 14 21 21 18 8 17 19 16 19 17 12 19 16 17 15 18 24 34|0.0|5.83 +008230|sil da4 jia1 ba3 xin1 yuan4 xie2 hao3 dian3 shang4 deng1 sp1 deng1 fei1 le5 da4 gai4 liang3 ceng2 lou2 gao1 de5 shi2 hou4 sil|sil 大 家 把 心 愿 写 好 点 上 灯 sp1 灯 飞 了 大 概 两 层 楼 高 的 时 候 sil|30 14 19 18 16 15 20 33 15 19 26 26 18 17 11 16 18 19 18 15 15 10 17 22 34|0.0|5.58 +008231|sil shuo1 ma3 hong2 shi4 zhu1 rong2 ji1 de5 en1 shi1 sp1 dui4 zhu1 rong2 ji1 you3 zhi1 yu4 zhi1 en1 sp1 yi4 dian2 ye3 bu2 guo4 fen4 sil|sil 说 马 洪 是 朱 镕 基 的 恩 师 sp1 对 朱 镕 基 有 知 遇 之 恩 sp1 一 点 也 不 过 分 sil|33 23 23 28 19 13 17 13 8 18 28 18 15 12 18 19 18 18 14 18 21 6 14 14 15 14 17 25 30|0.0|6.14 +008232|sil lian2 bang1 jing3 cha2 yi3 zhen1 dui4 zhe4 yi2 xi4 lie4 shi4 jian4 zhan3 kai1 diao4 cha2 sil|sil 联 邦 警 察 已 针 对 这 一 系 列 事 件 展 开 调 查 sil|33 15 14 17 24 14 15 11 14 9 13 16 19 19 18 16 17 30 33|0.0|4.025 +008233|sil dan1 shuang1 hao4 xian4 xing2 yan3 lian4 sp1 zhen1 zheng4 de5 kao3 yan4 jiang1 zai4 xia4 zhou1 yi1 sil|sil 单 双 号 限 行 演 练 sp1 真 正 的 考 验 将 在 下 周 一 sil|29 16 18 20 16 15 17 21 8 16 15 6 20 18 20 11 19 17 23 31|0.0|4.135 +008234|sil hen3 duo1 wang2 you3 dui4 guang3 zhou1 lv3 ke4 lu2 mang3 de5 xing2 wei2 biao3 shi4 qian3 ze2 sil|sil 很 多 网 友 对 广 州 旅 客 鲁 莽 的 行 为 表 示 谴 责 sil|38 15 10 19 25 18 19 14 16 22 17 16 8 15 23 15 14 27 30 32|0.0|4.56 +008235|sil zhong1 guo2 hai3 yang2 diao4 cha2 chuan2 sp1 ke1 xue2 san1 hao4 sp1 er4 shi2 san1 ri4 jia1 ru4 sil|sil 中 国 海 洋 调 查 船 sp1 科 学 三 号 sp1 二 十 三 日 加 入 sil|31 20 15 15 17 13 17 30 4 19 18 17 24 14 11 12 16 19 22 20 32|0.0|4.48 +008236|sil yu3 shi4 you3 liao2 tian1 sp1 tao3 lun4 lin2 xi1 shi4 fou3 zhen1 de5 ai4 mu4 huang2 yao4 ming2 sil|sil 与 室 友 聊 天 sp1 讨 论 林 夕 是 否 真 的 爱 慕 黄 耀 明 sil|30 13 16 13 17 25 9 20 14 19 22 15 14 19 12 13 16 16 16 31 32|0.0|4.435 +008237|sil wo3 men5 jiu4 juan2 qi3 pu1 gai4 sp1 na2 zhe5 ya2 shua1 shen2 me5 de5 qu4 xi3 shu4 sil|sil 我 们 就 卷 起 铺 盖 sp1 拿 着 牙 刷 什 么 的 去 洗 漱 sil|32 8 11 20 20 17 20 23 9 15 8 19 18 16 10 12 16 21 27 33|0.0|4.125 +008238|sil xu2 hu3 du2 shu1 shi2 sp1 yi4 zhi2 dou1 kao4 xue2 xiao4 fa1 gei3 de5 zhu4 xue2 jin1 sil|sil 徐 虎 读 书 时 sp1 一 直 都 靠 学 校 发 给 的 助 学 金 sil|31 21 18 13 15 27 18 13 13 15 20 15 18 18 14 10 13 17 23 31|0.0|4.22 +008239|sil dan4 ta1 men5 xiang4 guang2 yu3 gong1 si1 sp1 da3 qian4 tiao2 jie4 qian2 sp1 dao4 shi4 zhen1 de5 sil|sil 但 他 们 向 广 宇 公 司 sp1 打 欠 条 借 钱 sp1 倒 是 真 的 sil|29 17 16 10 22 16 14 17 19 3 16 22 17 15 28 9 13 12 22 15 33|0.0|4.235 +008240|sil zhi1 hou4 sp1 wo2 yi2 guang3 gao4 mo2 ter4 r de5 shen1 fen4 sp1 zai4 yi4 neng2 jie4 da3 pin1 sil|sil 之 后 sp1 我 以 广 告 模 特 儿 的 身 份 sp1 在 艺 能 界 打 拼 sil|29 17 27 5 15 12 19 13 18 23 0 9 19 18 6 18 13 16 14 18 30 34|0.0|4.325 +008241|sil ni3 rang4 nong2 min2 ba3 dui1 ji1 ru2 shan1 de5 jie1 gan3 sp1 na2 qu4 gan4 shen2 me5 sil|sil 你 让 农 民 把 堆 积 如 山 的 秸 杆 sp1 拿 去 干 什 么 sil|34 10 16 16 23 17 16 13 14 16 8 20 21 8 16 14 18 19 16 33|0.0|4.035 +008242|sil chen1 zhou1 shi4 jian3 cha2 yuan4 sp1 ye2 yi3 jie4 ru4 diao4 cha2 sil|sil 郴 州 市 检 察 院 sp1 也 已 介 入 调 查 sil|29 21 16 17 18 20 21 5 13 13 16 13 17 34 30|0.0|3.285 +008243|sil sui1 ran2 wo3 wu2 er2 wu2 nv3 sp1 dan4 xiang2 dang3 he2 zheng4 fu3 de5 fu2 sp1 wo3 de5 wan3 nian2 guo4 de5 hen3 an1 yi4 sil|sil 虽 然 我 无 儿 无 女 sp1 但 享 党 和 政 府 的 福 sp1 我 的 晚 年 过 得 很 安 逸 sil|36 17 22 18 15 16 15 29 14 18 23 20 14 18 12 10 28 16 12 7 18 21 12 8 18 15 25 32|0.0|5.915 +008244|sil dan4 ying2 jie1 ta1 de5 sp1 bu2 shi4 tong2 qing2 he2 bang1 zhu4 sp1 er2 shi4 yi2 lang4 you4 yi2 lang4 de5 qian3 ze2 sil|sil 但 迎 接 她 的 sp1 不 是 同 情 和 帮 助 sp1 而 是 一 浪 又 一 浪 的 谴 责 sil|30 21 18 14 23 15 9 12 15 21 17 12 19 19 23 12 19 15 19 16 9 16 8 25 30 30|0.0|5.42 +008245|sil xiao3 zhen4 shang4 de5 ren2 dou1 cheng1 zhi1 wei2 cai2 zi3 sil|sil 小 镇 上 的 人 都 称 之 为 才 子 sil|31 22 15 17 6 24 14 17 10 16 29 28 31|0.0|3.015 +008246|sil zou3 chu1 zhang4 peng5 de5 shi2 hou4 sp1 wo3 wen4 pang2 bian1 de5 tong2 shi4 sp1 zhe4 ge5 wa2 wa5 sp1 you3 mei2 you2 liang3 sui4 sil|sil 走 出 帐 篷 的 时 候 sp1 我 问 旁 边 的 同 事 sp1 这 个 娃 娃 sp1 有 没 有 两 岁 sil|33 21 15 19 14 8 16 19 16 9 17 17 14 6 18 22 27 16 8 16 19 7 12 9 14 20 29 34|0.0|5.515 +008247|sil lao2 ban3 you1 you1 de5 hui2 da2 sp1 kan4 ni3 hui4 bu2 hui4 yang3 le5 sp1 yang3 de5 hao3 le5 sp1 ta1 song4 ni2 zou3 sil|sil 老 板 悠 悠 的 回 答 sp1 看 你 会 不 会 养 了 sp1 养 的 好 了 sp1 它 送 你 走 sil|33 18 17 17 14 11 17 24 18 20 11 16 10 12 18 23 17 17 8 22 15 4 16 16 13 31 36|0.0|5.5 +008248|sil yan3 xi2 guo4 cheng2 zhong1 sp1 jiang1 dong4 yong4 fu2 he2 bei3 yue1 biao1 zhun3 de5 xian1 jin4 ji4 suan4 ji1 xi4 tong3 sil|sil 演 习 过 程 中 sp1 将 动 用 符 合 北 约 标 准 的 先 进 计 算 机 系 统 sil|33 14 13 14 18 21 8 20 15 20 16 15 15 17 18 18 15 21 16 10 16 12 16 27 37|0.0|5.165 +008249|sil hao3 zai4 nao4 xin1 fang2 de5 xi3 qing4 he2 re4 lie4 sp1 mi2 bu3 le5 hun1 li3 de5 zhong1 sheng1 yi2 han4 sil|sil 好 在 闹 新 房 的 喜 庆 和 热 烈 sp1 弥 补 了 婚 礼 的 终 生 遗 憾 sil|33 20 21 21 17 16 8 20 18 13 18 23 22 15 11 11 21 12 12 16 18 17 25 36|0.0|5.155 +008250|sil gao1 you2 jia4 jiang1 dui4 guo2 ji4 guan1 xi5 de5 hu4 dong4 sp1 chan3 sheng1 mou2 zhong3 wei1 miao4 sp1 huo4 dai4 you3 wu4 shi2 qing1 xiang4 de5 ying2 xiang3 sil|sil 高 油 价 将 对 国 际 关 系 的 互 动 sp1 产 生 某 种 微 妙 sp1 或 带 有 务 实 倾 向 的 影 响 sil|30 17 16 24 20 12 16 14 16 14 10 20 20 7 21 15 16 22 17 26 9 15 11 20 16 14 18 15 6 18 27 36|0.0|6.48 +008251|sil luo2 zhi4 hai3 shuo1 sp1 hou2 long5 li3 hao3 xiang4 zhang3 le5 kuai4 dong1 xi5 sp1 ran2 hou4 yi4 zhi2 kai1 shi2 tu3 sil|sil 罗 志 海 说 sp1 喉 咙 里 好 像 长 了 块 东 西 sp1 然 后 一 直 开 始 吐 sil|33 14 14 18 26 9 17 16 15 15 16 14 8 17 18 21 27 14 21 16 11 17 13 33 34|0.0|5.305 +008252|sil huai2 le5 yun4 de5 qi1 zi3 wen4 zhang4 fu5 sp1 ni3 jue2 de5 sp1 wo3 men5 de5 hai2 zi5 xiang4 shui2 geng4 hao3 sil|sil 怀 了 孕 的 妻 子 问 丈 夫 sp1 你 觉 得 sp1 我 们 的 孩 子 像 谁 更 好 sil|26 18 10 17 8 20 15 15 21 23 28 12 17 20 5 10 12 10 22 12 18 19 19 26 33|0.0|5.06 +008253|sil ji2 shi3 zai4 wei4 jia1 zheng4 lao3 lao5 qu4 shi4 shi2 sp1 dou1 mei2 gan3 shuo1 sil|sil 即 使 在 魏 嘉 政 姥 姥 去 世 时 sp1 都 没 敢 说 sil|30 16 20 17 15 15 18 12 12 19 18 23 7 12 15 18 32 33|0.0|3.85 +008254|sil yi4 bai3 ge5 xiao4 hua5 sp1 wo2 jiang3 wan2 hui4 bu2 hui4 xi4 tong3 beng1 kui4 ya5 sil|sil 一 百 个 笑 话 sp1 我 讲 完 会 不 会 系 统 崩 溃 呀 sil|31 12 20 10 23 25 19 11 17 23 20 8 12 16 18 18 20 23 31|0.0|4.14 +008255|sil wo2 gao3 bu2 guo4 sp1 ge1 bo5 ning3 bu2 guo4 da4 tui3 sp1 wo3 ren4 ming4 le5 sil|sil 我 搞 不 过 sp1 胳 膊 拧 不 过 大 腿 sp1 我 认 命 了 sil|31 11 18 14 22 18 20 12 17 10 14 18 30 11 11 16 24 19 32|0.0|4.045 +008256|sil da4 duo1 shu4 ren2 dou1 fang4 qi4 yang3 zhu1 sp1 gai3 zuo4 bie2 de5 hang2 dang4 sil|sil 大 多 数 人 都 放 弃 养 猪 sp1 改 作 别 的 行 当 sil|28 17 12 15 22 12 17 13 21 22 8 17 17 16 10 24 21 33|0.0|3.77 +008257|sil ta1 qiao3 sheng1 zuo4 dao4 na4 ge5 fan1 shu1 ru2 fei1 de5 nan2 sheng1 pang2 sil|sil 他 悄 声 坐 到 那 个 翻 书 如 飞 的 男 生 旁 sil|29 18 23 23 16 12 20 17 20 18 16 15 8 19 19 32 29|0.0|3.875 +008258|sil chan3 ye4 hua4 dui4 nong2 mu4 min2 zeng1 shou1 de5 dai4 dong4 zuo4 yong4 ming2 xian3 sil|sil 产 业 化 对 农 牧 民 增 收 的 带 动 作 用 明 显 sil|30 22 19 23 13 18 12 19 15 16 7 16 14 13 13 16 31 31|0.0|3.81 +008259|sil yao1 ning2 hai2 fa1 biao3 le5 chang2 da2 qi1 fen1 zhong1 de5 da3 hei1 xuan1 yan2 sil|sil 幺 宁 还 发 表 了 长 达 七 分 钟 的 打 黑 宣 言 sil|32 17 24 19 18 15 13 24 13 19 16 16 11 16 18 17 27 35|0.0|4.06 +008260|sil ye3 nan2 guai4 sp1 zhong1 guo2 you3 ming2 yan2 qun2 zhong4 de5 yan3 jing5 shi4 xue3 liang4 de5 sil|sil 也 难 怪 sp1 中 国 有 名 言 群 众 的 眼 睛 是 雪 亮 的 sil|33 12 22 23 6 19 12 15 16 18 19 14 6 21 21 14 18 28 17 29|0.0|4.215 +008261|sil kan4 dao4 sun1 nv5 de2 jiu4 sp1 nv3 tong2 de5 nai3 nai5 po4 ti2 wei2 xiao4 sil|sil 看 到 孙 女 得 救 sp1 女 童 的 奶 奶 破 啼 为 笑 sil|30 23 15 15 14 18 23 25 12 20 6 20 18 18 15 18 29 31|0.0|4.06 +008262|sil rao2 fu4 gui4 shuo1 sp1 ci3 hou4 yuan2 rao2 ye3 bei4 zhao3 qu4 zuo4 le5 ji4 lu4 sil|sil 饶 富 贵 说 sp1 此 后 袁 饶 也 被 找 去 做 了 记 录 sil|31 19 15 17 28 12 18 18 18 31 17 14 16 16 12 10 15 21 31|0.0|4.17 +008263|sil ni3 ren4 zhun2 wo3 jiu4 xing2 le5 sp1 wo3 shi4 gong1 an1 ju2 de5 sp1 jiao4 yang2 yu4 zhang1 sil|sil 你 认 准 我 就 行 了 sp1 我 是 公 安 局 的 sp1 叫 杨 玉 章 sil|37 12 17 13 15 13 21 14 17 10 13 11 17 20 15 7 20 14 16 28 34|0.0|4.23 +008264|sil ta1 tong2 shi2 cheng1 sp1 dan4 nong2 min2 wei4 kou3 tai4 da4 sp1 bu4 hao2 jie3 jue2 sil|sil 他 同 时 称 sp1 但 农 民 胃 口 太 大 sp1 不 好 解 决 sil|32 15 17 13 31 10 17 15 15 14 16 18 20 11 12 16 14 30 33|0.0|4.05 +008265|sil ju4 diao4 cha2 sp1 ge2 wu1 ran3 yuan2 lai2 zi4 chang2 sha1 xiang1 he2 hua4 gong1 chang3 sil|sil 据 调 查 sp1 镉 污 染 源 来 自 长 沙 湘 和 化 工 厂 sil|31 15 16 28 12 18 13 16 29 17 17 22 20 18 17 18 16 27 34|0.0|4.46 +008266|sil dan4 shi4 sp1 yi4 xie1 ji4 xiang4 xian3 shi4 sp1 xue4 an4 you2 nei4 bu4 ren2 tiao2 qi3 sil|sil 但 是 sp1 一 些 迹 象 显 示 sp1 血 案 由 内 部 人 挑 起 sil|31 16 26 11 9 14 12 19 16 24 16 19 19 18 19 9 17 20 26 37|0.0|4.385 +008267|sil you2 hao3 peng2 you5 de5 guan1 xin1 sp1 wo3 de5 ya2 sp1 zen2 gan3 bu2 kuai4 dian2 hao3 ne5 sil|sil 有 好 朋 友 的 关 心 sp1 我 的 牙 sp1 怎 敢 不 快 点 好 呢 sil|33 17 17 13 13 10 17 26 13 11 8 23 4 19 20 10 22 15 18 24 33|0.0|4.25 +008268|sil xiao3 peng2 you5 kan4 dao4 fo2 lai2 ming2 ju4 tu4 da4 xiong2 dou1 hao3 jing1 xi3 sil|sil 小 朋 友 看 到 佛 莱 明 巨 兔 大 熊 都 好 惊 喜 sil|34 19 15 19 20 16 13 14 22 15 14 18 24 15 19 20 28 33|0.0|4.155 +008269|sil kong1 tou2 cheng2 gong1 le5 sp1 bei4 kun4 de5 wu3 qian1 duo1 qun2 zhong4 you3 jiu4 le5 sil|sil 空 投 成 功 了 sp1 被 困 的 五 千 多 群 众 有 救 了 sil|29 23 20 20 15 17 21 15 21 9 13 19 12 21 15 21 22 22 31|0.0|4.245 +008270|sil wu2 shi4 cheng2 hen3 pei4 fu5 cen2 gong3 xian4 fa1 tu3 di4 cai2 de5 neng2 li4 sil|sil 吴 仕 成 很 佩 服 岑 巩 县 发 土 地 财 的 能 力 sil|34 11 15 28 23 20 12 20 17 22 20 18 14 17 8 19 20 33|0.0|4.07 +008271|sil jin4 ri4 sp1 xu3 jin4 heng1 zai4 ai4 chao2 jia1 jian4 ying1 er2 fang2 sp1 ri4 nei4 jiang1 hui4 da4 si4 zhuang1 xiu1 sil|sil 近 日 sp1 许 晋 亨 在 爱 巢 加 建 婴 儿 房 sp1 日 内 将 会 大 肆 装 修 sil|31 20 21 9 19 17 27 17 18 24 16 14 16 14 29 28 10 20 17 16 18 17 19 28 32|0.0|5.775 +008272|sil she4 qu1 lao3 ju1 min2 qiao1 luo2 da2 gu3 sp1 ye4 zhu3 dai4 biao3 na2 dao4 yao4 shi5 hou4 sp1 xiao4 de5 he2 bu4 long2 zui3 sil|sil 社 区 老 居 民 敲 锣 打 鼓 sp1 业 主 代 表 拿 到 钥 匙 后 sp1 笑 得 合 不 拢 嘴 sil|31 21 16 14 15 22 19 13 20 27 22 12 10 16 15 17 10 17 14 18 14 23 12 17 7 18 31 37|0.0|5.9 +008273|sil gong1 dian4 fu2 wu4 re4 xian4 sp1 jiu2 wu2 wu2 jiu3 ba1 sp1 bao3 chi2 er4 shi5 si4 xiao3 shi2 chang4 tong1 sil|sil 供 电 服 务 热 线 sp1 九 五 五 九 八 sp1 保 持 二 十 四 小 时 畅 通 sil|33 19 18 12 13 17 30 15 17 16 18 22 25 7 16 22 14 11 12 16 12 22 28 30|0.0|5.165 +008274|sil yu2 shi4 sp1 ta1 shang4 lou2 ba2 diao4 dian4 yuan2 sp1 er2 biao3 di4 ye2 xiang3 shang4 ce4 suo3 sil|sil 于 是 sp1 她 上 楼 拔 掉 电 源 sp1 而 表 弟 也 想 上 厕 所 sil|33 12 23 6 17 21 19 16 14 17 26 20 13 21 15 16 17 16 14 29 34|0.0|4.63 +008275|sil er4 shi4 sp1 zhong1 guo2 te4 se4 ji1 ben3 yi1 liao2 wei4 sheng1 zhi4 du4 kuang4 jia4 sp1 chu1 bu4 jian4 li4 sil|sil 二 是 sp1 中 国 特 色 基 本 医 疗 卫 生 制 度 框 架 sp1 初 步 建 立 sil|32 20 25 11 18 14 19 18 14 11 11 16 12 18 17 13 27 21 3 22 12 18 19 31|0.0|4.895 +008276|sil dang1 nian2 bei4 tuan2 jie2 qi3 lai2 de5 xiao3 ni2 qiu5 sp1 yi3 jing1 bei4 xi1 ji4 yi4 tong3 jiang1 hu2 de5 e4 yu2 xian2 qi4 sil|sil 当 年 被 团 结 起 来 的 小 泥 鳅 sp1 已 经 被 希 冀 一 统 江 湖 的 鳄 鱼 嫌 弃 sil|30 15 23 15 20 12 13 14 7 15 20 24 19 9 19 20 21 18 14 20 20 14 8 19 14 22 25 30|0.0|5.81 +008277|sil gen1 ju4 jian3 ce4 jie2 guo3 sp1 nan2 jing1 shi4 you3 guan1 bu4 men2 li4 ji2 ze2 ling4 xing1 wang4 tu2 zai2 chang3 ting2 ye4 sil|sil 根 据 检 测 结 果 sp1 南 京 市 有 关 部 门 立 即 责 令 兴 旺 屠 宰 场 停 业 sil|32 17 17 16 14 17 26 26 14 15 15 14 16 11 29 17 12 19 21 18 17 15 13 19 21 22 30|0.0|5.845 +008278|sil wei4 lai2 ban4 ge4 yue4 li3 sp1 ban4 sui2 dian4 yin1 de5 ne2 zha1 san1 tai4 zi3 sp1 dou1 jiang1 ji4 xu4 zai4 jie1 nei4 biao2 yan3 sil|sil 未 来 半 个 月 里 sp1 伴 随 电 音 的 哪 吒 三 太 子 sp1 都 将 继 续 在 街 内 表 演 sil|34 12 17 16 9 16 24 20 15 18 19 19 14 20 17 15 19 25 7 12 18 14 13 15 12 15 20 25 33|0.0|5.955 +008279|sil pie1 kai1 ai4 guo2 bu2 ai4 guo2 lai2 shuo1 sp1 zhen1 yao4 zhua1 nai2 fen3 de5 zhi4 liang4 sp1 jiu4 ba3 da4 pin3 pai2 yin3 jin4 lai2 sil|sil 瞥 开 爱 国 不 爱 国 来 说 sp1 真 要 抓 奶 粉 的 质 量 sp1 就 把 大 品 牌 引 进 来 sil|32 18 23 16 14 10 15 13 18 25 21 14 15 13 16 14 7 15 22 16 15 13 17 18 16 17 18 26 31|0.0|5.895 +008280|sil zai4 ta1 jia1 meng2 zhi1 chu1 sp1 lian2 pu3 hai2 zhi3 shi4 kan4 shang4 qu4 hen2 mei3 sp1 zi1 jin1 zhuang4 kuang4 sp1 you3 jin4 wu2 chu1 sil|sil 在 她 加 盟 之 初 sp1 脸 谱 还 只 是 看 上 去 很 美 sp1 资 金 状 况 sp1 有 进 无 出 sil|33 15 20 14 17 12 28 20 23 24 19 12 15 19 16 12 18 23 24 14 16 23 19 9 16 17 12 30 32|0.0|6.41 +008281|sil you2 ta1 zhi4 zuo4 de5 dian4 shi4 ju4 yong1 zheng4 wang2 chao2 sp1 ceng2 huo4 zhong1 guo2 dian4 shi4 ju4 sp1 zui4 gao1 san1 da4 jiang3 xiang4 sil|sil 由 她 制 作 的 电 视 剧 雍 正 王 朝 sp1 曾 获 中 国 电 视 剧 sp1 最 高 三 大 奖 项 sil|32 12 18 14 12 8 16 15 20 21 13 18 29 21 21 20 17 13 13 14 18 6 17 17 17 13 17 29 32|0.0|5.96 +008282|sil zhe4 shi4 wo3 de5 gong1 zuo4 sp1 shi4 qing5 chu1 lai5 hou4 sp1 ping2 jia4 zong3 hui4 you2 hao2 you3 huai4 sp1 dan4 wo3 bu2 hui4 ji4 jiao4 sil|sil 这 是 我 的 工 作 sp1 事 情 出 来 后 sp1 评 价 总 会 有 好 有 坏 sp1 但 我 不 会 计 较 sil|34 14 13 11 9 19 24 22 17 17 13 18 19 3 24 19 17 14 15 17 16 25 17 12 14 12 17 16 24 33|0.0|6.1 +008283|sil yi1 yuan4 mian4 shi4 gong1 si1 deng3 pai1 she4 chang3 di4 sp1 ye3 shi4 ta1 yi1 yi1 zhang1 luo5 de5 sil|sil 医 院 面 试 公 司 等 拍 摄 场 地 sp1 也 是 他 一 一 张 罗 的 sil|31 20 26 17 14 16 18 16 18 12 23 17 16 13 16 20 12 13 19 16 18 31|0.0|4.665 +008284|sil zhen2 suo3 yi4 fang1 ze2 ren4 wei2 mei2 you3 ze2 ren4 sil|sil 诊 所 一 方 则 认 为 没 有 责 任 sil|29 19 16 14 24 13 15 15 14 15 17 23 27|0.0|2.8 +008285|sil shi4 cheng2 hou4 sp1 lin2 ju1 hui4 gei3 bao4 chou2 sil|sil 事 成 后 sp1 邻 居 会 给 报 酬 sil|32 18 22 20 12 17 17 16 14 20 25 32|0.0|2.845 +008286|sil zheng4 yin1 ru2 ci3 sp1 ta1 men5 zai4 xuan3 ze2 gong1 zuo4 shi2 hui4 xiang1 dui4 tiao1 ti4 yi4 xie1 sil|sil 正 因 如 此 sp1 他 们 在 选 择 工 作 时 会 相 对 挑 惕 一 些 sil|31 18 15 17 27 11 14 10 15 19 14 18 13 28 17 20 11 21 17 11 31 31|0.0|4.75 +008287|sil jie2 an4 zhi1 ji4 sp1 jiang1 tao1 fu4 qin5 xiang4 fa3 guan1 liu2 lu4 chu1 le5 chan4 hui3 zhi1 qing2 sil|sil 结 案 之 际 sp1 姜 涛 父 亲 向 法 官 流 露 出 了 忏 悔 之 情 sil|32 14 20 15 21 15 19 15 18 21 18 22 23 16 12 14 9 23 15 14 34 30|0.0|4.875 +008288|sil na2 qi3 juan4 zi5 sp1 jiu4 gan3 dao4 le5 wen1 nuan3 sil|sil 拿 起 卷 子 sp1 就 感 到 了 温 暖 sil|30 18 14 21 18 4 15 16 11 10 17 28 31|0.0|2.705 +008289|sil zhe4 gu4 shi4 jiao4 yi2 ge4 wen2 mang2 de5 bei1 ai1 sil|sil 这 故 事 叫 一 个 文 盲 的 悲 哀 sil|27 19 16 23 26 17 11 18 18 8 14 27 28|0.0|2.93 +008290|sil zhe4 wei4 cong1 ming5 de5 bao3 bao5 jiao4 chen2 jun4 sil|sil 这 位 聪 明 的 宝 宝 叫 陈 俊 sil|26 15 14 21 14 9 18 17 15 21 25 27|0.0|2.58 +008291|sil zhe4 me5 duo1 xiang3 ba2 wo3 lei4 si3 ma5 sil|sil 这 么 多 想 把 我 累 死 嘛 sil|27 13 14 25 22 12 11 19 13 29 30|0.0|2.495 +008292|sil ta1 hen3 jing1 ya4 sp1 fu4 qin5 zai4 xin1 hai4 ge2 ming4 zhi1 zhong1 gei3 le5 ta1 yi1 ge4 jue2 se4 sil|sil 他 很 惊 讶 sp1 父 亲 在 辛 亥 革 命 之 中 给 了 他 一 个 角 色 sil|33 15 18 18 26 5 21 19 18 15 16 10 20 14 20 11 11 18 8 13 17 25 31|0.0|4.665 +008293|sil wo3 hai2 xiang3 zi4 you2 zi4 zai4 de5 duo1 wan2 ji3 nian2 sp1 suo2 yi3 xian4 zai4 hai2 shi4 dan1 shen1 ne5 sil|sil 我 还 想 自 由 自 在 地 多 玩 几 年 sp1 所 以 现 在 还 是 单 身 呢 sil|33 9 16 22 14 13 16 22 12 11 19 12 29 13 16 10 17 12 17 15 16 19 23 31|0.0|4.84 +008294|sil dan1 wei4 de5 cai2 wu4 jian1 guan3 li4 du4 ru2 he2 sil|sil 单 位 的 财 务 监 管 力 度 如 何 sil|30 16 18 14 21 14 16 15 13 13 17 33 32|0.0|2.925 +008295|sil ta1 wei4 lai2 fa1 zhan3 qu1 xiang4 you4 jiang1 ru2 he2 sil|sil 它 未 来 发 展 趋 向 又 将 如 何 sil|29 17 14 15 14 15 15 21 16 15 14 30 29|0.0|2.83 +008296|sil wen1 zong2 li2 ci3 xing2 an1 pai2 shi2 fen1 jin3 cou4 sil|sil 温 总 理 此 行 安 排 十 分 紧 凑 sil|31 15 18 14 17 14 18 21 13 16 17 27 31|0.0|2.93 +008297|sil zhe4 shi4 tai4 yuan2 shi4 fen2 he2 jing3 guan1 dai4 sp1 guan1 deng1 qian2 he2 guan1 deng1 hou4 de5 dui4 bi3 sil|sil 这 是 太 原 市 汾 河 景 观 带 sp1 关 灯 前 和 关 灯 后 的 对 比 sil|32 13 20 21 13 20 16 15 15 18 22 6 17 17 21 16 16 11 20 8 16 23 30|0.0|4.715 +008298|sil bing4 you3 men2 shuo1 sp1 ta1 men5 chu1 qu4 shua3 le5 sil|sil 病 友 们 说 sp1 她 们 出 去 耍 了 sil|27 15 15 17 26 8 13 11 17 13 24 23 30|0.0|2.78 +008299|sil bu2 yao4 ba3 yuan4 qi4 sa1 dao4 lv4 shi1 tou2 shang4 sil|sil 不 要 把 怨 气 撒 到 律 师 头 上 sil|28 11 16 13 17 18 17 13 15 14 22 26 29|0.0|2.775 +008300|sil qu4 nian2 zhang3 xin1 da4 chao2 xi2 juan3 zhong1 guo2 sil|sil 去 年 涨 薪 大 潮 席 卷 中 国 sil|28 18 30 20 19 15 22 16 16 17 26 33|0.0|3.015 +008301|sil zhe4 shi4 dang2 wei3 zheng4 fu3 de5 zhong4 yao4 zhi2 ze2 sil|sil 这 是 党 委 政 府 的 重 要 职 责 sil|30 17 24 16 15 17 15 9 13 16 16 29 28|0.0|2.84 +008302|sil xuan2 mei3 zai4 wei3 nei4 rui4 la1 shi4 quan2 min2 re4 zhong1 de5 sheng4 shi4 sil|sil 选 美 在 委 内 瑞 拉 是 全 民 热 衷 的 盛 事 sil|34 26 26 18 14 12 14 24 19 19 12 16 15 8 21 28 27|0.0|3.87 +008303|sil wo3 men5 dang3 dai4 ling3 ren2 min2 pu2 xie3 le5 zhong1 hua2 min2 zu2 zi4 qiang2 bu4 xi1 sp1 wan2 qiang2 fen4 jin4 de5 zhuang4 li4 shi3 shi1 sil|sil 我 们 党 带 领 人 民 谱 写 了 中 华 民 族 自 强 不 息 sp1 顽 强 奋 进 的 壮 丽 史 诗 sil|34 8 16 29 15 15 17 27 19 17 15 18 14 18 16 15 22 13 28 26 15 20 21 22 15 18 11 18 29 33|0.0|6.775 +008304|sil dan4 you2 yu2 guo2 nei4 lie4 tou2 fa1 zhan3 de5 cen1 ci1 bu4 qi2 sp1 reng2 ran2 you2 lao3 hua4 chong2 ti2 de5 bi4 yao4 sil|sil 但 由 于 国 内 猎 头 发 展 的 参 差 不 齐 sp1 仍 然 有 老 话 重 提 的 必 要 sil|34 17 16 18 15 13 19 25 19 16 7 19 14 13 30 28 15 14 12 20 19 20 15 10 13 29 31|0.0|5.815 +008305|sil rang4 qi2 bu2 duan4 de5 sheng1 yu4 sp1 bu2 jiu4 wan4 shi4 da4 ji2 le5 sil|sil 让 其 不 断 地 生 育 sp1 不 就 万 事 大 吉 了 sil|36 19 24 15 14 7 19 22 4 12 13 18 14 15 18 19 33|0.0|3.505 +008306|sil min2 jing3 jie1 dao4 bao4 jing3 hou4 sp1 gan3 dao4 xian4 chang3 sp1 chu1 zu1 che1 si1 ji1 zheng4 yu2 ji3 ge5 zui4 gui2 li3 lun4 sil|sil 民 警 接 到 报 警 后 sp1 赶 到 现 场 sp1 出 租 车 司 机 正 与 几 个 醉 鬼 理 论 sil|33 19 20 17 12 15 18 21 4 16 13 18 27 22 20 9 17 17 23 16 12 11 11 16 13 16 25 34|0.0|5.75 +008307|sil ji4 ru2 ci3 sp1 he2 bu2 qu4 tuan2 jie2 yi2 qie4 neng2 gou4 tuan2 jie2 de5 ren2 sp1 ying2 zao4 zui4 da4 de5 li4 yi4 ne5 sil|sil 既 如 此 sp1 何 不 去 团 结 一 切 能 够 团 结 的 人 sp1 营 造 最 大 的 利 益 呢 sil|32 17 16 29 12 19 10 15 21 15 11 23 21 13 20 13 8 24 19 18 18 16 14 7 16 16 25 30|0.0|5.78 +008308|sil yu2 xiong2 pai1 pai1 ta1 de5 jian1 shuo1 sp1 xiang3 kai1 yi4 dian3 sp1 guo4 liang3 tian1 jiu4 mei2 shi4 le5 sp1 hong2 yan2 huo4 shui3 sil|sil 余 雄 拍 拍 他 的 肩 说 sp1 想 开 一 点 sp1 过 两 天 就 没 事 了 sp1 红 颜 祸 水 sil|33 14 25 15 14 14 8 18 25 24 21 16 14 20 18 12 15 15 9 16 19 16 21 17 18 18 31 33|0.0|6.03 +008309|sil ji2 bian4 wa1 dao4 le5 shen2 me5 sp1 ye3 bu4 neng2 ken3 ding4 sp1 yu3 qi1 san1 yao1 bu4 dui4 guan1 lian2 sil|sil 即 便 挖 到 了 什 么 sp1 也 不 能 肯 定 sp1 与 七 三 幺 部 队 关 联 sil|37 17 19 19 13 11 18 14 21 12 10 15 23 20 12 16 17 14 16 13 13 18 28 33|0.0|4.975 +008310|sil shi4 shi2 shang4 sp1 tai2 dang1 ju2 shi4 shi2 hou4 gai1 ting1 ting1 min2 zhong4 de5 hu1 sheng1 le5 sil|sil 事 实 上 sp1 台 当 局 是 时 候 该 听 听 民 众 的 呼 声 了 sil|33 19 15 25 14 21 18 20 18 13 19 15 18 19 19 17 8 15 19 17 29|0.0|4.535 +008311|sil ta1 xi3 ai4 da2 wang3 qiu2 you2 yong3 sp1 ceng2 bei4 xuan3 wei2 xue2 xiao4 ma3 shu4 bu4 de5 zhu3 jiang4 sil|sil 他 喜 爱 打 网 球 游 泳 sp1 曾 被 选 为 学 校 马 术 部 的 主 将 sil|30 18 16 19 17 18 27 17 28 20 19 12 15 17 14 14 20 17 12 9 16 28 29|0.0|5.01 +008312|sil bian1 zuan3 chu1 ban3 sp1 yuan3 dong1 guo2 ji4 jun1 shi4 fa3 ting2 ting2 shen3 ji4 lu4 sp1 yi4 yi4 shen1 yuan3 sil|sil 编 纂 出 版 sp1 远 东 国 际 军 事 法 庭 庭 审 记 录 sp1 意 义 深 远 sil|31 20 19 21 25 8 19 19 16 12 17 13 16 21 16 15 14 22 6 13 13 18 29 32|0.0|5.045 +008313|sil yi4 ming2 jing3 yuan2 zai4 zhua1 bu3 guo4 cheng2 zhong1 sp1 zuo3 ce4 zhou3 guan1 jie2 zhong4 dan4 shou4 shang1 sil|sil 一 名 警 员 在 抓 捕 过 程 中 sp1 左 侧 肘 关 节 中 弹 受 伤 sil|31 10 18 18 22 16 16 10 14 19 24 23 18 18 17 18 22 17 14 18 28 31|0.0|4.905 +008314|sil ta1 men5 bu4 gan1 xin1 sp1 you4 xiang2 mai3 tong1 bian1 jian3 can1 mou2 sp1 cha2 qi2 de5 qi1 zi3 sil|sil 他 们 不 甘 心 sp1 又 想 买 通 边 检 参 谋 sp1 查 其 的 妻 子 sil|31 13 12 12 16 27 24 13 18 17 19 17 17 19 22 3 22 16 10 21 23 32|0.0|4.685 +008315|sil kuo4 da4 duan3 qi1 xian3 ye4 wu4 sp1 zhi1 chi2 zhong1 xiao2 qi3 ye4 kai1 tuo4 guo2 ji4 shi4 chang3 sil|sil 扩 大 短 期 险 业 务 sp1 支 持 中 小 企 业 开 拓 国 际 市 场 sil|33 20 18 18 18 19 19 21 27 14 22 14 15 15 19 17 16 16 13 13 27 35|0.0|4.975 +008316|sil jia1 kai3 cheng2 ji2 tuan2 gu3 fen4 you3 xian4 gong1 si1 sp1 qu4 nian2 guo4 de5 hen3 han2 chen5 sil|sil 嘉 凯 城 集 团 股 份 有 限 公 司 sp1 去 年 过 得 很 寒 碜 sil|30 19 18 22 12 17 11 10 13 16 16 22 3 19 18 12 7 18 24 21 33|0.0|4.195 +008317|sil yi2 shang4 che1 xiao2 gou3 jiu4 zheng4 kai1 wo3 sp1 zhi2 jie1 beng4 dao4 pang2 bian1 de5 zuo4 wei4 shang4 sil|sil 一 上 车 小 狗 就 挣 开 我 sp1 直 接 蹦 到 旁 边 的 座 位 上 sil|34 10 19 26 23 17 11 17 19 22 28 13 16 17 15 20 13 7 16 16 25 32|0.0|4.825 +008318|sil ji4 zhe3 pai1 zhao4 sp1 yao1 er2 xian4 shen1 man3 bu2 zai4 hu5 sp1 lu4 ren2 qi4 fen4 qian3 ze2 sil|sil 记 者 拍 照 sp1 幺 儿 现 身 满 不 在 乎 sp1 路 人 气 愤 谴 责 sil|33 15 12 22 21 16 10 16 19 18 21 13 22 20 13 14 20 18 14 20 28 32|0.0|4.845 +008319|sil lia3 ren2 he2 mou2 sp1 yong4 xiao4 fu2 jiang1 hai2 zi5 men1 si3 hou4 sp1 you4 qi4 shi1 he2 zhong1 sil|sil 俩 人 合 谋 sp1 用 校 服 将 孩 子 闷 死 后 sp1 又 弃 尸 河 中 sil|34 17 13 18 28 11 16 24 18 18 19 7 17 18 20 16 12 18 15 19 23 32|0.0|4.8 +008320|sil bie2 ji2 sp1 zou3 jin4 na4 long4 tang2 sp1 liang2 yang4 jun1 sp1 shou3 yi4 zhi3 shen1 hou4 de5 hei1 nong4 sil|sil 别 急 sp1 走 进 那 弄 堂 sp1 梁 样 君 sp1 手 一 指 身 后 的 黑 弄 sil|32 18 26 9 17 12 15 21 33 36 13 17 25 9 19 15 16 19 16 8 19 22 30|0.0|5.185 +008321|sil cai4 sp1 rou4 zuo2 liao4 bi3 li4 sp1 xin1 shou2 zhang3 wo4 bu4 liao3 sil|sil 菜 sp1 肉 作 料 比 例 sp1 新 手 掌 握 不 了 sil|34 35 8 28 19 18 17 20 8 22 19 16 18 11 29 30|0.0|3.855 +008322|sil tong2 shi2 sp1 yao4 niu2 zhuan3 ren2 men5 de5 cuo4 wu4 ren4 shi5 sp1 zhuan3 bian4 guan1 nian4 sil|sil 同 时 sp1 要 扭 转 人 们 的 错 误 认 识 sp1 转 变 观 念 sil|30 20 29 7 13 20 16 14 10 10 22 7 21 20 3 18 14 17 24 32|0.0|4.03 +008323|sil quan2 zhu3 dai4 quan3 chu1 jie1 shi2 sp1 quan3 zhi1 bi4 xu1 pei4 dai4 quan3 pai2 sp1 quan2 zhu3 xie2 dai4 quan3 zheng4 sil|sil 犬 主 带 犬 出 街 时 sp1 犬 只 必 须 佩 戴 犬 牌 sp1 犬 主 携 带 犬 证 sil|31 30 19 16 18 17 17 28 21 23 19 12 13 16 12 20 30 22 25 18 18 14 19 22 34|0.0|5.965 +008324|sil wo3 shi4 ni3 de5 yu3 yin1 zhu4 li3 ya5 sp1 ren2 gong1 zhi4 neng2 mei3 shao4 nv2 wo3 sil|sil 我 是 你 的 语 音 助 理 呀 sp1 人 工 智 能 美 少 女 我 sil|30 14 14 15 14 16 19 14 13 29 20 19 17 12 16 15 16 19 31 32|0.0|4.355 +008325|sil xiao2 lei3 zuo4 zhe5 zui4 hou4 de5 zheng1 zha2 sp1 dan4 deng1 chuai4 de5 shuang1 jiao3 zhu2 jian4 wu2 li4 sp1 duan4 le5 qi4 sil|sil 小 磊 做 着 最 后 的 挣 扎 sp1 但 蹬 踹 的 双 脚 逐 渐 无 力 sp1 断 了 气 sil|30 20 22 15 12 15 16 8 18 25 22 19 16 19 7 20 21 16 19 11 21 6 16 9 30 32|0.0|5.395 +008326|sil yi1 shi4 ta1 jie3 jue2 le5 jing1 chang2 xing4 juan1 zeng4 sp1 cun2 zai4 de5 hen3 duo1 wen4 ti2 sil|sil 一 是 它 解 决 了 经 常 性 捐 赠 sp1 存 在 的 很 多 问 题 sil|32 15 26 16 16 12 12 16 20 17 18 15 7 21 14 8 17 14 19 26 29|0.0|4.29 +008327|sil fu1 qi1 lia3 yu2 shi4 zheng1 chao2 qi3 lai2 sil|sil 夫 妻 俩 于 是 争 吵 起 来 sil|27 18 13 24 14 14 16 21 14 26 32|0.0|2.545 +008328|sil er4 shi4 sp1 ren2 ru3 fu4 zhong4 he2 nan2 ren2 sil|sil 二 是 sp1 忍 辱 负 重 河 南 人 sil|30 19 22 6 15 15 16 18 17 20 28 30|0.0|2.74 +008329|sil qi1 shi2 san1 sui4 de5 chen2 a1 po2 cong2 shui2 ta2 li3 bei4 jie3 jiu4 chu1 lai5 sil|sil 七 十 三 岁 的 陈 阿 婆 从 水 塔 里 被 解 救 出 来 sil|31 18 12 17 13 8 15 19 27 23 15 15 17 14 13 20 15 23 32|0.0|4.025 +008330|sil hai2 you3 si4 fen1 zhi1 yi1 de5 ren2 shen4 zhi4 mei2 you3 an4 chu3 fang1 sp1 zhua1 yao4 zhi4 bing4 sil|sil 还 有 四 分 之 一 的 人 甚 至 没 有 按 处 方 sp1 抓 药 治 病 sil|32 13 16 14 14 12 13 11 26 22 10 14 15 15 17 20 5 17 17 17 23 29|0.0|4.315 +008331|sil zhe4 ge5 zuan1 kong3 ke2 yu3 liu4 qi1 sp1 ba1 jiu3 hao4 gong1 zuo4 mian4 xiang1 lian2 sil|sil 这 个 钻 孔 可 与 六 七 sp1 八 九 号 工 作 面 相 连 sil|31 15 9 20 28 17 29 23 28 4 20 20 22 18 15 19 18 27 33|0.0|4.595 +008332|sil ju4 shuo1 sp1 she4 ji4 zhe3 sp1 nai3 shi4 zhe4 xiao3 zhen4 ding2 ding2 you3 ming2 de5 da4 jia1 sil|sil 据 说 sp1 设 计 者 sp1 乃 是 这 小 镇 鼎 鼎 有 名 的 大 家 sil|35 16 26 8 22 12 24 6 15 13 14 20 22 20 13 16 18 8 19 29 29|0.0|4.475 +008333|sil shi4 hen2 hao3 chi1 de5 bing1 qi5 lin2 a5 sil|sil 是 很 好 吃 的 冰 淇 淋 啊 sil|31 19 17 18 14 8 15 12 22 24 28|0.0|2.415 +008334|sil nan2 jing1 jing3 fang1 you2 liang3 ge4 ban2 ben3 sil|sil 南 京 警 方 有 两 个 版 本 sil|32 16 16 18 23 12 18 11 18 23 29|0.0|2.51 +008335|sil yu2 xiong2 tuo1 xia4 yi1 fu5 sp1 ji3 chu1 yi2 di4 de5 han4 sp1 shuo1 sp1 xi2 zao3 qu4 ba5 sil|sil 余 雄 脱 下 衣 服 sp1 挤 出 一 地 的 汗 sp1 说 sp1 洗 澡 去 吧 sil|33 12 25 17 18 15 21 7 16 18 12 12 11 25 7 30 5 21 19 17 18 31|0.0|4.53 +008336|sil hang2 zhou1 shi4 cheng2 nuo4 sp1 jiang1 zai4 er4 ling2 san1 wu3 nian2 hou4 chai1 chu2 huo4 jiang4 ceng2 sil|sil 杭 州 市 承 诺 sp1 将 在 二 零 三 五 年 后 拆 除 或 降 层 sil|34 19 13 13 21 19 19 21 20 13 15 16 9 21 20 24 23 14 19 30 35|0.0|4.85 +008337|sil ta1 zhe4 ge4 nv3 ren2 zui3 ba1 ting3 tian2 de5 sp1 bu2 guo4 ye3 ting2 hao3 de5 o5 sil|sil 她 这 个 女 人 嘴 巴 挺 甜 的 sp1 不 过 也 挺 好 的 哦 sil|31 18 10 9 15 25 20 14 18 24 12 14 13 18 13 19 20 9 26 29|0.0|4.14 +008338|sil qi2 shi2 wo2 xiang3 shuo1 de5 shi4 gan1 ma1 sil|sil 其 实 我 想 说 的 是 干 妈 sil|31 17 27 16 20 17 9 15 18 28 29|0.0|2.63 +008339|sil ji4 shi2 hui4 sp1 tiao1 xuan3 yu2 di4 ye3 da4 sil|sil 既 实 惠 sp1 挑 选 余 地 也 大 sil|32 19 25 22 10 19 16 13 11 17 25 30|0.0|2.77 +008340|sil hui2 lai2 sp1 fang4 zai4 nar4 r sp1 mei2 yan2 sheng1 sil|sil 回 来 sp1 放 在 那 儿 sp1 没 言 声 sil|30 19 24 6 21 11 23 0 15 12 16 27 31|0.0|2.725 +008341|sil wang2 fei1 sp1 na4 shi4 lao3 niang2 de5 ming4 na5 sil|sil 王 菲 sp1 那 是 老 娘 的 命 呐 sil|31 17 24 5 15 10 15 16 7 24 26 29|0.0|2.54 +008342|sil dan4 zai4 chen2 ji4 yi2 duan4 shi2 jian1 hou4 sp1 shan1 tie3 gong1 si1 juan2 tu3 chong2 lai2 sil|sil 但 在 沉 寂 一 段 时 间 后 sp1 删 帖 公 司 卷 土 重 来 sil|30 19 16 22 14 8 16 14 17 23 17 20 18 18 17 19 15 18 29 32|0.0|4.44 +008343|sil xiao1 xi5 fa1 chu1 hou4 sp1 tong2 xue2 men5 qun2 qing2 ji1 ang2 quan2 dou1 bao4 le5 ming2 sil|sil 消 息 发 出 后 sp1 同 学 们 群 情 激 昂 全 都 报 了 名 sil|35 18 12 15 17 21 18 16 15 22 19 19 14 26 24 13 12 8 29 30|0.0|4.445 +008344|sil shi4 bu2 shi4 shen1 ti3 bu4 shu1 fu5 ya5 sil|sil 是 不 是 身 体 不 舒 服 呀 sil|29 18 8 17 19 17 11 22 15 27 30|0.0|2.475 +008345|sil wo3 yao4 xue2 xi2 yi2 xia4 xiang1 guan1 zhi1 shi5 sil|sil 我 要 学 习 一 下 相 关 知 识 sil|34 8 15 16 14 9 17 16 16 14 23 29|0.0|2.455 +008346|sil fen3 shua1 yi3 qian2 hai2 bi3 na4 li4 hai5 sil|sil 粉 刷 以 前 还 比 那 厉 害 sil|33 20 19 12 25 20 13 18 20 30 32|0.0|2.81 +008347|sil na2 li3 hai2 tan2 de5 shang4 can1 yu4 ne5 sil|sil 哪 里 还 谈 得 上 参 与 呢 sil|29 16 15 14 19 7 19 19 16 26 29|0.0|2.425 +008348|sil he2 xiao2 jie3 jia1 yang3 de5 huang2 jin1 mang3 sil|sil 何 小 姐 家 养 的 黄 金 蟒 sil|30 15 17 15 17 17 8 22 16 29 34|0.0|2.555 +008349|sil zen3 me5 la5 sp1 ni3 hai2 bu2 kun4 ma5 sil|sil 怎 么 啦 sp1 你 还 不 困 嘛 sil|32 17 6 24 17 10 15 11 24 26 31|0.0|2.47 +008350|sil ta1 shuo1 sp1 zi4 ji3 kuai4 bie1 huai4 le5 sil|sil 她 说 sp1 自 己 快 憋 坏 了 sil|28 16 30 5 15 13 18 18 23 20 28|0.0|2.48 +008351|sil bu2 yao4 gen1 wo3 liao2 zhe4 xie1 sp1 wo3 bu4 dong3 sil|sil 不 要 跟 我 聊 这 些 sp1 我 不 懂 sil|31 9 16 11 11 18 14 22 8 14 11 31 28|0.0|2.595 +008352|sil pang2 guan1 zhe3 de5 xing4 ming2 sp1 yong2 yuan3 pa2 bu2 dao4 bi3 sai4 de5 ji4 fen1 ban3 shang4 sil|sil 旁 观 者 的 姓 名 sp1 永 远 爬 不 到 比 赛 的 计 分 板 上 sil|31 22 16 13 8 17 23 11 14 15 18 9 17 13 17 7 14 19 17 23 33|0.0|4.15 +008353|sil zhe4 ba3 qiu2 yuan2 men5 ji1 dong4 huai4 le5 sil|sil 这 把 球 员 们 激 动 坏 了 sil|28 16 14 18 16 16 14 16 24 21 31|0.0|2.485 +008354|sil zhe4 yi2 shu4 zi4 sp1 chuang4 ba1 fei1 te4 ci2 shan4 wu3 can1 sp1 li4 shi3 zui4 gao1 jia4 wei4 sil|sil 这 一 数 字 sp1 创 巴 菲 特 慈 善 午 餐 sp1 历 史 最 高 价 位 sil|32 17 10 21 20 9 24 12 14 19 18 16 15 26 6 16 16 16 15 20 25 32|0.0|4.63 +008355|sil bie2 tao3 yan4 ma5 sp1 wo3 men5 zhe4 me5 hao3 sil|sil 别 讨 厌 嘛 sp1 我 们 这 么 好 sil|31 15 21 18 22 9 9 13 12 13 33 31|0.0|2.64 +008356|sil ta1 hou4 lai2 bei4 song4 wang3 rui4 shi4 bo2 er3 ni2 de5 guo2 ji4 xue2 xiao4 liu2 xue2 sil|sil 他 后 来 被 送 往 瑞 士 伯 尔 尼 的 国 际 学 校 留 学 sil|31 15 16 21 14 15 27 17 19 11 12 18 13 15 12 12 14 15 31 30|0.0|4.155 +008357|sil bao4 dao4 wei4 ti2 mao1 mi1 de5 xia4 chang3 sil|sil 报 道 未 提 猫 咪 的 下 场 sil|32 18 22 16 16 17 15 7 19 34 28|0.0|2.605 +008358|sil fei1 lai2 heng4 huo4 sp1 can3 bu4 ren2 du3 sil|sil 飞 来 横 祸 sp1 惨 不 忍 睹 sil|29 16 15 22 21 3 22 12 18 21 30|0.0|2.425 +008359|sil bu2 guo4 zai4 jia4 qian2 shang4 you3 xie1 you2 yu4 sil|sil 不 过 在 价 钱 上 有 些 犹 豫 sil|28 13 20 15 19 19 16 13 15 19 22 31|0.0|2.67 +008360|sil zhen1 ying1 gai1 hao3 hao1 cha2 cha5 ta1 men5 sil|sil 真 应 该 好 好 查 查 他 们 sil|29 13 18 21 19 18 22 13 15 21 35|0.0|2.605 +008361|sil dao4 san1 yao1 jiu3 guo2 dao4 du3 che1 sp1 zao4 cheng2 jiao1 tong1 shou4 zu3 yue1 yi4 xiao3 shi2 sil|sil 到 三 幺 九 国 道 堵 车 sp1 造 成 交 通 受 阻 约 一 小 时 sil|35 20 16 14 17 14 14 14 27 21 17 21 15 18 18 21 17 13 20 31 37|0.0|4.88 +008362|sil ri4 ben2 nv3 xing1 ze2 kao1 ying1 long2 hua2 sil|sil 日 本 女 星 泽 尻 英 龙 华 sil|29 13 14 15 27 18 20 11 17 32 28|0.0|2.605 +008363|sil jia1 li2 you3 quan2 zi4 dong4 xi3 yi1 ji1 ya5 sil|sil 家 里 有 全 自 动 洗 衣 机 呀 sil|30 18 14 18 22 11 13 15 11 15 28 29|0.0|2.605 +008364|sil jiu4 deng3 yu2 he2 zu1 lin4 cha4 bu5 duo1 sil|sil 就 等 于 和 租 赁 差 不 多 sil|26 18 15 16 19 14 17 19 10 24 28|0.0|2.395 +008365|sil he2 ni3 yi4 qi3 kan4 yue4 liang4 zen3 me5 yang4 sil|sil 和 你 一 起 看 月 亮 怎 么 样 sil|26 14 12 11 15 20 13 17 13 6 27 26|0.0|2.325 +008366|sil guang2 ben3 guan2 li3 ren2 yuan2 ru2 shi4 shuo1 sil|sil 广 本 管 理 人 员 如 是 说 sil|28 23 19 13 11 15 20 18 18 31 30|0.0|2.625 +008367|sil yuan2 yin1 shi4 gong1 zi1 di1 zhu4 fang2 zhai3 sil|sil 原 因 是 工 资 低 住 房 窄 sil|32 15 15 24 17 15 21 15 20 30 30|0.0|2.72 +008368|sil yi2 pian4 re4 nao4 li3 sp1 mei2 ren2 zhu4 yi4 sil|sil 一 片 热 闹 里 sp1 没 人 注 意 sil|31 10 18 18 19 20 11 12 19 17 22 30|0.0|2.64 +008369|sil hao3 zai4 sp1 ta1 chu1 yan3 le5 mi2 er3 ke4 sil|sil 好 在 sp1 他 出 演 了 米 尔 克 sil|31 22 24 4 17 18 17 11 15 16 28 29|0.0|2.695 +008370|sil ji4 zhe2 gan3 dao4 yao1 yao1 qi1 yi1 yuan4 ji1 chang3 lu4 fen1 yuan4 ji2 zhen2 qiang3 jiu4 shi4 sil|sil 记 者 赶 到 幺 幺 七 医 院 机 场 路 分 院 急 诊 抢 救 室 sil|32 18 18 20 16 13 14 19 14 27 17 21 13 17 20 14 16 18 16 26 30|0.0|4.63 +008371|sil bu4 hao3 yi4 si5 sp1 wo3 hai2 mei2 you3 wan2 guo4 sil|sil 不 好 意 思 sp1 我 还 没 有 玩 过 sil|29 11 15 18 19 13 11 14 13 12 21 24 30|0.0|2.675 +008372|sil ta1 men5 xuan3 ze2 yong4 yi4 chang3 guo2 ji4 fanr4 r de5 wu3 hui4 sp1 you1 ya3 de5 gao4 bie2 sil|sil 他 们 选 择 用 一 场 国 际 范 儿 的 舞 会 sp1 优 雅 地 告 别 sil|28 17 24 21 12 13 13 26 17 15 20 0 9 16 24 10 17 16 8 20 29 29|0.0|4.46 +008373|sil zhi3 shi4 sp1 pao3 bu4 ke2 yi3 qia1 miao2 biao3 sp1 er2 yu2 le4 quan1 que4 mei2 you3 ding4 lun4 sil|sil 只 是 sp1 跑 步 可 以 掐 秒 表 sp1 而 娱 乐 圈 却 没 有 定 论 sil|30 14 26 14 26 19 14 10 18 21 26 15 14 11 13 27 18 14 14 16 25 31|0.0|4.835 +008374|sil zhe4 dui4 suan1 yu3 zhi4 li2 hen3 bu2 li4 sil|sil 这 对 酸 雨 治 理 很 不 利 sil|28 17 18 22 12 13 18 23 13 25 30|0.0|2.545 +008375|sil wo3 dou2 dan3 cai1 ce4 sp1 ji2 tuan2 gei3 lu4 zhao4 xi3 sp1 wu4 liu2 gei3 shao4 xiao3 feng1 sil|sil 我 斗 胆 猜 测 sp1 集 团 给 陆 兆 禧 sp1 物 流 给 邵 晓 锋 sil|37 14 15 17 17 21 29 16 27 13 17 17 29 20 14 21 18 17 15 28 33|0.0|5.05 +008376|sil suo2 you3 seng1 ren2 dou1 pao3 le5 chu1 lai2 sil|sil 所 有 僧 人 都 跑 了 出 来 sil|29 20 13 18 19 13 18 11 16 25 29|0.0|2.455 +008377|sil tong2 yang4 de5 luo2 ji5 sp1 ye3 shi4 yong4 yu2 ai2 zheng4 sil|sil 同 样 的 逻 辑 sp1 也 适 用 于 癌 症 sil|29 19 18 6 21 16 9 13 15 15 9 22 23 30|0.0|2.85 +008378|sil hao3 tian1 qi4 sp1 jiu4 shi4 yao4 chu1 lai2 guang4 sp1 you2 gou3 de5 liu4 gou3 sp1 you3 wa2 de5 bao4 wa2 sp1 dou1 mei2 you3 de5 sp1 ni3 bao4 wo3 ba5 sil|sil 好 天 气 sp1 就 是 要 出 来 逛 sp1 有 狗 的 遛 狗 sp1 有 娃 的 抱 娃 sp1 都 没 有 的 sp1 你 抱 我 吧 sil|34 18 22 22 4 18 11 14 12 16 25 26 16 13 6 21 26 11 15 17 8 16 26 19 13 12 21 17 16 11 18 16 23 33|0.0|6.915 +008379|sil qi1 zi3 bu2 dan4 bu2 pa4 sp1 fan3 er2 rou2 qing2 de5 shuo1 sp1 mao1 ge1 sp1 bie2 jiao4 le5 sp1 wo2 lao3 gong1 hai2 mei2 chu1 chai1 ne5 sil|sil 妻 子 不 但 不 怕 sp1 反 而 柔 情 的 说 sp1 猫 哥 sp1 别 叫 了 sp1 我 老 公 还 没 出 差 呢 sil|29 28 20 13 17 13 28 8 15 18 16 17 10 27 42 21 23 9 17 22 17 22 7 19 16 15 13 16 24 22 33|0.0|6.935 +008380|sil che1 xing2 zhi4 zao3 lin2 qian2 jie1 shi2 sp1 ma3 shi1 fu5 ba3 che1 ting2 xia4 sp1 zi4 cheng1 bie1 bu2 zhu4 le5 sp1 yao4 qu4 sa1 niao4 sil|sil 车 行 至 枣 林 前 街 时 sp1 马 师 傅 把 车 停 下 sp1 自 称 憋 不 住 了 sp1 要 去 撒 尿 sil|31 27 23 18 15 15 19 17 27 31 18 19 19 15 17 23 24 23 15 21 13 12 17 17 9 15 11 17 28 33|0.0|6.84 +008381|sil jiu4 hao3 xiang4 zui4 hou4 yi2 ci4 ce4 shi4 sp1 wo3 zhong1 yu2 beng4 guo4 qu4 sp1 ji2 ge2 le5 sil|sil 就 好 像 最 后 一 次 测 试 sp1 我 终 于 蹦 过 去 sp1 及 格 了 sil|29 15 15 21 14 12 11 14 17 21 20 12 17 15 17 14 19 11 20 19 17 30|0.0|4.415 +008382|sil ta1 bu4 gan3 zai4 shuo1 xia4 qu4 sp1 pa4 qian2 rong2 sp1 you4 duo3 zai4 wai4 wen2 li3 ma4 ta1 sp1 he2 xie4 jing3 yuan1 shuo1 hua4 sp1 ni3 zai4 kan4 shen2 me5 shu1 sil|sil 他 不 敢 再 说 下 去 sp1 怕 钱 荣 sp1 又 躲 在 外 文 里 骂 他 sp1 和 谢 景 渊 说 话 sp1 你 在 看 什 么 书 sil|31 18 15 16 13 18 17 22 22 15 22 27 10 19 15 12 18 14 9 25 27 24 16 15 15 16 18 25 28 10 12 17 17 10 29 31|0.0|7.755 +008383|sil shou3 xian1 yao4 you3 ge4 hao3 shen1 ti3 sp1 qi2 ci4 hai2 yao4 fu4 chu1 nu3 li4 sil|sil 首 先 要 有 个 好 身 体 sp1 其 次 还 要 付 出 努 力 sil|34 20 28 15 14 10 17 20 27 18 21 29 15 14 15 14 20 24 32|0.0|4.49 +008384|sil cheng2 du1 niao2 yu3 lin2 sp1 yuan2 lai2 zhun3 bei4 kai1 zhan3 de5 you2 ke4 qi2 tuo2 niao3 xiang4 mu4 sp1 ye3 bu4 gao3 le5 sil|sil 成 都 鸟 语 林 sp1 原 来 准 备 开 展 的 游 客 骑 鸵 鸟 项 目 sp1 也 不 搞 了 sil|36 26 15 20 9 29 16 10 12 15 12 21 19 20 21 20 17 17 19 19 16 7 16 13 17 22 34|0.0|5.785 +008385|sil dang1 ran2 sp1 zhe4 me5 shuo1 ma1 bu2 tai4 he2 shi4 sp1 wo3 ma1 you2 dian3 leng4 sp1 zhe4 yi2 mian4 sp1 wo3 xiang4 wo3 ma1 sil|sil 当 然 sp1 这 么 说 妈 不 太 合 适 sp1 我 妈 有 点 愣 sp1 这 一 面 sp1 我 像 我 妈 sil|29 15 27 5 15 11 17 18 12 16 16 20 33 11 18 11 18 20 25 13 7 25 10 11 15 14 29 31|0.0|5.71 +008386|sil wo3 dang1 shi2 hai2 nao3 can2 de5 shuo1 sp1 zen3 me5 shi4 ruan3 sp1 de5 sil|sil 我 当 时 还 脑 残 的 说 sp1 怎 么 是 软 sp1 的 sil|31 13 15 20 14 19 18 9 24 12 15 7 15 19 8 20 30|0.0|3.355 +008387|sil lao3 ma1 zhan4 le5 yi2 huir4 r shuo1 sp1 xing2 le5 sp1 bie2 zhuang1 le5 sil|sil 老 妈 站 了 一 会 儿 说 sp1 行 了 sp1 别 装 了 sil|32 13 22 16 9 10 20 0 27 19 24 15 12 16 21 18 31|0.0|3.54 +008388|sil bao4 yu3 tian1 zai4 lu4 shang4 sp1 bei4 lin2 cheng2 le5 luo4 tang1 ji1 sil|sil 暴 雨 天 在 路 上 sp1 被 淋 成 了 落 汤 鸡 sil|29 19 10 23 12 19 25 3 11 20 15 7 19 21 26 33|0.0|3.39 +008389|sil you3 shi2 sp1 yi2 tang4 hang2 ban1 sp1 jin3 san1 bai3 duo1 ming2 lv3 ke4 sil|sil 有 时 sp1 一 趟 航 班 sp1 仅 三 百 多 名 旅 客 sil|30 14 26 13 11 18 22 19 4 19 19 11 11 15 17 29 31|0.0|3.59 +008390|sil hou4 lai2 you3 peng2 you3 shuo1 he2 huo3 kai1 xiao2 jiu3 ba1 sp1 wo3 lian2 kou3 dou1 mei2 gan3 kai1 sp1 lao3 hanr4 r geng4 bu4 zhun3 sil|sil 后 来 有 朋 友 说 合 伙 开 小 酒 吧 sp1 我 连 口 都 没 敢 开 sp1 老 汉 儿 更 不 准 sil|34 16 16 18 15 13 28 21 16 19 16 16 24 33 9 17 19 12 13 18 28 21 15 27 0 15 14 26 35|0.0|6.435 +008391|sil yi2 ci4 ou3 ran2 de5 ji1 hui4 sp1 yi4 zhang1 li4 ta3 hong2 zai4 nang2 bing3 tan1 qian2 de5 zhao4 pian4 sp1 bao4 hong2 wang3 luo4 sil|sil 一 次 偶 然 的 机 会 sp1 一 张 力 塔 洪 在 馕 饼 摊 前 的 照 片 sp1 爆 红 网 络 sil|32 11 19 14 15 8 17 23 24 9 19 11 20 28 17 19 16 18 13 8 18 22 8 17 14 21 20 33|0.0|5.74 +008392|sil zai4 tai4 kong1 zhong1 sp1 fei1 chuan2 neng2 yi1 kao4 de5 zhi2 you3 tai4 yang2 neng2 yu3 he2 neng2 sil|sil 在 太 空 中 sp1 飞 船 能 依 靠 的 只 有 太 阳 能 与 核 能 sil|28 15 17 19 22 15 20 20 15 13 23 15 13 13 16 16 18 16 20 31 34|0.0|4.63 +008393|sil yu2 xiong2 you4 tui1 kai1 lai2 shi4 ping2 de5 shou3 shuo1 sp1 tian1 tai4 re4 le5 sp1 da4 jia1 fen1 kai1 dian3 sil|sil 余 雄 又 推 开 来 世 平 的 手 说 sp1 天 太 热 了 sp1 大 家 分 开 点 sil|34 11 25 13 17 18 20 17 15 7 19 28 33 20 15 17 18 10 14 14 16 20 22 33|0.0|5.295 +008394|sil er2 jia4 shi3 yuan2 zhi2 dao4 jiang4 luo4 cai2 zhi1 dao4 sp1 fei1 ji1 shang4 da1 cheng2 le5 yi4 tiao2 mang3 she2 sil|sil 而 驾 驶 员 直 到 降 落 才 知 道 sp1 飞 机 上 搭 乘 了 一 条 蟒 蛇 sil|31 17 17 16 20 13 13 17 15 17 14 18 28 16 13 24 16 17 7 9 17 22 32 32|0.0|5.115 +008395|sil zhu3 zhi4 yi1 sheng1 gao4 su4 liu2 yuan2 yi4 jia1 ren2 sp1 fu4 qin5 de5 bing4 zhi4 yu4 de5 xi1 wang4 miao3 mang2 sil|sil 主 治 医 生 告 诉 刘 嫄 一 家 人 sp1 父 亲 的 病 治 愈 的 希 望 渺 茫 sil|28 14 16 11 24 16 12 13 17 12 18 24 20 17 15 12 23 19 10 9 14 17 17 31 30|0.0|5.095 +008396|sil jin1 tian1 sp1 mai4 jia1 gei3 peng2 you5 fan3 xian4 le5 shi2 yuan2 sp1 jiao4 shi4 you2 ba3 tu2 pian4 gei3 shan1 le5 sil|sil 今 天 sp1 卖 家 给 朋 友 返 现 了 十 元 sp1 叫 室 友 把 图 片 给 删 了 sil|30 17 27 11 20 19 14 18 20 20 17 11 16 26 21 17 16 19 16 17 20 11 23 18 29|0.0|5.495 +008397|sil yang2 hong2 wei4 hai2 you3 yi2 ge5 xi2 guan4 sp1 shi4 jing1 chang2 zong4 qing2 yin2 jiu3 sp1 he1 de5 ming2 ding3 da4 zui4 sil|sil 杨 红 卫 还 有 一 个 习 惯 sp1 是 经 常 纵 情 饮 酒 sp1 喝 得 酩 酊 大 醉 sil|39 17 17 20 16 14 8 11 20 21 8 16 18 23 19 17 19 29 16 18 8 22 19 18 23 35|0.0|5.7 +008398|sil dan4 jin1 tian1 qing2 kuang4 jiu4 bu4 yi2 yang4 le5 sp1 hai2 you2 hen3 kuan1 de5 kong4 dir4 r ke2 yi2 zou3 dong4 sil|sil 但 今 天 情 况 就 不 一 样 了 sp1 还 有 很 宽 的 空 地 儿 可 以 走 动 sil|29 17 14 21 21 18 13 14 6 26 16 23 13 9 20 19 7 22 20 0 16 8 18 24 32|0.0|4.945 +008399|sil na4 wo3 jiu4 gei2 ni3 liang4 dian3 zhen1 ben3 shi4 ba5 sil|sil 那 我 就 给 你 亮 点 真 本 事 吧 sil|32 16 12 12 11 10 21 14 18 17 19 21 29|0.0|2.69 +008400|sil ci3 wai4 sp1 duo1 shu4 qi3 er2 bing4 fei1 bei4 guai3 de5 sil|sil 此 外 sp1 多 数 乞 儿 并 非 被 拐 的 sil|29 19 25 9 15 15 20 21 19 16 14 23 22 29|0.0|3.205 +008401|sil luo4 zai4 shen1 shang4 sp1 yi4 mo3 jiu4 shi4 yi2 pian4 hei1 sil|sil 落 在 身 上 sp1 一 抹 就 是 一 片 黑 sil|32 15 14 20 28 12 15 25 14 14 11 19 30 32|0.0|3.265 +008402|sil chi4 feng1 you2 ci3 er2 cheng2 wei2 zhong1 hua2 long2 de5 gu4 xiang1 sp1 he2 long2 wen2 hua4 de5 fa1 xiang2 di4 sil|sil 赤 峰 由 此 而 成 为 中 华 龙 的 故 乡 sp1 和 龙 文 化 的 发 祥 地 sil|30 23 29 19 15 16 16 21 19 15 17 8 18 27 3 15 16 20 16 7 16 20 18 31|0.0|5.05 +008403|sil yan3 yuan2 dei3 duo1 gao1 xin1 li3 su4 zhi4 he2 liu2 lei4 ji4 qiao3 cai2 neng2 da2 dao4 yao1 qiu2 wa5 sil|sil 演 员 得 多 高 心 理 素 质 和 流 泪 技 巧 才 能 达 到 要 求 哇 sil|34 18 27 20 17 16 15 13 19 18 14 13 14 17 28 16 15 15 13 17 18 26 42|0.0|5.165 +008404|sil mei3 ci4 lao3 hanr4 r po4 an4 jiu4 hui4 hui2 lai5 shuo1 sp1 jin1 tian1 wan3 shang4 sp1 ni3 men5 kan4 xin1 wen2 sil|sil 每 次 老 汉 儿 破 案 就 会 回 来 说 sp1 今 天 晚 上 sp1 你 们 看 新 闻 sil|36 14 13 18 25 0 16 18 13 13 13 17 26 31 15 13 19 22 7 8 11 16 15 27 33|0.0|5.1 +008405|sil ru4 ye4 sp1 guang3 zhou1 shi4 bai2 yun2 qu1 sp1 jing3 tai4 jie1 sp1 hua2 deng1 cui3 can4 che1 shui2 ma3 long2 sp1 hao3 bu2 re4 nao5 sil|sil 入 夜 sp1 广 州 市 白 云 区 sp1 景 泰 街 sp1 华 灯 璀 璨 车 水 马 龙 sp1 好 不 热 闹 sil|32 18 25 17 21 16 16 13 17 24 4 22 21 21 4 21 14 18 25 18 14 19 24 8 19 12 19 25 31|0.0|6.25 +008406|sil ku4 ni2 si1 shen1 shou2 ba3 ku4 che4 de5 tou2 lou3 jin4 huai2 li3 sp1 shen4 zhi4 dang1 zhong4 jie1 wen3 sp1 xiang1 dang1 qin1 mi4 sil|sil 库 尼 斯 伸 手 把 库 彻 的 头 搂 进 怀 里 sp1 甚 至 当 众 接 吻 sp1 相 当 亲 密 sil|33 17 16 22 22 23 19 19 15 8 20 17 16 21 21 20 20 16 17 18 16 17 12 18 14 18 19 34|0.0|6.125 +008407|sil kai1 xin1 xia2 wo3 cong2 bu4 nan2 guo4 sp1 mei3 tian1 dou1 wei4 zhu3 ren2 dai4 lai2 zheng4 neng2 liang4 sil|sil 开 心 侠 我 从 不 难 过 sp1 每 天 都 为 主 人 带 来 正 能 量 sil|27 19 15 27 17 23 9 22 19 29 16 20 12 13 13 21 13 14 16 16 25 33|0.0|4.86 +008408|sil si1 cong1 xun2 liang4 er2 qu4 sp1 he2 bai2 pang4 gao1 re4 qing2 qie1 cuo1 sp1 nin2 jiu4 shi4 sp1 ni3 shi4 lu2 si1 cong1 ba5 sil|sil 思 聪 寻 亮 而 去 sp1 和 白 胖 高 热 情 切 磋 sp1 您 就 是 sp1 你 是 卢 思 聪 吧 sil|34 18 23 19 15 15 24 19 17 14 22 19 15 18 17 25 38 18 19 26 25 12 22 17 12 24 25 35|0.0|6.81 +008409|sil ta1 jian4 yi4 sp1 can1 guan3 sp1 bi4 xu1 zai4 mei3 zhang1 can1 zhuo1 xia4 fang4 yi2 ge5 zhi2 lou3 sp1 rang4 shi4 min2 reng1 zhi3 jin1 sil|sil 他 建 议 sp1 餐 馆 sp1 必 须 在 每 张 餐 桌 下 放 一 个 纸 篓 sp1 让 市 民 扔 纸 巾 sil|33 17 20 19 14 23 24 7 12 13 14 17 16 19 15 21 18 9 11 13 25 23 15 14 23 17 15 29 35|0.0|6.16 +008410|sil ta1 fan1 le5 wo3 de5 duan3 xin4 sp1 xian4 zai4 ta1 bu4 jin3 zhi1 dao4 wo2 you3 wai4 yu4 sp1 hai2 jian1 xin4 sp1 wo3 shi4 ge4 ji1 lao3 sil|sil 她 翻 了 我 的 短 信 sp1 现 在 她 不 仅 知 道 我 有 外 遇 sp1 还 坚 信 sp1 我 是 个 基 佬 sil|32 15 16 9 12 9 17 25 31 22 20 17 13 17 14 17 10 12 21 22 23 15 19 20 8 13 15 11 17 24 35|0.0|6.4 +008411|sil dang1 shui3 wei4 xia4 jiang4 sp1 dun3 chuan2 ze2 ke2 yi3 xiang4 jiang1 zhong1 yi2 dong4 sp1 jin4 zui4 da4 nu3 li4 sp1 bao3 zheng4 qu2 shui3 sil|sil 当 水 位 下 降 sp1 趸 船 则 可 以 向 江 中 移 动 sp1 尽 最 大 努 力 sp1 保 证 取 水 sil|30 19 18 14 19 23 28 19 32 17 19 7 19 19 14 18 21 26 21 14 15 17 17 8 15 17 16 30 34|0.0|6.57 +008412|sil wo3 zan4 shi2 hai2 bu2 hui4 o5 sil|sil 我 暂 时 还 不 会 哦 sil|30 12 17 16 18 13 25 21 30|0.0|2.11 +008413|sil feng2 nian2 guo4 jie2 shi2 sp1 ni2 hong2 mei2 ye3 hui4 duo1 bao1 xie1 hun2 tun5 he2 bao1 zi5 song4 gei3 liu2 jie3 sil|sil 逢 年 过 节 时 sp1 倪 红 梅 也 会 多 包 些 馄 饨 和 包 子 送 给 刘 姐 sil|30 20 19 14 17 28 28 13 17 28 16 14 15 15 15 20 17 13 20 15 18 9 22 25 31|0.0|5.56 +008414|sil ta1 men5 lia2 xi3 chu1 wang4 wai4 sp1 ke3 zhe4 ge5 shi2 hou4 sp1 zhao1 sheng1 lao3 shi1 wu2 jiang1 que4 ren2 jian1 zheng1 fa1 le5 sil|sil 他 们 俩 喜 出 望 外 sp1 可 这 个 时 候 sp1 招 生 老 师 吴 江 却 人 间 蒸 发 了 sil|29 14 10 19 17 15 17 26 21 14 13 10 16 18 4 15 13 16 18 18 25 20 18 15 17 19 19 29|0.0|5.635 +008415|sil dan4 bian4 fang1 zhi3 chu1 sp1 zhe4 ba3 dao1 tai4 da4 sp1 bu4 fu2 he2 yu4 hai4 zhe3 hou2 long5 shang4 zhi4 ming4 shang1 de5 xing2 zhuang4 sil|sil 但 辩 方 指 出 sp1 这 把 刀 太 大 sp1 不 符 合 遇 害 者 喉 咙 上 致 命 伤 的 形 状 sil|33 21 14 17 14 29 14 16 13 15 19 22 25 17 15 16 15 16 14 19 18 20 14 16 18 9 23 21 31|0.0|6.205 +008416|sil tong2 shi2 sp1 liu2 yu4 biao1 ye3 cheng2 ren4 sp1 dui4 ci3 shi4 xue2 xiao4 you3 xiang1 ying4 de5 ze2 ren4 sil|sil 同 时 sp1 刘 玉 标 也 承 认 sp1 对 此 事 学 校 有 相 应 的 责 任 sil|33 21 26 11 13 12 15 14 20 23 28 15 20 23 19 17 13 17 18 9 17 20 34|0.0|5.09 +008417|sil ju4 jin1 yue1 si4 qian1 wu2 bai3 nian2 sp1 shi4 sp1 ba1 ren2 fa1 xiang2 di4 yi2 zhi3 sil|sil 距 今 约 四 千 五 百 年 sp1 是 sp1 巴 人 发 祥 地 遗 址 sil|30 17 24 22 15 16 13 14 29 13 26 4 19 19 18 19 12 15 26 35|0.0|4.485 +008418|sil bu2 lun4 zuo4 ren4 he2 shi4 sp1 ta1 dou1 bu4 ke3 neng2 diu1 diao4 zi4 wo3 sil|sil 不 论 做 任 何 事 sp1 她 都 不 可 能 丢 掉 自 我 sil|30 12 22 13 16 16 19 16 14 12 13 17 20 13 18 16 23 33|0.0|3.745 +008419|sil shang4 hai2 guang3 zhou1 ye2 you3 gou2 zai3 sp1 dan4 shi4 hai2 mei2 cheng2 qi4 hou4 sil|sil 上 海 广 州 也 有 狗 仔 sp1 但 是 还 没 成 气 候 sil|36 28 22 22 21 12 14 17 26 15 16 17 17 15 19 22 23 34|0.0|4.365 +008420|sil zuo4 wei2 tai4 tai5 sp1 fan3 er2 bu4 xin1 shang3 sp1 bu4 ti3 liang4 sil|sil 作 为 太 太 sp1 反 而 不 欣 赏 sp1 不 体 谅 sil|30 17 13 22 24 3 19 19 14 20 24 6 13 20 31 33|0.0|3.575 +008421|sil duan2 duan3 yi4 fen1 zhong1 sp1 wang4 de5 bu4 zhou4 jie2 shu4 le5 sil|sil 短 短 一 分 钟 sp1 望 的 步 骤 结 束 了 sil|28 20 17 13 19 24 16 20 10 15 17 17 22 16 32|0.0|3.325 +008422|sil shu3 xia2 gu3 xing2 zi4 ran2 feng1 jing2 lv3 you2 jing3 qu1 sil|sil 属 峡 谷 型 自 然 风 景 旅 游 景 区 sil|34 25 25 16 22 8 17 18 12 13 13 18 31 29|0.0|3.265 +008423|sil si2 zhe3 zai4 dang4 wan2 yi3 jing1 song4 dao4 le5 bin4 yi2 guan3 sil|sil 死 者 在 当 晚 已 经 送 到 了 殡 仪 馆 sil|32 24 20 14 17 26 16 17 19 10 10 13 16 26 33|0.0|3.405 +008424|sil zhui1 tao2 min2 jing2 di3 da2 hou4 sp1 lai2 bu4 ji2 tian1 zhi4 mian2 ao3 sp1 jiu4 zhi2 ben4 dang1 di4 gong1 an1 ji1 guan1 sil|sil 追 逃 民 警 抵 达 后 sp1 来 不 及 添 置 棉 袄 sp1 就 直 奔 当 地 公 安 机 关 sil|34 15 13 18 18 12 18 19 8 17 8 17 19 11 18 27 7 17 18 17 16 12 10 14 14 25 33|0.0|5.28 +008425|sil jiu4 zhe4 yang4 shou3 lian4 ye3 gen1 zhe5 shuai3 chu1 qu4 le5 sil|sil 就 这 样 手 链 也 跟 着 甩 出 去 了 sil|27 18 16 26 24 22 14 14 11 18 17 17 18 32|0.0|3.185 +008426|sil ta1 shuo1 zi4 ji2 you3 qian2 sp1 bu4 xiang3 dang1 lao3 bie1 yi1 sil|sil 他 说 自 己 有 钱 sp1 不 想 当 老 鳖 一 sil|28 19 21 13 11 15 30 11 14 18 15 16 17 23 31|0.0|3.27 +008427|sil zai4 dong1 fang1 man4 ha1 dun4 xiao3 qu1 fu4 jin4 de5 ling4 wai4 yi4 jia1 zhong1 jie4 sp1 che1 wei4 de5 kai1 jia4 geng4 gao1 sil|sil 在 东 方 曼 哈 顿 小 区 附 近 的 另 外 一 家 中 介 sp1 车 位 的 开 价 更 高 sil|35 22 17 19 15 14 14 15 15 17 15 8 13 15 8 16 17 20 24 21 13 7 18 15 17 22 31|0.0|5.38 +008428|sil zhe4 bei4 kan4 zuo4 shi4 fei1 meng2 yu3 lian2 he2 guo2 wo4 xuan2 gai1 guo2 zheng4 zhi4 jiang1 ju2 de5 yi2 da4 cheng2 guo3 sil|sil 这 被 看 作 是 非 盟 与 联 合 国 斡 旋 该 国 政 治 僵 局 的 一 大 成 果 sil|29 14 10 20 17 22 18 28 14 17 14 15 18 21 18 15 15 11 20 15 10 12 15 25 25 37|0.0|5.51 +008429|sil wo3 du2 dao4 yi2 ban4 jiu4 xin1 teng2 le5 shi4 nao4 na3 yang4 sil|sil 我 读 到 一 半 就 心 疼 了 是 闹 哪 样 sil|32 12 12 14 13 20 13 19 19 16 13 16 17 25 31|0.0|3.155 +008430|sil he1 zui4 le5 de5 li2 kan3 bei4 ti1 xing3 hou4 sp1 fan1 shen1 zhan4 qi3 sp1 yu3 zhe4 ming2 min2 jing3 si1 che2 qi3 lai2 sil|sil 喝 醉 了 的 李 侃 被 踢 醒 后 sp1 翻 身 站 起 sp1 与 这 名 民 警 撕 扯 起 来 sil|31 20 12 12 6 16 26 13 16 18 21 27 18 15 19 24 14 11 11 16 19 21 18 16 13 23 28|0.0|5.625 +008431|sil zheng4 hang2 shuo1 sp1 yi2 pu3 tong1 gong1 min2 shen1 fen4 qi3 su4 sp1 jiu4 shi4 wei4 pie3 qing1 sp1 lan4 yong4 gong1 quan2 li4 zhi1 xian2 sil|sil 郑 航 说 sp1 以 普 通 公 民 身 份 起 诉 sp1 就 是 为 撇 清 sp1 滥 用 公 权 力 之 嫌 sil|33 17 18 27 14 15 16 16 13 15 16 12 17 22 19 13 10 15 21 24 8 17 19 17 16 13 13 30 35|0.0|6.05 +008432|sil ba1 guo2 cheng2 sp1 shi2 shang4 nv2 zi3 zai4 tou1 nai2 fen3 sil|sil 巴 国 城 sp1 时 尚 女 子 在 偷 奶 粉 sil|28 16 15 29 7 16 18 16 17 16 17 18 28 32|0.0|3.17 +008433|sil mei3 ci4 ti2 chu1 yi4 jian4 sp1 ye2 zong3 shi4 xian1 shuo1 sp1 wo2 zhi3 shi4 shuo1 shuo5 sp1 ting1 bu4 ting1 sp1 you2 ni3 men5 jue2 ding4 sil|sil 每 次 提 出 意 见 sp1 也 总 是 先 说 sp1 我 只 是 说 说 sp1 听 不 听 sp1 由 你 们 决 定 sil|33 15 15 15 13 15 21 11 12 13 12 19 25 26 11 11 13 20 21 20 20 9 25 3 15 13 16 17 20 30|0.0|5.91 +008434|sil yun2 nan2 meng4 lian2 he2 gui4 zhou1 weng4 an1 de5 bian4 hua4 sp1 shi4 zhe4 zhong2 jing3 min2 guan1 xi4 de5 zui4 hao3 jian4 zheng4 sil|sil 云 南 孟 连 和 贵 州 瓮 安 的 变 化 sp1 是 这 种 警 民 关 系 的 最 好 见 证 sil|33 12 18 17 23 16 14 15 18 14 7 20 23 18 14 14 20 15 19 18 15 11 16 15 19 22 34|0.0|5.57 +008435|sil da3 dou4 dang1 zhong1 sp1 zhu1 mou3 bei4 shi1 shou3 ci4 si3 sil|sil 打 斗 当 中 sp1 朱 某 被 失 手 刺 死 sil|30 16 15 17 24 14 16 24 14 14 16 21 28 31|0.0|3.255 +008436|sil wei4 liao4 sp1 yi4 tian1 qing1 chen2 sp1 wo3 hai2 zai4 bei4 wo1 li3 sp1 hu1 ting1 yi2 zhen4 xi1 xi1 de5 zhua3 zi5 nao2 men2 sheng1 sil|sil 未 料 sp1 一 天 清 晨 sp1 我 还 在 被 窝 里 sp1 忽 听 一 阵 唏 唏 的 爪 子 挠 门 声 sil|32 14 28 16 10 14 18 27 10 10 16 13 12 17 22 27 17 20 12 21 20 17 9 24 12 16 19 27 34|0.0|6.205 +008437|sil ta1 shi4 bei4 po4 sp1 hai2 shi4 you3 shen2 me5 nan2 yan2 zhi1 yin3 sil|sil 她 是 被 迫 sp1 还 是 有 什 么 难 言 之 隐 sil|30 17 13 17 28 4 16 11 13 15 7 19 18 15 26 32|0.0|3.26 +008438|sil zhe4 xiang1 dang1 yu2 mei3 tian1 pao2 liang3 ci4 ma3 la1 song1 sil|sil 这 相 当 于 每 天 跑 两 次 马 拉 松 sil|28 14 18 17 19 21 21 16 21 12 15 16 26 29|0.0|3.175 +008439|sil dui4 yuan2 men5 zhi1 dao4 sp1 ta1 men5 shen1 shang4 you3 jia1 huo5 sil|sil 队 员 们 知 道 sp1 他 们 身 上 有 家 伙 sil|30 14 14 12 16 20 9 13 10 16 14 17 24 26 29|0.0|3.07 +008440|sil zhe4 ge4 yan2 se4 jiao4 lao3 lv4 sp1 xiang1 dang1 yu2 cui4 lv4 sil|sil 这 个 颜 色 叫 老 绿 sp1 相 当 于 翠 绿 sil|29 14 8 18 18 12 17 23 12 20 12 12 22 22 31|0.0|3.13 +008441|sil ran2 er2 sp1 ci3 shi2 de5 zou1 de2 bao2 yi3 jing1 tao2 pao3 sil|sil 然 而 sp1 此 时 的 邹 德 保 已 经 逃 跑 sil|35 15 23 4 21 15 9 15 15 21 17 17 18 30 32|0.0|3.33 +008442|sil dang1 jin1 li2 xiang3 de5 hun1 yin1 mo2 shi4 shi4 shen2 me5 sil|sil 当 今 理 想 的 婚 姻 模 式 是 什 么 sil|29 18 19 17 21 13 16 10 20 17 13 19 18 30|0.0|3.02 +008443|sil zuo4 hao3 cheng2 shi4 nei4 lao4 qiang2 xian3 ying4 ji2 gong1 zuo4 sil|sil 做 好 城 市 内 涝 抢 险 应 急 工 作 sil|32 16 15 21 21 22 17 24 18 20 16 16 25 31|0.0|3.41 +008444|sil ke3 na4 xie1 ji1 tou2 shi4 mai4 yin2 piao2 chang1 de5 zu3 zhi1 zhe3 sp1 shi4 hou4 tai2 lao2 ban3 sp1 shi4 zui4 da4 de5 ying2 li4 zhe3 sil|sil 可 那 些 鸡 头 是 卖 淫 嫖 娼 的 组 织 者 sp1 是 后 台 老 板 sp1 是 最 大 的 赢 利 者 sil|30 14 16 14 17 28 19 21 16 20 18 8 16 15 25 20 14 14 13 20 26 16 16 15 14 8 15 16 25 35|0.0|6.32 +008445|sil ye3 jiu4 shi4 shuo1 sp1 xiao2 rui2 rui3 fan1 yue4 hu4 lan2 qu4 shang4 xue2 shi2 sp1 tian1 hai2 wei4 wan2 quan2 liang4 sil|sil 也 就 是 说 sp1 小 蕊 蕊 翻 越 护 栏 去 上 学 时 sp1 天 还 未 完 全 亮 sil|33 12 12 11 25 19 19 15 23 17 14 15 20 13 17 18 24 18 16 13 14 17 17 26 33|0.0|5.35 +008446|sil bu2 guo4 sp1 mian3 shi4 gong1 du2 yan2 jiu1 sheng1 de5 ta1 sp1 zao2 yi3 jing1 bu4 jin2 jin2 man3 zu2 yu2 kan4 ao4 yun4 le5 sil|sil 不 过 sp1 免 试 攻 读 研 究 生 的 她 sp1 早 已 经 不 仅 仅 满 足 于 看 奥 运 了 sil|30 12 24 18 19 19 18 12 16 11 16 8 28 11 15 11 23 15 15 14 19 12 12 16 16 19 22 37|0.0|5.66 +008447|sil chang2 qi1 de5 ying2 yang3 bu4 zu2 sp1 dao3 zhi4 xu3 duo1 hai2 zi5 sp1 pu3 bian4 ai2 xiao3 sp1 you3 de5 hai2 huan4 shang4 wei4 bing4 sil|sil 长 期 的 营 养 不 足 sp1 导 致 许 多 孩 子 sp1 普 遍 矮 小 sp1 有 的 还 患 上 胃 病 sil|30 23 15 11 10 19 14 25 14 15 12 13 13 21 16 4 17 15 19 24 27 16 17 17 16 13 16 24 35|0.0|5.93 +008448|sil you1 ku4 ci2 ju3 ke4 guan1 cong1 ming5 sil|sil 优 酷 此 举 客 观 聪 明 sil|29 16 17 20 23 24 21 22 28 33|0.0|2.7 +008449|sil shi4 ge4 hen2 you3 qian2 de5 jia1 huo5 ya5 sil|sil 是 个 很 有 钱 的 家 伙 呀 sil|29 20 17 16 15 20 9 20 20 17 30|0.0|2.475 +008450|sil gu2 sui3 juan1 xian4 guo4 cheng2 zhong1 de5 fan4 hao2 jie2 sil|sil 骨 髓 捐 献 过 程 中 的 范 豪 杰 sil|29 16 19 14 16 14 16 16 11 18 18 28 34|0.0|2.89 +008451|sil zhe4 ge4 tiao2 kuan3 wu2 yi2 shi4 fei1 chang2 huang1 miu4 de5 sil|sil 这 个 条 款 无 疑 是 非 常 荒 谬 的 sil|31 16 10 21 26 16 16 16 13 20 18 21 19 30|0.0|3.175 +008452|sil cao2 cheng2 gei3 ji4 zhe3 suan4 le5 zhe4 yang4 yi4 bi3 zhang4 sil|sil 曹 成 给 记 者 算 了 这 样 一 笔 账 sil|30 23 25 14 15 16 18 10 10 15 10 14 28 30|0.0|2.995 +008453|sil wo3 de5 lian2 mei3 tian1 dou1 xi3 de5 hen3 gan1 jing4 o5 sil|sil 我 的 脸 每 天 都 洗 的 很 干 净 哦 sil|30 12 7 28 19 19 13 14 10 17 17 17 26 31|0.0|3.015 +008454|sil du2 chang2 ke3 wei4 zheng4 fu3 dai4 lai2 gao1 e2 shui4 shou1 sil|sil 赌 场 可 为 政 府 带 来 高 额 税 收 sil|27 18 26 16 14 19 22 13 17 17 15 17 29 29|0.0|3.235 +008455|sil wo3 chao2 gu2 hao3 duo1 nian2 le5 sp1 yi2 ding4 neng2 ying2 li4 sil|sil 我 炒 股 好 多 年 了 sp1 一 定 能 赢 利 sil|31 12 20 16 18 14 21 15 16 10 15 14 15 21 39|0.0|3.215 +008456|sil zhu2 guai3 nan2 zi3 xia4 shui3 tuo1 qi3 luo4 shui2 nv3 sil|sil 拄 拐 男 子 下 水 托 起 落 水 女 sil|28 18 15 21 19 25 24 19 12 17 18 31 29|0.0|3.21 +008457|sil chen1 hang2 dao3 you3 yi2 pian4 zhu4 ming2 de5 jiang1 jun5 lin2 sil|sil 琛 航 岛 有 一 片 著 名 的 将 军 林 sil|29 21 20 28 16 10 21 14 17 10 18 15 29 31|0.0|3.24 +008458|sil zui4 ke3 wu4 de5 shi4 sp1 dao4 hou4 lai2 sp1 na4 tou2 de5 ren2 dou1 wen4 wo3 sp1 ni3 shi4 bu2 shi4 de2 zui4 shui2 le5 sil|sil 最 可 恶 的 是 sp1 到 后 来 sp1 那 头 的 人 都 问 我 sp1 你 是 不 是 得 罪 谁 了 sil|31 19 19 17 10 24 23 15 14 23 10 16 16 8 17 12 17 26 24 10 16 8 13 16 15 21 17 32|0.0|5.68 +008459|sil jin1 mao4 da4 sha4 sp1 ba1 shi2 ba1 ceng2 guan1 guang1 ting1 sp1 wo3 ceng2 jing1 lai2 guo4 sil|sil 金 茂 大 厦 sp1 八 十 八 层 观 光 厅 sp1 我 曾 经 来 过 sil|29 17 16 16 25 5 13 12 15 22 15 17 25 18 11 17 13 18 24 34|0.0|4.205 +008460|sil chen2 qie4 zuo4 bu2 dao4 a5 sil|sil 臣 妾 做 不 到 啊 sil|28 22 19 17 10 22 21 31|0.0|1.975 +008461|sil xiao3 shi2 hou4 te4 bie2 xiang3 ma1 ma5 sp1 duo2 qi3 lai2 ku1 sp1 hu2 wei3 shi4 yi2 ge5 cong2 xiao3 que1 fa2 mu3 ai4 de5 ren2 sil|sil 小 时 候 特 别 想 妈 妈 sp1 躲 起 来 哭 sp1 胡 伟 是 一 个 从 小 缺 乏 母 爱 的 人 sil|33 23 14 21 19 13 18 16 22 12 15 12 17 29 40 18 26 17 10 12 22 18 15 13 17 19 9 25 34|0.0|6.485 +008462|sil ban4 ye4 sp1 jia2 da3 le5 yi2 ge5 da4 pen1 ti5 sp1 yi2 zheng3 ge4 lian3 shang4 sp1 dou1 shi4 jia3 de5 jie2 jing1 sil|sil 半 夜 sp1 甲 打 了 一 个 大 喷 涕 sp1 乙 整 个 脸 上 sp1 都 是 甲 的 结 晶 sil|32 17 25 17 24 15 9 12 9 17 23 22 30 19 19 9 20 23 5 14 12 16 9 18 22 34|0.0|5.48 +008463|sil li2 jin3 man4 de5 jia1 sp1 fu4 mu3 yi4 zha2 yan3 dou1 bu2 zai4 le5 sil|sil 李 瑾 曼 的 家 sp1 父 母 一 眨 眼 都 不 在 了 sil|34 15 18 18 8 24 20 17 18 16 15 24 16 12 22 20 31|0.0|3.805 +008464|sil li2 zi5 sp1 dui4 chang2 yan2 sp1 jia3 zhuang4 xian4 zhong3 da4 sp1 bian4 mi4 sp1 yan4 shi2 sp1 xiao1 hua4 bu4 liang2 deng3 ji2 bing4 sp1 you3 yi2 ding4 liao2 xiao4 sil|sil 梨 子 sp1 对 肠 炎 sp1 甲 状 腺 肿 大 sp1 便 秘 sp1 厌 食 sp1 消 化 不 良 等 疾 病 sp1 有 一 定 疗 效 sil|36 23 22 8 19 27 29 4 19 14 17 19 24 19 16 30 17 19 29 2 19 15 11 21 16 15 24 18 14 11 14 19 29 33|0.0|7.575 +008465|sil ji2 bian4 shi4 wei2 fa3 jian4 zhu4 sp1 ni2 ye2 dei3 gao4 su4 wo2 sp1 na3 ge5 di4 fang1 wei2 fa3 sp1 za3 wei2 fa3 le5 sil|sil 即 便 是 违 法 建 筑 sp1 你 也 得 告 诉 我 sp1 哪 个 地 方 违 法 sp1 咋 违 法 了 sil|31 18 19 12 15 18 21 20 18 6 15 13 19 19 15 9 18 10 13 14 18 23 11 20 17 19 20 32|0.0|5.605 +008466|sil ge4 bu4 men2 de5 yi4 xie1 kuang4 kuang5 gui1 ding4 yue4 lai2 yue4 duo1 sp1 nian2 jian2 shen3 pi1 sp1 yue4 lai2 yue4 yan2 ge2 sil|sil 各 部 门 的 一 些 框 框 规 定 越 来 越 多 sp1 年 检 审 批 sp1 越 来 越 严 格 sil|30 18 11 16 9 11 20 29 24 18 17 17 13 14 24 32 20 20 23 25 9 10 12 14 22 27 31|0.0|5.995 +008467|sil dao4 shi4 xiao3 bing1 zhang1 ga1 he2 wang2 xiao3 er4 de5 shi4 ji4 zai4 ke4 ben2 li3 zhan4 you3 yi4 xi2 zhi1 di4 sil|sil 倒 是 小 兵 张 嘎 和 王 小 二 的 事 迹 在 课 本 里 占 有 一 席 之 地 sil|28 18 20 18 16 17 23 14 17 17 16 10 18 19 17 18 12 20 16 19 15 17 15 19 35|0.0|5.275 +008468|sil gai1 nan2 zi3 shou4 dao4 qiang2 lie4 ji3 ya1 sp1 hun2 shen1 dou1 shi4 xie3 sp1 zui2 li3 hai2 zai4 du1 nang5 zhe5 sil|sil 该 男 子 受 到 强 烈 挤 压 sp1 浑 身 都 是 血 sp1 嘴 里 还 在 嘟 囔 着 sil|30 14 17 17 19 15 19 14 15 22 9 20 18 13 12 27 25 17 20 19 13 14 21 19 34|0.0|5.37 +008469|sil zhe4 shi4 gong2 bei2 hai3 guan1 jin4 nian2 lai2 cha2 huo4 de5 zui4 da4 yi4 qi2 zou3 si1 wen2 wu4 chu1 jing4 an4 sil|sil 这 是 拱 北 海 关 近 年 来 查 获 的 最 大 一 起 走 私 文 物 出 境 案 sil|33 13 21 17 12 18 21 14 14 18 25 18 15 17 15 12 21 17 15 14 12 16 13 24 29|0.0|5.155 +008470|sil shou4 zhu4 qun2 zhong4 sp1 wu2 bu4 jiao1 kou3 cheng1 zan4 sp1 dang1 nian2 de5 lao3 ba1 lu4 zuo4 feng1 you4 hui2 lai5 le5 sil|sil 受 助 群 众 sp1 无 不 交 口 称 赞 sp1 当 年 的 老 八 路 作 风 又 回 来 了 sil|31 24 14 21 24 10 15 17 17 17 21 24 31 16 15 5 19 14 16 17 18 16 20 17 18 31|0.0|5.66 +008471|sil tong2 shi2 hua1 qian2 da2 dian2 jing3 fang1 ren2 yuan2 sp1 shi4 yin1 wei4 shi4 guan1 zi4 ji3 de5 di4 di5 wang2 dong1 ming2 sil|sil 同 时 花 钱 打 点 警 方 人 员 sp1 是 因 为 事 关 自 己 的 弟 弟 王 东 明 sil|33 20 20 17 20 18 17 16 13 14 26 11 15 11 18 17 17 12 9 11 18 14 21 12 31 29|0.0|5.335 +008472|sil gong1 ren2 men5 xian1 ban1 kai1 ku1 long5 zhou1 wei2 de5 jie1 zhuan1 sp1 zai4 yong4 dian4 zuan4 sp1 zao2 kai1 shui3 ni2 ban3 sil|sil 工 人 们 先 搬 开 窟 窿 周 围 的 街 砖 sp1 再 用 电 钻 sp1 凿 开 水 泥 板 sil|36 16 16 20 23 15 18 15 18 13 15 9 18 25 20 16 19 23 23 13 21 19 13 17 26 35|0.0|5.825 +008473|sil yuan2 ben2 zhi3 shi4 xiang3 xia4 hu5 xia4 hu5 sp1 ke3 shi4 zai4 kun2 bang2 xiao3 hao4 shi2 zao1 yu4 le5 fan3 kang4 sil|sil 原 本 只 是 想 吓 唬 吓 唬 sp1 可 是 在 捆 绑 小 浩 时 遭 遇 了 反 抗 sil|33 18 21 12 12 19 23 13 20 23 24 14 12 17 23 16 17 20 24 18 8 11 19 24 33|0.0|5.505 +008474|sil zhi4 yu2 sang1 li2 ju3 xing2 de5 xi4 jie2 sp1 ta1 zhi3 yao4 wen4 xu3 guan4 wu3 sp1 yin1 shi4 ta1 quan2 li4 da2 dian3 sil|sil 至 于 丧 礼 举 行 的 细 节 sp1 他 指 要 问 许 冠 武 sp1 因 是 他 全 力 打 点 sil|32 20 18 23 14 16 14 8 18 27 16 18 24 14 14 17 18 24 22 15 14 19 19 15 18 23 32|0.0|5.95 +008475|sil bu4 fen4 min2 zhong4 zhuo2 gao3 guai4 fu2 zhuang1 sp1 zhan4 zai4 kuang2 feng1 bao4 yu3 zhong1 zhao4 xiang4 fan1 jin1 dou5 sil|sil 部 分 民 众 着 搞 怪 服 装 sp1 站 在 狂 风 暴 雨 中 照 相 翻 筋 斗 sil|30 16 12 20 24 19 16 16 16 23 13 17 12 18 15 14 12 20 19 25 20 18 21 33|0.0|5.21 +008476|sil mu4 qian2 sp1 fan4 zui4 xian2 yi2 ren2 sp1 ma2 mou2 mou3 sp1 zhou1 mou3 sp1 la2 mou3 sp1 bei4 yi1 fa3 xing2 shi4 ju1 liu2 sil|sil 目 前 sp1 犯 罪 嫌 疑 人 sp1 马 某 某 sp1 周 某 sp1 喇 某 sp1 被 依 法 刑 事 拘 留 sil|37 14 30 13 21 12 16 10 27 3 18 17 23 9 18 27 9 20 28 22 20 17 18 17 13 14 30 31|0.0|6.205 +008477|sil ding1 zi3 gao1 sp1 hai2 zi4 bao4 biao2 jie3 song4 le5 liang3 zhi1 bu4 tong2 pai2 zi5 de5 yan4 yun4 bang4 gei3 ta1 sil|sil 丁 子 高 sp1 还 自 爆 表 姐 送 了 两 支 不 同 牌 子 的 验 孕 棒 给 他 sil|30 18 14 26 4 18 18 21 18 17 15 8 20 18 12 20 22 9 7 14 17 17 14 30 30|0.0|5.075 +008478|sil ru2 jin1 sp1 ma3 yue4 ling2 cheng1 sp1 sheng1 chi1 huo2 ni2 qiu5 sp1 shi4 zhi4 liao2 jian4 dong4 ren2 zheng4 de5 fa2 bao3 sil|sil 如 今 sp1 马 悦 凌 称 sp1 生 吃 活 泥 鳅 sp1 是 治 疗 渐 冻 人 症 的 法 宝 sil|32 17 25 13 12 13 19 25 8 21 16 17 20 24 4 18 13 20 19 11 19 16 6 22 27 35|0.0|5.48 +008479|sil zhang1 mo4 shu4 ci4 chuang3 huo4 sp1 dou1 shi4 rang4 fu4 qin5 zhang1 guo2 li4 sp1 jiao1 tou2 lan4 e2 sil|sil 张 默 数 次 闯 祸 sp1 都 是 让 父 亲 张 国 立 sp1 焦 头 烂 额 sil|30 21 21 18 12 24 21 18 13 10 16 17 17 18 13 18 6 20 14 18 26 36|0.0|4.725 +008480|sil mei4 zi5 tu1 ran2 lai2 le5 ju4 sp1 ni3 bu2 hui4 sp1 zhao3 ge5 yong4 dao4 shou3 de5 dian4 ying3 a5 sil|sil 妹 子 突 然 来 了 句 sp1 你 不 会 sp1 找 个 用 到 手 的 电 影 啊 sil|34 22 13 21 15 12 12 20 34 13 11 18 3 23 18 17 13 17 8 17 21 25 32|0.0|4.86 +008481|sil tong2 che1 de5 xu3 gen4 fu4 sp1 zai4 shi4 gu4 zhong1 you4 tui2 gu3 zhe2 xiong1 kou3 shou4 shang1 sil|sil 同 车 的 许 亘 富 sp1 在 事 故 中 右 腿 骨 折 胸 口 受 伤 sil|32 25 21 14 18 20 23 4 18 16 11 19 20 17 15 23 19 15 16 29 32|0.0|4.72 +008482|sil xiang4 yu3 ping2 jie4 zhe5 gai4 shi4 wu2 shuang1 de5 wu3 yi4 sp1 hai2 qi3 tu2 chong2 zheng3 qi2 gu3 juan2 tu3 chong2 lai2 sil|sil 项 羽 凭 借 着 盖 世 无 双 的 武 艺 sp1 还 企 图 重 整 旗 鼓 卷 土 重 来 sil|36 29 18 22 17 12 18 16 13 17 11 15 22 21 13 17 20 23 15 18 20 22 14 17 30 33|0.0|5.915 +008483|sil zhe4 shi4 chen2 shui2 bian3 chi4 luo2 luo2 gu3 chui1 tai2 du2 sp1 zai4 tai2 du2 fen1 lie4 dao4 lu4 shang4 you4 mai4 chu1 de5 wei1 xian3 yi2 bu4 sil|sil 这 是 陈 水 扁 赤 裸 裸 鼓 吹 台 独 sp1 在 台 独 分 裂 道 路 上 又 迈 出 的 危 险 一 步 sil|31 16 19 17 17 26 17 15 23 18 17 22 25 23 21 17 12 14 14 15 14 23 20 20 19 14 16 17 15 20 36|0.0|6.88 +008484|sil zai4 jiang1 mou3 chen2 mou3 er4 ren2 de5 jiao4 suo1 song2 yong3 xia4 sp1 lao3 xiang1 zhi1 jian1 hu4 xiang1 la1 long3 jie4 shao5 sil|sil 在 姜 某 陈 某 二 人 的 教 唆 怂 恿 下 sp1 老 乡 之 间 互 相 拉 拢 介 绍 sil|32 25 23 23 24 22 14 17 12 21 18 19 16 26 26 12 15 12 23 18 15 12 16 19 22 36|0.0|6.015 +008485|sil xiang3 dao4 yi2 ci4 ci4 bei4 xiao3 shan1 ju4 jue2 de5 shi4 sp1 wu2 tian1 hen3 shi4 nao2 huo3 sil|sil 想 到 一 次 次 被 小 衫 拒 绝 的 事 sp1 吴 天 很 是 恼 火 sil|32 24 15 13 17 19 14 17 19 15 13 9 21 22 12 23 18 12 21 26 33|0.0|4.585 +008486|sil dan1 shen1 nv3 xing4 zui4 jiu3 hou4 sp1 ying1 you3 shu2 xi5 de5 nan2 xing4 sp1 pei2 song4 hui2 jia1 sil|sil 单 身 女 性 醉 酒 后 sp1 应 有 熟 悉 的 男 性 sp1 陪 送 回 家 sil|35 13 17 15 22 13 17 22 14 12 19 19 13 8 24 21 5 17 16 15 28 32|0.0|4.605 +008487|sil he2 lao3 po5 ling3 zheng4 qi1 nian2 le5 sp1 ban4 zhun3 sheng1 zheng4 shi2 sp1 ju1 ran2 shuo1 sp1 wang3 shang4 cha2 bu2 dao4 wo3 men5 de5 jie2 hun1 zheng4 sil|sil 和 老 婆 领 证 七 年 了 sp1 办 准 生 证 时 sp1 居 然 说 sp1 网 上 查 不 到 我 们 的 结 婚 证 sil|24 13 21 22 18 16 18 21 17 31 17 14 17 16 24 7 16 17 23 4 19 20 23 10 15 12 10 8 17 17 24 28|0.0|6.495 +008488|sil jing4 xuan3 shi2 xu3 nuo4 de5 zheng4 ce4 sp1 ke3 neng2 shi2 xian4 ji2 xu3 sil|sil 竞 选 时 许 诺 的 政 策 sp1 可 能 实 现 几 许 sil|31 19 17 17 14 19 7 19 20 10 15 19 14 18 14 27 33|0.0|3.63 +008489|sil xiao3 yao2 zai4 hai3 bin1 mu3 qin1 de5 pei2 tong2 xia4 zai4 ci4 duo4 tai1 sil|sil 小 瑶 在 海 滨 母 亲 的 陪 同 下 再 次 堕 胎 sil|31 22 23 22 18 14 15 15 6 18 18 23 18 14 16 31 32|0.0|3.9 +008490|sil ceng2 you3 tui1 xiao1 yuan2 zhe4 me5 shuo1 sp1 wo2 mei3 jie1 chu4 shi2 ge4 ren2 sp1 cai2 you3 yi2 ge4 ren2 yuan4 yi4 gou4 mai2 wo3 de5 huo4 wu4 sil|sil 曾 有 推 销 员 这 么 说 sp1 我 每 接 触 十 个 人 sp1 才 有 一 个 人 愿 意 购 买 我 的 货 物 sil|31 20 16 15 16 15 11 11 26 28 10 21 14 16 18 11 24 14 18 13 14 11 24 14 10 14 15 11 7 24 20 32|0.0|6.315 +008491|sil tu2 rang2 li3 de5 hua4 xue2 wu4 zhi4 jin4 ru4 shi2 wu4 lian4 hou4 sp1 zui4 zhong1 reng2 shi4 bei4 ren2 lei4 zi4 ji3 chi1 diao4 sil|sil 土 壤 里 的 化 学 物 质 进 入 食 物 链 后 sp1 最 终 仍 是 被 人 类 自 己 吃 掉 sil|29 20 19 13 13 19 15 14 20 18 16 16 9 19 24 23 16 24 21 15 12 15 15 14 14 21 25 32|0.0|5.93 +008492|sil zao3 shang4 zai4 lou2 xia4 tang1 fen3 dian4 chi1 zao3 can1 sp1 peng4 jian4 wo3 men5 ling2 dao3 sp1 bing4 re4 qing2 de5 da3 zhao1 hu5 sil|sil 早 上 在 楼 下 汤 粉 店 吃 早 餐 sp1 碰 见 我 们 领 导 sp1 并 热 情 的 打 招 呼 sil|35 21 28 16 18 17 19 16 15 14 15 27 15 18 12 10 11 20 26 14 15 17 14 8 15 20 23 29|0.0|5.9 +008493|sil shi4 shi2 shang4 sp1 gao1 li2 hun1 lv4 sp1 yi3 jing1 gei3 ke4 luo2 di4 ya4 de5 she4 hui4 sp1 dai4 lai2 le5 hen3 da4 de5 ying2 xiang3 sil|sil 事 实 上 sp1 高 离 婚 率 sp1 已 经 给 克 罗 地 亚 的 社 会 sp1 带 来 了 很 大 的 影 响 sil|31 18 15 27 9 17 14 18 22 10 10 17 15 13 12 9 17 8 18 19 4 13 12 11 18 15 10 19 25 37|0.0|5.605 +008494|sil su1 lian2 jie2 ti3 hou4 sp1 su1 lian2 de5 tan3 ke4 yan2 fa1 li4 liang4 sp1 ye3 sui2 zhi1 fen1 shu3 e2 wu1 liang3 ge4 guo2 jia1 sil|sil 苏 联 解 体 后 sp1 苏 联 的 坦 克 研 发 力 量 sp1 也 随 之 分 属 俄 乌 两 个 国 家 sil|36 18 18 13 19 22 17 15 18 16 20 13 15 13 16 26 10 10 20 18 19 29 21 22 18 13 17 26 33|0.0|6.395 +008495|sil zheng3 tiao2 gong1 lu4 sp1 duo1 chu4 sun2 hui3 yan2 zhong4 sp1 xian3 xiang4 huan2 sheng1 sil|sil 整 条 公 路 sp1 多 处 损 毁 严 重 sp1 险 象 环 生 sil|30 17 16 17 20 3 16 18 18 14 20 18 6 21 18 17 30 32|0.0|3.84 +008496|sil ta1 de5 xun1 zhang1 you3 san1 chou1 ti4 sp1 dan4 shi4 sp1 mei2 shen2 me5 qian2 sil|sil 他 的 勋 章 有 三 抽 屉 sp1 但 是 sp1 没 什 么 钱 sil|30 16 9 19 21 15 21 20 19 15 17 20 5 16 13 9 34 31|0.0|3.835 +008497|sil deng2 wo3 yu4 dao4 xin1 shang4 ren2 de5 shi2 hou4 sp1 jiu4 yao4 jie2 hun1 lou5 sil|sil 等 我 遇 到 心 上 人 的 时 候 sp1 就 要 结 婚 喽 sil|29 12 14 11 14 18 15 13 10 17 17 6 14 12 16 18 22 31|0.0|3.36 +008498|sil la1 che3 qi1 jian1 sp1 liang3 wei4 min2 jing3 shou2 zhi3 shou4 shang1 liu2 xie3 sil|sil 拉 扯 期 间 sp1 两 位 民 警 手 指 受 伤 流 血 sil|30 15 16 15 23 14 11 12 19 25 25 20 18 15 15 30 29|0.0|3.85 +008499|sil liang3 ren2 qi3 chu1 chao2 chao3 nao4 nao4 sp1 hou4 lai2 zhui4 ru4 ai4 he2 sil|sil 两 人 起 初 吵 吵 闹 闹 sp1 后 来 坠 入 爱 河 sil|32 14 16 16 22 19 15 18 23 13 13 21 15 11 18 32 31|0.0|3.815 +008500|sil ye4 nei4 ren2 shi4 biao3 shi4 sp1 xian4 zai4 wo2 sheng3 xiao1 fei4 zhe3 sp1 yi2 shou3 ci4 gou4 che1 wei2 zhu3 sil|sil 业 内 人 士 表 示 sp1 现 在 我 省 消 费 者 sp1 以 首 次 购 车 为 主 sil|33 13 15 13 14 18 22 24 20 18 15 17 15 14 23 11 16 21 17 14 16 16 26 33|0.0|5.155 +008501|sil mao2 tai2 ji2 tuan2 zuo2 tian1 fa1 biao3 sheng1 ming2 sp1 zai4 ci4 pie3 qing1 le5 sp1 zi4 ji2 yu3 she1 chi2 pin3 de5 guan1 xi5 sil|sil 茅 台 集 团 昨 天 发 表 声 明 sp1 再 次 撇 清 了 sp1 自 己 与 奢 侈 品 的 关 系 sil|32 14 16 12 24 12 15 12 13 15 29 9 17 14 18 17 16 4 14 20 15 17 11 17 8 18 22 32|0.0|5.38 +008502|sil zai4 xing2 shi3 guo4 cheng2 zhong1 pin2 pin2 dian3 sha1 sp1 gu4 yi4 rang4 che1 kai1 de5 dian1 bo3 sp1 ba3 cheng2 ke4 huang4 shui4 sil|sil 在 行 驶 过 程 中 频 频 点 刹 sp1 故 意 让 车 开 得 颠 簸 sp1 把 乘 客 晃 睡 sil|32 22 17 13 12 18 27 19 19 18 29 28 16 10 17 18 16 8 21 23 16 14 19 15 20 24 31|0.0|6.06 +008503|sil dang1 da4 yin2 mu4 shang4 tu1 ran2 chu1 xian4 yi2 ge4 nv3 hai2 de5 lian2 kong3 sp1 quan2 chang3 yi2 pian4 e4 ran2 sil|sil 当 大 银 幕 上 突 然 出 现 一 个 女 孩 的 脸 孔 sp1 全 场 一 片 愕 然 sil|32 20 16 13 16 22 17 14 14 15 8 10 17 15 8 19 28 14 23 24 13 20 16 30 30|0.0|5.27 +008504|sil wei4 lai2 ji3 nian2 sp1 lv4 cheng2 zui4 zhong4 yao4 de5 jiu4 shi4 duo1 mai4 fang2 shao2 mai3 di4 sil|sil 未 来 几 年 sp1 绿 城 最 重 要 的 就 是 多 卖 房 少 买 地 sil|28 11 15 12 28 10 16 25 14 14 20 16 19 18 14 21 28 17 21 22 32|0.0|4.655 +008505|sil yi1 jiu3 jiu2 wu3 nian2 sp1 cheng2 wei2 bao3 jia1 li4 ya4 she4 hui4 dang3 wai4 shi4 bu4 de5 cheng2 yuan2 sil|sil 一 九 九 五 年 sp1 成 为 保 加 利 亚 社 会 党 外 事 部 的 成 员 sil|31 11 14 16 11 31 6 22 18 15 12 11 17 17 14 21 17 16 10 7 21 28 33|0.0|4.63 +008506|sil ju4 xi1 sp1 shi4 di1 xue4 tang2 dao3 zhi4 le5 kai3 xi1 ci3 ci4 tu1 ran2 yun1 dao3 sil|sil 据 悉 sp1 是 低 血 糖 导 致 了 凯 西 此 次 突 然 晕 倒 sil|27 17 31 10 21 13 17 31 16 9 10 20 21 18 20 15 14 18 23 30|0.0|4.425 +008507|sil ni3 shi4 bu2 shi4 zhao3 cuo4 ren2 la5 sp1 wo3 shi4 wo3 sp1 bu2 shi4 ben4 niu1 sil|sil 你 是 不 是 找 错 人 啦 sp1 我 是 我 sp1 不 是 笨 妞 sil|29 10 14 8 13 18 18 17 22 21 13 18 26 7 11 13 17 27 30|0.0|3.86 +008508|sil cheng2 ben3 hua1 de5 you2 dian3 gao1 yo5 sp1 kong3 pa4 shi4 kai1 che1 de5 shi2 hou5 zou3 shen2 le5 yo5 sil|sil 成 本 花 得 有 点 高 哟 sp1 恐 怕 是 开 车 的 时 候 走 神 了 哟 sil|29 27 19 16 9 13 18 18 22 24 20 22 13 18 17 9 15 15 16 18 15 22 27|0.0|4.895 +008509|sil ni3 yao4 shi4 an1 quan2 de5 hua4 jiu4 miao1 yi4 sheng1 sp1 da4 jia1 jiu4 fang4 xin1 le5 sil|sil 你 要 是 安 全 的 话 就 喵 一 声 sp1 大 家 就 放 心 了 sil|29 10 13 12 15 17 9 24 14 28 10 24 9 14 12 13 16 19 18 30|0.0|3.9 +008510|sil rang4 ren2 huai2 yi2 shi4 ci3 jun1 sp1 ke4 wan2 hou4 tiao4 xia4 qu4 le5 sil|sil 让 人 怀 疑 是 此 君 sp1 刻 完 后 跳 下 去 了 sil|31 17 15 20 18 14 18 27 8 18 17 16 19 13 16 17 29|0.0|3.635 +008511|sil tu2 wei2 sp1 zuo2 ri4 yi4 ming2 nv3 hai2 zai4 pin3 chang2 lian2 qiao3 fan4 sil|sil 图 为 sp1 昨 日 一 名 女 孩 在 品 尝 敛 巧 饭 sil|28 22 25 4 21 13 8 16 17 24 15 18 21 22 20 29 27|0.0|3.835 +008512|sil ting2 hao3 de5 chang2 tou2 fa5 gan4 ma2 jian3 de5 zhe4 me5 duan3 sil|sil 挺 好 的 长 头 发 干 吗 剪 得 这 么 短 sil|28 21 13 9 20 19 26 13 13 16 8 11 13 30 32|0.0|3.155 +008513|sil zhi2 you3 yi2 ge4 que1 dian3 jiu4 shi4 pi2 qi4 you3 yi4 dian2 dian3 bao4 sil|sil 只 有 一 个 缺 点 就 是 脾 气 有 一 点 点 爆 sil|29 16 13 10 13 21 26 20 20 23 19 14 8 14 18 28 29|0.0|3.725 +008514|sil yi4 shou3 ba2 wo3 dai4 da4 de5 nai3 nai5 zuo2 tian1 qu4 shi4 le5 sil|sil 一 手 把 我 带 大 的 奶 奶 昨 天 去 世 了 sil|30 15 18 14 10 17 10 7 20 22 18 16 15 20 22 28|0.0|3.275 +008515|sil zhang1 wei4 jian4 xiao4 yan2 zi4 ji3 hen2 xi3 huan1 zhe4 ge4 jue2 se4 sil|sil 张 卫 健 笑 言 自 己 很 喜 欢 这 个 角 色 sil|27 16 15 17 21 24 17 12 19 17 14 11 9 19 26 30|0.0|3.41 +008516|sil yi1 lang2 yu3 xi1 fang1 guo2 jia1 de5 guan1 xi5 jin4 yi2 bu4 e4 hua4 sil|sil 伊 朗 与 西 方 国 家 的 关 系 进 一 步 恶 化 sil|30 13 25 14 14 17 12 11 9 19 20 20 10 12 17 27 32|0.0|3.505 +008517|sil jie2 guo2 zhi3 shi4 ni3 da4 fang1 de5 qing3 da2 ren2 shua2 shua3 sil|sil 结 果 只 是 你 大 方 地 请 达 人 耍 耍 sil|29 21 23 13 12 18 19 22 13 23 14 16 22 30 29|0.0|3.53 +008518|sil shi4 kou1 hai2 shi4 da4 fang1 sp1 na4 yao4 fen1 shi4 shen2 me5 shir4 r sil|sil 是 抠 还 是 大 方 sp1 那 要 分 是 什 么 事 儿 sil|30 20 29 17 12 19 24 15 14 12 16 14 14 9 29 0 31|0.0|3.54 +008519|sil ge4 ren2 yi4 shi5 cong2 xing4 ming2 shang4 ye3 hui4 biao3 xian4 chu1 lai5 sil|sil 个 人 意 识 从 姓 名 上 也 会 表 现 出 来 sil|29 17 17 13 23 25 16 17 20 13 14 16 16 14 25 29|0.0|3.535 +008520|sil wo3 xian4 zai4 zheng4 zai4 he2 ni3 xiang1 hu4 ji1 fa1 sp1 ka1 ka1 sil|sil 我 现 在 正 在 和 你 相 互 激 发 sp1 咔 咔 sil|32 10 20 20 15 13 10 15 18 15 17 25 12 18 27 28|0.0|3.425 +008521|sil huang2 shang5 sp1 nin2 jin1 tian1 zen3 me5 you3 kong4 dao4 wo3 zhe4 lai2 la5 sil|sil 皇 上 sp1 您 今 天 怎 么 有 空 到 我 这 来 啦 sil|27 24 25 12 14 15 18 13 11 14 21 16 13 12 17 23 28|0.0|3.52 +008522|sil cun1 min2 dai4 lai2 de5 luo4 di4 he2 tao5 guo3 he2 ku1 zhi1 sil|sil 村 民 带 来 的 落 地 核 桃 果 和 枯 枝 sil|28 24 20 11 19 15 17 13 15 20 21 16 22 27 27|0.0|3.43 +008523|sil zai4 mou2 zhong3 yi4 yi4 shang4 sp1 ye2 xu3 zhe4 bing4 fei1 wei1 yan2 song3 ting1 sil|sil 在 某 种 意 义 上 sp1 也 许 这 并 非 危 言 耸 听 sil|32 16 19 15 13 12 26 10 15 22 15 20 17 13 17 18 30 30|0.0|3.95 +008524|sil yi4 zhi2 yi3 lai2 sp1 ren2 min2 bi4 dui4 mei3 yuan2 sheng1 duo1 bian2 shao3 sil|sil 一 直 以 来 sp1 人 民 币 对 美 元 升 多 贬 少 sil|33 12 13 8 28 8 17 16 15 11 19 23 23 13 19 30 30|0.0|3.695 +008525|sil wei4 le5 yang3 huo2 xiao3 yan4 sp1 fu1 fu4 lia3 bei1 le5 bu4 shao3 zhai4 sil|sil 为 了 养 活 晓 燕 sp1 夫 妇 俩 背 了 不 少 债 sil|30 9 11 17 14 21 22 5 20 14 25 11 11 12 20 26 29|0.0|3.45 +008526|sil zhe4 shi4 yi4 zhuang1 fei1 xing2 yun4 dong4 shou3 ci4 deng1 lu4 zhong1 guo2 sil|sil 这 是 翼 装 飞 行 运 动 首 次 登 陆 中 国 sil|29 16 24 18 17 17 23 16 19 20 15 12 15 18 28 27|0.0|3.65 +008527|sil ni3 shuo1 de5 shi4 na4 ge5 yu2 le4 quan1 de5 ji4 jian2 wei3 ma5 sil|sil 你 说 的 是 那 个 娱 乐 圈 的 纪 检 委 嘛 sil|31 13 18 17 12 19 14 11 14 19 9 12 17 16 29 27|0.0|3.225 +008528|sil yu4 yan2 li3 de5 lu2 wei3 sp1 duo3 guo4 le5 zhe2 duan4 de5 ming4 yun4 sp1 dan4 zhe4 bing4 bu2 dai4 biao3 ta1 bi3 xiang4 shu4 geng4 you3 li4 liang4 sil|sil 寓 言 里 的 芦 苇 sp1 躲 过 了 折 断 的 命 运 sp1 但 这 并 不 代 表 他 比 橡 树 更 有 力 量 sil|31 18 17 11 7 17 27 4 17 11 13 15 17 7 20 23 20 17 13 15 10 16 23 18 10 23 17 14 12 16 28 30|0.0|6.23 +008529|sil xi3 huan1 se4 cai3 he2 tu2 hua4 de5 ren2 sp1 da4 duo1 xi3 huan1 jian3 dan1 er2 an1 jing4 de5 sheng1 huo2 sp1 shuo1 de5 shi4 ni3 ma5 sil|sil 喜 欢 色 彩 和 图 画 的 人 sp1 大 多 喜 欢 简 单 而 安 静 的 生 活 sp1 说 的 是 你 吗 sil|31 17 18 20 21 14 17 17 9 23 8 15 11 15 20 24 13 23 16 14 8 18 25 16 17 9 15 13 26 31|0.0|6.08 +008530|sil dan4 xie4 jing3 yuan1 de5 qiao4 fang3 fu2 bao2 xian3 gui4 de5 men2 sp1 yi4 shi2 ban4 huir4 r kai1 bu4 liao3 sp1 ji2 de5 ta1 mei2 hua4 shuo1 sil|sil 但 谢 景 渊 的 窍 仿 佛 保 险 柜 的 门 sp1 一 时 半 会 儿 开 不 了 sp1 急 得 他 没 话 说 sil|28 20 18 15 15 7 27 20 17 16 16 13 5 31 29 9 12 19 21 0 20 9 25 11 15 10 16 18 20 29 31|0.0|6.29 +008531|sil ke2 yi3 chi1 wan3 ji1 tang1 hun2 tun5 sp1 zai4 chi1 yi2 ge4 shui2 zhu3 ji1 dan4 sp1 ying2 yang3 you4 jian4 kang1 sil|sil 可 以 吃 碗 鸡 汤 馄 饨 sp1 再 吃 一 个 水 煮 鸡 蛋 sp1 营 养 又 健 康 sil|27 16 9 17 17 12 21 19 17 11 18 14 8 13 17 14 15 20 22 16 19 14 18 28 30|0.0|5.015 +008532|sil gen1 ju4 xian4 suo2 xian3 shi4 sp1 zheng4 mou3 ji4 you2 ke3 neng2 yi3 jing1 gai3 ming2 huan4 xing4 sp1 piao3 bai2 shen1 fen4 sil|sil 根 据 线 索 显 示 sp1 郑 某 既 有 可 能 已 经 改 名 换 姓 sp1 漂 白 身 份 sil|30 17 17 17 12 19 20 26 19 19 14 16 14 20 13 18 11 16 19 18 6 21 14 18 24 31|0.0|5.445 +008533|sil ji4 zhe3 kan4 dao4 sp1 cui1 bing2 wu3 dang1 shi2 jing1 ying2 de5 you2 xi4 shi4 sp1 yi3 jing1 bian4 cheng2 le5 fu2 zhuang1 dian4 sil|sil 记 者 看 到 sp1 崔 炳 武 当 时 经 营 的 游 戏 室 sp1 已 经 变 成 了 服 装 店 sil|27 19 12 22 20 10 22 22 22 16 14 18 14 8 13 16 25 8 13 17 15 16 7 13 18 23 29|0.0|5.325 +008534|sil ju4 zhi1 sp1 ting2 feng1 bu4 xiang3 jia1 cao2 wu1 bi4 sp1 yu2 shi4 guai1 guai1 jiu4 fan4 sil|sil 据 知 sp1 霆 锋 不 想 家 嘈 屋 闭 sp1 于 是 乖 乖 就 范 sil|27 18 25 10 26 21 16 23 17 20 14 21 16 14 17 15 15 16 24 30|0.0|4.465 +008535|sil wu1 ya1 shuo1 sp1 wo3 zhen1 bu2 xing4 sp1 dan4 shi2 ji4 shang4 ta1 shi4 yin1 wei4 yun4 qi5 ma5 sil|sil 乌 鸦 说 sp1 我 真 不 幸 sp1 但 实 际 上 他 是 因 为 运 气 吗 sil|29 14 16 27 5 13 18 14 28 19 16 17 16 26 16 13 8 13 17 14 27 31|0.0|4.61 +008536|sil gei3 ren2 gan3 jue2 zheng4 xiang4 shi4 shi2 cao3 dong4 wu5 sp1 nian1 de5 mei2 pi2 qi4 sil|sil 给 人 感 觉 正 像 是 食 草 动 物 sp1 蔫 得 没 脾 气 sil|27 13 16 17 21 17 18 14 18 20 18 18 17 21 9 16 23 25 31|0.0|4.17 +008537|sil ka2 ta2 er3 xue2 xiao4 li3 you2 hen3 duo1 ka2 ta2 er3 dang1 di4 de5 xue2 sheng1 sil|sil 卡 塔 尔 学 校 里 有 很 多 卡 塔 尔 当 地 的 学 生 sil|26 18 18 11 15 16 22 11 19 14 18 15 11 17 11 9 17 26 28|0.0|3.735 +008538|sil zui4 hou4 sp1 mai3 yi1 fu5 yao4 dong3 de2 kan4 chi3 cun4 mian4 liao4 he2 cai2 zhi4 sil|sil 最 后 sp1 买 衣 服 要 懂 得 看 尺 寸 面 料 和 材 质 sil|31 18 25 18 17 14 26 15 18 15 20 18 27 21 21 13 25 23 33|0.0|4.625 +008539|sil bu2 yong4 shuo1 sp1 shou2 li3 de5 lou4 dong4 sp1 ye3 shi4 duo1 de5 ke2 yi3 pi1 fa1 le5 sil|sil 不 用 说 sp1 手 里 的 漏 洞 sp1 也 是 多 的 可 以 批 发 了 sil|27 13 10 27 10 20 13 8 19 22 8 13 13 12 9 14 9 18 18 21 28|0.0|3.855 +008540|sil cao1 zong4 jian4 pan2 de5 shou3 yong4 lai2 ban1 yun4 sha1 dai4 shi4 fou3 jue2 de5 kui1 sil|sil 操 纵 键 盘 的 手 用 来 搬 运 沙 袋 是 否 觉 得 亏 sil|30 24 17 17 17 8 29 12 14 13 13 19 21 16 13 13 11 28 31|0.0|4.015 +008541|sil ju4 da4 de5 lei2 ming2 sheng1 sp1 yi2 lang4 lang4 de5 gun3 lai2 sp1 da4 di4 qing1 chan4 sil|sil 巨 大 的 雷 鸣 声 sp1 一 浪 浪 地 滚 来 sp1 大 地 轻 颤 sil|27 20 14 6 15 20 28 6 9 18 12 8 15 26 11 17 12 21 28 29|0.0|3.97 +008542|sil lao3 ren2 mian4 mu4 quan2 fei1 sp1 shou2 li3 jin2 jin3 zuan4 zhe5 yi4 ba2 gou3 mao2 sil|sil 老 人 面 目 全 非 sp1 手 里 紧 紧 攥 着 一 把 狗 毛 sil|30 18 18 18 11 22 23 11 25 17 16 15 16 10 9 16 22 30 28|0.0|4.125 +008543|sil zi4 cong2 shi3 yong4 ruan3 jian4 hou4 sp1 zhao4 mou3 jiu4 cheng2 le5 chang2 sheng4 jiang1 jun5 sil|sil 自 从 使 用 软 件 后 sp1 赵 某 就 成 了 常 胜 将 军 sil|32 16 22 14 12 19 20 23 15 20 19 13 17 12 23 18 20 25 30|0.0|4.3 +008544|sil tong2 shi2 sp1 da4 xuan3 de5 hun4 luan4 ye3 jin4 yi2 bu4 zheng4 ming2 le5 sp1 hai3 di4 zheng4 zhi4 ti3 xi4 sp1 yi3 wan2 quan2 wa2 jie3 sil|sil 同 时 sp1 大 选 的 混 乱 也 进 一 步 证 明 了 sp1 海 地 政 治 体 系 sp1 已 完 全 瓦 解 sil|29 20 26 14 17 17 7 17 28 13 15 10 11 15 17 13 9 20 15 15 9 19 23 17 13 19 16 20 26 33|0.0|6.07 +008545|sil ben3 lai2 sp1 li3 kun1 yao4 ke3 na2 chu1 xu3 duo1 li3 you2 wei4 zi4 ji3 kai1 tuo1 sil|sil 本 来 sp1 李 焜 耀 可 拿 出 许 多 理 由 为 自 己 开 脱 sil|28 15 22 5 11 17 20 13 17 13 14 12 15 20 15 11 8 19 26 29|0.0|3.835 +008546|sil chi1 sp1 chi1 sp1 jiu4 zhi1 dao4 chi1 sp1 zhuan4 duo1 shao3 qian2 gou4 ni3 chi1 de5 sil|sil 吃 sp1 吃 sp1 就 知 道 吃 sp1 赚 多 少 钱 够 你 吃 的 sil|29 36 13 35 17 20 11 14 25 22 18 13 15 20 10 13 19 21 30|0.0|4.425 +008547|sil gai1 bao3 an1 wei4 ji4 zhe2 da3 kai1 dian4 ti1 sp1 hu4 song4 ji4 zhe3 xia4 lou2 sil|sil 该 保 安 为 记 者 打 开 电 梯 sp1 护 送 记 者 下 楼 sil|28 17 14 21 15 14 16 15 15 16 21 11 17 16 11 12 16 30 28|0.0|3.87 +008548|sil shou4 ci3 zhong4 ji1 sp1 lin2 hui1 huang4 huang5 you1 you1 de5 dao3 zai4 le5 di4 shang4 sil|sil 受 此 重 击 sp1 林 辉 晃 晃 悠 悠 地 倒 在 了 地 上 sil|35 20 17 18 23 24 20 25 20 17 14 16 12 17 9 11 19 27 30|0.0|4.345 +008549|sil you3 ji4 zai3 cheng1 sp1 gong2 shou2 li3 zai4 wo3 guo2 yi2 you2 liang3 qian1 nian2 li4 shi3 sil|sil 有 记 载 称 sp1 拱 手 礼 在 我 国 已 有 两 千 年 历 史 sil|31 15 13 16 28 16 18 17 19 16 16 20 11 11 20 17 14 16 29 28|0.0|4.31 +008550|sil xun2 chang2 bai3 xing4 de5 xiao1 shu3 yin2 pin3 sp1 jiu4 ci3 cheng2 wei2 she1 chi2 pin3 sil|sil 寻 常 百 姓 的 消 暑 饮 品 sp1 就 此 成 为 奢 侈 品 sil|34 21 22 14 19 11 18 15 19 26 5 18 14 16 16 18 16 29 29|0.0|4.185 +008551|sil hua4 fei2 liu2 tong1 zhi4 xu4 hun4 luan4 sp1 luan4 tai2 jia4 ge2 de5 wen4 ti2 reng2 ran2 cun2 zai4 sil|sil 化 肥 流 通 秩 序 混 乱 sp1 乱 抬 价 格 的 问 题 仍 然 存 在 sil|31 22 12 17 21 13 14 19 26 16 17 17 17 9 9 18 28 18 16 18 25 30|0.0|4.79 +008552|sil liu4 shi4 hei1 e4 shi4 li4 dui4 dang3 zheng4 gan4 bu4 de5 la1 long2 fu3 shi2 ri4 yi4 yan2 zhong4 sil|sil 六 是 黑 恶 势 力 对 党 政 干 部 的 拉 拢 腐 蚀 日 益 严 重 sil|30 19 23 25 13 15 21 16 18 15 17 7 8 20 16 17 23 16 13 20 23 32|0.0|4.725 +008553|sil gao1 di4 jia4 xiang4 mu4 de5 lei2 lei2 fu4 zhai4 sp1 dui4 qi3 ye4 de5 ying2 shou1 xing2 cheng2 zhong4 ya1 sil|sil 高 地 价 项 目 的 累 累 负 债 sp1 对 企 业 的 营 收 形 成 重 压 sil|27 19 14 16 17 10 11 14 15 17 24 9 15 20 15 13 17 20 17 15 15 24 27|0.0|4.545 +008554|sil ben2 yi3 wei2 jin4 ba1 zhong1 shi4 tuo2 tuor3 r de5 sp1 qi2 ta1 xue2 xiao4 gen1 ben3 mei2 kao3 lv4 sil|sil 本 以 为 进 八 中 是 妥 妥 儿 的 sp1 其 他 学 校 根 本 没 考 虑 sil|28 16 10 20 17 18 17 16 16 26 0 19 27 17 16 16 22 14 12 13 20 22 31|0.0|4.8 +008555|sil shi4 pin2 jie2 tu2 dang1 shi4 yi1 sheng1 li3 he2 chun2 de5 jian1 bang3 bei4 tie3 gun4 chuo1 shang1 sil|sil 视 频 截 图 当 事 医 生 李 荷 纯 的 肩 膀 被 铁 棍 戳 伤 sil|31 16 17 15 22 13 16 11 20 19 17 17 9 20 23 15 20 16 18 27 32|0.0|4.57 +008556|sil min2 jing3 xi1 wang4 sp1 deng4 jin1 chao1 ji2 shi2 lian2 xi4 ben3 bao4 re4 xian4 sp1 jiu3 liu4 er4 yao1 yao1 sil|sil 民 警 希 望 sp1 邓 金 超 及 时 联 系 本 报 热 线 sp1 九 六 二 幺 幺 sil|29 14 18 18 26 6 16 17 26 18 9 19 16 16 12 16 27 20 20 19 13 16 24 30|0.0|5.17 +008557|sil sheng1 huo2 shi4 kai1 shui3 sp1 bu2 lun4 leng3 re4 sp1 zhi3 yao4 you3 shi4 he2 de5 wen1 du4 jiu4 hao3 sil|sil 生 活 是 开 水 sp1 不 论 冷 热 sp1 只 要 有 适 合 的 温 度 就 好 sil|31 23 22 13 20 28 13 10 16 21 21 9 15 12 15 16 13 8 16 12 17 28 30|0.0|4.75 +008558|sil shuang1 shou3 bei4 xi4 tie3 si1 kun3 za1 sp1 lian3 se4 tie3 qing1 sp1 chu3 yu2 hun1 mi2 zhuang4 tai4 sil|sil 双 手 被 细 铁 丝 捆 扎 sp1 脸 色 铁 青 sp1 处 于 昏 迷 状 态 sil|29 23 23 15 15 17 12 23 25 36 17 13 19 26 4 19 11 16 14 19 25 31|0.0|5.015 +008559|sil bing4 qie2 mei3 ci4 ba3 ping2 sai1 la1 chu1 lai2 de5 shi2 hou5 dou1 yao4 da4 jiao4 yi4 sheng1 sil|sil 并 且 每 次 把 瓶 塞 拉 出 来 的 时 候 都 要 大 叫 一 声 sil|27 17 14 21 16 14 17 12 17 11 12 10 16 22 12 14 15 18 10 25 31|0.0|4.07 +008560|sil wo3 hai2 you2 ji3 shi2 nian2 ne5 sp1 fan3 zheng4 sp1 zong3 shi4 cha4 ta1 ban4 cun4 jiu4 zhui1 dao4 ta1 le5 sil|sil 我 还 有 几 十 年 呢 sp1 反 正 sp1 总 是 差 他 半 寸 就 追 到 他 了 sil|30 10 17 9 17 17 19 13 17 21 17 5 20 12 17 14 18 21 13 16 12 19 15 27|0.0|4.595 +008561|sil zuo2 tian1 de5 mi2 wu4 he2 reng2 ran2 tuan1 ji2 sp1 bu2 guo4 che1 liang4 yi3 jing1 neng2 gou4 fei1 kuai4 de5 tong1 guo4 sil|sil 昨 天 的 迷 雾 河 仍 然 湍 急 sp1 不 过 车 辆 已 经 能 够 飞 快 地 通 过 sil|34 17 17 6 18 15 21 15 16 19 25 27 13 23 18 16 13 15 16 18 19 17 8 20 24 31|0.0|5.59 +008562|sil ling4 wai4 sp1 wo3 men5 hai2 neng2 zan2 dian3 qian2 zuo4 dian2 xiao3 tou2 zi1 sp1 sheng1 huo2 ya1 li4 sp1 ye3 bu2 zhi4 yu2 tai4 da4 sil|sil 另 外 sp1 我 们 还 能 攒 点 钱 做 点 小 投 资 sp1 生 活 压 力 sp1 也 不 至 于 太 大 sil|32 15 24 6 9 9 14 18 16 14 22 12 13 17 20 22 21 17 14 14 20 6 11 11 14 10 17 23 35|0.0|5.525 +008563|sil shang4 bai3 ming2 chuan1 lan2 mian2 ao3 sp1 dai4 lei2 feng1 mao4 de5 da4 xue2 sheng1 chu1 xian4 zai4 yan4 piao4 kou3 qian2 sil|sil 上 百 名 穿 蓝 棉 袄 sp1 戴 雷 锋 帽 的 大 学 生 出 现 在 验 票 口 前 sil|33 23 14 24 24 17 19 25 4 13 16 14 16 8 16 15 19 16 15 12 15 16 16 33 32|0.0|5.285 +008564|sil neng2 you3 da2 an4 jiu4 bu2 shi4 ren2 sheng1 ba5 sil|sil 能 有 答 案 就 不 是 人 生 吧 sil|30 15 15 17 20 16 13 16 15 21 21 30|0.0|2.655 +008565|sil zhang1 liang4 xin1 li3 hui2 da2 sp1 zheng4 shi4 lao3 zi5 sp1 zui3 shang4 jiong3 xiao4 shuo1 sp1 shi4 ma5 sil|sil 张 亮 心 里 回 答 sp1 正 是 老 子 sp1 嘴 上 窘 笑 说 sp1 是 吗 sil|28 19 19 14 13 17 22 4 19 9 18 20 19 18 18 17 22 23 22 18 26 32|0.0|4.845 +008566|sil zai4 jin4 bai2 mi3 de5 xuan2 ya2 xia4 sp1 yi4 tiao2 xi4 xi4 de5 lie4 feng4 sp1 heng2 gen4 zai4 xuan2 shou2 yan3 qian2 sil|sil 在 近 百 米 的 悬 崖 下 sp1 一 条 细 细 的 裂 缝 sp1 横 亘 在 选 手 眼 前 sil|29 22 20 14 13 10 15 17 25 22 10 21 16 11 8 19 24 6 24 17 14 15 14 14 32 32|0.0|5.385 +008567|sil ba1 yue4 de5 ao4 yun4 zhan4 chang3 sp1 bi4 ding4 hui4 yin1 duo1 chang3 qiang2 qiang2 dui4 hua4 de5 shang4 yan3 sp1 er2 geng4 jia1 jing1 cai3 ji1 lie4 sil|sil 八 月 的 奥 运 战 场 sp1 必 定 会 因 多 场 强 强 对 话 的 上 演 sp1 而 更 加 精 彩 激 烈 sil|30 17 14 13 14 13 17 28 12 11 19 22 19 15 20 15 17 14 15 9 19 21 14 16 19 16 15 16 14 23 30|0.0|6.235 +008568|sil jin1 yong1 xiao3 shuo1 li3 zong2 you3 yi2 ge4 feng1 du4 pian1 pian1 qi4 zhi4 jun4 lang3 sp1 wu3 gong1 chao1 qun2 de5 biao3 ge1 sil|sil 金 庸 小 说 里 总 有 一 个 风 度 翩 翩 气 质 俊 朗 sp1 武 功 超 群 的 表 哥 sil|28 20 12 17 18 23 19 13 12 17 18 10 21 27 20 12 18 26 10 13 16 19 18 8 20 25 31|0.0|5.7 +008569|sil ling2 ling5 biao2 jie3 sp1 wei4 ji4 zhe3 ti2 gong1 le5 yi2 fen4 ta1 he2 ling2 ling5 tong2 xue2 xiao2 wei3 de5 liao2 tian1 ji4 lu4 sil|sil 玲 玲 表 姐 sp1 为 记 者 提 供 了 一 份 她 和 玲 玲 同 学 小 伟 的 聊 天 记 录 sil|32 17 17 17 26 8 13 14 14 17 12 11 12 24 17 14 13 15 16 19 20 14 9 16 17 12 24 29|0.0|5.445 +008570|sil lu2 qi3 yuan2 dui4 hui1 fu4 lu2 zhai2 mian4 mao4 sp1 shen4 zhi4 dao4 le5 ji1 hu1 zhi2 niu4 de5 di4 bu4 sil|sil 卢 起 源 对 恢 复 卢 宅 面 貌 sp1 甚 至 到 了 几 乎 执 拗 的 地 步 sil|32 14 17 22 16 16 13 13 14 18 19 12 18 11 15 15 15 15 15 18 10 13 27 28|0.0|4.71 +008571|sil cong2 ci3 sp1 ta1 kai1 shi3 du2 shen1 yi4 ren2 chuang2 hai3 nan2 sil|sil 从 此 sp1 他 开 始 独 身 一 人 闯 海 南 sil|28 21 28 6 15 16 18 14 20 12 20 22 16 29 30|0.0|3.43 +008572|sil yi3 se4 lie4 jun1 dui4 cong2 ru4 qin1 de5 li2 cun1 zhuang1 che4 chu1 sil|sil 以 色 列 军 队 从 入 侵 的 黎 村 庄 撤 出 sil|30 11 10 15 20 20 28 14 21 10 18 18 17 16 28 35|0.0|3.605 +008573|sil zui4 zhong1 xiao3 li4 yin1 bu4 kan1 ren3 shou4 sp1 chuo4 xue2 li2 jia1 chu1 zou3 sil|sil 最 终 小 丽 因 不 堪 忍 受 sp1 辍 学 离 家 出 走 sil|28 19 24 28 21 24 12 17 18 22 5 21 15 15 16 18 31 32|0.0|4.25 +008574|sil zui4 zhong1 jie2 guo3 shi4 sp1 xie4 hong2 qiang2 ying2 le5 sp1 ling4 yi4 jia1 tao3 zhai4 gong1 si1 bei4 nian2 zou3 sil|sil 最 终 结 果 是 sp1 谢 宏 强 赢 了 sp1 另 一 家 讨 债 公 司 被 撵 走 sil|27 15 16 14 17 22 12 20 15 22 17 17 22 13 9 15 16 14 14 18 10 23 27 32|0.0|4.96 +008575|sil ta1 zhou1 ri4 zai4 wang3 shang4 fa1 xin4 xi1 sp1 hu1 yu4 pi1 ping2 zhe3 rang4 ha1 li3 chuan2 chuan3 qi4 sil|sil 他 周 日 在 网 上 发 信 息 sp1 呼 吁 批 评 者 让 哈 里 喘 喘 气 sil|26 19 17 20 14 17 14 13 16 21 6 24 14 17 19 25 22 16 16 18 17 28 30|0.0|4.975 +008576|sil ci4 ri4 shang4 wu3 sp1 you4 jiang1 gai1 shou3 ji1 sp1 mai2 ru4 su1 jia1 lou2 xia4 de5 luo2 bo5 keng1 nei4 sil|sil 次 日 上 午 sp1 又 将 该 手 机 sp1 埋 入 苏 家 楼 下 的 萝 卜 坑 内 sil|29 21 11 23 20 17 17 17 14 16 22 8 17 17 13 12 17 21 8 19 11 20 23 36|0.0|4.975 +008577|sil you3 hua4 jiu4 shuo1 sp1 you3 pi4 jiu4 fang4 sp1 po2 po5 ma1 ma1 de5 sp1 na3 xiang4 ge5 ye2 men5 sil|sil 有 话 就 说 sp1 有 屁 就 放 sp1 婆 婆 妈 妈 的 sp1 哪 像 个 爷 们 sil|33 16 19 15 23 9 14 15 16 24 22 18 11 15 21 14 12 18 17 12 16 23 35|0.0|4.85 +008578|sil wei4 ci3 sp1 ying1 guo2 lu4 hua2 gong1 si1 sp1 jiang1 zhong1 guo2 shang1 ping2 wei3 qi3 su4 zhi4 fa3 yuan4 sil|sil 为 此 sp1 英 国 路 华 公 司 sp1 将 中 国 商 评 委 起 诉 至 法 院 sil|30 13 31 16 16 11 13 15 14 23 4 22 14 10 19 17 20 24 17 13 20 23 28|0.0|4.8 +008579|sil yong4 dian4 shang1 dian1 fu4 chuan2 tong3 hang2 ye4 sp1 zhan4 ling3 chui2 zhi2 de5 fu2 zhuang1 shi4 chang3 sil|sil 用 电 商 颠 覆 传 统 行 业 sp1 占 领 垂 直 的 服 装 市 场 sil|32 18 19 21 18 15 18 14 18 20 20 18 16 20 13 12 13 15 14 26 31|0.0|4.54 +008580|sil zhe4 nan2 dao4 jiu4 shi4 da4 ming2 ding2 ding3 de5 zhong1 guo2 qi1 wang2 huang2 xing1 guo2 ma5 sil|sil 这 难 道 就 是 大 名 鼎 鼎 的 中 国 漆 王 黄 兴 国 吗 sil|29 15 18 12 16 18 15 19 17 20 15 17 11 21 22 24 19 16 24 32|0.0|4.415 +008581|sil mai4 ke4 lei2 wen2 shi4 de2 ke4 sa4 si1 zhou1 ren2 sp1 chu1 shen1 yu2 jun1 ren2 jia1 ting2 sil|sil 麦 克 雷 文 是 得 克 萨 斯 州 人 sp1 出 身 于 军 人 家 庭 sil|29 15 8 16 20 19 12 11 16 12 15 25 9 18 19 15 17 12 18 30 29|0.0|4.24 +008582|sil ke3 shi4 sp1 sui2 zhe5 shi2 jian1 yue4 lai2 yue4 wan3 sp1 liang3 ren2 de5 yao1 qiu2 ye3 yue4 lai2 yue4 di1 sil|sil 可 是 sp1 随 着 时 间 越 来 越 晚 sp1 两 人 的 要 求 也 越 来 越 低 sil|27 19 23 4 17 11 16 15 10 13 15 24 16 14 9 9 18 21 15 13 13 14 24 31|0.0|4.535 +008583|sil yang2 lei3 de5 di4 di5 yang2 kun1 zai4 fa3 ting2 shang4 fu4 he4 le5 shang4 shu4 shuo1 fa3 sil|sil 杨 磊 的 弟 弟 杨 坤 在 法 庭 上 附 和 了 上 述 说 法 sil|34 17 13 10 13 15 19 27 17 17 20 22 18 13 12 15 12 19 26 33|0.0|4.32 +008584|sil zi4 zhi4 qu1 fu4 zhu3 xi2 jin4 nuo4 sp1 kan4 wang4 cai3 ta4 shi4 gu4 shou4 shang1 xue2 sheng1 sil|sil 自 治 区 副 主 席 靳 诺 sp1 看 望 踩 踏 事 故 受 伤 学 生 sil|31 14 11 19 15 15 22 18 23 6 20 19 17 15 17 13 15 15 16 26 29|0.0|4.365 +008585|sil jin4 yi2 ge4 yue4 li3 sp1 wo3 mei2 peng4 dao4 chuan2 yan2 zhong1 sp1 man2 heng4 qi1 ba4 de5 zai1 min2 sil|sil 近 一 个 月 里 sp1 我 没 碰 到 传 言 中 sp1 蛮 横 欺 霸 的 灾 民 sil|29 25 12 12 13 25 18 9 16 22 12 16 16 20 11 18 19 18 15 10 17 29 31|0.0|4.79 +008586|sil ci3 qian2 sha1 yi4 ceng2 biao3 shi4 sp1 jie2 hun1 hou4 ken3 ding4 hui4 ma3 shang4 yao4 bao3 bao5 sil|sil 此 前 沙 溢 曾 表 示 sp1 结 婚 后 肯 定 会 马 上 要 宝 宝 sil|29 16 27 24 11 18 17 21 22 17 15 25 19 15 13 17 15 15 17 21 32|0.0|4.715 +008587|sil ao4 ba1 ma2 fang3 wen4 ya4 tai4 di4 qu1 de5 shi2 hou4 sp1 kai1 shi3 ming2 bai5 zhe4 yi4 dian3 sil|sil 奥 巴 马 访 问 亚 太 地 区 的 时 候 sp1 开 始 明 白 这 一 点 sil|32 12 11 21 16 15 15 16 11 10 10 16 16 6 17 9 18 14 13 9 26 30|0.0|3.985 +008588|sil wo3 zai4 gan4 yi4 nian2 duo1 shi2 jian1 sp1 zhe4 yi4 nian2 duo1 de5 shi2 jian1 sp1 wo3 neng2 bao3 zheng4 sil|sil 我 再 干 一 年 多 时 间 sp1 这 一 年 多 的 时 间 sp1 我 能 保 证 sil|29 13 17 14 8 16 11 15 25 17 17 8 17 9 9 16 24 10 10 16 17 24 32|0.0|4.34 +008589|sil xiao3 gu1 niang5 shuo1 sp1 ta1 jue2 de5 wu2 bin1 shu1 shu5 te4 bie2 hao3 te4 bie2 hao3 sil|sil 小 姑 娘 说 sp1 她 觉 得 吴 斌 叔 叔 特 别 好 特 别 好 sil|29 22 11 20 25 13 19 12 15 14 15 18 21 20 19 28 17 18 24 29|0.0|4.52 +008590|sil sui2 hou4 sp1 jin4 mou3 you4 qia1 zhu4 gao1 mou3 de5 bo2 zi5 sp1 jiang1 qi2 an4 zai4 di4 shang5 sil|sil 随 后 sp1 靳 某 又 掐 住 高 某 的 脖 子 sp1 将 其 按 在 地 上 sil|32 19 25 6 21 24 14 21 14 15 16 8 21 17 5 20 16 14 12 17 25 32|0.0|4.575 +008591|sil xiao3 nan2 hai2 e2 tou5 shang4 han4 cen2 cen2 de5 sp1 mo1 shang4 qu4 que4 mei2 you3 fa1 tang4 sil|sil 小 男 孩 额 头 上 汗 涔 涔 的 sp1 摸 上 去 却 没 有 发 烫 sil|29 18 17 23 15 19 21 19 18 20 15 26 13 17 24 16 13 12 17 27 30|0.0|4.75 +008592|sil jin1 tian1 wo3 lai2 jiu4 shi4 tong2 da4 jia1 tan2 tan2 xin1 shuo1 shuo1 xin1 li3 hua4 sil|sil 今 天 我 来 就 是 同 大 家 谈 谈 心 说 说 心 里 话 sil|27 16 15 10 29 14 12 17 14 14 19 16 26 17 12 16 17 27 29|0.0|4.025 +008593|sil ji4 zhe3 kan4 dao4 sp1 mang2 guo3 shu4 lan2 yao1 zhe2 duan4 sp1 duan4 kou3 cen1 ci1 bu4 qi2 sil|sil 记 者 看 到 sp1 芒 果 树 拦 腰 折 断 sp1 断 口 参 差 不 齐 sil|29 15 11 22 22 19 17 16 18 18 16 18 21 19 19 20 19 15 14 32 31|0.0|4.775 +008594|sil xie4 han4 hua2 shuo1 sp1 dang1 shi2 ta1 you4 jing1 you4 xi3 sp1 xin1 li3 ye2 you3 le5 huai2 yi2 sil|sil 谢 汉 华 说 sp1 当 时 他 又 惊 又 喜 sp1 心 里 也 有 了 怀 疑 sil|33 18 18 18 24 16 17 14 23 15 16 15 26 18 22 24 14 11 12 23 25 30|0.0|5.015 +008595|sil ta1 gao1 xing4 de5 shi2 hou4 xi3 huan1 liao2 tian1 sp1 you3 shi2 bu4 gao1 xing4 sp1 hai2 hui4 jue1 zhe5 zui3 sil|sil 她 高 兴 的 时 候 喜 欢 聊 天 sp1 有 时 不 高 兴 sp1 还 会 噘 着 嘴 sil|29 18 16 18 8 16 14 13 14 17 27 26 16 20 11 17 24 4 16 13 15 11 28 33|0.0|4.925 +008596|sil yang3 zhi2 chang3 de5 gong1 zuo4 ren2 yuan2 shuo1 sp1 zhu1 wei3 ba5 shuai2 qi3 lai2 sp1 jiu4 shuo1 ming2 zhu1 gao1 xing4 sil|sil 养 殖 场 的 工 作 人 员 说 sp1 猪 尾 巴 甩 起 来 sp1 就 说 明 猪 高 兴 sil|35 19 13 18 7 13 12 13 16 26 24 12 16 14 24 14 21 4 17 12 22 15 15 24 31|0.0|5.075 +008597|sil yu2 ci4 ju1 min2 ze2 sheng1 cheng1 sp1 shi4 shang4 wang3 huo4 ting1 xin4 lin2 ju1 yao1 he4 sp1 ji2 peng2 you5 dian4 hua4 sil|sil 榆 次 居 民 则 声 称 sp1 是 上 网 或 听 信 邻 居 吆 喝 sp1 及 朋 友 电 话 sil|29 13 19 14 21 13 16 26 7 24 24 27 21 19 18 14 14 14 24 18 19 16 12 19 24 33|0.0|5.785 +008598|sil qian2 zhe4 zhong3 dong1 xi5 dui4 ji1 qi4 ren2 lai2 shuo1 sp1 yong2 yuan3 mei2 you3 zhi1 shi5 he2 nu3 li4 zhong4 yao4 sil|sil 钱 这 种 东 西 对 机 器 人 来 说 sp1 永 远 没 有 知 识 和 努 力 重 要 sil|29 27 11 14 16 19 15 11 16 13 16 26 25 16 14 13 13 20 18 12 19 18 17 25 30|0.0|5.265 +008599|sil ai4 wei1 er2 zao1 yu4 zhong1 guo2 chang2 cheng2 sp1 ai4 wei1 er2 de5 zhong1 guo2 zhi1 lv3 ke3 wei4 shou1 huo4 duo1 duo1 sil|sil 艾 薇 儿 遭 遇 中 国 长 城 sp1 艾 薇 儿 的 中 国 之 旅 可 谓 收 获 多 多 sil|31 17 15 20 21 14 14 11 20 29 24 13 10 14 11 15 11 15 24 17 16 17 18 16 24 29|0.0|5.405 +008600|sil e4 le5 ren3 zhe5 dian3 ma5 sp1 bu4 ran2 zhen1 de5 hui4 pang4 hen3 duo1 sil|sil 饿 了 忍 着 点 嘛 sp1 不 然 真 的 会 胖 很 多 sil|31 19 17 18 12 17 22 13 12 19 15 8 13 19 19 25 26|0.0|3.54 +008601|sil tu2 pian4 chan2 pin3 jie4 shao4 sp1 ba2 zheng3 ge4 zhan2 lan3 da4 ting1 zhuang1 dian3 cheng2 yi2 ge4 bin1 fen1 de5 shi4 jie4 sil|sil 图 片 产 品 介 绍 sp1 把 整 个 展 览 大 厅 装 点 成 一 个 缤 纷 的 世 界 sil|32 22 24 21 14 17 23 14 18 18 11 13 15 15 30 19 13 17 10 12 17 17 9 17 23 31|0.0|5.48 +008602|sil sha1 tan1 teng2 qiu2 rong2 he2 le5 sp1 pai2 qiu2 zu2 qiu2 yu3 mao2 qiu2 deng3 yun4 dong4 de5 te4 dian3 sil|sil 沙 滩 藤 球 融 合 了 sp1 排 球 足 球 羽 毛 球 等 运 动 的 特 点 sil|31 21 18 21 29 21 13 14 4 27 29 23 28 12 19 21 13 14 9 9 18 27 30|0.0|5.24 +008603|sil qing1 shao4 nian2 bian4 yu2 hong3 pian4 jiao4 suo1 sp1 ye3 shi4 bu4 fa3 zhi1 tu2 shou2 xuan3 de5 yuan2 yin1 zhi1 yi1 sil|sil 青 少 年 便 于 哄 骗 教 唆 sp1 也 是 不 法 之 徒 首 选 的 原 因 之 一 sil|32 21 17 24 18 14 21 15 18 24 23 11 12 12 16 14 18 20 15 7 18 15 18 19 28|0.0|5.225 +008604|sil zai4 kan1 shou2 suo3 sp1 ta1 bei4 qu3 le5 hua4 ming2 sp1 jiao4 wu2 liang2 sp1 ling2 jiu3 yao1 zhuan1 an4 zu3 de5 sil|sil 在 看 守 所 sp1 他 被 取 了 化 名 sp1 叫 吴 良 sp1 零 九 幺 专 案 组 的 sil|30 18 16 16 26 14 16 12 15 10 19 26 5 23 12 29 40 17 15 16 17 14 14 19 30|0.0|5.44 +008605|sil shi2 er4 yue4 er4 shi2 jiu3 ri4 sp1 chen2 chang2 hai3 bei4 er4 shi2 qi1 qu1 jian3 cha2 yuan4 sp1 pi1 zhun3 dai4 bu3 sil|sil 十 二 月 二 十 九 日 sp1 陈 长 海 被 二 十 七 区 检 察 院 sp1 批 准 逮 捕 sil|33 16 15 13 13 11 19 18 21 19 19 26 12 14 11 14 14 16 20 16 13 19 14 18 24 31|0.0|5.33 +008606|sil chen2 yu3 hui1 de5 fu4 mu3 dang4 tian1 zai4 niu3 yue1 man4 ha1 dun4 sp1 chu1 xi2 xin1 wen2 fa1 bu4 hui4 sil|sil 陈 宇 晖 的 父 母 当 天 在 纽 约 曼 哈 顿 sp1 出 席 新 闻 发 布 会 sil|27 24 13 14 9 15 28 19 22 15 16 8 17 14 19 6 21 20 14 11 14 13 25 30|0.0|4.805 +008607|sil guo2 jia1 tong3 ji4 ju2 er4 ling2 yi1 ling2 nian2 de5 shu4 ju4 wei2 sp1 ling2 dian3 si4 ba1 yi1 sil|sil 国 家 统 计 局 二 零 一 零 年 的 数 据 为 sp1 零 点 四 八 一 sil|27 14 15 16 15 26 11 16 11 15 12 8 16 15 23 13 20 14 15 18 18 29|0.0|4.265 +008608|sil zhang1 zhi4 guo2 de5 fu4 qin5 sp1 ye3 bu4 ting2 mo3 yan2 jiao3 sp1 shi2 zai4 ren3 bu2 zhu4 shi2 zhi2 hao3 yi4 sheng1 chang2 tan4 sil|sil 张 志 国 的 父 亲 sp1 也 不 停 抹 眼 角 sp1 实 在 忍 不 住 时 只 好 一 声 长 叹 sil|29 20 14 11 9 18 28 10 12 14 17 15 18 27 30 15 15 14 11 14 21 16 17 10 16 23 24 32|0.0|5.8 +008609|sil bu4 ran2 sp1 jin1 tian1 shi4 zi3 sha1 guo1 dou4 jiang1 ji1 zao1 yang1 sp1 ming2 tian1 mei2 zhunr3 r you4 lun2 dao4 shei2 le5 sil|sil 不 然 sp1 今 天 是 紫 砂 锅 豆 浆 机 遭 殃 sp1 明 天 没 准 儿 又 轮 到 谁 了 sil|30 13 28 10 23 21 19 14 19 22 14 16 14 17 24 31 16 19 18 30 0 13 16 15 18 15 31|0.0|5.88 +008610|sil cong2 mu4 qian2 qing2 kuang4 kan4 sp1 ning2 bo1 shi4 di4 er4 yi1 yuan4 de5 ying4 dui4 cuo4 shi1 shi4 ji2 shi2 tuo3 dang4 de5 sil|sil 从 目 前 情 况 看 sp1 宁 波 市 第 二 医 院 的 应 对 措 施 是 及 时 妥 当 的 sil|30 25 14 16 15 16 25 23 17 14 20 11 15 11 12 7 16 10 20 22 18 13 14 19 24 17 31|0.0|5.51 +008611|sil qian2 rong2 bai3 kai1 chao1 de5 jia4 shi4 dao4 sp1 yi2 ge4 si1 li4 zhong1 xue2 sp1 ha1 sp1 zhe4 yang4 zi3 de5 shi4 juan4 ye3 yao4 wo3 lai2 zuo4 sil|sil 钱 荣 摆 开 抄 的 架 势 道 sp1 一 个 私 立 中 学 sp1 哈 sp1 这 样 子 的 试 卷 也 要 我 来 做 sil|31 25 22 18 18 22 7 18 15 22 35 10 11 16 14 17 25 15 22 26 13 14 9 10 17 23 12 13 15 17 23 28|0.0|6.765 +008612|sil gen1 ju4 gu3 dai4 mu4 zhi4 deng3 zi1 liao4 zong3 jie2 sp1 gu3 dai4 nv2 zi3 zai4 shi2 wu3 dao4 shi2 jiu3 sui4 jie2 hun1 wei2 duo1 o5 sil|sil 根 据 古 代 墓 志 等 资 料 总 结 sp1 古 代 女 子 在 十 五 到 十 九 岁 结 婚 为 多 哦 sil|32 18 20 15 14 18 18 15 11 14 16 27 36 13 14 18 23 24 23 16 19 16 16 14 16 15 13 18 24 33|0.0|6.605 +008613|sil dui4 da4 sai4 tui1 chu1 de5 xi4 lie4 chi3 cun4 biao1 zhun3 sp1 zhou1 cen2 cen2 ren4 wei2 sp1 you3 xie1 nan2 yi3 jie1 shou4 sil|sil 对 大 赛 推 出 的 系 列 尺 寸 标 准 sp1 周 岑 岑 认 为 sp1 有 些 难 以 接 受 sil|31 20 17 18 16 16 15 13 15 14 17 17 22 25 16 18 15 14 24 9 14 17 20 10 18 19 31|0.0|5.585 +008614|sil qiang2 ruo4 sp1 bu4 yi3 zhen1 zheng4 de5 shi2 li4 lai2 jie4 ding4 sp1 er2 shi4 yi3 yong1 you3 de5 zi1 yuan2 duo1 shao3 lai2 jie4 ding4 sil|sil 强 弱 sp1 不 以 真 正 的 实 力 来 界 定 sp1 而 是 以 拥 有 的 资 源 多 少 来 界 定 sil|29 28 25 6 17 12 17 14 8 15 16 17 16 21 25 11 16 17 17 15 8 19 15 13 14 16 16 23 27|0.0|5.72 +008615|sil ji4 zhe2 zhun3 bei4 zai4 ci4 piao2 xi3 sp1 pang2 bian1 de5 xi2 wan3 gong1 cui1 cu4 zhe5 sp1 ke2 yi3 la5 sp1 ke2 yi3 la5 sil|sil 记 者 准 备 再 次 漂 洗 sp1 旁 边 的 洗 碗 工 催 促 着 sp1 可 以 啦 sp1 可 以 啦 sil|27 18 18 16 16 16 10 20 25 13 21 12 6 12 16 16 20 16 19 17 18 11 21 11 20 11 25 26|0.0|5.535 +008616|sil si1 yi2 sui1 you3 fa1 xian4 zhu1 ge2 zi3 qi2 bu4 tuo3 sp1 dan4 huo2 dong4 sp1 bing4 wei4 yin1 ci3 zhong1 duan4 huo4 gai3 dong4 sil|sil 司 仪 虽 有 发 现 诸 葛 梓 岐 不 妥 sp1 但 活 动 sp1 并 未 因 此 中 断 或 改 动 sil|33 27 14 14 12 17 24 14 13 14 17 12 31 22 17 20 20 5 16 14 17 18 20 19 15 17 22 31|0.0|5.98 +008617|sil gou4 fang2 he2 tong4 bai3 zai4 zhuo1 shang4 sp1 mai3 jia1 hu2 bing1 chi2 yi2 pian4 ke4 sp1 yao3 le5 yao2 zui3 chun2 sp1 qian1 ming2 cheng2 jiao1 sil|sil 购 房 合 同 摆 在 桌 上 sp1 买 家 胡 兵 迟 疑 片 刻 sp1 咬 了 咬 嘴 唇 sp1 签 名 成 交 sil|29 16 16 17 24 15 13 16 23 23 15 15 17 20 18 11 23 19 22 10 10 13 16 26 5 21 15 18 25 33|0.0|6.315 +008618|sil san1 shi4 yao4 jia1 kuai4 sheng1 tai4 han2 yang3 fa1 zhan3 qu1 jian4 she4 sil|sil 三 是 要 加 快 生 态 涵 养 发 展 区 建 设 sil|31 24 25 22 17 19 15 14 18 18 17 14 14 19 28 31|0.0|3.78 +008619|sil ying1 ji2 li4 juan2 qi3 qie4 ting1 feng1 bao4 sp1 dong4 yao2 le5 mo4 duo1 ke4 fu4 zi3 zai4 ying1 guo2 de5 shang1 ye4 gen1 ji1 sil|sil 英 吉 利 卷 起 窃 听 风 暴 sp1 动 摇 了 默 多 克 父 子 在 英 国 的 商 业 根 基 sil|33 15 14 17 20 21 19 18 17 22 27 14 16 14 17 11 16 19 26 17 18 10 11 16 12 18 23 28|0.0|5.915 +008620|sil dang1 shi2 fa1 xian4 de5 hua4 shi2 sp1 geng4 zhun3 que4 de5 shuo1 shi4 pei1 tai1 hua4 shi2 sil|sil 当 时 发 现 的 化 石 sp1 更 准 确 地 说 是 胚 胎 化 石 sil|28 17 16 16 14 7 20 24 3 17 13 12 11 24 21 16 17 18 29 28|0.0|4.075 +008621|sil lao3 ba4 shuo1 sp1 shi4 a5 sp1 bu4 neng2 pian1 xin1 ni3 ge1 zai4 gan4 ma2 sil|sil 老 爸 说 sp1 是 啊 sp1 不 能 偏 心 你 哥 在 干 吗 sil|32 16 16 27 13 24 18 5 10 15 16 15 15 25 15 15 25 28|0.0|3.835 +008622|sil he1 he1 sp1 kan4 lai2 ni2 ting3 liao2 jie3 de5 sp1 na4 ni3 gei2 wo3 xiang2 xi4 shuo1 shuo5 bei5 sil|sil 呵 呵 sp1 看 来 你 挺 了 解 的 sp1 那 你 给 我 详 细 说 说 呗 sil|31 17 24 15 19 15 15 21 19 18 19 20 8 14 14 13 18 14 15 17 21 29|0.0|4.6 +008623|sil zai4 nei4 cheng2 zhi1 nei4 de5 nan2 ban4 bu4 sp1 he2 xin1 chu4 song3 li4 zhe5 qin2 shi3 huang2 ling2 de5 gao1 da4 feng1 tu3 sil|sil 在 内 城 之 内 的 南 半 部 sp1 核 心 处 耸 立 着 秦 始 皇 陵 的 高 大 封 土 sil|31 16 17 21 11 11 8 22 18 18 29 17 19 22 20 16 13 17 13 18 19 15 17 16 19 26 31|0.0|5.805 +008624|sil ta1 bu2 hui4 xie3 zi4 sp1 yu2 shi4 jiu4 en4 le5 shou3 yin4 sil|sil 她 不 会 写 字 sp1 于 是 就 摁 了 手 印 sil|26 19 12 15 17 24 18 12 18 14 11 12 20 25 28|0.0|3.15 +008625|sil shuo1 zhe4 ge5 de5 ni3 sp1 hui4 dui4 wo3 fu4 ze2 me5 sil|sil 说 这 个 的 你 sp1 会 对 我 负 责 么 sil|29 20 16 8 12 25 13 16 12 12 18 15 22 28|0.0|2.855 +008626|sil you3 zhe5 jin1 shu3 lan2 gan1 de5 da4 men2 xu1 yan3 zhe5 sil|sil 有 着 金 属 栏 杆 的 大 门 虚 掩 着 sil|30 16 17 17 11 20 13 8 15 19 22 18 25 30|0.0|3.025 +008627|sil dai4 zhe5 ni3 de5 ai4 sp1 wo3 hui4 shui4 de5 hen3 xiang1 tian2 sil|sil 带 着 你 的 爱 sp1 我 会 睡 的 很 香 甜 sil|27 16 11 13 10 24 9 11 12 14 11 17 23 31 28|0.0|2.985 +008628|sil ni3 chi1 guo4 tiao4 shui3 huang2 hou4 zuo4 de5 fan4 ma5 sil|sil 你 吃 过 跳 水 皇 后 做 的 饭 吗 sil|30 13 20 18 21 15 19 16 11 10 21 23 30|0.0|2.87 +008629|sil chou2 xiao3 ya1 sui1 ran2 zai4 xiang1 xia4 sp1 que4 you3 zhe5 yuan3 da4 de5 zhi4 xiang4 sp1 yi4 zhi2 zai4 mo4 mo4 nu3 li4 sil|sil 丑 小 鸭 虽 然 在 乡 下 sp1 却 有 着 远 大 的 志 向 sp1 一 直 在 默 默 努 力 sil|29 20 17 22 15 14 13 21 26 13 19 14 13 18 17 7 17 25 16 13 13 13 14 13 16 25 31|0.0|5.505 +008630|sil huang2 yan2 jiu3 feng1 gong1 yuan2 de5 mi3 shai1 jing3 sp1 geng4 shi4 ren2 man3 wei2 huan4 sp1 shang4 qian1 ren2 pai2 dui4 da2 shui3 sil|sil 黄 岩 九 峰 公 园 的 米 筛 井 sp1 更 是 人 满 为 患 sp1 上 千 人 排 队 打 水 sil|29 23 18 15 16 15 14 6 18 24 31 4 18 13 14 14 18 27 20 20 19 14 18 13 18 30 31|0.0|5.81 +008631|sil dui4 ta1 qi1 wang4 guo4 gao1 sp1 bo1 xia4 long2 zhong3 shou1 huo4 tiao4 zao5 sp1 jiang1 hen2 ke3 neng2 cheng2 wei2 xian4 shi2 sil|sil 对 它 期 望 过 高 sp1 播 下 龙 种 收 获 跳 蚤 sp1 将 很 可 能 成 为 现 实 sil|29 15 21 17 14 17 24 11 15 13 20 27 18 14 24 21 8 24 20 12 17 13 11 20 27 31|0.0|5.61 +008632|sil lian3 bu4 shang1 shi4 zui4 wei2 yan2 zhong4 sp1 you3 hao2 ji3 chu4 yi3 bei4 feng2 he2 de5 shang1 kou3 can3 bu4 ren2 du3 sil|sil 脸 部 伤 势 最 为 严 重 sp1 有 好 几 处 已 被 缝 合 的 伤 口 惨 不 忍 睹 sil|30 17 13 21 21 13 12 20 23 21 13 20 15 23 15 15 15 12 10 18 22 22 11 18 24 31|0.0|5.515 +008633|sil ling4 wai4 ta1 na4 jiong2 jiong2 you3 shen2 de5 yan3 guang1 he2 wei1 xie2 ta1 ren2 de5 biao3 qing2 ye3 fei1 chang2 dai4 jin4 sil|sil 另 外 他 那 炯 炯 有 神 的 眼 光 和 威 胁 他 人 的 表 情 也 非 常 带 劲 sil|30 16 24 17 17 17 14 14 14 7 18 26 19 14 16 18 11 9 19 28 13 14 19 16 25 31|0.0|5.415 +008634|sil dui4 ci3 sp1 ri4 ben3 ping1 xie2 biao3 da2 le5 qian4 yi4 sil|sil 对 此 sp1 日 本 乒 协 表 达 了 歉 意 sil|28 15 30 13 16 14 18 25 18 11 10 27 20 31|0.0|3.21 +008635|sil lu4 guo4 ci3 di4 de5 hu2 li5 kan4 jian4 hou4 sp1 kou2 shui3 zhi2 liu2 sp1 hen2 xiang2 ba3 rou4 nong4 dao4 shou3 sil|sil 路 过 此 地 的 狐 狸 看 见 后 sp1 口 水 直 流 sp1 很 想 把 肉 弄 到 手 sil|30 15 15 16 10 10 16 15 19 16 23 11 17 16 12 25 19 15 17 13 13 18 14 29 31|0.0|5.045 +008636|sil dui4 ci3 sp1 fan3 dui4 dang3 gong1 dang3 bu4 fen4 yi4 yuan2 tong4 pi1 sp1 zhe4 gen1 ben3 shi4 ge5 nu2 li4 ji4 hua4 sil|sil 对 此 sp1 反 对 党 工 党 部 分 议 员 痛 批 sp1 这 根 本 是 个 奴 隶 计 划 sil|30 16 29 14 20 15 17 15 24 13 15 14 22 23 23 4 15 17 15 12 10 17 15 19 24 36|0.0|5.5 +008637|sil qiang1 an4 fa1 sheng1 hou4 sp1 jing3 fang1 feng1 suo3 le5 man4 ha1 dun4 duo1 tiao2 jie1 dao4 sil|sil 枪 案 发 生 后 sp1 警 方 封 锁 了 曼 哈 顿 多 条 街 道 sil|27 21 14 15 17 23 5 22 19 18 14 9 20 14 17 16 17 16 22 31|0.0|4.15 +008638|sil ni3 ruo4 xin1 ku3 sp1 wo3 shi4 gan1 tian2 sp1 ni3 ruo4 xin1 shang1 sp1 wo3 shi4 huan1 yan2 sil|sil 你 若 心 苦 sp1 我 是 甘 甜 sp1 你 若 心 伤 sp1 我 是 欢 颜 sil|31 14 16 21 29 13 12 11 19 32 19 11 14 20 27 10 12 13 21 27 31|0.0|4.675 +008639|sil hai5 yan4 li4 sp1 ni2 zen3 me5 bu4 ba3 ruo4 nan2 dai4 lai2 ne5 sil|sil 嗨 艳 丽 sp1 你 怎 么 不 把 若 男 带 来 呢 sil|30 32 18 24 15 10 12 10 11 14 16 22 11 15 24 30|0.0|3.415 +008640|sil guo2 min2 heng2 cai4 sp1 xi1 hong2 shi4 chao3 ji1 dan4 sil|sil 国 民 横 菜 sp1 西 红 柿 炒 鸡 蛋 sil|26 16 18 20 28 12 16 12 11 20 17 21 30|0.0|2.87 +008641|sil gen1 ju4 dian4 ci2 xue2 de5 ji1 ben3 yuan2 li3 sp1 bi4 he2 de5 dian4 lu4 zai4 ci2 chang3 zhong1 yun4 dong4 sp1 ke2 yi2 chan3 sheng1 dian4 neng2 sil|sil 根 据 电 磁 学 的 基 本 原 理 sp1 闭 合 的 电 路 在 磁 场 中 运 动 sp1 可 以 产 生 电 能 sil|28 18 20 19 15 14 13 12 12 16 27 18 17 14 11 17 20 17 13 20 14 18 19 4 16 9 20 15 17 28 29|0.0|6.15 +008642|sil gang1 kan4 jian4 ge5 da2 ti2 ka3 sp1 wo2 ye3 shuo1 ge5 sil|sil 刚 看 见 个 答 题 卡 sp1 我 也 说 个 sil|28 18 19 15 10 14 14 28 11 14 12 22 20 30|0.0|2.955 +008643|sil lao2 ban2 gei3 le5 ta1 ba1 ba1 yi4 xiao3 cuo1 zi3 dan4 sp1 shang4 tang2 sp1 miao2 zhun3 er2 zi5 de5 tui3 sp1 peng1 sil|sil 老 板 给 了 他 粑 粑 一 小 撮 子 弹 sp1 上 膛 sp1 瞄 准 儿 子 的 腿 sp1 嘭 sil|30 18 23 10 11 18 16 18 14 16 15 15 22 16 22 31 13 19 16 16 10 9 29 14 30 30|0.0|5.58 +008644|sil wo3 he2 ni3 die1 shang1 liang5 gei2 ni2 qing3 yi2 ge4 jia1 jiao4 sp1 hao2 hao3 gei2 ni2 bu3 ke4 sil|sil 我 和 你 爹 商 量 给 你 请 一 个 家 教 sp1 好 好 给 你 补 课 sil|30 11 12 14 14 20 24 14 10 18 12 9 19 24 16 17 20 13 13 17 26 30|0.0|4.445 +008645|sil zhi1 hou4 sp1 yin1 wei4 yi4 kun2 tie3 si1 sp1 ta1 bei4 zhua1 sp1 qi1 zi5 zou3 le5 sp1 jia1 san4 le5 sil|sil 之 后 sp1 因 为 一 捆 铁 丝 sp1 他 被 抓 sp1 妻 子 走 了 sp1 家 散 了 sil|30 17 25 15 11 12 9 18 20 24 7 18 15 25 13 22 11 19 20 7 24 23 17 30|0.0|5.02 +008646|sil lai2 lai2 lai2 sp1 wo3 shi4 yi2 ge4 bo1 luo2 sp1 luo2 luo2 luo2 luo2 luo2 luo2 sil|sil 来 来 来 sp1 我 是 一 个 菠 萝 sp1 萝 萝 萝 萝 萝 萝 sil|32 15 14 28 18 13 13 10 12 17 28 24 18 13 22 22 15 30 29|0.0|4.33 +008647|sil ni2 liang3 sui4 le5 sp1 ma1 ma5 que4 zhi3 wei4 ni3 guo4 le5 yi2 ci4 sheng1 ri4 sil|sil 你 两 岁 了 sp1 妈 妈 却 只 为 你 过 了 一 次 生 日 sil|28 8 25 20 20 22 12 16 15 9 14 13 14 13 16 17 24 22 30|0.0|3.925 +008648|sil ta1 lv3 le5 lv3 hu2 xu1 shuo1 sp1 yin1 wei4 ling2 chen2 yi1 dian3 zhi4 san1 dian3 shi4 chou3 shi2 a5 sil|sil 他 捋 了 捋 胡 须 说 sp1 因 为 凌 晨 一 点 至 三 点 是 丑 时 啊 sil|29 17 16 12 16 16 18 27 34 8 11 17 20 14 25 14 20 21 13 27 25 19 28|0.0|5.185 +008649|sil er4 ling2 yi1 er4 nian2 sp1 shuang1 bian1 mao4 yi4 e2 sp1 wei2 si4 dian3 si4 jiu2 wu3 ba1 yi4 mei3 yuan2 sil|sil 二 零 一 二 年 sp1 双 边 贸 易 额 sp1 为 四 点 四 九 五 八 亿 美 元 sil|32 14 15 13 14 28 9 20 14 14 12 29 7 20 19 20 17 17 15 17 13 16 30 30|0.0|5.055 +008650|sil si1 xiang3 de5 fei1 yue4 sp1 gei3 xin1 hui4 sp1 dai4 lai2 bo2 bo2 sheng1 ji1 sil|sil 思 想 的 飞 跃 sp1 给 新 会 sp1 带 来 勃 勃 生 机 sil|32 19 16 9 18 24 10 19 24 23 4 12 16 15 13 20 24 33|0.0|3.84 +008651|sil mu4 qian2 huan4 gu3 shi4 yi4 zhong2 ke3 xing2 de5 cao1 zuo4 ce4 lve4 sil|sil 目 前 换 股 是 一 种 可 行 的 操 作 策 略 sil|30 13 19 21 24 16 10 16 17 15 7 17 12 20 22 27|0.0|3.325 +008652|sil xu3 xian1 sheng5 bie1 zhe5 yi4 kou3 qi4 sp1 yi2 lu4 kai1 che1 jin3 zhui1 sil|sil 许 先 生 憋 着 一 口 气 sp1 一 路 开 车 紧 追 sil|30 17 19 21 15 13 8 17 26 23 9 16 16 16 19 26 29|0.0|3.715 +008653|sil wo3 pa4 ta1 men5 hu4 xiang1 chao2 xing3 dui4 fang1 sil|sil 我 怕 他 们 互 相 吵 醒 对 方 sil|29 13 16 15 20 16 15 20 18 16 29 26|0.0|2.7 +008654|sil wo3 ming2 bai5 le5 sp1 yuan2 lai2 ni3 de5 xiong1 jiu4 shi4 na4 shi2 hou4 ceng4 mei2 de5 sp1 duo1 me5 tong4 de5 ling3 wu4 sil|sil 我 明 白 了 sp1 原 来 你 的 胸 就 是 那 时 候 蹭 没 的 sp1 多 么 痛 的 领 悟 sil|30 9 22 16 20 19 12 11 12 10 28 16 10 20 15 13 18 19 16 24 13 12 21 9 15 26 32|0.0|5.43 +008655|sil yi3 qiu1 fu4 jin4 sp1 mi4 mi4 ma2 ma2 de5 ju4 ji2 le5 da4 xiao3 hong2 huo2 yi3 sp1 yi3 ji2 yi2 chuan4 chuan4 de5 yi2 luan3 sil|sil 蚁 丘 附 近 sp1 密 密 麻 麻 地 聚 集 了 大 小 红 火 蚁 sp1 以 及 一 串 串 的 蚁 卵 sil|33 12 21 18 25 7 11 13 16 20 16 18 11 12 21 23 18 20 27 19 13 22 13 20 15 7 12 32 31|0.0|6.105 +008656|sil qi2 yi4 shen1 la1 ta5 de5 yi1 fu5 sp1 kao4 jian3 ping2 zi5 mai3 nian2 piao4 sp1 guan1 kan4 bei3 jing1 guo2 an1 de5 bi3 sai4 sil|sil 其 一 身 邋 遢 的 衣 服 sp1 靠 捡 瓶 子 买 年 票 sp1 观 看 北 京 国 安 的 比 赛 sil|26 26 13 19 18 11 11 13 24 20 19 18 25 13 15 19 25 10 19 21 12 16 12 13 9 15 27 32|0.0|5.82 +008657|sil si3 huo2 bu4 zou3 sp1 dei3 rang4 ni3 nuo2 kai1 xie1 sil|sil 死 活 不 走 sp1 得 让 你 挪 开 些 sil|31 23 15 16 24 18 13 16 9 21 22 24 30|0.0|3.045 +008658|sil dang1 shi2 li2 xue2 xiao4 bu2 guo4 ji3 shi2 mi2 yuan3 sil|sil 当 时 离 学 校 不 过 几 十 米 远 sil|27 17 19 15 14 20 12 14 14 18 15 27 31|0.0|2.82 +008659|sil you4 yi2 tang4 che1 an1 quan2 de5 kai1 dao4 mu4 di4 di4 sil|sil 又 一 趟 车 安 全 地 开 到 目 的 地 sil|28 16 9 21 21 17 16 7 16 12 15 15 22 29|0.0|2.83 +008660|sil yi2 jia1 can1 ting1 sp1 yi4 ming2 a1 yi2 zai4 he1 ka1 fei1 sil|sil 宜 家 餐 厅 sp1 一 名 阿 姨 在 喝 咖 啡 sil|29 13 14 19 24 10 9 15 18 14 15 13 20 24 30|0.0|3.095 +008661|sil na4 tou2 yi2 ju4 bu2 xin4 suan4 le5 sp1 bian4 gua4 le5 sil|sil 那 头 一 句 不 信 算 了 sp1 便 挂 了 sil|28 20 25 14 18 12 16 24 14 8 17 20 18 29|0.0|3.055 +008662|sil mu4 qian2 sp1 zheng4 shi4 ta1 men5 cong2 hai2 kou3 su4 chang2 jiang1 er2 shang4 sp1 chan2 luan3 fan2 zhi2 de5 gao1 feng1 qi1 sil|sil 目 前 sp1 正 是 它 们 从 海 口 溯 长 江 而 上 sp1 产 卵 繁 殖 的 高 峰 期 sil|32 14 33 12 18 11 16 17 20 17 26 19 21 14 15 25 32 20 18 21 12 9 13 16 28 31|0.0|5.925 +008663|sil yi4 zhi1 mao1 sp1 pao3 dao4 zhe4 ke1 shu4 de5 shu4 gan4 shang4 sp1 zhao3 dao4 yi2 ge4 shu4 dong4 sp1 zai4 na4 li3 sheng1 xia4 xiao3 mao1 sil|sil 一 只 猫 sp1 跑 到 这 棵 树 的 树 干 上 sp1 找 到 一 个 树 洞 sp1 在 那 里 生 下 小 猫 sil|32 11 10 25 5 18 15 13 14 13 8 18 19 21 9 15 14 8 11 18 21 40 13 17 18 18 13 17 27 31|0.0|5.95 +008664|sil jin4 xing2 sheng1 ji2 sp1 gei3 nin2 dai4 lai2 bu2 bian4 qing3 liang4 jie3 sp1 xiang2 xun2 sp1 jiu2 wu2 wu3 liu4 liu4 sil|sil 进 行 升 级 sp1 给 您 带 来 不 便 请 谅 解 sp1 详 询 sp1 九 五 五 六 六 sil|29 17 14 19 27 5 13 19 12 15 16 20 17 19 26 17 22 25 5 22 11 12 15 24 32|0.0|5.26 +008665|sil zhe4 shi4 jia1 fu1 qi1 dian4 sp1 dian4 zhu2 ye3 xi1 wang4 duo1 ge4 bang1 shou3 sp1 jiu4 shou1 liu2 le5 ta1 sil|sil 这 是 家 夫 妻 店 sp1 店 主 也 希 望 多 个 帮 手 sp1 就 收 留 了 他 sil|27 15 12 21 16 18 23 25 18 14 13 14 20 13 11 16 23 9 17 19 12 12 27 31|0.0|4.945 +008666|sil chu2 le5 qing1 jiao1 sp1 yi4 xie1 ye4 cai4 sp1 ru2 shang4 hai3 qing1 huang2 gua1 deng3 sp1 jia4 ge2 ye3 jiao4 gao1 sil|sil 除 了 青 椒 sp1 一 些 叶 菜 sp1 如 上 海 青 黄 瓜 等 sp1 价 格 也 较 高 sil|28 20 16 24 28 16 12 16 17 29 4 22 21 16 26 24 17 23 20 21 12 13 19 24 31|0.0|5.79 +008667|sil cheng2 shi4 ren2 sheng1 huo2 jie2 zou4 gai3 bian4 le5 sp1 hui4 zi4 ji3 an1 pai2 shi2 jian1 sil|sil 城 市 人 生 活 节 奏 改 变 了 sp1 会 自 己 安 排 时 间 sil|27 24 16 20 17 12 14 13 16 20 18 14 16 15 9 16 16 18 25 30|0.0|4.135 +008668|sil an4 zhong1 sp1 yi4 ming2 nan2 zi3 qin4 qian2 hou4 wang4 ji4 ti2 qu3 sp1 zhe2 fan3 hou4 fa1 xian4 jin1 qian2 yi3 bu2 yi4 er2 fei1 sil|sil 案 中 sp1 一 名 男 子 揿 钱 后 忘 记 提 取 sp1 折 返 后 发 现 金 钱 已 不 翼 而 飞 sil|31 17 24 7 9 15 19 15 21 20 20 16 11 19 29 22 17 20 20 22 15 14 24 17 13 14 16 26 29|0.0|6.29 +008669|sil li4 shi3 jiang1 yong2 yuan3 ji4 zhu4 tong2 zhi4 men5 de5 jie2 chu1 chuang4 zao4 he2 feng4 xian4 sp1 dang3 he2 ren2 min2 gan3 xie4 ni3 men5 sil|sil 历 史 将 永 远 记 住 同 志 们 的 杰 出 创 造 和 奉 献 sp1 党 和 人 民 感 谢 你 们 sil|31 18 21 22 16 14 14 16 23 9 16 9 15 15 23 18 13 18 23 34 16 12 13 18 20 18 12 22 29|0.0|6.135 +008670|sil ye1 lu4 sa1 leng3 shi4 you2 tai4 jiao4 ji1 du1 jiao4 he2 yi1 si1 lan2 jiao4 gong4 tong2 de5 sheng4 di4 sil|sil 耶 路 撒 冷 是 犹 太 教 基 督 教 和 伊 斯 兰 教 共 同 的 圣 地 sil|33 9 14 17 24 15 15 21 24 19 12 23 17 12 9 18 21 18 13 7 20 18 33|0.0|4.785 +008671|sil tu2 wei2 yi4 zhi1 xi3 que4 zai4 xue3 tian1 mi4 shi2 sil|sil 图 为 一 只 喜 鹊 在 雪 天 觅 食 sil|28 20 27 15 12 19 23 15 15 18 16 32 30|0.0|3.13 +008672|sil sha1 he2 shi4 da1 lian2 cun1 xiang4 mu4 xian4 chang3 sil|sil 沙 河 市 褡 裢 村 项 目 现 场 sil|29 23 17 21 15 20 20 18 9 20 29 29|0.0|2.905 +008673|sil xian4 zai4 shi4 lian2 wo2 ben3 ren2 ye2 mo3 diao4 le5 sil|sil 现 在 是 连 我 本 人 也 抹 掉 了 sil|30 22 23 13 16 14 15 17 10 19 21 22 28|0.0|2.905 +008674|sil qing4 xing4 sp1 mei2 xiang4 wo3 ba4 wo3 ba4 da4 fang1 lian3 sil|sil 庆 幸 sp1 没 像 我 爸 我 爸 大 方 脸 sil|29 26 25 10 14 18 15 19 16 23 14 23 31 29|0.0|3.395 +008675|sil guang3 xi1 ben3 di4 sp1 yi2 you3 san1 si4 jia1 qi3 ye4 sp1 ju4 bei4 pi1 liang4 sheng1 chan3 mang2 cao3 suan1 de5 neng2 li4 sil|sil 广 西 本 地 sp1 已 有 三 四 家 企 业 sp1 具 备 批 量 生 产 莽 草 酸 的 能 力 sil|29 18 15 18 20 10 11 14 16 13 15 19 20 4 20 17 15 17 17 23 23 16 18 7 18 20 31|0.0|5.385 +008676|sil wu3 yue4 qi1 ri4 sp1 zhang1 wu3 yi1 zuo4 zai4 qian2 ting3 jia4 shi3 cang1 jin4 xing2 ce4 shi4 sil|sil 五 月 七 日 sp1 张 五 一 坐 在 潜 艇 驾 驶 舱 进 行 测 试 sil|31 9 13 19 23 17 20 12 25 17 17 19 15 15 11 23 14 14 17 20 32|0.0|4.445 +008677|sil ye2 xu3 sp1 wo3 men5 dou1 gai1 zao2 dian3 hui2 dao4 jia1 xiang1 sp1 na4 li3 you2 wo3 men5 de5 gen1 sil|sil 也 许 sp1 我 们 都 该 早 点 回 到 家 乡 sp1 那 里 有 我 们 的 根 sil|33 15 30 9 9 13 13 16 17 17 12 13 17 24 17 15 13 15 12 13 9 28 28|0.0|4.5 +008678|sil ping2 shen2 me5 ruo4 gan1 nian2 hou4 fen1 shou3 de5 shuang1 fang1 sp1 yi2 ding4 hui4 zai4 ni2 hong2 shan3 shuo4 de5 jie1 tou2 chong2 feng2 sil|sil 凭 什 么 若 干 年 后 分 手 的 双 方 sp1 一 定 会 在 霓 虹 闪 烁 的 街 头 重 逢 sil|28 21 19 16 14 13 18 16 15 12 9 19 25 24 10 17 17 16 17 16 17 15 9 14 17 20 30 29|0.0|5.72 +008679|sil ju3 shi4 guan1 zhu4 de5 ba1 guo2 ji2 tuan2 shou2 nao3 hui4 yi4 sp1 jiu3 ri4 zai4 ri4 ben3 dong4 ye2 hu2 bi4 mu4 sil|sil 举 世 关 注 的 八 国 集 团 首 脑 会 议 sp1 九 日 在 日 本 洞 爷 湖 闭 幕 sil|27 18 19 19 15 15 17 12 12 16 12 17 20 21 14 25 23 19 13 19 14 15 19 14 24 27|0.0|5.41 +008680|sil zai4 yi2 ce4 tie2 gui3 xia4 dao4 zha3 shang4 sp1 reng2 neng2 kan4 jian4 xue4 ji4 sil|sil 在 一 侧 铁 轨 下 道 砟 上 sp1 仍 能 看 见 血 迹 sil|27 22 13 16 17 16 17 14 20 28 6 17 15 18 15 18 24 33|0.0|3.905 +008681|sil wang3 shang4 guo1 mei2 mei3 xuan4 fu4 zhao4 sil|sil 网 上 郭 美 美 炫 富 照 sil|28 22 23 15 14 17 19 17 26 30|0.0|2.45 +008682|sil cun1 min2 mai3 de5 zui4 duo1 de5 shi4 la4 zhu5 sp1 yi2 ci4 mai2 hao2 ji2 kun3 sil|sil 村 民 买 的 最 多 的 是 蜡 烛 sp1 一 次 买 好 几 捆 sil|27 22 14 23 9 15 12 11 11 22 21 14 14 13 18 16 15 32 28|0.0|3.915 +008683|sil er2 shi4 zhang1 chao2 yang2 de5 chi2 ru3 sil|sil 而 是 张 朝 阳 的 耻 辱 sil|29 16 20 16 18 16 8 23 28 28|0.0|2.345 +008684|sil ni3 zui4 jin4 que1 qian2 la5 sil|sil 你 最 近 缺 钱 啦 sil|30 11 15 17 17 21 23 28|0.0|1.885 +008685|sil yi1 sheng1 yi2 kan4 jing1 dai1 le5 sil|sil 医 生 一 看 惊 呆 了 sil|29 10 18 11 24 18 16 23 26|0.0|2.035 +008686|sil ta1 hen3 chan2 wo3 he2 lao3 gong1 sil|sil 他 很 缠 我 和 老 公 sil|27 18 19 23 16 9 21 27 26|0.0|2.165 +008687|sil na4 tian1 hai2 hao4 qi2 de5 wen4 ba4 ma1 le5 sp1 ke3 hai2 shi4 bu4 dong3 sil|sil 那 天 还 好 奇 的 问 爸 妈 了 sp1 可 还 是 不 懂 sil|29 15 23 17 18 12 7 18 12 18 20 44 15 19 15 11 27 33|0.0|4.095 +008688|sil en1 sp1 jia1 you2 ba5 yi4 qi3 sil|sil 恩 sp1 加 油 吧 一 起 sil|29 21 14 23 14 14 11 30 29|0.0|2.15 +008689|sil yao4 zhi1 dao4 xian1 ku3 hou4 tian2 a5 sil|sil 要 知 道 先 苦 后 甜 啊 sil|29 15 15 18 22 20 18 24 27 26|0.0|2.49 +008690|sil ta1 zen3 me5 bu4 pei2 wo3 wan2 le5 sil|sil 他 怎 么 不 陪 我 玩 了 sil|27 17 11 9 13 18 13 19 21 29|0.0|2.06 +008691|sil zhe4 ge5 wai4 mian4 sp1 dai1 bu4 de2 le5 sil|sil 这 个 外 面 sp1 呆 不 得 了 sil|27 15 8 17 24 4 15 14 14 18 29|0.0|2.145 +008692|sil che1 nei4 an1 quan2 qi4 nang2 da3 kai1 sil|sil 车 内 安 全 气 囊 打 开 sil|26 22 19 15 16 13 19 18 31 29|0.0|2.42 +008693|sil ta1 men5 hai2 zai4 yu4 men4 ne5 sil|sil 他 们 还 在 郁 闷 呢 sil|27 14 10 18 18 13 19 22 29|0.0|1.97 +008694|sil wo3 men5 ke3 mei2 you3 dai4 mian4 ju4 yo5 sil|sil 我 们 可 没 有 戴 面 具 哟 sil|30 12 18 13 16 14 12 19 15 27 29|0.0|2.38 +008695|sil shui2 jiu4 yi4 xiao3 ming2 xing1 shui2 sil|sil 谁 就 一 小 明 星 谁 sil|29 35 18 11 16 16 18 30 31|0.0|2.365 +008696|sil wen4 zhe4 wen4 ti2 de5 ren2 zui4 sil|sil 问 这 问 题 的 人 最 sil|29 14 15 17 12 8 17 27 28|0.0|1.94 +008697|sil lan2 mou3 de2 zhi1 hou4 sha2 yan3 le5 sil|sil 蓝 某 得 知 后 傻 眼 了 sil|30 15 15 13 13 21 22 20 24 27|0.0|2.325 +008698|sil zhe4 shen2 me5 ge1 ya5 sil|sil 这 什 么 歌 呀 sil|26 16 16 11 23 25 26|0.0|1.665 +008699|sil duo1 xie4 peng2 chang3 sp1 he1 he1 sil|sil 多 谢 捧 场 sp1 呵 呵 sil|27 16 16 21 28 11 16 26 29|0.0|2.21 +008700|sil bie2 dong4 sp1 wo3 hai2 mei2 kan4 wan2 ne5 sil|sil 别 动 sp1 我 还 没 看 完 呢 sil|27 16 23 16 12 12 16 18 18 18 29|0.0|2.38 +008701|sil wo2 mei3 tian1 dou1 yao4 chen2 pao3 ne5 sil|sil 我 每 天 都 要 晨 跑 呢 sil|29 12 18 18 12 11 22 22 24 29|0.0|2.29 +008702|sil wo3 bu4 neng2 xi2 zao3 o5 sil|sil 我 不 能 洗 澡 哦 sil|28 14 11 18 18 17 27 28|0.0|1.865 +008703|sil ni3 kuai4 le4 suo2 yi2 wo3 kuai4 le4 sil|sil 你 快 乐 所 以 我 快 乐 sil|28 15 22 22 21 12 17 26 23 29|0.0|2.495 +008704|sil shui2 yao4 bu2 ren4 shi5 ni3 sil|sil 谁 要 不 认 识 你 sil|29 24 17 12 16 14 28 29|0.0|1.96 +008705|sil yin1 wei4 chuo1 dao4 tong4 chu4 le5 sil|sil 因 为 戳 到 痛 处 了 sil|30 16 19 20 14 23 18 21 29|0.0|2.205 +008706|sil ni3 zhe4 shi4 bu2 ai4 wo3 le5 sil|sil 你 这 是 不 爱 我 了 sil|29 13 16 21 14 19 16 21 28|0.0|2.05 +008707|sil qiao2 xiao3 sun1 gan4 de5 hao3 shi4 sil|sil 瞧 小 孙 干 的 好 事 sil|25 28 19 23 14 9 20 25 26|0.0|2.19 +008708|sil wo3 jue2 de5 hong2 shu4 lin2 bu2 cuo4 sil|sil 我 觉 得 红 树 林 不 错 sil|27 13 15 17 17 15 17 14 31 27|0.0|2.245 +008709|sil ba3 hu2 luo2 bo5 jiao1 chu1 lai2 sil|sil 把 胡 萝 卜 交 出 来 sil|27 16 15 16 14 19 15 25 28|0.0|2.03 +008710|sil shui2 hui4 lai2 jie1 wo3 de5 nv3 er2 sil|sil 谁 会 来 接 我 的 女 儿 sil|28 20 16 17 16 12 8 21 21 29|0.0|2.185 +008711|sil zhi4 yuan4 zhe3 yi4 shou4 yi4 fei2 qian3 sil|sil 志 愿 者 亦 受 益 匪 浅 sil|25 19 12 25 20 19 11 17 39 29|0.0|2.505 +008712|sil huan1 ying2 lai2 gen1 wo3 men5 shuo1 shuo5 sil|sil 欢 迎 来 跟 我 们 说 说 sil|27 20 12 15 15 10 12 18 28 29|0.0|2.16 +008713|sil meng4 shu1 yun2 dang1 chang3 yun1 dao3 sil|sil 孟 淑 云 当 场 晕 倒 sil|29 16 19 23 17 22 19 27 30|0.0|2.34 +008714|sil ri4 qian2 chen2 meng3 yi3 bei4 yi2 song4 si1 fa3 ji1 guan1 sp1 yi1 fa3 cha2 chu3 sil|sil 日 前 陈 猛 已 被 移 送 司 法 机 关 sp1 依 法 查 处 sil|32 14 35 23 27 15 14 12 19 14 15 15 25 7 10 16 22 30 33|0.0|4.385 +008715|sil cuo1 zhe5 cuo1 zhe5 sp1 wo3 de5 shou3 bei4 shang4 jiu4 cuo1 chu1 ni2 lai2 le5 sil|sil 搓 着 搓 着 sp1 我 的 手 背 上 就 搓 出 泥 来 了 sil|28 27 11 21 21 16 9 12 20 18 26 17 15 14 20 17 18 31|0.0|3.96 +008716|sil zhi1 dao4 cuo4 le5 jiu4 hao3 sil|sil 知 道 错 了 就 好 sil|26 18 15 21 13 16 31 29|0.0|1.965 +008717|sil nan2 you3 yi4 liang3 ge4 yue4 bu4 zhu3 dong4 lian2 xi4 wo3 sp1 shi4 ji3 ge4 yi4 si5 sil|sil 男 友 一 两 个 月 不 主 动 联 系 我 sp1 是 几 个 意 思 sil|28 19 21 13 16 12 20 11 14 12 20 16 21 11 17 19 17 18 25 31|0.0|4.195 +008718|sil hao3 de5 sp1 dian4 hua4 jie1 tong1 zhong1 sil|sil 好 的 sp1 电 话 接 通 中 sil|27 18 21 13 16 15 13 21 24 29|0.0|2.29 +008719|sil wei4 shen2 me5 yao4 zhei4 yang4 hei1 zi4 ji3 sil|sil 为 什 么 要 这 样 黑 自 己 sil|29 15 17 11 14 10 14 19 17 27 26|0.0|2.315 +008720|sil zhe4 ge5 yao1 qiu2 mei2 you3 bei4 yun2 xu3 sil|sil 这 个 要 求 没 有 被 允 许 sil|27 15 8 17 22 16 12 13 17 31 28|0.0|2.39 +008721|sil wo2 hen3 zhu4 yi4 yan2 mian4 da1 sil|sil 我 很 注 意 颜 面 哒 sil|30 12 20 16 13 16 22 23 29|0.0|2.105 +008722|sil wu2 xiu4 bo1 dao4 di3 shi4 shui2 sil|sil 吴 秀 波 到 底 是 谁 sil|29 12 19 15 15 12 15 30 29|0.0|2.04 +008723|sil hui4 bu2 hui4 you3 feng1 xian3 a5 sil|sil 会 不 会 有 风 险 啊 sil|26 15 10 17 14 19 23 23 29|0.0|2.045 +008724|sil fu1 mian4 mo2 lou5 sil|sil 敷 面 膜 喽 sil|26 17 18 17 30 28|0.0|1.575 +008725|sil jiao4 ni2 jie2 wo3 gan4 ma2 sil|sil 叫 你 姐 我 干 吗 sil|26 16 16 15 16 15 27 27|0.0|1.83 +008726|sil geng2 xiao3 hua2 xiang4 gong1 yu3 hui4 bao4 sil|sil 耿 晓 华 向 龚 宇 汇 报 sil|26 17 20 22 21 14 15 19 25 27|0.0|2.39 +008727|sil guo2 qi3 li4 run4 ye3 zai4 xia4 jiang4 sil|sil 国 企 利 润 也 在 下 降 sil|25 18 15 16 20 15 15 20 26 29|0.0|2.305 +008728|sil wu2 liao2 de5 shi2 hou5 xiang2 xiang2 wo3 sil|sil 无 聊 的 时 候 想 想 我 sil|30 12 18 11 15 16 17 21 28 30|0.0|2.295 +008729|sil wo3 chi1 jing1 de5 an4 zi4 si1 cun3 sil|sil 我 吃 惊 地 暗 自 思 忖 sil|29 12 23 22 14 17 13 16 34 28|0.0|2.41 +008730|sil di1 xia4 er2 ping2 yong1 de5 chan2 pin3 ken3 ding4 bu4 neng2 cheng2 wei2 ming2 pai2 sil|sil 低 下 而 平 庸 的 产 品 肯 定 不 能 成 为 名 牌 sil|28 18 23 18 19 14 8 22 32 19 14 7 14 13 11 19 30 31|0.0|3.95 +008731|sil ji4 ran2 sp1 yi4 di4 chao1 sheng1 you3 bei4 chong2 fu4 zheng1 shou1 de5 feng1 xian3 sp1 na4 me5 fu4 jing4 wai4 sheng1 zi3 ne5 sil|sil 既 然 sp1 异 地 超 生 有 被 重 复 征 收 的 风 险 sp1 那 么 赴 境 外 生 子 呢 sil|32 17 29 12 13 13 20 28 14 15 20 13 15 13 9 18 28 30 13 20 20 14 13 19 14 27 31|0.0|5.925 +008732|sil zhe4 yi4 jia3 she4 bing4 bu4 kua1 zhang1 sil|sil 这 一 假 设 并 不 夸 张 sil|26 15 12 20 18 14 10 19 26 30|0.0|2.205 +008733|sil jing2 quan3 jin4 dong1 guan3 she4 qu1 sil|sil 警 犬 进 东 莞 社 区 sil|26 23 28 20 15 15 17 28 28|0.0|2.325 +008734|sil zhang1 hong2 song1 da4 han2 qi3 lai2 sil|sil 张 洪 松 大 喊 起 来 sil|25 20 17 26 17 20 15 25 28|0.0|2.24 +008735|sil wo3 jiu4 shi4 zhe4 yang4 xiang3 shou4 men4 sil|sil 我 就 是 这 样 享 受 闷 sil|29 13 15 11 13 16 17 15 30 28|0.0|2.175 +008736|sil yin1 wei4 he2 shui3 wen1 du4 di1 sp1 nan2 zi3 bu4 ting2 de5 duo1 suo5 zhe5 sil|sil 因 为 河 水 温 度 低 sp1 男 子 不 停 地 哆 嗦 着 sil|34 14 21 17 16 16 13 23 21 19 17 13 17 9 17 15 20 30|0.0|3.85 +008737|sil zhe4 ge4 jiang2 fa3 sp1 wo3 ren4 wei2 shi4 bu4 fu2 he2 shi2 ji4 qing2 kuang4 sil|sil 这 个 讲 法 sp1 我 认 为 是 不 符 合 实 际 情 况 sil|29 15 10 21 27 11 10 14 17 17 14 15 13 13 12 19 26 30|0.0|3.635 +008738|sil ming2 tian1 sp1 bei3 jing1 shu3 qi4 zheng1 ren2 sp1 qing2 sil|sil 明 天 sp1 北 京 暑 气 蒸 人 sp1 晴 sil|32 17 26 7 17 27 22 16 16 25 18 39 29|0.0|3.38 +008739|sil ca1 zui3 ba1 sp1 na2 lai2 ca1 zui3 ba5 de5 sil|sil 擦 嘴 巴 sp1 拿 来 擦 嘴 巴 的 sil|29 21 18 23 23 11 18 18 18 11 21 29|0.0|2.79 +008740|sil pei2 rui4 zi1 cheng1 sp1 ci3 ke4 sp1 tai2 wan1 di4 qu1 min2 zhong4 qing2 xu4 gao1 ang2 sp1 qing2 shi4 gao1 du4 jin3 zhang1 sil|sil 裴 瑞 兹 称 sp1 此 刻 sp1 台 湾 地 区 民 众 情 绪 高 昂 sp1 情 势 高 度 紧 张 sil|28 16 15 17 29 39 21 22 4 15 15 13 22 25 18 20 13 22 22 6 25 17 16 11 19 25 32|0.0|6.12 +008741|sil shi4 e4 yi4 ma4 nv3 hai2 zi5 de5 la5 sp1 ni2 ke3 bu2 yao4 xue2 huai4 o5 sil|sil 是 恶 意 骂 女 孩 子 的 啦 sp1 你 可 不 要 学 坏 哦 sil|31 20 21 13 19 14 18 10 9 22 17 10 14 12 15 18 22 22 30|0.0|3.91 +008742|sil lin2 zou3 shi2 sp1 yuan2 bao3 hong2 zhuai4 xia4 le5 liang2 li4 li4 de5 xiang4 lian4 sil|sil 临 走 时 sp1 袁 宝 洪 拽 下 了 梁 莉 莉 的 项 链 sil|32 16 18 27 19 16 15 27 17 13 10 20 9 15 9 20 23 32|0.0|3.92 +008743|sil ta1 cou4 jin4 guan1 cha2 hou4 sp1 jing4 fa1 xian4 sp1 nu2 bi3 hai2 huo2 zhe5 sil|sil 她 凑 近 观 察 后 sp1 竟 发 现 sp1 努 比 还 活 着 sil|29 19 19 16 14 20 22 15 19 16 20 7 18 16 15 22 17 30|0.0|3.88 +008744|sil ta1 men5 bei4 suo3 lian4 shuan1 zai4 chuang2 shang4 sp1 jie1 shou4 ji2 duan1 zhu3 yi4 guan1 dian3 de5 jiao4 yu4 sil|sil 他 们 被 锁 链 拴 在 床 上 sp1 接 受 极 端 主 义 观 点 的 教 育 sil|28 16 18 12 20 17 18 10 24 23 19 18 19 16 16 13 11 19 13 8 22 22 31|0.0|4.79 +008745|sil xu2 xiao3 xia2 sp1 ma3 shang4 jiao4 ren2 zhao3 che1 sp1 ba2 lao3 ren2 song4 dao4 le5 xiang1 zhen4 wei4 sheng1 yuan4 sil|sil 徐 晓 霞 sp1 马 上 叫 人 找 车 sp1 把 老 人 送 到 了 乡 镇 卫 生 院 sil|32 15 17 28 9 16 17 13 15 17 26 6 13 17 18 19 12 10 21 13 13 17 26 30|0.0|4.88 +008746|sil ben3 ren2 dai4 xie2 xiao3 xue2 sheng1 zhong1 xue2 sheng1 shu3 jia4 zuo4 ye4 sp1 jia4 ge2 mian4 yi4 bao1 you2 o1 sil|sil 本 人 代 写 小 学 生 中 学 生 暑 假 作 业 sp1 价 格 面 议 包 邮 喔 sil|27 13 24 20 21 24 17 22 15 15 16 16 15 16 22 26 22 18 20 14 18 19 22 30|0.0|5.475 +008747|sil wei4 yang3 er2 fang2 lao3 sp1 wang2 nv3 shi4 qi3 su4 qian2 fu1 sp1 yu4 tao3 hui2 nv3 er2 de5 fu2 yang3 quan2 sil|sil 为 养 儿 防 老 sp1 王 女 士 起 诉 前 夫 sp1 欲 讨 回 女 儿 的 抚 养 权 sil|32 18 14 18 18 26 18 18 15 19 17 13 22 23 23 13 19 13 17 15 11 16 17 33 35|0.0|5.61 +008748|sil tian1 zhou4 ran2 liang2 xia4 sp1 chi2 le5 liang3 ge4 yue4 de5 qiu1 yu3 zhong1 yu2 pu3 jiang4 da4 di4 sil|sil 天 骤 然 凉 下 sp1 迟 了 两 个 月 的 秋 雨 终 于 普 降 大 地 sil|29 27 16 13 19 27 11 19 9 20 12 11 9 23 23 18 15 18 19 16 21 30|0.0|4.7 +008749|sil wang2 mou2 leng3 bu4 fang2 sp1 bei4 da3 de5 yi2 ge4 lie4 qie4 sp1 bu4 de2 bu4 fu2 zhu4 lou2 ti1 sil|sil 王 某 冷 不 防 sp1 被 打 得 一 个 趔 趄 sp1 不 得 不 扶 住 楼 梯 sil|30 15 17 20 12 27 5 17 19 14 13 8 19 25 23 13 12 14 17 9 17 27 30|0.0|4.68 +008750|sil ke3 zhe4 wei4 lao3 tai4 tai5 sp1 bu2 dan4 mei2 biao3 shi4 gan3 xie4 sp1 fan3 er2 hai2 bu4 ting2 de5 hong1 sun1 zi5 sil|sil 可 这 位 老 太 太 sp1 不 但 没 表 示 感 谢 sp1 反 而 还 不 停 地 哄 孙 子 sil|30 19 11 10 18 19 21 5 17 14 13 15 12 17 19 24 19 13 16 13 17 7 20 19 21 30|0.0|5.095 +008751|sil yue4 lan3 shi4 li3 ren2 tou2 cuan2 dong4 sp1 dan4 ya1 que4 wu2 sheng1 sil|sil 阅 览 室 里 人 头 攒 动 sp1 但 鸦 雀 无 声 sil|29 11 17 14 22 21 16 22 22 9 17 17 18 11 27 28|0.0|3.49 +008752|sil dang1 shi2 sp1 ma1 ma5 ba2 wo3 jin2 jin2 lou3 zai4 huai2 li3 sil|sil 当 时 sp1 妈 妈 把 我 紧 紧 搂 在 怀 里 sil|26 16 26 16 13 11 16 16 19 15 16 15 20 26 27|0.0|3.23 +008753|sil jing1 guo4 zi3 xi4 kao3 cha2 sp1 wo3 jue2 ding4 zhong3 nan2 gua1 sil|sil 经 过 仔 细 考 察 sp1 我 决 定 种 南 瓜 sil|28 20 18 15 14 17 29 12 12 14 17 14 19 25 29|0.0|3.29 +008754|sil ran2 hou4 yin3 lai2 zhou1 wei2 de5 ren2 zai4 che1 shang4 ju4 can1 sil|sil 然 后 引 来 周 围 的 人 在 车 上 聚 餐 sil|28 16 23 14 16 15 12 11 23 18 15 15 16 28 30|0.0|3.25 +008755|sil er2 qia4 qiao3 de5 shi4 sp1 zhou1 hong2 yi1 ye3 shi4 hu2 bei3 ren2 sil|sil 而 恰 巧 的 是 sp1 周 鸿 祎 也 是 湖 北 人 sil|29 16 24 18 9 22 19 18 18 21 15 16 19 14 26 30|0.0|3.65 +008756|sil dang4 wan3 sp1 ta1 he2 qi1 zi3 ru4 zhu4 fan1 qie2 jiu3 dian4 sil|sil 当 晚 sp1 他 和 妻 子 入 住 番 茄 酒 店 sil|29 17 26 8 17 10 21 13 18 17 17 19 16 24 29|0.0|3.265 +008757|sil zui4 jing1 cai3 de5 huan2 jie2 dang1 shu2 chang3 nei4 hu4 dong4 sil|sil 最 精 彩 的 环 节 当 属 场 内 互 动 sil|26 18 17 14 10 16 23 18 17 21 15 18 21 28|0.0|3.045 +008758|sil ma1 ma5 ca1 shi4 di4 ban3 sp1 gan3 dong4 le5 hen3 duo1 ren2 sil|sil 妈 妈 擦 拭 地 板 sp1 感 动 了 很 多 人 sil|31 15 18 20 13 15 25 5 19 13 10 16 13 25 31|0.0|3.125 +008759|sil kan4 dao4 duan3 xin4 hou4 sp1 gao1 mou3 dong4 le5 wai1 nao3 jin1 sil|sil 看 到 短 信 后 sp1 高 某 动 了 歪 脑 筋 sil|28 19 11 14 19 22 14 17 20 15 11 16 18 25 28|0.0|3.215 +008760|sil jing1 yi1 yuan4 jian3 cha2 sp1 xiao3 ling2 wei2 ruan2 zu3 zhi1 cuo4 shang1 sil|sil 经 医 院 检 查 sp1 小 玲 为 软 组 织 挫 伤 sil|28 22 13 14 17 31 10 20 20 17 20 15 9 19 31 30|0.0|3.67 +008761|sil ji4 nian4 gong1 qian2 guang2 chang3 sp1 ju4 ji2 da4 pi1 min2 zhong4 sil|sil 纪 念 宫 前 广 场 sp1 聚 集 大 批 民 众 sil|27 15 16 15 23 19 26 7 19 18 17 15 20 23 28|0.0|3.34 +008762|sil wo3 men2 he2 kai1 fa1 shang1 qian1 yi2 fen4 wei3 tuo1 xie2 yi4 sp1 pao2 shou3 xu4 sp1 gai4 fang2 zi5 sp1 dou1 you2 ta1 men5 qu4 zuo4 sil|sil 我 们 和 开 发 商 签 一 份 委 托 协 议 sp1 跑 手 续 sp1 盖 房 子 sp1 都 由 他 们 去 做 sil|33 10 17 15 16 14 26 26 9 16 16 18 21 17 20 20 19 21 6 17 25 16 15 12 12 13 11 17 25 31|0.0|6.195 +008763|sil hei1 zuo1 fang5 nei4 zheng4 zai4 fen1 zhuang1 jia3 mao4 shui3 ni2 sil|sil 黑 作 坊 内 正 在 分 装 假 冒 水 泥 sil|28 17 16 17 23 17 13 18 21 16 18 16 30 30|0.0|3.245 +008764|sil jiu4 zai4 zhe4 shi2 sp1 ta1 bei4 peng2 you5 po1 le5 leng2 shui3 sil|sil 就 在 这 时 sp1 她 被 朋 友 泼 了 冷 水 sil|27 17 13 13 24 13 16 12 20 16 18 10 19 30 29|0.0|3.215 +008765|sil hou4 mian4 di1 si1 jia1 che1 sui2 ji2 la3 ba5 da4 xiang3 sil|sil 后 面 的 私 家 车 随 即 喇 叭 大 响 sil|29 17 16 8 14 16 24 22 14 21 11 17 31 30|0.0|3.13 +008766|sil hua4 zhuang1 he2 cai2 zhi4 wei2 huang2 jin1 fa4 lang2 zuan4 shi2 sil|sil 化 妆 盒 材 质 为 黄 金 珐 琅 钻 石 sil|28 18 16 22 20 12 24 29 23 16 18 18 29 28|0.0|3.5 +008767|sil xiao3 gu4 yu3 fang1 shuo4 shi4 sp1 shi4 gao1 zhong1 tong2 xue2 sp1 gao1 zhong1 bi4 ye4 hou4 wei4 ceng2 lian2 xi4 sil|sil 小 顾 与 方 硕 士 sp1 是 高 中 同 学 sp1 高 中 毕 业 后 未 曾 联 系 sil|30 25 24 18 21 17 23 7 20 14 13 17 27 22 14 15 11 13 20 13 17 18 20 29|0.0|5.205 +008768|sil nong2 ye4 ke1 ji4 sp1 zai4 guang3 da4 xi1 bu4 nong2 cun1 de5 pu3 ji2 hua4 cheng2 du4 hen3 gao1 sil|sil 农 业 科 技 sp1 在 广 大 西 部 农 村 的 普 及 化 程 度 很 高 sil|32 13 15 19 22 14 21 18 16 14 12 17 17 6 21 18 19 20 11 18 27 31|0.0|4.65 +008769|sil xu2 qiang2 shang4 qian2 la1 kai1 liang3 ren2 sp1 jin3 jie1 zhe5 sp1 ta1 he2 wang2 hua2 che2 da2 qi3 lai2 sil|sil 徐 强 上 前 拉 开 两 人 sp1 紧 接 着 sp1 他 和 王 华 扯 打 起 来 sil|31 20 28 17 18 14 15 18 25 19 18 17 18 13 15 12 19 22 22 16 12 22 30|0.0|5.125 +008770|sil ma3 sha1 la1 di4 jin3 che1 tou2 you2 xiao3 chu4 ao1 xian4 sil|sil 玛 莎 拉 蒂 仅 车 头 有 小 处 凹 陷 sil|31 14 11 18 21 22 19 25 15 18 16 14 27 30|0.0|3.26 +008771|sil de2 te4 le4 fu1 dui4 zhi3 kong4 gong4 ren4 bu2 hui4 sil|sil 德 特 勒 夫 对 指 控 供 认 不 讳 sil|27 15 10 20 21 14 16 23 15 15 16 27 29|0.0|2.885 +008772|sil er2 zhe4 xie1 huan2 jie2 dui4 yu2 cheng2 ben3 geng4 wei2 min2 gan3 sil|sil 而 这 些 环 节 对 于 成 本 更 为 敏 感 sil|28 16 14 15 18 21 14 13 25 21 13 11 22 23 29|0.0|3.285 +008773|sil jie1 xia4 lai2 de5 shi2 jian1 li3 sp1 wang2 pan1 xiang4 hua1 mu4 lan2 hui2 dao4 lao3 jia1 sp1 shu1 zhuang1 da3 ban4 bu4 ting2 sil|sil 接 下 来 的 时 间 里 sp1 王 攀 像 花 木 兰 回 到 老 家 sp1 梳 妆 打 扮 不 停 sil|26 14 10 14 8 17 15 25 16 19 24 19 14 9 19 15 10 19 24 22 16 19 16 17 14 33 31|0.0|5.63 +008774|sil yi4 xie1 wu3 zhuang1 fen4 zi3 sp1 ze2 qi2 zhe5 mo2 tuo1 che1 ban4 sui2 zuo3 you4 sp1 bing4 bu4 shi2 gao1 han3 fan2 yi2 kou3 hao4 sil|sil 一 些 武 装 分 子 sp1 则 骑 着 摩 托 车 伴 随 左 右 sp1 并 不 时 高 喊 反 以 口 号 sil|34 9 17 12 16 19 21 7 16 15 8 17 14 20 16 15 18 21 26 18 13 13 19 22 18 11 21 24 29|0.0|5.905 +008775|sil wen2 zhang1 zhi3 chu1 sp1 chen2 shui2 bian3 sp1 bu2 hui4 xiang4 you2 li3 nian4 de5 zheng4 zhi4 fan4 sp1 ning4 yuan4 e4 si2 ye3 bu4 qu1 fu2 sil|sil 文 章 指 出 sp1 陈 水 扁 sp1 不 会 像 有 理 念 的 政 治 犯 sp1 宁 愿 饿 死 也 不 屈 服 sil|31 15 16 15 27 21 19 16 27 6 11 16 17 13 14 15 7 16 13 23 24 14 13 20 21 12 11 19 31 30|0.0|6.19 +008776|sil ran2 er2 sp1 wei4 ji4 wei3 xi4 tong3 ji2 qi2 yong1 dun3 sp1 que4 zai4 quan2 guo2 liang3 hui4 hou4 sp1 tu1 ran2 fa1 dong4 le5 ni4 xi2 sil|sil 然 而 sp1 卫 计 委 系 统 及 其 拥 趸 sp1 却 在 全 国 两 会 后 sp1 突 然 发 动 了 逆 袭 sil|32 17 25 17 14 13 15 15 28 13 15 20 23 21 18 17 20 8 18 18 19 15 16 15 18 11 6 19 31 31|0.0|6.36 +008777|sil ta1 na2 zhe5 zhao4 pian4 zi3 xi4 duan1 xiang2 sp1 cai1 ce4 le5 duo1 ci4 sp1 cai2 ren4 chu1 zhao4 pian4 zhong1 de5 wei4 qiu1 yue4 sil|sil 他 拿 着 照 片 仔 细 端 详 sp1 猜 测 了 多 次 sp1 才 认 出 照 片 中 的 魏 秋 月 sil|28 14 18 9 20 23 15 15 18 29 20 21 11 12 16 25 7 20 16 15 14 17 15 7 14 19 24 35|0.0|5.77 +008778|sil hu4 shi4 pa4 ren2 xiao4 hua5 sp1 bian4 ba3 zi4 ji3 de5 niao4 yang4 na2 qu4 hua4 yan4 sil|sil 护 士 怕 人 笑 话 sp1 便 把 自 己 的 尿 样 拿 去 化 验 sil|30 22 20 19 12 23 23 21 17 14 14 8 9 22 23 16 15 20 22 29|0.0|4.4 +008779|sil er2 san1 yi1 zhong4 gong1 de5 beng4 che1 sp1 ze2 shi4 zai4 ben3 yue4 er4 shi2 er4 ri4 qi3 yun4 sil|sil 而 三 一 重 工 的 泵 车 sp1 则 是 在 本 月 二 十 二 日 起 运 sil|36 19 20 12 20 14 9 19 25 17 15 14 19 18 14 15 11 12 14 20 25 33|0.0|4.655 +008780|sil zhan4 wan2 zuo4 sp1 yi4 tian1 dou1 ti2 bu4 qi3 jing1 shen5 sp1 xue2 xi2 ye3 mei2 xiao4 lv4 sil|sil 占 完 座 sp1 一 天 都 提 不 起 精 神 sp1 学 习 也 没 效 率 sil|28 18 16 23 17 12 21 12 16 9 13 19 22 13 22 14 10 17 21 21 31|0.0|4.35 +008781|sil feng4 huang2 dong4 sp1 hen2 ke3 neng2 shi4 shang1 zu2 ren2 yong4 lai2 ji4 si4 de5 chang2 suo3 sil|sil 凤 凰 洞 sp1 很 可 能 是 商 族 人 用 来 祭 祀 的 场 所 sil|30 21 18 21 11 20 11 19 19 24 14 25 14 15 16 12 10 22 27 28|0.0|4.38 +008782|sil bang2 fei3 men5 jian4 zhuang4 sp1 ma3 shang4 guan1 diao4 dong4 li3 de5 zhao4 ming2 she4 bei4 sil|sil 绑 匪 们 见 状 sp1 马 上 关 掉 洞 里 的 照 明 设 备 sil|28 19 13 14 18 23 19 17 17 16 13 15 13 9 15 16 21 22 31|0.0|3.935 +008783|sil da3 wan2 gong1 hou4 sp1 hai2 shi4 hui2 cun1 li3 lai2 sp1 gai4 xin1 fang2 gao2 chan3 ye4 sil|sil 打 完 工 后 sp1 还 是 回 村 里 来 sp1 盖 新 房 搞 产 业 sil|29 13 16 17 24 11 14 12 14 17 14 26 8 17 18 28 18 23 22 29|0.0|4.295 +008784|sil yi4 ming2 zhi4 yuan4 zhe3 sp1 zai4 gei3 yun4 shu1 xiao2 gou3 de5 ka3 che1 sa2 shui3 jiang4 wen1 sil|sil 一 名 志 愿 者 sp1 在 给 运 输 小 狗 的 卡 车 洒 水 降 温 sil|29 13 19 14 12 27 4 20 17 16 14 20 14 9 22 25 25 16 20 23 31|0.0|4.53 +008785|sil ju4 zhu3 ban4 fang1 tong3 ji4 sp1 mu4 qian2 bao4 ming2 yuan2 gong1 yi3 jie1 jin4 bai3 ren2 sil|sil 据 主 办 方 统 计 sp1 目 前 报 名 员 工 已 接 近 百 人 sil|26 21 16 15 16 19 24 29 14 24 11 14 18 24 17 14 15 15 29 29|0.0|4.525 +008786|sil zhe4 shi4 ji4 zhe3 jin1 tian1 cong2 guo2 wu4 yuan4 yi1 gai3 ban4 gong1 shi4 huo4 xi1 de5 sil|sil 这 是 记 者 今 天 从 国 务 院 医 改 办 公 室 获 悉 的 sil|27 15 12 15 21 15 16 20 13 11 17 11 15 16 13 15 16 22 17 29|0.0|3.905 +008787|sil xiao3 qing1 sp1 yi3 jing1 cheng2 wei2 li3 qin4 de5 yi2 ge4 zhen1 zheng4 de5 gui1 zhong1 zhi1 ji3 sil|sil 小 青 sp1 已 经 成 为 李 沁 的 一 个 真 正 的 闺 中 知 己 sil|30 24 30 4 11 13 15 13 17 25 10 12 14 18 15 10 15 16 18 30 30|0.0|4.29 +008788|sil jian4 zhuang4 sp1 li2 mou2 ma3 shang4 cong2 wo4 shi4 chong1 chu1 sp1 xiang3 chu1 men2 tao2 sheng1 sil|sil 见 状 sp1 李 某 马 上 从 卧 室 冲 出 sp1 想 出 门 逃 生 sil|29 22 26 15 16 19 23 17 18 12 12 20 24 8 24 13 18 17 28 31|0.0|4.55 +008789|sil shuo1 hao3 he2 wo3 bai2 tou2 xie2 lao3 de5 sp1 ni2 ran3 fa4 shi4 ji3 ge4 yi4 si5 sil|sil 说 好 和 我 白 头 偕 老 的 sp1 你 染 发 是 几 个 意 思 sil|31 20 19 16 11 12 16 16 24 19 17 12 20 19 13 12 13 17 21 29|0.0|4.15 +008790|sil ci3 wai4 ji4 wei3 que4 ren4 sp1 cai4 bin1 de5 er2 zi5 sp1 yi3 jia1 ru4 ao4 zhou1 guo2 ji2 sil|sil 此 外 纪 委 确 认 sp1 蔡 彬 的 儿 子 sp1 已 加 入 澳 洲 国 籍 sil|29 20 26 19 13 20 21 20 22 14 14 14 17 12 16 19 15 17 17 15 27 29|0.0|4.83 +008791|sil da4 pian4 de5 cui4 lv4 zhong1 sp1 dian3 zhui4 zhe5 zi3 hong2 sp1 you3 yi4 zhong3 yao1 yi4 de5 mei3 sil|sil 大 片 的 翠 绿 中 sp1 点 缀 着 紫 红 sp1 有 一 种 妖 异 的 美 sil|29 17 16 8 16 16 22 4 16 13 12 18 28 13 15 10 16 20 15 8 31 28|0.0|4.305 +008792|sil ta1 men5 jiu4 shi4 liu2 wang2 mei3 guo2 de5 shi4 jie4 ge4 guo2 de5 qian2 huang2 zu2 sil|sil 他 们 就 是 流 亡 美 国 的 世 界 各 国 的 前 皇 族 sil|27 17 22 14 13 16 16 18 18 16 17 13 17 12 9 25 21 28 30|0.0|4.05 +008793|sil jiao1 cha1 zuo4 ye4 sp1 you4 shi3 xia2 xiao3 de5 kong1 jian1 xian3 de5 geng4 wei2 bi1 ze4 sil|sil 交 叉 作 业 sp1 又 使 狭 小 的 空 间 显 得 更 为 逼 仄 sil|29 21 21 17 21 16 15 17 21 12 10 20 22 23 12 16 13 17 22 30|0.0|4.35 +008794|sil ji1 qi4 ren2 yao4 shi4 lei4 le5 hui4 guan1 ji1 chong2 qi3 sil|sil 机 器 人 要 是 累 了 会 关 机 重 启 sil|30 16 15 22 15 11 18 22 21 15 11 22 32 28|0.0|3.225 +008795|sil ta1 yao4 shi4 wo3 de5 peng2 you5 sp1 wo3 jiu4 quan4 ta1 ren4 le5 sil|sil 她 要 是 我 的 朋 友 sp1 我 就 劝 她 认 了 sil|27 21 13 12 10 8 21 18 19 10 10 18 16 18 19 30|0.0|3.13 +008796|sil bie2 lan2 wo3 sp1 wo3 zai4 xia4 mian4 da3 de5 shun4 shou3 xie1 sil|sil 别 拦 我 sp1 我 在 下 面 打 得 顺 手 些 sil|26 13 22 26 16 11 10 15 22 14 9 16 18 26 31|0.0|3.19 +008797|sil wo3 qiu2 hun1 de5 shi2 hou4 sp1 ni3 bie2 da1 ying4 jiu4 xing2 sil|sil 我 求 婚 的 时 候 sp1 你 别 答 应 就 行 sil|33 11 19 15 11 15 21 10 14 13 17 15 15 30 28|0.0|3.105 +008798|sil da4 ye5 te4 bie2 xi3 huan5 zai4 shen1 zhen4 de5 sheng1 huo2 sil|sil 大 爷 特 别 喜 欢 在 深 圳 的 生 活 sil|28 22 19 16 11 16 16 12 17 14 7 19 27 28|0.0|2.92 +008799|sil ta1 xiang3 le5 xiang3 hou4 sp1 qing1 qing1 de5 en4 le5 yi4 sheng1 sil|sil 他 想 了 想 后 sp1 轻 轻 地 摁 了 一 声 sil|27 18 18 10 20 22 8 25 19 11 15 15 14 28 30|0.0|3.255 +008800|sil yin1 wei4 di4 xia4 zao2 dong4 zhen4 dong4 sp1 shui3 lou4 mei2 le5 sil|sil 因 为 地 下 凿 洞 震 动 sp1 水 漏 没 了 sil|31 19 22 15 19 17 14 18 22 15 20 17 21 17 29|0.0|3.44 +008801|sil zhou1 ga3 jian4 gan3 jue2 shi4 tai4 yan2 zhong4 sp1 sui4 li4 ji2 xiang4 ku2 shui3 zhen4 pai4 chu1 suo3 qiu2 zhu4 sil|sil 周 尕 建 感 觉 事 态 严 重 sp1 遂 立 即 向 苦 水 镇 派 出 所 求 助 sil|33 18 17 31 18 19 15 15 21 22 23 21 18 22 25 20 15 17 14 13 14 21 20 32|0.0|5.615 +008802|sil lin2 zhou1 shi4 di4 wu3 ren2 min2 yi1 yuan4 sp1 shi4 shou4 ci3 ci4 ting2 zhi3 gong1 nuan3 ying2 xiang3 de5 yi4 jia1 yi1 yuan4 sil|sil 林 州 市 第 五 人 民 医 院 sp1 是 受 此 次 停 止 供 暖 影 响 的 一 家 医 院 sil|32 18 16 20 13 11 13 14 13 23 16 16 21 19 16 18 11 11 19 18 22 11 11 17 13 24 30|0.0|5.405 +008803|sil yu3 duan4 yi4 hong2 de5 dui4 hua4 yue4 shen1 ru4 sp1 yue4 neng2 gan3 shou4 dao4 ta1 de5 zheng4 yi4 lin3 ran2 de5 qi4 chang3 sil|sil 与 段 奕 宏 的 对 话 越 深 入 sp1 越 能 感 受 到 他 的 正 义 凛 然 的 气 场 sil|30 15 19 12 19 8 15 20 13 19 20 26 12 19 17 17 18 15 9 15 10 17 18 7 18 32 33|0.0|5.49 +008804|sil zai4 ci3 guo4 cheng2 zhong1 sp1 li2 yu3 ye4 wu4 yuan2 fa1 sheng1 kou2 jiao3 sp1 sui2 hou4 xiang1 hu4 la1 che3 tui1 sang3 sil|sil 在 此 过 程 中 sp1 李 与 业 务 员 发 生 口 角 sp1 随 后 相 互 拉 扯 推 搡 sil|29 15 15 13 17 24 28 25 18 14 12 20 17 15 20 28 18 16 17 18 12 19 18 19 30 27|0.0|5.85 +008805|sil sui1 ran2 te4 bie2 xiang2 yao3 na4 kuai4 rou4 sp1 dan4 hai2 shi4 xian1 ren3 zhu4 sp1 ba3 zhou1 wei2 de5 pi2 chi1 wan2 sil|sil 虽 然 特 别 想 咬 那 块 肉 sp1 但 还 是 先 忍 住 sp1 把 周 围 的 皮 吃 完 sil|32 20 19 20 12 15 12 15 16 24 25 17 17 12 17 20 20 10 17 16 12 8 21 19 27 32|0.0|5.52 +008806|sil ji4 zhe2 pao3 lai2 di4 yi1 ge4 wen4 ta1 sp1 ni3 men5 dui4 shu3 jia4 de5 xun4 lian4 you3 shen2 me5 kan4 fa3 sil|sil 记 者 跑 来 第 一 个 问 他 sp1 你 们 对 暑 假 的 训 练 有 什 么 看 法 sil|27 16 12 18 20 12 13 9 18 24 24 9 12 13 18 14 9 16 20 19 13 8 21 25 33|0.0|4.91 +008807|sil gai1 zhong1 xin1 mei2 you3 tou4 lu4 sp1 pei1 tai1 gan4 xi4 bao1 ju4 ti3 lai2 zi4 na3 xie1 san1 jia3 yi1 yuan4 sil|sil 该 中 心 没 有 透 露 sp1 胚 胎 干 细 胞 具 体 来 自 哪 些 三 甲 医 院 sil|29 15 16 22 13 11 20 19 4 16 14 15 16 21 20 14 18 15 20 16 17 17 13 25 31|0.0|5.07 +008808|sil er2 zhe4 kuan3 zhong4 bang4 chan2 pin3 mian4 shi4 hou4 sp1 li4 ke4 de2 dao4 le5 da4 zhong4 de5 zhui1 peng3 sil|sil 而 这 款 重 磅 产 品 面 世 后 sp1 立 刻 得 到 了 大 众 的 追 捧 sil|33 16 16 23 17 14 19 23 19 17 23 18 13 17 13 9 10 15 13 7 16 29 32|0.0|4.78 +008809|sil ta1 shuo1 sp1 wo3 jue2 de5 nin2 zen3 me5 kan4 zen3 me5 xiang4 wo3 san1 da4 ye5 sp1 kao3 guan1 hun1 si3 sil|sil 他 说 sp1 我 觉 得 您 怎 么 看 怎 么 像 我 三 大 爷 sp1 考 官 昏 死 sil|26 15 27 21 11 14 23 21 16 8 25 15 8 15 11 20 18 23 19 23 13 21 28 29|0.0|5.225 +008810|sil guo2 nei4 zhao4 ming2 hang2 ye4 de5 ling3 tou2 yang2 lei2 shi4 zhao4 ming2 jue2 ding4 shuai4 xian1 chu1 ji1 sp1 jin4 xing2 zi4 zhu3 yan2 fa1 sil|sil 国 内 照 明 行 业 的 领 头 羊 雷 士 照 明 决 定 率 先 出 击 sp1 进 行 自 主 研 发 sil|32 17 22 15 19 17 11 9 16 19 22 16 14 15 30 21 17 20 16 17 23 6 20 19 14 12 19 26 28|0.0|6.175 +008811|sil xiang1 gang3 da4 gong1 bao4 sp1 pi1 ping2 zhe4 shi4 pian1 shi1 cao1 shou3 de5 bao4 dao4 sil|sil 香 港 大 公 报 sp1 批 评 这 是 篇 失 操 守 的 报 道 sil|32 25 17 14 17 21 4 18 25 13 12 21 17 18 13 9 18 21 30|0.0|4.005 +008812|sil hai2 shu1 zhe4 me5 duo1 sp1 yu2 shi4 sp1 yi2 ge4 guo2 jia1 jiu4 bei4 an3 ji4 zhu4 le5 sil|sil 还 输 这 么 多 sp1 于 是 sp1 一 个 国 家 就 被 俺 记 住 了 sil|35 19 18 11 13 24 24 11 22 9 11 11 15 21 14 11 17 18 15 21 33|0.0|4.33 +008813|sil ping2 ri4 li3 sp1 ta1 chang2 chang2 jue2 de5 sp1 zi4 ji3 huo2 de5 ting3 wo1 nang5 de5 sil|sil 平 日 里 sp1 他 常 常 觉 得 sp1 自 己 活 得 挺 窝 囊 的 sil|28 22 13 24 12 16 19 17 16 16 4 15 12 14 9 21 18 22 16 28|0.0|3.975 +008814|sil ling4 ju4 zheng4 shi2 sp1 de2 hong2 mao4 yi4 shi2 wei2 jia1 zhao4 ye4 qi2 xia4 gong1 si1 sil|sil 另 据 证 实 sp1 德 弘 贸 易 实 为 佳 兆 业 旗 下 公 司 sil|32 18 15 16 29 19 15 17 20 20 19 23 22 17 14 17 17 16 27 29|0.0|4.665 +008815|sil jin4 yi2 bu4 zheng3 he2 jing1 ban4 guan2 li3 zi1 yuan2 sp1 ti2 gao1 yun4 xing2 xiao4 lv4 sil|sil 进 一 步 整 合 经 办 管 理 资 源 sp1 提 高 运 行 效 率 sil|29 19 11 14 18 21 19 14 13 12 17 25 7 19 17 13 14 20 21 28|0.0|4.07 +008816|sil zhou1 ye4 mian4 fang3 wen4 liang4 wei2 wu2 dian2 jiu3 ling2 san1 yi4 sp1 huan2 bi3 xia4 hua2 sp1 bai3 fen1 zhi1 er4 dian3 si4 sil|sil 周 页 面 访 问 量 为 五 点 九 零 三 亿 sp1 环 比 下 滑 sp1 百 分 之 二 点 四 sil|30 22 13 18 15 16 33 33 15 20 15 15 19 18 29 21 14 20 23 4 14 12 10 13 17 24 29|0.0|5.95 +008817|sil zhong1 guo2 zhu4 tan3 sang1 ni2 ya4 da4 shi2 guan3 sp1 zheng4 zai4 xie2 zhu4 tan2 jing3 fang1 sp1 diao4 cha2 ci3 an4 sil|sil 中 国 驻 坦 桑 尼 亚 大 使 馆 sp1 正 在 协 助 坦 警 方 sp1 调 查 此 案 sil|28 22 21 21 20 16 10 14 16 15 22 5 17 14 17 22 22 20 21 9 16 18 20 23 32|0.0|5.35 +008818|sil jin1 tian1 zhong1 wu3 chi1 fan4 sp1 pang2 bian1 you3 liang2 xiao3 hai2 zai4 dou4 zui3 sp1 nan2 hai2 wen4 sp1 ni3 bu4 xi3 huan1 wo3 le5 ma5 sil|sil 今 天 中 午 吃 饭 sp1 旁 边 有 两 小 孩 在 斗 嘴 sp1 男 孩 问 sp1 你 不 喜 欢 我 了 吗 sil|30 16 13 17 8 18 23 14 20 16 13 15 17 18 11 16 29 30 14 16 21 23 12 11 17 16 12 9 26 29|0.0|6.15 +008819|sil chen2 zhi4 zhong1 shuo1 sp1 qiu1 yi4 yi2 lu4 shan2 duo3 sp1 bu2 fu4 ze2 de5 biao3 xian4 sp1 zhi3 neng2 duo3 zai4 she4 ying3 peng2 nei4 shuo1 sil|sil 陈 致 中 说 sp1 邱 毅 一 路 闪 躲 sp1 不 负 责 的 表 现 sp1 只 能 躲 在 摄 影 棚 内 说 sil|28 23 14 16 28 20 25 22 15 14 22 22 14 11 15 12 10 18 25 24 11 17 15 15 17 12 16 18 28 32|0.0|6.495 +008820|sil qian2 men2 di4 qu1 hai2 shi4 lao2 bei3 jing1 shi4 jing3 feng1 mao4 sp1 shi3 ji4 wen2 wu4 sp1 bao3 cun2 zui4 wan2 zheng3 de5 di4 qu1 zhi1 yi1 sil|sil 前 门 地 区 还 是 老 北 京 市 井 风 貌 sp1 史 迹 文 物 sp1 保 存 最 完 整 的 地 区 之 一 sil|30 23 19 13 25 22 14 16 14 22 20 19 18 23 17 20 15 21 19 6 17 21 15 18 15 8 12 18 17 22 27|0.0|6.575 +008821|sil wu2 liao2 lai2 he2 wo3 liao2 liao5 tian1 ba5 sil|sil 无 聊 来 和 我 聊 聊 天 吧 sil|29 12 31 15 13 10 15 13 26 20 30|0.0|2.485 +008822|sil shuang1 fang1 shang1 ding4 sp1 ji4 xu4 jiu4 ci3 wen4 ti2 bao3 chi2 cuo1 shang1 sil|sil 双 方 商 定 sp1 继 续 就 此 问 题 保 持 磋 商 sil|31 20 14 21 22 6 19 12 15 14 18 19 16 15 17 30 29|0.0|3.695 +008823|sil er2 qie3 sp1 zi4 ji3 zuo4 de5 dong1 xi5 sp1 ji4 jian4 kang1 you4 shi2 zai4 sil|sil 而 且 sp1 自 己 做 的 东 西 sp1 既 健 康 又 实 在 sil|30 13 30 8 16 12 12 9 17 25 5 16 18 28 16 21 23 31|0.0|3.83 +008824|sil yi4 tou2 de5 chang2 fa4 pu1 xia4 lai2 kuai4 gai4 zhu4 le5 bei1 bao1 sil|sil 一 头 的 长 发 铺 下 来 快 盖 住 了 背 包 sil|31 13 16 8 20 14 17 16 24 18 16 10 11 17 23 29|0.0|3.285 +008825|sil wang3 shang4 guan1 yu2 mi4 mi4 ju1 bu3 de5 shuo1 fa3 song3 ren2 ting1 wen2 sil|sil 网 上 关 于 秘 密 拘 捕 的 说 法 耸 人 听 闻 sil|29 18 24 21 15 16 14 18 7 11 19 23 18 16 21 24 28|0.0|3.74 +008826|sil bai4 tuo1 sp1 mei2 you2 zhi3 jia5 sp1 ni3 hui4 bu2 hui4 yong4 nao3 zi5 sil|sil 拜 托 sp1 没 有 指 甲 sp1 你 会 不 会 用 脑 子 sil|28 16 28 11 12 12 19 24 11 11 14 9 11 13 21 21 29|0.0|3.365 +008827|sil zhe4 xian3 ran2 ye3 bu2 shi4 ha1 ma3 si1 suo3 yuan4 yi4 mian4 dui4 de5 sil|sil 这 显 然 也 不 是 哈 马 斯 所 愿 意 面 对 的 sil|30 14 18 27 19 10 12 14 18 17 16 13 9 23 16 22 29|0.0|3.57 +008828|sil ying1 cai3 er2 ting1 le5 ji4 zhe3 de5 zhuan3 shu4 hou4 sp1 po1 wei2 jing1 e4 sil|sil 应 采 儿 听 了 记 者 的 转 述 后 sp1 颇 为 惊 愕 sil|28 18 20 17 14 10 13 12 8 18 18 23 5 20 14 18 24 31|0.0|3.61 +008829|sil zhe4 bu4 fu2 he2 zheng4 ce4 gui1 ding4 sp1 ying1 yu3 cha2 chu3 jiu1 zheng4 sil|sil 这 不 符 合 政 策 规 定 sp1 应 予 查 处 纠 正 sil|29 17 15 17 16 13 15 16 22 19 16 17 22 16 19 25 26|0.0|3.72 +008830|sil mian4 dui4 xiang1 e4 qing2 de5 tui2 shi4 sp1 ji1 gou4 jian4 sheng1 tui4 yi4 sil|sil 面 对 湘 鄂 情 的 颓 势 sp1 机 构 渐 生 退 意 sil|29 20 18 21 15 18 7 21 24 16 17 17 16 17 24 19 28|0.0|3.795 +008831|sil sui2 hou4 liang3 ren2 ju2 qi3 mu4 chui2 jiang1 hun1 jie4 za2 sui4 sil|sil 随 后 两 人 举 起 木 槌 将 婚 戒 砸 碎 sil|29 19 29 20 16 14 11 17 29 19 18 14 20 26 28|0.0|3.59 +008832|sil shu4 ci4 xun2 wen4 yi1 sheng1 lu2 mou3 que4 hui2 fu4 mei2 you3 da4 ai4 sil|sil 数 次 询 问 医 生 鲁 某 却 回 复 没 有 大 碍 sil|30 22 13 17 15 11 16 16 32 21 18 20 18 12 17 22 31|0.0|3.845 +008833|sil wo3 shi4 qiu2 bai3 mei4 zi5 a5 sp1 bu4 neng2 gei2 zu3 zhi1 diu1 lian3 sil|sil 我 是 糗 百 妹 子 啊 sp1 不 能 给 组 织 丢 脸 sil|29 12 17 23 15 21 14 17 15 11 18 11 13 12 16 32 31|0.0|3.56 +008834|sil fu4 cha2 zhi1 hou4 cai2 fa1 xian4 sp1 zhi4 chuang1 zhi3 ge1 le5 yi2 ban4 sil|sil 复 查 之 后 才 发 现 sp1 痔 疮 只 割 了 一 半 sil|31 19 19 13 13 16 17 25 9 19 26 14 11 12 14 22 28|0.0|3.575 +008835|sil shang4 zhou1 wu3 wei2 liu4 dian3 san1 ba1 si4 ling2 sil|sil 上 周 五 为 六 点 三 八 四 零 sil|31 21 21 19 26 18 15 17 12 16 30 30|0.0|2.975 +008836|sil zui4 hou4 chu1 lu4 bao4 shang4 de5 bian1 pai2 shi4 zhe4 yang4 de5 sp1 san1 pian1 san3 wen2 sp1 yi2 bu4 xiao3 shuo1 yi4 shou3 shi1 sil|sil 最 后 初 露 报 上 的 编 排 是 这 样 的 sp1 三 篇 散 文 sp1 一 部 小 说 一 首 诗 sil|33 20 26 21 13 17 15 7 19 21 14 15 21 19 26 20 14 18 23 9 10 12 20 27 14 17 29 33|0.0|6.185 +008837|sil qiang2 du4 di1 sp1 yong4 shou3 kou1 ke3 tuo1 luo4 sil|sil 强 度 低 sp1 用 手 抠 可 脱 落 sil|29 27 14 22 19 16 18 26 17 17 26 30|0.0|3.035 +008838|sil shi4 fa1 zao3 ying2 nan2 li3 liu4 hao4 lou2 qi1 ling2 liu4 shi4 de5 yi2 ge4 xiao3 wo4 shi4 sil|sil 事 发 枣 营 南 里 六 号 楼 七 零 六 室 的 一 个 小 卧 室 sil|33 20 24 21 16 17 16 23 15 23 19 14 19 13 10 11 12 19 16 28 32|0.0|4.655 +008839|sil yuan2 lai2 chuang1 kou3 he2 piao4 fan4 zi5 sp1 lang2 bei4 wei2 jian1 sp1 duo1 de2 de5 qian2 ping2 fen1 sil|sil 原 来 窗 口 和 票 贩 子 sp1 狼 狈 为 奸 sp1 多 得 的 钱 平 分 sil|31 13 29 29 21 13 22 21 18 8 16 12 15 23 15 16 9 11 21 22 25 32|0.0|4.895 +008840|sil qi2 hou4 sp1 bing4 ren2 zai4 fu4 zhen3 shi2 bei4 fa1 xian4 xue4 jia2 shui3 ping2 pian1 di1 sil|sil 其 后 sp1 病 人 在 复 诊 时 被 发 现 血 钾 水 平 偏 低 sil|29 22 23 18 19 19 14 16 16 25 13 16 25 20 18 14 19 22 21 29|0.0|4.62 +008841|sil wo3 gang1 gang1 guo4 wan2 shi2 ba1 sui4 sheng1 ri4 sil|sil 我 刚 刚 过 完 十 八 岁 生 日 sil|28 12 14 15 15 15 11 16 13 18 21 29|0.0|2.405 +008842|sil zhe4 neng2 bu2 bei4 shi4 ren2 xiao4 hua4 ma5 sil|sil 这 能 不 被 世 人 笑 话 吗 sil|27 14 22 13 13 16 14 22 16 24 27|0.0|2.42 +008843|sil ken2 qing3 da4 jia1 ping2 jia4 ci3 shi4 jian4 sil|sil 恳 请 大 家 评 价 此 事 件 sil|27 19 19 13 16 21 16 15 17 26 30|0.0|2.54 +008844|sil jian4 yi4 zai4 zhen1 zhuo2 sp1 tuo3 dang4 xiu1 gai3 sil|sil 建 议 再 斟 酌 sp1 妥 当 修 改 sil|27 23 12 16 17 24 3 20 16 19 23 29|0.0|2.655 +008845|sil zhen1 shi4 hao3 xin1 zhuan4 le5 lv2 gan1 fei4 sil|sil 真 是 好 心 赚 了 驴 肝 肺 sil|27 19 22 20 21 17 7 19 20 25 30|0.0|2.635 +008846|sil ping2 shi2 wei1 feng1 lin2 lin3 de5 mi1 mi1 sp1 bei4 che3 xia4 le5 xu3 duo1 mao2 sp1 shen1 shang4 ye3 bei4 zhua1 shang1 le5 sil|sil 平 时 威 风 凛 凛 的 咪 咪 sp1 被 扯 下 了 许 多 毛 sp1 身 上 也 被 抓 伤 了 sil|30 21 32 17 16 16 14 7 16 24 5 13 18 13 12 15 13 29 17 18 20 12 12 17 21 17 31|0.0|5.525 +008847|sil xiang1 xin4 da4 jia1 yi2 ding4 shou4 yi4 fei2 qian3 sil|sil 相 信 大 家 一 定 受 益 匪 浅 sil|29 20 22 13 17 14 16 17 11 16 30 30|0.0|2.725 +008848|sil qing3 zhi1 qing2 zhe2 yu3 kuai4 bao4 re4 xian4 sp1 ba1 wu3 yao1 sp1 ling2 ling2 ling2 ling2 ling2 lian2 xi4 sil|sil 请 知 情 者 与 快 报 热 线 sp1 八 五 幺 sp1 零 零 零 零 零 联 系 sil|28 29 13 19 21 15 19 14 16 26 15 18 11 28 4 16 14 21 19 16 21 23 30|0.0|5.06 +008849|sil wo3 men5 yuan2 zhu4 de5 jie2 guo3 shi4 shen2 me5 sil|sil 我 们 援 助 的 结 果 是 什 么 sil|29 9 12 18 11 9 16 16 13 19 18 28|0.0|2.3 +008850|sil dan4 feng4 huang2 xian4 que4 shi4 gan1 ga4 de5 sil|sil 但 凤 凰 县 却 是 尴 尬 的 sil|27 21 18 18 21 19 11 17 20 17 27|0.0|2.505 +008851|sil shi4 bu2 shi4 jiao1 bu2 shang4 fang2 zu1 sp1 wo3 men5 jiu4 yao4 wu2 jia1 ke3 gui1 le5 zhu3 ren2 sil|sil 是 不 是 交 不 上 房 租 sp1 我 们 就 要 无 家 可 归 了 主 人 sil|30 19 8 21 17 10 16 19 22 10 9 11 14 16 11 18 18 17 12 13 29 31|0.0|4.31 +008852|sil wo3 cai2 bu2 yao4 bei4 bie2 ren2 cao1 zong4 ne5 sil|sil 我 才 不 要 被 别 人 操 纵 呢 sil|28 14 18 11 14 11 12 15 22 19 23 30|0.0|2.515 +008853|sil dian4 ying2 kua3 le5 sp1 wo3 ke2 yi3 bu4 xin1 teng2 sil|sil 电 影 垮 了 sp1 我 可 以 不 心 疼 sil|27 15 16 22 22 12 13 17 14 13 19 33 29|0.0|2.925 +008854|sil wo3 shi4 ni3 yi4 shi3 yi2 niao4 dai4 da4 de5 ya5 sil|sil 我 是 你 一 屎 一 尿 带 大 的 呀 sil|30 10 14 19 16 16 11 23 13 18 10 22 30|0.0|2.69 +008855|sil fa4 lang2 dian4 zhu3 qing2 ji2 zhi1 xia4 sp1 duo3 ru4 pang2 bian1 hua1 dian4 sp1 ye3 wei4 shou4 shang1 sil|sil 发 廊 店 主 情 急 之 下 sp1 躲 入 旁 边 花 店 sp1 也 未 受 伤 sil|30 19 17 18 17 18 12 14 26 6 16 15 21 13 22 22 15 13 13 17 28 30|0.0|4.67 +008856|sil hui4 shuo1 san1 guo2 yu3 yan2 de5 jia1 li4 sp1 zai4 jue2 sai4 ji2 xing4 wen4 da2 huan2 jie2 sp1 biao3 xian4 you2 qi2 chu1 se4 sil|sil 会 说 三 国 语 言 的 佳 丽 sp1 在 决 赛 即 兴 问 答 环 节 sp1 表 现 尤 其 出 色 sil|30 16 22 18 13 10 15 8 19 22 5 20 18 20 14 15 15 15 18 22 6 18 20 17 17 19 23 31|0.0|5.64 +008857|sil ni3 na2 le5 wo3 de5 nao3 dai5 sp1 wo3 jiu4 pa4 sil|sil 你 拿 了 我 的 脑 袋 sp1 我 就 怕 sil|30 11 23 14 12 9 22 20 8 11 14 30 27|0.0|2.68 +008858|sil ke3 shi4 sp1 ru2 guo3 cong2 li3 yi2 wen2 hua4 ben3 shen1 lai2 shuo1 sp1 xiang4 zhang3 bei4 gong2 shou3 shi4 bu4 he2 shi4 de5 sil|sil 可 是 sp1 如 果 从 礼 仪 文 化 本 身 来 说 sp1 向 长 辈 拱 手 是 不 合 适 的 sil|27 18 24 16 12 11 23 14 12 14 17 15 15 17 23 14 22 15 14 20 23 18 13 18 20 20 31|0.0|5.64 +008859|sil nv2 you3 wei4 ta1 de5 nan2 you3 zuo4 le5 jian4 mao2 yi1 sp1 hen3 piao4 liang5 sp1 shui2 jian4 shui2 kua1 sil|sil 女 友 为 他 的 男 友 做 了 件 毛 衣 sp1 很 漂 亮 sp1 谁 见 谁 夸 sil|30 20 17 16 17 7 21 22 15 10 16 19 20 10 20 23 21 7 22 18 19 29 29|0.0|4.965 +008860|sil yu3 qi2 rang4 lao3 de5 shen1 zhe5 bo2 zi5 ai2 da3 sp1 bu4 ru2 rang4 xin1 ren2 ting3 zhe5 xiong1 tang2 qu4 pin1 sha1 sil|sil 与 其 让 老 的 伸 着 脖 子 挨 打 sp1 不 如 让 新 人 挺 着 胸 膛 去 拼 杀 sil|31 12 24 17 20 18 19 12 14 12 18 25 18 11 11 16 21 23 19 12 19 20 14 19 27 30|0.0|5.6 +008861|sil dan1 ba1 xian4 lin2 ye4 ju2 de5 tong2 zhi4 gan3 tan4 sp1 zhe4 li3 zhen1 shi4 tai4 qiong2 le5 sil|sil 丹 巴 县 林 业 局 的 同 志 感 叹 sp1 这 里 真 是 太 穷 了 sil|29 19 13 20 13 12 10 9 21 12 20 26 21 13 14 16 12 22 25 20 30|0.0|4.38 +008862|sil yi2 huir4 r cong2 lu4 bei3 you4 pao3 lai2 yi4 ming2 nan2 zi3 sp1 yi2 xia4 cuan1 jin4 chu1 zu1 che1 sil|sil 一 会 儿 从 路 北 又 跑 来 一 名 男 子 sp1 一 下 蹿 进 出 租 车 sil|32 13 28 0 21 18 19 16 16 13 8 15 20 24 17 11 17 19 15 15 12 28 31|0.0|4.735 +008863|sil ying1 cai3 er2 ken3 ding4 hui4 shou1 shi5 ta1 de5 sil|sil 应 采 儿 肯 定 会 收 拾 他 的 sil|29 17 20 16 19 14 14 17 12 21 18 27|0.0|2.595 +008864|sil xia4 le5 yi2 ge5 xing1 qi1 de5 yu3 le5 sp1 mei3 tian1 dai4 jia1 li3 sp1 na2 ye3 qu4 bu4 liao3 sil|sil 下 了 一 个 星 期 的 雨 了 sp1 每 天 待 家 里 sp1 哪 也 去 不 了 sil|31 22 13 12 10 16 13 14 14 20 15 13 19 24 15 22 7 17 13 20 7 24 30|0.0|4.545 +008865|sil yin1 ci3 sp1 zhe4 zhong3 ren2 lei4 pei1 tai1 gan4 xi4 bao1 hai2 bu2 ju4 bei4 shi2 yong4 xing4 sil|sil 因 此 sp1 这 种 人 类 胚 胎 干 细 胞 还 不 具 备 实 用 性 sil|27 16 27 13 15 14 15 14 15 14 16 16 22 22 14 15 13 16 15 27 30|0.0|4.365 +008866|sil ha1 sa4 ke4 si1 tan3 zong2 tong2 yi3 xuan1 bu4 sp1 gai1 zhen4 jin4 ru4 jin3 ji2 zhuang4 tai4 sil|sil 哈 萨 克 斯 坦 总 统 已 宣 布 sp1 该 镇 进 入 紧 急 状 态 sil|30 12 12 11 10 19 19 17 12 21 19 21 17 20 14 14 15 15 21 26 28|0.0|4.335 +008867|sil qiang2 hua4 fang2 wu1 zu1 lin4 deng1 ji4 bei4 an4 sil|sil 强 化 房 屋 租 赁 登 记 备 案 sil|27 26 26 18 13 15 20 15 13 16 23 28|0.0|2.79 +008868|sil ran2 hou4 sp1 bei4 wo3 wen4 de5 na4 ge5 ren2 leng4 le5 sp1 hao3 yi2 huir4 r cai2 shuo1 sp1 wo3 bu4 zhi1 dao4 a5 sp1 wo3 gang1 dao4 sil|sil 然 后 sp1 被 我 问 的 那 个 人 愣 了 sp1 好 一 会 儿 才 说 sp1 我 不 知 道 啊 sp1 我 刚 到 sil|32 20 27 7 13 14 17 8 18 6 16 21 18 19 20 10 21 0 19 25 30 11 12 11 19 19 15 13 23 21 32|0.0|6.23 +008869|sil wang3 shang4 de5 dian4 jia1 cheng1 sp1 ta1 men5 xiao1 shou4 de5 nai2 fen3 shi4 gang2 ban3 dai4 gou4 sil|sil 网 上 的 店 家 称 sp1 他 们 销 售 的 奶 粉 是 港 版 代 购 sil|32 19 16 8 16 18 28 20 13 11 19 14 7 19 28 19 21 16 15 22 29|0.0|4.53 +008870|sil hen3 nan2 suan4 chu1 zhun3 que4 shi2 jian1 de5 sil|sil 很 难 算 出 准 确 时 间 的 sil|28 16 18 19 16 16 15 15 24 17 30|0.0|2.48 +008871|sil chi2 gu3 de5 mei4 li4 jiu1 jing4 zai4 na3 sil|sil 持 股 的 魅 力 究 竟 在 哪 sil|26 25 11 9 18 18 15 17 16 30 28|0.0|2.475 +008872|sil dan4 shi4 sp1 ye3 bu2 hui4 tian1 tian1 you3 huo2 de5 sil|sil 但 是 sp1 也 不 会 天 天 有 活 的 sil|26 17 24 8 13 13 18 16 15 17 21 19 30|0.0|2.755 +008873|sil ta1 shuo1 sp1 tong4 sp1 wo2 ye2 lan3 de5 zi1 sheng1 sil|sil 他 说 sp1 痛 sp1 我 也 懒 得 吱 声 sil|27 19 27 6 33 18 11 11 17 9 16 26 30|0.0|2.9 +008874|sil zhe4 ge4 bao3 bao5 zhen1 de5 hen3 piao4 liang5 sil|sil 这 个 宝 宝 真 的 很 漂 亮 sil|28 15 11 13 19 16 10 17 23 25 29|0.0|2.395 +008875|sil xian4 chang3 mi2 man4 zhe5 yi4 gu3 jiao1 chou4 wei4 sil|sil 现 场 弥 漫 着 一 股 焦 臭 味 sil|31 23 24 14 19 12 12 17 20 22 26 30|0.0|2.9 +008876|sil sui2 xing2 zhe3 sp1 wu2 bu4 lei4 shui3 pang1 tuo2 sil|sil 随 行 者 sp1 无 不 泪 水 滂 沱 sil|30 20 22 26 11 16 15 16 16 24 30 29|0.0|2.965 +008877|sil fan3 dui4 zhe3 ren4 wei2 sp1 ti2 qu3 pei1 tai1 gan4 xi4 bao1 sp1 xiang1 dang1 yu2 e4 sha1 sheng1 ming4 sil|sil 反 对 者 认 为 sp1 提 取 胚 胎 干 细 胞 sp1 相 当 于 扼 杀 生 命 sil|29 21 12 15 17 25 16 20 20 16 14 16 15 22 8 20 15 13 18 17 17 26 29|0.0|4.885 +008878|sil xiang1 guan1 ke1 xue2 bao4 gao4 kan1 deng1 zai4 zui4 xin1 yi4 qi1 zi4 ran2 tong1 xun4 shang4 sil|sil 相 关 科 学 报 告 刊 登 在 最 新 一 期 自 然 通 讯 上 sil|34 23 17 15 15 17 27 22 14 16 15 15 12 22 11 17 18 19 24 32|0.0|4.47 +008879|sil wo3 mei2 you3 bu4 kai1 xin1 sp1 jiu4 wan2 wan5 yi2 xia4 sil|sil 我 没 有 不 开 心 sp1 就 玩 玩 一 下 sil|30 9 14 13 12 20 27 4 16 20 18 12 30 30|0.0|2.955 +008880|sil hou2 pei4 cen2 ye3 gen1 zhe5 hong2 le5 yan3 kuang4 sil|sil 侯 佩 岑 也 跟 着 红 了 眼 眶 sil|28 17 18 29 19 17 12 17 11 18 29 29|0.0|2.83 +008881|sil xu1 ke4 fang1 shi4 niu1 niu5 de5 fu4 qin5 sil|sil 胥 克 方 是 妞 妞 的 父 亲 sil|28 20 18 25 15 19 11 12 17 28 28|0.0|2.57 +008882|sil dan4 shi4 sp1 sheng4 da4 wang3 luo4 de5 jing4 li4 run4 sp1 zai4 di4 er4 ji4 du4 que4 bao4 die1 sil|sil 但 是 sp1 盛 大 网 络 的 净 利 润 sp1 在 第 二 季 度 却 暴 跌 sil|26 16 24 16 24 12 18 15 17 15 13 23 12 18 10 15 16 11 18 17 25 32|0.0|4.56 +008883|sil zun1 ming4 sp1 wo3 ke2 yi3 pei2 ni3 yi4 qi3 qu4 sil|sil 遵 命 sp1 我 可 以 陪 你 一 起 去 sil|28 18 25 15 12 17 10 14 13 11 16 29 28|0.0|2.745 +008884|sil zai4 wai4 ren2 kan4 lai2 sp1 ta1 ne4 yu2 yan2 ci2 sp1 bu2 hui4 jiang3 hua4 sp1 han1 tai4 ke3 ju1 sil|sil 在 外 人 看 来 sp1 他 讷 于 言 辞 sp1 不 会 讲 话 sp1 憨 态 可 掬 sil|28 18 17 13 17 24 7 16 17 14 19 27 7 11 14 20 24 11 17 16 20 27 28|0.0|4.785 +008885|sil sui2 hou4 jin4 ru4 er2 hai3 shi1 di4 gong1 yuan2 sil|sil 随 后 进 入 洱 海 湿 地 公 园 sil|30 20 21 18 18 21 20 17 13 19 29 28|0.0|2.945 +008886|sil zhao4 shi4 che1 che1 tou2 ye3 sun2 hui3 yan2 zhong4 sil|sil 肇 事 车 车 头 也 损 毁 严 重 sil|28 19 12 16 16 25 16 18 14 19 24 29|0.0|2.735 +008887|sil te4 lang2 pu3 dang4 tian1 chu1 xi2 le5 wan3 yan4 sil|sil 特 朗 普 当 天 出 席 了 晚 宴 sil|26 16 17 25 17 18 16 12 11 18 26 28|0.0|2.67 +008888|sil er2 jiang1 chi2 ka3 ren2 duo1 xiang4 zhong4 yao4 xin4 xi1 chi4 luo2 luo3 bao4 guang1 de5 sp1 nong2 hang2 shang4 shu2 shou3 jia1 sil|sil 而 将 持 卡 人 多 项 重 要 信 息 赤 裸 裸 曝 光 的 sp1 农 行 尚 属 首 家 sil|30 15 21 15 15 21 14 18 12 12 17 18 18 14 15 19 21 15 20 19 25 17 13 19 28 31|0.0|5.6 +008889|sil liu2 qiu2 cong2 ci3 bei4 ri4 ben3 tun1 bing4 sil|sil 琉 球 从 此 被 日 本 吞 并 sil|30 20 25 22 19 15 13 15 22 24 27|0.0|2.69 +008890|sil yi2 ge4 yue4 hou4 sp1 di3 zhi4 lian2 meng2 wa2 jie3 sil|sil 一 个 月 后 sp1 抵 制 联 盟 瓦 解 sil|29 10 13 16 23 8 15 10 17 15 20 28 27|0.0|2.685 +008891|sil yi4 bang3 zhu4 gui1 hua4 sp1 kun2 bang3 zhe5 mai4 sil|sil 一 绑 住 规 划 sp1 捆 绑 着 卖 sil|28 13 18 16 17 23 7 24 15 10 26 30|0.0|2.63 +008892|sil zuo2 ri4 sp1 xiao1 fang2 yuan2 cha2 kan4 huo2 chang3 sil|sil 昨 日 sp1 消 防 员 察 看 火 场 sil|26 19 22 9 19 16 19 20 17 15 34 28|0.0|2.835 +008893|sil liu2 lao3 shi1 di4 yi1 shi2 jian1 jiu4 fa1 xian4 fan3 song4 you3 wen4 ti2 sp1 li4 ji2 zhai1 diao4 sil|sil 刘 老 师 第 一 时 间 就 发 现 返 送 有 问 题 sp1 立 即 摘 掉 sil|31 14 18 25 11 10 17 22 15 15 16 19 18 12 17 25 11 16 13 18 24 30|0.0|4.605 +008894|sil she3 de2 she3 de2 sp1 you2 she3 cai2 you3 de2 sp1 she3 de5 she3 de2 sp1 gai1 she3 de5 yao4 she3 sp1 gai1 de2 de5 yao4 de2 sil|sil 舍 得 舍 得 sp1 有 舍 才 有 得 sp1 舍 得 舍 得 sp1 该 舍 的 要 舍 sp1 该 得 的 要 得 sil|31 28 26 25 25 11 22 19 19 13 27 22 28 24 25 24 13 20 20 8 17 29 9 18 13 8 20 29 31|0.0|7.015 +008895|sil shi4 nan2 san1 zhong1 pang2 guang1 ming2 mu4 zhang1 dan3 de5 dian4 nao3 fang2 jiu4 you2 wu3 jia1 sp1 wai4 jia1 shang4 xue2 xi2 zhong1 xin1 sil|sil 市 南 三 中 旁 光 明 目 张 胆 的 电 脑 房 就 有 五 家 sp1 外 加 上 学 习 中 心 sil|32 22 17 17 16 34 22 16 14 19 14 8 13 16 23 12 16 15 26 22 14 17 21 11 14 18 27 32|0.0|6.13 +008896|sil wo3 de2 guo4 gan1 yan2 zhu4 le5 yuan4 sp1 bian4 xiu1 le5 yi2 ge4 xue2 qi1 de5 xue2 sil|sil 我 得 过 肝 炎 住 了 院 sp1 便 休 了 一 个 学 期 的 学 sil|31 14 14 13 18 29 15 12 26 11 17 18 11 11 12 14 13 11 30 31|0.0|4.07 +008897|sil bi3 ru2 sp1 jiu4 you3 wang2 you3 na2 ta1 sp1 yi4 kai1 kou2 wo3 jiu4 geng3 ye4 le5 de5 kou3 tou2 chan2 kai1 shuan4 sil|sil 比 如 sp1 就 有 网 友 拿 她 sp1 一 开 口 我 就 哽 咽 了 的 口 头 禅 开 涮 sil|26 13 24 5 17 12 18 15 19 25 21 10 21 21 13 13 16 13 14 8 15 15 21 18 26 32|0.0|5.235 +008898|sil si4 shi2 san1 nian2 qian2 sp1 shi2 jian4 feng1 jiu4 zai4 zhe4 chu4 po4 wa3 fang2 zhong1 gu1 gu1 zhui4 di4 sil|sil 四 十 三 年 前 sp1 时 建 锋 就 在 这 处 破 瓦 房 中 呱 呱 坠 地 sil|31 16 12 14 16 31 11 18 18 26 19 13 14 19 19 15 22 20 14 16 17 23 33|0.0|5.07 +008899|sil ji2 bian4 bu2 ai4 kan4 chao1 ji2 wan3 de5 ren2 sp1 ye3 hui4 zai4 zhe4 ge5 shi2 hou4 lai2 shu3 xing1 xing5 sil|sil 即 便 不 爱 看 超 级 碗 的 人 sp1 也 会 在 这 个 时 候 来 数 星 星 sil|28 19 22 14 14 18 17 10 14 7 24 13 13 16 14 11 8 16 17 15 16 21 24 31|0.0|4.665 +008900|sil wang2 jun1 yong3 yu2 fu4 ze2 de5 jing1 shen5 sp1 shen1 shen1 gan3 dong4 le5 zhu1 xin1 wen2 sil|sil 王 君 勇 于 负 责 的 精 神 sp1 深 深 感 动 了 朱 心 文 sil|30 18 23 18 14 17 11 11 16 23 4 18 16 16 11 9 15 19 26 30|0.0|4.01 +008901|sil cheng2 hui4 lin2 shi4 chao2 xian3 dang1 shi2 zui4 xing4 gan3 de5 dian4 ying3 ming2 xing1 sil|sil 成 蕙 琳 是 朝 鲜 当 时 最 性 感 的 电 影 明 星 sil|28 20 16 26 21 20 18 16 19 16 20 15 7 12 13 17 26 29|0.0|3.935 +008902|sil shen2 me5 yang4 de5 nei4 rong2 cai2 neng2 zhen1 zheng4 xi1 yin3 ren2 men5 shang4 wang3 ne5 sil|sil 什 么 样 的 内 容 才 能 真 正 吸 引 人 们 上 网 呢 sil|30 17 10 15 4 18 25 15 16 16 15 16 9 14 8 18 20 24 30|0.0|3.715 +008903|sil wu2 miao3 hou4 sp1 zhang4 fu5 kan4 dao4 dui4 mian4 de5 ge2 lin2 tai4 tai5 sp1 zai4 gei3 ta1 de5 chong3 wu4 xi2 zao3 sil|sil 五 秒 后 sp1 丈 夫 看 到 对 面 的 格 林 太 太 sp1 在 给 她 的 宠 物 洗 澡 sil|31 12 22 25 18 22 17 17 14 12 14 8 13 16 18 22 6 17 9 15 8 18 13 18 29 30|0.0|5.15 +008904|sil duo1 liao2 liao5 ni3 bei5 sp1 wo3 zai4 kao3 lv4 bao4 zhao4 sil|sil 多 聊 聊 你 呗 sp1 我 再 考 虑 爆 照 sil|28 12 16 14 16 23 16 12 12 16 14 16 23 29|0.0|2.87 +008905|sil xiao3 yuan2 peng1 de5 guan1 shang4 fang2 men2 sp1 yi3 shi4 kang4 yi4 sil|sil 小 元 嘭 地 关 上 房 门 sp1 以 示 抗 议 sil|30 23 20 23 11 14 15 17 27 5 13 15 23 25 30|0.0|3.375 +008906|sil shi4 zhang3 de5 xiang4 xiang1 jiao1 yi2 yang4 de5 sp1 na4 qun2 hen3 meng2 de5 dong4 hua4 ren2 wu4 sil|sil 是 长 得 像 香 蕉 一 样 的 sp1 那 群 很 萌 的 动 画 人 物 sil|31 20 18 8 16 19 18 10 21 17 7 16 21 19 18 8 17 15 20 20 31|0.0|4.295 +008907|sil shang1 pin3 jing1 ji4 de5 nian2 dai4 sp1 duo1 shao3 ren2 wu2 li4 er2 bu4 wang3 sil|sil 商 品 经 济 的 年 代 sp1 多 少 人 无 利 而 不 往 sil|31 23 18 15 9 10 22 20 17 14 17 22 22 19 16 14 33 29|0.0|4.08 +008908|sil qing1 hai3 xin1 wen2 wang3 shang4 sp1 man3 shi4 wang2 you3 men2 de5 chi4 re4 gan3 yan2 sil|sil 青 海 新 闻 网 上 sp1 满 是 网 友 们 的 炽 热 感 言 sil|26 28 21 18 13 19 26 17 16 16 16 12 15 8 15 16 16 29 32|0.0|4.17 +008909|sil wo3 bu2 shi4 tian1 tian1 dou1 tu2 fen2 di3 sil|sil 我 不 是 天 天 都 涂 粉 底 sil|29 14 12 16 19 13 11 17 20 25 27|0.0|2.36 +008910|sil you2 qi2 ling3 xian2 bian1 zuan3 de5 sp1 zhong1 guo2 jian3 bo2 shu1 fa3 da4 zi4 dian3 sp1 ye3 yu2 jin1 tian1 zheng4 shi4 qi3 dong4 sil|sil 由 其 领 衔 编 纂 的 sp1 中 国 简 帛 书 法 大 字 典 sp1 也 于 今 天 正 式 启 动 sil|34 17 22 19 20 17 23 22 9 21 18 24 17 15 15 14 15 27 17 11 13 16 17 14 13 19 23 29|0.0|6.045 +008911|sil xiao3 mao1 tou2 ying1 zao1 dao4 tu1 ran2 fu2 ji1 hou4 sp1 xiang4 hou4 da3 le5 ge4 liang4 qiang4 sp1 cha4 yi4 dianr3 r shuai1 dao3 sil|sil 小 猫 头 鹰 遭 到 突 然 伏 击 后 sp1 向 后 打 了 个 踉 跄 sp1 差 一 点 儿 摔 倒 sil|31 19 18 19 22 19 15 13 14 16 16 22 21 23 20 14 9 9 23 23 18 20 8 17 0 21 25 30|0.0|5.865 +008912|sil cen2 huang2 liang3 ren2 sp1 ge4 fen1 de2 liang3 wan4 duo1 yuan2 sil|sil 岑 黄 两 人 sp1 各 分 得 两 万 多 元 sil|28 33 25 20 25 6 17 19 13 17 18 14 26 30|0.0|3.38 +008913|sil lao3 niang2 chou2 chou5 wo3 shuo1 sp1 wo3 jue2 de5 ye3 kan4 bu2 shang4 sp1 zhe4 shir4 r jiu4 suan4 le5 ba5 sil|sil 老 娘 瞅 瞅 我 说 sp1 我 觉 得 也 看 不 上 sp1 这 事 儿 就 算 了 吧 sil|32 16 21 19 17 13 25 34 14 13 10 11 20 9 23 13 16 21 0 12 19 11 20 31|0.0|4.875 +008914|sil dao2 yan3 piao2 gen1 heng1 ren4 wei2 sp1 nian2 qing1 ren2 de5 pang2 huang2 he2 zheng1 zha2 sp1 wang2 wang3 shi4 ta1 men5 cheng2 zhang3 de5 guo4 cheng2 sil|sil 导 演 朴 根 亨 认 为 sp1 年 轻 人 的 彷 徨 和 挣 扎 sp1 往 往 是 他 们 成 长 的 过 程 sil|29 19 20 21 15 17 17 26 21 15 16 14 8 22 19 14 19 24 20 12 14 13 13 11 22 14 8 15 29 32|0.0|6.255 +008915|sil he2 fan1 hai2 tang3 zai4 chuang2 shang4 sp1 deng3 ta1 ba4 pai4 che1 lai2 jie1 sp1 jian4 qiu1 zhi4 jie2 zai4 fa1 dai1 sp1 shuo1 sp1 ni3 zai4 xiang3 shui2 sil|sil 何 帆 还 躺 在 床 上 sp1 等 他 爸 派 车 来 接 sp1 见 邱 志 杰 在 发 呆 sp1 说 sp1 你 在 想 谁 sil|30 18 23 17 18 12 23 22 5 14 16 16 16 14 14 25 37 17 17 12 16 14 18 22 13 30 23 11 11 21 28 33|0.0|7.03 +008916|sil dang1 xiang1 guan1 zheng4 ju4 bai3 zai4 wu2 miao2 mian4 qian2 sp1 ta1 xian1 shi4 yi2 leng4 sp1 ji4 er2 mian4 hong2 er3 chi4 sil|sil 当 相 关 证 据 摆 在 吴 苗 面 前 sp1 他 先 是 一 愣 sp1 继 而 面 红 耳 赤 sil|29 19 20 14 18 21 15 14 10 16 17 29 13 15 17 15 10 25 15 18 17 24 16 14 25 29|0.0|5.515 +008917|sil mou3 ren2 de5 qi1 zi3 pi2 qi4 fei1 chang2 guai4 pi3 sp1 ta1 yu3 jia1 li3 de5 suo2 you3 ren2 dou1 nan2 yi3 xiang1 chu3 sil|sil 某 人 的 妻 子 脾 气 非 常 怪 癖 sp1 她 与 家 里 的 所 有 人 都 难 以 相 处 sil|31 15 12 9 23 20 20 20 15 18 18 28 32 19 11 18 15 14 18 12 20 14 17 10 20 29 29|0.0|5.885 +008918|sil you3 de5 liu2 lang4 gou3 chi1 wan2 dong1 xi5 hou4 sp1 hai2 hui4 tian2 tian3 wei4 shi2 ren2 de5 shou3 sp1 yi2 biao3 shi4 gan3 xie4 sil|sil 有 的 流 浪 狗 吃 完 东 西 后 sp1 还 会 舔 舔 喂 食 人 的 手 sp1 以 表 示 感 谢 sil|31 14 9 14 20 17 14 16 15 18 23 14 14 16 20 17 17 13 15 8 27 11 11 18 14 18 27 32|0.0|5.605 +008919|sil suo2 yi3 sp1 zi4 ji2 ye3 lai2 chang2 chang5 xian1 sil|sil 所 以 sp1 自 己 也 来 尝 尝 鲜 sil|29 26 19 10 17 12 9 16 20 16 29 30|0.0|2.7 +008920|sil ji2 shi3 wo3 men5 zu3 shang4 zhi1 dao4 zu3 zong1 shi4 cao2 cao1 sp1 ye3 bu2 hui4 gong1 kai1 dui4 wo3 men5 shuo1 sil|sil 即 使 我 们 祖 上 知 道 祖 宗 是 曹 操 sp1 也 不 会 公 开 对 我 们 说 sil|28 22 25 11 13 16 21 16 20 17 17 14 18 26 18 11 13 16 14 17 12 9 12 26 31|0.0|5.145 +008921|sil wo3 shuo1 wo3 jia4 gei2 ni3 sp1 jia4 gei2 ni2 yi3 hou4 sp1 ni2 dei3 ting1 wo3 de5 sp1 ni3 zuo4 de2 dao4 bu5 sil|sil 我 说 我 嫁 给 你 sp1 嫁 给 你 以 后 sp1 你 得 听 我 的 sp1 你 做 得 到 不 sil|29 13 23 14 20 13 25 20 19 12 13 13 22 11 11 12 24 15 19 21 11 14 9 19 21 30|0.0|5.255 +008922|sil ren2 men5 yi2 dan4 zhua1 zhu4 wo3 sp1 yong4 dui4 fu4 ni3 de5 fang1 fa3 sp1 jiang1 hui4 yao4 wo3 de5 ming4 sil|sil 人 们 一 旦 抓 住 我 sp1 用 对 付 你 的 方 法 sp1 将 会 要 我 的 命 sil|31 12 13 13 16 17 17 22 11 18 14 11 14 11 20 22 8 19 16 15 12 8 27 28|0.0|4.585 +008923|sil zai4 deng3 jia1 ren2 jie1 ji1 shi2 sp1 ai4 wei1 er2 suo3 xing4 zuo4 zai4 di4 shang4 sp1 li3 xiu4 fa4 sp1 bu4 ju1 xiao3 jie2 sil|sil 在 等 家 人 接 机 时 sp1 艾 薇 儿 索 性 坐 在 地 上 sp1 理 秀 发 sp1 不 拘 小 节 sil|32 18 16 16 13 15 15 26 19 14 13 19 23 19 11 14 18 26 37 15 20 23 3 13 12 21 27 33|0.0|6.165 +008924|sil zai4 luan2 cheng2 xian4 hong2 ri4 yong3 he2 dou4 jiang1 dian4 sp1 ji4 zhe3 kan4 dao4 le5 yi2 kuai4 cheng2 xin4 jian1 guan3 pai2 sil|sil 在 栾 城 县 红 日 永 和 豆 浆 店 sp1 记 者 看 到 了 一 块 诚 信 监 管 牌 sil|30 19 20 19 25 23 17 16 14 12 19 23 27 17 15 22 9 9 12 21 27 17 15 17 32 32|0.0|5.905 +008925|sil wang2 dan1 jia1 jin2 shou3 bao1 pai2 zai4 le5 ren2 qun2 zhong1 sp1 tie3 zha4 lan5 ba3 she2 xing2 dui4 wu5 fen1 ge2 cheng2 si4 zhi1 sil|sil 王 丹 夹 紧 手 包 排 在 了 人 群 中 sp1 铁 栅 栏 把 蛇 形 队 伍 分 隔 成 四 支 sil|32 21 23 17 16 19 25 22 11 9 16 18 23 29 21 18 26 18 16 17 17 16 20 10 17 18 23 29|0.0|6.355 +008926|sil guan1 cai5 wei4 zhi4 sp1 mu4 zhu3 ren2 de5 shi1 gu3 sp1 ye3 jian4 jian4 xian3 lu4 chu1 lai5 sp1 xia4 e4 sp1 hai2 bao3 liu2 zhe5 ya2 chi3 sil|sil 棺 材 位 置 sp1 墓 主 人 的 尸 骨 sp1 也 渐 渐 显 露 出 来 sp1 下 颚 sp1 还 保 留 着 牙 齿 sil|27 19 16 16 21 19 16 12 14 8 19 26 10 13 17 15 18 15 15 22 25 21 24 4 19 14 13 10 19 32 34|0.0|6.42 +008927|sil zhe4 shi4 ji2 mi3 de5 di4 er4 ci4 mo2 tuo5 zhi1 lv3 sp1 ci3 qian2 sp1 ta1 ceng2 qi2 mo2 tuo5 che1 huan2 you2 guo4 yin4 du4 sil|sil 这 是 吉 米 的 第 二 次 摩 托 之 旅 sp1 此 前 sp1 他 曾 骑 摩 托 车 环 游 过 印 度 sil|29 15 14 14 20 20 11 15 12 17 14 13 26 23 16 28 8 15 16 12 17 15 22 17 16 13 20 18 32|0.0|5.9 +008928|sil zhuan3 tou2 yi2 kan4 sp1 yi4 lao2 nai3 nai5 chong4 wo3 xiao4 xi1 xi1 de5 shuo1 sp1 xiao2 huo3 zi5 sp1 zhua1 zhe5 ni2 dian3 sp1 che1 huang4 sil|sil 转 头 一 看 sp1 一 老 奶 奶 冲 我 笑 嘻 嘻 的 说 sp1 小 伙 子 sp1 抓 着 你 点 sp1 车 晃 sil|30 18 15 10 29 19 9 13 16 17 21 14 19 12 15 10 25 29 17 21 19 12 18 10 15 20 7 22 28 29|0.0|6.26 +008929|sil zhu3 yao4 ti2 cai2 you3 shi4 jia1 xiang4 sp1 mi2 le4 xiang4 sp1 shi4 jia1 duo1 bao3 xiang4 sp1 guan1 yin1 xiang4 sp1 shuang1 pu2 sa4 xiang4 deng3 sil|sil 主 要 题 材 有 释 迦 像 sp1 弥 勒 像 sp1 释 迦 多 宝 像 sp1 观 音 像 sp1 双 菩 萨 像 等 sil|27 15 17 16 33 22 21 18 28 8 15 17 26 17 17 17 13 17 26 13 18 16 26 13 23 16 16 21 22 32|0.0|6.805 +008930|sil dang1 ran2 hai2 shi4 wo3 men5 tong2 ren2 tang2 de5 dong1 xi5 zhi2 de2 xin4 lai4 la5 sil|sil 当 然 还 是 我 们 同 仁 堂 的 东 西 值 得 信 赖 啦 sil|27 17 23 21 11 7 13 15 16 18 8 16 19 12 10 17 15 24 30|0.0|3.705 +008931|sil ci3 wai4 tou2 zi1 ren2 reng2 cun2 gu4 lv4 sil|sil 此 外 投 资 人 仍 存 顾 虑 sil|28 20 26 22 14 21 17 20 17 22 28|0.0|2.73 +008932|sil yin4 du4 yang2 shang4 sp1 zheng4 zai4 chu1 xian4 sp1 zhong1 guo2 jiang1 bei4 kun3 zhu4 shou2 jiao3 de5 ge2 ju2 sil|sil 印 度 洋 上 sp1 正 在 出 现 sp1 中 国 将 被 捆 住 手 脚 的 格 局 sil|29 16 10 20 24 6 16 12 19 21 4 23 21 21 15 22 14 17 15 10 16 29 27|0.0|4.73 +008933|sil liu2 nv3 shi4 shuai3 diao4 er2 zi5 shou3 shang4 de5 xiao3 ha2 ma5 sp1 shen2 qing2 you3 xie1 jin3 zhang1 sil|sil 刘 女 士 甩 掉 儿 子 手 上 的 小 蛤 蟆 sp1 神 情 有 些 紧 张 sil|30 18 16 23 23 14 16 11 17 14 7 18 18 23 12 20 24 14 15 18 27 31|0.0|4.745 +008934|sil ze2 kao1 ying1 long2 hua2 zi4 bai2 yan3 yi4 jing1 li4 sp1 he2 yu3 zhang4 fu5 li2 hun1 de5 zhong2 zhong3 sil|sil 泽 尻 英 龙 华 自 白 演 艺 经 历 sp1 和 与 丈 夫 离 婚 的 种 种 sil|28 20 22 12 19 30 19 17 15 16 20 20 12 19 13 18 9 16 17 8 19 30 28|0.0|4.955 +008935|sil sui1 ran2 zuo4 pin3 mei2 you3 da4 mai4 you2 dian3 yi2 han4 sp1 dan4 mei2 guan1 xi5 la5 sil|sil 虽 然 作 品 没 有 大 卖 有 点 遗 憾 sp1 但 没 关 系 啦 sil|31 16 24 20 19 12 11 16 25 13 16 14 25 10 14 13 16 12 21 30|0.0|4.16 +008936|sil zai4 tian1 jin1 sp1 shi4 min2 ye3 wen2 de5 dao4 kong1 qi4 zhong1 qiang4 ren2 de5 wei4 dao4 sil|sil 在 天 津 sp1 市 民 也 闻 得 到 空 气 中 呛 人 的 味 道 sil|28 18 20 24 13 19 19 12 14 10 19 18 14 17 22 14 8 17 22 30|0.0|4.16 +008937|sil zai4 ji4 zhe3 ren2 shu4 bing4 mei2 jian2 shao3 xia4 sp1 rong3 yuan2 zi4 ran2 chan3 sheng1 sil|sil 在 记 者 人 数 并 没 减 少 下 sp1 冗 员 自 然 产 生 sil|28 20 13 11 19 20 15 14 17 16 25 13 19 20 12 17 18 26 30|0.0|4.095 +008938|sil ta1 xiang2 gao3 ming2 bai5 qin1 mi4 guan1 xi5 de5 fan4 wei2 sp1 dao4 di2 you3 duo1 da4 sil|sil 他 想 搞 明 白 亲 密 关 系 的 范 围 sp1 到 底 有 多 大 sil|26 15 17 14 21 18 21 15 16 10 10 17 21 5 17 10 16 17 21 28|0.0|3.895 +008939|sil yi4 heng2 yi2 shu4 sp1 yi4 dian3 yi4 pie3 sp1 suo2 you3 tong2 xue2 dou1 shi2 fen1 gong1 zheng3 de5 jin4 xing2 zhe5 xie3 zi4 lian4 xi2 sil|sil 一 横 一 竖 sp1 一 点 一 撇 sp1 所 有 同 学 都 十 分 工 整 地 进 行 着 写 字 练 习 sil|32 16 26 15 28 15 16 22 18 34 22 18 10 16 21 14 14 14 18 17 16 16 16 13 18 11 20 30 32|0.0|6.48 +008940|sil qi2 jian1 sp1 hai2 zi5 da3 le5 yi2 ge4 ge2 sp1 dan4 yi1 sheng1 kan4 wan2 hou4 sp1 shuo1 shi4 hai2 zi5 shui4 jiao4 da3 hu1 lu5 sil|sil 其 间 sp1 孩 子 打 了 一 个 嗝 sp1 但 医 生 看 完 后 sp1 说 是 孩 子 睡 觉 打 呼 噜 sil|28 23 25 10 22 14 13 9 11 14 30 20 13 13 16 14 15 22 17 18 18 17 9 19 17 14 21 20 32|0.0|5.965 +008941|sil dang1 shi2 sp1 na4 ge5 nv3 sheng1 chuan1 zhe5 niu2 zai3 ku4 sp1 shu4 zhe5 pi2 dai4 sp1 jiu4 guai1 guai1 ba3 ta1 jie3 kai1 le5 sil|sil 当 时 sp1 那 个 女 生 穿 着 牛 仔 裤 sp1 束 着 皮 带 sp1 就 乖 乖 把 它 解 开 了 sil|28 18 24 12 14 6 17 22 19 8 19 19 24 9 18 10 20 19 20 17 17 17 12 16 17 20 17 32|0.0|5.7 +008942|sil wo3 men5 cheng2 nuo4 sp1 jin4 quan2 li4 que4 bao3 xin4 xi1 tong1 chang4 sil|sil 我 们 承 诺 sp1 尽 全 力 确 保 信 息 通 畅 sil|30 9 10 20 23 15 21 23 20 21 12 14 13 21 27 29|0.0|3.58 +008943|sil duo1 yi3 sp1 ge1 wu3 seng1 lv3 qi2 fu2 deng3 fang1 shi4 sp1 lai2 qing4 zhu4 dai3 li4 xin1 nian2 sil|sil 多 以 sp1 歌 舞 僧 侣 祈 福 等 方 式 sp1 来 庆 祝 傣 历 新 年 sil|30 21 19 5 24 25 23 15 20 15 14 16 22 5 15 21 15 13 14 17 29 30|0.0|4.74 +008944|sil sang1 ta3 na4 jin2 yao3 bu2 fang4 sp1 che1 su4 zhi2 zhi4 yi4 bai3 er4 sp1 yi4 bai3 san1 shi5 ma3 sil|sil 桑 塔 纳 紧 咬 不 放 sp1 车 速 直 至 一 百 二 sp1 一 百 三 十 码 sil|32 22 14 22 17 17 13 25 16 22 22 15 18 14 15 22 9 10 13 18 11 25 33|0.0|4.935 +008945|sil hai2 zi5 zai4 wo3 shen1 shang5 pa2 zhe5 wan2 sp1 tu1 ran2 ting1 dao4 sp1 ge1 sp1 ge1 ge1 sp1 ge1 sp1 de5 qiao1 men2 sheng1 sil|sil 孩 子 在 我 身 上 爬 着 玩 sp1 突 然 听 到 sp1 咯 sp1 咯 咯 sp1 咯 sp1 的 敲 门 声 sil|30 25 19 15 11 19 19 18 11 26 26 16 16 20 19 10 26 18 15 22 20 24 7 12 17 16 25 30|0.0|6.175 +008946|sil jian4 yi4 sp1 ni3 xian1 zhao3 ge5 tu3 hao2 zuo4 peng2 you5 sil|sil 建 议 sp1 你 先 找 个 土 豪 做 朋 友 sil|28 24 22 11 11 17 15 11 19 20 14 21 20 30|0.0|3.05 +008947|sil zi3 gong4 shu2 mai3 le5 yi2 ge4 nu2 li4 sp1 dan4 ta1 fa1 yang2 feng1 ge2 sp1 ju4 jue2 le5 bu3 chang2 sil|sil 子 贡 赎 买 了 一 个 奴 隶 sp1 但 他 发 扬 风 格 sp1 拒 绝 了 补 偿 sil|28 20 22 17 16 10 10 10 19 21 19 17 21 16 15 19 21 6 19 11 10 15 31 31|0.0|4.925 +008948|sil yi1 shen3 hou4 sp1 chen2 xing1 luan2 ti2 qi3 shang4 su4 sil|sil 一 审 后 sp1 陈 兴 銮 提 起 上 诉 sil|31 15 21 26 10 20 16 24 16 15 20 22 31|0.0|3.1 +008949|sil wo3 shi4 meng2 meng2 da1 sp1 ni3 shi4 dai1 dai1 da1 sil|sil 我 是 萌 萌 哒 sp1 你 是 呆 呆 哒 sil|29 14 17 17 17 23 12 12 16 16 18 27 30|0.0|2.885 +008950|sil xin1 hua2 she4 she4 zhang2 li3 cong2 jun1 zhi4 ci2 sil|sil 新 华 社 社 长 李 从 军 致 辞 sil|31 20 15 14 19 20 15 22 19 13 31 26|0.0|2.85 +008951|sil zhe4 jian1 zhong1 yu2 you3 le5 fan3 kui4 sp1 ta1 zuo3 pu4 fang4 xia4 shu1 shuo1 sp1 ling2 qiao2 zhen4 zhong1 xue2 sil|sil 这 间 终 于 有 了 反 馈 sp1 他 左 铺 放 下 书 说 sp1 灵 桥 镇 中 学 sil|29 18 24 19 13 10 11 20 25 13 18 17 18 16 14 16 25 27 16 19 14 15 29 30|0.0|5.295 +008952|sil na4 duan4 shi2 jian1 sp1 wei4 le5 an1 fu2 mu3 qin1 sp1 zhao4 can4 ceng2 hui2 dao4 lao3 jia1 shen1 ze2 xian4 sil|sil 那 段 时 间 sp1 为 了 安 抚 母 亲 sp1 赵 灿 曾 回 到 老 家 深 泽 县 sil|29 14 13 15 25 12 11 9 13 15 16 29 25 21 24 20 15 11 18 21 18 16 28 30|0.0|5.205 +008953|sil de2 fa3 fei1 chang2 nao2 huo3 sp1 ying1 guo2 de5 li4 chang3 rang4 de2 fa2 deng3 guo2 fei1 chang2 nao2 huo3 sil|sil 德 法 非 常 恼 火 sp1 英 国 的 立 场 让 德 法 等 国 非 常 恼 火 sil|29 18 22 16 18 19 26 19 15 12 5 17 28 21 16 15 17 18 13 16 18 29 33|0.0|5.105 +008954|sil shuo1 dao4 hai1 shi2 sp1 zhou1 wei2 yi4 qun2 nian2 qing1 bai2 ling3 fen1 fen1 lou4 chu1 shi2 hua4 biao3 qing2 sil|sil 说 到 嗨 时 sp1 周 围 一 群 年 轻 白 领 纷 纷 露 出 石 化 表 情 sil|31 17 11 21 28 24 18 14 13 18 17 19 13 28 16 12 16 17 18 18 16 31 29|0.0|5.17 +008955|sil geng4 he2 kuang4 sp1 hai2 zi5 de5 cheng2 zhang3 huan2 jing4 zhong1 sp1 ruan3 tiao2 bao4 li4 sp1 ye3 cong2 wei4 duan4 jue2 sil|sil 更 何 况 sp1 孩 子 的 成 长 环 境 中 sp1 软 调 暴 力 sp1 也 从 未 断 绝 sil|30 17 18 26 11 20 10 10 17 16 15 16 22 20 23 20 21 19 7 12 20 16 17 27 33|0.0|5.375 +008956|sil shang4 mian4 xie2 you3 ming2 zi4 sp1 chu1 sheng1 nian2 yue4 deng3 xin4 xi1 sp1 dan4 xian4 zai4 dou1 gao3 diu1 le5 sil|sil 上 面 写 有 名 字 sp1 出 生 年 月 等 信 息 sp1 但 现 在 都 搞 丢 了 sil|32 22 18 19 9 24 20 7 18 15 16 16 14 18 23 13 14 18 15 13 15 19 17 29|0.0|4.92 +008957|sil duo1 ming2 min2 yi4 dai4 biao3 la1 che3 cheng2 yi4 tuan2 sil|sil 多 名 民 意 代 表 拉 扯 成 一 团 sil|26 15 22 14 12 17 21 20 14 18 12 33 29|0.0|2.94 +008958|sil yu2 shi4 sp1 zhang1 mou3 tao1 chu1 le5 shen1 shang4 dai4 zhe5 de5 dian4 xian4 sp1 jiang1 huang2 lao3 tai4 lei1 si3 sil|sil 于 是 sp1 张 某 掏 出 了 身 上 带 着 的 电 线 sp1 将 黄 老 太 勒 死 sil|32 12 26 12 21 22 20 12 11 17 16 15 9 10 17 25 15 21 15 13 15 18 27 32|0.0|5.03 +008959|sil deng2 wo2 zhang3 da4 le5 sp1 ke2 yi3 wei4 yi2 ge4 xin1 sheng1 ming4 fu4 ze2 shi2 zai4 yang3 le5 sil|sil 等 我 长 大 了 sp1 可 以 为 一 个 新 生 命 负 责 时 再 养 了 sil|27 14 12 18 19 19 13 17 8 15 10 11 16 16 16 19 17 16 16 19 19 27|0.0|4.23 +008960|sil dan4 ao4 di2 che1 li3 de5 ren2 tai4 du5 bi3 jiao4 man2 heng4 sp1 shuang1 fang1 jiang1 chi2 bu2 xia4 sil|sil 但 奥 迪 车 里 的 人 态 度 比 较 蛮 横 sp1 双 方 僵 持 不 下 sil|31 17 18 12 16 11 8 24 24 14 11 12 21 25 17 21 20 18 18 13 26 29|0.0|4.715 +008961|sil zuo2 ri4 zao3 pan2 sp1 ou1 zhou1 gu3 shi4 sp1 yan2 xu4 ben3 zhou1 er4 de5 sheng1 shi4 zhi3 die1 fan3 tan2 sil|sil 昨 日 早 盘 sp1 欧 洲 股 市 sp1 延 续 本 周 二 的 升 势 止 跌 反 弹 sil|26 18 16 19 28 20 12 16 15 23 6 18 19 16 12 13 9 17 22 17 13 20 28 32|0.0|5.045 +008962|sil dian4 hua4 na4 tou2 chen2 mo4 le5 yi2 huir4 r you1 you1 dao4 sp1 cai2 qu3 le5 sp1 wo3 pai1 le5 zhang1 zhao4 pian4 sil|sil 电 话 那 头 沉 默 了 一 会 儿 幽 幽 到 sp1 采 取 了 sp1 我 拍 了 张 照 片 sil|30 17 17 17 22 18 12 12 10 27 0 15 15 22 30 22 18 18 13 10 15 11 15 15 28 32|0.0|5.35 +008963|sil dan4 shi4 sp1 tou1 gong1 jian3 liao4 de5 guang3 gao4 pai2 gen1 ben3 kang2 bu2 zhu4 tai2 feng1 sil|sil 但 是 sp1 偷 工 减 料 的 广 告 牌 根 本 扛 不 住 台 风 sil|29 17 23 15 22 15 16 15 9 16 17 29 18 13 20 9 10 22 24 27|0.0|4.255 +008964|sil ban4 shi4 chu4 ling2 dao3 de2 zhi1 ci3 shi4 hou4 sp1 yao1 qiu2 shan1 xi1 da4 sha4 yan2 su4 chu2 li3 sil|sil 办 事 处 领 导 得 知 此 事 后 sp1 要 求 山 西 大 厦 严 肃 处 理 sil|27 16 13 15 17 20 14 13 16 17 23 18 13 14 18 13 16 22 18 14 17 22 31|0.0|4.73 +008965|sil wo3 he2 bi4 rou2 shi4 yan1 jing1 da4 xue2 de5 tong2 ban1 tong2 xue2 sp1 ta1 bi2 wo2 xiao3 qi1 ge4 yue4 sil|sil 我 和 璧 媃 是 燕 京 大 学 的 同 班 同 学 sp1 她 比 我 小 七 个 月 sil|31 13 16 16 27 16 16 15 14 13 11 20 14 17 26 18 15 12 12 16 22 14 22 28|0.0|4.925 +008966|sil sui1 ze2 ru2 ci3 sp1 ye3 yao4 jia1 yi3 gui1 fan4 sp1 bu4 neng2 ren4 you2 fan4 lan4 sp1 miu4 zhong3 liu2 chuan2 sil|sil 虽 则 如 此 sp1 也 要 加 以 规 范 sp1 不 能 任 由 泛 滥 sp1 谬 种 流 传 sil|30 19 14 15 28 15 11 16 16 11 17 25 16 11 20 15 13 19 24 22 18 17 16 31 33|0.0|5.475 +008967|sil bei3 jing1 jing1 xi1 bin1 guan3 hua2 deng1 cui3 can4 sp1 yang2 yi4 zhe5 huan1 qing4 xiang2 he2 de5 qi4 fen1 sil|sil 北 京 京 西 宾 馆 华 灯 璀 璨 sp1 洋 溢 着 欢 庆 祥 和 的 气 氛 sil|28 18 19 17 15 17 26 21 14 18 27 18 16 14 20 20 18 19 13 9 18 25 28|0.0|5.085 +008968|sil you3 yi4 xie1 bu4 neng2 wan2 quan2 gui1 na4 wei2 gan1 rao2 zu3 ai4 sp1 you3 yi4 xie1 sp1 shi4 ren4 shi5 bu4 yi2 zhi4 sil|sil 有 一 些 不 能 完 全 归 纳 为 干 扰 阻 碍 sp1 有 一 些 sp1 是 认 识 不 一 致 sil|33 15 10 22 10 18 18 18 13 18 28 16 16 17 23 22 16 14 25 4 25 20 13 14 14 25 31|0.0|5.78 +008969|sil zhi3 ding4 de5 ri4 qi1 dao4 le5 sp1 suo2 you3 de5 niao3 dou1 yi4 qi2 lai2 dao4 zhou4 si1 mian4 qian2 sil|sil 指 定 的 日 期 到 了 sp1 所 有 的 鸟 都 一 齐 来 到 宙 斯 面 前 sil|26 19 13 8 14 17 19 17 11 21 10 11 34 15 12 15 16 14 16 13 21 34 34|0.0|4.76 +008970|sil zhe4 wei4 zai4 zhan4 chang3 shang4 chi2 cheng3 sha1 chang3 de5 shi4 bing1 sp1 que4 wu2 fa2 ren3 shou4 pin2 min2 sheng1 huo2 sil|sil 这 位 在 战 场 上 驰 骋 沙 场 的 士 兵 sp1 却 无 法 忍 受 贫 民 生 活 sil|30 18 19 17 17 21 19 17 19 18 17 7 17 23 14 19 14 16 18 18 17 17 18 28 29|0.0|5.42 +008971|sil er2 an4 zhao4 nong2 cun1 feng1 su2 sp1 wang2 wang3 shi4 jie2 hun1 shi2 sp1 nan2 fang1 chu1 fang2 zi5 sp1 nv3 fang1 chu1 jia4 zhuang5 sil|sil 而 按 照 农 村 风 俗 sp1 往 往 是 结 婚 时 sp1 男 方 出 房 子 sp1 女 方 出 嫁 妆 sil|32 16 20 16 17 17 18 25 18 11 15 16 16 15 23 13 18 18 18 23 14 13 15 18 16 23 24 28|0.0|5.995 +008972|sil ta1 ren4 wei2 shi4 yang3 fu4 mu3 zai4 qin1 qi5 de5 song2 yong3 xia4 sp1 he2 zi4 ji3 duan4 le5 shou1 yang3 guan1 xi5 sil|sil 他 认 为 是 养 父 母 在 亲 戚 的 怂 恿 下 sp1 和 自 己 断 了 收 养 关 系 sil|27 18 15 21 20 18 17 19 17 18 10 10 17 16 22 9 16 12 10 14 11 17 15 17 21 29|0.0|5.065 +008973|sil jie2 hun1 duo1 nian2 hou4 sp1 fu1 fu4 lia2 xiang3 yao4 yi2 ge4 hai2 zi5 sp1 dan4 yi4 zhi2 wei4 neng2 ru2 yuan4 huai2 shang4 sil|sil 结 婚 多 年 后 sp1 夫 妇 俩 想 要 一 个 孩 子 sp1 但 一 直 未 能 如 愿 怀 上 sil|28 19 19 10 18 23 17 16 16 22 16 12 8 11 22 17 24 16 16 15 13 16 13 15 19 24 30|0.0|5.52 +008974|sil shi4 shi2 shang4 sp1 ban4 sui2 zhe5 shang4 hai3 tui4 xiu1 zhe3 yue4 lai2 yue4 duo1 sp1 kui1 kong1 ye3 hui4 yue4 lai2 yue4 da4 sil|sil 事 实 上 sp1 伴 随 着 上 海 退 休 者 越 来 越 多 sp1 亏 空 也 会 越 来 越 大 sil|33 18 14 28 5 17 13 12 19 15 17 15 16 12 13 15 22 21 20 29 16 22 14 12 15 24 29|0.0|5.645 +008975|sil dian3 xin5 sp1 jin1 ri4 hai2 tui1 chu1 dian3 xin5 tong1 xun4 lu4 sp1 dian3 xin5 he2 tong2 bu4 deng3 xin1 gong1 neng2 sil|sil 点 心 sp1 今 日 还 推 出 点 心 通 讯 录 sp1 点 心 盒 同 步 等 新 功 能 sil|27 23 25 9 17 14 15 16 22 18 14 14 15 20 22 17 16 12 24 21 19 18 14 24 30|0.0|5.415 +008976|sil kan4 dao4 shu2 xi5 de5 hu4 shi5 jie3 jie5 sp1 hai2 zi5 hui4 lie2 lie2 zui3 sp1 wu2 sheng1 de5 xiao4 qi3 lai2 sil|sil 看 到 熟 悉 的 护 士 姐 姐 sp1 孩 子 会 咧 咧 嘴 sp1 无 声 地 笑 起 来 sil|30 22 17 20 11 11 18 12 16 22 20 19 17 15 15 15 29 10 12 17 9 20 15 23 31|0.0|5.18 +008977|sil shi4 zi5 shu4 shang4 jie2 de5 shi4 zi5 dou1 shi4 huang2 deng1 deng1 de5 sp1 bo1 kai1 le5 her2 r dou1 shi4 hei1 de5 sil|sil 柿 子 树 上 结 的 柿 子 都 是 黄 登 登 的 sp1 拨 开 了 核 儿 都 是 黑 的 sil|33 20 10 17 21 13 10 23 18 14 12 19 15 20 17 27 14 14 10 29 0 13 12 23 18 34|0.0|5.29 +008978|sil ru2 he2 gou1 tong1 sp1 zen3 me5 gou1 tong1 sp1 jian4 jian4 cheng2 wei2 wo3 men5 ri4 si1 ye4 xiang3 de5 zhu3 ti2 sil|sil 如 何 沟 通 sp1 怎 么 沟 通 sp1 渐 渐 成 为 我 们 日 思 夜 想 的 主 题 sil|30 18 18 15 23 11 16 13 16 25 17 19 14 12 12 11 21 19 16 15 17 9 15 29 29|0.0|5.11 +008979|sil chu2 le5 shang4 zi4 ji3 zhuan1 ye4 kai1 de5 ke4 sp1 mu4 peng2 hai2 xi3 huan1 dao4 bie2 de5 zhuan1 ye4 ceng4 ke4 sil|sil 除 了 上 自 己 专 业 开 的 课 sp1 穆 鹏 还 喜 欢 到 别 的 专 业 蹭 课 sil|27 20 19 19 12 13 18 13 16 9 26 23 15 25 16 13 17 14 13 10 15 13 25 28 30|0.0|5.21 +008980|sil he2 xiao3 shun4 tou4 lu4 sp1 mei3 er2 de5 fu4 mu3 sp1 hai2 juan1 zeng4 chu1 sp1 ta1 de5 jiao3 mo2 he2 shen4 zang4 sil|sil 何 晓 顺 透 露 sp1 美 儿 的 父 母 sp1 还 捐 赠 出 sp1 她 的 角 膜 和 肾 脏 sil|31 17 17 18 17 24 25 11 14 11 18 24 5 15 14 16 21 4 15 12 16 21 12 20 23 31|0.0|5.245 +008981|sil xi1 ri4 de5 wang3 tan2 nv3 huang2 sp1 zen3 me5 bei4 bie2 ren2 gao4 shang4 le5 fa3 ting2 ne5 sil|sil 昔 日 的 网 坛 女 皇 sp1 怎 么 被 别 人 告 上 了 法 庭 呢 sil|31 22 15 14 18 17 16 30 3 15 10 14 15 18 16 13 9 17 20 22 30|0.0|4.235 +008982|sil ou1 zhou1 he2 ri4 ben3 zai4 shuai1 tui4 bian1 yuan2 zheng1 zha2 zhi1 shi2 sp1 zhi1 cheng1 qi3 quan2 qiu2 jing1 ji4 de5 zeng1 zhang3 sil|sil 欧 洲 和 日 本 在 衰 退 边 缘 挣 扎 之 时 sp1 支 撑 起 全 球 经 济 的 增 长 sil|31 17 18 15 16 27 20 16 17 14 17 15 14 15 25 20 13 18 16 20 16 15 8 11 18 26 32|0.0|5.685 +008983|sil fu2 cong2 bin1 yuan4 shi4 sp1 zheng4 shi4 zai4 ci2 ling3 yu4 sp1 qu3 de2 le5 ling4 ren2 zhu3 mu4 de5 cheng2 jiu4 sil|sil 符 淙 斌 院 士 sp1 正 是 在 此 领 域 sp1 取 得 了 令 人 瞩 目 的 成 就 sil|35 16 23 15 19 24 17 17 12 16 21 17 21 4 23 10 13 17 15 11 15 9 23 25 32|0.0|5.225 +008984|sil ta1 de5 ban4 gong1 zhuo1 shang4 zong3 shi4 dui1 man3 le5 xue2 sheng1 zuo4 ye4 shi4 juan4 sp1 jing1 chang2 fei4 qin3 wang4 shi2 sil|sil 他 的 办 公 桌 上 总 是 堆 满 了 学 生 作 业 试 卷 sp1 经 常 废 寝 忘 食 sil|27 16 8 17 15 16 24 20 11 13 18 10 17 14 17 24 22 23 14 19 23 13 18 17 29 32|0.0|5.535 +008985|sil wo3 gan2 jin3 deng1 lu4 dao4 de5 tao2 bao3 sp1 bei1 ju4 a5 sp1 shou1 huo4 di4 zhi3 ju1 ran2 mo4 ren4 de5 shi4 ta1 sil|sil 我 赶 紧 登 录 到 的 淘 宝 sp1 杯 具 啊 sp1 收 货 地 址 居 然 默 认 的 是 她 sil|30 14 17 18 11 14 17 10 26 22 14 16 16 23 15 17 12 14 25 16 17 17 14 10 15 27 30|0.0|5.54 +008986|sil xin4 ji4 chu1 hou4 sp1 wang2 xiao1 jue2 de5 shi4 jie4 mang2 ran2 yi2 pian4 sp1 xin1 ma2 mu4 de5 ting2 zhi3 le5 tiao4 dong4 sil|sil 信 寄 出 后 sp1 王 霄 觉 得 世 界 茫 然 一 片 sp1 心 麻 木 得 停 止 了 跳 动 sil|31 25 15 21 24 19 19 21 12 10 16 17 21 15 12 26 24 20 18 17 11 22 10 11 24 23 34|0.0|6.015 +008987|sil wen2 zhang1 mei2 you3 ren4 he2 shi4 shi2 yi1 ju4 sp1 sui2 yi4 bian2 sun3 zi4 ji3 ming2 yu4 sp1 qin1 fan4 zi4 ji3 ming2 yu4 quan2 sil|sil 文 章 没 有 任 何 事 实 依 据 sp1 随 意 贬 损 自 己 名 誉 sp1 侵 犯 自 己 名 誉 权 sil|32 17 22 12 12 17 15 13 13 16 22 11 23 14 19 18 11 9 23 17 16 23 18 13 9 15 14 35 32|0.0|5.935 +008988|sil da4 pi1 ji4 zhe3 sp1 liu2 shou3 ze2 kao1 ma1 yu4 suo3 lou2 xia4 sp1 xi1 wang4 neng2 cai2 fang3 dao4 di4 yi1 shou3 zi1 xun4 sil|sil 大 批 记 者 sp1 留 守 泽 尻 妈 寓 所 楼 下 sp1 希 望 能 采 访 到 第 一 手 资 讯 sil|26 17 16 15 22 8 14 18 13 16 19 12 14 17 24 20 16 18 15 18 16 16 12 9 16 14 23 28|0.0|5.485 +008989|sil hai3 guan1 zong2 shu3 ji1 ji2 tuo4 zhan3 he2 you1 hua4 jia1 gong1 mao4 yi4 de5 chan3 ye4 jie2 gou4 tiao2 zheng3 deng2 deng3 sil|sil 海 关 总 署 积 极 拓 展 和 优 化 加 工 贸 易 的 产 业 结 构 调 整 等 等 sil|31 16 16 16 23 15 13 18 23 14 17 20 15 12 18 11 13 18 13 15 12 22 18 16 23 30|0.0|5.32 +008990|sil qian2 rong2 tu1 ran2 pao3 dao4 ta1 mian4 qian2 shuo1 sp1 gao4 su4 ni3 yi2 ge5 xiao1 xi5 sp1 wo3 yao4 qu4 zhui1 yao2 shu1 qin2 sil|sil 钱 荣 突 然 跑 到 他 面 前 说 sp1 告 诉 你 一 个 消 息 sp1 我 要 去 追 姚 书 琴 sil|28 24 21 15 15 15 11 13 18 18 23 33 19 12 12 8 11 18 22 23 9 11 16 15 15 15 33 30|0.0|5.84 +008991|sil nan2 zi2 hao3 xiang4 bing4 bu4 jie3 qi4 sp1 you4 yao4 lin1 zhe5 la1 ji1 tong3 zai4 za2 sp1 bei4 ren2 zu2 zhi3 sil|sil 男 子 好 像 并 不 解 气 sp1 又 要 拎 着 垃 圾 桶 再 砸 sp1 被 人 阻 止 sil|32 20 19 16 21 16 10 16 26 28 14 10 15 9 16 12 21 18 23 20 12 15 18 24 32|0.0|5.38 +008992|sil wo3 xiang1 xin4 sp1 xiao3 hai2 zi5 ye3 bu4 xi1 wang4 ma1 ma5 mei3 tian1 dou1 zai4 jia1 dui4 ta1 luo1 suo5 ba5 sil|sil 我 相 信 sp1 小 孩 子 也 不 希 望 妈 妈 每 天 都 在 家 对 他 啰 嗦 吧 sil|31 10 19 26 9 21 21 18 15 13 14 13 12 13 17 18 12 13 18 12 13 19 18 20 32|0.0|4.955 +008993|sil dan4 jin4 duan4 shi2 jian1 sp1 tian1 qi4 zhen1 de5 hen3 qing1 tou4 shuang2 lang3 sp1 ke2 yi3 fang4 xin1 de5 shai4 yi1 wu4 sil|sil 但 近 段 时 间 sp1 天 气 真 的 很 清 透 爽 朗 sp1 可 以 放 心 地 晒 衣 物 sil|27 21 17 14 15 22 8 21 17 15 10 17 17 14 18 25 37 17 13 18 16 9 18 19 15 30|0.0|5.46 +008994|sil xiong2 mao1 you2 zhua3 zi5 sp1 wo2 zong3 shi4 gao4 su4 wo3 de5 fen3 si1 sp1 yao4 xiu4 chu1 ta1 men5 de5 zhua3 zi5 sil|sil 熊 猫 有 爪 子 sp1 我 总 是 告 诉 我 的 粉 丝 sp1 要 秀 出 他 们 的 爪 子 sil|29 23 20 17 21 21 33 10 19 14 15 10 10 9 17 22 9 18 20 15 14 11 9 18 22 30|0.0|5.295 +008995|sil ge2 lao3 tai4 hen2 gan3 ji1 sp1 yao4 ba3 qin2 cai4 song4 gei2 hao3 xin1 ren2 sp1 dan4 bei4 ren2 men5 wan3 ju4 sil|sil 葛 老 太 很 感 激 sp1 要 把 芹 菜 送 给 好 心 人 sp1 但 被 人 们 婉 拒 sil|28 16 15 26 17 16 22 15 13 12 25 20 16 11 17 18 21 15 15 9 11 11 18 24 28|0.0|5.1 +008996|sil wo3 jia1 de5 mu3 lao2 hu3 cai2 ke3 pa4 ne5 sil|sil 我 家 的 母 老 虎 才 可 怕 呢 sil|31 14 15 9 16 21 19 18 16 21 21 29|0.0|2.67 +008997|sil ru2 guo3 shuai4 shi4 yi4 zhong3 zui4 sp1 na4 jin1 tian1 zhu3 ren2 ni2 yi3 jing1 zui4 e4 tao1 tian1 le5 sil|sil 如 果 帅 是 一 种 罪 sp1 那 今 天 主 人 你 已 经 罪 恶 滔 天 了 sil|34 13 23 26 13 10 16 25 23 13 15 25 17 20 13 13 20 19 13 20 22 18 30|0.0|5.115 +008998|sil wo3 men5 cong2 huang2 hai3 zhi1 bin1 sp1 xiang4 qing1 zang4 gao1 yuan2 xiang4 shi4 jie4 wu1 ji3 sp1 fa1 qu4 wo3 men5 zui4 hao3 de5 zhu4 yuan4 sil|sil 我 们 从 黄 海 之 滨 sp1 向 青 藏 高 原 向 世 界 屋 脊 sp1 发 去 我 们 最 好 的 祝 愿 sil|33 10 11 24 18 17 16 23 9 24 17 15 17 29 20 15 17 14 25 15 15 15 11 15 19 15 9 16 25 32|0.0|6.28 +008999|sil guang3 zhou1 nv3 xing4 sp1 zhi4 chuang1 huan4 bing4 lv4 ju1 shou3 sp1 qi2 ci4 shun4 wei4 pai2 xu4 shi4 sp1 bei3 jing1 shang4 hai3 shen1 zhen4 sil|sil 广 州 女 性 sp1 痔 疮 患 病 率 居 首 sp1 其 次 顺 位 排 序 是 sp1 北 京 上 海 深 圳 sil|30 20 13 16 25 9 16 20 17 12 15 16 30 26 17 14 15 13 19 20 24 12 19 29 24 24 20 21 29|0.0|6.565 +009000|sil shi4 liang2 tuo1 sp1 hai2 shi4 dai4 gen1 de5 sil|sil 是 凉 拖 sp1 还 是 带 跟 的 sil|28 16 23 27 8 16 11 15 20 15 30|0.0|2.425 +009001|sil wo3 men5 cheng2 shi4 de5 fu4 su1 sp1 you3 lai4 yu2 ta1 qiang2 you3 li4 de5 zheng4 ce4 sil|sil 我 们 城 市 的 复 苏 sp1 有 赖 于 他 强 有 力 的 政 策 sil|25 12 21 20 15 9 15 25 6 14 18 11 18 22 12 11 11 18 24 21|0.0|3.81 +009002|sil zhe4 yang4 zuo4 de5 yi1 ju4 jiu4 shi4 su1 ren2 tong1 sp1 er4 san1 qi1 hao4 wen2 jian4 sil|sil 这 样 做 的 依 据 就 是 苏 人 通 sp1 二 三 七 号 文 件 sil|24 16 15 13 11 17 25 21 19 20 18 23 8 16 19 15 18 15 24 22|0.0|4.17 +009003|sil zhe4 jiang1 hui4 hen3 da4 cheng2 du4 de5 huan2 jie3 yang2 lao3 jin1 de5 que1 kou3 sil|sil 这 将 会 很 大 程 度 的 缓 解 养 老 金 的 缺 口 sil|24 16 23 19 20 15 21 12 8 21 19 15 14 14 8 20 25 23|0.0|3.68 +009004|sil wei4 shen2 me5 ji3 feng1 wu1 gao4 xin4 sp1 jiu4 you3 na4 me5 da4 de5 po4 huai4 li4 sil|sil 为 什 么 几 封 诬 告 信 sp1 就 有 那 么 大 的 破 坏 力 sil|25 16 17 16 13 19 10 16 23 6 15 10 17 12 14 8 17 16 20 23|0.0|3.63 +009005|sil gang1 mai3 de5 ku4 zi5 bu2 dao4 shi2 fen1 zhong1 sp1 ni3 jiu4 nong4 po4 le5 sil|sil 刚 买 的 裤 子 不 到 十 分 钟 sp1 你 就 弄 破 了 sil|23 19 16 11 23 14 10 14 17 17 20 6 12 10 19 22 15 24|0.0|3.39 +009006|sil yin1 ci3 sp1 zhi3 neng2 yi3 zui4 ben4 de5 fang1 shi4 sp1 bu2 duan4 yi2 luan3 ji1 shi2 sil|sil 因 此 sp1 只 能 以 最 笨 的 方 式 sp1 不 断 以 卵 击 石 sil|22 19 29 9 14 18 10 18 15 9 20 21 13 14 18 11 21 17 30 23|0.0|4.07 +009007|sil liang3 ren2 cuo4 che1 zhi1 ji4 sp1 mao2 die1 die5 tu1 ran2 shuai1 dao3 shou4 shang1 sil|sil 两 人 错 车 之 际 sp1 毛 爹 爹 突 然 摔 倒 受 伤 sil|26 19 16 21 20 15 21 22 18 15 17 18 16 15 15 17 32 16|0.0|3.94 +009008|sil tong2 shi2 sp1 mu4 min2 jiu4 ye4 qu2 dao4 zhai3 sp1 shou1 ru4 zeng1 zhang2 huan3 man4 sil|sil 同 时 sp1 牧 民 就 业 渠 道 窄 sp1 收 入 增 长 缓 慢 sil|23 19 28 13 13 22 14 12 13 17 24 11 23 13 16 16 23 21 22|0.0|3.98 +009009|sil nv3 ming2 xing1 ye3 shi4 ping2 fan2 ren2 sp1 ni2 yi3 wei2 zai4 yu2 le4 quan1 pai1 xi4 gan3 tong1 gao4 hen3 rong2 yi4 ma5 sil|sil 女 明 星 也 是 平 凡 人 sp1 你 以 为 在 娱 乐 圈 拍 戏 赶 通 告 很 容 易 吗 sil|26 13 17 28 14 17 20 19 25 25 14 13 21 21 9 12 22 21 24 18 21 20 22 16 15 27 20|0.0|6.04 +009010|sil xu3 duo1 dao4 li3 sp1 ren2 men5 yi3 jing1 zheng4 ming2 guo4 qian1 bian4 wan4 bian4 sp1 wei4 shen2 me5 hai2 yao4 dai4 zhe5 jiao3 xing4 de5 xin1 li3 zai4 qu4 shi4 yan4 yi4 hui2 ne5 sil|sil 许 多 道 理 sp1 人 们 已 经 证 明 过 千 遍 万 遍 sp1 为 什 么 还 要 带 着 侥 幸 的 心 理 再 去 试 验 一 回 呢 sil|26 23 15 20 21 14 14 13 13 17 14 16 15 24 17 20 23 24 15 18 15 17 13 13 9 18 19 7 17 23 18 14 16 18 11 18 25 21|0.0|7.59 +009011|sil zuo2 tian1 sp1 ta1 xiang4 cheng2 du1 shang1 bao4 ji4 zhe3 wei2 wei3 dao4 lai2 sil|sil 昨 天 sp1 他 向 成 都 商 报 记 者 娓 娓 道 来 sil|23 20 26 8 17 23 20 12 17 14 17 20 15 16 15 29 22|0.0|3.65 +009012|sil lin2 feng1 yu3 duo1 wei4 nian2 qing1 mo2 ter4 r sp1 na2 qi3 dao4 ju4 dan4 gao1 he2 zhao4 sil|sil 林 峰 与 多 位 年 青 模 特 儿 sp1 拿 起 道 具 蛋 糕 合 照 sil|25 17 26 15 16 11 17 17 17 22 0 13 14 15 14 11 17 15 20 23 22|0.0|4.03 +009013|sil dui4 yu2 wu2 li4 ke3 tu2 de5 ke4 hu4 qu2 dao4 sp1 ye2 ba3 ta1 men5 qia1 duan4 le5 sil|sil 对 于 无 利 可 图 的 客 户 渠 道 sp1 也 把 它 们 掐 断 了 sil|25 22 17 13 14 18 18 14 18 15 19 19 11 15 15 13 12 22 20 15 22|0.0|4.15 +009014|sil mei3 jun1 wei4 he2 hai2 po4 bu4 ji2 dai4 de5 sp1 yao4 dong4 yong4 di4 si4 bu4 bing1 shi1 sil|sil 美 军 为 何 还 迫 不 及 待 地 sp1 要 动 用 第 四 步 兵 师 sil|25 19 27 17 16 19 20 11 14 19 13 6 15 16 18 11 18 14 17 26 22|0.0|4.21 +009015|sil er2 yi2 min2 yu3 guan1 qia3 ju2 sp1 yi2 zhan3 kai1 diao4 cha2 sp1 zhang3 wo4 liang3 ren2 de5 zui4 zheng4 sil|sil 而 移 民 与 关 卡 局 sp1 已 展 开 调 查 sp1 掌 握 两 人 的 罪 证 sil|26 21 15 34 14 16 21 27 8 13 18 15 18 27 8 20 13 16 11 8 21 23 20|0.0|4.8 +009016|sil wei4 le5 duo1 zheng4 ji3 ge4 fa3 lang2 sp1 ta1 mei3 zhou1 chao1 fu4 he4 de5 gong1 zuo4 sil|sil 为 了 多 挣 几 个 法 郎 sp1 他 每 周 超 负 荷 地 工 作 sil|25 12 16 15 18 12 10 17 27 17 14 23 21 24 15 18 9 16 21 24|0.0|4.11 +009017|sil wei4 le5 rang4 zhang4 fu5 qing1 qing1 shuang2 shuang3 sp1 chang2 nv3 hai2 xue2 hui4 le5 li3 fa4 sil|sil 为 了 让 丈 夫 清 清 爽 爽 sp1 常 女 还 学 会 了 理 发 sil|25 11 12 16 21 15 17 17 20 25 11 27 21 18 18 10 11 16 27 23|0.0|4.19 +009018|sil zhi3 zhi1 dao4 ping2 lun4 chun1 guang1 de5 ren2 sp1 chun1 guang1 bu2 hui4 yu3 ta1 tong2 xing2 sil|sil 只 知 道 评 论 春 光 的 人 sp1 春 光 不 会 与 他 同 行 sil|24 18 17 15 18 16 17 18 7 24 10 22 21 14 17 8 17 18 34 20|0.0|4.12 +009019|sil ju4 liao2 jie3 sp1 yu3 yuan2 gong1 guan3 shi4 min2 guo2 ming2 yi1 liu2 jian4 xun1 de5 jiu4 ju1 sil|sil 据 了 解 sp1 予 园 公 馆 是 民 国 名 医 刘 建 勋 的 旧 居 sil|24 13 19 32 15 15 18 17 28 21 21 10 20 17 18 17 16 11 17 25 23|0.0|4.61 +009020|sil hou4 mian5 de5 hua4 ta1 yi3 jing1 ting1 bu2 dao4 le5 sp1 bu4 jian3 fei2 sp1 ning4 ke2 si3 sil|sil 后 面 的 话 她 已 经 听 不 到 了 sp1 不 减 肥 sp1 宁 可 死 sil|24 16 17 10 26 18 13 19 18 8 21 15 22 13 20 27 6 17 14 33 22|0.0|4.4 +009021|sil jing1 hun2 yi2 ke4 guo4 hou4 sp1 ta1 hui2 xiang2 qi3 shi4 deng1 shan1 zhang4 mei2 ning2 jin3 sil|sil 惊 魂 一 刻 过 后 sp1 他 回 想 起 是 登 山 杖 没 拧 紧 sil|24 20 21 11 19 17 24 23 16 15 19 26 21 16 20 19 12 23 29 30|0.0|4.7 +009022|sil xi1 shui3 sp1 xi1 chen2 sp1 qu4 wu1 sp1 ge2 yin1 sp1 bao3 hu4 zhu3 ji1 tan2 deng3 gong1 neng2 sil|sil 吸 水 sp1 吸 尘 sp1 去 污 sp1 隔 音 sp1 保 护 主 机 毯 等 功 能 sil|26 23 33 10 21 37 7 30 22 8 19 26 26 16 18 13 15 23 17 15 29 22|0.0|5.29 +009023|sil bei4 she4 sha1 dong1 bei2 hu3 de5 lao3 gong1 sp1 ji4 mo4 de5 pa1 zai4 tie3 long2 nei4 sil|sil 被 射 杀 东 北 虎 的 老 公 sp1 寂 寞 地 趴 在 铁 笼 内 sil|23 22 20 20 17 13 18 7 21 21 5 18 21 13 19 14 14 18 22 22|0.0|4.04 +009024|sil you3 shi2 mang2 qi3 lai2 le5 sp1 mei2 ling2 qian2 sp1 yi4 lian2 ji3 tian1 dou1 bu4 shou1 wo3 qian2 sil|sil 有 时 忙 起 来 了 sp1 没 零 钱 sp1 一 连 几 天 都 不 收 我 钱 sil|25 15 18 22 13 18 17 22 10 19 29 8 8 18 19 22 13 15 20 13 32 20|0.0|4.6 +009025|sil cheng2 qi1 si4 yi1 lu4 gan2 huo3 che1 de5 cheng2 ke4 sp1 zui4 hao3 ti2 zao3 chu1 fa1 sil|sil 乘 七 四 一 路 赶 火 车 的 乘 客 sp1 最 好 提 早 出 发 sil|23 29 19 15 13 18 15 16 15 8 23 21 7 19 17 17 17 17 25 22|0.0|4.13 +009026|sil you3 xie1 jia1 ru4 le5 bang4 bang5 jun1 sp1 jian1 tiao3 zhu2 gan1 sp1 cong2 shi4 huo4 wu4 yun4 song4 sil|sil 有 些 加 入 了 棒 棒 军 sp1 肩 挑 竹 竿 sp1 从 事 货 物 运 送 sil|25 18 23 20 14 14 20 17 27 56 26 21 18 19 3 24 18 20 12 16 24 20|0.0|5.28 +009027|sil dan4 ta1 men5 hen3 zhi1 chi2 sp1 yun2 xu3 wo2 ba3 zhe4 ju4 hua4 fang4 dao4 wang3 zhan4 shang4 sil|sil 但 他 们 很 支 持 sp1 允 许 我 把 这 句 话 放 到 网 站 上 sil|23 20 14 12 19 16 30 22 14 14 13 13 12 12 22 16 10 17 19 24 21|0.0|4.21 +009028|sil yi3 qian2 suo3 ban4 de5 zhan2 lan2 deng3 sp1 bu4 shu3 yu2 gu4 gong1 guan2 li3 sil|sil 以 前 所 办 的 展 览 等 sp1 不 属 于 故 宫 管 理 sil|26 14 23 20 14 9 15 21 22 6 15 21 15 14 17 19 21 19|0.0|3.61 +009029|sil dan4 shi4 jia1 bao4 wa5 sp1 ta1 ye2 you2 nv3 de5 da3 nan2 de5 de5 shi2 hou5 sil|sil 但 是 家 暴 哇 sp1 她 也 有 女 的 打 男 的 的 时 候 sil|23 16 15 22 22 22 19 22 13 20 21 12 11 23 12 8 18 22 22|0.0|3.98 +009030|sil qi1 jian1 sp1 niu1 niu5 yi4 zhi2 da4 ku1 sp1 dan4 dan1 mou3 sp1 mei2 you3 ting2 shou3 sil|sil 期 间 sp1 妞 妞 一 直 大 哭 sp1 但 丹 某 sp1 没 有 停 手 sil|24 20 30 12 20 21 15 12 20 29 18 20 16 25 9 11 12 20 24 24|0.0|4.43 +009031|sil bing1 xue3 shang4 wei4 rong2 hua4 sp1 chong2 jian4 dian4 wang3 de5 bu4 fa2 yi3 kai1 qi3 sil|sil 冰 雪 尚 未 融 化 sp1 重 建 电 网 的 步 伐 已 开 启 sil|23 19 25 19 13 18 27 19 24 18 14 15 9 13 23 8 22 30 23|0.0|4.2 +009032|sil fa1 xian4 gong1 zuo4 ren2 yuan2 tai4 du4 man2 heng4 de5 sp1 yao4 yan2 jia1 cheng2 chu3 sil|sil 发 现 工 作 人 员 态 度 蛮 横 的 sp1 要 严 加 惩 处 sil|24 22 25 15 13 14 18 18 9 22 24 16 15 16 19 17 22 28 21|0.0|4.16 +009033|sil na4 xie1 xi3 huan1 tiao1 dian3 mao2 bing4 sp1 shuo1 dian3 xian2 hua4 de5 ren2 sp1 ye3 hua4 bu4 duo1 sil|sil 那 些 喜 欢 挑 点 毛 病 sp1 说 点 闲 话 的 人 sp1 也 话 不 多 sil|25 17 20 18 18 17 14 20 18 8 17 14 23 16 10 21 10 15 19 12 22 22|0.0|4.37 +009034|sil you2 yu2 huo2 chang3 shang4 feng1 li4 bu2 duan4 jia1 da4 sp1 you4 jia1 su4 le5 ke3 ran2 wu4 ran2 shao1 sil|sil 由 于 火 场 上 风 力 不 断 加 大 sp1 又 加 速 了 可 燃 物 燃 烧 sil|25 19 15 19 20 21 20 14 12 16 18 21 17 13 20 16 12 18 17 12 16 29 22|0.0|4.78 +009035|sil kuai4 zou3 dao4 di4 bian1 shi2 sp1 yuan2 yuan3 kan4 dao4 di4 leng2 hou4 sp1 ge1 zhe5 yi2 jian4 hua1 yi1 shang5 sil|sil 快 走 到 地 边 时 sp1 远 远 看 到 地 塄 后 sp1 搁 着 一 件 花 衣 裳 sil|23 22 13 16 13 17 28 25 15 14 20 15 12 22 23 7 16 13 9 20 25 13 26 22|0.0|4.98 +009036|sil fei4 qi4 zhu1 rou4 zai4 tu3 guo1 li3 ao2 lian4 sp1 hei1 se4 de5 zhu1 you2 liu2 dao4 tong2 li3 sil|sil 废 弃 猪 肉 在 土 锅 里 熬 炼 sp1 黑 色 的 猪 油 流 到 桶 里 sil|24 22 18 16 22 19 20 13 11 21 23 48 18 11 13 16 29 14 14 29 16 22|0.0|5.1 +009037|sil ru2 jin1 sp1 ge2 qi3 yi4 de5 zhuang1 shi4 gong1 si1 sp1 zou3 ru4 le5 zheng4 gui3 sp1 sheng1 ji4 wu2 you1 sil|sil 如 今 sp1 葛 启 义 的 装 饰 公 司 sp1 走 入 了 正 轨 sp1 生 计 无 忧 sil|22 16 26 13 17 19 13 11 17 15 16 19 3 20 10 9 19 24 9 21 18 14 24 21|0.0|4.6 +009038|sil luan2 zi3 shi4 cong2 ji1 yin1 ku4 tiao1 xuan3 de5 sp1 lai2 zi4 yi2 ge4 ni4 ming2 de5 nv2 zi3 sil|sil 卵 子 是 从 基 因 库 挑 选 的 sp1 来 自 一 个 匿 名 的 女 子 sil|26 22 20 15 18 13 15 15 17 23 16 25 15 11 11 14 15 17 9 19 21 23|0.0|4.41 +009039|sil dan4 ru2 guo3 que1 fa2 zi1 jin1 sp1 que4 hen3 nan2 xi1 yin3 you1 xiu4 de5 ruan3 jian4 ren2 cai2 sil|sil 但 如 果 缺 乏 资 金 sp1 却 很 难 吸 引 优 秀 的 软 件 人 才 sil|23 19 14 16 17 16 15 24 15 20 15 21 18 15 16 12 9 17 17 18 31 21|0.0|4.52 +009040|sil er4 yang3 hua4 liu2 tian1 jia1 zai4 shi2 pin3 zhong1 sp1 zhu3 yao4 qi2 piao3 bai2 he2 fang2 fu3 zuo4 yong4 sil|sil 二 氧 化 硫 添 加 在 食 品 中 sp1 主 要 起 漂 白 和 防 腐 作 用 sil|24 16 14 18 21 18 16 13 14 19 21 6 10 17 20 23 17 14 19 19 19 19 23|0.0|4.64 +009041|sil yi2 wei4 shi4 min2 shuo1 sp1 jing1 xing3 hou4 ting1 jian4 le5 fang2 wu1 bei4 yao2 dong4 de5 zhi1 zhi1 sheng1 sil|sil 一 位 市 民 说 sp1 惊 醒 后 听 见 了 房 屋 被 摇 动 的 吱 吱 声 sil|25 11 11 13 18 27 21 21 20 25 22 20 11 27 14 16 17 16 8 14 15 26 21|0.0|4.86 +009042|sil jie2 guo3 sp1 yin1 ci3 mei2 chou3 jian4 qian2 mian4 de5 dian4 xian4 gan1 zi5 sp1 yi4 tou2 zai1 shang4 le5 sil|sil 结 果 sp1 因 此 没 瞅 见 前 面 的 电 线 杆 子 sp1 一 头 栽 上 了 sil|24 19 27 10 18 20 22 23 16 17 11 9 14 15 21 17 14 11 17 17 22 14 23|0.0|4.66 +009043|sil ce4 jing3 ji4 shu4 sp1 dui4 shi2 you2 kan1 tan4 de5 xiao4 lv4 he2 zhi4 liang5 sp1 zhi4 guan1 zhong4 yao4 sil|sil 测 井 技 术 sp1 对 石 油 勘 探 的 效 率 和 质 量 sp1 至 关 重 要 sil|24 23 19 16 24 20 15 14 14 20 17 8 22 13 15 16 21 5 17 17 15 21 23|0.0|4.63 +009044|sil you3 ren2 fa1 chu1 zhe4 yang4 de5 yi2 wen4 sp1 fan4 du2 zhi4 zao4 jia3 yao4 sp1 mei2 you3 ren2 guan3 ma5 sil|sil 有 人 发 出 这 样 的 疑 问 sp1 贩 毒 制 造 假 药 sp1 没 有 人 管 吗 sil|26 14 20 15 17 12 14 10 15 21 25 28 24 16 14 19 23 11 10 14 17 19 23 22|0.0|4.98 +009045|sil mei3 tian1 da4 bu4 fen4 shi2 jian1 sp1 ta1 dou1 dai1 zai4 xiu4 jia4 qian2 sp1 mai2 tou2 xiu4 hua1 sil|sil 每 天 大 部 分 时 间 sp1 她 都 呆 在 绣 架 前 sp1 埋 头 绣 花 sil|26 15 21 15 10 14 17 23 9 18 13 15 15 17 20 26 6 20 18 20 26 22|0.0|4.48 +009046|sil er2 dao4 xia4 ji4 sp1 hou4 niao2 bei3 fei1 sp1 you4 ke3 neng2 zai4 ya4 zhou1 bei3 bu4 dai4 lai2 yi4 qing2 sil|sil 而 到 夏 季 sp1 候 鸟 北 飞 sp1 又 可 能 在 亚 洲 北 部 带 来 疫 情 sil|25 15 14 24 23 4 16 18 18 23 24 13 11 19 17 16 14 19 20 10 16 17 34 19|0.0|4.98 +009047|sil bi1 ze4 de5 hang4 dao4 liang3 pang2 sp1 lin2 li4 zhe5 sp1 xiao2 shou3 gong1 zuo1 fang5 de5 zhao1 pai5 sil|sil 逼 仄 的 巷 道 两 旁 sp1 林 立 着 sp1 小 手 工 作 坊 的 招 牌 sil|23 20 19 15 20 12 19 30 19 16 19 15 4 25 19 15 16 17 7 19 26 23|0.0|4.62 +009048|sil dan4 shi4 xian4 shi2 zhong1 sp1 zui4 zhong1 yi4 ban1 dou1 nan2 yi3 huo4 de2 kuan1 yu4 de5 pei2 chang2 sil|sil 但 是 现 实 中 sp1 最 终 一 般 都 难 以 获 得 宽 裕 的 赔 偿 sil|23 18 22 22 15 23 16 16 19 12 15 13 19 14 18 15 21 11 9 19 33 16|0.0|4.52 +009049|sil sheng1 hai2 zi5 ye2 hen3 lei4 a5 sp1 bu2 yao4 zai4 yi4 shi4 shei2 de5 le5 sp1 hao3 ma5 sil|sil 生 孩 子 也 很 累 啊 sp1 不 要 在 意 是 谁 的 了 sp1 好 吗 sil|25 21 22 15 14 16 21 18 17 10 17 17 9 12 18 9 19 8 16 26 21|0.0|4.08 +009050|sil zheng4 shi4 zhe4 zhu4 ming2 de5 feng1 zheng5 shi2 yan4 sp1 cheng2 jiu4 le5 ta1 dian4 xue2 zhi1 fu4 de5 di4 wei4 sil|sil 正 是 这 著 名 的 风 筝 实 验 sp1 成 就 了 他 电 学 之 父 的 地 位 sil|23 22 18 15 15 16 8 19 15 19 23 8 25 13 11 23 21 18 14 14 11 18 21 23|0.0|4.79 +009051|sil zhong1 xian4 sp1 you2 liang3 qian1 san1 bai3 nian2 li4 shi3 sp1 shi4 ba1 wen2 hua4 fa1 xiang2 di4 sil|sil 忠 县 sp1 有 两 千 三 百 年 历 史 sp1 是 巴 文 化 发 祥 地 sil|23 21 30 10 14 21 18 17 10 17 15 26 18 20 18 15 17 15 23 17 23|0.0|4.5 +009052|sil you3 shi2 zhuo1 zi5 shang4 shu1 hong2 le5 yan3 sp1 yu2 le4 cheng2 le5 ou4 qi4 sp1 ye3 bu4 hao3 sil|sil 有 时 桌 子 上 输 红 了 眼 sp1 娱 乐 成 了 怄 气 sp1 也 不 好 sil|27 14 23 18 10 21 18 16 11 27 26 14 20 16 9 15 27 11 18 15 28 23|0.0|4.73 +009053|sil wo3 hai2 mei2 yang3 guo4 chong3 wu4 ne5 sp1 bu2 guo4 dao4 shi4 hen2 xiang3 chang2 shi4 yi2 xia4 sil|sil 我 还 没 养 过 宠 物 呢 sp1 不 过 倒 是 很 想 尝 试 一 下 sil|26 11 15 19 16 11 23 12 21 18 15 21 13 12 18 17 22 18 12 22 23|0.0|4.24 +009054|sil ju4 xi1 sp1 lao3 tai4 tai5 du2 zi4 yi4 ren2 ju1 zhu4 sp1 shen1 bian1 sp1 wu2 ren2 zhao4 gu5 sil|sil 据 悉 sp1 老 太 太 独 自 一 人 居 住 sp1 身 边 sp1 无 人 照 顾 sil|23 17 28 18 15 22 21 15 17 12 15 18 17 15 23 21 5 11 17 25 19 23|0.0|4.61 +009055|sil bai3 ming2 jiang1 jun5 zhi2 shu4 sp1 yi3 cheng2 wei2 yi4 wu4 zhi2 shu4 huo2 dong4 de5 dian3 fan4 sil|sil 百 名 将 军 植 树 sp1 已 成 为 义 务 植 树 活 动 的 典 范 sil|22 18 19 16 15 17 29 18 12 22 21 22 12 13 16 19 11 8 19 21 22|0.0|4.32 +009056|sil han2 jia4 zuo4 ye4 bian4 le5 wei4 sp1 dou1 shi4 gong1 li4 shi2 yong4 zhu3 yi4 re3 de5 huo4 sil|sil 寒 假 作 业 变 了 味 sp1 都 是 功 利 实 用 主 义 惹 的 祸 sil|23 20 16 19 17 13 12 21 23 14 19 16 15 17 15 14 16 16 9 25 23|0.0|4.22 +009057|sil you3 ci4 sp1 peng2 you5 yi4 qi2 da3 ma2 jiang4 sp1 san1 que1 yi1 sp1 you3 ge5 peng2 you5 dai4 ge5 bu2 ren4 shi5 de5 peng2 you5 lai2 sp1 wo3 men5 wen4 ta1 hui4 wan2 ma5 sil|sil 有 次 sp1 朋 友 一 起 打 麻 将 sp1 三 缺 一 sp1 有 个 朋 友 带 个 不 认 识 的 朋 友 来 sp1 我 们 问 他 会 玩 吗 sil|24 15 28 6 19 10 12 13 16 18 19 6 19 20 21 32 15 10 17 16 17 14 11 18 12 11 17 11 23 22 7 13 16 22 25 18 18 22|0.0|7.35 +009058|sil liu2 xian1 sheng5 jue2 de5 bu2 dui4 jinr4 r sp1 xian1 kai1 bei4 zi5 yi2 kan4 sp1 wang2 hui4 sp1 yi3 jing1 duan4 qi4 sp1 sui2 ji2 bao4 jing3 sil|sil 刘 先 生 觉 得 不 对 劲 儿 sp1 掀 开 被 子 一 看 sp1 王 慧 sp1 已 经 断 气 sp1 随 即 报 警 sil|25 16 19 17 15 14 13 13 24 0 25 20 16 14 11 11 28 26 18 26 8 11 15 20 23 9 18 12 18 26 18|0.0|6.14 +009059|sil zi4 ji3 kan4 kan5 sp1 ni3 zhe4 du4 zi5 sp1 na3 xiang4 er4 shi2 ji3 sui4 sp1 si4 wu3 shi2 sui4 dou1 bu4 zhi3 ba5 sil|sil 自 己 看 看 sp1 你 这 肚 子 sp1 哪 像 二 十 几 岁 sp1 四 五 十 岁 都 不 止 吧 sil|24 16 15 22 26 19 11 14 18 21 9 16 16 14 13 14 26 22 22 7 15 17 14 10 19 24 20|0.0|5.39 +009060|sil bie2 ju3 sang4 sp1 huo2 chu1 jing1 cai3 cai2 shi4 dui4 feng3 ci4 zui4 hao3 de5 huan2 ji1 sp1 dun1 xia4 lai5 sp1 gei3 zi4 ji3 yi2 ge4 yong1 bao4 sil|sil 别 沮 丧 sp1 活 出 精 彩 才 是 对 讽 刺 最 好 的 还 击 sp1 蹲 下 来 sp1 给 自 己 一 个 拥 抱 sil|23 16 18 27 18 15 12 19 28 16 14 10 21 21 17 14 7 19 21 37 17 16 21 13 15 12 14 9 12 18 23 21|0.0|6.55 +009061|sil zuo2 ri4 sp1 bei3 jing1 ao4 yun4 hui4 kai1 mu4 shi4 dao2 yan3 zhi1 yi1 de5 wang2 chao2 ge1 sp1 tou4 lu4 le5 zhe4 yi4 xiao1 xi5 sil|sil 昨 日 sp1 北 京 奥 运 会 开 幕 式 导 演 之 一 的 王 潮 歌 sp1 透 露 了 这 一 消 息 sil|23 25 22 18 14 12 15 13 13 16 11 15 15 18 16 12 15 20 23 20 8 19 9 13 13 11 20 21 22|0.0|5.48 +009062|sil ru2 jiang1 fu4 yu4 de5 dian4 li4 mai4 gei3 guo2 jia1 dian4 wang3 sp1 bi3 zhong4 di4 de5 xiao4 yi4 sp1 yao4 ti2 gao1 hao3 duo1 bei4 sil|sil 如 将 富 裕 的 电 力 卖 给 国 家 电 网 sp1 比 种 地 的 效 益 sp1 要 提 高 好 多 倍 sil|23 19 24 20 10 11 18 16 21 13 14 16 19 23 23 17 20 13 8 22 17 6 15 18 16 19 17 23 19|0.0|5.81 +009063|sil ting1 dao4 ci3 hua4 sp1 jie2 mou3 he2 han2 mou3 hen3 qi4 fen4 sil|sil 听 到 此 话 sp1 解 某 和 韩 某 很 气 愤 sil|24 22 15 19 25 15 21 25 13 20 20 19 21 23 20|0.0|3.51 +009064|sil ren2 men5 he5 sp1 wo3 men5 hai2 neng2 zai4 kai1 da4 long2 tou2 sp1 rang4 qing1 ling2 ling2 de5 zi4 lai2 shui3 zhou4 ye4 chang2 liu2 ma5 sil|sil 人 们 呵 sp1 我 们 还 能 再 开 大 龙 头 sp1 让 清 凌 凌 的 自 来 水 昼 夜 长 流 吗 sil|23 17 15 29 31 9 10 18 25 19 19 14 18 29 24 18 20 13 16 6 14 17 23 17 13 22 18 24 22|0.0|6.3 +009065|sil qi4 jin1 wei2 zhi3 sp1 ta1 reng2 ran2 bi3 geng1 bu2 chuo4 sil|sil 迄 今 为 止 sp1 他 仍 然 笔 耕 不 辍 sil|25 22 16 15 27 16 21 19 22 16 21 11 31 20|0.0|3.27 +009066|sil wo3 gui1 nv5 sp1 rang4 wo2 gei3 ta1 mai2 hao3 chi1 de5 ne5 sil|sil 我 闺 女 sp1 让 我 给 她 买 好 吃 的 呢 sil|25 15 17 25 5 15 11 13 14 17 17 21 10 23 22|0.0|2.9 +009067|sil chao1 shi4 li3 que4 chao2 mi2 fen3 mai4 de5 bu2 cuo4 sil|sil 超 市 里 雀 巢 米 粉 卖 得 不 错 sil|22 23 18 24 22 19 18 18 17 9 13 28 23|0.0|2.95 +009068|sil zhu1 rong2 ji1 tong2 zhi4 sp1 gan3 dao4 you2 hen3 da4 ya1 li4 sil|sil 朱 镕 基 同 志 sp1 感 到 有 很 大 压 力 sil|24 16 16 14 23 17 7 18 16 11 21 17 17 19 23|0.0|3.01 +009069|sil gong1 nei4 zheng3 jie2 li4 suo5 sp1 lang2 zhu4 men2 chuang1 sp1 yan2 se4 xian1 yan4 sp1 ji3 ming2 dian4 gong1 zheng4 zai4 wei2 xiu1 xian4 lu5 sil|sil 宫 内 整 洁 利 索 sp1 廊 柱 门 窗 sp1 颜 色 鲜 艳 sp1 几 名 电 工 正 在 维 修 线 路 sil|22 21 19 19 13 21 23 34 18 13 19 27 6 18 13 23 22 26 14 18 16 20 17 15 12 16 22 22 21|0.0|6.39 +009070|sil deng1 shang4 mo2 tian1 lun2 sp1 you2 ke4 men5 sp1 neng2 fu3 kan4 zi4 you2 nv3 shen2 xiang4 sp1 tiao4 wang4 man4 ha1 dun4 tian1 ji4 xian4 sil|sil 登 上 摩 天 轮 sp1 游 客 们 sp1 能 俯 瞰 自 由 女 神 像 sp1 眺 望 曼 哈 顿 天 际 线 sil|22 18 19 13 17 28 21 18 20 25 10 16 22 27 15 13 16 20 26 28 23 20 17 16 14 20 14 27 20|0.0|6.56 +009071|sil zhe4 shi4 zang4 min2 de5 ding2 li3 sil|sil 这 是 藏 民 的 顶 礼 sil|24 17 20 19 16 10 22 25 18|0.0|1.99 +009072|sil zai4 shuo1 le5 sp1 wo2 ba2 shou3 ji1 huan2 gei2 ni3 sp1 wo3 bu2 jiu4 shi4 zi4 tou2 luo2 wang3 sp1 wo2 sha3 ya5 sil|sil 再 说 了 sp1 我 把 手 机 还 给 你 sp1 我 不 就 是 自 投 罗 网 sp1 我 傻 呀 sil|25 22 20 17 20 8 14 16 13 21 12 22 23 13 8 17 18 15 17 21 21 21 10 26 24 23|0.0|5.42 +009073|sil dui4 yu2 shang4 shu4 tou2 zi1 sp1 tian1 lai4 si4 de5 seng1 ren2 men5 biao3 shi4 sp1 yi4 wu2 suo3 zhi1 sil|sil 对 于 上 述 投 资 sp1 天 籁 寺 的 僧 人 们 表 示 sp1 一 无 所 知 sil|24 19 14 20 14 20 24 22 17 17 12 10 18 13 11 18 24 3 21 14 20 25 21|0.0|4.66 +009074|sil zhi3 shi4 san1 yi1 fang1 mian4 sp1 ku3 yu2 mei2 you3 que4 zao2 zheng4 ju4 sil|sil 只 是 三 一 方 面 sp1 苦 于 没 有 确 凿 证 据 sil|24 15 21 20 12 20 21 6 19 13 17 15 17 17 19 21 24|0.0|3.49 +009075|sil zhang1 ying3 qing1 chuang4 li4 de5 xue2 ke1 shou4 gao1 du4 ping2 jia4 sil|sil 张 颖 清 创 立 的 学 科 受 高 度 评 价 sil|23 22 15 25 21 12 9 19 23 22 17 14 23 26 21|0.0|3.39 +009076|sil mai3 ping2 yin3 liao4 sp1 ping2 gai4 shang4 xie3 de5 zai4 lai2 yi4 ping2 sil|sil 买 瓶 饮 料 sp1 瓶 盖 上 写 的 再 来 一 瓶 sil|25 13 20 17 24 14 21 17 17 21 14 17 16 11 32 19|0.0|3.46 +009077|sil rao2 rang3 ban4 nian2 sp1 zui4 zhong1 bei4 pan4 fa2 kuan2 liao3 shi4 sil|sil 扰 攘 半 年 sp1 最 终 被 判 罚 款 了 事 sil|25 17 19 16 27 15 20 21 16 19 17 19 17 24 23|0.0|3.42 +009078|sil wo3 de5 sun1 nv5 shuo1 sp1 ta1 xian4 zai4 bu2 yuan4 yi4 qu4 shang4 xue2 sil|sil 我 的 孙 女 说 sp1 她 现 在 不 愿 意 去 上 学 sil|25 10 10 17 17 24 13 16 19 17 13 17 11 14 19 30 22|0.0|3.41 +009079|sil ta1 shen1 cai2 ai2 xiao3 quan2 gu3 tu1 chu1 sp1 liu2 zhe5 xiao3 hu2 zi5 sp1 shuo1 hua4 yi4 kou3 nong2 zhong4 de5 fu2 jian4 kou3 yin1 sil|sil 他 身 材 矮 小 颧 骨 突 出 sp1 留 着 小 胡 子 sp1 说 话 一 口 浓 重 的 福 建 口 音 sil|22 19 19 19 16 27 25 12 17 27 22 13 10 20 22 18 35 19 22 9 15 23 17 8 20 18 22 23 20|0.0|6.49 +009080|sil qi2 shi2 sp1 tian2 xing1 jiu4 shi4 zhi4 zhang4 zhe2 lv3 tian1 xi3 sil|sil 其 实 sp1 田 星 就 是 智 障 者 吕 天 喜 sil|24 19 28 13 25 29 18 19 13 20 15 18 21 33 23|0.0|3.69 +009081|sil yu3 yi4 xing4 jie1 chu4 de5 ji1 hui4 duo1 sp1 chi1 cu4 le5 mei2 sil|sil 与 异 性 接 触 的 机 会 多 sp1 吃 醋 了 没 sil|26 14 16 19 13 13 9 14 18 20 9 19 18 9 25 22|0.0|3.06 +009082|sil hen3 kuai4 sp1 zhang1 mou3 er2 zi5 de5 gong1 zuo4 an1 pai2 tuo3 dang4 sil|sil 很 快 sp1 张 某 儿 子 的 工 作 安 排 妥 当 sil|24 19 27 19 17 13 17 10 12 15 16 14 18 22 22 21|0.0|3.32 +009083|sil da4 mo2 shou3 xi2 jing1 ji4 xue2 jia1 wang2 qing4 ze2 ren4 wei2 sp1 mu4 qian2 de5 qian2 zai4 chong1 ji1 shi4 ke2 yi3 kong4 zhi4 de5 sil|sil 大 摩 首 席 经 济 学 家 王 庆 泽 认 为 sp1 目 前 的 潜 在 冲 击 是 可 以 控 制 的 sil|23 17 21 20 17 15 11 16 25 18 18 17 19 23 37 15 18 7 21 14 20 22 17 19 13 21 16 17 22|0.0|6.26 +009084|sil wo2 xi3 huan1 yun4 dong4 sp1 dan4 shi4 hen2 shao2 da3 lan2 qiu2 ne5 sil|sil 我 喜 欢 运 动 sp1 但 是 很 少 打 篮 球 呢 sil|25 10 18 17 17 19 18 17 17 17 16 12 16 19 23 21|0.0|3.27 +009085|sil lin2 jin4 nian2 di3 sp1 ge4 zhong2 bu3 tie1 fen1 zhi4 ta4 lai2 sil|sil 临 近 年 底 sp1 各 种 补 贴 纷 至 沓 来 sil|27 14 15 20 26 16 16 15 14 21 18 14 19 29 22|0.0|3.32 +009086|sil tong2 yang4 de5 sp1 hou4 xuan2 chi3 cun4 sp1 ye3 jin4 xing2 le5 suo1 duan3 sil|sil 同 样 的 sp1 后 悬 尺 寸 sp1 也 进 行 了 缩 短 sil|23 19 24 16 18 19 18 16 21 5 16 15 11 10 19 26 21|0.0|3.45 +009087|sil bei4 bu4 de5 ju4 zhi4 sp1 yin1 ci3 bei4 ceng4 lan4 hao3 duo1 hui2 sil|sil 背 部 的 巨 痣 sp1 因 此 被 蹭 烂 好 多 回 sil|22 20 14 10 21 24 14 19 24 13 21 16 19 15 32 21|0.0|3.54 +009088|sil wo2 ting3 zai4 hu5 fen3 si1 de5 sp1 ou2 er2 ye3 hui4 fa1 ge5 tie3 sil|sil 我 挺 在 乎 粉 丝 的 sp1 偶 尔 也 会 发 个 帖 sil|25 14 23 17 13 17 17 17 21 15 17 13 14 15 11 32 22|0.0|3.52 +009089|sil yi4 zhi1 can1 sai4 gong1 ji1 sp1 zhua3 zi5 shang4 zhuang1 zhe5 xiao3 dao1 sil|sil 一 只 参 赛 公 鸡 sp1 爪 子 上 装 着 小 刀 sil|25 15 17 19 14 16 20 12 23 10 24 15 10 21 26 20|0.0|3.33 +009090|sil qian2 xie1 nian2 chu1 xian4 le5 xi2 zao3 xie4 sp1 tou4 qi4 xie4 sp1 deng3 ge4 lei4 da3 zhe5 yang2 cheng2 hu2 zhao1 pai2 de5 hu2 xie4 sil|sil 前 些 年 出 现 了 洗 澡 蟹 sp1 透 气 蟹 sp1 等 各 类 打 着 阳 澄 湖 招 牌 的 湖 蟹 sil|23 20 15 21 17 16 11 22 21 26 5 23 20 22 7 17 16 23 16 10 17 21 12 17 17 11 21 27 19|0.0|5.96 +009091|sil nv3 ren2 sp1 ti3 yan4 zhe5 tong4 ku3 er2 xing4 fu2 de5 shi2 ke4 sil|sil 女 人 sp1 体 验 着 痛 苦 而 幸 福 的 时 刻 sil|26 18 25 11 21 21 15 28 19 16 24 15 11 17 22 24|0.0|3.63 +009092|sil wu2 qi2 long2 cheng1 sp1 dang1 zhi4 zuo4 ren2 chi1 li4 bu4 tao2 hao3 sil|sil 吴 奇 隆 称 sp1 当 制 作 人 吃 力 不 讨 好 sil|25 13 15 20 30 11 19 13 16 23 24 20 11 18 32 22|0.0|3.62 +009093|sil zai4 gan4 la1 ji1 tong3 nei4 sp1 que4 fang4 zhe5 ji1 dan4 ke2 sil|sil 在 干 垃 圾 桶 内 sp1 却 放 着 鸡 蛋 壳 sil|23 24 16 16 15 20 21 14 18 19 10 15 17 32 22|0.0|3.27 +009094|sil dan4 shi4 sp1 si4 yue4 fu2 lei2 zai4 ci4 dang1 xuan3 zong2 tong3 sp1 bing4 yin3 fa1 le5 guo2 nei4 de5 bao4 li4 chong1 tu1 shi4 jian4 sil|sil 但 是 sp1 四 月 福 雷 再 次 当 选 总 统 sp1 并 引 发 了 国 内 的 暴 力 冲 突 事 件 sil|23 18 26 16 25 21 19 16 19 15 14 15 19 29 21 21 16 15 14 15 18 12 17 14 19 14 15 26 19|0.0|6.17 +009095|sil zhan2 lan3 jiang1 dui4 quan2 ti3 guan1 zhong4 shi2 xing2 mian3 fei4 ru4 chang3 sp1 ti2 gong1 yi4 wu4 jiang2 jie3 sil|sil 展 览 将 对 全 体 观 众 实 行 免 费 入 场 sp1 提 供 义 务 讲 解 sil|23 21 23 17 11 19 15 17 21 18 22 20 20 11 28 13 17 19 14 12 23 26 22|0.0|5.01 +009096|sil hui4 hou4 sp1 lv4 se4 li4 wei2 biao3 shi4 sp1 xiang1 xin4 zong2 tong3 he2 hu1 luo2 ji5 de5 shuo1 fa3 sil|sil 会 后 sp1 绿 色 立 委 表 示 sp1 相 信 总 统 合 乎 逻 辑 的 说 法 sil|23 18 26 18 16 14 15 16 16 23 29 18 14 19 26 18 16 18 13 9 21 24 22|0.0|5.01 +009097|sil jiu4 gang1 gang1 sp1 qu4 chao1 shi4 mai3 yan1 sp1 mu4 ce4 you3 yi2 ge4 zheng4 tai4 si4 wu3 sui4 de5 yang4 zi5 sil|sil 就 刚 刚 sp1 去 超 市 买 烟 sp1 目 测 有 一 个 正 太 四 五 岁 的 样 子 sil|23 19 16 22 3 20 18 11 18 29 32 14 28 15 11 10 20 20 17 12 18 7 21 20 21|0.0|5.17 +009098|sil chu1 shi4 hou4 sp1 gai1 za3 guan2 li3 nong2 cun1 san2 yang3 de5 quan3 zhi1 sp1 wo3 men5 ye2 hen3 tou2 teng2 sil|sil 出 事 后 sp1 该 咋 管 理 农 村 散 养 的 犬 只 sp1 我 们 也 很 头 疼 sil|23 22 20 22 20 17 17 17 13 19 21 19 16 7 22 22 17 10 13 14 14 19 33 20|0.0|5.07 +009099|sil ci3 wai4 sp1 chi1 fan4 hai2 dei3 hua1 qian2 sp1 zan2 he2 bei3 ren2 jiu4 tu3 dou4 qie2 zi5 sp1 xi1 hong2 shi4 sp1 chi1 cai4 lao3 san1 yang4 sil|sil 此 外 sp1 吃 饭 还 得 花 钱 sp1 咱 河 北 人 就 土 豆 茄 子 sp1 西 红 柿 sp1 吃 菜 老 三 样 sil|24 22 24 10 25 20 19 15 15 31 32 21 16 14 23 23 29 25 37 22 10 16 16 23 12 19 18 19 20 21 20|0.0|7.44 +009100|sil ke1 pu3 huo2 dong4 jie2 shu4 hou4 sp1 jing1 xuan3 chu1 ban3 le5 ren2 wen2 zhi1 chuang1 yi4 shu1 sp1 shou4 dao4 guang3 da4 du2 zhe3 de5 huan1 ying2 sil|sil 科 普 活 动 结 束 后 sp1 精 选 出 版 了 人 文 之 窗 一 书 sp1 受 到 广 大 读 者 的 欢 迎 sil|23 22 14 15 14 14 17 23 26 20 17 20 16 16 21 15 12 26 10 29 23 19 19 17 17 14 12 7 21 28 15|0.0|6.52 +009101|sil zai4 wei4 lai2 wu3 tian1 li3 sp1 dou1 you3 jiang4 yu3 sp1 wai4 chu1 ji4 de5 dai4 hao2 yu3 ju4 sil|sil 在 未 来 五 天 里 sp1 都 有 降 雨 sp1 外 出 记 得 带 好 雨 具 sil|24 23 10 17 13 22 20 14 14 14 21 22 30 16 23 16 13 16 20 16 25 23|0.0|4.78 +009102|sil zai4 qi2 qi2 ha1 er3 sp1 liang2 hao3 de5 sheng1 tai4 huan2 jing4 sp1 rang4 dan1 ding3 he4 sp1 lai2 zhe4 li3 sp1 xiu1 yang3 sheng1 xi1 sil|sil 在 齐 齐 哈 尔 sp1 良 好 的 生 态 环 境 sp1 让 丹 顶 鹤 sp1 来 这 里 sp1 休 养 生 息 sil|23 23 13 12 21 20 19 18 16 7 17 16 18 19 23 21 16 16 25 12 16 13 18 6 17 15 18 25 22|0.0|5.86 +009103|sil xian4 cheng2 li3 sp1 ye3 mei2 you3 chu1 xian4 qiang3 gou4 shi2 pin2 deng3 xian4 xiang4 sil|sil 县 城 里 sp1 也 没 有 出 现 抢 购 食 品 等 现 象 sil|25 28 22 18 10 9 12 16 16 18 22 14 19 20 15 20 26 19|0.0|3.82 +009104|sil shi2 nian2 shi4 yi2 chuan4 chuan4 jiao3 yin4 sp1 shi2 nian2 shi4 yi2 ge4 zhang1 jie2 sil|sil 十 年 是 一 串 串 脚 印 sp1 十 年 是 一 个 章 节 sil|25 22 27 17 13 20 15 20 22 22 18 24 16 14 11 19 27 24|0.0|4.13 +009105|sil shuang1 yang2 shui3 de5 yong4 tu2 shi4 gei3 niu2 ti2 sp1 niu2 er3 duo5 piao3 bai2 sil|sil 双 氧 水 的 用 途 是 给 牛 蹄 sp1 牛 耳 朵 漂 白 sil|24 23 14 14 9 18 25 20 23 21 30 11 14 17 13 24 30 22|0.0|4.09 +009106|sil yan3 chu1 jie2 shu4 hou4 sp1 zhu1 rong2 ji1 jie1 jian4 quan2 ti2 yan3 zhi2 yuan2 sil|sil 演 出 结 束 后 sp1 朱 镕 基 接 见 全 体 演 职 员 sil|25 18 19 14 18 21 27 16 15 21 20 20 21 13 17 14 31 16|0.0|4.02 +009107|sil ao4 ba1 ma3 zong2 tong3 bo2 chi4 zhe4 yi4 shuo1 fa3 shi2 shu3 huang1 tang2 sil|sil 奥 巴 马 总 统 驳 斥 这 一 说 法 实 属 荒 唐 sil|25 14 12 18 18 25 18 21 11 11 20 21 18 16 25 30 19|0.0|3.74 +009108|sil po4 shi3 lin2 cui4 lu4 chang2 geng2 zu3 de5 fang2 wu1 sp1 yi3 bei4 chai1 chu2 sil|sil 迫 使 林 萃 路 肠 梗 阻 的 房 屋 sp1 已 被 拆 除 sil|22 25 19 20 19 21 26 19 13 9 24 17 3 13 13 22 30 21|0.0|3.9 +009109|sil yi4 xie1 yan1 cong1 bei4 xiao1 diao4 le5 sp1 geng4 duo1 yan1 cong1 sp1 li4 qi3 lai2 sil|sil 一 些 烟 囱 被 削 掉 了 sp1 更 多 烟 囱 sp1 立 起 来 sil|24 12 17 16 25 13 21 21 16 18 19 16 19 22 4 19 14 22 23|0.0|3.96 +009110|sil mei2 ban4 fa3 sp1 zhi3 neng2 xuan3 ze2 chu1 xing2 duo2 duo3 feng1 tou5 sil|sil 没 办 法 sp1 只 能 选 择 出 行 躲 躲 风 头 sil|26 16 19 23 5 16 16 17 12 17 31 15 14 21 22 23|0.0|3.4 +009111|sil fang4 pi4 sp1 ni3 gao4 su4 lao3 niang2 sp1 na2 li3 pi2 qi5 bao4 le5 sil|sil 放 屁 sp1 你 告 诉 老 娘 sp1 哪 里 脾 气 爆 了 sil|24 23 28 26 12 14 10 17 28 5 18 16 16 15 19 16 24|0.0|3.61 +009112|sil yuan2 lai2 ta1 duo2 qi3 lai2 wan2 wei1 bo2 sp1 yu2 you3 ren2 da4 tan2 xing1 zuo4 sil|sil 原 来 她 躲 起 来 玩 微 博 sp1 与 友 人 大 谈 星 座 sil|25 16 25 20 16 15 17 16 19 25 17 11 17 18 16 20 21 23 23|0.0|4.18 +009113|sil ran2 hou4 sp1 ta1 chuan1 shang4 yi2 jian4 quan2 shen1 bai2 se4 de5 sang1 fu2 sil|sil 然 后 sp1 她 穿 上 一 件 全 身 白 色 的 丧 服 sil|24 21 26 15 17 17 15 12 19 23 19 18 11 11 20 29 23|0.0|3.71 +009114|sil xiao3 zheng4 biao2 jie3 jiu4 zai4 zhong1 qiu1 jie2 zhao3 dao4 po2 jia1 de5 sil|sil 小 郑 表 姐 就 在 中 秋 节 找 到 婆 家 的 sil|26 24 18 17 29 16 12 16 17 20 19 14 19 22 16 22|0.0|3.57 +009115|sil geng4 ji2 shou3 de5 shi4 sp1 niu1 niu1 de5 fu4 qiang1 gan2 ran3 yan2 zhong4 sil|sil 更 棘 手 的 是 sp1 妞 妞 的 腹 腔 感 染 严 重 sil|23 19 17 19 8 24 25 14 18 10 16 21 16 15 20 20 22|0.0|3.56 +009116|sil wo3 zui4 jin4 zhu4 yi4 dao4 sp1 wang3 shang4 dui4 fa1 gai2 wei3 yi4 lun4 po1 duo1 sil|sil 我 最 近 注 意 到 sp1 网 上 对 发 改 委 议 论 颇 多 sil|25 14 14 15 15 14 21 27 20 22 13 18 16 20 10 18 19 22 22|0.0|4.01 +009117|sil bu2 guo4 sp1 zhe4 ge5 meng4 xiang3 sp1 yi4 shi2 ban4 huir4 r sp1 ye2 hen3 nan2 shi2 xian4 sil|sil 不 过 sp1 这 个 梦 想 sp1 一 时 半 会 儿 sp1 也 很 难 实 现 sil|23 14 23 13 14 9 21 25 7 12 16 19 22 0 5 14 18 18 18 24 24|0.0|3.93 +009118|sil ru2 guo3 zai4 xin4 xi1 hen3 nan2 chuan4 da2 dao4 de5 shan1 qu1 ne5 sil|sil 如 果 在 信 息 很 难 传 达 到 的 山 区 呢 sil|25 13 12 18 18 18 17 18 19 14 11 9 20 18 24 20|0.0|3.18 +009119|sil ci3 shi2 sp1 min2 jing3 guo1 geng1 jun1 de5 ku4 zi5 you3 le5 gua3 ceng4 sil|sil 此 时 sp1 民 警 郭 更 军 的 裤 子 有 了 剐 蹭 sil|24 19 27 14 18 24 16 16 15 10 20 20 13 13 20 27 22|0.0|3.69 +009120|sil qing2 kao3 lv4 zai4 zhong1 qing2 ju2 de5 quan2 qiu2 ren4 zhi2 ji1 hui4 sil|sil 请 考 虑 在 中 情 局 的 全 球 任 职 机 会 sil|24 21 21 21 17 17 19 15 14 23 18 16 15 17 22 23|0.0|3.52 +009121|sil si4 nian2 zhi1 hou4 sp1 ta1 men5 de5 ju4 xing1 di4 wei4 sp1 yi1 jiu4 wen3 gu4 sil|sil 四 年 之 后 sp1 他 们 的 巨 星 地 位 sp1 依 旧 稳 固 sil|27 17 18 13 24 20 14 11 9 15 20 19 16 6 17 16 19 25 21|0.0|3.8 +009122|sil xin1 yi4 lun2 tou2 zi1 sheng4 yan4 xi1 xi1 rang2 rang3 sp1 jie1 wei2 li4 lai2 sil|sil 新 一 轮 投 资 盛 宴 熙 熙 攘 攘 sp1 皆 为 利 来 sil|26 24 9 19 19 12 20 19 16 16 20 21 7 21 14 15 32 21|0.0|3.84 +009123|sil jie1 fang5 men5 fen1 fen1 cai1 ce4 sp1 jing3 fang1 ke3 neng2 yao4 qiang2 gong1 sil|sil 街 坊 们 纷 纷 猜 测 sp1 警 方 可 能 要 强 攻 sil|24 23 20 18 16 16 20 21 10 24 22 16 11 14 24 22 19|0.0|3.72 +009124|sil sui2 hou4 sp1 chuan1 shang4 wa4 zi5 he2 xie2 sp1 he2 peng2 you5 chu1 men2 le5 sil|sil 随 后 sp1 穿 上 袜 子 和 鞋 sp1 和 朋 友 出 门 了 sil|26 21 24 9 20 20 19 14 13 31 7 16 16 14 15 20 17 23|0.0|3.77 +009125|sil bu4 kua1 zhang1 de5 shuo1 sp1 ta1 jiang1 guan1 xi5 yi1 gai3 de5 cheng2 bai4 sil|sil 不 夸 张 地 说 sp1 它 将 关 系 医 改 的 成 败 sil|23 15 22 17 10 25 17 15 16 15 19 14 15 7 25 24 22|0.0|3.49 +009126|sil qu4 ba5 qu4 ba5 sp1 ming2 tian1 ji4 de5 zai4 lai2 zhao2 wo3 bao4 dao4 sil|sil 去 吧 去 吧 sp1 明 天 记 得 再 来 找 我 报 道 sil|24 26 29 28 20 18 19 21 13 12 13 14 14 14 18 20 23|0.0|3.79 +009127|sil wo3 bu2 yao4 fen3 si1 le5 sp1 zhi1 chi2 wo3 jiu4 duo1 zhuan3 fa1 ci2 tie3 sil|sil 我 不 要 粉 丝 了 sp1 支 持 我 就 多 转 发 此 帖 sil|25 13 12 19 17 18 16 30 15 21 23 20 14 18 17 17 31 20|0.0|4.02 +009128|sil zhe4 li2 bi3 jiao4 yin3 bi4 sp1 you4 chou4 sp1 hen2 shao3 ren2 lai2 zhe4 li3 sil|sil 这 里 比 较 隐 蔽 sp1 又 臭 sp1 很 少 人 来 这 里 sil|23 15 13 11 18 19 23 14 15 31 21 17 18 11 17 16 21 22|0.0|3.77 +009129|sil xue2 dao4 cheng2 chu2 fa3 shi2 sp1 jiu4 hui4 bei4 jiu2 jiu3 cheng2 fa2 biao3 sil|sil 学 到 乘 除 法 时 sp1 就 会 背 九 九 乘 法 表 sil|26 21 18 19 16 20 26 15 15 17 17 17 15 18 17 30 22|0.0|3.82 +009130|sil san1 shi4 sp1 gao2 hao3 zhai2 ji1 di4 tui4 chu1 de5 zi1 jin1 chou2 cuo4 sil|sil 三 是 sp1 搞 好 宅 基 地 退 出 的 资 金 筹 措 sil|26 23 24 4 18 20 16 14 13 20 15 12 13 17 19 29 24|0.0|3.56 +009131|sil you3 wang2 you3 wen4 sp1 neng2 bu4 neng2 hui2 yi4 ji3 jian4 liu2 yang2 zai4 xue2 xiao4 li3 de5 qu4 shi4 huo4 qiu3 shi4 sil|sil 有 网 友 问 sp1 能 不 能 回 忆 几 件 刘 洋 在 学 校 里 的 趣 事 或 糗 事 sil|25 13 17 17 19 29 15 10 17 16 15 14 17 19 28 19 13 14 11 10 27 19 17 25 26 23|0.0|5.51 +009132|sil zi1 liao4 xian3 shi4 sp1 jing1 hu4 gao1 tie3 lang2 fang2 duan4 sp1 quan2 chang2 san1 shi2 dian3 san1 si4 er4 gong1 li3 sil|sil 资 料 显 示 sp1 京 沪 高 铁 廊 坊 段 sp1 全 长 三 十 点 三 四 二 公 里 sil|26 12 19 18 25 26 20 16 16 18 24 21 20 10 25 30 20 13 22 23 16 20 17 21 20|0.0|5.78 +009133|sil lao3 zi5 chu1 qi4 sp1 er2 zi5 xie4 qi4 sp1 ling2 shan1 shuo1 sp1 wo2 fan3 zheng4 bu2 yong4 gong1 sp1 wo3 bu2 nian4 le5 sil|sil 老 子 出 气 sp1 儿 子 泄 气 sp1 灵 珊 说 sp1 我 反 正 不 用 功 sp1 我 不 念 了 sil|25 22 11 22 28 15 17 11 23 25 53 14 18 24 24 10 20 17 9 18 17 17 10 16 27 17 22|0.0|6.18 +009134|sil ta4 ru4 hua1 tan2 zhe3 sp1 fa2 kuan3 san1 yuan2 sil|sil 踏 入 花 坛 者 sp1 罚 款 三 元 sil|23 24 15 18 22 21 17 15 21 20 25 22|0.0|2.82 +009135|sil di4 san1 tian1 sp1 xiao3 dong1 fa1 re4 sp1 ke2 sou5 sp1 ma1 ma5 gan2 jin3 dai4 ta1 qu4 dang1 di4 de5 zhen4 yi1 yuan4 jiu4 zhen3 sil|sil 第 三 天 sp1 小 东 发 热 sp1 咳 嗽 sp1 妈 妈 赶 紧 带 他 去 当 地 的 镇 医 院 就 诊 sil|23 14 18 24 14 24 18 24 21 3 25 23 36 14 16 16 15 14 18 15 18 11 12 19 10 15 19 29 16|0.0|6.08 +009136|sil si1 li4 yao2 gao4 su4 ji4 zhe3 sp1 dian4 dong4 san1 lun2 che1 zai4 kuai4 di4 shi4 chang3 de5 sheng1 ming4 li4 sp1 fei1 chang2 wang4 sheng4 sil|sil 司 立 垚 告 诉 记 者 sp1 电 动 三 轮 车 在 快 递 市 场 的 生 命 力 sp1 非 常 旺 盛 sil|27 20 16 19 13 14 16 24 36 20 14 14 16 26 21 21 13 14 17 7 16 18 19 5 16 20 20 25 18|0.0|6.1 +009137|sil ci3 wai4 sp1 da1 shou4 bei4 jiao4 ting2 sp1 li4 yong4 li3 cai2 chan2 pin3 gao1 xi1 lan2 chu3 de5 xian4 xiang4 sp1 ye3 jiang1 bei4 e4 zhi4 sil|sil 此 外 sp1 搭 售 被 叫 停 sp1 利 用 理 财 产 品 高 息 揽 储 的 现 象 sp1 也 将 被 遏 制 sil|24 21 25 17 19 24 14 19 32 35 12 15 14 16 22 23 17 28 22 18 9 22 22 11 16 18 17 16 21 23|0.0|6.87 +009138|sil liu4 shi4 chuang4 xin1 si1 wei2 sp1 tui1 chu1 chang2 gui1 de5 jie2 shi4 huo2 dong4 sp1 zeng1 qiang2 ti3 yu4 sai4 shi4 de5 chuang4 yi4 he2 she4 ji4 sil|sil 六 是 创 新 思 维 sp1 推 出 常 规 的 节 事 活 动 sp1 增 强 体 育 赛 事 的 创 意 和 设 计 sil|25 20 21 24 17 19 24 21 18 13 26 11 11 17 17 19 18 28 20 20 18 10 19 15 9 25 14 16 24 24 22|0.0|6.79 +009139|sil cu4 bu4 ji2 fang2 de5 ta1 ji2 tui4 liang3 bu4 sil|sil 猝 不 及 防 的 他 急 退 两 步 sil|23 26 9 17 18 8 22 18 18 23 24 21|0.0|2.63 +009140|sil ru2 guo3 sp1 bu4 neng2 cong2 zhe4 yi2 jian4 kan4 dao4 lie4 ren2 de5 yong2 wu3 sp1 na4 zhe4 tou2 shi1 zi5 jiu4 ben4 dan4 dao4 jia1 le5 sil|sil 如 果 sp1 不 能 从 这 一 箭 看 到 猎 人 的 勇 武 sp1 那 这 头 狮 子 就 笨 蛋 到 家 了 sil|24 18 22 3 12 16 18 13 12 23 20 11 16 11 12 23 22 27 14 12 16 21 18 19 17 16 15 22 18 21|0.0|5.95 +009141|sil zhe4 yang4 de5 tiao2 zheng3 fang1 shi4 sp1 bi3 jiao4 wen2 tuo3 sil|sil 这 样 的 调 整 方 式 sp1 比 较 稳 妥 sil|23 17 15 8 20 15 18 21 6 11 18 20 31 22|0.0|2.85 +009142|sil shuo1 ying1 yu2 hao3 nan2 o5 sp1 wo3 zheng4 zai4 xue2 xi2 zhong1 sil|sil 说 英 语 好 难 哦 sp1 我 正 在 学 习 中 sil|25 22 19 15 19 25 20 22 10 14 13 18 19 24 20|0.0|3.31 +009143|sil ban4 fa3 sp1 gui1 ding4 le5 nong2 chan2 pin3 zeng1 zhi2 shui4 jin4 xiang4 shui4 e2 he2 ding4 fang1 fa3 sil|sil 办 法 sp1 规 定 了 农 产 品 增 值 税 进 项 税 额 核 定 方 法 sil|23 21 26 3 17 16 12 22 21 19 18 14 22 18 18 22 15 20 15 20 26 24|0.0|4.78 +009144|sil zui4 hou4 han2 zhe5 lei4 wen4 le5 ju4 sp1 shui2 jia1 de5 xiong2 hai2 zi5 sp1 jiao4 xi1 zao3 bu2 da4 san1 ge4 tu3 sil|sil 最 后 含 着 泪 问 了 句 sp1 谁 家 的 熊 孩 子 sp1 叫 西 早 不 大 三 个 土 sil|25 19 21 22 10 19 13 11 24 42 21 18 8 20 23 19 20 26 27 20 13 20 18 9 38 23|0.0|6.14 +009145|sil dui4 yu2 yu3 ying4 cai3 er2 de5 hun1 yin1 sp1 ta1 hen2 you3 zi4 xin4 de5 shuo1 sp1 jie2 hun1 jiu4 shi4 yi2 bei4 zi5 de5 shi4 sil|sil 对 于 与 应 采 儿 的 婚 姻 sp1 他 很 有 自 信 的 说 sp1 结 婚 就 是 一 辈 子 的 事 sil|23 23 23 21 18 18 15 8 22 20 20 17 15 18 13 15 8 25 27 19 20 15 14 14 19 10 10 25 23|0.0|6.01 +009146|sil an3 men5 san1 nian2 da4 xue2 jing4 suan4 shu4 xue2 ti2 le5 sil|sil 俺 们 三 年 大 学 净 算 数 学 题 了 sil|26 15 17 16 17 17 27 24 18 14 19 21 16 23|0.0|3.13 +009147|sil xian4 zai4 lian2 ji1 qi4 ren2 ye3 yao4 bei4 cui1 hun1 le5 ma5 sil|sil 现 在 连 机 器 人 也 要 被 催 婚 了 吗 sil|27 23 25 19 14 21 23 14 15 13 19 15 11 28 20|0.0|3.33 +009148|sil gang1 nong4 le5 ge4 fei1 chang2 hao3 chi1 de5 rou4 bao1 zi5 sil|sil 刚 弄 了 个 非 常 好 吃 的 肉 包 子 sil|24 20 17 12 12 16 21 16 15 9 19 18 21 24|0.0|2.83 +009149|sil zhe4 zhong3 dan1 jing1 shou4 pa4 de5 ri4 zi5 he2 shi2 liao3 sil|sil 这 种 担 惊 受 怕 的 日 子 何 时 了 sil|23 16 19 15 16 19 17 11 18 15 19 16 30 22|0.0|2.97 +009150|sil zui4 hou4 sp1 hai2 yao4 jing1 guo4 shua1 xi3 cai2 neng2 peng1 ren4 sil|sil 最 后 sp1 还 要 经 过 刷 洗 才 能 烹 饪 sil|24 19 23 10 16 11 21 19 36 36 18 16 22 20 22|0.0|3.63 +009151|sil dang1 ran2 shi4 mang2 zhe5 xue2 xi2 sp1 bian4 de5 geng4 bang4 lou5 sil|sil 当 然 是 忙 着 学 习 sp1 变 得 更 棒 喽 sil|23 19 16 19 21 10 19 28 7 17 7 18 24 23 20|0.0|3.15 +009152|sil ta1 shui4 li3 bian1 de5 wu1 sp1 wo3 shui4 wai4 bian1 de5 sha1 fa1 sil|sil 她 睡 里 边 的 屋 sp1 我 睡 外 边 的 沙 发 sil|23 18 16 17 15 12 28 20 11 17 17 13 7 19 28 27|0.0|3.345 +009153|sil zheng4 hao3 sp1 qu1 wei2 li3 de5 yi2 ge4 nei4 bu4 kan1 wu4 yao4 ren2 sp1 lin2 fu4 rong2 sheng1 bian1 ji5 sp1 bian4 ju3 jia1 ban1 qian1 sil|sil 正 好 sp1 区 委 里 的 一 个 内 部 刊 物 要 人 sp1 林 父 荣 升 编 辑 sp1 便 举 家 搬 迁 sil|24 21 26 7 20 12 13 9 12 9 20 10 24 8 19 25 30 19 20 17 18 19 21 18 17 14 19 16 28 22|0.0|6.23 +009154|sil dao4 hun2 chun1 sp1 shou3 xian1 gan3 shou4 dao4 de5 sp1 shi4 hun2 chun1 ren2 de5 na4 fen4 zi4 hao2 gan3 sp1 shi3 ming4 gan3 sil|sil 到 珲 春 sp1 首 先 感 受 到 的 sp1 是 珲 春 人 的 那 份 自 豪 感 sp1 使 命 感 sil|23 20 18 28 17 19 17 16 13 17 15 4 19 17 16 14 6 21 19 19 21 23 5 20 23 23 18|0.0|5.47 +009155|sil zhe4 jiu4 yi4 wei4 zhe5 sp1 jin1 hou4 sp1 gong1 min2 ke2 yi3 bu4 can1 jia1 jia4 xiao4 pei2 xun4 sp1 er2 zhi2 jie1 luo2 kao3 jia4 zhao4 sil|sil 这 就 意 味 着 sp1 今 后 sp1 公 民 可 以 不 参 加 驾 校 培 训 sp1 而 直 接 裸 考 驾 照 sil|23 18 15 13 16 19 26 20 23 8 18 23 16 15 17 20 14 15 15 19 24 21 17 17 18 16 18 19 21 22|0.0|6.34 +009156|sil ta1 she3 bu4 de2 hua1 yi4 fen1 qian2 sp1 dou1 ba3 qian2 zan2 qi3 lai2 sp1 gei2 mu3 qin1 zhi4 bing4 sil|sil 他 舍 不 得 花 一 分 钱 sp1 都 把 钱 攒 起 来 sp1 给 母 亲 治 病 sil|23 19 18 12 14 22 15 17 31 18 12 16 23 19 12 20 4 11 18 19 17 24 21|0.0|4.7 +009157|sil dang1 ran2 sp1 zhe4 bu4 neng2 quan2 guai4 zhang1 yi4 mou2 sp1 zhi3 guai4 zi4 ji3 zhi1 shi5 tai4 pin2 fa2 sil|sil 当 然 sp1 这 不 能 全 怪 张 艺 谋 sp1 只 怪 自 己 知 识 太 贫 乏 sil|23 19 22 9 17 10 16 23 16 16 10 25 18 16 17 15 19 18 18 17 23 29 22|0.0|4.85 +009158|sil zhe4 jue2 dui4 shi4 shou4 dao4 le5 ta1 pai1 she4 de5 jing1 song3 pian1 zi3 zhai2 de5 ying2 xiang3 sil|sil 这 绝 对 是 受 到 了 她 拍 摄 的 惊 悚 片 紫 宅 的 影 响 sil|23 20 16 13 12 18 17 17 17 18 15 8 18 20 23 20 19 11 18 28 19|0.0|4.29 +009159|sil zai4 fu4 shi4 kang1 sp1 yi4 tian1 kai1 hui4 sp1 gong1 zhang3 wen4 ta1 sp1 wei4 shen2 me5 zong3 shi4 xiao4 mi1 mi1 de5 sil|sil 在 富 士 康 sp1 一 天 开 会 sp1 工 长 问 他 sp1 为 什 么 总 是 笑 眯 眯 的 sil|25 19 13 14 28 15 12 15 18 22 27 16 17 17 22 7 16 15 10 15 12 18 13 21 19 20|0.0|5.18 +009160|sil yin1 wei4 hong2 fan1 qie2 wai4 mian4 shi4 hong2 de5 sp1 ran2 hou4 qi2 shi2 fan1 qie2 li3 mian4 ye3 shi4 hong2 de5 sil|sil 因 为 红 番 茄 外 面 是 红 的 sp1 然 后 其 实 番 茄 里 面 也 是 红 的 sil|26 11 13 17 19 29 17 17 12 24 14 25 15 12 16 21 23 15 21 25 17 17 24 16 23|0.0|5.45 +009161|sil chan2 shi1 na2 chu1 le5 yi2 ge4 cha1 zi5 sp1 shen2 me5 ye3 bu4 shuo1 sp1 nian2 qing1 ren2 huang3 ran2 da4 wu4 sil|sil 禅 师 拿 出 了 一 个 叉 子 sp1 什 么 也 不 说 sp1 年 轻 人 恍 然 大 悟 sil|23 25 24 20 15 9 14 9 28 17 20 17 10 13 12 27 25 16 19 19 25 18 19 18 24|0.0|5.41 +009162|sil jin1 wan2 ni3 zai4 zhe4 yang4 sp1 shui4 sha1 fa1 qu4 sil|sil 今 晚 你 再 这 样 sp1 睡 沙 发 去 sil|25 20 16 14 18 16 19 10 16 17 18 22 23|0.0|2.72 +009163|sil she4 zai4 he2 dao4 zhong1 yang1 de5 shai1 xi2 dian3 sil|sil 设 在 河 道 中 央 的 筛 洗 点 sil|25 22 20 17 18 14 15 9 19 18 24 21|0.0|2.58 +009164|sil bu4 fa1 biao3 yi4 jian4 sp1 jin2 biao3 shi4 zhi1 chi2 sil|sil 不 发 表 意 见 sp1 仅 表 示 支 持 sil|23 18 20 17 17 19 14 21 16 15 17 31 23|0.0|2.91 +009165|sil ta1 gang1 cai2 hai2 xing4 zai1 le4 huo4 sp1 xian4 zai4 zi4 ji2 ye3 zao1 dao4 tong2 yang4 bu2 xing4 de5 ming4 yun4 le5 sil|sil 他 刚 才 还 幸 灾 乐 祸 sp1 现 在 自 己 也 遭 到 同 样 不 幸 的 命 运 了 sil|22 17 16 21 15 18 12 18 20 31 19 18 18 16 12 20 15 22 19 13 16 7 20 19 14 24|0.0|5.36 +009166|sil hen3 kuai4 sp1 a1 cheng2 gong1 gong4 an1 quan2 zhuan1 jia1 ju2 hui4 ning2 pai4 chu1 suo3 min2 jing3 sp1 jiu4 gan3 dao4 le5 sil|sil 很 快 sp1 阿 城 公 共 安 全 专 家 局 会 宁 派 出 所 民 警 sp1 就 赶 到 了 sil|23 21 28 20 13 21 14 13 15 17 16 18 22 23 19 16 13 14 21 23 5 16 18 23 15 23|0.0|5.46 +009167|sil zhao4 pian4 zhong1 sp1 li3 hong2 ji1 he2 zhang1 gen1 shuo4 sp1 liang3 ren2 zhan4 zai4 zhong1 jian1 sp1 zuo4 ke3 ai4 lie2 zui3 zhuang4 sil|sil 照 片 中 sp1 李 弘 基 和 张 根 硕 sp1 两 人 站 在 中 间 sp1 做 可 爱 咧 嘴 状 sil|23 19 21 23 33 16 20 21 16 17 15 23 5 20 15 15 12 18 23 6 21 19 17 17 20 24 20|0.0|5.79 +009168|sil bu4 shao3 wei2 guan1 zhe2 hao3 yan2 xiang1 quan4 sp1 xiao2 huo3 bu2 dan4 bu4 ting1 sp1 zui2 li3 hai2 ma4 ma5 lie1 lie1 sil|sil 不 少 围 观 者 好 言 相 劝 sp1 小 伙 不 但 不 听 sp1 嘴 里 还 骂 骂 咧 咧 sil|23 14 19 13 17 20 23 16 20 30 20 26 24 12 16 12 25 14 18 17 15 20 14 16 26 22|0.0|5.71 +009169|sil yu3 wu2 lun2 ci4 shuo1 chu1 xiao3 li4 can2 si3 xiao1 xi5 sp1 sui2 ji2 xiang4 song1 tao2 xian4 gong1 an1 ju2 bao4 jing3 sil|sil 语 无 伦 次 说 出 小 丽 惨 死 消 息 sp1 随 即 向 松 桃 县 公 安 局 报 警 sil|25 15 10 19 31 19 14 17 16 22 14 20 24 26 21 24 25 18 18 17 12 14 17 15 28 15|0.0|5.76 +009170|sil na4 tian1 shi4 yi4 nian2 yi2 du4 de5 gao1 kao3 sp1 shang4 wu2 kao3 wan2 hou4 sp1 xiao3 ming2 shuo1 kao3 de5 fei1 chang2 lan4 sil|sil 那 天 是 一 年 一 度 的 高 考 sp1 上 午 考 完 后 sp1 小 明 说 考 的 非 常 烂 sil|26 15 23 24 12 17 12 11 11 17 31 30 20 8 18 20 21 26 19 22 23 19 11 15 22 22 21|0.0|5.99 +009171|sil bu4 guan3 xian4 shi2 duo1 me5 fan2 fu4 he2 rong3 men4 sp1 ta1 dou1 yao4 shi2 chang2 qu4 wang3 ling4 yi2 ge4 shi4 jie4 sil|sil 不 管 现 实 多 么 繁 复 和 冗 闷 sp1 他 都 要 时 常 去 往 另 一 个 世 界 sil|23 15 24 23 19 10 13 24 19 15 20 22 25 14 13 14 18 22 19 17 17 11 10 18 23 22|0.0|5.46 +009172|sil yu2 ci3 tong2 shi2 sp1 xiao1 shou4 hui2 nuan3 sp1 shi3 fang2 qi3 de5 zi1 jin1 ya1 li4 de2 dao4 ji2 da4 huan2 jie3 sil|sil 与 此 同 时 sp1 销 售 回 暖 sp1 使 房 企 的 资 金 压 力 得 到 极 大 缓 解 sil|24 12 15 19 28 17 23 20 17 32 7 18 20 16 11 14 21 16 20 14 15 18 15 22 24 22|0.0|5.57 +009173|sil zhuan3 nian4 xiang3 zhe4 zhong3 xiang2 fa3 bu4 mian3 pian1 ji1 sp1 shang4 hai3 de5 jiao4 yu4 sp1 bu2 dai4 biao3 zhong1 guo2 de5 sil|sil 转 念 想 这 种 想 法 不 免 偏 激 sp1 上 海 的 教 育 sp1 不 代 表 中 国 的 sil|24 22 22 20 11 14 24 26 11 20 21 24 29 20 18 7 21 15 8 15 16 14 20 18 19 18|0.0|5.54 +009174|sil yang2 mi4 sp1 dang1 zhi1 wu2 kui4 de5 ren2 qi4 nv3 xing1 sp1 cuan1 hong2 su4 du4 he2 da3 ji1 mian4 sp1 nan2 yi2 qi3 ji2 sil|sil 杨 幂 sp1 当 之 无 愧 的 人 气 女 星 sp1 蹿 红 速 度 和 打 击 面 sp1 难 以 企 及 sil|25 22 22 12 18 13 14 18 12 16 16 17 28 29 21 16 22 16 16 18 12 29 7 16 11 25 30 20|0.0|6.05 +009175|sil di2 fu4 shuan1 sp1 dang1 ji2 jiu4 zhao3 dao4 le5 tong2 cun1 de5 guang1 gun4 han4 feng2 mou3 sp1 feng2 mou2 biao3 shi4 tong2 yi4 sil|sil 狄 付 栓 sp1 当 即 就 找 到 了 同 村 的 光 棍 汉 冯 某 sp1 冯 某 表 示 同 意 sil|24 16 16 29 7 18 16 13 20 10 11 21 15 9 16 16 25 20 29 24 17 21 17 12 27 21 22|0.0|5.71 +009176|sil mian4 dui4 yu4 mi3 de5 re4 qing2 sp1 si4 hu1 you3 xie1 pi2 bei4 de5 li2 yu3 chun1 sp1 biao3 qing2 yi4 zhi2 you3 xie1 mu4 ne4 sil|sil 面 对 玉 米 的 热 情 sp1 似 乎 有 些 疲 惫 的 李 宇 春 sp1 表 情 一 直 有 些 木 讷 sil|26 20 20 15 13 10 18 31 21 18 13 13 17 21 9 7 18 11 28 9 19 26 12 13 12 14 21 26 24|0.0|5.86 +009177|sil mu4 qian2 sp1 zhou1 bian1 ge4 sheng3 shi4 de5 chang2 tu2 che1 zhan4 sp1 yi3 shi2 xing2 shi2 ming2 gou4 piao4 sp1 jin4 zhan4 an1 jian3 sil|sil 目 前 sp1 周 边 各 省 市 的 长 途 车 站 sp1 已 实 行 实 名 购 票 sp1 进 站 安 检 sil|25 15 30 13 21 19 14 17 12 9 22 14 15 24 15 12 16 23 17 19 17 23 14 18 20 12 30 18|0.0|5.85 +009178|sil you2 yu2 wu2 fa3 jin4 ru4 zhi3 hui1 bu4 sp1 ta1 men5 shen4 zhi4 he2 zha4 lan5 dui4 mian4 de5 bao3 an1 sp1 ding2 qi3 le5 niu2 sil|sil 由 于 无 法 进 入 指 挥 部 sp1 他 们 甚 至 和 栅 栏 对 面 的 保 安 sp1 顶 起 了 牛 sil|24 21 21 16 19 14 12 14 18 19 22 13 9 20 11 16 15 18 12 14 10 19 20 5 19 14 10 31 22|0.0|5.55 +009179|sil wang2 you3 xiao2 tao3 yan4 zhou1 shuo1 sp1 hai2 hao3 sp1 wo3 men5 de5 mei3 ci4 jia4 qi1 hui2 lai5 sp1 dou1 hui4 chai1 xia4 lai2 xi3 o5 sil|sil 网 友 小 讨 厌 周 说 sp1 还 好 sp1 我 们 的 每 次 假 期 回 来 sp1 都 会 拆 下 来 洗 哦 sil|26 19 18 21 20 15 16 27 41 18 26 11 9 14 7 18 14 17 17 16 18 8 16 14 18 13 13 29 21 22|0.0|6.29 +009180|sil zhe4 ci4 ao4 yun4 gong1 cheng2 jian4 she4 sp1 ke2 yi3 shuo1 shi4 wo3 men5 ge4 xiang4 huan2 bao3 xin1 ji4 shu4 ying4 yong4 de5 da4 quan2 sil|sil 这 次 奥 运 工 程 建 设 sp1 可 以 说 是 我 们 各 项 环 保 新 技 术 应 用 的 大 全 sil|24 20 20 14 13 13 17 20 22 13 13 8 13 12 11 14 17 19 18 14 18 14 17 17 14 8 18 34 19|0.0|5.5 +009181|sil shi4 hou4 sp1 zhang1 jian4 sp1 bei4 zhen3 duan4 you4 gu3 gu2 jing3 chu4 gu3 zhe2 sp1 zai4 yi1 yuan4 jin4 xing2 le5 shou3 shu4 zhi4 liao2 sil|sil 事 后 sp1 张 健 sp1 被 诊 断 右 股 骨 颈 处 骨 折 sp1 在 医 院 进 行 了 手 术 治 疗 sil|25 20 26 21 22 24 3 16 19 27 22 21 15 22 17 16 26 23 17 14 18 14 14 9 17 18 14 28 22|0.0|6.39 +009182|sil ni3 zhe4 ge4 yue4 gong1 zi1 dou1 mei2 shang4 jiao1 sp1 ni3 shi4 bu2 shi4 yang2 xiao3 san1 le5 sil|sil 你 这 个 月 工 资 都 没 上 交 sp1 你 是 不 是 养 小 三 了 sil|25 14 14 13 10 17 16 11 14 20 23 17 10 15 7 15 16 17 20 21 21|0.0|3.9 +009183|sil wo3 men5 lao3 ban1 mei2 na4 me5 yan2 sp1 hai2 te4 bie2 hao3 sp1 ta1 hui4 bang1 ni3 xia4 yi4 xie1 fu4 you3 jiao4 yu4 yi4 yi4 de5 dian4 ying3 sil|sil 我 们 老 班 没 那 么 严 sp1 还 特 别 好 sp1 他 会 帮 你 下 一 些 富 有 教 育 意 义 的 电 影 sil|25 8 12 18 19 16 14 13 24 13 14 18 19 24 28 15 13 13 12 21 6 23 19 14 18 14 16 8 11 19 23 20|0.0|6.15 +009184|sil wo3 men5 lian2 xi4 hao3 le5 la1 sa4 na4 bian1 sp1 you2 liang3 ge4 lv2 you3 sp1 hui4 zuo4 hao3 jie1 ying4 sil|sil 我 们 联 系 好 了 拉 萨 那 边 sp1 有 两 个 驴 友 sp1 会 做 好 接 应 sil|25 7 13 17 15 15 10 19 18 18 23 22 14 17 9 22 19 10 12 15 15 22 23 17|0.0|4.61 +009185|sil ta1 deng4 da4 yan3 jing5 sp1 pao2 xiao4 zhe5 sp1 fa1 chu1 wu1 wu1 sheng1 sp1 yong4 zhua3 zi5 sp1 bao3 hu4 shi2 wu4 sil|sil 它 瞪 大 眼 睛 sp1 咆 哮 着 sp1 发 出 呜 呜 声 sp1 用 爪 子 sp1 保 护 食 物 sil|22 20 19 18 21 21 13 21 24 15 4 21 20 14 15 27 25 16 25 17 5 18 18 23 20 21|0.0|5.61 +009186|sil you3 wan2 mei2 wan2 sp1 kai1 zhe5 che1 ne5 sp1 bie2 re2 wo3 sp1 yao4 chu1 le5 shi4 gu4 zen3 me5 ban4 sil|sil 有 完 没 完 sp1 开 着 车 呢 sp1 别 惹 我 sp1 要 出 了 事 故 怎 么 办 sil|25 16 12 21 25 10 18 11 21 21 17 17 17 22 18 15 16 10 22 14 14 11 23 18|0.0|4.81 +009187|sil zuo2 zao3 shang4 sp1 liu2 zhi4 min3 bian4 xian4 shen1 ling2 tang2 da2 dian3 sp1 er2 zi5 yu3 xi2 fu5 ye3 dao4 chang3 sil|sil 昨 早 上 sp1 刘 志 敏 便 现 身 灵 堂 打 点 sp1 儿 子 与 媳 妇 也 到 场 sil|25 20 21 24 15 15 14 33 16 19 18 18 19 17 27 34 18 15 12 22 18 17 18 32 18|0.0|5.86 +009188|sil zai4 xin1 nian2 de5 di4 yi1 chang3 gao1 kao3 jiao4 liang4 zhong1 sp1 kao3 sheng1 jiang1 ying2 lai2 yi4 chang3 han1 zhan4 sil|sil 在 新 年 的 第 一 场 高 考 较 量 中 sp1 考 生 将 迎 来 一 场 酣 战 sil|24 20 18 17 12 12 12 22 13 17 15 17 23 28 23 27 20 12 13 10 19 22 23 19|0.0|5.08 +009189|sil zhu4 ming2 de5 ping1 tan2 lao3 jiang4 zhuang1 ze2 dong4 sp1 shi4 dang1 nian2 ping1 pang1 wai4 jiao1 de5 gong1 chen2 sil|sil 著 名 的 乒 坛 老 将 庄 则 栋 sp1 是 当 年 乒 乓 外 交 的 功 臣 sil|23 18 20 13 19 16 16 22 17 15 17 17 18 19 20 18 19 14 14 12 16 31 21|0.0|4.82 +009190|sil nin2 hai2 ji4 de5 na4 xie1 bei4 tian2 chuan1 cheng1 wei2 qin1 xiong1 di4 de5 fang2 bao4 dui4 yuan2 ma5 sil|sil 您 还 记 得 那 些 被 田 川 称 为 亲 兄 弟 的 防 暴 队 员 吗 sil|26 12 15 16 15 19 15 14 22 27 20 14 18 19 10 10 21 16 16 18 22 21|0.0|4.48 +009191|sil chong1 tu1 zhong1 sp1 qi2 zhong1 yi4 fang1 de5 bang1 shou3 sp1 wu4 jiang1 yi4 ming2 kan4 re4 nao5 de5 shi4 min2 da3 shang1 sil|sil 冲 突 中 sp1 其 中 一 方 的 帮 手 sp1 误 将 一 名 看 热 闹 的 市 民 打 伤 sil|23 21 19 25 20 18 14 12 16 8 21 27 10 12 19 10 20 21 15 14 9 14 19 19 30 20|0.0|5.29 +009192|sil dan4 wo3 men5 zong3 bu4 neng2 lv3 you2 de5 shi2 hou5 sp1 ye3 chuai1 ge5 hu4 kou3 bu4 ba5 sp1 tai4 ma2 fan5 le5 sil|sil 但 我 们 总 不 能 旅 游 的 时 候 sp1 也 揣 个 户 口 簿 吧 sp1 太 麻 烦 了 sil|23 17 9 13 18 9 23 15 18 10 16 18 8 14 19 13 16 18 21 21 17 17 21 20 16 22|0.0|5.02 +009193|sil zhao4 pian4 zhong1 sp1 ling2 dao3 zhan4 zai4 shi2 tou5 yin1 ying3 xia4 sp1 dan4 lian3 shang4 guang1 xian4 sp1 reng2 ming2 huang2 huang3 de5 sil|sil 照 片 中 sp1 领 导 站 在 石 头 阴 影 下 sp1 但 脸 上 光 线 sp1 仍 明 晃 晃 的 sil|23 19 20 22 10 21 19 16 12 18 16 17 17 25 39 15 19 19 19 23 8 21 21 20 22 20 22|0.0|6.07 +009194|sil jie4 shi2 sp1 nan2 jing1 jiang1 cheng2 wei2 quan2 guo2 zui4 da4 de5 bei2 dou2 chan3 ye4 ying4 yong4 fa1 zhan3 ji1 di4 sil|sil 届 时 sp1 南 京 将 成 为 全 国 最 大 的 北 斗 产 业 应 用 发 展 基 地 sil|24 20 29 17 21 21 20 15 11 22 16 20 17 10 18 14 20 11 13 15 18 15 17 18 23|0.0|5.17 +009195|sil ta1 bing4 bu4 zhi1 dao4 yi3 jing1 huai2 yun4 sp1 yi4 zhi2 yi3 wei2 shi4 zhang3 pang4 le5 sil|sil 她 并 不 知 道 已 经 怀 孕 sp1 一 直 以 为 是 长 胖 了 sil|23 17 18 11 15 17 10 18 23 21 19 11 14 11 18 16 19 28 17 22|0.0|4.04 +009196|sil ju4 min2 jing3 jie4 shao4 sp1 qi2 huo3 di4 dian3 sp1 wei2 lan2 kao3 ren2 yuan2 li4 hai4 jia1 sil|sil 据 民 警 介 绍 sp1 起 火 地 点 sp1 为 兰 考 人 袁 厉 害 家 sil|23 22 20 15 19 23 22 18 15 16 23 10 12 20 20 20 15 13 23 28 22|0.0|4.63 +009197|sil cong2 di4 er4 tian1 kai1 shi3 sp1 ta1 tian1 tian1 shang4 shan1 pei2 nv3 er2 shuo1 huir4 r hua4 sil|sil 从 第 二 天 开 始 sp1 她 天 天 上 山 陪 女 儿 说 会 儿 话 sil|24 28 10 17 16 17 26 19 16 19 16 20 24 15 14 15 15 21 0 27 21|0.0|4.41 +009198|sil zhe4 yi4 wei4 zhe5 sp1 jiu4 suan4 guo2 mei3 dian4 qi4 zeng1 fa1 huo4 de2 tong2 yi4 sp1 huang2 jia1 sp1 ye2 you3 qian2 kang2 guo4 qu4 sil|sil 这 意 味 着 sp1 就 算 国 美 电 器 增 发 获 得 同 意 sp1 黄 家 sp1 也 有 钱 扛 过 去 sil|24 20 13 16 22 17 16 20 12 16 18 22 23 26 17 8 25 19 28 22 24 4 10 13 21 25 16 23 23|0.0|6.31 +009199|sil chu2 le5 zhang4 peng5 sp1 xiao2 ban3 deng4 sp1 yu2 san3 sp1 mian2 ao3 shou3 tao4 sp1 yi3 ji2 mian2 mao4 deng3 sp1 ye3 dou1 fen1 fen1 shang4 zhen4 sil|sil 除 了 帐 篷 sp1 小 板 凳 sp1 雨 伞 sp1 棉 袄 手 套 sp1 以 及 棉 帽 等 sp1 也 都 纷 纷 上 阵 sil|22 24 19 28 26 7 21 22 22 16 17 29 15 27 26 29 28 24 10 25 24 23 21 13 14 16 17 15 21 21 21|0.0|7.46 +009200|sil zhe4 hai2 zi5 sui2 shou3 cong2 dou1 li3 na2 chu1 yi4 yuan2 qian2 shuo1 sp1 wo3 gei2 ni3 yi4 yuan2 qian2 sp1 ni3 zai4 rang4 wo3 kan4 huir4 r xing2 ma5 sil|sil 这 孩 子 随 手 从 兜 里 拿 出 一 元 钱 说 sp1 我 给 你 一 元 钱 sp1 你 再 让 我 看 会 儿 行 吗 sil|24 16 24 19 20 23 21 14 9 19 16 13 16 22 26 43 11 14 19 10 18 29 20 9 15 11 11 22 16 0 19 23 21|0.0|6.89 +009201|sil er2 qie3 sp1 bao4 ming2 dong4 zuo4 yao4 kuai4 yi4 dian3 de5 sp1 zhe4 ge5 ban1 hen3 duo1 ren2 bao4 de5 sil|sil 而 且 sp1 报 名 动 作 要 快 一 点 的 sp1 这 个 班 很 多 人 报 的 sil|26 14 28 10 14 17 18 17 13 22 12 18 19 24 12 12 17 18 16 17 21 19 23|0.0|4.73 +009202|sil wang2 chao2 zhu4 sp1 chun2 pu3 de5 jin4 hu1 mu4 ne4 sp1 qin2 fen4 de5 zu2 bu4 chu1 hu4 sil|sil 王 朝 柱 sp1 纯 朴 得 近 乎 木 讷 sp1 勤 奋 得 足 不 出 户 sil|25 18 23 22 20 24 21 15 17 12 19 23 21 27 24 14 22 14 20 23 22|0.0|4.95 +009203|sil fa1 song4 wan2 bi4 hou4 sp1 zi3 xi4 du2 le5 yi2 bian4 sp1 gan3 jue2 ming2 nian2 wo2 ke3 neng2 you4 yao4 yi2 ge4 ren2 guo4 qing2 ren2 jie2 le5 sil|sil 发 送 完 毕 后 sp1 仔 细 读 了 一 遍 sp1 感 觉 明 年 我 可 能 又 要 一 个 人 过 情 人 节 了 sil|28 14 15 16 17 23 14 14 18 12 14 11 19 25 18 28 23 27 12 14 14 13 14 13 12 16 12 16 17 20 20 21|0.0|6.38 +009204|sil yao4 hui2 da2 zhe4 ge5 wen4 ti5 sp1 shou3 xian1 bi4 xu1 nong4 qing1 chu3 sp1 ping2 zhun3 ji1 jin1 ru4 shi4 gan1 yu4 de5 mu4 di4 sil|sil 要 回 答 这 个 问 题 sp1 首 先 必 须 弄 清 楚 sp1 平 准 基 金 入 市 干 预 的 目 的 sil|25 18 20 17 11 11 17 25 21 20 25 11 10 17 22 28 15 26 19 15 17 15 23 20 12 8 21 23 21|0.0|6.19 +009205|sil jing1 jin1 gao1 su4 zui4 tu1 chu1 de5 you1 shi4 he2 liang4 dian3 sp1 zai4 yu2 zhi2 tong1 tian1 jin1 gang3 sp1 ji2 zhuang1 xiang1 ma3 tou2 sil|sil 京 津 高 速 最 突 出 的 优 势 和 亮 点 sp1 在 于 直 通 天 津 港 sp1 集 装 箱 码 头 sil|23 23 18 18 24 17 18 13 10 17 16 13 21 25 19 18 17 16 22 20 17 23 9 21 17 19 18 32 19|0.0|6.3 +009206|sil wo3 neng2 gao4 su5 ni3 men2 sp1 zao3 chen2 wo3 ba4 chu1 men2 gen1 wo3 shuo1 sp1 rang4 wo3 zhong1 wu3 zi4 ji3 chi1 pao4 mian4 ma5 sil|sil 我 能 告 诉 你 们 sp1 早 晨 我 爸 出 门 跟 我 说 sp1 让 我 中 午 自 己 吃 泡 面 吗 sil|26 9 16 16 12 14 24 7 22 25 13 15 16 18 11 13 24 30 15 12 22 12 14 13 16 17 21 23 23|0.0|5.79 +009207|sil wang1 yang2 qiang2 diao4 sp1 yao4 zai4 dui4 wu2 bao3 zhang4 shang4 gong1 guan1 sil|sil 汪 洋 强 调 sp1 要 在 队 伍 保 障 上 攻 关 sil|26 16 17 21 25 19 12 13 18 11 18 16 16 17 25 21|0.0|3.38 +009208|sil nao4 le5 ban4 tian1 sp1 nin2 gan3 qing2 shi4 ye4 cha1 sil|sil 闹 了 半 天 sp1 您 敢 情 是 夜 叉 sil|26 14 11 17 28 14 16 16 22 16 17 31 22|0.0|2.9 +009209|sil ba1 shi2 ren2 de5 wei1 feng1 luo2 gu3 biao2 yan3 sp1 zhan3 shi4 le5 cao3 yuan2 ren2 min2 de5 feng1 cai3 sil|sil 八 十 人 的 威 风 锣 鼓 表 演 sp1 展 示 了 草 原 人 民 的 风 采 sil|22 17 15 16 10 13 19 17 11 23 24 6 19 14 14 23 17 12 13 7 20 34 20|0.0|4.48 +009210|sil wo3 lve4 dong3 sp1 dan4 shi4 hai2 bu2 tai4 hui4 sil|sil 我 略 懂 sp1 但 是 还 不 太 会 sil|25 12 21 28 14 17 17 18 11 18 23 23|0.0|2.63 +009211|sil ke3 jian4 sp1 hao2 hao3 xue2 sheng1 ye3 bu4 neng2 yao4 sil|sil 可 见 sp1 好 好 学 生 也 不 能 要 sil|23 18 27 15 22 17 17 24 16 10 20 23 23|0.0|2.96 +009212|sil jing3 cha2 jiang1 jin2 xi3 song4 hui2 jia1 sp1 dan4 jue2 jiang4 de5 wu2 hai3 nan2 sp1 bu2 yuan4 yi4 kai1 men2 sil|sil 警 察 将 锦 玺 送 回 家 sp1 但 倔 强 的 吴 海 南 sp1 不 愿 意 开 门 sil|25 21 25 19 21 22 19 14 26 23 17 16 17 11 10 20 25 7 14 18 9 20 28 20|0.0|5.19 +009213|sil zai4 lian2 pu3 suo2 you3 yuan2 gong1 zhong1 sp1 gong1 cheng2 shi1 huo4 de2 de5 hui2 bao4 zui4 wei2 feng1 hou4 sil|sil 在 脸 谱 所 有 员 工 中 sp1 工 程 师 获 得 的 回 报 最 为 丰 厚 sil|24 19 23 22 16 16 16 17 24 26 18 19 20 16 11 10 20 21 16 15 20 26 22|0.0|5.07 +009214|sil wo3 men5 shi4 lin1 shui3 dao4 zhe4 lai2 xi2 zao3 sil|sil 我 们 是 拎 水 到 这 来 洗 澡 sil|24 10 13 15 18 28 17 12 15 19 27 23|0.0|2.57 +009215|sil jue2 jiang4 de5 fu4 qin5 yi1 ran2 zai4 lu4 shang4 sil|sil 倔 强 的 父 亲 依 然 在 路 上 sil|23 19 18 9 18 25 19 16 13 19 24 21|0.0|2.6 +009216|sil chun1 lei3 heng1 yi4 sheng1 sp1 shuo1 sp1 cai2 fu4 de5 sil|sil 春 磊 哼 一 声 sp1 说 sp1 才 副 的 sil|23 17 22 23 11 24 6 28 8 26 25 18 23|0.0|2.95 +009217|sil er2 qiu1 yi2 ke3 chen2 qi2 deng3 lao2 zhu3 li4 sp1 geng4 shi4 xian3 de5 cuo1 tuo2 le5 xu3 duo1 sil|sil 而 邱 贻 可 陈 玘 等 老 主 力 sp1 更 是 显 得 蹉 跎 了 许 多 sil|25 22 25 13 31 26 30 21 18 16 22 14 15 11 18 8 23 17 10 18 23 21|0.0|4.96 +009218|sil you2 xing2 zi4 yi1 jiu3 er4 si4 nian2 ju3 ban4 yi3 lai2 sp1 jin1 nian2 yi3 shi4 di4 ba1 shi2 liu4 jie4 sil|sil 游 行 自 一 九 二 四 年 举 办 以 来 sp1 今 年 已 是 第 八 十 六 届 sil|25 19 26 23 15 13 15 14 17 15 16 7 27 21 18 23 16 15 14 16 11 22 25 22|0.0|5.05 +009219|sil o4 sp1 zhe4 ke3 shi4 ge5 nan2 ao2 de5 ri4 zi5 sil|sil 哦 sp1 这 可 是 个 难 熬 的 日 子 sil|26 27 18 16 14 13 9 21 17 11 19 21 23|0.0|2.73 +009220|sil yin1 wei4 wo3 zhen1 ji4 bu4 qing1 chu3 shui2 zai4 nar4 r sil|sil 因 为 我 真 记 不 清 楚 谁 在 那 儿 sil|26 15 22 12 18 14 10 21 17 20 16 31 0 22|0.0|2.83 +009221|sil qiang3 jie2 de5 zhu2 yi4 shi4 dong2 mou3 chu1 de5 sil|sil 抢 劫 的 主 意 是 董 某 出 的 sil|25 26 13 12 16 20 20 15 19 21 16 24|0.0|2.63 +009222|sil huo4 zhe3 sp1 dian4 dong4 che1 ye3 ke2 yi3 rao4 xing2 sil|sil 或 者 sp1 电 动 车 也 可 以 绕 行 sil|24 19 25 9 19 15 27 14 15 14 18 35 18|0.0|2.92 +009223|sil wo2 ye3 shi4 yi2 ge5 wu2 chi3 de5 tai2 wan1 ren2 na5 sil|sil 我 也 是 一 个 无 耻 的 台 湾 人 呐 sil|24 22 13 14 11 16 14 17 8 21 16 16 26 21|0.0|2.77 +009224|sil ta1 zhi3 cheng1 tai4 tai5 yi4 hen3 xin4 ren4 ta1 sil|sil 他 只 称 太 太 亦 很 信 任 他 sil|22 18 14 31 22 25 16 19 20 15 27 23|0.0|2.92 +009225|sil hou4 lai2 sp1 nv3 qing1 nian2 bei4 min2 jing3 la1 shang4 jing3 che1 sp1 dai4 wang3 pai4 chu1 suo3 xing2 jiu3 sil|sil 后 来 sp1 女 青 年 被 民 警 拉 上 警 车 sp1 带 往 派 出 所 醒 酒 sil|25 13 26 17 14 19 23 11 21 19 16 16 18 22 11 18 17 16 12 15 20 29 22|0.0|4.88 +009226|sil zhi2 dao4 sp1 wo2 zou3 dao4 le5 ta1 men5 kai1 shi3 ke2 sou4 de5 di4 fang5 sp1 wo2 ye3 ke2 sou4 le5 sil|sil 直 到 sp1 我 走 到 了 他 们 开 始 咳 嗽 的 地 方 sp1 我 也 咳 嗽 了 sil|24 16 23 10 12 23 18 14 14 10 16 13 20 18 10 15 22 22 15 13 17 21 20 21|0.0|4.72 +009227|sil long2 hu2 wang3 ji4 zhe3 jiang1 ji4 xu4 guan1 zhu4 sil|sil 龙 虎 网 记 者 将 继 续 关 注 sil|25 20 14 18 19 23 21 14 16 18 22 21|0.0|2.68 +009228|sil wang2 fei1 dao4 xiang1 gang3 da4 chu1 xie3 sp1 zai4 ming2 dian4 kuang2 sao2 liang3 da4 dai4 zhan4 li4 pin3 sil|sil 王 菲 到 香 港 大 出 血 sp1 在 名 店 狂 扫 两 大 袋 战 利 品 sil|25 18 23 15 20 19 17 18 26 24 15 22 19 20 13 19 15 13 14 14 33 15|0.0|4.84 +009229|sil ni2 bo2 er3 fa1 sheng1 xue3 beng1 de5 di4 dian3 sil|sil 尼 泊 尔 发 生 雪 崩 的 地 点 sil|25 13 18 19 17 15 21 15 9 16 28 19|0.0|2.5 +009230|sil wo3 men5 chu1 lai2 kan4 sp1 ta1 hai2 hou2 wo3 men5 sil|sil 我 们 出 来 看 sp1 他 还 吼 我 们 sil|25 9 11 16 14 28 14 13 16 22 15 20 23|0.0|2.62 +009231|sil jiao3 shang4 shi4 mian2 bu4 wa4 zi5 he2 pi2 xie2 sil|sil 脚 上 是 棉 布 袜 子 和 皮 鞋 sil|24 27 26 19 24 14 21 15 13 19 32 23|0.0|2.98 +009232|sil ai4 fu2 long2 de5 er2 zi5 shuo1 sp1 ta1 de5 mu3 qin1 yin1 fei4 yan2 sp1 bing4 shi4 zai4 man4 ha1 dun4 sil|sil 艾 芙 隆 的 儿 子 说 sp1 她 的 母 亲 因 肺 炎 sp1 病 逝 在 曼 哈 顿 sil|25 17 10 16 13 14 15 28 29 16 5 19 31 18 21 26 12 20 17 13 18 19 20 21|0.0|5.14 +009233|sil xiong1 mei4 lia3 shou1 shi5 hao3 pu1 gai4 sp1 yong4 jia4 zi5 che1 sp1 la1 zhe5 fu4 qin1 qu4 shang4 xue2 sil|sil 兄 妹 俩 收 拾 好 铺 盖 sp1 用 架 子 车 sp1 拉 着 父 亲 去 上 学 sil|26 22 14 22 16 13 14 19 22 21 16 17 12 25 5 17 10 16 18 15 19 32 22|0.0|4.8 +009234|sil bu2 shi4 lei4 le5 sp1 bu2 shi4 gou4 le5 sp1 shi4 zhi1 dao4 fu4 mu2 you3 duo1 bu4 rong2 yi4 le5 sil|sil 不 是 累 了 sp1 不 是 够 了 sp1 是 知 道 父 母 有 多 不 容 易 了 sil|22 13 12 21 18 17 12 16 22 20 20 17 15 21 19 17 16 16 12 21 15 19 23|0.0|4.69 +009235|sil shen1 zhen4 shi4 ren2 da4 dai4 biao3 weng1 xiao3 bo1 sp1 ze2 biao3 da2 le5 bu4 tong2 de5 guan1 dian3 sil|sil 深 圳 市 人 大 代 表 翁 晓 波 sp1 则 表 达 了 不 同 的 观 点 sil|26 21 15 16 15 10 18 24 13 20 22 9 20 16 17 18 13 19 9 22 23 22|0.0|4.5 +009236|sil piao2 zi1 jiu4 shi4 shou4 hui4 shu4 e2 da4 xiao3 sil|sil 嫖 资 就 是 受 贿 数 额 大 小 sil|24 25 25 19 20 17 14 21 14 16 28 22|0.0|2.84 +009237|sil wei4 he2 mei2 you3 yi4 jia1 zhong1 guo2 qi3 ye4 sp1 zuo4 wei2 ben3 jie4 ya4 yun4 hui4 de5 zan4 zhu4 shang1 ne5 sil|sil 为 何 没 有 一 家 中 国 企 业 sp1 作 为 本 届 亚 运 会 的 赞 助 商 呢 sil|25 16 23 18 11 11 15 15 12 20 19 3 16 14 14 17 14 11 11 9 16 11 21 23 20|0.0|4.47 +009238|sil gai2 zu3 gui1 mo2 sp1 yu4 ji4 jin3 xian4 shu4 ren2 sil|sil 改 组 规 模 sp1 预 计 仅 限 数 人 sil|23 18 17 16 28 9 15 21 19 20 18 27 20|0.0|2.91 +009239|sil da2 sao3 wu1 zi5 sp1 shi4 dui4 zi4 ji3 fu4 ze2 sp1 ru2 guo3 you2 shou3 sp1 wo3 yi2 ding4 lai2 bang1 ni3 sil|sil 打 扫 屋 子 sp1 是 对 自 己 负 责 sp1 如 果 有 手 sp1 我 一 定 来 帮 你 sil|23 16 19 18 19 3 19 12 14 13 18 27 33 11 13 17 31 13 15 12 14 16 20 21 23|0.0|5.11 +009240|sil gong3 li4 zhang1 guo2 rong2 ga1 na4 jiu4 zhao4 sil|sil 巩 俐 张 国 荣 戛 纳 旧 照 sil|23 24 23 20 17 20 17 18 17 26 20|0.0|2.61 +009241|sil da4 ren2 men5 sp1 bu4 dong2 wo3 men5 de5 shi4 jie4 sil|sil 大 人 们 sp1 不 懂 我 们 的 世 界 sil|23 20 15 20 3 14 18 11 10 11 18 26 20|0.0|2.43 +009242|sil bie2 sp1 wo2 xing3 le5 sp1 zhou1 zi3 rui4 ji2 dao4 sil|sil 别 sp1 我 醒 了 sp1 周 子 瑞 急 道 sil|23 26 14 12 25 20 26 19 13 17 21 19 23|0.0|2.99 +009243|sil zhe4 li3 zi1 yuan2 fu4 rao2 sp1 jing3 se4 yi2 ren2 sil|sil 这 里 资 源 富 饶 sp1 景 色 宜 人 sil|24 18 17 19 14 16 24 3 22 21 15 30 19|0.0|2.81 +009244|sil jiu4 shi4 gu4 yi4 bai3 nong4 sp1 shi4 gu4 yi4 yuan1 wang5 sil|sil 就 是 故 意 摆 弄 sp1 是 故 意 冤 枉 sil|24 20 22 17 12 17 24 10 20 14 14 24 21 21|0.0|3.02 +009245|sil bing1 mian4 shang4 ye3 zhu2 jian4 re4 nao4 qi3 lai2 sil|sil 冰 面 上 也 逐 渐 热 闹 起 来 sil|22 17 20 26 17 13 16 14 17 15 25 21|0.0|2.59 +009246|sil ye2 xu3 shi4 jue2 de5 na4 ge5 gu1 niang5 bi3 jiao4 ai2 xiao3 sp1 li2 yong3 yan4 sp1 reng2 mei2 you3 hui2 xin4 sil|sil 也 许 是 觉 得 那 个 姑 娘 比 较 矮 小 sp1 李 勇 燕 sp1 仍 没 有 回 信 sil|25 17 25 16 18 12 21 12 12 24 13 15 19 28 22 9 20 22 4 18 12 15 19 21 23|0.0|5.13 +009247|sil wo3 shuo1 sp1 wo3 qu4 ce4 suo2 leng3 jing4 leng3 jing4 sil|sil 我 说 sp1 我 去 厕 所 冷 静 冷 静 sil|26 11 26 23 10 12 18 15 21 17 18 25 20|0.0|2.81 +009248|sil zhu3 yao4 yong4 zuo4 piao3 bai2 ji4 fang2 fu3 ji4 sil|sil 主 要 用 作 漂 白 剂 防 腐 剂 sil|24 16 16 18 19 26 20 25 22 16 26 20|0.0|2.88 +009249|sil bu4 tuo3 dang4 chu4 sp1 ge4 wei4 peng2 you5 hai3 han2 sil|sil 不 妥 当 处 sp1 各 位 朋 友 海 涵 sil|23 15 22 21 24 13 12 13 16 13 21 32 22|0.0|2.87 +009250|sil zhe4 me5 jian3 dan1 sp1 you3 shen2 me5 bu2 hui4 de5 sil|sil 这 么 简 单 sp1 有 什 么 不 会 的 sil|24 13 12 20 21 10 13 15 10 16 22 18 22|0.0|2.51 +009251|sil qu3 diao4 shi4 xian4 cheng2 de5 sp1 dong1 bei3 ren2 dou1 neng2 heng1 heng5 ji3 ju4 de5 er4 ren2 zhuan4 sil|sil 曲 调 是 现 成 的 sp1 东 北 人 都 能 哼 哼 几 句 的 二 人 转 sil|23 26 22 15 22 27 17 28 18 11 26 13 19 19 16 13 13 11 12 19 26 29|0.0|4.94 +009252|sil shang4 hai3 de5 hu2 po1 sp1 da4 duo1 zhan1 ran3 le5 shang4 hai3 ren2 de5 xiao3 qi4 he2 xia2 ai4 sil|sil 上 海 的 湖 泊 sp1 大 多 沾 染 了 上 海 人 的 小 气 和 狭 隘 sil|25 23 16 10 20 21 8 18 17 18 17 9 18 16 12 9 22 18 14 27 21 21|0.0|4.41 +009253|sil gui4 zu2 chao2 ting2 ming4 guan1 de5 si3 xing2 chu2 fa3 sp1 ze2 duo1 shi4 ci4 si2 mian3 xing2 sil|sil 贵 族 朝 廷 命 官 的 死 刑 处 法 sp1 则 多 是 赐 死 免 刑 sil|21 22 22 22 18 17 19 11 16 19 20 25 19 19 16 20 21 15 22 33 19|0.0|4.83 +009254|sil zhe4 ke3 shi4 kai1 tian1 pi4 di4 tou2 yi4 hui2 sil|sil 这 可 是 开 天 辟 地 头 一 回 sil|23 18 17 18 19 19 18 14 27 15 28 23|0.0|2.78 +009255|sil huan4 zhe3 shu4 hou4 shang4 shi2 tian1 reng2 zai4 liu2 xie3 sp1 ying1 gai1 shi4 qi2 zhi4 chuang1 suo3 zhi4 sil|sil 患 者 术 后 上 十 天 仍 在 流 血 sp1 应 该 是 其 痔 疮 所 致 sil|25 20 13 18 17 19 20 26 20 12 19 25 36 13 15 21 20 15 22 18 21 22|0.0|5.07 +009256|sil dan4 yuan4 sp1 ta1 de5 chan4 hui3 shi4 zhen1 cheng2 de5 sil|sil 但 愿 sp1 他 的 忏 悔 是 真 诚 的 sil|23 21 23 5 15 9 23 17 17 18 23 14 24|0.0|2.69 +009257|sil ni2 zhang3 ge5 yan3 jing5 sp1 shi4 chu1 qi4 de5 ma5 sil|sil 你 长 个 眼 睛 sp1 是 出 气 的 吗 sil|25 14 18 14 19 20 3 16 19 23 9 25 22|0.0|2.63 +009258|sil hen2 ai3 de5 sp1 dai4 zhe5 yi2 ge5 xiao3 hai2 zi5 sil|sil 很 矮 的 sp1 带 着 一 个 小 孩 子 sil|25 19 22 18 12 16 10 11 10 18 24 17 24|0.0|2.62 +009259|sil gai1 che1 qian2 hou4 che1 pai2 yi3 bei4 zhai1 diao4 sp1 jiao1 jing3 zheng4 jian3 cha2 che1 liang4 qing2 kuang4 sil|sil 该 车 前 后 车 牌 已 被 摘 掉 sp1 交 警 正 检 查 车 辆 情 况 sil|22 18 21 22 16 21 23 10 15 20 20 33 20 26 17 17 21 15 17 20 24 21|0.0|5.1 +009260|sil zhen1 shi4 de5 sp1 fei1 yao4 wo3 fang4 xia4 shen1 duan4 sil|sil 真 是 的 sp1 非 要 我 放 下 身 段 sil|23 21 20 16 11 21 12 14 17 13 21 21 21|0.0|2.68 +009261|sil gui2 shi3 shen2 chai1 sp1 zhe4 ci4 sp1 a1 bing1 na2 chu1 le5 zhen1 shi2 shen1 fen4 zheng4 sp1 yong4 yu2 deng1 ji4 sil|sil 鬼 使 神 差 sp1 这 次 sp1 阿 兵 拿 出 了 真 实 身 份 证 sp1 用 于 登 记 sil|22 18 17 20 28 29 15 22 6 13 20 17 13 11 15 12 16 17 19 5 15 12 17 22 23|0.0|4.92 +009262|sil qi2 zhong1 sp1 zui4 kuai4 xing2 dong4 de5 sp1 dang1 shu3 tian1 mao1 de5 lao3 yuan1 jia5 jing1 dong1 shang1 cheng2 sil|sil 其 中 sp1 最 快 行 动 的 sp1 当 属 天 猫 的 老 冤 家 京 东 商 城 sil|23 21 23 6 20 17 21 20 16 5 15 15 19 17 7 20 21 23 20 14 20 28 21|0.0|4.78 +009263|sil zheng3 ge4 che1 xiang1 dou1 shi4 na4 ge4 weir4 r sp1 an2 zhi3 zuo4 le5 yi2 zhan4 gan2 jin3 huan4 che1 le5 sil|sil 整 个 车 厢 都 是 那 个 味 儿 sp1 俺 只 坐 了 一 站 赶 紧 换 车 了 sil|23 22 15 16 24 14 13 16 14 21 0 26 15 13 16 10 17 23 18 18 17 21 16 22|0.0|4.76 +009264|sil mu3 he2 ma3 zai4 shui3 zhong1 lie3 zhe5 da4 zui3 sp1 hao3 xiang4 zai4 xiao3 you2 ke4 men5 pao2 xiao4 sil|sil 母 河 马 在 水 中 咧 着 大 嘴 sp1 好 像 在 小 游 客 们 咆 哮 sil|25 17 17 23 16 17 26 14 12 17 28 29 14 17 14 21 12 13 16 23 25 22|0.0|4.85 +009265|sil gai1 che1 si1 ji1 shi4 xi1 an1 ren2 lv2 mou3 sil|sil 该 车 司 机 是 西 安 人 吕 某 sil|22 17 14 19 22 17 20 16 17 18 30 21|0.0|2.71 +009266|sil yan2 jin4 ji3 zhan4 sp1 nuo2 yong4 jiao4 shi1 bian1 zhi4 sil|sil 严 禁 挤 占 sp1 挪 用 教 师 编 制 sil|26 23 24 25 25 8 20 19 17 17 19 25 22|0.0|3.13 +009267|sil zhe4 ge5 fen1 xi1 sp1 ji1 ben3 gong1 yun3 zhong1 li4 sil|sil 这 个 分 析 sp1 基 本 公 允 中 立 sil|23 16 10 18 24 4 20 20 18 17 20 20 23|0.0|2.7 +009268|sil wo3 men5 shi4 xing1 xing5 you4 er2 yuan2 de5 xiao3 peng2 you5 sil|sil 我 们 是 星 星 幼 儿 园 的 小 朋 友 sil|25 11 12 20 21 18 10 15 14 9 19 20 22 22|0.0|2.76 +009269|sil chuan2 shuo1 shi4 wen2 shu1 pu2 sa5 de5 bian4 shen1 sil|sil 传 说 是 文 殊 菩 萨 的 变 身 sil|23 25 23 25 15 20 19 15 11 17 27 21|0.0|2.8 +009270|sil di4 er4 tian1 shou1 shang4 zuo4 ye4 sp1 lao3 shi1 ding1 zhe5 ta1 de5 zuo4 wen2 sp1 jiu2 jiu3 bu4 neng2 yan2 yu3 sil|sil 第 二 天 收 上 作 业 sp1 老 师 盯 着 他 的 作 文 sp1 久 久 不 能 言 语 sil|24 9 19 20 15 18 19 23 27 15 18 17 12 16 8 18 21 5 21 20 10 15 22 30 21|0.0|5.14 +009271|sil mei2 xiang3 dao4 sp1 nan2 fang1 de5 zhe4 ju4 hua4 sp1 yi2 xia4 zi5 re3 nu4 le5 nv3 fang1 sil|sil 没 想 到 sp1 男 方 的 这 句 话 sp1 一 下 子 惹 怒 了 女 方 sil|26 12 21 21 15 16 17 9 12 15 23 12 12 22 12 13 13 10 18 29 17|0.0|4.01 +009272|sil tong2 shi2 sp1 hai2 ke2 yi3 guan1 kan4 xin1 ban3 de5 dian4 ying3 sp1 lu2 shan1 lian4 sp1 er4 ling2 yi1 ling2 sil|sil 同 时 sp1 还 可 以 观 看 新 版 的 电 影 sp1 庐 山 恋 sp1 二 零 一 零 sil|23 20 27 17 15 13 12 18 19 21 14 9 19 23 22 14 21 25 3 13 17 13 30 21|0.0|4.98 +009273|sil wo3 bu2 shi4 hen3 shang4 xiang1 sp1 bu2 guo4 sp1 wo3 zui4 man3 yi4 wo3 de5 yan3 jing1 la5 sp1 ni3 ne5 sil|sil 我 不 是 很 上 相 sp1 不 过 sp1 我 最 满 意 我 的 眼 睛 啦 sp1 你 呢 sil|26 14 9 13 16 20 29 30 14 21 14 11 18 19 14 10 11 17 17 20 18 12 24 22|0.0|4.86 +009274|sil leng3 mo4 sp1 guo4 he2 chai1 qiao2 sp1 xin1 wen2 cong2 hui2 yi4 li3 sp1 zhuai4 chu1 zhe4 xie1 zi4 yan3 sil|sil 冷 漠 sp1 过 河 拆 桥 sp1 辛 文 从 回 忆 里 sp1 拽 出 这 些 字 眼 sil|25 23 26 15 16 14 20 32 40 24 22 20 21 12 17 4 18 16 11 15 18 26 18|0.0|5.26 +009275|sil you3 wei1 xian3 de5 di4 fang1 sp1 bu2 yao4 rang4 xue2 sheng1 qing1 sao3 sp1 bi3 ru2 ca1 chuang1 hu5 sil|sil 有 危 险 的 地 方 sp1 不 要 让 学 生 清 扫 sp1 比 如 擦 窗 户 sil|24 16 16 17 9 15 25 5 12 16 15 13 16 19 24 18 15 19 20 26 21 22|0.0|4.45 +009276|sil yuan2 li3 you2 ren2 xi1 shao3 sp1 zui4 da4 de5 can1 guan1 tuan2 jiu4 shi4 zhang1 hua2 san1 ren2 sil|sil 园 里 游 人 稀 少 sp1 最 大 的 参 观 团 就 是 张 华 三 人 sil|25 19 22 16 14 21 28 22 22 12 8 18 17 25 13 13 17 18 19 24 19|0.0|4.55 +009277|sil chen2 hong2 zhi2 hao2 qing3 le5 liang3 ge4 bang4 bang5 sp1 ba2 mu3 qin1 tai2 hui2 le5 jia1 sil|sil 陈 洪 只 好 请 了 两 个 棒 棒 sp1 把 母 亲 抬 回 了 家 sil|23 24 24 13 15 16 9 19 13 19 18 19 13 15 21 21 14 11 29 22|0.0|4.16 +009278|sil xie4 mou3 he2 yuan2 mou3 jing1 xing3 sp1 meng3 de5 zhan4 qi3 lai2 sp1 guo4 lai2 qiang3 ping2 zi5 sil|sil 谢 某 和 袁 某 惊 醒 sp1 猛 地 站 起 来 sp1 过 来 抢 瓶 子 sil|26 27 22 18 13 21 21 29 19 17 9 20 14 21 10 14 13 23 25 16 23|0.0|4.65 +009279|sil qing2 xie3 xia4 nin2 de5 xing4 ming2 sp1 xiang2 xi4 tong1 xun4 di4 zhi3 sp1 you2 zheng4 bian1 ma3 sil|sil 请 写 下 您 的 姓 名 sp1 详 细 通 讯 地 址 sp1 邮 政 编 码 sil|23 25 15 15 17 11 23 26 8 22 14 15 16 15 23 16 14 19 17 26 22|0.0|4.43 +009280|sil pin2 guan3 bu4 sp1 dui4 sheng1 chan3 bu4 men2 de5 chan2 pin3 ju4 you3 yi2 piao4 fou3 jue2 quan2 sil|sil 品 管 部 sp1 对 生 产 部 门 的 产 品 具 有 一 票 否 决 权 sil|23 24 20 20 6 15 16 21 11 14 7 22 25 17 15 11 19 14 15 34 21|0.0|4.3 +009281|sil hai2 zai4 hen4 jia4 de5 nv3 tong2 xue2 men5 sp1 shi4 shi2 hou5 xue2 dianr3 r ji4 neng2 le5 sil|sil 还 在 恨 嫁 的 女 同 学 们 sp1 是 时 候 学 点 儿 技 能 了 sil|23 17 17 19 16 10 13 17 17 20 23 18 16 17 16 18 0 16 20 17 20|0.0|4.06 +009282|sil mo4 ming2 bei4 ci4 shang1 sp1 dao3 mei2 de5 xu3 kui2 sp1 zhen1 zheng4 shi4 sp1 tang3 zhe5 ye3 ai2 dao1 sil|sil 莫 名 被 刺 伤 sp1 倒 霉 的 许 奎 sp1 真 正 是 sp1 躺 着 也 挨 刀 sil|26 17 20 12 19 26 26 14 17 9 19 26 6 19 17 17 4 25 10 16 18 25 19|0.0|4.73 +009283|sil bei4 zhi2 bai3 pai1 de5 tiao1 shui2 lao3 ren2 sp1 gui4 qiu2 zheng4 fu3 xiu1 lu4 hua4 mian4 sil|sil 被 指 摆 拍 的 挑 水 老 人 sp1 跪 求 政 府 修 路 画 面 sil|23 18 18 18 23 12 18 14 18 21 11 18 19 19 16 19 16 20 22 21|0.0|4.23 +009284|sil ji4 zhe3 liao2 jie3 dao4 sp1 jiu2 bai3 ba1 shi2 jiu3 hao4 qi3 ye4 sp1 wei2 gui4 zhou1 mao2 tai2 sil|sil 记 者 了 解 到 sp1 九 百 八 十 九 号 企 业 sp1 为 贵 州 茅 台 sil|24 16 16 16 18 21 25 19 15 14 11 15 17 23 19 14 19 17 13 19 33 22|0.0|4.71 +009285|sil you3 bao4 dao3 shuo1 sp1 tuo1 de2 hai2 shi4 ken2 ta3 ji1 zhou1 de5 yi4 ming2 tong1 ji2 fan4 sil|sil 有 报 导 说 sp1 托 德 还 是 肯 塔 基 州 的 一 名 通 集 犯 sil|24 17 14 14 27 26 22 23 20 16 17 16 15 16 13 12 18 18 14 23 22|0.0|4.49 +009286|sil a1 jie2 rang4 a1 yue4 sp1 kan4 xia4 sheng4 xia4 de5 he2 fan4 he2 bu4 he2 ta1 de5 wei4 kou3 sil|sil 阿 杰 让 阿 悦 sp1 看 下 剩 下 的 盒 饭 合 不 合 他 的 胃 口 sil|25 16 26 18 16 22 6 19 20 19 13 9 18 22 21 12 16 13 8 16 26 21|0.0|4.43 +009287|sil jian4 jian4 de5 sp1 li3 qiang2 de5 ping2 jia4 sp1 bian4 cheng2 le5 sp1 bu4 kai1 qiao4 sp1 wo1 nang5 fei4 sil|sil 渐 渐 地 sp1 李 强 的 评 价 sp1 变 成 了 sp1 不 开 窍 sp1 窝 囊 废 sil|24 20 21 19 18 15 20 11 24 22 7 17 19 12 5 13 19 26 13 14 17 23 23|0.0|4.67 +009288|sil zhu1 rong2 ji1 can1 jia1 qing1 hua2 da4 xue2 bai3 nian2 xiao4 qing4 shi2 sp1 ceng2 xiang4 guang3 da4 tong2 xue2 tui1 jian4 guo5 ci3 shu1 sil|sil 朱 镕 基 参 加 清 华 大 学 百 年 校 庆 时 sp1 曾 向 广 大 同 学 推 荐 过 此 书 sil|24 16 17 24 22 16 19 13 14 19 13 16 16 20 26 18 19 17 16 15 18 21 19 20 10 17 28 19|0.0|5.95 +009289|sil guo2 qiang2 cai2 neng2 guo2 ning2 sp1 zei2 cai2 bu4 gan3 dian4 ji5 sil|sil 国 强 才 能 国 宁 sp1 贼 才 不 敢 惦 记 sil|23 18 30 16 17 15 29 20 32 20 8 18 21 21 23|0.0|3.61 +009290|sil yin1 wei4 jia1 ting2 bu4 ke3 neng2 ge1 she3 sp1 shi4 ye4 ke2 yi2 deng3 dai4 xia4 yi4 bo1 sil|sil 因 为 家 庭 不 可 能 割 舍 sp1 事 业 可 以 等 待 下 一 波 sil|26 11 12 20 26 12 14 18 16 27 19 25 20 17 10 16 13 22 12 24 22|0.0|4.43 +009291|sil ta1 shuo1 sp1 wai4 di4 ru2 qi3 ke2 yi3 dao4 shuang1 cheng2 jing1 ying2 can1 yu4 jing4 zheng1 sil|sil 他 说 sp1 外 地 乳 企 可 以 到 双 城 经 营 参 与 竞 争 sil|22 17 28 21 19 14 17 33 17 11 16 17 18 20 23 23 10 19 25 20|0.0|4.53 +009292|sil you3 ren2 shen4 zhi4 kang2 lai2 lou2 ti1 sp1 da1 zai4 wei2 qiang2 shang4 si4 chu4 zhang1 wang4 sil|sil 有 人 甚 至 扛 来 楼 梯 sp1 搭 在 围 墙 上 四 处 张 望 sil|25 16 18 19 10 18 12 17 26 22 13 15 15 22 22 18 16 19 25 17|0.0|4.24 +009293|sil di4 si4 sp1 jiu4 shi4 xuan3 ze2 tui2 fei4 sil|sil 第 四 sp1 就 是 选 择 颓 废 sil|23 16 29 5 16 13 20 16 22 27 21|0.0|2.41 +009294|sil you3 er2 you2 nv3 le5 sp1 hen2 man3 zu2 le5 sil|sil 有 儿 有 女 了 sp1 很 满 足 了 sil|25 21 20 17 19 20 10 17 22 17 19 20|0.0|2.64 +009295|sil zou3 ba5 sp1 dai4 shang4 wo3 pa2 shan1 qu4 sil|sil 走 吧 sp1 带 上 我 爬 山 去 sil|26 22 20 14 15 18 11 19 22 22 23|0.0|2.46 +009296|sil gai1 xiao1 xi5 yi4 chu1 sp1 cheng2 tou2 zhai4 shi4 chang3 sui2 ji2 jin4 ru4 guai2 dian3 sil|sil 该 消 息 一 出 sp1 城 投 债 市 场 随 即 进 入 拐 点 sil|23 17 14 19 9 28 18 22 16 17 18 27 23 15 15 12 20 28 19|0.0|4.18 +009297|sil nan2 dao4 sp1 ni3 yao4 pao1 qi4 wo3 le5 ma5 sil|sil 难 道 sp1 你 要 抛 弃 我 了 嘛 sil|26 18 22 7 11 11 20 20 12 11 27 21|0.0|2.39 +009298|sil da4 mian4 ji1 gan1 luo3 de5 he2 dao4 sil|sil 大 面 积 干 裸 的 河 道 sil|23 17 20 15 18 13 9 21 25 20|0.0|2.1 +009299|sil bu2 cuo4 me5 sp1 hai2 zai4 sp1 zhen1 hao3 sil|sil 不 错 么 sp1 还 在 sp1 真 好 sil|23 12 25 21 16 20 21 11 20 31 23|0.0|2.59 +009300|sil ceng2 jing1 ye2 you2 shao3 liang4 de5 fan1 qie2 sil|sil 曾 经 也 有 少 量 的 番 茄 sil|25 25 25 11 10 19 17 9 20 33 21|0.0|2.5 +009301|sil li4 wei2 fou3 ren4 le5 zhe4 yi2 bao4 dao4 sil|sil 利 维 否 认 了 这 一 报 道 sil|25 22 21 23 14 13 13 13 18 22 24|0.0|2.42 +009302|sil suo2 yi2 hen3 min2 gan3 hen3 fu4 za2 sil|sil 所 以 很 敏 感 很 复 杂 sil|26 22 18 19 21 24 25 22 29 22|0.0|2.65 +009303|sil qian2 tian1 sp1 na4 na5 yin1 tiao4 lou2 hou4 shang1 shi4 guo4 zhong4 sp1 yi3 bu2 zhi4 shen1 wang2 sil|sil 前 天 sp1 娜 娜 因 跳 楼 后 伤 势 过 重 sp1 已 不 治 身 亡 sil|24 24 27 11 19 23 16 17 16 19 16 15 16 21 21 14 15 15 21 26 21|0.0|4.61 +009304|sil ta1 bu4 jin3 zi4 ji3 xi1 du2 sp1 er2 qie2 ba3 er2 zi5 ye3 dai4 le5 jin4 lai2 sil|sil 他 不 仅 自 己 吸 毒 sp1 而 且 把 儿 子 也 带 了 进 来 sil|22 20 12 21 16 13 20 22 23 11 14 16 14 16 10 13 10 17 20 23|0.0|3.87 +009305|sil li4 ru2 sp1 fen4 nu4 de5 xiao2 niao3 sp1 jiu4 shi4 ni3 hua4 wo3 cai1 de5 mu2 ban3 sil|sil 例 如 sp1 愤 怒 的 小 鸟 sp1 就 是 你 画 我 猜 的 模 板 sil|25 17 25 8 21 11 10 19 28 7 18 22 19 26 11 20 8 21 24 19|0.0|4.17 +009306|sil gong1 si1 fu4 ze2 ren2 de5 nian2 du4 xin1 chou2 zeng1 zhang3 lv4 sp1 ying1 di1 yu2 gong1 si1 xin1 chou2 zeng1 zhang3 lv4 sil|sil 公 司 负 责 人 的 年 度 薪 酬 增 长 率 sp1 应 低 于 公 司 薪 酬 增 长 率 sil|23 19 15 15 15 17 11 21 14 18 19 15 18 21 19 18 20 15 15 11 18 16 15 17 21 22|0.0|5.2 +009307|sil ta1 mei2 xia4 che1 sp1 you4 kan4 jian4 wai4 guo2 ren2 chao2 lu4 ren2 rang1 rang5 sil|sil 他 没 下 车 sp1 又 看 见 外 国 人 朝 路 人 嚷 嚷 sil|23 14 16 22 26 20 17 17 14 16 14 20 19 13 16 20 20 22|0.0|3.82 +009308|sil xian4 zai4 sp1 yi3 jing1 jian4 ge2 wu3 shi2 jiu3 nian2 sp1 ming2 xian3 chao1 qi1 le5 sil|sil 现 在 sp1 已 经 间 隔 五 十 九 年 sp1 明 显 超 期 了 sil|27 22 26 12 12 17 20 18 8 13 16 27 18 15 19 18 18 15 23|0.0|3.99 +009309|sil zhe4 yi4 huan2 jie2 de5 shui4 shou1 za2 fei4 sp1 he2 fan2 rong3 de5 shou3 xu4 sp1 rang4 bu4 shao3 dai4 gou4 zhe2 ting3 er2 zou2 xian3 sil|sil 这 一 环 节 的 税 收 杂 费 sp1 和 繁 冗 的 手 续 sp1 让 不 少 代 购 者 铤 而 走 险 sil|23 17 11 20 17 14 23 29 24 20 6 15 20 13 8 20 26 23 16 12 16 18 15 16 19 15 18 34 18|0.0|6.11 +009310|sil nan2 jing1 xian4 zai4 ji2 hou2 hou3 yao4 chai1 bao4 ting2 sp1 cheng2 shi4 guan2 li2 zhe3 de5 shui3 ping2 sp1 rang4 ren2 bu4 gan3 gong1 wei2 sil|sil 南 京 现 在 急 吼 吼 要 拆 报 亭 sp1 城 市 管 理 者 的 水 平 sp1 让 人 不 敢 恭 维 sil|25 20 23 21 13 18 14 21 14 19 15 29 28 20 15 15 12 11 9 18 25 13 18 19 12 16 17 28 21|0.0|6.14 +009311|sil tou2 zi1 shi2 sp1 bi4 xu1 tong2 shi2 you2 yuan3 jian4 zhuo2 shi2 sp1 he2 shi2 zai4 de5 shu4 ju4 zhi1 cheng1 sil|sil 投 资 时 sp1 必 须 同 时 有 远 见 卓 识 sp1 和 实 在 的 数 据 支 撑 sil|21 21 18 26 19 14 14 21 24 19 15 17 17 25 14 13 22 14 11 17 14 12 29 19|0.0|5.06 +009312|sil bu4 xi3 huan1 jiao4 yu5 sp1 dan4 si1 xiang3 jue2 wu4 sp1 hai2 mei2 dao4 tui1 fan1 xian4 xing2 jiao4 yu4 ti3 zhi4 de5 gao1 du4 sil|sil 不 喜 欢 教 育 sp1 但 思 想 觉 悟 sp1 还 没 到 推 翻 现 行 教 育 体 制 的 高 度 sil|23 14 15 17 22 18 21 16 13 17 18 15 4 17 18 13 19 21 19 17 16 10 16 12 8 19 21 18|0.0|5.31 +009313|sil you3 shi2 hou4 sp1 shi4 hen3 ji1 zhi4 de5 zhuang1 song2 sil|sil 有 时 候 sp1 是 很 机 智 地 装 怂 sil|26 16 17 24 12 16 21 17 13 11 19 31 22|0.0|2.85 +009314|sil ta1 yi1 ran2 ji4 de5 sp1 meng4 lu4 dang1 shi2 gei3 ta1 yi2 ge4 nuan2 nuan3 de5 yong1 bao4 sil|sil 他 依 然 记 得 sp1 梦 露 当 时 给 他 一 个 暖 暖 的 拥 抱 sil|23 22 13 16 14 18 6 22 21 16 13 14 18 8 12 20 18 11 21 22 23|0.0|4.08 +009315|sil wei4 le5 zhuang4 dan3 sp1 gan2 jin3 na2 chu1 sui2 shen1 xie2 dai4 de5 bian1 pao4 ran2 fang4 sil|sil 为 了 壮 胆 sp1 赶 紧 拿 出 随 身 携 带 的 鞭 炮 燃 放 sil|25 10 12 21 25 19 17 14 14 13 17 15 19 11 9 19 19 18 24 22|0.0|3.98 +009316|sil shi2 er4 ri4 sp1 ou1 yuan2 dui4 mei3 yuan2 de5 bi3 jia4 shi4 sp1 yi1 bi3 yi1 dian3 san1 wu2 jiu3 san1 sil|sil 十 二 日 sp1 欧 元 对 美 元 的 比 价 是 sp1 一 比 一 点 三 五 九 三 sil|26 17 19 20 28 19 20 13 17 14 10 15 21 25 23 19 21 14 20 18 12 17 32 19|0.0|5.33 +009317|sil chun1 jiang1 shui2 nuan2 ya3 xian1 zhi1 sp1 wo3 ke2 yi3 gao4 su4 ni3 ming2 tian1 chuan1 shen2 me5 sil|sil 春 江 水 暖 雅 先 知 sp1 我 可 以 告 诉 你 明 天 穿 什 么 sil|24 23 21 18 28 20 24 24 26 12 19 6 17 11 13 14 16 16 18 16 22|0.0|4.51 +009318|sil zai4 shi4 fa1 de5 yao1 si4 ling2 er4 shi4 men2 kou3 sp1 hai2 you3 da4 tan1 de5 xue4 ji4 sil|sil 在 事 发 的 幺 四 零 二 室 门 口 sp1 还 有 大 摊 的 血 迹 sil|25 22 19 22 18 18 16 16 17 12 20 27 14 13 11 15 16 6 23 22 22|0.0|4.34 +009319|sil bi4 ta3 ta2 wa3 ju4 xi1 sp1 you3 te4 shu1 de5 ti3 se4 biao1 ji4 he2 xing4 qi4 guan1 sil|sil 碧 塔 塔 瓦 巨 蜥 sp1 有 特 殊 的 体 色 标 记 和 性 器 官 sil|23 19 22 21 14 17 28 21 17 20 16 11 17 17 18 18 17 18 16 23 21|0.0|4.57 +009320|sil shi4 gong1 an1 ju2 de5 wei1 bo2 kai1 de5 zui4 zao3 sp1 yin1 ci3 ren2 qir4 r ye3 zui4 zu2 sil|sil 市 公 安 局 的 微 博 开 得 最 早 sp1 因 此 人 气 儿 也 最 足 sil|26 21 12 16 12 10 16 20 20 9 17 29 25 16 25 20 26 0 12 16 26 21|0.0|4.59 +009321|sil xiao3 dui4 wan2 cheng2 bu4 liao3 ren4 wu4 sp1 ling2 dao2 zhe2 ye3 yao4 fu4 chu1 dai4 jia4 sil|sil 小 队 完 成 不 了 任 务 sp1 领 导 者 也 要 付 出 代 价 sil|26 27 18 17 21 7 18 18 21 24 14 17 19 15 16 15 14 16 25 22|0.0|4.3 +009322|sil lao3 gong1 hen3 mei2 qing2 diao4 de5 wen4 lao3 po2 sp1 shuo1 ma5 sp1 ni2 xiang3 yao4 sha2 sil|sil 老 公 很 没 情 调 的 问 老 婆 sp1 说 嘛 sp1 你 想 要 啥 sil|26 18 22 18 14 22 14 8 13 18 28 28 20 24 15 8 16 15 30 22|0.0|4.4 +009323|sil dang1 nian2 zong3 shou1 ru4 sp1 wei2 ren2 min2 bi4 sp1 qi1 shi2 yi1 dian2 wu3 si4 wu3 yi4 yuan2 sil|sil 当 年 总 收 入 sp1 为 人 民 币 sp1 七 十 一 点 五 四 五 亿 元 sil|23 17 19 16 20 21 15 14 14 17 19 6 19 16 12 27 14 23 11 18 30 19|0.0|4.53 +009324|sil yi1 sheng1 sp1 qing3 nin2 zai4 cha2 yi1 sp1 ni3 shi4 yi1 sheng1 sp1 hai2 shi4 wo3 shi4 yi1 sheng1 sil|sil 医 生 sp1 请 您 再 查 一 sp1 你 是 医 生 sp1 还 是 我 是 医 生 sil|26 13 29 17 20 19 16 27 21 37 11 17 14 23 8 13 14 15 21 11 28 21|0.0|4.89 +009325|sil ma3 yun2 sp1 you3 yi1 ling2 er4 nian2 de5 ji4 hua5 sp1 wo2 you3 san1 ling2 nian2 de5 ji4 hua5 sil|sil 马 云 sp1 有 一 零 二 年 的 计 划 sp1 我 有 三 零 年 的 计 划 sil|25 21 25 5 20 15 20 16 16 7 23 25 22 8 14 19 14 15 7 21 22 23|0.0|4.45 +009326|sil zui4 jin4 gan3 jue2 ta1 xiao1 ting2 yi4 xie1 le5 sp1 wo2 ye3 jue2 de5 sp1 wo3 ke2 yi3 chu1 lai2 le5 sil|sil 最 近 感 觉 他 消 停 一 些 了 sp1 我 也 觉 得 sp1 我 可 以 出 来 了 sil|23 21 25 20 13 15 18 18 9 18 15 28 11 12 17 12 5 14 15 10 17 16 17 21|0.0|4.53 +009327|sil ta1 you4 zhua1 zhu4 shou4 piao4 yuan2 de5 bao1 bao1 sp1 dan4 shou4 piao4 yuan2 sp1 bai1 kai1 ta1 de5 shou2 zhi3 sp1 pin1 ming4 pao3 xia4 che1 sil|sil 她 又 抓 住 售 票 员 的 包 包 sp1 但 售 票 员 sp1 掰 开 她 的 手 指 sp1 拼 命 跑 下 车 sil|22 20 15 18 15 17 17 10 8 21 22 27 13 15 18 23 4 16 17 15 8 20 18 16 20 16 16 17 25 22|0.0|5.93 +009328|sil tiao1 qi3 zhuan1 hou4 sp1 bian3 dan4 jiu4 shen1 xian4 zai4 zhe4 dao4 hen2 ji4 li3 sp1 hou4 bei4 shang4 sp1 ze2 dui1 qi3 yi2 dao4 rou4 sil|sil 挑 起 砖 后 sp1 扁 担 就 深 陷 在 这 道 痕 迹 里 sp1 后 背 上 sp1 则 堆 起 一 道 肉 sil|24 19 16 21 25 24 26 22 20 16 17 16 11 13 20 20 19 31 17 16 22 4 20 14 19 10 17 22 23|0.0|6.32 +009329|sil xin1 hun1 ye4 na4 tian1 wan3 shang4 sp1 ta1 he1 de5 ming2 ding3 da4 zui4 sp1 wo2 lia3 ji1 hu1 shi4 he2 yi1 er2 mian2 sil|sil 新 婚 夜 那 天 晚 上 sp1 他 喝 得 酩 酊 大 醉 sp1 我 俩 几 乎 是 合 衣 而 眠 sil|26 21 18 15 16 16 18 22 21 16 13 9 23 20 18 23 29 11 22 15 14 14 21 15 15 30 19|0.0|5.8 +009330|sil chu2 fei1 you3 tong1 tian1 de5 neng2 li4 sp1 dan4 tian1 hui4 sui2 shi2 sui2 di4 sp1 bang1 ni3 jiang4 yu3 mie4 huo3 ma5 sil|sil 除 非 有 通 天 的 能 力 sp1 但 天 会 随 时 随 地 sp1 帮 你 降 雨 灭 火 吗 sil|24 20 22 16 20 18 8 19 21 26 19 28 24 14 13 19 19 4 16 19 21 9 23 21 25 21|0.0|5.68 +009331|sil yi2 ge4 yuan3 zai4 zu3 guo2 xi1 bei2 jiao3 de5 ye4 yu2 zuo4 zhe3 de5 zuo4 pin3 sp1 he2 yi3 de2 dao4 ni3 men5 de5 qing1 lai4 sil|sil 一 个 远 在 祖 国 西 北 角 的 业 余 作 者 的 作 品 sp1 何 以 得 到 你 们 的 青 睐 sil|25 12 24 20 18 16 14 19 13 16 9 16 11 16 11 8 20 30 15 18 11 13 12 10 12 9 22 23 22|0.0|5.4 +009332|sil yu2 shi4 sp1 ta1 bian4 da3 dian4 hua4 sp1 xun2 wen4 jia1 zhong1 shi4 fou2 you3 shi4 sil|sil 于 是 sp1 她 便 打 电 话 sp1 询 问 家 中 是 否 有 事 sil|24 15 26 12 16 15 16 18 23 6 18 13 17 18 17 16 14 27 21|0.0|3.85 +009333|sil fen1 mian3 chi2 sp1 xiang4 ge5 da4 yu4 gang1 sp1 you3 zuo4 dian4 jiao3 dian4 sp1 liang3 ce4 sp1 hai2 you3 ba2 shou3 sil|sil 分 娩 池 sp1 像 个 大 浴 缸 sp1 有 坐 垫 脚 垫 sp1 两 侧 sp1 还 有 把 手 sil|26 15 20 27 3 21 9 18 15 25 25 17 24 23 26 21 22 19 21 4 17 12 19 28 20|0.0|5.54 +009334|sil bei4 cheng1 zan4 le5 zhen1 kai1 xin1 ya5 sil|sil 被 称 赞 了 真 开 心 呀 sil|22 15 24 20 14 17 19 21 22 22|0.0|2.27 +009335|sil nan2 tong2 zai4 che1 hou4 wan2 shua3 sil|sil 男 童 在 车 后 玩 耍 sil|26 21 26 17 18 17 19 28 24|0.0|2.27 +009336|sil ni2 xiang3 wan2 dian3 shen2 me5 sil|sil 你 想 玩 点 什 么 sil|27 12 22 16 17 17 17 23|0.0|1.75 +009337|sil ni3 kan4 guo4 wo3 jia1 bao2 xian3 gui4 sil|sil 你 看 过 我 家 保 险 柜 sil|26 12 21 14 11 15 12 20 29 21|0.0|2.1 +009338|sil ni2 ye2 hao3 fan2 ya5 sil|sil 你 也 好 烦 呀 sil|25 12 12 19 23 24 22|0.0|1.59 +009339|sil ni3 de5 di4 yi1 xuan3 ze2 shi4 shui2 sil|sil 你 的 第 一 选 择 是 谁 sil|25 13 18 14 11 18 14 13 32 22|0.0|2.09 +009340|sil ni2 xi3 huan1 wan2 shen2 me5 you2 xi4 sil|sil 你 喜 欢 玩 什 么 游 戏 sil|25 11 15 22 15 15 10 17 25 22|0.0|2.05 +009341|sil chi1 ge4 zhong3 jing1 shen2 shi2 liang2 sil|sil 吃 各 种 精 神 食 粮 sil|23 26 18 17 16 15 15 31 21|0.0|2.11 +009342|sil shi4 ba1 jie4 sheng2 wei2 wei3 yuan2 sil|sil 是 八 届 省 委 委 员 sil|26 22 19 20 15 15 17 24 22|0.0|2.09 +009343|sil wo3 zhi2 xi3 huan1 kan4 xiao3 shuo1 sil|sil 我 只 喜 欢 看 小 说 sil|25 12 17 16 17 15 19 27 23|0.0|1.98 +009344|sil xiang1 gang3 du4 sha1 fu1 ren2 la4 xiang4 guan3 sp1 wo3 qiang2 li4 tui1 jian4 o5 sil|sil 香 港 杜 莎 夫 人 蜡 像 馆 sp1 我 强 力 推 荐 哦 sil|25 29 23 13 18 14 13 16 20 25 15 12 21 14 17 22 22 20|0.0|3.93 +009345|sil di4 liu4 qi1 ba1 jiu3 xiang4 ren4 wu4 sp1 shu3 yu2 jia1 qiang2 wan2 shan4 qi3 ye4 jin1 rong2 zhi1 chi2 sil|sil 第 六 七 八 九 项 任 务 sp1 属 于 加 强 完 善 企 业 金 融 支 持 sil|22 22 33 39 24 20 21 19 19 18 19 13 19 20 17 23 21 12 15 14 15 33 23|0.0|5.59 +009346|sil zhe4 nian2 tou5 sp1 ji1 qi4 ren2 bu2 hui4 shang4 wang3 sp1 hai2 zen3 me5 chu1 lai2 hun4 ne5 sil|sil 这 年 头 sp1 机 器 人 不 会 上 网 sp1 还 怎 么 出 来 混 呢 sil|23 17 22 24 16 15 14 19 11 12 21 24 12 16 13 10 13 15 21 21 21|0.0|4.18 +009347|sil wo2 yi3 qian2 jiu4 zuo4 guo4 fan1 yi4 sp1 zhe4 ci4 shi4 chong2 cao1 jiu4 ye4 sp1 yu2 shi4 tong4 kuai4 de5 da1 ying4 le5 sil|sil 我 以 前 就 做 过 翻 译 sp1 这 次 是 重 操 旧 业 sp1 于 是 痛 快 地 答 应 了 sil|25 14 11 20 13 15 12 21 20 27 18 20 20 25 19 19 21 26 10 21 22 16 11 20 19 15 22|0.0|5.83 +009348|sil wo3 shen1 shang4 zhong1 yu2 you3 yi4 dian2 zhu3 ren2 de5 qi4 zhi4 le5 sil|sil 我 身 上 终 于 有 一 点 主 人 的 气 质 了 sil|26 12 18 28 18 15 8 8 17 16 15 8 22 17 19 23|0.0|3.13 +009349|sil zhe4 bing4 bu2 shi4 pai1 nao3 dai5 zuo4 chu1 de5 jue2 ding4 sil|sil 这 并 不 是 拍 脑 袋 作 出 的 决 定 sil|23 18 19 9 15 19 21 17 16 11 10 20 19 22|0.0|2.78 +009350|sil deng4 li4 de5 xin1 sui4 le5 sp1 tian1 tian1 yi3 lei4 xi3 mian4 sil|sil 邓 丽 的 心 碎 了 sp1 天 天 以 泪 洗 面 sil|23 19 16 9 21 24 19 17 19 21 12 20 18 30 19|0.0|3.33 +009351|sil liu2 jin1 yao4 jiao4 shou4 sp1 zai4 wei4 cheng2 cheng5 jin4 xing2 jian3 cha2 sil|sil 刘 金 耀 教 授 sp1 在 为 成 成 进 行 检 查 sil|25 15 17 15 19 20 5 16 10 24 21 16 18 18 32 22|0.0|3.4 +009352|sil bu2 guo4 sp1 ci3 fan1 xiao3 tou1 hao3 xiang4 zou3 de5 cong1 mang2 sp1 hai2 ba3 yi4 ba2 tie3 ban1 shou3 luo4 zai4 le5 dian4 li3 sil|sil 不 过 sp1 此 番 小 偷 好 像 走 得 匆 忙 sp1 还 把 一 把 铁 扳 手 落 在 了 店 里 sil|23 14 22 7 23 15 18 25 18 17 14 8 21 25 33 15 15 7 14 19 18 23 19 10 11 20 19 23|0.0|5.76 +009353|sil zhe4 xie1 nian2 sp1 ru2 guo3 bu2 shi4 wo3 zai4 zhong1 jian1 de5 hua4 sp1 chen2 ming2 liang4 sp1 zao3 jiu4 bei4 zhong1 ai3 er2 chu2 diao4 le5 sil|sil 这 些 年 sp1 如 果 不 是 我 在 中 间 的 话 sp1 陈 明 亮 sp1 早 就 被 忠 矮 儿 除 掉 了 sil|24 15 16 28 12 14 13 11 17 11 15 17 15 11 22 27 20 17 25 6 21 14 15 17 12 20 23 24 16 21|0.0|6.02 +009354|sil zhi4 ci3 sp1 yu3 zhong1 guo2 ji1 jian4 he2 zuo4 de5 sp1 fo2 shan1 ba1 lei2 yu3 xiang4 mu4 sp1 shou3 chuang4 zhi4 ye4 wan2 quan2 tui4 chu1 sil|sil 至 此 sp1 与 中 国 基 建 合 作 的 sp1 佛 山 芭 蕾 雨 项 目 sp1 首 创 置 业 完 全 退 出 sil|23 18 33 19 14 16 13 13 18 18 19 15 4 21 23 12 16 12 25 20 24 19 20 18 21 20 17 17 23 23|0.0|6.43 +009355|sil sui2 shou3 pai1 zhang1 luo2 nv3 shi4 hai3 tao2 de5 wu4 pin3 sp1 dou1 shi4 dang1 xia4 zui4 re4 men2 de5 you4 er2 bao3 jian4 pin3 sil|sil 随 手 拍 张 罗 女 士 海 淘 的 物 品 sp1 都 是 当 下 最 热 门 的 幼 儿 保 健 品 sil|26 20 19 24 15 13 14 14 19 16 14 13 27 20 12 13 16 20 17 13 19 13 12 15 17 20 24 19|0.0|5.62 +009356|sil zhi2 dao4 dong1 chuang1 shi4 fa1 sp1 cai2 zhi1 dao4 song2 yong3 ta1 mai4 yin2 de5 wang2 yuan4 zhang3 sp1 jing4 shi4 zi4 ji3 de5 zhang4 fu5 sil|sil 直 到 东 窗 事 发 sp1 才 知 道 怂 恿 她 卖 淫 的 王 院 长 sp1 竟 是 自 己 的 丈 夫 sil|22 19 21 16 20 18 24 22 18 15 18 19 14 14 20 14 10 21 18 21 16 19 17 15 11 9 23 22 20|0.0|5.99 +009357|sil jia1 li2 mai3 le5 bu4 shao3 zhong4 you2 cha2 de5 shu1 sp1 ke3 guang1 kan4 shu1 sp1 ku1 zao4 bu4 shuo1 sp1 hai2 bu4 hao2 dong3 sil|sil 家 里 买 了 不 少 种 油 茶 的 书 sp1 可 光 看 书 sp1 枯 燥 不 说 sp1 还 不 好 懂 sil|25 22 16 15 12 17 24 19 14 21 10 25 30 17 16 20 21 9 20 18 11 21 11 19 9 19 29 20|0.0|5.92 +009358|sil zuo2 ri4 sp1 jin1 feng1 biao3 shi4 sp1 zai4 jie2 mu4 zhong1 de5 yan2 lun4 sp1 wei4 jing1 guo4 yan4 zheng4 sp1 you3 shi1 yan2 jin3 he2 tuo3 dang4 sil|sil 昨 日 sp1 金 锋 表 示 sp1 在 节 目 中 的 言 论 sp1 未 经 过 验 证 sp1 有 失 严 谨 和 妥 当 sil|23 24 18 5 20 17 18 23 30 17 13 13 15 9 17 24 8 16 17 13 19 20 17 17 21 20 20 16 20 20 22|0.0|6.41 +009359|sil gai1 dian4 shi4 ming2 ma3 shi2 jia4 sp1 ye3 ti2 gong1 bu4 tong2 you1 hui4 sp1 jing1 ming2 de5 xiao1 fei4 zhe2 dong3 de2 xuan3 ze2 sil|sil 该 店 是 明 码 实 价 sp1 也 提 供 不 同 优 惠 sp1 精 明 的 消 费 者 懂 得 选 择 sil|23 19 20 16 18 17 20 25 20 11 16 19 11 18 17 23 35 18 15 8 18 14 18 18 11 21 27 23|0.0|6.02 +009360|sil sui2 hou4 sp1 you2 liang3 ming2 shen1 cai2 lve4 wei2 ai2 xiao3 de5 xiao1 fang2 guan1 bing1 sp1 jin4 ru4 jia4 shi3 shi4 jin4 xing2 ying2 jiu4 sil|sil 随 后 sp1 由 两 名 身 材 略 为 矮 小 的 消 防 官 兵 sp1 进 入 驾 驶 室 进 行 营 救 sil|26 20 24 18 14 19 20 20 19 17 13 17 14 11 16 16 19 17 8 19 9 19 15 23 18 15 19 20 23|0.0|5.9 +009361|sil bu4 shao3 ren2 yin1 ci3 ren4 shi5 le5 guang3 zhou1 sp1 ji4 zhu4 le5 hai3 xin1 sha1 sp1 xiang4 wang3 zhu1 jiang1 bian1 de5 cui3 can4 sil|sil 不 少 人 因 此 认 识 了 广 州 sp1 记 住 了 海 心 沙 sp1 向 往 珠 江 边 的 璀 璨 sil|22 15 19 21 17 21 18 11 12 19 23 14 18 12 9 19 18 26 25 20 14 14 17 14 9 20 27 19|0.0|5.72 +009362|sil zhe4 ji3 ju4 hua4 sp1 ru2 kong3 bu4 pian4 li3 de5 kong3 bu4 yin1 yue4 sp1 jia1 shen1 le5 yu3 xiang2 de5 ju2 cu4 bu4 an1 sil|sil 这 几 句 话 sp1 如 恐 怖 片 里 的 恐 怖 音 乐 sp1 加 深 了 雨 翔 的 局 促 不 安 sil|24 16 12 16 26 14 16 23 13 21 16 12 23 10 20 21 25 18 13 10 18 22 11 17 20 15 24 20|0.0|5.76 +009363|sil ke2 yi3 zuo4 dao4 bu4 shua1 ya2 sp1 bu4 zheng2 li3 tou2 fa4 sp1 ye3 bu4 chuan1 xie2 zi5 sp1 shen4 zhi4 bu2 huan4 wa4 zi5 sil|sil 可 以 做 到 不 刷 牙 sp1 不 整 理 头 发 sp1 也 不 穿 鞋 子 sp1 甚 至 不 换 袜 子 sil|22 16 12 17 21 13 23 23 8 14 14 13 24 21 26 12 10 18 24 15 17 20 15 12 20 21 18 23|0.0|5.71 +009364|sil bu4 neng2 jiang1 zheng4 fu3 ying1 dang1 cheng2 dan1 de5 bu3 tie1 sp1 zuo4 wei2 cai2 zheng4 bao1 fu5 sp1 shuai2 gei3 lao2 bai3 xing4 sil|sil 不 能 将 政 府 应 当 承 担 的 补 贴 sp1 作 为 财 政 包 袱 sp1 甩 给 老 百 姓 sil|23 14 19 22 18 17 14 16 21 18 7 16 25 6 21 15 18 15 17 16 6 22 10 15 15 24 20|0.0|5.22 +009365|sil zhan3 xin1 de5 lou2 fang2 gao1 gao1 song3 li4 sp1 ran2 er2 yi2 wang4 ke3 zhi1 sp1 xu3 duo1 fang2 zi5 reng2 zai4 kong1 zhi4 sil|sil 崭 新 的 楼 房 高 高 耸 立 sp1 然 而 一 望 可 知 sp1 许 多 房 子 仍 在 空 置 sil|24 20 17 6 19 24 14 14 22 21 35 15 24 14 19 19 22 11 21 13 21 17 22 15 23 19 22|0.0|5.96 +009366|sil ju2 huang2 de5 deng1 guang1 ying4 zhe5 jie1 jing3 sp1 yu3 xiang2 xin1 li3 fu2 qi3 yi4 zhong3 shen1 zai4 yi4 xiang1 de5 leng3 qing1 sil|sil 橘 黄 的 灯 光 映 着 街 景 sp1 雨 翔 心 里 浮 起 一 种 身 在 异 乡 的 冷 清 sil|23 23 18 9 16 22 17 11 21 27 38 11 19 17 19 16 15 13 19 21 20 9 19 6 19 32 18|0.0|5.78 +009367|sil ru2 guo3 zhen1 shi4 chen2 le5 jiu4 chai1 sp1 xiu1 le5 you4 chen2 sp1 zhe4 tie3 lu4 sp1 neng2 bu4 neng2 bao3 zheng4 an1 quan2 ya5 sil|sil 如 果 真 是 沉 了 就 拆 sp1 修 了 又 沉 sp1 这 铁 路 sp1 能 不 能 保 证 安 全 呀 sil|25 14 15 19 21 20 10 16 30 4 20 10 14 30 31 16 17 23 10 15 8 17 15 13 16 21 24 20|0.0|5.73 +009368|sil ji1 zhang3 hai2 shuo1 sp1 zhong1 guo2 ren2 tai4 rong2 yi4 gao3 dian1 la5 sp1 gao4 su4 ta1 shi4 mian3 fei4 de5 ji2 ke3 sil|sil 机 长 还 说 sp1 中 国 人 太 容 易 搞 掂 啦 sp1 告 诉 他 是 免 费 的 即 可 sil|24 17 17 17 26 18 18 15 23 23 11 10 17 18 16 31 16 12 19 14 22 17 10 16 29 22|0.0|5.55 +009369|sil ji3 nian2 zhi1 hou4 sp1 na4 ge5 men2 kan3 jing4 ran2 bei4 wo3 men5 di4 xiong1 liang3 ge4 sp1 ta4 ao1 xia4 qu4 yi2 kuai4 sil|sil 几 年 之 后 sp1 那 个 门 槛 竟 然 被 我 们 弟 兄 两 个 sp1 踏 凹 下 去 一 块 sil|24 15 19 13 26 24 13 7 22 30 15 17 13 10 15 18 17 25 17 26 24 18 18 17 10 28 20|0.0|5.82 +009370|sil fang2 jia4 de5 gao1 ba4 sp1 zheng4 zai4 cong2 da4 hu4 xing2 kai1 shi3 wa2 jie3 sp1 bing4 xiang4 zhong1 xiao3 hu4 xing2 man4 yan2 sil|sil 房 价 的 高 坝 sp1 正 在 从 大 户 型 开 始 瓦 解 sp1 并 向 中 小 户 型 蔓 延 sil|27 21 16 10 20 24 10 18 14 24 18 15 20 15 13 18 26 20 17 20 16 17 14 15 21 27 19|0.0|5.75 +009371|sil jiu4 xiang4 lan2 qiu2 sp1 chong1 man3 qi4 jiu4 peng1 peng1 you3 li4 sp1 ru2 guo2 bie3 le5 sp1 ye3 jiu4 da3 bu4 qi3 lai2 sil|sil 就 像 篮 球 sp1 充 满 气 就 砰 砰 有 力 sp1 如 果 瘪 了 sp1 也 就 打 不 起 来 sil|23 17 15 20 32 20 19 19 27 16 18 18 17 20 27 12 14 24 16 31 11 23 16 12 15 27 22|0.0|6.16 +009372|sil ji2 jiang1 dao4 lai2 de5 xin1 sheng1 ming4 sp1 ye3 rang4 ke3 er2 kan4 qi3 lai2 geng4 jia1 wu3 mei4 sp1 geng4 jia1 xing4 gan3 sil|sil 即 将 到 来 的 新 生 命 sp1 也 让 可 儿 看 起 来 更 加 妩 媚 sp1 更 加 性 感 sil|24 14 20 13 14 10 18 15 23 16 14 16 27 18 20 11 15 16 20 15 24 6 17 16 23 25 17|0.0|5.42 +009373|sil zhe4 shi4 fo2 ding3 sp1 gu2 she3 li4 chong2 guang1 hou4 sp1 shou3 ci4 zai4 zhong1 guo2 nei4 di4 yi3 wai4 di4 qu1 gong4 feng4 sil|sil 这 是 佛 顶 sp1 骨 舍 利 重 光 后 sp1 首 次 在 中 国 内 地 以 外 地 区 供 奉 sil|24 16 20 24 27 3 16 14 14 24 18 25 16 24 21 15 16 11 18 14 13 18 13 16 19 26 16|0.0|5.59 +009374|sil xiao3 pei2 ni3 du4 guo4 zhe4 man4 chang2 de5 hei1 ye4 sil|sil 小 陪 你 度 过 这 漫 长 的 黑 夜 sil|26 28 23 18 16 12 10 22 19 9 23 25 21|0.0|2.93 +009375|sil yu4 mi3 xiang1 jing1 bi3 tian2 mi4 su4 geng4 li4 hai4 sil|sil 玉 米 香 精 比 甜 蜜 素 更 厉 害 sil|24 13 14 23 28 15 20 17 18 18 18 27 23|0.0|2.99 +009376|sil xian4 zai4 zhe4 zhong3 tui2 shi4 sp1 ye3 zheng4 zai4 chan3 ye4 lian4 de5 ge4 ge4 huan2 jie2 zhong1 you2 suo2 ti3 xian4 sil|sil 现 在 这 种 颓 势 sp1 也 正 在 产 业 链 的 各 个 环 节 中 有 所 体 现 sil|26 25 15 12 14 18 23 22 11 15 13 22 9 20 13 15 12 19 13 20 14 17 19 26 20|0.0|5.03 +009377|sil jin4 huo4 shi2 sp1 gong1 chang3 gen1 wo3 shuo1 shi4 chun2 mian2 de5 sp1 wo3 mo1 qi3 lai2 ye3 bu2 xiang4 sil|sil 进 货 时 sp1 工 厂 跟 我 说 是 纯 棉 的 sp1 我 摸 起 来 也 不 像 sil|25 19 19 24 14 17 21 14 10 18 14 20 24 14 30 12 16 15 19 15 11 29 19|0.0|4.86 +009378|sil nv3 jia4 shi3 yuan2 bu2 le4 yi4 le5 sp1 zui2 li3 kai1 shi3 ma4 ma5 lie1 lie1 de5 sil|sil 女 驾 驶 员 不 乐 意 了 sp1 嘴 里 开 始 骂 骂 咧 咧 的 sil|26 14 19 16 18 11 17 15 19 19 20 19 17 12 19 15 15 22 15 22|0.0|4.06 +009379|sil nan2 tou2 xian4 ri4 yue4 tan2 lan3 che1 quan2 bu4 zan4 ting2 sp1 mu4 qian2 zheng4 zai4 shu1 san4 you2 ke4 sil|sil 南 投 县 日 月 潭 缆 车 全 部 暂 停 sp1 目 前 正 在 疏 散 游 客 sil|25 21 18 21 12 14 19 19 22 24 12 18 28 31 13 25 15 14 17 19 16 24 23|0.0|5.23 +009380|sil yin1 wei4 gong1 zuo4 yuan2 yin1 jing1 chang2 de2 zui4 ren2 sp1 ta1 ye3 jing1 chang2 shou4 dao4 ru3 ma4 he2 wei2 gong1 sil|sil 因 为 工 作 原 因 经 常 得 罪 人 sp1 他 也 经 常 受 到 辱 骂 和 围 攻 sil|25 13 17 15 15 16 23 19 18 14 16 25 25 14 12 14 17 12 17 14 22 14 16 23 22|0.0|5.08 +009381|sil e1 nuo2 de5 ti3 tai4 rang4 ren2 si1 hao2 kan4 bu4 chu1 sp1 ta1 ji3 ge4 yue4 qian2 gang1 gang1 sheng1 wan2 bao3 bao5 sil|sil 婀 娜 的 体 态 让 人 丝 毫 看 不 出 sp1 她 几 个 月 前 刚 刚 生 完 宝 宝 sil|26 15 13 12 19 26 18 14 17 13 19 10 23 24 15 14 10 14 26 17 13 14 17 19 23 21|0.0|5.25 +009382|sil zhe4 du2 si3 wang2 qiang2 shang4 sp1 dan4 kong3 lei2 lei3 sp1 zhe4 li3 shi4 na4 cui4 chu3 jue2 fan4 ren2 de5 di4 fang5 sil|sil 这 堵 死 亡 墙 上 sp1 弹 孔 累 累 sp1 这 里 是 纳 粹 处 决 犯 人 的 地 方 sil|25 18 15 19 16 23 23 7 19 17 15 25 34 12 12 16 21 20 23 15 19 13 8 15 22 22|0.0|5.5 +009383|sil ling2 dao3 jiu1 jie2 le5 sp1 ling2 dao3 xi2 fur4 r ji2 yan3 le5 sp1 fa1 duan3 xin4 de5 nv3 xia4 shu3 wu2 yu3 le5 sil|sil 领 导 纠 结 了 sp1 领 导 媳 妇 儿 急 眼 了 sp1 发 短 信 的 女 下 属 无 语 了 sil|25 20 17 17 19 18 23 15 13 18 20 0 17 15 25 37 15 17 14 7 14 21 23 20 17 24 20|0.0|5.7 +009384|sil jiu4 hong3 zhe5 le4 le5 sp1 le4 le5 ye3 an1 jing4 xia4 lai2 le5 sp1 bing4 mei2 you3 chu1 xian4 ren4 he2 zheng4 zhuang4 sil|sil 就 哄 着 乐 乐 sp1 乐 乐 也 安 静 下 来 了 sp1 并 没 有 出 现 任 何 症 状 sil|23 19 21 10 21 21 25 15 20 12 15 16 15 16 15 24 14 9 12 15 15 14 13 20 22 22|0.0|5.16 +009385|sil zhi3 yao4 xiang4 yi3 qian2 yi2 yang4 ta1 ta5 shi2 shi2 de5 gan4 sp1 yi2 ding4 neng2 hui1 fu4 guo4 lai2 sil|sil 只 要 像 以 前 一 样 踏 踏 实 实 地 干 sp1 一 定 能 恢 复 过 来 sil|23 15 15 21 11 23 11 26 20 17 13 13 11 22 23 12 15 16 14 15 15 23 22|0.0|4.6 +009386|sil jie1 shang4 kong1 liu2 xia4 le5 shen2 se4 cong1 cong1 de5 xing2 ren2 sil|sil 街 上 空 留 下 了 神 色 匆 匆 的 行 人 sil|24 21 25 19 16 16 11 20 14 18 16 8 24 26 21|0.0|3.24 +009387|sil ba4 ba5 duan1 xiang2 yi2 hui4 shuo1 sp1 wo3 fa1 shi4 sp1 zhe4 shi4 wo3 jian4 guo4 de5 zui4 shuai4 de5 guang1 tou2 sil|sil 爸 爸 端 详 一 会 说 sp1 我 发 誓 sp1 这 是 我 见 过 的 最 帅 的 光 头 sil|23 19 18 16 18 12 15 26 33 12 16 25 20 14 14 9 22 20 19 19 21 9 19 30 20|0.0|5.44 +009388|sil zuo4 shang4 dian4 ti1 hou4 sp1 ta1 dou2 dou3 tu1 ran2 diao4 xia4 lai2 le5 sp1 mei2 you3 ren4 he2 xian1 zhao4 sil|sil 坐 上 电 梯 后 sp1 它 抖 抖 突 然 掉 下 来 了 sp1 没 有 任 何 先 兆 sil|25 17 21 15 17 24 21 18 18 27 19 16 18 14 18 16 18 15 12 15 13 21 26 20|0.0|5.15 +009389|sil bu2 liao4 sp1 liu4 ci4 cai3 guang1 jin3 zuo4 le5 san1 ci4 sp1 ta1 de5 lian3 shang4 sp1 jiu4 qi2 man3 ge1 da5 sil|sil 不 料 sp1 六 次 采 光 仅 做 了 三 次 sp1 她 的 脸 上 sp1 就 起 满 疙 瘩 sil|22 14 24 14 17 15 21 26 20 12 11 21 24 29 13 10 19 23 6 18 17 21 20 21 19|0.0|5.31 +009390|sil xi3 huan1 mei3 yi2 ge4 ai4 sheng1 huo2 de5 ren2 ne5 sil|sil 喜 欢 每 一 个 爱 生 活 的 人 呢 sil|27 16 22 18 11 15 14 22 14 10 17 21 21|0.0|2.65 +009391|sil kai2 mu3 bo2 yi1 zi4 ji3 zai4 ken3 ni2 ya4 ye3 shi4 yi4 ming2 jing3 cha2 sil|sil 凯 姆 博 伊 自 己 在 肯 尼 亚 也 是 一 名 警 察 sil|23 18 14 19 22 17 12 15 17 13 24 11 15 7 18 19 31 22|0.0|3.68 +009392|sil jin1 hua1 xiang1 yin2 hua1 xiang1 sp1 guan1 jian4 zhan1 le5 ke1 ji4 de5 guang1 sil|sil 金 花 香 银 花 香 sp1 关 键 沾 了 科 技 的 光 sil|25 20 21 34 19 21 28 19 17 15 15 11 20 17 10 30 19|0.0|3.96 +009393|sil ge2 wei3 sheng4 sp1 ba3 che1 zi5 ting2 zai4 li2 ce4 suo3 jin4 de5 di4 fang5 sil|sil 葛 伟 胜 sp1 把 车 子 停 在 离 厕 所 近 的 地 方 sil|23 17 14 26 9 17 22 15 22 17 13 17 15 17 10 18 23 18|0.0|3.63 +009394|sil zhu1 yan4 lai2 sp1 zhong1 guo2 qian2 ren4 zong2 li3 zhu1 rong2 ji1 de5 nv3 er2 sil|sil 朱 燕 来 sp1 中 国 前 任 总 理 朱 镕 基 的 女 儿 sil|24 21 18 28 22 18 16 17 15 18 19 16 17 14 11 16 26 21|0.0|3.91 +009395|sil xiao2 xue3 wen4 lao3 ba4 sp1 ba4 sp1 you3 mei2 you2 bi3 jiao4 kong3 bu4 de5 shu1 sil|sil 小 雪 问 老 爸 sp1 爸 sp1 有 没 有 比 较 恐 怖 的 书 sil|25 27 25 10 20 24 43 24 22 11 11 11 11 16 21 15 11 27 21|0.0|4.35 +009396|sil chen2 shui2 bian3 sp1 yi3 san1 gui4 jiu3 kou4 de5 fang1 shi4 jin4 ru4 ling2 tang2 sil|sil 陈 水 扁 sp1 以 三 跪 九 叩 的 方 式 进 入 灵 堂 sil|24 20 21 30 11 17 23 19 19 19 9 19 18 19 10 20 32 18|0.0|4.04 +009397|sil er2 tong2 que1 dian3 sp1 hui4 dao3 zhi4 zhi4 li4 di1 xia4 sp1 shen1 cai2 ai2 xiao3 sil|sil 儿 童 缺 碘 sp1 会 导 致 智 力 低 下 sp1 身 材 矮 小 sil|26 17 21 21 30 10 18 18 18 13 16 16 25 7 20 20 18 31 22|0.0|4.26 +009398|sil na3 ge4 nv3 hai2 zi5 sp1 ru2 shang4 hai3 de5 xue3 sp1 ye3 suan4 ta1 wan2 le5 sil|sil 哪 个 女 孩 子 sp1 如 上 海 的 雪 sp1 也 算 她 完 了 sil|25 18 11 17 22 20 4 18 22 16 9 27 23 14 18 16 20 16 23|0.0|3.93 +009399|sil hao3 wan2 sp1 qu4 kan4 su1 zhou1 yuan2 lin2 ya5 sp1 gan3 shou4 xiao3 qiao2 liu2 shui3 sil|sil 好 玩 sp1 去 看 苏 州 园 林 呀 sp1 感 受 小 桥 流 水 sil|24 18 22 11 20 17 16 16 13 19 21 19 17 18 19 16 16 31 23|0.0|4.13 +009400|sil nv3 hai2 zi5 de5 nian2 ling2 zen3 me5 neng2 qing1 yi4 gao4 su4 ni3 ne5 sil|sil 女 孩 子 的 年 龄 怎 么 能 轻 易 告 诉 你 呢 sil|25 15 18 12 9 19 26 17 6 17 23 13 17 14 15 27 19|0.0|3.39 +009401|sil yi1 sheng1 dui4 xiao3 qin2 qiang3 jiu4 shi2 sp1 fa1 xian4 xiao3 qin2 yi3 jing1 si3 wang2 sil|sil 医 生 对 小 秦 抢 救 时 sp1 发 现 小 秦 已 经 死 亡 sil|25 14 28 15 17 18 21 21 26 4 20 20 15 19 12 15 22 30 24|0.0|4.245 +009402|sil zuo2 ri4 sp1 jiang1 xia4 de5 sun1 xian1 sheng5 jiu4 shuan4 le5 hui2 pian4 zi5 sil|sil 昨 日 sp1 江 夏 的 孙 先 生 就 涮 了 回 骗 子 sil|24 21 26 16 22 17 7 19 22 25 20 18 8 16 26 20 27|0.0|3.875 +009403|sil wo3 xun4 su4 xia4 lai2 le5 sp1 jie2 guo3 bei4 ma1 ma5 da3 le5 yi2 dun4 sil|sil 我 迅 速 下 来 了 sp1 结 果 被 妈 妈 打 了 一 顿 sil|25 13 19 15 21 16 18 13 21 17 11 16 17 15 10 16 26 27|0.0|3.665 +009404|sil er4 hao4 qin3 shi4 li3 san1 ge4 ren2 sp1 dou1 tang3 zai4 chuang2 shang4 wen1 shu1 sil|sil 二 号 寝 室 里 三 个 人 sp1 都 躺 在 床 上 温 书 sil|26 14 20 18 13 16 19 11 21 10 17 20 10 20 16 16 28 21|0.0|3.67 +009405|sil ji3 tian1 hou4 sp1 ta1 jiu4 ying2 lai2 le5 geng4 jia1 hui1 huang2 de5 sheng4 li4 sil|sil 几 天 后 sp1 他 就 迎 来 了 更 加 辉 煌 的 胜 利 sil|24 16 15 27 10 18 11 14 16 14 18 18 16 18 8 18 25 27|0.0|3.635 +009406|sil cong2 ci3 sp1 ge1 dong3 de2 le5 yi2 ge5 dao4 li3 sp1 zuo4 ren2 yao4 cheng2 shi2 sil|sil 从 此 sp1 哥 懂 得 了 一 个 道 理 sp1 做 人 要 诚 实 sil|24 23 29 11 17 18 7 7 13 9 22 18 15 18 18 15 26 29 22|0.0|3.96 +009407|sil xiang1 gang3 hui2 gui1 yi4 zhou1 nian2 de5 ji4 nian4 ri4 ji2 jiang1 lai2 lin2 sil|sil 香 港 回 归 一 周 年 的 纪 念 日 即 将 来 临 sil|26 25 19 18 17 14 15 17 9 10 20 18 15 19 16 31 25|0.0|3.65 +009408|sil teng2 tong4 nan2 ren3 de5 wang2 dan1 dan1 sui2 ji2 ye3 tang2 dao3 zai4 di4 sil|sil 疼 痛 难 忍 的 王 丹 丹 随 即 也 躺 倒 在 地 sil|24 24 20 16 15 8 19 18 26 24 15 11 24 14 20 23 26|0.0|3.8 +009409|sil ming2 zui3 sp1 yu3 yang1 shi4 de5 qi2 lu4 chi2 zao3 hui4 bao4 lu4 chu1 lai5 sil|sil 名 嘴 sp1 与 央 视 的 歧 路 迟 早 会 暴 露 出 来 sil|25 24 30 6 17 18 16 9 23 22 24 15 16 18 15 15 24 28|0.0|4.0 +009410|sil ni2 shou3 xian1 yao4 zhao2 ji3 ge5 jing1 bu4 qi3 nie1 de5 ruan3 shi4 zi5 sil|sil 你 首 先 要 找 几 个 经 不 起 捏 的 软 柿 子 sil|25 13 18 29 18 17 14 12 18 11 17 21 7 20 26 25 23|0.0|3.645 +009411|sil san1 ren2 xia4 ban1 hou4 sp1 dou1 yu3 mai4 ke4 bu4 lai4 de2 tong1 duan3 xin4 sil|sil 三 人 下 班 后 sp1 都 与 麦 克 布 赖 德 通 短 信 sil|26 21 15 18 16 25 6 17 17 21 12 10 18 18 21 17 28 28|0.0|3.88 +009412|sil dian4 yuan2 sp1 cong2 lai2 mei2 zhuang1 guo4 du2 pin3 sp1 xiao1 de5 shen2 me5 du2 sil|sil 店 员 sp1 从 来 没 装 过 毒 品 sp1 消 的 什 么 毒 sil|25 19 27 26 21 12 16 17 10 14 29 7 21 10 15 11 27 25|0.0|3.86 +009413|sil shang1 ren2 hen3 shi2 zai4 sp1 dang1 ran2 zhi1 dao4 wen2 hua4 ke2 yi3 sheng1 cai2 sil|sil 商 人 很 实 在 sp1 当 然 知 道 文 化 可 以 生 财 sil|25 24 20 20 22 22 19 14 16 13 18 18 25 14 10 21 33 26|0.0|4.185 +009414|sil li4 shi3 sp1 kao4 zun1 hua4 ren2 de5 re4 xue4 he2 han4 shui2 xie3 jiu4 sil|sil 历 史 sp1 靠 遵 化 人 的 热 血 和 汗 水 写 就 sil|25 19 29 8 20 16 17 14 7 20 20 12 21 18 19 24 26|0.0|3.66 +009415|sil zhe4 shi4 yi4 tian1 nei4 sp1 di4 er4 qi3 er2 tong2 bai3 nong4 qiang1 zhi1 sp1 zhi4 ren2 sang4 sheng1 shi4 jian4 sil|sil 这 是 一 天 内 sp1 第 二 起 儿 童 摆 弄 枪 支 sp1 致 人 丧 生 事 件 sil|25 14 15 14 21 23 4 11 21 21 17 21 11 17 24 23 7 19 20 23 17 20 27 31|0.0|5.18 +009416|sil er2 liu2 mou3 zheng4 cong2 dong1 xiang4 xi1 dao4 che1 sp1 zhi2 jie1 jiang1 lao3 tai4 gua2 dao3 zai4 di4 sil|sil 而 刘 某 正 从 东 向 西 倒 车 sp1 直 接 将 老 太 剐 倒 在 地 sil|25 14 22 34 21 21 15 18 15 18 29 24 16 15 17 16 25 18 18 19 21 25|0.0|5.175 +009417|sil yu2 mou3 shang4 qian2 hu4 fu1 sp1 bei4 nan2 mou3 lan2 zhu4 qu4 lu4 sp1 liang3 ren2 niu2 da2 qi3 lai2 sil|sil 余 某 上 前 护 夫 sp1 被 南 某 拦 住 去 路 sp1 两 人 扭 打 起 来 sil|25 15 22 20 21 18 29 20 19 24 26 17 12 19 19 34 15 20 20 14 16 25 24|0.0|5.5 +009418|sil guo1 hong2 ding4 jie4 shao4 sp1 qi2 zhong1 de5 yi1 san1 wu3 sp1 zhu3 yao4 jiu4 shi4 zhi3 gong1 zu1 fang2 sil|sil 郭 宏 定 介 绍 sp1 其 中 的 一 三 五 sp1 主 要 就 是 指 公 租 房 sil|24 17 18 17 17 23 24 19 22 21 21 30 21 10 15 15 13 14 13 19 18 33 25|0.0|5.21 +009419|sil guai4 bu4 de2 gu3 ren2 chang2 shuo1 sp1 jin4 zhu1 zhe3 chi4 sp1 wo3 xian4 zai4 que4 shi2 yue4 lai2 yue4 xiang4 zhu3 ren2 le5 sil|sil 怪 不 得 古 人 常 说 sp1 近 朱 者 赤 sp1 我 现 在 确 实 越 来 越 像 主 人 了 sil|23 20 12 17 12 17 21 27 17 25 17 17 27 39 12 22 21 22 14 12 12 13 20 11 18 18 28|0.0|5.965 +009420|sil jing1 zhen3 duan4 sp1 hao4 hao5 bei4 que4 zhen3 wei2 xiao4 chuan3 sp1 bing4 zai4 zhi1 hou4 shu4 zhou1 nei4 duo1 ci4 jin4 xing2 zhen3 zhi4 sil|sil 经 诊 断 sp1 昊 昊 被 确 诊 为 哮 喘 sp1 并 在 之 后 数 周 内 多 次 进 行 诊 治 sil|23 23 20 27 16 21 25 15 18 13 15 22 30 39 19 20 13 19 17 17 27 17 17 14 17 18 24 25|0.0|6.625 +009421|sil hai2 you3 ta1 zai4 si1 xia4 qi2 shi2 bi3 jiao4 la1 ta5 sp1 xiang4 xi1 li4 ge1 yi2 yang4 sil|sil 还 有 他 在 私 下 其 实 比 较 邋 遢 sp1 像 犀 利 哥 一 样 sil|24 17 22 17 13 18 21 16 13 12 13 20 25 12 19 16 14 18 14 23 27|0.0|4.345 +009422|sil dang1 shi2 sp1 yi3 shi4 shi4 ren2 da4 dai4 biao3 de5 xiao1 you4 mei3 tie1 chu1 jing4 xuan2 hai3 bao4 sp1 yi3 she4 qu1 ju1 min2 shen1 fen4 can1 xuan3 sil|sil 当 时 sp1 已 是 市 人 大 代 表 的 肖 幼 美 贴 出 竞 选 海 报 sp1 以 社 区 居 民 身 份 参 选 sil|23 19 27 15 14 22 14 17 12 17 20 13 19 14 30 17 17 16 16 20 23 27 17 17 13 14 16 17 14 19 28 26|0.0|6.885 +009423|sil an4 jian4 pan4 jue2 hou4 sp1 she4 hui4 xiao4 guo2 hao3 sil|sil 案 件 判 决 后 sp1 社 会 效 果 好 sil|25 17 17 20 17 23 7 18 14 20 13 33 26|0.0|2.905 +009424|sil ta1 zhe4 cai2 lun1 qi3 dao1 zi5 sp1 zhe4 shu3 yu2 ji1 qing2 fan4 zui4 sp1 bing4 mei2 you2 zhu3 guan1 e4 yi4 sil|sil 她 这 才 抡 起 刀 子 sp1 这 属 于 激 情 犯 罪 sp1 并 没 有 主 观 恶 意 sil|22 20 19 14 18 13 20 20 24 15 18 19 17 23 19 20 15 17 11 14 15 18 16 26 22|0.0|5.285 +009425|sil ci2 tie3 li4 ji2 zai4 wang3 shang4 yin2 qi3 re4 chao3 sil|sil 此 帖 立 即 在 网 上 引 起 热 炒 sil|26 21 23 22 14 15 20 17 17 14 19 32 26|0.0|3.085 +009426|sil ni3 de5 tou2 ding3 dou1 tu1 cheng2 shen2 me5 yang4 zi5 le5 sp1 gen1 wo3 shang1 liang4 guo4 ma5 sil|sil 你 的 头 顶 都 秃 成 什 么 样 子 了 sp1 跟 我 商 量 过 吗 sil|26 12 11 22 24 15 17 19 16 12 18 14 18 22 14 11 16 19 13 27 24|0.0|4.29 +009427|sil sui2 hou4 sp1 gou2 zhu3 ren2 lian2 xu4 chu1 zhao1 sp1 shuai2 er3 guang1 sp1 yong4 jiao3 chuai4 sp1 zhuai4 tou2 fa4 sp1 ou1 da2 nv3 dian4 zhang3 xie4 fen4 sil|sil 随 后 sp1 狗 主 人 连 续 出 招 sp1 甩 耳 光 sp1 用 脚 踹 sp1 拽 头 发 sp1 殴 打 女 店 长 泄 愤 sil|26 20 25 12 20 13 18 19 16 17 26 22 19 17 28 12 17 18 30 9 20 24 23 25 16 18 18 19 21 21 25 23|0.0|7.4 +009428|sil yi4 shen2 fa3 yuan4 sp1 xian3 ran2 hun4 xiao2 le5 zhe4 san1 ge5 guan1 xi5 sil|sil 一 审 法 院 sp1 显 然 混 淆 了 这 三 个 关 系 sil|25 14 22 20 21 3 21 21 17 19 15 14 17 9 19 27 25|0.0|3.59 +009429|sil gai1 an4 mu4 qian2 yi3 jin4 ru4 yi2 jiao1 fa3 yuan4 qi3 su4 jie1 duan4 sil|sil 该 案 目 前 已 进 入 移 交 法 院 起 诉 阶 段 sil|24 19 22 19 25 15 15 13 16 17 22 23 19 21 18 26 26|0.0|3.95 +009430|sil ta1 sp1 chuan1 le5 yi2 jian4 song1 kua2 kua3 de5 hong2 se4 chen4 shan1 sil|sil 他 sp1 穿 了 一 件 松 垮 垮 的 红 色 衬 衫 sil|23 30 15 20 7 17 21 21 17 20 9 19 16 20 31 25|0.0|3.61 +009431|sil ran2 hou4 jiu4 chu1 men2 le5 sp1 liu2 xia4 cuo4 e4 de5 lao3 po2 sil|sil 然 后 就 出 门 了 sp1 留 下 错 愕 的 老 婆 sil|26 17 21 14 18 20 19 24 14 17 23 16 7 21 26 25|0.0|3.58 +009432|sil su1 jing4 mei2 you2 dian3 di1 de5 xing1 fen4 sp1 dao4 shi4 su1 mu3 sp1 wei2 kong3 tian1 xia4 bu4 zhi1 sp1 si4 chu4 da3 dian4 hua4 tong1 zhi1 sil|sil 苏 静 没 有 点 滴 的 兴 奋 sp1 倒 是 苏 母 sp1 惟 恐 天 下 不 知 sp1 四 处 打 电 话 通 知 sil|26 24 22 14 14 20 11 9 22 22 26 15 13 18 26 6 20 20 15 20 14 20 16 20 17 15 14 17 21 23 23|0.0|6.54 +009433|sil gong1 cheng2 xian4 chang3 sp1 you3 gong1 ren2 zai4 lie4 ri4 xia4 da3 hang1 sil|sil 工 程 现 场 sp1 有 工 人 在 烈 日 下 打 夯 sil|23 19 19 20 28 17 14 14 19 15 15 11 21 18 33 25|0.0|3.61 +009434|sil nv3 sp1 wo3 kan4 dao4 yi2 liang4 bao2 ma3 sp1 cai2 bu2 dao4 liang2 bai3 wan4 sil|sil 女 sp1 我 看 到 一 辆 宝 马 sp1 才 不 到 两 百 万 sil|26 33 30 13 21 18 11 17 17 25 7 20 11 11 23 16 22 22|0.0|3.985 +009435|sil ba1 ling2 hou4 de5 yue4 guang1 zu2 sp1 ying1 gai1 ru2 he2 li3 cai2 ne5 sil|sil 八 零 后 的 月 光 族 sp1 应 该 如 何 理 财 呢 sil|23 16 17 17 10 15 21 25 7 18 19 17 16 15 20 27 23|0.0|3.555 +009436|sil ta1 shuo1 sp1 jing1 ju4 jiang3 jiu1 de5 shi4 qin2 shi1 si1 gu3 sil|sil 他 说 sp1 京 剧 讲 究 的 是 琴 师 司 鼓 sil|22 17 28 23 26 21 21 16 10 19 33 29 27 31 24|0.0|4.03 +009437|sil chi1 ku3 nai4 lao2 lian2 xu4 zuo4 zhan4 de5 zuo4 feng1 za3 yang4 sil|sil 吃 苦 耐 劳 连 续 作 战 的 作 风 咋 样 sil|23 25 18 19 26 27 18 17 15 9 17 19 21 21 27|0.0|3.505 +009438|sil kan4 dao4 zhe4 ge5 heng2 fu2 sp1 xu3 duo1 ren2 re4 lei4 ying2 kuang4 sil|sil 看 到 这 个 横 幅 sp1 许 多 人 热 泪 盈 眶 sil|24 21 13 13 10 20 24 6 22 17 16 15 18 16 28 25|0.0|3.345 +009439|sil ling4 wai4 sp1 ren2 gong1 du2 dian3 jiang1 jia1 pai4 jing3 li4 shu1 tong1 sil|sil 另 外 sp1 人 工 堵 点 将 加 派 警 力 疏 通 sil|26 16 25 21 19 17 19 27 24 20 21 14 16 18 31 26|0.0|3.945 +009440|sil wo3 yi2 bao4 gao4 ni3 tao2 ye4 sp1 jiu4 de2 chu3 fen4 sp1 mei2 gao4 ni3 ting2 hao3 le5 sp1 kan4 yi4 feng1 xin4 sp1 you3 shen2 me5 liao3 bu4 qi3 le5 sil|sil 我 一 报 告 你 逃 夜 sp1 就 得 处 分 sp1 没 告 你 挺 好 了 sp1 看 一 封 信 sp1 有 什 么 了 不 起 了 sil|24 12 16 20 15 15 21 25 9 16 14 21 23 27 16 17 15 20 21 18 32 16 11 17 24 10 15 15 7 18 12 21 21 25|0.0|7.07 +009441|sil liang3 guo2 yuan2 shou3 gao1 zhan1 yuan2 zhu3 sp1 kai1 chuang4 le5 zhong1 mei3 guan1 xi5 de5 xin1 ju2 mian4 sil|sil 两 国 元 首 高 瞻 远 瞩 sp1 开 创 了 中 美 关 系 的 新 局 面 sil|26 19 14 17 23 18 18 18 27 18 19 17 9 14 16 18 14 9 21 16 30 27|0.0|4.74 +009442|sil quan2 qiu2 di4 yi1 zuo4 ping1 pang1 qiu2 pai1 zao4 xing2 de5 ti3 yu4 bin1 guan3 xiao4 guo3 tu2 sil|sil 全 球 第 一 座 乒 乓 球 拍 造 型 的 体 育 宾 馆 效 果 图 sil|25 24 26 13 14 18 18 15 15 17 16 20 15 19 12 16 13 18 14 31 27|0.0|4.485 +009443|sil lao3 shi1 sp1 zai4 xiang3 yi4 xiang3 sp1 jing1 chang2 na2 yi4 ba2 jian3 dao1 sp1 zai4 hua1 cong2 bian1 liu1 da5 de5 shi4 shen2 me5 ren2 sil|sil 老 师 sp1 再 想 一 想 sp1 经 常 拿 一 把 剪 刀 sp1 在 花 丛 边 溜 达 的 是 什 么 人 sil|24 15 30 21 19 18 16 28 20 21 20 11 11 14 20 24 18 21 16 19 14 18 18 14 14 16 11 30 21|0.0|6.29 +009444|sil ta1 bu2 dan4 da4 sheng1 chao2 rang3 sp1 hai2 da3 huai4 le5 dian4 nei4 hen3 duo1 wu4 pin3 sil|sil 他 不 但 大 声 吵 嚷 sp1 还 打 坏 了 店 内 很 多 物 品 sil|22 22 10 24 19 17 20 26 14 16 17 14 12 16 15 19 14 19 29 24|0.0|4.28 +009445|sil you3 mei2 ti3 zhi2 yan2 sp1 zhe4 yang4 lu4 gu3 de5 jiao4 yu4 sp1 bu4 jin3 wu2 yong4 sp1 er2 qie2 you3 hai4 sil|sil 有 媒 体 直 言 sp1 这 样 露 骨 的 教 育 sp1 不 仅 无 用 sp1 而 且 有 害 sil|26 13 18 18 17 26 26 18 13 16 12 9 22 20 9 15 19 17 19 11 15 18 15 31 27|0.0|5.225 +009446|sil wo3 yi2 qie4 dou1 hao3 sp1 nin2 da4 ke3 bu2 bi4 cao1 xin1 sil|sil 我 一 切 都 好 sp1 您 大 可 不 必 操 心 sil|25 11 16 21 14 27 21 20 18 18 14 16 20 30 25|0.0|3.435 +009447|sil sen1 lin2 gong1 an1 gan3 dao4 hou4 sp1 jiang1 niao2 wang3 chai1 chu2 sil|sil 森 林 公 安 赶 到 后 sp1 将 鸟 网 拆 除 sil|27 18 16 12 17 19 20 22 14 20 19 15 20 32 24|0.0|3.425 +009448|sil dou1 kuai4 cheng2 nian2 le5 sp1 hai2 bu4 zhi1 dao4 huan2 shou3 a5 sil|sil 都 快 成 年 了 sp1 还 不 知 道 还 手 啊 sil|23 15 19 19 22 18 9 18 12 12 12 20 22 22 25|0.0|3.115 +009449|sil bi3 ru2 sp1 qian2 shao4 nai3 nai5 sp1 zhou1 xun4 he2 zhang1 yu2 qi3 sil|sil 比 如 sp1 前 少 奶 奶 sp1 周 迅 和 张 雨 绮 sil|22 16 24 10 28 18 18 25 6 22 28 18 20 13 36 26|0.0|3.83 +009450|sil na4 yang4 de5 ri4 zi5 jian3 zhi2 bu4 gan2 xiang3 xiang4 na5 sil|sil 那 样 的 日 子 简 直 不 敢 想 象 呐 sil|25 19 17 9 20 21 24 20 12 17 20 21 23 25|0.0|3.175 +009451|sil jin1 wan2 sp1 deng3 zhe5 ni3 xi2 fu4 he2 ni3 pin1 ming4 ba5 sil|sil 今 晚 sp1 等 着 你 媳 妇 和 你 拼 命 吧 sil|24 20 28 10 18 10 15 19 21 15 14 20 23 26 24|0.0|3.33 +009452|sil wo3 dang1 shi2 leng4 zai4 na4 ban4 tian1 sp1 bu4 zhi1 za3 ban4 sil|sil 我 当 时 愣 在 那 半 天 sp1 不 知 咋 办 sil|26 13 16 19 19 11 17 20 22 7 13 12 21 22 27|0.0|3.08 +009453|sil yi4 xie1 guan1 yuan2 ting1 wan2 hou4 sp1 jue2 de5 huo4 yi4 fei2 qian3 sil|sil 一 些 官 员 听 完 后 sp1 觉 得 获 益 匪 浅 sil|25 11 15 18 16 17 20 21 7 20 17 25 13 19 33 26|0.0|3.52 +009454|sil zai4 shuo1 sp1 zan2 zhe4 li3 yi2 yang4 mei2 you2 shui3 sp1 da2 sao2 qi3 lai2 geng4 hua1 gong1 fu5 sil|sil 再 说 sp1 咱 这 里 一 样 没 有 水 sp1 打 扫 起 来 更 花 工 夫 sil|26 19 28 8 20 12 14 15 18 12 13 30 16 17 15 15 17 19 20 19 27 24|0.0|4.69 +009455|sil dong1 hu2 cheng2 guan3 dui4 yuan2 zai4 sao2 xue3 sil|sil 东 湖 城 管 队 员 在 扫 雪 sil|23 17 16 19 15 15 18 15 19 33 25|0.0|2.495 +009456|sil pang2 bian1 yi2 wei4 zhong1 nian2 nan2 zi3 jian4 zhuang4 sp1 lun1 qi3 dang4 kou3 fu4 jin4 de5 deng4 zi5 sp1 jiang1 fan4 mou3 da2 pao3 sil|sil 旁 边 一 位 中 年 男 子 见 状 sp1 抡 起 档 口 附 近 的 凳 子 sp1 将 范 某 打 跑 sil|23 25 24 13 13 16 15 16 12 19 22 29 17 15 21 16 16 11 9 23 21 15 20 16 17 18 32 25|0.0|6.025 +009457|sil kang4 yi4 shi4 wei1 zhe3 sheng1 cheng1 sp1 jiang1 jie3 fang4 shou3 du1 di2 li2 bo1 li3 sil|sil 抗 议 示 威 者 声 称 sp1 将 解 放 首 都 的 黎 波 里 sil|25 22 14 16 11 15 18 28 14 24 16 20 21 22 12 14 17 28 25|0.0|4.2 +009458|sil you3 mei2 you3 fa1 xian4 sp1 wo2 xi3 huan5 bei4 ying3 zhao4 sp1 bu2 guo4 wo3 xiang1 xin4 sp1 ni3 xin1 li2 yi3 jing1 you2 wo3 de5 lun2 kuo4 le5 sil|sil 有 没 有 发 现 sp1 我 喜 欢 背 影 照 sp1 不 过 我 相 信 sp1 你 心 里 已 经 有 我 的 轮 廓 了 sil|25 12 11 14 19 24 7 17 13 18 17 17 23 34 13 14 11 19 23 8 15 19 15 15 18 13 14 8 18 22 20 24|0.0|6.27 +009459|sil yang2 guo2 sheng4 sp1 bei4 shao1 de5 xiang4 ge5 hei1 ren2 sp1 yi1 fu5 gen1 pi2 fu1 zhan1 zai4 yi4 qi3 sil|sil 杨 国 胜 sp1 被 烧 得 像 个 黑 人 sp1 衣 服 跟 皮 肤 粘 在 一 起 sil|27 18 16 26 5 15 20 13 17 11 20 27 33 15 18 15 19 27 20 16 13 33 22|0.0|5.175 +009460|sil na4 shi2 hou4 sp1 wo3 men5 lia3 zhen1 shi4 pin2 jian4 bu4 neng2 yi2 a5 sil|sil 那 时 候 sp1 我 们 俩 真 是 贫 贱 不 能 移 啊 sil|25 18 16 20 8 10 11 19 18 18 27 22 10 18 20 26 22|0.0|3.58 +009461|sil shi4 ma5 sp1 li3 zhi4 qing1 shuo1 zhe5 pi4 gu5 you4 na3 yi2 cun4 sil|sil 是 吗 sp1 李 志 清 说 着 屁 股 又 哪 一 寸 sil|25 20 28 31 13 14 21 18 10 24 23 16 20 13 31 26|0.0|3.865 +009462|sil xuan1 shi4 jie2 shu4 sp1 guo2 qi2 huan2 huan3 tui4 chu1 hui4 chang3 sil|sil 宣 誓 结 束 sp1 国 旗 缓 缓 退 出 会 场 sil|26 23 17 15 27 29 17 22 23 21 16 14 16 31 26|0.0|3.75 +009463|sil jiu4 suan4 wu2 yu3 sp1 wo2 ye3 hui4 yi4 zhi2 pei2 zhe5 zhu3 ren2 de5 o5 sil|sil 就 算 无 语 sp1 我 也 会 一 直 陪 着 主 人 的 哦 sil|24 19 22 16 26 17 10 13 20 18 14 20 11 12 19 12 26 24|0.0|3.745 +009464|sil ren2 lei4 ru2 he2 cai2 neng2 bai3 tuo1 hui3 mie4 de5 ming4 yun4 sil|sil 人 类 如 何 才 能 摆 脱 毁 灭 的 命 运 sil|26 16 20 17 15 13 16 18 17 16 21 7 22 26 26|0.0|3.21 +009465|sil shui2 neng2 chu1 ren4 sp1 e2 luo2 si1 dui4 xin1 de5 zhu3 jiao4 lian4 sil|sil 谁 能 出 任 sp1 俄 罗 斯 队 新 的 主 教 练 sil|25 21 20 20 23 7 9 13 19 17 21 10 13 18 26 24|0.0|3.325 +009466|sil qi2 ta1 de5 lai2 zi4 yu2 jing1 shen2 bing4 zhen2 suo3 huo4 yi1 yuan4 sil|sil 其 他 的 来 自 于 精 神 病 诊 所 或 医 院 sil|25 21 19 20 22 17 16 16 18 18 16 21 18 15 26 22|0.0|3.6 +009467|sil tong2 shi2 sp1 jie1 dao4 jing1 duo1 fang1 zou2 fang3 qiu2 zheng4 sp1 zui4 zhong1 que4 ren4 le5 jiu4 ren2 zhe3 jiu4 shi4 feng2 shi4 gen4 sil|sil 同 时 sp1 街 道 经 多 方 走 访 求 证 sp1 最 终 确 认 了 救 人 者 就 是 冯 世 艮 sil|21 20 29 16 21 22 19 16 19 15 16 19 22 25 17 17 21 14 10 14 19 24 21 20 21 17 23 25|0.0|6.305 +009468|sil zhi3 yao4 mei2 you3 tai4 duo1 de5 za2 nian4 sp1 jiu4 neng2 ti3 hui4 dao4 zhen1 zheng4 de5 kuai4 le4 la5 sil|sil 只 要 没 有 太 多 的 杂 念 sp1 就 能 体 会 到 真 正 的 快 乐 啦 sil|23 19 17 16 16 17 13 10 18 26 16 12 15 15 16 15 19 17 9 20 13 26 25|0.0|4.565 +009469|sil jin1 nian2 sp1 jiu4 you3 lv2 you3 jian4 yi4 sp1 jin3 kuai4 li4 fa3 jiang1 lv3 you2 ri4 jia4 qi1 chang2 tai4 hua4 sil|sil 今 年 sp1 就 有 驴 友 建 议 sp1 尽 快 立 法 将 旅 游 日 假 期 常 态 化 sil|24 15 29 4 15 12 18 18 22 20 6 24 19 20 30 26 17 12 18 20 25 28 20 30 23|0.0|5.75 +009470|sil zheng1 zhi2 zhong1 sp1 zhao4 mou3 sui4 yong4 shuang1 shou3 qia1 zhu4 guan1 mou3 de5 bo2 zi5 zhi4 qi2 si3 wang2 sil|sil 争 执 中 sp1 赵 某 遂 用 双 手 掐 住 官 某 的 脖 子 致 其 死 亡 sil|24 20 15 29 6 24 24 17 17 20 25 22 15 18 16 10 23 23 17 17 22 33 29|0.0|5.41 +009471|sil dao3 shang4 sp1 you3 han2 fang1 jian4 zao4 de5 deng1 ta3 sp1 hai3 an4 shao4 suo3 he2 ma3 tou2 deng3 she4 shi1 sil|sil 岛 上 sp1 有 韩 方 建 造 的 灯 塔 sp1 海 岸 哨 所 和 码 头 等 设 施 sil|24 19 26 8 15 20 16 19 17 10 22 28 13 16 14 20 25 17 23 22 15 17 26 23|0.0|5.28 +009472|sil tu2 zhong1 you3 yi2 chu4 ming2 xian3 cuo4 wu4 sp1 ji2 sp1 mei2 you2 ba3 tai2 wan1 hua4 wei2 zhong1 guo2 de5 ling2 tu3 sil|sil 图 中 有 一 处 明 显 错 误 sp1 即 sp1 没 有 把 台 湾 划 为 中 国 的 领 土 sil|24 21 23 14 14 19 18 17 22 18 30 29 11 12 14 16 21 19 22 17 18 14 7 20 29 25|0.0|5.73 +009473|sil xie4 xian1 sheng5 tong1 zhi1 le5 hua2 xue2 chang3 gong1 zuo4 ren2 yuan2 sp1 bing4 song4 er2 zi5 qu4 le5 yi1 yuan4 sil|sil 谢 先 生 通 知 了 滑 雪 场 工 作 人 员 sp1 并 送 儿 子 去 了 医 院 sil|26 22 19 20 21 11 11 17 14 21 15 11 19 24 18 18 17 18 14 15 11 17 24 23|0.0|4.95 +009474|sil gai3 kuo4 jian4 guo2 bo2 sp1 bu2 hui4 shi4 wei4 le5 zhan3 shi4 zhe4 xie1 she1 chi2 pin3 wen2 hua4 ba5 sil|sil 改 扩 建 国 博 sp1 不 会 是 为 了 展 示 这 些 奢 侈 品 文 化 吧 sil|24 19 25 19 17 27 12 14 19 13 12 11 15 13 17 17 15 16 15 18 20 24 24|0.0|4.715 +009475|sil ben3 lai2 qu4 tiao2 jie3 jiu1 fen1 de5 sp1 peng4 qiao2 ba3 zhe4 ming2 tao2 fan4 jiu1 chu1 lai2 le5 sil|sil 本 来 去 调 解 纠 纷 的 sp1 碰 巧 把 这 名 逃 犯 揪 出 来 了 sil|23 16 20 20 20 12 16 23 15 24 22 27 15 11 16 22 21 19 13 16 16 26|0.0|4.8 +009476|sil dan4 zai4 si4 nve4 de5 sha1 chen2 sha1 bao4 mian4 qian2 sp1 ji4 hua4 bian4 cheng2 tan2 hua1 yi2 meng4 sil|sil 但 在 肆 虐 的 沙 尘 沙 暴 面 前 sp1 计 划 变 成 昙 花 一 梦 sil|23 20 19 20 20 12 24 28 22 16 18 29 19 18 21 16 18 17 19 11 26 24|0.0|5.11 +009477|sil zhe4 gu3 xuan4 feng1 xiang4 ta1 de5 dui4 mian4 kuai4 su4 yi2 dong4 sp1 cai3 gang1 ban3 ye3 gen1 zhe5 pao3 sil|sil 这 股 旋 风 向 他 的 对 面 快 速 移 动 sp1 彩 钢 板 也 跟 着 跑 sil|24 17 12 22 28 25 16 11 15 25 22 15 15 20 30 23 20 22 17 17 13 31 24|0.0|5.385 +009478|sil mian4 dui4 tong2 yang4 jue2 jiang4 de5 fu4 qin5 sp1 wei1 zi3 wu2 ke3 nai4 he2 zhi3 de2 bai3 yi1 bai3 shun4 sil|sil 面 对 同 样 倔 强 的 父 亲 sp1 巍 子 无 可 奈 何 只 得 百 依 百 顺 sil|24 21 16 21 19 15 16 7 19 26 31 16 25 13 13 20 30 19 23 16 15 19 25 27|0.0|5.53 +009479|sil wo3 gan2 jin3 fan1 qian2 bao1 sp1 wan2 le5 sp1 jiu4 sheng4 wu3 mao2 le5 sp1 bao4 jing3 ba5 sp1 shou3 ji1 ne5 sil|sil 我 赶 紧 翻 钱 包 sp1 完 了 sp1 就 剩 五 毛 了 sp1 报 警 吧 sp1 手 机 呢 sil|25 14 17 17 16 19 24 29 19 18 15 17 15 17 22 16 21 17 22 22 15 25 15 24 27|0.0|5.67 +009480|sil dang4 tian1 sp1 mei3 yuan2 dui4 ri4 yuan2 sp1 ye3 shang4 zhang3 yi1 dian3 ling2 san1 sp1 bao4 qi1 shi2 ba1 dian3 liu4 qi1 sil|sil 当 天 sp1 美 元 兑 日 元 sp1 也 上 涨 一 点 零 三 sp1 报 七 十 八 点 六 七 sil|23 18 30 15 18 23 17 20 24 11 13 21 20 13 15 17 28 34 20 17 13 15 15 17 31 23|0.0|5.93 +009481|sil sun1 xing1 ken2 qing3 gong1 zhong4 sp1 ba3 xin4 ren4 chong2 xin1 jiao1 hui2 dao4 zi4 ji3 de5 shou3 shang4 sil|sil 孙 兴 恳 请 公 众 sp1 把 信 任 重 新 交 回 到 自 己 的 手 上 sil|26 23 28 25 21 17 22 5 17 24 20 19 14 18 15 15 11 9 10 20 30 23|0.0|4.785 +009482|sil bie2 ren2 you3 bei4 jing3 sp1 wo3 men5 zhi2 you3 bei4 ying3 sp1 bie2 ren2 zai4 lv3 you2 sp1 wo3 men5 zai4 meng4 you2 sil|sil 别 人 有 背 景 sp1 我 们 只 有 背 影 sp1 别 人 在 旅 游 sp1 我 们 在 梦 游 sil|23 19 20 18 18 30 18 9 12 14 13 19 27 26 12 19 14 16 27 16 9 14 14 27 31 25|0.0|5.685 +009483|sil jie4 zhu4 zhe4 zhong3 zeng1 zhang3 dong4 neng2 sp1 wo3 men5 jiang1 neng2 bao3 chi2 shi4 chang2 ling3 xian1 di4 wei4 sil|sil 借 助 这 种 增 长 动 能 sp1 我 们 将 能 保 持 市 场 领 先 地 位 sil|24 23 17 13 16 18 17 15 30 26 8 13 18 16 17 17 15 19 18 21 17 25 22|0.0|4.94 +009484|sil ke3 chou2 lai2 de5 na4 dian3 qian2 sp1 mei4 mei5 zuo4 ji3 ci4 tou4 xi1 jiu4 dou1 hua1 guang1 le5 sil|sil 可 筹 来 的 那 点 钱 sp1 妹 妹 做 几 次 透 析 就 都 花 光 了 sil|24 18 20 16 7 17 16 30 19 14 19 16 11 14 20 24 20 15 20 21 21 24|0.0|4.715 +009485|sil han4 zi5 shen1 hou4 de5 tu3 qiang2 shang4 sp1 ding1 zhe5 yi4 zhang1 ying4 bai2 zhi3 pian4 sp1 sha4 shi4 re2 yan3 sil|sil 汉 子 身 后 的 土 墙 上 sp1 钉 着 一 张 硬 白 纸 片 sp1 煞 是 惹 眼 sil|24 24 14 19 17 9 16 24 24 23 18 10 16 27 20 16 15 26 6 25 15 20 26 27|0.0|5.355 +009486|sil shang4 che1 de5 shi2 hou4 sp1 gua4 yi1 dang2 qi3 bu4 sp1 kao3 guan1 tu1 ran2 lai2 le5 yi2 ju4 sp1 jia1 you2 sil|sil 上 车 的 时 候 sp1 挂 一 档 起 步 sp1 考 官 突 然 来 了 一 句 sp1 加 油 sil|25 23 17 10 17 22 5 22 13 19 19 22 28 21 19 16 14 14 11 15 21 17 22 25 25|0.0|5.36 +009487|sil ci3 wai4 sp1 huan4 zhe3 ke2 you3 fan2 ke3 chu1 han4 sp1 liu2 xian2 sp1 si4 zhi1 ji1 rou4 jing4 luan2 sp1 hu1 xi1 kun4 nan2 deng3 zheng4 zhuang4 sil|sil 此 外 sp1 患 者 可 有 烦 渴 出 汗 sp1 流 涎 sp1 四 肢 肌 肉 痉 挛 sp1 呼 吸 困 难 等 症 状 sil|28 16 27 15 27 19 17 24 28 34 25 29 14 24 31 19 19 14 16 17 19 31 15 16 16 21 21 14 17 27 26|0.0|7.735 +009488|sil wo3 ning4 yuan4 gei2 gou3 chi1 sp1 ye3 bu4 gei3 ta1 liu2 sil|sil 我 宁 愿 给 狗 吃 sp1 也 不 给 他 留 sil|26 12 16 17 16 21 29 9 14 12 13 19 31 26|0.0|3.025 +009489|sil you3 shen2 me5 bu2 hui4 de5 sp1 jin2 guan3 wen4 wo3 ba5 sil|sil 有 什 么 不 会 的 sp1 尽 管 问 我 吧 sil|26 15 17 12 15 22 14 10 18 15 16 19 26 25|0.0|2.905 +009490|sil ying4 lang3 de5 che1 shen1 yao1 xian4 sp1 cong2 che1 qian2 da4 deng1 chu4 qi3 sp1 yi4 zhi2 gang1 jing4 you3 li4 de5 sp1 yan2 shen1 xiang4 hou4 sil|sil 硬 朗 的 车 身 腰 线 sp1 从 车 前 大 灯 处 起 sp1 一 直 刚 劲 有 力 地 sp1 延 伸 向 后 sil|26 17 21 13 16 19 16 25 26 24 16 19 16 17 17 30 16 13 17 18 20 14 21 15 8 18 18 20 27 25|0.0|6.6 +009491|sil er4 er4 shi2 sp1 yi1 yi1 shi2 wu3 hao4 sp1 mu4 qian2 shi4 mou3 jiao1 liu2 xie2 hui4 ban4 gong1 di4 dian3 sil|sil 二 二 十 sp1 一 一 十 五 号 sp1 目 前 是 某 交 流 协 会 办 公 地 点 sil|26 24 26 36 6 23 21 26 13 30 22 12 23 15 20 14 13 18 17 17 15 13 32 26|0.0|5.665 +009492|sil zuo2 ri4 sp1 ji4 zhe3 yu2 da3 chu1 guang3 gao4 shou1 gou4 luan2 zi3 de5 zhong1 jie4 jian4 mian4 sil|sil 昨 日 sp1 记 者 与 打 出 广 告 收 购 卵 子 的 中 介 见 面 sil|26 19 24 23 17 23 16 17 14 20 22 20 15 20 12 10 18 15 17 28 22|0.0|4.625 +009493|sil zai4 dang1 di4 cun1 min2 yan2 li3 sp1 mao2 xian4 mi2 shi4 yi2 ge5 you3 xie1 zhi2 niu4 de5 ren2 sil|sil 在 当 地 村 民 眼 里 sp1 毛 献 弥 是 一 个 有 些 执 拗 的 人 sil|25 21 15 12 16 13 19 25 30 18 20 27 21 11 13 12 18 16 21 11 25 25|0.0|4.81 +009494|sil da4 shu1 xia4 chang3 shi2 sp1 pai1 le5 pai1 yao2 ming2 de5 jian1 sp1 yi2 qie4 jin4 zai4 bu4 yan2 zhong1 sil|sil 大 叔 下 场 时 sp1 拍 了 拍 姚 明 的 肩 sp1 一 切 尽 在 不 言 中 sil|22 20 22 20 23 26 9 16 12 18 14 17 10 28 32 12 20 17 16 15 20 25 23|0.0|5.07 +009495|sil jiao4 shi4 li3 yi2 you2 ji3 ge4 ren2 sp1 shu3 jia4 de5 lian4 bi3 zuo4 wen2 gang1 fa1 xia4 lai5 sil|sil 教 室 里 已 有 几 个 人 sp1 暑 假 的 练 笔 作 文 刚 发 下 来 sil|24 21 17 8 17 23 14 14 27 20 23 18 7 20 12 19 18 18 18 17 26 26|0.0|4.73 +009496|sil ci3 shi2 sp1 yi4 ming2 jing3 cha2 dan1 shou3 bie2 zai4 shen1 hou4 sp1 shou3 zhong1 wo4 you3 yi4 chui2 zi5 sil|sil 此 时 sp1 一 名 警 察 单 手 别 在 身 后 sp1 手 中 握 有 一 锤 子 sil|26 18 29 17 11 19 19 26 17 19 16 13 19 24 22 21 26 12 14 14 28 22 25|0.0|5.31 +009497|sil shu4 ren2 xiong1 ke3 xi1 wan3 sheng1 le5 yi4 bai3 nian2 sp1 huo4 zhe2 zao3 sheng1 le5 yi4 bai3 nian2 sil|sil 树 仁 兄 可 惜 晚 生 了 一 百 年 sp1 或 者 早 生 了 一 百 年 sil|24 21 20 27 19 18 19 18 9 13 16 28 10 17 14 20 16 12 12 14 33 27|0.0|4.73 +009498|sil dang1 shi2 zheng1 lun4 de5 wen4 ti2 sp1 jin2 jin3 shi4 gai1 bu4 gai1 zai4 hu2 di3 pu1 mo2 sil|sil 当 时 争 论 的 问 题 sp1 仅 仅 是 该 不 该 在 湖 底 铺 膜 sil|23 17 20 14 16 9 19 24 5 19 15 17 17 11 18 18 19 14 18 33 26|0.0|4.315 +009499|sil yin1 wei4 zhi1 dao4 zi4 ji3 de5 shi1 bai4 yu3 wu2 neng2 sp1 yu2 shi4 xiang3 ban4 fa3 qu4 ke4 fu2 sil|sil 因 为 知 道 自 己 的 失 败 与 无 能 sp1 于 是 想 办 法 去 克 服 sil|26 11 18 17 18 14 9 9 22 14 18 11 30 18 13 19 23 17 15 14 22 29 24|0.0|4.77 +009500|sil wang2 meng2 sp1 jia3 ping2 ao1 sp1 feng2 ji4 cai2 deng3 zhu4 ming2 zuo4 jia1 ceng2 li4 ren4 hui4 zhang3 sil|sil 王 蒙 sp1 贾 平 凹 sp1 冯 骥 才 等 著 名 作 家 曾 历 任 会 长 sil|25 20 32 13 22 23 25 14 20 15 28 20 12 16 18 25 25 16 18 17 27 25|0.0|5.295 +009501|sil mu4 qian2 xiao1 fang2 dui4 yuan2 zhi3 neng2 tan4 shen1 shui3 ni2 guan3 sp1 yi4 dian2 dian3 pao2 jue2 sil|sil 目 前 消 防 队 员 只 能 探 身 水 泥 管 sp1 一 点 点 刨 掘 sil|26 15 35 21 18 18 20 13 18 19 16 14 16 28 9 13 18 15 22 27 25|0.0|4.715 +009502|sil nan2 hai2 dai1 zuo4 zai4 di4 sp1 bu4 shi2 bao4 qi3 jiao2 zhi3 tou5 qing1 qing1 yao3 yi4 kou3 sil|sil 男 孩 呆 坐 在 地 sp1 不 时 抱 起 脚 趾 头 轻 轻 咬 一 口 sil|25 18 25 17 16 17 21 22 11 20 14 14 19 20 27 20 16 15 15 28 26|0.0|4.71 +009503|sil deng3 che1 guo4 cheng2 zhong1 ji4 zhe3 fa1 xian4 sp1 bu4 shao3 hei1 che1 bian4 chun2 chun3 yu4 dong4 sil|sil 等 车 过 程 中 记 者 发 现 sp1 不 少 黑 车 便 蠢 蠢 欲 动 sil|23 17 18 13 18 21 14 11 20 24 26 13 16 20 26 18 21 21 15 22 23|0.0|4.645 +009504|sil yi1 fa3 bei4 xian4 zhi4 ren2 shen1 zi4 you2 sp1 huo4 bo1 duo2 zheng4 zhi4 quan2 li4 de5 chu2 wai4 sil|sil 依 法 被 限 制 人 身 自 由 sp1 或 剥 夺 政 治 权 利 的 除 外 sil|26 16 27 14 21 13 16 18 18 23 9 20 18 15 16 11 17 12 11 21 25 24|0.0|4.54 +009505|sil huo4 de2 yi2 ding4 fen1 shu4 de5 wai4 ji2 ren2 shi4 sp1 jiang1 bei4 shi4 wei2 gao1 ji2 ren2 cai2 sil|sil 获 得 一 定 分 数 的 外 籍 人 士 sp1 将 被 视 为 高 级 人 才 sil|24 21 15 17 18 17 17 11 18 13 16 22 6 19 12 15 16 18 16 17 31 25|0.0|4.46 +009506|sil zhe4 zhong3 chang2 cheng2 xun2 yi4 fei1 dan4 de5 mu4 biao1 shi4 dui4 zhun2 na3 ge4 guo2 jia1 sil|sil 这 种 长 程 巡 弋 飞 弹 的 目 标 是 对 准 哪 个 国 家 sil|23 18 22 26 23 23 16 17 16 6 18 26 17 13 16 18 15 14 29 24|0.0|4.415 +009507|sil zui4 hou4 xun2 huan2 li4 xi1 xiang1 jia1 sp1 de2 chu1 sp1 yi4 bai3 er4 shi5 dian3 ling2 ling2 wu2 wu3 yuan2 sil|sil 最 后 循 环 利 息 相 加 sp1 得 出 sp1 一 百 二 十 点 零 零 五 五 元 sil|24 19 22 20 19 13 14 21 25 14 18 23 3 16 15 12 13 17 19 20 19 18 31 26|0.0|5.115 +009508|sil bi3 ru2 shuo1 ti2 chang4 jian1 ku3 fen4 dou4 sp1 zhe4 bing4 bu2 yi4 wei4 zhe5 sp1 wo3 men5 yao4 chuan1 da2 bu3 ding1 de5 yi1 fu5 sil|sil 比 如 说 提 倡 艰 苦 奋 斗 sp1 这 并 不 意 味 着 sp1 我 们 要 穿 打 补 丁 的 衣 服 sil|23 13 14 28 20 24 18 16 19 20 21 17 17 10 13 16 18 6 10 11 13 21 17 15 15 11 16 27 23|0.0|5.71 +009509|sil you2 ni3 zai4 shen1 bian1 pei2 ban4 de5 ri4 zi5 sp1 gan3 jue2 mei3 tian1 dou1 xiang4 du4 jia4 yi2 yang4 kai1 xin1 ne5 sil|sil 有 你 在 身 边 陪 伴 的 日 子 sp1 感 觉 每 天 都 像 度 假 一 样 开 心 呢 sil|26 14 14 15 16 15 22 15 9 19 21 24 17 19 20 20 12 20 15 16 10 15 19 18 22 24|0.0|5.3 +009510|sil qian2 hua1 de5 zhi2 sp1 lao2 bai3 xing4 sp1 ye3 yuan4 yi4 jie3 nang2 sil|sil 钱 花 得 值 sp1 老 百 姓 sp1 也 愿 意 解 囊 sil|24 32 20 12 27 21 14 15 21 8 15 15 14 14 32 24|0.0|3.58 +009511|sil de2 guo2 li4 shi3 you1 jiu3 sp1 wen2 hua4 cui3 can4 sp1 su4 you3 shi1 ren2 he2 zhe2 xue2 jia1 guo2 du4 de5 mei3 yu4 sil|sil 德 国 历 史 悠 久 sp1 文 化 璀 璨 sp1 素 有 诗 人 和 哲 学 家 国 度 的 美 誉 sil|23 20 22 18 20 17 26 8 15 18 18 25 28 23 21 25 22 18 14 16 19 17 12 9 24 22 24|0.0|6.08 +009512|sil gao1 xin4 zhan3 shi4 gong3 li4 de5 gu3 li4 duan3 xin4 sil|sil 高 炘 展 示 巩 俐 的 鼓 励 短 信 sil|24 20 31 25 23 20 17 11 15 16 19 28 24|0.0|3.17 +009513|sil bu4 jin2 jin3 su4 du4 kuai4 sp1 er2 qie3 zhi4 liang4 gao1 sil|sil 不 仅 仅 速 度 快 sp1 而 且 质 量 高 sil|23 14 19 21 21 14 29 13 15 20 12 20 24 26|0.0|3.145 +009514|sil jiu4 shi4 bi3 jiao4 xi3 huan1 xie2 dian3 dong1 xi5 ma5 sil|sil 就 是 比 较 喜 欢 写 点 东 西 嘛 sil|25 17 21 14 16 15 17 16 14 17 14 29 25|0.0|2.79 +009515|sil wu3 nian2 lai2 sp1 zai4 ji2 yue4 shang1 yong4 qing1 chun1 he2 re4 xue4 shu1 xie3 le5 biao1 bing2 shi3 ce4 de5 zhuang4 li4 pian1 zhang1 sil|sil 五 年 来 sp1 在 吉 粤 商 用 青 春 和 热 血 书 写 了 彪 炳 史 册 的 壮 丽 篇 章 sil|25 10 19 27 15 21 15 18 31 21 22 18 14 20 27 23 16 14 20 19 20 17 9 19 14 21 30 26|0.0|6.4 +009516|sil ta1 tie1 zhe5 yi2 ge4 tu1 tou2 nan2 ren5 sp1 na4 cai2 shi4 tie1 zhe5 sp1 kan4 lai2 shang4 di4 ye2 you3 lou4 zhan3 de5 shi2 hou5 sil|sil 她 贴 着 一 个 秃 头 男 人 sp1 那 才 是 贴 着 sp1 看 来 上 帝 也 有 漏 斩 的 时 候 sil|23 19 19 13 12 12 19 17 19 21 23 18 18 12 21 18 30 17 20 25 20 11 16 20 18 11 18 22 28|0.0|6.27 +009517|sil qing1 song1 ji1 kua2 ta3 li4 ban1 zhi1 hou4 sp1 mei3 jun1 mian4 dui4 de5 sp1 shi4 yi4 pan2 san3 sha1 shi4 de5 wu3 zhuang1 fen4 zi3 sil|sil 轻 松 击 垮 塔 利 班 之 后 sp1 美 军 面 对 的 sp1 是 一 盘 散 沙 似 的 武 装 分 子 sil|23 24 21 14 19 15 13 18 14 24 27 17 16 19 17 13 4 18 9 21 21 18 18 10 12 18 21 24 28|0.0|5.995 +009518|sil dao4 zui4 hou4 qian1 ding4 xie2 yi4 shi2 sp1 ta1 shuo1 ta1 ba2 dong3 shi4 zhang3 dang1 shang4 sp1 qi2 ta1 sp1 ni3 za2 gao3 dou1 xing2 sil|sil 到 最 后 签 订 协 议 时 sp1 他 说 他 把 董 事 长 当 上 sp1 其 他 sp1 你 咋 搞 都 行 sil|23 17 14 17 19 14 18 17 29 30 16 23 18 14 16 13 18 18 21 25 19 25 8 13 17 17 14 31 25|0.0|6.375 +009519|sil wen2 xun4 hou4 sp1 lv3 zong1 yin1 li4 ji2 tiao4 xia4 che1 sp1 zhen1 cheng2 bei1 qie4 de5 su4 shuo1 sp1 da3 dong4 le5 zhi4 yuan4 zhe3 men2 sil|sil 闻 讯 后 sp1 吕 宗 音 立 即 跳 下 车 sp1 真 诚 悲 切 的 诉 说 sp1 打 动 了 志 愿 者 们 sil|25 13 21 27 16 11 18 19 19 13 17 16 25 30 22 30 16 22 10 17 23 12 18 16 15 15 13 17 26 28|0.0|6.615 +009520|sil di4 fang1 zheng4 fu3 sp1 dui4 ben3 di4 qu1 ru2 pin3 zhi4 liang4 an1 quan2 fu4 zong3 ze2 sil|sil 地 方 政 府 sp1 对 本 地 区 乳 品 质 量 安 全 负 总 责 sil|23 14 19 18 24 5 18 17 13 15 15 17 11 14 16 22 16 18 31 27|0.0|4.095 +009521|sil ge3 xiao2 jie3 de5 ma1 ma5 wang2 nv3 shi4 sp1 zhi4 jin1 reng2 ran2 yi3 lei4 xi3 mian4 sil|sil 葛 小 姐 的 妈 妈 王 女 士 sp1 至 今 仍 然 以 泪 洗 面 sil|24 18 22 14 8 19 18 19 18 25 7 17 21 21 19 9 19 17 30 21|0.0|4.25 +009522|sil er2 qie3 sp1 dang1 ran2 ye3 shi4 gua3 tou2 he2 qian2 du2 cai2 zhe3 de5 bi4 nan4 suo3 sil|sil 而 且 sp1 当 然 也 是 寡 头 和 前 独 裁 者 的 避 难 所 sil|25 16 30 18 14 17 12 19 23 25 19 25 14 19 12 10 14 21 30 25|0.0|4.5 +009523|sil da4 xue2 li3 sp1 you3 yi2 da4 pi1 zhui1 qiu2 miao2 tiao2 he2 gu2 gan3 de5 nv3 hai2 sil|sil 大 学 里 sp1 有 一 大 批 追 求 苗 条 和 骨 感 的 女 孩 sil|23 17 19 25 16 12 13 19 22 16 18 24 24 16 17 17 7 16 32 27|0.0|4.41 +009524|sil dan4 shi4 wei4 lai2 ji3 nian2 nei4 sp1 da4 xue2 sheng1 jiu4 ye4 xing2 shi4 yi1 ran2 yan2 jun4 sil|sil 但 是 未 来 几 年 内 sp1 大 学 生 就 业 形 势 依 然 严 峻 sil|24 16 23 12 17 10 19 20 24 16 13 17 13 13 22 21 14 17 18 24 26|0.0|4.395 +009525|sil wei2 xiu1 bu4 men2 bao3 liu2 sp1 xiao1 shou4 deng3 qi2 ta1 ye4 wu4 he2 bing4 zai4 yi4 qi3 sil|sil 维 修 部 门 保 留 sp1 销 售 等 其 他 业 务 合 并 在 一 起 sil|25 14 19 13 19 16 26 11 26 23 19 16 19 15 14 20 18 16 13 31 21|0.0|4.58 +009526|sil zai4 er4 bai2 wu3 shi2 duo1 wan4 ming2 kao3 sheng1 zhong1 sp1 bie1 le5 er4 shi5 duo1 tian1 de5 qi4 sp1 yi2 xia4 zi5 bao4 fa1 chu1 lai2 le5 sil|sil 在 二 百 五 十 多 万 名 考 生 中 sp1 憋 了 二 十 多 天 的 气 sp1 一 下 子 爆 发 出 来 了 sil|26 21 16 17 14 12 8 18 15 18 17 23 25 12 13 16 14 13 17 10 23 7 14 20 12 15 16 15 16 20 26|0.0|5.905 +009527|sil zai4 zhu2 guang1 de5 ying4 zhao4 xia4 sp1 lao3 ren2 yan2 jiao3 de5 lei4 hua1 shan2 shan3 fa1 liang4 sil|sil 在 烛 光 的 映 照 下 sp1 老 人 眼 角 的 泪 花 闪 闪 发 亮 sil|26 20 16 17 10 16 17 26 23 15 18 17 14 8 19 26 23 19 19 25 25|0.0|4.63 +009528|sil lin2 ju1 fan3 ying4 sp1 dang1 shi2 wu1 nei4 ming2 huo3 bu2 da4 sp1 dan4 shi4 nong2 yan1 qiang4 ren2 sil|sil 邻 居 反 映 sp1 当 时 屋 内 明 火 不 大 sp1 但 是 浓 烟 呛 人 sil|25 18 16 20 21 29 17 22 12 14 17 19 14 23 17 18 16 21 15 25 27 29|0.0|5.045 +009529|sil yi3 shang4 kuan3 wu4 zhe2 he2 ren2 min2 bi4 sp1 si4 shi2 si4 dian3 si4 liu4 si4 san1 wan4 yuan2 sil|sil 以 上 款 物 折 合 人 民 币 sp1 四 十 四 点 四 六 四 三 万 元 sil|25 12 22 25 24 17 13 11 22 23 21 20 12 19 25 21 19 20 16 20 27 24|0.0|5.08 +009530|sil ru2 ci3 sp1 bian4 neng2 rao4 kai1 zheng4 fu3 zhu2 guan3 bu4 men2 rong3 chang2 de5 shen3 pi1 sil|sil 如 此 sp1 便 能 绕 开 政 府 主 管 部 门 冗 长 的 审 批 sil|24 19 32 11 16 17 17 18 15 14 13 15 13 19 20 19 9 20 29 22|0.0|4.205 +009531|sil yi3 hou4 sp1 ni3 zai4 zhe4 me5 da4 sheng1 shuo1 wo3 sp1 wo3 jiu4 gei2 ni2 dian3 yan2 se4 kan4 kan4 sil|sil 以 后 sp1 你 再 这 么 大 声 说 我 sp1 我 就 给 你 点 颜 色 看 看 sil|26 13 25 10 14 17 10 12 15 15 21 22 18 10 13 10 13 18 18 18 19 26 22|0.0|4.47 +009532|sil ta1 men5 jing1 guo4 qian1 tiao1 wan4 xuan3 sp1 zheng2 ti3 su4 zhi4 hen2 hao3 sp1 ying1 gai1 de2 dao4 gao1 yi4 xie1 de5 dai4 yu4 sil|sil 他 们 经 过 千 挑 万 选 sp1 整 体 素 质 很 好 sp1 应 该 得 到 高 一 些 的 待 遇 sil|23 14 13 18 17 19 17 17 30 13 20 14 16 11 17 28 22 14 15 13 15 15 14 14 8 22 23 25|0.0|5.65 +009533|sil jiu4 zuo2 tian1 zhe4 chou2 nv3 sp1 you4 shen2 jing1 de5 kai1 shi3 da4 ma4 nv3 shen2 sp1 zui4 hou4 sp1 nv3 shen2 qi4 huai4 le5 sil|sil 就 昨 天 这 丑 女 sp1 又 神 经 的 开 始 大 骂 女 神 sp1 最 后 sp1 女 神 气 坏 了 sil|23 24 16 21 12 22 27 11 15 22 17 12 17 13 14 15 19 29 25 18 20 6 12 18 16 23 18 28|0.0|5.955 +009534|sil bu2 guo4 sp1 ta1 xian4 chang3 de5 you1 mo4 yu3 yan2 sp1 que4 dou4 de5 guan1 zhong4 he2 zhong4 wei4 jia1 bin1 he2 bu4 long2 zui3 sil|sil 不 过 sp1 他 现 场 的 幽 默 语 言 sp1 却 逗 得 观 众 和 众 位 嘉 宾 合 不 拢 嘴 sil|23 14 26 15 18 23 18 8 15 18 15 25 7 18 16 8 21 19 17 12 16 20 19 22 8 18 30 27|0.0|5.755 +009535|sil gai1 guan2 li3 yuan2 li4 ji2 ba3 zi4 ji2 suo3 zai4 long2 zi5 li3 sp1 yi2 mian3 qi2 ta1 de5 xing1 xing5 ye3 tao2 pao3 sil|sil 该 管 理 员 立 即 把 自 己 锁 在 笼 子 里 sp1 以 免 其 他 的 猩 猩 也 逃 跑 sil|25 18 16 16 26 19 15 16 13 12 15 12 22 11 24 20 9 20 17 17 8 20 15 12 22 30 25|0.0|5.52 +009536|sil tui1 er2 yan2 zhi1 sp1 gu3 xi1 la4 zhe2 xue2 shi4 jing4 guan1 de5 sp1 ta1 fan3 ying4 le5 chao1 yue4 xian4 shi2 de5 li2 xiang3 sil|sil 推 而 言 之 sp1 古 希 腊 哲 学 是 静 观 的 sp1 它 反 映 了 超 越 现 实 的 理 想 sil|24 17 17 18 25 18 16 15 18 15 23 16 19 21 17 26 17 20 16 13 23 11 21 15 7 18 30 24|0.0|6.04 +009537|sil zhi4 shao3 zai4 hua4 zhuang1 fang1 mian4 sp1 wo3 ke2 yi2 bi3 bie2 ren2 shao3 yong4 ban4 xiao3 shi2 sp1 yin1 wei4 sp1 bu2 yong4 hua4 mei2 mao5 sil|sil 至 少 在 化 妆 方 面 sp1 我 可 以 比 别 人 少 用 半 小 时 sp1 因 为 sp1 不 用 化 眉 毛 sil|24 16 23 15 18 16 17 21 28 11 12 11 14 16 17 23 15 17 16 28 18 12 18 3 13 16 18 17 25 25|0.0|6.07 +009538|sil qiao3 jia1 guan1 fang1 de5 zhe4 fen4 hui2 ying4 sp1 hen3 kuai4 bei4 wai4 jie4 shi4 zuo4 ji2 yu2 pie3 qing1 chai1 qian1 mao2 dun4 sil|sil 巧 家 官 方 的 这 份 回 应 sp1 很 快 被 外 界 视 做 急 于 撇 清 拆 迁 矛 盾 sil|25 24 20 20 18 10 12 15 20 19 26 20 21 15 18 22 21 19 17 12 23 25 22 19 20 22 28|0.0|6.185 +009539|sil fu1 fu4 lia2 mei3 nian2 de5 xiu1 jia4 quan2 yong4 zai4 le5 chang2 tu2 ba2 she4 qu4 lao3 jia1 kan4 hai2 zi5 shang4 sil|sil 夫 妇 俩 每 年 的 休 假 全 用 在 了 长 途 跋 涉 去 老 家 看 孩 子 上 sil|23 18 15 21 17 17 9 20 23 24 18 11 10 23 16 18 19 16 16 15 19 21 11 25 24|0.0|5.21 +009540|sil xu2 li4 chang4 de5 hen3 tou2 ru4 sp1 guan1 zhong4 gen1 zhe5 chang4 de5 ye2 hen3 tou2 ru4 sp1 xian4 chang3 hai1 cheng2 yi2 pian4 sil|sil 徐 立 唱 的 很 投 入 sp1 观 众 跟 着 唱 的 也 很 投 入 sp1 现 场 嗨 成 一 片 sil|26 21 24 26 10 17 23 23 27 20 21 16 9 28 12 16 18 22 19 19 22 23 18 16 16 27 27|0.0|6.34 +009541|sil ci3 wai4 sp1 jin1 nian2 qi3 yong4 le5 yi4 pi1 xin1 shi4 sao2 xue3 she4 bei4 sp1 ti4 dai4 rong2 xue3 ji4 de5 shi3 yong4 liang4 sil|sil 此 外 sp1 今 年 启 用 了 一 批 新 式 扫 雪 设 备 sp1 替 代 融 雪 剂 的 使 用 量 sil|22 23 27 21 19 19 21 10 8 15 26 24 17 17 14 22 21 10 22 17 21 17 15 10 17 16 28 27|0.0|6.11 +009542|sil mu4 qian2 sp1 chen2 mou3 yin1 she4 xian2 gu4 yi4 sun2 hui3 gong1 si1 cai2 wu4 sp1 bei4 jing3 fang1 xing2 ju1 sil|sil 目 前 sp1 陈 某 因 涉 嫌 故 意 损 毁 公 司 财 物 sp1 被 警 方 刑 拘 sil|25 14 31 17 23 31 20 17 26 16 13 18 17 14 14 25 19 5 14 17 16 20 26 24|0.0|5.365 +009543|sil ni3 shi4 fou2 xiang3 guo4 sp1 ni3 de5 ge4 ren2 xin4 xi1 sp1 ye2 xu2 yi3 bei4 zhuan2 shou3 shu4 ci4 sil|sil 你 是 否 想 过 sp1 你 的 个 人 信 息 sp1 也 许 已 被 转 手 数 次 sil|26 11 15 14 24 22 25 10 11 14 16 18 24 15 15 25 16 15 18 16 21 28 24|0.0|4.91 +009544|sil yi4 zheng4 fa1 zuo4 shi2 sp1 you3 de5 hai2 zi5 zi4 shu4 tou2 yun1 huo4 chu1 xian4 chou1 chu4 sil|sil 癔 症 发 作 时 sp1 有 的 孩 子 自 述 头 晕 或 出 现 抽 搐 sil|25 16 20 19 16 28 20 13 10 21 19 16 16 25 24 18 14 17 19 28 23|0.0|4.725 +009545|sil bu2 shi4 yao4 pai1 zhao4 ma5 sp1 da4 jia1 pai2 hao3 dui4 sp1 ma2 li4 dian3 sil|sil 不 是 要 拍 照 吗 sp1 大 家 排 好 队 sp1 麻 利 点 sil|22 13 12 13 19 20 24 20 13 13 16 15 19 12 16 18 26 24|0.0|3.655 +009546|sil hao2 hao3 shui4 yi2 jiao4 sp1 ming2 tian1 you4 shi4 zhan3 xin1 de5 yi4 tian1 sil|sil 好 好 睡 一 觉 sp1 明 天 又 是 崭 新 的 一 天 sil|24 18 20 20 13 22 22 17 21 16 13 19 16 11 13 36 26|0.0|3.795 +009547|sil dan4 li3 jia1 ding2 yu3 shi1 ming2 jun1 fou3 ren4 sil|sil 但 李 家 鼎 与 施 明 均 否 认 sil|24 18 16 18 23 17 18 25 19 20 23 24|0.0|2.845 +009548|sil zuo2 tian1 sp1 ge2 ye4 zi1 jin1 die1 po4 bai3 fen1 zhi1 san1 sp1 zhi4 bai3 fen1 zhi1 er4 dian2 jiu3 liu4 qi1 yi1 sil|sil 昨 天 sp1 隔 夜 资 金 跌 破 百 分 之 三 sp1 至 百 分 之 二 点 九 六 七 一 sil|25 18 28 17 13 19 15 25 17 20 13 14 12 29 29 23 14 16 17 22 19 17 18 27 19 24|0.0|5.925 +009549|sil qi1 zi5 de5 jiao3 que2 sp1 ze2 shi4 yi4 chang3 yi1 liao2 shi4 gu4 de5 hou4 yi2 zheng4 sil|sil 妻 子 的 脚 瘸 sp1 则 是 一 场 医 疗 事 故 的 后 遗 症 sil|25 24 13 10 21 33 6 16 11 11 22 13 18 18 11 10 18 16 23 26|0.0|4.01 +009550|sil shuo1 bu2 ding4 sp1 ta1 hui4 bi3 yue1 han4 hai2 yao4 zao3 de5 dong1 shan1 zai4 qi3 ne5 sil|sil 说 不 定 sp1 他 会 比 约 翰 还 要 早 的 东 山 再 起 呢 sil|25 21 11 22 13 17 13 15 17 26 18 16 19 10 16 20 17 19 28 23|0.0|4.25 +009551|sil ta1 ti2 xing3 tou2 zi1 zhe3 sp1 jing3 ti4 hui4 fou3 chu1 xian4 zhi4 zhang4 xian4 xiang4 sil|sil 他 提 醒 投 资 者 sp1 警 惕 会 否 出 现 滞 胀 现 象 sil|23 21 19 19 18 14 25 11 22 19 16 15 15 19 15 19 17 25 25|0.0|4.15 +009552|sil ta1 jian4 shi4 yu2 xiong2 sp1 mang2 pao3 guo4 qu4 sp1 yu2 xiong2 shuo1 sp1 pai2 wo3 qian2 mian4 sil|sil 他 见 是 余 雄 sp1 忙 跑 过 去 sp1 余 雄 说 sp1 排 我 前 面 sil|22 18 21 17 14 30 14 18 20 16 24 31 9 17 22 10 18 12 20 23 24|0.0|4.645 +009553|sil liang3 guo2 jing1 mao4 he2 zuo4 de5 bu2 duan4 kuo4 da4 sp1 shi2 mei3 zhong1 shuang1 fang1 huo4 yi4 sil|sil 两 国 经 贸 合 作 的 不 断 扩 大 sp1 使 美 中 双 方 获 益 sil|26 19 16 13 14 19 17 14 12 19 18 21 12 15 17 16 17 14 21 20 24|0.0|4.225 +009554|sil liu4 yue4 er4 shi2 qi1 ri4 sp1 jiao1 long2 hao4 shua1 xin1 ji4 lu4 sp1 xia4 qian2 zhi4 qi1 qian1 ling2 liu4 shi2 er4 mi3 sil|sil 六 月 二 十 七 日 sp1 蛟 龙 号 刷 新 纪 录 sp1 下 潜 至 七 千 零 六 十 二 米 sil|25 16 13 13 12 20 21 22 20 16 21 16 17 12 21 23 21 21 22 24 20 19 14 14 12 24 24|0.0|5.835 +009555|sil ci3 hou4 sp1 zai4 xi1 zang4 hui1 fu4 jiu4 you3 de5 feng1 jian4 nong2 nu2 zhi4 du4 sp1 ye3 cheng2 wei2 yong2 yuan3 bu4 ke3 neng2 sil|sil 此 后 sp1 在 西 藏 恢 复 旧 有 的 封 建 农 奴 制 度 sp1 也 成 为 永 远 不 可 能 sil|27 18 23 18 17 20 22 17 16 21 17 11 19 15 14 14 16 18 18 11 18 16 16 16 13 14 30 23|0.0|5.78 +009556|sil guo4 qu4 ji3 shi2 nian2 sp1 yan2 hai3 zhi1 suo2 yi3 fa1 zhan3 xun4 su4 sp1 jiu4 shi4 yin1 wei4 jin4 xiang4 wu4 liu2 bian4 li4 sil|sil 过 去 几 十 年 sp1 沿 海 之 所 以 发 展 迅 速 sp1 就 是 因 为 进 项 物 流 便 利 sil|23 17 17 14 15 30 22 17 24 14 15 12 17 14 22 24 21 15 17 11 19 20 18 10 18 19 22 23|0.0|5.925 +009557|sil ju4 xi1 sp1 zai4 fan3 qin1 yan4 shang4 sp1 zhan3 shi4 nv3 fang1 jia4 zhuang5 sp1 shi4 jin4 jiang1 yi2 dai4 te4 you3 de5 xi2 su2 sil|sil 据 悉 sp1 在 返 亲 宴 上 sp1 展 示 女 方 嫁 妆 sp1 是 晋 江 一 带 特 有 的 习 俗 sil|24 16 28 15 20 18 21 15 21 7 22 16 15 19 20 22 21 20 17 18 15 17 20 12 10 19 27 24|0.0|6.025 +009558|sil jin4 ru4 qi4 che1 shi2 dai4 yi3 lai2 sp1 ren2 men5 si4 hu1 yi2 ke4 ye3 li2 bu4 kai1 gun2 gun3 de5 che1 lun2 sil|sil 进 入 汽 车 时 代 以 来 sp1 人 们 似 乎 一 刻 也 离 不 开 滚 滚 的 车 轮 sil|24 20 19 17 16 16 14 10 28 21 14 10 18 20 17 20 11 15 10 20 19 13 10 16 32 25|0.0|5.28 +009559|sil ci3 wai4 sp1 zheng3 ge4 guan3 zhong1 sp1 hai2 shou1 cang2 zhe5 jia3 ping2 ao1 de5 yi4 xie1 cang2 pin3 he2 shu1 hua4 zuo4 pin3 sil|sil 此 外 sp1 整 个 馆 中 sp1 还 收 藏 着 贾 平 凹 的 一 些 藏 品 和 书 画 作 品 sil|28 17 25 10 18 11 19 24 15 15 17 20 15 19 20 15 9 11 15 26 23 16 14 19 14 27 22|0.0|5.615 +009560|sil dui4 yu2 fan3 dui4 pai4 sp1 wo3 yi4 zhi2 jue2 de5 ta1 men5 hen3 ang1 zang1 sil|sil 对 于 反 对 派 sp1 我 一 直 觉 得 他 们 很 肮 脏 sil|24 18 16 21 17 26 20 10 13 12 16 13 15 11 19 19 27 25|0.0|3.74 +009561|sil shi4 fou3 xue1 ruo4 le5 dui4 nong2 ye4 de5 tou2 ru4 sil|sil 是 否 削 弱 了 对 农 业 的 投 入 sil|26 19 15 20 17 16 12 21 14 9 26 25 23|0.0|2.82 +009562|sil jin1 se4 de5 kua1 zhang1 mao3 ding1 shou3 zhuo2 sp1 he2 shan2 shan3 liang4 de5 jin1 se4 bao1 bao1 sp1 hu1 ying4 de5 gang1 gang1 hao3 sil|sil 金 色 的 夸 张 铆 钉 手 镯 sp1 和 闪 闪 亮 的 金 色 包 包 sp1 呼 应 得 刚 刚 好 sil|25 20 20 14 22 16 17 15 20 27 12 14 19 16 21 14 19 18 16 24 6 22 18 13 16 18 27 24|0.0|5.96 +009563|sil zai4 zuo4 wan2 jian3 cha2 fan3 hui2 bing4 fang2 tu2 zhong1 sp1 lin2 lin5 tang3 zai4 bing4 chuang2 shang4 bai3 nong4 shou3 ji1 sil|sil 在 做 完 检 查 返 回 病 房 途 中 sp1 琳 琳 躺 在 病 床 上 摆 弄 手 机 sil|25 20 12 17 19 25 20 15 14 17 17 23 27 19 24 19 14 15 21 18 15 18 21 27 23|0.0|5.635 +009564|sil bu2 guo4 sp1 wang2 you3 dou1 fen1 fen1 zhi1 chi2 ying1 cai3 er2 zhe4 yi2 ba4 qi4 xing2 wei2 sil|sil 不 过 sp1 网 友 都 纷 纷 支 持 应 采 儿 这 一 霸 气 行 为 sil|22 15 25 11 18 17 15 15 14 13 19 19 21 17 14 12 17 16 20 28 24|0.0|4.315 +009565|sil ta1 shuo1 sp1 dang1 shi2 zai4 pian4 chang3 sp1 huo4 bo2 ji1 hu1 gen1 suo2 you3 ren2 gan4 guo4 jia4 sil|sil 他 说 sp1 当 时 在 片 场 sp1 霍 伯 几 乎 跟 所 有 人 干 过 架 sil|23 17 27 7 17 19 13 20 28 22 19 22 15 14 13 16 15 15 16 13 28 22|0.0|4.65 +009566|sil xiang3 zhe5 xiang3 zhe5 sp1 zi4 ji3 bei4 zi4 ji3 dou4 le4 sp1 dui4 zhe5 jun1 huo3 ku4 zao4 xing2 de5 yu2 guo3 tang2 kai1 huai2 da4 xiao4 sil|sil 想 着 想 着 sp1 自 己 被 自 己 逗 乐 sp1 对 着 军 火 库 造 型 的 雨 果 堂 开 怀 大 笑 sil|26 24 12 25 22 12 15 12 14 12 11 16 23 32 13 12 18 18 19 18 16 10 15 16 27 20 18 18 26 25|0.0|6.325 +009567|sil zhou1 zhuang1 chuan2 fu1 de5 sheng1 yi4 ji2 jia1 sp1 mei3 ge4 ren2 dou1 hen4 bu4 de2 jiao2 ye3 neng2 hua2 jiang3 sp1 hao3 duo1 la1 xie1 sheng1 yi4 sil|sil 周 庄 船 夫 的 生 意 极 佳 sp1 每 个 人 都 恨 不 得 脚 也 能 划 桨 sp1 好 多 拉 些 生 意 sil|24 19 18 21 15 12 15 14 16 24 27 15 14 20 13 19 11 17 18 12 15 20 26 14 19 14 18 15 20 19 26|0.0|6.385 +009568|sil ta1 he2 yi4 bang1 shuo1 hua4 du1 du5 nang1 nang1 sp1 cheng2 tian1 tiao4 wu3 de5 ren2 sheng1 huo2 zai4 yi4 qi3 sil|sil 她 和 一 帮 说 话 嘟 嘟 囔 囔 sp1 成 天 跳 舞 的 人 生 活 在 一 起 sil|23 18 10 15 21 21 24 15 11 19 23 9 23 19 22 11 9 19 15 14 14 12 32 25|0.0|4.92 +009569|sil qu4 shen1 zhen4 da3 gong1 zhi1 qian2 sp1 di4 di5 mei4 mei5 sp1 jiu4 rang1 rang5 zhe5 yao4 mai3 bu4 dian4 nao3 sil|sil 去 深 圳 打 工 之 前 sp1 弟 弟 妹 妹 sp1 就 嚷 嚷 着 要 买 部 电 脑 sil|24 21 19 17 16 15 13 33 22 14 9 18 24 3 18 18 21 17 13 16 14 17 29 25|0.0|5.065 +009570|sil ta1 de5 dao4 lai2 shi4 yi2 jian4 hao3 shi4 sp1 wo2 hen3 huan1 ying2 ta1 sp1 bu4 guan3 shi4 dai4 biao3 ge4 ren2 hai2 shi4 dai4 biao3 ju4 le4 bu4 sil|sil 他 的 到 来 是 一 件 好 事 sp1 我 很 欢 迎 他 sp1 不 管 是 代 表 个 人 还 是 代 表 俱 乐 部 sil|23 17 10 15 21 13 12 15 19 26 25 11 13 19 15 27 32 11 19 17 16 19 20 23 17 9 13 14 13 17 22 26|0.0|6.605 +009571|sil xiao2 nv3 hai2 ting3 guai1 de5 sp1 mei2 you3 ku1 nao4 sil|sil 小 女 孩 挺 乖 的 sp1 没 有 哭 闹 sil|26 18 14 20 21 22 16 12 11 17 18 25 24|0.0|2.835 +009572|sil you3 shen2 me5 xin1 shi4 ma5 sp1 ke2 yi3 he2 wo3 fen1 xiang3 yi2 xia4 ya5 sil|sil 有 什 么 心 事 吗 sp1 可 以 和 我 分 享 一 下 呀 sil|26 15 15 10 20 17 25 17 13 11 14 11 18 16 12 19 22 25|0.0|3.555 +009573|sil ju1 min2 shuo1 sp1 zhe4 xie1 liu2 lang4 er2 si4 hu1 tu1 ran2 xiao1 shi1 le5 sp1 bu4 zhi1 qian2 wang3 he2 chu4 sil|sil 居 民 说 sp1 这 些 流 浪 儿 似 乎 突 然 消 失 了 sp1 不 知 前 往 何 处 sil|24 16 17 28 17 14 12 15 22 20 18 15 17 16 18 16 18 15 13 16 19 16 18 28 26|0.0|5.27 +009574|sil beng1 yi2 xia4 sp1 he2 tao5 wan2 hao3 de5 zai4 di4 shang4 da2 gun3 sp1 su4 she4 men2 que4 diao4 le5 xia4 lai2 sil|sil 嘣 一 下 sp1 核 桃 完 好 的 在 地 上 打 滚 sp1 宿 舍 门 却 掉 了 下 来 sil|23 20 14 27 36 17 23 20 19 12 15 12 16 19 24 23 18 13 24 20 15 13 16 26 26|0.0|5.705 +009575|sil mian4 dui4 yi2 xi4 lie4 de5 da3 ji1 sp1 tian2 zheng4 yang2 mei2 you3 qi4 nei3 sp1 fan3 er2 geng4 jia1 jian1 qiang2 sil|sil 面 对 一 系 列 的 打 击 sp1 田 正 阳 没 有 气 馁 sp1 反 而 更 加 坚 强 sil|25 18 15 19 12 15 8 19 25 19 20 18 19 13 16 17 26 13 17 17 18 16 18 35 28|0.0|5.415 +009576|sil zhe4 ge4 kan4 si4 ping2 dan4 de5 xiao1 xi5 sp1 shi2 ze2 yi4 yi4 zhong4 da4 sil|sil 这 个 看 似 平 淡 的 消 息 sp1 实 则 意 义 重 大 sil|23 19 17 22 15 20 15 7 20 21 16 19 17 16 12 22 23 23|0.0|3.8 +009577|sil suo2 li3 de5 ren2 sp1 zi4 bei1 wu3 gong1 bu4 ji2 fo2 shan1 fei1 hong2 bang1 sp1 da4 bu4 liao3 guan1 ji3 tian1 jiu4 fang4 le5 chu1 qu4 sil|sil 所 里 的 人 sp1 自 卑 武 功 不 及 佛 山 飞 鸿 帮 sp1 大 不 了 关 几 天 就 放 了 出 去 sil|25 23 13 9 24 5 18 19 18 21 14 18 18 18 14 21 23 29 17 8 21 18 13 19 14 18 11 16 25 23|0.0|6.185 +009578|sil zhi2 dao4 zuo2 tian1 sp1 zhong1 guo2 dui4 sp1 yi3 jing1 yi2 jiu3 kuai4 jin1 pai2 ru4 zhang4 sp1 zan4 ju1 ao4 yun4 hui4 jin1 pai2 bang3 de5 bang2 shou3 sil|sil 直 到 昨 天 sp1 中 国 队 sp1 已 经 以 九 块 金 牌 入 账 sp1 暂 居 奥 运 会 金 牌 榜 的 榜 首 sil|24 14 15 17 26 20 17 12 22 6 13 18 17 19 20 15 14 16 22 27 22 24 12 14 19 17 17 14 9 19 30 26|0.0|6.695 +009579|sil qian2 ji3 nian2 huo3 che1 ti2 su4 sp1 dan4 na4 li3 de5 hai2 zi5 que4 bu4 neng2 ti2 su4 sil|sil 前 几 年 火 车 提 速 sp1 但 那 里 的 孩 子 却 不 能 提 速 sil|25 21 10 25 17 17 17 25 22 15 14 12 8 24 18 20 11 18 19 27 23|0.0|4.51 +009580|sil er2 ci3 ci4 can1 jia1 ren2 shu4 zhong4 duo1 sp1 ye3 rang4 mai4 xiang4 ding2 dian3 de5 nan2 du4 zeng1 jia1 sil|sil 而 此 次 参 加 人 数 众 多 sp1 也 让 迈 向 顶 点 的 难 度 增 加 sil|25 17 21 21 19 14 15 15 18 21 29 9 17 16 18 17 12 8 20 14 18 28 25|0.0|4.84 +009581|sil pan1 mou2 zhuan3 shen1 he2 he2 mou3 dui4 da3 sp1 bing4 shi4 tu2 qiang3 guo4 he2 mou3 de5 cheng4 tuo2 sil|sil 潘 某 转 身 和 何 某 对 打 sp1 并 试 图 抢 过 何 某 的 秤 砣 sil|23 21 22 21 22 18 17 16 17 25 19 16 18 14 20 14 15 15 9 24 27 23|0.0|4.83 +009582|sil wei4 shen2 me5 yi2 xiang4 gei3 ren2 qin2 jian3 yin4 xiang4 de5 de2 guo2 ren2 sp1 bian4 de5 bu2 hui4 guo4 ri4 zi5 le5 sil|sil 为 什 么 一 向 给 人 勤 俭 印 象 的 德 国 人 sp1 变 得 不 会 过 日 子 了 sil|25 16 19 21 15 19 12 17 20 18 19 17 9 20 16 20 9 18 14 10 17 15 18 13 20 27|0.0|5.15 +009583|sil ta1 zhe4 ge4 jiu4 shi4 lao2 bai3 xing4 shuo1 de5 bie3 yu4 mi3 sp1 jiu4 shi4 qu4 le5 pi2 sp1 li3 tou5 mei2 you3 liang2 shi5 le5 sil|sil 它 这 个 就 是 老 百 姓 说 的 瘪 玉 米 sp1 就 是 去 了 皮 sp1 里 头 没 有 粮 食 了 sil|23 22 17 15 15 9 16 15 17 17 11 23 17 26 22 16 14 17 12 31 15 13 19 14 14 22 15 19 25|0.0|5.93 +009584|sil mian4 dui4 jiao3 hua2 de5 xian2 yi2 ren2 sp1 min2 jing2 bai3 chu1 zhong2 zhong3 zheng4 ju4 yi1 yi1 fan3 bo2 sil|sil 面 对 狡 猾 的 嫌 疑 人 sp1 民 警 摆 出 种 种 证 据 一 一 反 驳 sil|25 16 19 18 17 9 19 11 27 27 16 18 14 19 16 14 18 22 17 16 23 29 24|0.0|5.035 +009585|sil tu2 wei2 shou3 gang1 zhi2 gong1 sp1 zuo2 ri4 zai4 liao4 chang2 jin3 zhang1 de5 qiang3 xie4 dong4 mei2 sil|sil 图 为 首 钢 职 工 sp1 昨 日 在 料 场 紧 张 地 抢 卸 冻 煤 sil|25 23 22 19 18 19 21 4 21 19 15 20 23 19 18 8 22 17 17 29 25|0.0|4.695 +009586|sil er4 shi2 liu4 nian2 qian2 sp1 wang2 xin4 chen2 dang1 bing1 sp1 lai2 dao4 le5 nan2 hai3 jian4 dui4 mou3 shui2 jing3 qu1 sil|sil 二 十 六 年 前 sp1 王 信 臣 当 兵 sp1 来 到 了 南 海 舰 队 某 水 警 区 sil|26 14 12 12 19 31 25 14 17 23 19 20 8 19 14 11 20 18 19 15 23 18 19 26 27|0.0|5.44 +009587|sil yi4 xie1 dao4 sai4 han3 ba4 de5 you2 ke4 quan2 fu4 wu3 zhuang1 xiang3 shou4 tian1 han2 di4 dong4 de5 ling4 lei4 kuai4 le4 sil|sil 一 些 到 塞 罕 坝 的 游 客 全 副 武 装 享 受 天 寒 地 冻 的 另 类 快 乐 sil|25 13 23 21 17 18 18 8 17 25 23 16 13 27 25 18 17 18 14 15 7 18 16 21 25 23|0.0|5.585 +009588|sil xin1 gui1 shi2 shi1 di4 er4 tian1 sp1 wo2 sheng3 yi4 xie1 di4 fang1 de5 mei2 kuang4 zhi2 xing2 qing2 kuang4 sp1 dao4 di3 ru2 he2 sil|sil 新 规 实 施 第 二 天 sp1 我 省 一 些 地 方 的 煤 矿 执 行 情 况 sp1 到 底 如 何 sil|26 24 18 16 17 10 20 27 30 12 14 13 13 14 16 8 19 24 13 16 18 18 8 16 11 14 32 22|0.0|5.68 +009589|sil zuo4 wei2 cong2 ye4 ren2 yuan2 sp1 wo2 yi3 jing1 sang4 shi1 le5 kan4 dian4 shi4 ju4 de5 le4 qu4 sil|sil 作 为 从 业 人 员 sp1 我 已 经 丧 失 了 看 电 视 剧 的 乐 趣 sil|27 19 17 23 15 16 26 20 11 14 17 21 12 12 19 13 12 13 9 20 28 26|0.0|4.525 +009590|sil zhe4 ci4 bu3 ke4 ye3 yi2 yang4 sp1 mei2 ren2 yao4 ting1 ta1 de5 ke4 sil|sil 这 次 补 课 也 一 样 sp1 没 人 要 听 他 的 课 sil|23 18 15 15 24 15 14 20 21 16 14 16 18 18 9 29 25|0.0|3.595 +009591|sil dan4 gao1 neng2 quan2 de5 kou1 sp1 shi4 yuan3 jin4 chu1 le5 ming2 de5 sil|sil 但 高 能 权 的 抠 sp1 是 远 近 出 了 名 的 sil|23 24 15 19 19 11 27 5 26 19 19 14 11 24 17 25|0.0|3.46 +009592|sil liang3 ge4 dou1 shi4 da4 mei2 nv3 sp1 hao3 nan2 xuan3 ze2 ya5 sil|sil 两 个 都 是 大 美 女 sp1 好 难 选 择 呀 sil|24 19 11 15 13 14 16 27 13 20 19 21 18 26 25|0.0|3.265 +009593|sil zai4 xue2 xi2 zen3 yang4 rang4 zi4 ji3 bian4 de5 geng4 cong1 ming5 sil|sil 在 学 习 怎 样 让 自 己 变 的 更 聪 明 sil|26 18 16 23 24 18 17 12 11 19 10 16 22 26 25|0.0|3.29 +009594|sil ke3 shi4 sp1 xian4 ji2 zheng4 fu3 jing4 zheng1 cai2 pan4 shi4 shui2 sil|sil 可 是 sp1 县 级 政 府 竞 争 裁 判 是 谁 sil|23 17 26 16 22 11 21 18 17 15 18 18 15 32 26|0.0|3.425 +009595|sil wo2 you3 yi4 ke1 re4 ai4 sheng1 huo2 de5 xin1 sp1 zhe4 bi3 shen2 me5 dou1 zhong4 yao4 sil|sil 我 有 一 颗 热 爱 生 活 的 心 sp1 这 比 什 么 都 重 要 sil|25 11 11 16 21 14 15 19 17 10 28 6 18 12 15 9 17 20 24 25|0.0|3.87 +009596|sil bing1 dao3 geng4 shi4 zhou4 ye4 nan2 bian4 sp1 fang3 fu2 jin4 ru4 he2 dong1 tian1 sil|sil 冰 岛 更 是 昼 夜 难 辨 sp1 仿 佛 进 入 核 冬 天 sil|23 21 26 19 16 20 12 23 22 10 23 16 17 12 22 18 31 28|0.0|4.165 +009597|sil da4 dao4 li3 mian4 bu4 yun2 xu2 xiao3 de5 pu4 wei4 sil|sil 大 到 里 面 不 允 许 小 的 铺 位 sil|23 17 11 14 31 15 15 15 21 11 23 26 24|0.0|2.855 +009598|sil xue2 xiao4 de5 zou3 du2 sheng1 zai4 fang4 xue2 hou4 shi4 bu4 yun2 xu3 zai4 xue2 xiao4 dou4 liu2 de5 sil|sil 学 校 的 走 读 生 在 放 学 后 是 不 允 许 在 学 校 逗 留 的 sil|27 19 17 10 16 14 25 17 16 15 23 19 17 16 14 13 13 16 16 20 21 24|0.0|4.51 +009599|sil zhang1 guo2 li4 sp1 yu3 luo2 zhi4 xiang2 zhang1 shao2 han2 sil|sil 张 国 立 sp1 与 罗 志 祥 张 韶 涵 sil|23 23 13 25 13 15 18 15 29 17 21 35 27|0.0|3.18 +009600|sil lao3 gong1 ren2 wen2 hua4 gong1 ji2 yi3 nan2 pian4 qu1 de5 di1 ai3 jian4 zhu4 jiang1 quan2 bu4 chai1 chu2 sil|sil 老 工 人 文 化 宫 及 以 南 片 区 的 低 矮 建 筑 将 全 部 拆 除 sil|26 20 15 14 16 15 27 22 13 22 19 16 10 16 15 22 21 21 21 12 21 32 24|0.0|5.105 +009601|sil zai4 zui4 leng3 de5 ji3 tian1 sp1 zhan4 shi4 lu4 su4 hu4 wai4 sp1 teng2 chu1 zhang4 peng5 an1 zhi4 qun2 zhong4 sil|sil 在 最 冷 的 几 天 sp1 战 士 露 宿 户 外 sp1 腾 出 帐 篷 安 置 群 众 sil|26 24 14 17 10 17 25 8 21 16 19 16 17 22 22 20 14 22 20 16 12 21 22 25|0.0|5.18 +009602|sil yin1 li4 jun1 shuo1 sp1 qi2 jing2 hai3 de5 fu4 mu3 dou1 shi4 nong2 min2 sp1 di4 xiong1 wu3 ge4 pai2 hang2 lao3 da4 sil|sil 殷 立 君 说 sp1 齐 景 海 的 父 母 都 是 农 民 sp1 弟 兄 五 个 排 行 老 大 sil|26 11 16 18 29 20 21 16 18 9 18 21 15 10 21 25 19 14 21 16 21 18 15 16 25 23|0.0|5.595 +009603|sil huo2 hen3 da4 sp1 kan4 bu4 qing1 sp1 yan1 ye2 hen3 da4 sil|sil 火 很 大 sp1 看 不 清 sp1 烟 也 很 大 sil|23 19 20 24 9 18 11 27 12 21 13 19 26 26|0.0|3.115 +009604|sil san1 sui4 na4 nian2 sp1 he2 hen3 duo1 xiao3 peng2 you5 yi2 yang4 sp1 xiao3 qi2 xi3 huan5 shang4 le5 yao3 shou2 zhi3 sil|sil 三 岁 那 年 sp1 和 很 多 小 朋 友 一 样 sp1 小 琪 喜 欢 上 了 咬 手 指 sil|25 21 13 17 27 8 16 18 14 17 15 12 15 20 24 20 21 15 14 14 9 16 21 31 25|0.0|5.205 +009605|sil gao2 hao3 da4 xue2 sheng1 qin3 shi4 guan1 xi5 sp1 zi4 ran2 ye3 yi4 yi4 zhong4 da4 sil|sil 搞 好 大 学 生 寝 室 关 系 sp1 自 然 也 意 义 重 大 sil|24 18 20 14 13 17 19 16 18 20 7 14 18 18 12 15 20 26 23|0.0|3.855 +009606|sil ban4 nian2 zou3 yi4 zhuan3 sp1 shi2 chuan2 jiu2 da3 lan4 sil|sil 半 年 走 一 转 sp1 十 船 九 打 烂 sil|23 18 25 16 17 30 13 18 26 18 16 28 25|0.0|3.175 +009607|sil fou3 ze2 sp1 shi1 qu4 yong1 dun3 de5 ping2 guo3 jiang1 hui4 si3 de5 hen2 can3 sil|sil 否 则 sp1 失 去 拥 趸 的 苹 果 将 会 死 得 很 惨 sil|25 21 27 15 20 18 16 14 9 26 23 20 14 15 9 20 37 23|0.0|4.085 +009608|sil min2 jing3 you4 sheng1 yi2 ji4 sp1 qie1 duan4 zhe4 ming2 lao3 shi1 jia1 de5 dian4 yuan2 sil|sil 民 警 又 生 一 计 sp1 切 断 这 名 老 师 家 的 电 源 sil|25 20 27 17 21 12 23 26 20 15 12 16 14 15 16 7 20 32 23|0.0|4.19 +009609|sil ci3 ci4 sui1 ran2 zi1 jin1 bu4 duo1 sp1 dan4 dui4 yu2 zai4 jian4 xiang4 mu4 sp1 reng2 ran2 hen3 jie2 ke3 sil|sil 此 次 虽 然 资 金 不 多 sp1 但 对 于 在 建 项 目 sp1 仍 然 很 解 渴 sil|26 21 21 15 18 13 18 16 25 25 17 11 17 17 15 21 18 4 19 20 17 17 29 24|0.0|5.15 +009610|sil ta1 ye3 yong4 zi4 ji3 de5 ai4 xin1 sp1 dian3 zhui4 le5 zi4 ji3 de5 sheng1 ming4 sil|sil 她 也 用 自 己 的 爱 心 sp1 点 缀 了 自 己 的 生 命 sil|22 17 13 18 14 10 11 16 26 6 20 15 16 13 10 9 20 22 24|0.0|3.505 +009611|sil huo4 che1 de5 wei3 bu4 sp1 yi3 jing1 ao1 xian4 bian4 xing2 sil|sil 货 车 的 尾 部 sp1 已 经 凹 陷 变 形 sil|23 21 14 10 20 22 10 15 19 14 19 17 32 24|0.0|3.02 +009612|sil chu3 fa2 kan4 qing2 mian4 sp1 da2 dian2 you3 shen2 gong1 sil|sil 处 罚 看 情 面 sp1 打 点 有 神 功 sil|22 25 22 20 23 23 17 21 21 15 22 25 24|0.0|3.255 +009613|sil bu2 guo4 sp1 tu3 jiao1 zuo1 fang5 sp1 bing4 wei4 cong2 ci3 zai4 shan1 dong1 jue2 ji4 sil|sil 不 过 sp1 土 胶 作 坊 sp1 并 未 从 此 在 山 东 绝 迹 sil|23 15 22 16 23 19 18 23 10 19 15 21 19 14 17 14 19 24 26|0.0|4.145 +009614|sil di4 san1 dian3 shi4 yun4 ying2 chu1 qi1 sp1 zhe4 li3 tou2 xue2 wen4 jiu4 bi3 jiao4 da4 sp1 hen2 you3 xuan2 ji1 sil|sil 第 三 点 是 运 营 初 期 sp1 这 里 头 学 问 就 比 较 大 sp1 很 有 玄 机 sil|24 14 20 22 17 13 15 18 26 36 13 15 21 26 16 14 10 16 22 15 16 14 20 23 24|0.0|5.455 +009615|sil wo3 de5 shu4 xue2 lao3 shi1 hai2 mei2 jiao1 guo4 wo3 sil|sil 我 的 数 学 老 师 还 没 教 过 我 sil|25 14 10 14 12 19 19 18 18 20 21 21 25|0.0|2.745 +009616|sil jia4 gei3 zhe4 me5 ge4 ren2 sp1 wo3 zhe4 bei4 zi5 ye3 suan4 mei2 zhi3 wang4 le5 sil|sil 嫁 给 这 么 个 人 sp1 我 这 辈 子 也 算 没 指 望 了 sil|25 22 16 14 14 11 24 20 12 14 18 19 15 17 14 18 22 19 26|0.0|3.95 +009617|sil qi2 zhong1 sp1 bao1 kuo4 lao3 pai2 ru2 pin2 qi3 ye4 sp1 hang2 zhou1 mei3 li4 jian4 ru3 ye4 you3 xian4 gong1 si1 sil|sil 其 中 sp1 包 括 老 牌 乳 品 企 业 sp1 杭 州 美 丽 健 乳 业 有 限 公 司 sil|24 20 26 6 20 20 21 20 14 17 18 21 25 22 18 19 19 18 13 13 14 18 16 27 21|0.0|5.46 +009618|sil jiao1 xian1 sheng5 shuo1 sp1 qian2 tian1 sp1 ta1 he2 qi1 zi3 chen2 nv3 shi4 sp1 xiang1 yue1 pa2 shan1 shang2 jing3 sil|sil 焦 先 生 说 sp1 前 天 sp1 他 和 妻 子 陈 女 士 sp1 相 约 爬 山 赏 景 sil|24 20 15 16 27 28 24 26 5 17 13 17 13 19 18 23 4 24 16 20 16 22 28 23|0.0|5.315 +009619|sil xiao3 ning4 mei2 you3 duo1 xiang3 sp1 jiu4 shang4 le5 che1 sil|sil 小 宁 没 有 多 想 sp1 就 上 了 车 sil|25 23 26 12 15 17 26 6 17 16 10 31 27|0.0|2.915 +009620|sil zi4 you4 shi2 ji4 shi4 qi3 sp1 da4 ren2 men5 yi4 shuo1 qi3 ta1 sp1 dou1 duo2 duo3 shan2 shan3 sp1 hui4 mo4 ru2 shen1 sil|sil 自 幼 时 记 事 起 sp1 大 人 们 一 说 起 他 sp1 都 躲 躲 闪 闪 sp1 讳 莫 如 深 sil|26 23 17 21 15 19 29 19 16 14 16 12 18 16 26 11 18 16 15 20 21 9 17 16 15 32 24|0.0|5.82 +009621|sil yi3 xia4 shi4 ji4 zhe2 yu3 he2 chao1 yun2 de5 fang3 wen4 sil|sil 以 下 是 记 者 与 何 超 云 的 访 问 sil|26 12 25 18 17 20 17 17 22 14 8 22 25 25|0.0|3.11 +009622|sil wo3 hai2 mei2 kai1 fa1 chu1 zhe4 ge5 gong1 neng2 ye5 sil|sil 我 还 没 开 发 出 这 个 功 能 耶 sil|26 12 16 17 19 14 18 12 10 15 17 26 25|0.0|2.635 +009623|sil ji2 shi3 ta1 fan4 le5 cuo4 sp1 fu4 mu3 qin1 ye3 bu2 hui4 jiao4 xun4 ta1 sil|sil 即 使 他 犯 了 错 sp1 父 母 亲 也 不 会 教 训 他 sil|25 20 19 16 16 10 29 18 15 15 24 17 12 14 17 19 28 25|0.0|3.935 +009624|sil jian1 kong4 pai1 she4 dao4 sp1 gai1 nan2 zi2 zou3 lu4 shi2 you3 xie1 bo2 jiao3 sp1 chang2 fa4 sp1 pian1 shou4 sil|sil 监 控 拍 摄 到 sp1 该 男 子 走 路 时 有 些 跛 脚 sp1 长 发 sp1 偏 瘦 sil|24 22 21 16 18 19 25 14 17 15 14 15 27 14 16 17 28 12 28 21 4 21 27 26|0.0|5.35 +009625|sil hu4 ji2 sp1 yi1 jiu4 kun2 bang3 le5 hu4 ji2 ren2 kou3 de5 te4 xu3 quan2 sil|sil 户 籍 sp1 依 旧 捆 绑 了 户 籍 人 口 的 特 许 权 sil|23 25 26 13 11 15 22 15 10 18 12 17 16 10 18 16 36 27|0.0|3.835 +009626|sil mei2 you3 ren2 fa1 lao2 sao5 sp1 er2 shi4 mao3 zu2 jin4 sp1 zhuo2 shou3 zheng2 gai3 sil|sil 没 有 人 发 牢 骚 sp1 而 是 铆 足 劲 sp1 着 手 整 改 sil|25 8 17 16 15 20 24 20 13 15 20 16 22 8 16 16 21 25 24|0.0|3.96 +009627|sil zhe4 shi4 yi2 ge4 sheng1 yi4 ang4 ran2 de5 chun1 ri4 sp1 sheng1 ming4 de5 qi2 ji4 sp1 bu2 duan4 bei4 chuang4 zao4 sil|sil 这 是 一 个 生 意 盎 然 的 春 日 sp1 生 命 的 奇 迹 sp1 不 断 被 创 造 sil|23 17 12 15 21 20 12 17 17 8 21 20 24 18 15 9 21 18 6 14 19 13 23 26 27|0.0|5.065 +009628|sil chong2 sheng4 si4 san1 ta3 sp1 wo3 qiang2 li4 tui1 jian4 sil|sil 崇 圣 寺 三 塔 sp1 我 强 力 推 荐 sil|23 24 20 15 21 28 13 11 20 14 19 26 25|0.0|3.01 +009629|sil wo3 de5 ji4 yi4 zhi2 you3 qi1 miao3 sp1 pian4 ni3 da1 sil|sil 我 的 记 忆 只 有 七 秒 sp1 骗 你 哒 sil|26 13 10 17 17 17 12 20 29 16 21 18 27 24|0.0|3.105 +009630|sil min2 jing2 jie3 kai1 sheng2 zi5 jiu4 le5 nan2 hai2 sil|sil 民 警 解 开 绳 子 救 了 男 孩 sil|26 17 21 18 17 22 16 15 9 23 33 28|0.0|2.845 +009631|sil bu2 liao4 sp1 zhe4 yi2 ju4 hua4 re2 nao3 le5 li3 ao2 sil|sil 不 料 sp1 这 一 句 话 惹 恼 了 李 敖 sil|23 11 27 3 19 10 14 20 14 14 11 16 30 23|0.0|2.73 +009632|sil huang2 chang2 yong2 gei3 chu1 le5 zi4 ji3 de5 da2 an4 sil|sil 黄 长 勇 给 出 了 自 己 的 答 案 sil|22 22 21 20 18 16 13 14 9 9 15 25 28|0.0|2.695 +009633|sil ta1 zai4 pa1 xia4 zhi1 hou4 jiu4 mei2 xing3 le5 sil|sil 她 在 趴 下 之 后 就 没 醒 了 sil|22 17 14 17 17 14 20 9 20 24 24 25|0.0|2.585 +009634|sil qi2 shi2 sp1 you4 you3 shui2 hui4 wu2 yuan2 wu2 gu4 de5 zhao3 ta1 de5 ma2 fan5 ne5 sil|sil 其 实 sp1 又 有 谁 会 无 缘 无 故 地 找 她 的 麻 烦 呢 sil|24 18 26 19 15 13 26 23 14 16 16 20 12 16 15 6 21 19 23 24|0.0|4.255 +009635|sil zhong1 wu3 shi2 fen1 sp1 jun1 dou1 shan1 hua2 xue2 chang3 sil|sil 中 午 时 分 sp1 军 都 山 滑 雪 场 sil|24 21 11 18 24 13 22 15 20 17 16 29 27|0.0|2.985 +009636|sil sui2 hou4 sp1 you4 yu3 yi4 qian2 lai2 zu3 lan2 de5 cun1 min2 niu2 da2 qi3 lai2 sil|sil 随 后 sp1 又 与 一 前 来 阻 拦 的 村 民 扭 打 起 来 sil|26 20 25 26 13 19 12 19 15 16 18 8 19 18 20 16 15 28 22|0.0|4.125 +009637|sil yang2 guang1 zhi1 xia4 sp1 kuai4 pao2 zhe3 wei4 bi4 xian1 da2 sp1 li4 zhan4 zhe3 sp1 wei4 bi4 neng2 sheng4 sil|sil 阳 光 之 下 sp1 快 跑 者 未 必 先 达 sp1 力 战 者 sp1 未 必 能 胜 sil|25 17 17 14 27 14 22 21 20 16 10 23 24 19 16 21 22 10 14 9 20 28 26|0.0|5.045 +009638|sil ru2 guo3 shi4 zhuan1 jia1 sp1 dou1 dei2 wang3 ping2 gu1 bao4 gao4 shang4 qian1 zi4 sil|sil 如 果 是 专 家 sp1 都 得 往 评 估 报 告 上 签 字 sil|25 12 15 12 20 25 16 14 13 16 20 14 15 14 15 22 24 26|0.0|3.69 +009639|sil ta1 hua1 qi3 qian2 lai2 da4 shou3 da4 jiao3 sp1 nei4 xin1 yi4 chang2 leng3 ku4 sil|sil 他 花 起 钱 来 大 手 大 脚 sp1 内 心 异 常 冷 酷 sil|22 17 17 13 17 19 19 16 17 23 19 15 22 14 20 19 29 25|0.0|3.985 +009640|sil ta1 tou4 lu4 sp1 ju3 bao4 ren2 sp1 wei4 xiang4 ta1 suo2 qu3 ren4 he2 bao4 chou2 sil|sil 他 透 露 sp1 举 报 人 sp1 未 向 他 索 取 任 何 报 酬 sil|23 15 20 22 24 18 15 24 7 12 16 14 15 16 17 16 17 29 24|0.0|3.99 +009641|sil dan4 you3 yu2 min2 ren4 wei2 sp1 jin4 qi1 shui3 hu2 lu5 de5 ying2 xiang2 yi3 bu2 da4 sil|sil 但 有 渔 民 认 为 sp1 近 期 水 葫 芦 的 影 响 已 不 大 sil|23 15 13 12 16 18 25 24 20 23 26 15 12 13 15 23 15 15 26 25|0.0|4.34 +009642|sil jin1 zao3 sp1 fa1 xian4 zi4 ji3 bei4 la1 hei1 le5 sil|sil 今 早 sp1 发 现 自 己 被 拉 黑 了 sil|24 20 25 7 16 18 11 12 14 19 22 24 24|0.0|2.74 +009643|sil qi2 huo2 dian3 wei4 yu2 he2 bian1 sil|sil 起 火 点 位 于 河 边 sil|24 21 16 25 12 16 22 29 28|0.0|2.235 +009644|sil nu2 er2 bi3 ye1 de5 mu3 qin1 shi4 yi2 wei4 jiao4 shi1 sil|sil 努 尔 比 耶 的 母 亲 是 一 位 教 师 sil|25 15 16 15 14 8 19 24 16 10 15 22 29 24|0.0|2.925 +009645|sil kuai4 ren2 kuai4 yu3 shi4 li2 yong3 bo1 de5 ge4 xing4 sil|sil 快 人 快 语 是 李 永 波 的 个 性 sil|23 22 16 26 24 17 15 14 15 9 20 28 22|0.0|2.915 +009646|sil jie2 guo3 yue4 shi4 zhe4 yang4 sp1 de2 zui4 ren2 yue4 duo1 sil|sil 结 果 越 是 这 样 sp1 得 罪 人 越 多 sil|24 21 23 16 13 16 21 10 17 14 16 16 24 24|0.0|2.965 +009647|sil zhe4 shi4 wo3 ying1 gai1 zuo4 de5 sp1 bu2 yong4 ke4 qi4 sil|sil 这 是 我 应 该 做 的 sp1 不 用 客 气 sil|24 14 14 13 16 17 21 13 14 15 17 21 29 25|0.0|2.94 +009648|sil ke4 tang2 shang4 ting1 bu4 dong3 sp1 xia4 ke4 jiu4 xiang4 ge1 ge5 jie3 jie5 wen4 sil|sil 课 堂 上 听 不 懂 sp1 下 课 就 向 哥 哥 姐 姐 问 sil|23 17 21 21 17 10 26 19 23 22 12 16 16 10 15 16 23 24|0.0|3.84 +009649|sil wo3 ba4 hai2 qu4 lao3 lao5 jia1 nao4 sil|sil 我 爸 还 去 姥 姥 家 闹 sil|25 15 18 17 13 16 16 15 30 28|0.0|2.245 +009650|sil wo3 men5 jiu4 ke2 yi3 rong2 ren3 ru2 ci2 can3 bu4 ren2 du3 de5 ju2 mian4 sil|sil 我 们 就 可 以 容 忍 如 此 惨 不 忍 睹 的 局 面 sil|26 9 12 15 14 12 19 23 18 19 21 9 19 12 11 17 29 25|0.0|3.6 +009651|sil fu4 gui4 zhou1 juan1 kuan3 shai4 diao4 liang3 ceng2 pi2 sil|sil 赴 贵 州 捐 款 晒 掉 两 层 皮 sil|25 26 16 16 19 29 23 14 18 20 29 26|0.0|3.035 +009652|sil ling4 wai4 sp1 yao1 ling2 ba1 guo2 dao4 yang2 xian4 duan4 sp1 ye3 chu1 xian4 le5 lei4 si4 de5 qing2 kuang4 sil|sil 另 外 sp1 幺 零 八 国 道 洋 县 段 sp1 也 出 现 了 类 似 的 情 况 sil|25 18 24 16 14 18 15 17 17 17 23 24 10 17 19 15 11 17 15 9 22 30 26|0.0|4.87 +009653|sil liu2 xian1 sheng5 gan1 ga4 de5 xiao4 le5 xiao4 sp1 jiang1 yan1 shou1 le5 hui2 qu4 sil|sil 刘 先 生 尴 尬 地 笑 了 笑 sp1 将 烟 收 了 回 去 sil|25 16 17 22 19 16 8 17 13 24 11 21 16 15 13 17 27 26|0.0|3.745 +009654|sil yi3 jun1 you4 kai1 pi4 le5 li2 ba1 nen4 zhan4 chang3 sil|sil 以 军 又 开 辟 了 黎 巴 嫩 战 场 sil|26 17 31 17 20 16 11 17 13 20 19 27 29|0.0|3.055 +009655|sil ju4 e2 kui1 kong1 hou4 sp1 jiang3 gong1 kai1 qian2 tao2 sil|sil 巨 额 亏 空 后 sp1 蒋 公 开 潜 逃 sil|24 19 17 17 19 22 11 29 17 17 21 30 27|0.0|3.14 +009656|sil liu4 ge4 nan2 hai2 wan2 dao4 xing4 qi3 sp1 shuo1 qi3 le5 huang2 se4 xiao4 hua4 sil|sil 六 个 男 孩 玩 到 兴 起 sp1 说 起 了 黄 色 笑 话 sil|24 15 9 19 24 15 13 19 28 11 19 14 11 22 14 21 25 23|0.0|3.785 +009657|sil xian4 zai4 hai2 gan3 jue2 tou2 yun1 shou3 bi4 teng2 sil|sil 现 在 还 感 觉 头 晕 手 臂 疼 sil|26 23 19 17 17 16 26 24 22 17 34 25|0.0|3.085 +009658|sil ta1 men5 ben2 xiao3 li4 wei1 sp1 zui4 nan2 jing1 shou4 shi4 chang3 de5 zhen4 dang4 sil|sil 它 们 本 小 利 微 sp1 最 难 经 受 市 场 的 震 荡 sil|23 16 20 17 18 19 24 17 17 18 15 16 17 19 7 22 25 26|0.0|3.9 +009659|sil zai4 li4 shan1 lu4 yi4 jia1 chao1 shi4 sp1 yi2 wei4 xiao1 fei4 zhe3 zheng4 zi3 xi4 duan1 xiang2 cheng2 fen4 biao3 sil|sil 在 历 山 路 一 家 超 市 sp1 一 位 消 费 者 正 仔 细 端 详 成 分 表 sil|26 19 15 17 14 12 14 20 24 27 8 13 17 16 25 23 16 17 16 19 18 17 27 23|0.0|5.14 +009660|sil wo3 neng2 hen3 xin1 da3 duan4 ni3 bu5 sil|sil 我 能 狠 心 打 断 你 不 sil|26 10 17 20 19 16 17 16 24 25|0.0|2.21 +009661|sil ni2 dian3 sp1 ni2 dian3 sp1 ni2 dian3 sp1 er4 hun4 zi5 sil|sil 你 点 sp1 你 点 sp1 你 点 sp1 二 混 子 sil|26 13 32 15 16 31 14 15 30 24 15 23 22 28|0.0|3.53 +009662|sil bei4 shao1 cheng2 kong1 jia4 de5 dian4 pu4 sp1 zhao1 pai2 yi3 kan4 bu2 jian4 le5 sil|sil 被 烧 成 空 架 的 店 铺 sp1 招 牌 已 看 不 见 了 sil|23 15 18 21 19 14 10 21 25 16 20 22 14 21 10 23 21 24|0.0|3.915 +009663|sil lao3 fu4 qin5 sp1 mei3 nian2 dou1 yao4 di1 sheng1 xia4 qi4 de5 qu4 cui1 kuan3 sp1 ke2 zong3 shi4 peng4 bi4 sil|sil 老 父 亲 sp1 每 年 都 要 低 声 下 气 地 去 催 款 sp1 可 总 是 碰 壁 sil|25 15 17 29 6 14 22 13 13 13 16 19 19 11 16 16 30 17 17 16 16 22 25 25|0.0|5.01 +009664|sil bai2 pang4 gao1 sp1 bai2 er2 liang4 de5 lian3 sp1 dai4 ti4 le5 deng1 de5 gong1 neng2 sil|sil 白 胖 高 sp1 白 而 亮 的 脸 sp1 代 替 了 灯 的 功 能 sil|23 21 25 25 5 17 12 21 6 29 13 19 12 13 19 11 18 30 23|0.0|3.975 +009665|sil ni3 men5 dao4 zher4 r sp1 bu2 shi4 shui4 jiao4 lai2 de5 sil|sil 你 们 到 这 儿 sp1 不 是 睡 觉 来 的 sil|25 8 13 18 25 0 6 14 14 18 14 21 19 23|0.0|2.535 +009666|sil beng4 fang2 xia4 bu4 zhu2 ti3 jie2 gou4 yi3 wan2 cheng2 sil|sil 泵 房 下 部 主 体 结 构 已 完 成 sil|23 21 25 23 16 16 15 17 17 14 20 35 26|0.0|3.11 +009667|sil zhe4 zuo4 tu3 qiu1 sp1 yi3 jing1 bei4 zha4 chu1 yi2 ge4 shen1 shen1 de5 huo1 kou3 sil|sil 这 座 土 丘 sp1 已 经 被 炸 出 一 个 深 深 的 豁 口 sil|24 18 13 19 26 5 12 16 13 18 13 13 16 17 14 9 20 31 26|0.0|3.75 +009668|sil wu2 yi2 sp1 tang2 jun4 de5 shuai2 shou2 zou3 ren2 sp1 dui4 lian2 you2 wang3 luo4 lai2 shuo1 shi4 xue3 shang4 jia1 shuang1 sil|sil 无 疑 sp1 唐 骏 的 甩 手 走 人 sp1 对 联 游 网 络 来 说 是 雪 上 加 霜 sil|25 11 26 18 24 18 11 16 15 15 25 12 18 19 15 15 14 19 21 18 20 20 19 28 24|0.0|5.415 +009669|sil wang3 min2 men5 shi4 fou2 pu3 bian4 shou4 dao4 guo4 liu2 mang2 ruan3 jian4 de5 sao1 rao3 ne5 sil|sil 网 民 们 是 否 普 遍 受 到 过 流 氓 软 件 的 骚 扰 呢 sil|25 16 15 23 15 16 20 17 16 16 19 16 19 17 13 9 18 17 26 27|0.0|4.175 +009670|sil shao1 wei1 hui4 yi4 dian3 sp1 dan4 wo3 hui4 de5 bu4 duo1 sil|sil 稍 微 会 一 点 sp1 但 我 会 的 不 多 sil|26 22 15 15 13 25 12 13 13 17 10 14 24 26|0.0|2.85 +009671|sil shen2 me5 yue4 qi4 ya5 sil|sil 什 么 乐 器 呀 sil|25 20 12 17 23 23 27|0.0|1.705 +009672|sil bing4 qie3 sp1 pao1 shou4 pu3 bian4 zai4 er4 san1 tao4 sil|sil 并 且 sp1 抛 售 普 遍 在 二 三 套 sil|23 17 29 8 24 23 19 19 13 15 22 29 24|0.0|3.075 +009673|sil wo3 na2 dao1 jiu4 kan3 le5 zhao4 zuo4 hai3 yi4 dao1 sil|sil 我 拿 刀 就 砍 了 赵 作 海 一 刀 sil|25 12 21 22 15 18 9 16 18 18 13 26 26|0.0|2.775 +009674|sil bu4 guan3 xia4 fang4 yu4 bei4 dui4 de5 shi4 shen2 me5 ren2 sp1 dou1 ke2 yi3 hui2 dao4 dui4 wu5 zhong1 lai2 sil|sil 不 管 下 放 预 备 队 的 是 什 么 人 sp1 都 可 以 回 到 队 伍 中 来 sil|23 15 22 24 18 12 14 16 13 13 17 11 26 18 14 13 11 17 14 14 12 16 28 30|0.0|4.775 +009675|sil zhe4 qi2 zhong1 sp1 yi3 ou1 meng2 de5 guan1 qia3 zui4 wei2 guan1 jian4 he2 jian1 nan2 sil|sil 这 其 中 sp1 以 欧 盟 的 关 卡 最 为 关 键 和 艰 难 sil|24 16 17 23 18 15 14 16 10 17 21 14 12 19 17 14 19 29 24|0.0|3.935 +009676|sil pi4 ru2 shuo1 sp1 mei2 gui1 zong3 shi4 zhang3 bu4 hao3 sil|sil 譬 如 说 sp1 玫 瑰 总 是 长 不 好 sil|24 20 16 30 14 17 21 17 14 20 15 30 26|0.0|3.065 +009677|sil gei3 nv2 you3 ge4 jing1 xi3 sp1 dai4 nv2 you3 qu4 fu4 jin4 de5 di4 fang1 wan2 sil|sil 给 女 友 个 惊 喜 sp1 带 女 友 去 附 近 的 地 方 玩 sil|24 17 19 13 12 19 29 16 14 18 15 19 18 15 9 13 17 28 26|0.0|3.955 +009678|sil zhe4 shi4 liang3 liang4 mian4 bao1 che1 sp1 dou1 tie1 zhe5 huan2 wei4 jian1 cha2 zi4 yang4 sp1 che1 ding3 an1 zhuang1 zhe5 la3 ba5 sil|sil 这 是 两 辆 面 包 车 sp1 都 贴 着 环 卫 监 察 字 样 sp1 车 顶 安 装 着 喇 叭 sil|24 15 19 19 15 16 12 29 17 16 19 14 20 14 17 19 17 21 24 22 21 15 15 8 24 23 27|0.0|5.825 +009679|sil an1 ma3 xian4 zai4 wo3 dou1 bu2 lian4 le5 sp1 lian4 bu4 chu1 lai2 sp1 he1 he1 sil|sil 鞍 马 现 在 我 都 不 练 了 sp1 练 不 出 来 sp1 呵 呵 sil|26 15 30 22 18 13 16 15 25 16 14 17 11 15 26 11 17 24 25|0.0|4.135 +009680|sil zai4 ni3 tou2 zi1 zhi1 qian2 sp1 xi1 wang4 sp1 ni3 neng2 wan2 wan5 wo3 men5 de5 you2 xi4 sil|sil 在 你 投 资 之 前 sp1 希 望 sp1 你 能 玩 玩 我 们 的 游 戏 sil|25 15 14 19 12 13 31 14 18 21 6 11 16 14 17 13 14 12 17 25 23|0.0|4.065 +009681|sil zhe4 me5 duo1 xiao4 hua4 sp1 yi4 tian1 jiang3 bu4 wan2 ya5 sil|sil 这 么 多 笑 话 sp1 一 天 讲 不 完 呀 sil|24 16 12 13 22 26 15 12 20 17 12 18 24 27|0.0|2.99 +009682|sil wo3 shi1 lian4 le5 sp1 wo3 lan2 shou4 a5 sp1 wo3 xiang1 gu1 sil|sil 我 失 恋 了 sp1 我 蓝 瘦 啊 sp1 我 香 菇 sil|25 12 21 24 18 21 9 22 29 20 16 11 26 24 23|0.0|3.49 +009683|sil shen2 me5 dou1 bu2 yong4 ni3 gan4 sp1 jiu4 zhei4 yang4 gei2 wo3 gui4 dao4 tian1 liang4 sil|sil 什 么 都 不 用 你 干 sp1 就 这 样 给 我 跪 到 天 亮 sil|25 20 10 16 9 18 14 25 20 18 16 21 12 13 16 15 19 26 29|0.0|3.975 +009684|sil ta1 xiang3 kang2 zhe5 sp1 que4 yi3 li4 bu4 cong2 xin1 sil|sil 他 想 扛 着 sp1 却 已 力 不 从 心 sil|23 18 17 26 18 13 21 19 17 12 23 28 27|0.0|3.045 +009685|sil dang1 shi2 xin1 li3 zhi2 xiang3 shao2 re3 ma2 fan5 sil|sil 当 时 心 里 只 想 少 惹 麻 烦 sil|23 19 20 17 15 12 20 21 15 22 22 26|0.0|2.69 +009686|sil di4 er4 nian2 sheng1 le5 ge5 da4 pang4 xiao3 zi5 sil|sil 第 二 年 生 了 个 大 胖 小 子 sil|23 12 15 31 22 12 9 16 21 24 21 25|0.0|2.685 +009687|sil ta1 men5 neng2 zai4 jiang1 shui3 he2 hai2 shui3 zhong1 sheng1 cun2 sp1 bing4 qie3 cheng2 shu2 hou4 sp1 hui2 you2 dao4 chan2 luan3 di4 chan2 luan3 sil|sil 它 们 能 在 江 水 和 海 水 中 生 存 sp1 并 且 成 熟 后 sp1 洄 游 到 产 卵 地 产 卵 sil|23 15 10 16 20 22 22 18 19 15 16 19 30 35 16 12 19 15 25 15 22 16 17 20 18 12 23 36 25|0.0|6.635 +009688|sil hai3 deng1 dui4 zou1 jia1 hua2 de5 lai2 fang2 biao3 shi4 huan1 ying2 sil|sil 海 登 对 邹 家 华 的 来 访 表 示 欢 迎 sil|25 22 26 16 17 16 18 7 20 25 16 14 22 27 24|0.0|3.42 +009689|sil zhe4 ye3 shi4 zuo4 wei2 wang3 luo4 xie2 shou3 zui4 tong4 ku3 de5 shi4 sil|sil 这 也 是 作 为 网 络 写 手 最 痛 苦 的 事 sil|24 18 11 14 15 21 18 14 18 20 16 23 17 11 26 25|0.0|3.375 +009690|sil mu4 qian2 sp1 quan2 guo2 nai3 ye4 zheng2 ti3 di1 mi2 sp1 zhu3 yao4 shi4 xiao1 fei4 zhe3 dui4 ru2 pin3 zhi4 liang4 xin4 xin1 bu4 zu2 sil|sil 目 前 sp1 全 国 奶 业 整 体 低 迷 sp1 主 要 是 消 费 者 对 乳 品 质 量 信 心 不 足 sil|25 14 31 9 25 11 22 16 19 15 14 27 26 14 15 10 17 14 17 15 14 22 14 26 17 17 18 27 25|0.0|6.22 +009691|sil dan1 xin1 zhang1 mou3 bao4 jing3 sp1 liang3 ren2 yong4 zhen3 jin1 sp1 wu3 zhu4 le5 zhang1 mou3 de5 zui3 sp1 zhi2 zhi4 ta1 bu2 zai4 dong4 tan5 sil|sil 担 心 张 某 报 警 sp1 两 人 用 枕 巾 sp1 捂 住 了 张 某 的 嘴 sp1 直 至 他 不 再 动 弹 sil|24 17 22 15 16 17 27 27 17 15 16 19 25 10 16 13 10 17 13 12 29 18 13 14 23 12 15 21 27 24|0.0|6.315 +009692|sil ri4 ben3 de5 yin3 shi2 si1 xiang3 sp1 yin3 shi2 wen2 hua4 sp1 shi2 wu4 sp1 peng1 ren4 suo3 shou4 dao4 de5 zui4 da4 ying2 xiang3 shi4 zhong1 guo2 sil|sil 日 本 的 饮 食 思 想 sp1 饮 食 文 化 sp1 食 物 sp1 烹 饪 所 受 到 的 最 大 影 响 是 中 国 sil|25 17 19 15 18 15 18 32 9 14 16 18 25 17 26 22 3 22 24 22 18 16 11 15 17 17 26 16 19 29 28|0.0|6.835 +009693|sil zhe4 xie1 wai4 biao3 guang1 xian1 de5 ren2 sp1 zuo4 chu1 le5 wo4 chuo4 ang1 zang1 de5 chou3 shi4 sp1 ji4 zhu4 ta1 men5 de5 ming2 zi4 sil|sil 这 些 外 表 光 鲜 的 人 sp1 做 出 了 龌 龊 肮 脏 的 丑 事 sp1 记 住 他 们 的 名 字 sil|24 15 24 16 16 16 19 9 24 9 19 16 21 22 26 20 17 9 22 27 23 19 13 17 9 8 21 26 24|0.0|6.17 +009694|sil ta1 ceng2 xiang3 guo4 fang4 qi4 sp1 jin2 guan3 ru2 jin1 sp1 ta1 yi3 shi4 yan2 hai2 mou3 shi4 de5 qing1 shao4 nian2 san2 da3 guan4 jun1 sil|sil 他 曾 想 过 放 弃 sp1 尽 管 如 今 sp1 他 已 是 沿 海 某 市 的 青 少 年 散 打 冠 军 sil|22 17 17 17 12 21 26 28 19 13 18 23 10 17 15 21 21 18 19 21 14 19 15 15 17 13 18 26 22|0.0|6.205 +009695|sil qi2 ci4 de5 bang4 bang4 sp1 shi4 wei2 ren2 huo2 luo4 sp1 guan1 xi5 duo1 sp1 ye4 wu4 dou1 shi4 shu2 ren2 jie4 shao4 de5 sil|sil 其 次 的 棒 棒 sp1 是 为 人 活 络 sp1 关 系 多 sp1 业 务 都 是 熟 人 介 绍 的 sil|23 25 21 10 23 22 17 26 11 17 21 22 6 16 15 23 24 21 19 13 16 18 17 17 22 21 25|0.0|5.935 +009696|sil ji4 zhe3 fa1 xian4 sp1 ming2 nian2 fang4 jia4 an1 pai2 zai4 zong2 ti3 shang4 sp1 bu2 hui4 chu1 xian4 zui4 zhe1 teng5 chang2 jia4 sil|sil 记 者 发 现 sp1 明 年 放 假 安 排 在 总 体 上 sp1 不 会 出 现 最 折 腾 长 假 sil|24 16 12 19 24 25 17 23 18 14 17 26 17 17 15 22 8 12 17 18 21 20 14 14 21 25 25|0.0|5.82 +009697|sil chuang1 wai4 wan3 feng1 chui1 fu2 sp1 shu4 ye4 you3 le5 huo2 li4 sp1 hua1 la1 la1 de5 xiang3 sp1 xiang4 zai4 su4 shuo1 zhe5 shen2 me5 sil|sil 窗 外 晚 风 吹 拂 sp1 树 叶 有 了 活 力 sp1 哗 啦 啦 地 响 sp1 像 在 诉 说 着 什 么 sil|23 25 23 17 17 21 28 13 24 16 11 12 20 20 19 16 10 17 11 31 13 20 16 18 16 10 19 18 23|0.0|6.12 +009698|sil min2 jing3 yi2 lu4 cong2 yong3 xing1 xian4 sp1 dao4 chen1 zhou1 shi4 qu1 sp1 di4 duan4 ji3 shi2 gong1 li3 sp1 pai2 cha2 suo2 you3 yi1 yuan4 sil|sil 民 警 一 路 从 永 兴 县 sp1 到 郴 州 市 区 sp1 地 段 几 十 公 里 sp1 排 查 所 有 医 院 sil|25 18 24 15 20 25 15 19 23 9 18 17 13 19 22 6 17 19 14 15 15 22 23 19 20 15 16 17 25 24|0.0|6.375 +009699|sil tang2 hong2 jian4 sp1 xi3 huan5 yong4 dao4 lu4 qu1 zhe2 sp1 lai2 miao2 shu4 zhong1 guo2 he2 dian4 gong1 ye4 de5 fa1 zhan3 li4 cheng2 sil|sil 唐 红 键 sp1 喜 欢 用 道 路 曲 折 sp1 来 描 述 中 国 核 电 工 业 的 发 展 历 程 sil|23 21 18 22 5 18 16 18 14 14 22 25 5 13 23 22 20 16 18 16 16 14 10 16 12 17 32 27|0.0|5.72 +009700|sil xiong2 wei3 de5 ren2 min2 da4 hui4 tang2 qi4 fen1 long2 zhong4 re4 lie4 sp1 wan4 ren2 da4 li3 tang2 li3 sp1 deng1 guang1 cui3 can4 sil|sil 雄 伟 的 人 民 大 会 堂 气 氛 隆 重 热 烈 sp1 万 人 大 礼 堂 里 sp1 灯 光 璀 璨 sil|26 22 18 14 13 14 15 15 29 22 22 17 15 18 25 32 18 19 14 15 24 22 15 17 16 20 26 27|0.0|6.38 +009701|sil zai4 ci4 jiao1 yi4 shi2 sp1 jie4 shao4 ren2 jian4 mou3 he2 ta1 de5 peng2 you5 yang2 mou3 sp1 da2 qi3 le5 qi2 ta1 suan4 pan5 sil|sil 再 次 交 易 时 sp1 介 绍 人 建 某 和 她 的 朋 友 杨 某 sp1 打 起 了 其 他 算 盘 sil|25 18 15 15 16 28 16 16 15 19 21 23 18 15 9 17 17 19 24 5 18 13 12 17 18 24 25 26|0.0|5.85 +009702|sil ji1 fen1 yi3 fen1 wei2 dan1 wei4 sp1 mei3 ci4 jin4 ru4 zhang4 hu4 shi2 sp1 an4 si4 she2 wu3 ru4 gui1 ze2 qu2 zheng3 ji4 suan4 sil|sil 积 分 以 分 为 单 位 sp1 每 次 进 入 账 户 时 sp1 按 四 舍 五 入 规 则 取 整 计 算 sil|25 18 24 18 20 15 20 22 24 14 17 12 13 18 15 29 6 19 17 19 15 16 18 21 23 19 16 28 21|0.0|6.295 +009703|sil zhe4 shi2 sp1 lou2 fang2 huang4 de5 geng4 jia1 li4 hai4 sp1 bo1 li5 chuang1 hua1 hua1 de5 za2 luo4 xia4 lai2 sil|sil 这 时 sp1 楼 房 晃 得 更 加 厉 害 sp1 玻 璃 窗 哗 哗 的 砸 落 下 来 sil|24 16 29 18 18 24 24 9 17 16 17 24 21 13 12 26 20 18 11 16 17 17 26 26|0.0|5.33 +009704|sil pan1 shi2 yi4 chu1 le5 yi2 ge5 jia4 qian5 sp1 wo3 men5 zong1 he2 kao3 lv4 ke2 yi3 jiu4 mai4 lou5 sil|sil 潘 石 屹 出 了 一 个 价 钱 sp1 我 们 综 合 考 虑 可 以 就 卖 喽 sil|23 21 20 20 18 9 13 11 19 27 22 9 12 15 15 21 18 19 17 13 21 26 24|0.0|4.8 +009705|sil di4 ba1 li4 que4 zhen3 bing4 li4 sp1 wei2 yi1 qi1 sui4 nv3 tong2 sp1 jia1 na2 da4 ji2 hua2 ren2 sil|sil 第 八 例 确 诊 病 例 sp1 为 一 七 岁 女 童 sp1 加 拿 大 籍 华 人 sil|24 21 15 14 18 15 17 21 11 19 18 18 16 17 29 20 16 11 17 14 20 29 25|0.0|4.93 +009706|sil qiao2 de5 ling4 yi4 duan1 sp1 wei4 fang2 zhi3 ren2 shang4 qiao2 sp1 te4 yi4 qi4 qi3 le5 yi4 du2 ai3 qiang2 sil|sil 桥 的 另 一 端 sp1 为 防 止 人 上 桥 sp1 特 意 砌 起 了 一 堵 矮 墙 sil|24 26 8 16 13 24 15 13 20 11 13 21 29 21 21 13 19 13 11 12 15 17 35 23|0.0|5.025 +009707|sil ran2 hou4 you3 ren2 guo4 lai2 na2 zhe4 ge1 menr5 r de5 hua4 tong3 sp1 yao4 ba3 ta1 qing3 chu1 qu4 sil|sil 然 后 有 人 过 来 拿 这 哥 们 儿 的 话 筒 sp1 要 把 他 请 出 去 sil|25 17 31 15 19 11 16 19 14 14 19 0 7 20 29 14 13 13 13 23 17 24 29|0.0|4.665 +009708|sil wo3 ling2 dao3 le5 ta1 wu3 shi2 qi1 nian2 sp1 ye3 bu4 ke3 bi4 mian3 de5 fan4 le5 yi4 xie1 cuo4 sil|sil 我 领 导 了 它 五 十 七 年 sp1 也 不 可 避 免 地 犯 了 一 些 错 sil|25 12 18 12 12 24 14 13 20 29 20 12 14 15 13 22 14 18 7 12 15 31 26|0.0|4.625 +009709|sil tiao2 li4 dui4 wu1 ran3 yuan2 pu3 cha2 de5 zu3 zhi1 shi2 shi1 sp1 zuo4 le5 na3 xie1 gui1 ding4 sil|sil 条 例 对 污 染 源 普 查 的 组 织 实 施 sp1 作 了 哪 些 规 定 sil|24 24 26 18 12 16 16 18 19 11 17 13 16 23 4 16 10 18 17 18 25 26|0.0|4.49 +009710|sil lao3 bei4 mei3 ci4 liang4 xiang4 qian2 sp1 dou1 yao4 xi4 xin1 de5 tu2 zhi1 mo2 fen3 yi4 fan1 ne5 sil|sil 老 贝 每 次 亮 相 前 sp1 都 要 细 心 地 涂 脂 抹 粉 一 番 呢 sil|26 18 17 18 13 18 19 27 8 14 13 18 20 12 20 15 20 15 14 19 24 24|0.0|4.555 +009711|sil qu4 nian2 sp1 he2 lan2 wu3 qi4 de5 zui4 da4 mai3 jia1 shi4 dan1 mai4 sp1 mei3 guo2 he2 an1 man4 sil|sil 去 年 sp1 荷 兰 武 器 的 最 大 买 家 是 丹 麦 sp1 美 国 和 安 曼 sil|24 18 30 9 15 18 14 18 10 15 14 18 23 18 19 25 6 22 20 15 15 27 24|0.0|4.84 +009712|sil za2 jiao1 shui3 dao4 ying4 yong4 sp1 ze2 shi4 ti2 gao1 shui3 dao4 chan3 liang4 de5 zui4 jia1 xuan3 ze2 sil|sil 杂 交 水 稻 应 用 sp1 则 是 提 高 水 稻 产 量 的 最 佳 选 择 sil|26 18 16 15 12 18 20 10 16 16 17 17 16 15 21 19 11 15 16 21 28 25|0.0|4.51 +009713|sil ling2 shi2 shi2 jiu3 fen1 xu3 sp1 hai3 xun2 san1 yao1 er4 wu3 qi1 hao4 sp1 di3 da2 shi4 fa1 shui3 yu4 sil|sil 零 时 十 九 分 许 sp1 海 巡 三 幺 二 五 七 号 sp1 抵 达 事 发 水 域 sil|25 18 21 18 15 19 29 24 18 25 20 12 19 13 19 22 6 17 19 14 16 24 23 25|0.0|5.35 +009714|sil pao3 che1 che1 shen1 ye2 zheng3 ge5 ao1 xian4 xia4 qu4 sp1 che1 tou2 he2 che1 shen1 bu4 wei4 wan2 hao3 sil|sil 跑 车 车 身 也 整 个 凹 陷 下 去 sp1 车 头 和 车 身 部 位 完 好 sil|23 21 19 18 28 19 19 10 16 16 19 23 29 22 19 12 15 18 11 15 20 29 28|0.0|5.21 +009715|sil jin1 tian1 sp1 ben3 bao4 jiang1 wei4 nin2 feng4 xian4 zui4 xiang2 xi4 de5 zhong1 zhuan3 jie1 xu4 fang1 an4 sil|sil 今 天 sp1 本 报 将 为 您 奉 献 最 详 细 的 中 转 接 续 方 案 sil|24 18 27 13 18 19 17 10 16 20 22 17 24 21 16 20 18 14 16 18 21 26|0.0|4.815 +009716|sil yu4 shu4 dang1 di4 seng1 lv3 zheng4 zai4 ji1 ji2 jiu4 yuan2 bei4 kun4 fei4 xu1 de5 min2 zhong4 sil|sil 玉 树 当 地 僧 侣 正 在 积 极 救 援 被 困 废 墟 的 民 众 sil|26 16 21 17 11 18 26 18 18 14 11 19 26 16 20 14 14 8 22 22 27|0.0|4.46 +009717|sil peng2 zhong4 xin1 dai4 de5 ji3 ge4 ren2 sp1 you2 yu2 gua3 bu4 di2 zhong4 sp1 ze2 si4 chu4 tao2 ming4 sil|sil 彭 仲 新 带 的 几 个 人 sp1 由 于 寡 不 敌 众 sp1 则 四 处 逃 命 sil|22 24 17 22 14 11 13 12 26 5 16 16 19 12 16 21 15 22 17 16 20 24 25|0.0|4.7 +009718|sil jin1 tian1 de5 jiu3 quan2 wei4 xing1 fa1 she4 zhong1 xin1 qiu1 gao1 qi4 shuang3 yang2 guang1 can4 lan4 sil|sil 今 天 的 酒 泉 卫 星 发 射 中 心 秋 高 气 爽 阳 光 灿 烂 sil|24 20 18 14 16 14 12 15 16 13 17 27 22 16 18 30 22 16 20 23 27|0.0|4.645 +009719|sil wang2 qi2 gu1 shen1 yi4 ren2 sp1 wu2 er2 wu2 nv3 sp1 kao4 zheng4 fu2 bu3 zhu4 he2 shi2 huang1 du4 ri4 sil|sil 王 奇 孤 身 一 人 sp1 无 儿 无 女 sp1 靠 政 府 补 助 和 拾 荒 度 日 sil|26 18 25 17 17 13 29 8 12 17 13 29 15 21 17 16 15 22 18 19 19 17 24 23|0.0|5.23 +009720|sil ji4 zhe3 men5 sp1 yi4 ban1 dou1 shi4 zai4 sp1 da2 wen4 huan2 jie2 sp1 cai2 tu1 ran2 jing1 shen2 dou2 sou3 sil|sil 记 者 们 sp1 一 般 都 是 在 sp1 答 问 环 节 sp1 才 突 然 精 神 抖 擞 sil|24 17 14 23 8 11 15 11 14 21 4 22 18 21 20 4 19 19 18 15 15 17 29 25|0.0|4.69 +009721|sil duo1 mi3 ni2 jia1 ren2 sp1 hen2 xiang3 liao2 jie3 zhong1 guo2 cai4 he2 dian3 xin5 zen3 me5 zuo4 sil|sil 多 米 尼 加 人 sp1 很 想 了 解 中 国 菜 和 点 心 怎 么 做 sil|23 15 14 17 17 23 5 17 17 17 16 17 11 18 13 20 20 13 10 27 27|0.0|4.145 +009722|sil tu3 di4 you3 mei2 you3 fu4 ken2 hao3 sp1 he2 bu4 he2 ge2 sp1 quan2 kao4 yan4 shou1 lai2 ba3 guan1 sil|sil 土 地 有 没 有 复 垦 好 sp1 合 不 合 格 sp1 全 靠 验 收 来 把 关 sil|25 22 20 14 10 16 15 19 26 8 19 10 19 26 15 22 18 15 16 14 18 26 25|0.0|4.85 +009723|sil jie2 shu4 tai4 guo2 you2 hou4 sp1 zhou1 jie2 lun2 lou3 zhe5 ma1 ma5 sp1 bu4 chu1 tao2 yuan2 ji1 chang3 sil|sil 结 束 泰 国 游 后 sp1 周 杰 伦 搂 着 妈 妈 sp1 步 出 桃 园 机 场 sil|25 18 16 19 13 15 23 25 16 12 21 17 10 18 25 6 16 18 20 16 14 30 27|0.0|4.875 +009724|sil yi4 ming2 nv3 shi4 ku1 hao2 zhe5 sp1 bei4 xiao3 yue4 deng3 ren2 chan1 fu2 zhe5 li2 kai1 sil|sil 一 名 女 士 哭 嚎 着 sp1 被 小 越 等 人 搀 扶 着 离 开 sil|26 9 18 18 24 22 24 19 5 17 23 16 14 20 20 16 9 16 32 24|0.0|4.315 +009725|sil hao2 wu2 yi2 wen4 sp1 ke4 nu3 te4 shi4 shi4 jie4 shang4 zui4 shou4 huan1 ying2 de5 dong4 wu4 sil|sil 毫 无 疑 问 sp1 克 努 特 是 世 界 上 最 受 欢 迎 的 动 物 sil|25 18 14 14 23 21 16 15 28 16 15 12 21 14 15 14 16 9 24 19 25|0.0|4.34 +009726|sil shou4 shang1 cun1 min2 sp1 yi3 song4 dao4 dang1 di4 yi1 yuan4 jie1 shou4 zhi4 liao2 sil|sil 受 伤 村 民 sp1 已 送 到 当 地 医 院 接 受 治 疗 sil|25 18 18 19 26 6 13 18 18 14 14 14 18 13 16 12 31 27|0.0|3.71 +009727|sil jiu1 jing4 hao3 lai2 wu1 he2 di2 si1 ni2 de5 mei4 li4 he2 zai4 sil|sil 究 竟 好 莱 屋 和 迪 斯 尼 的 魅 力 何 在 sil|25 20 22 18 18 16 18 13 12 13 8 16 17 21 27 25|0.0|3.36 +009728|sil hou4 de2 zhi1 sp1 ta1 huan4 you3 yan2 zhong4 zhi4 chuang5 sp1 ying2 xiang2 zou3 lu4 sil|sil 后 得 知 sp1 他 患 有 严 重 痔 疮 sp1 影 响 走 路 sil|24 20 14 23 15 18 16 17 18 18 16 23 15 15 20 15 24 26|0.0|3.915 +009729|sil yi4 xie1 zhu4 wo1 peng2 de5 cun1 min2 yin4 zheng4 le5 zhe4 yi4 shuo1 fa3 sil|sil 一 些 住 窝 棚 的 村 民 印 证 了 这 一 说 法 sil|25 12 22 16 17 19 9 18 32 21 14 11 11 11 20 26 23|0.0|3.57 +009730|sil wu3 shi4 xiong2 hou4 de5 cai2 li4 zhi1 chi2 qi2 chi2 xu4 ling3 xian1 sil|sil 五 是 雄 厚 的 财 力 支 持 其 持 续 领 先 sil|25 15 27 23 18 10 20 24 16 17 20 19 15 21 28 26|0.0|3.76 +009731|sil zhe4 yang4 cai2 neng2 zhu4 hao3 chao2 sp1 cai2 neng2 yin3 lai2 hao3 feng4 huang5 sil|sil 这 样 才 能 筑 好 巢 sp1 才 能 引 来 好 凤 凰 sil|24 17 16 15 21 15 16 30 7 15 14 15 17 18 22 26 26|0.0|3.65 +009732|sil qiao2 bu4 si1 zai4 wu3 shi5 liu4 sui4 shi2 sp1 yin1 yi2 xian4 ai2 bing4 shi4 sil|sil 乔 布 斯 在 五 十 六 岁 时 sp1 因 胰 腺 癌 病 逝 sil|24 25 12 25 23 11 10 17 18 29 6 21 15 17 20 20 29 21|0.0|3.985 +009733|sil chuan1 shang4 xi4 zhuang1 shi4 yan3 yuan2 sp1 tuo1 xia4 xi4 zhuang1 shi4 nong2 min2 sil|sil 穿 上 戏 装 是 演 员 sp1 脱 下 戏 装 是 农 民 sil|23 22 15 18 22 20 15 27 9 19 16 17 21 15 21 30 24|0.0|3.875 +009734|sil ni3 nian2 fang1 shi2 ba1 yi4 zhi1 hua1 sp1 nian2 fang1 er4 ba1 hui4 cheng2 jia1 sp1 nian2 fang1 san1 ba1 you3 qian2 hua1 sp1 zen3 me5 yang4 sp1 zhun3 ma5 sil|sil 你 年 方 十 八 一 枝 花 sp1 年 方 二 八 会 成 家 sp1 年 方 三 八 有 钱 花 sp1 怎 么 样 sp1 准 吗 sil|24 14 19 17 16 16 15 15 28 22 14 13 19 21 17 18 26 30 17 17 19 22 14 24 27 14 15 7 24 13 19 24 25|0.0|7.255 +009735|sil dan4 ta1 de5 luan3 chao2 deng3 sheng1 zhi2 qi4 guan1 fa1 yu4 zheng4 chang2 sil|sil 但 她 的 卵 巢 等 生 殖 器 官 发 育 正 常 sil|23 18 18 12 25 26 19 19 13 17 20 18 15 18 33 25|0.0|3.7 +009736|sil pan1 bing1 shi4 yi2 wei4 po1 you3 te4 dian3 he2 ge4 xing4 de5 xuan2 shou3 sil|sil 潘 兵 是 一 位 颇 有 特 点 和 个 性 的 选 手 sil|22 23 22 17 9 15 18 13 20 18 16 17 12 9 20 29 25|0.0|3.545 +009737|sil wo3 tian1 tian1 chao3 cai4 zuo4 fan4 sp1 gei3 ta1 wei4 de5 bao2 bao3 de5 sil|sil 我 天 天 炒 菜 做 饭 sp1 给 他 喂 的 饱 饱 的 sil|26 11 19 19 21 16 18 22 10 14 15 12 10 19 21 21 25|0.0|3.47 +009738|sil dui4 you3 men5 feng1 feng1 guang1 guang1 de5 lun2 fan1 chu1 qu4 bi3 sai4 sil|sil 队 友 们 风 风 光 光 地 轮 番 出 去 比 赛 sil|25 18 16 19 18 15 18 20 16 22 18 16 16 13 30 24|0.0|3.535 +009739|sil sun1 da3 dian4 hua4 gei3 wang2 lin2 sp1 yao4 ta1 jiao4 xun4 chen2 mou3 liang4 sil|sil 孙 打 电 话 给 王 琳 sp1 要 他 教 训 陈 某 亮 sil|26 27 16 17 16 10 18 27 17 12 16 17 15 16 16 30 25|0.0|3.73 +009740|sil bi3 ru2 sp1 da4 zha2 xie4 shang4 shi4 le5 sp1 jiu4 fa1 pang2 xie4 quan4 sil|sil 比 如 sp1 大 闸 蟹 上 市 了 sp1 就 发 螃 蟹 券 sil|23 15 24 13 16 16 17 19 22 17 9 15 16 18 14 28 25|0.0|3.57 +009741|sil bu4 ran2 jiu4 hui4 zao4 cheng2 ji2 da4 de5 wu4 chuan2 he2 cai1 ce4 sil|sil 不 然 就 会 造 成 极 大 的 误 传 和 猜 测 sil|23 15 25 15 12 15 20 18 16 10 14 21 13 20 29 24|0.0|3.37 +009742|sil zhe4 me5 ji2 qie4 de5 hu1 huan4 wo3 sp1 shi4 bu2 shi4 xiang2 wo3 le5 sil|sil 这 么 急 切 地 呼 唤 我 sp1 是 不 是 想 我 了 sil|24 15 12 16 15 9 17 22 20 10 17 9 13 22 18 21 23|0.0|3.29 +009743|sil na4 huir4 r xin1 qing2 ye2 hen3 yu4 men4 sp1 xing4 hao3 ta1 men5 lai2 le5 sil|sil 那 会 儿 心 情 也 很 郁 闷 sp1 幸 好 他 们 来 了 sil|25 20 25 0 19 18 15 17 14 22 12 21 16 12 11 18 22 25|0.0|3.62 +009744|sil weng1 mei3 ling2 zi4 sha1 de5 zui4 zhu3 yao4 yuan2 yin1 shi4 gong1 zuo4 ya1 li4 sil|sil 翁 美 玲 自 杀 的 最 主 要 原 因 是 工 作 压 力 sil|25 13 15 22 17 21 15 15 14 16 16 17 19 18 15 18 24 24|0.0|3.76 +009745|sil bu2 yao4 fen4 nu4 sp1 ye3 bu2 yao4 shi4 tu2 gai3 bian4 you2 xi4 gui1 ze2 sil|sil 不 要 愤 怒 sp1 也 不 要 试 图 改 变 游 戏 规 则 sil|23 11 16 21 23 20 12 11 14 18 16 18 14 14 16 18 28 26|0.0|3.705 +009746|sil er2 qie3 sp1 ta1 ke2 yi3 zheng4 chang2 xing2 zou3 sp1 jiu4 shi4 you2 dian2 bo3 sil|sil 而 且 sp1 他 可 以 正 常 行 走 sp1 就 是 有 点 跛 sil|27 13 29 11 16 15 11 17 19 20 24 14 15 13 11 20 33 25|0.0|3.865 +009747|sil she2 de5 qi2 ta1 bu4 fen4 shuo1 sp1 ni3 mei2 you2 yan3 jing1 bi2 zi5 sp1 zen3 me5 neng2 zhi2 yin2 wo3 men5 xiang4 qian2 zou3 sil|sil 蛇 的 其 他 部 分 说 sp1 你 没 有 眼 睛 鼻 子 sp1 怎 么 能 指 引 我 们 向 前 走 sil|25 22 13 16 17 14 14 26 27 8 11 15 17 17 19 18 20 16 8 19 15 13 12 10 18 20 27 28|0.0|5.635 +009748|sil qi2 shi2 sp1 wo3 bu2 shi4 te4 bie2 xi3 huan1 zhao4 xiang4 sp1 lao2 ji4 wo3 zai4 ni3 xin1 li3 de5 yang4 zi5 jiu4 hao3 le5 sil|sil 其 实 sp1 我 不 是 特 别 喜 欢 照 相 sp1 牢 记 我 在 你 心 里 的 样 子 就 好 了 sil|24 19 27 16 12 13 13 16 10 13 16 16 24 35 19 17 13 12 13 18 12 10 18 12 15 17 24 23|0.0|5.535 +009749|sil ta1 shuo1 sp1 sui1 ran2 ta1 de5 gou3 dui4 ren2 hen3 you2 hao3 sp1 dan4 mei3 ci4 liu4 gou3 dou1 yong4 sheng2 zi5 shuan1 zhe5 sil|sil 他 说 sp1 虽 然 他 的 狗 对 人 很 友 好 sp1 但 每 次 遛 狗 都 用 绳 子 拴 着 sil|22 17 27 24 17 21 16 10 24 15 19 19 18 30 26 16 14 13 20 25 14 14 19 11 25 23 25|0.0|6.085 +009750|sil bi3 sai4 zhong1 sp1 ji1 hu1 mei3 yi4 ming2 xuan2 shou3 sp1 dou1 shi4 ci1 ya2 lie2 zui3 tong4 ku3 bu4 kan1 de5 biao3 qing2 sil|sil 比 赛 中 sp1 几 乎 每 一 名 选 手 sp1 都 是 呲 牙 咧 嘴 痛 苦 不 堪 的 表 情 sil|22 15 21 24 14 18 17 17 10 18 19 26 8 14 17 20 14 18 27 23 14 12 18 9 17 33 26|0.0|5.705 +009751|sil dui4 yu2 bi3 sai4 zhong1 de5 cu1 ye2 chang3 mian4 sp1 bu4 lun2 dan1 ren4 wei2 sp1 bi3 sai4 ji1 lie4 ke2 yi3 li2 jie3 sil|sil 对 于 比 赛 中 的 粗 野 场 面 sp1 布 伦 丹 认 为 sp1 比 赛 激 烈 可 以 理 解 sil|24 14 15 13 18 18 11 21 12 22 23 33 11 17 15 16 20 5 13 17 14 25 16 12 19 28 26|0.0|5.545 +009752|sil miao2 miao3 qiang3 xian1 dian3 le5 gan1 guo3 pan2 shui2 guo3 pan2 ge4 yi2 ge4 sp1 pi2 jiu3 hong2 jiu3 ruo4 gan1 sil|sil 淼 淼 抢 先 点 了 干 果 盘 水 果 盘 各 一 个 sp1 啤 酒 红 酒 若 干 sil|26 21 27 23 18 16 13 19 13 29 19 15 22 13 16 23 23 23 22 24 18 19 26 23|0.0|5.7 +009753|sil guo1 jin1 long2 ping2 jia4 lu2 yong3 sp1 shi4 ye4 xin1 ze2 ren4 gan3 jiao4 qiang2 sp1 zu3 zhi1 xie2 tiao2 neng2 li4 qiang2 sil|sil 郭 金 龙 评 价 鲁 勇 sp1 事 业 心 责 任 感 较 强 sp1 组 织 协 调 能 力 强 sil|23 17 15 22 20 15 17 23 22 18 13 21 16 15 14 17 30 13 18 14 16 15 13 13 35 26|0.0|5.59 +009754|sil zhong1 guo2 zheng4 fu2 hen3 zhou1 quan2 sp1 wu2 ke3 tiao1 ti4 sil|sil 中 国 政 府 很 周 全 sp1 无 可 挑 惕 sil|24 20 11 19 18 19 19 30 10 12 18 21 28 26|0.0|3.19 +009755|sil ke2 yi3 qu4 jiu4 jin4 de5 zhu2 guan3 shui4 wu5 ju2 shen1 bao4 sp1 ru2 guo2 you3 jiao1 yi4 ping2 zheng4 ke2 yi3 xie2 dai4 sil|sil 可 以 去 就 近 的 主 管 税 务 局 申 报 sp1 如 果 有 交 易 凭 证 可 以 携 带 sil|22 17 11 22 20 21 11 13 16 17 9 15 21 22 35 10 11 15 16 12 23 21 17 12 20 25 22|0.0|5.525 +009756|sil tai2 wan1 si1 fa3 ji1 gou4 jin4 lai2 chou3 wen2 bu2 duan4 sil|sil 台 湾 司 法 机 构 近 来 丑 闻 不 断 sil|22 22 16 13 17 15 18 17 15 19 17 16 24 25|0.0|2.97 +009757|sil ju4 ti3 kai1 ting2 shen2 li3 shi2 jian1 sp1 dan1 ling2 xian4 fa3 yuan4 zai4 tong1 bao4 zhong1 wei4 ti2 ji2 sil|sil 具 体 开 庭 审 理 时 间 sp1 丹 棱 县 法 院 在 通 报 中 未 提 及 sil|24 22 18 17 16 13 12 17 25 28 15 16 16 19 23 16 20 14 18 14 21 31 24|0.0|5.1 +009758|sil ka3 mei2 lun2 biao3 shi4 gan3 xie4 sp1 bing4 qing2 zhuan3 da2 dui4 wen1 jia1 bao3 zong2 li3 de5 wen4 hou4 sil|sil 卡 梅 伦 表 示 感 谢 sp1 并 请 转 达 对 温 家 宝 总 理 的 问 候 sil|21 18 13 21 17 15 18 27 24 17 19 20 22 17 14 15 16 15 12 11 19 23 26|0.0|4.88 +009759|sil dan4 ying1 cai3 er2 hou4 lai2 fa1 xian4 sp1 na4 ci4 fen1 ming2 shi4 ta1 you4 wang4 le5 mai2 li3 wu4 sil|sil 但 应 采 儿 后 来 发 现 sp1 那 次 分 明 是 他 又 忘 了 买 礼 物 sil|23 21 17 18 17 14 14 17 23 38 17 19 15 14 16 22 16 14 7 15 23 23 25|0.0|4.97 +009760|sil sheng3 wei4 sheng1 ting1 zhuan1 jia1 sp1 wei4 zai1 qu1 qun2 zhong4 jiang2 jie3 yu4 fang2 ji2 bing4 zhi1 shi5 sil|sil 省 卫 生 厅 专 家 sp1 为 灾 区 群 众 讲 解 预 防 疾 病 知 识 sil|26 23 12 16 16 19 27 9 17 15 14 19 19 22 21 12 17 16 17 17 24 25|0.0|4.68 +009761|sil lai2 zheng4 zhou1 shi2 ji3 nian2 sp1 liu2 kui2 yuan2 sp1 dou1 mei2 neng2 dai4 lao3 ban4 chu1 qu4 wan2 wan5 sil|sil 来 郑 州 十 几 年 sp1 刘 奎 元 sp1 都 没 能 带 老 伴 出 去 玩 玩 sil|26 16 16 15 18 12 29 31 15 20 24 4 14 18 17 10 18 17 13 13 19 20 28|0.0|4.79 +009762|sil shang4 xue2 de5 shi2 hou4 sp1 wo3 jiu4 hen3 lian4 jia1 sp1 ping2 shi2 ye3 hui4 xie2 dianr3 r dong1 xi5 sil|sil 上 学 的 时 候 sp1 我 就 很 恋 家 sp1 平 时 也 会 写 点 儿 东 西 sil|25 20 16 10 14 19 4 13 14 14 19 25 26 18 22 12 13 12 18 0 20 22 24|0.0|4.415 +009763|sil liang2 mou3 jie4 zhe5 jiu3 jinr4 r sp1 bu4 ting2 de5 zai4 qi2 fu4 mu3 mian4 qian2 shu3 luo4 wo3 sil|sil 梁 某 借 着 酒 劲 儿 sp1 不 停 地 在 其 父 母 面 前 数 落 我 sil|24 20 21 14 11 16 24 0 26 16 22 13 15 18 15 10 20 20 19 23 24 26|0.0|4.605 +009764|sil yu3 xiang2 lian2 dou4 de5 yong3 qi4 ye3 mei2 you3 sp1 zhi2 you3 zai4 bei4 di4 li3 ma4 de5 ben3 shi4 sil|sil 雨 翔 连 斗 的 勇 气 也 没 有 sp1 只 有 在 背 地 里 骂 的 本 事 sil|25 14 27 23 17 11 15 16 9 17 23 18 15 12 16 16 8 13 21 9 18 25 24|0.0|4.555 +009765|sil jin2 li3 hen2 hao3 wan2 sp1 ke2 yi3 chi1 dao4 ge4 zhong3 cheng2 du1 te4 se4 xiao3 chi1 ya5 sil|sil 锦 里 很 好 玩 sp1 可 以 吃 到 各 种 成 都 特 色 小 吃 呀 sil|24 20 21 18 18 24 18 13 10 18 18 17 16 20 11 18 13 18 21 21 25|0.0|4.435 +009766|sil chuang4 zao4 geng4 duo1 de5 shang1 ye4 li4 run4 sil|sil 创 造 更 多 的 商 业 利 润 sil|24 25 20 20 13 10 17 11 20 24 25|0.0|2.425 +009767|sil shang4 le5 li3 yi4 ba1 ni3 jiu4 dong3 le5 sil|sil 上 了 李 毅 吧 你 就 懂 了 sil|25 24 12 18 18 21 15 13 20 26 26|0.0|2.535 +009768|sil ling4 wo3 zhi4 jin1 nan2 wang4 de5 sp1 hai2 you3 zhou1 zong2 li3 na4 shuang2 lang3 de5 xiao4 sheng1 sil|sil 令 我 至 今 难 忘 的 sp1 还 有 周 总 理 那 爽 朗 的 笑 声 sil|25 15 18 13 15 18 23 17 8 14 13 17 16 15 20 19 14 9 20 25 26|0.0|4.18 +009769|sil zhe4 ci4 zhu3 ren2 ba2 wo3 nan2 dao4 le5 sil|sil 这 次 主 人 把 我 难 到 了 sil|24 21 23 14 17 13 10 22 19 22 27|0.0|2.46 +009770|sil wai4 biao3 han1 hou4 que4 gong1 yu2 xin1 ji4 sil|sil 外 表 憨 厚 却 工 于 心 计 sil|25 18 18 21 25 23 17 14 23 28 25|0.0|2.755 +009771|sil ta1 jiang1 bei4 kong4 fei1 fa2 chuang3 ru4 sp1 yi3 ji2 miao3 shi4 fa3 ting2 liang3 zong1 zui4 sil|sil 他 将 被 控 非 法 闯 入 sp1 以 及 藐 视 法 庭 两 宗 罪 sil|23 17 19 15 24 17 15 23 25 17 13 18 24 15 17 20 23 20 24 26|0.0|4.59 +009772|sil zui4 hou4 shi2 zai4 ao3 bu2 guo4 ta1 sp1 ting2 ting5 he2 hai3 zou3 jin4 le5 bin1 guan3 sil|sil 最 后 实 在 拗 不 过 他 sp1 婷 婷 和 海 走 进 了 宾 馆 sil|26 18 22 21 14 17 12 17 29 14 24 19 15 31 18 14 9 18 26 22|0.0|4.48 +009773|sil chou3 wen2 ming2 xing1 zou3 bu4 liao3 chang2 xian4 sil|sil 丑 闻 明 星 走 不 了 长 线 sil|24 20 14 19 24 19 7 18 23 30 28|0.0|2.625 +009774|sil zhe4 fu2 he2 guang3 da4 fa1 zhan3 zhong1 guo2 jia1 de5 li4 yi4 sp1 ye2 you3 li4 yu2 tui1 jin4 qi4 hou5 bian4 hua4 guo2 ji4 he2 zuo4 sil|sil 这 符 合 广 大 发 展 中 国 家 的 利 益 sp1 也 有 利 于 推 进 气 候 变 化 国 际 合 作 sil|24 17 16 23 22 15 16 14 16 14 17 6 22 25 22 12 15 18 19 19 18 17 14 18 23 16 15 19 28 25|0.0|6.33 +009775|sil bu2 yao4 lang4 fei4 shi2 jian1 che3 dan4 la5 sil|sil 不 要 浪 费 时 间 扯 淡 啦 sil|23 13 14 17 12 15 17 18 18 26 26|0.0|2.315 +009776|sil chen2 ji4 ming2 ren4 wei2 sp1 dui4 fang1 qiao2 bu4 qi3 ta1 sp1 liang3 ren2 fa1 sheng1 zhua1 che3 sil|sil 陈 继 明 认 为 sp1 对 方 瞧 不 起 他 sp1 两 人 发 生 抓 扯 sil|24 20 11 17 18 21 6 16 18 20 11 16 27 21 16 15 17 16 17 31 24|0.0|4.44 +009777|sil ji4 zhe2 shu3 le5 yi2 xia4 sp1 biao1 qian1 shang4 de5 shu4 zi4 sp1 zui4 gao1 wei2 liu4 shi2 yi1 sil|sil 记 者 数 了 一 下 sp1 标 签 上 的 数 字 sp1 最 高 为 六 十 一 sil|25 17 18 18 10 15 25 23 18 16 14 9 20 22 4 17 17 14 17 18 23 26|0.0|4.485 +009778|sil lang1 ge5 zhe4 zhong2 yu3 qi4 shuo1 hua4 ma5 sil|sil 啷 个 这 种 语 气 说 话 嘛 sil|26 23 11 13 15 15 16 19 19 30 24|0.0|2.455 +009779|sil si1 di3 xia4 ye3 bu4 ceng2 jian4 mian4 guo4 sil|sil 私 底 下 也 不 曾 见 面 过 sil|25 20 14 27 18 14 19 14 20 26 24|0.0|2.565 +009780|sil zhu4 zai4 xiang1 xia4 de5 shang1 bu4 qi3 ya5 sil|sil 住 在 乡 下 的 伤 不 起 呀 sil|24 19 14 21 21 10 21 12 29 24 25|0.0|2.555 +009781|sil yi2 ge4 you3 leng2 jiao3 de5 shu1 sheng1 mu2 yang4 sil|sil 一 个 有 棱 角 的 书 生 模 样 sil|26 10 17 13 23 17 11 14 17 15 29 24|0.0|2.51 +009782|sil ti2 dao4 shang3 qiu1 sp1 bu4 ying1 gai1 zhi3 rang4 ren2 jian3 dan1 de5 xiang3 dao4 hong2 se4 sil|sil 提 到 赏 秋 sp1 不 应 该 只 让 人 简 单 地 想 到 红 色 sil|24 18 15 19 29 21 14 14 20 15 15 19 22 16 11 16 15 23 26 28|0.0|4.415 +009783|sil di4 er4 zhan4 shi4 er4 yue4 de5 nong2 xin1 bei1 sil|sil 第 二 战 是 二 月 的 农 心 杯 sil|23 11 20 26 19 18 16 10 20 24 25 24|0.0|2.745 +009784|sil tu2 wei2 chen2 guang1 biao1 shou2 peng3 xian4 jin1 sil|sil 图 为 陈 光 标 手 捧 现 金 sil|24 21 19 20 18 19 20 21 22 26 29|0.0|2.77 +009785|sil bi2 ci3 bi2 ci3 sp1 ban4 jin1 ba1 liang3 sil|sil 彼 此 彼 此 sp1 半 斤 八 两 sil|23 18 21 16 25 5 18 18 14 29 27|0.0|2.485 +009786|sil ni3 shi4 fou2 you3 xing4 qu4 sp1 yu3 ta1 de5 ju4 long2 feng1 zheng5 yi4 qi3 fei1 tian1 ne5 sil|sil 你 是 否 有 兴 趣 sp1 与 他 的 巨 龙 风 筝 一 起 飞 天 呢 sil|25 13 15 15 15 21 25 8 13 20 11 14 17 22 20 17 16 16 20 23 26|0.0|4.32 +009787|sil xiao3 ming2 zhang3 de5 xiang4 bing1 gun4 sp1 zai4 shui2 li3 you2 yong3 sp1 you2 zhe5 you2 zhe5 mei2 le5 sil|sil 小 明 长 的 像 冰 棍 sp1 在 水 里 游 泳 sp1 游 着 游 着 没 了 sil|26 22 25 18 9 18 19 21 18 18 13 17 15 27 20 19 13 16 12 24 18 27|0.0|4.82 +009788|sil ni2 ke4 song1 dui4 ci3 zan4 bu4 jue2 kou3 sp1 yi4 lian2 chi1 le5 liu4 zhi1 hun2 tun2 sil|sil 尼 克 松 对 此 赞 不 绝 口 sp1 一 连 吃 了 六 只 馄 饨 sil|25 12 13 25 16 23 21 10 17 28 19 10 21 16 9 21 12 20 31 25|0.0|4.34 +009789|sil jiang3 wan2 gu4 shi5 sp1 bao3 zheng4 ni3 kai1 xin1 sil|sil 讲 完 故 事 sp1 保 证 你 开 心 sil|24 21 17 16 21 5 17 16 14 20 26 26|0.0|2.59 +009790|sil zhang1 nv3 shi4 sp1 ye3 shun4 shou3 na2 qi3 fang4 zai4 zhen3 bian1 de5 mu4 gun4 sp1 chao2 na4 ming2 nan2 zi3 tou2 shang4 lun1 qu4 sil|sil 张 女 士 sp1 也 顺 手 拿 起 放 在 枕 边 的 木 棍 sp1 朝 那 名 男 子 头 上 抡 去 sil|23 21 16 27 5 14 17 16 22 25 19 13 18 14 7 20 20 17 17 14 15 17 11 18 15 18 28 25|0.0|5.71 +009791|sil ta1 zuo4 de5 cai4 te4 bie2 hao3 chi1 sp1 tong2 shi4 xi3 huan1 lai2 ceng4 dun4 fan4 chi1 sil|sil 她 做 的 菜 特 别 好 吃 sp1 同 事 喜 欢 来 蹭 顿 饭 吃 sil|22 20 14 9 21 20 13 16 26 24 19 19 19 17 14 18 14 19 26 25|0.0|4.355 +009792|sil suo2 yi3 sp1 gu3 ge1 zhe4 ci4 ren2 shi4 bian4 dong4 shou4 dao4 wai4 jie4 pu3 bian4 guan1 zhu4 sil|sil 所 以 sp1 谷 歌 这 次 人 事 变 动 受 到 外 界 普 遍 关 注 sil|25 21 26 22 18 20 15 16 16 15 21 22 19 13 17 17 17 19 20 22 23|0.0|4.69 +009793|sil su4 ya1 hu2 hu2 bian1 de5 mai4 di4 li3 sp1 bei4 du2 si3 de5 ye3 ji1 he2 xi3 que4 sui2 chu4 ke3 jian4 sil|sil 宿 鸭 湖 湖 边 的 麦 地 里 sp1 被 毒 死 的 野 鸡 和 喜 鹊 随 处 可 见 sil|25 25 17 24 19 14 6 20 15 24 16 18 15 14 11 20 18 14 22 23 19 18 18 28 25|0.0|5.435 +009794|sil chun1 yun4 qi1 jian1 sp1 guang2 tie3 ji2 tuan2 ri4 kai1 xing2 dong4 che1 zu3 lie4 che1 er4 bai2 wu3 shi2 liu4 dui4 sil|sil 春 运 期 间 sp1 广 铁 集 团 日 开 行 动 车 组 列 车 二 百 五 十 六 对 sil|23 23 16 17 27 18 17 14 13 28 19 19 23 14 14 13 20 27 17 19 10 11 21 26 24|0.0|5.495 +009795|sil bao4 ming2 shi2 sp1 zhao4 ming2 yi4 dian3 hou4 menr2 r ye3 mei2 zou3 sp1 guai1 guai1 zai4 ren2 qun2 zhong1 pai2 dui4 ling3 hao4 sil|sil 报 名 时 sp1 赵 铭 一 点 后 门 儿 也 没 走 sp1 乖 乖 在 人 群 中 排 队 领 号 sil|23 15 20 29 14 19 25 16 15 14 19 0 10 16 28 19 17 18 12 17 18 20 20 12 17 25 26|0.0|5.625 +009796|sil dian4 hua4 na4 tou2 ruo4 ruo4 de5 shuo1 sp1 wo3 jiu4 zai4 ni3 hou4 mian4 sp1 wo3 jiu4 shi4 na4 ge5 er4 bi1 sil|sil 电 话 那 头 弱 弱 的 说 sp1 我 就 在 你 后 面 sp1 我 就 是 那 个 二 逼 sil|23 18 16 18 24 15 15 13 27 37 10 12 13 14 19 27 22 13 14 9 17 12 16 23 24|0.0|5.235 +009797|sil ni2 na3 na4 me5 duo1 fei4 hua4 sp1 gei2 lao3 niang2 gui4 hao3 sil|sil 你 哪 那 么 多 废 话 sp1 给 老 娘 跪 好 sil|26 10 22 14 13 16 17 24 21 11 15 19 18 29 27|0.0|3.275 +009798|sil gan1 die1 die5 cheng1 qi3 yu2 san3 sp1 man4 man4 zou3 le5 guo4 qu4 sil|sil 甘 爹 爹 撑 起 雨 伞 sp1 慢 慢 走 了 过 去 sil|23 19 19 18 22 18 12 29 13 15 15 15 12 19 24 25|0.0|3.465 +009799|sil yu2 xiong2 shi4 ge4 shao3 yan2 de5 ren2 sp1 yi4 xin1 yi2 yi4 zai4 chi1 mian4 sil|sil 余 雄 是 个 少 言 的 人 sp1 一 心 一 意 在 吃 面 sil|25 15 27 15 12 21 15 11 26 19 11 18 14 17 17 17 29 23|0.0|3.855 +009800|sil zhi2 you3 li2 le5 hun1 sp1 wo3 cai2 neng2 xue2 zhe5 geng4 jian1 qiang2 ya5 sil|sil 只 有 离 了 婚 sp1 我 才 能 学 着 更 坚 强 呀 sil|19 18 14 11 14 28 17 9 15 14 17 10 17 19 23 26 27|0.0|3.46 +009801|sil peng4 shang4 zhe4 yang4 de5 xiang3 he2 ying3 jiu4 hui4 fei1 chang2 kun4 nan2 sil|sil 碰 上 这 样 的 想 合 影 就 会 非 常 困 难 sil|22 22 22 14 20 18 20 18 26 16 12 14 20 20 27 25|0.0|3.665 +009802|sil wan4 yi1 shui4 zhao2 shi2 sp1 wu1 zi5 jiu4 bei4 fang4 huo3 shao1 le5 ne5 sil|sil 万 一 睡 着 时 sp1 屋 子 就 被 放 火 烧 了 呢 sil|25 16 16 17 17 27 15 16 14 14 13 16 15 19 11 26 24|0.0|3.495 +009803|sil jing1 qu1 zheng4 fu2 yu3 duo1 fang1 xie2 tiao2 chong2 xin1 shang4 lu4 sil|sil 经 区 政 府 与 多 方 协 调 重 新 上 路 sil|24 22 18 18 22 15 15 15 17 30 23 18 20 24 26|0.0|3.56 +009804|sil ta1 men5 dan1 xin1 sp1 ye3 xiang4 ban1 jia1 hou4 ke3 neng2 chong2 fan3 sil|sil 他 们 担 心 sp1 野 象 搬 家 后 可 能 重 返 sil|23 14 12 16 29 15 15 22 15 16 27 17 16 20 30 26|0.0|3.63 +009805|sil nv3 fang1 da2 sp1 ni3 song4 lao3 niang2 de5 ye3 zhe4 me5 da4 sil|sil 女 方 答 sp1 你 送 老 娘 的 也 这 么 大 sil|25 16 20 26 23 13 16 14 21 17 20 12 13 26 25|0.0|3.335 +009806|sil guan1 zhong4 zong3 hui4 you3 xin1 chong3 sp1 bu2 fu4 nian4 jiu4 ren2 sil|sil 观 众 总 会 有 新 宠 sp1 不 复 念 旧 人 sil|23 20 21 18 14 15 21 25 15 16 17 17 20 23 27|0.0|3.395 +009807|sil sui2 hou4 sp1 xian4 chang3 zhong4 ren2 yi4 tong2 qi3 hong4 bi1 hun1 sil|sil 随 后 sp1 现 场 众 人 一 同 起 哄 逼 婚 sil|27 18 24 15 19 17 16 23 19 22 18 17 14 26 26|0.0|3.49 +009808|sil ta1 shuo1 zhe4 zhong3 pan1 yan2 shi4 zui4 chun2 jing4 de5 yun4 dong4 sil|sil 他 说 这 种 攀 岩 是 最 纯 净 的 运 动 sil|23 18 25 13 16 22 20 16 16 23 15 10 19 25 27|0.0|3.345 +009809|sil huo3 cong2 san1 jiao3 xing2 de5 ku1 long5 kai1 shi3 ran2 shao1 sil|sil 火 从 三 角 形 的 窟 窿 开 始 燃 烧 sil|23 18 22 18 17 16 10 18 19 17 12 18 27 25|0.0|3.015 +009810|sil ji4 zhe2 zhao3 dao4 le5 qin3 shi4 bu4 zhi4 zhe3 xiao2 ma3 sil|sil 记 者 找 到 了 寝 室 布 置 者 小 马 sil|24 19 20 20 14 13 20 15 15 12 16 20 34 23|0.0|3.075 +009811|sil gang1 ren4 shi5 jiu4 yao4 mei4 zi5 zao4 pian4 sp1 zai4 liao2 shi2 kuai4 qian2 de5 ba5 sil|sil 刚 认 识 就 要 妹 子 皂 片 sp1 再 聊 十 块 钱 的 吧 sil|24 18 20 24 13 11 18 11 19 26 18 20 17 15 18 16 10 24 25|0.0|4.025 +009812|sil duo2 mu4 cui3 can4 de5 deng1 guang1 sp1 jiao1 zhi1 zhe5 ji1 qing2 peng2 pai4 de5 yin1 yue4 sil|sil 夺 目 璀 璨 的 灯 光 sp1 交 织 着 激 情 澎 湃 的 音 乐 sil|23 16 19 19 17 9 18 22 22 22 14 16 16 20 19 17 10 18 25 26|0.0|4.27 +009813|sil lao3 ba4 fei1 shen1 yi4 jiao3 shuo1 sp1 ni3 ge1 zai4 tan2 zheng4 shi4 sp1 ni3 gan4 ma2 sil|sil 老 爸 飞 身 一 脚 说 sp1 你 哥 在 谈 正 事 sp1 你 干 嘛 sil|26 14 19 14 16 14 19 26 38 14 20 15 19 17 21 16 10 16 27 26|0.0|4.49 +009814|sil ma3 de2 bao3 de5 li3 lun4 ke4 shang4 de5 ren2 xin1 huan4 san4 sp1 liang3 ge5 li3 bai4 li3 tui4 she4 de5 ren2 shu4 dao4 le5 shi2 wu3 ge4 sil|sil 马 德 保 的 理 论 课 上 得 人 心 涣 散 sp1 两 个 礼 拜 里 退 社 的 人 数 到 了 十 五 个 sil|26 17 15 16 9 12 18 20 19 9 17 19 22 22 32 18 8 15 16 17 20 13 9 19 25 15 12 21 16 26 26|0.0|6.375 +009815|sil hua1 yuan2 kou2 yu3 jiang1 jun5 ba4 sp1 dao4 zheng4 zhou1 kan4 huang2 he2 sp1 bi4 ran2 xian1 dao4 hua1 yuan2 kou3 sil|sil 花 园 口 与 将 军 坝 sp1 到 郑 州 看 黄 河 sp1 必 然 先 到 花 园 口 sil|25 19 16 29 15 20 17 22 7 19 17 14 19 18 27 24 14 22 20 15 15 16 29 23|0.0|5.365 +009816|sil zai4 lin2 nv3 shi4 xin1 zhong1 sp1 xiao3 rong2 cong2 xiao3 guai1 qiao2 dong3 shi4 sp1 jiu4 xiang4 ta1 de5 tie1 xin1 xiao3 mian2 ao3 sil|sil 在 林 女 士 心 中 sp1 小 蓉 从 小 乖 巧 懂 事 sp1 就 像 她 的 贴 心 小 棉 袄 sil|25 17 16 14 13 19 22 22 22 19 21 22 15 16 17 25 26 14 15 16 10 18 15 16 22 26 23|0.0|5.88 +009817|sil qin1 shu3 men5 si1 hao2 mei2 you3 huai2 yi2 sp1 jiang1 ping2 ri4 ji1 zan3 de5 cun2 kuan3 jiao1 dao4 le5 ta1 de5 shou3 shang4 sil|sil 亲 属 们 丝 毫 没 有 怀 疑 sp1 将 平 日 积 攒 的 存 款 交 到 了 他 的 手 上 sil|24 21 15 21 19 15 10 13 22 23 19 22 17 15 15 15 8 21 27 22 13 9 17 7 19 26 28|0.0|5.61 +009818|sil yi1 sheng1 jian3 cha2 sp1 fa1 xian4 die1 die5 zhi2 chang2 chuan1 kong3 sp1 li4 ji2 wei4 ta1 shi2 shi1 le5 shou3 shu4 sil|sil 医 生 检 查 sp1 发 现 爹 爹 直 肠 穿 孔 sp1 立 即 为 他 实 施 了 手 术 sil|26 9 17 18 29 7 16 17 18 15 15 21 20 28 23 15 11 16 19 15 11 13 18 28 27|0.0|5.245 +009819|sil ren2 men5 shou2 peng3 xian1 hua1 sp1 zai4 lin2 shi2 she4 zhi4 de5 deng3 hou4 qu1 li3 huan2 huan3 qian2 xing2 sil|sil 人 们 手 捧 鲜 花 sp1 在 临 时 设 置 的 等 候 区 里 缓 缓 前 行 sil|25 16 19 21 18 19 27 20 19 17 14 17 12 9 13 17 15 18 19 17 18 31 26|0.0|4.955 +009820|sil yong4 ren2 dan1 wei4 bu4 de2 ju4 jue2 zu3 nao2 sil|sil 用 人 单 位 不 得 拒 绝 阻 挠 sil|25 15 16 16 22 15 13 20 28 21 34 27|0.0|2.92 +009821|sil ping2 shi2 wo2 ye3 bu2 ai4 chu1 men2 sp1 zai4 jia1 kan4 kan4 bao4 zhi3 sp1 xie2 xie2 bi3 ji4 sha2 de5 sil|sil 平 时 我 也 不 爱 出 门 sp1 在 家 看 看 报 纸 sp1 写 写 笔 记 啥 的 sil|24 19 26 15 14 12 16 18 24 11 17 15 16 14 17 23 11 15 17 15 16 24 16 26|0.0|4.885 +009822|sil ke3 nian2 genr1 r zhe4 huir4 r sp1 zuo4 xian4 de5 jiu3 cai4 jia4 qian2 zhang3 de5 zui4 li2 pu3 sil|sil 可 年 根 儿 这 会 儿 sp1 做 馅 的 韭 菜 价 钱 涨 得 最 离 谱 sil|23 15 20 17 0 15 0 28 23 17 16 9 15 19 17 23 20 9 17 17 28 25|0.0|4.335 +009823|sil zhe4 yi2 ci4 sp1 bao3 diao4 chuan2 zhi1 sp1 bei4 si4 sou1 ri4 ben3 chuan2 ji2 zhi2 sheng1 ji1 bao1 wei2 sp1 dong4 tan5 bu4 de2 sil|sil 这 一 次 sp1 保 钓 船 只 sp1 被 四 艘 日 本 船 及 直 升 机 包 围 sp1 动 弹 不 得 sil|24 19 12 25 26 15 15 20 21 5 15 19 22 14 16 31 20 12 18 14 18 21 11 19 17 14 24 27|0.0|5.965 +009824|sil dian4 pu4 nei4 sp1 bo1 li5 sui4 bian4 di4 sil|sil 店 铺 内 sp1 玻 璃 碎 遍 地 sil|25 19 18 21 7 16 13 18 20 20 27|0.0|2.37 +009825|sil bu4 hao3 pan4 duan4 ju4 ti3 shi2 jian1 sil|sil 不 好 判 断 具 体 时 间 sil|22 15 17 20 18 14 13 17 28 26|0.0|2.205 +009826|sil kao2 gu3 zhuan1 jia1 gan3 dao4 nao2 tou2 sil|sil 考 古 专 家 感 到 挠 头 sil|23 22 12 16 20 16 13 19 34 24|0.0|2.31 +009827|sil geng2 nv3 shi4 gan2 jin3 bao4 le5 jing3 sil|sil 耿 女 士 赶 紧 报 了 警 sil|24 17 16 21 16 16 12 13 28 24|0.0|2.17 +009828|sil sou1 hu2 ze2 cong2 qi1 shi5 san1 die1 zhi4 wu3 shi2 san1 sp1 die1 fu2 bai3 fen1 zhi1 er4 shi2 qi1 sil|sil 搜 狐 则 从 七 十 三 跌 至 五 十 三 sp1 跌 幅 百 分 之 二 十 七 sil|26 21 24 15 28 19 11 27 14 18 12 15 25 22 16 22 14 13 10 13 14 29 24|0.0|5.01 +009829|sil shen2 me5 shi2 hou4 gei2 wo3 huan4 ge5 cai3 ping2 shou3 ji1 sil|sil 什 么 时 候 给 我 换 个 彩 屏 手 机 sil|24 20 11 16 21 12 12 18 9 19 17 17 28 27|0.0|2.91 +009830|sil wo3 de5 pu3 tong1 hua4 hai2 shi4 ting3 biao1 zhun3 de5 ba5 sil|sil 我 的 普 通 话 还 是 挺 标 准 的 吧 sil|26 11 9 15 18 24 18 11 19 18 15 10 24 23|0.0|2.795 +009831|sil zhi4 yu2 dang1 chu1 bao4 kao3 nan2 ke1 da4 sp1 ta1 ye2 zhi3 shi4 xiang3 tao2 bi4 gao1 kao3 sp1 sui2 bian4 kao3 zhe5 wan2 wan5 sil|sil 至 于 当 初 报 考 南 科 大 sp1 他 也 只 是 想 逃 避 高 考 sp1 随 便 考 着 玩 玩 sil|23 19 15 19 20 17 17 18 18 21 20 15 11 12 12 19 19 12 17 26 12 20 15 17 11 17 21 23|0.0|5.645 +009832|sil yu2 shi4 sp1 lei2 jun1 cong2 zi4 ji3 de5 ren2 sheng1 he2 li2 xiang3 jiang2 qi3 sil|sil 于 是 sp1 雷 军 从 自 己 的 人 生 和 理 想 讲 起 sil|26 12 28 18 18 22 21 13 12 13 18 19 12 16 18 21 27 26|0.0|3.95 +009833|sil ta1 jian4 zhe4 hao3 wan2 sp1 zheng4 chou2 xi2 jiao2 shui3 mei2 chu4 dao4 sp1 shun4 da4 shi4 dao4 le5 xia4 qu4 sil|sil 他 见 这 好 玩 sp1 正 愁 洗 脚 水 没 处 倒 sp1 顺 大 势 倒 了 下 去 sil|22 19 18 15 17 25 23 19 24 15 15 17 18 18 22 25 20 17 20 15 11 20 27 24|0.0|5.41 +009834|sil yi2 ge4 ren2 ku1 zuo4 zai4 yin1 an4 de5 jiao3 luo4 li3 sp1 jiu1 zhe5 da4 tui3 wen4 zi4 ji2 zen3 me5 ban4 sil|sil 一 个 人 枯 坐 在 阴 暗 的 角 落 里 sp1 揪 着 大 腿 问 自 己 怎 么 办 sil|25 13 16 18 20 14 15 16 13 8 18 17 21 24 19 11 18 29 16 13 12 14 13 21 28|0.0|5.01 +009835|sil mei2 ren2 gao4 su4 ta1 sp1 di4 yi1 ci4 jian4 mian4 dei3 qian1 xu1 xie1 sp1 bie2 rang4 nv3 hai2 nan2 kan1 sil|sil 媒 人 告 诉 他 sp1 第 一 次 见 面 得 谦 虚 些 sp1 别 让 女 孩 难 堪 sil|25 15 15 16 13 26 21 12 10 14 17 19 14 22 17 24 12 11 17 11 15 21 27 25|0.0|4.87 +009836|sil you3 le5 ke1 xue2 zhi2 yin3 sp1 zhi2 xing2 sou1 jiu4 ren4 wu4 de5 guan1 bing1 sp1 dun4 shi2 dou4 zhi4 bei4 zeng1 sil|sil 有 了 科 学 指 引 sp1 执 行 搜 救 任 务 的 官 兵 sp1 顿 时 斗 志 倍 增 sil|26 10 13 17 16 15 28 21 17 17 16 14 18 9 8 22 22 8 18 21 17 13 18 28 23|0.0|5.045 +009837|sil ta1 chuan1 shang4 qian2 shui3 yi1 sp1 shen1 shang4 shuan1 le5 gen1 sheng2 zi5 sp1 yi4 hen3 xin1 tiao4 le5 xia4 qu4 sil|sil 他 穿 上 潜 水 衣 sp1 身 上 拴 了 根 绳 子 sp1 一 狠 心 跳 了 下 去 sil|22 18 17 18 16 18 23 19 19 20 18 8 16 26 19 22 11 18 22 22 10 19 24 27|0.0|5.245 +009838|sil dao4 le5 hu2 tou2 sp1 liang3 ge5 xiao3 hai2 fa1 jue2 bu2 dui4 jin4 sp1 xiang4 ta1 rang1 rang5 yao4 hui2 jia1 sil|sil 到 了 湖 头 sp1 两 个 小 孩 发 觉 不 对 劲 sp1 向 他 嚷 嚷 要 回 家 sil|23 15 10 17 27 19 16 7 19 20 20 17 11 16 23 21 18 13 20 18 14 18 27 28|0.0|5.075 +009839|sil tong2 shi2 jiang1 jia1 da4 sa2 shui3 che1 song4 shui3 li4 du4 sp1 gu3 li4 ju1 min2 shui2 jing3 qu2 shui3 sil|sil 同 时 将 加 大 洒 水 车 送 水 力 度 sp1 鼓 励 居 民 水 井 取 水 sil|20 21 25 23 19 15 15 15 16 17 14 18 20 24 14 14 15 26 23 21 18 28 26|0.0|5.185 +009840|sil liang3 nian2 qian2 sp1 xiong2 jie2 zai4 nan2 jing1 san1 pai2 lou2 fu4 jin4 sp1 kai1 le5 yi4 jia1 zu2 liao2 dian4 sil|sil 两 年 前 sp1 熊 杰 在 南 京 三 牌 楼 附 近 sp1 开 了 一 家 足 疗 店 sil|25 16 16 32 16 24 20 14 20 20 19 14 16 17 18 6 16 9 10 18 12 17 25 25|0.0|4.935 +009841|sil yi2 ge4 ju4 da4 de5 pi2 zang4 wan2 zheng3 de5 tuo1 chu1 sp1 bo1 li2 jie2 za1 bing4 cheng2 gong1 qie1 chu2 sil|sil 一 个 巨 大 的 脾 脏 完 整 地 托 出 sp1 剥 离 结 扎 并 成 功 切 除 sil|25 12 19 17 13 9 20 25 21 15 8 18 24 31 18 15 18 26 22 20 15 18 30 24|0.0|5.38 +009842|sil zhong1 ri4 guan1 xi5 yue4 lai2 yue4 mi4 qie4 sp1 xue2 xi2 han4 yu3 de5 ri4 ben3 ren2 yi4 bu2 ji4 qi2 shu4 sil|sil 中 日 关 系 越 来 越 密 切 sp1 学 习 汉 语 的 日 本 人 亦 不 计 其 数 sil|23 18 17 19 26 13 16 10 21 30 24 17 14 21 10 9 16 14 30 17 15 14 21 25 27|0.0|5.42 +009843|sil guan1 yin1 jian4 yi4 sp1 bu4 ru2 rang4 liang3 hou2 xuan3 ze2 zui4 ai4 de5 shui2 guo3 sp1 zhong4 sheng1 jie1 mi2 mang2 sil|sil 观 音 建 议 sp1 不 如 让 两 猴 选 择 最 爱 的 水 果 sp1 众 生 皆 迷 茫 sil|24 18 18 20 20 29 13 21 17 19 28 22 16 15 14 9 21 22 13 20 20 18 18 32 27|0.0|5.73 +009844|sil dang1 ran2 sp1 shang4 wang2 ye3 bu4 guang1 shi4 kan4 qi2 sp1 ye3 liao2 liao2 tian1 sp1 cha2 cha2 you2 jian4 shen2 me5 de5 sil|sil 当 然 sp1 上 网 也 不 光 是 看 棋 sp1 也 聊 聊 天 sp1 查 查 邮 件 什 么 的 sil|23 16 26 12 27 26 15 11 16 11 20 30 27 9 16 16 25 3 20 16 15 18 14 9 20 26|0.0|5.42 +009845|sil nuan2 nuan3 gui4 xia4 le5 sp1 wo3 zai4 ye3 bu2 fan4 cuo4 wu4 le5 sp1 ma1 ma5 ni3 gan2 jin3 qu4 yi1 yuan4 ba5 sil|sil 暖 暖 跪 下 了 sp1 我 再 也 不 犯 错 误 了 sp1 妈 妈 你 赶 紧 去 医 院 吧 sil|25 19 22 17 20 19 28 13 14 12 11 15 21 12 17 23 15 20 15 17 15 17 13 23 23 25|0.0|5.47 +009846|sil yan2 qiu1 ling2 shuo1 sp1 zi4 shi4 yong4 hei1 se4 ji4 hao4 bi2 xie3 de5 sp1 bu2 shi4 yong4 dao1 zi5 ke4 de5 sil|sil 闫 秋 玲 说 sp1 字 是 用 黑 色 记 号 笔 写 的 sp1 不 是 用 刀 子 刻 的 sil|26 15 17 17 26 33 20 18 20 19 15 12 15 14 20 17 20 13 12 15 19 11 24 19 25|0.0|5.36 +009847|sil shi2 xia4 sp1 ni3 bei4 jie3 gu4 le5 zai4 mei3 guo2 shen4 wei2 liu2 xing2 sp1 cheng2 le5 yi2 ju4 shi2 mao2 yu3 sil|sil 时 下 sp1 你 被 解 雇 了 在 美 国 甚 为 流 行 sp1 成 了 一 句 时 髦 语 sil|25 18 29 18 13 13 18 20 20 14 18 17 17 10 19 26 10 22 10 13 15 19 22 23 25|0.0|5.27 +009848|sil xing2 man3 shi4 fang4 hou4 de5 gao1 yi4 qiang2 bu4 si1 hui2 gai3 sp1 bing4 ran3 shang4 du3 bo2 de5 e4 xi2 sil|sil 刑 满 释 放 后 的 高 义 强 不 思 悔 改 sp1 并 染 上 赌 博 的 恶 习 sil|25 21 19 17 16 18 8 16 13 30 15 14 21 26 18 17 19 21 17 14 12 17 31 23|0.0|5.205 +009849|sil di4 er4 tian1 sp1 you3 er4 bai3 ling2 san1 jia1 chang3 fang2 sp1 he2 ba1 bai3 ling2 wu3 jia1 shang1 pu4 bei4 ding4 gou4 sil|sil 第 二 天 sp1 有 二 百 零 三 家 厂 房 sp1 和 八 百 零 五 家 商 铺 被 订 购 sil|23 12 18 28 13 13 13 12 16 17 14 25 25 7 17 15 10 18 11 16 21 18 14 16 25 24|0.0|5.125 +009850|sil ni3 zhe4 po4 fen1 shu4 sp1 jiu4 shi4 xiao3 shi2 hou4 luan4 qi1 ba1 zao1 shu1 kan4 tai4 duo1 de5 yuan2 yin1 sil|sil 你 这 破 分 数 sp1 就 是 小 时 候 乱 七 八 糟 书 看 太 多 的 原 因 sil|26 13 15 18 16 22 23 14 12 21 13 20 20 12 17 20 18 17 17 12 10 17 23 26|0.0|4.905 +009851|sil dang1 guan1 zhen1 hao3 sp1 shen2 me5 dou1 wanr2 r sp1 shen2 me5 dou1 hui4 sp1 shen2 me5 dou1 zhuan4 qian2 sp1 he1 he1 sil|sil 当 官 真 好 sp1 什 么 都 玩 儿 sp1 什 么 都 会 sp1 什 么 都 赚 钱 sp1 呵 呵 sil|23 18 19 17 28 20 16 8 19 27 0 12 17 9 17 28 14 15 7 12 18 28 12 15 25 26|0.0|5.225 +009852|sil zai4 chen2 shui2 bian3 dan1 ren4 sp1 tai2 bei3 shi4 yi4 yuan2 shi2 sp1 su1 huan4 zhi4 ceng2 dan1 ren4 bian3 zhu4 li3 sil|sil 在 陈 水 扁 担 任 sp1 台 北 市 议 员 时 sp1 苏 焕 智 曾 担 任 扁 助 理 sil|26 19 17 17 28 18 25 8 24 14 16 11 20 26 31 18 20 20 22 14 17 18 17 23 23|0.0|5.71 +009853|sil gang1 kai1 shi3 ta1 hai2 lian4 xi2 gu3 zheng1 sp1 yin1 wei4 tan2 qin2 sp1 shou2 zhi3 dou1 mo2 po4 le5 sp1 ta1 ye3 bu4 han2 ku3 sil|sil 刚 开 始 她 还 练 习 古 筝 sp1 因 为 弹 琴 sp1 手 指 都 磨 破 了 sp1 她 也 不 喊 苦 sil|23 18 19 25 16 12 17 16 18 26 28 10 11 21 28 13 25 21 13 19 27 17 14 16 10 12 20 32 24|0.0|6.395 +009854|sil xi4 xi4 chuai3 mo2 sp1 si4 hu1 ye3 po1 wei2 fu2 he2 zheng4 zhou1 huang2 he2 gong1 lu4 da4 qiao2 de5 qian2 shi4 jin1 sheng1 sil|sil 细 细 揣 摩 sp1 似 乎 也 颇 为 符 合 郑 州 黄 河 公 路 大 桥 的 前 世 今 生 sil|27 18 17 20 27 12 19 21 17 18 12 18 25 19 17 19 13 13 14 16 21 12 24 16 19 28 27|0.0|5.905 +009855|sil ta1 xi3 huan5 kai1 wan2 xiao4 sp1 bi3 ru2 sp1 wo2 ju3 qiang1 ju3 le5 shi2 fen1 zhong1 sp1 ta1 jiu4 zou3 guo4 lai2 shuo1 sp1 lei4 ba5 sil|sil 他 喜 欢 开 玩 笑 sp1 比 如 sp1 我 举 枪 举 了 十 分 钟 sp1 他 就 走 过 来 说 sp1 累 吧 sil|22 15 15 17 14 15 26 28 15 22 9 13 16 23 12 11 17 18 20 23 14 12 17 13 16 20 10 22 23 26|0.0|6.085 +009856|sil you2 yu2 luo4 shui3 hou4 lian2 qiang4 le5 ji2 kou2 shui3 sp1 shang4 an4 hou4 de5 po2 po5 jing1 hun2 wei4 ding4 sp1 lian3 se4 cang1 bai2 sil|sil 由 于 落 水 后 连 呛 了 几 口 水 sp1 上 岸 后 的 婆 婆 惊 魂 未 定 sp1 脸 色 苍 白 sil|26 16 12 19 17 22 22 18 10 12 16 24 34 18 16 16 9 18 21 20 18 17 18 15 16 16 24 27 29|0.0|6.335 +009857|sil xin1 hua2 she4 ji4 zhe3 zu1 jie4 yi4 sou1 dang1 di4 yu2 chuan2 sp1 kao4 jin4 le5 zai4 qian2 hai3 zhong1 de5 zhong1 guo2 yu2 chuan2 sil|sil 新 华 社 记 者 租 借 一 艘 当 地 渔 船 sp1 靠 近 了 在 浅 海 中 的 中 国 渔 船 sil|26 18 14 16 13 25 17 14 11 22 17 11 12 31 10 23 16 16 16 20 17 18 10 17 12 15 32 26|0.0|5.745 +009858|sil xi1 ri4 tu3 niur1 r bian4 shi2 shang4 la4 mei4 sp1 rang4 da4 zhong4 kan4 dao4 le5 yi2 ge4 sp1 bu2 duan4 cheng2 zhang3 de5 hai3 qing1 sil|sil 昔 日 土 妞 儿 变 时 尚 辣 妹 sp1 让 大 众 看 到 了 一 个 sp1 不 断 成 长 的 海 清 sil|26 22 14 19 30 0 19 16 16 16 26 24 18 17 19 20 10 11 14 18 5 12 16 19 15 7 18 28 25|0.0|5.81 +009859|sil yin1 wei4 pan2 chan5 ji1 hu1 hao4 jin4 sp1 san1 ren2 zhi3 neng2 kao4 lin2 ju1 he2 bao3 an1 de5 jie1 ji4 mian2 qiang3 du4 ri4 sil|sil 因 为 盘 缠 几 乎 耗 尽 sp1 三 人 只 能 靠 邻 居 和 保 安 的 接 济 勉 强 度 日 sil|26 12 15 25 19 14 11 19 22 26 22 20 11 15 17 21 18 18 17 15 9 19 17 24 22 17 25 24|0.0|6.04 +009860|sil hong2 guang1 lu4 shang4 de5 qin2 e1 pang2 gong1 jing3 qu1 sp1 yi2 du4 rang4 ren2 men5 ren4 wei2 sp1 zhe4 li3 jiu4 shi4 e1 pang2 gong1 sil|sil 红 光 路 上 的 秦 阿 旁 宫 景 区 sp1 一 度 让 人 们 认 为 sp1 这 里 就 是 阿 旁 宫 sil|24 18 16 15 20 11 27 16 16 16 18 26 36 13 15 15 12 9 17 22 14 18 12 16 12 14 20 24 25|0.0|6.005 +009861|sil zhe4 wei4 lao3 bo2 chi2 lao3 ren2 mian3 fei4 zheng4 shang4 che1 sp1 cai2 qu3 ge4 zhong3 ban4 fa3 sp1 xing4 sao1 rao2 nv3 cheng2 ke4 sil|sil 这 位 老 伯 持 老 人 免 费 证 上 车 sp1 采 取 各 种 办 法 sp1 性 骚 扰 女 乘 客 sil|24 14 10 22 24 22 21 16 17 14 15 19 22 26 19 17 15 15 18 19 5 20 17 14 17 22 26 24|0.0|5.97 +009862|sil ping2 xing4 de5 you3 shan1 yao4 sp1 bai2 luo2 bo5 sp1 gan1 shu3 sp1 ma3 ling2 shu3 sp1 nan2 gua1 xi1 hong2 shi4 sp1 mo2 gu5 deng3 sil|sil 平 性 的 有 山 药 sp1 白 萝 卜 sp1 甘 薯 sp1 马 铃 薯 sp1 南 瓜 西 红 柿 sp1 蘑 菇 等 sil|23 26 26 20 25 24 24 8 14 21 21 10 22 30 9 14 16 29 12 23 29 17 16 20 8 20 15 28 23|0.0|6.655 +009863|sil zhe4 feng1 kuang2 de5 yi2 mu4 sp1 ye2 xu3 zhi2 you2 deng3 dao4 da4 chao2 tui4 qu4 sp1 luo2 yong2 zhe3 cai2 hui4 fu2 chu1 shui3 mian4 sil|sil 这 疯 狂 的 一 幕 sp1 也 许 只 有 等 到 大 潮 退 去 sp1 裸 泳 者 才 会 浮 出 水 面 sil|24 16 19 17 10 11 23 28 14 29 13 13 15 14 17 18 21 24 21 15 18 16 19 16 14 14 16 27 27|0.0|6.145 +009864|sil yi3 hou4 sp1 bi4 cheng2 tong2 zhi4 shuai4 bu4 can1 jia1 le5 liang3 ci4 lian2 shui2 bao3 wei4 zhan4 sp1 ce4 ying4 le5 su4 bei3 da4 zhan4 de5 sheng4 li4 sil|sil 以 后 sp1 必 成 同 志 率 部 参 加 了 两 次 涟 水 保 卫 战 sp1 策 应 了 宿 北 大 战 的 胜 利 sil|25 11 26 24 17 19 19 24 24 19 22 14 18 22 16 17 16 12 14 22 30 20 16 14 22 14 18 13 8 18 25 23|0.0|6.995 +009865|sil wei4 le5 neng2 pao2 qi3 lai2 fang1 bian4 sp1 ta1 men5 zhi3 bei1 zhe5 jian3 dan1 de5 gong1 ju4 sp1 hu4 xiang1 zhao4 ying4 zhe5 sp1 neng2 pao3 jiu4 pao3 sil|sil 为 了 能 跑 起 来 方 便 sp1 他 们 只 背 着 简 单 的 工 具 sp1 互 相 照 应 着 sp1 能 跑 就 跑 sil|25 12 10 19 20 13 12 21 19 28 13 11 16 17 14 18 14 9 20 21 23 15 20 19 18 17 12 17 17 15 26 25|0.0|6.455 +009866|sil cong2 qian2 you3 ge5 da4 hui1 lang2 sp1 ni3 cai1 sp1 da4 hui1 lang2 shi4 shui2 sil|sil 从 前 有 个 大 灰 狼 sp1 你 猜 sp1 大 灰 狼 是 谁 sil|24 22 29 16 11 16 15 28 20 12 23 5 15 13 16 14 31 27|0.0|3.915 +009867|sil shou1 fei4 nian2 xian4 sp1 fen1 bie2 chi2 xu4 zhi4 er4 ling2 san1 er4 nian2 sp1 ji2 er4 ling2 si4 ling2 nian2 sil|sil 收 费 年 限 sp1 分 别 持 续 至 二 零 三 二 年 sp1 及 二 零 四 零 年 sil|25 18 13 19 25 8 19 12 16 17 20 16 18 18 12 26 7 29 17 18 14 19 30 27|0.0|5.14 +009868|sil ru2 guo3 chi1 qi3 lai2 fei1 chang2 xi4 ni4 sp1 ze2 shuo1 ming2 yu4 mi2 fen3 jia1 de5 bu4 duo1 sil|sil 如 果 吃 起 来 非 常 细 腻 sp1 则 说 明 玉 米 粉 加 得 不 多 sil|24 13 19 16 14 17 13 18 20 25 21 15 16 24 14 16 20 19 9 15 24 25|0.0|4.61 +009869|sil ren2 men5 zhi3 hui4 pei4 fu2 na4 xie1 you3 chuang4 zao4 xing4 gong4 xian4 de5 ren2 sil|sil 人 们 只 会 佩 服 那 些 有 创 造 性 贡 献 的 人 sil|25 13 12 15 15 19 19 17 19 19 22 12 16 16 16 10 26 27|0.0|3.69 +009870|sil jiao1 gong1 liang2 sp1 wo2 ba3 zui4 hao3 de5 xiao3 mai4 yu4 mi3 song4 dao4 liang2 guan2 suo3 sil|sil 交 公 粮 sp1 我 把 最 好 的 小 麦 玉 米 送 到 粮 管 所 sil|24 23 20 29 19 12 15 20 18 10 24 30 20 25 21 11 17 17 32 23|0.0|4.76 +009871|sil bu2 hui4 ya5 zhu3 ren2 sp1 ma4 ren2 shi4 bu2 dui4 de5 sil|sil 不 会 呀 主 人 sp1 骂 人 是 不 对 的 sil|23 19 20 18 13 25 18 19 18 16 14 22 21 25|0.0|3.145 +009872|sil cao2 hong2 liang4 shuo1 sp1 hai2 you2 ji3 ge5 kong1 zhe5 sp1 mei2 guan1 xi5 sp1 rang4 wo3 chao1 chao5 sil|sil 曹 洪 亮 说 sp1 还 有 几 个 空 着 sp1 没 关 系 sp1 让 我 抄 抄 sil|26 21 16 20 26 27 11 15 13 11 24 17 35 11 18 21 15 15 13 19 26 24|0.0|4.92 +009873|sil zhao4 gu1 niang5 bei1 zhe5 ge5 shuang1 jian1 bao1 sp1 zuo4 xia4 shi2 shun4 shi4 fang4 zai4 yi4 bian1 sil|sil 赵 姑 娘 背 着 个 双 肩 包 sp1 坐 下 时 顺 势 放 在 一 边 sil|24 22 16 27 16 11 9 18 19 22 23 19 19 22 23 17 19 15 12 27 24|0.0|4.695 +009874|sil wo3 shuo1 sp1 yan4 bu2 xia4 zhe4 kou3 qi4 sil|sil 我 说 sp1 咽 不 下 这 口 气 sil|25 13 27 15 16 10 15 12 16 26 24|0.0|2.315 +009875|sil ma1 sp1 si1 qing2 shu1 ne5 sil|sil 妈 sp1 撕 情 书 呢 sil|24 26 15 18 19 18 26 26|0.0|1.995 +009876|sil ying1 gai1 shi4 bi3 mo4 zhi3 yan4 ba5 sil|sil 应 该 是 笔 墨 纸 砚 吧 sil|26 13 17 22 16 22 19 26 25 26|0.0|2.46 +009877|sil yu2 mei2 jue2 ding4 pou1 fu4 chan3 sil|sil 余 梅 决 定 剖 腹 产 sil|25 13 24 17 16 19 15 30 27|0.0|2.16 +009878|sil wo3 bu4 chi1 ni3 na4 tao4 sil|sil 我 不 吃 你 那 套 sil|26 13 16 16 15 16 30 24|0.0|1.815 +009879|sil zou3 cha4 bu4 duo1 ji3 fen1 zhong1 sil|sil 走 差 不 多 几 分 钟 sil|26 26 20 9 13 13 17 24 26|0.0|2.015 +009880|sil dao4 shui3 de5 xue2 sheng1 zhi3 ting1 dao4 qian2 ban4 ju4 sp1 zun1 qi2 ming4 sp1 zai4 qing1 qi2 yu2 shui3 sp1 bian1 dao4 bian1 jiao4 sp1 qu4 ni3 de5 sil|sil 倒 水 的 学 生 只 听 到 前 半 句 sp1 遵 其 命 sp1 再 倾 其 余 水 sp1 边 倒 边 叫 sp1 去 你 的 sil|23 17 16 9 17 25 16 17 12 22 17 20 30 18 14 23 10 22 20 15 15 31 20 17 17 18 23 8 25 18 22 25|0.0|6.985 +009881|sil liang3 ren2 yi4 chang3 e4 dou4 sp1 sheng4 fu4 nan2 fen1 sp1 zhi2 hao2 ba3 mao2 tou2 dui4 zhun3 zai4 du2 ying1 yu3 de5 xie4 jing3 yuan1 dao4 sp1 ni3 ne5 sil|sil 两 人 一 场 恶 斗 sp1 胜 负 难 分 sp1 只 好 把 矛 头 对 准 在 读 英 语 的 谢 景 渊 道 sp1 你 呢 sil|25 19 19 12 17 20 22 9 20 12 20 23 30 13 14 12 20 21 17 24 18 16 17 15 15 18 15 22 20 22 13 25 26|0.0|7.095 +009882|sil zhou1 bian1 ju1 min2 shi2 chang2 hui4 kan4 dao4 sp1 you3 yan1 qi4 cong2 lv2 chang3 lin2 li4 de5 da4 yan1 cong1 zhong1 pai2 chu1 sil|sil 周 边 居 民 时 常 会 看 到 sp1 有 烟 气 从 铝 厂 林 立 的 大 烟 囱 中 排 出 sil|24 16 17 14 24 17 18 11 23 22 18 12 22 24 24 15 19 15 17 18 16 16 17 15 19 25 25|0.0|5.835 +009883|sil shi2 ren4 shen1 zhen4 shi4 si1 fa3 ju2 fu4 ju2 zhang3 de5 xu2 jian4 shou4 ming4 she4 ji4 yi2 tao4 zheng4 gai3 fang1 an4 sil|sil 时 任 深 圳 市 司 法 局 副 局 长 的 徐 建 受 命 设 计 一 套 政 改 方 案 sil|25 22 24 22 17 19 15 16 14 16 13 21 14 21 30 21 17 17 12 11 26 18 14 21 21 26|0.0|5.725 +009884|sil qian2 wei3 chang2 dui4 yin3 shi2 cong2 bu4 tiao1 ti4 sp1 ji4 bu4 chou1 yan1 sp1 ye3 bu4 he1 jiu3 sp1 yin3 cha2 ye3 bu4 jiang3 jiu5 sil|sil 钱 伟 长 对 饮 食 从 不 挑 惕 sp1 既 不 抽 烟 sp1 也 不 喝 酒 sp1 饮 茶 也 不 讲 究 sil|23 23 13 30 15 19 18 24 11 23 20 26 17 7 23 23 7 14 11 20 27 19 16 23 12 13 22 24 27|0.0|6.38 +009885|sil yi3 hou4 wo3 sheng1 ri4 jiu4 bu4 neng2 ling2 li3 wu4 le5 sp1 he1 he1 sp1 ke3 neng2 sp1 ta1 shi4 wei4 le5 sheng2 li3 wu4 ba5 sil|sil 以 后 我 生 日 就 不 能 领 礼 物 了 sp1 呵 呵 sp1 可 能 sp1 她 是 为 了 省 礼 物 吧 sil|26 12 24 12 19 19 17 11 16 15 18 17 16 16 15 23 27 15 22 5 16 11 12 10 19 17 19 22 24|0.0|5.75 +009886|sil qi1 ge4 ren2 mian4 mian4 xiang1 qu4 sp1 ran2 hou4 shuo1 sp1 ni2 zou3 cuo4 di4 fang5 le5 sp1 wo3 men5 shi4 hu2 lu5 wa2 sil|sil 七 个 人 面 面 相 觑 sp1 然 后 说 sp1 你 走 错 地 方 了 sp1 我 们 是 葫 芦 娃 sil|25 20 12 20 18 13 20 25 11 15 13 23 34 11 14 15 16 19 15 17 9 10 13 14 16 28 25|0.0|5.465 +009887|sil wu1 ya1 de5 si3 sp1 shi4 zi4 ji3 zao4 cheng2 de5 sp1 yuan2 yin1 zhi3 zai4 yu2 ta1 mei2 you3 zuo4 diao4 cha2 shi4 tan4 huo2 dong4 sil|sil 乌 鸦 的 死 sp1 是 自 己 造 成 的 sp1 原 因 只 在 于 他 没 有 作 调 查 试 探 活 动 sil|25 12 18 10 30 6 17 13 13 16 22 16 30 15 14 12 18 16 14 13 16 14 17 22 16 18 18 20 27|0.0|5.78 +009888|sil jie2 zhi4 mu4 qian2 sp1 wa1 jue2 gong1 zuo4 yi3 jing1 jie2 shu4 sp1 mu4 qian2 ya1 lu4 ji1 zheng4 zai4 hang1 shi2 di4 ji1 sil|sil 截 至 目 前 sp1 挖 掘 工 作 已 经 结 束 sp1 目 前 压 路 机 正 在 夯 实 地 基 sil|24 16 10 15 30 24 14 16 17 16 13 15 17 23 33 12 17 15 14 23 18 16 19 15 16 28 25|0.0|5.815 +009889|sil gai1 ren2 shi4 ti2 xing3 sp1 bu2 yao4 sui2 yi4 yi2 qi4 quan3 zhi1 sp1 gei3 shi4 min2 chu1 xing2 sp1 dai4 lai2 an1 quan2 yin3 huan4 sil|sil 该 人 士 提 醒 sp1 不 要 随 意 遗 弃 犬 只 sp1 给 市 民 出 行 sp1 带 来 安 全 隐 患 sil|25 16 13 14 16 29 18 10 17 18 15 13 14 23 23 13 14 14 16 18 26 4 12 15 15 16 20 28 26|0.0|5.815 +009890|sil zhe4 lei4 wen2 zi4 de5 tu2 mo3 gong1 ju4 sp1 bu2 zai4 shi4 ji4 hao4 bi3 sp1 er2 shi4 lei4 si4 mei2 hui1 de5 wu4 zhi4 sil|sil 这 类 文 字 的 涂 抹 工 具 sp1 不 再 是 记 号 笔 sp1 而 是 类 似 煤 灰 的 物 质 sil|23 14 15 17 13 10 17 18 17 19 7 14 18 12 14 17 23 25 11 10 19 14 19 18 11 17 23 25|0.0|5.34 +009891|sil nan2 you3 sp1 shi4 zhe4 yang4 sp1 wo3 ji4 de5 sp1 wo3 shi4 zai4 yi2 ge4 yue4 se4 meng2 long2 de5 wan3 shang4 xiang4 ni3 qiu2 de5 hun1 sil|sil 男 友 sp1 是 这 样 sp1 我 记 得 sp1 我 是 在 一 个 月 色 朦 胧 的 晚 上 向 你 求 的 婚 sil|25 17 28 15 19 13 24 11 14 22 19 37 9 14 15 12 14 17 13 20 15 11 19 28 16 11 20 7 26 29|0.0|6.275 +009892|sil jing3 fang1 cha2 xun2 le5 wu4 liao4 ling2 qu3 dan1 ju4 sp1 ri4 qi1 yu3 an1 zhuang1 shi2 jian1 xiang1 fu2 sil|sil 警 方 查 询 了 物 料 领 取 单 据 sp1 日 期 与 安 装 时 间 相 符 sil|25 19 23 21 18 14 16 15 16 14 18 23 29 17 29 15 15 14 15 15 19 32 26|0.0|5.2 +009893|sil ju4 xi1 sp1 zhe4 ge4 liu2 dong4 de5 luo4 tuo5 zhao4 xiang4 tan1 sp1 bing4 wei4 ban4 li3 ren4 he2 shou3 xu4 sil|sil 据 悉 sp1 这 个 流 动 的 骆 驼 照 相 摊 sp1 并 未 办 理 任 何 手 续 sil|23 17 28 22 14 8 21 20 10 20 16 15 18 27 16 18 15 15 13 16 13 18 28 26|0.0|5.075 +009894|sil tong2 shi2 sp1 yu4 suan4 an4 de5 dian4 zi2 ban2 ye3 jiang1 shang4 wang3 sp1 ren4 he2 ren2 dou1 ke2 yi3 cha2 yue4 sil|sil 同 时 sp1 预 算 案 的 电 子 版 也 将 上 网 sp1 任 何 人 都 可 以 查 阅 sil|23 20 27 24 13 19 15 8 17 15 20 16 16 19 23 18 15 14 17 13 13 9 25 23 26|0.0|5.205 +009895|sil qi3 chu1 sp1 he2 cheng4 ming2 lou3 zhe5 yi2 wei4 nv3 xing4 you3 ren2 de5 ge1 bo5 bian1 zou3 bian1 liao2 sil|sil 起 初 sp1 何 称 铭 搂 着 一 位 女 性 友 人 的 胳 膊 边 走 边 聊 sil|24 18 27 8 18 20 22 14 12 9 13 17 19 13 12 8 18 18 19 16 19 31 24|0.0|4.635 +009896|sil neng2 bei4 xuan3 zuo4 ji1 xin1 ge2 zi1 liao4 de5 shou1 cang2 zhe3 sp1 ye1 lu3 shen1 gan3 rong2 xing4 sil|sil 能 被 选 作 基 辛 格 资 料 的 收 藏 者 sp1 耶 鲁 深 感 荣 幸 sil|25 16 13 20 23 14 19 16 10 16 8 16 20 26 23 14 19 18 14 18 24 24|0.0|4.595 +009897|sil zhe4 he2 gao1 ceng2 guan2 li2 zhe3 jing1 shen2 ya1 li4 da4 sp1 ying4 chou2 duo1 you2 hen3 da4 guan1 xi4 sil|sil 这 和 高 层 管 理 者 精 神 压 力 大 sp1 应 酬 多 有 很 大 关 系 sil|23 18 22 17 18 15 11 20 15 14 15 15 23 9 17 19 22 16 18 17 19 25 27|0.0|4.815 +009898|sil zan2 men5 mu4 min2 qun2 zhong4 te4 bie2 re4 xin1 te4 bie2 hao4 ke4 sp1 fei1 chang2 shan4 liang2 sil|sil 咱 们 牧 民 群 众 特 别 热 心 特 别 好 客 sp1 非 常 善 良 sil|25 16 14 11 18 20 18 16 12 17 25 16 13 21 26 9 15 20 20 25 25|0.0|4.43 +009899|sil mei3 yi2 ge4 huo3 jian4 guan1 dou1 shun4 li4 de5 sheng1 shang4 qu4 le5 sp1 ran2 ran3 ruo4 xing1 guang1 sil|sil 每 一 个 火 箭 官 都 顺 利 地 升 上 去 了 sp1 冉 冉 若 星 光 sil|25 16 12 17 17 16 26 15 18 14 10 17 19 15 17 19 18 19 15 20 26 28|0.0|4.635 +009900|sil mei3 tian1 ba3 lao2 sao1 na2 chu1 lai2 shai4 shai5 tai4 yang5 sp1 xin1 qing2 jiu4 bu2 hui4 que1 gai4 sil|sil 每 天 把 牢 骚 拿 出 来 晒 晒 太 阳 sp1 心 情 就 不 会 缺 钙 sil|25 18 23 12 21 21 19 13 14 14 14 23 20 20 20 21 17 12 17 19 26 24|0.0|4.79 +009901|sil zuo2 ri4 sp1 zhe4 ming2 shang1 zhe2 yu3 yi1 sheng1 quan2 bu4 bei4 jing3 fang1 yi1 fa3 xing2 shi4 ju1 liu2 sil|sil 昨 日 sp1 这 名 伤 者 与 医 生 全 部 被 警 方 依 法 刑 事 拘 留 sil|25 20 23 13 15 15 22 20 17 14 27 22 12 12 20 21 16 19 18 17 14 30 29|0.0|5.115 +009902|sil qian2 wei3 chang2 xiang3 dao4 shang4 hai3 lai2 ban4 xue2 xiao4 shi4 jing1 guo4 shen1 si1 shu2 lv4 de5 sil|sil 钱 伟 长 想 到 上 海 来 办 学 校 是 经 过 深 思 熟 虑 的 sil|24 24 13 27 19 12 20 16 13 16 15 24 16 17 13 16 13 19 21 17 26|0.0|4.425 +009903|sil ta1 jian4 wo3 yi2 jin4 men2 jiu4 ma4 sp1 chi1 fan4 shi2 ye3 ma4 sp1 ma4 de5 wo3 tai2 bu4 qi3 tou2 sil|sil 她 见 我 一 进 门 就 骂 sp1 吃 饭 时 也 骂 sp1 骂 得 我 抬 不 起 头 sil|23 17 19 12 14 16 15 12 26 17 18 16 14 10 25 16 16 10 9 20 11 14 29 24|0.0|4.675 +009904|sil li3 shu4 de2 zai4 li2 kai1 zhi1 qian2 sp1 zhi3 shuo1 le5 yi2 ju4 sp1 zhu4 tuo2 sha1 fu4 qin5 le5 sil|sil 李 述 德 在 离 开 之 前 sp1 只 说 了 一 句 sp1 柱 驼 杀 父 亲 了 sil|25 12 20 17 16 13 17 14 28 7 15 18 11 15 23 36 18 26 20 17 21 20 23|0.0|5.02 +009905|sil zhe4 zhong3 che1 piao4 he2 bao2 xian3 dan1 kun2 bang3 chu1 shou4 shu3 yu2 chong2 fu4 xing4 gou4 mai3 sil|sil 这 种 车 票 和 保 险 单 捆 绑 出 售 属 于 重 复 性 购 买 sil|24 16 21 20 22 16 13 19 22 22 17 16 24 19 13 19 13 17 13 29 26|0.0|4.65 +009906|sil dai4 pei4 ni1 de5 nan2 you3 xi1 mi3 lu4 jie1 chang4 qing2 ge1 sp1 rang4 ta1 fei1 chang2 kai1 xin1 sil|sil 戴 佩 妮 的 男 友 西 米 露 接 唱 情 歌 sp1 让 她 非 常 开 心 sil|23 16 15 16 7 19 21 15 15 25 17 19 21 20 7 15 16 14 18 18 26 25|0.0|4.51 +009907|sil guan1 da4 shi4 mou2 da4 ju2 chu1 da4 ce4 sp1 shi3 zhong1 shi4 gai1 yuan4 de5 ban4 yuan4 fang1 zhen1 sil|sil 观 大 势 谋 大 局 出 大 策 sp1 始 终 是 该 院 的 办 院 方 针 sil|23 21 18 28 21 19 26 21 18 24 15 15 14 14 15 21 13 14 16 19 22 25|0.0|4.905 +009908|sil ta1 men5 qi2 zhe5 mo2 tuo1 hui2 jia1 sp1 zheng4 hao3 wei4 nong2 mang2 shi2 de5 fu4 mu3 bang1 mang2 sil|sil 他 们 骑 着 摩 托 回 家 sp1 正 好 为 农 忙 时 的 父 母 帮 忙 sil|22 16 18 17 9 17 18 18 25 27 19 18 14 17 15 14 8 14 16 16 31 25|0.0|4.57 +009909|sil dan4 shi4 yin1 wei4 hai2 mei2 dao4 tui4 xiu1 nian2 ling2 sp1 zhi3 neng2 bai1 zhe5 zhi3 tou5 ai2 ri4 zi5 sil|sil 但 是 因 为 还 没 到 退 休 年 龄 sp1 只 能 掰 着 指 头 捱 日 子 sil|23 15 13 16 22 17 19 14 15 12 17 25 19 14 23 16 10 16 19 20 20 23 26|0.0|4.81 +009910|sil zhe4 ji3 tian1 yu2 shui3 bu2 duan4 sp1 ren2 men5 hen4 bu4 de2 dai1 zai4 jia1 li3 bu4 chu1 men2 sil|sil 这 几 天 雨 水 不 断 sp1 人 们 恨 不 得 待 在 家 里 不 出 门 sil|24 16 12 25 14 19 15 20 27 11 8 18 13 17 16 13 16 17 13 15 30 25|0.0|4.46 +009911|sil mei2 xiang3 dao4 xu2 yun1 zhang1 hai3 xiang2 liang3 ren2 jiu4 ci3 wan2 qi3 le5 ren2 jian1 zheng1 fa1 sil|sil 没 想 到 徐 赟 张 海 翔 两 人 就 此 玩 起 了 人 间 蒸 发 sil|25 13 19 19 27 28 19 17 18 18 25 20 17 18 13 11 16 17 17 26 26|0.0|4.745 +009912|sil teng2 cun1 ci3 fan1 fa1 yan2 ke3 neng2 shi4 wei4 le5 tu1 xian2 ye3 tian2 de5 ling2 dao3 neng2 li4 sil|sil 藤 村 此 番 发 言 可 能 是 为 了 凸 显 野 田 的 领 导 能 力 sil|23 23 23 15 17 19 29 14 13 11 13 12 19 23 19 22 8 18 14 16 22 24|0.0|4.61 +009913|sil cheng2 chang2 geng1 sp1 sheng1 zai4 qing1 wang2 chao2 jia1 qing4 nian2 jian1 sp1 an1 hui1 de5 qian2 shan1 xiao3 xian4 sil|sil 程 长 庚 sp1 生 在 清 王 朝 嘉 庆 年 间 sp1 安 徽 的 潜 山 小 县 sil|23 23 21 23 10 26 22 21 15 20 17 19 17 24 24 16 16 9 19 17 18 25 30|0.0|5.285 +009914|sil nan2 hai2 hai3 yu4 zong1 he2 bu2 ji3 ji1 di4 ma3 tou2 xiang4 mu4 zheng4 zai4 lun4 zheng4 zhong1 sil|sil 南 海 海 域 综 合 补 给 基 地 码 头 项 目 正 在 论 证 中 sil|25 16 17 21 20 16 16 16 20 14 12 18 16 23 17 17 11 17 18 27 26|0.0|4.445 +009915|sil ye3 jiu4 shi4 shuo1 sp1 jin1 wan3 cheng2 du1 shi4 min2 ji2 you2 ke3 neng2 zai4 ci4 kan4 dao4 piao1 xue3 sil|sil 也 就 是 说 sp1 今 晚 成 都 市 民 极 有 可 能 再 次 看 到 飘 雪 sil|25 12 13 11 29 14 20 23 20 10 16 24 15 16 15 20 18 13 16 10 21 29 27|0.0|4.845 +009916|sil sui2 zhe5 tian1 qi4 zhuan3 re4 sp1 ge4 di4 de5 you2 yong3 chang2 suo3 kai1 shi3 ren2 tou2 cuan2 dong4 sil|sil 随 着 天 气 转 热 sp1 各 地 的 游 泳 场 所 开 始 人 头 攒 动 sil|27 19 17 17 13 21 22 21 17 12 10 15 16 21 24 19 14 17 17 25 20 28|0.0|4.78 +009917|sil geng4 rang4 xu2 xian1 sheng5 na4 men4 de5 shi4 sp1 fang2 ke4 de5 shou3 ji1 ye2 da3 bu4 tong1 le5 sil|sil 更 让 徐 先 生 纳 闷 的 是 sp1 房 客 的 手 机 也 打 不 通 了 sil|24 16 17 14 15 14 14 19 10 24 23 21 14 9 19 16 14 15 10 22 22 24|0.0|4.36 +009918|sil yu4 dao4 dian1 bo3 shi2 sp1 ying1 ting1 cong2 cheng2 wu4 yuan2 de5 an1 quan2 zhi3 ling4 sp1 hui2 zuo4 wei4 zuo4 hao3 sil|sil 遇 到 颠 簸 时 sp1 应 听 从 乘 务 员 的 安 全 指 令 sp1 回 座 位 坐 好 sil|25 13 17 17 13 28 22 18 20 21 19 12 15 9 14 18 13 24 17 18 13 12 18 28 27|0.0|5.235 +009919|sil ta1 zai4 hou4 mian4 dai1 guan4 le5 sp1 pa4 zi4 ji3 yi4 cha1 shen1 hou4 de5 ren2 hui4 bu4 man3 sp1 bu4 gan3 pai2 jin4 qu4 sil|sil 他 在 后 面 呆 惯 了 sp1 怕 自 己 一 插 身 后 的 人 会 不 满 sp1 不 敢 排 进 去 sil|23 18 13 10 15 16 23 16 20 18 13 13 10 33 24 14 8 17 17 12 29 16 14 17 20 16 24 21|0.0|5.69 +009920|sil bang4 wan3 sp1 qi1 ge5 xiao3 ren2 hui2 lai5 le5 sp1 bai2 xue3 gong1 zhu3 shuo1 sp1 ni3 men5 jiu4 shi4 wo3 ming4 zhong4 de5 qi1 ge5 xiao2 ai3 ren2 ba5 sil|sil 傍 晚 sp1 七 个 小 人 回 来 了 sp1 白 雪 公 主 说 sp1 你 们 就 是 我 命 中 的 七 个 小 矮 人 吧 sil|23 17 25 10 22 11 17 17 15 17 17 27 13 13 16 12 26 33 11 19 13 13 12 22 17 12 17 10 17 12 20 24 24|0.0|6.665 +009921|sil ta1 ben2 xiang3 shuo1 sp1 jiao4 yu4 ju2 guan3 zhe4 ge4 sp1 ta1 men5 shi4 yi2 lu4 de5 sp1 zhe4 yang4 yi4 guan3 qi3 bu2 shi4 ji4 nv2 qi3 piao2 ke4 sil|sil 他 本 想 说 sp1 教 育 局 管 这 个 sp1 他 们 是 一 路 的 sp1 这 样 一 管 岂 不 是 妓 女 起 嫖 客 sil|22 19 13 19 27 24 18 11 15 20 20 15 23 13 11 15 13 23 17 33 15 15 13 26 23 12 21 19 19 17 23 26 25|0.0|7.255 +009922|sil yi4 zhong2 biao3 shi4 shang1 pin3 suo2 you3 quan2 de5 cai2 wu4 zheng4 quan4 sp1 ye3 cheng1 shang1 pin3 zheng4 quan4 sp1 ru2 ti2 huo4 dan1 jiao1 huo4 dan1 sil|sil 一 种 表 示 商 品 所 有 权 的 财 物 证 券 sp1 也 称 商 品 证 券 sp1 如 提 货 单 交 货 单 sil|25 15 23 17 21 20 15 15 14 21 11 21 13 20 27 20 11 22 19 18 19 25 27 22 16 20 25 22 21 26 28|0.0|7.19 +009923|sil hui4 you2 hen3 feng1 fu4 de5 dong1 xi5 liu2 xia4 lai2 sp1 shuo1 dou1 shuo1 bu4 wan2 sil|sil 会 有 很 丰 富 的 东 西 留 下 来 sp1 说 都 说 不 完 sil|19 18 19 20 18 15 9 15 11 18 17 19 14 23 12 16 13 24 25|0.0|3.77 +009924|sil zhe4 ju4 hua4 xiang4 cong2 tian1 er2 jiang4 sp1 xia4 de5 si4 zhou1 yi2 pian4 ji4 jing4 sil|sil 这 句 话 像 从 天 而 降 sp1 吓 得 四 周 一 片 寂 静 sil|23 18 14 22 21 20 17 14 26 22 20 7 19 18 14 20 18 26 25|0.0|4.225 +009925|sil ji4 zhe2 suo3 zai4 de5 shi4 shou4 hai4 ren2 jia1 shu2 suo3 zai4 de5 you4 qu1 sil|sil 记 者 所 在 的 是 受 害 人 家 属 所 在 的 右 区 sil|25 16 18 17 20 17 16 15 14 16 19 15 19 15 10 19 31 29|0.0|3.84 +009926|sil bu4 guan3 ha1 da4 ye2 qu4 na3 sp1 ta1 dou1 yi2 bu4 bu4 li2 de5 gen1 zhe5 sil|sil 不 管 哈 大 爷 去 哪 sp1 它 都 一 步 不 离 地 跟 着 sil|23 18 22 18 14 15 19 27 15 16 14 16 14 14 14 10 20 21 25|0.0|3.895 +009927|sil da4 jia1 tai2 tou2 wang4 qu4 sp1 yi4 zhi1 lao2 shu3 zheng4 pa1 zai4 diao4 ding3 shang4 sil|sil 大 家 抬 头 望 去 sp1 一 只 老 鼠 正 趴 在 吊 顶 上 sil|23 15 21 17 16 22 27 24 10 10 20 29 18 19 14 18 19 26 28|0.0|4.36 +009928|sil wo3 jue2 ding4 guo4 nian2 jiu4 ci2 zhi2 sp1 jie1 shou2 wo3 ba4 de5 fei4 pin3 zhan4 sil|sil 我 决 定 过 年 就 辞 职 sp1 接 手 我 爸 的 废 品 站 sil|25 12 15 24 15 21 13 20 24 17 19 16 15 18 8 16 17 24 27|0.0|4.015 +009929|sil zui4 zhong1 sp1 zhong1 guo2 nan2 zi3 ping1 pang1 qiu2 dui4 sp1 huo4 de2 ci2 jiang3 xiang4 sil|sil 最 终 sp1 中 国 男 子 乒 乓 球 队 sp1 获 得 此 奖 项 sil|25 16 27 10 18 10 16 12 15 15 19 19 4 21 12 15 19 26 24|0.0|3.745 +009930|sil fang2 xun4 kang4 han4 liang2 shou3 zhua1 sp1 kang4 han4 xiang1 dui4 zhua1 de5 bu2 gou4 sil|sil 防 汛 抗 旱 两 手 抓 sp1 抗 旱 相 对 抓 的 不 够 sil|25 21 19 19 23 22 16 25 23 22 25 21 12 16 10 13 22 28|0.0|4.2 +009931|sil tu2 men2 jiang1 xia4 you2 di4 qu1 kai1 fa1 kai1 fang4 de5 jin4 zhan3 ru2 he2 sil|sil 图 们 江 下 游 地 区 开 发 开 放 的 进 展 如 何 sil|24 21 18 20 15 13 15 25 20 14 17 19 10 16 17 15 30 27|0.0|3.9 +009932|sil zhe4 yao1 qiu2 zhong1 guo2 bi4 xu1 you3 yi2 ge4 jian1 qiang2 de5 zheng4 dang3 ling2 dao3 sil|sil 这 要 求 中 国 必 须 有 一 个 坚 强 的 政 党 领 导 sil|24 14 19 36 21 17 12 14 14 14 16 19 20 9 16 17 17 26 25|0.0|4.06 +009933|sil zai4 shuo1 sp1 guan1 yu2 li4 yi4 shang4 de5 shi4 sp1 an2 lia3 dou1 bu4 hao3 kai1 kou3 sil|sil 再 说 sp1 关 于 利 益 上 的 事 sp1 俺 俩 都 不 好 开 口 sil|25 18 26 15 18 10 13 11 16 10 23 8 14 22 15 9 17 19 30 25|0.0|3.995 +009934|sil ming2 dai4 wa3 la4 sp1 da2 da2 ru4 qin1 ming2 jing4 sp1 ye3 shi4 tong1 guo4 ci3 di4 sil|sil 明 代 瓦 剌 sp1 鞑 靼 入 侵 明 境 sp1 也 是 通 过 此 地 sil|26 19 18 18 26 5 18 14 16 18 19 24 16 11 12 17 12 19 23 24|0.0|4.125 +009935|sil mi1 mi1 tian3 zhe5 hai2 zi5 sp1 ba3 ta1 shen1 shang4 de5 mao2 tian3 gan1 jing4 sil|sil 咪 咪 舔 着 孩 子 sp1 把 它 身 上 的 毛 舔 干 净 sil|25 14 22 20 11 24 18 22 12 13 16 14 6 22 20 19 24 26|0.0|3.81 +009936|sil shi4 fou3 zhe4 ci4 de5 guo2 biao1 xiu1 ding4 bei4 da4 qi3 ye4 bang3 jia4 le5 sil|sil 是 否 这 次 的 国 标 修 订 被 大 企 业 绑 架 了 sil|25 20 23 16 15 13 18 16 20 27 16 17 14 14 18 22 19 26|0.0|3.94 +009937|sil pan4 jue2 hou4 sp1 yao2 mou3 qi1 zi3 hu2 mou3 bu4 fu2 sp1 ti2 qi3 shang4 su4 sil|sil 判 决 后 sp1 姚 某 妻 子 胡 某 不 服 sp1 提 起 上 诉 sil|23 21 16 21 25 12 16 20 13 20 22 13 28 8 18 15 20 27 25|0.0|4.22 +009938|sil you2 ci3 ke2 yi3 kan4 chu1 sp1 han2 gang1 de5 jing1 ji4 xiao4 yi4 lai2 zi4 he2 chu4 sil|sil 由 此 可 以 看 出 sp1 邯 钢 的 经 济 效 益 来 自 何 处 sil|27 15 18 13 10 21 23 16 20 21 14 17 12 22 16 22 15 17 25 26|0.0|4.29 +009939|sil lin2 da2 shuo1 sp1 shi4 yu2 jia1 gai3 bian4 le5 ta1 he2 ma3 er2 de5 sheng1 huo2 sil|sil 琳 达 说 sp1 是 瑜 伽 改 变 了 她 和 马 儿 的 生 活 sil|25 16 18 28 18 18 16 25 18 14 9 20 13 17 12 10 20 24 26|0.0|4.025 +009940|sil lou2 xia4 de5 bao3 an1 gao4 su4 ji4 zhe3 sp1 zhe4 li3 bu4 zu1 ye3 bu2 mai4 sil|sil 楼 下 的 保 安 告 诉 记 者 sp1 这 里 不 租 也 不 卖 sil|25 14 16 8 16 18 14 13 15 24 17 14 17 16 24 16 13 29 29|0.0|3.925 +009941|sil xi2 jin4 ping2 shuo1 sp1 zhong1 si1 liang3 guo2 ren2 min2 chuan2 tong2 you3 yi4 shen1 hou4 sil|sil 习 近 平 说 sp1 中 斯 两 国 人 民 传 统 友 谊 深 厚 sil|26 16 18 21 25 24 19 14 21 12 16 21 23 17 15 13 22 25 27|0.0|4.35 +009942|sil chuan2 wen2 yue4 lai2 yue4 duo1 sp1 hou4 lai2 lian2 lao3 hanr4 r zi4 ji3 dou1 pa4 le5 sil|sil 传 闻 越 来 越 多 sp1 后 来 连 老 汉 儿 自 己 都 怕 了 sil|23 24 22 15 13 17 22 26 16 19 20 19 23 0 17 13 14 26 17 24|0.0|4.295 +009943|sil wo3 nu4 hou3 yi4 sheng1 chong1 shang4 qu4 sp1 ju2 qi3 zhuan1 tou5 za2 le5 guo4 qu4 sil|sil 我 怒 吼 一 声 冲 上 去 sp1 举 起 砖 头 砸 了 过 去 sil|25 12 24 16 14 18 17 21 21 18 16 13 20 19 18 13 18 24 28|0.0|4.125 +009944|sil wo3 xian4 zai4 hai2 bu2 hui4 sp1 zhe4 jiu4 hui2 qu4 wen4 wen4 fa1 ming2 wo3 de5 ren2 sil|sil 我 现 在 还 不 会 sp1 这 就 回 去 问 问 发 明 我 的 人 sil|25 11 18 14 18 10 29 25 16 12 16 18 16 13 16 15 13 11 27 27|0.0|4.06 +009945|sil xian3 ran2 sp1 luo4 yang2 xing4 nu2 an4 sp1 bu2 ju4 bei4 shang4 shu4 liang3 ge5 qian2 ti2 sil|sil 显 然 sp1 洛 阳 性 奴 案 sp1 不 具 备 上 述 两 个 前 提 sil|26 23 25 20 16 16 19 14 22 4 16 18 13 19 11 16 9 22 26 27|0.0|4.2 +009946|sil ling4 wai4 sp1 jie2 ke4 xun4 you3 wen2 chun2 xian4 sp1 yan3 xian4 mei2 mao5 de5 dong4 zuo4 sil|sil 另 外 sp1 杰 克 逊 有 文 唇 线 sp1 眼 线 眉 毛 的 动 作 sil|25 15 25 14 17 13 28 20 17 28 32 7 22 28 17 18 9 19 26 26|0.0|4.71 +009947|sil zuo2 wan3 sp1 hua2 xi1 du1 shi4 bao4 ji4 zhe3 dian4 hua4 cai2 fang3 le5 yin3 qi2 sil|sil 昨 晚 sp1 华 西 都 市 报 记 者 电 话 采 访 了 尹 琪 sil|24 17 26 15 15 15 12 15 14 14 22 19 17 18 14 9 20 33 26|0.0|4.01 +009948|sil nie4 la1 ji4 ke1 wei4 tou4 lu4 zhe4 xie1 hang2 kong1 gong1 si1 de5 ming2 cheng1 sil|sil 涅 拉 季 科 未 透 露 这 些 航 空 公 司 的 名 称 sil|25 11 17 17 23 22 20 17 12 13 18 15 15 13 6 20 29 27|0.0|3.72 +009949|sil cong2 yun4 xing2 gui3 ji4 shang4 lai2 shuo1 sp1 ta1 ye3 bu4 ke3 neng2 shi4 xing1 xing5 sil|sil 从 运 行 轨 迹 上 来 说 sp1 它 也 不 可 能 是 星 星 sil|25 23 16 17 14 15 16 15 24 23 15 15 10 14 16 13 20 28 24|0.0|3.985 +009950|sil mu4 qian2 kan4 sp1 ru2 guo3 ji4 xu4 jia1 xi1 ye3 cun2 zai4 liang3 nan2 wen4 ti2 sil|sil 目 前 看 sp1 如 果 继 续 加 息 也 存 在 两 难 问 题 sil|25 13 20 26 18 15 18 15 14 20 24 19 21 14 18 15 18 26 27|0.0|4.255 +009951|sil zeng1 bao3 yi2 zai4 jie2 mu4 lu4 zhi4 xian4 chang3 da4 bao4 guan1 zhong4 qiu3 shi4 sil|sil 曾 宝 仪 在 节 目 录 制 现 场 大 爆 观 众 糗 事 sil|26 20 17 22 25 12 15 16 10 21 30 19 16 15 15 21 26 24|0.0|4.065 +009952|sil dan4 ren4 ping2 zhou1 mou2 zen3 me5 jiao4 sp1 nan2 zi3 reng2 han1 shui4 bu4 xing3 sil|sil 但 任 凭 周 某 怎 么 叫 sp1 男 子 仍 酣 睡 不 醒 sil|23 19 20 24 15 20 16 10 25 26 18 20 19 18 17 14 30 24|0.0|4.155 +009953|sil lao3 da4 ye5 shuo1 sp1 xiao3 zi5 sp1 ni3 dang2 wo3 cai2 lu4 le5 sp1 zhi1 dao4 bu5 sil|sil 老 大 爷 说 sp1 小 子 sp1 你 挡 我 财 路 了 sp1 知 道 不 sil|26 15 15 15 25 20 23 22 11 10 14 11 21 18 18 3 18 17 21 28|0.0|4.07 +009954|sil mei2 liao4 dao4 sp1 chuang3 xia4 da4 tou2 fo2 de5 a1 wei3 hai2 bu4 zhi1 hui2 gai3 sil|sil 没 料 到 sp1 闯 下 大 头 佛 的 阿 伟 还 不 知 悔 改 sil|25 11 19 23 16 24 19 15 15 17 8 18 26 19 12 14 21 27 24|0.0|4.095 +009955|sil ka3 zha1 fei1 bu4 luo4 shi4 tong3 zhi4 sp1 yi3 zao1 yu4 bu4 luo4 nei4 hong4 sil|sil 卡 扎 菲 部 落 式 统 治 sp1 已 遭 遇 部 落 内 讧 sil|23 21 17 23 14 16 13 21 22 8 13 23 18 13 13 18 25 28|0.0|3.815 +009956|sil zhe4 ge4 hai2 zi5 de5 sheng1 ming4 sp1 yi2 ban4 lai2 yuan2 yu2 ling4 yi2 wei4 nv3 shi4 juan1 zeng4 de5 leng3 dong4 luan2 zi3 sil|sil 这 个 孩 子 的 生 命 sp1 一 半 来 源 于 另 一 位 女 士 捐 赠 的 冷 冻 卵 子 sil|24 16 9 19 9 7 19 24 19 14 17 13 17 16 19 7 12 18 17 20 20 10 22 18 20 27 23|0.0|5.295 +009957|sil chu1 xian4 zhe4 zhong3 ni2 qiu5 nei4 ge2 de5 ju2 mian4 sp1 ji4 shi4 ye3 tian2 you3 yi4 wei2 zhi1 sp1 ye3 shi2 shu3 wu2 nai4 sil|sil 出 现 这 种 泥 鳅 内 阁 的 局 面 sp1 既 是 野 田 有 意 为 之 sp1 也 实 属 无 奈 sil|23 19 17 15 20 19 19 18 13 8 18 27 18 17 22 21 23 16 13 20 23 15 13 15 18 12 29 32|0.0|6.075 +009958|sil ji3 qing1 gao1 su4 sp1 ji3 nan2 sp1 hua4 shan1 sp1 zhang1 qiu1 sp1 zou1 ping2 sp1 zhou1 cun1 zi1 bo2 lin2 zi1 zhan4 sil|sil 济 青 高 速 sp1 济 南 sp1 华 山 sp1 章 丘 sp1 邹 平 sp1 周 村 淄 博 临 淄 站 sil|24 17 19 17 23 12 22 32 12 19 31 9 24 33 7 25 34 7 23 38 24 32 20 15 29 23|0.0|6.635 +009959|sil zhao4 ling2 fei1 de5 hua4 sp1 fan3 ying4 le5 shen3 yang2 sai4 qu1 suo2 you3 ao4 yun4 zhi4 yuan4 zhe3 de5 gong4 tong2 xin1 sheng1 sil|sil 赵 凌 飞 的 话 sp1 反 映 了 沈 阳 赛 区 所 有 奥 运 志 愿 者 的 共 同 心 声 sil|24 18 17 14 10 26 18 16 17 15 15 18 18 22 23 17 15 13 13 16 14 12 16 17 18 28 24|0.0|5.505 +009960|sil yin1 wei4 sp1 wo3 men5 suo3 fa1 chu1 de5 li4 liang4 sp1 bi4 hui4 yin1 nan2 du4 jia1 da4 er2 jian3 ruo4 sil|sil 因 为 sp1 我 们 所 发 出 的 力 量 sp1 必 会 因 难 度 加 大 而 减 弱 sil|26 14 23 15 10 10 15 17 15 6 18 27 8 15 14 17 21 14 21 16 16 21 26 23|0.0|4.74 +009961|sil fa1 sheng1 shi4 gu4 de5 lou2 ti1 guai2 jiao3 chu4 reng2 ke3 kan4 dao4 xue4 ji4 sil|sil 发 生 事 故 的 楼 梯 拐 角 处 仍 可 看 到 血 迹 sil|27 18 18 21 13 9 17 13 16 18 25 20 15 18 12 22 25 28|0.0|3.885 +009962|sil xiang3 guo4 jin4 gong1 an1 sp1 ke3 neng2 shen1 gao1 bu2 gou4 sp1 lao3 hanr4 r ye3 bu2 rang4 wo3 jin4 qu4 sil|sil 想 过 进 公 安 sp1 可 能 身 高 不 够 sp1 老 汉 儿 也 不 让 我 进 去 sil|26 25 17 17 14 22 15 14 21 19 15 12 23 27 14 26 0 19 11 15 11 19 24 26|0.0|5.02 +009963|sil lu4 shang4 guan1 qia2 hen3 duo1 sp1 wei4 le5 fang1 bian4 che4 li2 sp1 zhi2 hao3 qing1 zhuang1 qian2 jin4 sil|sil 路 上 关 卡 很 多 sp1 为 了 方 便 撤 离 sp1 只 好 轻 装 前 进 sil|25 16 22 14 16 19 23 22 8 10 18 14 17 22 12 15 15 21 18 20 29 22|0.0|4.62 +009964|sil yuan2 lai2 sp1 bi2 er3 gai4 ci2 jiu4 shi4 mei3 guo2 wei1 ruan3 gong1 si1 lian2 he2 chuang4 shi3 ren2 ya5 sil|sil 原 来 sp1 比 尔 盖 茨 就 是 美 国 微 软 公 司 联 合 创 始 人 呀 sil|26 12 25 9 11 13 18 24 14 14 18 15 12 16 17 16 22 13 20 14 13 26 28|0.0|4.595 +009965|sil zhi1 hou4 sp1 ta1 men5 yi4 jia1 san1 kou3 jiang1 yu3 shuang1 fang1 fu4 mu3 sp1 wang3 ke4 li2 dao3 lv3 you2 sil|sil 之 后 sp1 他 们 一 家 三 口 将 与 双 方 父 母 sp1 往 峇 里 岛 旅 游 sil|24 16 25 13 14 12 11 17 20 26 17 11 17 14 17 23 16 19 16 13 15 17 25 28|0.0|4.945 +009966|sil xie4 xie5 zong2 li3 sp1 ye2 gan3 xie4 guang3 da4 wang2 you3 de5 can1 yu4 sp1 wo3 men5 ming2 nian2 zai4 jian4 sil|sil 谢 谢 总 理 sp1 也 感 谢 广 大 网 友 的 参 与 sp1 我 们 明 年 再 见 sil|27 17 13 18 24 16 13 17 18 17 14 15 14 7 23 20 11 8 13 16 17 18 24 23|0.0|4.675 +009967|sil shi4 shi2 shang4 shi4 sp1 cong2 lai2 mei2 you3 yi2 ge4 qi1 shan4 pa4 e4 de5 ren2 sp1 neng2 zuo4 chu1 guo4 shao1 da4 yi4 dian3 de5 cheng2 jiu4 sil|sil 事 实 上 是 sp1 从 来 没 有 一 个 欺 善 怕 恶 的 人 sp1 能 作 出 过 稍 大 一 点 的 成 就 sil|25 18 14 22 23 22 21 11 9 15 15 17 19 20 19 16 9 25 10 16 15 18 17 23 16 11 13 8 24 23 29|0.0|6.3 +009968|sil wo3 hui4 da3 kai1 you2 jian4 sp1 ni3 ke2 yi3 cong2 na4 li3 ji4 xu4 sil|sil 我 会 打 开 邮 件 sp1 你 可 以 从 那 里 继 续 sil|25 13 19 15 16 15 24 20 10 13 10 16 13 12 16 26 24|0.0|3.335 +009969|sil mei3 fang1 dui4 jin4 qi1 dong1 hai3 ju2 shi4 biao3 shi4 guan1 qie4 sil|sil 美 方 对 近 期 东 海 局 势 表 示 关 切 sil|25 16 27 16 18 18 16 17 18 20 16 15 17 28 26|0.0|3.4 +009970|sil ju4 xi1 sp1 ao4 ba1 ma3 yi4 jia1 ren2 dui4 zhe4 zuo4 dong1 ji4 bai2 gong1 ji2 wei2 man3 yi4 sil|sil 据 悉 sp1 奥 巴 马 一 家 人 对 这 座 冬 季 白 宫 极 为 满 意 sil|25 16 27 21 13 11 18 10 17 26 14 16 23 18 16 20 20 19 13 22 20 25|0.0|4.765 +009971|sil da2 sao3 wan2 sp1 ni3 hui4 hen2 you3 cheng2 jiu4 gan3 de5 sp1 shi4 yi2 shi4 ni3 jiu4 xin4 le5 sil|sil 打 扫 完 sp1 你 会 很 有 成 就 感 的 sp1 试 一 试 你 就 信 了 sil|22 15 17 25 6 10 15 13 15 17 15 20 15 18 19 12 17 13 13 22 20 24|0.0|4.22 +009972|sil nuo4 man4 zhan4 zai4 hua2 ban3 che1 shang4 sp1 ge4 jiu4 ge4 wei4 sp1 zhun3 bei4 chu1 fa1 la5 sil|sil 诺 曼 站 在 滑 板 车 上 sp1 各 就 各 位 sp1 准 备 出 发 啦 sil|25 16 25 16 13 16 14 20 22 18 15 12 13 21 7 18 10 16 17 20 25|0.0|4.17 +009973|sil ta3 he2 de5 han2 ye4 sp1 qi4 wen1 jiang4 dao4 le5 ling2 xia4 san1 shi5 duo1 she4 shi4 du4 sil|sil 塔 河 的 寒 夜 sp1 气 温 降 到 了 零 下 三 十 多 摄 氏 度 sil|22 21 16 10 19 22 20 20 17 19 16 11 20 19 15 11 12 13 14 21 26|0.0|4.23 +009974|sil qi2 jian1 sp1 lian2 po4 liu4 dian3 liu4 sp1 liu4 dian2 wu3 sp1 liu4 dian3 si4 sp1 liu4 dian3 san1 wu2 deng3 duo1 ge4 zhong4 yao4 guan1 kou3 sil|sil 其 间 sp1 连 破 六 点 六 sp1 六 点 五 sp1 六 点 四 sp1 六 点 三 五 等 多 个 重 要 关 口 sil|24 21 27 20 19 22 15 15 26 12 13 17 27 15 14 14 28 16 12 13 19 15 20 17 10 15 14 19 28 22|0.0|6.37 +009975|sil suan4 ming4 sp1 qi2 shi2 zhi3 shi4 ren2 men5 de5 yi4 zhong3 zi4 wo3 an1 wei4 he2 zi4 wo3 an4 shi4 er2 yi3 sp1 wo3 men5 hai2 shi4 yao4 xiang1 xin4 ke1 xue2 cai2 hao3 sil|sil 算 命 sp1 其 实 只 是 人 们 的 一 种 自 我 安 慰 和 自 我 暗 示 而 已 sp1 我 们 还 是 要 相 信 科 学 才 好 sil|26 23 24 12 18 14 12 15 13 11 11 17 23 18 12 18 21 16 15 11 16 15 15 22 28 9 8 16 11 15 19 16 14 16 21 28 28|0.0|7.28 +009976|sil zhe4 yi2 qie4 dou1 ling4 ren2 huan1 xin1 gu2 wu3 sp1 a1 ne4 xi1 mei2 li3 you2 bu4 jian1 chi2 dao4 zui4 hou4 sil|sil 这 一 切 都 令 人 欢 欣 鼓 舞 sp1 阿 讷 西 没 理 由 不 坚 持 到 最 后 sil|23 17 15 24 10 16 17 16 18 17 23 21 9 17 22 21 14 22 16 17 13 15 16 26 28|0.0|5.255 +009977|sil zhi2 zhi4 gong1 yuan2 qian2 yi2 wan4 yi4 qian1 nian2 sp1 ta1 you4 zai4 ci4 chu1 xian4 sil|sil 直 至 公 元 前 一 万 一 千 年 sp1 它 又 再 次 出 现 sil|24 16 19 16 15 23 12 15 15 20 26 6 20 19 19 14 17 29 24|0.0|4.055 +009978|sil jin3 liang4 shao3 wan2 dian4 nao3 sp1 shao3 kan4 dian4 shi4 sp1 shao2 da3 you2 xi4 sil|sil 尽 量 少 玩 电 脑 sp1 少 看 电 视 sp1 少 打 游 戏 sil|24 19 23 17 18 16 25 5 18 18 16 23 4 23 14 17 27 26|0.0|3.865 +009979|sil cong2 wu3 dao4 qi1 sp1 qian2 hou4 ye3 jiu4 shi4 liu4 ge5 yue4 de5 shi2 jian1 sil|sil 从 五 到 七 sp1 前 后 也 就 是 六 个 月 的 时 间 sil|24 27 15 18 31 10 28 24 15 15 14 17 11 13 8 19 29 30|0.0|4.04 +009980|sil yi2 jin4 ka1 fei1 dian4 sp1 ta1 jiu4 yu4 jian4 yi4 zhang1 shu2 xi5 de5 lian3 sil|sil 一 进 咖 啡 店 sp1 他 就 遇 见 一 张 熟 悉 的 脸 sil|25 13 17 16 17 20 12 16 12 12 16 11 19 20 14 10 30 24|0.0|3.535 +009981|sil hao3 zai4 zhong4 di4 xiong5 kan4 dao4 le5 sp1 ba3 ta1 zhui1 le5 hui2 lai2 sil|sil 好 在 众 弟 兄 看 到 了 sp1 把 她 追 了 回 来 sil|24 22 19 19 16 25 20 14 12 3 14 17 14 11 16 27 23|0.0|3.44 +009982|sil you3 yi2 ge4 ren2 shuo1 sp1 ge1 menr5 r sp1 wo3 men2 pao3 guo4 ta1 cai2 neng2 huo2 sil|sil 有 一 个 人 说 sp1 哥 们 儿 sp1 我 们 跑 过 它 才 能 活 sil|25 13 11 11 16 27 25 16 24 0 11 11 19 25 17 21 14 15 31 26|0.0|4.16 +009983|sil tong3 le5 ta1 yi3 hou4 sp1 mo2 hu1 ji4 de5 ta1 mei2 za3 dong4 le5 sil|sil 捅 了 她 以 后 sp1 模 糊 记 得 她 没 咋 动 了 sil|24 22 10 18 13 25 25 15 15 20 15 15 18 18 18 21 25|0.0|3.68 +009984|sil cong2 xiao3 dao4 da4 sp1 ge2 qi3 yi4 mei2 you3 shou1 dao4 guo4 ya1 sui4 qian2 sil|sil 从 小 到 大 sp1 葛 启 义 没 有 收 到 过 压 岁 钱 sil|24 22 17 16 24 20 16 20 17 15 17 15 13 11 17 14 34 23|0.0|3.885 +009985|sil wu3 tai2 xia4 de5 ni3 sp1 hui4 dui4 wu3 tai2 shang4 de5 ni3 shuo1 shen2 me5 sil|sil 舞 台 下 的 你 sp1 会 对 舞 台 上 的 你 说 什 么 sil|26 12 17 18 9 25 5 17 14 12 18 19 8 15 20 18 18 26|0.0|3.45 +009986|sil dan4 kao3 sheng1 pu3 bian4 ren4 wei2 sp1 shi4 ti2 de5 guai4 sp1 duo1 guo4 nan2 sil|sil 但 考 生 普 遍 认 为 sp1 试 题 的 怪 sp1 多 过 难 sil|23 18 16 21 16 17 15 24 22 21 15 11 29 6 17 13 31 26|0.0|3.96 +009987|sil wo3 xi1 wang4 sp1 mei3 ge4 ren2 dou1 neng2 gou4 zun1 zhong4 wo3 men5 de5 yin3 si1 sil|sil 我 希 望 sp1 每 个 人 都 能 够 尊 重 我 们 的 隐 私 sil|25 11 17 24 12 16 14 21 12 16 15 17 16 10 11 12 18 28 25|0.0|3.71 +009988|sil man4 tian1 de5 hong2 xia2 sp1 shi3 jin4 gei2 liang3 ren2 zeng1 tian1 qi4 fen1 sil|sil 漫 天 的 红 霞 sp1 使 劲 给 两 人 增 添 气 氛 sil|25 19 16 8 19 28 5 22 20 9 19 18 15 14 17 26 25|0.0|3.54 +009989|sil wan3 shang4 jia1 wan2 ban1 kai1 che1 hui2 jia1 sp1 tai4 lei4 le5 sp1 mi2 mi5 hu1 hu1 kai1 zhe5 che1 sp1 zou3 yi2 ban4 de5 shi2 hou4 sp1 dang1 yi4 sheng1 sil|sil 晚 上 加 完 班 开 车 回 家 sp1 太 累 了 sp1 迷 迷 糊 糊 开 着 车 sp1 走 一 半 的 时 候 sp1 铛 一 声 sil|25 18 23 16 15 16 15 16 17 25 11 16 21 19 27 14 15 16 13 17 11 25 22 17 12 18 7 14 25 24 18 14 26 24|0.0|7.105 +009990|sil gai1 che1 jiang1 san1 ren2 zhuang4 dao3 hou4 sp1 zai4 da4 wu4 zhong1 tao2 cuan4 sil|sil 该 车 将 三 人 撞 倒 后 sp1 在 大 雾 中 逃 窜 sil|23 17 22 17 14 14 17 17 25 11 17 16 12 17 21 27 27|0.0|3.64 +009991|sil zhe4 ren2 yi4 duo1 suo5 sp1 fang1 xiang4 pan2 ye2 ba3 bu4 wen3 le5 sp1 cha4 dian3 zhuang4 shang4 le5 gao1 su4 bian1 dao4 hu4 lan2 sil|sil 这 人 一 哆 嗦 sp1 方 向 盘 也 把 不 稳 了 sp1 差 点 撞 上 了 高 速 边 道 护 栏 sil|24 17 17 14 19 23 15 16 19 20 13 14 14 17 19 20 22 14 19 17 14 18 17 18 15 14 29 22|0.0|5.805 +009992|sil na4 nv3 hair2 r wei3 qu1 de5 shuo1 sp1 wo3 yi4 hui2 tou2 jian4 ni2 yi3 jing1 jin4 qu4 le5 sp1 wo3 bu4 gan3 jin4 qu4 a5 sil|sil 那 女 孩 儿 委 屈 的 说 sp1 我 一 回 头 见 你 已 经 进 去 了 sp1 我 不 敢 进 去 啊 sil|26 12 14 21 0 16 16 11 24 44 11 12 17 25 18 12 14 17 20 15 18 14 13 12 18 17 18 20 26|0.0|5.815 +009993|sil xiao3 ming2 yao2 yao2 tou2 shuo1 sp1 bu2 shi4 sp1 wo2 zhi3 shi4 mei2 nv3 kan4 duo1 le5 sp1 xiang3 huan4 ge5 kou3 wei4 er2 yi3 sil|sil 小 明 摇 摇 头 说 sp1 不 是 sp1 我 只 是 美 女 看 多 了 sp1 想 换 个 口 味 而 已 sil|26 19 21 17 13 21 25 31 13 27 26 11 12 17 14 14 21 17 18 13 18 23 10 16 15 15 22 26|0.0|6.045 +009994|sil jie1 xia4 lai2 sp1 hong2 niang2 yao1 qiu2 ji4 zhe3 jiao1 fei4 sp1 ji4 zhe2 biao3 shi4 sp1 bu4 zhi1 biao2 jie3 shen1 fen4 zheng4 hao4 ma3 sil|sil 接 下 来 sp1 红 娘 要 求 记 者 交 费 sp1 记 者 表 示 sp1 不 知 表 姐 身 份 证 号 码 sil|24 16 13 25 16 19 21 17 20 11 13 20 25 29 14 14 18 23 18 16 18 18 13 14 13 13 18 26 27|0.0|6.18 +009995|sil li3 dong1 weng2 biao3 shi4 sp1 zi4 ji3 dang1 shi2 zai4 fa3 ting2 shang4 sp1 fa1 biao3 le5 yi2 ci4 du2 te4 de5 gong1 su4 yi4 jian4 sil|sil 李 东 蓊 表 示 sp1 自 己 当 时 在 法 庭 上 sp1 发 表 了 一 次 独 特 的 公 诉 意 见 sil|24 15 17 17 19 26 25 15 10 18 19 16 20 22 19 7 19 13 10 11 21 16 20 11 15 15 16 30 24|0.0|5.92 +009996|sil ling4 yi4 nan2 zi3 pu1 le5 shang4 lai5 sp1 shou2 li3 na2 zhe5 ming2 huang4 huang4 de5 chang2 dao1 sp1 xiang4 ta1 xiong1 kou3 zhi2 ci4 sil|sil 另 一 男 子 扑 了 上 来 sp1 手 里 拿 着 明 晃 晃 的 长 刀 sp1 向 他 胸 口 直 刺 sil|25 15 9 20 15 17 10 18 23 18 17 12 20 16 20 17 16 6 24 21 20 18 13 19 17 17 27 27|0.0|5.775 +009997|sil jin1 tian1 sp1 kuai4 di4 yuan2 na2 zhe5 yi2 ge4 kuai4 di4 zai4 ban4 gong1 shi4 han3 sp1 qin2 wang2 shi4 na3 ge4 sp1 you3 ta1 kuai4 di4 sil|sil 今 天 sp1 快 递 员 拿 着 一 个 快 递 在 办 公 室 喊 sp1 秦 王 是 哪 个 sp1 有 他 快 递 sil|24 17 25 19 21 13 21 17 11 10 10 24 17 17 15 13 16 29 24 26 17 11 20 19 17 13 16 19 21 28|0.0|6.385 +009998|sil zhe4 chang3 kang4 yi4 huo2 dong4 sp1 jiu1 jing4 shi4 ru2 he2 fa1 zhan2 yan3 bian4 de5 sp1 you4 jiu1 jing4 shi4 shui2 shang1 hai4 le5 shui2 sil|sil 这 场 抗 议 活 动 sp1 究 竟 是 如 何 发 展 演 变 的 sp1 又 究 竟 是 谁 伤 害 了 谁 sil|23 17 21 15 11 19 21 15 18 16 21 17 17 17 13 16 21 17 22 13 15 23 16 23 20 15 11 28 26|0.0|6.12 +009999|sil yin1 hua4 guo2 feng1 xiao4 ji1 sp1 mu4 di4 she4 ji4 sp1 gen1 ju4 qi2 shu3 xiang4 she4 ji4 sil|sil 因 华 国 锋 肖 鸡 sp1 墓 地 设 计 sp1 根 据 其 属 相 设 计 sil|26 17 18 12 16 21 26 29 16 12 20 23 3 16 12 20 18 25 19 25 25|0.0|4.63 +010000|sil zai4 yu4 zhong1 sp1 zhang1 ming2 bao2 hui3 hen4 jiao1 jia1 sp1 xie3 le5 yi2 fen4 chan4 hui3 shu1 sil|sil 在 狱 中 sp1 张 明 宝 悔 恨 交 加 sp1 写 了 一 份 忏 悔 书 sil|25 17 16 26 16 18 20 19 22 21 19 24 8 16 11 10 17 20 16 25 25|0.0|4.545 \ No newline at end of file diff --git a/examples/biaobei/py.vocab b/examples/biaobei/py.vocab new file mode 100644 index 0000000000000000000000000000000000000000..f4dc4340819eebb0bb98bb1e61608ab3b4846070 --- /dev/null +++ b/examples/biaobei/py.vocab @@ -0,0 +1,1608 @@ +a1 +a4 +a5 +ai1 +ai2 +ai3 +ai4 +ai5 +an1 +an2 +an3 +an4 +ang1 +ang2 +ang4 +ao1 +ao2 +ao3 +ao4 +ba1 +ba2 +ba3 +ba4 +ba5 +bai1 +bai2 +bai3 +bai4 +bai5 +ban1 +ban2 +ban3 +ban4 +bang1 +bang2 +bang3 +bang4 +bang5 +banr3 +bao1 +bao2 +bao3 +bao4 +bao5 +bei1 +bei2 +bei3 +bei4 +bei5 +ben1 +ben2 +ben3 +ben4 +ben5 +beng1 +beng2 +beng4 +bi1 +bi2 +bi3 +bi4 +bian1 +bian2 +bian3 +bian4 +bian5 +biao1 +biao2 +biao3 +biao4 +bie1 +bie2 +bie3 +bie4 +bin1 +bin4 +bing1 +bing2 +bing3 +bing4 +bo1 +bo2 +bo3 +bo4 +bo5 +bu2 +bu3 +bu4 +bu5 +ca1 +ca3 +cai1 +cai2 +cai3 +cai4 +cai5 +can1 +can2 +can3 +can4 +cang1 +cang2 +cao1 +cao2 +cao3 +cao5 +ce4 +cen1 +cen2 +ceng1 +ceng2 +ceng4 +cha1 +cha2 +cha3 +cha4 +cha5 +chai1 +chai2 +chan1 +chan2 +chan3 +chan4 +chan5 +chang1 +chang2 +chang3 +chang4 +chang5 +chao1 +chao2 +chao3 +chao5 +che1 +che2 +che3 +che4 +chen1 +chen2 +chen3 +chen4 +chen5 +cheng1 +cheng2 +cheng3 +cheng4 +cheng5 +chi1 +chi2 +chi3 +chi4 +chi5 +chong1 +chong2 +chong3 +chong4 +chou1 +chou2 +chou3 +chou4 +chou5 +chu1 +chu2 +chu3 +chu4 +chu5 +chuai1 +chuai3 +chuai4 +chuan1 +chuan2 +chuan3 +chuan4 +chuan5 +chuang1 +chuang2 +chuang3 +chuang4 +chuang5 +chui1 +chui2 +chui5 +chun1 +chun2 +chun3 +chuo1 +chuo4 +ci1 +ci2 +ci3 +ci4 +cir2 +cong1 +cong2 +cong5 +cou4 +cu1 +cu2 +cu4 +cuan1 +cuan2 +cuan4 +cui1 +cui2 +cui3 +cui4 +cui5 +cun1 +cun2 +cun3 +cun4 +cuo1 +cuo2 +cuo4 +da1 +da2 +da3 +da4 +da5 +dai1 +dai3 +dai4 +dai5 +dan1 +dan2 +dan3 +dan4 +dan5 +dang1 +dang2 +dang3 +dang4 +dao1 +dao2 +dao3 +dao4 +dao5 +daor4 +de2 +de4 +de5 +dei2 +dei3 +deng1 +deng2 +deng3 +deng4 +di1 +di2 +di3 +di4 +di5 +dia2 +dia3 +dian1 +dian2 +dian3 +dian4 +dianr2 +dianr3 +diao1 +diao3 +diao4 +diao5 +die1 +die2 +die4 +die5 +ding1 +ding2 +ding3 +ding4 +dir2 +dir3 +dir4 +diu1 +dong1 +dong2 +dong3 +dong4 +dong5 +dou1 +dou2 +dou3 +dou4 +dou5 +du1 +du2 +du3 +du4 +du5 +duan1 +duan2 +duan3 +duan4 +dui1 +dui4 +duir1 +duir4 +dun1 +dun3 +dun4 +dunr3 +duo1 +duo2 +duo3 +duo4 +duo5 +duor3 +e1 +e2 +e3 +e4 +e5 +ei5 +en1 +en4 +er2 +er3 +er4 +er5 +fa1 +fa2 +fa3 +fa4 +fa5 +fan1 +fan2 +fan3 +fan4 +fan5 +fang1 +fang2 +fang3 +fang4 +fang5 +fanr4 +far2 +fei1 +fei2 +fei3 +fei4 +fen1 +fen2 +fen3 +fen4 +fen5 +feng1 +feng2 +feng3 +feng4 +feng5 +fo2 +fou2 +fou3 +fu1 +fu2 +fu3 +fu4 +fu5 +fur4 +ga1 +ga2 +ga3 +ga4 +gai1 +gai2 +gai3 +gai4 +gair4 +gan1 +gan2 +gan3 +gan4 +gan5 +gang1 +gang2 +gang3 +gang4 +gang5 +gao1 +gao2 +gao3 +gao4 +ge1 +ge2 +ge3 +ge4 +ge5 +gei2 +gei3 +gen1 +gen4 +geng1 +geng2 +geng3 +geng4 +genr1 +ger2 +ger3 +ger4 +gong1 +gong2 +gong3 +gong4 +gong5 +gou1 +gou2 +gou3 +gou4 +gou5 +gu1 +gu2 +gu3 +gu4 +gu5 +gua1 +gua2 +gua3 +gua4 +gua5 +guai1 +guai2 +guai3 +guai4 +guan1 +guan2 +guan3 +guan4 +guang1 +guang2 +guang3 +guang4 +guang5 +gui1 +gui2 +gui3 +gui4 +gui5 +gun2 +gun3 +gun4 +gunr4 +guo1 +guo2 +guo3 +guo4 +guo5 +ha1 +ha2 +ha5 +hai1 +hai2 +hai3 +hai4 +hai5 +hair2 +han1 +han2 +han3 +han4 +han5 +hang1 +hang2 +hang4 +hanr4 +hao1 +hao2 +hao3 +hao4 +hao5 +he1 +he2 +he4 +he5 +hei1 +hen2 +hen3 +hen4 +heng1 +heng2 +heng4 +heng5 +her2 +hong1 +hong2 +hong3 +hong4 +hou2 +hou3 +hou4 +hou5 +hu1 +hu2 +hu3 +hu4 +hu5 +hua1 +hua2 +hua4 +hua5 +huai2 +huai4 +huan1 +huan2 +huan3 +huan4 +huan5 +huang1 +huang2 +huang3 +huang4 +huang5 +huanr1 +hui1 +hui2 +hui3 +hui4 +hui5 +huir3 +huir4 +hun1 +hun2 +hun4 +hun5 +huo1 +huo2 +huo3 +huo4 +huo5 +huor2 +huor3 +ji1 +ji2 +ji3 +ji4 +ji5 +jia1 +jia2 +jia3 +jia4 +jia5 +jian1 +jian2 +jian3 +jian4 +jian5 +jiang1 +jiang2 +jiang3 +jiang4 +jiang5 +jiao1 +jiao2 +jiao3 +jiao4 +jiao5 +jiar1 +jie1 +jie2 +jie3 +jie4 +jie5 +jin1 +jin2 +jin3 +jin4 +jin5 +jing1 +jing2 +jing3 +jing4 +jing5 +jingr3 +jinr4 +jiong2 +jiong3 +jir1 +jiu1 +jiu2 +jiu3 +jiu4 +jiu5 +ju1 +ju2 +ju3 +ju4 +ju5 +juan1 +juan2 +juan3 +juan4 +jue1 +jue2 +jue4 +jun1 +jun4 +jun5 +ka1 +ka2 +ka3 +kai1 +kai2 +kai3 +kai4 +kan1 +kan2 +kan3 +kan4 +kan5 +kang1 +kang2 +kang4 +kao1 +kao2 +kao3 +kao4 +ke1 +ke2 +ke3 +ke4 +ken2 +ken3 +keng1 +kong1 +kong2 +kong3 +kong4 +kou1 +kou2 +kou3 +kou4 +kou5 +ku1 +ku2 +ku3 +ku4 +kua1 +kua2 +kua3 +kua4 +kuai4 +kuai5 +kuair4 +kuan1 +kuan2 +kuan3 +kuang1 +kuang2 +kuang4 +kuang5 +kui1 +kui2 +kui3 +kui4 +kun1 +kun2 +kun3 +kun4 +kuo4 +la1 +la2 +la3 +la4 +la5 +lai2 +lai4 +lai5 +lan2 +lan3 +lan4 +lan5 +lang1 +lang2 +lang3 +lang4 +lang5 +lanr4 +lao1 +lao2 +lao3 +lao4 +lao5 +le4 +le5 +lei1 +lei2 +lei3 +lei4 +lei5 +leng2 +leng3 +leng4 +li2 +li3 +li4 +li5 +lia2 +lia3 +lian2 +lian3 +lian4 +lian5 +liang2 +liang3 +liang4 +liang5 +liao2 +liao3 +liao4 +liao5 +liar3 +lie1 +lie2 +lie3 +lie4 +lie5 +lin1 +lin2 +lin3 +lin4 +lin5 +ling2 +ling3 +ling4 +ling5 +lir3 +liu1 +liu2 +liu3 +liu4 +liu5 +lo5 +long2 +long3 +long4 +long5 +lou1 +lou2 +lou3 +lou4 +lou5 +lu1 +lu2 +lu3 +lu4 +lu5 +luan2 +luan3 +luan4 +lun1 +lun2 +lun4 +luo1 +luo2 +luo3 +luo4 +luo5 +lv2 +lv3 +lv4 +lv5 +lve4 +ma1 +ma2 +ma3 +ma4 +ma5 +mai2 +mai3 +mai4 +mai5 +man2 +man3 +man4 +mang2 +mang3 +mao1 +mao2 +mao3 +mao4 +mao5 +me1 +me5 +mei1 +mei2 +mei3 +mei4 +mei5 +men1 +men2 +men4 +men5 +meng1 +meng2 +meng3 +meng4 +menr2 +menr5 +mi1 +mi2 +mi3 +mi4 +mi5 +mian2 +mian3 +mian4 +mian5 +miao1 +miao2 +miao3 +miao4 +mie1 +mie4 +min2 +min3 +ming2 +ming3 +ming4 +ming5 +mingr2 +miu4 +mo1 +mo2 +mo3 +mo4 +mo5 +mou2 +mou3 +mou5 +mu2 +mu3 +mu4 +mu5 +na2 +na3 +na4 +na5 +nai2 +nai3 +nai4 +nai5 +nan1 +nan2 +nan3 +nan4 +nan5 +nang1 +nang2 +nang5 +nao1 +nao2 +nao3 +nao4 +nao5 +nar2 +nar3 +nar4 +ne2 +ne4 +ne5 +nei3 +nei4 +nen4 +nen5 +neng2 +ng1 +ni1 +ni2 +ni3 +ni4 +nian1 +nian2 +nian3 +nian4 +niang2 +niang4 +niang5 +niao2 +niao3 +niao4 +nie1 +nie4 +nin2 +ning2 +ning3 +ning4 +niu1 +niu2 +niu3 +niu4 +niu5 +niur1 +nong2 +nong4 +nong5 +nu2 +nu3 +nu4 +nuan2 +nuan3 +nuo2 +nuo4 +nv2 +nv3 +nv5 +nve4 +o1 +o4 +o5 +ou1 +ou2 +ou3 +ou4 +pa1 +pa2 +pa4 +pa5 +pai1 +pai2 +pai4 +pai5 +pan1 +pan2 +pan4 +pan5 +pang1 +pang2 +pang4 +pao1 +pao2 +pao3 +pao4 +pei1 +pei2 +pei4 +pen1 +pen2 +pen4 +peng1 +peng2 +peng3 +peng4 +peng5 +pi1 +pi2 +pi3 +pi4 +pi5 +pian1 +pian2 +pian4 +pian5 +piao1 +piao2 +piao3 +piao4 +pie1 +pie2 +pie3 +pin1 +pin2 +pin3 +pin4 +ping1 +ping2 +ping5 +pir2 +po1 +po2 +po3 +po4 +po5 +pou1 +pu1 +pu2 +pu3 +pu4 +qi1 +qi2 +qi3 +qi4 +qi5 +qia1 +qia2 +qia3 +qia4 +qian1 +qian2 +qian3 +qian4 +qian5 +qiang1 +qiang2 +qiang3 +qiang4 +qiang5 +qiao1 +qiao2 +qiao3 +qiao4 +qiao5 +qie1 +qie2 +qie3 +qie4 +qie5 +qin1 +qin2 +qin3 +qin4 +qin5 +qing1 +qing2 +qing3 +qing4 +qing5 +qiong2 +qir4 +qiu1 +qiu2 +qiu3 +qiu5 +qu1 +qu2 +qu3 +qu4 +qu5 +quan1 +quan2 +quan3 +quan4 +quan5 +que1 +que2 +que4 +qun1 +qun2 +r +ran2 +ran3 +ran5 +rang1 +rang2 +rang3 +rang4 +rang5 +rao2 +rao3 +rao4 +re2 +re3 +re4 +ren2 +ren3 +ren4 +ren5 +reng1 +reng2 +renr4 +ri4 +rong2 +rong3 +rou2 +rou4 +rou5 +ru2 +ru3 +ru4 +ruan2 +ruan3 +rui2 +rui3 +rui4 +run4 +run5 +ruo4 +sa1 +sa2 +sa3 +sa4 +sa5 +sai1 +sai4 +sai5 +san1 +san2 +san3 +san4 +sang1 +sang2 +sang3 +sang4 +sao1 +sao2 +sao3 +sao4 +sao5 +se4 +se5 +sen1 +seng1 +sha1 +sha2 +sha3 +sha4 +sha5 +shai1 +shai4 +shai5 +shan1 +shan2 +shan3 +shan4 +shang1 +shang2 +shang3 +shang4 +shang5 +shao1 +shao2 +shao3 +shao4 +shao5 +she1 +she2 +she3 +she4 +shei2 +shen1 +shen2 +shen3 +shen4 +shen5 +sheng1 +sheng2 +sheng3 +sheng4 +sheng5 +shi1 +shi2 +shi3 +shi4 +shi5 +shir4 +shou1 +shou2 +shou3 +shou4 +shou5 +shu1 +shu2 +shu3 +shu4 +shu5 +shua1 +shua2 +shua3 +shuai1 +shuai2 +shuai3 +shuai4 +shuai5 +shuan1 +shuan4 +shuan5 +shuang1 +shuang2 +shuang3 +shui2 +shui3 +shui4 +shun2 +shun3 +shun4 +shuo1 +shuo4 +shuo5 +si1 +si2 +si3 +si4 +si5 +sil +song1 +song2 +song3 +song4 +sou1 +sou3 +sou4 +sou5 +sp1 +su1 +su2 +su4 +su5 +suan1 +suan4 +suan5 +sui1 +sui2 +sui3 +sui4 +sun1 +sun2 +sun3 +suo1 +suo2 +suo3 +suo5 +ta1 +ta2 +ta3 +ta4 +ta5 +tai1 +tai2 +tai4 +tai5 +tan1 +tan2 +tan3 +tan4 +tan5 +tang1 +tang2 +tang3 +tang4 +tang5 +tanr1 +tao1 +tao2 +tao3 +tao4 +tao5 +te4 +tei1 +teng2 +teng5 +ter4 +ti1 +ti2 +ti3 +ti4 +ti5 +tian1 +tian2 +tian3 +tianr1 +tiao1 +tiao2 +tiao3 +tiao4 +tie1 +tie2 +tie3 +tie4 +ting1 +ting2 +ting3 +ting5 +tong1 +tong2 +tong3 +tong4 +tong5 +tongr4 +tou1 +tou2 +tou4 +tou5 +tour2 +tu1 +tu2 +tu3 +tu4 +tu5 +tuan1 +tuan2 +tuan3 +tuan4 +tuan5 +tui1 +tui2 +tui3 +tui4 +tui5 +tun1 +tun2 +tun5 +tuo1 +tuo2 +tuo3 +tuo4 +tuo5 +tuor3 +wa1 +wa2 +wa3 +wa4 +wa5 +wai1 +wai2 +wai3 +wai4 +wan1 +wan2 +wan3 +wan4 +wan5 +wang1 +wang2 +wang3 +wang4 +wang5 +wanr1 +wanr2 +wei1 +wei2 +wei3 +wei4 +wei5 +weir4 +wen1 +wen2 +wen3 +wen4 +wen5 +weng1 +weng2 +weng3 +weng4 +wo1 +wo2 +wo3 +wo4 +wo5 +wu1 +wu2 +wu3 +wu4 +wu5 +xi1 +xi2 +xi3 +xi4 +xi5 +xia1 +xia2 +xia4 +xia5 +xian1 +xian2 +xian3 +xian4 +xiang1 +xiang2 +xiang3 +xiang4 +xiao1 +xiao2 +xiao3 +xiao4 +xiao5 +xie1 +xie2 +xie3 +xie4 +xie5 +xin1 +xin4 +xin5 +xing1 +xing2 +xing3 +xing4 +xing5 +xiong1 +xiong2 +xiong5 +xiu1 +xiu3 +xiu4 +xu1 +xu2 +xu3 +xu4 +xu5 +xuan1 +xuan2 +xuan3 +xuan4 +xue1 +xue2 +xue3 +xue4 +xun1 +xun2 +xun4 +ya1 +ya2 +ya3 +ya4 +ya5 +yan1 +yan2 +yan3 +yan4 +yang1 +yang2 +yang3 +yang4 +yang5 +yangr4 +yanr2 +yanr3 +yao1 +yao2 +yao3 +yao4 +yao5 +ye1 +ye2 +ye3 +ye4 +ye5 +yi1 +yi2 +yi3 +yi4 +yi5 +yin1 +yin2 +yin3 +yin4 +ying1 +ying2 +ying3 +ying4 +ying5 +yingr3 +yir4 +yir5 +yo1 +yo5 +yong1 +yong2 +yong3 +yong4 +yong5 +you1 +you2 +you3 +you4 +you5 +yu1 +yu2 +yu3 +yu4 +yu5 +yuan1 +yuan2 +yuan3 +yuan4 +yuan5 +yuanr4 +yue1 +yue4 +yue5 +yun1 +yun2 +yun3 +yun4 +za1 +za2 +za3 +zai1 +zai2 +zai3 +zai4 +zai5 +zan1 +zan2 +zan3 +zan4 +zang1 +zang4 +zao1 +zao2 +zao3 +zao4 +zao5 +zaor3 +ze2 +ze4 +zei2 +zen2 +zen3 +zeng1 +zeng4 +zha1 +zha2 +zha3 +zha4 +zha5 +zhai1 +zhai2 +zhai3 +zhai4 +zhan1 +zhan2 +zhan3 +zhan4 +zhang1 +zhang2 +zhang3 +zhang4 +zhao1 +zhao2 +zhao3 +zhao4 +zhe1 +zhe2 +zhe3 +zhe4 +zhe5 +zhei4 +zhen1 +zhen2 +zhen3 +zhen4 +zheng1 +zheng2 +zheng3 +zheng4 +zheng5 +zher4 +zhi1 +zhi2 +zhi3 +zhi4 +zhi5 +zhong1 +zhong2 +zhong3 +zhong4 +zhou1 +zhou2 +zhou3 +zhou4 +zhou5 +zhu1 +zhu2 +zhu3 +zhu4 +zhu5 +zhua1 +zhua3 +zhuai4 +zhuan1 +zhuan2 +zhuan3 +zhuan4 +zhuan5 +zhuang1 +zhuang4 +zhuang5 +zhui1 +zhui4 +zhun1 +zhun2 +zhun3 +zhunr3 +zhuo1 +zhuo2 +zhur3 +zi1 +zi2 +zi3 +zi4 +zi5 +zong1 +zong2 +zong3 +zong4 +zong5 +zou1 +zou2 +zou3 +zou4 +zu1 +zu2 +zu3 +zu5 +zuan1 +zuan2 +zuan3 +zuan4 +zui2 +zui3 +zui4 +zun1 +zuo1 +zuo2 +zuo3 +zuo4 +zuo5 \ No newline at end of file diff --git a/gp.vocab b/gp.vocab new file mode 100644 index 0000000000000000000000000000000000000000..ef9b87293fbf41910e97a31bee5daea484d009b2 --- /dev/null +++ b/gp.vocab @@ -0,0 +1,4131 @@ +啊 +阿 +哀 +哎 +埃 +挨 +捱 +暧 +爱 +癌 +矮 +碍 +艾 +蔼 +隘 +霭 +俺 +唵 +安 +岸 +按 +暗 +案 +氨 +胺 +铵 +鞍 +黯 +昂 +盎 +肮 +傲 +凹 +坳 +奥 +懊 +拗 +敖 +澳 +熬 +獒 +翱 +袄 +八 +叭 +吧 +坝 +峇 +巴 +扒 +把 +拔 +灞 +爸 +疤 +笆 +粑 +罢 +芭 +跋 +霸 +靶 +拜 +掰 +摆 +擘 +柏 +白 +百 +败 +伴 +办 +半 +坂 +扮 +扳 +拌 +搬 +斑 +板 +版 +班 +瓣 +癍 +般 +颁 +傍 +帮 +棒 +榜 +磅 +绑 +膀 +蚌 +谤 +邦 +镑 +保 +包 +堡 +宝 +报 +抱 +暴 +煲 +爆 +胞 +苞 +葆 +薄 +豹 +雹 +饱 +鲍 +倍 +北 +卑 +呗 +备 +悲 +惫 +杯 +狈 +碑 +背 +蓓 +被 +贝 +辈 +奔 +本 +犇 +笨 +苯 +嘣 +崩 +泵 +甭 +绷 +蹦 +迸 +壁 +币 +弊 +彼 +必 +比 +毕 +毙 +璧 +痹 +碧 +笔 +臂 +蔽 +逼 +避 +闭 +鼻 +便 +匾 +变 +扁 +编 +蝙 +贬 +辨 +辩 +边 +遍 +鞭 +俵 +彪 +摽 +标 +表 +裱 +镖 +飙 +鳔 +别 +憋 +瘪 +鳖 +宾 +彬 +斌 +槟 +殡 +滨 +缤 +鬓 +丙 +兵 +冰 +并 +柄 +炳 +病 +秉 +饼 +亳 +伯 +剥 +勃 +博 +卜 +帛 +拨 +搏 +播 +波 +渤 +玻 +礴 +箔 +簸 +脖 +膊 +舶 +菠 +跛 +饽 +驳 +不 +哺 +埠 +布 +怖 +捕 +步 +瓿 +簿 +补 +部 +嚓 +擦 +礤 +偲 +寀 +彩 +才 +材 +猜 +睬 +菜 +蔡 +裁 +财 +踩 +采 +参 +孱 +惨 +惭 +掺 +残 +灿 +璨 +蚕 +餐 +仓 +沧 +舱 +苍 +藏 +嘈 +操 +曹 +槽 +糙 +草 +侧 +册 +厕 +测 +策 +岑 +涔 +噌 +层 +曾 +蹭 +叉 +察 +岔 +差 +插 +杈 +查 +茶 +衩 +诧 +拆 +柴 +豺 +钗 +产 +忏 +搀 +浐 +禅 +缠 +蝉 +谄 +铲 +阐 +颤 +馋 +倡 +偿 +厂 +唱 +场 +娼 +嫦 +尝 +常 +敞 +昌 +猖 +畅 +肠 +吵 +嘲 +巢 +抄 +朝 +潮 +炒 +超 +钞 +彻 +扯 +掣 +撤 +澈 +车 +嗔 +尘 +晨 +沉 +琛 +碜 +臣 +衬 +谌 +趁 +辰 +郴 +陈 +丞 +乘 +呈 +城 +惩 +成 +承 +撑 +晟 +橙 +澄 +瞠 +秤 +称 +程 +诚 +逞 +骋 +侈 +叱 +吃 +尺 +持 +敕 +斥 +池 +炽 +痴 +翅 +耻 +螭 +赤 +迟 +驰 +齿 +充 +冲 +宠 +崇 +虫 +丑 +仇 +愁 +抽 +瞅 +稠 +筹 +绸 +臭 +踌 +酬 +储 +出 +初 +厨 +处 +搐 +楚 +橱 +畜 +础 +触 +躇 +锄 +除 +雏 +啜 +揣 +踹 +串 +传 +喘 +川 +穿 +舛 +船 +创 +幢 +床 +怆 +疮 +窗 +闯 +吹 +垂 +捶 +椎 +槌 +炊 +锤 +唇 +春 +淳 +纯 +蠢 +醇 +戳 +绰 +辍 +龊 +刺 +呲 +慈 +次 +此 +瓷 +疵 +磁 +祠 +糍 +茨 +词 +赐 +辞 +雌 +丛 +从 +匆 +囱 +淙 +聪 +葱 +凑 +促 +殂 +猝 +簇 +粗 +醋 +撺 +窜 +篡 +蹿 +催 +崔 +悴 +摧 +璀 +粹 +翠 +脆 +萃 +存 +寸 +忖 +村 +厝 +嵯 +挫 +措 +搓 +撮 +痤 +矬 +磋 +蹉 +错 +哒 +大 +打 +搭 +沓 +瘩 +答 +耷 +褡 +跶 +达 +靼 +鞑 +代 +傣 +呆 +带 +待 +怠 +戴 +歹 +袋 +贷 +逮 +黛 +丹 +但 +单 +弹 +担 +旦 +殚 +淡 +耽 +胆 +蛋 +诞 +郸 +党 +当 +挡 +档 +荡 +铛 +倒 +刀 +到 +叨 +导 +岛 +悼 +捣 +盗 +祷 +稻 +蹈 +道 +嘚 +得 +德 +的 +凳 +灯 +登 +瞪 +等 +蹬 +邓 +低 +地 +堤 +帝 +底 +弟 +抵 +敌 +滴 +狄 +笛 +第 +缔 +翟 +荻 +蒂 +诋 +迪 +递 +典 +垫 +奠 +巅 +店 +惦 +掂 +殿 +淀 +滇 +点 +电 +甸 +癫 +碘 +颠 +凋 +刁 +叼 +吊 +屌 +掉 +调 +貂 +钓 +雕 +叠 +哋 +嗲 +爹 +牒 +碟 +耋 +蝶 +谍 +跌 +迭 +丁 +叮 +定 +盯 +订 +酊 +钉 +铤 +顶 +鼎 +丢 +东 +冬 +冻 +动 +峒 +懂 +栋 +洞 +董 +兜 +抖 +斗 +痘 +窦 +豆 +逗 +都 +陡 +嘟 +堵 +妒 +度 +杜 +毒 +渡 +犊 +独 +督 +睹 +肚 +读 +赌 +镀 +断 +段 +短 +端 +锻 +兑 +堆 +对 +队 +吨 +囤 +墩 +敦 +沌 +炖 +盹 +盾 +趸 +蹲 +顿 +剁 +哆 +垛 +堕 +多 +夺 +惰 +掇 +朵 +舵 +跺 +踱 +躲 +俄 +厄 +呃 +娥 +婀 +峨 +恶 +愕 +扼 +讹 +遏 +鄂 +颚 +额 +饿 +鳄 +鹅 +诶 +恩 +摁 +二 +儿 +尔 +洱 +而 +耳 +饵 +乏 +伐 +发 +法 +珐 +罚 +阀 +凡 +反 +帆 +梵 +樊 +泛 +烦 +犯 +番 +繁 +翻 +范 +贩 +返 +饭 +仿 +坊 +妨 +房 +放 +方 +纺 +肪 +舫 +芳 +访 +防 +匪 +吠 +啡 +妃 +废 +斐 +狒 +绯 +肥 +肺 +菲 +诽 +费 +霏 +非 +飞 +份 +分 +吩 +坟 +奋 +愤 +氛 +汾 +焚 +粉 +粪 +纷 +芬 +丰 +冯 +凤 +奉 +封 +峰 +枫 +沣 +疯 +缝 +蜂 +讽 +逢 +锋 +风 +否 +付 +伏 +佛 +俘 +俯 +傅 +副 +复 +夫 +妇 +孵 +富 +幅 +府 +扶 +抚 +拂 +敷 +斧 +服 +浮 +涪 +父 +甫 +福 +符 +肤 +腐 +腹 +芙 +蝠 +袱 +覆 +负 +赋 +赴 +辅 +辐 +阜 +附 +伽 +嘎 +噶 +尕 +尬 +旮 +丐 +垓 +改 +概 +溉 +盖 +该 +钙 +尴 +干 +感 +敢 +杆 +柑 +甘 +秆 +竿 +肝 +赣 +赶 +冈 +刚 +岗 +杠 +港 +缸 +钢 +告 +搞 +睾 +稿 +糕 +羔 +膏 +高 +个 +割 +各 +咯 +哥 +嗝 +戈 +搁 +格 +歌 +疙 +胳 +葛 +铬 +镉 +阁 +隔 +革 +骼 +鸽 +给 +亘 +根 +艮 +跟 +哽 +埂 +庚 +更 +梗 +羹 +耕 +耿 +供 +公 +共 +功 +宫 +工 +巩 +弓 +恭 +拱 +攻 +肱 +蚣 +贡 +龚 +勾 +垢 +够 +构 +枸 +沟 +狗 +苟 +购 +钩 +估 +古 +呱 +咕 +固 +姑 +孤 +故 +毂 +股 +菇 +谷 +锢 +雇 +顾 +骨 +鸪 +鼓 +刮 +剐 +卦 +寡 +挂 +瓜 +乖 +怪 +拐 +关 +冠 +官 +惯 +棺 +灌 +管 +罐 +莞 +观 +贯 +馆 +光 +广 +胱 +逛 +傀 +归 +柜 +桂 +瑰 +癸 +硅 +规 +诡 +贵 +跪 +轨 +闺 +鬼 +龟 +棍 +滚 +国 +果 +椁 +裹 +过 +郭 +锅 +哈 +蛤 +亥 +嗨 +孩 +害 +海 +还 +骸 +函 +含 +喊 +寒 +悍 +憨 +憾 +捍 +撼 +旱 +汉 +汗 +涵 +瀚 +焊 +罕 +翰 +蚶 +邯 +酣 +阚 +韩 +鼾 +夯 +杭 +沆 +航 +号 +嚎 +壕 +好 +昊 +毫 +浩 +濠 +皓 +耗 +蚝 +豪 +郝 +何 +合 +呵 +和 +喝 +核 +河 +盒 +禾 +荷 +褐 +贺 +赫 +颌 +鹤 +嘿 +黑 +很 +恨 +狠 +痕 +亨 +哼 +恒 +横 +衡 +吽 +哄 +宏 +弘 +泓 +洪 +烘 +红 +虹 +讧 +轰 +鸿 +侯 +候 +厚 +后 +吼 +喉 +猴 +乎 +互 +呼 +唬 +囫 +壶 +忽 +惚 +户 +护 +沪 +湖 +狐 +瑚 +糊 +胡 +葫 +虎 +蝴 +鹕 +划 +化 +华 +哗 +嬅 +滑 +猾 +画 +花 +话 +坏 +徊 +怀 +槐 +淮 +踝 +唤 +幻 +患 +换 +桓 +欢 +浣 +涣 +焕 +环 +痪 +缓 +凰 +幌 +徨 +恍 +慌 +晃 +湟 +滉 +潢 +煌 +熀 +皇 +磺 +簧 +荒 +蝗 +谎 +黄 +会 +回 +徽 +恢 +悔 +惠 +慧 +挥 +晖 +晦 +毁 +汇 +洄 +灰 +珲 +秽 +绘 +翚 +蕙 +讳 +贿 +辉 +婚 +昏 +浑 +混 +馄 +魂 +伙 +惑 +或 +活 +火 +祸 +获 +豁 +货 +霍 +伎 +冀 +几 +击 +剂 +即 +及 +吉 +唧 +圾 +基 +妓 +姬 +嫉 +季 +寂 +寄 +岌 +己 +忌 +急 +戟 +技 +挤 +既 +暨 +机 +极 +棘 +汲 +济 +激 +犄 +疾 +祭 +积 +箕 +籍 +级 +纪 +继 +绩 +缉 +肌 +脊 +藉 +计 +讥 +记 +辑 +迹 +际 +集 +饥 +骥 +髻 +鲫 +鸡 +价 +佳 +假 +加 +嘉 +夹 +嫁 +家 +戛 +架 +甲 +稼 +茄 +贾 +迦 +钾 +颊 +驾 +件 +俭 +健 +兼 +减 +剑 +剪 +囝 +坚 +奸 +尖 +建 +拣 +捡 +柬 +检 +毽 +涧 +渐 +煎 +监 +简 +箭 +肩 +舰 +艰 +荐 +见 +謇 +贱 +践 +鉴 +锏 +键 +间 +僵 +匠 +奖 +姜 +将 +桨 +江 +浆 +疆 +绛 +缰 +蒋 +讲 +酱 +降 +交 +佼 +侥 +剿 +叫 +娇 +搅 +教 +椒 +浇 +焦 +狡 +皎 +矫 +礁 +绞 +缴 +胶 +脚 +蕉 +蛟 +角 +跤 +轿 +较 +郊 +酵 +铰 +饺 +骄 +介 +借 +劫 +嗟 +姐 +婕 +孑 +届 +戒 +截 +捷 +接 +揭 +杰 +洁 +界 +皆 +睫 +秸 +竭 +结 +节 +街 +解 +诫 +阶 +仅 +今 +劲 +尽 +巾 +斤 +晋 +津 +浸 +瑾 +禁 +筋 +紧 +缙 +襟 +谨 +近 +进 +金 +锦 +靳 +井 +京 +净 +境 +径 +惊 +敬 +景 +晶 +璟 +痉 +睛 +竞 +竟 +精 +经 +茎 +荆 +警 +镜 +靖 +静 +颈 +鲸 +炯 +窘 +迥 +久 +九 +咎 +就 +揪 +救 +旧 +柩 +疚 +究 +纠 +臼 +舅 +酒 +韭 +举 +俱 +具 +剧 +句 +局 +居 +巨 +惧 +拒 +拘 +据 +掬 +桔 +橘 +沮 +炬 +狙 +矩 +聚 +菊 +虡 +趄 +距 +飓 +卷 +娟 +捐 +眷 +倔 +决 +厥 +噘 +嚼 +掘 +撅 +绝 +觉 +诀 +俊 +军 +君 +均 +峻 +浚 +竣 +菌 +郡 +骏 +卡 +咔 +咖 +喀 +凯 +嘅 +开 +忾 +恺 +慨 +楷 +侃 +刊 +勘 +坎 +堪 +槛 +看 +瞰 +砍 +亢 +康 +慷 +扛 +抗 +尻 +烤 +犒 +考 +铐 +靠 +克 +刻 +可 +咳 +嗑 +坷 +壳 +客 +柯 +棵 +渴 +瞌 +磕 +科 +苛 +课 +颗 +啃 +垦 +恳 +肯 +吭 +坑 +铿 +孔 +恐 +控 +空 +口 +叩 +寇 +扣 +抠 +刳 +哭 +库 +枯 +窟 +苦 +裤 +酷 +垮 +夸 +跨 +块 +快 +宽 +款 +况 +匡 +哐 +框 +狂 +眶 +矿 +筐 +亏 +匮 +奎 +愧 +揆 +溃 +煃 +盔 +睽 +窥 +葵 +蝰 +跬 +逵 +馈 +骙 +魁 +困 +坤 +捆 +昆 +焜 +廓 +扩 +括 +阔 +剌 +啦 +喇 +垃 +拉 +旯 +腊 +蜡 +辣 +邋 +来 +睐 +籁 +莱 +赖 +兰 +岚 +懒 +拦 +揽 +栏 +榄 +滥 +澜 +烂 +篮 +缆 +蓝 +览 +啷 +塱 +廊 +朗 +榔 +浪 +狼 +琅 +郎 +佬 +劳 +姥 +捞 +涝 +潦 +烙 +牢 +老 +乐 +了 +肋 +儡 +勒 +嘞 +垒 +泪 +磊 +类 +累 +羸 +蕾 +雷 +冷 +塄 +崚 +愣 +棱 +楞 +丽 +例 +俐 +俪 +利 +力 +励 +历 +厉 +厘 +吏 +呖 +哩 +喱 +娌 +李 +梨 +漓 +狸 +理 +璃 +砾 +礼 +离 +立 +篱 +粒 +罹 +荔 +莉 +藜 +郦 +里 +隶 +鲤 +鹂 +黎 +俩 +帘 +廉 +怜 +恋 +敛 +涟 +炼 +琏 +练 +联 +脸 +莲 +裢 +连 +链 +两 +亮 +凉 +晾 +梁 +粮 +粱 +良 +谅 +踉 +辆 +量 +僚 +嘹 +寥 +廖 +撩 +料 +疗 +缭 +聊 +辽 +冽 +列 +劣 +咧 +烈 +猎 +裂 +趔 +鬣 +临 +凛 +吝 +廪 +拎 +林 +檩 +淋 +琳 +蔺 +赁 +邻 +霖 +鳞 +麟 +令 +伶 +凌 +另 +姈 +岭 +灵 +玲 +祾 +羚 +聆 +菱 +铃 +陵 +零 +领 +龄 +六 +刘 +柳 +榴 +流 +浏 +溜 +琉 +留 +瘤 +硫 +绺 +遛 +咙 +垄 +拢 +窿 +笼 +聋 +胧 +茏 +陇 +隆 +龙 +喽 +娄 +搂 +楼 +漏 +瘘 +篓 +蝼 +镂 +陋 +卢 +卤 +噜 +庐 +录 +掳 +撸 +炉 +碌 +禄 +芦 +赂 +路 +逯 +陆 +露 +颅 +鲁 +鹭 +鹿 +乱 +卵 +孪 +峦 +挛 +栾 +滦 +銮 +仑 +伦 +囵 +抡 +沦 +论 +轮 +啰 +洛 +珞 +络 +罗 +萝 +落 +螺 +裸 +逻 +锣 +骆 +骡 +侣 +吕 +屡 +履 +律 +捋 +旅 +滤 +率 +绿 +虑 +铝 +驴 +掠 +略 +吗 +嘛 +妈 +孖 +玛 +码 +蚂 +蟆 +马 +骂 +麻 +买 +卖 +埋 +脉 +迈 +霾 +麦 +嫚 +慢 +曼 +满 +漫 +瞒 +蔓 +蛮 +馒 +鳗 +忙 +氓 +盲 +芒 +茫 +莽 +蟒 +冇 +冒 +卯 +峁 +帽 +毛 +泖 +猫 +矛 +耄 +茂 +茅 +茆 +貌 +贸 +铆 +锚 +髦 +么 +妹 +媒 +媚 +寐 +昧 +枚 +梅 +每 +没 +煤 +玫 +眉 +美 +莓 +酶 +霉 +魅 +们 +扪 +门 +闷 +勐 +孟 +懵 +朦 +梦 +猛 +盟 +萌 +蒙 +蜢 +锰 +咪 +密 +幂 +弥 +泌 +洣 +眯 +秘 +米 +蜜 +觅 +迷 +靡 +免 +勉 +娩 +棉 +眠 +绵 +缅 +腼 +面 +喵 +妙 +庙 +描 +淼 +渺 +瞄 +秒 +缈 +苗 +藐 +乜 +咩 +灭 +蔑 +悯 +抿 +敏 +民 +泯 +闽 +冥 +名 +命 +明 +茗 +酩 +铭 +鸣 +谬 +墨 +寞 +抹 +摩 +摸 +摹 +末 +模 +沫 +漠 +磨 +膜 +莫 +蘑 +陌 +馍 +魔 +默 +某 +缪 +谋 +亩 +募 +墓 +姆 +幕 +慕 +拇 +木 +母 +牧 +目 +睦 +穆 +嗯 +吶 +呐 +哪 +娜 +拿 +捺 +纳 +肭 +那 +钠 +乃 +奈 +奶 +孻 +耐 +南 +囡 +楠 +湳 +男 +腩 +蝻 +赧 +难 +囊 +囔 +馕 +垴 +婥 +孬 +恼 +挠 +脑 +闹 +呢 +讷 +内 +馁 +嫩 +恁 +能 +你 +倪 +匿 +妮 +尼 +拟 +昵 +泥 +溺 +腻 +逆 +霓 +年 +念 +拈 +捻 +撵 +碾 +蔫 +辗 +鲶 +黏 +娘 +嬢 +酿 +尿 +袅 +鸟 +孽 +捏 +涅 +聂 +蹑 +镊 +您 +凝 +咛 +宁 +拧 +泞 +妞 +扭 +牛 +纽 +农 +哝 +弄 +浓 +努 +奴 +弩 +怒 +暖 +懦 +挪 +糯 +诺 +女 +虐 +哦 +喔 +噢 +偶 +呕 +怄 +欧 +殴 +沤 +鸥 +啪 +帕 +怕 +杷 +爬 +琶 +葩 +趴 +徘 +拍 +排 +派 +湃 +牌 +判 +叛 +攀 +泮 +潘 +畔 +盘 +盼 +乓 +庞 +彷 +旁 +滂 +胖 +螃 +刨 +咆 +抛 +泡 +炮 +狍 +袍 +跑 +佩 +培 +沛 +胚 +裴 +赔 +配 +陪 +喷 +盆 +嘭 +彭 +怦 +抨 +捧 +朋 +棚 +澎 +烹 +砰 +硼 +碰 +篷 +膨 +蓬 +鹏 +僻 +劈 +匹 +啤 +噼 +坯 +媲 +屁 +批 +披 +枇 +毗 +琵 +疲 +痞 +癖 +皮 +纰 +脾 +蜱 +譬 +辟 +偏 +片 +篇 +翩 +骗 +剽 +嫖 +漂 +瓢 +瞟 +票 +缥 +飘 +撇 +瞥 +品 +拼 +聘 +贫 +频 +乒 +凭 +坪 +屏 +平 +瓶 +苹 +萍 +评 +叵 +坡 +婆 +泊 +泼 +珀 +破 +迫 +鄱 +颇 +魄 +剖 +仆 +圃 +埔 +扑 +普 +曝 +朴 +浦 +溥 +濮 +莆 +菩 +葡 +蒲 +谱 +蹼 +铺 +七 +乞 +亓 +企 +其 +凄 +启 +器 +圻 +奇 +契 +妻 +婍 +岂 +岐 +崎 +弃 +戚 +旗 +期 +杞 +栖 +棋 +欺 +歧 +气 +汽 +泣 +淇 +漆 +玘 +琦 +琪 +砌 +祁 +祈 +綮 +绮 +脐 +起 +迄 +骐 +骑 +鳍 +麒 +齐 +恰 +掐 +洽 +乾 +倩 +前 +千 +堑 +嵌 +欠 +歉 +浅 +潜 +牵 +签 +綪 +茜 +虔 +谦 +谴 +迁 +遣 +钱 +钳 +铅 +黔 +呛 +墙 +强 +戗 +抢 +枪 +羌 +腔 +蔷 +跄 +锵 +乔 +侨 +俏 +峭 +巧 +悄 +憔 +撬 +敲 +桥 +瞧 +窍 +翘 +锹 +鞘 +且 +切 +妾 +怯 +惬 +窃 +亲 +侵 +勤 +嗪 +寝 +揿 +擒 +沁 +琴 +禽 +秦 +芹 +钦 +倾 +卿 +庆 +情 +擎 +晴 +氢 +氰 +清 +磬 +蜻 +请 +轻 +青 +顷 +琼 +穷 +穹 +筇 +丘 +囚 +求 +球 +秋 +糗 +裘 +逑 +邱 +酋 +銶 +鳅 +区 +去 +取 +娶 +屈 +岖 +曲 +渠 +瞿 +觑 +趋 +趣 +躯 +驱 +黢 +全 +券 +劝 +圈 +拳 +权 +泉 +犬 +痊 +蜷 +醛 +颧 +却 +瘸 +确 +缺 +雀 +鹊 +群 +裙 +逡 +冉 +染 +然 +燃 +苒 +嚷 +壤 +攘 +瓤 +穰 +让 +娆 +扰 +绕 +饶 +惹 +热 +人 +仁 +仞 +任 +刃 +忍 +纫 +荏 +认 +韧 +饪 +仍 +扔 +日 +冗 +容 +溶 +绒 +茸 +荣 +蓉 +融 +镕 +媃 +揉 +柔 +肉 +乳 +儒 +入 +如 +汝 +濡 +茹 +褥 +辱 +软 +阮 +瑞 +睿 +芮 +蕊 +蕤 +锐 +润 +弱 +若 +仨 +撒 +洒 +萨 +噻 +塞 +腮 +赛 +三 +伞 +散 +馓 +丧 +嗓 +搡 +桑 +嫂 +扫 +瘙 +臊 +骚 +啬 +涩 +瑟 +色 +森 +僧 +傻 +刹 +厦 +啥 +杀 +沙 +煞 +砂 +纱 +莎 +霎 +鲨 +晒 +筛 +删 +善 +山 +扇 +擅 +珊 +缮 +膳 +蟮 +衫 +讪 +赡 +闪 +陕 +鳝 +上 +伤 +商 +尚 +晌 +裳 +赏 +劭 +勺 +哨 +少 +捎 +梢 +潲 +烧 +稍 +绍 +芍 +邵 +韶 +奢 +射 +摄 +歙 +涉 +社 +舌 +舍 +蛇 +设 +麝 +什 +伸 +呻 +婶 +审 +慎 +沈 +深 +渗 +甚 +申 +神 +绅 +肾 +身 +剩 +升 +圣 +声 +牲 +生 +甥 +盛 +省 +笙 +绳 +胜 +世 +事 +仕 +似 +使 +势 +匙 +十 +史 +嗜 +噬 +士 +失 +奭 +始 +实 +室 +寔 +尸 +屎 +市 +师 +式 +恃 +拭 +拾 +施 +时 +是 +柿 +栻 +氏 +湿 +狮 +矢 +石 +示 +舐 +虱 +蚀 +视 +誓 +识 +试 +诗 +辻 +适 +逝 +释 +食 +饰 +驶 +兽 +受 +售 +守 +寿 +手 +授 +收 +瘦 +首 +书 +叔 +墅 +孰 +属 +抒 +数 +暑 +术 +束 +枢 +树 +梳 +殊 +淑 +漱 +熟 +疏 +竖 +纾 +署 +舒 +蔬 +薯 +蜀 +赎 +输 +述 +黍 +鼠 +刷 +耍 +帅 +摔 +甩 +蟀 +衰 +拴 +栓 +涮 +双 +爽 +霜 +水 +睡 +税 +谁 +吮 +瞬 +顺 +朔 +烁 +硕 +说 +丝 +厮 +司 +嗣 +嘶 +四 +寺 +巳 +思 +撕 +斯 +死 +泗 +祀 +私 +肆 +蛳 +饲 +sil +宋 +嵩 +怂 +悚 +松 +耸 +讼 +送 +叟 +嗽 +搜 +擞 +艘 +薮 +馊 +sp1 +俗 +塑 +夙 +宿 +溯 +稣 +粟 +素 +肃 +苏 +诉 +速 +算 +蒜 +酸 +岁 +濉 +碎 +穗 +绥 +虽 +遂 +邃 +隋 +随 +隧 +髓 +孙 +损 +榫 +荪 +唆 +唢 +嗦 +所 +琐 +索 +缩 +锁 +他 +塌 +塔 +她 +它 +挞 +榻 +踏 +蹋 +遢 +台 +太 +态 +抬 +枱 +汰 +泰 +肽 +胎 +叹 +坍 +坛 +坦 +忐 +探 +摊 +昙 +毯 +滩 +潭 +炭 +痰 +瘫 +碳 +袒 +覃 +谈 +谭 +贪 +倘 +唐 +堂 +塘 +搪 +棠 +汤 +淌 +烫 +糖 +膛 +螳 +趟 +蹚 +躺 +套 +掏 +桃 +涛 +淘 +滔 +萄 +讨 +逃 +陶 +韬 +饕 +忑 +忒 +特 +滕 +疼 +腾 +藤 +誊 +体 +剃 +剔 +啼 +屉 +惕 +提 +替 +梯 +涕 +缇 +踢 +蹄 +题 +鹈 +填 +天 +恬 +添 +甜 +田 +腆 +舔 +挑 +条 +眺 +窕 +笤 +跳 +帖 +贴 +铁 +餮 +亭 +停 +厅 +听 +婷 +庭 +廷 +挺 +艇 +蜓 +霆 +佟 +同 +彤 +捅 +桐 +桶 +痛 +童 +筒 +统 +通 +铜 +偷 +头 +投 +透 +兔 +凸 +吐 +图 +土 +屠 +徒 +涂 +秃 +突 +途 +团 +彖 +湍 +疃 +推 +腿 +蜕 +退 +颓 +吞 +屯 +暾 +臀 +豚 +饨 +唾 +妥 +庹 +托 +拓 +拖 +沱 +砣 +脱 +跎 +陀 +驮 +驼 +鸵 +哇 +娃 +挖 +洼 +瓦 +腽 +蛙 +袜 +外 +崴 +歪 +万 +丸 +婉 +完 +宛 +弯 +挽 +晚 +湾 +玩 +皖 +碗 +腕 +菀 +蜿 +顽 +亡 +妄 +往 +忘 +旺 +望 +枉 +汪 +王 +网 +罔 +为 +伟 +伪 +位 +卫 +危 +味 +唯 +喂 +围 +圩 +委 +威 +娓 +尾 +嵬 +巍 +帷 +微 +惟 +慰 +未 +渭 +炜 +猥 +畏 +纬 +维 +胃 +苇 +萎 +蔚 +薇 +诿 +谓 +违 +韦 +魏 +吻 +文 +汶 +温 +稳 +紊 +纹 +蚊 +问 +闻 +雯 +嗡 +瓮 +翁 +蓊 +卧 +我 +握 +斡 +沃 +涡 +渥 +窝 +蜗 +龌 +乌 +五 +伍 +侮 +务 +勿 +午 +吴 +吾 +呜 +唔 +妩 +屋 +巫 +悟 +捂 +无 +晤 +梧 +武 +毋 +污 +物 +舞 +芜 +蜈 +诬 +误 +雾 +鹉 +习 +兮 +吸 +唏 +喜 +嘻 +夕 +媳 +嬉 +希 +席 +徙 +息 +悉 +惜 +戏 +昔 +晰 +析 +洗 +溪 +熄 +熙 +牺 +犀 +玺 +皙 +禧 +稀 +系 +细 +羲 +膝 +蜥 +蟋 +袭 +西 +锡 +隙 +下 +侠 +吓 +夏 +峡 +暇 +狭 +瑕 +瞎 +虾 +辖 +霞 +仙 +先 +县 +咸 +嫌 +宪 +弦 +掀 +显 +涎 +献 +现 +睍 +纤 +线 +羡 +腺 +舷 +蚬 +衔 +贤 +闲 +限 +险 +陷 +馅 +鲜 +乡 +享 +像 +厢 +向 +响 +巷 +想 +橡 +湘 +相 +祥 +箱 +翔 +襄 +详 +象 +镶 +项 +飨 +香 +哮 +啸 +嚣 +孝 +小 +效 +晓 +校 +消 +淆 +潇 +硝 +笑 +筱 +肖 +萧 +逍 +销 +霄 +些 +亵 +偕 +写 +协 +卸 +屑 +懈 +挟 +携 +斜 +械 +歇 +泄 +泻 +瀣 +燮 +胁 +蟹 +谐 +谢 +邪 +鞋 +信 +心 +新 +昕 +欣 +炘 +芯 +薪 +衅 +辛 +鑫 +馨 +兴 +刑 +型 +姓 +幸 +形 +性 +星 +杏 +猩 +腥 +行 +邢 +醒 +陉 +兄 +凶 +匈 +汹 +熊 +胸 +雄 +休 +修 +咻 +朽 +秀 +绣 +羞 +袖 +锈 +叙 +吁 +嘘 +墟 +婿 +序 +徐 +旭 +栩 +煦 +絮 +绪 +续 +胥 +蓄 +虚 +许 +诩 +需 +须 +顼 +喧 +宣 +悬 +旋 +暄 +渲 +漩 +炫 +玄 +瑄 +癣 +绚 +轩 +选 +削 +学 +穴 +薛 +血 +雪 +靴 +鳕 +勋 +寻 +巡 +循 +旬 +汛 +熏 +窨 +训 +讯 +询 +迅 +逊 +驯 +丫 +亚 +压 +吖 +呀 +哑 +娅 +崖 +押 +桠 +涯 +牙 +芽 +衙 +讶 +轧 +雅 +鸦 +鸭 +严 +俨 +偃 +厌 +咽 +唁 +堰 +妍 +嫣 +嬿 +宴 +岩 +延 +彦 +掩 +晏 +檐 +沿 +淹 +湮 +演 +炎 +烟 +焰 +焱 +燕 +琰 +盐 +眼 +研 +砚 +艳 +蜒 +言 +闫 +雁 +颜 +验 +仰 +佯 +养 +垟 +央 +恙 +扬 +旸 +杨 +样 +殃 +氧 +泱 +洋 +漾 +疡 +痒 +秧 +羊 +阳 +吆 +咬 +垚 +夭 +妖 +姚 +尧 +幺 +摇 +杳 +榣 +滧 +瑶 +窈 +窑 +耀 +肴 +腰 +舀 +药 +要 +谣 +遥 +邀 +钥 +业 +也 +冶 +叶 +嘢 +噎 +夜 +揶 +晔 +曳 +液 +烨 +爷 +耶 +野 +页 +一 +义 +乙 +亦 +亿 +以 +仪 +伊 +依 +倚 +医 +咦 +壹 +夷 +奕 +姨 +宜 +屹 +已 +异 +弈 +弋 +彝 +役 +忆 +怡 +意 +抑 +易 +椅 +毅 +沂 +溢 +疑 +疫 +痍 +癔 +益 +矣 +祎 +移 +绎 +翌 +翼 +胰 +艺 +薏 +蚁 +蜴 +衣 +裔 +议 +译 +谊 +贻 +轶 +迤 +逸 +遗 +颐 +印 +吟 +因 +垠 +姻 +寅 +尹 +引 +殷 +淫 +瘾 +茵 +荫 +鄞 +铟 +银 +阴 +隐 +音 +饮 +婴 +应 +影 +映 +楹 +樱 +溁 +璎 +盈 +硬 +罂 +英 +荧 +莹 +莺 +营 +萦 +蝇 +赢 +迎 +颖 +鹦 +鹰 +哟 +唷 +喲 +佣 +俑 +勇 +咏 +壅 +庸 +恿 +拥 +永 +泳 +涌 +用 +踊 +邕 +雍 +优 +佑 +又 +友 +右 +呦 +尤 +幼 +幽 +忧 +悠 +攸 +有 +柚 +油 +游 +牖 +犹 +由 +莜 +莠 +诱 +邮 +酉 +釉 +黝 +与 +予 +于 +余 +俞 +喻 +域 +妤 +妪 +娱 +宇 +寓 +屿 +峪 +御 +愈 +愉 +愚 +揄 +榆 +欲 +浴 +淤 +渔 +渝 +煜 +狱 +玉 +瑀 +瑜 +瘀 +禹 +禺 +羽 +育 +腴 +臾 +舆 +虞 +裕 +誉 +语 +谀 +谕 +豫 +迂 +逾 +遇 +郁 +钰 +雨 +预 +驭 +鱼 +元 +冤 +原 +员 +园 +圆 +媛 +嫄 +怨 +愿 +援 +渊 +源 +猿 +缘 +羱 +苑 +袁 +辕 +远 +院 +岳 +悦 +曰 +月 +粤 +约 +越 +跃 +钺 +阅 +云 +允 +匀 +孕 +昀 +晕 +殒 +纭 +耘 +蕴 +赟 +运 +酝 +陨 +韵 +匝 +咂 +咋 +杂 +砸 +仔 +再 +在 +宰 +崽 +栽 +灾 +载 +咱 +攒 +昝 +暂 +簪 +糌 +赞 +錾 +脏 +臧 +葬 +赃 +凿 +噪 +早 +枣 +澡 +灶 +燥 +皂 +糟 +蚤 +躁 +造 +遭 +仄 +则 +择 +泽 +责 +贼 +怎 +增 +赠 +乍 +吒 +咤 +喳 +扎 +札 +柞 +栅 +榨 +渣 +炸 +眨 +砟 +蚱 +诈 +闸 +债 +宅 +寨 +摘 +斋 +窄 +占 +展 +崭 +战 +斩 +毡 +沾 +盏 +瞻 +站 +粘 +绽 +蘸 +詹 +丈 +仗 +帐 +幛 +张 +彰 +掌 +杖 +樟 +涨 +漳 +獐 +璋 +章 +胀 +账 +长 +障 +兆 +召 +找 +招 +昭 +照 +爪 +罩 +肇 +赵 +哲 +啫 +折 +浙 +着 +者 +蔗 +辙 +这 +遮 +鹧 +侦 +圳 +帧 +振 +斟 +枕 +珍 +甄 +疹 +真 +祯 +缜 +诊 +贞 +赈 +针 +镇 +阵 +震 +鸩 +争 +峥 +征 +拯 +挣 +政 +整 +正 +症 +睁 +筝 +蒸 +证 +郑 +铮 +之 +侄 +值 +制 +只 +吱 +址 +峙 +帜 +志 +执 +指 +挚 +支 +旨 +智 +枝 +栉 +植 +止 +殖 +汁 +治 +滞 +炙 +痔 +痣 +直 +知 +秩 +稚 +纸 +织 +置 +职 +肢 +脂 +至 +致 +芝 +蜘 +质 +趾 +中 +仲 +众 +冢 +忠 +种 +终 +肿 +衷 +踵 +重 +钟 +周 +咒 +妯 +宙 +州 +帚 +昼 +洲 +皱 +粥 +肘 +胄 +舟 +轴 +骤 +主 +住 +助 +嘱 +拄 +朱 +柱 +株 +注 +洙 +炷 +烛 +煮 +猪 +珠 +瞩 +祝 +竹 +筑 +著 +蛛 +诸 +逐 +驻 +抓 +拽 +专 +撰 +砖 +篆 +赚 +转 +壮 +妆 +庄 +撞 +桩 +状 +装 +坠 +惴 +缀 +赘 +追 +锥 +准 +谆 +卓 +拙 +捉 +桌 +浊 +茁 +酌 +镯 +兹 +咨 +姊 +姿 +子 +字 +梓 +淄 +渍 +滋 +紫 +自 +訾 +资 +龇 +宗 +总 +棕 +纵 +综 +踪 +鬃 +奏 +揍 +走 +邹 +卒 +族 +祖 +租 +组 +诅 +足 +阻 +攥 +纂 +缵 +钻 +嘴 +最 +罪 +醉 +尊 +遵 +佐 +作 +做 +咗 +坐 +左 +座 +昨 +琢 +B \ No newline at end of file diff --git a/mtts/__init__.py b/mtts/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..5bc1db99ab5c9a698ef0196a25c4c6b78f07617b --- /dev/null +++ b/mtts/__init__.py @@ -0,0 +1 @@ +from . import datasets, models, text diff --git a/mtts/datasets/dataset.py b/mtts/datasets/dataset.py new file mode 100644 index 0000000000000000000000000000000000000000..5c59619343ea361d59fd2244298d3637266479cc --- /dev/null +++ b/mtts/datasets/dataset.py @@ -0,0 +1,207 @@ +import os +from typing import List, Union + +import numpy as np +import torch +from torch import Tensor +from torch.utils.data import DataLoader, Dataset + +from mtts.utils.logging import get_logger + +logger = get_logger(__file__) + + +def pad_1D(inputs, PAD=0): + def pad_data(x, length, PAD): + x_padded = np.pad(x, (0, length - x.shape[0]), mode='constant', constant_values=PAD) + return x_padded + + max_len = max((len(x) for x in inputs)) + padded = np.stack([pad_data(x, max_len, PAD) for x in inputs]) + + return padded + + +def pad_2D(inputs, maxlen=None): + def pad(x, max_len): + PAD = 0 + if np.shape(x)[0] > max_len: + raise ValueError("not max_len") + + s = np.shape(x)[1] + x_padded = np.pad(x, (0, max_len - np.shape(x)[0]), mode='constant', constant_values=PAD) + return x_padded[:, :s] + + if maxlen: + output = np.stack([pad(x, maxlen) for x in inputs]) + else: + max_len = max(np.shape(x)[0] for x in inputs) + output = np.stack([pad(x, max_len) for x in inputs]) + + return output + + +class Tokenizer: + def __init__(self, vocab_file): + if vocab_file is None: + self.vocab = None + else: + self.vocab = open(vocab_file).read().split('\n') + self.v2i = {c: i for i, c in enumerate(self.vocab)} + + def tokenize(self, text: Union[str, List]) -> Tensor: + if self.vocab is None: # direct mapping + if isinstance(text, str): + tokens = [int(t) for t in text.split()] + else: + tokens = [int(t) for t in text] + + else: + if isinstance(text, str): + tokens = [self.v2i[t] for t in text.split()] + else: + tokens = [self.v2i[t] for t in text] + return torch.tensor(tokens) + + +def read_scp(scp_file): + with open(scp_file, 'rt') as f: + lines = f.read().split('\n') + name2value = {line.split()[0]: line.split()[1:] for line in lines if len(line) > 0} + return name2value + + +def check_duplicate(keys): + key_set0 = set(keys) + duplicate = None + if len(keys) != len(key_set0): + count = {k: 0 for k in key_set0} + for k in keys: + count[k] += 1 + if count[k] >= 2: + duplicate = k + break + return duplicate + # raise ValueError('duplicated key detected: {duplicate}') + + +def check_keys(*args) -> None: + assert len(args) > 0 + for kv in args: + dup = check_duplicate(list(kv.keys())) + if dup: + raise ValueError('duplicated key detected: {dup}:{kv[dup]}') + + return None + + +class Dataset(Dataset): + def __init__(self, config, split='train'): + conf = config['dataset'][split] + self.name2wav = read_scp(conf['wav_scp']) + self.name2mel = read_scp(conf['mel_scp']) + self.name2dur = read_scp(conf['dur_scp']) + + self.config = config + + kv_to_check = [self.name2wav, self.name2mel, self.name2dur] + + self.emb_scps = [] + self.emb_tokenizers = [] + + for key in conf.keys(): + if key.startswith('emb_type'): + name2emb = read_scp(conf[key]['scp']) + self.emb_scps += [name2emb] + emb_tok = Tokenizer(conf[key]['vocab']) + self.emb_tokenizers += [emb_tok] + logger.info('processed emb {}'.format(conf[key]['_name'])) + + kv_to_check += [name2emb] + check_keys(*kv_to_check) + + self.names = [name for name in self.name2mel] + mel_size = {name: os.path.getsize(self.name2mel[name][0]) for name in self.names} + + self.names = sorted(self.names, key=lambda x: mel_size[x]) + logger.info(f'Shape of longest mel: {np.load(self.name2mel[self.names[-1]][0]).shape}') + logger.info(f'Shape of shortest mel: {np.load(self.name2mel[self.names[0]][0]).shape}') + + def __len__(self): + return len(self.name2wav) + + def __getitem__(self, idx): + key = self.names[idx] + token_tensor = [] + for scp, tokenizer in zip(self.emb_scps, self.emb_tokenizers): + emb_text = scp[key] + tokens = tokenizer.tokenize(emb_text) + token_tensor.append(torch.unsqueeze(tokens, 0)) + token_tensor = torch.cat(token_tensor, 0) + mel = np.load(self.name2mel[key][0]) + if mel.shape[0] == self.config['fbank']['n_mels']: + mel = torch.tensor(mel.T) + else: + mel = torch.tensor(mel) + + duration = torch.tensor([int(d) for d in self.name2dur[key]]) + return token_tensor, duration, mel + + +def pad_1d_tensor(x, n): + if x.shape[0] >= n: + return x + x = torch.cat([x, torch.zeros((n - x.shape[0], ), dtype=x.dtype)], 0) + return x + + +def pad_2d_tensor(x, n): + if x.shape[1] >= n: + return x + x = torch.cat([x, torch.zeros((x.shape[0], n - x.shape[1]), dtype=x.dtype)], 1) + return x + + +def pad_mel(x, n): + if x.shape[0] >= n: + return x + x = torch.cat([x, torch.zeros((n - x.shape[0], x.shape[1]), dtype=x.dtype)], 0) + return x + + +def collate_fn(batch): + + seq_len = [] + mel_len = [] + for (token_tensor, duration, mel) in batch: + seq_len.append(duration.shape[-1]) + mel_len.append(mel.shape[0]) + + max_seq_len = max(seq_len) + max_mel_len = max(mel_len) + durations = [] + token_tensors = [] + mels = [] + for token_tensor, duration, mel in batch: + duration = pad_1d_tensor(duration, max_seq_len) + durations.append(duration.unsqueeze_(0)) + token_tensor = pad_2d_tensor(token_tensor, max_seq_len) + token_tensors.append(token_tensor.unsqueeze_(1)) + mel = pad_mel(mel, max_mel_len) + mels.append(mel.unsqueeze_(0)) + + durations = torch.cat(durations, 0) + token_tensors = torch.cat(token_tensors, 1) + mels = torch.cat(mels, 0) + + return token_tensors, durations, mels, torch.tensor(seq_len), torch.tensor(mel_len) + + +if __name__ == "__main__": + import yaml + with open('../../examples/aishell3/config.yaml') as f: + config = yaml.safe_load(f) + dataset = Dataset(config) + dataloader = DataLoader(dataset, batch_size=6, collate_fn=collate_fn) + batch = next(iter(dataloader)) + print(type(batch[-1])) diff --git a/mtts/loss.py b/mtts/loss.py new file mode 100644 index 0000000000000000000000000000000000000000..a16a3bd72388c554dbee913e0ed147cb36e9d475 --- /dev/null +++ b/mtts/loss.py @@ -0,0 +1,23 @@ +import torch +import torch.nn as nn + + +class FS2Loss(nn.Module): + def __init__(self): + super(FS2Loss, self).__init__() + self.mse_loss = nn.MSELoss() + self.mae_loss = nn.L1Loss() + + def forward(self, d_pred, d_truth, mel_pred, mel_postnet, mel_truth, src_mask, mel_mask): + d_pred = d_pred.masked_select(src_mask) + d_truth = d_truth.masked_select(src_mask) + + mel_pred = mel_pred.masked_select(mel_mask.unsqueeze(-1)) + mel_postnet = mel_postnet.masked_select(mel_mask.unsqueeze(-1)) + mel_truth = mel_truth.masked_select(mel_mask.unsqueeze(-1)) + + mel_loss = self.mse_loss(mel_pred, mel_truth) * 0.1 + mel_postnet_loss = self.mse_loss(mel_postnet, mel_truth) + d_loss = self.mae_loss(d_pred, d_truth) * 0.01 + + return mel_loss, mel_postnet_loss, d_loss diff --git a/mtts/models/__init__.py b/mtts/models/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e8bd40d24a39ae7580a670ee843d367aae296d21 --- /dev/null +++ b/mtts/models/__init__.py @@ -0,0 +1 @@ +from . import decoder, encoder, postnet, vocoder diff --git a/mtts/models/decoder/__init__.py b/mtts/models/decoder/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..0893ce5664efca260d781b65e990406f478ef7e8 --- /dev/null +++ b/mtts/models/decoder/__init__.py @@ -0,0 +1,2 @@ +from .decoder import Decoder +from .fs2_transformer_decoder import FS2TransformerDecoder diff --git a/mtts/models/decoder/decoder.py b/mtts/models/decoder/decoder.py new file mode 100644 index 0000000000000000000000000000000000000000..b8af32ff717fdd444e13c1fcfe4a3f26bec65252 --- /dev/null +++ b/mtts/models/decoder/decoder.py @@ -0,0 +1,22 @@ +import torch.nn as nn + +from mtts.models.decoder.fs2_transformer_decoder import FS2TransformerDecoder +from mtts.utils.logging import get_logger + +logger = get_logger(__file__) +DECODERS = [FS2TransformerDecoder] + + +class Decoder(nn.Module): + """ + """ + def __init__(self, decoder_type: str = 'FS2TransformerDecoder', **kwargs): + super(Decoder, self).__init__() + logger.info(f'decoder_type {decoder_type}') + decoder_class = eval(decoder_type) + assert decoder_class in DECODERS + + self.decoder = decoder_class(**kwargs) + + def forward(self, *args, **kwargs): + return self.decoder(*args, **kwargs) diff --git a/mtts/models/decoder/fs2_transformer_decoder.py b/mtts/models/decoder/fs2_transformer_decoder.py new file mode 100644 index 0000000000000000000000000000000000000000..a528502c6103763ebc3e345a1ab54c4117d47aa8 --- /dev/null +++ b/mtts/models/decoder/fs2_transformer_decoder.py @@ -0,0 +1,67 @@ +import torch.nn as nn +from torch import Tensor + +from ..layers import FFTBlock, get_sinusoid_encoding_table + + +class FS2TransformerDecoder(nn.Module): + """ A decoder that accepts a list of sequences as input and + out a sequence as output. The input and output sequences share the same length + + The input sequence is a list of tensors, which may contain text-embedding, speaker-embeddings. + + + """ + def __init__( + self, + input_dim: int = 256, # must == decoder output dim + n_layers: int = 4, + n_heads: int = 2, + hidden_dim: int = 256, + d_inner: int = 1024, + dropout: float = 0.5, + max_len: int = 2048, # for computing position table + ): + super(FS2TransformerDecoder, self).__init__() + + self.input_dim = input_dim + self.input_dim = input_dim + + self.max_len = max_len + + d_k = hidden_dim // n_heads + d_v = hidden_dim // n_heads + + n_position = max_len + 1 + + # self.speaker_fc = nn.Linear(512, 256, bias=False) + + pos_table = get_sinusoid_encoding_table(n_position, input_dim).unsqueeze(0) + + self.position_enc = nn.Parameter(pos_table, requires_grad=False) + layers = [] + for _ in range(n_layers): + layer = FFTBlock(hidden_dim, d_inner, n_heads, d_k, d_v, dropout=dropout) + layers.append(layer) + + self.layers = nn.ModuleList(layers) + + def forward(self, input: Tensor, mask): + batch_size, seq_len, input_dim = input.shape[0:3] + if input.shape[1] != seq_len: + raise ValueError('The input sequences must have the same length') + if input.shape[1] != seq_len: + raise ValueError('The input sequences must have the same dimension') + + attn_mask = mask.unsqueeze(1).expand(-1, seq_len, -1) + + if input.shape[1] > self.max_len: + raise ValueError('inputs.shape[1] > self.max_len') + + pos_embed = self.position_enc[:, :seq_len, :].expand(batch_size, -1, -1) + + output = input + pos_embed + for layer in self.layers: + output, dec_slf_attn = layer(output, mask=mask, attn_mask=attn_mask) + + return output diff --git a/mtts/models/encoder/__init__.py b/mtts/models/encoder/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..a7f47fbd03c6f1e5efd8f19c45ea1d8aeb005e78 --- /dev/null +++ b/mtts/models/encoder/__init__.py @@ -0,0 +1,2 @@ +from .encoder import Encoder +from .fs2_transformer_encoder import FS2TransformerEncoder diff --git a/mtts/models/encoder/encoder.py b/mtts/models/encoder/encoder.py new file mode 100644 index 0000000000000000000000000000000000000000..13306c6b1e5688518d436e034f37a39fc3524e70 --- /dev/null +++ b/mtts/models/encoder/encoder.py @@ -0,0 +1,25 @@ +# from mtts.models.fs2_model import ENCODERS +import torch.nn as nn + +from mtts.utils.logging import get_logger + +from .fs2_transformer_encoder import FS2TransformerEncoder + +logger = get_logger(__file__) + +ENCODERS = [FS2TransformerEncoder] + + +class Encoder(nn.Module): + ''' Encoder ''' + def __init__(self, encoder_type: str = 'FS2TransformerEncoder', **kwargs): + + super(Encoder, self).__init__() + logger.info(f'building encoder with type:{encoder_type}') + encoder_class = eval(encoder_type) + assert encoder_class in ENCODERS + self.config = kwargs + self.encoder = encoder_class(**kwargs) + + def forward(self, *args, **kwargs): + return self.encoder(*args, **kwargs) diff --git a/mtts/models/encoder/fs2_transformer_encoder.py b/mtts/models/encoder/fs2_transformer_encoder.py new file mode 100644 index 0000000000000000000000000000000000000000..0885e291498ea0b7d6643078c99ef9f91cff0db2 --- /dev/null +++ b/mtts/models/encoder/fs2_transformer_encoder.py @@ -0,0 +1,65 @@ +from typing import List + +import torch.nn as nn +from torch import Tensor + +from ..layers import FFTBlock, get_sinusoid_encoding_table + + +class FS2TransformerEncoder(nn.Module): + ''' FS2TransformerEncoder ''' + def __init__( + self, + emb_layers: nn.ModuleList, + embeding_weights: List[float], + hidden_dim: int = 256, + n_layers: int = 4, + n_heads: int = 2, + d_inner: int = 1024, + dropout: float = 0.5, + max_len: int = 1024, + ): + + super(FS2TransformerEncoder, self).__init__() + + self.emb_layers = emb_layers + self.embeding_weights = embeding_weights + self.hidden_dim = hidden_dim + + d_k = hidden_dim // n_heads + d_v = hidden_dim // n_heads + d_model = hidden_dim + self.layers = nn.ModuleList() + for _ in range(n_layers): + layer = FFTBlock(d_model, d_inner, n_heads, d_k, d_v, dropout=dropout) + self.layers.append(layer) + + def forward(self, texts: List[Tensor], mask: Tensor): + + if len(self.embeding_weights) != len(texts): + raise ValueError(f'Input texts has length {len(texts)}, \ + but embedding module list has length {len(self.embeding_weights)}') + batch_size = texts[0].shape[0] + seq_len = texts[0].shape[1] + attn_mask = mask.unsqueeze(1).expand(-1, seq_len, -1) + text_embed = self.emb_layers[0](texts[0]) * self.embeding_weights[0] + n_embs = len(self.embeding_weights) + for i in range(1, n_embs): + text_embed += self.emb_layers[i](texts[i]) * self.embeding_weights[i] + + if self.training: + pos_embed = get_sinusoid_encoding_table(seq_len, self.hidden_dim) + assert pos_embed.shape[0] == seq_len + pos_embed = pos_embed[:seq_len, :] + pos_embed = pos_embed.unsqueeze(0).expand(batch_size, -1, -1) + pos_embed = pos_embed.to(texts[0].device) + else: + pos_embed = self.position_enc[:, :seq_len, :] + pos_embed = pos_embed.expand(batch_size, -1, -1) + + all_embed = text_embed + pos_embed + + for layer in self.layers: + all_embed, enc_slf_attn = layer(all_embed, mask=mask, attn_mask=attn_mask) + + return all_embed diff --git a/mtts/models/fs2_model.py b/mtts/models/fs2_model.py new file mode 100644 index 0000000000000000000000000000000000000000..cf810726e99c4606aad6f24d32d6f891e93e626b --- /dev/null +++ b/mtts/models/fs2_model.py @@ -0,0 +1,135 @@ +from typing import List, Optional + +import torch +import torch.nn as nn +from torch import Tensor + +from mtts.models.decoder import Decoder +from mtts.models.encoder import FS2TransformerEncoder +from mtts.models.fs2_variance import VarianceAdaptor +from mtts.models.postnet import PostNet +from mtts.utils.logging import get_logger + +ENCODERS = [ + FS2TransformerEncoder, +] + +logger = get_logger(__file__) + + +def __read_vocab(file): + with open(file) as f: + lines = f.read().split('\n') + lines = [line for line in lines if len(line) > 0] + return lines + + +def _get_layer(emb_config: dict): # -> Optional[List[nn.Module],List[float]]: + logger.info(f'building embedding with config: {emb_config}') + if emb_config['enable']: + if emb_config['vocab'] is None: + vocab_size = emb_config['vocab_size'] + else: + vocab = __read_vocab(emb_config['vocab']) + vocab_size = len(vocab) + layer = nn.Embedding(vocab_size, emb_config['dim'], padding_idx=0) + return layer, emb_config['weight'] + else: + return None, None + + +def _build_embedding_layers(config): + layers = nn.ModuleList() + weights = [] + for c in ( + config['pinyin_embedding'], + config['hanzi_embedding'], + config['speaker_embedding'], + ): + + layer, weight = _get_layer(c) + if layer is not None: + layers.append(layer) + weights.append(weight) + + return layers, weights + + +def get_mask_from_lengths(lengths, max_len=None): + batch_size = lengths.shape[0] + if max_len is None: + max_len = torch.max(lengths).item() + ids = torch.arange(0, max_len).unsqueeze(0).expand(batch_size, -1).to(lengths.device) + mask = (ids >= lengths.unsqueeze(1).expand(-1, max_len)) + + return mask + + +class FastSpeech2(nn.Module): + """ FastSpeech2 """ + def __init__(self, config): + super(FastSpeech2, self).__init__() + + emb_layers, emb_weights = _build_embedding_layers(config) + + EncoderClass = eval(config['encoder']['encoder_type']) + assert EncoderClass in ENCODERS + encoder_conf = config['encoder']['conf'] + encoder_conf.update({'emb_layers': emb_layers}) + encoder_conf.update({'embeding_weights': emb_weights}) + self.encoder = EncoderClass(**encoder_conf) + + dur_config = config['duration_predictor'] + self.variance_adaptor = VarianceAdaptor(**dur_config) + + decoder_config = config['decoder'] + self.decoder = Decoder(**decoder_config) + + n_mels = config['fbank']['n_mels'] + mel_linear_input_dim = decoder_config['hidden_dim'] + self.mel_linear = nn.Linear(mel_linear_input_dim, n_mels) + self.postnet = PostNet(**config['postnet'], ) + + def forward(self, + input_seqs: List[Tensor], + seq_len: Tensor, + mel_len: Optional[Tensor] = None, + d_target: Optional[Tensor] = None, + max_src_len=None, + max_mel_len=None, + d_control=1.0, + p_control=1.0, + e_control=1.0): + src_mask = get_mask_from_lengths(seq_len, max_src_len) + + if mel_len is not None: + mel_mask = get_mask_from_lengths(mel_len, max_mel_len) + else: + mel_mask = None + + encoder_output = self.encoder(input_seqs, src_mask) + + if d_target is not None: + variance_adaptor_output, d_prediction, _, _ = self.variance_adaptor(encoder_output, src_mask, mel_mask, + d_target, max_mel_len, d_control) + else: + variance_adaptor_output, d_prediction, mel_len, mel_mask = self.variance_adaptor( + encoder_output, src_mask, mel_mask, d_target, max_mel_len, d_control) + + decoder_output = self.decoder(variance_adaptor_output, mel_mask) + + mel_pred = self.mel_linear(decoder_output) + postnet_input = torch.unsqueeze(mel_pred, 1) + postnet_output = self.postnet(postnet_input) + mel_pred + + return mel_pred, postnet_output, d_prediction, src_mask, mel_mask, mel_len + + +if __name__ == "__main__": + # Test + import yaml + with open('../../examples/aishell3/config.yaml') as f: + config = yaml.safe_load(f) + model = FastSpeech2(config) + print(model) + print(sum(param.numel() for param in model.parameters())) diff --git a/mtts/models/fs2_variance.py b/mtts/models/fs2_variance.py new file mode 100644 index 0000000000000000000000000000000000000000..da2196beea933f59ab440a6a5c84cd615b33d921 --- /dev/null +++ b/mtts/models/fs2_variance.py @@ -0,0 +1,189 @@ +from collections import OrderedDict +from typing import Optional + +import torch +import torch.nn as nn +import torch.nn.functional as F +from torch import Tensor + + +def get_mask_from_lengths(lengths, max_len=None): + batch_size = lengths.shape[0] + if max_len is None: + max_len = torch.max(lengths).item() + ids = torch.arange(0, max_len).unsqueeze(0).expand(batch_size, -1).to(lengths.device) + mask = (ids >= lengths.unsqueeze(1).expand(-1, max_len)) + + return mask + + +def pad(input_ele, mel_max_length=None): + if mel_max_length: + max_len = mel_max_length + else: + max_len = max([input_ele[i].size(0) for i in range(len(input_ele))]) + + out_list = list() + for i, batch in enumerate(input_ele): + if len(batch.shape) == 1: + one_batch_padded = F.pad(batch, (0, max_len - batch.size(0)), "constant", 0.0) + elif len(batch.shape) == 2: + one_batch_padded = F.pad(batch, (0, 0, 0, max_len - batch.size(0)), "constant", 0.0) + out_list.append(one_batch_padded) + out_padded = torch.stack(out_list) + return out_padded + + +# def clones(module, N): +# return nn.ModuleList([copy.deepcopy(module) for _ in range(N)]) + + +class Conv(nn.Module): + """ + Convolution Module + """ + def __init__(self, + in_channels: int, + out_channels: int, + kernel_size: int = 1, + stride: int = 1, + padding: int = 0, + dilation: int = 1, + bias: bool = True, + w_init: str = 'linear'): + """ + :param in_channels: dimension of input + :param out_channels: dimension of output + :param kernel_size: size of kernel + :param stride: size of stride + :param padding: size of padding + :param dilation: dilation rate + :param bias: boolean. if True, bias is included. + :param w_init: str. weight inits with xavier initialization. + """ + super(Conv, self).__init__() + + self.conv = nn.Conv1d(in_channels, + out_channels, + kernel_size=kernel_size, + stride=stride, + padding=padding, + dilation=dilation, + bias=bias) + + def forward(self, x): + x = x.contiguous().transpose(1, 2) + x = self.conv(x) + x = x.contiguous().transpose(1, 2) + + return x + + +class VarianceAdaptor(nn.Module): + """ Variance Adaptor """ + def __init__(self, + duration_mean: float, + input_dim: int = 256, + filter_size: int = 256, + kernel_size: int = 3, + dropout: float = 0.5): + super(VarianceAdaptor, self).__init__() + self.duration_predictor = VariancePredictor(input_dim, filter_size, kernel_size, dropout) + self.length_regulator = LengthRegulator() + self.duration_mean = duration_mean + + def forward(self, + x: Tensor, + src_mask: Tensor, + mel_mask: Optional[Tensor] = None, + duration_target: Optional[Tensor] = None, + max_len: Optional[int] = None, + d_control: float = 1.0): + + log_duration_prediction = self.duration_predictor(x, src_mask) + if duration_target is not None: + duration_rounded = torch.clamp(torch.round((duration_target + self.duration_mean) * d_control), min=0) + + x, mel_len = self.length_regulator(x, duration_rounded, max_len) + else: + # duration_rounded = torch.clamp( + # (torch.round(torch.exp(log_duration_prediction)-hp.log_offset)*d_control), min=0) + duration_rounded = torch.clamp(torch.round( + (log_duration_prediction.detach() + self.duration_mean) * d_control), + min=0) + # print('duration',duration_rounded) + + x, mel_len = self.length_regulator(x, duration_rounded, max_len) + mel_mask = get_mask_from_lengths(mel_len) + + return x, log_duration_prediction, mel_len, mel_mask + + +class LengthRegulator(nn.Module): + """ Length Regulator """ + def __init__(self): + super(LengthRegulator, self).__init__() + + def LR(self, x, duration, max_len): + output = list() + mel_len = list() + for batch, expand_target in zip(x, duration): + expanded = self.expand(batch, expand_target) + output.append(expanded) + mel_len.append(expanded.shape[0]) + + if max_len is not None: + output = pad(output, max_len) + else: + output = pad(output) + + return output, torch.LongTensor(mel_len).to(x.device) + + def expand(self, batch, predicted): + out = list() + + for i, vec in enumerate(batch): + expand_size = predicted[i].item() + out.append(vec.expand(int(expand_size), -1)) + out = torch.cat(out, 0) + + return out + + def forward(self, x, duration, max_len): + output, mel_len = self.LR(x, duration, max_len) + return output, mel_len + + +class VariancePredictor(nn.Module): + """ Duration, Pitch and Energy Predictor """ + def __init__(self, encoder_dim: int = 256, filter_size: int = 256, kernel_size: int = 3, dropout: float = 0.5): + super(VariancePredictor, self).__init__() + + self.input_size = encoder_dim + self.filter_size = filter_size + self.kernel = kernel_size + self.conv_output_size = filter_size + self.dropout = dropout + + self.conv_layer = nn.Sequential( + OrderedDict([("conv1d_1", + Conv(self.input_size, + self.filter_size, + kernel_size=self.kernel, + padding=(self.kernel - 1) // 2)), ("relu_1", nn.LeakyReLU()), + ("layer_norm_1", nn.LayerNorm(self.filter_size)), ("dropout_1", nn.Dropout(self.dropout)), + ("conv1d_2", Conv(self.filter_size, self.filter_size, kernel_size=self.kernel, padding=1)), + ("relu_2", nn.LeakyReLU()), ("layer_norm_2", nn.LayerNorm(self.filter_size)), + ("dropout_2", nn.Dropout(self.dropout))])) + + self.linear_layer = nn.Linear(self.conv_output_size, 1) + + def forward(self, encoder_output, mask): + out = self.conv_layer(encoder_output) + out = self.linear_layer(out) + out = out.squeeze(-1) + + if mask is not None: + out = out.masked_fill(mask, 0.) + + return out diff --git a/mtts/models/layers.py b/mtts/models/layers.py new file mode 100644 index 0000000000000000000000000000000000000000..8e941104edf25d2eb338123197ec56798c44de14 --- /dev/null +++ b/mtts/models/layers.py @@ -0,0 +1,170 @@ +from typing import Optional + +import numpy as np +import torch +import torch.nn as nn +import torch.nn.functional as F +from torch import Tensor + + +def get_sinusoid_encoding_table(n_position, d_hid, padding_idx=None): + ''' Sinusoid position encoding table ''' + def cal_angle(position, hid_idx): + return position / np.power(10000, 2 * (hid_idx // 2) / d_hid) + + def get_posi_angle_vec(position): + return [cal_angle(position, hid_j) for hid_j in range(d_hid)] + + sinusoid_table = np.array([get_posi_angle_vec(pos_i) for pos_i in range(n_position)]) + + sinusoid_table[:, 0::2] = np.sin(sinusoid_table[:, 0::2]) # dim 2i + sinusoid_table[:, 1::2] = np.cos(sinusoid_table[:, 1::2]) # dim 2i+1 + + if padding_idx is not None: + # zero vector for padding dimension + sinusoid_table[padding_idx] = 0. + + return torch.FloatTensor(sinusoid_table) + + +class ScaledDotProductAttention(nn.Module): + ''' Scaled Dot-Product Attention ''' + def __init__(self, temperature): + super().__init__() + self.temperature = temperature + self.softmax = nn.Softmax(dim=2) + + def forward(self, q, k, v, mask=None): + + attn = torch.bmm(q, k.transpose(1, 2)) + attn = attn / self.temperature + if mask is not None: + attn = attn.masked_fill(mask, -np.inf) + + attn = self.softmax(attn) + output = torch.bmm(attn, v) + + return output, attn + + +class MultiHeadAttention(nn.Module): + ''' Multi-Head Attention module ''' + def __init__(self, n_head, d_model, d_k, d_v, dropout=0.1): + super().__init__() + + self.n_head = n_head + self.d_k = d_k + self.d_v = d_v + + self.w_qs = nn.Linear(d_model, n_head * d_k) + self.w_ks = nn.Linear(d_model, n_head * d_k) + self.w_vs = nn.Linear(d_model, n_head * d_v) + + self.attention = ScaledDotProductAttention(temperature=np.power(d_k, 0.5)) + self.layer_norm = nn.LayerNorm(d_model) + + self.fc = nn.Linear(n_head * d_v, d_model) + + self.dropout = nn.Dropout(dropout) + + def forward(self, q: Tensor, k: Tensor, v: Tensor, mask: Optional[Tensor] = None): + + d_k, d_v, n_head = self.d_k, self.d_v, self.n_head + + sz_b, len_q, _ = q.size() + sz_b, len_k, _ = k.size() + sz_b, len_v, _ = v.size() + + residual = q + + q = self.w_qs(q).view(sz_b, len_q, n_head, d_k) + k = self.w_ks(k).view(sz_b, len_k, n_head, d_k) + v = self.w_vs(v).view(sz_b, len_v, n_head, d_v) + q = q.permute(2, 0, 1, 3).contiguous().view(-1, len_q, d_k) # (n*b) x lq x dk + k = k.permute(2, 0, 1, 3).contiguous().view(-1, len_k, d_k) # (n*b) x lk x dk + v = v.permute(2, 0, 1, 3).contiguous().view(-1, len_v, d_v) # (n*b) x lv x dv + + mask = mask.repeat(n_head, 1, 1).to(q.device) + output, attn = self.attention(q, k, v, mask=mask) + + output = output.view(n_head, sz_b, len_q, d_v) + output = output.permute(1, 2, 0, 3).contiguous().view(sz_b, len_q, -1) # b x lq x (n*dv) + + output = self.dropout(self.fc(output)) + output = self.layer_norm(output + residual) + + return output, attn + + +class PositionwiseFeedForward(nn.Module): + ''' A two-feed-forward-layer module ''' + def __init__(self, d_in: int, d_hid: int, kernel_size: int = 9, dropout: float = 0.1): + super().__init__() + + # Use Conv1D + # position-wise + self.w_1 = nn.Conv1d(d_in, d_hid, kernel_size=kernel_size, padding=(kernel_size - 1) // 2) + # position-wise + self.w_2 = nn.Conv1d(d_hid, d_in, kernel_size=1, padding=0) + + self.layer_norm = nn.LayerNorm(d_in) + self.dropout = nn.Dropout(dropout) + + def forward(self, x: Tensor): + residual = x + output = x.transpose(1, 2) + output = self.w_2(F.relu(self.w_1(output))) + output = output.transpose(1, 2) + output = self.dropout(output) + output = self.layer_norm(output + residual) + + return output + + +class FFTBlock(torch.nn.Module): + """FFT Block""" + def __init__(self, d_model: int, d_inner: int, n_head: int, d_k: int, d_v: int, dropout: float = 0.1): + super(FFTBlock, self).__init__() + + self.slf_attn = MultiHeadAttention(n_head, d_model, d_k, d_v, dropout=dropout) + self.pos_ffn = PositionwiseFeedForward(d_model, d_inner, dropout=dropout) + + def forward(self, enc_input: Tensor, mask: Optional[Tensor] = None, attn_mask: Optional[Tensor] = None): + + enc_output, enc_slf_attn = self.slf_attn(enc_input, enc_input, enc_input, mask=attn_mask) + enc_output = enc_output.masked_fill(mask.unsqueeze(-1), 0) + + enc_output = self.pos_ffn(enc_output) + enc_output = enc_output.masked_fill(mask.unsqueeze(-1), 0) + + return enc_output, enc_slf_attn + + +class ConvNorm(torch.nn.Module): + def __init__(self, + in_channels, + out_channels, + kernel_size=1, + stride=1, + padding=None, + dilation=1, + bias=True, + w_init_gain='linear'): + super(ConvNorm, self).__init__() + + if padding is None: + assert (kernel_size % 2 == 1) + padding = int(dilation * (kernel_size - 1) / 2) + + self.conv = torch.nn.Conv1d(in_channels, + out_channels, + kernel_size=kernel_size, + stride=stride, + padding=padding, + dilation=dilation, + bias=bias) + + def forward(self, signal): + conv_signal = self.conv(signal) + + return conv_signal diff --git a/mtts/models/postnet/__init__.py b/mtts/models/postnet/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..12002f9d82db1ebd1cc8e635f74d933c56fbcd97 --- /dev/null +++ b/mtts/models/postnet/__init__.py @@ -0,0 +1,3 @@ +from .postnet import PostNet +from .postnet_1d import PostNet1d +from .postnet_unet import PostUNet diff --git a/mtts/models/postnet/postnet.py b/mtts/models/postnet/postnet.py new file mode 100644 index 0000000000000000000000000000000000000000..61bcc78cc67c789da739399f145ca5df0652c053 --- /dev/null +++ b/mtts/models/postnet/postnet.py @@ -0,0 +1,22 @@ +import torch.nn as nn + +from .postnet_1d import PostNet1d +from .postnet_unet import PostUNet + +POSTNETS = [PostNet1d, PostUNet] + + +class PostNet(nn.Module): + """ + Interface class for postnets + """ + def __init__(self, postnet_type: str = 'PostUNet', **kwargs): + + super(PostNet, self).__init__() + PostNetClass = eval(postnet_type) + assert PostNetClass in POSTNETS + self.postnet = PostNetClass(**kwargs) + self.config = kwargs + + def forward(self, x, **kwargs): + return self.postnet(x, **kwargs) diff --git a/mtts/models/postnet/postnet_1d.py b/mtts/models/postnet/postnet_1d.py new file mode 100644 index 0000000000000000000000000000000000000000..88738537619d72bba749d83124b5195a54721d3e --- /dev/null +++ b/mtts/models/postnet/postnet_1d.py @@ -0,0 +1,56 @@ +import torch +import torch.nn as nn +import torch.nn.functional as F + +from ..layers import ConvNorm + + +class PostNet1d(nn.Module): + """ + PostNet: Five 1-d convolution with 512 channels and kernel size 5 + """ + def __init__(self, n_mel_channels=80, postnet_embedding_dim=512, postnet_kernel_size=7, postnet_n_convolutions=7): + + super(PostNet1d, self).__init__() + self.convolutions = nn.ModuleList() + + self.convolutions.append( + nn.Sequential( + ConvNorm(n_mel_channels, + postnet_embedding_dim, + kernel_size=postnet_kernel_size, + stride=1, + padding=int((postnet_kernel_size - 1) / 2), + dilation=1, + w_init_gain='tanh'), nn.InstanceNorm1d(postnet_embedding_dim))) + + for i in range(1, postnet_n_convolutions - 1): + self.convolutions.append( + nn.Sequential( + ConvNorm(postnet_embedding_dim, + postnet_embedding_dim, + kernel_size=postnet_kernel_size, + stride=1, + padding=int((postnet_kernel_size - 1) / 2), + dilation=1, + w_init_gain='tanh'), nn.InstanceNorm1d(postnet_embedding_dim))) + + self.convolutions.append( + nn.Sequential( + ConvNorm(postnet_embedding_dim, + n_mel_channels, + kernel_size=postnet_kernel_size, + stride=1, + padding=int((postnet_kernel_size - 1) / 2), + dilation=1, + w_init_gain='linear'), nn.InstanceNorm1d(n_mel_channels))) + + def forward(self, x): + x = x.contiguous().transpose(1, 2) + + for i in range(len(self.convolutions) - 1): + x = F.dropout(torch.tanh(self.convolutions[i](x)), 0.1, self.training) + x = F.dropout(self.convolutions[-1](x), 0.1, self.training) + + x = x.contiguous().transpose(1, 2) + return x diff --git a/mtts/models/postnet/postnet_unet.py b/mtts/models/postnet/postnet_unet.py new file mode 100644 index 0000000000000000000000000000000000000000..b58ba0b1b4efebdcac322c3fe23797c67296beee --- /dev/null +++ b/mtts/models/postnet/postnet_unet.py @@ -0,0 +1,117 @@ +import torch +import torch.nn as nn +import torch.nn.functional as F + + +class double_res_conv(nn.Module): + def __init__(self, in_ch, out_ch, bn=False): + super(double_res_conv, self).__init__() + self.conv1 = nn.Sequential( + nn.Conv2d(in_ch, out_ch, 3, padding=1), + nn.InstanceNorm2d(out_ch), + ) + self.conv2 = nn.Sequential( + nn.Conv2d(out_ch, out_ch, 3, padding=1), + nn.InstanceNorm2d(out_ch), + ) + + self.relu = nn.LeakyReLU(0.1) + + def forward(self, x): + + x1 = self.conv1(x) + x2 = self.conv2(x1) + x3 = self.relu(x2) + + return x3 + + +class inconv(nn.Module): + def __init__(self, in_ch, out_ch, bn=True): + super(inconv, self).__init__() + + self.conv = double_res_conv(in_ch, out_ch, bn) + + def forward(self, x): + + x = self.conv(x) + return x + + +class down(nn.Module): + def __init__(self, in_ch, out_ch, bn=True): + super(down, self).__init__() + self.mpconv = nn.Sequential(nn.AvgPool2d(2), double_res_conv(in_ch, out_ch, bn)) + + def forward(self, x): + x = self.mpconv(x) + return x + + +class up(nn.Module): + def __init__(self, in_ch, out_ch, bilinear=True, bn=True): + super(up, self).__init__() + + self.bilinear = bilinear + if not bilinear: + self.up = nn.ConvTranspose2d(in_ch // 2, in_ch // 2, 2, stride=2) + + self.conv = double_res_conv(in_ch, out_ch, bn) + + def forward(self, x1, x2): + if not self.bilinear: + x1 = self.up(x1) + else: + x1 = nn.functional.interpolate(x1, scale_factor=2, mode='bilinear', align_corners=True) + + diffY = x2.size()[2] - x1.size()[2] + diffX = x2.size()[3] - x1.size()[3] + + x1 = F.pad(x1, (diffX // 2, diffX - diffX // 2, diffY // 2, diffY - diffY // 2)) + + x = torch.cat([x2, x1], dim=1) + x = self.conv(x) + return x + + +class outconv(nn.Module): + def __init__(self, in_ch, out_ch): + super(outconv, self).__init__() + self.conv = nn.Conv2d(in_ch, out_ch, 1, padding=0) + + def forward(self, x): + x = self.conv(x) + + return x + + +class PostUNet(nn.Module): + def __init__(self, n_channels=1, scale=1): + super(PostUNet, self).__init__() + + self.inc = inconv(n_channels, 64 // scale) + self.down1 = down(64 // scale, 128 // scale) + self.down2 = down(128 // scale, 256 // scale) + self.down3 = down(256 // scale, 512 // scale) + self.down4 = down(512 // scale, 512 // scale) + + self.up1 = up(1024 // scale, 256 // scale) + self.up2 = up(512 // scale, 128 // scale) + self.up3 = up(256 // scale, 64 // scale) + self.up4 = up(128 // scale, 32 // scale) + + self.reduce = outconv(32 // scale, 1) + + def forward(self, x0): + x1 = self.inc(x0) + x2 = self.down1(x1) + x3 = self.down2(x2) + x4 = self.down3(x3) + x5 = self.down4(x4) + x = self.up1(x5, x4) + x = self.up2(x, x3) + x = self.up3(x, x2) + x = self.up4(x, x1) + x = self.reduce(x) + x = x[:, 0, :, :] + return x diff --git a/mtts/models/vocoder/VocGAN/LICENSE b/mtts/models/vocoder/VocGAN/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..3f82b2eeaefca49d233161dd6cab9688aaad576e --- /dev/null +++ b/mtts/models/vocoder/VocGAN/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Rishikesh + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/mtts/models/vocoder/VocGAN/README.md b/mtts/models/vocoder/VocGAN/README.md new file mode 100644 index 0000000000000000000000000000000000000000..fd90c2929c3532fd28acf5b3981723a45f2347bd --- /dev/null +++ b/mtts/models/vocoder/VocGAN/README.md @@ -0,0 +1,60 @@ +# Modified VocGAN +
+This repo implements modified version of [VocGAN: A High-Fidelity Real-time Vocoder with a Hierarchically-nested Adversarial Network](https://arxiv.org/abs/2007.15256) using Pytorch, for actual VocGAN checkout to `baseline` branch. I bit modify the VocGAN's generator and used Full-Band MelGAN's discriminator instead of VocGAN's discriminator, as in my research I found MelGAN's discriminator is very fast while training and enough powerful to train Generator to produce high fidelity voice whereas VocGAN Hierarchically-nested JCU discriminator is quite huge and extremely slows the training process. + +![](./assets/vocgan.JPG) + +Tested on Python 3.6 +```bash +pip install -r requirements.txt +``` + +## Prepare Dataset + +- Download dataset for training. This can be any wav files with sample rate 22050Hz. (e.g. LJSpeech was used in paper) +- preprocess: `python preprocess.py -c config/default.yaml -d [data's root path]` +- Edit configuration `yaml` file + +## Train & Tensorboard + +- `python trainer.py -c [config yaml file] -n [name of the run]` + - `cp config/default.yaml config/config.yaml` and then edit `config.yaml` + - Write down the root path of train/validation files to 2nd/3rd line. + +- `tensorboard --logdir logs/` + +## Notes +1) This repo implements modified VocGAN for faster training although for true VocGAN implementation please checkout `baseline` branch, In my testing I am available to generate High-Fidelity audio in real time from Modified VocGAN. +2) Training cost for `baseline` VocGAN's `Discriminator` is too high (2.8 sec/it on P100 with batch size 16) as compared to `Generator` (7.2 it/sec on P100 with batch size 16), so it's unfeasible for me to train this model for long time. +3) May be we can optimizer `baseline` VocGAN's Discriminator by downsampling the audio on pre-processing stage instead of Training stage (currently I used `torchaudio.transform.Resample` as layer for downsampling the audio), this step might be speed-up overall `Discriminator` training. +4) I trained `baseline` model for 300 epochs (with batch size 16) on LJSpeech, and quality of generated audio is similar to the MelGAN at same epoch on same dataset. Author recommend to train model till 3000 epochs which is not feasible at current training speed `(2.80 sec/it)`. +5) I am open for any suggestion and modification on this repo. + +## Inference + +- `python inference.py -p [checkpoint path] -i [input mel path]` + + +## Pretrained models +Two pretrained model are provided. Both pretrained models are trained using modified-VocGAN structure. +* [LJSpeech-1.1](https://keithito.com/LJ-Speech-Dataset/) (English, single-female speaker, trained for 4000 epochs) \[ [download](https://drive.google.com/file/d/1YCXTbPtVQ3aev7KsL0Cv0kZguEMKZuQp/view?usp=sharing) \] +* [KSS dataset](https://www.kaggle.com/bryanpark/korean-single-speaker-speech-dataset) (Korean, single-female speaker, trained for 4500 epochs) \[ [download](https://drive.google.com/file/d/1RIqMyj9vSCcGaRgAKrVB5Duvw22N6IXJ/view?usp=sharing) \] +* [VCTK](https://datashare.ed.ac.uk/handle/10283/3443) (English, multispeaker, trained for 3180 epochs) \[[download](https://drive.google.com/file/d/1nfD84ot7o3u2tFR7YkSp2vQWVnNJ-md_/view?usp=sharing)\] + +## Audio Samples +Using pretrained models, we can reconstruct audio samples. Visit [here](https://drive.google.com/drive/folders/1QRS9BOQeOXV1aJHdz0ccoKzgfXJFbIKm?usp=sharing) to listen. + + +## Results +[WIP] + +## References +- [VocGAN](https://arxiv.org/abs/2007.15256) +- [Multi-band MelGAN](https://arxiv.org/abs/2005.05106) +- [MelGAN](https://arxiv.org/abs/1910.06711) +- [Pytorch implementation of melgan](https://github.com/seungwonpark/melgan) +- [Official implementation of melgan](https://github.com/descriptinc/melgan-neurips) +- [Multi, Full-band melgan implementation](https://github.com/rishikksh20/melgan) +- [Nvidia's pre-processing](https://github.com/NVIDIA/tacotron2) +- [WaveRNN](https://github.com/fatchord/WaveRNN) + diff --git a/mtts/models/vocoder/VocGAN/__init__.py b/mtts/models/vocoder/VocGAN/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..3b6b2cf5cf1f12bbf151d43b41ccc594656dcd4b --- /dev/null +++ b/mtts/models/vocoder/VocGAN/__init__.py @@ -0,0 +1 @@ +from .vocgan import VocGan diff --git a/mtts/models/vocoder/VocGAN/assets/melgan.JPG b/mtts/models/vocoder/VocGAN/assets/melgan.JPG new file mode 100644 index 0000000000000000000000000000000000000000..089fd189b7f0db5581858a51f2b597a976f8bd6d Binary files /dev/null and b/mtts/models/vocoder/VocGAN/assets/melgan.JPG differ diff --git a/mtts/models/vocoder/VocGAN/assets/vocgan.JPG b/mtts/models/vocoder/VocGAN/assets/vocgan.JPG new file mode 100644 index 0000000000000000000000000000000000000000..41d45bc2c0b34b3ad2ebd34456866c1734c7a517 Binary files /dev/null and b/mtts/models/vocoder/VocGAN/assets/vocgan.JPG differ diff --git a/mtts/models/vocoder/VocGAN/config/default.yaml b/mtts/models/vocoder/VocGAN/config/default.yaml new file mode 100644 index 0000000000000000000000000000000000000000..ab31abea0867b7abf95ccb095fd2939501995866 --- /dev/null +++ b/mtts/models/vocoder/VocGAN/config/default.yaml @@ -0,0 +1,60 @@ +data: # root path of train/validation data (either relative/absoulte path is ok) + train: 'H:\Deepsync\backup\deepsync\LJSpeech-1.1\wavs' + validation: 'H:\Deepsync\backup\deepsync\LJSpeech-1.1\valid' + mel_path: 'H:\Deepsync\backup\fastspeech\data\mels' + eval_path: '' +--- +train: + rep_discriminator: 1 + discriminator_train_start_steps: 100000 + num_workers: 8 + batch_size: 16 + optimizer: 'adam' + adam: + lr: 0.0001 + beta1: 0.5 + beta2: 0.9 +--- +audio: + n_mel_channels: 80 + segment_length: 16000 + pad_short: 2000 + filter_length: 1024 + hop_length: 256 # WARNING: this can't be changed. + win_length: 1024 + sampling_rate: 22050 + mel_fmin: 0.0 + mel_fmax: 8000.0 +--- +model: + feat_match: 10.0 + lambda_adv: 1 + use_subband_stft_loss: False + feat_loss: False + out_channels: 1 + generator_ratio: [4, 4, 2, 2, 2, 2] # for 256 hop size and 22050 sample rate + mult: 256 + n_residual_layers: 4 + num_D : 3 + ndf : 16 + n_layers: 3 + downsampling_factor: 4 + disc_out: 512 + +stft_loss_params: + fft_sizes: [1024, 2048, 512] # List of FFT size for STFT-based loss. + hop_sizes: [120, 240, 50] # List of hop size for STFT-based loss + win_lengths: [600, 1200, 240] # List of window length for STFT-based loss. + window: "hann_window" # Window function for STFT-based loss +subband_stft_loss_params: + fft_sizes: [384, 683, 171] # List of FFT size for STFT-based loss. + hop_sizes: [30, 60, 10] # List of hop size for STFT-based loss + win_lengths: [150, 300, 60] # List of window length for STFT-based loss. + window: "hann_window" # Window function for STFT-based loss +--- +log: + summary_interval: 1 + validation_interval: 5 + save_interval: 20 + chkpt_dir: 'chkpt' + log_dir: 'logs' diff --git a/mtts/models/vocoder/VocGAN/datasets/dataloader.py b/mtts/models/vocoder/VocGAN/datasets/dataloader.py new file mode 100644 index 0000000000000000000000000000000000000000..445733cb33e951724a226f86f17eecc737154499 --- /dev/null +++ b/mtts/models/vocoder/VocGAN/datasets/dataloader.py @@ -0,0 +1,104 @@ +import os +import glob +import torch +import random +import numpy as np +from torch.utils.data import Dataset, DataLoader +import torchaudio +from utils.utils import read_wav_np + + +def create_dataloader(hp, args, train): + dataset = MelFromDisk(hp, args, train) + + if train: + return DataLoader(dataset=dataset, batch_size=hp.train.batch_size, shuffle=True, + num_workers=hp.train.num_workers, pin_memory=True, drop_last=True) + else: + return DataLoader(dataset=dataset, batch_size=1, shuffle=False, + num_workers=0, pin_memory=False, drop_last=False) + + +class MelFromDisk(Dataset): + def __init__(self, hp, args, train): + self.hp = hp + self.args = args + self.train = train + self.path = hp.data.train if train else hp.data.validation + self.wav_list = glob.glob(os.path.join(self.path, '**', '*.wav'), recursive=True) + #print("Wavs path :", self.path) + #print(self.hp.data.mel_path) + #print("Length of wavelist :", len(self.wav_list)) + self.mel_segment_length = hp.audio.segment_length // hp.audio.hop_length + 2 + self.mapping = [i for i in range(len(self.wav_list))] + + def __len__(self): + return len(self.wav_list) + + def __getitem__(self, idx): + + if self.train: + idx1 = idx + idx2 = self.mapping[idx1] + return self.my_getitem(idx1), self.my_getitem(idx2) + else: + return self.my_getitem(idx) + + def shuffle_mapping(self): + random.shuffle(self.mapping) + + def my_getitem(self, idx): + wavpath = self.wav_list[idx] + id = os.path.basename(wavpath).split(".")[0] + + mel_path = "{}/{}.npy".format(self.hp.data.mel_path, id) + + sr, audio = read_wav_np(wavpath) + if len(audio) < self.hp.audio.segment_length + self.hp.audio.pad_short: + audio = np.pad(audio, (0, self.hp.audio.segment_length + self.hp.audio.pad_short - len(audio)), \ + mode='constant', constant_values=0.0) + + audio = torch.from_numpy(audio).unsqueeze(0) + # mel = torch.load(melpath).squeeze(0) # # [num_mel, T] + + mel = torch.from_numpy(np.load(mel_path)) + + if self.train: + max_mel_start = mel.size(1) - self.mel_segment_length + mel_start = random.randint(0, max_mel_start) + mel_end = mel_start + self.mel_segment_length + mel = mel[:, mel_start:mel_end] + + audio_start = mel_start * self.hp.audio.hop_length + audio = audio[:, audio_start:audio_start+self.hp.audio.segment_length] + + audio = audio + (1/32768) * torch.randn_like(audio) + return mel, audio + + +def collate_fn(batch): + + sr = 22050 + # perform padding and conversion to tensor + mels_g = [x[0][0] for x in batch] + audio_g = [x[0][1] for x in batch] + + mels_g = torch.stack(mels_g) + audio_g = torch.stack(audio_g) + + sub_orig_1 = torchaudio.transforms.Resample(sr, (sr // 2))(audio_g) + sub_orig_2 = torchaudio.transforms.Resample(sr, (sr // 4))(audio_g) + sub_orig_3 = torchaudio.transforms.Resample(sr, (sr // 8))(audio_g) + sub_orig_4 = torchaudio.transforms.Resample(sr, (sr // 16))(audio_g) + + mels_d = [x[1][0] for x in batch] + audio_d = [x[1][1] for x in batch] + mels_d = torch.stack(mels_d) + audio_d = torch.stack(audio_d) + sub_orig_1_d = torchaudio.transforms.Resample(sr, (sr // 2))(audio_d) + sub_orig_2_d = torchaudio.transforms.Resample(sr, (sr // 4))(audio_d) + sub_orig_3_d = torchaudio.transforms.Resample(sr, (sr // 8))(audio_d) + sub_orig_4_d = torchaudio.transforms.Resample(sr, (sr // 16))(audio_d) + + return [mels_g, audio_g, sub_orig_1, sub_orig_2, sub_orig_3, sub_orig_4],\ + [mels_d, audio_d, sub_orig_1_d, sub_orig_2_d, sub_orig_3_d, sub_orig_4_d] \ No newline at end of file diff --git a/mtts/models/vocoder/VocGAN/denoiser.py b/mtts/models/vocoder/VocGAN/denoiser.py new file mode 100644 index 0000000000000000000000000000000000000000..0655a58dc073877d3d97f81599054607b63344b7 --- /dev/null +++ b/mtts/models/vocoder/VocGAN/denoiser.py @@ -0,0 +1,38 @@ +import sys +import torch +from .utils.stft import STFT + + +class Denoiser(torch.nn.Module): + """ Removes model bias from audio produced with waveglow """ + + def __init__(self, melgan, filter_length=1024, n_overlap=4, + win_length=1024, mode='zeros',device='cpu'): + super(Denoiser, self).__init__() + self.stft = STFT(filter_length=filter_length, + hop_length=int(filter_length/n_overlap), + win_length=win_length,device=device).to(device) + if mode == 'zeros': + mel_input = torch.zeros( + (1, 80, 88)).to(device) + elif mode == 'normal': + mel_input = torch.randn( + (1, 80, 88)).to(device) + else: + raise Exception("Mode {} if not supported".format(mode)) + + with torch.no_grad(): + bias_audio = melgan.inference(mel_input).float() # [B, 1, T] + + bias_spec, _ = self.stft.transform(bias_audio.squeeze(0)) + + self.register_buffer('bias_spec', bias_spec[:, :, 0][:, :, None]) + self.device = device + self.to(device) + + def forward(self, audio, strength=0.1): + audio_spec, audio_angles = self.stft.transform(audio.to(self.device).float()) + audio_spec_denoised = audio_spec.to(self.device) - self.bias_spec * strength + audio_spec_denoised = torch.clamp(audio_spec_denoised, 0.0) + audio_denoised = self.stft.inverse(audio_spec_denoised, audio_angles.to(self.device)) + return audio_denoised \ No newline at end of file diff --git a/mtts/models/vocoder/VocGAN/download_utils.py b/mtts/models/vocoder/VocGAN/download_utils.py new file mode 100644 index 0000000000000000000000000000000000000000..0bb08fdc6f7329876fb3ff19acd3263e0f119257 --- /dev/null +++ b/mtts/models/vocoder/VocGAN/download_utils.py @@ -0,0 +1,175 @@ +import hashlib +import logging +import os +import tarfile +import threading +import urllib +import urllib.request +import zipfile +from queue import Queue +from typing import Any, Iterable, List, Optional +import random + +import torch +from tqdm import tqdm + + +def stream_url(url: str, + start_byte: Optional[int] = None, + block_size: int = 32 * 1024, + progress_bar: bool = True) -> Iterable: + """Stream url by chunk + Args: + url (str): Url. + start_byte (int, optional): Start streaming at that point (Default: ``None``). + block_size (int, optional): Size of chunks to stream (Default: ``32 * 1024``). + progress_bar (bool, optional): Display a progress bar (Default: ``True``). + """ + + # If we already have the whole file, there is no need to download it again + req = urllib.request.Request(url, method="HEAD") + url_size = int(urllib.request.urlopen(req).info().get("Content-Length", -1)) + if url_size == start_byte: + return + + req = urllib.request.Request(url) + if start_byte: + req.headers["Range"] = "bytes={}-".format(start_byte) + + with urllib.request.urlopen(req) as upointer, tqdm( + unit="B", + unit_scale=True, + unit_divisor=1024, + total=url_size, + disable=not progress_bar, + ) as pbar: + + num_bytes = 0 + while True: + chunk = upointer.read(block_size) + if not chunk: + break + yield chunk + num_bytes += len(chunk) + pbar.update(len(chunk)) +def validate_file(file_obj: Any, hash_value: str, hash_type: str = "sha256") -> bool: + """Validate a given file object with its hash. + Args: + file_obj: File object to read from. + hash_value (str): Hash for url. + hash_type (str, optional): Hash type, among "sha256" and "md5" (Default: ``"sha256"``). + Returns: + bool: return True if its a valid file, else False. + """ + + if hash_type == "sha256": + hash_func = hashlib.sha256() + elif hash_type == "md5": + hash_func = hashlib.md5() + else: + raise ValueError + + while True: + # Read by chunk to avoid filling memory + chunk = file_obj.read(1024 ** 2) + if not chunk: + break + hash_func.update(chunk) + + return hash_func.hexdigest() == hash_value + + + +def download_url(url: str, + download_folder: str, + filename: Optional[str] = None, + hash_value: Optional[str] = None, + hash_type: str = "sha256", + progress_bar: bool = True, + resume: bool = False) -> None: + """Download file to disk. + Args: + url (str): Url. + download_folder (str): Folder to download file. + filename (str, optional): Name of downloaded file. If None, it is inferred from the url (Default: ``None``). + hash_value (str, optional): Hash for url (Default: ``None``). + hash_type (str, optional): Hash type, among "sha256" and "md5" (Default: ``"sha256"``). + progress_bar (bool, optional): Display a progress bar (Default: ``True``). + resume (bool, optional): Enable resuming download (Default: ``False``). + """ + + req = urllib.request.Request(url, method="HEAD") + req_info = urllib.request.urlopen(req).info() + + # Detect filename + filename = filename or req_info.get_filename() or os.path.basename(url) + filepath = os.path.join(download_folder, filename) + if resume and os.path.exists(filepath): + mode = "ab" + local_size: Optional[int] = os.path.getsize(filepath) + + elif not resume and os.path.exists(filepath): + raise RuntimeError( + "{} already exists. Delete the file manually and retry.".format(filepath) + ) + else: + mode = "wb" + local_size = None + + if hash_value and local_size == int(req_info.get("Content-Length", -1)): + with open(filepath, "rb") as file_obj: + if validate_file(file_obj, hash_value, hash_type): + return + raise RuntimeError( + "The hash of {} does not match. Delete the file manually and retry.".format( + filepath + ) + ) + + with open(filepath, mode) as fpointer: + for chunk in stream_url(url, start_byte=local_size, progress_bar=progress_bar): + fpointer.write(chunk) + + with open(filepath, "rb") as file_obj: + if hash_value and not validate_file(file_obj, hash_value, hash_type): + raise RuntimeError( + "The hash of {} does not match. Delete the file manually and retry.".format( + filepath + ) + ) + #return filepath + + +def download_checkpoint(): + url = 'https://zenodo.org/record/4625672/files/checkpoint_500000.pth' + os.makedirs('./checkpoint/',exist_ok=True) + return download_url(url,'./checkpoint/',resume=True,hash_value='14002c23879f6b5d0cd987f3c3e1a160',hash_type='md5') + +def download_waveglow(device): + + os.makedirs('./waveglow/',exist_ok=True) + + try: + waveglow = torch.hub.load('./waveglow/DeepLearningExamples-torchhub/', 'nvidia_waveglow',source='local') + except: + if random.randint(0,1)==0: + download_url('https://hub.fastgit.org/nvidia/DeepLearningExamples/archive/torchhub.zip','./waveglow', + hash_type='md5',hash_value='27ef24b9c4a2ce6c26f26998aee26f44', + resume=True) + else: + download_url('https://github.com/nvidia/DeepLearningExamples/archive/torchhub.zip','./waveglow', + hash_type='md5',hash_value='27ef24b9c4a2ce6c26f26998aee26f44', + resume=True) + os.system('unzip ./waveglow/DeepLearningExamples-torchhub.zip -d ./waveglow/') + waveglow = torch.hub.load('./waveglow/DeepLearningExamples-torchhub/', 'nvidia_waveglow',source='local') + + + + waveglow = waveglow.remove_weightnorm(waveglow) + waveglow.eval() + for m in waveglow.modules(): + if 'Conv' in str(type(m)): + setattr(m, 'padding_mode', 'zeros') + waveglow.to(device) + return waveglow +#download_url('https://github.com/nvidia/DeepLearningExamples/archive/torchhub.zip','./waveglow',resume=True) diff --git a/mtts/models/vocoder/VocGAN/export_torchscript.py b/mtts/models/vocoder/VocGAN/export_torchscript.py new file mode 100644 index 0000000000000000000000000000000000000000..d0710a9d8d21300cc6db05d21b0ae48ce0268fd8 --- /dev/null +++ b/mtts/models/vocoder/VocGAN/export_torchscript.py @@ -0,0 +1,63 @@ +import torch +import argparse +from scipy.io.wavfile import write +import numpy as np +from model.generator import ModifiedGenerator +from utils.hparams import HParam, load_hparam_str +from denoiser import Denoiser + +MAX_WAV_VALUE = 32768.0 + + +def main(args): + checkpoint = torch.load(args.checkpoint_path) + if args.config is not None: + hp = HParam(args.config) + else: + hp = load_hparam_str(checkpoint['hp_str']) + + model = ModifiedGenerator(hp.audio.n_mel_channels, hp.model.n_residual_layers, + ratios=hp.model.generator_ratio, mult = hp.model.mult, + out_band = hp.model.out_channels).cuda() + model.load_state_dict(checkpoint['model_g']) + model.eval(inference=True) + + with torch.no_grad(): + mel = torch.from_numpy(np.load(args.input)) + if len(mel.shape) == 2: + mel = mel.unsqueeze(0) + mel = mel.cuda() + zero = torch.full((1, 80, 10), -11.5129).to(mel.device) + mel = torch.cat((mel, zero), dim=2) + vocgan_trace = torch.jit.trace(model, mel) + vocgan_trace.save("{}/vocgan_ex_female_en_{}_{}.pt".format(args.out, checkpoint['githash'], checkpoint['epoch'])) + # audio = model(mel) + + # audio = audio.squeeze(0) # collapse all dimension except time axis + # if args.d: + # denoiser = Denoiser(model).cuda() + # audio = denoiser(audio, 0.01) + # audio = audio.squeeze() + # audio = audio[:-(hp.audio.hop_length*10)] + # audio = MAX_WAV_VALUE * audio + # audio = audio.clamp(min=-MAX_WAV_VALUE, max=MAX_WAV_VALUE-1) + # audio = audio.short() + # audio = audio.cpu().detach().numpy() + # + # out_path = args.input.replace('.npy', '_reconstructed_epoch%04d.wav' % checkpoint['epoch']) + # write(out_path, hp.audio.sampling_rate, audio) + + +if __name__ == '__main__': + parser = argparse.ArgumentParser() + parser.add_argument('-c', '--config', type=str, default=None, + help="yaml file for config. will use hp_str from checkpoint if not given.") + parser.add_argument('-p', '--checkpoint_path', type=str, required=True, + help="path of checkpoint pt file for evaluation") + parser.add_argument('-i', '--input', type=str, required=True, + help="directory of mel-spectrograms to invert into raw audio. ") + parser.add_argument('-o', '--out', type=str, required=True, + help="path of output pt file") + args = parser.parse_args() + + main(args) \ No newline at end of file diff --git a/mtts/models/vocoder/VocGAN/inference.py b/mtts/models/vocoder/VocGAN/inference.py new file mode 100644 index 0000000000000000000000000000000000000000..cfbe45e5dd7c1bc62a558470d61da688aa7c4030 --- /dev/null +++ b/mtts/models/vocoder/VocGAN/inference.py @@ -0,0 +1,61 @@ +import os +import glob +import tqdm +import torch +import argparse +from scipy.io.wavfile import write +import numpy as np +from model.generator import ModifiedGenerator +from utils.hparams import HParam, load_hparam_str +from denoiser import Denoiser + +MAX_WAV_VALUE = 32768.0 + + +def main(args): + checkpoint = torch.load(args.checkpoint_path) + if args.config is not None: + hp = HParam(args.config) + else: + hp = load_hparam_str(checkpoint['hp_str']) + + model = ModifiedGenerator(hp.audio.n_mel_channels, hp.model.n_residual_layers, + ratios=hp.model.generator_ratio, mult = hp.model.mult, + out_band = hp.model.out_channels).cuda() + model.load_state_dict(checkpoint['model_g']) + model.eval(inference=True) + + with torch.no_grad(): + mel = torch.from_numpy(np.load(args.input)) + if len(mel.shape) == 2: + mel = mel.unsqueeze(0) + mel = mel.cuda() + audio = model.inference(mel) + + audio = audio.squeeze(0) # collapse all dimension except time axis + if args.d: + denoiser = Denoiser(model).cuda() + audio = denoiser(audio, 0.01) + audio = audio.squeeze() + audio = audio[:-(hp.audio.hop_length*10)] + audio = MAX_WAV_VALUE * audio + audio = audio.clamp(min=-MAX_WAV_VALUE, max=MAX_WAV_VALUE-1) + audio = audio.short() + audio = audio.cpu().detach().numpy() + + out_path = args.input.replace('.npy', '_reconstructed_epoch%04d.wav' % checkpoint['epoch']) + write(out_path, hp.audio.sampling_rate, audio) + + +if __name__ == '__main__': + parser = argparse.ArgumentParser() + parser.add_argument('-c', '--config', type=str, default=None, + help="yaml file for config. will use hp_str from checkpoint if not given.") + parser.add_argument('-p', '--checkpoint_path', type=str, required=True, + help="path of checkpoint pt file for evaluation") + parser.add_argument('-i', '--input', type=str, required=True, + help="directory of mel-spectrograms to invert into raw audio. ") + parser.add_argument('-d', action='store_true', help="denoising ") + args = parser.parse_args() + + main(args) diff --git a/mtts/models/vocoder/VocGAN/model/discriminator.py b/mtts/models/vocoder/VocGAN/model/discriminator.py new file mode 100644 index 0000000000000000000000000000000000000000..1637cd2b73ed446a500e42aaaea8aeac25532d0d --- /dev/null +++ b/mtts/models/vocoder/VocGAN/model/discriminator.py @@ -0,0 +1,144 @@ +import torch +import torch.nn as nn + + +class Discriminator(nn.Module): + def __init__(self, ndf = 16, n_layers = 3, downsampling_factor = 4, disc_out = 512): + super(Discriminator, self).__init__() + discriminator = nn.ModuleDict() + discriminator["layer_0"] = nn.Sequential( + nn.ReflectionPad1d(7), + nn.utils.weight_norm(nn.Conv1d(1, ndf, kernel_size=15, stride=1)), + nn.LeakyReLU(0.2, True), + ) + + nf = ndf + stride = downsampling_factor + for n in range(1, n_layers + 1): + nf_prev = nf + nf = min(nf * stride, disc_out) + + discriminator["layer_%d" % n] = nn.Sequential( + nn.utils.weight_norm(nn.Conv1d( + nf_prev, + nf, + kernel_size=stride * 10 + 1, + stride=stride, + padding=stride * 5, + groups=nf_prev // 4, + )), + nn.LeakyReLU(0.2, True), + ) + nf = min(nf * 2, disc_out) + discriminator["layer_%d" % (n_layers + 1)] = nn.Sequential( + nn.utils.weight_norm(nn.Conv1d(nf, disc_out, kernel_size=5, stride=1, padding=2)), + nn.LeakyReLU(0.2, True), + ) + + discriminator["layer_%d" % (n_layers + 2)] = nn.utils.weight_norm(nn.Conv1d( + nf, 1, kernel_size=3, stride=1, padding=1 + )) + self.discriminator = discriminator + + def forward(self, x): + ''' + returns: (list of 6 features, discriminator score) + we directly predict score without last sigmoid function + since we're using Least Squares GAN (https://arxiv.org/abs/1611.04076) + ''' + features = list() + for key, module in self.discriminator.items(): + x = module(x) + features.append(x) + return features[:-1], features[-1] + +# JCU Discriminator +class JCU_Discriminator(nn.Module): + def __init__(self): + super(JCU_Discriminator, self).__init__() + self.mel_conv = nn.Sequential( + nn.ReflectionPad1d(3), + nn.utils.weight_norm(nn.Conv1d(80, 128, kernel_size=2, stride=1)), + nn.LeakyReLU(0.2, True), + ) + x_conv = [nn.ReflectionPad1d(7), + nn.utils.weight_norm(nn.Conv1d(1, 16, kernel_size=7, stride=1)), + nn.LeakyReLU(0.2, True), + ] + x_conv += [ + nn.utils.weight_norm(nn.Conv1d( + 16, + 64, + kernel_size=41, + stride=4, + padding=4 * 5, + groups=16 // 4, + ) + ), + nn.LeakyReLU(0.2), + ] + x_conv += [ + nn.utils.weight_norm(nn.Conv1d( + 64, + 128, + kernel_size=21, + stride=2, + padding=2 * 5, + groups=64 // 4, + ) + ), + nn.LeakyReLU(0.2), + ] + self.x_conv = nn.Sequential(*x_conv) + self.mel_conv2 = nn.Sequential( + nn.utils.weight_norm(nn.Conv1d(128, 128, kernel_size=5, stride=1, padding=2)), + nn.LeakyReLU(0.2, True), + ) + self.mel_conv3 = nn.utils.weight_norm(nn.Conv1d( + 128, 1, kernel_size=3, stride=1, padding=1 + )) + + self.x_conv2 = nn.Sequential( + nn.utils.weight_norm(nn.Conv1d(128, 128, kernel_size=5, stride=1, padding=2)), + nn.LeakyReLU(0.2, True), + ) + self.x_conv3 = nn.utils.weight_norm(nn.Conv1d( + 128, 1, kernel_size=3, stride=1, padding=1 + )) + + def forward(self, x, mel): + out = self.mel_conv(mel) + out1 = self.x_conv(x) + out = torch.cat([out, out1], dim=2) + out = self.mel_conv2(out) + cond_out = self.mel_conv3(out) + out1 = self.x_conv2(out1) + uncond_out = self.x_conv3(out1) + return uncond_out, cond_out + + +if __name__ == '__main__': + model = Discriminator() + ''' + Length of features : 5 + Length of score : 3 + torch.Size([3, 16, 25600]) + torch.Size([3, 64, 6400]) + torch.Size([3, 256, 1600]) + torch.Size([3, 512, 400]) + torch.Size([3, 512, 400]) + torch.Size([3, 1, 400]) -> score + ''' + + x = torch.randn(3, 1, 25600) + print(x.shape) + + features, score = model(x) + print("Length of features : ", len(features)) + print("Length of score : ", len(score)) + for feat in features: + print(feat.shape) + print(score.shape) + + pytorch_total_params = sum(p.numel() for p in model.parameters() if p.requires_grad) + print(pytorch_total_params) diff --git a/mtts/models/vocoder/VocGAN/model/generator.py b/mtts/models/vocoder/VocGAN/model/generator.py new file mode 100644 index 0000000000000000000000000000000000000000..459e27674b04afb2da1bbbe10b5af2188cc4b4af --- /dev/null +++ b/mtts/models/vocoder/VocGAN/model/generator.py @@ -0,0 +1,422 @@ +import torch +import torch.nn as nn +import torch.nn.functional as F +from ..utils.utils import weights_init +from .res_stack import ResStack +# from res_stack import ResStack + +MAX_WAV_VALUE = 32768.0 + + +class VOCGenerator(nn.Module): + def __init__(self, mel_channel, n_residual_layers, ratios=[4, 4, 2, 2, 2, 2], mult=256, out_band=1): + super(VOCGenerator, self).__init__() + self.mel_channel = mel_channel + + self.start = nn.Sequential( + nn.ReflectionPad1d(3), + nn.utils.weight_norm(nn.Conv1d(mel_channel, mult * 2, kernel_size=7, stride=1)) + ) + r = ratios[0] + self.upsample_1 = nn.Sequential( + nn.LeakyReLU(0.2), + nn.utils.weight_norm(nn.ConvTranspose1d(mult * 2, mult, + kernel_size=r * 2, stride=r, + padding=r // 2 + r % 2, + output_padding=r % 2) + ) + ) + self.res_stack_1 = nn.Sequential(*[ResStack(mult, dilation=3 ** j) for j in range(n_residual_layers)]) + + r = ratios[1] + mult = mult // 2 + self.upsample_2 = nn.Sequential( + nn.LeakyReLU(0.2), + nn.utils.weight_norm(nn.ConvTranspose1d(mult * 2, mult, + kernel_size=r * 2, stride=r, + padding=r // 2 + r % 2, + output_padding=r % 2) + ) + ) + self.res_stack_2 = nn.Sequential(*[ResStack(mult, dilation=3 ** j) for j in range(n_residual_layers)]) + + + self.sub_out_1 = nn.Sequential( + nn.LeakyReLU(0.2), + nn.ReflectionPad1d(3), + nn.utils.weight_norm(nn.Conv1d(mult, out_band, kernel_size=7, stride=1)), + nn.Tanh(), + ) + + r = ratios[2] + mult = mult // 2 + self.upsample_3 = nn.Sequential( + nn.LeakyReLU(0.2), + nn.utils.weight_norm(nn.ConvTranspose1d(mult * 2, mult, + kernel_size=r * 2, stride=r, + padding=r // 2 + r % 2, + output_padding=r % 2) + ) + ) + + self.skip_upsample_1 = nn.utils.weight_norm(nn.ConvTranspose1d(mel_channel, mult, + kernel_size=64, stride=32, + padding=16, + output_padding=0) + ) + self.res_stack_3 = nn.Sequential(*[ResStack(mult, dilation=3 ** j) for j in range(n_residual_layers)]) + + self.sub_out_2 = nn.Sequential( + nn.LeakyReLU(0.2), + nn.ReflectionPad1d(3), + nn.utils.weight_norm(nn.Conv1d(mult, out_band, kernel_size=7, stride=1)), + nn.Tanh(), + ) + + r = ratios[3] + mult = mult // 2 + self.upsample_4 = nn.Sequential( + nn.LeakyReLU(0.2), + nn.utils.weight_norm(nn.ConvTranspose1d(mult * 2, mult, + kernel_size=r * 2, stride=r, + padding=r // 2 + r % 2, + output_padding=r % 2) + ) + ) + + self.skip_upsample_2 = nn.utils.weight_norm(nn.ConvTranspose1d(mel_channel, mult, + kernel_size=128, stride=64, + padding=32, + output_padding=0) + ) + self.res_stack_4 = nn.Sequential(*[ResStack(mult, dilation=3 ** j) for j in range(n_residual_layers)]) + + self.sub_out_3 = nn.Sequential( + nn.LeakyReLU(0.2), + nn.ReflectionPad1d(3), + nn.utils.weight_norm(nn.Conv1d(mult, out_band, kernel_size=7, stride=1)), + nn.Tanh(), + ) + + r = ratios[4] + mult = mult // 2 + self.upsample_5 = nn.Sequential( + nn.LeakyReLU(0.2), + nn.utils.weight_norm(nn.ConvTranspose1d(mult * 2, mult, + kernel_size=r * 2, stride=r, + padding=r // 2 + r % 2, + output_padding=r % 2) + ) + ) + + self.skip_upsample_3 = nn.utils.weight_norm(nn.ConvTranspose1d(mel_channel, mult, + kernel_size=256, stride=128, + padding=64, + output_padding=0) + ) + self.res_stack_5 = nn.Sequential(*[ResStack(mult, dilation=3 ** j) for j in range(n_residual_layers)]) + + self.sub_out_4 = nn.Sequential( + nn.LeakyReLU(0.2), + nn.ReflectionPad1d(3), + nn.utils.weight_norm(nn.Conv1d(mult, out_band, kernel_size=7, stride=1)), + nn.Tanh(), + ) + + r = ratios[5] + mult = mult // 2 + self.upsample_6 = nn.Sequential( + nn.LeakyReLU(0.2), + nn.utils.weight_norm(nn.ConvTranspose1d(mult * 2, mult, + kernel_size=r * 2, stride=r, + padding=r // 2 + r % 2, + output_padding=r % 2) + ) + ) + + self.skip_upsample_4 = nn.utils.weight_norm(nn.ConvTranspose1d(mel_channel, mult, + kernel_size=512, stride=256, + padding=128, + output_padding=0) + ) + self.res_stack_6 = nn.Sequential(*[ResStack(mult, dilation=3 ** j) for j in range(n_residual_layers)]) + + self.out = nn.Sequential( + nn.LeakyReLU(0.2), + nn.ReflectionPad1d(3), + nn.utils.weight_norm(nn.Conv1d(mult, out_band, kernel_size=7, stride=1)), + nn.Tanh(), + ) + self.apply(weights_init) + + def forward(self, mel): + mel = (mel + 5.0) / 5.0 # roughly normalize spectrogram + # Mel Shape [B, num_mels, T] -> torch.Size([3, 80, 10]) + x = self.start(mel) # [B, dim*2, T] -> torch.Size([3, 512, 10]) + + x = self.upsample_1(x) + x = self.res_stack_1(x) # [B, dim, T*4] -> torch.Size([3, 256, 40]) + + x = self.upsample_2(x) + x = self.res_stack_2(x) # [B, dim/2, T*16] -> torch.Size([3, 128, 160]) + out1 = self.sub_out_1(x) # [B, 1, T*16] -> torch.Size([3, 1, 160]) + + x = self.upsample_3(x) + x = x + self.skip_upsample_1(mel) + x = self.res_stack_3(x) # [B, dim/4, T*32] -> torch.Size([3, 64, 320]) + out2 = self.sub_out_2(x) # [B, 1, T*32] -> torch.Size([3, 1, 320]) + + x = self.upsample_4(x) + x = x + self.skip_upsample_2(mel) + x = self.res_stack_4(x) # [B, dim/8, T*64] -> torch.Size([3, 32, 640]) + out3 = self.sub_out_3(x) # [B, 1, T*64] -> torch.Size([3, 1, 640]) + + x = self.upsample_5(x) + x = x + self.skip_upsample_3(mel) + x = self.res_stack_5(x) # [B, dim/16, T*128] -> torch.Size([3, 16, 1280]) + out4 = self.sub_out_4(x) # [B, 1, T*128] -> torch.Size([3, 1, 1280]) + + x = self.upsample_6(x) + x = x + self.skip_upsample_4(mel) + x = self.res_stack_6(x) # [B, dim/32, T*256] -> torch.Size([3, 8, 2560]) + + out = self.out(x) # [B, 1, T*256] -> torch.Size([3, 1, 2560]) + + return out1, out2, out3, out4, out + + def inference(self, mel): + hop_length = 256 + # pad input mel with zeros to cut artifact + # see https://github.com/seungwonpark/melgan/issues/8 + zero = torch.full((1, self.mel_channel, 10), -11.5129).to(mel.device) + mel = torch.cat((mel, zero), dim=2) + + _, _, _, _, audio = self.forward(mel) + return audio + + +class ModifiedGenerator(nn.Module): + def __init__(self, mel_channel, n_residual_layers, ratios=[4, 4, 2, 2, 2, 2], mult=256, out_band=1): + super(ModifiedGenerator, self).__init__() + self.mel_channel = mel_channel + + self.start = nn.Sequential( + nn.ReflectionPad1d(3), + nn.utils.weight_norm(nn.Conv1d(mel_channel, mult * 2, kernel_size=7, stride=1)) + ) + r = ratios[0] + self.upsample_1 = nn.Sequential( + nn.LeakyReLU(0.2), + nn.utils.weight_norm(nn.ConvTranspose1d(mult * 2, mult, + kernel_size=r * 2, stride=r, + padding=r // 2 + r % 2, + output_padding=r % 2) + ) + ) + self.res_stack_1 = nn.Sequential(*[ResStack(mult, dilation=3 ** j) for j in range(n_residual_layers)]) + + r = ratios[1] + mult = mult // 2 + self.upsample_2 = nn.Sequential( + nn.LeakyReLU(0.2), + nn.utils.weight_norm(nn.ConvTranspose1d(mult * 2, mult, + kernel_size=r * 2, stride=r, + padding=r // 2 + r % 2, + output_padding=r % 2) + ) + ) + self.res_stack_2 = nn.Sequential(*[ResStack(mult, dilation=3 ** j) for j in range(n_residual_layers)]) + + r = ratios[2] + mult = mult // 2 + self.upsample_3 = nn.Sequential( + nn.LeakyReLU(0.2), + nn.utils.weight_norm(nn.ConvTranspose1d(mult * 2, mult, + kernel_size=r * 2, stride=r, + padding=r // 2 + r % 2, + output_padding=r % 2) + ) + ) + + self.skip_upsample_1 = nn.utils.weight_norm(nn.ConvTranspose1d(mel_channel, mult, + kernel_size=64, stride=32, + padding=16, + output_padding=0) + ) + self.res_stack_3 = nn.Sequential(*[ResStack(mult, dilation=3 ** j) for j in range(n_residual_layers)]) + + + + r = ratios[3] + mult = mult // 2 + self.upsample_4 = nn.Sequential( + nn.LeakyReLU(0.2), + nn.utils.weight_norm(nn.ConvTranspose1d(mult * 2, mult, + kernel_size=r * 2, stride=r, + padding=r // 2 + r % 2, + output_padding=r % 2) + ) + ) + + self.skip_upsample_2 = nn.utils.weight_norm(nn.ConvTranspose1d(mel_channel, mult, + kernel_size=128, stride=64, + padding=32, + output_padding=0) + ) + self.res_stack_4 = nn.Sequential(*[ResStack(mult, dilation=3 ** j) for j in range(n_residual_layers)]) + + + r = ratios[4] + mult = mult // 2 + self.upsample_5 = nn.Sequential( + nn.LeakyReLU(0.2), + nn.utils.weight_norm(nn.ConvTranspose1d(mult * 2, mult, + kernel_size=r * 2, stride=r, + padding=r // 2 + r % 2, + output_padding=r % 2) + ) + ) + + self.skip_upsample_3 = nn.utils.weight_norm(nn.ConvTranspose1d(mel_channel, mult, + kernel_size=256, stride=128, + padding=64, + output_padding=0) + ) + self.res_stack_5 = nn.Sequential(*[ResStack(mult, dilation=3 ** j) for j in range(n_residual_layers)]) + + + r = ratios[5] + mult = mult // 2 + self.upsample_6 = nn.Sequential( + nn.LeakyReLU(0.2), + nn.utils.weight_norm(nn.ConvTranspose1d(mult * 2, mult, + kernel_size=r * 2, stride=r, + padding=r // 2 + r % 2, + output_padding=r % 2) + ) + ) + + self.skip_upsample_4 = nn.utils.weight_norm(nn.ConvTranspose1d(mel_channel, mult, + kernel_size=512, stride=256, + padding=128, + output_padding=0) + ) + self.res_stack_6 = nn.Sequential(*[ResStack(mult, dilation=3 ** j) for j in range(n_residual_layers)]) + + self.out = nn.Sequential( + nn.LeakyReLU(0.2), + nn.ReflectionPad1d(3), + nn.utils.weight_norm(nn.Conv1d(mult, out_band, kernel_size=7, stride=1)), + nn.Tanh(), + ) + self.apply(weights_init) + + def forward(self, mel): + mel = (mel + 5.0) / 5.0 # roughly normalize spectrogram + # Mel Shape [B, num_mels, T] -> torch.Size([3, 80, 10]) + x = self.start(mel) # [B, dim*2, T] -> torch.Size([3, 512, 10]) + + x = self.upsample_1(x) + x = self.res_stack_1(x) # [B, dim, T*4] -> torch.Size([3, 256, 40]) + + x = self.upsample_2(x) + x = self.res_stack_2(x) # [B, dim/2, T*16] -> torch.Size([3, 128, 160]) + # out1 = self.sub_out_1(x) # [B, 1, T*16] -> torch.Size([3, 1, 160]) + + x = self.upsample_3(x) + x = x + self.skip_upsample_1(mel) + x = self.res_stack_3(x) # [B, dim/4, T*32] -> torch.Size([3, 64, 320]) + # out2 = self.sub_out_2(x) # [B, 1, T*32] -> torch.Size([3, 1, 320]) + + x = self.upsample_4(x) + x = x + self.skip_upsample_2(mel) + x = self.res_stack_4(x) # [B, dim/8, T*64] -> torch.Size([3, 32, 640]) + # out3 = self.sub_out_3(x) # [B, 1, T*64] -> torch.Size([3, 1, 640]) + + x = self.upsample_5(x) + x = x + self.skip_upsample_3(mel) + x = self.res_stack_5(x) # [B, dim/16, T*128] -> torch.Size([3, 16, 1280]) + # out4 = self.sub_out_4(x) # [B, 1, T*128] -> torch.Size([3, 1, 1280]) + + x = self.upsample_6(x) + x = x + self.skip_upsample_4(mel) + x = self.res_stack_6(x) # [B, dim/32, T*256] -> torch.Size([3, 8, 2560]) + + out = self.out(x) # [B, 1, T*256] -> torch.Size([3, 1, 2560]) + + return out #out1, out2, out3, out4, out + + def eval(self, inference=False): + super(ModifiedGenerator, self).eval() + + # don't remove weight norm while validation in training loop + if inference: + self.remove_weight_norm() + + # def remove_weight_norm(self): + # for idx, layer in enumerate(self.generator): + # if len(layer.state_dict()) != 0: + # try: + # nn.utils.remove_weight_norm(layer) + # except: + # layer.remove_weight_norm() + + def remove_weight_norm(self): + """Remove weight normalization module from all of the layers.""" + + def _remove_weight_norm(m): + try: + torch.nn.utils.remove_weight_norm(m) + except ValueError: # this module didn't have weight norm + return + + self.apply(_remove_weight_norm) + + def apply_weight_norm(self): + """Apply weight normalization module from all of the layers.""" + + def _apply_weight_norm(m): + if isinstance(m, torch.nn.Conv1d) or isinstance(m, torch.nn.ConvTranspose1d): + torch.nn.utils.weight_norm(m) + + self.apply(_apply_weight_norm) + + + def inference(self, mel): + hop_length = 256 + # pad input mel with zeros to cut artifact + # see https://github.com/seungwonpark/melgan/issues/8 + zero = torch.full((1, self.mel_channel, 10), -11.5129).to(mel.device) + mel = torch.cat((mel, zero), dim=2) + + audio = self.forward(mel) + return audio + + + + +''' + to run this, fix + from . import ResStack + into + from res_stack import ResStack +''' +if __name__ == '__main__': + ''' + torch.Size([3, 80, 10]) + torch.Size([3, 1, 2560]) + 4715698 + ''' + model = VOCGenerator(80, 4) + + x = torch.randn(3, 80, 10) # (B, channels, T). + print(x.shape) + + out1, out2, out3, out4, out = model(x) # (B, 1, T ** prod(upsample_scales) + assert out.shape == torch.Size([3, 1, 2560]) # For normal melgan torch.Size([3, 1, 2560]) + assert out4.shape == torch.Size([3, 1, 1280]) + assert out3.shape == torch.Size([3, 1, 640]) + assert out2.shape == torch.Size([3, 1, 320]) + assert out1.shape == torch.Size([3, 1, 160]) + pytorch_total_params = sum(p.numel() for p in model.parameters() if p.requires_grad) + print(pytorch_total_params) \ No newline at end of file diff --git a/mtts/models/vocoder/VocGAN/model/hierarchical_discriminator.py b/mtts/models/vocoder/VocGAN/model/hierarchical_discriminator.py new file mode 100644 index 0000000000000000000000000000000000000000..f4d29c7cfacf4a7206ec3abcd91a9ee30d281e40 --- /dev/null +++ b/mtts/models/vocoder/VocGAN/model/hierarchical_discriminator.py @@ -0,0 +1,33 @@ +import torch +import torch.nn as nn +from utils.utils import weights_init +from model.discriminator import JCU_Discriminator +from model.multiscale import MultiScaleDiscriminator +import torchaudio + +class Heirarchical_JCU_Discriminator(nn.Module): + def __init__(self): + super(Heirarchical_JCU_Discriminator, self).__init__() + self.model = nn.ModuleDict() + self.downsample = nn.ModuleDict() + sr = 22050 + for i in range(4): + self.model[f"disc_{i}"] = JCU_Discriminator() + self.downsample[f"down_{i}"] = torchaudio.transforms.Resample(sr, (sr // 2**(i+1))) + + self.multiscale_discriminator = MultiScaleDiscriminator() + self.apply(weights_init) + + def forward(self, x, mel, sub_X = None): + results = [] + multi_scale_out = self.multiscale_discriminator(x, mel) # D0 + i = 0 + for (key, disc), (_, down_) in zip(self.model.items(), self.downsample.items()): + if sub_X is not None: + x_ = sub_X[i] + else: + with torch.no_grad(): + x_ = down_(x) + results.append(disc(x_, mel)) # [[uncond, cond], [uncond, cond], [uncond, cond], [uncond, cond]] + i = i + 1 + return results, multi_scale_out # [D1, D2, D3, D4], D0 -> [D01, D02, D03] , \ No newline at end of file diff --git a/mtts/models/vocoder/VocGAN/model/identity.py b/mtts/models/vocoder/VocGAN/model/identity.py new file mode 100644 index 0000000000000000000000000000000000000000..052b37eb9de6d97576c2caba77f42acd0b1a5df9 --- /dev/null +++ b/mtts/models/vocoder/VocGAN/model/identity.py @@ -0,0 +1,12 @@ +import torch +import torch.nn as nn +import torch.nn.functional as F + + +class Identity(nn.Module): + def __init__(self): + super(Identity, self).__init__() + + def forward(self, x): + return x + diff --git a/mtts/models/vocoder/VocGAN/model/multiscale.py b/mtts/models/vocoder/VocGAN/model/multiscale.py new file mode 100644 index 0000000000000000000000000000000000000000..a455f822b41a3f3f023f9d28883d4ec0e672f3f3 --- /dev/null +++ b/mtts/models/vocoder/VocGAN/model/multiscale.py @@ -0,0 +1,63 @@ +import torch +import torch.nn as nn +from utils.utils import weights_init +from model.discriminator import JCU_Discriminator, Discriminator + + +class MultiScaleDiscriminator(nn.Module): + def __init__(self, num_D = 3, ndf = 16, n_layers = 3, downsampling_factor = 4, disc_out = 512): + super().__init__() + self.model = nn.ModuleDict() + for i in range(num_D): + self.model[f"disc_{i}"] = Discriminator( + ndf, n_layers, downsampling_factor, disc_out + ) + + self.downsample = nn.AvgPool1d(downsampling_factor, stride=2, padding=1, count_include_pad=False) + self.apply(weights_init) + + def forward(self, x): + results = [] + for key, disc in self.model.items(): + results.append(disc(x)) + x = self.downsample(x) + return results + + + +class MultiScaleDiscriminatorJCU(nn.Module): + def __init__(self, num_D = 3, downsampling_factor = 4): + super(MultiScaleDiscriminator, self).__init__() + self.model = nn.ModuleDict() + for i in range(num_D): + self.model[f"disc_{i}"] = JCU_Discriminator() + + self.downsample = nn.AvgPool1d(downsampling_factor, stride=2, padding=1, count_include_pad=False) + + + def forward(self, x, mel): + results = [] + for key, disc in self.model.items(): + results.append(disc(x, mel)) # [[uncond, cond], [uncond, cond], [uncond, cond]] + x = self.downsample(x) + mel = self.downsample(mel) + return results # [D01, D02, D03] + + +if __name__ == '__main__': + model = MultiScaleDiscriminator() + + x = torch.randn(3, 1, 22050) + print(x.shape) + print(model) + + scores = model(x) + for (features, score) in scores: + print("Length of features : ", len(features)) + print("Length of score : ", len(score)) + for feat in features: + print(feat.shape) + print(score.shape) + + pytorch_total_params = sum(p.numel() for p in model.parameters() if p.requires_grad) + print(pytorch_total_params) \ No newline at end of file diff --git a/mtts/models/vocoder/VocGAN/model/res_stack.py b/mtts/models/vocoder/VocGAN/model/res_stack.py new file mode 100644 index 0000000000000000000000000000000000000000..fe0c703ae85856b7d33eb1b81fca20f55b72071d --- /dev/null +++ b/mtts/models/vocoder/VocGAN/model/res_stack.py @@ -0,0 +1,36 @@ +import torch +import torch.nn as nn +import torch.nn.functional as F +import numpy as np + + +class ResStack(nn.Module): + def __init__(self, channel, dilation=1): + super(ResStack, self).__init__() + + self.block = nn.Sequential( + nn.LeakyReLU(0.2), + nn.ReflectionPad1d(dilation), + nn.utils.weight_norm(nn.Conv1d(channel, channel, kernel_size=3, dilation=dilation)), + nn.LeakyReLU(0.2), + nn.utils.weight_norm(nn.Conv1d(channel, channel, kernel_size=1)), + ) + + + self.shortcut = nn.utils.weight_norm(nn.Conv1d(channel, channel, kernel_size=1)) + + + def forward(self, x): + return self.shortcut(x) + self.block(x) + + def remove_weight_norm(self): + nn.utils.remove_weight_norm(self.block[2]) + nn.utils.remove_weight_norm(self.block[4]) + nn.utils.remove_weight_norm(self.shortcut) + # def _remove_weight_norm(m): + # try: + # torch.nn.utils.remove_weight_norm(m) + # except ValueError: # this module didn't have weight norm + # return + # + # self.apply(_remove_weight_norm) diff --git a/mtts/models/vocoder/VocGAN/model/utils b/mtts/models/vocoder/VocGAN/model/utils new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/mtts/models/vocoder/VocGAN/preprocess.py b/mtts/models/vocoder/VocGAN/preprocess.py new file mode 100644 index 0000000000000000000000000000000000000000..6ce912878d9a3467ccfe5bc576824162a8c1ca05 --- /dev/null +++ b/mtts/models/vocoder/VocGAN/preprocess.py @@ -0,0 +1,54 @@ +import os +import glob +import tqdm +import torch +import argparse +import numpy as np +from utils.stft import TacotronSTFT +from utils.hparams import HParam +from utils.utils import read_wav_np + + +def main(hp, args): + stft = TacotronSTFT(filter_length=hp.audio.filter_length, + hop_length=hp.audio.hop_length, + win_length=hp.audio.win_length, + n_mel_channels=hp.audio.n_mel_channels, + sampling_rate=hp.audio.sampling_rate, + mel_fmin=hp.audio.mel_fmin, + mel_fmax=hp.audio.mel_fmax) + + wav_files = glob.glob(os.path.join(args.data_path, '**', '*.wav'), recursive=True) + mel_path = hp.data.mel_path + + # Create all folders + os.makedirs(mel_path, exist_ok=True) + for wavpath in tqdm.tqdm(wav_files, desc='preprocess wav to mel'): + sr, wav = read_wav_np(wavpath) + assert sr == hp.audio.sampling_rate, \ + "sample rate mismatch. expected %d, got %d at %s" % \ + (hp.audio.sampling_rate, sr, wavpath) + + if len(wav) < hp.audio.segment_length + hp.audio.pad_short: + wav = np.pad(wav, (0, hp.audio.segment_length + hp.audio.pad_short - len(wav)), \ + mode='constant', constant_values=0.0) + + wav = torch.from_numpy(wav).unsqueeze(0) + mel = stft.mel_spectrogram(wav) # mel [1, num_mel, T] + + mel = mel.squeeze(0) # [num_mel, T] + id = os.path.basename(wavpath).split(".")[0] + np.save('{}/{}.npy'.format(mel_path, id), mel.numpy(), allow_pickle=False) + #torch.save(mel, melpath) + + +if __name__ == '__main__': + parser = argparse.ArgumentParser() + parser.add_argument('-c', '--config', type=str, required=True, + help="yaml file for config.") + parser.add_argument('-d', '--data_path', type=str, required=True, + help="root directory of wav files") + args = parser.parse_args() + hp = HParam(args.config) + + main(hp, args) diff --git a/mtts/models/vocoder/VocGAN/requirements.txt b/mtts/models/vocoder/VocGAN/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..3118b610f732c8a41f227193a3193ade88679515 --- /dev/null +++ b/mtts/models/vocoder/VocGAN/requirements.txt @@ -0,0 +1,10 @@ +librosa +matplotlib +numpy +scipy +tensorboardX +torch==1.6.0 +tqdm +pillow +pyyaml +torchaudio==0.6.0 diff --git a/mtts/models/vocoder/VocGAN/trainer.py b/mtts/models/vocoder/VocGAN/trainer.py new file mode 100644 index 0000000000000000000000000000000000000000..40be436e797d7c9661ca65bc3c45558d5e507e6c --- /dev/null +++ b/mtts/models/vocoder/VocGAN/trainer.py @@ -0,0 +1,52 @@ +import os +import time +import logging +import argparse + +from utils.train import train +from utils.hparams import HParam +from utils.writer import MyWriter +from datasets.dataloader import create_dataloader + + +if __name__ == '__main__': + parser = argparse.ArgumentParser() + parser.add_argument('-c', '--config', type=str, required=True, + help="yaml file for configuration") + parser.add_argument('-p', '--checkpoint_path', type=str, default=None, + help="path of checkpoint pt file to resume training") + parser.add_argument('-n', '--name', type=str, required=True, + help="name of the model for logging, saving checkpoint") + args = parser.parse_args() + + hp = HParam(args.config) + with open(args.config, 'r') as f: + hp_str = ''.join(f.readlines()) + + pt_dir = os.path.join(hp.log.chkpt_dir, args.name) + log_dir = os.path.join(hp.log.log_dir, args.name) + os.makedirs(pt_dir, exist_ok=True) + os.makedirs(log_dir, exist_ok=True) + + logging.basicConfig( + level=logging.INFO, + format='%(asctime)s - %(levelname)s - %(message)s', + handlers=[ + logging.FileHandler(os.path.join(log_dir, + '%s-%d.log' % (args.name, time.time()))), + logging.StreamHandler() + ] + ) + logger = logging.getLogger() + + writer = MyWriter(hp, log_dir) + + assert hp.audio.hop_length == 256, \ + 'hp.audio.hop_length must be equal to 256, got %d' % hp.audio.hop_length + assert hp.data.train != '' and hp.data.validation != '', \ + 'hp.data.train and hp.data.validation can\'t be empty: please fix %s' % args.config + + trainloader = create_dataloader(hp, args, True) + valloader = create_dataloader(hp, args, False) + + train(args, pt_dir, args.checkpoint_path, trainloader, valloader, writer, logger, hp, hp_str) diff --git a/mtts/models/vocoder/VocGAN/utils/audio_processing.py b/mtts/models/vocoder/VocGAN/utils/audio_processing.py new file mode 100644 index 0000000000000000000000000000000000000000..b5af7f723eb8047bc58db2f85234aea161fbc659 --- /dev/null +++ b/mtts/models/vocoder/VocGAN/utils/audio_processing.py @@ -0,0 +1,93 @@ +import torch +import numpy as np +from scipy.signal import get_window +import librosa.util as librosa_util + + +def window_sumsquare(window, n_frames, hop_length=200, win_length=800, + n_fft=800, dtype=np.float32, norm=None): + """ + # from librosa 0.6 + Compute the sum-square envelope of a window function at a given hop length. + + This is used to estimate modulation effects induced by windowing + observations in short-time fourier transforms. + + Parameters + ---------- + window : string, tuple, number, callable, or list-like + Window specification, as in `get_window` + + n_frames : int > 0 + The number of analysis frames + + hop_length : int > 0 + The number of samples to advance between frames + + win_length : [optional] + The length of the window function. By default, this matches `n_fft`. + + n_fft : int > 0 + The length of each analysis frame. + + dtype : np.dtype + The data type of the output + + Returns + ------- + wss : np.ndarray, shape=`(n_fft + hop_length * (n_frames - 1))` + The sum-squared envelope of the window function + """ + if win_length is None: + win_length = n_fft + + n = n_fft + hop_length * (n_frames - 1) + x = np.zeros(n, dtype=dtype) + + # Compute the squared window at the desired length + win_sq = get_window(window, win_length, fftbins=True) + win_sq = librosa_util.normalize(win_sq, norm=norm)**2 + win_sq = librosa_util.pad_center(win_sq, n_fft) + + # Fill the envelope + for i in range(n_frames): + sample = i * hop_length + x[sample:min(n, sample + n_fft)] += win_sq[:max(0, min(n_fft, n - sample))] + return x + + +def griffin_lim(magnitudes, stft_fn, n_iters=30): + """ + PARAMS + ------ + magnitudes: spectrogram magnitudes + stft_fn: STFT class with transform (STFT) and inverse (ISTFT) methods + """ + + angles = np.angle(np.exp(2j * np.pi * np.random.rand(*magnitudes.size()))) + angles = angles.astype(np.float32) + angles = torch.autograd.Variable(torch.from_numpy(angles)) + signal = stft_fn.inverse(magnitudes, angles).squeeze(1) + + for i in range(n_iters): + _, angles = stft_fn.transform(signal) + signal = stft_fn.inverse(magnitudes, angles).squeeze(1) + return signal + + +def dynamic_range_compression(x, C=1, clip_val=1e-5): + """ + PARAMS + ------ + C: compression factor + """ + return torch.log(torch.clamp(x, min=clip_val) * C) + + +def dynamic_range_decompression(x, C=1): + """ + PARAMS + ------ + C: compression factor used to compress + """ + return torch.exp(x) / C diff --git a/mtts/models/vocoder/VocGAN/utils/hparams.py b/mtts/models/vocoder/VocGAN/utils/hparams.py new file mode 100644 index 0000000000000000000000000000000000000000..42308722bb36b21e792be51fe6514f7a15c82278 --- /dev/null +++ b/mtts/models/vocoder/VocGAN/utils/hparams.py @@ -0,0 +1,67 @@ +# modified from https://github.com/HarryVolek/PyTorch_Speaker_Verification + +import os +import yaml + + +def load_hparam_str(hp_str): + path = 'temp-restore.yaml' + with open(path, 'w') as f: + f.write(hp_str) + ret = HParam(path) + os.remove(path) + return ret + + +def load_hparam(filename): + stream = open(filename, 'r') + docs = yaml.load_all(stream, Loader=yaml.Loader) + hparam_dict = dict() + for doc in docs: + for k, v in doc.items(): + hparam_dict[k] = v + return hparam_dict + + +def merge_dict(user, default): + if isinstance(user, dict) and isinstance(default, dict): + for k, v in default.items(): + if k not in user: + user[k] = v + else: + user[k] = merge_dict(user[k], v) + return user + + +class Dotdict(dict): + """ + a dictionary that supports dot notation + as well as dictionary access notation + usage: d = DotDict() or d = DotDict({'val1':'first'}) + set attributes: d.val2 = 'second' or d['val2'] = 'second' + get attributes: d.val2 or d['val2'] + """ + __getattr__ = dict.__getitem__ + __setattr__ = dict.__setitem__ + __delattr__ = dict.__delitem__ + + def __init__(self, dct=None): + dct = dict() if not dct else dct + for key, value in dct.items(): + if hasattr(value, 'keys'): + value = Dotdict(value) + self[key] = value + + +class HParam(Dotdict): + + def __init__(self, file): + super(Dotdict, self).__init__() + hp_dict = load_hparam(file) + hp_dotdict = Dotdict(hp_dict) + for k, v in hp_dotdict.items(): + setattr(self, k, v) + + __getattr__ = Dotdict.__getitem__ + __setattr__ = Dotdict.__setitem__ + __delattr__ = Dotdict.__delitem__ diff --git a/mtts/models/vocoder/VocGAN/utils/plotting.py b/mtts/models/vocoder/VocGAN/utils/plotting.py new file mode 100644 index 0000000000000000000000000000000000000000..4967e534a7bfdbc10d4a90a0a4656822e15c07d1 --- /dev/null +++ b/mtts/models/vocoder/VocGAN/utils/plotting.py @@ -0,0 +1,53 @@ +import matplotlib +matplotlib.use("Agg") +import matplotlib.pylab as plt +import numpy as np +import glob + + +def save_figure_to_numpy(fig, spectrogram = False): + # save it to a numpy array. + data = np.fromstring(fig.canvas.tostring_rgb(), dtype=np.uint8, sep='') + data = data.reshape(fig.canvas.get_width_height()[::-1] + (3,)) + if spectrogram: + return data + data = np.transpose(data, (2, 0, 1)) + return data + + +def plot_waveform_to_numpy(waveform): + fig, ax = plt.subplots(figsize=(12, 3)) + ax.plot() + ax.plot(range(len(waveform)), waveform, + linewidth=0.1, alpha=0.7, color='blue') + + plt.xlabel("Samples") + plt.ylabel("Amplitude") + plt.ylim(-1, 1) + plt.tight_layout() + + fig.canvas.draw() + data = save_figure_to_numpy(fig) + plt.close() + return data + + +def plot_spectrogram_to_numpy(spectrogram): + fig, ax = plt.subplots(figsize=(12, 3)) + im = ax.imshow(spectrogram, aspect="auto", origin="lower", + interpolation='none') + plt.colorbar(im, ax=ax) + plt.xlabel("Frames") + plt.ylabel("Channels") + plt.tight_layout() + + fig.canvas.draw() + data = save_figure_to_numpy(fig, True) + plt.close() + return data + +def get_files(path, extension='.wav') : + filenames = [] + for filename in glob.iglob(f'{path}/*{extension}', recursive=True): + filenames += [filename] + return filenames diff --git a/mtts/models/vocoder/VocGAN/utils/pqmf.py b/mtts/models/vocoder/VocGAN/utils/pqmf.py new file mode 100644 index 0000000000000000000000000000000000000000..46cd1673bfc2c8d092f77ab2a26f3f6edc4073b7 --- /dev/null +++ b/mtts/models/vocoder/VocGAN/utils/pqmf.py @@ -0,0 +1,116 @@ +# -*- coding: utf-8 -*- + +# Copyright 2020 Tomoki Hayashi +# MIT License (https://opensource.org/licenses/MIT) + +"""Pseudo QMF modules.""" + +import numpy as np +import torch +import torch.nn.functional as F + +from scipy.signal import kaiser + + +def design_prototype_filter(taps=62, cutoff_ratio=0.15, beta=9.0): + """Design prototype filter for PQMF. + This method is based on `A Kaiser window approach for the design of prototype + filters of cosine modulated filterbanks`_. + Args: + taps (int): The number of filter taps. + cutoff_ratio (float): Cut-off frequency ratio. + beta (float): Beta coefficient for kaiser window. + Returns: + ndarray: Impluse response of prototype filter (taps + 1,). + .. _`A Kaiser window approach for the design of prototype filters of cosine modulated filterbanks`: + https://ieeexplore.ieee.org/abstract/document/681427 + """ + # check the arguments are valid + assert taps % 2 == 0, "The number of taps mush be even number." + assert 0.0 < cutoff_ratio < 1.0, "Cutoff ratio must be > 0.0 and < 1.0." + + # make initial filter + omega_c = np.pi * cutoff_ratio + with np.errstate(invalid='ignore'): + h_i = np.sin(omega_c * (np.arange(taps + 1) - 0.5 * taps)) \ + / (np.pi * (np.arange(taps + 1) - 0.5 * taps)) + h_i[taps // 2] = np.cos(0) * cutoff_ratio # fix nan due to indeterminate form + + # apply kaiser window + w = kaiser(taps + 1, beta) + h = h_i * w + + return h + + +class PQMF(torch.nn.Module): + """PQMF module. + This module is based on `Near-perfect-reconstruction pseudo-QMF banks`_. + .. _`Near-perfect-reconstruction pseudo-QMF banks`: + https://ieeexplore.ieee.org/document/258122 + """ + + def __init__(self, subbands=4, taps=62, cutoff_ratio=0.15, beta=9.0): + """Initilize PQMF module. + Args: + subbands (int): The number of subbands. + taps (int): The number of filter taps. + cutoff_ratio (float): Cut-off frequency ratio. + beta (float): Beta coefficient for kaiser window. + """ + super(PQMF, self).__init__() + + # define filter coefficient + h_proto = design_prototype_filter(taps, cutoff_ratio, beta) + h_analysis = np.zeros((subbands, len(h_proto))) + h_synthesis = np.zeros((subbands, len(h_proto))) + for k in range(subbands): + h_analysis[k] = 2 * h_proto * np.cos( + (2 * k + 1) * (np.pi / (2 * subbands)) * + (np.arange(taps + 1) - ((taps - 1) / 2)) + + (-1) ** k * np.pi / 4) + h_synthesis[k] = 2 * h_proto * np.cos( + (2 * k + 1) * (np.pi / (2 * subbands)) * + (np.arange(taps + 1) - ((taps - 1) / 2)) - + (-1) ** k * np.pi / 4) + + # convert to tensor + analysis_filter = torch.from_numpy(h_analysis).float().unsqueeze(1).cuda() + synthesis_filter = torch.from_numpy(h_synthesis).float().unsqueeze(0).cuda() + + # register coefficients as beffer + self.register_buffer("analysis_filter", analysis_filter) + self.register_buffer("synthesis_filter", synthesis_filter) + + # filter for downsampling & upsampling + updown_filter = torch.zeros((subbands, subbands, subbands)).float().cuda() + for k in range(subbands): + updown_filter[k, k, 0] = 1.0 + self.register_buffer("updown_filter", updown_filter) + self.subbands = subbands + + # keep padding info + self.pad_fn = torch.nn.ConstantPad1d(taps // 2, 0.0) + + def analysis(self, x): + """Analysis with PQMF. + Args: + x (Tensor): Input tensor (B, 1, T). + Returns: + Tensor: Output tensor (B, subbands, T // subbands). + """ + x = F.conv1d(self.pad_fn(x), self.analysis_filter) + return F.conv1d(x, self.updown_filter, stride=self.subbands) + + def synthesis(self, x): + """Synthesis with PQMF. + Args: + x (Tensor): Input tensor (B, subbands, T // subbands). + Returns: + Tensor: Output tensor (B, 1, T). + """ + # NOTE(kan-bayashi): Power will be dreased so here multipy by # subbands. + # Not sure this is the correct way, it is better to check again. + # TODO(kan-bayashi): Understand the reconstruction procedure + x = F.conv_transpose1d(x, self.updown_filter * self.subbands, stride=self.subbands) + return F.conv1d(self.pad_fn(x), self.synthesis_filter) \ No newline at end of file diff --git a/mtts/models/vocoder/VocGAN/utils/stft.py b/mtts/models/vocoder/VocGAN/utils/stft.py new file mode 100644 index 0000000000000000000000000000000000000000..048d44272f3c6df0d98ef79282bb05412e465c99 --- /dev/null +++ b/mtts/models/vocoder/VocGAN/utils/stft.py @@ -0,0 +1,187 @@ +""" +BSD 3-Clause License + +Copyright (c) 2017, Prem Seetharaman +All rights reserved. + +* Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, this + list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +* Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +""" + +import torch +import numpy as np +import torch.nn.functional as F +from torch.autograd import Variable +from scipy.signal import get_window +from librosa.util import pad_center, tiny +from .audio_processing import window_sumsquare, dynamic_range_compression, dynamic_range_decompression +from librosa.filters import mel as librosa_mel_fn + + +class STFT(torch.nn.Module): + """adapted from Prem Seetharaman's https://github.com/pseeth/pytorch-stft""" + def __init__(self, filter_length=800, hop_length=200, win_length=800, + window='hann',device='cuda:0'): + super(STFT, self).__init__() + + self.filter_length = filter_length + self.hop_length = hop_length + self.win_length = win_length + self.window = window + self.forward_transform = None + scale = self.filter_length / self.hop_length + fourier_basis = np.fft.fft(np.eye(self.filter_length)) + + cutoff = int((self.filter_length / 2 + 1)) + fourier_basis = np.vstack([np.real(fourier_basis[:cutoff, :]), + np.imag(fourier_basis[:cutoff, :])]) + + forward_basis = torch.FloatTensor(fourier_basis[:, None, :]) + inverse_basis = torch.FloatTensor( + np.linalg.pinv(scale * fourier_basis).T[:, None, :]) + + if window is not None: + assert(filter_length >= win_length) + # get window and zero center pad it to filter_length + fft_window = get_window(window, win_length, fftbins=True) + fft_window = pad_center(fft_window, filter_length) + fft_window = torch.from_numpy(fft_window).float() + + # window the bases + forward_basis *= fft_window + inverse_basis *= fft_window + + self.register_buffer('forward_basis', forward_basis.float()) + self.register_buffer('inverse_basis', inverse_basis.float()) + + self.device = device + + def transform(self, input_data): + num_batches = input_data.size(0) + num_samples = input_data.size(1) + + self.num_samples = num_samples + + # similar to librosa, reflect-pad the input + input_data = input_data.view(num_batches, 1, num_samples) + input_data = F.pad( + input_data.unsqueeze(1), + (int(self.filter_length / 2), int(self.filter_length / 2), 0, 0), + mode='reflect') + input_data = input_data.squeeze(1) + + # https://github.com/NVIDIA/tacotron2/issues/125 + forward_transform = F.conv1d( + input_data.to(self.device), + Variable(self.forward_basis, requires_grad=False).to(self.device), + stride=self.hop_length, + padding=0).cpu() + + cutoff = int((self.filter_length / 2) + 1) + real_part = forward_transform[:, :cutoff, :] + imag_part = forward_transform[:, cutoff:, :] + + magnitude = torch.sqrt(real_part**2 + imag_part**2) + phase = torch.autograd.Variable( + torch.atan2(imag_part.data, real_part.data)) + + return magnitude, phase + + def inverse(self, magnitude, phase): + recombine_magnitude_phase = torch.cat( + [magnitude*torch.cos(phase), magnitude*torch.sin(phase)], dim=1) + + inverse_transform = F.conv_transpose1d( + recombine_magnitude_phase, + Variable(self.inverse_basis, requires_grad=False), + stride=self.hop_length, + padding=0) + + if self.window is not None: + window_sum = window_sumsquare( + self.window, magnitude.size(-1), hop_length=self.hop_length, + win_length=self.win_length, n_fft=self.filter_length, + dtype=np.float32) + # remove modulation effects + approx_nonzero_indices = torch.from_numpy( + np.where(window_sum > tiny(window_sum))[0]) + window_sum = torch.autograd.Variable( + torch.from_numpy(window_sum), requires_grad=False) + window_sum = window_sum.to(self.device) if magnitude.is_cuda else window_sum + inverse_transform[:, :, approx_nonzero_indices] /= window_sum[approx_nonzero_indices] + + # scale by hop ratio + inverse_transform *= float(self.filter_length) / self.hop_length + + inverse_transform = inverse_transform[:, :, int(self.filter_length/2):] + inverse_transform = inverse_transform[:, :, :-int(self.filter_length/2):] + + return inverse_transform + + def forward(self, input_data): + self.magnitude, self.phase = self.transform(input_data) + reconstruction = self.inverse(self.magnitude, self.phase) + return reconstruction + + +class TacotronSTFT(torch.nn.Module): + def __init__(self, filter_length=1024, hop_length=256, win_length=1024, + n_mel_channels=80, sampling_rate=22050, mel_fmin=0.0, + mel_fmax=None): + super(TacotronSTFT, self).__init__() + self.n_mel_channels = n_mel_channels + self.sampling_rate = sampling_rate + self.stft_fn = STFT(filter_length, hop_length, win_length) + mel_basis = librosa_mel_fn( + sampling_rate, filter_length, n_mel_channels, mel_fmin, mel_fmax) + mel_basis = torch.from_numpy(mel_basis).float() + self.register_buffer('mel_basis', mel_basis) + + def spectral_normalize(self, magnitudes): + output = dynamic_range_compression(magnitudes) + return output + + def spectral_de_normalize(self, magnitudes): + output = dynamic_range_decompression(magnitudes) + return output + + def mel_spectrogram(self, y): + """Computes mel-spectrograms from a batch of waves + PARAMS + ------ + y: Variable(torch.FloatTensor) with shape (B, T) in range [-1, 1] + + RETURNS + ------- + mel_output: torch.FloatTensor of shape (B, n_mel_channels, T) + """ + assert(torch.min(y.data) >= -1) + assert(torch.max(y.data) <= 1) + + magnitudes, phases = self.stft_fn.transform(y) + magnitudes = magnitudes.data + mel_output = torch.matmul(self.mel_basis, magnitudes) + mel_output = self.spectral_normalize(mel_output) + return mel_output diff --git a/mtts/models/vocoder/VocGAN/utils/stft_loss.py b/mtts/models/vocoder/VocGAN/utils/stft_loss.py new file mode 100644 index 0000000000000000000000000000000000000000..6a87205988d00b820a9737bff45759d412bbc88a --- /dev/null +++ b/mtts/models/vocoder/VocGAN/utils/stft_loss.py @@ -0,0 +1,136 @@ +# -*- coding: utf-8 -*- + +# Copyright 2019 Tomoki Hayashi +# MIT License (https://opensource.org/licenses/MIT) + +"""STFT-based Loss modules.""" + +import torch +import torch.nn.functional as F + + +def stft(x, fft_size, hop_size, win_length, window): + """Perform STFT and convert to magnitude spectrogram. + Args: + x (Tensor): Input signal tensor (B, T). + fft_size (int): FFT size. + hop_size (int): Hop size. + win_length (int): Window length. + window (str): Window function type. + Returns: + Tensor: Magnitude spectrogram (B, #frames, fft_size // 2 + 1). + """ + x_stft = torch.stft(x, fft_size, hop_size, win_length, window) + real = x_stft[..., 0] + imag = x_stft[..., 1] + + # NOTE(kan-bayashi): clamp is needed to avoid nan or inf + return torch.sqrt(torch.clamp(real ** 2 + imag ** 2, min=1e-7)).transpose(2, 1) + + +class SpectralConvergengeLoss(torch.nn.Module): + """Spectral convergence loss module.""" + + def __init__(self): + """Initilize spectral convergence loss module.""" + super(SpectralConvergengeLoss, self).__init__() + + def forward(self, x_mag, y_mag): + """Calculate forward propagation. + Args: + x_mag (Tensor): Magnitude spectrogram of predicted signal (B, #frames, #freq_bins). + y_mag (Tensor): Magnitude spectrogram of groundtruth signal (B, #frames, #freq_bins). + Returns: + Tensor: Spectral convergence loss value. + """ + return torch.norm(y_mag - x_mag, p="fro") / torch.norm(y_mag, p="fro") + + +class LogSTFTMagnitudeLoss(torch.nn.Module): + """Log STFT magnitude loss module.""" + + def __init__(self): + """Initilize los STFT magnitude loss module.""" + super(LogSTFTMagnitudeLoss, self).__init__() + + def forward(self, x_mag, y_mag): + """Calculate forward propagation. + Args: + x_mag (Tensor): Magnitude spectrogram of predicted signal (B, #frames, #freq_bins). + y_mag (Tensor): Magnitude spectrogram of groundtruth signal (B, #frames, #freq_bins). + Returns: + Tensor: Log STFT magnitude loss value. + """ + return F.l1_loss(torch.log(y_mag), torch.log(x_mag)) + + +class STFTLoss(torch.nn.Module): + """STFT loss module.""" + + def __init__(self, fft_size=1024, shift_size=120, win_length=600, window="hann_window"): + """Initialize STFT loss module.""" + super(STFTLoss, self).__init__() + self.fft_size = fft_size + self.shift_size = shift_size + self.win_length = win_length + self.window = getattr(torch, window)(win_length) + self.spectral_convergenge_loss = SpectralConvergengeLoss() + self.log_stft_magnitude_loss = LogSTFTMagnitudeLoss() + + def forward(self, x, y): + """Calculate forward propagation. + Args: + x (Tensor): Predicted signal (B, T). + y (Tensor): Groundtruth signal (B, T). + Returns: + Tensor: Spectral convergence loss value. + Tensor: Log STFT magnitude loss value. + """ + x_mag = stft(x, self.fft_size, self.shift_size, self.win_length, self.window.to(x.get_device())) + y_mag = stft(y, self.fft_size, self.shift_size, self.win_length, self.window.to(x.get_device())) + sc_loss = self.spectral_convergenge_loss(x_mag, y_mag) + mag_loss = self.log_stft_magnitude_loss(x_mag, y_mag) + + return sc_loss, mag_loss + + +class MultiResolutionSTFTLoss(torch.nn.Module): + """Multi resolution STFT loss module.""" + + def __init__(self, + fft_sizes=[1024, 2048, 512], + hop_sizes=[120, 240, 50], + win_lengths=[600, 1200, 240], + window="hann_window"): + """Initialize Multi resolution STFT loss module. + Args: + fft_sizes (list): List of FFT sizes. + hop_sizes (list): List of hop sizes. + win_lengths (list): List of window lengths. + window (str): Window function type. + """ + super(MultiResolutionSTFTLoss, self).__init__() + assert len(fft_sizes) == len(hop_sizes) == len(win_lengths) + self.stft_losses = torch.nn.ModuleList() + for fs, ss, wl in zip(fft_sizes, hop_sizes, win_lengths): + self.stft_losses += [STFTLoss(fs, ss, wl, window)] + + def forward(self, x, y): + """Calculate forward propagation. + Args: + x (Tensor): Predicted signal (B, T). + y (Tensor): Groundtruth signal (B, T). + Returns: + Tensor: Multi resolution spectral convergence loss value. + Tensor: Multi resolution log STFT magnitude loss value. + """ + sc_loss = 0.0 + mag_loss = 0.0 + for f in self.stft_losses: + sc_l, mag_l = f(x, y) + sc_loss += sc_l + mag_loss += mag_l + sc_loss /= len(self.stft_losses) + mag_loss /= len(self.stft_losses) + + return sc_loss, mag_loss diff --git a/mtts/models/vocoder/VocGAN/utils/train.py b/mtts/models/vocoder/VocGAN/utils/train.py new file mode 100644 index 0000000000000000000000000000000000000000..3d02b314979fcc27dbc9d0d718a2d039cb03657d --- /dev/null +++ b/mtts/models/vocoder/VocGAN/utils/train.py @@ -0,0 +1,185 @@ +import os +import math +import tqdm +import torch +import itertools +import traceback +import numpy as np +from model.generator import ModifiedGenerator +from model.multiscale import MultiScaleDiscriminator +from .utils import get_commit_hash +from .validation import validate +from utils.stft_loss import MultiResolutionSTFTLoss + +def num_params(model, print_out=True): + parameters = filter(lambda p: p.requires_grad, model.parameters()) + parameters = sum([np.prod(p.size()) for p in parameters]) / 1_000_000 + if print_out: + print('Trainable Parameters: %.3fM' % parameters) + +def train(args, pt_dir, chkpt_path, trainloader, valloader, writer, logger, hp, hp_str): + model_g = ModifiedGenerator(hp.audio.n_mel_channels, hp.model.n_residual_layers, + ratios=hp.model.generator_ratio, mult = hp.model.mult, + out_band = hp.model.out_channels).cuda() + print("Generator : \n") + num_params(model_g) + model_d = MultiScaleDiscriminator().cuda() + print("Discriminator : \n") + num_params(model_d) + optim_g = torch.optim.Adam(model_g.parameters(), + lr=hp.train.adam.lr, betas=(hp.train.adam.beta1, hp.train.adam.beta2)) + optim_d = torch.optim.Adam(model_d.parameters(), + lr=hp.train.adam.lr, betas=(hp.train.adam.beta1, hp.train.adam.beta2)) + + githash = get_commit_hash() + + + init_epoch = -1 + step = 0 + + if chkpt_path is not None: + logger.info("Resuming from checkpoint: %s" % chkpt_path) + checkpoint = torch.load(chkpt_path) + model_g.load_state_dict(checkpoint['model_g']) + model_d.load_state_dict(checkpoint['model_d']) + optim_g.load_state_dict(checkpoint['optim_g']) + optim_d.load_state_dict(checkpoint['optim_d']) + step = checkpoint['step'] + init_epoch = checkpoint['epoch'] + + if hp_str != checkpoint['hp_str']: + logger.warning("New hparams is different from checkpoint. Will use new.") + + if githash != checkpoint['githash']: + logger.warning("Code might be different: git hash is different.") + logger.warning("%s -> %s" % (checkpoint['githash'], githash)) + + else: + logger.info("Starting new training run.") + + # this accelerates training when the size of minibatch is always consistent. + # if not consistent, it'll horribly slow down. + torch.backends.cudnn.benchmark = True + + try: + model_g.train() + model_d.train() + stft_loss = MultiResolutionSTFTLoss() + criterion = torch.nn.MSELoss().cuda() + + for epoch in itertools.count(init_epoch+1): + if epoch % hp.log.validation_interval == 0: + with torch.no_grad(): + validate(hp, args, model_g, model_d, valloader, stft_loss, criterion, writer, step) + + trainloader.dataset.shuffle_mapping() + loader = tqdm.tqdm(trainloader, desc='Loading train data') + avg_g_loss = [] + avg_d_loss = [] + avg_adv_loss = [] + for (melG, audioG), \ + (melD, audioD) in loader: + melG = melG.cuda() # torch.Size([16, 80, 64]) + audioG = audioG.cuda() # torch.Size([16, 1, 16000]) + melD = melD.cuda() # torch.Size([16, 80, 64]) + audioD = audioD.cuda() #torch.Size([16, 1, 16000] + # generator + optim_g.zero_grad() + fake_audio = model_g(melG) # torch.Size([16, 1, 12800]) + fake_audio = fake_audio[:, :, :hp.audio.segment_length] + + + + + sc_loss, mag_loss = stft_loss(fake_audio[:, :, :audioG.size(2)].squeeze(1), audioG.squeeze(1)) + loss_g = sc_loss + mag_loss + + adv_loss = 0.0 + + if step > hp.train.discriminator_train_start_steps: + + disc_real = model_d(audioG) + disc_fake = model_d(fake_audio) + # for multi-scale discriminator + + for feats_fake, score_fake in disc_fake: + # adv_loss += torch.mean(torch.sum(torch.pow(score_fake - 1.0, 2), dim=[1, 2])) + adv_loss += criterion(score_fake, torch.ones_like(score_fake)) + adv_loss = adv_loss / len(disc_fake) # len(disc_fake) = 3 + + # adv_loss = 0.5 * adv_loss + + # loss_feat = 0 + # feat_weights = 4.0 / (2 + 1) # Number of downsample layer in discriminator = 2 + # D_weights = 1.0 / 7.0 # number of discriminator = 7 + # wt = D_weights * feat_weights + if hp.model.feat_loss: + for (feats_fake, score_fake), (feats_real, _) in zip(disc_fake, disc_real): + for feat_f, feat_r in zip(feats_fake, feats_real): + adv_loss += hp.model.feat_match * torch.mean(torch.abs(feat_f - feat_r)) + + loss_g += hp.model.lambda_adv * adv_loss + + + loss_g.backward() + optim_g.step() + + # discriminator + loss_d_avg = 0.0 + if step > hp.train.discriminator_train_start_steps: + fake_audio = model_g(melD)[:, :, :hp.audio.segment_length] + fake_audio = fake_audio.detach() + loss_d_sum = 0.0 + for _ in range(hp.train.rep_discriminator): + optim_d.zero_grad() + disc_fake = model_d(fake_audio) + disc_real = model_d(audioD) + loss_d = 0.0 + loss_d_real = 0.0 + loss_d_fake = 0.0 + for (_, score_fake), (_, score_real) in zip(disc_fake, disc_real): + loss_d_real += criterion(score_real, torch.ones_like(score_real)) + loss_d_fake += criterion(score_fake, torch.zeros_like(score_fake)) + loss_d_real = loss_d_real / len(disc_real) # len(disc_real) = 3 + loss_d_fake = loss_d_fake / len(disc_fake) # len(disc_fake) = 3 + loss_d = loss_d_real + loss_d_fake + loss_d.backward() + optim_d.step() + loss_d_sum += loss_d + loss_d_avg = loss_d_sum / hp.train.rep_discriminator + loss_d_avg = loss_d_avg.item() + + step += 1 + # logging + loss_g = loss_g.item() + avg_g_loss.append(loss_g) + avg_d_loss.append(loss_d_avg) + avg_adv_loss.append(adv_loss.item()) + if any([loss_g > 1e8, math.isnan(loss_g), loss_d_avg > 1e8, math.isnan(loss_d_avg)]): + logger.error("loss_g %.01f loss_d_avg %.01f at step %d!" % (loss_g, loss_d_avg, step)) + raise Exception("Loss exploded") + + if step % hp.log.summary_interval == 0: + writer.log_training(loss_g, loss_d_avg, adv_loss, step) + loader.set_description("Avg : g %.04f d %.04f ad %.04f| step %d" % (sum(avg_g_loss) / len(avg_g_loss), + sum(avg_d_loss) / len(avg_d_loss), + sum(avg_adv_loss) / len(avg_adv_loss), + step)) + if epoch % hp.log.save_interval == 0: + save_path = os.path.join(pt_dir, '%s_%s_%04d.pt' + % (args.name, githash, epoch)) + torch.save({ + 'model_g': model_g.state_dict(), + 'model_d': model_d.state_dict(), + 'optim_g': optim_g.state_dict(), + 'optim_d': optim_d.state_dict(), + 'step': step, + 'epoch': epoch, + 'hp_str': hp_str, + 'githash': githash, + }, save_path) + logger.info("Saved checkpoint to: %s" % save_path) + + except Exception as e: + logger.info("Exiting due to exception: %s" % e) + traceback.print_exc() diff --git a/mtts/models/vocoder/VocGAN/utils/utils.py b/mtts/models/vocoder/VocGAN/utils/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..169152cd711e539824f8afda2046a237e52b634c --- /dev/null +++ b/mtts/models/vocoder/VocGAN/utils/utils.py @@ -0,0 +1,34 @@ +import random +import subprocess +import numpy as np +from scipy.io.wavfile import read + + +def weights_init(m): + classname = m.__class__.__name__ + if classname.find("Conv") != -1: + m.weight.data.normal_(0.0, 0.02) + elif classname.find("BatchNorm2d") != -1: + m.weight.data.normal_(1.0, 0.02) + m.bias.data.fill_(0) + +def get_commit_hash(): + message = subprocess.check_output(["git", "rev-parse", "--short", "HEAD"]) + return message.strip().decode('utf-8') + +def read_wav_np(path): + sr, wav = read(path) + + if len(wav.shape) == 2: + wav = wav[:, 0] + + if wav.dtype == np.int16: + wav = wav / 32768.0 + elif wav.dtype == np.int32: + wav = wav / 2147483648.0 + elif wav.dtype == np.uint8: + wav = (wav - 128) / 128.0 + + wav = wav.astype(np.float32) + + return sr, wav diff --git a/mtts/models/vocoder/VocGAN/utils/validation.py b/mtts/models/vocoder/VocGAN/utils/validation.py new file mode 100644 index 0000000000000000000000000000000000000000..f022a4641054761a74e9c2bd2674763badc80d81 --- /dev/null +++ b/mtts/models/vocoder/VocGAN/utils/validation.py @@ -0,0 +1,86 @@ +import tqdm +import torch +from utils.plotting import get_files +from scipy.io.wavfile import write +import numpy as np + +MAX_WAV_VALUE = 32768.0 + +def validate(hp, args, generator, discriminator, valloader, stft_loss, criterion, writer, step): + generator.eval() + discriminator.eval() + torch.backends.cudnn.benchmark = False + + loader = tqdm.tqdm(valloader, desc='Validation loop') + loss_g_sum = 0.0 + loss_d_sum = 0.0 + for mel, audio in loader: + mel = mel.cuda() + audio = audio.cuda() # B, 1, T torch.Size([1, 1, 212893]) + + # generator + fake_audio = generator(mel) # B, 1, T' torch.Size([1, 1, 212992]) + + disc_fake = discriminator(fake_audio[:, :, :audio.size(2)]) # B, 1, T torch.Size([1, 1, 212893]) + disc_real = discriminator(audio) + + adv_loss =0.0 + loss_d_real = 0.0 + loss_d_fake = 0.0 + sc_loss, mag_loss = stft_loss(fake_audio[:, :, :audio.size(2)].squeeze(1), audio.squeeze(1)) + loss_g = sc_loss + mag_loss + + + for (feats_fake, score_fake), (feats_real, score_real) in zip(disc_fake, disc_real): + adv_loss += criterion(score_fake, torch.ones_like(score_fake)) + + if hp.model.feat_loss : + for feat_f, feat_r in zip(feats_fake, feats_real): + adv_loss += hp.model.feat_match * torch.mean(torch.abs(feat_f - feat_r)) + loss_d_real += criterion(score_real, torch.ones_like(score_real)) + loss_d_fake += criterion(score_fake, torch.zeros_like(score_fake)) + adv_loss = adv_loss / len(disc_fake) + loss_d_real = loss_d_real / len(score_real) + loss_d_fake = loss_d_fake / len(disc_fake) + loss_g += hp.model.lambda_adv * adv_loss + loss_d = loss_d_real + loss_d_fake + loss_g_sum += loss_g.item() + loss_d_sum += loss_d.item() + + loader.set_description("g %.04f d %.04f ad %.04f| step %d" % (loss_g, loss_d, adv_loss, step)) + + loss_g_avg = loss_g_sum / len(valloader.dataset) + loss_d_avg = loss_d_sum / len(valloader.dataset) + + audio = audio[0][0].cpu().detach().numpy() + fake_audio = fake_audio[0][0].cpu().detach().numpy() + + writer.log_validation(loss_g_avg, loss_d_avg, adv_loss, generator, discriminator, audio, fake_audio, step) + if hp.data.eval_path is not None: + mel_filename = get_files(hp.data.eval_path , extension = '.npy') + for j in range(0,len(mel_filename)): + with torch.no_grad(): + mel = torch.from_numpy(np.load(mel_filename[j])) + out_path = mel_filename[j].replace('.npy', f'{step}.wav') + mel_name = mel_filename[j].split("/")[-1].split(".")[0] + if len(mel.shape) == 2: + mel = mel.unsqueeze(0) + mel = mel.cuda() + gen_audio = generator.inference(mel) + gen_audio = gen_audio.squeeze() + gen_audio = gen_audio[:-(hp.audio.hop_length*10)] + writer.log_evaluation(gen_audio.cpu().detach().numpy(), step, mel_name) + gen_audio = MAX_WAV_VALUE * gen_audio + gen_audio = gen_audio.clamp(min=-MAX_WAV_VALUE, max=MAX_WAV_VALUE-1) + gen_audio = gen_audio.short() + gen_audio = gen_audio.cpu().detach().numpy() + + write(out_path, hp.audio.sampling_rate, gen_audio) + + + + #add evalution code here + + torch.backends.cudnn.benchmark = True + generator.train() + discriminator.train() diff --git a/mtts/models/vocoder/VocGAN/utils/writer.py b/mtts/models/vocoder/VocGAN/utils/writer.py new file mode 100644 index 0000000000000000000000000000000000000000..67dc9e0a85abe0855648a92b967cf8a78bdc2c34 --- /dev/null +++ b/mtts/models/vocoder/VocGAN/utils/writer.py @@ -0,0 +1,51 @@ +from tensorboardX import SummaryWriter +from utils.stft import TacotronSTFT +from .plotting import plot_waveform_to_numpy, plot_spectrogram_to_numpy +import torch + +class MyWriter(SummaryWriter): + def __init__(self, hp, logdir): + super(MyWriter, self).__init__(logdir) + self.sample_rate = hp.audio.sampling_rate + self.stft = TacotronSTFT(filter_length=hp.audio.filter_length, + hop_length=hp.audio.hop_length, + win_length=hp.audio.win_length, + n_mel_channels=hp.audio.n_mel_channels, + sampling_rate=hp.audio.sampling_rate, + mel_fmin=hp.audio.mel_fmin, + mel_fmax=hp.audio.mel_fmax) + self.is_first = True + + def log_training(self, g_loss, d_loss, adv_loss, step): + self.add_scalar('train.g_loss', g_loss, step) + self.add_scalar('train.d_loss', d_loss, step) + self.add_scalar('train.adv_loss', adv_loss, step) + + def log_validation(self, g_loss, d_loss, adv_loss, generator, discriminator, target, prediction, step): + self.add_scalar('validation.g_loss', g_loss, step) + self.add_scalar('validation.d_loss', d_loss, step) + self.add_scalar('validation.adv_loss', adv_loss, step) + self.add_audio('raw_audio_predicted', prediction, step, self.sample_rate) + self.add_image('waveform_predicted', plot_waveform_to_numpy(prediction), step) + wav = torch.from_numpy(prediction).unsqueeze(0) + mel = self.stft.mel_spectrogram(wav) # mel [1, num_mel, T] + self.add_image('melspectrogram_prediction', plot_spectrogram_to_numpy(mel.squeeze(0).data.cpu().numpy()), + step, dataformats='HWC') + self.log_histogram(generator, step) + self.log_histogram(discriminator, step) + + if self.is_first: + self.add_audio('raw_audio_target', target, step, self.sample_rate) + self.add_image('waveform_target', plot_waveform_to_numpy(target), step) + wav = torch.from_numpy(target).unsqueeze(0) + mel = self.stft.mel_spectrogram(wav) # mel [1, num_mel, T] + self.add_image('melspectrogram_target', plot_spectrogram_to_numpy(mel.squeeze(0).data.cpu().numpy()), + step, dataformats='HWC') + self.is_first = False + + def log_evaluation(self, generated, step, name): + self.add_audio(f'evaluation/{name}', generated, step, self.sample_rate) + + def log_histogram(self, model, step): + for tag, value in model.named_parameters(): + self.add_histogram(tag.replace('.', '/'), value.cpu().detach().numpy(), step) diff --git a/mtts/models/vocoder/VocGAN/vocgan.py b/mtts/models/vocoder/VocGAN/vocgan.py new file mode 100644 index 0000000000000000000000000000000000000000..59065deb9e57e80d4add7e022a0e09bfd1a8cefa --- /dev/null +++ b/mtts/models/vocoder/VocGAN/vocgan.py @@ -0,0 +1,68 @@ +import argparse +import glob +import os + +import numpy as np +import torch +import tqdm +from scipy.io.wavfile import write + +from .denoiser import Denoiser +from .model.generator import ModifiedGenerator +from .utils.hparams import HParam, load_hparam_str + +MAX_WAV_VALUE = 32768.0 +from .download_utils import download_url +url = 'https://zenodo.org/record/4743731/files/vctk_pretrained_model_3180.pt' +class VocGan: + def __init__(self, device='cuda:0',config=None, denoise=False): + home = os.environ['HOME'] + checkpoint_path = os.path.join(home,'./.cache/vocgan') + os.makedirs(checkpoint_path,exist_ok=True) + checkpoint_file = os.path.join(checkpoint_path,'vctk_pretrained_model_3180.pt') + if not os.path.exists(checkpoint_file): + download_url(url,checkpoint_path) + + checkpoint = torch.load(checkpoint_file,map_location=device) + if config is not None: + hp = HParam(config) + else: + hp = load_hparam_str(checkpoint['hp_str']) + self.hp = hp + self.model = ModifiedGenerator(hp.audio.n_mel_channels, + hp.model.n_residual_layers, + ratios=hp.model.generator_ratio, + mult=hp.model.mult, + out_band=hp.model.out_channels).to(device) + self.model.load_state_dict(checkpoint['model_g']) + self.model.eval(inference=True) + self.model = self.model.to(device) + self.denoise = denoise + self.device = device + + def synthesize(self, mel): + + with torch.no_grad(): + if not isinstance(mel,torch.Tensor): + mel = torch.tensor(mel) + + if len(mel.shape) == 2: + mel = mel.unsqueeze(0) + mel = mel.to(self.device) + audio = self.model.inference(mel) + + audio = audio.squeeze(0) # collapse all dimension except time axis + if self.denoise: + denoiser = Denoiser(self.model,device=self.device) + #.to(self.device) + audio = denoiser(audio, 0.01) + audio = audio.squeeze() + audio = audio[:-(self.hp.audio.hop_length * 10)] + #audio = MAX_WAV_VALUE * audio + #audio = audio.clamp(min=-MAX_WAV_VALUE, max=MAX_WAV_VALUE - 1) + #audio = audio.short() + audio = audio.cpu().detach().numpy() + + return audio + def __call__(self,mel): + return self.synthesize(mel) diff --git a/mtts/models/vocoder/__init__.py b/mtts/models/vocoder/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..97784d944171fdced9d735fa1d3f9e3fd1b0c0c3 --- /dev/null +++ b/mtts/models/vocoder/__init__.py @@ -0,0 +1,4 @@ +from .hifi_gan import HiFiGAN +from .melgan import MelGAN +from .VocGAN import VocGan +from .waveglow import WaveGlow diff --git a/mtts/models/vocoder/hifi_gan/LICENSE b/mtts/models/vocoder/hifi_gan/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..5afae394d6b37da0e12ba6b290d2512687f421ac --- /dev/null +++ b/mtts/models/vocoder/hifi_gan/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Jungil Kong + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/mtts/models/vocoder/hifi_gan/LJSpeech-1.1/training.txt b/mtts/models/vocoder/hifi_gan/LJSpeech-1.1/training.txt new file mode 100644 index 0000000000000000000000000000000000000000..a61c09e7300e05584d3172cd8c50068d240a499b --- /dev/null +++ b/mtts/models/vocoder/hifi_gan/LJSpeech-1.1/training.txt @@ -0,0 +1,12950 @@ +LJ001-0001|Printing, in the only sense with which we are at present concerned, differs from most if not from all the arts and crafts represented in the Exhibition|Printing, in the only sense with which we are at present concerned, differs from most if not from all the arts and crafts represented in the Exhibition +LJ001-0002|in being comparatively modern.|in being comparatively modern. +LJ001-0003|For although the Chinese took impressions from wood blocks engraved in relief for centuries before the woodcutters of the Netherlands, by a similar process|For although the Chinese took impressions from wood blocks engraved in relief for centuries before the woodcutters of the Netherlands, by a similar process +LJ001-0004|produced the block books, which were the immediate predecessors of the true printed book,|produced the block books, which were the immediate predecessors of the true printed book, +LJ001-0005|the invention of movable metal letters in the middle of the fifteenth century may justly be considered as the invention of the art of printing.|the invention of movable metal letters in the middle of the fifteenth century may justly be considered as the invention of the art of printing. +LJ001-0006|And it is worth mention in passing that, as an example of fine typography,|And it is worth mention in passing that, as an example of fine typography, +LJ001-0007|the earliest book printed with movable types, the Gutenberg, or "forty-two line Bible" of about 1455,|the earliest book printed with movable types, the Gutenberg, or "forty-two line Bible" of about fourteen fifty-five, +LJ001-0008|has never been surpassed.|has never been surpassed. +LJ001-0009|Printing, then, for our purpose, may be considered as the art of making books by means of movable types.|Printing, then, for our purpose, may be considered as the art of making books by means of movable types. +LJ001-0010|Now, as all books not primarily intended as picture-books consist principally of types composed to form letterpress,|Now, as all books not primarily intended as picture-books consist principally of types composed to form letterpress, +LJ001-0011|it is of the first importance that the letter used should be fine in form;|it is of the first importance that the letter used should be fine in form; +LJ001-0012|especially as no more time is occupied, or cost incurred, in casting, setting, or printing beautiful letters|especially as no more time is occupied, or cost incurred, in casting, setting, or printing beautiful letters +LJ001-0013|than in the same operations with ugly ones.|than in the same operations with ugly ones. +LJ001-0014|And it was a matter of course that in the Middle Ages, when the craftsmen took care that beautiful form should always be a part of their productions whatever they were,|And it was a matter of course that in the Middle Ages, when the craftsmen took care that beautiful form should always be a part of their productions whatever they were, +LJ001-0015|the forms of printed letters should be beautiful, and that their arrangement on the page should be reasonable and a help to the shapeliness of the letters themselves.|the forms of printed letters should be beautiful, and that their arrangement on the page should be reasonable and a help to the shapeliness of the letters themselves. +LJ001-0016|The Middle Ages brought calligraphy to perfection, and it was natural therefore|The Middle Ages brought calligraphy to perfection, and it was natural therefore +LJ001-0017|that the forms of printed letters should follow more or less closely those of the written character, and they followed them very closely.|that the forms of printed letters should follow more or less closely those of the written character, and they followed them very closely. +LJ001-0018|The first books were printed in black letter, i.e. the letter which was a Gothic development of the ancient Roman character,|The first books were printed in black letter, i.e. the letter which was a Gothic development of the ancient Roman character, +LJ001-0019|and which developed more completely and satisfactorily on the side of the "lower-case" than the capital letters;|and which developed more completely and satisfactorily on the side of the "lower-case" than the capital letters; +LJ001-0020|the "lower-case" being in fact invented in the early Middle Ages.|the "lower-case" being in fact invented in the early Middle Ages. +LJ001-0021|The earliest book printed with movable type, the aforesaid Gutenberg Bible, is printed in letters which are an exact imitation|The earliest book printed with movable type, the aforesaid Gutenberg Bible, is printed in letters which are an exact imitation +LJ001-0022|of the more formal ecclesiastical writing which obtained at that time; this has since been called "missal type,"|of the more formal ecclesiastical writing which obtained at that time; this has since been called "missal type," +LJ001-0023|and was in fact the kind of letter used in the many splendid missals, psalters, etc., produced by printing in the fifteenth century.|and was in fact the kind of letter used in the many splendid missals, psalters, etc., produced by printing in the fifteenth century. +LJ001-0024|But the first Bible actually dated (which also was printed at Maintz by Peter Schoeffer in the year 1462)|But the first Bible actually dated (which also was printed at Maintz by Peter Schoeffer in the year fourteen sixty-two) +LJ001-0025|imitates a much freer hand, simpler, rounder, and less spiky, and therefore far pleasanter and easier to read.|imitates a much freer hand, simpler, rounder, and less spiky, and therefore far pleasanter and easier to read. +LJ001-0026|On the whole the type of this book may be considered the ne-plus-ultra of Gothic type,|On the whole the type of this book may be considered the ne-plus-ultra of Gothic type, +LJ001-0027|especially as regards the lower-case letters; and type very similar was used during the next fifteen or twenty years not only by Schoeffer,|especially as regards the lower-case letters; and type very similar was used during the next fifteen or twenty years not only by Schoeffer, +LJ001-0029|But though on the whole, except in Italy, Gothic letter was most often used|But though on the whole, except in Italy, Gothic letter was most often used +LJ001-0030|a very few years saw the birth of Roman character not only in Italy, but in Germany and France.|a very few years saw the birth of Roman character not only in Italy, but in Germany and France. +LJ001-0031|In 1465 Sweynheim and Pannartz began printing in the monastery of Subiaco near Rome,|In fourteen sixty-five Sweynheim and Pannartz began printing in the monastery of Subiaco near Rome, +LJ001-0032|and used an exceedingly beautiful type, which is indeed to look at a transition between Gothic and Roman,|and used an exceedingly beautiful type, which is indeed to look at a transition between Gothic and Roman, +LJ001-0033|but which must certainly have come from the study of the twelfth or even the eleventh century MSS.|but which must certainly have come from the study of the twelfth or even the eleventh century MSS. +LJ001-0034|They printed very few books in this type, three only; but in their very first books in Rome, beginning with the year 1468,|They printed very few books in this type, three only; but in their very first books in Rome, beginning with the year fourteen sixty-eight, +LJ001-0035|they discarded this for a more completely Roman and far less beautiful letter.|they discarded this for a more completely Roman and far less beautiful letter. +LJ001-0036|But about the same year Mentelin at Strasburg began to print in a type which is distinctly Roman;|But about the same year Mentelin at Strasburg began to print in a type which is distinctly Roman; +LJ001-0037|and the next year Gunther Zeiner at Augsburg followed suit;|and the next year Gunther Zeiner at Augsburg followed suit; +LJ001-0038|while in 1470 at Paris Udalric Gering and his associates turned out the first books printed in France, also in Roman character.|while in fourteen seventy at Paris Udalric Gering and his associates turned out the first books printed in France, also in Roman character. +LJ001-0039|The Roman type of all these printers is similar in character,|The Roman type of all these printers is similar in character, +LJ001-0040|and is very simple and legible, and unaffectedly designed for use; but it is by no means without beauty.|and is very simple and legible, and unaffectedly designed for use; but it is by no means without beauty. +LJ001-0041|It must be said that it is in no way like the transition type of Subiaco,|It must be said that it is in no way like the transition type of Subiaco, +LJ001-0042|and though more Roman than that, yet scarcely more like the complete Roman type of the earliest printers of Rome.|and though more Roman than that, yet scarcely more like the complete Roman type of the earliest printers of Rome. +LJ001-0043|A further development of the Roman letter took place at Venice.|A further development of the Roman letter took place at Venice. +LJ001-0044|John of Spires and his brother Vindelin, followed by Nicholas Jenson, began to print in that city,|John of Spires and his brother Vindelin, followed by Nicholas Jenson, began to print in that city, +LJ001-0045|1469, 1470;|fourteen sixty-nine, fourteen seventy; +LJ001-0046|their type is on the lines of the German and French rather than of the Roman printers.|their type is on the lines of the German and French rather than of the Roman printers. +LJ001-0047|Of Jenson it must be said that he carried the development of Roman type as far as it can go:|Of Jenson it must be said that he carried the development of Roman type as far as it can go: +LJ001-0048|his letter is admirably clear and regular, but at least as beautiful as any other Roman type.|his letter is admirably clear and regular, but at least as beautiful as any other Roman type. +LJ001-0049|After his death in the "fourteen eighties," or at least by 1490, printing in Venice had declined very much;|After his death in the "fourteen eighties," or at least by fourteen ninety, printing in Venice had declined very much; +LJ001-0050|and though the famous family of Aldus restored its technical excellence, rejecting battered letters,|and though the famous family of Aldus restored its technical excellence, rejecting battered letters, +LJ001-0051|and paying great attention to the "press work" or actual process of printing,|and paying great attention to the "press work" or actual process of printing, +LJ001-0052|yet their type is artistically on a much lower level than Jenson's, and in fact|yet their type is artistically on a much lower level than Jenson's, and in fact +LJ001-0053|they must be considered to have ended the age of fine printing in Italy.|they must be considered to have ended the age of fine printing in Italy. +LJ001-0054|Jenson, however, had many contemporaries who used beautiful type,|Jenson, however, had many contemporaries who used beautiful type, +LJ001-0055|some of which -- as, e.g., that of Jacobus Rubeus or Jacques le Rouge -- is scarcely distinguishable from his.|some of which -- as, e.g., that of Jacobus Rubeus or Jacques le Rouge -- is scarcely distinguishable from his. +LJ001-0056|It was these great Venetian printers, together with their brethren of Rome, Milan,|It was these great Venetian printers, together with their brethren of Rome, Milan, +LJ001-0057|Parma, and one or two other cities, who produced the splendid editions of the Classics, which are one of the great glories of the printer's art,|Parma, and one or two other cities, who produced the splendid editions of the Classics, which are one of the great glories of the printer's art, +LJ001-0058|and are worthy representatives of the eager enthusiasm for the revived learning of that epoch. By far,|and are worthy representatives of the eager enthusiasm for the revived learning of that epoch. By far, +LJ001-0059|the greater part of these Italian printers, it should be mentioned, were Germans or Frenchmen, working under the influence of Italian opinion and aims.|the greater part of these Italian printers, it should be mentioned, were Germans or Frenchmen, working under the influence of Italian opinion and aims. +LJ001-0060|It must be understood that through the whole of the fifteenth and the first quarter of the sixteenth centuries|It must be understood that through the whole of the fifteenth and the first quarter of the sixteenth centuries +LJ001-0061|the Roman letter was used side by side with the Gothic.|the Roman letter was used side by side with the Gothic. +LJ001-0062|Even in Italy most of the theological and law books were printed in Gothic letter,|Even in Italy most of the theological and law books were printed in Gothic letter, +LJ001-0063|which was generally more formally Gothic than the printing of the German workmen,|which was generally more formally Gothic than the printing of the German workmen, +LJ001-0064|many of whose types, indeed, like that of the Subiaco works, are of a transitional character.|many of whose types, indeed, like that of the Subiaco works, are of a transitional character. +LJ001-0065|This was notably the case with the early works printed at Ulm, and in a somewhat lesser degree at Augsburg.|This was notably the case with the early works printed at Ulm, and in a somewhat lesser degree at Augsburg. +LJ001-0066|In fact Gunther Zeiner's first type (afterwards used by Schussler) is remarkably like the type of the before-mentioned Subiaco books.|In fact Gunther Zeiner's first type (afterwards used by Schussler) is remarkably like the type of the before-mentioned Subiaco books. +LJ001-0067|In the Low Countries and Cologne, which were very fertile of printed books, Gothic was the favorite.|In the Low Countries and Cologne, which were very fertile of printed books, Gothic was the favorite. +LJ001-0069|This type was introduced into England by Wynkyn de Worde, Caxton's successor,|This type was introduced into England by Wynkyn de Worde, Caxton's successor, +LJ001-0070|and was used there with very little variation all through the sixteenth and seventeenth centuries, and indeed into the eighteenth.|and was used there with very little variation all through the sixteenth and seventeenth centuries, and indeed into the eighteenth. +LJ001-0071|Most of Caxton's own types are of an earlier character, though they also much resemble Flemish or Cologne letter.|Most of Caxton's own types are of an earlier character, though they also much resemble Flemish or Cologne letter. +LJ001-0072|After the end of the fifteenth century the degradation of printing, especially in Germany and Italy,|After the end of the fifteenth century the degradation of printing, especially in Germany and Italy, +LJ001-0073|went on apace; and by the end of the sixteenth century there was no really beautiful printing done:|went on apace; and by the end of the sixteenth century there was no really beautiful printing done: +LJ001-0074|the best, mostly French or Low-Country, was neat and clear, but without any distinction;|the best, mostly French or Low-Country, was neat and clear, but without any distinction; +LJ001-0075|the worst, which perhaps was the English, was a terrible falling-off from the work of the earlier presses;|the worst, which perhaps was the English, was a terrible falling-off from the work of the earlier presses; +LJ001-0076|and things got worse and worse through the whole of the seventeenth century, so that in the eighteenth printing was very miserably performed.|and things got worse and worse through the whole of the seventeenth century, so that in the eighteenth printing was very miserably performed. +LJ001-0077|In England about this time, an attempt was made (notably by Caslon, who started business in London as a type-founder in 1720)|In England about this time, an attempt was made (notably by Caslon, who started business in London as a type-founder in seventeen twenty) +LJ001-0078|to improve the letter in form.|to improve the letter in form. +LJ001-0079|Caslon's type is clear and neat, and fairly well designed;|Caslon's type is clear and neat, and fairly well designed; +LJ001-0080|he seems to have taken the letter of the Elzevirs of the seventeenth century for his model:|he seems to have taken the letter of the Elzevirs of the seventeenth century for his model: +LJ001-0081|type cast from his matrices is still in everyday use.|type cast from his matrices is still in everyday use. +LJ001-0082|In spite, however, of his praiseworthy efforts, printing had still one last degradation to undergo.|In spite, however, of his praiseworthy efforts, printing had still one last degradation to undergo. +LJ001-0083|The seventeenth century founts were bad rather negatively than positively.|The seventeenth century founts were bad rather negatively than positively. +LJ001-0084|But for the beauty of the earlier work they might have seemed tolerable.|But for the beauty of the earlier work they might have seemed tolerable. +LJ001-0085|It was reserved for the founders of the later eighteenth century to produce letters which are positively ugly, and which, it may be added,|It was reserved for the founders of the later eighteenth century to produce letters which are positively ugly, and which, it may be added, +LJ001-0086|are dazzling and unpleasant to the eye owing to the clumsy thickening and vulgar thinning of the lines:|are dazzling and unpleasant to the eye owing to the clumsy thickening and vulgar thinning of the lines: +LJ001-0087|for the seventeenth-century letters are at least pure and simple in line. The Italian, Bodoni, and the Frenchman, Didot,|for the seventeenth-century letters are at least pure and simple in line. The Italian, Bodoni, and the Frenchman, Didot, +LJ001-0088|were the leaders in this luckless change, though our own Baskerville, who was at work some years before them, went much on the same lines;|were the leaders in this luckless change, though our own Baskerville, who was at work some years before them, went much on the same lines; +LJ001-0089|but his letters, though uninteresting and poor, are not nearly so gross and vulgar as those of either the Italian or the Frenchman.|but his letters, though uninteresting and poor, are not nearly so gross and vulgar as those of either the Italian or the Frenchman. +LJ001-0090|With this change the art of printing touched bottom,|With this change the art of printing touched bottom, +LJ001-0091|so far as fine printing is concerned, though paper did not get to its worst till about 1840.|so far as fine printing is concerned, though paper did not get to its worst till about eighteen forty. +LJ001-0092|The Chiswick press in 1844 revived Caslon's founts, printing for Messrs. Longman the Diary of Lady Willoughby.|The Chiswick press in eighteen forty-four revived Caslon's founts, printing for Messrs. Longman the Diary of Lady Willoughby. +LJ001-0093|This experiment was so far successful that about 1850 Messrs. Miller and Richard of Edinburgh|This experiment was so far successful that about eighteen fifty Messrs. Miller and Richard of Edinburgh +LJ001-0094|were induced to cut punches for a series of "old style" letters.|were induced to cut punches for a series of "old style" letters. +LJ001-0095|These and similar founts, cast by the above firm and others,|These and similar founts, cast by the above firm and others, +LJ001-0096|have now come into general use and are obviously a great improvement on the ordinary "modern style" in use in England, which is in fact the Bodoni type|have now come into general use and are obviously a great improvement on the ordinary "modern style" in use in England, which is in fact the Bodoni type +LJ001-0097|a little reduced in ugliness. The design of the letters of this modern "old style" leaves a good deal to be desired,|a little reduced in ugliness. The design of the letters of this modern "old style" leaves a good deal to be desired, +LJ001-0098|and the whole effect is a little too gray, owing to the thinness of the letters.|and the whole effect is a little too gray, owing to the thinness of the letters. +LJ001-0099|It must be remembered, however, that most modern printing is done by machinery on soft paper, and not by the hand press,|It must be remembered, however, that most modern printing is done by machinery on soft paper, and not by the hand press, +LJ001-0100|and these somewhat wiry letters are suitable for the machine process, which would not do justice to letters of more generous design.|and these somewhat wiry letters are suitable for the machine process, which would not do justice to letters of more generous design. +LJ001-0101|It is discouraging to note that the improvement of the last fifty years is almost wholly confined to Great Britain.|It is discouraging to note that the improvement of the last fifty years is almost wholly confined to Great Britain. +LJ001-0102|Here and there a book is printed in France or Germany with some pretension to good taste,|Here and there a book is printed in France or Germany with some pretension to good taste, +LJ001-0103|but the general revival of the old forms has made no way in those countries.|but the general revival of the old forms has made no way in those countries. +LJ001-0104|Italy is contentedly stagnant.|Italy is contentedly stagnant. +LJ001-0105|America has produced a good many showy books, the typography, paper, and illustrations of which are, however, all wrong,|America has produced a good many showy books, the typography, paper, and illustrations of which are, however, all wrong, +LJ001-0106|oddity rather than rational beauty and meaning being apparently the thing sought for both in the letters and the illustrations.|oddity rather than rational beauty and meaning being apparently the thing sought for both in the letters and the illustrations. +LJ001-0107|To say a few words on the principles of design in typography:|To say a few words on the principles of design in typography: +LJ001-0108|it is obvious that legibility is the first thing to be aimed at in the forms of the letters;|it is obvious that legibility is the first thing to be aimed at in the forms of the letters; +LJ001-0109|this is best furthered by the avoidance of irrational swellings and spiky projections, and by the using of careful purity of line.|this is best furthered by the avoidance of irrational swellings and spiky projections, and by the using of careful purity of line. +LJ001-0110|Even the Caslon type when enlarged shows great shortcomings in this respect:|Even the Caslon type when enlarged shows great shortcomings in this respect: +LJ001-0111|the ends of many of the letters such as the t and e are hooked up in a vulgar and meaningless way,|the ends of many of the letters such as the t and e are hooked up in a vulgar and meaningless way, +LJ001-0112|instead of ending in the sharp and clear stroke of Jenson's letters;|instead of ending in the sharp and clear stroke of Jenson's letters; +LJ001-0113|there is a grossness in the upper finishings of letters like the c, the a, and so on,|there is a grossness in the upper finishings of letters like the c, the a, and so on, +LJ001-0114|an ugly pear-shaped swelling defacing the form of the letter:|an ugly pear-shaped swelling defacing the form of the letter: +LJ001-0115|in short, it happens to this craft, as to others, that the utilitarian practice, though it professes to avoid ornament,|in short, it happens to this craft, as to others, that the utilitarian practice, though it professes to avoid ornament, +LJ001-0116|still clings to a foolish, because misunderstood conventionality, deduced from what was once ornament, and is by no means useful;|still clings to a foolish, because misunderstood conventionality, deduced from what was once ornament, and is by no means useful; +LJ001-0117|which title can only be claimed by artistic practice, whether the art in it be conscious or unconscious.|which title can only be claimed by artistic practice, whether the art in it be conscious or unconscious. +LJ001-0118|In no characters is the contrast between the ugly and vulgar illegibility of the modern type|In no characters is the contrast between the ugly and vulgar illegibility of the modern type +LJ001-0119|and the elegance and legibility of the ancient more striking than in the Arabic numerals.|and the elegance and legibility of the ancient more striking than in the Arabic numerals. +LJ001-0120|In the old print each figure has its definite individuality, and one cannot be mistaken for the other;|In the old print each figure has its definite individuality, and one cannot be mistaken for the other; +LJ001-0121|in reading the modern figures the eyes must be strained before the reader can have any reasonable assurance|in reading the modern figures the eyes must be strained before the reader can have any reasonable assurance +LJ001-0122|that he has a 5, an 8, or a 3 before him, unless the press work is of the best:|that he has a five, an eight, or a three before him, unless the press work is of the best: +LJ001-0123|this is awkward if you have to read Bradshaw's Guide in a hurry.|this is awkward if you have to read Bradshaw's Guide in a hurry. +LJ001-0124|One of the differences between the fine type and the utilitarian must probably be put down to a misapprehension of a commercial necessity:|One of the differences between the fine type and the utilitarian must probably be put down to a misapprehension of a commercial necessity: +LJ001-0125|this is the narrowing of the modern letters.|this is the narrowing of the modern letters. +LJ001-0126|Most of Jenson's letters are designed within a square,|Most of Jenson's letters are designed within a square, +LJ001-0127|the modern letters are narrowed by a third or thereabout; but while this gain of space very much hampers the possibility of beauty of design,|the modern letters are narrowed by a third or thereabout; but while this gain of space very much hampers the possibility of beauty of design, +LJ001-0128|it is not a real gain, for the modern printer throws the gain away by putting inordinately wide spaces between his lines, which, probably,|it is not a real gain, for the modern printer throws the gain away by putting inordinately wide spaces between his lines, which, probably, +LJ001-0129|the lateral compression of his letters renders necessary.|the lateral compression of his letters renders necessary. +LJ001-0130|Commercialism again compels the use of type too small in size to be comfortable reading:|Commercialism again compels the use of type too small in size to be comfortable reading: +LJ001-0131|the size known as "Long primer" ought to be the smallest size used in a book meant to be read.|the size known as "Long primer" ought to be the smallest size used in a book meant to be read. +LJ001-0132|Here, again, if the practice of "leading" were retrenched larger type could be used without enhancing the price of a book.|Here, again, if the practice of "leading" were retrenched larger type could be used without enhancing the price of a book. +LJ001-0133|One very important matter in "setting up" for fine printing is the "spacing," that is, the lateral distance of words from one another.|One very important matter in "setting up" for fine printing is the "spacing," that is, the lateral distance of words from one another. +LJ001-0134|In good printing the spaces between the words should be as near as possible equal|In good printing the spaces between the words should be as near as possible equal +LJ001-0135|it is impossible that they should be quite equal except in lines of poetry|it is impossible that they should be quite equal except in lines of poetry +LJ001-0136|modern printers understand this, but it is only practiced in the very best establishments.|modern printers understand this, but it is only practiced in the very best establishments. +LJ001-0137|But another point which they should attend to they almost always disregard;|But another point which they should attend to they almost always disregard; +LJ001-0138|this is the tendency to the formation of ugly meandering white lines or "rivers" in the page|this is the tendency to the formation of ugly meandering white lines or "rivers" in the page +LJ001-0139|a blemish which can be nearly, though not wholly, avoided by care and forethought|a blemish which can be nearly, though not wholly, avoided by care and forethought +LJ001-0140|the desirable thing being "the breaking of the line" as in bonding masonry or brickwork|the desirable thing being "the breaking of the line" as in bonding masonry or brickwork +LJ001-0141|The general solidity of a page is much to be sought for|The general solidity of a page is much to be sought for +LJ001-0142|modern printers generally overdo the "whites" in the spacing, a defect probably forced on them by the characterless quality of the letters.|modern printers generally overdo the "whites" in the spacing, a defect probably forced on them by the characterless quality of the letters. +LJ001-0143|For where these are boldly and carefully designed, and each letter is thoroughly individual in form,|For where these are boldly and carefully designed, and each letter is thoroughly individual in form, +LJ001-0144|the words may be set much closer together, without loss of clearness.|the words may be set much closer together, without loss of clearness. +LJ001-0145|No definite rules, however, except the avoidance of "rivers" and excess of white, can be given for the spacing,|No definite rules, however, except the avoidance of "rivers" and excess of white, can be given for the spacing, +LJ001-0146|which requires the constant exercise of judgment and taste on the part of the printer.|which requires the constant exercise of judgment and taste on the part of the printer. +LJ001-0147|The position of the page on the paper should be considered if the book is to have a satisfactory look.|The position of the page on the paper should be considered if the book is to have a satisfactory look. +LJ001-0148|Here once more the almost invariable modern practice is in opposition to a natural sense of proportion.|Here once more the almost invariable modern practice is in opposition to a natural sense of proportion. +LJ001-0149|From the time when books first took their present shape till the end of the sixteenth century, or indeed later,|From the time when books first took their present shape till the end of the sixteenth century, or indeed later, +LJ001-0150|the page so lay on the paper that there was more space allowed to the bottom and fore margin than to the top and back of the paper,|the page so lay on the paper that there was more space allowed to the bottom and fore margin than to the top and back of the paper, +LJ001-0151|the unit of the book being looked on as the two pages forming an opening.|the unit of the book being looked on as the two pages forming an opening. +LJ001-0152|The modern printer, in the teeth of the evidence given by his own eyes, considers the single page as the unit, and prints the page in the middle of his paper|The modern printer, in the teeth of the evidence given by his own eyes, considers the single page as the unit, and prints the page in the middle of his paper +LJ001-0153|only nominally so, however, in many cases, since when he uses a headline he counts that in,|only nominally so, however, in many cases, since when he uses a headline he counts that in, +LJ001-0154|the result as measured by the eye being that the lower margin is less than the top one, and that the whole opening has an upside-down look vertically|the result as measured by the eye being that the lower margin is less than the top one, and that the whole opening has an upside-down look vertically +LJ001-0155|and that laterally the page looks as if it were being driven off the paper.|and that laterally the page looks as if it were being driven off the paper. +LJ001-0156|The paper on which the printing is to be done is a necessary part of our subject:|The paper on which the printing is to be done is a necessary part of our subject: +LJ001-0157|of this it may be said that though there is some good paper made now,|of this it may be said that though there is some good paper made now, +LJ001-0158|it is never used except for very expensive books, although it would not materially increase the cost in all but the very cheapest.|it is never used except for very expensive books, although it would not materially increase the cost in all but the very cheapest. +LJ001-0159|The paper that is used for ordinary books is exceedingly bad even in this country, but is beaten in the race for vileness|The paper that is used for ordinary books is exceedingly bad even in this country, but is beaten in the race for vileness +LJ001-0160|by that made in America, which is the worst conceivable.|by that made in America, which is the worst conceivable. +LJ001-0161|There seems to be no reason why ordinary paper should not be better made,|There seems to be no reason why ordinary paper should not be better made, +LJ001-0162|even allowing the necessity for a very low price; but any improvement must be based on showing openly that the cheap article is cheap,|even allowing the necessity for a very low price; but any improvement must be based on showing openly that the cheap article is cheap, +LJ001-0163|e.g. the cheap paper should not sacrifice toughness and durability to a smooth and white surface,|e.g. the cheap paper should not sacrifice toughness and durability to a smooth and white surface, +LJ001-0164|which should be indications of a delicacy of material and manufacture which would of necessity increase its cost.|which should be indications of a delicacy of material and manufacture which would of necessity increase its cost. +LJ001-0165|One fruitful source of badness in paper|One fruitful source of badness in paper +LJ001-0166|is the habit that publishers have of eking out a thin volume by printing it on thick paper almost of the substance of cardboard,|is the habit that publishers have of eking out a thin volume by printing it on thick paper almost of the substance of cardboard, +LJ001-0167|a device which deceives nobody, and makes a book very unpleasant to read.|a device which deceives nobody, and makes a book very unpleasant to read. +LJ001-0168|On the whole, a small book should be printed on paper which is as thin as may be without being transparent.|On the whole, a small book should be printed on paper which is as thin as may be without being transparent. +LJ001-0169|The paper used for printing the small highly ornamented French service-books about the beginning of the sixteenth century is a model in this respect,|The paper used for printing the small highly ornamented French service-books about the beginning of the sixteenth century is a model in this respect, +LJ001-0170|being thin, tough, and opaque.|being thin, tough, and opaque. +LJ001-0171|However, the fact must not be blinked that machine-made paper cannot in the nature of things be made of so good a texture as that made by hand.|However, the fact must not be blinked that machine-made paper cannot in the nature of things be made of so good a texture as that made by hand. +LJ001-0172|The ornamentation of printed books is too wide a subject to be dealt with fully here; but one thing must be said on it.|The ornamentation of printed books is too wide a subject to be dealt with fully here; but one thing must be said on it. +LJ001-0173|The essential point to be remembered is that the ornament, whatever it is, whether picture or pattern-work, should form part of the page,|The essential point to be remembered is that the ornament, whatever it is, whether picture or pattern-work, should form part of the page, +LJ001-0174|should be a part of the whole scheme of the book.|should be a part of the whole scheme of the book. +LJ001-0175|Simple as this proposition is, it is necessary to be stated,|Simple as this proposition is, it is necessary to be stated, +LJ001-0176|because the modern practice is to disregard the relation between the printing and the ornament altogether,|because the modern practice is to disregard the relation between the printing and the ornament altogether, +LJ001-0177|so that if the two are helpful to one another it is a mere matter of accident.|so that if the two are helpful to one another it is a mere matter of accident. +LJ001-0178|The due relation of letter to pictures and other ornament was thoroughly understood by the old printers; so that|The due relation of letter to pictures and other ornament was thoroughly understood by the old printers; so that +LJ001-0179|even when the woodcuts are very rude indeed,|even when the woodcuts are very rude indeed, +LJ001-0180|the proportions of the page still give pleasure by the sense of richness that the cuts and letter together convey.|the proportions of the page still give pleasure by the sense of richness that the cuts and letter together convey. +LJ001-0181|When, as is most often the case, there is actual beauty in the cuts,|When, as is most often the case, there is actual beauty in the cuts, +LJ001-0182|the books so ornamented are amongst the most delightful works of art that have ever been produced.|the books so ornamented are amongst the most delightful works of art that have ever been produced. +LJ001-0183|Therefore, granted well-designed type, due spacing of the lines and words, and proper position of the page on the paper,|Therefore, granted well-designed type, due spacing of the lines and words, and proper position of the page on the paper, +LJ001-0184|all books might be at least comely and well-looking: and if to these good qualities were added really beautiful ornament and pictures,|all books might be at least comely and well-looking: and if to these good qualities were added really beautiful ornament and pictures, +LJ001-0185|printed books might once again illustrate to the full|printed books might once again illustrate to the full +LJ001-0186|the position of our Society that a work of utility might be also a work of art, if we cared to make it so.|the position of our Society that a work of utility might be also a work of art, if we cared to make it so. +LJ002-0001|The Chronicles of Newgate, Volume 2. By Arthur Griffiths. Section 4: Newgate down to 1818.|The Chronicles of Newgate, Volume two. By Arthur Griffiths. Section four: Newgate down to eighteen eighteen. +LJ002-0002|Under the conditions referred to in the previous chapter,|Under the conditions referred to in the previous chapter, +LJ002-0003|with criminals and misdemeanants of all shades crowding perpetually into its narrow limits, the latter state of Newgate was worse than the first.|with criminals and misdemeanants of all shades crowding perpetually into its narrow limits, the latter state of Newgate was worse than the first. +LJ002-0004|The new jail fell as far short of the demands made on it as did the old.|The new jail fell as far short of the demands made on it as did the old. +LJ002-0005|The prison population fluctuated a great deal,|The prison population fluctuated a great deal, +LJ002-0006|but it was almost always in excess of the accommodation available, and there were times when the place was full to overflowing.|but it was almost always in excess of the accommodation available, and there were times when the place was full to overflowing. +LJ002-0007|Neild gives some figures which well illustrate this.|Neild gives some figures which well illustrate this. +LJ002-0008|On the 14th June, 1800, there were 199 debtors and 289 felons in the prison.|On the fourteenth June, eighteen hundred, there were one hundred ninety-nine debtors and two hundred eighty-nine felons in the prison. +LJ002-0009|On the 27th April, in the following year,|On the twenty-seventh April, in the following year, +LJ002-0010|these numbers had risen to 275 and 375 respectively, or 650 in all.|these numbers had risen to two hundred seventy-five and three hundred seventy-five respectively, or six hundred fifty in all. +LJ002-0011|For two more years these high figures were steadily maintained, and in 1803 the total rose to 710.|For two more years these high figures were steadily maintained, and in eighteen oh three the total rose to seven hundred ten. +LJ002-0012|After that they fell as steadily,|After that they fell as steadily, +LJ002-0013|till, 1808, the lowest point was touched of 197 debtors and 182 felons, or 379 in all.|till, eighteen oh eight, the lowest point was touched of one hundred ninety-seven debtors and one hundred eighty-two felons, or three hundred seventy-nine in all. +LJ002-0014|The numbers soon increased, however, and by 1811 had again risen to 629; and Mr. Neild was told that there had been at one time|The numbers soon increased, however, and by eighteen eleven had again risen to six hundred twenty-nine; and Mr. Neild was told that there had been at one time +LJ002-0015|300 debtors and 900 criminals in Newgate, or twelve hundred prisoners in all.|three hundred debtors and nine hundred criminals in Newgate, or twelve hundred prisoners in all. +LJ002-0016|Previous to that date there had been 700 or 800 frequently, and once, in Mr. Akerman's time, one thousand.|Previous to that date there had been seven hundred or eight hundred frequently, and once, in Mr. Akerman's time, one thousand. +LJ002-0017|Trustworthy evidence is forthcoming to the effect that these high figures were constantly maintained for many months at a time.|Trustworthy evidence is forthcoming to the effect that these high figures were constantly maintained for many months at a time. +LJ002-0018|The inadequacy of the jail was noticed and reported upon again and again by the grand juries of the city of London,|The inadequacy of the jail was noticed and reported upon again and again by the grand juries of the city of London, +LJ002-0019|who seldom let a session go by without visiting Newgate.|who seldom let a session go by without visiting Newgate. +LJ002-0020|In 1813|In eighteen thirteen +LJ002-0021|the grand jury made a special presentment to the Court of Common Council, pointing out that on the debtors' side, which was intended for only 100,|the grand jury made a special presentment to the Court of Common Council, pointing out that on the debtors' side, which was intended for only one hundred, +LJ002-0022|no less than 340 were crowded, to the great inconvenience and danger of the inmates.|no less than three hundred forty were crowded, to the great inconvenience and danger of the inmates. +LJ002-0023|On the female side matters were much worse;|On the female side matters were much worse; +LJ002-0024|Quote. the apartments set apart for them, being built to accommodate 60 persons, now contain about 120. End quote.|Quote. the apartments set apart for them, being built to accommodate sixty persons, now contain about one hundred twenty. End quote. +LJ002-0025|Returns laid before the House of Commons showed that 6439 persons had been committed to Newgate|Returns laid before the House of Commons showed that six thousand, four hundred thirty-nine persons had been committed to Newgate +LJ002-0026|in the three years between 1813 and 1816,|in the three years between eighteen thirteen and eighteen sixteen, +LJ002-0027|and this number did not include the debtors, a numerous class, who were still committed to Newgate pending the completion of the White Cross Street prison.|and this number did not include the debtors, a numerous class, who were still committed to Newgate pending the completion of the White Cross Street prison. +LJ002-0028|In order to realize the evils entailed by incarceration in Newgate in these days, it is necessary to give some account of its interior|In order to realize the evils entailed by incarceration in Newgate in these days, it is necessary to give some account of its interior +LJ002-0029|as it was occupied and appropriated in 1810.|as it was occupied and appropriated in eighteen ten. +LJ002-0030|Full details of the arrangements are to be found in Mr. Neild's "State of Prisons in England, Scotland, and Wales," published in 1812.|Full details of the arrangements are to be found in Mr. Neild's "State of Prisons in England, Scotland, and Wales," published in eighteen twelve. +LJ002-0031|The jail at that date was divided into eight separate and more or less distinct departments, each of which had its own wards and yard.|The jail at that date was divided into eight separate and more or less distinct departments, each of which had its own wards and yard. +LJ002-0032|These were: 1. The male debtors' side.|These were: one. The male debtors' side. +LJ002-0033|2. The female debtors' side. 3. The chapel yard. 4. The middle yard.|two. The female debtors' side. three. The chapel yard. four. The middle yard. +LJ002-0034|5. The master felons' side. 6. The female felons' side. 7. The state side.|five. The master felons' side. six. The female felons' side. seven. The state side. +LJ002-0035|8. The press yard.|eight. The press yard. +LJ002-0036|1. The male debtors' side consisted of a yard forty-nine feet by thirty-one,|one. The male debtors' side consisted of a yard forty-nine feet by thirty-one, +LJ002-0037|leading to thirteen wards on various floors, and a day room.|leading to thirteen wards on various floors, and a day room. +LJ002-0038|Of these wards, three were appropriated to the "cabin side," so called because|Of these wards, three were appropriated to the "cabin side," so called because +LJ002-0039|they each contained four small rooms or "cabins" seven feet square,|they each contained four small rooms or "cabins" seven feet square, +LJ002-0040|intended to accommodate a couple of prisoners apiece, but often much more crowded.|intended to accommodate a couple of prisoners apiece, but often much more crowded. +LJ002-0041|Two other wards were appropriated to the master's side debtors; they were each twenty-three feet by fourteen and a half,|Two other wards were appropriated to the master's side debtors; they were each twenty-three feet by fourteen and a half, +LJ002-0042|and supposed to accommodate twenty persons. The eight remaining wards were for the common side debtors,|and supposed to accommodate twenty persons. The eight remaining wards were for the common side debtors, +LJ002-0043|long narrow rooms -- one thirty-six feet, six twenty-three feet, and the eighth eighteen,|long narrow rooms -- one thirty-six feet, six twenty-three feet, and the eighth eighteen, +LJ002-0044|the whole about fifteen feet wide.|the whole about fifteen feet wide. +LJ002-0045|The various wards were all about eleven feet in height,|The various wards were all about eleven feet in height, +LJ002-0046|and were occupied as a rule by ten to fifteen people when the prison was not crowded, but double the number was occasionally placed in them.|and were occupied as a rule by ten to fifteen people when the prison was not crowded, but double the number was occasionally placed in them. +LJ002-0047|The day room was fitted with benches and settles after the manner of the tap in a public-house.|The day room was fitted with benches and settles after the manner of the tap in a public-house. +LJ002-0048|2. The female debtors' side consisted of a court-yard forty-nine by sixteen feet,|two. The female debtors' side consisted of a court-yard forty-nine by sixteen feet, +LJ002-0049|leading to two wards, one of which was thirty-six feet by fifteen,|leading to two wards, one of which was thirty-six feet by fifteen, +LJ002-0050|and the other eighteen by fifteen; and they nominally held twenty-two persons.|and the other eighteen by fifteen; and they nominally held twenty-two persons. +LJ002-0051|A high wall fifteen feet in height divided the females' court-yard from the men's.|A high wall fifteen feet in height divided the females' court-yard from the men's. +LJ002-0052|3. The chapel yard was about forty-three feet by twenty-five.|three. The chapel yard was about forty-three feet by twenty-five. +LJ002-0053|It had been for some time devoted principally to felons of the worst types,|It had been for some time devoted principally to felons of the worst types, +LJ002-0054|those who were the oldest offenders, sentenced to transportation, and who had narrowly escaped the penalty of death.|those who were the oldest offenders, sentenced to transportation, and who had narrowly escaped the penalty of death. +LJ002-0055|This arrangement was, however, modified after 1811, and the chapel yard was allotted to misdemeanants and prisoners awaiting trial.|This arrangement was, however, modified after eighteen eleven, and the chapel yard was allotted to misdemeanants and prisoners awaiting trial. +LJ002-0056|The wards in this part were five in number, all in dimensions twenty feet by fifteen, with a sixth ward fifteen feet square.|The wards in this part were five in number, all in dimensions twenty feet by fifteen, with a sixth ward fifteen feet square. +LJ002-0057|These wards were all fitted with barrack-beds, but no bedding was supplied.|These wards were all fitted with barrack-beds, but no bedding was supplied. +LJ002-0058|The chapel yard led to the chapel, and on the staircase were two rooms frequently set apart for the king's witnesses,|The chapel yard led to the chapel, and on the staircase were two rooms frequently set apart for the king's witnesses, +LJ002-0059|those who had turned king's evidence, whose safety might have been imperiled had they been lodged with the men against whom they had informed.|those who had turned king's evidence, whose safety might have been imperiled had they been lodged with the men against whom they had informed. +LJ002-0060|But these king's witnesses were also put at times into the press yard among the capital convicts, seemingly a very dangerous proceeding,|But these king's witnesses were also put at times into the press yard among the capital convicts, seemingly a very dangerous proceeding, +LJ002-0061|or they lodged with the gatesmen, the prisoner officers who had charge of the inner gates.|or they lodged with the gatesmen, the prisoner officers who had charge of the inner gates. +LJ002-0062|The middle yard was at first given up to the least heinous offenders. After 1812 it changed functions with the chapel yard.|The middle yard was at first given up to the least heinous offenders. After eighteen twelve it changed functions with the chapel yard. +LJ002-0063|It was fifty feet by twenty-five, and had five wards each thirty-eight by fifteen. At one end of the yard was an arcade,|It was fifty feet by twenty-five, and had five wards each thirty-eight by fifteen. At one end of the yard was an arcade, +LJ002-0064|directly under the chapel, in which there were three cells, used either for the confinement of disorderly and refractory prisoners,|directly under the chapel, in which there were three cells, used either for the confinement of disorderly and refractory prisoners, +LJ002-0065|or female convicts ordered for execution.|or female convicts ordered for execution. +LJ002-0066|The master felons' side consisted of a yard the same size as the preceding, appropriated nominally to the most decent and better-behaved prisoners,|The master felons' side consisted of a yard the same size as the preceding, appropriated nominally to the most decent and better-behaved prisoners, +LJ002-0067|but really kept for the few who had funds sufficient to gain them admission to these more comfortable quarters.|but really kept for the few who had funds sufficient to gain them admission to these more comfortable quarters. +LJ002-0068|Here were also lodged the gatesmen, the prisoners who had charge of the inner gates, and who were entrusted with the duty of escorting visitors from the gates|Here were also lodged the gatesmen, the prisoners who had charge of the inner gates, and who were entrusted with the duty of escorting visitors from the gates +LJ002-0069|to the various wards their friends occupied.|to the various wards their friends occupied. +LJ002-0070|The state side was the part stolen from the female felons' side.|The state side was the part stolen from the female felons' side. +LJ002-0071|It was large and comparatively commodious, being maintained on a better footing than any other part of the prison.|It was large and comparatively commodious, being maintained on a better footing than any other part of the prison. +LJ002-0072|The inmates were privileged, either by antecedents or the fortunate possession of sufficient funds to pay the charges of the place.|The inmates were privileged, either by antecedents or the fortunate possession of sufficient funds to pay the charges of the place. +LJ002-0073|Neild takes it for granted that the former rather than the latter prevailed in the selection,|Neild takes it for granted that the former rather than the latter prevailed in the selection, +LJ002-0074|and tells us that in the state side, quote, such prisoners were safely associated whose manners and conduct evince a more liberal style of education,|and tells us that in the state side, quote, such prisoners were safely associated whose manners and conduct evince a more liberal style of education, +LJ002-0075|and who are therefore lodged apart from all other districts of the jail. End quote.|and who are therefore lodged apart from all other districts of the jail. End quote. +LJ002-0076|The state side contained twelve good-sized rooms,|The state side contained twelve good-sized rooms, +LJ002-0077|from twenty-one by eighteen feet to fifteen feet square, which were furnished with bedsteads and bedding.|from twenty-one by eighteen feet to fifteen feet square, which were furnished with bedsteads and bedding. +LJ002-0078|7. The press yard was that part set aside for the condemned.|seven. The press yard was that part set aside for the condemned. +LJ002-0079|Its name and its situation were the same as those of the old place of carrying out the terrible sentence inflicted on accused persons who stood mute.|Its name and its situation were the same as those of the old place of carrying out the terrible sentence inflicted on accused persons who stood mute. +LJ002-0080|The long narrow yard still remained as we saw it in Jacobite times,|The long narrow yard still remained as we saw it in Jacobite times, +LJ002-0081|and beyond it was now a day room for the capital convicts or those awaiting execution.|and beyond it was now a day room for the capital convicts or those awaiting execution. +LJ002-0082|Beyond the press yard were three stories, condemned cells, fifteen in all, with vaulted ceilings nine feet high to the crown of the arch.|Beyond the press yard were three stories, condemned cells, fifteen in all, with vaulted ceilings nine feet high to the crown of the arch. +LJ002-0083|The ground floor cells were nine feet by six;|The ground floor cells were nine feet by six; +LJ002-0084|those on the first floor were rather larger on account of a set-off in the wall; and the uppermost were the largest, for the same reason.|those on the first floor were rather larger on account of a set-off in the wall; and the uppermost were the largest, for the same reason. +LJ002-0085|Security was provided for in these condemned cells by lining the substantial stone walls with planks studded with broad-headed nails;|Security was provided for in these condemned cells by lining the substantial stone walls with planks studded with broad-headed nails; +LJ002-0086|they were lighted by a double-grated window two feet nine inches by fourteen inches; and in the doors, which were four inches thick,|they were lighted by a double-grated window two feet nine inches by fourteen inches; and in the doors, which were four inches thick, +LJ002-0087|a circular aperture had been let in to give ventilation and secure a free current of air.|a circular aperture had been let in to give ventilation and secure a free current of air. +LJ002-0088|In each cell there was a barrack bedstead on the floor without bedding.|In each cell there was a barrack bedstead on the floor without bedding. +LJ002-0089|8. The female felons were deprived of part of the space which the architect had intended for them.|eight. The female felons were deprived of part of the space which the architect had intended for them. +LJ002-0090|More than half their quadrangle had been partitioned off for another purpose,|More than half their quadrangle had been partitioned off for another purpose, +LJ002-0091|and what remained was divided into a master's and a common side for female felons.|and what remained was divided into a master's and a common side for female felons. +LJ002-0092|The two yards were adjoining, that for the common side much the largest.|The two yards were adjoining, that for the common side much the largest. +LJ002-0093|There were nine wards in all on the female side, one of them in the attic,|There were nine wards in all on the female side, one of them in the attic, +LJ002-0094|with four casements and two fireplaces, being allotted for a female infirmary|with four casements and two fireplaces, being allotted for a female infirmary +LJ002-0095|and the rest being provided with barrack beds, and in dimensions varying from thirty feet by fifteen to fifteen feet by ten.|and the rest being provided with barrack beds, and in dimensions varying from thirty feet by fifteen to fifteen feet by ten. +LJ002-0096|The eight courts above enumerated were well supplied with water;|The eight courts above enumerated were well supplied with water; +LJ002-0097|they had dust-bins, sewers, and so forth, "properly disposed," and the city scavenger paid periodical visits to the prison.|they had dust-bins, sewers, and so forth, "properly disposed," and the city scavenger paid periodical visits to the prison. +LJ002-0098|The prisoners had few comforts, beyond the occasional use of a bath at some distance, situated in the press yard,|The prisoners had few comforts, beyond the occasional use of a bath at some distance, situated in the press yard, +LJ002-0099|to which access was granted rarely and as a great favor. But they were allowed the luxury of drink -- if they could pay for it.|to which access was granted rarely and as a great favor. But they were allowed the luxury of drink -- if they could pay for it. +LJ002-0100|A recent reform had closed the tap kept by the jailer within the precincts, but|A recent reform had closed the tap kept by the jailer within the precincts, but +LJ002-0101|there was still a "convenient room" which served, and, quote,|there was still a "convenient room" which served, and, quote, +LJ002-0102|near it a grating through which the debtors receive their beer from the neighboring public-houses.|near it a grating through which the debtors receive their beer from the neighboring public-houses. +LJ002-0103|The felons' side has a similar accommodation, and this mode of introducing the beverage is adopted because no publican as such|The felons' side has a similar accommodation, and this mode of introducing the beverage is adopted because no publican as such +LJ002-0104|can be permitted to enter the interior of this prison. End quote. The tap-room and bar were just behind the felons' entrance lodge,|can be permitted to enter the interior of this prison. End quote. The tap-room and bar were just behind the felons' entrance lodge, +LJ002-0105|and beyond it was a room called the "wine room," because formerly used for the sale of wine, but|and beyond it was a room called the "wine room," because formerly used for the sale of wine, but +LJ002-0106|in which latterly a copper had been fixed for the cooking of provisions sent in by charitable persons.|in which latterly a copper had been fixed for the cooking of provisions sent in by charitable persons. +LJ002-0107|Quote, On the top of the jail, continues Neild, are a watch-house and a sentry-box, where two or more guards, with dogs and firearms,|Quote, On the top of the jail, continues Neild, are a watch-house and a sentry-box, where two or more guards, with dogs and firearms, +LJ002-0108|watch all night. Adjoining the felons' side lodge is the keeper's office, where the prison books are kept, and his clerk,|watch all night. Adjoining the felons' side lodge is the keeper's office, where the prison books are kept, and his clerk, +LJ002-0109|called the clerk of the papers, attends daily. End quote.|called the clerk of the papers, attends daily. End quote. +LJ002-0110|Having thus briefly described the plan and appropriation of the prison, I propose to deal now with the general condition of the inmates, and the manner of their life.|Having thus briefly described the plan and appropriation of the prison, I propose to deal now with the general condition of the inmates, and the manner of their life. +LJ002-0111|Of these the debtors, male and female, formed a large proportion.|Of these the debtors, male and female, formed a large proportion. +LJ002-0112|The frequency and extent of processes against debtors seventy or eighty years ago will appear almost incredible|The frequency and extent of processes against debtors seventy or eighty years ago will appear almost incredible +LJ002-0113|in an age when insolvent acts and bankruptcy courts do so much to relieve the impecunious,|in an age when insolvent acts and bankruptcy courts do so much to relieve the impecunious, +LJ002-0114|and imprisonment for debt has almost entirely disappeared.|and imprisonment for debt has almost entirely disappeared. +LJ002-0116|The number of processes against debtors annually was extraordinary.|The number of processes against debtors annually was extraordinary. +LJ002-0117|Neild gives, on the authority of Mr. Burchell, the under sheriff of Middlesex,|Neild gives, on the authority of Mr. Burchell, the under sheriff of Middlesex, +LJ002-0118|a table showing the figures for the year ending Michaelmas 1802.|a table showing the figures for the year ending Michaelmas eighteen oh two. +LJ002-0119|In that period upwards of 200,000 writs|In that period upwards of two hundred thousand writs +LJ002-0120|had been issued for the arrests of debtors in the kingdom, for sums varying from fourpence to £500 and upwards.|had been issued for the arrests of debtors in the kingdom, for sums varying from fourpence to five hundred pounds and upwards. +LJ002-0121|Fifteen thousand of these were issued in Middlesex alone, which at that time was reckoned as only a fifteenth of Great Britain.|Fifteen thousand of these were issued in Middlesex alone, which at that time was reckoned as only a fifteenth of Great Britain. +LJ002-0122|The number of arrests actually made was 114,300 for the kingdom, and 7020 for Middlesex.|The number of arrests actually made was one hundred fourteen thousand, three hundred for the kingdom, and seven thousand twenty for Middlesex. +LJ002-0123|Barely half of these gave bail bonds on arrests, and the remainder went to prison.|Barely half of these gave bail bonds on arrests, and the remainder went to prison. +LJ002-0124|Quite half of the foregoing writs and arrests applied to sums under £30.|Quite half of the foregoing writs and arrests applied to sums under thirty pounds. +LJ002-0125|Neild also says that in 1793,|Neild also says that in seventeen ninety-three, +LJ002-0126|5719 writs and executions for debts between £10 and £20 were issued in Middlesex,|five thousand, seven hundred nineteen writs and executions for debts between ten pounds and twenty pounds were issued in Middlesex, +LJ002-0127|and the aggregate amount of debts sued for was £81,791.|and the aggregate amount of debts sued for was eighty-one thousand, seven hundred ninety-one pounds. +LJ002-0128|He also makes the curious calculation that the costs of these actions if undefended|He also makes the curious calculation that the costs of these actions if undefended +LJ002-0129|would have amounted to £68,728, and if defended,|would have amounted to sixty-eight thousand, seven hundred twenty-eight pounds, and if defended, +LJ002-0130|£285,950; in other words, that to recover eighty odd thousand pounds,|two hundred eighty-five thousand, nine hundred fifty pounds; in other words, that to recover eighty odd thousand pounds, +LJ002-0131|three times the amount would be expended.|three times the amount would be expended. +LJ002-0132|An elaborate machinery planned for the protection of the trader, and altogether on his side, had long existed for the recovery of debts.|An elaborate machinery planned for the protection of the trader, and altogether on his side, had long existed for the recovery of debts. +LJ002-0133|Alfred the Great established the Court Baron, the Hundred Court, and the County Court, which among other matters entertained pleas for debt.|Alfred the Great established the Court Baron, the Hundred Court, and the County Court, which among other matters entertained pleas for debt. +LJ002-0134|The County Court was the sheriff's, who sat there surrounded by the bishop and the magnates of the county;|The County Court was the sheriff's, who sat there surrounded by the bishop and the magnates of the county; +LJ002-0135|but as time passed, difficulties and delays in obtaining judgment led to the removal of causes to the great Court of King's Bench,|but as time passed, difficulties and delays in obtaining judgment led to the removal of causes to the great Court of King's Bench, +LJ002-0136|and the disuse of the inferior courts.|and the disuse of the inferior courts. +LJ002-0137|So much inconvenience ensued, that in 1518 the Corporation obtained from Parliament an act empowering two aldermen|So much inconvenience ensued, that in fifteen eighteen the Corporation obtained from Parliament an act empowering two aldermen +LJ002-0138|and four common councilmen to hold Courts of Requests, or Courts of Conscience, to hear and determine all causes of debt|and four common councilmen to hold Courts of Requests, or Courts of Conscience, to hear and determine all causes of debt +LJ002-0139|under 40 shillings arising within the city.|under forty shillings arising within the city. +LJ002-0140|These courts were extended two centuries later to several large provincial towns, and all were in full activity when Neild wrote,|These courts were extended two centuries later to several large provincial towns, and all were in full activity when Neild wrote, +LJ002-0141|and indeed supplied the bulk of the poor debtors committed to prison.|and indeed supplied the bulk of the poor debtors committed to prison. +LJ002-0142|These courts were open to many and grave objections.|These courts were open to many and grave objections. +LJ002-0143|The commissioners who presided were, quote, little otherwise than self-elected|The commissioners who presided were, quote, little otherwise than self-elected +LJ002-0144|and when once appointed continued to serve sine die; they were generally near in rank to the parties whose causes they decided.|and when once appointed continued to serve sine die; they were generally near in rank to the parties whose causes they decided. +LJ002-0145|Often a commissioner had to leave the bench because he was himself a party to the suit that was sub judice.|Often a commissioner had to leave the bench because he was himself a party to the suit that was sub judice. +LJ002-0146|The activity as well as the futility of these courts may be estimated from the statement given by Neild|The activity as well as the futility of these courts may be estimated from the statement given by Neild +LJ002-0147|that thirteen hundred and twelve debtors were committed by them to Newgate between 1797 and 1808,|that thirteen hundred and twelve debtors were committed by them to Newgate between seventeen ninety-seven and eighteen oh eight, +LJ002-0148|and that no more than 197 creditors recovered debts and costs.|and that no more than one hundred ninety-seven creditors recovered debts and costs. +LJ002-0150|Costs were the gallons of sack to the pennyworth of debt.|Costs were the gallons of sack to the pennyworth of debt. +LJ002-0151|Neild found at his visit to Newgate in 1810,|Neild found at his visit to Newgate in eighteen ten, +LJ002-0152|fourteen men and women who had lain there ten, eleven, and thirteen years for debts of a few shillings,|fourteen men and women who had lain there ten, eleven, and thirteen years for debts of a few shillings, +LJ002-0153|weighted by treble the amount of costs.|weighted by treble the amount of costs. +LJ002-0154|Thus, amongst others, Thomas Blackburn had been committed on October 15th for a debt of 1 shilling 5 pence.|Thus, amongst others, Thomas Blackburn had been committed on October fifteenth for a debt of one shilling five pence. +LJ002-0155|for which the costs were 6 shillings 10 pence.|for which the costs were six shillings ten pence. +LJ002-0156|Thomas Dobson, on 22nd August, 1799, for 1 shilling, with costs of 8 shillings, 10 pence.|Thomas Dobson, on twenty-second August, seventeen ninety-nine, for one shilling, with costs of eight shillings, ten pence. +LJ002-0158|Other cases are recorded elsewhere, as at the Giltspur Street Compter, where in 1805 Mr. Neild found a man named William Grant|Other cases are recorded elsewhere, as at the Giltspur Street Compter, where in eighteen oh five Mr. Neild found a man named William Grant +LJ002-0159|detained for 1 shilling 9 pence, with costs of 5 shillings.|detained for one shilling nine pence, with costs of five shillings. +LJ002-0160|and John Lancaster for 1 shilling, 8 pence, with costs of 7 shillings, 6 pence. Quote.|and John Lancaster for one shilling, eight pence, with costs of seven shillings, six pence. Quote. +LJ002-0161|These surely, I thought," says Mr. Neild, "were bad enough! But it was not so. End quote.|These surely, I thought," says Mr. Neild, "were bad enough! But it was not so. End quote. +LJ002-0162|He recites another most outrageous and extraordinary case, in which one John Bird,|He recites another most outrageous and extraordinary case, in which one John Bird, +LJ002-0163|a market porter, was arrested and committed at the suit of a publican|a market porter, was arrested and committed at the suit of a publican +LJ002-0164|for the paltry sum of 4 pence, with costs of 7 shillings, 6 pence.|for the paltry sum of four pence, with costs of seven shillings, six pence. +LJ002-0165|Bird was, however, discharged within three days by a subscription raised among his fellow-prisoners.|Bird was, however, discharged within three days by a subscription raised among his fellow-prisoners. +LJ002-0166|Mr. Buxton, in his "Inquiry into the System of Prison Discipline,"|Mr. Buxton, in his "Inquiry into the System of Prison Discipline," +LJ002-0168|The lad in question was found in Coldbath Fields prison, to which he had been sent for a month in default of paying a fine of forty shillings.|The lad in question was found in Coldbath Fields prison, to which he had been sent for a month in default of paying a fine of forty shillings. +LJ002-0169|He had been in the employ of a corn-chandler at Islington, and went into London with his master's cart and horse.|He had been in the employ of a corn-chandler at Islington, and went into London with his master's cart and horse. +LJ002-0170|There was in the City Road a temporary bar, with a collector of tolls who was sometimes on the spot and sometimes not.|There was in the City Road a temporary bar, with a collector of tolls who was sometimes on the spot and sometimes not. +LJ002-0171|The boy declared he saw no one, and accordingly passed through without paying the toll of a penny.|The boy declared he saw no one, and accordingly passed through without paying the toll of a penny. +LJ002-0172|For this he was summoned before a magistrate, and sentenced as already stated.|For this he was summoned before a magistrate, and sentenced as already stated. +LJ002-0173|The lad was proved to be of good character and the son of respectable parents.|The lad was proved to be of good character and the son of respectable parents. +LJ002-0174|Mr. Buxton's friends at once paid the forty shillings, and the boy was released.|Mr. Buxton's friends at once paid the forty shillings, and the boy was released. +LJ002-0175|The costs in heavier debts always doubled the sum; if the arrest was made in the country it trebled it.|The costs in heavier debts always doubled the sum; if the arrest was made in the country it trebled it. +LJ002-0176|Neild gives a list of the various items charged upon a debt of £10, which included instructions to sue,|Neild gives a list of the various items charged upon a debt of ten pounds, which included instructions to sue, +LJ002-0177|affidavit of debt, drawing praecipe (1 pound, 5 shillings), capias, fee to officer on arrest,|affidavit of debt, drawing praecipe (one pound, five shillings), capias, fee to officer on arrest, +LJ002-0178|affidavit of service, and many more, amounting in all to twenty-seven,|affidavit of service, and many more, amounting in all to twenty-seven, +LJ002-0179|and costing 11 pounds, 15 shillings, 8 pence, within ten days.|and costing eleven pounds, fifteen shillings, eight pence, within ten days. +LJ002-0180|Before dealing with the debtors in Newgate, I may refer incidentally|Before dealing with the debtors in Newgate, I may refer incidentally +LJ002-0181|to those in other London prisons, for Newgate was not the only place of durance for these unfortunate people. There were also the King's Bench,|to those in other London prisons, for Newgate was not the only place of durance for these unfortunate people. There were also the King's Bench, +LJ002-0182|the Fleet, and the Marshalsea prisons especially devoted to them,|the Fleet, and the Marshalsea prisons especially devoted to them, +LJ002-0183|whilst Ludgate, the Giltspur Street, and Borough Compters also received them|whilst Ludgate, the Giltspur Street, and Borough Compters also received them +LJ002-0184|the latter two being also a prison for felons and vagrants arrested within certain limits.|the latter two being also a prison for felons and vagrants arrested within certain limits. +LJ002-0185|The King's Bench was a national prison, in which were confined all debtors arrested for debt or for contempt of the court of the King's Bench.|The King's Bench was a national prison, in which were confined all debtors arrested for debt or for contempt of the court of the King's Bench. +LJ002-0186|The population generally amounted to from five hundred to seven hundred, the accommodation being calculated for two hundred.|The population generally amounted to from five hundred to seven hundred, the accommodation being calculated for two hundred. +LJ002-0187|Every new-comer was entitled to a "chummage" ticket, but did not always get it,|Every new-comer was entitled to a "chummage" ticket, but did not always get it, +LJ002-0188|being often obliged to pay a high rent for a bed at the coffee-house or in some room which was vacated by its regular occupant.|being often obliged to pay a high rent for a bed at the coffee-house or in some room which was vacated by its regular occupant. +LJ002-0189|No fixed rates or rules governed the hiring out of rooms or parts of a room, and all sorts of imposition was practiced.|No fixed rates or rules governed the hiring out of rooms or parts of a room, and all sorts of imposition was practiced. +LJ002-0190|The best, or at least the most influential prisoners, got lodging in the State House, which contained "eight large handsome rooms."|The best, or at least the most influential prisoners, got lodging in the State House, which contained "eight large handsome rooms." +LJ002-0191|Besides those actually resident within the walls,|Besides those actually resident within the walls, +LJ002-0192|another two hundred more or less took advantage of "the rules," and lived outside within a circumference of two miles and a half.|another two hundred more or less took advantage of "the rules," and lived outside within a circumference of two miles and a half. +LJ002-0193|In these cases security was given for the amount of the debt,|In these cases security was given for the amount of the debt, +LJ002-0194|and a heavy fee at the rate of £8 per £100, with £4 for every additional hundred.|and a heavy fee at the rate of eight pounds per one hundred pounds, with four pounds for every additional hundred. +LJ002-0195|Besides these, a number had the privilege of a "run on the key," which allowed a prisoner to go into the rules for the day.|Besides these, a number had the privilege of a "run on the key," which allowed a prisoner to go into the rules for the day. +LJ002-0196|The foregoing rentals and payments for privileges, together with fees exacted on commitment and discharge, went to the marshal or keeper of the prison,|The foregoing rentals and payments for privileges, together with fees exacted on commitment and discharge, went to the marshal or keeper of the prison, +LJ002-0197|whose net annual income thus entirely derived from the impecunious amounted to between three and four thousand pounds.|whose net annual income thus entirely derived from the impecunious amounted to between three and four thousand pounds. +LJ002-0198|The office of marshal had been hereditary,|The office of marshal had been hereditary, +LJ002-0199|but in the 27th George II the right of presentation was bought by the Crown for £10,500.|but in the twenty-seventh George the second the right of presentation was bought by the Crown for ten thousand, five hundred pounds. +LJ002-0200|The marshal was supposed to be resident either within the prison or the rules.|The marshal was supposed to be resident either within the prison or the rules. +LJ002-0201|He seems to have felt no responsibility as to the welfare or comfort of those in charge, and out of whom he made all his money.|He seems to have felt no responsibility as to the welfare or comfort of those in charge, and out of whom he made all his money. +LJ002-0202|The prison was always in "the most filthy state imaginable."|The prison was always in "the most filthy state imaginable." +LJ002-0203|The half or wholly starved prisoners fished for alms or food at the gratings.|The half or wholly starved prisoners fished for alms or food at the gratings. +LJ002-0204|When they were sick no more notice was taken of them than of a dog.|When they were sick no more notice was taken of them than of a dog. +LJ002-0205|A man dying of liver complaint lay on the cold stones without a bed or food to eat.|A man dying of liver complaint lay on the cold stones without a bed or food to eat. +LJ002-0206|Dissolute habits prevailed on all sides; drunkenness was universal, gambling perpetual.|Dissolute habits prevailed on all sides; drunkenness was universal, gambling perpetual. +LJ002-0207|The yards were taken up with rackets and five courts, and here and there were "bumble puppy grounds," a game in which the players rolled iron balls|The yards were taken up with rackets and five courts, and here and there were "bumble puppy grounds," a game in which the players rolled iron balls +LJ002-0208|into holes marked with numbers.|into holes marked with numbers. +LJ002-0209|How to make most profit out of the wretched denizens of the jail was the marshal's only care. He got a rent for the coffee-house and the bake-house;|How to make most profit out of the wretched denizens of the jail was the marshal's only care. He got a rent for the coffee-house and the bake-house; +LJ002-0210|the keeper of the large tap-room called the Brace, because it was once kept by two brothers named Partridge, also paid him toll.|the keeper of the large tap-room called the Brace, because it was once kept by two brothers named Partridge, also paid him toll. +LJ002-0211|The sale of spirits was forbidden, but gin could always be had at the whistling shops, where it was known as Moonshine, Sky Blue,|The sale of spirits was forbidden, but gin could always be had at the whistling shops, where it was known as Moonshine, Sky Blue, +LJ002-0212|Mexico, and was consumed at the rate of a hogshead per week.|Mexico, and was consumed at the rate of a hogshead per week. +LJ002-0213|The Fleet, which stood in Farringdon Street,|The Fleet, which stood in Farringdon Street, +LJ002-0214|was a prison for debtors and persons committed for contempt by the courts of Chancery, Exchequer, and Common Pleas.|was a prison for debtors and persons committed for contempt by the courts of Chancery, Exchequer, and Common Pleas. +LJ002-0215|It was so used for the date of the abolition of the Star Chamber in the 16th Charles I.|It was so used for the date of the abolition of the Star Chamber in the sixteenth Charles the first +LJ002-0216|The shameful malpractices of Bambridge,|The shameful malpractices of Bambridge, +LJ002-0217|the warden of the Fleet at the commencement of the eighteenth century, are too well known to need more than a passing reference.|the warden of the Fleet at the commencement of the eighteenth century, are too well known to need more than a passing reference. +LJ002-0218|A committee of the House of Commons investigated the charges against Bambridge, who was proved to have connived at the escape of some debtors,|A committee of the House of Commons investigated the charges against Bambridge, who was proved to have connived at the escape of some debtors, +LJ002-0219|and to have been guilty of extortion to others. One Sir William Rich, Bart., he had loaded with heavy irons|and to have been guilty of extortion to others. One Sir William Rich, Bart., he had loaded with heavy irons +LJ002-0220|In consequence of these disclosures, both Bambridge and Huggin, his predecessor in the office, were committed to Newgate,|In consequence of these disclosures, both Bambridge and Huggin, his predecessor in the office, were committed to Newgate, +LJ002-0221|and many reforms instituted. But the condition of the prison and its inmates remained unsatisfactory to the last.|and many reforms instituted. But the condition of the prison and its inmates remained unsatisfactory to the last. +LJ002-0222|It contained generally from six to seven hundred inmates, while another hundred more or less resided in the rules outside.|It contained generally from six to seven hundred inmates, while another hundred more or less resided in the rules outside. +LJ002-0223|The principle of "chummage" prevailed as in the King's Bench,|The principle of "chummage" prevailed as in the King's Bench, +LJ002-0224|but a number of rooms, fifteen more or less, were reserved for poor debtors under the name of Bartholomew Fair.|but a number of rooms, fifteen more or less, were reserved for poor debtors under the name of Bartholomew Fair. +LJ002-0225|The rentals of rooms and fees went to the warden, whose income was £2372.|The rentals of rooms and fees went to the warden, whose income was two thousand three hundred seventy-two pounds. +LJ002-0226|The same evils of overcrowding, uncleanliness, want of medical attendance,|The same evils of overcrowding, uncleanliness, want of medical attendance, +LJ002-0227|absence or neglect of divine service, were present as in the King's Bench, but in an exaggerated form.|absence or neglect of divine service, were present as in the King's Bench, but in an exaggerated form. +LJ002-0228|The Committee on Jails reported that, quote, although the house of the warden looked into the court,|The Committee on Jails reported that, quote, although the house of the warden looked into the court, +LJ002-0229|and the turnkeys slept in the prison, yet scenes of riot, drunkenness, and disorder were most prevalent, end quote.|and the turnkeys slept in the prison, yet scenes of riot, drunkenness, and disorder were most prevalent, end quote. +LJ002-0230|The state of morals was disgraceful. Any woman obtained admission if sober, and if she got drunk she was not turned out.|The state of morals was disgraceful. Any woman obtained admission if sober, and if she got drunk she was not turned out. +LJ002-0231|There was no distinct place for the female debtors, who lived in the same galleries as the men.|There was no distinct place for the female debtors, who lived in the same galleries as the men. +LJ002-0232|Disturbances were frequent, owing to the riotous conduct of intoxicated women.|Disturbances were frequent, owing to the riotous conduct of intoxicated women. +LJ002-0233|Twice a week there was a wine and beer club held at night, which lasted till two or three in the morning.|Twice a week there was a wine and beer club held at night, which lasted till two or three in the morning. +LJ002-0234|In the yard behind the prison|In the yard behind the prison +LJ002-0235|were places set apart for skittles, fives, and tennis, which strangers frequented as any other place of public amusement.|were places set apart for skittles, fives, and tennis, which strangers frequented as any other place of public amusement. +LJ002-0236|Matters were rather better at the Marshalsea.|Matters were rather better at the Marshalsea. +LJ002-0237|This very ancient prison, which stood in the High Street, Southwark,|This very ancient prison, which stood in the High Street, Southwark, +LJ002-0238|was used for debtors arrested for the lowest sums within twelve miles of the palace of Whitehall;|was used for debtors arrested for the lowest sums within twelve miles of the palace of Whitehall; +LJ002-0239|also for prisoners committed by the Admiralty Court.|also for prisoners committed by the Admiralty Court. +LJ002-0240|At one time the Marshalsea was the receptacle of pirates, but none were committed to it after 1789.|At one time the Marshalsea was the receptacle of pirates, but none were committed to it after seventeen eighty-nine. +LJ002-0241|The court of the Marshalsea was instituted by Charles I. in the sixth year of his reign,|The court of the Marshalsea was instituted by Charles the first in the sixth year of his reign, +LJ002-0242|to be held before the steward of the royal household, the knight marshal, and the steward of the court,|to be held before the steward of the royal household, the knight marshal, and the steward of the court, +LJ002-0243|with jurisdiction to hold pleas in all actions within the prescribed limits. The court was chiefly used for the recovery of small debts under £10|with jurisdiction to hold pleas in all actions within the prescribed limits. The court was chiefly used for the recovery of small debts under ten pounds +LJ002-0244|but its business was much reduced by the extension of the Courts of Conscience.|but its business was much reduced by the extension of the Courts of Conscience. +LJ002-0245|The prison was a nest of abuses, like its neighbor the King's Bench|The prison was a nest of abuses, like its neighbor the King's Bench +LJ002-0246|and came under the strong animadversion of the Jail Committee of 1729.|and came under the strong animadversion of the Jail Committee of seventeen twenty-nine. +LJ002-0247|As the business of the Marshalsea Court declined, the numbers in its prison diminished.|As the business of the Marshalsea Court declined, the numbers in its prison diminished. +LJ002-0248|The population, as reported by the committee in 1814, averaged about sixty,|The population, as reported by the committee in eighteen fourteen, averaged about sixty, +LJ002-0249|and the prison, although wives and children resided within the walls, was not overcrowded.|and the prison, although wives and children resided within the walls, was not overcrowded. +LJ002-0250|Their conduct too was orderly on the whole.|Their conduct too was orderly on the whole. +LJ002-0251|Drunkenness was not common, chiefly because liquor was not to be had freely, although the tapster paid a rent of two guineas a week for permission to sell it.|Drunkenness was not common, chiefly because liquor was not to be had freely, although the tapster paid a rent of two guineas a week for permission to sell it. +LJ002-0252|The inmates, who euphemistically styled themselves "collegians,"|The inmates, who euphemistically styled themselves "collegians," +LJ002-0253|were governed by rules which they themselves had framed, and under which subscriptions were levied|were governed by rules which they themselves had framed, and under which subscriptions were levied +LJ002-0254|and fines imposed for conduct disapproved of by the "college."|and fines imposed for conduct disapproved of by the "college." +LJ002-0255|A court of the collegians was held every Monday to manage its affairs, at which all prisoners were required to attend.|A court of the collegians was held every Monday to manage its affairs, at which all prisoners were required to attend. +LJ002-0256|A committee of collegians was elected to act as the executive, also a secretary or accountant to receive monies and keep books,|A committee of collegians was elected to act as the executive, also a secretary or accountant to receive monies and keep books, +LJ002-0257|and a master of the ale-room, who kept this the scene of their revels clean, and saw that boiling water was provided for grog.|and a master of the ale-room, who kept this the scene of their revels clean, and saw that boiling water was provided for grog. +LJ002-0258|Bad language, quarreling, throwing water over one another was forbidden on pain of fine and being sent to Coventry;|Bad language, quarreling, throwing water over one another was forbidden on pain of fine and being sent to Coventry; +LJ002-0259|but the prevailing moral tone may be guessed from the penalty inflicted upon persons singing obscene songs before nine p.m.|but the prevailing moral tone may be guessed from the penalty inflicted upon persons singing obscene songs before nine p.m. +LJ002-0260|Yet the public opinion of the whole body seems to have checked dissipation.|Yet the public opinion of the whole body seems to have checked dissipation. +LJ002-0261|The poorer prisoners were not in abject want, as in other prisons,|The poorer prisoners were not in abject want, as in other prisons, +LJ002-0262|owing to many charitable gifts and bequests, which included annual donations from the Archbishop of Canterbury,|owing to many charitable gifts and bequests, which included annual donations from the Archbishop of Canterbury, +LJ002-0263|the Lord Steward of the Household, the steward and officers of the Marshalsea Court, and others.|the Lord Steward of the Household, the steward and officers of the Marshalsea Court, and others. +LJ002-0264|Legacies had also been left to free a certain number of debtors, notably that of £100 per annum|Legacies had also been left to free a certain number of debtors, notably that of one hundred pounds per annum +LJ002-0265|left by a Mr. Henry Allnutt, who was long a prisoner in the Marshalsea, and came into a fortune while there.|left by a Mr. Henry Allnutt, who was long a prisoner in the Marshalsea, and came into a fortune while there. +LJ002-0266|His bequest, which was charged upon his manor at Goring, Oxon, and hence called the Oxford Charity,|His bequest, which was charged upon his manor at Goring, Oxon, and hence called the Oxford Charity, +LJ002-0267|was applied only to the release of poor debtors whom £4 each could free.|was applied only to the release of poor debtors whom four pounds each could free. +LJ002-0268|The supreme control of the Marshalsea was vested in the marshal of the royal household; but although he drew a salary of £500 a year,|The supreme control of the Marshalsea was vested in the marshal of the royal household; but although he drew a salary of five hundred pounds a year, +LJ002-0269|he did nothing beyond visiting the prison occasionally, and left the administration to the deputy marshal.|he did nothing beyond visiting the prison occasionally, and left the administration to the deputy marshal. +LJ002-0270|The latter's salary, with fees, the rent of the tap and of the chandler's shop, amounted to about £600 a year.|The latter's salary, with fees, the rent of the tap and of the chandler's shop, amounted to about six hundred pounds a year. +LJ002-0271|The compters of Ludgate, Giltspur Street, and the Borough were discontinued as debtors' prisons (as was Newgate also)|The compters of Ludgate, Giltspur Street, and the Borough were discontinued as debtors' prisons (as was Newgate also) +LJ002-0272|on the opening of Whitecross prison for debtors in 1815.|on the opening of Whitecross prison for debtors in eighteen fifteen. +LJ002-0273|Ludgate to the last was the debtors' prison for freemen of the city of London,|Ludgate to the last was the debtors' prison for freemen of the city of London, +LJ002-0274|clergymen, proctors, attorneys, and persons specially selected by the Corporation.|clergymen, proctors, attorneys, and persons specially selected by the Corporation. +LJ002-0275|At one time the Ludgate debtors, accompanied by the keeper,|At one time the Ludgate debtors, accompanied by the keeper, +LJ002-0276|went outside and beyond the prison to call on their creditors, and try to arrange their debts, but this practice was discontinued.|went outside and beyond the prison to call on their creditors, and try to arrange their debts, but this practice was discontinued. +LJ002-0277|There were fifteen rooms of various sizes, and as the numbers imprisoned rarely exceeded five-and-twenty, the place was never overcrowded,|There were fifteen rooms of various sizes, and as the numbers imprisoned rarely exceeded five-and-twenty, the place was never overcrowded, +LJ002-0278|while the funds of several bequests and charities were applied in adding to the material comfort of the prisoners.|while the funds of several bequests and charities were applied in adding to the material comfort of the prisoners. +LJ002-0279|The Giltspur Street Compter received sheriffs' debtors, also felons, vagrants, and night charges.|The Giltspur Street Compter received sheriffs' debtors, also felons, vagrants, and night charges. +LJ002-0280|It was generally crowded, as debtors who would have gone to the Poultry Compter were sent to Giltspur Street when the former was condemned as unfit to receive prisoners.|It was generally crowded, as debtors who would have gone to the Poultry Compter were sent to Giltspur Street when the former was condemned as unfit to receive prisoners. +LJ002-0281|The demands for fees were excessive in Giltspur Street.|The demands for fees were excessive in Giltspur Street. +LJ002-0282|Those who could not pay were thrown into the wards with the night charges,|Those who could not pay were thrown into the wards with the night charges, +LJ002-0283|and denied admission to the "charity wards," which partook of all the benefits of bequests and donations to poor debtors.|and denied admission to the "charity wards," which partook of all the benefits of bequests and donations to poor debtors. +LJ002-0284|The Borough Compter was in a disgraceful state to the last. The men's ward had an earth, or rather a mud, floor,|The Borough Compter was in a disgraceful state to the last. The men's ward had an earth, or rather a mud, floor, +LJ002-0285|and was so unfit to sleep on that it had not been used for many years, so that the men and women associated together indiscriminately.|and was so unfit to sleep on that it had not been used for many years, so that the men and women associated together indiscriminately. +LJ002-0286|The rooms had no fireplaces, so it mattered little that no coals were allowed.|The rooms had no fireplaces, so it mattered little that no coals were allowed. +LJ002-0287|There were no beds or bedding, no straw even.|There were no beds or bedding, no straw even. +LJ002-0288|In one room Mr. Neild found a woman ill of a flux shut up with three men;|In one room Mr. Neild found a woman ill of a flux shut up with three men; +LJ002-0289|the latter raised eighteen pence among them to pay for a truss of straw for the poor woman to lie on.|the latter raised eighteen pence among them to pay for a truss of straw for the poor woman to lie on. +LJ002-0290|Neild found the prisoners in the Borough Compter ragged, starving, and dirty.|Neild found the prisoners in the Borough Compter ragged, starving, and dirty. +LJ002-0291|I come now to the debtors in Newgate. The quarters they occupied were divided, as I have said, into three principal divisions|I come now to the debtors in Newgate. The quarters they occupied were divided, as I have said, into three principal divisions +LJ002-0292|the master's side, the cabin side, and the common side. Payment of a fee of 3 shillings gained the debtor admission to the two first named;|the master's side, the cabin side, and the common side. Payment of a fee of three shillings gained the debtor admission to the two first named; +LJ002-0293|those who could pay nothing went, as a matter of course, to the common side;|those who could pay nothing went, as a matter of course, to the common side; +LJ002-0294|a further fee was, however, demanded from the new-comer before he was made free of either the master's or the cabin side.|a further fee was, however, demanded from the new-comer before he was made free of either the master's or the cabin side. +LJ002-0295|This was the reprehensible claim for "garnish," which had already been abolished in all well-conducted prisons, but which still was demanded in Newgate.|This was the reprehensible claim for "garnish," which had already been abolished in all well-conducted prisons, but which still was demanded in Newgate. +LJ002-0296|Garnish on the cabin side was a guinea at entrance for coals, candles, brooms, etc., and a gallon of beer on discharge;|Garnish on the cabin side was a guinea at entrance for coals, candles, brooms, etc., and a gallon of beer on discharge; +LJ002-0297|on the master's side it was thirteen and fourpence, and a gallon of beer on entrance, although Mr. Newman,|on the master's side it was thirteen and fourpence, and a gallon of beer on entrance, although Mr. Newman, +LJ002-0298|in his evidence in 1814, said it was more,|in his evidence in eighteen fourteen, said it was more, +LJ002-0299|and gave the garnish for the common side at that sum, which is five shillings more than Mr. Neild says was extorted on the common side.|and gave the garnish for the common side at that sum, which is five shillings more than Mr. Neild says was extorted on the common side. +LJ002-0300|Numerous tyrannies were practiced on all who would not and could not pay the garnish.|Numerous tyrannies were practiced on all who would not and could not pay the garnish. +LJ002-0301|They were made to wash and swab the ward, or they were shut out from the ward fireplace, and forbidden to pass a chalked line drawn on the floor,|They were made to wash and swab the ward, or they were shut out from the ward fireplace, and forbidden to pass a chalked line drawn on the floor, +LJ002-0302|and so were unable either to warm themselves or to cook their food.|and so were unable either to warm themselves or to cook their food. +LJ002-0303|Besides these fees, legitimate and illegitimate, there were others which must be paid before release.|Besides these fees, legitimate and illegitimate, there were others which must be paid before release. +LJ002-0304|The sheriff demanded 4 shillings, 6 pence for his liberate, the jailer 6 shillings, 10 pence more, and the turnkey 2 shillings;|The sheriff demanded four shillings, six pence for his liberate, the jailer six shillings, ten pence more, and the turnkey two shillings; +LJ002-0305|and thus when the debtor's debt had been actually paid, or when he had abandoned his property to the creditors, and, almost destitute,|and thus when the debtor's debt had been actually paid, or when he had abandoned his property to the creditors, and, almost destitute, +LJ002-0306|looked forward to his liberty, he was still delayed until he had paid a new debt arising, quote,|looked forward to his liberty, he was still delayed until he had paid a new debt arising, quote, +LJ002-0307|only out of a satisfaction of all his former debts, end quote. The fees were not always extorted, it is true;|only out of a satisfaction of all his former debts, end quote. The fees were not always extorted, it is true; +LJ002-0308|nor was non-payment made a pretext for further imprisonment, thanks to the humanity of the jailer, or the funds provided by various charities.|nor was non-payment made a pretext for further imprisonment, thanks to the humanity of the jailer, or the funds provided by various charities. +LJ002-0309|There was this much honest forbearance in Newgate in these days,|There was this much honest forbearance in Newgate in these days, +LJ002-0310|that debtors who could afford the cabin and master's side were not permitted to share in the prison charities.|that debtors who could afford the cabin and master's side were not permitted to share in the prison charities. +LJ002-0311|These were lumped together into a general fund,|These were lumped together into a general fund, +LJ002-0312|and a calculation made as to the amount that might be expended per week from the whole sum, so that the latter might last out the year.|and a calculation made as to the amount that might be expended per week from the whole sum, so that the latter might last out the year. +LJ002-0313|It generally ran to about six pounds per week. The money, which at one time had been distributed quarterly, and all went in drink,|It generally ran to about six pounds per week. The money, which at one time had been distributed quarterly, and all went in drink, +LJ002-0314|was after 1807, through the exertions of the keeper of the jail, spent in the purchase of necessaries.|was after eighteen oh seven, through the exertions of the keeper of the jail, spent in the purchase of necessaries. +LJ002-0315|But this weekly pittance did not go far when the debtors' side was crowded, as it often was;|But this weekly pittance did not go far when the debtors' side was crowded, as it often was; +LJ002-0316|notably as when numbers filled Newgate in anticipation of Lord Redesdale's bill for insolvent debtors,|notably as when numbers filled Newgate in anticipation of Lord Redesdale's bill for insolvent debtors, +LJ002-0317|and there were as many as three hundred and fifty prisoners in at one time.|and there were as many as three hundred and fifty prisoners in at one time. +LJ002-0318|The city also allowed the poor debtors fourteen ounces of bread daily, and their share of eight stone of meat, an allowance which never varied,|The city also allowed the poor debtors fourteen ounces of bread daily, and their share of eight stone of meat, an allowance which never varied, +LJ002-0319|issued once a week, and divided as far as it would go -- a very precarious and uncertain ration.|issued once a week, and divided as far as it would go -- a very precarious and uncertain ration. +LJ002-0320|The bread was issued every alternate day; and while some prisoners often ate their whole allowance at once,|The bread was issued every alternate day; and while some prisoners often ate their whole allowance at once, +LJ002-0321|others who arrived just after the time of distribution were often forty-eight hours without food. The latter might also be six days without meat.|others who arrived just after the time of distribution were often forty-eight hours without food. The latter might also be six days without meat. +LJ002-0322|Share in the weekly allowance of meat might also be denied to debtors who had not paid "garnish," as well as in the weekly grant from the charitable fund.|Share in the weekly allowance of meat might also be denied to debtors who had not paid "garnish," as well as in the weekly grant from the charitable fund. +LJ002-0323|Hence starvation stared many in the face, unless friends from outside came to their assistance,|Hence starvation stared many in the face, unless friends from outside came to their assistance, +LJ002-0324|or the keeper made them a special grant of 6 pence per diem out of the common stock;|or the keeper made them a special grant of six pence per diem out of the common stock; +LJ002-0325|or the sixpenny allowance was claimed for the creditors, which seldom happened, owing to the expense the process entailed.|or the sixpenny allowance was claimed for the creditors, which seldom happened, owing to the expense the process entailed. +LJ002-0326|The poor debtors were not supplied with beds. Those who could pay the price might hire them from each other,|The poor debtors were not supplied with beds. Those who could pay the price might hire them from each other, +LJ002-0327|or from persons who made a trade of it, or they might bring their beds with them into the prison.|or from persons who made a trade of it, or they might bring their beds with them into the prison. +LJ002-0328|Failing any of these methods, seeing that straw was forbidden for fear of fire, they had to be satisfied with a couple of the rugs provided by the city|Failing any of these methods, seeing that straw was forbidden for fear of fire, they had to be satisfied with a couple of the rugs provided by the city +LJ002-0329|the supply of which was, however, limited, and there were not always enough to give bedding to all. The stock was diminished by theft;|the supply of which was, however, limited, and there were not always enough to give bedding to all. The stock was diminished by theft; +LJ002-0330|female visitors carried them out of the prisons, or the debtors destroyed them when the weather was warm,|female visitors carried them out of the prisons, or the debtors destroyed them when the weather was warm, +LJ002-0331|and they were not in great demand, in order to convert them into mop-heads or cleaning-rags.|and they were not in great demand, in order to convert them into mop-heads or cleaning-rags. +LJ002-0332|Sometimes rugs were urgently required and not forthcoming;|Sometimes rugs were urgently required and not forthcoming; +LJ002-0333|a severe winter set in, the new stock had not been supplied by the contractors, and the poor debtors perished of cold.|a severe winter set in, the new stock had not been supplied by the contractors, and the poor debtors perished of cold. +LJ002-0334|Again, there was no regular allowance of fuel. Coals were purchased out of the garnish money and the charitable fund;|Again, there was no regular allowance of fuel. Coals were purchased out of the garnish money and the charitable fund; +LJ002-0335|so were candles, salt, pepper, mops and brooms. But the latter could have been of little service. Dirt prevailed everywhere;|so were candles, salt, pepper, mops and brooms. But the latter could have been of little service. Dirt prevailed everywhere; +LJ002-0336|indeed the place, with its oak floors caulked with pitch, and smoked ceilings,|indeed the place, with its oak floors caulked with pitch, and smoked ceilings, +LJ002-0337|could not be made even to look clean while there was no obligation of personal cleanliness on individuals, who often came into the prison in filthy rags.|could not be made even to look clean while there was no obligation of personal cleanliness on individuals, who often came into the prison in filthy rags. +LJ002-0338|Only now and again, in extreme cases, an unusually nasty companion was stripped, haled to the pump,|Only now and again, in extreme cases, an unusually nasty companion was stripped, haled to the pump, +LJ003-0001|The Chronicles of Newgate, Volume 2. By Arthur Griffiths. Section 5: Newgate down to 1818, part 2.|The Chronicles of Newgate, Volume two. By Arthur Griffiths. Section five: Newgate down to eighteen eighteen, part two. +LJ003-0002|The squalor and uncleanness of the debtors' side was intensified by constant overcrowding.|The squalor and uncleanness of the debtors' side was intensified by constant overcrowding. +LJ003-0003|Prisoners were committed to it quite without reference to its capacity.|Prisoners were committed to it quite without reference to its capacity. +LJ003-0004|No remonstrance was attended to,|No remonstrance was attended to, +LJ003-0005|no steps taken to reduce the number of committals, and the governor was obliged to utilize the chapel as a day and night room.|no steps taken to reduce the number of committals, and the governor was obliged to utilize the chapel as a day and night room. +LJ003-0006|Besides this, although the families of debtors were no longer permitted to live with them inside the jail,|Besides this, although the families of debtors were no longer permitted to live with them inside the jail, +LJ003-0007|hundreds of women and children came in every morning to spend the day there, and there was no limitation whatever to the numbers of visitors admitted to the debtors' side.|hundreds of women and children came in every morning to spend the day there, and there was no limitation whatever to the numbers of visitors admitted to the debtors' side. +LJ003-0008|Friends arrived about nine a.m., and went out at nine p.m., when as many as two hundred visitors have been observed leaving the debtors' yards at one time.|Friends arrived about nine a.m., and went out at nine p.m., when as many as two hundred visitors have been observed leaving the debtors' yards at one time. +LJ003-0009|The day passed in revelry and drunkenness. Although spirituous liquors were forbidden,|The day passed in revelry and drunkenness. Although spirituous liquors were forbidden, +LJ003-0010|wine and beer might be had in any quantity, the only limitation being|wine and beer might be had in any quantity, the only limitation being +LJ003-0011|that not more than one bottle of wine or one quart of beer could be issued at one time. No account was taken of the amount of liquors admitted in one day,|that not more than one bottle of wine or one quart of beer could be issued at one time. No account was taken of the amount of liquors admitted in one day, +LJ003-0012|and debtors might practically have as much as they liked, if they could only pay for it.|and debtors might practically have as much as they liked, if they could only pay for it. +LJ003-0013|No attempt was made to check drunkenness, beyond the penalty of shutting out friends from any ward in which a prisoner exceeded.|No attempt was made to check drunkenness, beyond the penalty of shutting out friends from any ward in which a prisoner exceeded. +LJ003-0014|Quarreling among the debtors was not unfrequent. Blows were struck, and fights often ensued.|Quarreling among the debtors was not unfrequent. Blows were struck, and fights often ensued. +LJ003-0015|For this and other acts of misconduct there was the discipline of the refractory ward, or "strong room" on the debtors' side.|For this and other acts of misconduct there was the discipline of the refractory ward, or "strong room" on the debtors' side. +LJ003-0016|Bad cases were removed to a cell on the felons' side, and here they were locked in solitary confinement for three days at a time.|Bad cases were removed to a cell on the felons' side, and here they were locked in solitary confinement for three days at a time. +LJ003-0017|Order throughout the debtors' side was preserved|Order throughout the debtors' side was preserved +LJ003-0018|and discipline maintained by a system open to grave abuses, and which had the prescription of long usage,|and discipline maintained by a system open to grave abuses, and which had the prescription of long usage, +LJ003-0019|and which was never wholly rooted out for many years to come.|and which was never wholly rooted out for many years to come. +LJ003-0020|This was the pernicious plan of governing by prisoners, or of setting a favored few in authority over the many.|This was the pernicious plan of governing by prisoners, or of setting a favored few in authority over the many. +LJ003-0021|The head of the debtors' prison was a prisoner called the steward, who was chosen by the whole body from six whom the keeper nominated.|The head of the debtors' prison was a prisoner called the steward, who was chosen by the whole body from six whom the keeper nominated. +LJ003-0022|This steward was practically supreme.|This steward was practically supreme. +LJ003-0023|All the allowances of food passed through his hands; he had the control of the poor-box for chance charities,|All the allowances of food passed through his hands; he had the control of the poor-box for chance charities, +LJ003-0024|he collected the garnish money, and distributed the weekly grant from the prison charitable fund.|he collected the garnish money, and distributed the weekly grant from the prison charitable fund. +LJ003-0025|In the latter duties he was, however, supervised by three auditors, freely chosen by the prisoners among themselves.|In the latter duties he was, however, supervised by three auditors, freely chosen by the prisoners among themselves. +LJ003-0026|The auditors were paid a shilling each for their services each time the poor-box was opened. The steward was also remunerated for his trouble.|The auditors were paid a shilling each for their services each time the poor-box was opened. The steward was also remunerated for his trouble. +LJ003-0027|He had a double allowance of bread, deducted, of course, from the already too limited portion of the rest,|He had a double allowance of bread, deducted, of course, from the already too limited portion of the rest, +LJ003-0028|and no doubt made the meat also pay toll.|and no doubt made the meat also pay toll. +LJ003-0029|Under the steward there were captains of wards, chosen in the same way, and performing analogous duties.|Under the steward there were captains of wards, chosen in the same way, and performing analogous duties. +LJ003-0030|These subordinate chiefs were also rewarded out of the scanty prison rations.|These subordinate chiefs were also rewarded out of the scanty prison rations. +LJ003-0031|The same system was extended to the criminal side, and cases were on record of the place of wardsman being sold for considerable sums.|The same system was extended to the criminal side, and cases were on record of the place of wardsman being sold for considerable sums. +LJ003-0032|So valuable were they deemed, that as much as fifty guineas was offered to the keeper for the post.|So valuable were they deemed, that as much as fifty guineas was offered to the keeper for the post. +LJ003-0033|Enough has been said, probably, to prove that there was room for improvement in the condition and treatment of debtors in the prisons of the city of London.|Enough has been said, probably, to prove that there was room for improvement in the condition and treatment of debtors in the prisons of the city of London. +LJ003-0034|This gradually was forced upon the consciousness of the Corporation,|This gradually was forced upon the consciousness of the Corporation, +LJ003-0035|and about 1812 application was made to Parliament for funds to build a new debtors' prison.|and about eighteen twelve application was made to Parliament for funds to build a new debtors' prison. +LJ003-0036|Authority was given to raise money on the Orphans' Fund to the extent of £90,000.|Authority was given to raise money on the Orphans' Fund to the extent of ninety thousand pounds. +LJ003-0037|A site was purchased between Red Lion and White Cross streets, and a new prison planned,|A site was purchased between Red Lion and White Cross streets, and a new prison planned, +LJ003-0038|which would accommodate the inmates of Newgate and of the three compters, Ludgate,|which would accommodate the inmates of Newgate and of the three compters, Ludgate, +LJ003-0039|Giltspur Street, and the Poultry, or about four hundred and seventy-six in all.|Giltspur Street, and the Poultry, or about four hundred and seventy-six in all. +LJ003-0040|The evils of association for these debtors were perpetuated, although the plan provided for the separation of the various contingents committed to it.|The evils of association for these debtors were perpetuated, although the plan provided for the separation of the various contingents committed to it. +LJ003-0041|There was no lack of air and light for the new jail, and several exercising yards.|There was no lack of air and light for the new jail, and several exercising yards. +LJ003-0043|and it was not ready to relieve Newgate till late in 1815.|and it was not ready to relieve Newgate till late in eighteen fifteen. +LJ003-0044|The reforms which were to be attempted in that prison|The reforms which were to be attempted in that prison +LJ003-0045|more particularly as regarded the classification of prisoners, and which were dependent on the space to be gained by the removal of the debtors,|more particularly as regarded the classification of prisoners, and which were dependent on the space to be gained by the removal of the debtors, +LJ003-0046|could not be carried out till then. It is to be feared that long after the opening of White Cross Street prison,|could not be carried out till then. It is to be feared that long after the opening of White Cross Street prison, +LJ003-0047|Newgate continued to be a reproach to those responsible for its management.|Newgate continued to be a reproach to those responsible for its management. +LJ003-0048|I pass now to the criminal side of Newgate, which consisted of the six quarters or yards already enumerated and described.|I pass now to the criminal side of Newgate, which consisted of the six quarters or yards already enumerated and described. +LJ003-0049|The inmates of this part, as distinguished from the debtors, were comprised in four classes:|The inmates of this part, as distinguished from the debtors, were comprised in four classes: +LJ003-0050|(1) those awaiting trial;|(one) those awaiting trial; +LJ003-0051|(2) persons under sentence of imprisonment for a fixed period, or until they shall have paid certain fines;|(two) persons under sentence of imprisonment for a fixed period, or until they shall have paid certain fines; +LJ003-0052|(3) transports awaiting removal to the colonies, and (4) capital convicts, condemned to death and awaiting execution.|(three) transports awaiting removal to the colonies, and (four) capital convicts, condemned to death and awaiting execution. +LJ003-0053|At one time the whole of these different categories were thrown together pell-mell, young and old, the untried with the convicted.|At one time the whole of these different categories were thrown together pell-mell, young and old, the untried with the convicted. +LJ003-0054|An imperfect attempt at classification was, however, made in 1812, and a yard was as far as possible set apart for the untried,|An imperfect attempt at classification was, however, made in eighteen twelve, and a yard was as far as possible set apart for the untried, +LJ003-0055|or class (1), with whom, under the imperious demand for accommodation, were also associated the misdemeanants, or class (2).|or class (one), with whom, under the imperious demand for accommodation, were also associated the misdemeanants, or class (two). +LJ003-0056|This was the chapel yard, with its five wards, which were calculated to hold seventy prisoners, but often held many more.|This was the chapel yard, with its five wards, which were calculated to hold seventy prisoners, but often held many more. +LJ003-0057|A further sub-classification was attempted by separating at night those charged with misdemeanors from those charged with felony,|A further sub-classification was attempted by separating at night those charged with misdemeanors from those charged with felony, +LJ003-0058|but all mingled freely during the day in the yard.|but all mingled freely during the day in the yard. +LJ003-0059|The sleeping accommodation in the chapel-yard wards, and indeed throughout the prison, consisted of a barrack bed,|The sleeping accommodation in the chapel-yard wards, and indeed throughout the prison, consisted of a barrack bed, +LJ003-0060|which was a wooden flooring on a slightly inclined plane, with a beam running across the top to serve as a pillow.|which was a wooden flooring on a slightly inclined plane, with a beam running across the top to serve as a pillow. +LJ003-0061|No beds were issued, only two rugs per prisoner.|No beds were issued, only two rugs per prisoner. +LJ003-0062|When each sleeper had the full lateral space allotted to him, it amounted to one foot and a half on the barrack bed;|When each sleeper had the full lateral space allotted to him, it amounted to one foot and a half on the barrack bed; +LJ003-0063|but when the ward was obliged to accommodate double the ordinary number, as was frequently the case,|but when the ward was obliged to accommodate double the ordinary number, as was frequently the case, +LJ003-0064|the sleepers covered the entire floor, with the exception of a passage in the middle.|the sleepers covered the entire floor, with the exception of a passage in the middle. +LJ003-0065|All the misdemeanants, whatever their offense, were lodged in this chapel ward.|All the misdemeanants, whatever their offense, were lodged in this chapel ward. +LJ003-0066|As many various and, according to our ideas, heinous crimes came under this head,|As many various and, according to our ideas, heinous crimes came under this head, +LJ003-0067|in the then existing state of the law,|in the then existing state of the law, +LJ003-0068|the man guilty of a common assault found himself side by side with the fraudulent, or others who had attempted abominable crimes.|the man guilty of a common assault found himself side by side with the fraudulent, or others who had attempted abominable crimes. +LJ003-0069|In this heterogeneous society were also thrown the unfortunate journalists to whom I have already referred, and on whom imprisonment in Newgate|In this heterogeneous society were also thrown the unfortunate journalists to whom I have already referred, and on whom imprisonment in Newgate +LJ003-0070|was frequently adjudged for so-called libels, or too out-spoken comments in print.|was frequently adjudged for so-called libels, or too out-spoken comments in print. +LJ003-0071|It was particularly recommended by the Committee on Jails in 1814|It was particularly recommended by the Committee on Jails in eighteen fourteen +LJ003-0072|that some other and less mixed prison should be used for the confinement of persons convicted of libels. But this suggestion was ignored.|that some other and less mixed prison should be used for the confinement of persons convicted of libels. But this suggestion was ignored. +LJ003-0073|Indeed the partial classification attempted seems to have been abandoned within a year or two.|Indeed the partial classification attempted seems to have been abandoned within a year or two. +LJ003-0074|The Hon. H. G. Bennet, who visited Newgate in 1817, saw in one yard, in a total of seventy-two prisoners,|The Hon. H. G. Bennet, who visited Newgate in eighteen seventeen, saw in one yard, in a total of seventy-two prisoners, +LJ003-0075|thirty-five tried and thirty-seven untried. Of the former, three were transports for life,|thirty-five tried and thirty-seven untried. Of the former, three were transports for life, +LJ003-0076|four for fourteen years, and three of them persons sentenced to fines or short imprisonment -- one for little more than a month.|four for fourteen years, and three of them persons sentenced to fines or short imprisonment -- one for little more than a month. +LJ003-0077|Two of the untried were for murder, and several for house-breaking and highway robbery.|Two of the untried were for murder, and several for house-breaking and highway robbery. +LJ003-0078|Nor were the misdemeanants and bail prisoners any longer separated from those whose crimes were of a more serious character.|Nor were the misdemeanants and bail prisoners any longer separated from those whose crimes were of a more serious character. +LJ003-0079|Mr. Bennet refers to a gentleman confined for want of bail, who occupied a room with five others|Mr. Bennet refers to a gentleman confined for want of bail, who occupied a room with five others +LJ003-0080|two committed by the Bankruptcy Commissioner, one for perjury, and two transports.|two committed by the Bankruptcy Commissioner, one for perjury, and two transports. +LJ003-0081|Persons convicted of publishing libels were still immured in the same rooms with transports and felons.|Persons convicted of publishing libels were still immured in the same rooms with transports and felons. +LJ003-0082|The middle yard, as far as its limits would permit, was appropriated to felons and transports. The wards here were generally very crowded.|The middle yard, as far as its limits would permit, was appropriated to felons and transports. The wards here were generally very crowded. +LJ003-0083|Each ward was calculated to hold twenty-four, allowing each individual one foot and a half;|Each ward was calculated to hold twenty-four, allowing each individual one foot and a half; +LJ003-0084|Quote, a common-sized man, says the keeper, Mr. Newman, can turn in nineteen inches, end quote.|Quote, a common-sized man, says the keeper, Mr. Newman, can turn in nineteen inches, end quote. +LJ003-0085|These twenty-four could just sleep on the barrack bed; when the number was higher, and it often rose to forty, the surplus had to sleep on the floor.|These twenty-four could just sleep on the barrack bed; when the number was higher, and it often rose to forty, the surplus had to sleep on the floor. +LJ003-0086|The crowding was in consequence of the delay in removing transports.|The crowding was in consequence of the delay in removing transports. +LJ003-0087|These often remained in Newgate for six months, sometimes a year, in some cases longer;|These often remained in Newgate for six months, sometimes a year, in some cases longer; +LJ003-0088|in one, for seven years -- that of a man sentenced to death, for whom great interest had been made, but whom it was not thought right to pardon.|in one, for seven years -- that of a man sentenced to death, for whom great interest had been made, but whom it was not thought right to pardon. +LJ003-0089|Occasionally the transports made themselves so useful in the jail that they were passed over.|Occasionally the transports made themselves so useful in the jail that they were passed over. +LJ003-0090|Mr. Newman admitted that he had petitioned that certain "trusty men" might be left in the jail.|Mr. Newman admitted that he had petitioned that certain "trusty men" might be left in the jail. +LJ003-0091|Constantly associated with these convicted felons were numbers of juveniles, infants of tender years.|Constantly associated with these convicted felons were numbers of juveniles, infants of tender years. +LJ003-0092|There were frequently in the middle yard seven or eight children, the youngest barely nine,|There were frequently in the middle yard seven or eight children, the youngest barely nine, +LJ003-0093|the oldest only twelve or thirteen, exposed to all the contaminating influences of the place.|the oldest only twelve or thirteen, exposed to all the contaminating influences of the place. +LJ003-0094|Mr. Bennet mentions also the case of young men of better stamp, clerks in city offices, and youths of good parentage,|Mr. Bennet mentions also the case of young men of better stamp, clerks in city offices, and youths of good parentage, +LJ003-0095|Quote, in this dreadful situation, end quote. who had been rescued from the hulks through the kindness and attention of the Secretary of State.|Quote, in this dreadful situation, end quote. who had been rescued from the hulks through the kindness and attention of the Secretary of State. +LJ003-0096|Quote, yet they had been long enough, he goes on to say, in the prison associated with the lowest and vilest criminals,|Quote, yet they had been long enough, he goes on to say, in the prison associated with the lowest and vilest criminals, +LJ003-0097|with convicts of all ages and characters, to render it next to impossible but that, with the obliteration of all sense of self-respect,|with convicts of all ages and characters, to render it next to impossible but that, with the obliteration of all sense of self-respect, +LJ003-0098|the inevitable consequence of such a situation, their morals must have been destroyed;|the inevitable consequence of such a situation, their morals must have been destroyed; +LJ003-0099|and though distress or the seduction of others might have led to the commission of this their first offense,|and though distress or the seduction of others might have led to the commission of this their first offense, +LJ003-0100|yet the society they were driven to live in, the language they daily heard, and the lessons they were taught in this academy,|yet the society they were driven to live in, the language they daily heard, and the lessons they were taught in this academy, +LJ003-0101|must have had a tendency to turn them into the world hardened and accomplished in the ways of vice and crime. End quote.|must have had a tendency to turn them into the world hardened and accomplished in the ways of vice and crime. End quote. +LJ003-0102|Mr. Buxton, in the work already quoted, instances another grievous case of the horrors of indiscriminate association in Newgate.|Mr. Buxton, in the work already quoted, instances another grievous case of the horrors of indiscriminate association in Newgate. +LJ003-0103|It was that of a person, quote, who practiced in the law, and who was connected by marriage with some very respectable families.|It was that of a person, quote, who practiced in the law, and who was connected by marriage with some very respectable families. +LJ003-0104|Having been committed to Clerkenwell,|Having been committed to Clerkenwell, +LJ003-0105|he was sent on to Newgate in a coach, handcuffed to a noted house-breaker, who was afterwards cast for death.|he was sent on to Newgate in a coach, handcuffed to a noted house-breaker, who was afterwards cast for death. +LJ003-0106|The first night in Newgate, and for the subsequent fortnight,|The first night in Newgate, and for the subsequent fortnight, +LJ003-0107|he slept in the same bed with a highwayman on one side, and a man charged with murder on the other.|he slept in the same bed with a highwayman on one side, and a man charged with murder on the other. +LJ003-0108|Spirits were freely introduced, and although he at first abstained,|Spirits were freely introduced, and although he at first abstained, +LJ003-0109|he found he must adopt the manners of his companions, or that his life would be in danger.|he found he must adopt the manners of his companions, or that his life would be in danger. +LJ003-0110|They viewed him with some suspicion, as one of whom they knew nothing.|They viewed him with some suspicion, as one of whom they knew nothing. +LJ003-0111|He was in consequence put out of the protection of their internal law, end quote. Their code was a subject of some curiosity.|He was in consequence put out of the protection of their internal law, end quote. Their code was a subject of some curiosity. +LJ003-0112|When any prisoner committed an offense against the community or against an individual, he was tried by a court in the jail.|When any prisoner committed an offense against the community or against an individual, he was tried by a court in the jail. +LJ003-0113|A prisoner, generally the oldest and most dexterous thief,|A prisoner, generally the oldest and most dexterous thief, +LJ003-0114|was appointed judge, and a towel tied in knots was hung on each side in imitation of a wig.|was appointed judge, and a towel tied in knots was hung on each side in imitation of a wig. +LJ003-0115|The judge sat in proper form; he was punctiliously styled "my lord."|The judge sat in proper form; he was punctiliously styled "my lord." +LJ003-0116|A jury having been selected and duly sworn, the culprit was then arraigned. Justice, however, was not administered with absolute integrity.|A jury having been selected and duly sworn, the culprit was then arraigned. Justice, however, was not administered with absolute integrity. +LJ003-0117|A bribe to the judge was certain to secure acquittal, and the neglect of the formality was as certainly followed by condemnation.|A bribe to the judge was certain to secure acquittal, and the neglect of the formality was as certainly followed by condemnation. +LJ003-0118|Various punishments were inflicted, the heaviest of which was standing in the pillory.|Various punishments were inflicted, the heaviest of which was standing in the pillory. +LJ003-0119|This was carried out by putting the criminal's head through the legs of a chair, and stretching out his arms and tying them to the legs.|This was carried out by putting the criminal's head through the legs of a chair, and stretching out his arms and tying them to the legs. +LJ003-0120|The culprit was then compelled to carry the chair about with him.|The culprit was then compelled to carry the chair about with him. +LJ003-0121|But all punishments might readily be commuted into a fine to be spent in gin for judge and jury.|But all punishments might readily be commuted into a fine to be spent in gin for judge and jury. +LJ003-0122|The prisoner mentioned above was continually persecuted by trials of this kind.|The prisoner mentioned above was continually persecuted by trials of this kind. +LJ003-0123|The most trifling acts were magnified into offenses.|The most trifling acts were magnified into offenses. +LJ003-0124|He was charged with moving something which should not be touched, with leaving a door open, or coughing maliciously to the disturbance of his companions.|He was charged with moving something which should not be touched, with leaving a door open, or coughing maliciously to the disturbance of his companions. +LJ003-0125|The evidence was invariably sufficient to convict, and the judge never hesitated to inflict the heaviest penalties.|The evidence was invariably sufficient to convict, and the judge never hesitated to inflict the heaviest penalties. +LJ003-0126|The unfortunate man was compelled at length to adopt the habits of his associates;|The unfortunate man was compelled at length to adopt the habits of his associates; +LJ003-0127|Quote, by insensible degrees he began to lose his repugnance to their society,|Quote, by insensible degrees he began to lose his repugnance to their society, +LJ003-0128|caught their flash terms and sung their songs, was admitted to their revels, and acquired, in place of habits of perfect sobriety,|caught their flash terms and sung their songs, was admitted to their revels, and acquired, in place of habits of perfect sobriety, +LJ003-0129|a taste for spirits. End quote.|a taste for spirits. End quote. +LJ003-0130|His wife visited him in Newgate, and wrote a pitiable account of the state in which she found her husband.|His wife visited him in Newgate, and wrote a pitiable account of the state in which she found her husband. +LJ003-0131|He was an inmate of the same ward with others of the most dreadful sort, quote,|He was an inmate of the same ward with others of the most dreadful sort, quote, +LJ003-0132|whose language and manners, whose female associates of the most abandoned description, and the scenes consequent with such lost wretches|whose language and manners, whose female associates of the most abandoned description, and the scenes consequent with such lost wretches +LJ003-0133|prevented me from going inside but seldom, and I used to communicate with him through the bars from the passage. End quote.|prevented me from going inside but seldom, and I used to communicate with him through the bars from the passage. End quote. +LJ003-0134|One day he was too ill to come down and meet her.|One day he was too ill to come down and meet her. +LJ003-0135|She went up to the ward and found him lying down, quote,|She went up to the ward and found him lying down, quote, +LJ003-0136|pale as death, very ill, and in a dreadfully dirty state, the wretches making game of him, and enjoying my distress;|pale as death, very ill, and in a dreadfully dirty state, the wretches making game of him, and enjoying my distress; +LJ003-0137|and I learned he had been up with the others the whole night.|and I learned he had been up with the others the whole night. +LJ003-0138|Though they could not force him to gamble, he was compelled to drink,|Though they could not force him to gamble, he was compelled to drink, +LJ003-0139|and I was obliged afterwards to let him have five shillings to pay his share,|and I was obliged afterwards to let him have five shillings to pay his share, +LJ003-0140|otherwise he would have been stripped of his clothes. End quote.|otherwise he would have been stripped of his clothes. End quote. +LJ003-0141|Felons who could pay the price were permitted, irrespective of their character or offenses,|Felons who could pay the price were permitted, irrespective of their character or offenses, +LJ003-0142|to purchase the greater ease and comfort of the master's side.|to purchase the greater ease and comfort of the master's side. +LJ003-0143|The entrance fee was at least 13 shillings, 6 pence a head, with half-a-crown a week more for bed and bedding,|The entrance fee was at least thirteen shillings, six pence a head, with half-a-crown a week more for bed and bedding, +LJ003-0144|the wards being furnished with barrack bedsteads, upon which each prisoner had the regulation allowance of sleeping room|the wards being furnished with barrack bedsteads, upon which each prisoner had the regulation allowance of sleeping room +LJ003-0145|or about a foot and a half laterally. These fees were in reality a substantial contribution towards the expenses of the jail;|or about a foot and a half laterally. These fees were in reality a substantial contribution towards the expenses of the jail; +LJ003-0146|without them the keeper declared that he could not pay the salaries of turnkeys and servants, nor keep the prison going at all.|without them the keeper declared that he could not pay the salaries of turnkeys and servants, nor keep the prison going at all. +LJ003-0147|Besides the jail fees, there was garnish of half-a-guinea, collected by the steward,|Besides the jail fees, there was garnish of half-a-guinea, collected by the steward, +LJ003-0148|and spent in providing coals, candles, plates, knives, and forks; while all the occupants of this part of the prison|and spent in providing coals, candles, plates, knives, and forks; while all the occupants of this part of the prison +LJ003-0149|supported themselves; they had the ration of prison bread only,|supported themselves; they had the ration of prison bread only, +LJ003-0150|but they had no share in the prison meat or other charities, and they or their friends found them in food.|but they had no share in the prison meat or other charities, and they or their friends found them in food. +LJ003-0151|All who could scrape together the cash seem to have gladly availed themselves of the privilege of entering the master's side.|All who could scrape together the cash seem to have gladly availed themselves of the privilege of entering the master's side. +LJ003-0152|It was the only way to escape the horrors, the distress, penury, and rags of the common yards.|It was the only way to escape the horrors, the distress, penury, and rags of the common yards. +LJ003-0153|Idleness was not so universally the rule in this part of the jail.|Idleness was not so universally the rule in this part of the jail. +LJ003-0154|Artisans and others were at liberty to work at their trades, provided they were not dangerous.|Artisans and others were at liberty to work at their trades, provided they were not dangerous. +LJ003-0155|Tailoring and shoemaking was permitted, but it was deemed unsafe to allow a carpenter or blacksmith to have his tools.|Tailoring and shoemaking was permitted, but it was deemed unsafe to allow a carpenter or blacksmith to have his tools. +LJ003-0156|All the money earned by prisoners was at their own disposal, and was spent almost habitually in drink, chambering, and wantonness.|All the money earned by prisoners was at their own disposal, and was spent almost habitually in drink, chambering, and wantonness. +LJ003-0157|The best accommodation the jail could offer was reserved for the prisoners on the state side,|The best accommodation the jail could offer was reserved for the prisoners on the state side, +LJ003-0158|from whom still higher fees were exacted, with the same discreditable idea of swelling the revenues of the prison.|from whom still higher fees were exacted, with the same discreditable idea of swelling the revenues of the prison. +LJ003-0159|To constitute this the aristocratic quarter, unwarrantable demands were made upon the space properly allotted to the female felons,|To constitute this the aristocratic quarter, unwarrantable demands were made upon the space properly allotted to the female felons, +LJ003-0160|and no lodger was rejected, whatever his status, who offered himself and could bring grist to the mill.|and no lodger was rejected, whatever his status, who offered himself and could bring grist to the mill. +LJ003-0161|The luxury of the state side was for a long time open to all who could pay|The luxury of the state side was for a long time open to all who could pay +LJ003-0162|the convicted felon, the transport awaiting removal, the lunatic whose case was still undecided,|the convicted felon, the transport awaiting removal, the lunatic whose case was still undecided, +LJ003-0163|the misdemeanant tried or untried, the debtor who wished to avoid the discomfort of the crowded debtors' side, the outspoken newspaper editor,|the misdemeanant tried or untried, the debtor who wished to avoid the discomfort of the crowded debtors' side, the outspoken newspaper editor, +LJ003-0164|or the daring reporter of parliamentary debates.|or the daring reporter of parliamentary debates. +LJ003-0165|The better class of inmate complained bitterly of this enforced companionship with the vile,|The better class of inmate complained bitterly of this enforced companionship with the vile, +LJ003-0166|association at one time forbidden by custom, but which greed and rapacity long made the rule.|association at one time forbidden by custom, but which greed and rapacity long made the rule. +LJ003-0167|The fee for admission to the state side, as fixed by the table of fees, was three guineas, but Mr. Newman declared that he never took more than two.|The fee for admission to the state side, as fixed by the table of fees, was three guineas, but Mr. Newman declared that he never took more than two. +LJ003-0168|Ten and sixpence a week more was charged as rent for a single bed; where two or more slept in a bed the rent was seven shillings a week each.|Ten and sixpence a week more was charged as rent for a single bed; where two or more slept in a bed the rent was seven shillings a week each. +LJ003-0169|Prisoners who could afford it sometimes paid for four beds, at the rate of twenty-eight shillings, and so secured the luxury of a private room.|Prisoners who could afford it sometimes paid for four beds, at the rate of twenty-eight shillings, and so secured the luxury of a private room. +LJ003-0170|A Mr. Lundy, charged with forgery, was thus accommodated on the state side for upwards of five years.|A Mr. Lundy, charged with forgery, was thus accommodated on the state side for upwards of five years. +LJ003-0171|But the keeper protested that no single prisoner could thus monopolize space if the state side was crowded.|But the keeper protested that no single prisoner could thus monopolize space if the state side was crowded. +LJ003-0172|The keeper went still further in his efforts to make money.|The keeper went still further in his efforts to make money. +LJ003-0173|He continued the ancient practice of letting out a portion of his own house, and by a poetical fiction treated it as an annex of the state side.|He continued the ancient practice of letting out a portion of his own house, and by a poetical fiction treated it as an annex of the state side. +LJ003-0174|Mr. Davison, sent to Newgate for embezzlement, and whose case is given in the preceding chapter,|Mr. Davison, sent to Newgate for embezzlement, and whose case is given in the preceding chapter, +LJ003-0175|was accommodated with a room in Mr. Newman's house at the extravagant rental of thirty guineas per week;|was accommodated with a room in Mr. Newman's house at the extravagant rental of thirty guineas per week; +LJ003-0176|Mr. Cobbett was also a lodger of Mr. Newman's; and so were any members of the aristocracy,|Mr. Cobbett was also a lodger of Mr. Newman's; and so were any members of the aristocracy, +LJ003-0177|if they happened to be in funds -- among whom was the Marquis of Sligo in 1811.|if they happened to be in funds -- among whom was the Marquis of Sligo in eighteen eleven. +LJ003-0178|The female felons' wards I shall describe at length in the next chapter,|The female felons' wards I shall describe at length in the next chapter, +LJ003-0179|which will deal with Mrs. Fry's philanthropic exertions at this period in this particular part of the prison.|which will deal with Mrs. Fry's philanthropic exertions at this period in this particular part of the prison. +LJ003-0180|These wards were always full to overflowing; sometimes double the number the rooms could accommodate were crowded into them.|These wards were always full to overflowing; sometimes double the number the rooms could accommodate were crowded into them. +LJ003-0181|There was a master's side for females who could pay the usual fees, but they associated with the rest in the one narrow yard common to all.|There was a master's side for females who could pay the usual fees, but they associated with the rest in the one narrow yard common to all. +LJ003-0182|The tried and the untried, young and old, were herded together|The tried and the untried, young and old, were herded together +LJ003-0183|sometimes girls of thirteen, twelve, even ten or nine years of age, were exposed to, quote,|sometimes girls of thirteen, twelve, even ten or nine years of age, were exposed to, quote, +LJ003-0184|all the contagion and profligacy which prevailed in this part of the prison, end quote.|all the contagion and profligacy which prevailed in this part of the prison, end quote. +LJ003-0185|There was no separation even for the women under sentence of death, who lived in a common and perpetually crowded ward.|There was no separation even for the women under sentence of death, who lived in a common and perpetually crowded ward. +LJ003-0186|Only when the order of execution came down were those about to suffer placed apart in one of the rooms in the arcade of the middle ward.|Only when the order of execution came down were those about to suffer placed apart in one of the rooms in the arcade of the middle ward. +LJ003-0187|I have kept till the last that part of the prison which was usually the last resting-place of so many.|I have kept till the last that part of the prison which was usually the last resting-place of so many. +LJ003-0188|The old press yard has been fully described in a previous chapter.|The old press yard has been fully described in a previous chapter. +LJ003-0189|The name still survived in the new press yard, which was the receptacle of the male condemned prisoners. It was generally crowded, like the rest of the prison.|The name still survived in the new press yard, which was the receptacle of the male condemned prisoners. It was generally crowded, like the rest of the prison. +LJ003-0190|Except in murder cases, where the execution was generally very promptly performed,|Except in murder cases, where the execution was generally very promptly performed, +LJ003-0191|strange and inconceivable delay occurred in carrying out the extreme sentence.|strange and inconceivable delay occurred in carrying out the extreme sentence. +LJ003-0192|Hence there was a terrible accumulation of prisoners in the condemned cells.|Hence there was a terrible accumulation of prisoners in the condemned cells. +LJ003-0193|Once, during the long illness of George III., as many as one hundred were there waiting the "Report," as it was called.|Once, during the long illness of George the third, as many as one hundred were there waiting the "Report," as it was called. +LJ003-0194|At another time there were fifty, one of whom had been under sentence a couple of years.|At another time there were fifty, one of whom had been under sentence a couple of years. +LJ003-0195|Mr. Bennet speaks of thirty-eight capital convicts he found in the press yard in February 1817,|Mr. Bennet speaks of thirty-eight capital convicts he found in the press yard in February eighteen seventeen, +LJ003-0196|five of whom had been condemned the previous July, four in September, and twenty-nine in October.|five of whom had been condemned the previous July, four in September, and twenty-nine in October. +LJ003-0197|This procrastination bred certain callousness.|This procrastination bred certain callousness. +LJ003-0198|Few realizing that the dreadful fate would overtake them, dismissed the prospect of death,|Few realizing that the dreadful fate would overtake them, dismissed the prospect of death, +LJ003-0199|and until the day was actually fixed, spent the time in roistering, swearing, gambling, or playing at ball.|and until the day was actually fixed, spent the time in roistering, swearing, gambling, or playing at ball. +LJ003-0200|Visitors were permitted access to them without stint;|Visitors were permitted access to them without stint; +LJ003-0201|unlimited drink was not denied them provided it was obtained in regulated quantities at one time.|unlimited drink was not denied them provided it was obtained in regulated quantities at one time. +LJ003-0202|These capital convicts, says Mr. Bennet, quote, lessened the ennui and despair of their situation by unbecoming merriment|These capital convicts, says Mr. Bennet, quote, lessened the ennui and despair of their situation by unbecoming merriment +LJ003-0203|or sought relief in the constant application of intoxicating stimulants.|or sought relief in the constant application of intoxicating stimulants. +LJ003-0204|I saw Cashman a few hours before his execution, smoking and drinking with the utmost unconcern and indifference, end quote.|I saw Cashman a few hours before his execution, smoking and drinking with the utmost unconcern and indifference, end quote. +LJ003-0205|Those who were thus reckless reacted upon the penitent who knew their days were numbered,|Those who were thus reckless reacted upon the penitent who knew their days were numbered, +LJ003-0206|and their gibes and jollity counteracted the ordinary's counsels or the independent preacher's earnest prayers.|and their gibes and jollity counteracted the ordinary's counsels or the independent preacher's earnest prayers. +LJ003-0207|For while Roman Catholics and Dissenters were encouraged to see ministers of their own persuasion,|For while Roman Catholics and Dissenters were encouraged to see ministers of their own persuasion, +LJ003-0208|a number of amateurs were ever ready to give their gratuitous ministrations to the condemned.|a number of amateurs were ever ready to give their gratuitous ministrations to the condemned. +LJ003-0209|The prisoners in the press yard had free access during the day to the yard and large day room;|The prisoners in the press yard had free access during the day to the yard and large day room; +LJ003-0210|at night they were placed in the fifteen cells, two, three, or more together, according to the total number to be accommodated.|at night they were placed in the fifteen cells, two, three, or more together, according to the total number to be accommodated. +LJ003-0211|They were never left quite alone for fear of suicide, and for the same reason they were searched for weapons or poisons.|They were never left quite alone for fear of suicide, and for the same reason they were searched for weapons or poisons. +LJ003-0212|But they nevertheless frequently managed to secrete the means of making away with themselves, and accomplished their purpose.|But they nevertheless frequently managed to secrete the means of making away with themselves, and accomplished their purpose. +LJ003-0213|Convicted murderers were kept continuously in the cells on bread and water,|Convicted murderers were kept continuously in the cells on bread and water, +LJ003-0214|in couples, from the time of sentence to that of execution, which was about three or four days generally,|in couples, from the time of sentence to that of execution, which was about three or four days generally, +LJ003-0215|from Friday to Monday, so as to include one Sunday, on which day there was a special service for the condemned in the prison chapel.|from Friday to Monday, so as to include one Sunday, on which day there was a special service for the condemned in the prison chapel. +LJ003-0216|This latter was an ordeal which all dreaded, and many avoided by denying their faith.|This latter was an ordeal which all dreaded, and many avoided by denying their faith. +LJ003-0217|The condemned occupied an open pew in the center of the chapel, hung with black; in front of them, upon a table, was a black coffin in full view.|The condemned occupied an open pew in the center of the chapel, hung with black; in front of them, upon a table, was a black coffin in full view. +LJ003-0218|The chapel was filled with a curious but callous congregation, who came to stare at the miserable people thus publicly exposed.|The chapel was filled with a curious but callous congregation, who came to stare at the miserable people thus publicly exposed. +LJ003-0219|Well might Mr. Bennet write that the condition of the condemned side was the most prominent of the manifold evils in the present system of Newgate,|Well might Mr. Bennet write that the condition of the condemned side was the most prominent of the manifold evils in the present system of Newgate, +LJ003-0220|quote, so discreditable to the metropolis, end quote.|quote, so discreditable to the metropolis, end quote. +LJ003-0221|Yet it must have been abundantly plain to the reader that the other evils existing were great and glaring. A brief summary of them will best prove this.|Yet it must have been abundantly plain to the reader that the other evils existing were great and glaring. A brief summary of them will best prove this. +LJ003-0222|The jail was neither suitable nor sufficiently large. It was not even kept weather-tight.|The jail was neither suitable nor sufficiently large. It was not even kept weather-tight. +LJ003-0223|The roof of the female prison, says the grand jury in their presentment in 1813, let in the rain.|The roof of the female prison, says the grand jury in their presentment in eighteen thirteen, let in the rain. +LJ003-0224|Supplies of common necessaries, such as have now been part of the furniture of every British jail for many years,|Supplies of common necessaries, such as have now been part of the furniture of every British jail for many years, +LJ003-0225|were meager or altogether absent.|were meager or altogether absent. +LJ003-0226|The rations of food were notoriously inadequate, and so carelessly distributed, that many were left to starve.|The rations of food were notoriously inadequate, and so carelessly distributed, that many were left to starve. +LJ003-0227|So unjust and unequal was the system, that the allowance to convicted criminals was better than that of the innocent debtor,|So unjust and unequal was the system, that the allowance to convicted criminals was better than that of the innocent debtor, +LJ003-0228|and the general insufficiency was such|and the general insufficiency was such +LJ003-0229|that it multiplied beyond all reason the number of visitors, many of whom came merely as the purveyors of food to their friends.|that it multiplied beyond all reason the number of visitors, many of whom came merely as the purveyors of food to their friends. +LJ003-0230|The prison allowances were eked out by the broken victuals generously given by several eating-house keepers in the city,|The prison allowances were eked out by the broken victuals generously given by several eating-house keepers in the city, +LJ003-0231|such as Messrs. Birch of Cornhill and Messrs. Leach and Dollimore of Ludgate Hill.|such as Messrs. Birch of Cornhill and Messrs. Leach and Dollimore of Ludgate Hill. +LJ003-0232|These were fetched away in a large tub on a truck by a turnkey.|These were fetched away in a large tub on a truck by a turnkey. +LJ003-0233|Amongst the heap was often the meat that had made turtle soup, which, when heated and stirred together in a saucepan, was said to be very good eating.|Amongst the heap was often the meat that had made turtle soup, which, when heated and stirred together in a saucepan, was said to be very good eating. +LJ003-0234|The bedding was scanty; fuel and light had to be purchased out of prisoners' private means; clothing was issued but rarely,|The bedding was scanty; fuel and light had to be purchased out of prisoners' private means; clothing was issued but rarely, +LJ003-0235|even to prisoners almost in nakedness, and as a special charitable gift. Extortion was practiced right and left.|even to prisoners almost in nakedness, and as a special charitable gift. Extortion was practiced right and left. +LJ003-0236|Garnish continued to be demanded long after it had disappeared in other and better-regulated prisons.|Garnish continued to be demanded long after it had disappeared in other and better-regulated prisons. +LJ003-0237|The fees on reception and discharge must be deemed exorbitant, when it is remembered the impoverished class who usually crowded the jail;|The fees on reception and discharge must be deemed exorbitant, when it is remembered the impoverished class who usually crowded the jail; +LJ003-0238|and they were exacted to relieve a rich corporation from paying for the maintenance of their own prison.|and they were exacted to relieve a rich corporation from paying for the maintenance of their own prison. +LJ003-0239|This imposition of fees left prisoners destitute on their discharge, without funds to support them in their first struggle to recommence life,|This imposition of fees left prisoners destitute on their discharge, without funds to support them in their first struggle to recommence life, +LJ003-0240|with ruined character, bad habits, and often bad health contracted in the jail.|with ruined character, bad habits, and often bad health contracted in the jail. +LJ003-0241|A further and a more iniquitous method of extorting money|A further and a more iniquitous method of extorting money +LJ003-0242|was still practiced, that of loading newly-arrived prisoners until they paid certain fees.|was still practiced, that of loading newly-arrived prisoners until they paid certain fees. +LJ003-0243|Ironing was still the rule, not only for the convicted, but for those charged with felonies; only the misdemeanants escaped.|Ironing was still the rule, not only for the convicted, but for those charged with felonies; only the misdemeanants escaped. +LJ003-0244|At the commencement of every sessions, such of the untried as had purchased "easement" of irons were called up and re-fettered,|At the commencement of every sessions, such of the untried as had purchased "easement" of irons were called up and re-fettered, +LJ003-0245|preparatory to their appearance in the Old Bailey. Irons were seldom removed from the convicted until discharge;|preparatory to their appearance in the Old Bailey. Irons were seldom removed from the convicted until discharge; +LJ003-0246|sometimes the wearer was declared medically unfit, or he obtained release by long good conduct,|sometimes the wearer was declared medically unfit, or he obtained release by long good conduct, +LJ003-0247|or the faithful discharge of some petty office, such as gatesman or captain of a ward.|or the faithful discharge of some petty office, such as gatesman or captain of a ward. +LJ003-0248|The irons weighed from three to four pounds, but heavier irons, seven or eight pounds' weight,|The irons weighed from three to four pounds, but heavier irons, seven or eight pounds' weight, +LJ003-0249|were imposed in case of misconduct; and when there had been an attempt at escape,|were imposed in case of misconduct; and when there had been an attempt at escape, +LJ003-0250|the culprit was chained down to the floor by running a chain through his irons which prevented him from climbing to the window of his cell.|the culprit was chained down to the floor by running a chain through his irons which prevented him from climbing to the window of his cell. +LJ003-0251|Among other excuses offered for thus manacling all almost without exception, was that it was the best and safest method|Among other excuses offered for thus manacling all almost without exception, was that it was the best and safest method +LJ003-0252|of distinguishing a prisoner from a stranger and temporary visitor.|of distinguishing a prisoner from a stranger and temporary visitor. +LJ003-0253|Clothes or prison uniform would not have served the purpose, for a disguise can be rapidly and secretly put on,|Clothes or prison uniform would not have served the purpose, for a disguise can be rapidly and secretly put on, +LJ003-0254|whereas irons cannot well be exchanged without loss of time and attracting much attention.|whereas irons cannot well be exchanged without loss of time and attracting much attention. +LJ003-0255|The unchecked admission of crowds of visitors to the felons' as well as the debtors' side was another unmixed evil.|The unchecked admission of crowds of visitors to the felons' as well as the debtors' side was another unmixed evil. +LJ003-0256|By this means spirits, otherwise unattainable and strictly prohibited, were smuggled into the jail.|By this means spirits, otherwise unattainable and strictly prohibited, were smuggled into the jail. +LJ003-0257|Searches were made certainly, but they were too often superficial, or they might be evaded by a trifling bribe.|Searches were made certainly, but they were too often superficial, or they might be evaded by a trifling bribe. +LJ003-0258|Hence the frequent cases of drunkenness, of which no notice was taken, unless people grew riotous in their cups|Hence the frequent cases of drunkenness, of which no notice was taken, unless people grew riotous in their cups +LJ003-0259|and attracted attention by their disorderly behavior.|and attracted attention by their disorderly behavior. +LJ003-0260|Another frightful consequence of this indiscriminate admission was the influx of numbers of abandoned women,|Another frightful consequence of this indiscriminate admission was the influx of numbers of abandoned women, +LJ003-0261|only a few of whom had the commendable prudery to pass themselves off as the wives of prisoners.|only a few of whom had the commendable prudery to pass themselves off as the wives of prisoners. +LJ003-0262|Any reputed, and indeed any real, wife might spend the night in Newgate if she would pay the shilling fee, commonly known as the "bad money,"|Any reputed, and indeed any real, wife might spend the night in Newgate if she would pay the shilling fee, commonly known as the "bad money," +LJ003-0263|which might have done something towards increasing the prison receipts, had it not been appropriated by the turnkey who winked at this evasion of the rules.|which might have done something towards increasing the prison receipts, had it not been appropriated by the turnkey who winked at this evasion of the rules. +LJ003-0264|Among the daily visitors were members of the criminal classes still at large,|Among the daily visitors were members of the criminal classes still at large, +LJ003-0265|the thieves and burglars who carried on the active business of their profession, from which their confederates were temporarily debarred.|the thieves and burglars who carried on the active business of their profession, from which their confederates were temporarily debarred. +LJ003-0266|One notorious character, while a prisoner awaiting transfer to the hulks,|One notorious character, while a prisoner awaiting transfer to the hulks, +LJ003-0267|kept open house, so to speak, and entertained daily within the walls a select party of the most noted thieves in London.|kept open house, so to speak, and entertained daily within the walls a select party of the most noted thieves in London. +LJ003-0268|This delectable society enticed into their set a clerk who had been imprisoned for fraud,|This delectable society enticed into their set a clerk who had been imprisoned for fraud, +LJ003-0269|and offered him half the booty if he would give full information as to the transactions and correspondence of his late employers.|and offered him half the booty if he would give full information as to the transactions and correspondence of his late employers. +LJ003-0270|Owing to the facility of intercourse between inside and outside, many crimes were doubtless hatched in Newgate.|Owing to the facility of intercourse between inside and outside, many crimes were doubtless hatched in Newgate. +LJ003-0271|Some of the worst and most extensive burglaries were planned there.|Some of the worst and most extensive burglaries were planned there. +LJ003-0273|"I believe," says Mr. Bennet in the letter already largely quoted,|"I believe," says Mr. Bennet in the letter already largely quoted, +LJ003-0274|"that there is no place in the metropolis where more crimes are projected or where stolen property is more secreted than in Newgate."|"that there is no place in the metropolis where more crimes are projected or where stolen property is more secreted than in Newgate." +LJ003-0275|These malpractices were fostered by the absence of all supervision and the generally unbroken idleness.|These malpractices were fostered by the absence of all supervision and the generally unbroken idleness. +LJ003-0276|Although attempted partially at Bridewell, and more systematically at the new Millbank penitentiary,|Although attempted partially at Bridewell, and more systematically at the new Millbank penitentiary, +LJ003-0277|but just open (1816), the regular employment of prisoners had never yet been accepted as a principle in the metropolitan prisons.|but just open (eighteen sixteen), the regular employment of prisoners had never yet been accepted as a principle in the metropolitan prisons. +LJ003-0278|Insuperable difficulties were still supposed to stand in the way of any general employment of prisoners at their trades.|Insuperable difficulties were still supposed to stand in the way of any general employment of prisoners at their trades. +LJ003-0279|There was fear as to the unrestricted use of tools,|There was fear as to the unrestricted use of tools, +LJ003-0280|limits of space, the interference of the ill-disposed, who would neither work nor let others do so,|limits of space, the interference of the ill-disposed, who would neither work nor let others do so, +LJ003-0281|and the danger of losing material, raw or manufactured.|and the danger of losing material, raw or manufactured. +LJ003-0282|Many years were to elapse before these objections should be fairly met and universally overcome.|Many years were to elapse before these objections should be fairly met and universally overcome. +LJ003-0283|It was not strange, therefore, that the inmates of Newgate should turn their unoccupied brains and idle hands to all manner of mischief;|It was not strange, therefore, that the inmates of Newgate should turn their unoccupied brains and idle hands to all manner of mischief; +LJ003-0284|that when they were not carousing, plotting, or scheming,|that when they were not carousing, plotting, or scheming, +LJ003-0285|they should gamble with dice or cards, and play at bumble puppy or some other disreputable game of chance.|they should gamble with dice or cards, and play at bumble puppy or some other disreputable game of chance. +LJ003-0286|The report of the Committee of the House of Commons painted so black a picture of Newgate as then conducted, that the Corporation were roused in very shame|The report of the Committee of the House of Commons painted so black a picture of Newgate as then conducted, that the Corporation were roused in very shame +LJ003-0287|to undertake some kind of reform.|to undertake some kind of reform. +LJ003-0288|The above-mentioned report was ordered to be printed upon the 9th May.|The above-mentioned report was ordered to be printed upon the ninth May. +LJ003-0289|Upon the 29th July the same year,|Upon the twenty-ninth July the same year, +LJ003-0290|the court of aldermen appointed a committee of its own body, assisted by the town clerk, Mr. Dance, city surveyor, son to the architect of Newgate,|the court of aldermen appointed a committee of its own body, assisted by the town clerk, Mr. Dance, city surveyor, son to the architect of Newgate, +LJ003-0291|and Mr. Addison, keeper of Newgate, to make a visitation of the jails supposed to be the best managed, including those of Petworth and Gloucester.|and Mr. Addison, keeper of Newgate, to make a visitation of the jails supposed to be the best managed, including those of Petworth and Gloucester. +LJ003-0292|This committee was to compare allowances, examine rules, and certify as to the condition of prisoners;|This committee was to compare allowances, examine rules, and certify as to the condition of prisoners; +LJ003-0293|also to make such proposals as might appear salutary, and calculated to improve Newgate and the rest of the city jails.|also to make such proposals as might appear salutary, and calculated to improve Newgate and the rest of the city jails. +LJ003-0294|This committee made its report in September the following year, and an excellent report it is, so far as its recommendations are concerned.|This committee made its report in September the following year, and an excellent report it is, so far as its recommendations are concerned. +LJ003-0295|The committee seems to have fully realized, even at this early date (1815),|The committee seems to have fully realized, even at this early date (eighteen fifteen), +LJ003-0296|many of the indispensable conditions of a model prison according to modern ideas.|many of the indispensable conditions of a model prison according to modern ideas. +LJ003-0297|It admitted the paramount necessity|It admitted the paramount necessity +LJ003-0298|for giving every prisoner a sleeping cell to himself, an amount of enlightenment which is hardly general among European nations at this|for giving every prisoner a sleeping cell to himself, an amount of enlightenment which is hardly general among European nations at this +LJ003-0299|the latter end of the nineteenth century, several of which still fall far short of our English ideal,|the latter end of the nineteenth century, several of which still fall far short of our English ideal, +LJ003-0300|that all prisoners should always be in separate cells by night, and those of short sentences by day.|that all prisoners should always be in separate cells by night, and those of short sentences by day. +LJ003-0301|It recommended day cells or rooms for regular labor, which should be compulsory upon all transports and prisoners sentenced to hard labor,|It recommended day cells or rooms for regular labor, which should be compulsory upon all transports and prisoners sentenced to hard labor, +LJ003-0302|the work being constant and suitable, with certain hours of relaxation and for food and exercise.|the work being constant and suitable, with certain hours of relaxation and for food and exercise. +LJ003-0303|The personal cleanliness of all prisoners was to be insisted upon; they should be made to wash at least once a day,|The personal cleanliness of all prisoners was to be insisted upon; they should be made to wash at least once a day, +LJ003-0304|with the penalty of forfeiting the day's allowance of food, an increase of which the committee had recommended.|with the penalty of forfeiting the day's allowance of food, an increase of which the committee had recommended. +LJ003-0305|The provision of more baths was also suggested, and the daily sweeping out of the prison.|The provision of more baths was also suggested, and the daily sweeping out of the prison. +LJ003-0306|The clothes of prisoners arriving dirty, or in rags, should be fumigated before worn in the jail,|The clothes of prisoners arriving dirty, or in rags, should be fumigated before worn in the jail, +LJ003-0308|A laundry should be established, and a matron appointed on the female side, where all the prisoners' washing could be performed.|A laundry should be established, and a matron appointed on the female side, where all the prisoners' washing could be performed. +LJ003-0309|Proper hours for locking and unlocking prisoners should be insisted upon;|Proper hours for locking and unlocking prisoners should be insisted upon; +LJ003-0310|a bell should give notice thereof, and of meal-hours, working-hours, or of escapes.|a bell should give notice thereof, and of meal-hours, working-hours, or of escapes. +LJ003-0311|The committee took upon itself to lay down stringent rules for the discipline of the prison.|The committee took upon itself to lay down stringent rules for the discipline of the prison. +LJ003-0312|The jailer should be required to visit every part and see every prisoner daily; the chaplain should perform service, visit the sick,|The jailer should be required to visit every part and see every prisoner daily; the chaplain should perform service, visit the sick, +LJ003-0313|instruct the prisoners, quote, give spiritual advice and administer religious consolation, end quote. to all who might need them;|instruct the prisoners, quote, give spiritual advice and administer religious consolation, end quote. to all who might need them; +LJ003-0314|the surgeon should see all prisoners, whether ill or well, once a week, and take general charge of the infirmaries.|the surgeon should see all prisoners, whether ill or well, once a week, and take general charge of the infirmaries. +LJ003-0315|All three, governor, chaplain, and surgeon, should keep journals, which should be inspected periodically by the visiting magistrates.|All three, governor, chaplain, and surgeon, should keep journals, which should be inspected periodically by the visiting magistrates. +LJ003-0316|It should be peremptorily forbidden to the keeper or any officer to make a pecuniary profit out of the supplies of food, fuel, or other necessaries.|It should be peremptorily forbidden to the keeper or any officer to make a pecuniary profit out of the supplies of food, fuel, or other necessaries. +LJ003-0317|No prisoner should be allowed to obtain superior accommodation on the payment of any fees. Fees indeed should be generally abolished, garnish also.|No prisoner should be allowed to obtain superior accommodation on the payment of any fees. Fees indeed should be generally abolished, garnish also. +LJ003-0318|No prisoners should in future be ironed, except in cases of misconduct,|No prisoners should in future be ironed, except in cases of misconduct, +LJ003-0319|provided only that their security was not jeopardized, and dependent upon the enforcement of another new rule,|provided only that their security was not jeopardized, and dependent upon the enforcement of another new rule, +LJ003-0320|which recommended restrictions upon the number of visitors admitted.|which recommended restrictions upon the number of visitors admitted. +LJ003-0321|No wine or beer should be in future admitted into or sold in the jail,|No wine or beer should be in future admitted into or sold in the jail, +LJ003-0322|except for the use of the debtors, or as medical comforts for the infirmary.|except for the use of the debtors, or as medical comforts for the infirmary. +LJ003-0323|Drunkenness, if it ever occurred, should be visited with severe punishment;|Drunkenness, if it ever occurred, should be visited with severe punishment; +LJ003-0324|gaming of all sorts should be peremptorily forbidden under heavy pains and penalties.|gaming of all sorts should be peremptorily forbidden under heavy pains and penalties. +LJ003-0325|The feelings of the condemned prisoners should no longer be outraged by their exposure in the chapel, and the chapel should be rearranged,|The feelings of the condemned prisoners should no longer be outraged by their exposure in the chapel, and the chapel should be rearranged, +LJ003-0326|so that the various classes might be seated separately, and so as not to see each other.|so that the various classes might be seated separately, and so as not to see each other. +LJ003-0327|It will hardly be denied that these proposals went to the root of the matter.|It will hardly be denied that these proposals went to the root of the matter. +LJ003-0328|Had they been accepted in their entirety, little fault could in future have been found with the managers of Newgate.|Had they been accepted in their entirety, little fault could in future have been found with the managers of Newgate. +LJ003-0329|In common justice to them, it must be admitted that immediate effect was given to all that could be easily carried out.|In common justice to them, it must be admitted that immediate effect was given to all that could be easily carried out. +LJ003-0330|The state side ceased to exist, and the female prisoners thus regained the space of which their quadrangle had been robbed.|The state side ceased to exist, and the female prisoners thus regained the space of which their quadrangle had been robbed. +LJ003-0331|The privileges of the master's side also disappeared; fees were nominally abolished, and garnish was scotched, although not yet killed outright.|The privileges of the master's side also disappeared; fees were nominally abolished, and garnish was scotched, although not yet killed outright. +LJ003-0332|A certain number of bedsteads were provided, and there was a slight increase in the ration of bread.|A certain number of bedsteads were provided, and there was a slight increase in the ration of bread. +LJ003-0333|But here the recommendations touched at once upon the delicate subject of expense, and it is clear that the committee hesitated on this score.|But here the recommendations touched at once upon the delicate subject of expense, and it is clear that the committee hesitated on this score. +LJ003-0334|It made this too the excuse for begging the most important issue of the whole question.|It made this too the excuse for begging the most important issue of the whole question. +LJ003-0335|The committee did not deny the superior advantages offered by such prisons as Gloucester and Petworth,|The committee did not deny the superior advantages offered by such prisons as Gloucester and Petworth, +LJ003-0336|but it at once deprecated the idea that the city could follow the laudable example thus set in the provinces. Quote,|but it at once deprecated the idea that the city could follow the laudable example thus set in the provinces. Quote, +LJ003-0337|Were a metropolitan prison erected on the same lines, with all the space not only for air and exercise, but for day rooms and sleeping cells|Were a metropolitan prison erected on the same lines, with all the space not only for air and exercise, but for day rooms and sleeping cells +LJ003-0338|End quote. it would cover some thirty acres, and cost a great deal more than the city, with the example of Whitecross Street prison before it,|End quote. it would cover some thirty acres, and cost a great deal more than the city, with the example of Whitecross Street prison before it, +LJ003-0339|could possibly afford.|could possibly afford. +LJ003-0340|The committee does not seem to have yet understood that Newgate could be only and properly replaced|The committee does not seem to have yet understood that Newgate could be only and properly replaced +LJ003-0341|by a new jail built on the outskirts, as Holloway eventually was, and permitted itself to be altogether countered|by a new jail built on the outskirts, as Holloway eventually was, and permitted itself to be altogether countered +LJ003-0342|and checked in its efforts towards reform by the prohibitory costliness of the land about Newgate.|and checked in its efforts towards reform by the prohibitory costliness of the land about Newgate. +LJ003-0343|With the seeming impossibility of extending the limits of the prison as it then stood,|With the seeming impossibility of extending the limits of the prison as it then stood, +LJ003-0344|all chances of classification and separation vanished, and the greatest evils remained untouched.|all chances of classification and separation vanished, and the greatest evils remained untouched. +LJ003-0345|All the committee could do in this respect was to throw the responsibility on others.|All the committee could do in this respect was to throw the responsibility on others. +LJ003-0346|It pointed out that the Government was to blame for the overcrowding, and might diminish it if it chose.|It pointed out that the Government was to blame for the overcrowding, and might diminish it if it chose. +LJ003-0347|It was very desirable that there should be a more speedy removal of transports from Newgate to the ships.|It was very desirable that there should be a more speedy removal of transports from Newgate to the ships. +LJ003-0348|Again, there was the new Millbank penitentiary now ready for occupation.|Again, there was the new Millbank penitentiary now ready for occupation. +LJ003-0349|Why not relieve Newgate by drawing more largely upon the superior accommodation which Millbank offered?|Why not relieve Newgate by drawing more largely upon the superior accommodation which Millbank offered? +LJ004-0001|The Chronicles of Newgate, Volume 2. By Arthur Griffiths. Section 7: The beginnings of prison reform.|The Chronicles of Newgate, Volume two. By Arthur Griffiths. Section seven: The beginnings of prison reform. +LJ004-0002|While Mrs. Fry was diligently engaged upon her self-imposed task in Newgate,|While Mrs. Fry was diligently engaged upon her self-imposed task in Newgate, +LJ004-0003|other earnest people, inspired doubtless by her noble example, were stirred up to activity in the same great work.|other earnest people, inspired doubtless by her noble example, were stirred up to activity in the same great work. +LJ004-0004|It began to be understood that prison reform could only be compassed by continuous and combined effort.|It began to be understood that prison reform could only be compassed by continuous and combined effort. +LJ004-0005|The pleadings, however eloquent, of a single individual were unable to more than partially remedy the widespread and colossal evils of British prisons.|The pleadings, however eloquent, of a single individual were unable to more than partially remedy the widespread and colossal evils of British prisons. +LJ004-0006|Howard's energy and devotion were rewarded by lively sympathy, but the desire to improve which followed his exposures was but short-lived.|Howard's energy and devotion were rewarded by lively sympathy, but the desire to improve which followed his exposures was but short-lived. +LJ004-0007|It was so powerless against the persistent neglect of those intrusted with prison management, that, five-and-twenty years later,|It was so powerless against the persistent neglect of those intrusted with prison management, that, five-and-twenty years later, +LJ004-0008|Mr. Neild, a second Howard,|Mr. Neild, a second Howard, +LJ004-0009|as indefatigable and self-sacrificing, found by personal visitation that the condition of jails throughout the kingdom was,|as indefatigable and self-sacrificing, found by personal visitation that the condition of jails throughout the kingdom was, +LJ004-0010|with a few bright exceptions, still deplorable and disgraceful.|with a few bright exceptions, still deplorable and disgraceful. +LJ004-0011|Mr. Neild was compelled to admit in 1812 that "the great reformation produced by Howard|Mr. Neild was compelled to admit in eighteen twelve that "the great reformation produced by Howard +LJ004-0012|was in several places merely temporary:|was in several places merely temporary: +LJ004-0013|some prisons that had been ameliorated under the persuasive influence of his kind advice were relapsing into their former horrid state of privation,|some prisons that had been ameliorated under the persuasive influence of his kind advice were relapsing into their former horrid state of privation, +LJ004-0014|filthiness, severity, or neglect; many new dungeons had aggravated the evils against which his sagacity could not but remonstrate;|filthiness, severity, or neglect; many new dungeons had aggravated the evils against which his sagacity could not but remonstrate; +LJ004-0015|the motives for a transient amendment were becoming paralyzed, and the effect had ceased with the cause."|the motives for a transient amendment were becoming paralyzed, and the effect had ceased with the cause." +LJ004-0016|I have shown in a previous chapter what Newgate was at this period, despite a vast expenditure and boasted efforts to introduce reforms.|I have shown in a previous chapter what Newgate was at this period, despite a vast expenditure and boasted efforts to introduce reforms. +LJ004-0017|Some of the county jails, and one or two borough jails, had been rebuilt,|Some of the county jails, and one or two borough jails, had been rebuilt, +LJ004-0018|generally through the personal activity of influential and benevolent local magnates, but the true principles of prison construction|generally through the personal activity of influential and benevolent local magnates, but the true principles of prison construction +LJ004-0019|were as yet but imperfectly understood, and such portions of the "improved" jails of that period as were still extant a few years back,|were as yet but imperfectly understood, and such portions of the "improved" jails of that period as were still extant a few years back, +LJ004-0020|contrast ludicrously with the prison architecture based upon a century's experience of our own age.|contrast ludicrously with the prison architecture based upon a century's experience of our own age. +LJ004-0021|The neglect of prison reform in those days was not to be visited upon the legislature.|The neglect of prison reform in those days was not to be visited upon the legislature. +LJ004-0022|The executive, although harassed by internal commotion and foreign war, was not entirely callous to the crying need for amelioration in jails.|The executive, although harassed by internal commotion and foreign war, was not entirely callous to the crying need for amelioration in jails. +LJ004-0023|Measures remedial, although at best partial and incomplete, were introduced from time to time.|Measures remedial, although at best partial and incomplete, were introduced from time to time. +LJ004-0024|Thus in 1813 the exaction of jail fees had been forbidden by law,|Thus in eighteen thirteen the exaction of jail fees had been forbidden by law, +LJ004-0025|and two other acts more peremptory and precise followed on the same subject in succeeding years.|and two other acts more peremptory and precise followed on the same subject in succeeding years. +LJ004-0026|In 1814 a bill was brought in to insist upon the appointment of chaplains in jails, and when this had passed into law,|In eighteen fourteen a bill was brought in to insist upon the appointment of chaplains in jails, and when this had passed into law, +LJ004-0027|it was subsequently amplified, and the rates of salaries fixed.|it was subsequently amplified, and the rates of salaries fixed. +LJ004-0028|Various acts were also passed to consolidate and amend previous jail acts.|Various acts were also passed to consolidate and amend previous jail acts. +LJ004-0029|The erection of new prison buildings was made imperative under certain conditions and following certain rules|The erection of new prison buildings was made imperative under certain conditions and following certain rules +LJ004-0030|the principle of classification was freshly enunciated; prison regulations were framed for general observance.|the principle of classification was freshly enunciated; prison regulations were framed for general observance. +LJ004-0031|But the effect of this legislation was rather weakened by the remoteness of the pressure exercised.|But the effect of this legislation was rather weakened by the remoteness of the pressure exercised. +LJ004-0032|The onus of improvement lay upon the magistracy, the local authorities administering local funds,|The onus of improvement lay upon the magistracy, the local authorities administering local funds, +LJ004-0033|and they were not threatened with any particular penalties if they evaded or ignored the new acts.|and they were not threatened with any particular penalties if they evaded or ignored the new acts. +LJ004-0034|Moreover, the laws applied more particularly to county jurisdictions.|Moreover, the laws applied more particularly to county jurisdictions. +LJ004-0035|The borough jails, those in fact under corporate management, were not included in the new measures;|The borough jails, those in fact under corporate management, were not included in the new measures; +LJ004-0036|it was hoped that their rulers would hire accommodation in the county prisons, and that the inferior establishments would in course of time disappear.|it was hoped that their rulers would hire accommodation in the county prisons, and that the inferior establishments would in course of time disappear. +LJ004-0037|Yet the borough jails were destined to survive many years, and to exhibit for a long time to come all the worst features of jail mismanagement.|Yet the borough jails were destined to survive many years, and to exhibit for a long time to come all the worst features of jail mismanagement. +LJ004-0038|It was in 1817 that a small band of philanthropists resolved to form themselves into an association for the improvement of prison discipline.|It was in eighteen seventeen that a small band of philanthropists resolved to form themselves into an association for the improvement of prison discipline. +LJ004-0039|They were hopeless of any general reform by the action of the executive alone.|They were hopeless of any general reform by the action of the executive alone. +LJ004-0040|They felt that private enterprise might|They felt that private enterprise might +LJ004-0041|with advantage step in, and by the collection and diffusion of information, and the reiteration of sound advice, greatly assist the good work.|with advantage step in, and by the collection and diffusion of information, and the reiteration of sound advice, greatly assist the good work. +LJ004-0042|The association was organized under the most promising auspices.|The association was organized under the most promising auspices. +LJ004-0043|A king's son, the Duke of Gloucester, was the patron; among the vice-presidents were many great peers of the realm|A king's son, the Duke of Gloucester, was the patron; among the vice-presidents were many great peers of the realm +LJ004-0044|several bishops, and a number of members of the House of Commons, including Mr. Manners Sutton,|several bishops, and a number of members of the House of Commons, including Mr. Manners Sutton, +LJ004-0045|Mr. Sturges Bourne, Sir James Mackintosh, Sir James Scarlett, and William Wilberforce.|Mr. Sturges Bourne, Sir James Mackintosh, Sir James Scarlett, and William Wilberforce. +LJ004-0046|An active committee was appointed, comprising many names already well known, some of them destined to become famous in the annals of philanthropy.|An active committee was appointed, comprising many names already well known, some of them destined to become famous in the annals of philanthropy. +LJ004-0047|One of the moving spirits was the Honorable H. G. Bennet, M.P., whose vigorous protests against the lamentable condition of Newgate have already been recorded.|One of the moving spirits was the Honorable H. G. Bennet, M.P., whose vigorous protests against the lamentable condition of Newgate have already been recorded. +LJ004-0048|Mrs. Fry's brother, Mr. Samuel Hoare, Junior, was chairman of the committee, on which also served many noted members of the Society of Friends|Mrs. Fry's brother, Mr. Samuel Hoare, Junior, was chairman of the committee, on which also served many noted members of the Society of Friends +LJ004-0049|Mr. Gurney, Mr. Fry, Messrs. Forster, and Mr. T. F. Buxton, the coadjutor of Wilberforce in the great anti-slavery struggle.|Mr. Gurney, Mr. Fry, Messrs. Forster, and Mr. T. F. Buxton, the coadjutor of Wilberforce in the great anti-slavery struggle. +LJ004-0050|Mr. Buxton had already been associated with Mrs. Fry in the Newgate visitation, and his attention had thus been drawn to the neglected state of English prisons.|Mr. Buxton had already been associated with Mrs. Fry in the Newgate visitation, and his attention had thus been drawn to the neglected state of English prisons. +LJ004-0051|When in Belgium he had examined with great satisfaction the admirable management of the great "Maison de Force" at Ghent,|When in Belgium he had examined with great satisfaction the admirable management of the great "Maison de Force" at Ghent, +LJ004-0052|which Howard had eulogized some forty years before.|which Howard had eulogized some forty years before. +LJ004-0054|In order to give greater value to the pamphlet,|In order to give greater value to the pamphlet, +LJ004-0055|he personally visited several English jails, and pointed his observations by drawing forcible contrasts between the good and bad.|he personally visited several English jails, and pointed his observations by drawing forcible contrasts between the good and bad. +LJ004-0056|Mr. Buxton's small work on prison discipline gave a new aspect to the question he had so much at heart.|Mr. Buxton's small work on prison discipline gave a new aspect to the question he had so much at heart. +LJ004-0057|For the first time the doctrine was enunciated that prisoners had rights of their own.|For the first time the doctrine was enunciated that prisoners had rights of their own. +LJ004-0058|The untried, and in the eyes of the law still innocent, could claim pure air, wholesome and sufficient food, and opportunities for exercise.|The untried, and in the eyes of the law still innocent, could claim pure air, wholesome and sufficient food, and opportunities for exercise. +LJ004-0059|They had a right, Mr. Buxton affirmed, to be employed in their own crafts, provided it could be safely followed in prison.|They had a right, Mr. Buxton affirmed, to be employed in their own crafts, provided it could be safely followed in prison. +LJ004-0060|"You have no right," he says, addressing the authorities, "to subject a prisoner to suffering from cold,|"You have no right," he says, addressing the authorities, "to subject a prisoner to suffering from cold, +LJ004-0061|by want of bed-clothing by night or firing by day|by want of bed-clothing by night or firing by day +LJ004-0062|and the reason is plain: you have taken him from his home, and have deprived him of the means of providing himself with the necessaries or comforts of life,|and the reason is plain: you have taken him from his home, and have deprived him of the means of providing himself with the necessaries or comforts of life, +LJ004-0063|and therefore you are bound to furnish him with moderate indeed but suitable accommodation."|and therefore you are bound to furnish him with moderate indeed but suitable accommodation." +LJ004-0064|"You have for the same reason," he goes on, "no right to ruin his habits by compelling him to be idle,|"You have for the same reason," he goes on, "no right to ruin his habits by compelling him to be idle, +LJ004-0065|his morals by compelling him to mix with a promiscuous assemblage of hardened and convicted criminals,|his morals by compelling him to mix with a promiscuous assemblage of hardened and convicted criminals, +LJ004-0066|or his health by forcing him at night into a damp, unventilated cell, with such crowds of companions as very speedily render the air foul and putrid;|or his health by forcing him at night into a damp, unventilated cell, with such crowds of companions as very speedily render the air foul and putrid; +LJ004-0067|or to make him sleep in close contact with the victims of contagious and loathsome disease,|or to make him sleep in close contact with the victims of contagious and loathsome disease, +LJ004-0068|or amidst the noxious effluvia of dirt and corruption.|or amidst the noxious effluvia of dirt and corruption. +LJ004-0069|In short, attention to his feelings, mental and bodily, a supply of every necessary, abstraction from evil society,|In short, attention to his feelings, mental and bodily, a supply of every necessary, abstraction from evil society, +LJ004-0070|the conservation of his health and industrious habits, are the clear, evident, undeniable rights of an unconvicted prisoner."|the conservation of his health and industrious habits, are the clear, evident, undeniable rights of an unconvicted prisoner." +LJ004-0071|Nor even when found guilty and his liberty forfeited did his privileges cease. The law appointed a suitable punishment for the offense;|Nor even when found guilty and his liberty forfeited did his privileges cease. The law appointed a suitable punishment for the offense; +LJ004-0072|it was for those charged with the administration of the law to guard carefully against any aggravation of that punishment,|it was for those charged with the administration of the law to guard carefully against any aggravation of that punishment, +LJ004-0073|to see that "no circumstances of severity are found in his treatment which are not found in his sentence."|to see that "no circumstances of severity are found in his treatment which are not found in his sentence." +LJ004-0074|No judge ever condemned a man to be half-perished with cold by day, or half-suffocated with heat by night.|No judge ever condemned a man to be half-perished with cold by day, or half-suffocated with heat by night. +LJ004-0075|"Who ever heard of a criminal being sentenced to catch the rheumatism or the typhus fever?"|"Who ever heard of a criminal being sentenced to catch the rheumatism or the typhus fever?" +LJ004-0076|"Disease, cold, famine, nakedness, and contagious and polluted air are not lawful punishments in the hands of the civil magistrates;|"Disease, cold, famine, nakedness, and contagious and polluted air are not lawful punishments in the hands of the civil magistrates; +LJ004-0077|nor has he a right to poison or starve his fellow-creatures."|nor has he a right to poison or starve his fellow-creatures." +LJ004-0078|"The convicted delinquent has his rights," said Mr. Buxton authoritatively.|"The convicted delinquent has his rights," said Mr. Buxton authoritatively. +LJ004-0079|"All measures and practices in prison which may injure him in any way are illegal,|"All measures and practices in prison which may injure him in any way are illegal, +LJ004-0080|because they are not specified in his sentence; he is therefore entitled to a wholesome atmosphere,|because they are not specified in his sentence; he is therefore entitled to a wholesome atmosphere, +LJ004-0081|decent clothing and bedding, and a diet sufficient to support him."|decent clothing and bedding, and a diet sufficient to support him." +LJ004-0082|These somewhat novel but undoubtedly indisputable propositions were backed up, not by sound arguments only, but by the letter of the law.|These somewhat novel but undoubtedly indisputable propositions were backed up, not by sound arguments only, but by the letter of the law. +LJ004-0083|As Mr. Buxton pointed out, many old acts of parliament designed to protect the prisoner were still in full force.|As Mr. Buxton pointed out, many old acts of parliament designed to protect the prisoner were still in full force. +LJ004-0084|Some might be in abeyance, but they had never been repealed, and some were quite freshly imported upon the Statute Book.|Some might be in abeyance, but they had never been repealed, and some were quite freshly imported upon the Statute Book. +LJ004-0085|As far back as the reign of Charles II., a law was passed declaring that sufficient provision should be made for the relief and setting on work|As far back as the reign of Charles the second, a law was passed declaring that sufficient provision should be made for the relief and setting on work +LJ004-0086|of "poor and needy prisoners committed to the common jail for felony and other misdemeanors, who many times perish before their trial;|of "poor and needy prisoners committed to the common jail for felony and other misdemeanors, who many times perish before their trial; +LJ004-0087|and the poor there living idle and unemployed become debauched, and come forth instructed in the practice of thievery and lewdness."|and the poor there living idle and unemployed become debauched, and come forth instructed in the practice of thievery and lewdness." +LJ004-0088|As a remedy, justices of the peace were empowered to provide materials for the setting of poor prisoners to work,|As a remedy, justices of the peace were empowered to provide materials for the setting of poor prisoners to work, +LJ004-0089|and to pay overseers or instructors out of the county rates.|and to pay overseers or instructors out of the county rates. +LJ004-0090|Again, the 22 Charles II. c 20 ordered the jailer to keep felons and debtors "separate and apart from one another,|Again, the twenty-two Charles the second c twenty ordered the jailer to keep felons and debtors "separate and apart from one another, +LJ004-0091|in distinct rooms, on pain of forfeiting his office and treble damages to the party aggrieved."|in distinct rooms, on pain of forfeiting his office and treble damages to the party aggrieved." +LJ004-0092|A much later act, the 14 George III. c. 59 (1774),|A much later act, the fourteen George the third c. fifty-nine (seventeen seventy-four), +LJ004-0093|which was contemporaneous with Howard's first journeys, laid down precise rules as regards cleanliness, and the proper supply of space and air.|which was contemporaneous with Howard's first journeys, laid down precise rules as regards cleanliness, and the proper supply of space and air. +LJ004-0094|This act set forth that "whereas the malignant fever commonly called the jail distemper|This act set forth that "whereas the malignant fever commonly called the jail distemper +LJ004-0095|is found to be owing to want of cleanliness and fresh air in the several jails,|is found to be owing to want of cleanliness and fresh air in the several jails, +LJ004-0096|the fatal consequences whereof might be prevented if the justices of the peace were duly authorized|the fatal consequences whereof might be prevented if the justices of the peace were duly authorized +LJ004-0097|to provide such accommodations in jails as may be necessary to answer this salutary purpose,|to provide such accommodations in jails as may be necessary to answer this salutary purpose, +LJ004-0098|it is enacted that the justices shall order the walls of every room to be scraped and white-washed once every year."|it is enacted that the justices shall order the walls of every room to be scraped and white-washed once every year." +LJ004-0099|Ventilators, hand and others, were to be supplied.|Ventilators, hand and others, were to be supplied. +LJ004-0100|An infirmary, consisting of two distinct rooms, one for males and one for females, should be provided for the separate accommodation of the sick.|An infirmary, consisting of two distinct rooms, one for males and one for females, should be provided for the separate accommodation of the sick. +LJ004-0101|Warm and cold baths, or "commodious bathing tubs,"|Warm and cold baths, or "commodious bathing tubs," +LJ004-0102|were to be kept in every jail, and the prisoners directed to wash in them before release. These provisions were almost a dead letter.|were to be kept in every jail, and the prisoners directed to wash in them before release. These provisions were almost a dead letter. +LJ004-0103|Yet another act passed in 1791, if properly observed, should have insured proper attention to them.|Yet another act passed in seventeen ninety-one, if properly observed, should have insured proper attention to them. +LJ004-0104|By the 31 George III. c. 46, s. 5,|By the thirty-one George the third c. forty-six, s. five, +LJ004-0105|two or more justices were appointed visitors of prisons, and directed to visit and inspect three times every quarter.|two or more justices were appointed visitors of prisons, and directed to visit and inspect three times every quarter. +LJ004-0106|They were to report in writing to quarter sessions as to the state of the jail, and as to all abuses which they might observe therein.|They were to report in writing to quarter sessions as to the state of the jail, and as to all abuses which they might observe therein. +LJ004-0107|The most important jail act of that early period, however, was the 24 George III. c. 54, s. 4 (1784)|The most important jail act of that early period, however, was the twenty-four George the third c. fifty-four, s. four (seventeen eighty-four) +LJ004-0108|which was the first legislative attempt to compel the classification of prisoners, or their separation into classes|which was the first legislative attempt to compel the classification of prisoners, or their separation into classes +LJ004-0109|according to their categories or crimes.|according to their categories or crimes. +LJ004-0110|It was made incumbent upon the justices to provide distinct places of confinement for five classes of prisoners, viz.|It was made incumbent upon the justices to provide distinct places of confinement for five classes of prisoners, viz. +LJ004-0111|1. Prisoners convicted of felony. 2. Prisoners committed on a charge or suspicion of felony.|one. Prisoners convicted of felony. two. Prisoners committed on a charge or suspicion of felony. +LJ004-0112|3. Prisoners guilty of misdemeanors. 4. Prisoners charged with misdemeanors. 5. Debtors.|three. Prisoners guilty of misdemeanors. four. Prisoners charged with misdemeanors. five. Debtors. +LJ004-0113|It was further ordered that male prisoners should be kept perfectly distinct from the females.|It was further ordered that male prisoners should be kept perfectly distinct from the females. +LJ004-0114|King's evidences were also to be lodged apart.|King's evidences were also to be lodged apart. +LJ004-0115|Infirmaries separating the sexes were also to be provided, a chapel too, and warm and cold baths.|Infirmaries separating the sexes were also to be provided, a chapel too, and warm and cold baths. +LJ004-0116|"Care also was to be taken that the prisoners shall not be kept in any apartment underground."|"Care also was to be taken that the prisoners shall not be kept in any apartment underground." +LJ004-0117|In an early report of the Prison Discipline Improvement Society,|In an early report of the Prison Discipline Improvement Society, +LJ004-0118|published some six-and-thirty years after the promulgation of this act, the flagrant and persistent violations of it and others|published some six-and-thirty years after the promulgation of this act, the flagrant and persistent violations of it and others +LJ004-0119|which had continued through that long period, are forcibly pointed out.|which had continued through that long period, are forcibly pointed out. +LJ004-0120|In 1818, out of five hundred and eighteen prisons in the United Kingdom,|In eighteen eighteen, out of five hundred and eighteen prisons in the United Kingdom, +LJ004-0121|to which a total of upwards of one hundred thousand prisoners had been committed in the year, only twenty-three prisons were divided according to law;|to which a total of upwards of one hundred thousand prisoners had been committed in the year, only twenty-three prisons were divided according to law; +LJ004-0122|fifty-nine had no division whatever to separate males and females; one hundred and thirty-six had only one division for the purpose;|fifty-nine had no division whatever to separate males and females; one hundred and thirty-six had only one division for the purpose; +LJ004-0123|sixty-eight had only two divisions, and so on.|sixty-eight had only two divisions, and so on. +LJ004-0124|In four hundred and forty-five prisons no work of any description had been introduced for the employment of prisoners;|In four hundred and forty-five prisons no work of any description had been introduced for the employment of prisoners; +LJ004-0125|in the balance some work was done, but with the most meager results.|in the balance some work was done, but with the most meager results. +LJ004-0126|The want of room was still a crying evil.|The want of room was still a crying evil. +LJ004-0127|In one hundred jails,|In one hundred jails, +LJ004-0128|capable of accommodating only eight thousand five hundred and forty-five persons, as many as thirteen thousand and fifty-seven were crowded.|capable of accommodating only eight thousand five hundred and forty-five persons, as many as thirteen thousand and fifty-seven were crowded. +LJ004-0129|Many of the jails were in the most deplorable condition:|Many of the jails were in the most deplorable condition: +LJ004-0130|incommodious, as has been stated, insecure, unhealthy, and unprovided with the printed or written regulations required by law.|incommodious, as has been stated, insecure, unhealthy, and unprovided with the printed or written regulations required by law. +LJ004-0131|To specify more particularly one or two of the worst, it may be mentioned that in the Borough Compter|To specify more particularly one or two of the worst, it may be mentioned that in the Borough Compter +LJ004-0132|the old evils of indiscriminate association still continued unchecked.|the old evils of indiscriminate association still continued unchecked. +LJ004-0133|All prisoners passed their time in absolute idleness, or killed it by gambling and loose conversation.|All prisoners passed their time in absolute idleness, or killed it by gambling and loose conversation. +LJ004-0134|The debtors were crowded almost inconceivably. In a space twenty feet long by six wide,|The debtors were crowded almost inconceivably. In a space twenty feet long by six wide, +LJ004-0135|twenty men slept on eight straw beds, with sixteen rugs amongst them, and a piece of timber for a bolster.|twenty men slept on eight straw beds, with sixteen rugs amongst them, and a piece of timber for a bolster. +LJ004-0136|Mr. Buxton, who found this, declared that it seemed physically impossible, but he was assured that it was true,|Mr. Buxton, who found this, declared that it seemed physically impossible, but he was assured that it was true, +LJ004-0137|and that it was accomplished by "sleeping edgewise."|and that it was accomplished by "sleeping edgewise." +LJ004-0138|One poor wretch, who had slept next the wall, said he had been literally unable to move for the pressure.|One poor wretch, who had slept next the wall, said he had been literally unable to move for the pressure. +LJ004-0139|"In the morning the stench and heat were so oppressive that he and every one else on waking rushed unclothed into the yard;"|"In the morning the stench and heat were so oppressive that he and every one else on waking rushed unclothed into the yard;" +LJ004-0140|and the turnkey told Mr. Buxton that the "smell on first opening the door was enough to knock down a horse.|and the turnkey told Mr. Buxton that the "smell on first opening the door was enough to knock down a horse. +LJ004-0141|The hospital was filled with infectious cases, and in one room, seven feet by nine, with closed windows,|The hospital was filled with infectious cases, and in one room, seven feet by nine, with closed windows, +LJ004-0142|where a lad lay ill with fever, three other prisoners, at first perfectly healthy, were lodged. Of course they were seized with the fever;|where a lad lay ill with fever, three other prisoners, at first perfectly healthy, were lodged. Of course they were seized with the fever; +LJ004-0143|so that the culprit, in addition to his sentence,|so that the culprit, in addition to his sentence, +LJ004-0144|had to endure by "the regulations of the city a disease very dangerous in its nature," and ran the risk of a lingering and painful death.|had to endure by "the regulations of the city a disease very dangerous in its nature," and ran the risk of a lingering and painful death. +LJ004-0145|At Guildford prison, which Mr. Buxton also visited in 1818,|At Guildford prison, which Mr. Buxton also visited in eighteen eighteen, +LJ004-0146|there was no infirmary, no chapel, no work, no classification.|there was no infirmary, no chapel, no work, no classification. +LJ004-0147|The irons, which nearly every one wore, were remarkably heavy; those double ironed could not take off their small clothes.|The irons, which nearly every one wore, were remarkably heavy; those double ironed could not take off their small clothes. +LJ004-0148|No prison dress was allowed, and half the inmates were without shirts or shoes or stockings.|No prison dress was allowed, and half the inmates were without shirts or shoes or stockings. +LJ004-0149|The diet was limited to dry bread, which was of the best certainly, and a pound and a half in weight.|The diet was limited to dry bread, which was of the best certainly, and a pound and a half in weight. +LJ004-0150|Matters were on much the same footing at St. Albans.|Matters were on much the same footing at St. Albans. +LJ004-0151|They were far worse at Bristol,|They were far worse at Bristol, +LJ004-0152|although at Mr. Buxton's visit a new jail was in process of erection, the first step towards reform since Howard's visitation in 1774.|although at Mr. Buxton's visit a new jail was in process of erection, the first step towards reform since Howard's visitation in seventeen seventy-four. +LJ004-0153|In 1818 the old jail was so densely packed that it was nearly impossible to pass through the yards for the throng.|In eighteen eighteen the old jail was so densely packed that it was nearly impossible to pass through the yards for the throng. +LJ004-0154|One hundred and fifty were lodged in a prison just capable of holding fifty-two.|One hundred and fifty were lodged in a prison just capable of holding fifty-two. +LJ004-0155|In the crowd, all of them persons who had "no other avocation or mode of livelihood but thieving," Mr. Buxton counted eleven children|In the crowd, all of them persons who had "no other avocation or mode of livelihood but thieving," Mr. Buxton counted eleven children +LJ004-0156|children hardly old enough to be released from the nursery.|children hardly old enough to be released from the nursery. +LJ004-0157|All charged with felony were in heavy irons, without distinction of age.|All charged with felony were in heavy irons, without distinction of age. +LJ004-0158|All were in ill health; almost all were in rags; almost all were filthy in the extreme.|All were in ill health; almost all were in rags; almost all were filthy in the extreme. +LJ004-0159|The state of the prison, the desperation of the prisoners, broadly hinted in their conversation and plainly expressed in their conduct,|The state of the prison, the desperation of the prisoners, broadly hinted in their conversation and plainly expressed in their conduct, +LJ004-0160|the uproar of oaths, complaints, and obscenity,|the uproar of oaths, complaints, and obscenity, +LJ004-0161|"the indescribable stench," presented together a concentration of the utmost misery and the utmost guilt.|"the indescribable stench," presented together a concentration of the utmost misery and the utmost guilt. +LJ004-0162|It was "a scene of infernal passions and distresses," says Buxton, "which few have imagination sufficient to picture,|It was "a scene of infernal passions and distresses," says Buxton, "which few have imagination sufficient to picture, +LJ004-0163|and of which fewer still would believe that the original is to be found in this enlightened and happy country."|and of which fewer still would believe that the original is to be found in this enlightened and happy country." +LJ004-0164|There was still worse to come. Having explored the yards and adjacent day rooms, and sleeping cells, a door was unlocked,|There was still worse to come. Having explored the yards and adjacent day rooms, and sleeping cells, a door was unlocked, +LJ004-0165|the visitors were furnished with candles, and they descended eighteen long steps into a vault.|the visitors were furnished with candles, and they descended eighteen long steps into a vault. +LJ004-0166|At the bottom was a circular space, through which ran a narrow passage, and the sides of which were fitted with barrack bedsteads.|At the bottom was a circular space, through which ran a narrow passage, and the sides of which were fitted with barrack bedsteads. +LJ004-0167|The floor was on the level of the river, and very damp.|The floor was on the level of the river, and very damp. +LJ004-0168|The smell at one o'clock of the day "was something more than can be expressed by the term disgusting."|The smell at one o'clock of the day "was something more than can be expressed by the term disgusting." +LJ004-0170|The only ventilation of this pit, this "dark, cheerless, damp, unwholesome cavern -- a dungeon in its worst sense"|The only ventilation of this pit, this "dark, cheerless, damp, unwholesome cavern -- a dungeon in its worst sense" +LJ004-0171|was by a kind of chimney, which the prisoners kept hermetically sealed, and which had never been opened in the memory of the turnkey.|was by a kind of chimney, which the prisoners kept hermetically sealed, and which had never been opened in the memory of the turnkey. +LJ004-0172|Untried persons were often lodged in this nauseous underground den,|Untried persons were often lodged in this nauseous underground den, +LJ004-0173|and sometimes slept in "the pit," loaded with heavy irons for a whole year, waiting the jail delivery.|and sometimes slept in "the pit," loaded with heavy irons for a whole year, waiting the jail delivery. +LJ004-0174|Confinement for twelve months in the Bristol jail was counted a punishment equivalent to seven years' transportation.|Confinement for twelve months in the Bristol jail was counted a punishment equivalent to seven years' transportation. +LJ004-0175|In this prison there was no female infirmary.|In this prison there was no female infirmary. +LJ004-0176|Sick women and their children remained in the ordinary wards, and propagated disease.|Sick women and their children remained in the ordinary wards, and propagated disease. +LJ004-0177|No prison dress was allowed; no reception-room was provided, no soap, towels, or baths.|No prison dress was allowed; no reception-room was provided, no soap, towels, or baths. +LJ004-0178|The bedclothes consisted only of a single "very slight" rug.|The bedclothes consisted only of a single "very slight" rug. +LJ004-0179|The allowance of food daily to felons was a fourpenny loaf,|The allowance of food daily to felons was a fourpenny loaf, +LJ004-0180|a price which in those days fluctuated enormously -- as much as a hundred percent in a couple of years;|a price which in those days fluctuated enormously -- as much as a hundred percent in a couple of years; +LJ004-0181|but as no similar variation occurred in the prisoner's appetite, his ration was somewhat precarious.|but as no similar variation occurred in the prisoner's appetite, his ration was somewhat precarious. +LJ004-0182|As for the debtors, they had no allowance whatever, and were often in imminent danger of starvation.|As for the debtors, they had no allowance whatever, and were often in imminent danger of starvation. +LJ004-0183|With all this, the inmates were crowded together at night to such a degree as to excite surprise that they should escape suffocation.|With all this, the inmates were crowded together at night to such a degree as to excite surprise that they should escape suffocation. +LJ004-0184|There reigned through the whole edifice a chilly, damp, unwholesome atmosphere, and the effluvia from the prisoners was so nauseous|There reigned through the whole edifice a chilly, damp, unwholesome atmosphere, and the effluvia from the prisoners was so nauseous +LJ004-0185|that the chaplain found it necessary to take his place before they entered chapel, as he could not otherwise have faced the smell.|that the chaplain found it necessary to take his place before they entered chapel, as he could not otherwise have faced the smell. +LJ004-0186|It is consoling to know that there were a few brilliant exceptions to this cruel, callous neglect.|It is consoling to know that there were a few brilliant exceptions to this cruel, callous neglect. +LJ004-0187|Already, as early as 1818, a prison existed at Bury St. Edmunds which was a model for imitation to others at that time,|Already, as early as eighteen eighteen, a prison existed at Bury St. Edmunds which was a model for imitation to others at that time, +LJ004-0188|and which even fulfilled many of the exacting requirements of modern days.|and which even fulfilled many of the exacting requirements of modern days. +LJ004-0189|The great principles of classification, cleanliness, and employment were closely observed.|The great principles of classification, cleanliness, and employment were closely observed. +LJ004-0190|There were eighty-four separate sleeping-cells, and unless the jail was overcrowded, every inmate passed the night alone,|There were eighty-four separate sleeping-cells, and unless the jail was overcrowded, every inmate passed the night alone, +LJ004-0191|and in comparative comfort, with a bed and proper bedding.|and in comparative comfort, with a bed and proper bedding. +LJ004-0192|The prison stood on a dry, airy situation outside the town.|The prison stood on a dry, airy situation outside the town. +LJ004-0193|Prisoners on reception were treated as they are now-a-days -- bathed, dressed in prison clothes, and inspected by the surgeon.|Prisoners on reception were treated as they are now-a-days -- bathed, dressed in prison clothes, and inspected by the surgeon. +LJ004-0194|No irons were worn except as a punishment.|No irons were worn except as a punishment. +LJ004-0195|Personal cleanliness was insisted upon, and all parts of the prison were kept scrupulously clean.|Personal cleanliness was insisted upon, and all parts of the prison were kept scrupulously clean. +LJ004-0196|There was an infirmary, properly found and duly looked after.|There was an infirmary, properly found and duly looked after. +LJ004-0197|No idleness was permitted among the inmates. Trades were taught, or prisoners were allowed to follow their own if suitable.|No idleness was permitted among the inmates. Trades were taught, or prisoners were allowed to follow their own if suitable. +LJ004-0198|There was, besides, a mill for grinding corn, somewhat similar to a turn-spit, which prisoners turned by walking in rows.|There was, besides, a mill for grinding corn, somewhat similar to a turn-spit, which prisoners turned by walking in rows. +LJ004-0199|This made exertion compulsory, and imposed hard labor as a proper punishment.|This made exertion compulsory, and imposed hard labor as a proper punishment. +LJ004-0200|Another jail, that of Ilchester, was also worthy of all commendation. It exhibited all the good points of that at Bury.|Another jail, that of Ilchester, was also worthy of all commendation. It exhibited all the good points of that at Bury. +LJ004-0201|At Ilchester the rule of employment had been carried further.|At Ilchester the rule of employment had been carried further. +LJ004-0202|A system not adopted generally till nearly half a century later had already prevailed at Ilchester.|A system not adopted generally till nearly half a century later had already prevailed at Ilchester. +LJ004-0203|The new jail had been in a great measure constructed by the prisoners themselves.|The new jail had been in a great measure constructed by the prisoners themselves. +LJ004-0204|Masons, bricklayers, carpenters, painters had been employed upon the buildings, and the work was pronounced excellent by competent judges.|Masons, bricklayers, carpenters, painters had been employed upon the buildings, and the work was pronounced excellent by competent judges. +LJ004-0205|Industrial labor had also been introduced with satisfactory results.|Industrial labor had also been introduced with satisfactory results. +LJ004-0206|Blanket weaving and cloth spinning was carried on prosperously,|Blanket weaving and cloth spinning was carried on prosperously, +LJ004-0207|and all the material for prisoners' apparel was manufactured in the jail.|and all the material for prisoners' apparel was manufactured in the jail. +LJ004-0208|There were work-rooms for wool-washing, dyeing, carding, and spinning.|There were work-rooms for wool-washing, dyeing, carding, and spinning. +LJ004-0209|The looms were constantly busy. Tailors were always at work, and every article of clothing and bedding was made up within the walls.|The looms were constantly busy. Tailors were always at work, and every article of clothing and bedding was made up within the walls. +LJ004-0210|There was a prison laundry too, where all the prisoners' linen was regularly washed.|There was a prison laundry too, where all the prisoners' linen was regularly washed. +LJ004-0211|The moral welfare of the inmates was as closely looked after as the physical.|The moral welfare of the inmates was as closely looked after as the physical. +LJ004-0212|There was an attentive chaplain, a schoolmaster, and regular religious and other instruction.|There was an attentive chaplain, a schoolmaster, and regular religious and other instruction. +LJ004-0213|Compared with those highly meritorious institutions Newgate still showed but badly.|Compared with those highly meritorious institutions Newgate still showed but badly. +LJ004-0214|Its evils were inherent and irremediable, but some ameliorating measures had been introduced,|Its evils were inherent and irremediable, but some ameliorating measures had been introduced, +LJ004-0215|mainly through the exertions of a new governor, Mr. Brown, who succeeded Mr. Newman at Newgate in 1817.|mainly through the exertions of a new governor, Mr. Brown, who succeeded Mr. Newman at Newgate in eighteen seventeen. +LJ004-0216|The most noticeable of the improvements introduced was a better regulation of dietaries within the prison.|The most noticeable of the improvements introduced was a better regulation of dietaries within the prison. +LJ004-0217|The old haphazard system, by which meat was issued in bulk,|The old haphazard system, by which meat was issued in bulk, +LJ004-0218|a week's allowance at a time, was abolished, and there was a regular scale of daily rations adopted.|a week's allowance at a time, was abolished, and there was a regular scale of daily rations adopted. +LJ004-0219|The diet was now ample. It consisted of a pound and a half of bread per diem;|The diet was now ample. It consisted of a pound and a half of bread per diem; +LJ004-0220|for breakfast a pint of gruel; for dinner half a pound of boiled meat, or a quart of soup with vegetables, on alternate days.|for breakfast a pint of gruel; for dinner half a pound of boiled meat, or a quart of soup with vegetables, on alternate days. +LJ004-0221|The food was properly prepared in the prison kitchen.|The food was properly prepared in the prison kitchen. +LJ004-0222|Meat was no longer issued raw, to be imperfectly cooked before a ward fire and bolted gluttonously, the whole two pounds at one sitting.|Meat was no longer issued raw, to be imperfectly cooked before a ward fire and bolted gluttonously, the whole two pounds at one sitting. +LJ004-0223|Mr. Brown confidently asserted that no jail in England now fed its inmates so well as did Newgate.|Mr. Brown confidently asserted that no jail in England now fed its inmates so well as did Newgate. +LJ004-0224|So plentiful was this dietary, that although the old permission remained in force of allowing the friends of prisoners to bring them supplies from outside,|So plentiful was this dietary, that although the old permission remained in force of allowing the friends of prisoners to bring them supplies from outside, +LJ004-0225|the practice was falling into abeyance, and the prisoners seldom required private assistance to eke out their meals.|the practice was falling into abeyance, and the prisoners seldom required private assistance to eke out their meals. +LJ004-0226|It was also claimed for the more ample and more orderly distribution of victuals, that the general health of the prisoners had greatly improved.|It was also claimed for the more ample and more orderly distribution of victuals, that the general health of the prisoners had greatly improved. +LJ004-0227|Mr. Brown also, much to his own credit, brought about the abandonment of the practice of ironing all prisoners as a matter of course.|Mr. Brown also, much to his own credit, brought about the abandonment of the practice of ironing all prisoners as a matter of course. +LJ004-0228|In 1818 prisoners awaiting trial in Newgate, were at length relieved from this illegal infliction.|In eighteen eighteen prisoners awaiting trial in Newgate, were at length relieved from this illegal infliction. +LJ004-0229|Convicts were not even compelled to wear irons, providing they behaved well.|Convicts were not even compelled to wear irons, providing they behaved well. +LJ004-0230|It was found that shackles might be safely dispensed with, even in the case of the most desperate characters.|It was found that shackles might be safely dispensed with, even in the case of the most desperate characters. +LJ004-0231|This was effected by stopping the nearly indiscriminate admission of visitors, which had hitherto prevailed all over the jail.|This was effected by stopping the nearly indiscriminate admission of visitors, which had hitherto prevailed all over the jail. +LJ004-0232|Ironing it will be remembered, was a distinguishing badge, so that when the jail was cleared the free might be readily known from the captive, and escapes prevented.|Ironing it will be remembered, was a distinguishing badge, so that when the jail was cleared the free might be readily known from the captive, and escapes prevented. +LJ004-0234|This change led to some discontent, until it was found that the much greater boon of relief from irons accompanied it, and the reform was quietly accepted.|This change led to some discontent, until it was found that the much greater boon of relief from irons accompanied it, and the reform was quietly accepted. +LJ004-0235|Indeed the best consequences followed from the removal of irons. The prisoners were much better disposed; there were no riots, and fewer disturbances.|Indeed the best consequences followed from the removal of irons. The prisoners were much better disposed; there were no riots, and fewer disturbances. +LJ004-0236|But nothing short of radical reform and complete reconstruction could touch the deep-seated evils of association, overcrowding, and idleness.|But nothing short of radical reform and complete reconstruction could touch the deep-seated evils of association, overcrowding, and idleness. +LJ004-0237|The first still produced deplorable results -- results to be observable for many years to come.|The first still produced deplorable results -- results to be observable for many years to come. +LJ004-0238|Mr. Buxton mentions the case of a boy whose apparent innocence and artlessness had attracted his attention.|Mr. Buxton mentions the case of a boy whose apparent innocence and artlessness had attracted his attention. +LJ004-0239|He had been committed for an offense for which he was acquitted.|He had been committed for an offense for which he was acquitted. +LJ004-0240|He left Newgate utterly corrupted, and after lapsing into crime, soon returned with a very different character.|He left Newgate utterly corrupted, and after lapsing into crime, soon returned with a very different character. +LJ004-0241|Other cases of moral deterioration have already been recorded.|Other cases of moral deterioration have already been recorded. +LJ004-0242|Some attempt was made to reduce the overcrowding, on the recommendation of the House of Commons Committee of 1818, but this applied only a partial remedy.|Some attempt was made to reduce the overcrowding, on the recommendation of the House of Commons Committee of eighteen eighteen, but this applied only a partial remedy. +LJ004-0243|The bulk of the prisoners were still left in idleness.|The bulk of the prisoners were still left in idleness. +LJ004-0244|A few fortunate criminals, many of them kept back from transportation on purpose, who were skilled in trades, were employed at them.|A few fortunate criminals, many of them kept back from transportation on purpose, who were skilled in trades, were employed at them. +LJ004-0245|Painters, plasterers, and carpenters were allowed to follow their handicrafts, with the reward of sixpence per diem and a double allowance of food.|Painters, plasterers, and carpenters were allowed to follow their handicrafts, with the reward of sixpence per diem and a double allowance of food. +LJ004-0246|They used their own tools, and this without any dangerous consequences as regards facilitating the escape of others,|They used their own tools, and this without any dangerous consequences as regards facilitating the escape of others, +LJ004-0247|thus disposing of the objection so long raised against the industrial employment of prisoners in Newgate.|thus disposing of the objection so long raised against the industrial employment of prisoners in Newgate. +LJ004-0248|But this boon of toil was denied to all but a very limited number.|But this boon of toil was denied to all but a very limited number. +LJ004-0249|As the Prison Discipline Society pertinently observed in a report dated 1820,|As the Prison Discipline Society pertinently observed in a report dated eighteen twenty, +LJ004-0250|"It is obvious that reformation must be materially impeded, and in some cases utterly defeated, when the prisoners are defectively classed,|"It is obvious that reformation must be materially impeded, and in some cases utterly defeated, when the prisoners are defectively classed, +LJ005-0001|The Chronicles of Newgate, Volume 2. By Arthur Griffiths. Section 8: The beginnings of prison reform.|The Chronicles of Newgate, Volume two. By Arthur Griffiths. Section eight: The beginnings of prison reform. +LJ005-0002|Newgate prisoners were the victims to another most objectionable practice which obtained all over London.|Newgate prisoners were the victims to another most objectionable practice which obtained all over London. +LJ005-0003|Persons committed to a metropolitan jail at that time were taken in gangs, men and women handcuffed together, or linked on to a long chain,|Persons committed to a metropolitan jail at that time were taken in gangs, men and women handcuffed together, or linked on to a long chain, +LJ005-0004|unless they could afford to pay for a vehicle out of their own funds.|unless they could afford to pay for a vehicle out of their own funds. +LJ005-0005|Even then they were not certain of the favor, for I find a reference to a decent and respectable woman sent to Newgate|Even then they were not certain of the favor, for I find a reference to a decent and respectable woman sent to Newgate +LJ005-0006|who handed a shilling to the escort warder to provide her with a hackney coach; but this functionary pocketed the cash, and obliged the woman to walk|who handed a shilling to the escort warder to provide her with a hackney coach; but this functionary pocketed the cash, and obliged the woman to walk +LJ005-0007|chained to the rest. As the miserable crew filed through the public streets, exposed to the scornful gaze of every passenger,|chained to the rest. As the miserable crew filed through the public streets, exposed to the scornful gaze of every passenger, +LJ005-0008|they were followed by a crowd of reckless boys, who jeered at and insulted them.|they were followed by a crowd of reckless boys, who jeered at and insulted them. +LJ005-0009|Many thus led in procession were in a shocking condition of dirt and misery, frequently nearly naked, and often bearing upon them|Many thus led in procession were in a shocking condition of dirt and misery, frequently nearly naked, and often bearing upon them +LJ005-0010|the germs, more or less developed, of contagious disease. "Caravans," the forerunners of the prison vans,|the germs, more or less developed, of contagious disease. "Caravans," the forerunners of the prison vans, +LJ005-0011|were first made use of about 1827. That the need for prison reform was imperative may be gathered from the few out of many instances I have adduced,|were first made use of about eighteen twenty-seven. That the need for prison reform was imperative may be gathered from the few out of many instances I have adduced, +LJ005-0012|yet there were those who, wedded to ancient ideas, were intolerant of change; they would not admit the existence of any evils.|yet there were those who, wedded to ancient ideas, were intolerant of change; they would not admit the existence of any evils. +LJ005-0013|One smug alderman, a member of the House of Commons, sneered at the ultra philanthropy of the champions of prison improvement.|One smug alderman, a member of the House of Commons, sneered at the ultra philanthropy of the champions of prison improvement. +LJ005-0014|Speaking on a debate on prison matters, he declared that|Speaking on a debate on prison matters, he declared that +LJ005-0015|our prisoners have all that prisoners ought to have, without gentlemen think they ought to be indulged with Turkey carpets.|our prisoners have all that prisoners ought to have, without gentlemen think they ought to be indulged with Turkey carpets. +LJ005-0016|The Society for the Improvement of Prison Discipline was taxed with a desire to introduce a system|The Society for the Improvement of Prison Discipline was taxed with a desire to introduce a system +LJ005-0017|tending to divest punishment of its just and salutary terrors;|tending to divest punishment of its just and salutary terrors; +LJ005-0018|an imputation which the Society indignantly and very justly repudiated, the statement being, as they said,|an imputation which the Society indignantly and very justly repudiated, the statement being, as they said, +LJ005-0019|refuted by abundant evidence, and having no foundation whatever in truth.|refuted by abundant evidence, and having no foundation whatever in truth. +LJ005-0020|Among those whom the Society found arrayed against it was Sydney Smith,|Among those whom the Society found arrayed against it was Sydney Smith, +LJ005-0021|who, in a caustic article contributed to the 'Edinburgh Review,' protested against the pampering of criminals|who, in a caustic article contributed to the 'Edinburgh Review,' protested against the pampering of criminals +LJ005-0022|While fully admitting the good intentions of the Society, he condemned their ultra humanitarianism as misplaced.|While fully admitting the good intentions of the Society, he condemned their ultra humanitarianism as misplaced. +LJ005-0023|He took exception to various of the proposals of the Society. He thought they leant too much to a system of indulgence and education in jails.|He took exception to various of the proposals of the Society. He thought they leant too much to a system of indulgence and education in jails. +LJ005-0024|He objected to the instruction of prisoners in reading and writing.|He objected to the instruction of prisoners in reading and writing. +LJ005-0025|"A poor man who is lucky enough," he said, "to have his son committed for a felony|"A poor man who is lucky enough," he said, "to have his son committed for a felony +LJ005-0026|educates him under such a system for nothing, while the virtuous simpleton who is on the other side of the wall is paying by the quarter for these attainments."|educates him under such a system for nothing, while the virtuous simpleton who is on the other side of the wall is paying by the quarter for these attainments." +LJ005-0027|He was altogether against too liberal a diet; he disapproved of industrial occupations in jails, as not calculated to render prisons terrible.|He was altogether against too liberal a diet; he disapproved of industrial occupations in jails, as not calculated to render prisons terrible. +LJ005-0028|"There should be no tea and sugar, no assemblage of female felons around the washing-tub,|"There should be no tea and sugar, no assemblage of female felons around the washing-tub, +LJ005-0029|nothing but beating hemp and pulling oakum and pounding bricks -- no work but what was tedious, unusual."|nothing but beating hemp and pulling oakum and pounding bricks -- no work but what was tedious, unusual." +LJ005-0030|"In prisons, which are really meant to keep the multitude in order, and to be a terror to evil-doers, there must be no sharings of profits,|"In prisons, which are really meant to keep the multitude in order, and to be a terror to evil-doers, there must be no sharings of profits, +LJ005-0031|no visiting of friends, no education but religious education, no freedom of diet,|no visiting of friends, no education but religious education, no freedom of diet, +LJ005-0032|no weavers' looms or carpenters' benches. There must be a great deal of solitude, coarse food, a dress of shame,|no weavers' looms or carpenters' benches. There must be a great deal of solitude, coarse food, a dress of shame, +LJ005-0033|hard, incessant, irksome, eternal labor, a planned and regulated and unrelenting exclusion of happiness and comfort.|hard, incessant, irksome, eternal labor, a planned and regulated and unrelenting exclusion of happiness and comfort. +LJ005-0034|Undeterred by these sarcasms and misrepresentations,|Undeterred by these sarcasms and misrepresentations, +LJ005-0035|the Society pursued its laudable undertaking with remarkable energy and great singleness of purpose.|the Society pursued its laudable undertaking with remarkable energy and great singleness of purpose. +LJ005-0036|The objects it had in view were set forth in one of its earliest meetings.|The objects it had in view were set forth in one of its earliest meetings. +LJ005-0037|It sought to obtain and diffuse useful information|It sought to obtain and diffuse useful information +LJ005-0038|to suggest beneficial regulations, and circulate tracts demonstrating the advantages of classification,|to suggest beneficial regulations, and circulate tracts demonstrating the advantages of classification, +LJ005-0039|constant inspection, regular employment, and humane treatment generally, with religious and moral instruction.|constant inspection, regular employment, and humane treatment generally, with religious and moral instruction. +LJ005-0040|It earnestly advocated the appointment of female officers to take exclusive charge of female prisoners,|It earnestly advocated the appointment of female officers to take exclusive charge of female prisoners, +LJ005-0041|a much-needed and, according to our ideas, indispensable reform, already initiated by the Ladies' Committee at Newgate.|a much-needed and, according to our ideas, indispensable reform, already initiated by the Ladies' Committee at Newgate. +LJ005-0042|It made the subject of the newly-invented tread-wheels, or stepping-wheels, as they were at first called, its peculiar affair,|It made the subject of the newly-invented tread-wheels, or stepping-wheels, as they were at first called, its peculiar affair, +LJ005-0043|and obtained full details, from places where they had been adopted, of the nature of these new machines|and obtained full details, from places where they had been adopted, of the nature of these new machines +LJ005-0044|the method by which they were worked, and the dietaries of the prisoners employed upon them.|the method by which they were worked, and the dietaries of the prisoners employed upon them. +LJ005-0045|Nor did it confine itself to mere verbal recommendations.|Nor did it confine itself to mere verbal recommendations. +LJ005-0046|The good it tried to do took active shape in the establishment of temporary refuges -- at Hoxton for males, and in the Hackney Road for females|The good it tried to do took active shape in the establishment of temporary refuges -- at Hoxton for males, and in the Hackney Road for females +LJ005-0047|for the reception of deserving cases discharged from prison. The governor of Newgate and other metropolitan prisons had orders of admission to this refuge|for the reception of deserving cases discharged from prison. The governor of Newgate and other metropolitan prisons had orders of admission to this refuge +LJ005-0048|which he could bestow on prisoners on release, and so save the better-disposed or the completely destitute from lapsing at once into crime.|which he could bestow on prisoners on release, and so save the better-disposed or the completely destitute from lapsing at once into crime. +LJ005-0049|The refuge, which had for its object the training of its inmates in habits of industry,|The refuge, which had for its object the training of its inmates in habits of industry, +LJ005-0050|and in moral and religious duty, and which after a time sought to provide them with suitable situations, was supported entirely out of the funds of the Society.|and in moral and religious duty, and which after a time sought to provide them with suitable situations, was supported entirely out of the funds of the Society. +LJ005-0051|At the time of its greatest prosperity, its annual income from donations and subscriptions was about one thousand six hundred pounds.|At the time of its greatest prosperity, its annual income from donations and subscriptions was about one thousand six hundred pounds. +LJ005-0052|Another point to which the Society devoted infinite pains was the preparation of plans for the guidance of architects in the construction of prisons.|Another point to which the Society devoted infinite pains was the preparation of plans for the guidance of architects in the construction of prisons. +LJ005-0053|A very valuable volume published by the Society|A very valuable volume published by the Society +LJ005-0054|traced the progress of prison architecture from the days when the jail was the mere annexe of the baronial or episcopal castle|traced the progress of prison architecture from the days when the jail was the mere annexe of the baronial or episcopal castle +LJ005-0055|or a dungeon above or below the gate of a town, to the first attempts at systematic reconstruction carried out under the advice and supervision of Howard.|or a dungeon above or below the gate of a town, to the first attempts at systematic reconstruction carried out under the advice and supervision of Howard. +LJ005-0056|It is interesting to observe that the plan of "radiation," by which the prison blocks radiated from a central hall, like spokes in a wheel|It is interesting to observe that the plan of "radiation," by which the prison blocks radiated from a central hall, like spokes in a wheel +LJ005-0057|was introduced as early as 1790 by Mr. Blackburn|was introduced as early as seventeen ninety by Mr. Blackburn +LJ005-0058|an architect of eminence who was very largely employed in the erection of prison buildings at the close of the last century.|an architect of eminence who was very largely employed in the erection of prison buildings at the close of the last century. +LJ005-0059|With some important modifications this principle of radiation is still the rule.|With some important modifications this principle of radiation is still the rule. +LJ005-0060|The Society did not limit its remarks to the description of what had already been done|The Society did not limit its remarks to the description of what had already been done +LJ005-0061|but it offered suggestions for future buildings, with numerous carefully-executed drawings and designs of the model it recommended for imitation.|but it offered suggestions for future buildings, with numerous carefully-executed drawings and designs of the model it recommended for imitation. +LJ005-0062|Experience has since shown that in some respects these plans are defective, especially in the placing of the governor's residence in the center of the prison.|Experience has since shown that in some respects these plans are defective, especially in the placing of the governor's residence in the center of the prison. +LJ005-0063|It was thought that this would guarantee constant supervision and inspection, but it did nothing of the kind, and only the presence of warders on duty|It was thought that this would guarantee constant supervision and inspection, but it did nothing of the kind, and only the presence of warders on duty +LJ005-0064|is found now-a-days to be really efficacious. The main recommendations, however, are based upon common sense|is found now-a-days to be really efficacious. The main recommendations, however, are based upon common sense +LJ005-0065|and none are more commendable than that which deprecates the excessive ornamentation of the external parts of the edifice.|and none are more commendable than that which deprecates the excessive ornamentation of the external parts of the edifice. +LJ005-0066|"The new jails," as Howard says, "having pompous fronts, appear like palaces to the lower class of people, and many persons are against them on this account."|"The new jails," as Howard says, "having pompous fronts, appear like palaces to the lower class of people, and many persons are against them on this account." +LJ005-0067|The Prison Society reproves the misdirected efforts of ambitious architects, who by a lavish and improvident expenditure of public money|The Prison Society reproves the misdirected efforts of ambitious architects, who by a lavish and improvident expenditure of public money +LJ005-0068|sought to "rank the prisons they built among the most splendid buildings of the city or town."|sought to "rank the prisons they built among the most splendid buildings of the city or town." +LJ005-0069|Absence of embellishment is in perfect unison with the character of the establishment.|Absence of embellishment is in perfect unison with the character of the establishment. +LJ005-0070|These are principles fully recognized now-a-days, and it may fairly be conceded that the Prison Discipline Society's ideal|These are principles fully recognized now-a-days, and it may fairly be conceded that the Prison Discipline Society's ideal +LJ005-0071|differed little from that kept in view in the construction of the latest and best modern jails.|differed little from that kept in view in the construction of the latest and best modern jails. +LJ005-0072|After a few years of active exertion the Society was rewarded by fresh legislation.|After a few years of active exertion the Society was rewarded by fresh legislation. +LJ005-0073|To its efforts, and their effect upon Parliament and the public mind, we must attribute the new Jail Acts of 4 George IV|To its efforts, and their effect upon Parliament and the public mind, we must attribute the new Jail Acts of four George the fourth +LJ005-0074|cap. 64, and 5 George IV. cap. 85|cap. sixty-four, and five George the fourth cap. eighty-five +LJ005-0075|which having gone through several sessions, at last became law in 1823 to 4|which having gone through several sessions, at last became law in eighteen twenty-three to four +LJ005-0076|By the preamble of the first-named act it was declared|By the preamble of the first-named act it was declared +LJ005-0077|"expedient to introduce such measures and arrangements as shall not only provide for the safe custody,|"expedient to introduce such measures and arrangements as shall not only provide for the safe custody, +LJ005-0078|but shall also tend more effectually to preserve the health|but shall also tend more effectually to preserve the health +LJ005-0079|and improve the morals of the prisoners, and shall insure the proper measure of punishment to convicted offenders.|and improve the morals of the prisoners, and shall insure the proper measure of punishment to convicted offenders. +LJ005-0080|Accordingly due provision was made for the enforcement of hard labor on all prisoners sentenced to it, and for the employment of all others.|Accordingly due provision was made for the enforcement of hard labor on all prisoners sentenced to it, and for the employment of all others. +LJ005-0082|unless such ability (to work) should cease by reason of sickness, infirmity, the want of sufficient work, or from any other cause.|unless such ability (to work) should cease by reason of sickness, infirmity, the want of sufficient work, or from any other cause. +LJ005-0083|It was distinctly laid down that male and female prisoners should be confined in separate buildings or parts of the prison,|It was distinctly laid down that male and female prisoners should be confined in separate buildings or parts of the prison, +LJ005-0084|"so as to prevent them from seeing, conversing, or holding any intercourse with each other."|"so as to prevent them from seeing, conversing, or holding any intercourse with each other." +LJ005-0085|Classification was insisted upon, in the manner laid down by the 24 George III. cap. 54,|Classification was insisted upon, in the manner laid down by the twenty-four George the third cap. fifty-four, +LJ005-0086|with such further separation as the justices should deem conducive to good order and discipline.|with such further separation as the justices should deem conducive to good order and discipline. +LJ005-0087|Female prisoners were in all cases to be under the charge of female officers.|Female prisoners were in all cases to be under the charge of female officers. +LJ005-0088|Every prison containing female prisoners was to have a matron who was to reside constantly in the prison.|Every prison containing female prisoners was to have a matron who was to reside constantly in the prison. +LJ005-0089|The religious and moral welfare of the prisoners were to be attended to,|The religious and moral welfare of the prisoners were to be attended to, +LJ005-0090|the first by daily services, the latter by the appointment of schoolmasters and instruction in reading and writing.|the first by daily services, the latter by the appointment of schoolmasters and instruction in reading and writing. +LJ005-0091|Last, but not least, the use of irons was strictly forbidden, "except in cases of urgent and absolute necessity,"|Last, but not least, the use of irons was strictly forbidden, "except in cases of urgent and absolute necessity," +LJ005-0092|and every prisoner was to be provided with a hammock or cot to himself, suitable bedding, and, if possible, a separate cell.|and every prisoner was to be provided with a hammock or cot to himself, suitable bedding, and, if possible, a separate cell. +LJ005-0093|The second act, passed in the following year, enlarged and amended the first, and at the same time gave powers to the House|The second act, passed in the following year, enlarged and amended the first, and at the same time gave powers to the House +LJ005-0094|to call for information as to the observance of its provisions.|to call for information as to the observance of its provisions. +LJ005-0095|The promulgation of these two Jail Acts strengthened the hands of the Prison Discipline Society enormously.|The promulgation of these two Jail Acts strengthened the hands of the Prison Discipline Society enormously. +LJ005-0096|It had now a legal and authoritative standard of efficiency to apply,|It had now a legal and authoritative standard of efficiency to apply, +LJ005-0097|and could expose all the local authorities that still lagged behind, or neglected to comply with the provisions of the new laws.|and could expose all the local authorities that still lagged behind, or neglected to comply with the provisions of the new laws. +LJ005-0098|The Society did not shrink from its self-imposed duty, but continued year after year, with unflagging energy and unflinching spirit, to watch closely|The Society did not shrink from its self-imposed duty, but continued year after year, with unflagging energy and unflinching spirit, to watch closely +LJ005-0099|and report at length upon the condition of the prisons of the country.|and report at length upon the condition of the prisons of the country. +LJ005-0100|For this purpose it kept up an extensive correspondence with all parts of the kingdom, and circulated queries to be answered in detail,|For this purpose it kept up an extensive correspondence with all parts of the kingdom, and circulated queries to be answered in detail, +LJ005-0102|Upon these and the private visitations made by various members the Society obtained the facts,|Upon these and the private visitations made by various members the Society obtained the facts, +LJ005-0103|often highly damnatory, which were embodied in its annual reports.|often highly damnatory, which were embodied in its annual reports. +LJ005-0104|The progress of improvement was certainly extremely slow.|The progress of improvement was certainly extremely slow. +LJ005-0105|It was long before the many jurisdictions imitated the few.|It was long before the many jurisdictions imitated the few. +LJ005-0106|Jails, of which the old prison at Reading was a specimen, were still left intact.|Jails, of which the old prison at Reading was a specimen, were still left intact. +LJ005-0107|In that prison, with its cells and yards arranged within the shell of an ancient abbey chapel,|In that prison, with its cells and yards arranged within the shell of an ancient abbey chapel, +LJ005-0109|or contriving some means of escape by climbing the fluted columns which supported the Gothic arches of the aisles,|or contriving some means of escape by climbing the fluted columns which supported the Gothic arches of the aisles, +LJ005-0110|and so passing by the roof down into the garden and on to freedom.|and so passing by the roof down into the garden and on to freedom. +LJ005-0111|In a county prison adjoining the metropolis, the separation between the male and female quarters was supposed to be accomplished by the erection of an iron railing;|In a county prison adjoining the metropolis, the separation between the male and female quarters was supposed to be accomplished by the erection of an iron railing; +LJ005-0112|in this same prison capital convicts were chained to the floor until execution.|in this same prison capital convicts were chained to the floor until execution. +LJ005-0113|In another jail not far off male and female felons still occupied the same room -- underground, and reached by a ladder of ten steps.|In another jail not far off male and female felons still occupied the same room -- underground, and reached by a ladder of ten steps. +LJ005-0114|In others the separation between the sexes consisted in a hanging curtain|In others the separation between the sexes consisted in a hanging curtain +LJ005-0115|or an imaginary boundary line, and nothing prevented parties from passing to either side|or an imaginary boundary line, and nothing prevented parties from passing to either side +LJ005-0116|but an empty regulation which all so disposed could defy.|but an empty regulation which all so disposed could defy. +LJ005-0117|Numbers of the jails were still unprovided with chaplains, and the prisoners never heard Divine service.|Numbers of the jails were still unprovided with chaplains, and the prisoners never heard Divine service. +LJ005-0118|In many others there were no infirmaries, no places set apart for the confinement of prisoners afflicted with dangerous and infectious disorders.|In many others there were no infirmaries, no places set apart for the confinement of prisoners afflicted with dangerous and infectious disorders. +LJ005-0119|No attempt was made to maintain discipline.|No attempt was made to maintain discipline. +LJ005-0120|Half the jails had no code of rules properly prepared and sanctioned by the judges, according to law.|Half the jails had no code of rules properly prepared and sanctioned by the judges, according to law. +LJ005-0121|By degrees, however,|By degrees, however, +LJ005-0122|the changes necessary to bring the prisons into conformity with the recent acts were attempted, if not actually introduced into the county prisons, to which,|the changes necessary to bring the prisons into conformity with the recent acts were attempted, if not actually introduced into the county prisons, to which, +LJ005-0123|with a few of the more important city or borough prisons, these acts more especially applied.|with a few of the more important city or borough prisons, these acts more especially applied. +LJ005-0124|Most of the local authorities embarked into considerable expenditure, determined to rebuild their jails de novo on the most approved pattern,|Most of the local authorities embarked into considerable expenditure, determined to rebuild their jails de novo on the most approved pattern, +LJ005-0125|or to reappropriate, reconstruct, and patch up the existing prisons till they were more in accordance with the growing requirements of the times.|or to reappropriate, reconstruct, and patch up the existing prisons till they were more in accordance with the growing requirements of the times. +LJ005-0126|Religious worship became more generally the rule; chaplains were appointed, and chapels provided for them; surgeons and hospitals also.|Religious worship became more generally the rule; chaplains were appointed, and chapels provided for them; surgeons and hospitals also. +LJ005-0127|Workshops were built at many prisons, various kinds of manufactures and trades were set on foot, including weaving, matting, shoe-making, and tailoring.|Workshops were built at many prisons, various kinds of manufactures and trades were set on foot, including weaving, matting, shoe-making, and tailoring. +LJ005-0128|The interior of one prison was illuminated throughout with gas, -- still a novelty, which had been generally adopted in London only four years previously,|The interior of one prison was illuminated throughout with gas, -- still a novelty, which had been generally adopted in London only four years previously, +LJ005-0129|"a measure which must greatly tend to discourage attempts to escape."|"a measure which must greatly tend to discourage attempts to escape." +LJ005-0130|There were tread-wheels at most of the prisons, and regular employment thereon or at some other kind of hard labor.|There were tread-wheels at most of the prisons, and regular employment thereon or at some other kind of hard labor. +LJ005-0131|In many places too where the prisoners earned money by their work, they were granted a portion of it for their own use after proper deduction for maintenance.|In many places too where the prisoners earned money by their work, they were granted a portion of it for their own use after proper deduction for maintenance. +LJ005-0132|Only a few glaring evils still demanded a remedy.|Only a few glaring evils still demanded a remedy. +LJ005-0133|The provision of separate sleeping cells was still quite inadequate. For instance,|The provision of separate sleeping cells was still quite inadequate. For instance, +LJ005-0134|in twenty-two county jails there were 1063 sleeping cells in all (in 1823)|in twenty-two county jails there were one thousand sixty-three sleeping cells in all (in eighteen twenty-three) +LJ005-0135|and the average daily number committed that year amounted to 3985.|and the average daily number committed that year amounted to three thousand, nine hundred eighty-five. +LJ005-0136|The want of sleeping cells long continued a crying need.|The want of sleeping cells long continued a crying need. +LJ005-0137|Four years later the Prison Society reported|Four years later the Prison Society reported +LJ005-0138|that in four prisons, which at one time of the year contained 1308 prisoners, there were only sixty-eight sleeping rooms or cells,|that in four prisons, which at one time of the year contained one thousand three hundred eight prisoners, there were only sixty-eight sleeping rooms or cells, +LJ005-0139|making an average of nineteen persons occupying each room.|making an average of nineteen persons occupying each room. +LJ005-0140|At the New Prison, Clerkenwell, which had become the principal reception jail of Middlesex, and so took all the untried,|At the New Prison, Clerkenwell, which had become the principal reception jail of Middlesex, and so took all the untried, +LJ005-0141|the sleeping space per head was only sixteen inches, and often as many as 293 men had to be accommodated on barrack beds|the sleeping space per head was only sixteen inches, and often as many as two hundred ninety-three men had to be accommodated on barrack beds +LJ005-0142|occupying barely 390 feet lineal|occupying barely three hundred ninety feet lineal +LJ005-0143|The "scenes of tumult and obscenity" in these night rooms are said to have been beyond description; a prisoner in one nocturnal riot lost an eye.|The "scenes of tumult and obscenity" in these night rooms are said to have been beyond description; a prisoner in one nocturnal riot lost an eye. +LJ005-0144|Yet to Clerkenwell were now committed the juveniles, and all who were inexperienced in crime.|Yet to Clerkenwell were now committed the juveniles, and all who were inexperienced in crime. +LJ005-0145|Great want of uniformity in treatment in the various prisons was still noticeable|Great want of uniformity in treatment in the various prisons was still noticeable +LJ005-0146|and was indeed destined to continue for another half century, in other words, until the introduction of the Prison Act of 1877.|and was indeed destined to continue for another half century, in other words, until the introduction of the Prison Act of eighteen seventy-seven. +LJ005-0147|At the time of which I am writing there was great diversity of practice as regards the hours of labor.|At the time of which I am writing there was great diversity of practice as regards the hours of labor. +LJ005-0148|In some prisons the prisoners worked seven hours a day, in others ten and ten and a half.|In some prisons the prisoners worked seven hours a day, in others ten and ten and a half. +LJ005-0149|The nature of the employment varied greatly in severity, especially the tread-wheel labor.|The nature of the employment varied greatly in severity, especially the tread-wheel labor. +LJ005-0150|In some county jails, as I have already said, female prisoners were placed upon the tread-wheel;|In some county jails, as I have already said, female prisoners were placed upon the tread-wheel; +LJ005-0151|in others women were very properly exempted from it, and also from all severe labor.|in others women were very properly exempted from it, and also from all severe labor. +LJ005-0152|Earnings were very differently appropriated. Here the prisoners were given the whole amount, there a half or a third.|Earnings were very differently appropriated. Here the prisoners were given the whole amount, there a half or a third. +LJ005-0153|Sometimes this money might be expended in the purchase of extra articles of food.|Sometimes this money might be expended in the purchase of extra articles of food. +LJ005-0154|The rations varied considerably everywhere.|The rations varied considerably everywhere. +LJ005-0155|It was still limited to bread in some places, the allowance of which varied from one to three pounds;|It was still limited to bread in some places, the allowance of which varied from one to three pounds; +LJ005-0156|in others meat, soup, gruel, beer were given.|in others meat, soup, gruel, beer were given. +LJ005-0157|Here and there food was not issued in kind, but a money allowance which the prisoner might expend himself.|Here and there food was not issued in kind, but a money allowance which the prisoner might expend himself. +LJ005-0158|Bedding and clothing was still denied, but only in a few jails;|Bedding and clothing was still denied, but only in a few jails; +LJ005-0159|in others both were supplied in ample quantities, the cost varying per prisoner from twenty shillings to five pounds.|in others both were supplied in ample quantities, the cost varying per prisoner from twenty shillings to five pounds. +LJ005-0160|It was plain that although the law had defined general principles of prison government,|It was plain that although the law had defined general principles of prison government, +LJ005-0161|too much discretion was still left to the magistracy to fill in the details. The legislature only recommended,|too much discretion was still left to the magistracy to fill in the details. The legislature only recommended, +LJ005-0162|it did not peremptorily insist. Too often the letter of the law was observed, but not its spirit.|it did not peremptorily insist. Too often the letter of the law was observed, but not its spirit. +LJ005-0163|One great impediment to wide amelioration was that a vast number of small jails lay out of reach of the law.|One great impediment to wide amelioration was that a vast number of small jails lay out of reach of the law. +LJ005-0164|When the new acts were introduced, numerous prisons under local jurisdiction were exempted from the operation of the law.|When the new acts were introduced, numerous prisons under local jurisdiction were exempted from the operation of the law. +LJ005-0165|They were so radically bad that reform seemed hopeless, and it was thought wiser not to bring them under provisions which clearly could not be enforced.|They were so radically bad that reform seemed hopeless, and it was thought wiser not to bring them under provisions which clearly could not be enforced. +LJ005-0166|Mr. Peel, who as Home Secretary had charge of the bill,|Mr. Peel, who as Home Secretary had charge of the bill, +LJ005-0167|which became the 4 George IV. cap. 64, said that he had abstained from legislating for these small jurisdictions "on mature deliberation."|which became the four George the fourth cap. sixty-four, said that he had abstained from legislating for these small jurisdictions "on mature deliberation." +LJ005-0168|"It is not," he said, "that I am insensible of the lamentable and disgraceful situation in which many of them are,|"It is not," he said, "that I am insensible of the lamentable and disgraceful situation in which many of them are, +LJ005-0169|but I indulge a hope that many of them will contract with the counties,|but I indulge a hope that many of them will contract with the counties, +LJ005-0170|that many of them will build new jails, and that when in a year or two we come to examine their situation,|that many of them will build new jails, and that when in a year or two we come to examine their situation, +LJ005-0171|we shall find but few which have not in one or other of these ways removed the grievance of which such just complaint is made.|we shall find but few which have not in one or other of these ways removed the grievance of which such just complaint is made. +LJ005-0172|When that time arrives|When that time arrives +LJ005-0173|I shall not hesitate to ask Parliament for powers to compel them to make the necessary alterations, for it is not to be endured that these local jurisdictions should remain|I shall not hesitate to ask Parliament for powers to compel them to make the necessary alterations, for it is not to be endured that these local jurisdictions should remain +LJ005-0174|in the deplorable situation in which many of them now are."|in the deplorable situation in which many of them now are." +LJ005-0175|At this time there were in England one hundred and seventy boroughs, cities, towns, and liberties|At this time there were in England one hundred and seventy boroughs, cities, towns, and liberties +LJ005-0176|which possessed the right of trying criminals for various offenses.|which possessed the right of trying criminals for various offenses. +LJ005-0177|Nearly every one of these jurisdictions had its own prison, and there were one hundred and sixty such jails in all.|Nearly every one of these jurisdictions had its own prison, and there were one hundred and sixty such jails in all. +LJ005-0178|Many of them consisted of one or two rooms at most.|Many of them consisted of one or two rooms at most. +LJ005-0179|he total number of prisoners they received during the year varied from two persons to many hundreds.|he total number of prisoners they received during the year varied from two persons to many hundreds. +LJ005-0180|It was in these jails, withdrawn from the pressure of authority, that the new rules were invariably ignored.|It was in these jails, withdrawn from the pressure of authority, that the new rules were invariably ignored. +LJ005-0181|The right and privilege of the borough to maintain its own place of confinement was so "ancient and indisputable,"|The right and privilege of the borough to maintain its own place of confinement was so "ancient and indisputable," +LJ005-0182|that for long no idea of interfering with them was entertained.|that for long no idea of interfering with them was entertained. +LJ005-0183|All that was urged was that the borough magistracy had no right to govern their jails|All that was urged was that the borough magistracy had no right to govern their jails +LJ005-0184|so as to corrupt those committed, "to the injury of the peace and morals of the public."|so as to corrupt those committed, "to the injury of the peace and morals of the public." +LJ005-0185|As time passed, however, these magistrates made no effort at reform.|As time passed, however, these magistrates made no effort at reform. +LJ005-0186|They neither built new jails nor contracted with the counties, as had been expected, for the transfer of their prisoners.|They neither built new jails nor contracted with the counties, as had been expected, for the transfer of their prisoners. +LJ005-0187|As the Society put it in 1827, "the friends to the improvement of prison discipline will regret to learn|As the Society put it in eighteen twenty-seven, "the friends to the improvement of prison discipline will regret to learn +LJ005-0188|that the jails attached to corporate jurisdictions continue to be the fruitful sources|that the jails attached to corporate jurisdictions continue to be the fruitful sources +LJ005-0189|of vice and misery, debasing all who are confined within their walls, and disseminating through their respective communities|of vice and misery, debasing all who are confined within their walls, and disseminating through their respective communities +LJ005-0190|the knowledge and practice of every species of criminality.|the knowledge and practice of every species of criminality. +LJ005-0191|The Society proceeded to support this indictment by facts. It is much the old story.|The Society proceeded to support this indictment by facts. It is much the old story. +LJ005-0192|The prisoners were lodged in rooms whence they could converse with passengers in the streets, and freely obtain spirits and other prohibited articles.|The prisoners were lodged in rooms whence they could converse with passengers in the streets, and freely obtain spirits and other prohibited articles. +LJ005-0193|All descriptions of offenders congregated together in the felons' wards.|All descriptions of offenders congregated together in the felons' wards. +LJ005-0194|The keeper and his officers resided at a distance from the jail, and left its inmates to their own devices.|The keeper and his officers resided at a distance from the jail, and left its inmates to their own devices. +LJ005-0195|There was no decency whatever in the internal arrangements;|There was no decency whatever in the internal arrangements; +LJ005-0196|still no separation of the sexes, no means of ablution or other necessary services.|still no separation of the sexes, no means of ablution or other necessary services. +LJ005-0197|One borough prison consisted of nothing more than a couple of cells, about ten yards square, and absolutely nothing more.|One borough prison consisted of nothing more than a couple of cells, about ten yards square, and absolutely nothing more. +LJ005-0198|In another borough, with a population of ten thousand, the prison was of the same dimensions.|In another borough, with a population of ten thousand, the prison was of the same dimensions. +LJ005-0199|One cell was a dungeon, and the other an "improper and unhealthy abode for any human being," with a watercourse running through it.|One cell was a dungeon, and the other an "improper and unhealthy abode for any human being," with a watercourse running through it. +LJ005-0200|Most of these small jails were still in existence and in much the same state eight years later,|Most of these small jails were still in existence and in much the same state eight years later, +LJ005-0201|as is shown by the report of the Commissioners to inquire into the state of the municipal corporations in 1835.|as is shown by the report of the Commissioners to inquire into the state of the municipal corporations in eighteen thirty-five. +LJ005-0203|Thus Dinas Mwddy, in Merionethshire, had, "besides the pinfold and the stocks or crib, a little prison."|Thus Dinas Mwddy, in Merionethshire, had, "besides the pinfold and the stocks or crib, a little prison." +LJ005-0204|Clun, in Shropshire, had a lock-up under the town hall.|Clun, in Shropshire, had a lock-up under the town hall. +LJ005-0205|At Eye, in Suffolk, the jail was part of the poor-house; so it was at Richmond, in Yorkshire, where the master of the workhouse was also keeper of the jail.|At Eye, in Suffolk, the jail was part of the poor-house; so it was at Richmond, in Yorkshire, where the master of the workhouse was also keeper of the jail. +LJ005-0206|At Godmanchester there was no jail, but a cage to secure prisoners till they could be taken before a magistrate.|At Godmanchester there was no jail, but a cage to secure prisoners till they could be taken before a magistrate. +LJ005-0207|Kidderminster had a prison, one damp chill room,|Kidderminster had a prison, one damp chill room, +LJ005-0208|the only aperture through which air could be admitted being an iron grating level with the street,|the only aperture through which air could be admitted being an iron grating level with the street, +LJ005-0209|through the bars of which quills or reeds were inserted, and drink conveyed to the prisoners.|through the bars of which quills or reeds were inserted, and drink conveyed to the prisoners. +LJ005-0210|At Walsall, in Staffordshire,|At Walsall, in Staffordshire, +LJ005-0211|the jail consisted of six cells, frequently so damp that the moisture trickled down the walls; there was not space for air or exercise,|the jail consisted of six cells, frequently so damp that the moisture trickled down the walls; there was not space for air or exercise, +LJ005-0212|and the prison allowance was still limited to bread and water.|and the prison allowance was still limited to bread and water. +LJ005-0213|Newgate through all these years continued a bye-word with the Society.|Newgate through all these years continued a bye-word with the Society. +LJ005-0214|Some reforms had certainly been introduced, such as the abolition of irons, already referred to, and the establishment of male and female infirmaries.|Some reforms had certainly been introduced, such as the abolition of irons, already referred to, and the establishment of male and female infirmaries. +LJ005-0215|The regular daily visitation of the chaplain was also insisted upon.|The regular daily visitation of the chaplain was also insisted upon. +LJ005-0216|But it was pointed out in 1823 that defective construction must always bar the way to any radical improvement in Newgate.|But it was pointed out in eighteen twenty-three that defective construction must always bar the way to any radical improvement in Newgate. +LJ005-0217|Without enlargement no material change in discipline or interior economy could possibly be introduced.|Without enlargement no material change in discipline or interior economy could possibly be introduced. +LJ005-0218|The chapel still continued incommodious and insufficient|The chapel still continued incommodious and insufficient +LJ005-0219|female prisoners were still exposed to the full view of the males, the netting in front of the gallery being perfectly useless as a screen.|female prisoners were still exposed to the full view of the males, the netting in front of the gallery being perfectly useless as a screen. +LJ005-0220|In 1824 Newgate had no glass in its windows, except in the infirmary and one ward of the chapel yard;|In eighteen twenty-four Newgate had no glass in its windows, except in the infirmary and one ward of the chapel yard; +LJ005-0221|and the panes were filled in with oiled paper, an insufficient protection against the weather;|and the panes were filled in with oiled paper, an insufficient protection against the weather; +LJ005-0222|and as the window-frames would not shut tight, the prisoners complained much of the cold, especially at night.|and as the window-frames would not shut tight, the prisoners complained much of the cold, especially at night. +LJ005-0223|There was a diminution in the numbers in custody, due to the adoption of the practice of not committing at once to Newgate every offender for trial at the Old Bailey|There was a diminution in the numbers in custody, due to the adoption of the practice of not committing at once to Newgate every offender for trial at the Old Bailey +LJ005-0224|but nothing had been done to improve the prison buildings.|but nothing had been done to improve the prison buildings. +LJ005-0225|In 1827 the Society was compelled to report that "no material change had taken place in Newgate since the passing of the prison laws,|In eighteen twenty-seven the Society was compelled to report that "no material change had taken place in Newgate since the passing of the prison laws, +LJ005-0226|and that consequently the observance of their most important provisions was habitually neglected.|and that consequently the observance of their most important provisions was habitually neglected. +LJ005-0227|It was enacted that the court of aldermen should make rules for the government of the prison, and that these should be posted publicly within the walls.|It was enacted that the court of aldermen should make rules for the government of the prison, and that these should be posted publicly within the walls. +LJ005-0228|As yet no rules or regulations had been printed or prepared.|As yet no rules or regulations had been printed or prepared. +LJ005-0229|By another clause of the Jail Act, two justices were to be appointed to visit the prison at least thrice in every quarter, and "oftener if occasion required."|By another clause of the Jail Act, two justices were to be appointed to visit the prison at least thrice in every quarter, and "oftener if occasion required." +LJ005-0230|These justices were to inspect every part of the prison, and examine into the state and condition of prisoners.|These justices were to inspect every part of the prison, and examine into the state and condition of prisoners. +LJ005-0231|The city justices had not fulfilled this obligation.|The city justices had not fulfilled this obligation. +LJ005-0232|Idleness was still the general rule for all prisoners in Newgate, in defiance of the law.|Idleness was still the general rule for all prisoners in Newgate, in defiance of the law. +LJ005-0233|There was no instruction of adult prisoners, in accordance with the law. The sleeping accommodation was still altogether contrary to the latest ideas.|There was no instruction of adult prisoners, in accordance with the law. The sleeping accommodation was still altogether contrary to the latest ideas. +LJ005-0235|Last, and worst of all, the arrangements for keeping the condemned prisoners between sentence and execution were more than unsatisfactory.|Last, and worst of all, the arrangements for keeping the condemned prisoners between sentence and execution were more than unsatisfactory. +LJ005-0236|They were not confined apart from each other, but were crowded thirty or forty together in the press yard,|They were not confined apart from each other, but were crowded thirty or forty together in the press yard, +LJ005-0237|so that "corrupt conversation obliterated from the mind of him who is doomed to suffer every serious feeling and valuable impression."|so that "corrupt conversation obliterated from the mind of him who is doomed to suffer every serious feeling and valuable impression." +LJ005-0238|I shall have more to say on this subject, and upon the state of Newgate generally, in the following chapter.|I shall have more to say on this subject, and upon the state of Newgate generally, in the following chapter. +LJ005-0239|The Prison Society did not relax its efforts as time passed, but its leading members had other and more pressing claims upon their energies.|The Prison Society did not relax its efforts as time passed, but its leading members had other and more pressing claims upon their energies. +LJ005-0240|Mr. Buxton had succeeded to the great work which William Wilberforce had commenced, and led the repeated attacks upon slavery in British colonies|Mr. Buxton had succeeded to the great work which William Wilberforce had commenced, and led the repeated attacks upon slavery in British colonies +LJ005-0241|till the whole body of the slaves were manumitted in 1833.|till the whole body of the slaves were manumitted in eighteen thirty-three. +LJ005-0242|In the year immediately preceding this, Parliament was too busy with the great question of its own reform to spare much time for domestic legislation.|In the year immediately preceding this, Parliament was too busy with the great question of its own reform to spare much time for domestic legislation. +LJ005-0243|Nevertheless a committee of the House of Commons was appointed in 1831 to report upon the whole system of secondary punishments,|Nevertheless a committee of the House of Commons was appointed in eighteen thirty-one to report upon the whole system of secondary punishments, +LJ005-0244|which dealt with jails of all classes, as well as transportation.|which dealt with jails of all classes, as well as transportation. +LJ005-0245|This committee animadverted strongly upon the system in force at the metropolitan jails, and more especially upon the condition of Newgate|This committee animadverted strongly upon the system in force at the metropolitan jails, and more especially upon the condition of Newgate +LJ005-0246|where "prisoners before and after trial are under no efficient superintendence," and where "there was no restraint, or attempt at restraint."|where "prisoners before and after trial are under no efficient superintendence," and where "there was no restraint, or attempt at restraint." +LJ005-0247|Mr. Samuel Hoare was examined by this committee|Mr. Samuel Hoare was examined by this committee +LJ005-0249|From the moment of a person's committal he was certain to be plunged deeper and deeper in guilt.|From the moment of a person's committal he was certain to be plunged deeper and deeper in guilt. +LJ005-0250|The prisoners were crowded together in the jail, contrary to the requirements of the 4 George IV.|The prisoners were crowded together in the jail, contrary to the requirements of the four George the fourth +LJ005-0251|Again in 1835 prisons and their inmates became once more the care of the senate, and the subject was taken up this time by the House of Lords.|Again in eighteen thirty-five prisons and their inmates became once more the care of the senate, and the subject was taken up this time by the House of Lords. +LJ005-0252|A committee was appointed, under the presidency of the Duke of Richmond|A committee was appointed, under the presidency of the Duke of Richmond +LJ005-0253|"to inquire into and report upon the several jails and houses of correction in the counties, cities, and corporate towns within England and Wales|"to inquire into and report upon the several jails and houses of correction in the counties, cities, and corporate towns within England and Wales +LJ005-0254|upon the rules and discipline therein established with regard to the treatment of unconvicted as well as convicted persons."|upon the rules and discipline therein established with regard to the treatment of unconvicted as well as convicted persons." +LJ005-0255|The committee was also to report upon the manner in which sentences were carried out, and to recommend any alterations necessary in the rules|The committee was also to report upon the manner in which sentences were carried out, and to recommend any alterations necessary in the rules +LJ005-0256|in order to insure uniformity of discipline. It met on the 31st March, 1835, and continued its sittings well into July|in order to insure uniformity of discipline. It met on the thirty-first March, eighteen thirty-five, and continued its sittings well into July +LJ005-0257|during which time a host of witnesses were examined, and the committee presented three separate reports,|during which time a host of witnesses were examined, and the committee presented three separate reports, +LJ005-0258|embodying recommendations which may be said to have formed the basis of modern prison management.|embodying recommendations which may be said to have formed the basis of modern prison management. +LJ005-0259|It was laid down as a first and indispensable principle that uniformity of discipline should prevail everywhere,|It was laid down as a first and indispensable principle that uniformity of discipline should prevail everywhere, +LJ005-0260|a theory which did not become a practical fact for forty more years.|a theory which did not become a practical fact for forty more years. +LJ005-0261|As a means of securing this uniformity,|As a means of securing this uniformity, +LJ005-0262|it was suggested that the rules framed for prison government should be subjected to the Secretary of State for approval,|it was suggested that the rules framed for prison government should be subjected to the Secretary of State for approval, +LJ005-0263|and not, as heretofore, to the judges of assize; that, both to check abuses and watch the progress of improvement,|and not, as heretofore, to the judges of assize; that, both to check abuses and watch the progress of improvement, +LJ005-0264|inspectors of prisons should be appointed, who should visit all the prisons from time to time and report to the Secretary of State.|inspectors of prisons should be appointed, who should visit all the prisons from time to time and report to the Secretary of State. +LJ005-0265|It was recommended that the dietaries should be submitted and approved like the rules; that convicted prisoners should not receive any food but the jail allowance;|It was recommended that the dietaries should be submitted and approved like the rules; that convicted prisoners should not receive any food but the jail allowance; +LJ005-0266|that food and fuel should be issued in kind, and never provided by the prisoners themselves out of monies granted them.|that food and fuel should be issued in kind, and never provided by the prisoners themselves out of monies granted them. +LJ005-0267|The use of tobacco, hitherto pretty generally indulged in both by men and women,|The use of tobacco, hitherto pretty generally indulged in both by men and women, +LJ005-0268|should be strictly prohibited, "as a stimulating luxury inconsistent with any notion of strict discipline and the due pressure of just punishment."|should be strictly prohibited, "as a stimulating luxury inconsistent with any notion of strict discipline and the due pressure of just punishment." +LJ005-0269|Prison officers should not have any share in prisoners' earnings,|Prison officers should not have any share in prisoners' earnings, +LJ005-0270|which should be paid into general prison funds, and no part of them handed over to the prisoners themselves.|which should be paid into general prison funds, and no part of them handed over to the prisoners themselves. +LJ005-0271|As a means of increasing the severity of imprisonment, letters and visits from outside should not be permitted during the first six months of an imprisonment.|As a means of increasing the severity of imprisonment, letters and visits from outside should not be permitted during the first six months of an imprisonment. +LJ005-0272|Various other recommendations were made as regards the appointment of chaplain and schoolmasters; the limitation of the powers of wardsmen,|Various other recommendations were made as regards the appointment of chaplain and schoolmasters; the limitation of the powers of wardsmen, +LJ005-0273|or prisoners employed in positions of trust, who should not be permitted to traffic with their fellow-prisoners in any way.|or prisoners employed in positions of trust, who should not be permitted to traffic with their fellow-prisoners in any way. +LJ005-0274|The committee most of all insisted upon the entire individual separation of prisoners, except during the hours of labor,|The committee most of all insisted upon the entire individual separation of prisoners, except during the hours of labor, +LJ005-0275|religious worship, and instruction, as "absolutely necessary for preventing contamination,|religious worship, and instruction, as "absolutely necessary for preventing contamination, +LJ005-0276|and for securing a proper system of prison discipline.|and for securing a proper system of prison discipline. +LJ005-0277|This was the first enunciation of the system of separate confinement,|This was the first enunciation of the system of separate confinement, +LJ005-0278|which was eventually to replace the attempted arrangement of prisoners by classes according to antecedents and crimes,|which was eventually to replace the attempted arrangement of prisoners by classes according to antecedents and crimes, +LJ005-0279|an incomplete and fallacious method of preventing contamination.|an incomplete and fallacious method of preventing contamination. +LJ005-0280|The Lords' Committee fully recognized the painful fact|The Lords' Committee fully recognized the painful fact +LJ005-0281|that the greatest mischief followed from the intercourse which was still permitted in so many prisons; to use its words,|that the greatest mischief followed from the intercourse which was still permitted in so many prisons; to use its words, +LJ005-0282|"the comparatively innocent are seduced, the unwary are entrapped,|"the comparatively innocent are seduced, the unwary are entrapped, +LJ005-0283|and the tendency to crime in offenders not entirely hardened is confirmed by the language, the suggestions, and the example|and the tendency to crime in offenders not entirely hardened is confirmed by the language, the suggestions, and the example +LJ005-0284|of more depraved and systematic criminals.|of more depraved and systematic criminals. +LJ005-0285|This committee, as well as the one preceding it, also reported in terms of strong reprobation on the small prisons and jails|This committee, as well as the one preceding it, also reported in terms of strong reprobation on the small prisons and jails +LJ005-0286|still under the borough corporations. The Commons' Committee gave it as their opinion that they were in a deplorable state.|still under the borough corporations. The Commons' Committee gave it as their opinion that they were in a deplorable state. +LJ005-0287|The same language was used by the commissioners appointed to inquire into the municipal corporations in 1835,|The same language was used by the commissioners appointed to inquire into the municipal corporations in eighteen thirty-five, +LJ005-0288|when speaking more particularly of the borough jails.|when speaking more particularly of the borough jails. +LJ005-0289|In these the commissioners found "additional proof of the evils of continuing the present constitution of the local tribunals.|In these the commissioners found "additional proof of the evils of continuing the present constitution of the local tribunals. +LJ005-0290|Instances rarely occur in which the borough jails admit of any proper classification of the prisoners.|Instances rarely occur in which the borough jails admit of any proper classification of the prisoners. +LJ005-0291|In some large towns, as at Berwick on Tweed, Southampton, and Southwark, they (the prisons) are in a very discreditable condition.|In some large towns, as at Berwick on Tweed, Southampton, and Southwark, they (the prisons) are in a very discreditable condition. +LJ005-0292|In many of the smaller boroughs they are totally unfit for the confinement of human beings.|In many of the smaller boroughs they are totally unfit for the confinement of human beings. +LJ005-0293|In these places the prisoners are often without a proper supply of air and light; frequently the jails are mere dungeons under the town hall.|In these places the prisoners are often without a proper supply of air and light; frequently the jails are mere dungeons under the town hall. +LJ005-0294|It was frequently stated in evidence that the jail of the borough was in so unfit a state for the reception of prisoners,|It was frequently stated in evidence that the jail of the borough was in so unfit a state for the reception of prisoners, +LJ005-0295|that plaintiffs were unwilling to consign the defendants against whom they had obtained execution to confinement within its walls."|that plaintiffs were unwilling to consign the defendants against whom they had obtained execution to confinement within its walls." +LJ005-0296|The Lords' Committee on Jails were of the same opinion, and considered the prisons under corporate or peculiar jurisdiction in a very unsatisfactory condition.|The Lords' Committee on Jails were of the same opinion, and considered the prisons under corporate or peculiar jurisdiction in a very unsatisfactory condition. +LJ005-0297|They therefore recommended that the prisoners should be removed|They therefore recommended that the prisoners should be removed +LJ005-0298|to the county jails from such prisons as were past improvement, and that the borough funds should be charged for the accommodation.|to the county jails from such prisons as were past improvement, and that the borough funds should be charged for the accommodation. +LJ005-0299|The whole question was again dealt with in Lord John Russell's bill for the reform of the municipal corporations, and with a more liberal election of town councilors,|The whole question was again dealt with in Lord John Russell's bill for the reform of the municipal corporations, and with a more liberal election of town councilors, +LJ005-0300|and the establishment of municipal institutions upon a proper footing,|and the establishment of municipal institutions upon a proper footing, +LJ006-0002|In the preceding chapter I have been tempted by the importance of the general question to give it prominence and precedence over the particular branch of which I am treating.|In the preceding chapter I have been tempted by the importance of the general question to give it prominence and precedence over the particular branch of which I am treating. +LJ006-0003|Newgate has remained rather in the background while the whole of the jails as a body were under discussion.|Newgate has remained rather in the background while the whole of the jails as a body were under discussion. +LJ006-0004|But this digression was necessary in order to present a more complete picture of the state of jails in the early part of the present century,|But this digression was necessary in order to present a more complete picture of the state of jails in the early part of the present century, +LJ006-0005|just before the public mind was first awakened to the need for thorough reform.|just before the public mind was first awakened to the need for thorough reform. +LJ006-0006|I shall now return to the great jail of the city of London, and give a more detailed account of its condition and inner life|I shall now return to the great jail of the city of London, and give a more detailed account of its condition and inner life +LJ006-0007|as the inspectors of prisons found them in 1835 to 6.|as the inspectors of prisons found them in eighteen thirty-five to six. +LJ006-0008|These gentlemen were appointed in October 1835, owing to the strong representations of the Lords' Committee|These gentlemen were appointed in October eighteen thirty-five, owing to the strong representations of the Lords' Committee +LJ006-0009|backed up by the evidence of several influential witnesses.|backed up by the evidence of several influential witnesses. +LJ006-0010|Mr. Samuel Hoare, when examined, considered it indispensably necessary, to carry out whatever system might be established,|Mr. Samuel Hoare, when examined, considered it indispensably necessary, to carry out whatever system might be established, +LJ006-0011|that inspectors should watch over the observance of the law. He saw no objection on the score of their probable interference with the local jurisdiction,|that inspectors should watch over the observance of the law. He saw no objection on the score of their probable interference with the local jurisdiction, +LJ006-0012|but he would not arm them with any authority lest their cooperation might be offensive.|but he would not arm them with any authority lest their cooperation might be offensive. +LJ006-0013|Sir Frederick Roe was of the same opinion as regards the appointment, but he would give the inspectors the power of acting as well as reporting.|Sir Frederick Roe was of the same opinion as regards the appointment, but he would give the inspectors the power of acting as well as reporting. +LJ006-0014|They should be persons, he thought, selected from the highest class; the duty was most important,|They should be persons, he thought, selected from the highest class; the duty was most important, +LJ006-0015|one which required discretion, judgment, and knowledge of law, with sufficient insight and experience to discover defects in prison discipline.|one which required discretion, judgment, and knowledge of law, with sufficient insight and experience to discover defects in prison discipline. +LJ006-0016|These considerations no doubt had weight|These considerations no doubt had weight +LJ006-0017|with those who made the selection of the first inspectors, and the two gentlemen appointed were probably the most fitted in England to be so employed.|with those who made the selection of the first inspectors, and the two gentlemen appointed were probably the most fitted in England to be so employed. +LJ006-0019|The first named had long been an active philanthropist, devoting himself more particularly to the reformation of juvenile criminals.|The first named had long been an active philanthropist, devoting himself more particularly to the reformation of juvenile criminals. +LJ006-0020|William Crawford had been one of the promoters and managers of the Philanthropic Society's farm school.|William Crawford had been one of the promoters and managers of the Philanthropic Society's farm school. +LJ006-0021|Later on he had devoted himself to the personal investigation of the prisons of the United States.|Later on he had devoted himself to the personal investigation of the prisons of the United States. +LJ006-0022|At that time the mild and intelligent prison discipline in force in Pennsylvania, the legacy of the old Quaker immigrants,|At that time the mild and intelligent prison discipline in force in Pennsylvania, the legacy of the old Quaker immigrants, +LJ006-0023|had made such prisons as Auburn a model for imitation.|had made such prisons as Auburn a model for imitation. +LJ006-0024|Several European states had dispatched emissaries to examine and report upon them.|Several European states had dispatched emissaries to examine and report upon them. +LJ006-0025|France had sent Misseurs Beaumont and De Tocqueville, who subsequently published several interesting works on the subject.|France had sent Misseurs Beaumont and De Tocqueville, who subsequently published several interesting works on the subject. +LJ006-0026|England was represented by Mr. Crawford, and the result of his inquiry was given to the public as an appendix to the House of Commons' Report on Secondary Punishments.|England was represented by Mr. Crawford, and the result of his inquiry was given to the public as an appendix to the House of Commons' Report on Secondary Punishments. +LJ006-0027|It is an able and exhaustive state paper, testifying to the keenness of the writer's perception, and his unremitting labor in pursuing his researches.|It is an able and exhaustive state paper, testifying to the keenness of the writer's perception, and his unremitting labor in pursuing his researches. +LJ006-0028|Mr. Crawford was thoroughly versed in the still imperfectly understood science of prison management, and fully qualified for his new duties.|Mr. Crawford was thoroughly versed in the still imperfectly understood science of prison management, and fully qualified for his new duties. +LJ006-0029|The second inspector, the Rev. Whitworth Russell, was the chaplain of Millbank penitentiary,|The second inspector, the Rev. Whitworth Russell, was the chaplain of Millbank penitentiary, +LJ006-0030|the great architectural experiment which grew out of the strong representations of Jeremy Bentham and others, and was the first national recognition of the principle|the great architectural experiment which grew out of the strong representations of Jeremy Bentham and others, and was the first national recognition of the principle +LJ006-0031|that punishment must be reformatory as well as deterrent.|that punishment must be reformatory as well as deterrent. +LJ006-0032|Messrs. Crawford and Russell proceeded to carry out their new functions with commendable energy, and without a moment's loss of time.|Messrs. Crawford and Russell proceeded to carry out their new functions with commendable energy, and without a moment's loss of time. +LJ006-0033|The ink was barely dry upon their letters of appointment before they appeared at Newgate, and commenced a searching investigation.|The ink was barely dry upon their letters of appointment before they appeared at Newgate, and commenced a searching investigation. +LJ006-0035|took voluminous evidence from all classes of individuals, from the governor down to the convict in the condemned cells.|took voluminous evidence from all classes of individuals, from the governor down to the convict in the condemned cells. +LJ006-0036|They visited the wards after locking-up time, and saw with their own eyes what went on.|They visited the wards after locking-up time, and saw with their own eyes what went on. +LJ006-0038|"a subject of magnitude and importance sufficient to exclude other jails," they soon narrowed their inquiry still further,|"a subject of magnitude and importance sufficient to exclude other jails," they soon narrowed their inquiry still further, +LJ006-0039|and limited it to Newgate alone. Newgate indeed became the sole theme of their first report.|and limited it to Newgate alone. Newgate indeed became the sole theme of their first report. +LJ006-0040|The fact was that the years as they passed, nearly twenty in all, had worked but little permanent improvement in this detestable prison.|The fact was that the years as they passed, nearly twenty in all, had worked but little permanent improvement in this detestable prison. +LJ006-0041|Changes introduced under pressure had been only skin deep.|Changes introduced under pressure had been only skin deep. +LJ006-0042|Relapse was rapid and inevitable, so that the latter state of the prison was worse than the first.|Relapse was rapid and inevitable, so that the latter state of the prison was worse than the first. +LJ006-0043|The disgraceful overcrowding had been partially ended, but the same evils of indiscriminate association were still present; there was the old neglect of decency,|The disgraceful overcrowding had been partially ended, but the same evils of indiscriminate association were still present; there was the old neglect of decency, +LJ006-0044|the same callous indifference to the moral well-being of the prisoners, the same want of employment and of all disciplinary control.|the same callous indifference to the moral well-being of the prisoners, the same want of employment and of all disciplinary control. +LJ006-0045|All these evils were set forth at length in the inspectors' first report.|All these evils were set forth at length in the inspectors' first report. +LJ006-0046|There was no longer the faintest possible excuse for overcrowding. The numbers now committed to Newgate had sensibly diminished.|There was no longer the faintest possible excuse for overcrowding. The numbers now committed to Newgate had sensibly diminished. +LJ006-0047|The prison had become more or less a place of detention only, harboring mainly those awaiting trial.|The prison had become more or less a place of detention only, harboring mainly those awaiting trial. +LJ006-0048|To these were still added an average of about fifty expecting the last penalty of the law; a certain number of transports awaiting removal to the colonies;|To these were still added an average of about fifty expecting the last penalty of the law; a certain number of transports awaiting removal to the colonies; +LJ006-0049|an occasional prisoner or two committed by the Houses of Parliament, the Courts of King's Bench, Common Pleas,|an occasional prisoner or two committed by the Houses of Parliament, the Courts of King's Bench, Common Pleas, +LJ006-0050|the Exchequer, the Commissioners of bankruptcy and of taxes; smugglers, and a larger number sentenced for very short terms,|the Exchequer, the Commissioners of bankruptcy and of taxes; smugglers, and a larger number sentenced for very short terms, +LJ006-0051|and for offenses of the most varying description, by the Central Criminal Court.|and for offenses of the most varying description, by the Central Criminal Court. +LJ006-0052|The sum total thus produced was inconsiderable compared with the hundreds that had formerly filled the jail,|The sum total thus produced was inconsiderable compared with the hundreds that had formerly filled the jail, +LJ006-0053|and the whole by proper management might have been so accommodated as to prevent overcrowding.|and the whole by proper management might have been so accommodated as to prevent overcrowding. +LJ006-0054|But incredible as it may appear, the authorities of Newgate declined to avail themselves of the advantages offered them,|But incredible as it may appear, the authorities of Newgate declined to avail themselves of the advantages offered them, +LJ006-0055|and when the population fell they shut up one half the jail and crowded up the other.|and when the population fell they shut up one half the jail and crowded up the other. +LJ006-0056|Some rooms remained quite empty and unoccupied, while others were full to overflowing.|Some rooms remained quite empty and unoccupied, while others were full to overflowing. +LJ006-0057|Not only were the wards thus needlessly crammed, and for no reason but the niggardliness of the corporation which refused a proper supply of bedding|Not only were the wards thus needlessly crammed, and for no reason but the niggardliness of the corporation which refused a proper supply of bedding +LJ006-0058|but the occupants of each were huddled together indiscriminately. The inspectors found in the same wards in the chapel yard the convicted and the untried,|but the occupants of each were huddled together indiscriminately. The inspectors found in the same wards in the chapel yard the convicted and the untried, +LJ006-0059|the felon and the misdemeanant, the sane and the insane, the old and young offender.|the felon and the misdemeanant, the sane and the insane, the old and young offender. +LJ006-0060|The classification prescribed by the Jail Act, which laid down that certain prisoners should not intermix, was openly neglected,|The classification prescribed by the Jail Act, which laid down that certain prisoners should not intermix, was openly neglected, +LJ006-0061|and "the greatest contempt shown for the law."|and "the greatest contempt shown for the law." +LJ006-0062|In another part there were men charged with and convicted of unnatural offenses shut up with lads of tender years;|In another part there were men charged with and convicted of unnatural offenses shut up with lads of tender years; +LJ006-0063|minor offenders charged with small thefts or non-payment of small sums were cheek by jowl with convicts sentenced to long terms of transportation.|minor offenders charged with small thefts or non-payment of small sums were cheek by jowl with convicts sentenced to long terms of transportation. +LJ006-0064|In the master's side yard, which had only one washing place, as many as seventy-eight prisoners, frequently more,|In the master's side yard, which had only one washing place, as many as seventy-eight prisoners, frequently more, +LJ006-0065|were associated together, "of every variety of age, habit, and delinquency, without employment, oversight, or control."|were associated together, "of every variety of age, habit, and delinquency, without employment, oversight, or control." +LJ006-0066|In the middle yard it was still worse.|In the middle yard it was still worse. +LJ006-0067|"Here," say the inspectors, "are herded together the very worst class of prisoners; certainly a more wretched combination of human beings can hardly be imagined.|"Here," say the inspectors, "are herded together the very worst class of prisoners; certainly a more wretched combination of human beings can hardly be imagined. +LJ006-0068|We have reason to fear that poverty, ragged clothes, and an inability to pay the ward dues, elsewhere exacted for better accommodation,|We have reason to fear that poverty, ragged clothes, and an inability to pay the ward dues, elsewhere exacted for better accommodation, +LJ006-0069|consign many of the more petty and unpracticed offenders to this place,|consign many of the more petty and unpracticed offenders to this place, +LJ006-0070|where they inevitably meet with further contamination from the society of the most abandoned and incorrigible inmates of the jail."|where they inevitably meet with further contamination from the society of the most abandoned and incorrigible inmates of the jail." +LJ006-0071|No doubt the governor for the time being, Mr. Cope, was in a great measure to blame for all this, and for the want of proper classification.|No doubt the governor for the time being, Mr. Cope, was in a great measure to blame for all this, and for the want of proper classification. +LJ006-0072|I shall have occasion to speak again, and more at length, of Mr. Cope's careless and perfunctory discharge|I shall have occasion to speak again, and more at length, of Mr. Cope's careless and perfunctory discharge +LJ006-0073|of his many manifest duties, but I shall here confine myself to animadverting on his neglect as regards the appropriation of his prison.|of his many manifest duties, but I shall here confine myself to animadverting on his neglect as regards the appropriation of his prison. +LJ006-0074|He was unable to give any reason whatever for not utilizing the whole of the wards.|He was unable to give any reason whatever for not utilizing the whole of the wards. +LJ006-0075|He saw certain rooms fill up, and yet took no steps to open others that were locked up and empty.|He saw certain rooms fill up, and yet took no steps to open others that were locked up and empty. +LJ006-0076|He blamed the construction of Newgate for the neglect of classification, and was yet compelled to confess that he had made no attempt whatever to carry it out.|He blamed the construction of Newgate for the neglect of classification, and was yet compelled to confess that he had made no attempt whatever to carry it out. +LJ006-0077|The fact was, he did not keep the classification of prisoners on first arrival in his own hands, nor even in that of his officers.|The fact was, he did not keep the classification of prisoners on first arrival in his own hands, nor even in that of his officers. +LJ006-0079|The inspectors found that prisoners had their places assigned to them|The inspectors found that prisoners had their places assigned to them +LJ006-0080|by the inner gatesman, himself a convicted prisoner, and a "wardsman" or responsible head of a room.|by the inner gatesman, himself a convicted prisoner, and a "wardsman" or responsible head of a room. +LJ006-0081|The wardsman still exacted dues, of which more directly,|The wardsman still exacted dues, of which more directly, +LJ006-0082|and this particular official took excellent care to select as residents for his own ward those most suitable from his own point of view.|and this particular official took excellent care to select as residents for his own ward those most suitable from his own point of view. +LJ006-0083|"So great is the authority exercised by him,|"So great is the authority exercised by him, +LJ006-0084|and so numerous were his opportunities of showing favoritism, that all the prisoners may be said to be in his power.|and so numerous were his opportunities of showing favoritism, that all the prisoners may be said to be in his power. +LJ006-0085|If a man is poor and ragged, however inexperienced in crime, or however trifling may be the offense for which he has been committed|If a man is poor and ragged, however inexperienced in crime, or however trifling may be the offense for which he has been committed +LJ006-0086|his place is assigned among the most depraved, the most experienced, and the most incorrigible offenders in the middle yard.|his place is assigned among the most depraved, the most experienced, and the most incorrigible offenders in the middle yard. +LJ006-0087|It must be admitted that so far but little effort had been made to counteract the evils of indiscriminate association.|It must be admitted that so far but little effort had been made to counteract the evils of indiscriminate association. +LJ006-0088|It was not likely that a system which left innocent men -- for the great bulk of new arrivals were still untried|It was not likely that a system which left innocent men -- for the great bulk of new arrivals were still untried +LJ006-0089|to be pitchforked by chance anywhere, into any sort of company,|to be pitchforked by chance anywhere, into any sort of company, +LJ006-0090|within this the greatest nursery of crime in London, should exercise even the commonest care for the personal decency or comfort of the prisoners.|within this the greatest nursery of crime in London, should exercise even the commonest care for the personal decency or comfort of the prisoners. +LJ006-0091|Their treatment was also a matter of chance. They still slept on rope mats on the floor, herded together in companies of four or more to keep one another warm|Their treatment was also a matter of chance. They still slept on rope mats on the floor, herded together in companies of four or more to keep one another warm +LJ006-0092|and under the scanty covering of a couple of dirty stable-rugs apiece.|and under the scanty covering of a couple of dirty stable-rugs apiece. +LJ006-0093|So closely did they lie together, that the inspectors at their night visits found it difficult in stepping across the room to avoid treading on them.|So closely did they lie together, that the inspectors at their night visits found it difficult in stepping across the room to avoid treading on them. +LJ006-0094|Sometimes two mats were allotted to three sleepers. Sometimes four slept under the same bedding, and left their mats unoccupied.|Sometimes two mats were allotted to three sleepers. Sometimes four slept under the same bedding, and left their mats unoccupied. +LJ006-0095|The rugs used were never washed; an order existed that the bedding should be taken into the yards to be aired, but it was not very punctually obeyed.|The rugs used were never washed; an order existed that the bedding should be taken into the yards to be aired, but it was not very punctually obeyed. +LJ006-0096|The only convenience for personal ablutions were the pumps in the yards, and the far-off baths in the condemned or press-yard.|The only convenience for personal ablutions were the pumps in the yards, and the far-off baths in the condemned or press-yard. +LJ006-0097|Water might not be taken into the ward for washing purposes.|Water might not be taken into the ward for washing purposes. +LJ006-0098|There was some provision of clothing, but it was quite insufficient, and nothing at all was given if prisoners had enough of their own to cover their nakedness.|There was some provision of clothing, but it was quite insufficient, and nothing at all was given if prisoners had enough of their own to cover their nakedness. +LJ006-0099|The inspectors paraded the prisoners, and found them generally ragged and ill-clad, squalid and filthy in the extreme;|The inspectors paraded the prisoners, and found them generally ragged and ill-clad, squalid and filthy in the extreme; +LJ006-0100|many without stockings, and with hardly shoes to their feet;|many without stockings, and with hardly shoes to their feet; +LJ006-0101|some, who had the semblance of covering on the upper part of their feet, had no soles to the shoes, and their bare feet were on the ground.|some, who had the semblance of covering on the upper part of their feet, had no soles to the shoes, and their bare feet were on the ground. +LJ006-0102|This, too, was in the depth of the winter, and during a most inclement season.|This, too, was in the depth of the winter, and during a most inclement season. +LJ006-0103|The allowance of food was not illiberal,|The allowance of food was not illiberal, +LJ006-0104|but its issue was precarious, and dependent on the good will of the wardsmen, who measured out the portions to each according to his eye,|but its issue was precarious, and dependent on the good will of the wardsmen, who measured out the portions to each according to his eye, +LJ006-0105|and not with weights and measures, no turnkey being present.|and not with weights and measures, no turnkey being present. +LJ006-0106|Too much was left to the wardsman. It was he who could issue small luxuries;|Too much was left to the wardsman. It was he who could issue small luxuries; +LJ006-0107|he sold tea, coffee, sugar, tobacco, although prohibited, and extra beer.|he sold tea, coffee, sugar, tobacco, although prohibited, and extra beer. +LJ006-0108|He charged a weekly sum as ward dues for the use of knives, forks, and plates|He charged a weekly sum as ward dues for the use of knives, forks, and plates +LJ006-0109|a perpetuation under another form of the old detestable custom of garnish.|a perpetuation under another form of the old detestable custom of garnish. +LJ006-0110|He had power where his exactions were resisted of making the ward most uncomfortable for the defaulter.|He had power where his exactions were resisted of making the ward most uncomfortable for the defaulter. +LJ006-0111|He could trump up a false complaint against his fellow-prisoner, and so get him punished;|He could trump up a false complaint against his fellow-prisoner, and so get him punished; +LJ006-0112|he might keep him from the fire, or give him his soup or gruel in a pail instead of a basin.|he might keep him from the fire, or give him his soup or gruel in a pail instead of a basin. +LJ006-0113|The authority of these wardsmen so improperly exalted, and so entirely unchecked, degenerated into a baneful despotism.|The authority of these wardsmen so improperly exalted, and so entirely unchecked, degenerated into a baneful despotism. +LJ006-0114|They bought their offices from one another, and were thus considered to have a vested interest in them.|They bought their offices from one another, and were thus considered to have a vested interest in them. +LJ006-0115|Their original capital had been a few shillings, and for this they purchased the right to tax their fellows to the extent of pounds per week.|Their original capital had been a few shillings, and for this they purchased the right to tax their fellows to the extent of pounds per week. +LJ006-0116|The wardsman had a monopoly in supplying provisions, gave dinner and breakfast at his own price, and was such complete master of the ward|The wardsman had a monopoly in supplying provisions, gave dinner and breakfast at his own price, and was such complete master of the ward +LJ006-0117|that none of its inmates were suffered to make tea or coffee for themselves lest it should interfere with his sales.|that none of its inmates were suffered to make tea or coffee for themselves lest it should interfere with his sales. +LJ006-0118|He made collections when it suited him for ward purposes, to be spent as he chose, in candles and so forth.|He made collections when it suited him for ward purposes, to be spent as he chose, in candles and so forth. +LJ006-0119|When the wardsman was a man of some education, with some knowledge of legal chicanery gained by personal experience, he might add considerably to his emoluments|When the wardsman was a man of some education, with some knowledge of legal chicanery gained by personal experience, he might add considerably to his emoluments +LJ006-0120|by drawing briefs and petitions for his fellows. There was a recognized charge of 5 shillings per brief,|by drawing briefs and petitions for his fellows. There was a recognized charge of five shillings per brief, +LJ006-0121|for a petition of from 1 shilling, half pence to 8 shillings, according to its length,|for a petition of from one shilling, half pence to eight shillings, according to its length, +LJ006-0122|and by these payments a wardsman had been known to amass as much as £40.|and by these payments a wardsman had been known to amass as much as forty pounds. +LJ006-0123|The man intrusted with this privilege was often the inner gatesman,|The man intrusted with this privilege was often the inner gatesman, +LJ006-0124|the prisoner official already mentioned, who held the fate of new arrivals as regards location in his hands.|the prisoner official already mentioned, who held the fate of new arrivals as regards location in his hands. +LJ006-0125|It was not strange that he should sometimes misuse his power, and when prisoners were not to be cajoled into securing his legal services,|It was not strange that he should sometimes misuse his power, and when prisoners were not to be cajoled into securing his legal services, +LJ006-0126|had been known to employ threats, declaring that he was often consulted by the governor as to a prisoner's character,|had been known to employ threats, declaring that he was often consulted by the governor as to a prisoner's character, +LJ006-0127|in view of speaking to it at the trial, and he could easily do them a good turn -- or a very bad one.|in view of speaking to it at the trial, and he could easily do them a good turn -- or a very bad one. +LJ006-0128|The brief-drawing gatesman and wardsman at the time of the inspectors' first visit must have been a particularly powerful personage.|The brief-drawing gatesman and wardsman at the time of the inspectors' first visit must have been a particularly powerful personage. +LJ006-0129|He was on the most intimate and improperly familiar terms with the turnkeys,|He was on the most intimate and improperly familiar terms with the turnkeys, +LJ006-0130|had a key of both the master's side and middle side yards, was the only person present at the distribution of beer, and was trusted to examine,|had a key of both the master's side and middle side yards, was the only person present at the distribution of beer, and was trusted to examine, +LJ006-0131|and, if he chose, pass in, all provisions, money, clothes, and letters brought for prisoners by their friends.|and, if he chose, pass in, all provisions, money, clothes, and letters brought for prisoners by their friends. +LJ006-0132|All the wardsmen alike were more or less irresponsible.|All the wardsmen alike were more or less irresponsible. +LJ006-0133|The turnkeys complained bitterly that these old prisoners had more power than they themselves.|The turnkeys complained bitterly that these old prisoners had more power than they themselves. +LJ006-0134|The governor himself admitted that a prisoner of weak intellect who had been severely beaten and much injured by a wardsman did not dare complain|The governor himself admitted that a prisoner of weak intellect who had been severely beaten and much injured by a wardsman did not dare complain +LJ006-0135|the victim of this cruel ill-usage having "more fear of the power of the wardsman to injure him, than confidence in the governor's power to protect him."|the victim of this cruel ill-usage having "more fear of the power of the wardsman to injure him, than confidence in the governor's power to protect him." +LJ006-0136|These wardsmen, besides thus ruling the roast, had numerous special privileges, if such they can be called.|These wardsmen, besides thus ruling the roast, had numerous special privileges, if such they can be called. +LJ006-0137|They were not obliged to attend chapel, and seldom if ever went; "prisoners," said one of them under examination, "did not like the trouble of going to chapel."|They were not obliged to attend chapel, and seldom if ever went; "prisoners," said one of them under examination, "did not like the trouble of going to chapel." +LJ006-0138|They had a standing bedstead to sleep on, and a good flock mattress; double allowance of provisions, filched from the common stock.|They had a standing bedstead to sleep on, and a good flock mattress; double allowance of provisions, filched from the common stock. +LJ006-0139|Nobody interfered with them or regulated their conduct. They might get drunk when so disposed, and did so frequently, alone or in company.|Nobody interfered with them or regulated their conduct. They might get drunk when so disposed, and did so frequently, alone or in company. +LJ006-0140|Evidence was given before the inspectors of eight or ten prisoners seen "giddy drunk, not able to sit upon forms."|Evidence was given before the inspectors of eight or ten prisoners seen "giddy drunk, not able to sit upon forms." +LJ006-0141|The female wards-women were also given to intemperance.|The female wards-women were also given to intemperance. +LJ006-0142|The matron deposed to having seen the gates-woman "exceedingly drunk," and having been insulted by her.|The matron deposed to having seen the gates-woman "exceedingly drunk," and having been insulted by her. +LJ006-0143|There was no penalty attached to drunkenness.|There was no penalty attached to drunkenness. +LJ006-0144|A wardsman did not necessarily lose his situation for it. Nor was drink the only creature comfort he might enjoy.|A wardsman did not necessarily lose his situation for it. Nor was drink the only creature comfort he might enjoy. +LJ006-0145|He could indulge in snuff if a snuff-taker,|He could indulge in snuff if a snuff-taker, +LJ006-0146|and might always smoke his pipe undisturbed; for although the use of tobacco had been prohibited since the report of the Lords Committee,|and might always smoke his pipe undisturbed; for although the use of tobacco had been prohibited since the report of the Lords Committee, +LJ006-0147|it was still freely introduced into the prison.|it was still freely introduced into the prison. +LJ006-0148|Probably authority would not have been so recklessly usurped by the wardsmen had not the proper officials too readily surrendered it.|Probably authority would not have been so recklessly usurped by the wardsmen had not the proper officials too readily surrendered it. +LJ006-0149|The turnkeys left the prisoners very much to themselves, never entering the wards after locking-up time, at dusk, till unlocking next morning,|The turnkeys left the prisoners very much to themselves, never entering the wards after locking-up time, at dusk, till unlocking next morning, +LJ006-0150|and then only went round to count the number.|and then only went round to count the number. +LJ006-0151|Many of them were otherwise and improperly occupied for hours every day in menial services for the governor, cleaning his windows or grooming his horse.|Many of them were otherwise and improperly occupied for hours every day in menial services for the governor, cleaning his windows or grooming his horse. +LJ006-0152|One turnkey had been so employed several hours daily for nearly eleven years.|One turnkey had been so employed several hours daily for nearly eleven years. +LJ006-0153|It was not strange that subordinates should neglect their duty when superiors set the example.|It was not strange that subordinates should neglect their duty when superiors set the example. +LJ006-0154|Nothing was more prominently brought out by the inspectors than the inefficiency of the governor at that time, Mr. Cope.|Nothing was more prominently brought out by the inspectors than the inefficiency of the governor at that time, Mr. Cope. +LJ006-0155|He may have erred in some points through ignorance, but in others he was clearly guilty of culpable neglect.|He may have erred in some points through ignorance, but in others he was clearly guilty of culpable neglect. +LJ006-0156|We have seen that he took no pains to classify and separate prisoners on reception.|We have seen that he took no pains to classify and separate prisoners on reception. +LJ006-0157|This was only one of many grave omissions on his part. He did not feel it incumbent on himself to visit his prison often or see his prisoners.|This was only one of many grave omissions on his part. He did not feel it incumbent on himself to visit his prison often or see his prisoners. +LJ006-0158|The act prescribed that he should do both every twenty-four hours, but days passed without his entering the wards.|The act prescribed that he should do both every twenty-four hours, but days passed without his entering the wards. +LJ006-0159|The prisoners declared that they did not see him oftener than twice a week;|The prisoners declared that they did not see him oftener than twice a week; +LJ006-0160|one man who had been in the condemned ward for two months, said the governor only came there four times.|one man who had been in the condemned ward for two months, said the governor only came there four times. +LJ006-0161|Again, a turnkey deposed that his chief did not enter the wards more than once a fortnight.|Again, a turnkey deposed that his chief did not enter the wards more than once a fortnight. +LJ006-0162|But it is only fair to Mr. Cope to state that he himself said he went whenever he could find time|But it is only fair to Mr. Cope to state that he himself said he went whenever he could find time +LJ006-0163|and that he was constantly engaged attending sessions and going with drafts to the hulks.|and that he was constantly engaged attending sessions and going with drafts to the hulks. +LJ006-0164|But when he did visit, his inspections were of the most superficial character|But when he did visit, his inspections were of the most superficial character +LJ006-0165|sometimes he looked at his bolts and bars, but he never examined the cupboards, coal-boxes, or other possible hiding-places for cards|sometimes he looked at his bolts and bars, but he never examined the cupboards, coal-boxes, or other possible hiding-places for cards +LJ006-0166|dice, dangerous implements, or other prohibited articles.|dice, dangerous implements, or other prohibited articles. +LJ006-0167|He only attended chapel once on Sunday, never on the week-day, and generally devoted the time service was in progress|He only attended chapel once on Sunday, never on the week-day, and generally devoted the time service was in progress +LJ006-0168|to taking the descriptions of newly-arrived prisoners.|to taking the descriptions of newly-arrived prisoners. +LJ006-0169|He really did not know what passed in his jail|He really did not know what passed in his jail +LJ006-0170|and was surprised when the inspectors proved to him that practices of which he was ignorant, and which he admitted that he reprehended, went on without hindrance.|and was surprised when the inspectors proved to him that practices of which he was ignorant, and which he admitted that he reprehended, went on without hindrance. +LJ006-0171|He was satisfied to let matters run on as in the old times, he said in his own justification; with him what was, was right,|He was satisfied to let matters run on as in the old times, he said in his own justification; with him what was, was right, +LJ006-0172|and evils that should have been speedily rooted out remained because they had the prescription of long usage.|and evils that should have been speedily rooted out remained because they had the prescription of long usage. +LJ006-0173|He kept no daily journal of occurrences, and nothing, however important, was recorded at the time.|He kept no daily journal of occurrences, and nothing, however important, was recorded at the time. +LJ006-0174|The aldermen never called upon him to report, and left him nearly unsupervised and uncontrolled.|The aldermen never called upon him to report, and left him nearly unsupervised and uncontrolled. +LJ006-0175|In his administration of discipline he was quite uncertain;|In his administration of discipline he was quite uncertain; +LJ006-0176|the punishments he inflicted were unequal,|the punishments he inflicted were unequal, +LJ006-0177|and it was not the least part of the blame imputed to him that he made special favorites of particular prisoners, retaining of his own accord in Newgate,|and it was not the least part of the blame imputed to him that he made special favorites of particular prisoners, retaining of his own accord in Newgate, +LJ006-0178|and for years, felons who should have been sent beyond the seas.|and for years, felons who should have been sent beyond the seas. +LJ006-0179|But, indeed, his whole rule was far too mild, and under this mistaken leniency|But, indeed, his whole rule was far too mild, and under this mistaken leniency +LJ006-0180|the interior of the jail was more like a bear-garden or the noisy purlieus of a public-house than a prison.|the interior of the jail was more like a bear-garden or the noisy purlieus of a public-house than a prison. +LJ006-0181|It was the same old story -- evil constantly in the ascendant, the least criminal at the mercy of the most depraved.|It was the same old story -- evil constantly in the ascendant, the least criminal at the mercy of the most depraved. +LJ006-0182|Under the reckless contempt for regulations,|Under the reckless contempt for regulations, +LJ006-0183|the apathy of the authorities, and the undue ascendancy of those who, as convicted felons, should have been most sternly repressed,|the apathy of the authorities, and the undue ascendancy of those who, as convicted felons, should have been most sternly repressed, +LJ006-0184|the most hardened and the oldest in vice had the best of it, while the inexperienced beginner went to the wall.|the most hardened and the oldest in vice had the best of it, while the inexperienced beginner went to the wall. +LJ006-0185|Edward Gibbon Wakefield, who spent three years in Newgate a little before the time of the inspectors' first report,|Edward Gibbon Wakefield, who spent three years in Newgate a little before the time of the inspectors' first report, +LJ006-0186|said with justice that "incredible scenes of horror occur in Newgate."|said with justice that "incredible scenes of horror occur in Newgate." +LJ006-0187|It was, moreover, in his opinion undoubtedly the greatest nursery of crime in London.|It was, moreover, in his opinion undoubtedly the greatest nursery of crime in London. +LJ006-0188|The days were passed in idleness, debauchery, riotous quarreling, immoral conversation,|The days were passed in idleness, debauchery, riotous quarreling, immoral conversation, +LJ006-0189|gambling, indirect contravention of parliamentary rules, instruction in all nefarious processes,|gambling, indirect contravention of parliamentary rules, instruction in all nefarious processes, +LJ006-0190|lively discourse upon past criminal exploits, elaborate discussion of others to be perpetrated after release.|lively discourse upon past criminal exploits, elaborate discussion of others to be perpetrated after release. +LJ006-0191|No provision whatever was made for the employment of prisoners, no materials were purchased, no trade instructors appointed.|No provision whatever was made for the employment of prisoners, no materials were purchased, no trade instructors appointed. +LJ006-0192|There was no school for adults; only the boys were taught anything, and their instructor, with his assistant, were convicted prisoners.|There was no school for adults; only the boys were taught anything, and their instructor, with his assistant, were convicted prisoners. +LJ006-0193|Idle hands and unoccupied brains found in mischief the only means of whiling away the long hours of incarceration.|Idle hands and unoccupied brains found in mischief the only means of whiling away the long hours of incarceration. +LJ006-0194|Gaming of all kinds, although forbidden by the Jail Acts, was habitually practiced.|Gaming of all kinds, although forbidden by the Jail Acts, was habitually practiced. +LJ006-0195|This was admitted in evidence by the turnkeys, and was proved by the appearance of the prison tables, which bore the marks of gaming-boards deeply cut into them.|This was admitted in evidence by the turnkeys, and was proved by the appearance of the prison tables, which bore the marks of gaming-boards deeply cut into them. +LJ006-0196|Prisoners confessed that it was a favorite occupation, the chief games being "shoving halfpence" on the table,|Prisoners confessed that it was a favorite occupation, the chief games being "shoving halfpence" on the table, +LJ006-0197|pitch in the hole, cribbage, dominoes, and common tossing, at which as much as four or five shillings would change hands in an hour.|pitch in the hole, cribbage, dominoes, and common tossing, at which as much as four or five shillings would change hands in an hour. +LJ006-0198|But this was not the only amusement. Most of the wards took in the daily papers,|But this was not the only amusement. Most of the wards took in the daily papers, +LJ006-0199|the most popular being the "Times," "Morning Herald," and "Morning Chronicle"; on Sunday the "Weekly Dispatch," "Bell's Life," and the "Weekly Messenger."|the most popular being the "Times," "Morning Herald," and "Morning Chronicle"; on Sunday the "Weekly Dispatch," "Bell's Life," and the "Weekly Messenger." +LJ006-0200|The newsman had free access to the prison; he passed in unsearched and unexamined, and, unaccompanied by an officer,|The newsman had free access to the prison; he passed in unsearched and unexamined, and, unaccompanied by an officer, +LJ006-0201|went at once to his customers, who bought their paper and paid for it themselves.|went at once to his customers, who bought their paper and paid for it themselves. +LJ006-0202|The news-vendor was also a tobacconist,|The news-vendor was also a tobacconist, +LJ006-0203|and he had thus ample means of introducing to the prisoners the prohibited but always much-coveted and generally procurable weed.|and he had thus ample means of introducing to the prisoners the prohibited but always much-coveted and generally procurable weed. +LJ006-0204|In the same way the wardsman laid in his stock to be retailed. Other light literature besides the daily journals were in circulation:|In the same way the wardsman laid in his stock to be retailed. Other light literature besides the daily journals were in circulation: +LJ006-0205|novels, flash songs, play-books, such as "Jane Shore," "Grimm's German Tales," with Cruikshank's illustrations,|novels, flash songs, play-books, such as "Jane Shore," "Grimm's German Tales," with Cruikshank's illustrations, +LJ006-0206|and publications which in these days would have been made the subject of a criminal prosecution.|and publications which in these days would have been made the subject of a criminal prosecution. +LJ006-0207|One of these, published by Stockdale, the inspectors styled "a book of the most disgusting nature."|One of these, published by Stockdale, the inspectors styled "a book of the most disgusting nature." +LJ006-0208|There was also a good supply of Bibles and prayers,|There was also a good supply of Bibles and prayers, +LJ006-0209|the donation of a philanthropic gentleman, Captain Brown, but these, particularly the Bibles, bore little appearance of having been used.|the donation of a philanthropic gentleman, Captain Brown, but these, particularly the Bibles, bore little appearance of having been used. +LJ006-0210|Drink, in more or less unlimited quantities, was still to be had.|Drink, in more or less unlimited quantities, was still to be had. +LJ006-0211|Spirits certainly were now excluded; but a potman, with full permission of the sheriffs,|Spirits certainly were now excluded; but a potman, with full permission of the sheriffs, +LJ006-0212|brought in beer for sale from a neighboring public-house, and visited all the wards with no other escort than the prisoner gatesman.|brought in beer for sale from a neighboring public-house, and visited all the wards with no other escort than the prisoner gatesman. +LJ006-0213|The quantity to be issued per head was limited by the prison regulations to one pint|The quantity to be issued per head was limited by the prison regulations to one pint +LJ006-0214|but no steps were taken to prevent any prisoner from obtaining more if he could pay for it.|but no steps were taken to prevent any prisoner from obtaining more if he could pay for it. +LJ006-0215|The beer-man brought in as much as he pleased; he sold it without the controlling presence of an officer.|The beer-man brought in as much as he pleased; he sold it without the controlling presence of an officer. +LJ006-0216|Not only did prisoners come again and again for a "pint," but large quantities were carried off to the wards to be drunk later in the day.|Not only did prisoners come again and again for a "pint," but large quantities were carried off to the wards to be drunk later in the day. +LJ006-0217|There were more varied, and at times, especially when beer had circulated freely, more uproarious diversions.|There were more varied, and at times, especially when beer had circulated freely, more uproarious diversions. +LJ006-0218|Wrestling, in which legs were occasionally broken, was freely indulged in; also such low games as "cobham,"|Wrestling, in which legs were occasionally broken, was freely indulged in; also such low games as "cobham," +LJ006-0219|leap-frog, puss in the corner, and "fly the garter," for which purpose the rugs were spread out to prevent feet slipping on the floor.|leap-frog, puss in the corner, and "fly the garter," for which purpose the rugs were spread out to prevent feet slipping on the floor. +LJ006-0220|Feasting alternated with fighting.|Feasting alternated with fighting. +LJ006-0221|The weekly introduction of food, to which I shall presently refer, formed the basis of luxurious banquets, washed down by liquor|The weekly introduction of food, to which I shall presently refer, formed the basis of luxurious banquets, washed down by liquor +LJ006-0222|and enlivened by flash songs and thrilling long-winded descriptions of robberies and other "plants."|and enlivened by flash songs and thrilling long-winded descriptions of robberies and other "plants." +LJ006-0223|There was much swearing and bad language, the very worst that could be used, from the first thing in the morning to the last thing at night.|There was much swearing and bad language, the very worst that could be used, from the first thing in the morning to the last thing at night. +LJ006-0224|New arrivals, especially the innocent and still guileless debutant, were tormented with rude horse-play, and assailed by the most insulting "chaff."|New arrivals, especially the innocent and still guileless debutant, were tormented with rude horse-play, and assailed by the most insulting "chaff." +LJ006-0225|If any man presumed to turn in too early|If any man presumed to turn in too early +LJ006-0226|he was "toed," that is to say, a string was fastened to his big toe while he was asleep, and he was dragged from off his mat,|he was "toed," that is to say, a string was fastened to his big toe while he was asleep, and he was dragged from off his mat, +LJ006-0227|or his bedclothes were drawn away across the room.|or his bedclothes were drawn away across the room. +LJ006-0228|The ragged part of the prisoners were very anxious to destroy the clothes of the better dressed, and often lighted small pieces of cloth,|The ragged part of the prisoners were very anxious to destroy the clothes of the better dressed, and often lighted small pieces of cloth, +LJ006-0229|which they dropped smoldering into their fellow-prisoners' pockets.|which they dropped smoldering into their fellow-prisoners' pockets. +LJ006-0230|Often the victim, goaded to madness, attacked his tormentors; a fight was then certain to follow.|Often the victim, goaded to madness, attacked his tormentors; a fight was then certain to follow. +LJ006-0231|These fights sometimes took place in the daytime, when a ring was regularly formed, and two or three stood by the door to watch for the officer's approach.|These fights sometimes took place in the daytime, when a ring was regularly formed, and two or three stood by the door to watch for the officer's approach. +LJ006-0232|More often they occurred at night, and were continued to the bitter end.|More often they occurred at night, and were continued to the bitter end. +LJ006-0233|The prisoners in this way administered serious punishment on one another. Black eyes and broken noses were always to be seen.|The prisoners in this way administered serious punishment on one another. Black eyes and broken noses were always to be seen. +LJ006-0234|More cruel injuries were common enough, which did not result from honest hand-to-hand fights.|More cruel injuries were common enough, which did not result from honest hand-to-hand fights. +LJ006-0235|The surgeon's journal produced to the inspectors contained numerous entries of terrible wounds inflicted in a cowardly way.|The surgeon's journal produced to the inspectors contained numerous entries of terrible wounds inflicted in a cowardly way. +LJ006-0236|"A serious accident: one of the prisoners had a hot poker run into his eye."|"A serious accident: one of the prisoners had a hot poker run into his eye." +LJ006-0237|"A lad named Matthew White has had a wound in his eye by a bone thrown at him, which very nearly destroyed vision."|"A lad named Matthew White has had a wound in his eye by a bone thrown at him, which very nearly destroyed vision." +LJ006-0238|"There was a disturbance in the transport yard yesterday evening, and the police were called in.|"There was a disturbance in the transport yard yesterday evening, and the police were called in. +LJ006-0239|During the tumult a prisoner, who was one of the worst of the rioters, was bruised about the head and body.|During the tumult a prisoner, who was one of the worst of the rioters, was bruised about the head and body. +LJ006-0240|Watkins' knee-joint is very severely injured.|Watkins' knee-joint is very severely injured. +LJ006-0241|A prisoner Baxter is in the infirmary in consequence of a severe injury to his wrist-joint.|A prisoner Baxter is in the infirmary in consequence of a severe injury to his wrist-joint. +LJ006-0242|Watkins' case, referred to above, is made the subject of another and a special report from the surgeon.|Watkins' case, referred to above, is made the subject of another and a special report from the surgeon. +LJ006-0243|He was in the transport side, when one of his fellows, in endeavoring to strike another prisoner with a large poker, missed his aim, and struck Watkins' knee|He was in the transport side, when one of his fellows, in endeavoring to strike another prisoner with a large poker, missed his aim, and struck Watkins' knee +LJ006-0244|Violent inflammation and extensive suppuration ensued, and for a considerable time amputation seemed inevitable.|Violent inflammation and extensive suppuration ensued, and for a considerable time amputation seemed inevitable. +LJ006-0245|After severe suffering prolonged for many months, the inflammation was subdued, but the cartilage of the knee-joint was destroyed, and he was crippled for life.|After severe suffering prolonged for many months, the inflammation was subdued, but the cartilage of the knee-joint was destroyed, and he was crippled for life. +LJ006-0246|On another occasion a young man, who was being violently teased, seized a knife and stabbed his tormentor in the back.|On another occasion a young man, who was being violently teased, seized a knife and stabbed his tormentor in the back. +LJ006-0247|The prisoner who used the knife was secured, but it was the wardsman, and not the officers, to whom the report was made, and no official inquiry or punishment followed.|The prisoner who used the knife was secured, but it was the wardsman, and not the officers, to whom the report was made, and no official inquiry or punishment followed. +LJ006-0248|Matters were at times still worse, and the rioting went on to such dangerous lengths as to endanger the safety of the building.|Matters were at times still worse, and the rioting went on to such dangerous lengths as to endanger the safety of the building. +LJ006-0249|On one occasion a disturbance was raised which was not quelled until windows had been broken and forms and tables burnt.|On one occasion a disturbance was raised which was not quelled until windows had been broken and forms and tables burnt. +LJ006-0250|The officers were obliged to go in among the prisoners to restore order with drawn cutlasses,|The officers were obliged to go in among the prisoners to restore order with drawn cutlasses, +LJ006-0251|but the presence and authority of the governor himself became indispensable.|but the presence and authority of the governor himself became indispensable. +LJ006-0252|The worst fights occurred on Sunday afternoons; but nearly every night the act of locking up became, from the consequent removal of all supervision,|The worst fights occurred on Sunday afternoons; but nearly every night the act of locking up became, from the consequent removal of all supervision, +LJ006-0253|the signal for the commencement of obscene talk, revelry, and violence.|the signal for the commencement of obscene talk, revelry, and violence. +LJ006-0254|Other regulations laid down by the Jail Acts were still defied. One of these was that prisoners should be restricted to the jail allowance of food;|Other regulations laid down by the Jail Acts were still defied. One of these was that prisoners should be restricted to the jail allowance of food; +LJ006-0255|but all could still obtain as much extra, and of a luxurious kind, as their friends chose to bring them in.|but all could still obtain as much extra, and of a luxurious kind, as their friends chose to bring them in. +LJ006-0256|Visitors were still permitted to come with supplies on given days of the week, about the only limitation being that the food should be cooked, and cold;|Visitors were still permitted to come with supplies on given days of the week, about the only limitation being that the food should be cooked, and cold; +LJ006-0257|hot meat, poultry, and fish were also forbidden.|hot meat, poultry, and fish were also forbidden. +LJ006-0258|But the inspectors found in the ward cupboards mince-pies and other pasties, cold joints, hams, and so forth.|But the inspectors found in the ward cupboards mince-pies and other pasties, cold joints, hams, and so forth. +LJ006-0259|Many other articles were introduced by visitors, including money, tobacco, pipes, and snuff.|Many other articles were introduced by visitors, including money, tobacco, pipes, and snuff. +LJ006-0260|From the same source came the two or three strong files which the inspectors found in one ward,|From the same source came the two or three strong files which the inspectors found in one ward, +LJ006-0261|together with four bradawls, several large iron spikes, screws, nails, and knives;|together with four bradawls, several large iron spikes, screws, nails, and knives; +LJ006-0262|all of them instruments calculated to facilitate attempts at breaking out of prison,|all of them instruments calculated to facilitate attempts at breaking out of prison, +LJ006-0263|and capable of becoming most dangerous weapons in the hands of desperate and determined men.|and capable of becoming most dangerous weapons in the hands of desperate and determined men. +LJ006-0264|The nearly indiscriminate admission of visitors, although restricted to certain days, continued to be an unmixed evil.|The nearly indiscriminate admission of visitors, although restricted to certain days, continued to be an unmixed evil. +LJ006-0265|The untried might see their friends three times a week, the convicted only once.|The untried might see their friends three times a week, the convicted only once. +LJ006-0266|On these occasions precautions were supposed to be taken to exclude bad characters,|On these occasions precautions were supposed to be taken to exclude bad characters, +LJ006-0267|yet many persons of notoriously loose life continually obtained egress.|yet many persons of notoriously loose life continually obtained egress. +LJ006-0268|Women saw men if they merely pretended to be wives; even boys were visited by their sweethearts.|Women saw men if they merely pretended to be wives; even boys were visited by their sweethearts. +LJ006-0269|Decency was, however, insured by a line of demarcation, and visitors were kept upon each side of a separated double iron railing.|Decency was, however, insured by a line of demarcation, and visitors were kept upon each side of a separated double iron railing. +LJ006-0270|But no search was made to intercept prohibited articles at the gate, and there was no permanent gate-keeper,|But no search was made to intercept prohibited articles at the gate, and there was no permanent gate-keeper, +LJ006-0271|which would have greatly helped to keep out bad characters. Some idea of the difficulty and inconvenience of these lax regulations as regards visiting,|which would have greatly helped to keep out bad characters. Some idea of the difficulty and inconvenience of these lax regulations as regards visiting, +LJ006-0272|may be gathered from the statement that as many as three hundred were often admitted on the same day|may be gathered from the statement that as many as three hundred were often admitted on the same day +LJ006-0273|enough to altogether upset what small show of decorum and discipline was still preserved in the prison.|enough to altogether upset what small show of decorum and discipline was still preserved in the prison. +LJ006-0274|Perhaps the worst feature of the visiting system was the permission accorded to male prisoners "under the name of husbands, brothers, and sons"|Perhaps the worst feature of the visiting system was the permission accorded to male prisoners "under the name of husbands, brothers, and sons" +LJ006-0275|to have access to the female side on Sundays and Wednesdays, in order to visit their supposed relations there.|to have access to the female side on Sundays and Wednesdays, in order to visit their supposed relations there. +LJ006-0276|On this female side, where the Ladies' Association still reigned supreme, more system and a greater semblance of decorum was maintained.|On this female side, where the Ladies' Association still reigned supreme, more system and a greater semblance of decorum was maintained. +LJ006-0277|But there were evils akin to those on the male side, prominent amongst which was the undue influence accorded to prisoners.|But there were evils akin to those on the male side, prominent amongst which was the undue influence accorded to prisoners. +LJ006-0278|A female prisoner kept the registers.|A female prisoner kept the registers. +LJ006-0279|Wards-women were allowed much the same authority, with the same temptations to excess, and intoxication was not unknown among them and others.|Wards-women were allowed much the same authority, with the same temptations to excess, and intoxication was not unknown among them and others. +LJ006-0280|The clothing was still meager and ragged: the washing places insufficient, and wanting in decency;|The clothing was still meager and ragged: the washing places insufficient, and wanting in decency; +LJ006-0281|in some yards|in some yards +LJ006-0282|the pump was the only provision, and this in a place within sight of visitors, of the windows of the male turnkeys, and unprotected from the weather.|the pump was the only provision, and this in a place within sight of visitors, of the windows of the male turnkeys, and unprotected from the weather. +LJ006-0283|There was the same crowding in the sleeping arrangements as on the male side; the same scarcity of bedding.|There was the same crowding in the sleeping arrangements as on the male side; the same scarcity of bedding. +LJ006-0284|It was a special evil of this part of the prison, that the devotional exercises, originally so profitable, had grown into a kind of edifying spectacle,|It was a special evil of this part of the prison, that the devotional exercises, originally so profitable, had grown into a kind of edifying spectacle, +LJ006-0285|which numbers of well-meaning but inquisitive people were anxious to witness.|which numbers of well-meaning but inquisitive people were anxious to witness. +LJ006-0286|Thus, when the inspectors visited there were twenty-three strangers, and only twenty-eight prisoners.|Thus, when the inspectors visited there were twenty-three strangers, and only twenty-eight prisoners. +LJ006-0287|The presence of so many strangers, many of them gentlemen, distracted the prisoners' attention, and could not be productive of much good.|The presence of so many strangers, many of them gentlemen, distracted the prisoners' attention, and could not be productive of much good. +LJ006-0288|The separation of the sexes was not indeed rigidly carried out in Newgate as yet.|The separation of the sexes was not indeed rigidly carried out in Newgate as yet. +LJ006-0289|We have seen that male prisoners visited their female relations and friends on the female side. Besides this,|We have seen that male prisoners visited their female relations and friends on the female side. Besides this, +LJ006-0290|the gatesman who prepared the briefs had interviews with female prisoners alone while taking their instructions; a female came alone and unaccompanied by a matron|the gatesman who prepared the briefs had interviews with female prisoners alone while taking their instructions; a female came alone and unaccompanied by a matron +LJ006-0291|to clean the governor's office in the male prison;|to clean the governor's office in the male prison; +LJ006-0292|male prisoners carried coal into the female prison, when they saw and could speak or pass letters to the female prisoners;|male prisoners carried coal into the female prison, when they saw and could speak or pass letters to the female prisoners; +LJ006-0293|and the men could also at any time go for tea, coffee, and sugar to Mrs. Brown's shop, which was inside the female gate.|and the men could also at any time go for tea, coffee, and sugar to Mrs. Brown's shop, which was inside the female gate. +LJ006-0294|In the bail-dock, where most improper general association was permitted, the female prisoners were often altogether in the charge of male turnkeys.|In the bail-dock, where most improper general association was permitted, the female prisoners were often altogether in the charge of male turnkeys. +LJ006-0295|The governor was also personally responsible for gross contravention of this rule of separation,|The governor was also personally responsible for gross contravention of this rule of separation, +LJ006-0296|and was in the habit of drawing frequently upon the female prison for prisoners to act as domestic servants in his own private dwelling.|and was in the habit of drawing frequently upon the female prison for prisoners to act as domestic servants in his own private dwelling. +LJ006-0297|Some member of the Ladies' Association observed and commented upon the fact that a "young rosy-cheeked girl" had been kept by the governor from transportation,|Some member of the Ladies' Association observed and commented upon the fact that a "young rosy-cheeked girl" had been kept by the governor from transportation, +LJ006-0298|while older women in infirm health were sent across the seas.|while older women in infirm health were sent across the seas. +LJ006-0299|His excuse was that he had given the girl his promise that she should not go, an assumption of prerogative which by no means rested with him;|His excuse was that he had given the girl his promise that she should not go, an assumption of prerogative which by no means rested with him; +LJ006-0300|but he afterwards admitted that the girl had been recommended to him by the principal turnkey, who knew something of her friends.|but he afterwards admitted that the girl had been recommended to him by the principal turnkey, who knew something of her friends. +LJ006-0301|This woman was really his servant, employed to help in cleaning, and taken on whenever there was extra work to be done.|This woman was really his servant, employed to help in cleaning, and taken on whenever there was extra work to be done. +LJ006-0302|The governor had a great dislike, he said, to seeing strangers in his house.|The governor had a great dislike, he said, to seeing strangers in his house. +LJ006-0303|This girl had been first engaged on account of the extra work entailed by certain prisoners|This girl had been first engaged on account of the extra work entailed by certain prisoners +LJ006-0304|committed by the House of Commons, who had been lodged in the governor's own house.|committed by the House of Commons, who had been lodged in the governor's own house. +LJ006-0305|The house at this time was full of men and visitors; waiters came in from the taverns with meals.|The house at this time was full of men and visitors; waiters came in from the taverns with meals. +LJ006-0306|Some of the prisoners had their valets, and all these were constantly in and out of the kitchen where this female prisoner was employed.|Some of the prisoners had their valets, and all these were constantly in and out of the kitchen where this female prisoner was employed. +LJ006-0307|There was reveling and roistering, as usual, with "high life below-stairs.|There was reveling and roistering, as usual, with "high life below-stairs. +LJ006-0308|The governor sent down wine on festive occasions, of which no doubt the prisoner housemaid had her share.|The governor sent down wine on festive occasions, of which no doubt the prisoner housemaid had her share. +LJ007-0001|The Chronicles of Newgate, Volume 2. By Arthur Griffiths. Section 10: The first report of the inspector of prisons.|The Chronicles of Newgate, Volume two. By Arthur Griffiths. Section ten: The first report of the inspector of prisons. +LJ007-0002|Eighteen years had elapsed since the formation of the "Ladies' Association,"|Eighteen years had elapsed since the formation of the "Ladies' Association," +LJ007-0003|and Mrs. Fry with her colleagues still labored assiduously in Newgate, devoting themselves mainly to the female prison,|and Mrs. Fry with her colleagues still labored assiduously in Newgate, devoting themselves mainly to the female prison, +LJ007-0004|although their ministrations were occasionally extended to the male side.|although their ministrations were occasionally extended to the male side. +LJ007-0005|The inspectors paid tribute to the excellence of the motives of these philanthropic ladies, and recognized the good they did.|The inspectors paid tribute to the excellence of the motives of these philanthropic ladies, and recognized the good they did. +LJ007-0006|They had introduced "much order and cleanliness,"|They had introduced "much order and cleanliness," +LJ007-0007|had provided work for those who had hitherto passed their time in total idleness, and had made the treatment of female transports on the way to New South Wales|had provided work for those who had hitherto passed their time in total idleness, and had made the treatment of female transports on the way to New South Wales +LJ007-0008|their especial care.|their especial care. +LJ007-0009|They had tried, moreover,|They had tried, moreover, +LJ007-0010|by their presence and their pious, disinterested efforts, to restrain the dissolute manners and vicious language of the unhappy and depraved inmates.|by their presence and their pious, disinterested efforts, to restrain the dissolute manners and vicious language of the unhappy and depraved inmates. +LJ007-0011|But it was already plain that they constituted an independent authority within the jails; they were frequently in conflict with the chaplain,|But it was already plain that they constituted an independent authority within the jails; they were frequently in conflict with the chaplain, +LJ007-0012|who not strangely resented the orders issued by the aldermen|who not strangely resented the orders issued by the aldermen +LJ007-0013|that women should be frequently kept from chapel in order that they might attend the ladies' lectures and exhortations.|that women should be frequently kept from chapel in order that they might attend the ladies' lectures and exhortations. +LJ007-0014|The admission of a crowd of visitors to assist in these lay services has already been remarked upon; as the inspectors pointed out,|The admission of a crowd of visitors to assist in these lay services has already been remarked upon; as the inspectors pointed out, +LJ007-0015|it had the bad effect of distracting attention,|it had the bad effect of distracting attention, +LJ007-0016|it tended to "dissipate reflection, diminish the gloom of the prison, and mitigate the punishment which the law has sentenced the prisoner to undergo."|it tended to "dissipate reflection, diminish the gloom of the prison, and mitigate the punishment which the law has sentenced the prisoner to undergo." +LJ007-0017|It is to be feared too that although the surface was thus whitewashed and decorous, much that was vicious still festered and rankled beneath,|It is to be feared too that although the surface was thus whitewashed and decorous, much that was vicious still festered and rankled beneath, +LJ007-0018|and that when the restraining influences of the ladies were absent, the female prisoners relapsed into immoral and uncleanly discourse.|and that when the restraining influences of the ladies were absent, the female prisoners relapsed into immoral and uncleanly discourse. +LJ007-0019|Even in the daytime, when supervision was withdrawn, "the language used to be dreadful," says one of the women when under examination;|Even in the daytime, when supervision was withdrawn, "the language used to be dreadful," says one of the women when under examination; +LJ007-0020|"swearing and talking of what crimes they had committed, and how they had done it." Another witness declared she had heard the most shocking language in the yard; she said|"swearing and talking of what crimes they had committed, and how they had done it." Another witness declared she had heard the most shocking language in the yard; she said +LJ007-0021|"she had never witnessed such scenes before, and hopes she never shall again -- it was dreadful!"|"she had never witnessed such scenes before, and hopes she never shall again -- it was dreadful!" +LJ007-0022|After locking-up time, which varied, as on the male side, according to the daylight, the scenes were often riotous and disgraceful.|After locking-up time, which varied, as on the male side, according to the daylight, the scenes were often riotous and disgraceful. +LJ007-0023|The poor, who could afford no luxuries, went to bed early, but were kept awake by the revelries of the rich,|The poor, who could afford no luxuries, went to bed early, but were kept awake by the revelries of the rich, +LJ007-0024|who supped royally on the supplies provided from outside, and kept it up till ten or eleven o'clock.|who supped royally on the supplies provided from outside, and kept it up till ten or eleven o'clock. +LJ007-0025|There were frequent quarrels and fights; shoes and other missiles were freely bandied about;|There were frequent quarrels and fights; shoes and other missiles were freely bandied about; +LJ007-0026|and with all this "the most dreadful oaths, the worst language, too bad to be repeated," were made use of every night.|and with all this "the most dreadful oaths, the worst language, too bad to be repeated," were made use of every night. +LJ007-0027|Bad as were the various parts of the jail already dealt with,|Bad as were the various parts of the jail already dealt with, +LJ007-0028|there still remained one where the general callous indifference and mismanagement culminated in cruel culpable neglect.|there still remained one where the general callous indifference and mismanagement culminated in cruel culpable neglect. +LJ007-0029|The condition of the capitally-convicted prisoners after sentence was still very disgraceful. The side they occupied, still known as the press-yard,|The condition of the capitally-convicted prisoners after sentence was still very disgraceful. The side they occupied, still known as the press-yard, +LJ007-0030|consisted of two dozen rooms and fifteen cells. In these various chambers, until just before the inspectors made their report,|consisted of two dozen rooms and fifteen cells. In these various chambers, until just before the inspectors made their report, +LJ007-0031|all classes of the condemned, those certain to suffer, and the larger number who were nearly certain of a reprieve,|all classes of the condemned, those certain to suffer, and the larger number who were nearly certain of a reprieve, +LJ007-0032|were jumbled up together, higgledy-piggledy, the old and the young, the murderer and the child who had broken into a dwelling.|were jumbled up together, higgledy-piggledy, the old and the young, the murderer and the child who had broken into a dwelling. +LJ007-0033|All privacy was impossible under the circumstances.|All privacy was impossible under the circumstances. +LJ007-0034|At times the numbers congregated together were very great; as many as fifty and sixty, even more, were crowded indiscriminately into the press-yard.|At times the numbers congregated together were very great; as many as fifty and sixty, even more, were crowded indiscriminately into the press-yard. +LJ007-0035|The better-disposed complained bitterly of what they had to endure;|The better-disposed complained bitterly of what they had to endure; +LJ007-0036|one man declared that the language of the condemned rooms was disgusting, that he was dying a death every day in being compelled to associate with such characters.|one man declared that the language of the condemned rooms was disgusting, that he was dying a death every day in being compelled to associate with such characters. +LJ007-0037|In the midst of the noisy and blasphemous talk no one could pursue his meditations; any who tried to pray became the sport and ridicule of his brutal fellows.|In the midst of the noisy and blasphemous talk no one could pursue his meditations; any who tried to pray became the sport and ridicule of his brutal fellows. +LJ007-0038|Owing to the repeated entreaties of the criminals who could hardly hope to escape the gallows, some show of classification was carried out,|Owing to the repeated entreaties of the criminals who could hardly hope to escape the gallows, some show of classification was carried out, +LJ007-0039|and when the inspectors visited Newgate they found the three certain to die in a day-room by themselves;|and when the inspectors visited Newgate they found the three certain to die in a day-room by themselves; +LJ007-0040|in a second room were fourteen more who had every hope of a reprieve.|in a second room were fourteen more who had every hope of a reprieve. +LJ007-0041|The whole of these seventeen had, however, a common airing-yard, and took their exercise there at the same time,|The whole of these seventeen had, however, a common airing-yard, and took their exercise there at the same time, +LJ007-0042|so that men in the most awful situation, daily expecting to be hanged,|so that men in the most awful situation, daily expecting to be hanged, +LJ007-0043|were associated continually with a number of those who could look with certainty on a mitigation of punishment.|were associated continually with a number of those who could look with certainty on a mitigation of punishment. +LJ007-0044|The latter, light-hearted and reckless, conducted themselves in the most unseemly fashion, and "with as much indifference as the inmates of the other parts of the prison."|The latter, light-hearted and reckless, conducted themselves in the most unseemly fashion, and "with as much indifference as the inmates of the other parts of the prison." +LJ007-0045|They amused themselves after their own fashion; played all day long at blind-man's-buff and leap-frog, or beat each other with a knotted handkerchief,|They amused themselves after their own fashion; played all day long at blind-man's-buff and leap-frog, or beat each other with a knotted handkerchief, +LJ007-0046|laughing and uproarious, utterly unmindful of the companionship of men upon whom lay the shadow of an impending shameful death.|laughing and uproarious, utterly unmindful of the companionship of men upon whom lay the shadow of an impending shameful death. +LJ007-0047|"Men whose cases were dangerous, and those most seriously inclined, complained of these annoyances,"|"Men whose cases were dangerous, and those most seriously inclined, complained of these annoyances," +LJ007-0048|so subversive of meditation, so disturbing to the thoughts;|so subversive of meditation, so disturbing to the thoughts; +LJ007-0049|they suffered sickening anxiety, and wished to be locked up alone. This indiscriminate association lasted for months,|they suffered sickening anxiety, and wished to be locked up alone. This indiscriminate association lasted for months, +LJ007-0050|during the whole of which time the unhappy convicts who had but little hope of commutation were exposed to the mockery of their reckless associates.|during the whole of which time the unhappy convicts who had but little hope of commutation were exposed to the mockery of their reckless associates. +LJ007-0051|The brutal callousness of the bulk of the inmates of the press-yard may be gathered from the prison punishment-book, which frequently recorded such entries as the following:|The brutal callousness of the bulk of the inmates of the press-yard may be gathered from the prison punishment-book, which frequently recorded such entries as the following: +LJ007-0052|Benjamin Vines and Daniel Ward put in irons for two days for breaking the windows of the day room in the condemned cells.|Benjamin Vines and Daniel Ward put in irons for two days for breaking the windows of the day room in the condemned cells. +LJ007-0053|"Joseph Coleman put in irons for three days for striking one of the prisoners," in the same place.|"Joseph Coleman put in irons for three days for striking one of the prisoners," in the same place. +LJ007-0054|There were disputes and quarrels constantly among these doomed men; it was a word and blow, an argument clenched always with a fight.|There were disputes and quarrels constantly among these doomed men; it was a word and blow, an argument clenched always with a fight. +LJ007-0055|The more peaceably disposed found some occupation in making Newgate tokens,|The more peaceably disposed found some occupation in making Newgate tokens, +LJ007-0056|leaden hearts, and "grinding the impressions off penny-pieces, then pricking figures or words on them to give to their friends as memorials.|leaden hearts, and "grinding the impressions off penny-pieces, then pricking figures or words on them to give to their friends as memorials. +LJ007-0057|Turnkeys occasionally visited the press-yard, but its occupants were under little or no control.|Turnkeys occasionally visited the press-yard, but its occupants were under little or no control. +LJ007-0058|The chaplain, who might have been expected to make these men his peculiar care, and who at one time had visited them frequently, often several times a week,|The chaplain, who might have been expected to make these men his peculiar care, and who at one time had visited them frequently, often several times a week, +LJ007-0059|had relaxed his efforts, because, according to his own account, he was so frequently stopped in the performance of his duties.|had relaxed his efforts, because, according to his own account, he was so frequently stopped in the performance of his duties. +LJ007-0060|In his evidence before the inspectors he declared that "for years he gave his whole time to his duties, from an early hour in the morning till late in the afternoon.|In his evidence before the inspectors he declared that "for years he gave his whole time to his duties, from an early hour in the morning till late in the afternoon. +LJ007-0061|He left off because he was so much interfered with and laughed at, and from seeing that no success attended his efforts, owing to the evils arising from association.|He left off because he was so much interfered with and laughed at, and from seeing that no success attended his efforts, owing to the evils arising from association. +LJ007-0062|Latterly his ministrations to the condemned had been restricted to a visit on Sunday afternoons, and occasionally about once a fortnight on a week-day.|Latterly his ministrations to the condemned had been restricted to a visit on Sunday afternoons, and occasionally about once a fortnight on a week-day. +LJ007-0063|It is only fair to Mr. Cotton to add that, according to his own journal, he was unremitting in his attentions to convicts who were actually cast for death,|It is only fair to Mr. Cotton to add that, according to his own journal, he was unremitting in his attentions to convicts who were actually cast for death, +LJ007-0064|and the day of whose execution was fixed. He had no doubt a difficult mission to discharge;|and the day of whose execution was fixed. He had no doubt a difficult mission to discharge; +LJ007-0065|on the one hand, the Ladies' Association, supported and encouraged by public approval, trenched upon his peculiar province;|on the one hand, the Ladies' Association, supported and encouraged by public approval, trenched upon his peculiar province; +LJ007-0066|on the other, the governor of the jail sneered at his zeal|on the other, the governor of the jail sneered at his zeal +LJ007-0067|stigmatized his often most just strictures on abuses as "a bundle of nonsense," and the aldermen, when he appealed to them for protection and countenance,|stigmatized his often most just strictures on abuses as "a bundle of nonsense," and the aldermen, when he appealed to them for protection and countenance, +LJ007-0068|generally sided with his opponents. Nevertheless the inspectors summed up against him.|generally sided with his opponents. Nevertheless the inspectors summed up against him. +LJ007-0069|While admitting that he had had many difficulties to contend with,|While admitting that he had had many difficulties to contend with, +LJ007-0070|and that he had again and again protested against the obstacles thrown in his way, the inspectors "cannot forbear expressing their opinion that he might have shown greater perseverance,|and that he had again and again protested against the obstacles thrown in his way, the inspectors "cannot forbear expressing their opinion that he might have shown greater perseverance, +LJ007-0071|in the face of impediments confessedly discouraging|in the face of impediments confessedly discouraging +LJ007-0072|as regards the private teaching of prisoners; and they went on to say that "a resolved adherence, in spite of discouragements the most disheartening,|as regards the private teaching of prisoners; and they went on to say that "a resolved adherence, in spite of discouragements the most disheartening, +LJ007-0073|to that line of conduct which his duty imposed on him|to that line of conduct which his duty imposed on him +LJ007-0074|would, it is probable, have eventually overcome the reluctance of some of the prisoners at least, and would have possessed so much moral dignity|would, it is probable, have eventually overcome the reluctance of some of the prisoners at least, and would have possessed so much moral dignity +LJ007-0075|as effectually to rebuke and abash the profane spirit of the more insolent and daring of the criminals.|as effectually to rebuke and abash the profane spirit of the more insolent and daring of the criminals. +LJ007-0076|The lax discipline maintained in Newgate was still further deteriorated by the presence of two other classes of prisoners who ought never to have been inmates of such a jail.|The lax discipline maintained in Newgate was still further deteriorated by the presence of two other classes of prisoners who ought never to have been inmates of such a jail. +LJ007-0077|One of these were the criminal lunatics, who were at this time and for long previous continuously imprisoned there.|One of these were the criminal lunatics, who were at this time and for long previous continuously imprisoned there. +LJ007-0078|As the law stood since the passing of the 9th George IV. c. 40, any two justices might remove a prisoner found to be insane, either on commitment|As the law stood since the passing of the ninth George the fourth c. forty, any two justices might remove a prisoner found to be insane, either on commitment +LJ007-0079|or arraignment, to an asylum, and the Secretary of State had the same power as regards any who became insane while undergoing sentence.|or arraignment, to an asylum, and the Secretary of State had the same power as regards any who became insane while undergoing sentence. +LJ007-0080|These powers were not invariably put in force, and there were in consequence many unhappy lunatics in Newgate and other jails,|These powers were not invariably put in force, and there were in consequence many unhappy lunatics in Newgate and other jails, +LJ007-0081|whose proper place was the asylum.|whose proper place was the asylum. +LJ007-0082|At the time the Lords' Committee sat there were eight thus retained in Newgate, and a return in the appendix of the Lords' report|At the time the Lords' Committee sat there were eight thus retained in Newgate, and a return in the appendix of the Lords' report +LJ007-0083|gives a total of thirty-nine lunatics confined in various jails, many of them guilty of murder and other serious crimes.|gives a total of thirty-nine lunatics confined in various jails, many of them guilty of murder and other serious crimes. +LJ007-0084|The inspectors in the following year, on examining the facts, found that some of these poor creatures had been in confinement for long periods:|The inspectors in the following year, on examining the facts, found that some of these poor creatures had been in confinement for long periods: +LJ007-0085|at Newgate and York Castle as long as five years; "at Ilchester and Morpeth for seven years; at Warwick for eight years,|at Newgate and York Castle as long as five years; "at Ilchester and Morpeth for seven years; at Warwick for eight years, +LJ007-0086|at Buckingham and Hereford for eleven years|at Buckingham and Hereford for eleven years +LJ007-0087|at Appleby for thirteen years, at Anglesea for fifteen years, at Exeter for sixteen years, and at Pembroke|at Appleby for thirteen years, at Anglesea for fifteen years, at Exeter for sixteen years, and at Pembroke +LJ007-0088|for not less a period than twenty-four years.|for not less a period than twenty-four years. +LJ007-0089|It was manifestly wrong that such persons, "visited by the most awful of calamities," should be detained in a common prison.|It was manifestly wrong that such persons, "visited by the most awful of calamities," should be detained in a common prison. +LJ007-0090|Not only did their presence tend greatly to interfere with the discipline of the prison, but their condition was deplorable in the extreme.|Not only did their presence tend greatly to interfere with the discipline of the prison, but their condition was deplorable in the extreme. +LJ007-0091|The lunatic became the sport of the idle and the depraved. His cure was out of the question;|The lunatic became the sport of the idle and the depraved. His cure was out of the question; +LJ007-0092|he was placed in a situation "beyond all others calculated to confirm his malady and prolong his sufferings."|he was placed in a situation "beyond all others calculated to confirm his malady and prolong his sufferings." +LJ007-0093|The matter was still further complicated at Newgate by the presence within the walls of sham lunatics. Some of those included in the category|The matter was still further complicated at Newgate by the presence within the walls of sham lunatics. Some of those included in the category +LJ007-0094|had actually been returned as sane from the asylum to which they had been sent, and there was always some uncertainty as to who was mad and who not.|had actually been returned as sane from the asylum to which they had been sent, and there was always some uncertainty as to who was mad and who not. +LJ007-0095|Prisoners indeed were known to boast that they had saved their necks by feigning insanity.|Prisoners indeed were known to boast that they had saved their necks by feigning insanity. +LJ007-0096|It was high time that the unsatisfactory state of the law as regards the treatment of criminal lunatics should be remedied|It was high time that the unsatisfactory state of the law as regards the treatment of criminal lunatics should be remedied +LJ007-0097|and not the least of the good services rendered by the new inspectors was their inquiry into the status of these unfortunate people, and their recommendation to improve it.|and not the least of the good services rendered by the new inspectors was their inquiry into the status of these unfortunate people, and their recommendation to improve it. +LJ007-0098|The other inmates of the prison of an exceptional character, and exempted from the regular discipline, such as it was,|The other inmates of the prison of an exceptional character, and exempted from the regular discipline, such as it was, +LJ007-0099|were the ten persons committed to Newgate by the House of Commons in 1835.|were the ten persons committed to Newgate by the House of Commons in eighteen thirty-five. +LJ007-0100|These were the gentlemen concerned in the bribery case at Ipswich in 1835,|These were the gentlemen concerned in the bribery case at Ipswich in eighteen thirty-five, +LJ007-0101|when a petition was presented against the return of Messrs. Adam Dundas and Fitzroy Kelly. Various witnesses, including Messrs. J. B. Dasent,|when a petition was presented against the return of Messrs. Adam Dundas and Fitzroy Kelly. Various witnesses, including Messrs. J. B. Dasent, +LJ007-0102|Pilgrim, Bond, and Clamp, had refused to give evidence before the House of Commons' Committee; a Speaker's warrant was issued for their arrest when they absconded.|Pilgrim, Bond, and Clamp, had refused to give evidence before the House of Commons' Committee; a Speaker's warrant was issued for their arrest when they absconded. +LJ007-0103|Mr. J. E. Sparrow and Mr. Clipperton|Mr. J. E. Sparrow and Mr. Clipperton +LJ007-0104|the parliamentary agents of the members whose election was impugned, were implicated in aiding and abetting the others to abscond, and a Mr. O'Mally,|the parliamentary agents of the members whose election was impugned, were implicated in aiding and abetting the others to abscond, and a Mr. O'Mally, +LJ007-0105|counsel for the two M.P.'s, was also concerned.|counsel for the two M.P.'s, was also concerned. +LJ007-0106|Pilgrim and Dasent were caught and given into the custody of the sergeant-at-arms, and the rest were either arrested or they surrendered.|Pilgrim and Dasent were caught and given into the custody of the sergeant-at-arms, and the rest were either arrested or they surrendered. +LJ007-0107|A resolution at once passed the House without division to commit the whole to Newgate, where they remained for various terms.|A resolution at once passed the House without division to commit the whole to Newgate, where they remained for various terms. +LJ007-0108|Dasent and Pilgrim were released in ten days, on making due submission.|Dasent and Pilgrim were released in ten days, on making due submission. +LJ007-0109|O'Mally sent in a medical certificate, declaring that the imprisonment was endangering his life, and after some question he was also released.|O'Mally sent in a medical certificate, declaring that the imprisonment was endangering his life, and after some question he was also released. +LJ007-0110|The rest were detained for more than a month, it being considered that they were the most guilty, as being either professional agents, who advised the others to abscond,|The rest were detained for more than a month, it being considered that they were the most guilty, as being either professional agents, who advised the others to abscond, +LJ007-0111|or witnesses who did not voluntarily come forward when the chance was given them.|or witnesses who did not voluntarily come forward when the chance was given them. +LJ007-0112|Many of the old customs once prevalent in the State Side, so properly condemned and abolished,|Many of the old customs once prevalent in the State Side, so properly condemned and abolished, +LJ007-0113|were revived for the convenience of these gentlemen, whose incarceration was thus rendered as little like imprisonment as possible.|were revived for the convenience of these gentlemen, whose incarceration was thus rendered as little like imprisonment as possible. +LJ007-0114|A certain number, who could afford the high rate of a guinea per diem, fixed by the under sheriff, were lodged in the governor's house,|A certain number, who could afford the high rate of a guinea per diem, fixed by the under sheriff, were lodged in the governor's house, +LJ007-0115|slept there, and had their meals provided for them from the Sessions House or London Coffee-House.|slept there, and had their meals provided for them from the Sessions House or London Coffee-House. +LJ007-0116|A few others, who could not afford a payment of more than half a guinea, were permitted to monopolize a part of the prison infirmary,|A few others, who could not afford a payment of more than half a guinea, were permitted to monopolize a part of the prison infirmary, +LJ007-0117|where the upper ward was exclusively appropriated to their use. They also had their meals sent in, and, with the food, wine almost ad libitum.|where the upper ward was exclusively appropriated to their use. They also had their meals sent in, and, with the food, wine almost ad libitum. +LJ007-0118|A prisoner, one of the wardsmen, waited on those in the infirmary; the occupants of the governor's house had their own servants, or the governor's.|A prisoner, one of the wardsmen, waited on those in the infirmary; the occupants of the governor's house had their own servants, or the governor's. +LJ007-0119|As a rule, visitors, many of them persons of good position, came and went all day long, and as late as nine at night;|As a rule, visitors, many of them persons of good position, came and went all day long, and as late as nine at night; +LJ007-0120|some to the infirmary, many more to the governor's house.|some to the infirmary, many more to the governor's house. +LJ007-0121|There were no restraints, cards and backgammon were played, and the time passed in feasting and revelry.|There were no restraints, cards and backgammon were played, and the time passed in feasting and revelry. +LJ007-0122|Even Mr. Cope admitted that the committal of this class of prisoners to Newgate was most inconvenient,|Even Mr. Cope admitted that the committal of this class of prisoners to Newgate was most inconvenient, +LJ007-0123|and the inspectors expressed themselves still more strongly in reprehension of the practice.|and the inspectors expressed themselves still more strongly in reprehension of the practice. +LJ007-0124|The infirmary at this particular period epitomized the condition of the jail at large.|The infirmary at this particular period epitomized the condition of the jail at large. +LJ007-0125|It was diverted from its proper uses, and, as the "place of the greatest comfort," was allotted to persons who should not have been sent to Newgate at all.|It was diverted from its proper uses, and, as the "place of the greatest comfort," was allotted to persons who should not have been sent to Newgate at all. +LJ007-0126|All the evils of indiscriminate association were strongly accentuated by the crowd collected within its narrow limits.|All the evils of indiscriminate association were strongly accentuated by the crowd collected within its narrow limits. +LJ007-0127|"It may easily be imagined," say the inspectors, in speaking of the prison generally,|"It may easily be imagined," say the inspectors, in speaking of the prison generally, +LJ007-0128|"what must be the state of discipline in a place filled with characters so various as were assembled there, where the tried and the untried, the sick and the healthy,|"what must be the state of discipline in a place filled with characters so various as were assembled there, where the tried and the untried, the sick and the healthy, +LJ007-0129|the sane and the insane, the young and the old, the trivial offender and the man about to suffer the extreme penalty of the law,|the sane and the insane, the young and the old, the trivial offender and the man about to suffer the extreme penalty of the law, +LJ007-0130|are all huddled together without discrimination, oversight, or control."|are all huddled together without discrimination, oversight, or control." +LJ007-0131|Enough has probably been extracted from this most damnatory report to give a complete picture of the disgraceful state in which Newgate still remained in 1835.|Enough has probably been extracted from this most damnatory report to give a complete picture of the disgraceful state in which Newgate still remained in eighteen thirty-five. +LJ007-0132|The inspectors, however, honestly admitted that although the site of the prison was convenient, its construction was as bad as bad could be.|The inspectors, however, honestly admitted that although the site of the prison was convenient, its construction was as bad as bad could be. +LJ007-0133|Valuable space was cumbered with many long and winding passages, numerous staircases, and unnecessarily thick and cumbrous inner walls.|Valuable space was cumbered with many long and winding passages, numerous staircases, and unnecessarily thick and cumbrous inner walls. +LJ007-0134|The wards were in some cases spacious, but they were entirely unsuited for separation or the inspection of prisoners.|The wards were in some cases spacious, but they were entirely unsuited for separation or the inspection of prisoners. +LJ007-0135|The yards were narrow and confined, mainly because the ground plan was radically vicious. These were evils inseparable from the place.|The yards were narrow and confined, mainly because the ground plan was radically vicious. These were evils inseparable from the place. +LJ007-0136|But there were others remediable under a better system of management.|But there were others remediable under a better system of management. +LJ007-0137|More attention to ventilation, which was altogether neglected and inadequate, would have secured a better atmosphere for the unhappy inmates|More attention to ventilation, which was altogether neglected and inadequate, would have secured a better atmosphere for the unhappy inmates +LJ007-0138|who constantly breathed an air heavy, and, when the wards were first opened in the morning, particularly offensive.|who constantly breathed an air heavy, and, when the wards were first opened in the morning, particularly offensive. +LJ007-0139|Again, the discipline commonly deemed inseparable from every place of durance was entirely wanting.|Again, the discipline commonly deemed inseparable from every place of durance was entirely wanting. +LJ007-0140|The primary object of committing a prisoner to jail, as the inspectors pointed out, was to deter not only the criminal himself, but others from crime,|The primary object of committing a prisoner to jail, as the inspectors pointed out, was to deter not only the criminal himself, but others from crime, +LJ007-0141|and "to dispose him, by meditation and seclusion, to return to an honest life."|and "to dispose him, by meditation and seclusion, to return to an honest life." +LJ007-0142|But at Newgate the convicted prisoner, instead of privation and hard fare,|But at Newgate the convicted prisoner, instead of privation and hard fare, +LJ007-0143|"is permitted to purchase whatever his own means or the means of his friends in or out of prison can afford,|"is permitted to purchase whatever his own means or the means of his friends in or out of prison can afford, +LJ007-0144|and he can almost invariably procure the luxuries of his class of life, beer and tobacco, in abundance.|and he can almost invariably procure the luxuries of his class of life, beer and tobacco, in abundance. +LJ007-0145|Instead of seclusion and meditation, his time is passed in the midst of a body of criminals of every class and degree, in riot, debauchery, and gaming,|Instead of seclusion and meditation, his time is passed in the midst of a body of criminals of every class and degree, in riot, debauchery, and gaming, +LJ007-0146|vaunting his own adventures, or listening to those of others;|vaunting his own adventures, or listening to those of others; +LJ007-0147|communicating his own skill and aptitude in crime, or acquiring the lessons of greater adepts. He has access to newspapers, and of course|communicating his own skill and aptitude in crime, or acquiring the lessons of greater adepts. He has access to newspapers, and of course +LJ007-0148|prefers that description which are expressly prepared for his own class, and which abound in vulgar adventure in criminal enterprise, and in the histories of the police,|prefers that description which are expressly prepared for his own class, and which abound in vulgar adventure in criminal enterprise, and in the histories of the police, +LJ007-0149|the jail, and the scaffold.|the jail, and the scaffold. +LJ007-0150|He is allowed intercourse with prostitutes who, in nine cases out of ten, have originally conduced to his ruin;|He is allowed intercourse with prostitutes who, in nine cases out of ten, have originally conduced to his ruin; +LJ007-0151|and his connection with them is confirmed by that devotion and generosity towards their paramours in adversity for which these otherwise degraded women are remarkable.|and his connection with them is confirmed by that devotion and generosity towards their paramours in adversity for which these otherwise degraded women are remarkable. +LJ007-0152|Having thus passed his time, he returns a greater adept in crime, with a wider acquaintance among criminals, and, what perhaps is even more injurious to him,|Having thus passed his time, he returns a greater adept in crime, with a wider acquaintance among criminals, and, what perhaps is even more injurious to him, +LJ007-0153|is generally known to all the worst men in the country; not only without the inclination, but almost without the ability of returning to an honest life."|is generally known to all the worst men in the country; not only without the inclination, but almost without the ability of returning to an honest life." +LJ007-0154|These pungent and well-grounded strictures applied with still greater force to the unconvicted prisoner, the man who came to the prison innocent, and still uncontaminated,|These pungent and well-grounded strictures applied with still greater force to the unconvicted prisoner, the man who came to the prison innocent, and still uncontaminated, +LJ007-0155|to be subjected to the same baneful influences, and to suffer the same moral deterioration, whether ultimately convicted or set free.|to be subjected to the same baneful influences, and to suffer the same moral deterioration, whether ultimately convicted or set free. +LJ007-0156|The whole system, or more correctly the want of system, was baneful and pernicious to the last degree.|The whole system, or more correctly the want of system, was baneful and pernicious to the last degree. +LJ007-0157|The evils of such association were aggravated by the unbroken idleness; one "evil inflamed the other;" reformation|The evils of such association were aggravated by the unbroken idleness; one "evil inflamed the other;" reformation +LJ007-0158|or any kind of moral improvement was impossible; the prisoner's career was inevitably downward, till he struck the lowest depths.|or any kind of moral improvement was impossible; the prisoner's career was inevitably downward, till he struck the lowest depths. +LJ007-0159|Forced and constant intercourse with the most depraved individuals of his own class;|Forced and constant intercourse with the most depraved individuals of his own class; +LJ007-0160|the employment of those means and agents by which the lowest passions and the most vulgar propensities of man are perpetually kept in the highest state of excitement|the employment of those means and agents by which the lowest passions and the most vulgar propensities of man are perpetually kept in the highest state of excitement +LJ007-0161|drink, gaming, obscene and blasphemous language; utter idleness, the almost unrestricted admission of money and luxuries;|drink, gaming, obscene and blasphemous language; utter idleness, the almost unrestricted admission of money and luxuries; +LJ007-0162|uncontrolled conversation with visitors of the very worst description -- prostitutes, thieves, receivers of stolen goods|uncontrolled conversation with visitors of the very worst description -- prostitutes, thieves, receivers of stolen goods +LJ007-0163|all the tumultuous and diversified passions and emotions which circumstances like these must necessarily generate|all the tumultuous and diversified passions and emotions which circumstances like these must necessarily generate +LJ007-0164|forbid the faintest shadow of a hope that in a soil so unfavorable for moral culture|forbid the faintest shadow of a hope that in a soil so unfavorable for moral culture +LJ007-0165|any awakening truth, salutary exhortation, or imperfect resolutions of amendment can take root or grow.|any awakening truth, salutary exhortation, or imperfect resolutions of amendment can take root or grow. +LJ007-0166|Strong as were the foregoing remarks, the inspectors wound up their report in still more trenchant language|Strong as were the foregoing remarks, the inspectors wound up their report in still more trenchant language +LJ007-0167|framing a terrible indictment against those responsible for the condition of Newgate. Their words deserve to be quoted in full.|framing a terrible indictment against those responsible for the condition of Newgate. Their words deserve to be quoted in full. +LJ007-0168|"We cannot close these remarks," say the inspectors, "without an expression of the painful feelings with which we submit to your Lordship|"We cannot close these remarks," say the inspectors, "without an expression of the painful feelings with which we submit to your Lordship +LJ007-0169|this picture of the existing state of Newgate|this picture of the existing state of Newgate +LJ007-0170|That in this vast metropolis, the center of wealth, civilization, and information;|That in this vast metropolis, the center of wealth, civilization, and information; +LJ007-0171|distinguished as the seat of religion, worth, and philanthropy,|distinguished as the seat of religion, worth, and philanthropy, +LJ007-0172|where is to be found in operation every expedient by which Ignorance may be superseded by Knowledge, Idleness by Industry, and Suffering by Benevolence;|where is to be found in operation every expedient by which Ignorance may be superseded by Knowledge, Idleness by Industry, and Suffering by Benevolence; +LJ007-0173|that in the metropolis of this highly-favored country, to which the eyes of other lands turn for example, a system of prison discipline such as that enforced in Newgate|that in the metropolis of this highly-favored country, to which the eyes of other lands turn for example, a system of prison discipline such as that enforced in Newgate +LJ007-0174|should be for a number of years in undisturbed operation, not only in contempt of religion and humanity,|should be for a number of years in undisturbed operation, not only in contempt of religion and humanity, +LJ007-0175|but in opposition to the recorded denunciations of authority, and in defiance of the express enactments of the law,|but in opposition to the recorded denunciations of authority, and in defiance of the express enactments of the law, +LJ007-0176|is indeed a subject which cannot but impress every considerate mind with humiliation and sorrow.|is indeed a subject which cannot but impress every considerate mind with humiliation and sorrow. +LJ007-0177|We trust, however, that the day is at hand when this stain will be removed from the character of the city of London,|We trust, however, that the day is at hand when this stain will be removed from the character of the city of London, +LJ007-0178|and when the first municipal authority of our land will be no longer subjected to the reproach of fostering an institution which outrages the rights and feelings of humanity,|and when the first municipal authority of our land will be no longer subjected to the reproach of fostering an institution which outrages the rights and feelings of humanity, +LJ007-0179|defeats the ends of justice, and disgraces the profession of a Christian country.|defeats the ends of justice, and disgraces the profession of a Christian country. +LJ007-0180|The publication of this report raised a storm in the city, and the corporation was roused to make an immediate protest.|The publication of this report raised a storm in the city, and the corporation was roused to make an immediate protest. +LJ007-0181|A committee of aldermen was forthwith appointed to report upon the inspectors' report,|A committee of aldermen was forthwith appointed to report upon the inspectors' report, +LJ007-0182|and the result was another lengthy blue book, printed in the parliamentary papers, 1836,|and the result was another lengthy blue book, printed in the parliamentary papers, eighteen thirty-six, +LJ007-0183|traversing where it was possible the statements of the inspectors, and offering explanation and palliation of such evils as could not be denied.|traversing where it was possible the statements of the inspectors, and offering explanation and palliation of such evils as could not be denied. +LJ007-0184|The inspectors retorted without loss of time, reiterating their charges, and pointing out that the committee of aldermen by its own admission|The inspectors retorted without loss of time, reiterating their charges, and pointing out that the committee of aldermen by its own admission +LJ007-0185|justified the original allegations. It was impossible to deny the indiscriminate association; the gambling, drinking, smoking, quarreling in the jail;|justified the original allegations. It was impossible to deny the indiscriminate association; the gambling, drinking, smoking, quarreling in the jail; +LJ007-0186|the undue authority given to prisoners, the levying of garnish under another name|the undue authority given to prisoners, the levying of garnish under another name +LJ007-0187|the neglect of the condemned convicts, the filthy condition of the wards, the insufficiency of bedding and clothing,|the neglect of the condemned convicts, the filthy condition of the wards, the insufficiency of bedding and clothing, +LJ007-0188|the misemployment of officers and prisoners by the governor.|the misemployment of officers and prisoners by the governor. +LJ007-0189|The corporation evidently had the worst of it, and began to feel the necessity for undertaking the great work of reform.|The corporation evidently had the worst of it, and began to feel the necessity for undertaking the great work of reform. +LJ007-0190|Next year we find the inspectors expressing their satisfaction that "the full and faithful exposure which we felt it our duty to make of Newgate|Next year we find the inspectors expressing their satisfaction that "the full and faithful exposure which we felt it our duty to make of Newgate +LJ007-0191|has been productive of at least some advantage,|has been productive of at least some advantage, +LJ007-0192|inasmuch as it has aroused the attention of those upon whom parliamentary reports and grand jury presentments had hitherto failed to make the slightest impression.|inasmuch as it has aroused the attention of those upon whom parliamentary reports and grand jury presentments had hitherto failed to make the slightest impression. +LJ007-0193|The measures of improvement introduced were mainly as follows:|The measures of improvement introduced were mainly as follows: +LJ007-0194|the fixing of "inspection holes" in the doors and walls, so as to insure more supervision; of windows opening into the well-holes,|the fixing of "inspection holes" in the doors and walls, so as to insure more supervision; of windows opening into the well-holes, +LJ007-0195|to give better light and ventilation; the construction of bed-places, three tiers high alongside the walls for males, two tiers for females;|to give better light and ventilation; the construction of bed-places, three tiers high alongside the walls for males, two tiers for females; +LJ007-0196|the provision of dining-rooms and dining-tables.|the provision of dining-rooms and dining-tables. +LJ007-0197|The infirmary was enlarged, the admission of visitors limited, and the passing of articles prevented by a wire screen.|The infirmary was enlarged, the admission of visitors limited, and the passing of articles prevented by a wire screen. +LJ007-0198|The windows were to be glazed and painted to prevent prisoners from looking out;|The windows were to be glazed and painted to prevent prisoners from looking out; +LJ007-0199|baths, fumigating places for clothing, wash-house, and the removal of dust-bins, completed the new arrangements in the main prison.|baths, fumigating places for clothing, wash-house, and the removal of dust-bins, completed the new arrangements in the main prison. +LJ007-0200|In the press-yard, the press-room and ward above it were parceled out into nine separate sleeping cells;|In the press-yard, the press-room and ward above it were parceled out into nine separate sleeping cells; +LJ007-0201|each was provided with an iron bedstead, and a small desk at which the condemned man might read or write.|each was provided with an iron bedstead, and a small desk at which the condemned man might read or write. +LJ007-0202|But the one great and most crying evil remained unremedied.|But the one great and most crying evil remained unremedied. +LJ007-0203|"The mischief of jail associations," say the inspectors,|"The mischief of jail associations," say the inspectors, +LJ007-0204|"which has been demonstrably proved to be the fruitful source of all the abuses and irregularities which have so long disgraced Newgate,|"which has been demonstrably proved to be the fruitful source of all the abuses and irregularities which have so long disgraced Newgate, +LJ007-0205|is not only permitted still to exist in the prison, but is rendered more powerful than before.|is not only permitted still to exist in the prison, but is rendered more powerful than before. +LJ007-0206|In endeavoring to arrest contamination, prisoners were more closely confined, and associated in smaller numbers;|In endeavoring to arrest contamination, prisoners were more closely confined, and associated in smaller numbers; +LJ007-0207|but this had the effect of throwing them into closer contact, and of making them more intimately acquainted with, more directly influential upon, one another.|but this had the effect of throwing them into closer contact, and of making them more intimately acquainted with, more directly influential upon, one another. +LJ007-0208|In the inspectors' fourth report, dated 1839,|In the inspectors' fourth report, dated eighteen thirty-nine, +LJ007-0209|they return to the charge, and again call the corporation to task for their mismanagement of Newgate.|they return to the charge, and again call the corporation to task for their mismanagement of Newgate. +LJ007-0210|Abuses and irregularities, which had been partially remedied by the reform introduced in 1837, were once more in the ascendant.|Abuses and irregularities, which had been partially remedied by the reform introduced in eighteen thirty-seven, were once more in the ascendant. +LJ007-0211|"In our late visits," they say, "we have seen manifest indications of a retrograde movement in this respect,|"In our late visits," they say, "we have seen manifest indications of a retrograde movement in this respect, +LJ007-0212|and a tendency to return to much of that laxity and remissness which formerly marked the management of this prison."|and a tendency to return to much of that laxity and remissness which formerly marked the management of this prison." +LJ007-0213|Again the following year the inspectors repeat their charge.|Again the following year the inspectors repeat their charge. +LJ007-0214|"The prominent evils of this prison (Newgate) -- evils which the alterations made within the last four years have failed to remove|"The prominent evils of this prison (Newgate) -- evils which the alterations made within the last four years have failed to remove +LJ007-0215|are the association of prisoners, and the unusual contamination to which such association gives rise.|are the association of prisoners, and the unusual contamination to which such association gives rise. +LJ007-0216|For nearly twenty-two hours out of the twenty-four the prisoners are locked up, during which time no officer is stationed in the ward with them.|For nearly twenty-two hours out of the twenty-four the prisoners are locked up, during which time no officer is stationed in the ward with them. +LJ007-0218|Newgate is only less extensively injurious than formerly because it is less crowded.|Newgate is only less extensively injurious than formerly because it is less crowded. +LJ007-0219|The effects of the imprisonment are to vitiate its inmates, to extend their acquaintanceship with each other,|The effects of the imprisonment are to vitiate its inmates, to extend their acquaintanceship with each other, +LJ007-0220|to corrupt the prisoner charged with an offense of which he may be innocent, and to confirm in guilt the young and inexperienced offender.|to corrupt the prisoner charged with an offense of which he may be innocent, and to confirm in guilt the young and inexperienced offender. +LJ007-0221|The reports as the years flow on reiterate the same complaints.|The reports as the years flow on reiterate the same complaints. +LJ007-0222|Much bitterness of feeling is evidently engendered, and the corporation grows more and more angry with the inspectors.|Much bitterness of feeling is evidently engendered, and the corporation grows more and more angry with the inspectors. +LJ007-0223|The prison officials appear to be on the side of the inspectors, to the great dissatisfaction of the corporation, who claimed the full allegiance and support of its servants.|The prison officials appear to be on the side of the inspectors, to the great dissatisfaction of the corporation, who claimed the full allegiance and support of its servants. +LJ007-0224|In a resolution passed by the Court of Aldermen on 18th March, 1842,|In a resolution passed by the Court of Aldermen on eighteenth March, eighteen forty-two, +LJ007-0225|I find it ordered "that the ordinary of Newgate be restricted from making any communications to the Home Office|I find it ordered "that the ordinary of Newgate be restricted from making any communications to the Home Office +LJ007-0226|or the Inspectors of Prisons, and that he be required wholly to confine himself to the performance of his duty as prescribed by Act of Parliament.|or the Inspectors of Prisons, and that he be required wholly to confine himself to the performance of his duty as prescribed by Act of Parliament. +LJ007-0227|The inspectors were not to be deterred, however, by any opposition from the earnest discharge of their functions, and continued to report against Newgate.|The inspectors were not to be deterred, however, by any opposition from the earnest discharge of their functions, and continued to report against Newgate. +LJ007-0228|In their tenth report|In their tenth report +LJ007-0229|they state that they are compelled by an imperative sense of duty to advert in terms of decided condemnation to the lamentable condition of the prisons of the city of London,|they state that they are compelled by an imperative sense of duty to advert in terms of decided condemnation to the lamentable condition of the prisons of the city of London, +LJ007-0230|Newgate, Giltspur St. Compter, and the City Bridewell,|Newgate, Giltspur St. Compter, and the City Bridewell, +LJ007-0231|in which the master evil of jail association and consequent contamination still continues to operate directly to the encouragement of crime.|in which the master evil of jail association and consequent contamination still continues to operate directly to the encouragement of crime. +LJ007-0232|The plan adopted for ventilating the dining-room on the 'master's side' and that of the middle yard is very inefficient;|The plan adopted for ventilating the dining-room on the 'master's side' and that of the middle yard is very inefficient; +LJ007-0233|it consists of several circular perforations, about two inches in diameter,|it consists of several circular perforations, about two inches in diameter, +LJ007-0234|slanting downwards from the top of the walls to the outside adjoining the slaughterhouses of Newgate market; and occasionally, in hot weather,|slanting downwards from the top of the walls to the outside adjoining the slaughterhouses of Newgate market; and occasionally, in hot weather, +LJ007-0235|instead of ventilating the apartments, they only serve to convey the offensive effluvia arising from the decaying animal matter into the dining-rooms.|instead of ventilating the apartments, they only serve to convey the offensive effluvia arising from the decaying animal matter into the dining-rooms. +LJ007-0236|Sometimes the stench in hot weather is said to be very bad.|Sometimes the stench in hot weather is said to be very bad. +LJ007-0237|Many rats also come through these so-called ventilators, as they open close to the ground at the back of the prison.|Many rats also come through these so-called ventilators, as they open close to the ground at the back of the prison. +LJ007-0238|At the same time the inspectors animadvert strongly upon the misconduct of prisoners and the frequency of prison punishments,|At the same time the inspectors animadvert strongly upon the misconduct of prisoners and the frequency of prison punishments, +LJ007-0239|both offenses and punishments affording a sufficient index to the practices going forward; and they wind up by declaring|both offenses and punishments affording a sufficient index to the practices going forward; and they wind up by declaring +LJ007-0240|that a strict compliance with their duties gave them no choice "but to report matters as we found them,|that a strict compliance with their duties gave them no choice "but to report matters as we found them, +LJ007-0241|and again and again to protest against Newgate as it at present exists.|and again and again to protest against Newgate as it at present exists. +LJ007-0242|No complete and permanent improvement was indeed possible while Newgate remained unchanged.|No complete and permanent improvement was indeed possible while Newgate remained unchanged. +LJ008-0001|The Chronicles of Newgate, Volume 2. By Arthur Griffiths. Section 11: Executions, part one.|The Chronicles of Newgate, Volume two. By Arthur Griffiths. Section eleven: Executions, part one. +LJ008-0002|I propose to return now to the subject of Newgate executions,|I propose to return now to the subject of Newgate executions, +LJ008-0003|which we left at the time of the discontinuance of the long-practiced procession to Tyburn.|which we left at the time of the discontinuance of the long-practiced procession to Tyburn. +LJ008-0004|The reasons for this change were fully set forth in a previous chapter.|The reasons for this change were fully set forth in a previous chapter. +LJ008-0005|The terrible spectacle was as demoralizing to the public, for whose admonition it was intended,|The terrible spectacle was as demoralizing to the public, for whose admonition it was intended, +LJ008-0006|as the exposure was brutal and cruel towards the principal actors.|as the exposure was brutal and cruel towards the principal actors. +LJ008-0007|The decision to remove the scene of action to the immediate front of the jail itself|The decision to remove the scene of action to the immediate front of the jail itself +LJ008-0008|was in the right direction, as making the performance shorter and diminishing the area of display.|was in the right direction, as making the performance shorter and diminishing the area of display. +LJ008-0009|But the Old Bailey was not exclusively used;|But the Old Bailey was not exclusively used; +LJ008-0010|at first, and for some few years after 1784, executions took place occasionally at a distance from Newgate.|at first, and for some few years after seventeen eighty-four, executions took place occasionally at a distance from Newgate. +LJ008-0011|This was partly due to the survival of the old notion that the scene of the crime ought also to witness the retribution;|This was partly due to the survival of the old notion that the scene of the crime ought also to witness the retribution; +LJ008-0012|partly perhaps because residents in and about the Old Bailey raised a loud protest against the constant erection of the scaffold in their neighborhood.|partly perhaps because residents in and about the Old Bailey raised a loud protest against the constant erection of the scaffold in their neighborhood. +LJ008-0013|As regards the first, I find that in 1786|As regards the first, I find that in seventeen eighty-six +LJ008-0014|John Hogan, the murderer of a Mr. Odell, an attorney who resided in Charlotte Street, Rathbone Place,|John Hogan, the murderer of a Mr. Odell, an attorney who resided in Charlotte Street, Rathbone Place, +LJ008-0015|was executed on a gibbet in front of his victim's house.|was executed on a gibbet in front of his victim's house. +LJ008-0016|Lawrence Jones, a burglar, was in 1793 ordered for execution in Hatton Garden, near the house he had robbed;|Lawrence Jones, a burglar, was in seventeen ninety-three ordered for execution in Hatton Garden, near the house he had robbed; +LJ008-0017|and when he evaded the sentence by suicide, his body was exhibited in the same neighborhood,|and when he evaded the sentence by suicide, his body was exhibited in the same neighborhood, +LJ008-0018|extended upon a plank on the top of an open cart, in his clothes, and fettered.|extended upon a plank on the top of an open cart, in his clothes, and fettered. +LJ008-0019|Again, as late as 1809 and 1812, Execution Dock, on the banks of the Thames, was still retained.|Again, as late as eighteen oh nine and eighteen twelve, Execution Dock, on the banks of the Thames, was still retained. +LJ008-0020|Here John Sutherland, commander of the British armed transport 'The Friends,' suffered on the 29th June, 1809,|Here John Sutherland, commander of the British armed transport 'The Friends,' suffered on the twenty-ninth June, eighteen oh nine, +LJ008-0021|for the murder of his cabin-boy, whom he stabbed after much ill-usage on board the ship as it lay in the Tagus.|for the murder of his cabin-boy, whom he stabbed after much ill-usage on board the ship as it lay in the Tagus. +LJ008-0022|On the 18th December, 1812,|On the eighteenth December, eighteen twelve, +LJ008-0023|two sailors, Charles Palm and Sam Tilling, were hanged at the same place for the murder of their captain, James Keith|two sailors, Charles Palm and Sam Tilling, were hanged at the same place for the murder of their captain, James Keith +LJ008-0024|of the trading vessel 'Adventure,' upon the high seas.|of the trading vessel 'Adventure,' upon the high seas. +LJ008-0025|They were taken in a cart to the place of execution, amidst a vast concourse of people.|They were taken in a cart to the place of execution, amidst a vast concourse of people. +LJ008-0026|Palm, as soon as he was seated in the cart,|Palm, as soon as he was seated in the cart, +LJ008-0027|put a quid of tobacco into his mouth, and offered another to his companion, who refused it with indignation|put a quid of tobacco into his mouth, and offered another to his companion, who refused it with indignation +LJ008-0028|Some indications of pity were offered for the fate of Tilling; Palm, execration alone.|Some indications of pity were offered for the fate of Tilling; Palm, execration alone. +LJ008-0029|But the Old Bailey gradually, and in spite of all objections urged, monopolized the dread business of execution.|But the Old Bailey gradually, and in spite of all objections urged, monopolized the dread business of execution. +LJ008-0030|The first affair of the kind on this spot was on the 3rd December, 1783,|The first affair of the kind on this spot was on the third December, seventeen eighty-three, +LJ008-0031|when, in pursuance of an order issued by the Recorder to the sheriffs of Middlesex and the keeper of His Majesty's jail, Newgate,|when, in pursuance of an order issued by the Recorder to the sheriffs of Middlesex and the keeper of His Majesty's jail, Newgate, +LJ008-0032|a scaffold was erected in front of that prison for the execution of several convicts named by the Recorder.|a scaffold was erected in front of that prison for the execution of several convicts named by the Recorder. +LJ008-0033|Ten were executed|Ten were executed +LJ008-0034|the scaffold hung with black; and the inhabitants of the neighborhood, having petitioned the sheriffs to remove the scene of execution to the old place,|the scaffold hung with black; and the inhabitants of the neighborhood, having petitioned the sheriffs to remove the scene of execution to the old place, +LJ008-0035|were told that the plan had been well considered, and would be persevered in.|were told that the plan had been well considered, and would be persevered in. +LJ008-0036|The following 23rd April, it is stated that the malefactors ordered for execution on the 18th instead|The following twenty-third April, it is stated that the malefactors ordered for execution on the eighteenth instead +LJ008-0037|were brought out of Newgate about eight in the morning, and suspended on a gallows of a new construction.|were brought out of Newgate about eight in the morning, and suspended on a gallows of a new construction. +LJ008-0038|After hanging the usual time they were taken down, and the machine cleared away in half-an-hour.|After hanging the usual time they were taken down, and the machine cleared away in half-an-hour. +LJ008-0039|By practice the art is much improved, and there is no part of the world in which villains are hanged in so neat a manner, and with so little ceremony.|By practice the art is much improved, and there is no part of the world in which villains are hanged in so neat a manner, and with so little ceremony. +LJ008-0040|A full description of this new gallows, which was erected in front of the debtors' door, is to be found in contemporary records.|A full description of this new gallows, which was erected in front of the debtors' door, is to be found in contemporary records. +LJ008-0041|The criminals are not exposed to view till they mount the fatal stage. The last part of the stage, or that next to the jail,|The criminals are not exposed to view till they mount the fatal stage. The last part of the stage, or that next to the jail, +LJ008-0042|is enclosed by a temporary roof, under which are placed two seats for the reception of the sheriffs, one on each side of the stairs leading to the scaffold.|is enclosed by a temporary roof, under which are placed two seats for the reception of the sheriffs, one on each side of the stairs leading to the scaffold. +LJ008-0043|Round the north, west, and south sides are erected galleries for the reception of officers, attendants, etc.|Round the north, west, and south sides are erected galleries for the reception of officers, attendants, etc. +LJ008-0044|and at the distance of five feet from the same is fixed a strong railing all round the scaffold to enclose a place for the constables.|and at the distance of five feet from the same is fixed a strong railing all round the scaffold to enclose a place for the constables. +LJ008-0045|In the middle of this machinery is placed a movable platform, in form of a trap-door, ten feet long by eight wide,|In the middle of this machinery is placed a movable platform, in form of a trap-door, ten feet long by eight wide, +LJ008-0046|on the middle of which is placed the gibbet, extending from the jail across the Old Bailey.|on the middle of which is placed the gibbet, extending from the jail across the Old Bailey. +LJ008-0047|This movable platform is raised six inches higher than the rest of the scaffold, and on it the convicts stand;|This movable platform is raised six inches higher than the rest of the scaffold, and on it the convicts stand; +LJ008-0048|it is supported by two beams, which are held in their place by bolts. The movement of the lever withdraws the bolts, the platform falls in;|it is supported by two beams, which are held in their place by bolts. The movement of the lever withdraws the bolts, the platform falls in; +LJ008-0049|and this, being much more sudden and regular than that of a cart being drawn away, has the effect of immediate death.|and this, being much more sudden and regular than that of a cart being drawn away, has the effect of immediate death. +LJ008-0050|A broadsheet dated April 24th, 1787, describing an execution on the newly-invented scaffold before the debtors' door,|A broadsheet dated April twenty-fourth, seventeen eighty-seven, describing an execution on the newly-invented scaffold before the debtors' door, +LJ008-0051|says, "The scaffold on which these miserable people suffered is a temporary machine which was drawn out of the yard of the sessions house by horses;|says, "The scaffold on which these miserable people suffered is a temporary machine which was drawn out of the yard of the sessions house by horses; +LJ008-0052|it is supported by strong posts fixed into grooves made in the street;|it is supported by strong posts fixed into grooves made in the street; +LJ008-0053|the whole is temporary, being all calculated to take to pieces, which are preserved within the prison."|the whole is temporary, being all calculated to take to pieces, which are preserved within the prison." +LJ008-0054|This contrivance appears to have been copied with improvements from that which had been used in Dublin at a still earlier date,|This contrivance appears to have been copied with improvements from that which had been used in Dublin at a still earlier date, +LJ008-0055|for that city claims the priority in establishing the custom of hanging criminals at the jail itself.|for that city claims the priority in establishing the custom of hanging criminals at the jail itself. +LJ008-0056|The Dublin "engine of death," as the gallows are styled in the account from which the following description is taken, consisted of an iron bar|The Dublin "engine of death," as the gallows are styled in the account from which the following description is taken, consisted of an iron bar +LJ008-0057|parallel to the prison wall, and about four feet from it, but strongly affixed thereto with iron scroll clamps.|parallel to the prison wall, and about four feet from it, but strongly affixed thereto with iron scroll clamps. +LJ008-0058|From this bar hang several iron loops, in which the halters are tied.|From this bar hang several iron loops, in which the halters are tied. +LJ008-0059|Under this bar at a proper distance is a piece of flooring or platform,|Under this bar at a proper distance is a piece of flooring or platform, +LJ008-0060|projecting somewhat beyond the range of the iron bar, and swinging upon hinges affixed to the wall.|projecting somewhat beyond the range of the iron bar, and swinging upon hinges affixed to the wall. +LJ008-0061|The entrance upon this floor or leaf is from the middle window over the gate of the prison;|The entrance upon this floor or leaf is from the middle window over the gate of the prison; +LJ008-0062|and this floor is supported below,|and this floor is supported below, +LJ008-0063|while the criminals stand upon it, by two pieces of timber, which are made to slide in and out of the prison wall through apertures made for that purpose.|while the criminals stand upon it, by two pieces of timber, which are made to slide in and out of the prison wall through apertures made for that purpose. +LJ008-0064|When the criminals are tied up and prepared for their fate, this floor suddenly falls down, upon withdrawing the supporters inwards.|When the criminals are tied up and prepared for their fate, this floor suddenly falls down, upon withdrawing the supporters inwards. +LJ008-0065|They are both drawn at once by a windlass, and the unhappy culprits remain suspended.|They are both drawn at once by a windlass, and the unhappy culprits remain suspended. +LJ008-0066|This mode of execution, it is alleged, gave rise to the old vulgar "chaff," "Take care, or you'll die at the fall of the leaf."|This mode of execution, it is alleged, gave rise to the old vulgar "chaff," "Take care, or you'll die at the fall of the leaf." +LJ008-0067|The machinery in use in Dublin is much the same as that employed at many jails now-a-days.|The machinery in use in Dublin is much the same as that employed at many jails now-a-days. +LJ008-0068|But the fall apart and inwards of two leaves is considered superior.|But the fall apart and inwards of two leaves is considered superior. +LJ008-0069|The latter is the method still followed at Newgate.|The latter is the method still followed at Newgate. +LJ008-0070|The sentences inflicted in front of Newgate were not limited to hanging.|The sentences inflicted in front of Newgate were not limited to hanging. +LJ008-0071|In the few years which elapsed between the establishment of the gallows at Newgate|In the few years which elapsed between the establishment of the gallows at Newgate +LJ008-0072|and the abolition of the practice of burning females for petty treason, more than one woman suffered this penalty at the Old Bailey.|and the abolition of the practice of burning females for petty treason, more than one woman suffered this penalty at the Old Bailey. +LJ008-0073|One case is preserved by Catnach,|One case is preserved by Catnach, +LJ008-0074|that of Phoebe Harris, who in 1788 was "barbariously" executed and burnt before Newgate for coining.|that of Phoebe Harris, who in seventeen eighty-eight was "barbariously" executed and burnt before Newgate for coining. +LJ008-0075|She is described as a well-made little woman, something more than thirty years of age, of a pale complexion and not disagreeable features.|She is described as a well-made little woman, something more than thirty years of age, of a pale complexion and not disagreeable features. +LJ008-0076|When she came out of prison she appeared languid and terrified, and trembled greatly as she advanced to the stake,|When she came out of prison she appeared languid and terrified, and trembled greatly as she advanced to the stake, +LJ008-0077|where the apparatus for the punishment she was about to experience|where the apparatus for the punishment she was about to experience +LJ008-0078|seemed to strike her mind with horror and consternation, to the exclusion of all power of recollectedness in preparation for the approaching awful moment.|seemed to strike her mind with horror and consternation, to the exclusion of all power of recollectedness in preparation for the approaching awful moment. +LJ008-0079|She walked from the debtors' door to a stake fixed in the ground about half-way between the scaffold and Newgate Street.|She walked from the debtors' door to a stake fixed in the ground about half-way between the scaffold and Newgate Street. +LJ008-0080|She was immediately tied by the neck to an iron bolt fixed near the top of the stake,|She was immediately tied by the neck to an iron bolt fixed near the top of the stake, +LJ008-0081|and after praying fervently for a few minutes, the steps on which she stood were drawn away, and she was left suspended.|and after praying fervently for a few minutes, the steps on which she stood were drawn away, and she was left suspended. +LJ008-0082|A chain fastened by nails to the stake was then put round her body by the executioner with his assistants.|A chain fastened by nails to the stake was then put round her body by the executioner with his assistants. +LJ008-0083|Two cart-loads of faggots were piled about her, and after she had hung for half-an-hour the fire was kindled.|Two cart-loads of faggots were piled about her, and after she had hung for half-an-hour the fire was kindled. +LJ008-0084|The flames presently burned the halter, the body fell a few inches, and hung then by the iron chain.|The flames presently burned the halter, the body fell a few inches, and hung then by the iron chain. +LJ008-0085|The fire had not quite burnt out at twelve, in nearly four hours, that is to say.|The fire had not quite burnt out at twelve, in nearly four hours, that is to say. +LJ008-0086|A great concourse of people attended on this melancholy occasion.|A great concourse of people attended on this melancholy occasion. +LJ008-0088|As many spectators as ever thronged to see the dreadful show,|As many spectators as ever thronged to see the dreadful show, +LJ008-0089|and they were packed into a more limited space, disporting themselves as heretofore by brutal horse-play, coarse jests, and frantic yells.|and they were packed into a more limited space, disporting themselves as heretofore by brutal horse-play, coarse jests, and frantic yells. +LJ008-0090|It was still the custom to offer warm encouragement or bitter disapproval, according to the character and antecedents of the sufferer.|It was still the custom to offer warm encouragement or bitter disapproval, according to the character and antecedents of the sufferer. +LJ008-0091|The highwayman, whose exploits many in the crowd admired or emulated, was cheered and bidden to die game;|The highwayman, whose exploits many in the crowd admired or emulated, was cheered and bidden to die game; +LJ008-0092|the man of better birth could hope for no sympathy, whatever his crime.|the man of better birth could hope for no sympathy, whatever his crime. +LJ008-0093|At the execution of Governor Wall, in 1802, the furious hatred of the mob was plainly apparent in their appalling cries.|At the execution of Governor Wall, in eighteen oh two, the furious hatred of the mob was plainly apparent in their appalling cries. +LJ008-0094|His appearance on the scaffold was the signal for three prolonged shouts from an innumerable populace, "the brutal effusion of one common sentiment."|His appearance on the scaffold was the signal for three prolonged shouts from an innumerable populace, "the brutal effusion of one common sentiment." +LJ008-0095|It was said that so large a crowd had never collected since the execution of Mrs. Brownrigg, nor had the public indignation risen so high.|It was said that so large a crowd had never collected since the execution of Mrs. Brownrigg, nor had the public indignation risen so high. +LJ008-0096|Pieman and ballad-monger did their usual roaring trade amidst the dense throng.|Pieman and ballad-monger did their usual roaring trade amidst the dense throng. +LJ008-0097|No sooner was the "job" finished than half-a-dozen competitors appeared, each offering the identical rope for sale at a shilling an inch.|No sooner was the "job" finished than half-a-dozen competitors appeared, each offering the identical rope for sale at a shilling an inch. +LJ008-0098|One was the "yeoman of the halter," a Newgate official, the executioner's assistant, whom Mr. J. T. Smith, who was present at the execution,|One was the "yeoman of the halter," a Newgate official, the executioner's assistant, whom Mr. J. T. Smith, who was present at the execution, +LJ008-0099|describes as "a most diabolical-looking little wretch -- Jack Ketch's head man.|describes as "a most diabolical-looking little wretch -- Jack Ketch's head man. +LJ008-0100|The yeoman was, however, under-sold by his wife, "Rosy Emma,"|The yeoman was, however, under-sold by his wife, "Rosy Emma," +LJ008-0101|exuberant in talk and hissing hot from Pie Corner, where she had taken her morning dose of gin-and-bitters.|exuberant in talk and hissing hot from Pie Corner, where she had taken her morning dose of gin-and-bitters. +LJ008-0102|A little further off, says Mr. Smith, was "a lath of a fellow past three-score years and ten,|A little further off, says Mr. Smith, was "a lath of a fellow past three-score years and ten, +LJ008-0103|who had just arrived from the purlieus of Black Boy Alley, woebegone as Romeo's apothecary, exclaiming,|who had just arrived from the purlieus of Black Boy Alley, woebegone as Romeo's apothecary, exclaiming, +LJ008-0104|Here's the identical rope at sixpence an inch.|Here's the identical rope at sixpence an inch. +LJ008-0105|Mr. Smith's account of the condemned convict, whose cell he was permitted to enter, may be inserted here.|Mr. Smith's account of the condemned convict, whose cell he was permitted to enter, may be inserted here. +LJ008-0106|He was introduced by the ordinary, Dr. Forde, a name familiar to the reader, who met him at the felons' door|He was introduced by the ordinary, Dr. Forde, a name familiar to the reader, who met him at the felons' door +LJ008-0107|in his canonicals, and with his head as stiffly erect as a sheriff's coachman.|in his canonicals, and with his head as stiffly erect as a sheriff's coachman. +LJ008-0108|The ordinary "gravely uttered, 'Come this way, Mr. Smith.'|The ordinary "gravely uttered, 'Come this way, Mr. Smith.' +LJ008-0109|As we crossed the press yard a cock crew, and the solitary clanking of a restless chain was dreadfully horrible.|As we crossed the press yard a cock crew, and the solitary clanking of a restless chain was dreadfully horrible. +LJ008-0110|The prisoners had not risen.|The prisoners had not risen. +LJ008-0111|They entered a "stone cold room," and were presently joined by the prisoner.|They entered a "stone cold room," and were presently joined by the prisoner. +LJ008-0112|He was death's counterfeit, tall, shriveled, and pale;|He was death's counterfeit, tall, shriveled, and pale; +LJ008-0113|and his soul shot out so piercingly through the port-holes of his head, that the first glance of him nearly petrified me|and his soul shot out so piercingly through the port-holes of his head, that the first glance of him nearly petrified me +LJ008-0114|His hands were clasped, and he was truly penitent.|His hands were clasped, and he was truly penitent. +LJ008-0115|After the yeoman had requested him to stand up, 'he pinioned him,' as the Newgate phrase is|After the yeoman had requested him to stand up, 'he pinioned him,' as the Newgate phrase is +LJ008-0116|and tied the cord with so little feeling that the governor (Wall), who had not given the wretch his accustomed fee, observed,|and tied the cord with so little feeling that the governor (Wall), who had not given the wretch his accustomed fee, observed, +LJ008-0117|"You have tied me very tight," upon which Dr. Forde ordered him to slacken the cord, which he did, but not without muttering.|"You have tied me very tight," upon which Dr. Forde ordered him to slacken the cord, which he did, but not without muttering. +LJ008-0118|"Thank you, sir," said the governor to the doctor, "it is of little moment."|"Thank you, sir," said the governor to the doctor, "it is of little moment." +LJ008-0119|He then made some observations to the attendant about the fire, and turning to the doctor, questioned him.|He then made some observations to the attendant about the fire, and turning to the doctor, questioned him. +LJ008-0120|"Do tell me, sir; I am informed I shall go down with great force; is it so?"|"Do tell me, sir; I am informed I shall go down with great force; is it so?" +LJ008-0121|After the construction and action of the machine had been explained, the doctor asked the governor what kind of men he had commanded at Goree,|After the construction and action of the machine had been explained, the doctor asked the governor what kind of men he had commanded at Goree, +LJ008-0122|where the murder for which he was condemned had been committed.|where the murder for which he was condemned had been committed. +LJ008-0123|"Sir," he answered, "they sent me the very riff-raff."|"Sir," he answered, "they sent me the very riff-raff." +LJ008-0124|The poor soul then joined the doctor in prayer, and never did I witness more contrition at any condemned sermon than he then evinced.|The poor soul then joined the doctor in prayer, and never did I witness more contrition at any condemned sermon than he then evinced. +LJ008-0125|The sheriff arrived, attended by his officers, to receive the prisoner from the keeper.|The sheriff arrived, attended by his officers, to receive the prisoner from the keeper. +LJ008-0126|A new hat was partly flattened on his head, for, owing to its being too small in the crown, it stood many inches too high behind.|A new hat was partly flattened on his head, for, owing to its being too small in the crown, it stood many inches too high behind. +LJ008-0127|As we were crossing the press yard,|As we were crossing the press yard, +LJ008-0128|the dreadful execrations of some of the felons so shook his frame that he observed "the clock had struck;" and quickening his pace,|the dreadful execrations of some of the felons so shook his frame that he observed "the clock had struck;" and quickening his pace, +LJ008-0129|he soon arrived at the room where the sheriff was to give a receipt for his body, according to the usual custom.|he soon arrived at the room where the sheriff was to give a receipt for his body, according to the usual custom. +LJ008-0130|Before the colonel had been pinioned he had pulled out two white handkerchiefs, one of which he bound over his temples so as nearly to conceal his eyes,|Before the colonel had been pinioned he had pulled out two white handkerchiefs, one of which he bound over his temples so as nearly to conceal his eyes, +LJ008-0132|Over the handkerchief around his brows he placed a white cap, the new hat being on top of all.|Over the handkerchief around his brows he placed a white cap, the new hat being on top of all. +LJ008-0133|He was dressed in a mixed-colored loose coat with a black collar, swandown waistcoat, blue pantaloons, and white silk stockings.|He was dressed in a mixed-colored loose coat with a black collar, swandown waistcoat, blue pantaloons, and white silk stockings. +LJ008-0134|Thus appareled he ascended the stairs at the debtors' door,|Thus appareled he ascended the stairs at the debtors' door, +LJ008-0135|and stepped out on to the platform, to be received, as has been said, by prolonged yells.|and stepped out on to the platform, to be received, as has been said, by prolonged yells. +LJ008-0136|These evidently deprived him of the small portion of fortitude he had summoned up.|These evidently deprived him of the small portion of fortitude he had summoned up. +LJ008-0137|He bowed his head under extreme pressure of ignominy,|He bowed his head under extreme pressure of ignominy, +LJ008-0138|and at his request the ordinary drew the cap further down over his face, when in an instant,|and at his request the ordinary drew the cap further down over his face, when in an instant, +LJ008-0139|without waiting for any signal, the platform dropped, and he was launched into eternity.|without waiting for any signal, the platform dropped, and he was launched into eternity. +LJ008-0141|the doubtfulness of the issue, or the superior position of the perpetrator,|the doubtfulness of the issue, or the superior position of the perpetrator, +LJ008-0142|the attendance at the execution was certain to be tumultuous, and the conduct of the mob disorderly.|the attendance at the execution was certain to be tumultuous, and the conduct of the mob disorderly. +LJ008-0143|This was notably the case at the execution of Holloway and Haggerty|This was notably the case at the execution of Holloway and Haggerty +LJ008-0144|in 1807, an event long remembered from the fatal and disastrous consequences which followed it.|in eighteen oh seven, an event long remembered from the fatal and disastrous consequences which followed it. +LJ008-0145|They were accused by a confederate, who, goaded by conscience, had turned approver, of the murder of a Mr. Steele,|They were accused by a confederate, who, goaded by conscience, had turned approver, of the murder of a Mr. Steele, +LJ008-0146|who kept a lavender warehouse in the city, and who had gardens at Feltham,|who kept a lavender warehouse in the city, and who had gardens at Feltham, +LJ008-0147|whither he often went to distill the lavender, returning to London the same evening.|whither he often went to distill the lavender, returning to London the same evening. +LJ008-0148|One night he was missing|One night he was missing +LJ008-0149|and after a long interval his dead body was discovered, shockingly disfigured, in a ditch. This was in 1802.|and after a long interval his dead body was discovered, shockingly disfigured, in a ditch. This was in eighteen oh two. +LJ008-0150|Four years passed without the detection of the murderers,|Four years passed without the detection of the murderers, +LJ008-0151|but in the beginning of 1807 one of them, at that time just sentenced to transportation,|but in the beginning of eighteen oh seven one of them, at that time just sentenced to transportation, +LJ008-0152|made a full confession, and implicated Holloway and Haggerty.|made a full confession, and implicated Holloway and Haggerty. +LJ008-0153|They were accordingly apprehended and brought to trial, the informer, Hanfield by name, being accepted as king's evidence.|They were accordingly apprehended and brought to trial, the informer, Hanfield by name, being accepted as king's evidence. +LJ008-0154|Conviction followed mainly on his testimony; but the two men, especially Holloway, stoutly maintained their innocence to the last.|Conviction followed mainly on his testimony; but the two men, especially Holloway, stoutly maintained their innocence to the last. +LJ008-0155|Very great excitement prevailed in the town throughout the trial, and this greatly increased when the verdict was known.|Very great excitement prevailed in the town throughout the trial, and this greatly increased when the verdict was known. +LJ008-0156|An enormous crowd assembled to witness the execution, amounting, it was said, to the hitherto unparalleled number of 40,000.|An enormous crowd assembled to witness the execution, amounting, it was said, to the hitherto unparalleled number of forty thousand. +LJ008-0157|By eight o'clock not an inch of ground in front of the platform was unoccupied.|By eight o'clock not an inch of ground in front of the platform was unoccupied. +LJ008-0159|Very soon women began to scream with terror;|Very soon women began to scream with terror; +LJ008-0160|some, especially of low stature, found it difficult to remain standing, and several, although held up for some time by the men nearest them,|some, especially of low stature, found it difficult to remain standing, and several, although held up for some time by the men nearest them, +LJ008-0161|presently fell, and were at once trampled to death.|presently fell, and were at once trampled to death. +LJ008-0162|Cries of Murder! murder! were now raised, and added greatly to the horrors of the scene.|Cries of Murder! murder! were now raised, and added greatly to the horrors of the scene. +LJ008-0163|Panic became general. More women, children, and many men were borne down, to perish beneath the feet of the rest.|Panic became general. More women, children, and many men were borne down, to perish beneath the feet of the rest. +LJ008-0164|The most affecting and distressing scene was at Green Arbor Lane, just opposite the debtors' door of the prison.|The most affecting and distressing scene was at Green Arbor Lane, just opposite the debtors' door of the prison. +LJ008-0165|Here a couple of piemen had been selling their wares; the basket of one of them, which was raised upon a four-legged stool, was upset.|Here a couple of piemen had been selling their wares; the basket of one of them, which was raised upon a four-legged stool, was upset. +LJ008-0166|The pieman stooped down to pick up his scattered stock, and some of the mob, not seeing what had happened, stumbled over him.|The pieman stooped down to pick up his scattered stock, and some of the mob, not seeing what had happened, stumbled over him. +LJ008-0167|No one who fell ever rose again.|No one who fell ever rose again. +LJ008-0168|Among the rest was a woman with an infant at the breast.|Among the rest was a woman with an infant at the breast. +LJ008-0169|She was killed, but in the act of falling she forced her child into the arms of a man near her, and implored him in God's name to save it;|She was killed, but in the act of falling she forced her child into the arms of a man near her, and implored him in God's name to save it; +LJ008-0170|the man, needing all his care for his own life, threw the child from him,|the man, needing all his care for his own life, threw the child from him, +LJ008-0171|and it passed along the heads of the crowd, to be caught at last by a person who struggled with it to a cart and deposited it there in safety.|and it passed along the heads of the crowd, to be caught at last by a person who struggled with it to a cart and deposited it there in safety. +LJ008-0172|In another part seven persons met their death by suffocation.|In another part seven persons met their death by suffocation. +LJ008-0173|In this convulsive struggle for bare existence people fought fiercely with one another, and the weakest, of course the women, went under.|In this convulsive struggle for bare existence people fought fiercely with one another, and the weakest, of course the women, went under. +LJ008-0175|This went on for more than an hour, and until the malefactors were cut down and the gallows removed;|This went on for more than an hour, and until the malefactors were cut down and the gallows removed; +LJ008-0176|then the mob began to thin, and the streets were cleared by the city marshals and a number of constables.|then the mob began to thin, and the streets were cleared by the city marshals and a number of constables. +LJ008-0177|The catastrophe exceeded the worst anticipations. Nearly one hundred dead and dying lay about; and after all had been removed,|The catastrophe exceeded the worst anticipations. Nearly one hundred dead and dying lay about; and after all had been removed, +LJ008-0178|the bodies for identification, the wounded to hospitals, a cart-load of shoes, hats, petticoats, and fragments of wearing apparel were picked up.|the bodies for identification, the wounded to hospitals, a cart-load of shoes, hats, petticoats, and fragments of wearing apparel were picked up. +LJ008-0180|Among the dead was a sailor lad whom no one knew;|Among the dead was a sailor lad whom no one knew; +LJ008-0181|he had his pockets filled with bread and cheese, and it was generally supposed that he had come a long distance to see the fatal show.|he had his pockets filled with bread and cheese, and it was generally supposed that he had come a long distance to see the fatal show. +LJ008-0182|A tremendous crowd assembled when Bellingham was executed in 1812 for the murder of Spencer Percival, at that time prime minister;|A tremendous crowd assembled when Bellingham was executed in eighteen twelve for the murder of Spencer Percival, at that time prime minister; +LJ008-0183|but there were no serious accidents, beyond those caused by the goring of a maddened, over-driven ox which forced its way through the crowd.|but there were no serious accidents, beyond those caused by the goring of a maddened, over-driven ox which forced its way through the crowd. +LJ008-0184|Precautions had been taken by the erection of barriers, and the posting of placards at all the avenues to the Old Bailey, on which was printed,|Precautions had been taken by the erection of barriers, and the posting of placards at all the avenues to the Old Bailey, on which was printed, +LJ008-0185|Beware of entering the crowd! Remember thirty poor persons were pressed to death by the crowd when Haggerty and Holloway were executed!|Beware of entering the crowd! Remember thirty poor persons were pressed to death by the crowd when Haggerty and Holloway were executed! +LJ008-0186|The concourse was very great, notwithstanding these warnings.|The concourse was very great, notwithstanding these warnings. +LJ008-0187|It was still greater at Fauntleroy's execution in 1824, when no less than 100,000 persons assembled, it was said.|It was still greater at Fauntleroy's execution in eighteen twenty-four, when no less than one hundred thousand persons assembled, it was said. +LJ008-0188|Every window and roof which could command a view of the horrible performance was occupied.|Every window and roof which could command a view of the horrible performance was occupied. +LJ008-0189|All the avenues and approaches, places even whence nothing whatever could be seen of the scaffold,|All the avenues and approaches, places even whence nothing whatever could be seen of the scaffold, +LJ008-0190|were blocked by persons who had overflowed from the area in front of the jail.|were blocked by persons who had overflowed from the area in front of the jail. +LJ008-0191|At Courvoisier's execution in 1840 it was the same, or worse.|At Courvoisier's execution in eighteen forty it was the same, or worse. +LJ008-0192|As early as six a.m. the number assembled already exceeded that seen on ordinary occasions;|As early as six a.m. the number assembled already exceeded that seen on ordinary occasions; +LJ008-0193|by seven a.m. the whole space was so thronged that it was impossible to move one way or the other.|by seven a.m. the whole space was so thronged that it was impossible to move one way or the other. +LJ008-0194|Some persons were kept for more than five hours standing against the barriers, and many nearly fainted from exhaustion.|Some persons were kept for more than five hours standing against the barriers, and many nearly fainted from exhaustion. +LJ008-0195|Every window had its party of occupants; the adjoining roofs were equally crowded.|Every window had its party of occupants; the adjoining roofs were equally crowded. +LJ008-0196|High prices were asked and paid for front seats or good standing room. As much as £5 was given for the attic story|High prices were asked and paid for front seats or good standing room. As much as five pounds was given for the attic story +LJ008-0197|of the Lamb's Coffee House;|of the Lamb's Coffee House; +LJ008-0198|£2 was a common price for a window.|two pounds was a common price for a window. +LJ008-0199|At the George public-house to the south of the drop, Sir W. Watkin Wynn, Baronet,|At the George public-house to the south of the drop, Sir W. Watkin Wynn, Baronet, +LJ008-0200|hired a room for the night and morning, which he and a large party of friends occupied before and during the execution;|hired a room for the night and morning, which he and a large party of friends occupied before and during the execution; +LJ008-0201|in an adjoining house, that of an undertaker, was Lord Alfred Paget, also with several friends.|in an adjoining house, that of an undertaker, was Lord Alfred Paget, also with several friends. +LJ008-0202|Those who had hired apartments spent the night in them, keeping up their courage with liquids and cigars.|Those who had hired apartments spent the night in them, keeping up their courage with liquids and cigars. +LJ008-0203|Numbers of ladies were present, although the public feeling was much against their attendance.|Numbers of ladies were present, although the public feeling was much against their attendance. +LJ008-0204|One well-dressed woman fell out of a first-floor window on to the shoulders of the crowd below, but neither she nor any one else was greatly hurt.|One well-dressed woman fell out of a first-floor window on to the shoulders of the crowd below, but neither she nor any one else was greatly hurt. +LJ008-0205|The city authorities had endeavored to take all precautions against panic and excitement among the crowd,|The city authorities had endeavored to take all precautions against panic and excitement among the crowd, +LJ008-0206|and caused a number of stout additional barriers to be erected in front of the scaffold,|and caused a number of stout additional barriers to be erected in front of the scaffold, +LJ008-0207|and although one of these gave way owing to the extraordinary pressure, no serious accident occurred.|and although one of these gave way owing to the extraordinary pressure, no serious accident occurred. +LJ008-0208|Some years later an eye-witness published a graphic account of one of these scenes.|Some years later an eye-witness published a graphic account of one of these scenes. +LJ008-0209|Soon after midnight on the Sunday night, for by this time the present practice of executing on Monday morning had been pretty generally introduced,|Soon after midnight on the Sunday night, for by this time the present practice of executing on Monday morning had been pretty generally introduced, +LJ008-0210|the crowd began to congregate in and about the Old Bailey.|the crowd began to congregate in and about the Old Bailey. +LJ008-0211|Gin-shops and coffee-houses were the first to open doors, and touts began to bid for tenants for the various rooms upstairs.|Gin-shops and coffee-houses were the first to open doors, and touts began to bid for tenants for the various rooms upstairs. +LJ008-0212|Cries of "Comfortable room!" "Excellent situation!" "Beautiful prospect!" "Splendid view!" resounded on every side.|Cries of "Comfortable room!" "Excellent situation!" "Beautiful prospect!" "Splendid view!" resounded on every side. +LJ008-0213|By this time the workmen might be heard busily erecting the gallows;|By this time the workmen might be heard busily erecting the gallows; +LJ008-0214|the sounds of hammer and saw intermingled with the broad jeers and coarse jests of the rapidly increasing mob.|the sounds of hammer and saw intermingled with the broad jeers and coarse jests of the rapidly increasing mob. +LJ008-0215|One by one the huge uprights of black timber were fitted together,|One by one the huge uprights of black timber were fitted together, +LJ008-0216|until presently the huge stage loomed dark above the crowd which was now ranged round the barriers;|until presently the huge stage loomed dark above the crowd which was now ranged round the barriers; +LJ008-0217|a throng of people whom neither rain, snow, storm, nor darkness ever hindered from attending the show.|a throng of people whom neither rain, snow, storm, nor darkness ever hindered from attending the show. +LJ008-0218|They were mainly members of the criminal classes.|They were mainly members of the criminal classes. +LJ008-0219|their conversation was of companions and associates of former years, long ago imprisoned, transported, hanged, while they,|their conversation was of companions and associates of former years, long ago imprisoned, transported, hanged, while they, +LJ008-0220|hoary-headed and hardened in guilt, were still at large.|hoary-headed and hardened in guilt, were still at large. +LJ008-0221|They talked of the days when the convicts were hung up a dozen or more in a row;|They talked of the days when the convicts were hung up a dozen or more in a row; +LJ008-0222|of those who had shown the white, and those who had died game.|of those who had shown the white, and those who had died game. +LJ008-0223|The approaching ceremony had evidently no terrors for these "idolaters of the gallows."|The approaching ceremony had evidently no terrors for these "idolaters of the gallows." +LJ008-0224|With them were younger men and women:|With them were younger men and women: +LJ008-0225|the former already vowed to the same criminal career, and looking up to their elders with the respect due to successful practitioners;|the former already vowed to the same criminal career, and looking up to their elders with the respect due to successful practitioners; +LJ008-0226|the latter unsexed and brutalized by dissipation,|the latter unsexed and brutalized by dissipation, +LJ008-0227|slipshod and slovenly, in crushed bonnet and dirty shawl, the gown fastened by a single hook,|slipshod and slovenly, in crushed bonnet and dirty shawl, the gown fastened by a single hook, +LJ008-0228|their harsh and half-cracked voices full of maudlin, besotted sympathy for those about to die.|their harsh and half-cracked voices full of maudlin, besotted sympathy for those about to die. +LJ008-0229|Above the murmur and tumult of that noisy assembly, the lowing and bleating of cattle as they were driven into the stalls and pens of Smithfield|Above the murmur and tumult of that noisy assembly, the lowing and bleating of cattle as they were driven into the stalls and pens of Smithfield +LJ008-0230|fell with a strange unnatural sound upon the ear|fell with a strange unnatural sound upon the ear +LJ008-0231|Hush! the unceasing murmur of the mob now breaks into a loud deep roar,|Hush! the unceasing murmur of the mob now breaks into a loud deep roar, +LJ008-0232|a sound as if the ocean had suddenly broken through some ancient boundary, against which its ever restless billows had for ages battered;|a sound as if the ocean had suddenly broken through some ancient boundary, against which its ever restless billows had for ages battered; +LJ008-0233|the wide dark sea of heads is all at once in motion;|the wide dark sea of heads is all at once in motion; +LJ008-0234|each wave seems trying to overleap the other as they are drawn onwards towards this outlet.|each wave seems trying to overleap the other as they are drawn onwards towards this outlet. +LJ008-0235|Every link in that great human chain is shaken, along the whole lengthened line has the motion jarred, and each in turn sees,|Every link in that great human chain is shaken, along the whole lengthened line has the motion jarred, and each in turn sees, +LJ008-0236|coiled up on the floor of the scaffold like a serpent, the hangman's rope!|coiled up on the floor of the scaffold like a serpent, the hangman's rope! +LJ008-0237|The human hand that placed it there was only seen for a moment,|The human hand that placed it there was only seen for a moment, +LJ008-0238|as it lay, white and ghastly, upon the black boards, and then again was as suddenly withdrawn, as if ashamed of the deed it had done.|as it lay, white and ghastly, upon the black boards, and then again was as suddenly withdrawn, as if ashamed of the deed it had done. +LJ008-0239|The loud shout of the multitude once more subsided, or only fell upon the abstracted ear like the dreamy murmur of an ocean shell.|The loud shout of the multitude once more subsided, or only fell upon the abstracted ear like the dreamy murmur of an ocean shell. +LJ008-0240|Then followed sounds more distinct and audible, in which ginger-beer, pies, fried fish, sandwiches, and fruit|Then followed sounds more distinct and audible, in which ginger-beer, pies, fried fish, sandwiches, and fruit +LJ008-0241|were vended under the names of notorious murderers, highwaymen, and criminals,|were vended under the names of notorious murderers, highwaymen, and criminals, +LJ008-0242|famous in the annals of Newgate for the hardihood they had displayed in the hour of execution, when they terminated their career of crime at the gallows.|famous in the annals of Newgate for the hardihood they had displayed in the hour of execution, when they terminated their career of crime at the gallows. +LJ008-0243|Threading his way among these itinerant vendors was seen the meek-faced deliverer of tracts, the man of good intentions, now bonneted,|Threading his way among these itinerant vendors was seen the meek-faced deliverer of tracts, the man of good intentions, now bonneted, +LJ008-0244|now laughed at, the skirt of his seedy black coat torn across; yet,|now laughed at, the skirt of his seedy black coat torn across; yet, +LJ008-0245|though pulled right and left, or sent headlong into the crowd by the swing of some brutal and muscular arm,|though pulled right and left, or sent headlong into the crowd by the swing of some brutal and muscular arm, +LJ008-0246|Never once from that pale face passed away its benign and patient expression.|Never once from that pale face passed away its benign and patient expression. +LJ008-0247|but ever the same form moved along in the fulfillment of his mission, in spite of all persecution.|but ever the same form moved along in the fulfillment of his mission, in spite of all persecution. +LJ008-0248|Another fight followed the score which had already taken place; this time two women were the combatants.|Another fight followed the score which had already taken place; this time two women were the combatants. +LJ008-0249|Blinded with their long hair, they tore at each other like two furies; their bonnets and caps were trodden underfoot in the kennel,|Blinded with their long hair, they tore at each other like two furies; their bonnets and caps were trodden underfoot in the kennel, +LJ008-0250|and lay disregarded beside the body of the poor dog which, while searching for its master in the crowd,|and lay disregarded beside the body of the poor dog which, while searching for its master in the crowd, +LJ008-0251|was an hour before kicked to death by the savage and brutal mob.|was an hour before kicked to death by the savage and brutal mob. +LJ008-0252|Another deep roar, louder than any which had preceded it, broke from the multitude.|Another deep roar, louder than any which had preceded it, broke from the multitude. +LJ008-0253|Then came the cry of 'Hats off!' and 'Down in front!' as at a theatre.|Then came the cry of 'Hats off!' and 'Down in front!' as at a theatre. +LJ008-0254|It was followed by the deep and solemn booming of the death-bell from the church of St. Sepulchre|It was followed by the deep and solemn booming of the death-bell from the church of St. Sepulchre +LJ008-0255|the iron knell that rang upon the beating heart of the living man who was about to die;|the iron knell that rang upon the beating heart of the living man who was about to die; +LJ008-0256|and with blanched cheek, and sinking, we turned away from the scene.|and with blanched cheek, and sinking, we turned away from the scene. +LJ008-0257|In thus describing the saturnalia before the gallows I have been drawn on somewhat beyond the period with which I am at present dealing.|In thus describing the saturnalia before the gallows I have been drawn on somewhat beyond the period with which I am at present dealing. +LJ008-0258|Let me retrace my steps, and speak more in detail of the treatment of the condemned in those bloodthirsty and brutally indifferent days,|Let me retrace my steps, and speak more in detail of the treatment of the condemned in those bloodthirsty and brutally indifferent days, +LJ008-0259|and of their demeanor after sentence until the last penalty was paid.|and of their demeanor after sentence until the last penalty was paid. +LJ008-0260|One of the worst evils was the terrible and long-protracted uncertainty as to the result.|One of the worst evils was the terrible and long-protracted uncertainty as to the result. +LJ008-0261|In the case of convicted murderers only was prompt punishment inflicted,|In the case of convicted murderers only was prompt punishment inflicted, +LJ008-0262|and with them indeed this dispatch amounted to undue precipitancy.|and with them indeed this dispatch amounted to undue precipitancy. +LJ008-0263|Forty-eight hours was the limit of time allowed to the unhappy man to make his peace, and during that time he was still kept on a bare allowance of bread and water.|Forty-eight hours was the limit of time allowed to the unhappy man to make his peace, and during that time he was still kept on a bare allowance of bread and water. +LJ008-0264|But the murderers formed only a small proportion of the total number sentenced to death, and for the rest there was a long period of anxious suspense,|But the murderers formed only a small proportion of the total number sentenced to death, and for the rest there was a long period of anxious suspense, +LJ008-0265|although in the long run mercy generally prevailed, and very few capitally convicted for crimes less than murder actually suffered.|although in the long run mercy generally prevailed, and very few capitally convicted for crimes less than murder actually suffered. +LJ008-0266|Thus in the years between May 1st, 1827, and 30th April, 1831,|Thus in the years between May first, eighteen twenty-seven, and thirtieth April, eighteen thirty-one, +LJ008-0267|no less than four hundred and fifty-one sentences of death for capital crimes were passed at the Old Bailey;|no less than four hundred and fifty-one sentences of death for capital crimes were passed at the Old Bailey; +LJ008-0268|but of these three hundred and ninety-six were reversed by the king in council, and only fifty-two were really executed.|but of these three hundred and ninety-six were reversed by the king in council, and only fifty-two were really executed. +LJ008-0269|Already the severity of our criminal code, and the number of capital felonies upon the statute book, had brought a reaction;|Already the severity of our criminal code, and the number of capital felonies upon the statute book, had brought a reaction; +LJ008-0270|and while the courts adhered to the letter of the law, appeals were constantly made to the royal prerogative of mercy.|and while the courts adhered to the letter of the law, appeals were constantly made to the royal prerogative of mercy. +LJ008-0271|This was more particularly the practice in London.|This was more particularly the practice in London. +LJ008-0272|Judges on assize were satisfied with simply recording a sentence of death against offenders whom they did not think deserved the extreme penalty.|Judges on assize were satisfied with simply recording a sentence of death against offenders whom they did not think deserved the extreme penalty. +LJ008-0273|At the Old Bailey almost every one capitally convicted by a jury was sentenced to be hanged.|At the Old Bailey almost every one capitally convicted by a jury was sentenced to be hanged. +LJ008-0274|The result in the latter case was left in the first place to the king in council,|The result in the latter case was left in the first place to the king in council, +LJ008-0275|but there was a further appeal then, as now, to the king himself, or practically to the Home Secretary.|but there was a further appeal then, as now, to the king himself, or practically to the Home Secretary. +LJ008-0276|Neither in town or country were cases entirely taken on their own merits.|Neither in town or country were cases entirely taken on their own merits. +LJ008-0277|Convicted offenders might have good or bad luck; they might be arraigned when their particular crime was uncommon, and were then nearly certain to escape;|Convicted offenders might have good or bad luck; they might be arraigned when their particular crime was uncommon, and were then nearly certain to escape; +LJ008-0278|or theirs might be one of many, and it might be considered necessary to "make an example."|or theirs might be one of many, and it might be considered necessary to "make an example." +LJ008-0279|In this latter it might fairly be said that a man was put to death less for his own sins than for the crimes of others.|In this latter it might fairly be said that a man was put to death less for his own sins than for the crimes of others. +LJ008-0280|The absurdity of the system, its irregularity and cruelty, were fully touched upon by the inspectors of prisons in their first report.|The absurdity of the system, its irregularity and cruelty, were fully touched upon by the inspectors of prisons in their first report. +LJ008-0281|They found at Newgate, under disgraceful conditions as already described,|They found at Newgate, under disgraceful conditions as already described, +LJ008-0282|seventeen capital convicts, upon all of whom the sentence of death had been passed. Eventually two only of the whole number suffered;|seventeen capital convicts, upon all of whom the sentence of death had been passed. Eventually two only of the whole number suffered; +LJ008-0283|two others were sentenced to three months' imprisonment, and the balance to varying terms.|two others were sentenced to three months' imprisonment, and the balance to varying terms. +LJ008-0284|Nothing could be more strongly marked than the contrast between the ultimate destiny of different individuals all abiding the same awful doom:|Nothing could be more strongly marked than the contrast between the ultimate destiny of different individuals all abiding the same awful doom: +LJ008-0285|on the one hand the gallows, on the other a short imprisonment.|on the one hand the gallows, on the other a short imprisonment. +LJ008-0286|The inspectors very properly desired to call attention to the inevitable tendency in this mode of dealing with "the most awful sanctions of the law,"|The inspectors very properly desired to call attention to the inevitable tendency in this mode of dealing with "the most awful sanctions of the law," +LJ008-0287|to make those sanctions an object of contemptuous mockery.|to make those sanctions an object of contemptuous mockery. +LJ008-0288|The consequences were plainly proved to the inspectors.|The consequences were plainly proved to the inspectors. +LJ008-0289|Capitally convicted prisoners did, as a matter of fact, "treat with habitual and inexpressible levity the sentence of death."|Capitally convicted prisoners did, as a matter of fact, "treat with habitual and inexpressible levity the sentence of death." +LJ008-0290|Of this I have treated at length in the last chapter.|Of this I have treated at length in the last chapter. +LJ008-0291|The time thus spent varied considerably,|The time thus spent varied considerably, +LJ008-0292|but it was seldom less than six weeks. It all depended upon the sovereign's disposition to do business.|but it was seldom less than six weeks. It all depended upon the sovereign's disposition to do business. +LJ008-0293|Sometimes the Privy Council did not meet for months, and during all that time the convicts languished with hope|Sometimes the Privy Council did not meet for months, and during all that time the convicts languished with hope +LJ008-0294|nearly indefinitely deferred.|nearly indefinitely deferred. +LJ008-0295|When the council had decided, the news was conveyed to Newgate by the Recorder, who made his "report," as it was called.|When the council had decided, the news was conveyed to Newgate by the Recorder, who made his "report," as it was called. +LJ008-0296|The time of the arrival of this report was generally known at Newgate,|The time of the arrival of this report was generally known at Newgate, +LJ008-0297|and its contents were anxiously awaited by both convicts in the press-yard and their friends collected in a crowd outside the gates.|and its contents were anxiously awaited by both convicts in the press-yard and their friends collected in a crowd outside the gates. +LJ008-0298|Sometimes the report was delayed.|Sometimes the report was delayed. +LJ008-0299|On one occasion, Mr. Wakefield tells us, the Recorder, who had attended the council at Windsor, did not deliver the report till the following day.|On one occasion, Mr. Wakefield tells us, the Recorder, who had attended the council at Windsor, did not deliver the report till the following day. +LJ008-0300|The prisoners and their friends, therefore, were kept in a state of the most violent suspense for many hours,|The prisoners and their friends, therefore, were kept in a state of the most violent suspense for many hours, +LJ008-0301|during which they counted the moments -- the prisoners in their cells as usual, and their friends in the street in front of Newgate, where they passed the night.|during which they counted the moments -- the prisoners in their cells as usual, and their friends in the street in front of Newgate, where they passed the night. +LJ008-0302|I have heard the protracted agony of both classes described by those who witnessed it in terms so strong, that I am unwilling to repeat them.|I have heard the protracted agony of both classes described by those who witnessed it in terms so strong, that I am unwilling to repeat them. +LJ008-0303|The crowd of men and women who passed the night in front of Newgate, began, as soon as the hour was passed when they had expected the report,|The crowd of men and women who passed the night in front of Newgate, began, as soon as the hour was passed when they had expected the report, +LJ008-0304|to utter imprecations against the Recorder, the Secretary of State, the Council, and the King;|to utter imprecations against the Recorder, the Secretary of State, the Council, and the King; +LJ008-0305|they never ceased cursing until the passion of anger so excited was exchanged for joy in some and grief in others.|they never ceased cursing until the passion of anger so excited was exchanged for joy in some and grief in others. +LJ008-0306|I myself heard more than one of those whose lives were spared by that decision of the council,|I myself heard more than one of those whose lives were spared by that decision of the council, +LJ008-0307|afterwards express a wish to murder the Recorder for having kept them so long in suspense.|afterwards express a wish to murder the Recorder for having kept them so long in suspense. +LJ008-0308|The Recorder's report generally reached Newgate late at night.|The Recorder's report generally reached Newgate late at night. +LJ008-0309|Its receipt was immediately followed by the promulgation of its contents to the persons most closely concerned,|Its receipt was immediately followed by the promulgation of its contents to the persons most closely concerned, +LJ008-0310|which was done with a sort of ceremony intended to be impressive.|which was done with a sort of ceremony intended to be impressive. +LJ008-0311|The whole of the convicts were assembled together in one ward, and made to kneel down.|The whole of the convicts were assembled together in one ward, and made to kneel down. +LJ008-0312|To them entered the chaplain or ordinary of Newgate in full canonicals,|To them entered the chaplain or ordinary of Newgate in full canonicals, +LJ008-0313|who in solemn tones communicated to each in turn the fate in store for him.|who in solemn tones communicated to each in turn the fate in store for him. +LJ008-0314|The form of imparting the intelligence was generally the same.|The form of imparting the intelligence was generally the same. +LJ008-0315|"So-and-so, I am sorry to tell you that it is all against you;" or,|"So-and-so, I am sorry to tell you that it is all against you;" or, +LJ008-0316|"A. B., your case has been taken into consideration by the king in council, and His Majesty has been mercifully pleased to spare your life."|"A. B., your case has been taken into consideration by the king in council, and His Majesty has been mercifully pleased to spare your life." +LJ008-0317|The fatal news was not always received in the same way.|The fatal news was not always received in the same way. +LJ008-0318|The men who were doomed often fell down in convulsions upon the floor.|The men who were doomed often fell down in convulsions upon the floor. +LJ008-0319|Sometimes any who had had a narrow escape fainted, but the bulk of those respited looked on with unfeeling indifference.|Sometimes any who had had a narrow escape fainted, but the bulk of those respited looked on with unfeeling indifference. +LJ009-0001|The Chronicles of Newgate, Volume 2. By Arthur Griffiths. Section 12: Executions, part two.|The Chronicles of Newgate, Volume two. By Arthur Griffiths. Section twelve: Executions, part two. +LJ009-0002|It is satisfactory to be able to record that some consideration was shown the capital convict actually awaiting execution.|It is satisfactory to be able to record that some consideration was shown the capital convict actually awaiting execution. +LJ009-0003|Even so severe a critic as Mr. Wakefield states that "a stranger to the scene|Even so severe a critic as Mr. Wakefield states that "a stranger to the scene +LJ009-0004|would be astonished to observe the peculiar tenderness, I was going to add respect,|would be astonished to observe the peculiar tenderness, I was going to add respect, +LJ009-0005|which persons under sentence of death obtain from all the officers of the prison.|which persons under sentence of death obtain from all the officers of the prison. +LJ009-0006|Before sentence a prisoner has only to observe the regulations of the jail in order to remain neglected and unnoticed.|Before sentence a prisoner has only to observe the regulations of the jail in order to remain neglected and unnoticed. +LJ009-0007|Once ordered to the cells, friends of all classes suddenly rise up; his fellow-prisoners, the turnkeys, the chaplain,|Once ordered to the cells, friends of all classes suddenly rise up; his fellow-prisoners, the turnkeys, the chaplain, +LJ009-0008|the keepers, and the sheriffs all seem interested in his fate, and he can make no reasonable request that is not at once granted by whomsoever he may address.|the keepers, and the sheriffs all seem interested in his fate, and he can make no reasonable request that is not at once granted by whomsoever he may address. +LJ009-0009|This rule has some, but very few, exceptions; such as where a hardened offender behaves with great levity and brutality, as if he cared nought for his life,|This rule has some, but very few, exceptions; such as where a hardened offender behaves with great levity and brutality, as if he cared nought for his life, +LJ009-0010|and thought every one anxious to promote his death.|and thought every one anxious to promote his death. +LJ009-0011|Mr. Wakefield goes on to remark that persons convicted of forgery "excited an extraordinary degree of interest in all who approached them."|Mr. Wakefield goes on to remark that persons convicted of forgery "excited an extraordinary degree of interest in all who approached them." +LJ009-0012|This was noticeable with Fauntleroy, who, on account of his birth and antecedents, was allowed to occupy a turnkey's room,|This was noticeable with Fauntleroy, who, on account of his birth and antecedents, was allowed to occupy a turnkey's room, +LJ009-0013|and kept altogether separate from the other prisoners until the day of his death.|and kept altogether separate from the other prisoners until the day of his death. +LJ009-0014|It cannot be denied, however, that the ordinary's treatment was somewhat unfeeling, and in proof thereof|It cannot be denied, however, that the ordinary's treatment was somewhat unfeeling, and in proof thereof +LJ009-0015|I will quote an extract from the reverend gentleman's own journal.|I will quote an extract from the reverend gentleman's own journal. +LJ009-0016|He seems to have improved the occasion when preaching the condemned sermon before Fauntleroy, by pointing a moral from that unhappy man's own case.|He seems to have improved the occasion when preaching the condemned sermon before Fauntleroy, by pointing a moral from that unhappy man's own case. +LJ009-0017|For this the chaplain was a few days later summoned before the jail committee of aldermen,|For this the chaplain was a few days later summoned before the jail committee of aldermen, +LJ009-0018|and informed that the public would not in future be admitted to hear the condemned sermon. "I was also informed," writes Mr. Cotton,|and informed that the public would not in future be admitted to hear the condemned sermon. "I was also informed," writes Mr. Cotton, +LJ009-0019|that this resolution was in consequence of their (the aldermen's) disapproving of the last discourse delivered by me,|that this resolution was in consequence of their (the aldermen's) disapproving of the last discourse delivered by me, +LJ009-0020|previous to the execution of Henry Fauntleroy for uttering a forged security|previous to the execution of Henry Fauntleroy for uttering a forged security +LJ009-0021|in which it was said I had enlarged upon the heinous nature of his crime, and warned the public to avoid such conduct.|in which it was said I had enlarged upon the heinous nature of his crime, and warned the public to avoid such conduct. +LJ009-0022|I was informed that this unnecessarily harassed his feelings, and that the object of such sermons was solely to console the prisoner,|I was informed that this unnecessarily harassed his feelings, and that the object of such sermons was solely to console the prisoner, +LJ009-0023|and that from the time of his conviction nothing but what is consolatory should be addressed to a criminal.|and that from the time of his conviction nothing but what is consolatory should be addressed to a criminal. +LJ009-0024|One of the aldermen, moreover, informed me that the whole court of aldermen were unanimous in their opinion on this subject.|One of the aldermen, moreover, informed me that the whole court of aldermen were unanimous in their opinion on this subject. +LJ009-0025|As to the exclusion of strangers on these occasions,|As to the exclusion of strangers on these occasions, +LJ009-0026|the experience I have had convinces me that one, and perhaps the only, good of an execution, i. e. the solemn admonition to the public,|the experience I have had convinces me that one, and perhaps the only, good of an execution, i. e. the solemn admonition to the public, +LJ009-0027|will thereby be lost.|will thereby be lost. +LJ009-0028|Probably the reader will side with the aldermen against the ordinary.|Probably the reader will side with the aldermen against the ordinary. +LJ009-0029|This episode throws some doubt upon the tenderness and proper feeling exhibited by the chaplain towards the most deserving members of his criminal flock;|This episode throws some doubt upon the tenderness and proper feeling exhibited by the chaplain towards the most deserving members of his criminal flock; +LJ009-0030|and the idea will be strengthened by the following account of the Sunday service in the prison chapel on the occasion when the condemned sermon was preached.|and the idea will be strengthened by the following account of the Sunday service in the prison chapel on the occasion when the condemned sermon was preached. +LJ009-0031|The extract is from Mr. E. Gibbon Wakefield's brochure, the date 1828, just three years after Fauntleroy's death.|The extract is from Mr. E. Gibbon Wakefield's brochure, the date eighteen twenty-eight, just three years after Fauntleroy's death. +LJ009-0032|Strangers were now excluded, but the sheriffs attended in state, wearing their gold chains,|Strangers were now excluded, but the sheriffs attended in state, wearing their gold chains, +LJ009-0033|while behind their pew stood a couple of tall footmen in state liveries.|while behind their pew stood a couple of tall footmen in state liveries. +LJ009-0034|The sheriffs were in one gallery;|The sheriffs were in one gallery; +LJ009-0035|in the other opposite were the convicts capitally convicted who had been respited.|in the other opposite were the convicts capitally convicted who had been respited. +LJ009-0036|Down below between the galleries was the mass of the prison population;|Down below between the galleries was the mass of the prison population; +LJ009-0037|the schoolmaster and the juvenile prisoners being seated round the communion-table, opposite the pulpit.|the schoolmaster and the juvenile prisoners being seated round the communion-table, opposite the pulpit. +LJ009-0038|In the center of the chapel was the condemned pew, a large dock-like erection painted black.|In the center of the chapel was the condemned pew, a large dock-like erection painted black. +LJ009-0039|Those who sat in it were visible to the whole congregation, and still more to the ordinary,|Those who sat in it were visible to the whole congregation, and still more to the ordinary, +LJ009-0040|whose desk and pulpit were just in front of the condemned pew, and within a couple of yards of it.|whose desk and pulpit were just in front of the condemned pew, and within a couple of yards of it. +LJ009-0041|The occupants of this terrible black pew were the last always to enter the chapel.|The occupants of this terrible black pew were the last always to enter the chapel. +LJ009-0042|Upon the occasion which I am describing they were four in number; and here I will continue the narrative in Mr. Wakefield's own words:|Upon the occasion which I am describing they were four in number; and here I will continue the narrative in Mr. Wakefield's own words: +LJ009-0043|First is a youth of eighteen, condemned for stealing in a dwelling-house goods valued above five pounds.|First is a youth of eighteen, condemned for stealing in a dwelling-house goods valued above five pounds. +LJ009-0044|His features have no felonious cast;|His features have no felonious cast; +LJ009-0045|he steps boldly with head upright, looks to the women's gallery, and smiles. His intention is to pass for a brave fellow,|he steps boldly with head upright, looks to the women's gallery, and smiles. His intention is to pass for a brave fellow, +LJ009-0046|but the attempt fails; he trembles, his knees knock together, and his head droops as he enters the condemned pew.|but the attempt fails; he trembles, his knees knock together, and his head droops as he enters the condemned pew. +LJ009-0047|The next convict is clearly and unmistakably a villain.|The next convict is clearly and unmistakably a villain. +LJ009-0048|He is a hardened offender, previously cast for life, reprieved, transported to Australia, and since returned without pardon.|He is a hardened offender, previously cast for life, reprieved, transported to Australia, and since returned without pardon. +LJ009-0049|For this offense the punishment is death.|For this offense the punishment is death. +LJ009-0050|He has, however, doubly earned his sentence, and is actually condemned for burglary committed since his arrival in England.|He has, however, doubly earned his sentence, and is actually condemned for burglary committed since his arrival in England. +LJ009-0051|His look at the sheriffs and the ordinary is full of scorn and defiance.|His look at the sheriffs and the ordinary is full of scorn and defiance. +LJ009-0052|The third convict is a sheep-stealer, a poor ignorant fellow in whose crime are mitigating circumstances,|The third convict is a sheep-stealer, a poor ignorant fellow in whose crime are mitigating circumstances, +LJ009-0053|but who is left to die on the supposition that this is not his first conviction, and still more because a good many sheep have of late been stolen by other people.|but who is left to die on the supposition that this is not his first conviction, and still more because a good many sheep have of late been stolen by other people. +LJ009-0054|He is quite content to die;|He is quite content to die; +LJ009-0055|indeed the chaplain and others have brought him firmly to believe that his situation is enviable, and that the gates of heaven are open to receive him.|indeed the chaplain and others have brought him firmly to believe that his situation is enviable, and that the gates of heaven are open to receive him. +LJ009-0056|The last of the four is said to have been a clergyman of the Church of England, condemned for forgery, "a miserable old man in a tattered suit of black.|The last of the four is said to have been a clergyman of the Church of England, condemned for forgery, "a miserable old man in a tattered suit of black. +LJ009-0057|Already he is half dead.|Already he is half dead. +LJ009-0058|Great efforts have been made to save his life.|Great efforts have been made to save his life. +LJ009-0059|Friends, even utter strangers, have interceded for him, and to the last he has buoyed himself up by hope of reprieve.|Friends, even utter strangers, have interceded for him, and to the last he has buoyed himself up by hope of reprieve. +LJ009-0060|Now his doom is sealed irrevocably, and he has given himself up to despair.|Now his doom is sealed irrevocably, and he has given himself up to despair. +LJ009-0061|He staggers towards the pew, reels into it, stumbles forward, flings himself on the ground, and, by a curious twist of the spine,|He staggers towards the pew, reels into it, stumbles forward, flings himself on the ground, and, by a curious twist of the spine, +LJ009-0062|buries his head under his body.|buries his head under his body. +LJ009-0063|The sheriffs shudder, their inquisitive friends crane forward, the keeper frowns on the excited congregation,|The sheriffs shudder, their inquisitive friends crane forward, the keeper frowns on the excited congregation, +LJ009-0064|the lately smirking footmen close their eyes and forget their liveries, the ordinary clasps his hands, the turnkeys cry 'Hush!'|the lately smirking footmen close their eyes and forget their liveries, the ordinary clasps his hands, the turnkeys cry 'Hush!' +LJ009-0065|and the old clerk lifts up his cracked voice, saying, 'Let us sing to the praise and glory of God.'|and the old clerk lifts up his cracked voice, saying, 'Let us sing to the praise and glory of God.' +LJ009-0066|The morning hymn is sung first, as if to remind the condemned that next morning at eight a.m. they are to die.|The morning hymn is sung first, as if to remind the condemned that next morning at eight a.m. they are to die. +LJ009-0067|The service proceeds. At last the burial service is reached.|The service proceeds. At last the burial service is reached. +LJ009-0068|The youth alone is able to read, but from long want of practice he is at a loss to find the place in his prayer-book.|The youth alone is able to read, but from long want of practice he is at a loss to find the place in his prayer-book. +LJ009-0069|The ordinary observes him, looks to the sheriffs, and says aloud, 'The service for the dead!'|The ordinary observes him, looks to the sheriffs, and says aloud, 'The service for the dead!' +LJ009-0070|The youth's hands tremble as they hold the book upside down.|The youth's hands tremble as they hold the book upside down. +LJ009-0071|The burglar is heard to mutter an angry oath.|The burglar is heard to mutter an angry oath. +LJ009-0072|The sheep-stealer smiles, and, extending his arms upwards, looks with a glad expression to the roof of the chapel.|The sheep-stealer smiles, and, extending his arms upwards, looks with a glad expression to the roof of the chapel. +LJ009-0073|The forger has never moved.|The forger has never moved. +LJ009-0074|Let us pass on.|Let us pass on. +LJ009-0075|All have sung 'the Lamentation of a Sinner,' and have seemed to pray 'especially for those now awaiting the awful execution of the law.'|All have sung 'the Lamentation of a Sinner,' and have seemed to pray 'especially for those now awaiting the awful execution of the law.' +LJ009-0076|We come to the sermon.|We come to the sermon. +LJ009-0077|The ordinary of Newgate is an orthodox, unaffected, Church of England divine,|The ordinary of Newgate is an orthodox, unaffected, Church of England divine, +LJ009-0078|who preaches plain, homely discourses, as fit as any religious discourse can be fit for the irritated audience.|who preaches plain, homely discourses, as fit as any religious discourse can be fit for the irritated audience. +LJ009-0079|The sermon of this day, whether eloquent or plain, useful or useless, must produce a striking effect at the moment of its delivery.|The sermon of this day, whether eloquent or plain, useful or useless, must produce a striking effect at the moment of its delivery. +LJ009-0080|The text, without another word, is enough to raise the wildest passions of the audience|The text, without another word, is enough to raise the wildest passions of the audience +LJ009-0081|For a while the preacher addresses himself to the congregation at large, who listen attentively|For a while the preacher addresses himself to the congregation at large, who listen attentively +LJ009-0082|except the clergyman and the burglar, the former of whom is still rolled up at the bottom of the condemned pew,|except the clergyman and the burglar, the former of whom is still rolled up at the bottom of the condemned pew, +LJ009-0083|while the eyes of the latter are wandering round the chapel, and one of them is occasionally winked impudently at some acquaintance amongst the prisoners for trial.|while the eyes of the latter are wandering round the chapel, and one of them is occasionally winked impudently at some acquaintance amongst the prisoners for trial. +LJ009-0084|At length the ordinary pauses, and then, in a deep tone, which, though hardly above a whisper, is audible to all, says,|At length the ordinary pauses, and then, in a deep tone, which, though hardly above a whisper, is audible to all, says, +LJ009-0085|'Now for you, my poor fellow mortals, who are about to suffer the last penalty of the law.'|'Now for you, my poor fellow mortals, who are about to suffer the last penalty of the law.' +LJ009-0086|But why should I repeat the whole?|But why should I repeat the whole? +LJ009-0087|It is enough to say that in the same solemn tone he talks about the minutest of crimes, punishments, bonds, shame,|It is enough to say that in the same solemn tone he talks about the minutest of crimes, punishments, bonds, shame, +LJ009-0088|ignominy, sorrow, sufferings, wretchedness, pangs,|ignominy, sorrow, sufferings, wretchedness, pangs, +LJ009-0089|childless parents, widows and helpless orphans, broken and contrite hearts, and death tomorrow morning for the benefit of society.|childless parents, widows and helpless orphans, broken and contrite hearts, and death tomorrow morning for the benefit of society. +LJ009-0090|The dying men are dreadfully agitated.|The dying men are dreadfully agitated. +LJ009-0091|The young stealer in a dwelling-house no longer has the least pretense to bravery. He grasps the back of the pew,|The young stealer in a dwelling-house no longer has the least pretense to bravery. He grasps the back of the pew, +LJ009-0092|his legs give way, he utters a faint groan, and sinks on the floor.|his legs give way, he utters a faint groan, and sinks on the floor. +LJ009-0093|Why does no one stir to help him? Where would be the use? The hardened burglar moves not, nor does he speak;|Why does no one stir to help him? Where would be the use? The hardened burglar moves not, nor does he speak; +LJ009-0094|but his face is of an ashy paleness; and if you look carefully you may see the blood trickling from his lip,|but his face is of an ashy paleness; and if you look carefully you may see the blood trickling from his lip, +LJ009-0095|which he has bitten unconsciously, or from rage, or to rouse his fainting courage.|which he has bitten unconsciously, or from rage, or to rouse his fainting courage. +LJ009-0096|The poor sheep-stealer is in a frenzy.|The poor sheep-stealer is in a frenzy. +LJ009-0097|He throws his hands far from him, and shouts aloud, 'Mercy, good Lord! mercy is all I ask. The Lord in His mercy come!|He throws his hands far from him, and shouts aloud, 'Mercy, good Lord! mercy is all I ask. The Lord in His mercy come! +LJ009-0098|There! there! I see the Lamb of God! Oh! how happy! Oh! this is happy!|There! there! I see the Lamb of God! Oh! how happy! Oh! this is happy! +LJ009-0099|Meanwhile the clergyman, still bent into the form of a sleeping dog,|Meanwhile the clergyman, still bent into the form of a sleeping dog, +LJ009-0100|struggles violently; his feet, legs, hands, and arms, even the muscles of his back,|struggles violently; his feet, legs, hands, and arms, even the muscles of his back, +LJ009-0101|move with a quick, jerking motion, not naturally, but, as it were, like the affected parts of a galvanized corpse.|move with a quick, jerking motion, not naturally, but, as it were, like the affected parts of a galvanized corpse. +LJ009-0102|Suddenly he utters a short sharp scream, and all is still.|Suddenly he utters a short sharp scream, and all is still. +LJ009-0103|The silence is short. As the ordinary proceeds 'to conclude,'|The silence is short. As the ordinary proceeds 'to conclude,' +LJ009-0104|the women set up a yell, which is mixed with a rustling noise, occasioned by the removal of those whose hysterics have ended in fainting.|the women set up a yell, which is mixed with a rustling noise, occasioned by the removal of those whose hysterics have ended in fainting. +LJ009-0105|The sheriffs cover their faces, and one of their inquisitive friends blows his nose with his glove.|The sheriffs cover their faces, and one of their inquisitive friends blows his nose with his glove. +LJ009-0106|The keeper tries to appear unmoved, but his eye wanders anxiously over the combustible assembly.|The keeper tries to appear unmoved, but his eye wanders anxiously over the combustible assembly. +LJ009-0107|The children round the communion-table stare and gape with childish wonder.|The children round the communion-table stare and gape with childish wonder. +LJ009-0108|The two masses of prisoners for trial undulate and slightly murmur,|The two masses of prisoners for trial undulate and slightly murmur, +LJ009-0109|while the capital convicts who were lately in that black pew appear faint with emotion.|while the capital convicts who were lately in that black pew appear faint with emotion. +LJ009-0110|This exhibition lasts for some minutes, and then the congregation disperses,|This exhibition lasts for some minutes, and then the congregation disperses, +LJ009-0111|the condemned returning to the cells: the forger carried by turnkeys; the youth sobbing aloud convulsively, as a passionate child;|the condemned returning to the cells: the forger carried by turnkeys; the youth sobbing aloud convulsively, as a passionate child; +LJ009-0112|the burglar muttering curses and savage expressions of defiance; whilst the poor sheep-stealer shakes hands with the turnkeys,|the burglar muttering curses and savage expressions of defiance; whilst the poor sheep-stealer shakes hands with the turnkeys, +LJ009-0113|whistles merrily, and points upwards with madness in his look.|whistles merrily, and points upwards with madness in his look. +LJ009-0114|Mr. Wakefield winds up his graphic but somewhat sensational account by describing another religious service, which may appropriately be inserted here.|Mr. Wakefield winds up his graphic but somewhat sensational account by describing another religious service, which may appropriately be inserted here. +LJ009-0115|He says, "On the day of execution there is no service in the chapel of Newgate.|He says, "On the day of execution there is no service in the chapel of Newgate. +LJ009-0116|On the following day the capital convicts, whose companions have been hanged, are required to return thanks for their narrow escape.|On the following day the capital convicts, whose companions have been hanged, are required to return thanks for their narrow escape. +LJ009-0117|The firmest disbeliever in religion, if he had not lately been irritated by taking part in such a scene as the condemned service in Newgate,|The firmest disbeliever in religion, if he had not lately been irritated by taking part in such a scene as the condemned service in Newgate, +LJ009-0118|could hardly witness this ceremony without being affected. The men, who were so lately snatched from the jaws of death,|could hardly witness this ceremony without being affected. The men, who were so lately snatched from the jaws of death, +LJ009-0119|kneel, whilst the rest of the congregation sit, and the ordinary, in a tone of peculiar solemnity, says,|kneel, whilst the rest of the congregation sit, and the ordinary, in a tone of peculiar solemnity, says, +LJ009-0120|Almighty God, Father of all mercies, we thine unworthy servants do give thee most humble and hearty thanks|Almighty God, Father of all mercies, we thine unworthy servants do give thee most humble and hearty thanks +LJ009-0121|for all thy goodness and loving-kindness to us, and to all men;|for all thy goodness and loving-kindness to us, and to all men; +LJ009-0122|particularly to those who desire now to offer up their praises and thanksgivings for thy late mercies vouchsafed unto them.|particularly to those who desire now to offer up their praises and thanksgivings for thy late mercies vouchsafed unto them. +LJ009-0123|Could any one, knowing the late situation of the kneeling men, looking as they do at the empty pew,|Could any one, knowing the late situation of the kneeling men, looking as they do at the empty pew, +LJ009-0124|occupied when they saw it last, but a few hours ago, by their comrades who are now dead;|occupied when they saw it last, but a few hours ago, by their comrades who are now dead; +LJ009-0125|could any one, not disgusted with the religious ceremonials of Newgate, witness this scene without emotion?|could any one, not disgusted with the religious ceremonials of Newgate, witness this scene without emotion? +LJ009-0126|Hardly any one.|Hardly any one. +LJ009-0127|But what are the feelings of those who take part in it?|But what are the feelings of those who take part in it? +LJ009-0128|I have been present at the scene not less than twenty times, and have invariably observed|I have been present at the scene not less than twenty times, and have invariably observed +LJ009-0129|that many of the kneeling men or boys laughed while they knelt, pinched each other, and, when they could do so without fear of being seen by any officer of the prison,|that many of the kneeling men or boys laughed while they knelt, pinched each other, and, when they could do so without fear of being seen by any officer of the prison, +LJ009-0130|winked at other prisoners in derision of what was taking place; and I have frequently heard men and lads who had been of the kneeling party|winked at other prisoners in derision of what was taking place; and I have frequently heard men and lads who had been of the kneeling party +LJ009-0131|boast to their companions after the service that they had wiped their eyes during the thanksgiving, to make the ordinary believe they had been crying.|boast to their companions after the service that they had wiped their eyes during the thanksgiving, to make the ordinary believe they had been crying. +LJ009-0132|Although this misapplication of religious services still went on,|Although this misapplication of religious services still went on, +LJ009-0133|the outside public continued to be excluded from the Newgate chapel on the day the condemned sermon was preached.|the outside public continued to be excluded from the Newgate chapel on the day the condemned sermon was preached. +LJ009-0134|This very proper rule was, however, set aside on the Sunday preceding Courvoisier's execution.|This very proper rule was, however, set aside on the Sunday preceding Courvoisier's execution. +LJ009-0135|So many applications for admission were made to the sheriffs,|So many applications for admission were made to the sheriffs, +LJ009-0136|that they reluctantly agreed to open the gallery which had formerly been occupied by strangers on these occasions.|that they reluctantly agreed to open the gallery which had formerly been occupied by strangers on these occasions. +LJ009-0137|Cards were issued, and to such an extent, that although the service was not to commence till half-past ten, by nine a.m.|Cards were issued, and to such an extent, that although the service was not to commence till half-past ten, by nine a.m. +LJ009-0138|all the avenues to the prison gates were blocked by ticket-holders.|all the avenues to the prison gates were blocked by ticket-holders. +LJ009-0139|In spite of the throng, owing to the excellent arrangements made by the sheriffs,|In spite of the throng, owing to the excellent arrangements made by the sheriffs, +LJ009-0140|no inconvenience was suffered by the congregation, among whom were Lord Adolphus Fitz Clarence, Lord Coventry,|no inconvenience was suffered by the congregation, among whom were Lord Adolphus Fitz Clarence, Lord Coventry, +LJ009-0141|Lord Paget, Lord Bruce, several members of the House of Commons, and a few ladies.|Lord Paget, Lord Bruce, several members of the House of Commons, and a few ladies. +LJ009-0142|Contemporary accounts give a minute description of the demeanor of the convict upon this solemn occasion.|Contemporary accounts give a minute description of the demeanor of the convict upon this solemn occasion. +LJ009-0143|He sat on a bench before the pulpit, -- the hideous condemned pew had been swept away, -- and never once raised his eyes during the service.|He sat on a bench before the pulpit, -- the hideous condemned pew had been swept away, -- and never once raised his eyes during the service. +LJ009-0144|In fact his looks denoted extreme sorrow and contrition,|In fact his looks denoted extreme sorrow and contrition, +LJ009-0145|and he seemed to suffer great inward agitation when the ordinary particularly alluded to the crime for the perpetration of which he stood condemned.|and he seemed to suffer great inward agitation when the ordinary particularly alluded to the crime for the perpetration of which he stood condemned. +LJ009-0146|Mr. Carver, the ordinary, appears to have addressed himself directly to Courvoisier,|Mr. Carver, the ordinary, appears to have addressed himself directly to Courvoisier, +LJ009-0147|and to have dwelt with more emphasis than good taste upon the nature of the crime, and the necessity for repentance.|and to have dwelt with more emphasis than good taste upon the nature of the crime, and the necessity for repentance. +LJ009-0148|But the chaplain admitted that the solitude of the convict's cell|But the chaplain admitted that the solitude of the convict's cell +LJ009-0149|was more appropriate for serious reflection and profitable ministration than this exciting occasion before a large and public assembly.|was more appropriate for serious reflection and profitable ministration than this exciting occasion before a large and public assembly. +LJ009-0150|So far as I can find, Courvoisier was the last condemned criminal who was thus exhibited to a crowd of morbidly curious spectators.|So far as I can find, Courvoisier was the last condemned criminal who was thus exhibited to a crowd of morbidly curious spectators. +LJ009-0151|The atrocity of the murder no doubt attracted extraordinary attention to it.|The atrocity of the murder no doubt attracted extraordinary attention to it. +LJ009-0152|The crowd outside Newgate on the day of execution has already been described; but there was also a select gathering of distinguished visitors within the jail.|The crowd outside Newgate on the day of execution has already been described; but there was also a select gathering of distinguished visitors within the jail. +LJ009-0153|First came the sheriffs, the under-sheriffs, and several aldermen and city officials, then Lord Powerscourt and several other peers of the realm.|First came the sheriffs, the under-sheriffs, and several aldermen and city officials, then Lord Powerscourt and several other peers of the realm. +LJ009-0154|Mr. Charles Kean the tragedian was also present,|Mr. Charles Kean the tragedian was also present, +LJ009-0155|drawn to this terrible exhibition by the example of his father, the more celebrated Edmund Kean, who had witnessed the execution of Thistlewood|drawn to this terrible exhibition by the example of his father, the more celebrated Edmund Kean, who had witnessed the execution of Thistlewood +LJ009-0156|"with a view," as he himself said, "to his professional studies."|"with a view," as he himself said, "to his professional studies." +LJ009-0157|But there is little doubt that as executions became more rare they made more impression on the public mind.|But there is little doubt that as executions became more rare they made more impression on the public mind. +LJ009-0158|Already a strong dislike to the reckless and almost indiscriminate application of the extreme penalty was apparent in all classes,|Already a strong dislike to the reckless and almost indiscriminate application of the extreme penalty was apparent in all classes, +LJ009-0159|and the mitigation of the criminal code, for which Romilly had so strenuously labored, was daily more and more of an accomplished fact.|and the mitigation of the criminal code, for which Romilly had so strenuously labored, was daily more and more of an accomplished fact. +LJ009-0160|In 1832|In eighteen thirty-two +LJ009-0161|capital punishment was abolished for forgery, except in cases of forging or altering wills or powers of attorney to transfer stock.|capital punishment was abolished for forgery, except in cases of forging or altering wills or powers of attorney to transfer stock. +LJ009-0162|Nevertheless, after that date no person whatever was executed for this offense.|Nevertheless, after that date no person whatever was executed for this offense. +LJ009-0163|In the same year capital punishment was further restricted, and ceased to be the legal sentence for coining,|In the same year capital punishment was further restricted, and ceased to be the legal sentence for coining, +LJ009-0164|sheep or horse stealing, and stealing in a dwelling-house.|sheep or horse stealing, and stealing in a dwelling-house. +LJ009-0165|House-breaking, as distinguished from burglary, was similarly exempted in the following year;|House-breaking, as distinguished from burglary, was similarly exempted in the following year; +LJ009-0166|next, the offenses of returning from transportation, stealing post-office letters, and sacrilege were no longer punishable with death.|next, the offenses of returning from transportation, stealing post-office letters, and sacrilege were no longer punishable with death. +LJ009-0167|In 1837 Lord John Russell's acts swept away a number of capital offenses, including cutting and maiming, rick-burning,|In eighteen thirty-seven Lord John Russell's acts swept away a number of capital offenses, including cutting and maiming, rick-burning, +LJ009-0168|robbery, burglary, and arson.|robbery, burglary, and arson. +LJ009-0169|Within a couple of years the number of persons sentenced to death in England had fallen from four hundred and thirty-eight in 1837|Within a couple of years the number of persons sentenced to death in England had fallen from four hundred and thirty-eight in eighteen thirty-seven +LJ009-0170|to fifty-six in 1839.|to fifty-six in eighteen thirty-nine. +LJ009-0171|Gradually the application of capital punishment became more and more restricted, and was soon the penalty for murder alone.|Gradually the application of capital punishment became more and more restricted, and was soon the penalty for murder alone. +LJ009-0172|While in London, for instance, in 1829, twenty-four persons had been executed for crimes other than murder,|While in London, for instance, in eighteen twenty-nine, twenty-four persons had been executed for crimes other than murder, +LJ009-0173|from 1832 to 1844 not a single person had been executed in the metropolis except for this the gravest crime.|from eighteen thirty-two to eighteen forty-four not a single person had been executed in the metropolis except for this the gravest crime. +LJ009-0174|In 1837 the death penalty was practically limited to murder or attempts to murder,|In eighteen thirty-seven the death penalty was practically limited to murder or attempts to murder, +LJ009-0175|and in 1841 this was accepted as the almost universally established rule.|and in eighteen forty-one this was accepted as the almost universally established rule. +LJ009-0176|Seven other crimes, however, were still capital by law, and so continued till the passing of the Criminal Consolidation Acts of 1861.|Seven other crimes, however, were still capital by law, and so continued till the passing of the Criminal Consolidation Acts of eighteen sixty-one. +LJ009-0177|With the amelioration of the criminal code, other cruel concomitants of execution also disappeared.|With the amelioration of the criminal code, other cruel concomitants of execution also disappeared. +LJ009-0178|In 1832 the dissection of bodies cut down from the gallows, which had been decreed centuries previously, was abolished;|In eighteen thirty-two the dissection of bodies cut down from the gallows, which had been decreed centuries previously, was abolished; +LJ009-0179|the most recent enactment in force was the 9th George IV. cap. 31, which directed the dissection of all bodies of executed murderers,|the most recent enactment in force was the ninth George the fourth cap. thirty-one, which directed the dissection of all bodies of executed murderers, +LJ009-0180|the idea being to intensify the dread of capital punishment. That such dread was not universal or deep-seated may be gathered from the fact|the idea being to intensify the dread of capital punishment. That such dread was not universal or deep-seated may be gathered from the fact +LJ009-0181|that authentic cases were known previous to the first cited act of criminals selling their own bodies to surgeons for dissection.|that authentic cases were known previous to the first cited act of criminals selling their own bodies to surgeons for dissection. +LJ009-0182|This dissection was carried out for Newgate prisoners in Surgeons' Hall, adjoining Newgate,|This dissection was carried out for Newgate prisoners in Surgeons' Hall, adjoining Newgate, +LJ009-0183|the site of the present Sessions House of the Old Bailey, and the operation was witnessed by students and a number of curious spectators.|the site of the present Sessions House of the Old Bailey, and the operation was witnessed by students and a number of curious spectators. +LJ009-0184|Lord Ferrers' body was brought to Surgeons' Hall after execution in his own carriage and six;|Lord Ferrers' body was brought to Surgeons' Hall after execution in his own carriage and six; +LJ009-0185|after the post mortem had been carried out, the corpse was exposed to view in a first-floor room.|after the post mortem had been carried out, the corpse was exposed to view in a first-floor room. +LJ009-0186|Pennant speaks of Surgeons' Hall as a handsome building, ornamented with Ionic pilasters, and with a double flight of steps to the first floor.|Pennant speaks of Surgeons' Hall as a handsome building, ornamented with Ionic pilasters, and with a double flight of steps to the first floor. +LJ009-0187|Beneath is a door for the admission of the bodies of murderers and other felons. There were other public dissecting rooms for criminals.|Beneath is a door for the admission of the bodies of murderers and other felons. There were other public dissecting rooms for criminals. +LJ009-0188|One was attached to Hicks' Hall, the Clerkenwell Sessions House, built out of monies provided by Sir Baptist Hicks, a wealthy alderman of the reign of James I.|One was attached to Hicks' Hall, the Clerkenwell Sessions House, built out of monies provided by Sir Baptist Hicks, a wealthy alderman of the reign of James the first +LJ009-0189|Persons were still living in 1855 who had witnessed dissections at Hicks' Hall, and|Persons were still living in eighteen fifty-five who had witnessed dissections at Hicks' Hall, and +LJ009-0190|whom the horrid scene, with the additional effect of some noted criminals hanging on the walls, drove out again sick and faint,|whom the horrid scene, with the additional effect of some noted criminals hanging on the walls, drove out again sick and faint, +LJ009-0191|as we have heard some relate, and with pale and terrified features, to get a breath of air.|as we have heard some relate, and with pale and terrified features, to get a breath of air. +LJ009-0192|The dissection of executed criminals was abolished soon after the discovery of the crime of burking,|The dissection of executed criminals was abolished soon after the discovery of the crime of burking, +LJ009-0193|with the idea that ignominy would no longer attach to an operation which ceased to be compulsory for the most degraded beings;|with the idea that ignominy would no longer attach to an operation which ceased to be compulsory for the most degraded beings; +LJ009-0194|and that executors or persons having lawful possession of the bodies|and that executors or persons having lawful possession of the bodies +LJ009-0195|of people who had died friendless, would voluntarily surrender them for the advancement of medical science.|of people who had died friendless, would voluntarily surrender them for the advancement of medical science. +LJ009-0196|Another brutal practice had nearly disappeared about the time of the abolition of dissection. This was the public exhibition of the body,|Another brutal practice had nearly disappeared about the time of the abolition of dissection. This was the public exhibition of the body, +LJ009-0197|as was done in the case of Mrs. Phipoe, the murderess, who was executed in front of Newgate in 1798,|as was done in the case of Mrs. Phipoe, the murderess, who was executed in front of Newgate in seventeen ninety-eight, +LJ009-0198|and her body publicly exhibited in a place built for the purpose in the Old Bailey.|and her body publicly exhibited in a place built for the purpose in the Old Bailey. +LJ009-0199|About this time I find that the bodies of two murderers, Clench and Mackay,|About this time I find that the bodies of two murderers, Clench and Mackay, +LJ009-0200|were publicly exposed in a stable in Little Bridge Street, near Apothecaries' Hall,|were publicly exposed in a stable in Little Bridge Street, near Apothecaries' Hall, +LJ009-0201|Surgeons' Hall being let to the lieutenancy of the county for the accommodation of the militia.|Surgeons' Hall being let to the lieutenancy of the county for the accommodation of the militia. +LJ009-0202|In 1811 Williams, who murdered the Marrs in Ratcliffe Highway, having committed suicide in jail to escape hanging,|In eighteen eleven Williams, who murdered the Marrs in Ratcliffe Highway, having committed suicide in jail to escape hanging, +LJ009-0203|it was determined that a public exhibition should be made of the body through the neighborhood which had been the scene of the monster's crimes.|it was determined that a public exhibition should be made of the body through the neighborhood which had been the scene of the monster's crimes. +LJ009-0204|A long procession was formed, headed by constables, who cleared the way with their staves.|A long procession was formed, headed by constables, who cleared the way with their staves. +LJ009-0205|Then came the newly-formed horse patrol, with drawn cutlasses,|Then came the newly-formed horse patrol, with drawn cutlasses, +LJ009-0206|parish officers, peace officers, the high constable of the county of Middlesex on horseback, and then the body of Williams,|parish officers, peace officers, the high constable of the county of Middlesex on horseback, and then the body of Williams, +LJ009-0207|extended at full length on an inclined platform|extended at full length on an inclined platform +LJ009-0208|erected on the cart, about four feet high at the head, and gradually sloping towards the horse, giving a full view of the body,|erected on the cart, about four feet high at the head, and gradually sloping towards the horse, giving a full view of the body, +LJ009-0209|which was dressed in blue trousers and a blue-and-white striped waistcoat, but without a coat, as when found in the cell.|which was dressed in blue trousers and a blue-and-white striped waistcoat, but without a coat, as when found in the cell. +LJ009-0210|On the left side of the head the fatal mall,|On the left side of the head the fatal mall, +LJ009-0211|and on the right the ripping chisel, with which the murders had been committed, were exposed to view.|and on the right the ripping chisel, with which the murders had been committed, were exposed to view. +LJ009-0212|The countenance of Williams was ghastly in the extreme, and the whole had an appearance too horrible for description.|The countenance of Williams was ghastly in the extreme, and the whole had an appearance too horrible for description. +LJ009-0213|The procession traversed Ratcliffe twice, halting for a quarter of an hour in front of the victims' dwelling,|The procession traversed Ratcliffe twice, halting for a quarter of an hour in front of the victims' dwelling, +LJ009-0214|and was accompanied throughout by "an immense concourse of persons, eager to get a sight of the murderer's remains.|and was accompanied throughout by "an immense concourse of persons, eager to get a sight of the murderer's remains. +LJ009-0215|All the shops in the neighborhood were shut, and the windows and tops of the houses were crowded with spectators.|All the shops in the neighborhood were shut, and the windows and tops of the houses were crowded with spectators. +LJ009-0216|Hanging in chains upon the gibbet which had served for the execution,|Hanging in chains upon the gibbet which had served for the execution, +LJ009-0217|or on another specially erected on some commanding spot, had fallen into disuse by 1832.|or on another specially erected on some commanding spot, had fallen into disuse by eighteen thirty-two. +LJ009-0218|But there was an attempt to revive it at that date, when the act for dispensing with the dissection of criminals was passed.|But there was an attempt to revive it at that date, when the act for dispensing with the dissection of criminals was passed. +LJ009-0219|A clause was inserted to the effect that|A clause was inserted to the effect that +LJ009-0220|the bodies of all prisoners convicted of murder should either be hung in chains, or buried under the gallows on which they had been executed,|the bodies of all prisoners convicted of murder should either be hung in chains, or buried under the gallows on which they had been executed, +LJ009-0221|according to the discretion of the court before whom the prisoners might be tried.|according to the discretion of the court before whom the prisoners might be tried. +LJ009-0222|The revival of this barbarous practice caused much indignation in certain quarters,|The revival of this barbarous practice caused much indignation in certain quarters, +LJ009-0223|but it was actually tried in two provincial towns, Leicester and Durham.|but it was actually tried in two provincial towns, Leicester and Durham. +LJ009-0224|At the first-named the exhibition nearly created a tumult, and the body was taken down and buried,|At the first-named the exhibition nearly created a tumult, and the body was taken down and buried, +LJ009-0225|but not before the greatest scandal had been caused by the unseemly proceedings of the crowd that flocked to see the sight. A sort of fair was held,|but not before the greatest scandal had been caused by the unseemly proceedings of the crowd that flocked to see the sight. A sort of fair was held, +LJ009-0226|gaming-tables were set up, cards were played under the gibbet, to the disturbance of the public peace and the annoyance of all decent people.|gaming-tables were set up, cards were played under the gibbet, to the disturbance of the public peace and the annoyance of all decent people. +LJ009-0227|At Jarrow Stake, where the Durham murderer's body was exposed, there were similar scenes, mingled with compassion for the culprit's family,|At Jarrow Stake, where the Durham murderer's body was exposed, there were similar scenes, mingled with compassion for the culprit's family, +LJ009-0228|and a subscription was set on foot for them then and there at the foot of the gibbet.|and a subscription was set on foot for them then and there at the foot of the gibbet. +LJ009-0229|Later on, after dark, some friends of the deceased stole the body and buried it in the sand, and this was the end of hanging in chains.|Later on, after dark, some friends of the deceased stole the body and buried it in the sand, and this was the end of hanging in chains. +LJ009-0230|After this a law was passed which prescribed that the bodies of all executed murderers should be buried within the walls of the jail.|After this a law was passed which prescribed that the bodies of all executed murderers should be buried within the walls of the jail. +LJ009-0231|Although these objectionable practices had disappeared,|Although these objectionable practices had disappeared, +LJ009-0232|there were still many shocking incidents at executions, owing to the bungling and unskilful way in which the operation was performed.|there were still many shocking incidents at executions, owing to the bungling and unskilful way in which the operation was performed. +LJ009-0233|The rope still broke sometimes, although it was not often that the horrid scene seen at Jersey at the beginning of the century was repeated.|The rope still broke sometimes, although it was not often that the horrid scene seen at Jersey at the beginning of the century was repeated. +LJ009-0234|There the hangman added his weight to that of the suspended culprit,|There the hangman added his weight to that of the suspended culprit, +LJ009-0235|and having first pulled him sideways, then got upon his shoulders, so that the rope broke.|and having first pulled him sideways, then got upon his shoulders, so that the rope broke. +LJ009-0236|To the great surprise of all who witnessed this dreadful scene,|To the great surprise of all who witnessed this dreadful scene, +LJ009-0237|the poor criminal rose straight upon his feet, with the hangman on his shoulders, and immediately loosened the rope with his fingers.|the poor criminal rose straight upon his feet, with the hangman on his shoulders, and immediately loosened the rope with his fingers. +LJ009-0238|After this the sheriffs sent for another rope, but the spectators interfered, and the man was carried back to jail.|After this the sheriffs sent for another rope, but the spectators interfered, and the man was carried back to jail. +LJ009-0239|The whole case was referred to the king, and the poor wretch, whose crime had been a military one, was eventually pardoned.|The whole case was referred to the king, and the poor wretch, whose crime had been a military one, was eventually pardoned. +LJ009-0240|A somewhat similar event happened at Chester not long afterwards; the ropes by which two offenders were turned off broke a few inches from their necks.|A somewhat similar event happened at Chester not long afterwards; the ropes by which two offenders were turned off broke a few inches from their necks. +LJ009-0241|They were taken back to jail, and were again brought out in the afternoon, by which time fresh and stronger ropes had been procured,|They were taken back to jail, and were again brought out in the afternoon, by which time fresh and stronger ropes had been procured, +LJ009-0242|and the sentence was properly and completely carried out.|and the sentence was properly and completely carried out. +LJ009-0243|Other cases might be quoted,|Other cases might be quoted, +LJ009-0244|especially that of William Snow, alias Sketch, who slipped from the gallows at Exeter and fell to the ground.|especially that of William Snow, alias Sketch, who slipped from the gallows at Exeter and fell to the ground. +LJ009-0245|He soon rose to his feet, and hearing the sorrowful exclamations of the populace, coolly said,|He soon rose to his feet, and hearing the sorrowful exclamations of the populace, coolly said, +LJ009-0246|Good people, do not be hurried; I am not, I can wait.|Good people, do not be hurried; I am not, I can wait. +LJ009-0247|Similar cases were not wanting as regards the executions before Newgate. Others were not less horrible, although there was no failure of apparatus.|Similar cases were not wanting as regards the executions before Newgate. Others were not less horrible, although there was no failure of apparatus. +LJ009-0248|Sometimes the condemned man made a hard fight for life.|Sometimes the condemned man made a hard fight for life. +LJ009-0249|When Charles White was executed in 1823 for arson, he arranged a handkerchief|When Charles White was executed in eighteen twenty-three for arson, he arranged a handkerchief +LJ009-0250|in such a way that the executioner found a difficulty in pinioning his hands.|in such a way that the executioner found a difficulty in pinioning his hands. +LJ009-0251|White managed to keep his wrists asunder, and continued to struggle with the officials for some time. Eventually he was pinioned with a cord in the usual manner.|White managed to keep his wrists asunder, and continued to struggle with the officials for some time. Eventually he was pinioned with a cord in the usual manner. +LJ009-0252|On the scaffold he made a violent attempt to loosen his bonds, and succeeded in getting his hands free.|On the scaffold he made a violent attempt to loosen his bonds, and succeeded in getting his hands free. +LJ009-0253|Then with a strong effort he pushed off the white cap, and tried to liberate his neck from the halter, which by this time had been adjusted.|Then with a strong effort he pushed off the white cap, and tried to liberate his neck from the halter, which by this time had been adjusted. +LJ009-0254|The hangman summoned assistance, and with help tied the cap over White's face with a handkerchief.|The hangman summoned assistance, and with help tied the cap over White's face with a handkerchief. +LJ009-0255|The miserable wretch during the whole of this time was struggling with the most determined violence, to the great horror of the spectators.|The miserable wretch during the whole of this time was struggling with the most determined violence, to the great horror of the spectators. +LJ009-0256|Still he resisted.|Still he resisted. +LJ009-0257|and having got from the falling drop to the firm part of the platform, he nearly succeeded in tearing the handkerchief from his eyes.|and having got from the falling drop to the firm part of the platform, he nearly succeeded in tearing the handkerchief from his eyes. +LJ009-0258|However, the ceremony went forward, and when the signal was given the drop sank.|However, the ceremony went forward, and when the signal was given the drop sank. +LJ009-0259|The wretched man did not fall with it, but jumped on to the platform, and seizing the rope with his hands, tried to avoid strangulation.|The wretched man did not fall with it, but jumped on to the platform, and seizing the rope with his hands, tried to avoid strangulation. +LJ009-0260|The spectacle was horrible;|The spectacle was horrible; +LJ009-0261|the convict was half on the platform, half hanging, and the convulsions of his body were appalling.|the convict was half on the platform, half hanging, and the convulsions of his body were appalling. +LJ009-0262|The crowd vociferously yelled their disapproval, and at length|The crowd vociferously yelled their disapproval, and at length +LJ009-0263|the executioner forced the struggling criminal from the platform, so that the rope sustained his whole weight.|the executioner forced the struggling criminal from the platform, so that the rope sustained his whole weight. +LJ009-0264|His face was visible to the whole crowd, and was fearful to behold.|His face was visible to the whole crowd, and was fearful to behold. +LJ009-0265|Even now his sufferings were not at an end,|Even now his sufferings were not at an end, +LJ009-0266|and his death was not compassed until the executioner terminated his sufferings by hanging on to his legs.|and his death was not compassed until the executioner terminated his sufferings by hanging on to his legs. +LJ009-0267|When Luigi Buranelli was executed in 1855,|When Luigi Buranelli was executed in eighteen fifty-five, +LJ009-0268|through the improper adjustment of the rope his sufferings were prolonged for five minutes;|through the improper adjustment of the rope his sufferings were prolonged for five minutes; +LJ009-0269|his chest heaved, and it was evident that his struggle was a fearful one.|his chest heaved, and it was evident that his struggle was a fearful one. +LJ009-0270|A worse case still was that of William Bousfield, who, when awaiting execution for murder, about the same date,|A worse case still was that of William Bousfield, who, when awaiting execution for murder, about the same date, +LJ009-0271|had attempted to throw himself upon the fire in his condemned cell.|had attempted to throw himself upon the fire in his condemned cell. +LJ009-0272|He was in consequence so weak when brought out for execution, that he had to be carried by four men,|He was in consequence so weak when brought out for execution, that he had to be carried by four men, +LJ009-0273|two supporting his body and two his legs.|two supporting his body and two his legs. +LJ009-0274|His wretched, abject condition, seated in a chair under the drop, was such as almost to unnerve the executioner Calcraft,|His wretched, abject condition, seated in a chair under the drop, was such as almost to unnerve the executioner Calcraft, +LJ009-0275|who bad been further upset by a letter threatening to shoot him when he appeared to perform his task.|who bad been further upset by a letter threatening to shoot him when he appeared to perform his task. +LJ009-0276|Calcraft, the moment he had adjusted the cap and rope, ran down the steps, drew the bolt, and disappeared.|Calcraft, the moment he had adjusted the cap and rope, ran down the steps, drew the bolt, and disappeared. +LJ009-0277|For a second or two the body hung motionless, then, with a strength that astonished the attendant officials,|For a second or two the body hung motionless, then, with a strength that astonished the attendant officials, +LJ009-0278|Bousfield slowly drew himself up, and rested with his feet on the right side of the drop.|Bousfield slowly drew himself up, and rested with his feet on the right side of the drop. +LJ009-0279|One of the turnkeys rushed forward and pushed him off.|One of the turnkeys rushed forward and pushed him off. +LJ009-0280|Again the wretched creature succeeded in obtaining foothold, but this time on the left side of the drop.|Again the wretched creature succeeded in obtaining foothold, but this time on the left side of the drop. +LJ009-0281|Calcraft was forced to return, and he once more pushed Bousfield off,|Calcraft was forced to return, and he once more pushed Bousfield off, +LJ009-0282|who for the fourth time regained his foothold. Again he was repelled,|who for the fourth time regained his foothold. Again he was repelled, +LJ009-0283|this time Calcraft adding his weight to the body, and the strangulation was completed.|this time Calcraft adding his weight to the body, and the strangulation was completed. +LJ009-0284|It was stated in evidence before the Commission on Capital Punishment in 1864,|It was stated in evidence before the Commission on Capital Punishment in eighteen sixty-four, +LJ009-0285|that Calcraft's method of hanging was very rough, much the same as if he had been hanging a dog.|that Calcraft's method of hanging was very rough, much the same as if he had been hanging a dog. +LJ009-0286|There has never been much science in the system of carrying out the extreme penalty in this country; the "finisher of the law"|There has never been much science in the system of carrying out the extreme penalty in this country; the "finisher of the law" +LJ009-0287|has come more by chance than fitness or special education to exercise his loathsome office.|has come more by chance than fitness or special education to exercise his loathsome office. +LJ009-0288|Calcraft, of whom mention has just been made, was by trade a lady's shoemaker,|Calcraft, of whom mention has just been made, was by trade a lady's shoemaker, +LJ009-0289|and before he took to hanging he was employed as a watchman at Reid's brewery in Liquorpond Street.|and before he took to hanging he was employed as a watchman at Reid's brewery in Liquorpond Street. +LJ009-0290|He was at first engaged as assistant to the executioner Tom Cheshire, but in due course rose to be chief.|He was at first engaged as assistant to the executioner Tom Cheshire, but in due course rose to be chief. +LJ009-0291|He was always known as a mild-mannered man of simple tastes, much given to angling in the New River, and a devoted rabbit fancier.|He was always known as a mild-mannered man of simple tastes, much given to angling in the New River, and a devoted rabbit fancier. +LJ009-0292|He was well known in the neighborhood where he resided, and the street gamins cried "Jack Ketch" as he went along the street.|He was well known in the neighborhood where he resided, and the street gamins cried "Jack Ketch" as he went along the street. +LJ009-0293|While Calcraft was in office other aspirants to fame appeared in the field.|While Calcraft was in office other aspirants to fame appeared in the field. +LJ009-0294|One was Askern,|One was Askern, +LJ009-0295|who had been a convicted prisoner at York, but who consented to act as hangman when Calcraft was engaged, and no other functionary could be obtained.|who had been a convicted prisoner at York, but who consented to act as hangman when Calcraft was engaged, and no other functionary could be obtained. +LJ009-0296|It was not always easy to hire a hangman.|It was not always easy to hire a hangman. +LJ009-0297|There is still extant a curious petition presented to the Treasury by Ralph Griffith, Esq., high sheriff of Flintshire,|There is still extant a curious petition presented to the Treasury by Ralph Griffith, Esq., high sheriff of Flintshire, +LJ009-0298|which sets forth that the petitioner had been at great expense by sending clerks and agents to Liverpool and Shrewsbury to hire an executioner.|which sets forth that the petitioner had been at great expense by sending clerks and agents to Liverpool and Shrewsbury to hire an executioner. +LJ009-0299|The man to be hanged belonged to Wales, and no Welshman would do the job.|The man to be hanged belonged to Wales, and no Welshman would do the job. +LJ009-0300|Traveling expenses of these agents cost £15, and another £10 were spent in the hire of a Shropshire man,|Traveling expenses of these agents cost fifteen pounds, and another ten pounds were spent in the hire of a Shropshire man, +LJ009-0301|who deserted, and was pursued, but without success.|who deserted, and was pursued, but without success. +LJ009-0302|Another man was hired, himself a convict, whose fees for self and wife were twelve guineas.|Another man was hired, himself a convict, whose fees for self and wife were twelve guineas. +LJ009-0303|Then came the cost of the gallows,|Then came the cost of the gallows, +LJ009-0304|4 pounds, 12 shillings; and finally the funeral, cart, coffin, and other petty expenses, amounting to seven pounds 10|four pounds, twelve shillings; and finally the funeral, cart, coffin, and other petty expenses, amounting to seven pounds ten +LJ010-0001|The Chronicles of Newgate, Volume 2. By Arthur Griffiths. Section 13: Newgate notorieties, part 1.|The Chronicles of Newgate, Volume two. By Arthur Griffiths. Section thirteen: Newgate notorieties, part one. +LJ010-0002|In chapter two of the present volume I brought down the record of crime to the second decade of the present century.|In chapter two of the present volume I brought down the record of crime to the second decade of the present century. +LJ010-0003|I propose now to continue the subject, and to devote a couple of chapters to criminal occurrences of a more recent date,|I propose now to continue the subject, and to devote a couple of chapters to criminal occurrences of a more recent date, +LJ010-0004|only premising that as accounts become more voluminous I shall be compelled to deal with fewer cases,|only premising that as accounts become more voluminous I shall be compelled to deal with fewer cases, +LJ010-0005|taking in preference those which are typical and invested with peculiar interest. It is somewhat remarkable that a marked change soon comes over the Calendar.|taking in preference those which are typical and invested with peculiar interest. It is somewhat remarkable that a marked change soon comes over the Calendar. +LJ010-0006|Certain crimes, those against the person especially, diminished gradually. They became less easy or remunerative.|Certain crimes, those against the person especially, diminished gradually. They became less easy or remunerative. +LJ010-0007|Police protection was better and more effective;|Police protection was better and more effective; +LJ010-0008|the streets of London were well lighted, the suburbs were more populous and regularly patrolled.|the streets of London were well lighted, the suburbs were more populous and regularly patrolled. +LJ010-0009|People, too, were getting into the habit of carrying but little cash about them, and no valuables but their watches or personal jewelery.|People, too, were getting into the habit of carrying but little cash about them, and no valuables but their watches or personal jewelery. +LJ010-0010|Street robberies offered fewer inducements to depredators, and evil-doers were compelled to adopt other methods of preying upon their fellows.|Street robberies offered fewer inducements to depredators, and evil-doers were compelled to adopt other methods of preying upon their fellows. +LJ010-0011|This led to a rapid and marked increase in all kinds of fraud;|This led to a rapid and marked increase in all kinds of fraud; +LJ010-0012|and prominent in the criminal annals of Newgate in these later years will be found numerous remarkable instances of this class of offense --|and prominent in the criminal annals of Newgate in these later years will be found numerous remarkable instances of this class of offense -- +LJ010-0013|forgeries committed systematically, and for long periods, as in the case of Fauntleroy,|forgeries committed systematically, and for long periods, as in the case of Fauntleroy, +LJ010-0014|to cover enormous defalcations; the fabrication of deeds, wills, and false securities|to cover enormous defalcations; the fabrication of deeds, wills, and false securities +LJ010-0015|for the purpose of misappropriating funds or feloniously obtaining cash;|for the purpose of misappropriating funds or feloniously obtaining cash; +LJ010-0016|thefts of bullion, bank-notes, specie, and gold-dust, planned with consummate ingenuity,|thefts of bullion, bank-notes, specie, and gold-dust, planned with consummate ingenuity, +LJ010-0017|eluding the keenest vigilance, and carried out with reckless daring;|eluding the keenest vigilance, and carried out with reckless daring; +LJ010-0018|jewel-boxes cleverly stolen under the very noses of owners or care-takers.|jewel-boxes cleverly stolen under the very noses of owners or care-takers. +LJ010-0019|As time passed,|As time passed, +LJ010-0020|the extraordinary extension of all commercial operations led to many entirely novel and often gigantic financial frauds.|the extraordinary extension of all commercial operations led to many entirely novel and often gigantic financial frauds. +LJ010-0021|The credulity of investors, the unscrupulous dishonesty of bankers,|The credulity of investors, the unscrupulous dishonesty of bankers, +LJ010-0022|the slackness of supervision over wholly irresponsible agents, produced many terrible monetary catastrophes,|the slackness of supervision over wholly irresponsible agents, produced many terrible monetary catastrophes, +LJ010-0023|and lodged men like Cole, Robson, and Redpath in Newgate.|and lodged men like Cole, Robson, and Redpath in Newgate. +LJ010-0024|While the varying conditions of social life thus brought about many changes in the character of offenses against property,|While the varying conditions of social life thus brought about many changes in the character of offenses against property, +LJ010-0025|those against the person became more and more limited to the most heinous, or those which menaced or destroyed life.|those against the person became more and more limited to the most heinous, or those which menaced or destroyed life. +LJ010-0026|There was no increase in murder or manslaughter; the number of such crimes remained pretty constant proportionately to population.|There was no increase in murder or manslaughter; the number of such crimes remained pretty constant proportionately to population. +LJ010-0027|Nor did the methods by which they were perpetrated greatly vary from those in times past.|Nor did the methods by which they were perpetrated greatly vary from those in times past. +LJ010-0028|The causes also continued much the same. Passion, revenge, cupidity, sudden ebullitions of homicidal rage,|The causes also continued much the same. Passion, revenge, cupidity, sudden ebullitions of homicidal rage, +LJ010-0029|the cold-blooded, calculating atrocity born of self-interest, were still the irresistible incentives to kill.|the cold-blooded, calculating atrocity born of self-interest, were still the irresistible incentives to kill. +LJ010-0030|The brutal ferocity of the wild beast once aroused, the same means, the same weapons were employed to do the dreadful deed,|The brutal ferocity of the wild beast once aroused, the same means, the same weapons were employed to do the dreadful deed, +LJ010-0031|the same and happily often futile precautions taken to conceal the crime.|the same and happily often futile precautions taken to conceal the crime. +LJ010-0032|Pegsworth, and Greenacre, and Daniel Good merely reproduced types that had gone before, and that have since reappeared.|Pegsworth, and Greenacre, and Daniel Good merely reproduced types that had gone before, and that have since reappeared. +LJ010-0033|Esther Hibner was as inhuman in her ill-usage of the parish apprentice she killed as Martha Brownrigg had been.|Esther Hibner was as inhuman in her ill-usage of the parish apprentice she killed as Martha Brownrigg had been. +LJ010-0034|Thurtell and Hunt followed in the footsteps of Billings, Wood, and Catherine Hayes.|Thurtell and Hunt followed in the footsteps of Billings, Wood, and Catherine Hayes. +LJ010-0035|Courvoisier might have lived a century earlier.|Courvoisier might have lived a century earlier. +LJ010-0036|Hocker was found upon the scene of his crime, irresistibly attracted thither, as was Theodore Gardelle.|Hocker was found upon the scene of his crime, irresistibly attracted thither, as was Theodore Gardelle. +LJ010-0037|Now and again there seemed to be a recurrence of a murder epidemic,|Now and again there seemed to be a recurrence of a murder epidemic, +LJ010-0038|as there had been before; as in the year 1849, a year memorable for the Rush murders at Norwich,|as there had been before; as in the year eighteen forty-nine, a year memorable for the Rush murders at Norwich, +LJ010-0039|the Gleeson Wilson murder at Liverpool, that of the Mannings in London, and of many more.|the Gleeson Wilson murder at Liverpool, that of the Mannings in London, and of many more. +LJ010-0040|Men like Mobbs, the miscreant known as "General Haynau" on account of his blood-thirstiness, still murdered their wives;|Men like Mobbs, the miscreant known as "General Haynau" on account of his blood-thirstiness, still murdered their wives; +LJ010-0041|or like Cannon the chimney-sweeper, who savagely killed the policeman.|or like Cannon the chimney-sweeper, who savagely killed the policeman. +LJ010-0042|A not altogether new crime, however, akin to murder,|A not altogether new crime, however, akin to murder, +LJ010-0043|although happily never passing beyond dastardly attempts, cropped up in these times, and was often frequently repeated within a short interval.|although happily never passing beyond dastardly attempts, cropped up in these times, and was often frequently repeated within a short interval. +LJ010-0044|The present Queen very soon after her accession|The present Queen very soon after her accession +LJ010-0045|became the victim of the most cowardly and unmanly outrages, and the attempted murder of the sovereign by Oxford in 1840|became the victim of the most cowardly and unmanly outrages, and the attempted murder of the sovereign by Oxford in eighteen forty +LJ010-0046|was followed in the very next year by those of Francis and of Bean in two consecutive months,|was followed in the very next year by those of Francis and of Bean in two consecutive months, +LJ010-0048|These crimes had their origin too often in the disordered brains of lunatics at large, like Captain Goode.|These crimes had their origin too often in the disordered brains of lunatics at large, like Captain Goode. +LJ010-0049|Their perpetrators were charged with high treason, but met with merciful clemency as irresponsible beings.|Their perpetrators were charged with high treason, but met with merciful clemency as irresponsible beings. +LJ010-0050|But at various dates treason more distinct and tangible came to the front: attempts to levy war against the State.|But at various dates treason more distinct and tangible came to the front: attempts to levy war against the State. +LJ010-0051|The well-known Cato Street conspiracy,|The well-known Cato Street conspiracy, +LJ010-0052|which grew out of disturbed social conditions after the last French war, amidst general distress,|which grew out of disturbed social conditions after the last French war, amidst general distress, +LJ010-0053|and when the people were beginning to agitate for a larger share of political power, was among the earliest, and to some extent the most desperate, of these.|and when the people were beginning to agitate for a larger share of political power, was among the earliest, and to some extent the most desperate, of these. +LJ010-0054|Its ringleaders, Thistlewood and the rest, were after capture honored by committal as State prisoners to the Tower,|Its ringleaders, Thistlewood and the rest, were after capture honored by committal as State prisoners to the Tower, +LJ010-0055|but they came one and all to Newgate for trial at the Old Bailey, and remained there after conviction till they were hanged.|but they came one and all to Newgate for trial at the Old Bailey, and remained there after conviction till they were hanged. +LJ010-0056|Later on, the Chartists agitated persistently for the concession embraced in the so-called People's Charter, many of which|Later on, the Chartists agitated persistently for the concession embraced in the so-called People's Charter, many of which +LJ010-0057|are by this time actually, and by more legitimate efforts, engrafted upon our Constitution.|are by this time actually, and by more legitimate efforts, engrafted upon our Constitution. +LJ010-0058|But the Chartists sought their ends by riot and rebellion, and gained only imprisonment for their pains.|But the Chartists sought their ends by riot and rebellion, and gained only imprisonment for their pains. +LJ010-0059|Some five hundred in all were arrested, but as only three of these were lodged in Newgate, I shall not recur to them in my narrative.|Some five hundred in all were arrested, but as only three of these were lodged in Newgate, I shall not recur to them in my narrative. +LJ010-0060|The Cato Street conspiracy would have been simply ridiculous but for the recklessness of the desperadoes who planned it.|The Cato Street conspiracy would have been simply ridiculous but for the recklessness of the desperadoes who planned it. +LJ010-0062|But they proceeded in all seriousness, and would have shrunk from no outrage or atrocity in furtherance of their foolhardy enterprise.|But they proceeded in all seriousness, and would have shrunk from no outrage or atrocity in furtherance of their foolhardy enterprise. +LJ010-0063|The massacre of the whole of the Cabinet Ministers at one stroke was to be followed by an attack|The massacre of the whole of the Cabinet Ministers at one stroke was to be followed by an attack +LJ010-0064|upon "the old man and the old woman," as they styled the Mansion House and the Bank of England.|upon "the old man and the old woman," as they styled the Mansion House and the Bank of England. +LJ010-0065|At the former the "Provisional Government" was to be established,|At the former the "Provisional Government" was to be established, +LJ010-0066|which under Thistlewood as dictator was to rule the nation, by first handing over its capital to fire and pillage.|which under Thistlewood as dictator was to rule the nation, by first handing over its capital to fire and pillage. +LJ010-0067|This Thistlewood had seen many vicissitudes throughout his strange, adventurous career. The son of a respectable Lincolnshire farmer,|This Thistlewood had seen many vicissitudes throughout his strange, adventurous career. The son of a respectable Lincolnshire farmer, +LJ010-0068|he became a militia officer, and married a woman with £10,000, in which, however, she had only a life interest.|he became a militia officer, and married a woman with ten thousand pounds, in which, however, she had only a life interest. +LJ010-0069|She died early, and Thistlewood, left to his own resources,|She died early, and Thistlewood, left to his own resources, +LJ010-0070|followed the profession of arms, first in the British service, and then in that of the French revolutionary Government.|followed the profession of arms, first in the British service, and then in that of the French revolutionary Government. +LJ010-0071|It was during this period that he was said to have imbibed his revolutionary ideas.|It was during this period that he was said to have imbibed his revolutionary ideas. +LJ010-0072|Returning to England,|Returning to England, +LJ010-0073|he found himself rich in a small landed property, which he presently sold to a man who became bankrupt before he had paid over the purchase money.|he found himself rich in a small landed property, which he presently sold to a man who became bankrupt before he had paid over the purchase money. +LJ010-0074|After this he tried farming, but failed.|After this he tried farming, but failed. +LJ010-0075|He married again and came to London, where he soon became notorious as a reckless gambler and a politician holding the most extreme views.|He married again and came to London, where he soon became notorious as a reckless gambler and a politician holding the most extreme views. +LJ010-0076|In this way he formed the acquaintance of Watson and others, with whom he was arraigned for treasonable practices, and imprisoned.|In this way he formed the acquaintance of Watson and others, with whom he was arraigned for treasonable practices, and imprisoned. +LJ010-0077|On his release he sent a challenge to Lord Sidmouth, the Home Secretary, and was again arrested and imprisoned.|On his release he sent a challenge to Lord Sidmouth, the Home Secretary, and was again arrested and imprisoned. +LJ010-0078|On his second release, goaded by his fancied wrongs, he began to plot a dark and dreadful revenge,|On his second release, goaded by his fancied wrongs, he began to plot a dark and dreadful revenge, +LJ010-0079|and thus the conspiracy in which he was the prime mover took shape, and came to a head.|and thus the conspiracy in which he was the prime mover took shape, and came to a head. +LJ010-0080|The Government obtained early and full information of the nefarious scheme.|The Government obtained early and full information of the nefarious scheme. +LJ010-0081|One of the conspirators, by name Edwards,|One of the conspirators, by name Edwards, +LJ010-0082|made a voluntary confession to Sir Herbert Taylor one morning at Windsor; after which Thistlewood and his accomplices were closely watched,|made a voluntary confession to Sir Herbert Taylor one morning at Windsor; after which Thistlewood and his accomplices were closely watched, +LJ010-0083|and measures taken to arrest them when their plans were so far developed that no doubt could remain as to their guilt.|and measures taken to arrest them when their plans were so far developed that no doubt could remain as to their guilt. +LJ010-0084|The day appointed for the murder and rising actually arrived before the authorities interfered.|The day appointed for the murder and rising actually arrived before the authorities interfered. +LJ010-0085|It was the day on which Lord Harrowby was to entertain his colleagues at dinner in Grosvenor Square.|It was the day on which Lord Harrowby was to entertain his colleagues at dinner in Grosvenor Square. +LJ010-0086|The occasion was considered excellent by the conspirators for disposal of the whole Cabinet at one blow,|The occasion was considered excellent by the conspirators for disposal of the whole Cabinet at one blow, +LJ010-0087|and it was arranged that one of their number should knock at Lord Harrowby's door on the pretense of leaving a parcel,|and it was arranged that one of their number should knock at Lord Harrowby's door on the pretense of leaving a parcel, +LJ010-0088|and that when it was opened the whole band should rush in.|and that when it was opened the whole band should rush in. +LJ010-0089|While a few secured the servants, the rest were to fall upon Lord Harrowby and his guests.|While a few secured the servants, the rest were to fall upon Lord Harrowby and his guests. +LJ010-0090|Hand-grenades were to be thrown into the dining-room, and during the noise and confusion the assassination of the ministers was to be completed,|Hand-grenades were to be thrown into the dining-room, and during the noise and confusion the assassination of the ministers was to be completed, +LJ010-0091|the heads of Lord Castlereagh and Lord Sidmouth being carried away in a bag.|the heads of Lord Castlereagh and Lord Sidmouth being carried away in a bag. +LJ010-0092|Lord Harrowby's dinner-party was postponed, but the conspirators knew nothing of it,|Lord Harrowby's dinner-party was postponed, but the conspirators knew nothing of it, +LJ010-0093|and those who watched his house were further encouraged in their mistake by the arrival of many carriages,|and those who watched his house were further encouraged in their mistake by the arrival of many carriages, +LJ010-0094|bound, as it happened, to the Archbishop of York's.|bound, as it happened, to the Archbishop of York's. +LJ010-0095|Meanwhile the main body remained at their headquarters, a ruined stable in Cato Street,|Meanwhile the main body remained at their headquarters, a ruined stable in Cato Street, +LJ010-0096|Edgeware Road, completing their dispositions for assuming supreme power after the blow had been struck.|Edgeware Road, completing their dispositions for assuming supreme power after the blow had been struck. +LJ010-0097|Here they were surprised by the police, headed by a magistrate, and supported by a strong detachment of Her Majesty's Guards.|Here they were surprised by the police, headed by a magistrate, and supported by a strong detachment of Her Majesty's Guards. +LJ010-0098|The police were the first to arrive on the spot, the Guards having entered the street at the wrong end.|The police were the first to arrive on the spot, the Guards having entered the street at the wrong end. +LJ010-0099|The conspirators were in a loft, approached by a ladder and a trap-door, access through which could only be obtained one by one.|The conspirators were in a loft, approached by a ladder and a trap-door, access through which could only be obtained one by one. +LJ010-0100|The first constable who entered Thistlewood ran through the body with a sword, but others quickly followed,|The first constable who entered Thistlewood ran through the body with a sword, but others quickly followed, +LJ010-0101|the lights were extinguished, and a desperate conflict ensued.|the lights were extinguished, and a desperate conflict ensued. +LJ010-0102|The Guards, headed by Lord Adolphus Fitz Clarence, now reinforced the police, and the conspirators gave way.|The Guards, headed by Lord Adolphus Fitz Clarence, now reinforced the police, and the conspirators gave way. +LJ010-0103|Nine of the latter were captured, with all the war material, cutlasses, pistols, hand-grenades, and ammunition.|Nine of the latter were captured, with all the war material, cutlasses, pistols, hand-grenades, and ammunition. +LJ010-0104|Thistlewood and fourteen more succeeded for the moment in making their escape, but most of them were subsequently taken.|Thistlewood and fourteen more succeeded for the moment in making their escape, but most of them were subsequently taken. +LJ010-0106|He was in bed with his breeches on (in the pockets of which were found a number of cartridges), the black belt he had worn at Cato Street,|He was in bed with his breeches on (in the pockets of which were found a number of cartridges), the black belt he had worn at Cato Street, +LJ010-0107|and a military sash.|and a military sash. +LJ010-0108|The trial of the conspirators came on some six weeks later, at the Old Bailey.|The trial of the conspirators came on some six weeks later, at the Old Bailey. +LJ010-0109|Thistlewood made a long and rambling defense, the chief features of which were abuse of Lord Sidmouth, and the vilification of the informer Edwards.|Thistlewood made a long and rambling defense, the chief features of which were abuse of Lord Sidmouth, and the vilification of the informer Edwards. +LJ010-0110|Several of the other prisoners took the same line as regards Edwards,|Several of the other prisoners took the same line as regards Edwards, +LJ010-0111|and there seems to have been good reason for supposing that he was a greater villain than any of those arraigned.|and there seems to have been good reason for supposing that he was a greater villain than any of those arraigned. +LJ010-0112|He had been in a state of abject misery, and when he first joined "the reformers," as the Cato Street conspirators called themselves,|He had been in a state of abject misery, and when he first joined "the reformers," as the Cato Street conspirators called themselves, +LJ010-0113|he had neither a bed to lie upon nor a coat to his back.|he had neither a bed to lie upon nor a coat to his back. +LJ010-0114|His sudden access to means unlimited was no doubt due to the profitable role he soon adopted of Government informer and spy,|His sudden access to means unlimited was no doubt due to the profitable role he soon adopted of Government informer and spy, +LJ010-0115|and it is pretty certain that for some time he served both sides;|and it is pretty certain that for some time he served both sides; +LJ010-0116|on the one inveigling silly enthusiasts to join in the plot, and denouncing them on the other.|on the one inveigling silly enthusiasts to join in the plot, and denouncing them on the other. +LJ010-0117|The employment of Edwards, and the manner in which the conspirators were allowed to commit themselves further and further before the law was set in motion against them,|The employment of Edwards, and the manner in which the conspirators were allowed to commit themselves further and further before the law was set in motion against them, +LJ010-0118|were not altogether creditable to the Government.|were not altogether creditable to the Government. +LJ010-0119|It was asserted, not without foundation, at these trials, that Edwards repeatedly incited the associates he was betraying|It was asserted, not without foundation, at these trials, that Edwards repeatedly incited the associates he was betraying +LJ010-0120|to commit outrage, to set fire to houses, throw hand-grenades into the carriages of ministers;|to commit outrage, to set fire to houses, throw hand-grenades into the carriages of ministers; +LJ010-0121|that he was, to use Thistlewood's words, "a contriver, instigator, and entrapper."|that he was, to use Thistlewood's words, "a contriver, instigator, and entrapper." +LJ010-0122|The Government were probably not proud of their agent, for Edwards, after the conviction had been assured, went abroad to enjoy, it was said,|The Government were probably not proud of their agent, for Edwards, after the conviction had been assured, went abroad to enjoy, it was said, +LJ010-0123|an ample pension, so long as he did not return to England.|an ample pension, so long as he did not return to England. +LJ010-0124|Five of the conspirators, Thistlewood, Ings, Brunt, Davidson, and Tidd, were sentenced to death,|Five of the conspirators, Thistlewood, Ings, Brunt, Davidson, and Tidd, were sentenced to death, +LJ010-0125|and suffered in the usual way in front of Newgate, with the additional penalty of decapitation, as traitors, after they had been hanged.|and suffered in the usual way in front of Newgate, with the additional penalty of decapitation, as traitors, after they had been hanged. +LJ010-0126|A crowd as great as any known collected in the Old Bailey to see the ceremony, about which there were some peculiar features worth recording.|A crowd as great as any known collected in the Old Bailey to see the ceremony, about which there were some peculiar features worth recording. +LJ010-0127|The reckless demeanor of all the convicts except Davidson was most marked. Thistlewood and Ings sucked oranges on the scaffold;|The reckless demeanor of all the convicts except Davidson was most marked. Thistlewood and Ings sucked oranges on the scaffold; +LJ010-0128|they with Brunt and Tidd scorned the ordinary's ministrations,|they with Brunt and Tidd scorned the ordinary's ministrations, +LJ010-0129|but Ings said he hoped God would be more merciful to him than men had been.|but Ings said he hoped God would be more merciful to him than men had been. +LJ010-0130|Ings was especially defiant. He sought to cheer Davidson, who seemed affected, crying out,|Ings was especially defiant. He sought to cheer Davidson, who seemed affected, crying out, +LJ010-0131|Come, old cock-of-wax, it will soon be over.|Come, old cock-of-wax, it will soon be over. +LJ010-0132|As the executioner fastened the noose, he nodded to a friend he saw in the crowd;|As the executioner fastened the noose, he nodded to a friend he saw in the crowd; +LJ010-0133|and catching sight of the coffins ranged around the gallows, he smiled at the show with contemptuous indifference.|and catching sight of the coffins ranged around the gallows, he smiled at the show with contemptuous indifference. +LJ010-0134|He roared out snatches of a song about Death or Liberty, and just before he was turned off,|He roared out snatches of a song about Death or Liberty, and just before he was turned off, +LJ010-0135|yelled out three cheers to the populace whom he faced.|yelled out three cheers to the populace whom he faced. +LJ010-0136|He told the executioner to "do it tidy," to pull it tight, and was in a state of hysterical exaltation up to the very last.|He told the executioner to "do it tidy," to pull it tight, and was in a state of hysterical exaltation up to the very last. +LJ010-0137|Davidson, who was the only one who seemed to realize his awful situation, listened patiently and with thankfulness to the chaplain,|Davidson, who was the only one who seemed to realize his awful situation, listened patiently and with thankfulness to the chaplain, +LJ010-0138|and died in a manner strongly contrasting with that of his fellows.|and died in a manner strongly contrasting with that of his fellows. +LJ010-0139|After the five bodies had hung for half-an-hour, a man in a mask came forward to complete the sentence.|After the five bodies had hung for half-an-hour, a man in a mask came forward to complete the sentence. +LJ010-0140|Contemporary reports state that from the skillful manner in which he performed the decapitation,|Contemporary reports state that from the skillful manner in which he performed the decapitation, +LJ010-0141|he was generally supposed to be a surgeon.|he was generally supposed to be a surgeon. +LJ010-0142|Be this as it may, the weapon used was only an ordinary axe, which rather indicates that force, not skill, was employed.|Be this as it may, the weapon used was only an ordinary axe, which rather indicates that force, not skill, was employed. +LJ010-0143|This axe is still in existence, and is preserved at Newgate with various other unpleasant curiosities,|This axe is still in existence, and is preserved at Newgate with various other unpleasant curiosities, +LJ010-0144|but is only an ordinary commonplace tool.|but is only an ordinary commonplace tool. +LJ010-0145|These were the last executions for high treason, but not the last prisoners by many who passed through Newgate charged with sedition.|These were the last executions for high treason, but not the last prisoners by many who passed through Newgate charged with sedition. +LJ010-0146|Attacks upon the sovereign, as I have said, became more common after the accession of the young Queen Victoria in 1838.|Attacks upon the sovereign, as I have said, became more common after the accession of the young Queen Victoria in eighteen thirty-eight. +LJ010-0147|It was a form of high treason not unknown in earlier reigns. In 1786 a mad woman, Margaret Nicholson,|It was a form of high treason not unknown in earlier reigns. In seventeen eighty-six a mad woman, Margaret Nicholson, +LJ010-0148|tried to stab George III. as he was alighting from his carriage at the gate of St. James's Palace.|tried to stab George the third as he was alighting from his carriage at the gate of St. James's Palace. +LJ010-0149|She was seized before she could do any mischief,|She was seized before she could do any mischief, +LJ010-0150|and eventually lodged in Bethlehem Hospital, where she died after forty years' detention, at the advanced age of one hundred.|and eventually lodged in Bethlehem Hospital, where she died after forty years' detention, at the advanced age of one hundred. +LJ010-0151|Again, a soldier, by name Hatfield, who had been wounded in the head, and discharged from the army for unsoundness of mind,|Again, a soldier, by name Hatfield, who had been wounded in the head, and discharged from the army for unsoundness of mind, +LJ010-0152|fired a pistol at George III. from the pit of Drury Lane theatre in 1800.|fired a pistol at George the third from the pit of Drury Lane theatre in eighteen hundred. +LJ010-0153|William IV. was also the victim of a murderous outrage on Ascot race-course in 1832,|William the fourth was also the victim of a murderous outrage on Ascot race-course in eighteen thirty-two, +LJ010-0154|when John Collins, "a person in the garb of a sailor, of wretched appearance, and having a wooden leg,"|when John Collins, "a person in the garb of a sailor, of wretched appearance, and having a wooden leg," +LJ010-0155|threw a stone at the king, which hit him on the forehead, but did no serious injury.|threw a stone at the king, which hit him on the forehead, but did no serious injury. +LJ010-0156|Collins, when charged, pleaded that he had lost his leg in action, that he had petitioned without success for a pension,|Collins, when charged, pleaded that he had lost his leg in action, that he had petitioned without success for a pension, +LJ010-0157|and that, as he was starving, he had resolved on this desperate deed,|and that, as he was starving, he had resolved on this desperate deed, +LJ010-0158|feeling, as he said, that he might as well be shot or hanged as remain in such a state.|feeling, as he said, that he might as well be shot or hanged as remain in such a state. +LJ010-0159|He was eventually sentenced to death, but the plea of lunacy was allowed, and he was confined for life.|He was eventually sentenced to death, but the plea of lunacy was allowed, and he was confined for life. +LJ010-0160|None of the foregoing attempts were, however, so dastardly or determined as that made by Oxford upon our present gracious Queen|None of the foregoing attempts were, however, so dastardly or determined as that made by Oxford upon our present gracious Queen +LJ010-0161|two years after she ascended the throne.|two years after she ascended the throne. +LJ010-0162|The cowardly crime was probably encouraged by the fearless and confiding manner in which the Queen,|The cowardly crime was probably encouraged by the fearless and confiding manner in which the Queen, +LJ010-0163|secure as it seemed in the affections of her loyal people, freely appeared in public.|secure as it seemed in the affections of her loyal people, freely appeared in public. +LJ010-0164|Oxford, who was only nineteen at the time his offense was committed, had been born at Birmingham,|Oxford, who was only nineteen at the time his offense was committed, had been born at Birmingham, +LJ010-0165|but he came as a lad to London, and took service as a pot-boy to a publican.|but he came as a lad to London, and took service as a pot-boy to a publican. +LJ010-0166|From this he was promoted to barman, and as such had charge of the business in various public-houses.|From this he was promoted to barman, and as such had charge of the business in various public-houses. +LJ010-0167|He left his last situation in April 1840, and established himself in lodgings in Lambeth,|He left his last situation in April eighteen forty, and established himself in lodgings in Lambeth, +LJ010-0168|after which he devoted himself to pistol practice in shooting-galleries, sometimes in Leicester Square,|after which he devoted himself to pistol practice in shooting-galleries, sometimes in Leicester Square, +LJ010-0169|sometimes in the Strand, or the West End.|sometimes in the Strand, or the West End. +LJ010-0170|His acquaintances often asked his object in this, but he kept his own counsel till the 10th June.|His acquaintances often asked his object in this, but he kept his own counsel till the tenth June. +LJ010-0171|On that day Oxford was on the watch at Buckingham Palace.|On that day Oxford was on the watch at Buckingham Palace. +LJ010-0172|He saw Prince Albert return there from a visit to Woolwich, and then passed on to Constitution Hill,|He saw Prince Albert return there from a visit to Woolwich, and then passed on to Constitution Hill, +LJ010-0173|where he waited till four p.m., the time at which the Queen and Prince Consort usually took an afternoon drive.|where he waited till four p.m., the time at which the Queen and Prince Consort usually took an afternoon drive. +LJ010-0174|About six p.m. the royal carriage, a low open vehicle drawn by four horses, ridden by postilions, left the palace.|About six p.m. the royal carriage, a low open vehicle drawn by four horses, ridden by postilions, left the palace. +LJ010-0175|Oxford, who had been pacing backwards and forwards with his hands under the lapels of his coat, saw the carriage approach.|Oxford, who had been pacing backwards and forwards with his hands under the lapels of his coat, saw the carriage approach. +LJ010-0176|He was on the right or north side of the road. Prince Albert occupied the same side of the carriage, the Queen the left.|He was on the right or north side of the road. Prince Albert occupied the same side of the carriage, the Queen the left. +LJ010-0177|As the carriage came up to him Oxford turned, put his hand into his breast, drew a pistol, and fired at the Queen.|As the carriage came up to him Oxford turned, put his hand into his breast, drew a pistol, and fired at the Queen. +LJ010-0178|The shot missed, and as the carriage passed on, Oxford drew a second pistol and fired again.|The shot missed, and as the carriage passed on, Oxford drew a second pistol and fired again. +LJ010-0179|The Queen saw this second movement, and stooped to avoid the shot;|The Queen saw this second movement, and stooped to avoid the shot; +LJ010-0180|the Prince too rose to shield her with his person. Again, providentially, the bullet went wide of the mark,|the Prince too rose to shield her with his person. Again, providentially, the bullet went wide of the mark, +LJ010-0181|and the royal party drove back to Clarence House, the Queen being anxious to give the first news of the outrage and of her safety to her mother,|and the royal party drove back to Clarence House, the Queen being anxious to give the first news of the outrage and of her safety to her mother, +LJ010-0182|the Duchess of Kent.|the Duchess of Kent. +LJ010-0183|Meanwhile the pistol-shots had attracted the attention of the bystanders, of whom there was a fair collection, as usual, waiting to see the Queen pass.|Meanwhile the pistol-shots had attracted the attention of the bystanders, of whom there was a fair collection, as usual, waiting to see the Queen pass. +LJ010-0184|Oxford was seized by a person named Lowe, who was at first mistaken for the assailant.|Oxford was seized by a person named Lowe, who was at first mistaken for the assailant. +LJ010-0185|But Oxford at once assumed the responsibility for his crime, saying, "It was I. I did it. I'll give myself up.|But Oxford at once assumed the responsibility for his crime, saying, "It was I. I did it. I'll give myself up. +LJ010-0186|There is no occasion to use violence. I will go with you.|There is no occasion to use violence. I will go with you. +LJ010-0187|He was taken into custody, and removed first to a police cell, thence committed to Newgate, after he had been examined before the Privy Council.|He was taken into custody, and removed first to a police cell, thence committed to Newgate, after he had been examined before the Privy Council. +LJ010-0188|Oxford expressed little anxiety or concern.|Oxford expressed little anxiety or concern. +LJ010-0189|He asked more than once whether the Queen was hurt, and acknowledged that the pistols were loaded with ball.|He asked more than once whether the Queen was hurt, and acknowledged that the pistols were loaded with ball. +LJ010-0190|A craze for notoriety, to be achieved at any cost, was the one absorbing idea in young Oxford's disordered brain.|A craze for notoriety, to be achieved at any cost, was the one absorbing idea in young Oxford's disordered brain. +LJ010-0191|After his arrest he thought only of the excitement his attempt had raised, nothing of its atrocity,|After his arrest he thought only of the excitement his attempt had raised, nothing of its atrocity, +LJ010-0192|or of the fatal consequences which might have ensued.|or of the fatal consequences which might have ensued. +LJ010-0193|When brought to trial he hardly realized his position,|When brought to trial he hardly realized his position, +LJ010-0194|but gazed with complacency around the crowded court, and eagerly inquired what persons of distinction were present.|but gazed with complacency around the crowded court, and eagerly inquired what persons of distinction were present. +LJ010-0195|He smiled continually, and when the indictment was read, burst into loud and discordant fits of laughter.|He smiled continually, and when the indictment was read, burst into loud and discordant fits of laughter. +LJ010-0196|These antics may have been assumed to bear out the plea of insanity set up in his defense,|These antics may have been assumed to bear out the plea of insanity set up in his defense, +LJ010-0197|but that there was madness in his family, and that he himself was of unsound mind, could not be well denied.|but that there was madness in his family, and that he himself was of unsound mind, could not be well denied. +LJ010-0198|His father, it was proved in evidence, had been at times quite mad; and Oxford's mental state might be inferred from his own proceedings.|His father, it was proved in evidence, had been at times quite mad; and Oxford's mental state might be inferred from his own proceedings. +LJ010-0199|Among his papers was found a curious document, purporting to be the rules of an association called|Among his papers was found a curious document, purporting to be the rules of an association called +LJ010-0200|"Young England," which Oxford had evolved out of his own inflated self-conceit, and which had never any real corporeal existence.|"Young England," which Oxford had evolved out of his own inflated self-conceit, and which had never any real corporeal existence. +LJ010-0201|"Young England" was a secret society, with no aim or object.|"Young England" was a secret society, with no aim or object. +LJ010-0202|Its sworn members, known only to Oxford, and all of them mere shadows,|Its sworn members, known only to Oxford, and all of them mere shadows, +LJ010-0203|were bound to provide themselves with sword, rifle, dagger, and a pair of pistols;|were bound to provide themselves with sword, rifle, dagger, and a pair of pistols; +LJ010-0204|to wear a black crape mask, to obey punctually the orders of their commander-in-chief,|to wear a black crape mask, to obey punctually the orders of their commander-in-chief, +LJ010-0205|and to assume any disguise, if required to go into the country on the business of the association.|and to assume any disguise, if required to go into the country on the business of the association. +LJ010-0206|The officers of the society were to be known only by "factitious names."|The officers of the society were to be known only by "factitious names." +LJ010-0207|Thus, among the presidents were those of Gowrie, Justinian, Aloman, Colsman, Kenneth, and Godfrey;|Thus, among the presidents were those of Gowrie, Justinian, Aloman, Colsman, Kenneth, and Godfrey; +LJ010-0208|Hannibal and Ethelred were on the council; Anthony, Augustus, and Frederic were among the generals;|Hannibal and Ethelred were on the council; Anthony, Augustus, and Frederic were among the generals; +LJ010-0209|Louis and Amadeus among the captains; and Hercules, Neptune, and Mars among the lieutenants of the association.|Louis and Amadeus among the captains; and Hercules, Neptune, and Mars among the lieutenants of the association. +LJ010-0210|The various grades were distinguished by cockades and bows of different colors.|The various grades were distinguished by cockades and bows of different colors. +LJ010-0211|The society was supposed to meet regularly, and its proceedings, together with the speeches made, were duly recorded.|The society was supposed to meet regularly, and its proceedings, together with the speeches made, were duly recorded. +LJ010-0212|With Oxford's other papers were found letters from the secretary, written as it seemed by Oxford to himself, after the manner of Mr. Toots,|With Oxford's other papers were found letters from the secretary, written as it seemed by Oxford to himself, after the manner of Mr. Toots, +LJ010-0213|all of which declared their approval of the commander-in-chief.|all of which declared their approval of the commander-in-chief. +LJ010-0214|One expressed pleasure that Oxford improved so much in speaking, and declared that his (Oxford's) speech the last time "was beautiful."|One expressed pleasure that Oxford improved so much in speaking, and declared that his (Oxford's) speech the last time "was beautiful." +LJ010-0215|This letter went on to say that a new member had been introduced by Lt. Mars, "a fine, tall, gentlemanly young man,|This letter went on to say that a new member had been introduced by Lt. Mars, "a fine, tall, gentlemanly young man, +LJ010-0216|and it is said that he is a military officer, but his name has not yet transpired.|and it is said that he is a military officer, but his name has not yet transpired. +LJ010-0217|Soon after he was introduced we were alarmed by a violent knocking at the door;|Soon after he was introduced we were alarmed by a violent knocking at the door; +LJ010-0218|in an instant our faces were covered, we cocked our pistols, and with drawn swords stood waiting to receive the enemy.|in an instant our faces were covered, we cocked our pistols, and with drawn swords stood waiting to receive the enemy. +LJ010-0219|While one stood over the fire with the papers, another stood with lighted torch to fire the house.|While one stood over the fire with the papers, another stood with lighted torch to fire the house. +LJ010-0220|We then sent the old woman to open the door, and it proved to be some little boys who had knocked and ran away.|We then sent the old woman to open the door, and it proved to be some little boys who had knocked and ran away. +LJ010-0221|Another letter directed Oxford to attend an extraordinary meeting of "Young England"|Another letter directed Oxford to attend an extraordinary meeting of "Young England" +LJ010-0222|in consequence of having received some information of an important nature from Hanover.|in consequence of having received some information of an important nature from Hanover. +LJ010-0223|You must attend; and if your master will not give you leave, you must come in defiance of him.|You must attend; and if your master will not give you leave, you must come in defiance of him. +LJ010-0224|No serious importance could be attached to these, the manifest inventions of a disordered intellect.|No serious importance could be attached to these, the manifest inventions of a disordered intellect. +LJ010-0225|The whole of the evidence pointed so strongly towards insanity, that the jury brought in a verdict of acquittal on that ground,|The whole of the evidence pointed so strongly towards insanity, that the jury brought in a verdict of acquittal on that ground, +LJ010-0226|and Oxford was ordered to be detained during Her Majesty's pleasure.|and Oxford was ordered to be detained during Her Majesty's pleasure. +LJ010-0227|He went from Newgate first to Bethlehem, from which he was removed to Broadmoor on the opening of the great criminal lunatic asylum at that place.|He went from Newgate first to Bethlehem, from which he was removed to Broadmoor on the opening of the great criminal lunatic asylum at that place. +LJ010-0228|He was released from Broadmoor in 1878, and went abroad.|He was released from Broadmoor in eighteen seventy-eight, and went abroad. +LJ010-0229|Within a couple of years a second attempt to assassinate the Queen was perpetrated in nearly the same spot, by a man named John Francis,|Within a couple of years a second attempt to assassinate the Queen was perpetrated in nearly the same spot, by a man named John Francis, +LJ010-0230|who was arrested in the very act, just as he had fired one shot.|who was arrested in the very act, just as he had fired one shot. +LJ010-0231|His motives for thus imitating the dastardly crime of Oxford are shrouded in obscurity.|His motives for thus imitating the dastardly crime of Oxford are shrouded in obscurity. +LJ010-0232|He could not plead insanity like his predecessor, and no attempt was made at his trial to prove him of unsound mind.|He could not plead insanity like his predecessor, and no attempt was made at his trial to prove him of unsound mind. +LJ010-0235|he would be in some way provided for, he having been for some time previously in abject circumstances.|he would be in some way provided for, he having been for some time previously in abject circumstances. +LJ010-0236|The deed was long premeditated, and would have been executed a day earlier had not his courage failed him at the last moment.|The deed was long premeditated, and would have been executed a day earlier had not his courage failed him at the last moment. +LJ010-0237|A youth named Pearson had seen him present a pistol at the Queen's carriage,|A youth named Pearson had seen him present a pistol at the Queen's carriage, +LJ010-0238|but draw it back again, exclaiming presently, "I wish I had done it."|but draw it back again, exclaiming presently, "I wish I had done it." +LJ010-0239|Pearson weakly allowed Francis to go off without securing his apprehension, but later he gave full information.|Pearson weakly allowed Francis to go off without securing his apprehension, but later he gave full information. +LJ010-0240|The Queen was apprised of the danger, and begged not to go abroad;|The Queen was apprised of the danger, and begged not to go abroad; +LJ010-0241|but she declared she would not remain a prisoner in her own palace, and next day drove out as usual in an open barouche.|but she declared she would not remain a prisoner in her own palace, and next day drove out as usual in an open barouche. +LJ010-0242|Nothing happened till Her Majesty returned to Buckingham Palace about six p.m., when, on descending Constitution Hill,|Nothing happened till Her Majesty returned to Buckingham Palace about six p.m., when, on descending Constitution Hill, +LJ010-0243|with an equerry riding close on each side of her carriage, a man who had been leaning against the palace garden wall suddenly advanced,|with an equerry riding close on each side of her carriage, a man who had been leaning against the palace garden wall suddenly advanced, +LJ010-0244|leveled a pistol at the Queen, and fired. He was so close to the carriage that the smoke of his pistol enveloped the face of Colonel Wylde,|leveled a pistol at the Queen, and fired. He was so close to the carriage that the smoke of his pistol enveloped the face of Colonel Wylde, +LJ010-0245|one of the equerries. The Queen was untouched, and at first, it is said, hardly realized the danger she had escaped.|one of the equerries. The Queen was untouched, and at first, it is said, hardly realized the danger she had escaped. +LJ010-0246|Francis had already been seized by a policeman named Trounce, who saw his movement with the pistol, but too late to prevent its discharge.|Francis had already been seized by a policeman named Trounce, who saw his movement with the pistol, but too late to prevent its discharge. +LJ010-0247|The prisoner was conveyed without delay to the Home Office, and there examined by the Privy Council, which had been hastily summoned for the purpose.|The prisoner was conveyed without delay to the Home Office, and there examined by the Privy Council, which had been hastily summoned for the purpose. +LJ010-0248|On searching him the pistol was found in his pocket, the barrel still warm; also some loose powder and a bullet.|On searching him the pistol was found in his pocket, the barrel still warm; also some loose powder and a bullet. +LJ010-0249|There was some doubt as to whether the pistol when fired was actually loaded with ball, but the jury brought in a verdict of guilty|There was some doubt as to whether the pistol when fired was actually loaded with ball, but the jury brought in a verdict of guilty +LJ010-0250|of the criminal intent to kill.|of the criminal intent to kill. +LJ010-0251|Francis was sentenced to be hanged, decapitated, and quartered,|Francis was sentenced to be hanged, decapitated, and quartered, +LJ010-0252|the old traitor's doom, but was spared, and subsequently transported for life.|the old traitor's doom, but was spared, and subsequently transported for life. +LJ010-0253|The enthusiasm of the people at the Queen's escape was uproarious, and her drive next day was one long triumphal progress.|The enthusiasm of the people at the Queen's escape was uproarious, and her drive next day was one long triumphal progress. +LJ010-0254|At the Italian Opera in the evening the audience, on the Queen's appearance, greeted her with loud cheers, and called for the national anthem.|At the Italian Opera in the evening the audience, on the Queen's appearance, greeted her with loud cheers, and called for the national anthem. +LJ010-0255|This was in May 1842.|This was in May eighteen forty-two. +LJ010-0256|Undeterred by the well-merited punishment which had overtaken Francis,|Undeterred by the well-merited punishment which had overtaken Francis, +LJ010-0257|a third miscreant made a similar but far less serious attempt in the month of July following.|a third miscreant made a similar but far less serious attempt in the month of July following. +LJ010-0259|a deformed lad among the crowd was seen to present a pistol at Her Majesty's carriage,|a deformed lad among the crowd was seen to present a pistol at Her Majesty's carriage, +LJ010-0260|in the Mall, about half-way between Buckingham and St. James's Palaces.|in the Mall, about half-way between Buckingham and St. James's Palaces. +LJ010-0261|Only one person saw the movement, a lad named Dasset, who at once collared the cripple, and taking him up to two policemen,|Only one person saw the movement, a lad named Dasset, who at once collared the cripple, and taking him up to two policemen, +LJ010-0263|The policemen treated the matter as a hoax, and allowed the culprit to make off.|The policemen treated the matter as a hoax, and allowed the culprit to make off. +LJ010-0264|Later on, however, Dasset was himself seized and interrogated,|Later on, however, Dasset was himself seized and interrogated, +LJ010-0265|and on his information handbills were circulated, giving the exact description of the deformed youth, who had a hump-back,|and on his information handbills were circulated, giving the exact description of the deformed youth, who had a hump-back, +LJ010-0266|and a long, sickly, pale face, with light hair;|and a long, sickly, pale face, with light hair; +LJ010-0267|his nose was marked with a scar or black patch, and he was altogether of a dirty appearance.|his nose was marked with a scar or black patch, and he was altogether of a dirty appearance. +LJ010-0268|It happened that a lad named Bean had absconded from his father's home some weeks before,|It happened that a lad named Bean had absconded from his father's home some weeks before, +LJ010-0269|whose description, as given by his father to the police,|whose description, as given by his father to the police, +LJ010-0271|A visit to the father's residence was followed by the arrest of the son, who had by this time returned.|A visit to the father's residence was followed by the arrest of the son, who had by this time returned. +LJ010-0272|This son, John William Bean, was fully identified by Dasset, and presently examined by the Privy Council.|This son, John William Bean, was fully identified by Dasset, and presently examined by the Privy Council. +LJ010-0273|He was eventually charged with a misdemeanor, the capital charge having been abandoned, and committed for trial.|He was eventually charged with a misdemeanor, the capital charge having been abandoned, and committed for trial. +LJ010-0274|Much the same motives of seeking notoriety seem to have impelled Bean, who was perfectly sane, to his rash act;|Much the same motives of seeking notoriety seem to have impelled Bean, who was perfectly sane, to his rash act; +LJ010-0275|but it was proved that the pistol was not loaded with ball,|but it was proved that the pistol was not loaded with ball, +LJ010-0276|and he was only convicted of an attempt "to harass, vex, and grieve the sovereign.|and he was only convicted of an attempt "to harass, vex, and grieve the sovereign. +LJ010-0277|Lord Abinger sentenced him to eighteen months' imprisonment in Newgate,|Lord Abinger sentenced him to eighteen months' imprisonment in Newgate, +LJ010-0278|but the place of durance was changed, to meet the existing law, to Millbank Penitentiary.|but the place of durance was changed, to meet the existing law, to Millbank Penitentiary. +LJ010-0279|I shall mention briefly one more case, in which, however, there was no murderous intent, before I pass on to other crimes.|I shall mention briefly one more case, in which, however, there was no murderous intent, before I pass on to other crimes. +LJ010-0280|On June 1850 the Queen was once more subjected to cowardly outrage, the offender being a Mr. Pate, a gentleman by birth,|On June eighteen fifty the Queen was once more subjected to cowardly outrage, the offender being a Mr. Pate, a gentleman by birth, +LJ010-0281|who had borne the Queen's commission, first as cornet, and then lieutenant, in the 10th Hussars.|who had borne the Queen's commission, first as cornet, and then lieutenant, in the tenth Hussars. +LJ010-0282|Pate was said to be an eccentric person, given to strange acts and antics, such as mixing whiskey and camphor with his morning bath-water,|Pate was said to be an eccentric person, given to strange acts and antics, such as mixing whiskey and camphor with his morning bath-water, +LJ010-0283|and walking for choice through prickly gorse bushes.|and walking for choice through prickly gorse bushes. +LJ010-0284|He always kept the blinds down at his chambers in Jermyn Street; and as the St. James's clock chimed quarter-past three,|He always kept the blinds down at his chambers in Jermyn Street; and as the St. James's clock chimed quarter-past three, +LJ010-0285|invariably went out in a cab, for which he always paid the same fare,|invariably went out in a cab, for which he always paid the same fare, +LJ010-0286|nine shillings, all in shillings, and no other coin.|nine shillings, all in shillings, and no other coin. +LJ010-0287|But this was not sufficient to constitute lunacy, nor was his plea of "momentary uncontrollable impulse"|But this was not sufficient to constitute lunacy, nor was his plea of "momentary uncontrollable impulse" +LJ010-0288|deemed valid as any palliation of his offense.|deemed valid as any palliation of his offense. +LJ010-0289|That offense was a brutal assault upon Her Majesty, whom he struck in the face with a small stick just as she was leaving Cambridge House.|That offense was a brutal assault upon Her Majesty, whom he struck in the face with a small stick just as she was leaving Cambridge House. +LJ010-0290|The blow crushed the bonnet and bruised the forehead of the Queen, who was happily not otherwise injured.|The blow crushed the bonnet and bruised the forehead of the Queen, who was happily not otherwise injured. +LJ010-0291|Pate was found guilty, and sentenced to seven years' transportation, the judge, Baron Alderson, abstaining from inflicting the penalty of whipping,|Pate was found guilty, and sentenced to seven years' transportation, the judge, Baron Alderson, abstaining from inflicting the penalty of whipping, +LJ010-0292|which was authorized by a recent act, on account of Mr. Pate's family and position in life.|which was authorized by a recent act, on account of Mr. Pate's family and position in life. +LJ010-0294|frauds indicating great boldness, extensive design, and ingenuity became more prevalent.|frauds indicating great boldness, extensive design, and ingenuity became more prevalent. +LJ010-0295|The increase of bank forgeries, and its cause, I referred to in a previous chapter.|The increase of bank forgeries, and its cause, I referred to in a previous chapter. +LJ010-0296|At one session of the Old Bailey, in 1821, no less than thirty-five true bills were found for passing forged notes.|At one session of the Old Bailey, in eighteen twenty-one, no less than thirty-five true bills were found for passing forged notes. +LJ010-0297|But there were other notorious cases of forgery.|But there were other notorious cases of forgery. +LJ010-0298|That of Fauntleroy the banker, in 1824,|That of Fauntleroy the banker, in eighteen twenty-four, +LJ010-0299|caused much excitement at the time on account of the magnitude of the fraud, and the seeming probity of the culprit.|caused much excitement at the time on account of the magnitude of the fraud, and the seeming probity of the culprit. +LJ010-0300|Mr. Fauntleroy was a member of a banking firm, which his father had established in conjunction with a gentleman of the name of Marsh, and others.|Mr. Fauntleroy was a member of a banking firm, which his father had established in conjunction with a gentleman of the name of Marsh, and others. +LJ010-0301|He had entered the house as clerk in 1800;|He had entered the house as clerk in eighteen hundred; +LJ010-0302|in 1807, and when only twenty-two, he succeeded to his father's share in the business.|in eighteen oh seven, and when only twenty-two, he succeeded to his father's share in the business. +LJ010-0303|According to Fauntleroy's own case, he found at once that the firm was heavily involved,|According to Fauntleroy's own case, he found at once that the firm was heavily involved, +LJ010-0304|through advances made to various builders, and that it could only maintain its credit by wholesale discounting.|through advances made to various builders, and that it could only maintain its credit by wholesale discounting. +LJ010-0305|Its embarrassments were greatly increased by the bankruptcy of two of its clients in the building trade,|Its embarrassments were greatly increased by the bankruptcy of two of its clients in the building trade, +LJ010-0306|and the bank became liable for a sum of £170,000.|and the bank became liable for a sum of one hundred seventy thousand pounds. +LJ010-0307|New liabilities were incurred to the extent of £100,000 by more failures, and in 1819,|New liabilities were incurred to the extent of one hundred thousand pounds by more failures, and in eighteen nineteen, +LJ010-0308|by the death of one of the partners, a large sum in cash had to be withdrawn from the bank to pay his heirs.|by the death of one of the partners, a large sum in cash had to be withdrawn from the bank to pay his heirs. +LJ010-0309|"During these numerous and trying difficulties" -- it is Mr. Fauntleroy who speaks --|"During these numerous and trying difficulties" -- it is Mr. Fauntleroy who speaks -- +LJ010-0310|the house was nearly without resources, and the whole burthen of management falling on me, I sought resources where I could;|the house was nearly without resources, and the whole burthen of management falling on me, I sought resources where I could; +LJ010-0311|in other words, he forged powers of attorney, and proceeded to realize securities lodged in his bank under various names.|in other words, he forged powers of attorney, and proceeded to realize securities lodged in his bank under various names. +LJ010-0312|Among the prisoner's private papers, one was found giving full details of the stock he had feloniously sold out,|Among the prisoner's private papers, one was found giving full details of the stock he had feloniously sold out, +LJ010-0313|the sum total amounting to some £170,000, with a declaration in his own handwriting to the following effect.|the sum total amounting to some one hundred seventy thousand pounds, with a declaration in his own handwriting to the following effect. +LJ010-0314|In order to keep up the credit of our house, I have forged powers of attorney for the above sums and parties,|In order to keep up the credit of our house, I have forged powers of attorney for the above sums and parties, +LJ010-0315|and sold out to the amount here stated, and without the knowledge of my partners.|and sold out to the amount here stated, and without the knowledge of my partners. +LJ010-0316|I kept up the payments of the dividends, but made no entries of such payments in my books.|I kept up the payments of the dividends, but made no entries of such payments in my books. +LJ010-0317|The bank began first to refuse our acceptances, and to destroy the credit of our house; the bank shall smart for it.|The bank began first to refuse our acceptances, and to destroy the credit of our house; the bank shall smart for it. +LJ011-0001|The Chronicles of Newgate, Volume 2. By Arthur Griffiths. Section 14: Newgate notorieties, part 1|The Chronicles of Newgate, Volume two. By Arthur Griffiths. Section fourteen: Newgate notorieties, part one +LJ011-0002|Many stories were in circulation at the time of Fauntleroy's trial with regard to his forgeries. It was said that he had by means of them|Many stories were in circulation at the time of Fauntleroy's trial with regard to his forgeries. It was said that he had by means of them +LJ011-0003|sold out so large an amount of stock, that he paid £16,000 a year in dividends to escape detection.|sold out so large an amount of stock, that he paid sixteen thousand pounds a year in dividends to escape detection. +LJ011-0004|Once he ran a narrow risk of being found out.|Once he ran a narrow risk of being found out. +LJ011-0005|A lady in the country, who had £13,000 in the stocks, desired her London agent to sell them out.|A lady in the country, who had thirteen thousand pounds in the stocks, desired her London agent to sell them out. +LJ011-0006|He went to the bank, and found that no stocks stood in her name. He called at once upon Fauntleroy, his client's bankers, for an explanation,|He went to the bank, and found that no stocks stood in her name. He called at once upon Fauntleroy, his client's bankers, for an explanation, +LJ011-0007|and was told by Mr. Fauntleroy that the lady had desired him to sell out, "which I have done," added the fraudulent banker, "and here are the proceeds,"|and was told by Mr. Fauntleroy that the lady had desired him to sell out, "which I have done," added the fraudulent banker, "and here are the proceeds," +LJ011-0008|whereupon he produced exchequer bills to the amount.|whereupon he produced exchequer bills to the amount. +LJ011-0010|On another occasion the banker forged a gentleman's name while the latter was sitting with him in his private room,|On another occasion the banker forged a gentleman's name while the latter was sitting with him in his private room, +LJ011-0011|and took the instrument out to a clerk with the ink not dry.|and took the instrument out to a clerk with the ink not dry. +LJ011-0012|It must be added that the Bank of England, on discovering the forgeries,|It must be added that the Bank of England, on discovering the forgeries, +LJ011-0013|replaced the stock in the names of the original holders, who might otherwise have been completely ruined.|replaced the stock in the names of the original holders, who might otherwise have been completely ruined. +LJ011-0014|A newspaper report of the time describes Fauntleroy as a well-made man of middle stature.|A newspaper report of the time describes Fauntleroy as a well-made man of middle stature. +LJ011-0015|His hair, though gray, was thick, and lay smooth over his forehead.|His hair, though gray, was thick, and lay smooth over his forehead. +LJ011-0016|His countenance had an expression of most subdued resignation.|His countenance had an expression of most subdued resignation. +LJ011-0017|The impression which his appearance altogether was calculated to make was that of the profoundest commiseration.|The impression which his appearance altogether was calculated to make was that of the profoundest commiseration. +LJ011-0018|The crime, long carried on without detection, was first discovered in 1820,|The crime, long carried on without detection, was first discovered in eighteen twenty, +LJ011-0019|when it was found that a sum of £10,000, standing in the name of three trustees, of whom Fauntleroy was one,|when it was found that a sum of ten thousand pounds, standing in the name of three trustees, of whom Fauntleroy was one, +LJ011-0020|had been sold out under a forged power of attorney.|had been sold out under a forged power of attorney. +LJ011-0021|Further investigations brought other similar frauds to light,|Further investigations brought other similar frauds to light, +LJ011-0022|and fixed the whole sum misappropriated at £170,000, the first forgery dating back to 1814.|and fixed the whole sum misappropriated at one hundred seventy thousand pounds, the first forgery dating back to eighteen fourteen. +LJ011-0023|A run upon the bank immediately followed, which was only met by a suspension of payment and the closing of its doors.|A run upon the bank immediately followed, which was only met by a suspension of payment and the closing of its doors. +LJ011-0024|Meanwhile public gossip was busy with Fauntleroy's name,|Meanwhile public gossip was busy with Fauntleroy's name, +LJ011-0025|and it was openly stated in the press and in conversation that the proceeds of these frauds had been squandered in chambering, gambling, and debauchery.|and it was openly stated in the press and in conversation that the proceeds of these frauds had been squandered in chambering, gambling, and debauchery. +LJ011-0026|Fauntleroy was scouted as a licentious libertine, a deep and determined gamester, a spendthrift whose extravagance knew no bounds.|Fauntleroy was scouted as a licentious libertine, a deep and determined gamester, a spendthrift whose extravagance knew no bounds. +LJ011-0027|The veil was lifted from his private life, and he was accused of persistent immorality.|The veil was lifted from his private life, and he was accused of persistent immorality. +LJ011-0028|In his defense|In his defense +LJ011-0029|he sought to rebut these charges, which indeed were never clearly made out, and it is pretty certain that his own account of the causes which led him into dishonesty|he sought to rebut these charges, which indeed were never clearly made out, and it is pretty certain that his own account of the causes which led him into dishonesty +LJ011-0030|was substantially true|was substantially true +LJ011-0031|He called many witnesses, seventeen in all, to speak of him as they had found him; and these, all respectable city merchants and business men,|He called many witnesses, seventeen in all, to speak of him as they had found him; and these, all respectable city merchants and business men, +LJ011-0032|declared that they had hitherto formed a high opinion of his honor, integrity, and goodness of disposition,|declared that they had hitherto formed a high opinion of his honor, integrity, and goodness of disposition, +LJ011-0033|deeming him the last person capable of a dishonorable action.|deeming him the last person capable of a dishonorable action. +LJ011-0034|These arguments availed little with the jury, who after a short deliberation found Fauntleroy guilty, and he was sentenced to death.|These arguments availed little with the jury, who after a short deliberation found Fauntleroy guilty, and he was sentenced to death. +LJ011-0035|Every endeavor was used, however, to obtain a commutation of sentence. His case was twice argued before the judges on points of law,|Every endeavor was used, however, to obtain a commutation of sentence. His case was twice argued before the judges on points of law, +LJ011-0036|but the result in both cases was unfavorable.|but the result in both cases was unfavorable. +LJ011-0037|Appeals were made to the Home Secretary, and all possible political interest brought to bear, but without success.|Appeals were made to the Home Secretary, and all possible political interest brought to bear, but without success. +LJ011-0038|Fauntleroy meanwhile lay in Newgate, not herded with other condemned prisoners, as the custom was,|Fauntleroy meanwhile lay in Newgate, not herded with other condemned prisoners, as the custom was, +LJ011-0039|but in a separate chamber, that belonging to one of the warders of the jail.|but in a separate chamber, that belonging to one of the warders of the jail. +LJ011-0040|I find in the chaplain's journal, under date 1824, various entries relative to this prisoner.|I find in the chaplain's journal, under date eighteen twenty-four, various entries relative to this prisoner. +LJ011-0041|Visited Mr. Fauntleroy. My application for books for him not having been attended, I had no prayer-book to give him.|Visited Mr. Fauntleroy. My application for books for him not having been attended, I had no prayer-book to give him. +LJ011-0042|Visited Mr. Fauntleroy. The sheriffs have very kindly permitted him to remain in the turnkey's room where he was originally placed; nor can I omit expressing a hope|Visited Mr. Fauntleroy. The sheriffs have very kindly permitted him to remain in the turnkey's room where he was originally placed; nor can I omit expressing a hope +LJ011-0043|that this may prove the beginning of a better system of confinement, and that every description of persons who may be unfortunately under sentence of death|that this may prove the beginning of a better system of confinement, and that every description of persons who may be unfortunately under sentence of death +LJ011-0044|will no longer be herded indiscriminately together.|will no longer be herded indiscriminately together. +LJ011-0045|The kindliness of the city authorities to Fauntleroy was not limited to the assignment of a separate place of durance.|The kindliness of the city authorities to Fauntleroy was not limited to the assignment of a separate place of durance. +LJ011-0046|As I have already said, they took the chaplain seriously to task for the bad taste shown in the condemned sermon preached before Fauntleroy.|As I have already said, they took the chaplain seriously to task for the bad taste shown in the condemned sermon preached before Fauntleroy. +LJ011-0047|This was on the text,|This was on the text, +LJ011-0048|Wherefore let him that thinketh he standeth take heed lest he fall," and was full of the most pointed allusions to the culprit.|Wherefore let him that thinketh he standeth take heed lest he fall," and was full of the most pointed allusions to the culprit. +LJ011-0049|Fauntleroy constantly groaned aloud while the sermon proceeded, and contemporary reports declared|Fauntleroy constantly groaned aloud while the sermon proceeded, and contemporary reports declared +LJ011-0050|that he appeared to feel deeply the force of the reverend gentleman's observations, especially when the chaplain spoke of|that he appeared to feel deeply the force of the reverend gentleman's observations, especially when the chaplain spoke of +LJ011-0051|the great magnitude of our erring brother's offense, one of the most dangerous description in a trading community.|the great magnitude of our erring brother's offense, one of the most dangerous description in a trading community. +LJ011-0052|The sermon ended with an appeal to the dying man, exhorting him to penitence.|The sermon ended with an appeal to the dying man, exhorting him to penitence. +LJ011-0053|This "personality," and it can be called by no other name, is carefully excluded from prison pulpit utterances on the eve of an execution.|This "personality," and it can be called by no other name, is carefully excluded from prison pulpit utterances on the eve of an execution. +LJ011-0054|A very curious and, in its way, amusing circumstance in connection with this case was the offer of a certain Italian,|A very curious and, in its way, amusing circumstance in connection with this case was the offer of a certain Italian, +LJ011-0055|Edmund Angelini, to take Fauntleroy's place.|Edmund Angelini, to take Fauntleroy's place. +LJ011-0056|Angelini wrote to the Lord Mayor to this effect,|Angelini wrote to the Lord Mayor to this effect, +LJ011-0057|urging that Fauntleroy was a father, a citizen: "his life is useful, mine a burthen, to the State."|urging that Fauntleroy was a father, a citizen: "his life is useful, mine a burthen, to the State." +LJ011-0058|He was summoned to the Mansion House, where he repeated his request, crying, "Accordez moi cette grâce," with much urgency.|He was summoned to the Mansion House, where he repeated his request, crying, "Accordez moi cette grâce," with much urgency. +LJ011-0059|There were doubts of his sanity.|There were doubts of his sanity. +LJ011-0060|He wrote afterwards to the effect that the moment he had offered himself, an unknown assassin came to aim a blow at him.|He wrote afterwards to the effect that the moment he had offered himself, an unknown assassin came to aim a blow at him. +LJ011-0061|Let this monster give his name; I am ready to fight him. I am still determined to put myself in the place of Mr. Fauntleroy.|Let this monster give his name; I am ready to fight him. I am still determined to put myself in the place of Mr. Fauntleroy. +LJ011-0062|If the law of this country can receive such a sacrifice, my death will render to heaven an innocent man, and to earth a repentant sinner.|If the law of this country can receive such a sacrifice, my death will render to heaven an innocent man, and to earth a repentant sinner. +LJ011-0063|Fauntleroy was not entirely dependent upon the ordinary for ghostly counsel in his extremity.|Fauntleroy was not entirely dependent upon the ordinary for ghostly counsel in his extremity. +LJ011-0064|He was also attended by the Rev. Mr. Springett and the indefatigable Mr. Baker, whose name has already been mentioned.|He was also attended by the Rev. Mr. Springett and the indefatigable Mr. Baker, whose name has already been mentioned. +LJ011-0065|When led out on the morning of his execution, these two last-named gentlemen each took hold of one of his arms, and so accompanied him to the scaffold.|When led out on the morning of his execution, these two last-named gentlemen each took hold of one of his arms, and so accompanied him to the scaffold. +LJ011-0066|The concourse in front of Newgate was enormous, but much sympathy was evinced for this unfortunate victim to human weakness and ruthless laws.|The concourse in front of Newgate was enormous, but much sympathy was evinced for this unfortunate victim to human weakness and ruthless laws. +LJ011-0067|A report was, moreover, widely circulated, and the impression long prevailed, that he actually escaped death.|A report was, moreover, widely circulated, and the impression long prevailed, that he actually escaped death. +LJ011-0068|It was said that strangulation had been prevented by the insertion of a silver tube in his wind-pipe,|It was said that strangulation had been prevented by the insertion of a silver tube in his wind-pipe, +LJ011-0069|and that after hanging for the regulated time he was taken down and easily restored to consciousness.|and that after hanging for the regulated time he was taken down and easily restored to consciousness. +LJ011-0070|Afterwards, according to the common rumor, he went abroad and lived there for many years; but the story is not only wholly unsubstantiated,|Afterwards, according to the common rumor, he went abroad and lived there for many years; but the story is not only wholly unsubstantiated, +LJ011-0071|but there is good evidence to show that the body after execution was handed over to his friends and interred privately.|but there is good evidence to show that the body after execution was handed over to his friends and interred privately. +LJ011-0072|Some years were still to elapse before capital punishment ceased to be the penalty for forgery, and in the interval|Some years were still to elapse before capital punishment ceased to be the penalty for forgery, and in the interval +LJ011-0073|several persons were sentenced to or suffered death for this crime.|several persons were sentenced to or suffered death for this crime. +LJ011-0074|There were two notable capital convictions for forgery in 1828.|There were two notable capital convictions for forgery in eighteen twenty-eight. +LJ011-0075|One was that of Captain Montgomery, who assumed the aliases of Colonel Wallace and Colonel Morgan.|One was that of Captain Montgomery, who assumed the aliases of Colonel Wallace and Colonel Morgan. +LJ011-0076|His offense was uttering forged notes, and there was strong suspicion that he had long subsisted entirely by this fraud.|His offense was uttering forged notes, and there was strong suspicion that he had long subsisted entirely by this fraud. +LJ011-0077|The act for which he was taken into custody was the payment of a forged ten-pound note for half-a-dozen silver spoons.|The act for which he was taken into custody was the payment of a forged ten-pound note for half-a-dozen silver spoons. +LJ011-0078|Montgomery was an adept at forgery. He had gone wrong early. Although born of respectable parents, and gazetted to a commission in the army,|Montgomery was an adept at forgery. He had gone wrong early. Although born of respectable parents, and gazetted to a commission in the army, +LJ011-0079|he soon left the service and betook himself to dishonest ways.|he soon left the service and betook himself to dishonest ways. +LJ011-0080|His first forgery was the marvelous imitation of the signature of the Hon. Mr. Neville, M.P., who wrote an extremely cramped and curious hand.|His first forgery was the marvelous imitation of the signature of the Hon. Mr. Neville, M.P., who wrote an extremely cramped and curious hand. +LJ011-0081|He was not prosecuted for this fraud on account of the respectability of his family, and soon after this escape|He was not prosecuted for this fraud on account of the respectability of his family, and soon after this escape +LJ011-0082|he came to London, where he practiced as a professional swindler and cheat.|he came to London, where he practiced as a professional swindler and cheat. +LJ011-0083|For a long time justice did not overtake him for any criminal offense, but he was frequently in Newgate and in the King's Bench for debt.|For a long time justice did not overtake him for any criminal offense, but he was frequently in Newgate and in the King's Bench for debt. +LJ011-0084|After three years' confinement in the latter prison he passed himself off as his brother, Colonel Montgomery,|After three years' confinement in the latter prison he passed himself off as his brother, Colonel Montgomery, +LJ011-0085|a distinguished officer, and would have married an heiress had not the imposture been discovered in time.|a distinguished officer, and would have married an heiress had not the imposture been discovered in time. +LJ011-0086|He then took to forging bank-notes, and was arrested as I have described above.|He then took to forging bank-notes, and was arrested as I have described above. +LJ011-0087|Montgomery was duly sentenced to death, but he preferred suicide to the gallows. After sentence his demeanor was serious yet firm.|Montgomery was duly sentenced to death, but he preferred suicide to the gallows. After sentence his demeanor was serious yet firm. +LJ011-0088|The night previous to that fixed for his execution he wrote several letters, one of them being to Edward Gibbon Wakefield, a fellow-prisoner,|The night previous to that fixed for his execution he wrote several letters, one of them being to Edward Gibbon Wakefield, a fellow-prisoner, +LJ011-0089|and listened attentively to the ordinary, who read him the well-known address written and delivered by Dr. Dodd previous to his own execution for forgery.|and listened attentively to the ordinary, who read him the well-known address written and delivered by Dr. Dodd previous to his own execution for forgery. +LJ011-0090|But next morning he was found dead in his cell.|But next morning he was found dead in his cell. +LJ011-0091|In one corner after much search a phial was found labeled "Prussic acid,"|In one corner after much search a phial was found labeled "Prussic acid," +LJ011-0092|which it was asserted he had been in the habit of carrying about his person ever since he had taken to passing forged notes, as an antidote against disgrace.|which it was asserted he had been in the habit of carrying about his person ever since he had taken to passing forged notes, as an antidote against disgrace. +LJ011-0093|This phial he had managed to retain in his possession in spite of the frequent searches to which he was subjected in Newgate.|This phial he had managed to retain in his possession in spite of the frequent searches to which he was subjected in Newgate. +LJ011-0094|The second conviction for forgery in 1828 was that of the Quaker Joseph Hunton, a man of previously the highest repute in the city of London.|The second conviction for forgery in eighteen twenty-eight was that of the Quaker Joseph Hunton, a man of previously the highest repute in the city of London. +LJ011-0095|He had prospered in early life, was a slop-seller on a large scale at Bury St. Edmunds, and a sugar-baker in the metropolis.|He had prospered in early life, was a slop-seller on a large scale at Bury St. Edmunds, and a sugar-baker in the metropolis. +LJ011-0096|He married a lady also belonging to the Society of Friends, who brought him a large fortune, which, and his own money, he put into a city firm,|He married a lady also belonging to the Society of Friends, who brought him a large fortune, which, and his own money, he put into a city firm, +LJ011-0097|that of Dickson and Co.|that of Dickson and Co. +LJ011-0098|He soon, however, became deeply involved in Stock Exchange speculations,|He soon, however, became deeply involved in Stock Exchange speculations, +LJ011-0099|and losing heavily, to meet the claims upon him he put out a number of forged bills of exchange or acceptances,|and losing heavily, to meet the claims upon him he put out a number of forged bills of exchange or acceptances, +LJ011-0100|to which the signature of one Wilkins of Abingdon was found to be forged.|to which the signature of one Wilkins of Abingdon was found to be forged. +LJ011-0101|Hunton tried to fly the country on the detection of the fraud, but was arrested at Plymouth just as he was on the point of leaving England in the New York packet.|Hunton tried to fly the country on the detection of the fraud, but was arrested at Plymouth just as he was on the point of leaving England in the New York packet. +LJ011-0102|He had gone on board in his Quaker dress, but when captured was found in a light-green frock,|He had gone on board in his Quaker dress, but when captured was found in a light-green frock, +LJ011-0103|a pair of light gray pantaloons, a black stock and a foraging cap.|a pair of light gray pantaloons, a black stock and a foraging cap. +LJ011-0104|Hunton was put upon his trial at the Old Bailey, and in due course sentenced to death.|Hunton was put upon his trial at the Old Bailey, and in due course sentenced to death. +LJ011-0105|His defense was that the forged acceptances would have been met on coming to maturity, and that he had no real desire to defraud.|His defense was that the forged acceptances would have been met on coming to maturity, and that he had no real desire to defraud. +LJ011-0106|Hunton accepted his sentence with great resignation, although he protested against the inhumanity of the laws which condemned him to death.|Hunton accepted his sentence with great resignation, although he protested against the inhumanity of the laws which condemned him to death. +LJ011-0107|On entering Newgate he said,|On entering Newgate he said, +LJ011-0108|I wish after this day to have communication with nobody; let me take leave of my wife, and family, and friends. I have already suffered an execution;|I wish after this day to have communication with nobody; let me take leave of my wife, and family, and friends. I have already suffered an execution; +LJ011-0109|my heart has undergone that horrible penalty.|my heart has undergone that horrible penalty. +LJ011-0110|He was, however, visited by and received his wife, and several members of the Society of Friends.|He was, however, visited by and received his wife, and several members of the Society of Friends. +LJ011-0111|Two elders of the meeting sat up with him in the press yard the whole of the night previous to execution, and a third,|Two elders of the meeting sat up with him in the press yard the whole of the night previous to execution, and a third, +LJ011-0112|Mr. Sparks Moline, came to attend him to the scaffold.|Mr. Sparks Moline, came to attend him to the scaffold. +LJ011-0113|He met his death with unshaken firmness, only entreating that a certain blue handkerchief,|He met his death with unshaken firmness, only entreating that a certain blue handkerchief, +LJ011-0114|to which he seemed fondly attached, should be used to bandage his eyes, which request was readily granted.|to which he seemed fondly attached, should be used to bandage his eyes, which request was readily granted. +LJ011-0115|Hunton's execution no doubt aroused public attention to the cruelty and futility of the capital law against forgery.|Hunton's execution no doubt aroused public attention to the cruelty and futility of the capital law against forgery. +LJ011-0116|A society which had already been started against capital punishment|A society which had already been started against capital punishment +LJ011-0117|devoted its efforts first to a mitigation of the forgery statute, but could not immediately accomplish much.|devoted its efforts first to a mitigation of the forgery statute, but could not immediately accomplish much. +LJ011-0118|In 1829 the gallows claimed two more victims for this offense.|In eighteen twenty-nine the gallows claimed two more victims for this offense. +LJ011-0119|One was Richard Gifford, a well-educated youth who had been at Christ's Hospital, and afterwards in the National Debt Office.|One was Richard Gifford, a well-educated youth who had been at Christ's Hospital, and afterwards in the National Debt Office. +LJ011-0120|Unfortunately he took to drink, lost his appointment, and fell from bad to worse.|Unfortunately he took to drink, lost his appointment, and fell from bad to worse. +LJ011-0121|Suddenly, after being at the lowest depths, he emerged, and was found by his friends living in comfort in the Waterloo Road.|Suddenly, after being at the lowest depths, he emerged, and was found by his friends living in comfort in the Waterloo Road. +LJ011-0122|His funds, which he pretended came to him with a rich wife, were really the proceeds of frauds upon the Bank of England.|His funds, which he pretended came to him with a rich wife, were really the proceeds of frauds upon the Bank of England. +LJ011-0123|He forged the names of people who held stock on the Bank books, and got the value of the stock;|He forged the names of people who held stock on the Bank books, and got the value of the stock; +LJ011-0124|he also forged dividend receipts and got the dividends. He was only six-and-twenty when he was hanged.|he also forged dividend receipts and got the dividends. He was only six-and-twenty when he was hanged. +LJ011-0125|The other and the last criminal executed for forgery in this country was one Maynard, who was convicted of a fraud upon the Custom House.|The other and the last criminal executed for forgery in this country was one Maynard, who was convicted of a fraud upon the Custom House. +LJ011-0126|In conjunction with two others, one of whom was a clerk in the Custom House,|In conjunction with two others, one of whom was a clerk in the Custom House, +LJ011-0127|and had access to the official records, he forged a warrant for one thousand nine-hundred seventy-three pounds and was paid the money by the comptroller general.|and had access to the official records, he forged a warrant for one thousand nine-hundred seventy-three pounds and was paid the money by the comptroller general. +LJ011-0128|Maynard was convicted of uttering the forged document, Jones of being an accessory; the third prisoner was acquitted.|Maynard was convicted of uttering the forged document, Jones of being an accessory; the third prisoner was acquitted. +LJ011-0129|Maynard was the only one who suffered death.|Maynard was the only one who suffered death. +LJ011-0130|This was on the last day of 1829. In the following session Sir Robert Peel brought in a bill to consolidate the acts relating to forgery.|This was on the last day of eighteen twenty-nine. In the following session Sir Robert Peel brought in a bill to consolidate the acts relating to forgery. +LJ011-0131|Upon the third reading of this bill Sir James Macintosh moved as an amendment that capital punishment should be abolished for all crimes of forgery,|Upon the third reading of this bill Sir James Macintosh moved as an amendment that capital punishment should be abolished for all crimes of forgery, +LJ011-0132|except the forgery of wills and powers of attorney.|except the forgery of wills and powers of attorney. +LJ011-0133|This amendment was strongly supported outside the House, and a petition in favor of its passing was presented,|This amendment was strongly supported outside the House, and a petition in favor of its passing was presented, +LJ011-0134|signed by more than a thousand members of banking firms.|signed by more than a thousand members of banking firms. +LJ011-0135|Macintosh's amendment was carried in the Commons, but the new law did not pass the Lords, who re-enacted the capital penalty.|Macintosh's amendment was carried in the Commons, but the new law did not pass the Lords, who re-enacted the capital penalty. +LJ011-0136|Still no sentence of death was carried out for the offense, and in 1832|Still no sentence of death was carried out for the offense, and in eighteen thirty-two +LJ011-0137|the Attorney-General introduced a bill to abolish capital punishment entirely for forgery.|the Attorney-General introduced a bill to abolish capital punishment entirely for forgery. +LJ011-0138|It passed the Commons, but opposition was again encountered in the Lords.|It passed the Commons, but opposition was again encountered in the Lords. +LJ011-0139|This time they sent back the bill, re-enacting only the two penalties for will forging and the forging of powers of attorney;|This time they sent back the bill, re-enacting only the two penalties for will forging and the forging of powers of attorney; +LJ011-0140|in other words, they had advanced in 1832 to the point at which the Lower House had arrived in 1830.|in other words, they had advanced in eighteen thirty-two to the point at which the Lower House had arrived in eighteen thirty. +LJ011-0141|There were at the moment in Newgate six convicts sentenced to death for forging wills.|There were at the moment in Newgate six convicts sentenced to death for forging wills. +LJ011-0142|The question was whether the Government would dare to take their lives at the bidding of the House of Lords,|The question was whether the Government would dare to take their lives at the bidding of the House of Lords, +LJ011-0143|and in defiance of the vote of the assembly which more accurately represented public opinion. It was indeed announced that their fate was sealed;|and in defiance of the vote of the assembly which more accurately represented public opinion. It was indeed announced that their fate was sealed; +LJ011-0144|but Mr. Joseph Hume pressed the Government hard, and obtained an assurance that the men should not be executed.|but Mr. Joseph Hume pressed the Government hard, and obtained an assurance that the men should not be executed. +LJ011-0145|The new Forgery Act with the Lords' amendment passed into law, but the latter proved perfectly harmless,|The new Forgery Act with the Lords' amendment passed into law, but the latter proved perfectly harmless, +LJ011-0146|and no person ever after suffered death for any variety of this crime.|and no person ever after suffered death for any variety of this crime. +LJ011-0147|I will include in this part of the present chapter almost one of the last instances of a crime which in time past|I will include in this part of the present chapter almost one of the last instances of a crime which in time past +LJ011-0148|had invariably been visited with the death penalty, and which was of a distinctly fraudulent nature.|had invariably been visited with the death penalty, and which was of a distinctly fraudulent nature. +LJ011-0149|The abduction of Miss Turner by the brothers Wakefield bore a strong resemblance to the carrying off and forcible marrying of heiresses as already described.|The abduction of Miss Turner by the brothers Wakefield bore a strong resemblance to the carrying off and forcible marrying of heiresses as already described. +LJ011-0150|Miss Turner was a school-girl of barely fifteen,|Miss Turner was a school-girl of barely fifteen, +LJ011-0151|only child of a gentleman of large property in Cheshire, of which county he was actually high sheriff at the time of his daughter's abduction.|only child of a gentleman of large property in Cheshire, of which county he was actually high sheriff at the time of his daughter's abduction. +LJ011-0152|The elder brother,|The elder brother, +LJ011-0153|Edward Gibbon Wakefield, the prime mover in the abduction, was a barrister, not exactly briefless, but without a large practice.|Edward Gibbon Wakefield, the prime mover in the abduction, was a barrister, not exactly briefless, but without a large practice. +LJ011-0154|He had, it was said, a good private income, and was already a widower with two children at the time of his committing the offense for which he was subsequently tried.|He had, it was said, a good private income, and was already a widower with two children at the time of his committing the offense for which he was subsequently tried. +LJ011-0155|He had eloped with his first wife from school.|He had eloped with his first wife from school. +LJ011-0156|While on a visit to Macclesfield he heard by chance of Miss Turner, and that she would inherit all her father's possessions.|While on a visit to Macclesfield he heard by chance of Miss Turner, and that she would inherit all her father's possessions. +LJ011-0157|He thereupon conceived an idea of carrying her off and marrying her willy nilly at Gretna Green.|He thereupon conceived an idea of carrying her off and marrying her willy nilly at Gretna Green. +LJ011-0158|The two brothers started at once for Liverpool, where Miss Turner was at school with a Mrs. Daulby.|The two brothers started at once for Liverpool, where Miss Turner was at school with a Mrs. Daulby. +LJ011-0159|At Manchester, en route, a traveling carriage was purchased, which was driven up to Mrs. Daulby's door at eight in the morning,|At Manchester, en route, a traveling carriage was purchased, which was driven up to Mrs. Daulby's door at eight in the morning, +LJ011-0160|and a servant hurriedly alighted from it, bearing a letter for Miss Turner.|and a servant hurriedly alighted from it, bearing a letter for Miss Turner. +LJ011-0161|This purported to be from the medical attendant of Mr. Turner, written at Shrigley, Mr. Turner's place of residence;|This purported to be from the medical attendant of Mr. Turner, written at Shrigley, Mr. Turner's place of residence; +LJ011-0162|and it stated that Mrs. Turner had been stricken with paralysis.|and it stated that Mrs. Turner had been stricken with paralysis. +LJ011-0163|She was not in immediate danger, but she wished to see her daughter, "as it was possible she might soon become incapable of recognizing any one."|She was not in immediate danger, but she wished to see her daughter, "as it was possible she might soon become incapable of recognizing any one." +LJ011-0164|Miss Turner, greatly agitated, accompanied the messenger who had brought this news, a disguised servant of Wakefield's,|Miss Turner, greatly agitated, accompanied the messenger who had brought this news, a disguised servant of Wakefield's, +LJ011-0165|who had plausibly explained that he had only recently been engaged at Shrigley.|who had plausibly explained that he had only recently been engaged at Shrigley. +LJ011-0166|The road taken was via Manchester, where the servant said a Dr. Hull was to be picked up to go on with them to Shrigley.|The road taken was via Manchester, where the servant said a Dr. Hull was to be picked up to go on with them to Shrigley. +LJ011-0167|At Manchester, however, the carriage stopped at the Albion Hotel.|At Manchester, however, the carriage stopped at the Albion Hotel. +LJ011-0168|Miss Turner was shown into a private room, where Mr. Wakefield soon presented himself.|Miss Turner was shown into a private room, where Mr. Wakefield soon presented himself. +LJ011-0169|Miss Turner, not knowing him, would have left the room, but he said he came from her father, and she remained.|Miss Turner, not knowing him, would have left the room, but he said he came from her father, and she remained. +LJ011-0170|Wakefield, in reply to her inquiries, satisfied her that her mother was well, and that the real reason for summoning her from school|Wakefield, in reply to her inquiries, satisfied her that her mother was well, and that the real reason for summoning her from school +LJ011-0171|was the state of her father's affairs.|was the state of her father's affairs. +LJ011-0172|Mr. Turner was on the verge of bankruptcy. He was at that moment at Kendal, and wished her to join him there at once.|Mr. Turner was on the verge of bankruptcy. He was at that moment at Kendal, and wished her to join him there at once. +LJ011-0173|Miss Turner consented to go on, and they traveled night and day towards the north.|Miss Turner consented to go on, and they traveled night and day towards the north. +LJ011-0174|But at Kendal there was no Mr. Turner, and, to allay Miss Turner's growing anxiety,|But at Kendal there was no Mr. Turner, and, to allay Miss Turner's growing anxiety, +LJ011-0175|Wakefield found it necessary to become more explicit regarding her father's affairs.|Wakefield found it necessary to become more explicit regarding her father's affairs. +LJ011-0176|He now pretended that Mr. Turner was also on his way to the border, pursued by sheriffs' officers.|He now pretended that Mr. Turner was also on his way to the border, pursued by sheriffs' officers. +LJ011-0177|The fact was, Wakefield went on to say, an uncle of his had advanced Mr. Turner £60,000, which had temporarily staved off ruin.|The fact was, Wakefield went on to say, an uncle of his had advanced Mr. Turner sixty thousand pounds, which had temporarily staved off ruin. +LJ011-0178|But another bank had since failed, and nothing could save Mr. Turner but the transfer of some property to Miss Turner, and its settlement on her,|But another bank had since failed, and nothing could save Mr. Turner but the transfer of some property to Miss Turner, and its settlement on her, +LJ011-0179|so that it might become the exclusive property of her husband, "whoever he might be."|so that it might become the exclusive property of her husband, "whoever he might be." +LJ011-0180|Wakefield added that it had been suggested he should marry Miss Turner, but that he had laughed at the idea.|Wakefield added that it had been suggested he should marry Miss Turner, but that he had laughed at the idea. +LJ011-0181|Wakefield's uncle took the matter more seriously, and declared that unless the marriage came off Mr. Turner must be sold up.|Wakefield's uncle took the matter more seriously, and declared that unless the marriage came off Mr. Turner must be sold up. +LJ011-0182|Miss Turner, thus pressed, consented to go on to Gretna Green.|Miss Turner, thus pressed, consented to go on to Gretna Green. +LJ011-0183|Passing through Carlisle, she was told that Mr. Turner was in the town, but could not show himself.|Passing through Carlisle, she was told that Mr. Turner was in the town, but could not show himself. +LJ011-0184|Nothing could release him from his trouble but the arrival of the marriage certificate from Gretna Green.|Nothing could release him from his trouble but the arrival of the marriage certificate from Gretna Green. +LJ011-0185|Filial affection rose superior to all scruples, and Miss Turner, having crossed the border, was married to Wakefield|Filial affection rose superior to all scruples, and Miss Turner, having crossed the border, was married to Wakefield +LJ011-0186|by the blacksmith in the usual way.|by the blacksmith in the usual way. +LJ011-0187|Returning to Carlisle, she now heard that her father had been set free, and had gone home to Shrigley, whither they were to follow him.|Returning to Carlisle, she now heard that her father had been set free, and had gone home to Shrigley, whither they were to follow him. +LJ011-0188|They set out, but at Leeds Wakefield found himself called suddenly to Paris;|They set out, but at Leeds Wakefield found himself called suddenly to Paris; +LJ011-0189|the other brother was accordingly sent on a pretended mission to Shrigley to bring Mr. Turner on to London, whither Wakefield and Miss Turner also proceeded.|the other brother was accordingly sent on a pretended mission to Shrigley to bring Mr. Turner on to London, whither Wakefield and Miss Turner also proceeded. +LJ011-0190|On arrival, Wakefield pretended that they had missed Mr. Turner, and must follow him over to France.|On arrival, Wakefield pretended that they had missed Mr. Turner, and must follow him over to France. +LJ011-0191|The strangely-married couple thereupon pressed on to Dover, and crossed over to Calais.|The strangely-married couple thereupon pressed on to Dover, and crossed over to Calais. +LJ011-0192|The fact of the abduction did not transpire for some days.|The fact of the abduction did not transpire for some days. +LJ011-0193|Then Mrs. Daulby learnt that Miss Turner had not arrived at Shrigley, but that she had gone to Manchester.|Then Mrs. Daulby learnt that Miss Turner had not arrived at Shrigley, but that she had gone to Manchester. +LJ011-0194|Friends went in pursuit and traced her to Huddersfield and further north.|Friends went in pursuit and traced her to Huddersfield and further north. +LJ011-0195|The terror and dismay of her parents were soon intensified by the receipt of a letter from Wakefield, at Carlisle, announcing the marriage.|The terror and dismay of her parents were soon intensified by the receipt of a letter from Wakefield, at Carlisle, announcing the marriage. +LJ011-0196|Mr. Turner at once set off for London, where he sought the assistance of the police,|Mr. Turner at once set off for London, where he sought the assistance of the police, +LJ011-0197|and presently ascertained that Wakefield had gone to the Continent with his involuntary bride.|and presently ascertained that Wakefield had gone to the Continent with his involuntary bride. +LJ011-0198|An uncle of Miss Wakefield's, accompanied by his solicitor and a Bow Street runner, at once went in pursuit.|An uncle of Miss Wakefield's, accompanied by his solicitor and a Bow Street runner, at once went in pursuit. +LJ011-0199|Meanwhile, a second letter turned up from Wakefield at Calais, in which he assured Mrs. Turner that Miss Turner was fondly attached to him,|Meanwhile, a second letter turned up from Wakefield at Calais, in which he assured Mrs. Turner that Miss Turner was fondly attached to him, +LJ011-0200|and went on to say, "I do assure you, madam, that it shall be the anxious endeavor of my life to promote her happiness by every means in my power."|and went on to say, "I do assure you, madam, that it shall be the anxious endeavor of my life to promote her happiness by every means in my power." +LJ011-0201|The game, however, was nearly up. Miss Turner was met by her uncle on Calais pier as she was walking with Wakefield.|The game, however, was nearly up. Miss Turner was met by her uncle on Calais pier as she was walking with Wakefield. +LJ011-0202|The uncle claimed her. The husband resisted.|The uncle claimed her. The husband resisted. +LJ011-0203|Monsieur le Maire was appealed to, and decided to leave it to the young lady, who at once abandoned Wakefield.|Monsieur le Maire was appealed to, and decided to leave it to the young lady, who at once abandoned Wakefield. +LJ011-0204|As he still urged his rights over his wife, Miss Turner cried out in protest, "No, no, I am not his wife;|As he still urged his rights over his wife, Miss Turner cried out in protest, "No, no, I am not his wife; +LJ011-0205|he carried me away by fraud and stratagem, and forced me to accompany him to Gretna Green|he carried me away by fraud and stratagem, and forced me to accompany him to Gretna Green +LJ011-0206|By the same forcible means I was compelled to quit England, and to trust myself to the protection of this person,|By the same forcible means I was compelled to quit England, and to trust myself to the protection of this person, +LJ011-0207|whom I never saw until I was taken from Liverpool, and never want to see again.|whom I never saw until I was taken from Liverpool, and never want to see again. +LJ011-0208|On this Wakefield gave in.|On this Wakefield gave in. +LJ011-0209|He surrendered the bride who had never been a wife, and she returned to England with her friends, while Wakefield went on alone to Paris.|He surrendered the bride who had never been a wife, and she returned to England with her friends, while Wakefield went on alone to Paris. +LJ011-0210|Mr. William Wakefield was arrested at Dover, conveyed to Chester, and committed to Lancaster Jail for trial at the next assizes,|Mr. William Wakefield was arrested at Dover, conveyed to Chester, and committed to Lancaster Jail for trial at the next assizes, +LJ011-0211|when indictments were preferred against both brothers "for having carried away Ellen Turner, spinster,|when indictments were preferred against both brothers "for having carried away Ellen Turner, spinster, +LJ011-0212|then a maid and heir apparent unto her father, for the sake of the lucre of her substance; and for having afterwards unlawfully and against her will|then a maid and heir apparent unto her father, for the sake of the lucre of her substance; and for having afterwards unlawfully and against her will +LJ011-0213|married the said Ellen Turner.|married the said Ellen Turner. +LJ011-0214|They were tried in March of the following year, Edward Wakefield having apparently given himself up,|They were tried in March of the following year, Edward Wakefield having apparently given himself up, +LJ011-0215|and found guilty, remaining in Lancaster Jail for a couple of months, when they were brought up to the court of King's Bench for judgment.|and found guilty, remaining in Lancaster Jail for a couple of months, when they were brought up to the court of King's Bench for judgment. +LJ011-0216|The prosecution pressed for a severe penalty. Edward Wakefield pleaded that his trial had already cost him £3000.|The prosecution pressed for a severe penalty. Edward Wakefield pleaded that his trial had already cost him three thousand pounds. +LJ011-0217|Mr. Justice Bayley, in summing up,|Mr. Justice Bayley, in summing up, +LJ011-0218|spoke severely of the gross deception practiced upon an innocent girl, and sentenced the brothers each to three years' imprisonment,|spoke severely of the gross deception practiced upon an innocent girl, and sentenced the brothers each to three years' imprisonment, +LJ011-0219|William Wakefield in Lancaster Jail, and Edward Gibbon Wakefield in Newgate, which sentences were duly enforced.|William Wakefield in Lancaster Jail, and Edward Gibbon Wakefield in Newgate, which sentences were duly enforced. +LJ011-0220|The marriage was annulled by an Act of Parliament, although Wakefield petitioned against it,|The marriage was annulled by an Act of Parliament, although Wakefield petitioned against it, +LJ011-0221|and was brought from Newgate, at his own request, to oppose the second reading of the bill.|and was brought from Newgate, at his own request, to oppose the second reading of the bill. +LJ011-0222|He also wrote and published a pamphlet from the jail to show that Miss Turner had been a consenting party to the marriage, and was really his wife.|He also wrote and published a pamphlet from the jail to show that Miss Turner had been a consenting party to the marriage, and was really his wife. +LJ011-0223|Neither his address nor his pamphlet availed much, for the bill for the divorce passed both Houses.|Neither his address nor his pamphlet availed much, for the bill for the divorce passed both Houses. +LJ011-0224|That Mr. Wakefield was a shrewd critic and close observer of all that went on in the Newgate of those days,|That Mr. Wakefield was a shrewd critic and close observer of all that went on in the Newgate of those days, +LJ011-0225|will be admitted by those who have read his book on "the punishment of death,|will be admitted by those who have read his book on "the punishment of death, +LJ011-0226|which was based on his jail experiences, and of which I have availed myself in the last chapter.|which was based on his jail experiences, and of which I have availed myself in the last chapter. +LJ011-0227|After their release from Lancaster and Newgate respectively, both Wakefields went abroad.|After their release from Lancaster and Newgate respectively, both Wakefields went abroad. +LJ011-0228|Mr. W. Wakefield served in a continental army, and rose to the rank of colonel,|Mr. W. Wakefield served in a continental army, and rose to the rank of colonel, +LJ011-0229|after which he went to New Zealand, and held an important post in that colony.|after which he went to New Zealand, and held an important post in that colony. +LJ011-0230|Mr. E. G. Wakefield took part in the scheme for the colonization of North Australia, and for some years resided in that colony.|Mr. E. G. Wakefield took part in the scheme for the colonization of North Australia, and for some years resided in that colony. +LJ011-0231|Miss Turner subsequently married Mr. Legh of Lym Hall, Cheshire.|Miss Turner subsequently married Mr. Legh of Lym Hall, Cheshire. +LJ011-0232|It must not be imagined that although highway robbery was now nearly extinct, and felonious outrages in the streets were rare,|It must not be imagined that although highway robbery was now nearly extinct, and felonious outrages in the streets were rare, +LJ011-0233|that thieves or depredators were idle or entirely unsuccessful.|that thieves or depredators were idle or entirely unsuccessful. +LJ011-0234|Bigger "jobs" than ever were planned and attempted,|Bigger "jobs" than ever were planned and attempted, +LJ011-0235|as in the burglary at Lambeth Palace, when the thieves were fortunately disappointed, the archbishop having, before he left town,|as in the burglary at Lambeth Palace, when the thieves were fortunately disappointed, the archbishop having, before he left town, +LJ011-0236|sent his plate-chests, eight in number, to the silversmith's for greater security.|sent his plate-chests, eight in number, to the silversmith's for greater security. +LJ011-0237|The jewelers were always a favorite prey of the London thieves.|The jewelers were always a favorite prey of the London thieves. +LJ011-0238|Shops were broken into, as when that of Grimaldi and Johnson, in the Strand, was robbed of watches to the value of £6000.|Shops were broken into, as when that of Grimaldi and Johnson, in the Strand, was robbed of watches to the value of six thousand pounds. +LJ011-0239|Where robbery with violence was intended, the perpetrators had now to adopt various shifts and contrivances to secure their victim.|Where robbery with violence was intended, the perpetrators had now to adopt various shifts and contrivances to secure their victim. +LJ011-0240|No more curious instance of this ever occurred than the assault made by one Howard upon a Mr. Mullay, with intent to rob him.|No more curious instance of this ever occurred than the assault made by one Howard upon a Mr. Mullay, with intent to rob him. +LJ011-0241|The latter had advertised, offering a sum of £1000 to anyone who would introduce him to some mercantile equipment.|The latter had advertised, offering a sum of one thousand pounds to anyone who would introduce him to some mercantile equipment. +LJ011-0242|Howard replied, desiring Mr. Mullay to call upon him in a house in Red Lion Square.|Howard replied, desiring Mr. Mullay to call upon him in a house in Red Lion Square. +LJ011-0243|Mr. Mullay went, and a second interview was agreed upon, when a third person, Mr. Owen,|Mr. Mullay went, and a second interview was agreed upon, when a third person, Mr. Owen, +LJ011-0244|through whose interest an appointment under Government was to be obtained for Mullay, would be present.|through whose interest an appointment under Government was to be obtained for Mullay, would be present. +LJ011-0245|Mr. Mullay called again, taking with him £500 in cash. Howard discovered this, and his manner was very suspicious;|Mr. Mullay called again, taking with him five hundred pounds in cash. Howard discovered this, and his manner was very suspicious; +LJ011-0246|there were weapons in the room -- a long knife, a heavy trap-ball bat, and a poker.|there were weapons in the room -- a long knife, a heavy trap-ball bat, and a poker. +LJ011-0247|Mr. Mullay became alarmed, and as Mr. Owen did not appear, withdrew;|Mr. Mullay became alarmed, and as Mr. Owen did not appear, withdrew; +LJ011-0248|Howard, strange to say, making no attempt to detain him; probably because Mullay promised to return a few days later, and to bring more money.|Howard, strange to say, making no attempt to detain him; probably because Mullay promised to return a few days later, and to bring more money. +LJ011-0249|On this renewed visit Mr. Owen was still absent, and Mr. Mullay agreed to write him a note from a copy Howard gave him.|On this renewed visit Mr. Owen was still absent, and Mr. Mullay agreed to write him a note from a copy Howard gave him. +LJ011-0250|While thus engaged, Howard thrust the poker into the fire.|While thus engaged, Howard thrust the poker into the fire. +LJ011-0251|Mullay protested, and then Howard, under the influence of ungovernable rage, as it seemed, jumped up,|Mullay protested, and then Howard, under the influence of ungovernable rage, as it seemed, jumped up, +LJ011-0252|locked the door, and attacked Mullay violently with the trap-ball bat and knife.|locked the door, and attacked Mullay violently with the trap-ball bat and knife. +LJ011-0253|Mullay defended himself, and managed to break the knife, but not before he had cut himself severely.|Mullay defended himself, and managed to break the knife, but not before he had cut himself severely. +LJ011-0254|A life and death struggle ensued. Mullay cried "Murder!"|A life and death struggle ensued. Mullay cried "Murder!" +LJ011-0255|Howard swore he would finish him, but proved the weaker of the two, and Mullay got him down on the floor.|Howard swore he would finish him, but proved the weaker of the two, and Mullay got him down on the floor. +LJ011-0257|Howard was secured, given into custody, and committed to Newgate.|Howard was secured, given into custody, and committed to Newgate. +LJ011-0258|The defense he set up was, that Mullay had used epithets towards him while they were negotiating a business matter,|The defense he set up was, that Mullay had used epithets towards him while they were negotiating a business matter, +LJ011-0259|and that, being an irritable temper, he had struck Mullay, after which a violent scuffle took place.|and that, being an irritable temper, he had struck Mullay, after which a violent scuffle took place. +LJ011-0260|It was, however, proved that Howard was in needy circumstances, and that his proposals to Mr. Mullay could only have originated in a desire to rob him.|It was, however, proved that Howard was in needy circumstances, and that his proposals to Mr. Mullay could only have originated in a desire to rob him. +LJ011-0261|He was found guilty of an assault with intent, and sentenced to transportation for fourteen years.|He was found guilty of an assault with intent, and sentenced to transportation for fourteen years. +LJ011-0262|A more complicated and altogether most extraordinary case of assault, with intent to extort money, occurred a few years later.|A more complicated and altogether most extraordinary case of assault, with intent to extort money, occurred a few years later. +LJ011-0263|It was perpetrated upon a respectable country solicitor,|It was perpetrated upon a respectable country solicitor, +LJ011-0264|Mr. Gee, of Bishop Stortford, who administered the estate of a certain Mr. Canning, deceased.|Mr. Gee, of Bishop Stortford, who administered the estate of a certain Mr. Canning, deceased. +LJ011-0265|This Mr. Canning had left his widow a life interest in £2000 so long as she remained unmarried.|This Mr. Canning had left his widow a life interest in two thousand pounds so long as she remained unmarried. +LJ011-0266|The money went after her to her children.|The money went after her to her children. +LJ011-0267|Mr. Gee had invested £1200 of this, and was seeking how best to place the remaining £800,|Mr. Gee had invested one thousand two hundred pounds of this, and was seeking how best to place the remaining eight hundred pounds, +LJ011-0268|when he was asked to meet a Mr. Heath in London with regard to the sale of certain lands at Bishop Stortford.|when he was asked to meet a Mr. Heath in London with regard to the sale of certain lands at Bishop Stortford. +LJ011-0269|An appointment was made and kept by Mr. Gee,|An appointment was made and kept by Mr. Gee, +LJ011-0270|but on arrival he was met by a young sailor with a letter which begged Mr. Gee to go to Heath's house, as the latter was not well.|but on arrival he was met by a young sailor with a letter which begged Mr. Gee to go to Heath's house, as the latter was not well. +LJ011-0271|Mr. Gee went in the coach sent for him, and alighted at 27, York Street, West, Commercial Road.|Mr. Gee went in the coach sent for him, and alighted at twenty-seven, York Street, West, Commercial Road. +LJ011-0272|The coach immediately drove off; Mr. Gee entered the house, asked for Mr. Heath, was told he would find him in the back kitchen at breakfast.|The coach immediately drove off; Mr. Gee entered the house, asked for Mr. Heath, was told he would find him in the back kitchen at breakfast. +LJ011-0273|He was about to descend the stairs when three persons, one of them the young sailor,|He was about to descend the stairs when three persons, one of them the young sailor, +LJ011-0274|fell upon him, and in spite of his resistance carried him into a sort of den partitioned off at the end of the back kitchen.|fell upon him, and in spite of his resistance carried him into a sort of den partitioned off at the end of the back kitchen. +LJ011-0275|There he was seated on some sort of wooden bench and securely fastened.|There he was seated on some sort of wooden bench and securely fastened. +LJ011-0276|"A chain fixed to staples at his back passed round his chest under his arms, and was padlocked on the left side;"|"A chain fixed to staples at his back passed round his chest under his arms, and was padlocked on the left side;" +LJ011-0277|his feet were bound with cords and made fast to rings in the floor. Thus manacled, one of the party, who pretended to be Mrs. Canning's brother,|his feet were bound with cords and made fast to rings in the floor. Thus manacled, one of the party, who pretended to be Mrs. Canning's brother, +LJ011-0278|addressed him, insisting that he should forthwith sign a cheque for the £800 of the Canning inheritance still uninvested,|addressed him, insisting that he should forthwith sign a cheque for the eight hundred pounds of the Canning inheritance still uninvested, +LJ011-0279|and write an order sufficient to secure the surrender of the other £1200.|and write an order sufficient to secure the surrender of the other one thousand two hundred pounds. +LJ011-0280|Mr. Gee at first stoutly refused.|Mr. Gee at first stoutly refused. +LJ011-0281|Then, as they warned him that he would be kept a prisoner in total darkness in this horrible den until he agreed to their demands,|Then, as they warned him that he would be kept a prisoner in total darkness in this horrible den until he agreed to their demands, +LJ011-0282|he gave in, and signed the documents thus illegally extorted.|he gave in, and signed the documents thus illegally extorted. +LJ011-0283|One was a cheque for £800 on his bankers, the other an order to Mr. Bell of Newport, Essex, requesting the surrender of a deed.|One was a cheque for eight hundred pounds on his bankers, the other an order to Mr. Bell of Newport, Essex, requesting the surrender of a deed. +LJ011-0284|His captors having thus succeeded in their designs, left him, no doubt to realize the money.|His captors having thus succeeded in their designs, left him, no doubt to realize the money. +LJ011-0285|The door of his place of durance stood open, and Mr. Gee began to consider whether he might not escape.|The door of his place of durance stood open, and Mr. Gee began to consider whether he might not escape. +LJ011-0286|For three hours he struggled without success with his bonds,|For three hours he struggled without success with his bonds, +LJ011-0287|but at length managed to wriggle out of the chain which confined his body, and soon loosened the ropes round his feet.|but at length managed to wriggle out of the chain which confined his body, and soon loosened the ropes round his feet. +LJ011-0288|Thus free, he eluded the vigilance of two of the party, who were at dinner in the front kitchen,|Thus free, he eluded the vigilance of two of the party, who were at dinner in the front kitchen, +LJ011-0289|and creeping out into the garden at the back, climbed the wall, and got into the street.|and creeping out into the garden at the back, climbed the wall, and got into the street. +LJ011-0290|His first act was to send a messenger to stop the cheque and the order to Mr. Bell, his next to seek the help of the police.|His first act was to send a messenger to stop the cheque and the order to Mr. Bell, his next to seek the help of the police. +LJ011-0291|Two Bow Street runners were dispatched to the house in York Street, which had evidently been taken on purpose for the outrage.|Two Bow Street runners were dispatched to the house in York Street, which had evidently been taken on purpose for the outrage. +LJ011-0292|There was no furniture in the place, and the den in the kitchen had been recently and specially constructed of boards of immense strength and thickness.|There was no furniture in the place, and the den in the kitchen had been recently and specially constructed of boards of immense strength and thickness. +LJ011-0293|It was a cell five feet by three, within another, the intervening being filled with rammed earth to deaden the sound.|It was a cell five feet by three, within another, the intervening being filled with rammed earth to deaden the sound. +LJ012-0001|The Chronicles of Newgate, Volume 2. By Arthur Griffiths. Section 15: Newgate notorieties, part 3|The Chronicles of Newgate, Volume two. By Arthur Griffiths. Section fifteen: Newgate notorieties, part three +LJ012-0002|On the arrival of the police the house was empty.|On the arrival of the police the house was empty. +LJ012-0003|The two men on guard had gone off immediately after Mr. Gee had escaped, but they returned later in the day, and were apprehended.|The two men on guard had gone off immediately after Mr. Gee had escaped, but they returned later in the day, and were apprehended. +LJ012-0004|Inquiries set on foot also elicited the suspicion that the person who had represented Mrs. Canning's brother|Inquiries set on foot also elicited the suspicion that the person who had represented Mrs. Canning's brother +LJ012-0005|was a blind man named Edwards, who had taken this house in York Street, and who was known to be a frequent visitor at Mrs. Canning's.|was a blind man named Edwards, who had taken this house in York Street, and who was known to be a frequent visitor at Mrs. Canning's. +LJ012-0006|A watch was set on him at her house, where he was soon afterwards arrested.|A watch was set on him at her house, where he was soon afterwards arrested. +LJ012-0007|Edwards, whom Mr. Gee easily identified with the others, at once admitted that he was the prime mover of the conspiracy.|Edwards, whom Mr. Gee easily identified with the others, at once admitted that he was the prime mover of the conspiracy. +LJ012-0008|He had sought by all legal means to obtain possession of the £2000, but had failed, and had had recourse to more violent means.|He had sought by all legal means to obtain possession of the two thousand pounds, but had failed, and had had recourse to more violent means. +LJ012-0009|It turned out that he was really married to Mrs. Canning,|It turned out that he was really married to Mrs. Canning, +LJ012-0010|both having been recognized by the clergyman who had performed the ceremony, and the assault had been committed to secure the money|both having been recognized by the clergyman who had performed the ceremony, and the assault had been committed to secure the money +LJ012-0011|which Mrs. Canning had lost by remarriage.|which Mrs. Canning had lost by remarriage. +LJ012-0012|All three men were committed for trial, although Edwards wished to exculpate the others as having only acted under his order.|All three men were committed for trial, although Edwards wished to exculpate the others as having only acted under his order. +LJ012-0013|At the trial the indictment charging them with felony could not be sustained, but they were found guilty of conspiracy and assault.|At the trial the indictment charging them with felony could not be sustained, but they were found guilty of conspiracy and assault. +LJ012-0014|Edwards was sentenced to two years' imprisonment in Newgate,|Edwards was sentenced to two years' imprisonment in Newgate, +LJ012-0015|Weedon and Lecasser to twelve and six months respectively in Coldbath Fields.|Weedon and Lecasser to twelve and six months respectively in Coldbath Fields. +LJ012-0016|At no period could thieves in London or elsewhere have prospered had they been unable to dispose of their ill-gotten goods.|At no period could thieves in London or elsewhere have prospered had they been unable to dispose of their ill-gotten goods. +LJ012-0017|The trade of fence, or receiver, therefore, is very nearly as old as the crimes which it so obviously fostered.|The trade of fence, or receiver, therefore, is very nearly as old as the crimes which it so obviously fostered. +LJ012-0018|One of the most notorious, and for a time most successful practitioners in this illicit trade, passed through Newgate in 1831.|One of the most notorious, and for a time most successful practitioners in this illicit trade, passed through Newgate in eighteen thirty-one. +LJ012-0019|The name of Ikey Solomons was long remembered by thief and thief-taker.|The name of Ikey Solomons was long remembered by thief and thief-taker. +LJ012-0020|He began as an itinerant street vendor at eight, at ten he passed bad money,|He began as an itinerant street vendor at eight, at ten he passed bad money, +LJ012-0021|at fourteen he was a pickpocket and a "duffer," or a seller of sham goods.|at fourteen he was a pickpocket and a "duffer," or a seller of sham goods. +LJ012-0022|He early saw the profits to be made out of purchasing stolen goods, but could not embark in it at first for want of capital.|He early saw the profits to be made out of purchasing stolen goods, but could not embark in it at first for want of capital. +LJ012-0023|He was taken up when still in his teens for stealing a pocketbook, and was sentenced to transportation, but did not get beyond the hulks at Chatham.|He was taken up when still in his teens for stealing a pocketbook, and was sentenced to transportation, but did not get beyond the hulks at Chatham. +LJ012-0024|On his release an uncle, a slop-seller in Chatham, gave him a situation as "barker," or salesman,|On his release an uncle, a slop-seller in Chatham, gave him a situation as "barker," or salesman, +LJ012-0025|at which he realized £150 within a couple of years.|at which he realized one hundred fifty pounds within a couple of years. +LJ012-0026|With this capital he returned to London and set up as a fence.|With this capital he returned to London and set up as a fence. +LJ012-0027|He had such great aptitude for business, and such a thorough knowledge of the real value of goods,|He had such great aptitude for business, and such a thorough knowledge of the real value of goods, +LJ012-0028|that he was soon admitted to be one of the best judges known of all kinds of property, from a glass bottle to a five hundred guinea chronometer.|that he was soon admitted to be one of the best judges known of all kinds of property, from a glass bottle to a five hundred guinea chronometer. +LJ012-0029|But he never paid more than a fixed price for all articles of the same class, whatever their intrinsic value.|But he never paid more than a fixed price for all articles of the same class, whatever their intrinsic value. +LJ012-0030|Thus, a watch was paid for as a watch, whether it was of gold or silver; a piece of linen as such, whether the stuff was coarse or fine.|Thus, a watch was paid for as a watch, whether it was of gold or silver; a piece of linen as such, whether the stuff was coarse or fine. +LJ012-0031|This rule in dealing with stolen goods continues to this day, and has made the fortune of many since Ikey.|This rule in dealing with stolen goods continues to this day, and has made the fortune of many since Ikey. +LJ012-0032|Solomons also established a system of provincial agency, by which stolen goods were passed on from London to the seaports, and so abroad.|Solomons also established a system of provincial agency, by which stolen goods were passed on from London to the seaports, and so abroad. +LJ012-0033|Jewels were re-set,|Jewels were re-set, +LJ012-0034|diamonds refaced; all marks by which other articles might be identified, the selvages of linen, the stamps on shoes,|diamonds refaced; all marks by which other articles might be identified, the selvages of linen, the stamps on shoes, +LJ012-0035|the number and names on watches, were carefully removed or obliterated after the goods passed out of his hands.|the number and names on watches, were carefully removed or obliterated after the goods passed out of his hands. +LJ012-0036|On one occasion the whole of the proceeds of a robbery from a boot shop was traced to Solomons';|On one occasion the whole of the proceeds of a robbery from a boot shop was traced to Solomons'; +LJ012-0037|the owner came with the police, and was morally convinced that it was his property,|the owner came with the police, and was morally convinced that it was his property, +LJ012-0038|but could not positively identify it, and Ikey defied them to remove a single shoe.|but could not positively identify it, and Ikey defied them to remove a single shoe. +LJ012-0039|In the end the injured bootmaker agreed to buy back his stolen stock|In the end the injured bootmaker agreed to buy back his stolen stock +LJ012-0040|at the price Solomons had paid for it, and it cost him about a hundred pounds to re-stock his shop with his own goods.|at the price Solomons had paid for it, and it cost him about a hundred pounds to re-stock his shop with his own goods. +LJ012-0041|As a general rule Ikey Solomons confined his purchases to small articles, mostly of jewelery and plate,|As a general rule Ikey Solomons confined his purchases to small articles, mostly of jewelery and plate, +LJ012-0042|which he kept concealed in a hiding-place with a trap-door just under his bed.|which he kept concealed in a hiding-place with a trap-door just under his bed. +LJ012-0043|He lived in Rosemary Lane, and sometimes he had as much as £20,000 worth of goods secreted on the premises.|He lived in Rosemary Lane, and sometimes he had as much as twenty thousand pounds worth of goods secreted on the premises. +LJ012-0045|he put another lady, with whom he was on intimate terms.|he put another lady, with whom he was on intimate terms. +LJ012-0046|The second house was in Lower Queen Street, Islington, and he used it for some time as a depot for valuables.|The second house was in Lower Queen Street, Islington, and he used it for some time as a depot for valuables. +LJ012-0047|But it was eventually discovered by Mrs. Solomons, a very jealous wife,|But it was eventually discovered by Mrs. Solomons, a very jealous wife, +LJ012-0048|and this, with the danger arising from an extensive robbery of watches in Cheapside, in which Ikey was implicated as a receiver,|and this, with the danger arising from an extensive robbery of watches in Cheapside, in which Ikey was implicated as a receiver, +LJ012-0049|led him to think seriously of trying his fortunes in another land.|led him to think seriously of trying his fortunes in another land. +LJ012-0050|He was about to emigrate to New South Wales, when he was arrested at Islington and committed to Newgate on a charge of receiving stolen goods.|He was about to emigrate to New South Wales, when he was arrested at Islington and committed to Newgate on a charge of receiving stolen goods. +LJ012-0051|While thus incarcerated he managed to escape from custody, but not actually from jail, by an ingenious contrivance which is worth mentioning.|While thus incarcerated he managed to escape from custody, but not actually from jail, by an ingenious contrivance which is worth mentioning. +LJ012-0052|He claimed to be admitted to bail, and was taken from Newgate on a writ of habeas before one of the judges sitting at Westminster.|He claimed to be admitted to bail, and was taken from Newgate on a writ of habeas before one of the judges sitting at Westminster. +LJ012-0053|He was conveyed in a coach driven by a confederate, and under the escort of a couple of turnkeys.|He was conveyed in a coach driven by a confederate, and under the escort of a couple of turnkeys. +LJ012-0054|Solomons, while waiting to appear in court, persuaded the turnkeys to take him to a public-house, where all might "refresh."|Solomons, while waiting to appear in court, persuaded the turnkeys to take him to a public-house, where all might "refresh." +LJ012-0055|While there he was joined by his wife and other friends.|While there he was joined by his wife and other friends. +LJ012-0056|After a short carouse the prisoner went into Westminster, his case was heard, bail refused, and he was ordered back to Newgate.|After a short carouse the prisoner went into Westminster, his case was heard, bail refused, and he was ordered back to Newgate. +LJ012-0057|But he once more persuaded the turnkeys to pause at the public, where more liquor was consumed.|But he once more persuaded the turnkeys to pause at the public, where more liquor was consumed. +LJ012-0058|When the journey was resumed, Mrs. Solomons accompanied her husband in the coach. Half-way to Newgate she was taken with a fit.|When the journey was resumed, Mrs. Solomons accompanied her husband in the coach. Half-way to Newgate she was taken with a fit. +LJ012-0059|One turnkey was stupidly drunk, and Ikey persuaded the other, who was not much better,|One turnkey was stupidly drunk, and Ikey persuaded the other, who was not much better, +LJ012-0060|to let the coach change and pass Petticoat Lane en route to the jail, where the suffering woman might be handed over to her friends.|to let the coach change and pass Petticoat Lane en route to the jail, where the suffering woman might be handed over to her friends. +LJ012-0061|On stopping at a door in this low street, Ikey jumped out, ran into the house, slamming the door behind him.|On stopping at a door in this low street, Ikey jumped out, ran into the house, slamming the door behind him. +LJ012-0062|He passed through and out at the back, and was soon beyond pursuit.|He passed through and out at the back, and was soon beyond pursuit. +LJ012-0063|By-and-by the turnkeys, sobered by their loss, returned to Newgate alone, and pleaded in excuse that they had been drugged.|By-and-by the turnkeys, sobered by their loss, returned to Newgate alone, and pleaded in excuse that they had been drugged. +LJ012-0064|Ikey left no traces, and the police could hear nothing of him. He had in fact gone out of the country, to Copenhagen, whence he passed on to New York.|Ikey left no traces, and the police could hear nothing of him. He had in fact gone out of the country, to Copenhagen, whence he passed on to New York. +LJ012-0065|There he devoted himself to the circulation of forged notes. He was also anxious to do business in watches,|There he devoted himself to the circulation of forged notes. He was also anxious to do business in watches, +LJ012-0066|and begged his wife to send him over a consignment of cheap "righteous" watches, or such as had been honestly obtained, and not "on the cross."|and begged his wife to send him over a consignment of cheap "righteous" watches, or such as had been honestly obtained, and not "on the cross." +LJ012-0067|But Mrs. Solomons could not resist the temptation to dabble in stolen goods, and she was found shipping watches of the wrong category to New York.|But Mrs. Solomons could not resist the temptation to dabble in stolen goods, and she was found shipping watches of the wrong category to New York. +LJ012-0068|For this she received a sentence of fourteen years' transportation, and was sent to Van Diemen's Land.|For this she received a sentence of fourteen years' transportation, and was sent to Van Diemen's Land. +LJ012-0069|Ikey joined her at Hobart Town, where they set up a general shop, and soon began to prosper.|Ikey joined her at Hobart Town, where they set up a general shop, and soon began to prosper. +LJ012-0070|He was, however, recognized, and ere long an order came out from home for his arrest and transfer to England,|He was, however, recognized, and ere long an order came out from home for his arrest and transfer to England, +LJ012-0071|which presently followed, and again found himself an inmate of Newgate, waiting trial as a receiver and a prison-breaker.|which presently followed, and again found himself an inmate of Newgate, waiting trial as a receiver and a prison-breaker. +LJ012-0072|He was indicted on eight charges, two only of which were substantiated, but on each of them he received a sentence of seven years' transportation.|He was indicted on eight charges, two only of which were substantiated, but on each of them he received a sentence of seven years' transportation. +LJ012-0073|At his own request he was reconveyed to Hobart Town, where his son had been carrying on the business.|At his own request he was reconveyed to Hobart Town, where his son had been carrying on the business. +LJ012-0074|Whether Ikey was "assigned" to his own family is not recorded, but no doubt he succeeded to his own property when the term of servitude had expired.|Whether Ikey was "assigned" to his own family is not recorded, but no doubt he succeeded to his own property when the term of servitude had expired. +LJ012-0075|No doubt, on the removal of Ikey Solomons from the scene, his mantle fell upon worthy successors.|No doubt, on the removal of Ikey Solomons from the scene, his mantle fell upon worthy successors. +LJ012-0076|There was an increase rather than an abatement in jewel and bullion robberies in the years immediately following,|There was an increase rather than an abatement in jewel and bullion robberies in the years immediately following, +LJ012-0077|and the thieves seem to have had no difficulty in disposing of their spoil.|and the thieves seem to have had no difficulty in disposing of their spoil. +LJ012-0078|One of the largest robberies of its class was that effected upon the Custom House in the winter of 1834.|One of the largest robberies of its class was that effected upon the Custom House in the winter of eighteen thirty-four. +LJ012-0079|A large amount of specie was nearly always retained here in the department of the Receiver of Fines.|A large amount of specie was nearly always retained here in the department of the Receiver of Fines. +LJ012-0080|This was known to some clerks in the office, who began to consider how they might lay hands on a lot of cash.|This was known to some clerks in the office, who began to consider how they might lay hands on a lot of cash. +LJ012-0081|Being inexperienced, they decided to call in the services of a couple of professional housebreakers,|Being inexperienced, they decided to call in the services of a couple of professional housebreakers, +LJ012-0082|Jordan and Sullivan, who at once set to work in a business-like way to obtain impressions of the keys of the strong room and chest.|Jordan and Sullivan, who at once set to work in a business-like way to obtain impressions of the keys of the strong room and chest. +LJ012-0083|But before committing themselves to an attempt on the latter, it was of importance to ascertain how much it usually contained.|But before committing themselves to an attempt on the latter, it was of importance to ascertain how much it usually contained. +LJ012-0084|For this purpose Jordan waited on the receiver to make a small payment, for which he tendered a fifty-pound note.|For this purpose Jordan waited on the receiver to make a small payment, for which he tendered a fifty-pound note. +LJ012-0085|The chest was opened to give change, and a heavy tray lifted out which plainly held some £4000 in cash.|The chest was opened to give change, and a heavy tray lifted out which plainly held some four thousand pounds in cash. +LJ012-0086|Some difficulty then arose as to gaining admission to the strong room, and it was arranged that a man, May, another Custom House clerk,|Some difficulty then arose as to gaining admission to the strong room, and it was arranged that a man, May, another Custom House clerk, +LJ012-0087|should be introduced into the building, and secreted there during the night to accomplish the robbery.|should be introduced into the building, and secreted there during the night to accomplish the robbery. +LJ012-0088|May was smuggled in through a window on the esplanade behind an opened umbrella. When the place was quite deserted|May was smuggled in through a window on the esplanade behind an opened umbrella. When the place was quite deserted +LJ012-0089|he broke open the chest and stole £4700 in notes, with a quantity of gold and some silver.|he broke open the chest and stole four thousand, seven hundred pounds in notes, with a quantity of gold and some silver. +LJ012-0090|He went out next morning with the booty when the doors were re-opened, and attracted no attention.|He went out next morning with the booty when the doors were re-opened, and attracted no attention. +LJ012-0091|The spoil was fairly divided; part of the notes were disposed of to a traveling "receiver," who passed over to the Continent and there cashed them easily.|The spoil was fairly divided; part of the notes were disposed of to a traveling "receiver," who passed over to the Continent and there cashed them easily. +LJ012-0092|This occurred in November 1834. The Custom House officials were in a state of consternation,|This occurred in November eighteen thirty-four. The Custom House officials were in a state of consternation, +LJ012-0093|and the police were unable at first to get on the track of the thieves.|and the police were unable at first to get on the track of the thieves. +LJ012-0094|While the excitement was still fresh, a new robbery of diamonds was committed at a bonded warehouse in the immediate neighborhood, on Custom House Quay.|While the excitement was still fresh, a new robbery of diamonds was committed at a bonded warehouse in the immediate neighborhood, on Custom House Quay. +LJ012-0095|The jewels had belonged to a Spanish countess recently deceased, who had sent them to England for greater security on the outbreak of the first Carlist war.|The jewels had belonged to a Spanish countess recently deceased, who had sent them to England for greater security on the outbreak of the first Carlist war. +LJ012-0096|At her death the diamonds were divided between her four daughters, but only half had been claimed,|At her death the diamonds were divided between her four daughters, but only half had been claimed, +LJ012-0097|and at the time of the robbery there were still £6000 worth in the warehouse.|and at the time of the robbery there were still six thousand pounds worth in the warehouse. +LJ012-0098|These were deposited in an iron chest of great strength on the second floor.|These were deposited in an iron chest of great strength on the second floor. +LJ012-0099|The thieves it was supposed had secreted themselves in the warehouse during business hours, and waited till night to carry out their plans.|The thieves it was supposed had secreted themselves in the warehouse during business hours, and waited till night to carry out their plans. +LJ012-0100|Some ham sandwiches, several cigar ends, and two empty champagne bottles were found on the premises next day, showing how they had passed their time.|Some ham sandwiches, several cigar ends, and two empty champagne bottles were found on the premises next day, showing how they had passed their time. +LJ012-0101|They had had serious work to get at the diamonds. It was necessary to force one heavy door from its hinges, and to cut through the thick panels of another.|They had had serious work to get at the diamonds. It was necessary to force one heavy door from its hinges, and to cut through the thick panels of another. +LJ012-0102|The lock and fastenings of the chest were forced by means of a "jack," an instrument known to housebreakers,|The lock and fastenings of the chest were forced by means of a "jack," an instrument known to housebreakers, +LJ012-0103|which if introduced into a keyhole, and worked like a bit and brace, will soon destroy the strongest lock.|which if introduced into a keyhole, and worked like a bit and brace, will soon destroy the strongest lock. +LJ012-0104|The thieves were satisfied with the diamonds; they broke open other cases containing gold watches and plate, but abstracted nothing.|The thieves were satisfied with the diamonds; they broke open other cases containing gold watches and plate, but abstracted nothing. +LJ012-0105|The police were of opinion that these robberies were both the work of the same hand.|The police were of opinion that these robberies were both the work of the same hand. +LJ012-0106|But it was not until the autumn that they traced some of the notes stolen from the Custom House to Jordan and Sullivan.|But it was not until the autumn that they traced some of the notes stolen from the Custom House to Jordan and Sullivan. +LJ012-0107|About this time also suspicion fell upon Huey, one of the clerks, who was arrested soon afterwards, and made a clean breast of the whole affair.|About this time also suspicion fell upon Huey, one of the clerks, who was arrested soon afterwards, and made a clean breast of the whole affair. +LJ012-0108|There was a hunt for the two well-known house-breakers, who were eventually heard of at a lodging in Kennington.|There was a hunt for the two well-known house-breakers, who were eventually heard of at a lodging in Kennington. +LJ012-0109|But they at once made tracks, and took up their residence under assumed names in a tavern in Bloomsbury.|But they at once made tracks, and took up their residence under assumed names in a tavern in Bloomsbury. +LJ012-0110|The police lost all trace of them for some days, but at length Sullivan's brother was followed from the house in Kennington to the above-mentioned tavern.|The police lost all trace of them for some days, but at length Sullivan's brother was followed from the house in Kennington to the above-mentioned tavern. +LJ012-0111|Both the thieves were now apprehended, but only a small portion of the lost property was recovered,|Both the thieves were now apprehended, but only a small portion of the lost property was recovered, +LJ012-0112|notwithstanding a minute search through the room they had occupied.|notwithstanding a minute search through the room they had occupied. +LJ012-0113|After their arrest, Jordan's wife and Sullivan's brother came to the inn, and begged to be allowed to visit this room;|After their arrest, Jordan's wife and Sullivan's brother came to the inn, and begged to be allowed to visit this room; +LJ012-0114|but their request, in spite of their earnest entreaties,|but their request, in spite of their earnest entreaties, +LJ012-0115|was refused, at the instigation of the police. A few days later a frequent guest at the tavern arrived, and had this same room allotted to him.|was refused, at the instigation of the police. A few days later a frequent guest at the tavern arrived, and had this same room allotted to him. +LJ012-0116|A fire was lit in it, and the maid in doing so threw a lot of rubbish, as it seemed, which had accumulated under the grate, on top of the burning coals.|A fire was lit in it, and the maid in doing so threw a lot of rubbish, as it seemed, which had accumulated under the grate, on top of the burning coals. +LJ012-0117|By-and-by the occupant of the room noticed something glittering in the center of the fire, which, to inspect more closely, he took out with the tongs.|By-and-by the occupant of the room noticed something glittering in the center of the fire, which, to inspect more closely, he took out with the tongs. +LJ012-0118|It was a large gold brooch set in pearls, but a portion of the mounting had melted with the heat.|It was a large gold brooch set in pearls, but a portion of the mounting had melted with the heat. +LJ012-0119|The fire was raked out, and in the ashes were found seven large and four dozen small brilliants, also seven emeralds,|The fire was raked out, and in the ashes were found seven large and four dozen small brilliants, also seven emeralds, +LJ012-0120|one of them of considerable size.|one of them of considerable size. +LJ012-0121|A part of the "swag" stolen from the bonded warehouse was thus recovered, but it was supposed that a number of the stolen notes had perished in the fire.|A part of the "swag" stolen from the bonded warehouse was thus recovered, but it was supposed that a number of the stolen notes had perished in the fire. +LJ012-0122|The condign punishment meted out to these Custom House robbers had no deterrent effect seemingly.|The condign punishment meted out to these Custom House robbers had no deterrent effect seemingly. +LJ012-0123|Within three months, three new and most mysterious burglaries were committed at the West End, all in houses adjoining each other.|Within three months, three new and most mysterious burglaries were committed at the West End, all in houses adjoining each other. +LJ012-0124|One was occupied by the Portuguese ambassador, who lost a quantity of jewelery from an escritoire, and his neighbors lost plate and cash.|One was occupied by the Portuguese ambassador, who lost a quantity of jewelery from an escritoire, and his neighbors lost plate and cash. +LJ012-0125|Not the slightest clue to these large affairs was ever obtained, but it is probable that they were "put up" jobs, or managed with the complicity of servants.|Not the slightest clue to these large affairs was ever obtained, but it is probable that they were "put up" jobs, or managed with the complicity of servants. +LJ012-0126|The next year twelve thousand sovereigns were cleverly stolen in the Mile End Road.|The next year twelve thousand sovereigns were cleverly stolen in the Mile End Road. +LJ012-0127|The gold-dust robbery of 1839, the first of its kind, was cleverly and carefully planned with the assistance of a dishonest employee.|The gold-dust robbery of eighteen thirty-nine, the first of its kind, was cleverly and carefully planned with the assistance of a dishonest employee. +LJ012-0128|A young man named Caspar, clerk to a steam-ship company,|A young man named Caspar, clerk to a steam-ship company, +LJ012-0129|learnt through the firm's correspondence that a quantity of gold-dust|learnt through the firm's correspondence that a quantity of gold-dust +LJ012-0130|brought in a man-of-war from Brazil had been transhipped at Falmouth for conveyance to London.|brought in a man-of-war from Brazil had been transhipped at Falmouth for conveyance to London. +LJ012-0131|The letter informed him of the marks and sizes of the cases containing the precious metal,|The letter informed him of the marks and sizes of the cases containing the precious metal, +LJ012-0132|and he with his father arranged that a messenger should call for the stuff with forged credentials, and anticipating the rightful owner.|and he with his father arranged that a messenger should call for the stuff with forged credentials, and anticipating the rightful owner. +LJ012-0133|The fraudulent messenger, by the help of young Caspar, established his claim to the boxes, paid the wharfage dues, and carried off the gold-dust.|The fraudulent messenger, by the help of young Caspar, established his claim to the boxes, paid the wharfage dues, and carried off the gold-dust. +LJ012-0134|Presently the proper person arrived from the consignees, but found the gold-dust gone.|Presently the proper person arrived from the consignees, but found the gold-dust gone. +LJ012-0135|The police were at once employed, and after infinite pains they discovered the person, one Moss, who had acted as the messenger.|The police were at once employed, and after infinite pains they discovered the person, one Moss, who had acted as the messenger. +LJ012-0136|Moss was known to be intimate with the elder Caspar,|Moss was known to be intimate with the elder Caspar, +LJ012-0137|father of the clerk to the steam-ship company, and these facts were deemed sufficient to justify the arrest of all three.|father of the clerk to the steam-ship company, and these facts were deemed sufficient to justify the arrest of all three. +LJ012-0138|They also ascertained that a gold-refiner,|They also ascertained that a gold-refiner, +LJ012-0139|Solomons, had sold bar gold to the value of £1200 to certain bullion dealers.|Solomons, had sold bar gold to the value of one thousand two hundred pounds to certain bullion dealers. +LJ012-0140|Solomons was not straightforward in his replies as to where he got the gold, and he was soon placed in the dock with the Caspars and Moss.|Solomons was not straightforward in his replies as to where he got the gold, and he was soon placed in the dock with the Caspars and Moss. +LJ012-0141|Moss presently turned approver,|Moss presently turned approver, +LJ012-0142|and implicated "Money Moses," another Jew, for the whole affair had been planned and executed by members of the Hebrew persuasion.|and implicated "Money Moses," another Jew, for the whole affair had been planned and executed by members of the Hebrew persuasion. +LJ012-0143|"Money Moses" had received the stolen gold-dust from Moss' father-in-law, Davis, or Isaacs, who was never arrested,|"Money Moses" had received the stolen gold-dust from Moss' father-in-law, Davis, or Isaacs, who was never arrested, +LJ012-0144|and passed it on to Solomons by his daughter, a widow named Abrahams.|and passed it on to Solomons by his daughter, a widow named Abrahams. +LJ012-0146|In the course of the trial it came out that almost every one concerned except the Caspars had endeavored to defraud his accomplices.|In the course of the trial it came out that almost every one concerned except the Caspars had endeavored to defraud his accomplices. +LJ012-0147|Moss peached because he declared he had been done out of the proper price of the gold-dust; but it was clear that he had tried to appropriate the whole of the stuff,|Moss peached because he declared he had been done out of the proper price of the gold-dust; but it was clear that he had tried to appropriate the whole of the stuff, +LJ012-0148|instead of handing it or the price of it back to the Caspars.|instead of handing it or the price of it back to the Caspars. +LJ012-0149|"Money Moses" and Mrs. Abrahams imposed upon Moss as to the price paid by Solomons;|"Money Moses" and Mrs. Abrahams imposed upon Moss as to the price paid by Solomons; +LJ012-0150|Mrs. Abrahams imposed upon her father by abstracting a portion of the dust and selling it on her own account;|Mrs. Abrahams imposed upon her father by abstracting a portion of the dust and selling it on her own account; +LJ012-0151|Solomons cheated the whole lot by retaining half the gold in his possession, and only giving an I. O. U. for it,|Solomons cheated the whole lot by retaining half the gold in his possession, and only giving an I. O. U. for it, +LJ012-0152|which he refused to redeem on account of the row about the robbery.|which he refused to redeem on account of the row about the robbery. +LJ012-0153|Moses, it may be added, was a direct descendant of Ikey Solomons.|Moses, it may be added, was a direct descendant of Ikey Solomons. +LJ012-0154|He was ostensibly a publican,|He was ostensibly a publican, +LJ012-0155|and kept the Black Lion in Vinegar Yard, Drury Lane, where secretly he did business as one of the most daring and successful fencers ever known in the metropolis.|and kept the Black Lion in Vinegar Yard, Drury Lane, where secretly he did business as one of the most daring and successful fencers ever known in the metropolis. +LJ012-0156|His arrest and conviction cast dismay over the whole gang of receivers, and for a time seriously checked the nefarious traffic.|His arrest and conviction cast dismay over the whole gang of receivers, and for a time seriously checked the nefarious traffic. +LJ012-0157|It may be added that prison life did not agree with "Money Moses"; a striking change came over his appearance while in Newgate.|It may be added that prison life did not agree with "Money Moses"; a striking change came over his appearance while in Newgate. +LJ012-0158|Before his confinement he had been a sleek round person, addicted obviously to the pleasures of the table.|Before his confinement he had been a sleek round person, addicted obviously to the pleasures of the table. +LJ012-0159|He did not thrive on prison fare,|He did not thrive on prison fare, +LJ012-0160|now more strictly meager, thanks to the inspectors and the more stringent discipline, and before he embarked for Australia to undergo his fourteen years,|now more strictly meager, thanks to the inspectors and the more stringent discipline, and before he embarked for Australia to undergo his fourteen years, +LJ012-0161|he was reported to have fallen away to a shadow.|he was reported to have fallen away to a shadow. +LJ012-0162|Having brought down the records of great frauds, forgeries, and thefts from about 1825 to 1840,|Having brought down the records of great frauds, forgeries, and thefts from about eighteen twenty-five to eighteen forty, +LJ012-0163|I will now retrace my steps and give some account of the more remarkable murders during that period.|I will now retrace my steps and give some account of the more remarkable murders during that period. +LJ012-0164|No murder has created greater sensation and horror throughout England than that of Mr. Weare by Thurtell, Hunt, and Probert.|No murder has created greater sensation and horror throughout England than that of Mr. Weare by Thurtell, Hunt, and Probert. +LJ012-0165|As this was accomplished beyond the limits of the metropolis, and its perpetrators arraigned at Hertford,|As this was accomplished beyond the limits of the metropolis, and its perpetrators arraigned at Hertford, +LJ012-0166|where the principal actor suffered death, the case hardly comes within the limits of my subject.|where the principal actor suffered death, the case hardly comes within the limits of my subject. +LJ012-0167|But Probert, who turned king's evidence, and materially assisted conviction,|But Probert, who turned king's evidence, and materially assisted conviction, +LJ012-0168|was tried at the Old Bailey the following year for horse-stealing, and hanged in front of Newgate.|was tried at the Old Bailey the following year for horse-stealing, and hanged in front of Newgate. +LJ012-0169|The murder was still fresh in the memory of the populace, and Probert was all but lynched on his way to jail.|The murder was still fresh in the memory of the populace, and Probert was all but lynched on his way to jail. +LJ012-0170|According to his statement, when sentenced to death, he had been driven to horse-stealing by the execration which had pursued him after the murder.|According to his statement, when sentenced to death, he had been driven to horse-stealing by the execration which had pursued him after the murder. +LJ012-0171|Every door had been closed against him, every hope of future support blasted.|Every door had been closed against him, every hope of future support blasted. +LJ012-0172|Since the calamitous event," he went on, "that happened at Hertford, I have been a lost man."|Since the calamitous event," he went on, "that happened at Hertford, I have been a lost man." +LJ012-0173|The event which he styles calamitous we may well characterize as one of the most deliberately atrocious murders on record.|The event which he styles calamitous we may well characterize as one of the most deliberately atrocious murders on record. +LJ012-0174|Thurtell was a gambler, and Weare had won a good deal of money from him.|Thurtell was a gambler, and Weare had won a good deal of money from him. +LJ012-0175|Weare was supposed to carry a "private bank" about with him in a pocket in his under waistcoat.|Weare was supposed to carry a "private bank" about with him in a pocket in his under waistcoat. +LJ012-0176|To obtain possession of this, Thurtell with his two associates resolved to kill him.|To obtain possession of this, Thurtell with his two associates resolved to kill him. +LJ012-0177|The victim was invited to visit Probert's cottage in the country near Elstree.|The victim was invited to visit Probert's cottage in the country near Elstree. +LJ012-0178|Thurtell drove him down in a gig, "to be killed as he traveled," in Thurtell's own words.|Thurtell drove him down in a gig, "to be killed as he traveled," in Thurtell's own words. +LJ012-0179|The others followed, and on overtaking Thurtell, found he had done the job alone in a retired part of the road known as Gill's Hill Lane.|The others followed, and on overtaking Thurtell, found he had done the job alone in a retired part of the road known as Gill's Hill Lane. +LJ012-0180|The murderer explained that he had first fired a pistol at Weare's head, but the shot glanced off his cheek.|The murderer explained that he had first fired a pistol at Weare's head, but the shot glanced off his cheek. +LJ012-0181|Then he attacked the other's throat with a penknife, and last of all drove the pistol barrel into his forehead.|Then he attacked the other's throat with a penknife, and last of all drove the pistol barrel into his forehead. +LJ012-0182|After the murder the villains divided the spoil, and went on to Probert's cottage, and supped off pork-chops brought down on purpose.|After the murder the villains divided the spoil, and went on to Probert's cottage, and supped off pork-chops brought down on purpose. +LJ012-0183|During the night they sought to dispose of the body by throwing it into a pond, but two days later had to throw it into another pond.|During the night they sought to dispose of the body by throwing it into a pond, but two days later had to throw it into another pond. +LJ012-0184|Meanwhile the discovery of pistol and knife spattered with human blood and brains|Meanwhile the discovery of pistol and knife spattered with human blood and brains +LJ012-0185|raised the alarm, and suspicion fell upon the three murderers, who were arrested.|raised the alarm, and suspicion fell upon the three murderers, who were arrested. +LJ012-0186|The crime was brought home to Thurtell by the confession of Hunt,|The crime was brought home to Thurtell by the confession of Hunt, +LJ012-0187|one of his accomplices, who took the police to the pond, where the remains of the unfortunate Mr. Weare were discovered, sunk in a sack weighted by stones.|one of his accomplices, who took the police to the pond, where the remains of the unfortunate Mr. Weare were discovered, sunk in a sack weighted by stones. +LJ012-0188|Probert was then admitted as a witness, and the case was fully proved against Thurtell, who was hanged in front of Hertford Jail.|Probert was then admitted as a witness, and the case was fully proved against Thurtell, who was hanged in front of Hertford Jail. +LJ012-0189|Hunt, in consideration of the information he had given, escaped death, and was sentenced to transportation for life.|Hunt, in consideration of the information he had given, escaped death, and was sentenced to transportation for life. +LJ012-0190|Widespread horror and indignation was evoked throughout the kingdom by the discovery of the series|Widespread horror and indignation was evoked throughout the kingdom by the discovery of the series +LJ012-0191|of atrocious murders perpetrated in Edinburgh by the miscreants Burke and Hare,|of atrocious murders perpetrated in Edinburgh by the miscreants Burke and Hare, +LJ012-0192|the first of whom has added to the British language a synonym for illegal suppression.|the first of whom has added to the British language a synonym for illegal suppression. +LJ012-0193|The crimes of these inhuman purveyors to medical science do not fall within the limits of this work.|The crimes of these inhuman purveyors to medical science do not fall within the limits of this work. +LJ012-0194|But Burke and Hare had their imitators further south,|But Burke and Hare had their imitators further south, +LJ012-0195|and of these Bishop and Williams, who were guilty of many peculiar atrocities, ended their murderous careers in front of the debtors' door at Newgate.|and of these Bishop and Williams, who were guilty of many peculiar atrocities, ended their murderous careers in front of the debtors' door at Newgate. +LJ012-0196|Bishop, whose real name was Head, married a half-sister of Williams'. Williams was a professional resurrectionist, or body-snatcher,|Bishop, whose real name was Head, married a half-sister of Williams'. Williams was a professional resurrectionist, or body-snatcher, +LJ012-0197|a trade almost openly countenanced when "subjects" for the anatomy schools were only to be got by rifling graves, or worse.|a trade almost openly countenanced when "subjects" for the anatomy schools were only to be got by rifling graves, or worse. +LJ012-0198|Bishop was a carpenter, but having been suddenly thrown out of work, he joined his brother-in-law in his line of business.|Bishop was a carpenter, but having been suddenly thrown out of work, he joined his brother-in-law in his line of business. +LJ012-0199|After a little|After a little +LJ012-0200|Bishop got weary of the dangers and fatigues of exhumation, and proposed to Williams that instead of disinterring they should murder their subjects.|Bishop got weary of the dangers and fatigues of exhumation, and proposed to Williams that instead of disinterring they should murder their subjects. +LJ012-0201|Bishop confessed that he was moved to this by the example of Burke and Hare.|Bishop confessed that he was moved to this by the example of Burke and Hare. +LJ012-0202|They pursued their terrible trade for five years without scruple and without detection.|They pursued their terrible trade for five years without scruple and without detection. +LJ012-0203|Eventually the law overtook them, but almost by accident.|Eventually the law overtook them, but almost by accident. +LJ012-0204|They presented themselves about noon one day at the dissecting room of King's College Hospital, accompanied by a third man,|They presented themselves about noon one day at the dissecting room of King's College Hospital, accompanied by a third man, +LJ012-0205|an avowed "snatcher" and habitué of the Fortune of War, a public-house in Smithfield frequented openly by men of this awful profession.|an avowed "snatcher" and habitué of the Fortune of War, a public-house in Smithfield frequented openly by men of this awful profession. +LJ012-0206|This man, May, asked the porter at King's College if "he wanted anything?" the euphemism for offering a body.|This man, May, asked the porter at King's College if "he wanted anything?" the euphemism for offering a body. +LJ012-0207|The porter asked what he had got, and the answer was, a male subject.|The porter asked what he had got, and the answer was, a male subject. +LJ012-0208|Reference was made to Mr. Partridge, the demonstrator in anatomy,|Reference was made to Mr. Partridge, the demonstrator in anatomy, +LJ012-0209|and after some haggling they agreed on a price, and in the afternoon the snatchers brought a hamper which contained a body in a sack.|and after some haggling they agreed on a price, and in the afternoon the snatchers brought a hamper which contained a body in a sack. +LJ012-0210|The porter received it, but from its freshness became suspicious of foul play.|The porter received it, but from its freshness became suspicious of foul play. +LJ012-0211|Mr. Partridge was sent for, and he with some of the students soon decided that the corpse had not died a natural death.|Mr. Partridge was sent for, and he with some of the students soon decided that the corpse had not died a natural death. +LJ012-0212|The snatchers were detained, the police sent for, and arrest followed as a matter of course.|The snatchers were detained, the police sent for, and arrest followed as a matter of course. +LJ012-0213|An inquest was held on the body, which was identified as that of an Italian boy,|An inquest was held on the body, which was identified as that of an Italian boy, +LJ012-0214|Carlo Ferrari, who made a living by exhibiting white mice about the streets,|Carlo Ferrari, who made a living by exhibiting white mice about the streets, +LJ012-0215|and the jury returned a verdict of willful murder against persons unknown, expressing a strong opinion that Bishop,|and the jury returned a verdict of willful murder against persons unknown, expressing a strong opinion that Bishop, +LJ012-0216|Williams, and May had been concerned in the transaction.|Williams, and May had been concerned in the transaction. +LJ012-0217|Meanwhile, a search had been made at Nova Scotia Gardens, Bethnal Green, where Bishop and Williams lived.|Meanwhile, a search had been made at Nova Scotia Gardens, Bethnal Green, where Bishop and Williams lived. +LJ012-0218|At first nothing peculiar was found; but at a second search the back-garden ground was dug up,|At first nothing peculiar was found; but at a second search the back-garden ground was dug up, +LJ012-0219|and in one corner, at some depth, a bundle of clothes were unearthed, which, with a hairy cap,|and in one corner, at some depth, a bundle of clothes were unearthed, which, with a hairy cap, +LJ012-0220|were known to be what Ferrari had worn when last seen.|were known to be what Ferrari had worn when last seen. +LJ012-0221|In another portion of the garden more clothing, partly male and partly female, was discovered,|In another portion of the garden more clothing, partly male and partly female, was discovered, +LJ012-0222|plainly pointing to the perpetration of other crimes.|plainly pointing to the perpetration of other crimes. +LJ012-0223|These facts were represented before the police magistrate|These facts were represented before the police magistrate +LJ012-0224|who examined Bishop and his fellows, and further incriminating evidence adduced, to the effect that the prisoners had bartered for a coach to carry "a stiff 'un";|who examined Bishop and his fellows, and further incriminating evidence adduced, to the effect that the prisoners had bartered for a coach to carry "a stiff 'un"; +LJ012-0225|they had also been seen to leave their cottage, carrying out a sack with something heavy inside. On this they were fully committed to Newgate for trial.|they had also been seen to leave their cottage, carrying out a sack with something heavy inside. On this they were fully committed to Newgate for trial. +LJ012-0226|This trial came off in due course at the Central Criminal Court, where the prisoners were charged on two counts,|This trial came off in due course at the Central Criminal Court, where the prisoners were charged on two counts, +LJ012-0227|one that of the murder of the Italian boy, the other that of a boy unknown.|one that of the murder of the Italian boy, the other that of a boy unknown. +LJ012-0228|The evidence from first to last was circumstantial,|The evidence from first to last was circumstantial, +LJ012-0229|but the jury, after a short deliberation, did not hesitate to bring in a verdict of guilty, and all three were condemned to death.|but the jury, after a short deliberation, did not hesitate to bring in a verdict of guilty, and all three were condemned to death. +LJ012-0230|Shortly before the day fixed for execution, Bishop made a full confession, the bulk of which bore the impress of truth,|Shortly before the day fixed for execution, Bishop made a full confession, the bulk of which bore the impress of truth, +LJ012-0231|although it included statements that were improbable and unsubstantiated.|although it included statements that were improbable and unsubstantiated. +LJ012-0232|He asserted that the victim was a Lincolnshire lad, and not an Italian boy, although the latter was fully proved.|He asserted that the victim was a Lincolnshire lad, and not an Italian boy, although the latter was fully proved. +LJ012-0233|According to the confession, death had been inflicted by drowning in a well, whereas the medical evidence all pointed to violence.|According to the confession, death had been inflicted by drowning in a well, whereas the medical evidence all pointed to violence. +LJ012-0234|It was, however, pretty clear that this victim, like preceding ones, had been lured to Nova Scotia Gardens, and there drugged with a large dose of laudanum.|It was, however, pretty clear that this victim, like preceding ones, had been lured to Nova Scotia Gardens, and there drugged with a large dose of laudanum. +LJ012-0235|While they were in a state of insensibility the murder was committed.|While they were in a state of insensibility the murder was committed. +LJ012-0236|Bishop's confession was endorsed by Williams, and the immediate result was the respite of May.|Bishop's confession was endorsed by Williams, and the immediate result was the respite of May. +LJ012-0237|A very painful scene occurred in Newgate when the news of his escape from death was imparted to May.|A very painful scene occurred in Newgate when the news of his escape from death was imparted to May. +LJ012-0238|He fainted, and the warrant of mercy nearly proved his death-blow. The other two looked on at his agitation with an indifference amounting to apathy.|He fainted, and the warrant of mercy nearly proved his death-blow. The other two looked on at his agitation with an indifference amounting to apathy. +LJ012-0239|The execution took place a week or two later, in the presence of such a crowd as had not been seen near Newgate for years.|The execution took place a week or two later, in the presence of such a crowd as had not been seen near Newgate for years. +LJ012-0240|I will close this chapter with a brief account of another murder,|I will close this chapter with a brief account of another murder, +LJ012-0241|the memory of which is still fresh in the minds of Londoners, although half a century has passed since it was committed.|the memory of which is still fresh in the minds of Londoners, although half a century has passed since it was committed. +LJ012-0242|The horror with which Greenacre's crime struck the town was unparalleled since the time when Catherine Hayes slew her husband.|The horror with which Greenacre's crime struck the town was unparalleled since the time when Catherine Hayes slew her husband. +LJ012-0243|There were many features of resemblance in these crimes.|There were many features of resemblance in these crimes. +LJ012-0244|The decapitation and dismemberment, the bestowal of the remains in various parts of the town, the preservation of the head in spirits of wine,|The decapitation and dismemberment, the bestowal of the remains in various parts of the town, the preservation of the head in spirits of wine, +LJ012-0245|in the hope that the features might some day be recognized, were alike in both.|in the hope that the features might some day be recognized, were alike in both. +LJ012-0246|The murder in both cases was long a profound mystery. In this which I am now describing,|The murder in both cases was long a profound mystery. In this which I am now describing, +LJ012-0247|a bricklayer found a human trunk near some new buildings in the Edgeware Road, one morning in the last week of 1836.|a bricklayer found a human trunk near some new buildings in the Edgeware Road, one morning in the last week of eighteen thirty-six. +LJ012-0248|The inquest on these remains, which medical examination showed to be those of a female,|The inquest on these remains, which medical examination showed to be those of a female, +LJ012-0249|returned a verdict of willful murder against some person unknown.|returned a verdict of willful murder against some person unknown. +LJ012-0250|On the 7th July, 1837,|On the seventh July, eighteen thirty-seven, +LJ012-0251|the lockman of "Ben Jonson lock," in Stepney Fields, found a human head jammed into the lock gates.|the lockman of "Ben Jonson lock," in Stepney Fields, found a human head jammed into the lock gates. +LJ012-0252|Closer investigation proved that it belonged to the trunk already discovered on the 2nd February.|Closer investigation proved that it belonged to the trunk already discovered on the second February. +LJ012-0253|A further discovery was made in an osier bed near Cold Harbor Lane, Camberwell,|A further discovery was made in an osier bed near Cold Harbor Lane, Camberwell, +LJ012-0254|where a workman found a bundle containing two human legs, in a drain.|where a workman found a bundle containing two human legs, in a drain. +LJ012-0255|These were the missing members of the same mutilated trunk,|These were the missing members of the same mutilated trunk, +LJ012-0256|and there was now evidence sufficient to establish conclusively that the woman thus collected piecemeal had been barbarously done to death.|and there was now evidence sufficient to establish conclusively that the woman thus collected piecemeal had been barbarously done to death. +LJ012-0257|But the affair still remained a profound mystery. No light was thrown upon it till, towards the end of March,|But the affair still remained a profound mystery. No light was thrown upon it till, towards the end of March, +LJ012-0258|a Mr. Gay of Goodge Street came to view the head, and immediately recognized it as that of a widowed sister, Hannah Brown,|a Mr. Gay of Goodge Street came to view the head, and immediately recognized it as that of a widowed sister, Hannah Brown, +LJ012-0259|who had been missing since the previous Christmas Day.|who had been missing since the previous Christmas Day. +LJ012-0260|The murdered individual was thus identified. The next step was to ascertain where and with whom she had last been seen.|The murdered individual was thus identified. The next step was to ascertain where and with whom she had last been seen. +LJ012-0261|This brought suspicion on to a certain James Greenacre,|This brought suspicion on to a certain James Greenacre, +LJ012-0262|whom she was to have married, and in whose company she had left her own lodgings to visit his in Camberwell.|whom she was to have married, and in whose company she had left her own lodgings to visit his in Camberwell. +LJ012-0263|The police wished to refer to Greenacre, but as he was not forthcoming,|The police wished to refer to Greenacre, but as he was not forthcoming, +LJ012-0264|a warrant was issued for his apprehension, which was effected at Kennington on the 24th March.|a warrant was issued for his apprehension, which was effected at Kennington on the twenty-fourth March. +LJ012-0265|A woman named Gale, who lived with him, was arrested at the same time. The prisoners were examined at the Marylebone police court.|A woman named Gale, who lived with him, was arrested at the same time. The prisoners were examined at the Marylebone police court. +LJ012-0266|Greenacre, a stout, middle-aged man, wrapped in a brown greatcoat, assumed an air of insolent bravado;|Greenacre, a stout, middle-aged man, wrapped in a brown greatcoat, assumed an air of insolent bravado; +LJ012-0267|but his despair must have been great, as was evident from his attempt to strangle himself in the station-house.|but his despair must have been great, as was evident from his attempt to strangle himself in the station-house. +LJ012-0268|Suspicion grew almost to certainty as the evidence was unfolded.|Suspicion grew almost to certainty as the evidence was unfolded. +LJ012-0269|Mrs. Brown was a washer-woman, supposed to be worth some money; hence Greenacre's offer of marriage.|Mrs. Brown was a washer-woman, supposed to be worth some money; hence Greenacre's offer of marriage. +LJ012-0270|She had realized all her effects, and brought them with her furniture to Greenacre's lodgings. The two when married were to emigrate to Hudson's Bay.|She had realized all her effects, and brought them with her furniture to Greenacre's lodgings. The two when married were to emigrate to Hudson's Bay. +LJ012-0271|Whether it was greed or a quarrel that drove Greenacre to the desperate deed remains obscure.|Whether it was greed or a quarrel that drove Greenacre to the desperate deed remains obscure. +LJ012-0272|They were apparently good friends when last seen together at a neighbor's, where they seemed "perfectly happy and sociable, and eager for the wedding day."|They were apparently good friends when last seen together at a neighbor's, where they seemed "perfectly happy and sociable, and eager for the wedding day." +LJ012-0273|But Greenacre in his confession pretended that he and his intended had quarreled over her property or the want of it,|But Greenacre in his confession pretended that he and his intended had quarreled over her property or the want of it, +LJ012-0274|and that in a moment of anger he knocked her down.|and that in a moment of anger he knocked her down. +LJ012-0275|He thought he had killed her, and in his terror began at once to consider how he might dispose of the body and escape arrest.|He thought he had killed her, and in his terror began at once to consider how he might dispose of the body and escape arrest. +LJ012-0276|While she was senseless, but really still alive, he cut off her head, and dismembered the body in the manner already described.|While she was senseless, but really still alive, he cut off her head, and dismembered the body in the manner already described. +LJ012-0277|It is scarcely probable that he would have gone to this extremity if he had had no previous evil intention,|It is scarcely probable that he would have gone to this extremity if he had had no previous evil intention, +LJ012-0278|and the most probable inference is that he inveigled Mrs. Brown to his lodgings with the set purpose of taking her life.|and the most probable inference is that he inveigled Mrs. Brown to his lodgings with the set purpose of taking her life. +LJ012-0279|His measures for the disposal of the corpus delicti remind us of those taken by Mrs. Hayes and her associates,|His measures for the disposal of the corpus delicti remind us of those taken by Mrs. Hayes and her associates, +LJ012-0280|or of Gardelle's frantic efforts to conceal his crime.|or of Gardelle's frantic efforts to conceal his crime. +LJ012-0281|The most ghastly part of the story is that which deals with his getting rid of the head.|The most ghastly part of the story is that which deals with his getting rid of the head. +LJ012-0282|This, wrapped up in a silk handkerchief,|This, wrapped up in a silk handkerchief, +LJ012-0283|he carried under his coat-flaps through the streets, and afterwards on his cap in a crowded city omnibus.|he carried under his coat-flaps through the streets, and afterwards on his cap in a crowded city omnibus. +LJ012-0284|It was not until he left the bus, and walked up by the Regent's Canal, that he conceived the idea of throwing the head into the water.|It was not until he left the bus, and walked up by the Regent's Canal, that he conceived the idea of throwing the head into the water. +LJ012-0285|Another day elapsed before he got rid of the rest of the body,|Another day elapsed before he got rid of the rest of the body, +LJ012-0286|all of which, according to his own confession, made no doubt with the idea of exonerating Mrs. Gale, he accomplished without her assistance.|all of which, according to his own confession, made no doubt with the idea of exonerating Mrs. Gale, he accomplished without her assistance. +LJ012-0287|On the other hand, it was adduced in evidence that Mrs. Gale had been at his lodgings the very day after the murder,|On the other hand, it was adduced in evidence that Mrs. Gale had been at his lodgings the very day after the murder, +LJ012-0288|and was seen to be busily engaged in washing down the house with bucket and mop.|and was seen to be busily engaged in washing down the house with bucket and mop. +LJ012-0289|Greenacre, when tried at the Old Bailey, admitted that he had been guilty of manslaughter.|Greenacre, when tried at the Old Bailey, admitted that he had been guilty of manslaughter. +LJ012-0290|While conversing with Mrs. Brown, he declared the unfortunate woman was rocking herself to and fro in a chair;|While conversing with Mrs. Brown, he declared the unfortunate woman was rocking herself to and fro in a chair; +LJ012-0291|as she leant back he put his foot against the chair, and so tilted it over.|as she leant back he put his foot against the chair, and so tilted it over. +LJ012-0292|Mrs. Brown fell with it, and Greenacre, to his horror, found that she was dead.|Mrs. Brown fell with it, and Greenacre, to his horror, found that she was dead. +LJ012-0293|But the medical evidence was clear that the decapitation had been effected during life, and the jury, after a short deliberation,|But the medical evidence was clear that the decapitation had been effected during life, and the jury, after a short deliberation, +LJ012-0294|without hesitation brought in a verdict of willful murder.|without hesitation brought in a verdict of willful murder. +LJ012-0295|The woman Gale was also found guilty, but sentence of death was only passed on Greenacre.|The woman Gale was also found guilty, but sentence of death was only passed on Greenacre. +LJ012-0296|The execution was, as usual, attended by an immense concourse, and Greenacre died amidst the loudest execrations.|The execution was, as usual, attended by an immense concourse, and Greenacre died amidst the loudest execrations. +LJ013-0001|The Chronicles of Newgate, Volume 2. By Arthur Griffiths. Section 16: Newgate notorieties continued, part 1.|The Chronicles of Newgate, Volume two. By Arthur Griffiths. Section sixteen: Newgate notorieties continued, part one. +LJ013-0002|As the century advanced crimes of fraud increased.|As the century advanced crimes of fraud increased. +LJ013-0003|They not only became more numerous, but they were on a wider scale.|They not only became more numerous, but they were on a wider scale. +LJ013-0004|The most extensive and systematic robberies were planned and carried out so as long to escape detection.|The most extensive and systematic robberies were planned and carried out so as long to escape detection. +LJ013-0005|One of the earliest of the big operators in fraudulent finance was Edward Beaumont Smith,|One of the earliest of the big operators in fraudulent finance was Edward Beaumont Smith, +LJ013-0006|who was convicted in 1841 of uttering false exchequer bills to an almost fabulous amount.|who was convicted in eighteen forty-one of uttering false exchequer bills to an almost fabulous amount. +LJ013-0007|A not entirely novel kind of fraud, but one carried out on a larger scale than heretofore,|A not entirely novel kind of fraud, but one carried out on a larger scale than heretofore, +LJ013-0008|came to light in this same year, 1841.|came to light in this same year, eighteen forty-one. +LJ013-0009|This was the willful shipwreck and casting away of a vessel which, with her supposed cargo, had been heavily insured.|This was the willful shipwreck and casting away of a vessel which, with her supposed cargo, had been heavily insured. +LJ013-0010|The 'Dryad' was a brig owned principally by two persons named Wallace, one a seaman, the other merchant.|The 'Dryad' was a brig owned principally by two persons named Wallace, one a seaman, the other merchant. +LJ013-0011|She was freighted by the firm of Zulueta and Co. for a voyage to Santa Cruz.|She was freighted by the firm of Zulueta and Co. for a voyage to Santa Cruz. +LJ013-0012|Her owners insured her for a full sum of £2000, after which the Wallaces insured her privily|Her owners insured her for a full sum of two thousand pounds, after which the Wallaces insured her privily +LJ013-0013|with other underwriters for a second sum of £2000.|with other underwriters for a second sum of two thousand pounds. +LJ013-0014|After this, on the faith of forced bills of lading, the captain, Loose by name,|After this, on the faith of forced bills of lading, the captain, Loose by name, +LJ013-0015|being a party to the intended fraud, they obtained further insurances on goods never shipped.|being a party to the intended fraud, they obtained further insurances on goods never shipped. +LJ013-0016|It was fully proved in evidence that when the Dryad sailed she carried nothing but the cargo belonging to Zulueta and Co.|It was fully proved in evidence that when the Dryad sailed she carried nothing but the cargo belonging to Zulueta and Co. +LJ013-0017|Yet the Wallaces pretended to have put on board quantities of flannels, cloths, cotton prints,|Yet the Wallaces pretended to have put on board quantities of flannels, cloths, cotton prints, +LJ013-0018|beef, pork, butter, and earthenwares, on all of which they effected insurances.|beef, pork, butter, and earthenwares, on all of which they effected insurances. +LJ013-0019|Loose had his instructions to cast away the ship on the first possible opportunity, and from the time of his leaving Liverpool|Loose had his instructions to cast away the ship on the first possible opportunity, and from the time of his leaving Liverpool +LJ013-0021|The larboard pump was suffered to remain choked up, and the long-boat was fitted with tackles and held ready for use at a moment's notice.|The larboard pump was suffered to remain choked up, and the long-boat was fitted with tackles and held ready for use at a moment's notice. +LJ013-0022|The ship, however, met with exasperatingly fine weather, and it was not until the captain reached the West India Islands|The ship, however, met with exasperatingly fine weather, and it was not until the captain reached the West India Islands +LJ013-0023|that he got a chance of accomplishing his crime.|that he got a chance of accomplishing his crime. +LJ013-0024|At a place called the Silver Keys he ran the ship on the reef.|At a place called the Silver Keys he ran the ship on the reef. +LJ013-0025|But another ship, concluding that he was acting in ignorance, rendered him assistance.|But another ship, concluding that he was acting in ignorance, rendered him assistance. +LJ013-0026|The 'Dryad' was got off, repaired, and her voyage renewed to Santa Cruz.|The 'Dryad' was got off, repaired, and her voyage renewed to Santa Cruz. +LJ013-0027|He crept along the coast close in shore, looking for a quiet spot to cast away the ship,|He crept along the coast close in shore, looking for a quiet spot to cast away the ship, +LJ013-0028|and at last, when within fifteen miles of port, with wind and weather perfectly fair, he ran her on to the rocks.|and at last, when within fifteen miles of port, with wind and weather perfectly fair, he ran her on to the rocks. +LJ013-0029|Even then she might have been saved, but the captain would not suffer the crew to act. Nearly the whole of the cargo was lost as well as the ship.|Even then she might have been saved, but the captain would not suffer the crew to act. Nearly the whole of the cargo was lost as well as the ship. +LJ013-0030|The captain and crew, however, got safely to Jamaica, and so to England; the captain dying on the voyage home.|The captain and crew, however, got safely to Jamaica, and so to England; the captain dying on the voyage home. +LJ013-0031|The crime soon became public.|The crime soon became public. +LJ013-0032|Mate, carpenter, and crew were eager to disavow complicity, and voluntarily gave information.|Mate, carpenter, and crew were eager to disavow complicity, and voluntarily gave information. +LJ013-0033|The Wallaces were arrested, committed to Newgate, and tried at the Old Bailey.|The Wallaces were arrested, committed to Newgate, and tried at the Old Bailey. +LJ013-0034|The case was clearly proved against them, and both were sentenced to transportation for life.|The case was clearly proved against them, and both were sentenced to transportation for life. +LJ013-0035|While lying in Newgate, awaiting removal to the convict ship, both prisoners made full confessions.|While lying in Newgate, awaiting removal to the convict ship, both prisoners made full confessions. +LJ013-0036|According to their own statements the loss of the 'Dryad' was only one of six intentional shipwrecks with which they had been concerned.|According to their own statements the loss of the 'Dryad' was only one of six intentional shipwrecks with which they had been concerned. +LJ013-0037|The crime of fraudulent insurance they declared was very common, and the underwriters must have lost great sums in this way.|The crime of fraudulent insurance they declared was very common, and the underwriters must have lost great sums in this way. +LJ013-0038|The merchant Wallace said he had been led into the crime by the advice and example of a city friend who had gone largely into this nefarious business;|The merchant Wallace said he had been led into the crime by the advice and example of a city friend who had gone largely into this nefarious business; +LJ013-0039|this Wallace added that his friend had made several voyages with the distinct intention of superintending the predetermined shipwrecks.|this Wallace added that his friend had made several voyages with the distinct intention of superintending the predetermined shipwrecks. +LJ013-0040|The other Wallace, the sailor, also traced his lapse into crime to evil counsel.|The other Wallace, the sailor, also traced his lapse into crime to evil counsel. +LJ013-0041|He was an honest sea-captain, he said, trading from Liverpool, where once he had the misfortune to be introduced to a man of wealth,|He was an honest sea-captain, he said, trading from Liverpool, where once he had the misfortune to be introduced to a man of wealth, +LJ013-0042|the foundations of which had been laid by buying old ships on purpose to cast them away.|the foundations of which had been laid by buying old ships on purpose to cast them away. +LJ013-0043|This person made much of Wallace, encouraged his attentions to his daughter,|This person made much of Wallace, encouraged his attentions to his daughter, +LJ013-0044|and tempted him to take to fraudulent insurance as a certain method of achieving fortune.|and tempted him to take to fraudulent insurance as a certain method of achieving fortune. +LJ013-0045|Wallace's relations warned him against his Liverpool friend,|Wallace's relations warned him against his Liverpool friend, +LJ013-0046|but he would not take their advice, and developing his transactions, ended as we have seen.|but he would not take their advice, and developing his transactions, ended as we have seen. +LJ013-0047|A clergyman nearly a century later followed in the steps of Dr. Dodd, but did not under more humane laws lose his life.|A clergyman nearly a century later followed in the steps of Dr. Dodd, but did not under more humane laws lose his life. +LJ013-0048|The Rev. W. Bailey, LL.D., was convicted at the Central Criminal Court, in February 1843, of forgery.|The Rev. W. Bailey, LL.D., was convicted at the Central Criminal Court, in February eighteen forty-three, of forgery. +LJ013-0049|A notorious miser, Robert Smith, had recently died in Seven Dials, where he had amassed a considerable fortune.|A notorious miser, Robert Smith, had recently died in Seven Dials, where he had amassed a considerable fortune. +LJ013-0050|But among the charges on the estate he left|But among the charges on the estate he left +LJ013-0051|was a promissory note for £2875, produced by Dr. Bailey, and purporting to be signed by Smith.|was a promissory note for two thousand eight hundred seventy-five pounds, produced by Dr. Bailey, and purporting to be signed by Smith. +LJ013-0052|The executors to the estate disputed the validity of this document.|The executors to the estate disputed the validity of this document. +LJ013-0053|Miss Bailey, the doctor's sister, in whose favor the note was said to have been given,|Miss Bailey, the doctor's sister, in whose favor the note was said to have been given, +LJ013-0054|then brought an action against the administrators, and at the trial Dr. Bailey swore that the note had been given him by Smith.|then brought an action against the administrators, and at the trial Dr. Bailey swore that the note had been given him by Smith. +LJ013-0055|The jury did not believe him, and the verdict was for the defendants.|The jury did not believe him, and the verdict was for the defendants. +LJ013-0056|Subsequently Bailey was arrested on a charge of forgery, and after a long trial found guilty. His sentence was transportation for life.|Subsequently Bailey was arrested on a charge of forgery, and after a long trial found guilty. His sentence was transportation for life. +LJ013-0057|A gigantic conspiracy to defraud was discovered in the following year, when a solicitor named William Henry Barber,|A gigantic conspiracy to defraud was discovered in the following year, when a solicitor named William Henry Barber, +LJ013-0058|Joshua Fletcher a surgeon, and three others were charged with forging wills for the purpose of obtaining unclaimed stock in the funds.|Joshua Fletcher a surgeon, and three others were charged with forging wills for the purpose of obtaining unclaimed stock in the funds. +LJ013-0059|There were two separate affairs.|There were two separate affairs. +LJ013-0060|In the first a maiden lady, Miss Slack,|In the first a maiden lady, Miss Slack, +LJ013-0061|who was the possessor of two separate sums in consols, neglected through strange carelessness on her own part and that of her friends|who was the possessor of two separate sums in consols, neglected through strange carelessness on her own part and that of her friends +LJ013-0062|to draw the dividends on more than one sum.|to draw the dividends on more than one sum. +LJ013-0063|The other, remaining unclaimed for ten years, was transferred at the end of that time to the commissioners for the reduction of the National Debt.|The other, remaining unclaimed for ten years, was transferred at the end of that time to the commissioners for the reduction of the National Debt. +LJ013-0064|Barber, it was said, became aware of this,|Barber, it was said, became aware of this, +LJ013-0065|and that he gained access to Miss Slack on pretense of conveying to her some funded property left her by an aunt.|and that he gained access to Miss Slack on pretense of conveying to her some funded property left her by an aunt. +LJ013-0066|By this means her signature was obtained; a forged will was prepared bequeathing the unclaimed stock to Miss Slack;|By this means her signature was obtained; a forged will was prepared bequeathing the unclaimed stock to Miss Slack; +LJ013-0067|a note purporting to be from Miss Slack was addressed to the governor of the Bank of England, begging that the said stock might be handed over to her,|a note purporting to be from Miss Slack was addressed to the governor of the Bank of England, begging that the said stock might be handed over to her, +LJ013-0068|and a person calling herself Miss Slack duly attended at the bank, where the money was handed over to her in proper form.|and a person calling herself Miss Slack duly attended at the bank, where the money was handed over to her in proper form. +LJ013-0069|A second will, also forged, was propounded at Doctors Commons as that of a Mrs. Hunt of Bristol.|A second will, also forged, was propounded at Doctors Commons as that of a Mrs. Hunt of Bristol. +LJ013-0070|Mrs. Hunt had left money in the funds which remained unclaimed, and had been transferred, as in Miss Slack's case.|Mrs. Hunt had left money in the funds which remained unclaimed, and had been transferred, as in Miss Slack's case. +LJ013-0071|Here again the money, with ten years' interest, was handed over to Barber and another calling himself Thomas Hunt, an executor of the will.|Here again the money, with ten years' interest, was handed over to Barber and another calling himself Thomas Hunt, an executor of the will. +LJ013-0072|It was shown that the will must be a forgery,|It was shown that the will must be a forgery, +LJ013-0073|as its signature was dated 1829, whereas Mrs. Hunt actually died in 1806.|as its signature was dated eighteen twenty-nine, whereas Mrs. Hunt actually died in eighteen oh six. +LJ013-0074|A third similar fraud to the amount of £2000 was also brought to light.|A third similar fraud to the amount of two thousand pounds was also brought to light. +LJ013-0075|Fletcher was the moving spirit of the whole business. It was he who had introduced Barber to Miss Slack,|Fletcher was the moving spirit of the whole business. It was he who had introduced Barber to Miss Slack, +LJ013-0076|and held all the threads of these intricate and nefarious transactions.|and held all the threads of these intricate and nefarious transactions. +LJ013-0078|Barber was subsequently pardoned, but was not replaced on the rolls as an attorney till 1855,|Barber was subsequently pardoned, but was not replaced on the rolls as an attorney till eighteen fifty-five, +LJ013-0079|when Lord Campbell delivered judgment on Barber's petition, to the effect that|when Lord Campbell delivered judgment on Barber's petition, to the effect that +LJ013-0080|the evidence to establish his (Barber's) connivance in the frauds was too doubtful for us to continue his exclusion any longer.|the evidence to establish his (Barber's) connivance in the frauds was too doubtful for us to continue his exclusion any longer. +LJ013-0081|Banks and bankers continued to be victimized.|Banks and bankers continued to be victimized. +LJ013-0082|In 1844|In eighteen forty-four +LJ013-0083|the Bank of England was defrauded of a sum of £8000 by one of its clerks, Burgess, in conjunction with an accomplice named Elder.|the Bank of England was defrauded of a sum of eight thousand pounds by one of its clerks, Burgess, in conjunction with an accomplice named Elder. +LJ013-0084|Burgess fraudulently transferred consols to the above amount, standing in the name of Mr. Oxenford, to another party.|Burgess fraudulently transferred consols to the above amount, standing in the name of Mr. Oxenford, to another party. +LJ013-0085|A person, Elder of course, who personated Oxenford, attended at the bank to complete the transfer and sell the stock.|A person, Elder of course, who personated Oxenford, attended at the bank to complete the transfer and sell the stock. +LJ013-0086|Burgess, who was purposely on leave from the bank, effected the sale, which was paid for with a cheque for nearly the whole amount on Lubbock's Bank.|Burgess, who was purposely on leave from the bank, effected the sale, which was paid for with a cheque for nearly the whole amount on Lubbock's Bank. +LJ013-0087|Burgess and Elder proceeded in company to cash this, but as they wanted all gold,|Burgess and Elder proceeded in company to cash this, but as they wanted all gold, +LJ013-0088|the cashier gave them eight Bank of England notes for £1000 each, saying that they could get so much specie nowhere else.|the cashier gave them eight Bank of England notes for one thousand pounds each, saying that they could get so much specie nowhere else. +LJ013-0089|Thither Elder went alone, provided with a number of canvas and one large carpet-bag.|Thither Elder went alone, provided with a number of canvas and one large carpet-bag. +LJ013-0090|But when the latter was filled with gold it was too heavy to lift,|But when the latter was filled with gold it was too heavy to lift, +LJ013-0091|and Elder had to be assisted by two bank porters, who carried it for him to a carriage waiting near the Mansion House.|and Elder had to be assisted by two bank porters, who carried it for him to a carriage waiting near the Mansion House. +LJ013-0092|The thieves, for Elder was soon joined by Burgess, drove together to Ben Caunt's, the pugilist's, public-house in St. Martin's Lane,|The thieves, for Elder was soon joined by Burgess, drove together to Ben Caunt's, the pugilist's, public-house in St. Martin's Lane, +LJ013-0093|where the cash was transferred from the carpet-bag to a portmanteau.|where the cash was transferred from the carpet-bag to a portmanteau. +LJ013-0094|The same evening both started for Liverpool, and embarking on board the mail steamer 'Britannia,' escaped to the United States.|The same evening both started for Liverpool, and embarking on board the mail steamer 'Britannia,' escaped to the United States. +LJ013-0095|Burgess' continued absence was soon noticed at the bank.|Burgess' continued absence was soon noticed at the bank. +LJ013-0096|Suspicions were aroused when it was found that he had been employed in selling stock for Mr. Oxenford, which developed into certainty|Suspicions were aroused when it was found that he had been employed in selling stock for Mr. Oxenford, which developed into certainty +LJ013-0097|as soon as that gentleman was referred to.|as soon as that gentleman was referred to. +LJ013-0098|Mr. Oxenford having denied that he had made any transfer of stock, the matter was at once put into the hands of the police.|Mr. Oxenford having denied that he had made any transfer of stock, the matter was at once put into the hands of the police. +LJ013-0099|A smart detective, Forrester, after a little inquiry,|A smart detective, Forrester, after a little inquiry, +LJ013-0100|established the fact that the man who had personated Mr. Oxenford was a horse-dealer named Joseph Elder, an intimate acquaintance of Burgess'.|established the fact that the man who had personated Mr. Oxenford was a horse-dealer named Joseph Elder, an intimate acquaintance of Burgess'. +LJ013-0101|Forrester next traced the fugitives to Liverpool,|Forrester next traced the fugitives to Liverpool, +LJ013-0102|and thence to Halifax, whither he followed them, accompanied by a confidential clerk from the bank.|and thence to Halifax, whither he followed them, accompanied by a confidential clerk from the bank. +LJ013-0103|At Halifax Forrester learnt that the men he wanted had gone on to Boston, thence to Buffalo and Canada, and back to Boston.|At Halifax Forrester learnt that the men he wanted had gone on to Boston, thence to Buffalo and Canada, and back to Boston. +LJ013-0104|He found them at length residing at the latter place, one as a landed proprietor, the other as a publican.|He found them at length residing at the latter place, one as a landed proprietor, the other as a publican. +LJ013-0105|Elder, the former, was soon apprehended at his house, but he evaded the law by hanging himself with his pocket-handkerchief.|Elder, the former, was soon apprehended at his house, but he evaded the law by hanging himself with his pocket-handkerchief. +LJ013-0106|The inn belonging to Burgess was surrounded|The inn belonging to Burgess was surrounded +LJ013-0107|but he escaped through a back door on to the river, and rowed off in a boat to a hiding-place in the woods.|but he escaped through a back door on to the river, and rowed off in a boat to a hiding-place in the woods. +LJ013-0108|Next day a person betrayed him for the reward, and he was soon captured.|Next day a person betrayed him for the reward, and he was soon captured. +LJ013-0109|The proceeds of the robbery were lodged in a Boston bank,|The proceeds of the robbery were lodged in a Boston bank, +LJ013-0110|but four hundred sovereigns were found on Elder, while two hundred more were found in Burgess' effects.|but four hundred sovereigns were found on Elder, while two hundred more were found in Burgess' effects. +LJ013-0111|Burgess was eventually brought back to England, tried at the Central Criminal Court, and sentenced to transportation for life.|Burgess was eventually brought back to England, tried at the Central Criminal Court, and sentenced to transportation for life. +LJ013-0112|Within a month or two the bank of Messrs. Rogers and Co., Clement's Lane, was broken into.|Within a month or two the bank of Messrs. Rogers and Co., Clement's Lane, was broken into. +LJ013-0113|Robberies as daring in conception as they were boldly executed were common enough.|Robberies as daring in conception as they were boldly executed were common enough. +LJ013-0114|One night a quantity of plate was stolen from Windsor Castle; another time Buckingham Palace was robbed.|One night a quantity of plate was stolen from Windsor Castle; another time Buckingham Palace was robbed. +LJ013-0115|Of this class was the ingenious yet peculiarly simple robbery effected at the house of Lord Fitzgerald in Belgrave Square.|Of this class was the ingenious yet peculiarly simple robbery effected at the house of Lord Fitzgerald in Belgrave Square. +LJ013-0116|The butler, on the occasion of a death in the family, when the house was in some confusion, arranged with a burglar to come in,|The butler, on the occasion of a death in the family, when the house was in some confusion, arranged with a burglar to come in, +LJ013-0117|and with another carry off the plate-chest in broad daylight, and as a matter of business. No one interfered or asked any questions.|and with another carry off the plate-chest in broad daylight, and as a matter of business. No one interfered or asked any questions. +LJ013-0118|The thief walked into the house in Belgrave Square, and openly carried off the plate-chest, deposited it in a light cart at the door, and drove away.|The thief walked into the house in Belgrave Square, and openly carried off the plate-chest, deposited it in a light cart at the door, and drove away. +LJ013-0119|Howse, the steward, accused the other servants, but they retorted, declaring that he had been visited by the thief the day previous,|Howse, the steward, accused the other servants, but they retorted, declaring that he had been visited by the thief the day previous, +LJ013-0120|whom he had shown over the plate closet.|whom he had shown over the plate closet. +LJ013-0121|Howse and his accomplice were arrested; the former was found guilty and sentenced to fifteen years, but the latter was acquitted.|Howse and his accomplice were arrested; the former was found guilty and sentenced to fifteen years, but the latter was acquitted. +LJ013-0122|Stealing plate was about this period the crime of a more aristocratic thief.|Stealing plate was about this period the crime of a more aristocratic thief. +LJ013-0123|The club spoons and other articles of plate were long a source of profitable income to a gentleman named Ashley,|The club spoons and other articles of plate were long a source of profitable income to a gentleman named Ashley, +LJ013-0124|who belonged to five good London clubs --|who belonged to five good London clubs -- +LJ013-0125|the Junior United Service, the Union, Reform, Colonial, and Erechtheum clubs.|the Junior United Service, the Union, Reform, Colonial, and Erechtheum clubs. +LJ013-0126|When one of these clubs was taken in at the Army and Navy, that establishment also suffered.|When one of these clubs was taken in at the Army and Navy, that establishment also suffered. +LJ013-0127|Suspicion fell at length upon Ashley, who was seen to handle the forks and spoons at table in a strange manner.|Suspicion fell at length upon Ashley, who was seen to handle the forks and spoons at table in a strange manner. +LJ013-0128|A watch was set on his house, in Allington Street, Pimlico,|A watch was set on his house, in Allington Street, Pimlico, +LJ013-0129|and one day a police constable tracked him to a silversmith's in Holborn Hill,|and one day a police constable tracked him to a silversmith's in Holborn Hill, +LJ013-0130|where Ashley produced four silver spoons, and begged that his initials might be engraved upon them.|where Ashley produced four silver spoons, and begged that his initials might be engraved upon them. +LJ013-0131|Ashley was arrested as he left the shop; the spoons were impounded, and it was found that the club monogram had been erased from them.|Ashley was arrested as he left the shop; the spoons were impounded, and it was found that the club monogram had been erased from them. +LJ013-0132|On a search of the prisoner's lodgings in Allington Street, a silver fork was found,|On a search of the prisoner's lodgings in Allington Street, a silver fork was found, +LJ013-0133|a number of pawnbrokers' duplicates, and three small files. It was proved at the trial that Ashley had asked his landlady for brick-dust and leather,|a number of pawnbrokers' duplicates, and three small files. It was proved at the trial that Ashley had asked his landlady for brick-dust and leather, +LJ013-0134|and it was contended that these with the files were used to alter the marks on the plate.|and it was contended that these with the files were used to alter the marks on the plate. +LJ013-0135|At most of the clubs the servants had been mulcted to make good lost plate, which had no doubt been stolen by the prisoner.|At most of the clubs the servants had been mulcted to make good lost plate, which had no doubt been stolen by the prisoner. +LJ013-0136|Several pawnbrokers were subpoenaed and obliged to surrender plate, to the extent in some cases of a couple of dozen of spoons or forks,|Several pawnbrokers were subpoenaed and obliged to surrender plate, to the extent in some cases of a couple of dozen of spoons or forks, +LJ013-0137|which the various club secretaries identified as the property of their respective clubs.|which the various club secretaries identified as the property of their respective clubs. +LJ013-0138|Ashley was the son of an army agent and banker,|Ashley was the son of an army agent and banker, +LJ013-0139|and many witnesses were brought to attest to his previous good character, but he was found guilty and sentenced to seven years' transportation.|and many witnesses were brought to attest to his previous good character, but he was found guilty and sentenced to seven years' transportation. +LJ013-0140|A robbery of a somewhat novel kind was executed in rather a bungling fashion by Ker, a sea-captain,|A robbery of a somewhat novel kind was executed in rather a bungling fashion by Ker, a sea-captain, +LJ013-0141|whose ship brought home a mixed cargo from Bahia and other ports.|whose ship brought home a mixed cargo from Bahia and other ports. +LJ013-0142|Part of the freight were four hundred rough diamonds valued at £4000.|Part of the freight were four hundred rough diamonds valued at four thousand pounds. +LJ013-0143|These packages were consigned to Messrs. Shroeder of London; and as it was known that they were to arrive in Ker's ship,|These packages were consigned to Messrs. Shroeder of London; and as it was known that they were to arrive in Ker's ship, +LJ013-0144|one of the owners had met her at Deal, but the captain had already absconded with the packages of precious stones in his pocket.|one of the owners had met her at Deal, but the captain had already absconded with the packages of precious stones in his pocket. +LJ013-0145|Ker came at once to London, and, by the help of the landlord of a public-house in Smithfield and others, disposed of the whole of the diamonds.|Ker came at once to London, and, by the help of the landlord of a public-house in Smithfield and others, disposed of the whole of the diamonds. +LJ013-0146|A Jew named Benjamin effected the sale to certain merchants named Blogg and Martin,|A Jew named Benjamin effected the sale to certain merchants named Blogg and Martin, +LJ013-0147|who declared that the rough diamond market was in such a depressed condition that they could only afford to give £1750 for stones worth|who declared that the rough diamond market was in such a depressed condition that they could only afford to give one thousand seven fifty pounds for stones worth +LJ013-0148|four thousand pounds|four thousand pounds +LJ013-0149|The circumstances of this purchase of brilliants from a stranger at such an inadequate price was strongly commented upon at Ker's trial.|The circumstances of this purchase of brilliants from a stranger at such an inadequate price was strongly commented upon at Ker's trial. +LJ013-0150|The moment it was discovered that the diamonds had disappeared, the affair was taken up by the police.|The moment it was discovered that the diamonds had disappeared, the affair was taken up by the police. +LJ013-0151|Forrester, the detective who had pursued and captured Burgess at Boston, tracked Ker to France, and following him there, eventually captured him|Forrester, the detective who had pursued and captured Burgess at Boston, tracked Ker to France, and following him there, eventually captured him +LJ013-0152|at Montreuil. He was arraigned at the Old Bailey, and the case fully proved. His sentence was seven years' transportation.|at Montreuil. He was arraigned at the Old Bailey, and the case fully proved. His sentence was seven years' transportation. +LJ013-0153|The gravest crimes continued at intervals to inspire the town with horror, and concentrate public attention upon the jail of Newgate,|The gravest crimes continued at intervals to inspire the town with horror, and concentrate public attention upon the jail of Newgate, +LJ013-0154|and the murderers immured within its walls.|and the murderers immured within its walls. +LJ013-0155|Courvoisier's case made a great stir. There was unusual atrocity in this murder of an aged, infirm gentleman,|Courvoisier's case made a great stir. There was unusual atrocity in this murder of an aged, infirm gentleman, +LJ013-0156|a scion of the ducal house of Bedford, by his confidential valet and personal attendant.|a scion of the ducal house of Bedford, by his confidential valet and personal attendant. +LJ013-0157|Lord William Russell lived alone in Norfolk Street, Park Lane. He was a widower, and seventy-three years of age.|Lord William Russell lived alone in Norfolk Street, Park Lane. He was a widower, and seventy-three years of age. +LJ013-0158|One morning in May his lordship was found dead in his bed with his throat cut.|One morning in May his lordship was found dead in his bed with his throat cut. +LJ013-0159|The fact of the murder was first discovered by the housemaid,|The fact of the murder was first discovered by the housemaid, +LJ013-0160|who, on going down early, was surprised to find the dining-room in a state of utter confusion;|who, on going down early, was surprised to find the dining-room in a state of utter confusion; +LJ013-0161|the furniture turned upside down, the drawers of the escritoire open and rifled,|the furniture turned upside down, the drawers of the escritoire open and rifled, +LJ013-0162|a bundle lying on the floor, as though thieves had been interrupted in the act.|a bundle lying on the floor, as though thieves had been interrupted in the act. +LJ013-0163|The housemaid summoned the cook, and both went to call the valet, Courvoisier,|The housemaid summoned the cook, and both went to call the valet, Courvoisier, +LJ013-0164|who came from his room ready dressed, a suspicious circumstance, as he was always late in the morning.|who came from his room ready dressed, a suspicious circumstance, as he was always late in the morning. +LJ013-0165|The housemaid suggested that they should see if his lordship was all right, and the three went to his bedroom.|The housemaid suggested that they should see if his lordship was all right, and the three went to his bedroom. +LJ013-0166|While Courvoisier opened the shutters, the housemaid, approaching the bed, saw that the pillow was saturated with blood.|While Courvoisier opened the shutters, the housemaid, approaching the bed, saw that the pillow was saturated with blood. +LJ013-0167|The discovery of the murdered man immediately followed. The neighborhood was alarmed, the police sent for, and a close inquiry forthwith commenced.|The discovery of the murdered man immediately followed. The neighborhood was alarmed, the police sent for, and a close inquiry forthwith commenced. +LJ013-0168|That Lord William Russell had committed suicide was at once declared impossible.|That Lord William Russell had committed suicide was at once declared impossible. +LJ013-0169|It was also clearly proved that no forcible entry had been made into the house;|It was also clearly proved that no forcible entry had been made into the house; +LJ013-0170|the fresh marks of violence upon the door had evidently been made inside, and not from outside;|the fresh marks of violence upon the door had evidently been made inside, and not from outside; +LJ013-0171|moreover, the instruments, poker and chisel, by which they had no doubt been effected,|moreover, the instruments, poker and chisel, by which they had no doubt been effected, +LJ013-0172|were found in the butler's pantry, used by Courvoisier.|were found in the butler's pantry, used by Courvoisier. +LJ013-0173|The researches of the police soon laid bare other suspicious facts.|The researches of the police soon laid bare other suspicious facts. +LJ013-0174|The bundle found in the dining-room contained, with clothes, various small articles of plate and jewelery which a thief would probably have put into his pocket.|The bundle found in the dining-room contained, with clothes, various small articles of plate and jewelery which a thief would probably have put into his pocket. +LJ013-0175|Upstairs in the bedroom a rouleaux box for sovereigns had been broken open,|Upstairs in the bedroom a rouleaux box for sovereigns had been broken open, +LJ013-0176|also the jewel-box and note-case, from the latter of which was abstracted a ten-pound note known to have been in the possession of the deceased.|also the jewel-box and note-case, from the latter of which was abstracted a ten-pound note known to have been in the possession of the deceased. +LJ013-0177|His lordship's watch was gone.|His lordship's watch was gone. +LJ013-0178|Further suspicion was caused by the position of a book and a wax candle by the bedside.|Further suspicion was caused by the position of a book and a wax candle by the bedside. +LJ013-0179|The latter was so placed that it could throw no light on the former, which was a 'Life of Sir Samuel Romilly.'|The latter was so placed that it could throw no light on the former, which was a 'Life of Sir Samuel Romilly.' +LJ013-0180|The intention of the real murderer to shift the crime to burglars was evident although futile,|The intention of the real murderer to shift the crime to burglars was evident although futile, +LJ013-0181|and the police, feeling convinced that the crime had been committed by some inmate of the house,|and the police, feeling convinced that the crime had been committed by some inmate of the house, +LJ013-0182|took Courvoisier into custody, and placed the two female servants under surveillance.|took Courvoisier into custody, and placed the two female servants under surveillance. +LJ013-0183|The valet's strange demeanor had attracted attention from the first.|The valet's strange demeanor had attracted attention from the first. +LJ013-0184|He had hung over the body in a state of dreadful agitation, answering no questions, and taking no part in the proceedings.|He had hung over the body in a state of dreadful agitation, answering no questions, and taking no part in the proceedings. +LJ013-0185|Three days later a close search of the butler's pantry produced fresh circumstantial evidence.|Three days later a close search of the butler's pantry produced fresh circumstantial evidence. +LJ013-0186|Behind the skirting board several of his lordship's rings were discovered;|Behind the skirting board several of his lordship's rings were discovered; +LJ013-0187|near it was his Waterloo medal, and the above-mentioned ten-pound note.|near it was his Waterloo medal, and the above-mentioned ten-pound note. +LJ013-0188|Further investigation was rewarded by the discovery in the pantry of a split gold ring, used by Lord William to carry his keys on;|Further investigation was rewarded by the discovery in the pantry of a split gold ring, used by Lord William to carry his keys on; +LJ013-0189|next, and in the same place, a chased gold key;|next, and in the same place, a chased gold key; +LJ013-0190|and at last his lordship's watch was found secreted under the leads of the sink.|and at last his lordship's watch was found secreted under the leads of the sink. +LJ013-0191|All this was evidence sufficient to warrant Courvoisier's committal for trial;|All this was evidence sufficient to warrant Courvoisier's committal for trial; +LJ013-0192|but still he found friends, and a liberal subscription was raised among the foreign servants in London to provide funds for his defense.|but still he found friends, and a liberal subscription was raised among the foreign servants in London to provide funds for his defense. +LJ013-0193|Courvoisier, when put on his trial, pleaded not guilty;|Courvoisier, when put on his trial, pleaded not guilty; +LJ013-0194|but on the second day the discovery of fresh evidence, more particularly the recovery of some of Lord William's stolen plate,|but on the second day the discovery of fresh evidence, more particularly the recovery of some of Lord William's stolen plate, +LJ013-0195|induced the prisoner to make a full confession of his crime to the lawyers who defended him.|induced the prisoner to make a full confession of his crime to the lawyers who defended him. +LJ013-0196|This placed them in a position of much embarrassment. To have thrown up their brief would have been to have secured Courvoisier's conviction.|This placed them in a position of much embarrassment. To have thrown up their brief would have been to have secured Courvoisier's conviction. +LJ013-0197|Mr. Phillips, who led in the case, went to the other extreme,|Mr. Phillips, who led in the case, went to the other extreme, +LJ013-0198|and in an impassioned address implored the jury not to send an innocent man to the gallows.|and in an impassioned address implored the jury not to send an innocent man to the gallows. +LJ013-0199|It will be remembered that the question whether Mr. Phillips had not exceeded the limits usually allowed to counsel was much debated at the time.|It will be remembered that the question whether Mr. Phillips had not exceeded the limits usually allowed to counsel was much debated at the time. +LJ013-0200|The jury without hesitation found Courvoisier guilty, and he was sentenced to death.|The jury without hesitation found Courvoisier guilty, and he was sentenced to death. +LJ013-0201|The prisoner's demeanor had greatly changed during the trial.|The prisoner's demeanor had greatly changed during the trial. +LJ013-0202|Coolness amounting almost to effrontery gave way to hopeless dejection.|Coolness amounting almost to effrontery gave way to hopeless dejection. +LJ013-0203|On his removal to Newgate after sentence,|On his removal to Newgate after sentence, +LJ013-0204|he admitted that he had been justly convicted, and expressed great anxiety that his fellow-servants should be relieved from all suspicion.|he admitted that he had been justly convicted, and expressed great anxiety that his fellow-servants should be relieved from all suspicion. +LJ013-0205|Later in the day he tried to commit suicide by cramming a towel down his throat, but was prevented.|Later in the day he tried to commit suicide by cramming a towel down his throat, but was prevented. +LJ013-0206|Next morning he made a full confession in presence of his attorney, and the governor, Mr. Cope.|Next morning he made a full confession in presence of his attorney, and the governor, Mr. Cope. +LJ013-0207|In this he gave as the motives of his crime a quarrel he had with his master, who threatened to discharge him without a character.|In this he gave as the motives of his crime a quarrel he had with his master, who threatened to discharge him without a character. +LJ013-0208|Lord William, according to the valet, was of a peevish, difficult temper;|Lord William, according to the valet, was of a peevish, difficult temper; +LJ013-0209|he was annoyed with his man for various small omissions and acts of forgetfulness, and on the night of the murder had taken Courvoisier to task rather sharply.|he was annoyed with his man for various small omissions and acts of forgetfulness, and on the night of the murder had taken Courvoisier to task rather sharply. +LJ013-0210|Finally, on coming downstairs after bed-time, Lord William had found Courvoisier in the dining-room.|Finally, on coming downstairs after bed-time, Lord William had found Courvoisier in the dining-room. +LJ013-0211|"What are you doing here?" asked his lordship.|"What are you doing here?" asked his lordship. +LJ013-0212|"You can have no good intentions; you must quit my service tomorrow morning."|"You can have no good intentions; you must quit my service tomorrow morning." +LJ013-0213|This seems to have decided Courvoisier,|This seems to have decided Courvoisier, +LJ013-0214|who took a carving-knife from the sideboard in the dining-room, went upstairs to Lord William's bedroom, and drew the knife across his throat.|who took a carving-knife from the sideboard in the dining-room, went upstairs to Lord William's bedroom, and drew the knife across his throat. +LJ013-0215|"He appeared to die instantly," said the murderer, in conclusion.|"He appeared to die instantly," said the murderer, in conclusion. +LJ013-0216|His account of his acts and movements after the deed|His account of his acts and movements after the deed +LJ013-0217|varied so considerably in the several documents he left behind, that too much reliance cannot be placed upon his confession.|varied so considerably in the several documents he left behind, that too much reliance cannot be placed upon his confession. +LJ013-0218|His last statement contains the words, "The public now think I am a liar, and they will not believe me when I say the truth."|His last statement contains the words, "The public now think I am a liar, and they will not believe me when I say the truth." +LJ013-0219|This was no doubt the case, but this much truth his confession may be taken to contain:|This was no doubt the case, but this much truth his confession may be taken to contain: +LJ013-0220|that Courvoisier was idle, discontented, ready to take offense, greedy of gain;|that Courvoisier was idle, discontented, ready to take offense, greedy of gain; +LJ013-0221|that he could not resist the opportunity for robbery offered him by his situation at Lord William Russell's; that when vexed with his master|that he could not resist the opportunity for robbery offered him by his situation at Lord William Russell's; that when vexed with his master +LJ013-0222|he did not shrink from murder, both for revenge and to conceal his other crimes.|he did not shrink from murder, both for revenge and to conceal his other crimes. +LJ013-0223|Courvoisier wished to commit suicide in Newgate, but was prevented by the vigilant supervision to which he was subjected while in jail.|Courvoisier wished to commit suicide in Newgate, but was prevented by the vigilant supervision to which he was subjected while in jail. +LJ013-0224|The attempt was to have been made by opening a vein and allowing himself to bleed to death.|The attempt was to have been made by opening a vein and allowing himself to bleed to death. +LJ013-0225|The Sunday night before his execution he would not go to bed when ordered.|The Sunday night before his execution he would not go to bed when ordered. +LJ013-0226|The governor insisted, but Courvoisier showed great reluctance to strip.|The governor insisted, but Courvoisier showed great reluctance to strip. +LJ013-0227|The order was, however, at length obeyed, and the whole of the prisoner's clothes were minutely searched.|The order was, however, at length obeyed, and the whole of the prisoner's clothes were minutely searched. +LJ013-0229|Courvoisier admitted that he had intended to bind it tightly round his arm and bleed himself to death in the night.|Courvoisier admitted that he had intended to bind it tightly round his arm and bleed himself to death in the night. +LJ013-0230|The next inquiry was how he hoped to open a vein. "With a bit of sharpened stick picked out of the ordinary firewood."|The next inquiry was how he hoped to open a vein. "With a bit of sharpened stick picked out of the ordinary firewood." +LJ013-0231|"Where is it?" asked the governor.|"Where is it?" asked the governor. +LJ013-0232|The prisoner replied that he had left it in the mattress of which he had just been deprived.|The prisoner replied that he had left it in the mattress of which he had just been deprived. +LJ013-0233|The bed was searched, but no piece of sharpened wood was found. It was thought that it might have been lost in changing the mattresses.|The bed was searched, but no piece of sharpened wood was found. It was thought that it might have been lost in changing the mattresses. +LJ013-0234|The cloth above referred to belonged to the inner seam of his trousers, which he had managed to tear out.|The cloth above referred to belonged to the inner seam of his trousers, which he had managed to tear out. +LJ013-0235|There is nothing to show that Courvoisier really contemplated self-destruction.|There is nothing to show that Courvoisier really contemplated self-destruction. +LJ013-0236|A murder which reproduced many of the features of that committed by Greenacre soon followed, and excited the public mind even more than that of Courvoisier's.|A murder which reproduced many of the features of that committed by Greenacre soon followed, and excited the public mind even more than that of Courvoisier's. +LJ013-0237|Daniel Good's crime might have remained long undiscovered but for his own careless stupidity.|Daniel Good's crime might have remained long undiscovered but for his own careless stupidity. +LJ013-0238|He was coachman to a gentleman at Roehampton. One day he went into a pawnbroker's at Wandsworth, and bought a pair of breeches on credit.|He was coachman to a gentleman at Roehampton. One day he went into a pawnbroker's at Wandsworth, and bought a pair of breeches on credit. +LJ013-0239|At the same time he was seen to steal and secrete a pair of trousers. The shop-boy gave information.|At the same time he was seen to steal and secrete a pair of trousers. The shop-boy gave information. +LJ013-0240|Good was followed to his stables by a policeman, but obstinately denied the theft.|Good was followed to his stables by a policeman, but obstinately denied the theft. +LJ013-0241|The policeman insisted on searching the premises, at which Good displayed some uneasiness.|The policeman insisted on searching the premises, at which Good displayed some uneasiness. +LJ013-0242|This increased when the officer, accompanied by two others, a neighbor and a bailiff, entered one of the stables.|This increased when the officer, accompanied by two others, a neighbor and a bailiff, entered one of the stables. +LJ013-0243|Good now offered to go to Wandsworth and satisfy the pawnbroker.|Good now offered to go to Wandsworth and satisfy the pawnbroker. +LJ013-0244|Just at this moment, however, the searchers found concealed under two trusses of hay a woman's headless and dismembered trunk.|Just at this moment, however, the searchers found concealed under two trusses of hay a woman's headless and dismembered trunk. +LJ013-0245|At the constable's cry of alarm Good rushed from the stable and locked the door behind him.|At the constable's cry of alarm Good rushed from the stable and locked the door behind him. +LJ013-0246|Some time elapsed before the imprisoned party could force open the doors, and by then the fugitive had escaped.|Some time elapsed before the imprisoned party could force open the doors, and by then the fugitive had escaped. +LJ013-0247|Medical assistance having been summoned, it was ascertained how the dismemberment had been effected.|Medical assistance having been summoned, it was ascertained how the dismemberment had been effected. +LJ013-0248|At the same time an overpowering odor attracted them to the adjoining harness-room, where the missing remains were raked out|At the same time an overpowering odor attracted them to the adjoining harness-room, where the missing remains were raked out +LJ013-0249|half consumed in the ashes of a wood fire.|half consumed in the ashes of a wood fire. +LJ013-0250|In the same room a large axe and saw were found covered with blood.|In the same room a large axe and saw were found covered with blood. +LJ013-0251|Inquiry into the character of Good exposed him as a loose liver, who "kept company" with several women.|Inquiry into the character of Good exposed him as a loose liver, who "kept company" with several women. +LJ013-0252|One called his sister, but supposed to be his wife, had occupied a room in South Street, Manchester Square,|One called his sister, but supposed to be his wife, had occupied a room in South Street, Manchester Square, +LJ013-0253|with a son of Good's by a former wife. Another wife, real or fictitious, existed in Spitalfields,|with a son of Good's by a former wife. Another wife, real or fictitious, existed in Spitalfields, +LJ013-0254|and evidence was given of close relation between Good and a third woman, a girl named Butcher, residing at Woolwich.|and evidence was given of close relation between Good and a third woman, a girl named Butcher, residing at Woolwich. +LJ013-0255|The victim was the first of these three.|The victim was the first of these three. +LJ013-0256|Good had told her, much to her perturbation, that she was to move from South Street to Roehampton, and one day he fetched her.|Good had told her, much to her perturbation, that she was to move from South Street to Roehampton, and one day he fetched her. +LJ013-0257|They were seen together on Barnes Common, and again in Putney Park Lane, where they were talking loud and angrily.|They were seen together on Barnes Common, and again in Putney Park Lane, where they were talking loud and angrily. +LJ013-0258|The poor creature was never seen again alive.|The poor creature was never seen again alive. +LJ013-0259|The actual method of the murder was never exactly ascertained.|The actual method of the murder was never exactly ascertained. +LJ013-0260|Good himself remained at large for some weeks. He had tramped as far as Tunbridge, where he obtained work as a bricklayer's laborer;|Good himself remained at large for some weeks. He had tramped as far as Tunbridge, where he obtained work as a bricklayer's laborer; +LJ013-0261|he there gave satisfaction for industry, but he was taciturn, and would hold no converse with his fellows.|he there gave satisfaction for industry, but he was taciturn, and would hold no converse with his fellows. +LJ013-0262|The woman where he lodged noticed that he was very restless at night, moaning and sighing much. Detection came unexpectedly.|The woman where he lodged noticed that he was very restless at night, moaning and sighing much. Detection came unexpectedly. +LJ013-0263|He was recognized by an ex-policeman who had known him at Roehampton, and immediately arrested.|He was recognized by an ex-policeman who had known him at Roehampton, and immediately arrested. +LJ013-0264|In his effects were found the clothes he had on at the time of his escape from the stables, and under the jacket he was wearing|In his effects were found the clothes he had on at the time of his escape from the stables, and under the jacket he was wearing +LJ013-0265|was a piece of a woman's calico apron stained with blood, which he had used to save the pressure on his shoulder by the hod.|was a piece of a woman's calico apron stained with blood, which he had used to save the pressure on his shoulder by the hod. +LJ013-0266|Good was committed to Newgate, and tried at the Central Criminal Court before a crowded court.|Good was committed to Newgate, and tried at the Central Criminal Court before a crowded court. +LJ013-0267|He made a rambling defense, ending by saying,|He made a rambling defense, ending by saying, +LJ013-0268|Good ladies and gentlemen all, I have a great deal more to say, but I am so bad I cannot say it.|Good ladies and gentlemen all, I have a great deal more to say, but I am so bad I cannot say it. +LJ014-0001|The Chronicles of Newgate, Volume 2. By Arthur Griffiths. Section 17: Newgate notorieties continued, part 2.|The Chronicles of Newgate, Volume two. By Arthur Griffiths. Section seventeen: Newgate notorieties continued, part two. +LJ014-0002|Hocker's murder is in its way interesting, as affording another proof of the extraordinary way in which the culprit returned to the scene of his guilt.|Hocker's murder is in its way interesting, as affording another proof of the extraordinary way in which the culprit returned to the scene of his guilt. +LJ014-0003|The cries of his victim, a Mr. Delarue,|The cries of his victim, a Mr. Delarue, +LJ014-0004|brought passers-by and policemen to the spot, a lonely place near a dead wall beyond Belsize Hall, Hampstead,|brought passers-by and policemen to the spot, a lonely place near a dead wall beyond Belsize Hall, Hampstead, +LJ014-0005|but too late to give substantial aid.|but too late to give substantial aid. +LJ014-0006|While the body lay there still warm, battered and bleeding from the cruel blows inflicted upon him by his cowardly assailant, a man came by singing.|While the body lay there still warm, battered and bleeding from the cruel blows inflicted upon him by his cowardly assailant, a man came by singing. +LJ014-0007|He entered into conversation with the policemen, and learnt, as it seemed for the first time, what had happened.|He entered into conversation with the policemen, and learnt, as it seemed for the first time, what had happened. +LJ014-0008|His remark was, "It is a nasty job;" he took hold of the dead hand, and confessed that he felt "queer" at the shocking sight.|His remark was, "It is a nasty job;" he took hold of the dead hand, and confessed that he felt "queer" at the shocking sight. +LJ014-0009|This sight was his own handiwork,|This sight was his own handiwork, +LJ014-0010|yet he could not overcome the strange fascination it had for him, and remained by the side of the corpse till the stretcher came.|yet he could not overcome the strange fascination it had for him, and remained by the side of the corpse till the stretcher came. +LJ014-0011|Even then he followed it as far as Belsize Lane.|Even then he followed it as far as Belsize Lane. +LJ014-0012|It was here that the others engaged in their dismal office in removing the dead first got a good look at the stranger's face.|It was here that the others engaged in their dismal office in removing the dead first got a good look at the stranger's face. +LJ014-0013|He wanted a light for a cigar, and got it from a lantern which was lifted up and fully betrayed his features.|He wanted a light for a cigar, and got it from a lantern which was lifted up and fully betrayed his features. +LJ014-0014|It was noticed that he wore a mackintosh. Next day the police, in making a careful search of the scene of the murder,|It was noticed that he wore a mackintosh. Next day the police, in making a careful search of the scene of the murder, +LJ014-0015|picked up a coat-button, which afterwards played an important part in the identification of the murderer.|picked up a coat-button, which afterwards played an important part in the identification of the murderer. +LJ014-0016|A letter, which afforded an additional clue, was also found in the pocket of the deceased. Still it was many weeks before any arrest was made.|A letter, which afforded an additional clue, was also found in the pocket of the deceased. Still it was many weeks before any arrest was made. +LJ014-0017|In the mean time the police were not idle.|In the mean time the police were not idle. +LJ014-0018|It came out by degrees that the person who had been seen in Belsize Lane on the night the body was found was a friend of the deceased.|It came out by degrees that the person who had been seen in Belsize Lane on the night the body was found was a friend of the deceased. +LJ014-0019|His name was Hocker; he was by trade a ladies' shoemaker; and it was also ascertained that after the day of the murder he was flush of money.|His name was Hocker; he was by trade a ladies' shoemaker; and it was also ascertained that after the day of the murder he was flush of money. +LJ014-0021|a coat among them much torn and stained, with three buttons missing, one of which corresponded with that picked up at Hampstead.|a coat among them much torn and stained, with three buttons missing, one of which corresponded with that picked up at Hampstead. +LJ014-0022|The letter found in the pocket of the deceased was sealed with a wafer marked F,|The letter found in the pocket of the deceased was sealed with a wafer marked F, +LJ014-0023|and many of the same sort were found in the possession of the accused. This was enough to obtain a committal,|and many of the same sort were found in the possession of the accused. This was enough to obtain a committal, +LJ014-0024|after several remands; but the case contained elements of doubt, and the evidence at the trial was entirely circumstantial.|after several remands; but the case contained elements of doubt, and the evidence at the trial was entirely circumstantial. +LJ014-0025|A witness deposed to meeting Hocker, soon after the cries of murder were heard,|A witness deposed to meeting Hocker, soon after the cries of murder were heard, +LJ014-0026|running at a dog-trot into London, and others swore that they plainly recognized him as the man seen soon afterwards in the lane.|running at a dog-trot into London, and others swore that they plainly recognized him as the man seen soon afterwards in the lane. +LJ014-0027|A woman whom he called on the same evening declared he had worn a mackintosh, his coat was much torn, there was a stain of blood on his shirt-cuff,|A woman whom he called on the same evening declared he had worn a mackintosh, his coat was much torn, there was a stain of blood on his shirt-cuff, +LJ014-0028|and he was in possession, the first time to her knowledge, of a watch.|and he was in possession, the first time to her knowledge, of a watch. +LJ014-0029|This was Delarue's watch, fully identified as such, which Hocker told his brother Delarue had given him the morning of the murder.|This was Delarue's watch, fully identified as such, which Hocker told his brother Delarue had given him the morning of the murder. +LJ014-0030|These were damnatory facts which well supported the prosecution.|These were damnatory facts which well supported the prosecution. +LJ014-0031|The prisoner made an elaborate defense, in which he sought to vilify the character of deceased|The prisoner made an elaborate defense, in which he sought to vilify the character of deceased +LJ014-0032|as the seducer of an innocent girl to whom he (Hocker) had been fondly attached.|as the seducer of an innocent girl to whom he (Hocker) had been fondly attached. +LJ014-0033|When her ruin was discovered her brother panted for revenge.|When her ruin was discovered her brother panted for revenge. +LJ014-0034|Hocker, whose skill in counterfeiting handwriting was known, was asked to fabricate a letter making an assignation with Delarue|Hocker, whose skill in counterfeiting handwriting was known, was asked to fabricate a letter making an assignation with Delarue +LJ014-0035|in a lonely part of Hampstead.|in a lonely part of Hampstead. +LJ014-0036|Hocker and the brother went to the spot, where the latter left him to meet his sister's seducer alone.|Hocker and the brother went to the spot, where the latter left him to meet his sister's seducer alone. +LJ014-0037|Soon afterwards Hocker heard cries of "murder,"|Soon afterwards Hocker heard cries of "murder," +LJ014-0038|and proceeding to where they came from, found Delarue dead, slain by the furious brother.|and proceeding to where they came from, found Delarue dead, slain by the furious brother. +LJ014-0039|Hocker was so overcome, feeling himself the principal cause of the tragedy,|Hocker was so overcome, feeling himself the principal cause of the tragedy, +LJ014-0040|that he rushed to a slaughterhouse in Hampstead and purposely stained his clothes with blood.|that he rushed to a slaughterhouse in Hampstead and purposely stained his clothes with blood. +LJ014-0041|Such an extravagant defense did not weigh with judge or jury;|Such an extravagant defense did not weigh with judge or jury; +LJ014-0042|the first summed up dead against the prisoner, and the latter, after retiring for ten minutes, found him guilty.|the first summed up dead against the prisoner, and the latter, after retiring for ten minutes, found him guilty. +LJ014-0043|Hocker's conduct in Newgate while under sentence of death was most extraordinary.|Hocker's conduct in Newgate while under sentence of death was most extraordinary. +LJ014-0044|He drew up several long statements, containing narratives purely fictitious, imputing crimes to his victim, and repeating his line of defense|He drew up several long statements, containing narratives purely fictitious, imputing crimes to his victim, and repeating his line of defense +LJ014-0045|that Delarue had suffered by the hands of imaginary outraged brothers acting as the avengers of females deeply injured by him.|that Delarue had suffered by the hands of imaginary outraged brothers acting as the avengers of females deeply injured by him. +LJ014-0046|Hocker made several pretended confessions and revelations, all of which were proved to be absolutely false by the police on inquiry.|Hocker made several pretended confessions and revelations, all of which were proved to be absolutely false by the police on inquiry. +LJ014-0047|His demeanor was a strange compound of wickedness, falsehood, and deceit.|His demeanor was a strange compound of wickedness, falsehood, and deceit. +LJ014-0048|But at the fatal hour his hardihood forsook him, and he was almost insensible when taken out of his cell for execution.|But at the fatal hour his hardihood forsook him, and he was almost insensible when taken out of his cell for execution. +LJ014-0049|Restoratives were applied, but he was in a fainting condition when tied, and had to be supported by the assistant executioner|Restoratives were applied, but he was in a fainting condition when tied, and had to be supported by the assistant executioner +LJ014-0050|while Calcraft adjusted the noose.|while Calcraft adjusted the noose. +LJ014-0051|There was an epidemic of murder in the United Kingdom about 1848 to 9.|There was an epidemic of murder in the United Kingdom about eighteen forty-eight to nine. +LJ014-0052|In November of the first-named year occurred the wholesale slaughter of the Jermys in their house, Stanfield Hall, by the miscreant Rush.|In November of the first-named year occurred the wholesale slaughter of the Jermys in their house, Stanfield Hall, by the miscreant Rush. +LJ014-0053|Soon afterwards, in Gloucestershire,|Soon afterwards, in Gloucestershire, +LJ014-0055|Next year John Gleeson Wilson, at Liverpool, murdered a woman, Ann Henrichson, also a maidservant and two children;|Next year John Gleeson Wilson, at Liverpool, murdered a woman, Ann Henrichson, also a maidservant and two children; +LJ014-0056|while in Ireland a wife dashed out her husband's brains with a hammer.|while in Ireland a wife dashed out her husband's brains with a hammer. +LJ014-0057|London did not escape the contagion, and prominent among the detestable crimes of the period stands that of the Mannings at Bermondsey.|London did not escape the contagion, and prominent among the detestable crimes of the period stands that of the Mannings at Bermondsey. +LJ014-0058|These great criminals suffered at Horsemonger Lane Jail, but they were tried at the Central Criminal Court, and were for some time inmates of Newgate.|These great criminals suffered at Horsemonger Lane Jail, but they were tried at the Central Criminal Court, and were for some time inmates of Newgate. +LJ014-0059|Their victim was a man named Patrick O'Connor, a Custom-House gauger, who had been a suitor of Marie de Roux before she became Mrs. Manning.|Their victim was a man named Patrick O'Connor, a Custom-House gauger, who had been a suitor of Marie de Roux before she became Mrs. Manning. +LJ014-0060|Marie de Roux up to the time of her marriage had been in service as lady's maid to Lady Blantyre, daughter of the Duchess of Sutherland,|Marie de Roux up to the time of her marriage had been in service as lady's maid to Lady Blantyre, daughter of the Duchess of Sutherland, +LJ014-0061|and Manning hoped to get some small Government appointment through his wife's interest.|and Manning hoped to get some small Government appointment through his wife's interest. +LJ014-0062|He had failed in this as well as in the business of a publican, which he had at one time adopted.|He had failed in this as well as in the business of a publican, which he had at one time adopted. +LJ014-0063|After the marriage a close intimacy was still maintained between O'Connor and the Mannings.|After the marriage a close intimacy was still maintained between O'Connor and the Mannings. +LJ014-0064|He lived at Mile End, whence he walked often to call at 3, Minver Place, Bermondsey, the residence of his old love.|He lived at Mile End, whence he walked often to call at three, Minver Place, Bermondsey, the residence of his old love. +LJ014-0065|O'Connor was a man of substance. He had long followed the profitable trade of a money-lender,|O'Connor was a man of substance. He had long followed the profitable trade of a money-lender, +LJ014-0066|and by dint of usurious interest on small sums advanced to needy neighbors, had amassed as much as eight thousand pounds or ten thousand pounds.|and by dint of usurious interest on small sums advanced to needy neighbors, had amassed as much as eight thousand pounds or ten thousand pounds. +LJ014-0067|His wealth was well known to "Maria," as he called Mrs. Manning, who made several ineffectual attempts to get money out of him.|His wealth was well known to "Maria," as he called Mrs. Manning, who made several ineffectual attempts to get money out of him. +LJ014-0068|At last this fiendish woman made up her mind to murder O'Connor and appropriate all his possessions.|At last this fiendish woman made up her mind to murder O'Connor and appropriate all his possessions. +LJ014-0069|Her husband, to whom she coolly confided her intention,|Her husband, to whom she coolly confided her intention, +LJ014-0070|a heavy brutish fellow, was yet aghast at his wife's resolve, and tried hard to dissuade her from bad purpose.|a heavy brutish fellow, was yet aghast at his wife's resolve, and tried hard to dissuade her from bad purpose. +LJ014-0071|In his confession after sentence he declared that she plied him well with brandy at this period,|In his confession after sentence he declared that she plied him well with brandy at this period, +LJ014-0072|and that during the whole time he was never in his right senses.|and that during the whole time he was never in his right senses. +LJ014-0073|Meanwhile this woman, unflinching in her cold, bloody determination, carefully laid all her plans for the consummation of the deed.|Meanwhile this woman, unflinching in her cold, bloody determination, carefully laid all her plans for the consummation of the deed. +LJ014-0074|One fine afternoon in August, O'Connor was met walking in the direction of Bermondsey.|One fine afternoon in August, O'Connor was met walking in the direction of Bermondsey. +LJ014-0075|He was dressed with particular care, as he was to dine at the Mannings and meet friends, one a young lady.|He was dressed with particular care, as he was to dine at the Mannings and meet friends, one a young lady. +LJ014-0076|He was seen afterwards smoking and talking with his hosts in their back parlor, and never seen again alive.|He was seen afterwards smoking and talking with his hosts in their back parlor, and never seen again alive. +LJ014-0077|It came out in the husband's confession that Mrs. Manning induced O'Connor to go down to the kitchen to wash his hands, that she followed him to the basement,|It came out in the husband's confession that Mrs. Manning induced O'Connor to go down to the kitchen to wash his hands, that she followed him to the basement, +LJ014-0078|that she stood behind him as he stood near the open grave she herself had dug for him,|that she stood behind him as he stood near the open grave she herself had dug for him, +LJ014-0079|and which he mistook for a drain, and that while he was speaking to her she put the muzzle of a pistol close to the back of his head and shot him down.|and which he mistook for a drain, and that while he was speaking to her she put the muzzle of a pistol close to the back of his head and shot him down. +LJ014-0080|She ran upstairs, told her husband, made him go down to look at her handiwork, and as O'Connor was not quite dead,|She ran upstairs, told her husband, made him go down to look at her handiwork, and as O'Connor was not quite dead, +LJ014-0081|Manning gave the coup de grace with a crowbar.|Manning gave the coup de grace with a crowbar. +LJ014-0082|After this Mrs. Manning changed her dress and went off in a cab to O'Connor's lodgings,|After this Mrs. Manning changed her dress and went off in a cab to O'Connor's lodgings, +LJ014-0083|which, having possessed herself of the murdered man's keys, she rifled from end to end.|which, having possessed herself of the murdered man's keys, she rifled from end to end. +LJ014-0084|Returning to her own home, where Manning meantime had been calmly smoking and talking to the neighbors over the basement wall,|Returning to her own home, where Manning meantime had been calmly smoking and talking to the neighbors over the basement wall, +LJ014-0085|the corpse lying just inside the kitchen all the while, the two set to work to strip the body and hide it under the stones of the floor.|the corpse lying just inside the kitchen all the while, the two set to work to strip the body and hide it under the stones of the floor. +LJ014-0086|This job was not completed till the following day, as the hole had to be enlarged, and the only tool they had was a dust-shovel.|This job was not completed till the following day, as the hole had to be enlarged, and the only tool they had was a dust-shovel. +LJ014-0087|A quantity of quicklime was thrown in with the body to destroy all identification.|A quantity of quicklime was thrown in with the body to destroy all identification. +LJ014-0088|This was on a Thursday evening.|This was on a Thursday evening. +LJ014-0089|For the remainder of that week and part of the next the murderers stayed in the house, and occupied the kitchen, close to the remains of their victim.|For the remainder of that week and part of the next the murderers stayed in the house, and occupied the kitchen, close to the remains of their victim. +LJ014-0090|On the Sunday Mrs. Manning roasted a goose at this same kitchen fire, and ate it with relish in the afternoon.|On the Sunday Mrs. Manning roasted a goose at this same kitchen fire, and ate it with relish in the afternoon. +LJ014-0091|This cold-blooded indifference after the event was only outdone by the premeditation of this horrible murder.|This cold-blooded indifference after the event was only outdone by the premeditation of this horrible murder. +LJ014-0092|The hole must have been excavated and the quicklime purchased quite three weeks before O'Connor met his death,|The hole must have been excavated and the quicklime purchased quite three weeks before O'Connor met his death, +LJ014-0093|and during that time he must frequently have stood or sat over his own grave.|and during that time he must frequently have stood or sat over his own grave. +LJ014-0094|Discovery of the murder came in this wise. O'Connor, a punctual and well-conducted official, was at once missed at the London Docks.|Discovery of the murder came in this wise. O'Connor, a punctual and well-conducted official, was at once missed at the London Docks. +LJ014-0095|On the third day his friends began to inquire for him,|On the third day his friends began to inquire for him, +LJ014-0096|and at their request two police officers were sent to Bermondsey to inquire for him at the Mannings, with whom it was well known that he was very intimate.|and at their request two police officers were sent to Bermondsey to inquire for him at the Mannings, with whom it was well known that he was very intimate. +LJ014-0097|The Mannings had seen or heard nothing of him, of course. As O'Connor still did not turn up, the police after a couple of days returned to Minver Place.|The Mannings had seen or heard nothing of him, of course. As O'Connor still did not turn up, the police after a couple of days returned to Minver Place. +LJ014-0098|The house was empty, bare and stripped of all its furniture, and its former occupants had decamped.|The house was empty, bare and stripped of all its furniture, and its former occupants had decamped. +LJ014-0099|The circumstance was suspicious, and a search was at once made of the whole premises.|The circumstance was suspicious, and a search was at once made of the whole premises. +LJ014-0100|In the back kitchen one of the detectives remarked that the cement between certain stones looked lighter than the rest, and on trying it with a knife,|In the back kitchen one of the detectives remarked that the cement between certain stones looked lighter than the rest, and on trying it with a knife, +LJ014-0102|The stones were at once taken up;|The stones were at once taken up; +LJ014-0104|Six inches lower the body of O'Connor was uncovered.|Six inches lower the body of O'Connor was uncovered. +LJ014-0105|He was lying on his face, his legs tied up to his hips so as to allow of the body fitting into the hole.|He was lying on his face, his legs tied up to his hips so as to allow of the body fitting into the hole. +LJ014-0106|The lime had done its work so rapidly that the features would have been indistinguishable but for the prominent chin and a set of false teeth.|The lime had done its work so rapidly that the features would have been indistinguishable but for the prominent chin and a set of false teeth. +LJ014-0107|The corpse settled all doubts, and the next point was to lay hands upon the Mannings.|The corpse settled all doubts, and the next point was to lay hands upon the Mannings. +LJ014-0108|It was soon ascertained that the wife had gone off in a cab with a quantity of luggage.|It was soon ascertained that the wife had gone off in a cab with a quantity of luggage. +LJ014-0109|Part of this she had deposited to be left till called for at one station, while she had gone herself to another, that at Euston Square.|Part of this she had deposited to be left till called for at one station, while she had gone herself to another, that at Euston Square. +LJ014-0110|At the first the boxes were impounded, opened, and found to contain many of O'Connor's effects.|At the first the boxes were impounded, opened, and found to contain many of O'Connor's effects. +LJ014-0111|At the second exact information was obtained of Mrs. Manning's movements. She had gone to Edinburgh.|At the second exact information was obtained of Mrs. Manning's movements. She had gone to Edinburgh. +LJ014-0112|A telegraphic message, then newly adapted to the purposes of criminal detection,|A telegraphic message, then newly adapted to the purposes of criminal detection, +LJ014-0113|advised the Edinburgh police of the whole affair, and within an hour an answer was telegraphed, stating that Mrs. Manning was in custody.|advised the Edinburgh police of the whole affair, and within an hour an answer was telegraphed, stating that Mrs. Manning was in custody. +LJ014-0114|She had been to brokers to negotiate the sale of certain foreign railway stock, with which they had been warned from London not to deal,|She had been to brokers to negotiate the sale of certain foreign railway stock, with which they had been warned from London not to deal, +LJ014-0115|and they had given information to the police.|and they had given information to the police. +LJ014-0116|Her arrest was planned, and, when the telegram arrived from London, completed.|Her arrest was planned, and, when the telegram arrived from London, completed. +LJ014-0117|An examination of her boxes disclosed a quantity of O'Connor's property.|An examination of her boxes disclosed a quantity of O'Connor's property. +LJ014-0118|Mrs. Manning was transferred to London and lodged in the Horsemonger Lane Jail, where her husband soon afterwards joined her.|Mrs. Manning was transferred to London and lodged in the Horsemonger Lane Jail, where her husband soon afterwards joined her. +LJ014-0119|He had fled to Jersey, where he was recognized and arrested.|He had fled to Jersey, where he was recognized and arrested. +LJ014-0120|Each tried to throw the blame on the other; Manning declared his wife had committed the murder, Mrs. Manning indignantly denied the charge.|Each tried to throw the blame on the other; Manning declared his wife had committed the murder, Mrs. Manning indignantly denied the charge. +LJ014-0121|The prisoners were in due course transferred to Newgate, to be put upon their trial at the Central Criminal Court.|The prisoners were in due course transferred to Newgate, to be put upon their trial at the Central Criminal Court. +LJ014-0122|A great number of distinguished people assembled as usual at the Old Bailey on the day of trial.|A great number of distinguished people assembled as usual at the Old Bailey on the day of trial. +LJ014-0123|The Mannings were arraigned together; the husband standing at one of the front corners of the dock, his wife at the other end.|The Mannings were arraigned together; the husband standing at one of the front corners of the dock, his wife at the other end. +LJ014-0124|Manning, who was dressed in black, appeared to be a heavy, bull-necked, repulsive-looking man, with a very fair complexion and light hair.|Manning, who was dressed in black, appeared to be a heavy, bull-necked, repulsive-looking man, with a very fair complexion and light hair. +LJ014-0125|Mrs. Manning was not without personal charms;|Mrs. Manning was not without personal charms; +LJ014-0126|her face was comely, she had dark hair and good eyes, and was above the middle height, yet inclined to be stout.|her face was comely, she had dark hair and good eyes, and was above the middle height, yet inclined to be stout. +LJ014-0127|She was smartly dressed in a plaid shawl, a white lace cap;|She was smartly dressed in a plaid shawl, a white lace cap; +LJ014-0128|her hair was dressed in long crepe bands. She had lace ruffles at her wrist, and wore primrose-colored kid gloves.|her hair was dressed in long crepe bands. She had lace ruffles at her wrist, and wore primrose-colored kid gloves. +LJ014-0129|The case rested upon the facts which have been already set forth, and was proved to the satisfaction of the jury, who brought in a verdict of guilty.|The case rested upon the facts which have been already set forth, and was proved to the satisfaction of the jury, who brought in a verdict of guilty. +LJ014-0130|Manning, when sentence of death was passed on him, said nothing;|Manning, when sentence of death was passed on him, said nothing; +LJ014-0131|but Mrs. Manning, speaking in a foreign accent, addressed the court with great fluency and vehemence.|but Mrs. Manning, speaking in a foreign accent, addressed the court with great fluency and vehemence. +LJ014-0132|She complained that she had no justice; there was no law for her, she had found no protection either from judges, the prosecutor, or her husband.|She complained that she had no justice; there was no law for her, she had found no protection either from judges, the prosecutor, or her husband. +LJ014-0133|She had not been treated like a Christian, but like a wild beast of the forest. She declared that the money found in her possession had been sent her from abroad;|She had not been treated like a Christian, but like a wild beast of the forest. She declared that the money found in her possession had been sent her from abroad; +LJ014-0134|that O'Connor had been more to her than her husband, that she ought to have married him.|that O'Connor had been more to her than her husband, that she ought to have married him. +LJ014-0135|It was against common sense to charge her with murdering the only friend she had in the world;|It was against common sense to charge her with murdering the only friend she had in the world; +LJ014-0136|the culprit was really her husband, who killed O'Connor out of jealousy and revengeful feelings.|the culprit was really her husband, who killed O'Connor out of jealousy and revengeful feelings. +LJ014-0137|When the judge assumed the black cap|When the judge assumed the black cap +LJ014-0138|Mrs. Manning became still more violent, shouting, "No, no, I will not stand it! You ought to be ashamed of yourselves!"|Mrs. Manning became still more violent, shouting, "No, no, I will not stand it! You ought to be ashamed of yourselves!" +LJ014-0139|and would have left the dock had not Mr. Cope, the governor of Newgate, restrained her.|and would have left the dock had not Mr. Cope, the governor of Newgate, restrained her. +LJ014-0140|After judgment was passed she repeatedly cried out Shame!|After judgment was passed she repeatedly cried out Shame! +LJ014-0141|and stretching out her hand, she gathered up a quantity of the rue which, following ancient custom dating from the days of the jail fever,|and stretching out her hand, she gathered up a quantity of the rue which, following ancient custom dating from the days of the jail fever, +LJ014-0142|was strewn in front of the dock, and sprinkled it towards the bench with a contemptuous gesture.|was strewn in front of the dock, and sprinkled it towards the bench with a contemptuous gesture. +LJ014-0143|On being removed to Newgate from the court Mrs. Manning became perfectly furious.|On being removed to Newgate from the court Mrs. Manning became perfectly furious. +LJ014-0144|She uttered loud imprecations, cursing judge, jury, barristers, witnesses, and all who stood around.|She uttered loud imprecations, cursing judge, jury, barristers, witnesses, and all who stood around. +LJ014-0146|They had to handcuff her by force against the most violent resistance, and still she raged and stormed,|They had to handcuff her by force against the most violent resistance, and still she raged and stormed, +LJ014-0147|shaking her clenched and manacled hands in the officers' faces.|shaking her clenched and manacled hands in the officers' faces. +LJ014-0148|From Newgate the Mannings were taken in separate cabs to Horsemonger Lane Jail.|From Newgate the Mannings were taken in separate cabs to Horsemonger Lane Jail. +LJ014-0149|On this journey her manner changed completely. She became flippant, joked with the officers, asked how they liked her "resolution" in the dock,|On this journey her manner changed completely. She became flippant, joked with the officers, asked how they liked her "resolution" in the dock, +LJ014-0150|and expressed the utmost contempt for her husband, whom she never intended to acknowledge or speak to again.|and expressed the utmost contempt for her husband, whom she never intended to acknowledge or speak to again. +LJ014-0151|Later her mood changed to abject despair.|Later her mood changed to abject despair. +LJ014-0152|On reaching the condemned cell she threw herself upon the floor and shrieked in an hysterical agony of tears.|On reaching the condemned cell she threw herself upon the floor and shrieked in an hysterical agony of tears. +LJ014-0153|After this, until the day of execution, she recovered her spirits, and displayed reckless effrontery,|After this, until the day of execution, she recovered her spirits, and displayed reckless effrontery, +LJ014-0154|mocking at the chaplain, and turning a deaf ear to the counsels of a benevolent lady who came to visit.|mocking at the chaplain, and turning a deaf ear to the counsels of a benevolent lady who came to visit. +LJ014-0155|Now she abused the jury, now called Manning a vagabond,|Now she abused the jury, now called Manning a vagabond, +LJ014-0156|and through all ate heartily at every meal, slept soundly at nights, and talked with cheerfulness on almost any subject.|and through all ate heartily at every meal, slept soundly at nights, and talked with cheerfulness on almost any subject. +LJ014-0157|Nevertheless, she attempted to commit suicide by driving her nails, purposely left long, into her throat.|Nevertheless, she attempted to commit suicide by driving her nails, purposely left long, into her throat. +LJ014-0158|She was discovered just as she was getting black in the face.|She was discovered just as she was getting black in the face. +LJ014-0159|Manning's demeanor was more in harmony with his situation, and the full confession he made|Manning's demeanor was more in harmony with his situation, and the full confession he made +LJ014-0160|elucidated all dark and uncertain points in connection with the crime.|elucidated all dark and uncertain points in connection with the crime. +LJ014-0161|The actual execution, which took place at another prison than Newgate, is rather beyond the scope of this work.|The actual execution, which took place at another prison than Newgate, is rather beyond the scope of this work. +LJ014-0162|But it may be mentioned that the concourse was so enormous that it drew down the well-merited and trenchant disapproval of Charles Dickens,|But it may be mentioned that the concourse was so enormous that it drew down the well-merited and trenchant disapproval of Charles Dickens, +LJ014-0163|who wrote to the 'Times,' saying that he believed "a sight so inconceivably awful|who wrote to the 'Times,' saying that he believed "a sight so inconceivably awful +LJ014-0164|as the wickedness and levity of the immense crowd collected at the execution this morning could be imagined by no man,|as the wickedness and levity of the immense crowd collected at the execution this morning could be imagined by no man, +LJ014-0165|and presented by no heathen land under the sun.|and presented by no heathen land under the sun. +LJ014-0166|faded in my mind before the atrocious bearing, looks, and language of the assembled spectators.|faded in my mind before the atrocious bearing, looks, and language of the assembled spectators. +LJ014-0167|When I came upon the scene at midnight, the shrillness of the cries and howls that were raised from time to time,|When I came upon the scene at midnight, the shrillness of the cries and howls that were raised from time to time, +LJ014-0168|denoting that they came from a concourse of boys and girls already assembled in the best places, made my blood run cold.|denoting that they came from a concourse of boys and girls already assembled in the best places, made my blood run cold. +LJ014-0169|It will be in the memory of many that Mrs. Manning appeared on the scaffold in a black satin dress, which was bound tightly round her waist.|It will be in the memory of many that Mrs. Manning appeared on the scaffold in a black satin dress, which was bound tightly round her waist. +LJ014-0170|This preference brought the costly stuff into disrepute, and its unpopularity lasted for nearly thirty years.|This preference brought the costly stuff into disrepute, and its unpopularity lasted for nearly thirty years. +LJ014-0171|I will briefly describe one or two of the more remarkable murders in the years immediately following, then pass on to another branch of crime.|I will briefly describe one or two of the more remarkable murders in the years immediately following, then pass on to another branch of crime. +LJ014-0172|Robert Marley at the time of his arrest called himself a surgical instrument maker.|Robert Marley at the time of his arrest called himself a surgical instrument maker. +LJ014-0173|It was understood also that he had served in the army as a private, and had, moreover, undergone a sentence of transportation.|It was understood also that he had served in the army as a private, and had, moreover, undergone a sentence of transportation. +LJ014-0174|But it was supposed that he had been once in a good position, well born, and well educated.|But it was supposed that he had been once in a good position, well born, and well educated. +LJ014-0175|When lying under sentence of death in Newgate, he was visited by a lady, a gentlewoman in every sense of the word, who was said to be his sister.|When lying under sentence of death in Newgate, he was visited by a lady, a gentlewoman in every sense of the word, who was said to be his sister. +LJ014-0176|His determined addiction to evil courses had led to his being cast off by his family,|His determined addiction to evil courses had led to his being cast off by his family, +LJ014-0177|and he must have been at the end of his resources when he committed the crime for which he suffered.|and he must have been at the end of his resources when he committed the crime for which he suffered. +LJ014-0178|His offense was the murder of Richard Cope,|His offense was the murder of Richard Cope, +LJ014-0179|a working jeweler, shopman to a Mr. Berry of Parliament Street. It was Cope's duty to stay in the shop till the last, close the shutters,|a working jeweler, shopman to a Mr. Berry of Parliament Street. It was Cope's duty to stay in the shop till the last, close the shutters, +LJ014-0180|secure the stock of watches and jewelry, then lock up the place and take on the keys to Mr. Berry's private house in Pimlico.|secure the stock of watches and jewelry, then lock up the place and take on the keys to Mr. Berry's private house in Pimlico. +LJ014-0181|Cope, a small man, crippled, and of weakly constitution, was alone in the shop about 9:30.|Cope, a small man, crippled, and of weakly constitution, was alone in the shop about nine:thirty. +LJ014-0182|the shutters were up, and he was preparing to close, when Marley entered and fell upon him with a life-preserver,|the shutters were up, and he was preparing to close, when Marley entered and fell upon him with a life-preserver, +LJ014-0183|meaning to kill him and rifle the shop.|meaning to kill him and rifle the shop. +LJ014-0184|The noise of the struggle was heard outside in the street,|The noise of the struggle was heard outside in the street, +LJ014-0185|and bystanders peeped in through the shutters, but no one entered or sought to interfere in what seemed only a domestic quarrel.|and bystanders peeped in through the shutters, but no one entered or sought to interfere in what seemed only a domestic quarrel. +LJ014-0186|A milliner's porter,|A milliner's porter, +LJ014-0187|Lerigo, was also attracted by the noise of the row, but after walking a few paces he felt dissatisfied, and returned to the spot.|Lerigo, was also attracted by the noise of the row, but after walking a few paces he felt dissatisfied, and returned to the spot. +LJ014-0188|Pushing the shop-door open, he saw Marley finishing his murderous assault.|Pushing the shop-door open, he saw Marley finishing his murderous assault. +LJ014-0189|Lerigo turned for assistance to take the man into custody.|Lerigo turned for assistance to take the man into custody. +LJ014-0190|Marley, disturbed, picked up a cigar and parcel from the counter, then ran out, pursued by Lerigo only.|Marley, disturbed, picked up a cigar and parcel from the counter, then ran out, pursued by Lerigo only. +LJ014-0191|Marley ran along the street, down into Cannon Row|Marley ran along the street, down into Cannon Row +LJ014-0192|then into Palace Yard, where the waterman of the cab-tank, in obedience to Lerigo's shouts, collared the fugitive.|then into Palace Yard, where the waterman of the cab-tank, in obedience to Lerigo's shouts, collared the fugitive. +LJ014-0193|Escorted by his two captors, Marley was taken back into Parliament Street to the jeweler's shop.|Escorted by his two captors, Marley was taken back into Parliament Street to the jeweler's shop. +LJ014-0194|The policemen were now in possession;|The policemen were now in possession; +LJ014-0195|two of them supported Cope, who was still alive, although insensible, and Marley was apprehended. The evidence against him was completed|two of them supported Cope, who was still alive, although insensible, and Marley was apprehended. The evidence against him was completed +LJ014-0196|by his identification by Cope in Westminster Hospital, who survived long enough to make a formal deposition before Mr. Jardine,|by his identification by Cope in Westminster Hospital, who survived long enough to make a formal deposition before Mr. Jardine, +LJ014-0197|the police magistrate, that Marley was the man who had beaten him to death.|the police magistrate, that Marley was the man who had beaten him to death. +LJ014-0198|Marley at his trial was undefended, and the sheriffs offered him counsel; but he declined. The witnesses against him all spoke the truth, he said;|Marley at his trial was undefended, and the sheriffs offered him counsel; but he declined. The witnesses against him all spoke the truth, he said; +LJ014-0199|there was no case to make out; why waste money on lawyers for the defense? His demeanor was cool and collected throughout;|there was no case to make out; why waste money on lawyers for the defense? His demeanor was cool and collected throughout; +LJ014-0200|he seemed while in Newgate to realize thoroughly that there was no hope for him, and was determined to face his fate bravely.|he seemed while in Newgate to realize thoroughly that there was no hope for him, and was determined to face his fate bravely. +LJ014-0201|After sentence, the Newgate officers who had special charge of him noticed that he slept well and ate well, enjoying all his meals.|After sentence, the Newgate officers who had special charge of him noticed that he slept well and ate well, enjoying all his meals. +LJ014-0202|One of them went into his cell just at dinner-time;|One of them went into his cell just at dinner-time; +LJ014-0203|the great clock of St. Sepulchre's close by was striking the hour, and Marley, who had his elbows on the table,|the great clock of St. Sepulchre's close by was striking the hour, and Marley, who had his elbows on the table, +LJ014-0204|with his head resting on his hands, looked up and observed calmly, "Go along, clock; come along, gallows."|with his head resting on his hands, looked up and observed calmly, "Go along, clock; come along, gallows." +LJ014-0205|On the dread morning he came out to execution quite gaily, and tripped up the stairs to the scaffold.|On the dread morning he came out to execution quite gaily, and tripped up the stairs to the scaffold. +LJ014-0206|His captors, it may be added (Lerigo and Allen), were warmly commended by the judge for their courage and activity.|His captors, it may be added (Lerigo and Allen), were warmly commended by the judge for their courage and activity. +LJ014-0207|The former was given a reward of twenty and the latter of ten pounds.|The former was given a reward of twenty and the latter of ten pounds. +LJ014-0208|A murderous assault on a police constable, which so nearly ended fatally that the culprit was sentenced to death, although not executed,|A murderous assault on a police constable, which so nearly ended fatally that the culprit was sentenced to death, although not executed, +LJ014-0209|was perpetrated in 1852. The case was accompanied with the most shocking brutality.|was perpetrated in eighteen fifty-two. The case was accompanied with the most shocking brutality. +LJ014-0210|Cannon, by trade a chimney-sweep, had long been characterized by the bitterest hatred of the police force,|Cannon, by trade a chimney-sweep, had long been characterized by the bitterest hatred of the police force, +LJ014-0211|and had been repeatedly sentenced to imprisonment for most desperate and ferocious attacks upon various constables. His last victim was Dwyer,|and had been repeatedly sentenced to imprisonment for most desperate and ferocious attacks upon various constables. His last victim was Dwyer, +LJ014-0212|a fine young officer who had been summoned to take Cannon into custody when the latter was drunk and riotous in front of a public-house.|a fine young officer who had been summoned to take Cannon into custody when the latter was drunk and riotous in front of a public-house. +LJ014-0213|Dwyer found Cannon bleeding profusely from a wound in the head, and persuaded him to go to a doctor's.|Dwyer found Cannon bleeding profusely from a wound in the head, and persuaded him to go to a doctor's. +LJ014-0214|They walked together quietly for some little distance, then Cannon, without the slightest warning,|They walked together quietly for some little distance, then Cannon, without the slightest warning, +LJ014-0215|threw the constable on his back, and violently assaulted him by jumping on his chest and stomach,|threw the constable on his back, and violently assaulted him by jumping on his chest and stomach, +LJ014-0216|and by getting his hand inside Dwyer's stock, with the idea of strangling him.|and by getting his hand inside Dwyer's stock, with the idea of strangling him. +LJ014-0217|Dwyer managed to overpower his assailant, and got to his feet; but Cannon butted at him with his head, and again threw him to the ground,|Dwyer managed to overpower his assailant, and got to his feet; but Cannon butted at him with his head, and again threw him to the ground, +LJ014-0218|after which he kicked his prostrate foe in the most brutal and cowardly manner, and until he was almost senseless, and bruised from head to foot.|after which he kicked his prostrate foe in the most brutal and cowardly manner, and until he was almost senseless, and bruised from head to foot. +LJ014-0219|Once more Dwyer got to his feet, and managed, by drawing his staff, to keep Cannon at bay until a second constable came to his aid.|Once more Dwyer got to his feet, and managed, by drawing his staff, to keep Cannon at bay until a second constable came to his aid. +LJ014-0220|All this time not one of a numerous body of bystanders offered to assist the policeman in his extremity.|All this time not one of a numerous body of bystanders offered to assist the policeman in his extremity. +LJ014-0221|On the contrary, many of them encouraged the brutal assailant in his savage attack.|On the contrary, many of them encouraged the brutal assailant in his savage attack. +LJ014-0222|To Cannon's infinite surprise, he was indicted for attempt to murder, and not for a simple assault, and found guilty.|To Cannon's infinite surprise, he was indicted for attempt to murder, and not for a simple assault, and found guilty. +LJ014-0223|The judge, in passing sentence of death, told him he richly deserved the punishment.|The judge, in passing sentence of death, told him he richly deserved the punishment. +LJ014-0224|As Dwyer survived, Cannon escaped the death sentence, which was commuted to penal servitude for life.|As Dwyer survived, Cannon escaped the death sentence, which was commuted to penal servitude for life. +LJ014-0225|A handsome sum was subscribed for the injured constable, who was disabled for life.|A handsome sum was subscribed for the injured constable, who was disabled for life. +LJ014-0226|Only a few have vied with Cannon in fiendish cruelty and brutality.|Only a few have vied with Cannon in fiendish cruelty and brutality. +LJ014-0227|One of these was Mobbs, who lived in the Minories,|One of these was Mobbs, who lived in the Minories, +LJ014-0228|generally known by the soubriquet of "General Haynau," a name execrated in England about this time.|generally known by the soubriquet of "General Haynau," a name execrated in England about this time. +LJ014-0229|Mobbs systematically ill-used his wife for a long space of time, and at last cut her throat.|Mobbs systematically ill-used his wife for a long space of time, and at last cut her throat. +LJ014-0230|For this he was executed in front of Newgate in 1833.|For this he was executed in front of Newgate in eighteen thirty-three. +LJ014-0231|Emmanuel Barthelemy again,|Emmanuel Barthelemy again, +LJ014-0232|the French refugee, was a murderer of the same description, who dispatched his victim with a loaded cane, after which, to secure his escape,|the French refugee, was a murderer of the same description, who dispatched his victim with a loaded cane, after which, to secure his escape, +LJ014-0233|he shot an old soldier who had attempted to detain him. He was convicted and executed.|he shot an old soldier who had attempted to detain him. He was convicted and executed. +LJ014-0234|He died impenitent, declaring that he had no belief, and that it was idle to ask forgiveness of God.|He died impenitent, declaring that he had no belief, and that it was idle to ask forgiveness of God. +LJ014-0235|I want forgiveness of man; I want those doors (of the prison) opened.|I want forgiveness of man; I want those doors (of the prison) opened. +LJ014-0236|Barthelemy was generally supposed to have been a secret agent of the French police.|Barthelemy was generally supposed to have been a secret agent of the French police. +LJ014-0237|I will now pass to grave but less atrocious crimes.|I will now pass to grave but less atrocious crimes. +LJ014-0238|In 1850 occurred the first of a series of gigantic frauds,|In eighteen fifty occurred the first of a series of gigantic frauds, +LJ014-0239|which followed each other at no long intervals, which had a strong family likeness, and originated all of them to make money easily,|which followed each other at no long intervals, which had a strong family likeness, and originated all of them to make money easily, +LJ014-0240|without capital, and at railroad speed.|without capital, and at railroad speed. +LJ014-0241|Walter Watts was an inventor, a creator, who struck an entirely new and original line of crime.|Walter Watts was an inventor, a creator, who struck an entirely new and original line of crime. +LJ014-0242|Employed as a clerk in the Globe Assurance,|Employed as a clerk in the Globe Assurance, +LJ014-0243|he with unusual quickness of apprehension discovered and promptly turned to account an inexcusably lax system of management,|he with unusual quickness of apprehension discovered and promptly turned to account an inexcusably lax system of management, +LJ014-0244|which offered peculiar chances of profit to an ingenious and unscrupulous man.|which offered peculiar chances of profit to an ingenious and unscrupulous man. +LJ014-0245|It was the custom in this office to make the banker's passbook the basis of the entries in the company's ledgers.|It was the custom in this office to make the banker's passbook the basis of the entries in the company's ledgers. +LJ014-0246|Thus, when a payment was made by the company, the amount disbursed was carried to account in the general books from its entry in the passbook,|Thus, when a payment was made by the company, the amount disbursed was carried to account in the general books from its entry in the passbook, +LJ014-0247|and without reference to or comparison with the documents in which the payment was claimed.|and without reference to or comparison with the documents in which the payment was claimed. +LJ014-0248|This passbook, when not at the bank, was in the exclusive custody of Watts.|This passbook, when not at the bank, was in the exclusive custody of Watts. +LJ014-0249|The cheques drawn by the directors also passed through his hands; to him too they came back to be verified and put by,|The cheques drawn by the directors also passed through his hands; to him too they came back to be verified and put by, +LJ014-0250|after they had been cashed by the bank.|after they had been cashed by the bank. +LJ014-0251|In this way Watts had complete control over the whole of the monetary transactions of the company.|In this way Watts had complete control over the whole of the monetary transactions of the company. +LJ014-0252|He could do what he liked with the passbook, and by its adoption, as described as the basis of all entries,|He could do what he liked with the passbook, and by its adoption, as described as the basis of all entries, +LJ014-0253|there was no independent check upon him if he chose to tamper with it.|there was no independent check upon him if he chose to tamper with it. +LJ014-0254|This he did to an enormous extent,|This he did to an enormous extent, +LJ014-0255|continually altering, erasing, and adding figures to correspond with and cover the abstractions he made of various cheques as they were drawn.|continually altering, erasing, and adding figures to correspond with and cover the abstractions he made of various cheques as they were drawn. +LJ014-0256|It seems incredible that this passbook, which when produced in court|It seems incredible that this passbook, which when produced in court +LJ014-0257|was a mass of blots and erasures, should not have created suspicion of foul play either at the bank or at the company's board.|was a mass of blots and erasures, should not have created suspicion of foul play either at the bank or at the company's board. +LJ014-0258|Implicit confidence appears to have been placed in Watts, who was the son of an old and trusted employee, and, moreover, a young man of plausible address.|Implicit confidence appears to have been placed in Watts, who was the son of an old and trusted employee, and, moreover, a young man of plausible address. +LJ014-0259|Watts led two lives.|Watts led two lives. +LJ014-0260|In the West End he was a man of fashion, with a town house, a house at Brighton, and a cellar full of good wine at both.|In the West End he was a man of fashion, with a town house, a house at Brighton, and a cellar full of good wine at both. +LJ014-0261|He rode a priceless hack in Rotten Row, or drove down to Richmond in a mail phaeton and pair.|He rode a priceless hack in Rotten Row, or drove down to Richmond in a mail phaeton and pair. +LJ014-0262|He played high, and spent his nights at the club, or in joyous and dissolute company.|He played high, and spent his nights at the club, or in joyous and dissolute company. +LJ014-0264|Under his auspices several "stars" appeared on the boards of the Marylebone theatre,|Under his auspices several "stars" appeared on the boards of the Marylebone theatre, +LJ014-0265|and later he became manager of the newly rebuilt Olympic at Wych Street.|and later he became manager of the newly rebuilt Olympic at Wych Street. +LJ014-0266|No one cared too closely to inquire into the sources of wealth. Some said he was a fortunate speculator in stocks,|No one cared too closely to inquire into the sources of wealth. Some said he was a fortunate speculator in stocks, +LJ014-0267|others that he had had extraordinary luck as a gold-digger. Had his West End and little-informed associates followed him into the city,|others that he had had extraordinary luck as a gold-digger. Had his West End and little-informed associates followed him into the city, +LJ014-0268|whither he was taken every morning in a smart brougham, they would have seen him alight from it in Cornhill,|whither he was taken every morning in a smart brougham, they would have seen him alight from it in Cornhill, +LJ014-0269|and walk forward on foot to enter as a humble and unpretending employee the doors of the Globe Assurance office.|and walk forward on foot to enter as a humble and unpretending employee the doors of the Globe Assurance office. +LJ014-0271|Nevertheless, in this position, through the culpable carelessness which left him unfettered, he managed between 1844|Nevertheless, in this position, through the culpable carelessness which left him unfettered, he managed between eighteen forty-four +LJ014-0273|The detection of these frauds came while he was still prominently before the world as the lessee of the Olympic.|The detection of these frauds came while he was still prominently before the world as the lessee of the Olympic. +LJ014-0274|Rumors were abroad that serious defalcations had been discovered in one of the insurance offices,|Rumors were abroad that serious defalcations had been discovered in one of the insurance offices, +LJ014-0275|but it was long before the public realized that the fraudulent clerk and the great theatrical manager were one and the same person.|but it was long before the public realized that the fraudulent clerk and the great theatrical manager were one and the same person. +LJ014-0276|Watts's crime was discovered by the secretary of the Globe Company, who came suddenly upon the extensive falsification of the passbook.|Watts's crime was discovered by the secretary of the Globe Company, who came suddenly upon the extensive falsification of the passbook. +LJ014-0277|An inquiry was at once set on foot, and the frauds were traced to Watts.|An inquiry was at once set on foot, and the frauds were traced to Watts. +LJ014-0278|The latter, when first taxed with his offense, protested his innocence boldly, and positively denied all knowledge of the affair;|The latter, when first taxed with his offense, protested his innocence boldly, and positively denied all knowledge of the affair; +LJ014-0279|and he had so cleverly destroyed all traces that it was not easy to bring home the charge.|and he had so cleverly destroyed all traces that it was not easy to bring home the charge. +LJ014-0280|But it was proved that Watts had appropriated one cheque for £1400,|But it was proved that Watts had appropriated one cheque for fourteen hundred pounds, +LJ014-0281|which he had paid into his own bankers, and on this he was committed to Newgate for trial.|which he had paid into his own bankers, and on this he was committed to Newgate for trial. +LJ014-0282|There were two counts in the indictment: one for stealing a cheque value £1400, the second for stealing a bit of paper value one penny.|There were two counts in the indictment: one for stealing a cheque value fourteen hundred pounds, the second for stealing a bit of paper value one penny. +LJ014-0283|The jury found him guilty of the latter only, with a point of law reserved. This was fully argued before three judges,|The jury found him guilty of the latter only, with a point of law reserved. This was fully argued before three judges, +LJ014-0285|and not for the slight offense as it appeared on the record.|and not for the slight offense as it appeared on the record. +LJ014-0286|The sentence of the court, one of ten years' transportation, struck the prisoner with dismay.|The sentence of the court, one of ten years' transportation, struck the prisoner with dismay. +LJ014-0287|He had been led to suppose that twelve months' imprisonment was the utmost the law could inflict, and he broke down utterly under the unexpected blow.|He had been led to suppose that twelve months' imprisonment was the utmost the law could inflict, and he broke down utterly under the unexpected blow. +LJ014-0288|That same evening he committed suicide in Newgate.|That same evening he committed suicide in Newgate. +LJ014-0289|The details of the suicide were given at the inquest. Watts had been in ill-health from the time of his first arrest.|The details of the suicide were given at the inquest. Watts had been in ill-health from the time of his first arrest. +LJ014-0290|In Giltspur Street Compter, where he was first lodged|In Giltspur Street Compter, where he was first lodged +LJ014-0291|he showed symptoms of delirium tremens, and admitted that he had been addicted to the excessive use of stimulants.|he showed symptoms of delirium tremens, and admitted that he had been addicted to the excessive use of stimulants. +LJ014-0292|His health improved, but was still indifferent when he was brought up for sentence, and he was an occupant of the Newgate infirmary.|His health improved, but was still indifferent when he was brought up for sentence, and he was an occupant of the Newgate infirmary. +LJ014-0293|He returned from court in a state of gloomy dejection,|He returned from court in a state of gloomy dejection, +LJ014-0294|and in the middle of the night one of the fellow-prisoners who slept in the same ward noticed that he was not in his bed.|and in the middle of the night one of the fellow-prisoners who slept in the same ward noticed that he was not in his bed. +LJ014-0295|This man got up to look for him, and found him hanging from the bars of a neighboring room.|This man got up to look for him, and found him hanging from the bars of a neighboring room. +LJ014-0296|He had made use of a piece of rope cut out from the sacking of his bedstead, and had tied his feet together with a silk pocket-handkerchief.|He had made use of a piece of rope cut out from the sacking of his bedstead, and had tied his feet together with a silk pocket-handkerchief. +LJ014-0297|The prison officers were called, but Watts was quite cold and stiff when he was cut down.|The prison officers were called, but Watts was quite cold and stiff when he was cut down. +LJ014-0298|Strange to say, a second suicide occurred in Newgate the same night,|Strange to say, a second suicide occurred in Newgate the same night, +LJ014-0299|that of a prize-fighter named Donovan, tried the same day, and convicted of manslaughter.|that of a prize-fighter named Donovan, tried the same day, and convicted of manslaughter. +LJ014-0300|Sentence of death had been recorded against Donovan, who, like Watts, had seemingly been overcome with sudden despair.|Sentence of death had been recorded against Donovan, who, like Watts, had seemingly been overcome with sudden despair. +LJ014-0301|In 1853 a second case of gigantic fraud alarmed and scandalized the financial world.|In eighteen fifty-three a second case of gigantic fraud alarmed and scandalized the financial world. +LJ014-0302|It outshone the defalcations of Watts.|It outshone the defalcations of Watts. +LJ014-0303|Nothing to equal the excitement caused by the forgeries of Robert Ferdinand Pries had been known before in the city of London.|Nothing to equal the excitement caused by the forgeries of Robert Ferdinand Pries had been known before in the city of London. +LJ014-0304|He was a corn merchant who operated largely in grain.|He was a corn merchant who operated largely in grain. +LJ014-0305|So enormous were his transactions, that they often affected the markets, and caused great fluctuations in prices.|So enormous were his transactions, that they often affected the markets, and caused great fluctuations in prices. +LJ014-0306|These had been attributed to political action; some thought that the large purchases in foreign grains, effected at losing prices,|These had been attributed to political action; some thought that the large purchases in foreign grains, effected at losing prices, +LJ014-0307|were intended by the protectionists to depress the wheat market, and secure the support of the farmers at the forthcoming election;|were intended by the protectionists to depress the wheat market, and secure the support of the farmers at the forthcoming election; +LJ014-0308|others, that Napoleon III., but recently proclaimed Emperor of the French, wished to gain the popularity necessary to secure the people.|others, that Napoleon the third, but recently proclaimed Emperor of the French, wished to gain the popularity necessary to secure the people. +LJ014-0309|Few realized that these mysterious operations were the "convulsive attempt" of a ruined and dishonest speculator to sustain his credit.|Few realized that these mysterious operations were the "convulsive attempt" of a ruined and dishonest speculator to sustain his credit. +LJ014-0310|Pries, although enjoying a high reputation in the city, had long been in a bad way.|Pries, although enjoying a high reputation in the city, had long been in a bad way. +LJ014-0312|His method was to obtain advances twice over on the same bills of lading or corn warrants. The duplicates were forged.|His method was to obtain advances twice over on the same bills of lading or corn warrants. The duplicates were forged. +LJ014-0313|In this way he obtained vast sums from several firms, and one to which he was indebted upwards of £50,000 subsequently stopped payment.|In this way he obtained vast sums from several firms, and one to which he was indebted upwards of fifty thousand pounds subsequently stopped payment. +LJ014-0314|Pries at length was discovered|Pries at length was discovered +LJ014-0315|through a dishonored cheque for £3000, paid over as an installment of £18,000 owing for an advance on warrants.|through a dishonored cheque for three thousand pounds, paid over as an installment of eighteen thousand pounds owing for an advance on warrants. +LJ014-0316|Inquiries were instituted when the cheque was protested, which led to the discovery of the forgeries.|Inquiries were instituted when the cheque was protested, which led to the discovery of the forgeries. +LJ014-0317|Pries was lodged in Newgate, tried at the Old Bailey, and transported for life.|Pries was lodged in Newgate, tried at the Old Bailey, and transported for life. +LJ014-0318|Another set of frauds, which resembled those of Pries in principle, although not in practice, were soon afterwards discovered.|Another set of frauds, which resembled those of Pries in principle, although not in practice, were soon afterwards discovered. +LJ014-0320|proposed to gain the capital he needed for business purposes by raising money on dock warrants for imported goods which had no real existence.|proposed to gain the capital he needed for business purposes by raising money on dock warrants for imported goods which had no real existence. +LJ014-0321|When such goods arrived they were frequently left at a wharf, paying rent until it suited the importer to remove them.|When such goods arrived they were frequently left at a wharf, paying rent until it suited the importer to remove them. +LJ014-0322|The dock warrant was issued by the wharfinger as certificate that he held the goods.|The dock warrant was issued by the wharfinger as certificate that he held the goods. +LJ014-0323|The warrant thus represented money, and was often used as such, being endorsed and passed from hand to hand as other negotiable bills.|The warrant thus represented money, and was often used as such, being endorsed and passed from hand to hand as other negotiable bills. +LJ014-0324|Cole's plan was to have a wharf of his own, nominally occupied by a creature trading as Maltby and Co.|Cole's plan was to have a wharf of his own, nominally occupied by a creature trading as Maltby and Co. +LJ014-0325|Goods would be landed at this wharf;|Goods would be landed at this wharf; +LJ014-0326|Maltby and Co. would issue warrants on them deliverable to the importer, and the goods were then passed to be stored in neighboring warehouses.|Maltby and Co. would issue warrants on them deliverable to the importer, and the goods were then passed to be stored in neighboring warehouses. +LJ014-0327|The owners of the latter would then issue a second set of warrants on these goods, in total ignorance of the fact that they were already pledged.|The owners of the latter would then issue a second set of warrants on these goods, in total ignorance of the fact that they were already pledged. +LJ014-0328|Cole quickly raised money on both sets of warrants. He carried on this game for some time with great success,|Cole quickly raised money on both sets of warrants. He carried on this game for some time with great success, +LJ014-0329|and so developed his business that in one year his transactions amounted to a couple of millions of pounds.|and so developed his business that in one year his transactions amounted to a couple of millions of pounds. +LJ014-0330|He had several narrow escapes.|He had several narrow escapes. +LJ014-0331|Once a warrant-holder sent down a clerk to view certain goods, and the clerk found that these goods had already a "stop" upon them, or were pledged.|Once a warrant-holder sent down a clerk to view certain goods, and the clerk found that these goods had already a "stop" upon them, or were pledged. +LJ014-0332|Cole escaped by throwing the blame on a careless partner, and at once removed the "stop."|Cole escaped by throwing the blame on a careless partner, and at once removed the "stop." +LJ014-0333|Again, some of the duplicate and fictitious warrants were held by a firm which suspended payment, and there was no knowing into whose hands they might fall.|Again, some of the duplicate and fictitious warrants were held by a firm which suspended payment, and there was no knowing into whose hands they might fall. +LJ014-0334|Cole found out where they were, and redeemed them at a heavy outlay, thus obtaining business relations with the firm that held them,|Cole found out where they were, and redeemed them at a heavy outlay, thus obtaining business relations with the firm that held them, +LJ014-0335|which were soon developed, much to that firm's subsequent anger and regret.|which were soon developed, much to that firm's subsequent anger and regret. +LJ014-0336|Last of all, the well-known bankers Overend and Gurney, whose own affairs created much excitement some years later,|Last of all, the well-known bankers Overend and Gurney, whose own affairs created much excitement some years later, +LJ014-0337|wishing to verify the value of warrants they held, and sending to Maltby and Co.'s wharf, found out half the truth.|wishing to verify the value of warrants they held, and sending to Maltby and Co.'s wharf, found out half the truth. +LJ014-0338|These bankers, wishing for more specific information,|These bankers, wishing for more specific information, +LJ014-0339|asked Davidson and Gordon, a firm with which Cole was closely allied, whether the warrants meant goods or nothing.|asked Davidson and Gordon, a firm with which Cole was closely allied, whether the warrants meant goods or nothing. +LJ014-0340|They could not deny that the latter was the truth, and were forthwith stigmatized by Mr. Chapman, Overend and Gurney's representative, as rogues.|They could not deny that the latter was the truth, and were forthwith stigmatized by Mr. Chapman, Overend and Gurney's representative, as rogues. +LJ015-0001|Chronicles of Newgate, Volume 2. By Arthur Griffiths. Section 18: Newgate notorieties continued, part 3.|Chronicles of Newgate, Volume two. By Arthur Griffiths. Section eighteen: Newgate notorieties continued, part three. +LJ015-0002|The course of the swindlers was by no means smooth, but it was not till 1854 that suspicion arose that anything was wrong.|The course of the swindlers was by no means smooth, but it was not till eighteen fifty-four that suspicion arose that anything was wrong. +LJ015-0003|A firm which held a lot of warrants suddenly demanded the delivery of the goods they covered.|A firm which held a lot of warrants suddenly demanded the delivery of the goods they covered. +LJ015-0004|The goods having no existence, Cole of course could not deliver them.|The goods having no existence, Cole of course could not deliver them. +LJ015-0005|About this time Davidson and Gordon, the people above-mentioned,|About this time Davidson and Gordon, the people above-mentioned, +LJ015-0006|who had fraudulent warrants out of their own to the extent of £150,000, suspended payment and absconded.|who had fraudulent warrants out of their own to the extent of one hundred fifty thousand pounds, suspended payment and absconded. +LJ015-0007|This affected Cole's credit, and ugly reports were in circulation charging him with the issue of simulated warrants.|This affected Cole's credit, and ugly reports were in circulation charging him with the issue of simulated warrants. +LJ015-0008|These indeed were out to the value of £367,800.|These indeed were out to the value of three hundred sixty-seven thousand, eight hundred pounds. +LJ015-0009|Cole's difficulties increased more and more; warrant-holders came down upon him demanding to realize their goods.|Cole's difficulties increased more and more; warrant-holders came down upon him demanding to realize their goods. +LJ015-0010|Cole now suspended payment.|Cole now suspended payment. +LJ015-0011|Maltby, who had bolted, was pursued and arrested, to end his life miserably by committing suicide in a Newgate cell.|Maltby, who had bolted, was pursued and arrested, to end his life miserably by committing suicide in a Newgate cell. +LJ015-0012|Cole too was apprehended, and in due course tried at the Central Criminal Court.|Cole too was apprehended, and in due course tried at the Central Criminal Court. +LJ015-0013|He was found guilty, and sentenced to the seemingly inadequate punishment of four years' transportation.|He was found guilty, and sentenced to the seemingly inadequate punishment of four years' transportation. +LJ015-0014|Davidson and Gordon were also sentenced to imprisonment.|Davidson and Gordon were also sentenced to imprisonment. +LJ015-0015|A more distressing case stands next on the criminal records --|A more distressing case stands next on the criminal records -- +LJ015-0016|the failure and subsequent sentence of the bankers Messrs. Strahan, Paul, and Bates,|the failure and subsequent sentence of the bankers Messrs. Strahan, Paul, and Bates, +LJ015-0017|for the fraudulent disposal of securities lodged in their hands. This firm was one of the oldest banking establishments in the kingdom,|for the fraudulent disposal of securities lodged in their hands. This firm was one of the oldest banking establishments in the kingdom, +LJ015-0018|and dated back to the Commonwealth, when, under the title of Snow and Walton, it carried on business as pawnbrokers.|and dated back to the Commonwealth, when, under the title of Snow and Walton, it carried on business as pawnbrokers. +LJ015-0019|The Strahan of the firm which came to grief was a Snow who changed his name for a fortune of £200,000;|The Strahan of the firm which came to grief was a Snow who changed his name for a fortune of two hundred thousand pounds; +LJ015-0020|he was a man esteemed and respected in society and the world of finance, incapable as it was thought of a dishonest deed.|he was a man esteemed and respected in society and the world of finance, incapable as it was thought of a dishonest deed. +LJ015-0021|Sir John Dean Paul had inherited a baronetcy from his father, together with an honored name;|Sir John Dean Paul had inherited a baronetcy from his father, together with an honored name; +LJ015-0022|he was himself a prominent member of the Low Church, of austere piety, active in all good works.|he was himself a prominent member of the Low Church, of austere piety, active in all good works. +LJ015-0023|Mr. Bates had been confidential managing clerk, and was taken into the firm not alone as a reward for long and faithful service|Mr. Bates had been confidential managing clerk, and was taken into the firm not alone as a reward for long and faithful service +LJ015-0024|but that he might strengthen it by his long experience and known business capacity.|but that he might strengthen it by his long experience and known business capacity. +LJ015-0025|The bank enjoyed an excellent reputation, it had a good connection, and was supposed to be perfectly sound.|The bank enjoyed an excellent reputation, it had a good connection, and was supposed to be perfectly sound. +LJ015-0026|Moreover, the partners were sober, steady men, who paid unremitting attention to business.|Moreover, the partners were sober, steady men, who paid unremitting attention to business. +LJ015-0027|Yet even so early as the death of the first Sir John Paul,|Yet even so early as the death of the first Sir John Paul, +LJ015-0028|the bank was insolvent, and instead of starting on a fresh life with a new name, it should then and there have closed its doors.|the bank was insolvent, and instead of starting on a fresh life with a new name, it should then and there have closed its doors. +LJ015-0029|In December 1851 the balance sheet showed a deficiency of upwards of £70,000.|In December eighteen fifty-one the balance sheet showed a deficiency of upwards of seventy thousand pounds. +LJ015-0030|The bank had been conducted on false principles;|The bank had been conducted on false principles; +LJ015-0031|it had assumed enormous responsibilities -- on one side by the ownership of the Mostyn collieries, a valueless property,|it had assumed enormous responsibilities -- on one side by the ownership of the Mostyn collieries, a valueless property, +LJ015-0032|and on the other by backing up|and on the other by backing up +LJ015-0033|an impecunious and rotten firm of contractors with vast liabilities and pledged to impossible works abroad.|an impecunious and rotten firm of contractors with vast liabilities and pledged to impossible works abroad. +LJ015-0034|The engagements of the bank on these two heads amounting to nearly half a million of money,|The engagements of the bank on these two heads amounting to nearly half a million of money, +LJ015-0035|produced immediate embarrassment and financial distress.|produced immediate embarrassment and financial distress. +LJ015-0036|The bank was already insolvent,|The bank was already insolvent, +LJ015-0037|and the partners had to decide between suspending payment or continuing to hold its head above water by flagitious processes.|and the partners had to decide between suspending payment or continuing to hold its head above water by flagitious processes. +LJ015-0038|They chose, unhappily for themselves, the latter alternative.|They chose, unhappily for themselves, the latter alternative. +LJ015-0039|Money they must have, and money they raised to meet their urgent necessities upon the balances and securities deposited with them by their customers.|Money they must have, and money they raised to meet their urgent necessities upon the balances and securities deposited with them by their customers. +LJ015-0040|This borrowing continued, and on such a scale that their paper was soon at a discount,|This borrowing continued, and on such a scale that their paper was soon at a discount, +LJ015-0041|and the various discount houses would not advance sufficient sums to relieve the necessities of the bank.|and the various discount houses would not advance sufficient sums to relieve the necessities of the bank. +LJ015-0042|Then it was that instead of merely pledging securities, the bank sold them outright, and thus passed the Rubicon of fraud.|Then it was that instead of merely pledging securities, the bank sold them outright, and thus passed the Rubicon of fraud. +LJ015-0043|This went on for some time, and might never have been discovered had some good stroke of luck provided any of the partners|This went on for some time, and might never have been discovered had some good stroke of luck provided any of the partners +LJ015-0044|with money enough to retrieve the position of the bank. But that passed from bad to worse;|with money enough to retrieve the position of the bank. But that passed from bad to worse; +LJ015-0045|the firm's paper went down further and further in value; an application to the Committee of Bankers for assistance was peremptorily refused,|the firm's paper went down further and further in value; an application to the Committee of Bankers for assistance was peremptorily refused, +LJ015-0046|then came a run on the bank, and it was compelled to stop payment.|then came a run on the bank, and it was compelled to stop payment. +LJ015-0047|Its debts amounted to three-quarters of a million, and the dividend it eventually paid was three and twopence in the pound.|Its debts amounted to three-quarters of a million, and the dividend it eventually paid was three and twopence in the pound. +LJ015-0048|But worse than the bankruptcy was the confession made by the partners in the court.|But worse than the bankruptcy was the confession made by the partners in the court. +LJ015-0049|They admitted that they had made away with many of the securities entrusted to their keeping.|They admitted that they had made away with many of the securities entrusted to their keeping. +LJ015-0050|Following this, warrants were issued for their arrest,|Following this, warrants were issued for their arrest, +LJ015-0051|the specific charge being the unlawful negotiation of Danish bonds and other shares belonging to the Rev. Dr. Griffiths of Rochester|the specific charge being the unlawful negotiation of Danish bonds and other shares belonging to the Rev. Dr. Griffiths of Rochester +LJ015-0052|to the value of £20,000.|to the value of twenty thousand pounds. +LJ015-0053|Bates was at once captured in Norfolk Street, Strand.|Bates was at once captured in Norfolk Street, Strand. +LJ015-0054|Police officers went down at night to Nutfield, near Reigate, and arrested Sir John Paul, but allowed the prisoner to sleep there.|Police officers went down at night to Nutfield, near Reigate, and arrested Sir John Paul, but allowed the prisoner to sleep there. +LJ015-0055|Next morning they only just saved the train to town, and left Sir John behind on the platform, but he subsequently surrendered himself.|Next morning they only just saved the train to town, and left Sir John behind on the platform, but he subsequently surrendered himself. +LJ015-0056|Mr. Strahan was arrested at a friend's house in Bryanston Square.|Mr. Strahan was arrested at a friend's house in Bryanston Square. +LJ015-0057|All three were tried at the Central Criminal Court, and sentenced to fourteen years' transportation, passing some time in Newgate en route.|All three were tried at the Central Criminal Court, and sentenced to fourteen years' transportation, passing some time in Newgate en route. +LJ015-0058|Bates, the least guilty, was pardoned in 1858.|Bates, the least guilty, was pardoned in eighteen fifty-eight. +LJ015-0059|Two cases of extensive embezzlement which were discovered almost simultaneously, those of Robson and Redpath,|Two cases of extensive embezzlement which were discovered almost simultaneously, those of Robson and Redpath, +LJ015-0060|will long be remembered both within and without the commercial world.|will long be remembered both within and without the commercial world. +LJ015-0061|They both reproduced many of the features of the case of Watts, already described,|They both reproduced many of the features of the case of Watts, already described, +LJ015-0062|but in neither did the sums misappropriated reach quite the same high figure.|but in neither did the sums misappropriated reach quite the same high figure. +LJ015-0063|But neither Robson nor Redpath would have been able to pursue their fraudulent designs with success had they not, like Watts,|But neither Robson nor Redpath would have been able to pursue their fraudulent designs with success had they not, like Watts, +LJ015-0064|been afforded peculiar facilities by the slackness of system and the want of methodical administration in the concerns by which they were employed.|been afforded peculiar facilities by the slackness of system and the want of methodical administration in the concerns by which they were employed. +LJ015-0065|Robson was of humble origin, but he was well educated, and he had some literary abilities.|Robson was of humble origin, but he was well educated, and he had some literary abilities. +LJ015-0066|His proclivities were theatrical, and he was the author of several plays,|His proclivities were theatrical, and he was the author of several plays, +LJ015-0067|one at least of which, 'Love and Loyalty,' with Wallack in a leading part, achieved a certain success.|one at least of which, 'Love and Loyalty,' with Wallack in a leading part, achieved a certain success. +LJ015-0068|He began life as a law-writer, earning thereby some fifteen or eighteen shillings a week;|He began life as a law-writer, earning thereby some fifteen or eighteen shillings a week; +LJ015-0069|but the firm he served got him a situation as clerk in the office of the Great Northern Railway,|but the firm he served got him a situation as clerk in the office of the Great Northern Railway, +LJ015-0070|whence he passed to a better position under the Crystal Palace Company.|whence he passed to a better position under the Crystal Palace Company. +LJ015-0071|He now married, although his salary was only a pound a week; but he soon got on.|He now married, although his salary was only a pound a week; but he soon got on. +LJ015-0072|He had a pleasant address, showed good business aptitudes, and quickly acquired the approval of his superiors.|He had a pleasant address, showed good business aptitudes, and quickly acquired the approval of his superiors. +LJ015-0073|Within a year he was advanced to the post of chief clerk in the transfer department, at a salary of £150 a year.|Within a year he was advanced to the post of chief clerk in the transfer department, at a salary of one hundred fifty pounds a year. +LJ015-0074|His immediate chief was a Mr. Fasson, upon whose confidence he gained so rapidly, through his activity, industry, and engaging manners,|His immediate chief was a Mr. Fasson, upon whose confidence he gained so rapidly, through his activity, industry, and engaging manners, +LJ015-0075|that ere long the whole management of the transfer department was entrusted to him.|that ere long the whole management of the transfer department was entrusted to him. +LJ015-0076|Some time elapsed before Robson succumbed to temptation.|Some time elapsed before Robson succumbed to temptation. +LJ015-0077|He was not the first man of loose morality and expensive tastes|He was not the first man of loose morality and expensive tastes +LJ015-0078|who preferred to risk his future reputation and liberty to the present discomfort of living upon narrow means.|who preferred to risk his future reputation and liberty to the present discomfort of living upon narrow means. +LJ015-0079|The temptation was all the greater because the chances of successful fraud lay ready to hand.|The temptation was all the greater because the chances of successful fraud lay ready to hand. +LJ015-0080|Shares in the company were represented by certificates, which often enough never left the company's, or more exactly Robson's, hands.|Shares in the company were represented by certificates, which often enough never left the company's, or more exactly Robson's, hands. +LJ015-0081|He conceived the idea of transferring shares, bogus shares from a person who held none, to any one who would buy them in the open market.|He conceived the idea of transferring shares, bogus shares from a person who held none, to any one who would buy them in the open market. +LJ015-0082|He took it for granted that the certificates representing these bogus shares, and which practically did not exist, would never be called for.|He took it for granted that the certificates representing these bogus shares, and which practically did not exist, would never be called for. +LJ015-0083|This ingenious method of raising funds he adopted and carried on without detection,|This ingenious method of raising funds he adopted and carried on without detection, +LJ015-0084|till the defalcations from fraudulent transfers and fraudulent issues combined amounted to £27,000.|till the defalcations from fraudulent transfers and fraudulent issues combined amounted to twenty-seven thousand pounds. +LJ015-0085|With the proceeds of these flagitious frauds Robson feasted and made merry.|With the proceeds of these flagitious frauds Robson feasted and made merry. +LJ015-0086|He kept open house at Kilburn Priory;|He kept open house at Kilburn Priory; +LJ015-0087|entertained literary, artistic, and dramatic celebrities; had a smart "turn out," attended all the race-meetings, and dressed in the latest fashion.|entertained literary, artistic, and dramatic celebrities; had a smart "turn out," attended all the race-meetings, and dressed in the latest fashion. +LJ015-0088|To his wife, poor soul, he made no pretense of fidelity, and she enjoyed only so much of his company as was necessarily spent|To his wife, poor soul, he made no pretense of fidelity, and she enjoyed only so much of his company as was necessarily spent +LJ015-0089|in receiving guests at home, or could be spared from two rival establishments in other parts of the town.|in receiving guests at home, or could be spared from two rival establishments in other parts of the town. +LJ015-0090|To account for his revenues he pretended to have been very lucky on the Stock Exchange, which was at one time true to a limited extent,|To account for his revenues he pretended to have been very lucky on the Stock Exchange, which was at one time true to a limited extent, +LJ015-0091|and to have succeeded in other speculations.|and to have succeeded in other speculations. +LJ015-0092|When his friends asked why he, a wealthy man of independent means, continued to slave on as a clerk on a pittance,|When his friends asked why he, a wealthy man of independent means, continued to slave on as a clerk on a pittance, +LJ015-0093|he replied gaily that his regular work at the Crystal Palace office was useful as a sort of discipline, and kept him steady.|he replied gaily that his regular work at the Crystal Palace office was useful as a sort of discipline, and kept him steady. +LJ015-0094|All this time his position was one of extreme insecurity. He was standing over a mine which at any moment might explode.|All this time his position was one of extreme insecurity. He was standing over a mine which at any moment might explode. +LJ015-0095|The blow fell suddenly, and when least expected. One morning Mr. Fasson asked casually for certain certificates,|The blow fell suddenly, and when least expected. One morning Mr. Fasson asked casually for certain certificates, +LJ015-0096|whether representing real or fictitious shares does not appear; but they were certificates connected in some way with Robson's long practiced frauds|whether representing real or fictitious shares does not appear; but they were certificates connected in some way with Robson's long practiced frauds +LJ015-0097|and he could not produce them. His chief asked sternly where they were.|and he could not produce them. His chief asked sternly where they were. +LJ015-0098|Robson said they were at Kilburn Priory.|Robson said they were at Kilburn Priory. +LJ015-0099|"Let us go to Kilburn for them together," said Mr. Fasson, growing suspicious.|"Let us go to Kilburn for them together," said Mr. Fasson, growing suspicious. +LJ015-0100|They drove there, and Robson on arrival did the honors of his house, rang for lunch to gain time,|They drove there, and Robson on arrival did the honors of his house, rang for lunch to gain time, +LJ015-0101|but at Mr. Fasson's pressing demands went upstairs to fetch the certificates.|but at Mr. Fasson's pressing demands went upstairs to fetch the certificates. +LJ015-0102|He came back to explain that he had mislaid them.|He came back to explain that he had mislaid them. +LJ015-0103|Mr. Fasson, more and more ill at ease, would not accept this subterfuge, and declared they must be found.|Mr. Fasson, more and more ill at ease, would not accept this subterfuge, and declared they must be found. +LJ015-0104|Robson again left him, but only to gather together hastily all the money and valuables on which he could lay his hands, with which he left the house.|Robson again left him, but only to gather together hastily all the money and valuables on which he could lay his hands, with which he left the house. +LJ015-0105|Mr. Fasson waited and waited for his subordinate to re-appear, and at last discovered his flight.|Mr. Fasson waited and waited for his subordinate to re-appear, and at last discovered his flight. +LJ015-0106|A reward was forthwith offered for Robson's apprehension.|A reward was forthwith offered for Robson's apprehension. +LJ015-0107|Meanwhile the absconding clerk had coolly driven to a favorite dining-place in the West End,|Meanwhile the absconding clerk had coolly driven to a favorite dining-place in the West End, +LJ015-0108|where a fish curry and a brace of partridges were set before him,|where a fish curry and a brace of partridges were set before him, +LJ015-0109|and he discussed the latter with appetite, but begged that they would never give him curry again, as he did not like it.|and he discussed the latter with appetite, but begged that they would never give him curry again, as he did not like it. +LJ015-0110|After dinner he went into hiding for a day or two,|After dinner he went into hiding for a day or two, +LJ015-0111|then, accompanied by a lady, not Mrs. Robson, he took steamer and started for Copenhagen.|then, accompanied by a lady, not Mrs. Robson, he took steamer and started for Copenhagen. +LJ015-0112|But the continental police had been warned to look out for him, and two Danish inspectors got upon his track,|But the continental police had been warned to look out for him, and two Danish inspectors got upon his track, +LJ015-0113|followed him over to Sweden, and arrested him at Helsingfors.|followed him over to Sweden, and arrested him at Helsingfors. +LJ015-0114|Thence he was transferred to Copenhagen and surrendered in due course to a London police officer.|Thence he was transferred to Copenhagen and surrendered in due course to a London police officer. +LJ015-0115|Little more remains to be said about Robson. He appears to have accepted his position, and to have at once resigned himself to his fate.|Little more remains to be said about Robson. He appears to have accepted his position, and to have at once resigned himself to his fate. +LJ015-0116|When brought to trial he took matters very coolly, and at first pleaded "Not Guilty," but subsequently withdrew the plea.|When brought to trial he took matters very coolly, and at first pleaded "Not Guilty," but subsequently withdrew the plea. +LJ015-0117|Sergeant Ballantine, who prosecuted,|Sergeant Ballantine, who prosecuted, +LJ015-0118|paid him the compliment of describing him as "a young man of great intelligence, considerable powers of mind,|paid him the compliment of describing him as "a young man of great intelligence, considerable powers of mind, +LJ015-0119|and possessed of an education very much beyond the rank of life to which he originally belonged."|and possessed of an education very much beyond the rank of life to which he originally belonged." +LJ015-0120|Robson was found guilty, and sentenced to two terms of transportation, one for twenty and one for fourteen years.|Robson was found guilty, and sentenced to two terms of transportation, one for twenty and one for fourteen years. +LJ015-0121|Newgate officers who remember Robson still describe him as a fine young man, who behaved well as a prisoner,|Newgate officers who remember Robson still describe him as a fine young man, who behaved well as a prisoner, +LJ015-0122|but who had all the appearance of a careless, thoughtless, happy-go-lucky fellow.|but who had all the appearance of a careless, thoughtless, happy-go-lucky fellow. +LJ015-0123|In many respects the embezzlement of which Leopold Redpath was guilty closely resembled that of Robson,|In many respects the embezzlement of which Leopold Redpath was guilty closely resembled that of Robson, +LJ015-0124|but it was based upon more extended and audacious forgeries.|but it was based upon more extended and audacious forgeries. +LJ015-0125|Redpath's crime arose from his peculiar and independent position as registrar of stock of the Great Northern Railway Company.|Redpath's crime arose from his peculiar and independent position as registrar of stock of the Great Northern Railway Company. +LJ015-0126|This offered him great facilities for the creation of artificial stock, its sale from a fictitious holder, and transfer to himself.|This offered him great facilities for the creation of artificial stock, its sale from a fictitious holder, and transfer to himself. +LJ015-0127|All the signatures in the transfer were forged. Not only did he thus transfer and realize "bogus" stock|All the signatures in the transfer were forged. Not only did he thus transfer and realize "bogus" stock +LJ015-0128|but he bought bona fide amounts, and increased their value by altering the figures,|but he bought bona fide amounts, and increased their value by altering the figures, +LJ015-0129|by inserting say 1 before 500, and thus making it|by inserting say one before five hundred, and thus making it +LJ015-0130|fifteen hundred pounds, which larger amount was duly carried to his credit on the register, and entered upon the certificates of transfer.|fifteen hundred pounds, which larger amount was duly carried to his credit on the register, and entered upon the certificates of transfer. +LJ015-0131|By these means Redpath misappropriated vast sums during a period extending over ten years.|By these means Redpath misappropriated vast sums during a period extending over ten years. +LJ015-0132|The total amount was never exactly made out, but the false stock created and issued by him was estimated at two hundred twenty thousand pounds.|The total amount was never exactly made out, but the false stock created and issued by him was estimated at two hundred twenty thousand pounds. +LJ015-0133|Even when the bubble burst Redpath, who had lived at the rate of twenty thousand a year,|Even when the bubble burst Redpath, who had lived at the rate of twenty thousand a year, +LJ015-0134|had assets in the shape of land, house, furniture, pictures, and objets d'art to the value of £50,000.|had assets in the shape of land, house, furniture, pictures, and objets d'art to the value of fifty thousand pounds. +LJ015-0135|He began in a very small way.|He began in a very small way. +LJ015-0136|First a lawyer's clerk, he then got an appointment in the Peninsular and Oriental Company's office;|First a lawyer's clerk, he then got an appointment in the Peninsular and Oriental Company's office; +LJ015-0137|afterwards he set up as an insurance broker on his own account, but presently failed.|afterwards he set up as an insurance broker on his own account, but presently failed. +LJ015-0138|His fault was generosity,|His fault was generosity, +LJ015-0139|an open-handed, unthinking charity which gave freely to the poor and needy the money which belonged to his creditors.|an open-handed, unthinking charity which gave freely to the poor and needy the money which belonged to his creditors. +LJ015-0140|After his bankruptcy he obtained a place as clerk in the Great Northern Railway office,|After his bankruptcy he obtained a place as clerk in the Great Northern Railway office, +LJ015-0141|from which he rose to be assistant registrar, with the special duties of transferring shares.|from which he rose to be assistant registrar, with the special duties of transferring shares. +LJ015-0142|He soon proved his ability, and by unremitting attention mastered the whole work of the office.|He soon proved his ability, and by unremitting attention mastered the whole work of the office. +LJ015-0143|Later on he became registrar, and in this more independent position|Later on he became registrar, and in this more independent position +LJ015-0144|developed to a colossal extent the frauds he had already practiced as a subordinate.|developed to a colossal extent the frauds he had already practiced as a subordinate. +LJ015-0145|Now he launched out into great expenditure, took a house in Chester Terrace, and became known as a Maecenas and patron of the arts.|Now he launched out into great expenditure, took a house in Chester Terrace, and became known as a Maecenas and patron of the arts. +LJ015-0146|He had a nice taste in bric-à-brac, and was considered a good judge of pictures.|He had a nice taste in bric-à-brac, and was considered a good judge of pictures. +LJ015-0147|Leading social and artistic personages were to be met with at his house, and his hospitality was far famed.|Leading social and artistic personages were to be met with at his house, and his hospitality was far famed. +LJ015-0148|The choicest wines, the finest fruits,|The choicest wines, the finest fruits, +LJ015-0149|peas at ten shillings a quart, five-guinea pines, and early asparagus were to be found on his table.|peas at ten shillings a quart, five-guinea pines, and early asparagus were to be found on his table. +LJ015-0150|But his chief extravagance, his favorite folly, was the exercise of an ostentatious benevolence.|But his chief extravagance, his favorite folly, was the exercise of an ostentatious benevolence. +LJ015-0151|The philanthropy he had displayed in a small way when less prosperous became now a passion.|The philanthropy he had displayed in a small way when less prosperous became now a passion. +LJ015-0152|His name headed every subscription list; his purse was always open.|His name headed every subscription list; his purse was always open. +LJ015-0153|Not content with giving where assistance was solicited, he himself sought out deserving cases and personally afforded relief.|Not content with giving where assistance was solicited, he himself sought out deserving cases and personally afforded relief. +LJ015-0154|When the crash came there were pensioners and other recipients of his bounty who could not believe|When the crash came there were pensioners and other recipients of his bounty who could not believe +LJ015-0155|that so good a man had really been for years a swindler and a rogue.|that so good a man had really been for years a swindler and a rogue. +LJ015-0156|Down at Weybridge, where he had a country place, his name was long remembered with gratitude by the poor.|Down at Weybridge, where he had a country place, his name was long remembered with gratitude by the poor. +LJ015-0157|During the days of his prosperity he was a governor of Christ's Hospital,|During the days of his prosperity he was a governor of Christ's Hospital, +LJ015-0158|of the St. Ann's Society, and one of the supporters and managers of the Patriotic Fund.|of the St. Ann's Society, and one of the supporters and managers of the Patriotic Fund. +LJ015-0159|In his person he was neat and fastidious;|In his person he was neat and fastidious; +LJ015-0160|he patronized the best tailors, and had a fashionable coiffeur from Hanover Square daily to curl his hair.|he patronized the best tailors, and had a fashionable coiffeur from Hanover Square daily to curl his hair. +LJ015-0161|There was something dramatic in Redpath's detection|There was something dramatic in Redpath's detection +LJ015-0162|Just after Robson's frauds had agitated the minds of all directors of companies, the chairman of the Great Northern (Mr. Denison)|Just after Robson's frauds had agitated the minds of all directors of companies, the chairman of the Great Northern (Mr. Denison) +LJ015-0163|was standing at a railway station talking to a certain well-known peer of the realm.|was standing at a railway station talking to a certain well-known peer of the realm. +LJ015-0164|Redpath passed and lifted his hat to his chairman; the latter acknowledged the salute.|Redpath passed and lifted his hat to his chairman; the latter acknowledged the salute. +LJ015-0165|But the peer rushed forward and shook Redpath warmly by the hand.|But the peer rushed forward and shook Redpath warmly by the hand. +LJ015-0166|"What do you know of our clerk?" asked Mr. Denison of his lordship. "Only that he is a capital fellow, who gives the best dinners and balls in town."|"What do you know of our clerk?" asked Mr. Denison of his lordship. "Only that he is a capital fellow, who gives the best dinners and balls in town." +LJ015-0167|Redpath had industriously circulated reports that he had prospered greatly in speculation;|Redpath had industriously circulated reports that he had prospered greatly in speculation; +LJ015-0168|but the chairman of the Great Northern could not realize that a clerk of the company could honestly be in the possession of unlimited wealth.|but the chairman of the Great Northern could not realize that a clerk of the company could honestly be in the possession of unlimited wealth. +LJ015-0169|It was at once decided at the board to make a thorough examination of all his books.|It was at once decided at the board to make a thorough examination of all his books. +LJ015-0170|Redpath was called in and informed of the intended investigation. He tried to stave off the evil hour by declaring that everything was perfectly right;|Redpath was called in and informed of the intended investigation. He tried to stave off the evil hour by declaring that everything was perfectly right; +LJ015-0171|but finding he could not escape, he said he would resign his post, and leaving the boardroom, disappeared.|but finding he could not escape, he said he would resign his post, and leaving the boardroom, disappeared. +LJ015-0172|The inquiry soon revealed the colossal character of the frauds.|The inquiry soon revealed the colossal character of the frauds. +LJ015-0173|Warrants were issued for Redpath's arrest, but he had flown to Paris.|Warrants were issued for Redpath's arrest, but he had flown to Paris. +LJ015-0174|Thither police officers followed, only to find that he had returned to London.|Thither police officers followed, only to find that he had returned to London. +LJ015-0175|A further search discovered him at breakfast at a small house in the New Road.|A further search discovered him at breakfast at a small house in the New Road. +LJ015-0176|He was arrested, examined before a police magistrate, and committed to Newgate.|He was arrested, examined before a police magistrate, and committed to Newgate. +LJ015-0177|Great excitement prevailed in the city and the West End when Redpath's defalcations were made public.|Great excitement prevailed in the city and the West End when Redpath's defalcations were made public. +LJ015-0178|The Stock Market was greatly affected, and society, more especially that which frequents Exeter Hall, was convulsed.|The Stock Market was greatly affected, and society, more especially that which frequents Exeter Hall, was convulsed. +LJ015-0179|The Central Criminal Court, when the trial came on,|The Central Criminal Court, when the trial came on, +LJ015-0180|was densely crowded, and many curious eyes were turned upon the somewhat remarkable man who occupied the dock.|was densely crowded, and many curious eyes were turned upon the somewhat remarkable man who occupied the dock. +LJ015-0181|He is described by a contemporary account as a fresh-looking man of forty years of age, slightly bald, inclined to embonpoint,|He is described by a contemporary account as a fresh-looking man of forty years of age, slightly bald, inclined to embonpoint, +LJ015-0182|and thoroughly embodying the idea of English respectability.|and thoroughly embodying the idea of English respectability. +LJ015-0183|His manner was generally self-possessed, but his face was marked with "uneasy earnestness,"|His manner was generally self-possessed, but his face was marked with "uneasy earnestness," +LJ015-0184|and he looked about him with wayward, furtive glances.|and he looked about him with wayward, furtive glances. +LJ015-0185|When the jury found a verdict of guilty he remained unmoved. He listened without emotion to the judge's well-merited censures,|When the jury found a verdict of guilty he remained unmoved. He listened without emotion to the judge's well-merited censures, +LJ015-0186|and received his sentence of transportation for life without much surprise.|and received his sentence of transportation for life without much surprise. +LJ015-0187|Redpath passed away into the outer darkness of a penal colony, where he was still living a year or two back|Redpath passed away into the outer darkness of a penal colony, where he was still living a year or two back +LJ015-0188|But his name lingers still in this country as that of the first swindler of his time,|But his name lingers still in this country as that of the first swindler of his time, +LJ015-0189|and the prototype of a class not uncommon in our later days|and the prototype of a class not uncommon in our later days +LJ015-0190|that of dishonest rogues who assume piety and philanthropy as a cloak for their misdeeds.|that of dishonest rogues who assume piety and philanthropy as a cloak for their misdeeds. +LJ015-0191|In Newgate Redpath is remembered by the prison officer as a difficult man to deal with.|In Newgate Redpath is remembered by the prison officer as a difficult man to deal with. +LJ015-0192|From the moment of his reception he gave himself great airs, as a martyr and a man heavily wronged.|From the moment of his reception he gave himself great airs, as a martyr and a man heavily wronged. +LJ015-0193|By-and-by, when escape seemed hopeless, and after sentence, he suddenly degenerated into the lowest stamp of criminal,|By-and-by, when escape seemed hopeless, and after sentence, he suddenly degenerated into the lowest stamp of criminal, +LJ015-0194|and behaved so as to justify a belief that he had been a jail-bird all his life.|and behaved so as to justify a belief that he had been a jail-bird all his life. +LJ015-0195|It has been already remarked in these pages that with changed social conditions came a great change in the character of crimes.|It has been already remarked in these pages that with changed social conditions came a great change in the character of crimes. +LJ015-0196|Highway robberies, for instance, had disappeared, if we except the spasmodic and severely repressed outbreak of "garotting,"|Highway robberies, for instance, had disappeared, if we except the spasmodic and severely repressed outbreak of "garotting," +LJ015-0198|It was no longer possible to stop a coach or carriage, or rob the postman who carried the mail.|It was no longer possible to stop a coach or carriage, or rob the postman who carried the mail. +LJ015-0199|The improved methods of locomotion had put a stop to these depredations. People traveled in company, as a rule;|The improved methods of locomotion had put a stop to these depredations. People traveled in company, as a rule; +LJ015-0200|only when single and unprotected were they in any danger of attack, and that but rarely.|only when single and unprotected were they in any danger of attack, and that but rarely. +LJ015-0201|There were still big prizes, however, to tempt the daring, and none appealed more to the thievish instinct than the custom of transmitting gold by rail.|There were still big prizes, however, to tempt the daring, and none appealed more to the thievish instinct than the custom of transmitting gold by rail. +LJ015-0202|The precious metal was sent from place to place carefully locked up and guarded, no doubt;|The precious metal was sent from place to place carefully locked up and guarded, no doubt; +LJ015-0203|but were the precautions too minute, the vigilance too close to be eluded or overcome?|but were the precautions too minute, the vigilance too close to be eluded or overcome? +LJ015-0204|This was the question which presented itself to the fertile brain of one Pierce,|This was the question which presented itself to the fertile brain of one Pierce, +LJ015-0205|who had been concerned in various "jobs" of a dishonest character, and who for the moment was a clerk in a betting office.|who had been concerned in various "jobs" of a dishonest character, and who for the moment was a clerk in a betting office. +LJ015-0206|He laid the suggestion before Agar, a professional thief, who was of opinion it contained elements of success.|He laid the suggestion before Agar, a professional thief, who was of opinion it contained elements of success. +LJ015-0207|But the collusion and active assistance of employees of the railway carriers were indispensable, and together|But the collusion and active assistance of employees of the railway carriers were indispensable, and together +LJ015-0208|they sounded one Burgess, a guard on the South-Eastern Railway, a line by which large quantities of bullion were sent to the Continent.|they sounded one Burgess, a guard on the South-Eastern Railway, a line by which large quantities of bullion were sent to the Continent. +LJ015-0209|Burgess detailed the whole system of transmission.|Burgess detailed the whole system of transmission. +LJ015-0210|The gold, packed in an iron-bound box, was securely lodged in safes locked with patent Chubbs.|The gold, packed in an iron-bound box, was securely lodged in safes locked with patent Chubbs. +LJ015-0211|Each safe had three sets of double keys, all held by confidential servants of the company.|Each safe had three sets of double keys, all held by confidential servants of the company. +LJ015-0212|One pair was with the traffic superintendent in London, another with an official in Folkestone,|One pair was with the traffic superintendent in London, another with an official in Folkestone, +LJ015-0213|a third with the captain of the Folkestone and Boulogne boat.|a third with the captain of the Folkestone and Boulogne boat. +LJ015-0214|At the other side of the Channel the French railway authorities took charge.|At the other side of the Channel the French railway authorities took charge. +LJ015-0215|The safes while on the line en route between London and Folkestone were in the guard's van.|The safes while on the line en route between London and Folkestone were in the guard's van. +LJ015-0216|This was an important step, and they might easily be robbed some day when Burgess was the guard, provided only that they could be opened.|This was an important step, and they might easily be robbed some day when Burgess was the guard, provided only that they could be opened. +LJ015-0217|The next step was to get impressions and fabricate false keys.|The next step was to get impressions and fabricate false keys. +LJ015-0218|A new accomplice was now needed within the company's establishment, and Pierce looked about long before he found the right person.|A new accomplice was now needed within the company's establishment, and Pierce looked about long before he found the right person. +LJ015-0219|At last he decided to enlist one Tester, a clerk in the traffic department, whom he thought would prove a likely tool.|At last he decided to enlist one Tester, a clerk in the traffic department, whom he thought would prove a likely tool. +LJ015-0220|The four waited patiently for their opportunity,|The four waited patiently for their opportunity, +LJ015-0221|which came when the safes were sent to Chubbs' to be repaired; and Chubbs sent them back, but only with one key,|which came when the safes were sent to Chubbs' to be repaired; and Chubbs sent them back, but only with one key, +LJ015-0222|in such a way that Tester had possession of this key for a time.|in such a way that Tester had possession of this key for a time. +LJ015-0223|He lent it to Agar for a brief space, who promptly took an impression on wax. But the safes had a double lock;|He lent it to Agar for a brief space, who promptly took an impression on wax. But the safes had a double lock; +LJ015-0224|the difficulty was to get a copy of the second key.|the difficulty was to get a copy of the second key. +LJ015-0225|This was at length effected by Agar and Pierce.|This was at length effected by Agar and Pierce. +LJ015-0226|After hanging about the Folkestone office for some time, they saw at last that the key was kept in a certain cupboard.|After hanging about the Folkestone office for some time, they saw at last that the key was kept in a certain cupboard. +LJ015-0227|Still watching and waiting for the first chance, they seized it when the clerks left the office empty for a moment.|Still watching and waiting for the first chance, they seized it when the clerks left the office empty for a moment. +LJ015-0228|Pierce boldly stepped in, found the cupboard unlocked; he removed the key, handed it to Agar outside,|Pierce boldly stepped in, found the cupboard unlocked; he removed the key, handed it to Agar outside, +LJ015-0229|who quickly took the wax impression, handed it back to Pierce; Pierce replaced it, left the office, and the thing was done.|who quickly took the wax impression, handed it back to Pierce; Pierce replaced it, left the office, and the thing was done. +LJ015-0230|After this nothing remained but to wait for some occasion when the amount transmitted would be sufficient to justify the risks of robbery.|After this nothing remained but to wait for some occasion when the amount transmitted would be sufficient to justify the risks of robbery. +LJ015-0231|It was Tester's business, who had access to the railway company's books, to watch for this.|It was Tester's business, who had access to the railway company's books, to watch for this. +LJ015-0232|Meanwhile the others completed their preparations with the utmost care.|Meanwhile the others completed their preparations with the utmost care. +LJ015-0233|A weight of shot was bought and stowed in carpet bags ready to replace exactly the abstracted gold.|A weight of shot was bought and stowed in carpet bags ready to replace exactly the abstracted gold. +LJ015-0234|Courier bags were bought to carry the "stuff" slung over the shoulders;|Courier bags were bought to carry the "stuff" slung over the shoulders; +LJ015-0235|and last, but not least, Agar frequently traveled up and down the line to test the false keys he had manufactured with Pierce's assistance.|and last, but not least, Agar frequently traveled up and down the line to test the false keys he had manufactured with Pierce's assistance. +LJ015-0236|Burgess admitted him into the guard's van, where he fitted and filed the keys till they worked easily and satisfactorily in the locks of the safe.|Burgess admitted him into the guard's van, where he fitted and filed the keys till they worked easily and satisfactorily in the locks of the safe. +LJ015-0237|One night Tester whispered to Agar and Pierce, "All right," as they cautiously lounged about London Bridge.|One night Tester whispered to Agar and Pierce, "All right," as they cautiously lounged about London Bridge. +LJ015-0238|The thieves took first-class tickets, handed their bags full of shot to the porters, who placed them in the guard's van.|The thieves took first-class tickets, handed their bags full of shot to the porters, who placed them in the guard's van. +LJ015-0239|Just as the train was starting Agar slipped into the van with Burgess, and Pierce got into a first-class carriage.|Just as the train was starting Agar slipped into the van with Burgess, and Pierce got into a first-class carriage. +LJ015-0240|Agar at once got to work on the first safe.|Agar at once got to work on the first safe. +LJ015-0241|opened it, took out and broke into the bullion box, removed the gold, substituted the shot from a carpet bag,|opened it, took out and broke into the bullion box, removed the gold, substituted the shot from a carpet bag, +LJ015-0242|re-fastened and re-sealed the bullion box, and replaced it in the safe.|re-fastened and re-sealed the bullion box, and replaced it in the safe. +LJ015-0243|At Redhill Tester met the train and relieved the thieves of a portion of the stolen gold.|At Redhill Tester met the train and relieved the thieves of a portion of the stolen gold. +LJ015-0244|At the same station Pierce joined Agar in the guard's van, and there were now three to carry on the robbery.|At the same station Pierce joined Agar in the guard's van, and there were now three to carry on the robbery. +LJ015-0245|The two remaining safes were attacked and nearly entirely despoiled in the same way as the first, and the contents transferred to the courier bags.|The two remaining safes were attacked and nearly entirely despoiled in the same way as the first, and the contents transferred to the courier bags. +LJ015-0246|The train was now approaching Folkestone, and Agar and Pierce hid themselves in a dark part of the van.|The train was now approaching Folkestone, and Agar and Pierce hid themselves in a dark part of the van. +LJ015-0247|At that station the safes were given out, heavy with shot, not gold; the thieves went on to Dover, and by-and-by,|At that station the safes were given out, heavy with shot, not gold; the thieves went on to Dover, and by-and-by, +LJ015-0248|with Ostend tickets previously procured, returned to London without mishap, and by degrees disposed of much of the stolen gold.|with Ostend tickets previously procured, returned to London without mishap, and by degrees disposed of much of the stolen gold. +LJ015-0249|The theft was discovered at Boulogne, when the boxes were found not to weigh exactly what they ought. But no clue was obtained to the thieves,|The theft was discovered at Boulogne, when the boxes were found not to weigh exactly what they ought. But no clue was obtained to the thieves, +LJ015-0250|and the theft might have remained a mystery but for the subsequent bad faith of Pierce to his accomplice Agar.|and the theft might have remained a mystery but for the subsequent bad faith of Pierce to his accomplice Agar. +LJ015-0251|The latter was ere long arrested on a charge of uttering forged cheques, convicted, and sentenced to transportation for life.|The latter was ere long arrested on a charge of uttering forged cheques, convicted, and sentenced to transportation for life. +LJ015-0252|When he knew that he could not escape his fate,|When he knew that he could not escape his fate, +LJ015-0253|he handed over to Pierce a sum of £3000, his own, whether rightly or wrongly acquired never came out,|he handed over to Pierce a sum of three thousand pounds, his own, whether rightly or wrongly acquired never came out, +LJ015-0254|together with the unrealized part of the bullion, amounting in all to some £15,000,|together with the unrealized part of the bullion, amounting in all to some fifteen thousand pounds, +LJ015-0255|and begged his accomplice to invest it as a settlement on a woman named Kay, by whom he had had a child.|and begged his accomplice to invest it as a settlement on a woman named Kay, by whom he had had a child. +LJ015-0256|Pierce made Kay only a few small payments, then appropriated the rest of the money.|Pierce made Kay only a few small payments, then appropriated the rest of the money. +LJ015-0257|Kay, who had been living with Agar at the time of the bullion robbery,|Kay, who had been living with Agar at the time of the bullion robbery, +LJ015-0258|went to the police in great fury and distress, and disclosed all she knew of the affair.|went to the police in great fury and distress, and disclosed all she knew of the affair. +LJ015-0259|Agar too, in Newgate, heard how Pierce had treated him, and at once readily turned approver.|Agar too, in Newgate, heard how Pierce had treated him, and at once readily turned approver. +LJ015-0260|As the evidence he gave incriminated Pierce, Burgess, and Tester, all three were arrested and committed to Newgate for trial.|As the evidence he gave incriminated Pierce, Burgess, and Tester, all three were arrested and committed to Newgate for trial. +LJ015-0261|The whole strange story, the long incubation and the elaborate accomplishment of the plot,|The whole strange story, the long incubation and the elaborate accomplishment of the plot, +LJ015-0262|came out at the Old Bailey, and was acknowledged to be one of the most extraordinary on record.|came out at the Old Bailey, and was acknowledged to be one of the most extraordinary on record. +LJ015-0263|Scarcely had the conviction of these daring and astute thieves been assured, than another gigantic fraud was brought to light.|Scarcely had the conviction of these daring and astute thieves been assured, than another gigantic fraud was brought to light. +LJ015-0264|The series of boldly-conceived and cleverly-executed forgeries in which James Townshend Saward, commonly called "Jem the Penman,"|The series of boldly-conceived and cleverly-executed forgeries in which James Townshend Saward, commonly called "Jem the Penman," +LJ015-0265|was the prime mover,|was the prime mover, +LJ015-0266|has probably no parallel in the annals of crime. Saward himself is a striking and in some respects an unique figure in criminal history.|has probably no parallel in the annals of crime. Saward himself is a striking and in some respects an unique figure in criminal history. +LJ015-0267|A man of birth and education, a member of the bar, and of acknowledged legal attainments, his proclivities were all downward.|A man of birth and education, a member of the bar, and of acknowledged legal attainments, his proclivities were all downward. +LJ015-0268|Instead of following an honorable profession, he preferred to turn his great natural talents and ready wits to the most nefarious practices.|Instead of following an honorable profession, he preferred to turn his great natural talents and ready wits to the most nefarious practices. +LJ015-0269|He was known to the whole criminal fraternity as a high-class receiver of stolen goods, a negotiator more especially of stolen paper,|He was known to the whole criminal fraternity as a high-class receiver of stolen goods, a negotiator more especially of stolen paper, +LJ015-0270|cheques and bills, of which he made a particular use.|cheques and bills, of which he made a particular use. +LJ015-0271|He dealt too in the precious metals, when they had been improperly acquired,|He dealt too in the precious metals, when they had been improperly acquired, +LJ015-0272|and it was to him that Agar, Pierce, and the rest applied when seeking to dispose of their stolen bullion.|and it was to him that Agar, Pierce, and the rest applied when seeking to dispose of their stolen bullion. +LJ015-0273|But Saward's operations were mainly directed to the fabrication and uttering of forged cheques.|But Saward's operations were mainly directed to the fabrication and uttering of forged cheques. +LJ015-0274|His method was comprehensive and deeply laid.|His method was comprehensive and deeply laid. +LJ015-0275|Burglars brought him the cheques they stole from houses, thieves what they got in pocketbooks.|Burglars brought him the cheques they stole from houses, thieves what they got in pocketbooks. +LJ015-0276|Cheques blank and canceled were his stock-in-trade. The former he filled up by exact imitation of the latter, signature and all.|Cheques blank and canceled were his stock-in-trade. The former he filled up by exact imitation of the latter, signature and all. +LJ015-0277|When he could get nothing but the blank cheque, he set in motion all sorts of schemes for obtaining signatures, such as|When he could get nothing but the blank cheque, he set in motion all sorts of schemes for obtaining signatures, such as +LJ015-0278|commencing sham actions, and addressing formal applications, merely for the reply.|commencing sham actions, and addressing formal applications, merely for the reply. +LJ015-0279|One stroke of luck which he turned to great account|One stroke of luck which he turned to great account +LJ015-0280|was the return from transportation of an old "pal" and confederate, who brought with him some bills of exchange.|was the return from transportation of an old "pal" and confederate, who brought with him some bills of exchange. +LJ015-0281|Saward's method of negotiating the cheques was equally well planned.|Saward's method of negotiating the cheques was equally well planned. +LJ015-0282|Like his great predecessor Old Patch, he never went to a bank himself, nor did any of his accomplices.|Like his great predecessor Old Patch, he never went to a bank himself, nor did any of his accomplices. +LJ015-0283|The bearer of the cheque was always innocent and ignorant of the fraudulent nature of the document he presented.|The bearer of the cheque was always innocent and ignorant of the fraudulent nature of the document he presented. +LJ015-0284|In order to obtain messengers of this sort, Saward answered advertisements of persons seeking employment,|In order to obtain messengers of this sort, Saward answered advertisements of persons seeking employment, +LJ015-0285|and when these presented themselves, entrusted them as a beginning with the duty of cashing cheques.|and when these presented themselves, entrusted them as a beginning with the duty of cashing cheques. +LJ015-0286|A confederate followed the emissary closely,|A confederate followed the emissary closely, +LJ015-0287|not only to ensure fair play and the surrender of the proceeds if the cheque was cashed, but to give timely notice if it was not,|not only to ensure fair play and the surrender of the proceeds if the cheque was cashed, but to give timely notice if it was not, +LJ015-0288|so that Saward and the rest might make themselves scarce.|so that Saward and the rest might make themselves scarce. +LJ015-0289|As each transaction was carried out from a different address, and a different messenger always employed,|As each transaction was carried out from a different address, and a different messenger always employed, +LJ015-0290|the forgers always escaped detection. But fate overtook two of the gang,|the forgers always escaped detection. But fate overtook two of the gang, +LJ015-0291|partly through their own carelessness, when transferring their operations to Yarmouth.|partly through their own carelessness, when transferring their operations to Yarmouth. +LJ015-0292|One named Hardwicke assumed the name of Ralph, and, to obtain commercial credit in Yarmouth, paid in £250 to a Yarmouth bank|One named Hardwicke assumed the name of Ralph, and, to obtain commercial credit in Yarmouth, paid in two hundred fifty pounds to a Yarmouth bank +LJ015-0293|as coming from a Mr. Whitney.|as coming from a Mr. Whitney. +LJ015-0294|He forgot to add that it was to be placed to Ralph's credit, and when he called as Ralph,|He forgot to add that it was to be placed to Ralph's credit, and when he called as Ralph, +LJ015-0295|he was told it was only at Mr. Whitney's disposal, and that it could be paid to no one else.|he was told it was only at Mr. Whitney's disposal, and that it could be paid to no one else. +LJ015-0296|Hardwicke, or "Ralph," appealed to Saward in his difficulty|Hardwicke, or "Ralph," appealed to Saward in his difficulty +LJ015-0297|and that clever schemer sent an elaborate letter of instructions how to ask for the money.|and that clever schemer sent an elaborate letter of instructions how to ask for the money. +LJ015-0298|But while Hardwicke was in communication with Saward, the bank was in communication with London|But while Hardwicke was in communication with Saward, the bank was in communication with London +LJ015-0299|and the circumstances were deemed sufficiently suspicious to warrant the arrest of the gentlemen at Yarmouth on a charge of forgery and conspiracy.|and the circumstances were deemed sufficiently suspicious to warrant the arrest of the gentlemen at Yarmouth on a charge of forgery and conspiracy. +LJ015-0300|Saward's letter to Hardwicke fell into the hands of the police and compromised him.|Saward's letter to Hardwicke fell into the hands of the police and compromised him. +LJ015-0301|While Hardwicke and Atwell were in Newgate awaiting trial, active search was made for Saward,|While Hardwicke and Atwell were in Newgate awaiting trial, active search was made for Saward, +LJ015-0302|who was at length taken in a coffee-shop near Oxford Street, under the name of Hopkins. He resisted at first, and denied his identity,|who was at length taken in a coffee-shop near Oxford Street, under the name of Hopkins. He resisted at first, and denied his identity, +LJ015-0303|but on being searched, two blank cheques of the London and Westminster Bank were found in his pocket.|but on being searched, two blank cheques of the London and Westminster Bank were found in his pocket. +LJ015-0304|He then confessed that he was the redoubtable Jem Saward, or Jem the Penman, and was conveyed to a police-court, and thence to Newgate.|He then confessed that he was the redoubtable Jem Saward, or Jem the Penman, and was conveyed to a police-court, and thence to Newgate. +LJ015-0305|At his trial Atwell and Hardwicke, two of his chief allies and accomplices, turned approvers,|At his trial Atwell and Hardwicke, two of his chief allies and accomplices, turned approvers, +LJ015-0306|and the whole scheme of systematic forgery was laid bare.|and the whole scheme of systematic forgery was laid bare. +LJ015-0307|The evidence was corroborated by that of many of the victims who had acted as messengers,|The evidence was corroborated by that of many of the victims who had acted as messengers, +LJ015-0308|and others who swore to the meetings of the conspirators and their movements. Saward was found guilty,|and others who swore to the meetings of the conspirators and their movements. Saward was found guilty, +LJ015-0309|and the judge, in passing sentence on him of transportation for life, expressed deep regret that "the ingenuity, skill, and talent,|and the judge, in passing sentence on him of transportation for life, expressed deep regret that "the ingenuity, skill, and talent, +LJ015-0310|which had received so perverted and mistaken direction,|which had received so perverted and mistaken direction, +LJ015-0311|had not been guided by a sense of virtue, and directed to more honorable and useful pursuits.|had not been guided by a sense of virtue, and directed to more honorable and useful pursuits. +LJ015-0312|The proceeds of these forgeries amounted, it was said, to some thousands per annum.|The proceeds of these forgeries amounted, it was said, to some thousands per annum. +LJ015-0313|Saward spent all his share at low gaming houses, and in all manner of debaucheries.|Saward spent all his share at low gaming houses, and in all manner of debaucheries. +LJ015-0314|He was in person a short, square-built man of gentlemanly address, sharp and shrewd in conversation and manner.|He was in person a short, square-built man of gentlemanly address, sharp and shrewd in conversation and manner. +LJ016-0001|The Chronicles of Newgate, Volume 2. By Arthur Griffiths. Section 19: Later Records|The Chronicles of Newgate, Volume two. By Arthur Griffiths. Section nineteen: Later Records +LJ016-0002|The old notion always prevailed that Newgate was impregnable, so to speak, from within,|The old notion always prevailed that Newgate was impregnable, so to speak, from within, +LJ016-0003|and that none of its inmates could hope to escape from its secure precincts.|and that none of its inmates could hope to escape from its secure precincts. +LJ016-0004|Yet the jail, in spite of its fortress-like aspect, was by no means really safe.|Yet the jail, in spite of its fortress-like aspect, was by no means really safe. +LJ016-0005|Year after year prisoners determined to get free, and occasionally succeeded in their efforts.|Year after year prisoners determined to get free, and occasionally succeeded in their efforts. +LJ016-0006|The inspectors' reports mention many cases of evasion accomplished.|The inspectors' reports mention many cases of evasion accomplished. +LJ016-0007|There were others less successful.|There were others less successful. +LJ016-0008|Charles Thomas White, awaiting execution for arson, made a desperate effort to escape from Newgate in 1827.|Charles Thomas White, awaiting execution for arson, made a desperate effort to escape from Newgate in eighteen twenty-seven. +LJ016-0009|He had friends and auxiliaries inside the jail and out. The cell he occupied was near the outer wall,|He had friends and auxiliaries inside the jail and out. The cell he occupied was near the outer wall, +LJ016-0010|and had he but been able to remove its iron bars, he might have descended into Newgate Street by means of a rope ladder.|and had he but been able to remove its iron bars, he might have descended into Newgate Street by means of a rope ladder. +LJ016-0011|The ladder was actually made, of black sewing-thread firmly and closely interwoven. But White could not remove the bars;|The ladder was actually made, of black sewing-thread firmly and closely interwoven. But White could not remove the bars; +LJ016-0012|the instruments needed for the purpose never reached him.|the instruments needed for the purpose never reached him. +LJ016-0013|It was noticed that he was most anxious to receive a pair of shoes for which he had asked, and when they arrived they were closely examined.|It was noticed that he was most anxious to receive a pair of shoes for which he had asked, and when they arrived they were closely examined. +LJ016-0014|Sewn in between the upper and lower leathers several spring saws were found, which would have easily cut through any bars.|Sewn in between the upper and lower leathers several spring saws were found, which would have easily cut through any bars. +LJ016-0015|White, when taxed with his attempt, admitted that the accusation was true, and spoke "with pride and satisfaction of the practicability of his scheme."|White, when taxed with his attempt, admitted that the accusation was true, and spoke "with pride and satisfaction of the practicability of his scheme." +LJ016-0016|There is an attempt at escape mentioned in Mr. Wakefield's book, which might have been an intended suicide.|There is an attempt at escape mentioned in Mr. Wakefield's book, which might have been an intended suicide. +LJ016-0017|John Williams, a young fellow only twenty-three years of age, awaited execution in 1827 for stealing in a dwelling-house.|John Williams, a young fellow only twenty-three years of age, awaited execution in eighteen twenty-seven for stealing in a dwelling-house. +LJ016-0018|On the very morning on which he was to suffer he eluded the vigilance, such as it was, of his officers|On the very morning on which he was to suffer he eluded the vigilance, such as it was, of his officers +LJ016-0019|and climbed up the pipe of a cistern in the corner of the press yard; some thought with the idea of drowning himself.|and climbed up the pipe of a cistern in the corner of the press yard; some thought with the idea of drowning himself. +LJ016-0020|He never reached the cistern, but fell back into the yard, injuring his legs severely.|He never reached the cistern, but fell back into the yard, injuring his legs severely. +LJ016-0021|Although his execution was imminent, a surgeon attended to his wounds, and he was carried more dead than alive to the scaffold.|Although his execution was imminent, a surgeon attended to his wounds, and he was carried more dead than alive to the scaffold. +LJ016-0022|A harrowing scene followed;|A harrowing scene followed; +LJ016-0023|the wounds broke open and bled profusely while the last dread penalty was being performed, to the manifest excitement and indignation of the crowd.|the wounds broke open and bled profusely while the last dread penalty was being performed, to the manifest excitement and indignation of the crowd. +LJ016-0024|A more daring and skilful escape was effected in 1836 by the chimney-sweep Henry Williams,|A more daring and skilful escape was effected in eighteen thirty-six by the chimney-sweep Henry Williams, +LJ016-0025|who, while detained in the press-yard as a capital convict, under sentence of death for burglary,|who, while detained in the press-yard as a capital convict, under sentence of death for burglary, +LJ016-0026|managed to get away in the very same spot where his namesake had nine years before so miserably failed.|managed to get away in the very same spot where his namesake had nine years before so miserably failed. +LJ016-0027|Escape seemed absolutely hopeless,|Escape seemed absolutely hopeless, +LJ016-0028|and would certainly have been impossible to any one less nimble than a chimney-sweep, trained under the old system to ascend the most intricate flues.|and would certainly have been impossible to any one less nimble than a chimney-sweep, trained under the old system to ascend the most intricate flues. +LJ016-0029|Even after Williams had got out, persons were disposed to disbelieve that the escape had been accomplished in the manner indicated;|Even after Williams had got out, persons were disposed to disbelieve that the escape had been accomplished in the manner indicated; +LJ016-0030|they preferred to credit it to carelessness or collusion from officers of the jail.|they preferred to credit it to carelessness or collusion from officers of the jail. +LJ016-0031|Yet from the circumstantial account given by Williams after recapture, there can be little doubt that he got away as will be described.|Yet from the circumstantial account given by Williams after recapture, there can be little doubt that he got away as will be described. +LJ016-0032|Williams as a capital convict was lodged in the press-yard or condemned ward.|Williams as a capital convict was lodged in the press-yard or condemned ward. +LJ016-0033|He had access to the airing yard, and there was for hours no kind of supervision.|He had access to the airing yard, and there was for hours no kind of supervision. +LJ016-0034|In one corner of the airing yard stood a cistern at some height from the ground;|In one corner of the airing yard stood a cistern at some height from the ground; +LJ016-0035|the wall beneath and above it was "rusticated," in other words, the granite surface had become roughened, and offered a sort of foothold.|the wall beneath and above it was "rusticated," in other words, the granite surface had become roughened, and offered a sort of foothold. +LJ016-0036|About fifty feet from the ground level, and above the cistern, a revolving chevaux-de-frise of iron was fixed,|About fifty feet from the ground level, and above the cistern, a revolving chevaux-de-frise of iron was fixed, +LJ016-0037|with only a short interval between it and the wall, supported by a horizontal iron railing with upright points;|with only a short interval between it and the wall, supported by a horizontal iron railing with upright points; +LJ016-0038|in the wall above the chevaux-de-frise projected a series of iron spikes sharp enough to forbid further ascent.|in the wall above the chevaux-de-frise projected a series of iron spikes sharp enough to forbid further ascent. +LJ016-0039|Williams surveyed these formidable obstacles to evasion, and calmly proceeded to surmount them.|Williams surveyed these formidable obstacles to evasion, and calmly proceeded to surmount them. +LJ016-0040|His first task was to gain the top of the cistern; this he effected by keeping his back to one side of the angle,|His first task was to gain the top of the cistern; this he effected by keeping his back to one side of the angle, +LJ016-0041|and working with his hands behind him, while he used his bare feet like claws upon the other side of the wall angle.|and working with his hands behind him, while he used his bare feet like claws upon the other side of the wall angle. +LJ016-0042|The condition of the stone surface just mentioned assisted him in this, and he managed to get beyond the cistern to the railing below the chevaux-de-frise.|The condition of the stone surface just mentioned assisted him in this, and he managed to get beyond the cistern to the railing below the chevaux-de-frise. +LJ016-0043|The least slip now would have been fatal to him. But he could not thrust his body in through the narrow space left by the chevaux-de-frise,|The least slip now would have been fatal to him. But he could not thrust his body in through the narrow space left by the chevaux-de-frise, +LJ016-0044|and was compelled to work along the railing round three-quarters of the square of the yard,|and was compelled to work along the railing round three-quarters of the square of the yard, +LJ016-0045|and at length reached a point opposite the top of the building containing the condemned wards. This had been a perilous and painful task;|and at length reached a point opposite the top of the building containing the condemned wards. This had been a perilous and painful task; +LJ016-0046|the spikes of the railing penetrated his flesh and made progression slow and difficult.|the spikes of the railing penetrated his flesh and made progression slow and difficult. +LJ016-0047|But the worst part of the business was to jump from this irksome foothold of the iron grating on to the top of the building just mentioned,|But the worst part of the business was to jump from this irksome foothold of the iron grating on to the top of the building just mentioned, +LJ016-0048|a distance of eight or nine feet.|a distance of eight or nine feet. +LJ016-0049|He had here completed his ascent.|He had here completed his ascent. +LJ016-0050|His next job was to descend outside Newgate.|His next job was to descend outside Newgate. +LJ016-0051|Clambering along the roof,|Clambering along the roof, +LJ016-0052|he passed to the top of the ordinary's residence, hoping to find an open sky-light by which he might enter and so work downstairs.|he passed to the top of the ordinary's residence, hoping to find an open sky-light by which he might enter and so work downstairs. +LJ016-0053|If the worst came to the worst, he intended to have gone down some chimney, as he had often done before in the way of business.|If the worst came to the worst, he intended to have gone down some chimney, as he had often done before in the way of business. +LJ016-0054|But he did not like the risk of entering a room by the fireplace, and the chances of detection it offered.|But he did not like the risk of entering a room by the fireplace, and the chances of detection it offered. +LJ016-0055|He traversed vainly all the roofs in Newgate Street,|He traversed vainly all the roofs in Newgate Street, +LJ016-0056|running a great risk of discovery as he passed by a lot of workmen at Tyler's manufactory in Warwick Square, which had formerly been the College of Physicians.|running a great risk of discovery as he passed by a lot of workmen at Tyler's manufactory in Warwick Square, which had formerly been the College of Physicians. +LJ016-0057|As his coat was an encumbrance, he left it on the top of the third house in Newgate Street, and thus in shirt-sleeves, barefoot and bareheaded,|As his coat was an encumbrance, he left it on the top of the third house in Newgate Street, and thus in shirt-sleeves, barefoot and bareheaded, +LJ016-0058|he worked along to the roofs in Warwick Lane.|he worked along to the roofs in Warwick Lane. +LJ016-0059|Here he came upon a woman on the leads hanging out clothes to dry.|Here he came upon a woman on the leads hanging out clothes to dry. +LJ016-0060|Williams concealed himself behind a chimney till she had re-entered her garret,|Williams concealed himself behind a chimney till she had re-entered her garret, +LJ016-0061|and then following her down a step ladder into the house, told his story, appealed to and won her compassion.|and then following her down a step ladder into the house, told his story, appealed to and won her compassion. +LJ016-0062|She suffered him to pass downstairs.|She suffered him to pass downstairs. +LJ016-0063|Below he met another woman and a girl, both of whom were terrified at his appearance, but|Below he met another woman and a girl, both of whom were terrified at his appearance, but +LJ016-0064|when he explained that he was running away from the gallows they left him the road clear.|when he explained that he was running away from the gallows they left him the road clear. +LJ016-0065|To walk out into the street was an easy affair, and he was now free, with one and fourpence in his pocket and a shirt and trousers for all his clothing.|To walk out into the street was an easy affair, and he was now free, with one and fourpence in his pocket and a shirt and trousers for all his clothing. +LJ016-0066|Denied admission everywhere as a ragged, half-naked beggar,|Denied admission everywhere as a ragged, half-naked beggar, +LJ016-0067|he tramped across London Bridge to Wandsworth, where he refreshed himself with a pint of strong ale, the first sustenance he had taken since his escape,|he tramped across London Bridge to Wandsworth, where he refreshed himself with a pint of strong ale, the first sustenance he had taken since his escape, +LJ016-0068|and continued his march to Kingston, where he slept soundly under a hedge till next morning.|and continued his march to Kingston, where he slept soundly under a hedge till next morning. +LJ016-0069|Entering a town, he obtained employment at once as a chimney-sweep|Entering a town, he obtained employment at once as a chimney-sweep +LJ016-0070|from a widow woman, who gave him "bub and grub," or food and one-and-sixpence, for every nine days' work.|from a widow woman, who gave him "bub and grub," or food and one-and-sixpence, for every nine days' work. +LJ016-0071|Dissatisfied with this remuneration, he again took to the road, and tramped into Hampshire,|Dissatisfied with this remuneration, he again took to the road, and tramped into Hampshire, +LJ016-0072|where he presently committed a burglary at Lymington, was caught, and lodged in Winchester Jail.|where he presently committed a burglary at Lymington, was caught, and lodged in Winchester Jail. +LJ016-0073|Mr. Cope, the governor of Newgate, having been communicated with, proceeded to Winchester, where he at once identified Williams.|Mr. Cope, the governor of Newgate, having been communicated with, proceeded to Winchester, where he at once identified Williams. +LJ016-0074|The success, although very short-lived, which attended him, no doubt inspired other inmates of Newgate to follow his example.|The success, although very short-lived, which attended him, no doubt inspired other inmates of Newgate to follow his example. +LJ016-0075|It was for some time after this a constant practice to go up the chimneys in the hopes of escaping by the flue.|It was for some time after this a constant practice to go up the chimneys in the hopes of escaping by the flue. +LJ016-0076|Even then, however, irons across barred the ascent after a certain distance, and in no one case did a fugitive get clear away.|Even then, however, irons across barred the ascent after a certain distance, and in no one case did a fugitive get clear away. +LJ016-0077|A man named Lears, under sentence of transportation for an attempt at murder on board ship, got up part of the way,|A man named Lears, under sentence of transportation for an attempt at murder on board ship, got up part of the way, +LJ016-0078|but had to come down again covered with soot and filth just as the officers entered the ward.|but had to come down again covered with soot and filth just as the officers entered the ward. +LJ016-0079|Lears was rewarded by being obliged to wear cross irons on his legs, a punishment rarely inflicted in Newgate,|Lears was rewarded by being obliged to wear cross irons on his legs, a punishment rarely inflicted in Newgate, +LJ016-0080|and probably one of the few cases of a recurrence, but under proper safeguards and limitations, to the old system of chains.|and probably one of the few cases of a recurrence, but under proper safeguards and limitations, to the old system of chains. +LJ016-0081|On another occasion Mr. Cope the governor came in and missed a man.|On another occasion Mr. Cope the governor came in and missed a man. +LJ016-0082|The ward was one short of its number. What had become of the fellow?|The ward was one short of its number. What had become of the fellow? +LJ016-0084|the fugitive, uncomfortably ensconced in the flue, came down of his own accord, like Colonel Colt's raccoon.|the fugitive, uncomfortably ensconced in the flue, came down of his own accord, like Colonel Colt's raccoon. +LJ016-0085|After this great iron guards, just as are to be seen in lunatic asylums,|After this great iron guards, just as are to be seen in lunatic asylums, +LJ016-0086|were fixed over the fireplaces, and the prisoners had no longer access to the chimneys.|were fixed over the fireplaces, and the prisoners had no longer access to the chimneys. +LJ016-0087|Among the escapes still remembered was one in 1849, accomplished by a man who had been employed|Among the escapes still remembered was one in eighteen forty-nine, accomplished by a man who had been employed +LJ016-0088|working at the roof of the chapel on the female side.|working at the roof of the chapel on the female side. +LJ016-0090|Taking advantage of being unobserved, he got out through the roof on to the leads, and traveled along them towards No. 1, Newgate Street.|Taking advantage of being unobserved, he got out through the roof on to the leads, and traveled along them towards Number one, Newgate Street. +LJ016-0091|This was a public-house.|This was a public-house. +LJ016-0092|He stepped in at a garret window, coolly walked downstairs, and entered the bar.|He stepped in at a garret window, coolly walked downstairs, and entered the bar. +LJ016-0093|They asked him how he had cut his hand, which was bleeding, and he said he had done it while working up on the roof.|They asked him how he had cut his hand, which was bleeding, and he said he had done it while working up on the roof. +LJ016-0094|No further notice was taken of him; no one seemingly suspected that he was a prisoner, and he was suffered to walk off without let or hindrance.|No further notice was taken of him; no one seemingly suspected that he was a prisoner, and he was suffered to walk off without let or hindrance. +LJ016-0095|In 1853 three men escaped in company from one of the wards in the middle yard.|In eighteen fifty-three three men escaped in company from one of the wards in the middle yard. +LJ016-0096|They were penal servitude men, their names Bell, Brown, and Barry, and they were awaiting transfer to Leicester,|They were penal servitude men, their names Bell, Brown, and Barry, and they were awaiting transfer to Leicester, +LJ016-0097|which with Wakefield was utilized as a receptacle for convicts not going to Western Australia,|which with Wakefield was utilized as a receptacle for convicts not going to Western Australia, +LJ016-0098|or any of the new establishments at home, at Portland, Dartmoor, or elsewhere.|or any of the new establishments at home, at Portland, Dartmoor, or elsewhere. +LJ016-0099|These men managed to cut a hole in the ceiling of the ward near the iron cage on the landing, and so got access to the roof.|These men managed to cut a hole in the ceiling of the ward near the iron cage on the landing, and so got access to the roof. +LJ016-0100|At that time rope mats were still used as beds.|At that time rope mats were still used as beds. +LJ016-0101|One of the three, shamming ill, remained all day in his ward, where he employed himself unraveling the rope from the sleeping-mats.|One of the three, shamming ill, remained all day in his ward, where he employed himself unraveling the rope from the sleeping-mats. +LJ016-0102|By evening he manufactured a good long length,|By evening he manufactured a good long length, +LJ016-0103|and after all was quiet the three got on to the roof through the hole, and so on to Tyler's manufactory close by,|and after all was quiet the three got on to the roof through the hole, and so on to Tyler's manufactory close by, +LJ016-0104|whence they let themselves down into the street by the rope.|whence they let themselves down into the street by the rope. +LJ016-0105|These men were all in prison dress at the time of their escape, but one of their number, Bell, sent back his clothes a few days later by parcel's delivery,|These men were all in prison dress at the time of their escape, but one of their number, Bell, sent back his clothes a few days later by parcel's delivery, +LJ016-0106|with a civil note to the governor, saying he had no further use for them. All three fugitives were recaptured,|with a civil note to the governor, saying he had no further use for them. All three fugitives were recaptured, +LJ016-0107|Brown almost at once; then Barry, who was taken at the East End in a public-house where he had arranged to meet a pal.|Brown almost at once; then Barry, who was taken at the East End in a public-house where he had arranged to meet a pal. +LJ016-0108|The Newgate officers obtained information of this, and went to the spot, where they effected the capture,|The Newgate officers obtained information of this, and went to the spot, where they effected the capture, +LJ016-0109|but not till they had had an exciting chase down the street.|but not till they had had an exciting chase down the street. +LJ016-0110|The third, Bell, remained longest at large. He too was run into at a lodging in the Kingsland Road.|The third, Bell, remained longest at large. He too was run into at a lodging in the Kingsland Road. +LJ016-0111|The officers dropped on to him while he was still in bed, but as they came upstairs he jumped up and hid in a cupboard.|The officers dropped on to him while he was still in bed, but as they came upstairs he jumped up and hid in a cupboard. +LJ016-0112|All three after recapture passed on, as originally intended, to Leicester, where they did their "bit" and were released;|All three after recapture passed on, as originally intended, to Leicester, where they did their "bit" and were released; +LJ016-0113|but only to be taken soon afterwards for a fresh offense, and again pass through Newgate with sentences of penal servitude.|but only to be taken soon afterwards for a fresh offense, and again pass through Newgate with sentences of penal servitude. +LJ016-0114|A later case was still more remarkable, as it was effected after the alteration of the prison and its reconstruction on the newest lines.|A later case was still more remarkable, as it was effected after the alteration of the prison and its reconstruction on the newest lines. +LJ016-0115|A sailor, Krapps by name, occupied one of the upper cells in the new block.|A sailor, Krapps by name, occupied one of the upper cells in the new block. +LJ016-0116|The doors, through incomplete knowledge of prison needs, were not, as now, sheeted with iron.|The doors, through incomplete knowledge of prison needs, were not, as now, sheeted with iron. +LJ016-0117|The prisoner had nothing to deal with but wooden panels, and by dint of cutting and chopping he got both the lower panels out.|The prisoner had nothing to deal with but wooden panels, and by dint of cutting and chopping he got both the lower panels out. +LJ016-0118|Through the aperture he crept out on to the landing at the dead of night, and so down into the central space of the building.|Through the aperture he crept out on to the landing at the dead of night, and so down into the central space of the building. +LJ016-0119|Under superior orders all the doors and gates of this block were left open at night, to allow the night watchman to pass freely to all parts.|Under superior orders all the doors and gates of this block were left open at night, to allow the night watchman to pass freely to all parts. +LJ016-0120|This was considered safer than intrusting him with keys.|This was considered safer than intrusting him with keys. +LJ016-0121|Krapps walked at once into the yard and across to the female side, where he found some of the washing still hanging out to dry.|Krapps walked at once into the yard and across to the female side, where he found some of the washing still hanging out to dry. +LJ016-0122|He made a strong rope with several of the sheets; then, returning to the male yard,|He made a strong rope with several of the sheets; then, returning to the male yard, +LJ016-0123|got hold of the step ladder used in lighting the gas, and which under our more careful supervision would have been, as now-a-days, chained up.|got hold of the step ladder used in lighting the gas, and which under our more careful supervision would have been, as now-a-days, chained up. +LJ016-0124|Cutting the cord which fastened the two legs of the step ladder, he opened them out and made one long length;|Cutting the cord which fastened the two legs of the step ladder, he opened them out and made one long length; +LJ016-0125|with this, placed against the wall near the chevaux-de-frise, he made an escalade.|with this, placed against the wall near the chevaux-de-frise, he made an escalade. +LJ016-0126|The top of the wall was gained without difficulty.|The top of the wall was gained without difficulty. +LJ016-0127|Along this Krapps crawled, and then dropped down on to the cook-house.|Along this Krapps crawled, and then dropped down on to the cook-house. +LJ016-0128|He now put in requisition the rope made of the sheets, and with its help lowered himself into the street.|He now put in requisition the rope made of the sheets, and with its help lowered himself into the street. +LJ016-0129|Down below were market-carts waiting for daylight, and among them Krapps found a refuge and friends.|Down below were market-carts waiting for daylight, and among them Krapps found a refuge and friends. +LJ016-0130|The first intimation of his escape was afforded by the police, who informed the prison authorities next day that a rope was hanging down from the cook-house roof.|The first intimation of his escape was afforded by the police, who informed the prison authorities next day that a rope was hanging down from the cook-house roof. +LJ016-0131|Nothing more was heard of Krapps. The curious thing in his case was that his offense was a trifling one;|Nothing more was heard of Krapps. The curious thing in his case was that his offense was a trifling one; +LJ016-0132|he was still untried, but would almost certainly have escaped with a minor penalty, say of three or four months' imprisonment.|he was still untried, but would almost certainly have escaped with a minor penalty, say of three or four months' imprisonment. +LJ016-0133|There is, however, no explanation of the motives which prompt prisoners to attempt escapes.|There is, however, no explanation of the motives which prompt prisoners to attempt escapes. +LJ016-0134|Cases well authenticated have been known of men who had all but completed their sentences, and for whom the prison gates would open within a few days,|Cases well authenticated have been known of men who had all but completed their sentences, and for whom the prison gates would open within a few days, +LJ016-0135|who yet faced extraordinary risks to advance their enlargement by only a few hours.|who yet faced extraordinary risks to advance their enlargement by only a few hours. +LJ016-0136|On the other hand, at the great convict establishments, such is the moral restraint of a systematic discipline,|On the other hand, at the great convict establishments, such is the moral restraint of a systematic discipline, +LJ016-0137|that numbers of men, "lifers," and others with ten, fourteen, or twenty years to do, can be trusted to work out of doors without bolts and bars|that numbers of men, "lifers," and others with ten, fourteen, or twenty years to do, can be trusted to work out of doors without bolts and bars +LJ016-0138|at a distance from the prison.|at a distance from the prison. +LJ016-0139|The last escape from Newgate was only three years ago, and occurred just before the final closing of the prison.|The last escape from Newgate was only three years ago, and occurred just before the final closing of the prison. +LJ016-0140|No report of it was made public, as the man was almost immediately recaptured.|No report of it was made public, as the man was almost immediately recaptured. +LJ016-0141|He was at work under the supervision of the artisan warder of the prison,|He was at work under the supervision of the artisan warder of the prison, +LJ016-0142|who permitted him to go up on to the roof of the old wards, in order to throw water for flushing purposes down a shoot.|who permitted him to go up on to the roof of the old wards, in order to throw water for flushing purposes down a shoot. +LJ016-0143|He was out of sight while so employed, and remained so long absent that the warder, becoming uneasy, went in search of him.|He was out of sight while so employed, and remained so long absent that the warder, becoming uneasy, went in search of him. +LJ016-0144|He had disappeared.|He had disappeared. +LJ016-0145|Encouraged by the shouts and signals of some workmen employed on a building outside, the prisoner made one of the most marvellous jumps on record,|Encouraged by the shouts and signals of some workmen employed on a building outside, the prisoner made one of the most marvellous jumps on record, +LJ016-0146|from the building he was on to a distant wall, with a drop of sixty feet between.|from the building he was on to a distant wall, with a drop of sixty feet between. +LJ016-0147|Then he ran along the coping of the wall towards its angle with Tyler's manufactory, and dropped down on to the gridiron below.|Then he ran along the coping of the wall towards its angle with Tyler's manufactory, and dropped down on to the gridiron below. +LJ016-0148|This was not strong enough to carry him, and he fell through.|This was not strong enough to carry him, and he fell through. +LJ016-0149|Suicides and executions were, however, always the most effectual methods of making exit from durance.|Suicides and executions were, however, always the most effectual methods of making exit from durance. +LJ016-0150|Suicides at Newgate were numerous enough, but they seldom possessed any novel or unusual features;|Suicides at Newgate were numerous enough, but they seldom possessed any novel or unusual features; +LJ016-0151|prison suicides seldom do, except as regards ingenuity and determination.|prison suicides seldom do, except as regards ingenuity and determination. +LJ016-0152|Only great resolution indeed, persisted in to the bitter end,|Only great resolution indeed, persisted in to the bitter end, +LJ016-0153|would make death a certainty, so limited and imperfect are the means generally available.|would make death a certainty, so limited and imperfect are the means generally available. +LJ016-0154|When a bit of rope carefully secreted,|When a bit of rope carefully secreted, +LJ016-0155|braces, shoe-strings, shirt torn into strips are the only instruments, and a bar or small hook|braces, shoe-strings, shirt torn into strips are the only instruments, and a bar or small hook +LJ016-0156|at no elevation affords the only drop, strangulation would seldom supervene but for the resolution of the miserable felo de se.|at no elevation affords the only drop, strangulation would seldom supervene but for the resolution of the miserable felo de se. +LJ016-0157|One curious instance of a suicide carried out under the most adverse and extraordinary circumstances may be quoted.|One curious instance of a suicide carried out under the most adverse and extraordinary circumstances may be quoted. +LJ016-0158|It was that of a "Long Firm" swindler, by name Johnson,|It was that of a "Long Firm" swindler, by name Johnson, +LJ016-0159|who contrived to hang himself from a hammock hook only eighteen inches from the ground.|who contrived to hang himself from a hammock hook only eighteen inches from the ground. +LJ016-0160|The noose was one of his hammock straps, which he buckled round his throat.|The noose was one of his hammock straps, which he buckled round his throat. +LJ016-0161|Having carefully spread out a blanket on the floor just below the hammock as it lay suspended,|Having carefully spread out a blanket on the floor just below the hammock as it lay suspended, +LJ016-0162|he fastened one end of the strap above mentioned to the hook, and then fell down.|he fastened one end of the strap above mentioned to the hook, and then fell down. +LJ016-0163|He might have saved himself at any moment by merely extending an arm; but he lay there patiently till death supervened.|He might have saved himself at any moment by merely extending an arm; but he lay there patiently till death supervened. +LJ016-0164|When discovered next morning, quite dead, it was found that the strap actually did not touch his throat;|When discovered next morning, quite dead, it was found that the strap actually did not touch his throat; +LJ016-0165|three fingers might have been inserted between it and the flesh; the pressure was all on the arteries behind the ears,|three fingers might have been inserted between it and the flesh; the pressure was all on the arteries behind the ears, +LJ016-0166|and surgical opinion stated that the stoppage of circulation was the cause of death.|and surgical opinion stated that the stoppage of circulation was the cause of death. +LJ016-0167|Probably dissolution came as easily and almost without pain.|Probably dissolution came as easily and almost without pain. +LJ016-0168|A laudable desire to invest executions with more and more solemnity and decorum gained ground as they became more rare.|A laudable desire to invest executions with more and more solemnity and decorum gained ground as they became more rare. +LJ016-0169|As more humane principles were introduced into prison management,|As more humane principles were introduced into prison management, +LJ016-0170|greater attention was paid to the capital convicts, and the horrors of their situation while awaiting sentence|greater attention was paid to the capital convicts, and the horrors of their situation while awaiting sentence +LJ016-0171|were as far as possible mitigated and toned down. But there was little improvement in the ceremony itself.|were as far as possible mitigated and toned down. But there was little improvement in the ceremony itself. +LJ016-0172|There were still untoward accidents occasionally at executions, and even the chief practitioner of recent times, Calcraft,|There were still untoward accidents occasionally at executions, and even the chief practitioner of recent times, Calcraft, +LJ016-0173|was not always to be trusted to do his fell work efficiently.|was not always to be trusted to do his fell work efficiently. +LJ016-0174|Having mentioned Calcraft's name,|Having mentioned Calcraft's name, +LJ016-0175|I may be permitted to digress for a moment to give a few particulars concerning the last officially appointed hangman of the city of London.|I may be permitted to digress for a moment to give a few particulars concerning the last officially appointed hangman of the city of London. +LJ016-0176|After Calcraft's resignation no successor was really appointed.|After Calcraft's resignation no successor was really appointed. +LJ016-0177|Marwood, whose name is so familiar with the present generation,|Marwood, whose name is so familiar with the present generation, +LJ016-0178|had no official status, and was merely an operator selected by the Corporation, and who, on the strength of it,|had no official status, and was merely an operator selected by the Corporation, and who, on the strength of it, +LJ016-0179|contracted with sheriffs and conveners to work by the job.|contracted with sheriffs and conveners to work by the job. +LJ016-0180|But Calcraft regularly succeeded Foxen, who followed Botting, and Dennis, the actor in the 1780 riots.|But Calcraft regularly succeeded Foxen, who followed Botting, and Dennis, the actor in the seventeen eighty riots. +LJ016-0181|Calcraft was born at Baddow, in Essex, in 1800;|Calcraft was born at Baddow, in Essex, in eighteen hundred; +LJ016-0182|he was a shoemaker by trade, and settled in London after his marriage in 1825.|he was a shoemaker by trade, and settled in London after his marriage in eighteen twenty-five. +LJ016-0183|The story goes, that about 1828|The story goes, that about eighteen twenty-eight +LJ016-0184|his attention was drawn early one morning to a man who leant against a lamp-post in Finsbury Square, coughing violently.|his attention was drawn early one morning to a man who leant against a lamp-post in Finsbury Square, coughing violently. +LJ016-0185|Calcraft, who, in spite of the dreadful calling he subsequently followed, was always reputed a kindly man,|Calcraft, who, in spite of the dreadful calling he subsequently followed, was always reputed a kindly man, +LJ016-0186|invited the man with the cough to enter a neighboring house and try a little peppermint for it.|invited the man with the cough to enter a neighboring house and try a little peppermint for it. +LJ016-0187|The other accepted, and they got into conversation.|The other accepted, and they got into conversation. +LJ016-0188|He told Calcraft that he was Foxen the executioner, and that he was that moment on his way to Newgate to hang a man,|He told Calcraft that he was Foxen the executioner, and that he was that moment on his way to Newgate to hang a man, +LJ016-0189|but that his cough was getting so much the master of him that he feared he would not be able to carry on his duties much longer.|but that his cough was getting so much the master of him that he feared he would not be able to carry on his duties much longer. +LJ016-0190|"I have no idea who the sheriffs will get to do the work after me," said Foxen, adding that his assistant, Tom Cheshire,|"I have no idea who the sheriffs will get to do the work after me," said Foxen, adding that his assistant, Tom Cheshire, +LJ016-0191|was given to drink, and not to be trusted.|was given to drink, and not to be trusted. +LJ016-0192|"I think I could do that sort of job," said Calcraft, on the spur of the moment.|"I think I could do that sort of job," said Calcraft, on the spur of the moment. +LJ016-0193|Foxen asked him his name and address, and went away.|Foxen asked him his name and address, and went away. +LJ016-0194|Calcraft thought no more of what had occurred till the next sessions at the Old Bailey, when the sheriffs sent for him,|Calcraft thought no more of what had occurred till the next sessions at the Old Bailey, when the sheriffs sent for him, +LJ016-0195|and offered him the post of executioner for the city of London and Middlesex.|and offered him the post of executioner for the city of London and Middlesex. +LJ016-0196|He accepted, having at first Tom Cheshire as his assistant, then for a time, when Cheshire was dismissed for drunkenness, a man named Osborne.|He accepted, having at first Tom Cheshire as his assistant, then for a time, when Cheshire was dismissed for drunkenness, a man named Osborne. +LJ016-0197|After that he worked alone.|After that he worked alone. +LJ016-0198|I cannot find that Calcraft was sworn in when appointed, or any exact information when the old forbidding ceremony ceased to be practiced.|I cannot find that Calcraft was sworn in when appointed, or any exact information when the old forbidding ceremony ceased to be practiced. +LJ016-0199|It was customary to make the executioner take the Bible in his hand, and swear solemnly that he would dispatch every criminal condemned to die,|It was customary to make the executioner take the Bible in his hand, and swear solemnly that he would dispatch every criminal condemned to die, +LJ016-0200|without favoring father or mother or any other relation or friend.|without favoring father or mother or any other relation or friend. +LJ016-0201|When he had taken the oath he was dismissed with the words, "Get thee hence, wretch!"|When he had taken the oath he was dismissed with the words, "Get thee hence, wretch!" +LJ016-0202|Calcraft's emoluments were a guinea per week, and an extra guinea for every execution.|Calcraft's emoluments were a guinea per week, and an extra guinea for every execution. +LJ016-0203|He got besides half-a-crown for every man he flogged, and an allowance to provide cats or birch rods.|He got besides half-a-crown for every man he flogged, and an allowance to provide cats or birch rods. +LJ016-0204|For acting as executioner of Horsemonger Lane Jail|For acting as executioner of Horsemonger Lane Jail +LJ016-0205|he received a retaining fee of £5, 5 shillings, with the usual guinea for each job;|he received a retaining fee of five pounds, five shillings, with the usual guinea for each job; +LJ016-0206|he was also at liberty to engage himself in the country, where he demanded and was paid £10 on each occasion.|he was also at liberty to engage himself in the country, where he demanded and was paid ten pounds on each occasion. +LJ016-0207|It was not always easy to get a hangman so cheap, as I have already indicated on a previous page.|It was not always easy to get a hangman so cheap, as I have already indicated on a previous page. +LJ016-0208|The onus and responsibility of carrying out the sentence is personal to the sheriff. A good story is told illustrating this.|The onus and responsibility of carrying out the sentence is personal to the sheriff. A good story is told illustrating this. +LJ016-0209|Some wags in Scotland seized Calcraft and kept him in durance the night before the execution.|Some wags in Scotland seized Calcraft and kept him in durance the night before the execution. +LJ016-0210|Meanwhile the convener or sheriff was in despair, expecting that, failing the executioner, he would have to do the job himself.|Meanwhile the convener or sheriff was in despair, expecting that, failing the executioner, he would have to do the job himself. +LJ016-0211|But, fortunately for him, just at the last moment Calcraft was set free.|But, fortunately for him, just at the last moment Calcraft was set free. +LJ016-0212|Calcraft's salary was more than the proverbial "thirteenpence halfpenny -- hangman's wages."|Calcraft's salary was more than the proverbial "thirteenpence halfpenny -- hangman's wages." +LJ016-0213|The origin of this expression dates, it is said, from the time when the Scottish mark,|The origin of this expression dates, it is said, from the time when the Scottish mark, +LJ016-0214|a silver coin bearing the same relation to the Scottish pound that an English shilling does to an English pound, was made to pass current in England.|a silver coin bearing the same relation to the Scottish pound that an English shilling does to an English pound, was made to pass current in England. +LJ016-0215|The mark was valued at thirteenpence halfpenny, or rather more than the shilling, which from time immemorial had been the hangman's wages.|The mark was valued at thirteenpence halfpenny, or rather more than the shilling, which from time immemorial had been the hangman's wages. +LJ016-0216|That very ancient perquisite the convict's clothes was never claimed by Calcraft, and it may be doubted whether he was entitled to it.|That very ancient perquisite the convict's clothes was never claimed by Calcraft, and it may be doubted whether he was entitled to it. +LJ016-0217|On one particular occasion, however, he got them. A gentleman whose sins brought him to the gallows at Maidstone|On one particular occasion, however, he got them. A gentleman whose sins brought him to the gallows at Maidstone +LJ016-0218|wished to do Calcraft a good turn, and sent to his London tailor for a complete new suit, in which he appeared at his execution.|wished to do Calcraft a good turn, and sent to his London tailor for a complete new suit, in which he appeared at his execution. +LJ016-0219|He expressly bequeathed them to Calcraft, who was graciously pleased to accept them.|He expressly bequeathed them to Calcraft, who was graciously pleased to accept them. +LJ016-0220|On another occasion an importunate person begged Calcraft eagerly to claim his right to the clothes, and give them to him.|On another occasion an importunate person begged Calcraft eagerly to claim his right to the clothes, and give them to him. +LJ016-0221|Calcraft consented, got and bestowed the clothes, only to find that the person he had obliged exhibited them publicly.|Calcraft consented, got and bestowed the clothes, only to find that the person he had obliged exhibited them publicly. +LJ016-0222|It may be added that of late years the clothes in which a convict has suffered are invariably burnt.|It may be added that of late years the clothes in which a convict has suffered are invariably burnt. +LJ016-0223|Capital convicts go to the gallows in their own clothing, and not in prison dress, unless the former is quite unfit to be worn.|Capital convicts go to the gallows in their own clothing, and not in prison dress, unless the former is quite unfit to be worn. +LJ016-0224|Calcraft shared the odium which his office, not strangely, has always inspired. But he was admitted into the jail,|Calcraft shared the odium which his office, not strangely, has always inspired. But he was admitted into the jail, +LJ016-0225|which his predecessors were not, and who were paid their wages over the gate to obviate the necessity for letting them enter.|which his predecessors were not, and who were paid their wages over the gate to obviate the necessity for letting them enter. +LJ016-0226|To this curious etiquette was due the appointment of an official whose office has long since disappeared, "the yeoman of the halter,"|To this curious etiquette was due the appointment of an official whose office has long since disappeared, "the yeoman of the halter," +LJ016-0227|whose business it was to provide the rope and do the pinioning, and who was paid a fee of five shillings.|whose business it was to provide the rope and do the pinioning, and who was paid a fee of five shillings. +LJ016-0228|They did not dislike Calcraft, however, at Newgate. He was an illiterate, simple-minded man, who scarcely remembered what executions he had performed.|They did not dislike Calcraft, however, at Newgate. He was an illiterate, simple-minded man, who scarcely remembered what executions he had performed. +LJ016-0229|He kept no record of them, and when asked questions, referred to the officers of the jail.|He kept no record of them, and when asked questions, referred to the officers of the jail. +LJ016-0230|His nature must have been kindly.|His nature must have been kindly. +LJ016-0231|When he came to the prison for his wages his grandchildren often accompanied him, affectionately clinging to his hands;|When he came to the prison for his wages his grandchildren often accompanied him, affectionately clinging to his hands; +LJ016-0232|and he owned a pet pony which would follow him about like a dog.|and he owned a pet pony which would follow him about like a dog. +LJ016-0233|In his own profession|In his own profession +LJ016-0234|he was not unskilful, but he proceeded entirely by rule of thumb, leaving the result very much to chance and the strength of the rope.|he was not unskilful, but he proceeded entirely by rule of thumb, leaving the result very much to chance and the strength of the rope. +LJ016-0235|He was so much in favor of short drops that his immediate successor, Marwood, stigmatized him as "short-drop" man.|He was so much in favor of short drops that his immediate successor, Marwood, stigmatized him as "short-drop" man. +LJ016-0236|Marwood being, on the other hand, in favor of giving a man as much rope as possible.|Marwood being, on the other hand, in favor of giving a man as much rope as possible. +LJ016-0237|With Calcraft's method there were undoubtedly many failures, and it was a common custom for him to go below the gallows|With Calcraft's method there were undoubtedly many failures, and it was a common custom for him to go below the gallows +LJ016-0238|"just to steady their legs a little;" in other words, to add his weight to that of the hanging bodies.|"just to steady their legs a little;" in other words, to add his weight to that of the hanging bodies. +LJ016-0239|Marwood till latterly seemed to have done his work more effectually, and has been known to give as much as six feet fall.|Marwood till latterly seemed to have done his work more effectually, and has been known to give as much as six feet fall. +LJ016-0240|This generally produces instantaneous death, although cases where complete fracture of the spinal cord occurred are said to be rare.|This generally produces instantaneous death, although cases where complete fracture of the spinal cord occurred are said to be rare. +LJ016-0241|Calcraft served the city of London till 1874, when he was pensioned at the rate of twenty-five shillings per week.|Calcraft served the city of London till eighteen seventy-four, when he was pensioned at the rate of twenty-five shillings per week. +LJ016-0242|The last execution at which he acted was that of Godwin, on the 25th May, 1874.|The last execution at which he acted was that of Godwin, on the twenty-fifth May, eighteen seventy-four. +LJ016-0243|Marwood, who succeeded him, and who died while these sheets were in the press, was a Lincolnshire man, a native of Horncastle,|Marwood, who succeeded him, and who died while these sheets were in the press, was a Lincolnshire man, a native of Horncastle, +LJ016-0244|who first took to the work from predilection, and the idea of being useful in his generation, as he himself assured the writer of these pages.|who first took to the work from predilection, and the idea of being useful in his generation, as he himself assured the writer of these pages. +LJ016-0245|Until the time of his death he kept a small shop close to the church in Horncastle.|Until the time of his death he kept a small shop close to the church in Horncastle. +LJ016-0246|Over the door, in gilt letters, were the words "Crown Office"; in the window was a pile of official envelopes, ostentatiously displayed,|Over the door, in gilt letters, were the words "Crown Office"; in the window was a pile of official envelopes, ostentatiously displayed, +LJ016-0247|while round about were shoe-strings, boot-laces, and lasts. Marwood, strange to say, followed the same trade as Calcraft.|while round about were shoe-strings, boot-laces, and lasts. Marwood, strange to say, followed the same trade as Calcraft. +LJ016-0248|Marwood was proud of his calling, and when questioned as to whether his process was satisfactory, replied that he heard "no complaints."|Marwood was proud of his calling, and when questioned as to whether his process was satisfactory, replied that he heard "no complaints." +LJ016-0249|The strange competition amongst hundreds to succeed Marwood is a strange fact too recently before the public to need mention here.|The strange competition amongst hundreds to succeed Marwood is a strange fact too recently before the public to need mention here. +LJ016-0250|It may, however, be remarked that the wisdom of appointing any regular hangman is very open to question,|It may, however, be remarked that the wisdom of appointing any regular hangman is very open to question, +LJ016-0251|and must be strongly deprecated on moral grounds, as tending to the utter degradation of one individual.|and must be strongly deprecated on moral grounds, as tending to the utter degradation of one individual. +LJ016-0252|Possibly such changes may be introduced into the method of execution|Possibly such changes may be introduced into the method of execution +LJ016-0253|that the ceremony may be made more mechanical, thus rendering the personal intervention of a skilled functionary unnecessary.|that the ceremony may be made more mechanical, thus rendering the personal intervention of a skilled functionary unnecessary. +LJ016-0254|Executions long continued to be in public, in spite of remonstrance and reprobation.|Executions long continued to be in public, in spite of remonstrance and reprobation. +LJ016-0255|The old prejudices, such as that which enlisted Dr. Johnson on the side of the Tyburn procession, still lingered and prevented any change.|The old prejudices, such as that which enlisted Dr. Johnson on the side of the Tyburn procession, still lingered and prevented any change. +LJ016-0256|It was thought that capital punishment would lose its deterrent effect if it ceased to be public,|It was thought that capital punishment would lose its deterrent effect if it ceased to be public, +LJ016-0257|and the raison d'être of the penalty, which in principle so many opposed, would be gone.|and the raison d'être of the penalty, which in principle so many opposed, would be gone. +LJ016-0258|This line of argument prevailed over the manifest horrors of the spectacle. These increased as time passed.|This line of argument prevailed over the manifest horrors of the spectacle. These increased as time passed. +LJ016-0259|The graphic and terrible account given by Charles Dickens of the awful scene before Horsemonger Lane Jail, at the execution of the Mannings,|The graphic and terrible account given by Charles Dickens of the awful scene before Horsemonger Lane Jail, at the execution of the Mannings, +LJ016-0260|has already been quoted. Again, the concourse of people collected in front of Newgate to witness the execution,|has already been quoted. Again, the concourse of people collected in front of Newgate to witness the execution, +LJ016-0261|simultaneously, of the five pirates, part of the mutinous crew of the 'Flowery Land,' was greater than on any previous occasion.|simultaneously, of the five pirates, part of the mutinous crew of the 'Flowery Land,' was greater than on any previous occasion. +LJ016-0262|It was a callous, careless crowd of coarse-minded, semi-brutalized folk, who came to enjoy themselves.|It was a callous, careless crowd of coarse-minded, semi-brutalized folk, who came to enjoy themselves. +LJ016-0263|Few, if any, showed any feeling of terror, none were impressed with the solemnity, or realized the warning which the sight conveyed.|Few, if any, showed any feeling of terror, none were impressed with the solemnity, or realized the warning which the sight conveyed. +LJ016-0264|The upturned faces of the eager spectators resembled those of the 'gods' at Drury Lane on Boxing Night;|The upturned faces of the eager spectators resembled those of the 'gods' at Drury Lane on Boxing Night; +LJ016-0265|the crowd had come to witness a popular and gratuitous public performance -- better than a prize-fight or a play.|the crowd had come to witness a popular and gratuitous public performance -- better than a prize-fight or a play. +LJ016-0266|No notion that they were assisting at a vindication of the law filled the minds of those present with dread.|No notion that they were assisting at a vindication of the law filled the minds of those present with dread. +LJ016-0267|On the contrary, the prevailing sentiment was one of satisfaction at the success of the spectacle.|On the contrary, the prevailing sentiment was one of satisfaction at the success of the spectacle. +LJ016-0268|The remarks heard amongst the crowd were of coarse approval.|The remarks heard amongst the crowd were of coarse approval. +LJ016-0271|The reply evinced equal satisfaction, and the speaker, with a profane oath, declared that he would like to act as Jack Ketch to the whole lot.|The reply evinced equal satisfaction, and the speaker, with a profane oath, declared that he would like to act as Jack Ketch to the whole lot. +LJ016-0272|To the disgrace of the better-educated and better-bred public, executions could still command the attendance of curious aristocrats from the West End.|To the disgrace of the better-educated and better-bred public, executions could still command the attendance of curious aristocrats from the West End. +LJ016-0273|At Müller's execution there was great competition for front seats,|At Müller's execution there was great competition for front seats, +LJ016-0274|and the windows of the opposite houses, which commanded a good view, as usual fetched high prices.|and the windows of the opposite houses, which commanded a good view, as usual fetched high prices. +LJ016-0275|As much as £25 was paid for a first-floor front on this occasion.|As much as twenty-five pounds was paid for a first-floor front on this occasion. +LJ016-0276|Never, indeed, had an execution been more generally patronized.|Never, indeed, had an execution been more generally patronized. +LJ016-0277|This is proved by contemporary accounts, especially one graphic and realistic article which appeared in the 'Times,'|This is proved by contemporary accounts, especially one graphic and realistic article which appeared in the 'Times,' +LJ016-0278|and which contributed in no small degree to the introduction of private executions. A great crowd was expected, and a great crowd came.|and which contributed in no small degree to the introduction of private executions. A great crowd was expected, and a great crowd came. +LJ016-0279|They collected over night in the bright light of a November moon.|They collected over night in the bright light of a November moon. +LJ016-0280|"There were well-dressed and ill-dressed, old men and lads, women and girls."|"There were well-dressed and ill-dressed, old men and lads, women and girls." +LJ016-0281|Rain fell heavily at intervals, but did not thin the concourse.|Rain fell heavily at intervals, but did not thin the concourse. +LJ016-0282|"Till three o'clock it was one long revelry of songs and laughter, shouting, and often quarreling, though,|"Till three o'clock it was one long revelry of songs and laughter, shouting, and often quarreling, though, +LJ016-0283|to do them mere justice, there was at least till then a half-drunken ribald gaiety among the crowd that made them all akin."|to do them mere justice, there was at least till then a half-drunken ribald gaiety among the crowd that made them all akin." +LJ016-0284|There were preachers among the crowd, but they could not get a patient hearing.|There were preachers among the crowd, but they could not get a patient hearing. +LJ016-0285|Then one struck up the hymn of the Promised Land, and the refrain was at once taken up with a mighty chorus --|Then one struck up the hymn of the Promised Land, and the refrain was at once taken up with a mighty chorus -- +LJ016-0286|Oh, my! Think I've got to die.|Oh, my! Think I've got to die. +LJ016-0287|This was presently superseded by a fresh catch --|This was presently superseded by a fresh catch -- +LJ016-0288|"Müller, Müller, He's the man," till a diversion was created by the appearance of the gallows, which was received with continuous yells.|"Müller, Müller, He's the man," till a diversion was created by the appearance of the gallows, which was received with continuous yells. +LJ016-0289|As day broke the character of the crowd was betrayed.|As day broke the character of the crowd was betrayed. +LJ016-0290|There were but few women, except of the most degraded sort; the men were mostly young men --|There were but few women, except of the most degraded sort; the men were mostly young men -- +LJ016-0291|sharpers, thieves, gamblers, betting men, the outsiders of the boxing ring,|sharpers, thieves, gamblers, betting men, the outsiders of the boxing ring, +LJ016-0292|bricklayers' laborers, dock workmen, German artisans and sugar-bakers|bricklayers' laborers, dock workmen, German artisans and sugar-bakers +LJ016-0293|with the rakings of cheap singing-halls and billiard-rooms, the fast young men of London.|with the rakings of cheap singing-halls and billiard-rooms, the fast young men of London. +LJ016-0294|But all, whether young or old, men or women, seemed to know nothing, feel nothing, to have no object but the gallows, and to laugh,|But all, whether young or old, men or women, seemed to know nothing, feel nothing, to have no object but the gallows, and to laugh, +LJ016-0295|curse, or shout, as in this heaving and struggling forward they gained or lost in their strong efforts to get nearer where Müller was to die.|curse, or shout, as in this heaving and struggling forward they gained or lost in their strong efforts to get nearer where Müller was to die. +LJ016-0296|The actual execution made some impression.|The actual execution made some impression. +LJ016-0297|The crowd was for a moment awed and stilled by the quiet rapid passage from life to death!|The crowd was for a moment awed and stilled by the quiet rapid passage from life to death! +LJ016-0298|But before "the slight slow vibrations of the body had well ended,|But before "the slight slow vibrations of the body had well ended, +LJ016-0299|robbery and violence, loud laughing, oaths, fighting, obscene conduct, and still more filthy language reigned round the gallows far and near.|robbery and violence, loud laughing, oaths, fighting, obscene conduct, and still more filthy language reigned round the gallows far and near. +LJ016-0300|Such too the scene remained with little change or respite till the old hangman (Calcraft) slunk again along the drop,|Such too the scene remained with little change or respite till the old hangman (Calcraft) slunk again along the drop, +LJ016-0301|amid hisses and sneering inquiries of what he had had to drink that morning.|amid hisses and sneering inquiries of what he had had to drink that morning. +LJ016-0302|He, after failing once to cut the rope, made a second attempt more successfully, and the body of Müller disappeared from view.|He, after failing once to cut the rope, made a second attempt more successfully, and the body of Müller disappeared from view. +LJ016-0303|It was preposterous to claim for such a scene as this that it conveyed any great moral lesson, or had any deterring influence.|It was preposterous to claim for such a scene as this that it conveyed any great moral lesson, or had any deterring influence. +LJ016-0304|Numbers of humane and thoughtful persons had long been convinced of this.|Numbers of humane and thoughtful persons had long been convinced of this. +LJ016-0305|Already the urgent necessity for abolishing public executions had been brought before the House of Commons by Mr. Hibbert,|Already the urgent necessity for abolishing public executions had been brought before the House of Commons by Mr. Hibbert, +LJ016-0306|and the question, as part of the whole subject of capital punishment, had been referred to a royal commission in January 1864.|and the question, as part of the whole subject of capital punishment, had been referred to a royal commission in January eighteen sixty-four. +LJ016-0307|Full evidence was taken on all points, and on that regarding public executions there was a great preponderance of opinion towards their abolition,|Full evidence was taken on all points, and on that regarding public executions there was a great preponderance of opinion towards their abolition, +LJ016-0308|yet the witnesses were not unanimous.|yet the witnesses were not unanimous. +LJ016-0309|Some of the judges would have retained the public spectacle; the ordinary of Newgate was not certain that public executions were not the best.|Some of the judges would have retained the public spectacle; the ordinary of Newgate was not certain that public executions were not the best. +LJ016-0310|Another distinguished witness feared|Another distinguished witness feared +LJ016-0311|that any secrecy in the treatment of the condemned would invest them with a new and greater interest, which was much to be deprecated.|that any secrecy in the treatment of the condemned would invest them with a new and greater interest, which was much to be deprecated. +LJ016-0312|Foreign witnesses, too, were in favor of publicity.|Foreign witnesses, too, were in favor of publicity. +LJ016-0313|On the other hand, Lords Cranworth and Wensleydale recommended private executions; so did Mr. Spencer Walpole, M.P.|On the other hand, Lords Cranworth and Wensleydale recommended private executions; so did Mr. Spencer Walpole, M.P. +LJ016-0314|Sir George Grey thought there was a growing feeling in favor of executions within the prison precincts.|Sir George Grey thought there was a growing feeling in favor of executions within the prison precincts. +LJ016-0315|Colonel (now Sir Edmund) Henderson was strongly in favor of them,|Colonel (now Sir Edmund) Henderson was strongly in favor of them, +LJ016-0316|based on his experience of them in Western Australia. He not only thought them likely to be more deterrent,|based on his experience of them in Western Australia. He not only thought them likely to be more deterrent, +LJ016-0317|but believed that a public ceremony destroyed the whole value of an execution.|but believed that a public ceremony destroyed the whole value of an execution. +LJ016-0318|Other officials, great lawyers, governors of prisons, and chaplains supported this view.|Other officials, great lawyers, governors of prisons, and chaplains supported this view. +LJ016-0319|The only doubts expressed were as to the sufficiency of the safeguards, as to the certainty of death and its subsequent publication.|The only doubts expressed were as to the sufficiency of the safeguards, as to the certainty of death and its subsequent publication. +LJ016-0320|But these, it was thought, might be provided by the admission of the press and the holding of a coroner's inquest.|But these, it was thought, might be provided by the admission of the press and the holding of a coroner's inquest. +LJ016-0321|Duly impressed with the weight of evidence in favor of abolition,|Duly impressed with the weight of evidence in favor of abolition, +LJ016-0322|the commission recommended that death sentences should be carried out within the jail, under such regulations as might be considered necessary|the commission recommended that death sentences should be carried out within the jail, under such regulations as might be considered necessary +LJ016-0323|to prevent abuse, and satisfy the public that the law had been complied with.|to prevent abuse, and satisfy the public that the law had been complied with. +LJ016-0324|But it is curious to note that there were several dissentients among the commissioners to this paragraph of the report.|But it is curious to note that there were several dissentients among the commissioners to this paragraph of the report. +LJ016-0325|The judge of the Admiralty Court, the Right Hon. Stephen Lushington, the Right Hon. James Moncrieff,|The judge of the Admiralty Court, the Right Hon. Stephen Lushington, the Right Hon. James Moncrieff, +LJ016-0326|Lord Advocate, Mr. Charles Neate, Mr. William Ewart, and last, but not least, Mr. John Bright|Lord Advocate, Mr. Charles Neate, Mr. William Ewart, and last, but not least, Mr. John Bright +LJ016-0327|declared that they were not prepared to agree to the resolution respecting private executions.|declared that they were not prepared to agree to the resolution respecting private executions. +LJ016-0328|Nevertheless, in the very next session|Nevertheless, in the very next session +LJ016-0329|a bill was introduced by Mr. Hibbert, M.P., and accepted by the Government, providing for the future carrying out of executions within prisons.|a bill was introduced by Mr. Hibbert, M.P., and accepted by the Government, providing for the future carrying out of executions within prisons. +LJ016-0330|It was read for the first time in March 1866, but did not become law till 1868.|It was read for the first time in March eighteen sixty-six, but did not become law till eighteen sixty-eight. +LJ016-0331|The last public execution in front of Newgate was that of the Fenian Michael Barrett,|The last public execution in front of Newgate was that of the Fenian Michael Barrett, +LJ016-0332|who was convicted of complicity in the Clerkenwell explosion, intended to effect the release of Burke and Casey|who was convicted of complicity in the Clerkenwell explosion, intended to effect the release of Burke and Casey +LJ016-0333|from Clerkenwell prison, by which many persons lost their lives.|from Clerkenwell prison, by which many persons lost their lives. +LJ016-0334|Unusual precautions were taken upon this occasion, as some fresh outrage was apprehended.|Unusual precautions were taken upon this occasion, as some fresh outrage was apprehended. +LJ016-0335|There was no interference with the crowd, which collected as usual, although not to the customary extent.|There was no interference with the crowd, which collected as usual, although not to the customary extent. +LJ016-0336|But Newgate and its neighborhood was carefully held by the police, both city and metropolitan.|But Newgate and its neighborhood was carefully held by the police, both city and metropolitan. +LJ016-0337|In the houses opposite the prison numbers of detectives mixed with the spectators;|In the houses opposite the prison numbers of detectives mixed with the spectators; +LJ016-0338|inside the jail was Colonel Frazer, the chief commissioner of the city police, and at no great distance, although in the background,|inside the jail was Colonel Frazer, the chief commissioner of the city police, and at no great distance, although in the background, +LJ016-0339|troops were held in readiness to act if required. Everything passed off quite quietly, however,|troops were held in readiness to act if required. Everything passed off quite quietly, however, +LJ016-0340|and Calcraft, who had been threatened with summary retribution if he executed Barrett, carried out the sentence without mishap.|and Calcraft, who had been threatened with summary retribution if he executed Barrett, carried out the sentence without mishap. +LJ016-0341|The sufferer was stolid and reticent to the last.|The sufferer was stolid and reticent to the last. +LJ016-0342|The first private execution under the new law took place within the precincts of Maidstone Jail.|The first private execution under the new law took place within the precincts of Maidstone Jail. +LJ016-0343|The sufferer was a porter on the London, Chatham, and Dover railway, sentenced to death for shooting the station-master at Dover.|The sufferer was a porter on the London, Chatham, and Dover railway, sentenced to death for shooting the station-master at Dover. +LJ016-0344|The ceremony, which was witnessed by only a few officials and representatives of the press, was performed with the utmost decency and decorum.|The ceremony, which was witnessed by only a few officials and representatives of the press, was performed with the utmost decency and decorum. +LJ016-0346|a fact duly advertised as completed by the hoisting of the black flag over the jail,|a fact duly advertised as completed by the hoisting of the black flag over the jail, +LJ016-0347|had undoubtedly a solemn, impressive effect upon those outside.|had undoubtedly a solemn, impressive effect upon those outside. +LJ016-0348|The same was realized in the first private execution within Newgate,|The same was realized in the first private execution within Newgate, +LJ016-0349|that of Alexander Mackay, who murdered his mistress at Norton Folgate by beating her with a rolling-pin and furnace-rake,|that of Alexander Mackay, who murdered his mistress at Norton Folgate by beating her with a rolling-pin and furnace-rake, +LJ016-0350|and who expiated his crime on the 8th September, 1868.|and who expiated his crime on the eighth September, eighteen sixty-eight. +LJ016-0351|A more marked change from the old scene can hardly be conceived. Instead of the roar of the brutalized crowd,|A more marked change from the old scene can hardly be conceived. Instead of the roar of the brutalized crowd, +LJ016-0352|the officials spoke in whispers; there was but little moving to and fro.|the officials spoke in whispers; there was but little moving to and fro. +LJ016-0353|Almost absolute silence prevailed until the great bell began to toll its deep note, and broke the stillness with its regular and monotonous clangour,|Almost absolute silence prevailed until the great bell began to toll its deep note, and broke the stillness with its regular and monotonous clangour, +LJ016-0354|and the ordinary, in a voice trembling with emotion, read the burial service aloud.|and the ordinary, in a voice trembling with emotion, read the burial service aloud. +LJ016-0355|Mackay's fortitude, which had been great,|Mackay's fortitude, which had been great, +LJ016-0356|broke down at the supreme moment before the horror of the stillness, the awful impressiveness of the scene in which he was the principal actor.|broke down at the supreme moment before the horror of the stillness, the awful impressiveness of the scene in which he was the principal actor. +LJ016-0357|No time was lost in carrying out the dread ceremony; but it was not completed without some of the officials turning sick, and the moment it was over,|No time was lost in carrying out the dread ceremony; but it was not completed without some of the officials turning sick, and the moment it was over, +LJ016-0358|all who could were glad to escape from the last act of the ghastly drama at which they had assisted.|all who could were glad to escape from the last act of the ghastly drama at which they had assisted. +LJ016-0359|Private executions at their first introduction were not popular with the Newgate officials, and for intelligible reasons.|Private executions at their first introduction were not popular with the Newgate officials, and for intelligible reasons. +LJ016-0360|The change added greatly to the responsibilities of the governor and his subordinates. Hitherto the public had seemed to assist at the ceremony;|The change added greatly to the responsibilities of the governor and his subordinates. Hitherto the public had seemed to assist at the ceremony; +LJ016-0361|the moment too that the condemned man had passed through the debtors' door on to the scaffold the prison had done with him,|the moment too that the condemned man had passed through the debtors' door on to the scaffold the prison had done with him, +LJ016-0362|and the great outside world shared in the completion of the sacrifice.|and the great outside world shared in the completion of the sacrifice. +LJ016-0363|This feeling was the stronger because|This feeling was the stronger because +LJ016-0364|all the ghastly paraphernalia, the gallows itself and the process of erecting and removing it, rested with the city architect, and not with the prison officials.|all the ghastly paraphernalia, the gallows itself and the process of erecting and removing it, rested with the city architect, and not with the prison officials. +LJ016-0365|Moreover, after the execution, under the old system, the latter had only to receive the body for burial after it had been cut down by the hangman,|Moreover, after the execution, under the old system, the latter had only to receive the body for burial after it had been cut down by the hangman, +LJ016-0366|and placed decently in a shell by the workmen who removed the gallows.|and placed decently in a shell by the workmen who removed the gallows. +LJ016-0367|Under the new system the whole of the arrangements from first to last fell upon the officers.|Under the new system the whole of the arrangements from first to last fell upon the officers. +LJ016-0368|It was they who formed the chief part of the small select group of spectators;|It was they who formed the chief part of the small select group of spectators; +LJ016-0369|upon them devolved the painful duty of cutting down the body and preparing for the inquest.|upon them devolved the painful duty of cutting down the body and preparing for the inquest. +LJ016-0370|All that the hangman, whoever he may be, does under the new regime is to unhook the halter and remove the pinioning straps.|All that the hangman, whoever he may be, does under the new regime is to unhook the halter and remove the pinioning straps. +LJ016-0371|The interment in a shell filled with quicklime in the passage-way leading to the Old Bailey is also a part of the duty of the prison officials.|The interment in a shell filled with quicklime in the passage-way leading to the Old Bailey is also a part of the duty of the prison officials. +LJ016-0373|and for the greater security of prisoners it is roofed in with iron bars which gives it, at least overhead, the aspect of a huge cage.|and for the greater security of prisoners it is roofed in with iron bars which gives it, at least overhead, the aspect of a huge cage. +LJ016-0374|Underfoot and upon the walls roughly cut into the stones, are single initial letters, the brief epitaphs of those who lie below.|Underfoot and upon the walls roughly cut into the stones, are single initial letters, the brief epitaphs of those who lie below. +LJ016-0375|As this burial-ground leads to the adjacent Central Criminal Court, accused murderers, on going to and returning from trial,|As this burial-ground leads to the adjacent Central Criminal Court, accused murderers, on going to and returning from trial, +LJ016-0376|literally walked over what, in case of conviction, would be their own graves.|literally walked over what, in case of conviction, would be their own graves. +LJ016-0377|The older officers, with several of whom I have conversed, have thus had unusual opportunities of watching the demeanor of murderers both before trial|The older officers, with several of whom I have conversed, have thus had unusual opportunities of watching the demeanor of murderers both before trial +LJ016-0378|and after sentence.|and after sentence. +LJ016-0379|All as a rule, unless poignant remorse has brought a desire to court their richly-merited retribution, are buoyed up|All as a rule, unless poignant remorse has brought a desire to court their richly-merited retribution, are buoyed up +LJ016-0380|with hope to the last. There is always the chance of a flaw in the indictment, of a missing witness, or extenuating circumstances.|with hope to the last. There is always the chance of a flaw in the indictment, of a missing witness, or extenuating circumstances. +LJ016-0381|Even when in the condemned cell, with a shameful death within measurable distance,|Even when in the condemned cell, with a shameful death within measurable distance, +LJ016-0382|many cling still to life, expecting much from the intercession of friends or the humanitarianism of the age.|many cling still to life, expecting much from the intercession of friends or the humanitarianism of the age. +LJ016-0383|All almost without exception sleep soundly at night, except the first after sentence,|All almost without exception sleep soundly at night, except the first after sentence, +LJ016-0384|when the first shock of the verdict and the solemn notification of the impending blow keeps nearly all awake, or at least disturbs their night's rest.|when the first shock of the verdict and the solemn notification of the impending blow keeps nearly all awake, or at least disturbs their night's rest. +LJ016-0385|But the uneasiness soon wears off. The second night sleep comes readily, and is sound;|But the uneasiness soon wears off. The second night sleep comes readily, and is sound; +LJ016-0386|many of the most abandoned murderers snore peacefully their eight hours, even on the night immediately preceding execution.|many of the most abandoned murderers snore peacefully their eight hours, even on the night immediately preceding execution. +LJ016-0387|All too have a fairly good appetite, and eat with relish, up to the last moment.|All too have a fairly good appetite, and eat with relish, up to the last moment. +LJ016-0388|A few go further, and are almost gluttonous.|A few go further, and are almost gluttonous. +LJ016-0389|Giovanni Lanni, the Italian boy who murdered a Frenchwoman in the Haymarket,|Giovanni Lanni, the Italian boy who murdered a Frenchwoman in the Haymarket, +LJ016-0390|and was arrested on board ship just as he was about to leave the country, had a little spare cash, which he devoted entirely to the purchase of extra food.|and was arrested on board ship just as he was about to leave the country, had a little spare cash, which he devoted entirely to the purchase of extra food. +LJ016-0391|He ate constantly and voraciously after sentence, as though eager to cram as many meals as possible into the few hours still left him to live.|He ate constantly and voraciously after sentence, as though eager to cram as many meals as possible into the few hours still left him to live. +LJ016-0392|Jeffrey, who murdered his own child, an infant of six, by hanging him in a cellar in Seven Dials,|Jeffrey, who murdered his own child, an infant of six, by hanging him in a cellar in Seven Dials, +LJ016-0393|called for a roast duck directly he entered the condemned cell.|called for a roast duck directly he entered the condemned cell. +LJ016-0394|The request was not granted, as the old custom of allowing capital convicts whatever they asked for in the way of food has not been the rule in Newgate.|The request was not granted, as the old custom of allowing capital convicts whatever they asked for in the way of food has not been the rule in Newgate. +LJ016-0395|The diet of the condemned is the ordinary diet of the prison,|The diet of the condemned is the ordinary diet of the prison, +LJ016-0396|but to which additions are sometimes made, chiefly of stimulants, if deemed necessary, by the medical officer of the jail.|but to which additions are sometimes made, chiefly of stimulants, if deemed necessary, by the medical officer of the jail. +LJ016-0397|The craving for tobacco which so dominates the habitual smoker often leads the convicted to plead hard for a last smoke.|The craving for tobacco which so dominates the habitual smoker often leads the convicted to plead hard for a last smoke. +LJ016-0398|As a special favor|As a special favor +LJ016-0399|Wainwright was allowed a cigar the night before execution, which he smoked in the prison yard, walking up and down with the governor, Mr. Sydney Smith.|Wainwright was allowed a cigar the night before execution, which he smoked in the prison yard, walking up and down with the governor, Mr. Sydney Smith. +LJ016-0400|Wainwright's demeanor was one of reckless effrontery steadily maintained to the last.|Wainwright's demeanor was one of reckless effrontery steadily maintained to the last. +LJ016-0401|His conversation turned always upon his influence over the weaker sex, and the extraordinary success he had achieved.|His conversation turned always upon his influence over the weaker sex, and the extraordinary success he had achieved. +LJ016-0402|No woman could resist him, he calmly assured Mr. Smith that night as they walked together, and he recounted his villanies one by one.|No woman could resist him, he calmly assured Mr. Smith that night as they walked together, and he recounted his villanies one by one. +LJ016-0403|His effrontery was only outdone by his cool contempt for the consolations of religion.|His effrontery was only outdone by his cool contempt for the consolations of religion. +LJ016-0404|The man who had made a pious life a cloak for his misdeeds, the once exemplary young man and indefatigable Sunday School teacher,|The man who had made a pious life a cloak for his misdeeds, the once exemplary young man and indefatigable Sunday School teacher, +LJ016-0405|went impenitent to the gallows. The only sign of feeling he showed was in asking to be allowed to choose the hymns on the Sunday|went impenitent to the gallows. The only sign of feeling he showed was in asking to be allowed to choose the hymns on the Sunday +LJ016-0406|the condemned sermon was preached in the prison chapel, and this was probably only that he might hear the singing of a lady with a magnificent voice|the condemned sermon was preached in the prison chapel, and this was probably only that he might hear the singing of a lady with a magnificent voice +LJ016-0408|During the singing of these hymns Wainwright fainted, but whether from real emotion or the desire to make a sensation was never exactly known.|During the singing of these hymns Wainwright fainted, but whether from real emotion or the desire to make a sensation was never exactly known. +LJ016-0409|On the fatal morning he came gaily out of his cell,|On the fatal morning he came gaily out of his cell, +LJ016-0410|nodded pleasantly to the governor, who stood just opposite, and then walked briskly towards the execution shed, smiling as he went along.|nodded pleasantly to the governor, who stood just opposite, and then walked briskly towards the execution shed, smiling as he went along. +LJ016-0411|There was a smile on his face when it was last seen, and just as the terrible white cap was drawn over it.|There was a smile on his face when it was last seen, and just as the terrible white cap was drawn over it. +LJ016-0412|Wainwright's execution was within the jail, but only nominally private.|Wainwright's execution was within the jail, but only nominally private. +LJ016-0413|No less than sixty-seven persons were present, admitted by special permission of the sheriff.|No less than sixty-seven persons were present, admitted by special permission of the sheriff. +LJ016-0414|Rumour even went so far as to assert that among the spectators were several women, disguised in male habiliments;|Rumour even went so far as to assert that among the spectators were several women, disguised in male habiliments; +LJ016-0415|but the story was never substantiated, and we may hope that it rested only on the idle gossip of the day.|but the story was never substantiated, and we may hope that it rested only on the idle gossip of the day. +LJ016-0416|Many, like Wainwright, were calm and imperturbable throughout their trying ordeal.|Many, like Wainwright, were calm and imperturbable throughout their trying ordeal. +LJ016-0417|Catherine Wilson, the poisoner, was reserved and reticent to the last, expressing no contrition, but also no fear --|Catherine Wilson, the poisoner, was reserved and reticent to the last, expressing no contrition, but also no fear -- +LJ016-0418|a tall, gaunt, repulsive-looking woman, who no more shrank from cowardly, secret crimes than from the penalty they entailed.|a tall, gaunt, repulsive-looking woman, who no more shrank from cowardly, secret crimes than from the penalty they entailed. +LJ016-0419|Kate Webster, who was tried at the Central Criminal Court, and passed through Newgate, although she suffered at Wandsworth,|Kate Webster, who was tried at the Central Criminal Court, and passed through Newgate, although she suffered at Wandsworth, +LJ016-0420|is remembered at the former prison as a defiant,|is remembered at the former prison as a defiant, +LJ016-0421|brutal creature who showed no remorse, but was subject to fits of ungovernable passion, when she broke out into language the most appalling.|brutal creature who showed no remorse, but was subject to fits of ungovernable passion, when she broke out into language the most appalling. +LJ016-0422|The man Marley displayed fortitude of a less repulsive kind. He acknowledged his guilt from the first.|The man Marley displayed fortitude of a less repulsive kind. He acknowledged his guilt from the first. +LJ016-0423|When the sheriff offered him counsel for his defense, he declined, saying he wished to make none -- "the witnesses for the prosecution spoke the truth."|When the sheriff offered him counsel for his defense, he declined, saying he wished to make none -- "the witnesses for the prosecution spoke the truth." +LJ016-0424|During the trial and after sentence he remained perfectly cool and collected.|During the trial and after sentence he remained perfectly cool and collected. +LJ016-0425|When visited one day in the condemned cell, just as St. Sepulchre's clock was striking, he looked up and said laughingly, "Go along, clock;|When visited one day in the condemned cell, just as St. Sepulchre's clock was striking, he looked up and said laughingly, "Go along, clock; +LJ016-0426|come along, gallows.|come along, gallows. +LJ016-0427|He tripped up the chapel-stairs to hear the condemned sermon, and came out with cheerful alacrity on the morning he was to die.|He tripped up the chapel-stairs to hear the condemned sermon, and came out with cheerful alacrity on the morning he was to die. +LJ016-0428|Some condemned convicts converse but little with the warders who have them unceasingly in charge.|Some condemned convicts converse but little with the warders who have them unceasingly in charge. +LJ016-0429|Others talk freely enough on various topics, but principally upon their own cases.|Others talk freely enough on various topics, but principally upon their own cases. +LJ016-0430|When vanity is strongly developed there is the keen anxiety to hear what is being said about them outside.|When vanity is strongly developed there is the keen anxiety to hear what is being said about them outside. +LJ016-0431|One was vexed to think that his victims had a finer funeral than he would have.|One was vexed to think that his victims had a finer funeral than he would have. +LJ016-0432|The only subject another showed any interest in was the theatres and the new pieces that were being produced. A third, Christian Satler,|The only subject another showed any interest in was the theatres and the new pieces that were being produced. A third, Christian Satler, +LJ016-0433|laughed and jested with the officers about "Jack Ketch," who, through the postponement of the execution, would lose his Christmas dinner.|laughed and jested with the officers about "Jack Ketch," who, through the postponement of the execution, would lose his Christmas dinner. +LJ016-0434|When they brought in the two watchers to relieve guard one night, Sattler said,|When they brought in the two watchers to relieve guard one night, Sattler said, +LJ016-0435|"Two fresh men! May I speak to them? Yes! I must caution you," he went on to the warders, "not to go to sleep, or I shall be off through that little hole,"|"Two fresh men! May I speak to them? Yes! I must caution you," he went on to the warders, "not to go to sleep, or I shall be off through that little hole," +LJ016-0436|pointing to an aperture for ventilating the cell. On the morning of execution he asked how far it was to the gallows, and was told it was quite close.|pointing to an aperture for ventilating the cell. On the morning of execution he asked how far it was to the gallows, and was told it was quite close. +LJ016-0438|that the convict's clothes were still the executioner's perquisite.|that the convict's clothes were still the executioner's perquisite. +LJ016-0439|Often the convicts give way to despair. They are too closely watched to be allowed to do themselves much mischief, or suicides would probably be more frequent.|Often the convicts give way to despair. They are too closely watched to be allowed to do themselves much mischief, or suicides would probably be more frequent. +LJ016-0440|But it is neither easy to obtain the instruments of self-destruction nor to elude the vigilance of their guard.|But it is neither easy to obtain the instruments of self-destruction nor to elude the vigilance of their guard. +LJ016-0441|The man, Bousfield, however, whose execution was so sadly bungled,|The man, Bousfield, however, whose execution was so sadly bungled, +LJ016-0442|made a determined effort to burn himself to death by throwing himself bodily on to the fire in the condemned ward.|made a determined effort to burn himself to death by throwing himself bodily on to the fire in the condemned ward. +LJ016-0444|They were still much swollen when he was led out to execution.|They were still much swollen when he was led out to execution. +LJ016-0445|Miller, the Chelsea murderer, who packed his victim's body in a box, and tried to send it by parcels delivery, tried to kill himself,|Miller, the Chelsea murderer, who packed his victim's body in a box, and tried to send it by parcels delivery, tried to kill himself, +LJ016-0446|but ineffectively, by running his head against his cell wall.|but ineffectively, by running his head against his cell wall. +LJ017-0001|The Chronicles of Newgate, Volume 2. By Arthur Griffiths. Section 20: Newgate Notorieties, part 1.|The Chronicles of Newgate, Volume two. By Arthur Griffiths. Section twenty: Newgate Notorieties, part one. +LJ017-0002|As these records draw to a close, the crimes I chronicle become so much more recent in date that they will be fresh in the memory of most of my readers.|As these records draw to a close, the crimes I chronicle become so much more recent in date that they will be fresh in the memory of most of my readers. +LJ017-0003|Nevertheless, in order to give completeness to the picture|Nevertheless, in order to give completeness to the picture +LJ017-0004|I have attempted to draw of crime in connection with Newgate, from first to last, I must make some mention, in this my penultimate chapter,|I have attempted to draw of crime in connection with Newgate, from first to last, I must make some mention, in this my penultimate chapter, +LJ017-0005|of some of the most heinous offenses of modern times.|of some of the most heinous offenses of modern times. +LJ017-0006|The crime of poisoning has always been viewed with peculiar loathing and terror in this country.|The crime of poisoning has always been viewed with peculiar loathing and terror in this country. +LJ017-0007|It will be remembered that as far back as the reign of Henry VIII. a new and most cruel penalty was devised for the punishment of the Bishop of Rochester's cook,|It will be remembered that as far back as the reign of Henry the eighth a new and most cruel penalty was devised for the punishment of the Bishop of Rochester's cook, +LJ017-0008|who had poisoned his master and many of his dependents.|who had poisoned his master and many of his dependents. +LJ017-0009|Sir Thomas Overbury was undoubtedly poisoned by Lord Rochester in the reign of James I.,|Sir Thomas Overbury was undoubtedly poisoned by Lord Rochester in the reign of James the first, +LJ017-0010|and it is hinted that James himself nearly fell a victim to a nefarious attempt of the Duke of Buckingham.|and it is hinted that James himself nearly fell a victim to a nefarious attempt of the Duke of Buckingham. +LJ017-0011|But secret poisoning on a wholesale scale such as was practiced in Italy and France was happily never popularized in England.|But secret poisoning on a wholesale scale such as was practiced in Italy and France was happily never popularized in England. +LJ017-0012|The well-known and lethal aqua Toffania,|The well-known and lethal aqua Toffania, +LJ017-0013|so called after its inventress, a Roman woman named Toffana, and which was so widely adopted by ladies anxious to get rid of their husbands,|so called after its inventress, a Roman woman named Toffana, and which was so widely adopted by ladies anxious to get rid of their husbands, +LJ017-0014|was never introduced into this country. Its admission was probably checked by the increased vigilance at the custom houses,|was never introduced into this country. Its admission was probably checked by the increased vigilance at the custom houses, +LJ017-0015|the necessity for which was urged by Mr. Addison, when Secretary of State, in 1717.|the necessity for which was urged by Mr. Addison, when Secretary of State, in seventeen seventeen. +LJ017-0016|The cases of poisoning in the British calendars are rare, nor indeed was the guilt of the accused always clearly established.|The cases of poisoning in the British calendars are rare, nor indeed was the guilt of the accused always clearly established. +LJ017-0017|It is quite possible that Catherine Blandy, who poisoned her father at the instigation of her lover,|It is quite possible that Catherine Blandy, who poisoned her father at the instigation of her lover, +LJ017-0018|was ignorant of the destructive character of the powders, probably arsenic, which she administered.|was ignorant of the destructive character of the powders, probably arsenic, which she administered. +LJ017-0019|Captain Donellan, who was convicted of poisoning his brother-in-law, Sir Theodosius Broughton, and executed for it,|Captain Donellan, who was convicted of poisoning his brother-in-law, Sir Theodosius Broughton, and executed for it, +LJ017-0020|would probably have had the benefit in these days of the doubts raised at his trial.|would probably have had the benefit in these days of the doubts raised at his trial. +LJ017-0021|A third case, more especially interesting to us as having passed through Newgate,|A third case, more especially interesting to us as having passed through Newgate, +LJ017-0022|was that of Eliza Fenning, who was convicted of an attempt to poison a whole family|was that of Eliza Fenning, who was convicted of an attempt to poison a whole family +LJ017-0023|by putting arsenic in the dumplings she had prepared for them. The charge rested entirely on circumstantial evidence,|by putting arsenic in the dumplings she had prepared for them. The charge rested entirely on circumstantial evidence, +LJ017-0024|and as Fenning, although convicted and executed, protested her innocence in the most solemn manner to the last,|and as Fenning, although convicted and executed, protested her innocence in the most solemn manner to the last, +LJ017-0025|the justice of the sentence was doubted at the time.|the justice of the sentence was doubted at the time. +LJ017-0026|Yet it was clearly proved that the dumplings contained arsenic, that she, and she alone, had made the dough,|Yet it was clearly proved that the dumplings contained arsenic, that she, and she alone, had made the dough, +LJ017-0027|that arsenic was within her reach in the house,|that arsenic was within her reach in the house, +LJ017-0028|that she had had a quarrel with her mistress, and that the latter with all others who tasted the dumplings were similarly attacked, although no one died.|that she had had a quarrel with her mistress, and that the latter with all others who tasted the dumplings were similarly attacked, although no one died. +LJ017-0029|The crime of poisoning is essentially one which will be most prevalent in a high state of civilization,|The crime of poisoning is essentially one which will be most prevalent in a high state of civilization, +LJ017-0030|when the spread of scientific knowledge places nefarious means at the disposal of many,|when the spread of scientific knowledge places nefarious means at the disposal of many, +LJ017-0031|instead of limiting them, as in the days of the Borgias and Brinvilliers, to the specially informed and unscrupulously powerful few.|instead of limiting them, as in the days of the Borgias and Brinvilliers, to the specially informed and unscrupulously powerful few. +LJ017-0032|The first intimation conveyed to society of the new terror which threatened it was in the arrest and arraignment of William Palmer,|The first intimation conveyed to society of the new terror which threatened it was in the arrest and arraignment of William Palmer, +LJ017-0034|The case contained elements of much uncertainty, and yet it was so essential,|The case contained elements of much uncertainty, and yet it was so essential, +LJ017-0035|in the interests and for the due protection of the public, that the fullest and fairest inquiry should be made,|in the interests and for the due protection of the public, that the fullest and fairest inquiry should be made, +LJ017-0036|that the trial was transferred to the Central Criminal Court,|that the trial was transferred to the Central Criminal Court, +LJ017-0037|under the authority of an Act passed on purpose, known as the Trial of offenses Act, and sometimes as Lord Campbell's Act.|under the authority of an Act passed on purpose, known as the Trial of offenses Act, and sometimes as Lord Campbell's Act. +LJ017-0039|is obviously of paramount importance, and the powers granted by this Act have been frequently put in practice since.|is obviously of paramount importance, and the powers granted by this Act have been frequently put in practice since. +LJ017-0040|The trial of Catherine Winsor, the baby farmer,|The trial of Catherine Winsor, the baby farmer, +LJ017-0041|was thus brought to the Central Criminal Court from Exeter assizes, and that of the Stauntons from Maidstone.|was thus brought to the Central Criminal Court from Exeter assizes, and that of the Stauntons from Maidstone. +LJ017-0042|Palmer's trial caused the most intense excitement.|Palmer's trial caused the most intense excitement. +LJ017-0043|The direful suspicions which surrounded the case filled the whole country with uneasiness and misgiving,|The direful suspicions which surrounded the case filled the whole country with uneasiness and misgiving, +LJ017-0044|and the deepest anxiety was felt that the crime, if crime there had been, should be brought home to its perpetrator.|and the deepest anxiety was felt that the crime, if crime there had been, should be brought home to its perpetrator. +LJ017-0045|The Central Criminal Court was crowded to suffocation.|The Central Criminal Court was crowded to suffocation. +LJ017-0046|Great personages occupied seats upon the bench;|Great personages occupied seats upon the bench; +LJ017-0047|the rest of the available space was allotted by ticket, to secure which the greatest influence was necessary.|the rest of the available space was allotted by ticket, to secure which the greatest influence was necessary. +LJ017-0048|People came to stare at the supposed cold-blooded prisoner;|People came to stare at the supposed cold-blooded prisoner; +LJ017-0049|with morbid curiosity to scan his features and watch his demeanor through the shifting, nicely-balanced phases of his protracted trial.|with morbid curiosity to scan his features and watch his demeanor through the shifting, nicely-balanced phases of his protracted trial. +LJ017-0050|Palmer, who was only thirty-one at the time of his trial, was in appearance short and stout, with a round head|Palmer, who was only thirty-one at the time of his trial, was in appearance short and stout, with a round head +LJ017-0051|covered rather scantily with light sandy hair.|covered rather scantily with light sandy hair. +LJ017-0052|His skin was extraordinarily fair, his cheeks fresh and ruddy; altogether his face, though commonplace, was not exactly ugly;|His skin was extraordinarily fair, his cheeks fresh and ruddy; altogether his face, though commonplace, was not exactly ugly; +LJ017-0053|there was certainly nothing in it which indicated cruel cunning or deliberate truculence.|there was certainly nothing in it which indicated cruel cunning or deliberate truculence. +LJ017-0054|His features were not careworn, but rather set, and he looked older than his age.|His features were not careworn, but rather set, and he looked older than his age. +LJ017-0055|Throughout his trial he preserved an impassive countenance, but he clearly took a deep interest in all that passed.|Throughout his trial he preserved an impassive countenance, but he clearly took a deep interest in all that passed. +LJ017-0056|Although the strain lasted fourteen days, he showed no signs of exhaustion, either physical or mental.|Although the strain lasted fourteen days, he showed no signs of exhaustion, either physical or mental. +LJ017-0057|On returning to jail each day he talked freely and without reserve to the warders in charge of him, chiefly on incidents in the day's proceedings.|On returning to jail each day he talked freely and without reserve to the warders in charge of him, chiefly on incidents in the day's proceedings. +LJ017-0058|He was confident to the very last that it would be impossible to find him guilty;|He was confident to the very last that it would be impossible to find him guilty; +LJ017-0059|even after sentence, and until within a few hours of execution, he was buoyed up with the hope of reprieve.|even after sentence, and until within a few hours of execution, he was buoyed up with the hope of reprieve. +LJ017-0060|The conviction that he would escape had taken so firm a hold of him,|The conviction that he would escape had taken so firm a hold of him, +LJ017-0061|that he steadily refused to confess his guilt, lest it should militate against his chances.|that he steadily refused to confess his guilt, lest it should militate against his chances. +LJ017-0062|In the condemned cell he frequently repeated, quote, I go to my death a murdered man, end quote.|In the condemned cell he frequently repeated, quote, I go to my death a murdered man, end quote. +LJ017-0063|He made no distinct admissions even on the scaffold; but when the chaplain at the last moment exhorted him to confess,|He made no distinct admissions even on the scaffold; but when the chaplain at the last moment exhorted him to confess, +LJ017-0064|he made use of the remarkable words, quote, If it is necessary for my soul's sake to confess this murder,|he made use of the remarkable words, quote, If it is necessary for my soul's sake to confess this murder, +LJ017-0065|I ought also to confess the others: I mean my wife and my brother's. End quote.|I ought also to confess the others: I mean my wife and my brother's. End quote. +LJ017-0066|Yet he was silent when specifically pressed to confess that he had killed his wife and his brother.|Yet he was silent when specifically pressed to confess that he had killed his wife and his brother. +LJ017-0067|Palmer was ably defended, but the weight of evidence was clearly with the prosecution, led by Sir Alexander Cockburn,|Palmer was ably defended, but the weight of evidence was clearly with the prosecution, led by Sir Alexander Cockburn, +LJ017-0068|and public opinion at the termination of the trial coincided with the verdict of the jury.|and public opinion at the termination of the trial coincided with the verdict of the jury. +LJ017-0069|Originally a doctor in practice at Rugeley, in Staffordshire, he had gradually withdrawn from medicine, and devoted himself to the turf;|Originally a doctor in practice at Rugeley, in Staffordshire, he had gradually withdrawn from medicine, and devoted himself to the turf; +LJ017-0070|but his sporting operations did not prosper, and he became a needy man, always driven to desperate straits for cash.|but his sporting operations did not prosper, and he became a needy man, always driven to desperate straits for cash. +LJ017-0071|To meet his liabilities, he raised large sums on forged bills of acceptance drawn upon his mother, a woman of some means,|To meet his liabilities, he raised large sums on forged bills of acceptance drawn upon his mother, a woman of some means, +LJ017-0072|whose signature he counterfeited.|whose signature he counterfeited. +LJ017-0073|In 1854 he owed a very large sum of money, but he was temporarily relieved by the death of his wife,|In eighteen fifty-four he owed a very large sum of money, but he was temporarily relieved by the death of his wife, +LJ017-0074|whose life he had insured for £13,000.|whose life he had insured for thirteen thousand pounds. +LJ017-0075|There is every reason to suppose that he poisoned his wife to obtain possession of this sum upon her death.|There is every reason to suppose that he poisoned his wife to obtain possession of this sum upon her death. +LJ017-0076|His brother was supposed to have been his next victim, upon whose life he had also effected an insurance for another £13,000.|His brother was supposed to have been his next victim, upon whose life he had also effected an insurance for another thirteen thousand pounds. +LJ017-0077|The brother too died conveniently, but the life office took some exception to the manner of the death, and hesitated to disburse the funds claimed by Palmer.|The brother too died conveniently, but the life office took some exception to the manner of the death, and hesitated to disburse the funds claimed by Palmer. +LJ017-0078|Palmer tried to get a new insurance on the life of a hanger-on, one Bates, but no office would accept it, no doubt greatly to Bates's longevity.|Palmer tried to get a new insurance on the life of a hanger-on, one Bates, but no office would accept it, no doubt greatly to Bates's longevity. +LJ017-0079|Meanwhile the bill discounters who held the forged acceptances, with other promissory notes, began to clamor for payment, and talk of issuing writs.|Meanwhile the bill discounters who held the forged acceptances, with other promissory notes, began to clamor for payment, and talk of issuing writs. +LJ017-0080|Palmer, alive to the danger he ran of a prosecution for forgery, should the fraud he had committed be brought to light,|Palmer, alive to the danger he ran of a prosecution for forgery, should the fraud he had committed be brought to light, +LJ017-0081|sought about for a fresh victim to supply him with funds.|sought about for a fresh victim to supply him with funds. +LJ017-0082|He fixed upon a sporting friend, Mr. John Parsons Cook, who had been in luck at Shrewsbury races, both as a winner and a backer,|He fixed upon a sporting friend, Mr. John Parsons Cook, who had been in luck at Shrewsbury races, both as a winner and a backer, +LJ017-0083|whom he persuaded to go and stay at Rugeley in an hotel just opposite his own house.|whom he persuaded to go and stay at Rugeley in an hotel just opposite his own house. +LJ017-0084|It was there that Cook was first taken ill with violent retchings and vomitings, all dating from visits of Palmer, who brought him medicines and food.|It was there that Cook was first taken ill with violent retchings and vomitings, all dating from visits of Palmer, who brought him medicines and food. +LJ017-0085|Palmer's plan was to administer poison in quantities insufficient to cause death, but enough to produce illness which would account for death.|Palmer's plan was to administer poison in quantities insufficient to cause death, but enough to produce illness which would account for death. +LJ017-0086|For this purpose he gave, or there was the strongest presumption that he gave,|For this purpose he gave, or there was the strongest presumption that he gave, +LJ017-0087|antimony, which caused Cook's constant sickness.|antimony, which caused Cook's constant sickness. +LJ017-0088|Quantities of antimony were found in the body after death.|Quantities of antimony were found in the body after death. +LJ017-0089|While Cook lay ill, Palmer in his name pocketed the proceeds of the Shrewsbury settling,|While Cook lay ill, Palmer in his name pocketed the proceeds of the Shrewsbury settling, +LJ017-0090|and so got the money for which he was prepared to barter his soul.|and so got the money for which he was prepared to barter his soul. +LJ017-0091|The last act now approached, and in order to avoid the detection of this last fraud, Palmer laid his plans for disposing of Cook.|The last act now approached, and in order to avoid the detection of this last fraud, Palmer laid his plans for disposing of Cook. +LJ017-0092|He decided to use strychnia, or the vegetable poison otherwise known as nux vomica;|He decided to use strychnia, or the vegetable poison otherwise known as nux vomica; +LJ017-0093|and one of the many links in the long chain of evidence was an entry in a book of Palmer's to the effect that Quote.|and one of the many links in the long chain of evidence was an entry in a book of Palmer's to the effect that Quote. +LJ017-0094|strychnia kills by causing tetanic fixing of the respiratory muscles. End quote.|strychnia kills by causing tetanic fixing of the respiratory muscles. End quote. +LJ017-0095|The purchase by Palmer of strychnia was proved.|The purchase by Palmer of strychnia was proved. +LJ017-0096|The night he bought it, Cook, who had been taking certain pills under medical advice, not Palmer's, was seized with violent convulsions.|The night he bought it, Cook, who had been taking certain pills under medical advice, not Palmer's, was seized with violent convulsions. +LJ017-0097|He had swallowed his pills as usual, at least Palmer had administered them|He had swallowed his pills as usual, at least Palmer had administered them +LJ017-0098|whether the ordinary or his own pills will never be known, except as may be inferred from the results, which indicate that he had taken the latter.|whether the ordinary or his own pills will never be known, except as may be inferred from the results, which indicate that he had taken the latter. +LJ017-0099|Cook recovered this time; it was probably Palmer's intention that he should recover, wishing to encourage the supposition that Cook was in a bad way.|Cook recovered this time; it was probably Palmer's intention that he should recover, wishing to encourage the supposition that Cook was in a bad way. +LJ017-0100|Next night Cook had a second and a more violent attack.|Next night Cook had a second and a more violent attack. +LJ017-0101|That day Palmer had bought more strychnia, and had called in a fresh doctor.|That day Palmer had bought more strychnia, and had called in a fresh doctor. +LJ017-0102|The second attack was fatal, and ended in Cook's death from tetanus.|The second attack was fatal, and ended in Cook's death from tetanus. +LJ017-0103|This tetanus, according to the prosecution, was produced by strychnia, and followed the administration of pills by Palmer|This tetanus, according to the prosecution, was produced by strychnia, and followed the administration of pills by Palmer +LJ017-0104|prescribed nominally by the fresh doctor, for which Palmer had substituted his own.|prescribed nominally by the fresh doctor, for which Palmer had substituted his own. +LJ017-0105|Cook's death was horrible|Cook's death was horrible +LJ017-0106|fearful paroxysms and cramps, ending in suffocation by the tetanic rigor which caught the muscles of the chest.|fearful paroxysms and cramps, ending in suffocation by the tetanic rigor which caught the muscles of the chest. +LJ017-0107|After Cook's death his stepfather, who was much attached to him, came to Rugeley.|After Cook's death his stepfather, who was much attached to him, came to Rugeley. +LJ017-0108|He was struck with the appearance of the corpse, which was not emaciated, as after a long disease ending in death;|He was struck with the appearance of the corpse, which was not emaciated, as after a long disease ending in death; +LJ017-0109|while the muscles of the fingers were tightly clenched, not open, as usual in a corpse.|while the muscles of the fingers were tightly clenched, not open, as usual in a corpse. +LJ017-0110|He said nothing, but began to feel uneasy when he found that Cook's betting-book was missing, and that Palmer put it forward|He said nothing, but began to feel uneasy when he found that Cook's betting-book was missing, and that Palmer put it forward +LJ017-0111|that his friend had died greatly embarrassed, with bills to the amount of £4000 out in his name.|that his friend had died greatly embarrassed, with bills to the amount of four thousand pounds out in his name. +LJ017-0112|Palmer too showed an indecent haste in preparing the body for interment, and in obtaining the usual certificate.|Palmer too showed an indecent haste in preparing the body for interment, and in obtaining the usual certificate. +LJ017-0113|After this the step-father insisted upon a post-mortem, which was conducted somewhat carelessly.|After this the step-father insisted upon a post-mortem, which was conducted somewhat carelessly. +LJ017-0114|The intestines were, however, preserved and sent for analysis,|The intestines were, however, preserved and sent for analysis, +LJ017-0115|but it was proved that Palmer tried hard to get possession of the jar containing them,|but it was proved that Palmer tried hard to get possession of the jar containing them, +LJ017-0116|and even sought to upset the vehicle by which they were being conveyed a part of the way to London.|and even sought to upset the vehicle by which they were being conveyed a part of the way to London. +LJ017-0117|The examination of the stomach betrayed the presence of antimony in large quantities, but no strychnia,|The examination of the stomach betrayed the presence of antimony in large quantities, but no strychnia, +LJ017-0118|and it was on the entire absence of the latter that the defense was principally based when Palmer was brought to trial.|and it was on the entire absence of the latter that the defense was principally based when Palmer was brought to trial. +LJ017-0119|All the circumstances were so suspicious that he could not escape the criminal charge.|All the circumstances were so suspicious that he could not escape the criminal charge. +LJ017-0120|He had already been arrested on a writ issued at the instance of the money-lenders, and an action had been commenced against Mrs. Palmer on her acceptances.|He had already been arrested on a writ issued at the instance of the money-lenders, and an action had been commenced against Mrs. Palmer on her acceptances. +LJ017-0121|It came out at once that these had been forged, and the whole affair at once took the ugliest complexion.|It came out at once that these had been forged, and the whole affair at once took the ugliest complexion. +LJ017-0122|A government prosecution was instituted, and Palmer was brought to Newgate for trial at the Central Criminal Court.|A government prosecution was instituted, and Palmer was brought to Newgate for trial at the Central Criminal Court. +LJ017-0123|There was not much reserve about him when there.|There was not much reserve about him when there. +LJ017-0124|He frequently declared before and during the trial that it would be impossible to find him guilty.|He frequently declared before and during the trial that it would be impossible to find him guilty. +LJ017-0125|He never actually said that he was not guilty, but he was confident he would not be convicted.|He never actually said that he was not guilty, but he was confident he would not be convicted. +LJ017-0126|He relied on the absence of the strychnia.|He relied on the absence of the strychnia. +LJ017-0127|But the chain of circumstantial evidence was strong enough to satisfy the jury, who agreed to their verdict in an hour.|But the chain of circumstantial evidence was strong enough to satisfy the jury, who agreed to their verdict in an hour. +LJ017-0128|At the last moment Palmer tossed a bit of paper over to his counsel, on which he had written, quote, I think there will be a verdict of Not Guilty, end quote.|At the last moment Palmer tossed a bit of paper over to his counsel, on which he had written, quote, I think there will be a verdict of Not Guilty, end quote. +LJ017-0129|Even after the death sentence had been passed upon him he clung to the hope that the Government would grant him a reprieve.|Even after the death sentence had been passed upon him he clung to the hope that the Government would grant him a reprieve. +LJ017-0130|To the last, therefore, he played the part of a man wrongfully convicted, and did not abandon hope|To the last, therefore, he played the part of a man wrongfully convicted, and did not abandon hope +LJ017-0131|even when the high sheriff had told him there was no possibility of a reprieve, and within a few hours of execution.|even when the high sheriff had told him there was no possibility of a reprieve, and within a few hours of execution. +LJ017-0132|He suffered at Stafford in front of the jail.|He suffered at Stafford in front of the jail. +LJ017-0133|Palmer speedily found imitators.|Palmer speedily found imitators. +LJ017-0134|Within a few weeks occurred the Leeds poisoning case, in which the murderer undoubtedly was inspired by the facts made public at Palmer's trial.|Within a few weeks occurred the Leeds poisoning case, in which the murderer undoubtedly was inspired by the facts made public at Palmer's trial. +LJ017-0135|Dove, a fiendish brute, found from the evidence in that case that he could kill his wife, whom he hated,|Dove, a fiendish brute, found from the evidence in that case that he could kill his wife, whom he hated, +LJ017-0136|with exquisite torture, and with a poison that would leave, as he thought, no trace.|with exquisite torture, and with a poison that would leave, as he thought, no trace. +LJ017-0137|In the latter hope he was happily disappointed. But as this case is beyond my subject, I merely mention it as one of the group already referred to.|In the latter hope he was happily disappointed. But as this case is beyond my subject, I merely mention it as one of the group already referred to. +LJ017-0138|Three years later came the case of Dr. Smethurst,|Three years later came the case of Dr. Smethurst, +LJ017-0139|presenting still greater features of resemblance with Palmer's, for both were medical men, and both raised difficult questions of medical jurisprudence.|presenting still greater features of resemblance with Palmer's, for both were medical men, and both raised difficult questions of medical jurisprudence. +LJ017-0140|In both the jury had no doubt as to the guilt of the accused, only in Smethurst's case the then Home Secretary, Sir George Cornewall Lewis,|In both the jury had no doubt as to the guilt of the accused, only in Smethurst's case the then Home Secretary, Sir George Cornewall Lewis, +LJ017-0141|could not divest his mind of serious doubt, and of which the murderer got the benefit.|could not divest his mind of serious doubt, and of which the murderer got the benefit. +LJ017-0142|Smethurst's escape may have influenced the jury in the Poplar poisoning case,|Smethurst's escape may have influenced the jury in the Poplar poisoning case, +LJ017-0143|which followed close on its heels, although in that the verdict of "Not Guilty" was excusable, as the evidence was entirely circumstantial.|which followed close on its heels, although in that the verdict of "Not Guilty" was excusable, as the evidence was entirely circumstantial. +LJ017-0144|There was no convincing proof that the accused had administered the poison, although beyond question that poison had occasioned the death.|There was no convincing proof that the accused had administered the poison, although beyond question that poison had occasioned the death. +LJ017-0145|Dr. Smethurst was long an inmate of Newgate, and was tried at the Central Criminal Court.|Dr. Smethurst was long an inmate of Newgate, and was tried at the Central Criminal Court. +LJ017-0146|He had all the characteristics of the poisoner -- the calm deliberation,|He had all the characteristics of the poisoner -- the calm deliberation, +LJ017-0147|the protracted dissimulation, as with unshrinking, relentless wickedness the deadly work is carried on to the end.|the protracted dissimulation, as with unshrinking, relentless wickedness the deadly work is carried on to the end. +LJ017-0148|Smethurst's victim was a Miss Bankes, with whom he had contracted a bigamous marriage.|Smethurst's victim was a Miss Bankes, with whom he had contracted a bigamous marriage. +LJ017-0149|He had met her at a boarding-house, where he lived with his own wife, a person of "shady" antecedents,|He had met her at a boarding-house, where he lived with his own wife, a person of "shady" antecedents, +LJ017-0150|and whom he left without scruple to join Miss Bankes.|and whom he left without scruple to join Miss Bankes. +LJ017-0151|The latter seems to have succumbed only too willingly to his fascinations, and to have as readily agreed to marry him,|The latter seems to have succumbed only too willingly to his fascinations, and to have as readily agreed to marry him, +LJ017-0152|in spite of the existence of the other Mrs. Smethurst.|in spite of the existence of the other Mrs. Smethurst. +LJ017-0153|Probably the doctor had told her the story he brought forward when tried for bigamy, namely,|Probably the doctor had told her the story he brought forward when tried for bigamy, namely, +LJ017-0154|that Mrs. Smethurst had no right to the name, but had a husband of her own, one Johnson, alive -- a story subsequently disproved.|that Mrs. Smethurst had no right to the name, but had a husband of her own, one Johnson, alive -- a story subsequently disproved. +LJ017-0155|Miss Bankes seems to have counted upon some species of whitewashing, no less than the repudiation of the other marriage,|Miss Bankes seems to have counted upon some species of whitewashing, no less than the repudiation of the other marriage, +LJ017-0156|and told her sister as much when they last met.|and told her sister as much when they last met. +LJ017-0157|For some months Smethurst and Miss Bankes lived together as man and wife, first in London, and then at Richmond.|For some months Smethurst and Miss Bankes lived together as man and wife, first in London, and then at Richmond. +LJ017-0158|She had a little fortune of her own, some £1700 or £1800,|She had a little fortune of her own, some one thousand seven hundred pounds or one thousand eight hundred pounds, +LJ017-0159|and a life-interest in £5000, a fact on which Smethurst's counsel dwelt with much weight,|and a life-interest in five thousand pounds, a fact on which Smethurst's counsel dwelt with much weight, +LJ017-0160|as indicating a motive for keeping her alive rather than killing her.|as indicating a motive for keeping her alive rather than killing her. +LJ017-0161|But probably the lump sum was the bait, or perhaps Smethurst wished to return to his temporarily deserted first wife.|But probably the lump sum was the bait, or perhaps Smethurst wished to return to his temporarily deserted first wife. +LJ017-0162|Whatever the exact cause which impelled him to crime, it seems certain that he began to give her some poison,|Whatever the exact cause which impelled him to crime, it seems certain that he began to give her some poison, +LJ017-0163|either arsenic or antimony, or both, in small quantities,|either arsenic or antimony, or both, in small quantities, +LJ017-0164|with the idea of subjecting her to the irritant poison slowly but surely until the desired effect, death, was achieved.|with the idea of subjecting her to the irritant poison slowly but surely until the desired effect, death, was achieved. +LJ017-0165|As she became worse and worse, Smethurst called in the best medical advice in Richmond,|As she became worse and worse, Smethurst called in the best medical advice in Richmond, +LJ017-0166|but was careful to prime them with his facts and lead them if possible to accept his diagnosis of the case.|but was careful to prime them with his facts and lead them if possible to accept his diagnosis of the case. +LJ017-0167|Smethurst was found guilty by the jury, and sentenced to death.|Smethurst was found guilty by the jury, and sentenced to death. +LJ017-0168|But a long public discussion followed, and in consequence he was reprieved.|But a long public discussion followed, and in consequence he was reprieved. +LJ017-0169|The Home Secretary, in a letter to the Lord Chief Baron, stated that, quote, although the facts are full of suspicion against Smethurst,|The Home Secretary, in a letter to the Lord Chief Baron, stated that, quote, although the facts are full of suspicion against Smethurst, +LJ017-0170|there is not absolute and complete evidence of his guilt. End quote.|there is not absolute and complete evidence of his guilt. End quote. +LJ017-0171|Smethurst was therefore given a free pardon for the offense of murder,|Smethurst was therefore given a free pardon for the offense of murder, +LJ017-0172|but he was subsequently again tried for bigamy, and sentenced to twelve months' imprisonment.|but he was subsequently again tried for bigamy, and sentenced to twelve months' imprisonment. +LJ017-0173|Catherine Wilson was a female poisoner who did business wholesale.|Catherine Wilson was a female poisoner who did business wholesale. +LJ017-0174|She was tried in April 1862 on suspicion of having attempted to poison a neighbor with oil of vitriol.|She was tried in April eighteen sixty-two on suspicion of having attempted to poison a neighbor with oil of vitriol. +LJ017-0175|The circumstances were strange. Mrs. Wilson had gone to the chemist's for medicine,|The circumstances were strange. Mrs. Wilson had gone to the chemist's for medicine, +LJ017-0176|and on her return had administered a dose of something which burnt the mouth badly, but did not prove fatal.|and on her return had administered a dose of something which burnt the mouth badly, but did not prove fatal. +LJ017-0177|Wilson was acquitted on this charge, but other suspicious facts cropped up while she was in Newgate.|Wilson was acquitted on this charge, but other suspicious facts cropped up while she was in Newgate. +LJ017-0178|It appeared that several persons with whom she was intimate had succumbed suddenly.|It appeared that several persons with whom she was intimate had succumbed suddenly. +LJ017-0179|In all cases the symptoms were much the same,|In all cases the symptoms were much the same, +LJ017-0180|vomiting, violent retching, purging, such as are visible in cholera, and all dated from the time when she knew a young man named Dixon,|vomiting, violent retching, purging, such as are visible in cholera, and all dated from the time when she knew a young man named Dixon, +LJ017-0181|who had been in the habit of taking colchicum for rheumatism. Mrs. Wilson heard then casually from a medical man|who had been in the habit of taking colchicum for rheumatism. Mrs. Wilson heard then casually from a medical man +LJ017-0182|that it was a very dangerous medicine, and she profited by what she had heard.|that it was a very dangerous medicine, and she profited by what she had heard. +LJ017-0183|Soon afterwards Dixon died, showing all the symptoms already described.|Soon afterwards Dixon died, showing all the symptoms already described. +LJ017-0184|Soon afterwards a friend, Mrs. Atkinson, came to London from Westmoreland, and stayed in Mrs. Wilson's house.|Soon afterwards a friend, Mrs. Atkinson, came to London from Westmoreland, and stayed in Mrs. Wilson's house. +LJ017-0185|She was in good health on leaving home, and had with her a large sum of money.|She was in good health on leaving home, and had with her a large sum of money. +LJ017-0186|While with Mrs. Wilson she became suddenly and alarmingly ill, and died in great agony.|While with Mrs. Wilson she became suddenly and alarmingly ill, and died in great agony. +LJ017-0187|Her husband, who came up to town, would not allow a post-mortem, and again Mrs. Wilson escaped.|Her husband, who came up to town, would not allow a post-mortem, and again Mrs. Wilson escaped. +LJ017-0188|Mrs. Atkinson's symptoms had been the same as Dixon's. Then Mrs. Wilson went to live with a man named Taylor,|Mrs. Atkinson's symptoms had been the same as Dixon's. Then Mrs. Wilson went to live with a man named Taylor, +LJ017-0189|who was presently attacked in the same way as the others, but, but, thanks to the prompt administration of remedies, he recovered.|who was presently attacked in the same way as the others, but, but, thanks to the prompt administration of remedies, he recovered. +LJ017-0190|After this came the charge of administering oil of vitriol, which failed, as has been described.|After this came the charge of administering oil of vitriol, which failed, as has been described. +LJ017-0191|Last of all Mrs. Wilson poisoned her landlady, Mrs. Soames, under precisely the same conditions as the foregoing.|Last of all Mrs. Wilson poisoned her landlady, Mrs. Soames, under precisely the same conditions as the foregoing. +LJ017-0192|Here, however, the evidence was strong and sufficient.|Here, however, the evidence was strong and sufficient. +LJ017-0193|It was proved that Mrs. Wilson had given Mrs. Soames something peculiar to drink,|It was proved that Mrs. Wilson had given Mrs. Soames something peculiar to drink, +LJ017-0194|that immediately afterwards Mrs. Soames was taken ill with vomiting and purging,|that immediately afterwards Mrs. Soames was taken ill with vomiting and purging, +LJ017-0195|and that Mrs. Wilson administered the same medicine again and again.|and that Mrs. Wilson administered the same medicine again and again. +LJ017-0196|The last time Mrs. Soames showed great reluctance to take it, but Wilson said it would certainly do her good.|The last time Mrs. Soames showed great reluctance to take it, but Wilson said it would certainly do her good. +LJ017-0197|This mysterious medicine Wilson kept carefully locked up, and allowed no one to see it,|This mysterious medicine Wilson kept carefully locked up, and allowed no one to see it, +LJ017-0198|but its nature was betrayed when this last victim also died.|but its nature was betrayed when this last victim also died. +LJ017-0199|The first post-mortem indicated death from natural causes,|The first post-mortem indicated death from natural causes, +LJ017-0200|but a more careful investigation attributed it beyond doubt to over-doses of colchicum.|but a more careful investigation attributed it beyond doubt to over-doses of colchicum. +LJ017-0201|Dr. Alfred Taylor, the great authority and writer on medical jurisprudence, corroborated this, and in his evidence on the trial|Dr. Alfred Taylor, the great authority and writer on medical jurisprudence, corroborated this, and in his evidence on the trial +LJ017-0202|fairly electrified the court by declaring it his opinion that many deaths, supposed to be from cholera, were really due to poison.|fairly electrified the court by declaring it his opinion that many deaths, supposed to be from cholera, were really due to poison. +LJ017-0203|This fact was referred to by the judge in his summing up,|This fact was referred to by the judge in his summing up, +LJ017-0204|who said that he feared it was only too true that secret poisoning was at that time very rife in the metropolis.|who said that he feared it was only too true that secret poisoning was at that time very rife in the metropolis. +LJ017-0205|Wilson was duly sentenced to death, and suffered impenitent, hardened, and without any confession of her guilt.|Wilson was duly sentenced to death, and suffered impenitent, hardened, and without any confession of her guilt. +LJ017-0206|Although murder by insidious methods had become more common, cases where violence of the most deadly and determined kind was offered|Although murder by insidious methods had become more common, cases where violence of the most deadly and determined kind was offered +LJ017-0207|had not quite disappeared. I will mention two cases of this class, one accompanied with piracy on the high seas,|had not quite disappeared. I will mention two cases of this class, one accompanied with piracy on the high seas, +LJ017-0208|the other perpetrated in a railway-carriage, and showing the promptitude with which criminals accept and utilize altered conditions of life,|the other perpetrated in a railway-carriage, and showing the promptitude with which criminals accept and utilize altered conditions of life, +LJ017-0209|more particularly as regards locomotion.|more particularly as regards locomotion. +LJ017-0210|The first case was that of the 'Flowery Land,'|The first case was that of the 'Flowery Land,' +LJ017-0211|which left London for Singapore on the 28th July, 1863, with a cargo of wine and other goods.|which left London for Singapore on the twenty-eighth July, eighteen sixty-three, with a cargo of wine and other goods. +LJ017-0212|Her captain was John Smith;|Her captain was John Smith; +LJ017-0213|the first and second mates, Karswell and Taffir; there were two other Englishmen on board, and the rest of the crew were a polyglot lot,|the first and second mates, Karswell and Taffir; there were two other Englishmen on board, and the rest of the crew were a polyglot lot, +LJ017-0214|most of them, as was proved by their subsequent acts, blackguards of the deepest dye.|most of them, as was proved by their subsequent acts, blackguards of the deepest dye. +LJ017-0215|Six were Spaniards, or rather natives of Manilla, and men of color; one was a Greek, another a Turk;|Six were Spaniards, or rather natives of Manilla, and men of color; one was a Greek, another a Turk; +LJ017-0216|there were also a Frenchman, a Norwegian (the carpenter), three Chinamen, a "Sclavonian," and a black on board.|there were also a Frenchman, a Norwegian (the carpenter), three Chinamen, a "Sclavonian," and a black on board. +LJ017-0217|Navigation and discipline could not be easy with such a nondescript crew.|Navigation and discipline could not be easy with such a nondescript crew. +LJ017-0218|The captain was kindly but somewhat intemperate, the first mate a man of some determination,|The captain was kindly but somewhat intemperate, the first mate a man of some determination, +LJ017-0219|and punishment such as rope's-ending and tying to the bulwarks had to be applied to get the work properly done.|and punishment such as rope's-ending and tying to the bulwarks had to be applied to get the work properly done. +LJ017-0220|The six Spaniards, the Greek, and the Turk were in the same watch,|The six Spaniards, the Greek, and the Turk were in the same watch, +LJ017-0221|eight truculent and reckless scoundrels, who, brooding over their fancied wrongs, and burning for revenge,|eight truculent and reckless scoundrels, who, brooding over their fancied wrongs, and burning for revenge, +LJ017-0222|hatched amongst them a plot to murder their officers and seize the ship.|hatched amongst them a plot to murder their officers and seize the ship. +LJ017-0223|The mutiny was organized with great secrecy, and broke out most unexpectedly in the middle of the night.|The mutiny was organized with great secrecy, and broke out most unexpectedly in the middle of the night. +LJ017-0224|A simultaneous attack was made upon the captain and the first mate.|A simultaneous attack was made upon the captain and the first mate. +LJ017-0225|The latter had the watch on deck.|The latter had the watch on deck. +LJ017-0226|One half of the mutineers fell upon him unawares with handspikes and capstan-bars.|One half of the mutineers fell upon him unawares with handspikes and capstan-bars. +LJ017-0227|He was struck down, imploring mercy, but they beat him about the head and face|He was struck down, imploring mercy, but they beat him about the head and face +LJ017-0228|till every feature was obliterated, and then, still living, flung him into the sea.|till every feature was obliterated, and then, still living, flung him into the sea. +LJ017-0229|Meanwhile the captain, roused from his berth,|Meanwhile the captain, roused from his berth, +LJ017-0230|came out of the cabin, was caught near the 'companion' by the rest of the mutineers, and promptly dispatched with daggers.|came out of the cabin, was caught near the 'companion' by the rest of the mutineers, and promptly dispatched with daggers. +LJ017-0231|His body was found lying in a pool of blood in a night-dress, stabbed over and over again in the left side.|His body was found lying in a pool of blood in a night-dress, stabbed over and over again in the left side. +LJ017-0232|The captain's brother, a passenger on board the 'Flowery Land,' was also stabbed to death and his body thrown overboard.|The captain's brother, a passenger on board the 'Flowery Land,' was also stabbed to death and his body thrown overboard. +LJ017-0233|The second mate, who had heard the hammering of the capstan-bars and the handspikes, with the first mate's and captain's agonized cries, had come out,|The second mate, who had heard the hammering of the capstan-bars and the handspikes, with the first mate's and captain's agonized cries, had come out, +LJ017-0234|verified the murderers, and then shut himself up in his cabin.|verified the murderers, and then shut himself up in his cabin. +LJ017-0235|He was soon summoned on deck, but as he would not move, the mutineers came down and stood in a circle round his berth.|He was soon summoned on deck, but as he would not move, the mutineers came down and stood in a circle round his berth. +LJ017-0236|Leon, or Lyons, who spoke English,|Leon, or Lyons, who spoke English, +LJ017-0237|when asked said they would spare his life if he would navigate the ship for them to the River Plate or Buenos Aires.|when asked said they would spare his life if he would navigate the ship for them to the River Plate or Buenos Aires. +LJ017-0238|Taffir, the second mate, agreed, but constantly went in fear of his life for the remainder of the voyage;|Taffir, the second mate, agreed, but constantly went in fear of his life for the remainder of the voyage; +LJ017-0239|and although the mutineers spared him, they ill-treated the Chinamen, and cut one badly with knives.|and although the mutineers spared him, they ill-treated the Chinamen, and cut one badly with knives. +LJ017-0240|Immediately after the murder cases of champagne, which formed part of the cargo, were brought on deck and broached;|Immediately after the murder cases of champagne, which formed part of the cargo, were brought on deck and broached; +LJ017-0241|the captain's cabin ransacked, his money and clothes divided amongst the mutineers, as well as much of the merchandise on board.|the captain's cabin ransacked, his money and clothes divided amongst the mutineers, as well as much of the merchandise on board. +LJ017-0242|Leon wished to make every one on board share and share alike, so as to implicate the innocent with the guilty;|Leon wished to make every one on board share and share alike, so as to implicate the innocent with the guilty; +LJ017-0243|but Vartos, or Watto, the Turk, would not allow any but the eight mutineers to have anything.|but Vartos, or Watto, the Turk, would not allow any but the eight mutineers to have anything. +LJ017-0244|The murders were perpetrated on the 10th September, and the ship continued her voyage for nearly three weeks, meeting and speaking one ship only.|The murders were perpetrated on the tenth September, and the ship continued her voyage for nearly three weeks, meeting and speaking one ship only. +LJ017-0245|On the 2nd October they sighted land, ten miles distant;|On the second October they sighted land, ten miles distant; +LJ017-0246|the mutineers took command of the ship, put her about till night-fall, by which time they had scuttled her, got out the boats, and all left the ship.|the mutineers took command of the ship, put her about till night-fall, by which time they had scuttled her, got out the boats, and all left the ship. +LJ017-0247|The rest of the crew were also permitted to embark, except the Chinamen, one of whom was thrown into the water and drowned,|The rest of the crew were also permitted to embark, except the Chinamen, one of whom was thrown into the water and drowned, +LJ017-0248|while the other two were left to go down in the ship, and were seen clinging to the tops until the waters closed over them.|while the other two were left to go down in the ship, and were seen clinging to the tops until the waters closed over them. +LJ017-0249|The boats reached the shore on the 4th October. Leon had prepared a plausible tale to the effect that they belonged to an American ship|The boats reached the shore on the fourth October. Leon had prepared a plausible tale to the effect that they belonged to an American ship +LJ017-0250|from Peru bound to Bordeaux, which had foundered at sea;|from Peru bound to Bordeaux, which had foundered at sea; +LJ017-0251|that they had been in the boats five days and nights, but that the captain and others had been lost.|that they had been in the boats five days and nights, but that the captain and others had been lost. +LJ017-0252|The place at which they landed was not far from the entrance to the River Plate.|The place at which they landed was not far from the entrance to the River Plate. +LJ017-0253|A farmer took them in for the night, and drove them next day to Rocha, a place north of Maldonado.|A farmer took them in for the night, and drove them next day to Rocha, a place north of Maldonado. +LJ017-0254|Taffir, the mate, finding there was a man who could speak English at another place twenty miles off,|Taffir, the mate, finding there was a man who could speak English at another place twenty miles off, +LJ017-0255|repaired there secretly, and so gave information to the Brazilian authorities.|repaired there secretly, and so gave information to the Brazilian authorities. +LJ017-0256|The mutineers were arrested, the case inquired into by a naval court-martial,|The mutineers were arrested, the case inquired into by a naval court-martial, +LJ017-0257|and the prisoners eventually surrendered to the British authorities, brought to England, and lodged in Newgate.|and the prisoners eventually surrendered to the British authorities, brought to England, and lodged in Newgate. +LJ017-0258|Their trial followed at the Central Criminal Court.|Their trial followed at the Central Criminal Court. +LJ017-0259|Eight were arraigned at the same time: six Spaniards, Leon, Blanco, Duranno, Santos, and Marsolino;|Eight were arraigned at the same time: six Spaniards, Leon, Blanco, Duranno, Santos, and Marsolino; +LJ017-0260|Vartos the Turk, and Carlos the Greek.|Vartos the Turk, and Carlos the Greek. +LJ017-0261|Seven were found guilty of murder on the high seas, and one, Carlos, acquitted.|Seven were found guilty of murder on the high seas, and one, Carlos, acquitted. +LJ017-0262|Two of the seven, Santos and Marsolino, were reprieved, and their sentences commuted to penal servitude for life;|Two of the seven, Santos and Marsolino, were reprieved, and their sentences commuted to penal servitude for life; +LJ017-0263|the remaining five were executed in one batch.|the remaining five were executed in one batch. +LJ017-0264|They were an abject, miserable crew, cowards at heart; but some, especially Lopez, continued bloodthirsty to the last.|They were an abject, miserable crew, cowards at heart; but some, especially Lopez, continued bloodthirsty to the last. +LJ017-0265|Lopez took a violent dislike to the officer of the ward in charge of them, and often expressed a keen desire to do for him.|Lopez took a violent dislike to the officer of the ward in charge of them, and often expressed a keen desire to do for him. +LJ017-0266|They none of them spoke much English except Leon, commonly called Lyons.|They none of them spoke much English except Leon, commonly called Lyons. +LJ017-0267|After condemnation, as the rules now kept capital convicts strictly apart, they could not be lodged in the two condemned cells,|After condemnation, as the rules now kept capital convicts strictly apart, they could not be lodged in the two condemned cells, +LJ017-0268|and they were each kept in an ordinary separate cell of the newly-constructed block, with the "traps," or square openings in the cell door,|and they were each kept in an ordinary separate cell of the newly-constructed block, with the "traps," or square openings in the cell door, +LJ017-0269|let down. A full view of them was thus at all times obtainable by the officers who, without intermission, day and night patrolled the ward.|let down. A full view of them was thus at all times obtainable by the officers who, without intermission, day and night patrolled the ward. +LJ017-0270|On the morning of execution the noise of fixing the gallows in the street outside awoke one or two of them.|On the morning of execution the noise of fixing the gallows in the street outside awoke one or two of them. +LJ017-0271|Lyons asked the time, and was told it was only five.|Lyons asked the time, and was told it was only five. +LJ017-0272|"Ah!" he remarked, "they will have to wait for us then till eight."|"Ah!" he remarked, "they will have to wait for us then till eight." +LJ017-0273|Lopez was more talkative.|Lopez was more talkative. +LJ017-0274|When the warder went in to call him he asked for his clothes. He was told he would have to wear his own.|When the warder went in to call him he asked for his clothes. He was told he would have to wear his own. +LJ017-0276|Then he wanted to know when the policemen would arrive, and was told none would come.|Then he wanted to know when the policemen would arrive, and was told none would come. +LJ017-0277|The soldiers then?|The soldiers then? +LJ017-0278|No soldiers either.|No soldiers either. +LJ017-0280|The convicts were pinioned one by one and sent singly out to the gallows.|The convicts were pinioned one by one and sent singly out to the gallows. +LJ017-0281|As the first to appear would have some time to wait for his fellows, a difficult and painful ordeal,|As the first to appear would have some time to wait for his fellows, a difficult and painful ordeal, +LJ017-0282|the seemingly most courageous was selected to lead the way.|the seemingly most courageous was selected to lead the way. +LJ017-0283|This was Duranno; but the sight of the heaving mass of uplifted, impassioned faces|This was Duranno; but the sight of the heaving mass of uplifted, impassioned faces +LJ017-0284|was too much for his nerves, and he so nearly fainted that he had to be seated in a chair.|was too much for his nerves, and he so nearly fainted that he had to be seated in a chair. +LJ018-0001|The Chronicles of Newgate, Volume 2. By Arthur Griffiths. Section 21: Newgate Notorieties, part 2.|The Chronicles of Newgate, Volume two. By Arthur Griffiths. Section twenty-one: Newgate Notorieties, part two. +LJ018-0002|In July 1864 occurred the murder of Mr. Briggs, a gentleman advanced in years and chief clerk in Robarts' bank.|In July eighteen sixty-four occurred the murder of Mr. Briggs, a gentleman advanced in years and chief clerk in Robarts' bank. +LJ018-0003|As the circumstances under which it was perpetrated were somewhat novel,|As the circumstances under which it was perpetrated were somewhat novel, +LJ018-0004|and as some time elapsed before the discovery and apprehension of the supposed murderer,|and as some time elapsed before the discovery and apprehension of the supposed murderer, +LJ018-0005|the public mind was greatly agitated by the affair for several months. The story of the murder must be pretty familiar to most of my readers.|the public mind was greatly agitated by the affair for several months. The story of the murder must be pretty familiar to most of my readers. +LJ018-0006|Mr. Briggs left the bank one afternoon as usual, dined with his daughter at Peckham,|Mr. Briggs left the bank one afternoon as usual, dined with his daughter at Peckham, +LJ018-0007|then returned to the city to take the train from Fenchurch Street home, traveling by the North London Railway.|then returned to the city to take the train from Fenchurch Street home, traveling by the North London Railway. +LJ018-0008|He lived at Hackney, but he never reached it alive.|He lived at Hackney, but he never reached it alive. +LJ018-0009|When the train arrived at Hackney station, a passenger who was about to enter one of the carriages found the cushions soaked with blood.|When the train arrived at Hackney station, a passenger who was about to enter one of the carriages found the cushions soaked with blood. +LJ018-0010|Inside the carriage was a hat, a walking-stick, and a small black leather bag.|Inside the carriage was a hat, a walking-stick, and a small black leather bag. +LJ018-0011|About the same time a body was discovered on the line near the railway-bridge by Victoria Park.|About the same time a body was discovered on the line near the railway-bridge by Victoria Park. +LJ018-0012|It was that of an aged man, whose head had been battered in by a life-preserver.|It was that of an aged man, whose head had been battered in by a life-preserver. +LJ018-0013|There was a deep wound just over the ear, the skull was fractured, and there were several other blows and wounds on the head.|There was a deep wound just over the ear, the skull was fractured, and there were several other blows and wounds on the head. +LJ018-0014|Strange to say, the unfortunate man was not yet dead, and he actually survived more than four-and-twenty hours.|Strange to say, the unfortunate man was not yet dead, and he actually survived more than four-and-twenty hours. +LJ018-0015|His identity was established by a bundle of letters in his pocket, which bore his full address:|His identity was established by a bundle of letters in his pocket, which bore his full address: +LJ018-0016|T. Briggs, Esq., Robarts & Co., Lombard Street.|T. Briggs, Esq., Robarts and Co., Lombard Street. +LJ018-0017|The friends of Mr. Briggs were communicated with, and it was ascertained that when he left home the morning of the murderous attack,|The friends of Mr. Briggs were communicated with, and it was ascertained that when he left home the morning of the murderous attack, +LJ018-0019|The stick and bag were his, but not the hat.|The stick and bag were his, but not the hat. +LJ018-0020|A desperate and deadly struggle must have taken place in the carriage, and the stain of a bloody hand marked the door.|A desperate and deadly struggle must have taken place in the carriage, and the stain of a bloody hand marked the door. +LJ018-0021|The facts of the murder and its object, robbery, were thus conclusively proved.|The facts of the murder and its object, robbery, were thus conclusively proved. +LJ018-0022|It was also easily established that the hat found in the carriage had been bought at Walker's, a hatter's in Crawford Street,|It was also easily established that the hat found in the carriage had been bought at Walker's, a hatter's in Crawford Street, +LJ018-0023|Marylebone; while within a few days Mr. Briggs' gold chain was traced to a jeweler's in Cheapside,|Marylebone; while within a few days Mr. Briggs' gold chain was traced to a jeweler's in Cheapside, +LJ018-0024|Mr. Death, who had given another in exchange for it to a man supposed to be a foreigner.|Mr. Death, who had given another in exchange for it to a man supposed to be a foreigner. +LJ018-0025|More precise clues to the murderer were not long wanting; indeed the readiness with which they were produced and followed up|More precise clues to the murderer were not long wanting; indeed the readiness with which they were produced and followed up +LJ018-0026|showed how greatly the publicity and wide dissemination of the news regarding murder facilitate the detection of crime.|showed how greatly the publicity and wide dissemination of the news regarding murder facilitate the detection of crime. +LJ018-0027|In little more than a week a cabman came forward and voluntarily made a statement which at once drew suspicion to a German, Franz Müller,|In little more than a week a cabman came forward and voluntarily made a statement which at once drew suspicion to a German, Franz Müller, +LJ018-0028|who had been a lodger of his. Müller had given the cabman's little daughter a jeweler's cardboard box bearing the name of Mr. Death.|who had been a lodger of his. Müller had given the cabman's little daughter a jeweler's cardboard box bearing the name of Mr. Death. +LJ018-0029|A photograph of Müller shown the jeweler was identified as the likeness of the man who had exchanged Mr. Briggs' chain.|A photograph of Müller shown the jeweler was identified as the likeness of the man who had exchanged Mr. Briggs' chain. +LJ018-0030|Last of all, the cabman swore that he had bought the very hat found in the carriage for Müller at the hatter's, Walker's of Crawford Street.|Last of all, the cabman swore that he had bought the very hat found in the carriage for Müller at the hatter's, Walker's of Crawford Street. +LJ018-0031|This fixed the crime pretty certainly upon Müller, who had already left the country, thus increasing suspicion under which he lay.|This fixed the crime pretty certainly upon Müller, who had already left the country, thus increasing suspicion under which he lay. +LJ018-0032|There was no mystery about his departure; he had gone to Canada, by the 'Victoria' sailing ship, starting from the London docks, and bound to New York.|There was no mystery about his departure; he had gone to Canada, by the 'Victoria' sailing ship, starting from the London docks, and bound to New York. +LJ018-0033|Directly the foregoing facts were established, a couple of detective officers, armed with a warrant to arrest Müller,|Directly the foregoing facts were established, a couple of detective officers, armed with a warrant to arrest Müller, +LJ018-0034|and accompanied by Mr. Death the jeweler and the cabman, went down to Liverpool and took the first steamer across the Atlantic.|and accompanied by Mr. Death the jeweler and the cabman, went down to Liverpool and took the first steamer across the Atlantic. +LJ018-0035|This was the 'City of Manchester,' which was expected to arrive some days before the 'Victoria,' and did so.|This was the 'City of Manchester,' which was expected to arrive some days before the 'Victoria,' and did so. +LJ018-0036|The officers went on board the 'Victoria' at once, Müller was identified by Mr. Death, and the arrest was made.|The officers went on board the 'Victoria' at once, Müller was identified by Mr. Death, and the arrest was made. +LJ018-0037|In searching the prisoner's box, Mr. Briggs' watch was found wrapped up in a piece of leather,|In searching the prisoner's box, Mr. Briggs' watch was found wrapped up in a piece of leather, +LJ018-0038|and Müller at the time of his capture was actually wearing Mr. Briggs' hat, cut down and somewhat altered.|and Müller at the time of his capture was actually wearing Mr. Briggs' hat, cut down and somewhat altered. +LJ018-0039|The prisoner was forthwith extradited and sent back to England, which he reached with his escort on the 17th September the same year.|The prisoner was forthwith extradited and sent back to England, which he reached with his escort on the seventeenth September the same year. +LJ018-0040|His trial followed at the next sessions of the Central Criminal Court, and ended in his conviction.|His trial followed at the next sessions of the Central Criminal Court, and ended in his conviction. +LJ018-0041|The case was one of circumstantial evidence, but, as Sir Robert Collyer the Solicitor-General pointed out,|The case was one of circumstantial evidence, but, as Sir Robert Collyer the Solicitor-General pointed out, +LJ018-0042|it was the strongest circumstantial evidence which had ever been brought forward in a murder case.|it was the strongest circumstantial evidence which had ever been brought forward in a murder case. +LJ018-0043|It was really evidence of facts which could not be controverted or explained away.|It was really evidence of facts which could not be controverted or explained away. +LJ018-0044|There was the prisoner's poverty, his inability to account for himself on the night of the murder, and his possession of the property of the murdered man.|There was the prisoner's poverty, his inability to account for himself on the night of the murder, and his possession of the property of the murdered man. +LJ018-0045|An alibi was set up for the defense, but not well substantiated, and the jury without hesitation returned a verdict of guilty.|An alibi was set up for the defense, but not well substantiated, and the jury without hesitation returned a verdict of guilty. +LJ018-0046|Müller protested after sentence of death had been passed upon him that he had been convicted on a false statement of facts.|Müller protested after sentence of death had been passed upon him that he had been convicted on a false statement of facts. +LJ018-0047|He adhered to this almost to the very last. His case had been warmly espoused by the Society for the Protection of Germans in this country,|He adhered to this almost to the very last. His case had been warmly espoused by the Society for the Protection of Germans in this country, +LJ018-0048|and powerful influence was exerted both here and abroad to obtain a reprieve.|and powerful influence was exerted both here and abroad to obtain a reprieve. +LJ018-0049|Müller knew that any confession would ruin his chances of escape.|Müller knew that any confession would ruin his chances of escape. +LJ018-0050|His arguments were specious and evasive when pressed to confess. "Why should man confess to man?" he replied;|His arguments were specious and evasive when pressed to confess. "Why should man confess to man?" he replied; +LJ018-0051|man cannot forgive man, only God can do so. Man is therefore only accountable to God.|man cannot forgive man, only God can do so. Man is therefore only accountable to God. +LJ018-0052|But on the gallows, when the cap was over his eyes and the rope had been adjusted round his neck, and within a second of the moment when he would be launched into eternity,|But on the gallows, when the cap was over his eyes and the rope had been adjusted round his neck, and within a second of the moment when he would be launched into eternity, +LJ018-0053|he whispered in the ear of the German pastor who attended him on the scaffold,|he whispered in the ear of the German pastor who attended him on the scaffold, +LJ018-0054|While in the condemned cell he conversed freely with the warders in broken English or through an interpreter.|While in the condemned cell he conversed freely with the warders in broken English or through an interpreter. +LJ018-0055|He is described as not a bad-looking man, with a square German type of face,|He is described as not a bad-looking man, with a square German type of face, +LJ018-0056|blue eyes which were generally half closed, and very fair hair.|blue eyes which were generally half closed, and very fair hair. +LJ018-0057|He was short in stature, his legs were light for the upper part of his body, which was powerful, almost herculean.|He was short in stature, his legs were light for the upper part of his body, which was powerful, almost herculean. +LJ018-0058|It is generally supposed that he committed the murder under a sudden access of covetousness and greed.|It is generally supposed that he committed the murder under a sudden access of covetousness and greed. +LJ018-0059|He saw Mr. Briggs' watch-chain, and followed him instantly into the carriage, determined to have it at all costs.|He saw Mr. Briggs' watch-chain, and followed him instantly into the carriage, determined to have it at all costs. +LJ018-0060|His crime under this aspect of it was less premeditated, and less atrocious therefore, than that of Lefroy.|His crime under this aspect of it was less premeditated, and less atrocious therefore, than that of Lefroy. +LJ018-0061|One other curious murder may be added to the two foregoing.|One other curious murder may be added to the two foregoing. +LJ018-0062|Christian Sattler was by birth a German.|Christian Sattler was by birth a German. +LJ018-0063|He had led a wild life; had left his native land and enlisted first in the French army in Algeria,|He had led a wild life; had left his native land and enlisted first in the French army in Algeria, +LJ018-0064|afterwards in the British German Legion raised for the Crimean War.|afterwards in the British German Legion raised for the Crimean War. +LJ018-0065|At the disbandment of the force, as he was without resources, he turned his attention to hotel robberies, by which he lived for some years.|At the disbandment of the force, as he was without resources, he turned his attention to hotel robberies, by which he lived for some years. +LJ018-0066|He at length stole a carpet-bag containing valuables, and fled to Hamburgh.|He at length stole a carpet-bag containing valuables, and fled to Hamburgh. +LJ018-0067|Thither, he was pursued by a detective officer,|Thither, he was pursued by a detective officer, +LJ018-0068|Inspector Thain, who, being unable to obtain his extradition legally, had him inveigled on board an English steamer,|Inspector Thain, who, being unable to obtain his extradition legally, had him inveigled on board an English steamer, +LJ018-0069|where the arrest was made.|where the arrest was made. +LJ018-0070|Sattler was ironed for safe custody,|Sattler was ironed for safe custody, +LJ018-0071|a proceeding which he vehemently resented, and begged that they might be removed, as the handcuffs hurt his wrists.|a proceeding which he vehemently resented, and begged that they might be removed, as the handcuffs hurt his wrists. +LJ018-0072|The inspector said that they could not be removed till he reached England.|The inspector said that they could not be removed till he reached England. +LJ018-0073|This reply of his contained no promise of immediate release.|This reply of his contained no promise of immediate release. +LJ018-0074|Sattler probably misunderstood, and he declared that the police officer had broken faith with him, having, moreover, stated that|Sattler probably misunderstood, and he declared that the police officer had broken faith with him, having, moreover, stated that +LJ018-0075|while at sea the captain of the ship was responsible for the security of the prisoner.|while at sea the captain of the ship was responsible for the security of the prisoner. +LJ018-0076|As Sattler brooded over his wrongs, his rage got the upper hand, and he resolved to wreak it upon Thain.|As Sattler brooded over his wrongs, his rage got the upper hand, and he resolved to wreak it upon Thain. +LJ018-0077|Although manacled, he managed to get a pistol from his chest and load it.|Although manacled, he managed to get a pistol from his chest and load it. +LJ018-0078|The next time Thain entered his cabin he fired at him point-blank, and lodged three bullets in his breast.|The next time Thain entered his cabin he fired at him point-blank, and lodged three bullets in his breast. +LJ018-0079|The unfortunate man survived till he landed, but died in Guy's Hospital.|The unfortunate man survived till he landed, but died in Guy's Hospital. +LJ018-0080|Sattler was tried for murder and convicted;|Sattler was tried for murder and convicted; +LJ018-0081|his defense being that he had intended to commit suicide, but that, on the appearance of this officer who had wronged him,|his defense being that he had intended to commit suicide, but that, on the appearance of this officer who had wronged him, +LJ018-0082|he had yielded to an irresistible impulse to kill him.|he had yielded to an irresistible impulse to kill him. +LJ018-0083|Sattler was a very excitable although not an ill-tempered man.|Sattler was a very excitable although not an ill-tempered man. +LJ018-0084|While in Newgate awaiting trial he frequently tried to justify his murder by declaring that the police officer had broken faith with him.|While in Newgate awaiting trial he frequently tried to justify his murder by declaring that the police officer had broken faith with him. +LJ018-0085|He would shoot any man or any policeman like a dog, or any number of them, who had treated him in that way.|He would shoot any man or any policeman like a dog, or any number of them, who had treated him in that way. +LJ018-0086|His demeanor immediately preceding his execution I have referred to in the last chapter.|His demeanor immediately preceding his execution I have referred to in the last chapter. +LJ018-0087|Several cases of gigantic fraud, rivaling any already recorded, were brought to light between 1856 and 1873.|Several cases of gigantic fraud, rivaling any already recorded, were brought to light between eighteen fifty-six and eighteen seventy-three. +LJ018-0088|I propose next to describe the leading features of the most important of these.|I propose next to describe the leading features of the most important of these. +LJ018-0089|Another case of long-continued successful forgery was brought to light two years after the convictions of Saward and his accomplices.|Another case of long-continued successful forgery was brought to light two years after the convictions of Saward and his accomplices. +LJ018-0090|This conspiracy was cleverly planned, but had scarcely so many ramifications as that of Saward. Its originators were a couple of men,|This conspiracy was cleverly planned, but had scarcely so many ramifications as that of Saward. Its originators were a couple of men, +LJ018-0091|Wagner and Bateman, who had already been convicted of systematic forgery, and sentenced to transportation, but they had been released on ticket-of-leave|Wagner and Bateman, who had already been convicted of systematic forgery, and sentenced to transportation, but they had been released on ticket-of-leave +LJ018-0092|in 1856.|in eighteen fifty-six. +LJ018-0093|As a blind for their new frauds, they set up as law-stationers in York Buildings, Adelphi, and at once commenced their nefarious traffic.|As a blind for their new frauds, they set up as law-stationers in York Buildings, Adelphi, and at once commenced their nefarious traffic. +LJ018-0094|Forged cheques and bills were soon uttered in great numbers, as well as base coin.|Forged cheques and bills were soon uttered in great numbers, as well as base coin. +LJ018-0095|The police suspecting the house in York Buildings, put a watch on the premises, which they kept up for more than a year,|The police suspecting the house in York Buildings, put a watch on the premises, which they kept up for more than a year, +LJ018-0096|and thus obtained personal knowledge of all who passed in and out, but without obtaining any direct evidence.|and thus obtained personal knowledge of all who passed in and out, but without obtaining any direct evidence. +LJ018-0097|At length a man was caught in the act of passing a forged cheque at the Union Bank,|At length a man was caught in the act of passing a forged cheque at the Union Bank, +LJ018-0098|and recognized as one of the frequenters of the bogus law-stationers. His arrest led to that of others.|and recognized as one of the frequenters of the bogus law-stationers. His arrest led to that of others. +LJ018-0099|Among them was a man named Chandler, formerly a bill discounter by profession, who by degrees, to meet his extravagant expenditure,|Among them was a man named Chandler, formerly a bill discounter by profession, who by degrees, to meet his extravagant expenditure, +LJ018-0100|took to appropriating the bills intrusted to him, and so lost his business, after which he became a clerk to Messrs. Wagner and Bateman.|took to appropriating the bills intrusted to him, and so lost his business, after which he became a clerk to Messrs. Wagner and Bateman. +LJ018-0101|Chandler while in Newgate turned informer, and betrayed the whole conspiracy.|Chandler while in Newgate turned informer, and betrayed the whole conspiracy. +LJ018-0102|Besides his employers, a jeweler named Humphreys was in the "swim," at whose shop in Red Lion Square was discovered a quantity of base gold|Besides his employers, a jeweler named Humphreys was in the "swim," at whose shop in Red Lion Square was discovered a quantity of base gold +LJ018-0103|and silver coins, with all the latest appliances for coining, including those of electroplating;|and silver coins, with all the latest appliances for coining, including those of electroplating; +LJ018-0104|also a furniture dealer and one or two more commonplace rogues. The arch villain was never taken into custody.|also a furniture dealer and one or two more commonplace rogues. The arch villain was never taken into custody. +LJ018-0105|He, like Saward, was an artist in penmanship.|He, like Saward, was an artist in penmanship. +LJ018-0106|He was a German named Kerp,|He was a German named Kerp, +LJ018-0107|eighty years of age, who had spent his whole life in imitating other people's signatures, and had acquired the most consummate skill in the practice.|eighty years of age, who had spent his whole life in imitating other people's signatures, and had acquired the most consummate skill in the practice. +LJ018-0108|His copies were generally pronounced indistinguishable from and as good as the originals.|His copies were generally pronounced indistinguishable from and as good as the originals. +LJ018-0109|The aged but wary Kerp, the moment the plot was discovered, vanished, and was never more heard of.|The aged but wary Kerp, the moment the plot was discovered, vanished, and was never more heard of. +LJ018-0110|Much the same plan was adopted by these forgers as by Saward to get their cheques cashed.|Much the same plan was adopted by these forgers as by Saward to get their cheques cashed. +LJ018-0111|They advertised for clerks, and employed the most likely of the applicants by sending them to the bank.|They advertised for clerks, and employed the most likely of the applicants by sending them to the bank. +LJ018-0112|It was one of these, Glendinning, who had allowed himself to be utilized for some time in this way, whose capture led to the breaking up of the gang.|It was one of these, Glendinning, who had allowed himself to be utilized for some time in this way, whose capture led to the breaking up of the gang. +LJ018-0113|The principals in this conspiracy, Wagner and Bateman, were sentenced to penal servitude for life,|The principals in this conspiracy, Wagner and Bateman, were sentenced to penal servitude for life, +LJ018-0114|the others to twenty and ten years.|the others to twenty and ten years. +LJ018-0115|It was stated in evidence that the monies obtained by these forgeries amounted to £8000 or £10,000,|It was stated in evidence that the monies obtained by these forgeries amounted to eight thousand pounds or ten thousand pounds, +LJ018-0116|and that the forged cheques which had been presented, but refused, amounted to double the sum.|and that the forged cheques which had been presented, but refused, amounted to double the sum. +LJ018-0117|Wagner, after conviction, offered to reveal, for a reward of £3000|Wagner, after conviction, offered to reveal, for a reward of three thousand pounds +LJ018-0118|a system which had long been in practice of defrauding the Exchequer of vast sums by means of forged stamps.|a system which had long been in practice of defrauding the Exchequer of vast sums by means of forged stamps. +LJ018-0120|A more elaborate plot in many ways, more secretly, more patiently prepared than the preceding, or indeed than any in the calendar,|A more elaborate plot in many ways, more secretly, more patiently prepared than the preceding, or indeed than any in the calendar, +LJ018-0121|was the case of the forgeries upon the Bank of England discovered in 1863,|was the case of the forgeries upon the Bank of England discovered in eighteen sixty-three, +LJ018-0122|but not before the forged paper had been put in circulation for more than a couple of years. In 1861,|but not before the forged paper had been put in circulation for more than a couple of years. In eighteen sixty-one, +LJ018-0123|a man named Burnett came with his wife and took up his residence at Whitchurch, Hampshire, at no great distance from Laverstock,|a man named Burnett came with his wife and took up his residence at Whitchurch, Hampshire, at no great distance from Laverstock, +LJ018-0124|where are Messrs. Portal's mills for the manufacture of bank-note paper.|where are Messrs. Portal's mills for the manufacture of bank-note paper. +LJ018-0125|Burnett had only just come out of jail after completing a sentence of penal servitude.|Burnett had only just come out of jail after completing a sentence of penal servitude. +LJ018-0126|His object in visiting Whitchurch was to undermine the honesty of some workman in the mills;|His object in visiting Whitchurch was to undermine the honesty of some workman in the mills; +LJ018-0127|and he eventually succeeded, his wife making the first overtures, in persuading a lad named Brown to steal some of the bank paper.|and he eventually succeeded, his wife making the first overtures, in persuading a lad named Brown to steal some of the bank paper. +LJ018-0128|Brown took several sheets, and then was detected by Brewer, a fellow-workman of superior grade,|Brown took several sheets, and then was detected by Brewer, a fellow-workman of superior grade, +LJ018-0129|who threatened to betray the theft. But Brewer, either before or after this, succumbed to temptation,|who threatened to betray the theft. But Brewer, either before or after this, succumbed to temptation, +LJ018-0130|and stole paper on a much larger scale than Brown.|and stole paper on a much larger scale than Brown. +LJ018-0131|All that was taken was handed over to Burnett, or a "woman in black" whom Brown met by appointment at Waterloo station.|All that was taken was handed over to Burnett, or a "woman in black" whom Brown met by appointment at Waterloo station. +LJ018-0132|To facilitate his operations, Brewer obtained a false master key from Burnett,|To facilitate his operations, Brewer obtained a false master key from Burnett, +LJ018-0133|which gave him access to all parts of the mills, the packing-room included.|which gave him access to all parts of the mills, the packing-room included. +LJ018-0134|In this part of the mills a large quantity of bank-note paper was kept at the period of the robbery,|In this part of the mills a large quantity of bank-note paper was kept at the period of the robbery, +LJ018-0135|and in the states known as "water-leaf" and "sized," which are the penultimate processes of manufacture.|and in the states known as "water-leaf" and "sized," which are the penultimate processes of manufacture. +LJ018-0136|One more remains, that of "glazing," without which no paper is issued for engraving.|One more remains, that of "glazing," without which no paper is issued for engraving. +LJ018-0137|None of the stolen paper was glazed, and this was an important clue to the subsequent discovery of the crime.|None of the stolen paper was glazed, and this was an important clue to the subsequent discovery of the crime. +LJ018-0138|Some time in 1862, a large deficiency in stock of bank paper unglazed was discovered at the mills.|Some time in eighteen sixty-two, a large deficiency in stock of bank paper unglazed was discovered at the mills. +LJ018-0139|Soon afterwards the inspectors of bank-notes at the Bank of England detected the presentation at the bank of spurious notes on genuine paper.|Soon afterwards the inspectors of bank-notes at the Bank of England detected the presentation at the bank of spurious notes on genuine paper. +LJ018-0140|The two facts taken in conjunction|The two facts taken in conjunction +LJ018-0141|led to the employment of the police, and the offer of a reward of £1500 for the detection of the offenders.|led to the employment of the police, and the offer of a reward of fifteen hundred pounds for the detection of the offenders. +LJ018-0142|By this time Brown alone had stolen three or four hundred sheets,|By this time Brown alone had stolen three or four hundred sheets, +LJ018-0143|each containing two notes, many of the sheets suitable for engraving any kind of note from £1000 downwards.|each containing two notes, many of the sheets suitable for engraving any kind of note from one thousand pounds downwards. +LJ018-0144|The amount of Brewer's abstractions (who was eventually acquitted) was never exactly estimated.|The amount of Brewer's abstractions (who was eventually acquitted) was never exactly estimated. +LJ018-0145|Suspicion appears to have rested on Brown, who had left Laverstock,|Suspicion appears to have rested on Brown, who had left Laverstock, +LJ018-0146|and he was soon approached by the police. Almost directly he was questioned he made a clean breast of the whole affair.|and he was soon approached by the police. Almost directly he was questioned he made a clean breast of the whole affair. +LJ018-0147|The next step was to take the principals, and under such circumstances as would insure their conviction.|The next step was to take the principals, and under such circumstances as would insure their conviction. +LJ018-0148|A watch was set on Burnett, who was followed to the shop of one Buncher, a butcher in Strutton Ground.|A watch was set on Burnett, who was followed to the shop of one Buncher, a butcher in Strutton Ground. +LJ018-0149|Buncher was then tracked to North Kent Terrace, New Cross, where a Mr. and Mrs. Campbell resided,|Buncher was then tracked to North Kent Terrace, New Cross, where a Mr. and Mrs. Campbell resided, +LJ018-0150|with whom he did business in exchanging the false notes.|with whom he did business in exchanging the false notes. +LJ018-0151|The police officers now taxed Mrs. Campbell with complicity, and frightened her into collusion.|The police officers now taxed Mrs. Campbell with complicity, and frightened her into collusion. +LJ018-0152|With her assistance on a certain day a couple of bricks were taken out of the wall dividing her front and back parlors;|With her assistance on a certain day a couple of bricks were taken out of the wall dividing her front and back parlors; +LJ018-0153|the officers ensconced themselves in the latter, and waited for Buncher's expected visit.|the officers ensconced themselves in the latter, and waited for Buncher's expected visit. +LJ018-0154|He came to complete a sale of forged notes, and he wanted a couple of hundred pounds for what he had.|He came to complete a sale of forged notes, and he wanted a couple of hundred pounds for what he had. +LJ018-0155|Mrs. Campbell offered him less, and there was an altercation, in the course of which Buncher became very violent, and at length,|Mrs. Campbell offered him less, and there was an altercation, in the course of which Buncher became very violent, and at length, +LJ018-0156|after using much intemperate language, he left the place in a huff.|after using much intemperate language, he left the place in a huff. +LJ018-0157|In the course of his remarks, however, he said,|In the course of his remarks, however, he said, +LJ018-0158|I am the man that has got all the bank paper; I have £30,000 now, and the Bank of England cannot stop it.|I am the man that has got all the bank paper; I have thirty thousand pounds now, and the Bank of England cannot stop it. +LJ018-0159|This was all the police wanted to know.|This was all the police wanted to know. +LJ018-0160|They next watched Buncher, and found that he paid frequent visits to Birmingham.|They next watched Buncher, and found that he paid frequent visits to Birmingham. +LJ018-0161|They also discovered that through the intermediacy of one Robert Cummings, well known as a reputed coiner,|They also discovered that through the intermediacy of one Robert Cummings, well known as a reputed coiner, +LJ018-0162|he had been introduced to a man named Griffiths, an engraver and copper-plate printer.|he had been introduced to a man named Griffiths, an engraver and copper-plate printer. +LJ018-0163|Griffiths was an unusually clever and skilful workman,|Griffiths was an unusually clever and skilful workman, +LJ018-0164|who had devoted all his talent and all his energies for some seventeen years to the fabrication of false bank-notes.|who had devoted all his talent and all his energies for some seventeen years to the fabrication of false bank-notes. +LJ018-0165|On a certain day, the 27th October, 1862, the two were arrested simultaneously;|On a certain day, the twenty-seventh October, eighteen sixty-two, the two were arrested simultaneously; +LJ018-0166|Buncher in London, and Griffiths in Birmingham.|Buncher in London, and Griffiths in Birmingham. +LJ018-0167|Nothing was found in Buncher's premises in Strutton Ground, which were thoroughly searched,|Nothing was found in Buncher's premises in Strutton Ground, which were thoroughly searched, +LJ018-0168|but proofs of Griffiths' guilt were at once apparent on entering his work-room.|but proofs of Griffiths' guilt were at once apparent on entering his work-room. +LJ018-0169|In one corner was a printing-press actually in use, and on it were twenty-one forged Bank of England notes, without date or signature.|In one corner was a printing-press actually in use, and on it were twenty-one forged Bank of England notes, without date or signature. +LJ018-0170|On the bed were twenty forged ten-pound notes complete and ready for use, and twenty-five five-pound notes.|On the bed were twenty forged ten-pound notes complete and ready for use, and twenty-five five-pound notes. +LJ018-0171|"Mother plates" for engraving the body of the notes lay about, and other plates for various processes.|"Mother plates" for engraving the body of the notes lay about, and other plates for various processes. +LJ018-0172|More than this, Griffiths took the police to a field where, in a bank, a number of other plates were secreted.|More than this, Griffiths took the police to a field where, in a bank, a number of other plates were secreted. +LJ018-0173|Griffiths afterwards admitted that he had been employed in defrauding the bank since 1846,|Griffiths afterwards admitted that he had been employed in defrauding the bank since eighteen forty-six, +LJ018-0174|and the prominent part he played secured for him on conviction the heaviest sentence of the law.|and the prominent part he played secured for him on conviction the heaviest sentence of the law. +LJ018-0175|This was penal servitude for life, Buncher's sentence being twenty-five, and Burnett's twenty years.|This was penal servitude for life, Buncher's sentence being twenty-five, and Burnett's twenty years. +LJ018-0176|Cummings, who had introduced Buncher to Griffiths, was also tried for being in possession of stolen bank paper for improper purposes.|Cummings, who had introduced Buncher to Griffiths, was also tried for being in possession of stolen bank paper for improper purposes. +LJ018-0177|But as there was no independent corroboration of the informer's evidence, according to the custom of the British law,|But as there was no independent corroboration of the informer's evidence, according to the custom of the British law, +LJ018-0178|the case was considered not proved, and he was acquitted.|the case was considered not proved, and he was acquitted. +LJ018-0179|On his return to Newgate to be finally discharged, Cummings jumped up the stairs and fairly danced for joy.|On his return to Newgate to be finally discharged, Cummings jumped up the stairs and fairly danced for joy. +LJ018-0180|But he was not long at large; he was too active an evil-doer|But he was not long at large; he was too active an evil-doer +LJ018-0181|and was perpetually in trouble. Commencing life as a resurrection man, when that trade failed through the change in the law,|and was perpetually in trouble. Commencing life as a resurrection man, when that trade failed through the change in the law, +LJ018-0182|and no more bodies were to be bought|and no more bodies were to be bought +LJ018-0183|he devoted his energies to coining and forgery, and in the latter line was a friend and associate of Saward's.|he devoted his energies to coining and forgery, and in the latter line was a friend and associate of Saward's. +LJ018-0184|One narrow escape he had, however, before he abandoned his old business.|One narrow escape he had, however, before he abandoned his old business. +LJ018-0185|A Bow Street officer saw him leaving London in the evening by Camberwell Green, accompanied by two other men.|A Bow Street officer saw him leaving London in the evening by Camberwell Green, accompanied by two other men. +LJ018-0186|It was well known that they were resurrectionists, and a strict watch was kept at all the turnpike gates on the southern roads leading into London.|It was well known that they were resurrectionists, and a strict watch was kept at all the turnpike gates on the southern roads leading into London. +LJ018-0187|An officer was placed for this purpose at New Cross, Camberwell, and Kennington gates.|An officer was placed for this purpose at New Cross, Camberwell, and Kennington gates. +LJ018-0188|Presently "Old Bob" drove up to Camberwell Gate in the same cart in which he had been seen to start.|Presently "Old Bob" drove up to Camberwell Gate in the same cart in which he had been seen to start. +LJ018-0189|The officers rushed out to detain him. "What have you got here? We must search the cart," they cry.|The officers rushed out to detain him. "What have you got here? We must search the cart," they cry. +LJ018-0190|"By all means," replies Bob, and a close investigation follows, without any detection of the corpse concealed.|"By all means," replies Bob, and a close investigation follows, without any detection of the corpse concealed. +LJ018-0191|Bob was therefore allowed to pass on.|Bob was therefore allowed to pass on. +LJ018-0192|But they had the body, all the same; it had been dressed up in decent clothes and made to stand upright in the cart.|But they had the body, all the same; it had been dressed up in decent clothes and made to stand upright in the cart. +LJ018-0193|With the police officers it had passed muster as a living member of the party.|With the police officers it had passed muster as a living member of the party. +LJ018-0194|Cummings was repeatedly "run in" for the offense of coining and uttering bad money, whether coin or notes.|Cummings was repeatedly "run in" for the offense of coining and uttering bad money, whether coin or notes. +LJ018-0195|His regular trade, followed before he took to the life of resurrectionist, was that of an engraver.|His regular trade, followed before he took to the life of resurrectionist, was that of an engraver. +LJ018-0196|He was a notorious criminal,|He was a notorious criminal, +LJ018-0197|an habitual offender in his own particular line, one who would stick at no trifles to evade detection or escape capture.|an habitual offender in his own particular line, one who would stick at no trifles to evade detection or escape capture. +LJ018-0198|It is told of "Bob" Brennan, an official specially employed for years by the Mint|It is told of "Bob" Brennan, an official specially employed for years by the Mint +LJ018-0199|to watch and prosecute coiners, that he received information that coining was carried on by Cummings and others at a place in Westminster.|to watch and prosecute coiners, that he received information that coining was carried on by Cummings and others at a place in Westminster. +LJ018-0200|He went there with a posse of officers and forced his way upstairs to the first floor,|He went there with a posse of officers and forced his way upstairs to the first floor, +LJ018-0201|where the coiners, unexpectedly disturbed, fell an easy prey.|where the coiners, unexpectedly disturbed, fell an easy prey. +LJ018-0202|But the police nearly paid the penalty of capture with their lives.|But the police nearly paid the penalty of capture with their lives. +LJ018-0203|Proceeding cautiously down the stairs, they found that the flooring at the bottom had been taken up.|Proceeding cautiously down the stairs, they found that the flooring at the bottom had been taken up. +LJ018-0204|Where it had lain was a yawning gulf or trap sufficient to do for the whole body of police engaged in the capture.|Where it had lain was a yawning gulf or trap sufficient to do for the whole body of police engaged in the capture. +LJ018-0205|Cummings was caught shortly afterwards.|Cummings was caught shortly afterwards. +LJ018-0206|He was a tall, slender man, with a long face and iron-gray hair.|He was a tall, slender man, with a long face and iron-gray hair. +LJ018-0207|The community of coiners of which he was so notorious a member|The community of coiners of which he was so notorious a member +LJ018-0208|were a low lot, the lowest among criminals except, perhaps, the 'smashers,' or those who passed the counterfeit money.|were a low lot, the lowest among criminals except, perhaps, the 'smashers,' or those who passed the counterfeit money. +LJ018-0209|It was not easy to detect coiners, or bring home their guilt to them.|It was not easy to detect coiners, or bring home their guilt to them. +LJ018-0210|Those who manufactured and those who passed had no direct dealings with each other.|Those who manufactured and those who passed had no direct dealings with each other. +LJ018-0211|The false coin was bought by an agent from an agent, and dealings were carried on secretly at the "Clock House" in Seven Dials.|The false coin was bought by an agent from an agent, and dealings were carried on secretly at the "Clock House" in Seven Dials. +LJ018-0212|The annals of fraudulent crime probably contain nothing|The annals of fraudulent crime probably contain nothing +LJ018-0213|which in dramatic interest can compare with the conviction of William Roupell for forgery.|which in dramatic interest can compare with the conviction of William Roupell for forgery. +LJ018-0214|As the case must still be well remembered by the present generation, it will be necessary to give here only the briefest summary.|As the case must still be well remembered by the present generation, it will be necessary to give here only the briefest summary. +LJ018-0215|William Roupell was the eldest but illegitimate son of a wealthy man who subsequently married Roupell's mother, and had further legitimate issue.|William Roupell was the eldest but illegitimate son of a wealthy man who subsequently married Roupell's mother, and had further legitimate issue. +LJ018-0216|William was brought up as an attorney, and became in due course his father's man of business.|William was brought up as an attorney, and became in due course his father's man of business. +LJ018-0217|As such he had pretty general control over his father's estates and affairs.|As such he had pretty general control over his father's estates and affairs. +LJ018-0218|In 1855|In eighteen fifty-five +LJ018-0219|he instructed certain solicitors to prepare a deed of gift as from his father, conveying to him estates near Kingston.|he instructed certain solicitors to prepare a deed of gift as from his father, conveying to him estates near Kingston. +LJ018-0220|The old gentleman's signature to this deed of gift was a forgery,|The old gentleman's signature to this deed of gift was a forgery, +LJ018-0221|but upon this forged and false conveyance William Roupell, who had already embarked upon a career of wild extravagance,|but upon this forged and false conveyance William Roupell, who had already embarked upon a career of wild extravagance, +LJ018-0222|obtained a mortgage of £7000.|obtained a mortgage of seven thousand pounds. +LJ018-0223|In 1856 the father died.|In eighteen fifty-six the father died. +LJ018-0224|It had been supposed up to this date that he had willed his property, amounting in all to upwards of £200,000,|It had been supposed up to this date that he had willed his property, amounting in all to upwards of two hundred thousand pounds, +LJ018-0225|but after the funeral William Roupell produced another and a later will,|but after the funeral William Roupell produced another and a later will, +LJ018-0226|leaving everything to the widow, and constituting William sole executor.|leaving everything to the widow, and constituting William sole executor. +LJ018-0227|This will was a deliberate forgery.|This will was a deliberate forgery. +LJ018-0228|Five or six years later, William Roupell minutely described how he had effected the fraud.|Five or six years later, William Roupell minutely described how he had effected the fraud. +LJ018-0229|The day his father died he got the keys of his private bureau, opened it, and took out the authentic will.|The day his father died he got the keys of his private bureau, opened it, and took out the authentic will. +LJ018-0230|After reading it, and finding this unfavorable to himself, he resolved to carry out his deliberate plan,|After reading it, and finding this unfavorable to himself, he resolved to carry out his deliberate plan, +LJ018-0231|namely, to suppress it and substitute another.|namely, to suppress it and substitute another. +LJ018-0232|He himself prepared it on a blank form which he had brought with him on purpose.|He himself prepared it on a blank form which he had brought with him on purpose. +LJ018-0233|To this fraudulent instrument he appended forged signatures, and in due course obtained probate.|To this fraudulent instrument he appended forged signatures, and in due course obtained probate. +LJ018-0234|As he possessed nearly unbounded influence over his mother, her accession to the property meant that William could dispose of it as he pleased.|As he possessed nearly unbounded influence over his mother, her accession to the property meant that William could dispose of it as he pleased. +LJ018-0235|He embarked forthwith in a career of the wildest extravagance, and ere long he had parted in his mother's name with most of the landed estates.|He embarked forthwith in a career of the wildest extravagance, and ere long he had parted in his mother's name with most of the landed estates. +LJ018-0236|One large item of his expenditure was a contested election at Lambeth, which he gained at a cost of £10,000.|One large item of his expenditure was a contested election at Lambeth, which he gained at a cost of ten thousand pounds. +LJ018-0237|No fortune could stand the inroads he made into his mother's money,|No fortune could stand the inroads he made into his mother's money, +LJ018-0238|and in 1862 he was obliged to fly the country, hopelessly and irretrievably ruined.|and in eighteen sixty-two he was obliged to fly the country, hopelessly and irretrievably ruined. +LJ018-0239|His disappearance gave color and substance to evil reports already in circulation that the will and conveyance above referred to|His disappearance gave color and substance to evil reports already in circulation that the will and conveyance above referred to +LJ018-0240|were fictitious documents. His next brother, who should have inherited under the authentic will,|were fictitious documents. His next brother, who should have inherited under the authentic will, +LJ018-0241|forthwith brought an ejectment on the possessor of lands purchased on the authority of the forged conveyance and will.|forthwith brought an ejectment on the possessor of lands purchased on the authority of the forged conveyance and will. +LJ018-0242|The case was tried at Guildford Assizes, and caused intense excitement,|The case was tried at Guildford Assizes, and caused intense excitement, +LJ018-0243|the hardship to the holders of these lands being plain, should the allegations of invalidity be made good.|the hardship to the holders of these lands being plain, should the allegations of invalidity be made good. +LJ018-0244|The effect of establishing the forgeries would be to restore to the Roupell family lands for which a price had already been paid|The effect of establishing the forgeries would be to restore to the Roupell family lands for which a price had already been paid +LJ018-0245|in all good faith to another, but a criminal member of the family.|in all good faith to another, but a criminal member of the family. +LJ018-0246|At first the case was contested hotly, but, to the profound astonishment of every one inside and outside the court,|At first the case was contested hotly, but, to the profound astonishment of every one inside and outside the court, +LJ018-0247|William Roupell himself was brought as a principal witness to clench the case by a confession altogether against himself.|William Roupell himself was brought as a principal witness to clench the case by a confession altogether against himself. +LJ018-0248|He told his story with perfect coolness and self-possession, but in a grave and serious tone.|He told his story with perfect coolness and self-possession, but in a grave and serious tone. +LJ018-0249|Every word he uttered was said with consideration, and sometimes with a long pause,|Every word he uttered was said with consideration, and sometimes with a long pause, +LJ018-0250|but at the same time with an air of the most entire truthfulness and candor.|but at the same time with an air of the most entire truthfulness and candor. +LJ018-0251|He confessed himself a perjurer in having sworn to the false will, and a wholesale forger, having manufactured no less than ten false signatures|He confessed himself a perjurer in having sworn to the false will, and a wholesale forger, having manufactured no less than ten false signatures +LJ018-0252|to deeds involving on the whole some £350,000.|to deeds involving on the whole some three hundred fifty thousand pounds. +LJ018-0253|For these crimes William Roupell was tried at the Central Criminal Court on the 24th September, 1862.|For these crimes William Roupell was tried at the Central Criminal Court on the twenty-fourth September, eighteen sixty-two. +LJ018-0254|He declined to plead, but a plea of "Not Guilty" was recorded.|He declined to plead, but a plea of "Not Guilty" was recorded. +LJ018-0255|The case was easily and rapidly disposed of.|The case was easily and rapidly disposed of. +LJ018-0256|Roupell made a long statement more in exculpation than in his defense.|Roupell made a long statement more in exculpation than in his defense. +LJ018-0257|He complained that he had at first been the dupe of others, and admitted that he had too readily fallen astray.|He complained that he had at first been the dupe of others, and admitted that he had too readily fallen astray. +LJ018-0258|But while repudiating the charges made against him of systematic extravagance and immorality,|But while repudiating the charges made against him of systematic extravagance and immorality, +LJ018-0259|he confessed that his whole life had been a gigantic mistake, and he was ready to make what atonement he could.|he confessed that his whole life had been a gigantic mistake, and he was ready to make what atonement he could. +LJ018-0260|Mr. Justice Byles, in passing sentence, commented severely upon the commission of such crimes by a man in Roupell's position in life,|Mr. Justice Byles, in passing sentence, commented severely upon the commission of such crimes by a man in Roupell's position in life, +LJ018-0261|and passed the heaviest sentence of the law, transportation for life.|and passed the heaviest sentence of the law, transportation for life. +LJ018-0262|Roupell received the announcement with a cheerful countenance,|Roupell received the announcement with a cheerful countenance, +LJ018-0263|and left the dock with evident satisfaction and relief at the termination of a most painful ordeal.|and left the dock with evident satisfaction and relief at the termination of a most painful ordeal. +LJ018-0264|Roupell was quiet and submissive while in Newgate, unassuming in manner, and ready to make the best of his position.|Roupell was quiet and submissive while in Newgate, unassuming in manner, and ready to make the best of his position. +LJ018-0265|He carried this character with him into penal servitude, and after enduring the full severity of his punishment for several years,|He carried this character with him into penal servitude, and after enduring the full severity of his punishment for several years, +LJ018-0266|was at length advanced to the comparative ease of a post much coveted by convicts, that of hospital nurse.|was at length advanced to the comparative ease of a post much coveted by convicts, that of hospital nurse. +LJ018-0267|His uniform good conduct gained him release from Portland on ticket-of-leave in 1882, just twenty years after his conviction.|His uniform good conduct gained him release from Portland on ticket-of-leave in eighteen eighty-two, just twenty years after his conviction. +LJ018-0268|A daring and cleverly-planned robbery of diamonds was that of the Tarpeys, man and wife,|A daring and cleverly-planned robbery of diamonds was that of the Tarpeys, man and wife, +LJ018-0269|from an assistant of Loudon and Ryder's, the jewelers in Bond Street. The trick was an old one.|from an assistant of Loudon and Ryder's, the jewelers in Bond Street. The trick was an old one. +LJ018-0270|The assistant called with the jewels on approbation at a house specially hired for the purpose in the West End,|The assistant called with the jewels on approbation at a house specially hired for the purpose in the West End, +LJ018-0271|and was rendered insensible by chloroform, after which he was bound and the precious stones stolen.|and was rendered insensible by chloroform, after which he was bound and the precious stones stolen. +LJ018-0272|Mrs. Tarpey was almost immediately captured and put on her trial, but she was acquitted on the plea that she had acted under the coercion of her husband.|Mrs. Tarpey was almost immediately captured and put on her trial, but she was acquitted on the plea that she had acted under the coercion of her husband. +LJ018-0273|Tarpey was caught through his wife,|Tarpey was caught through his wife, +LJ018-0274|who was followed, disguised, and with her hair dyed black, to a house in the Marylebone Road, where she met her husband.|who was followed, disguised, and with her hair dyed black, to a house in the Marylebone Road, where she met her husband. +LJ018-0275|On Tarpey's defense it was stated that the idea of the theft had been suggested to him by a novel, at a time he had lost largely on the turf.|On Tarpey's defense it was stated that the idea of the theft had been suggested to him by a novel, at a time he had lost largely on the turf. +LJ018-0276|The first plot was against Mr. Harry Emmanuel, but he escaped, and the attempt was made upon Loudon and Ryder.|The first plot was against Mr. Harry Emmanuel, but he escaped, and the attempt was made upon Loudon and Ryder. +LJ018-0277|The last great case of fraud upon the Bank of England will fitly close this branch of the criminal records of Newgate.|The last great case of fraud upon the Bank of England will fitly close this branch of the criminal records of Newgate. +LJ018-0278|This was the well and astutely devised plot of the brothers Bidwell,|This was the well and astutely devised plot of the brothers Bidwell, +LJ018-0279|assisted by Macdonell and Noyes, all of them citizens of the United States, by which the bank lost upwards of £100,000.|assisted by Macdonell and Noyes, all of them citizens of the United States, by which the bank lost upwards of one hundred thousand pounds. +LJ018-0281|Their operations were no less worldwide.|Their operations were no less worldwide. +LJ018-0282|In 1871 they crossed the Atlantic,|In eighteen seventy-one they crossed the Atlantic, +LJ018-0283|and by means of forged letters of credit and introduction from London, obtained large sums from continental banks, in Berlin,|and by means of forged letters of credit and introduction from London, obtained large sums from continental banks, in Berlin, +LJ018-0284|Dresden, Bordeaux, Marseilles, and Lyons.|Dresden, Bordeaux, Marseilles, and Lyons. +LJ018-0285|With this as capital they came back to England via Buenos Aires,|With this as capital they came back to England via Buenos Aires, +LJ018-0286|and Austin Bidwell opened a bona fide credit in the Burlington or West End branch of the Bank of England,|and Austin Bidwell opened a bona fide credit in the Burlington or West End branch of the Bank of England, +LJ018-0287|to which he was introduced by a well-known tailor in Saville Row.|to which he was introduced by a well-known tailor in Saville Row. +LJ018-0288|After this the other conspirators traveled to obtain genuine bills and master the system of the leading houses at home and abroad.|After this the other conspirators traveled to obtain genuine bills and master the system of the leading houses at home and abroad. +LJ018-0289|When all was ready, Bidwell first "refreshed his credit" at the Bank of England, as well as disarmed suspicion,|When all was ready, Bidwell first "refreshed his credit" at the Bank of England, as well as disarmed suspicion, +LJ018-0290|by paying in a genuine bill of Messrs. Rothschilds' for £4500, which was duly discounted.|by paying in a genuine bill of Messrs. Rothschilds' for forty-five hundred pounds, which was duly discounted. +LJ018-0291|Then he explained to the bank manager|Then he explained to the bank manager +LJ018-0292|that his transactions at Birmingham would shortly be very large, owing to the development of his business there in the alleged manufacture of Pullman cars.|that his transactions at Birmingham would shortly be very large, owing to the development of his business there in the alleged manufacture of Pullman cars. +LJ018-0293|The ground thus cleared, the forgers poured in from Birmingham numbers of forged acceptances,|The ground thus cleared, the forgers poured in from Birmingham numbers of forged acceptances, +LJ018-0294|all of which were discounted to the value of £102,217.|all of which were discounted to the value of one hundred two thousand, two hundred seventeen pounds. +LJ018-0295|The fraud was rendered possible by the absence of a check usual in the United States.|The fraud was rendered possible by the absence of a check usual in the United States. +LJ018-0296|There such bills would be sent to the drawer to be initialed, and the forgery would have been at once detected.|There such bills would be sent to the drawer to be initialed, and the forgery would have been at once detected. +LJ018-0297|It was the discovery of this flaw in the banking system which had encouraged the Americans to attempt this crime.|It was the discovery of this flaw in the banking system which had encouraged the Americans to attempt this crime. +LJ018-0298|Time was clearly an important factor in the fraud, hence the bills were sent forward in quick succession.|Time was clearly an important factor in the fraud, hence the bills were sent forward in quick succession. +LJ018-0299|Long before they came to maturity the forgers hoped to be well beyond arrest. They had, moreover, sought to destroy all clue.|Long before they came to maturity the forgers hoped to be well beyond arrest. They had, moreover, sought to destroy all clue. +LJ018-0300|The sums obtained by Bidwell in the name of "Warren" at the Bank of England|The sums obtained by Bidwell in the name of "Warren" at the Bank of England +LJ018-0301|were lodged at once by drafts to "Horton," another alias, in the Continental Bank.|were lodged at once by drafts to "Horton," another alias, in the Continental Bank. +LJ018-0302|For these cash was obtained in notes; the notes were exchanged by one of the conspirators for gold at the Bank of England, and again the same day|For these cash was obtained in notes; the notes were exchanged by one of the conspirators for gold at the Bank of England, and again the same day +LJ018-0303|a second conspirator exchanged the gold for notes. But just as all promised well, the frauds were detected through the carelessness of the forgers.|a second conspirator exchanged the gold for notes. But just as all promised well, the frauds were detected through the carelessness of the forgers. +LJ018-0304|They had omitted to insert the dates in certain bills.|They had omitted to insert the dates in certain bills. +LJ018-0305|The bills were sent as a matter of form to the drawer to have the date added, and the forgery was at once detected.|The bills were sent as a matter of form to the drawer to have the date added, and the forgery was at once detected. +LJ018-0306|Noyes was seized without difficulty, as it was a part of the scheme that he should act as the dupe, and remain on the spot in London till all the money was obtained.|Noyes was seized without difficulty, as it was a part of the scheme that he should act as the dupe, and remain on the spot in London till all the money was obtained. +LJ018-0307|Through Noyes the rest of the conspirators were eventually apprehended. Very little if any of the ill-gotten proceeds, however, was ever recovered.|Through Noyes the rest of the conspirators were eventually apprehended. Very little if any of the ill-gotten proceeds, however, was ever recovered. +LJ018-0308|Large sums, as they were realized, were transmitted to the United States, and invested in various American securities,|Large sums, as they were realized, were transmitted to the United States, and invested in various American securities, +LJ018-0309|where probably the money still remains.|where probably the money still remains. +LJ018-0310|The prisoners, who were committed to Newgate for trial,|The prisoners, who were committed to Newgate for trial, +LJ018-0311|had undoubtedly the command of large funds while there, and would have readily disbursed it to effect their enlargement.|had undoubtedly the command of large funds while there, and would have readily disbursed it to effect their enlargement. +LJ018-0312|A plot was soon discovered,|A plot was soon discovered, +LJ018-0313|deep laid, and with many ramifications, by which some of the Newgate warders were to be bribed to allow the prisoners to escape from their cells at night.|deep laid, and with many ramifications, by which some of the Newgate warders were to be bribed to allow the prisoners to escape from their cells at night. +LJ018-0314|Certain friends of the prisoners were watched, and found to be in communication with these warders,|Certain friends of the prisoners were watched, and found to be in communication with these warders, +LJ018-0315|to whom it was said £100 apiece had been given down as the price of their infidelity.|to whom it was said one hundred pounds apiece had been given down as the price of their infidelity. +LJ018-0316|Further sums were to have been paid after the escape;|Further sums were to have been paid after the escape; +LJ018-0317|and one warder admitted that he was to have £1000 more paid to him, and to be provided with a passage to Australia.|and one warder admitted that he was to have one thousand pounds more paid to him, and to be provided with a passage to Australia. +LJ018-0318|The vigilance of the Newgate officials, assisted by the city police, completely frustrated this plot.|The vigilance of the Newgate officials, assisted by the city police, completely frustrated this plot. +LJ018-0319|A second was nevertheless set on foot,|A second was nevertheless set on foot, +LJ018-0320|in which the plan of action was changed, and the freedom of the prisoners was to be obtained by means of a rescue from the dock during the trial.|in which the plan of action was changed, and the freedom of the prisoners was to be obtained by means of a rescue from the dock during the trial. +LJ018-0321|An increase of policemen on duty sufficed to prevent any attempt of this kind.|An increase of policemen on duty sufficed to prevent any attempt of this kind. +LJ018-0322|Nor were these two abortive efforts all that were planned.|Nor were these two abortive efforts all that were planned. +LJ018-0323|A year or two after, when the prisoners were undergoing their life sentences of penal servitude,|A year or two after, when the prisoners were undergoing their life sentences of penal servitude, +LJ018-0324|much uneasiness was caused at one of the convict prisons by information that bribery on a large scale was again at work amongst the officials.|much uneasiness was caused at one of the convict prisons by information that bribery on a large scale was again at work amongst the officials. +LJ018-0325|But extra precautions and close supervision have so far proved effectual, and the prisoners are still in custody after a lapse of ten years.|But extra precautions and close supervision have so far proved effectual, and the prisoners are still in custody after a lapse of ten years. +LJ018-0326|I propose to end at this point the detailed account of the more prominent criminal cases which lodged their perpetrators in Newgate.|I propose to end at this point the detailed account of the more prominent criminal cases which lodged their perpetrators in Newgate. +LJ018-0327|The most recent affairs are still too fresh in the public mind to need more than a passing reference.|The most recent affairs are still too fresh in the public mind to need more than a passing reference. +LJ018-0328|Few of the Newgate notorieties of late years show any marked peculiarities;|Few of the Newgate notorieties of late years show any marked peculiarities; +LJ018-0329|their crimes follow in the lines of others already found, and often more than once, in the calendars.|their crimes follow in the lines of others already found, and often more than once, in the calendars. +LJ018-0330|Violent passions too easily aroused prompted the Frenchwoman Marguerite Dixblanc|Violent passions too easily aroused prompted the Frenchwoman Marguerite Dixblanc +LJ018-0331|to murder her mistress, Madame Riel, in Park Lane, as Courvoisier, the Swiss, had been tempted to murder Lord William Russell.|to murder her mistress, Madame Riel, in Park Lane, as Courvoisier, the Swiss, had been tempted to murder Lord William Russell. +LJ018-0332|Greed in the latter case was a secondary motive;|Greed in the latter case was a secondary motive; +LJ018-0333|it was the principal incentive with Kate Webster, that fierce and brutal female savage who took the life of her mistress at Richmond.|it was the principal incentive with Kate Webster, that fierce and brutal female savage who took the life of her mistress at Richmond. +LJ018-0334|Webster, it may be mentioned here, was one of the worst prisoners ever remembered in Newgate|Webster, it may be mentioned here, was one of the worst prisoners ever remembered in Newgate +LJ018-0335|most violent in temper, and addicted to the most frightful language.|most violent in temper, and addicted to the most frightful language. +LJ018-0336|Webster's devices for disposing of the body of her victim will call to mind those of Theodore Gardelle,|Webster's devices for disposing of the body of her victim will call to mind those of Theodore Gardelle, +LJ018-0337|of Good, and Greenacre, and Catherine Hayes.|of Good, and Greenacre, and Catherine Hayes. +LJ018-0338|Greed in another form led the Stauntons to make away with Mrs. Patrick Staunton, murdering her with devilish cruelty by slow degrees.|Greed in another form led the Stauntons to make away with Mrs. Patrick Staunton, murdering her with devilish cruelty by slow degrees. +LJ018-0339|The judge, Sir Henry Hawkins, in passing sentence|The judge, Sir Henry Hawkins, in passing sentence +LJ018-0340|characterized this as a crime more black and hideous than any in the criminal annals of the country.|characterized this as a crime more black and hideous than any in the criminal annals of the country. +LJ018-0341|But it was scarcely worse than that of Mrs. Brownrigg, or that of the Meteyards, both of whom did their helpless apprentices to death.|But it was scarcely worse than that of Mrs. Brownrigg, or that of the Meteyards, both of whom did their helpless apprentices to death. +LJ018-0342|It was to effect the rupture of an irksome tie that led Henry Wainwright to murder Harriet Lane deliberately and in cold blood.|It was to effect the rupture of an irksome tie that led Henry Wainwright to murder Harriet Lane deliberately and in cold blood. +LJ018-0343|In this case the tie was unsanctified, but it was not more inconvenient than that which urged Greenacre to a similar crime.|In this case the tie was unsanctified, but it was not more inconvenient than that which urged Greenacre to a similar crime. +LJ018-0344|In cold-blooded premeditation it rivaled that of the Mannings.|In cold-blooded premeditation it rivaled that of the Mannings. +LJ018-0345|As in that case, the grave had been dug long in anticipation, and the chloride of lime purchased to destroy the corpse.|As in that case, the grave had been dug long in anticipation, and the chloride of lime purchased to destroy the corpse. +LJ018-0346|Henry Wainwright's attempt to get rid of the body was ingenious, but not original,|Henry Wainwright's attempt to get rid of the body was ingenious, but not original, +LJ018-0347|and the circumstances which led to detection were scarcely novel proofs of the old adage that murder will out.|and the circumstances which led to detection were scarcely novel proofs of the old adage that murder will out. +LJ018-0348|Henry Wainwright's impassioned denial of his crime, even after it had been brought fully home to him, has many parallels in the criminal records.|Henry Wainwright's impassioned denial of his crime, even after it had been brought fully home to him, has many parallels in the criminal records. +LJ018-0349|His disclaimer, distinct and detailed on every point, was intended simply for effect.|His disclaimer, distinct and detailed on every point, was intended simply for effect. +LJ018-0350|He might swear he was not the murderer, that he never fired a pistol in his life,|He might swear he was not the murderer, that he never fired a pistol in his life, +LJ018-0351|and that, in spite of the verdict of the jury, "he left the dock with a calm and quiet conscience;"|and that, in spite of the verdict of the jury, "he left the dock with a calm and quiet conscience;" +LJ018-0352|but there was no doubt of his guilt, as the Lord Chief Justice told him, while expressing great regret at his rash assertion.|but there was no doubt of his guilt, as the Lord Chief Justice told him, while expressing great regret at his rash assertion. +LJ018-0353|Wainwright's demeanor after sentence has been described in the last chapter.|Wainwright's demeanor after sentence has been described in the last chapter. +LJ018-0354|Doubts were long entertained whether Thomas Wainwright,|Doubts were long entertained whether Thomas Wainwright, +LJ018-0355|who was convicted as an accessory after the fact, had not really taken an active part in the murder.|who was convicted as an accessory after the fact, had not really taken an active part in the murder. +LJ018-0356|But a conversation overheard between the two brothers in Newgate satisfactorily exonerated Thomas Wainwright.|But a conversation overheard between the two brothers in Newgate satisfactorily exonerated Thomas Wainwright. +LJ018-0357|Poisoning has still its victims.|Poisoning has still its victims. +LJ018-0358|Christina Edmunds had resort to strychnia, the same lethal drug that Palmer used;|Christina Edmunds had resort to strychnia, the same lethal drug that Palmer used; +LJ018-0359|her object being first to dispose of the wife of a man for whom she had conceived a guilty passion,|her object being first to dispose of the wife of a man for whom she had conceived a guilty passion, +LJ018-0360|then to divert suspicion from herself by throwing it on a confectioner, whose sweetmeats she bought,|then to divert suspicion from herself by throwing it on a confectioner, whose sweetmeats she bought, +LJ018-0361|tampered with, and returned to the shop.|tampered with, and returned to the shop. +LJ018-0362|The trial of Miss Edmunds was transferred to the Central Criminal Court under Lord Campbell's Act, already referred to.|The trial of Miss Edmunds was transferred to the Central Criminal Court under Lord Campbell's Act, already referred to. +LJ018-0363|She was found guilty.|She was found guilty. +LJ018-0364|It will be remembered that she made a statement which led to the empaneling of a jury of matrons, who decided that there was no cause for an arrest of judgment.|It will be remembered that she made a statement which led to the empaneling of a jury of matrons, who decided that there was no cause for an arrest of judgment. +LJ018-0365|Kate Webster followed the same course; but these pleas of pregnancy are not common now-a-days.|Kate Webster followed the same course; but these pleas of pregnancy are not common now-a-days. +LJ018-0366|Although sentence of death was passed on Edmunds, it was commuted to penal servitude for life;|Although sentence of death was passed on Edmunds, it was commuted to penal servitude for life; +LJ018-0367|but she eventually passed into Broadmoor Lunatic Asylum, where she busies herself with watercolor drawing.|but she eventually passed into Broadmoor Lunatic Asylum, where she busies herself with watercolor drawing. +LJ018-0368|The still more recent cases of poisoning which have occurred were not connected with Newgate.|The still more recent cases of poisoning which have occurred were not connected with Newgate. +LJ018-0369|The mysterious Bravo case, that of Dr. Lamson, and that of Kate Dover|The mysterious Bravo case, that of Dr. Lamson, and that of Kate Dover +LJ018-0370|unhappily show that society is more than ever at the mercy of the insidious and unscrupulous administration of poisonous drugs.|unhappily show that society is more than ever at the mercy of the insidious and unscrupulous administration of poisonous drugs. +LJ018-0371|A case reproducing many of the features of the 'Flowery Land' occurred twelve years later, when the crew of the 'Lennie'|A case reproducing many of the features of the 'Flowery Land' occurred twelve years later, when the crew of the 'Lennie' +LJ018-0372|mutinied, murdered the captain and mates, sparing the steward only on condition that he would navigate the ship to the Mediterranean.|mutinied, murdered the captain and mates, sparing the steward only on condition that he would navigate the ship to the Mediterranean. +LJ018-0373|The mutineers were of the same stamp as the crew of the 'Flowery Land'|The mutineers were of the same stamp as the crew of the 'Flowery Land' +LJ018-0374|foreigners, vindictive, reckless, and truculent ruffians, easily moved to murderous rage.|foreigners, vindictive, reckless, and truculent ruffians, easily moved to murderous rage. +LJ018-0375|The 'Lennie's' men were all Greeks, except one known as French Peter,|The 'Lennie's' men were all Greeks, except one known as French Peter, +LJ018-0376|who was the ringleader, and who had long been an habitual criminal, a reputed murderer, and certainly an inmate more than once of a French bagne.|who was the ringleader, and who had long been an habitual criminal, a reputed murderer, and certainly an inmate more than once of a French bagne. +LJ018-0377|Conviction was obtained through the evidence of the steward and two of the least culpable of the crew.|Conviction was obtained through the evidence of the steward and two of the least culpable of the crew. +LJ018-0378|In Newgate the 'Lennie' mutineers were extremely well behaved.|In Newgate the 'Lennie' mutineers were extremely well behaved. +LJ018-0379|Resolute, determined-looking men, their courage broke down in confinement.|Resolute, determined-looking men, their courage broke down in confinement. +LJ018-0380|They paid close attention to the counsels of the archimandrite, and died quite penitent. A story is told of one of them, "Big Harry,"|They paid close attention to the counsels of the archimandrite, and died quite penitent. A story is told of one of them, "Big Harry," +LJ018-0381|the wildest and most cut-throat looking of the lot, which proves that he could be grateful for kindness, and was not all bad.|the wildest and most cut-throat looking of the lot, which proves that he could be grateful for kindness, and was not all bad. +LJ018-0382|He had steadfastly refused to eat meat on some religions scruples, and for the same reason would not touch soup.|He had steadfastly refused to eat meat on some religions scruples, and for the same reason would not touch soup. +LJ018-0383|He was glad, therefore, to get an extra allowance of bread,|He was glad, therefore, to get an extra allowance of bread, +LJ018-0384|and to show his gratitude to the warder who procured this privilege for him, he made him a present.|and to show his gratitude to the warder who procured this privilege for him, he made him a present. +LJ018-0385|It was his own handiwork -- a bird pecking at a flower;|It was his own handiwork -- a bird pecking at a flower; +LJ018-0386|the whole manufactured while in the condemned cell of the crumb of bread made into paste.|the whole manufactured while in the condemned cell of the crumb of bread made into paste. +LJ018-0387|The flower had berries also of bread fixed on stems made from the fiber drawn from the stuffing of his mattress,|The flower had berries also of bread fixed on stems made from the fiber drawn from the stuffing of his mattress, +LJ018-0388|and the bird's legs were a couple of teeth broken off the prisoner's comb.|and the bird's legs were a couple of teeth broken off the prisoner's comb. +LJ018-0389|Of the lesser criminals, forgers, thieves, swindlers, Newgate continued to receive its full share up to the last.|Of the lesser criminals, forgers, thieves, swindlers, Newgate continued to receive its full share up to the last. +LJ018-0390|But there were few cases so remarkable as the great ones already recorded.|But there were few cases so remarkable as the great ones already recorded. +LJ018-0391|Mr. Bamell Oakley made a rich harvest for a time, and was said at the time of his trial|Mr. Bamell Oakley made a rich harvest for a time, and was said at the time of his trial +LJ018-0392|to have obtained as much as £40,000 by false and fraudulent pretenses.|to have obtained as much as forty thousand pounds by false and fraudulent pretenses. +LJ018-0393|Messrs. Swindlehurst, Saffery, and Langley cleared a large profit|Messrs. Swindlehurst, Saffery, and Langley cleared a large profit +LJ018-0394|by swindling the Artisans' Dwellings Company; and Madame Rachel passed through Newgate on her way to Millbank|by swindling the Artisans' Dwellings Company; and Madame Rachel passed through Newgate on her way to Millbank +LJ018-0395|convicted of obtaining jewelery under the false pretense of making silly women "beautiful for ever."|convicted of obtaining jewelery under the false pretense of making silly women "beautiful for ever." +LJ018-0396|The greatest causes célèbre, however, of recent times were the turf frauds by which the Comtesse de Goncourt was swindled|The greatest causes célèbre, however, of recent times were the turf frauds by which the Comtesse de Goncourt was swindled +LJ018-0397|out of large sums in sham sporting speculations. The conviction of the principals in this nefarious transaction,|out of large sums in sham sporting speculations. The conviction of the principals in this nefarious transaction, +LJ018-0398|Benson, the two Kurrs, Bale, and Murray, led to strange revelations of dishonest practices amongst the detective police,|Benson, the two Kurrs, Bale, and Murray, led to strange revelations of dishonest practices amongst the detective police, +LJ019-0001|The Chronicles of Newgate, Volume 2. By Arthur Griffiths. Section 22. Newgate Reformed.|The Chronicles of Newgate, Volume two. By Arthur Griffiths. Section twenty-two. Newgate Reformed. +LJ019-0002|The time at length approached when a radical and complete change was to come over the old city jail.|The time at length approached when a radical and complete change was to come over the old city jail. +LJ019-0003|It was impossible for Newgate to escape for ever the influences pressing so strongly towards prison reform.|It was impossible for Newgate to escape for ever the influences pressing so strongly towards prison reform. +LJ019-0004|Elsewhere the spirit had been more or less active, although not uniformly or always to the same extent.|Elsewhere the spirit had been more or less active, although not uniformly or always to the same extent. +LJ019-0005|There had been a pause in legislation, except of a permissive kind. The 2nd and 3rd Victoria, cap. 56|There had been a pause in legislation, except of a permissive kind. The second and third Victoria, cap. fifty-six +LJ019-0006|laid it down that individuals might be confined separately and apart in single cells.|laid it down that individuals might be confined separately and apart in single cells. +LJ019-0007|By other acts local authorities were empowered to construct new jails or hire accommodation in the district;|By other acts local authorities were empowered to construct new jails or hire accommodation in the district; +LJ019-0008|but no steps had been taken in Parliament to enforce a better system of discipline,|but no steps had been taken in Parliament to enforce a better system of discipline, +LJ019-0009|or to insist upon the construction of prisons on the most approved plan.|or to insist upon the construction of prisons on the most approved plan. +LJ019-0010|As regards the first, however, Sir James Graham, when Home Secretary in 1843,|As regards the first, however, Sir James Graham, when Home Secretary in eighteen forty-three, +LJ019-0011|had appointed a committee of prison inspectors, presided over by the Under Secretary of State, to draw up rules and dietaries,|had appointed a committee of prison inspectors, presided over by the Under Secretary of State, to draw up rules and dietaries, +LJ019-0012|which were then recommended to and generally adopted by the visiting justices all over the kingdom.|which were then recommended to and generally adopted by the visiting justices all over the kingdom. +LJ019-0013|As regards the second, the Government had set a good example, and in deciding upon the erection of Pentonville prison|As regards the second, the Government had set a good example, and in deciding upon the erection of Pentonville prison +LJ019-0014|had embarked on a considerable expenditure in order to provide a model prison for general imitation.|had embarked on a considerable expenditure in order to provide a model prison for general imitation. +LJ019-0015|The first stone of Pentonville prison was laid on the 10th April, 1840, by the Marquis of Normanby,|The first stone of Pentonville prison was laid on the tenth April, eighteen forty, by the Marquis of Normanby, +LJ019-0016|then Home Secretary, and the prison, which contained five hundred and twenty cells, was occupied on the 21st December, 1842.|then Home Secretary, and the prison, which contained five hundred and twenty cells, was occupied on the twenty-first December, eighteen forty-two. +LJ019-0017|This building was a costly affair. The site was uneven, and had to be leveled;|This building was a costly affair. The site was uneven, and had to be leveled; +LJ019-0018|moreover, the gross expenditure was increased "partly from its being considered necessary, as it was a national prison,|moreover, the gross expenditure was increased "partly from its being considered necessary, as it was a national prison, +LJ019-0019|to make a great archway, and to make the character of it more imposing than if it had been situated in the country, and had been an ordinary prison.|to make a great archway, and to make the character of it more imposing than if it had been situated in the country, and had been an ordinary prison. +LJ019-0020|Up to the 21st December, 1842,|Up to the twenty-first December, eighteen forty-two, +LJ019-0021|with the additions made to that date, the total expenditure amounted to nearly £90,000, or about £180 per cell.|with the additions made to that date, the total expenditure amounted to nearly ninety thousand pounds, or about one hundred eighty pounds per cell. +LJ019-0022|On the other hand, it must be admitted|On the other hand, it must be admitted +LJ019-0023|that this was an experimental construction, and that too strict a limitation of outlay would have militated seriously against the usefulness of the building.|that this was an experimental construction, and that too strict a limitation of outlay would have militated seriously against the usefulness of the building. +LJ019-0024|Nor must it be overlooked that this, the first model prison, although obtained at a considerable cost, became actually what its name implied.|Nor must it be overlooked that this, the first model prison, although obtained at a considerable cost, became actually what its name implied. +LJ019-0025|Pentonville has really been the model on which all subsequent prison construction has been based. All prisons at home and abroad are but variations,|Pentonville has really been the model on which all subsequent prison construction has been based. All prisons at home and abroad are but variations, +LJ019-0026|of course with the added improvements following longer experience, of the pattern originated by the architectural genius of Sir Joshua Jebb.|of course with the added improvements following longer experience, of the pattern originated by the architectural genius of Sir Joshua Jebb. +LJ019-0027|The internal arrangements of the new model were carefully supervised by a body of distinguished men, among which were many peers, Lord John Russell,|The internal arrangements of the new model were carefully supervised by a body of distinguished men, among which were many peers, Lord John Russell, +LJ019-0028|Mr. Shaw-Lefevre, the Speaker of the House of Commons, Sir Benjamin Brodie,|Mr. Shaw-Lefevre, the Speaker of the House of Commons, Sir Benjamin Brodie, +LJ019-0029|Major Jebb, R.E., and the two prison inspectors, Messrs. Crawford and Russell, with whose names the reader is already familiar.|Major Jebb, R.E., and the two prison inspectors, Messrs. Crawford and Russell, with whose names the reader is already familiar. +LJ019-0030|Major, afterwards Sir Joshua Jebb,|Major, afterwards Sir Joshua Jebb, +LJ019-0031|was the moving spirit among these commissioners, and he is now generally recognized as the originator of modern prison architecture.|was the moving spirit among these commissioners, and he is now generally recognized as the originator of modern prison architecture. +LJ019-0032|The movement thus laudably initiated by the Government soon spread to the provinces.|The movement thus laudably initiated by the Government soon spread to the provinces. +LJ019-0033|Some jurisdictions, greatly to their credit, strove at once to follow the lead of the central authority.|Some jurisdictions, greatly to their credit, strove at once to follow the lead of the central authority. +LJ019-0034|Within half-a-dozen years no less than fifty-four new prisons were built on the Pentonville plan, others were in progress,|Within half-a-dozen years no less than fifty-four new prisons were built on the Pentonville plan, others were in progress, +LJ019-0035|and the total number of separate cells provided amounted to eleven thousand odd.|and the total number of separate cells provided amounted to eleven thousand odd. +LJ019-0036|This list included Wakefield, Leeds, Kirkdale, Manchester, Birmingham, and Dublin.|This list included Wakefield, Leeds, Kirkdale, Manchester, Birmingham, and Dublin. +LJ019-0037|Liverpool was building a new prison with a thousand cells, the county of Surrey one with seven hundred.|Liverpool was building a new prison with a thousand cells, the county of Surrey one with seven hundred. +LJ019-0038|The cost in each varied considerably, the general average being from £120 to £130 per cell.|The cost in each varied considerably, the general average being from one hundred twenty pounds to one hundred thirty pounds per cell. +LJ019-0039|At Pentonville the rate was higher, but there the expense had been increased by the site,|At Pentonville the rate was higher, but there the expense had been increased by the site, +LJ019-0040|the difficulty of access, and the admitted necessity of giving architectural importance to this the national model prison.|the difficulty of access, and the admitted necessity of giving architectural importance to this the national model prison. +LJ019-0041|Other jurisdictions were less prompt to recognize their responsibilities, the city of London among the number, as I shall presently show at length.|Other jurisdictions were less prompt to recognize their responsibilities, the city of London among the number, as I shall presently show at length. +LJ019-0042|These were either satisfied with a makeshift, and modified existing buildings, without close regard to their suitability, or for a long time did nothing at all.|These were either satisfied with a makeshift, and modified existing buildings, without close regard to their suitability, or for a long time did nothing at all. +LJ019-0043|Among the latter were notably the counties of Cheshire, Lincolnshire, Norfolk, Suffolk, Nottinghamshire, the East and North Ridings of Yorkshire.|Among the latter were notably the counties of Cheshire, Lincolnshire, Norfolk, Suffolk, Nottinghamshire, the East and North Ridings of Yorkshire. +LJ019-0044|The south and west of England were also very laggard, and many years were still to elapse before the prisons in these parts were properly reconstituted.|The south and west of England were also very laggard, and many years were still to elapse before the prisons in these parts were properly reconstituted. +LJ019-0045|Not less remarkable than this diverse interpretation of a manifest duty|Not less remarkable than this diverse interpretation of a manifest duty +LJ019-0046|was the variety of views as regards the discipline to be introduced in these new prisons. The time was one|was the variety of views as regards the discipline to be introduced in these new prisons. The time was one +LJ019-0047|when thoughtful people who concerned themselves closely with social questions were greatly exercised as to the best system of treating the inmates of a jail.|when thoughtful people who concerned themselves closely with social questions were greatly exercised as to the best system of treating the inmates of a jail. +LJ019-0048|A new and still imperfectly understood science had arisen,|A new and still imperfectly understood science had arisen, +LJ019-0049|the principles of which were debated by disputants of widely opposite opinions with an earnestness that sometimes bordered upon acrimony.|the principles of which were debated by disputants of widely opposite opinions with an earnestness that sometimes bordered upon acrimony. +LJ019-0050|One school were strongly in favor of the continuous separation of prisoners,|One school were strongly in favor of the continuous separation of prisoners, +LJ019-0051|the other supported the theory of labor in association, but under a stringent rule of silence, with isolation only at night.|the other supported the theory of labor in association, but under a stringent rule of silence, with isolation only at night. +LJ019-0052|Both systems came to us from the United States. The difference was really more in degree than in principle,|Both systems came to us from the United States. The difference was really more in degree than in principle, +LJ019-0053|and our modern practice has prudently tried to steer between the two extremes, accepting as the best system a judicious combination of both.|and our modern practice has prudently tried to steer between the two extremes, accepting as the best system a judicious combination of both. +LJ019-0054|But about 1850 the two sides were distinctly hostile, and the controversy ran high.|But about eighteen fifty the two sides were distinctly hostile, and the controversy ran high. +LJ019-0055|High authorities were in favor of continuous separation.|High authorities were in favor of continuous separation. +LJ019-0056|Colonel Jebb preferred it; Messrs. Crawford and Whitworth Russell were convinced that the complete isolation of criminals from one another|Colonel Jebb preferred it; Messrs. Crawford and Whitworth Russell were convinced that the complete isolation of criminals from one another +LJ019-0057|was the true basis of a sound system of prison discipline.|was the true basis of a sound system of prison discipline. +LJ019-0058|Prison chaplains of experience and high repute, such as Messrs. Field, Clay, Kingsmill, Burt, and Osborne, also advocated it.|Prison chaplains of experience and high repute, such as Messrs. Field, Clay, Kingsmill, Burt, and Osborne, also advocated it. +LJ019-0059|It was claimed for it that it was more deterrent;|It was claimed for it that it was more deterrent; +LJ019-0060|that in districts where it was the rule, evil-doers especially dreaded coming under its irksome conditions.|that in districts where it was the rule, evil-doers especially dreaded coming under its irksome conditions. +LJ019-0061|Another argument was, that it afforded more hope of the reformation of criminals.|Another argument was, that it afforded more hope of the reformation of criminals. +LJ019-0062|The system of associated labor in silence had also its warm supporters,|The system of associated labor in silence had also its warm supporters, +LJ019-0063|who maintained that under this system prisoners were more industrious and more healthy|who maintained that under this system prisoners were more industrious and more healthy +LJ019-0064|that their condition was more natural, and approximated more nearly to that of daily life.|that their condition was more natural, and approximated more nearly to that of daily life. +LJ019-0065|Better industrial results were obtained from it, and instruction in trades was easier, and prisoners were more likely to leave jail|Better industrial results were obtained from it, and instruction in trades was easier, and prisoners were more likely to leave jail +LJ019-0066|with the means of earning an honest livelihood if so disposed.|with the means of earning an honest livelihood if so disposed. +LJ019-0067|The opposing champions were not slow to find faults and flaws in the system they condemned.|The opposing champions were not slow to find faults and flaws in the system they condemned. +LJ019-0068|Separation was injurious to health, mental or physical, said one side; men broke down when subjected to it for more than a certain period,|Separation was injurious to health, mental or physical, said one side; men broke down when subjected to it for more than a certain period, +LJ019-0069|and it was unsafe to fix this limit above twelve months, although some rash advocates were in favor of eighteen months, some indeed of two years.|and it was unsafe to fix this limit above twelve months, although some rash advocates were in favor of eighteen months, some indeed of two years. +LJ019-0070|The other side retorted that the system of associated labor was most costly, so many officers being required to maintain the discipline of silence;|The other side retorted that the system of associated labor was most costly, so many officers being required to maintain the discipline of silence; +LJ019-0071|moreover, it was nearly impossible to prevent communication and mutual contamination.|moreover, it was nearly impossible to prevent communication and mutual contamination. +LJ019-0072|It is scarcely necessary to follow the controversy further. I have only introduced the subject as showing how little as yet the State|It is scarcely necessary to follow the controversy further. I have only introduced the subject as showing how little as yet the State +LJ019-0073|was impressed with the necessity for authoritative interference.|was impressed with the necessity for authoritative interference. +LJ019-0074|The legislature was content to let local jurisdictions experimentalize for themselves; with the strange, anomalous result,|The legislature was content to let local jurisdictions experimentalize for themselves; with the strange, anomalous result, +LJ019-0075|that a thief or other criminal might be quite differently treated according as he was incarcerated on one side or another of a border line.|that a thief or other criminal might be quite differently treated according as he was incarcerated on one side or another of a border line. +LJ019-0076|This variety was often extended to all branches of prison economy.|This variety was often extended to all branches of prison economy. +LJ019-0077|There was an absolute want of uniformity in dietaries; in some prisons it was too liberal, in others too low.|There was an absolute want of uniformity in dietaries; in some prisons it was too liberal, in others too low. +LJ019-0078|The amount of exercise varied from one or two hours daily to half the working day.|The amount of exercise varied from one or two hours daily to half the working day. +LJ019-0079|The cells inhabited by prisoners were of very varying dimensions;|The cells inhabited by prisoners were of very varying dimensions; +LJ019-0080|some were not sufficiently ventilated, others were warmed artificially, and were unwholesomely close.|some were not sufficiently ventilated, others were warmed artificially, and were unwholesomely close. +LJ019-0081|The use of gas or some other means of lighting might be adopted, but more often was dispensed with.|The use of gas or some other means of lighting might be adopted, but more often was dispensed with. +LJ019-0082|In a great number of prisons no provision was made for the education of prisoners, in some others there was a sufficient staff of schoolmasters and instructors.|In a great number of prisons no provision was made for the education of prisoners, in some others there was a sufficient staff of schoolmasters and instructors. +LJ019-0083|The discipline also varied greatly, from the severely penal to the culpably lax.|The discipline also varied greatly, from the severely penal to the culpably lax. +LJ019-0084|The greatest pains might be taken to secure isolation,|The greatest pains might be taken to secure isolation, +LJ019-0085|the prisoners might be supervised and watched at every step, and made liable to punishment for a trifling breach of an irksome code of regulations,|the prisoners might be supervised and watched at every step, and made liable to punishment for a trifling breach of an irksome code of regulations, +LJ019-0086|or they might herd together or communicate freely as in the old worst days. They might see each other when they liked, and converse sotto voce,|or they might herd together or communicate freely as in the old worst days. They might see each other when they liked, and converse sotto voce, +LJ019-0087|or make signs; or the chances of recognizing or being recognized were reduced to a minimum by the use of a mask.|or make signs; or the chances of recognizing or being recognized were reduced to a minimum by the use of a mask. +LJ019-0088|There was no general rule of employment. Hard labor was often not insisted upon in separate confinement;|There was no general rule of employment. Hard labor was often not insisted upon in separate confinement; +LJ019-0089|sometimes it embraced the tread-wheel or the newly-invented instruments known as cranks, which ground air.|sometimes it embraced the tread-wheel or the newly-invented instruments known as cranks, which ground air. +LJ019-0090|The alternative between labor or idleness, or the selection of the form of labor,|The alternative between labor or idleness, or the selection of the form of labor, +LJ019-0091|were mere matters of chance, and decided according to the views of the local magistracy.|were mere matters of chance, and decided according to the views of the local magistracy. +LJ019-0092|They were approved of and employed at some prisons, at others objected to because they were unproductive,|They were approved of and employed at some prisons, at others objected to because they were unproductive, +LJ019-0093|and because the machine was often so imperfect that the amount of effort could not be exactly regulated.|and because the machine was often so imperfect that the amount of effort could not be exactly regulated. +LJ019-0094|Opinions differed greatly with regard to the tread-wheel; some authorities advocated it as a very severe and irksome punishment,|Opinions differed greatly with regard to the tread-wheel; some authorities advocated it as a very severe and irksome punishment, +LJ019-0095|which was yet under full control, and might be made to work corn-mills or prove otherwise productive;|which was yet under full control, and might be made to work corn-mills or prove otherwise productive; +LJ019-0096|other authorities as strongly condemned it as brutalizing, unequal in its operation, and altogether a "deplorable invention."|other authorities as strongly condemned it as brutalizing, unequal in its operation, and altogether a "deplorable invention." +LJ019-0097|This want of uniformity in prison discipline became ere long an acknowledged evil pressing for some remedy,|This want of uniformity in prison discipline became ere long an acknowledged evil pressing for some remedy, +LJ019-0098|and the question was once more taken up in the House of Commons. In 1849 Mr. Charles Pearson, M.P.,|and the question was once more taken up in the House of Commons. In eighteen forty-nine Mr. Charles Pearson, M.P., +LJ019-0099|moved for a committee to report upon the best means of securing some uniform system which should be "punitive, reformatory, and self-supporting;"|moved for a committee to report upon the best means of securing some uniform system which should be "punitive, reformatory, and self-supporting;" +LJ019-0100|but the session was far advanced, and the matter was relegated to the following year.|but the session was far advanced, and the matter was relegated to the following year. +LJ019-0101|In 1850 Sir George Grey brought forward a new motion to the same effect,|In eighteen fifty Sir George Grey brought forward a new motion to the same effect, +LJ019-0102|which was promptly carried, with the additional instruction to the committee to suggest any improvements.|which was promptly carried, with the additional instruction to the committee to suggest any improvements. +LJ019-0103|The latter had reference more especially to a proposal emanating from Mr. Charles Pearson himself.|The latter had reference more especially to a proposal emanating from Mr. Charles Pearson himself. +LJ019-0104|That gentleman had come to the conclusion that the ordinary and hackneyed methods of treatment were practically inefficacious,|That gentleman had come to the conclusion that the ordinary and hackneyed methods of treatment were practically inefficacious, +LJ019-0105|and that a new system of prison discipline should be introduced.|and that a new system of prison discipline should be introduced. +LJ019-0106|His plan was to devote the whole labor of prisoners sentenced to any term between three months and four years to agriculture.|His plan was to devote the whole labor of prisoners sentenced to any term between three months and four years to agriculture. +LJ019-0107|District prisons were to be established for this purpose, each of which would be in the heart of a farm of a thousand acres.|District prisons were to be established for this purpose, each of which would be in the heart of a farm of a thousand acres. +LJ019-0108|The prisoners were to cultivate the land and raise sufficient produce for their own support.|The prisoners were to cultivate the land and raise sufficient produce for their own support. +LJ019-0109|Mr. Pearson backed up his recommendations by many sound arguments.|Mr. Pearson backed up his recommendations by many sound arguments. +LJ019-0110|Field labor, he urged, and with reason, was a very suitable employment;|Field labor, he urged, and with reason, was a very suitable employment; +LJ019-0111|healthful, easily learnt, and well adapted to the circumstances of unskilled laborers.|healthful, easily learnt, and well adapted to the circumstances of unskilled laborers. +LJ019-0112|Such excellent returns might be counted upon, that a margin of profit would be left after the cost of the prisons had been defrayed.|Such excellent returns might be counted upon, that a margin of profit would be left after the cost of the prisons had been defrayed. +LJ019-0113|The scheme was no doubt fascinating, and in many respects feasible;|The scheme was no doubt fascinating, and in many respects feasible; +LJ019-0114|but Mr. Pearson overlooked some points in which a more practical mind would have foreseen difficulty, and perhaps forecasted failure.|but Mr. Pearson overlooked some points in which a more practical mind would have foreseen difficulty, and perhaps forecasted failure. +LJ019-0115|In his proposal he dwelt much upon the humanizing effects of healthful open-air toil,|In his proposal he dwelt much upon the humanizing effects of healthful open-air toil, +LJ019-0116|anticipating the best results from a system which made earnings, and indeed release, dependent upon the amount of work done.|anticipating the best results from a system which made earnings, and indeed release, dependent upon the amount of work done. +LJ019-0117|That industry might thus be stimulated and encouraged was probable enough,|That industry might thus be stimulated and encouraged was probable enough, +LJ019-0118|and later experience has fully proved the advantage of a judicious system of gratuities for labor;|and later experience has fully proved the advantage of a judicious system of gratuities for labor; +LJ019-0119|but Mr. Pearson hardly considered the converse sufficiently, and|but Mr. Pearson hardly considered the converse sufficiently, and +LJ019-0120|omitted the fact that he might have to deal with that persistent idleness which is not an unknown characteristic of the criminal class.|omitted the fact that he might have to deal with that persistent idleness which is not an unknown characteristic of the criminal class. +LJ019-0121|The hope of reward might do much, but no system of penal discipline is complete unless it can also count upon the fear of punishment.|The hope of reward might do much, but no system of penal discipline is complete unless it can also count upon the fear of punishment. +LJ019-0122|Mr. Pearson seems to have taken for granted that all prisoners would behave well in his district prisons.|Mr. Pearson seems to have taken for granted that all prisoners would behave well in his district prisons. +LJ019-0123|On that account he made no provision to insure safe custody,|On that account he made no provision to insure safe custody, +LJ019-0124|thinking perhaps that prisoners so well disposed would cheerfully remain in jail of their own accord.|thinking perhaps that prisoners so well disposed would cheerfully remain in jail of their own accord. +LJ019-0125|But an open farm of a thousand acres would have offered abundant chances of escape, which some at least would have attempted, probably with success.|But an open farm of a thousand acres would have offered abundant chances of escape, which some at least would have attempted, probably with success. +LJ019-0126|The creation of an expensive staff for supervision,|The creation of an expensive staff for supervision, +LJ019-0127|or the still more costly process of walling in the whole farm, would have greatly added to the charges of these establishments.|or the still more costly process of walling in the whole farm, would have greatly added to the charges of these establishments. +LJ019-0128|I have lingered too long perhaps over Mr. Pearson's proposal, but some reference was indispensable to a scheme|I have lingered too long perhaps over Mr. Pearson's proposal, but some reference was indispensable to a scheme +LJ019-0129|which marked the growth of public interest in prison affairs, and which was the germ of the new system|which marked the growth of public interest in prison affairs, and which was the germ of the new system +LJ019-0130|since admirably developed in the convict prisons of this country.|since admirably developed in the convict prisons of this country. +LJ019-0131|Mr. Pearson and the committee of 1850 have the more claim on our consideration, because,|Mr. Pearson and the committee of eighteen fifty have the more claim on our consideration, because, +LJ019-0132|in the inquiry which followed, attention was again attracted to Newgate.|in the inquiry which followed, attention was again attracted to Newgate. +LJ019-0133|The condition of that prison in 1850 may be gathered from the pages of the report. Not much had been done to remedy the old defects;|The condition of that prison in eighteen fifty may be gathered from the pages of the report. Not much had been done to remedy the old defects; +LJ019-0134|radical improvement was generally considered impossible. The great evil, however, had been sensibly diminished.|radical improvement was generally considered impossible. The great evil, however, had been sensibly diminished. +LJ019-0135|There was no longer, or at worst but rarely, and for short periods, the same overcrowding.|There was no longer, or at worst but rarely, and for short periods, the same overcrowding. +LJ019-0136|This was obviated by the frequent sessions of the Central Criminal Court, and the utilization of the two subsidiary prisons in Giltspur Street and Southwark.|This was obviated by the frequent sessions of the Central Criminal Court, and the utilization of the two subsidiary prisons in Giltspur Street and Southwark. +LJ019-0137|The prison population of Newgate was still subject to great fluctuations, but it seldom rose above two hundred and fifty or three hundred|The prison population of Newgate was still subject to great fluctuations, but it seldom rose above two hundred and fifty or three hundred +LJ019-0138|at the most crowded periods, or just before the sessional jail delivery; and at its lowest it fell sometimes to fifty or sixty.|at the most crowded periods, or just before the sessional jail delivery; and at its lowest it fell sometimes to fifty or sixty. +LJ019-0139|These numbers would have still further decreased, and the jail would have been almost empty, but for the misdemeanants who were still sent to Newgate|These numbers would have still further decreased, and the jail would have been almost empty, but for the misdemeanants who were still sent to Newgate +LJ019-0140|at times on long terms of imprisonment, and for the transports, whom the Home Office were often, as of old, slow to remove.|at times on long terms of imprisonment, and for the transports, whom the Home Office were often, as of old, slow to remove. +LJ019-0141|The old wards, day rooms and sleeping rooms combined, of which the reader has already heard so much,|The old wards, day rooms and sleeping rooms combined, of which the reader has already heard so much, +LJ019-0142|now seldom contained more than ten or a dozen each. Some sort of decorum was maintained among the occupants in the day-time.|now seldom contained more than ten or a dozen each. Some sort of decorum was maintained among the occupants in the day-time. +LJ019-0143|Drinking and gaming,|Drinking and gaming, +LJ019-0144|the indiscriminate visitation of friends, and the almost unlimited admission of extra food, these more glaring defects had disappeared.|the indiscriminate visitation of friends, and the almost unlimited admission of extra food, these more glaring defects had disappeared. +LJ019-0145|But reformation was only skin deep. Below the surface many of the old evils still rankled.|But reformation was only skin deep. Below the surface many of the old evils still rankled. +LJ019-0146|There was as yet no control over the prisoners after locking-up time;|There was as yet no control over the prisoners after locking-up time; +LJ019-0147|this occurred in summer at eight, but in the winter months it took place at dusk, and was often as early as four or five.|this occurred in summer at eight, but in the winter months it took place at dusk, and was often as early as four or five. +LJ019-0148|The prisoners were still left to themselves till next morning's unlocking,|The prisoners were still left to themselves till next morning's unlocking, +LJ019-0149|and they spent some fourteen or fifteen hours in total darkness, and almost without check or control.|and they spent some fourteen or fifteen hours in total darkness, and almost without check or control. +LJ019-0150|Captain Williams, who was the inspector of prisons for the home district in succession to Messrs. Crawford and Russell,|Captain Williams, who was the inspector of prisons for the home district in succession to Messrs. Crawford and Russell, +LJ019-0151|stated in evidence that he was visiting Newgate one night, when he heard a great disturbance in one of the day and sleeping rooms,|stated in evidence that he was visiting Newgate one night, when he heard a great disturbance in one of the day and sleeping rooms, +LJ019-0152|and on entering it found the prisoners engaged in kicking bundles of wood from one end of the ward to the other.|and on entering it found the prisoners engaged in kicking bundles of wood from one end of the ward to the other. +LJ019-0153|Some attempt at supervision was exercised by the night watchman stationed on the leads, who might hear what went on inside.|Some attempt at supervision was exercised by the night watchman stationed on the leads, who might hear what went on inside. +LJ019-0154|If any disturbance reached his ears, he reported the case to the governor, who next morning visited the ward in fault, and asked for the culprit.|If any disturbance reached his ears, he reported the case to the governor, who next morning visited the ward in fault, and asked for the culprit. +LJ019-0155|The enforcement of discipline depended upon the want of honor among thieves.|The enforcement of discipline depended upon the want of honor among thieves. +LJ019-0156|Unless the guilty prisoner was given up, the whole ward was punished, either by the exclusion of visitors or the deprivation of fire,|Unless the guilty prisoner was given up, the whole ward was punished, either by the exclusion of visitors or the deprivation of fire, +LJ019-0157|sharp tests which generally broke down the fidelity of the inmates of the ward to one another.|sharp tests which generally broke down the fidelity of the inmates of the ward to one another. +LJ019-0158|Later on a more efficacious but still imperfect method of supervision was introduced. Iron cages, which are still to be seen in Newgate,|Later on a more efficacious but still imperfect method of supervision was introduced. Iron cages, which are still to be seen in Newgate, +LJ019-0159|were constructed on the landings, ensconced in which warders spent the night, on duty, and alert to watch the sleepers below,|were constructed on the landings, ensconced in which warders spent the night, on duty, and alert to watch the sleepers below, +LJ019-0160|and check by remonstrance or threat of punishment all who broke the peace of the prison.|and check by remonstrance or threat of punishment all who broke the peace of the prison. +LJ019-0161|These disciplinary improvements were, however, only slowly and gradually introduced.|These disciplinary improvements were, however, only slowly and gradually introduced. +LJ019-0162|Other changes affecting the condition and proper treatment of prisoners were not made until the inspector had urged and recommended them.|Other changes affecting the condition and proper treatment of prisoners were not made until the inspector had urged and recommended them. +LJ019-0163|Thus the wards, which, as I have said, were left in complete darkness, were now to be lighted with gas; and after this most salutary addition,|Thus the wards, which, as I have said, were left in complete darkness, were now to be lighted with gas; and after this most salutary addition, +LJ019-0164|the personal superintendence of night officers, as already described, became possible.|the personal superintendence of night officers, as already described, became possible. +LJ019-0165|The rule became general as regards the prison dress; hitherto clothing had been issued only to such as were destitute or in rags, and all classes of prisoners,|The rule became general as regards the prison dress; hitherto clothing had been issued only to such as were destitute or in rags, and all classes of prisoners, +LJ019-0166|those for trial, and those sentenced for short terms or long|those for trial, and those sentenced for short terms or long +LJ019-0167|wore no distinguishing costume, although its use was admitted, not only for cleanliness, but as a badge of condition, and a security against escape.|wore no distinguishing costume, although its use was admitted, not only for cleanliness, but as a badge of condition, and a security against escape. +LJ019-0168|Renewed recommendations to provide employment resulted in the provision of a certain amount of oakum for picking,|Renewed recommendations to provide employment resulted in the provision of a certain amount of oakum for picking, +LJ019-0169|and one or two men were allowed to mend clothes and make shoes. The rules made by the Secretary of State were hung up in conspicuous parts of the prison;|and one or two men were allowed to mend clothes and make shoes. The rules made by the Secretary of State were hung up in conspicuous parts of the prison; +LJ019-0170|more officers were appointed, as the time of so many of those already on the staff was monopolized by attendance at the Central Criminal Court.|more officers were appointed, as the time of so many of those already on the staff was monopolized by attendance at the Central Criminal Court. +LJ019-0171|Another custom which had led to disorder was abolished;|Another custom which had led to disorder was abolished; +LJ019-0172|prisoners who had been acquitted were not permitted to return to the prison to show their joy and receive the congratulations of their unfortunate fellows.|prisoners who had been acquitted were not permitted to return to the prison to show their joy and receive the congratulations of their unfortunate fellows. +LJ019-0173|The Corporation seems to have introduced these salutary changes without hesitation.|The Corporation seems to have introduced these salutary changes without hesitation. +LJ019-0174|It was less prompt apparently in dealing with structural alterations and improvements.|It was less prompt apparently in dealing with structural alterations and improvements. +LJ019-0175|Well-founded complaints had been made of the want of heating appliances in the jail.|Well-founded complaints had been made of the want of heating appliances in the jail. +LJ019-0176|The wards had open fires, but the separate cells were not warmed at all.|The wards had open fires, but the separate cells were not warmed at all. +LJ019-0177|A scheme for heating the whole prison with hot-water pipes, after the system now generally adopted elsewhere, was considered,|A scheme for heating the whole prison with hot-water pipes, after the system now generally adopted elsewhere, was considered, +LJ019-0179|This, with a scheme for limiting the jail to untried prisoners, had been urgently recommended by Lord John Russell in 1830.|This, with a scheme for limiting the jail to untried prisoners, had been urgently recommended by Lord John Russell in eighteen thirty. +LJ019-0180|His letter to the Corporation, under date 4th June,|His letter to the Corporation, under date fourth June, +LJ019-0181|is an interesting document, and shows that even at that date the Government contemplated the erection of a model prison.|is an interesting document, and shows that even at that date the Government contemplated the erection of a model prison. +LJ019-0182|Lord John Russell, commenting upon the offer of the Corporation to improve Newgate,|Lord John Russell, commenting upon the offer of the Corporation to improve Newgate, +LJ019-0183|provided it was henceforth used only for untried prisoners, suggested that Newgate should be entirely reconstructed, and the new building adopted as a model.|provided it was henceforth used only for untried prisoners, suggested that Newgate should be entirely reconstructed, and the new building adopted as a model. +LJ019-0184|The Corporation had agreed to spend £20,000 on alterations, but £60,000 would suffice to reconstruct.|The Corporation had agreed to spend twenty thousand pounds on alterations, but sixty thousand pounds would suffice to reconstruct. +LJ019-0185|Lord John, with great fairness, admitted that the whole of this burthen could not be imposed upon the city|Lord John, with great fairness, admitted that the whole of this burthen could not be imposed upon the city +LJ019-0186|seeing that since the establishment of the Central Criminal Court, Newgate received prisoners for trial from several counties,|seeing that since the establishment of the Central Criminal Court, Newgate received prisoners for trial from several counties, +LJ019-0187|and he was therefore prepared to submit to Parliament a proposal that half the cost of reconstruction should be borne by public funds.|and he was therefore prepared to submit to Parliament a proposal that half the cost of reconstruction should be borne by public funds. +LJ019-0188|He forwarded plans prepared by the inspectors of prisons, not for blind adoption, but as a guide.|He forwarded plans prepared by the inspectors of prisons, not for blind adoption, but as a guide. +LJ019-0189|This plan was on the principle of cellular separation, a system, according to Lord John Russell, desirable in all prisons,|This plan was on the principle of cellular separation, a system, according to Lord John Russell, desirable in all prisons, +LJ019-0190|"but in a metropolitan prison absolutely essential." The Corporation in reply demurred rather to accepting strict separation as a rule,|"but in a metropolitan prison absolutely essential." The Corporation in reply demurred rather to accepting strict separation as a rule, +LJ019-0191|feeling that it approached too nearly to solitary confinement.|feeling that it approached too nearly to solitary confinement. +LJ019-0192|The court was, however, prepared to consider Lord John Russell's proposal with regard to the cost of rebuilding;|The court was, however, prepared to consider Lord John Russell's proposal with regard to the cost of rebuilding; +LJ019-0193|but as the plan was "confessedly experimental, for the benefit of the country generally, the amount for which the city should be responsible should be distinctly limited|but as the plan was "confessedly experimental, for the benefit of the country generally, the amount for which the city should be responsible should be distinctly limited +LJ019-0194|not to exceed a certain sum to be agreed upon.|not to exceed a certain sum to be agreed upon. +LJ019-0195|A proviso was also made that the magistrates should continue to exercise full control over the new jail,|A proviso was also made that the magistrates should continue to exercise full control over the new jail, +LJ019-0196|free from any other interference than that of the inspectors on the part of Government.|free from any other interference than that of the inspectors on the part of Government. +LJ019-0197|No doubt wiser counsels prevailed with Lord John Russell,|No doubt wiser counsels prevailed with Lord John Russell, +LJ019-0198|and on a more mature consideration he realized that the limited area of the existing Newgate site,|and on a more mature consideration he realized that the limited area of the existing Newgate site, +LJ019-0199|and the costliness of enlarging it, forbade all idea of entirely reconstructing the jail so as to constitute it a model prison.|and the costliness of enlarging it, forbade all idea of entirely reconstructing the jail so as to constitute it a model prison. +LJ019-0200|It would be far better to begin at the beginning,|It would be far better to begin at the beginning, +LJ019-0201|to select a sufficiently spacious piece of ground, and erect a prison which from foundations to roofs should be in conformity with the newest ideas.|to select a sufficiently spacious piece of ground, and erect a prison which from foundations to roofs should be in conformity with the newest ideas. +LJ019-0202|The preference given to the Pentonville system destroyed all hopes of a complete reformation of Newgate.|The preference given to the Pentonville system destroyed all hopes of a complete reformation of Newgate. +LJ019-0203|But the condition of the great city jail was evidently considered a reproach by the city authorities, and a year after the opening of the new "model" at Pentonville,|But the condition of the great city jail was evidently considered a reproach by the city authorities, and a year after the opening of the new "model" at Pentonville, +LJ019-0204|a serious effort was made to reconstruct Newgate.|a serious effort was made to reconstruct Newgate. +LJ019-0205|In 1845 the Jail Committee brought forward a definite proposal to purchase ground in the immediate vicinity for the erection of a new jail.|In eighteen forty-five the Jail Committee brought forward a definite proposal to purchase ground in the immediate vicinity for the erection of a new jail. +LJ019-0206|This jail was nominally to replace the Giltspur Street Compter,|This jail was nominally to replace the Giltspur Street Compter, +LJ019-0207|The site of which was to be sold to Christ's Hospital, but the intention was of course to embody and absorb old Newgate in the new construction.|The site of which was to be sold to Christ's Hospital, but the intention was of course to embody and absorb old Newgate in the new construction. +LJ019-0208|The proposal made was to purchase some fifty thousand square feet between Newgate, Warwick Lane, and the Sessions House,|The proposal made was to purchase some fifty thousand square feet between Newgate, Warwick Lane, and the Sessions House, +LJ019-0209|the situation having been proved by long experience to be salubrious.|the situation having been proved by long experience to be salubrious. +LJ019-0210|But when this suggestion was brought before the court of aldermen, various amendments were proposed.|But when this suggestion was brought before the court of aldermen, various amendments were proposed. +LJ019-0211|It was urged that the area selected for purchase must be excessively costly to acquire, and still quite inadequate for the city needs.|It was urged that the area selected for purchase must be excessively costly to acquire, and still quite inadequate for the city needs. +LJ019-0212|The Home Secretary had laid it down that at least five acres would be indispensable, and such an area it was impossible to obtain within the limits of the city.|The Home Secretary had laid it down that at least five acres would be indispensable, and such an area it was impossible to obtain within the limits of the city. +LJ019-0213|Now for the first time the Tuffnell estate in Holloway was mentioned.|Now for the first time the Tuffnell estate in Holloway was mentioned. +LJ019-0214|The Corporation owned lands there covering from nineteen to twenty acres.|The Corporation owned lands there covering from nineteen to twenty acres. +LJ019-0215|Why not move the city prison bodily into this more rural spot, with its purer air and greater breathing space?|Why not move the city prison bodily into this more rural spot, with its purer air and greater breathing space? +LJ019-0216|Eventually Holloway was decided upon as a site for the new city prison.|Eventually Holloway was decided upon as a site for the new city prison. +LJ019-0217|The necessary preliminaries took some time, but the contracts for the new building were completed in 1849, when the works were commenced.|The necessary preliminaries took some time, but the contracts for the new building were completed in eighteen forty-nine, when the works were commenced. +LJ019-0218|The prison was to contain four hundred and four prisoners, and the estimated expenditure was £79,000.|The prison was to contain four hundred and four prisoners, and the estimated expenditure was seventy-nine thousand pounds. +LJ019-0219|It was to accommodate only the convicted prisoners sentenced to terms short of penal servitude, and after its completion|It was to accommodate only the convicted prisoners sentenced to terms short of penal servitude, and after its completion +LJ019-0220|the uses of Newgate were narrowed almost entirely to those of a prison of detention.|the uses of Newgate were narrowed almost entirely to those of a prison of detention. +LJ019-0221|It was intended as far as possible that, except awaiting trial, no prisoner should find himself relegated to Newgate.|It was intended as far as possible that, except awaiting trial, no prisoner should find himself relegated to Newgate. +LJ019-0222|This principle became more and more generally the rule, although it has never been punctiliously observed. Now and again|This principle became more and more generally the rule, although it has never been punctiliously observed. Now and again +LJ019-0223|misdemeanants have found their way into Newgate, and within the last few years one offender against the privileges of the House of Commons.|misdemeanants have found their way into Newgate, and within the last few years one offender against the privileges of the House of Commons. +LJ019-0224|With the reduction of numbers to be accommodated, there was ample space in Newgate for its reconstruction on the most approved modern lines.|With the reduction of numbers to be accommodated, there was ample space in Newgate for its reconstruction on the most approved modern lines. +LJ019-0225|In 1857|In eighteen fifty-seven +LJ019-0226|the erection of a wing or large block of cells was commenced within the original walls of the prison, and upon the north or male side.|the erection of a wing or large block of cells was commenced within the original walls of the prison, and upon the north or male side. +LJ019-0227|This block contained one hundred and thirty cells, embracing every modern improvement;|This block contained one hundred and thirty cells, embracing every modern improvement; +LJ019-0228|it also contained eleven reception cells, six punishment cells, and a couple of cells for condemned criminals.|it also contained eleven reception cells, six punishment cells, and a couple of cells for condemned criminals. +LJ019-0229|This block was completed in 1859, after which the hitherto unavoidable and long-continued promiscuous association of prisoners|This block was completed in eighteen fifty-nine, after which the hitherto unavoidable and long-continued promiscuous association of prisoners +LJ019-0230|In 1861 a similar work was undertaken to provide separate cellular accommodation for the female inmates of Newgate,|In eighteen sixty-one a similar work was undertaken to provide separate cellular accommodation for the female inmates of Newgate, +LJ019-0231|and by the following year forty-seven new cells had been built on the most approved plan.|and by the following year forty-seven new cells had been built on the most approved plan. +LJ019-0232|During this reconstruction the female prisoners were lodged in Holloway,|During this reconstruction the female prisoners were lodged in Holloway, +LJ019-0233|and when it was completed, both sides of the prison were brought into harmony with modern ideas.|and when it was completed, both sides of the prison were brought into harmony with modern ideas. +LJ019-0234|The old buildings were entirely disused, and the whole of the inmates of Newgate were kept constantly in separate confinement.|The old buildings were entirely disused, and the whole of the inmates of Newgate were kept constantly in separate confinement. +LJ019-0235|With the last re-edification of Newgate, a work executed some seven centuries after the first stone of the old jail was laid,|With the last re-edification of Newgate, a work executed some seven centuries after the first stone of the old jail was laid, +LJ019-0236|the architectural records of the prison end. Nothing much was done at Newgate in the way of building, outside or in, after 1862.|the architectural records of the prison end. Nothing much was done at Newgate in the way of building, outside or in, after eighteen sixty-two. +LJ019-0237|The Act for private executions led to the erection of the gallows shed in the exercising yard, and at the flank of the passage from the condemned cells.|The Act for private executions led to the erection of the gallows shed in the exercising yard, and at the flank of the passage from the condemned cells. +LJ019-0238|The first "glass house," or room in which prisoners could talk in private with their attorneys, but yet be seen by the warder on the watch, had been constructed|The first "glass house," or room in which prisoners could talk in private with their attorneys, but yet be seen by the warder on the watch, had been constructed +LJ019-0239|and others were subsequently added.|and others were subsequently added. +LJ019-0241|But in the interval very comprehensive and, I think it must be admitted, salutary changes were successively introduced into the management of prisons.|But in the interval very comprehensive and, I think it must be admitted, salutary changes were successively introduced into the management of prisons. +LJ019-0242|Newgate naturally shared in any advantages due to these reforms. I propose, therefore, to refer to them in the concluding pages of this work,|Newgate naturally shared in any advantages due to these reforms. I propose, therefore, to refer to them in the concluding pages of this work, +LJ019-0243|and thus bring the history of prison discipline down to our own times.|and thus bring the history of prison discipline down to our own times. +LJ019-0244|The last inquiry into the condition and management of our jails and houses of correction was that made by the Lords' Committee in 1863.|The last inquiry into the condition and management of our jails and houses of correction was that made by the Lords' Committee in eighteen sixty-three. +LJ019-0245|The inquiry was most searching and complete, and the committee spoke plainly in its report.|The inquiry was most searching and complete, and the committee spoke plainly in its report. +LJ019-0246|It animadverted strongly on "the many and wide differences as regards construction, labor, diet, and general discipline"|It animadverted strongly on "the many and wide differences as regards construction, labor, diet, and general discipline" +LJ019-0247|which existed in the various prisons,|which existed in the various prisons, +LJ019-0248|leading to an inequality, uncertainty, and inefficiency of punishment productive of the most prejudicial results.|leading to an inequality, uncertainty, and inefficiency of punishment productive of the most prejudicial results. +LJ019-0249|The varieties in construction were still very marked.|The varieties in construction were still very marked. +LJ019-0250|In many prisons the prisoners were still associated, and, from the want of a sufficient number of cells, the principle of separation was still greatly neglected.|In many prisons the prisoners were still associated, and, from the want of a sufficient number of cells, the principle of separation was still greatly neglected. +LJ019-0251|Yet this principle, as the committee pointed out, "must now be accepted as the foundation of prison discipline,"|Yet this principle, as the committee pointed out, "must now be accepted as the foundation of prison discipline," +LJ019-0252|while its rigid maintenance was in its opinion vital to the efficiency of the jails.|while its rigid maintenance was in its opinion vital to the efficiency of the jails. +LJ019-0253|Even where cells had been built|Even where cells had been built +LJ019-0254|they were frequently below the standard size, and were therefore not certified for occupation as was required by law.|they were frequently below the standard size, and were therefore not certified for occupation as was required by law. +LJ019-0255|Great numbers were not lighted at night, and were without means by which their inmates could communicate, in case of urgent necessity, with their keepers.|Great numbers were not lighted at night, and were without means by which their inmates could communicate, in case of urgent necessity, with their keepers. +LJ019-0256|Still greater were the differences with regard to employment. The various authorities held widely different opinions as to what constituted hard labor.|Still greater were the differences with regard to employment. The various authorities held widely different opinions as to what constituted hard labor. +LJ019-0257|Here the tread-wheel was in use, there cellular cranks, or hard-labor machines.|Here the tread-wheel was in use, there cellular cranks, or hard-labor machines. +LJ019-0258|Both, however, varied greatly in mechanism and in the amount of energy they called forth,|Both, however, varied greatly in mechanism and in the amount of energy they called forth, +LJ019-0259|while the former was intended for the congregate labor of a number, and the latter, as its name implies, imposed continuous solitary toil.|while the former was intended for the congregate labor of a number, and the latter, as its name implies, imposed continuous solitary toil. +LJ019-0260|At other prisons "shot-drill," the lifting and carrying of heavy round shot, was the favorite method of inflicting penal labor.|At other prisons "shot-drill," the lifting and carrying of heavy round shot, was the favorite method of inflicting penal labor. +LJ019-0261|With these differences were others as opposed concerning industrial occupation.|With these differences were others as opposed concerning industrial occupation. +LJ019-0262|The jail authorities often gave the highest, possibly undue, importance to the value of remunerative employment,|The jail authorities often gave the highest, possibly undue, importance to the value of remunerative employment, +LJ019-0263|and sought to make profitable returns from prisoners' labor the test of prison efficiency. In this view the committee could not coincide,|and sought to make profitable returns from prisoners' labor the test of prison efficiency. In this view the committee could not coincide, +LJ019-0264|and it was decidedly of opinion that in all short sentences the hard labor of the tread-wheel, crank, and so forth should be the invariable rule.|and it was decidedly of opinion that in all short sentences the hard labor of the tread-wheel, crank, and so forth should be the invariable rule. +LJ019-0265|In dietaries, again, the same wide diversity of practice obtained.|In dietaries, again, the same wide diversity of practice obtained. +LJ019-0266|The efforts made by Sir James Graham years before to introduce uniformity in this particular had failed of effect.|The efforts made by Sir James Graham years before to introduce uniformity in this particular had failed of effect. +LJ019-0267|The Secretary of State's suggested scale of diet had seldom been closely followed.|The Secretary of State's suggested scale of diet had seldom been closely followed. +LJ019-0268|In some places the dietary was too full, in others too meager. Its constituents were not of the most suitable character.|In some places the dietary was too full, in others too meager. Its constituents were not of the most suitable character. +LJ019-0269|More animal food was given than was necessary.|More animal food was given than was necessary. +LJ019-0270|Vegetables, especially the potato, that most valuable anti-scorbutic, was too often omitted.|Vegetables, especially the potato, that most valuable anti-scorbutic, was too often omitted. +LJ019-0271|In a word, the value of diet as a part of penal discipline was still insufficiently recognized.|In a word, the value of diet as a part of penal discipline was still insufficiently recognized. +LJ019-0272|The prisons were still far from inflicting the three punishments, hard labor, hard fare, and a hard bed|The prisons were still far from inflicting the three punishments, hard labor, hard fare, and a hard bed +LJ019-0273|which Sir Joshua Jebb told the committee he considered the proper elements of penal discipline.|which Sir Joshua Jebb told the committee he considered the proper elements of penal discipline. +LJ019-0274|It is interesting to note here|It is interesting to note here +LJ019-0275|that the committee of 1863 fully endorsed Sir Joshua's recommendations as regards a "hard bed," and recommended that|that the committee of eighteen sixty-three fully endorsed Sir Joshua's recommendations as regards a "hard bed," and recommended that +LJ019-0276|during short sentences, or the earlier stages of a long confinement,|during short sentences, or the earlier stages of a long confinement, +LJ019-0277|the prisoners should be made to dispense with the use of a mattress, and should sleep on planks.|the prisoners should be made to dispense with the use of a mattress, and should sleep on planks. +LJ019-0278|This suggestion was adopted in the Act of 1865, which followed the committee's report, and of which more directly.|This suggestion was adopted in the Act of eighteen sixty-five, which followed the committee's report, and of which more directly. +LJ019-0279|Clause 92, Schedule 1 of that act authorized the use of plank beds, which were adopted in many prisons.|Clause ninety-two, Schedule one of that act authorized the use of plank beds, which were adopted in many prisons. +LJ019-0280|They are now the universal rule,|They are now the universal rule, +LJ019-0281|introduced, as was erroneously supposed, by the prison commissioners appointed under the Prison Act of 1877.|introduced, as was erroneously supposed, by the prison commissioners appointed under the Prison Act of eighteen seventy-seven. +LJ019-0282|Their origin it will be seen dates back much further than that.|Their origin it will be seen dates back much further than that. +LJ019-0283|Beds might well be made hard and their use strictly limited.|Beds might well be made hard and their use strictly limited. +LJ019-0284|According to this committee of 1863, beds in the smaller and most carelessly conducted prisons formed a large element in the life of a prisoner.|According to this committee of eighteen sixty-three, beds in the smaller and most carelessly conducted prisons formed a large element in the life of a prisoner. +LJ019-0285|In one jail fifteen hours were spent in bed out of the twenty-four. This was in keeping with other grave defects and omissions.|In one jail fifteen hours were spent in bed out of the twenty-four. This was in keeping with other grave defects and omissions. +LJ019-0286|The minor borough prisons were the worst blot on the still dark and imperfect system.|The minor borough prisons were the worst blot on the still dark and imperfect system. +LJ019-0287|They were very numerous, very imperfect in construction and management, and they were very little required.|They were very numerous, very imperfect in construction and management, and they were very little required. +LJ019-0288|In them, according to the committee, the old objectionable practices were still in full force.|In them, according to the committee, the old objectionable practices were still in full force. +LJ019-0289|There was unrestrained association of untried and convicted, juvenile with adult prisoners, vagrants, misdemeanants, felons.|There was unrestrained association of untried and convicted, juvenile with adult prisoners, vagrants, misdemeanants, felons. +LJ019-0290|There were dormitories without light, control, or regulation at night,|There were dormitories without light, control, or regulation at night, +LJ019-0291|which warders, dreading assault, were afraid to enter after dark, even to check rioting and disturbance.|which warders, dreading assault, were afraid to enter after dark, even to check rioting and disturbance. +LJ019-0292|Prisoners still slept two in a bed.|Prisoners still slept two in a bed. +LJ019-0293|In one prison the bedsteads had been removed lest the prisoners should break them up and convert them into weapons of offense.|In one prison the bedsteads had been removed lest the prisoners should break them up and convert them into weapons of offense. +LJ019-0294|The prison buildings were in many places out of repair; other houses often overlooked them.|The prison buildings were in many places out of repair; other houses often overlooked them. +LJ019-0295|A single officer was the only custodian and disciplinary authority in the jail.|A single officer was the only custodian and disciplinary authority in the jail. +LJ019-0296|Complete idleness was tolerated; there was neither penal labor nor light employment.|Complete idleness was tolerated; there was neither penal labor nor light employment. +LJ019-0297|The prisoners inter-communicated freely, and exercised the most injurious, corrupting influences upon one another.|The prisoners inter-communicated freely, and exercised the most injurious, corrupting influences upon one another. +LJ019-0298|The total want of administration was very marked,|The total want of administration was very marked, +LJ019-0299|but in one prison it was such that the prisoners' food was supplied daily from the neighboring inn, and the innkeeper's bill constituted the only accounts kept.|but in one prison it was such that the prisoners' food was supplied daily from the neighboring inn, and the innkeeper's bill constituted the only accounts kept. +LJ019-0300|The committee might well suggest the abolition of these jails, or their amalgamation with the larger county establishments in their immediate neighborhood.|The committee might well suggest the abolition of these jails, or their amalgamation with the larger county establishments in their immediate neighborhood. +LJ019-0301|Some idea of the comparative uselessness of these small borough prisons was conveyed by some figures quoted by the committee.|Some idea of the comparative uselessness of these small borough prisons was conveyed by some figures quoted by the committee. +LJ019-0302|In 1862 there were in all one hundred and ninety-three jails in England and Wales;|In eighteen sixty-two there were in all one hundred and ninety-three jails in England and Wales; +LJ019-0303|of these, sixty-three gave admittance during the entire year to less than twenty-five prisoners;|of these, sixty-three gave admittance during the entire year to less than twenty-five prisoners; +LJ019-0304|twenty-two others received between eleven and twenty-five;|twenty-two others received between eleven and twenty-five; +LJ019-0305|fourteen received less than eleven and more than six;|fourteen received less than eleven and more than six; +LJ019-0306|while twenty-seven received less than six prisoners, and were in some instances absolutely tenantless.|while twenty-seven received less than six prisoners, and were in some instances absolutely tenantless. +LJ019-0307|The result of the recommendation of the committee of 1862 was the Prison Act of 1865,|The result of the recommendation of the committee of eighteen sixty-two was the Prison Act of eighteen sixty-five, +LJ019-0308|the penultimate of such enactments, many of the provisions of which still remain in force.|the penultimate of such enactments, many of the provisions of which still remain in force. +LJ019-0309|The main object of this act was to compass that uniformity in discipline and treatment generally|The main object of this act was to compass that uniformity in discipline and treatment generally +LJ019-0310|which had long been admitted as indispensable, and had never as yet been properly obtained.|which had long been admitted as indispensable, and had never as yet been properly obtained. +LJ019-0311|The legislature was beginning to overcome its disinclination to interfere actively or authoritatively|The legislature was beginning to overcome its disinclination to interfere actively or authoritatively +LJ019-0312|with the local jurisdictions, although still very leniently disposed.|with the local jurisdictions, although still very leniently disposed. +LJ019-0313|However, it now laid down in plain language and with precise details the requirements of a good jail system.|However, it now laid down in plain language and with precise details the requirements of a good jail system. +LJ019-0314|The separation of prisoners in cells duly certified by the inspectors was insisted upon,|The separation of prisoners in cells duly certified by the inspectors was insisted upon, +LJ019-0315|also their constant employment in labor appropriate to their condition.|also their constant employment in labor appropriate to their condition. +LJ019-0316|Hard labor of the first and second class was carefully defined.|Hard labor of the first and second class was carefully defined. +LJ019-0317|The former, which consisted principally of the tread-wheel, cranks, capstans, shot-drill,|The former, which consisted principally of the tread-wheel, cranks, capstans, shot-drill, +LJ019-0318|was to be the rule for all convicted prisoners throughout the early stages of their detention;|was to be the rule for all convicted prisoners throughout the early stages of their detention; +LJ019-0319|while the latter, which included various forms of industrial employment,|while the latter, which included various forms of industrial employment, +LJ019-0320|was the boon to which willing industry extending over a long period established a certain claim.|was the boon to which willing industry extending over a long period established a certain claim. +LJ019-0321|The infliction of punishment more or less uniform was thus aimed at.|The infliction of punishment more or less uniform was thus aimed at. +LJ019-0322|On the other hand, new and careful regulations were framed to secure the moral and material well-being of the inmates of the jails.|On the other hand, new and careful regulations were framed to secure the moral and material well-being of the inmates of the jails. +LJ019-0323|The law made it imperative that every prison should have a prison chapel, and that daily and Sunday services should be held.|The law made it imperative that every prison should have a prison chapel, and that daily and Sunday services should be held. +LJ019-0324|The chaplain's duties were enlarged, and the principle of toleration accepted to the extent of securing to all prisoners|The chaplain's duties were enlarged, and the principle of toleration accepted to the extent of securing to all prisoners +LJ019-0325|the ministrations of ministers of their own form of belief.|the ministrations of ministers of their own form of belief. +LJ019-0326|Steps were taken to provide the illiterate with secular instruction.|Steps were taken to provide the illiterate with secular instruction. +LJ019-0327|No less close was the care as regards preservation of health.|No less close was the care as regards preservation of health. +LJ019-0328|Stringent rules were prescribed for the prison surgeons;|Stringent rules were prescribed for the prison surgeons; +LJ019-0329|every prison was ordered to keep up an infirmary, and the medical supervision was to be strict and continuous.|every prison was ordered to keep up an infirmary, and the medical supervision was to be strict and continuous. +LJ019-0330|Dietaries were drawn up for adoption on the recommendation of a committee of experts.|Dietaries were drawn up for adoption on the recommendation of a committee of experts. +LJ019-0331|Baths were provided, ablutions ordered, and all appliances to insure personal cleanliness.|Baths were provided, ablutions ordered, and all appliances to insure personal cleanliness. +LJ019-0332|The administration of good government was to be watched over by the local magistracy, certain of whom, styled visiting justices,|The administration of good government was to be watched over by the local magistracy, certain of whom, styled visiting justices, +LJ019-0333|were elected to inspect the prisons frequently, to examine the prisoners, hear complaints, and check abuses.|were elected to inspect the prisons frequently, to examine the prisoners, hear complaints, and check abuses. +LJ019-0334|Under them the governor or jailer was held strictly responsible.|Under them the governor or jailer was held strictly responsible. +LJ019-0335|The books and journals he was to keep were minutely specified, and his constant presence in or near the jail was insisted upon.|The books and journals he was to keep were minutely specified, and his constant presence in or near the jail was insisted upon. +LJ019-0336|His disciplinary powers were defined by the act, and his duties,|His disciplinary powers were defined by the act, and his duties, +LJ019-0337|both in controlling his subordinates and in protecting the prisoners from petty tyranny and oppression, every one of whom he was to see once every twenty-four hours.|both in controlling his subordinates and in protecting the prisoners from petty tyranny and oppression, every one of whom he was to see once every twenty-four hours. +LJ019-0338|But discipline was to be maintained if necessary by punishment,|But discipline was to be maintained if necessary by punishment, +LJ019-0339|while decency and good order were to be insured by the strict prohibition of gambling and drunkenness.|while decency and good order were to be insured by the strict prohibition of gambling and drunkenness. +LJ019-0340|The latter was rendered nearly impossible by the penalties imposed on persons bringing spirituous liquors into the jail.|The latter was rendered nearly impossible by the penalties imposed on persons bringing spirituous liquors into the jail. +LJ019-0341|The old custom, so fruitful of the worst evils, of keeping a tap inside the prison was made illegal.|The old custom, so fruitful of the worst evils, of keeping a tap inside the prison was made illegal. +LJ019-0342|So was the employment of prisoners in any position of trust or authority;|So was the employment of prisoners in any position of trust or authority; +LJ019-0343|they were not to be turnkeys or assistant turnkeys, neither wardsman nor yardsman, overseer,|they were not to be turnkeys or assistant turnkeys, neither wardsman nor yardsman, overseer, +LJ019-0344|monitor, or schoolmaster, nor to be engaged in the service of any officer of the prison.|monitor, or schoolmaster, nor to be engaged in the service of any officer of the prison. +LJ019-0345|The Act of 1865 also encouraged and empowered the local authorities to "alter, enlarge, or rebuild" their prisons.|The Act of eighteen sixty-five also encouraged and empowered the local authorities to "alter, enlarge, or rebuild" their prisons. +LJ019-0346|They might raise funds for this purpose, provided a certificate for the necessity for the new works was given, either by the recorder|They might raise funds for this purpose, provided a certificate for the necessity for the new works was given, either by the recorder +LJ019-0347|chairman of quarter sessions, or even by a couple of justices.|chairman of quarter sessions, or even by a couple of justices. +LJ019-0348|Every facility was promised. The sanction of the Secretary of State would not be withheld if plans and estimates were duly submitted,|Every facility was promised. The sanction of the Secretary of State would not be withheld if plans and estimates were duly submitted, +LJ019-0349|and they met with the approval of his professional adviser, the surveyor-general of prisons.|and they met with the approval of his professional adviser, the surveyor-general of prisons. +LJ019-0350|The funds necessary would be advanced by the Public Works Loan Commissioners, and the interest might be charged against the county or borough rates.|The funds necessary would be advanced by the Public Works Loan Commissioners, and the interest might be charged against the county or borough rates. +LJ019-0351|Nor were these the only inducements offered. Where local authorities were indisposed to set their prisons in order,|Nor were these the only inducements offered. Where local authorities were indisposed to set their prisons in order, +LJ019-0352|or hesitated to embark upon any considerable expenditure to alter or rebuild,|or hesitated to embark upon any considerable expenditure to alter or rebuild, +LJ019-0353|they were at liberty to hire suitable cell accommodation from any neighbors who might have it to spare; the only proviso,|they were at liberty to hire suitable cell accommodation from any neighbors who might have it to spare; the only proviso, +LJ019-0354|That no such contract was valid between one jurisdiction and another unless the Secretary of State was satisfied that the prison it was intended to use|That no such contract was valid between one jurisdiction and another unless the Secretary of State was satisfied that the prison it was intended to use +LJ019-0355|came up in all respects to modern requirements.|came up in all respects to modern requirements. +LJ019-0356|But the act was not limited to permissive legislation. Its provisions and enactments were backed up by certain penalties.|But the act was not limited to permissive legislation. Its provisions and enactments were backed up by certain penalties. +LJ019-0357|The Secretary of State was empowered to deal rather summarily with "inadequate" prisons, in other words,|The Secretary of State was empowered to deal rather summarily with "inadequate" prisons, in other words, +LJ019-0358|with those in which there was no separation, no proper enforcement of hard labor, no chapel, infirmary, and so forth.|with those in which there was no separation, no proper enforcement of hard labor, no chapel, infirmary, and so forth. +LJ019-0359|He could in the first place withhold the government grant in aid of prison funds by refusing the certificate to the Treasury upon which the allowance was paid.|He could in the first place withhold the government grant in aid of prison funds by refusing the certificate to the Treasury upon which the allowance was paid. +LJ019-0360|This he might do on the representation of the inspector of prisons,|This he might do on the representation of the inspector of prisons, +LJ019-0361|who was bound to report any deficiencies and abuses he might find at his periodical visits. The Secretary of State might go further.|who was bound to report any deficiencies and abuses he might find at his periodical visits. The Secretary of State might go further. +LJ019-0362|Where the local authority had neglected to comply with the provisions of the 1865 Act for four consecutive years,|Where the local authority had neglected to comply with the provisions of the eighteen sixty-five Act for four consecutive years, +LJ019-0363|he could close the "inadequate" prison, by declaring it unfit for the reception of prisoners.|he could close the "inadequate" prison, by declaring it unfit for the reception of prisoners. +LJ019-0364|His order would at the same time specify some neighboring and more satisfactory prison which the local authority would be compelled to utilize instead,|His order would at the same time specify some neighboring and more satisfactory prison which the local authority would be compelled to utilize instead, +LJ019-0365|and with the concurrence of the other authority, and on payment. A few provisos governed these rather extensive powers.|and with the concurrence of the other authority, and on payment. A few provisos governed these rather extensive powers. +LJ019-0366|It was necessary, for instance, to give due notice when the government grant was to be withdrawn,|It was necessary, for instance, to give due notice when the government grant was to be withdrawn, +LJ019-0367|and with the warning a copy of the particular defects and allegations was to be sent to the local authority.|and with the warning a copy of the particular defects and allegations was to be sent to the local authority. +LJ019-0368|The latter too was to be laid before the House of Commons.|The latter too was to be laid before the House of Commons. +LJ019-0369|In the same way, six months' notice was required in cases where the closing of a prison was contemplated;|In the same way, six months' notice was required in cases where the closing of a prison was contemplated; +LJ019-0370|but if these conditions were observed, the Secretary of State could deal sharply enough with the defaulting jurisdictions.|but if these conditions were observed, the Secretary of State could deal sharply enough with the defaulting jurisdictions. +LJ019-0371|Yet the law was seldom if ever enforced.|Yet the law was seldom if ever enforced. +LJ019-0372|It was practically inoperative as regards the penalties for neglect. It was no doubt as irksome and inconvenient to the Secretary of State|It was practically inoperative as regards the penalties for neglect. It was no doubt as irksome and inconvenient to the Secretary of State +LJ019-0373|to avail himself of his powers, as it was difficult to bring home the derelictions of duties and evasion of the acts. Too much was left to the inspectors.|to avail himself of his powers, as it was difficult to bring home the derelictions of duties and evasion of the acts. Too much was left to the inspectors. +LJ019-0374|It was nearly impossible for them to exercise a very close supervision over the whole of the prisons of the country.|It was nearly impossible for them to exercise a very close supervision over the whole of the prisons of the country. +LJ019-0375|There were only two of them, and they could not visit each prison more than once in each year, sometimes not oftener than once in eighteen months.|There were only two of them, and they could not visit each prison more than once in each year, sometimes not oftener than once in eighteen months. +LJ019-0376|The task imposed upon them, tending as it did to the imposition of a fine upon the local authorities, was not a pleasant one,|The task imposed upon them, tending as it did to the imposition of a fine upon the local authorities, was not a pleasant one, +LJ019-0377|and it is not strange if they did not very frequently hand up the offenders to the reproof and correction of the Secretary of State.|and it is not strange if they did not very frequently hand up the offenders to the reproof and correction of the Secretary of State. +LJ019-0378|As the almost inevitable consequence, while the more glaring defects in prison management disappeared,|As the almost inevitable consequence, while the more glaring defects in prison management disappeared, +LJ019-0379|matters went on after the 1865 Act much the same as they had done before. Districts differed greatly in the attention they paid to prison affairs.|matters went on after the eighteen sixty-five Act much the same as they had done before. Districts differed greatly in the attention they paid to prison affairs. +LJ019-0380|In one part the most praiseworthy activity prevailed,|In one part the most praiseworthy activity prevailed, +LJ019-0381|in another there was half-heartedness, even apathy and an almost complete contempt for the provisions of the act.|in another there was half-heartedness, even apathy and an almost complete contempt for the provisions of the act. +LJ019-0382|As the years passed, great want of uniformity continued to prevail throughout the prisons of the United Kingdom.|As the years passed, great want of uniformity continued to prevail throughout the prisons of the United Kingdom. +LJ019-0383|The whole question assumed sufficient importance to become a part of the Government program when Lord Beaconsfield took office in 1874.|The whole question assumed sufficient importance to become a part of the Government program when Lord Beaconsfield took office in eighteen seventy-four. +LJ019-0384|The Home Secretary in that administration,|The Home Secretary in that administration, +LJ019-0385|Mr. (now Sir Richard) Cross, having applied himself vigorously to the task of reorganizing the whole system, became convinced|Mr. (now Sir Richard) Cross, having applied himself vigorously to the task of reorganizing the whole system, became convinced +LJ019-0386|that no complete reform could be accomplished so long as the prisons were left under the jurisdiction of the local authorities.|that no complete reform could be accomplished so long as the prisons were left under the jurisdiction of the local authorities. +LJ019-0387|The Prisons Bill of 1876 contemplated the transfer of the prisons to Government.|The Prisons Bill of eighteen seventy-six contemplated the transfer of the prisons to Government. +LJ019-0388|This bill, reintroduced in 1877, became law that year, after which the whole of the prisons, including Newgate,|This bill, reintroduced in eighteen seventy-seven, became law that year, after which the whole of the prisons, including Newgate, +LJ019-0389|passed under the more direct control of the State.|passed under the more direct control of the State. +LJ019-0390|Since then a strong central authority has labored steadfastly to compass concentration,|Since then a strong central authority has labored steadfastly to compass concentration, +LJ019-0391|to close useless prisons, and to insure that uniformity of system which all thoughtful persons had long admitted to be of paramount importance|to close useless prisons, and to insure that uniformity of system which all thoughtful persons had long admitted to be of paramount importance +LJ019-0392|in the administration of prisons.|in the administration of prisons. +LJ019-0393|Three years after the advent of the prison commissioners, it was decided that Newgate was an excessively costly and redundant establishment.|Three years after the advent of the prison commissioners, it was decided that Newgate was an excessively costly and redundant establishment. +LJ019-0394|It was only filled at the periods when the sessions of the Central Criminal Court were in progress;|It was only filled at the periods when the sessions of the Central Criminal Court were in progress; +LJ019-0395|at others an expensive staff was maintained with little or nothing to do.|at others an expensive staff was maintained with little or nothing to do. +LJ019-0396|At a short distance stood another prison of detention, that of Clerkenwell,|At a short distance stood another prison of detention, that of Clerkenwell, +LJ019-0397|with spare accommodation sufficient to receive all prisoners who were then committed to Newgate. These arguments were unanswerable.|with spare accommodation sufficient to receive all prisoners who were then committed to Newgate. These arguments were unanswerable. +LJ019-0398|Accordingly, it was ordered by Sir William Harcourt, the present Secretary of State, that Newgate should cease to be used as a regular prison,|Accordingly, it was ordered by Sir William Harcourt, the present Secretary of State, that Newgate should cease to be used as a regular prison, +LJ019-0399|and it is now, except during sessions or when the gallows is in requisition, practically and for ever closed.|and it is now, except during sessions or when the gallows is in requisition, practically and for ever closed. +LJ020-0001|Marion Harland's Cookery for Beginners. Bread Sponge and Breakfast Breads.|Marion Harland's Cookery for Beginners. Bread Sponge and Breakfast Breads. +LJ020-0002|Bread raised with what is known to bakers as a “sponge,” requires more time and a trifle more work than the simpler form for which I have just already given directions.|Bread raised with what is known to bakers as a “sponge,” requires more time and a trifle more work than the simpler form for which I have just already given directions. +LJ020-0003|But it keeps fresh longer, is softer and more nutritious, and a second-rate brand of flour thus treated produces a better loaf|But it keeps fresh longer, is softer and more nutritious, and a second-rate brand of flour thus treated produces a better loaf +LJ020-0004|than when mixed up with yeast and water only.|than when mixed up with yeast and water only. +LJ020-0005|Sponge-making is, therefore, an important if not an essential accomplishment in a cook, be she novice or veteran.|Sponge-making is, therefore, an important if not an essential accomplishment in a cook, be she novice or veteran. +LJ020-0006|Three potatoes of fair size, peeled and boiled mealy.|Three potatoes of fair size, peeled and boiled mealy. +LJ020-0007|Five tablespoonfuls of yeast. One tablespoonful of white sugar.|Five tablespoonfuls of yeast. One tablespoonful of white sugar. +LJ020-0008|One tablespoonful of butter.|One tablespoonful of butter. +LJ020-0009|Three cups of lukewarm water in which the potatoes were boiled, strained through a coarse cloth.|Three cups of lukewarm water in which the potatoes were boiled, strained through a coarse cloth. +LJ020-0010|One heaping cup of sifted flour.|One heaping cup of sifted flour. +LJ020-0011|Put the potatoes into a large bowl or tray and mash them to powder with a potato beetle, or a wooden spoon.|Put the potatoes into a large bowl or tray and mash them to powder with a potato beetle, or a wooden spoon. +LJ020-0012|While still hot, mix in the sugar and butter, beating all to a lumpless cream.|While still hot, mix in the sugar and butter, beating all to a lumpless cream. +LJ020-0013|Add a few spoonfuls at a time, the potato-water alternately with the flour by the handful,|Add a few spoonfuls at a time, the potato-water alternately with the flour by the handful, +LJ020-0014|beating the batter smooth as you go on until all of the liquid and flour has gone in.|beating the batter smooth as you go on until all of the liquid and flour has gone in. +LJ020-0015|Beat hard one minute before pouring in the yeast.|Beat hard one minute before pouring in the yeast. +LJ020-0016|it is well to stir into the yeast a bit of soda no larger than a grain of corn already wet up in a teaspoonful of boiling water.|it is well to stir into the yeast a bit of soda no larger than a grain of corn already wet up in a teaspoonful of boiling water. +LJ020-0017|Now whip up the batter with a wooden spoon for another minute, and the sponge is made.|Now whip up the batter with a wooden spoon for another minute, and the sponge is made. +LJ020-0018|Throw a cloth over the bowl and set by for five or six hours to rise.|Throw a cloth over the bowl and set by for five or six hours to rise. +LJ020-0019|If you intend to bake in the forenoon, make the sponge at bedtime. If in the afternoon, early in the morning.|If you intend to bake in the forenoon, make the sponge at bedtime. If in the afternoon, early in the morning. +LJ020-0020|When the sponge is light sift a quart and a cup of flour into a bowl or tray with two teaspoonfuls of salt.|When the sponge is light sift a quart and a cup of flour into a bowl or tray with two teaspoonfuls of salt. +LJ020-0021|Into a hollow, like a crater in the middle of the flour, empty your sponge-bowl, and work the flour down into it.|Into a hollow, like a crater in the middle of the flour, empty your sponge-bowl, and work the flour down into it. +LJ020-0022|Wash out the bowl with a little lukewarm water and add this to the dough. If it should prove too soft, work in, cautiously, a little more flour.|Wash out the bowl with a little lukewarm water and add this to the dough. If it should prove too soft, work in, cautiously, a little more flour. +LJ020-0023|If too stiff, warm water, a spoonful at a time until you can handle the paste easily. The danger is in getting it too stiff. Now.|If too stiff, warm water, a spoonful at a time until you can handle the paste easily. The danger is in getting it too stiff. Now. +LJ020-0024|knead and set for risings first and second, as you have already been instructed. This sponge will be found especially useful in making Graham Bread.|knead and set for risings first and second, as you have already been instructed. This sponge will be found especially useful in making Graham Bread. +LJ020-0025|One quart of Graham flour, one cup of white flour.|One quart of Graham flour, one cup of white flour. +LJ020-0026|One half cup of Indian meal. One half cup of molasses. Two teaspoonfuls of salt. Soda, the size of a pea.|One half cup of Indian meal. One half cup of molasses. Two teaspoonfuls of salt. Soda, the size of a pea. +LJ020-0027|Half the quantity of sponge given in preceding receipt.|Half the quantity of sponge given in preceding receipt. +LJ020-0028|Warm water for rinsing bowl -- about half a cup.|Warm water for rinsing bowl -- about half a cup. +LJ020-0029|Put the brown or Graham flour unsifted into the bread-bowl.|Put the brown or Graham flour unsifted into the bread-bowl. +LJ020-0030|Sift into it white flour, meal and salt, and stir up well while dry.|Sift into it white flour, meal and salt, and stir up well while dry. +LJ020-0031|Into the “crater” dug out in the middle, pour the sponge, warm water, the molasses, and soda dissolved in hot water.|Into the “crater” dug out in the middle, pour the sponge, warm water, the molasses, and soda dissolved in hot water. +LJ020-0032|Knead as you would white bread, and set aside for the rising.|Knead as you would white bread, and set aside for the rising. +LJ020-0033|It will not swell so fast as the white, so give yourself more time for making it.|It will not swell so fast as the white, so give yourself more time for making it. +LJ020-0034|When light, knead well and long;|When light, knead well and long; +LJ020-0035|make into two loaves, then put into well-greased pans and leave for an hour, or until it becomes more than twice the original size of the dough.|make into two loaves, then put into well-greased pans and leave for an hour, or until it becomes more than twice the original size of the dough. +LJ020-0036|Take care that it does not burn in baking. The molasses renders it liable to scorching.|Take care that it does not burn in baking. The molasses renders it liable to scorching. +LJ020-0037|The oven must be steady, but not so hot as for white bread, nor will the Graham bread be done quite so soon as that made of bolted flour.|The oven must be steady, but not so hot as for white bread, nor will the Graham bread be done quite so soon as that made of bolted flour. +LJ020-0038|Turn the pans once while baking, moving them as gently as possible.|Turn the pans once while baking, moving them as gently as possible. +LJ020-0039|If rudely shaken or jarred, there will be heavy streaks in loaves.|If rudely shaken or jarred, there will be heavy streaks in loaves. +LJ020-0040|Graham bread is wholesome and sweet, and ought to be eaten frequently in every family, particularly by young people whose bones and teeth are in forming.|Graham bread is wholesome and sweet, and ought to be eaten frequently in every family, particularly by young people whose bones and teeth are in forming. +LJ020-0041|The phosphates which the process of “bolting” removes to a large extent from white flour, go directly to the manufacture of bone,|The phosphates which the process of “bolting” removes to a large extent from white flour, go directly to the manufacture of bone, +LJ020-0042|and these also tend to nourish and strengthen the brain.|and these also tend to nourish and strengthen the brain. +LJ020-0043|After mixing your bread in the morning either with sponge or with yeast, divide the kneaded dough into two portions.|After mixing your bread in the morning either with sponge or with yeast, divide the kneaded dough into two portions. +LJ020-0044|Mould one into a round ball, and set aside for a loaf as already directed.|Mould one into a round ball, and set aside for a loaf as already directed. +LJ020-0045|Make a hole in the middle of the other batch and pour into it a tablespoonful of butter, just melted, but not hot.|Make a hole in the middle of the other batch and pour into it a tablespoonful of butter, just melted, but not hot. +LJ020-0046|Close the dough over it, dust your hands and kneading-board with flour and work in the shortening until the dough is elastic and ceases to be sticky.|Close the dough over it, dust your hands and kneading-board with flour and work in the shortening until the dough is elastic and ceases to be sticky. +LJ020-0047|Put it into a floured bowl, cover with a cloth and set away out of draught and undue heat, for three hours.|Put it into a floured bowl, cover with a cloth and set away out of draught and undue heat, for three hours. +LJ020-0048|Knead it again, then, and wait upon its rising for another three hours. The dough should be as soft as can be handled.|Knead it again, then, and wait upon its rising for another three hours. The dough should be as soft as can be handled. +LJ020-0049|When it is light for the second time flour your board, rubbing in the flour and blowing lightly away what does not adhere to the surface.|When it is light for the second time flour your board, rubbing in the flour and blowing lightly away what does not adhere to the surface. +LJ020-0050|Toss the lump dough upon it and knead thoroughly for five minutes.|Toss the lump dough upon it and knead thoroughly for five minutes. +LJ020-0051|Flour a rolling-pin and roll the dough into a sheet not more than half an inch thick.|Flour a rolling-pin and roll the dough into a sheet not more than half an inch thick. +LJ020-0052|Cut this into round cakes with a biscuit-cutter or a sharp-edged tumbler and fold, not quite in the middle,|Cut this into round cakes with a biscuit-cutter or a sharp-edged tumbler and fold, not quite in the middle, +LJ020-0053|in the form of turnovers, pinching the corners of the fold pretty hard to hinder the flap of dough from flying up as the rising proceeds.|in the form of turnovers, pinching the corners of the fold pretty hard to hinder the flap of dough from flying up as the rising proceeds. +LJ020-0054|Rub the bottom and sides of a baking-pan with sweet lard or butter. Do this with a bit of clean soft rag or tissue-paper,|Rub the bottom and sides of a baking-pan with sweet lard or butter. Do this with a bit of clean soft rag or tissue-paper, +LJ020-0055|visiting every corner of the pan, but not leaving thick layers and streaks of grease after it.|visiting every corner of the pan, but not leaving thick layers and streaks of grease after it. +LJ020-0056|Arrange the rolls in regular rows in the pan about a quarter of an inch apart.|Arrange the rolls in regular rows in the pan about a quarter of an inch apart. +LJ020-0057|Cover with a cloth and set nearer the fire than you dared trust the dough, and let them rise for an hour.|Cover with a cloth and set nearer the fire than you dared trust the dough, and let them rise for an hour. +LJ020-0058|Peep under the cloth two or three times to see whether they rise evenly, and turn the pan around once that all may be equally exposed to the heat.|Peep under the cloth two or three times to see whether they rise evenly, and turn the pan around once that all may be equally exposed to the heat. +LJ020-0059|When the time is up and the rolls are puffy and promising, set them in a pretty quick oven and bake half an hour,|When the time is up and the rolls are puffy and promising, set them in a pretty quick oven and bake half an hour, +LJ020-0060|turning the pan once in this time, and covering with clean -- never printed -- paper, should they brown too fast.|turning the pan once in this time, and covering with clean -- never printed -- paper, should they brown too fast. +LJ020-0061|Break the rolls apart from one another and eat warm. They are also good cold, and if the directions be followed implicitly, very good always.|Break the rolls apart from one another and eat warm. They are also good cold, and if the directions be followed implicitly, very good always. +LJ020-0062|Graham Rolls are made by treating the dough mixed for Graham bread as above and following the foregoing receipt in every section, but allowing more time for rising and baking.|Graham Rolls are made by treating the dough mixed for Graham bread as above and following the foregoing receipt in every section, but allowing more time for rising and baking. +LJ020-0063|They are even better when cold than hot.|They are even better when cold than hot. +LJ020-0064|Breakfast Biscuit.|Breakfast Biscuit. +LJ020-0065|Two cups of fresh milk slightly warmed.|Two cups of fresh milk slightly warmed. +LJ020-0066|One quart and a cup of flour sifted.|One quart and a cup of flour sifted. +LJ020-0067|Five tablespoonfuls of yeast.|Five tablespoonfuls of yeast. +LJ020-0068|One even tablespoonful of white sugar.|One even tablespoonful of white sugar. +LJ020-0069|One even teaspoonful of salt.|One even teaspoonful of salt. +LJ020-0070|Bit of soda as large as a pea, dissolved in hot water.|Bit of soda as large as a pea, dissolved in hot water. +LJ020-0071|One tablespoonful of butter, just melted, not hot.|One tablespoonful of butter, just melted, not hot. +LJ020-0072|Yolk of one egg beaten light.|Yolk of one egg beaten light. +LJ020-0073|Sift the flour, salt and sugar into a bowl,|Sift the flour, salt and sugar into a bowl, +LJ020-0074|hollow the heap in the center and pour in the milk, working down the flour into the liquid with a spoon or your hands until it is thoroughly melted.|hollow the heap in the center and pour in the milk, working down the flour into the liquid with a spoon or your hands until it is thoroughly melted. +LJ020-0075|Into a second hollow pour the yeast and knead thoroughly for fifteen minutes.|Into a second hollow pour the yeast and knead thoroughly for fifteen minutes. +LJ020-0076|Wrap bowl and biscuit in a thick cloth and set to rise where it will neither become chilled nor sour over night.|Wrap bowl and biscuit in a thick cloth and set to rise where it will neither become chilled nor sour over night. +LJ020-0077|Study the temperature in different parts of the kitchen and kitchen closets to the end of finding the best places for raising dough and sponge.|Study the temperature in different parts of the kitchen and kitchen closets to the end of finding the best places for raising dough and sponge. +LJ020-0078|Do all this at bedtime. Early in the morning turn out the dough upon a floured board, work it for a minute into manageable shape;|Do all this at bedtime. Early in the morning turn out the dough upon a floured board, work it for a minute into manageable shape; +LJ020-0079|drill several finger-holes in it and fill them with the melted butter, the dissolved soda and the beaten yolk of egg.|drill several finger-holes in it and fill them with the melted butter, the dissolved soda and the beaten yolk of egg. +LJ020-0080|Pinch the dough hard to stop the mouths of these cavities,|Pinch the dough hard to stop the mouths of these cavities, +LJ020-0081|and knead for ten minutes, carefully at first, lest the liquids should be wasted, and more boldly when they are absorbed by the paste.|and knead for ten minutes, carefully at first, lest the liquids should be wasted, and more boldly when they are absorbed by the paste. +LJ020-0082|Roll out into a sheet half an inch thick with a floured rolling-pin; cut into round cakes, set these closely together in a well-greased pan;|Roll out into a sheet half an inch thick with a floured rolling-pin; cut into round cakes, set these closely together in a well-greased pan; +LJ020-0083|prick each with a fork and let them rise near the fire for half an hour, covered with a light cloth.|prick each with a fork and let them rise near the fire for half an hour, covered with a light cloth. +LJ020-0084|Bake from twenty to twenty-five minutes in a quick oven, turning the pan around once, quickly and lightly.|Bake from twenty to twenty-five minutes in a quick oven, turning the pan around once, quickly and lightly. +LJ020-0085|Break apart from one another and pile on a plate, throwing a clean doily or a small napkin over them. Break open at table.|Break apart from one another and pile on a plate, throwing a clean doily or a small napkin over them. Break open at table. +LJ020-0086|Hot rolls and muffins should never be cut.|Hot rolls and muffins should never be cut. +LJ020-0087|One word with regard to getting up early in order to give dough a chance for the second rising.|One word with regard to getting up early in order to give dough a chance for the second rising. +LJ020-0088|It is not a wholesome practice for any woman -- least of all a young girl to be out of bed two hours before she eats her breakfast.|It is not a wholesome practice for any woman -- least of all a young girl to be out of bed two hours before she eats her breakfast. +LJ020-0089|Studying upon an empty stomach provokes dyspepsia and injures the eyes.|Studying upon an empty stomach provokes dyspepsia and injures the eyes. +LJ020-0090|Active exercise in like circumstances tempts debility and disease.|Active exercise in like circumstances tempts debility and disease. +LJ020-0091|Yet our bread and rolls must be looked after at the proper time.|Yet our bread and rolls must be looked after at the proper time. +LJ020-0092|Have yourself called on biscuit mornings an hour earlier than usual.|Have yourself called on biscuit mornings an hour earlier than usual. +LJ020-0093|Rise, wash face and hands, rinse the mouth out and brush back the hair.|Rise, wash face and hands, rinse the mouth out and brush back the hair. +LJ020-0094|Put on stockings and slippers, such underclothing as may be needed to prevent cold, a wrapper and the kitchen apron.|Put on stockings and slippers, such underclothing as may be needed to prevent cold, a wrapper and the kitchen apron. +LJ020-0095|Cover your hair entirely with a handkerchief or sweeping cap.|Cover your hair entirely with a handkerchief or sweeping cap. +LJ020-0096|Before beginning operations downstairs eat a half-slice of dry bread or a biscuit.|Before beginning operations downstairs eat a half-slice of dry bread or a biscuit. +LJ020-0097|You will not relish it, but take it all the same to appease the empty, discontented stomach.|You will not relish it, but take it all the same to appease the empty, discontented stomach. +LJ020-0098|Having made out your rolls and tucked them up snugly for the final rise, return to your chamber for a comfortable bath and toilet.|Having made out your rolls and tucked them up snugly for the final rise, return to your chamber for a comfortable bath and toilet. +LJ020-0099|When habited for the day in all except the outer gown, collar, etc., slip on the wrapper again and run down to put the biscuits in the oven.|When habited for the day in all except the outer gown, collar, etc., slip on the wrapper again and run down to put the biscuits in the oven. +LJ020-0100|Unless it is too hot, they will get no harm while you finish dressing in ten minutes, just in season to turn the pan.|Unless it is too hot, they will get no harm while you finish dressing in ten minutes, just in season to turn the pan. +LJ020-0101|From the beginning of your apprenticeship in housewifery, learn how to "dovetail" your duties neatly into one another.|From the beginning of your apprenticeship in housewifery, learn how to "dovetail" your duties neatly into one another. +LJ020-0102|A wise accommodation of parts and angles, and compactness in the adjustment of "must-be-dones"|A wise accommodation of parts and angles, and compactness in the adjustment of "must-be-dones" +LJ020-0103|are better than mere personal strength in the accomplishment of such tasks as fall to women to perform.|are better than mere personal strength in the accomplishment of such tasks as fall to women to perform. +LJ020-0104|Master these, and do not let them master you.|Master these, and do not let them master you. +LJ020-0105|Weave the little duties in and under and among what seem to be the greater.|Weave the little duties in and under and among what seem to be the greater. +LJ020-0106|While your bread is taking a three hours’ rise, you are free in body and mind for other things.|While your bread is taking a three hours’ rise, you are free in body and mind for other things. +LJ020-0107|The grand secret of keeping house well and without worry, lies in the art of packing and fitting different kinds of work and in picking up the minutes.|The grand secret of keeping house well and without worry, lies in the art of packing and fitting different kinds of work and in picking up the minutes. +LJ020-0108|Other things besides rising dough get on quite as well without your standing by to watch them.|Other things besides rising dough get on quite as well without your standing by to watch them. +LJ021-0001|The Fireside Chats of Franklin Delano Roosevelt, by Franklin D Roosevelt, Section 6.|The Fireside Chats of Franklin Delano Roosevelt, by Franklin D Roosevelt, Section six. +LJ021-0002|September 30, 1934.|September thirty, nineteen thirty-four. +LJ021-0003|Three months have passed since I talked with you shortly after the adjournment of the Congress.|Three months have passed since I talked with you shortly after the adjournment of the Congress. +LJ021-0004|Tonight I continue that report, though, because of the shortness of time, I must defer a number of subjects to a later date.|Tonight I continue that report, though, because of the shortness of time, I must defer a number of subjects to a later date. +LJ021-0005|Recently the most notable public questions that have concerned us all|Recently the most notable public questions that have concerned us all +LJ021-0006|have had to do with industry and labor and with respect to these, certain developments have taken place which I consider of importance.|have had to do with industry and labor and with respect to these, certain developments have taken place which I consider of importance. +LJ021-0007|I am happy to report that after years of uncertainty, culminating in the collapse of the spring of 1933,|I am happy to report that after years of uncertainty, culminating in the collapse of the spring of nineteen thirty-three, +LJ021-0008|we are bringing order out of the old chaos|we are bringing order out of the old chaos +LJ021-0009|with a greater certainty of the employment of labor at a reasonable wage and of more business at a fair profit.|with a greater certainty of the employment of labor at a reasonable wage and of more business at a fair profit. +LJ021-0010|These governmental and industrial developments hold promise of new achievements for the nation.|These governmental and industrial developments hold promise of new achievements for the nation. +LJ021-0011|Men may differ as to the particular form of governmental activity|Men may differ as to the particular form of governmental activity +LJ021-0012|with respect to industry and business, but nearly all are agreed that private enterprise in times such as these|with respect to industry and business, but nearly all are agreed that private enterprise in times such as these +LJ021-0014|but also our processes of civilization.|but also our processes of civilization. +LJ021-0015|The underlying necessity for such activity|The underlying necessity for such activity +LJ021-0016|is indeed as strong now as it was years ago when Elihu Root said the following very significant words:|is indeed as strong now as it was years ago when Elihu Root said the following very significant words: +LJ021-0017|Instead of the give and take of free individual contract,|Instead of the give and take of free individual contract, +LJ021-0018|the tremendous power of organization has combined great aggregations of capital in enormous industrial establishments|the tremendous power of organization has combined great aggregations of capital in enormous industrial establishments +LJ021-0019|working through vast agencies of commerce and employing great masses of men in movements of production|working through vast agencies of commerce and employing great masses of men in movements of production +LJ021-0020|and transportation and trade, so great in the mass that each individual concerned in them is quite helpless by himself.|and transportation and trade, so great in the mass that each individual concerned in them is quite helpless by himself. +LJ021-0021|The relations between the employer and the employed, between the owners of aggregated capital and the units of organized labor,|The relations between the employer and the employed, between the owners of aggregated capital and the units of organized labor, +LJ021-0022|between the small producer, the small trader, the consumer,|between the small producer, the small trader, the consumer, +LJ021-0023|and the great transporting and manufacturing and distributing agencies,|and the great transporting and manufacturing and distributing agencies, +LJ021-0024|all present new questions for the solution of which the old reliance upon the free action of individual wills appears quite inadequate.|all present new questions for the solution of which the old reliance upon the free action of individual wills appears quite inadequate. +LJ021-0025|And in many directions, the intervention of that organized control which we call government|And in many directions, the intervention of that organized control which we call government +LJ021-0026|seems necessary to produce the same result of justice and right conduct|seems necessary to produce the same result of justice and right conduct +LJ021-0027|which obtained through the attrition of individuals before the new conditions arose.|which obtained through the attrition of individuals before the new conditions arose. +LJ021-0028|It was in this spirit thus described by Secretary Root|It was in this spirit thus described by Secretary Root +LJ021-0029|that we approached our task of reviving private enterprise in March, 1933.|that we approached our task of reviving private enterprise in March, nineteen thirty-three. +LJ021-0030|Our first problem was, of course, the banking situation because, as you know, the banks had collapsed.|Our first problem was, of course, the banking situation because, as you know, the banks had collapsed. +LJ021-0031|Some banks could not be saved but the great majority of them, either through their own resources or with government aid,|Some banks could not be saved but the great majority of them, either through their own resources or with government aid, +LJ021-0032|have been restored to complete public confidence.|have been restored to complete public confidence. +LJ021-0033|This has given safety to millions of depositors in these banks.|This has given safety to millions of depositors in these banks. +LJ021-0034|Closely following this great constructive effort we have, through various federal agencies,|Closely following this great constructive effort we have, through various federal agencies, +LJ021-0035|saved debtors and creditors alike in many other fields of enterprise, such as loans on farm mortgages and home mortgages;|saved debtors and creditors alike in many other fields of enterprise, such as loans on farm mortgages and home mortgages; +LJ021-0036|loans to the railroads and insurance companies and, finally, help for home owners and industry itself.|loans to the railroads and insurance companies and, finally, help for home owners and industry itself. +LJ021-0037|In all of these efforts the government has come to the assistance of business|In all of these efforts the government has come to the assistance of business +LJ021-0038|and with the full expectation that the money used to assist these enterprises will eventually be repaid.|and with the full expectation that the money used to assist these enterprises will eventually be repaid. +LJ021-0039|I believe it will be.|I believe it will be. +LJ021-0040|The second step we have taken in the restoration of normal business enterprise|The second step we have taken in the restoration of normal business enterprise +LJ021-0041|has been to clean up thoroughly unwholesome conditions in the field of investment.|has been to clean up thoroughly unwholesome conditions in the field of investment. +LJ021-0042|In this we have had assistance from many bankers and businessmen,|In this we have had assistance from many bankers and businessmen, +LJ021-0043|most of whom recognize the past evils in the banking system, in the sale of securities, in the deliberate encouragement of stock gambling,|most of whom recognize the past evils in the banking system, in the sale of securities, in the deliberate encouragement of stock gambling, +LJ021-0044|in the sale of unsound mortgages and in many other ways in which the public lost billions of dollars.|in the sale of unsound mortgages and in many other ways in which the public lost billions of dollars. +LJ021-0045|They saw that without changes in the policies and methods of investment|They saw that without changes in the policies and methods of investment +LJ021-0046|there could be no recovery of public confidence in the security of savings.|there could be no recovery of public confidence in the security of savings. +LJ021-0047|The country now enjoys the safety of bank savings under the new banking laws,|The country now enjoys the safety of bank savings under the new banking laws, +LJ021-0048|the careful checking of new securities under the Securities Act|the careful checking of new securities under the Securities Act +LJ021-0050|I sincerely hope that as a result|I sincerely hope that as a result +LJ021-0051|people will be discouraged in unhappy efforts to get rich quick by speculating in securities.|people will be discouraged in unhappy efforts to get rich quick by speculating in securities. +LJ021-0052|The average person almost always loses.|The average person almost always loses. +LJ021-0053|Only a very small minority of the people of this country believe in gambling as a substitute for the old philosophy of Benjamin Franklin|Only a very small minority of the people of this country believe in gambling as a substitute for the old philosophy of Benjamin Franklin +LJ021-0054|that the way to wealth is through work.|that the way to wealth is through work. +LJ021-0055|In meeting the problems of industrial recovery the chief agency of the government has been the National Recovery Administration.|In meeting the problems of industrial recovery the chief agency of the government has been the National Recovery Administration. +LJ021-0056|Under its guidance, trades and industries covering over 90 percent of all industrial employees|Under its guidance, trades and industries covering over ninety percent of all industrial employees +LJ021-0057|have adopted codes of fair competition, which have been approved by the President.|have adopted codes of fair competition, which have been approved by the President. +LJ021-0058|Under these codes, in the industries covered, child labor has been eliminated.|Under these codes, in the industries covered, child labor has been eliminated. +LJ021-0059|The work day and the work week have been shortened.|The work day and the work week have been shortened. +LJ021-0060|Minimum wages have been established and other wages adjusted toward a rising standard of living.|Minimum wages have been established and other wages adjusted toward a rising standard of living. +LJ021-0061|The emergency purpose of the N.R.A. was to put men to work and since its creation more than four million persons have been reemployed,|The emergency purpose of the N.R.A. was to put men to work and since its creation more than four million persons have been reemployed, +LJ021-0062|in great part through the cooperation of American business brought about under the codes.|in great part through the cooperation of American business brought about under the codes. +LJ021-0063|Benefits of the Industrial Recovery Program have come,|Benefits of the Industrial Recovery Program have come, +LJ021-0064|not only to labor in the form of new jobs, in relief from overwork and in relief from underpay,|not only to labor in the form of new jobs, in relief from overwork and in relief from underpay, +LJ021-0065|but also to the owners and managers of industry because,|but also to the owners and managers of industry because, +LJ021-0066|together with a great increase in the payrolls, there has come a substantial rise in the total of industrial profits|together with a great increase in the payrolls, there has come a substantial rise in the total of industrial profits +LJ021-0067|a rise from a deficit figure in the first quarter of 1933|a rise from a deficit figure in the first quarter of nineteen thirty-three +LJ021-0068|to a level of sustained profits within one year from the inauguration of N.R.A.|to a level of sustained profits within one year from the inauguration of N.R.A. +LJ021-0069|Now it should not be expected that even employed labor and capital would be completely satisfied with present conditions.|Now it should not be expected that even employed labor and capital would be completely satisfied with present conditions. +LJ021-0070|Employed workers have not by any means all enjoyed a return to the earnings of prosperous times,|Employed workers have not by any means all enjoyed a return to the earnings of prosperous times, +LJ021-0071|although millions of hitherto underprivileged workers are today far better paid than ever before.|although millions of hitherto underprivileged workers are today far better paid than ever before. +LJ021-0072|Also, billions of dollars of invested capital have today a greater security of present and future earning power than before.|Also, billions of dollars of invested capital have today a greater security of present and future earning power than before. +LJ021-0073|This is because of the establishment of fair, competitive standards and because of relief from unfair competition|This is because of the establishment of fair, competitive standards and because of relief from unfair competition +LJ021-0074|in wage cutting which depresses markets and destroys purchasing power.|in wage cutting which depresses markets and destroys purchasing power. +LJ021-0075|But it is an undeniable fact that the restoration of other billions of sound investments to a reasonable earning power|But it is an undeniable fact that the restoration of other billions of sound investments to a reasonable earning power +LJ021-0076|could not be brought about in one year.|could not be brought about in one year. +LJ021-0077|There is no magic formula,|There is no magic formula, +LJ021-0078|no economic panacea, which could simply revive over-night the heavy industries and the trades dependent upon them.|no economic panacea, which could simply revive over-night the heavy industries and the trades dependent upon them. +LJ021-0079|Nevertheless the gains of trade and industry, as a whole, have been substantial.|Nevertheless the gains of trade and industry, as a whole, have been substantial. +LJ021-0080|In these gains and in the policies of the administration there are assurances that hearten all forward- looking men and women|In these gains and in the policies of the administration there are assurances that hearten all forward- looking men and women +LJ021-0081|with the confidence that we are definitely rebuilding our political and economic system on the lines laid down by the New Deal|with the confidence that we are definitely rebuilding our political and economic system on the lines laid down by the New Deal +LJ021-0082|lines which as I have so often made clear, are in complete accord with the underlying principles of orderly popular government|lines which as I have so often made clear, are in complete accord with the underlying principles of orderly popular government +LJ021-0083|which Americans have demanded since the white man first came to these shores.|which Americans have demanded since the white man first came to these shores. +LJ021-0084|We count, in the future as in the past, on the driving power of individual initiative|We count, in the future as in the past, on the driving power of individual initiative +LJ021-0085|and the incentive of fair private profit,|and the incentive of fair private profit, +LJ021-0086|strengthened with the acceptance of those obligations to the public interest which rest upon us all.|strengthened with the acceptance of those obligations to the public interest which rest upon us all. +LJ021-0087|We have the right to expect that this driving power will be given patriotically and whole-heartedly to our nation.|We have the right to expect that this driving power will be given patriotically and whole-heartedly to our nation. +LJ021-0088|We have passed through the formative period of code making in the National Recovery Administration|We have passed through the formative period of code making in the National Recovery Administration +LJ021-0089|and have effected a reorganization of the N.R.A.|and have effected a reorganization of the N.R.A. +LJ021-0090|suited to the needs of the next phase, which is, in turn, a period of preparation for legislation which will determine its permanent form.|suited to the needs of the next phase, which is, in turn, a period of preparation for legislation which will determine its permanent form. +LJ021-0091|In this recent reorganization we have recognized three distinct functions:|In this recent reorganization we have recognized three distinct functions: +LJ021-0092|first, the legislative or policy making function;|first, the legislative or policy making function; +LJ021-0093|second, the administrative function of code making and revision; and, third, the judicial function, which includes enforcement,|second, the administrative function of code making and revision; and, third, the judicial function, which includes enforcement, +LJ021-0094|consumer complaints and the settlement of disputes between employers and employees and between one employer and another.|consumer complaints and the settlement of disputes between employers and employees and between one employer and another. +LJ021-0095|We are now prepared to move into this second phase, on the basis of our experience in the first phase|We are now prepared to move into this second phase, on the basis of our experience in the first phase +LJ021-0096|under the able and energetic leadership of General Johnson.|under the able and energetic leadership of General Johnson. +LJ021-0097|we shall watch carefully the working of this new machinery for the second phase of N.R.A.,|we shall watch carefully the working of this new machinery for the second phase of N.R.A., +LJ021-0098|modifying it where it needs modification and finally making recommendations to the Congress,|modifying it where it needs modification and finally making recommendations to the Congress, +LJ021-0099|in order that the functions of N.R.A. which have proved their worth may be made a part of the permanent machinery of government.|in order that the functions of N.R.A. which have proved their worth may be made a part of the permanent machinery of government. +LJ021-0100|Let me call your attention to the fact that the national Industrial Recovery Act|Let me call your attention to the fact that the national Industrial Recovery Act +LJ021-0101|gave businessmen the opportunity they had sought for years to improve business conditions through what has been called self-government in industry.|gave businessmen the opportunity they had sought for years to improve business conditions through what has been called self-government in industry. +LJ021-0102|If the codes which have been written have been too complicated,|If the codes which have been written have been too complicated, +LJ021-0103|if they have gone too far in such matters as price fixing and limitation of production,|if they have gone too far in such matters as price fixing and limitation of production, +LJ021-0104|let it be remembered that so far as possible, consistent with the immediate public interest of this past year|let it be remembered that so far as possible, consistent with the immediate public interest of this past year +LJ021-0105|and the vital necessity of improving labor conditions,|and the vital necessity of improving labor conditions, +LJ021-0106|the representatives of trade and industry were permitted to write their ideas into the codes.|the representatives of trade and industry were permitted to write their ideas into the codes. +LJ021-0107|It is now time to review these actions as a whole to determine through deliberative means in the light of experience,|It is now time to review these actions as a whole to determine through deliberative means in the light of experience, +LJ021-0108|from the standpoint of the good of the industries themselves, as well as the general public interest,|from the standpoint of the good of the industries themselves, as well as the general public interest, +LJ021-0109|whether the methods and policies adopted in the emergency|whether the methods and policies adopted in the emergency +LJ021-0110|have been best calculated to promote industrial recovery and a permanent improvement of business and labor conditions.|have been best calculated to promote industrial recovery and a permanent improvement of business and labor conditions. +LJ021-0111|There may be a serious question as to the wisdom of many of those devices to control production,|There may be a serious question as to the wisdom of many of those devices to control production, +LJ021-0112|or to prevent destructive price cutting which many business organizations have insisted were necessary,|or to prevent destructive price cutting which many business organizations have insisted were necessary, +LJ021-0113|or whether their effect may have been to prevent that volume of production which would make possible lower prices and increased employment.|or whether their effect may have been to prevent that volume of production which would make possible lower prices and increased employment. +LJ021-0114|Another question arises as to whether in fixing minimum wages on the basis of an hourly or weekly wage|Another question arises as to whether in fixing minimum wages on the basis of an hourly or weekly wage +LJ021-0115|we have reached into the heart of the problem which is to provide such annual earnings for the lowest paid worker as will meet his minimum needs.|we have reached into the heart of the problem which is to provide such annual earnings for the lowest paid worker as will meet his minimum needs. +LJ021-0116|We also question the wisdom of extending code requirements suited to the great industrial centers and to large employers,|We also question the wisdom of extending code requirements suited to the great industrial centers and to large employers, +LJ021-0117|to the great number of small employers in the smaller communities.|to the great number of small employers in the smaller communities. +LJ021-0118|During the last twelve months our industrial recovery has been to some extent retarded by strikes,|During the last twelve months our industrial recovery has been to some extent retarded by strikes, +LJ021-0119|including a few of major importance.|including a few of major importance. +LJ021-0120|I would not minimize the inevitable losses to employers and employees and to the general public through such conflicts.|I would not minimize the inevitable losses to employers and employees and to the general public through such conflicts. +LJ021-0121|But I would point out that the extent and severity of labor disputes during this period|But I would point out that the extent and severity of labor disputes during this period +LJ021-0122|has been far less than in any previous, comparable period.|has been far less than in any previous, comparable period. +LJ021-0123|When the businessmen of the country were demanding the right to organize themselves adequately to promote their legitimate interests;|When the businessmen of the country were demanding the right to organize themselves adequately to promote their legitimate interests; +LJ021-0124|when the farmers were demanding legislation which would give them opportunities and incentives to organize themselves for a common advance,|when the farmers were demanding legislation which would give them opportunities and incentives to organize themselves for a common advance, +LJ021-0125|it was natural that the workers should seek and obtain a statutory declaration of their constitutional right|it was natural that the workers should seek and obtain a statutory declaration of their constitutional right +LJ021-0126|to organize themselves for collective bargaining as embodied in Section 7 (a) of the national Industrial Recovery Act.|to organize themselves for collective bargaining as embodied in Section seven (a) of the national Industrial Recovery Act. +LJ021-0127|Machinery set up by the federal government has provided some new methods of adjustment.|Machinery set up by the federal government has provided some new methods of adjustment. +LJ021-0128|Both employers and employees must share the blame of not using them as fully as they should.|Both employers and employees must share the blame of not using them as fully as they should. +LJ021-0129|The employer who turns away from impartial agencies of peace,|The employer who turns away from impartial agencies of peace, +LJ021-0130|who denies freedom of organization to his employees, or fails to make every reasonable effort at a peaceful solution of their differences,|who denies freedom of organization to his employees, or fails to make every reasonable effort at a peaceful solution of their differences, +LJ021-0131|is not fully supporting the recovery effort of his government.|is not fully supporting the recovery effort of his government. +LJ021-0132|The workers who turn away from these same impartial agencies and decline to use their good offices to gain their ends|The workers who turn away from these same impartial agencies and decline to use their good offices to gain their ends +LJ021-0133|are likewise not fully cooperating with their government.|are likewise not fully cooperating with their government. +LJ021-0134|It is time that we made a clean-cut effort to bring about that united action of management and labor,|It is time that we made a clean-cut effort to bring about that united action of management and labor, +LJ021-0135|which is one of the high purposes of the Recovery Act.|which is one of the high purposes of the Recovery Act. +LJ021-0136|We have passed through more than a year of education.|We have passed through more than a year of education. +LJ021-0137|Step by step we have created all the government agencies necessary to insure, as a general rule, industrial peace,|Step by step we have created all the government agencies necessary to insure, as a general rule, industrial peace, +LJ021-0138|with justice for all those willing to use these agencies whenever their voluntary bargaining fails to produce a necessary agreement.|with justice for all those willing to use these agencies whenever their voluntary bargaining fails to produce a necessary agreement. +LJ021-0139|There should be at least a full and fair trial given to these means of ending industrial warfare;|There should be at least a full and fair trial given to these means of ending industrial warfare; +LJ021-0140|and in such an effort we should be able to secure for employers and employees and consumers|and in such an effort we should be able to secure for employers and employees and consumers +LJ021-0141|the benefits that all derive from the continuous, peaceful operation of our essential enterprises.|the benefits that all derive from the continuous, peaceful operation of our essential enterprises. +LJ021-0142|Accordingly, I propose to confer within the coming month|Accordingly, I propose to confer within the coming month +LJ021-0143|with small groups of those truly representative of large employers of labor and of large groups of organized labor,|with small groups of those truly representative of large employers of labor and of large groups of organized labor, +LJ021-0144|in order to seek their cooperation in establishing what I may describe as a specific trial period of industrial peace.|in order to seek their cooperation in establishing what I may describe as a specific trial period of industrial peace. +LJ021-0145|From those willing to join in establishing this hoped-for period of peace,|From those willing to join in establishing this hoped-for period of peace, +LJ021-0146|I shall seek assurances of the making and maintenance of agreements, which can be mutually relied upon,|I shall seek assurances of the making and maintenance of agreements, which can be mutually relied upon, +LJ021-0147|under which wages, hours and working conditions|under which wages, hours and working conditions +LJ021-0148|may be determined and any later adjustments shall be made either by agreement or, in case of disagreement,|may be determined and any later adjustments shall be made either by agreement or, in case of disagreement, +LJ021-0149|through the mediation or arbitration of state or federal agencies.|through the mediation or arbitration of state or federal agencies. +LJ021-0150|I shall not ask either employers or employees permanently to lay aside the weapons common to industrial war.|I shall not ask either employers or employees permanently to lay aside the weapons common to industrial war. +LJ021-0151|But I shall ask both groups to give a fair trial to peaceful methods of adjusting their conflicts of opinion and interest,|But I shall ask both groups to give a fair trial to peaceful methods of adjusting their conflicts of opinion and interest, +LJ021-0152|and to experiment for a reasonable time with measures suitable to civilize our industrial civilization.|and to experiment for a reasonable time with measures suitable to civilize our industrial civilization. +LJ021-0153|Closely allied to the N.R.A.|Closely allied to the N.R.A. +LJ021-0154|is the program of Public Works provided for in the same Act and designed to put more men back to work,|is the program of Public Works provided for in the same Act and designed to put more men back to work, +LJ021-0156|To those who say that our expenditures for public works and other means for recovery are a waste that we cannot afford,|To those who say that our expenditures for public works and other means for recovery are a waste that we cannot afford, +LJ021-0157|I answer that no country, however rich, can afford the waste of its human resources.|I answer that no country, however rich, can afford the waste of its human resources. +LJ021-0158|Demoralization caused by vast unemployment is our greatest extravagance.|Demoralization caused by vast unemployment is our greatest extravagance. +LJ021-0159|Morally, it is the greatest menace to our social order.|Morally, it is the greatest menace to our social order. +LJ021-0160|Some people try to tell me that we must make up our minds that for the future we shall permanently have millions of unemployed|Some people try to tell me that we must make up our minds that for the future we shall permanently have millions of unemployed +LJ021-0161|just as other countries have had them for over a decade.|just as other countries have had them for over a decade. +LJ021-0162|What may be necessary for those countries is not my responsibility to determine.|What may be necessary for those countries is not my responsibility to determine. +LJ021-0163|But as for this country, I stand or fall by my refusal to accept as a necessary condition of our future|But as for this country, I stand or fall by my refusal to accept as a necessary condition of our future +LJ021-0164|a permanent army of unemployed.|a permanent army of unemployed. +LJ021-0165|On the contrary,|On the contrary, +LJ021-0166|we must make it a national principle that we will not tolerate a large army of unemployed and that we will arrange our national economy|we must make it a national principle that we will not tolerate a large army of unemployed and that we will arrange our national economy +LJ021-0167|to end our present unemployment as soon as we can and then to take wise measures against its return.|to end our present unemployment as soon as we can and then to take wise measures against its return. +LJ021-0168|I do not want to think that it is the destiny of any American to remain permanently on relief rolls.|I do not want to think that it is the destiny of any American to remain permanently on relief rolls. +LJ021-0169|Those, fortunately few in number, who are frightened by boldness and cowed by the necessity for making decisions,|Those, fortunately few in number, who are frightened by boldness and cowed by the necessity for making decisions, +LJ021-0170|complain that all we have done is unnecessary and subject to great risks.|complain that all we have done is unnecessary and subject to great risks. +LJ021-0171|Now that these people are coming out of their storm cellars, they forget that there ever was a storm.|Now that these people are coming out of their storm cellars, they forget that there ever was a storm. +LJ021-0172|They point to England.|They point to England. +LJ021-0173|They would have you believe that England has made progress out of her depression by a do-nothing policy, by letting nature take her course.|They would have you believe that England has made progress out of her depression by a do-nothing policy, by letting nature take her course. +LJ021-0174|England has her peculiarities and we have ours|England has her peculiarities and we have ours +LJ021-0175|but I do not believe any intelligent observer can accuse England of undue orthodoxy in the present emergency.|but I do not believe any intelligent observer can accuse England of undue orthodoxy in the present emergency. +LJ021-0176|Did England let nature take her course? No.|Did England let nature take her course? No. +LJ021-0177|Did England hold to the gold standard when her reserves were threatened?|Did England hold to the gold standard when her reserves were threatened? +LJ021-0178|Has England gone back to the gold standard today?|Has England gone back to the gold standard today? +LJ021-0179|Did England hesitate to call in ten billion dollars of her war bonds bearing 5 percent interest,|Did England hesitate to call in ten billion dollars of her war bonds bearing five percent interest, +LJ021-0180|to issue new bonds therefore bearing only 3 and one half percent interest,|to issue new bonds therefore bearing only three and one half percent interest, +LJ021-0181|thereby saving the British treasury one hundred and fifty million dollars a year in interest alone?|thereby saving the British treasury one hundred and fifty million dollars a year in interest alone? +LJ021-0182|And let it be recorded that the British bankers helped.|And let it be recorded that the British bankers helped. +LJ021-0183|Is it not a fact that ever since the year 1909,|Is it not a fact that ever since the year nineteen oh nine, +LJ021-0184|Great Britain in many ways has advanced further along lines of social security than the United States?|Great Britain in many ways has advanced further along lines of social security than the United States? +LJ021-0185|Is it not a fact that relations between capital and labor on the basis of collective bargaining are much further advanced in Great Britain|Is it not a fact that relations between capital and labor on the basis of collective bargaining are much further advanced in Great Britain +LJ021-0186|than in the United States?|than in the United States? +LJ021-0187|It is perhaps not strange that the conservative British press has told us with pardonable irony|It is perhaps not strange that the conservative British press has told us with pardonable irony +LJ021-0188|that much of our New Deal program is only an attempt to catch up with English reforms that go back ten years or more.|that much of our New Deal program is only an attempt to catch up with English reforms that go back ten years or more. +LJ021-0189|Nearly all Americans are sensible and calm people.|Nearly all Americans are sensible and calm people. +LJ021-0190|We do not get greatly excited nor is our peace of mind disturbed, whether we be businessmen or workers or farmers,|We do not get greatly excited nor is our peace of mind disturbed, whether we be businessmen or workers or farmers, +LJ021-0191|by awesome pronouncements concerning the unconstitutionality of some of our measures of recovery and relief and reform.|by awesome pronouncements concerning the unconstitutionality of some of our measures of recovery and relief and reform. +LJ021-0192|We are not frightened by reactionary lawyers or political editors.|We are not frightened by reactionary lawyers or political editors. +LJ021-0193|All of these cries have been heard before.|All of these cries have been heard before. +LJ021-0194|More than twenty years ago, when Theodore Roosevelt and Woodrow Wilson were attempting to correct abuses in our national life,|More than twenty years ago, when Theodore Roosevelt and Woodrow Wilson were attempting to correct abuses in our national life, +LJ021-0195|the great Chief Justice White said:|the great Chief Justice White said: +LJ021-0196|There is great danger it seems to me to arise from the constant habit which prevails where anything is opposed or objected to,|There is great danger it seems to me to arise from the constant habit which prevails where anything is opposed or objected to, +LJ021-0197|of referring without rhyme or reason to the Constitution as a means of preventing its accomplishment, thus creating the general impression|of referring without rhyme or reason to the Constitution as a means of preventing its accomplishment, thus creating the general impression +LJ021-0198|that the Constitution is but a barrier to progress instead of being the broad highway through which alone true progress may be enjoyed.|that the Constitution is but a barrier to progress instead of being the broad highway through which alone true progress may be enjoyed. +LJ021-0199|In our efforts for recovery|In our efforts for recovery +LJ021-0200|we have avoided on the one hand the theory that business should and must be taken over into an all-embracing government.|we have avoided on the one hand the theory that business should and must be taken over into an all-embracing government. +LJ021-0201|We have avoided on the other hand|We have avoided on the other hand +LJ021-0202|the equally untenable theory that it is an interference with liberty to offer reasonable help when private enterprise is in need of help.|the equally untenable theory that it is an interference with liberty to offer reasonable help when private enterprise is in need of help. +LJ021-0203|The course we have followed fits the American practice of government -- a practice of taking action step by step,|The course we have followed fits the American practice of government -- a practice of taking action step by step, +LJ021-0204|of regulating only to meet concrete needs -- a practice of courageous recognition of change.|of regulating only to meet concrete needs -- a practice of courageous recognition of change. +LJ021-0205|I believe with Abraham Lincoln, that "The legitimate object of government is to do for a community of people|I believe with Abraham Lincoln, that "The legitimate object of government is to do for a community of people +LJ021-0206|whatever they need to have done but cannot do at all or cannot do so well for themselves in their separate and individual capacities."|whatever they need to have done but cannot do at all or cannot do so well for themselves in their separate and individual capacities." +LJ021-0207|I am not for a return to that definition of liberty under which for many years a free people were being gradually regimented|I am not for a return to that definition of liberty under which for many years a free people were being gradually regimented +LJ021-0208|into the service of the privileged few.|into the service of the privileged few. +LJ021-0209|I prefer and I am sure you prefer that broader definition of liberty under which we are moving forward to greater freedom,|I prefer and I am sure you prefer that broader definition of liberty under which we are moving forward to greater freedom, +LJ021-0210|to greater security for the average man than he has ever known before in the history of America.|to greater security for the average man than he has ever known before in the history of America. +LJ022-0001|The Fireside Chats of Franklin Delano Roosevelt, by Franklin D Roosevelt, Section 7.|The Fireside Chats of Franklin Delano Roosevelt, by Franklin D Roosevelt, Section seven. +LJ022-0002|April 28, 1935.|April twenty-eight, nineteen thirty-five. +LJ022-0003|Since my annual message to the Congress on January fourth, last, I have not addressed the general public over the air.|Since my annual message to the Congress on January fourth, last, I have not addressed the general public over the air. +LJ022-0004|In the many weeks since that time the Congress has devoted itself to the arduous task of formulating legislation necessary to the country's welfare.|In the many weeks since that time the Congress has devoted itself to the arduous task of formulating legislation necessary to the country's welfare. +LJ022-0005|It has made and is making distinct progress.|It has made and is making distinct progress. +LJ022-0006|Before I come to any of the specific measures, however, I want to leave in your minds one clear fact.|Before I come to any of the specific measures, however, I want to leave in your minds one clear fact. +LJ022-0007|The administration and the Congress are not proceeding in any haphazard fashion in this task of government.|The administration and the Congress are not proceeding in any haphazard fashion in this task of government. +LJ022-0008|Each of our steps has a definite relationship to every other step.|Each of our steps has a definite relationship to every other step. +LJ022-0009|The job of creating a program for the nation's welfare is, in some respects, like the building of a ship.|The job of creating a program for the nation's welfare is, in some respects, like the building of a ship. +LJ022-0010|At different points on the coast where I often visit they build great seagoing ships.|At different points on the coast where I often visit they build great seagoing ships. +LJ022-0011|When one of these ships is under construction and the steel frames have been set in the keel,|When one of these ships is under construction and the steel frames have been set in the keel, +LJ022-0012|it is difficult for a person who does not know ships to tell how it will finally look when it is sailing the high seas.|it is difficult for a person who does not know ships to tell how it will finally look when it is sailing the high seas. +LJ022-0013|It may seem confused to some, but out of the multitude of detailed parts that go into the making of the structure|It may seem confused to some, but out of the multitude of detailed parts that go into the making of the structure +LJ022-0014|the creation of a useful instrument for man ultimately comes.|the creation of a useful instrument for man ultimately comes. +LJ022-0015|It is that way with the making of a national policy. The objective of the nation has greatly changed in three years|It is that way with the making of a national policy. The objective of the nation has greatly changed in three years +LJ022-0016|Before that time individual self- interest and group selfishness were paramount in public thinking.|Before that time individual self- interest and group selfishness were paramount in public thinking. +LJ022-0017|The general good was at a discount.|The general good was at a discount. +LJ022-0018|Three years of hard thinking have changed the picture.|Three years of hard thinking have changed the picture. +LJ022-0019|More and more people,|More and more people, +LJ022-0020|cause of clearer thinking and a better understanding, are considering the whole rather than a mere part relating to one section or to one crop,|cause of clearer thinking and a better understanding, are considering the whole rather than a mere part relating to one section or to one crop, +LJ022-0021|or to one industry, or to an individual private occupation.|or to one industry, or to an individual private occupation. +LJ022-0022|That is a tremendous gain for the principles of democracy.|That is a tremendous gain for the principles of democracy. +LJ022-0023|The overwhelming majority of people in this country know how to sift the wheat from the chaff in what they hear and what they read.|The overwhelming majority of people in this country know how to sift the wheat from the chaff in what they hear and what they read. +LJ022-0024|They know that the process of the constructive rebuilding of America cannot be done in a day or a year,|They know that the process of the constructive rebuilding of America cannot be done in a day or a year, +LJ022-0025|but that it is being done in spite of the few who seek to confuse them and to profit by their confusion.|but that it is being done in spite of the few who seek to confuse them and to profit by their confusion. +LJ022-0026|Americans as a whole are feeling a lot better -- a lot more cheerful than for many, many years.|Americans as a whole are feeling a lot better -- a lot more cheerful than for many, many years. +LJ022-0027|The most difficult place in the world to get a clear open perspective of the country as a whole is Washington.|The most difficult place in the world to get a clear open perspective of the country as a whole is Washington. +LJ022-0028|I am reminded sometimes of what President Wilson once said:|I am reminded sometimes of what President Wilson once said: +LJ022-0029|So many people come to Washington who know things that are not so,|So many people come to Washington who know things that are not so, +LJ022-0030|and so few people who know anything about what the people of the United States are thinking about.|and so few people who know anything about what the people of the United States are thinking about. +LJ022-0031|That is why I occasionally leave this scene of action for a few days|That is why I occasionally leave this scene of action for a few days +LJ022-0032|to go fishing or back home to Hyde Park, so that I can have a chance to think quietly about the country as a whole.|to go fishing or back home to Hyde Park, so that I can have a chance to think quietly about the country as a whole. +LJ022-0033|"To get away from the trees", as they say, "and to look at the whole forest."|"To get away from the trees", as they say, "and to look at the whole forest." +LJ022-0034|This duty of seeing the country in a long-range perspective|This duty of seeing the country in a long-range perspective +LJ022-0035|is one which, in a very special manner, attaches to this office to which you have chosen me.|is one which, in a very special manner, attaches to this office to which you have chosen me. +LJ022-0036|Did you ever stop to think that there are, after all, only two positions in the nation|Did you ever stop to think that there are, after all, only two positions in the nation +LJ022-0037|that are filled by the vote of all of the voters -- the President and the Vice-President?|that are filled by the vote of all of the voters -- the President and the Vice-President? +LJ022-0038|That makes it particularly necessary for the Vice- President and for me to conceive of our duty toward the entire country.|That makes it particularly necessary for the Vice- President and for me to conceive of our duty toward the entire country. +LJ022-0039|I speak, therefore, tonight, to and of the American people as a whole.|I speak, therefore, tonight, to and of the American people as a whole. +LJ022-0040|My most immediate concern is in carrying out the purposes of the great work program just enacted by the Congress.|My most immediate concern is in carrying out the purposes of the great work program just enacted by the Congress. +LJ022-0041|Its first objective is to put men and women now on the relief rolls to work and, incidentally,|Its first objective is to put men and women now on the relief rolls to work and, incidentally, +LJ022-0042|to assist materially in our already unmistakable march toward recovery.|to assist materially in our already unmistakable march toward recovery. +LJ022-0043|I shall not confuse my discussion by a multitude of figures. So many figures are quoted to prove so many things.|I shall not confuse my discussion by a multitude of figures. So many figures are quoted to prove so many things. +LJ022-0044|Sometimes it depends upon what paper you read and what broadcast you hear.|Sometimes it depends upon what paper you read and what broadcast you hear. +LJ022-0045|Therefore, let us keep our minds on two or three simple, essential facts in connection with this problem of unemployment.|Therefore, let us keep our minds on two or three simple, essential facts in connection with this problem of unemployment. +LJ022-0047|However, for the first time in five years the relief rolls have declined instead of increased during the winter months.|However, for the first time in five years the relief rolls have declined instead of increased during the winter months. +LJ022-0048|They are still declining.|They are still declining. +LJ022-0049|The simple fact is that many million more people have private work today than two years ago today or one year ago today,|The simple fact is that many million more people have private work today than two years ago today or one year ago today, +LJ022-0050|and every day that passes offers more chances to work for those who want to work.|and every day that passes offers more chances to work for those who want to work. +LJ022-0051|In spite of the fact that unemployment remains a serious problem|In spite of the fact that unemployment remains a serious problem +LJ022-0052|here as in every other nation, we have come to recognize the possibility and the necessity of certain helpful remedial measures.|here as in every other nation, we have come to recognize the possibility and the necessity of certain helpful remedial measures. +LJ022-0053|These measures are of two kinds.|These measures are of two kinds. +LJ022-0054|The first is to make provisions intended to relieve, to minimize, and to prevent future unemployment;|The first is to make provisions intended to relieve, to minimize, and to prevent future unemployment; +LJ022-0055|the second is to establish the practical means to help those who are unemployed in this present emergency.|the second is to establish the practical means to help those who are unemployed in this present emergency. +LJ022-0056|Our social security legislation is an attempt to answer the first of these questions; our Works Relief program, the second.|Our social security legislation is an attempt to answer the first of these questions; our Works Relief program, the second. +LJ022-0057|The program for social security now pending before the Congress is a necessary part of the future unemployment policy of the government.|The program for social security now pending before the Congress is a necessary part of the future unemployment policy of the government. +LJ022-0058|While our present and projected expenditures for work relief are wholly within the reasonable limits of our national credit resources,|While our present and projected expenditures for work relief are wholly within the reasonable limits of our national credit resources, +LJ022-0059|it is obvious that we cannot continue to create governmental deficits for that purpose year after year.|it is obvious that we cannot continue to create governmental deficits for that purpose year after year. +LJ022-0060|We must begin now to make provision for the future.|We must begin now to make provision for the future. +LJ022-0061|That is why our social security program is an important part of the complete picture.|That is why our social security program is an important part of the complete picture. +LJ022-0062|It proposes, by means of old age pensions,|It proposes, by means of old age pensions, +LJ022-0063|to help those who have reached the age of retirement to give up their jobs and thus give to the younger generation greater opportunities for work|to help those who have reached the age of retirement to give up their jobs and thus give to the younger generation greater opportunities for work +LJ022-0064|and to give to all a feeling of security as they look toward old age.|and to give to all a feeling of security as they look toward old age. +LJ022-0065|The unemployment insurance part of the legislation|The unemployment insurance part of the legislation +LJ022-0066|will not only help to guard the individual in future periods of lay-off against dependence upon relief,|will not only help to guard the individual in future periods of lay-off against dependence upon relief, +LJ022-0067|but it will, by sustaining purchasing power, cushion the shock of economic distress.|but it will, by sustaining purchasing power, cushion the shock of economic distress. +LJ022-0068|Another helpful feature of unemployment insurance is the incentive it will give to employers to plan more carefully|Another helpful feature of unemployment insurance is the incentive it will give to employers to plan more carefully +LJ022-0069|in order that unemployment may be prevented by the stabilizing of employment itself.|in order that unemployment may be prevented by the stabilizing of employment itself. +LJ022-0070|Provisions for social security, however, are protections for the future.|Provisions for social security, however, are protections for the future. +LJ022-0071|Our responsibility for the immediate necessities of the unemployed has been met by the Congress|Our responsibility for the immediate necessities of the unemployed has been met by the Congress +LJ022-0072|through the most comprehensive work plan in the history of the nation.|through the most comprehensive work plan in the history of the nation. +LJ022-0073|Our problem is to put to work three and one-half million employable persons now on the relief rolls.|Our problem is to put to work three and one-half million employable persons now on the relief rolls. +LJ022-0074|It is a problem quite as much for private industry as for the government.|It is a problem quite as much for private industry as for the government. +LJ022-0075|We are losing no time getting the government's vast work relief program underway,|We are losing no time getting the government's vast work relief program underway, +LJ022-0076|and we have every reason to believe that it should be in full swing by autumn.|and we have every reason to believe that it should be in full swing by autumn. +LJ022-0077|In directing it, I shall recognize six fundamental principles:|In directing it, I shall recognize six fundamental principles: +LJ022-0078|1. The projects should be useful.|one. The projects should be useful. +LJ022-0079|Projects shall be of a nature that a considerable proportion of the money spent will go into wages for labor.|Projects shall be of a nature that a considerable proportion of the money spent will go into wages for labor. +LJ022-0080|Projects will be sought which promise ultimate return to the federal treasury of a considerable proportion of the costs.|Projects will be sought which promise ultimate return to the federal treasury of a considerable proportion of the costs. +LJ022-0081|Funds allotted for each project should be actually and promptly spent and not held over until later years.|Funds allotted for each project should be actually and promptly spent and not held over until later years. +LJ022-0082|In all cases projects must be of a character to give employment to those on the relief rolls.|In all cases projects must be of a character to give employment to those on the relief rolls. +LJ022-0083|6. Projects will be allocated to localities or relief areas in relation to the number of workers on relief rolls in those areas.|six. Projects will be allocated to localities or relief areas in relation to the number of workers on relief rolls in those areas. +LJ022-0084|I next want to make it clear exactly how we shall direct the work.|I next want to make it clear exactly how we shall direct the work. +LJ022-0085|I have set up a Division of Applications and Information|I have set up a Division of Applications and Information +LJ022-0086|to which all proposals for the expenditure of money must go for preliminary study and consideration.|to which all proposals for the expenditure of money must go for preliminary study and consideration. +LJ022-0087|After the Division of Applications and Information has sifted those projects,|After the Division of Applications and Information has sifted those projects, +LJ022-0088|they will be sent to an Allotment Division composed of representatives of the more important governmental agencies|they will be sent to an Allotment Division composed of representatives of the more important governmental agencies +LJ022-0089|charged with carrying on work relief projects.|charged with carrying on work relief projects. +LJ022-0090|The group will also include representatives of cities, and of labor, farming, banking and industry.|The group will also include representatives of cities, and of labor, farming, banking and industry. +LJ022-0091|This Allotment Division will consider all of the recommendations submitted to it|This Allotment Division will consider all of the recommendations submitted to it +LJ022-0092|and such projects as they approve will be next submitted to the President who under the Act is required to make final allocations.|and such projects as they approve will be next submitted to the President who under the Act is required to make final allocations. +LJ022-0093|The next step will be to notify the proper government agency|The next step will be to notify the proper government agency +LJ022-0094|in whose field the project falls, and also to notify another agency which I am creating -- a Progress Division.|in whose field the project falls, and also to notify another agency which I am creating -- a Progress Division. +LJ022-0095|This Division will have the duty of coordinating the purchases of materials and supplies|This Division will have the duty of coordinating the purchases of materials and supplies +LJ022-0096|and of making certain that people who are employed will be taken from the relief rolls.|and of making certain that people who are employed will be taken from the relief rolls. +LJ022-0097|It will also have the responsibility of determining work payments in various localities,|It will also have the responsibility of determining work payments in various localities, +LJ022-0098|of making full use of existing employment services and to assist people engaged in relief work|of making full use of existing employment services and to assist people engaged in relief work +LJ022-0099|to move as rapidly as possible back into private employment when such employment is available.|to move as rapidly as possible back into private employment when such employment is available. +LJ022-0100|Moreover, this Division will be charged with keeping projects moving on schedule.|Moreover, this Division will be charged with keeping projects moving on schedule. +LJ022-0101|I have felt it to be essentially wise and prudent to avoid, so far as possible,|I have felt it to be essentially wise and prudent to avoid, so far as possible, +LJ022-0102|the creation of new governmental machinery for supervising this work.|the creation of new governmental machinery for supervising this work. +LJ022-0103|The national government now has at least sixty different agencies with the staff|The national government now has at least sixty different agencies with the staff +LJ022-0104|and the experience and the competence necessary to carry on the two hundred and fifty or three hundred kinds of work that will be undertaken.|and the experience and the competence necessary to carry on the two hundred and fifty or three hundred kinds of work that will be undertaken. +LJ022-0105|These agencies, therefore, will simply be doing on a somewhat enlarged scale the same sort of things that they have been doing.|These agencies, therefore, will simply be doing on a somewhat enlarged scale the same sort of things that they have been doing. +LJ022-0106|This will make certain that the largest possible portion of the funds allotted|This will make certain that the largest possible portion of the funds allotted +LJ022-0107|will be spent for actually creating new work and not for building up expensive overhead organizations here in Washington.|will be spent for actually creating new work and not for building up expensive overhead organizations here in Washington. +LJ022-0108|For many months preparations have been under way.|For many months preparations have been under way. +LJ022-0109|The allotment of funds for desirable projects has already begun.|The allotment of funds for desirable projects has already begun. +LJ022-0110|The key men for the major responsibilities of this great task already have been selected.|The key men for the major responsibilities of this great task already have been selected. +LJ022-0111|I well realize that the country is expecting before this year is out to see the "dirt fly", as they say, in carrying on the work,|I well realize that the country is expecting before this year is out to see the "dirt fly", as they say, in carrying on the work, +LJ022-0112|and I assure my fellow citizens that no energy will be spared in using these funds effectively|and I assure my fellow citizens that no energy will be spared in using these funds effectively +LJ022-0113|to make a major attack upon the problem of unemployment.|to make a major attack upon the problem of unemployment. +LJ022-0114|Our responsibility is to all of the people in this country.|Our responsibility is to all of the people in this country. +LJ022-0115|This is a great national crusade to destroy enforced idleness which is an enemy of the human spirit|This is a great national crusade to destroy enforced idleness which is an enemy of the human spirit +LJ022-0116|generated by this depression|generated by this depression +LJ022-0117|Our attack upon these enemies must be without stint and without discrimination.|Our attack upon these enemies must be without stint and without discrimination. +LJ022-0118|No sectional, no political distinctions can be permitted.|No sectional, no political distinctions can be permitted. +LJ022-0119|It must, however, be recognized that when an enterprise of this character is extended over more than three thousand counties throughout the nation,|It must, however, be recognized that when an enterprise of this character is extended over more than three thousand counties throughout the nation, +LJ022-0120|there may be occasional instances of inefficiency, bad management, or misuse of funds.|there may be occasional instances of inefficiency, bad management, or misuse of funds. +LJ022-0121|When cases of this kind occur,|When cases of this kind occur, +LJ022-0122|there will be those, of course, who will try to tell you that the exceptional failure is characteristic of the entire endeavor.|there will be those, of course, who will try to tell you that the exceptional failure is characteristic of the entire endeavor. +LJ022-0123|It should be remembered that in every big job there are some imperfections.|It should be remembered that in every big job there are some imperfections. +LJ022-0124|There are chiselers in every walk of life; there are those in every industry who are guilty of unfair practices;|There are chiselers in every walk of life; there are those in every industry who are guilty of unfair practices; +LJ022-0125|every profession has its black sheep, but long experience in government has taught me|every profession has its black sheep, but long experience in government has taught me +LJ022-0126|that the exceptional instances of wrong-doing in government are probably less numerous than in almost every other line of endeavor.|that the exceptional instances of wrong-doing in government are probably less numerous than in almost every other line of endeavor. +LJ022-0127|The most effective means of preventing such evils in this Works Relief program will be the eternal vigilance of the American people themselves.|The most effective means of preventing such evils in this Works Relief program will be the eternal vigilance of the American people themselves. +LJ022-0128|I call upon my fellow citizens everywhere to cooperate with me|I call upon my fellow citizens everywhere to cooperate with me +LJ022-0129|in making this the most efficient and the cleanest example of public enterprise the world has ever seen.|in making this the most efficient and the cleanest example of public enterprise the world has ever seen. +LJ022-0130|It is time to provide a smashing answer for those cynical men who say that a democracy cannot be honest and efficient.|It is time to provide a smashing answer for those cynical men who say that a democracy cannot be honest and efficient. +LJ022-0131|If you will help, this can be done.|If you will help, this can be done. +LJ022-0132|I, therefore, hope you will watch the work in every corner of this Nation.|I, therefore, hope you will watch the work in every corner of this Nation. +LJ022-0133|Feel free to criticize. Tell me of instances where work can be done better, or where improper practices prevail.|Feel free to criticize. Tell me of instances where work can be done better, or where improper practices prevail. +LJ022-0134|Neither you nor I want criticism conceived in a purely fault-finding or partisan spirit,|Neither you nor I want criticism conceived in a purely fault-finding or partisan spirit, +LJ022-0135|but I am jealous of the right of every citizen to call to the attention of his or her government|but I am jealous of the right of every citizen to call to the attention of his or her government +LJ022-0136|examples of how the public money can be more effectively spent for the benefit of the American people.|examples of how the public money can be more effectively spent for the benefit of the American people. +LJ022-0137|I now come, my friends, to a part of the remaining business before the Congress.|I now come, my friends, to a part of the remaining business before the Congress. +LJ022-0138|It has under consideration many measures which provide for the rounding out of the program of economic and social reconstruction|It has under consideration many measures which provide for the rounding out of the program of economic and social reconstruction +LJ022-0139|with which we have been concerned for two years.|with which we have been concerned for two years. +LJ022-0140|I can mention only a few of them tonight, but I do not want my mention of specific measures|I can mention only a few of them tonight, but I do not want my mention of specific measures +LJ022-0141|to be interpreted as lack of interest in or disapproval of many other important proposals that are pending.|to be interpreted as lack of interest in or disapproval of many other important proposals that are pending. +LJ022-0142|The National Industrial Recovery Act expires on the sixteenth of June.|The National Industrial Recovery Act expires on the sixteenth of June. +LJ022-0143|After careful consideration, I have asked the Congress to extend the life of this useful agency of government.|After careful consideration, I have asked the Congress to extend the life of this useful agency of government. +LJ022-0144|As we have proceeded with the administration of this Act,|As we have proceeded with the administration of this Act, +LJ022-0145|we have found from time to time more and more useful ways of promoting its purposes.|we have found from time to time more and more useful ways of promoting its purposes. +LJ022-0146|No reasonable person wants to abandon our present gains|No reasonable person wants to abandon our present gains +LJ022-0147|we must continue to protect children,|we must continue to protect children, +LJ022-0148|to enforce minimum wages, to prevent excessive hours,|to enforce minimum wages, to prevent excessive hours, +LJ022-0149|to safeguard, define and enforce collective bargaining, and, while retaining fair competition,|to safeguard, define and enforce collective bargaining, and, while retaining fair competition, +LJ022-0150|to eliminate so far as humanly possible, the kinds of unfair practices by selfish minorities which unfortunately|to eliminate so far as humanly possible, the kinds of unfair practices by selfish minorities which unfortunately +LJ022-0151|did more than anything else to bring about the recent collapse of industries.|did more than anything else to bring about the recent collapse of industries. +LJ022-0152|There is likewise pending before the Congress|There is likewise pending before the Congress +LJ022-0153|legislation to provide for the elimination of unnecessary holding companies in the public utility field.|legislation to provide for the elimination of unnecessary holding companies in the public utility field. +LJ022-0154|I consider this legislation a positive recovery measure.|I consider this legislation a positive recovery measure. +LJ022-0155|Power production in this country is virtually back to the 1929 peak.|Power production in this country is virtually back to the nineteen twenty-nine peak. +LJ022-0156|The operating companies in the gas and electric utility field are by and large in good condition, but|The operating companies in the gas and electric utility field are by and large in good condition, but +LJ022-0157|under holding company domination the utility industry has long been hopelessly at war within itself and with public sentiment.|under holding company domination the utility industry has long been hopelessly at war within itself and with public sentiment. +LJ022-0158|By far the greater part of the general decline in utility securities had occurred before I was inaugurated.|By far the greater part of the general decline in utility securities had occurred before I was inaugurated. +LJ022-0159|The absentee management of unnecessary holding company control|The absentee management of unnecessary holding company control +LJ022-0160|has lost touch with, and has lost the sympathy of, the communities it pretends to serve.|has lost touch with, and has lost the sympathy of, the communities it pretends to serve. +LJ022-0161|Even more significantly it has given the country as a whole an uneasy apprehension of overconcentrated economic power.|Even more significantly it has given the country as a whole an uneasy apprehension of overconcentrated economic power. +LJ022-0162|A business that loses the confidence of its customers and the goodwill of the public cannot long continue to be a good risk for the investor.|A business that loses the confidence of its customers and the goodwill of the public cannot long continue to be a good risk for the investor. +LJ022-0163|This legislation will serve the investor by ending the conditions which have caused that lack of confidence and goodwill.|This legislation will serve the investor by ending the conditions which have caused that lack of confidence and goodwill. +LJ022-0164|It will put the public utility operating industry on a sound basis for the future,|It will put the public utility operating industry on a sound basis for the future, +LJ022-0165|both in its public relations and in its internal relations.|both in its public relations and in its internal relations. +LJ022-0166|This legislation will not only in the long run result in providing lower electric and gas rates to the consumer,|This legislation will not only in the long run result in providing lower electric and gas rates to the consumer, +LJ022-0167|but it will protect the actual value and earning power of properties now owned by thousands of investors|but it will protect the actual value and earning power of properties now owned by thousands of investors +LJ022-0168|who have little protection under the old laws against what used to be called frenzied finance.|who have little protection under the old laws against what used to be called frenzied finance. +LJ022-0169|It will not destroy values.|It will not destroy values. +LJ022-0170|Not only business recovery, but the general economic recovery of the nation will be greatly stimulated by the enactment of legislation|Not only business recovery, but the general economic recovery of the nation will be greatly stimulated by the enactment of legislation +LJ022-0171|designed to improve the status of our transportation agencies.|designed to improve the status of our transportation agencies. +LJ022-0172|There is need for legislation providing for the regulation of interstate transportation by buses and trucks,|There is need for legislation providing for the regulation of interstate transportation by buses and trucks, +LJ022-0174|for the strengthening of the Interstate Commerce Commission to enable it to carry out a rounded conception of the national transportation system|for the strengthening of the Interstate Commerce Commission to enable it to carry out a rounded conception of the national transportation system +LJ022-0175|in which the benefits of private ownership are retained while the public stake in these important services is protected by the public's government.|in which the benefits of private ownership are retained while the public stake in these important services is protected by the public's government. +LJ022-0176|Finally, the reestablishment of public confidence in the banks of the nation|Finally, the reestablishment of public confidence in the banks of the nation +LJ022-0177|is one of the most hopeful results of our efforts as a Nation to reestablish public confidence in private banking.|is one of the most hopeful results of our efforts as a Nation to reestablish public confidence in private banking. +LJ022-0178|We all know that private banking actually exists by virtue of the permission of and regulation by the people as a whole,|We all know that private banking actually exists by virtue of the permission of and regulation by the people as a whole, +LJ022-0179|speaking through their government.|speaking through their government. +LJ022-0180|Wise public policy, however, requires not only that banking be safe|Wise public policy, however, requires not only that banking be safe +LJ022-0181|but that its resources be most fully utilized in the economic life of the country|but that its resources be most fully utilized in the economic life of the country +LJ022-0182|To this end it was decided more than twenty years ago|To this end it was decided more than twenty years ago +LJ022-0183|that the government should assume the responsibility of providing a means by which the credit of the nation might be controlled,|that the government should assume the responsibility of providing a means by which the credit of the nation might be controlled, +LJ022-0184|not by a few private banking institutions, but by a body with public prestige and authority.|not by a few private banking institutions, but by a body with public prestige and authority. +LJ022-0185|The answer to this demand was the Federal Reserve System.|The answer to this demand was the Federal Reserve System. +LJ022-0186|Twenty years of experience with this system have justified the efforts made to create it,|Twenty years of experience with this system have justified the efforts made to create it, +LJ022-0187|but these twenty years have shown by experience definite possibilities for improvement.|but these twenty years have shown by experience definite possibilities for improvement. +LJ022-0188|Certain proposals made to amend the Federal Reserve Act deserve prompt and favorable action by the Congress.|Certain proposals made to amend the Federal Reserve Act deserve prompt and favorable action by the Congress. +LJ022-0189|They are a minimum of wise readjustments of our Federal Reserve System in the light of past experience and present needs.|They are a minimum of wise readjustments of our Federal Reserve System in the light of past experience and present needs. +LJ022-0190|These measures I have mentioned are, in large part, the program which under my constitutional duty I have recommended to the Congress.|These measures I have mentioned are, in large part, the program which under my constitutional duty I have recommended to the Congress. +LJ022-0191|They are essential factors in a rounded program for national recovery.|They are essential factors in a rounded program for national recovery. +LJ022-0192|They contemplate the enrichment of our national life|They contemplate the enrichment of our national life +LJ022-0193|by a sound and rational ordering of its various elements and wise provisions for the protection of the weak against the strong.|by a sound and rational ordering of its various elements and wise provisions for the protection of the weak against the strong. +LJ022-0194|Never since my inauguration in March, 1933, have I felt so unmistakably the atmosphere of recovery.|Never since my inauguration in March, nineteen thirty-three, have I felt so unmistakably the atmosphere of recovery. +LJ022-0195|But it is more than the recovery of the material basis of our individual lives.|But it is more than the recovery of the material basis of our individual lives. +LJ022-0196|It is the recovery of confidence in our democratic processes and institutions.|It is the recovery of confidence in our democratic processes and institutions. +LJ022-0197|We have survived all of the arduous burdens and the threatening dangers of a great economic calamity.|We have survived all of the arduous burdens and the threatening dangers of a great economic calamity. +LJ022-0198|We have in the darkest moments of our national trials retained our faith in our own ability to master our destiny.|We have in the darkest moments of our national trials retained our faith in our own ability to master our destiny. +LJ022-0199|Fear is vanishing and confidence is growing on every side,|Fear is vanishing and confidence is growing on every side, +LJ022-0200|renewed faith in the vast possibilities of human beings to improve their material and spiritual status|renewed faith in the vast possibilities of human beings to improve their material and spiritual status +LJ022-0201|through the instrumentality of the democratic form of government.|through the instrumentality of the democratic form of government. +LJ022-0202|That faith is receiving its just reward.|That faith is receiving its just reward. +LJ022-0203|For that we can be thankful to the God who watches over America.|For that we can be thankful to the God who watches over America. +LJ023-0001|The Fireside Chats of Franklin Delano Roosevelt, by Franklin D Roosevelt, Section 9.|The Fireside Chats of Franklin Delano Roosevelt, by Franklin D Roosevelt, Section nine. +LJ023-0002|March 9, 1937. Part one.|March nine, nineteen thirty-seven. Part one. +LJ023-0003|Last Thursday I described in detail certain economic problems which everyone admits now face the nation.|Last Thursday I described in detail certain economic problems which everyone admits now face the nation. +LJ023-0004|For the many messages which have come to me after that speech, and which it is physically impossible to answer individually,|For the many messages which have come to me after that speech, and which it is physically impossible to answer individually, +LJ023-0005|I take this means of saying "thank you."|I take this means of saying "thank you." +LJ023-0006|Tonight, sitting at my desk in the White House, I make my first radio report to the people in my second term of office.|Tonight, sitting at my desk in the White House, I make my first radio report to the people in my second term of office. +LJ023-0007|I am reminded of that evening in March, four years ago, when I made my first radio report to you.|I am reminded of that evening in March, four years ago, when I made my first radio report to you. +LJ023-0008|We were then in the midst of the great banking crisis.|We were then in the midst of the great banking crisis. +LJ023-0009|Soon after, with the authority of the Congress,|Soon after, with the authority of the Congress, +LJ023-0010|we asked the nation to turn over all of its privately held gold, dollar for dollar, to the government of the United States.|we asked the nation to turn over all of its privately held gold, dollar for dollar, to the government of the United States. +LJ023-0011|Today's recovery proves how right that policy was.|Today's recovery proves how right that policy was. +LJ023-0012|But when, almost two years later, it came before the Supreme Court its constitutionality was upheld only by a five-to-four vote.|But when, almost two years later, it came before the Supreme Court its constitutionality was upheld only by a five-to-four vote. +LJ023-0013|The change of one vote would have thrown all the affairs of this great Nation back into hopeless chaos.|The change of one vote would have thrown all the affairs of this great Nation back into hopeless chaos. +LJ023-0014|In effect, four Justices ruled that the right under a private contract|In effect, four Justices ruled that the right under a private contract +LJ023-0015|to exact a pound of flesh was more sacred than the main objectives of the Constitution to establish an enduring Nation.|to exact a pound of flesh was more sacred than the main objectives of the Constitution to establish an enduring Nation. +LJ023-0016|In 1933 you and I knew that we must never let our economic system get completely out of joint again|In nineteen thirty-three you and I knew that we must never let our economic system get completely out of joint again +LJ023-0017|that we could not afford to take the risk of another great depression.|that we could not afford to take the risk of another great depression. +LJ023-0018|We also became convinced that the only way to avoid a repetition of those dark days was to have a government with power to prevent|We also became convinced that the only way to avoid a repetition of those dark days was to have a government with power to prevent +LJ023-0019|and to cure the abuses and the inequalities which had thrown that system out of joint.|and to cure the abuses and the inequalities which had thrown that system out of joint. +LJ023-0020|We then began a program of remedying those abuses and inequalities -- to give balance and stability to our economic system|We then began a program of remedying those abuses and inequalities -- to give balance and stability to our economic system +LJ023-0021|to make it bomb-proof against the causes of 1929.|to make it bomb-proof against the causes of nineteen twenty-nine. +LJ023-0022|Today we are only part-way through that program|Today we are only part-way through that program +LJ023-0023|and recovery is speeding up to a point where the dangers of 1929 are again becoming possible,|and recovery is speeding up to a point where the dangers of nineteen twenty-nine are again becoming possible, +LJ023-0024|not this week or month perhaps, but within a year or two.|not this week or month perhaps, but within a year or two. +LJ023-0025|National laws are needed to complete that program.|National laws are needed to complete that program. +LJ023-0026|Individual or local or state effort alone cannot protect us in 1937 any better than ten years ago.|Individual or local or state effort alone cannot protect us in nineteen thirty-seven any better than ten years ago. +LJ023-0027|It will take time -- and plenty of time -- to work out our remedies administratively even after legislation is passed.|It will take time -- and plenty of time -- to work out our remedies administratively even after legislation is passed. +LJ023-0028|To complete our program of protection in time, therefore,|To complete our program of protection in time, therefore, +LJ023-0029|we cannot delay one moment in making certain that our national government has power to carry through.|we cannot delay one moment in making certain that our national government has power to carry through. +LJ023-0030|Four years ago action did not come until the eleventh hour.|Four years ago action did not come until the eleventh hour. +LJ023-0031|It was almost too late.|It was almost too late. +LJ023-0032|If we learned anything from the depression|If we learned anything from the depression +LJ023-0033|we will not allow ourselves to run around in new circles of futile discussion and debate, always postponing the day of decision.|we will not allow ourselves to run around in new circles of futile discussion and debate, always postponing the day of decision. +LJ023-0034|The American people have learned from the depression.|The American people have learned from the depression. +LJ023-0035|For in the last three national elections|For in the last three national elections +LJ023-0036|an overwhelming majority of them voted a mandate that the Congress and the President begin the task of providing that protection|an overwhelming majority of them voted a mandate that the Congress and the President begin the task of providing that protection +LJ023-0037|not after long years of debate, but now.|not after long years of debate, but now. +LJ023-0038|The courts, however, have cast doubts on the ability of the elected Congress to protect us against catastrophe|The courts, however, have cast doubts on the ability of the elected Congress to protect us against catastrophe +LJ023-0039|by meeting squarely our modern social and economic conditions.|by meeting squarely our modern social and economic conditions. +LJ023-0040|We are at a crisis in our ability to proceed with that protection.|We are at a crisis in our ability to proceed with that protection. +LJ023-0041|It is a quiet crisis. There are no lines of depositors outside closed banks.|It is a quiet crisis. There are no lines of depositors outside closed banks. +LJ023-0042|But to the far-sighted it is far-reaching in its possibilities of injury to America.|But to the far-sighted it is far-reaching in its possibilities of injury to America. +LJ023-0043|I want to talk with you very simply about the need for present action in this crisis|I want to talk with you very simply about the need for present action in this crisis +LJ023-0044|the need to meet the unanswered challenge of one-third of a Nation ill-nourished, ill-clad, ill-housed.|the need to meet the unanswered challenge of one-third of a Nation ill-nourished, ill-clad, ill-housed. +LJ023-0045|Last Thursday I described the American form of government as a three horse team provided by the Constitution to the American people|Last Thursday I described the American form of government as a three horse team provided by the Constitution to the American people +LJ023-0046|so that their field might be plowed.|so that their field might be plowed. +LJ023-0047|The three horses are, of course, the three branches of government -- the Congress, the Executive and the courts.|The three horses are, of course, the three branches of government -- the Congress, the Executive and the courts. +LJ023-0048|Two of the horses are pulling in unison today; the third is not.|Two of the horses are pulling in unison today; the third is not. +LJ023-0049|Those who have intimated that the President of the United States is trying to drive that team|Those who have intimated that the President of the United States is trying to drive that team +LJ023-0050|overlook the simple fact that the President, as Chief Executive, is himself one of the three horses.|overlook the simple fact that the President, as Chief Executive, is himself one of the three horses. +LJ023-0051|It is the American people themselves who are in the driver's seat.|It is the American people themselves who are in the driver's seat. +LJ023-0052|It is the American people themselves who want the furrow plowed.|It is the American people themselves who want the furrow plowed. +LJ023-0053|It is the American people themselves who expect the third horse to pull in unison with the other two.|It is the American people themselves who expect the third horse to pull in unison with the other two. +LJ023-0054|I hope that you have re-read the Constitution of the United States in these past few weeks.|I hope that you have re-read the Constitution of the United States in these past few weeks. +LJ023-0055|Like the Bible, it ought to be read again and again.|Like the Bible, it ought to be read again and again. +LJ023-0056|It is an easy document to understand when you remember that it was called into being|It is an easy document to understand when you remember that it was called into being +LJ023-0057|because the Articles of Confederation under which the original thirteen States tried to operate after the Revolution|because the Articles of Confederation under which the original thirteen States tried to operate after the Revolution +LJ023-0058|showed the need of a national government with power enough to handle national problems.|showed the need of a national government with power enough to handle national problems. +LJ023-0059|In its Preamble, the Constitution states that it was intended to form a more perfect Union and promote the general welfare;|In its Preamble, the Constitution states that it was intended to form a more perfect Union and promote the general welfare; +LJ023-0060|and the powers given to the Congress to carry out those purposes can be best described by saying|and the powers given to the Congress to carry out those purposes can be best described by saying +LJ023-0061|that they were all the powers needed to meet each and every problem which then had a national character|that they were all the powers needed to meet each and every problem which then had a national character +LJ023-0062|and which could not be met by merely local action.|and which could not be met by merely local action. +LJ023-0063|But the framers went further.|But the framers went further. +LJ023-0064|Having in mind that in succeeding generations many other problems then undreamed of would become national problems|Having in mind that in succeeding generations many other problems then undreamed of would become national problems +LJ023-0065|they gave to the Congress the ample broad powers "to levy taxes|they gave to the Congress the ample broad powers "to levy taxes +LJ023-0066|and provide for the common defense and general welfare of the United States.|and provide for the common defense and general welfare of the United States. +LJ023-0067|That, my friends, is what I honestly believe|That, my friends, is what I honestly believe +LJ023-0068|to have been the clear and underlying purpose of the patriots who wrote a federal constitution to create a national government|to have been the clear and underlying purpose of the patriots who wrote a federal constitution to create a national government +LJ023-0069|with national power, intended as they said, "to form a more perfect union|with national power, intended as they said, "to form a more perfect union +LJ023-0070|for ourselves and our posterity.|for ourselves and our posterity. +LJ023-0071|For nearly twenty years there was no conflict between the Congress and the Court.|For nearly twenty years there was no conflict between the Congress and the Court. +LJ023-0072|Congress passed a statute which, in 1803, the Court said violated an express provision of the Constitution.|Congress passed a statute which, in eighteen oh three, the Court said violated an express provision of the Constitution. +LJ023-0073|The Court claimed the power to declare it unconstitutional and did so declare it.|The Court claimed the power to declare it unconstitutional and did so declare it. +LJ023-0074|But a little later the Court itself admitted|But a little later the Court itself admitted +LJ023-0075|that it was an extraordinary power to exercise and through Mr. Justice Washington laid down this limitation upon it:|that it was an extraordinary power to exercise and through Mr. Justice Washington laid down this limitation upon it: +LJ023-0076|It is but a decent respect due to the wisdom, the integrity and the patriotism of the legislative body,|It is but a decent respect due to the wisdom, the integrity and the patriotism of the legislative body, +LJ023-0077|by which any law is passed,|by which any law is passed, +LJ023-0078|to presume in favor of its validity until its violation of the Constitution is proved beyond all reasonable doubt.|to presume in favor of its validity until its violation of the Constitution is proved beyond all reasonable doubt. +LJ023-0079|But since the rise of the modern movement for social and economic progress through legislation,|But since the rise of the modern movement for social and economic progress through legislation, +LJ023-0080|the Court has more and more often and more and more boldly|the Court has more and more often and more and more boldly +LJ023-0081|asserted a power to veto laws passed by the Congress and state legislatures in complete disregard of this original limitation.|asserted a power to veto laws passed by the Congress and state legislatures in complete disregard of this original limitation. +LJ023-0082|In the last four years the sound rule of giving statutes the benefit of all reasonable doubt has been cast aside.|In the last four years the sound rule of giving statutes the benefit of all reasonable doubt has been cast aside. +LJ023-0083|The Court has been acting not as a judicial body, but as a policy-making body.|The Court has been acting not as a judicial body, but as a policy-making body. +LJ023-0084|When the Congress has sought to stabilize national agriculture, to improve the conditions of labor,|When the Congress has sought to stabilize national agriculture, to improve the conditions of labor, +LJ023-0085|to safeguard business against unfair competition,|to safeguard business against unfair competition, +LJ023-0086|to protect our national resources, and in many other ways, to serve our clearly national needs,|to protect our national resources, and in many other ways, to serve our clearly national needs, +LJ023-0087|the majority of the Court has been assuming the power to pass on the wisdom of these acts of the Congress|the majority of the Court has been assuming the power to pass on the wisdom of these acts of the Congress +LJ023-0088|and to approve or disapprove the public policy written into these laws.|and to approve or disapprove the public policy written into these laws. +LJ023-0089|That is not only my accusation.|That is not only my accusation. +LJ023-0090|It is the accusation of most distinguished justices of the present Supreme Court.|It is the accusation of most distinguished justices of the present Supreme Court. +LJ023-0091|I have not the time to quote to you all the language used by dissenting justices in many of these cases.|I have not the time to quote to you all the language used by dissenting justices in many of these cases. +LJ023-0092|But in the case holding the Railroad Retirement Act unconstitutional, for instance,|But in the case holding the Railroad Retirement Act unconstitutional, for instance, +LJ023-0093|Chief Justice Hughes said in a dissenting opinion that the majority opinion was "a departure from sound principles,"|Chief Justice Hughes said in a dissenting opinion that the majority opinion was "a departure from sound principles," +LJ023-0094|and placed "an unwarranted limitation upon the commerce clause."|and placed "an unwarranted limitation upon the commerce clause." +LJ023-0095|And three other justices agreed with him.|And three other justices agreed with him. +LJ023-0096|In the case of holding the A.A.A. unconstitutional,|In the case of holding the A.A.A. unconstitutional, +LJ023-0097|Justice Stone said of the majority opinion that it was a "tortured construction of the Constitution."|Justice Stone said of the majority opinion that it was a "tortured construction of the Constitution." +LJ023-0098|And two other justices agreed with him.|And two other justices agreed with him. +LJ023-0099|In the case holding the New York Minimum Wage Law unconstitutional, Justice Stone said|In the case holding the New York Minimum Wage Law unconstitutional, Justice Stone said +LJ023-0100|that the majority were actually reading into the Constitution their own "personal economic predilections," and that|that the majority were actually reading into the Constitution their own "personal economic predilections," and that +LJ023-0101|if the legislative power is not left free to choose the methods of solving the problems of poverty,|if the legislative power is not left free to choose the methods of solving the problems of poverty, +LJ023-0102|subsistence, and health of large numbers in the community, then|subsistence, and health of large numbers in the community, then +LJ023-0103|government is to be rendered impotent.|government is to be rendered impotent. +LJ023-0104|And two other justices agreed with him.|And two other justices agreed with him. +LJ023-0105|In the face of these dissenting opinions, there is no basis for the claim made by some members of the Court|In the face of these dissenting opinions, there is no basis for the claim made by some members of the Court +LJ023-0106|that something in the Constitution has compelled them regretfully to thwart the will of the people.|that something in the Constitution has compelled them regretfully to thwart the will of the people. +LJ023-0107|In the face of such dissenting opinions, it is perfectly clear that, as Chief Justice Hughes has said,|In the face of such dissenting opinions, it is perfectly clear that, as Chief Justice Hughes has said, +LJ023-0108|We are under a Constitution, but the Constitution is what the judges say it is.|We are under a Constitution, but the Constitution is what the judges say it is. +LJ023-0109|The Court in addition to the proper use of its judicial functions has improperly set itself up as a third house of the Congress|The Court in addition to the proper use of its judicial functions has improperly set itself up as a third house of the Congress +LJ023-0110|a super-legislature, as one of the justices has called it|a super-legislature, as one of the justices has called it +LJ023-0111|reading into the Constitution words and implications which are not there, and which were never intended to be there.|reading into the Constitution words and implications which are not there, and which were never intended to be there. +LJ023-0112|We have, therefore,|We have, therefore, +LJ023-0113|reached the point as a nation where we must take action to save the Constitution from the Court and the Court from itself.|reached the point as a nation where we must take action to save the Constitution from the Court and the Court from itself. +LJ023-0114|We must find a way to take an appeal from the Supreme Court to the Constitution itself.|We must find a way to take an appeal from the Supreme Court to the Constitution itself. +LJ023-0115|We want a Supreme Court which will do justice under the Constitution -- not over it.|We want a Supreme Court which will do justice under the Constitution -- not over it. +LJ023-0116|In our courts we want a government of laws and not of men.|In our courts we want a government of laws and not of men. +LJ023-0117|I want -- as all Americans want -- an independent judiciary as proposed by the framers of the Constitution.|I want -- as all Americans want -- an independent judiciary as proposed by the framers of the Constitution. +LJ023-0118|That means a Supreme Court that will enforce the Constitution as written|That means a Supreme Court that will enforce the Constitution as written +LJ023-0119|that will refuse to amend the Constitution by the arbitrary exercise of judicial power -- amended by judicial say-so.|that will refuse to amend the Constitution by the arbitrary exercise of judicial power -- amended by judicial say-so. +LJ023-0120|It does not mean a judiciary so independent that it can deny the existence of facts which are universally recognized.|It does not mean a judiciary so independent that it can deny the existence of facts which are universally recognized. +LJ023-0121|How then could we proceed to perform the mandate given us?|How then could we proceed to perform the mandate given us? +LJ023-0122|It was said in last year's Democratic platform,|It was said in last year's Democratic platform, +LJ023-0123|If these problems cannot be effectively solved within the Constitution,|If these problems cannot be effectively solved within the Constitution, +LJ023-0124|we shall seek such clarifying amendment as will assure the power to enact those laws,|we shall seek such clarifying amendment as will assure the power to enact those laws, +LJ023-0125|adequately to regulate commerce, protect public health and safety, and safeguard economic security.|adequately to regulate commerce, protect public health and safety, and safeguard economic security. +LJ023-0126|In other words, we said we would seek an amendment only if every other possible means by legislation were to fail.|In other words, we said we would seek an amendment only if every other possible means by legislation were to fail. +LJ023-0127|When I commenced to review the situation with the problem squarely before me,|When I commenced to review the situation with the problem squarely before me, +LJ023-0128|I came by a process of elimination to the conclusion that, short of amendments,|I came by a process of elimination to the conclusion that, short of amendments, +LJ023-0129|the only method which was clearly constitutional, and would at the same time carry out other much needed reforms,|the only method which was clearly constitutional, and would at the same time carry out other much needed reforms, +LJ023-0130|was to infuse new blood into all our courts.|was to infuse new blood into all our courts. +LJ023-0131|We must have men worthy and equipped to carry out impartial justice.|We must have men worthy and equipped to carry out impartial justice. +LJ023-0132|But, at the same time, we must have judges who will bring to the courts a present-day sense of the Constitution|But, at the same time, we must have judges who will bring to the courts a present-day sense of the Constitution +LJ023-0133|judges who will retain in the courts the judicial functions of a court,|judges who will retain in the courts the judicial functions of a court, +LJ023-0134|and reject the legislative powers which the courts have today assumed.|and reject the legislative powers which the courts have today assumed. +LJ023-0135|In forty-five out of the forty-eight states of the Union, judges are chosen not for life but for a period of years.|In forty-five out of the forty-eight states of the Union, judges are chosen not for life but for a period of years. +LJ023-0136|In many states judges must retire at the age of seventy.|In many states judges must retire at the age of seventy. +LJ023-0137|Congress has provided financial security|Congress has provided financial security +LJ023-0138|by offering life pensions at full pay for federal judges on all courts who are willing to retire at seventy.|by offering life pensions at full pay for federal judges on all courts who are willing to retire at seventy. +LJ023-0139|In the case of Supreme Court justices, that pension is $20,000 a year.|In the case of Supreme Court justices, that pension is twenty thousand dollars a year. +LJ023-0140|But all federal judges, once appointed,|But all federal judges, once appointed, +LJ023-0141|can, if they choose, hold office for life, no matter how old they may get to be.|can, if they choose, hold office for life, no matter how old they may get to be. +LJ024-0001|The Fireside Chats of Franklin Delano Roosevelt, by Franklin D Roosevelt|The Fireside Chats of Franklin Delano Roosevelt, by Franklin D Roosevelt +LJ024-0002|Section 10. March 9, 1937. Part 2.|Section ten. March nine, nineteen thirty-seven. Part two. +LJ024-0003|What is my proposal?|What is my proposal? +LJ024-0004|It is simply this: whenever a judge or justice of any federal court|It is simply this: whenever a judge or justice of any federal court +LJ024-0005|has reached the age of seventy and does not avail himself of the opportunity to retire on a pension,|has reached the age of seventy and does not avail himself of the opportunity to retire on a pension, +LJ024-0006|a new member shall be appointed by the President then in office,|a new member shall be appointed by the President then in office, +LJ024-0007|with the approval, as required by the Constitution, of the Senate of the United States.|with the approval, as required by the Constitution, of the Senate of the United States. +LJ024-0008|That plan has two chief purposes.|That plan has two chief purposes. +LJ024-0009|By bringing into the judicial system a steady and continuing stream of new and younger blood, I hope, first,|By bringing into the judicial system a steady and continuing stream of new and younger blood, I hope, first, +LJ024-0010|to make the administration of all federal justice speedier and, therefore, less costly;|to make the administration of all federal justice speedier and, therefore, less costly; +LJ024-0011|secondly, to bring to the decision of social and economic problems younger men who have had personal experience and contact|secondly, to bring to the decision of social and economic problems younger men who have had personal experience and contact +LJ024-0012|with modern facts and circumstances under which average men have to live and work.|with modern facts and circumstances under which average men have to live and work. +LJ024-0013|This plan will save our national Constitution from hardening of the judicial arteries.|This plan will save our national Constitution from hardening of the judicial arteries. +LJ024-0014|The number of judges to be appointed would depend wholly on the decision of present judges now over seventy,|The number of judges to be appointed would depend wholly on the decision of present judges now over seventy, +LJ024-0015|or those who would subsequently reach the age of seventy.|or those who would subsequently reach the age of seventy. +LJ024-0016|If, for instance, any one of the six justices of the Supreme Court now over the age of seventy should retire as provided under the plan,|If, for instance, any one of the six justices of the Supreme Court now over the age of seventy should retire as provided under the plan, +LJ024-0017|no additional place would be created.|no additional place would be created. +LJ024-0018|Consequently, although there never can be more than fifteen, there may be only fourteen, or thirteen, or twelve.|Consequently, although there never can be more than fifteen, there may be only fourteen, or thirteen, or twelve. +LJ024-0019|And there may be only nine.|And there may be only nine. +LJ024-0020|There is nothing novel or radical about this idea.|There is nothing novel or radical about this idea. +LJ024-0021|It seeks to maintain the federal bench in full vigor.|It seeks to maintain the federal bench in full vigor. +LJ024-0022|It has been discussed and approved by many persons of high authority|It has been discussed and approved by many persons of high authority +LJ024-0023|ever since a similar proposal passed the House of Representatives in 1869.|ever since a similar proposal passed the House of Representatives in eighteen sixty-nine. +LJ024-0024|Why was the age fixed at seventy?|Why was the age fixed at seventy? +LJ024-0025|Because the laws of many states, the practice of the Civil Service, the regulations of the Army and Navy,|Because the laws of many states, the practice of the Civil Service, the regulations of the Army and Navy, +LJ024-0026|and the rules of many of our universities and of almost every great private business enterprise,|and the rules of many of our universities and of almost every great private business enterprise, +LJ024-0027|commonly fix the retirement age at seventy years or less.|commonly fix the retirement age at seventy years or less. +LJ024-0028|The statute would apply to all the courts in the federal system.|The statute would apply to all the courts in the federal system. +LJ024-0029|There is general approval so far as the lower federal courts are concerned.|There is general approval so far as the lower federal courts are concerned. +LJ024-0030|The plan has met opposition only so far as the Supreme Court of the United States itself is concerned.|The plan has met opposition only so far as the Supreme Court of the United States itself is concerned. +LJ024-0031|If such a plan is good for the lower courts it certainly ought to be equally good for the highest court from which there is no appeal.|If such a plan is good for the lower courts it certainly ought to be equally good for the highest court from which there is no appeal. +LJ024-0032|Those opposing this plan have sought to arouse prejudice and fear by crying that I am seeking to "pack" the Supreme Court|Those opposing this plan have sought to arouse prejudice and fear by crying that I am seeking to "pack" the Supreme Court +LJ024-0033|and that a baneful precedent will be established.|and that a baneful precedent will be established. +LJ024-0034|What do they mean by the words "packing the Court"?|What do they mean by the words "packing the Court"? +LJ024-0035|Let me answer this question with a bluntness that will end all honest misunderstanding of my purposes.|Let me answer this question with a bluntness that will end all honest misunderstanding of my purposes. +LJ024-0036|If by that phrase "packing the Court" it is charged that I wish to place on the bench spineless puppets|If by that phrase "packing the Court" it is charged that I wish to place on the bench spineless puppets +LJ024-0037|who would disregard the law and would decide specific cases as I wished them to be decided, I make this answer:|who would disregard the law and would decide specific cases as I wished them to be decided, I make this answer: +LJ024-0038|that no President fit for his office would appoint,|that no President fit for his office would appoint, +LJ024-0039|and no Senate of honorable men fit for their office would confirm, that kind of appointees to the Supreme Court.|and no Senate of honorable men fit for their office would confirm, that kind of appointees to the Supreme Court. +LJ024-0040|But if by that phrase the charge is made|But if by that phrase the charge is made +LJ024-0041|that I would appoint and the Senate would confirm justices worthy to sit beside present members of the Court|that I would appoint and the Senate would confirm justices worthy to sit beside present members of the Court +LJ024-0042|who understand those modern conditions,|who understand those modern conditions, +LJ024-0043|that I will appoint justices who will not undertake to override the judgment of the Congress on legislative policy,|that I will appoint justices who will not undertake to override the judgment of the Congress on legislative policy, +LJ024-0044|that I will appoint justices who will act as justices and not as legislators|that I will appoint justices who will act as justices and not as legislators +LJ024-0045|if the appointment of such justices can be called "packing the Courts,"|if the appointment of such justices can be called "packing the Courts," +LJ024-0046|then I say that I and with me the vast majority of the American people favor doing just that thing -- now.|then I say that I and with me the vast majority of the American people favor doing just that thing -- now. +LJ024-0047|Is it a dangerous precedent for the Congress to change the number of the justices? The Congress has always had, and will have, that power.|Is it a dangerous precedent for the Congress to change the number of the justices? The Congress has always had, and will have, that power. +LJ024-0048|The number of justices has been changed several times before,|The number of justices has been changed several times before, +LJ024-0049|in the administration of John Adams and Thomas Jefferson -- both signers of the Declaration of Independence|in the administration of John Adams and Thomas Jefferson -- both signers of the Declaration of Independence +LJ024-0050|Andrew Jackson, Abraham Lincoln and Ulysses S. Grant.|Andrew Jackson, Abraham Lincoln and Ulysses S. Grant. +LJ024-0051|I suggest only the addition of justices to the bench|I suggest only the addition of justices to the bench +LJ024-0052|in accordance with a clearly defined principle relating to a clearly defined age limit.|in accordance with a clearly defined principle relating to a clearly defined age limit. +LJ024-0053|Fundamentally, if in the future, America cannot trust the Congress it elects to refrain from abuse of our Constitutional usages|Fundamentally, if in the future, America cannot trust the Congress it elects to refrain from abuse of our Constitutional usages +LJ024-0054|democracy will have failed far beyond the importance to it of any king of precedent concerning the judiciary.|democracy will have failed far beyond the importance to it of any king of precedent concerning the judiciary. +LJ024-0055|We think it so much in the public interest to maintain a vigorous judiciary|We think it so much in the public interest to maintain a vigorous judiciary +LJ024-0056|that we encourage the retirement of elderly judges by offering them a life pension at full salary.|that we encourage the retirement of elderly judges by offering them a life pension at full salary. +LJ024-0057|Why then should we leave the fulfillment of this public policy to chance|Why then should we leave the fulfillment of this public policy to chance +LJ024-0058|or make independent on upon the desire or prejudice of any individual justice?|or make independent on upon the desire or prejudice of any individual justice? +LJ024-0059|It is the clear intention of our public policy to provide for a constant flow of new and younger blood into the judiciary.|It is the clear intention of our public policy to provide for a constant flow of new and younger blood into the judiciary. +LJ024-0060|Normally every President appoints a large number of district and circuit court judges and a few members of the Supreme Court.|Normally every President appoints a large number of district and circuit court judges and a few members of the Supreme Court. +LJ024-0061|Until my first term practically every President of the United States has appointed at least one member of the Supreme Court.|Until my first term practically every President of the United States has appointed at least one member of the Supreme Court. +LJ024-0062|President Taft appointed five members and named a Chief Justice;|President Taft appointed five members and named a Chief Justice; +LJ024-0063|President Wilson, three; President Harding, four, including a Chief Justice; President Coolidge, one;|President Wilson, three; President Harding, four, including a Chief Justice; President Coolidge, one; +LJ024-0064|President Hoover, three, including a Chief Justice.|President Hoover, three, including a Chief Justice. +LJ024-0065|Such a succession of appointments should have provided a Court well-balanced as to age.|Such a succession of appointments should have provided a Court well-balanced as to age. +LJ024-0066|But chance and the disinclination of individuals to leave the Supreme bench|But chance and the disinclination of individuals to leave the Supreme bench +LJ024-0067|have now given us a Court in which five justices will be over seventy-five years of age before next June|have now given us a Court in which five justices will be over seventy-five years of age before next June +LJ024-0068|and one over seventy.|and one over seventy. +LJ024-0069|Thus a sound public policy has been defeated.|Thus a sound public policy has been defeated. +LJ024-0070|I now propose that we establish by law an assurance against any such ill-balanced court in the future.|I now propose that we establish by law an assurance against any such ill-balanced court in the future. +LJ024-0071|I propose that hereafter, when a judge reaches the age of seventy,|I propose that hereafter, when a judge reaches the age of seventy, +LJ024-0072|a new and younger judge shall be added to the court automatically.|a new and younger judge shall be added to the court automatically. +LJ024-0073|In this way I propose to enforce a sound public policy by law|In this way I propose to enforce a sound public policy by law +LJ024-0074|instead of leaving the composition of our federal courts, including the highest,|instead of leaving the composition of our federal courts, including the highest, +LJ024-0075|to be determined by chance or the personal indecision of individuals.|to be determined by chance or the personal indecision of individuals. +LJ024-0076|If such a law as I propose is regarded as establishing a new precedent,|If such a law as I propose is regarded as establishing a new precedent, +LJ024-0077|is it not a most desirable precedent?|is it not a most desirable precedent? +LJ024-0078|Like all lawyers, like all Americans, I regret the necessity of this controversy.|Like all lawyers, like all Americans, I regret the necessity of this controversy. +LJ024-0079|But the welfare of the United States, and indeed of the Constitution itself, is what we all must think about first.|But the welfare of the United States, and indeed of the Constitution itself, is what we all must think about first. +LJ024-0080|Our difficulty with the Court today rises not from the Court as an institution but from human beings within it.|Our difficulty with the Court today rises not from the Court as an institution but from human beings within it. +LJ024-0081|But we cannot yield our constitutional destiny to the personal judgment of a few men who, being fearful of the future,|But we cannot yield our constitutional destiny to the personal judgment of a few men who, being fearful of the future, +LJ024-0082|would deny us the necessary means of dealing with the present.|would deny us the necessary means of dealing with the present. +LJ024-0083|This plan of mine is no attack on the Court;|This plan of mine is no attack on the Court; +LJ024-0084|it seeks to restore the Court to its rightful and historic place in our constitutional government|it seeks to restore the Court to its rightful and historic place in our constitutional government +LJ024-0085|and to have it resume its high task of building anew on the Constitution "a system of living law."|and to have it resume its high task of building anew on the Constitution "a system of living law." +LJ024-0086|The Court itself can best undo what the Court has done.|The Court itself can best undo what the Court has done. +LJ024-0088|I hope that thereby the difficult process of constitutional amendment may be rendered unnecessary. But,|I hope that thereby the difficult process of constitutional amendment may be rendered unnecessary. But, +LJ024-0089|let us examine the process.|let us examine the process. +LJ024-0090|There are many types of amendment proposed.|There are many types of amendment proposed. +LJ024-0091|Each one is radically different from the other.|Each one is radically different from the other. +LJ024-0092|There is no substantial groups within the Congress or outside it who are agreed on any single amendment.|There is no substantial groups within the Congress or outside it who are agreed on any single amendment. +LJ024-0093|It would take months or years to get substantial agreement upon the type and language of the amendment.|It would take months or years to get substantial agreement upon the type and language of the amendment. +LJ024-0094|It would take months and years thereafter to get a two-thirds majority in favor of that amendment in both Houses of the Congress.|It would take months and years thereafter to get a two-thirds majority in favor of that amendment in both Houses of the Congress. +LJ024-0095|Then would come the long course of ratification by three-fourths of all the states.|Then would come the long course of ratification by three-fourths of all the states. +LJ024-0096|No amendment which any powerful economic interests or the leaders of any powerful political party have had reason to oppose|No amendment which any powerful economic interests or the leaders of any powerful political party have had reason to oppose +LJ024-0097|has ever been ratified within anything like a reasonable time.|has ever been ratified within anything like a reasonable time. +LJ024-0098|And thirteen states which contain only five percent of the voting population can block ratification|And thirteen states which contain only five percent of the voting population can block ratification +LJ024-0099|even though the thirty- five states with ninety-five percent of the population are in favor of it.|even though the thirty- five states with ninety-five percent of the population are in favor of it. +LJ024-0100|A very large percentage of newspaper publishers, Chambers of Commerce,|A very large percentage of newspaper publishers, Chambers of Commerce, +LJ024-0101|Bar Association, Manufacturers' Associations, who are trying to give the impression that they really do want a constitutional amendment|Bar Association, Manufacturers' Associations, who are trying to give the impression that they really do want a constitutional amendment +LJ024-0102|would be the first to exclaim as soon as an amendment was proposed|would be the first to exclaim as soon as an amendment was proposed +LJ024-0103|Oh! I was for an amendment all right, but this amendment you proposed is not the kind of amendment that I was thinking about.|Oh! I was for an amendment all right, but this amendment you proposed is not the kind of amendment that I was thinking about. +LJ024-0104|I am therefore, going to spend my time, my efforts and my money|I am therefore, going to spend my time, my efforts and my money +LJ024-0105|to block the amendment, although I would be awfully glad to help get some other kind of amendment ratified.|to block the amendment, although I would be awfully glad to help get some other kind of amendment ratified. +LJ024-0106|Two groups oppose my plan on the ground that they favor a constitutional amendment.|Two groups oppose my plan on the ground that they favor a constitutional amendment. +LJ024-0107|The first includes those who fundamentally object to social and economic legislation along modern lines.|The first includes those who fundamentally object to social and economic legislation along modern lines. +LJ024-0108|This is the same group who during the campaign last Fall tried to block the mandate of the people.|This is the same group who during the campaign last Fall tried to block the mandate of the people. +LJ024-0109|Now they are making a last stand.|Now they are making a last stand. +LJ024-0111|the legislation demanded by the mandate.|the legislation demanded by the mandate. +LJ024-0112|To them I say: I do not think you will be able long to fool the American people as to your purposes.|To them I say: I do not think you will be able long to fool the American people as to your purposes. +LJ024-0113|The other groups is composed of those who honestly believe the amendment process is the best|The other groups is composed of those who honestly believe the amendment process is the best +LJ024-0114|and who would be willing to support a reasonable amendment if they could agree on one.|and who would be willing to support a reasonable amendment if they could agree on one. +LJ024-0115|To them I say: we cannot rely on an amendment as the immediate or only answer to our present difficulties.|To them I say: we cannot rely on an amendment as the immediate or only answer to our present difficulties. +LJ024-0116|When the time comes for action,|When the time comes for action, +LJ024-0117|you will find that many of those who pretend to support you will sabotage any constructive amendment which is proposed.|you will find that many of those who pretend to support you will sabotage any constructive amendment which is proposed. +LJ024-0118|Look at these strange bed-fellows of yours.|Look at these strange bed-fellows of yours. +LJ024-0120|And remember one thing more.|And remember one thing more. +LJ024-0121|Even if an amendment were passed, and even if in the years to come it were to be ratified,|Even if an amendment were passed, and even if in the years to come it were to be ratified, +LJ024-0122|its meaning would depend upon the kind of justices who would be sitting on the Supreme Court bench.|its meaning would depend upon the kind of justices who would be sitting on the Supreme Court bench. +LJ024-0123|An amendment, like the rest of the Constitution,|An amendment, like the rest of the Constitution, +LJ024-0124|is what the justices say it is rather than what its framers or you might hope it is.|is what the justices say it is rather than what its framers or you might hope it is. +LJ024-0125|This proposal of mine will not infringe in the slightest upon the civil or religious liberties so dear to every American.|This proposal of mine will not infringe in the slightest upon the civil or religious liberties so dear to every American. +LJ024-0126|My record as Governor and President proves my devotion to those liberties.|My record as Governor and President proves my devotion to those liberties. +LJ024-0127|You who know me can have no fear that I would tolerate the destruction by any branch of government of any part of our heritage of freedom.|You who know me can have no fear that I would tolerate the destruction by any branch of government of any part of our heritage of freedom. +LJ024-0128|The present attempt by those opposed to progress to play upon the fears of danger to personal liberty|The present attempt by those opposed to progress to play upon the fears of danger to personal liberty +LJ024-0129|brings again to mind that crude and cruel strategy tried by the same opposition|brings again to mind that crude and cruel strategy tried by the same opposition +LJ024-0130|to frighten the workers of America in a pay-envelope propaganda against the Social Security Law.|to frighten the workers of America in a pay-envelope propaganda against the Social Security Law. +LJ024-0131|The workers were not fooled by that propaganda then. The people of America will not be fooled by such propaganda now.|The workers were not fooled by that propaganda then. The people of America will not be fooled by such propaganda now. +LJ024-0132|I am in favor of action through legislation:|I am in favor of action through legislation: +LJ024-0133|First, because I believe that it can be passed at this session of the Congress.|First, because I believe that it can be passed at this session of the Congress. +LJ024-0134|Second, because it will provide a reinvigorated|Second, because it will provide a reinvigorated +LJ024-0135|liberal-minded judiciary necessary to furnish quicker and cheaper justice from bottom to top.|liberal-minded judiciary necessary to furnish quicker and cheaper justice from bottom to top. +LJ024-0136|Third, because it will provide a series of federal courts willing to enforce the Constitution as written,|Third, because it will provide a series of federal courts willing to enforce the Constitution as written, +LJ024-0137|and unwilling to assert legislative powers by writing into it their own political and economic policies.|and unwilling to assert legislative powers by writing into it their own political and economic policies. +LJ024-0138|During the past half century the balance of power between the three great branches of the federal government,|During the past half century the balance of power between the three great branches of the federal government, +LJ024-0139|has been tipped out of balance by the courts in direct contradiction of the high purposes of the framers of the Constitution.|has been tipped out of balance by the courts in direct contradiction of the high purposes of the framers of the Constitution. +LJ024-0140|It is my purpose to restore that balance.|It is my purpose to restore that balance. +LJ024-0141|You who know me will accept my solemn assurance that in a world in which democracy is under attack,|You who know me will accept my solemn assurance that in a world in which democracy is under attack, +LJ024-0142|I seek to make American democracy succeed.|I seek to make American democracy succeed. +LJ024-0143|You and I will do our part.|You and I will do our part. +LJ025-0001|The Science: History of the Universe, Volume 5.|The Science: History of the Universe, Volume five. +LJ025-0002|Edited by Francis Rolt-Wheeler. Biology. Chapter 7. Organic Functions. Part One.|Edited by Francis Rolt-Wheeler. Biology. Chapter seven. Organic Functions. Part One. +LJ025-0003|The facts dealing with the physiology of organisms, the activities associated with that which we call life|The facts dealing with the physiology of organisms, the activities associated with that which we call life +LJ025-0004|are often designated Organic Functions.|are often designated Organic Functions. +LJ025-0005|The terms animal physiology, plant physiology and human physiology are in common use and often suggest to the lay reader|The terms animal physiology, plant physiology and human physiology are in common use and often suggest to the lay reader +LJ025-0006|that the functions or workings of the organs of plants, animals or man are quite distinct,|that the functions or workings of the organs of plants, animals or man are quite distinct, +LJ025-0007|so much so as to require discussion in different treatises.|so much so as to require discussion in different treatises. +LJ025-0008|This is true only as a matter of detail,|This is true only as a matter of detail, +LJ025-0009|for in the past fifty years it has been made evident that in general principles all living things are fundamentally similar.|for in the past fifty years it has been made evident that in general principles all living things are fundamentally similar. +LJ025-0010|One of the most important summaries of this similarity|One of the most important summaries of this similarity +LJ025-0011|is Huxley's famous essay, "The Border Territory Between the Animal and Vegetable Kingdoms," written in 1876,|is Huxley's famous essay, "The Border Territory Between the Animal and Vegetable Kingdoms," written in eighteen seventy-six, +LJ025-0012|extracts from which follow.|extracts from which follow. +LJ025-0013|In the second edition of the "Regne Animal," published in 1828,|In the second edition of the "Regne Animal," published in eighteen twenty-eight, +LJ025-0014|Cuvier devotes a special section to the Division of Organized Beings into Animals and Vegetables,|Cuvier devotes a special section to the Division of Organized Beings into Animals and Vegetables, +LJ025-0015|in which the question is treated with that comprehensiveness of knowledge and clear critical judgment which characterize his writings|in which the question is treated with that comprehensiveness of knowledge and clear critical judgment which characterize his writings +LJ025-0016|and justify biologists in regarding them as representative expressions of the most extensive, if not the profoundest, knowledge of his time.|and justify biologists in regarding them as representative expressions of the most extensive, if not the profoundest, knowledge of his time. +LJ025-0017|He affirms that living beings have been subdivided from the earliest times into animated beings, which possess sense and motion,|He affirms that living beings have been subdivided from the earliest times into animated beings, which possess sense and motion, +LJ025-0018|and inanimated beings, which are devoid of these functions and simply vegetable.|and inanimated beings, which are devoid of these functions and simply vegetable. +LJ025-0019|Although the roots of plants direct themselves toward moisture and their leaves toward air and light,|Although the roots of plants direct themselves toward moisture and their leaves toward air and light, +LJ025-0020|although the parts of some plants exhibit oscillating movements without any perceptible cause and the leaves of others retract when touched,|although the parts of some plants exhibit oscillating movements without any perceptible cause and the leaves of others retract when touched, +LJ025-0021|yet none of these movements justify the ascription to plants of perception of will.|yet none of these movements justify the ascription to plants of perception of will. +LJ025-0022|From the mobility of animals Cuvier, with his characteristic partiality for teleological reasoning,|From the mobility of animals Cuvier, with his characteristic partiality for teleological reasoning, +LJ025-0023|reduces the necessity of the existence in them of an alimentary cavity, or reservoir of food,|reduces the necessity of the existence in them of an alimentary cavity, or reservoir of food, +LJ025-0024|whence their nutrition may be drawn by vessels, which are a sort of internal roots; and, in the presence of this alimentary cavity|whence their nutrition may be drawn by vessels, which are a sort of internal roots; and, in the presence of this alimentary cavity +LJ025-0025|he naturally sees the primary and the most important distinction between animals and plants,|he naturally sees the primary and the most important distinction between animals and plants, +LJ025-0026|Following out his teleological argument, Cuvier remarks that the organization of this cavity|Following out his teleological argument, Cuvier remarks that the organization of this cavity +LJ025-0027|and its appurtenances must needs vary according to the nature of the aliment and the operations which it has to undergo|and its appurtenances must needs vary according to the nature of the aliment and the operations which it has to undergo +LJ025-0028|before it can be converted into substances fitted for absorption,|before it can be converted into substances fitted for absorption, +LJ025-0029|while the atmosphere and the earth supply plants with juices ready prepared and which can be absorbed immediately.|while the atmosphere and the earth supply plants with juices ready prepared and which can be absorbed immediately. +LJ025-0030|As the animal body required to be independent of heat and of the atmosphere,|As the animal body required to be independent of heat and of the atmosphere, +LJ025-0031|there were no means by which the motion of its fluids could be produced by internal causes.|there were no means by which the motion of its fluids could be produced by internal causes. +LJ025-0032|Hence arose the second great distinctive character of animals, or the circulatory system, which is less important than the digestive,|Hence arose the second great distinctive character of animals, or the circulatory system, which is less important than the digestive, +LJ025-0033|since it was unnecessary, and therefore is absent, in the more simple animals.|since it was unnecessary, and therefore is absent, in the more simple animals. +LJ025-0034|Animals further needed muscles for locomotion and nerves for sensibility.|Animals further needed muscles for locomotion and nerves for sensibility. +LJ025-0035|Hence, says Cuvier, it was necessary that the chemical composition of the animal body should be more complicated than that of the plant;|Hence, says Cuvier, it was necessary that the chemical composition of the animal body should be more complicated than that of the plant; +LJ025-0036|and it is so, inasmuch as an additional substance -- nitrogen -- enters into it as an essential element;|and it is so, inasmuch as an additional substance -- nitrogen -- enters into it as an essential element; +LJ025-0037|while in plants nitrogen is only accidentally joined with the three other fundamental constituents of organic beings|while in plants nitrogen is only accidentally joined with the three other fundamental constituents of organic beings +LJ025-0038|carbon, hydrogen and oxygen.|carbon, hydrogen and oxygen. +LJ025-0039|he afterward affirms that nitrogen is peculiar to animals, and herein he places the third distinction between the animal and the plant.|he afterward affirms that nitrogen is peculiar to animals, and herein he places the third distinction between the animal and the plant. +LJ025-0040|The soil and the atmosphere supply plants with water composed of hydrogen and oxygen|The soil and the atmosphere supply plants with water composed of hydrogen and oxygen +LJ025-0041|and carbonic acid containing carbon and oxygen.|and carbonic acid containing carbon and oxygen. +LJ025-0042|They retain the hydrogen and the carbon, exhale the superfluous oxygen and absorb little or no nitrogen.|They retain the hydrogen and the carbon, exhale the superfluous oxygen and absorb little or no nitrogen. +LJ025-0043|The essential character of vegetable life is the exhalation of oxygen, which is effected through the agency of light.|The essential character of vegetable life is the exhalation of oxygen, which is effected through the agency of light. +LJ025-0044|Animals, on the contrary, derive their nourishment either directly or indirectly from plants.|Animals, on the contrary, derive their nourishment either directly or indirectly from plants. +LJ025-0045|They get rid of the superfluous hydrogen and carbon and accumulate nitrogen.|They get rid of the superfluous hydrogen and carbon and accumulate nitrogen. +LJ025-0046|The relations of plants and animals to the atmosphere are therefore inverse.|The relations of plants and animals to the atmosphere are therefore inverse. +LJ025-0047|The plant withdraws water and carbonic acid from the atmosphere, the animal contributes both to it.|The plant withdraws water and carbonic acid from the atmosphere, the animal contributes both to it. +LJ025-0048|Respiration -- that is, the absorption of oxygen and the exhalation of carbonic acid|Respiration -- that is, the absorption of oxygen and the exhalation of carbonic acid +LJ025-0049|is the specially animal function of animals and constitutes their fourth distinctive character.|is the specially animal function of animals and constitutes their fourth distinctive character. +LJ025-0050|Thus wrote Cuvier in 1828.|Thus wrote Cuvier in eighteen twenty-eight. +LJ025-0051|But in the fourth and fifth decades of this century|But in the fourth and fifth decades of this century +LJ025-0052|the greatest and most rapid revolution which biological science has ever undergone was effected by the application of the modern microscope|the greatest and most rapid revolution which biological science has ever undergone was effected by the application of the modern microscope +LJ025-0053|to the investigation of organic structure,|to the investigation of organic structure, +LJ025-0054|by the introduction of exact and easily manageable methods of conducting the chemical analysis of organic compounds and finally|by the introduction of exact and easily manageable methods of conducting the chemical analysis of organic compounds and finally +LJ025-0055|by the employment of instruments of precision for the measurement of the physical forces which are at work in the living economy.|by the employment of instruments of precision for the measurement of the physical forces which are at work in the living economy. +LJ025-0056|That the semi-fluid contents (which we now term protoplasm) of the cells of certain plants,|That the semi-fluid contents (which we now term protoplasm) of the cells of certain plants, +LJ025-0057|such as the Charae, are in constant and regular motion was made out by Bonaventura Corti a century ago;|such as the Charae, are in constant and regular motion was made out by Bonaventura Corti a century ago; +LJ025-0058|but the fact, important as it was, fell into oblivion and had to be rediscovered by Treviranus in 1807.|but the fact, important as it was, fell into oblivion and had to be rediscovered by Treviranus in eighteen oh seven. +LJ025-0059|Robert Brown noted the more complex motions of the protoplasm in the cells of Tradescantia in 1831,|Robert Brown noted the more complex motions of the protoplasm in the cells of Tradescantia in eighteen thirty-one, +LJ025-0060|and now such movements of the living substance of plants are well known to be some of the most widely prevalent phenomena of vegetable life.|and now such movements of the living substance of plants are well known to be some of the most widely prevalent phenomena of vegetable life. +LJ025-0061|Agardh and other of the botanists of Cuvier's generation who occupied themselves with the lower plants had observed that,|Agardh and other of the botanists of Cuvier's generation who occupied themselves with the lower plants had observed that, +LJ025-0062|under particular circumstances, the contents of the cells of certain water-weeds were set free and moved about with considerable velocity|under particular circumstances, the contents of the cells of certain water-weeds were set free and moved about with considerable velocity +LJ025-0063|and with all the appearances of spontaneity as locomotive bodies,|and with all the appearances of spontaneity as locomotive bodies, +LJ025-0064|which, from their similarity to animals of simple organization, were called "zoospores."|which, from their similarity to animals of simple organization, were called "zoospores." +LJ025-0065|Even as late as 1845, however, a botanist of Schleiden's eminence dealt very skeptically with these statements,|Even as late as eighteen forty-five, however, a botanist of Schleiden's eminence dealt very skeptically with these statements, +LJ025-0066|and his skepticism was the more justified since Ehrenberg in his elaborate and comprehensive work on the infusoria,|and his skepticism was the more justified since Ehrenberg in his elaborate and comprehensive work on the infusoria, +LJ025-0067|had declared the greater number of what are now recognized as locomotive plants to be animals.|had declared the greater number of what are now recognized as locomotive plants to be animals. +LJ025-0068|"At the present day," writes Huxley,|"At the present day," writes Huxley, +LJ025-0069|innumerable plants and free plant cells are known to pass the whole or part of their lives in an actively locomotive condition,|innumerable plants and free plant cells are known to pass the whole or part of their lives in an actively locomotive condition, +LJ025-0070|in nowise distinguishable from that of one of the simpler animals, and|in nowise distinguishable from that of one of the simpler animals, and +LJ025-0071|while in this condition their movements are, to all appearances, as spontaneous -- as much the product of volition -- as those of such animals.|while in this condition their movements are, to all appearances, as spontaneous -- as much the product of volition -- as those of such animals. +LJ025-0072|Hence the teleological argument for Cuvier's first diagnostic character|Hence the teleological argument for Cuvier's first diagnostic character +LJ025-0073|the presence in animals of an alimentary cavity, or internal pocket, in which they can carry about their nutriment|the presence in animals of an alimentary cavity, or internal pocket, in which they can carry about their nutriment +LJ025-0074|has broken down, so far, at least, as his mode of stating it goes. And|has broken down, so far, at least, as his mode of stating it goes. And +LJ025-0075|with the advance of microscopic anatomy, the universality of the fact itself among animals has ceased to be predicable.|with the advance of microscopic anatomy, the universality of the fact itself among animals has ceased to be predicable. +LJ025-0076|Many animals of even complex structure which live parasitically within others are wholly devoid of an alimentary cavity.|Many animals of even complex structure which live parasitically within others are wholly devoid of an alimentary cavity. +LJ025-0077|Their food is provided for them,|Their food is provided for them, +LJ025-0078|not only ready cooked but ready digested, and the alimentary canal, become superfluous, has disappeared, and, again,|not only ready cooked but ready digested, and the alimentary canal, become superfluous, has disappeared, and, again, +LJ025-0079|the males of most Rotifers have no digestive apparatus.|the males of most Rotifers have no digestive apparatus. +LJ025-0080|Finally amid the lowest forms of animal life the speck of gelatinous protoplasm, which constitutes the whole body,|Finally amid the lowest forms of animal life the speck of gelatinous protoplasm, which constitutes the whole body, +LJ025-0081|has no permanent digestive cavity or mouth, but takes in its food anywhere and digests, so to speak, all over its body.|has no permanent digestive cavity or mouth, but takes in its food anywhere and digests, so to speak, all over its body. +LJ025-0082|But although Cuvier's leading diagnosis of the animal from the plant will not stand a strict test,|But although Cuvier's leading diagnosis of the animal from the plant will not stand a strict test, +LJ025-0083|it remains one of the most constant of the distinctive characters of animals.|it remains one of the most constant of the distinctive characters of animals. +LJ025-0084|And if we substitute for the possession of an alimentary cavity the power of taking solid nutriment into the body and there digesting it,|And if we substitute for the possession of an alimentary cavity the power of taking solid nutriment into the body and there digesting it, +LJ025-0085|the definition so changed will cover all animals, except certain parasites,|the definition so changed will cover all animals, except certain parasites, +LJ025-0086|and the few and exceptional cases of non-parasitic animals which do not feed at all.|and the few and exceptional cases of non-parasitic animals which do not feed at all. +LJ025-0087|On the other hand, the definition thus amended will exclude all ordinary vegetable organisms.|On the other hand, the definition thus amended will exclude all ordinary vegetable organisms. +LJ025-0088|Cuvier himself practically gives up his second distinctive mark when he admits that it is wanting in the simpler animals.|Cuvier himself practically gives up his second distinctive mark when he admits that it is wanting in the simpler animals. +LJ025-0089|The third distinction is based on a completely erroneous conception of the chemical differences|The third distinction is based on a completely erroneous conception of the chemical differences +LJ025-0090|and resemblances between the constituents of animal and vegetable organisms, for which Cuvier is not responsible,|and resemblances between the constituents of animal and vegetable organisms, for which Cuvier is not responsible, +LJ025-0092|It is now established that nitrogen is as essential a constituent of vegetable as of animal living matter|It is now established that nitrogen is as essential a constituent of vegetable as of animal living matter +LJ025-0093|and that the latter is, chemically speaking, just as complicated as the former.|and that the latter is, chemically speaking, just as complicated as the former. +LJ025-0094|Starchy substances, cellulose and sugar,|Starchy substances, cellulose and sugar, +LJ025-0095|once supposed to be exclusively confined to plants, are now known to be regular and normal products of animals.|once supposed to be exclusively confined to plants, are now known to be regular and normal products of animals. +LJ025-0096|Amylaceous and saccharine substances are largely manufactured, even by the highest animals.|Amylaceous and saccharine substances are largely manufactured, even by the highest animals. +LJ025-0097|Cellulose is widespread as a constituent of the skeletons of the lower animals|Cellulose is widespread as a constituent of the skeletons of the lower animals +LJ025-0098|and it is probable that amyloid substances are universally present in the animal organism, though not in the precise form of starch.|and it is probable that amyloid substances are universally present in the animal organism, though not in the precise form of starch. +LJ025-0099|Moreover, although it remains true that there is an inverse relation between the green plant in sunshine and the animal,|Moreover, although it remains true that there is an inverse relation between the green plant in sunshine and the animal, +LJ025-0100|in so far as under these circumstances the green plant|in so far as under these circumstances the green plant +LJ025-0101|decomposes carbonic acid and exhales oxygen while the animal absorbs oxygen and exhales carbonic acid,|decomposes carbonic acid and exhales oxygen while the animal absorbs oxygen and exhales carbonic acid, +LJ025-0102|yet the exact researches of the modern chemical investigators of the physiological processes of plants have clearly demonstrated the fallacy|yet the exact researches of the modern chemical investigators of the physiological processes of plants have clearly demonstrated the fallacy +LJ025-0103|of attempting to draw any general distinction between animals and vegetables on this ground. In fact, the difference vanishes with the sunshine,|of attempting to draw any general distinction between animals and vegetables on this ground. In fact, the difference vanishes with the sunshine, +LJ025-0104|even in the case of the green plant, which in the dark absorbs oxygen and gives out carbonic acid like any animal.|even in the case of the green plant, which in the dark absorbs oxygen and gives out carbonic acid like any animal. +LJ025-0105|On the other hand, those plants, such as the fungi,|On the other hand, those plants, such as the fungi, +LJ025-0106|which contain no chlorophyll and are not green, are always, so far as respiration is concerned, in the exact position of animals.|which contain no chlorophyll and are not green, are always, so far as respiration is concerned, in the exact position of animals. +LJ025-0107|They absorb oxygen and give out carbonic acid.|They absorb oxygen and give out carbonic acid. +LJ025-0108|Thus, by the progress of knowledge, Cuvier's fourth distinction between the animal and the plant|Thus, by the progress of knowledge, Cuvier's fourth distinction between the animal and the plant +LJ025-0109|has been as completely invalidated as the third and second, and even the first can be retained only in a modified form|has been as completely invalidated as the third and second, and even the first can be retained only in a modified form +LJ025-0110|and subject to exceptions.|and subject to exceptions. +LJ025-0111|But has the advance of biology simply tended to break down old distinctions without establishing new ones?|But has the advance of biology simply tended to break down old distinctions without establishing new ones? +LJ025-0112|With a qualification, to be considered presently, the answer to this question is undoubtedly in the affirmative.|With a qualification, to be considered presently, the answer to this question is undoubtedly in the affirmative. +LJ025-0113|The famous researches of Schwann and Schleiden in 1837 and the following years|The famous researches of Schwann and Schleiden in eighteen thirty-seven and the following years +LJ025-0114|founded the modern science of histology or that branch of anatomy which deals with the ultimate visible structure of organisms as revealed by the microscope,|founded the modern science of histology or that branch of anatomy which deals with the ultimate visible structure of organisms as revealed by the microscope, +LJ025-0115|and from that day to this the rapid improvement of methods of investigation and the energy of a host of accurate observers|and from that day to this the rapid improvement of methods of investigation and the energy of a host of accurate observers +LJ025-0116|have given greater and greater breadth and firmness to Schwann's great generalization|have given greater and greater breadth and firmness to Schwann's great generalization +LJ025-0117|that a fundamental unity of structure obtains in animals and plants,|that a fundamental unity of structure obtains in animals and plants, +LJ025-0118|and that, however diverse may be the fabrics or tissues of which their bodies are composed, all these varied structures result|and that, however diverse may be the fabrics or tissues of which their bodies are composed, all these varied structures result +LJ025-0119|from the metamorphosis of morphological units (termed cells in a more general sense than that in which the word "cells" was at first employed),|from the metamorphosis of morphological units (termed cells in a more general sense than that in which the word "cells" was at first employed), +LJ025-0120|which are not only similar in animals and in plants respectively,|which are not only similar in animals and in plants respectively, +LJ025-0121|but present a close resemblance when those of animals and those of plants are compared together.|but present a close resemblance when those of animals and those of plants are compared together. +LJ025-0122|The contractility which is the fundamental condition of locomotion," continues Huxley,|The contractility which is the fundamental condition of locomotion," continues Huxley, +LJ025-0123|has not only been discovered to exist far more widely among plants than was formerly imagined,|has not only been discovered to exist far more widely among plants than was formerly imagined, +LJ025-0124|but in the plants the act of contraction has been found to be accompanied,|but in the plants the act of contraction has been found to be accompanied, +LJ025-0125|as Dr. Burdon Sanderson's interesting investigations have shown, by a disturbance of the electrical state of the contractile substance|as Dr. Burdon Sanderson's interesting investigations have shown, by a disturbance of the electrical state of the contractile substance +LJ025-0126|comparable to that which was found by Du Bois Reymond to be a concomitant of the activity of ordinary muscle in animals. Again,|comparable to that which was found by Du Bois Reymond to be a concomitant of the activity of ordinary muscle in animals. Again, +LJ025-0127|I know of no test by which the reaction of the leaves of the Sundew and of other plants to stimuli, so fully and carefully studied by Mr. Darwin,|I know of no test by which the reaction of the leaves of the Sundew and of other plants to stimuli, so fully and carefully studied by Mr. Darwin, +LJ025-0128|can be distinguished from those acts of contraction following upon stimuli, which are called "reflex" in animals.|can be distinguished from those acts of contraction following upon stimuli, which are called "reflex" in animals. +LJ025-0129|On each lobe of the bi-lobed leaf of Venus flytrap are three delicate filaments which stand out at right angles from the surface of the leaf.|On each lobe of the bi-lobed leaf of Venus flytrap are three delicate filaments which stand out at right angles from the surface of the leaf. +LJ025-0130|Touch one of them with the end of a fine human hair|Touch one of them with the end of a fine human hair +LJ025-0131|and the lobes of the leaf instantly close together in virtue of an act of contraction of part of their substance,|and the lobes of the leaf instantly close together in virtue of an act of contraction of part of their substance, +LJ025-0132|just as the body of a snail contracts into its shell when one of its "horns" is irritated.|just as the body of a snail contracts into its shell when one of its "horns" is irritated. +LJ025-0133|The reflex action of the snail is the result of the presence of a nervous system in the animal.|The reflex action of the snail is the result of the presence of a nervous system in the animal. +LJ025-0134|A molecular change takes place in the nerve of the tentacle,|A molecular change takes place in the nerve of the tentacle, +LJ025-0135|is propagated to the muscles by which the body is retracted, and causing them to contract, the act of retraction is brought about.|is propagated to the muscles by which the body is retracted, and causing them to contract, the act of retraction is brought about. +LJ025-0136|Of course the similarity of the acts does not necessarily involve the conclusion that the mechanism by which they are effected is the same|Of course the similarity of the acts does not necessarily involve the conclusion that the mechanism by which they are effected is the same +LJ025-0137|but it suggests a suspicion of their identity which needs careful testing.|but it suggests a suspicion of their identity which needs careful testing. +LJ025-0138|The results of inquiries into the structure of the nervous system of animals|The results of inquiries into the structure of the nervous system of animals +LJ025-0139|converge toward the conclusion that the nerve fibers, which have been regarded as ultimate elements of nervous tissue,|converge toward the conclusion that the nerve fibers, which have been regarded as ultimate elements of nervous tissue, +LJ025-0140|are not such, but are simply the visible aggregations of vastly more attenuated filaments,|are not such, but are simply the visible aggregations of vastly more attenuated filaments, +LJ025-0141|the diameter of which dwindles down to the limits of our present microscopic vision,|the diameter of which dwindles down to the limits of our present microscopic vision, +LJ025-0142|greatly as these have been extended by modern improvements of the microscope, and that a nerve is, in its essence,|greatly as these have been extended by modern improvements of the microscope, and that a nerve is, in its essence, +LJ025-0143|nothing but a linear tract of specially modified protoplasm between two points of an organism|nothing but a linear tract of specially modified protoplasm between two points of an organism +LJ025-0144|one of which is able to affect the other by means of the communication so established.|one of which is able to affect the other by means of the communication so established. +LJ025-0145|Hence it is conceivable that even the simplest living being may possess a nervous system.|Hence it is conceivable that even the simplest living being may possess a nervous system. +LJ025-0146|And the question whether plants are provided with a nervous system or not thus acquires a new aspect and presents the histologist and physiologist|And the question whether plants are provided with a nervous system or not thus acquires a new aspect and presents the histologist and physiologist +LJ025-0147|with a problem of extreme difficulty, which must be attacked from a new point of view and by the aid of methods which have yet to be invented.|with a problem of extreme difficulty, which must be attacked from a new point of view and by the aid of methods which have yet to be invented. +LJ025-0148|"Thus it must be admitted," he says again, "that plants may be contractile and locomotive;|"Thus it must be admitted," he says again, "that plants may be contractile and locomotive; +LJ025-0149|that, while locomotive, their movements may have as much appearance of spontaneity as those of the lowest animals,|that, while locomotive, their movements may have as much appearance of spontaneity as those of the lowest animals, +LJ025-0150|and that many exhibit actions comparable to those which are brought about by the agency of a nervous system in animals.|and that many exhibit actions comparable to those which are brought about by the agency of a nervous system in animals. +LJ025-0151|And it must be allowed to be possible that further research may reveal the existence of something comparable to a nervous system in plants.|And it must be allowed to be possible that further research may reveal the existence of something comparable to a nervous system in plants. +LJ025-0152|So that I know not where we can hope to find any absolute distinction between animals and plants, unless we return to their mode of nutrition|So that I know not where we can hope to find any absolute distinction between animals and plants, unless we return to their mode of nutrition +LJ025-0153|and inquire whether certain differences of a more occult character than those imagined to exist by Cuvier,|and inquire whether certain differences of a more occult character than those imagined to exist by Cuvier, +LJ025-0154|and which certainly hold good for the vast majority of animals and plants, are of universal application.|and which certainly hold good for the vast majority of animals and plants, are of universal application. +LJ025-0155|A bean may be supplied with water in which salts of ammonia and certain other mineral salts are dissolved in due proportion,|A bean may be supplied with water in which salts of ammonia and certain other mineral salts are dissolved in due proportion, +LJ025-0156|with atmospheric air containing its ordinary minute dose of carbonic acid and with nothing else but sunlight and heat.|with atmospheric air containing its ordinary minute dose of carbonic acid and with nothing else but sunlight and heat. +LJ025-0157|Under these circumstances, unnatural as they are, with proper management, the bean will thrust forth its radicle and its plumule;|Under these circumstances, unnatural as they are, with proper management, the bean will thrust forth its radicle and its plumule; +LJ025-0158|the former will grow down into roots, the latter grow up into the stem and leaves of a vigorous bean-plant,|the former will grow down into roots, the latter grow up into the stem and leaves of a vigorous bean-plant, +LJ025-0159|and this plant will, in due time, flower and produce its crop of beans just as if it were grown in the garden or in the field.|and this plant will, in due time, flower and produce its crop of beans just as if it were grown in the garden or in the field. +LJ025-0160|The weight of the nitrogenous protein compounds,|The weight of the nitrogenous protein compounds, +LJ025-0161|of the oily, starchy, saccharine and woody substances contained in the full-grown plant and its seeds|of the oily, starchy, saccharine and woody substances contained in the full-grown plant and its seeds +LJ025-0162|will be vastly greater than the weight of the same substances contained in the bean from which it sprang.|will be vastly greater than the weight of the same substances contained in the bean from which it sprang. +LJ025-0163|But nothing has been supplied to the bean save water, carbonic acid, ammonia, potash, lime,|But nothing has been supplied to the bean save water, carbonic acid, ammonia, potash, lime, +LJ025-0164|iron and the like in combination with phosphoric, sulphuric and other acids.|iron and the like in combination with phosphoric, sulphuric and other acids. +LJ025-0165|Neither protein, nor fat, nor starch, nor sugar, nor any substance in the slightest degree resembling them has formed part of the food of the bean.|Neither protein, nor fat, nor starch, nor sugar, nor any substance in the slightest degree resembling them has formed part of the food of the bean. +LJ025-0166|But the weights of the carbon, hydrogen, oxygen, nitrogen, phosphorus, sulfur and other elementary bodies contained in the bean-plant|But the weights of the carbon, hydrogen, oxygen, nitrogen, phosphorus, sulfur and other elementary bodies contained in the bean-plant +LJ025-0167|and in the seeds which it produces are exactly equivalent to the weights of the same elements which have disappeared from the materials supplied to the bean during its growth.|and in the seeds which it produces are exactly equivalent to the weights of the same elements which have disappeared from the materials supplied to the bean during its growth. +LJ025-0168|Whence it follows that the bean has taken in only the raw materials of its fabric and has manufactured them into bean-stuffs.|Whence it follows that the bean has taken in only the raw materials of its fabric and has manufactured them into bean-stuffs. +LJ025-0169|The bean has been able to perform this great chemical feat by the help of its green coloring matter, or chlorophyll,|The bean has been able to perform this great chemical feat by the help of its green coloring matter, or chlorophyll, +LJ025-0170|for it is only the green parts of the plant which, under the influence of sunlight, have the marvelous power of decomposing carbonic acid,|for it is only the green parts of the plant which, under the influence of sunlight, have the marvelous power of decomposing carbonic acid, +LJ025-0171|setting free the oxygen and laying hold of the carbon which it contains.|setting free the oxygen and laying hold of the carbon which it contains. +LJ025-0172|In fact, the bean obtains two of the absolutely indispensable elements of its substance from two distinct sources.|In fact, the bean obtains two of the absolutely indispensable elements of its substance from two distinct sources. +LJ025-0173|The watery solution, in which its roots are plunged, contains nitrogen but no carbon;|The watery solution, in which its roots are plunged, contains nitrogen but no carbon; +LJ025-0174|the air, to which the leaves are exposed, contains carbon,|the air, to which the leaves are exposed, contains carbon, +LJ025-0175|but its nitrogen is in the state of a free gas, in which condition the bean can make no use of it,|but its nitrogen is in the state of a free gas, in which condition the bean can make no use of it, +LJ025-0176|and the chlorophyll is the apparatus by which the carbon is extracted from the atmospheric carbonic acid, the leaves being the chief laboratories|and the chlorophyll is the apparatus by which the carbon is extracted from the atmospheric carbonic acid, the leaves being the chief laboratories +LJ026-0001|The Science: History of the Universe, Volume 5. Edited by Francis Rolt-Wheeler. Biology. Chapter 8.|The Science: History of the Universe, Volume five. Edited by Francis Rolt-Wheeler. Biology. Chapter eight. +LJ026-0002|Life Processes. Part One.|Life Processes. Part One. +LJ026-0003|Nutrition thus, as has been pointed out, makes it possible to classify most organisms as animals or plants.|Nutrition thus, as has been pointed out, makes it possible to classify most organisms as animals or plants. +LJ026-0004|Yet there are many unicellular forms in which both kinds of nutrition go on at the same time;|Yet there are many unicellular forms in which both kinds of nutrition go on at the same time; +LJ026-0005|that is, the forms may possess a mouth for the ingestion of solid food and green coloring matter, chlorophyll,|that is, the forms may possess a mouth for the ingestion of solid food and green coloring matter, chlorophyll, +LJ026-0006|for the manufacture of starchy food from gaseous matter.|for the manufacture of starchy food from gaseous matter. +LJ026-0007|Many of the lowest forms of life have long been puzzles|Many of the lowest forms of life have long been puzzles +LJ026-0008|and the beginner in biological study is surprised to find them described in textbooks of both botany and zoology.|and the beginner in biological study is surprised to find them described in textbooks of both botany and zoology. +LJ026-0009|The fact is that they are on the border line, are neither plants nor animals but simply organisms.|The fact is that they are on the border line, are neither plants nor animals but simply organisms. +LJ026-0010|Since they cannot be classified, it is necessary that they be listed both under botany and zoology, in order to make sure that they will not be omitted entirely.|Since they cannot be classified, it is necessary that they be listed both under botany and zoology, in order to make sure that they will not be omitted entirely. +LJ026-0011|Because of these uncertain forms of life,|Because of these uncertain forms of life, +LJ026-0012|Haeckel proposed once to include all one-celled animals and plants in a third kingdom to be called Protista (meaning the first of all life).|Haeckel proposed once to include all one-celled animals and plants in a third kingdom to be called Protista (meaning the first of all life). +LJ026-0013|Parker's definition of animals and plants,|Parker's definition of animals and plants, +LJ026-0014|based on the foregoing considerations, is convenient for distinguishing between animals and plants in all cases except the doubtful unicellar forms.|based on the foregoing considerations, is convenient for distinguishing between animals and plants in all cases except the doubtful unicellar forms. +LJ026-0015|He says: Animals are organisms of fixed and definite form, in which the cell-body is not covered with a cellulose wall.|He says: Animals are organisms of fixed and definite form, in which the cell-body is not covered with a cellulose wall. +LJ026-0016|They ingest solid proteinaceous food,|They ingest solid proteinaceous food, +LJ026-0017|their nutritive processes result in oxidation, they have a definite organ of excretion and are capable of automatic movement|their nutritive processes result in oxidation, they have a definite organ of excretion and are capable of automatic movement +LJ026-0018|Plants are organisms of constantly varying form in which the cell body is surrounded by a cellulose wall;|Plants are organisms of constantly varying form in which the cell body is surrounded by a cellulose wall; +LJ026-0019|they cannot ingest solid food, but are nourished by a watery solution of nutrient materials.|they cannot ingest solid food, but are nourished by a watery solution of nutrient materials. +LJ026-0020|If chlorophyll is present, the carbon dioxide of the air serves as a source of carbon,|If chlorophyll is present, the carbon dioxide of the air serves as a source of carbon, +LJ026-0021|nitrogen is obtained from simple salts and the nutritive processes result in deoxidation;|nitrogen is obtained from simple salts and the nutritive processes result in deoxidation; +LJ026-0022|if chlorophyll is absent, carbon is obtained from sugar or some similar compound,|if chlorophyll is absent, carbon is obtained from sugar or some similar compound, +LJ026-0023|nitrogen either from simple salts or from proteids, and the process of nutrition is one of oxidation.|nitrogen either from simple salts or from proteids, and the process of nutrition is one of oxidation. +LJ026-0024|There is no special excretory organ, and, except in the case of certain reproductive bodies, there is usually no locomotion.|There is no special excretory organ, and, except in the case of certain reproductive bodies, there is usually no locomotion. +LJ026-0025|The important point to recognize is that these boundaries are artificial and that there are no scientific frontiers in Nature.|The important point to recognize is that these boundaries are artificial and that there are no scientific frontiers in Nature. +LJ026-0026|As in the liquefaction of gases, there is a "critical point" at which the substance under experiment is neither gaseous nor liquid.|As in the liquefaction of gases, there is a "critical point" at which the substance under experiment is neither gaseous nor liquid. +LJ026-0027|as in a mountainous country, it is impossible to say where mountain ends and valley begins; as in the development of an animal,|as in a mountainous country, it is impossible to say where mountain ends and valley begins; as in the development of an animal, +LJ026-0028|it is futile to argue about the exact period when, for instance, the egg becomes a tadpole or the tadpole a frog,|it is futile to argue about the exact period when, for instance, the egg becomes a tadpole or the tadpole a frog, +LJ026-0030|The distinction between the higher plants and animals is perfectly sharp and obvious,|The distinction between the higher plants and animals is perfectly sharp and obvious, +LJ026-0031|but when the two groups are traced downward they are found gradually to merge,|but when the two groups are traced downward they are found gradually to merge, +LJ026-0032|as it were, into an assemblage of organisms which partake of the characters of both kingdoms and cannot without a certain violence|as it were, into an assemblage of organisms which partake of the characters of both kingdoms and cannot without a certain violence +LJ026-0033|be either included in or excluded from either.|be either included in or excluded from either. +LJ026-0034|When any given "protist" has to be classified the case must be decided on its individual merits;|When any given "protist" has to be classified the case must be decided on its individual merits; +LJ026-0035|the organism must be compared in detail with all those which resemble it closely in structure, physiology and life history,|the organism must be compared in detail with all those which resemble it closely in structure, physiology and life history, +LJ026-0036|and then a balance must be struck and the doubtful form placed in the kingdom with which it has, on the whole, most points in common.|and then a balance must be struck and the doubtful form placed in the kingdom with which it has, on the whole, most points in common. +LJ026-0037|It will no doubt occur to the reader that, on the theory of evolution,|It will no doubt occur to the reader that, on the theory of evolution, +LJ026-0038|the fact of the animal and vegetable kingdoms being related to one another like two trees united at the roots may be accounted for by the hypothesis that|the fact of the animal and vegetable kingdoms being related to one another like two trees united at the roots may be accounted for by the hypothesis that +LJ026-0040|And in this connection the fact that some bacteria -- the simplest organisms known and devoid of chlorophyll|And in this connection the fact that some bacteria -- the simplest organisms known and devoid of chlorophyll +LJ026-0041|may flourish in solutions wholly devoid of organic matter is very significant.|may flourish in solutions wholly devoid of organic matter is very significant. +LJ026-0042|The lower plants and animals referred to above are so far from everyday observation|The lower plants and animals referred to above are so far from everyday observation +LJ026-0043|and hence so unfamiliar that to most people the comparison made will mean little in terms of ordinary green flowering plants and common vertebrate animals.|and hence so unfamiliar that to most people the comparison made will mean little in terms of ordinary green flowering plants and common vertebrate animals. +LJ026-0044|In order to emphasize the fundamental similarity of organic function in higher and lower animals and plants, let us compare any higher plant|In order to emphasize the fundamental similarity of organic function in higher and lower animals and plants, let us compare any higher plant +LJ026-0045|e.g., a bean plant with a higher animal, e.g., frog or even man.|e.g., a bean plant with a higher animal, e.g., frog or even man. +LJ026-0046|In each the life is the sum total of a series of definite processes -- nutrition or food supply,|In each the life is the sum total of a series of definite processes -- nutrition or food supply, +LJ026-0047|circulation, metabolism, excretion, oxygenation (part of respiration),|circulation, metabolism, excretion, oxygenation (part of respiration), +LJ026-0048|movement, irritability (nervous activity) and reproduction.|movement, irritability (nervous activity) and reproduction. +LJ026-0049|In turn these will be compared for the animal and the plant,|In turn these will be compared for the animal and the plant, +LJ026-0050|following in part the comparisons of certain animals and plants by Sedgwick and Wilson and others.|following in part the comparisons of certain animals and plants by Sedgwick and Wilson and others. +LJ026-0051|These comparisons will, however, be translated into terms applicable to any species of higher plants or animals.|These comparisons will, however, be translated into terms applicable to any species of higher plants or animals. +LJ026-0052|In the nutrition of the animal the most essential and characteristic part of the food supply is derived from vegetable|In the nutrition of the animal the most essential and characteristic part of the food supply is derived from vegetable +LJ026-0053|or animal matter in the form of various organic compounds, of which the most important are proteids (protoplasm, albumen, etc.),|or animal matter in the form of various organic compounds, of which the most important are proteids (protoplasm, albumen, etc.), +LJ026-0054|carbohydrates (starch, cellulose) and fats.|carbohydrates (starch, cellulose) and fats. +LJ026-0055|These materials are used by the animal in the manufacture of new protoplasm to take the place of that which has been used up.|These materials are used by the animal in the manufacture of new protoplasm to take the place of that which has been used up. +LJ026-0056|It is, however, impossible for the animal to build these materials directly into the substance of its own body.|It is, however, impossible for the animal to build these materials directly into the substance of its own body. +LJ026-0057|They must first undergo certain preparatory chemical changes known collectively as digestion|They must first undergo certain preparatory chemical changes known collectively as digestion +LJ026-0058|and only after the completion of this process can all the food be absorbed into the circulation.|and only after the completion of this process can all the food be absorbed into the circulation. +LJ026-0059|For this purpose the food is taken not into the body proper, but into a kind of tubular chemical laboratory; called the alimentary canal,|For this purpose the food is taken not into the body proper, but into a kind of tubular chemical laboratory; called the alimentary canal, +LJ026-0060|through which it slowly passes, being subjected meanwhile to the action of certain chemical substances or reagents, known as digestive ferments.|through which it slowly passes, being subjected meanwhile to the action of certain chemical substances or reagents, known as digestive ferments. +LJ026-0061|These substances, which are dissolved in a watery liquid to form the digestive fluid, are secreted by the walls of the alimentary tube.|These substances, which are dissolved in a watery liquid to form the digestive fluid, are secreted by the walls of the alimentary tube. +LJ026-0062|Through their action the solid portions are liquefied and the food is rendered capable of absorption into the body proper.|Through their action the solid portions are liquefied and the food is rendered capable of absorption into the body proper. +LJ026-0063|The food supply of the higher plant, like that of the animal, is the source of the required matter and energy,|The food supply of the higher plant, like that of the animal, is the source of the required matter and energy, +LJ026-0065|Matter enters the plant in the liquid or gaseous form by diffusion,|Matter enters the plant in the liquid or gaseous form by diffusion, +LJ026-0066|both from the soil through the roots (liquids) and from the atmosphere through the leaves (gases).|both from the soil through the roots (liquids) and from the atmosphere through the leaves (gases). +LJ026-0067|We have here the direct absorption into the body proper of food-stuffs precisely as the animal takes in water and oxygen.|We have here the direct absorption into the body proper of food-stuffs precisely as the animal takes in water and oxygen. +LJ026-0068|Energy enters the plant, to a small extent,|Energy enters the plant, to a small extent, +LJ026-0069|as the potential energy of foodstuffs, but comes in principally as the kinetic energy of sunlight absorbed in the leaves.|as the potential energy of foodstuffs, but comes in principally as the kinetic energy of sunlight absorbed in the leaves. +LJ026-0070|Of the substances the solids (salts, etc.) must be dissolved in water before they can be taken in.|Of the substances the solids (salts, etc.) must be dissolved in water before they can be taken in. +LJ026-0071|Water and dissolved salts continually pass by diffusion from the soil into the roots, where together they constitute the sap.|Water and dissolved salts continually pass by diffusion from the soil into the roots, where together they constitute the sap. +LJ026-0072|The sap travels throughout the whole plant, the main though not the only cause of movement|The sap travels throughout the whole plant, the main though not the only cause of movement +LJ026-0073|being the constant transpiration (evaporation) of watery vapor from the leaves, especially through the stomata.|being the constant transpiration (evaporation) of watery vapor from the leaves, especially through the stomata. +LJ026-0074|The gaseous matters (carbon dioxide, oxygen, nitrogen) enter the plant mainly by diffusion from the atmosphere,|The gaseous matters (carbon dioxide, oxygen, nitrogen) enter the plant mainly by diffusion from the atmosphere, +LJ026-0075|are dissolved by the sap in the leaves and elsewhere and thus may pass to every portion of the plant.|are dissolved by the sap in the leaves and elsewhere and thus may pass to every portion of the plant. +LJ026-0076|The green plant owes its power of absorbing the energy of sunlight|The green plant owes its power of absorbing the energy of sunlight +LJ026-0077|to the chlorophyll bodies or chromatophores, for plants which, like fungi, etc., are devoid of chlorophyll, are unable thus to acquire energy.|to the chlorophyll bodies or chromatophores, for plants which, like fungi, etc., are devoid of chlorophyll, are unable thus to acquire energy. +LJ026-0078|Entering the chlorophyll bodies, the kinetic energy of sunlight is applied to the decomposition of carbon dioxide and water.|Entering the chlorophyll bodies, the kinetic energy of sunlight is applied to the decomposition of carbon dioxide and water. +LJ026-0079|After passing through manifold but imperfectly known processes, the elements of these substances finally reappear as starch,|After passing through manifold but imperfectly known processes, the elements of these substances finally reappear as starch, +LJ026-0080|often in the form of granules embedded in the chlorophyll bodies and free oxygen, most of which is returned to the atmosphere.|often in the form of granules embedded in the chlorophyll bodies and free oxygen, most of which is returned to the atmosphere. +LJ026-0081|Thus the leaf of a green plant in the light is continually absorbing carbon dioxide and giving forth free oxygen.|Thus the leaf of a green plant in the light is continually absorbing carbon dioxide and giving forth free oxygen. +LJ026-0082|Carbon dioxide and water contain no potential energy, since the affinities of their constituent elements are completely satisfied.|Carbon dioxide and water contain no potential energy, since the affinities of their constituent elements are completely satisfied. +LJ026-0083|Starch, however, contains potential energy, since the molecule is relatively unstable|Starch, however, contains potential energy, since the molecule is relatively unstable +LJ026-0084|i.e., capable of decomposition into simpler, stabler molecules in which stronger affinities are satisfied.|i.e., capable of decomposition into simpler, stabler molecules in which stronger affinities are satisfied. +LJ026-0085|And this is due to the fact that in the manufacture of starch in the chlorophyll bodies|And this is due to the fact that in the manufacture of starch in the chlorophyll bodies +LJ026-0086|the kinetic energy of sunlight was expended in lifting the atoms into position of vantage, thus endowing them with energy of position.|the kinetic energy of sunlight was expended in lifting the atoms into position of vantage, thus endowing them with energy of position. +LJ026-0087|In this way some of the radiant and kinetic energy of the sun comes to be stored up as potential energy in the starch.|In this way some of the radiant and kinetic energy of the sun comes to be stored up as potential energy in the starch. +LJ026-0088|In short, the green plant is able by cooperation with sunlight to use simple raw materials (carbon dioxide, water, oxygen, etc.)|In short, the green plant is able by cooperation with sunlight to use simple raw materials (carbon dioxide, water, oxygen, etc.) +LJ026-0089|poor in energy or devoid of it, and out of them to manufacture food -- i.e. complex compounds rich in available potential energy.|poor in energy or devoid of it, and out of them to manufacture food -- i.e. complex compounds rich in available potential energy. +LJ026-0090|This power is possessed by green plants alone; all other organisms being dependent for energy upon the potential energy of ready-made food.|This power is possessed by green plants alone; all other organisms being dependent for energy upon the potential energy of ready-made food. +LJ026-0091|This must, in the first instance, be provided for them by green plants, and hence without chlorophyll-bearing plants,|This must, in the first instance, be provided for them by green plants, and hence without chlorophyll-bearing plants, +LJ026-0092|animals (and colorless plants as well) apparently could not long exist.|animals (and colorless plants as well) apparently could not long exist. +LJ026-0093|The plant absorbs also a small amount of kinetic energy, independently of the sunlight, in the form of heat.|The plant absorbs also a small amount of kinetic energy, independently of the sunlight, in the form of heat. +LJ026-0094|This, however, is probably not a source of vital energy, but only contributes to the maintenance of the body temperature.|This, however, is probably not a source of vital energy, but only contributes to the maintenance of the body temperature. +LJ026-0095|Food (starch) thus produced in the green leaves of higher plants and the inorganic foods|Food (starch) thus produced in the green leaves of higher plants and the inorganic foods +LJ026-0096|water, nitrites or nitrates and various mineral substances in solution in water|water, nitrites or nitrates and various mineral substances in solution in water +LJ026-0097|furnish the materials and energy required for the life and growth of the plant.|furnish the materials and energy required for the life and growth of the plant. +LJ026-0098|The circulatory system distributes these foods. In animals foods prepared for absorption in the stomach and intestine (by digestion)|The circulatory system distributes these foods. In animals foods prepared for absorption in the stomach and intestine (by digestion) +LJ026-0099|are absorbed by the circulating liquids (blood and lymph) and transported to all cells of the animal body.|are absorbed by the circulating liquids (blood and lymph) and transported to all cells of the animal body. +LJ026-0100|In the plant the inorganic matter in water from the soil are absorbed by the roots and carried up definite tubes in the woody part of the stem.|In the plant the inorganic matter in water from the soil are absorbed by the roots and carried up definite tubes in the woody part of the stem. +LJ026-0101|The causes of this ascent are not clear,|The causes of this ascent are not clear, +LJ026-0102|but root pressure due to osmosis, capillary action and evaporation from the leaves are factors.|but root pressure due to osmosis, capillary action and evaporation from the leaves are factors. +LJ026-0103|Just as the solid food of animals must be digested in preparation for absorption,|Just as the solid food of animals must be digested in preparation for absorption, +LJ026-0104|so starch manufactured in the leaves must be digested (dissolved) before it can be transported.|so starch manufactured in the leaves must be digested (dissolved) before it can be transported. +LJ026-0106|The change is from starch to a sugar capable of diffusion.|The change is from starch to a sugar capable of diffusion. +LJ026-0107|Dissolved in water, the sugar is transported down delicate tubes, chiefly in the growing bark region of the stem.|Dissolved in water, the sugar is transported down delicate tubes, chiefly in the growing bark region of the stem. +LJ026-0108|It is clear that there are upward and downward currents of water containing food (comparable to blood of an animal),|It is clear that there are upward and downward currents of water containing food (comparable to blood of an animal), +LJ026-0109|but no system of complete circulation as in the blood vessels of a higher animal.|but no system of complete circulation as in the blood vessels of a higher animal. +LJ026-0110|However, the result in distributed food is the same in the plant and in the animal.|However, the result in distributed food is the same in the plant and in the animal. +LJ026-0111|In the cells the foods undergo metabolic changes.|In the cells the foods undergo metabolic changes. +LJ026-0112|In an animal the foods in the circulating liquids, blood and lymph, are selected and absorbed by the cells.|In an animal the foods in the circulating liquids, blood and lymph, are selected and absorbed by the cells. +LJ026-0113|Only proteid foods form new protoplasm|Only proteid foods form new protoplasm +LJ026-0114|and even of proteids only a limited amount, 75 to one hundred grams a day for a man, is built into new protoplasm.|and even of proteids only a limited amount, seventy-five to one hundred grams a day for a man, is built into new protoplasm. +LJ026-0115|The excess undergoes oxidation and forms nitrogen excretions.|The excess undergoes oxidation and forms nitrogen excretions. +LJ026-0116|The foods containing only the elements carbon, hydrogen and oxygen (fats and carbohydrates)|The foods containing only the elements carbon, hydrogen and oxygen (fats and carbohydrates) +LJ026-0117|are directly oxidized to excretions and, lacking nitrogen, cannot serve for making new animal protoplasm.|are directly oxidized to excretions and, lacking nitrogen, cannot serve for making new animal protoplasm. +LJ026-0118|Fat and carbohydrate foods, then, never become living matter.|Fat and carbohydrate foods, then, never become living matter. +LJ026-0119|They may be stored, especially as fat, until needed for oxidation to supply energy.|They may be stored, especially as fat, until needed for oxidation to supply energy. +LJ026-0120|The building up of the protoplasm from proteids is anabolism, constructive metabolism.|The building up of the protoplasm from proteids is anabolism, constructive metabolism. +LJ026-0121|The destruction of protoplasm, excess proteids or the fat and carbohydrate foods is catabolism, destructive metabolism.|The destruction of protoplasm, excess proteids or the fat and carbohydrate foods is catabolism, destructive metabolism. +LJ026-0122|Catabolism is probably due to enzyme action, but the final result is chiefly carbon dioxide and water,|Catabolism is probably due to enzyme action, but the final result is chiefly carbon dioxide and water, +LJ026-0123|which could be derived by the ordinary chemical evolution of protoplasm, proteid, sugar, starch or fats.|which could be derived by the ordinary chemical evolution of protoplasm, proteid, sugar, starch or fats. +LJ026-0124|In the plant, starch, as has been seen, is first formed in the chlorophyll-bodies.|In the plant, starch, as has been seen, is first formed in the chlorophyll-bodies. +LJ026-0125|But the formation of starch, all important as it is, is after all only the manufacture of food|But the formation of starch, all important as it is, is after all only the manufacture of food +LJ026-0126|as a preliminary to the real processes of nutrition.|as a preliminary to the real processes of nutrition. +LJ026-0127|These processes must take place everywhere in ordinary protoplasm,|These processes must take place everywhere in ordinary protoplasm, +LJ026-0128|for it is here that oxidation occurs and the need for a renewal of matter and energy consequently arises.|for it is here that oxidation occurs and the need for a renewal of matter and energy consequently arises. +LJ026-0129|Sooner or later the starch grains are changed into a kind of sugar (glucose), which, unlike starch, dissolves in the sap|Sooner or later the starch grains are changed into a kind of sugar (glucose), which, unlike starch, dissolves in the sap +LJ026-0130|and may thus be easily transported to all parts of the plant.|and may thus be easily transported to all parts of the plant. +LJ026-0131|Wherever there is need for new protoplasm, whether to repair previous waste or to supply materials for growth,|Wherever there is need for new protoplasm, whether to repair previous waste or to supply materials for growth, +LJ026-0132|after absorption into the cells the elements of the starch (or glucose) are, by the living protoplasm, in some unknown way|after absorption into the cells the elements of the starch (or glucose) are, by the living protoplasm, in some unknown way +LJ026-0133|combined with nitrogen and sulphur (probably also with salts, water, etc.) to form proteid matter.|combined with nitrogen and sulphur (probably also with salts, water, etc.) to form proteid matter. +LJ026-0134|The particles of this newly formed compound are incorporated into the protoplasm.|The particles of this newly formed compound are incorporated into the protoplasm. +LJ026-0135|If a larger quantity of starch is formed in the chlorophyll bodies than is immediately needed by the protoplasm for purposes of repair or growth,|If a larger quantity of starch is formed in the chlorophyll bodies than is immediately needed by the protoplasm for purposes of repair or growth, +LJ026-0136|it may be reconverted into starch after journeying as glucose through the plant|it may be reconverted into starch after journeying as glucose through the plant +LJ026-0138|Apparently when this reserve supply is finally needed at any point in the plant, it is again changed to glucose and transported thither.|Apparently when this reserve supply is finally needed at any point in the plant, it is again changed to glucose and transported thither. +LJ026-0139|It is probable that new leaves and new tissues generally are always formed in part from this reserve starch.|It is probable that new leaves and new tissues generally are always formed in part from this reserve starch. +LJ026-0140|In the plant as in the animal metabolism must consist of anabolic and catabolic processes.|In the plant as in the animal metabolism must consist of anabolic and catabolic processes. +LJ026-0141|The construction in the cells of new proteid from the absorbed carbohydrate and the materials from the soil is true anabolism.|The construction in the cells of new proteid from the absorbed carbohydrate and the materials from the soil is true anabolism. +LJ026-0142|It is also clear that catabolism or oxidation for the liberation of energy occurs as in animals, but this process is slower.|It is also clear that catabolism or oxidation for the liberation of energy occurs as in animals, but this process is slower. +LJ026-0143|Probably foods containing carbon, hydrogen and oxygen are the sources of energy in the higher plants as in animals.|Probably foods containing carbon, hydrogen and oxygen are the sources of energy in the higher plants as in animals. +LJ026-0144|In both plants and animals simple waste substances result from the catabolic processes in the cells.|In both plants and animals simple waste substances result from the catabolic processes in the cells. +LJ026-0145|In the animal carbon dioxide, water and nitrogen compounds are the chief excretions.|In the animal carbon dioxide, water and nitrogen compounds are the chief excretions. +LJ026-0146|They are absorbed by the circulating liquids and carried to the eliminating organs, lungs and kidneys chiefly, for elimination.|They are absorbed by the circulating liquids and carried to the eliminating organs, lungs and kidneys chiefly, for elimination. +LJ026-0147|In the higher plants the excretions are carbon dioxide, which escapes through the epidermis of root, stem and leaf and through the stomata;|In the higher plants the excretions are carbon dioxide, which escapes through the epidermis of root, stem and leaf and through the stomata; +LJ026-0148|water which is lost by evaporation, especially from the leaf surface through the stomata;|water which is lost by evaporation, especially from the leaf surface through the stomata; +LJ026-0149|excretions which are lost by osmosis through the roots and the accumulated but useless mineral substances which are eliminated by leaf fall.|excretions which are lost by osmosis through the roots and the accumulated but useless mineral substances which are eliminated by leaf fall. +LJ026-0150|In both animals and plants oxygen is essential to the catabolic part of metabolism.|In both animals and plants oxygen is essential to the catabolic part of metabolism. +LJ026-0151|Hence oxygen must be supplied to the cells.|Hence oxygen must be supplied to the cells. +LJ026-0152|Oxygenation is the term used to denote the oxygen-supplying part of respiration;|Oxygenation is the term used to denote the oxygen-supplying part of respiration; +LJ026-0153|the other part of respiration, elimination of carbon dioxide, has been treated under excretions.|the other part of respiration, elimination of carbon dioxide, has been treated under excretions. +LJ026-0154|In the animal oxygen is absorbed by the blood, in excess by the hemoglobin of the red cells of the blood|In the animal oxygen is absorbed by the blood, in excess by the hemoglobin of the red cells of the blood +LJ026-0155|and later is absorbed from the blood and lymph by all the living cells.|and later is absorbed from the blood and lymph by all the living cells. +LJ026-0156|In the plant also oxygen is absorbed through the epidermis and stomata from the air.|In the plant also oxygen is absorbed through the epidermis and stomata from the air. +LJ026-0157|This process is, however, obscured during the day because of the oxygen freed in the manufacture of starch which goes on at that time.|This process is, however, obscured during the day because of the oxygen freed in the manufacture of starch which goes on at that time. +LJ026-0158|Probably this freed oxygen is used for the purpose of oxygenation, but more is freed in the photosynthetic process than is needed for oxygenation|Probably this freed oxygen is used for the purpose of oxygenation, but more is freed in the photosynthetic process than is needed for oxygenation +LJ026-0159|and hence the excess oxygen is eliminated while starch manufacture is in process.|and hence the excess oxygen is eliminated while starch manufacture is in process. +LJ026-0160|In comparing a higher animal and a green plant confusion must be avoided regarding the part played by oxygen and carbon dioxide in true respiration|In comparing a higher animal and a green plant confusion must be avoided regarding the part played by oxygen and carbon dioxide in true respiration +LJ026-0161|with the part played by the same substances in starch formation (photosynthesis).|with the part played by the same substances in starch formation (photosynthesis). +LJ026-0162|In non-green plants like the Indian pipe and mushrooms the breathing of oxygen and the excretion of carbon dioxide are as in the animal.|In non-green plants like the Indian pipe and mushrooms the breathing of oxygen and the excretion of carbon dioxide are as in the animal. +LJ026-0163|This is true also of green plants in darkness and even in the light of all parts of green plants except the chlorophyll-bodies.|This is true also of green plants in darkness and even in the light of all parts of green plants except the chlorophyll-bodies. +LJ026-0164|These constitute a sort of extra mechanism, enabling green plants to make their own carbohydrate food.|These constitute a sort of extra mechanism, enabling green plants to make their own carbohydrate food. +LJ026-0165|Imagine a higher animal with an attachment for turning the carbon dioxide and water excreted|Imagine a higher animal with an attachment for turning the carbon dioxide and water excreted +LJ026-0166|back to starch usable as food and the comparison of the green plant and the animal would be complete.|back to starch usable as food and the comparison of the green plant and the animal would be complete. +LJ027-0001|The Science: History of the Universe, Volume 5. Edited by Francis Rolt-Wheeler.|The Science: History of the Universe, Volume five. Edited by Francis Rolt-Wheeler. +LJ027-0002|Biology. Chapter 10. Morphology and Embryology, Part One.|Biology. Chapter ten. Morphology and Embryology, Part One. +LJ027-0003|The facts of biology which admit of adequate explanation only in connection with the theory of descent|The facts of biology which admit of adequate explanation only in connection with the theory of descent +LJ027-0004|are grouped by Romanes and other writers on organic evolution under the heads of morphology, embryology, classification,|are grouped by Romanes and other writers on organic evolution under the heads of morphology, embryology, classification, +LJ027-0005|paleontology, distribution and domestication.|paleontology, distribution and domestication. +LJ027-0007|There are numberless similarities and correlations and surprising uniformities.|There are numberless similarities and correlations and surprising uniformities. +LJ027-0008|The great variety of life as exhibited in the countless species of plants and animals has been referred to, and yet, great as this variety is,|The great variety of life as exhibited in the countless species of plants and animals has been referred to, and yet, great as this variety is, +LJ027-0009|there are, after all, only a few types of structure among all animals and plants, some three or four or eight or ten general modes of development,|there are, after all, only a few types of structure among all animals and plants, some three or four or eight or ten general modes of development, +LJ027-0010|and all the rest are modifications from these few types.|and all the rest are modifications from these few types. +LJ027-0011|It is, moreover, true that all living forms are but series of modifications and extensions of one single plan of structure.|It is, moreover, true that all living forms are but series of modifications and extensions of one single plan of structure. +LJ027-0012|All have the same ultimate substance|All have the same ultimate substance +LJ027-0013|the mysterious semi-fluid network of protoplasm, which is, so far as is known, the physical basis of all life;|the mysterious semi-fluid network of protoplasm, which is, so far as is known, the physical basis of all life; +LJ027-0014|and the equally mysterious nuclear substance or chromatin|and the equally mysterious nuclear substance or chromatin +LJ027-0015|which in some fashion presides over all the movements of the protoplasm and is the physical basis of the phenomena of heredity.|which in some fashion presides over all the movements of the protoplasm and is the physical basis of the phenomena of heredity. +LJ027-0016|The same laws of heredity, variability and of response to outside stimulus hold in all parts of the organic world.|The same laws of heredity, variability and of response to outside stimulus hold in all parts of the organic world. +LJ027-0017|All organisms have the same need of reproduction.|All organisms have the same need of reproduction. +LJ027-0018|All are forced to make concession after concession to their surroundings, and in these concessions all progress in life consists.|All are forced to make concession after concession to their surroundings, and in these concessions all progress in life consists. +LJ027-0019|And at last each organism or each alliance of organisms must come to the greatest concession of all, which is called death.|And at last each organism or each alliance of organisms must come to the greatest concession of all, which is called death. +LJ027-0020|The unity in life, then, is not less a fact than is life's great diversity.|The unity in life, then, is not less a fact than is life's great diversity. +LJ027-0021|Whatever emphasis is laid upon the diversity of life, the essential unity of all organisms must not be forgotten.|Whatever emphasis is laid upon the diversity of life, the essential unity of all organisms must not be forgotten. +LJ027-0022|An examination of the facts in each of the lines of evidence makes it clear|An examination of the facts in each of the lines of evidence makes it clear +LJ027-0023|that the only reasonable explanation for the existence of a fundamental unity in organic life|that the only reasonable explanation for the existence of a fundamental unity in organic life +LJ027-0024|is the theory of descent -- i.e., that similarities are due to blood relationship and that differences come from adaptive modifications.|is the theory of descent -- i.e., that similarities are due to blood relationship and that differences come from adaptive modifications. +LJ027-0025|The facts adduced from morphology, being the result of researches into the structure of adult animals and plants,|The facts adduced from morphology, being the result of researches into the structure of adult animals and plants, +LJ027-0026|lead to a preview of certain principles of adaptation, necessary for their interpretation.|lead to a preview of certain principles of adaptation, necessary for their interpretation. +LJ027-0027|First, it must be noted that some structures are not non-adaptive, that is, do not change to fit changed habits or conditions of life.|First, it must be noted that some structures are not non-adaptive, that is, do not change to fit changed habits or conditions of life. +LJ027-0028|Such structures or organs are most often found internally.|Such structures or organs are most often found internally. +LJ027-0029|For illustration: a change in the locomotive habit of a bird from that of flying to that of an ostrich|For illustration: a change in the locomotive habit of a bird from that of flying to that of an ostrich +LJ027-0030|is associated with an adaptive modification of locomotor structures, legs and wings,|is associated with an adaptive modification of locomotor structures, legs and wings, +LJ027-0031|but not in any striking way is there change in the internal organs.|but not in any striking way is there change in the internal organs. +LJ027-0032|Internal organs may persist unchanged and hence they offer good guides to classification.|Internal organs may persist unchanged and hence they offer good guides to classification. +LJ027-0033|On the other hand, external structures are likely to undergo adaptation when habits or conditions of life change.|On the other hand, external structures are likely to undergo adaptation when habits or conditions of life change. +LJ027-0034|Hence, as Jordan has said, "the inside of an animal tells the real history of its ancestry; the outside tells us only where its ancestors have been."|Hence, as Jordan has said, "the inside of an animal tells the real history of its ancestry; the outside tells us only where its ancestors have been." +LJ027-0035|In the second place, it must be noted that adaptations to similar conditions may result in superficial resemblances.|In the second place, it must be noted that adaptations to similar conditions may result in superficial resemblances. +LJ027-0036|For example, there is a superficial resemblance between the wing of an insect and the wing of a bird|For example, there is a superficial resemblance between the wing of an insect and the wing of a bird +LJ027-0037|both adaptations to an aerial environment;|both adaptations to an aerial environment; +LJ027-0038|between the heart of an insect and the heart of a vertebrate animal|between the heart of an insect and the heart of a vertebrate animal +LJ027-0039|both adaptations for pumping blood;|both adaptations for pumping blood; +LJ027-0040|between the fin of a fish and the paddle of a whale|between the fin of a fish and the paddle of a whale +LJ027-0041|both adaptive swimming organs, yet the resemblance in these cases does not go deeper than the surface -- it is one of function only.|both adaptive swimming organs, yet the resemblance in these cases does not go deeper than the surface -- it is one of function only. +LJ027-0042|All such cases of resemblance in function but not in detailed plan of structure are called "analogies,"|All such cases of resemblance in function but not in detailed plan of structure are called "analogies," +LJ027-0043|and mean nothing more than similarity of environment.|and mean nothing more than similarity of environment. +LJ027-0044|Turning to more fundamental resemblances, such as the wing of a bat and the wing of a bird,|Turning to more fundamental resemblances, such as the wing of a bat and the wing of a bird, +LJ027-0045|careful study shows detailed internal as well as external similarities of structure. Such cases are "homologies".|careful study shows detailed internal as well as external similarities of structure. Such cases are "homologies". +LJ027-0046|On the one hand, then, are found structures which are perfectly analogous and yet in no way homologous:|On the one hand, then, are found structures which are perfectly analogous and yet in no way homologous: +LJ027-0047|totally different structures are modified to perform the same functions.|totally different structures are modified to perform the same functions. +LJ027-0048|On the other hand are found structures which are perfectly homologous and yet in no way analogous:|On the other hand are found structures which are perfectly homologous and yet in no way analogous: +LJ027-0049|the structural elements remain, but are profoundly modified to perform totally different functions.|the structural elements remain, but are profoundly modified to perform totally different functions. +LJ027-0050|Homology thus means identity of structure which is the result of identity of parentage. It is the stamp of heredity.|Homology thus means identity of structure which is the result of identity of parentage. It is the stamp of heredity. +LJ027-0051|It means blood relationship.|It means blood relationship. +LJ027-0052|These principles of homology are essential to a correct interpretation of the facts of morphology.|These principles of homology are essential to a correct interpretation of the facts of morphology. +LJ027-0053|The most striking fact of similar structure among plants and among animals is the existence of a common general plan in any group.|The most striking fact of similar structure among plants and among animals is the existence of a common general plan in any group. +LJ027-0054|Since backboned animals are best known to most readers, they may be taken as an illustration.|Since backboned animals are best known to most readers, they may be taken as an illustration. +LJ027-0055|"All vertebrate animals, and none other," says Le Conte, "have an internal jointed skeleton worked by muscles on the outside.|"All vertebrate animals, and none other," says Le Conte, "have an internal jointed skeleton worked by muscles on the outside. +LJ027-0056|The relation of skeleton and muscle in arthropods is exactly the reverse.|The relation of skeleton and muscle in arthropods is exactly the reverse. +LJ027-0057|In all vertebrates, and in none other, the axis of this skeleton is a jointed backbone (vertebral column)|In all vertebrates, and in none other, the axis of this skeleton is a jointed backbone (vertebral column) +LJ027-0058|enclosing and protecting the nervous centers (cerebrospinal axis).|enclosing and protecting the nervous centers (cerebrospinal axis). +LJ027-0059|These, therefore, may well be called backboned animals.|These, therefore, may well be called backboned animals. +LJ027-0060|All vertebrates, and none other, have a number of their anterior vertebral joints enlarged and consolidated into a box to form the skull,|All vertebrates, and none other, have a number of their anterior vertebral joints enlarged and consolidated into a box to form the skull, +LJ027-0061|in order to enclose and protect a similar enlargement of the nervous center,|in order to enclose and protect a similar enlargement of the nervous center, +LJ027-0062|viz., the brain; and also usually, but not always, a number of posterior joints,|viz., the brain; and also usually, but not always, a number of posterior joints, +LJ027-0063|enlarged and consolidated to form the pelvis, to serve as a firm support to the hind-limbs.|enlarged and consolidated to form the pelvis, to serve as a firm support to the hind-limbs. +LJ027-0064|All vertebrates, and none other, have two cavities,|All vertebrates, and none other, have two cavities, +LJ027-0065|enclosed and protected by the skeleton, viz., the neural cavity above, and the visceral or body cavity below, the vertebral column.|enclosed and protected by the skeleton, viz., the neural cavity above, and the visceral or body cavity below, the vertebral column. +LJ027-0066|All vertebrates, with few exceptions, and no other animals, have two and only two pair of limbs.|All vertebrates, with few exceptions, and no other animals, have two and only two pair of limbs. +LJ027-0067|The exceptions are of two kinds, viz.: (a) some lowest fishes, amphioxus and lampreys,|The exceptions are of two kinds, viz.: (a) some lowest fishes, amphioxus and lampreys, +LJ027-0068|which probably represent the vertebrate condition before limbs were acquired;|which probably represent the vertebrate condition before limbs were acquired; +LJ027-0069|and (b) degenerate forms like snakes and some lizards, which have lost their limbs by disuse.|and (b) degenerate forms like snakes and some lizards, which have lost their limbs by disuse. +LJ027-0070|So much concerns the general plan of skeletal structures and is strongly suggestive of -- in fact it is inexplicable without -- common origin.|So much concerns the general plan of skeletal structures and is strongly suggestive of -- in fact it is inexplicable without -- common origin. +LJ027-0071|But much more remains which is not only suggestive, but demonstrative of such origin.|But much more remains which is not only suggestive, but demonstrative of such origin. +LJ027-0072|By extensive comparison in the taxonomic and ontogenic series, the whole vertebrate structure in all its details in different animals|By extensive comparison in the taxonomic and ontogenic series, the whole vertebrate structure in all its details in different animals +LJ027-0073|may be shown to be modifications one of another.|may be shown to be modifications one of another. +LJ027-0074|Sometimes a piece is enlarged, sometimes diminished, or even becomes obsolete; sometimes several pieces are consolidated into one;|Sometimes a piece is enlarged, sometimes diminished, or even becomes obsolete; sometimes several pieces are consolidated into one; +LJ027-0075|but, in spite of all these obscurations, corresponding parts usually may be made out.|but, in spite of all these obscurations, corresponding parts usually may be made out. +LJ027-0076|These remarkable similarities in the common general plan alone are convincing evidences of descent,|These remarkable similarities in the common general plan alone are convincing evidences of descent, +LJ027-0077|but attention may be called to a like similarity extending to the details of structure.|but attention may be called to a like similarity extending to the details of structure. +LJ027-0078|For example: the wings of a bat (a mammal), a bird and a fossil flying reptile all show the same bones adaptively modified;|For example: the wings of a bat (a mammal), a bird and a fossil flying reptile all show the same bones adaptively modified; +LJ027-0079|a series of either fore or hind limbs of a mammal with one toe (horse),|a series of either fore or hind limbs of a mammal with one toe (horse), +LJ027-0080|two toes (sheep), four toes (hog) and five toes (dog)|two toes (sheep), four toes (hog) and five toes (dog) +LJ027-0081|exhibit a remarkable series of homologies pointing to a five-toed ancestor,|exhibit a remarkable series of homologies pointing to a five-toed ancestor, +LJ027-0082|and any other series of organs of vertebrates would give the same evidence of fundamental resemblances (homologies).|and any other series of organs of vertebrates would give the same evidence of fundamental resemblances (homologies). +LJ027-0083|For such a series of facts the reader must be referred to special books like Wiedersheim's "Comparative Anatomy of the Vertebrates,"|For such a series of facts the reader must be referred to special books like Wiedersheim's "Comparative Anatomy of the Vertebrates," +LJ027-0084|Romanes's "Darwin and After Darwin", and Le Conte's "Evolution."|Romanes's "Darwin and After Darwin", and Le Conte's "Evolution." +LJ027-0085|The existence of great similarities in vertebrate structure is not always fully recognized.|The existence of great similarities in vertebrate structure is not always fully recognized. +LJ027-0086|To the superficial observer the bodies of animals of different classes seem to differ fundamentally in plan,|To the superficial observer the bodies of animals of different classes seem to differ fundamentally in plan, +LJ027-0087|to be entirely different machines, made each for its own purposes, at once, out of hand.|to be entirely different machines, made each for its own purposes, at once, out of hand. +LJ027-0088|Extensive comparison, on the contrary, shows them to be the same, although the essential identity is obscured by adaptive modifications.|Extensive comparison, on the contrary, shows them to be the same, although the essential identity is obscured by adaptive modifications. +LJ027-0089|The simplest, in fact the only scientific, explanation of the phenomena of vertebrate structure is the idea of a primal vertebrate,|The simplest, in fact the only scientific, explanation of the phenomena of vertebrate structure is the idea of a primal vertebrate, +LJ027-0090|modified more and more through successive generations by the necessities of different modes of life.|modified more and more through successive generations by the necessities of different modes of life. +LJ027-0091|See, then, the difference between man's mode of working and Nature's.|See, then, the difference between man's mode of working and Nature's. +LJ027-0092|A man having made a steam-engine, and desiring to use it for a different purpose from that for which it was first designed and used,|A man having made a steam-engine, and desiring to use it for a different purpose from that for which it was first designed and used, +LJ027-0093|will nearly always be compelled to add new parts not contemplated in the original machine.|will nearly always be compelled to add new parts not contemplated in the original machine. +LJ027-0094|Nature rarely makes new parts -- never, if she can avoid it -- but, on the contrary, adapts an old part to the new function.|Nature rarely makes new parts -- never, if she can avoid it -- but, on the contrary, adapts an old part to the new function. +LJ027-0095|It is as if Nature were not free to use any and every device to accomplish her end, but were conditioned by her own plans of structure;|It is as if Nature were not free to use any and every device to accomplish her end, but were conditioned by her own plans of structure; +LJ027-0096|as, indeed, she must be according to the derivation theory.|as, indeed, she must be according to the derivation theory. +LJ027-0097|Thus, in the fin of a fish, the fore-paw of a reptile or a mammal, the wing of a bird, and the arm and hand of a man|Thus, in the fin of a fish, the fore-paw of a reptile or a mammal, the wing of a bird, and the arm and hand of a man +LJ027-0098|is found the same part, variously modified for many purposes.|is found the same part, variously modified for many purposes. +LJ027-0099|Another striking class of the facts of morphology which admit of scientific explanation only along the line of homology|Another striking class of the facts of morphology which admit of scientific explanation only along the line of homology +LJ027-0100|are the thousands of cases of rudimentary or vestigial structures to be found.|are the thousands of cases of rudimentary or vestigial structures to be found. +LJ027-0101|Throughout both the animal and vegetable kingdoms dwarfed and useless representatives of organs are constantly met with,|Throughout both the animal and vegetable kingdoms dwarfed and useless representatives of organs are constantly met with, +LJ027-0102|which in other and allied kinds of animals and plants are of large size and functional utility.|which in other and allied kinds of animals and plants are of large size and functional utility. +LJ027-0103|Thus, for instance, the unborn whale has rudimentary teeth,|Thus, for instance, the unborn whale has rudimentary teeth, +LJ027-0104|which are never destined to cut the gums; and throughout its life this animal retains, in a similarly rudimentary condition,|which are never destined to cut the gums; and throughout its life this animal retains, in a similarly rudimentary condition, +LJ027-0105|a number of organs which never could have been of use to any kind of creature save a terrestrial quadruped.|a number of organs which never could have been of use to any kind of creature save a terrestrial quadruped. +LJ027-0106|Other well-known examples among vertebrates are: Vestiges of hind limbs in certain snakes, reduced wings in the Apteryx and ostriches,|Other well-known examples among vertebrates are: Vestiges of hind limbs in certain snakes, reduced wings in the Apteryx and ostriches, +LJ027-0107|rudiments of eyes in cave fishes, hind limbs beneath the skin of whales, the vermiform appendix in man,|rudiments of eyes in cave fishes, hind limbs beneath the skin of whales, the vermiform appendix in man, +LJ027-0108|as well as useless muscles to move the ears and the skin, and also a very much reduced hairy covering over the surface of the body.|as well as useless muscles to move the ears and the skin, and also a very much reduced hairy covering over the surface of the body. +LJ027-0109|Wiedersheim has recorded more than one hundred and eighty such structural reminiscences in man.|Wiedersheim has recorded more than one hundred and eighty such structural reminiscences in man. +LJ027-0110|Now, rudimentary organs of this kind are of such frequent occurrence, that almost every species of organism presents one or more of them|Now, rudimentary organs of this kind are of such frequent occurrence, that almost every species of organism presents one or more of them +LJ027-0111|usually, indeed, a considerable number.|usually, indeed, a considerable number. +LJ027-0112|How, then, are they to be accounted for?|How, then, are they to be accounted for? +LJ027-0113|Of course the theory of descent with adaptive modification has a simple answer to supply|Of course the theory of descent with adaptive modification has a simple answer to supply +LJ027-0114|Namely that when from changed conditions of life, an organ which was previously useful becomes useless,|Namely that when from changed conditions of life, an organ which was previously useful becomes useless, +LJ027-0115|it will be suffered to dwindle away in successive generations, under the influence of certain natural causes.|it will be suffered to dwindle away in successive generations, under the influence of certain natural causes. +LJ027-0116|On the other hand, the theory of special creation can only maintain that these rudiments are formed for the sake of adhering to an ideal type.|On the other hand, the theory of special creation can only maintain that these rudiments are formed for the sake of adhering to an ideal type. +LJ027-0117|"Now, here again the former theory appears to be triumphant over the latter," says Romanes,|"Now, here again the former theory appears to be triumphant over the latter," says Romanes, +LJ027-0118|"for, without waiting to dispute the wisdom of making dwarfed and useless structures merely for the whimsical motive assigned,|"for, without waiting to dispute the wisdom of making dwarfed and useless structures merely for the whimsical motive assigned, +LJ027-0119|surely if such a method were adopted in so many cases, we should expect that in consistency it would be adopted in all cases.|surely if such a method were adopted in so many cases, we should expect that in consistency it would be adopted in all cases. +LJ027-0120|This reasonable expectation, however, is far from being realized.|This reasonable expectation, however, is far from being realized. +LJ027-0121|In numberless cases, such as that of the fore-limbs of serpents, no vestige of a rudiment is present.|In numberless cases, such as that of the fore-limbs of serpents, no vestige of a rudiment is present. +LJ027-0122|But the vacillating policy in the matter of rudiments does not end here; for it is shown in a still more aggravated form|But the vacillating policy in the matter of rudiments does not end here; for it is shown in a still more aggravated form +LJ027-0123|where within the limits of the same natural group of organisms a rudiment is sometimes present and sometimes absent.|where within the limits of the same natural group of organisms a rudiment is sometimes present and sometimes absent. +LJ027-0124|For instance, although in nearly all the numerous species of snakes there are no vestiges of limbs,|For instance, although in nearly all the numerous species of snakes there are no vestiges of limbs, +LJ027-0125|in the Python we find very tiny rudiments of the hindlimbs. Now,|in the Python we find very tiny rudiments of the hindlimbs. Now, +LJ027-0126|is it a worthy conception of Deity that,|is it a worthy conception of Deity that, +LJ027-0127|while neglecting to maintain his unity of ideal in the case of nearly all the numerous species of snakes, he should have added a tiny rudiment in the case of the Python|while neglecting to maintain his unity of ideal in the case of nearly all the numerous species of snakes, he should have added a tiny rudiment in the case of the Python +LJ027-0128|and even in that case should have maintained his ideal very inefficiently, inasmuch as only two limbs, instead of four, are represented?|and even in that case should have maintained his ideal very inefficiently, inasmuch as only two limbs, instead of four, are represented? +LJ027-0129|Convincing as are the evidences of descent recorded in the structure of plants and animals,|Convincing as are the evidences of descent recorded in the structure of plants and animals, +LJ027-0130|these evidences have been in the past thirty years somewhat overshadowed by the far more surprising evidences|these evidences have been in the past thirty years somewhat overshadowed by the far more surprising evidences +LJ027-0131|of descent discovered in the development of plant and animal embryos.|of descent discovered in the development of plant and animal embryos. +LJ027-0132|A dozen volumes would be necessary|A dozen volumes would be necessary +LJ027-0133|to present the mass of embryological evidence, but a few salient facts will illustrate the kind of evidence to be deduced from embryology.|to present the mass of embryological evidence, but a few salient facts will illustrate the kind of evidence to be deduced from embryology. +LJ027-0134|Most remarkable of all the principles which have been discovered by embryologists is the "Recapitulation Doctrine"|Most remarkable of all the principles which have been discovered by embryologists is the "Recapitulation Doctrine" +LJ027-0135|which, briefly stated, is that individual development (ontogeny) recapitulates ancestral history (phylogeny).|which, briefly stated, is that individual development (ontogeny) recapitulates ancestral history (phylogeny). +LJ027-0136|Illustrations quoted from the works of Romanes and Le Conte will make this principle clear.|Illustrations quoted from the works of Romanes and Le Conte will make this principle clear. +LJ027-0137|"It is an observable fact," says Romanes,|"It is an observable fact," says Romanes, +LJ027-0138|that there is often a close correspondence between developmental changes as revealed by any chronological series of fossils which may happen to have been preserved,|that there is often a close correspondence between developmental changes as revealed by any chronological series of fossils which may happen to have been preserved, +LJ027-0139|and developmental changes which may be observed during the life history of now existing individuals belonging to the same group of animals.|and developmental changes which may be observed during the life history of now existing individuals belonging to the same group of animals. +LJ027-0141|is closely reproduced in the life-history of existing deer. Or, in other words,|is closely reproduced in the life-history of existing deer. Or, in other words, +LJ027-0142|the antlers of an existing deer furnish in their development a kind of "resume," or recapitulation, of the successive phases|the antlers of an existing deer furnish in their development a kind of "resume," or recapitulation, of the successive phases +LJ027-0143|whereby the primitive horn was gradually superseded by horns presenting a greater and greater number of prongs in successive species of extinct deer.|whereby the primitive horn was gradually superseded by horns presenting a greater and greater number of prongs in successive species of extinct deer. +LJ027-0144|Now, it must be obvious|Now, it must be obvious +LJ027-0145|that such a recapitulation in the life history of an existing animal of developmental changes successively distinctive of sundry allied,|that such a recapitulation in the life history of an existing animal of developmental changes successively distinctive of sundry allied, +LJ027-0146|though now extinct species, speaks strongly in favor of evolution.|though now extinct species, speaks strongly in favor of evolution. +LJ027-0147|For as it is of the essence of this theory that new forms arise from older forms by way of hereditary descent,|For as it is of the essence of this theory that new forms arise from older forms by way of hereditary descent, +LJ027-0148|we should antecedently expect, if the theory is true,|we should antecedently expect, if the theory is true, +LJ027-0149|that the phases of development presented by the individual organism would follow, in their main outlines, those phases of development|that the phases of development presented by the individual organism would follow, in their main outlines, those phases of development +LJ027-0150|through which their long line of ancestors had passed.|through which their long line of ancestors had passed. +LJ027-0151|The only alternative view is that as species of deer,|The only alternative view is that as species of deer, +LJ027-0152|for instance, were separately created, additional prongs were successively added to their antlers; and yet that,|for instance, were separately created, additional prongs were successively added to their antlers; and yet that, +LJ027-0153|in order to be so added to successive species, every individual deer belonging to later species was required to repeat in his own lifetime|in order to be so added to successive species, every individual deer belonging to later species was required to repeat in his own lifetime +LJ027-0154|the process of successive additions which had previously taken place in a remote series of extinct species.|the process of successive additions which had previously taken place in a remote series of extinct species. +LJ027-0155|Now I do not deny that this view is a possible view; but I do deny that it is a probable one.|Now I do not deny that this view is a possible view; but I do deny that it is a probable one. +LJ027-0156|According to the evolutionary interpretation of such facts, we can see a very good reason why the life-history of the individual|According to the evolutionary interpretation of such facts, we can see a very good reason why the life-history of the individual +LJ027-0157|is thus a condensed resume of the life history of its ancestral species.|is thus a condensed resume of the life history of its ancestral species. +LJ027-0158|But according to the opposite view no reason can be assigned why such should be the case.|But according to the opposite view no reason can be assigned why such should be the case. +LJ027-0159|"It is well known," likewise comments Le Conte,|"It is well known," likewise comments Le Conte, +LJ027-0160|that the embryo or larva of a frog or toad, when first hatched, is a legless, tail-swimming, water-breathing, gill-breathing animal.|that the embryo or larva of a frog or toad, when first hatched, is a legless, tail-swimming, water-breathing, gill-breathing animal. +LJ027-0161|It is essentially a fish, and would be so classed if it remained in this condition.|It is essentially a fish, and would be so classed if it remained in this condition. +LJ027-0162|The fish retains permanently this form, but the frog passes on.|The fish retains permanently this form, but the frog passes on. +LJ027-0163|Next, it forms first one pair and then another pair of legs; and meanwhile it begins to breathe also by lungs.|Next, it forms first one pair and then another pair of legs; and meanwhile it begins to breathe also by lungs. +LJ027-0164|At this stage it breathes equally by lungs and by gills -- i.e., both air and water.|At this stage it breathes equally by lungs and by gills -- i.e., both air and water. +LJ027-0165|Now, the lower forms of amphibians, such as siredon, menobranchus, siren, etc.,|Now, the lower forms of amphibians, such as siredon, menobranchus, siren, etc., +LJ027-0166|retain permanently this form, and are therefore called "perennibranchs," but the frog still passes on.|retain permanently this form, and are therefore called "perennibranchs," but the frog still passes on. +LJ027-0167|Then the gills gradually dry up, as the lungs develop, and they now breathe wholly by lungs, but still retain the tail.|Then the gills gradually dry up, as the lungs develop, and they now breathe wholly by lungs, but still retain the tail. +LJ027-0168|Now this is the permanent, mature condition of many amphibians,|Now this is the permanent, mature condition of many amphibians, +LJ027-0169|such as the triton, the salamander, etc., which are therefore called "caducibranchs," but the frog still passes on.|such as the triton, the salamander, etc., which are therefore called "caducibranchs," but the frog still passes on. +LJ027-0170|Finally, it loses the tail, or rather its tail is absorbed and its material used in further development, and it becomes a perfect frog,|Finally, it loses the tail, or rather its tail is absorbed and its material used in further development, and it becomes a perfect frog, +LJ027-0171|the highest order (anoura) of this class. Thus, then, in ontogeny the fish goes no further than the fish stages.|the highest order (anoura) of this class. Thus, then, in ontogeny the fish goes no further than the fish stages. +LJ027-0172|The perennibranch passes through the fish stage to the perennibranch amphibian.|The perennibranch passes through the fish stage to the perennibranch amphibian. +LJ027-0173|The caducibranch takes first the fish form, then the perennibranch form, and finally the caducibranch form, but goes no further.|The caducibranch takes first the fish form, then the perennibranch form, and finally the caducibranch form, but goes no further. +LJ027-0174|Last, the anoura takes first the fish-form, then that of the perennibranch, then that of the caducibranch, and finally becomes anoura.|Last, the anoura takes first the fish-form, then that of the perennibranch, then that of the caducibranch, and finally becomes anoura. +LJ027-0175|Now, this is undoubtedly the order of succession of forms in geological times -- i.e., in the phylogenic series.|Now, this is undoubtedly the order of succession of forms in geological times -- i.e., in the phylogenic series. +LJ027-0176|Fishes first appeared in the Devonian and Upper Silurian in very reptilian or rather amphibian forms.|Fishes first appeared in the Devonian and Upper Silurian in very reptilian or rather amphibian forms. +LJ027-0177|Then in the Carboniferous, fishes still continuing, there appeared the lowest -- i.e., most fish-like forms of amphibians.|Then in the Carboniferous, fishes still continuing, there appeared the lowest -- i.e., most fish-like forms of amphibians. +LJ027-0178|These were undoubtedly perennibranchs. In the Permian and Triassic higher forms appeared, which were certainly caducibranch.|These were undoubtedly perennibranchs. In the Permian and Triassic higher forms appeared, which were certainly caducibranch. +LJ027-0179|Finally, only in the Tertiary, so far as we yet know, do the highest form (anoura) appear.|Finally, only in the Tertiary, so far as we yet know, do the highest form (anoura) appear. +LJ027-0180|The general similarity of the three series is complete.|The general similarity of the three series is complete. +LJ028-0001|The Seven Wonders of the Ancient World. By Edgar J. Banks. Chapter 2. The Walls of Babylon.|The Seven Wonders of the Ancient World. By Edgar J. Banks. Chapter two. The Walls of Babylon. +LJ028-0002|In the old city of Damascus you climb to the hump of a tall fleet dromedary.|In the old city of Damascus you climb to the hump of a tall fleet dromedary. +LJ028-0003|With guides and guards about you, you ride through the covered bazaars crowded with dark-faced Arabs in strange costumes,|With guides and guards about you, you ride through the covered bazaars crowded with dark-faced Arabs in strange costumes, +LJ028-0004|and along the narrow winding lane which was once called the "Street Called Straight."|and along the narrow winding lane which was once called the "Street Called Straight." +LJ028-0005|Leaving the city by the eastern gate, and passing a small village or two,|Leaving the city by the eastern gate, and passing a small village or two, +LJ028-0006|you ascend the hill to the plateau, and before you, as far as the eye can reach, stretches the great Arabian Desert.|you ascend the hill to the plateau, and before you, as far as the eye can reach, stretches the great Arabian Desert. +LJ028-0007|With mingling fear and wonder at the mystery always lying beyond the desert horizon,|With mingling fear and wonder at the mystery always lying beyond the desert horizon, +LJ028-0008|you tap gently with your heel upon the shoulder of the dromedary to urge her on.|you tap gently with your heel upon the shoulder of the dromedary to urge her on. +LJ028-0009|At first, paying little heed to you, she hesitates and glances anxiously about the desert as if in search of an enemy.|At first, paying little heed to you, she hesitates and glances anxiously about the desert as if in search of an enemy. +LJ028-0010|Now and then she reaches down to graze the thorny argool along the way.|Now and then she reaches down to graze the thorny argool along the way. +LJ028-0011|As the taps upon her shoulder are repeated, she stretches out her long neck, and with long strides makes for the eastern horizon;|As the taps upon her shoulder are repeated, she stretches out her long neck, and with long strides makes for the eastern horizon; +LJ028-0012|she realizes that she is bound on the long journey across the desert. Hour after hour she bears you over the hard monotonous plain.|she realizes that she is bound on the long journey across the desert. Hour after hour she bears you over the hard monotonous plain. +LJ028-0013|The Damascus mosques and their minarets sink beneath the western sky.|The Damascus mosques and their minarets sink beneath the western sky. +LJ028-0014|The desert about you shows no signs of life;|The desert about you shows no signs of life; +LJ028-0015|only a tall column of whirling sand, rearing its head until it is lost in the blue above, moves majestically along.|only a tall column of whirling sand, rearing its head until it is lost in the blue above, moves majestically along. +LJ028-0016|In the distance your eyes detect a beautiful lake with shores fringed with trees,|In the distance your eyes detect a beautiful lake with shores fringed with trees, +LJ028-0017|but soon the phantom lake vanishes, while others, still farther beyond, appear and vanish in rapid succession.|but soon the phantom lake vanishes, while others, still farther beyond, appear and vanish in rapid succession. +LJ028-0018|Like a great ball of fire the sun sinks in the west.|Like a great ball of fire the sun sinks in the west. +LJ028-0019|The stars come out one by one and shine brighter than elsewhere as if to light you on your way.|The stars come out one by one and shine brighter than elsewhere as if to light you on your way. +LJ028-0020|Late at night the weary dromedary kneels, and on the ground, close beside her, you lie down to sleep.|Late at night the weary dromedary kneels, and on the ground, close beside her, you lie down to sleep. +LJ028-0021|Again, long before the stars have been scattered by the morning sun, you are on your way.|Again, long before the stars have been scattered by the morning sun, you are on your way. +LJ028-0022|Day after day you travel on, scorched by the heat of noon-day, shivering in the chill winds of the night.|Day after day you travel on, scorched by the heat of noon-day, shivering in the chill winds of the night. +LJ028-0023|Two weeks pass, and at last you stand on the eastern edge of the plateau|Two weeks pass, and at last you stand on the eastern edge of the plateau +LJ028-0024|gazing down upon the great Euphrates winding along the valley beneath.|gazing down upon the great Euphrates winding along the valley beneath. +LJ028-0025|You have crossed the Arabian Desert, the first stage of the long journey to the walls of Babylon.|You have crossed the Arabian Desert, the first stage of the long journey to the walls of Babylon. +LJ028-0026|Here in the valley the water is sweet and the food abundant.|Here in the valley the water is sweet and the food abundant. +LJ028-0027|For ten days you follow down the river, through little villages and black tent encampments, among scenes of strange Arab life which never lose their charm.|For ten days you follow down the river, through little villages and black tent encampments, among scenes of strange Arab life which never lose their charm. +LJ028-0028|Everywhere the valley is dotted with the mounds of buried cities carefully guarding the secrets of the centuries of long ago.|Everywhere the valley is dotted with the mounds of buried cities carefully guarding the secrets of the centuries of long ago. +LJ028-0029|At last you see before you a mound rising like a mountain from the level plain.|At last you see before you a mound rising like a mountain from the level plain. +LJ028-0030|Your journey is at an end. Before you is Babylon, the "Gate of God," as the old name means.|Your journey is at an end. Before you is Babylon, the "Gate of God," as the old name means. +LJ028-0031|About you is all that remains of the second of the Seven Wonders of the World.|About you is all that remains of the second of the Seven Wonders of the World. +LJ028-0032|Babylon, even in the days of Nebuchadnezzar, was an old, old city.|Babylon, even in the days of Nebuchadnezzar, was an old, old city. +LJ028-0033|There is a Hebrew tradition that it was the oldest of all cities, but now we know that great empires flourished and passed away before Babylon was built.|There is a Hebrew tradition that it was the oldest of all cities, but now we know that great empires flourished and passed away before Babylon was built. +LJ028-0034|Old King Sargon I., who may have lived as early as three thousand eight hundred B.C.,|Old King Sargon I., who may have lived as early as three thousand eight hundred B.C., +LJ028-0035|seems to have been the first to mention Babylon, and one of his inscriptions seems to say that he built the city and gave it its name.|seems to have been the first to mention Babylon, and one of his inscriptions seems to say that he built the city and gave it its name. +LJ028-0036|But in those very early days Babylon was little more than a shrine, surrounded with mud huts and date palms.|But in those very early days Babylon was little more than a shrine, surrounded with mud huts and date palms. +LJ028-0037|It was about 2250 B.C., when the great Hammurabi made it his capital, that it became the chief city of Babylonia.|It was about twenty-two fifty B.C., when the great Hammurabi made it his capital, that it became the chief city of Babylonia. +LJ028-0038|Its history for the next fifteen hundred years or more is obscure.|Its history for the next fifteen hundred years or more is obscure. +LJ028-0039|We know the names of its kings, and the records speak of long wars with the Assyrians.|We know the names of its kings, and the records speak of long wars with the Assyrians. +LJ028-0040|In the year six eighty-nine B.C., Sinacherib, King of Nineveh, captured Babylon,|In the year six eighty-nine B.C., Sinacherib, King of Nineveh, captured Babylon, +LJ028-0041|tore down its palaces and temples and walls, and scraped even the foundations of the city into the river.|tore down its palaces and temples and walls, and scraped even the foundations of the city into the river. +LJ028-0042|The place where the old city had stood for three thousand years again became a desert.|The place where the old city had stood for three thousand years again became a desert. +LJ028-0043|Esarhaddon, the son of Sinacherib, was the next King of Nineveh.|Esarhaddon, the son of Sinacherib, was the next King of Nineveh. +LJ028-0044|He rebuilt Babylon that in accordance with the ancient custom he might be crowned in the sacred city.|He rebuilt Babylon that in accordance with the ancient custom he might be crowned in the sacred city. +LJ028-0045|When Esarhaddon died, one of his sons, Samas-sum-yukin, was made King of Babylon.|When Esarhaddon died, one of his sons, Samas-sum-yukin, was made King of Babylon. +LJ028-0046|Another son, Assurbanipal, or the great Sardanapalus of the Greeks, became the King of Nineveh.|Another son, Assurbanipal, or the great Sardanapalus of the Greeks, became the King of Nineveh. +LJ028-0047|War broke out between the two brothers, and again Babylon was captured.|War broke out between the two brothers, and again Babylon was captured. +LJ028-0048|In 626 Assurbanipal died,|In six twenty-six Assurbanipal died, +LJ028-0049|and in that same year Nabopolassar, the father of the great Nebuchadnezzar, became the King of Babylon.|and in that same year Nabopolassar, the father of the great Nebuchadnezzar, became the King of Babylon. +LJ028-0050|The building of the Babylon so famous in history began with Nabopolassar.|The building of the Babylon so famous in history began with Nabopolassar. +LJ028-0051|He enlarged the old city, erected temples, and began the construction of its walls.|He enlarged the old city, erected temples, and began the construction of its walls. +LJ028-0052|In 606, Nineveh, the old enemy of Babylon, fell, never to rise again.|In six oh six, Nineveh, the old enemy of Babylon, fell, never to rise again. +LJ028-0053|The next year, in 605, Nabopolassar died, and Nebuchadnezzar succeeded him to the throne.|The next year, in six oh five, Nabopolassar died, and Nebuchadnezzar succeeded him to the throne. +LJ028-0054|He continued the building operations of his father, until Babylon became the greatest city of its age,|He continued the building operations of his father, until Babylon became the greatest city of its age, +LJ028-0055|and surrounded it with walls the like of which no other city has ever seen.|and surrounded it with walls the like of which no other city has ever seen. +LJ028-0056|Nebuchadnezzar, or Nebuchadrezzar, as his name should be spelled, was the greatest character in Babylonian history,|Nebuchadnezzar, or Nebuchadrezzar, as his name should be spelled, was the greatest character in Babylonian history, +LJ028-0057|but about his name so many legends have grown that it is sometimes difficult to learn the facts of his life.|but about his name so many legends have grown that it is sometimes difficult to learn the facts of his life. +LJ028-0058|Early he married Amuhia, a daughter of the Medean king.|Early he married Amuhia, a daughter of the Medean king. +LJ028-0059|His military career began while he was still the crown prince, and his father was on the throne.|His military career began while he was still the crown prince, and his father was on the throne. +LJ028-0060|In 605,|In six oh five, +LJ028-0061|at the head of the Babylonian army, he defeated the Egyptians in the famous battle of Carchemish, the old Hittite capital,|at the head of the Babylonian army, he defeated the Egyptians in the famous battle of Carchemish, the old Hittite capital, +LJ028-0062|and drove them from Asia.|and drove them from Asia. +LJ028-0063|Then Syria and Palestine were added to his future empire.|Then Syria and Palestine were added to his future empire. +LJ028-0064|In 597, when he sent his army to Jerusalem, he won the hatred of the Jews by taking Jehoiakin, the King, captive.|In five ninety-seven, when he sent his army to Jerusalem, he won the hatred of the Jews by taking Jehoiakin, the King, captive. +LJ028-0065|Eleven years later, in 586, he destroyed the sacred Hebrew city,|Eleven years later, in five eighty-six, he destroyed the sacred Hebrew city, +LJ028-0066|transported the Jews to Babylon, and brought the Hebrew kingdom to an end.|transported the Jews to Babylon, and brought the Hebrew kingdom to an end. +LJ028-0067|Centuries afterward, even to this day, Jewish mothers teach their children to hate his name.|Centuries afterward, even to this day, Jewish mothers teach their children to hate his name. +LJ028-0068|They tell how he forced the exiles to carry heavy bags of sand across the desert to increase their burdens;|They tell how he forced the exiles to carry heavy bags of sand across the desert to increase their burdens; +LJ028-0069|how he cast Hebrew lads into a fiery furnace and into the lions' den,|how he cast Hebrew lads into a fiery furnace and into the lions' den, +LJ028-0070|and how, in punishment for all his wickedness, he became a calf, and for seven years grazed the grass in the fields about the city.|and how, in punishment for all his wickedness, he became a calf, and for seven years grazed the grass in the fields about the city. +LJ028-0071|Late in his life, in 567, he invaded Egypt.|Late in his life, in five sixty-seven, he invaded Egypt. +LJ028-0072|During all his reign there was little peace in his great mixed turbulent empire.|During all his reign there was little peace in his great mixed turbulent empire. +LJ028-0073|The walls of the palaces of many of the Assyrian kings were lined with great stone slabs engraved with reliefs and sometimes with the portrait of a king.|The walls of the palaces of many of the Assyrian kings were lined with great stone slabs engraved with reliefs and sometimes with the portrait of a king. +LJ028-0074|But in Babylonia stone was difficult to obtain, and sculptures were very rare.|But in Babylonia stone was difficult to obtain, and sculptures were very rare. +LJ028-0075|Therefore it was useless to hope that Nebuchadnezzar's portrait would be found on his palace walls.|Therefore it was useless to hope that Nebuchadnezzar's portrait would be found on his palace walls. +LJ028-0076|However, several decades ago, an Oriental appeared at the Berlin Museum,|However, several decades ago, an Oriental appeared at the Berlin Museum, +LJ028-0077|offering for sale a small cameo engraved with a helmeted head of a Greek type.|offering for sale a small cameo engraved with a helmeted head of a Greek type. +LJ028-0078|About the head was an inscription in Greek characters saying that the face was that of Nebuchadnezzar.|About the head was an inscription in Greek characters saying that the face was that of Nebuchadnezzar. +LJ028-0079|The museum authorities believed that the cameo was one of the many spurious objects which the Eastern forgers were constantly sending to Europe,|The museum authorities believed that the cameo was one of the many spurious objects which the Eastern forgers were constantly sending to Europe, +LJ028-0080|yet they took an impression of it, and returned it to its owner.|yet they took an impression of it, and returned it to its owner. +LJ028-0081|Years later, when the archaeologists could readily distinguish the false from the true,|Years later, when the archaeologists could readily distinguish the false from the true, +LJ028-0082|it was recognized that the cameo was genuine, and that it bore the likeness of the great King.|it was recognized that the cameo was genuine, and that it bore the likeness of the great King. +LJ028-0083|Unfortunately, the little stone seal, perhaps the only one to preserve for us his features, appears to have been lost for ever.|Unfortunately, the little stone seal, perhaps the only one to preserve for us his features, appears to have been lost for ever. +LJ028-0084|Its impression shows the face of a beardless young man, intelligent and refined.|Its impression shows the face of a beardless young man, intelligent and refined. +LJ028-0085|The eyes are suggestive of the Semitic; the nose is of the Greek type;|The eyes are suggestive of the Semitic; the nose is of the Greek type; +LJ028-0086|the lips are thin, the chin prominent; the neck is that of a strong vigorous man.|the lips are thin, the chin prominent; the neck is that of a strong vigorous man. +LJ028-0087|Such was the appearance of the builder of the walls of Babylon.|Such was the appearance of the builder of the walls of Babylon. +LJ028-0088|Religion and cruelty frequently go hand in hand, and Nebuchadnezzar was exceedingly religious.|Religion and cruelty frequently go hand in hand, and Nebuchadnezzar was exceedingly religious. +LJ028-0089|Though a great warrior, it was not for his military deeds that he was best known.|Though a great warrior, it was not for his military deeds that he was best known. +LJ028-0090|He was fond of restoring the ruined temples of the old Babylonian cities,|He was fond of restoring the ruined temples of the old Babylonian cities, +LJ028-0091|and most of the records which have come from his time speak chiefly of his deeds of piety.|and most of the records which have come from his time speak chiefly of his deeds of piety. +LJ028-0092|Read the introduction to any of his inscriptions, of which the following is one, and you will call him vain and proud,|Read the introduction to any of his inscriptions, of which the following is one, and you will call him vain and proud, +LJ028-0093|but his scribe wrote it in the manner customary for the scribes of those days to write of their royal masters.|but his scribe wrote it in the manner customary for the scribes of those days to write of their royal masters. +LJ028-0094|Nebuchadnezzar, King of Babylon, the exalted prince, the favorite of Marduk, the lofty patesi,|Nebuchadnezzar, King of Babylon, the exalted prince, the favorite of Marduk, the lofty patesi, +LJ028-0095|the beloved of Nabu, the arbiter, the possessor of wisdom, who seeks out the path of their divinity,|the beloved of Nabu, the arbiter, the possessor of wisdom, who seeks out the path of their divinity, +LJ028-0096|who reverences their lordship; the untiring governor, who ponders daily concerning the maintenance of Esagil and Ezida,|who reverences their lordship; the untiring governor, who ponders daily concerning the maintenance of Esagil and Ezida, +LJ028-0097|and is continually anxious for the shrines of Babylon and Borsippa;|and is continually anxious for the shrines of Babylon and Borsippa; +LJ028-0098|the wise, the pious, the maintainer of Esagil and Ezida,|the wise, the pious, the maintainer of Esagil and Ezida, +LJ028-0099|the first-born son of Nabopolassar, King of Babylon, am I.|the first-born son of Nabopolassar, King of Babylon, am I. +LJ028-0100|However cruel and religiously intolerant Nebuchadnezzar may have been, he was undoubtedly the greatest builder the world has ever seen.|However cruel and religiously intolerant Nebuchadnezzar may have been, he was undoubtedly the greatest builder the world has ever seen. +LJ028-0101|There is scarcely one of the thousands of ruin mounds in Babylonia which does not contain bricks bearing his name.|There is scarcely one of the thousands of ruin mounds in Babylonia which does not contain bricks bearing his name. +LJ028-0102|There is scarcely a royal record from his reign which is not chiefly occupied with descriptions of his building operations.|There is scarcely a royal record from his reign which is not chiefly occupied with descriptions of his building operations. +LJ028-0103|He rebuilt scores of the ancient temples, surrounded many cities with walls,|He rebuilt scores of the ancient temples, surrounded many cities with walls, +LJ028-0104|lined the shores of the rivers with embankments, and spanned the rivers with bridges.|lined the shores of the rivers with embankments, and spanned the rivers with bridges. +LJ028-0105|Tradition says that to please his foreign wife from the mountainous country he built the famous hanging gardens, but that may be only a tradition.|Tradition says that to please his foreign wife from the mountainous country he built the famous hanging gardens, but that may be only a tradition. +LJ028-0106|His palace in Babylon was one of the world's largest buildings, but the walls with which he protected his palace and city were the wonder of the whole world.|His palace in Babylon was one of the world's largest buildings, but the walls with which he protected his palace and city were the wonder of the whole world. +LJ028-0107|The ancients never tired of describing them.|The ancients never tired of describing them. +LJ028-0108|Fortunately in several of his long inscriptions, recently discovered in the Babylonian mounds, Nebuchadnezzar speaks of the building of the walls.|Fortunately in several of his long inscriptions, recently discovered in the Babylonian mounds, Nebuchadnezzar speaks of the building of the walls. +LJ028-0109|In one of them he says:|In one of them he says: +LJ028-0110|I completed Imgur-Bel and Nimitti-Bel, the great walls of Babylon, the mighty city, the city of his exalted power.|I completed Imgur-Bel and Nimitti-Bel, the great walls of Babylon, the mighty city, the city of his exalted power. +LJ028-0111|At the entrance of the great gates I erected strong bulls of bronze, and terrible serpents standing upright.|At the entrance of the great gates I erected strong bulls of bronze, and terrible serpents standing upright. +LJ028-0112|My father did that which no previous king had done.|My father did that which no previous king had done. +LJ028-0113|With mortar and bricks he built two moat-walls about the city,|With mortar and bricks he built two moat-walls about the city, +LJ028-0114|and I, with mortar and bricks, built a third great moat-wall, and joined it and united it closely with the moat-walls of my father.|and I, with mortar and bricks, built a third great moat-wall, and joined it and united it closely with the moat-walls of my father. +LJ028-0115|I laid its foundation deep to the water level;|I laid its foundation deep to the water level; +LJ028-0116|I raised its summit mountain high. I constructed a moat-wall of burned bricks about the west wall of Babylon.|I raised its summit mountain high. I constructed a moat-wall of burned bricks about the west wall of Babylon. +LJ028-0117|My father built the moat-wall of the Arachtu canal securely with mortar and bricks.|My father built the moat-wall of the Arachtu canal securely with mortar and bricks. +LJ028-0118|He built well the quays along the opposite shore of the Euphrates, but he did not finish all his work,|He built well the quays along the opposite shore of the Euphrates, but he did not finish all his work, +LJ028-0119|but I, his first-born, the beloved of his heart,|but I, his first-born, the beloved of his heart, +LJ028-0120|built the moat-walls of Arachtu with mortar and bricks, and, joining them together with those of my father, made them very solid.|built the moat-walls of Arachtu with mortar and bricks, and, joining them together with those of my father, made them very solid. +LJ028-0121|A thing which no king before had ever done:|A thing which no king before had ever done: +LJ028-0122|To the west of Babylon, at a greater distance from the outer wall, I constructed an enclosing wall four thousand cubits in length about the city.|To the west of Babylon, at a greater distance from the outer wall, I constructed an enclosing wall four thousand cubits in length about the city. +LJ028-0123|I dug its moat to the water level.|I dug its moat to the water level. +LJ028-0124|I walled up its side with mortar and burned bricks, and I united it securely with the moat-walls of my father.|I walled up its side with mortar and burned bricks, and I united it securely with the moat-walls of my father. +LJ028-0125|Along its edge I built a great wall of mortar and burned bricks mountain high.|Along its edge I built a great wall of mortar and burned bricks mountain high. +LJ028-0126|Berossus, a priest of the temple of Bel at Babylon, writing about 250 B.C.,|Berossus, a priest of the temple of Bel at Babylon, writing about two fifty B.C., +LJ028-0127|was living in the city while the walls were still standing, though in a ruinous condition.|was living in the city while the walls were still standing, though in a ruinous condition. +LJ028-0128|His brief description of them should not be omitted. He says that Nebuchadnezzar|His brief description of them should not be omitted. He says that Nebuchadnezzar +LJ028-0129|built three walls round about the inner city, and three others about that which was the outer; and this he did with burnt brick.|built three walls round about the inner city, and three others about that which was the outer; and this he did with burnt brick. +LJ028-0130|And after he had walled the city, and adorned its gates, he built another palace before his father's palace; but so that they joined to it:|And after he had walled the city, and adorned its gates, he built another palace before his father's palace; but so that they joined to it: +LJ028-0131|to describe whose vast height and immense riches it would perhaps be too much for me to attempt.|to describe whose vast height and immense riches it would perhaps be too much for me to attempt. +LJ028-0132|Yet as large and lofty as they were, they were completed in fifteen days.|Yet as large and lofty as they were, they were completed in fifteen days. +LJ028-0133|He also erected elevated places for walking, of stone; and made it resemble mountains: and built it so that it might be planted with all sorts of trees.|He also erected elevated places for walking, of stone; and made it resemble mountains: and built it so that it might be planted with all sorts of trees. +LJ028-0136|Of all the ancient descriptions of the famous walls and the city they protected, that of Herodotus is the fullest.|Of all the ancient descriptions of the famous walls and the city they protected, that of Herodotus is the fullest. +LJ028-0137|Perhaps Herodotus had never been in Babylon;|Perhaps Herodotus had never been in Babylon; +LJ028-0139|yet he at least tried to be accurate. He says:|yet he at least tried to be accurate. He says: +LJ028-0140|The city stands on a broad plain, and is an exact square, a hundred and twenty furlongs in length each way,|The city stands on a broad plain, and is an exact square, a hundred and twenty furlongs in length each way, +LJ028-0141|so that the entire circuit is four hundred and eighty furlongs.|so that the entire circuit is four hundred and eighty furlongs. +LJ028-0142|While such is its size, in magnificence there is no other city that approaches to it.|While such is its size, in magnificence there is no other city that approaches to it. +LJ028-0143|It is surrounded, in the first place, by a broad and deep moat, full of water, behind which rises a wall|It is surrounded, in the first place, by a broad and deep moat, full of water, behind which rises a wall +LJ028-0144|fifty royal cubits in width, and two hundred in height.|fifty royal cubits in width, and two hundred in height. +LJ028-0145|And here I may not omit to tell the use to which the mould dug out of the great moat was turned, nor the manner wherein the wall was wrought.|And here I may not omit to tell the use to which the mould dug out of the great moat was turned, nor the manner wherein the wall was wrought. +LJ028-0146|As fast as they dug the moat, the soil which they got from the cutting was made into bricks,|As fast as they dug the moat, the soil which they got from the cutting was made into bricks, +LJ028-0147|and when a sufficient number were completed they baked the bricks in kilns.|and when a sufficient number were completed they baked the bricks in kilns. +LJ028-0148|Then they set to building, and began by bricking the borders of the moat, after which they proceeded to construct the wall itself,|Then they set to building, and began by bricking the borders of the moat, after which they proceeded to construct the wall itself, +LJ028-0149|using throughout for their cement hot bitumen, and interposing a layer of wattled reeds at every thirtieth course of the bricks.|using throughout for their cement hot bitumen, and interposing a layer of wattled reeds at every thirtieth course of the bricks. +LJ028-0150|On the top, along the edges of the wall, they constructed buildings of a single chamber facing one another,|On the top, along the edges of the wall, they constructed buildings of a single chamber facing one another, +LJ028-0151|leaving between them room for a four-horse chariot to turn.|leaving between them room for a four-horse chariot to turn. +LJ028-0152|In the circuit of the wall are a hundred gates, all of brass, with brazen lintels and sideposts.|In the circuit of the wall are a hundred gates, all of brass, with brazen lintels and sideposts. +LJ028-0153|The bitumen used in the work was brought to Babylon from Is, a small stream which flows into the Euphrates|The bitumen used in the work was brought to Babylon from Is, a small stream which flows into the Euphrates +LJ028-0154|at the point where the city of the same name stands, eight days' journey from Babylon.|at the point where the city of the same name stands, eight days' journey from Babylon. +LJ028-0155|Lumps of bitumen are found in great abundance in this river.|Lumps of bitumen are found in great abundance in this river. +LJ028-0156|The city is divided into two portions by the river which runs through the midst of it.|The city is divided into two portions by the river which runs through the midst of it. +LJ028-0157|This river is the Euphrates, a broad, deep, swift stream, which rises in Armenia, and empties itself into the Erythraean Sea.|This river is the Euphrates, a broad, deep, swift stream, which rises in Armenia, and empties itself into the Erythraean Sea. +LJ028-0158|The city wall is brought down on both sides to the edge of the stream,|The city wall is brought down on both sides to the edge of the stream, +LJ028-0159|thence from the corners of the wall there is carried along each bank of the river a fence of burned bricks.|thence from the corners of the wall there is carried along each bank of the river a fence of burned bricks. +LJ028-0160|The houses are mostly three and four stories high;|The houses are mostly three and four stories high; +LJ028-0161|the streets all run in straight lines, not only those parallel to the river, but also the cross streets which lead down to the waterside.|the streets all run in straight lines, not only those parallel to the river, but also the cross streets which lead down to the waterside. +LJ028-0162|At the river end of these cross streets are low gates in the fence that skirts the stream,|At the river end of these cross streets are low gates in the fence that skirts the stream, +LJ028-0163|which are, like the great gates in the outer wall, of brass, and open on the water.|which are, like the great gates in the outer wall, of brass, and open on the water. +LJ028-0164|The outer wall is the main defense of the city.|The outer wall is the main defense of the city. +LJ028-0165|There is, however, a second inner wall, of less thickness than the first, but very little inferior to it in strength.|There is, however, a second inner wall, of less thickness than the first, but very little inferior to it in strength. +LJ028-0166|The center of each division of the town is occupied by a fortress.|The center of each division of the town is occupied by a fortress. +LJ028-0167|In the one stood the palace of the kings, surrounded by a wall of great strength and size;|In the one stood the palace of the kings, surrounded by a wall of great strength and size; +LJ028-0168|in the other was the sacred precinct of Jupiter Belus,|in the other was the sacred precinct of Jupiter Belus, +LJ028-0169|a square enclosure two furlongs each way, with gates of solid brass; which was also remaining in my time.|a square enclosure two furlongs each way, with gates of solid brass; which was also remaining in my time. +LJ028-0170|In the middle of the precinct there was a tower of solid masonry, a furlong in length and breadth,|In the middle of the precinct there was a tower of solid masonry, a furlong in length and breadth, +LJ028-0171|upon which was raised a second tower, and on that a third, and so on up to eight.|upon which was raised a second tower, and on that a third, and so on up to eight. +LJ028-0172|The ascent to the top is on the outside, by a path which winds round all the towers.|The ascent to the top is on the outside, by a path which winds round all the towers. +LJ028-0173|When one is about halfway up, one finds a resting place and seats, where persons are wont to sit sometimes on their way to the summit.|When one is about halfway up, one finds a resting place and seats, where persons are wont to sit sometimes on their way to the summit. +LJ028-0174|Other ancient descriptions of the walls have been left us by Ctesias of the fifth century B.C., and by Strabo of the beginning of the Christian era,|Other ancient descriptions of the walls have been left us by Ctesias of the fifth century B.C., and by Strabo of the beginning of the Christian era, +LJ028-0175|but they add little to our knowledge.|but they add little to our knowledge. +LJ028-0176|Should we compare these ancient descriptions of the walls, we should find them hopelessly conflicting.|Should we compare these ancient descriptions of the walls, we should find them hopelessly conflicting. +LJ028-0177|However, they teach us that in those early days when most cities were surrounded by enormous walls,|However, they teach us that in those early days when most cities were surrounded by enormous walls, +LJ028-0178|the walls of Babylon were so long and wide and high that all who saw them were amazed.|the walls of Babylon were so long and wide and high that all who saw them were amazed. +LJ028-0179|It is only from their ruins that we may hope to obtain accurate information of the strongest fortifications in the ancient world.|It is only from their ruins that we may hope to obtain accurate information of the strongest fortifications in the ancient world. +LJ028-0180|In the year 562, after a long reign of forty-three years, Nebuchadnezzar died.|In the year five sixty-two, after a long reign of forty-three years, Nebuchadnezzar died. +LJ028-0181|He was followed by three kings whose reigns were short,|He was followed by three kings whose reigns were short, +LJ028-0182|and in 555 Nabonidus, the father of the Biblical Belshazzar, came to the throne.|and in five fifty-five Nabonidus, the father of the Biblical Belshazzar, came to the throne. +LJ028-0183|Cyrus, the King of Persia, was rising to power, and after he had defeated the Medes|Cyrus, the King of Persia, was rising to power, and after he had defeated the Medes +LJ028-0184|he extended his empire to the Mediterranean and even to Egypt.|he extended his empire to the Mediterranean and even to Egypt. +LJ028-0185|Perhaps Babylon was so strongly fortified that at first he made no attempt to add it to his empire,|Perhaps Babylon was so strongly fortified that at first he made no attempt to add it to his empire, +LJ028-0186|but when Nabonidus joined with the King of Egypt and with the wealthy Croesus of Lydia in an alliance against him,|but when Nabonidus joined with the King of Egypt and with the wealthy Croesus of Lydia in an alliance against him, +LJ028-0187|Cyrus decided that Babylon must be taken.|Cyrus decided that Babylon must be taken. +LJ028-0188|In 538 the city fell, and for a time it became the home of the Persian King.|In five thirty-eight the city fell, and for a time it became the home of the Persian King. +LJ028-0190|A great empire which had existed for more than three thousand years was brought to an end.|A great empire which had existed for more than three thousand years was brought to an end. +LJ028-0191|The old enemies of Babylon rejoiced.|The old enemies of Babylon rejoiced. +LJ028-0192|When the news came to the Hebrews, who were held there in exile, they excitedly rushed about the streets, crying: "Babylon is fallen,"|When the news came to the Hebrews, who were held there in exile, they excitedly rushed about the streets, crying: "Babylon is fallen," +LJ028-0193|and to them came hope of returning to Jerusalem.|and to them came hope of returning to Jerusalem. +LJ028-0194|But how did the "mighty city" fall? How could Cyrus take Babylon whose walls were strong enough to resist any army?|But how did the "mighty city" fall? How could Cyrus take Babylon whose walls were strong enough to resist any army? +LJ028-0195|It is a long story. Poets have sung it. Historians have written it. Prophets have preached it. Legends have gathered about it.|It is a long story. Poets have sung it. Historians have written it. Prophets have preached it. Legends have gathered about it. +LJ028-0196|Every child knows the story of "the writing of the hand on the wall." It was the night that Babylon fell.|Every child knows the story of "the writing of the hand on the wall." It was the night that Babylon fell. +LJ028-0197|Belshazzar, the King, he was really the King's son, gave a feast to a thousand of his nobles.|Belshazzar, the King, he was really the King's son, gave a feast to a thousand of his nobles. +LJ028-0198|In the great banquet hall of the palace, when the guests were drinking from the golden cups, and the revelry was at its highest,|In the great banquet hall of the palace, when the guests were drinking from the golden cups, and the revelry was at its highest, +LJ028-0199|there suddenly appeared upon the wall an armless hand.|there suddenly appeared upon the wall an armless hand. +LJ028-0200|High up, where all might see it, the armless hand wrote the King's fate.|High up, where all might see it, the armless hand wrote the King's fate. +LJ028-0201|"Thou art weighed in the balances and art found wanting."|"Thou art weighed in the balances and art found wanting." +LJ028-0202|"In that night," so the story ends, "Belshazzar, the Chaldean King, was slain."|"In that night," so the story ends, "Belshazzar, the Chaldean King, was slain." +LJ028-0203|Less picturesque than this Hebrew legend is the royal record of Babylon, which fortunately was inscribed upon a clay cylinder from the ruins of the city.|Less picturesque than this Hebrew legend is the royal record of Babylon, which fortunately was inscribed upon a clay cylinder from the ruins of the city. +LJ028-0204|It refers to the death of the King's son, possibly to Belshazzar of the Bible story.|It refers to the death of the King's son, possibly to Belshazzar of the Bible story. +LJ028-0205|In the month Tammuz, when Cyrus fought the troops of Akkad (Babylonia) at Opis on the river Salsallat,|In the month Tammuz, when Cyrus fought the troops of Akkad (Babylonia) at Opis on the river Salsallat, +LJ028-0206|he subdued the people, and wherever they collected, he slew them.|he subdued the people, and wherever they collected, he slew them. +LJ028-0207|On the fourteenth day Sippar was taken without a battle.|On the fourteenth day Sippar was taken without a battle. +LJ028-0208|Nabonidus fled.|Nabonidus fled. +LJ028-0209|On the sixteenth day the troops of Cyrus entered Babylon without a battle.|On the sixteenth day the troops of Cyrus entered Babylon without a battle. +LJ028-0210|Nabonidus was taken prisoner in Babylon. On the third of Marchesvan Cyrus entered Babylon and proclaimed peace to all the city.|Nabonidus was taken prisoner in Babylon. On the third of Marchesvan Cyrus entered Babylon and proclaimed peace to all the city. +LJ028-0211|He appointed Gobrias governor of Babylon.|He appointed Gobrias governor of Babylon. +LJ028-0212|On the night of the eleventh day Gobrias killed the son of the King.|On the night of the eleventh day Gobrias killed the son of the King. +LJ028-0213|Nor does the royal record of Babylon contain the only contemporary account of the fall of the city,|Nor does the royal record of Babylon contain the only contemporary account of the fall of the city, +LJ028-0214|for upon a barrel-shaped cylinder of clay bearing a long inscription we have Cyrus's account of his capture of Babylon. Extracts from it are as follows:|for upon a barrel-shaped cylinder of clay bearing a long inscription we have Cyrus's account of his capture of Babylon. Extracts from it are as follows: +LJ028-0215|Marduk, the great lord, looking with joy on his pious works and upright heart,|Marduk, the great lord, looking with joy on his pious works and upright heart, +LJ028-0216|commanded him (Cyrus) to go forth to his city Babylon, and he went by his side as a friend and companion.|commanded him (Cyrus) to go forth to his city Babylon, and he went by his side as a friend and companion. +LJ028-0217|His many troops, whose number, like the waters of the river, could not be counted, marched in full armor at his side,|His many troops, whose number, like the waters of the river, could not be counted, marched in full armor at his side, +LJ028-0218|Without a skirmish or a battle, he permitted them to enter Babylon, and, sparing the city, he delivered the King Nabonidus to him.|Without a skirmish or a battle, he permitted them to enter Babylon, and, sparing the city, he delivered the King Nabonidus to him. +LJ028-0219|All the people of Babylon prostrated themselves before him, and, kissing his feet, rejoiced in his sovereignty, while happiness shone on their faces.|All the people of Babylon prostrated themselves before him, and, kissing his feet, rejoiced in his sovereignty, while happiness shone on their faces. +LJ028-0220|The inscription continues: I am Cyrus, king of the world.|The inscription continues: I am Cyrus, king of the world. +LJ028-0221|When I made my gracious entry into Babylon, with exceeding joy I took up my abode in the royal palace.|When I made my gracious entry into Babylon, with exceeding joy I took up my abode in the royal palace. +LJ028-0222|My many troops marched peacefully into Babylon.|My many troops marched peacefully into Babylon. +LJ028-0223|I gave heed to the needs of Babylon and its cities, and the servitude of the Babylonians, whatever was oppressive, I removed from them.|I gave heed to the needs of Babylon and its cities, and the servitude of the Babylonians, whatever was oppressive, I removed from them. +LJ028-0224|I quieted their sighings and soothed their sorrows.|I quieted their sighings and soothed their sorrows. +LJ028-0225|A much longer account of the capture of Babylon by Cyrus appears in the writings of Herodotus.|A much longer account of the capture of Babylon by Cyrus appears in the writings of Herodotus. +LJ028-0226|Though Herodotus wrote nearly a hundred years after Babylon fell, his story seems to bear the stamp of truth.|Though Herodotus wrote nearly a hundred years after Babylon fell, his story seems to bear the stamp of truth. +LJ028-0227|He certainly mentions details which neither Nabonidus nor Cyrus would care to have appear in their royal records. His story is as follows:|He certainly mentions details which neither Nabonidus nor Cyrus would care to have appear in their royal records. His story is as follows: +LJ028-0228|Cyrus, with the first approach of the ensuing spring, marched forward against Babylon.|Cyrus, with the first approach of the ensuing spring, marched forward against Babylon. +LJ028-0229|The Babylonians, encamped without their walls, awaited his coming.|The Babylonians, encamped without their walls, awaited his coming. +LJ028-0230|A battle was fought at a short distance from the city, in which the Babylonians were defeated by the Persian King,|A battle was fought at a short distance from the city, in which the Babylonians were defeated by the Persian King, +LJ028-0231|whereupon they withdrew within their defenses.|whereupon they withdrew within their defenses. +LJ028-0232|Here they shut themselves up and made light of his siege, having laid in a store of provision for many years in preparation against this attack;|Here they shut themselves up and made light of his siege, having laid in a store of provision for many years in preparation against this attack; +LJ028-0233|for when they saw Cyrus conquering nation after nation, they were convinced that he would never stop, and their turn would come at last.|for when they saw Cyrus conquering nation after nation, they were convinced that he would never stop, and their turn would come at last. +LJ028-0234|Cyrus was now reduced to great perplexity, as time went on and he made no progress against the place.|Cyrus was now reduced to great perplexity, as time went on and he made no progress against the place. +LJ028-0235|In this distress either someone made this suggestion to him, or he bethought himself of a plan which he proceeded to put in execution.|In this distress either someone made this suggestion to him, or he bethought himself of a plan which he proceeded to put in execution. +LJ028-0236|He placed a portion of his army at the point where the river enters the city, and another body at the back of the place where it issues forth,|He placed a portion of his army at the point where the river enters the city, and another body at the back of the place where it issues forth, +LJ028-0237|with orders to march into the town by the bed of the stream, as soon as the water became shallow enough:|with orders to march into the town by the bed of the stream, as soon as the water became shallow enough: +LJ028-0238|he then himself drew off with the unwarlike portion of his host, and made for the place where Nitocris dug the basin for the river,|he then himself drew off with the unwarlike portion of his host, and made for the place where Nitocris dug the basin for the river, +LJ028-0239|where he did exactly what she had done formerly: he turned the Euphrates by a canal into the basin, which was then a marsh,|where he did exactly what she had done formerly: he turned the Euphrates by a canal into the basin, which was then a marsh, +LJ028-0240|on which the river sank to such an extent that the natural bed of the stream became fordable.|on which the river sank to such an extent that the natural bed of the stream became fordable. +LJ028-0241|Hereupon the Persians who had been left for the purpose at Babylon by the river side|Hereupon the Persians who had been left for the purpose at Babylon by the river side +LJ028-0242|entered the stream, which had now sunk so as to reach about midway up a man's thigh, and thus got into the town.|entered the stream, which had now sunk so as to reach about midway up a man's thigh, and thus got into the town. +LJ028-0243|Had the Babylonians been apprised of what Cyrus was about, or had they noticed their danger, they would never have allowed the Persians to enter the city,|Had the Babylonians been apprised of what Cyrus was about, or had they noticed their danger, they would never have allowed the Persians to enter the city, +LJ028-0244|but would have destroyed them utterly; for they would have made fast all the street gates which gave upon the river,|but would have destroyed them utterly; for they would have made fast all the street gates which gave upon the river, +LJ028-0245|and mounting upon the walls along both sides of the stream, would so have caught the enemy as it were in a trap.|and mounting upon the walls along both sides of the stream, would so have caught the enemy as it were in a trap. +LJ028-0246|But, as it was, the Persians came upon them by surprise and so took the city.|But, as it was, the Persians came upon them by surprise and so took the city. +LJ028-0247|Owing to the vast size of the place, the inhabitants of the central parts (as the residents of Babylon declare),|Owing to the vast size of the place, the inhabitants of the central parts (as the residents of Babylon declare), +LJ028-0248|long after the outer portions of the town were taken, knew nothing of what had chanced, but as they were engaged in a festival,|long after the outer portions of the town were taken, knew nothing of what had chanced, but as they were engaged in a festival, +LJ028-0249|continued dancing and reveling until they learned the capture but too certainly.|continued dancing and reveling until they learned the capture but too certainly. +LJ028-0250|Such, then, were the circumstances of the first taking of Babylon.|Such, then, were the circumstances of the first taking of Babylon. +LJ028-0251|When Cyrus took Babylon, little or no force was employed.|When Cyrus took Babylon, little or no force was employed. +LJ028-0252|Only the King's son, Belshazzar, was killed.|Only the King's son, Belshazzar, was killed. +LJ028-0253|The city was spared; the great walls were left standing; the daily sacrifices were continued in the temples, and Cyrus made his home in the royal palace.|The city was spared; the great walls were left standing; the daily sacrifices were continued in the temples, and Cyrus made his home in the royal palace. +LJ028-0254|The people, enjoying the greater freedom which Cyrus permitted them, were contented, and life in Babylon went on about as before.|The people, enjoying the greater freedom which Cyrus permitted them, were contented, and life in Babylon went on about as before. +LJ028-0255|In 529 Cyrus died.|In five twenty-nine Cyrus died. +LJ028-0256|During the reigns of the two following Persian kings Babylon was slowly regaining its independence,|During the reigns of the two following Persian kings Babylon was slowly regaining its independence, +LJ028-0257|and in 521 Nebuchadnezzar III., a native Babylonian, was placed on the throne.|and in five twenty-one Nebuchadnezzar the third, a native Babylonian, was placed on the throne. +LJ028-0258|Then the Babylonians secretly plotted to throw off the Persian yoke.|Then the Babylonians secretly plotted to throw off the Persian yoke. +LJ028-0259|That same year, when Darius Hystaspes came to the Persian throne, the Babylonians openly rebelled.|That same year, when Darius Hystaspes came to the Persian throne, the Babylonians openly rebelled. +LJ028-0260|The following story from Herodotus tells the results:|The following story from Herodotus tells the results: +LJ028-0261|At last when the time came for rebelling openly they did as follows:|At last when the time came for rebelling openly they did as follows: +LJ028-0262|having first set apart their mothers, each man chose besides out of his whole household one woman whomsoever he pleased;|having first set apart their mothers, each man chose besides out of his whole household one woman whomsoever he pleased; +LJ028-0263|these alone were allowed to live, while all the rest were brought to one place and strangled.|these alone were allowed to live, while all the rest were brought to one place and strangled. +LJ028-0264|The women chosen were kept to make bread for the men; while the others were strangled that they might not consume the stores.|The women chosen were kept to make bread for the men; while the others were strangled that they might not consume the stores. +LJ028-0265|When tidings reached Darius of what had happened,|When tidings reached Darius of what had happened, +LJ028-0266|he drew together all his power and began the war by marching straight upon Babylon and laying siege to the place.|he drew together all his power and began the war by marching straight upon Babylon and laying siege to the place. +LJ028-0267|The Babylonians, however, cared not a whit for his siege.|The Babylonians, however, cared not a whit for his siege. +LJ028-0268|Mounting upon the battlements that crowned their walls, they insulted and jeered at Darius and his mighty host.|Mounting upon the battlements that crowned their walls, they insulted and jeered at Darius and his mighty host. +LJ028-0269|One even shouted to them and said, "Why sit ye there, Persians? Why do ye not go back to your homes? Till mules foal ye will not take our city!"|One even shouted to them and said, "Why sit ye there, Persians? Why do ye not go back to your homes? Till mules foal ye will not take our city!" +LJ028-0270|This was said by a Babylonian who thought that a mule would never foal.|This was said by a Babylonian who thought that a mule would never foal. +LJ028-0271|Now when a year and seven months had passed, Darius and his army were quite wearied out, finding that they could not anyhow take the city.|Now when a year and seven months had passed, Darius and his army were quite wearied out, finding that they could not anyhow take the city. +LJ028-0272|All stratagems and all arts had been used, and yet the King could not prevail|All stratagems and all arts had been used, and yet the King could not prevail +LJ028-0273|not even when he tried the means by which Cyrus had made himself master of the place.|not even when he tried the means by which Cyrus had made himself master of the place. +LJ028-0274|The Babylonians were ever upon the watch, and he found no way of conquering them.|The Babylonians were ever upon the watch, and he found no way of conquering them. +LJ028-0275|At last, in the twentieth month,|At last, in the twentieth month, +LJ028-0276|a marvelous thing happened to Zopyrus, son of the Megabyzus who was among the seven men that overthrew the Magus.|a marvelous thing happened to Zopyrus, son of the Megabyzus who was among the seven men that overthrew the Magus. +LJ028-0277|One of his sumpter-mules gave birth to a foal.|One of his sumpter-mules gave birth to a foal. +LJ028-0278|Zopyrus, when they told him, not thinking that it could be true, went and saw the colt with his own eyes;|Zopyrus, when they told him, not thinking that it could be true, went and saw the colt with his own eyes; +LJ028-0279|after which he commanded his servants to tell no one what had come to pass, while he himself pondered the matter.|after which he commanded his servants to tell no one what had come to pass, while he himself pondered the matter. +LJ028-0280|Calling to mind then the words of the Babylonian at the beginning of the siege:|Calling to mind then the words of the Babylonian at the beginning of the siege: +LJ028-0282|for it seemed to him that there was a divine providence in the man having used the phrase, and then his mule having foaled.|for it seemed to him that there was a divine providence in the man having used the phrase, and then his mule having foaled. +LJ028-0283|As soon therefore as he felt within himself that Babylon was fated to be taken, he went to Darius and asked him if he set a very high value on its conquest.|As soon therefore as he felt within himself that Babylon was fated to be taken, he went to Darius and asked him if he set a very high value on its conquest. +LJ028-0284|When he found that Darius did indeed value it highly, he considered further with himself how he might make the deed his own, and be the man to take Babylon.|When he found that Darius did indeed value it highly, he considered further with himself how he might make the deed his own, and be the man to take Babylon. +LJ028-0285|Noble exploits in Persia are ever highly honored and bring their authors to greatness.|Noble exploits in Persia are ever highly honored and bring their authors to greatness. +LJ028-0286|He therefore reviewed all ways of bringing the city under,|He therefore reviewed all ways of bringing the city under, +LJ028-0287|but found none by which he could hope to prevail, unless he maimed himself and then went over to the enemy.|but found none by which he could hope to prevail, unless he maimed himself and then went over to the enemy. +LJ028-0288|To do this seeming to him a light matter, he mutilated himself in a way that was utterly without remedy.|To do this seeming to him a light matter, he mutilated himself in a way that was utterly without remedy. +LJ028-0289|For he cut off his own nose and ears, and then, clipping his hair close and flogging himself with a scourge,|For he cut off his own nose and ears, and then, clipping his hair close and flogging himself with a scourge, +LJ028-0290|he came in this plight before Darius.|he came in this plight before Darius. +LJ028-0291|Wrath stirred within the King at the sight of a man of his lofty rank in such a condition;|Wrath stirred within the King at the sight of a man of his lofty rank in such a condition; +LJ028-0292|leaping down from his throne he exclaimed aloud and asked Zopyrus who it was that had disfigured him, and what he had done to be so treated.|leaping down from his throne he exclaimed aloud and asked Zopyrus who it was that had disfigured him, and what he had done to be so treated. +LJ028-0293|Zopyrus answered, "There is not a man in the world, but thou, O King, that could reduce me to such a plight|Zopyrus answered, "There is not a man in the world, but thou, O King, that could reduce me to such a plight +LJ028-0294|no stranger's hands have wrought this work on me, but my own only.|no stranger's hands have wrought this work on me, but my own only. +LJ028-0295|I maimed myself because I could not endure that the Assyrians should laugh at the Persians. "Wretched man," said Darius,|I maimed myself because I could not endure that the Assyrians should laugh at the Persians. "Wretched man," said Darius, +LJ028-0296|thou coverest the foulest deeds with the fairest possible name, when thou sayest thy maiming is to help our siege forward.|thou coverest the foulest deeds with the fairest possible name, when thou sayest thy maiming is to help our siege forward. +LJ028-0297|How will thy disfigurement, thou simpleton, induce the enemy to yield one day sooner?|How will thy disfigurement, thou simpleton, induce the enemy to yield one day sooner? +LJ028-0298|Surely thou hadst gone out of thy mind when thou didst so misuse thyself.|Surely thou hadst gone out of thy mind when thou didst so misuse thyself. +LJ028-0299|"Had I told thee," rejoined the other, "what I was bent on doing, thou wouldst not have suffered it;|"Had I told thee," rejoined the other, "what I was bent on doing, thou wouldst not have suffered it; +LJ028-0300|as it is, I kept my own counsel, and so accomplished my plans.|as it is, I kept my own counsel, and so accomplished my plans. +LJ028-0301|Now, therefore, if there be no failure on thy part, we shall take Babylon.|Now, therefore, if there be no failure on thy part, we shall take Babylon. +LJ028-0302|I will desert to the enemy as I am, and when I get into their city I will tell them that it is by thee that I have been thus treated.|I will desert to the enemy as I am, and when I get into their city I will tell them that it is by thee that I have been thus treated. +LJ028-0303|I think they will believe my words and entrust me with a command of troops. Thou, on thy part, must wait|I think they will believe my words and entrust me with a command of troops. Thou, on thy part, must wait +LJ028-0304|till the tenth day after I am entered within the town, and then place near to the gates of Semiramis a detachment of thy army,|till the tenth day after I am entered within the town, and then place near to the gates of Semiramis a detachment of thy army, +LJ028-0305|troops for whose loss thou wilt care little, a thousand men.|troops for whose loss thou wilt care little, a thousand men. +LJ028-0306|Wait, after that, seven days, and post me another detachment, two thousand strong, at the Nineveh gates;|Wait, after that, seven days, and post me another detachment, two thousand strong, at the Nineveh gates; +LJ028-0307|then let twenty days pass, and at the end of that time station near the Chaldasan gates a body of four thousand.|then let twenty days pass, and at the end of that time station near the Chaldasan gates a body of four thousand. +LJ028-0308|Let neither these nor the former troops be armed with any weapons but their swords those thou mayest leave them.|Let neither these nor the former troops be armed with any weapons but their swords those thou mayest leave them. +LJ028-0309|After the twenty days are over, bid thy whole army attack the city on every side, and put me two bodies of Persians,|After the twenty days are over, bid thy whole army attack the city on every side, and put me two bodies of Persians, +LJ028-0310|one at the Belian, the other at the Cissian gates; for I expect that, on account of my successes,|one at the Belian, the other at the Cissian gates; for I expect that, on account of my successes, +LJ028-0311|the Babylonians will entrust everything, even the keys of their gates, to me. Then it will be for me and my Persians to do the rest.|the Babylonians will entrust everything, even the keys of their gates, to me. Then it will be for me and my Persians to do the rest. +LJ028-0312|Having left these instructions, Zopyrus fled towards the gates of the town, often looking back, to give himself the air of a deserter.|Having left these instructions, Zopyrus fled towards the gates of the town, often looking back, to give himself the air of a deserter. +LJ028-0313|The men upon the towers, whose business it was to keep a lookout,|The men upon the towers, whose business it was to keep a lookout, +LJ028-0314|observing him, hastened down, and setting one of the gates slightly ajar, questioned him who he was, and on what errand he had come.|observing him, hastened down, and setting one of the gates slightly ajar, questioned him who he was, and on what errand he had come. +LJ028-0315|He replied that he was Zopyrus, and deserted to them from the Persians.|He replied that he was Zopyrus, and deserted to them from the Persians. +LJ028-0316|Then the doorkeepers, when they heard this, carried him at once before the Magistrates.|Then the doorkeepers, when they heard this, carried him at once before the Magistrates. +LJ028-0317|Introduced into their assembly, he began to bewail his misfortunes, telling them that|Introduced into their assembly, he began to bewail his misfortunes, telling them that +LJ028-0318|Darius had maltreated him in the way they could see, only because he had given advice that the siege should be raised, since there seemed no hope of taking the city.|Darius had maltreated him in the way they could see, only because he had given advice that the siege should be raised, since there seemed no hope of taking the city. +LJ028-0319|"And now," he went on to say, "my coming to you, Babylonians,|"And now," he went on to say, "my coming to you, Babylonians, +LJ028-0320|will prove the greatest gain that you could possibly receive, while to Darius and the Persians it will be the severest loss.|will prove the greatest gain that you could possibly receive, while to Darius and the Persians it will be the severest loss. +LJ028-0321|Verily he by whom I have been so mutilated shall not escape unpunished. And truly all the paths of his counsels are known to me.|Verily he by whom I have been so mutilated shall not escape unpunished. And truly all the paths of his counsels are known to me. +LJ028-0322|Thus did Zopyrus speak.|Thus did Zopyrus speak. +LJ028-0323|The Babylonians, seeing a Persian of such exalted rank in so grievous a plight, his nose and ears cut off,|The Babylonians, seeing a Persian of such exalted rank in so grievous a plight, his nose and ears cut off, +LJ028-0324|his body red with marks of scourging and with blood, had no suspicion but that he spoke the truth, and was really come to be their friend and helper.|his body red with marks of scourging and with blood, had no suspicion but that he spoke the truth, and was really come to be their friend and helper. +LJ028-0325|They were ready, therefore, to grant him anything he asked;|They were ready, therefore, to grant him anything he asked; +LJ028-0326|and on his suing for a command, they entrusted to him a body of troops with the help of which he proceeded to do as he had arranged with Darius.|and on his suing for a command, they entrusted to him a body of troops with the help of which he proceeded to do as he had arranged with Darius. +LJ028-0327|On the tenth day after his flight he led out his detachment, and surrounding the thousand men,|On the tenth day after his flight he led out his detachment, and surrounding the thousand men, +LJ028-0328|whom Darius according to agreement had sent first, he fell upon them and slew them all.|whom Darius according to agreement had sent first, he fell upon them and slew them all. +LJ028-0329|Then the Babylonians, seeing that his deeds were as brave as his words, were beyond measure pleased, and set no bounds to their trust.|Then the Babylonians, seeing that his deeds were as brave as his words, were beyond measure pleased, and set no bounds to their trust. +LJ028-0330|and when the next period agreed on had elapsed, again with a band of picked men he sallied forth, and slaughtered the two thousand.|and when the next period agreed on had elapsed, again with a band of picked men he sallied forth, and slaughtered the two thousand. +LJ028-0331|After this second exploit, his praise was in all mouths.|After this second exploit, his praise was in all mouths. +LJ028-0332|Once more, however, he waited till the interval appointed had gone by, and then leading the troops to the place where the four thousand were,|Once more, however, he waited till the interval appointed had gone by, and then leading the troops to the place where the four thousand were, +LJ028-0333|he put them also to the sword.|he put them also to the sword. +LJ028-0334|This last victory gave him the finishing stroke to his power and made him all in all with the Babylonians:|This last victory gave him the finishing stroke to his power and made him all in all with the Babylonians: +LJ028-0335|accordingly they committed to him the command of their whole army, and put the keys of their city into his hands.|accordingly they committed to him the command of their whole army, and put the keys of their city into his hands. +LJ028-0336|Darius now, still keeping to the plan agreed upon,|Darius now, still keeping to the plan agreed upon, +LJ028-0337|attacked the walls on every side, whereupon Zopyrus played out the remainder of his stratagem.|attacked the walls on every side, whereupon Zopyrus played out the remainder of his stratagem. +LJ028-0338|While the Babylonians, crowding to the walls, did their best to resist the Persian assault,|While the Babylonians, crowding to the walls, did their best to resist the Persian assault, +LJ028-0339|he threw open the Cissian and Belian gates, and admitted the enemy.|he threw open the Cissian and Belian gates, and admitted the enemy. +LJ028-0340|Such of the Babylonians as witnessed the treachery took refuge in the temple of Jupiter Belus;|Such of the Babylonians as witnessed the treachery took refuge in the temple of Jupiter Belus; +LJ028-0341|the rest who did not see it kept at their posts, till at last they too learned that they were betrayed.|the rest who did not see it kept at their posts, till at last they too learned that they were betrayed. +LJ028-0342|Thus was Babylon taken for the second time.|Thus was Babylon taken for the second time. +LJ028-0343|Darius having become master of the place, destroyed the wall, and tore down all the gates;|Darius having become master of the place, destroyed the wall, and tore down all the gates; +LJ028-0344|for Cyrus had done neither the one nor the other when he took Babylon.|for Cyrus had done neither the one nor the other when he took Babylon. +LJ028-0345|He then chose out near three thousand of the leading citizens and caused them to be crucified, while he allowed the remainder still to inhabit the city.|He then chose out near three thousand of the leading citizens and caused them to be crucified, while he allowed the remainder still to inhabit the city. +LJ028-0346|Further, wishing to prevent the race of the Babylonians from becoming extinct,|Further, wishing to prevent the race of the Babylonians from becoming extinct, +LJ028-0347|he provided wives for them in the room of those whom (as I explained before) they strangled to save their stores.|he provided wives for them in the room of those whom (as I explained before) they strangled to save their stores. +LJ028-0348|These he levied from the nations bordering on Babylonia,|These he levied from the nations bordering on Babylonia, +LJ028-0349|who were each required to send so large a number to Babylon, that in all there were collected no fewer than fifty thousand.|who were each required to send so large a number to Babylon, that in all there were collected no fewer than fifty thousand. +LJ028-0350|It is from these women that the Babylonians of our times are sprung.|It is from these women that the Babylonians of our times are sprung. +LJ028-0351|As for Zopyrus he was considered by Darius to have surpassed, in the greatness of his achievements, all other Persians,|As for Zopyrus he was considered by Darius to have surpassed, in the greatness of his achievements, all other Persians, +LJ028-0352|whether of former or of later times, except only Cyrus with whom no person ever yet thought himself worthy to compare.|whether of former or of later times, except only Cyrus with whom no person ever yet thought himself worthy to compare. +LJ028-0353|Darius, as the story goes, would often say that "he had rather Zopyrus were unmaimed, than be master of twenty more Babylons."|Darius, as the story goes, would often say that "he had rather Zopyrus were unmaimed, than be master of twenty more Babylons." +LJ028-0354|And he honored Zopyrus greatly; year by year he presented him with all the gifts which are held in most esteem among the Persians;|And he honored Zopyrus greatly; year by year he presented him with all the gifts which are held in most esteem among the Persians; +LJ028-0355|he gave him likewise the government of Babylon for his life, free from tribute, and he also granted him many other favors.|he gave him likewise the government of Babylon for his life, free from tribute, and he also granted him many other favors. +LJ028-0356|How much truth there may be in this interesting tale of Herodotus, we may never know,|How much truth there may be in this interesting tale of Herodotus, we may never know, +LJ028-0357|yet we may be sure that Babylon was taken by Darius only by use of stratagem. Its walls were impregnable.|yet we may be sure that Babylon was taken by Darius only by use of stratagem. Its walls were impregnable. +LJ028-0358|Cyrus had permitted them to stand, and as long as he made Babylon his home, the city was as strongly protected as ever.|Cyrus had permitted them to stand, and as long as he made Babylon his home, the city was as strongly protected as ever. +LJ028-0359|Darius, who besieged the rebellious city twice, weakened it by destroying some of its walls.|Darius, who besieged the rebellious city twice, weakened it by destroying some of its walls. +LJ028-0360|During the reign of Xerxes again the city rebelled, and in 484 B.C. he captured it, and completely demolished its defenses.|During the reign of Xerxes again the city rebelled, and in four eighty-four B.C. he captured it, and completely demolished its defenses. +LJ028-0361|Yet Babylon continued to live,|Yet Babylon continued to live, +LJ028-0362|for history mentions the names of two of its later rulers. The palace of Nebuchadnezzar was occupied by Alexander the Great,|for history mentions the names of two of its later rulers. The palace of Nebuchadnezzar was occupied by Alexander the Great, +LJ028-0363|and there on June 13, 323 B.C., he met his death.|and there on June thirteen, three twenty-three B.C., he met his death. +LJ028-0364|The city then fell to Seleucus,|The city then fell to Seleucus, +LJ028-0365|one of Alexander's generals, who for a time made it his home, but he was a Greek and cared little for things Babylonian.|one of Alexander's generals, who for a time made it his home, but he was a Greek and cared little for things Babylonian. +LJ028-0366|Therefore, to destroy the power of the old capital, he planned to build Seleucia on the Tigris about fifty miles to the east.|Therefore, to destroy the power of the old capital, he planned to build Seleucia on the Tigris about fifty miles to the east. +LJ028-0367|The priests of the temple of Bel, so a story tells us,|The priests of the temple of Bel, so a story tells us, +LJ028-0368|learned of his purpose, and when they were consulted as to the most favorable time for beginning the work upon the new city,|learned of his purpose, and when they were consulted as to the most favorable time for beginning the work upon the new city, +LJ028-0369|they intentionally mentioned a most unfavorable hour.|they intentionally mentioned a most unfavorable hour. +LJ028-0370|The priests' deception was unavailing, and in 275 B.C., the inhabitants of Babylon were transported to Seleucia.|The priests' deception was unavailing, and in two seventy-five B.C., the inhabitants of Babylon were transported to Seleucia. +LJ028-0371|Then the world metropolis, stripped of most of its population, became a mere village.|Then the world metropolis, stripped of most of its population, became a mere village. +LJ028-0372|The poor of the surrounding country occupied its dismantled palaces.|The poor of the surrounding country occupied its dismantled palaces. +LJ028-0373|The Hebrew exiles, whose ancestors Nebuchadnezzar had brought from Jerusalem,|The Hebrew exiles, whose ancestors Nebuchadnezzar had brought from Jerusalem, +LJ028-0374|settled there, and finally the place was abandoned to the Arabs of the desert.|settled there, and finally the place was abandoned to the Arabs of the desert. +LJ028-0375|Slowly the few remaining walls fell, and were buried in their own ruins.|Slowly the few remaining walls fell, and were buried in their own ruins. +LJ028-0376|As the centuries passed the mounds into which the city had turned grew higher and higher with the ruins of the huts later built upon them,|As the centuries passed the mounds into which the city had turned grew higher and higher with the ruins of the huts later built upon them, +LJ028-0377|until at last the foundations of the temples and palaces were buried fully a hundred feet beneath the surface.|until at last the foundations of the temples and palaces were buried fully a hundred feet beneath the surface. +LJ028-0378|Even the shepherds ceased to graze their sheep there, and the wandering Arabs,|Even the shepherds ceased to graze their sheep there, and the wandering Arabs, +LJ028-0379|fearing the wild beasts and evil spirits which lurk among all old ruins, refused to pitch their tents there.|fearing the wild beasts and evil spirits which lurk among all old ruins, refused to pitch their tents there. +LJ028-0380|The prophecy of the Hebrew Isaiah was fulfilled:|The prophecy of the Hebrew Isaiah was fulfilled: +LJ028-0381|Wild beasts of the desert shall lie there;|Wild beasts of the desert shall lie there; +LJ028-0382|and their houses shall be full of doleful creatures, and owls shall dwell there, and satyrs shall dance there,|and their houses shall be full of doleful creatures, and owls shall dwell there, and satyrs shall dance there, +LJ028-0383|and the wild beasts of the islands shall cry in their desolate houses, and dragons in their pleasant palaces.|and the wild beasts of the islands shall cry in their desolate houses, and dragons in their pleasant palaces. +LJ028-0384|So Babylon was buried and forgotten.|So Babylon was buried and forgotten. +LJ028-0385|It had become, as Dio Cassius said, "Mounds and legends and ruins."|It had become, as Dio Cassius said, "Mounds and legends and ruins." +LJ028-0386|But the walls of the old city had not yet served their full purpose.|But the walls of the old city had not yet served their full purpose. +LJ028-0387|The Sassanian kings of Persia were fond of hunting, and Babylon, then overgrown with trees, was their game preserve.|The Sassanian kings of Persia were fond of hunting, and Babylon, then overgrown with trees, was their game preserve. +LJ028-0388|The old walls were restored to a height sufficient to prevent the escape of the animals, and among the ruins the kings enjoyed their favorite sport.|The old walls were restored to a height sufficient to prevent the escape of the animals, and among the ruins the kings enjoyed their favorite sport. +LJ028-0389|St. Jerome said:|St. Jerome said: +LJ028-0390|I was informed by a certain Elamite brother, who came from those regions, and now leads the life of a monk at Jerusalem,|I was informed by a certain Elamite brother, who came from those regions, and now leads the life of a monk at Jerusalem, +LJ028-0391|that there is a royal hunting ground at Babylon, and that wild game of every kind is contained within the circuit of its walls.|that there is a royal hunting ground at Babylon, and that wild game of every kind is contained within the circuit of its walls. +LJ028-0392|The statement of St. Jerome is confirmed by the following passage from Zosimus, a Greek writer of the fifth century A.D.:|The statement of St. Jerome is confirmed by the following passage from Zosimus, a Greek writer of the fifth century A.D.: +LJ028-0393|As the Emperor Julian was marching forward through Babylonia,|As the Emperor Julian was marching forward through Babylonia, +LJ028-0394|he passed other unimportant fortresses, and came at last to a walled enclosure, which the natives pointed out as a royal hunting ground.|he passed other unimportant fortresses, and came at last to a walled enclosure, which the natives pointed out as a royal hunting ground. +LJ028-0395|It was a low rampart, enclosing a wide space planted with trees of every sort, in which all kinds of beasts were shut up;|It was a low rampart, enclosing a wide space planted with trees of every sort, in which all kinds of beasts were shut up; +LJ028-0396|they were supplied with food by keepers, and gave the king the opportunity of hunting whenever he felt inclined.|they were supplied with food by keepers, and gave the king the opportunity of hunting whenever he felt inclined. +LJ028-0397|When Julian saw this, he caused a large part of the wall to be overthrown, and as the beasts escaped they were shot down by his soldiers.|When Julian saw this, he caused a large part of the wall to be overthrown, and as the beasts escaped they were shot down by his soldiers. +LJ028-0398|The walls of Babylon were destined to serve still another purpose.|The walls of Babylon were destined to serve still another purpose. +LJ028-0399|The spread of Mohammedanism caused new cities to be built, and Babylon was the quarry for their building material.|The spread of Mohammedanism caused new cities to be built, and Babylon was the quarry for their building material. +LJ028-0400|The walls of Babylon were transformed into the sacred cities of Kerbela and Nejef.|The walls of Babylon were transformed into the sacred cities of Kerbela and Nejef. +LJ028-0401|In the eleventh century, on the site of the southern part of Babylon, the city of Hillah was built.|In the eleventh century, on the site of the southern part of Babylon, the city of Hillah was built. +LJ028-0402|Hillah might be called a child of Babylon, for it is almost entirely constructed with Nebuchadnezzar's bricks.|Hillah might be called a child of Babylon, for it is almost entirely constructed with Nebuchadnezzar's bricks. +LJ028-0403|The walls of the houses are built of them.|The walls of the houses are built of them. +LJ028-0404|The courtyards and streets are paved with them, and as you walk about the city the name of Nebuchadnezzar everywhere meets your eye.|The courtyards and streets are paved with them, and as you walk about the city the name of Nebuchadnezzar everywhere meets your eye. +LJ028-0405|Many of the ten thousand people living in Hillah still gain their livelihood by digging the bricks from the ruins to sell to the modern builders.|Many of the ten thousand people living in Hillah still gain their livelihood by digging the bricks from the ruins to sell to the modern builders. +LJ028-0406|The great irrigating dams across the Euphrates are constructed entirely of them.|The great irrigating dams across the Euphrates are constructed entirely of them. +LJ028-0407|The people of Hillah, too, are a survival of Babylonian times.|The people of Hillah, too, are a survival of Babylonian times. +LJ028-0408|Some are Arabs of the same tribes which used to roam the desert in Nebuchadnezzar's days. Some are the children of the Hebrew exiles of old.|Some are Arabs of the same tribes which used to roam the desert in Nebuchadnezzar's days. Some are the children of the Hebrew exiles of old. +LJ028-0409|Some, calling themselves Christians, are the descendants of Babylonians, perhaps of Nebuchadnezzar himself.|Some, calling themselves Christians, are the descendants of Babylonians, perhaps of Nebuchadnezzar himself. +LJ028-0410|There among the ruins they still live in the same kind of houses,|There among the ruins they still live in the same kind of houses, +LJ028-0411|dressing the same, eating the same food as did their ancestors when Nebuchadnezzar built the walls of Babylon.|dressing the same, eating the same food as did their ancestors when Nebuchadnezzar built the walls of Babylon. +LJ028-0412|Among the first of the modern travelers to describe the ruins of Babylon was Anthony Shirley, an Englishman who visited Mesopotamia in 1599.|Among the first of the modern travelers to describe the ruins of Babylon was Anthony Shirley, an Englishman who visited Mesopotamia in fifteen ninety-nine. +LJ028-0413|In his quaint way he says:|In his quaint way he says: +LJ028-0414|All the ground on which Babylon was spread is left now desolate; nothing standing in that Peninsula between the Euphrates and the Tigris,|All the ground on which Babylon was spread is left now desolate; nothing standing in that Peninsula between the Euphrates and the Tigris, +LJ028-0415|but only part, and that a small part, of the great tower, which God hath suffered to stand|but only part, and that a small part, of the great tower, which God hath suffered to stand +LJ028-0416|(if man may speak so confidently of His great impenetrable counsels), for an eternal Testimony of His great work in the confusion of Man's pride,|(if man may speak so confidently of His great impenetrable counsels), for an eternal Testimony of His great work in the confusion of Man's pride, +LJ028-0417|and that Arke of Nebuchadnezzar for as perpetual a memory of his great idolatry and condigne punishment.|and that Arke of Nebuchadnezzar for as perpetual a memory of his great idolatry and condigne punishment. +LJ028-0418|About that same time Pietro della Valle, an Italian, visited Babylon,|About that same time Pietro della Valle, an Italian, visited Babylon, +LJ028-0419|and digging from the wall an inscribed square brick bearing the name of Nebuchadnezzar, he took it to Rome where it may still be seen.|and digging from the wall an inscribed square brick bearing the name of Nebuchadnezzar, he took it to Rome where it may still be seen. +LJ028-0420|That was the first object taken from Babylon to Europe;|That was the first object taken from Babylon to Europe; +LJ028-0421|it was the beginning of the great collections of Babylonian antiquities in the museums of the Western world.|it was the beginning of the great collections of Babylonian antiquities in the museums of the Western world. +LJ028-0422|Among the later visitors to Babylon was the great Niebuhr.|Among the later visitors to Babylon was the great Niebuhr. +LJ028-0423|In 1812, James Claudius Rich, the British Resident at Baghdad, made the first complete examination of the ruins.|In eighteen twelve, James Claudius Rich, the British Resident at Baghdad, made the first complete examination of the ruins. +LJ028-0424|Porter, Layard, and Rawlinson followed him, but the real scientific exploration of Babylon and its walls|Porter, Layard, and Rawlinson followed him, but the real scientific exploration of Babylon and its walls +LJ028-0425|was begun by the Deutsche Orientgesellschaft, in 1889, and continued till the summer of 1915.|was begun by the Deutsche Orientgesellschaft, in eighteen eighty-nine, and continued till the summer of nineteen fifteen. +LJ028-0426|For fifteen years Dr. Koldewey and his assistants, with a force of two hundred native workmen, have labored there winter and summer.|For fifteen years Dr. Koldewey and his assistants, with a force of two hundred native workmen, have labored there winter and summer. +LJ028-0427|The enormous amount of debris which buried the palaces and temples and walls of Nebuchadnezzar's city, in places to the depth of a hundred feet,|The enormous amount of debris which buried the palaces and temples and walls of Nebuchadnezzar's city, in places to the depth of a hundred feet, +LJ028-0428|has been removed, and the surrounding city walls have been traced.|has been removed, and the surrounding city walls have been traced. +LJ028-0429|The excavations have shown that Babylon, as the ancients told us, was nearly square.|The excavations have shown that Babylon, as the ancients told us, was nearly square. +LJ028-0430|The Euphrates flowed through it, but the greater part of the city was on the eastern shore.|The Euphrates flowed through it, but the greater part of the city was on the eastern shore. +LJ028-0431|The city walls, of which the ancients were so proud, appear here and there like low ridges far out on the plain;|The city walls, of which the ancients were so proud, appear here and there like low ridges far out on the plain; +LJ028-0432|other parts of them have disappeared entirely.|other parts of them have disappeared entirely. +LJ028-0433|In the northern part of the enclosure to the east of the river,|In the northern part of the enclosure to the east of the river, +LJ028-0434|the large high mound, which resembles a mountain from a distance, still bears the ancient name Babel.|the large high mound, which resembles a mountain from a distance, still bears the ancient name Babel. +LJ028-0435|Arabs, searching for bricks, have burrowed their way down deep into it, revealing massive walls and arches.|Arabs, searching for bricks, have burrowed their way down deep into it, revealing massive walls and arches. +LJ028-0436|The Germans maintain that it is the ruin of the Tower of Babel.|The Germans maintain that it is the ruin of the Tower of Babel. +LJ028-0437|Here, it has been suggested, were the famous hanging gardens which some ancient authors included among the Seven Wonders of the World.|Here, it has been suggested, were the famous hanging gardens which some ancient authors included among the Seven Wonders of the World. +LJ028-0438|However, it is possible that the hanging gardens existed only in the imagination of the Greek writers,|However, it is possible that the hanging gardens existed only in the imagination of the Greek writers, +LJ028-0439|for none of the many building inscriptions from Nebuchadnezzar mentions them.|for none of the many building inscriptions from Nebuchadnezzar mentions them. +LJ028-0440|Possibly along the terraces of the walls, or upon the stages of some lofty temple tower,|Possibly along the terraces of the walls, or upon the stages of some lofty temple tower, +LJ028-0441|trees and overhanging vines were planted, and thus the travelers' tales arose.|trees and overhanging vines were planted, and thus the travelers' tales arose. +LJ028-0442|At a distance of about two miles to the south of Babel is the larger and lower mound called the Kasr, or the Fortress,|At a distance of about two miles to the south of Babel is the larger and lower mound called the Kasr, or the Fortress, +LJ028-0443|because great masses of masonry used to project from its surface.|because great masses of masonry used to project from its surface. +LJ028-0444|Deep down in the mound the Germans discovered the palace of Nebuchadnezzar with its hundreds of small chambers and its huge surrounding walls.|Deep down in the mound the Germans discovered the palace of Nebuchadnezzar with its hundreds of small chambers and its huge surrounding walls. +LJ028-0445|The mound still farther south is called Amran, because upon its summit stands the tomb of a Mohammedan saint of that name.|The mound still farther south is called Amran, because upon its summit stands the tomb of a Mohammedan saint of that name. +LJ028-0446|There lie the ruins of the famous temple of Esagil, sacred to Marduk.|There lie the ruins of the famous temple of Esagil, sacred to Marduk. +LJ028-0447|Upon the little mound Jumjuma farther on, an Arab village has long stood.|Upon the little mound Jumjuma farther on, an Arab village has long stood. +LJ028-0448|All of the ancient writers agree in saying that Babylon was surrounded with both inner and outer walls, and the ruins confirm their statements.|All of the ancient writers agree in saying that Babylon was surrounded with both inner and outer walls, and the ruins confirm their statements. +LJ028-0449|Parts of the walls of Nineveh are still standing to the height of one hundred and twenty-five feet,|Parts of the walls of Nineveh are still standing to the height of one hundred and twenty-five feet, +LJ028-0450|but the walls of Babylon have so long been used to supply bricks to the builders of the neighboring cities that only their bases remain.|but the walls of Babylon have so long been used to supply bricks to the builders of the neighboring cities that only their bases remain. +LJ028-0451|In places even the bases have disappeared, and their moats have long been filled with the drifting sand.|In places even the bases have disappeared, and their moats have long been filled with the drifting sand. +LJ028-0452|The outer wall bore the name of Nimitti-Bel. Its direction was northeast and southwest, forming a triangle with the river.|The outer wall bore the name of Nimitti-Bel. Its direction was northeast and southwest, forming a triangle with the river. +LJ028-0453|The northeastern section may now be traced for a distance of less than three miles, and the southwestern "for more than a mile,|The northeastern section may now be traced for a distance of less than three miles, and the southwestern "for more than a mile, +LJ028-0454|but both sections originally reached the river.|but both sections originally reached the river. +LJ028-0455|It seems that the circuit of the outer wall was about eleven miles.|It seems that the circuit of the outer wall was about eleven miles. +LJ028-0456|The small portions of it which have been excavated suffice to show its construction.|The small portions of it which have been excavated suffice to show its construction. +LJ028-0457|The moat, ten feet deep, and of a width no longer known, ran close to its base. The wall was double.|The moat, ten feet deep, and of a width no longer known, ran close to its base. The wall was double. +LJ028-0458|Its outer part was about twenty-four feet in thickness, and its foundations, as Nebuchadnezzar said, were carried down to the water level.|Its outer part was about twenty-four feet in thickness, and its foundations, as Nebuchadnezzar said, were carried down to the water level. +LJ028-0459|Its bricks, measuring about thirteen inches square and three inches in thickness, were burned and stamped with the usual short inscription:|Its bricks, measuring about thirteen inches square and three inches in thickness, were burned and stamped with the usual short inscription: +LJ028-0460|Nebuchadnezzar, King of Babylon, the restorer of the temples Esagil and Ezida,|Nebuchadnezzar, King of Babylon, the restorer of the temples Esagil and Ezida, +LJ028-0461|the first-born son of Nabopolassar, King of Babylon.|the first-born son of Nabopolassar, King of Babylon. +LJ028-0462|They were laid in bitumen.|They were laid in bitumen. +LJ028-0463|The inner part of the wall was constructed of unburned bricks, and at a distance of about thirty-six feet from the outer part.|The inner part of the wall was constructed of unburned bricks, and at a distance of about thirty-six feet from the outer part. +LJ028-0464|The intervening space, which was filled with dirt probably to the upper inner edge of the outer part,|The intervening space, which was filled with dirt probably to the upper inner edge of the outer part, +LJ028-0465|served as an elevated road where several chariots might have been driven abreast.|served as an elevated road where several chariots might have been driven abreast. +LJ028-0466|This inner part was about twenty-four feet wide, and at intervals of about one hundred and forty feet it was surmounted with towers.|This inner part was about twenty-four feet wide, and at intervals of about one hundred and forty feet it was surmounted with towers. +LJ028-0467|The entire width of the outer defense, not including the moat, was therefore about eighty-two feet;|The entire width of the outer defense, not including the moat, was therefore about eighty-two feet; +LJ028-0468|its height was probably more than double its width, but that may never be determined.|its height was probably more than double its width, but that may never be determined. +LJ028-0469|The inner wall of Babylon was called Imgur-Bel, and like the outer wall, it was double.|The inner wall of Babylon was called Imgur-Bel, and like the outer wall, it was double. +LJ028-0470|Time has dealt even less kindly with it, for it may be traced only for the distance of about a mile along its eastern side.|Time has dealt even less kindly with it, for it may be traced only for the distance of about a mile along its eastern side. +LJ028-0471|Nebuchadnezzar says that he built it of burned bricks, but only sun-dried bricks laid in mud now appear.|Nebuchadnezzar says that he built it of burned bricks, but only sun-dried bricks laid in mud now appear. +LJ028-0472|Its outer part, about twelve feet in width, was protected with towers at intervals of sixty-five feet.|Its outer part, about twelve feet in width, was protected with towers at intervals of sixty-five feet. +LJ028-0473|A space of about twenty-three feet separated it from its inner part, which was about twenty feet in width.|A space of about twenty-three feet separated it from its inner part, which was about twenty feet in width. +LJ028-0474|It too was surmounted with towers.|It too was surmounted with towers. +LJ028-0475|No traces of its moat have appeared.|No traces of its moat have appeared. +LJ028-0476|The entire width of this inner defense was about fifty-five feet; its height is uncertain.|The entire width of this inner defense was about fifty-five feet; its height is uncertain. +LJ028-0477|To protect the sun-dried bricks of the inner wall from the winter rains|To protect the sun-dried bricks of the inner wall from the winter rains +LJ028-0478|there were drains of large burned bricks, some of which bore the following long inscription:|there were drains of large burned bricks, some of which bore the following long inscription: +LJ028-0479|Nebuchadnezzar, King of Babylon,|Nebuchadnezzar, King of Babylon, +LJ028-0480|the exalted prince, the protector of Esagil and Ezida, son of Nabopolassar, King of Babylon, am I.|the exalted prince, the protector of Esagil and Ezida, son of Nabopolassar, King of Babylon, am I. +LJ028-0481|Nabopolassar, the father, my begetter, built Imgur-Bel, the great wall of Babylon,|Nabopolassar, the father, my begetter, built Imgur-Bel, the great wall of Babylon, +LJ028-0482|but I, the devout petitioner, the worshipper of the gods, built the moat, and made its wall of burned brick and bitumen mountain high.|but I, the devout petitioner, the worshipper of the gods, built the moat, and made its wall of burned brick and bitumen mountain high. +LJ028-0483|O Marduk, great god, look joyfully upon the precious work of my hands. Be thou my protector.|O Marduk, great god, look joyfully upon the precious work of my hands. Be thou my protector. +LJ028-0484|Grant me as a gift a life of distant days.|Grant me as a gift a life of distant days. +LJ028-0485|The outer and inner defenses of Babylon were so strong and so high that no enemy could hope to take them,|The outer and inner defenses of Babylon were so strong and so high that no enemy could hope to take them, +LJ028-0486|yet the palace of Nebuchadnezzar was protected by a third defense far stronger.|yet the palace of Nebuchadnezzar was protected by a third defense far stronger. +LJ028-0487|Fortunately its walls have suffered less from the hands of the brick hunters, and the German excavators have been able to reconstruct their plan.|Fortunately its walls have suffered less from the hands of the brick hunters, and the German excavators have been able to reconstruct their plan. +LJ028-0488|They may best be described by means of the accompanying diagram representing a cross section.|They may best be described by means of the accompanying diagram representing a cross section. +LJ028-0489|Had the enemy of Babylon succeeded in breaking through the outer and inner defenses of the city the royal palace would have still been far from his reach.|Had the enemy of Babylon succeeded in breaking through the outer and inner defenses of the city the royal palace would have still been far from his reach. +LJ028-0490|He would have had to cross a deep moat, to scale a wall of burned bricks about twenty feet in thickness and perhaps three times as high,|He would have had to cross a deep moat, to scale a wall of burned bricks about twenty feet in thickness and perhaps three times as high, +LJ028-0491|then a second wall still higher, a third and fourth and a fifth, each stronger and higher than the others,|then a second wall still higher, a third and fourth and a fifth, each stronger and higher than the others, +LJ028-0492|and surmounted with towers, and then finally a sixth wall|and surmounted with towers, and then finally a sixth wall +LJ028-0493|whose summit reached into the sky as far, perhaps, as the tallest of the modern buildings.|whose summit reached into the sky as far, perhaps, as the tallest of the modern buildings. +LJ028-0494|Between the several sections were wide spaces where foot soldiers and charioteers might fight.|Between the several sections were wide spaces where foot soldiers and charioteers might fight. +LJ028-0495|It must have been an imposing sight to one standing without to have seen the walls, one after another,|It must have been an imposing sight to one standing without to have seen the walls, one after another, +LJ028-0496|rising higher and higher, like a great terraced, turreted mountain.|rising higher and higher, like a great terraced, turreted mountain. +LJ028-0497|We do not know their height, for the statements of the ancient writers disagree.|We do not know their height, for the statements of the ancient writers disagree. +LJ028-0498|Herodotus says that it was three hundred and thirty-five feet;|Herodotus says that it was three hundred and thirty-five feet; +LJ028-0499|Ctesias mentions three hundred feet; probably they were not far from the truth.|Ctesias mentions three hundred feet; probably they were not far from the truth. +LJ028-0500|The ruins reach the height of about forty feet.|The ruins reach the height of about forty feet. +LJ028-0501|Nor were the walls about the palace a great mass of dull brick masonry.|Nor were the walls about the palace a great mass of dull brick masonry. +LJ028-0502|The Ishtar gateway leading to the palace was encased with beautiful blue glazed bricks,|The Ishtar gateway leading to the palace was encased with beautiful blue glazed bricks, +LJ028-0503|and decorated here and there with large reliefs representing bulls and lions and dragons,|and decorated here and there with large reliefs representing bulls and lions and dragons, +LJ028-0504|designed in colors of white and blue and yellow and black.|designed in colors of white and blue and yellow and black. +LJ028-0505|It seems that the bricks of the reliefs were molded and glazed separately and so accurately that when built into the wall they fitted perfectly.|It seems that the bricks of the reliefs were molded and glazed separately and so accurately that when built into the wall they fitted perfectly. +LJ028-0506|A modern artist would have difficulty in doing such accurate work.|A modern artist would have difficulty in doing such accurate work. +LJ028-0507|Some of these decorations, the most valuable objects found in the ruins of the great city, still remain in their places on the walls;|Some of these decorations, the most valuable objects found in the ruins of the great city, still remain in their places on the walls; +LJ028-0508|others have been taken to the Berlin Museum.|others have been taken to the Berlin Museum. +LJ028-0509|Nebuchadnezzar speaks of great bronze gates and of images of bronze, but none have been discovered.|Nebuchadnezzar speaks of great bronze gates and of images of bronze, but none have been discovered. +LJ028-0510|Probably their metal was far too valuable for the enemy to leave behind.|Probably their metal was far too valuable for the enemy to leave behind. +LJ028-0511|Should you walk along the shore of the Euphrates at Babylon, you would still see the embankments which Nebuchadnezzar constructed of bricks bearing his name,|Should you walk along the shore of the Euphrates at Babylon, you would still see the embankments which Nebuchadnezzar constructed of bricks bearing his name, +LJ028-0512|but the river walls have disappeared, and the buttresses of the bridges have been torn or washed away.|but the river walls have disappeared, and the buttresses of the bridges have been torn or washed away. +LJ028-0513|Should you cross the river to search for the western inner wall, you would find but a small fragment of it.|Should you cross the river to search for the western inner wall, you would find but a small fragment of it. +LJ028-0514|The great outer wall seems to have disappeared completely beneath the desert surface.|The great outer wall seems to have disappeared completely beneath the desert surface. +LJ028-0515|Such were the walls of Babylon,|Such were the walls of Babylon, +LJ028-0516|the strongest, the thickest, the loftiest, the most intricate, perhaps the most beautiful that ever protected a city,|the strongest, the thickest, the loftiest, the most intricate, perhaps the most beautiful that ever protected a city, +LJ028-0517|walls which no ancient army was ever able to take by storm.|walls which no ancient army was ever able to take by storm. +LJ028-0518|It is not strange, then, that they were included among the Seven Wonders of the World,|It is not strange, then, that they were included among the Seven Wonders of the World, +LJ028-0519|or that the Babylonian soldier stood confidently upon their summit, and jeering at the Persian army encamped below, shouted:|or that the Babylonian soldier stood confidently upon their summit, and jeering at the Persian army encamped below, shouted: +LJ029-0001|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy.|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. +LJ029-0002|Chapter 2. The Assassination: Part 1.|Chapter two. The Assassination: Part one. +LJ029-0003|This chapter describes President Kennedy's trip to Dallas, from its origin through its tragic conclusion.|This chapter describes President Kennedy's trip to Dallas, from its origin through its tragic conclusion. +LJ029-0004|The narrative of these events is based largely on the recollections of the participants,|The narrative of these events is based largely on the recollections of the participants, +LJ029-0005|although in many instances documentary or other evidence has also been used by the Commission.|although in many instances documentary or other evidence has also been used by the Commission. +LJ029-0006|Beginning with the advance plans and Secret Service preparations for the trip,|Beginning with the advance plans and Secret Service preparations for the trip, +LJ029-0007|this chapter reviews the motorcade through Dallas, the fleeting moments of the assassination,|this chapter reviews the motorcade through Dallas, the fleeting moments of the assassination, +LJ029-0008|the activities at Parkland Memorial Hospital, and the return of the Presidential party to Washington.|the activities at Parkland Memorial Hospital, and the return of the Presidential party to Washington. +LJ029-0009|An evaluation of the procedures employed to safeguard the President, with recommendations for improving these procedures, appears in Chapter 8 of the report.|An evaluation of the procedures employed to safeguard the President, with recommendations for improving these procedures, appears in Chapter eight of the report. +LJ029-0010|Planning the Texas Trip|Planning the Texas Trip +LJ029-0011|President Kennedy's visit to Texas in November 1963 had been under consideration for almost a year before it occurred.|President Kennedy's visit to Texas in November nineteen sixty-three had been under consideration for almost a year before it occurred. +LJ029-0012|He had made only a few brief visits to the State since the 1960 Presidential campaign and in 1962 he began to consider a formal visit.|He had made only a few brief visits to the State since the nineteen sixty Presidential campaign and in nineteen sixty-two he began to consider a formal visit. +LJ029-0013|During 1963, the reasons for making the trip became more persuasive.|During nineteen sixty-three, the reasons for making the trip became more persuasive. +LJ029-0014|As a political leader, the President wished to resolve the factional controversy within the Democratic Party in Texas before the election of 1964.|As a political leader, the President wished to resolve the factional controversy within the Democratic Party in Texas before the election of nineteen sixty-four. +LJ029-0015|The party itself saw an opportunity to raise funds by having the President speak at a political dinner eventually planned for Austin.|The party itself saw an opportunity to raise funds by having the President speak at a political dinner eventually planned for Austin. +LJ029-0016|As Chief of State, the President always welcomed the opportunity to learn, firsthand, about the problems which concerned the American people.|As Chief of State, the President always welcomed the opportunity to learn, firsthand, about the problems which concerned the American people. +LJ029-0017|Moreover, he looked forward to the public appearances which he personally enjoyed. The basic decision on the November trip to Texas was made at a meeting of President Kennedy,|Moreover, he looked forward to the public appearances which he personally enjoyed. The basic decision on the November trip to Texas was made at a meeting of President Kennedy, +LJ029-0018|Vice President Johnson, and Governor Connally on June 5th, 1963, at the Cortez Hotel in El Paso, Texas.|Vice President Johnson, and Governor Connally on June fifth, nineteen sixty-three, at the Cortez Hotel in El Paso, Texas. +LJ029-0019|The President had spoken earlier that day at the Air Force Academy in Colorado Springs, Colorado.|The President had spoken earlier that day at the Air Force Academy in Colorado Springs, Colorado. +LJ029-0020|and had stopped in El Paso to discuss the proposed visit and other matters with the Vice President and the Governor.|and had stopped in El Paso to discuss the proposed visit and other matters with the Vice President and the Governor. +LJ029-0021|The three agreed that the President would come to Texas in late November 1963.|The three agreed that the President would come to Texas in late November nineteen sixty-three. +LJ029-0022|The original plan called for the President to spend only 1 day in the State, making whirlwind visits to Dallas, Fort Worth, San Antonio, and Houston.|The original plan called for the President to spend only one day in the State, making whirlwind visits to Dallas, Fort Worth, San Antonio, and Houston. +LJ029-0023|In September, the White House decided to permit further visits by the President and extended the trip to run from the afternoon of November 21|In September, the White House decided to permit further visits by the President and extended the trip to run from the afternoon of November twenty-one +LJ029-0024|through the evening of Friday, November 22.|through the evening of Friday, November twenty-two. +LJ029-0025|When Governor Connally called at the White House on October 4 to discuss the details of the visit,|When Governor Connally called at the White House on October four to discuss the details of the visit, +LJ029-0026|it was agreed that the planning of events in Texas would be left largely to the Governor.|it was agreed that the planning of events in Texas would be left largely to the Governor. +LJ029-0027|At the White House, Kenneth O'Donnell, special assistant to the President, acted as coordinator for the trip.|At the White House, Kenneth O'Donnell, special assistant to the President, acted as coordinator for the trip. +LJ029-0028|Everyone agreed that, if there was sufficient time, a motorcade through downtown Dallas would be the best way for the people to see their President.|Everyone agreed that, if there was sufficient time, a motorcade through downtown Dallas would be the best way for the people to see their President. +LJ029-0029|When the trip was planned for only 1 day, Governor Connally had opposed the motorcade because there was not enough time. The Governor stated, however, that, quote,|When the trip was planned for only one day, Governor Connally had opposed the motorcade because there was not enough time. The Governor stated, however, that, quote, +LJ029-0030|once we got San Antonio moved from Friday to Thursday afternoon, where that was his initial stop in Texas,|once we got San Antonio moved from Friday to Thursday afternoon, where that was his initial stop in Texas, +LJ029-0031|then we had the time, and I withdrew my objections to a motorcade. End quote.|then we had the time, and I withdrew my objections to a motorcade. End quote. +LJ029-0032|According to O'Donnell, quote, we had a motorcade wherever we went, end quote.|According to O'Donnell, quote, we had a motorcade wherever we went, end quote. +LJ029-0033|particularly in large cities where the purpose was to let the President be seen by as many people as possible.|particularly in large cities where the purpose was to let the President be seen by as many people as possible. +LJ029-0034|In his experience, quote, it would be automatic, end quote, for the Secret Service to arrange a route which would, within the time allotted,|In his experience, quote, it would be automatic, end quote, for the Secret Service to arrange a route which would, within the time allotted, +LJ029-0035|bring the President, quote, through an area which exposes him to the greatest number of people, end quote.|bring the President, quote, through an area which exposes him to the greatest number of people, end quote. +LJ029-0036|Advance Preparations for the Dallas Trip|Advance Preparations for the Dallas Trip +LJ029-0037|Advance preparations for President Kennedy's visit to Dallas were primarily the responsibility of two Secret Service agents:|Advance preparations for President Kennedy's visit to Dallas were primarily the responsibility of two Secret Service agents: +LJ029-0038|Special Agent Winston G. Lawson, a member of the White House detail who acted as the advance agent, and Forrest V. Sorrels,|Special Agent Winston G. Lawson, a member of the White House detail who acted as the advance agent, and Forrest V. Sorrels, +LJ029-0039|special agent in charge of the Dallas office. Both agents were advised of the trip on November 4.|special agent in charge of the Dallas office. Both agents were advised of the trip on November four. +LJ029-0040|Lawson received a tentative schedule of the Texas trip on November 8 from Roy H. Kellerman, assistant special agent in charge of the White House detail,|Lawson received a tentative schedule of the Texas trip on November eight from Roy H. Kellerman, assistant special agent in charge of the White House detail, +LJ029-0041|who was the Secret Service official responsible for the entire Texas journey.|who was the Secret Service official responsible for the entire Texas journey. +LJ029-0042|As advance agent working closely with Sorrels, Lawson had responsibility for arranging the timetable for the President's visit to Dallas|As advance agent working closely with Sorrels, Lawson had responsibility for arranging the timetable for the President's visit to Dallas +LJ029-0043|and coordinating local activities with the White House staff, the organizations directly concerned with the visit, and local law enforcement officials.|and coordinating local activities with the White House staff, the organizations directly concerned with the visit, and local law enforcement officials. +LJ029-0044|Lawson's most important responsibilities were to take preventive action against anyone in Dallas considered a threat to the President,|Lawson's most important responsibilities were to take preventive action against anyone in Dallas considered a threat to the President, +LJ029-0045|to select the luncheon site and motorcade route, and to plan security measures for the luncheon and the motorcade.|to select the luncheon site and motorcade route, and to plan security measures for the luncheon and the motorcade. +LJ029-0046|Preventive Intelligence Activities. The Protective Research Section (PRS) of the Secret Service|Preventive Intelligence Activities. The Protective Research Section (PRS) of the Secret Service +LJ029-0047|maintains records of people who have threatened the President or so conducted themselves as to be deemed a potential danger to him.|maintains records of people who have threatened the President or so conducted themselves as to be deemed a potential danger to him. +LJ029-0048|On November 8, 1963,|On November eight, nineteen sixty-three, +LJ029-0049|after undertaking the responsibility for advance preparations for the visit to Dallas, Agent Lawson went to the PRS offices in Washington.|after undertaking the responsibility for advance preparations for the visit to Dallas, Agent Lawson went to the PRS offices in Washington. +LJ029-0050|A check of the geographic indexes there revealed no listing for any individual deemed to be a potential danger to the President|A check of the geographic indexes there revealed no listing for any individual deemed to be a potential danger to the President +LJ029-0051|in the territory of the Secret Service regional office which includes Dallas and Fort Worth.|in the territory of the Secret Service regional office which includes Dallas and Fort Worth. +LJ029-0052|To supplement the PRS files, the Secret Service depends largely on local police departments and local offices of other Federal agencies|To supplement the PRS files, the Secret Service depends largely on local police departments and local offices of other Federal agencies +LJ029-0053|which advise it of potential threats immediately before the visit of the President to their community.|which advise it of potential threats immediately before the visit of the President to their community. +LJ029-0054|Upon his arrival in Dallas on November 12|Upon his arrival in Dallas on November twelve +LJ029-0055|Lawson conferred with the local police and the local office of the Federal Bureau of Investigation about potential dangers to the President.|Lawson conferred with the local police and the local office of the Federal Bureau of Investigation about potential dangers to the President. +LJ029-0056|Although there was no mention in PRS files of the demonstration in Dallas against Ambassador Adlai Stevenson on October 24th,|Although there was no mention in PRS files of the demonstration in Dallas against Ambassador Adlai Stevenson on October twenty-fourth, +LJ029-0057|1963, Lawson inquired about the incident and obtained through the local police photographs of some of the persons involved.|nineteen sixty-three, Lawson inquired about the incident and obtained through the local police photographs of some of the persons involved. +LJ029-0058|On November 22 a Secret Service agent stood at the entrance to the Trade Mart, where the President was scheduled to speak, with copies of these photographs.|On November twenty-two a Secret Service agent stood at the entrance to the Trade Mart, where the President was scheduled to speak, with copies of these photographs. +LJ029-0059|Dallas detectives in the lobby of the Trade Mart and in the luncheon area also had copies of these photographs.|Dallas detectives in the lobby of the Trade Mart and in the luncheon area also had copies of these photographs. +LJ029-0060|A number of people who resembled some of those in the photographs were placed under surveillance at the Trade Mart.|A number of people who resembled some of those in the photographs were placed under surveillance at the Trade Mart. +LJ029-0061|The FBI office in Dallas gave the local Secret Service representatives the name of a possibly dangerous individual in the Dallas area who was investigated.|The FBI office in Dallas gave the local Secret Service representatives the name of a possibly dangerous individual in the Dallas area who was investigated. +LJ029-0062|It also advised the Secret Service of the circulation on November 21 of a handbill sharply critical of President Kennedy,|It also advised the Secret Service of the circulation on November twenty-one of a handbill sharply critical of President Kennedy, +LJ029-0063|discussed in chapter 6 of this report.|discussed in chapter six of this report. +LJ029-0064|Shortly before, the Dallas police had reported to the Secret Service that the handbill had appeared on the streets of Dallas.|Shortly before, the Dallas police had reported to the Secret Service that the handbill had appeared on the streets of Dallas. +LJ029-0065|Neither the Dallas police nor the FBI had yet learned the source of the handbill.|Neither the Dallas police nor the FBI had yet learned the source of the handbill. +LJ029-0066|No one else was identified to the Secret Service through local inquiry as potentially dangerous,|No one else was identified to the Secret Service through local inquiry as potentially dangerous, +LJ029-0067|nor did PRS develop any additional information between November 12, when Lawson left Washington, and November 22.|nor did PRS develop any additional information between November twelve, when Lawson left Washington, and November twenty-two. +LJ029-0068|The adequacy of the intelligence system maintained by the Secret Service at the time of the assassination,|The adequacy of the intelligence system maintained by the Secret Service at the time of the assassination, +LJ029-0069|including a detailed description of the available data on Lee Harvey Oswald and the reasons why his name had not been furnished to the Secret Service,|including a detailed description of the available data on Lee Harvey Oswald and the reasons why his name had not been furnished to the Secret Service, +LJ029-0070|is discussed in chapter 8.|is discussed in chapter eight. +LJ029-0071|An important purpose of the President's visit to Dallas was to speak at a luncheon given by business and civic leaders.|An important purpose of the President's visit to Dallas was to speak at a luncheon given by business and civic leaders. +LJ029-0072|The White House staff informed the Secret Service|The White House staff informed the Secret Service +LJ029-0073|that the President would arrive and depart from Dallas' Love Field; that a motorcade through the downtown area of Dallas to the luncheon site should be arranged;|that the President would arrive and depart from Dallas' Love Field; that a motorcade through the downtown area of Dallas to the luncheon site should be arranged; +LJ029-0074|and that following the luncheon the President would return to the airport by the most direct route.|and that following the luncheon the President would return to the airport by the most direct route. +LJ029-0075|Accordingly, it was important to determine the luncheon site as quickly as possible, so that security could be established at the site and the motorcade route selected.|Accordingly, it was important to determine the luncheon site as quickly as possible, so that security could be established at the site and the motorcade route selected. +LJ029-0076|On November 4, Gerald A. Behn, agent in charge of the White House detail, asked Sorrels to examine three potential sites for the luncheon.|On November four, Gerald A. Behn, agent in charge of the White House detail, asked Sorrels to examine three potential sites for the luncheon. +LJ029-0077|One building, Market Hall, was unavailable for November 22.|One building, Market Hall, was unavailable for November twenty-two. +LJ029-0078|The second, the Women's Building at the State Fair Grounds,|The second, the Women's Building at the State Fair Grounds, +LJ029-0079|was a one-story building with few entrances and easy to make secure, but it lacked necessary food-handling facilities|was a one-story building with few entrances and easy to make secure, but it lacked necessary food-handling facilities +LJ029-0080|and had certain unattractive features, including a low ceiling with exposed conduits and beams.|and had certain unattractive features, including a low ceiling with exposed conduits and beams. +LJ029-0081|The third possibility, the Trade Mart, a handsome new building with all the necessary facilities, presented security problems. It had numerous entrances,|The third possibility, the Trade Mart, a handsome new building with all the necessary facilities, presented security problems. It had numerous entrances, +LJ029-0082|several tiers of balconies surrounding the central court where the luncheon would be held, and several catwalks crossing the court at each level.|several tiers of balconies surrounding the central court where the luncheon would be held, and several catwalks crossing the court at each level. +LJ029-0083|On November 4, Sorrels told Behn he believed security difficulties at the Trade Mart could be overcome by special precautions.|On November four, Sorrels told Behn he believed security difficulties at the Trade Mart could be overcome by special precautions. +LJ029-0084|Lawson also evaluated the security hazards at the Trade Mart on November 13.|Lawson also evaluated the security hazards at the Trade Mart on November thirteen. +LJ029-0085|Kenneth O'Donnell made the final decision to hold the luncheon at the Trade Mart; Behn so notified Lawson on November 14.|Kenneth O'Donnell made the final decision to hold the luncheon at the Trade Mart; Behn so notified Lawson on November fourteen. +LJ029-0086|Once the Trade Mart had been selected, Sorrels and Lawson worked out detailed arrangements for security at the building.|Once the Trade Mart had been selected, Sorrels and Lawson worked out detailed arrangements for security at the building. +LJ029-0087|In addition to the preventive measures already mentioned, they provided for controlling access to the building, closing off and policing areas around it,|In addition to the preventive measures already mentioned, they provided for controlling access to the building, closing off and policing areas around it, +LJ029-0088|securing the roof and insuring the presence of numerous police officers inside and around the building.|securing the roof and insuring the presence of numerous police officers inside and around the building. +LJ029-0089|Ultimately more than 200 law enforcement officers, mainly Dallas police but including 8 Secret Service agents,|Ultimately more than two hundred law enforcement officers, mainly Dallas police but including eight Secret Service agents, +LJ029-0090|were deployed in and around the Trade Mart.|were deployed in and around the Trade Mart. +LJ029-0091|The Motorcade Route.|The Motorcade Route. +LJ029-0092|On November 8, when Lawson was briefed on the itinerary for the trip to Dallas,|On November eight, when Lawson was briefed on the itinerary for the trip to Dallas, +LJ029-0093|he was told that 45 minutes had been allotted for a motorcade procession from Love Field to the luncheon site.|he was told that forty-five minutes had been allotted for a motorcade procession from Love Field to the luncheon site. +LJ029-0094|Lawson was not specifically instructed to select the parade route, but he understood that this was one of his functions.|Lawson was not specifically instructed to select the parade route, but he understood that this was one of his functions. +LJ029-0095|Even before the Trade Mart had been definitely selected, Lawson and Sorrels began to consider the best motorcade route from Love Field to the Trade Mart.|Even before the Trade Mart had been definitely selected, Lawson and Sorrels began to consider the best motorcade route from Love Field to the Trade Mart. +LJ029-0096|On November 14, Lawson and Sorrels attended a meeting at Love Field|On November fourteen, Lawson and Sorrels attended a meeting at Love Field +LJ029-0097|and on their return to Dallas drove over the route which Sorrels believed best suited for the proposed motorcade.|and on their return to Dallas drove over the route which Sorrels believed best suited for the proposed motorcade. +LJ029-0098|This route, eventually selected for the motorcade from the airport to the Trade Mart, measured 10 miles and could be driven easily within the allotted 45 minutes.|This route, eventually selected for the motorcade from the airport to the Trade Mart, measured ten miles and could be driven easily within the allotted forty-five minutes. +LJ029-0099|From Love Field the route passed through a portion of suburban Dallas,|From Love Field the route passed through a portion of suburban Dallas, +LJ029-0100|through the downtown area along Main Street and then to the Trade Mart via Stemmons Freeway.|through the downtown area along Main Street and then to the Trade Mart via Stemmons Freeway. +LJ029-0101|For the President's return to Love Field following the luncheon, the agents selected the most direct route, which was approximately 4 miles.|For the President's return to Love Field following the luncheon, the agents selected the most direct route, which was approximately four miles. +LJ029-0102|After the selection of the Trade Mart as the luncheon site,|After the selection of the Trade Mart as the luncheon site, +LJ029-0103|Lawson and Sorrels met with Dallas Chief of Police Jesse E. Curry, Assistant Chief Charles Batchelor,|Lawson and Sorrels met with Dallas Chief of Police Jesse E. Curry, Assistant Chief Charles Batchelor, +LJ029-0104|Deputy Chief N. T. Fisher, and several other command officers to discuss details of the motorcade and possible routes.|Deputy Chief N. T. Fisher, and several other command officers to discuss details of the motorcade and possible routes. +LJ029-0105|The route was further reviewed by Lawson and Sorrels with Assistant Chief Batchelor and members of the local host committee on November 15.|The route was further reviewed by Lawson and Sorrels with Assistant Chief Batchelor and members of the local host committee on November fifteen. +LJ029-0106|The police officials agreed that the route recommended by Sorrels was the proper one and did not express a belief that any other route might be better.|The police officials agreed that the route recommended by Sorrels was the proper one and did not express a belief that any other route might be better. +LJ029-0107|On November 18,|On November eighteen, +LJ029-0108|Sorrels and Lawson drove over the selected route with Batchelor and other police officers, verifying that it could be traversed within 45 minutes.|Sorrels and Lawson drove over the selected route with Batchelor and other police officers, verifying that it could be traversed within forty-five minutes. +LJ029-0109|Representatives of the local host committee and the White House staff were advised by the Secret Service of the actual route on the afternoon of November 18.|Representatives of the local host committee and the White House staff were advised by the Secret Service of the actual route on the afternoon of November eighteen. +LJ029-0110|The route impressed the agents as a natural and desirable one.|The route impressed the agents as a natural and desirable one. +LJ029-0111|Sorrels, who had participated in Presidential protection assignments in Dallas since a visit by President Franklin D. Roosevelt|Sorrels, who had participated in Presidential protection assignments in Dallas since a visit by President Franklin D. Roosevelt +LJ029-0112|in 1936, as testified that the traditional parade route in Dallas was along Main Street, since the tall buildings along the street|in nineteen thirty-six, as testified that the traditional parade route in Dallas was along Main Street, since the tall buildings along the street +LJ029-0113|gave more people an opportunity to participate.|gave more people an opportunity to participate. +LJ029-0114|The route chosen from the airport to Main Street was the normal one, except where Harwood Street was selected as the means of access to Main Street|The route chosen from the airport to Main Street was the normal one, except where Harwood Street was selected as the means of access to Main Street +LJ029-0115|in preference to a short stretch of the Central Expressway, which presented a minor safety hazard|in preference to a short stretch of the Central Expressway, which presented a minor safety hazard +LJ029-0116|and could not accommodate spectators as conveniently as Harwood Street.|and could not accommodate spectators as conveniently as Harwood Street. +LJ029-0117|According to Lawson, the chosen route seemed to be the best.|According to Lawson, the chosen route seemed to be the best. +LJ029-0118|It afforded us wide streets most of the way, because of the buses that were in the motorcade.|It afforded us wide streets most of the way, because of the buses that were in the motorcade. +LJ029-0119|It afforded us a chance to have alternative routes if something happened on the motorcade route. It was the type of suburban area a good part of the way|It afforded us a chance to have alternative routes if something happened on the motorcade route. It was the type of suburban area a good part of the way +LJ029-0120|where the crowds would be able to be controlled for a great distance, and we figured that the largest crowds would be downtown, which they were,|where the crowds would be able to be controlled for a great distance, and we figured that the largest crowds would be downtown, which they were, +LJ029-0121|and that the wide streets that we would use downtown would be of sufficient width to keep the public out of our way.|and that the wide streets that we would use downtown would be of sufficient width to keep the public out of our way. +LJ029-0122|Elm Street, parallel to Main Street and one block north,|Elm Street, parallel to Main Street and one block north, +LJ029-0123|was not used for the main portion of the downtown part of the motorcade because Main Street offered better vantage points for spectators.|was not used for the main portion of the downtown part of the motorcade because Main Street offered better vantage points for spectators. +LJ029-0124|To reach the Trade Mart from Main Street the agents decided to use the Stemmons Freeway (Route No. 77), the most direct route.|To reach the Trade Mart from Main Street the agents decided to use the Stemmons Freeway (Route Number seventy-seven), the most direct route. +LJ029-0125|The only practical way for westbound traffic on Main Street|The only practical way for westbound traffic on Main Street +LJ029-0126|to reach the northbound lanes of the Stemmons Freeway is via Elm Street, which Route No. 77 traffic is instructed to follow in this part of the city.|to reach the northbound lanes of the Stemmons Freeway is via Elm Street, which Route Number seventy-seven traffic is instructed to follow in this part of the city. +LJ029-0127|Elm Street was to be reached from Main by turning right at Houston,|Elm Street was to be reached from Main by turning right at Houston, +LJ029-0128|going one block north and then turning left onto Elm.|going one block north and then turning left onto Elm. +LJ029-0129|On this last portion of the journey, only 5 minutes from the Trade Mart,|On this last portion of the journey, only five minutes from the Trade Mart, +LJ029-0130|the President's motorcade would pass the Texas School Book Depository Building on the northwest corner of Houston and Elm Streets.|the President's motorcade would pass the Texas School Book Depository Building on the northwest corner of Houston and Elm Streets. +LJ029-0131|The building overlooks Dealey Plaza, an attractively landscaped triangle of 3 acres.|The building overlooks Dealey Plaza, an attractively landscaped triangle of three acres. +LJ029-0132|From Houston Street, which forms the base of the triangle, three streets -- Commerce, Main, and Elm --|From Houston Street, which forms the base of the triangle, three streets -- Commerce, Main, and Elm -- +LJ029-0133|trisect the plaza, converging at the apex of the triangle to form a triple underpass beneath a multiple railroad bridge|trisect the plaza, converging at the apex of the triangle to form a triple underpass beneath a multiple railroad bridge +LJ029-0134|almost 500 feet from Houston Street.|almost five hundred feet from Houston Street. +LJ029-0135|Elm Street, the northernmost of the three, after intersecting Houston curves in a southwesterly arc|Elm Street, the northernmost of the three, after intersecting Houston curves in a southwesterly arc +LJ029-0136|through the underpass and leads into an access road,|through the underpass and leads into an access road, +LJ029-0137|which branches off to the right and is used by traffic going to the Stemmons Freeway and the Dallas-Fort Worth Turnpike.|which branches off to the right and is used by traffic going to the Stemmons Freeway and the Dallas-Fort Worth Turnpike. +LJ029-0138|The Elm Street approach to the Stemmons Freeway is necessary|The Elm Street approach to the Stemmons Freeway is necessary +LJ029-0139|in order to avoid the traffic hazards which would otherwise exist if right turns were permitted from both Main and Elm into the freeway.|in order to avoid the traffic hazards which would otherwise exist if right turns were permitted from both Main and Elm into the freeway. +LJ029-0140|To create this traffic pattern, a concrete barrier between Main and Elm Streets presents an obstacle to a right turn|To create this traffic pattern, a concrete barrier between Main and Elm Streets presents an obstacle to a right turn +LJ029-0141|from Main across Elm to the access road to Stemmons Freeway and the Dallas-Fort Worth Turnpike.|from Main across Elm to the access road to Stemmons Freeway and the Dallas-Fort Worth Turnpike. +LJ029-0142|This concrete barrier extends far enough beyond the access road to make it impracticable for vehicles to turn right from Main directly to the access road.|This concrete barrier extends far enough beyond the access road to make it impracticable for vehicles to turn right from Main directly to the access road. +LJ029-0143|A sign located on this barrier instructs Main Street traffic not to make any turns.|A sign located on this barrier instructs Main Street traffic not to make any turns. +LJ029-0144|In conformity with these arrangements, traffic proceeding west on Main is directed to turn right at Houston|In conformity with these arrangements, traffic proceeding west on Main is directed to turn right at Houston +LJ029-0145|in order to reach the Dallas-Fort Worth Turnpike, which has the same access road from Elm Street as does the Stemmons Freeway.|in order to reach the Dallas-Fort Worth Turnpike, which has the same access road from Elm Street as does the Stemmons Freeway. +LJ029-0146|The planning for the motorcade also included advance preparations for security arrangements along the route.|The planning for the motorcade also included advance preparations for security arrangements along the route. +LJ029-0147|Sorrels and Lawson reviewed the route in cooperation with Assistant Chief Bachelor and other Dallas police officials who took notes on the requirements|Sorrels and Lawson reviewed the route in cooperation with Assistant Chief Bachelor and other Dallas police officials who took notes on the requirements +LJ029-0148|for controlling the crowds and traffic, watching the overpasses, and providing motorcycle escort.|for controlling the crowds and traffic, watching the overpasses, and providing motorcycle escort. +LJ029-0149|To control traffic, arrangements were made for the deployment of foot patrolmen and motorcycle police at various positions along the route.|To control traffic, arrangements were made for the deployment of foot patrolmen and motorcycle police at various positions along the route. +LJ029-0150|Police were assigned to each overpass on the route and instructed to keep them clear of unauthorized persons.|Police were assigned to each overpass on the route and instructed to keep them clear of unauthorized persons. +LJ029-0151|No arrangements were made for police or building custodians|No arrangements were made for police or building custodians +LJ029-0152|to inspect buildings along the motorcade route since the Secret Service did not normally request or make such a check.|to inspect buildings along the motorcade route since the Secret Service did not normally request or make such a check. +LJ029-0153|Under standard procedures, the responsibility for watching the windows of buildings was shared by local police stationed along the route|Under standard procedures, the responsibility for watching the windows of buildings was shared by local police stationed along the route +LJ029-0154|and Secret Service agents riding in the motorcade.|and Secret Service agents riding in the motorcade. +LJ029-0155|As the date for the President's visit approached,|As the date for the President's visit approached, +LJ029-0156|the two Dallas newspapers carried several reports of his motorcade route.|the two Dallas newspapers carried several reports of his motorcade route. +LJ029-0157|The selection of the Trade Mart as the possible site for the luncheon first appeared in the Dallas Times-Herald on November 15, 1963.|The selection of the Trade Mart as the possible site for the luncheon first appeared in the Dallas Times-Herald on November fifteen, nineteen sixty-three. +LJ029-0158|The following day, the newspaper reported that the Presidential party|The following day, the newspaper reported that the Presidential party +LJ029-0159|quote, apparently will loop through the downtown area, probably on Main Street, en route from Dallas Love Field, end quote.|quote, apparently will loop through the downtown area, probably on Main Street, en route from Dallas Love Field, end quote. +LJ029-0160|on its way to the Trade Mart. On November 19, the Times-Herald afternoon paper detailed the precise route:|on its way to the Trade Mart. On November nineteen, the Times-Herald afternoon paper detailed the precise route: +LJ029-0161|From the airport, the President's party will proceed to Mockingbird Lane to Lemmon and then to Turtle Creek, turning south to Cedar Springs.|From the airport, the President's party will proceed to Mockingbird Lane to Lemmon and then to Turtle Creek, turning south to Cedar Springs. +LJ029-0162|The motorcade will then pass through downtown on Harwood|The motorcade will then pass through downtown on Harwood +LJ029-0163|and then west on Main, turning back to Elm at Houston and then out Stemmons Freeway to the Trade Mart.|and then west on Main, turning back to Elm at Houston and then out Stemmons Freeway to the Trade Mart. +LJ029-0164|Also on November 19, the Morning News reported that the President's motorcade would travel from Love Field along specified streets, then|Also on November nineteen, the Morning News reported that the President's motorcade would travel from Love Field along specified streets, then +LJ029-0165|Harwood to Main, Main to Houston, Houston to Elm, Elm under the Triple Underpass to Stemmons Freeway, and on to the Trade Mart.|Harwood to Main, Main to Houston, Houston to Elm, Elm under the Triple Underpass to Stemmons Freeway, and on to the Trade Mart. +LJ029-0166|On November 20 a front page story reported that the streets on which the Presidential motorcade would travel included "Main and Stemmons Freeway."|On November twenty a front page story reported that the streets on which the Presidential motorcade would travel included "Main and Stemmons Freeway." +LJ029-0167|On the morning of the President's arrival,|On the morning of the President's arrival, +LJ029-0168|the Morning News noted that the motorcade would travel through downtown Dallas onto the Stemmons Freeway, and reported that, quote, the motorcade will move slowly|the Morning News noted that the motorcade would travel through downtown Dallas onto the Stemmons Freeway, and reported that, quote, the motorcade will move slowly +LJ029-0169|so that crowds can get a good view of President Kennedy and his wife.|so that crowds can get a good view of President Kennedy and his wife. +LJ029-0170|Dallas Before the Visit|Dallas Before the Visit +LJ029-0171|The President's intention to pay a visit to Texas in the fall of 1963 aroused interest throughout the State.|The President's intention to pay a visit to Texas in the fall of nineteen sixty-three aroused interest throughout the State. +LJ029-0172|The two Dallas newspapers provided their readers with a steady stream of information and speculation about the trip,|The two Dallas newspapers provided their readers with a steady stream of information and speculation about the trip, +LJ029-0173|beginning on September 13, when the Times-Herald announced in a front page article that President Kennedy was planning a brief 1-day tour of four Texas cities|beginning on September thirteen, when the Times-Herald announced in a front page article that President Kennedy was planning a brief one-day tour of four Texas cities +LJ029-0174|Dallas, Fort Worth, San Antonio, and Houston|Dallas, Fort Worth, San Antonio, and Houston +LJ029-0175|Both Dallas papers cited White House sources on September 26 as confirming the President's intention to visit Texas on November 21 and 22,|Both Dallas papers cited White House sources on September twenty-six as confirming the President's intention to visit Texas on November twenty-one and twenty-two, +LJ029-0176|with Dallas scheduled as one of the stops.|with Dallas scheduled as one of the stops. +LJ029-0177|Articles, editorials, and letters to the editor in the Dallas Morning News and the Dallas Times-Herald after September 13|Articles, editorials, and letters to the editor in the Dallas Morning News and the Dallas Times-Herald after September thirteen +LJ029-0178|reflected the feeling in the community toward the forthcoming Presidential visit.|reflected the feeling in the community toward the forthcoming Presidential visit. +LJ029-0179|Although there were critical editorials and letters to the editors, the news stories reflected the desire of Dallas officials to welcome the President with dignity and courtesy.|Although there were critical editorials and letters to the editors, the news stories reflected the desire of Dallas officials to welcome the President with dignity and courtesy. +LJ029-0180|An editorial in the Times-Herald of September 17|An editorial in the Times-Herald of September seventeen +LJ029-0181|called on the people of Dallas to be "congenial hosts" even though "Dallas didn't vote for Mr. Kennedy in 1960,|called on the people of Dallas to be "congenial hosts" even though "Dallas didn't vote for Mr. Kennedy in nineteen sixty, +LJ029-0182|may not endorse him in '64.|may not endorse him in 'sixty-four. +LJ029-0183|On October 3 the Dallas Morning News quoted U.S. Representative Joe Pool's hope|On October three the Dallas Morning News quoted U.S. Representative Joe Pool's hope +LJ029-0184|that President Kennedy would receive a "good welcome" and would not face demonstrations like those encountered|that President Kennedy would receive a "good welcome" and would not face demonstrations like those encountered +LJ029-0185|by Vice President Johnson during the 1960 campaign.|by Vice President Johnson during the nineteen sixty campaign. +LJ029-0186|Increased concern about the President's visit was aroused by the incident involving the U.S. Ambassador to the United Nations, Adlai E. Stevenson.|Increased concern about the President's visit was aroused by the incident involving the U.S. Ambassador to the United Nations, Adlai E. Stevenson. +LJ029-0187|On the evening of October 24, 1963, after addressing a meeting in Dallas,|On the evening of October twenty-four, nineteen sixty-three, after addressing a meeting in Dallas, +LJ029-0189|The local, national, and international reaction to this incident evoked from Dallas officials and newspapers strong condemnations of the demonstrators.|The local, national, and international reaction to this incident evoked from Dallas officials and newspapers strong condemnations of the demonstrators. +LJ029-0190|Mayor Earle Cabell called on the city to redeem itself during President Kennedy's visit.|Mayor Earle Cabell called on the city to redeem itself during President Kennedy's visit. +LJ029-0191|He asserted that Dallas had shed its reputation of the twenties as the, quote, Southwest hate capital of Dixie, end quote|He asserted that Dallas had shed its reputation of the twenties as the, quote, Southwest hate capital of Dixie, end quote +LJ029-0192|On October 26 the press reported Chief of Police Curry's plans|On October twenty-six the press reported Chief of Police Curry's plans +LJ029-0193|to call in 100 extra off-duty officers to help protect President Kennedy.|to call in one hundred extra off-duty officers to help protect President Kennedy. +LJ029-0194|Any thought that the President might cancel his visit to Dallas was ended|Any thought that the President might cancel his visit to Dallas was ended +LJ029-0195|when Governor Connally confirmed on November 8 that the President would come to Texas on November 21 and 22,|when Governor Connally confirmed on November eight that the President would come to Texas on November twenty-one and twenty-two, +LJ029-0196|and that he would visit San Antonio, Houston, Fort Worth, Dallas, and Austin.|and that he would visit San Antonio, Houston, Fort Worth, Dallas, and Austin. +LJ029-0197|During November the Dallas papers reported frequently on the plans for protecting the President, stressing the thoroughness of the preparations.|During November the Dallas papers reported frequently on the plans for protecting the President, stressing the thoroughness of the preparations. +LJ029-0198|They conveyed the pleas of Dallas leaders that citizens not demonstrate or create disturbances during the President's visit.|They conveyed the pleas of Dallas leaders that citizens not demonstrate or create disturbances during the President's visit. +LJ029-0199|On November 18 the Dallas City Council adopted a new city ordinance prohibiting interference with attendance at lawful assemblies.|On November eighteen the Dallas City Council adopted a new city ordinance prohibiting interference with attendance at lawful assemblies. +LJ029-0200|Two days before the President's arrival Chief Curry warned that the Dallas police would not permit improper conduct during the President's visit.|Two days before the President's arrival Chief Curry warned that the Dallas police would not permit improper conduct during the President's visit. +LJ029-0201|Meanwhile, on November 17|Meanwhile, on November seventeen +LJ029-0202|the president of the Dallas Chamber of Commerce referred to the city's reputation for being the friendliest town in America and asserted that citizens would, quote,|the president of the Dallas Chamber of Commerce referred to the city's reputation for being the friendliest town in America and asserted that citizens would, quote, +LJ029-0203|greet the President of the United States with the warmth and pride that keep the Dallas spirit famous the world over, end quote,|greet the President of the United States with the warmth and pride that keep the Dallas spirit famous the world over, end quote, +LJ029-0204|Two days later, a local Republican leader called for a "civilized nonpartisan" welcome|Two days later, a local Republican leader called for a "civilized nonpartisan" welcome +LJ029-0205|for President Kennedy, stating that "in many respects Dallas County has isolated itself from the main stream of life in the world in this decade.|for President Kennedy, stating that "in many respects Dallas County has isolated itself from the main stream of life in the world in this decade. +LJ029-0206|Another reaction to the impending visit -- hostile to the President -- came to a head shortly before his arrival.|Another reaction to the impending visit -- hostile to the President -- came to a head shortly before his arrival. +LJ029-0207|On November 21 there appeared on the streets of Dallas the anonymous handbill mentioned above.|On November twenty-one there appeared on the streets of Dallas the anonymous handbill mentioned above. +LJ029-0208|It was fashioned after the "wanted" circulars issued by law enforcement agencies.|It was fashioned after the "wanted" circulars issued by law enforcement agencies. +LJ029-0209|Beneath two photographs of President Kennedy, one full- face and one profile, appeared the caption, quote, Wanted for Treason,|Beneath two photographs of President Kennedy, one full- face and one profile, appeared the caption, quote, Wanted for Treason, +LJ029-0210|end quote, followed by a scurrilous bill of particulars that constituted a vilification of the President.|end quote, followed by a scurrilous bill of particulars that constituted a vilification of the President. +LJ029-0211|And on the morning of the President's arrival, there appeared in the Morning News a full, black-bordered advertisement headed:|And on the morning of the President's arrival, there appeared in the Morning News a full, black-bordered advertisement headed: +LJ029-0212|"Welcome Mr. Kennedy to Dallas," sponsored by the American Fact-finding Committee, which the sponsor later testified was an ad hoc committee|"Welcome Mr. Kennedy to Dallas," sponsored by the American Fact-finding Committee, which the sponsor later testified was an ad hoc committee +LJ029-0213|quote, formed strictly for the purpose of having a name to put in the paper, end quote,|quote, formed strictly for the purpose of having a name to put in the paper, end quote, +LJ030-0001|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy.|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. +LJ030-0002|Chapter 2. The Assassination: Part 2.|Chapter two. The Assassination: Part two. +LJ030-0003|Visits to Other Texas Cities|Visits to Other Texas Cities +LJ030-0004|The trip to Texas began with the departure of President and Mrs. Kennedy from the White House|The trip to Texas began with the departure of President and Mrs. Kennedy from the White House +LJ030-0005|by helicopter at 10:45 A.M., Eastern Standard Time, on November 21, 1963, for Andrews Air Force Base.|by helicopter at ten:forty-five A.M., Eastern Standard Time, on November twenty-one, nineteen sixty-three, for Andrews Air Force Base. +LJ030-0006|They took off in the Presidential plane, Air Force One, at 11 a.m., arriving at San Antonio at 1:30 p.m., Eastern Standard Time.|They took off in the Presidential plane, Air Force One, at eleven a.m., arriving at San Antonio at one:thirty p.m., Eastern Standard Time. +LJ030-0007|They were greeted by Vice President Johnson and Governor Connally, who joined the Presidential party in a motorcade through San Antonio.|They were greeted by Vice President Johnson and Governor Connally, who joined the Presidential party in a motorcade through San Antonio. +LJ030-0008|During the afternoon, President Kennedy dedicated the U.S. Air Force School of Aerospace Medicine at Brooks Air Force Base.|During the afternoon, President Kennedy dedicated the U.S. Air Force School of Aerospace Medicine at Brooks Air Force Base. +LJ030-0009|Late in the afternoon he flew to Houston where he rode through the city in a motorcade,|Late in the afternoon he flew to Houston where he rode through the city in a motorcade, +LJ030-0010|spoke at the Rice University Stadium, and attended a dinner in honor of U.S. Representative Albert Thomas.|spoke at the Rice University Stadium, and attended a dinner in honor of U.S. Representative Albert Thomas. +LJ030-0011|At Rice Stadium a very large, enthusiastic crowd greeted the President.|At Rice Stadium a very large, enthusiastic crowd greeted the President. +LJ030-0012|In Houston, as elsewhere during the trip, the crowds showed much interest in Mrs. Kennedy.|In Houston, as elsewhere during the trip, the crowds showed much interest in Mrs. Kennedy. +LJ030-0013|David F. Powers of the President's staff later stated that when the President asked for his assessment of the day's activities, Powers replied|David F. Powers of the President's staff later stated that when the President asked for his assessment of the day's activities, Powers replied +LJ030-0014|quote, that the crowd was about the same as the one which came to see him before but there were 100,000 extra people on hand who came to see Mrs. Kennedy.|quote, that the crowd was about the same as the one which came to see him before but there were one hundred thousand extra people on hand who came to see Mrs. Kennedy. +LJ030-0015|Late in the evening, the Presidential party flew to Fort Worth where they spent the night at the Texas Hotel.|Late in the evening, the Presidential party flew to Fort Worth where they spent the night at the Texas Hotel. +LJ030-0016|On the morning of November 22, President Kennedy attended a breakfast at the hotel and afterward addressed a crowd at an open parking lot.|On the morning of November twenty-two, President Kennedy attended a breakfast at the hotel and afterward addressed a crowd at an open parking lot. +LJ030-0017|The President liked outdoor appearances because more people could see and hear him.|The President liked outdoor appearances because more people could see and hear him. +LJ030-0018|Before leaving the hotel, the President, Mrs. Kennedy, and Kenneth O'Donnell talked about the risks inherent in Presidential public appearances.|Before leaving the hotel, the President, Mrs. Kennedy, and Kenneth O'Donnell talked about the risks inherent in Presidential public appearances. +LJ030-0019|According to O'Donnell, the President commented that, quote,|According to O'Donnell, the President commented that, quote, +LJ030-0020|if anybody really wanted to shoot the President of the United States, it was not a very difficult job|if anybody really wanted to shoot the President of the United States, it was not a very difficult job +LJ030-0021|all one had to do was get a high building someday with a telescopic rifle, and there was nothing anybody could do to defend against such an attempt.|all one had to do was get a high building someday with a telescopic rifle, and there was nothing anybody could do to defend against such an attempt. +LJ030-0022|Upon concluding the conversation, the President prepared to depart for Dallas.|Upon concluding the conversation, the President prepared to depart for Dallas. +LJ030-0023|Arrival at Love Field|Arrival at Love Field +LJ030-0024|In Dallas the rain had stopped, and by midmorning a gloomy overcast sky had given way to the bright sunshine that greeted the Presidential party|In Dallas the rain had stopped, and by midmorning a gloomy overcast sky had given way to the bright sunshine that greeted the Presidential party +LJ030-0025|when Air Force One touched down at Love Field at 11:40 a.m., Eastern Standard Time.|when Air Force One touched down at Love Field at eleven:forty a.m., Eastern Standard Time. +LJ030-0026|Governor and Mrs. Connally and Senator Ralph W. Yarborough had come with the President from Fort Worth.|Governor and Mrs. Connally and Senator Ralph W. Yarborough had come with the President from Fort Worth. +LJ030-0027|Vice President Johnson's airplane, Air Force Two, had arrived at Love Field at approximately 11:35 a.m.,|Vice President Johnson's airplane, Air Force Two, had arrived at Love Field at approximately eleven:thirty-five a.m., +LJ030-0028|and the Vice President and Mrs. Johnson were in the receiving line to greet President and Mrs. Kennedy.|and the Vice President and Mrs. Johnson were in the receiving line to greet President and Mrs. Kennedy. +LJ030-0029|After a welcome from the Dallas reception committee,|After a welcome from the Dallas reception committee, +LJ030-0030|President and Mrs. Kennedy walked along a chain-link fence at the reception area greeting a large crowd of spectators that had gathered behind it.|President and Mrs. Kennedy walked along a chain-link fence at the reception area greeting a large crowd of spectators that had gathered behind it. +LJ030-0031|Secret Service agents formed a cordon to keep the press and photographers from impeding their passage and scanned the crowd for threatening movements.|Secret Service agents formed a cordon to keep the press and photographers from impeding their passage and scanned the crowd for threatening movements. +LJ030-0032|Dallas police stood at intervals along the fence and Dallas plain clothes men mixed in the crowd.|Dallas police stood at intervals along the fence and Dallas plain clothes men mixed in the crowd. +LJ030-0033|Vice President and Mrs. Johnson followed along the fence, guarded by four members of the Vice-Presidential detail.|Vice President and Mrs. Johnson followed along the fence, guarded by four members of the Vice-Presidential detail. +LJ030-0034|Approximately 10 minutes after the arrival at Love Field, the President and Mrs. Kennedy went to the Presidential automobile to begin the motorcade.|Approximately ten minutes after the arrival at Love Field, the President and Mrs. Kennedy went to the Presidential automobile to begin the motorcade. +LJ030-0035|Organization of the Motorcade|Organization of the Motorcade +LJ030-0036|Secret Service arrangements for Presidential trips, which were followed in the Dallas motorcade,|Secret Service arrangements for Presidential trips, which were followed in the Dallas motorcade, +LJ030-0037|are designed to provide protection while permitting large numbers of people to see the President.|are designed to provide protection while permitting large numbers of people to see the President. +LJ030-0038|Every effort is made to prevent unscheduled stops, although the President may, and in Dallas did, order stops in order to greet the public.|Every effort is made to prevent unscheduled stops, although the President may, and in Dallas did, order stops in order to greet the public. +LJ030-0039|Men the motorcade slows or stops, agents take positions between the President and the crowd.|Men the motorcade slows or stops, agents take positions between the President and the crowd. +LJ030-0040|The order of vehicles in the Dallas motorcade was as follows:|The order of vehicles in the Dallas motorcade was as follows: +LJ030-0041|Motorcycles. -- Dallas police motorcycles preceded the pilot car.|Motorcycles. -- Dallas police motorcycles preceded the pilot car. +LJ030-0042|Manned by officers of the Dallas Police Department, this automobile preceded the main party by approximately quarter of a mile.|Manned by officers of the Dallas Police Department, this automobile preceded the main party by approximately quarter of a mile. +LJ030-0043|Its function was to alert police along the route that the motorcade was approaching and to check for signs of trouble.|Its function was to alert police along the route that the motorcade was approaching and to check for signs of trouble. +LJ030-0044|Motorcycles. -- Next came four to six motorcycle policemen whose main purpose was to keep the crowd back.|Motorcycles. -- Next came four to six motorcycle policemen whose main purpose was to keep the crowd back. +LJ030-0045|The lead car. -- Described as a "rolling command car," this was an unmarked Dallas police car, driven by Chief of Police Curry|The lead car. -- Described as a "rolling command car," this was an unmarked Dallas police car, driven by Chief of Police Curry +LJ030-0046|and occupied by Secret Service Agents Sorrels and Lawson and by Dallas County Sheriff J. E. Decker.|and occupied by Secret Service Agents Sorrels and Lawson and by Dallas County Sheriff J. E. Decker. +LJ030-0047|The occupants scanned the crowd and the buildings along the route.|The occupants scanned the crowd and the buildings along the route. +LJ030-0048|Their main function was to spot trouble in advance and to direct any necessary steps to meet the trouble.|Their main function was to spot trouble in advance and to direct any necessary steps to meet the trouble. +LJ030-0049|Following normal practice, the lead automobile stayed approximately 4 to 5 car lengths ahead of the President's limousine.|Following normal practice, the lead automobile stayed approximately four to five car lengths ahead of the President's limousine. +LJ030-0050|The Presidential limousine.|The Presidential limousine. +LJ030-0051|The President's automobile was specially designed 1961 Lincoln convertible|The President's automobile was specially designed nineteen sixty-one Lincoln convertible +LJ030-0052|with two collapsible jump seats between the front and rear seats.|with two collapsible jump seats between the front and rear seats. +LJ030-0053|It was outfitted with a clear plastic bubbletop which was neither bulletproof nor bullet resistant.|It was outfitted with a clear plastic bubbletop which was neither bulletproof nor bullet resistant. +LJ030-0054|Because the skies had cleared in Dallas, Lawson directed that the top not be used for the day's activities.|Because the skies had cleared in Dallas, Lawson directed that the top not be used for the day's activities. +LJ030-0055|He acted on instructions he had received earlier from Assistant Special Agent in Charge Roy H. Kellerman, who was in Fort Worth with the President.|He acted on instructions he had received earlier from Assistant Special Agent in Charge Roy H. Kellerman, who was in Fort Worth with the President. +LJ030-0056|Kellerman had discussed the matter with O'Donnell, whose instructions were, quote,|Kellerman had discussed the matter with O'Donnell, whose instructions were, quote, +LJ030-0057|If the weather is clear and it is not raining, have that bubbletop off, end quote,|If the weather is clear and it is not raining, have that bubbletop off, end quote, +LJ030-0058|Elevated approximately 15 inches above the back of the front seat|Elevated approximately fifteen inches above the back of the front seat +LJ030-0059|was a metallic frame with four handholds that riders in the car could grip while standing in the rear seat during parades.|was a metallic frame with four handholds that riders in the car could grip while standing in the rear seat during parades. +LJ030-0060|At the rear on each side of the automobile were small running boards, each designed to hold a Secret Service agent,|At the rear on each side of the automobile were small running boards, each designed to hold a Secret Service agent, +LJ030-0061|with a metallic handle for the rider to grasp.|with a metallic handle for the rider to grasp. +LJ030-0062|The President had frequently stated that he did not want agents to ride on these steps during a motorcade except when necessary.|The President had frequently stated that he did not want agents to ride on these steps during a motorcade except when necessary. +LJ030-0063|He had repeated this wish only a few days before, during his visit to Tampa, Florida.|He had repeated this wish only a few days before, during his visit to Tampa, Florida. +LJ030-0064|President Kennedy rode on the right-hand side of the rear seat with Mrs. Kennedy on his left.|President Kennedy rode on the right-hand side of the rear seat with Mrs. Kennedy on his left. +LJ030-0065|Governor Connally occupied the right jump seat, Mrs. Connally the left.|Governor Connally occupied the right jump seat, Mrs. Connally the left. +LJ030-0066|Driving the Presidential limousine was Special Agent William R. Greer of the Secret Service;|Driving the Presidential limousine was Special Agent William R. Greer of the Secret Service; +LJ030-0067|on his right sat Kellerman.|on his right sat Kellerman. +LJ030-0068|Kellerman's responsibilities included maintaining radio communications with the lead and follow-up cars,|Kellerman's responsibilities included maintaining radio communications with the lead and follow-up cars, +LJ030-0069|scanning the route, and getting out and standing near the President when the cars stopped.|scanning the route, and getting out and standing near the President when the cars stopped. +LJ030-0070|Motorcycles. -- Four motorcycles, two on each side, flanked the rear of the Presidential car.|Motorcycles. -- Four motorcycles, two on each side, flanked the rear of the Presidential car. +LJ030-0071|They provided some cover for the President, but their main purpose was to keep back the crowd.|They provided some cover for the President, but their main purpose was to keep back the crowd. +LJ030-0072|On previous occasions, the President had requested that, to the extent possible, these flanking motorcycles keep back from the sides of his car.|On previous occasions, the President had requested that, to the extent possible, these flanking motorcycles keep back from the sides of his car. +LJ030-0073|Presidential follow-up car.|Presidential follow-up car. +LJ030-0074|This vehicle, a 1955 Cadillac eight-passenger convertible especially outfitted for the Secret Service,|This vehicle, a nineteen fifty-five Cadillac eight-passenger convertible especially outfitted for the Secret Service, +LJ030-0075|followed closely behind the President's automobile.|followed closely behind the President's automobile. +LJ030-0076|It carried eight Secret Service agents -- two in the front seat, two in the rear, and two on each of the right and left running boards.|It carried eight Secret Service agents -- two in the front seat, two in the rear, and two on each of the right and left running boards. +LJ030-0077|Each agent carried a .38-caliber pistol, and a shotgun and automatic rifle were also available.|Each agent carried a thirty-eight-caliber pistol, and a shotgun and automatic rifle were also available. +LJ030-0078|Presidential Assistants David F. Powers and Kenneth O'Donnell sat in the right and left jump seats, respectively.|Presidential Assistants David F. Powers and Kenneth O'Donnell sat in the right and left jump seats, respectively. +LJ030-0079|The agents in this car, under established procedure, had instructions to watch the route for signs of trouble,|The agents in this car, under established procedure, had instructions to watch the route for signs of trouble, +LJ030-0080|scanning not only the crowds but the windows and roofs of buildings, overpasses, and crossings.|scanning not only the crowds but the windows and roofs of buildings, overpasses, and crossings. +LJ030-0081|They were instructed to watch particularly for thrown objects, sudden actions in the crowd, and any movements toward the Presidential car.|They were instructed to watch particularly for thrown objects, sudden actions in the crowd, and any movements toward the Presidential car. +LJ030-0082|The agents on the front of the running boards had directions to move immediately to positions just to the rear of the President and Mrs. Kennedy when the President's car slowed|The agents on the front of the running boards had directions to move immediately to positions just to the rear of the President and Mrs. Kennedy when the President's car slowed +LJ030-0083|to a walking pace or stopped,|to a walking pace or stopped, +LJ030-0084|or when the press of the crowd made it impossible for the escort motorcycles to stay in position on the car's rear flanks.|or when the press of the crowd made it impossible for the escort motorcycles to stay in position on the car's rear flanks. +LJ030-0085|The two agents on the rear of the running boards were to advance toward the front of the President's car whenever it stopped or slowed down sufficiently for them to do so.|The two agents on the rear of the running boards were to advance toward the front of the President's car whenever it stopped or slowed down sufficiently for them to do so. +LJ030-0086|Vice-Presidential car.|Vice-Presidential car. +LJ030-0087|The Vice-Presidential automobile, a four-door Lincoln convertible obtained locally for use in the motorcade,|The Vice-Presidential automobile, a four-door Lincoln convertible obtained locally for use in the motorcade, +LJ030-0088|proceeded approximately two to three car lengths behind the President's follow-up car.|proceeded approximately two to three car lengths behind the President's follow-up car. +LJ030-0089|This distance was maintained so that spectators would normally turn their gaze from the President's automobile by the time the Vice President came into view.|This distance was maintained so that spectators would normally turn their gaze from the President's automobile by the time the Vice President came into view. +LJ030-0090|Vice President Johnson sat on the right-hand side of the rear seat, Mrs. Johnson in the center, and Senator Yarborough on the left.|Vice President Johnson sat on the right-hand side of the rear seat, Mrs. Johnson in the center, and Senator Yarborough on the left. +LJ030-0091|Rufus W. Youngblood, special agent in charge of the Vice President's detail,|Rufus W. Youngblood, special agent in charge of the Vice President's detail, +LJ030-0092|occupied the right-hand side of the front seat, and Hurchel Jacks of the Texas State Highway patrol was the driver.|occupied the right-hand side of the front seat, and Hurchel Jacks of the Texas State Highway patrol was the driver. +LJ030-0093|Vice-Presidential follow-up car.|Vice-Presidential follow-up car. +LJ030-0094|Driven by an officer of the Dallas Police Department,|Driven by an officer of the Dallas Police Department, +LJ030-0095|this vehicle was occupied by three Secret Service agents and Clifton C. Garter, assistant to the Vice President.|this vehicle was occupied by three Secret Service agents and Clifton C. Garter, assistant to the Vice President. +LJ030-0096|These agents performed for the Vice President the same functions that the agents in the Presidential follow-up car performed for the President.|These agents performed for the Vice President the same functions that the agents in the Presidential follow-up car performed for the President. +LJ030-0097|Remainder of motorcade.|Remainder of motorcade. +LJ030-0099|telephone and Western Union vehicles, a White House communications car,|telephone and Western Union vehicles, a White House communications car, +LJ030-0100|three cars for press photographers, an official party bus for White House staff members and others, and two press buses.|three cars for press photographers, an official party bus for White House staff members and others, and two press buses. +LJ030-0101|Admiral George G. Burkley, physician to the President,|Admiral George G. Burkley, physician to the President, +LJ030-0102|was in a car following those, quote, containing the local and national representatives, end quote,|was in a car following those, quote, containing the local and national representatives, end quote, +LJ030-0103|Police car and motorcycles.|Police car and motorcycles. +LJ030-0104|A Dallas police car and several motorcycles at the rear kept the motorcade together and prevented unauthorized vehicles from joining the motorcade.|A Dallas police car and several motorcycles at the rear kept the motorcade together and prevented unauthorized vehicles from joining the motorcade. +LJ030-0105|Communications in the motorcade.|Communications in the motorcade. +LJ030-0106|A base station at a fixed location in Dallas operated a radio network which linked together the lead car,|A base station at a fixed location in Dallas operated a radio network which linked together the lead car, +LJ030-0107|Presidential car, Presidential follow-up car,|Presidential car, Presidential follow-up car, +LJ030-0108|White House communications car, Trade Mart, Love Field, and the Presidential and Vice-Presidential airplanes.|White House communications car, Trade Mart, Love Field, and the Presidential and Vice-Presidential airplanes. +LJ030-0109|The Vice-Presidential car|The Vice-Presidential car +LJ030-0110|and Vice-Presidential follow-up car used portable sets with a separate frequency for their own car-to-car communication.|and Vice-Presidential follow-up car used portable sets with a separate frequency for their own car-to-car communication. +LJ030-0111|The Drive through Dallas|The Drive through Dallas +LJ030-0112|The motorcade left Love Field shortly after 11:50 a.m. and drove at speeds up to 25 to 30 miles an hour|The motorcade left Love Field shortly after eleven:fifty a.m. and drove at speeds up to twenty-five to thirty miles an hour +LJ030-0113|through thinly populated areas on the outskirts of Dallas.|through thinly populated areas on the outskirts of Dallas. +LJ030-0114|At the President's direction, his automobile stopped twice, the first time to permit him to respond to a sign asking him to shake hands.|At the President's direction, his automobile stopped twice, the first time to permit him to respond to a sign asking him to shake hands. +LJ030-0115|During this brief stop, agents in the front positions on the running boards of the Presidential follow-up car came forward and stood beside the President's car,|During this brief stop, agents in the front positions on the running boards of the Presidential follow-up car came forward and stood beside the President's car, +LJ030-0116|looking out toward the crowd, and Special Agent Kellerman assumed his position next to the car.|looking out toward the crowd, and Special Agent Kellerman assumed his position next to the car. +LJ030-0117|On the other occasion, the President halted the motorcade to speak to a Catholic nun and a group of small children.|On the other occasion, the President halted the motorcade to speak to a Catholic nun and a group of small children. +LJ030-0118|In the downtown area, large crowds of spectators gave the President a tremendous reception.|In the downtown area, large crowds of spectators gave the President a tremendous reception. +LJ030-0119|The crowds were so dense that Special Agent Clinton J. Hill|The crowds were so dense that Special Agent Clinton J. Hill +LJ030-0120|had to leave the left front running board of the President's follow-up car four times to ride on the rear of the President's limousine.|had to leave the left front running board of the President's follow-up car four times to ride on the rear of the President's limousine. +LJ030-0121|Several times Special Agent John D. Ready came forward from the right front running board of the Presidential follow-up car|Several times Special Agent John D. Ready came forward from the right front running board of the Presidential follow-up car +LJ030-0122|to the right side of the President's car.|to the right side of the President's car. +LJ030-0123|Special Agent Glen A. Bennett once left his place inside the follow-up car to help keep the crowd away from the President's car.|Special Agent Glen A. Bennett once left his place inside the follow-up car to help keep the crowd away from the President's car. +LJ030-0124|When a teenage boy ran toward the rear of the President's car, Ready left the running board to chase the boy back into the crowd.|When a teenage boy ran toward the rear of the President's car, Ready left the running board to chase the boy back into the crowd. +LJ030-0125|On several occasions when the Vice President's car was slowed down by the throng, Special Agent Youngblood stepped out to hold the crowd back.|On several occasions when the Vice President's car was slowed down by the throng, Special Agent Youngblood stepped out to hold the crowd back. +LJ030-0126|According to plan, the President's motorcade proceeded west through downtown Dallas on Main Street|According to plan, the President's motorcade proceeded west through downtown Dallas on Main Street +LJ030-0127|to the intersection of Houston Street, which marks the beginning of Dealey Plaza.|to the intersection of Houston Street, which marks the beginning of Dealey Plaza. +LJ030-0128|From Main Street the motorcade turned right and went north on Houston Street, passing tall buildings on the right,|From Main Street the motorcade turned right and went north on Houston Street, passing tall buildings on the right, +LJ030-0129|and headed toward the Texas School Book Depository Building.|and headed toward the Texas School Book Depository Building. +LJ030-0130|The spectators were still thickly congregated in front of the buildings which lined the east side of Houston Street, but the crowd thinned abruptly along Elm Street,|The spectators were still thickly congregated in front of the buildings which lined the east side of Houston Street, but the crowd thinned abruptly along Elm Street, +LJ030-0131|which curves in a southwesterly direction as it proceeds downgrade toward the Triple Underpass and the Stemmons Freeway.|which curves in a southwesterly direction as it proceeds downgrade toward the Triple Underpass and the Stemmons Freeway. +LJ030-0132|As the motorcade approached the intersection of Houston and Elm Streets, there was general gratification in the Presidential party about the enthusiastic reception.|As the motorcade approached the intersection of Houston and Elm Streets, there was general gratification in the Presidential party about the enthusiastic reception. +LJ030-0133|Evaluating the political overtones, Kenneth O'Donnell was especially pleased|Evaluating the political overtones, Kenneth O'Donnell was especially pleased +LJ030-0134|because it convinced him that the average Dallas resident was like other American citizens in respecting and admiring the President.|because it convinced him that the average Dallas resident was like other American citizens in respecting and admiring the President. +LJ030-0135|Mrs. Connally, elated by the reception, turned to President Kennedy and said, quote, Mr. President, you can't say Dallas doesn't love you.|Mrs. Connally, elated by the reception, turned to President Kennedy and said, quote, Mr. President, you can't say Dallas doesn't love you. +LJ030-0136|end quote, the President replied, "That is very obvious."|end quote, the President replied, "That is very obvious." +LJ030-0137|The Assassination|The Assassination +LJ030-0138|At 12:30 p.m., Eastern Standard Time, as the President's open limousine proceeded at approximately 11 miles per hour along Elm Street|At twelve:thirty p.m., Eastern Standard Time, as the President's open limousine proceeded at approximately eleven miles per hour along Elm Street +LJ030-0139|toward the Triple Underpass, shots fired from a rifle mortally wounded President Kennedy and seriously injured Governor Connally.|toward the Triple Underpass, shots fired from a rifle mortally wounded President Kennedy and seriously injured Governor Connally. +LJ030-0140|One bullet passed through the President's neck;|One bullet passed through the President's neck; +LJ030-0141|a subsequent bullet, which was lethal, shattered the right side of his skull.|a subsequent bullet, which was lethal, shattered the right side of his skull. +LJ030-0142|Governor Connally sustained bullet wounds in his back, the right side of his chest, right wrist, and left thigh.|Governor Connally sustained bullet wounds in his back, the right side of his chest, right wrist, and left thigh. +LJ030-0143|The exact time of the assassination was fixed by the testimony of four witnesses.|The exact time of the assassination was fixed by the testimony of four witnesses. +LJ030-0144|Special Agent Rufus W. Youngblood observed that the large electric sign clock atop the Texas School Book Depository Building|Special Agent Rufus W. Youngblood observed that the large electric sign clock atop the Texas School Book Depository Building +LJ030-0145|showed the numerals 12:30 as the Vice-Presidential automobile proceeded north on Houston Street, a few seconds before the shots were fired.|showed the numerals twelve:thirty as the Vice-Presidential automobile proceeded north on Houston Street, a few seconds before the shots were fired. +LJ030-0146|Just prior to the shooting, David F. Powers, riding in the Secret Service follow-up car, remarked to Kenneth O'Donnell|Just prior to the shooting, David F. Powers, riding in the Secret Service follow-up car, remarked to Kenneth O'Donnell +LJ030-0147|that it was 12:30 p.m., the time they were due at the Trade Mart.|that it was twelve:thirty p.m., the time they were due at the Trade Mart. +LJ030-0148|Seconds after the shooting, Roy Kellerman, riding in the front seat of the Presidential limousine,|Seconds after the shooting, Roy Kellerman, riding in the front seat of the Presidential limousine, +LJ030-0149|looked at his watch and said "12:30" to the driver, Special Agent Greer.|looked at his watch and said "twelve:thirty" to the driver, Special Agent Greer. +LJ030-0150|The Dallas police radio log reflects that Chief of Police Curry reported the shooting of the President|The Dallas police radio log reflects that Chief of Police Curry reported the shooting of the President +LJ030-0151|and issued his initial orders at 12:30 p.m.|and issued his initial orders at twelve:thirty p.m. +LJ030-0152|Speed of the Limousine|Speed of the Limousine +LJ030-0153|William Greer, operator of the Presidential limousine, estimated the car's speed at the time of the first shot as 12 to 15 miles per hour.|William Greer, operator of the Presidential limousine, estimated the car's speed at the time of the first shot as twelve to fifteen miles per hour. +LJ030-0154|Other witnesses in the motorcade estimated the speed of the President's limousine from 7 to 22 miles per hour.|Other witnesses in the motorcade estimated the speed of the President's limousine from seven to twenty-two miles per hour. +LJ030-0155|A more precise determination has been made from motion pictures taken on the scene by an amateur photographer, Abraham Zapruder.|A more precise determination has been made from motion pictures taken on the scene by an amateur photographer, Abraham Zapruder. +LJ030-0156|Based on these films, the speed of the President's automobile is computed at an average speed of 11.2 miles per hour.|Based on these films, the speed of the President's automobile is computed at an average speed of eleven point two miles per hour. +LJ030-0157|The car maintained this average speed over a distance of approximately 186 feet immediately preceding the shot which struck the President in the head.|The car maintained this average speed over a distance of approximately one hundred eighty-six feet immediately preceding the shot which struck the President in the head. +LJ030-0158|While the car traveled this distance, the Zapruder camera ran 152 frames.|While the car traveled this distance, the Zapruder camera ran one hundred fifty-two frames. +LJ030-0159|Since the camera operates at a speed of 18.3 frames per second,|Since the camera operates at a speed of eighteen point three frames per second, +LJ030-0160|it was calculated that the car required 8.3 seconds to cover the 136 feet.|it was calculated that the car required eight point three seconds to cover the one hundred thirty-six feet. +LJ030-0161|This represents a speed of 11.2 miles per hour.|This represents a speed of eleven point two miles per hour. +LJ030-0162|In the Presidential Limousine|In the Presidential Limousine +LJ030-0163|Mrs. John F. Kennedy, on the left of the rear seat of the limousine, looked toward her left and waved to the crowds along the route.|Mrs. John F. Kennedy, on the left of the rear seat of the limousine, looked toward her left and waved to the crowds along the route. +LJ030-0164|Soon after the motorcade turned onto Elm Street, she heard a sound similar to a motorcycle noise and a cry from Governor Connally,|Soon after the motorcade turned onto Elm Street, she heard a sound similar to a motorcycle noise and a cry from Governor Connally, +LJ030-0165|which caused her to look to her right.|which caused her to look to her right. +LJ030-0166|On turning she saw a quizzical look on her husband's face as he raised his left hand to his throat.|On turning she saw a quizzical look on her husband's face as he raised his left hand to his throat. +LJ030-0167|Mrs. Kennedy then heard a second shot and saw the President's skull torn open under the impact of the bullet.|Mrs. Kennedy then heard a second shot and saw the President's skull torn open under the impact of the bullet. +LJ030-0168|As she cradled her mortally wounded husband, Mrs. Kennedy cried, quote,|As she cradled her mortally wounded husband, Mrs. Kennedy cried, quote, +LJ030-0169|Oh, my God, they have shot my husband. I love you, Jack.|Oh, my God, they have shot my husband. I love you, Jack. +LJ030-0170|Governor Connally testified that he recognized the first noise as a rifle shot|Governor Connally testified that he recognized the first noise as a rifle shot +LJ030-0171|and the thought immediately crossed his mind that it was an assassination attempt.|and the thought immediately crossed his mind that it was an assassination attempt. +LJ030-0172|From his position in the right jump seat immediately in front of the President,|From his position in the right jump seat immediately in front of the President, +LJ030-0173|he instinctively turned to his right because the shot appeared to come from over his right shoulder.|he instinctively turned to his right because the shot appeared to come from over his right shoulder. +LJ030-0174|Unable to see the President as he turned to the right,|Unable to see the President as he turned to the right, +LJ030-0175|the Governor started to look back over his left shoulder, but he never completed the turn because he felt something strike him in the back.|the Governor started to look back over his left shoulder, but he never completed the turn because he felt something strike him in the back. +LJ030-0176|In his testimony before the Commission, Governor Connally was certain that he was hit by the second shot, which he stated he did not hear.|In his testimony before the Commission, Governor Connally was certain that he was hit by the second shot, which he stated he did not hear. +LJ030-0177|Mrs. Connally, too, heard a frightening noise from her right.|Mrs. Connally, too, heard a frightening noise from her right. +LJ030-0178|Looking over her right shoulder, she saw that the President had both hands at his neck but she observed no blood and heard nothing.|Looking over her right shoulder, she saw that the President had both hands at his neck but she observed no blood and heard nothing. +LJ030-0179|She watched as he slumped down with an empty expression on his face.|She watched as he slumped down with an empty expression on his face. +LJ030-0180|Roy Kellerman, in the right front seat of the limousine, heard a report like a firecracker pop.|Roy Kellerman, in the right front seat of the limousine, heard a report like a firecracker pop. +LJ030-0181|Turning to his right in the direction of the noise, Kellerman heard the President say|Turning to his right in the direction of the noise, Kellerman heard the President say +LJ030-0182|"My God, I am hit," and saw both of the President's hands move up toward his neck.|"My God, I am hit," and saw both of the President's hands move up toward his neck. +LJ030-0183|As he told the driver, quote, Let's get out of here; we are hit, end quote,|As he told the driver, quote, Let's get out of here; we are hit, end quote, +LJ030-0184|Kellerman grabbed his microphone and radioed ahead to the lead car,|Kellerman grabbed his microphone and radioed ahead to the lead car, +LJ030-0185|quote, we are hit. Get us to the hospital immediately, end quote.|quote, we are hit. Get us to the hospital immediately, end quote. +LJ030-0186|The driver, William Greer, heard a noise which he took to be a backfire from one of the motorcycles flanking the Presidential car.|The driver, William Greer, heard a noise which he took to be a backfire from one of the motorcycles flanking the Presidential car. +LJ030-0187|When he heard the same noise again, Greer glanced over his shoulder and saw Governor Connally fall.|When he heard the same noise again, Greer glanced over his shoulder and saw Governor Connally fall. +LJ030-0188|At the sound of the second shot|At the sound of the second shot +LJ030-0189|he realized that something was wrong, and he pressed down on the accelerator as Kellerman said, quote, Get out of here fast, end quote.|he realized that something was wrong, and he pressed down on the accelerator as Kellerman said, quote, Get out of here fast, end quote. +LJ030-0190|As he issued his instructions to Greer and to the lead car, Kellerman heard a flurry of shots within 5 seconds of the first noise.|As he issued his instructions to Greer and to the lead car, Kellerman heard a flurry of shots within five seconds of the first noise. +LJ030-0191|According to Kellerman, Mrs. Kennedy then cried out, quote,|According to Kellerman, Mrs. Kennedy then cried out, quote, +LJ030-0192|What are they doing to you! end quote. Looking back from the front seat,|What are they doing to you! end quote. Looking back from the front seat, +LJ030-0193|Kellerman saw Governor Connally in his wife's lap and Special Agent Clinton J. Hill lying across the trunk of the car.|Kellerman saw Governor Connally in his wife's lap and Special Agent Clinton J. Hill lying across the trunk of the car. +LJ030-0194|Mrs. Connally heard a second shot fired and pulled her husband down into her lap.|Mrs. Connally heard a second shot fired and pulled her husband down into her lap. +LJ030-0195|Observing his blood-covered chest as he was pulled into his wife's lap, Governor Connally believed himself mortally wounded.|Observing his blood-covered chest as he was pulled into his wife's lap, Governor Connally believed himself mortally wounded. +LJ030-0196|He cried out, quote, Oh, no, no, no. My God, they are going to kill us all, end quote,|He cried out, quote, Oh, no, no, no. My God, they are going to kill us all, end quote, +LJ030-0197|At first Mrs. Connally thought that her husband had been killed,|At first Mrs. Connally thought that her husband had been killed, +LJ030-0198|but then she noticed an almost imperceptible movement and knew that he was still alive. She said, quote, It's all right. Be still, end quote,|but then she noticed an almost imperceptible movement and knew that he was still alive. She said, quote, It's all right. Be still, end quote, +LJ030-0199|The Governor was lying with his head on his wife's lap when he heard a shot hit the President.|The Governor was lying with his head on his wife's lap when he heard a shot hit the President. +LJ030-0200|At that point, both Governor and Mrs. Connally observed brain tissue splattered over the interior of the car.|At that point, both Governor and Mrs. Connally observed brain tissue splattered over the interior of the car. +LJ030-0201|According to Governor and Mrs. Connally, it was after this shot that Kellerman issued his emergency instructions and the car accelerated.|According to Governor and Mrs. Connally, it was after this shot that Kellerman issued his emergency instructions and the car accelerated. +LJ030-0202|Reaction by Secret Service Agents|Reaction by Secret Service Agents +LJ030-0203|From the left front running board of the President's follow-up car,|From the left front running board of the President's follow-up car, +LJ030-0204|Special Agent Hill was scanning the few people standing on the south side of Elm Street after the motorcade had turned off Houston Street.|Special Agent Hill was scanning the few people standing on the south side of Elm Street after the motorcade had turned off Houston Street. +LJ030-0205|He estimated that the motorcade had slowed down to approximately 9 or 10 miles per hour|He estimated that the motorcade had slowed down to approximately nine or ten miles per hour +LJ030-0206|on the turn at the intersection of Houston and Elm Streets and then proceeded at a rate of 12 to 15 miles per hour|on the turn at the intersection of Houston and Elm Streets and then proceeded at a rate of twelve to fifteen miles per hour +LJ030-0207|with the follow-up car trailing the President's automobile by approximately 5 feet.|with the follow-up car trailing the President's automobile by approximately five feet. +LJ030-0208|Hill heard a noise, which seemed to be a firecracker, coming from his right rear.|Hill heard a noise, which seemed to be a firecracker, coming from his right rear. +LJ030-0209|He immediately looked to his right, quote, and, in so doing, my eyes had to cross the Presidential limousine|He immediately looked to his right, quote, and, in so doing, my eyes had to cross the Presidential limousine +LJ030-0210|and I saw President Kennedy grab at himself and lurch forward and to the left, end quote.|and I saw President Kennedy grab at himself and lurch forward and to the left, end quote. +LJ030-0211|Hill jumped from the follow-up car and ran to the President's automobile.|Hill jumped from the follow-up car and ran to the President's automobile. +LJ030-0212|At about the time he reached the President's automobile,|At about the time he reached the President's automobile, +LJ030-0213|Hill heard a second shot, proximately 5 seconds after the first, which removed a portion of the President's head.|Hill heard a second shot, proximately five seconds after the first, which removed a portion of the President's head. +LJ030-0214|At the instant that Hill stepped onto the left rear step of the President's automobile and grasped the handhold,|At the instant that Hill stepped onto the left rear step of the President's automobile and grasped the handhold, +LJ030-0215|the car lurched forward, causing him to lose his footing. He ran three or four steps, regained his position and mounted the car.|the car lurched forward, causing him to lose his footing. He ran three or four steps, regained his position and mounted the car. +LJ030-0216|Between the time he originally seized the handhold and the time he mounted the car, Hill recalled:|Between the time he originally seized the handhold and the time he mounted the car, Hill recalled: +LJ030-0217|quote, Mrs. Kennedy had jumped up from the seat and was, it appeared to me, reaching for something coming off the fight rear bumper of the car,|quote, Mrs. Kennedy had jumped up from the seat and was, it appeared to me, reaching for something coming off the fight rear bumper of the car, +LJ030-0218|the right rear tail, when she noticed that I was trying to climb on the car.|the right rear tail, when she noticed that I was trying to climb on the car. +LJ030-0219|She turned toward me and I grabbed her and put her back in the back seat, crawled up on top of the back seat and lay there.|She turned toward me and I grabbed her and put her back in the back seat, crawled up on top of the back seat and lay there. +LJ030-0220|David Powers, who witnessed the scene from the President's follow-up car,|David Powers, who witnessed the scene from the President's follow-up car, +LJ030-0221|stated that Mrs. Kennedy would probably have fallen off the rear end of the car and been killed if Hill had not pushed her back into the Presidential automobile.|stated that Mrs. Kennedy would probably have fallen off the rear end of the car and been killed if Hill had not pushed her back into the Presidential automobile. +LJ030-0222|Mrs. Kennedy had no recollection of climbing onto the back of the car.|Mrs. Kennedy had no recollection of climbing onto the back of the car. +LJ030-0223|Special Agent Ready, on the right front running board of the Presidential follow-up car,|Special Agent Ready, on the right front running board of the Presidential follow-up car, +LJ030-0224|heard noises that sounded like firecrackers and ran toward the President's limousine.|heard noises that sounded like firecrackers and ran toward the President's limousine. +LJ030-0225|But he was immediately called back by Special Agent Emory P. Roberts, in charge of the follow-up car,|But he was immediately called back by Special Agent Emory P. Roberts, in charge of the follow-up car, +LJ030-0226|who did not believe that he could reach, the President's car at the speed it was then traveling.|who did not believe that he could reach, the President's car at the speed it was then traveling. +LJ030-0227|Special Agent George W. Hickey, Jr., in the rear seat of the Presidential follow-up car,|Special Agent George W. Hickey, Jr., in the rear seat of the Presidential follow-up car, +LJ030-0228|picked up and cocked an automatic rifle as he heard the last shot.|picked up and cocked an automatic rifle as he heard the last shot. +LJ030-0229|At this point the cars were speeding through the underpass and had left the scene of the shooting,|At this point the cars were speeding through the underpass and had left the scene of the shooting, +LJ030-0230|but Hickey kept the automatic weapon ready as the car raced to the hospital.|but Hickey kept the automatic weapon ready as the car raced to the hospital. +LJ030-0231|Most of the other Secret Service agents in the motorcade had drawn their sidearms.|Most of the other Secret Service agents in the motorcade had drawn their sidearms. +LJ030-0232|Roberts noticed that the Vice President's car was approximately one-half block|Roberts noticed that the Vice President's car was approximately one-half block +LJ030-0233|behind the Presidential follow-up car at the time of the shooting and signaled for it to move in closer.|behind the Presidential follow-up car at the time of the shooting and signaled for it to move in closer. +LJ030-0234|Directing the security detail for the Vice President from the right front seat of the Vice-Presidential car, Special Agent Youngblood recalled, quote,|Directing the security detail for the Vice President from the right front seat of the Vice-Presidential car, Special Agent Youngblood recalled, quote, +LJ030-0235|As we were beginning to go down this incline, all of a sudden there was an explosive noise.|As we were beginning to go down this incline, all of a sudden there was an explosive noise. +LJ030-0236|I quickly observed unnatural movement of crowds, like ducking or scattering, and quick movements in the Presidential follow-up car.|I quickly observed unnatural movement of crowds, like ducking or scattering, and quick movements in the Presidential follow-up car. +LJ030-0237|So I turned around and hit the Vice President on the shoulder and hollered, get down,|So I turned around and hit the Vice President on the shoulder and hollered, get down, +LJ030-0238|and then looked around again and saw more of this movement, and so I proceeded to go to the back seat and get on top of him.|and then looked around again and saw more of this movement, and so I proceeded to go to the back seat and get on top of him. +LJ030-0239|Youngblood was not positive that he was in the rear seat before the second shot, but thought it probable because of President Johnson's statement|Youngblood was not positive that he was in the rear seat before the second shot, but thought it probable because of President Johnson's statement +LJ030-0240|to that effect immediately after the assassination.|to that effect immediately after the assassination. +LJ030-0241|President Johnson emphasized Youngblood's instantaneous reaction after the first shot:|President Johnson emphasized Youngblood's instantaneous reaction after the first shot: +LJ030-0242|I was startled by the sharp report or explosion,|I was startled by the sharp report or explosion, +LJ030-0243|but I had no time to speculate as to its origin because Agent Youngblood turned in a flash, immediately after the first explosion,|but I had no time to speculate as to its origin because Agent Youngblood turned in a flash, immediately after the first explosion, +LJ030-0244|hitting me on the shoulder, and shouted to all of us in the back seat to get down.|hitting me on the shoulder, and shouted to all of us in the back seat to get down. +LJ030-0245|I was pushed down by Agent Youngblood.|I was pushed down by Agent Youngblood. +LJ030-0246|Almost in the same moment in which he hit or pushed me, he vaulted over the back seat and sat on me.|Almost in the same moment in which he hit or pushed me, he vaulted over the back seat and sat on me. +LJ030-0247|I was bent over under the weight of Agent Youngblood's body, toward Mrs. Johnson and Senator Yarborough, end quote,|I was bent over under the weight of Agent Youngblood's body, toward Mrs. Johnson and Senator Yarborough, end quote, +LJ030-0248|Clifton C. Carter, riding in the Vice President's follow-up car a short distance behind,|Clifton C. Carter, riding in the Vice President's follow-up car a short distance behind, +LJ030-0249|reported that Youngblood was in the rear seat using his body to shield the Vice President before the second and third shots were fired.|reported that Youngblood was in the rear seat using his body to shield the Vice President before the second and third shots were fired. +LJ030-0250|Other Secret Service agents assigned to the motorcade remained at their posts during the race to the hospital.|Other Secret Service agents assigned to the motorcade remained at their posts during the race to the hospital. +LJ030-0251|None stayed at the scene of the shooting, and none entered the Texas School Book Depository Building at or immediately after the shooting.|None stayed at the scene of the shooting, and none entered the Texas School Book Depository Building at or immediately after the shooting. +LJ030-0252|Secret Service procedure requires that each agent stay with the person being protected|Secret Service procedure requires that each agent stay with the person being protected +LJ030-0253|and not be diverted unless it is necessary to accomplish the protective assignment.|and not be diverted unless it is necessary to accomplish the protective assignment. +LJ030-0254|Forrest V. Sorrels, special agent in charge of the Dallas office, was the first Secret Service agent to return to the scene of the assassination,|Forrest V. Sorrels, special agent in charge of the Dallas office, was the first Secret Service agent to return to the scene of the assassination, +LJ030-0255|approximately 20 or 25 minutes after the shots were fired.|approximately twenty or twenty-five minutes after the shots were fired. +LJ031-0001|Report of the President's Commission on the Assassination of President Kennedy.|Report of the President's Commission on the Assassination of President Kennedy. +LJ031-0002|The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. Chapter 2. The Assassination: Part 3.|The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. Chapter two. The Assassination: Part three. +LJ031-0003|Parkland Memorial Hospital. The Race to the Hospital|Parkland Memorial Hospital. The Race to the Hospital +LJ031-0004|In the final instant of the assassination, the Presidential motorcade began a race to Parkland Memorial Hospital,|In the final instant of the assassination, the Presidential motorcade began a race to Parkland Memorial Hospital, +LJ031-0005|approximately 4 miles from the Texas School Book Depository Building.|approximately four miles from the Texas School Book Depository Building. +LJ031-0006|On receipt of the radio message from Kellerman to the lead car that the President had been hit,|On receipt of the radio message from Kellerman to the lead car that the President had been hit, +LJ031-0008|Meanwhile, Chief Curry ordered the police base station to notify Parkland Hospital that the wounded President was en route.|Meanwhile, Chief Curry ordered the police base station to notify Parkland Hospital that the wounded President was en route. +LJ031-0009|The radio log of the Dallas Police Department shows that at 12:30 p.m. on November 22|The radio log of the Dallas Police Department shows that at twelve:thirty p.m. on November twenty-two +LJ031-0010|Chief Curry radioed, quote, Go to the hospital -- Parkland Hospital. Have them stand by, end quote,|Chief Curry radioed, quote, Go to the hospital -- Parkland Hospital. Have them stand by, end quote, +LJ031-0011|A moment later Curry added, quote, Looks like the President has been hit. Have Parkland stand by, end quote,|A moment later Curry added, quote, Looks like the President has been hit. Have Parkland stand by, end quote, +LJ031-0012|The base station replied, quote, They have been notified, end quote,|The base station replied, quote, They have been notified, end quote, +LJ031-0013|Traveling at speeds estimated at times to be up to 70 or 80 miles per hour down the Stemmons Freeway and Harry Hines Boulevard|Traveling at speeds estimated at times to be up to seventy or eighty miles per hour down the Stemmons Freeway and Harry Hines Boulevard +LJ031-0014|the Presidential limousine arrived at the emergency entrance of the Parkland Hospital at about 12:35 p.m.|the Presidential limousine arrived at the emergency entrance of the Parkland Hospital at about twelve:thirty-five p.m. +LJ031-0015|Arriving almost simultaneously were the President's follow-up car, the Vice President's automobile, and the Vice President's follow-up car.|Arriving almost simultaneously were the President's follow-up car, the Vice President's automobile, and the Vice President's follow-up car. +LJ031-0016|Admiral Burkley, the President's physician, arrived at the hospital, quote, between 3 and 5 minutes following the arrival of the President, end quote.|Admiral Burkley, the President's physician, arrived at the hospital, quote, between three and five minutes following the arrival of the President, end quote. +LJ031-0017|since the riders in his car, quote, were not exactly aware what had happened, end quote, and the car went on to the Trade Mart first.|since the riders in his car, quote, were not exactly aware what had happened, end quote, and the car went on to the Trade Mart first. +LJ031-0018|When Parkland Hospital received the notification, the staff in the emergency area was alerted and trauma rooms 1 and 2 were prepared.|When Parkland Hospital received the notification, the staff in the emergency area was alerted and trauma rooms one and two were prepared. +LJ031-0019|These rooms were for the emergency treatment of acutely ill or injured patients. Although the first message mentioned an injury only to President Kennedy,|These rooms were for the emergency treatment of acutely ill or injured patients. Although the first message mentioned an injury only to President Kennedy, +LJ031-0020|two rooms were prepared.|two rooms were prepared. +LJ031-0021|As the President's limousine sped toward the hospital, 12 doctors to the emergency area: surgeons, Drs. Malcolm O. Perry,|As the President's limousine sped toward the hospital, twelve doctors to the emergency area: surgeons, Drs. Malcolm O. Perry, +LJ031-0022|Charles R. Baxter, Robert N. McClelland, Ronald C. Jones; the chief neurologist, Dr. William Kemp Clark;|Charles R. Baxter, Robert N. McClelland, Ronald C. Jones; the chief neurologist, Dr. William Kemp Clark; +LJ031-0023|4 anesthesiologists, Drs. Marion T. Jenkins, Adolph H. Giesecke, Jr., Jackie H. Hunt,|four anesthesiologists, Drs. Marion T. Jenkins, Adolph H. Giesecke, Jr., Jackie H. Hunt, +LJ031-0024|Gene C. Akin;|Gene C. Akin; +LJ031-0025|urological surgeon, Dr Paul C. Peters; an oral surgeon, Dr. Don T. Curtis; and a heart specialist,|urological surgeon, Dr Paul C. Peters; an oral surgeon, Dr. Don T. Curtis; and a heart specialist, +LJ031-0026|Dr. Fouad A. Bashour.|Dr. Fouad A. Bashour. +LJ031-0027|Upon arriving at Parkland Hospital,|Upon arriving at Parkland Hospital, +LJ031-0028|Lawson jumped from the lead car and rushed into the emergency entrance, where he was met by hospital staff members wheeling stretchers out to the automobile.|Lawson jumped from the lead car and rushed into the emergency entrance, where he was met by hospital staff members wheeling stretchers out to the automobile. +LJ031-0029|Special Agent Hill removed his suit jacket and covered the President's head and upper chest to prevent the taking of photographs.|Special Agent Hill removed his suit jacket and covered the President's head and upper chest to prevent the taking of photographs. +LJ031-0030|Governor Connally, who had lost consciousness on the ride to the hospital, regained consciousness when the limousine stopped abruptly at the emergency entrance.|Governor Connally, who had lost consciousness on the ride to the hospital, regained consciousness when the limousine stopped abruptly at the emergency entrance. +LJ031-0031|Despite his serious wounds, Governor Connally tried to get out of the way so that medical help could reach the President.|Despite his serious wounds, Governor Connally tried to get out of the way so that medical help could reach the President. +LJ031-0032|Although he was reclining in his wife's arms, he lurched forward in an effort to stand upright and get out of the car, but he collapsed again.|Although he was reclining in his wife's arms, he lurched forward in an effort to stand upright and get out of the car, but he collapsed again. +LJ031-0033|Then he experienced his first sensation of pain, which became excruciating.|Then he experienced his first sensation of pain, which became excruciating. +LJ031-0034|The Governor was lifted onto a stretcher and taken into trauma room 2.|The Governor was lifted onto a stretcher and taken into trauma room two. +LJ031-0035|For a moment, Mrs. Kennedy refused to release the President, whom she held in her lap,|For a moment, Mrs. Kennedy refused to release the President, whom she held in her lap, +LJ031-0036|but then Kellerman, Greer, and Lawson lifted the President onto a stretcher and pushed it into trauma room 1.|but then Kellerman, Greer, and Lawson lifted the President onto a stretcher and pushed it into trauma room one. +LJ031-0037|Treatment of President Kennedy|Treatment of President Kennedy +LJ031-0038|The first physician to see the President at Parkland Hospital was Dr. Charles J. Carrico, a resident in general surgery.|The first physician to see the President at Parkland Hospital was Dr. Charles J. Carrico, a resident in general surgery. +LJ031-0039|Dr. Carrico was in the emergency area, examining another patient, when he was notified that President Kennedy was en route to the hospital.|Dr. Carrico was in the emergency area, examining another patient, when he was notified that President Kennedy was en route to the hospital. +LJ031-0040|Approximately 2 minutes later, Dr. Carrico saw the President on his back, being wheeled into the emergency area.|Approximately two minutes later, Dr. Carrico saw the President on his back, being wheeled into the emergency area. +LJ031-0041|He noted that the President was blue-white or ashen in color; had slow, spasmodic, agonal respiration without any coordination;|He noted that the President was blue-white or ashen in color; had slow, spasmodic, agonal respiration without any coordination; +LJ031-0042|made no voluntary movements; had his eyes open with the pupils dilated without any reaction to light,|made no voluntary movements; had his eyes open with the pupils dilated without any reaction to light, +LJ031-0043|evidenced no palpable pulse; and had a few chest sounds which were thought to be heartbeats.|evidenced no palpable pulse; and had a few chest sounds which were thought to be heartbeats. +LJ031-0044|On the basis of these findings, Dr. Carrico concluded that President Kennedy was still alive.|On the basis of these findings, Dr. Carrico concluded that President Kennedy was still alive. +LJ031-0045|Dr. Carrico noted two wounds: a small bullet wound in the front lower neck,|Dr. Carrico noted two wounds: a small bullet wound in the front lower neck, +LJ031-0046|and an extensive wound in the President's head where a sizable portion of the skull was missing.|and an extensive wound in the President's head where a sizable portion of the skull was missing. +LJ031-0047|He observed shredded brain tissue and, quote, considerable slow oozing, end quote, from the latter wound,|He observed shredded brain tissue and, quote, considerable slow oozing, end quote, from the latter wound, +LJ031-0048|followed by, quote, more profuse bleeding, end quote, after some circulation was established.|followed by, quote, more profuse bleeding, end quote, after some circulation was established. +LJ031-0049|Dr. Carrico felt the President's back and determined that there was no large wound there which would be an immediate threat to life.|Dr. Carrico felt the President's back and determined that there was no large wound there which would be an immediate threat to life. +LJ031-0050|Observing the serious problems presented by the head wound and inadequate respiration, Dr. Carrico directed his attention to improving the President's breathing.|Observing the serious problems presented by the head wound and inadequate respiration, Dr. Carrico directed his attention to improving the President's breathing. +LJ031-0051|He noted contusions, hematoma to the right of the larynx, which was deviated slightly to the left,|He noted contusions, hematoma to the right of the larynx, which was deviated slightly to the left, +LJ031-0052|and also ragged tissue which indicated a tracheal injury.|and also ragged tissue which indicated a tracheal injury. +LJ031-0053|Dr. Carrico inserted a cuffed endotracheal tube past the injury, inflated the cuff, and connected it to a Bennett machine to assist in respiration.|Dr. Carrico inserted a cuffed endotracheal tube past the injury, inflated the cuff, and connected it to a Bennett machine to assist in respiration. +LJ031-0054|At that point, direction of the President's treatment was undertaken by Dr. Malcolm O. Perry, who arrived at trauma room 1 a few moments after the President.|At that point, direction of the President's treatment was undertaken by Dr. Malcolm O. Perry, who arrived at trauma room one a few moments after the President. +LJ031-0055|Dr. Perry noted the President's back brace as he felt for a femoral pulse, which he did not find.|Dr. Perry noted the President's back brace as he felt for a femoral pulse, which he did not find. +LJ031-0056|Observing that an effective airway had to be established if treatment was to be effective, Dr. Perry performed a tracheotomy, which required 3 to 5 minutes.|Observing that an effective airway had to be established if treatment was to be effective, Dr. Perry performed a tracheotomy, which required three to five minutes. +LJ031-0057|While Dr. Perry was performing the tracheotomy, Drs. Carrico and Ronald Jones made cutdowns on the President's right leg and left arm, respectively,|While Dr. Perry was performing the tracheotomy, Drs. Carrico and Ronald Jones made cutdowns on the President's right leg and left arm, respectively, +LJ031-0058|to infuse blood and fluids into the circulatory system.|to infuse blood and fluids into the circulatory system. +LJ031-0059|Dr. Carrico treated the President's known ad-renal insufficiency by administering hydrocortisone.|Dr. Carrico treated the President's known ad-renal insufficiency by administering hydrocortisone. +LJ031-0060|Dr. Robert N. McClelland entered at that point and assisted Dr. Perry with the tracheotomy.|Dr. Robert N. McClelland entered at that point and assisted Dr. Perry with the tracheotomy. +LJ031-0061|Dr. Fouad Bashour, chief of cardiology, Dr. M. T. Jenkins, chief of anesthesiology, and Dr. A. H. Giesecke, Jr.,|Dr. Fouad Bashour, chief of cardiology, Dr. M. T. Jenkins, chief of anesthesiology, and Dr. A. H. Giesecke, Jr., +LJ031-0062|then joined in the effort to revive the President.|then joined in the effort to revive the President. +LJ031-0063|When Dr. Perry noted free air and blood in the President's chest cavity, he asked that chest tubes be inserted to allow for drainage of blood and air.|When Dr. Perry noted free air and blood in the President's chest cavity, he asked that chest tubes be inserted to allow for drainage of blood and air. +LJ031-0064|Drs. Paul C. Peters and Charles R. Baxter initiated these procedures.|Drs. Paul C. Peters and Charles R. Baxter initiated these procedures. +LJ031-0065|As a result of the infusion of liquids through the cutdowns, the cardiac massage, and the airway,|As a result of the infusion of liquids through the cutdowns, the cardiac massage, and the airway, +LJ031-0066|the doctors were able to maintain peripheral circulation as monitored at the neck (carotid) artery and at the wrist (radial) pulse.|the doctors were able to maintain peripheral circulation as monitored at the neck (carotid) artery and at the wrist (radial) pulse. +LJ031-0067|A femoral pulse was also detected in the President's leg.|A femoral pulse was also detected in the President's leg. +LJ031-0068|While these medical efforts were in progress,|While these medical efforts were in progress, +LJ031-0069|Dr. Clark noted some electrical activity on the cardiotachyscope attached to monitor the President's heart responses.|Dr. Clark noted some electrical activity on the cardiotachyscope attached to monitor the President's heart responses. +LJ031-0070|Dr. Clark, who most closely observed the head wound,|Dr. Clark, who most closely observed the head wound, +LJ031-0071|described a large, gaping wound in the right rear part of the head, with substantial damage and exposure of brain tissue, and a considerable loss of blood.|described a large, gaping wound in the right rear part of the head, with substantial damage and exposure of brain tissue, and a considerable loss of blood. +LJ031-0072|Dr. Clark did not see any other hole or wound on the President's head.|Dr. Clark did not see any other hole or wound on the President's head. +LJ031-0073|According to Dr. Clark, the small bullet hole on the right rear of the President's head discovered during the subsequent autopsy|According to Dr. Clark, the small bullet hole on the right rear of the President's head discovered during the subsequent autopsy +LJ031-0074|quote, could have easily been hidden in the blood and hair, end quote,|quote, could have easily been hidden in the blood and hair, end quote, +LJ031-0075|In the absence of any neurological, muscular, or heart response, the doctors concluded that efforts to revive the President were hopeless.|In the absence of any neurological, muscular, or heart response, the doctors concluded that efforts to revive the President were hopeless. +LJ031-0076|This was verified by Admiral Burkley, the President's physician, who arrived at the hospital after emergency treatment was underway and concluded that, quote,|This was verified by Admiral Burkley, the President's physician, who arrived at the hospital after emergency treatment was underway and concluded that, quote, +LJ031-0077|my direct services to him at that moment would have interfered with the action of the team which was in progress, end quote,|my direct services to him at that moment would have interfered with the action of the team which was in progress, end quote, +LJ031-0078|At approximately 1 p.m., after last rites were administered to the President by Father Oscar L. Huber, Dr. Clark pronounced the President dead.|At approximately one p.m., after last rites were administered to the President by Father Oscar L. Huber, Dr. Clark pronounced the President dead. +LJ031-0079|He made the official determination because the ultimate cause of death, the severe head injury, was within his sphere of specialization.|He made the official determination because the ultimate cause of death, the severe head injury, was within his sphere of specialization. +LJ031-0080|The time was fixed at 1 p.m., as an approximation, since it was impossible to determine the precise moment when life left the President.|The time was fixed at one p.m., as an approximation, since it was impossible to determine the precise moment when life left the President. +LJ031-0081|President Kennedy could have survived the neck injury, but the head wound was fatal.|President Kennedy could have survived the neck injury, but the head wound was fatal. +LJ031-0082|From a medical viewpoint, President Kennedy was alive when he arrived at Parkland Hospital;|From a medical viewpoint, President Kennedy was alive when he arrived at Parkland Hospital; +LJ031-0083|the doctors observed that he had a heartbeat and was making some respiratory efforts.|the doctors observed that he had a heartbeat and was making some respiratory efforts. +LJ031-0084|But his condition was hopeless, and the extraordinary efforts of the doctors to save him could not help but to have been unavailing.|But his condition was hopeless, and the extraordinary efforts of the doctors to save him could not help but to have been unavailing. +LJ031-0085|Since the Dallas doctors directed all their efforts to controlling the massive bleeding caused by the head wound, and to reconstructing an airway to his lungs,|Since the Dallas doctors directed all their efforts to controlling the massive bleeding caused by the head wound, and to reconstructing an airway to his lungs, +LJ031-0086|the President remained on his back throughout his medical treatment at Parkland.|the President remained on his back throughout his medical treatment at Parkland. +LJ031-0087|When asked why he did not turn the President over, Dr. Carrico testified as follows:|When asked why he did not turn the President over, Dr. Carrico testified as follows: +LJ031-0088|This man was in obvious extreme distress and any more thorough inspection would have involved several minutes -- well, several|This man was in obvious extreme distress and any more thorough inspection would have involved several minutes -- well, several +LJ031-0089|considerable time which at this juncture was not available.|considerable time which at this juncture was not available. +LJ031-0090|A thorough inspection would have involved washing and cleansing the back, and this is not practical in treating an acutely injured patient.|A thorough inspection would have involved washing and cleansing the back, and this is not practical in treating an acutely injured patient. +LJ031-0092|Did you ever have occasion to look at the President's back?|Did you ever have occasion to look at the President's back? +LJ031-0093|Answer: No, sir. Before -- well, in trying to treat an acutely injured patient, you have to establish an airway, adequate ventilation|Answer: No, sir. Before -- well, in trying to treat an acutely injured patient, you have to establish an airway, adequate ventilation +LJ031-0094|and you have to establish adequate circulation.|and you have to establish adequate circulation. +LJ031-0095|Before this was accomplished the President's cardiac activity had ceased and closed cardiac massage was instituted, which made it impossible to inspect his back.|Before this was accomplished the President's cardiac activity had ceased and closed cardiac massage was instituted, which made it impossible to inspect his back. +LJ031-0096|Question: Was any effort made to inspect the President's back after he had expired? Answer: No, sir.|Question: Was any effort made to inspect the President's back after he had expired? Answer: No, sir. +LJ031-0097|Question: And why was no effort made at that time to inspect his back? Answer:|Question: And why was no effort made at that time to inspect his back? Answer: +LJ031-0098|I suppose nobody really had the heart to do it.|I suppose nobody really had the heart to do it. +LJ031-0099|Moreover, the Parkland doctors took no further action after the President had expired because they concluded that it was beyond the scope of their permissible duties.|Moreover, the Parkland doctors took no further action after the President had expired because they concluded that it was beyond the scope of their permissible duties. +LJ031-0100|Treatment of Governor Connally|Treatment of Governor Connally +LJ031-0101|While one medical team tried to revive President Kennedy, a second performed a series of operations on the bullet wounds sustained by Governor Connally.|While one medical team tried to revive President Kennedy, a second performed a series of operations on the bullet wounds sustained by Governor Connally. +LJ031-0102|Governor Connally was originally seen by Dr. Carrico and Dr. Richard Dulany.|Governor Connally was originally seen by Dr. Carrico and Dr. Richard Dulany. +LJ031-0103|While Dr. Carrico went on to attend the President, Dr. Dulany stayed with the Governor and was soon joined by several other doctors.|While Dr. Carrico went on to attend the President, Dr. Dulany stayed with the Governor and was soon joined by several other doctors. +LJ031-0104|At approximately 12:45 p.m., Dr. Robert Shaw,|At approximately twelve:forty-five p.m., Dr. Robert Shaw, +LJ031-0105|chief of thoracic surgery, arrived at trauma room 2, to take charge of the care of Governor Connally,|chief of thoracic surgery, arrived at trauma room two, to take charge of the care of Governor Connally, +LJ031-0106|whose major wound fell within Dr. Shaw's area of specialization.|whose major wound fell within Dr. Shaw's area of specialization. +LJ031-0107|Governor Connally had a large sucking wound in the front of the right chest which caused extreme pain and difficulty in breathing.|Governor Connally had a large sucking wound in the front of the right chest which caused extreme pain and difficulty in breathing. +LJ031-0108|Rubber tubes were inserted between the second and third ribs to reexpand the right lung, which had collapsed because of the opening in the chest wall.|Rubber tubes were inserted between the second and third ribs to reexpand the right lung, which had collapsed because of the opening in the chest wall. +LJ031-0109|At 1:35 p.m., after Governor Connally had been moved to the operating room, Dr. Shaw started the first operation|At one:thirty-five p.m., after Governor Connally had been moved to the operating room, Dr. Shaw started the first operation +LJ031-0110|by cutting away the edges of the wound on the front of the Governor's chest and suturing the damaged lung and lacerated muscles.|by cutting away the edges of the wound on the front of the Governor's chest and suturing the damaged lung and lacerated muscles. +LJ031-0111|The elliptical wound in the Governor's back, located slightly to the left of the Governor's right armpit approximately five-eighths inch (a centimeter and a half)|The elliptical wound in the Governor's back, located slightly to the left of the Governor's right armpit approximately five-eighths inch (a centimeter and a half) +LJ031-0112|in its greatest diameter, was treated by cutting away the damaged skin and suturing the back muscle and skin.|in its greatest diameter, was treated by cutting away the damaged skin and suturing the back muscle and skin. +LJ031-0113|This operation was concluded at 3:20 p.m.|This operation was concluded at three:twenty p.m. +LJ031-0114|Two additional operations were performed on Governor Connally for wounds which he had not realized he had sustained until he regained consciousness the following day.|Two additional operations were performed on Governor Connally for wounds which he had not realized he had sustained until he regained consciousness the following day. +LJ031-0115|From approximately 4 p.m. to 4:50 p.m. on November 22,|From approximately four p.m. to four:fifty p.m. on November twenty-two, +LJ031-0116|Dr. Charles F. Gregory, chief of orthopedic surgery, operated on the wounds of Governor Connally's right wrist,|Dr. Charles F. Gregory, chief of orthopedic surgery, operated on the wounds of Governor Connally's right wrist, +LJ031-0117|assisted by Drs. William Osborne and John Parker.|assisted by Drs. William Osborne and John Parker. +LJ031-0118|The wound on the back of the wrist was left partially open for draining, and the wound on the palm side was enlarged, cleansed, and closed.|The wound on the back of the wrist was left partially open for draining, and the wound on the palm side was enlarged, cleansed, and closed. +LJ031-0119|The fracture was set, and a cast was applied with some traction utilized.|The fracture was set, and a cast was applied with some traction utilized. +LJ031-0120|While the second operation was in progress,|While the second operation was in progress, +LJ031-0121|Dr. George T. Shires, assisted by Drs. Robert McClelland, Charles Baxter, and Ralph Don Patman,|Dr. George T. Shires, assisted by Drs. Robert McClelland, Charles Baxter, and Ralph Don Patman, +LJ031-0122|treated the gunshot wound in the left thigh.|treated the gunshot wound in the left thigh. +LJ031-0123|This punctuate missile wound, about two-fifths inch in diameter (1 centimeter) and located approximately 5 inches above the left knee,|This punctuate missile wound, about two-fifths inch in diameter (one centimeter) and located approximately five inches above the left knee, +LJ031-0124|was cleansed and closed with sutures; but a small metallic fragment remained in the Governor's leg.|was cleansed and closed with sutures; but a small metallic fragment remained in the Governor's leg. +LJ031-0125|Vice President Johnson at Parkland|Vice President Johnson at Parkland +LJ031-0126|As President Kennedy and Governor Connally were being removed from the limousine onto stretchers,|As President Kennedy and Governor Connally were being removed from the limousine onto stretchers, +LJ031-0127|a protective circle of Secret Service agents surrounded Vice President and Mrs. Johnson|a protective circle of Secret Service agents surrounded Vice President and Mrs. Johnson +LJ031-0128|and escorted them into Parkland Hospital through the emergency entrance.|and escorted them into Parkland Hospital through the emergency entrance. +LJ031-0129|The agents moved a nurse and patient out of a nearby room, lowered the shades, and took emergency security measures to protect the Vice President.|The agents moved a nurse and patient out of a nearby room, lowered the shades, and took emergency security measures to protect the Vice President. +LJ031-0130|Two men from the President's follow-up car were detailed to help protect the Vice President.|Two men from the President's follow-up car were detailed to help protect the Vice President. +LJ031-0131|An agent was stationed at the entrance to stop anyone who was not a member of the Presidential party.|An agent was stationed at the entrance to stop anyone who was not a member of the Presidential party. +LJ031-0132|U.S. Representatives Henry B. Gonzalez,|U.S. Representatives Henry B. Gonzalez, +LJ031-0133|Jack Brooks, Homer Thornberry, and Albert Thomas joined Clifton C. Carter and the group of special agents protecting the Vice President.|Jack Brooks, Homer Thornberry, and Albert Thomas joined Clifton C. Carter and the group of special agents protecting the Vice President. +LJ031-0134|On one occasion Mrs. Johnson, accompanied by two Secret Service agents, left the room to see Mrs. Kennedy and Mrs. Connally.|On one occasion Mrs. Johnson, accompanied by two Secret Service agents, left the room to see Mrs. Kennedy and Mrs. Connally. +LJ031-0135|Concern that the Vice President might also be a target for assassination prompted the Secret Service agents to urge him to leave the hospital and return to Washington immediately.|Concern that the Vice President might also be a target for assassination prompted the Secret Service agents to urge him to leave the hospital and return to Washington immediately. +LJ031-0136|The Vice President decided to wait until he received definitive word of the President's condition.|The Vice President decided to wait until he received definitive word of the President's condition. +LJ031-0137|At approximately 1:20 p.m., Vice President Johnson was notified by O'Donnell that President Kennedy was dead.|At approximately one:twenty p.m., Vice President Johnson was notified by O'Donnell that President Kennedy was dead. +LJ031-0138|Special Agent Youngblood learned from Mrs. Johnson the location of her two daughters|Special Agent Youngblood learned from Mrs. Johnson the location of her two daughters +LJ031-0139|and made arrangements through Secret Service headquarters in Washington to provide them with protection immediately.|and made arrangements through Secret Service headquarters in Washington to provide them with protection immediately. +LJ031-0140|When consulted by the Vice President, O'Donnell advised him to go to the airfield immediately and return to Washington.|When consulted by the Vice President, O'Donnell advised him to go to the airfield immediately and return to Washington. +LJ031-0141|It was decided that the Vice President should return on the Presidential plane rather than on the Vice-Presidential plane because it had better communication equipment.|It was decided that the Vice President should return on the Presidential plane rather than on the Vice-Presidential plane because it had better communication equipment. +LJ031-0142|The Vice President conferred with White House Assistant Press Secretary Malcolm Kilduff|The Vice President conferred with White House Assistant Press Secretary Malcolm Kilduff +LJ031-0143|and decided that there would be no release of the news of the President's death until the Vice President had left the hospital.|and decided that there would be no release of the news of the President's death until the Vice President had left the hospital. +LJ031-0144|When told that Mrs. Kennedy refused to leave without the President's body, the Vice President said that he would not leave Dallas without her.|When told that Mrs. Kennedy refused to leave without the President's body, the Vice President said that he would not leave Dallas without her. +LJ031-0145|On the recommendation of the Secret Service agents, Vice President Johnson decided to board the Presidential airplane, Air Force One,|On the recommendation of the Secret Service agents, Vice President Johnson decided to board the Presidential airplane, Air Force One, +LJ031-0146|and wait for Mrs. Kennedy and the President's body.|and wait for Mrs. Kennedy and the President's body. +LJ031-0147|Secret Service Emergency Security Arrangements|Secret Service Emergency Security Arrangements +LJ031-0148|Immediately after President Kennedy's stretcher was wheeled into trauma room 1, Secret Service agents took positions at the door of the small emergency room.|Immediately after President Kennedy's stretcher was wheeled into trauma room one, Secret Service agents took positions at the door of the small emergency room. +LJ031-0149|A nurse was asked to identify hospital personnel and to tell everyone, except necessary medical staff members, to leave the emergency room.|A nurse was asked to identify hospital personnel and to tell everyone, except necessary medical staff members, to leave the emergency room. +LJ031-0150|Other Secret Service agents posted themselves in the corridors and other areas near the emergency room.|Other Secret Service agents posted themselves in the corridors and other areas near the emergency room. +LJ031-0151|Special Agent Lawson made certain that the Dallas police kept the public and press away from the immediate area of the hospital.|Special Agent Lawson made certain that the Dallas police kept the public and press away from the immediate area of the hospital. +LJ031-0152|Agents Kellerman and Hill telephoned the head of the White House detail, Gerald A. Behn, to advise him of the assassination.|Agents Kellerman and Hill telephoned the head of the White House detail, Gerald A. Behn, to advise him of the assassination. +LJ031-0153|The telephone line to Washington was kept open throughout the remainder of the stay at the hospital.|The telephone line to Washington was kept open throughout the remainder of the stay at the hospital. +LJ031-0154|Secret Service agents stationed at later stops on the President's itinerary of November 22 were redeployed.|Secret Service agents stationed at later stops on the President's itinerary of November twenty-two were redeployed. +LJ031-0155|Men at the Trade Mart were driven to Parkland Hospital in Dallas police cars.|Men at the Trade Mart were driven to Parkland Hospital in Dallas police cars. +LJ031-0156|The Secret Service group awaiting the President in Austin were instructed to return to Washington.|The Secret Service group awaiting the President in Austin were instructed to return to Washington. +LJ031-0157|Meanwhile, the Secret Service agents in charge of security at Love Field started to make arrangements for departure.|Meanwhile, the Secret Service agents in charge of security at Love Field started to make arrangements for departure. +LJ031-0158|As soon as one of the agents learned of the shooting, he asked the officer in charge of the police detail at the airport|As soon as one of the agents learned of the shooting, he asked the officer in charge of the police detail at the airport +LJ031-0159|to institute strict security measures for the Presidential aircraft, the airport terminal, and the surrounding area.|to institute strict security measures for the Presidential aircraft, the airport terminal, and the surrounding area. +LJ031-0160|The police were cautioned to prevent picture taking.|The police were cautioned to prevent picture taking. +LJ031-0161|Secret Service agents working with police cleared the areas adjacent to the aircraft, including warehouses,|Secret Service agents working with police cleared the areas adjacent to the aircraft, including warehouses, +LJ031-0162|other terminal buildings and the neighboring parking lots, of all people.|other terminal buildings and the neighboring parking lots, of all people. +LJ031-0163|The agents decided not to shift the Presidential aircraft to the far side of the airport because the original landing area was secure|The agents decided not to shift the Presidential aircraft to the far side of the airport because the original landing area was secure +LJ031-0164|and a move would require new measures.|and a move would require new measures. +LJ031-0165|When security arrangements at the airport were complete, the Secret Service made the necessary arrangements for the Vice President to leave the hospital.|When security arrangements at the airport were complete, the Secret Service made the necessary arrangements for the Vice President to leave the hospital. +LJ031-0166|Unmarked police cars took the Vice President and Mrs. Johnson from Parkland Hospital to Love Field.|Unmarked police cars took the Vice President and Mrs. Johnson from Parkland Hospital to Love Field. +LJ031-0167|Chief Curry drove one automobile occupied by Vice President Johnson, U.S. Representatives Thomas and Thornberry, and Special Agent Youngblood.|Chief Curry drove one automobile occupied by Vice President Johnson, U.S. Representatives Thomas and Thornberry, and Special Agent Youngblood. +LJ031-0168|In another car Mrs. Johnson was driven to the airport accompanied by Secret Service agents and Representative Brooks.|In another car Mrs. Johnson was driven to the airport accompanied by Secret Service agents and Representative Brooks. +LJ031-0169|Motorcade policemen who escorted the automobiles were requested by the Vice President and Agent Youngblood not to use sirens.|Motorcade policemen who escorted the automobiles were requested by the Vice President and Agent Youngblood not to use sirens. +LJ031-0170|During the drive Vice President Johnson, at Youngblood's instruction, kept below window level.|During the drive Vice President Johnson, at Youngblood's instruction, kept below window level. +LJ031-0171|Removal of the President's Body|Removal of the President's Body +LJ031-0172|While the team of doctors at Parkland Hospital tried desperately to save the life of President Kennedy,|While the team of doctors at Parkland Hospital tried desperately to save the life of President Kennedy, +LJ031-0173|Mrs. Kennedy alternated between watching them and waiting outside.|Mrs. Kennedy alternated between watching them and waiting outside. +LJ031-0174|After the President was pronounced dead,|After the President was pronounced dead, +LJ031-0175|O'Donnell tried to persuade Mrs. Kennedy to leave the area, but she refused.|O'Donnell tried to persuade Mrs. Kennedy to leave the area, but she refused. +LJ031-0176|A casket was obtained and the President's body was prepared for removal.|A casket was obtained and the President's body was prepared for removal. +LJ031-0177|Before the body could be taken from the hospital,|Before the body could be taken from the hospital, +LJ031-0178|two Dallas officials informed members of the President's start that the body could not be removed from the city until an autopsy was performed.|two Dallas officials informed members of the President's start that the body could not be removed from the city until an autopsy was performed. +LJ031-0179|Despite the protests of these officials, the casket was wheeled out of the hospital, placed in an ambulance, and transported to the airport shortly after 2 p.m.|Despite the protests of these officials, the casket was wheeled out of the hospital, placed in an ambulance, and transported to the airport shortly after two p.m. +LJ031-0180|At approximately 2:15 p.m. the casket was loaded, with some difficulty because of the narrow airplane door,|At approximately two:fifteen p.m. the casket was loaded, with some difficulty because of the narrow airplane door, +LJ031-0181|onto the rear of the Presidential plane where seats had been removed to make room.|onto the rear of the Presidential plane where seats had been removed to make room. +LJ031-0182|Concerned that the local officials might try to prevent the plane's departure, O'Donnell asked that the pilot take off immediately.|Concerned that the local officials might try to prevent the plane's departure, O'Donnell asked that the pilot take off immediately. +LJ031-0183|He was informed that takeoff would be delayed until Vice President Johnson was sworn in.|He was informed that takeoff would be delayed until Vice President Johnson was sworn in. +LJ031-0184|Swearing in of the New President|Swearing in of the New President +LJ031-0185|From the Presidential airplane, the Vice President telephoned Attorney General Robert F. Kennedy,|From the Presidential airplane, the Vice President telephoned Attorney General Robert F. Kennedy, +LJ031-0186|who advised that Mr. Johnson take the Presidential oath of office before the plane left Dallas.|who advised that Mr. Johnson take the Presidential oath of office before the plane left Dallas. +LJ031-0187|Federal Judge Sarah T. Hughes hastened to the plane to administer the oath.|Federal Judge Sarah T. Hughes hastened to the plane to administer the oath. +LJ031-0188|Members of the Presidential and Vice-Presidential parties filled the central compartment of the plane to witness the swearing in.|Members of the Presidential and Vice-Presidential parties filled the central compartment of the plane to witness the swearing in. +LJ031-0189|At 2:38 p.m., Eastern Standard Time, Lyndon Baines Johnson took the oath of office as the 36th President of the United States.|At two:thirty-eight p.m., Eastern Standard Time, Lyndon Baines Johnson took the oath of office as the thirty-sixth President of the United States. +LJ031-0190|Mrs. Kennedy and Mrs. Johnson stood at the side of the new President as he took the oath of office.|Mrs. Kennedy and Mrs. Johnson stood at the side of the new President as he took the oath of office. +LJ031-0191|Nine minutes later, the Presidential airplane departed for Washington, D.C.|Nine minutes later, the Presidential airplane departed for Washington, D.C. +LJ031-0192|Return to Washington, D.C.|Return to Washington, D.C. +LJ031-0193|On the return flight, Mrs. Kennedy sat with David Powers, Kenneth O'Donnell, and Lawrence O'Brien.|On the return flight, Mrs. Kennedy sat with David Powers, Kenneth O'Donnell, and Lawrence O'Brien. +LJ031-0194|At 5:58 p.m. Eastern Standard Time,|At five:fifty-eight p.m. Eastern Standard Time, +LJ031-0195|Air Force One landed at Andrews Air Force Base, where President Kennedy had begun his last trip only 31 hours before.|Air Force One landed at Andrews Air Force Base, where President Kennedy had begun his last trip only thirty-one hours before. +LJ031-0196|Detailed security arrangements had been made by radio from the President's plane on the return flight.|Detailed security arrangements had been made by radio from the President's plane on the return flight. +LJ031-0197|The public had been excluded from the base, and only Government officials and the press were permitted near the landing area.|The public had been excluded from the base, and only Government officials and the press were permitted near the landing area. +LJ031-0198|Upon arrival, President Johnson made a brief statement over television and radio.|Upon arrival, President Johnson made a brief statement over television and radio. +LJ031-0199|President and Mrs. Johnson were flown by helicopter to the White House, from where Mrs. Johnson was driven to her residence under Secret Service escort.|President and Mrs. Johnson were flown by helicopter to the White House, from where Mrs. Johnson was driven to her residence under Secret Service escort. +LJ031-0200|The President then walked to the Executive Office Building, where he worked until 9 p.m.|The President then walked to the Executive Office Building, where he worked until nine p.m. +LJ031-0201|Given a choice between the National Naval Medical Center at Bethesda, Maryland, and the Army's Walter Reed Hospital,|Given a choice between the National Naval Medical Center at Bethesda, Maryland, and the Army's Walter Reed Hospital, +LJ031-0202|Mrs. Kennedy chose the hospital in Bethesda for the autopsy because the President had served in the Navy.|Mrs. Kennedy chose the hospital in Bethesda for the autopsy because the President had served in the Navy. +LJ031-0203|Mrs. Kennedy and the Attorney General,|Mrs. Kennedy and the Attorney General, +LJ031-0204|with three Secret Service agents, accompanied President Kennedy's body on the 45-minute automobile trip from Andrews Air Force Base to the hospital.|with three Secret Service agents, accompanied President Kennedy's body on the forty-five-minute automobile trip from Andrews Air Force Base to the hospital. +LJ031-0205|On the 17th floor of the Hospital, Mrs. Kennedy and the Attorney General joined other members of the Kennedy family to await the conclusion of the autopsy.|On the seventeenth floor of the Hospital, Mrs. Kennedy and the Attorney General joined other members of the Kennedy family to await the conclusion of the autopsy. +LJ031-0206|Mrs. Kennedy was guarded by Secret Service agents in quarters assigned to her in the naval hospital.|Mrs. Kennedy was guarded by Secret Service agents in quarters assigned to her in the naval hospital. +LJ031-0207|The Secret Service established a communication system with the White House and screened all telephone calls and visitors.|The Secret Service established a communication system with the White House and screened all telephone calls and visitors. +LJ031-0208|The hospital received the President's body for autopsy at approximately 7:35 p.m.|The hospital received the President's body for autopsy at approximately seven:thirty-five p.m. +LJ031-0209|X-rays and photographs were taken preliminarily and the pathological examination began at about 8 p.m.|X-rays and photographs were taken preliminarily and the pathological examination began at about eight p.m. +LJ031-0210|The autopsy report noted that President Kennedy was 46 years of age, 72 and one half inches tall,|The autopsy report noted that President Kennedy was forty-six years of age, seventy-two and one half inches tall, +LJ031-0211|weighed 170 pounds, had blue eyes and reddish-brown hair.|weighed one hundred seventy pounds, had blue eyes and reddish-brown hair. +LJ031-0212|The body was muscular and well developed with no gross skeletal abnormalities except for those caused by the gunshot wounds.|The body was muscular and well developed with no gross skeletal abnormalities except for those caused by the gunshot wounds. +LJ031-0213|Under "Pathological Diagnosis" the cause of death was set forth as "Gunshot wound, head."|Under "Pathological Diagnosis" the cause of death was set forth as "Gunshot wound, head." +LJ031-0214|The autopsy examination revealed two wounds in the President's head.|The autopsy examination revealed two wounds in the President's head. +LJ031-0215|One wound, approximately one-fourth of an inch by five-eighths of an inch (6 by 15 millimeters),|One wound, approximately one-fourth of an inch by five-eighths of an inch (six by fifteen millimeters), +LJ031-0216|was located about an inch (2.5 centimeters) to the right and slightly above the large bony protrusion|was located about an inch (two point five centimeters) to the right and slightly above the large bony protrusion +LJ031-0217|(external occipital protuberance) which juts out at the center of the lower part of the back of the skull.|(external occipital protuberance) which juts out at the center of the lower part of the back of the skull. +LJ031-0218|The second head wound measured approximately 5 inches (13 centimeters) in its greatest diameter,|The second head wound measured approximately five inches (thirteen centimeters) in its greatest diameter, +LJ031-0219|but it was difficult to measure accurately because multiple crisscross fractures radiated from the large defect.|but it was difficult to measure accurately because multiple crisscross fractures radiated from the large defect. +LJ031-0220|During the autopsy examination, Federal agents brought the surgeons three pieces of bone recovered from Elm Street and the Presidential automobile.|During the autopsy examination, Federal agents brought the surgeons three pieces of bone recovered from Elm Street and the Presidential automobile. +LJ031-0221|When put together, these fragments accounted for approximately three-quarters of the missing portion of the skull.|When put together, these fragments accounted for approximately three-quarters of the missing portion of the skull. +LJ031-0222|The surgeons observed, through X-ray analysis, 30 or 40 tiny dustlike fragments of metal|The surgeons observed, through X-ray analysis, thirty or forty tiny dustlike fragments of metal +LJ031-0223|running in a line from the wound in the rear of the President's head toward the front part of the skull,|running in a line from the wound in the rear of the President's head toward the front part of the skull, +LJ031-0224|with a sizable metal fragment lying just above the right eye.|with a sizable metal fragment lying just above the right eye. +LJ031-0225|From this head wound two small irregularly shaped fragments of metal were recovered and turned over to the FBI.|From this head wound two small irregularly shaped fragments of metal were recovered and turned over to the FBI. +LJ031-0226|The autopsy also disclosed a wound near the base of the back of President Kennedy's neck slightly to the right of his spine.|The autopsy also disclosed a wound near the base of the back of President Kennedy's neck slightly to the right of his spine. +LJ031-0228|concluded that the bullet had emerged from the front portion of the President's neck that had been cut away by the tracheotomy at Parkland.|concluded that the bullet had emerged from the front portion of the President's neck that had been cut away by the tracheotomy at Parkland. +LJ031-0229|The nature and characteristics of this neck wound are discussed fully in the next chapter.|The nature and characteristics of this neck wound are discussed fully in the next chapter. +LJ031-0230|After the autopsy was concluded at approximately 11 p.m., the President's body was prepared for burial.|After the autopsy was concluded at approximately eleven p.m., the President's body was prepared for burial. +LJ031-0231|This was finished at approximately 4 a.m.|This was finished at approximately four a.m. +LJ031-0232|Shortly thereafter, the President's wife, family and aides left Bethesda Naval Hospital.|Shortly thereafter, the President's wife, family and aides left Bethesda Naval Hospital. +LJ031-0233|The President's body was taken to the East Room of the White House where it was placed under ceremonial military guard.|The President's body was taken to the East Room of the White House where it was placed under ceremonial military guard. +LJ032-0001|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy.|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. +LJ032-0002|Chapter 4. The Assassin: Part 1.|Chapter four. The Assassin: Part one. +LJ032-0003|The preceding chapter has established that the bullets which killed President Kennedy and wounded Governor Connally|The preceding chapter has established that the bullets which killed President Kennedy and wounded Governor Connally +LJ032-0004|were fired from the southeast corner window of the sixth floor of the Texas School Book Depository Building|were fired from the southeast corner window of the sixth floor of the Texas School Book Depository Building +LJ032-0005|and that the weapon which fired these bullets was a Mannlicher-Carcano|and that the weapon which fired these bullets was a Mannlicher-Carcano +LJ032-0006|6.5-millimeter Italian rifle bearing the serial number C2766.|six point five-millimeter Italian rifle bearing the serial number C two seven six six. +LJ032-0007|In this chapter the Commission evaluates the evidence upon which it has based its conclusion concerning the identity of the assassin.|In this chapter the Commission evaluates the evidence upon which it has based its conclusion concerning the identity of the assassin. +LJ032-0008|This evidence includes (1) the ownership and possession of the weapon used to commit the assassination,|This evidence includes (one) the ownership and possession of the weapon used to commit the assassination, +LJ032-0009|(2) the means by which the weapon was brought into the Depository Building,|(two) the means by which the weapon was brought into the Depository Building, +LJ032-0010|(3) the identity of the person present at the window from which the shots were fired,|(three) the identity of the person present at the window from which the shots were fired, +LJ032-0011|(4) the killing of Dallas Patrolman J. D. Tippit within 45 minutes after the assassination, (5)|(four) the killing of Dallas Patrolman J. D. Tippit within forty-five minutes after the assassination, (five) +LJ032-0012|the resistance to arrest and the attempted shooting of another police officer by the man (Lee Harvey Oswald) subsequently accused of assassinating President Kennedy|the resistance to arrest and the attempted shooting of another police officer by the man (Lee Harvey Oswald) subsequently accused of assassinating President Kennedy +LJ032-0013|and killing Patrolman Tippit,|and killing Patrolman Tippit, +LJ032-0014|(6) the lies told to the police by Oswald, (7)|(six) the lies told to the police by Oswald, (seven) +LJ032-0015|the evidence linking Oswald to the attempted killing of Maj. Gen. Edwin A. Walker (Resigned, U.S. Army) on April 10, 1963,|the evidence linking Oswald to the attempted killing of Maj. Gen. Edwin A. Walker (Resigned, U.S. Army) on April ten, nineteen sixty-three, +LJ032-0016|and (8) Oswald's capability with a rifle.|and (eight) Oswald's capability with a rifle. +LJ032-0017|Ownership And Possession Of Assassination Weapon|Ownership And Possession Of Assassination Weapon +LJ032-0018|Purchase of Rifle by Oswald|Purchase of Rifle by Oswald +LJ032-0019|Shortly after the Mannlicher-Carcano rifle was found on the sixth floor of the Texas School Book Depository Building, agents of the FBI|Shortly after the Mannlicher-Carcano rifle was found on the sixth floor of the Texas School Book Depository Building, agents of the FBI +LJ032-0020|learned from retail outlets in Dallas that Crescent Firearms, Inc., of New York City,|learned from retail outlets in Dallas that Crescent Firearms, Inc., of New York City, +LJ032-0021|was a distributor of surplus Italian 6.5-millimeter military rifles. During the evening of November 22, 1963,|was a distributor of surplus Italian six point five-millimeter military rifles. During the evening of November twenty-two, nineteen sixty-three, +LJ032-0022|a review of the records of Crescent Firearms revealed that the firm had shipped an Italian carbine, serial number C2766,|a review of the records of Crescent Firearms revealed that the firm had shipped an Italian carbine, serial number C two seven six six, +LJ032-0023|to Klein's Sporting Goods Co., of Chicago, Illinois.|to Klein's Sporting Goods Co., of Chicago, Illinois. +LJ032-0024|After searching their records from 10 p.m. to 4 a.m.|After searching their records from ten p.m. to four a.m. +LJ032-0025|the officers of Klein's discovered that a rifle bearing serial number C2766 had been shipped to one A. Hidell,|the officers of Klein's discovered that a rifle bearing serial number C two seven six six had been shipped to one A. Hidell, +LJ032-0026|Post Office Box 2915, Dallas, Texas, on March 20, 1963.|Post Office Box two nine one five, Dallas, Texas, on March twenty, nineteen sixty-three. +LJ032-0027|According to its microfilm records, Klein's received an order for a rifle on March 13, 1963,|According to its microfilm records, Klein's received an order for a rifle on March thirteen, nineteen sixty-three, +LJ032-0028|on a coupon clipped from the February 1963 issue of the American Rifleman magazine.|on a coupon clipped from the February nineteen sixty-three issue of the American Rifleman magazine. +LJ032-0029|The order coupon was signed, in handprinting, "A. Hidell, P.O. Box 2915, Dallas, Texas."|The order coupon was signed, in handprinting, "A. Hidell, P.O. Box two nine one five, Dallas, Texas." +LJ032-0030|It was sent in an envelope bearing the same name and return address in handwriting.|It was sent in an envelope bearing the same name and return address in handwriting. +LJ032-0031|Document examiners for the Treasury Department and the FBI testified unequivocally|Document examiners for the Treasury Department and the FBI testified unequivocally +LJ032-0032|that the bold printing on the face of the mail-order coupon was in the handprinting of Lee Harvey Oswald and that the writing on the envelope was also his.|that the bold printing on the face of the mail-order coupon was in the handprinting of Lee Harvey Oswald and that the writing on the envelope was also his. +LJ032-0033|Oswald's writing on these and other documents was identified by comparing the writing and printing on the documents in question|Oswald's writing on these and other documents was identified by comparing the writing and printing on the documents in question +LJ032-0034|with that appearing on documents known to have been written by Oswald, such as his letters, passport application, and endorsements of checks.|with that appearing on documents known to have been written by Oswald, such as his letters, passport application, and endorsements of checks. +LJ032-0035|In addition to the order coupon the envelope contained a. U.S. postal money order for $21.45,|In addition to the order coupon the envelope contained a. U.S. postal money order for twenty-one dollars, forty-five cents, +LJ032-0036|purchased as No. 2,202,130,462 in Dallas, Texas, on March 12, 1963.|purchased as Number two two zero two one three zero four six two in Dallas, Texas, on March twelve, nineteen sixty-three. +LJ032-0037|The canceled money order was obtained from the Post Office Department.|The canceled money order was obtained from the Post Office Department. +LJ032-0038|Opposite the printed words "Pay To" were written the words "Kleins Sporting Goods,"|Opposite the printed words "Pay To" were written the words "Kleins Sporting Goods," +LJ032-0039|and opposite the printed word "From"|and opposite the printed word "From" +LJ032-0040|were written the words "A. Hidell, P.O. Box 2915 Dallas, Texas."|were written the words "A. Hidell, P.O. Box two nine one five Dallas, Texas." +LJ032-0041|These words were also in the handwriting of Lee Harvey Oswald.|These words were also in the handwriting of Lee Harvey Oswald. +LJ032-0042|From Klein's records it was possible to trace the processing of the order after its receipt.|From Klein's records it was possible to trace the processing of the order after its receipt. +LJ032-0043|A bank deposit made on March 13, 1963, included an item of $21.45. Klein's shipping order form|A bank deposit made on March thirteen, nineteen sixty-three, included an item of twenty-one dollars, forty-five cents. Klein's shipping order form +LJ032-0044|shows an imprint made by the cash register which recorded the receipt of $21.45 on March 13, 1963.|shows an imprint made by the cash register which recorded the receipt of twenty-one dollars, forty-five cents on March thirteen, nineteen sixty-three. +LJ032-0045|This price included $19.95 for the rifle and the scope, and $1.50 for postage and handling.|This price included nineteen dollars, ninety-five cents for the rifle and the scope, and one dollar, fifty cents for postage and handling. +LJ032-0046|The rifle without the scope cost only $12.78.|The rifle without the scope cost only twelve dollars, seventy-eight cents. +LJ032-0047|According to the vice president of Klein's, William Waldman,|According to the vice president of Klein's, William Waldman, +LJ032-0048|the scope was mounted on the rifle by a gunsmith employed by Klein's, and the rifle was shipped fully assembled in accordance with customary company procedures.|the scope was mounted on the rifle by a gunsmith employed by Klein's, and the rifle was shipped fully assembled in accordance with customary company procedures. +LJ032-0049|The specific rifle shipped against the order had been received by Klein's from Crescent on February 21, 1963.|The specific rifle shipped against the order had been received by Klein's from Crescent on February twenty-one, nineteen sixty-three. +LJ032-0050|It bore the manufacturer's serial number C2766.|It bore the manufacturer's serial number C two seven six six. +LJ032-0051|On that date, Klein's placed an internal control number VC836 on this rifle.|On that date, Klein's placed an internal control number V C eight three six on this rifle. +LJ032-0052|According to Klein's shipping order form, one Italian carbine 6.5 x 4 x scope,|According to Klein's shipping order form, one Italian carbine six point five x four x scope, +LJ032-0053|control number VC836, serial number C2766, was shipped parcel post to|control number V C eight three six, serial number C two seven six six, was shipped parcel post to +LJ032-0054|"A. Hidell, P.O. Box 2915, Dallas, Texas," on March 20, 1963.|"A. Hidell, P.O. Box two nine one five, Dallas, Texas," on March twenty, nineteen sixty-three. +LJ032-0055|Information received from the Italian Armed Forces Intelligence Service has established that this particular rifle was the only rifle of its type|Information received from the Italian Armed Forces Intelligence Service has established that this particular rifle was the only rifle of its type +LJ032-0056|bearing serial number C2766.|bearing serial number C two seven six six. +LJ032-0057|The post office box to which the rifle was shipped was rented to "Lee H. Oswald" from October 9, 1962,|The post office box to which the rifle was shipped was rented to "Lee H. Oswald" from October nine, nineteen sixty-two, +LJ032-0058|to May 14, 1963.|to May fourteen, nineteen sixty-three. +LJ032-0059|Experts on handwriting identification from the Treasury Department and the FBI|Experts on handwriting identification from the Treasury Department and the FBI +LJ032-0060|testified that the signature and other writing on the application for that box were in the handwriting of Lee Harvey Oswald|testified that the signature and other writing on the application for that box were in the handwriting of Lee Harvey Oswald +LJ032-0061|as was a change-of-address card dated May 12, 1963,|as was a change-of-address card dated May twelve, nineteen sixty-three, +LJ032-0062|by which Oswald requested that mail addressed to that box be forwarded to him in New Orleans, where he had moved on April 24.|by which Oswald requested that mail addressed to that box be forwarded to him in New Orleans, where he had moved on April twenty-four. +LJ032-0063|Since the rifle was shipped from Chicago on March 20, 1963, it was received in Dallas during the period when Oswald rented and used the box.|Since the rifle was shipped from Chicago on March twenty, nineteen sixty-three, it was received in Dallas during the period when Oswald rented and used the box. +LJ032-0064|It is not known whether the application for post office box 2915 listed "A. Hidell" as a person entitled to receive mail at this box.|It is not known whether the application for post office box two nine one five listed "A. Hidell" as a person entitled to receive mail at this box. +LJ032-0065|In accordance with postal regulations, the portion of the application which lists names of persons, other than the applicant, entitled to receive mail|In accordance with postal regulations, the portion of the application which lists names of persons, other than the applicant, entitled to receive mail +LJ032-0066|was thrown away after the box was closed in May 1963.|was thrown away after the box was closed in May nineteen sixty-three. +LJ032-0067|Postal Inspector Harry D. Holmes of the Dallas Post Office testified, however, that when a package is received for a certain box,|Postal Inspector Harry D. Holmes of the Dallas Post Office testified, however, that when a package is received for a certain box, +LJ032-0068|a notice is placed in that box regardless of whether the name on the package is listed on the application as a person entitled to receive mail through that box.|a notice is placed in that box regardless of whether the name on the package is listed on the application as a person entitled to receive mail through that box. +LJ032-0069|The person having access to the box then takes the notice to the window and is given the package.|The person having access to the box then takes the notice to the window and is given the package. +LJ032-0070|Ordinarily, Inspector Holmes testified, identification is not requested because it is assumed that the person with the notice is entitled to the package.|Ordinarily, Inspector Holmes testified, identification is not requested because it is assumed that the person with the notice is entitled to the package. +LJ032-0071|Oswald's use of the name "Hidell" to purchase the assassination weapon was one of several instances in which he used this name as an alias.|Oswald's use of the name "Hidell" to purchase the assassination weapon was one of several instances in which he used this name as an alias. +LJ032-0072|When arrested on the day of the assassination, he had in his possession a Smith & Wesson 38 caliber revolver|When arrested on the day of the assassination, he had in his possession a Smith and Wesson thirty-eight caliber revolver +LJ032-0073|purchased by mail-order coupon from Seaport-Traders, Inc., a mail-order division of George Rose & Co., Los Angeles.|purchased by mail-order coupon from Seaport-Traders, Inc., a mail-order division of George Rose and Co., Los Angeles. +LJ032-0074|The mail-order coupon listed the purchaser as "A. J. Hidell Age 28"|The mail-order coupon listed the purchaser as "A. J. Hidell Age twenty-eight" +LJ032-0075|with the address of post office box 2915 in Dallas.|with the address of post office box two nine one five in Dallas. +LJ032-0076|Handwriting experts from the FBI and the Treasury Department testified that the writing on the mail-order form was that of Lee Harvey Oswald.|Handwriting experts from the FBI and the Treasury Department testified that the writing on the mail-order form was that of Lee Harvey Oswald. +LJ032-0077|Among other identification cards in Oswald's wallet at the time of his arrest were a Selective Service notice of classification,|Among other identification cards in Oswald's wallet at the time of his arrest were a Selective Service notice of classification, +LJ032-0078|a Selective Service registration certificate, and a certificate of service in the U.S. Marine Corps, all three cards being in his own name.|a Selective Service registration certificate, and a certificate of service in the U.S. Marine Corps, all three cards being in his own name. +LJ032-0079|Also in his wallet at that time|Also in his wallet at that time +LJ032-0080|were a Selective Service notice of classification and a Marine certificate of service in the name of Alek James Hidell.|were a Selective Service notice of classification and a Marine certificate of service in the name of Alek James Hidell. +LJ032-0081|On the Hidell Selective Service card there appeared a signature, "Alek J. Hidell,"|On the Hidell Selective Service card there appeared a signature, "Alek J. Hidell," +LJ032-0082|and the photograph of Lee Harvey Oswald.|and the photograph of Lee Harvey Oswald. +LJ032-0083|Experts on questioned documents from the Treasury Department and the FBI testified that the Hidell cards were counterfeit photographic reproductions|Experts on questioned documents from the Treasury Department and the FBI testified that the Hidell cards were counterfeit photographic reproductions +LJ032-0084|made by photographing the Oswald cards, retouching the resulting negatives, and producing prints from the retouched negatives.|made by photographing the Oswald cards, retouching the resulting negatives, and producing prints from the retouched negatives. +LJ032-0085|The Hidell signature on the notice of classification was in the handwriting of Oswald.|The Hidell signature on the notice of classification was in the handwriting of Oswald. +LJ032-0086|In Oswald's personal effects found in his room at 1026 North Beckley Avenue in Dallas|In Oswald's personal effects found in his room at ten twenty-six North Beckley Avenue in Dallas +LJ032-0087|was a purported international certificate of vaccination signed by "Dr. A. J. Hideel,|was a purported international certificate of vaccination signed by "Dr. A. J. Hideel, +LJ032-0088|Post Office Box 30016, New Orleans|Post Office Box three zero zero one six, New Orleans +LJ032-0089|It certified that Lee Harvey Oswald had been vaccinated for smallpox on June 8, 1963.|It certified that Lee Harvey Oswald had been vaccinated for smallpox on June eight, nineteen sixty-three. +LJ032-0090|This, too, was a forgery. The signature of "A. J. Hideel" was in the handwriting of Lee Harvey Oswald.|This, too, was a forgery. The signature of "A. J. Hideel" was in the handwriting of Lee Harvey Oswald. +LJ032-0091|There is no "Dr. Hideel" licensed to practice medicine in Louisiana.|There is no "Dr. Hideel" licensed to practice medicine in Louisiana. +LJ032-0092|There is no post office box 30016 in the New Orleans Post Office|There is no post office box three zero zero one six in the New Orleans Post Office +LJ032-0093|but Oswald had rented post office box 30061 in New Orleans on June 3, 1963,|but Oswald had rented post office box three zero zero six one in New Orleans on June three, nineteen sixty-three, +LJ032-0094|listing Marina Oswald and A. J. Hidell|listing Marina Oswald and A. J. Hidell +LJ032-0095|as additional persons entitled to receive mail in the box. The New Orleans postal authorities had not discarded the portion of the application|as additional persons entitled to receive mail in the box. The New Orleans postal authorities had not discarded the portion of the application +LJ032-0096|listing the names of those, other than the owner of the box, entitled to receive mail through the box.|listing the names of those, other than the owner of the box, entitled to receive mail through the box. +LJ032-0097|Expert testimony confirmed that the writing on this application was that of Lee Harvey Oswald.|Expert testimony confirmed that the writing on this application was that of Lee Harvey Oswald. +LJ032-0098|Hidell's name on the post office box application was part of Oswald's use of a nonexistent Hidell|Hidell's name on the post office box application was part of Oswald's use of a nonexistent Hidell +LJ032-0099|to serve as president of the so-called New Orleans Chapter of the Fair Play for Cuba Committee.|to serve as president of the so-called New Orleans Chapter of the Fair Play for Cuba Committee. +LJ032-0101|testified that she first learned of Oswald's use of the fictitious name "Hidell" in connection with his pro-Castro activities in New Orleans.|testified that she first learned of Oswald's use of the fictitious name "Hidell" in connection with his pro-Castro activities in New Orleans. +LJ032-0102|According to her testimony, he compelled her to write the name "Hidell" on membership cards in the space designated for the signature of the "Chapter President."|According to her testimony, he compelled her to write the name "Hidell" on membership cards in the space designated for the signature of the "Chapter President." +LJ032-0103|The name "Hidell" was stamped on some of the "Chapter's" printed literature and on the membership application blanks.|The name "Hidell" was stamped on some of the "Chapter's" printed literature and on the membership application blanks. +LJ032-0104|Marina Oswald testified,|Marina Oswald testified, +LJ032-0105|quote, I knew there was no such organization. And I know Hidell is merely an altered Fidel, and I laughed at such foolishness.|quote, I knew there was no such organization. And I know Hidell is merely an altered Fidel, and I laughed at such foolishness. +LJ032-0106|end quote. Hidell was a fictitious president of an organization of which Oswald was the only member.|end quote. Hidell was a fictitious president of an organization of which Oswald was the only member. +LJ032-0107|When seeking employment in New Orleans,|When seeking employment in New Orleans, +LJ032-0108|Oswald listed a "Sgt. Robert Hidell" as a reference on one job application and "George Hidell" as a reference on another.|Oswald listed a "Sgt. Robert Hidell" as a reference on one job application and "George Hidell" as a reference on another. +LJ032-0109|Both names were found to be fictitious.|Both names were found to be fictitious. +LJ032-0110|Moreover, the use of "Alek" as a first name for Hidell is a further link to Oswald because "Alek" was Oswald's nickname in Russia.|Moreover, the use of "Alek" as a first name for Hidell is a further link to Oswald because "Alek" was Oswald's nickname in Russia. +LJ032-0111|Letters received by Marina Oswald from her husband signed "Alek" were given to the Commission.|Letters received by Marina Oswald from her husband signed "Alek" were given to the Commission. +LJ032-0112|Oswald's Palmprint on Rifle Barrel|Oswald's Palmprint on Rifle Barrel +LJ032-0113|Based on the above evidence, the Commission concluded that Oswald purchased the rifle found on the sixth floor of the Depository Building.|Based on the above evidence, the Commission concluded that Oswald purchased the rifle found on the sixth floor of the Depository Building. +LJ032-0114|Additional evidence of ownership was provided in the form of palmprint identification which indicated that Oswald had possession of the rifle he had purchased.|Additional evidence of ownership was provided in the form of palmprint identification which indicated that Oswald had possession of the rifle he had purchased. +LJ032-0115|A few minutes after the rifle was discovered on the sixth floor of the Depository Building|A few minutes after the rifle was discovered on the sixth floor of the Depository Building +LJ032-0116|it was examined by Lt. J. C. Day of the identification bureau of the Dallas police.|it was examined by Lt. J. C. Day of the identification bureau of the Dallas police. +LJ032-0117|He lifted the rifle by the wooden stock after his examination convinced him that the wood was too rough to take fingerprints.|He lifted the rifle by the wooden stock after his examination convinced him that the wood was too rough to take fingerprints. +LJ032-0118|Capt. J. W. Fritz then ejected a cartridge by operating the bolt,|Capt. J. W. Fritz then ejected a cartridge by operating the bolt, +LJ032-0119|but only after Day viewed the knob on the bolt through a magnifying glass and found no prints.|but only after Day viewed the knob on the bolt through a magnifying glass and found no prints. +LJ032-0120|Day continued to examine the rifle with the magnifying glass, looking for possible fingerprints.|Day continued to examine the rifle with the magnifying glass, looking for possible fingerprints. +LJ032-0121|He applied fingerprint powder to the side of the metal housing near the trigger, and noticed traces of two prints.|He applied fingerprint powder to the side of the metal housing near the trigger, and noticed traces of two prints. +LJ032-0122|At 11:45 p.m. on November 22,|At eleven:forty-five p.m. on November twenty-two, +LJ032-0123|the rifle was released to the FBI and forwarded to Washington where it was examined on the morning of November 23|the rifle was released to the FBI and forwarded to Washington where it was examined on the morning of November twenty-three +LJ032-0124|by Sebastian F. Latona, supervisor of the Latent Fingerprint Section of the FBI's Identification Division.|by Sebastian F. Latona, supervisor of the Latent Fingerprint Section of the FBI's Identification Division. +LJ032-0125|In his testimony before the Commission, Latona stated that when he received the rifle, the area where prints were visible was protected by cellophane.|In his testimony before the Commission, Latona stated that when he received the rifle, the area where prints were visible was protected by cellophane. +LJ032-0126|He examined these prints, as well as photographs of them which the Dallas police had made, and concluded that:|He examined these prints, as well as photographs of them which the Dallas police had made, and concluded that: +LJ032-0127|the formations, the ridge formations and characteristics, were insufficient for purposes of either effecting identification|the formations, the ridge formations and characteristics, were insufficient for purposes of either effecting identification +LJ032-0128|or a determination that the print was not identical with the prints of people.|or a determination that the print was not identical with the prints of people. +LJ032-0129|Accordingly, my opinion simply was that the latent prints which were there were of no value, end quote.|Accordingly, my opinion simply was that the latent prints which were there were of no value, end quote. +LJ032-0130|Latona then processed the complete weapon but developed no identifiable prints.|Latona then processed the complete weapon but developed no identifiable prints. +LJ032-0131|He stated that the poor quality of the wood and the metal would cause the rifle to absorb moisture from the skin, thereby making a clear print unlikely.|He stated that the poor quality of the wood and the metal would cause the rifle to absorb moisture from the skin, thereby making a clear print unlikely. +LJ032-0132|On November 22, however, before surrendering possession of the rifle to the FBI Laboratory,|On November twenty-two, however, before surrendering possession of the rifle to the FBI Laboratory, +LJ032-0133|Lieutenant Day of the Dallas Police Department had "lifted" a palmprint from the underside of the gun barrel|Lieutenant Day of the Dallas Police Department had "lifted" a palmprint from the underside of the gun barrel +LJ032-0134|quote, near the firing end of the barrel about 3 inches under the woodstock when I took the woodstock loose, end quote,|quote, near the firing end of the barrel about three inches under the woodstock when I took the woodstock loose, end quote, +LJ032-0135|"Lifting" a print involves the use of adhesive material to remove the fingerprint powder which adheres to the original print.|"Lifting" a print involves the use of adhesive material to remove the fingerprint powder which adheres to the original print. +LJ032-0136|In this way the powdered impression is actually removed from the object.|In this way the powdered impression is actually removed from the object. +LJ032-0137|The lifting had been so complete in this case that there was no trace of the print on the rifle itself when it was examined by Latona.|The lifting had been so complete in this case that there was no trace of the print on the rifle itself when it was examined by Latona. +LJ032-0138|Nor was there any indication that the lift had been performed.|Nor was there any indication that the lift had been performed. +LJ032-0139|Day, on the other hand, believed that sufficient traces of the print had been left on the rifle barrel,|Day, on the other hand, believed that sufficient traces of the print had been left on the rifle barrel, +LJ032-0140|because he did not release the lifted print until November 26, when he received instructions to send "everything that we had" to the FBI.|because he did not release the lifted print until November twenty-six, when he received instructions to send "everything that we had" to the FBI. +LJ032-0141|The print arrived in the FBI Laboratory in Washington on November 29, mounted on a card on which Lieutenant Day had written the words|The print arrived in the FBI Laboratory in Washington on November twenty-nine, mounted on a card on which Lieutenant Day had written the words +LJ032-0142|quote, off underside gun barrel near end of grip C2766, end quote,|quote, off underside gun barrel near end of grip C two seven six six, end quote, +LJ032-0143|The print's positive identity as having been lifted from the rifle|The print's positive identity as having been lifted from the rifle +LJ032-0144|was confirmed by FBI Laboratory tests which established that the adhesive material bearing the print|was confirmed by FBI Laboratory tests which established that the adhesive material bearing the print +LJ032-0145|also bore impressions of the same irregularities that appeared on the barrel of the rifle.|also bore impressions of the same irregularities that appeared on the barrel of the rifle. +LJ032-0146|Latona testified that this palmprint was the right palmprint of Lee Harvey Oswald.|Latona testified that this palmprint was the right palmprint of Lee Harvey Oswald. +LJ032-0147|At the request of the Commission, Arthur Mandella,|At the request of the Commission, Arthur Mandella, +LJ032-0148|fingerprint expert with the New York City Police Department, conducted an independent examination and also determined that this was the right palmprint of Oswald.|fingerprint expert with the New York City Police Department, conducted an independent examination and also determined that this was the right palmprint of Oswald. +LJ032-0149|Latona's findings were also confirmed by Ronald G. Wittmus, another FBI fingerprint expert.|Latona's findings were also confirmed by Ronald G. Wittmus, another FBI fingerprint expert. +LJ032-0150|In the opinion of these experts, it was not possible to estimate the time which elapsed between the placing of the print on the rifle and the date of the lift.|In the opinion of these experts, it was not possible to estimate the time which elapsed between the placing of the print on the rifle and the date of the lift. +LJ032-0151|Experts testifying before the Commission agreed that palmprints are as unique as fingerprints for purposes of establishing identification.|Experts testifying before the Commission agreed that palmprints are as unique as fingerprints for purposes of establishing identification. +LJ032-0152|Oswald's palmprint on the underside of the barrel demonstrates that he handled the rifle when it was disassembled.|Oswald's palmprint on the underside of the barrel demonstrates that he handled the rifle when it was disassembled. +LJ032-0153|A palmprint could not be placed on this portion of the rifle, when assembled, because the wooden foregrip covers the barrel at this point.|A palmprint could not be placed on this portion of the rifle, when assembled, because the wooden foregrip covers the barrel at this point. +LJ032-0154|The print is additional proof that the rifle was in Oswald's possession.|The print is additional proof that the rifle was in Oswald's possession. +LJ032-0155|Fibers on Rifle|Fibers on Rifle +LJ032-0156|In a crevice between the butt plate of the rifle and the wooden stock|In a crevice between the butt plate of the rifle and the wooden stock +LJ032-0157|was a tuft of several cotton fibers of dark blue, gray-black, and orange-yellow shades.|was a tuft of several cotton fibers of dark blue, gray-black, and orange-yellow shades. +LJ032-0158|On November 23, 1963,|On November twenty-three, nineteen sixty-three, +LJ032-0159|these fibers were examined by Paul M. Stombaugh, a special agent assigned to the Hair and Fiber Unit of the FBI Laboratory.|these fibers were examined by Paul M. Stombaugh, a special agent assigned to the Hair and Fiber Unit of the FBI Laboratory. +LJ032-0160|He compared them with the fibers found in the shirt which Oswald was wearing when arrested in the Texas Theatre.|He compared them with the fibers found in the shirt which Oswald was wearing when arrested in the Texas Theatre. +LJ032-0161|This shirt was also composed of dark blue, gray- black and orange-yellow cotton fibers.|This shirt was also composed of dark blue, gray- black and orange-yellow cotton fibers. +LJ032-0162|Stombaugh testified that the colors, shades, and twist of the fibers found in the tuft on the rifle matched those in Oswald's shirt.|Stombaugh testified that the colors, shades, and twist of the fibers found in the tuft on the rifle matched those in Oswald's shirt. +LJ032-0163|Stombaugh explained in his testimony that in fiber analysis, as distinct from fingerprint or firearms identification,|Stombaugh explained in his testimony that in fiber analysis, as distinct from fingerprint or firearms identification, +LJ032-0164|it is not possible to state with scientific certainty that a particular small group of fibers come from a certain piece of clothing|it is not possible to state with scientific certainty that a particular small group of fibers come from a certain piece of clothing +LJ032-0166|Judgments as to probability will depend on the number and types of matches.|Judgments as to probability will depend on the number and types of matches. +LJ032-0167|He concluded, quote, There is no doubt in my mind that these fibers could have come from this shirt.|He concluded, quote, There is no doubt in my mind that these fibers could have come from this shirt. +LJ032-0168|There is no way, however, to eliminate the possibility of the fibers having come from another identical shirt, end quote,|There is no way, however, to eliminate the possibility of the fibers having come from another identical shirt, end quote, +LJ032-0169|Having considered the probabilities as explained in Stombaugh's testimony,|Having considered the probabilities as explained in Stombaugh's testimony, +LJ032-0170|the Commission has concluded that the fibers in the tuft on the rifle most probably came from the shirt worn by Oswald when he was arrested,|the Commission has concluded that the fibers in the tuft on the rifle most probably came from the shirt worn by Oswald when he was arrested, +LJ032-0171|and that this was the same shirt which Oswald wore on the morning of the assassination.|and that this was the same shirt which Oswald wore on the morning of the assassination. +LJ032-0172|Marina Oswald testified that she thought her husband wore this shirt to work on that day.|Marina Oswald testified that she thought her husband wore this shirt to work on that day. +LJ032-0173|The testimony of those who saw him after the assassination was inconclusive about the color of Oswald's shirt,|The testimony of those who saw him after the assassination was inconclusive about the color of Oswald's shirt, +LJ032-0174|but Mary Bledsoe, a former landlady of Oswald, saw him on a bus approximately 10 minutes after the assassination|but Mary Bledsoe, a former landlady of Oswald, saw him on a bus approximately ten minutes after the assassination +LJ032-0175|and identified the shirt as being the one worn by Oswald primarily because of a distinctive hole in the shirt's right elbow.|and identified the shirt as being the one worn by Oswald primarily because of a distinctive hole in the shirt's right elbow. +LJ032-0176|Moreover, the bus transfer which he obtained as he left the bus was still in the pocket when he was arrested.|Moreover, the bus transfer which he obtained as he left the bus was still in the pocket when he was arrested. +LJ032-0177|Although Oswald returned to his roominghouse after the assassination and when questioned by the police, claimed to have changed his shirt,|Although Oswald returned to his roominghouse after the assassination and when questioned by the police, claimed to have changed his shirt, +LJ032-0178|the evidence indicates that he continued wearing the same shirt which he was wearing all morning and which he was still wearing when arrested.|the evidence indicates that he continued wearing the same shirt which he was wearing all morning and which he was still wearing when arrested. +LJ032-0179|In light of these findings the Commission evaluated the additional testimony of Stombaugh|In light of these findings the Commission evaluated the additional testimony of Stombaugh +LJ032-0180|that the fibers were caught in the crevice of the rifle's butt plate, quote, in the recent past, end quote,|that the fibers were caught in the crevice of the rifle's butt plate, quote, in the recent past, end quote, +LJ032-0181|Although Stombaugh was unable to estimate the period of time the fibers were on the rifle he said that the fibers, quote,|Although Stombaugh was unable to estimate the period of time the fibers were on the rifle he said that the fibers, quote, +LJ032-0182|were clean, they had good color to them, there was no grease on them and they were not fragmented. They looked as if they had just been picked up, end quote.|were clean, they had good color to them, there was no grease on them and they were not fragmented. They looked as if they had just been picked up, end quote. +LJ032-0183|The relative freshness of the fibers is strong evidence that they were caught on the rifle on the morning of the assassination or during the preceding evening.|The relative freshness of the fibers is strong evidence that they were caught on the rifle on the morning of the assassination or during the preceding evening. +LJ032-0184|For 10 days prior to the eve of the assassination Oswald had not been present at Ruth Paine's house in Irving, Texas, where the rifle was kept.|For ten days prior to the eve of the assassination Oswald had not been present at Ruth Paine's house in Irving, Texas, where the rifle was kept. +LJ032-0185|Moreover, the Commission found no reliable evidence that Oswald used the rifle at any time between September 23,|Moreover, the Commission found no reliable evidence that Oswald used the rifle at any time between September twenty-three, +LJ032-0186|when it was transported from New Orleans, and November 22, the day of the assassination.|when it was transported from New Orleans, and November twenty-two, the day of the assassination. +LJ032-0187|The fact that on the morning of the assassination Oswald was wearing the shirt from which these relatively fresh fibers most probably originated,|The fact that on the morning of the assassination Oswald was wearing the shirt from which these relatively fresh fibers most probably originated, +LJ032-0188|provides some evidence that they were placed on the rifle that day|provides some evidence that they were placed on the rifle that day +LJ032-0189|since there was limited, if any, opportunity for Oswald to handle the weapon during the 2 months prior to November 22.|since there was limited, if any, opportunity for Oswald to handle the weapon during the two months prior to November twenty-two. +LJ032-0190|On the other hand Stombaugh pointed out that fibers might retain their freshness if the rifle had been|On the other hand Stombaugh pointed out that fibers might retain their freshness if the rifle had been +LJ032-0191|quote, put aside, end quote, after catching the fibers.|quote, put aside, end quote, after catching the fibers. +LJ032-0192|The rifle used in the assassination probably had been wrapped in a blanket for about 8 weeks prior to November 22.|The rifle used in the assassination probably had been wrapped in a blanket for about eight weeks prior to November twenty-two. +LJ032-0193|Because the relative freshness of these fibers might be explained by the continuous storage of the rifle in the blanket,|Because the relative freshness of these fibers might be explained by the continuous storage of the rifle in the blanket, +LJ032-0194|the Commission was unable to reach any firm conclusion as to when the fibers were caught in the rifle.|the Commission was unable to reach any firm conclusion as to when the fibers were caught in the rifle. +LJ032-0195|The Commission was able to conclude, however, that the fibers most probably came from Oswald's shirt.|The Commission was able to conclude, however, that the fibers most probably came from Oswald's shirt. +LJ032-0196|This adds to the conviction of the Commission that Oswald owned and handled the weapon used in the assassination.|This adds to the conviction of the Commission that Oswald owned and handled the weapon used in the assassination. +LJ032-0197|Photograph of Oswald With Rifle|Photograph of Oswald With Rifle +LJ032-0199|the Oswalds lived on Neely Street in Dallas in a rented house which had a small back yard.|the Oswalds lived on Neely Street in Dallas in a rented house which had a small back yard. +LJ032-0200|One Sunday, while his wife was hanging diapers, Oswald asked her to take a picture of him holding a rifle, a pistol|One Sunday, while his wife was hanging diapers, Oswald asked her to take a picture of him holding a rifle, a pistol +LJ032-0201|and issues of two newspapers later identified as the Worker and the Militant.|and issues of two newspapers later identified as the Worker and the Militant. +LJ032-0202|Two pictures were taken. The Commission has concluded that the rifle shown in these pictures is the same rifle which was found on the sixth floor of the Depository Building|Two pictures were taken. The Commission has concluded that the rifle shown in these pictures is the same rifle which was found on the sixth floor of the Depository Building +LJ032-0203|on November 22, 1963. One of these pictures, Exhibit No. 133-A, shows most of the rifle's configuration.|on November twenty-two, nineteen sixty-three. One of these pictures, Exhibit Number one thirty-three A, shows most of the rifle's configuration. +LJ032-0204|Special Agent Lyndal L. Shaneyfelt, a photography expert with the FBI,|Special Agent Lyndal L. Shaneyfelt, a photography expert with the FBI, +LJ032-0205|photographed the rifle used in the assassination, attempting to duplicate the position of the rifle and the lighting in Exhibit No. 133-A.|photographed the rifle used in the assassination, attempting to duplicate the position of the rifle and the lighting in Exhibit Number one thirty-three A. +LJ032-0206|After comparing the rifle in the simulated photograph with the rifle in Exhibit No. 133-A, Shaneyfelt testified, quote,|After comparing the rifle in the simulated photograph with the rifle in Exhibit Number one thirty-three A, Shaneyfelt testified, quote, +LJ032-0207|I found it to be the same general configuration. All appearances were the same, end quote,|I found it to be the same general configuration. All appearances were the same, end quote, +LJ032-0208|He found, quote, one notch in the stock at this point that appears very faintly in the photograph, end quote.|He found, quote, one notch in the stock at this point that appears very faintly in the photograph, end quote. +LJ032-0209|He stated, however, that while he, quote, found no differences, end quote, between the rifles in the two photographs, he could not make a, quote, positive identification|He stated, however, that while he, quote, found no differences, end quote, between the rifles in the two photographs, he could not make a, quote, positive identification +LJ032-0210|to the exclusion of all other rifles of the same general configuration, end quote.|to the exclusion of all other rifles of the same general configuration, end quote. +LJ032-0211|The authenticity of these pictures has been established by expert testimony which links the second picture,|The authenticity of these pictures has been established by expert testimony which links the second picture, +LJ032-0212|Commission Exhibit No. 133-B, to Oswald's Imperial Reflex camera, with which Marina Oswald testified she took the pictures.|Commission Exhibit Number one thirty-three B, to Oswald's Imperial Reflex camera, with which Marina Oswald testified she took the pictures. +LJ032-0213|The negative of that picture, Commission Exhibit No. 133-B, was found among Oswald's possessions.|The negative of that picture, Commission Exhibit Number one thirty-three B, was found among Oswald's possessions. +LJ032-0214|Using a recognized technique of determining whether a picture was taken with a particular camera,|Using a recognized technique of determining whether a picture was taken with a particular camera, +LJ032-0215|Shaneyfelt compared this negative with a negative which he made by taking a new picture with Oswald's camera.|Shaneyfelt compared this negative with a negative which he made by taking a new picture with Oswald's camera. +LJ032-0216|He concluded that the negative of Exhibit No. 133-B was exposed in Oswald's Imperial Reflex camera to the exclusion of all other cameras.|He concluded that the negative of Exhibit Number one thirty-three B was exposed in Oswald's Imperial Reflex camera to the exclusion of all other cameras. +LJ032-0217|He could not test Exhibit No. 133-A in the same way because the negative was never recovered.|He could not test Exhibit Number one thirty-three A in the same way because the negative was never recovered. +LJ032-0218|Both pictures, however, have identical backgrounds and lighting and, judging from the shadows, were taken at the same angle.|Both pictures, however, have identical backgrounds and lighting and, judging from the shadows, were taken at the same angle. +LJ032-0219|They are photographs of the same scene.|They are photographs of the same scene. +LJ032-0220|Since Exhibit No. 133-B was taken with Oswald's camera,|Since Exhibit Number one thirty-three B was taken with Oswald's camera, +LJ032-0221|it is reasonably certain that Exhibit No. 133-A was taken by the same camera at the same time, as Marina Oswald testified.|it is reasonably certain that Exhibit Number one thirty-three A was taken by the same camera at the same time, as Marina Oswald testified. +LJ032-0222|Moreover, Shaneyfelt testified that in his opinion the photographs were not composites of two different photographs|Moreover, Shaneyfelt testified that in his opinion the photographs were not composites of two different photographs +LJ032-0223|and that Oswald's face had not been superimposed on another body.|and that Oswald's face had not been superimposed on another body. +LJ032-0224|One of the photographs taken by Marina Oswald was widely published in newspapers and magazines,|One of the photographs taken by Marina Oswald was widely published in newspapers and magazines, +LJ032-0225|and in many instances the details of these pictures differed from the original, and even from each other, particularly as to the configuration of the rifle.|and in many instances the details of these pictures differed from the original, and even from each other, particularly as to the configuration of the rifle. +LJ032-0226|The Commission sought to determine whether these photographs were touched prior to publication.|The Commission sought to determine whether these photographs were touched prior to publication. +LJ032-0227|Shaneyfelt testified that the published photographs appeared to be based on a copy of the original which the publications had each retouched differently.|Shaneyfelt testified that the published photographs appeared to be based on a copy of the original which the publications had each retouched differently. +LJ032-0228|Several of the publications furnished the Commission with the prints they had used, or described by correspondence the retouching they had done.|Several of the publications furnished the Commission with the prints they had used, or described by correspondence the retouching they had done. +LJ032-0229|This information enabled the Commission to conclude|This information enabled the Commission to conclude +LJ032-0230|that the published pictures were the same as the original except for retouching done by these publications, apparently for the purpose of clarifying the lines of the rifle|that the published pictures were the same as the original except for retouching done by these publications, apparently for the purpose of clarifying the lines of the rifle +LJ032-0231|and other details in the picture.|and other details in the picture. +LJ032-0232|The dates surrounding the taking of this picture and the purchase of the rifle|The dates surrounding the taking of this picture and the purchase of the rifle +LJ032-0233|reinforce the belief that the rifle in the photograph is the rifle which Oswald bought from Klein's.|reinforce the belief that the rifle in the photograph is the rifle which Oswald bought from Klein's. +LJ032-0234|The rifle was shipped from Klein's in Chicago on March 20, 1963, at a time when the Oswalds were living on Neely Street.|The rifle was shipped from Klein's in Chicago on March twenty, nineteen sixty-three, at a time when the Oswalds were living on Neely Street. +LJ032-0235|From an examination of one of the photographs, the Commission determined the dates of the issues of the Militant and the Worker which Oswald was holding in his hand.|From an examination of one of the photographs, the Commission determined the dates of the issues of the Militant and the Worker which Oswald was holding in his hand. +LJ032-0236|By checking the actual mailing dates of these issues and the time it usually takes to effect delivery to Dallas,|By checking the actual mailing dates of these issues and the time it usually takes to effect delivery to Dallas, +LJ032-0237|it was established that the photographs must have been taken sometime after March 27.|it was established that the photographs must have been taken sometime after March twenty-seven. +LJ032-0238|Marina Oswald testified that the photographs were taken on a Sunday about 2 weeks before the attempted shooting of Maj. Gen. Edwin A. Walker|Marina Oswald testified that the photographs were taken on a Sunday about two weeks before the attempted shooting of Maj. Gen. Edwin A. Walker +LJ032-0239|on April 10, 1963.|on April ten, nineteen sixty-three. +LJ032-0240|By Sunday, March 31, 1963,|By Sunday, March thirty-one, nineteen sixty-three, +LJ032-0241|10 days prior to the Walker attempt, Oswald had undoubtedly received the rifle shipped from Chicago on March 20,|ten days prior to the Walker attempt, Oswald had undoubtedly received the rifle shipped from Chicago on March twenty, +LJ032-0242|the revolver shipped from Los Angeles on the same date, and the two newspapers which he was holding in the picture.|the revolver shipped from Los Angeles on the same date, and the two newspapers which he was holding in the picture. +LJ032-0243|Rifle Among Oswald's Possessions|Rifle Among Oswald's Possessions +LJ032-0244|Marina Oswald testified that the rifle found on the sixth floor of the Depository Building was the "fateful rifle of Lee Oswald."|Marina Oswald testified that the rifle found on the sixth floor of the Depository Building was the "fateful rifle of Lee Oswald." +LJ032-0245|Moreover, it was the only rifle owned by her husband following his return from the Soviet Union in June 1962.|Moreover, it was the only rifle owned by her husband following his return from the Soviet Union in June nineteen sixty-two. +LJ032-0246|It had been purchased in March 1963, and taken to New Orleans where Marina Oswald saw it in their rented apartment|It had been purchased in March nineteen sixty-three, and taken to New Orleans where Marina Oswald saw it in their rented apartment +LJ032-0247|during the summer of 1963.|during the summer of nineteen sixty-three. +LJ032-0248|It appears from his wife's testimony|It appears from his wife's testimony +LJ032-0249|that Oswald may have sat on the screened-in porch at night practicing with the rifle by looking through the telescopic sight and operating the bolt.|that Oswald may have sat on the screened-in porch at night practicing with the rifle by looking through the telescopic sight and operating the bolt. +LJ032-0250|In September 1963,|In September nineteen sixty-three, +LJ032-0251|Oswald loaded their possessions into a station wagon owned by Ruth Paine, who had invited Marina Oswald and the baby to live at her home in Irving, Texas.|Oswald loaded their possessions into a station wagon owned by Ruth Paine, who had invited Marina Oswald and the baby to live at her home in Irving, Texas. +LJ032-0252|Marina Oswald has stated that the rifle was among these possessions, although Ruth Paine testified that she was not aware of it.|Marina Oswald has stated that the rifle was among these possessions, although Ruth Paine testified that she was not aware of it. +LJ032-0253|From September 24, 1963, when Marina Oswald arrived in Irving from New Orleans, until the morning of the assassination,|From September twenty-four, nineteen sixty-three, when Marina Oswald arrived in Irving from New Orleans, until the morning of the assassination, +LJ032-0254|the rifle was, according to the evidence, stored in a green and brown blanket in the Paines' garage among the Oswalds' other possessions.|the rifle was, according to the evidence, stored in a green and brown blanket in the Paines' garage among the Oswalds' other possessions. +LJ032-0255|About 1 week after the return from New Orleans,|About one week after the return from New Orleans, +LJ032-0256|Marina Oswald was looking in the garage for parts to the baby's crib and thought that the parts might be in the blanket.|Marina Oswald was looking in the garage for parts to the baby's crib and thought that the parts might be in the blanket. +LJ032-0257|When she started to open the blanket, she saw the stock of the rifle.|When she started to open the blanket, she saw the stock of the rifle. +LJ032-0258|Ruth and Michael Paine both noticed the rolled-up blanket in the garage during the time that Marina Oswald was living in their home.|Ruth and Michael Paine both noticed the rolled-up blanket in the garage during the time that Marina Oswald was living in their home. +LJ032-0259|On several occasions, Michael Paine moved the blanket in the garage.|On several occasions, Michael Paine moved the blanket in the garage. +LJ032-0260|He thought it contained tent poles, or possibly other camping equipment such as a folding shovel.|He thought it contained tent poles, or possibly other camping equipment such as a folding shovel. +LJ032-0261|When he appeared before the Commission, Michael Paine lifted the blanket|When he appeared before the Commission, Michael Paine lifted the blanket +LJ032-0262|with the rifle wrapped inside and testified that it appeared to be the same approximate weight and shape as the package in his garage.|with the rifle wrapped inside and testified that it appeared to be the same approximate weight and shape as the package in his garage. +LJ032-0263|About 3 hours after the assassination, a detective and deputy sheriff saw the blanket-roll,|About three hours after the assassination, a detective and deputy sheriff saw the blanket-roll, +LJ032-0264|tied with a string, lying on the floor of the Paines' garage.|tied with a string, lying on the floor of the Paines' garage. +LJ032-0265|Each man testified that he thought he could detect the outline of a rifle in the blanket, even though the blanket was empty.|Each man testified that he thought he could detect the outline of a rifle in the blanket, even though the blanket was empty. +LJ032-0266|Paul M. Stombaugh, of the FBI Laboratory,|Paul M. Stombaugh, of the FBI Laboratory, +LJ032-0267|examined the blanket and discovered a bulge approximately 10 inches long midway in the blanket.|examined the blanket and discovered a bulge approximately ten inches long midway in the blanket. +LJ032-0268|This bulge was apparently caused by a hard protruding object which had stretched the blanket's fibers.|This bulge was apparently caused by a hard protruding object which had stretched the blanket's fibers. +LJ032-0269|It could have been caused by the telescopic sight of the rifle which was approximately 11 inches long.|It could have been caused by the telescopic sight of the rifle which was approximately eleven inches long. +LJ032-0270|Having reviewed the evidence that (1) Lee Harvey Oswald purchased the rifle used in the assassination,|Having reviewed the evidence that (one) Lee Harvey Oswald purchased the rifle used in the assassination, +LJ032-0271|(2) Oswald's palmprint was on the rifle in a position which shows that he had handled it while it was disassembled,|(two) Oswald's palmprint was on the rifle in a position which shows that he had handled it while it was disassembled, +LJ032-0272|(3) fibers found on the rifle most probably came from the shirt Oswald was wearing on the day of the assassination,|(three) fibers found on the rifle most probably came from the shirt Oswald was wearing on the day of the assassination, +LJ032-0273|(4) a photograph taken in the yard of Oswald's apartment showed him holding this rifle, and (5)|(four) a photograph taken in the yard of Oswald's apartment showed him holding this rifle, and (five) +LJ032-0274|the rifle was kept among Oswald's possessions from the time of its purchase until the day of the assassination,|the rifle was kept among Oswald's possessions from the time of its purchase until the day of the assassination, +LJ032-0275|the Commission concluded that the rifle used to assassinate President Kennedy and wound Governor Connally was owned and possessed by Lee Harvey Oswald.|the Commission concluded that the rifle used to assassinate President Kennedy and wound Governor Connally was owned and possessed by Lee Harvey Oswald. +LJ033-0001|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy.|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. +LJ033-0002|Chapter 4. The Assassin: Part 2.|Chapter four. The Assassin: Part two. +LJ033-0003|The rifle in the building.|The rifle in the building. +LJ033-0004|The Commission has evaluated the evidence tending to show how Lee Harvey Oswald's Mannlicher-Carcano rifle, serial number C2766,|The Commission has evaluated the evidence tending to show how Lee Harvey Oswald's Mannlicher-Carcano rifle, serial number C two seven six six, +LJ033-0005|was brought into the Depository Building, where it was found on the sixth floor shortly after the assassination.|was brought into the Depository Building, where it was found on the sixth floor shortly after the assassination. +LJ033-0006|In this connection the Commission considered (1)|In this connection the Commission considered (one) +LJ033-0007|the circumstances surrounding Oswald's return to Irving, Texas, on Thursday, November 21, 1963,|the circumstances surrounding Oswald's return to Irving, Texas, on Thursday, November twenty-one, nineteen sixty-three, +LJ033-0008|(2) the disappearance of the rifle from its normal place of storage, (3)|(two) the disappearance of the rifle from its normal place of storage, (three) +LJ033-0009|Oswald's arrival at the Depository Building on November 22, carrying a long and bulky brown paper package,|Oswald's arrival at the Depository Building on November twenty-two, carrying a long and bulky brown paper package, +LJ033-0010|the presence of a long handmade brown paper bag near the point from which the shots were fired, and (5) the palmprint,|the presence of a long handmade brown paper bag near the point from which the shots were fired, and (five) the palmprint, +LJ033-0011|fiber, and paper analyses linking Oswald and the assassination weapon to this bag.|fiber, and paper analyses linking Oswald and the assassination weapon to this bag. +LJ033-0012|The Curtain Rod Story|The Curtain Rod Story +LJ033-0013|During October and November of 1963,|During October and November of nineteen sixty-three, +LJ033-0014|Lee Harvey Oswald lived in a roominghouse in Dallas while his wife and children lived in Irving, at the home of Ruth Paine,|Lee Harvey Oswald lived in a roominghouse in Dallas while his wife and children lived in Irving, at the home of Ruth Paine, +LJ033-0015|approximately 15 miles from Oswald's place of work at the Texas School Book Depository.|approximately fifteen miles from Oswald's place of work at the Texas School Book Depository. +LJ033-0016|Oswald traveled between Dallas and Irving on weekends in a car driven by a neighbor of the Paines, Buell Wesley Frazier,|Oswald traveled between Dallas and Irving on weekends in a car driven by a neighbor of the Paines, Buell Wesley Frazier, +LJ033-0017|who also worked at the Depository.|who also worked at the Depository. +LJ033-0018|Oswald generally would go to Irving on Friday afternoon and return to Dallas Monday morning.|Oswald generally would go to Irving on Friday afternoon and return to Dallas Monday morning. +LJ033-0019|According to the testimony of Frazier, Marina Oswald, and Ruth Paine, it appears that Oswald never returned to Irving in midweek|According to the testimony of Frazier, Marina Oswald, and Ruth Paine, it appears that Oswald never returned to Irving in midweek +LJ033-0020|prior to November 21, 1963, except on Monday, October 21, when he visited his wife in the hospital|prior to November twenty-one, nineteen sixty-three, except on Monday, October twenty-one, when he visited his wife in the hospital +LJ033-0021|after the birth of their second child.|after the birth of their second child. +LJ033-0022|During the morning of November 21, Oswald asked Frazier whether he could ride home with him that afternoon.|During the morning of November twenty-one, Oswald asked Frazier whether he could ride home with him that afternoon. +LJ033-0023|Frazier, surprised, asked him why he was going to Irving on Thursday night rather than Friday.|Frazier, surprised, asked him why he was going to Irving on Thursday night rather than Friday. +LJ033-0024|Oswald replied, quote, I'm going home to get some curtain rods to put in an apartment, end quote.|Oswald replied, quote, I'm going home to get some curtain rods to put in an apartment, end quote. +LJ033-0025|The two men left work at 4:40 p.m. and drove to Irving.|The two men left work at four:forty p.m. and drove to Irving. +LJ033-0026|There was little conversation between them on the way home.|There was little conversation between them on the way home. +LJ033-0027|Mrs. Linnie Mae Randle, Frazier's sister, commented to her brother about Oswald's unusual midweek return to Irving.|Mrs. Linnie Mae Randle, Frazier's sister, commented to her brother about Oswald's unusual midweek return to Irving. +LJ033-0028|Frazier told her that Oswald had come home to get curtain rods.|Frazier told her that Oswald had come home to get curtain rods. +LJ033-0029|It would appear, however, that obtaining curtain rods was not the purpose of Oswald's trip to Irving on November 21.|It would appear, however, that obtaining curtain rods was not the purpose of Oswald's trip to Irving on November twenty-one. +LJ033-0030|Mrs. A. C. Johnson, his landlady, testified that Oswald's room at 1026 North Beckley Avenue|Mrs. A. C. Johnson, his landlady, testified that Oswald's room at ten twenty-six North Beckley Avenue +LJ033-0031|had curtains and curtain rods, and that Oswald had never discussed the subject with her.|had curtains and curtain rods, and that Oswald had never discussed the subject with her. +LJ033-0032|In the Paines' garage, along with many other objects of a household character,|In the Paines' garage, along with many other objects of a household character, +LJ033-0033|there were two flat lightweight curtain rods belonging to Ruth Paine but they were still there on Friday afternoon after Oswald's arrest.|there were two flat lightweight curtain rods belonging to Ruth Paine but they were still there on Friday afternoon after Oswald's arrest. +LJ033-0034|Oswald never asked Mrs. Paine about the use of curtain rods,|Oswald never asked Mrs. Paine about the use of curtain rods, +LJ033-0035|and Marina Oswald testified that Oswald did not say anything about curtain rods on the day before the assassination.|and Marina Oswald testified that Oswald did not say anything about curtain rods on the day before the assassination. +LJ033-0036|No curtain rods were known to have been discovered in the Depository Building after the assassination.|No curtain rods were known to have been discovered in the Depository Building after the assassination. +LJ033-0037|In deciding whether Oswald carried a rifle to work in a long paper bag on November 22,|In deciding whether Oswald carried a rifle to work in a long paper bag on November twenty-two, +LJ033-0038|the Commission gave weight to the fact that Oswald gave a false reason for returning home on November 21,|the Commission gave weight to the fact that Oswald gave a false reason for returning home on November twenty-one, +LJ033-0039|and one which provided an excuse for the carrying of a bulky package the following morning.|and one which provided an excuse for the carrying of a bulky package the following morning. +LJ033-0040|Before dinner on November 21, Oswald played on the lawn of the Paines' home with his daughter June.|Before dinner on November twenty-one, Oswald played on the lawn of the Paines' home with his daughter June. +LJ033-0041|After dinner Ruth Paine and Marina Oswald were busy cleaning house and preparing their children for bed.|After dinner Ruth Paine and Marina Oswald were busy cleaning house and preparing their children for bed. +LJ033-0042|Between the hours of 8 and 9 p.m. they were occupied with the children in the bedrooms located at the extreme east end of the house.|Between the hours of eight and nine p.m. they were occupied with the children in the bedrooms located at the extreme east end of the house. +LJ033-0043|On the west end of the house is the attached garage, which can be reached from the kitchen or from the outside.|On the west end of the house is the attached garage, which can be reached from the kitchen or from the outside. +LJ033-0044|In the garage were the personal belongings of the Oswald family including, as the evidence has shown, the rifle wrapped in the old brown and green blanket.|In the garage were the personal belongings of the Oswald family including, as the evidence has shown, the rifle wrapped in the old brown and green blanket. +LJ033-0045|At approximately 9 p.m., after the children had been put to bed, Mrs. Paine, according to her testimony before the Commission, quote,|At approximately nine p.m., after the children had been put to bed, Mrs. Paine, according to her testimony before the Commission, quote, +LJ033-0047|I noticed when I went out that the light was on, end quote,|I noticed when I went out that the light was on, end quote, +LJ033-0048|Mrs. Paine was certain that she had not left the light on in the garage after dinner.|Mrs. Paine was certain that she had not left the light on in the garage after dinner. +LJ033-0049|According to Mrs. Paine, Oswald had gone to bed by 9 p.m.;|According to Mrs. Paine, Oswald had gone to bed by nine p.m.; +LJ033-0050|Marina Oswald testified that it was between 9 and 10 p.m.|Marina Oswald testified that it was between nine and ten p.m. +LJ033-0051|Neither Marina Oswald nor Ruth Paine saw Oswald in the garage.|Neither Marina Oswald nor Ruth Paine saw Oswald in the garage. +LJ033-0052|The period between 8 and 9 p.m., however, provided ample opportunity for Oswald to prepare the rifle for his departure the next morning.|The period between eight and nine p.m., however, provided ample opportunity for Oswald to prepare the rifle for his departure the next morning. +LJ033-0053|Only if disassembled could the rifle fit into the paper bag found near the window from which the shots were fired.|Only if disassembled could the rifle fit into the paper bag found near the window from which the shots were fired. +LJ033-0054|A firearms expert with the FBI assembled the rifle in 6 minutes using a 10-cent coin as a tool,|A firearms expert with the FBI assembled the rifle in six minutes using a ten-cent coin as a tool, +LJ033-0055|and he could disassemble it more rapidly.|and he could disassemble it more rapidly. +LJ033-0056|While the rifle may have already been disassembled when Oswald arrived home on Thursday, he had ample time that evening to disassemble the rifle|While the rifle may have already been disassembled when Oswald arrived home on Thursday, he had ample time that evening to disassemble the rifle +LJ033-0057|and insert it into the paper bag.|and insert it into the paper bag. +LJ033-0058|On the day of the assassination, Marina Oswald was watching television when she learned of the shooting.|On the day of the assassination, Marina Oswald was watching television when she learned of the shooting. +LJ033-0059|A short time later Mrs. Paine told her that someone had shot the President, quote, from the building in which Lee is working, end quote.|A short time later Mrs. Paine told her that someone had shot the President, quote, from the building in which Lee is working, end quote. +LJ033-0060|Marina Oswald testified that at that time, quote, My heart dropped.|Marina Oswald testified that at that time, quote, My heart dropped. +LJ033-0061|I then went to the garage to see whether the rifle was there and I saw that the blanket was still there and I said Thank God, end quote.|I then went to the garage to see whether the rifle was there and I saw that the blanket was still there and I said Thank God, end quote. +LJ033-0062|She did not unroll the blanket. She saw that it was in its usual position and it appeared to her to have something inside.|She did not unroll the blanket. She saw that it was in its usual position and it appeared to her to have something inside. +LJ033-0063|Soon afterward, at about 3 p.m., police officers arrived and searched the house.|Soon afterward, at about three p.m., police officers arrived and searched the house. +LJ033-0064|Mrs. Paine pointed out that most of the Oswalds' possessions were in the garage.|Mrs. Paine pointed out that most of the Oswalds' possessions were in the garage. +LJ033-0065|With Ruth Paine acting as an interpreter, Detective Rose asked Marina whether her husband had a rifle.|With Ruth Paine acting as an interpreter, Detective Rose asked Marina whether her husband had a rifle. +LJ033-0066|Mrs. Paine, who had no knowledge of the rifle, first said "No," but when the question was translated, Marina Oswald replied "Yes."|Mrs. Paine, who had no knowledge of the rifle, first said "No," but when the question was translated, Marina Oswald replied "Yes." +LJ033-0067|She pointed to the blanket which was on the floor very close to where Ruth Paine was standing.|She pointed to the blanket which was on the floor very close to where Ruth Paine was standing. +LJ033-0068|Mrs. Paine testified, quote,|Mrs. Paine testified, quote, +LJ033-0069|As she [Marina] told me about it I stepped onto the blanket roll|As she [Marina] told me about it I stepped onto the blanket roll +LJ033-0070|And she indicated to me that she had peered into this roll and saw a portion of what she took to be a gun she knew her husband to have, a rifle.|And she indicated to me that she had peered into this roll and saw a portion of what she took to be a gun she knew her husband to have, a rifle. +LJ033-0071|And I then translated this to the officers that she knew that her husband had a gun that he had stored in here.|And I then translated this to the officers that she knew that her husband had a gun that he had stored in here. +LJ033-0073|Mrs. Paine had the actual blanket before her as she testified and she indicated that the blanket hung limp in the officer's hand.|Mrs. Paine had the actual blanket before her as she testified and she indicated that the blanket hung limp in the officer's hand. +LJ033-0074|Marina Oswald testified that this was her first knowledge that the rifle was not in its accustomed place.|Marina Oswald testified that this was her first knowledge that the rifle was not in its accustomed place. +LJ033-0075|The Long and Bulky Package|The Long and Bulky Package +LJ033-0076|On the morning of November 22, 1963,|On the morning of November twenty-two, nineteen sixty-three, +LJ033-0077|Lee Harvey Oswald left the Paine house in Irving at approximately 7:15 a.m., while Marina Oswald was still in bed.|Lee Harvey Oswald left the Paine house in Irving at approximately seven:fifteen a.m., while Marina Oswald was still in bed. +LJ033-0078|Neither she nor Mrs. Paine saw him leave the house. About half-a-block away from the Paine house was the residence of Mrs. Linnie Mae Randle,|Neither she nor Mrs. Paine saw him leave the house. About half-a-block away from the Paine house was the residence of Mrs. Linnie Mae Randle, +LJ033-0079|sister of the man with whom Oswald drove to work -- Buell Wesley Frazier.|sister of the man with whom Oswald drove to work -- Buell Wesley Frazier. +LJ033-0080|Mrs. Randle stated that on the morning of November 22, while her brother was eating breakfast,|Mrs. Randle stated that on the morning of November twenty-two, while her brother was eating breakfast, +LJ033-0081|she looked out the breakfast-room window and saw Oswald cross the street and walk toward the driveway where her brother parked his car near the carport.|she looked out the breakfast-room window and saw Oswald cross the street and walk toward the driveway where her brother parked his car near the carport. +LJ033-0082|He carried a, quote, heavy brown bag, end quote.|He carried a, quote, heavy brown bag, end quote. +LJ033-0083|Oswald gripped the bag in his right hand near the top, quote, It tapered like this as he hugged it in his hand.|Oswald gripped the bag in his right hand near the top, quote, It tapered like this as he hugged it in his hand. +LJ033-0084|It was more bulky toward the bottom, end quote, than toward the top.|It was more bulky toward the bottom, end quote, than toward the top. +LJ033-0085|She then opened the kitchen door and saw Oswald open the right rear door of her brother's car and place the package in the back of the car.|She then opened the kitchen door and saw Oswald open the right rear door of her brother's car and place the package in the back of the car. +LJ033-0086|Mrs. Randle estimated that the package was approximately 28 inches long and about 8 inches wide.|Mrs. Randle estimated that the package was approximately twenty-eight inches long and about eight inches wide. +LJ033-0087|She thought that its color was similar to that of the bag found on the sixth floor of the School Book Depository after the assassination.|She thought that its color was similar to that of the bag found on the sixth floor of the School Book Depository after the assassination. +LJ033-0088|Frazier met Oswald at the kitchen door and together they walked to the car.|Frazier met Oswald at the kitchen door and together they walked to the car. +LJ033-0089|After entering the car, Frazier glanced over his shoulder and noticed a brown paper package on the back seat.|After entering the car, Frazier glanced over his shoulder and noticed a brown paper package on the back seat. +LJ033-0090|He asked, quote, What's the package, Lee? End quote. Oswald replied, quote, curtain rods, end quote.|He asked, quote, What's the package, Lee? End quote. Oswald replied, quote, curtain rods, end quote. +LJ033-0091|Frazier told the Commission, quote,|Frazier told the Commission, quote, +LJ033-0092|the main reason he was going over there that Thursday afternoon when he was to bring back some curtain rods, so I didn't think any more about it when he told me that, end quote,|the main reason he was going over there that Thursday afternoon when he was to bring back some curtain rods, so I didn't think any more about it when he told me that, end quote, +LJ033-0093|Frazier estimated that the bag was 2 feet long, quote, give and take a few inches, end quote, and about 5 or 6 inches wide.|Frazier estimated that the bag was two feet long, quote, give and take a few inches, end quote, and about five or six inches wide. +LJ033-0094|As they sat in the car, Frazier asked Oswald where his lunch was, and Oswald replied that he was going to buy his lunch that day.|As they sat in the car, Frazier asked Oswald where his lunch was, and Oswald replied that he was going to buy his lunch that day. +LJ033-0095|Frazier testified that Oswald carried no lunch bag that day.|Frazier testified that Oswald carried no lunch bag that day. +LJ033-0096|quote, when he rode with me, I say he always brought lunch except that one day on November 22 he didn't bring his lunch that day, end quote,|quote, when he rode with me, I say he always brought lunch except that one day on November twenty-two he didn't bring his lunch that day, end quote, +LJ033-0097|Frazier parked the car in the company parking lot about 2 blocks north of the Depository Building.|Frazier parked the car in the company parking lot about two blocks north of the Depository Building. +LJ033-0098|Oswald left the car first, picked up the brown paper bag, and proceeded toward the building ahead of Frazier.|Oswald left the car first, picked up the brown paper bag, and proceeded toward the building ahead of Frazier. +LJ033-0099|Frazier walked behind and as they crossed the railroad tracks he watched the switching of the cars.|Frazier walked behind and as they crossed the railroad tracks he watched the switching of the cars. +LJ033-0100|Frazier recalled that one end of the package was under Oswald's armpit and the lower part was held with his right hand|Frazier recalled that one end of the package was under Oswald's armpit and the lower part was held with his right hand +LJ033-0101|so that it was carried straight and parallel to his body.|so that it was carried straight and parallel to his body. +LJ033-0102|When Oswald entered the rear door of the Depository Building, he was about 50 feet ahead of Frazier.|When Oswald entered the rear door of the Depository Building, he was about fifty feet ahead of Frazier. +LJ033-0103|It was the first time that Oswald had not walked with Frazier from the parking lot to the building entrance.|It was the first time that Oswald had not walked with Frazier from the parking lot to the building entrance. +LJ033-0104|When Frazier entered the building, he did not see Oswald.|When Frazier entered the building, he did not see Oswald. +LJ033-0105|One employee, Jack Dougherty,|One employee, Jack Dougherty, +LJ033-0106|believed that he saw Oswald coming to work, but he does not remember that Oswald had anything in his hands as he entered the door.|believed that he saw Oswald coming to work, but he does not remember that Oswald had anything in his hands as he entered the door. +LJ033-0107|No other employee has been found who saw Oswald enter that morning.|No other employee has been found who saw Oswald enter that morning. +LJ033-0108|In deciding whether Oswald carried the assassination weapon in the bag which Frazier and Mrs. Randle saw,|In deciding whether Oswald carried the assassination weapon in the bag which Frazier and Mrs. Randle saw, +LJ033-0109|the Commission has carefully considered the testimony of these two witnesses with regard to the length of the bag.|the Commission has carefully considered the testimony of these two witnesses with regard to the length of the bag. +LJ033-0110|Frazier and Mrs. Randle testified|Frazier and Mrs. Randle testified +LJ033-0111|that the bag which Oswald was carrying was approximately 27 or 28 inches long, whereas the wooden stock of the rifle, which is its largest component,|that the bag which Oswald was carrying was approximately twenty-seven or twenty-eight inches long, whereas the wooden stock of the rifle, which is its largest component, +LJ033-0112|measured 34.8 inches.|measured thirty-four point eight inches. +LJ033-0113|The bag found on the sixth floor was 88 inches long.|The bag found on the sixth floor was eighty-eight inches long. +LJ033-0114|When Frazier appeared before the Commission and was asked to demonstrate how Oswald carried the package, he said, quote, Like I said,|When Frazier appeared before the Commission and was asked to demonstrate how Oswald carried the package, he said, quote, Like I said, +LJ033-0115|I remember that I didn't look at the package very much but when I did look at it he did have his hands on the package like that, end quote, and at this point|I remember that I didn't look at the package very much but when I did look at it he did have his hands on the package like that, end quote, and at this point +LJ033-0116|Frazier placed the upper part of the package under his armpit and attempted to cup his right hand beneath the bottom of the bag.|Frazier placed the upper part of the package under his armpit and attempted to cup his right hand beneath the bottom of the bag. +LJ033-0117|The disassembled rifle was too long to be carried in this manner.|The disassembled rifle was too long to be carried in this manner. +LJ033-0118|Similarly, when the butt of the rifle was placed in Frazier's hand, it extended above his shoulder to ear level.|Similarly, when the butt of the rifle was placed in Frazier's hand, it extended above his shoulder to ear level. +LJ033-0119|Moreover, in an interview on December 1, 1963, with agents of the FBI, Frazier had marked the point on the back seat of his car|Moreover, in an interview on December one, nineteen sixty-three, with agents of the FBI, Frazier had marked the point on the back seat of his car +LJ033-0120|which he believed was where the bag reached when it was laid on the seat with one edge against the door.|which he believed was where the bag reached when it was laid on the seat with one edge against the door. +LJ033-0121|The distance between the point on the seat and the door was 27 inches.|The distance between the point on the seat and the door was twenty-seven inches. +LJ033-0122|Mrs. Randle said, when shown the paper bag,|Mrs. Randle said, when shown the paper bag, +LJ033-0123|that the bag she saw Oswald carrying, quote, wasn't that long, I mean it was folded down at the top as I told you. It definitely wasn't that long, end quote,|that the bag she saw Oswald carrying, quote, wasn't that long, I mean it was folded down at the top as I told you. It definitely wasn't that long, end quote, +LJ033-0124|And she folded the bag to length of about 28 and a half inches.|And she folded the bag to length of about twenty-eight and a half inches. +LJ033-0125|Frazier doubted whether the bag that Oswald carried was as wide as the bag found on the sixth floor, although Mrs. Randle testified|Frazier doubted whether the bag that Oswald carried was as wide as the bag found on the sixth floor, although Mrs. Randle testified +LJ033-0126|that the width was approximately the same.|that the width was approximately the same. +LJ033-0127|The Commission has weighed the visual recollection of Frazier and Mrs. Randle against the evidence here presented|The Commission has weighed the visual recollection of Frazier and Mrs. Randle against the evidence here presented +LJ033-0128|that the bag Oswald carried contained the assassination weapon and has concluded that Frazier and Randle are mistaken as to the length of the bag.|that the bag Oswald carried contained the assassination weapon and has concluded that Frazier and Randle are mistaken as to the length of the bag. +LJ033-0129|Mrs. Randle saw the bag fleetingly|Mrs. Randle saw the bag fleetingly +LJ033-0130|and her first remembrance is that it was held in Oswald's right hand, quote, and it almost touched the ground as he carried it, end quote.|and her first remembrance is that it was held in Oswald's right hand, quote, and it almost touched the ground as he carried it, end quote. +LJ033-0131|Frazier's view of the bag was from the rear. He continually advised that he was not paying close attention. For example, he said, quote,|Frazier's view of the bag was from the rear. He continually advised that he was not paying close attention. For example, he said, quote, +LJ033-0132|I didn't pay too much attention the way he was walking because I was walking along there looking at the railroad cars and watching the men on the diesel switch them cars|I didn't pay too much attention the way he was walking because I was walking along there looking at the railroad cars and watching the men on the diesel switch them cars +LJ033-0133|and I didn't pay too much attention on how he carried the package at all, end quote.|and I didn't pay too much attention on how he carried the package at all, end quote. +LJ033-0134|Frazier could easily have been mistaken when he stated that Oswald held the bottom of the bag cupped in his hand with the upper end tucked into his armpit.|Frazier could easily have been mistaken when he stated that Oswald held the bottom of the bag cupped in his hand with the upper end tucked into his armpit. +LJ033-0136|A handmade bag of wrapping paper and tape was found in the southeast corner of the sixth floor alongside the window from which the shots were fired.|A handmade bag of wrapping paper and tape was found in the southeast corner of the sixth floor alongside the window from which the shots were fired. +LJ033-0137|It was not a standard type bag which could be obtained in a store and it was presumably made for a particular purpose.|It was not a standard type bag which could be obtained in a store and it was presumably made for a particular purpose. +LJ033-0138|It was the appropriate size to contain, in disassembled form,|It was the appropriate size to contain, in disassembled form, +LJ033-0139|Oswald's Mannlicher-Carcano rifle, serial No. C2766, which was also found on the sixth floor.|Oswald's Mannlicher-Carcano rifle, serial Number C two seven six six, which was also found on the sixth floor. +LJ033-0140|Three cartons had been placed at the window apparently to act as a gun rest and a fourth carton was placed behind those at the window.|Three cartons had been placed at the window apparently to act as a gun rest and a fourth carton was placed behind those at the window. +LJ033-0141|A person seated on the fourth carton could assemble the rifle without being seen from the rest of the sixth floor|A person seated on the fourth carton could assemble the rifle without being seen from the rest of the sixth floor +LJ033-0142|because the cartons stacked around the southeast corner would shield him.|because the cartons stacked around the southeast corner would shield him. +LJ033-0143|The presence of the bag in this corner is cogent evidence that it was used as the container for the rifle.|The presence of the bag in this corner is cogent evidence that it was used as the container for the rifle. +LJ033-0144|At the time the bag was found, Lieutenant Day of the Dallas police wrote on it, quote, Found next to the sixth floor window gun fired from.|At the time the bag was found, Lieutenant Day of the Dallas police wrote on it, quote, Found next to the sixth floor window gun fired from. +LJ033-0145|May have been used to carry gun. Lt. J. C. Day, end quote.|May have been used to carry gun. Lt. J. C. Day, end quote. +LJ033-0146|Scientific Evidence Linking Rifle and Oswald to Paper Bag|Scientific Evidence Linking Rifle and Oswald to Paper Bag +LJ033-0147|Oswald's fingerprint and palmprint found on bag.|Oswald's fingerprint and palmprint found on bag. +LJ033-0148|Using a standard chemical method involving silver nitrates|Using a standard chemical method involving silver nitrates +LJ033-0149|the FBI Laboratory developed a latent palmprint and latent fingerprint on the bag.|the FBI Laboratory developed a latent palmprint and latent fingerprint on the bag. +LJ033-0150|Sebastian F. Latona, supervisor of the FBI's Latent Fingerprint Section,|Sebastian F. Latona, supervisor of the FBI's Latent Fingerprint Section, +LJ033-0151|identified these prints as the left index fingerprint and right palmprint of Lee Harvey Oswald|identified these prints as the left index fingerprint and right palmprint of Lee Harvey Oswald +LJ033-0152|The portion of the palm which was identified was the heel of the right palm, i.e., the area near the wrist, on the little finger side.|The portion of the palm which was identified was the heel of the right palm, i.e., the area near the wrist, on the little finger side. +LJ033-0153|These prints were examined independently by Ronald G. Wittmus of the FBI,|These prints were examined independently by Ronald G. Wittmus of the FBI, +LJ033-0154|and by Arthur Mandella, a fingerprint expert with the New York City Police Department.|and by Arthur Mandella, a fingerprint expert with the New York City Police Department. +LJ033-0155|Both concluded that the prints were the right palm and left index finger of Lee Oswald. No other identifiable prints were found on the bag.|Both concluded that the prints were the right palm and left index finger of Lee Oswald. No other identifiable prints were found on the bag. +LJ033-0156|Oswald's palmprint on the bottom of the paper bag indicated, of course, that he had handled the bag.|Oswald's palmprint on the bottom of the paper bag indicated, of course, that he had handled the bag. +LJ033-0157|Furthermore, it was consistent with the bag having contained a heavy or bulky object when he handled it since a light object is usually held by the fingers.|Furthermore, it was consistent with the bag having contained a heavy or bulky object when he handled it since a light object is usually held by the fingers. +LJ033-0158|The palmprint was found on the closed end of the bag.|The palmprint was found on the closed end of the bag. +LJ033-0159|It was from Oswald's right hand, in which he carried the long package as he walked from Frazier's car to the building.|It was from Oswald's right hand, in which he carried the long package as he walked from Frazier's car to the building. +LJ033-0160|Materials used to make bag.|Materials used to make bag. +LJ033-0161|On the day of the assassination, the Dallas police obtained a sample of wrapping paper and tape|On the day of the assassination, the Dallas police obtained a sample of wrapping paper and tape +LJ033-0162|from the shipping room of the Depository and forwarded it to the FBI Laboratory in Washington.|from the shipping room of the Depository and forwarded it to the FBI Laboratory in Washington. +LJ033-0163|James C. Cadigan, a questioned-documents expert with the Bureau, compared the samples with the paper and tape in the actual bag.|James C. Cadigan, a questioned-documents expert with the Bureau, compared the samples with the paper and tape in the actual bag. +LJ033-0164|He testified, quote,|He testified, quote, +LJ033-0165|In all of the observations and physical tests that I made I found the bag and the paper sample were the same, end quote.|In all of the observations and physical tests that I made I found the bag and the paper sample were the same, end quote. +LJ033-0166|Among other tests, the paper and tape were submitted to fiber analysis and spectrographic examination.|Among other tests, the paper and tape were submitted to fiber analysis and spectrographic examination. +LJ033-0167|In addition the tape was compared to determine whether the sample tape and the tape on the bag had been taken from the tape dispensing machine at the Depository.|In addition the tape was compared to determine whether the sample tape and the tape on the bag had been taken from the tape dispensing machine at the Depository. +LJ033-0168|When asked to explain the similarity of characteristics, Cadigan stated, quote, well briefly|When asked to explain the similarity of characteristics, Cadigan stated, quote, well briefly +LJ033-0169|it would be the thickness of both the paper and the tape, the color under various lighting conditions of both the paper and the tape,|it would be the thickness of both the paper and the tape, the color under various lighting conditions of both the paper and the tape, +LJ033-0170|the width of the tape, the knurled markings on the surface of the fiber, the texture of the fiber, the letting pattern|the width of the tape, the knurled markings on the surface of the fiber, the texture of the fiber, the letting pattern +LJ033-0171|I found that the paper sack found on the sixth floor and the sample|I found that the paper sack found on the sixth floor and the sample +LJ033-0172|had the same observable characteristics both under the microscope and all the visual tests that I could conduct.|had the same observable characteristics both under the microscope and all the visual tests that I could conduct. +LJ033-0173|The papers I also found were similar in fiber composition, therefore, in addition to the visual characteristics,|The papers I also found were similar in fiber composition, therefore, in addition to the visual characteristics, +LJ033-0174|microscopic and UV (ultra violet) characteristics, end quote.|microscopic and UV (ultra violet) characteristics, end quote. +LJ033-0175|Mr. Cadigan concluded that the paper and tape from the bag were identical in all respects to the sample paper and tape|Mr. Cadigan concluded that the paper and tape from the bag were identical in all respects to the sample paper and tape +LJ033-0176|taken from the Texas School Book Depository shipping room on November 22, 1963.|taken from the Texas School Book Depository shipping room on November twenty-two, nineteen sixty-three. +LJ033-0177|On December 1, 1963, a replica bag was made from materials found on that date in the shipping room.|On December one, nineteen sixty-three, a replica bag was made from materials found on that date in the shipping room. +LJ033-0178|This was done as an investigatory aid|This was done as an investigatory aid +LJ033-0179|since the original bag had been discolored during various laboratory examinations and could not be used for valid identification by witnesses.|since the original bag had been discolored during various laboratory examinations and could not be used for valid identification by witnesses. +LJ033-0180|Cadigan found that the paper used to make this replica sack had different characteristics from the paper in the original bag.|Cadigan found that the paper used to make this replica sack had different characteristics from the paper in the original bag. +LJ033-0181|The science of paper analysis enabled him to distinguish between different rolls of paper even though they were produced by the same manufacturer.|The science of paper analysis enabled him to distinguish between different rolls of paper even though they were produced by the same manufacturer. +LJ033-0182|Since the Depository normally used approximately one roll of paper every 3 working days,|Since the Depository normally used approximately one roll of paper every three working days, +LJ033-0183|it was not surprising that the replica sack made on December 1, 1963,|it was not surprising that the replica sack made on December one, nineteen sixty-three, +LJ033-0184|had different characteristics from both the actual bag and the sample taken on November 22.|had different characteristics from both the actual bag and the sample taken on November twenty-two. +LJ033-0185|On the other hand, since two rolls could be made from the same batch of paper,|On the other hand, since two rolls could be made from the same batch of paper, +LJ033-0186|one cannot estimate when, prior to November 22, Oswald made the paper bag.|one cannot estimate when, prior to November twenty-two, Oswald made the paper bag. +LJ033-0187|However, the complete identity of characteristics between the paper and tape in the bag found on the sixth floor|However, the complete identity of characteristics between the paper and tape in the bag found on the sixth floor +LJ033-0188|and the paper and tape found in the shipping room of the Depository on November 22|and the paper and tape found in the shipping room of the Depository on November twenty-two +LJ033-0189|enabled the Commission to conclude that the bag was made from these materials.|enabled the Commission to conclude that the bag was made from these materials. +LJ033-0190|The Depository shipping department was on the first floor to which Oswald had access in the normal performance of his duties filling orders.|The Depository shipping department was on the first floor to which Oswald had access in the normal performance of his duties filling orders. +LJ033-0191|Fibers in paper bag matched fibers in blanket|Fibers in paper bag matched fibers in blanket +LJ033-0192|When Paul M. Stombaugh of the FBI Laboratory examined the paper bag,|When Paul M. Stombaugh of the FBI Laboratory examined the paper bag, +LJ033-0193|he found, on the inside, a single brown delustered viscose fiber and several light green cotton fibers.|he found, on the inside, a single brown delustered viscose fiber and several light green cotton fibers. +LJ033-0194|The blanket in which the rifle was stored was composed of brown and green cotton, viscose and woolen fibers.|The blanket in which the rifle was stored was composed of brown and green cotton, viscose and woolen fibers. +LJ033-0195|The single brown viscose fiber found in the bag matched some of the brown viscose fibers from the blanket in all observable characteristics.|The single brown viscose fiber found in the bag matched some of the brown viscose fibers from the blanket in all observable characteristics. +LJ033-0196|The green cotton fibers found in the paper bag matched some of the green cotton fibers in the blanket|The green cotton fibers found in the paper bag matched some of the green cotton fibers in the blanket +LJ033-0197|quote, in all observable microscopic characteristics, end quote.|quote, in all observable microscopic characteristics, end quote. +LJ033-0198|Despite these matches, however, Stombaugh was unable to render on opinion that the fibers which he found in the bag had probably come from the blanket,|Despite these matches, however, Stombaugh was unable to render on opinion that the fibers which he found in the bag had probably come from the blanket, +LJ033-0199|because other types of fibers present in the blanket were not found in the bag.|because other types of fibers present in the blanket were not found in the bag. +LJ033-0200|He concluded, quote,|He concluded, quote, +LJ033-0201|All I would say here is that it is possible that these fibers could have come from this blanket.|All I would say here is that it is possible that these fibers could have come from this blanket. +LJ033-0202|because this blanket is composed of brown and green woolen fibers, brown and green delustered viscose fibers, and brown and green cotton fibers.|because this blanket is composed of brown and green woolen fibers, brown and green delustered viscose fibers, and brown and green cotton fibers. +LJ033-0203|We found no brown cotton fibers, no green viscose fibers, and no woolen fibers.|We found no brown cotton fibers, no green viscose fibers, and no woolen fibers. +LJ033-0204|So if I found all of these then I would have been able to say these fibers probably had come from this blanket. But since I found so few,|So if I found all of these then I would have been able to say these fibers probably had come from this blanket. But since I found so few, +LJ033-0205|then I would say the possibility exists, these fibers could have come from this blanket, end quote.|then I would say the possibility exists, these fibers could have come from this blanket, end quote. +LJ033-0206|Stombaugh confirmed that the rifle could have picked up fibers from the blanket and transferred them to the paper bag.|Stombaugh confirmed that the rifle could have picked up fibers from the blanket and transferred them to the paper bag. +LJ033-0207|In light of the other evidence linking Lee Harvey Oswald, the blanket, and the rifle to the paper bag found on the sixth floor,|In light of the other evidence linking Lee Harvey Oswald, the blanket, and the rifle to the paper bag found on the sixth floor, +LJ033-0208|the Commission considered Stombaugh's testimony of probative value in deciding whether Oswald carried the rifle into the building in the paper bag.|the Commission considered Stombaugh's testimony of probative value in deciding whether Oswald carried the rifle into the building in the paper bag. +LJ033-0209|The preponderance of the evidence supports the conclusion that Lee Harvey Oswald (1)|The preponderance of the evidence supports the conclusion that Lee Harvey Oswald (one) +LJ033-0210|told the curtain rod story to Frazier to explain both the return to Irving on a Thursday|told the curtain rod story to Frazier to explain both the return to Irving on a Thursday +LJ033-0211|and the obvious bulk of the package which he intended to bring to work the next day;|and the obvious bulk of the package which he intended to bring to work the next day; +LJ033-0212|(2) took paper and tape from the wrapping bench of the Depository and fashioned a bag large enough to carry the disassembled rifle;|(two) took paper and tape from the wrapping bench of the Depository and fashioned a bag large enough to carry the disassembled rifle; +LJ033-0213|(3) removed the rifle from the blanket in the Paines' garage on Thursday evening;|(three) removed the rifle from the blanket in the Paines' garage on Thursday evening; +LJ033-0214|(4) carried the rifle into the Depository Building, concealed in the bag;|(four) carried the rifle into the Depository Building, concealed in the bag; +LJ034-0001|Report of the President's Commission on the Assassination of President Kennedy.|Report of the President's Commission on the Assassination of President Kennedy. +LJ034-0002|The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. Chapter 4. The Assassin: Part 3.|The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. Chapter four. The Assassin: Part three. +LJ034-0003|Oswald at Window|Oswald at Window +LJ034-0004|Lee Harvey Oswald was hired on October 15, 1963, by the Texas School Book Depository as an "order filler."|Lee Harvey Oswald was hired on October fifteen, nineteen sixty-three, by the Texas School Book Depository as an "order filler." +LJ034-0005|He worked principally on the first and sixth floors of the building, gathering books listed on orders and delivering them to the shipping room on the first floor.|He worked principally on the first and sixth floors of the building, gathering books listed on orders and delivering them to the shipping room on the first floor. +LJ034-0006|He had ready access to the sixth floor, from the southeast corner window of which the shots were fired.|He had ready access to the sixth floor, from the southeast corner window of which the shots were fired. +LJ034-0007|The Commission evaluated the physical evidence found near the window after the assassination and the testimony of eyewitnesses|The Commission evaluated the physical evidence found near the window after the assassination and the testimony of eyewitnesses +LJ034-0008|in deciding whether Lee Harvey Oswald was present at this window at the time of the assassination.|in deciding whether Lee Harvey Oswald was present at this window at the time of the assassination. +LJ034-0009|Palmprints and Fingerprints on Cartons and Paper Bag|Palmprints and Fingerprints on Cartons and Paper Bag +LJ034-0010|Below the southeast corner window on the sixth floor was a large carton of books|Below the southeast corner window on the sixth floor was a large carton of books +LJ034-0011|measuring approximately 18 by 12 by 14 inches which had been moved from a stack along the south wall.|measuring approximately eighteen by twelve by fourteen inches which had been moved from a stack along the south wall. +LJ034-0012|Atop this carton was a small carton marked "Rolling Readers," measuring approximately 13 by 9 by 8 inches.|Atop this carton was a small carton marked "Rolling Readers," measuring approximately thirteen by nine by eight inches. +LJ034-0013|In front of this small carton and resting partially on the windowsill was another small "Rolling Readers" carton.|In front of this small carton and resting partially on the windowsill was another small "Rolling Readers" carton. +LJ034-0014|These two small cartons had been moved from a stack about three aisles away.|These two small cartons had been moved from a stack about three aisles away. +LJ034-0015|The boxes in the window appeared to have been arranged as a convenient gun rest.|The boxes in the window appeared to have been arranged as a convenient gun rest. +LJ034-0016|Behind these boxes was another carton placed on the floor on which a man sitting|Behind these boxes was another carton placed on the floor on which a man sitting +LJ034-0017|could look southwesterly down Elm Street over the top of the "Rolling Readers" cartons.|could look southwesterly down Elm Street over the top of the "Rolling Readers" cartons. +LJ034-0018|Next to these cartons was the handmade paper bag, previously discussed,|Next to these cartons was the handmade paper bag, previously discussed, +LJ034-0019|on which appeared the print of the left index finger and right palm of Lee Harvey Oswald.|on which appeared the print of the left index finger and right palm of Lee Harvey Oswald. +LJ034-0020|The cartons were forwarded to the FBI in Washington.|The cartons were forwarded to the FBI in Washington. +LJ034-0021|Sebastian F. Latona, supervisor of the Latent Fingerprint Section,|Sebastian F. Latona, supervisor of the Latent Fingerprint Section, +LJ034-0022|testified that 20 identifiable fingerprints and 8 palmprints were developed on these cartons.|testified that twenty identifiable fingerprints and eight palmprints were developed on these cartons. +LJ034-0023|The carton on the windowsill and the large carton below the window contained no prints which could be identified as being those of Lee Harvey Oswald.|The carton on the windowsill and the large carton below the window contained no prints which could be identified as being those of Lee Harvey Oswald. +LJ034-0024|The other "Rolling Readers" carton, however, contained a palmprint and a fingerprint which were identified by Latona|The other "Rolling Readers" carton, however, contained a palmprint and a fingerprint which were identified by Latona +LJ034-0025|as being the left palmprint and right index fingerprint of Lee Harvey Oswald.|as being the left palmprint and right index fingerprint of Lee Harvey Oswald. +LJ034-0026|The Commission has considered the possibility that the cartons might have been moved in connection with the work that was being performed on the sixth floor on November 22.|The Commission has considered the possibility that the cartons might have been moved in connection with the work that was being performed on the sixth floor on November twenty-two. +LJ034-0027|Depository employees were laying a new floor at the west end and transferring books from the west to the east end of the building.|Depository employees were laying a new floor at the west end and transferring books from the west to the east end of the building. +LJ034-0028|The "Rolling Readers" cartons, however, had not been moved by the floor layers and had apparently been taken to the window from their regular position for some particular purpose.|The "Rolling Readers" cartons, however, had not been moved by the floor layers and had apparently been taken to the window from their regular position for some particular purpose. +LJ034-0029|The "Rolling Readers" boxes contained, instead of books, light blocks used as reading aids.|The "Rolling Readers" boxes contained, instead of books, light blocks used as reading aids. +LJ034-0030|They could be easily adjusted and were still solid enough to serve as a gun rest.|They could be easily adjusted and were still solid enough to serve as a gun rest. +LJ034-0031|The box on the floor, behind the three near the window,|The box on the floor, behind the three near the window, +LJ034-0032|had been one of these moved by the floor layers from the west wall to near the east side of the building in preparation for the laying of the floor.|had been one of these moved by the floor layers from the west wall to near the east side of the building in preparation for the laying of the floor. +LJ034-0033|During the afternoon of November 22,|During the afternoon of November twenty-two, +LJ034-0034|Lieutenant Day of the Dallas police dusted this carton with powder and developed a palmprint on the top edge of the carton on the side nearest the window.|Lieutenant Day of the Dallas police dusted this carton with powder and developed a palmprint on the top edge of the carton on the side nearest the window. +LJ034-0035|The position of this palmprint on the carton was parallel with the long axis of the box, and at right angles with the short axis;|The position of this palmprint on the carton was parallel with the long axis of the box, and at right angles with the short axis; +LJ034-0036|the bottom of the palm rested on the box.|the bottom of the palm rested on the box. +LJ034-0037|Someone sitting on the box facing the window would have his palm in this position if he placed his hand alongside his right hip.|Someone sitting on the box facing the window would have his palm in this position if he placed his hand alongside his right hip. +LJ034-0038|This print which had been cut out of the box was also forwarded to the FBI and Latona identified it as Oswald's right palmprint.|This print which had been cut out of the box was also forwarded to the FBI and Latona identified it as Oswald's right palmprint. +LJ034-0039|In Latona's opinion, quote,|In Latona's opinion, quote, +LJ034-0040|not too long, end quote, a time had elapsed between the time that the print was placed on the carton and the time that it had been developed by the Dallas police.|not too long, end quote, a time had elapsed between the time that the print was placed on the carton and the time that it had been developed by the Dallas police. +LJ034-0041|Although Bureau experiments had shown that 24 hours was a likely maximum time, Latona stated|Although Bureau experiments had shown that twenty-four hours was a likely maximum time, Latona stated +LJ034-0042|that he could only testify with certainty that the print was less than 3 days old.|that he could only testify with certainty that the print was less than three days old. +LJ034-0043|The print, therefore, could have been placed on the carton at any time within this period.|The print, therefore, could have been placed on the carton at any time within this period. +LJ034-0044|The freshness of this print could be estimated only because the Dallas police developed it through the use of powder.|The freshness of this print could be estimated only because the Dallas police developed it through the use of powder. +LJ034-0045|Since cartons absorb perspiration, powder can successfully develop a print on such material only within a limited time.|Since cartons absorb perspiration, powder can successfully develop a print on such material only within a limited time. +LJ034-0046|When the FBI in Washington received the cartons, the remaining prints, including Oswald's on the Rolling Readers carton,|When the FBI in Washington received the cartons, the remaining prints, including Oswald's on the Rolling Readers carton, +LJ034-0047|were developed by chemical processes.|were developed by chemical processes. +LJ034-0048|The freshness of prints developed in this manner cannot be estimated,|The freshness of prints developed in this manner cannot be estimated, +LJ034-0049|so no conclusions can be drawn as to whether these remaining prints preceded or followed the print developed in Dallas by powder.|so no conclusions can be drawn as to whether these remaining prints preceded or followed the print developed in Dallas by powder. +LJ034-0050|Most of the prints were found to have been placed on the cartons by an FBI clerk|Most of the prints were found to have been placed on the cartons by an FBI clerk +LJ034-0051|and a Dallas police officer after the cartons had been processed with powder by the Dallas Police.|and a Dallas police officer after the cartons had been processed with powder by the Dallas Police. +LJ034-0052|In his independent investigation, Arthur Mandella of the New York City Police Department|In his independent investigation, Arthur Mandella of the New York City Police Department +LJ034-0053|reached the same conclusion as Latona that the prints found on the cartons were those of Lee Harvey Oswald.|reached the same conclusion as Latona that the prints found on the cartons were those of Lee Harvey Oswald. +LJ034-0054|In addition, Mandella was of the opinion that the print taken from the carton on the floor|In addition, Mandella was of the opinion that the print taken from the carton on the floor +LJ034-0055|was probably made within a day or a day and a half of the examination on November 22.|was probably made within a day or a day and a half of the examination on November twenty-two. +LJ034-0056|Another expert with the FBI, Ronald G. Wittmus, conducted a separate examination and also agreed with Latona that the prints were Oswald's.|Another expert with the FBI, Ronald G. Wittmus, conducted a separate examination and also agreed with Latona that the prints were Oswald's. +LJ034-0057|In evaluating the significance of these fingerprint and palmprint identifications,|In evaluating the significance of these fingerprint and palmprint identifications, +LJ034-0058|the Commission considered the possibility that Oswald handled these cartons as part of his normal duties.|the Commission considered the possibility that Oswald handled these cartons as part of his normal duties. +LJ034-0059|Since other identifiable prints were developed on the cartons, the Commission requested that they be compared with the prints of the 12 warehouse employees|Since other identifiable prints were developed on the cartons, the Commission requested that they be compared with the prints of the twelve warehouse employees +LJ034-0060|who, like Oswald, might have handled the cartons. They were also compared with the prints of those law enforcement officials who might have handled the cartons.|who, like Oswald, might have handled the cartons. They were also compared with the prints of those law enforcement officials who might have handled the cartons. +LJ034-0061|The results of this investigation are fully discussed in chapter 6, page 249.|The results of this investigation are fully discussed in chapter six, page two forty-nine. +LJ034-0062|Although a person could handle a carton and not leave identifiable prints,|Although a person could handle a carton and not leave identifiable prints, +LJ034-0063|none of these employees except Oswald left identifiable prints on the cartons.|none of these employees except Oswald left identifiable prints on the cartons. +LJ034-0064|This finding, in addition to the freshness of one of the prints and the presence of Oswald's prints on two of the four cartons and the paper bag|This finding, in addition to the freshness of one of the prints and the presence of Oswald's prints on two of the four cartons and the paper bag +LJ034-0065|led the Commission to attach some probative value to the fingerprint and palmprint identifications in reaching the conclusion|led the Commission to attach some probative value to the fingerprint and palmprint identifications in reaching the conclusion +LJ034-0066|that Oswald was at the window from which the shots were fired, although the prints do not establish the exact time he was there.|that Oswald was at the window from which the shots were fired, although the prints do not establish the exact time he was there. +LJ034-0067|Oswald's Presence on Sixth Floor Approximately 35 Minutes Before the Assassination|Oswald's Presence on Sixth Floor Approximately thirty-five Minutes Before the Assassination +LJ034-0068|Additional testimony linking Oswald with the point from which the shots were fired|Additional testimony linking Oswald with the point from which the shots were fired +LJ034-0069|was provided by the testimony of Charles Givens, who was the last known employee to see Oswald inside the building prior to the assassination.|was provided by the testimony of Charles Givens, who was the last known employee to see Oswald inside the building prior to the assassination. +LJ034-0070|During the morning of November 22, Givens was working with the floor-laying crew in the southwest section of the sixth floor.|During the morning of November twenty-two, Givens was working with the floor-laying crew in the southwest section of the sixth floor. +LJ034-0071|At about 11:45 a.m. the floor-laying crew used both elevators to come down from the sixth floor.|At about eleven:forty-five a.m. the floor-laying crew used both elevators to come down from the sixth floor. +LJ034-0072|The employees raced the elevators to the first floor. Givens saw Oswald standing at the gate on the fifth floor as the elevator went by.|The employees raced the elevators to the first floor. Givens saw Oswald standing at the gate on the fifth floor as the elevator went by. +LJ034-0073|Givens testified that after reaching the first floor, quote,|Givens testified that after reaching the first floor, quote, +LJ034-0074|I discovered I left my cigarettes in my jacket pocket upstairs, and I took the elevator back upstairs to get my jacket with my cigarettes in it, end quote.|I discovered I left my cigarettes in my jacket pocket upstairs, and I took the elevator back upstairs to get my jacket with my cigarettes in it, end quote. +LJ034-0075|He saw Oswald, a clipboard in hand, walking from the southeast corner of the sixth floor toward the elevator.|He saw Oswald, a clipboard in hand, walking from the southeast corner of the sixth floor toward the elevator. +LJ034-0076|Givens said to Oswald, quote, Boy are you going downstairs? It's near lunch time, end quote.|Givens said to Oswald, quote, Boy are you going downstairs? It's near lunch time, end quote. +LJ034-0077|Oswald said, quote, No, sir. When you get downstairs, close the gate to the elevator, end quote.|Oswald said, quote, No, sir. When you get downstairs, close the gate to the elevator, end quote. +LJ034-0078|Oswald was referring to the west elevator which operates by pushbutton and only with the gate closed. Givens said, "Okay,"|Oswald was referring to the west elevator which operates by pushbutton and only with the gate closed. Givens said, "Okay," +LJ034-0079|and rode down in the east elevator.|and rode down in the east elevator. +LJ034-0080|When he reached the first floor, the west elevator -- the one with the gate was not there.|When he reached the first floor, the west elevator -- the one with the gate was not there. +LJ034-0081|Givens thought this was about 11:55 a.m.|Givens thought this was about eleven:fifty-five a.m. +LJ034-0082|None of the Depository employees is known to have seen Oswald again until after the shooting.|None of the Depository employees is known to have seen Oswald again until after the shooting. +LJ034-0084|became apparent on December 2, 1963, when an employee, Frankie Kaiser,|became apparent on December two, nineteen sixty-three, when an employee, Frankie Kaiser, +LJ034-0085|found a clipboard hidden by book cartons in the northwest corner of the sixth floor at the west wall a few feet from where the rifle had been found.|found a clipboard hidden by book cartons in the northwest corner of the sixth floor at the west wall a few feet from where the rifle had been found. +LJ034-0086|This clipboard had been made by Kaiser and had his name on it.|This clipboard had been made by Kaiser and had his name on it. +LJ034-0087|Kaiser identified it as the clipboard which Oswald had appropriated from him when Oswald came to work at the Depository.|Kaiser identified it as the clipboard which Oswald had appropriated from him when Oswald came to work at the Depository. +LJ034-0088|Three invoices on this clipboard, each dated November 22, were for Scott-Foresman books, located on the first and sixth floors.|Three invoices on this clipboard, each dated November twenty-two, were for Scott-Foresman books, located on the first and sixth floors. +LJ034-0089|Oswald had not filled any of the three orders.|Oswald had not filled any of the three orders. +LJ034-0090|Eyewitness Identification of Assassin|Eyewitness Identification of Assassin +LJ034-0091|Howard L. Brennan was an eyewitness to the shooting. As indicated previously the Commission considered his testimony as probative|Howard L. Brennan was an eyewitness to the shooting. As indicated previously the Commission considered his testimony as probative +LJ034-0092|in reaching the conclusion that the shots came from the sixth floor, southeast corner window of the Depository Building.|in reaching the conclusion that the shots came from the sixth floor, southeast corner window of the Depository Building. +LJ034-0093|Brennan also testified that Lee Harvey Oswald,|Brennan also testified that Lee Harvey Oswald, +LJ034-0094|whom he viewed in a police lineup on the night of the assassination, was the man he saw fire the shots from the sixth-floor window of the Depository Building.|whom he viewed in a police lineup on the night of the assassination, was the man he saw fire the shots from the sixth-floor window of the Depository Building. +LJ034-0095|When the shots were fired, Brennan was in an excellent position to observe anyone in the window. He was sitting on a concrete wall|When the shots were fired, Brennan was in an excellent position to observe anyone in the window. He was sitting on a concrete wall +LJ034-0096|on the southwest corner of Elm and Houston Streets, looking north at the Depository Building which was directly in front of him.|on the southwest corner of Elm and Houston Streets, looking north at the Depository Building which was directly in front of him. +LJ034-0097|The window was approximately 120 feet away.|The window was approximately one hundred twenty feet away. +LJ034-0098|In the 6 to 8 minute period before the motorcade arrived, Brennan saw a man leave and return to the window, quote, a couple of times, end quote,|In the six to eight minute period before the motorcade arrived, Brennan saw a man leave and return to the window, quote, a couple of times, end quote, +LJ034-0099|After hearing the first shot, which he thought was a motorcycle backfire, Brennan glanced up at the window. He testified that, quote,|After hearing the first shot, which he thought was a motorcycle backfire, Brennan glanced up at the window. He testified that, quote, +LJ034-0100|this man I saw previously was aiming for his last shot. As it appeared to me he was standing up and resting against the left window sill, end quote.|this man I saw previously was aiming for his last shot. As it appeared to me he was standing up and resting against the left window sill, end quote. +LJ034-0101|Brennan saw the man fire the last shot and disappear from the window.|Brennan saw the man fire the last shot and disappear from the window. +LJ034-0102|Within minutes of the assassination, Brennan described the man to the police.|Within minutes of the assassination, Brennan described the man to the police. +LJ034-0103|This description most probably led to the radio alert sent to police cars at approximately 12:45 p.m., which described the suspect as white,|This description most probably led to the radio alert sent to police cars at approximately twelve:forty-five p.m., which described the suspect as white, +LJ034-0104|slender, weighing about one sixty-five pounds, about 5 foot 10 inches tall, and in his early thirties.|slender, weighing about one sixty-five pounds, about five foot ten inches tall, and in his early thirties. +LJ034-0105|In his sworn statement to the police later that day,|In his sworn statement to the police later that day, +LJ034-0106|Brennan described the man in similar terms, except that he gave the weight as between 165 and 175 pounds and the height was omitted.|Brennan described the man in similar terms, except that he gave the weight as between one hundred sixty-five and one hundred seventy-five pounds and the height was omitted. +LJ034-0107|In his testimony before the Commission, Brennan described the person he saw as, quote,|In his testimony before the Commission, Brennan described the person he saw as, quote, +LJ034-0108|man in his early thirties, fair complexion, slender, but neat, neat slender, possible 5 foot 10|man in his early thirties, fair complexion, slender, but neat, neat slender, possible five foot ten +LJ034-0109|one-sixty to one-seventy pounds.|one-sixty to one-seventy pounds. +LJ034-0110|Oswald was 5 foot 9 inches, slender and 24 years old.|Oswald was five foot nine inches, slender and twenty-four years old. +LJ034-0111|When arrested, he gave his weight as 140 pounds. On other occasions he gave weights of both 140 and 150 pounds.|When arrested, he gave his weight as one hundred forty pounds. On other occasions he gave weights of both one hundred forty and one hundred fifty pounds. +LJ034-0112|The New Orleans police records of his arrest in August of 1963 show a weight of 136 pounds.|The New Orleans police records of his arrest in August of nineteen sixty-three show a weight of one hundred thirty-six pounds. +LJ034-0113|The autopsy report indicated an estimated weight of 150 pounds.|The autopsy report indicated an estimated weight of one hundred fifty pounds. +LJ034-0114|Brennan's description should also be compared with the eyewitness description broadcast over the Dallas police radio at 1:22 p.m.|Brennan's description should also be compared with the eyewitness description broadcast over the Dallas police radio at one:twenty-two p.m. +LJ034-0115|of the man who shot Patrolman J. D. Tippit.|of the man who shot Patrolman J. D. Tippit. +LJ034-0116|The suspect was described as, quote, a white male about 30, 5 foot 8, black hair, slender, end quote.|The suspect was described as, quote, a white male about thirty, five foot eight, black hair, slender, end quote. +LJ034-0117|At 1:29 p.m. the police radio reported|At one:twenty-nine p.m. the police radio reported +LJ034-0118|that the description of the suspect in the Tippit shooting was similar to the description which had been given by Brennan in connection with the assassination.|that the description of the suspect in the Tippit shooting was similar to the description which had been given by Brennan in connection with the assassination. +LJ034-0119|Approximately 7 or 8 minutes later|Approximately seven or eight minutes later +LJ034-0120|the police radio reported that, quote, an eyeball witness, end quote, described the suspect in the Tippit shooting as, quote, a white male,|the police radio reported that, quote, an eyeball witness, end quote, described the suspect in the Tippit shooting as, quote, a white male, +LJ034-0121|27, 5 foot 11, 165 pounds, black wavy hair, end quote,|twenty-seven, five foot eleven, one hundred sixty-five pounds, black wavy hair, end quote, +LJ034-0122|As will be discussed fully below, the Commission has concluded that this suspect was Lee Harvey Oswald.|As will be discussed fully below, the Commission has concluded that this suspect was Lee Harvey Oswald. +LJ034-0123|Although Brennan testified that the man in the window was standing when he fired the shots, most probably he was either sitting or kneeling.|Although Brennan testified that the man in the window was standing when he fired the shots, most probably he was either sitting or kneeling. +LJ034-0124|The half-open window, the arrangement of the boxes, and the angle of the shots virtually preclude a standing position.|The half-open window, the arrangement of the boxes, and the angle of the shots virtually preclude a standing position. +LJ034-0125|It is understandable, however, for Brennan to have believed that the man with the rifle was standing. A photograph of the building taken seconds after the assassination|It is understandable, however, for Brennan to have believed that the man with the rifle was standing. A photograph of the building taken seconds after the assassination +LJ034-0126|shows three employees looking out of the fifth-floor window directly below the window from which the shots were fired.|shows three employees looking out of the fifth-floor window directly below the window from which the shots were fired. +LJ034-0127|Brennan testified that they were standing, which is their apparent position in the photograph.|Brennan testified that they were standing, which is their apparent position in the photograph. +LJ034-0128|But the testimony of these employees, together with photographs subsequently taken of them at the scene of the assassination,|But the testimony of these employees, together with photographs subsequently taken of them at the scene of the assassination, +LJ034-0129|establishes that they were either squatting or kneeling.|establishes that they were either squatting or kneeling. +LJ034-0130|Since the window ledges in the Depository Building are lower than in most buildings,|Since the window ledges in the Depository Building are lower than in most buildings, +LJ034-0131|a person squatting or kneeling exposes more of his body than would normally be the case.|a person squatting or kneeling exposes more of his body than would normally be the case. +LJ034-0132|From the street, this creates the impression that the person is standing.|From the street, this creates the impression that the person is standing. +LJ034-0133|Brennan could have seen enough of the body of a kneeling or squatting person to estimate his height.|Brennan could have seen enough of the body of a kneeling or squatting person to estimate his height. +LJ034-0134|Shortly after the assassination Brennan noticed|Shortly after the assassination Brennan noticed +LJ034-0135|two of these employees leaving the building and immediately identified them as having been in the fifth-floor windows.|two of these employees leaving the building and immediately identified them as having been in the fifth-floor windows. +LJ034-0136|When the three employees appeared before the Commission, Brennan identified the two whom he saw leave the building.|When the three employees appeared before the Commission, Brennan identified the two whom he saw leave the building. +LJ034-0137|The two men, Harold Norman and James Jarman, Jr., each confirmed that when they came out of the building,|The two men, Harold Norman and James Jarman, Jr., each confirmed that when they came out of the building, +LJ034-0138|they saw and heard Brennan describing what he had seen.|they saw and heard Brennan describing what he had seen. +LJ034-0140|Jarman heard Brennan, quote, talking to this officer about that he had heard these shots and he had seen the barrel of the gun sticking out the window,|Jarman heard Brennan, quote, talking to this officer about that he had heard these shots and he had seen the barrel of the gun sticking out the window, +LJ034-0141|and he said that the shots came from inside the building, end quote.|and he said that the shots came from inside the building, end quote. +LJ034-0142|During the evening of November 22, Brennan identified Oswald as the person in the lineup who bore the closest resemblance to the man in the window|During the evening of November twenty-two, Brennan identified Oswald as the person in the lineup who bore the closest resemblance to the man in the window +LJ034-0143|but he said he was unable to make a positive identification.|but he said he was unable to make a positive identification. +LJ034-0144|Prior to the lineup,|Prior to the lineup, +LJ034-0145|Brennan had seen Oswald's picture on television, and he told the Commission that whether this affected his identification, quote, is something I do not know.|Brennan had seen Oswald's picture on television, and he told the Commission that whether this affected his identification, quote, is something I do not know. +LJ034-0146|In an interview with FBI agents on December 17, 1963,|In an interview with FBI agents on December seventeen, nineteen sixty-three, +LJ034-0147|Brennan stated that he was sure that the person firing the rifle was Oswald.|Brennan stated that he was sure that the person firing the rifle was Oswald. +LJ034-0148|In another interview with FBI agents on January 7, 1964,|In another interview with FBI agents on January seven, nineteen sixty-four, +LJ034-0149|Brennan appeared to revert to his earlier inability to make a positive identification,|Brennan appeared to revert to his earlier inability to make a positive identification, +LJ034-0150|but, in his testimony before the Commission, Brennan stated that his remarks of January 7 were intended by him merely as an accurate report|but, in his testimony before the Commission, Brennan stated that his remarks of January seven were intended by him merely as an accurate report +LJ034-0151|of what he said on November 22.|of what he said on November twenty-two. +LJ034-0152|Brennan told the Commission that he could have made a positive identification in the lineup on November 22|Brennan told the Commission that he could have made a positive identification in the lineup on November twenty-two +LJ034-0153|but did not do so because he felt that the assassination was, quote, a Communist activity,|but did not do so because he felt that the assassination was, quote, a Communist activity, +LJ034-0154|and I felt like there hadn't been more than one eyewitness, and if it got to be a known fact that I was an eyewitness, my family or I, either one, might not be safe.|and I felt like there hadn't been more than one eyewitness, and if it got to be a known fact that I was an eyewitness, my family or I, either one, might not be safe. +LJ034-0155|When specifically asked before the Commission|When specifically asked before the Commission +LJ034-0156|whether or not he could positively identify the man he saw in the sixth-floor window as the same man he saw in the police station,|whether or not he could positively identify the man he saw in the sixth-floor window as the same man he saw in the police station, +LJ034-0157|Brennan stated, quote, I could at that time -- I could, with all sincerity, identify him as being the same man, end quote.|Brennan stated, quote, I could at that time -- I could, with all sincerity, identify him as being the same man, end quote. +LJ034-0158|Although the record indicates that Brennan was an accurate observer, he declined to make a positive identification of Oswald when he first saw him in the police lineup.|Although the record indicates that Brennan was an accurate observer, he declined to make a positive identification of Oswald when he first saw him in the police lineup. +LJ034-0159|The Commission, therefore, does not base its conclusion concerning the identity of the assassin|The Commission, therefore, does not base its conclusion concerning the identity of the assassin +LJ034-0160|on Brennan's subsequent certain identification of Lee Harvey Oswald as the man he saw fire the rifle.|on Brennan's subsequent certain identification of Lee Harvey Oswald as the man he saw fire the rifle. +LJ034-0161|Immediately after the assassination, however,|Immediately after the assassination, however, +LJ034-0162|Brennan described to the police the man he saw in the window and then identified Oswald as the person who most nearly resembled the man he saw.|Brennan described to the police the man he saw in the window and then identified Oswald as the person who most nearly resembled the man he saw. +LJ034-0163|The Commission is satisfied that, at the least,|The Commission is satisfied that, at the least, +LJ034-0164|Brennan saw a man in the window who closely resembled Lee Harvey Oswald, and that Brennan believes the man he saw was in fact|Brennan saw a man in the window who closely resembled Lee Harvey Oswald, and that Brennan believes the man he saw was in fact +LJ034-0165|Lee Harvey Oswald.|Lee Harvey Oswald. +LJ034-0166|Two other witnesses were able to offer partial descriptions of a man they saw in the southeast corner window|Two other witnesses were able to offer partial descriptions of a man they saw in the southeast corner window +LJ034-0167|of the sixth floor approximately 1 minute before the assassination, although neither witness saw the shots being fired.|of the sixth floor approximately one minute before the assassination, although neither witness saw the shots being fired. +LJ034-0168|Ronald Fischer and Robert Edwards were standing on the curb at the southwest corner of Elm and Houston Streets,|Ronald Fischer and Robert Edwards were standing on the curb at the southwest corner of Elm and Houston Streets, +LJ034-0169|the same corner where Brennan was sitting on a concrete wall.|the same corner where Brennan was sitting on a concrete wall. +LJ034-0170|Fischer testified that about 10 or 15 seconds before the motorcade turned onto Houston Street from Main Street,|Fischer testified that about ten or fifteen seconds before the motorcade turned onto Houston Street from Main Street, +LJ034-0171|Edwards said, quote, Look at that guy there in that window, end quote,|Edwards said, quote, Look at that guy there in that window, end quote, +LJ034-0172|Fischer looked up and watched the man in the window for 10 or 15 seconds and then started watching the motorcade, which came into view on Houston Street.|Fischer looked up and watched the man in the window for ten or fifteen seconds and then started watching the motorcade, which came into view on Houston Street. +LJ034-0173|He said that the man held his attention until the motorcade came because the man, quote,|He said that the man held his attention until the motorcade came because the man, quote, +LJ034-0174|appeared uncomfortable for one, and secondly, he wasn't watching. he didn't look like he was watching for the parade.|appeared uncomfortable for one, and secondly, he wasn't watching. he didn't look like he was watching for the parade. +LJ034-0175|He looked like he was looking down toward the Trinity River and the Triple Underpass down at the end -- toward the end of Elm Street. And|He looked like he was looking down toward the Trinity River and the Triple Underpass down at the end -- toward the end of Elm Street. And +LJ034-0176|all the time I watched him, he never moved his head, he never -- he never moved anything. Just was there transfixed.|all the time I watched him, he never moved his head, he never -- he never moved anything. Just was there transfixed. +LJ034-0177|Fischer placed the man in the easternmost window on the south side of the Depository Building on either the fifth or the sixth floor.|Fischer placed the man in the easternmost window on the south side of the Depository Building on either the fifth or the sixth floor. +LJ034-0178|He said that he could see the man from the middle of his chest to the top of his head, and that as he was facing the window the man was in the lower right-hand portion of the window|He said that he could see the man from the middle of his chest to the top of his head, and that as he was facing the window the man was in the lower right-hand portion of the window +LJ034-0180|The man was dressed in a light-colored, open-neck shirt which could have been either a sports shirt or a T-shirt,|The man was dressed in a light-colored, open-neck shirt which could have been either a sports shirt or a T-shirt, +LJ034-0181|and he had brown hair, a slender face and neck with light complexion, and looked to be 22 or 24 years old.|and he had brown hair, a slender face and neck with light complexion, and looked to be twenty-two or twenty-four years old. +LJ034-0182|The person in the window was a white man and, quote, looked to me like he was looking straight at the Triple Underpass, end quote, down Elm Street.|The person in the window was a white man and, quote, looked to me like he was looking straight at the Triple Underpass, end quote, down Elm Street. +LJ034-0183|Boxes and cases were stacked behind him.|Boxes and cases were stacked behind him. +LJ034-0184|Approximately 1 week after the assassination, according to Fisher, policemen showed him a picture of Oswald.|Approximately one week after the assassination, according to Fisher, policemen showed him a picture of Oswald. +LJ034-0185|In his testimony he said, quote, I told them that that could have been the man.|In his testimony he said, quote, I told them that that could have been the man. +LJ034-0186|That that could have been the man that I saw in the window in the School Book Depository Building, but that I was not sure, end quote.|That that could have been the man that I saw in the window in the School Book Depository Building, but that I was not sure, end quote. +LJ034-0187|Fischer described the man's hair as some shade of brown, quote, it wasn't dark, and it wasn't light, end quote.|Fischer described the man's hair as some shade of brown, quote, it wasn't dark, and it wasn't light, end quote. +LJ034-0188|On November 22, Fischer had apparently described the man as, quote, light-headed, end quote.|On November twenty-two, Fischer had apparently described the man as, quote, light-headed, end quote. +LJ034-0189|Fischer explained that he did not mean by the earlier statement that the man was blond, but rather that his hair was not black.|Fischer explained that he did not mean by the earlier statement that the man was blond, but rather that his hair was not black. +LJ034-0190|Robert Edwards said that, while looking at the south side of the Depository Building shortly before the motorcade,|Robert Edwards said that, while looking at the south side of the Depository Building shortly before the motorcade, +LJ034-0191|he saw nothing of importance, quote, except maybe one individual who was up there in the corner room of the sixth floor which was crowded in among boxes, end quote.|he saw nothing of importance, quote, except maybe one individual who was up there in the corner room of the sixth floor which was crowded in among boxes, end quote. +LJ034-0192|He said that this was a white man about average in size, quote, possibly thin, end quote, and that he thought the man had light-brown hair.|He said that this was a white man about average in size, quote, possibly thin, end quote, and that he thought the man had light-brown hair. +LJ034-0193|Fischer and Edwards did not see the man clearly enough or long enough to identify him.|Fischer and Edwards did not see the man clearly enough or long enough to identify him. +LJ034-0194|Their testimony is of probative value, however, because their limited description is consistent with that of the man who has been found by the Commission,|Their testimony is of probative value, however, because their limited description is consistent with that of the man who has been found by the Commission, +LJ034-0195|based on other evidence, to have fired the shots from the window.|based on other evidence, to have fired the shots from the window. +LJ034-0196|Another person who saw the assassin as the shots were fired was Amos L. Euins, age 15,|Another person who saw the assassin as the shots were fired was Amos L. Euins, age fifteen, +LJ034-0197|who was one of the first witnesses to alert the police to the Depository as the source of the shots, as has been discussed in chapter 3.|who was one of the first witnesses to alert the police to the Depository as the source of the shots, as has been discussed in chapter three. +LJ034-0198|Euins, who was on the southwest corner of Elm and Houston Streets testified that he could not describe the man he saw in the window.|Euins, who was on the southwest corner of Elm and Houston Streets testified that he could not describe the man he saw in the window. +LJ034-0199|According to Euins, however, as the man lowered his head in order to aim the rifle down Elm Street, he appeared to have a white bald spot, on his head.|According to Euins, however, as the man lowered his head in order to aim the rifle down Elm Street, he appeared to have a white bald spot, on his head. +LJ034-0200|Shortly after the assassination, Euins signed an affidavit describing the man as "white,"|Shortly after the assassination, Euins signed an affidavit describing the man as "white," +LJ034-0201|but a radio reporter testified that Euins described the man to him as, quote, colored, end quote.|but a radio reporter testified that Euins described the man to him as, quote, colored, end quote. +LJ034-0202|In his Commission testimony|In his Commission testimony +LJ034-0203|Euins stated that he could not ascertain the man's race and that the statement in the affidavit was intended to refer only to the white spot on the man's head|Euins stated that he could not ascertain the man's race and that the statement in the affidavit was intended to refer only to the white spot on the man's head +LJ034-0204|and not to his race.|and not to his race. +LJ034-0205|A Secret Service agent who spoke to Euins approximately 20 to 30 minutes after the assassination|A Secret Service agent who spoke to Euins approximately twenty to thirty minutes after the assassination +LJ034-0206|confirmed that Euins could neither describe the man in the window nor indicate his race.|confirmed that Euins could neither describe the man in the window nor indicate his race. +LJ034-0207|Accordingly, Euins' testimony is considered probative as to the source of the shots but is inconclusive as to the identity of the man in the window.|Accordingly, Euins' testimony is considered probative as to the source of the shots but is inconclusive as to the identity of the man in the window. +LJ034-0208|In evaluating the evidence that Oswald was at the southeast corner window of the sixth floor at the time of the shooting,|In evaluating the evidence that Oswald was at the southeast corner window of the sixth floor at the time of the shooting, +LJ034-0209|the Commission has considered the allegation that Oswald was photographed standing in front of the building when the shots were fired.|the Commission has considered the allegation that Oswald was photographed standing in front of the building when the shots were fired. +LJ034-0210|The picture which gave rise to these allegations was taken by Associated Press Photographer James W. Altgens,|The picture which gave rise to these allegations was taken by Associated Press Photographer James W. Altgens, +LJ034-0211|who was standing on the south side of Elm Street between the Triple Underpass and the Depository Building.|who was standing on the south side of Elm Street between the Triple Underpass and the Depository Building. +LJ034-0212|As the motorcade started its descent down Elm Street., Altgens snapped a picture of the Presidential limousine with the entrance to the Depository Building in the background.|As the motorcade started its descent down Elm Street., Altgens snapped a picture of the Presidential limousine with the entrance to the Depository Building in the background. +LJ034-0213|Just before snapping the picture Altgens heard a noise which sounded like the popping of a firecracker.|Just before snapping the picture Altgens heard a noise which sounded like the popping of a firecracker. +LJ034-0214|Investigation has established that Altgens' picture was taken approximately 2 seconds after the firing of the shot|Investigation has established that Altgens' picture was taken approximately two seconds after the firing of the shot +LJ034-0215|which entered the back of the President's neck.|which entered the back of the President's neck. +LJ034-0216|In the background of this picture were several employees watching the parade from the steps of the Depository Building.|In the background of this picture were several employees watching the parade from the steps of the Depository Building. +LJ034-0217|One of these employees was alleged to resemble Lee Harvey Oswald.|One of these employees was alleged to resemble Lee Harvey Oswald. +LJ034-0218|The Commission has determined that the employee was in fact Billy Lovelady, who identified himself in the picture.|The Commission has determined that the employee was in fact Billy Lovelady, who identified himself in the picture. +LJ034-0219|Standing alongside him were Buell Wesley Frazier and William Shelley, who also identified Lovelady.|Standing alongside him were Buell Wesley Frazier and William Shelley, who also identified Lovelady. +LJ035-0001|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy.|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. +LJ035-0002|Chapter 4. The Assassin: Part 4. Oswald's Actions in Building After Assassination.|Chapter four. The Assassin: Part four. Oswald's Actions in Building After Assassination. +LJ035-0003|In considering whether Oswald was at the southeast corner window at the time the shots were fired,|In considering whether Oswald was at the southeast corner window at the time the shots were fired, +LJ035-0004|the Commission has reviewed the testimony of witnesses who saw Oswald in the building within minutes after the assassination.|the Commission has reviewed the testimony of witnesses who saw Oswald in the building within minutes after the assassination. +LJ035-0005|The Commission has found that Oswald's movements, as described by these witnesses,|The Commission has found that Oswald's movements, as described by these witnesses, +LJ035-0006|are consistent with his having been at the window at 12:30 p.m.|are consistent with his having been at the window at twelve:thirty p.m. +LJ035-0007|The encounter in the lunchroom.|The encounter in the lunchroom. +LJ035-0008|The first person to see Oswald after the assassination was Patrolman M. L. Baker of the Dallas Police Department.|The first person to see Oswald after the assassination was Patrolman M. L. Baker of the Dallas Police Department. +LJ035-0009|Baker was riding a two-wheeled motorcycle behind the last press car of the motorcade.|Baker was riding a two-wheeled motorcycle behind the last press car of the motorcade. +LJ035-0010|As he turned the corner from Main onto Houston at a speed of about 5 to 10 miles per hour,|As he turned the corner from Main onto Houston at a speed of about five to ten miles per hour, +LJ035-0011|a strong wind blowing from the north almost unseated him.|a strong wind blowing from the north almost unseated him. +LJ035-0012|At about this time he heard the first shot.|At about this time he heard the first shot. +LJ035-0013|Having recently heard the sounds of rifles while on a hunting trip, Baker recognized the shots as that of a high-powered rifle; Quote,|Having recently heard the sounds of rifles while on a hunting trip, Baker recognized the shots as that of a high-powered rifle; Quote, +LJ035-0014|it sounded high and I immediately kind of looked up,|it sounded high and I immediately kind of looked up, +LJ035-0015|and I had a feeling that it came from the building, either right in front of me [the Depository Building] or of the one across to the right of it, end quote,|and I had a feeling that it came from the building, either right in front of me [the Depository Building] or of the one across to the right of it, end quote, +LJ035-0016|He saw pigeons flutter upward. He was not certain, quote, but I am pretty sure they came from the building right on the northwest corner, end quote.|He saw pigeons flutter upward. He was not certain, quote, but I am pretty sure they came from the building right on the northwest corner, end quote. +LJ035-0017|He heard two more shots spaced, quote, pretty well even to me.|He heard two more shots spaced, quote, pretty well even to me. +LJ035-0018|end quote, After the third shot, he, quote, revved that motorcycle up, end quote,|end quote, After the third shot, he, quote, revved that motorcycle up, end quote, +LJ035-0019|drove to the northwest corner of Elm and Houston, and parked approximately 10 feet from the traffic signal.|drove to the northwest corner of Elm and Houston, and parked approximately ten feet from the traffic signal. +LJ035-0020|As he was parking he noted that people were, quote, falling, and they were rolling around down there grabbing their children, end quote, and rushing about.|As he was parking he noted that people were, quote, falling, and they were rolling around down there grabbing their children, end quote, and rushing about. +LJ035-0021|A woman screamed, quote, Oh, they have shot that man, they have shot that man, end quote.|A woman screamed, quote, Oh, they have shot that man, they have shot that man, end quote. +LJ035-0022|Baker, quote, had it in mind that the shots came from the top of this building here, end quote, so he ran straight to the entrance of the Depository Building.|Baker, quote, had it in mind that the shots came from the top of this building here, end quote, so he ran straight to the entrance of the Depository Building. +LJ035-0023|Baker testified that he entered the lobby of the building and, quote, spoke out and asked where the stairs or elevator was|Baker testified that he entered the lobby of the building and, quote, spoke out and asked where the stairs or elevator was +LJ035-0024|and this man, Mr. Truly, spoke up and says, it seems to me like he says,|and this man, Mr. Truly, spoke up and says, it seems to me like he says, +LJ035-0025|I am a building manager. Follow me, officer, and I will show you, end quote.|I am a building manager. Follow me, officer, and I will show you, end quote. +LJ035-0026|Baker and building superintendent Roy Truly went through a second set of doors and stopped at a swinging door where Baker bumped into Truly's back.|Baker and building superintendent Roy Truly went through a second set of doors and stopped at a swinging door where Baker bumped into Truly's back. +LJ035-0027|They went through the swinging door and continued at, quote, a good trot, end quote,|They went through the swinging door and continued at, quote, a good trot, end quote, +LJ035-0028|to the northwest corner of the floor where Truly hoped to find one of the two freight elevators.|to the northwest corner of the floor where Truly hoped to find one of the two freight elevators. +LJ035-0029|Neither elevator was there.|Neither elevator was there. +LJ035-0030|Truly pushed the button for the west elevator which operates automatically if the gate is closed.|Truly pushed the button for the west elevator which operates automatically if the gate is closed. +LJ035-0031|He shouted twice, quote, Turn loose the elevator, end quote,|He shouted twice, quote, Turn loose the elevator, end quote, +LJ035-0032|When the elevator failed to come, Baker said, quote, let's take the stairs, end quote, and he followed Truly up the stairway, which is to the west of the elevator.|When the elevator failed to come, Baker said, quote, let's take the stairs, end quote, and he followed Truly up the stairway, which is to the west of the elevator. +LJ035-0033|The stairway is located in the northwest corner of the Depository Building.|The stairway is located in the northwest corner of the Depository Building. +LJ035-0034|The stairs from one floor to the next are "L-shaped," with both legs of the "L" approximately the same length.|The stairs from one floor to the next are "L-shaped," with both legs of the "L" approximately the same length. +LJ035-0035|Because the stairway itself is enclosed, neither Baker nor Truly could see anything on the second-floor hallway until they reached the landing at the top of the stairs.|Because the stairway itself is enclosed, neither Baker nor Truly could see anything on the second-floor hallway until they reached the landing at the top of the stairs. +LJ035-0036|On the second-floor landing there is a small open area with a door at the east end.|On the second-floor landing there is a small open area with a door at the east end. +LJ035-0037|This door leads into a small vestibule, and another door leads from the vestibule into the second-floor lunchroom.|This door leads into a small vestibule, and another door leads from the vestibule into the second-floor lunchroom. +LJ035-0038|The lunchroom door is usually open, but the first door is kept shut by a closing mechanism on the door.|The lunchroom door is usually open, but the first door is kept shut by a closing mechanism on the door. +LJ035-0039|This vestibule door is solid except for a small glass window in the upper part of the door.|This vestibule door is solid except for a small glass window in the upper part of the door. +LJ035-0040|As Baker reached the second floor, he was about 20 feet from the vestibule door. He intended to continue around to his left toward the stairway going up|As Baker reached the second floor, he was about twenty feet from the vestibule door. He intended to continue around to his left toward the stairway going up +LJ035-0041|but through the window in the door he caught a fleeting glimpse of a man walking in the vestibule toward the lunchroom.|but through the window in the door he caught a fleeting glimpse of a man walking in the vestibule toward the lunchroom. +LJ035-0042|Since the vestibule door is only a few feet from the lunchroom door, the man must have entered the vestibule only a second or two before Baker arrived at the top of the stairwell.|Since the vestibule door is only a few feet from the lunchroom door, the man must have entered the vestibule only a second or two before Baker arrived at the top of the stairwell. +LJ035-0043|Yet he must have entered the vestibule door before Truly reached the top of the stairwell, since Truly did not see him.|Yet he must have entered the vestibule door before Truly reached the top of the stairwell, since Truly did not see him. +LJ035-0044|If the man had passed from the vestibule into the lunchroom, Baker could not have seen him.|If the man had passed from the vestibule into the lunchroom, Baker could not have seen him. +LJ035-0045|Baker said, quote, He [Truly] had already started around the bend to come to the next elevator going up,|Baker said, quote, He [Truly] had already started around the bend to come to the next elevator going up, +LJ035-0046|I was coming out this one on the second floor, and I don't know, I was kind of sweeping this area as I come up, I was looking from right to left|I was coming out this one on the second floor, and I don't know, I was kind of sweeping this area as I come up, I was looking from right to left +LJ035-0047|and as I got to this door here I caught a glimpse of this man, just, you know, a sudden glimpse. And it looked to me like he was going away from me.|and as I got to this door here I caught a glimpse of this man, just, you know, a sudden glimpse. And it looked to me like he was going away from me. +LJ035-0048|I can't say whether he had gone on through that door [the lunchroom door] or not.|I can't say whether he had gone on through that door [the lunchroom door] or not. +LJ035-0049|All I did was catch a glance at him, and evidently he was -- this door might have been, you know, closing and almost shut at that time, end quote.|All I did was catch a glance at him, and evidently he was -- this door might have been, you know, closing and almost shut at that time, end quote. +LJ035-0050|With his revolver drawn, Baker opened the vestibule door and ran into the vestibule.|With his revolver drawn, Baker opened the vestibule door and ran into the vestibule. +LJ035-0051|He saw a man walking away from him in the lunchroom.|He saw a man walking away from him in the lunchroom. +LJ035-0052|Baker stopped at the door of the lunchroom and commanded, quote, Come here, end quote.|Baker stopped at the door of the lunchroom and commanded, quote, Come here, end quote. +LJ035-0053|The man turned and walked back toward Baker.|The man turned and walked back toward Baker. +LJ035-0054|He had been proceeding toward the rear of the lunchroom.|He had been proceeding toward the rear of the lunchroom. +LJ035-0055|Along a side wall of the lunchroom was a soft drink rending machine, but at that time the man had nothing in his hands.|Along a side wall of the lunchroom was a soft drink rending machine, but at that time the man had nothing in his hands. +LJ035-0056|Meanwhile, Truly had run up several steps toward the third floor.|Meanwhile, Truly had run up several steps toward the third floor. +LJ035-0057|Missing Baker, he came back to find the officer in the doorway to the lunchroom facing Lee Harvey Oswald.|Missing Baker, he came back to find the officer in the doorway to the lunchroom facing Lee Harvey Oswald. +LJ035-0058|Baker turned to Truly and said, quote, Do you know this man, does he work here? end quote.|Baker turned to Truly and said, quote, Do you know this man, does he work here? end quote. +LJ035-0059|Truly replied, "Yes."|Truly replied, "Yes." +LJ035-0060|Baker stated later that the man did not seem to be out of breath; he seemed calm. Quote, He never did say a word or nothing.|Baker stated later that the man did not seem to be out of breath; he seemed calm. Quote, He never did say a word or nothing. +LJ035-0061|In fact, he didn't change his expression one bit, end quote.|In fact, he didn't change his expression one bit, end quote. +LJ035-0062|Truly said of Oswald: quote, He didn't seem to be excited or overly afraid or anything. He might have been a bit startled, like I might have been if somebody confronted me.|Truly said of Oswald: quote, He didn't seem to be excited or overly afraid or anything. He might have been a bit startled, like I might have been if somebody confronted me. +LJ035-0063|But I cannot recall any change in expression of any kind on his face, end quote.|But I cannot recall any change in expression of any kind on his face, end quote. +LJ035-0064|Truly thought that the officer's gun at that time appeared to be almost touching the middle portion of Oswald's body.|Truly thought that the officer's gun at that time appeared to be almost touching the middle portion of Oswald's body. +LJ035-0065|Truly also noted at this time that Oswald's hands were empty.|Truly also noted at this time that Oswald's hands were empty. +LJ035-0066|In an effort to determine whether Oswald could have descended to the lunchroom|In an effort to determine whether Oswald could have descended to the lunchroom +LJ035-0067|from the sixth floor by the time Baker and Truly arrived, Commission counsel asked Baker and Truly to repeat their movements from the time of the shot|from the sixth floor by the time Baker and Truly arrived, Commission counsel asked Baker and Truly to repeat their movements from the time of the shot +LJ035-0068|until Baker came upon Oswald in the lunchroom.|until Baker came upon Oswald in the lunchroom. +LJ035-0069|Baker placed himself on a motorcycle about 200 feet from the corner of Elm and Houston Streets where he said he heard the shots.|Baker placed himself on a motorcycle about two hundred feet from the corner of Elm and Houston Streets where he said he heard the shots. +LJ035-0070|Truly stood in front of the building.|Truly stood in front of the building. +LJ035-0071|At a given signal, they reenacted the event. Baker's movements were timed with a stopwatch.|At a given signal, they reenacted the event. Baker's movements were timed with a stopwatch. +LJ035-0072|On the first test, the elapsed time between the simulated first shot and Baker's arrival on the second-floor stair landing|On the first test, the elapsed time between the simulated first shot and Baker's arrival on the second-floor stair landing +LJ035-0073|was 1 minute and 30 seconds.|was one minute and thirty seconds. +LJ035-0074|The second test run required 1 minute and 15 seconds.|The second test run required one minute and fifteen seconds. +LJ035-0075|A test was also conducted to determine the time required to walk from the southeast corner of the sixth floor to the second-floor lunchroom by stairway.|A test was also conducted to determine the time required to walk from the southeast corner of the sixth floor to the second-floor lunchroom by stairway. +LJ035-0076|Special Agent John Howlett of the Secret Service carried a rifle from the southeast corner of the sixth floor along the east aisle to the northeast corner.|Special Agent John Howlett of the Secret Service carried a rifle from the southeast corner of the sixth floor along the east aisle to the northeast corner. +LJ035-0077|He placed the rifle on the floor near the site where Oswald's rifle was actually found after the shooting.|He placed the rifle on the floor near the site where Oswald's rifle was actually found after the shooting. +LJ035-0078|Then Howlett walked down the stairway to the second-floor landing and entered the lunchroom.|Then Howlett walked down the stairway to the second-floor landing and entered the lunchroom. +LJ035-0079|The first test, run at normal walking pace, required 1 minute, 18 seconds;|The first test, run at normal walking pace, required one minute, eighteen seconds; +LJ035-0080|the second test, at a "fast walk" took 1 minute, 14 seconds.|the second test, at a "fast walk" took one minute, fourteen seconds. +LJ035-0081|The second test followed immediately after the first.|The second test followed immediately after the first. +LJ035-0082|The only interval was the time necessary to ride in the elevator from the second to the sixth floor and walk back to the southeast corner.|The only interval was the time necessary to ride in the elevator from the second to the sixth floor and walk back to the southeast corner. +LJ035-0083|Howlett was not short winded at the end of either test run.|Howlett was not short winded at the end of either test run. +LJ035-0084|The minimum time required by Baker to park his motorcycle and reach the second-floor lunchroom was within 3 seconds of the time needed to walk|The minimum time required by Baker to park his motorcycle and reach the second-floor lunchroom was within three seconds of the time needed to walk +LJ035-0085|from the southeast corner of the sixth floor down the stairway to the lunchroom.|from the southeast corner of the sixth floor down the stairway to the lunchroom. +LJ035-0086|The time actually required for Baker and Truly to reach the second floor on November 22 was probably longer than in the test runs. For example,|The time actually required for Baker and Truly to reach the second floor on November twenty-two was probably longer than in the test runs. For example, +LJ035-0087|Baker required 15 seconds after the simulated shot to ride his motorcycle 180 to 200 feet,|Baker required fifteen seconds after the simulated shot to ride his motorcycle one hundred eighty to two hundred feet, +LJ035-0088|park it, and run 45 feet to the building.|park it, and run forty-five feet to the building. +LJ035-0089|No allowance was made for the special conditions which existed on the day of the assassination|No allowance was made for the special conditions which existed on the day of the assassination +LJ035-0090|possible delayed reaction to the shot, jostling with the crowd of people on the steps and scanning the area along Elm Street and the parkway.|possible delayed reaction to the shot, jostling with the crowd of people on the steps and scanning the area along Elm Street and the parkway. +LJ035-0091|Baker said, quote, We simulated the shots and by the time we got there, we did everything that I did that day,|Baker said, quote, We simulated the shots and by the time we got there, we did everything that I did that day, +LJ035-0092|and this would be the minimum, because I am sure that I, you know, it took me a little longer, end quote,|and this would be the minimum, because I am sure that I, you know, it took me a little longer, end quote, +LJ035-0093|On the basis of this time test, therefore,|On the basis of this time test, therefore, +LJ035-0094|the Commission concluded that Oswald could have fired the shots and still have been present in the second-floor lunchroom when seen by Baker and Truly.|the Commission concluded that Oswald could have fired the shots and still have been present in the second-floor lunchroom when seen by Baker and Truly. +LJ035-0095|That Oswald descended by stairway from the sixth floor to the second-floor lunchroom|That Oswald descended by stairway from the sixth floor to the second-floor lunchroom +LJ035-0096|is consistent with the movements of the two elevators, which would have provided the other possible means of descent.|is consistent with the movements of the two elevators, which would have provided the other possible means of descent. +LJ035-0097|When Truly, accompanied by Baker, ran to the rear of the first floor,|When Truly, accompanied by Baker, ran to the rear of the first floor, +LJ035-0098|he was certain that both elevators, which occupy the same shaft, were on the fifth floor.|he was certain that both elevators, which occupy the same shaft, were on the fifth floor. +LJ035-0099|Baker, not realizing that there were two elevators, thought that only one elevator was in the shaft and that it was two or three floors above the second floor.|Baker, not realizing that there were two elevators, thought that only one elevator was in the shaft and that it was two or three floors above the second floor. +LJ035-0100|In the few seconds which elapsed while Baker and Truly ran from the first to the second floor,|In the few seconds which elapsed while Baker and Truly ran from the first to the second floor, +LJ035-0101|neither of these slow elevators could have descended from the fifth to the second floor. Furthermore, no elevator was at the second floor when they arrived there.|neither of these slow elevators could have descended from the fifth to the second floor. Furthermore, no elevator was at the second floor when they arrived there. +LJ035-0102|Truly and Baker continued up the stairs after the encounter with Oswald in the lunchroom.|Truly and Baker continued up the stairs after the encounter with Oswald in the lunchroom. +LJ035-0103|There was no elevator on the third or fourth floor.|There was no elevator on the third or fourth floor. +LJ035-0104|The east elevator was on the fifth floor when they arrived; the west elevator was not.|The east elevator was on the fifth floor when they arrived; the west elevator was not. +LJ035-0105|They took the east elevator to the seventh floor and ran up a stairway to the roof where they searched for several minutes.|They took the east elevator to the seventh floor and ran up a stairway to the roof where they searched for several minutes. +LJ035-0106|Jack Dougherty, an employee working on the fifth floor,|Jack Dougherty, an employee working on the fifth floor, +LJ035-0107|testified that he took the west elevator to the first floor after hearing a noise which sounded like a backfire.|testified that he took the west elevator to the first floor after hearing a noise which sounded like a backfire. +LJ035-0108|Eddie Piper, the janitor, told Dougherty that the President had been shot,|Eddie Piper, the janitor, told Dougherty that the President had been shot, +LJ035-0109|but in his testimony Piper did not mention either seeing or talking with Dougherty during these moments of excitement.|but in his testimony Piper did not mention either seeing or talking with Dougherty during these moments of excitement. +LJ035-0110|Both Dougherty and Piper were confused witnesses. They had no exact memory of the events of that afternoon.|Both Dougherty and Piper were confused witnesses. They had no exact memory of the events of that afternoon. +LJ035-0111|Truly was probably correct in stating that the west elevator was on the fifth floor when he looked up the elevator shaft from the first floor.|Truly was probably correct in stating that the west elevator was on the fifth floor when he looked up the elevator shaft from the first floor. +LJ035-0112|The west elevator was not on the fifth floor when Baker and Truly reached that floor,|The west elevator was not on the fifth floor when Baker and Truly reached that floor, +LJ035-0113|probably because Jack Dougherty took it to the first floor while Baker and Truly were running up the stairs or in the lunchroom with Oswald.|probably because Jack Dougherty took it to the first floor while Baker and Truly were running up the stairs or in the lunchroom with Oswald. +LJ035-0114|Neither elevator could have been used by Oswald as a means of descent.|Neither elevator could have been used by Oswald as a means of descent. +LJ035-0115|Oswald's use of the stairway is consistent with the testimony of other employees in the building.|Oswald's use of the stairway is consistent with the testimony of other employees in the building. +LJ035-0116|Three employees -- James Jarman, Jr.,|Three employees -- James Jarman, Jr., +LJ035-0117|Harold Norman, and Bonnie Ray Williams -- were watching the parade from the fifth floor, directly below the window from which the shots were fired.|Harold Norman, and Bonnie Ray Williams -- were watching the parade from the fifth floor, directly below the window from which the shots were fired. +LJ035-0118|They rushed to the west windows after the shots were fired and remained there|They rushed to the west windows after the shots were fired and remained there +LJ035-0119|until after they saw Patrolman Baker's white helmet on the fifth floor moving toward the elevator.|until after they saw Patrolman Baker's white helmet on the fifth floor moving toward the elevator. +LJ035-0120|While they were at the west windows their view of the stairwell was completely blocked by shelves and boxes.|While they were at the west windows their view of the stairwell was completely blocked by shelves and boxes. +LJ035-0121|This is the period during which Oswald would have descended the stairs. In all likelihood|This is the period during which Oswald would have descended the stairs. In all likelihood +LJ035-0122|Dougherty took the elevator down from the fifth floor after Jarman, Norman, and Williams ran to the west windows and were deciding what to do.|Dougherty took the elevator down from the fifth floor after Jarman, Norman, and Williams ran to the west windows and were deciding what to do. +LJ035-0123|None of these three men saw Dougherty, probably because of the anxiety of the moment and because of the books which may have blocked the view.|None of these three men saw Dougherty, probably because of the anxiety of the moment and because of the books which may have blocked the view. +LJ035-0124|Neither Jarman, Norman, Williams, or Dougherty saw Oswald.|Neither Jarman, Norman, Williams, or Dougherty saw Oswald. +LJ035-0126|claimed that within about 1 minute following the shots she ran from a window on the south side of the fourth floor,|claimed that within about one minute following the shots she ran from a window on the south side of the fourth floor, +LJ035-0127|down the rear stairs to the first floor, where she encountered two Depository employees -- William Shelley and Billy Lovelady.|down the rear stairs to the first floor, where she encountered two Depository employees -- William Shelley and Billy Lovelady. +LJ035-0128|If her estimate of time is correct, she reached the bottom of the stairs before Truly and Baker started up,|If her estimate of time is correct, she reached the bottom of the stairs before Truly and Baker started up, +LJ035-0129|and she must have run down the stairs ahead of Oswald and would probably have seen or heard him.|and she must have run down the stairs ahead of Oswald and would probably have seen or heard him. +LJ035-0130|Actually she noticed no one on the back stairs. If she descended from the fourth to the first floor as fast as she claimed in her testimony,|Actually she noticed no one on the back stairs. If she descended from the fourth to the first floor as fast as she claimed in her testimony, +LJ035-0131|she would have seen Baker or Truly on the first floor or on the stairs, unless they were already in the second-floor lunchroom talking to Oswald.|she would have seen Baker or Truly on the first floor or on the stairs, unless they were already in the second-floor lunchroom talking to Oswald. +LJ035-0132|When she reached the first floor, she actually saw Shelley and Lovelady slightly east of the east elevator.|When she reached the first floor, she actually saw Shelley and Lovelady slightly east of the east elevator. +LJ035-0133|Shelley and Lovelady, however, have testified|Shelley and Lovelady, however, have testified +LJ035-0134|that they were watching the parade from the top step of the building entrance when Gloria Calverly, who works in the Depository Building,|that they were watching the parade from the top step of the building entrance when Gloria Calverly, who works in the Depository Building, +LJ035-0135|ran up and said that the President had been shot.|ran up and said that the President had been shot. +LJ035-0136|Lovelady and Shelley moved out into the street.|Lovelady and Shelley moved out into the street. +LJ035-0137|About this time Shelley saw Truly and Patrolman Baker go into the building|About this time Shelley saw Truly and Patrolman Baker go into the building +LJ035-0138|Shelley and Lovelady, at a fast walk or trot, turned west into the railroad yards and then to the west side of the Depository Building.|Shelley and Lovelady, at a fast walk or trot, turned west into the railroad yards and then to the west side of the Depository Building. +LJ035-0139|They reentered the building by the rear door several minutes after Baker and Truly rushed through the front entrance.|They reentered the building by the rear door several minutes after Baker and Truly rushed through the front entrance. +LJ035-0140|On entering, Lovelady saw a girl on the first floor who he believes was Victoria Adams.|On entering, Lovelady saw a girl on the first floor who he believes was Victoria Adams. +LJ035-0141|If Miss Adams accurately recalled meeting Shelley and Lovelady when she reached the bottom of the stairs,|If Miss Adams accurately recalled meeting Shelley and Lovelady when she reached the bottom of the stairs, +LJ035-0142|then her estimate of the time when she descended from the fourth floor is incorrect,|then her estimate of the time when she descended from the fourth floor is incorrect, +LJ035-0143|and she actually came down the stairs several minutes after Oswald and after Truly and Baker as well.|and she actually came down the stairs several minutes after Oswald and after Truly and Baker as well. +LJ035-0144|Oswald's departure from building.|Oswald's departure from building. +LJ035-0145|Within a minute after Baker and Truly left Oswald in the lunchroom, Mrs. R. A. Reid, clerical supervisor for the Texas School Book Depository,|Within a minute after Baker and Truly left Oswald in the lunchroom, Mrs. R. A. Reid, clerical supervisor for the Texas School Book Depository, +LJ035-0146|saw him walk through the clerical office on the second floor toward the door leading to the front stairway.|saw him walk through the clerical office on the second floor toward the door leading to the front stairway. +LJ035-0147|Mrs. Reid had watched the parade from the sidewalk in front of the building with Truly and Mr. O. V. Campbell, vice president of the Depository.|Mrs. Reid had watched the parade from the sidewalk in front of the building with Truly and Mr. O. V. Campbell, vice president of the Depository. +LJ035-0148|She testified that she heard three shots which she thought came from the building.|She testified that she heard three shots which she thought came from the building. +LJ035-0149|She ran inside and up the front stairs into the large open office reserved for clerical employees.|She ran inside and up the front stairs into the large open office reserved for clerical employees. +LJ035-0150|As she approached her desk, she saw Oswald.|As she approached her desk, she saw Oswald. +LJ035-0151|He was walking into the office from the back hallway,|He was walking into the office from the back hallway, +LJ035-0152|carrying a full bottle of Coca-Cola in his hand, presumably purchased after the encounter with Baker and Truly.|carrying a full bottle of Coca-Cola in his hand, presumably purchased after the encounter with Baker and Truly. +LJ035-0153|As Oswald passed Mrs. Reid she said, quote, Oh, the President has been shot, but maybe they didn't hit him, end quote.|As Oswald passed Mrs. Reid she said, quote, Oh, the President has been shot, but maybe they didn't hit him, end quote. +LJ035-0154|Oswald mumbled something and walked by. She paid no more attention to him.|Oswald mumbled something and walked by. She paid no more attention to him. +LJ035-0155|The only exit from the office in the direction Oswald was moving was through the door to the front stairway.|The only exit from the office in the direction Oswald was moving was through the door to the front stairway. +LJ035-0156|Mrs. Reid testified that when she saw Oswald, he was wearing a T-shirt and no jacket.|Mrs. Reid testified that when she saw Oswald, he was wearing a T-shirt and no jacket. +LJ035-0157|When he left home that morning, Marina Oswald, who was still in bed, suggested that he wear a jacket.|When he left home that morning, Marina Oswald, who was still in bed, suggested that he wear a jacket. +LJ035-0158|A blue jacket, later identified by Marina Oswald as her husband's, was subsequently found in the building, apparently left behind by Oswald.|A blue jacket, later identified by Marina Oswald as her husband's, was subsequently found in the building, apparently left behind by Oswald. +LJ035-0159|Mrs. Reid believes that she returned to her desk from the street about 2 minutes after the shooting.|Mrs. Reid believes that she returned to her desk from the street about two minutes after the shooting. +LJ035-0160|Reconstructing her movements, Mrs. Reid ran the distance three times and was timed in 2 minutes by stopwatch.|Reconstructing her movements, Mrs. Reid ran the distance three times and was timed in two minutes by stopwatch. +LJ035-0161|The reconstruction was the minimum time. Accordingly, she probably met Oswald at about 12:32,|The reconstruction was the minimum time. Accordingly, she probably met Oswald at about twelve:thirty-two, +LJ035-0163|After leaving Mrs. Reid in the front office, Oswald could have gone down the stairs and out the front door by 12:33 p.m.|After leaving Mrs. Reid in the front office, Oswald could have gone down the stairs and out the front door by twelve:thirty-three p.m. +LJ035-0164|3 minutes after the shooting.|three minutes after the shooting. +LJ035-0165|At that time the building had not yet been sealed off by the police.|At that time the building had not yet been sealed off by the police. +LJ035-0166|While it was difficult to determine exactly when the police sealed off the building,|While it was difficult to determine exactly when the police sealed off the building, +LJ035-0167|the earliest estimates would still have permitted Oswald to leave the building by 12:33.|the earliest estimates would still have permitted Oswald to leave the building by twelve:thirty-three. +LJ035-0168|One of the police officers assigned to the corner of Elm and Houston Streets for the Presidential motorcade, W. E. Barnett,|One of the police officers assigned to the corner of Elm and Houston Streets for the Presidential motorcade, W. E. Barnett, +LJ035-0169|testified that immediately after the shots he went to the rear of the building to check the fire escape.|testified that immediately after the shots he went to the rear of the building to check the fire escape. +LJ035-0170|He then returned to the corner of Elm and Houston where he met a sergeant who instructed him to find out the name of the building.|He then returned to the corner of Elm and Houston where he met a sergeant who instructed him to find out the name of the building. +LJ035-0171|Barnett ran to the building, noted its name, and then returned to the corner.|Barnett ran to the building, noted its name, and then returned to the corner. +LJ035-0172|There he was met by a construction worker -- in all likelihood Howard Brennan, who was wearing his work helmet.|There he was met by a construction worker -- in all likelihood Howard Brennan, who was wearing his work helmet. +LJ035-0173|This worker told Barnett that the shots had been fired from a window in the Depository Building,|This worker told Barnett that the shots had been fired from a window in the Depository Building, +LJ035-0174|where upon Barnett posted himself at the front door to make certain that no one left the building.|where upon Barnett posted himself at the front door to make certain that no one left the building. +LJ035-0175|The sergeant did the same thing at the rear of the building.|The sergeant did the same thing at the rear of the building. +LJ035-0176|Barnett estimated that approximately 3 minutes elapsed between the time he heard the last of the shots and the time he started guarding the front door.|Barnett estimated that approximately three minutes elapsed between the time he heard the last of the shots and the time he started guarding the front door. +LJ035-0177|According to Barnett, quote, there were people going in and out, end quote, during this period.|According to Barnett, quote, there were people going in and out, end quote, during this period. +LJ035-0178|Sgt. D. V. Harkness of the Dallas police|Sgt. D. V. Harkness of the Dallas police +LJ035-0179|said that to his knowledge the building was not sealed off at 12:36 p.m. when he called in on police radio|said that to his knowledge the building was not sealed off at twelve:thirty-six p.m. when he called in on police radio +LJ035-0180|that a witness (Amos Euins) had seen shots fired from a window of the building.|that a witness (Amos Euins) had seen shots fired from a window of the building. +LJ035-0181|At that time, Inspector Herbert V. Sawyer's car was parked in front of the building.|At that time, Inspector Herbert V. Sawyer's car was parked in front of the building. +LJ035-0182|Harkness did not know whether or not two officers with Sawyer were guarding the doors.|Harkness did not know whether or not two officers with Sawyer were guarding the doors. +LJ035-0183|At 12:34 p.m. Sawyer heard a call over the police radio that the shots had come from the Depository Building.|At twelve:thirty-four p.m. Sawyer heard a call over the police radio that the shots had come from the Depository Building. +LJ035-0184|He then entered the building and took the front passenger elevator as far as it would go -- the fourth floor.|He then entered the building and took the front passenger elevator as far as it would go -- the fourth floor. +LJ035-0185|After inspecting this floor, Sawyer returned to the street about 3 minutes after he entered the building.|After inspecting this floor, Sawyer returned to the street about three minutes after he entered the building. +LJ035-0186|After he returned to the street he directed Sergeant Harkness to station two patrolmen at the front door and not let anyone in or out;|After he returned to the street he directed Sergeant Harkness to station two patrolmen at the front door and not let anyone in or out; +LJ035-0187|he also directed that the back door be sealed off.|he also directed that the back door be sealed off. +LJ035-0188|This was no earlier than 12:37 p.m. and may have been later.|This was no earlier than twelve:thirty-seven p.m. and may have been later. +LJ035-0190|testified that after driving to Parkland Hospital, he returned to the Depository Building about 20 minutes after the shooting,|testified that after driving to Parkland Hospital, he returned to the Depository Building about twenty minutes after the shooting, +LJ035-0191|found no police officers at the rear door and was able to enter through this door without identifying himself.|found no police officers at the rear door and was able to enter through this door without identifying himself. +LJ035-0192|Although Oswald probably left the building at about 12:33 p.m., his absence was not noticed until at least one-half hour later.|Although Oswald probably left the building at about twelve:thirty-three p.m., his absence was not noticed until at least one-half hour later. +LJ035-0193|Truly, who had returned with Patrolman Baker from the roof, saw the police questioning the warehouse employees.|Truly, who had returned with Patrolman Baker from the roof, saw the police questioning the warehouse employees. +LJ035-0194|Approximately 15 men worked in the warehouse and Truly noticed that Oswald was not among those being questioned.|Approximately fifteen men worked in the warehouse and Truly noticed that Oswald was not among those being questioned. +LJ035-0195|Satisfying himself that Oswald was missing, Truly obtained Oswald's address, phone number, and description from his employment application card.|Satisfying himself that Oswald was missing, Truly obtained Oswald's address, phone number, and description from his employment application card. +LJ035-0196|The address listed was for the Paine home in Irving.|The address listed was for the Paine home in Irving. +LJ035-0197|Truly gave this information to Captain Fritz who was on the sixth floor at the time.|Truly gave this information to Captain Fritz who was on the sixth floor at the time. +LJ035-0198|Truly estimated that he gave this information to Fritz about 15 or 20 minutes after the shots,|Truly estimated that he gave this information to Fritz about fifteen or twenty minutes after the shots, +LJ035-0199|but it was probably no earlier than 1:22 p.m., the time when the rifle was found.|but it was probably no earlier than one:twenty-two p.m., the time when the rifle was found. +LJ035-0200|Fritz believed that he learned of Oswald's absence after the rifle was found.|Fritz believed that he learned of Oswald's absence after the rifle was found. +LJ035-0201|The fact that Truly found Fritz in the northwest corner of the floor, near the point where the rifle was found, supports Fritz' recollection.|The fact that Truly found Fritz in the northwest corner of the floor, near the point where the rifle was found, supports Fritz' recollection. +LJ035-0202|Fingerprint and palmprint evidence establishes that Oswald handled two of the four cartons next to the window|Fingerprint and palmprint evidence establishes that Oswald handled two of the four cartons next to the window +LJ035-0203|and also handled a paper bag which was found near the cartons.|and also handled a paper bag which was found near the cartons. +LJ035-0204|Oswald was seen in the vicinity of the southeast corner of the sixth floor approximately 35 minutes before the assassination|Oswald was seen in the vicinity of the southeast corner of the sixth floor approximately thirty-five minutes before the assassination +LJ035-0205|and no one could be found who saw Oswald anywhere else in the building until after the shooting.|and no one could be found who saw Oswald anywhere else in the building until after the shooting. +LJ035-0206|An eyewitness to the shooting immediately provided a description of the man in the window which was similar to Oswald's actual appearance.|An eyewitness to the shooting immediately provided a description of the man in the window which was similar to Oswald's actual appearance. +LJ035-0207|This witness identified Oswald in a lineup as the man most nearly resembling the man he saw and later identified Oswald as the man he observed.|This witness identified Oswald in a lineup as the man most nearly resembling the man he saw and later identified Oswald as the man he observed. +LJ035-0209|at 12:30 p.m|at twelve:thirty p.m +LJ035-0210|On the basis of these findings the Commission has concluded that Oswald, at the time of the assassination,|On the basis of these findings the Commission has concluded that Oswald, at the time of the assassination, +LJ036-0001|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy.|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. +LJ036-0002|Chapter 4. The Assassin: Part 5.|Chapter four. The Assassin: Part five. +LJ036-0003|The Killing of Patrolman J. D. Tippit|The Killing of Patrolman J. D. Tippit +LJ036-0004|After leaving the Depository Building at approximately 12:33 p.m., Lee Harvey Oswald proceeded to his roominghouse by bus and taxi.|After leaving the Depository Building at approximately twelve:thirty-three p.m., Lee Harvey Oswald proceeded to his roominghouse by bus and taxi. +LJ036-0005|He arrived at approximately 1 p.m. and left a few minutes later.|He arrived at approximately one p.m. and left a few minutes later. +LJ036-0006|At about 1:16 p.m., a Dallas police officer, J. D. Tippit, was shot less than 1 mile from Oswald's roominghouse.|At about one:sixteen p.m., a Dallas police officer, J. D. Tippit, was shot less than one mile from Oswald's roominghouse. +LJ036-0007|In deciding whether Oswald killed Patrolman Tippit the Commission considered the following:|In deciding whether Oswald killed Patrolman Tippit the Commission considered the following: +LJ036-0008|(1) positive identification of the killer by two eyewitnesses who saw the shooting|(one) positive identification of the killer by two eyewitnesses who saw the shooting +LJ036-0009|and seven eyewitnesses who heard the shots and saw the gunman flee the scene with the revolver in his hand,|and seven eyewitnesses who heard the shots and saw the gunman flee the scene with the revolver in his hand, +LJ036-0010|(2) testimony of firearms identification experts establishing the identity of the murder weapon,|(two) testimony of firearms identification experts establishing the identity of the murder weapon, +LJ036-0011|(3) evidence establishing the ownership of the murder weapon,|(three) evidence establishing the ownership of the murder weapon, +LJ036-0012|(4) evidence establishing the ownership of a zipper jacket|(four) evidence establishing the ownership of a zipper jacket +LJ036-0013|found along the path of flight taken by the gunman from the scene of the shooting to the place of arrest.|found along the path of flight taken by the gunman from the scene of the shooting to the place of arrest. +LJ036-0014|Oswald's Movements After Leaving Depository Building|Oswald's Movements After Leaving Depository Building +LJ036-0015|According to the reconstruction of time and events which the Commission found most credible,|According to the reconstruction of time and events which the Commission found most credible, +LJ036-0016|Lee Harvey Oswald left the building approximately 3 minutes after the assassination.|Lee Harvey Oswald left the building approximately three minutes after the assassination. +LJ036-0017|He probably walked east on Elm Street for seven blocks to the corner of Elm and Murphy|He probably walked east on Elm Street for seven blocks to the corner of Elm and Murphy +LJ036-0018|where he boarded a bus which was heading back in the direction of the Depository Building, on its way to the Oak Cliff section of Dallas.|where he boarded a bus which was heading back in the direction of the Depository Building, on its way to the Oak Cliff section of Dallas. +LJ036-0019|When Oswald was apprehended, a bus transfer marked for the Lakewood-Marsalis route was found in his shirt pocket.|When Oswald was apprehended, a bus transfer marked for the Lakewood-Marsalis route was found in his shirt pocket. +LJ036-0020|The transfer was dated "Friday November 22, '63" and was punched in two places by the bus driver.|The transfer was dated "Friday November twenty-two, 'sixty-three" and was punched in two places by the bus driver. +LJ036-0021|On the basis of this punchmark, which was distinctive to each Dallas driver,|On the basis of this punchmark, which was distinctive to each Dallas driver, +LJ036-0022|the transfer was conclusively identified as having been issued by Cecil J. McWatters, a busdriver for the Dallas Transit Co.|the transfer was conclusively identified as having been issued by Cecil J. McWatters, a busdriver for the Dallas Transit Co. +LJ036-0023|On the basis of the date and time on the transfer, McWatters was able to testify that the transfer had been issued by him|On the basis of the date and time on the transfer, McWatters was able to testify that the transfer had been issued by him +LJ036-0024|on a trip which passed a check point at St. Paul and Elm Streets at 12:36 p.m., November 22, 1963.|on a trip which passed a check point at St. Paul and Elm Streets at twelve:thirty-six p.m., November twenty-two, nineteen sixty-three. +LJ036-0025|McWatters was sure that he left the checkpoint on time|McWatters was sure that he left the checkpoint on time +LJ036-0026|and he estimated that it took him 3 to 4 minutes to drive three blocks west from the checkpoint to Field Street,|and he estimated that it took him three to four minutes to drive three blocks west from the checkpoint to Field Street, +LJ036-0027|which he reached at about 12:40 p.m.|which he reached at about twelve:forty p.m. +LJ036-0028|McWatters' recollection is that he issued this transfer to a man who entered his bus just beyond Field Street,|McWatters' recollection is that he issued this transfer to a man who entered his bus just beyond Field Street, +LJ036-0029|where a man beat on the front door of the bus, boarded it and paid his fare.|where a man beat on the front door of the bus, boarded it and paid his fare. +LJ036-0030|About two blocks later, a woman asked to get off to make a 1 o'clock train at Union Station|About two blocks later, a woman asked to get off to make a one o'clock train at Union Station +LJ036-0031|and requested a transfer which she might use if she got through the traffic.|and requested a transfer which she might use if she got through the traffic. +LJ036-0032|So I gave her a transfer and opened the door and she was going out the gentleman I had picked up about two blocks [back]|So I gave her a transfer and opened the door and she was going out the gentleman I had picked up about two blocks [back] +LJ036-0033|asked for a transfer and got off at the same place in the middle of the block where the lady did.|asked for a transfer and got off at the same place in the middle of the block where the lady did. +LJ036-0034|It was the intersection near Lamar Street, it was near Poydras and Lamar Street.|It was the intersection near Lamar Street, it was near Poydras and Lamar Street. +LJ036-0035|The man was on the bus approximately 4 minutes.|The man was on the bus approximately four minutes. +LJ036-0036|At about 6:30 p.m. on the day of the assassination, McWatters viewed four men in a police lineup.|At about six:thirty p.m. on the day of the assassination, McWatters viewed four men in a police lineup. +LJ036-0037|He picked Oswald from the lineup as the man who had boarded the bus at the, quote, lower end of town on Elm around Houston, end quote,|He picked Oswald from the lineup as the man who had boarded the bus at the, quote, lower end of town on Elm around Houston, end quote, +LJ036-0038|and who, during the ride south on Marsalis, had an argument with a woman passenger.|and who, during the ride south on Marsalis, had an argument with a woman passenger. +LJ036-0039|In his Commission testimony, McWatters said he had been in error and that a teenager named Milton Jones was the passenger he had in mind.|In his Commission testimony, McWatters said he had been in error and that a teenager named Milton Jones was the passenger he had in mind. +LJ036-0040|In a later interview, Jones confirmed that he had exchanged words with a woman passenger on the bus during the ride south on Marsalis.|In a later interview, Jones confirmed that he had exchanged words with a woman passenger on the bus during the ride south on Marsalis. +LJ036-0041|McWatters also remembered that a man received a transfer at Lamar and Elm Streets and that a man in the lineup was about the size of this man.|McWatters also remembered that a man received a transfer at Lamar and Elm Streets and that a man in the lineup was about the size of this man. +LJ036-0042|However, McWatters' recollection alone was too vague to be a basis for placing Oswald on the bus.|However, McWatters' recollection alone was too vague to be a basis for placing Oswald on the bus. +LJ036-0043|Riding on the bus was an elderly woman, Mary Bledsoe, who confirmed the mute evidence of the transfer.|Riding on the bus was an elderly woman, Mary Bledsoe, who confirmed the mute evidence of the transfer. +LJ036-0044|Oswald had rented a room from Mrs. Bledsoe about 6 weeks before, on October 7, but she had asked him to leave at the end of a week.|Oswald had rented a room from Mrs. Bledsoe about six weeks before, on October seven, but she had asked him to leave at the end of a week. +LJ036-0045|Mrs. Bledsoe told him, quote, I am not going to rent to you any more, end quote,|Mrs. Bledsoe told him, quote, I am not going to rent to you any more, end quote, +LJ036-0046|She testified, quote, I didn't like his attitude. There was just something about him I didn't like or want him. Just didn't want him around me, end quote,|She testified, quote, I didn't like his attitude. There was just something about him I didn't like or want him. Just didn't want him around me, end quote, +LJ036-0047|On November 22, Mrs. Bledsoe came downtown to watch the Presidential motorcade.|On November twenty-two, Mrs. Bledsoe came downtown to watch the Presidential motorcade. +LJ036-0048|She boarded the Marsalis bus at St. Paul and Elm Streets to return home. She testified further, quote,|She boarded the Marsalis bus at St. Paul and Elm Streets to return home. She testified further, quote, +LJ036-0049|And, after we got past Akard, at Murphy -- I figured it out. Let's see. I don't know for sure.|And, after we got past Akard, at Murphy -- I figured it out. Let's see. I don't know for sure. +LJ036-0050|Oswald got on. He looks like a maniac. His sleeve was out here. His shirt was undone.|Oswald got on. He looks like a maniac. His sleeve was out here. His shirt was undone. +LJ036-0051|Was a hole in it, hole, and he was dirty, and I didn't look at him. I didn't want to know I even seen him.|Was a hole in it, hole, and he was dirty, and I didn't look at him. I didn't want to know I even seen him. +LJ036-0052|he looked so bad in his face, and his face was so distorted. Hole in his sleeve right here.|he looked so bad in his face, and his face was so distorted. Hole in his sleeve right here. +LJ036-0053|End quote. As Mrs. Bledsoe said these words, she pointed to her right elbow.|End quote. As Mrs. Bledsoe said these words, she pointed to her right elbow. +LJ036-0054|When Oswald was arrested in the Texas Theatre, he was wearing a brown sport shirt with a hole in the right sleeve at the elbow.|When Oswald was arrested in the Texas Theatre, he was wearing a brown sport shirt with a hole in the right sleeve at the elbow. +LJ036-0055|Mrs. Bledsoe identified the shirt as the one Oswald was wearing and she stated she was certain that it was Oswald who boarded the bus.|Mrs. Bledsoe identified the shirt as the one Oswald was wearing and she stated she was certain that it was Oswald who boarded the bus. +LJ036-0056|Mrs. Bledsoe recalled that Oswald sat halfway to the rear of the bus which moved slowly and intermittently as traffic became heavy.|Mrs. Bledsoe recalled that Oswald sat halfway to the rear of the bus which moved slowly and intermittently as traffic became heavy. +LJ036-0057|She heard a passing motorist tell the driver that the President had been shot.|She heard a passing motorist tell the driver that the President had been shot. +LJ036-0058|People on the bus began talking about it. As the bus neared Lamar Street, Oswald left the bus and disappeared into the crowd.|People on the bus began talking about it. As the bus neared Lamar Street, Oswald left the bus and disappeared into the crowd. +LJ036-0059|The Marsalis bus which Oswald boarded traveled a route west on Elm,|The Marsalis bus which Oswald boarded traveled a route west on Elm, +LJ036-0060|south on Houston, and southwest across the Houston viaduct to service the Oak Cliff area along Marsalis.|south on Houston, and southwest across the Houston viaduct to service the Oak Cliff area along Marsalis. +LJ036-0061|A Beckley bus which also served the Oak Cliff area,|A Beckley bus which also served the Oak Cliff area, +LJ036-0062|followed the same route as the Marsalis bus through downtown Dallas, except that it continued west on Elm,|followed the same route as the Marsalis bus through downtown Dallas, except that it continued west on Elm, +LJ036-0063|across Houston in front of the Depository Building, past the Triple Underpass into west Dallas, and south on Beckley.|across Houston in front of the Depository Building, past the Triple Underpass into west Dallas, and south on Beckley. +LJ036-0064|Marsalis Street is seven blocks from Beckley.|Marsalis Street is seven blocks from Beckley. +LJ036-0065|Oswald lived at 1026 North Beckley.|Oswald lived at ten twenty-six North Beckley. +LJ036-0066|He could not reach his roominghouse on the Marsalis bus, but the Beckley bus stopped across the street.|He could not reach his roominghouse on the Marsalis bus, but the Beckley bus stopped across the street. +LJ036-0067|According to McWatters, the Beckley bus was behind the Marsalis bus, but he did not actually see it.|According to McWatters, the Beckley bus was behind the Marsalis bus, but he did not actually see it. +LJ036-0068|Both buses stopped within one block of the Depository Building.|Both buses stopped within one block of the Depository Building. +LJ036-0069|Instead of waiting there, Oswald apparently went as far away as he could and boarded the first Oak Cliff bus which came along|Instead of waiting there, Oswald apparently went as far away as he could and boarded the first Oak Cliff bus which came along +LJ036-0070|rather than wait for one which stopped across the street from his roominghouse.|rather than wait for one which stopped across the street from his roominghouse. +LJ036-0071|In a reconstruction of this bus trip, agents of the Secret Service and the FBI walked the seven blocks from the front entrance of the Depository Building|In a reconstruction of this bus trip, agents of the Secret Service and the FBI walked the seven blocks from the front entrance of the Depository Building +LJ036-0072|to Murphy and Elm three times, averaging 6.5 minutes for the three trips.|to Murphy and Elm three times, averaging six point five minutes for the three trips. +LJ036-0073|A bus moving through heavy traffic on Elm from Murphy to Lamar was timed at 4 minutes.|A bus moving through heavy traffic on Elm from Murphy to Lamar was timed at four minutes. +LJ036-0074|If Oswald left the Depository Building at 12:33 p.m.,|If Oswald left the Depository Building at twelve:thirty-three p.m., +LJ036-0075|walked seven blocks directly to Murphy and Elm, and boarded a bus almost immediately,|walked seven blocks directly to Murphy and Elm, and boarded a bus almost immediately, +LJ036-0076|he would have boarded the bus at approximately 12:40 p.m. and left it at approximately 12:44 p.m.|he would have boarded the bus at approximately twelve:forty p.m. and left it at approximately twelve:forty-four p.m. +LJ036-0077|Roger D. Craig, a deputy sheriff of Dallas County,|Roger D. Craig, a deputy sheriff of Dallas County, +LJ036-0078|claimed that about 15 minutes after the assassination he saw a man, whom he later identified as Oswald,|claimed that about fifteen minutes after the assassination he saw a man, whom he later identified as Oswald, +LJ036-0079|coming from the direction of the Depository Building and running down the hill north of Elm Street|coming from the direction of the Depository Building and running down the hill north of Elm Street +LJ036-0080|toward a light-colored Rambler station wagon, which was moving slowly along Elm toward the underpass:|toward a light-colored Rambler station wagon, which was moving slowly along Elm toward the underpass: +LJ036-0081|The station wagon stopped to pick up the man and then drove off.|The station wagon stopped to pick up the man and then drove off. +LJ036-0082|Craig testified that later in the afternoon he saw Oswald in the police interrogation room|Craig testified that later in the afternoon he saw Oswald in the police interrogation room +LJ036-0083|and told Captain Fritz that Oswald was the man he saw.|and told Captain Fritz that Oswald was the man he saw. +LJ036-0084|Craig also claimed that when Fritz pointed out to Oswald that Craig had identified him,|Craig also claimed that when Fritz pointed out to Oswald that Craig had identified him, +LJ036-0085|Oswald rose from his chair, looked directly at Fritz, and said, quote, Everybody will know who I am now, end quote,|Oswald rose from his chair, looked directly at Fritz, and said, quote, Everybody will know who I am now, end quote, +LJ036-0086|The Commission could not accept important elements of Craig's testimony.|The Commission could not accept important elements of Craig's testimony. +LJ036-0087|Captain Fritz stated that a deputy sheriff whom he could not identify did ask to see him that afternoon|Captain Fritz stated that a deputy sheriff whom he could not identify did ask to see him that afternoon +LJ036-0088|and told him a similar story to Craig's.|and told him a similar story to Craig's. +LJ036-0089|Fritz did not bring him into his office to identify Oswald but turned him over to Lieutenant Baker for questioning.|Fritz did not bring him into his office to identify Oswald but turned him over to Lieutenant Baker for questioning. +LJ036-0090|If Craig saw Oswald that afternoon, he saw him through the glass windows of the office.|If Craig saw Oswald that afternoon, he saw him through the glass windows of the office. +LJ036-0091|And neither Captain Fritz nor any other officer can remember that Oswald dramatically arose from his chair|And neither Captain Fritz nor any other officer can remember that Oswald dramatically arose from his chair +LJ036-0092|and said, quote, Everybody will know who I am now, end quote.|and said, quote, Everybody will know who I am now, end quote. +LJ036-0093|If Oswald had made such a statement, Captain Fritz and others present would probably have remembered it.|If Oswald had made such a statement, Captain Fritz and others present would probably have remembered it. +LJ036-0094|Craig may have seen a person enter a white Rambler station wagon 15 or 20 minutes after the shooting and travel west on Elm Street|Craig may have seen a person enter a white Rambler station wagon fifteen or twenty minutes after the shooting and travel west on Elm Street +LJ036-0095|but the Commission concluded that this man was not Lee Harvey Oswald,|but the Commission concluded that this man was not Lee Harvey Oswald, +LJ036-0096|because of the overwhelming evidence that Oswald was far away from the building by that time.|because of the overwhelming evidence that Oswald was far away from the building by that time. +LJ036-0097|The taxicab ride.|The taxicab ride. +LJ036-0098|William Whaley, a taxicab driver, told his employer on Saturday morning, November 23|William Whaley, a taxicab driver, told his employer on Saturday morning, November twenty-three +LJ036-0099|that he recognized Oswald from a newspaper photograph as a man whom he had driven to the Oak Cliff area the day before.|that he recognized Oswald from a newspaper photograph as a man whom he had driven to the Oak Cliff area the day before. +LJ036-0100|Notified of Whaley's statement, the police brought him to the police station that afternoon.|Notified of Whaley's statement, the police brought him to the police station that afternoon. +LJ036-0101|He was taken to the lineup room where, according to Whaley, five young teenagers, all handcuffed together, were displayed with Oswald.|He was taken to the lineup room where, according to Whaley, five young teenagers, all handcuffed together, were displayed with Oswald. +LJ036-0102|He testified that Oswald looked older than the other boys.|He testified that Oswald looked older than the other boys. +LJ036-0103|The police asked him whether he could pick out his passenger from the lineup.|The police asked him whether he could pick out his passenger from the lineup. +LJ036-0104|Whaley picked Oswald.|Whaley picked Oswald. +LJ036-0105|He said, quote,|He said, quote, +LJ036-0106|You could have picked him out without identifying him by just listening to him.|You could have picked him out without identifying him by just listening to him. +LJ036-0107|because he was bawling out the policeman, telling them it wasn't right to put him in line with these teenagers and all of that|because he was bawling out the policeman, telling them it wasn't right to put him in line with these teenagers and all of that +LJ036-0108|and they asked me which one and I told them. It was him all right, the same man. He showed no respect for the policemen,|and they asked me which one and I told them. It was him all right, the same man. He showed no respect for the policemen, +LJ036-0109|he told them what he thought about them. They knew what they were doing and they were trying to railroad him and he wanted his lawyer.|he told them what he thought about them. They knew what they were doing and they were trying to railroad him and he wanted his lawyer. +LJ036-0110|Whaley believes that Oswald's conduct did not aid him in his identification, quote, because I knew he was the right one as soon as I saw him.|Whaley believes that Oswald's conduct did not aid him in his identification, quote, because I knew he was the right one as soon as I saw him. +LJ036-0111|Whaley's memory of the lineup is inaccurate. There were four men altogether, not six men, in the lineup with Oswald.|Whaley's memory of the lineup is inaccurate. There were four men altogether, not six men, in the lineup with Oswald. +LJ036-0112|Whaley said that Oswald was the man under No. 2.|Whaley said that Oswald was the man under Number two. +LJ036-0113|Actually Oswald was under No. 3.|Actually Oswald was under Number three. +LJ036-0114|Only two of the men in the lineup with Oswald were teenagers: John T. Horn, aged 18, was No. 1;|Only two of the men in the lineup with Oswald were teenagers: John T. Horn, aged eighteen, was Number one; +LJ036-0115|David Knapp, aged 18, was No. 2;|David Knapp, aged eighteen, was Number two; +LJ036-0116|Lee Oswald was No. 3;|Lee Oswald was Number three; +LJ036-0117|and Daniel Lujan, aged 26, was No. 4.|and Daniel Lujan, aged twenty-six, was Number four. +LJ036-0118|When he first testified before the Commission,|When he first testified before the Commission, +LJ036-0119|Whaley displayed a trip manifest which showed a 12 o'clock trip from Travis Hotel to the Continental bus station,|Whaley displayed a trip manifest which showed a twelve o'clock trip from Travis Hotel to the Continental bus station, +LJ036-0120|unloaded at 12:15 p.m.,|unloaded at twelve:fifteen p.m., +LJ036-0121|a 12:15 p.m. pickup at Continental to Greyhound, unloaded at 12:30 p.m.,|a twelve:fifteen p.m. pickup at Continental to Greyhound, unloaded at twelve:thirty p.m., +LJ036-0122|and a pickup from Greyhound (bus station) at 12:30 p.m.,|and a pickup from Greyhound (bus station) at twelve:thirty p.m., +LJ036-0123|unloaded at 500 North Beckley at 12:45 p.m.|unloaded at five hundred North Beckley at twelve:forty-five p.m. +LJ036-0124|Whaley testified that he did not keep an accurate time record of his trips but recorded them by the quarter hour,|Whaley testified that he did not keep an accurate time record of his trips but recorded them by the quarter hour, +LJ036-0125|and that sometimes he made his entry right after a trip while at other times he waited to record three or four trips.|and that sometimes he made his entry right after a trip while at other times he waited to record three or four trips. +LJ036-0126|As he unloaded his Continental bus station passenger in front of Greyhound, he started to get out to buy a package of cigarettes.|As he unloaded his Continental bus station passenger in front of Greyhound, he started to get out to buy a package of cigarettes. +LJ036-0127|He saw a man walking south on Lamar from Commerce.|He saw a man walking south on Lamar from Commerce. +LJ036-0128|The man was dressed in faded blue color khaki work clothes, a brown shirt, and some kind of work jacket that almost matched his pants.|The man was dressed in faded blue color khaki work clothes, a brown shirt, and some kind of work jacket that almost matched his pants. +LJ036-0129|The man asked, quote, May I have the cab?, end quote, and got into the front seat.|The man asked, quote, May I have the cab?, end quote, and got into the front seat. +LJ036-0130|Whaley described the ensuing events as follows, quote,|Whaley described the ensuing events as follows, quote, +LJ036-0131|And about that time an old lady, I think she was an old lady, I don't remember nothing but her sticking her head down past him in the door and said,|And about that time an old lady, I think she was an old lady, I don't remember nothing but her sticking her head down past him in the door and said, +LJ036-0132|Driver, will you call me a cab down here? She had seen him get this cab and she wanted one, too,|Driver, will you call me a cab down here? She had seen him get this cab and she wanted one, too, +LJ036-0133|and he opened the door a little bit like he was going to get out and he said, "I will let you have this one," and she says, "No, the driver can call me one."|and he opened the door a little bit like he was going to get out and he said, "I will let you have this one," and she says, "No, the driver can call me one." +LJ036-0134|I asked him where he wanted to go. And he said, "500 North Beckley. Well, I started up,|I asked him where he wanted to go. And he said, "five hundred North Beckley. Well, I started up, +LJ036-0135|I started to that address, and the police cars, the sirens was going, running crisscrossing everywhere, just a big uproar in that end of town and I said,|I started to that address, and the police cars, the sirens was going, running crisscrossing everywhere, just a big uproar in that end of town and I said, +LJ036-0136|What the hell. I wonder what the hell is the uproar?|What the hell. I wonder what the hell is the uproar? +LJ036-0137|And he never said anything. So I figured he was one of these people that don't like to talk so I never said any more to him.|And he never said anything. So I figured he was one of these people that don't like to talk so I never said any more to him. +LJ036-0138|But when I got pretty close to 500 block at Neches and North Beckley which is the 500 block, he said, "This will do fine," and I pulled over to the curb right there.|But when I got pretty close to five hundred block at Neches and North Beckley which is the five hundred block, he said, "This will do fine," and I pulled over to the curb right there. +LJ036-0139|He gave me a dollar bill, the trip was 95 cents.|He gave me a dollar bill, the trip was ninety-five cents. +LJ036-0140|He gave me a dollar bill and didn't say anything, just got out and closed the door and walked around the front of the cab over to the other side of the street|He gave me a dollar bill and didn't say anything, just got out and closed the door and walked around the front of the cab over to the other side of the street +LJ036-0141|[east side of the street]. Of course, the traffic was moving through there and I put it in gear and moved on, that is the last I saw of him.|[east side of the street]. Of course, the traffic was moving through there and I put it in gear and moved on, that is the last I saw of him. +LJ036-0142|Whaley was somewhat imprecise as to where he unloaded his passenger.|Whaley was somewhat imprecise as to where he unloaded his passenger. +LJ036-0143|He marked what, he thought was the intersection of Neches and Beckley on a map of Dallas with a large "X."|He marked what, he thought was the intersection of Neches and Beckley on a map of Dallas with a large "X." +LJ036-0144|He said, quote, Yes, sir; that is right, because that is the 500 block of North Beckley, end quote,|He said, quote, Yes, sir; that is right, because that is the five hundred block of North Beckley, end quote, +LJ036-0145|However, Neches and Beckley do not intersect.|However, Neches and Beckley do not intersect. +LJ036-0146|Neches is within one-half block of the roominghouse at 1026 North Beckley where Oswald was living.|Neches is within one-half block of the roominghouse at ten twenty-six North Beckley where Oswald was living. +LJ036-0147|The 500 block of North Beckley is five blocks south of the roominghouse.|The five hundred block of North Beckley is five blocks south of the roominghouse. +LJ036-0148|After a review of these inconsistencies in his testimony before the Commission, Whaley was interviewed again in Dallas.|After a review of these inconsistencies in his testimony before the Commission, Whaley was interviewed again in Dallas. +LJ036-0149|The route of the taxicab was retraced under the direction of Whaley.|The route of the taxicab was retraced under the direction of Whaley. +LJ036-0150|He directed the driver of the car to a point 20 feet north of the northwest corner of the intersection of Beckley and Neely|He directed the driver of the car to a point twenty feet north of the northwest corner of the intersection of Beckley and Neely +LJ036-0151|the point at which he said his passenger alighted.|the point at which he said his passenger alighted. +LJ036-0152|This was the 700 block of North Beckley|This was the seven hundred block of North Beckley +LJ036-0153|The elapsed time of the reconstructed run from the Greyhound Bus Station to Neely and Beckley was 5 minutes and 30 seconds by stopwatch.|The elapsed time of the reconstructed run from the Greyhound Bus Station to Neely and Beckley was five minutes and thirty seconds by stopwatch. +LJ036-0154|The walk from Beckley and Neely to 1026 North Beckley was timed by Commission counsel at 5 minutes and 45 seconds.|The walk from Beckley and Neely to ten twenty-six North Beckley was timed by Commission counsel at five minutes and forty-five seconds. +LJ036-0155|Whaley testified that Oswald was wearing either the gray zippered jacket or the heavy blue jacket.|Whaley testified that Oswald was wearing either the gray zippered jacket or the heavy blue jacket. +LJ036-0156|He was in error, however.|He was in error, however. +LJ036-0157|Oswald could not possibly have been wearing the blue jacket during the trip with Whaley, since it was found in the "domino" room of the Depository late in November.|Oswald could not possibly have been wearing the blue jacket during the trip with Whaley, since it was found in the "domino" room of the Depository late in November. +LJ036-0158|Moreover, Mrs. Bledsoe saw Oswald in the bus without a jacket and wearing a shirt with a hole at the elbow.|Moreover, Mrs. Bledsoe saw Oswald in the bus without a jacket and wearing a shirt with a hole at the elbow. +LJ036-0159|On the other hand, Whaley identified Commission Exhibit No. 150 (the shirt taken from Oswald upon arrest) as the shirt his passenger was wearing.|On the other hand, Whaley identified Commission Exhibit Number one fifty (the shirt taken from Oswald upon arrest) as the shirt his passenger was wearing. +LJ036-0160|He also stated he saw a silver identification bracelet on his passenger's left wrist.|He also stated he saw a silver identification bracelet on his passenger's left wrist. +LJ036-0161|Oswald was wearing such a bracelet when he was arrested.|Oswald was wearing such a bracelet when he was arrested. +LJ036-0162|On November 22, Oswald told Captain Fritz that he rode a bus to a stop near his home and then walked to his roominghouse.|On November twenty-two, Oswald told Captain Fritz that he rode a bus to a stop near his home and then walked to his roominghouse. +LJ036-0163|When queried the following morning concerning a bus transfer found in his possession at the time of his arrest, he admitted receiving it.|When queried the following morning concerning a bus transfer found in his possession at the time of his arrest, he admitted receiving it. +LJ036-0164|And when interrogated about a cab ride, Oswald also admitted that he left the slow-moving bus and took a cab to his roominghouse.|And when interrogated about a cab ride, Oswald also admitted that he left the slow-moving bus and took a cab to his roominghouse. +LJ036-0165|The Greyhound Bus Station at Lamar and Jackson Streets, where Oswald entered Whaley's cab,|The Greyhound Bus Station at Lamar and Jackson Streets, where Oswald entered Whaley's cab, +LJ036-0166|is three to four short blocks south of Lamar and Elm. If Oswald left the bus at 12:44 p.m.|is three to four short blocks south of Lamar and Elm. If Oswald left the bus at twelve:forty-four p.m. +LJ036-0167|and walked directly to the terminal, he would have entered the cab at 12:47 or 12:48 p.m.|and walked directly to the terminal, he would have entered the cab at twelve:forty-seven or twelve:forty-eight p.m. +LJ036-0168|If the cab ride was approximately 6 minutes, as was the reconstructed ride,|If the cab ride was approximately six minutes, as was the reconstructed ride, +LJ036-0169|he would have reached his destination at approximately 12:54 p.m.|he would have reached his destination at approximately twelve:fifty-four p.m. +LJ036-0170|If he was discharged at Neely and Beckley and walked directly to his roominghouse,|If he was discharged at Neely and Beckley and walked directly to his roominghouse, +LJ036-0171|he would have arrived there about 12:59 to 1 p.m.|he would have arrived there about twelve:fifty-nine to one p.m. +LJ036-0172|From the 500 block of North Beckley, the walk would be a few minutes longer,|From the five hundred block of North Beckley, the walk would be a few minutes longer, +LJ036-0173|but in either event he would have been in the roominghouse at about 1 p.m.|but in either event he would have been in the roominghouse at about one p.m. +LJ036-0174|This is the approximate time he entered the roominghouse, according to Earlene Roberts, the housekeeper there.|This is the approximate time he entered the roominghouse, according to Earlene Roberts, the housekeeper there. +LJ036-0175|Arrival and departure from roominghouse.|Arrival and departure from roominghouse. +LJ036-0176|Earlene Roberts, housekeeper for Mrs. A. C. Johnson at 1026 North Beckley|Earlene Roberts, housekeeper for Mrs. A. C. Johnson at ten twenty-six North Beckley +LJ036-0177|knew Lee Harvey Oswald under the alias of O. H. Lee.|knew Lee Harvey Oswald under the alias of O. H. Lee. +LJ036-0178|She first saw him the day he rented a room at that address on October 14, 1963.|She first saw him the day he rented a room at that address on October fourteen, nineteen sixty-three. +LJ036-0179|He signed his name as O. H. Lee on the roominghouse register.|He signed his name as O. H. Lee on the roominghouse register. +LJ036-0180|Mrs. Roberts testified that on Thursday, November 21, Oswald did not come home.|Mrs. Roberts testified that on Thursday, November twenty-one, Oswald did not come home. +LJ036-0181|On Friday, November 22, about 1 p.m., he entered the house in unusual haste.|On Friday, November twenty-two, about one p.m., he entered the house in unusual haste. +LJ036-0182|She recalled that it was subsequent to the time the President had been shot.|She recalled that it was subsequent to the time the President had been shot. +LJ036-0183|After a friend had called and told her, "President Kennedy has been shot," she turned on the television.|After a friend had called and told her, "President Kennedy has been shot," she turned on the television. +LJ036-0184|When Oswald came in she said, quote, Oh, you are in a hurry, end quote, but Oswald did not respond.|When Oswald came in she said, quote, Oh, you are in a hurry, end quote, but Oswald did not respond. +LJ036-0185|He hurried to his room and stayed no longer than 3 or 4 minutes.|He hurried to his room and stayed no longer than three or four minutes. +LJ036-0186|Oswald had entered the house in his shirt sleeves, but when he left, he was zipping up a jacket.|Oswald had entered the house in his shirt sleeves, but when he left, he was zipping up a jacket. +LJ036-0187|Mrs. Roberts saw him a few seconds later standing near the bus stop in front of the house on the east side of Beckley.|Mrs. Roberts saw him a few seconds later standing near the bus stop in front of the house on the east side of Beckley. +LJ036-0188|Oswald was next seen about nine-tenths of a mile away|Oswald was next seen about nine-tenths of a mile away +LJ036-0189|at the southeast corner of 10th Street and Patton Avenue, moments before the Tippit shooting.|at the southeast corner of tenth Street and Patton Avenue, moments before the Tippit shooting. +LJ036-0190|If Oswald left his roominghouse shortly after 1 p.m. and walked at a brisk pace,|If Oswald left his roominghouse shortly after one p.m. and walked at a brisk pace, +LJ036-0191|he would have reached 10th and Patton shortly after 1:15 p.m.|he would have reached tenth and Patton shortly after one:fifteen p.m. +LJ036-0192|Tippit's murder was recorded on the police radio tape at about 1:16 p.m.|Tippit's murder was recorded on the police radio tape at about one:sixteen p.m. +LJ036-0193|Description of Shooting|Description of Shooting +LJ036-0194|Patrolman J. D. Tippit joined the Dallas Police Department in July 1952.|Patrolman J. D. Tippit joined the Dallas Police Department in July nineteen fifty-two. +LJ036-0195|He was described by Chief Curry as having the reputation of being "a very fine, dedicated officer."|He was described by Chief Curry as having the reputation of being "a very fine, dedicated officer." +LJ036-0196|Tippit patroled district No. 78 in the Oak Cliff area of Dallas during daylight hours.|Tippit patroled district Number seventy-eight in the Oak Cliff area of Dallas during daylight hours. +LJ036-0197|He drove a police car painted distinctive colors with No. 10 prominently displayed on each side.|He drove a police car painted distinctive colors with Number ten prominently displayed on each side. +LJ036-0198|Tippit rode alone, as only one man was normally assigned to a patrol car in residential areas during daylight shifts.|Tippit rode alone, as only one man was normally assigned to a patrol car in residential areas during daylight shifts. +LJ036-0199|At about 12:44 p.m. on November 22,|At about twelve:forty-four p.m. on November twenty-two, +LJ036-0200|the radio dispatcher on channel 1 ordered all downtown patrol squads to report to Elm and Houston, code 3 (emergency).|the radio dispatcher on channel one ordered all downtown patrol squads to report to Elm and Houston, code three (emergency). +LJ036-0201|At 12:45 p.m. the dispatcher ordered No. 78 (Tippit) to, quote, move into central Oak Cliff area, end quote.|At twelve:forty-five p.m. the dispatcher ordered Number seventy-eight (Tippit) to, quote, move into central Oak Cliff area, end quote. +LJ036-0202|At 12:54 p.m., Tippit reported that he was in the central Oak Cliff area at Lancaster and Eighth.|At twelve:fifty-four p.m., Tippit reported that he was in the central Oak Cliff area at Lancaster and Eighth. +LJ036-0203|The dispatcher ordered Tippit to be, quote, at large for any emergency that comes in, end quote.|The dispatcher ordered Tippit to be, quote, at large for any emergency that comes in, end quote. +LJ036-0204|According to Chief Curry, Tippit was free to patrol the central Oak Cliff area.|According to Chief Curry, Tippit was free to patrol the central Oak Cliff area. +LJ036-0205|Tippit must have heard the description of the suspect wanted for the President's shooting; it was broadcast over channel 1 at 12:45 p.m.,|Tippit must have heard the description of the suspect wanted for the President's shooting; it was broadcast over channel one at twelve:forty-five p.m., +LJ036-0206|again at 12:48 p.m., and again at 12:55 p.m.|again at twelve:forty-eight p.m., and again at twelve:fifty-five p.m. +LJ036-0207|The suspect was described as a, quote,|The suspect was described as a, quote, +LJ036-0208|white male, approximately 30, slender build, height 5 foot 10 inches, weight 165 pounds, end quote.|white male, approximately thirty, slender build, height five foot ten inches, weight one hundred sixty-five pounds, end quote. +LJ036-0209|A similar description was given on channel 2 at 12:45 p.m.|A similar description was given on channel two at twelve:forty-five p.m. +LJ036-0210|At approximately 1:15 p.m., Tippit, who was cruising east on 10th Street,|At approximately one:fifteen p.m., Tippit, who was cruising east on tenth Street, +LJ036-0211|passed the intersection of 10th and Patton, about eight blocks from where he had reported at 12:54 p.m.|passed the intersection of tenth and Patton, about eight blocks from where he had reported at twelve:fifty-four p.m. +LJ036-0212|About 100 feet past the intersection Tippit stopped a man walking east along the south side of Patton.|About one hundred feet past the intersection Tippit stopped a man walking east along the south side of Patton. +LJ036-0213|The man's general description was similar to the one broadcast over the police radio.|The man's general description was similar to the one broadcast over the police radio. +LJ036-0214|Tippit stopped the man and called him to his car.|Tippit stopped the man and called him to his car. +LJ036-0215|He approached the car and apparently exchanged words with Tippit through the right front or vent window.|He approached the car and apparently exchanged words with Tippit through the right front or vent window. +LJ036-0217|As Tippit reached the left front wheel the man pulled out a revolver and fired several shots.|As Tippit reached the left front wheel the man pulled out a revolver and fired several shots. +LJ036-0218|Four bullets hit Tippit and killed him instantly.|Four bullets hit Tippit and killed him instantly. +LJ037-0001|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy.|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. +LJ037-0002|Chapter 4. The Assassin: Part 6.|Chapter four. The Assassin: Part six. +LJ037-0003|Eyewitnesses|Eyewitnesses +LJ037-0004|At least 12 persons saw the man with the revolver in the vicinity of the Tippit crime scene at or immediately after the shooting.|At least twelve persons saw the man with the revolver in the vicinity of the Tippit crime scene at or immediately after the shooting. +LJ037-0005|By the evening of November 22, five of them had identified Lee Harvey Oswald in police lineups as the man they saw.|By the evening of November twenty-two, five of them had identified Lee Harvey Oswald in police lineups as the man they saw. +LJ037-0006|A sixth did so the next day.|A sixth did so the next day. +LJ037-0007|Three others subsequently identified Oswald from a photograph.|Three others subsequently identified Oswald from a photograph. +LJ037-0008|Two witnesses testified that Oswald resembled the man they had seen.|Two witnesses testified that Oswald resembled the man they had seen. +LJ037-0009|One witness felt he was too distant from the gunman to make a positive identification.|One witness felt he was too distant from the gunman to make a positive identification. +LJ037-0010|A taxi driver, William Scoggins,|A taxi driver, William Scoggins, +LJ037-0011|was eating lunch in his cab which was parked on Patton facing the southeast corner of 10th Street and Patton Avenue a few feet to the north.|was eating lunch in his cab which was parked on Patton facing the southeast corner of tenth Street and Patton Avenue a few feet to the north. +LJ037-0012|A police car moving east on 10th at about 10 or 12 miles an hour passed in front of his cab.|A police car moving east on tenth at about ten or twelve miles an hour passed in front of his cab. +LJ037-0013|About 100 feet from the corner the police car pulled up alongside a man on the sidewalk. This man, dressed in a light-colored jacket, approached the car.|About one hundred feet from the corner the police car pulled up alongside a man on the sidewalk. This man, dressed in a light-colored jacket, approached the car. +LJ037-0014|Scoggins lost sight of him behind some shrubbery on the southeast corner lot,|Scoggins lost sight of him behind some shrubbery on the southeast corner lot, +LJ037-0015|but he saw the policeman leave the car, heard three or four shots, and then saw the policeman fall.|but he saw the policeman leave the car, heard three or four shots, and then saw the policeman fall. +LJ037-0016|Scoggins hurriedly left his seat and hid behind the cab as the man came back toward the corner with gun in hand.|Scoggins hurriedly left his seat and hid behind the cab as the man came back toward the corner with gun in hand. +LJ037-0017|The man cut across the yard through some bushes, passed within 12 feet of Scoggins, and ran south on Patton.|The man cut across the yard through some bushes, passed within twelve feet of Scoggins, and ran south on Patton. +LJ037-0018|Scoggins saw him and heard him mutter either "Poor damn cop" or "Poor dumb cop."|Scoggins saw him and heard him mutter either "Poor damn cop" or "Poor dumb cop." +LJ037-0019|The next day Scoggins viewed a lineup of four persons and identified Oswald as the man whom he had seen the day before at 10th and Patton.|The next day Scoggins viewed a lineup of four persons and identified Oswald as the man whom he had seen the day before at tenth and Patton. +LJ037-0020|In his testimony before the Commission,|In his testimony before the Commission, +LJ037-0021|Scoggins stated that he thought he had seen a picture of Oswald in the newspapers prior to the lineup identification on Saturday.|Scoggins stated that he thought he had seen a picture of Oswald in the newspapers prior to the lineup identification on Saturday. +LJ037-0022|He had not seen Oswald on television and had not been shown any photographs of Oswald by the police.|He had not seen Oswald on television and had not been shown any photographs of Oswald by the police. +LJ037-0023|Another witness, Domingo Benavides, was driving a pickup truck west on 10th Street.|Another witness, Domingo Benavides, was driving a pickup truck west on tenth Street. +LJ037-0024|As he crossed the intersection a block east of 10th and Patton, he saw a policeman standing by the left door of the police car parked along the south side of 10th.|As he crossed the intersection a block east of tenth and Patton, he saw a policeman standing by the left door of the police car parked along the south side of tenth. +LJ037-0025|Benavides saw a man standing at the right side of the parked police car. He then heard three shots and saw the policeman fall to the ground.|Benavides saw a man standing at the right side of the parked police car. He then heard three shots and saw the policeman fall to the ground. +LJ037-0026|By this time the pickup truck was across the street and about 25 feet from the police car.|By this time the pickup truck was across the street and about twenty-five feet from the police car. +LJ037-0027|Benavides stopped and waited in the truck until the gunman ran to the corner.|Benavides stopped and waited in the truck until the gunman ran to the corner. +LJ037-0028|He saw him empty the gun and throw the shells into some bushes on the southeast corner lot.|He saw him empty the gun and throw the shells into some bushes on the southeast corner lot. +LJ037-0029|It was Benavides, using Tippit's car radio, who first reported the killing of Patrolman Tippit at about 1:16 p.m.:|It was Benavides, using Tippit's car radio, who first reported the killing of Patrolman Tippit at about one:sixteen p.m.: +LJ037-0030|quote, We've had a shooting out here, end quote,|quote, We've had a shooting out here, end quote, +LJ037-0031|He found two empty shells in the bushes and gave them to Patrolman J. M. Poe who arrived on the scene shortly after the shooting.|He found two empty shells in the bushes and gave them to Patrolman J. M. Poe who arrived on the scene shortly after the shooting. +LJ037-0032|Benavides never saw Oswald after the arrest.|Benavides never saw Oswald after the arrest. +LJ037-0033|When questioned by police officers on the evening of November 22, Benavides told them that he did not think that he could identify the man who fired the shots.|When questioned by police officers on the evening of November twenty-two, Benavides told them that he did not think that he could identify the man who fired the shots. +LJ037-0034|As a result, they did not take him to the police station.|As a result, they did not take him to the police station. +LJ037-0035|He testified that the picture of Oswald which he saw later on television bore a resemblance to the man who shot Officer Tippit.|He testified that the picture of Oswald which he saw later on television bore a resemblance to the man who shot Officer Tippit. +LJ037-0036|Just prior to the shooting, Mrs. Helen Markham, a waitress in downtown Dallas, was about to cross 10th Street at Patton.|Just prior to the shooting, Mrs. Helen Markham, a waitress in downtown Dallas, was about to cross tenth Street at Patton. +LJ037-0037|As she waited on the northwest corner of the intersection for traffic to pass, she noticed a young man as he was, quote, almost ready to get up on the curb, end quote.|As she waited on the northwest corner of the intersection for traffic to pass, she noticed a young man as he was, quote, almost ready to get up on the curb, end quote. +LJ037-0038|at the southeast corner of the intersection, approximately 50 feet away.|at the southeast corner of the intersection, approximately fifty feet away. +LJ037-0039|The man continued along 10th Street. Mrs. Markham saw a police car slowly approach the man from the rear and stop alongside of him.|The man continued along tenth Street. Mrs. Markham saw a police car slowly approach the man from the rear and stop alongside of him. +LJ037-0040|She saw the man come to the right window of the police car. As he talked, he leaned on the ledge of the right window with his arms.|She saw the man come to the right window of the police car. As he talked, he leaned on the ledge of the right window with his arms. +LJ037-0041|The man appeared to step back as the policeman, quote, calmly opened the car door, end quote, and very slowly got out and walked toward the front of the car.|The man appeared to step back as the policeman, quote, calmly opened the car door, end quote, and very slowly got out and walked toward the front of the car. +LJ037-0042|The man pulled a gun. Mrs. Markham heard three shots and saw the policeman fall to the ground near the left front wheel.|The man pulled a gun. Mrs. Markham heard three shots and saw the policeman fall to the ground near the left front wheel. +LJ037-0043|She raised her hands to her eyes as the man started to walk back toward Patton.|She raised her hands to her eyes as the man started to walk back toward Patton. +LJ037-0044|She peered through her fingers, lowered her hands, and saw the man doing something with his gun. Quote,|She peered through her fingers, lowered her hands, and saw the man doing something with his gun. Quote, +LJ037-0045|He was just fooling with it. I didn't know what he was doing. I was afraid he was fixing to kill me. End quote.|He was just fooling with it. I didn't know what he was doing. I was afraid he was fixing to kill me. End quote. +LJ037-0046|The man, quote, in kind of a little trot, end quote, headed down Patton toward Jefferson Boulevard, a block away.|The man, quote, in kind of a little trot, end quote, headed down Patton toward Jefferson Boulevard, a block away. +LJ037-0047|Mrs. Markham then ran to Officer Tippit's side and saw him lying in a pool of blood.|Mrs. Markham then ran to Officer Tippit's side and saw him lying in a pool of blood. +LJ037-0048|Helen Markham was screaming as she leaned over the body.|Helen Markham was screaming as she leaned over the body. +LJ037-0049|A few minutes later she described the gunman to a policeman.|A few minutes later she described the gunman to a policeman. +LJ037-0050|Her description and that of other eyewitnesses led to the police broadcast at 1:22 p.m.|Her description and that of other eyewitnesses led to the police broadcast at one:twenty-two p.m. +LJ037-0051|describing the slayer as, quote, about 30, 5 foot 8 inches, black hair, slender, end quote.|describing the slayer as, quote, about thirty, five foot eight inches, black hair, slender, end quote. +LJ037-0052|At about 4:30 p.m., Mrs. Markham,|At about four:thirty p.m., Mrs. Markham, +LJ037-0053|who had been greatly upset by her experience, was able to view a lineup of four men handcuffed together at the police station.|who had been greatly upset by her experience, was able to view a lineup of four men handcuffed together at the police station. +LJ037-0054|She identified Lee Harvey Oswald as the man who shot the policeman.|She identified Lee Harvey Oswald as the man who shot the policeman. +LJ037-0055|Detective L. C. Graves, who had been with Mrs. Markham before the lineup|Detective L. C. Graves, who had been with Mrs. Markham before the lineup +LJ037-0056|testified that she was, quote, quite hysterical, end quote, and was, quote, crying and upset, end quote.|testified that she was, quote, quite hysterical, end quote, and was, quote, crying and upset, end quote. +LJ037-0057|He said that Mrs. Markham started crying when Oswald walked into the lineup room.|He said that Mrs. Markham started crying when Oswald walked into the lineup room. +LJ037-0058|In testimony before the Commission, Mrs. Markham confirmed her positive identification of Lee Harvey Oswald|In testimony before the Commission, Mrs. Markham confirmed her positive identification of Lee Harvey Oswald +LJ037-0059|as the man she saw kill Officer Tippit. In evaluating Mrs. Markham's identification of Oswald, the Commission considered certain allegations|as the man she saw kill Officer Tippit. In evaluating Mrs. Markham's identification of Oswald, the Commission considered certain allegations +LJ037-0060|That Mrs. Markham described the man who killed Patrolman Tippit as, quote, short, a little on the heavy side, end quote.|That Mrs. Markham described the man who killed Patrolman Tippit as, quote, short, a little on the heavy side, end quote. +LJ037-0061|and having, quote, somewhat bushy, end quote, hair.|and having, quote, somewhat bushy, end quote, hair. +LJ037-0062|The Commission reviewed the transcript of a phone conversation in which Mrs. Markham is alleged to have provided such a description.|The Commission reviewed the transcript of a phone conversation in which Mrs. Markham is alleged to have provided such a description. +LJ037-0063|A review of the complete transcript has satisfied the Commission|A review of the complete transcript has satisfied the Commission +LJ037-0064|that Mrs. Markham strongly reaffirmed her positive identification of Oswald and denied having described the killer|that Mrs. Markham strongly reaffirmed her positive identification of Oswald and denied having described the killer +LJ037-0065|as short, stocky and having bushy hair. She stated that the man weighed about 150 pounds.|as short, stocky and having bushy hair. She stated that the man weighed about one hundred fifty pounds. +LJ037-0066|Although she used the words, quote, a little bit bushy, end quote, to describe the gunman's hair,|Although she used the words, quote, a little bit bushy, end quote, to describe the gunman's hair, +LJ037-0067|the transcript establishes that she was referring to the uncombed state of his hair, a description fully supported by a photograph of Oswald|the transcript establishes that she was referring to the uncombed state of his hair, a description fully supported by a photograph of Oswald +LJ037-0068|taken at the time of his arrest.|taken at the time of his arrest. +LJ037-0069|Although in the phone conversation she described the man as, quote, short, end quote, on November 22nd,|Although in the phone conversation she described the man as, quote, short, end quote, on November twenty-second, +LJ037-0070|within minutes of the shooting and before the lineup, Mrs. Markham described the man to the police as 5 foot 8 inches tall.|within minutes of the shooting and before the lineup, Mrs. Markham described the man to the police as five foot eight inches tall. +LJ037-0071|During her testimony Mrs. Markham initially denied that she ever had the above phone conversation.|During her testimony Mrs. Markham initially denied that she ever had the above phone conversation. +LJ037-0072|She has subsequently admitted the existence of the conversation and offered an explanation for her denial.|She has subsequently admitted the existence of the conversation and offered an explanation for her denial. +LJ037-0073|Addressing itself solely to the probative value of Mrs. Markham's contemporaneous description of the gunman|Addressing itself solely to the probative value of Mrs. Markham's contemporaneous description of the gunman +LJ037-0074|and her positive identification of Oswald at a police lineup, the Commission considers her testimony reliable.|and her positive identification of Oswald at a police lineup, the Commission considers her testimony reliable. +LJ037-0075|However, even in the absence of Mrs. Markham's testimony, there is ample evidence to identify Oswald as the killer of Tippit.|However, even in the absence of Mrs. Markham's testimony, there is ample evidence to identify Oswald as the killer of Tippit. +LJ037-0076|Two young women,|Two young women, +LJ037-0077|Barbara Jeanette Davis and Virginia Davis, were in an apartment of a multiple-unit house on the southeast corner of 10th and Patton|Barbara Jeanette Davis and Virginia Davis, were in an apartment of a multiple-unit house on the southeast corner of tenth and Patton +LJ037-0078|when they heard the sound of gunfire and the screams of Helen Markham.|when they heard the sound of gunfire and the screams of Helen Markham. +LJ037-0079|They ran to the door in time to see a man with a revolver cut across their lawn and disappear around a corner of the house onto Patton.|They ran to the door in time to see a man with a revolver cut across their lawn and disappear around a corner of the house onto Patton. +LJ037-0080|Barbara Jeanette Davis assumed that he was emptying his gun as, quote, he had it open and was shaking it, end quote. She immediately called the police.|Barbara Jeanette Davis assumed that he was emptying his gun as, quote, he had it open and was shaking it, end quote. She immediately called the police. +LJ037-0081|Later in the day each woman found an empty shell on the ground near the house. These two shells were delivered to the police.|Later in the day each woman found an empty shell on the ground near the house. These two shells were delivered to the police. +LJ037-0082|On the evening of November 22,|On the evening of November twenty-two, +LJ037-0083|Barbara Jeanette and Virginia Davis viewed a group of four men in a lineup and each one picked Oswald as the man who crossed their lawn while emptying his pistol.|Barbara Jeanette and Virginia Davis viewed a group of four men in a lineup and each one picked Oswald as the man who crossed their lawn while emptying his pistol. +LJ037-0084|Barbara Jeanette Davis testified that no one had shown her a picture of Oswald before the identification and that she had not seen him on television.|Barbara Jeanette Davis testified that no one had shown her a picture of Oswald before the identification and that she had not seen him on television. +LJ037-0085|She was not sure whether she had seen his picture in a newspaper on the afternoon or evening of November 22 prior to the lineup.|She was not sure whether she had seen his picture in a newspaper on the afternoon or evening of November twenty-two prior to the lineup. +LJ037-0086|Her reaction when she saw Oswald in the lineup was that, quote,|Her reaction when she saw Oswald in the lineup was that, quote, +LJ037-0087|I was pretty sure it was the same man I saw. When they made him turn sideways, I was positive that was the one I seen, end quote.|I was pretty sure it was the same man I saw. When they made him turn sideways, I was positive that was the one I seen, end quote. +LJ037-0088|Similarly, Virginia Davis had not been shown pictures of anyone prior to the lineup and had not seen either television or the newspapers during the afternoon.|Similarly, Virginia Davis had not been shown pictures of anyone prior to the lineup and had not seen either television or the newspapers during the afternoon. +LJ037-0089|She identified Oswald, who was the No. 2 man in the lineup, as the man she saw running with the gun:|She identified Oswald, who was the Number two man in the lineup, as the man she saw running with the gun: +LJ037-0090|she testified, quote, I would say that was him for sure, end quote.|she testified, quote, I would say that was him for sure, end quote. +LJ037-0091|Barbara Jeanette Davis and Virginia Davis were sitting alongside each other when they made their positive identifications of Oswald.|Barbara Jeanette Davis and Virginia Davis were sitting alongside each other when they made their positive identifications of Oswald. +LJ037-0092|Each woman whispered Oswald's number to the detective. Each testified that she was the first to make the identification.|Each woman whispered Oswald's number to the detective. Each testified that she was the first to make the identification. +LJ037-0094|He looked west on 10th and saw a man running to the west and a policeman falling to the ground.|He looked west on tenth and saw a man running to the west and a policeman falling to the ground. +LJ037-0095|Smith failed to make himself known to the police on November 22.|Smith failed to make himself known to the police on November twenty-two. +LJ037-0096|Several days later he reported what he had seen and was questioned by FBI agents.|Several days later he reported what he had seen and was questioned by FBI agents. +LJ037-0097|Smith subsequently told a Commission staff member|Smith subsequently told a Commission staff member +LJ037-0098|that he saw Oswald on television the night of the murder and thought that Oswald was the man he had seen running away from the shooting.|that he saw Oswald on television the night of the murder and thought that Oswald was the man he had seen running away from the shooting. +LJ037-0099|On television Oswald's hair looked blond, whereas Smith remembered that the man who ran away had hair that was brown or brownish black.|On television Oswald's hair looked blond, whereas Smith remembered that the man who ran away had hair that was brown or brownish black. +LJ037-0100|Later, the FBI showed Smith a picture of Oswald. In the picture the hair was brown.|Later, the FBI showed Smith a picture of Oswald. In the picture the hair was brown. +LJ037-0101|According to his testimony, Smith told the FBI, quote, It looked more like him than it did on television, end quote,|According to his testimony, Smith told the FBI, quote, It looked more like him than it did on television, end quote, +LJ037-0102|He stated further that from, quote, What I saw of him, end quote, the man looked like the man in the picture.|He stated further that from, quote, What I saw of him, end quote, the man looked like the man in the picture. +LJ037-0103|Two other important eyewitnesses to Oswald's flight were Ted Callaway,|Two other important eyewitnesses to Oswald's flight were Ted Callaway, +LJ037-0104|manager of a used-car lot on the northeast corner of Patton Avenue and Jefferson Boulevard, and Sam Guinyard, a porter at the lot.|manager of a used-car lot on the northeast corner of Patton Avenue and Jefferson Boulevard, and Sam Guinyard, a porter at the lot. +LJ037-0105|They heard the sound of shots to the north of their lot. Callaway heard five shots, and Guinyard three.|They heard the sound of shots to the north of their lot. Callaway heard five shots, and Guinyard three. +LJ037-0106|Both ran to the sidewalk on the east side of Patton at a point about a half a block south of 10th.|Both ran to the sidewalk on the east side of Patton at a point about a half a block south of tenth. +LJ037-0107|They saw a man coming south on Patton with a revolver held high in his right hand. According to Callaway, the man crossed to the west side of Patton.|They saw a man coming south on Patton with a revolver held high in his right hand. According to Callaway, the man crossed to the west side of Patton. +LJ037-0108|From across the street Callaway yelled, quote, Hey, man, what the hell is going on? End quote.|From across the street Callaway yelled, quote, Hey, man, what the hell is going on? End quote. +LJ037-0109|He slowed down, halted, said something, and then kept on going to the corner, turned right, and continued west on Jefferson.|He slowed down, halted, said something, and then kept on going to the corner, turned right, and continued west on Jefferson. +LJ037-0110|Guinyard claimed that the man ran down the east side of Patton and passed within 10 feet of him before crossing to the other side.|Guinyard claimed that the man ran down the east side of Patton and passed within ten feet of him before crossing to the other side. +LJ037-0111|Guinyard and Callaway ran to 10th and Patton and found Tippit lying in the street beside his car.|Guinyard and Callaway ran to tenth and Patton and found Tippit lying in the street beside his car. +LJ037-0112|Apparently he had reached for his gun; it lay beneath him outside of the holster.|Apparently he had reached for his gun; it lay beneath him outside of the holster. +LJ037-0113|Callaway picked up the gun.|Callaway picked up the gun. +LJ037-0114|He and Scoggins attempted to chase down the gunman in Scoggin's taxicab, but he had disappeared.|He and Scoggins attempted to chase down the gunman in Scoggin's taxicab, but he had disappeared. +LJ037-0115|Early in the evening of November 22,|Early in the evening of November twenty-two, +LJ037-0116|Guinyard and Callaway viewed the same lineup of four men from which Mrs. Markham had earlier made her identification of Lee Harvey Oswald.|Guinyard and Callaway viewed the same lineup of four men from which Mrs. Markham had earlier made her identification of Lee Harvey Oswald. +LJ037-0117|Both men picked Oswald as the man who had run south on Patton with a gun in his hand.|Both men picked Oswald as the man who had run south on Patton with a gun in his hand. +LJ037-0118|Callaway told the Commission, quote, So they brought four men in.|Callaway told the Commission, quote, So they brought four men in. +LJ037-0119|I stepped to the back of the room, so I could kind of see him from the same distance which I had seen him before. And when he came out I knew him, end quote.|I stepped to the back of the room, so I could kind of see him from the same distance which I had seen him before. And when he came out I knew him, end quote. +LJ037-0120|Guinyard said, quote, I told them that was him right there. I pointed him out right there, end quote.|Guinyard said, quote, I told them that was him right there. I pointed him out right there, end quote. +LJ037-0121|Both Callaway and Guinyard testified that they had not been shown any pictures by the police before the lineup.|Both Callaway and Guinyard testified that they had not been shown any pictures by the police before the lineup. +LJ037-0122|The Dallas Police Department furnished the Commission with pictures of the men who appeared in the lineups with Oswald,|The Dallas Police Department furnished the Commission with pictures of the men who appeared in the lineups with Oswald, +LJ037-0123|and the Commission has inquired into general lineup procedures used by the Dallas police as well as the specific procedures in the lineups involving Oswald.|and the Commission has inquired into general lineup procedures used by the Dallas police as well as the specific procedures in the lineups involving Oswald. +LJ037-0124|The Commission is satisfied that the lineups were conducted fairly.|The Commission is satisfied that the lineups were conducted fairly. +LJ037-0125|As Oswald ran south on Patton Avenue toward Jefferson Boulevard he was moving in the direction of a used-car lot|As Oswald ran south on Patton Avenue toward Jefferson Boulevard he was moving in the direction of a used-car lot +LJ037-0126|located on the southeast corner of this intersection.|located on the southeast corner of this intersection. +LJ037-0127|Four men -- Warren Reynolds, Harold Russell, Pat Patterson, and L. J. Lewis|Four men -- Warren Reynolds, Harold Russell, Pat Patterson, and L. J. Lewis +LJ037-0128|were on the lot at the time, and they saw a white male with a revolver in his hands running south on Patton.|were on the lot at the time, and they saw a white male with a revolver in his hands running south on Patton. +LJ037-0129|When the man reached Jefferson, he turned right and headed west.|When the man reached Jefferson, he turned right and headed west. +LJ037-0130|Reynolds and Patterson decided to follow him.|Reynolds and Patterson decided to follow him. +LJ037-0131|When he reached a gasoline service station one block away he turned north and walked toward a parking area in the rear of the station.|When he reached a gasoline service station one block away he turned north and walked toward a parking area in the rear of the station. +LJ037-0132|Neither Reynolds nor Patterson saw the man after he turned off Jefferson at the service station.|Neither Reynolds nor Patterson saw the man after he turned off Jefferson at the service station. +LJ037-0133|These four witnesses were interviewed by FBI agents 2 months after the shooting.|These four witnesses were interviewed by FBI agents two months after the shooting. +LJ037-0134|Russell and Patterson were shown a picture of Oswald and they stated that Oswald was the man they saw on November 22, 1963.|Russell and Patterson were shown a picture of Oswald and they stated that Oswald was the man they saw on November twenty-two, nineteen sixty-three. +LJ037-0135|Russell confirmed this statement in a sworn affidavit for the Commission.|Russell confirmed this statement in a sworn affidavit for the Commission. +LJ037-0136|Patterson, when asked later to confirm his identification by affidavit said he did not recall having been shown the photograph.|Patterson, when asked later to confirm his identification by affidavit said he did not recall having been shown the photograph. +LJ037-0137|He was then shown two photographs of Oswald and he advised that Oswald was, quote, unquestionably, end quote, the man he saw.|He was then shown two photographs of Oswald and he advised that Oswald was, quote, unquestionably, end quote, the man he saw. +LJ037-0138|Reynolds did not make a positive identification when interviewed by the FBI, but|Reynolds did not make a positive identification when interviewed by the FBI, but +LJ037-0139|he subsequently testified before a Commission staff member and, when shown two photographs of Oswald, stated that they were photographs of the man he saw.|he subsequently testified before a Commission staff member and, when shown two photographs of Oswald, stated that they were photographs of the man he saw. +LJ037-0140|L.J. Lewis said in an interview that because of the distance from which he observed the gunman he would hesitate to state whether the man was identical with Oswald.|L.J. Lewis said in an interview that because of the distance from which he observed the gunman he would hesitate to state whether the man was identical with Oswald. +LJ037-0141|When Oswald was arrested, he had in his possession a Smith & Wesson 38 Special caliber revolver,|When Oswald was arrested, he had in his possession a Smith and Wesson thirty-eight Special caliber revolver, +LJ037-0142|serial number V510210.|serial number V five one zero two one zero. +LJ037-0143|Two of the arresting officers placed their initials on the weapon and a third inscribed his name.|Two of the arresting officers placed their initials on the weapon and a third inscribed his name. +LJ037-0144|All three identified Exhibit No. 143 as the revolver taken from Oswald when he was arrested.|All three identified Exhibit Number one forty-three as the revolver taken from Oswald when he was arrested. +LJ037-0145|Four cartridge cases were found in the shrubbery on the corner of 10th and Patton by three of the eyewitnesses -- Domingo Benavides,|Four cartridge cases were found in the shrubbery on the corner of tenth and Patton by three of the eyewitnesses -- Domingo Benavides, +LJ037-0146|Barbara Jeanette Davis, and Virginia Davis.|Barbara Jeanette Davis, and Virginia Davis. +LJ037-0147|It was the unanimous and unequivocal testimony of expert witnesses before the Commission that these used cartridge cases were fired from the revolver|It was the unanimous and unequivocal testimony of expert witnesses before the Commission that these used cartridge cases were fired from the revolver +LJ037-0148|in Oswald's possession to the exclusion of all other weapons.|in Oswald's possession to the exclusion of all other weapons. +LJ037-0149|Cortlandt Cunningham, of the Firearms Identification Unit of the FBI Laboratory, testified|Cortlandt Cunningham, of the Firearms Identification Unit of the FBI Laboratory, testified +LJ037-0150|that he compared the four empty cartridge cases found near the scene of the shooting with a test cartridge fired from the weapon in Oswald's possession when he was arrested.|that he compared the four empty cartridge cases found near the scene of the shooting with a test cartridge fired from the weapon in Oswald's possession when he was arrested. +LJ037-0151|Cunningham declared that this weapon fired the four cartridges to the exclusion of all other weapons.|Cunningham declared that this weapon fired the four cartridges to the exclusion of all other weapons. +LJ037-0152|Identification was effected through breech face marks and firing pin marks.|Identification was effected through breech face marks and firing pin marks. +LJ037-0153|Robert A. Frazier and Charles Killion, other FBI firearms experts,|Robert A. Frazier and Charles Killion, other FBI firearms experts, +LJ037-0154|independently examined the four cartridge cases and arrived at the same conclusion as Cunningham.|independently examined the four cartridge cases and arrived at the same conclusion as Cunningham. +LJ037-0155|At the request of the Commission, Joseph D. Nicol, superintendent of the Illinois Bureau of Criminal Identification Investigation,|At the request of the Commission, Joseph D. Nicol, superintendent of the Illinois Bureau of Criminal Identification Investigation, +LJ037-0156|also examined the four cartridge cases found near the site of the homicide and compared them with the test cartridge cases fired from the Smith & Wesson revolver|also examined the four cartridge cases found near the site of the homicide and compared them with the test cartridge cases fired from the Smith and Wesson revolver +LJ037-0158|He concluded that all of these cartridges were fired from the same weapon.|He concluded that all of these cartridges were fired from the same weapon. +LJ037-0159|Cunningham compared four lead bullets recovered from the body of Patrolman Tippit with test bullets fired from Oswald's revolver.|Cunningham compared four lead bullets recovered from the body of Patrolman Tippit with test bullets fired from Oswald's revolver. +LJ037-0160|He explained that the bullets were slightly smaller than the barrel of the pistol which had fired them. This caused the bullets to have an erratic passage through the barrel|He explained that the bullets were slightly smaller than the barrel of the pistol which had fired them. This caused the bullets to have an erratic passage through the barrel +LJ037-0161|and impressed upon the lead of the bullets inconsistent individual characteristics which made identification impossible.|and impressed upon the lead of the bullets inconsistent individual characteristics which made identification impossible. +LJ037-0162|Consecutive bullets fired from the revolver by the FBI experts could not be identified as having been fired from that revolver.|Consecutive bullets fired from the revolver by the FBI experts could not be identified as having been fired from that revolver. +LJ037-0163|Cunningham testified that all of the bullets were mutilated, one being useless for comparison purposes.|Cunningham testified that all of the bullets were mutilated, one being useless for comparison purposes. +LJ037-0164|All four bullets were fired from a weapon|All four bullets were fired from a weapon +LJ037-0165|with five lands and grooves and a right twist which were the rifling characteristics of the revolver taken from Oswald.|with five lands and grooves and a right twist which were the rifling characteristics of the revolver taken from Oswald. +LJ037-0166|He concluded, however, that he could not say whether the four bullets were fired from the revolver in Oswald's possession.|He concluded, however, that he could not say whether the four bullets were fired from the revolver in Oswald's possession. +LJ037-0167|Quote: The only thing I can testify is they could have on the basis of the rifling characteristics -- they could have been, end quote,|Quote: The only thing I can testify is they could have on the basis of the rifling characteristics -- they could have been, end quote, +LJ037-0168|Nicol differed with the FBI experts on one bullet taken from Tippit's body.|Nicol differed with the FBI experts on one bullet taken from Tippit's body. +LJ037-0169|He declared that this bullet was fired from the same weapon that fired the test bullets to the exclusion of all other weapons.|He declared that this bullet was fired from the same weapon that fired the test bullets to the exclusion of all other weapons. +LJ037-0170|But he agreed that because the other three bullets were mutilated, he could not determine if they had been fired from the same weapon as the test bullets.|But he agreed that because the other three bullets were mutilated, he could not determine if they had been fired from the same weapon as the test bullets. +LJ037-0171|The examination and testimony of the experts enabled the Commission to conclude that five shots may have been fired,|The examination and testimony of the experts enabled the Commission to conclude that five shots may have been fired, +LJ037-0172|even though only four bullets were recovered.|even though only four bullets were recovered. +LJ037-0173|Three of the bullets recovered from Tippit's body were manufactured by Winchester-Western, and the fourth bullet by Remington-Peters,|Three of the bullets recovered from Tippit's body were manufactured by Winchester-Western, and the fourth bullet by Remington-Peters, +LJ037-0174|but only two of the four discarded cartridge cases found on the lawn at 10th Street and Patton Avenue were of Winchester-Western manufacture.|but only two of the four discarded cartridge cases found on the lawn at tenth Street and Patton Avenue were of Winchester-Western manufacture. +LJ037-0175|Therefore, one cartridge case of this type was not recovered.|Therefore, one cartridge case of this type was not recovered. +LJ037-0176|And though only one bullet of Remington-Peters manufacture was recovered, two empty cartridge cases of that make were retrieved.|And though only one bullet of Remington-Peters manufacture was recovered, two empty cartridge cases of that make were retrieved. +LJ037-0177|Therefore, either one bullet of Remington-Peters manufacture is missing|Therefore, either one bullet of Remington-Peters manufacture is missing +LJ037-0179|was discarded along with the others as Oswald left the scene.|was discarded along with the others as Oswald left the scene. +LJ037-0180|If a bullet is missing, five were fired. This corresponds with the observation and memory of Ted Callaway, and possibly Warren Reynolds,|If a bullet is missing, five were fired. This corresponds with the observation and memory of Ted Callaway, and possibly Warren Reynolds, +LJ037-0181|but not with the other eyewitnesses who claim to have heard from two to four shots.|but not with the other eyewitnesses who claim to have heard from two to four shots. +LJ037-0182|Ownership of Revolver|Ownership of Revolver +LJ037-0183|By checking certain importers and dealers after the assassination of President Kennedy and slaying of Officer Tippit,|By checking certain importers and dealers after the assassination of President Kennedy and slaying of Officer Tippit, +LJ037-0184|agents of the FBI determined that George Rose & Co. of Los Angeles was a major distributor of this type of revolver.|agents of the FBI determined that George Rose and Co. of Los Angeles was a major distributor of this type of revolver. +LJ037-0185|Records of Seaport Traders, Incorporated, a mail-order division of George Rose & Co.,|Records of Seaport Traders, Incorporated, a mail-order division of George Rose and Co., +LJ037-0186|disclosed that on January 3, 1963,|disclosed that on January three, nineteen sixty-three, +LJ037-0187|the company received from Empire Wholesale Sporting Goods, Ltd., Montreal, a shipment of 99 guns in one case.|the company received from Empire Wholesale Sporting Goods, Ltd., Montreal, a shipment of ninety-nine guns in one case. +LJ037-0188|Among these guns was a .38 Special caliber Smith & Wesson revolver, serial No. V510210,|Among these guns was a thirty-eight Special caliber Smith and Wesson revolver, serial Number V five one zero two one zero, +LJ037-0189|the only revolver made by Smith & Wesson with this serial number. When first manufactured, it had a 5-inch barrel.|the only revolver made by Smith and Wesson with this serial number. When first manufactured, it had a five-inch barrel. +LJ037-0190|George Rose & Co. had the barrel shortened by a gunsmith to two and one quarter inches.|George Rose and Co. had the barrel shortened by a gunsmith to two and one quarter inches. +LJ037-0191|Sometime after January 27, 1963,|Sometime after January twenty-seven, nineteen sixty-three, +LJ037-0192|Seaport Traders, Incorporated, received through the mail a mail-order coupon for one, quote, point three-eight|Seaport Traders, Incorporated, received through the mail a mail-order coupon for one, quote, point three-eight +LJ037-0193|S T. W. 2 inch BBL, unquote, cost $29.95.|S T. W. two inch BBL, unquote, cost twenty-nine dollars, ninety-five cents. +LJ037-0194|Ten dollars in cash was enclosed.|Ten dollars in cash was enclosed. +LJ037-0195|The order was signed in ink by, quote,|The order was signed in ink by, quote, +LJ037-0196|A. J. Hidell, aged 28, end quote. The date of the order was January 27. No year shown.|A. J. Hidell, aged twenty-eight, end quote. The date of the order was January twenty-seven. No year shown. +LJ037-0197|and the return address was Post Office Box 2915, Dallas, Texas.|and the return address was Post Office Box two nine one five, Dallas, Texas. +LJ037-0198|Also on the order form was an order, written in ink, for one box of ammunition and one holster, but a line was drawn through these items.|Also on the order form was an order, written in ink, for one box of ammunition and one holster, but a line was drawn through these items. +LJ037-0199|The mail-order form had a line for the name of a witness to attest that the person ordering the gun was a U.S. citizen and had not been convicted of a felony.|The mail-order form had a line for the name of a witness to attest that the person ordering the gun was a U.S. citizen and had not been convicted of a felony. +LJ037-0200|The name written in this space was D. F. Drittal.|The name written in this space was D. F. Drittal. +LJ037-0201|Heinz W. Michaelis, office manager of both George Rose & Co., Incorporated and Seaport Traders, Incorporated.|Heinz W. Michaelis, office manager of both George Rose and Co., Incorporated and Seaport Traders, Incorporated. +LJ037-0202|identified records of Seaport Traders, Incorporated, which showed that a, quote, point three eight|identified records of Seaport Traders, Incorporated, which showed that a, quote, point three eight +LJ037-0203|S and W Special two-inch Commando, serial number V510210, end quote,|S and W Special two-inch Commando, serial number V five one zero two one zero, end quote, +LJ037-0204|was shipped on March 20, 1963, to A. J. Hidell, Post Office Box 2915, Dallas, Texas.|was shipped on March twenty, nineteen sixty-three, to A. J. Hidell, Post Office Box two nine one five, Dallas, Texas. +LJ037-0205|The invoice was prepared on March 13, 1963; the revolver was actually shipped on March 20 by Railway Express.|The invoice was prepared on March thirteen, nineteen sixty-three; the revolver was actually shipped on March twenty by Railway Express. +LJ037-0206|The balance due on the purchase was $19.95.|The balance due on the purchase was nineteen dollars, ninety-five cents. +LJ037-0207|Michaelis furnished the shipping copy of the invoice, and the Railway Express Agency shipping documents, showing that|Michaelis furnished the shipping copy of the invoice, and the Railway Express Agency shipping documents, showing that +LJ037-0208|$19.95, plus $1.27 shipping charge, had been collected from the consignee, Hidell.|nineteen dollars, ninety-five cents, plus one dollar, twenty-seven cents shipping charge, had been collected from the consignee, Hidell. +LJ037-0209|Handwriting experts, Alwyn Cole of the Treasury Department and James C. Cadigan of the FBI,|Handwriting experts, Alwyn Cole of the Treasury Department and James C. Cadigan of the FBI, +LJ037-0210|testified before the Commission that the writing on the coupon was Oswald's.|testified before the Commission that the writing on the coupon was Oswald's. +LJ037-0211|The signature of the witness, D. F. Drittal,|The signature of the witness, D. F. Drittal, +LJ037-0212|who attested that the fictitious Hidell was an American citizen and had not been convicted of a felony, was also in Oswald's handwriting.|who attested that the fictitious Hidell was an American citizen and had not been convicted of a felony, was also in Oswald's handwriting. +LJ037-0213|Marina Oswald gave as her opinion that the mail-order coupon was in Oswald's handwriting.|Marina Oswald gave as her opinion that the mail-order coupon was in Oswald's handwriting. +LJ037-0214|When shown the revolver, she stated that she recognized it as the one owned by her husband.|When shown the revolver, she stated that she recognized it as the one owned by her husband. +LJ037-0215|She also testified that this appeared to be the revolver seen in Oswald's belt|She also testified that this appeared to be the revolver seen in Oswald's belt +LJ037-0216|in the picture she took in late March or early April 1963 when the family was living on Neely Street in Dallas.|in the picture she took in late March or early April nineteen sixty-three when the family was living on Neely Street in Dallas. +LJ037-0217|Police found an empty revolver holster when they searched Oswald's room on Beckley Avenue after his arrest.|Police found an empty revolver holster when they searched Oswald's room on Beckley Avenue after his arrest. +LJ037-0218|Marina Oswald testified that this was the holster which contained the revolver in the photographs taken on Neely Street.|Marina Oswald testified that this was the holster which contained the revolver in the photographs taken on Neely Street. +LJ037-0220|Approximately 15 minutes before the shooting of Tippit, Oswald was seen leaving his roominghouse.|Approximately fifteen minutes before the shooting of Tippit, Oswald was seen leaving his roominghouse. +LJ037-0221|He was wearing a zipper jacket which he had not been wearing moments before when he had arrived home.|He was wearing a zipper jacket which he had not been wearing moments before when he had arrived home. +LJ037-0223|Shortly after Tippit was slain, policemen found a light-colored zipper jacket along the route taken by the killer as he attempted to escape.|Shortly after Tippit was slain, policemen found a light-colored zipper jacket along the route taken by the killer as he attempted to escape. +LJ037-0224|At 1:22 p.m. the Dallas police radio described the man wanted for the murder of Tippit as, quote, a white male about thirty,|At one:twenty-two p.m. the Dallas police radio described the man wanted for the murder of Tippit as, quote, a white male about thirty, +LJ037-0225|five foot eight inches, black hair, slender, wearing a white jacket, white shirt and dark slacks, end quote,|five foot eight inches, black hair, slender, wearing a white jacket, white shirt and dark slacks, end quote, +LJ037-0226|According to Patrolman Poe this description came from Mrs. Markham and Mrs. Barbara Jeanette Davis.|According to Patrolman Poe this description came from Mrs. Markham and Mrs. Barbara Jeanette Davis. +LJ037-0227|Mrs. Markham told Poe|Mrs. Markham told Poe +LJ037-0228|that the man was a, quote, white male, about 25, about five feet eight, brown hair, medium, end quote, and wearing a, quote,|that the man was a, quote, white male, about twenty-five, about five feet eight, brown hair, medium, end quote, and wearing a, quote, +LJ037-0229|white jacket, end quote,|white jacket, end quote, +LJ037-0230|Mrs. Davis gave Poe the same general description: a, quote, white male in his early twenties, around five foot seven inches|Mrs. Davis gave Poe the same general description: a, quote, white male in his early twenties, around five foot seven inches +LJ037-0231|or eight inches, about 145 pounds, end quote, and wearing a white jacket.|or eight inches, about one hundred forty-five pounds, end quote, and wearing a white jacket. +LJ037-0232|As has been discussed previously,|As has been discussed previously, +LJ037-0233|two witnesses, Warren Reynolds and B. M. Patterson, saw the gunman run toward the rear of a gasoline service station on Jefferson Boulevard.|two witnesses, Warren Reynolds and B. M. Patterson, saw the gunman run toward the rear of a gasoline service station on Jefferson Boulevard. +LJ037-0234|Mrs. Mary Brock, the wife of a mechanic who worked at the station, was there at the time and she saw a white male,|Mrs. Mary Brock, the wife of a mechanic who worked at the station, was there at the time and she saw a white male, +LJ037-0235|5 feet, 10 inches, wearing light clothing, a light-colored jacket" walk past her at a fast pace with his hands in his pocket.|five feet, ten inches, wearing light clothing, a light-colored jacket" walk past her at a fast pace with his hands in his pocket. +LJ037-0236|She last saw him in the parking lot directly behind the service station.|She last saw him in the parking lot directly behind the service station. +LJ037-0237|When interviewed by FBI agents on January 21, 1964,|When interviewed by FBI agents on January twenty-one, nineteen sixty-four, +LJ037-0238|she identified a picture of Oswald as being the same person she saw on November 22.|she identified a picture of Oswald as being the same person she saw on November twenty-two. +LJ037-0239|She confirmed this interview by a sworn affidavit.|She confirmed this interview by a sworn affidavit. +LJ037-0240|At 1:24 p.m., the police radio reported, quote,|At one:twenty-four p.m., the police radio reported, quote, +LJ037-0241|The suspect last seen running west on Jefferson from 400 East Jefferson.|The suspect last seen running west on Jefferson from four hundred East Jefferson. +LJ037-0242|Police Capt. W. R. Westbrook and several other officers concentrated their search along Jefferson Boulevard.|Police Capt. W. R. Westbrook and several other officers concentrated their search along Jefferson Boulevard. +LJ037-0243|Westbrook walked through the parking lot behind the service station and found a light-colored jacket lying under the rear of one of the cars.|Westbrook walked through the parking lot behind the service station and found a light-colored jacket lying under the rear of one of the cars. +LJ037-0244|Westbrook identified Commission Exhibit No. 162 as the light-colored jacket which he discovered underneath the automobile.|Westbrook identified Commission Exhibit Number one sixty-two as the light-colored jacket which he discovered underneath the automobile. +LJ037-0245|This jacket belonged to Lee Harvey Oswald. Marina Oswald stated that her husband owned only two jackets, one blue and the other gray.|This jacket belonged to Lee Harvey Oswald. Marina Oswald stated that her husband owned only two jackets, one blue and the other gray. +LJ037-0246|The blue jacket was found in the Texas School Book Depository and was identified by Marina Oswald as her husband's.|The blue jacket was found in the Texas School Book Depository and was identified by Marina Oswald as her husband's. +LJ037-0247|Marina Oswald also identified Commission Exhibit No. 162, the jacket found by Captain Westbrook, as her husband's second jacket.|Marina Oswald also identified Commission Exhibit Number one sixty-two, the jacket found by Captain Westbrook, as her husband's second jacket. +LJ037-0248|The eyewitnesses vary in their identification of the jacket.|The eyewitnesses vary in their identification of the jacket. +LJ037-0249|Mrs. Earlene Roberts, the housekeeper at Oswald's roominghouse and the last person known to have seen him before he reached 10th Street and Patton Avenue,|Mrs. Earlene Roberts, the housekeeper at Oswald's roominghouse and the last person known to have seen him before he reached tenth Street and Patton Avenue, +LJ037-0250|said that she may have seen the gray zipper jacket but she was not certain.|said that she may have seen the gray zipper jacket but she was not certain. +LJ037-0251|It seemed to her that the jacket Oswald wore was darker than Commission Exhibit No. 162.|It seemed to her that the jacket Oswald wore was darker than Commission Exhibit Number one sixty-two. +LJ037-0252|Ted Callaway, who saw the gunman moments after the shooting, testified that Commission Exhibit No. 162|Ted Callaway, who saw the gunman moments after the shooting, testified that Commission Exhibit Number one sixty-two +LJ037-0253|looked like the jacket he was wearing but, quote, I thought it had a little more tan to it, end quote.|looked like the jacket he was wearing but, quote, I thought it had a little more tan to it, end quote. +LJ037-0254|Two other witnesses, Sam Guinyard and William Arthur Smith,|Two other witnesses, Sam Guinyard and William Arthur Smith, +LJ037-0255|testified that Commission Exhibit No. 162 was the jacket worn by the man they saw on November 22.|testified that Commission Exhibit Number one sixty-two was the jacket worn by the man they saw on November twenty-two. +LJ037-0256|Mrs. Markham and Barbara Davis thought that the jacket worn by the slayer of Tippit was darker than the jacket found by Westbrook.|Mrs. Markham and Barbara Davis thought that the jacket worn by the slayer of Tippit was darker than the jacket found by Westbrook. +LJ037-0257|Scoggins thought it was lighter.|Scoggins thought it was lighter. +LJ037-0258|There is no doubt, however, that Oswald was seen leaving his roominghouse at about 1 p.m. wearing a zipper jacket,|There is no doubt, however, that Oswald was seen leaving his roominghouse at about one p.m. wearing a zipper jacket, +LJ037-0259|that the man who killed Tippit was wearing a light-colored jacket,|that the man who killed Tippit was wearing a light-colored jacket, +LJ037-0260|that he was seen running along Jefferson Boulevard, that a jacket was found under a car in a lot adjoining Jefferson Boulevard|that he was seen running along Jefferson Boulevard, that a jacket was found under a car in a lot adjoining Jefferson Boulevard +LJ037-0261|that the jacket belonged to Lee Harvey Oswald, and that when he was arrested at approximately 1:50 p.m., he was in shirt sleeves.|that the jacket belonged to Lee Harvey Oswald, and that when he was arrested at approximately one:fifty p.m., he was in shirt sleeves. +LJ037-0262|These facts warrant the finding that Lee Harvey Oswald disposed of his jacket as he fled from the scene of the Tippit killing.|These facts warrant the finding that Lee Harvey Oswald disposed of his jacket as he fled from the scene of the Tippit killing. +LJ037-0263|The foregoing evidence establishes that (1) two eyewitnesses who heard the shots and saw the shooting of Dallas Police Patrolman J. D. Tippit|The foregoing evidence establishes that (one) two eyewitnesses who heard the shots and saw the shooting of Dallas Police Patrolman J. D. Tippit +LJ037-0264|and seven eyewitnesses who saw the flight of the gunman with revolver in hand|and seven eyewitnesses who saw the flight of the gunman with revolver in hand +LJ037-0265|positively identified Lee Harvey Oswald as the man they saw fire the shots or flee from the scene,|positively identified Lee Harvey Oswald as the man they saw fire the shots or flee from the scene, +LJ037-0266|(2) the cartridge cases found near the scene of the shooting were fired from the revolver in the possession of Oswald at the time of his arrest,|(two) the cartridge cases found near the scene of the shooting were fired from the revolver in the possession of Oswald at the time of his arrest, +LJ037-0267|to the exclusion of all other weapons,|to the exclusion of all other weapons, +LJ037-0268|(3) the revolver in Oswald's possession at the time of his arrest was purchased by and belonged to Oswald, and (4)|(three) the revolver in Oswald's possession at the time of his arrest was purchased by and belonged to Oswald, and (four) +LJ037-0269|Oswald's jacket was found along the path of flight taken by the gunman as he fled from the scene of the killing.|Oswald's jacket was found along the path of flight taken by the gunman as he fled from the scene of the killing. +LJ038-0001|Report of the President's Commission on the Assassination of President Kennedy.|Report of the President's Commission on the Assassination of President Kennedy. +LJ038-0002|The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. Chapter 4. The Assassin: Part 7.|The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. Chapter four. The Assassin: Part seven. +LJ038-0003|Oswald's Arrest|Oswald's Arrest +LJ038-0004|The Texas Theatre is on the north side of Jefferson Boulevard, approximately eight blocks from the scene of the Tippit shooting and six blocks|The Texas Theatre is on the north side of Jefferson Boulevard, approximately eight blocks from the scene of the Tippit shooting and six blocks +LJ038-0005|from where several witnesses last saw Oswald running west on Jefferson Boulevard. Shortly after the Tippit murder,|from where several witnesses last saw Oswald running west on Jefferson Boulevard. Shortly after the Tippit murder, +LJ038-0006|police sirens sounded along Jefferson Boulevard.|police sirens sounded along Jefferson Boulevard. +LJ038-0007|One of the persons who heard the sirens was Johnny Calvin Brewer, manager of Hardy's Shoestore, a few doors east of the Texas Theatre.|One of the persons who heard the sirens was Johnny Calvin Brewer, manager of Hardy's Shoestore, a few doors east of the Texas Theatre. +LJ038-0008|Brewer knew from radio broadcasts that the President had been shot and that a patrolman had also been shot in Oak Cliff.|Brewer knew from radio broadcasts that the President had been shot and that a patrolman had also been shot in Oak Cliff. +LJ038-0009|When he heard police sirens, he, quote, looked up and saw the man enter the lobby, end quote.|When he heard police sirens, he, quote, looked up and saw the man enter the lobby, end quote. +LJ038-0010|a recessed area extending about 15 feet between the sidewalk and the front door of his store.|a recessed area extending about fifteen feet between the sidewalk and the front door of his store. +LJ038-0011|A police car made a U-turn, and as the sirens grew fainter,|A police car made a U-turn, and as the sirens grew fainter, +LJ038-0012|the man in the lobby, quote, looked over his shoulder and turned around and walked up West Jefferson towards the theatre, end quote.|the man in the lobby, quote, looked over his shoulder and turned around and walked up West Jefferson towards the theatre, end quote. +LJ038-0013|The man wore a T-shirt beneath his outer shirt and he had no jacket.|The man wore a T-shirt beneath his outer shirt and he had no jacket. +LJ038-0014|Brewer said, quote, He just looked funny to me. His hair was sort of messed up and looked like he had been running, and he looked scared, and he looked funny, end quote.|Brewer said, quote, He just looked funny to me. His hair was sort of messed up and looked like he had been running, and he looked scared, and he looked funny, end quote. +LJ038-0015|Mrs. Julia Postal, selling tickets at the box office of the Texas Theatre,|Mrs. Julia Postal, selling tickets at the box office of the Texas Theatre, +LJ038-0016|heard police sirens and then saw a man as he, quote, ducked into, end quote, the outer lobby space of the theatre near the ticket office.|heard police sirens and then saw a man as he, quote, ducked into, end quote, the outer lobby space of the theatre near the ticket office. +LJ038-0018|Shortly thereafter, Johnny Brewer, who had come from the nearby shoestore, asked Mrs. Postal whether the fellow that had ducked in had bought a ticket.|Shortly thereafter, Johnny Brewer, who had come from the nearby shoestore, asked Mrs. Postal whether the fellow that had ducked in had bought a ticket. +LJ038-0019|She said, quote, No; by golly, he didn't, end quote, and turned around, but the man was nowhere in sight.|She said, quote, No; by golly, he didn't, end quote, and turned around, but the man was nowhere in sight. +LJ038-0020|Brewer told Mrs. Postal that he had seen the man ducking into his place of business and that he had followed him to the theatre.|Brewer told Mrs. Postal that he had seen the man ducking into his place of business and that he had followed him to the theatre. +LJ038-0021|She sent Brewer into the theatre to find the man and check the exits, told him about the assassination, and said, quote,|She sent Brewer into the theatre to find the man and check the exits, told him about the assassination, and said, quote, +LJ038-0022|I don't know if this is the man they want. But he is running from them for some reason, end quote, She then called the police.|I don't know if this is the man they want. But he is running from them for some reason, end quote, She then called the police. +LJ038-0023|At 1:45 p.m., the police radio stated, quote, Have information a suspect just went in the Texas Theatre on West Jefferson, end quote.|At one:forty-five p.m., the police radio stated, quote, Have information a suspect just went in the Texas Theatre on West Jefferson, end quote. +LJ038-0024|Patrol cars bearing at least 15 officers converged on the Texas Theatre.|Patrol cars bearing at least fifteen officers converged on the Texas Theatre. +LJ038-0025|Patrolman M. N. McDonald, with Patrolmen R. Hawkins, T. A. Hutson, and C. T. Walker, entered the theatre from the rear.|Patrolman M. N. McDonald, with Patrolmen R. Hawkins, T. A. Hutson, and C. T. Walker, entered the theatre from the rear. +LJ038-0026|Other policemen entered the front door and searched the balcony.|Other policemen entered the front door and searched the balcony. +LJ038-0027|Detective Paul L. Bentley rushed to the balcony and told the projectionist to turn up the house lights.|Detective Paul L. Bentley rushed to the balcony and told the projectionist to turn up the house lights. +LJ038-0028|Brewer met McDonald and the other policemen at the alley exit door,|Brewer met McDonald and the other policemen at the alley exit door, +LJ038-0029|stepped out onto the stage with them and pointed out the man who had come into the theatre without paying.|stepped out onto the stage with them and pointed out the man who had come into the theatre without paying. +LJ038-0030|The man was Oswald. He was sitting alone in the rear of the main floor of the theatre near the right center aisle.|The man was Oswald. He was sitting alone in the rear of the main floor of the theatre near the right center aisle. +LJ038-0031|About six or seven people were seated on the theatre's main floor and an equal number in the balcony.|About six or seven people were seated on the theatre's main floor and an equal number in the balcony. +LJ038-0032|McDonald first searched two men in the center of the main floor, about 10 rows from the front.|McDonald first searched two men in the center of the main floor, about ten rows from the front. +LJ038-0033|He walked out of the row up the right center aisle.|He walked out of the row up the right center aisle. +LJ038-0034|When he reached the row where the suspect was sitting, McDonald stopped abruptly and told the man to get on his feet.|When he reached the row where the suspect was sitting, McDonald stopped abruptly and told the man to get on his feet. +LJ038-0035|Oswald rose from his seat, bringing up both hands.|Oswald rose from his seat, bringing up both hands. +LJ038-0036|As McDonald started to search Oswald's waist for a gun, he heard him say, quote, Well, it's all over now, end quote.|As McDonald started to search Oswald's waist for a gun, he heard him say, quote, Well, it's all over now, end quote. +LJ038-0037|Oswald then struck McDonald between the eyes with his left fist; with his right hand he drew a gun from his waist.|Oswald then struck McDonald between the eyes with his left fist; with his right hand he drew a gun from his waist. +LJ038-0038|McDonald struck back with his right hand and grabbed the gun with his left hand. They both fell into the seats.|McDonald struck back with his right hand and grabbed the gun with his left hand. They both fell into the seats. +LJ038-0039|Three other officers, moving toward the scuffle, grabbed Oswald from the front, rear and side.|Three other officers, moving toward the scuffle, grabbed Oswald from the front, rear and side. +LJ038-0040|As McDonald fell into the seat with his left hand on the gun, he felt something graze across his hand and heard what sounded like the snap of the hammer.|As McDonald fell into the seat with his left hand on the gun, he felt something graze across his hand and heard what sounded like the snap of the hammer. +LJ038-0041|McDonald felt the pistol scratch his cheek as he wrenched it away from Oswald.|McDonald felt the pistol scratch his cheek as he wrenched it away from Oswald. +LJ038-0042|Detective Bob K. Carroll, who was standing beside McDonald, seized the gun from him.|Detective Bob K. Carroll, who was standing beside McDonald, seized the gun from him. +LJ038-0043|The other officers who helped subdue Oswald corroborated McDonald in his testimony|The other officers who helped subdue Oswald corroborated McDonald in his testimony +LJ038-0044|except that they did not hear Oswald say, quote, It's all over now, end quote.|except that they did not hear Oswald say, quote, It's all over now, end quote. +LJ038-0045|Deputy Sheriff Eddy R. Walthers recalled such a remark but he did not reach the scene of the struggle|Deputy Sheriff Eddy R. Walthers recalled such a remark but he did not reach the scene of the struggle +LJ038-0046|until Oswald had been knocked to the floor by McDonald and the others.|until Oswald had been knocked to the floor by McDonald and the others. +LJ038-0047|Some of the officers saw Oswald strike McDonald with his fist. Most of them heard a click which they assumed to be a click of the hammer of the revolver.|Some of the officers saw Oswald strike McDonald with his fist. Most of them heard a click which they assumed to be a click of the hammer of the revolver. +LJ038-0048|Testimony of a firearms expert before the Commission established that the hammer of the revolver never touched the shell in the chamber.|Testimony of a firearms expert before the Commission established that the hammer of the revolver never touched the shell in the chamber. +LJ038-0049|Although the witnesses did not hear the sound of a misfire,|Although the witnesses did not hear the sound of a misfire, +LJ038-0050|they might have heard a snapping noise resulting from the police officer grabbing the cylinder of the revolver and pulling it away from Oswald while he was attempting to pull the trigger.|they might have heard a snapping noise resulting from the police officer grabbing the cylinder of the revolver and pulling it away from Oswald while he was attempting to pull the trigger. +LJ038-0051|Two patrons of the theatre and John Brewer|Two patrons of the theatre and John Brewer +LJ038-0053|George Jefferson Applin, Jr., confirmed that Oswald fought with four or five officers before he was handcuffed.|George Jefferson Applin, Jr., confirmed that Oswald fought with four or five officers before he was handcuffed. +LJ038-0054|He added that one officer grabbed the muzzle of a shotgun, drew back, and hit Oswald with the butt end of the gun in the back.|He added that one officer grabbed the muzzle of a shotgun, drew back, and hit Oswald with the butt end of the gun in the back. +LJ038-0055|No other theatre patron or officer has testified that Oswald was hit by a gun.|No other theatre patron or officer has testified that Oswald was hit by a gun. +LJ038-0056|Nor did Oswald ever complain that he was hit with a gun, or injured in the back.|Nor did Oswald ever complain that he was hit with a gun, or injured in the back. +LJ038-0057|Deputy Sheriff Walthers brought a shotgun into the theatre but laid it on some seats before helping subdue Oswald.|Deputy Sheriff Walthers brought a shotgun into the theatre but laid it on some seats before helping subdue Oswald. +LJ038-0058|Officer Ray Hawkins said|Officer Ray Hawkins said +LJ038-0059|that there was no one near Oswald who had a shotgun and he saw no one strike Oswald in the back with a rifle butt or the butt of a gun.|that there was no one near Oswald who had a shotgun and he saw no one strike Oswald in the back with a rifle butt or the butt of a gun. +LJ038-0060|John Gibson, another patron in the theatre, saw an officer grab Oswald, and he claims that he heard the click of a gun misfiring.|John Gibson, another patron in the theatre, saw an officer grab Oswald, and he claims that he heard the click of a gun misfiring. +LJ038-0061|He saw no shotgun in the possession of any policeman near Oswald.|He saw no shotgun in the possession of any policeman near Oswald. +LJ038-0062|Johnny Brewer testified he saw Oswald pull the revolver and the officers struggle with him to take it away|Johnny Brewer testified he saw Oswald pull the revolver and the officers struggle with him to take it away +LJ038-0063|but that once he was subdued, no officer struck him.|but that once he was subdued, no officer struck him. +LJ038-0064|He further stated that while fists were flying he heard one of the officers say, quote, Kill the President, will you, end quote.|He further stated that while fists were flying he heard one of the officers say, quote, Kill the President, will you, end quote. +LJ038-0065|It is unlikely that any of the police officers referred to Oswald as a suspect in the assassination.|It is unlikely that any of the police officers referred to Oswald as a suspect in the assassination. +LJ038-0066|While the police radio had noted the similarity in description of the two suspects, the arresting officers were pursuing Oswald for the murder of Tippit.|While the police radio had noted the similarity in description of the two suspects, the arresting officers were pursuing Oswald for the murder of Tippit. +LJ038-0067|As Oswald, handcuffed, was led from the theatre, he was, according to McDonald, quote,|As Oswald, handcuffed, was led from the theatre, he was, according to McDonald, quote, +LJ038-0068|cursing a little bit and hollering police brutality, end quote.|cursing a little bit and hollering police brutality, end quote. +LJ038-0069|At 1:51 p.m., police car 2 reported by radio that it was on the way to headquarters with the suspect.|At one:fifty-one p.m., police car two reported by radio that it was on the way to headquarters with the suspect. +LJ038-0070|Captain Fritz returned to police headquarters from the Texas School Book Depository at 2:15 after a brief stop at the sheriff's office.|Captain Fritz returned to police headquarters from the Texas School Book Depository at two:fifteen after a brief stop at the sheriff's office. +LJ038-0071|When he entered the homicide and robbery bureau office, he saw two detectives standing there with Sgt. Gerald L. Hill,|When he entered the homicide and robbery bureau office, he saw two detectives standing there with Sgt. Gerald L. Hill, +LJ038-0072|who had driven from the theatre with Oswald.|who had driven from the theatre with Oswald. +LJ038-0073|Hill testified that Fritz told the detective to get a search warrant, go to an address on Fifth Street in Irving,|Hill testified that Fritz told the detective to get a search warrant, go to an address on Fifth Street in Irving, +LJ038-0074|and pick up a man named Lee Oswald. When Hill asked why Oswald was wanted,|and pick up a man named Lee Oswald. When Hill asked why Oswald was wanted, +LJ038-0075|Fritz replied, quote, Well, he was employed down at the Book Depository and he had not been present for a roll call of the employees, end quote.|Fritz replied, quote, Well, he was employed down at the Book Depository and he had not been present for a roll call of the employees, end quote. +LJ038-0076|Hill said, quote, Captain, we will save you a trip. There he sits, end quote.|Hill said, quote, Captain, we will save you a trip. There he sits, end quote. +LJ038-0078|Oswald was questioned intermittently for approximately 12 hours between 2:30 p.m., on November 22, and 11 a.m.,|Oswald was questioned intermittently for approximately twelve hours between two:thirty p.m., on November twenty-two, and eleven a.m., +LJ038-0079|on November 24.|on November twenty-four. +LJ038-0080|Throughout this interrogation he denied that he had anything to do either with the assassination of President Kennedy or the murder of Patrolman Tippit.|Throughout this interrogation he denied that he had anything to do either with the assassination of President Kennedy or the murder of Patrolman Tippit. +LJ038-0081|Captain Fritz of the homicide and robbery bureau did most of the questioning, but he kept no notes and there were no stenographic or tape recordings.|Captain Fritz of the homicide and robbery bureau did most of the questioning, but he kept no notes and there were no stenographic or tape recordings. +LJ038-0082|Representatives of other law enforcement agencies were also present, including the FBI and the U.S. Secret Service.|Representatives of other law enforcement agencies were also present, including the FBI and the U.S. Secret Service. +LJ038-0083|They occasionally participated in the questioning.|They occasionally participated in the questioning. +LJ038-0084|The reports prepared by those present at these interviews are set forth in appendix 11.|The reports prepared by those present at these interviews are set forth in appendix eleven. +LJ038-0085|A full discussion of Oswald's detention and interrogation is presented in chapter 5 of this report.|A full discussion of Oswald's detention and interrogation is presented in chapter five of this report. +LJ038-0086|During the evening of November 22, the Dallas Police Department performed paraffin tests on Oswald's hands and right cheek|During the evening of November twenty-two, the Dallas Police Department performed paraffin tests on Oswald's hands and right cheek +LJ038-0087|in an apparent effort to determine, by means of a scientific test, whether Oswald had recently fired a weapon.|in an apparent effort to determine, by means of a scientific test, whether Oswald had recently fired a weapon. +LJ038-0088|The results were positive for the hands and negative for the right cheek.|The results were positive for the hands and negative for the right cheek. +LJ038-0089|Expert testimony before the Commission|Expert testimony before the Commission +LJ038-0090|was to the effect that the paraffin test was unreliable in determining whether or not a person has fired a rifle or revolver.|was to the effect that the paraffin test was unreliable in determining whether or not a person has fired a rifle or revolver. +LJ038-0091|The Commission has, therefore, placed no reliance on the paraffin tests administered by the Dallas police.|The Commission has, therefore, placed no reliance on the paraffin tests administered by the Dallas police. +LJ038-0092|Oswald provided little information during his questioning.|Oswald provided little information during his questioning. +LJ038-0093|Frequently, however, he was confronted with evidence which he could not explain, and he resorted to statements which are known to be lies.|Frequently, however, he was confronted with evidence which he could not explain, and he resorted to statements which are known to be lies. +LJ038-0094|While Oswald's untrue statements during interrogation were not considered items of positive proof|While Oswald's untrue statements during interrogation were not considered items of positive proof +LJ038-0095|by the Commission, they had probative value in deciding the weight to be given to his denials that he assassinated President Kennedy|by the Commission, they had probative value in deciding the weight to be given to his denials that he assassinated President Kennedy +LJ038-0096|and killed Patrolman Tippit. Since independent evidence revealed that Oswald repeatedly and blatantly lied to the police,|and killed Patrolman Tippit. Since independent evidence revealed that Oswald repeatedly and blatantly lied to the police, +LJ038-0097|the Commission gave little weight to his denials of guilt.|the Commission gave little weight to his denials of guilt. +LJ038-0098|Denial of Rifle Ownership|Denial of Rifle Ownership +LJ038-0099|From the outset, Oswald denied owning a rifle.|From the outset, Oswald denied owning a rifle. +LJ038-0100|On November 23, Fritz confronted Oswald with the evidence that he had purchased a rifle under the fictitious name of "Hidell."|On November twenty-three, Fritz confronted Oswald with the evidence that he had purchased a rifle under the fictitious name of "Hidell." +LJ038-0101|Oswald said that this was not true. Oswald denied that he had a rifle wrapped up in a blanket in the Paine garage.|Oswald said that this was not true. Oswald denied that he had a rifle wrapped up in a blanket in the Paine garage. +LJ038-0102|Oswald also denied owning a rifle and said that since leaving the Marine Corps he had fired only a small bore 22 rifle.|Oswald also denied owning a rifle and said that since leaving the Marine Corps he had fired only a small bore twenty-two rifle. +LJ038-0103|On the afternoon of November 23, Officers H. M. Moore,|On the afternoon of November twenty-three, Officers H. M. Moore, +LJ038-0104|R. S. Stovall, and G. F. Rose obtained a search warrant and examined Oswald's effects in the Paine garage.|R. S. Stovall, and G. F. Rose obtained a search warrant and examined Oswald's effects in the Paine garage. +LJ038-0105|They discovered two photographs, each showing Oswald with a rifle and a pistol.|They discovered two photographs, each showing Oswald with a rifle and a pistol. +LJ038-0106|These photographs were shown to Oswald on the evening of November 23 and again on the morning of the 24th.|These photographs were shown to Oswald on the evening of November twenty-three and again on the morning of the twenty-fourth. +LJ038-0107|According to Fritz, Oswald sneered, saying that they were fake photographs, that he had been photographed a number of times the day before by the police,|According to Fritz, Oswald sneered, saying that they were fake photographs, that he had been photographed a number of times the day before by the police, +LJ038-0108|that they had superimposed upon the photographs a rifle and a revolver. He told Fritz a number of times that the smaller photograph|that they had superimposed upon the photographs a rifle and a revolver. He told Fritz a number of times that the smaller photograph +LJ038-0109|was either made from the larger, or the larger photograph was made from the smaller and that at the proper time he would show that the pictures were fakes.|was either made from the larger, or the larger photograph was made from the smaller and that at the proper time he would show that the pictures were fakes. +LJ038-0110|Fritz told him that the two small photographs were found in the Paine garage.|Fritz told him that the two small photographs were found in the Paine garage. +LJ038-0111|At that point, Oswald refused to answer any further questions.|At that point, Oswald refused to answer any further questions. +LJ038-0112|As previously indicated, Marina Oswald testified that she took the two pictures with her husband's Imperial Reflex camera|As previously indicated, Marina Oswald testified that she took the two pictures with her husband's Imperial Reflex camera +LJ038-0113|when they lived on Neely Street.|when they lived on Neely Street. +LJ038-0114|Her testimony was fully supported by a photography expert who testified that in his opinion the pictures were not composites.|Her testimony was fully supported by a photography expert who testified that in his opinion the pictures were not composites. +LJ038-0115|At the first interrogation, Oswald claimed that his only crime was carrying a gun and resisting arrest.|At the first interrogation, Oswald claimed that his only crime was carrying a gun and resisting arrest. +LJ038-0116|When Captain Fritz asked him why he carried the revolver, he answered, quote, Well, you know about a pistol. I just carried it, end quote.|When Captain Fritz asked him why he carried the revolver, he answered, quote, Well, you know about a pistol. I just carried it, end quote. +LJ038-0117|He falsely alleged that he bought the revolver in Fort Worth, when in fact he purchased it from a mail-order house in Los Angeles.|He falsely alleged that he bought the revolver in Fort Worth, when in fact he purchased it from a mail-order house in Los Angeles. +LJ038-0118|The Aliases "Hidell" and "O. H. Lee"|The Aliases "Hidell" and "O. H. Lee" +LJ038-0119|The arresting officers found a forged selective service card with a picture of Oswald and the name "Alek J. Hidell"|The arresting officers found a forged selective service card with a picture of Oswald and the name "Alek J. Hidell" +LJ038-0120|in Oswald's billfold. On November 22 and 23, Oswald refused to tell Fritz why this card was in his possession,|in Oswald's billfold. On November twenty-two and twenty-three, Oswald refused to tell Fritz why this card was in his possession, +LJ038-0121|or to answer any questions concerning the card.|or to answer any questions concerning the card. +LJ038-0122|On Sunday morning, November 24, Oswald denied that he knew A. J. Hidell.|On Sunday morning, November twenty-four, Oswald denied that he knew A. J. Hidell. +LJ038-0123|Captain Fritz produced the selective service card bearing the name "Alek J. Hidell."|Captain Fritz produced the selective service card bearing the name "Alek J. Hidell." +LJ038-0124|Oswald became angry and said, quote,|Oswald became angry and said, quote, +LJ038-0125|Now, I've told you all I'm going to tell you about that card in my billfolds -- you have the card yourself and you know as much about it as I do, end quote.|Now, I've told you all I'm going to tell you about that card in my billfolds -- you have the card yourself and you know as much about it as I do, end quote. +LJ038-0126|At the last interrogation in November Oswald admitted to Postal Inspector Holmes that he had rented post office box 2915, Dallas,|At the last interrogation in November Oswald admitted to Postal Inspector Holmes that he had rented post office box two nine one five, Dallas, +LJ038-0127|but denied that he had received a package in this box addressed to Hidell.|but denied that he had received a package in this box addressed to Hidell. +LJ038-0128|He also denied that he had received the rifle through this box.|He also denied that he had received the rifle through this box. +LJ038-0129|Holmes reminded Oswald that A. J. Hidell was listed on post office box 30061, New Orleans,|Holmes reminded Oswald that A. J. Hidell was listed on post office box three zero zero six one, New Orleans, +LJ038-0130|as one entitled to receive mail.|as one entitled to receive mail. +LJ038-0131|Oswald replied, quote, I don't know anything about that, end quote.|Oswald replied, quote, I don't know anything about that, end quote. +LJ038-0132|When asked why he lived at his roominghouse under the name O. H. Lee,|When asked why he lived at his roominghouse under the name O. H. Lee, +LJ038-0133|Oswald responded that the landlady simply made a mistake, because he told her that his name was Lee, meaning his first name.|Oswald responded that the landlady simply made a mistake, because he told her that his name was Lee, meaning his first name. +LJ038-0134|An examination of the roominghouse register revealed that Oswald actually signed the name O. H. Lee.|An examination of the roominghouse register revealed that Oswald actually signed the name O. H. Lee. +LJ038-0135|The Curtain Rod Story|The Curtain Rod Story +LJ038-0136|In concluding that Oswald was carrying a rifle in the paper bag on the morning of November 22, 1963,|In concluding that Oswald was carrying a rifle in the paper bag on the morning of November twenty-two, nineteen sixty-three, +LJ038-0137|the Commission found that Oswald lied when he told Frazier that he was returning to Irving to obtain curtain rods.|the Commission found that Oswald lied when he told Frazier that he was returning to Irving to obtain curtain rods. +LJ038-0138|When asked about the curtain rod story, Oswald lied again.|When asked about the curtain rod story, Oswald lied again. +LJ038-0139|He denied that he had ever told Frazier that he wanted a ride to Irving to get curtain rods for an apartment.|He denied that he had ever told Frazier that he wanted a ride to Irving to get curtain rods for an apartment. +LJ038-0140|He explained that a party for the Paine children had been planned for the weekend and he preferred not to be in the Paine house at that time;|He explained that a party for the Paine children had been planned for the weekend and he preferred not to be in the Paine house at that time; +LJ038-0141|therefore, he made his weekly visit on Thursday night.|therefore, he made his weekly visit on Thursday night. +LJ038-0142|Actually, the party for one of the Paine's children was the preceding weekend, when Marina Oswald suggested that Oswald remain in Dallas.|Actually, the party for one of the Paine's children was the preceding weekend, when Marina Oswald suggested that Oswald remain in Dallas. +LJ038-0143|When told that Frazier and Mrs. Randle had seen him carrying a long heavy package, Oswald replied, quote, Well, they was mistaken.|When told that Frazier and Mrs. Randle had seen him carrying a long heavy package, Oswald replied, quote, Well, they was mistaken. +LJ038-0144|that must have been some other time he picked me up, end quote,|that must have been some other time he picked me up, end quote, +LJ038-0145|In one interview, he told Fritz that the only sack he carried to work that day|In one interview, he told Fritz that the only sack he carried to work that day +LJ038-0146|was a lunch sack which he kept on his lap during the ride from Irving to Dallas.|was a lunch sack which he kept on his lap during the ride from Irving to Dallas. +LJ038-0147|Frazier testified before the Commission that Oswald carried no lunch sack that day.|Frazier testified before the Commission that Oswald carried no lunch sack that day. +LJ038-0148|Actions During and After Shooting|Actions During and After Shooting +LJ038-0149|During the first interrogation on November 22, Fritz asked Oswald to account for himself at the time the President was shot.|During the first interrogation on November twenty-two, Fritz asked Oswald to account for himself at the time the President was shot. +LJ038-0150|Oswald told him that he ate lunch in the first-floor lunchroom and then went to the second floor for a Coke which he brought downstairs.|Oswald told him that he ate lunch in the first-floor lunchroom and then went to the second floor for a Coke which he brought downstairs. +LJ038-0151|He acknowledged the encounter with the police officer on the second floor.|He acknowledged the encounter with the police officer on the second floor. +LJ038-0152|Oswald told Fritz that after lunch he went outside, talked with Foreman Bill Shelley for 5 or 10 minutes and then left for home.|Oswald told Fritz that after lunch he went outside, talked with Foreman Bill Shelley for five or ten minutes and then left for home. +LJ038-0153|He said that he left work because Bill Shelley said that there would be no more work done that day in the building.|He said that he left work because Bill Shelley said that there would be no more work done that day in the building. +LJ038-0154|Shelley denied seeing Oswald after 12 noon or at any time after the shooting.|Shelley denied seeing Oswald after twelve noon or at any time after the shooting. +LJ038-0155|The next day, Oswald added to his story.|The next day, Oswald added to his story. +LJ038-0156|He stated that at the time the President was shot he was having lunch with "Junior" but he did not give Junior's last name.|He stated that at the time the President was shot he was having lunch with "Junior" but he did not give Junior's last name. +LJ038-0157|The only employee at the Depository Building named "Junior" was James Jarman, Jr.|The only employee at the Depository Building named "Junior" was James Jarman, Jr. +LJ038-0158|Jarman testified that he ate his lunch on the first floor around 5 minutes to 12, and that he neither ate lunch with nor saw Oswald.|Jarman testified that he ate his lunch on the first floor around five minutes to twelve, and that he neither ate lunch with nor saw Oswald. +LJ038-0159|Jarman did talk to Oswald that morning: Quote,|Jarman did talk to Oswald that morning: Quote, +LJ038-0160|he asked me what were the people gathering around on the corner for and I told him that the President was supposed to pass that morning,|he asked me what were the people gathering around on the corner for and I told him that the President was supposed to pass that morning, +LJ038-0162|Then he said, "Oh, I see," and that was all.|Then he said, "Oh, I see," and that was all. +LJ038-0163|Prior attempt to kill.|Prior attempt to kill. +LJ038-0164|The Attempt on the Life of Maj. Gen. Edwin A. Walker|The Attempt on the Life of Maj. Gen. Edwin A. Walker +LJ038-0165|At approximately 9 p.m., on April 10, 1963, in Dallas, Texas, Maj. Gen. Edwin A. Walker,|At approximately nine p.m., on April ten, nineteen sixty-three, in Dallas, Texas, Maj. Gen. Edwin A. Walker, +LJ038-0166|an active and controversial figure on the American political scene since his resignation from the U.S. Army in 1961|an active and controversial figure on the American political scene since his resignation from the U.S. Army in nineteen sixty-one +LJ038-0167|narrowly escaped death when a rifle bullet fired from outside his home passed near his head as he was seated at his desk.|narrowly escaped death when a rifle bullet fired from outside his home passed near his head as he was seated at his desk. +LJ038-0168|There were no eyewitnesses, although a 14-year-old boy in a neighboring house claimed that immediately after the shooting|There were no eyewitnesses, although a fourteen-year-old boy in a neighboring house claimed that immediately after the shooting +LJ038-0169|he saw two men, in separate cars, drive out of a church parking lot adjacent to Walker's home. A friend of Walker's testified that|he saw two men, in separate cars, drive out of a church parking lot adjacent to Walker's home. A friend of Walker's testified that +LJ038-0170|two nights before the shooting he saw, quote, two men around the house peeking in windows, end quote.|two nights before the shooting he saw, quote, two men around the house peeking in windows, end quote. +LJ038-0171|General Walker gave this information to the police before the shooting, but it did not help solve the crime.|General Walker gave this information to the police before the shooting, but it did not help solve the crime. +LJ038-0172|Although the bullet was recovered from Walker's house, in the absence of a weapon it was of little investigatory value.|Although the bullet was recovered from Walker's house, in the absence of a weapon it was of little investigatory value. +LJ038-0173|General Walker hired two investigators to determine whether a former employee might have been involved in the shooting.|General Walker hired two investigators to determine whether a former employee might have been involved in the shooting. +LJ038-0174|Their results were negative.|Their results were negative. +LJ038-0175|Until December 3, 1963, the Walker shooting remained unsolved.|Until December three, nineteen sixty-three, the Walker shooting remained unsolved. +LJ038-0176|The Commission evaluated the following evidence in considering whether Lee Harvey Oswald fired the shot which almost killed General Walker:|The Commission evaluated the following evidence in considering whether Lee Harvey Oswald fired the shot which almost killed General Walker: +LJ038-0177|A note which Oswald left for his wife on the evening of the shooting,|A note which Oswald left for his wife on the evening of the shooting, +LJ038-0178|(2) photographs found among Oswald's possessions after the assassination of President Kennedy,|(two) photographs found among Oswald's possessions after the assassination of President Kennedy, +LJ038-0179|(3) firearm identification of the bullet found in Walker's home, and (4)|(three) firearm identification of the bullet found in Walker's home, and (four) +LJ038-0180|admissions and other statements made to Marina Oswald by Oswald concerning the shooting. Note left by Oswald.|admissions and other statements made to Marina Oswald by Oswald concerning the shooting. Note left by Oswald. +LJ038-0181|On December 2, 1963, Mrs. Ruth Paine turned over to the police some of the Oswalds' belongings,|On December two, nineteen sixty-three, Mrs. Ruth Paine turned over to the police some of the Oswalds' belongings, +LJ038-0182|including a Russian volume entitled, quote, Book of Useful Advice, end quote. In this book was an undated note written in Russian.|including a Russian volume entitled, quote, Book of Useful Advice, end quote. In this book was an undated note written in Russian. +LJ038-0183|In translation, the note read as follows: 1.|In translation, the note read as follows: one. +LJ038-0184|This is the key to the mailbox which is located in the main post office in the city on Ervay Street.|This is the key to the mailbox which is located in the main post office in the city on Ervay Street. +LJ038-0185|This is the same street where the drugstore, in which you always waited is located.|This is the same street where the drugstore, in which you always waited is located. +LJ038-0186|You will find the mailbox in the post office which is located 4 blocks from the drugstore on that street.|You will find the mailbox in the post office which is located four blocks from the drugstore on that street. +LJ038-0187|I paid for the box last month so don't worry about it.|I paid for the box last month so don't worry about it. +LJ038-0188|2. Send the information as to what has happened to me to the Embassy.|two. Send the information as to what has happened to me to the Embassy. +LJ038-0189|and include newspaper clippings (should there be anything about me in the newspapers). I believe that the Embassy will come quickly to your assistance on learning everything.|and include newspaper clippings (should there be anything about me in the newspapers). I believe that the Embassy will come quickly to your assistance on learning everything. +LJ038-0190|3. I paid the house rent on the 2nd so don't worry about it. 4. Recently I also paid for water and gas.|three. I paid the house rent on the second so don't worry about it. four. Recently I also paid for water and gas. +LJ038-0191|5. The money from work will possibly be coming. The money will be sent to our post office box. Go to the bank and cash the check.|five. The money from work will possibly be coming. The money will be sent to our post office box. Go to the bank and cash the check. +LJ038-0192|6. You can either throw out or give my clothing, etc. away. Do not keep these.|six. You can either throw out or give my clothing, etc. away. Do not keep these. +LJ038-0193|However, I prefer that you hold on to my personal papers (military, civil, etc.).|However, I prefer that you hold on to my personal papers (military, civil, etc.). +LJ038-0194|7. Certain of my documents are in the small blue valise.|seven. Certain of my documents are in the small blue valise. +LJ038-0197|10. I left you as much money as I could,|ten. I left you as much money as I could, +LJ038-0198|$60 on the second of the month. You and the baby can live for another 2 months using $10 per week.|sixty dollars on the second of the month. You and the baby can live for another two months using ten dollars per week. +LJ038-0199|11. If I am alive and taken prisoner,|eleven. If I am alive and taken prisoner, +LJ038-0200|the city jail is located at the end of the bridge through which we always passed on going to the city (right in the beginning of the city after crossing the bridge).|the city jail is located at the end of the bridge through which we always passed on going to the city (right in the beginning of the city after crossing the bridge). +LJ038-0201|James C. Cadigan, FBI handwriting expert, testified that this note was written by Lee Harvey Oswald.|James C. Cadigan, FBI handwriting expert, testified that this note was written by Lee Harvey Oswald. +LJ038-0202|Prior to the Walker shooting on April 10, Oswald had been attending typing classes on Monday, Tuesday, and Thursday evenings.|Prior to the Walker shooting on April ten, Oswald had been attending typing classes on Monday, Tuesday, and Thursday evenings. +LJ038-0203|He had quit these classes at least a week before the shooting, which occurred on a Wednesday night.|He had quit these classes at least a week before the shooting, which occurred on a Wednesday night. +LJ038-0204|According to Marina Oswald's testimony, on the night of the Walker shooting, her husband left their apartment on Neely Street shortly after dinner.|According to Marina Oswald's testimony, on the night of the Walker shooting, her husband left their apartment on Neely Street shortly after dinner. +LJ038-0205|She thought he was attending a class or was on his own business.|She thought he was attending a class or was on his own business. +LJ038-0206|When he failed to return by 10 or 10:30 p.m., Marina Oswald went to his room and discovered the note. She testified: quote,|When he failed to return by ten or ten:thirty p.m., Marina Oswald went to his room and discovered the note. She testified: quote, +LJ038-0207|When he came back I asked him what had happened. He was very pale.|When he came back I asked him what had happened. He was very pale. +LJ038-0208|I don't remember the exact time, but it was very late. And he told me not to ask him any questions. He only told me he had shot at General Walker.|I don't remember the exact time, but it was very late. And he told me not to ask him any questions. He only told me he had shot at General Walker. +LJ038-0209|Oswald told his wife that he did not know whether he had hit Walker;|Oswald told his wife that he did not know whether he had hit Walker; +LJ038-0210|according to Marina Oswald when he learned on the radio and in the newspapers the next day that he had missed,|according to Marina Oswald when he learned on the radio and in the newspapers the next day that he had missed, +LJ038-0211|he said that he, quote, was very sorry that he had not hit him, end quote. Marina Oswald's testimony was fully supported by the note itself|he said that he, quote, was very sorry that he had not hit him, end quote. Marina Oswald's testimony was fully supported by the note itself +LJ038-0213|The last paragraph directed her to the jail|The last paragraph directed her to the jail +LJ038-0214|and the other paragraphs instructed her on the disposal of Oswald's personal effects and the management of her affairs if he should not return.|and the other paragraphs instructed her on the disposal of Oswald's personal effects and the management of her affairs if he should not return. +LJ038-0215|It is clear that the note was written while the Oswalds were living in Dallas before they moved to New Orleans in the spring of 1963.|It is clear that the note was written while the Oswalds were living in Dallas before they moved to New Orleans in the spring of nineteen sixty-three. +LJ038-0216|The references to house rent and payments for water and gas|The references to house rent and payments for water and gas +LJ038-0217|indicated that the note was written when they were living in a rented apartment; therefore it could not have been written while Marina Oswald was living with the Paines.|indicated that the note was written when they were living in a rented apartment; therefore it could not have been written while Marina Oswald was living with the Paines. +LJ038-0218|Moreover, the reference in paragraph 3 to paying, quote, the house rent on the 2nd, end quote,|Moreover, the reference in paragraph three to paying, quote, the house rent on the second, end quote, +LJ038-0219|would be consistent with the period when the Oswalds were living on Neely Street since the apartment was rented on March 3, 1963.|would be consistent with the period when the Oswalds were living on Neely Street since the apartment was rented on March three, nineteen sixty-three. +LJ038-0220|Oswald had paid the first month's rent in advance on March 2, 1963,|Oswald had paid the first month's rent in advance on March two, nineteen sixty-three, +LJ038-0221|and the second month's rent was paid on either April 2 or April 3.|and the second month's rent was paid on either April two or April three. +LJ038-0222|The main post office, quote, on Ervay Street, end quote, refers to the post office where Oswald rented box 2915|The main post office, quote, on Ervay Street, end quote, refers to the post office where Oswald rented box two nine one five +LJ038-0223|from October 9, 1962, to May 14, 1963.|from October nine, nineteen sixty-two, to May fourteen, nineteen sixty-three. +LJ038-0224|Another statement which limits the time when it could have been written is the reference, quote, you and the baby, end quote,|Another statement which limits the time when it could have been written is the reference, quote, you and the baby, end quote, +LJ038-0225|which would indicate that it was probably written before the birth of Oswald's second child on October 20, 1963.|which would indicate that it was probably written before the birth of Oswald's second child on October twenty, nineteen sixty-three. +LJ038-0226|Oswald had apparently mistaken the county jail for the city jail.|Oswald had apparently mistaken the county jail for the city jail. +LJ038-0227|From Neely Street the Oswalds would have traveled downtown on the Beckley bus, across the Commerce Street viaduct|From Neely Street the Oswalds would have traveled downtown on the Beckley bus, across the Commerce Street viaduct +LJ038-0228|and into downtown Dallas through the Triple Underpass.|and into downtown Dallas through the Triple Underpass. +LJ038-0229|Either the viaduct or the underpass might have been the "bridge" mentioned in the last paragraph of the note.|Either the viaduct or the underpass might have been the "bridge" mentioned in the last paragraph of the note. +LJ038-0230|The county jail is at the corner of Houston and Main Streets, quote, right in the beginning of the city, end quote, after one travels through the underpass.|The county jail is at the corner of Houston and Main Streets, quote, right in the beginning of the city, end quote, after one travels through the underpass. +LJ038-0231|In her testimony before the Commission in February 1964,|In her testimony before the Commission in February nineteen sixty-four, +LJ038-0232|Marina Oswald stated that when Oswald returned home on the night of the Walker shooting, he told her that he had been planning the attempt for 2 months.|Marina Oswald stated that when Oswald returned home on the night of the Walker shooting, he told her that he had been planning the attempt for two months. +LJ038-0233|He showed her a notebook 3 days later containing photographs of General Walker's home and a map of the area where the house was located.|He showed her a notebook three days later containing photographs of General Walker's home and a map of the area where the house was located. +LJ038-0234|Although Oswald destroyed the notebook, three photographs found among Oswald's possessions after the assassination|Although Oswald destroyed the notebook, three photographs found among Oswald's possessions after the assassination +LJ038-0235|were identified by Marina Oswald as photographs of General Walker's house.|were identified by Marina Oswald as photographs of General Walker's house. +LJ038-0236|Two of these photographs were taken from the rear of Walker's house.|Two of these photographs were taken from the rear of Walker's house. +LJ038-0237|The Commission confirmed, by comparison with other photographs, that these were, indeed, photographs of the rear of Walker's house.|The Commission confirmed, by comparison with other photographs, that these were, indeed, photographs of the rear of Walker's house. +LJ038-0238|An examination of the window at the rear of the house, the wall through which the bullet passed, and the fence behind the house|An examination of the window at the rear of the house, the wall through which the bullet passed, and the fence behind the house +LJ038-0239|indicated that the bullet was fired from a position near the point where one of the photographs was taken.|indicated that the bullet was fired from a position near the point where one of the photographs was taken. +LJ038-0240|The third photograph identified by Marina Oswald depicts the entrance to General Walker's driveway from a back alley.|The third photograph identified by Marina Oswald depicts the entrance to General Walker's driveway from a back alley. +LJ038-0241|Also seen in the picture is the fence on which Walker's assailant apparently rested the rifle.|Also seen in the picture is the fence on which Walker's assailant apparently rested the rifle. +LJ038-0242|An examination of certain construction work appearing in the background of this photograph revealed that the picture was taken between March 8|An examination of certain construction work appearing in the background of this photograph revealed that the picture was taken between March eight +LJ038-0243|and 12, 1963, and most probably on either March 9 or March 10.|and twelve, nineteen sixty-three, and most probably on either March nine or March ten. +LJ038-0244|Oswald purchased the money order for the rifle on March 12, the rifle was shipped on March 20, and the shooting occurred on April 10.|Oswald purchased the money order for the rifle on March twelve, the rifle was shipped on March twenty, and the shooting occurred on April ten. +LJ038-0245|A photography expert with the FBI|A photography expert with the FBI +LJ038-0246|was able to determine that, this picture was taken with the Imperial Reflex camera owned by Lee Harvey Oswald.|was able to determine that, this picture was taken with the Imperial Reflex camera owned by Lee Harvey Oswald. +LJ038-0247|A fourth photograph, showing a stretch of railroad tracks,|A fourth photograph, showing a stretch of railroad tracks, +LJ038-0248|was also identified by Marina Oswald as having been taken by her husband, presumably in connection with the Walker shooting.|was also identified by Marina Oswald as having been taken by her husband, presumably in connection with the Walker shooting. +LJ038-0249|Investigation determined that this photograph was taken approximately seven-tenths of a mile from Walker's house.|Investigation determined that this photograph was taken approximately seven-tenths of a mile from Walker's house. +LJ038-0250|Another photograph of railroad tracks found among Oswald's possessions was not identified by his wife,|Another photograph of railroad tracks found among Oswald's possessions was not identified by his wife, +LJ038-0251|but investigation revealed that it was taken from a point slightly less than half a mile from General Walker's house.|but investigation revealed that it was taken from a point slightly less than half a mile from General Walker's house. +LJ038-0252|Marina Oswald stated that- when she asked her husband what be had done with the rifle,|Marina Oswald stated that- when she asked her husband what be had done with the rifle, +LJ038-0253|he replied that he had buried it in the ground or hidden it in some bushes and that he also mentioned a railroad track in this connection.|he replied that he had buried it in the ground or hidden it in some bushes and that he also mentioned a railroad track in this connection. +LJ038-0254|She testified that several days later Oswald recovered his rifle and brought it back to their apartment.|She testified that several days later Oswald recovered his rifle and brought it back to their apartment. +LJ038-0255|Firearms identification.|Firearms identification. +LJ038-0256|In the room beyond the one in which General Walker was sitting on the night of the shooting the Dallas police recovered a badly mutilated bullet|In the room beyond the one in which General Walker was sitting on the night of the shooting the Dallas police recovered a badly mutilated bullet +LJ038-0257|which had come to rest on a stack of paper.|which had come to rest on a stack of paper. +LJ038-0258|The Dallas City-County Investigation Laboratory tried to determine the type of weapon which fired the bullet.|The Dallas City-County Investigation Laboratory tried to determine the type of weapon which fired the bullet. +LJ038-0259|The oral report was negative because of the battered condition of the bullet.|The oral report was negative because of the battered condition of the bullet. +LJ038-0260|On November 30, 1963, the FBI requested the bullet for ballistics examination;|On November thirty, nineteen sixty-three, the FBI requested the bullet for ballistics examination; +LJ038-0261|the Dallas Police Department forwarded it on December 2, 1963.|the Dallas Police Department forwarded it on December two, nineteen sixty-three. +LJ038-0262|Robert A. Frazier, an FBI ballistics identification expert, testified that he was, quote, unable to reach a conclusion, end quote,|Robert A. Frazier, an FBI ballistics identification expert, testified that he was, quote, unable to reach a conclusion, end quote, +LJ038-0263|as to whether or not the bullet recovered from Walker's house had been fired from the rifle found on the sixth floor of the Texas School Book Depository Building.|as to whether or not the bullet recovered from Walker's house had been fired from the rifle found on the sixth floor of the Texas School Book Depository Building. +LJ038-0264|He concluded that, quote, the general rifling characteristics of the rifle are of the same type as those found on the bullet|He concluded that, quote, the general rifling characteristics of the rifle are of the same type as those found on the bullet +LJ038-0265|and, further, on this basis the bullet could have been fired from the rifle on the basis of its land and groove impressions, end quote.|and, further, on this basis the bullet could have been fired from the rifle on the basis of its land and groove impressions, end quote. +LJ038-0266|Frazier testified further that the FBI avoids the category of "probable" identification.|Frazier testified further that the FBI avoids the category of "probable" identification. +LJ038-0267|Unless the missile or cartridge case can be identified as coming from a particular weapon to the exclusion of all others,|Unless the missile or cartridge case can be identified as coming from a particular weapon to the exclusion of all others, +LJ038-0268|the FBI refuses to draw any conclusion as to probability.|the FBI refuses to draw any conclusion as to probability. +LJ038-0269|Frazier testified, however, that he found no microscopic characteristics or other evidence|Frazier testified, however, that he found no microscopic characteristics or other evidence +LJ038-0270|which would indicate that the bullet was not fired from the Mannlicher-Carcano rifle owned by Lee Harvey Oswald.|which would indicate that the bullet was not fired from the Mannlicher-Carcano rifle owned by Lee Harvey Oswald. +LJ038-0271|It was a 6.5-millimeter bullet|It was a six point five-millimeter bullet +LJ038-0272|and, according to Frazier, "relatively few" types of rifles could produce the characteristics found on the bullet.|and, according to Frazier, "relatively few" types of rifles could produce the characteristics found on the bullet. +LJ038-0273|Joseph D. Nicol,|Joseph D. Nicol, +LJ038-0274|superintendent of the Illinois Bureau of Criminal Identification and Investigation, conducted an independent examination of this bullet|superintendent of the Illinois Bureau of Criminal Identification and Investigation, conducted an independent examination of this bullet +LJ038-0275|and concluded, quote, that there is a fair probability, end quote, that the bullet was fired from the rifle used in the assassination of President Kennedy.|and concluded, quote, that there is a fair probability, end quote, that the bullet was fired from the rifle used in the assassination of President Kennedy. +LJ038-0276|In explaining the difference between his policy and that of the FBI on the matter of probable identification, Nicol said, quote,|In explaining the difference between his policy and that of the FBI on the matter of probable identification, Nicol said, quote, +LJ038-0277|I am aware of their position. This is not, I am sure, arrived at without careful consideration.|I am aware of their position. This is not, I am sure, arrived at without careful consideration. +LJ038-0278|However, to say that because one does not find sufficient marks for identification that it is a negative,|However, to say that because one does not find sufficient marks for identification that it is a negative, +LJ038-0279|I think is going overboard in the other direction.|I think is going overboard in the other direction. +LJ038-0280|And for purposes of probative value, for whatever it might be worth,|And for purposes of probative value, for whatever it might be worth, +LJ038-0281|in the absence of very definite negative evidence, I think it is permissible to say that in an exhibit such as 573|in the absence of very definite negative evidence, I think it is permissible to say that in an exhibit such as five seven three +LJ038-0282|there is enough on it to say that it could have come, and even perhaps a little stronger, to say that it probably came from this,|there is enough on it to say that it could have come, and even perhaps a little stronger, to say that it probably came from this, +LJ038-0283|without going so far as to say to the exclusion of all other guns. This I could not do, end quote.|without going so far as to say to the exclusion of all other guns. This I could not do, end quote. +LJ038-0284|Although the Commission recognizes that neither expert was able to state|Although the Commission recognizes that neither expert was able to state +LJ038-0285|that the bullet which missed General Walker was fired from Oswald's rifle to the exclusion of all others, this testimony was considered probative|that the bullet which missed General Walker was fired from Oswald's rifle to the exclusion of all others, this testimony was considered probative +LJ038-0286|when combined with the other testimony linking Oswald to the shooting.|when combined with the other testimony linking Oswald to the shooting. +LJ038-0287|Additional corroborative evidence.|Additional corroborative evidence. +LJ038-0288|The admissions made to Marina Oswald by her husband are an important element in the evidence that Lee Harvey Oswald fired the shot at General Walker.|The admissions made to Marina Oswald by her husband are an important element in the evidence that Lee Harvey Oswald fired the shot at General Walker. +LJ038-0289|As shown above, the note and the photographs of Walker's house and of the nearby railroad tracks|As shown above, the note and the photographs of Walker's house and of the nearby railroad tracks +LJ038-0290|provide important corroboration for her account of the incident.|provide important corroboration for her account of the incident. +LJ038-0291|Other details described by Marina Oswald coincide with facts developed independently of her statements.|Other details described by Marina Oswald coincide with facts developed independently of her statements. +LJ038-0292|She testified that her husband had postponed his attempt to kill Walker|She testified that her husband had postponed his attempt to kill Walker +LJ038-0293|until that Wednesday because he had heard that there was to be a gathering at the church next door to Walker's house on that evening.|until that Wednesday because he had heard that there was to be a gathering at the church next door to Walker's house on that evening. +LJ038-0294|He indicated that he wanted more people in the vicinity at the time of the attempt so that his arrival and departure would not attract great attention.|He indicated that he wanted more people in the vicinity at the time of the attempt so that his arrival and departure would not attract great attention. +LJ038-0295|An official of this church told FBI agents that services are held every Wednesday at the church except during the month of August.|An official of this church told FBI agents that services are held every Wednesday at the church except during the month of August. +LJ038-0296|Marina Oswald also testified that her husband had used a bus to return home.|Marina Oswald also testified that her husband had used a bus to return home. +LJ038-0297|A study of the bus routes indicates that|A study of the bus routes indicates that +LJ038-0298|Oswald could have taken any one of several different buses to Walker's house or to a point near the railroad tracks where he may have concealed the rifle.|Oswald could have taken any one of several different buses to Walker's house or to a point near the railroad tracks where he may have concealed the rifle. +LJ038-0299|It would have been possible for him to take different routes in approaching and leaving the scene of the shooting.|It would have been possible for him to take different routes in approaching and leaving the scene of the shooting. +LJ038-0300|Based on (1) the contents of the note which Oswald left for his wife on April 10, 1963,|Based on (one) the contents of the note which Oswald left for his wife on April ten, nineteen sixty-three, +LJ038-0301|(2) the photographs found among Oswald's possessions,|(two) the photographs found among Oswald's possessions, +LJ038-0302|(3) the testimony of firearms identification experts, and (4) the testimony of Marina Oswald,|(three) the testimony of firearms identification experts, and (four) the testimony of Marina Oswald, +LJ038-0303|the Commission has concluded that Lee Harvey Oswald attempted to take the life of Maj. Gen. Edwin A. Walker (Resigned, U.S. Army)|the Commission has concluded that Lee Harvey Oswald attempted to take the life of Maj. Gen. Edwin A. Walker (Resigned, U.S. Army) +LJ038-0304|on April 10, 1963.|on April ten, nineteen sixty-three. +LJ038-0305|The finding that Lee Harvey Oswald attempted to murder a public figure in April 1963|The finding that Lee Harvey Oswald attempted to murder a public figure in April nineteen sixty-three +LJ038-0306|was considered of probative value in this investigation, although the Commission's conclusion concerning the identity of the assassin|was considered of probative value in this investigation, although the Commission's conclusion concerning the identity of the assassin +LJ039-0001|For more information, or to volunteer, please visit librivox dot org.|For more information, or to volunteer, please visit librivox dot org. +LJ039-0002|Report of the President's Commission on the Assassination of President Kennedy.|Report of the President's Commission on the Assassination of President Kennedy. +LJ039-0003|The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy.|The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. +LJ039-0004|Chapter 4. The Assassin: Part 8.|Chapter four. The Assassin: Part eight. +LJ039-0005|Richard M. Nixon Incident|Richard M. Nixon Incident +LJ039-0006|Another alleged threat by Oswald against a public figure involved former Vice President Richard M. Nixon.|Another alleged threat by Oswald against a public figure involved former Vice President Richard M. Nixon. +LJ039-0007|In January 1964, Marina Oswald and her business manager, James Martin,|In January nineteen sixty-four, Marina Oswald and her business manager, James Martin, +LJ039-0008|told Robert Oswald, Lee Harvey Oswald's brother, that Oswald had once threatened to shoot former Vice President Richard M. Nixon.|told Robert Oswald, Lee Harvey Oswald's brother, that Oswald had once threatened to shoot former Vice President Richard M. Nixon. +LJ039-0009|When Marina Oswald testified before the Commission on February 3 to 6, 1964,|When Marina Oswald testified before the Commission on February three to six, nineteen sixty-four, +LJ039-0010|she had failed to mention the incident when she was asked whether Oswald had ever expressed any hostility|she had failed to mention the incident when she was asked whether Oswald had ever expressed any hostility +LJ039-0011|toward any official of the United States.|toward any official of the United States. +LJ039-0012|The Commission first learned of this incident when Robert Oswald related it to FBI agents on February 19, 1964,|The Commission first learned of this incident when Robert Oswald related it to FBI agents on February nineteen, nineteen sixty-four, +LJ039-0013|and to the Commission on February 21.|and to the Commission on February twenty-one. +LJ039-0014|Marina Oswald appeared before the Commission again on June 11, 1964,|Marina Oswald appeared before the Commission again on June eleven, nineteen sixty-four, +LJ039-0015|and testified that a few days before her husband's departure from Dallas to New Orleans on April 24, 1963,|and testified that a few days before her husband's departure from Dallas to New Orleans on April twenty-four, nineteen sixty-three, +LJ039-0016|he finished reading a morning newspaper, quote, and put on a good suit. I saw that he took a pistol.|he finished reading a morning newspaper, quote, and put on a good suit. I saw that he took a pistol. +LJ039-0017|I asked him where he was going, and why he was getting dressed. He answered Nixon is coming. I want to go and have a look, end quote.|I asked him where he was going, and why he was getting dressed. He answered Nixon is coming. I want to go and have a look, end quote. +LJ039-0018|He also said that he would use the pistol if the opportunity arose.|He also said that he would use the pistol if the opportunity arose. +LJ039-0019|She reminded him that after the Walker shooting he had promised never to repeat such an act.|She reminded him that after the Walker shooting he had promised never to repeat such an act. +LJ039-0020|Marina Oswald related the events which followed, quote,|Marina Oswald related the events which followed, quote, +LJ039-0021|I called him into the bathroom and I closed the door and I wanted to prevent him and then I started to cry.|I called him into the bathroom and I closed the door and I wanted to prevent him and then I started to cry. +LJ039-0022|And I told him that he shouldn't do this, and that he had promised me.|And I told him that he shouldn't do this, and that he had promised me. +LJ039-0023|I remember that I held him. We actually struggled for several minutes and then he quieted down. End quote.|I remember that I held him. We actually struggled for several minutes and then he quieted down. End quote. +LJ039-0024|She stated that it was not physical force which kept him from leaving the house. Quote, I couldn't keep him from going out if he really wanted to, end quote.|She stated that it was not physical force which kept him from leaving the house. Quote, I couldn't keep him from going out if he really wanted to, end quote. +LJ039-0025|After further questioning|After further questioning +LJ039-0026|she stated that she might have been confused about shutting him in the bathroom, but that, quote, there is no doubt that he got dressed and got a gun, end quote,|she stated that she might have been confused about shutting him in the bathroom, but that, quote, there is no doubt that he got dressed and got a gun, end quote, +LJ039-0027|Oswald's revolver|Oswald's revolver +LJ039-0028|was shipped from Los Angeles on March 20, 1963, and he left for New Orleans on April 24, 1963.|was shipped from Los Angeles on March twenty, nineteen sixty-three, and he left for New Orleans on April twenty-four, nineteen sixty-three. +LJ039-0029|No edition of either Dallas newspaper during the period January 1, 1963, to May 15, 1963,|No edition of either Dallas newspaper during the period January one, nineteen sixty-three, to May fifteen, nineteen sixty-three, +LJ039-0030|mentioned any proposed visit by Mr. Nixon to Dallas.|mentioned any proposed visit by Mr. Nixon to Dallas. +LJ039-0031|Mr. Nixon advised the Commission that the only time he was in Dallas in 1963|Mr. Nixon advised the Commission that the only time he was in Dallas in nineteen sixty-three +LJ039-0032|was on November 20 to 21, 1963.|was on November twenty to twenty-one, nineteen sixty-three. +LJ039-0033|An investigation failed to reveal any invitation extended to Mr. Nixon during the period when Oswald's threat reportedly occurred.|An investigation failed to reveal any invitation extended to Mr. Nixon during the period when Oswald's threat reportedly occurred. +LJ039-0034|The Commission has concluded, therefore, that regardless of what Oswald may have said to his wife|The Commission has concluded, therefore, that regardless of what Oswald may have said to his wife +LJ039-0035|he was not actually planning to shoot Mr. Nixon at that time in Dallas.|he was not actually planning to shoot Mr. Nixon at that time in Dallas. +LJ039-0036|On April 23, 1963,|On April twenty-three, nineteen sixty-three, +LJ039-0037|Vice President Lyndon B. Johnson was in Dallas for a visit which had been publicized in the Dallas newspapers|Vice President Lyndon B. Johnson was in Dallas for a visit which had been publicized in the Dallas newspapers +LJ039-0038|throughout April. The Commission asked Marina Oswald whether she might have misunderstood the object of her husband's threat. She stated, quote,|throughout April. The Commission asked Marina Oswald whether she might have misunderstood the object of her husband's threat. She stated, quote, +LJ039-0039|there is no question that in this incident it was a question of Mr. Nixon, end quote.|there is no question that in this incident it was a question of Mr. Nixon, end quote. +LJ039-0040|When asked later whether it might have been Mr. Johnson, she said, quote, Yes, no.|When asked later whether it might have been Mr. Johnson, she said, quote, Yes, no. +LJ039-0041|I am getting a little confused with so many questions.|I am getting a little confused with so many questions. +LJ039-0042|I was absolutely convinced it was Nixon and now after all these questions I wonder if I am right in my mind? End quote.|I was absolutely convinced it was Nixon and now after all these questions I wonder if I am right in my mind? End quote. +LJ039-0043|She stated further that Oswald had only mentioned Nixon's name once during the incident. Marina Oswald might have misunderstood her husband.|She stated further that Oswald had only mentioned Nixon's name once during the incident. Marina Oswald might have misunderstood her husband. +LJ039-0044|Mr. Johnson was the then Vice President and his visit took place on April 23rd.|Mr. Johnson was the then Vice President and his visit took place on April twenty-third. +LJ039-0045|This was 1 day before Oswald left for New Orleans and Marina appeared certain that the Nixon incident, quote,|This was one day before Oswald left for New Orleans and Marina appeared certain that the Nixon incident, quote, +LJ039-0046|wasn't the day before. Perhaps 3 days before, end quote.|wasn't the day before. Perhaps three days before, end quote. +LJ039-0047|Marina Oswald speculated that the incident may have been unrelated to an actual threat.|Marina Oswald speculated that the incident may have been unrelated to an actual threat. +LJ039-0048|She said, quote, It might have been that he was just trying to test me.|She said, quote, It might have been that he was just trying to test me. +LJ039-0049|He was the kind of person who could try and wound somebody in that way. Possibly he didn't want to go out at all but was just doing this all as a sort of joke,|He was the kind of person who could try and wound somebody in that way. Possibly he didn't want to go out at all but was just doing this all as a sort of joke, +LJ039-0050|not really as a joke but rather to simply wound me, to make me feel bad, end quote.|not really as a joke but rather to simply wound me, to make me feel bad, end quote. +LJ039-0051|In the absence of other evidence that Oswald actually intended to shoot someone at this time,|In the absence of other evidence that Oswald actually intended to shoot someone at this time, +LJ039-0052|the Commission concluded that the incident, as described by Marina Oswald,|the Commission concluded that the incident, as described by Marina Oswald, +LJ039-0053|was of no probative value in the Commission's decision concerning the identity of the assassin of President Kennedy.|was of no probative value in the Commission's decision concerning the identity of the assassin of President Kennedy. +LJ039-0054|Oswald's Rifle Capability|Oswald's Rifle Capability +LJ039-0055|In deciding whether Lee Harvey Oswald fired the shots which killed President Kennedy and wounded Governor Connally,|In deciding whether Lee Harvey Oswald fired the shots which killed President Kennedy and wounded Governor Connally, +LJ039-0056|the Commission considered whether Oswald, using his own rifle,|the Commission considered whether Oswald, using his own rifle, +LJ039-0057|possessed the capability to hit his target with two out of three shots under the conditions described in chapter 3.|possessed the capability to hit his target with two out of three shots under the conditions described in chapter three. +LJ039-0058|The Commission evaluated (1) the nature of the shots, (2) Oswald's Marine training in marksmanship,|The Commission evaluated (one) the nature of the shots, (two) Oswald's Marine training in marksmanship, +LJ039-0059|(3) his experience and practice after leaving the Marine Corps, and (4) the accuracy of the weapon and the quality of the ammunition.|(three) his experience and practice after leaving the Marine Corps, and (four) the accuracy of the weapon and the quality of the ammunition. +LJ039-0060|The Nature of the Shots|The Nature of the Shots +LJ039-0061|For a rifleman situated on the sixth floor of the Texas School Book Depository Building|For a rifleman situated on the sixth floor of the Texas School Book Depository Building +LJ039-0062|the shots were at a slow-moving target proceeding on a downgrade in virtually a straight line|the shots were at a slow-moving target proceeding on a downgrade in virtually a straight line +LJ039-0063|with the alinement of the assassin's rifle, at a range of 177 to 266 feet.|with the alinement of the assassin's rifle, at a range of one hundred seventy-seven to two hundred sixty-six feet. +LJ039-0064|An aerial photograph of Dealey Plaza shows that Elm Street runs at an angle|An aerial photograph of Dealey Plaza shows that Elm Street runs at an angle +LJ039-0065|so that the President would have been moving in an almost straight line away from the assassin's rifle.|so that the President would have been moving in an almost straight line away from the assassin's rifle. +LJ039-0066|In addition, the 3 degree downward slope of Elm Street was of assistance in eliminating at least some of the adjustment|In addition, the three degree downward slope of Elm Street was of assistance in eliminating at least some of the adjustment +LJ039-0067|which is ordinarily required when a marksman must raise his rifle as a target moves farther away.|which is ordinarily required when a marksman must raise his rifle as a target moves farther away. +LJ039-0068|Four marksmanship experts testified before the Commission.|Four marksmanship experts testified before the Commission. +LJ039-0069|Maj. Eugene D. Anderson, assistant head of the Marksmanship Branch of U.S. Marine Corps|Maj. Eugene D. Anderson, assistant head of the Marksmanship Branch of U.S. Marine Corps +LJ039-0070|testified that the shots which struck the President in the neck and in the head were, quote, not particularly difficult, end quote.|testified that the shots which struck the President in the neck and in the head were, quote, not particularly difficult, end quote. +LJ039-0071|Robert A. Frazier, FBI expert in firearms identification and training, said, quote,|Robert A. Frazier, FBI expert in firearms identification and training, said, quote, +LJ039-0072|From my own experience in shooting over the years,|From my own experience in shooting over the years, +LJ039-0073|when you shoot at 175 feet or 260 feet, which is less than a hundred yards, with a telescopic sight,|when you shoot at one hundred seventy-five feet or two hundred sixty feet, which is less than a hundred yards, with a telescopic sight, +LJ039-0074|you should not have any difficulty in hitting your target. I mean it requires no training at all to shoot a weapon with a telescopic sight|you should not have any difficulty in hitting your target. I mean it requires no training at all to shoot a weapon with a telescopic sight +LJ039-0075|once you know that you must put the crosshairs on the target and that is all that is necessary.|once you know that you must put the crosshairs on the target and that is all that is necessary. +LJ039-0076|Ronald Simmons, chief of the U.S. Army Infantry Weapons Evaluation Branch of the Ballistics Research Laboratory, said, quote,|Ronald Simmons, chief of the U.S. Army Infantry Weapons Evaluation Branch of the Ballistics Research Laboratory, said, quote, +LJ039-0077|Well, in order to achieve three hits, it would not be required that a man be an exceptional shot. A proficient man with this weapon, yes, end quote.|Well, in order to achieve three hits, it would not be required that a man be an exceptional shot. A proficient man with this weapon, yes, end quote. +LJ039-0078|The effect of a four-power telescopic sight on the difficulty of these shots was considered in detail|The effect of a four-power telescopic sight on the difficulty of these shots was considered in detail +LJ039-0079|by Master Sgt. James A. Zahm, noncommissioned officer in charge of the Marksmanship Training Unit in the Weapons Training Battalion|by Master Sgt. James A. Zahm, noncommissioned officer in charge of the Marksmanship Training Unit in the Weapons Training Battalion +LJ039-0080|of the Marine Corps School at Quantico, Virginia.|of the Marine Corps School at Quantico, Virginia. +LJ039-0081|Referring to a rifle with a four-power telescope, Sergeant Zahm said, quote,|Referring to a rifle with a four-power telescope, Sergeant Zahm said, quote, +LJ039-0082|this is the ideal type of weapon for moving targets|this is the ideal type of weapon for moving targets +LJ039-0083|Using the scope, rapidly working a bolt and using the scope to relocate your target quickly and at the same time when you locate that target|Using the scope, rapidly working a bolt and using the scope to relocate your target quickly and at the same time when you locate that target +LJ039-0084|you identify it and the crosshairs are in close relationship to the point you want to shoot at,|you identify it and the crosshairs are in close relationship to the point you want to shoot at, +LJ039-0085|it just takes a minor move in aiming to bring the crosshairs to bear, and then it is a quick squeeze.|it just takes a minor move in aiming to bring the crosshairs to bear, and then it is a quick squeeze. +LJ039-0086|I consider it a real advantage, particularly at the range of 100 yards, in identifying your target.|I consider it a real advantage, particularly at the range of one hundred yards, in identifying your target. +LJ039-0087|It allows you to see your target clearly, and it is still of a minimum amount of power that it doesn't exaggerate your own body movements.|It allows you to see your target clearly, and it is still of a minimum amount of power that it doesn't exaggerate your own body movements. +LJ039-0088|It just is an aid in seeing in the fact that you only have the one element, the crosshair,|It just is an aid in seeing in the fact that you only have the one element, the crosshair, +LJ039-0089|in relation to the target as opposed to iron sights with aligning the sights and then aligning them on the target, end quote.|in relation to the target as opposed to iron sights with aligning the sights and then aligning them on the target, end quote. +LJ039-0090|Characterizing the four-power scope as, quote, a real aid, an extreme aid, end quote, in rapid fire shooting,|Characterizing the four-power scope as, quote, a real aid, an extreme aid, end quote, in rapid fire shooting, +LJ039-0091|Sergeant Zahm expressed the opinion that the shot which struck President Kennedy in the neck at 176.9|Sergeant Zahm expressed the opinion that the shot which struck President Kennedy in the neck at one hundred seventy-six point nine +LJ039-0092|to 190.8 feet was, quote, very easy, end quote, and the shot which struck the President in the head|to one hundred ninety point eight feet was, quote, very easy, end quote, and the shot which struck the President in the head +LJ039-0093|at a distance of 265.3 feet was, quote, an easy shot, end quote.|at a distance of two hundred sixty-five point three feet was, quote, an easy shot, end quote. +LJ039-0094|After viewing photographs depicting the alignment of Elm Street in relation to the Texas School Book Depository Building,|After viewing photographs depicting the alignment of Elm Street in relation to the Texas School Book Depository Building, +LJ039-0095|Zahm stated further, quote,|Zahm stated further, quote, +LJ039-0096|This is a definite advantage to the shooter, the vehicle moving directly away from him and the downgrade of the street, and he being in an elevated position|This is a definite advantage to the shooter, the vehicle moving directly away from him and the downgrade of the street, and he being in an elevated position +LJ039-0097|made an almost stationary target while he was aiming in, very little movement if any, end quote.|made an almost stationary target while he was aiming in, very little movement if any, end quote. +LJ039-0098|Oswald's Marine Training|Oswald's Marine Training +LJ039-0099|In accordance with standard Marine procedures, Oswald received extensive training in marksmanship.|In accordance with standard Marine procedures, Oswald received extensive training in marksmanship. +LJ039-0100|During the first week of an intensive 8-week training period he received instruction in sighting, aiming, and manipulation of the trigger.|During the first week of an intensive eight-week training period he received instruction in sighting, aiming, and manipulation of the trigger. +LJ039-0101|He went through a series of exercises called dry firing where he assumed all positions which would later be used in the qualification course.|He went through a series of exercises called dry firing where he assumed all positions which would later be used in the qualification course. +LJ039-0102|After familiarization with live ammunition in the .22 rifle and the .22 pistol,|After familiarization with live ammunition in the twenty-two rifle and the twenty-two pistol, +LJ039-0104|firing 50 rounds each day for five days.|firing fifty rounds each day for five days. +LJ039-0105|Following that training, Oswald was tested in December of 1956, and obtained a score of 212,|Following that training, Oswald was tested in December of nineteen fifty-six, and obtained a score of two hundred twelve, +LJ039-0106|which was 2 points above the minimum for qualifications as a "sharpshooter" in a scale of marksman, sharpshooter, expert.|which was two points above the minimum for qualifications as a "sharpshooter" in a scale of marksman, sharpshooter, expert. +LJ039-0107|In May of 1959, on another range, Oswald scored 191, which was 1 point over the minimum for ranking as a "marksman."|In May of nineteen fifty-nine, on another range, Oswald scored one hundred ninety-one, which was one point over the minimum for ranking as a "marksman." +LJ039-0108|The Marine Corps records maintained on Oswald further show that he had fired and was familiar with the Browning Automatic rifle,|The Marine Corps records maintained on Oswald further show that he had fired and was familiar with the Browning Automatic rifle, +LJ039-0109|.45 caliber pistol, and 12-gauge riot gun.|forty-five caliber pistol, and twelve-gauge riot gun. +LJ039-0110|Based on the general Marine Corps ratings, Lt. Col. A. G. Folsom, Jr.|Based on the general Marine Corps ratings, Lt. Col. A. G. Folsom, Jr. +LJ039-0111|head, Records Branch, Personnel Department, Headquarters U.S. Marine Corps,|head, Records Branch, Personnel Department, Headquarters U.S. Marine Corps, +LJ039-0112|evaluated the sharpshooter qualification as a, quote, fairly good shot, end quote, and a low marksman rating|evaluated the sharpshooter qualification as a, quote, fairly good shot, end quote, and a low marksman rating +LJ039-0113|as a, quote, rather poor shot, end quote.|as a, quote, rather poor shot, end quote. +LJ039-0114|When asked to explain the different scores achieved by Oswald on the two occasions when he fired for record,|When asked to explain the different scores achieved by Oswald on the two occasions when he fired for record, +LJ039-0115|Major Anderson said, quote, when he fired that two twelve|Major Anderson said, quote, when he fired that two twelve +LJ039-0116|he had just completed a very intensive preliminary training period.|he had just completed a very intensive preliminary training period. +LJ039-0117|He had the services of an experienced highly trained coach.|He had the services of an experienced highly trained coach. +LJ039-0118|He had high motivation. He had presumably a good to excellent rifle and good ammunition.|He had high motivation. He had presumably a good to excellent rifle and good ammunition. +LJ039-0119|We have nothing here to show under what conditions the B course was fired. It might well have been a bad day for firing the rifle|We have nothing here to show under what conditions the B course was fired. It might well have been a bad day for firing the rifle +LJ039-0120|windy, rainy, dark. There is little probability that he had good, expert coach,|windy, rainy, dark. There is little probability that he had good, expert coach, +LJ039-0121|and he probably didn't have as high a motivation because he was no longer in recruit training and under the care of the drill instructor.|and he probably didn't have as high a motivation because he was no longer in recruit training and under the care of the drill instructor. +LJ039-0122|There is some possibility that the rifle he was firing might not have been as good a rifle as the rifle that he was firing in his A course firing,|There is some possibility that the rifle he was firing might not have been as good a rifle as the rifle that he was firing in his A course firing, +LJ039-0123|because he may well have carried this rifle for quite some time, and it got banged around in normal usage.|because he may well have carried this rifle for quite some time, and it got banged around in normal usage. +LJ039-0124|End quote. Major Anderson concluded, quote, I would say that as compared to other Marines receiving the same type of training,|End quote. Major Anderson concluded, quote, I would say that as compared to other Marines receiving the same type of training, +LJ039-0125|that Oswald was a good shot, somewhat better than or equal to -- better than the average let us say.|that Oswald was a good shot, somewhat better than or equal to -- better than the average let us say. +LJ039-0126|As compared to a civilian who had not received this intensive training, he would be considered as a good to excellent shot. End quote.|As compared to a civilian who had not received this intensive training, he would be considered as a good to excellent shot. End quote. +LJ039-0127|When Sergeant Zahm was asked whether Oswald's Marine Corps training would have made it easier to operate a rifle with a four-power scope, he replied, quote,|When Sergeant Zahm was asked whether Oswald's Marine Corps training would have made it easier to operate a rifle with a four-power scope, he replied, quote, +LJ039-0128|Based on that training, his basic knowledge in sight manipulation and trigger squeeze and what not, I would say that he would be capable of sighting that rifle in well,|Based on that training, his basic knowledge in sight manipulation and trigger squeeze and what not, I would say that he would be capable of sighting that rifle in well, +LJ039-0129|firing it, with 10 rounds.|firing it, with ten rounds. +LJ039-0130|After reviewing Oswald's marksmanship scores,|After reviewing Oswald's marksmanship scores, +LJ039-0131|Sergeant Zahm concluded, quote, I would say in the Marine Corps he is a good shot, slightly above average,|Sergeant Zahm concluded, quote, I would say in the Marine Corps he is a good shot, slightly above average, +LJ039-0132|and as compared to the average male of his age throughout the civilian, throughout the United States, that he is an excellent shot, end quote.|and as compared to the average male of his age throughout the civilian, throughout the United States, that he is an excellent shot, end quote. +LJ039-0133|Oswald's Rifle Practice Outside the Marines|Oswald's Rifle Practice Outside the Marines +LJ039-0134|During one of his leaves from the Marines, Oswald hunted with his brother Robert,|During one of his leaves from the Marines, Oswald hunted with his brother Robert, +LJ039-0135|using a .22 caliber bolt-action rifle belonging either to Robert or Robert's in-laws.|using a twenty-two caliber bolt-action rifle belonging either to Robert or Robert's in-laws. +LJ039-0136|After he left the Marines and before departing for Russia, Oswald, his brother, and a third companion went hunting for squirrels and rabbits.|After he left the Marines and before departing for Russia, Oswald, his brother, and a third companion went hunting for squirrels and rabbits. +LJ039-0137|On that occasion Oswald again used a bolt-action .22 caliber rifle; and according to Robert,|On that occasion Oswald again used a bolt-action twenty-two caliber rifle; and according to Robert, +LJ039-0138|Lee Oswald exhibited an average amount of proficiency with that weapon.|Lee Oswald exhibited an average amount of proficiency with that weapon. +LJ039-0139|Oswald obtained a hunting license, joined a hunting club and went hunting about six times, as discussed more fully in chapter 6.|Oswald obtained a hunting license, joined a hunting club and went hunting about six times, as discussed more fully in chapter six. +LJ039-0140|Soon after Oswald returned from the Soviet Union|Soon after Oswald returned from the Soviet Union +LJ039-0141|he again went hunting with his brother, Robert, and used a borrowed .22 caliber bolt-action rifle.|he again went hunting with his brother, Robert, and used a borrowed twenty-two caliber bolt-action rifle. +LJ039-0142|After Oswald purchased the Mannlicher-Carcano rifle, he told his wife that he practiced with it.|After Oswald purchased the Mannlicher-Carcano rifle, he told his wife that he practiced with it. +LJ039-0143|Marina Oswald testified that on one occasion she saw him take the rifle, concealed in a raincoat, from the house on Neely Street.|Marina Oswald testified that on one occasion she saw him take the rifle, concealed in a raincoat, from the house on Neely Street. +LJ039-0144|Oswald told her he was going to practice with it.|Oswald told her he was going to practice with it. +LJ039-0145|According to George De Mohrenschildt, Oswald said that he went target shooting with that rifle.|According to George De Mohrenschildt, Oswald said that he went target shooting with that rifle. +LJ039-0146|Marina Oswald testified that in New Orleans in May of 1963, she observed Oswald sitting with the rifle on their screened porch at night,|Marina Oswald testified that in New Orleans in May of nineteen sixty-three, she observed Oswald sitting with the rifle on their screened porch at night, +LJ039-0147|sighting with the telescopic lens and operating the bolt.|sighting with the telescopic lens and operating the bolt. +LJ039-0148|Examination of the cartridge cases found on the sixth floor of the Depository Building|Examination of the cartridge cases found on the sixth floor of the Depository Building +LJ039-0150|which would indicate that Oswald practiced operating the bolt.|which would indicate that Oswald practiced operating the bolt. +LJ039-0151|Accuracy of Weapon|Accuracy of Weapon +LJ039-0152|It will be recalled from the discussion in chapter 3|It will be recalled from the discussion in chapter three +LJ039-0153|that the assassin in all probability hit two out of the three shots during the maximum time span of|that the assassin in all probability hit two out of the three shots during the maximum time span of +LJ039-0154|4.8 to 5.6 seconds if the second shot missed,|four point eight to five point six seconds if the second shot missed, +LJ039-0155|or, if either the first or third shots missed, the assassin fired the three shots during a minimum time span of 7.1|or, if either the first or third shots missed, the assassin fired the three shots during a minimum time span of seven point one +LJ039-0156|to 7.9 seconds.|to seven point nine seconds. +LJ039-0157|A series of tests were performed to determine whether the weapon and ammunition used in the assassination|A series of tests were performed to determine whether the weapon and ammunition used in the assassination +LJ039-0158|were capable of firing the shots which were fired by the assassin on November 22, 1963.|were capable of firing the shots which were fired by the assassin on November twenty-two, nineteen sixty-three. +LJ039-0159|The ammunition used by the assassin was manufactured by Western Cartridge Co. of East Alton, Illinois.|The ammunition used by the assassin was manufactured by Western Cartridge Co. of East Alton, Illinois. +LJ039-0160|In tests with the Mannlicher-Carcano C2766 rifle, over 100 rounds of this ammunition were fired by the FBI|In tests with the Mannlicher-Carano C twenty-seven sixty-six rifle, over one hundred rounds of this ammunition were fired by the FBI +LJ039-0161|and the Infantry Weapons Evaluation Branch of the U.S. Army. There were no misfires.|and the Infantry Weapons Evaluation Branch of the U.S. Army. There were no misfires. +LJ039-0162|In an effort to test the rifle under conditions which simulated those which prevailed during the assassination,|In an effort to test the rifle under conditions which simulated those which prevailed during the assassination, +LJ039-0163|the Infantry Weapons Evaluation Branch of the Ballistics Research Laboratory had expert riflemen fire the assassination weapon|the Infantry Weapons Evaluation Branch of the Ballistics Research Laboratory had expert riflemen fire the assassination weapon +LJ039-0164|from a tower at three silhouette targets at distances of 175, 240, and 265 feet.|from a tower at three silhouette targets at distances of one hundred seventy-five, two hundred forty, and two hundred sixty-five feet. +LJ039-0165|The target at 265 feet was placed to the right of the 240-foot target|The target at two hundred sixty-five feet was placed to the right of the two hundred forty-foot target +LJ039-0166|which was in turn placed to the right of the closest silhouette.|which was in turn placed to the right of the closest silhouette. +LJ039-0167|Using the assassination rifle mounted with the telescopic sight, three marksmen, rated as master by the National Rifle Association,|Using the assassination rifle mounted with the telescopic sight, three marksmen, rated as master by the National Rifle Association, +LJ039-0168|each fired two series of three shots.|each fired two series of three shots. +LJ039-0169|In the first series the firers required time spans of 4.6, 6.75,|In the first series the firers required time spans of four point six, six point seven five, +LJ039-0170|and 8.25 seconds respectively.|and eight point two five seconds respectively. +LJ039-0171|On the second series they required 5.15, 6.45, and 7 seconds.|On the second series they required five point one five, six point four five, and seven seconds. +LJ039-0172|None of the marksmen had any practice with the assassination weapon except for exercising the bolt for 2 or 3 minutes on a dry run.|None of the marksmen had any practice with the assassination weapon except for exercising the bolt for two or three minutes on a dry run. +LJ039-0173|They had not even pulled the trigger because of concern about breaking the firing pin.|They had not even pulled the trigger because of concern about breaking the firing pin. +LJ039-0174|The marksmen took as much time as they wanted for the first target and all hit the target.|The marksmen took as much time as they wanted for the first target and all hit the target. +LJ039-0175|For the first four attempts, the firers missed the second shot by several inches.|For the first four attempts, the firers missed the second shot by several inches. +LJ039-0176|The angle from the first to the second shot|The angle from the first to the second shot +LJ039-0177|was greater than from the second to the third shot and required a movement in the basic firing position of the marksmen.|was greater than from the second to the third shot and required a movement in the basic firing position of the marksmen. +LJ039-0178|This angle was used in the test because the majority of the eyewitnesses to the assassination|This angle was used in the test because the majority of the eyewitnesses to the assassination +LJ039-0179|stated that there was a shorter interval between shots two and three than between shots one and two.|stated that there was a shorter interval between shots two and three than between shots one and two. +LJ039-0180|As has been shown in chapter 3, if the three shots were fired within a period of from 4.8 to 5.6 seconds,|As has been shown in chapter three, if the three shots were fired within a period of from four point eight to five point six seconds, +LJ039-0181|the shots would have been evenly spaced and the assassin would not have incurred so sharp an angular movement.|the shots would have been evenly spaced and the assassin would not have incurred so sharp an angular movement. +LJ039-0182|Five of the six shots hit the third target where the angle of movement of the weapon was small.|Five of the six shots hit the third target where the angle of movement of the weapon was small. +LJ039-0183|On the basis of these results, Simmons testified that in his opinion the probability of hitting the targets at the relatively short range at which they were hit|On the basis of these results, Simmons testified that in his opinion the probability of hitting the targets at the relatively short range at which they were hit +LJ039-0184|Considering the various probabilities which may have prevailed during the actual assassination,|Considering the various probabilities which may have prevailed during the actual assassination, +LJ039-0185|the highest level of firing performance which would have been required of the assassin and the C2766 rifle|the highest level of firing performance which would have been required of the assassin and the C two seven six six rifle +LJ039-0186|would have been to fire three times and hit the target twice within a span of 4.8 to 5.6 seconds.|would have been to fire three times and hit the target twice within a span of four point eight to five point six seconds. +LJ039-0187|In fact, one of the firers in the rapid fire test in firing his two series of three shots,|In fact, one of the firers in the rapid fire test in firing his two series of three shots, +LJ039-0188|hit the target twice within a span of 4.6 and 5.15 seconds.|hit the target twice within a span of four point six and five point one five seconds. +LJ039-0189|The others would have been able to reduce their times if they had been given the opportunity to become familiar with the movement of the bolt and the trigger pull.|The others would have been able to reduce their times if they had been given the opportunity to become familiar with the movement of the bolt and the trigger pull. +LJ039-0190|Simmons testified that familiarity with the bolt could be achieved in dry practice and, as has been indicated above,|Simmons testified that familiarity with the bolt could be achieved in dry practice and, as has been indicated above, +LJ039-0191|Oswald engaged in such practice. If the assassin missed either the first or third shot,|Oswald engaged in such practice. If the assassin missed either the first or third shot, +LJ039-0192|he had a total of between 4.8 and 5.6 seconds between the two shots which hit|he had a total of between four point eight and five point six seconds between the two shots which hit +LJ039-0193|and a total minimum time period of from 7.1 to 7.9 seconds for all three shots.|and a total minimum time period of from seven point one to seven point nine seconds for all three shots. +LJ039-0194|All three of the firers in these tests|All three of the firers in these tests +LJ039-0195|were able to fire the rounds within the time period which would have been available to the assassin under those conditions.|were able to fire the rounds within the time period which would have been available to the assassin under those conditions. +LJ039-0196|Three FBI firearms experts tested the rifle in order to determine the speed with which it could be fired.|Three FBI firearms experts tested the rifle in order to determine the speed with which it could be fired. +LJ039-0197|The purpose of this experiment was not to test the rifle under conditions which prevailed at the time of the assassination|The purpose of this experiment was not to test the rifle under conditions which prevailed at the time of the assassination +LJ039-0198|but to determine the maximum speed at which it could be fired.|but to determine the maximum speed at which it could be fired. +LJ039-0199|The three FBI experts each fired three shots from the weapon at 15 yards in 6, 7, and 9 seconds,|The three FBI experts each fired three shots from the weapon at fifteen yards in six, seven, and nine seconds, +LJ039-0200|and one of these agents, Robert A. Frazier,|and one of these agents, Robert A. Frazier, +LJ039-0201|fired two series of three shots at 25 yards in 4.6 and 4.8 seconds.|fired two series of three shots at twenty-five yards in four point six and four point eight seconds. +LJ039-0202|At 15 yards each man's shots landed within the size of a dime.|At fifteen yards each man's shots landed within the size of a dime. +LJ039-0203|The shots fired by Frazier at the range of 25 yards landed within an area of 2 inches and 5 inches respectively.|The shots fired by Frazier at the range of twenty-five yards landed within an area of two inches and five inches respectively. +LJ039-0204|Frazier later fired four groups of three shots at a distance of 100 yards in 5.9, 6.2,|Frazier later fired four groups of three shots at a distance of one hundred yards in five point nine, six point two, +LJ039-0205|5.6, and 6.5 seconds.|five point six, and six point five seconds. +LJ039-0206|Each series of three shots landed within areas ranging in diameter from 3 to 5 inches.|Each series of three shots landed within areas ranging in diameter from three to five inches. +LJ039-0207|Although all of the shots were a few inches high and to the right of the target,|Although all of the shots were a few inches high and to the right of the target, +LJ039-0208|this was because of a defect in the scope which was recognized by the FBI agents and which they could have compensated for if they were aiming to hit a bull's-eye.|this was because of a defect in the scope which was recognized by the FBI agents and which they could have compensated for if they were aiming to hit a bull's-eye. +LJ039-0209|They were instead firing to determine how rapidly the weapon could be fired and the area within which three shots could be placed.|They were instead firing to determine how rapidly the weapon could be fired and the area within which three shots could be placed. +LJ039-0210|Frazier testified that while he could not tell when the defect occurred, but that a person familiar with the weapon could compensate for it.|Frazier testified that while he could not tell when the defect occurred, but that a person familiar with the weapon could compensate for it. +LJ039-0211|Moreover, the defect was one which would have assisted the assassin aiming at a target which was moving away.|Moreover, the defect was one which would have assisted the assassin aiming at a target which was moving away. +LJ039-0212|Frazier said, quote, The fact that the crosshairs are set high would actually compensate for any lead which had to be taken|Frazier said, quote, The fact that the crosshairs are set high would actually compensate for any lead which had to be taken +LJ039-0213|So that if you aimed with this weapon as it actually was received at the laboratory, it would not be necessary to take any lead whatsoever|So that if you aimed with this weapon as it actually was received at the laboratory, it would not be necessary to take any lead whatsoever +LJ039-0214|in order to hit the intended object. The scope would accomplish the lead for you, end quote,|in order to hit the intended object. The scope would accomplish the lead for you, end quote, +LJ039-0215|Frazier added that the scope would cause a slight miss to the right.|Frazier added that the scope would cause a slight miss to the right. +LJ039-0216|It should be noted, however, that the President's car was curving slightly to the right when the third shot was fired.|It should be noted, however, that the President's car was curving slightly to the right when the third shot was fired. +LJ039-0217|Based on these tests the experts agreed that the assassination rifle was an accurate weapon.|Based on these tests the experts agreed that the assassination rifle was an accurate weapon. +LJ039-0218|Simmons described it as, quote, quite accurate, end quote, in fact, as accurate as current military rifles.|Simmons described it as, quote, quite accurate, end quote, in fact, as accurate as current military rifles. +LJ039-0219|Frazier testified that the rifle was accurate, that it had less recoil than the average military rifle|Frazier testified that the rifle was accurate, that it had less recoil than the average military rifle +LJ039-0220|and that one would not have to be an expert marksman to have accomplished the assassination with the weapon which was used.|and that one would not have to be an expert marksman to have accomplished the assassination with the weapon which was used. +LJ039-0221|The various tests showed that the Mannlicher-Carcano was an accurate rifle and that the use of a four-power scope|The various tests showed that the Mannlicher-Carcano was an accurate rifle and that the use of a four-power scope +LJ039-0222|was a substantial aid to rapid, accurate firing.|was a substantial aid to rapid, accurate firing. +LJ039-0223|Oswald's Marine training in marksmanship, his other rifle experience and his established familiarity with this particular weapon|Oswald's Marine training in marksmanship, his other rifle experience and his established familiarity with this particular weapon +LJ039-0224|show that he possessed ample capability to commit the assassination.|show that he possessed ample capability to commit the assassination. +LJ039-0225|Based on the known facts of the assassination,|Based on the known facts of the assassination, +LJ039-0226|the Marine marksmanship experts, Major Anderson and Sergeant Zahm, concurred in the opinion that Oswald had the capability to fire three shots,|the Marine marksmanship experts, Major Anderson and Sergeant Zahm, concurred in the opinion that Oswald had the capability to fire three shots, +LJ039-0227|with two hits, within 4.8 and 5.6 seconds.|with two hits, within four point eight and five point six seconds. +LJ039-0228|Concerning the shots which struck the President in the back of the neck,|Concerning the shots which struck the President in the back of the neck, +LJ039-0229|Sergeant Zahm testified, quote,|Sergeant Zahm testified, quote, +LJ039-0230|With the equipment he [Oswald] had and with his ability I consider it a very easy shot, end quote.|With the equipment he [Oswald] had and with his ability I consider it a very easy shot, end quote. +LJ039-0231|Having fired this slot|Having fired this slot +LJ039-0232|the assassin was then required to hit the target one more time within a space of from 4.8 to 5.6 seconds.|the assassin was then required to hit the target one more time within a space of from four point eight to five point six seconds. +LJ039-0233|On the basis of Oswald's training and the accuracy of the weapon as established by the tests,|On the basis of Oswald's training and the accuracy of the weapon as established by the tests, +LJ039-0234|the Commission concluded that Oswald was capable of accomplishing this second hit even if there was an intervening shot which missed.|the Commission concluded that Oswald was capable of accomplishing this second hit even if there was an intervening shot which missed. +LJ039-0235|The probability of hitting the President a second time would have been markedly increased if, in fact, he had missed either the first or third shots|The probability of hitting the President a second time would have been markedly increased if, in fact, he had missed either the first or third shots +LJ039-0236|thereby leaving a time span of 4.8 to 5.6 seconds between the two shots which struck their mark.|thereby leaving a time span of four point eight to five point six seconds between the two shots which struck their mark. +LJ039-0237|The Commission agrees with the testimony of Marine marksmanship expert Zahm|The Commission agrees with the testimony of Marine marksmanship expert Zahm +LJ039-0238|that it was an easy shot to hit some part of the President's body, and that the range where the rifleman would be expected to hit|that it was an easy shot to hit some part of the President's body, and that the range where the rifleman would be expected to hit +LJ039-0239|would include the President's head.|would include the President's head. +LJ039-0240|On the basis of the evidence reviewed in this chapter, the Commission has found that Lee Harvey Oswald (1)|On the basis of the evidence reviewed in this chapter, the Commission has found that Lee Harvey Oswald (one) +LJ039-0241|owned and possessed the rifle used to kill President Kennedy and wound Governor Connally,|owned and possessed the rifle used to kill President Kennedy and wound Governor Connally, +LJ039-0242|(2) brought this rifle into the Depository Building on the morning of the assassination,|(two) brought this rifle into the Depository Building on the morning of the assassination, +LJ039-0243|(3) was present, at the time of the assassination, at the window from which the shots were fired|(three) was present, at the time of the assassination, at the window from which the shots were fired +LJ039-0244|killed Dallas Police Officer J. D. Tippit in an apparent attempt to escape,|killed Dallas Police Officer J. D. Tippit in an apparent attempt to escape, +LJ039-0245|(5) resisted arrest by drawing a fully loaded pistol and attempting to shoot another police officer,|(five) resisted arrest by drawing a fully loaded pistol and attempting to shoot another police officer, +LJ039-0246|(6) lied to the police after his arrest concerning important substantive matters,|(six) lied to the police after his arrest concerning important substantive matters, +LJ039-0247|(7) attempted, in April 1963, to kill Maj. Gen. Edwin A. Walker, and (8)|(seven) attempted, in April nineteen sixty-three, to kill Maj. Gen. Edwin A. Walker, and (eight) +LJ039-0248|possessed the capability with a rifle which would have enabled him to commit the assassination.|possessed the capability with a rifle which would have enabled him to commit the assassination. +LJ040-0001|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy.|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. +LJ040-0002|Chapter 7. Lee Harvey Oswald: Background and Possible Motives, Part 1.|Chapter seven. Lee Harvey Oswald: Background and Possible Motives, Part one. +LJ040-0003|The evidence reviewed above identifies Lee Harvey Oswald as the assassin of President Kennedy and indicates that he acted alone in that event.|The evidence reviewed above identifies Lee Harvey Oswald as the assassin of President Kennedy and indicates that he acted alone in that event. +LJ040-0004|There is no evidence that he had accomplices or that he was involved in any conspiracy directed to the assassination of the President.|There is no evidence that he had accomplices or that he was involved in any conspiracy directed to the assassination of the President. +LJ040-0005|There remains the question of what impelled Oswald to conceive and to carry out the assassination of the President of the United States.|There remains the question of what impelled Oswald to conceive and to carry out the assassination of the President of the United States. +LJ040-0006|The Commission has considered many possible motives for the assassination, including those which might flow from Oswald's commitment to Marxism or communism,|The Commission has considered many possible motives for the assassination, including those which might flow from Oswald's commitment to Marxism or communism, +LJ040-0007|the existence of some personal grievance,|the existence of some personal grievance, +LJ040-0008|a desire to effect changes in the structure of society or simply to go down in history as a well publicized assassin.|a desire to effect changes in the structure of society or simply to go down in history as a well publicized assassin. +LJ040-0009|None of these possibilities satisfactorily explains Oswald's act if it is judged by the standards of reasonable men.|None of these possibilities satisfactorily explains Oswald's act if it is judged by the standards of reasonable men. +LJ040-0010|The motives of any man, however, must be analyzed in terms of the character and state of mind of the particular individual involved.|The motives of any man, however, must be analyzed in terms of the character and state of mind of the particular individual involved. +LJ040-0011|For a motive that appears incomprehensible to other men may be the moving force of a man whose view of the world has been twisted,|For a motive that appears incomprehensible to other men may be the moving force of a man whose view of the world has been twisted, +LJ040-0012|possibly by factors of which those around him were only dimly aware.|possibly by factors of which those around him were only dimly aware. +LJ040-0013|Oswald's complete state of mind and character are now outside of the power of man to know.|Oswald's complete state of mind and character are now outside of the power of man to know. +LJ040-0014|He cannot, of course, be questioned or observed by those charged with the responsibility for this report or by experts on their behalf.|He cannot, of course, be questioned or observed by those charged with the responsibility for this report or by experts on their behalf. +LJ040-0015|There is, however, a large amount of material available in his writings|There is, however, a large amount of material available in his writings +LJ040-0016|and in the history of his life which does give some insight into his character and, possibly, into the motives for his act.|and in the history of his life which does give some insight into his character and, possibly, into the motives for his act. +LJ040-0017|Since Oswald is dead,|Since Oswald is dead, +LJ040-0018|the Commission is not able to reach any definite conclusions as to whether or not he was, quote, sane, unquote, under prevailing legal standards.|the Commission is not able to reach any definite conclusions as to whether or not he was, quote, sane, unquote, under prevailing legal standards. +LJ040-0019|Under our system of justice no forum could properly make that determination unless Oswald were before it.|Under our system of justice no forum could properly make that determination unless Oswald were before it. +LJ040-0020|It certainly could not be made by this Commission which, as has been pointed out above,|It certainly could not be made by this Commission which, as has been pointed out above, +LJ040-0021|ascertained the facts surrounding the assassination but did not draw conclusions concerning Oswald's legal guilt.|ascertained the facts surrounding the assassination but did not draw conclusions concerning Oswald's legal guilt. +LJ040-0022|Indications of Oswald's motivation|Indications of Oswald's motivation +LJ040-0023|may be obtained from a study of the events, relationships and influences which appear to have been significant in shaping his character and in guiding him.|may be obtained from a study of the events, relationships and influences which appear to have been significant in shaping his character and in guiding him. +LJ040-0024|Perhaps the most outstanding conclusion of such a study is that Oswald was profoundly alienated from the world in which he lived.|Perhaps the most outstanding conclusion of such a study is that Oswald was profoundly alienated from the world in which he lived. +LJ040-0025|His life was characterized by isolation, frustration, and failure.|His life was characterized by isolation, frustration, and failure. +LJ040-0026|He had very few, if any, close relationships with other people and he appeared to have great difficulty in finding a meaningful place in the world.|He had very few, if any, close relationships with other people and he appeared to have great difficulty in finding a meaningful place in the world. +LJ040-0027|He was never satisfied with anything.|He was never satisfied with anything. +LJ040-0028|When he was in the United States he resented the capitalist system which he thought was exploiting him and others like him.|When he was in the United States he resented the capitalist system which he thought was exploiting him and others like him. +LJ040-0029|He seemed to prefer the Soviet Union and he spoke highly of Cuba.|He seemed to prefer the Soviet Union and he spoke highly of Cuba. +LJ040-0030|When he was in the Soviet Union, he apparently resented the Communist Party members,|When he was in the Soviet Union, he apparently resented the Communist Party members, +LJ040-0031|who were accorded special privileges and who he thought were betraying communism, and he spoke well of the United States.|who were accorded special privileges and who he thought were betraying communism, and he spoke well of the United States. +LJ040-0032|He accused his wife of preferring others to himself and told her to return to the Soviet Union without him but without a divorce.|He accused his wife of preferring others to himself and told her to return to the Soviet Union without him but without a divorce. +LJ040-0033|At the same time he professed his love for her and said that he could not get along without her.|At the same time he professed his love for her and said that he could not get along without her. +LJ040-0034|Marina Oswald thought that he would not be happy anywhere, quote, Only on the moon, perhaps, end quote.|Marina Oswald thought that he would not be happy anywhere, quote, Only on the moon, perhaps, end quote. +LJ040-0035|While Oswald appeared to most of those who knew him as a meek and harmless person, he sometimes imagined himself as, quote, the Commander, end quote,|While Oswald appeared to most of those who knew him as a meek and harmless person, he sometimes imagined himself as, quote, the Commander, end quote, +LJ040-0036|and, apparently seriously, as a political prophet -- a man who said that after 20 years he would be prime minister.|and, apparently seriously, as a political prophet -- a man who said that after twenty years he would be prime minister. +LJ040-0037|His wife testified that he compared himself with great readers of history.|His wife testified that he compared himself with great readers of history. +LJ040-0038|Such ideas of grandeur were apparently accompanied by notions of oppression.|Such ideas of grandeur were apparently accompanied by notions of oppression. +LJ040-0039|He had a great hostility toward his environment, whatever it happened to be,|He had a great hostility toward his environment, whatever it happened to be, +LJ040-0040|which he expressed in striking and sometimes violent acts long before the assassination.|which he expressed in striking and sometimes violent acts long before the assassination. +LJ040-0041|There was some quality about him that led him to act with an apparent disregard for possible consequences.|There was some quality about him that led him to act with an apparent disregard for possible consequences. +LJ040-0042|He defected to the Soviet Union, shot at General Walker, tried to go to Cuba and even contemplated hijacking an airplane to get there.|He defected to the Soviet Union, shot at General Walker, tried to go to Cuba and even contemplated hijacking an airplane to get there. +LJ040-0043|He assassinated the President, shot Officer Tippit, resisted arrest and tried to kill another policeman in the process.|He assassinated the President, shot Officer Tippit, resisted arrest and tried to kill another policeman in the process. +LJ040-0044|Oswald apparently started reading about communism when he was about 15.|Oswald apparently started reading about communism when he was about fifteen. +LJ040-0045|In the Marines, he evidenced a strong conviction as to the correctness of Marxist doctrine,|In the Marines, he evidenced a strong conviction as to the correctness of Marxist doctrine, +LJ040-0046|which one associate described as, quote, irrevocable, end quote, but also as, quote, theoretical, end quote,|which one associate described as, quote, irrevocable, end quote, but also as, quote, theoretical, end quote, +LJ040-0047|That associate did not think that Oswald was a Communist.|That associate did not think that Oswald was a Communist. +LJ040-0048|Oswald did not always distinguish between Marxism and communism.|Oswald did not always distinguish between Marxism and communism. +LJ040-0049|He stated several times that he was a Communist but apparently never joined any Communist Party.|He stated several times that he was a Communist but apparently never joined any Communist Party. +LJ040-0050|His attachment to Marxist and Communist doctrine was probably, in some measure, an expression of his hostility to his environment.|His attachment to Marxist and Communist doctrine was probably, in some measure, an expression of his hostility to his environment. +LJ040-0051|While there is doubt about how fully Oswald understood the doctrine which he so often espoused, it seems clear|While there is doubt about how fully Oswald understood the doctrine which he so often espoused, it seems clear +LJ040-0052|that his commitment to Marxism was an important factor influencing his conduct during his adult years.|that his commitment to Marxism was an important factor influencing his conduct during his adult years. +LJ040-0053|It was an obvious element in his decision to go to Russia and later to Cuba and it probably influenced his decision to shoot at General Walker.|It was an obvious element in his decision to go to Russia and later to Cuba and it probably influenced his decision to shoot at General Walker. +LJ040-0054|It was a factor which contributed to his character and thereby might have influenced his decision to assassinate President Kennedy.|It was a factor which contributed to his character and thereby might have influenced his decision to assassinate President Kennedy. +LJ040-0055|The discussion below will describe the events known to the Commission which most clearly reveals the formation and nature of Oswald's character.|The discussion below will describe the events known to the Commission which most clearly reveals the formation and nature of Oswald's character. +LJ040-0056|It will attempt to summarize the events of his early life, his experience in New York City and in the Marine Corps, and his interest in Marxism.|It will attempt to summarize the events of his early life, his experience in New York City and in the Marine Corps, and his interest in Marxism. +LJ040-0057|It will examine his defection to the Soviet Union in 1959, his subsequent return to the United States and his life here|It will examine his defection to the Soviet Union in nineteen fifty-nine, his subsequent return to the United States and his life here +LJ040-0058|after June of 1962.|after June of nineteen sixty-two. +LJ040-0059|The review of the latter period will evaluate his personal and employment relations, his attempt to kill General Walker, his political activities,|The review of the latter period will evaluate his personal and employment relations, his attempt to kill General Walker, his political activities, +LJ040-0060|and his unsuccessful attempt to go to Cuba in late September of 1963.|and his unsuccessful attempt to go to Cuba in late September of nineteen sixty-three. +LJ040-0061|Various possible motives will be treated in the appropriate context of the discussion outlined above.|Various possible motives will be treated in the appropriate context of the discussion outlined above. +LJ040-0062|The Early Years|The Early Years +LJ040-0063|Significant in shaping the character of Lee Harvey Oswald was the death of his father, a collector of insurance premiums.|Significant in shaping the character of Lee Harvey Oswald was the death of his father, a collector of insurance premiums. +LJ040-0064|This occurred 2 months before Lee was born in New Orleans on October 18, 1939.|This occurred two months before Lee was born in New Orleans on October eighteen, nineteen thirty-nine. +LJ040-0065|That death strained the financial fortunes of the remainder of the Oswald family.|That death strained the financial fortunes of the remainder of the Oswald family. +LJ040-0066|It had its effect on Lee's mother, Marguerite, his brother Robert, who had been born in 1934,|It had its effect on Lee's mother, Marguerite, his brother Robert, who had been born in nineteen thirty-four, +LJ040-0067|and his half-brother John Pic, who had been born in 1932 during Marguerite's previous marriage.|and his half-brother John Pic, who had been born in nineteen thirty-two during Marguerite's previous marriage. +LJ040-0068|It forced Marguerite Oswald to go to work to provide for her family.|It forced Marguerite Oswald to go to work to provide for her family. +LJ040-0069|Reminding her sons that they were orphans and that the family's financial condition was poor,|Reminding her sons that they were orphans and that the family's financial condition was poor, +LJ040-0070|she placed John Pic and Robert Oswald in an orphans' home.|she placed John Pic and Robert Oswald in an orphans' home. +LJ040-0071|From the time Marguerite Oswald returned to work until December 26, 1942, when Lee too was sent to the orphans' home,|From the time Marguerite Oswald returned to work until December twenty-six, nineteen forty-two, when Lee too was sent to the orphans' home, +LJ040-0072|he was cared for principally by his mother's sister, by babysitters and by his mother, when she had time for him.|he was cared for principally by his mother's sister, by babysitters and by his mother, when she had time for him. +LJ040-0073|Marguerite Oswald withdrew Lee from the orphans' home and took him with her to Dallas when he was a little over 4 years old.|Marguerite Oswald withdrew Lee from the orphans' home and took him with her to Dallas when he was a little over four years old. +LJ040-0074|About 6 months later she also withdrew John Pic and Robert Oswald.|About six months later she also withdrew John Pic and Robert Oswald. +LJ040-0075|Apparently that action was taken in anticipation of her marriage to Edwin A. Ekdahl, which took place in May of 1945.|Apparently that action was taken in anticipation of her marriage to Edwin A. Ekdahl, which took place in May of nineteen forty-five. +LJ040-0076|In the fall of that year John Pic and Robert Oswald went to a military academy|In the fall of that year John Pic and Robert Oswald went to a military academy +LJ040-0077|where they stayed, except for vacations, until the spring of 1948.|where they stayed, except for vacations, until the spring of nineteen forty-eight. +LJ040-0078|Lee Oswald remained with his mother and Ekdahl, to whom he became quite attached.|Lee Oswald remained with his mother and Ekdahl, to whom he became quite attached. +LJ040-0079|John Pic testified that he thought Lee found in Ekdahl the father that he never had.|John Pic testified that he thought Lee found in Ekdahl the father that he never had. +LJ040-0080|That situation, however, was short-lived,|That situation, however, was short-lived, +LJ040-0081|for the relations between Marguerite Oswald and Ekdahl were stormy and they were finally divorced, after several separations and reunions,|for the relations between Marguerite Oswald and Ekdahl were stormy and they were finally divorced, after several separations and reunions, +LJ040-0082|in the summer of 1948.|in the summer of nineteen forty-eight. +LJ040-0083|After the divorce Mrs. Oswald complained considerably about how unfairly she was treated,|After the divorce Mrs. Oswald complained considerably about how unfairly she was treated, +LJ040-0084|dwelling on the fact that she was a widow with three children.|dwelling on the fact that she was a widow with three children. +LJ040-0085|John Pic, however, did not think her position was worse than that of many other people.|John Pic, however, did not think her position was worse than that of many other people. +LJ040-0086|In the fall of 1948 she told John Pic and Robert Oswald|In the fall of nineteen forty-eight she told John Pic and Robert Oswald +LJ040-0087|that she could not afford to send them back to the military school and she asked Pic to quit school entirely to help support the family.|that she could not afford to send them back to the military school and she asked Pic to quit school entirely to help support the family. +LJ040-0088|which he did for 4 months in the fall of 1948.|which he did for four months in the fall of nineteen forty-eight. +LJ040-0089|In order to supplement their income further she falsely swore that Pic was 17 years old so that he could join the Marine Corps Reserves.|In order to supplement their income further she falsely swore that Pic was seventeen years old so that he could join the Marine Corps Reserves. +LJ040-0090|Pic did turn over part of his income to his mother,|Pic did turn over part of his income to his mother, +LJ040-0091|but he returned to high school in January of 1949, where he stayed until 3 days before he was scheduled to graduate,|but he returned to high school in January of nineteen forty-nine, where he stayed until three days before he was scheduled to graduate, +LJ040-0092|when he left school in order to get into the Coast Guard. Since his mother did not approve of his decision to continue school|when he left school in order to get into the Coast Guard. Since his mother did not approve of his decision to continue school +LJ040-0093|he accepted the responsibility for that decision himself and signed his mother's name to all his own excuses and report cards.|he accepted the responsibility for that decision himself and signed his mother's name to all his own excuses and report cards. +LJ040-0094|Pic thought that his mother overstated her financial problems and was unduly concerned about money.|Pic thought that his mother overstated her financial problems and was unduly concerned about money. +LJ040-0095|Referring to the period after the divorce from Ekdahl, which was apparently caused in part by Marguerite's desire to get more money from him,|Referring to the period after the divorce from Ekdahl, which was apparently caused in part by Marguerite's desire to get more money from him, +LJ040-0096|Pic said, quote,|Pic said, quote, +LJ040-0097|Lee was brought up in this atmosphere of constant money problems, and I am sure it had quite an effect on him, and also Robert, end quote.|Lee was brought up in this atmosphere of constant money problems, and I am sure it had quite an effect on him, and also Robert, end quote. +LJ040-0098|Marguerite Oswald worked in miscellaneous jobs after her divorce from Ekdahl.|Marguerite Oswald worked in miscellaneous jobs after her divorce from Ekdahl. +LJ040-0099|When she worked for a time as an insurance saleslady,|When she worked for a time as an insurance saleslady, +LJ040-0100|she would sometimes take Lee with her, apparently leaving him alone in the car while she transacted her business.|she would sometimes take Lee with her, apparently leaving him alone in the car while she transacted her business. +LJ040-0101|When she worked during the school year, Lee had to leave an empty house in the morning,|When she worked during the school year, Lee had to leave an empty house in the morning, +LJ040-0102|return to it for lunch and then again at night, his mother having trained him to do that rather than to play with other children.|return to it for lunch and then again at night, his mother having trained him to do that rather than to play with other children. +LJ040-0103|An indication of the nature of Lee's character at this time was provided in the spring of 1950,|An indication of the nature of Lee's character at this time was provided in the spring of nineteen fifty, +LJ040-0104|when he was sent to New Orleans to visit the family of his mother's sister, Mrs. Lillian Murret, for 2 or 3 weeks.|when he was sent to New Orleans to visit the family of his mother's sister, Mrs. Lillian Murret, for two or three weeks. +LJ040-0105|Despite their urgings, he refused to play with the other children his own age.|Despite their urgings, he refused to play with the other children his own age. +LJ040-0106|It also appears that Lee tried to tag along with his older brothers|It also appears that Lee tried to tag along with his older brothers +LJ040-0108|which became more significant as the children grew older.|which became more significant as the children grew older. +LJ040-0109|Whatever problems may have been created by Lee's home life in Louisiana and Texas,|Whatever problems may have been created by Lee's home life in Louisiana and Texas, +LJ040-0110|he apparently adjusted well enough there to have had an average, although gradually deteriorating, school record|he apparently adjusted well enough there to have had an average, although gradually deteriorating, school record +LJ040-0111|with no behavior or truancy problems.|with no behavior or truancy problems. +LJ040-0112|That was not the case, however, after he and his mother moved to New York in August of 1952, shortly before Lee's 13th birthday.|That was not the case, however, after he and his mother moved to New York in August of nineteen fifty-two, shortly before Lee's thirteenth birthday. +LJ040-0113|They moved shortly after Robert joined the Marines; they lived for a time with John Pic who was stationed there with the Coast Guard.|They moved shortly after Robert joined the Marines; they lived for a time with John Pic who was stationed there with the Coast Guard. +LJ040-0114|Relations soon became strained, however, so in late September Lee and his mother moved to their own apartment in the Bronx.|Relations soon became strained, however, so in late September Lee and his mother moved to their own apartment in the Bronx. +LJ040-0115|Pic and his wife would have been happy to have kept Lee, however,|Pic and his wife would have been happy to have kept Lee, however, +LJ040-0116|who was becoming quite a disciplinary problem for his mother, having struck her on at least one occasion.|who was becoming quite a disciplinary problem for his mother, having struck her on at least one occasion. +LJ040-0117|The short-lived stay with the Pics was terminated after an incident in which Lee allegedly pulled out a pocket knife during an argument|The short-lived stay with the Pics was terminated after an incident in which Lee allegedly pulled out a pocket knife during an argument +LJ040-0118|and threatened to use it on Mrs. Pic.|and threatened to use it on Mrs. Pic. +LJ040-0120|Lee refused to discuss the matter with Pic, whom he had previously idolized, and their relations were strained thereafter.|Lee refused to discuss the matter with Pic, whom he had previously idolized, and their relations were strained thereafter. +LJ040-0121|On September 30, 1952, Lee enrolled in P.S. 117|On September thirty, nineteen fifty-two, Lee enrolled in P.S. one seventeen +LJ040-0122|a junior high school in the Bronx, where the other children apparently teased him because of his, quote, western clothes and Texas accent.|a junior high school in the Bronx, where the other children apparently teased him because of his, quote, western clothes and Texas accent. +LJ040-0123|He began to stay away from school, preferring to read magazines and watch television at home by himself.|He began to stay away from school, preferring to read magazines and watch television at home by himself. +LJ040-0124|This continued despite the efforts of the school authorities and, to a lesser extent, of his mother to have him return to school.|This continued despite the efforts of the school authorities and, to a lesser extent, of his mother to have him return to school. +LJ040-0125|Truancy charges were brought against him alleging that he was, quote, beyond the control of his mother insofar as school attendance is concerned, end quote.|Truancy charges were brought against him alleging that he was, quote, beyond the control of his mother insofar as school attendance is concerned, end quote. +LJ040-0126|Oswald was remanded for psychiatric observation to Youth House, an institution in which children are kept for psychiatric observation|Oswald was remanded for psychiatric observation to Youth House, an institution in which children are kept for psychiatric observation +LJ040-0127|or for detention pending court appearance or commitment to a child-caring or custodial institution such as a training school.|or for detention pending court appearance or commitment to a child-caring or custodial institution such as a training school. +LJ040-0128|He was in Youth House from April 16 to May 7, 1953,|He was in Youth House from April sixteen to May seven, nineteen fifty-three, +LJ040-0129|during which time he was examined by its Chief Psychiatrist, Dr. Renatus Hartogs,|during which time he was examined by its Chief Psychiatrist, Dr. Renatus Hartogs, +LJ040-0130|and interviewed and observed by other members of the Youth House staff.|and interviewed and observed by other members of the Youth House staff. +LJ040-0131|Marguerite Oswald visited her son at Youth House, where she recalled that she waited in line, quote,|Marguerite Oswald visited her son at Youth House, where she recalled that she waited in line, quote, +LJ040-0132|with Puerto Ricans and Negroes and everything, end quote.|with Puerto Ricans and Negroes and everything, end quote. +LJ040-0133|She said that her pocketbook was searched, quote, because the children in this home were such criminals, dope fiends, and had been in criminal offenses,|She said that her pocketbook was searched, quote, because the children in this home were such criminals, dope fiends, and had been in criminal offenses, +LJ040-0134|that anybody entering this home had to be searched in case the parents were bringing cigarettes or narcotics or anything, end quote.|that anybody entering this home had to be searched in case the parents were bringing cigarettes or narcotics or anything, end quote. +LJ040-0135|She recalled that Lee cried and said, quote, Mother, I want to get out of here.|She recalled that Lee cried and said, quote, Mother, I want to get out of here. +LJ040-0136|There are children in here who have killed people, and smoke. I want to get out, end quote,|There are children in here who have killed people, and smoke. I want to get out, end quote, +LJ040-0137|Marguerite Oswald said that she had not realized until then in what kind of place her son had been confined.|Marguerite Oswald said that she had not realized until then in what kind of place her son had been confined. +LJ040-0138|On the other hand, Lee told his probation officer, John Carro, that, quote,|On the other hand, Lee told his probation officer, John Carro, that, quote, +LJ040-0139|while he liked Youth House, he missed the freedom of doing what he wanted. He indicated that he did not miss his mother, end quote.|while he liked Youth House, he missed the freedom of doing what he wanted. He indicated that he did not miss his mother, end quote. +LJ040-0140|Mrs. Evelyn D Siegel, a social worker who interviewed both Lee and his mother while Lee was confined in Youth House,|Mrs. Evelyn D Siegel, a social worker who interviewed both Lee and his mother while Lee was confined in Youth House, +LJ040-0141|reported that Lee, quote, confided that the worse thing about Youth House was the fact that he had to be with other boys all the time,|reported that Lee, quote, confided that the worse thing about Youth House was the fact that he had to be with other boys all the time, +LJ040-0142|was disturbed about disrobing in front of them, taking showers with them etc., end quote.|was disturbed about disrobing in front of them, taking showers with them etc., end quote. +LJ040-0143|Contrary to reports that appeared after the assassination, the psychiatric examination did not indicate that Lee Oswald was a potential assassin,|Contrary to reports that appeared after the assassination, the psychiatric examination did not indicate that Lee Oswald was a potential assassin, +LJ040-0144|potentially dangerous, that, quote, his outlook on life had strongly paranoid overtones, end quote, or that he should be institutionalized.|potentially dangerous, that, quote, his outlook on life had strongly paranoid overtones, end quote, or that he should be institutionalized. +LJ040-0145|Dr. Hartogs did find Oswald to be a tense, withdrawn, and evasive boy who intensely disliked talking about himself and his feelings.|Dr. Hartogs did find Oswald to be a tense, withdrawn, and evasive boy who intensely disliked talking about himself and his feelings. +LJ040-0146|He noted that Lee liked to give the impression that he did not care for other people but preferred to keep to himself,|He noted that Lee liked to give the impression that he did not care for other people but preferred to keep to himself, +LJ040-0147|so that he was not bothered and did not have to make the effort of communicating.|so that he was not bothered and did not have to make the effort of communicating. +LJ040-0148|Oswald's withdrawn tendencies and solitary habits were thought to be the result of, quote,|Oswald's withdrawn tendencies and solitary habits were thought to be the result of, quote, +LJ040-0149|intense anxiety, shyness, feelings of awkwardness and insecurity, end quote.|intense anxiety, shyness, feelings of awkwardness and insecurity, end quote. +LJ040-0150|He was reported to have said, quote, I don't want a friend and I don't like to talk to people, end quote, and, quote, I dislike everybody, end quote.|He was reported to have said, quote, I don't want a friend and I don't like to talk to people, end quote, and, quote, I dislike everybody, end quote. +LJ040-0151|He was also described as having a, quote, Vivid fantasy life,|He was also described as having a, quote, Vivid fantasy life, +LJ040-0152|turning around the topics of omnipotence and power, through which he tries to compensate for his present shortcomings and frustrations, end quote.|turning around the topics of omnipotence and power, through which he tries to compensate for his present shortcomings and frustrations, end quote. +LJ040-0153|Dr. Hartogs summarized his report by stating:|Dr. Hartogs summarized his report by stating: +LJ040-0154|Quote, this 13 year old well built boy has superior mental resources and functions only slightly below his capacity level|Quote, this thirteen year old well built boy has superior mental resources and functions only slightly below his capacity level +LJ040-0155|in spite of chronic truancy from school which brought him into Youth House.|in spite of chronic truancy from school which brought him into Youth House. +LJ040-0156|No finding of neurological impairment or psychotic mental changes could be made.|No finding of neurological impairment or psychotic mental changes could be made. +LJ040-0157|Lee has to be diagnosed as, quote, personality pattern disturbance with schizoid features and passive-aggressive tendencies, end quote.|Lee has to be diagnosed as, quote, personality pattern disturbance with schizoid features and passive-aggressive tendencies, end quote. +LJ040-0158|Lee has to be seen as an emotionally, quite disturbed youngster|Lee has to be seen as an emotionally, quite disturbed youngster +LJ040-0159|who suffers under the impact of really existing emotional isolation|who suffers under the impact of really existing emotional isolation +LJ040-0160|and deprivation, lack of affection, absence of family life and rejection by a self involved and conflicted mother.|and deprivation, lack of affection, absence of family life and rejection by a self involved and conflicted mother. +LJ040-0162|There, he suggested, Lee should be treated by a male psychiatrist who could substitute for the lack of a father figure.|There, he suggested, Lee should be treated by a male psychiatrist who could substitute for the lack of a father figure. +LJ040-0163|He also recommended that Mrs. Oswald seek, quote, psychotherapeutic guidance through contact with a family agency, end quote.|He also recommended that Mrs. Oswald seek, quote, psychotherapeutic guidance through contact with a family agency, end quote. +LJ040-0164|The possibility of commitment was to be considered only if the probation plan was not successful.|The possibility of commitment was to be considered only if the probation plan was not successful. +LJ040-0165|Lee's withdrawal was also noted by Mrs. Siegel, who described him as a, quote, seriously detached, withdrawn youngster, end quote.|Lee's withdrawal was also noted by Mrs. Siegel, who described him as a, quote, seriously detached, withdrawn youngster, end quote. +LJ040-0166|She also noted that there was, quote, a rather pleasant, appealing quality about this emotionally starved, affectionless youngster|She also noted that there was, quote, a rather pleasant, appealing quality about this emotionally starved, affectionless youngster +LJ040-0167|which grows as one speaks to him, end quote.|which grows as one speaks to him, end quote. +LJ040-0168|She thought that he had detached himself from the world around him because, quote, no one in it ever met any of his needs for love, end quote.|She thought that he had detached himself from the world around him because, quote, no one in it ever met any of his needs for love, end quote. +LJ040-0170|because he didn't make friends with the boys in the neighborhood. She thought that he, quote, withdrew into a completely solitary and detached existence|because he didn't make friends with the boys in the neighborhood. She thought that he, quote, withdrew into a completely solitary and detached existence +LJ040-0171|where he did as he wanted and he didn't have to live by any rules or come into contact with people, end quote.|where he did as he wanted and he didn't have to live by any rules or come into contact with people, end quote. +LJ040-0172|Mrs. Siegel concluded that Lee, quote, just felt that his mother never gave a damn for him.|Mrs. Siegel concluded that Lee, quote, just felt that his mother never gave a damn for him. +LJ040-0173|He always felt like a burden that she simply just had to tolerate, end quote.|He always felt like a burden that she simply just had to tolerate, end quote. +LJ040-0174|Lee confirmed some of those observations by saying that he felt almost as if there were a veil between him and other people|Lee confirmed some of those observations by saying that he felt almost as if there were a veil between him and other people +LJ040-0175|through which they could not reach him, but that he preferred the veil to remain intact.|through which they could not reach him, but that he preferred the veil to remain intact. +LJ040-0176|He admitted to fantasies about being powerful and sometimes hurting and killing people, but refused to elaborate on them.|He admitted to fantasies about being powerful and sometimes hurting and killing people, but refused to elaborate on them. +LJ040-0177|He took the position that such matters were his own business.|He took the position that such matters were his own business. +LJ040-0178|A psychological human figure-drawing test corroborated the interviewer's findings that Lee was insecure and had limited social contacts.|A psychological human figure-drawing test corroborated the interviewer's findings that Lee was insecure and had limited social contacts. +LJ040-0179|Irving Sokolow, a Youth House psychologist reported that, quote,|Irving Sokolow, a Youth House psychologist reported that, quote, +LJ040-0180|The Human Figure Drawings are empty, poor characterizations of persons approximately the same age as the subject.|The Human Figure Drawings are empty, poor characterizations of persons approximately the same age as the subject. +LJ040-0181|They reflect a considerable amount of impoverishment in the social and emotional areas.|They reflect a considerable amount of impoverishment in the social and emotional areas. +LJ040-0182|He appears to be a somewhat insecure youngster exhibiting much inclination for warm and satisfying relationships to others.|He appears to be a somewhat insecure youngster exhibiting much inclination for warm and satisfying relationships to others. +LJ040-0183|There is some indication that he may relate to men more easily than to women in view of the more mature conceptualisation.|There is some indication that he may relate to men more easily than to women in view of the more mature conceptualisation. +LJ040-0184|He appears slightly withdrawn and in view of the lack of detail within the drawings this may assume a more significant characteristic.|He appears slightly withdrawn and in view of the lack of detail within the drawings this may assume a more significant characteristic. +LJ040-0185|He exhibits some difficulty in relationship to the maternal figure suggesting more anxiety in this area than in any other.|He exhibits some difficulty in relationship to the maternal figure suggesting more anxiety in this area than in any other. +LJ040-0186|Lee scored an IQ of 118 on the Wechsler Intelligence Scale for Children.|Lee scored an I.Q. of one eighteen on the Wechsler Intelligence Scale for Children. +LJ040-0187|According to Sokolow, this indicated a, quote, present intellectual functioning in the upper range of bright normal intelligence, end quote.|According to Sokolow, this indicated a, quote, present intellectual functioning in the upper range of bright normal intelligence, end quote. +LJ040-0188|Sokolow said that although Lee was, quote, presumably disinterested in school subjects he operates on a much higher than average level, end quote.|Sokolow said that although Lee was, quote, presumably disinterested in school subjects he operates on a much higher than average level, end quote. +LJ040-0189|On the Monroe Silent Reading Test, Lee's score indicated no retardation in reading speed and comprehension;|On the Monroe Silent Reading Test, Lee's score indicated no retardation in reading speed and comprehension; +LJ040-0190|he had better than average ability in arithmetical reasoning for his age group.|he had better than average ability in arithmetical reasoning for his age group. +LJ040-0191|Lee told Carro, his probation officer, that he liked to be by himself because he had too much difficulty in making friends.|Lee told Carro, his probation officer, that he liked to be by himself because he had too much difficulty in making friends. +LJ040-0192|The reports of Carro and Mrs. Siegel also indicate an ambivalent attitude toward authority on Oswald's part.|The reports of Carro and Mrs. Siegel also indicate an ambivalent attitude toward authority on Oswald's part. +LJ040-0193|Carro reported that Lee was disruptive in class after he returned to school on a regular basis in the fall of 1953.|Carro reported that Lee was disruptive in class after he returned to school on a regular basis in the fall of nineteen fifty-three. +LJ040-0194|He had refused to salute the flag and was doing very little, if any, work.|He had refused to salute the flag and was doing very little, if any, work. +LJ040-0195|It appears that he did not want to do any of the things which the authorities suggested in their efforts to bring him out of the shell|It appears that he did not want to do any of the things which the authorities suggested in their efforts to bring him out of the shell +LJ040-0196|into which he appeared to be retreating.|into which he appeared to be retreating. +LJ040-0197|He told Mrs. Siegel that he would run away if sent to a boarding school.|He told Mrs. Siegel that he would run away if sent to a boarding school. +LJ040-0198|On the other hand he also told her that he wished his mother had been more firm with him in her attempts to get him to return to school.|On the other hand he also told her that he wished his mother had been more firm with him in her attempts to get him to return to school. +LJ040-0199|The reports of the New York authorities indicate that Lee's mother gave him very little affection and did not serve as any sort of substitute for a father.|The reports of the New York authorities indicate that Lee's mother gave him very little affection and did not serve as any sort of substitute for a father. +LJ040-0200|Furthermore she did not appear to understand her own relationship to Lee's psychological problems.|Furthermore she did not appear to understand her own relationship to Lee's psychological problems. +LJ040-0201|After her interview with Mrs. Oswald,|After her interview with Mrs. Oswald, +LJ040-0202|Mrs. Siegel described her as a smartly dressed, gray haired woman, very self-possessed and alert and superficially affable,|Mrs. Siegel described her as a smartly dressed, gray haired woman, very self-possessed and alert and superficially affable, +LJ040-0203|but essentially a, quote, defensive, rigid, self-involved person|but essentially a, quote, defensive, rigid, self-involved person +LJ040-0204|who had real difficulty in accepting and relating to people, end quote, and who had, quote, little understanding, end quote, of Lee's behavior|who had real difficulty in accepting and relating to people, end quote, and who had, quote, little understanding, end quote, of Lee's behavior +LJ040-0205|and of the, quote, protective shell he has drawn around himself, end quote. Dr. Hartogs reported that Mrs. Oswald did not understand|and of the, quote, protective shell he has drawn around himself, end quote. Dr. Hartogs reported that Mrs. Oswald did not understand +LJ040-0206|that Lee's withdrawal was a form of, quote, violent but silent protest against his neglect by her|that Lee's withdrawal was a form of, quote, violent but silent protest against his neglect by her +LJ040-0207|and represents his reaction to a complete absence of any real family life, end quote.|and represents his reaction to a complete absence of any real family life, end quote. +LJ040-0208|Carro reported that when questioned about his mother Lee said, quote,|Carro reported that when questioned about his mother Lee said, quote, +LJ040-0209|well I've got to live with her. I guess I love her, end quote.|well I've got to live with her. I guess I love her, end quote. +LJ040-0210|It may also be significant that, as reported by John Pic, quote, Lee slept with my mother until I joined the service in 1950.|It may also be significant that, as reported by John Pic, quote, Lee slept with my mother until I joined the service in nineteen fifty. +LJ040-0211|This would make him approximately 10, well, almost 11 years old. End quote.|This would make him approximately ten, well, almost eleven years old. End quote. +LJ040-0212|The factors in Lee Oswald's personality which were noted by those who had contact with him in New York indicate|The factors in Lee Oswald's personality which were noted by those who had contact with him in New York indicate +LJ040-0213|that he had great difficulty in adapting himself to conditions in that city.|that he had great difficulty in adapting himself to conditions in that city. +LJ040-0214|His usual reaction to the problems which he encountered there was simply withdrawal.|His usual reaction to the problems which he encountered there was simply withdrawal. +LJ040-0215|Those factors indicated a severe inability to enter into relationships with other people.|Those factors indicated a severe inability to enter into relationships with other people. +LJ040-0216|In view of his experiences when he visited his relatives in New Orleans in the spring of 1950, and his other solitary habits,|In view of his experiences when he visited his relatives in New Orleans in the spring of nineteen fifty, and his other solitary habits, +LJ040-0217|Lee had apparently been experiencing similar problems before going to New York,|Lee had apparently been experiencing similar problems before going to New York, +LJ040-0218|and as will be shown below, this failure to adapt to his environment was a dominant trait in his later life.|and as will be shown below, this failure to adapt to his environment was a dominant trait in his later life. +LJ040-0219|It would be incorrect, however, to believe that those aspects of Lee's personality which were observed in New York|It would be incorrect, however, to believe that those aspects of Lee's personality which were observed in New York +LJ040-0220|could have led anyone to predict the outburst of violence which finally occurred.|could have led anyone to predict the outburst of violence which finally occurred. +LJ040-0221|Carro was the only one of Oswald's three principal observers who recommended that he be placed in a boy's home or similar institution.|Carro was the only one of Oswald's three principal observers who recommended that he be placed in a boy's home or similar institution. +LJ040-0222|But Carro was quite specific that his recommendation was based primarily on the adverse factors in Lee's environment|But Carro was quite specific that his recommendation was based primarily on the adverse factors in Lee's environment +LJ040-0223|his lack of friends, the apparent unavailability of any agency assistance and the ineffectualness of his mother|his lack of friends, the apparent unavailability of any agency assistance and the ineffectualness of his mother +LJ040-0224|and not on any particular mental disturbance, in the boy himself.|and not on any particular mental disturbance, in the boy himself. +LJ040-0225|Carro testified that, quote, There was nothing that would lead me to believe when I saw him at the age of 12 that them would be seeds of destruction for somebody.|Carro testified that, quote, There was nothing that would lead me to believe when I saw him at the age of twelve that them would be seeds of destruction for somebody. +LJ040-0226|I couldn't in all honesty sincerely say such a thing.|I couldn't in all honesty sincerely say such a thing. +LJ040-0227|Mrs. Siegel concluded her report with the statement that, quote,|Mrs. Siegel concluded her report with the statement that, quote, +LJ040-0228|Despite his withdrawal, he gives the impression that he is not so difficult to reach as he appears and patient, prolonged effort|Despite his withdrawal, he gives the impression that he is not so difficult to reach as he appears and patient, prolonged effort +LJ040-0229|in a sustained relationship with one therapist might bring results.|in a sustained relationship with one therapist might bring results. +LJ040-0230|There are indications that he has suffered serious personality damage but if he can receive help quickly this might be repaired to some extent, end quote.|There are indications that he has suffered serious personality damage but if he can receive help quickly this might be repaired to some extent, end quote. +LJ040-0231|Lee Oswald never received that help.|Lee Oswald never received that help. +LJ040-0232|Few social agencies even in New York were equipped to provide the kind of intensive treatment that he needed,|Few social agencies even in New York were equipped to provide the kind of intensive treatment that he needed, +LJ040-0233|and when one of the city's clinics did find room to handle him,|and when one of the city's clinics did find room to handle him, +LJ040-0234|for some reason the record does not show, advantage was never taken of the chance afforded to Oswald.|for some reason the record does not show, advantage was never taken of the chance afforded to Oswald. +LJ040-0235|When Lee became a disciplinary problem upon his return to school in the fall of 1953,|When Lee became a disciplinary problem upon his return to school in the fall of nineteen fifty-three, +LJ040-0236|and when his mother failed to cooperate in any way with school authorities,|and when his mother failed to cooperate in any way with school authorities, +LJ040-0237|authorities were finally forced to consider placement in a home for boys.|authorities were finally forced to consider placement in a home for boys. +LJ040-0238|Such a placement was postponed, however, perhaps in part at least because Lee's behavior suddenly improved.|Such a placement was postponed, however, perhaps in part at least because Lee's behavior suddenly improved. +LJ040-0239|Before the court took any action, the Oswalds left New York in January of 1954,|Before the court took any action, the Oswalds left New York in January of nineteen fifty-four, +LJ040-0240|and returned to New Orleans where Lee finished the ninth grade before he left school to work for a year.|and returned to New Orleans where Lee finished the ninth grade before he left school to work for a year. +LJ041-0001|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy.|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. +LJ041-0002|Chapter 7. Lee Harvey Oswald: Background and Possible Motives, Part 2.|Chapter seven. Lee Harvey Oswald: Background and Possible Motives, Part two. +LJ041-0003|Return to New Orleans and Joining the Marine Corps|Return to New Orleans and Joining the Marine Corps +LJ041-0004|After his return to New Orleans Oswald was teased at school because of the northern accent which he had acquired.|After his return to New Orleans Oswald was teased at school because of the northern accent which he had acquired. +LJ041-0005|He concluded that school had nothing to offer him.|He concluded that school had nothing to offer him. +LJ041-0006|His mother exercised little control over him and thought he could decide for himself whether to go on in school.|His mother exercised little control over him and thought he could decide for himself whether to go on in school. +LJ041-0007|Neighbors and others who knew him at that time recall an introverted boy who read a great deal.|Neighbors and others who knew him at that time recall an introverted boy who read a great deal. +LJ041-0008|He took walks and visited museums, and sometimes rode a rented bicycle in the park on Saturday mornings.|He took walks and visited museums, and sometimes rode a rented bicycle in the park on Saturday mornings. +LJ041-0009|Mrs. Murret believes that he talked at length with a girl on the telephone, but no one remembers that he had any dates.|Mrs. Murret believes that he talked at length with a girl on the telephone, but no one remembers that he had any dates. +LJ041-0010|A friend, Edward Voebel, testified that, quote, he was more bashful about girls than anything else, end quote.|A friend, Edward Voebel, testified that, quote, he was more bashful about girls than anything else, end quote. +LJ041-0011|Several witnesses testified that Lee Oswald was not aggressive. He was, however, involved in some fights.|Several witnesses testified that Lee Oswald was not aggressive. He was, however, involved in some fights. +LJ041-0012|Once a group of white boys beat him up for sitting in the Negro section of a bus, which he apparently did simply out of ignorance.|Once a group of white boys beat him up for sitting in the Negro section of a bus, which he apparently did simply out of ignorance. +LJ041-0013|Another time, he fought with two brothers who claimed that he had picked on the younger of them, 3 years Oswald's junior.|Another time, he fought with two brothers who claimed that he had picked on the younger of them, three years Oswald's junior. +LJ041-0014|Two days later, quote, some big guy, probably from a high school -- he looked like a tremendous football player, end quote,|Two days later, quote, some big guy, probably from a high school -- he looked like a tremendous football player, end quote, +LJ041-0015|accosted Oswald on the way home from school and punched him in the mouth, making his lip bleed and loosening a tooth.|accosted Oswald on the way home from school and punched him in the mouth, making his lip bleed and loosening a tooth. +LJ041-0016|Voebel took Oswald back to the school to attend to his wounds, and their, quote, mild friendship, end quote, stemmed from that incident.|Voebel took Oswald back to the school to attend to his wounds, and their, quote, mild friendship, end quote, stemmed from that incident. +LJ041-0017|Voebel also recalled that Oswald once outlined a plan to cut the glass in the window of a store on Rampart Street and steal a pistol,|Voebel also recalled that Oswald once outlined a plan to cut the glass in the window of a store on Rampart Street and steal a pistol, +LJ041-0018|but he was not sure then that Oswald meant to carry out the plan, and in fact they never did.|but he was not sure then that Oswald meant to carry out the plan, and in fact they never did. +LJ041-0019|Voebel said that Oswald, quote, wouldn't start any fights, but if you wanted to start one with him, he was going to make sure that he ended it,|Voebel said that Oswald, quote, wouldn't start any fights, but if you wanted to start one with him, he was going to make sure that he ended it, +LJ041-0020|or you were going to really have one, because he wasn't going to take anything from anybody, end quote.|or you were going to really have one, because he wasn't going to take anything from anybody, end quote. +LJ041-0021|In a space for the names of, quote, close friends, end quote, on the ninth grade personal history record,|In a space for the names of, quote, close friends, end quote, on the ninth grade personal history record, +LJ041-0022|Oswald first wrote, quote, Edward Vogel, end quote, an obvious misspelling of Voebel's name,|Oswald first wrote, quote, Edward Vogel, end quote, an obvious misspelling of Voebel's name, +LJ041-0023|and, quote, Arthor Abear, end quote, most likely Arthur Hebert, a classmate who has said that he did not know Oswald well.|and, quote, Arthor Abear, end quote, most likely Arthur Hebert, a classmate who has said that he did not know Oswald well. +LJ041-0024|Oswald erased those names, however, and indicated that he had no close friends.|Oswald erased those names, however, and indicated that he had no close friends. +LJ041-0025|It has been suggested that this misspelling of names, apparently on a phonetic basis, was caused by a reading-spelling disability|It has been suggested that this misspelling of names, apparently on a phonetic basis, was caused by a reading-spelling disability +LJ041-0026|from which Oswald appeared to suffer.|from which Oswald appeared to suffer. +LJ041-0027|Other evidence of the existence of such a disability is provided by the many other misspellings that appear in Oswald's writings, portions of which are quoted below.|Other evidence of the existence of such a disability is provided by the many other misspellings that appear in Oswald's writings, portions of which are quoted below. +LJ041-0028|Sometime during this period, and under circumstances to be discussed more fully below,|Sometime during this period, and under circumstances to be discussed more fully below, +LJ041-0029|Oswald started to read Communist literature, which he obtained from the public library.|Oswald started to read Communist literature, which he obtained from the public library. +LJ041-0030|One of his fellow employees, Palmer McBride, stated that Oswald said he would like to kill President Eisenhower because he was exploiting the working class.|One of his fellow employees, Palmer McBride, stated that Oswald said he would like to kill President Eisenhower because he was exploiting the working class. +LJ041-0031|Oswald praised Khrushchev and suggested that he and McBride join the Communist Party, quote, to take advantage of their social functions, end quote.|Oswald praised Khrushchev and suggested that he and McBride join the Communist Party, quote, to take advantage of their social functions, end quote. +LJ041-0032|Oswald also became interested in the New Orleans Amateur Astronomy Association, an organization of high school students.|Oswald also became interested in the New Orleans Amateur Astronomy Association, an organization of high school students. +LJ041-0033|The association's then president, William E. Wulf, testified that he remembered an occasion when Oswald, quote,|The association's then president, William E. Wulf, testified that he remembered an occasion when Oswald, quote, +LJ041-0034|started expounding the Communist doctrine and saying that he was highly interested in communism, that communism was the only way of life for the worker, et cetera,|started expounding the Communist doctrine and saying that he was highly interested in communism, that communism was the only way of life for the worker, et cetera, +LJ041-0035|and then came out with a statement that he was looking for a Communist cell in town to join but he couldn't find any.|and then came out with a statement that he was looking for a Communist cell in town to join but he couldn't find any. +LJ041-0036|He was a little dismayed at this, and he said that he couldn't find any that would show any interest in him as a Communist,|He was a little dismayed at this, and he said that he couldn't find any that would show any interest in him as a Communist, +LJ041-0037|and subsequently, after this conversation, my father came in and we were kind of arguing back and forth about the situation, and my father came in the room,|and subsequently, after this conversation, my father came in and we were kind of arguing back and forth about the situation, and my father came in the room, +LJ041-0038|heard what we were arguing on communism, and that this boy was loud-mouthed, boisterous, and my father asked him to leave the house and politely put him out of the house,|heard what we were arguing on communism, and that this boy was loud-mouthed, boisterous, and my father asked him to leave the house and politely put him out of the house, +LJ041-0039|and that is the last I have seen or spoken with Oswald. End quote.|and that is the last I have seen or spoken with Oswald. End quote. +LJ041-0040|Despite this apparent interest in communism, Oswald tried to join the Marines when he was 16 years old.|Despite this apparent interest in communism, Oswald tried to join the Marines when he was sixteen years old. +LJ041-0041|This was 1 year before his actual enlistment and just a little over 2.5 years after he left New York.|This was one year before his actual enlistment and just a little over two point five years after he left New York. +LJ041-0042|He wrote a note in his mother's name to school authorities in New Orleans saying that he was leaving school because he and his mother were moving to San Diego.|He wrote a note in his mother's name to school authorities in New Orleans saying that he was leaving school because he and his mother were moving to San Diego. +LJ041-0043|In fact, he had quit school in an attempt to obtain his mother's assistance to join the Marines.|In fact, he had quit school in an attempt to obtain his mother's assistance to join the Marines. +LJ041-0044|While he apparently was able to induce his mother to make a false statement about his age|While he apparently was able to induce his mother to make a false statement about his age +LJ041-0045|he was nevertheless unable to convince the proper authorities that he was really 17 years old.|he was nevertheless unable to convince the proper authorities that he was really seventeen years old. +LJ041-0046|There is evidence that Oswald was greatly influenced in his decision to join the Marines by the fact that his brother Robert had done so|There is evidence that Oswald was greatly influenced in his decision to join the Marines by the fact that his brother Robert had done so +LJ041-0047|approximately 3 years before. Robert Oswald had given his Marine Corps manual to his brother Lee,|approximately three years before. Robert Oswald had given his Marine Corps manual to his brother Lee, +LJ041-0048|who studied it during the year following his unsuccessful attempt to enlist until, quote, He knew it by heart, end quote.|who studied it during the year following his unsuccessful attempt to enlist until, quote, He knew it by heart, end quote. +LJ041-0049|According to Marguerite Oswald, quote, Lee lived for the time that he would become 17 years old to join the Marines -- that whole year, end quote.|According to Marguerite Oswald, quote, Lee lived for the time that he would become seventeen years old to join the Marines -- that whole year, end quote. +LJ041-0050|In John Pic's view,|In John Pic's view, +LJ041-0051|Oswald was motivated to join the Marines in large part by a desire, quote, to get from out and under the yoke of oppression from my mother, end quote.|Oswald was motivated to join the Marines in large part by a desire, quote, to get from out and under the yoke of oppression from my mother, end quote. +LJ041-0052|Oswald's inability or lack of desire to enter into meaningful relationships with other people|Oswald's inability or lack of desire to enter into meaningful relationships with other people +LJ041-0053|continued during this period in New Orleans (1954 to 1956).|continued during this period in New Orleans (nineteen fifty-four to nineteen fifty-six). +LJ041-0054|It probably contributed greatly to the general dissatisfaction which he exhibited with his environment,|It probably contributed greatly to the general dissatisfaction which he exhibited with his environment, +LJ041-0055|a dissatisfaction which seemed to find expression at this particular point|a dissatisfaction which seemed to find expression at this particular point +LJ041-0056|in his intense desire to join the Marines and get away from his surroundings and his mother.|in his intense desire to join the Marines and get away from his surroundings and his mother. +LJ041-0057|His study of Communist literature,|His study of Communist literature, +LJ041-0058|which might appear to be inconsistent with his desire to join the Marines, could have been another manifestation of Oswald's rejection of his environment.|which might appear to be inconsistent with his desire to join the Marines, could have been another manifestation of Oswald's rejection of his environment. +LJ041-0059|His difficulty in relating to other people and his general dissatisfaction with the world around him continued while he was in the Marine Corps.|His difficulty in relating to other people and his general dissatisfaction with the world around him continued while he was in the Marine Corps. +LJ041-0060|Kerry Thornley, a marine associate,|Kerry Thornley, a marine associate, +LJ041-0061|who, shortly after Oswald's defection, wrote an as yet unpublished novel based in considerable part on Oswald's life,|who, shortly after Oswald's defection, wrote an as yet unpublished novel based in considerable part on Oswald's life, +LJ041-0062|testified that, quote, definitely the Marine Corps was not what he had expected it to be when he joined, end quote,|testified that, quote, definitely the Marine Corps was not what he had expected it to be when he joined, end quote, +LJ041-0063|He said that Oswald, quote, seemed to guard against developing real close friendships, end quote,|He said that Oswald, quote, seemed to guard against developing real close friendships, end quote, +LJ041-0064|Daniel Powers, another marine who was stationed with Oswald for part of his marine career,|Daniel Powers, another marine who was stationed with Oswald for part of his marine career, +LJ041-0065|testified that Oswald seemed, quote, always to be striving for a relationship, but whenever he did|testified that Oswald seemed, quote, always to be striving for a relationship, but whenever he did +LJ041-0066|his general personality would alienate the group against him, end quote.|his general personality would alienate the group against him, end quote. +LJ041-0067|Other marines also testified that Oswald had few friends and kept very much to himself.|Other marines also testified that Oswald had few friends and kept very much to himself. +LJ041-0068|While there is nothing in Oswald's military records to indicate that he was mentally unstable or otherwise psychologically unfit for duty in the Marine Corps,|While there is nothing in Oswald's military records to indicate that he was mentally unstable or otherwise psychologically unfit for duty in the Marine Corps, +LJ041-0069|he did not adjust well to conditions which he found in that service.|he did not adjust well to conditions which he found in that service. +LJ041-0070|He did not rise above the rank of private first class, even though he had passed a qualifying examination for the rank of corporal.|He did not rise above the rank of private first class, even though he had passed a qualifying examination for the rank of corporal. +LJ041-0071|His Marine career was not helped by his attitude|His Marine career was not helped by his attitude +LJ041-0072|that he was a man of great ability and intelligence and that many of his superiors in the Marine Corps were not sufficiently competent to give him orders.|that he was a man of great ability and intelligence and that many of his superiors in the Marine Corps were not sufficiently competent to give him orders. +LJ041-0073|While Oswald did not seem to object to authority in the abstract, he did think that he should be the one to exercise it.|While Oswald did not seem to object to authority in the abstract, he did think that he should be the one to exercise it. +LJ041-0074|John E. Donovan, one of his former officers, testified that Oswald thought, quote,|John E. Donovan, one of his former officers, testified that Oswald thought, quote, +LJ041-0075|that authority, particularly the Marine Corps, ought to be able to recognize talent such as his own, without a given magic college degree,|that authority, particularly the Marine Corps, ought to be able to recognize talent such as his own, without a given magic college degree, +LJ041-0076|and put them in positions of prominence, end quote. Oswald manifested this feeling about authority by baiting his officers.|and put them in positions of prominence, end quote. Oswald manifested this feeling about authority by baiting his officers. +LJ041-0077|He led them into discussions of foreign affairs about which they often knew less than he did, since he had apparently devoted considerable time to a study of such matters.|He led them into discussions of foreign affairs about which they often knew less than he did, since he had apparently devoted considerable time to a study of such matters. +LJ041-0078|When the officers were unable to discuss foreign affairs satisfactorily with him, Oswald regarded them as unfit to exercise command over him.|When the officers were unable to discuss foreign affairs satisfactorily with him, Oswald regarded them as unfit to exercise command over him. +LJ041-0079|Nelson Delgado, one of Oswald's fellow Marines, testified that Oswald tried to, quote, cut up anybody that was high ranking, end quote,|Nelson Delgado, one of Oswald's fellow Marines, testified that Oswald tried to, quote, cut up anybody that was high ranking, end quote, +LJ041-0080|in those arguments, quote, and make himself come out top dog, end quote.|in those arguments, quote, and make himself come out top dog, end quote. +LJ041-0081|Oswald probably engaged his superiors in arguments on a subject that he had studied|Oswald probably engaged his superiors in arguments on a subject that he had studied +LJ041-0082|in an attempt to attract attention to himself and to support his exaggerated idea of his own abilities.|in an attempt to attract attention to himself and to support his exaggerated idea of his own abilities. +LJ041-0083|Thornley also testified that he thought that Oswald's extreme personal sloppiness in the Marine Corps, quote,|Thornley also testified that he thought that Oswald's extreme personal sloppiness in the Marine Corps, quote, +LJ041-0084|fitted into a general personality pattern of his: to do whatever was not wanted of him, a recalcitrant trend in his personality, end quote,|fitted into a general personality pattern of his: to do whatever was not wanted of him, a recalcitrant trend in his personality, end quote, +LJ041-0085|Oswald, quote, seemed to be a person who would go out of his way to get into trouble, end quote,|Oswald, quote, seemed to be a person who would go out of his way to get into trouble, end quote, +LJ041-0086|and then used the, quote, special treatment, end quote, he received as an example of the way in which he was being picked on and, quote,|and then used the, quote, special treatment, end quote, he received as an example of the way in which he was being picked on and, quote, +LJ041-0087|as a means of getting or attempting to get sympathy, end quote. In Thornley's view, Oswald labored under a persecution complex|as a means of getting or attempting to get sympathy, end quote. In Thornley's view, Oswald labored under a persecution complex +LJ041-0088|which he strove to maintain and, quote, felt the Marine Corps kept a pretty close watch on him because of his subversive activities, end quote.|which he strove to maintain and, quote, felt the Marine Corps kept a pretty close watch on him because of his subversive activities, end quote. +LJ041-0089|Thornley added, quote, I think it was kind of necessary to him to believe that he was being picked on.|Thornley added, quote, I think it was kind of necessary to him to believe that he was being picked on. +LJ041-0090|It wasn't anything extreme. I wouldn't go as far as to call it, call him a paranoid, but a definite tendency there was in that direction, I think, end quote.|It wasn't anything extreme. I wouldn't go as far as to call it, call him a paranoid, but a definite tendency there was in that direction, I think, end quote. +LJ041-0091|Powers considered Oswald to be meek and easily led|Powers considered Oswald to be meek and easily led +LJ041-0092|an, quote, individual that you would brainwash, and quite easy, but I think once he believed in something, he stood in his beliefs, end quote.|an, quote, individual that you would brainwash, and quite easy, but I think once he believed in something, he stood in his beliefs, end quote. +LJ041-0093|Powers also testified that Oswald was reserved and seemed to be, quote, somewhat the frail, little puppy in the litter, end quote.|Powers also testified that Oswald was reserved and seemed to be, quote, somewhat the frail, little puppy in the litter, end quote. +LJ041-0094|He had the nickname, quote, Ozzie Rabbit, end quote.|He had the nickname, quote, Ozzie Rabbit, end quote. +LJ041-0095|Oswald read a good deal, said Powers, but, quote, he would never be reading any of the shoot-em-up westerns or anything like that.|Oswald read a good deal, said Powers, but, quote, he would never be reading any of the shoot-em-up westerns or anything like that. +LJ041-0096|Normally, it would be a good type of literature; and the one that I recall was "Leaves of Grass," by Walt Whitman, end quote.|Normally, it would be a good type of literature; and the one that I recall was "Leaves of Grass," by Walt Whitman, end quote. +LJ041-0097|According to Powers, Oswald said, quote,|According to Powers, Oswald said, quote, +LJ041-0099|Powers believed that when Oswald arrived in Japan he acquired a girlfriend, quote,|Powers believed that when Oswald arrived in Japan he acquired a girlfriend, quote, +LJ041-0100|finally attaining a male status or image in his own eyes, end quote. That apparently caused Oswald to become more self-confident,|finally attaining a male status or image in his own eyes, end quote. That apparently caused Oswald to become more self-confident, +LJ041-0101|aggressive and even somewhat pugnacious, although Powers, quote, wouldn't say that this guy is a troublemaker, end quote.|aggressive and even somewhat pugnacious, although Powers, quote, wouldn't say that this guy is a troublemaker, end quote. +LJ041-0102|Powers said, quote, now he was Oswald the man rather than Oswald the rabbit, end quote.|Powers said, quote, now he was Oswald the man rather than Oswald the rabbit, end quote. +LJ041-0103|Oswald once told Powers that he didn't care if he returned to the United States at all.|Oswald once told Powers that he didn't care if he returned to the United States at all. +LJ041-0104|While in Japan, Oswald's new found apparent self confidence and pugnaciousness|While in Japan, Oswald's new found apparent self confidence and pugnaciousness +LJ041-0105|led to an incident in which he spilled a drink on one of his sergeants and abusively challenged him to fight.|led to an incident in which he spilled a drink on one of his sergeants and abusively challenged him to fight. +LJ041-0106|At the court-martial hearing which followed, Oswald admitted that he had been rather drunk when the incident occurred.|At the court-martial hearing which followed, Oswald admitted that he had been rather drunk when the incident occurred. +LJ041-0107|He testified that he had felt the sergeant had a grudge against him and that he had unsuccessfully sought a transfer from the sergeant's unit.|He testified that he had felt the sergeant had a grudge against him and that he had unsuccessfully sought a transfer from the sergeant's unit. +LJ041-0108|He said that he had simply wanted to discuss the question with the sergeant and the drink had been spilled accidentally.|He said that he had simply wanted to discuss the question with the sergeant and the drink had been spilled accidentally. +LJ041-0109|The hearing officer agreed with the latter claim but found Oswald guilty of wrongfully using provoking words and sentenced him to 28 days,|The hearing officer agreed with the latter claim but found Oswald guilty of wrongfully using provoking words and sentenced him to twenty-eight days, +LJ041-0110|canceling the suspension of a 20-day sentence that Oswald had received in an earlier court-martial|canceling the suspension of a twenty-day sentence that Oswald had received in an earlier court-martial +LJ041-0111|for possessing an unauthorized pistol with which he had accidentally shot himself.|for possessing an unauthorized pistol with which he had accidentally shot himself. +LJ041-0112|At his own request,|At his own request, +LJ041-0113|Oswald was transferred from active duty to the Marine Corps Reserve under honorable conditions in September of 1959,|Oswald was transferred from active duty to the Marine Corps Reserve under honorable conditions in September of nineteen fifty-nine, +LJ041-0114|3 months prior to his regularly scheduled separation date, ostensibly to care for his mother who had been injured in an accident at her work.|three months prior to his regularly scheduled separation date, ostensibly to care for his mother who had been injured in an accident at her work. +LJ041-0115|He was undesirably discharged from the Marine Corps Reserve, to which he had been assigned on inactive status following his transfer from active duty,|He was undesirably discharged from the Marine Corps Reserve, to which he had been assigned on inactive status following his transfer from active duty, +LJ041-0116|after it was learned that he had defected to the Soviet Union.|after it was learned that he had defected to the Soviet Union. +LJ041-0117|In an attempt to have this discharge reversed,|In an attempt to have this discharge reversed, +LJ041-0118|Oswald wrote to then Secretary of the Navy Connally on January 30, 1962,|Oswald wrote to then Secretary of the Navy Connally on January thirty, nineteen sixty-two, +LJ041-0119|stating that he would, quote, employ all means to right this gross mistake or injustice, end quote.|stating that he would, quote, employ all means to right this gross mistake or injustice, end quote. +LJ041-0120|Governor Connally had just resigned to run for Governor of Texas, so he advised Oswald that he had forwarded the letter to his successor.|Governor Connally had just resigned to run for Governor of Texas, so he advised Oswald that he had forwarded the letter to his successor. +LJ041-0121|It is thus clear that Oswald knew that Governor Connally was never directly concerned with his discharge|It is thus clear that Oswald knew that Governor Connally was never directly concerned with his discharge +LJ041-0122|and he must have known that President Kennedy had had nothing to do with it.|and he must have known that President Kennedy had had nothing to do with it. +LJ041-0123|In that connection, it does not appear that Oswald ever expressed any dissatisfaction of any kind with either the President or Governor Connally.|In that connection, it does not appear that Oswald ever expressed any dissatisfaction of any kind with either the President or Governor Connally. +LJ041-0124|Marina Oswald testified that she, quote, had never heard anything bad about Kennedy from Lee. And he never had anything against him, end quote.|Marina Oswald testified that she, quote, had never heard anything bad about Kennedy from Lee. And he never had anything against him, end quote. +LJ041-0125|Mrs. Oswald said that her husband did not say anything about Governor Connally after his return to the United States. She testified, quote,|Mrs. Oswald said that her husband did not say anything about Governor Connally after his return to the United States. She testified, quote, +LJ041-0126|But while we were in Russia he spoke well of him. Lee said that when he would return to the United States he would vote for him for Governor, end quote.|But while we were in Russia he spoke well of him. Lee said that when he would return to the United States he would vote for him for Governor, end quote. +LJ041-0127|Oswald must have already learned that the Governor could not help him with his discharge because he was no longer Secretary of the Navy, at the time he made that remark.|Oswald must have already learned that the Governor could not help him with his discharge because he was no longer Secretary of the Navy, at the time he made that remark. +LJ041-0128|Even though Oswald apparently did not express any hostility against the President or Governor Connally,|Even though Oswald apparently did not express any hostility against the President or Governor Connally, +LJ041-0129|he continued to be concerned about his undesirable discharge. It is clear that he thought he had been unjustly treated.|he continued to be concerned about his undesirable discharge. It is clear that he thought he had been unjustly treated. +LJ041-0130|Probably his complaint was due to the fact that his discharge was not related to anything he had done while on active duty|Probably his complaint was due to the fact that his discharge was not related to anything he had done while on active duty +LJ041-0131|and also because he had not received any notice of the original discharge proceedings, since his whereabouts were not known.|and also because he had not received any notice of the original discharge proceedings, since his whereabouts were not known. +LJ041-0132|He continued his efforts to reverse the discharge by petitioning the Navy Discharge Review Board,|He continued his efforts to reverse the discharge by petitioning the Navy Discharge Review Board, +LJ041-0133|which finally declined to modify the discharge and so advised him in a letter dated July 1963.|which finally declined to modify the discharge and so advised him in a letter dated July nineteen sixty-three. +LJ041-0134|Governor Connally's connection with the discharge, although indirect, caused the Commission to consider whether he might have been Oswald's real target.|Governor Connally's connection with the discharge, although indirect, caused the Commission to consider whether he might have been Oswald's real target. +LJ041-0135|In that connection, it should be noted that Marina Oswald testified on September 6, 1964, that she thought her husband, quote,|In that connection, it should be noted that Marina Oswald testified on September six, nineteen sixty-four, that she thought her husband, quote, +LJ041-0136|was shooting at Connally rather than President Kennedy, end quote.|was shooting at Connally rather than President Kennedy, end quote. +LJ041-0137|In support of her conclusion Mrs. Oswald noted her husband's undesirable discharge|In support of her conclusion Mrs. Oswald noted her husband's undesirable discharge +LJ041-0138|and that she could not think of any reason why Oswald would want to kill President Kennedy.|and that she could not think of any reason why Oswald would want to kill President Kennedy. +LJ041-0139|It should be noted, however, that at the time Oswald fired the shots at the Presidential limousine the Governor occupied the seat in front of the President,|It should be noted, however, that at the time Oswald fired the shots at the Presidential limousine the Governor occupied the seat in front of the President, +LJ041-0140|and it would have been almost impossible for Oswald to have hit the Governor without hitting the President first.|and it would have been almost impossible for Oswald to have hit the Governor without hitting the President first. +LJ041-0141|Oswald could have shot the Governor as the car approached the Depository or as it was making the turn onto Elm Street.|Oswald could have shot the Governor as the car approached the Depository or as it was making the turn onto Elm Street. +LJ041-0142|Once it had started down Elm Street toward the Triple Underpass, however,|Once it had started down Elm Street toward the Triple Underpass, however, +LJ041-0143|the President almost completely blocked Oswald's view of the Governor prior to the time the first shot struck the President.|the President almost completely blocked Oswald's view of the Governor prior to the time the first shot struck the President. +LJ041-0144|Oswald would have had other and more favorable opportunities to strike at the Governor than on this occasion when, as a member of the President's party,|Oswald would have had other and more favorable opportunities to strike at the Governor than on this occasion when, as a member of the President's party, +LJ041-0145|he had more protection than usual. It would appear, therefore, that to the extent Oswald's undesirable discharge affected his motivation,|he had more protection than usual. It would appear, therefore, that to the extent Oswald's undesirable discharge affected his motivation, +LJ041-0146|it was more in terms of a general hostility against the government and its representatives rather than a grudge against any particular person.|it was more in terms of a general hostility against the government and its representatives rather than a grudge against any particular person. +LJ041-0147|Interest in Marxism|Interest in Marxism +LJ041-0148|As indicated above, Oswald started to read Communist literature after he and his mother left New York and moved to New Orleans.|As indicated above, Oswald started to read Communist literature after he and his mother left New York and moved to New Orleans. +LJ041-0149|He told Aline Mosby, a reporter who interviewed him after he arrived in Moscow, quote,|He told Aline Mosby, a reporter who interviewed him after he arrived in Moscow, quote, +LJ041-0150|I'm a Marxist. I became interested about the age of 15. From an ideological viewpoint.|I'm a Marxist. I became interested about the age of fifteen. From an ideological viewpoint. +LJ041-0151|An old lady handed me a pamphlet about saving the Rosenbergs. I looked at that paper and I still remember it for some reason, I don't know why. End quote.|An old lady handed me a pamphlet about saving the Rosenbergs. I looked at that paper and I still remember it for some reason, I don't know why. End quote. +LJ041-0152|Oswald studied Marxism after he joined the Marines and his sympathies in that direction and for the Soviet Union appear to have been widely known,|Oswald studied Marxism after he joined the Marines and his sympathies in that direction and for the Soviet Union appear to have been widely known, +LJ041-0153|at least in the unit to which he was assigned after his return from the Far East.|at least in the unit to which he was assigned after his return from the Far East. +LJ041-0154|His interest in Russia led some of his associates to call him "comrade" or "Oswaldskovitch."|His interest in Russia led some of his associates to call him "comrade" or "Oswaldskovitch." +LJ041-0155|He always wanted to play the red pieces in chess because, as he said in an apparently humorous context,|He always wanted to play the red pieces in chess because, as he said in an apparently humorous context, +LJ041-0156|he preferred the, quote, Red Army, end quote.|he preferred the, quote, Red Army, end quote. +LJ041-0157|He studied the Russian language, read a Russian language newspaper and seemed interested in what was going on in the Soviet Union.|He studied the Russian language, read a Russian language newspaper and seemed interested in what was going on in the Soviet Union. +LJ041-0158|Thornley, who thought Oswald had an "irrevocable conviction" that his Marxist beliefs were correct, testified, quote,|Thornley, who thought Oswald had an "irrevocable conviction" that his Marxist beliefs were correct, testified, quote, +LJ041-0159|I think you could sit down and argue with him for a number of years, and I don't think you could have changed his mind on that unless you knew why he believed it in the first place.|I think you could sit down and argue with him for a number of years, and I don't think you could have changed his mind on that unless you knew why he believed it in the first place. +LJ041-0160|I certainly don't. I don't think with any kind of formal argument you could have shaken that conviction. And that is why I say irrevocable.|I certainly don't. I don't think with any kind of formal argument you could have shaken that conviction. And that is why I say irrevocable. +LJ041-0161|It was just -- never getting back to looking at things from any other way once he had become a Marxist, whenever that was, end quote.|It was just -- never getting back to looking at things from any other way once he had become a Marxist, whenever that was, end quote. +LJ041-0162|Thornley also testified about an incident which grew|Thornley also testified about an incident which grew +LJ041-0163|out of a combination of Oswald's known Marxist sympathies and George Orwell's book "1984," one of Oswald's favorite books|out of a combination of Oswald's known Marxist sympathies and George Orwell's book "nineteen eighty-four," one of Oswald's favorite books +LJ041-0164|which Thornley read at Oswald's suggestion.|which Thornley read at Oswald's suggestion. +LJ041-0165|Shortly after Thornley finished reading that book the Marine unit to which both men were assigned was required to take part in a Saturday morning parade|Shortly after Thornley finished reading that book the Marine unit to which both men were assigned was required to take part in a Saturday morning parade +LJ041-0166|in honor of some retiring noncommissioned officers, an event which they both approached with little enthusiasm.|in honor of some retiring noncommissioned officers, an event which they both approached with little enthusiasm. +LJ041-0167|While waiting for the parade to start they talked briefly about "1984"|While waiting for the parade to start they talked briefly about "nineteen eighty-four" +LJ041-0168|even though Oswald seemed to be lost in his own thoughts. After a brief period of silence Oswald remarked on the stupidity of the parade|even though Oswald seemed to be lost in his own thoughts. After a brief period of silence Oswald remarked on the stupidity of the parade +LJ041-0169|and on how angry it made him, to which Thornley replied, quote, Well, comes the revolution you will change all that, end quote.|and on how angry it made him, to which Thornley replied, quote, Well, comes the revolution you will change all that, end quote. +LJ041-0170|Thornley testified, quote, At which time he looked at me like a betrayed Caesar and screamed, screamed definitely, "Not you, too, Thornley!"|Thornley testified, quote, At which time he looked at me like a betrayed Caesar and screamed, screamed definitely, "Not you, too, Thornley!" +LJ041-0171|And I remember his voice cracked as he said this. He was definitely disturbed at what I had said and I didn't really think I had said that much.|And I remember his voice cracked as he said this. He was definitely disturbed at what I had said and I didn't really think I had said that much. +LJ041-0172|I never said anything to him again and he never said anything to me again, end quote.|I never said anything to him again and he never said anything to me again, end quote. +LJ041-0173|Thornley said that he had made his remark only in the context of "1984"|Thornley said that he had made his remark only in the context of "nineteen eighty-four" +LJ041-0174|and had not intended any criticism of Oswald's political views which is the way in which, Thornley thought, Oswald took his remarks.|and had not intended any criticism of Oswald's political views which is the way in which, Thornley thought, Oswald took his remarks. +LJ041-0175|Lieutenant Donovan testified that Oswald thought that, quote, there were many grave injustices concerning the affairs in the international situation, end quote.|Lieutenant Donovan testified that Oswald thought that, quote, there were many grave injustices concerning the affairs in the international situation, end quote. +LJ041-0176|He recalled that Oswald had a specific interest in Latin America, particularly Cuba,|He recalled that Oswald had a specific interest in Latin America, particularly Cuba, +LJ041-0177|and expressed opposition to the Batista regime and sympathy for Castro, an attitude which, Donovan said, was, quote,|and expressed opposition to the Batista regime and sympathy for Castro, an attitude which, Donovan said, was, quote, +LJ041-0178|not unpopular, end quote, at that time. Donovan testified|not unpopular, end quote, at that time. Donovan testified +LJ041-0179|that he never heard Oswald express a desire personally to take part in the elimination of injustices anywhere in the world and that he, quote,|that he never heard Oswald express a desire personally to take part in the elimination of injustices anywhere in the world and that he, quote, +LJ041-0180|never heard him in any way, shape or form confess that he was a Communist, or that he ever thought about being a Communist, end quote.|never heard him in any way, shape or form confess that he was a Communist, or that he ever thought about being a Communist, end quote. +LJ041-0181|Delgado testified that Oswald was, quote, a complete believer that our way of government was not quite right, end quote.|Delgado testified that Oswald was, quote, a complete believer that our way of government was not quite right, end quote. +LJ041-0182|and believed that our Government did not have, quote, too much to offer, end quote, but was not in favor of, quote, the Communist way of life, end quote.|and believed that our Government did not have, quote, too much to offer, end quote, but was not in favor of, quote, the Communist way of life, end quote. +LJ041-0183|Delgado and Oswald talked more about Cuba than Russia, and sometimes imagined themselves as leaders in the Cuban Army or Government,|Delgado and Oswald talked more about Cuba than Russia, and sometimes imagined themselves as leaders in the Cuban Army or Government, +LJ041-0184|who might, quote, lead an expedition to some of these other islands and free them too, end quote.|who might, quote, lead an expedition to some of these other islands and free them too, end quote. +LJ041-0185|Thornley also believed that Oswald's Marxist beliefs led to an extraordinary view of history under which, quote, He looked upon the eyes of future people|Thornley also believed that Oswald's Marxist beliefs led to an extraordinary view of history under which, quote, He looked upon the eyes of future people +LJ041-0186|as some kind of tribunal,|as some kind of tribunal, +LJ041-0187|and he wanted to be on the winning side so that 10,000 years from-now people would look in the history books and say, "Well, this man was ahead of his time."|and he wanted to be on the winning side so that ten thousand years from-now people would look in the history books and say, "Well, this man was ahead of his time." +LJ041-0188|The eyes of the future became the eyes of God.|The eyes of the future became the eyes of God. +LJ041-0189|He was concerned with his image in history and I do think that is why he chose the particular method of defecting he chose and did it in the way he did.|He was concerned with his image in history and I do think that is why he chose the particular method of defecting he chose and did it in the way he did. +LJ041-0190|It got him in the newspapers. It did broadcast his name out, end quote.|It got him in the newspapers. It did broadcast his name out, end quote. +LJ041-0191|Thornley thought that Oswald not only wanted a place in history but also wanted to live comfortably in the present.|Thornley thought that Oswald not only wanted a place in history but also wanted to live comfortably in the present. +LJ041-0192|He testified that if Oswald could not have that, quote, degree of physical comfort that he expected or sought,|He testified that if Oswald could not have that, quote, degree of physical comfort that he expected or sought, +LJ041-0193|I think he would then throw himself entirely on the other thing he also wanted, which was the image in history.|I think he would then throw himself entirely on the other thing he also wanted, which was the image in history. +LJ041-0194|I think he wanted both if he could have them. If he didn't, he wanted to die with the knowledge that, or with the idea that he was somebody, end quote.|I think he wanted both if he could have them. If he didn't, he wanted to die with the knowledge that, or with the idea that he was somebody, end quote. +LJ041-0195|Oswald's interest in Marxism led some people to avoid him,|Oswald's interest in Marxism led some people to avoid him, +LJ041-0196|even though as his wife suggested, that interest may have been motivated by a desire to gain attention. He used his Marxist and associated activities|even though as his wife suggested, that interest may have been motivated by a desire to gain attention. He used his Marxist and associated activities +LJ041-0197|as excuses for his difficulties in getting along in the world, which were usually caused by entirely different factors.|as excuses for his difficulties in getting along in the world, which were usually caused by entirely different factors. +LJ041-0198|His use of those excuses to present himself to the world as a person who was being unfairly treated|His use of those excuses to present himself to the world as a person who was being unfairly treated +LJ041-0199|is shown most clearly by his employment relations after his return from the Soviet Union. Of course, he made his real problems worse to the extent|is shown most clearly by his employment relations after his return from the Soviet Union. Of course, he made his real problems worse to the extent +LJ041-0200|that his use of those excuses prevented him from discovering the real reasons for and attempting to overcome his difficulties.|that his use of those excuses prevented him from discovering the real reasons for and attempting to overcome his difficulties. +LJ041-0201|Of greater importance,|Of greater importance, +LJ041-0202|Oswald's commitment to Marxism contributed to the decisions which led him to defect to the Soviet Union in 1959, and later|Oswald's commitment to Marxism contributed to the decisions which led him to defect to the Soviet Union in nineteen fifty-nine, and later +LJ041-0203|to engage in activities on behalf of the Fair Play for Cuba Committee in the summer of 1963,|to engage in activities on behalf of the Fair Play for Cuba Committee in the summer of nineteen sixty-three, +LJ042-0001|Report of the President's Commission on the Assassination of President Kennedy.|Report of the President's Commission on the Assassination of President Kennedy. +LJ042-0002|The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. Chapter 7. Lee Harvey Oswald:|The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. Chapter seven. Lee Harvey Oswald: +LJ042-0003|Background and Possible Motives, Part 3.|Background and Possible Motives, Part three. +LJ042-0004|Defection to the Soviet Union|Defection to the Soviet Union +LJ042-0005|After Oswald left the Marine Corps in September of 1959, ostensibly to care for his mother,|After Oswald left the Marine Corps in September of nineteen fifty-nine, ostensibly to care for his mother, +LJ042-0006|he almost immediately left for the Soviet Union where he attempted to renounce his citizenship.|he almost immediately left for the Soviet Union where he attempted to renounce his citizenship. +LJ042-0007|At the age of 19, Oswald thus committed an act which was the most striking indication he had yet given|At the age of nineteen, Oswald thus committed an act which was the most striking indication he had yet given +LJ042-0008|of his willingness to act on his beliefs in quite extraordinary ways.|of his willingness to act on his beliefs in quite extraordinary ways. +LJ042-0009|While his defection resulted in part from Oswald's commitment to Marxism,|While his defection resulted in part from Oswald's commitment to Marxism, +LJ042-0010|it appears that personal and psychological factors were also involved.|it appears that personal and psychological factors were also involved. +LJ042-0011|On August 17, 1963, Oswald told Mr. William Stuckey,|On August seventeen, nineteen sixty-three, Oswald told Mr. William Stuckey, +LJ042-0012|who had arranged a radio debate on Oswald's activities on behalf of the Fair Play for Cuba Committee,|who had arranged a radio debate on Oswald's activities on behalf of the Fair Play for Cuba Committee, +LJ042-0013|that while he had begun to read Marx and Engels at the age of 15, the conclusive thing that made him decide that Marxism was the answer|that while he had begun to read Marx and Engels at the age of fifteen, the conclusive thing that made him decide that Marxism was the answer +LJ042-0014|was his service in Japan.|was his service in Japan. +LJ042-0015|He said living conditions over there convinced him something was wrong with the system, and that possibly Marxism was the answer.|He said living conditions over there convinced him something was wrong with the system, and that possibly Marxism was the answer. +LJ042-0016|He said it was in Japan that he made up his mind to go to Russia|He said it was in Japan that he made up his mind to go to Russia +LJ042-0018|On the other hand, at least one person who knew Oswald after his return thought that his defection had a more personal and psychological basis.|On the other hand, at least one person who knew Oswald after his return thought that his defection had a more personal and psychological basis. +LJ042-0019|The validity of the latter observation is borne out by some of the things Oswald wrote in connection with his defection|The validity of the latter observation is borne out by some of the things Oswald wrote in connection with his defection +LJ042-0020|indicating that his motivation was at least in part a personal one. On November 26, 1959,|indicating that his motivation was at least in part a personal one. On November twenty-six, nineteen fifty-nine, +LJ042-0021|shortly after he arrived in the Soviet Union, and probably before Soviet authorities had given him permission to stay indefinitely,|shortly after he arrived in the Soviet Union, and probably before Soviet authorities had given him permission to stay indefinitely, +LJ042-0022|he wrote to his brother Robert that the Soviet Union was a country which, quote, I have always considered to be my own, end quote,|he wrote to his brother Robert that the Soviet Union was a country which, quote, I have always considered to be my own, end quote, +LJ042-0023|and that he went there, quote, only to find freedom. I could never have been personally happy in the U.S., end quote.|and that he went there, quote, only to find freedom. I could never have been personally happy in the U.S., end quote. +LJ042-0024|He wrote in another letter that he would, quote, never return to the United States which is a country I hate, end quote.|He wrote in another letter that he would, quote, never return to the United States which is a country I hate, end quote. +LJ042-0025|His idea that he was to find, quote, freedom, end quote, in the Soviet Union was to be rudely shattered.|His idea that he was to find, quote, freedom, end quote, in the Soviet Union was to be rudely shattered. +LJ042-0026|Whatever Oswald's reasons for going to the Soviet Union might have been, however, there can be little doubt that his desire to go was quite strong.|Whatever Oswald's reasons for going to the Soviet Union might have been, however, there can be little doubt that his desire to go was quite strong. +LJ042-0027|In addition to studying the Russian language while he was in the Marines,|In addition to studying the Russian language while he was in the Marines, +LJ042-0028|Oswald had managed to save enough money to cover the expenses of his forthcoming trip.|Oswald had managed to save enough money to cover the expenses of his forthcoming trip. +LJ042-0029|While there is no proof that he saved $1,500, as he claimed,|While there is no proof that he saved fifteen hundred dollars, as he claimed, +LJ042-0030|it would have taken considerable discipline to save whatever amount was required to finance his defection out of the salary of a low ranking enlisted man.|it would have taken considerable discipline to save whatever amount was required to finance his defection out of the salary of a low ranking enlisted man. +LJ042-0031|The extent of Oswald's desire to go to the Soviet Union|The extent of Oswald's desire to go to the Soviet Union +LJ042-0032|and of his initial commitment to that country can best be understood, however, in the context|and of his initial commitment to that country can best be understood, however, in the context +LJ042-0033|of his concomitant hatred of the United States, which was most clearly expressed in his November 26,|of his concomitant hatred of the United States, which was most clearly expressed in his November twenty-six, +LJ042-0035|and communist's would like to see the present capitalist government of the U.S. overthrown, end quote, Oswald stated|and communist's would like to see the present capitalist government of the U.S. overthrown, end quote, Oswald stated +LJ042-0036|that that government supported an economic system, quote, which exploits all its workers, end quote,|that that government supported an economic system, quote, which exploits all its workers, end quote, +LJ042-0037|and under which, quote, art, culture and the sprit of man are subjected to commercial enterprising,|and under which, quote, art, culture and the sprit of man are subjected to commercial enterprising, +LJ042-0038|and religion and education are used as a tool to suppress what would otherwise be a population questioning their government's unfair|and religion and education are used as a tool to suppress what would otherwise be a population questioning their government's unfair +LJ042-0039|economic system and plans for war, end quote.|economic system and plans for war, end quote. +LJ042-0040|He complained in his letter about segregation,|He complained in his letter about segregation, +LJ042-0041|unemployment, automation, and the use of military forces to suppress other populations.|unemployment, automation, and the use of military forces to suppress other populations. +LJ042-0042|Asking his brother why he supported the American Government and what ideals he put forward, Oswald wrote, quote,|Asking his brother why he supported the American Government and what ideals he put forward, Oswald wrote, quote, +LJ042-0043|Ask me and I will tell you I fight for communism.|Ask me and I will tell you I fight for communism. +LJ042-0044|I will not say your grandchildren will live under communism, look for yourself at history, look at a world map! America is a dicing country,|I will not say your grandchildren will live under communism, look for yourself at history, look at a world map! America is a dicing country, +LJ042-0045|I do not wish to be a part of it, nor do I ever again wish to be used as a tool in its military aggressions.|I do not wish to be a part of it, nor do I ever again wish to be used as a tool in its military aggressions. +LJ042-0046|This should answer your question, and also give you a glimpse of my way of thinking. So you speak of advantages. Do you think that is why I am here?|This should answer your question, and also give you a glimpse of my way of thinking. So you speak of advantages. Do you think that is why I am here? +LJ042-0047|For personal, material advantages? Happiness is not based on oneself, it does not consist of a small home, of taking and getting,|For personal, material advantages? Happiness is not based on oneself, it does not consist of a small home, of taking and getting, +LJ042-0048|Happiness is taking part in the struggle, where there is no borderline between one's own personal world, and the world in general.|Happiness is taking part in the struggle, where there is no borderline between one's own personal world, and the world in general. +LJ042-0049|I never believed I would find more material advantages at this stage of development in the Soviet Union than I might of had in the U.S.|I never believed I would find more material advantages at this stage of development in the Soviet Union than I might of had in the U.S. +LJ042-0050|I have been a pro-communist for years and yet I have never met a communist, instead I kept silent and observed,|I have been a pro-communist for years and yet I have never met a communist, instead I kept silent and observed, +LJ042-0051|and what I observed plus my Marxist learning brought me here to the Soviet Union.|and what I observed plus my Marxist learning brought me here to the Soviet Union. +LJ042-0052|I have always considered this country to be my own. End quote.|I have always considered this country to be my own. End quote. +LJ042-0053|Responding to Robert's statement that he had not "renounced" him,|Responding to Robert's statement that he had not "renounced" him, +LJ042-0054|Oswald told his brother, quote, on what terms I want this arrangement, end quote. He advised Robert that: 1.|Oswald told his brother, quote, on what terms I want this arrangement, end quote. He advised Robert that: one. +LJ042-0055|In the event of war I would kill any American who put a uniform on in defense of the American government -- any American.|In the event of war I would kill any American who put a uniform on in defense of the American government -- any American. +LJ042-0056|2. That in my own mind I have no attachments of any kind in the U.S.|two. That in my own mind I have no attachments of any kind in the U.S. +LJ042-0057|3. That I want to, and I shall, live a normal happy and peaceful life here in the Soviet Union for the rest of my life.|three. That I want to, and I shall, live a normal happy and peaceful life here in the Soviet Union for the rest of my life. +LJ042-0058|That my mother and you are (in spite of what the newspaper said) not objects of affection, but only examples of workers in the U.S.|That my mother and you are (in spite of what the newspaper said) not objects of affection, but only examples of workers in the U.S. +LJ042-0059|Despite this commitment to the Soviet Union|Despite this commitment to the Soviet Union +LJ042-0060|Oswald met disappointments there just as he had in the past. At the outset the Soviets told him that he could not remain.|Oswald met disappointments there just as he had in the past. At the outset the Soviets told him that he could not remain. +LJ042-0061|It seems that Oswald immediately attempted suicide -- a striking indication of how much he desired to remain in the Soviet Union.|It seems that Oswald immediately attempted suicide -- a striking indication of how much he desired to remain in the Soviet Union. +LJ042-0062|It shows how willing he was to act dramatically and decisively when he faced an emotional crisis|It shows how willing he was to act dramatically and decisively when he faced an emotional crisis +LJ042-0063|with few readily available alternatives at hand. He was shocked to find that the Soviet Union did not accept him with open arms.|with few readily available alternatives at hand. He was shocked to find that the Soviet Union did not accept him with open arms. +LJ042-0064|The entry in his self-styled, quote, Historic Diary, end quote, for October 21, 1959, reports, quote,|The entry in his self-styled, quote, Historic Diary, end quote, for October twenty-one, nineteen fifty-nine, reports, quote, +LJ042-0065|I am shocked! My dreams! I have waited for 2 years to be accepted.|I am shocked! My dreams! I have waited for two years to be accepted. +LJ042-0066|My fondest dreams are shattered because of a petty official. I decide to end it.|My fondest dreams are shattered because of a petty official. I decide to end it. +LJ042-0067|Soak fist in cold water to numb the pain. Then slash my left wrist. Than plunge wrist into bathtub of hot water.|Soak fist in cold water to numb the pain. Then slash my left wrist. Than plunge wrist into bathtub of hot water. +LJ042-0068|Somewhere, a violin plays, as I watch my life whirl away.|Somewhere, a violin plays, as I watch my life whirl away. +LJ042-0069|I think to myself "How easy to Die" and "A Sweet Death, (to violins), end quote.|I think to myself "How easy to Die" and "A Sweet Death, (to violins), end quote. +LJ042-0071|He was taken to a hospital in Moscow where he was kept until October 28, 1959.|He was taken to a hospital in Moscow where he was kept until October twenty-eight, nineteen fifty-nine. +LJ042-0072|Still intent, however, on staying in the Soviet Union,|Still intent, however, on staying in the Soviet Union, +LJ042-0073|Oswald went on October 31, to the American Embassy to renounce his U.S. citizenship.|Oswald went on October thirty-one, to the American Embassy to renounce his U.S. citizenship. +LJ042-0074|Mr. Richard E. Snyder, then Second Secretary and senior consular official at the Embassy,|Mr. Richard E. Snyder, then Second Secretary and senior consular official at the Embassy, +LJ042-0075|testified that Oswald was extremely sure of himself and seemed, quote, to know what his mission was.|testified that Oswald was extremely sure of himself and seemed, quote, to know what his mission was. +LJ042-0076|He took charge, in a sense, of the conversation right from the beginning, end quote. He presented the following signed note:|He took charge, in a sense, of the conversation right from the beginning, end quote. He presented the following signed note: +LJ042-0077|Quote, I Lee Harvey Oswald do hereby request that my present citizenship in the United States of America, be revoked.|Quote, I Lee Harvey Oswald do hereby request that my present citizenship in the United States of America, be revoked. +LJ042-0078|I have entered the Soviet Union for the express purpose of applying for citizenship in the Soviet Union, through the means of naturalization.|I have entered the Soviet Union for the express purpose of applying for citizenship in the Soviet Union, through the means of naturalization. +LJ042-0079|My request for citizenship is now pending before the Supreme Soviet of the U.S.S.R. I take these steps for political reasons.|My request for citizenship is now pending before the Supreme Soviet of the U.S.S.R. I take these steps for political reasons. +LJ042-0080|My request for the revoking of my American citizenship|My request for the revoking of my American citizenship +LJ042-0081|is made only after the longest and most serious considerations. I affirm that my allegiance is to the Union of Soviet Socialist Republics.|is made only after the longest and most serious considerations. I affirm that my allegiance is to the Union of Soviet Socialist Republics. +LJ042-0082|End quote. As his, quote, principal reason, end quote, for renouncing his citizenship|End quote. As his, quote, principal reason, end quote, for renouncing his citizenship +LJ042-0083|Oswald stated, quote, I am a Marxist, end quote. He also alluded to hardships endured by his mother as a worker,|Oswald stated, quote, I am a Marxist, end quote. He also alluded to hardships endured by his mother as a worker, +LJ042-0084|referring to them as experiences that he did not intend to have himself, even though he stated that he had never held a civilian job.|referring to them as experiences that he did not intend to have himself, even though he stated that he had never held a civilian job. +LJ042-0085|He said that his Marine service in Okinawa and elsewhere had given him, quote, a chance to observe American imperialism, end quote.|He said that his Marine service in Okinawa and elsewhere had given him, quote, a chance to observe American imperialism, end quote. +LJ042-0086|but he also displayed some sensitivity at not having reached a higher rank in the Marine Corps.|but he also displayed some sensitivity at not having reached a higher rank in the Marine Corps. +LJ042-0087|He stated that he had volunteered to give Soviet officials any information that he had concerning Marine Corps operations, and intimated|He stated that he had volunteered to give Soviet officials any information that he had concerning Marine Corps operations, and intimated +LJ042-0088|that he might know something of special interest. Oswald's "Historic Diary" describes the event in part as follows, quote,|that he might know something of special interest. Oswald's "Historic Diary" describes the event in part as follows, quote, +LJ042-0089|I leave Embassy, elated at this showdown, returning to my hotel I feel now my energies are not spent in vain.|I leave Embassy, elated at this showdown, returning to my hotel I feel now my energies are not spent in vain. +LJ042-0090|I'm sure Russians will accept me after this sign of my faith in them, end quote.|I'm sure Russians will accept me after this sign of my faith in them, end quote. +LJ042-0091|The Soviet authorities finally permitted Oswald to remain in their country.|The Soviet authorities finally permitted Oswald to remain in their country. +LJ042-0092|No evidence has been found that they used him for any particular propaganda or other political or informational purposes.|No evidence has been found that they used him for any particular propaganda or other political or informational purposes. +LJ042-0093|They sent him to Minsk to work in a radio and television factory as a metal worker.|They sent him to Minsk to work in a radio and television factory as a metal worker. +LJ042-0094|The Soviet authorities denied Oswald permission|The Soviet authorities denied Oswald permission +LJ042-0095|to attend a university in Moscow, but they gave him a monthly allowance of 700 rubles a month|to attend a university in Moscow, but they gave him a monthly allowance of seven hundred rubles a month +LJ042-0096|(old exchange rate) in addition to his factory salary of approximately equal amount|(old exchange rate) in addition to his factory salary of approximately equal amount +LJ042-0097|and considerably better living quarters than those accorded to Soviet citizens of equal age and station.|and considerably better living quarters than those accorded to Soviet citizens of equal age and station. +LJ042-0098|The subsidy, apparently similar to those sometimes given to foreigners allowed to remain in the Soviet Union, together with his salary,|The subsidy, apparently similar to those sometimes given to foreigners allowed to remain in the Soviet Union, together with his salary, +LJ042-0099|gave Oswald an income which he said approximated that of the director of the factory in which he worked.|gave Oswald an income which he said approximated that of the director of the factory in which he worked. +LJ042-0100|Even though he received more money and better living quarters than other Russians doing similar work,|Even though he received more money and better living quarters than other Russians doing similar work, +LJ042-0101|he envied his wife's uncle, a colonel in the MVD, because of the larger apartment in which he lived.|he envied his wife's uncle, a colonel in the MVD, because of the larger apartment in which he lived. +LJ042-0102|Reminiscent of his attitude toward his superiors in the Marine Corps,|Reminiscent of his attitude toward his superiors in the Marine Corps, +LJ042-0103|Oswald apparently resented the exercise of authority over him and the better treatment afforded to Communist Party officials.|Oswald apparently resented the exercise of authority over him and the better treatment afforded to Communist Party officials. +LJ042-0104|After he returned to the United States|After he returned to the United States +LJ042-0105|he took the position that the Communist Party officials in the Soviet Union were opportunists who were betraying their positions for personal gain.|he took the position that the Communist Party officials in the Soviet Union were opportunists who were betraying their positions for personal gain. +LJ042-0106|He is reported to have expressed the conclusion that they had, quote, fat stinking politicians over there just like we have over here, end quote.|He is reported to have expressed the conclusion that they had, quote, fat stinking politicians over there just like we have over here, end quote. +LJ042-0107|Oswald apparently continued to have personal difficulties while he was in Minsk.|Oswald apparently continued to have personal difficulties while he was in Minsk. +LJ042-0108|Although Marina Oswald told the Commission that her husband had good personal relationships in the Soviet Union, Katherine Ford,|Although Marina Oswald told the Commission that her husband had good personal relationships in the Soviet Union, Katherine Ford, +LJ042-0109|one of the members of the Russian community in Dallas with which the Oswalds became acquainted upon their arrival in the United States,|one of the members of the Russian community in Dallas with which the Oswalds became acquainted upon their arrival in the United States, +LJ042-0110|stated that Mrs. Oswald told her everybody in Russia, quote, hated him, end quote.|stated that Mrs. Oswald told her everybody in Russia, quote, hated him, end quote. +LJ042-0111|Jeanne De Mohrenschildt, another member of that group,|Jeanne De Mohrenschildt, another member of that group, +LJ042-0112|said that Oswald told her that he had returned because, quote, I didn't find what I was looking for, end quote.|said that Oswald told her that he had returned because, quote, I didn't find what I was looking for, end quote. +LJ042-0113|George De Mohrenschildt thought that Oswald must have become disgusted with life in the Soviet Union as the novelty|George De Mohrenschildt thought that Oswald must have become disgusted with life in the Soviet Union as the novelty +LJ042-0114|of the presence of an American wore off and he began to be less the center of attention.|of the presence of an American wore off and he began to be less the center of attention. +LJ042-0115|The best description of Oswald's state of mind, however, is set forth in his own "Historic Diary."|The best description of Oswald's state of mind, however, is set forth in his own "Historic Diary." +LJ042-0116|Under the entry for May 1, 1960,|Under the entry for May one, nineteen sixty, +LJ042-0117|he noted that one of his acquaintances, quote, relates many things I do not know about the U.S.S.R.|he noted that one of his acquaintances, quote, relates many things I do not know about the U.S.S.R. +LJ042-0118|I begin to feel uneasy inside, its true! End quote.|I begin to feel uneasy inside, its true! End quote. +LJ042-0119|Under the entry for August to September of that year he wrote, quote,|Under the entry for August to September of that year he wrote, quote, +LJ042-0120|As my Russian improves I become increasingly conscious of just what sort of a society I live in.|As my Russian improves I become increasingly conscious of just what sort of a society I live in. +LJ042-0121|Mass gymnastics, compulsory afterwork meeting, usually political information meeting.|Mass gymnastics, compulsory afterwork meeting, usually political information meeting. +LJ042-0122|Compulsory attendance at lectures and the sending of the entire shop collective (except me) to pick potatoes on a Sunday, at a state collective farm|Compulsory attendance at lectures and the sending of the entire shop collective (except me) to pick potatoes on a Sunday, at a state collective farm +LJ042-0123|A "patriotic duty" to bring in the harvest. The opinions of the workers (unvoiced) are that it's a great pain in the neck:|A "patriotic duty" to bring in the harvest. The opinions of the workers (unvoiced) are that it's a great pain in the neck: +LJ042-0124|they don't seem to be especially enthusiastic about any of the "collective" duties, a natural feeling.|they don't seem to be especially enthusiastic about any of the "collective" duties, a natural feeling. +LJ042-0125|I am increasingly aware of the presence, in all thing, of Lebizen, shop party secretary, fat, fortyish, and jovial on the outside.|I am increasingly aware of the presence, in all thing, of Lebizen, shop party secretary, fat, fortyish, and jovial on the outside. +LJ042-0126|He is a no-nonsense party regular.|He is a no-nonsense party regular. +LJ042-0127|Finally, the entry of January 4 to 31 of 1961, quote,|Finally, the entry of January four to thirty-one of nineteen sixty-one, quote, +LJ042-0128|I am stating to reconsider my desire about staying. The work is drab. The money I get has nowhere to be spent.|I am stating to reconsider my desire about staying. The work is drab. The money I get has nowhere to be spent. +LJ042-0129|No night clubs or bowling alleys, no places of recreation except the trade union dances. I have had enough.|No night clubs or bowling alleys, no places of recreation except the trade union dances. I have had enough. +LJ042-0130|Shortly thereafter, less than 18 months after his defection, about 6 weeks before he met Marina Prusakova,|Shortly thereafter, less than eighteen months after his defection, about six weeks before he met Marina Prusakova, +LJ042-0131|Oswald opened negotiations with the U.S. Embassy in Moscow looking toward his return to the United States.|Oswald opened negotiations with the U.S. Embassy in Moscow looking toward his return to the United States. +LJ042-0132|Return to the United States. In view of the intensity of his earlier commitment to the Soviet Union,|Return to the United States. In view of the intensity of his earlier commitment to the Soviet Union, +LJ042-0133|a great change must have occurred in Oswald's thinking to induce him to return to the United States.|a great change must have occurred in Oswald's thinking to induce him to return to the United States. +LJ042-0134|The psychological effects of that change must have been highly unsettling. It should be remembered|The psychological effects of that change must have been highly unsettling. It should be remembered +LJ042-0135|that he was not yet 20 years old when he went to the Soviet Union with such high hopes and not quite 23 when he returned bitterly disappointed.|that he was not yet twenty years old when he went to the Soviet Union with such high hopes and not quite twenty-three when he returned bitterly disappointed. +LJ042-0136|His attempt to renounce his citizenship had been an open expression of hostility against the United States and a profound rejection of his early life.|His attempt to renounce his citizenship had been an open expression of hostility against the United States and a profound rejection of his early life. +LJ042-0137|The dramatic break with society in America now had to be undone.|The dramatic break with society in America now had to be undone. +LJ042-0138|His return to the United States publicly testified to the utter failure of what had been the most important act of his life.|His return to the United States publicly testified to the utter failure of what had been the most important act of his life. +LJ042-0139|Marina Oswald confirmed the fact that her husband was experiencing psychological difficulties at the time of his return.|Marina Oswald confirmed the fact that her husband was experiencing psychological difficulties at the time of his return. +LJ042-0140|She said that, quote, immediately after coming to the United States, Lee changed. I did not know him as such a man in Russia, end quote.|She said that, quote, immediately after coming to the United States, Lee changed. I did not know him as such a man in Russia, end quote. +LJ042-0141|She added that while he helped her as he had done before, he became more of a recluse, that, quote,|She added that while he helped her as he had done before, he became more of a recluse, that, quote, +LJ042-0142|He was very irritable, sometimes for a trifle, end quote, and that, quote, Lee was very unrestrained and very explosive, end quote.|He was very irritable, sometimes for a trifle, end quote, and that, quote, Lee was very unrestrained and very explosive, end quote. +LJ042-0143|during the period from November 19, 1962 to March of 1963.|during the period from November nineteen, nineteen sixty-two to March of nineteen sixty-three. +LJ042-0144|After the assassination she wrote that, quote,|After the assassination she wrote that, quote, +LJ042-0145|In general, our family life began to deteriorate after we arrived in America.|In general, our family life began to deteriorate after we arrived in America. +LJ042-0146|Lee was always hot-tempered, and now this trait of character more and more prevented us from living together in harmony.|Lee was always hot-tempered, and now this trait of character more and more prevented us from living together in harmony. +LJ042-0147|Lee became very irritable, and sometimes some completely trivial thing would drive him into a rage.|Lee became very irritable, and sometimes some completely trivial thing would drive him into a rage. +LJ042-0148|I myself do not have a particularly quiet disposition,|I myself do not have a particularly quiet disposition, +LJ042-0149|but I had to change my character a great deal in order to maintain a more or less peaceful family life. End quote.|but I had to change my character a great deal in order to maintain a more or less peaceful family life. End quote. +LJ042-0150|Marina Oswald's judgment of her husband's state of mind may be substantiated by comparing material which he wrote in the Soviet Union|Marina Oswald's judgment of her husband's state of mind may be substantiated by comparing material which he wrote in the Soviet Union +LJ042-0151|with what he wrote while on the way back to the United States and after his return.|with what he wrote while on the way back to the United States and after his return. +LJ042-0152|While in the Soviet Union he wrote his longest and clearest piece of work, "The Collective."|While in the Soviet Union he wrote his longest and clearest piece of work, "The Collective." +LJ042-0153|This was a fairly coherent description of life in that country, basically centered around the radio and television factory in which he worked.|This was a fairly coherent description of life in that country, basically centered around the radio and television factory in which he worked. +LJ042-0154|While it was apparently intended for publication in the United States, and is in many respects critical of certain aspects of life in the Soviet Union,|While it was apparently intended for publication in the United States, and is in many respects critical of certain aspects of life in the Soviet Union, +LJ042-0155|it appears to be the work of a fairly well organized person.|it appears to be the work of a fairly well organized person. +LJ042-0156|Oswald prefaced his manuscript with a short autobiographical sketch which reads in part as follows, quote,|Oswald prefaced his manuscript with a short autobiographical sketch which reads in part as follows, quote, +LJ042-0157|Lee Harvey Oswald was born in October 1939 in New Orleans, Louisiana, the son of a Insurance Salesmen whose early death|Lee Harvey Oswald was born in October nineteen thirty-nine in New Orleans, Louisiana, the son of a Insurance Salesmen whose early death +LJ042-0158|left a far mean streak of independence brought on by neglect.|left a far mean streak of independence brought on by neglect. +LJ042-0159|entering the US Marine corp at 17, this streak of independence was strengthened by exotic journeys to Japan,|entering the US Marine corp at seventeen, this streak of independence was strengthened by exotic journeys to Japan, +LJ042-0160|the Philippines, and the scores of odd islands in the Pacific.|the Philippines, and the scores of odd islands in the Pacific. +LJ042-0162|Full of optimism and hope, he stood in Red Square in the Fall of 1959, vowing to see his chosen course through,|Full of optimism and hope, he stood in Red Square in the Fall of nineteen fifty-nine, vowing to see his chosen course through, +LJ042-0163|After, however, 2 years and a lot of growing up, I decided to return to the USA.|After, however, two years and a lot of growing up, I decided to return to the USA. +LJ042-0164|"The Collective" contrasts sharply with material which Oswald seems to have written after he left the Soviet Union.|"The Collective" contrasts sharply with material which Oswald seems to have written after he left the Soviet Union. +LJ042-0165|which appears to be more an expression of his own psychological condition than of a reasoned analysis.|which appears to be more an expression of his own psychological condition than of a reasoned analysis. +LJ042-0166|The latter material expresses great hostility to both communism and capitalism. He wrote, that to a person knowing both of those systems, quote,|The latter material expresses great hostility to both communism and capitalism. He wrote, that to a person knowing both of those systems, quote, +LJ042-0167|There can be no mediation between those systems as they exist today, and that person|There can be no mediation between those systems as they exist today, and that person +LJ042-0168|He must be opposed to their basic foundations and representatives, end quote.|He must be opposed to their basic foundations and representatives, end quote. +LJ042-0169|And yet, it is immature to take the sort of attitude which says, quote, a curse on both your houses! End quote.|And yet, it is immature to take the sort of attitude which says, quote, a curse on both your houses! End quote. +LJ042-0170|There are two great representatives of power in the world,|There are two great representatives of power in the world, +LJ042-0171|simply expressed, the left and right, and their offspring factions and concerns. Any practical attempt at one alternative|simply expressed, the left and right, and their offspring factions and concerns. Any practical attempt at one alternative +LJ042-0172|must have as its nucleus the traditional ideological best of both systems, and yet be utterly opposed to both systems.|must have as its nucleus the traditional ideological best of both systems, and yet be utterly opposed to both systems. +LJ042-0173|Such an alternative was to be opposed both to capitalism and communism because, quote,|Such an alternative was to be opposed both to capitalism and communism because, quote, +LJ042-0174|No man, having known, having lived, under the Russian Communist and American capitalist system,|No man, having known, having lived, under the Russian Communist and American capitalist system, +LJ042-0175|could possibly make a choice between them, there is no choice,|could possibly make a choice between them, there is no choice, +LJ042-0176|One offers oppression, the other poverty. Both offer imperialistic injustice, tinted with two brands of slavery, end quote.|One offers oppression, the other poverty. Both offer imperialistic injustice, tinted with two brands of slavery, end quote. +LJ042-0177|Oswald actually did attempt to formulate such an alternative which he planned to, quote, put forward, end quote, himself.|Oswald actually did attempt to formulate such an alternative which he planned to, quote, put forward, end quote, himself. +LJ042-0178|He thought the new alternative would have its best chance to be accepted after, quote, conflict between the two world systems leaves the world country|He thought the new alternative would have its best chance to be accepted after, quote, conflict between the two world systems leaves the world country +LJ042-0179|without defense or foundation of government, end quote,|without defense or foundation of government, end quote, +LJ042-0180|after which the survivors would, quote, seek an alternative opposed to those systems which have brought them misery, end quote.|after which the survivors would, quote, seek an alternative opposed to those systems which have brought them misery, end quote. +LJ042-0181|Oswald realized that, quote, their thinking and education will be steeped in the traditions of those systems|Oswald realized that, quote, their thinking and education will be steeped in the traditions of those systems +LJ042-0182|and they would never accept a new order complete beyond their understanding, end quote.|and they would never accept a new order complete beyond their understanding, end quote. +LJ042-0183|As a result he thought it would be, quote, necessary to oppose the old systems but at the same time support their cherished traditions, end quote.|As a result he thought it would be, quote, necessary to oppose the old systems but at the same time support their cherished traditions, end quote. +LJ042-0184|Expanding on his ideas on how his alternative to communism and capitalism might be introduced, he wrote of a, quote, readily foreseeable|Expanding on his ideas on how his alternative to communism and capitalism might be introduced, he wrote of a, quote, readily foreseeable +LJ042-0185|economic, political, or military crisis, internal or external,|economic, political, or military crisis, internal or external, +LJ042-0186|which will bring about the final destruction of the capitalist system, and indicated that|which will bring about the final destruction of the capitalist system, and indicated that +LJ042-0187|preparation in a special party could safeguard an independent course of action after the debacle, end quote.|preparation in a special party could safeguard an independent course of action after the debacle, end quote. +LJ042-0188|which would achieve the goal, which was, quote, the emplacement of a separate, democratic, pure communist society|which would achieve the goal, which was, quote, the emplacement of a separate, democratic, pure communist society +LJ042-0189|but one with union communes,|but one with union communes, +LJ042-0190|democratic socializing of production, and without regard to the twisting apart of Marxism Marxist Communism by other powers.|democratic socializing of production, and without regard to the twisting apart of Marxism Marxist Communism by other powers. +LJ042-0191|While, quote, resourcefulness and patient working towards the aforesaid goals|While, quote, resourcefulness and patient working towards the aforesaid goals +LJ042-0192|are preferred rather than loud and useless manifestations of protest, end quote, Oswald went on to note, quote,|are preferred rather than loud and useless manifestations of protest, end quote, Oswald went on to note, quote, +LJ042-0193|But these preferred tactics now may prove to be too limited in the near future,|But these preferred tactics now may prove to be too limited in the near future, +LJ042-0194|they should not be confused with slowness, indecision or fear. Only the intellectually fearless could even be remotely attracted to our doctrine,|they should not be confused with slowness, indecision or fear. Only the intellectually fearless could even be remotely attracted to our doctrine, +LJ042-0195|and yet this doctrine requires the utmost, utmost restraint, a state of being in itself majestic in power, end quote.|and yet this doctrine requires the utmost, utmost restraint, a state of being in itself majestic in power, end quote. +LJ042-0196|Oswald's decided rejection of both capitalism and communism|Oswald's decided rejection of both capitalism and communism +LJ042-0197|seemed to place him in a situation in which he could not live with satisfaction either in the United States or in the Soviet Union.|seemed to place him in a situation in which he could not live with satisfaction either in the United States or in the Soviet Union. +LJ042-0198|The discussion above has already set forth examples of his expression of hatred for the United States.|The discussion above has already set forth examples of his expression of hatred for the United States. +LJ042-0199|He also expressed hatred of the Soviet Union and of the Communist Party, U.S.A.,|He also expressed hatred of the Soviet Union and of the Communist Party, U.S.A., +LJ042-0200|even though he later referred to the latter as, quote, trusted long time fighters for progress, end quote.|even though he later referred to the latter as, quote, trusted long time fighters for progress, end quote. +LJ042-0201|He wrote, quote, The Communist Party of the United States has betrayed itself!|He wrote, quote, The Communist Party of the United States has betrayed itself! +LJ042-0202|It has turned itself into the traditional lever of a foreign power to overthrow the government of the United States;|It has turned itself into the traditional lever of a foreign power to overthrow the government of the United States; +LJ042-0203|not in the name of freedom or high ideals,|not in the name of freedom or high ideals, +LJ042-0204|but in servile conformity to the wishes of the Soviet Union and in anticipation of Soviet Russia's complete domination of the American continent.|but in servile conformity to the wishes of the Soviet Union and in anticipation of Soviet Russia's complete domination of the American continent. +LJ042-0205|There can be no sympathy for those who have turned the idea of communism into a vile curse to Western man.|There can be no sympathy for those who have turned the idea of communism into a vile curse to Western man. +LJ042-0206|The Soviets have committed crimes unsurpassed even by their early day capitalist counterparts, the imprisonment of their own peoples,|The Soviets have committed crimes unsurpassed even by their early day capitalist counterparts, the imprisonment of their own peoples, +LJ042-0207|with the mass extermination so typical of Stalin, and the individual suppression and regimentation under Khrushchev.|with the mass extermination so typical of Stalin, and the individual suppression and regimentation under Khrushchev. +LJ042-0208|The deportations, the purposeful curtailment of diet in the consumer slighted population of Russia,|The deportations, the purposeful curtailment of diet in the consumer slighted population of Russia, +LJ042-0209|the murder of history, the prostitution of art and culture, end quote.|the murder of history, the prostitution of art and culture, end quote. +LJ042-0210|A suggestion that Oswald hated more than just capitalism and communism|A suggestion that Oswald hated more than just capitalism and communism +LJ042-0211|is provided by the following, which was apparently written either on the ship coming back, or after his return from the Soviet Union, quote,|is provided by the following, which was apparently written either on the ship coming back, or after his return from the Soviet Union, quote, +LJ042-0212|I have often wondered why it is that the communist, anarchist capitalist, and even the fascist and anarchist elements in American,|I have often wondered why it is that the communist, anarchist capitalist, and even the fascist and anarchist elements in American, +LJ042-0213|always profess patriotism toward the land and the people, if not the government; although their ideals movements must surely lead|always profess patriotism toward the land and the people, if not the government; although their ideals movements must surely lead +LJ042-0214|to the bitter destruction of all and everything. I am quite sure these people must hate not only the government|to the bitter destruction of all and everything. I am quite sure these people must hate not only the government +LJ042-0215|but our, the people, culture, traditions, heritage, and very people itself, and yet|but our, the people, culture, traditions, heritage, and very people itself, and yet +LJ042-0216|they stand up and piously pronounce themselves patriots, displaying their war medals that they gained in conflicts long past between themselves.|they stand up and piously pronounce themselves patriots, displaying their war medals that they gained in conflicts long past between themselves. +LJ042-0217|I wonder what would happen it somebody was to stand up and say he was utterly opposed not only to the governments, but to the people,|I wonder what would happen it somebody was to stand up and say he was utterly opposed not only to the governments, but to the people, +LJ042-0218|to the entire land and complete foundations of his society, end quote.|to the entire land and complete foundations of his society, end quote. +LJ042-0219|Oswald demonstrated his thinking in connection with his return to the United States by preparing two sets of identical questions of the type which he might have thought|Oswald demonstrated his thinking in connection with his return to the United States by preparing two sets of identical questions of the type which he might have thought +LJ042-0220|he would be asked at a press conference when he returned.|he would be asked at a press conference when he returned. +LJ042-0221|With either great ambivalence, or cold calculation he prepared completely different answers to the same questions.|With either great ambivalence, or cold calculation he prepared completely different answers to the same questions. +LJ042-0222|Judged by his other statements and writings, however, he appears to have indicated his true feelings in the set of answers first presented|Judged by his other statements and writings, however, he appears to have indicated his true feelings in the set of answers first presented +LJ042-0223|and to have stated in the second what he thought would be least harmful to him as he resumed life in the United States.|and to have stated in the second what he thought would be least harmful to him as he resumed life in the United States. +LJ042-0224|For example, in response to his questions about his decision to go to the Soviet Union, his first draft answered, quote,|For example, in response to his questions about his decision to go to the Soviet Union, his first draft answered, quote, +LJ042-0225|as a mark of discuss and protest against American political policies in foreign countries, my personal sign of discontent|as a mark of discuss and protest against American political policies in foreign countries, my personal sign of discontent +LJ042-0226|and horror at the misguided line of reasoning of the United States Government, end quote.|and horror at the misguided line of reasoning of the United States Government, end quote. +LJ042-0227|His second answer was that he, quote, went as a citizen of the U.S. (as a tourist) residing in a foreign country which I have a perfect right to do.|His second answer was that he, quote, went as a citizen of the U.S. (as a tourist) residing in a foreign country which I have a perfect right to do. +LJ042-0228|I went there to see the land, the people and how their system works, end quote.|I went there to see the land, the people and how their system works, end quote. +LJ042-0229|To the question of, quote, Are you a Communist? End quote, he first answered "Yes,"|To the question of, quote, Are you a Communist? End quote, he first answered "Yes," +LJ042-0230|basically, although I hate the USSR and socialist system I still think marxism can work under different circumstances, end quote.|basically, although I hate the USSR and socialist system I still think marxism can work under different circumstances, end quote. +LJ042-0231|His second answer to this question was, quote, No of course not,|His second answer to this question was, quote, No of course not, +LJ042-0232|I have never even know a communist, outside of the ones in the USSR but you can't help that, end quote.|I have never even know a communist, outside of the ones in the USSR but you can't help that, end quote. +LJ042-0233|His first set of questions and answers indicated his belief that there were no outstanding differences between the Soviet Union and the United States,|His first set of questions and answers indicated his belief that there were no outstanding differences between the Soviet Union and the United States, +LJ042-0234|quote, except in the US, the living standard is a little higher.|quote, except in the US, the living standard is a little higher. +LJ042-0235|Freedoms are about the same. Medical aid and the educational system in the USSR is better than in the USA, end quote.|Freedoms are about the same. Medical aid and the educational system in the USSR is better than in the USA, end quote. +LJ042-0236|In the second simulated transcript which ended with the statement, quote, Newspapers thank you, sir. You are a real patriot! End quote.|In the second simulated transcript which ended with the statement, quote, Newspapers thank you, sir. You are a real patriot! End quote. +LJ042-0237|He apparently concluded that the United States offered, quote,|He apparently concluded that the United States offered, quote, +LJ042-0238|freedom of speech, travel outspoken opposition to unpopular policies, freedom to believe in god, end quote, while the Soviet Union did not.|freedom of speech, travel outspoken opposition to unpopular policies, freedom to believe in god, end quote, while the Soviet Union did not. +LJ042-0239|Despite the hatred that Oswald expressed toward the Soviet Union after his residence there,|Despite the hatred that Oswald expressed toward the Soviet Union after his residence there, +LJ042-0240|he continued to be interested in that country after he returned to the United States.|he continued to be interested in that country after he returned to the United States. +LJ042-0241|Soon after his arrival he wrote to the Soviet Embassy in Washington|Soon after his arrival he wrote to the Soviet Embassy in Washington +LJ042-0242|requesting information on how to subscribe to Russian newspapers and magazines and asked for, quote,|requesting information on how to subscribe to Russian newspapers and magazines and asked for, quote, +LJ042-0244|Oswald subsequently did subscribe to several Soviet journals.|Oswald subsequently did subscribe to several Soviet journals. +LJ042-0245|While Marina Oswald tried to obtain permission to return to the Soviet Union, she testified that she did so at her husband's insistence.|While Marina Oswald tried to obtain permission to return to the Soviet Union, she testified that she did so at her husband's insistence. +LJ042-0246|In July of 1963, Oswald also requested the Soviet Union to provide a visa for his return to that country.|In July of nineteen sixty-three, Oswald also requested the Soviet Union to provide a visa for his return to that country. +LJ042-0247|In August of 1963, he gave the New Orleans police as a reason for refusing to permit his family to learn English,|In August of nineteen sixty-three, he gave the New Orleans police as a reason for refusing to permit his family to learn English, +LJ042-0248|that, quote, he hated America and he did not want them to become Americanized, and that his plans were to go back to Russia, end quote.|that, quote, he hated America and he did not want them to become Americanized, and that his plans were to go back to Russia, end quote. +LJ042-0249|Even though his primary purpose probably was to get to Cuba,|Even though his primary purpose probably was to get to Cuba, +LJ042-0250|He sought an immediate grant of visa on his trip to Mexico City in late September of 1963.|He sought an immediate grant of visa on his trip to Mexico City in late September of nineteen sixty-three. +LJ042-0251|He also inquired about visas for himself and his wife|He also inquired about visas for himself and his wife +LJ043-0001|Report of the President's Commission on the Assassination of President Kennedy.|Report of the President's Commission on the Assassination of President Kennedy. +LJ043-0002|The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. Chapter 7. Lee Harvey Oswald:|The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. Chapter seven. Lee Harvey Oswald: +LJ043-0003|Background and Possible Motives, Part 4.|Background and Possible Motives, Part four. +LJ043-0004|Personal Relations|Personal Relations +LJ043-0005|Apart from his relatives, Oswald had no friends or close associates in Texas when he returned there in June of 1962,|Apart from his relatives, Oswald had no friends or close associates in Texas when he returned there in June of nineteen sixty-two, +LJ043-0006|and he did not establish any close friendships or associations, although it appears that he came to respect George De Mohrenschildt.|and he did not establish any close friendships or associations, although it appears that he came to respect George De Mohrenschildt. +LJ043-0007|Somewhat of a nonconformist,|Somewhat of a nonconformist, +LJ043-0008|De Mohrenschildt was a peripheral member of the so-called Russian community, with which Oswald made contact through Mr. Peter Gregory,|De Mohrenschildt was a peripheral member of the so-called Russian community, with which Oswald made contact through Mr. Peter Gregory, +LJ043-0009|a Russian-speaking petroleum engineer whom Oswald met as a result of his contact with the Texas Employment Commission office in Fort Worth.|a Russian-speaking petroleum engineer whom Oswald met as a result of his contact with the Texas Employment Commission office in Fort Worth. +LJ043-0010|Some of the members of that group saw a good deal of the Oswalds through the fall of 1963,|Some of the members of that group saw a good deal of the Oswalds through the fall of nineteen sixty-three, +LJ043-0011|and attempted to help Mrs. Oswald particularly, in various ways. In general, Oswald did not like the members of the Russian community.|and attempted to help Mrs. Oswald particularly, in various ways. In general, Oswald did not like the members of the Russian community. +LJ043-0012|In fact, his relations with some of them, particularly George Bouhe, became quite hostile.|In fact, his relations with some of them, particularly George Bouhe, became quite hostile. +LJ043-0013|Part of the problem resulted from the fact that, as Jeanne De Mohrenschildt testified,|Part of the problem resulted from the fact that, as Jeanne De Mohrenschildt testified, +LJ043-0014|Oswald was, quote, very, very disagreeable and disappointed, end quote,|Oswald was, quote, very, very disagreeable and disappointed, end quote, +LJ043-0015|He also expressed considerable resentment at the help given to his wife by her Russian-American friends.|He also expressed considerable resentment at the help given to his wife by her Russian-American friends. +LJ043-0016|Jeanne De Mohrenschildt said, quote,|Jeanne De Mohrenschildt said, quote, +LJ043-0017|Marina had a hundred dresses given to her, and he objected to that lavish help, because Marina was throwing it into his face.|Marina had a hundred dresses given to her, and he objected to that lavish help, because Marina was throwing it into his face. +LJ043-0018|He was offensive with the people. And I can understand why, because that hurt him.|He was offensive with the people. And I can understand why, because that hurt him. +LJ043-0019|He could never give her what the people were showering on her no matter how hard he worked -- and he worked very hard, end quote.|He could never give her what the people were showering on her no matter how hard he worked -- and he worked very hard, end quote. +LJ043-0020|The relations between Oswald and his wife became such that Bouhe wanted to "liberate" her from Oswald.|The relations between Oswald and his wife became such that Bouhe wanted to "liberate" her from Oswald. +LJ043-0021|While the exact sequence of events is not clear because of conflicting testimony,|While the exact sequence of events is not clear because of conflicting testimony, +LJ043-0022|it appears that De Mohrenschildt and his wife actually went to Oswald's apartment early in November of 1962|it appears that De Mohrenschildt and his wife actually went to Oswald's apartment early in November of nineteen sixty-two +LJ043-0023|and helped to move the personal effects of Marina Oswald and the baby.|and helped to move the personal effects of Marina Oswald and the baby. +LJ043-0024|Even though it appears that they may have left Oswald a few days before, it seems that he resisted the move as best he could.|Even though it appears that they may have left Oswald a few days before, it seems that he resisted the move as best he could. +LJ043-0025|He even threatened to tear up his wife's dresses and break all the baby things. According to De Mohrenschildt,|He even threatened to tear up his wife's dresses and break all the baby things. According to De Mohrenschildt, +LJ043-0026|Oswald submitted to the inevitable, presumably because he was, quote, small, you know, and he was rather a puny individual, end quote,|Oswald submitted to the inevitable, presumably because he was, quote, small, you know, and he was rather a puny individual, end quote, +LJ043-0027|De Mohrenschildt said that the whole affair made him nervous since he was, quote, interfering in other people's affairs, after all, end quote.|De Mohrenschildt said that the whole affair made him nervous since he was, quote, interfering in other people's affairs, after all, end quote. +LJ043-0028|Oswald attempted to get his wife to come back and, over Bouhe's protest, De Mohrenschildt finally told him where she was.|Oswald attempted to get his wife to come back and, over Bouhe's protest, De Mohrenschildt finally told him where she was. +LJ043-0029|De Mohrenschildt admitted that, quote,|De Mohrenschildt admitted that, quote, +LJ043-0030|If somebody did that to me, a lousy trick like that, to take my wife away, and all the furniture, I would be mad as hell, too.|If somebody did that to me, a lousy trick like that, to take my wife away, and all the furniture, I would be mad as hell, too. +LJ043-0031|I am surprised that he didn't do something worse, end quote.|I am surprised that he didn't do something worse, end quote. +LJ043-0032|After about a 2-week separation, Marina Oswald returned to her husband.|After about a two-week separation, Marina Oswald returned to her husband. +LJ043-0033|Bouhe thoroughly disapproved of this and as a result almost all communication between the Oswalds and members of the Russian community ceased.|Bouhe thoroughly disapproved of this and as a result almost all communication between the Oswalds and members of the Russian community ceased. +LJ043-0034|Contacts with De Mohrenschildt and his wife did continue and they saw the Oswalds occasionally until the spring of 1963.|Contacts with De Mohrenschildt and his wife did continue and they saw the Oswalds occasionally until the spring of nineteen sixty-three. +LJ043-0035|Shortly after his return from the Soviet Union, Oswald severed all relations with his mother;|Shortly after his return from the Soviet Union, Oswald severed all relations with his mother; +LJ043-0036|he did not see his brother Robert from Thanksgiving of 1962 until November 23, 1963.|he did not see his brother Robert from Thanksgiving of nineteen sixty-two until November twenty-three, nineteen sixty-three. +LJ043-0037|At the time of his defection, Oswald had said that neither his brother, Robert,|At the time of his defection, Oswald had said that neither his brother, Robert, +LJ043-0038|nor his mother were objects of his affection, quote, but only examples of workers in the U.S., end quote.|nor his mother were objects of his affection, quote, but only examples of workers in the U.S., end quote. +LJ043-0039|He also indicated to officials at the American Embassy in Moscow that his defection was motivated at least in part|He also indicated to officials at the American Embassy in Moscow that his defection was motivated at least in part +LJ043-0040|by so-called exploitation of his mother by the capitalist system.|by so-called exploitation of his mother by the capitalist system. +LJ043-0041|Consistent with this attitude|Consistent with this attitude +LJ043-0042|He first told his wife that he did not have a mother, but later admitted that he did but that, quote, he didn't love her very much, end quote.|He first told his wife that he did not have a mother, but later admitted that he did but that, quote, he didn't love her very much, end quote. +LJ043-0043|When they arrived from the Soviet Union, Oswald and his family lived at first with his brother Robert.|When they arrived from the Soviet Union, Oswald and his family lived at first with his brother Robert. +LJ043-0044|The latter testified that they, quote, were just together again, end quote, as if his brother, quote, had not been to Russia, end quote.|The latter testified that they, quote, were just together again, end quote, as if his brother, quote, had not been to Russia, end quote. +LJ043-0045|He also said that he and his family got along well with Marina Oswald and enjoyed showing her American things.|He also said that he and his family got along well with Marina Oswald and enjoyed showing her American things. +LJ043-0046|After about a month with his brother,|After about a month with his brother, +LJ043-0047|Oswald and his family lived for a brief period with his mother at her urging, but Oswald soon decided to move out.|Oswald and his family lived for a brief period with his mother at her urging, but Oswald soon decided to move out. +LJ043-0048|Marguerite Oswald visited her son and his family at the first apartment which he rented after his return, and tried to help them get settled there.|Marguerite Oswald visited her son and his family at the first apartment which he rented after his return, and tried to help them get settled there. +LJ043-0049|After she had bought some clothes for Marina Oswald and a highchair for the baby, Oswald emphatically told her to stop.|After she had bought some clothes for Marina Oswald and a highchair for the baby, Oswald emphatically told her to stop. +LJ043-0050|As Marguerite Oswald testified, quote,|As Marguerite Oswald testified, quote, +LJ043-0051|he strongly put me in my place about buying things for his wife that he himself could not buy, end quote.|he strongly put me in my place about buying things for his wife that he himself could not buy, end quote. +LJ043-0052|Oswald objected to his mother visiting the apartment|Oswald objected to his mother visiting the apartment +LJ043-0053|and became quite incensed with his wife when she would open the door for her in spite of his instructions to the contrary.|and became quite incensed with his wife when she would open the door for her in spite of his instructions to the contrary. +LJ043-0054|Oswald moved to Dallas on about October 8, 1962, without telling his mother where he was going.|Oswald moved to Dallas on about October eight, nineteen sixty-two, without telling his mother where he was going. +LJ043-0055|He never saw or communicated with her in any way again until she came to see him after the assassination.|He never saw or communicated with her in any way again until she came to see him after the assassination. +LJ043-0056|Even though Oswald cut off relations with his mother,|Even though Oswald cut off relations with his mother, +LJ043-0057|he attempted for the first time to learn something about his family background when he went to New Orleans in April of 1963.|he attempted for the first time to learn something about his family background when he went to New Orleans in April of nineteen sixty-three. +LJ043-0058|He visited some of his father's elderly relatives and the cemetery where his father was buried in an effort to develop the facts of his genealogy.|He visited some of his father's elderly relatives and the cemetery where his father was buried in an effort to develop the facts of his genealogy. +LJ043-0059|While it does not appear that he established any new relationships as a result of his investigation, he did obtain a large picture of his father|While it does not appear that he established any new relationships as a result of his investigation, he did obtain a large picture of his father +LJ043-0060|from one of the elderly relatives with whom he spoke. Oswald's interest in such things presents a sharp contrast with his attitude|from one of the elderly relatives with whom he spoke. Oswald's interest in such things presents a sharp contrast with his attitude +LJ043-0061|at the time of his defection, when he evidenced no interest in his father and hardly mentioned him, even when questioned.|at the time of his defection, when he evidenced no interest in his father and hardly mentioned him, even when questioned. +LJ043-0062|Oswald's defection, his interest in the Soviet Union, and his activities on behalf of the Fair Play for Cuba Committee|Oswald's defection, his interest in the Soviet Union, and his activities on behalf of the Fair Play for Cuba Committee +LJ043-0063|not only caused him difficulties in his employment relations, but they also provided him with excuses for employment failures|not only caused him difficulties in his employment relations, but they also provided him with excuses for employment failures +LJ043-0064|which were largely of his own making.|which were largely of his own making. +LJ043-0065|Oswald experienced some difficulty finding employment. Perhaps this was partially because of his lack of any specific skill or training.|Oswald experienced some difficulty finding employment. Perhaps this was partially because of his lack of any specific skill or training. +LJ043-0066|Some of his acquaintances, feeling that Oswald tried to impress people with the fact that he had lived and worked in Russia, were led to the belief|Some of his acquaintances, feeling that Oswald tried to impress people with the fact that he had lived and worked in Russia, were led to the belief +LJ043-0067|that his employment difficulties were caused by his telling prospective employers that he had last been employed in Minsk.|that his employment difficulties were caused by his telling prospective employers that he had last been employed in Minsk. +LJ043-0068|While he might have expected difficulty from such an approach, in fact|While he might have expected difficulty from such an approach, in fact +LJ043-0069|the evidence indicates that Oswald usually told his prospective employers and employment counselors that he had recently been discharged from the Marine Corps.|the evidence indicates that Oswald usually told his prospective employers and employment counselors that he had recently been discharged from the Marine Corps. +LJ043-0070|Oswald obtained a job in July of 1962 as a sheet metal worker with a company in Fort Worth.|Oswald obtained a job in July of nineteen sixty-two as a sheet metal worker with a company in Fort Worth. +LJ043-0071|His performance for that company was satisfactory.|His performance for that company was satisfactory. +LJ043-0072|Even though he told his wife that he had been fired, he voluntarily left on October 8, 1962, and moved to Dallas.|Even though he told his wife that he had been fired, he voluntarily left on October eight, nineteen sixty-two, and moved to Dallas. +LJ043-0073|On October 9, 1962 he went to the Dallas office of the Texas Employment Commission|On October nine, nineteen sixty-two he went to the Dallas office of the Texas Employment Commission +LJ043-0074|where he expressed a reluctance to work in the industrial field.|where he expressed a reluctance to work in the industrial field. +LJ043-0075|He indicated an interest in writing. An employment counselor testified, on the basis of a general aptitude test Oswald had taken,|He indicated an interest in writing. An employment counselor testified, on the basis of a general aptitude test Oswald had taken, +LJ043-0076|that he had some aptitude in that area, quote, because the verbal score is high and the clerical score is high, end quote,|that he had some aptitude in that area, quote, because the verbal score is high and the clerical score is high, end quote, +LJ043-0077|While that counselor found that he was qualified to handle many different types of jobs,|While that counselor found that he was qualified to handle many different types of jobs, +LJ043-0078|because of his need for immediate employment she attempted to obtain for him any job that was available at the time. Oswald made qualifying marks|because of his need for immediate employment she attempted to obtain for him any job that was available at the time. Oswald made qualifying marks +LJ043-0079|in 19 of 23 categories included on the general aptitude examination and scored 127 on the verbal test, as compared|in nineteen of twenty-three categories included on the general aptitude examination and scored one hundred twenty-seven on the verbal test, as compared +LJ043-0080|with 50 percent of the people taking it who score less than 100.|with fifty percent of the people taking it who score less than one hundred. +LJ043-0081|The counselor testified that there was some indication that Oswald was capable of doing college work|The counselor testified that there was some indication that Oswald was capable of doing college work +LJ043-0082|and noted that Oswald's verbal and clerical potential was, quote, outstanding, end quote.|and noted that Oswald's verbal and clerical potential was, quote, outstanding, end quote. +LJ043-0083|Employment Commission records concerning Oswald stated, quote, Well-groomed & spoken,|Employment Commission records concerning Oswald stated, quote, Well-groomed and spoken, +LJ043-0084|business suit, alert replies -- Expresses self extremely well, end quote.|business suit, alert replies -- Expresses self extremely well, end quote. +LJ043-0085|Oswald said that he hoped eventually to develop qualifications for employment as a junior executive|Oswald said that he hoped eventually to develop qualifications for employment as a junior executive +LJ043-0086|through a work-study program at a local college.|through a work-study program at a local college. +LJ043-0087|He indicated, however, that he would have to delay that program because of his immediate financial needs and responsibilities.|He indicated, however, that he would have to delay that program because of his immediate financial needs and responsibilities. +LJ043-0088|On October 11, 1962, the Employment Commission referred Oswald|On October eleven, nineteen sixty-two, the Employment Commission referred Oswald +LJ043-0089|to a commercial advertising photography firm in Dallas, where he was employed as a trainee starting October 12, 1962.|to a commercial advertising photography firm in Dallas, where he was employed as a trainee starting October twelve, nineteen sixty-two. +LJ043-0090|Even though Oswald indicated that he liked photographic work, his employer found that he was not an efficient worker.|Even though Oswald indicated that he liked photographic work, his employer found that he was not an efficient worker. +LJ043-0091|He was not able to produce photographic work|He was not able to produce photographic work +LJ043-0092|which adhered with sufficient precision to the job specifications and as a result too much of his work had to be redone.|which adhered with sufficient precision to the job specifications and as a result too much of his work had to be redone. +LJ043-0093|He also had difficulty in working with the other employees.|He also had difficulty in working with the other employees. +LJ043-0094|This was at least in part because of the close physical confines in which some of the work had to be done.|This was at least in part because of the close physical confines in which some of the work had to be done. +LJ043-0095|He did not seem to be able to make the accommodations necessary when people work under such conditions and as a result|He did not seem to be able to make the accommodations necessary when people work under such conditions and as a result +LJ043-0096|became involved in conflicts, some of which were fairly heated, with his fellow employees.|became involved in conflicts, some of which were fairly heated, with his fellow employees. +LJ043-0097|In February or March of 1963,|In February or March of nineteen sixty-three, +LJ043-0098|it began to appear that Oswald was having considerable difficulty doing accurate work and in getting along with the other employees.|it began to appear that Oswald was having considerable difficulty doing accurate work and in getting along with the other employees. +LJ043-0099|It appears that his discharge was hastened by the fact that he brought a Russian language newspaper to work.|It appears that his discharge was hastened by the fact that he brought a Russian language newspaper to work. +LJ043-0100|It is not possible to tell whether Oswald did this to provide an excuse for his eventual discharge,|It is not possible to tell whether Oswald did this to provide an excuse for his eventual discharge, +LJ043-0101|or whether he brought the Russian language newspaper with him one day after his other difficulties became clear.|or whether he brought the Russian language newspaper with him one day after his other difficulties became clear. +LJ043-0102|It is possible that his immediate supervisor noticed the newspaper at that time because his attention had otherwise been drawn more directly to Oswald.|It is possible that his immediate supervisor noticed the newspaper at that time because his attention had otherwise been drawn more directly to Oswald. +LJ043-0103|In any event, Oswald was discharged on April 6, 1963, ostensibly because of his inefficiency and difficult personality.|In any event, Oswald was discharged on April six, nineteen sixty-three, ostensibly because of his inefficiency and difficult personality. +LJ043-0104|His supervisor admitted, however,|His supervisor admitted, however, +LJ043-0105|that while he did not fire Oswald because of the newspaper incident or even weigh it heavily in his decision, quote,|that while he did not fire Oswald because of the newspaper incident or even weigh it heavily in his decision, quote, +LJ043-0106|it didn't do his case any good, end quote.|it didn't do his case any good, end quote. +LJ043-0107|Upon moving to New Orleans on April 24, 1963,|Upon moving to New Orleans on April twenty-four, nineteen sixty-three, +LJ043-0108|Oswald's employment problems became more difficult. He left his wife and child at the home of a friend, Mrs. Ruth Paine, of Irving, Texas.|Oswald's employment problems became more difficult. He left his wife and child at the home of a friend, Mrs. Ruth Paine, of Irving, Texas. +LJ043-0109|In New Orleans he obtained work as a greaser and oiler of coffee processing machines for the William B. Reily Co.,|In New Orleans he obtained work as a greaser and oiler of coffee processing machines for the William B. Reily Co., +LJ043-0110|beginning May 10, 1963.|beginning May ten, nineteen sixty-three. +LJ043-0111|After securing this job and an apartment, Oswald asked his wife to join him.|After securing this job and an apartment, Oswald asked his wife to join him. +LJ043-0112|Mrs. Paine brought Oswald's family to New Orleans.|Mrs. Paine brought Oswald's family to New Orleans. +LJ043-0113|Refusing to admit that he could only get work as a greaser,|Refusing to admit that he could only get work as a greaser, +LJ043-0114|Oswald told his wife and Mrs. Paine that he was working as a commercial photographer.|Oswald told his wife and Mrs. Paine that he was working as a commercial photographer. +LJ043-0115|He lost his job on July 19, 1963, because his work was not satisfactory|He lost his job on July nineteen, nineteen sixty-three, because his work was not satisfactory +LJ043-0116|and because he spent too much time loitering in the garage next door, where he read rifle and hunting magazines.|and because he spent too much time loitering in the garage next door, where he read rifle and hunting magazines. +LJ043-0117|Oswald apparently concluded that his Fair Play for Cuba Committee activities were not related to his discharge.|Oswald apparently concluded that his Fair Play for Cuba Committee activities were not related to his discharge. +LJ043-0118|The correctness of that conclusion is supported by the fact that he does not seem to have been publicly identified with that organization until August 9,|The correctness of that conclusion is supported by the fact that he does not seem to have been publicly identified with that organization until August nine, +LJ043-0119|1963, almost a month after he lost his job.|nineteen sixty-three, almost a month after he lost his job. +LJ043-0120|His Fair Play for Cuba Committee activities, however, made it more difficult for him to obtain other employment.|His Fair Play for Cuba Committee activities, however, made it more difficult for him to obtain other employment. +LJ043-0121|A placement interviewer of the Louisiana Department of Labor|A placement interviewer of the Louisiana Department of Labor +LJ043-0122|who had previously interviewed Oswald, saw him on television and heard a radio debate in which he engaged on August 21, 1963.|who had previously interviewed Oswald, saw him on television and heard a radio debate in which he engaged on August twenty-one, nineteen sixty-three. +LJ043-0123|He consulted with his supervisor and, quote, it was determined that we should not undertake to furnish employment references for him, end quote.|He consulted with his supervisor and, quote, it was determined that we should not undertake to furnish employment references for him, end quote. +LJ043-0124|Ironically, he failed to get a job in another photographic firm after his return to Dallas in October of 1963,|Ironically, he failed to get a job in another photographic firm after his return to Dallas in October of nineteen sixty-three, +LJ043-0125|because the president of the photographic firm for which he had previously worked|because the president of the photographic firm for which he had previously worked +LJ043-0126|told the prospective employer that Oswald was, quote, kinda peculiar sometimes and that he had some knowledge of the Russian language, end quote.|told the prospective employer that Oswald was, quote, kinda peculiar sometimes and that he had some knowledge of the Russian language, end quote. +LJ043-0127|and that he, quote, may be a damn Communist. I can't tell you. If I was you, I wouldn't hire him, end quote.|and that he, quote, may be a damn Communist. I can't tell you. If I was you, I wouldn't hire him, end quote. +LJ043-0128|The plant superintendent of the new firm testified that, one of the employees of the old firm, quote,|The plant superintendent of the new firm testified that, one of the employees of the old firm, quote, +LJ043-0129|implied that Oswald's fellow employees did not like him because he was propagandizing|implied that Oswald's fellow employees did not like him because he was propagandizing +LJ043-0130|and had been seen reading a foreign newspaper, end quote.|and had been seen reading a foreign newspaper, end quote. +LJ043-0131|As a result Oswald was not hired.|As a result Oswald was not hired. +LJ043-0132|He subsequently found a job with the Texas School Book Depository for which he performed his duties satisfactorily.|He subsequently found a job with the Texas School Book Depository for which he performed his duties satisfactorily. +LJ043-0133|Attack on General Walker|Attack on General Walker +LJ043-0134|The Commission has concluded that on April 10, 1963,|The Commission has concluded that on April ten, nineteen sixty-three, +LJ043-0135|Oswald shot at Maj. Gen. Edwin A. Walker (Resigned, U.S. Army),|Oswald shot at Maj. Gen. Edwin A. Walker (Resigned, U.S. Army), +LJ043-0136|demonstrating once again his propensity to act dramatically and, in this instance violently, in furtherance of his beliefs.|demonstrating once again his propensity to act dramatically and, in this instance violently, in furtherance of his beliefs. +LJ043-0137|The shooting occurred 2 weeks before Oswald moved to New Orleans and a few days after he had been discharged by the photographic firm.|The shooting occurred two weeks before Oswald moved to New Orleans and a few days after he had been discharged by the photographic firm. +LJ043-0138|As indicated in chapter 4, Oswald had been planning his attack on General Walker for at least 1 and perhaps as much as 2 months.|As indicated in chapter four, Oswald had been planning his attack on General Walker for at least one and perhaps as much as two months. +LJ043-0139|He outlined his plans in a notebook and studied them at considerable length before his attack.|He outlined his plans in a notebook and studied them at considerable length before his attack. +LJ043-0140|He also studied Dallas bus schedules to prepare for his later use of buses to travel to and from General Walker's house.|He also studied Dallas bus schedules to prepare for his later use of buses to travel to and from General Walker's house. +LJ043-0141|Sometime after March 27, but according to Marina Oswald, prior to April 10, 1963,|Sometime after March twenty-seven, but according to Marina Oswald, prior to April ten, nineteen sixty-three, +LJ043-0142|Oswald posed for two pictures|Oswald posed for two pictures +LJ043-0143|with his recently acquired rifle and pistol, a copy of the March 24, 1963, issue of the Worker,|with his recently acquired rifle and pistol, a copy of the March twenty-four, nineteen sixty-three, issue of the Worker, +LJ043-0144|and the March 11, 1963, issue of the Militant.|and the March eleven, nineteen sixty-three, issue of the Militant. +LJ043-0145|He told his wife that he wanted to send the pictures to the Militant and he also asked her to keep one of the pictures for his daughter, June.|He told his wife that he wanted to send the pictures to the Militant and he also asked her to keep one of the pictures for his daughter, June. +LJ043-0146|Following his unsuccessful attack on Walker, Oswald returned home.|Following his unsuccessful attack on Walker, Oswald returned home. +LJ043-0148|She testified that she was agitated because she had found the note in Oswald's room,|She testified that she was agitated because she had found the note in Oswald's room, +LJ043-0149|where she had gone, contrary to his instructions, after she became, worried about his absence.|where she had gone, contrary to his instructions, after she became, worried about his absence. +LJ043-0150|She indicated that she had no advance knowledge of Oswald's plans,|She indicated that she had no advance knowledge of Oswald's plans, +LJ043-0151|that she became quite angry when Oswald told her what he had done, and that she made him promise never to repeat such a performance.|that she became quite angry when Oswald told her what he had done, and that she made him promise never to repeat such a performance. +LJ043-0152|She said that she kept the note to use against him, quote, if something like that should be repeated again, end quote.|She said that she kept the note to use against him, quote, if something like that should be repeated again, end quote. +LJ043-0153|When asked if Oswald requested the note back she testified that, quote, He forgot about it. But apparently|When asked if Oswald requested the note back she testified that, quote, He forgot about it. But apparently +LJ043-0154|after he thought that what he had written in his book might be proof against him, and he destroyed it (the book), end quote.|after he thought that what he had written in his book might be proof against him, and he destroyed it (the book), end quote. +LJ043-0155|She later gave the following testimony. Question:|She later gave the following testimony. Question: +LJ043-0156|After he brought the rifle home, then, he showed you the book?|After he brought the rifle home, then, he showed you the book? +LJ043-0157|Answer: Yes. Question: And you said it was not a good idea to keep this book? Answer: Yes.|Answer: Yes. Question: And you said it was not a good idea to keep this book? Answer: Yes. +LJ043-0158|Question: And then he burned the book?|Question: And then he burned the book? +LJ043-0159|Answer: Yes.|Answer: Yes. +LJ043-0160|Question: Did you ask him why he had not destroyed the book before he actually went to shoot General Walker?|Question: Did you ask him why he had not destroyed the book before he actually went to shoot General Walker? +LJ043-0161|Answer: It never came to me, myself, to ask him that question.|Answer: It never came to me, myself, to ask him that question. +LJ043-0162|Marina Oswald's testimony indicates that her husband was not particularly concerned about his continued possession of the most incriminating sort of evidence.|Marina Oswald's testimony indicates that her husband was not particularly concerned about his continued possession of the most incriminating sort of evidence. +LJ043-0163|If he had been successful and had been apprehended even for routine questioning, his apartment would undoubtedly have been searched,|If he had been successful and had been apprehended even for routine questioning, his apartment would undoubtedly have been searched, +LJ043-0164|and his role would have been made clear by the evidence which he had left behind.|and his role would have been made clear by the evidence which he had left behind. +LJ043-0165|Leaving the note and picture as he did would seem to indicate that he had considered the possibility of capture.|Leaving the note and picture as he did would seem to indicate that he had considered the possibility of capture. +LJ043-0166|Possibly he might have wanted to be caught, and wanted his involvement made clear if he was in fact apprehended.|Possibly he might have wanted to be caught, and wanted his involvement made clear if he was in fact apprehended. +LJ043-0167|Even after his wife told him to destroy the notebook|Even after his wife told him to destroy the notebook +LJ043-0168|he removed at least some of the pictures which had been pasted in it and saved them among his effects, where they were found after the assassination.|he removed at least some of the pictures which had been pasted in it and saved them among his effects, where they were found after the assassination. +LJ043-0169|His behavior was entirely consistent with his wife's testimony that, quote,|His behavior was entirely consistent with his wife's testimony that, quote, +LJ043-0170|I asked him what for he was making all these entries in the book and he answered that he wanted to leave a complete record so that all the details would be in it.|I asked him what for he was making all these entries in the book and he answered that he wanted to leave a complete record so that all the details would be in it. +LJ043-0171|I am guessing that perhaps he did it to appear to be a brave man in case he were arrested, but that is my supposition, end quote.|I am guessing that perhaps he did it to appear to be a brave man in case he were arrested, but that is my supposition, end quote. +LJ043-0172|The attempt on General Walker's life deserves close attention in any consideration of Oswald's possible motive for the assassination|The attempt on General Walker's life deserves close attention in any consideration of Oswald's possible motive for the assassination +LJ043-0173|and the trail of evidence he left behind him on that occasion.|and the trail of evidence he left behind him on that occasion. +LJ043-0174|While there are differences between the two events as far as Oswald's actions and planning are concerned, there are also similarities that should be considered.|While there are differences between the two events as far as Oswald's actions and planning are concerned, there are also similarities that should be considered. +LJ043-0175|The items which Oswald left at home when he made his attack on Walker suggest a strong concern for his place in history.|The items which Oswald left at home when he made his attack on Walker suggest a strong concern for his place in history. +LJ043-0176|If the attack had succeeded and Oswald had been caught, the pictures showing him with his rifle|If the attack had succeeded and Oswald had been caught, the pictures showing him with his rifle +LJ043-0177|and his Communist and Socialist Worker's Party newspapers would probably have appeared on the front pages of newspapers or magazines all over the country,|and his Communist and Socialist Worker's Party newspapers would probably have appeared on the front pages of newspapers or magazines all over the country, +LJ043-0179|The circumstances of the attack on Walker coupled with other indications that Oswald was concerned about his place in history|The circumstances of the attack on Walker coupled with other indications that Oswald was concerned about his place in history +LJ043-0180|and with the circumstances surrounding the assassination, have led the Commission to believe|and with the circumstances surrounding the assassination, have led the Commission to believe +LJ043-0181|that such concern is an important factor to consider in assessing possible motivation for the assassination.|that such concern is an important factor to consider in assessing possible motivation for the assassination. +LJ043-0182|In any event, the Walker incident indicates that in spite of the belief among those who knew him that he was apparently not dangerous,|In any event, the Walker incident indicates that in spite of the belief among those who knew him that he was apparently not dangerous, +LJ043-0184|to carry out a carefully planned killing of another human being and was willing to consummate such a purpose if he thought there was sufficient reason to do so.|to carry out a carefully planned killing of another human being and was willing to consummate such a purpose if he thought there was sufficient reason to do so. +LJ043-0186|Marina Oswald indicated that her husband had compared General Walker to Adolph Hitler.|Marina Oswald indicated that her husband had compared General Walker to Adolph Hitler. +LJ043-0187|She testified that Oswald said that General Walker, quote, was a very bad man, that he was a fascist,|She testified that Oswald said that General Walker, quote, was a very bad man, that he was a fascist, +LJ043-0188|that he was the leader of a fascist organization, and when I said that even though all of that might be true, just the same he had no right to take his life,|that he was the leader of a fascist organization, and when I said that even though all of that might be true, just the same he had no right to take his life, +LJ044-0001|Report of the President's Commission on the Assassination of President Kennedy.|Report of the President's Commission on the Assassination of President Kennedy. +LJ044-0002|The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. Chapter 7.|The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. Chapter seven. +LJ044-0003|Lee Harvey Oswald: Background and Possible Motives, Part 5.|Lee Harvey Oswald: Background and Possible Motives, Part five. +LJ044-0004|Political Activities|Political Activities +LJ044-0005|Oswald's political activities after his return to the United States center around his interest in Cuba and in the Fair Play for Cuba Committee.|Oswald's political activities after his return to the United States center around his interest in Cuba and in the Fair Play for Cuba Committee. +LJ044-0006|Although, as indicated above, the Commission has been unable to find any credible evidence|Although, as indicated above, the Commission has been unable to find any credible evidence +LJ044-0007|that he was involved in any conspiracy, his political activities do provide insight into certain aspects of Oswald's character|that he was involved in any conspiracy, his political activities do provide insight into certain aspects of Oswald's character +LJ044-0008|and into his possible motivation for the assassination.|and into his possible motivation for the assassination. +LJ044-0009|While it appears that he may have distributed Fair Play for Cuba Committee materials on one uneventful occasion in Dallas sometime during the period|While it appears that he may have distributed Fair Play for Cuba Committee materials on one uneventful occasion in Dallas sometime during the period +LJ044-0010|April 6 to 24, 1963 Oswald's first public identification with that cause was in New Orleans.|April six to twenty-four, nineteen sixty-three Oswald's first public identification with that cause was in New Orleans. +LJ044-0011|There, in late May and early June of 1963, under the name Lee Osborne,|There, in late May and early June of nineteen sixty-three, under the name Lee Osborne, +LJ044-0012|he had printed a handbill headed in large letters, quote,|he had printed a handbill headed in large letters, quote, +LJ044-0013|Hands Off Cuba, end quote, an application form for, and a membership card in,|Hands Off Cuba, end quote, an application form for, and a membership card in, +LJ044-0014|the New Orleans branch of the Fair Play for Cuba Committee.|the New Orleans branch of the Fair Play for Cuba Committee. +LJ044-0015|He first distributed his handbills and other material uneventfully in the vicinity of the U.S.S. Wasp,|He first distributed his handbills and other material uneventfully in the vicinity of the U.S.S. Wasp, +LJ044-0016|which was berthed at the Dumaine Street wharf in New Orleans, on June 16, 1963.|which was berthed at the Dumaine Street wharf in New Orleans, on June sixteen, nineteen sixty-three. +LJ044-0017|He distributed literature in downtown New Orleans on August 9, 1963,|He distributed literature in downtown New Orleans on August nine, nineteen sixty-three, +LJ044-0018|and was arrested because of a dispute with three anti-Castro Cuban exiles, and again on August 16, 1963.|and was arrested because of a dispute with three anti-Castro Cuban exiles, and again on August sixteen, nineteen sixty-three. +LJ044-0019|Following his arrest, he was interviewed by the police, and at his own request, by an agent of the FBI.|Following his arrest, he was interviewed by the police, and at his own request, by an agent of the FBI. +LJ044-0020|On August 17, 1963, he appeared briefly on a radio program and on August 21, 1963,|On August seventeen, nineteen sixty-three, he appeared briefly on a radio program and on August twenty-one, nineteen sixty-three, +LJ044-0021|he debated over radio station WDSU, New Orleans, with Carlos Bringuier,|he debated over radio station WDSU, New Orleans, with Carlos Bringuier, +LJ044-0022|one of the Cuban exiles who had been arrested with him on August 9. Bringuier claimed that on August 5, 1963,|one of the Cuban exiles who had been arrested with him on August nine. Bringuier claimed that on August five, nineteen sixty-three, +LJ044-0023|Oswald had attempted to infiltrate an anti-Castro organization with which he was associated.|Oswald had attempted to infiltrate an anti-Castro organization with which he was associated. +LJ044-0024|While Oswald publicly engaged in the activities described above, his, quote, organization, end quote, was a product of his imagination.|While Oswald publicly engaged in the activities described above, his, quote, organization, end quote, was a product of his imagination. +LJ044-0025|The imaginary president of the nonexistent chapter was named A. J. Hidell, the name that Oswald used when he purchased the assassination weapon.|The imaginary president of the nonexistent chapter was named A. J. Hidell, the name that Oswald used when he purchased the assassination weapon. +LJ044-0026|Marina Oswald said she signed that name, apparently chosen because it rhymed with "Fidel,"|Marina Oswald said she signed that name, apparently chosen because it rhymed with "Fidel," +LJ044-0027|to her husband's membership card in the New Orleans chapter.|to her husband's membership card in the New Orleans chapter. +LJ044-0028|She testified that he threatened to beat her if she did not do so. The chapter had never been chartered by the national FPCC organization.|She testified that he threatened to beat her if she did not do so. The chapter had never been chartered by the national FPCC organization. +LJ044-0029|It appears to have been a solitary operation on Oswald's part in spite of his misstatements to the New Orleans police that it had 35 members,|It appears to have been a solitary operation on Oswald's part in spite of his misstatements to the New Orleans police that it had thirty-five members, +LJ044-0030|5 of which were usually present at meetings which were held once a month.|five of which were usually present at meetings which were held once a month. +LJ044-0031|Oswald's Fair Play for Cuba activities may be viewed as a very shrewd political operation|Oswald's Fair Play for Cuba activities may be viewed as a very shrewd political operation +LJ044-0032|in which one man single handedly created publicity for his cause or for himself.|in which one man single handedly created publicity for his cause or for himself. +LJ044-0033|It is also evidence of Oswald's reluctance to describe events accurately|It is also evidence of Oswald's reluctance to describe events accurately +LJ044-0034|and of his need to present himself to others as well as to himself in a light more favorable than was justified by reality.|and of his need to present himself to others as well as to himself in a light more favorable than was justified by reality. +LJ044-0035|This is suggested by his misleading and sometime untruthful statements in his letters to Mr. V. T. Lee,|This is suggested by his misleading and sometime untruthful statements in his letters to Mr. V. T. Lee, +LJ044-0036|then national director of FPCC. In one of those letters, dated August 1, 1963,|then national director of FPCC. In one of those letters, dated August one, nineteen sixty-three, +LJ044-0037|Oswald wrote that an office which he had previously claimed to have rented for FPCC activities had been, quote,|Oswald wrote that an office which he had previously claimed to have rented for FPCC activities had been, quote, +LJ044-0038|promptly closed 3 days later for some obscure reasons by the renters,|promptly closed three days later for some obscure reasons by the renters, +LJ044-0039|they said something about remodeling, etc. I'm sure you understand, end quote.|they said something about remodeling, etc. I'm sure you understand, end quote. +LJ044-0040|He wrote that, quote, thousands of circulars were distributed, end quote.|He wrote that, quote, thousands of circulars were distributed, end quote. +LJ044-0041|and that he continued to receive inquiries through his post office box which he endeavored, quote, to keep answering to the best of my ability, end quote.|and that he continued to receive inquiries through his post office box which he endeavored, quote, to keep answering to the best of my ability, end quote. +LJ044-0042|In his letter to V. T. Lee,|In his letter to V. T. Lee, +LJ044-0043|he stated that he was then alone in his efforts on behalf of FPCC, but he attributed his lack of support|he stated that he was then alone in his efforts on behalf of FPCC, but he attributed his lack of support +LJ044-0044|to an attack by Cuban exiles in a street demonstration and being, quote, officialy cautioned, end quote, by the police.|to an attack by Cuban exiles in a street demonstration and being, quote, officialy cautioned, end quote, by the police. +LJ044-0045|events which, quote, robbed me of what support I had leaving me alone, end quote.|events which, quote, robbed me of what support I had leaving me alone, end quote. +LJ044-0047|that anyone ever attacked any street demonstration in which Oswald was involved, except for the Bringuier incident mentioned above,|that anyone ever attacked any street demonstration in which Oswald was involved, except for the Bringuier incident mentioned above, +LJ044-0048|which occurred 8 days after Oswald wrote the above letter to V. T. Lee.|which occurred eight days after Oswald wrote the above letter to V. T. Lee. +LJ044-0049|Bringuier, who seemed to be familiar with many anti-Castro activities in New Orleans, was not aware of any such incident.|Bringuier, who seemed to be familiar with many anti-Castro activities in New Orleans, was not aware of any such incident. +LJ044-0050|Police reports also fail to reflect any activity on Oswald's part prior to August 9, 1963,|Police reports also fail to reflect any activity on Oswald's part prior to August nine, nineteen sixty-three, +LJ044-0051|except for the uneventful distribution of literature at the Dumaine Street wharf in June.|except for the uneventful distribution of literature at the Dumaine Street wharf in June. +LJ044-0052|Furthermore, the general tenor of Oswald's next letter to V. T. Lee,|Furthermore, the general tenor of Oswald's next letter to V. T. Lee, +LJ044-0053|in which he supported his report on the Bringuier incident with a copy of the charges made against him|in which he supported his report on the Bringuier incident with a copy of the charges made against him +LJ044-0054|and a newspaper clipping reporting the event, suggests that his previous story of an attack by Cuban exiles was at least greatly exaggerated.|and a newspaper clipping reporting the event, suggests that his previous story of an attack by Cuban exiles was at least greatly exaggerated. +LJ044-0055|While the legend, quote, FPCC, 544 Camp Street New Orleans, Louisiana, end quote,|While the legend, quote, FPCC, five four four Camp Street New Orleans, Louisiana, end quote, +LJ044-0056|was stamped on some literature that Oswald had in his possession at the time of his arrest in New Orleans,|was stamped on some literature that Oswald had in his possession at the time of his arrest in New Orleans, +LJ044-0058|that an anti-Castro organization had maintained offices there for a period ending early in 1962.|that an anti-Castro organization had maintained offices there for a period ending early in nineteen sixty-two. +LJ044-0059|The Commission has not been able to find any other indication that Oswald had rented an office in New Orleans.|The Commission has not been able to find any other indication that Oswald had rented an office in New Orleans. +LJ044-0060|In view of the limited amount of public activity on Oswald's part before August 9, 1963,|In view of the limited amount of public activity on Oswald's part before August nine, nineteen sixty-three, +LJ044-0061|there also seems to be no basis for his claim that he had distributed, quote,|there also seems to be no basis for his claim that he had distributed, quote, +LJ044-0062|thousands, end quote, of circulars, especially since he had claimed to have printed only 2,000|thousands, end quote, of circulars, especially since he had claimed to have printed only two thousand +LJ044-0063|and actually had only 1,000 printed.|and actually had only one thousand printed. +LJ044-0064|In addition, there is no evidence that he received any substantial amount of materials from the national headquarters.|In addition, there is no evidence that he received any substantial amount of materials from the national headquarters. +LJ044-0065|In another letter to V. T. Lee, dated August 17, 1963,|In another letter to V. T. Lee, dated August seventeen, nineteen sixty-three, +LJ044-0066|Oswald wrote that he had appeared on Mr. William Stuckey's 15-minute television program over WDSU-TV called, quote,|Oswald wrote that he had appeared on Mr. William Stuckey's fifteen-minute television program over WDSU-TV called, quote, +LJ044-0067|Latin American Focus, end quote,|Latin American Focus, end quote, +LJ044-0068|as a result of which he was, quote, flooded with callers and invitations to debates, etc. as well as people interested in joining the F.P.C.C.|as a result of which he was, quote, flooded with callers and invitations to debates, etc. as well as people interested in joining the F.P.C.C. +LJ044-0069|New Orleans branch, end quote.|New Orleans branch, end quote. +LJ044-0070|WDSU has no program of any kind called, quote, Latin American Focus, end quote.|WDSU has no program of any kind called, quote, Latin American Focus, end quote. +LJ044-0071|Stuckey had a radio program called, quote, Latin Listening Post, end quote,|Stuckey had a radio program called, quote, Latin Listening Post, end quote, +LJ044-0072|on which Oswald was heard for less than 5 minutes on August 17, 1963.|on which Oswald was heard for less than five minutes on August seventeen, nineteen sixty-three. +LJ044-0073|It appears that Oswald had only one caller in response to all of his FPCC activities,|It appears that Oswald had only one caller in response to all of his FPCC activities, +LJ044-0074|an agent of Bringuier's attempting to learn more about the true nature|an agent of Bringuier's attempting to learn more about the true nature +LJ044-0075|of the alleged FPCC, quote, organization, end quote, in New Orleans.|of the alleged FPCC, quote, organization, end quote, in New Orleans. +LJ044-0076|Oswald's statements suggest that he hoped to be flooded with callers and invitations to debate.|Oswald's statements suggest that he hoped to be flooded with callers and invitations to debate. +LJ044-0077|This would have made him a real center of attention as he must have been when he first arrived in the Soviet Union|This would have made him a real center of attention as he must have been when he first arrived in the Soviet Union +LJ044-0078|and as he was to some extent when he returned to the United States.|and as he was to some extent when he returned to the United States. +LJ044-0079|The limited notoriety that Oswald received as a result of the street fracas and in the subsequent radio debate|The limited notoriety that Oswald received as a result of the street fracas and in the subsequent radio debate +LJ044-0080|was apparently not enough to satisfy him. He exaggerated in his letters to V. T. Lee in an apparent attempt|was apparently not enough to satisfy him. He exaggerated in his letters to V. T. Lee in an apparent attempt +LJ044-0081|to make himself and his activities appear far more important than they really were.|to make himself and his activities appear far more important than they really were. +LJ044-0082|His attempt to express himself through his Fair Play for Cuba activities, however,|His attempt to express himself through his Fair Play for Cuba activities, however, +LJ044-0083|was greatly impeded by the fact that the radio debate over WDSU on August 21, 1963,|was greatly impeded by the fact that the radio debate over WDSU on August twenty-one, nineteen sixty-three, +LJ044-0084|brought out the history of his defection to the Soviet Union.|brought out the history of his defection to the Soviet Union. +LJ044-0085|The basic facts of the event were uncovered independently by William Stuckey, who arranged the debate, and Edward Butler,|The basic facts of the event were uncovered independently by William Stuckey, who arranged the debate, and Edward Butler, +LJ044-0086|executive director of the Information Council of the Americas, who also appeared on the program.|executive director of the Information Council of the Americas, who also appeared on the program. +LJ044-0087|Oswald was confronted with those facts at the beginning of the debate and was so thrown on the defensive by this that he was forced to state that|Oswald was confronted with those facts at the beginning of the debate and was so thrown on the defensive by this that he was forced to state that +LJ044-0088|Fair Play for Cuba was, quote, not at all Communist controlled regardless of the fact that I had the experience of living in Russia, end quote.|Fair Play for Cuba was, quote, not at all Communist controlled regardless of the fact that I had the experience of living in Russia, end quote. +LJ044-0089|Stuckey testified that uncovering Oswald's defection was very important, quote,|Stuckey testified that uncovering Oswald's defection was very important, quote, +LJ044-0090|I think that we finished him on that program because we had publicly linked the Fair Play for Cuba Committee|I think that we finished him on that program because we had publicly linked the Fair Play for Cuba Committee +LJ044-0091|with a fellow who had lived in Russia for 3 years and who was an admitted Marxist.|with a fellow who had lived in Russia for three years and who was an admitted Marxist. +LJ044-0092|The interesting thing, or rather the danger involved, was the fact that Oswald seemed like such a nice, bright boy|The interesting thing, or rather the danger involved, was the fact that Oswald seemed like such a nice, bright boy +LJ044-0093|and was extremely believable before this. We thought the fellow could probably get quite a few members if he was really indeed serious about getting members.|and was extremely believable before this. We thought the fellow could probably get quite a few members if he was really indeed serious about getting members. +LJ044-0094|We figured after this broadcast of August 21, why, that was no longer possible, end quote.|We figured after this broadcast of August twenty-one, why, that was no longer possible, end quote. +LJ044-0095|In spite of the fact that Oswald had been surprised and was on the defensive throughout the debate, according to Stuckey, quote,|In spite of the fact that Oswald had been surprised and was on the defensive throughout the debate, according to Stuckey, quote, +LJ044-0096|Mr. Oswald handled himself very well, as usual, end quote.|Mr. Oswald handled himself very well, as usual, end quote. +LJ044-0097|Stuckey thought Oswald, quote, appeared to be a very logical, intelligent fellow, end quote, and, quote, was arrested by his cleancutness, end quote.|Stuckey thought Oswald, quote, appeared to be a very logical, intelligent fellow, end quote, and, quote, was arrested by his cleancutness, end quote. +LJ044-0098|He did not think Oswald looked like the, quote, type, end quote, that he would have expected to find associating with a group such as the Fair Play for Cuba Committee.|He did not think Oswald looked like the, quote, type, end quote, that he would have expected to find associating with a group such as the Fair Play for Cuba Committee. +LJ044-0099|Stuckey thought that Oswald acted very much as would a young attorney.|Stuckey thought that Oswald acted very much as would a young attorney. +LJ044-0100|Following the disclosure of his defection, Oswald sought advice from the Communist Party, U.S.A., concerning his Fair Play for Cuba activity.|Following the disclosure of his defection, Oswald sought advice from the Communist Party, U.S.A., concerning his Fair Play for Cuba activity. +LJ044-0101|He had previously sent, apparently unsolicited, to the Party newspaper, the Worker,|He had previously sent, apparently unsolicited, to the Party newspaper, the Worker, +LJ044-0102|samples of his photographic work, offering to contribute that sort of service without charge.|samples of his photographic work, offering to contribute that sort of service without charge. +LJ044-0103|The Worker replied, quote, Your kind offer is most welcomed and from time to time we shall call on you, end quote.|The Worker replied, quote, Your kind offer is most welcomed and from time to time we shall call on you, end quote. +LJ044-0104|He later wrote to another official of the Worker, seeking employment, and mentioning the praise he had received for submitting his photographic work.|He later wrote to another official of the Worker, seeking employment, and mentioning the praise he had received for submitting his photographic work. +LJ044-0105|He presented Arnold Johnson, Gus Hall,|He presented Arnold Johnson, Gus Hall, +LJ044-0106|and Benjamin J. Davis honorary membership cards in his nonexistent New Orleans chapter of the Fair Play for Cuba Committee,|and Benjamin J. Davis honorary membership cards in his nonexistent New Orleans chapter of the Fair Play for Cuba Committee, +LJ044-0107|and advised them of some of his activities on behalf of the organization.|and advised them of some of his activities on behalf of the organization. +LJ044-0108|Arnold Johnson, director of the information and lecture bureau of the Communist Party, U.S.A., replied stating, quote,|Arnold Johnson, director of the information and lecture bureau of the Communist Party, U.S.A., replied stating, quote, +LJ044-0110|We do not have any organizational ties with the Committee, and yet there is much material that we issue from time to time that is important|We do not have any organizational ties with the Committee, and yet there is much material that we issue from time to time that is important +LJ044-0111|for anybody who is concerned about developments in Cuba, end quote,|for anybody who is concerned about developments in Cuba, end quote, +LJ044-0112|Marina Oswald said that such correspondence from people he considered important meant much to Oswald.|Marina Oswald said that such correspondence from people he considered important meant much to Oswald. +LJ044-0113|After he had begun his Cuban activity in New Orleans, quote,|After he had begun his Cuban activity in New Orleans, quote, +LJ044-0114|he received a letter from somebody in New York, some Communist -- probably from New York -- I am not sure from where -- from some Communist leader and he was very happy,|he received a letter from somebody in New York, some Communist -- probably from New York -- I am not sure from where -- from some Communist leader and he was very happy, +LJ044-0115|he felt that this was a great man that he had received the letter from, end quote.|he felt that this was a great man that he had received the letter from, end quote. +LJ044-0116|Since he seemed to feel that no one else understood his political views, the letter was of great value to him for it, quote, was proof|Since he seemed to feel that no one else understood his political views, the letter was of great value to him for it, quote, was proof +LJ044-0117|that there were people who understood his activity, end quote.|that there were people who understood his activity, end quote. +LJ044-0118|He anticipated that the full disclosure of his defection would hinder him in, quote, the struggle for progress and freedom in the United States, end quote.|He anticipated that the full disclosure of his defection would hinder him in, quote, the struggle for progress and freedom in the United States, end quote. +LJ044-0119|into which Oswald, in his own words, had, quote, thrown himself. He sought advice from the central committee of the Communist Party, U.S.A.,|into which Oswald, in his own words, had, quote, thrown himself. He sought advice from the central committee of the Communist Party, U.S.A., +LJ044-0120|in a letter dated August 28, 1963, about whether he could, quote, continue to fight,|in a letter dated August twenty-eight, nineteen sixty-three, about whether he could, quote, continue to fight, +LJ044-0121|handicapped as it were, by my past record and compete with anti-progressive forces, above-ground or whether in your opinion|handicapped as it were, by my past record and compete with anti-progressive forces, above-ground or whether in your opinion +LJ044-0122|I should always remain in the background, i.e. underground, end quote.|I should always remain in the background, i.e. underground, end quote. +LJ044-0123|Stating that he had used his "position" with what he claimed to be the local branch of the Fair Play for Cuba Committee to, quote, foster communist ideals, end quote,|Stating that he had used his "position" with what he claimed to be the local branch of the Fair Play for Cuba Committee to, quote, foster communist ideals, end quote, +LJ044-0124|Oswald wrote that he felt that he might have compromised the FPCC and expressed concern lest, quote, Our opponents could use my background|Oswald wrote that he felt that he might have compromised the FPCC and expressed concern lest, quote, Our opponents could use my background +LJ044-0125|of residence in the U.S.S.R. against any cause which I join, by association,|of residence in the U.S.S.R. against any cause which I join, by association, +LJ044-0126|they could say the organization of which I am a member, is Russian controlled, etc, end quote.|they could say the organization of which I am a member, is Russian controlled, etc, end quote. +LJ044-0127|In reply Arnold Johnson advised Oswald that, while as an American citizen he had a right to participate in such organizations as he wished, quote,|In reply Arnold Johnson advised Oswald that, while as an American citizen he had a right to participate in such organizations as he wished, quote, +LJ044-0128|there are a number of organizations, including possibly Fair Play, which are of a very broad character,|there are a number of organizations, including possibly Fair Play, which are of a very broad character, +LJ044-0129|and often it is advisable for some people to remain in the background, not underground, end quote.|and often it is advisable for some people to remain in the background, not underground, end quote. +LJ044-0130|By August of 1963, after a short 3 months in New Orleans, the city in which he had been born and had lived most of his early life,|By August of nineteen sixty-three, after a short three months in New Orleans, the city in which he had been born and had lived most of his early life, +LJ044-0131|Oswald had fallen on difficult times.|Oswald had fallen on difficult times. +LJ044-0132|He had not liked his job as a greaser of coffee processing machinery and he held it for only a little over 2 months.|He had not liked his job as a greaser of coffee processing machinery and he held it for only a little over two months. +LJ044-0133|He had not found another job. His wife was expecting their second child in October and there was concern about the cost which would be involved.|He had not found another job. His wife was expecting their second child in October and there was concern about the cost which would be involved. +LJ044-0134|His brief foray on behalf of the Fair Play for Cuba Committee had failed to win any support.|His brief foray on behalf of the Fair Play for Cuba Committee had failed to win any support. +LJ044-0135|While he had drawn some attention to himself and had actually appeared on two radio programs, he had been attacked by Cuban exiles and arrested,|While he had drawn some attention to himself and had actually appeared on two radio programs, he had been attacked by Cuban exiles and arrested, +LJ044-0136|an event which his wife thought upset him and as a result of which, quote, he became less active, he cooled off a little, end quote.|an event which his wife thought upset him and as a result of which, quote, he became less active, he cooled off a little, end quote. +LJ044-0137|More seriously, the facts of his defection had become known, leaving him open to almost unanswerable attack by those who opposed his views.|More seriously, the facts of his defection had become known, leaving him open to almost unanswerable attack by those who opposed his views. +LJ044-0138|It would not have been possible to have followed Arnold Johnson's advice to remain in the background,|It would not have been possible to have followed Arnold Johnson's advice to remain in the background, +LJ044-0139|since there was no background to the New Orleans FPCC, quote, organization, end quote, which consisted solely of Oswald.|since there was no background to the New Orleans FPCC, quote, organization, end quote, which consisted solely of Oswald. +LJ044-0140|Furthermore, he had apparently not received any letters from the national headquarters of FPCC since May 29, 1963,|Furthermore, he had apparently not received any letters from the national headquarters of FPCC since May twenty-nine, nineteen sixty-three, +LJ044-0141|even though he had written four detailed letters since that time to Mr. V. T. Lee and had also kept the national headquarters informed|even though he had written four detailed letters since that time to Mr. V. T. Lee and had also kept the national headquarters informed +LJ044-0142|of each of his changes of mailing address.|of each of his changes of mailing address. +LJ044-0143|Those events no doubt had their effects on Oswald.|Those events no doubt had their effects on Oswald. +LJ044-0144|Interest in Cuba|Interest in Cuba +LJ044-0145|By August of 1963, Oswald had for some time been considering the possibility of leaving the United States again.|By August of nineteen sixty-three, Oswald had for some time been considering the possibility of leaving the United States again. +LJ044-0146|On June 24, 1963, he applied for a new passport|On June twenty-four, nineteen sixty-three, he applied for a new passport +LJ044-0147|and in late June or early July he told his wife that he wanted to return to the Soviet Union with her. She said that he was extremely upset,|and in late June or early July he told his wife that he wanted to return to the Soviet Union with her. She said that he was extremely upset, +LJ044-0148|very unhappy, and that he actually wept when he told her that.|very unhappy, and that he actually wept when he told her that. +LJ044-0149|He said that nothing kept him in the United States, that he would not lose anything if he returned to the Soviet Union, that he wanted to be with her|He said that nothing kept him in the United States, that he would not lose anything if he returned to the Soviet Union, that he wanted to be with her +LJ044-0150|and that it would be better to have less and not have to be concerned about tomorrow.|and that it would be better to have less and not have to be concerned about tomorrow. +LJ044-0151|As a result of that conversation, Marina Oswald wrote the Soviet Embassy in Washington concerning a request she had first made|As a result of that conversation, Marina Oswald wrote the Soviet Embassy in Washington concerning a request she had first made +LJ044-0152|on February 17, 1963, for permission for herself and June to return to the Soviet Union.|on February seventeen, nineteen sixty-three, for permission for herself and June to return to the Soviet Union. +LJ044-0153|While that first request, made according to Marina Oswald at her husband's insistence, specifically stated that Oswald was to remain in the United States,|While that first request, made according to Marina Oswald at her husband's insistence, specifically stated that Oswald was to remain in the United States, +LJ044-0154|she wrote in her letter of July 1963,|she wrote in her letter of July nineteen sixty-three, +LJ044-0155|that things are improving due to the fact that my husband expresses a sincere wish to return together with me to the USSR. Unknown to his wife, however,|that things are improving due to the fact that my husband expresses a sincere wish to return together with me to the USSR. Unknown to his wife, however, +LJ044-0156|Oswald apparently enclosed a note with her letter of July in which|Oswald apparently enclosed a note with her letter of July in which +LJ044-0157|he requested the Embassy to rush his wife's entrance visa because of the impending birth of the second child but stated that, quote,|he requested the Embassy to rush his wife's entrance visa because of the impending birth of the second child but stated that, quote, +LJ044-0158|As for my return entrance visa please consider it separately. End quote.|As for my return entrance visa please consider it separately. End quote. +LJ044-0159|Thus while Oswald's real intentions, assuming that they were known to himself, are not clear,|Thus while Oswald's real intentions, assuming that they were known to himself, are not clear, +LJ044-0160|he may not have intended to go to the Soviet Union directly, if at all. It appears that he really wanted to go to Cuba.|he may not have intended to go to the Soviet Union directly, if at all. It appears that he really wanted to go to Cuba. +LJ044-0161|In his wife's words, quote,|In his wife's words, quote, +LJ044-0162|I only know that his basic desire was to get to Cuba by any means, and that all the rest of it was window dressing for that purpose. End quote.|I only know that his basic desire was to get to Cuba by any means, and that all the rest of it was window dressing for that purpose. End quote. +LJ044-0163|Marina Oswald testified that her husband engaged in Fair Play for Cuba Committee activities, quote,|Marina Oswald testified that her husband engaged in Fair Play for Cuba Committee activities, quote, +LJ044-0164|primarily for purposes of self-advertising.|primarily for purposes of self-advertising. +LJ044-0165|He wanted to be arrested. I think he wanted to get into the newspapers, so that he would be known. End quote.|He wanted to be arrested. I think he wanted to get into the newspapers, so that he would be known. End quote. +LJ044-0166|According to Marina Oswald, he thought that would help him when he got to Cuba.|According to Marina Oswald, he thought that would help him when he got to Cuba. +LJ044-0167|He asked his wife to help him to hijack an airplane to get there, but gave up that scheme when she refused.|He asked his wife to help him to hijack an airplane to get there, but gave up that scheme when she refused. +LJ044-0168|During this period Oswald may have practiced opening and closing the bolt on his rifle in a screened porch in his apartment.|During this period Oswald may have practiced opening and closing the bolt on his rifle in a screened porch in his apartment. +LJ044-0169|In September he began to review Spanish.|In September he began to review Spanish. +LJ044-0170|He approved arrangements for his family to return to Irving, Texas, to live with Mrs. Ruth Paine.|He approved arrangements for his family to return to Irving, Texas, to live with Mrs. Ruth Paine. +LJ044-0171|On September 20, 1963, Mrs. Paine and her two children arrived in New Orleans from a trip to the East Coast|On September twenty, nineteen sixty-three, Mrs. Paine and her two children arrived in New Orleans from a trip to the East Coast +LJ044-0172|and left for Irving with Marina Oswald and June and most of the Oswalds' effects 3 days later.|and left for Irving with Marina Oswald and June and most of the Oswalds' effects three days later. +LJ044-0173|While Marina Oswald knew of her husband's plan to go to Mexico and thence to Cuba if possible, Mrs. Paine was told that Oswald was going to Houston|While Marina Oswald knew of her husband's plan to go to Mexico and thence to Cuba if possible, Mrs. Paine was told that Oswald was going to Houston +LJ044-0174|and possibly to Philadelphia to look for work.|and possibly to Philadelphia to look for work. +LJ044-0175|Oswald left for Mexico City on September 25, 1963, and arrived on September 27, 1963.|Oswald left for Mexico City on September twenty-five, nineteen sixty-three, and arrived on September twenty-seven, nineteen sixty-three. +LJ044-0176|He went almost directly to the Cuban Embassy and applied for a visa to Cuba in transit to Russia.|He went almost directly to the Cuban Embassy and applied for a visa to Cuba in transit to Russia. +LJ044-0177|Representing himself as the head of the New Orleans branch of the, quote, organization called Fair Play for Cuba, end quote,|Representing himself as the head of the New Orleans branch of the, quote, organization called Fair Play for Cuba, end quote, +LJ044-0178|he stated his desire that he should be accepted as a friend of the Cuban Revolution.|he stated his desire that he should be accepted as a friend of the Cuban Revolution. +LJ044-0179|He apparently based his claim for a visa in transit to Russia|He apparently based his claim for a visa in transit to Russia +LJ044-0180|on his previous residence, his work permit for that country, and several unidentified letters in the Russian language.|on his previous residence, his work permit for that country, and several unidentified letters in the Russian language. +LJ044-0181|The Cubans would not, however, give him a visa until he had received one from the Soviets, which involved a delay of several months.|The Cubans would not, however, give him a visa until he had received one from the Soviets, which involved a delay of several months. +LJ044-0182|When faced with that situation Oswald became greatly agitated, and although he later unsuccessfully attempted|When faced with that situation Oswald became greatly agitated, and although he later unsuccessfully attempted +LJ044-0183|to obtain a Soviet visa at the Soviet Embassy in Mexico City, he insisted that he was entitled to the Cuban visa because of his background,|to obtain a Soviet visa at the Soviet Embassy in Mexico City, he insisted that he was entitled to the Cuban visa because of his background, +LJ044-0184|partisanship, and personal activities on behalf of the Cuban government.|partisanship, and personal activities on behalf of the Cuban government. +LJ044-0185|He engaged in an angry argument with the consul who finally told him that, quote, as far as he was concerned|He engaged in an angry argument with the consul who finally told him that, quote, as far as he was concerned +LJ044-0186|he would not give him a visa, end quote, and that, quote,|he would not give him a visa, end quote, and that, quote, +LJ044-0187|a person like him (Oswald) in place of aiding the Cuban Revolution, was doing it harm, end quote.|a person like him (Oswald) in place of aiding the Cuban Revolution, was doing it harm, end quote. +LJ044-0188|Oswald must have been thoroughly disillusioned when he left Mexico City on October 2, 1963.|Oswald must have been thoroughly disillusioned when he left Mexico City on October two, nineteen sixty-three. +LJ044-0189|In spite of his former residence in the Soviet Union and his Fair Play for Cuba Committee activities he had been rebuffed|In spite of his former residence in the Soviet Union and his Fair Play for Cuba Committee activities he had been rebuffed +LJ044-0190|by the officials of both Cuba and the Soviet Union in Mexico City.|by the officials of both Cuba and the Soviet Union in Mexico City. +LJ044-0191|Now there appeared to be no chance to get to Cuba, where he had thought he might find his communist ideal. The U.S. Government would not permit travel there|Now there appeared to be no chance to get to Cuba, where he had thought he might find his communist ideal. The U.S. Government would not permit travel there +LJ044-0192|and as far as the performance of the Cubans themselves was concerned, he was, quote, disappointed at not being able to get to Cuba|and as far as the performance of the Cubans themselves was concerned, he was, quote, disappointed at not being able to get to Cuba +LJ044-0193|and he didn't have any great desire to do so any more because he had run into, as he himself said -- into bureaucracy and red tape, end quote.|and he didn't have any great desire to do so any more because he had run into, as he himself said -- into bureaucracy and red tape, end quote. +LJ044-0194|Oswald's attempt to go to Cuba|Oswald's attempt to go to Cuba +LJ044-0195|was another act which expressed his hostility toward the United States and its institutions as well as a concomitant attachment|was another act which expressed his hostility toward the United States and its institutions as well as a concomitant attachment +LJ044-0196|to a country in which he must have thought were embodied the political principles to which he had been committed for so long.|to a country in which he must have thought were embodied the political principles to which he had been committed for so long. +LJ044-0197|It should be noted that his interest in Cuba seems to have increased along with the sense of frustration which must have developed|It should be noted that his interest in Cuba seems to have increased along with the sense of frustration which must have developed +LJ044-0198|as he experienced successive failures in his jobs, in his political activity, and in his personal relationships.|as he experienced successive failures in his jobs, in his political activity, and in his personal relationships. +LJ044-0199|In retrospect his attempt to go to Cuba or return to the Soviet Union may well have been Oswald's last escape hatch,|In retrospect his attempt to go to Cuba or return to the Soviet Union may well have been Oswald's last escape hatch, +LJ044-0200|his last gambit to extricate himself from the mediocrity and defeat which plagued him throughout most of his life.|his last gambit to extricate himself from the mediocrity and defeat which plagued him throughout most of his life. +LJ044-0201|Oswald's activities with regard to Cuba raise serious questions as to how much he might have been motivated in the assassination|Oswald's activities with regard to Cuba raise serious questions as to how much he might have been motivated in the assassination +LJ044-0202|by a desire to aid the Castro regime, which President Kennedy so outspokenly criticized.|by a desire to aid the Castro regime, which President Kennedy so outspokenly criticized. +LJ044-0203|For example, the Dallas Times Herald of November 19, 1963,|For example, the Dallas Times Herald of November nineteen, nineteen sixty-three, +LJ044-0204|prominently reported President Kennedy as having, quote, all but invited the Cuban people today to overthrow Fidel Castro's Communist regime|prominently reported President Kennedy as having, quote, all but invited the Cuban people today to overthrow Fidel Castro's Communist regime +LJ044-0205|and promised prompt U.S. aid if they do, end quote.|and promised prompt U.S. aid if they do, end quote. +LJ044-0206|The Castro regime severely attacked President Kennedy in connection with the Bay of Pigs affair, the Cuban missile crisis, the ban on travel to Cuba,|The Castro regime severely attacked President Kennedy in connection with the Bay of Pigs affair, the Cuban missile crisis, the ban on travel to Cuba, +LJ044-0207|the economic embargo against that country, and the general policy of the United States with regard to Cuba.|the economic embargo against that country, and the general policy of the United States with regard to Cuba. +LJ044-0208|An examination of the Militant, to which Oswald subscribed,|An examination of the Militant, to which Oswald subscribed, +LJ044-0209|for the 3-month period prior to the assassination reflects an extremely critical attitude toward President Kennedy and his administration|for the three-month period prior to the assassination reflects an extremely critical attitude toward President Kennedy and his administration +LJ044-0210|concerning Cuban policy in general as well as on the issues of automation and civil rights, issues which appeared to concern Oswald a great deal.|concerning Cuban policy in general as well as on the issues of automation and civil rights, issues which appeared to concern Oswald a great deal. +LJ044-0211|The Militant also reflected a critical attitude toward President Kennedy's attempts to reduce tensions between the United States and the Soviet Union.|The Militant also reflected a critical attitude toward President Kennedy's attempts to reduce tensions between the United States and the Soviet Union. +LJ044-0212|It also dealt with the fear of the Castro regime that such a policy might result in its abandonment by the Soviet Union.|It also dealt with the fear of the Castro regime that such a policy might result in its abandonment by the Soviet Union. +LJ044-0213|The October 7, 1963, issue of the Militant|The October seven, nineteen sixty-three, issue of the Militant +LJ044-0214|reported Castro as saying Cuba could not accept a situation where at the same time the United States was trying to ease world tensions|reported Castro as saying Cuba could not accept a situation where at the same time the United States was trying to ease world tensions +LJ044-0215|it also was increasing its efforts to tighten the noose around Cuba.|it also was increasing its efforts to tighten the noose around Cuba. +LJ044-0217|was also reported in the October 1, 1963, issue of the Worker, to which Oswald also subscribed.|was also reported in the October one, nineteen sixty-three, issue of the Worker, to which Oswald also subscribed. +LJ044-0218|In this connection it should be noted that in speaking of the Worker, Oswald told Michael Paine, apparently in all seriousness, that, quote,|In this connection it should be noted that in speaking of the Worker, Oswald told Michael Paine, apparently in all seriousness, that, quote, +LJ044-0219|you could tell what they wanted you to do by reading between the lines, reading the thing and doing a little reading between the lines, end quote.|you could tell what they wanted you to do by reading between the lines, reading the thing and doing a little reading between the lines, end quote. +LJ044-0220|The general conflict of views between the United States and Cuba was, of course, reflected in other media to such an extent|The general conflict of views between the United States and Cuba was, of course, reflected in other media to such an extent +LJ044-0221|that there can be no doubt that Oswald was aware generally of the critical attitude that Castro expressed about President Kennedy.|that there can be no doubt that Oswald was aware generally of the critical attitude that Castro expressed about President Kennedy. +LJ044-0222|Oswald was asked during the New Orleans radio debate in which he engaged on August 21, 1963,|Oswald was asked during the New Orleans radio debate in which he engaged on August twenty-one, nineteen sixty-three, +LJ044-0223|whether or not he agreed with Castro that President Kennedy was a, quote, ruffian and a thief, end quote. He replied that he, quote,|whether or not he agreed with Castro that President Kennedy was a, quote, ruffian and a thief, end quote. He replied that he, quote, +LJ044-0224|would not agree with that particular wording, end quote.|would not agree with that particular wording, end quote. +LJ044-0225|It should also be noted, however, that one witness testified that shortly before the assassination|It should also be noted, however, that one witness testified that shortly before the assassination +LJ044-0226|Oswald had expressed approval of President Kennedy's active role in the area of civil rights.|Oswald had expressed approval of President Kennedy's active role in the area of civil rights. +LJ044-0227|Although Oswald could possibly have been motivated in part by his sympathy for the Castro government,|Although Oswald could possibly have been motivated in part by his sympathy for the Castro government, +LJ044-0228|it should be remembered that his wife testified that he was disappointed with his failure to get to Cuba|it should be remembered that his wife testified that he was disappointed with his failure to get to Cuba +LJ044-0229|and had lost his desire to do so because of the bureaucracy and red tape which he had encountered.|and had lost his desire to do so because of the bureaucracy and red tape which he had encountered. +LJ044-0230|His unhappy experience with the Cuban consul seems thus to have reduced his enthusiasm for the Castro regime and his desire to go to Cuba.|His unhappy experience with the Cuban consul seems thus to have reduced his enthusiasm for the Castro regime and his desire to go to Cuba. +LJ044-0231|While some of Castro's more severe criticisms of President Kennedy might have led Oswald to believe that he would be well received in Cuba|While some of Castro's more severe criticisms of President Kennedy might have led Oswald to believe that he would be well received in Cuba +LJ044-0232|after he had assassinated the American President, it does not appear that he had any plans to go there.|after he had assassinated the American President, it does not appear that he had any plans to go there. +LJ044-0233|Oswald was carrying only $13.87 at the time of his arrest, although he had left, apparently by design,|Oswald was carrying only thirteen dollars, eighty-seven cents at the time of his arrest, although he had left, apparently by design, +LJ044-0234|$170 in a wallet in his wife's room in Irving.|one hundred seventy dollars in a wallet in his wife's room in Irving. +LJ044-0235|If there was no conspiracy which would help him escape, the possibility of which has been considered in chapter 6,|If there was no conspiracy which would help him escape, the possibility of which has been considered in chapter six, +LJ044-0236|it is unlikely that a reasoning person would plan to attempt to travel from Dallas, Texas to Cuba|it is unlikely that a reasoning person would plan to attempt to travel from Dallas, Texas to Cuba +LJ044-0237|with $13.87 when considerably greater resources were available to him.|with thirteen dollars, eighty-seven cents when considerably greater resources were available to him. +LJ044-0238|The fact that Oswald left behind the funds which might have enabled him to reach Cuba suggests the absence of any plan to try to flee there|The fact that Oswald left behind the funds which might have enabled him to reach Cuba suggests the absence of any plan to try to flee there +LJ044-0239|and raises serious questions as to whether or not he ever expected to escape.|and raises serious questions as to whether or not he ever expected to escape. +LJ045-0001|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy.|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. +LJ045-0002|Chapter 7. Lee Harvey Oswald: Background and Possible Motives, Part 6.|Chapter seven. Lee Harvey Oswald: Background and Possible Motives, Part six. +LJ045-0003|Possible Influence of Anti-Kennedy Sentiment in Dallas|Possible Influence of Anti-Kennedy Sentiment in Dallas +LJ045-0004|It has been suggested that one of the motivating influences operating on Lee Oswald was the atmosphere in the city of Dallas,|It has been suggested that one of the motivating influences operating on Lee Oswald was the atmosphere in the city of Dallas, +LJ045-0005|especially an atmosphere of extreme opposition to President Kennedy that was present in some parts of the Dallas community|especially an atmosphere of extreme opposition to President Kennedy that was present in some parts of the Dallas community +LJ045-0006|and which received publicity there prior to the assassination.|and which received publicity there prior to the assassination. +LJ045-0007|Some of that feeling was expressed in the incident involving then vice-presidential candidate Johnson during the 1960 campaign,|Some of that feeling was expressed in the incident involving then vice-presidential candidate Johnson during the nineteen sixty campaign, +LJ045-0008|in the treatment of Ambassador Adlai Stevenson late in October of 1963|in the treatment of Ambassador Adlai Stevenson late in October of nineteen sixty-three +LJ045-0009|and in the extreme anti-Kennedy newspaper advertisement and handbills that appeared in Dallas at the time of the President's visit there.|and in the extreme anti-Kennedy newspaper advertisement and handbills that appeared in Dallas at the time of the President's visit there. +LJ045-0010|The Commission has found no evidence that the extreme views expressed toward President Kennedy|The Commission has found no evidence that the extreme views expressed toward President Kennedy +LJ045-0011|by some rightwing groups centered in Dallas or any other general atmosphere of hate|by some rightwing groups centered in Dallas or any other general atmosphere of hate +LJ045-0012|or rightwing extremism which may have existed in the city of Dallas had any connection with Oswald's actions on November 22, 1963.|or rightwing extremism which may have existed in the city of Dallas had any connection with Oswald's actions on November twenty-two, nineteen sixty-three. +LJ045-0013|There is, of course, no way to judge what the effect of the general political ferment present in that city might have been, even though Oswald was aware of it.|There is, of course, no way to judge what the effect of the general political ferment present in that city might have been, even though Oswald was aware of it. +LJ045-0014|His awareness is shown by a letter that he wrote to Arnold Johnson of the Communist Party U.S.A.,|His awareness is shown by a letter that he wrote to Arnold Johnson of the Communist Party U.S.A., +LJ045-0015|which Johnson said he did not receive until after the assassination. The letter said in part, quote,|which Johnson said he did not receive until after the assassination. The letter said in part, quote, +LJ045-0016|On October 23rd, I had attended a ultra-right meeting headed by General Edwin A. Walker, who lives in Dallas.|On October twenty-third, I had attended a ultra-right meeting headed by General Edwin A. Walker, who lives in Dallas. +LJ045-0017|This meeting preceded by one day the attack on A. E. Stevenson at the United Nations Day meeting at which he spoke|This meeting preceded by one day the attack on A. E. Stevenson at the United Nations Day meeting at which he spoke +LJ045-0018|As you can see, political friction between "left" and "right" is very great here.|As you can see, political friction between "left" and "right" is very great here. +LJ045-0019|Could you advise me as to the general view we have on the American Civil Liberties Union? End quote.|Could you advise me as to the general view we have on the American Civil Liberties Union? End quote. +LJ045-0020|In any event, the Commission has been unable to find any credible evidence that Oswald had direct contact or association with|In any event, the Commission has been unable to find any credible evidence that Oswald had direct contact or association with +LJ045-0021|any of the personalities or groups epitomizing or representing the so-called right wing,|any of the personalities or groups epitomizing or representing the so-called right wing, +LJ045-0022|even though he did, as he told Johnson, attend a meeting at which General Walker spoke to approximately 1,300 persons.|even though he did, as he told Johnson, attend a meeting at which General Walker spoke to approximately thirteen hundred persons. +LJ045-0023|Oswald's writings and his reading habits indicate that he had an extreme dislike of the right wing, an attitude most clearly reflected by his attempt|Oswald's writings and his reading habits indicate that he had an extreme dislike of the right wing, an attitude most clearly reflected by his attempt +LJ045-0024|to shoot General Walker.|to shoot General Walker. +LJ045-0025|Relationship With Wife|Relationship With Wife +LJ045-0026|The relations between Lee and Marina Oswald are of great importance in any attempt to understand Oswald's possible motivation.|The relations between Lee and Marina Oswald are of great importance in any attempt to understand Oswald's possible motivation. +LJ045-0027|During the period from Oswald's return from Mexico to the assassination,|During the period from Oswald's return from Mexico to the assassination, +LJ045-0028|he and his wife spent every weekend but one together at the Irving, Texas home of Mrs. Ruth Paine, who was then separated from her husband.|he and his wife spent every weekend but one together at the Irving, Texas home of Mrs. Ruth Paine, who was then separated from her husband. +LJ045-0029|The sole exception was the weekend of November 16 to 17, 1963, the weekend before the assassination,|The sole exception was the weekend of November sixteen to seventeen, nineteen sixty-three, the weekend before the assassination, +LJ045-0030|when his wife asked Oswald not to come to Irving.|when his wife asked Oswald not to come to Irving. +LJ045-0031|During the week, Oswald lived in a roominghouse in Dallas, but he usually called his wife on the telephone twice a day.|During the week, Oswald lived in a roominghouse in Dallas, but he usually called his wife on the telephone twice a day. +LJ045-0032|She testified that after his return from Mexico Oswald, quote, changed for the better.|She testified that after his return from Mexico Oswald, quote, changed for the better. +LJ045-0033|He began to treat me better. He helped me more -- although he always did help. But he was more attentive, end quote.|He began to treat me better. He helped me more -- although he always did help. But he was more attentive, end quote. +LJ045-0034|Marina Oswald attributed that to their living apart and to the imminent birth of their second child.|Marina Oswald attributed that to their living apart and to the imminent birth of their second child. +LJ045-0035|She testified that Oswald, quote, was very happy, end quote, about the birth of the child.|She testified that Oswald, quote, was very happy, end quote, about the birth of the child. +LJ045-0036|While those considerations no doubt had an effect on Oswald's attitude toward his family it would seem that the need for support and sympathy|While those considerations no doubt had an effect on Oswald's attitude toward his family it would seem that the need for support and sympathy +LJ045-0037|after his recent rebuffs in Mexico City|after his recent rebuffs in Mexico City +LJ045-0038|might also have been important to him. It would not have been the first time that Oswald sought closer ties with his family in time of adversity.|might also have been important to him. It would not have been the first time that Oswald sought closer ties with his family in time of adversity. +LJ045-0039|His past relationships with his wife had been stormy, however, and it did not seem that she respected him very much.|His past relationships with his wife had been stormy, however, and it did not seem that she respected him very much. +LJ045-0040|They had been married after a courtship of only about 6 weeks, a part of which Oswald spent in the hospital.|They had been married after a courtship of only about six weeks, a part of which Oswald spent in the hospital. +LJ045-0041|Oswald's diary reports that he married his wife shortly after his proposal of marriage to another girl had been rejected.|Oswald's diary reports that he married his wife shortly after his proposal of marriage to another girl had been rejected. +LJ045-0042|He stated that the other girl rejected him partly because he was an American, a fact that he said she had exploited. He stated that, quote,|He stated that the other girl rejected him partly because he was an American, a fact that he said she had exploited. He stated that, quote, +LJ045-0043|In spite of fact I married Marina to hurt Ella (the girl that had rejected him) I found myself in love with Marina, end quote.|In spite of fact I married Marina to hurt Ella (the girl that had rejected him) I found myself in love with Marina, end quote. +LJ045-0044|Many of the people with whom the Oswalds became acquainted after their arrival in the United States thought that Marina Oswald had married her husband primarily in the hope|Many of the people with whom the Oswalds became acquainted after their arrival in the United States thought that Marina Oswald had married her husband primarily in the hope +LJ045-0045|that she would be able to leave the Soviet Union. Marina Oswald has denied this.|that she would be able to leave the Soviet Union. Marina Oswald has denied this. +LJ045-0046|Marina Oswald expressed one aspect of her husband's attitude toward her when she testified that, quote, Lee wanted me to go to Russia.|Marina Oswald expressed one aspect of her husband's attitude toward her when she testified that, quote, Lee wanted me to go to Russia. +LJ045-0047|and I told him that|and I told him that +LJ045-0048|if he wanted me to go then that meant that he didn't love me, and that in that case what was the idea of coming to the United States in the first place.|if he wanted me to go then that meant that he didn't love me, and that in that case what was the idea of coming to the United States in the first place. +LJ045-0049|Lee would say that it would be better for me if I went to Russia. I did not know why. I did not know what he had in mind.|Lee would say that it would be better for me if I went to Russia. I did not know why. I did not know what he had in mind. +LJ045-0050|He said he loved me but that it would be better for me if I went to Russia, and what he had in mind I don't know. End quote.|He said he loved me but that it would be better for me if I went to Russia, and what he had in mind I don't know. End quote. +LJ045-0051|On the other hand, Oswald objected to the invitation that his wife had received to live with Mrs. Ruth Paine,|On the other hand, Oswald objected to the invitation that his wife had received to live with Mrs. Ruth Paine, +LJ045-0052|which Mrs. Paine had made in part to give her an alternative to returning to the Soviet Union. Marina Oswald wrote to Mrs. Paine that, quote,|which Mrs. Paine had made in part to give her an alternative to returning to the Soviet Union. Marina Oswald wrote to Mrs. Paine that, quote, +LJ045-0053|Many times Oswald has recalled this matter to me and said that I am just waiting for an opportunity to hurt him.|Many times Oswald has recalled this matter to me and said that I am just waiting for an opportunity to hurt him. +LJ045-0054|It has been the cause of many of our arguments. End quote. Oswald claimed that his wife preferred others to him.|It has been the cause of many of our arguments. End quote. Oswald claimed that his wife preferred others to him. +LJ045-0055|He said this about members of the Russian-speaking group in the Dallas-Ft. Worth area, whom she said he tried to forbid her from seeing,|He said this about members of the Russian-speaking group in the Dallas-Ft. Worth area, whom she said he tried to forbid her from seeing, +LJ045-0056|and also about Mrs. Paine.|and also about Mrs. Paine. +LJ045-0057|He specifically made that claim when his wife refused to come to live with him in Dallas as he asked her to do on the evening of November 21,|He specifically made that claim when his wife refused to come to live with him in Dallas as he asked her to do on the evening of November twenty-one, +LJ045-0058|1963.|nineteen sixty-three. +LJ045-0059|The instability of their relations was probably a function of the personalities of both people. Oswald was overbearing in relations with his wife.|The instability of their relations was probably a function of the personalities of both people. Oswald was overbearing in relations with his wife. +LJ045-0060|He apparently attempted to be "the Commander" by dictating many of the details of their married life.|He apparently attempted to be "the Commander" by dictating many of the details of their married life. +LJ045-0061|While Marina Oswald said that her husband wanted her to learn English,|While Marina Oswald said that her husband wanted her to learn English, +LJ045-0062|he made no attempt to help her and there are other indications that he did not want her to learn that language.|he made no attempt to help her and there are other indications that he did not want her to learn that language. +LJ045-0063|Oswald apparently wished to continue practicing his own Russian with her. Lieutenant Martello of the New Orleans police testified|Oswald apparently wished to continue practicing his own Russian with her. Lieutenant Martello of the New Orleans police testified +LJ045-0064|that Oswald stated that he did not speak English in his family because he did not want them to become Americanized.|that Oswald stated that he did not speak English in his family because he did not want them to become Americanized. +LJ045-0065|Marina Oswald's inability to speak English also made it more difficult for her to have an independent existence in this country.|Marina Oswald's inability to speak English also made it more difficult for her to have an independent existence in this country. +LJ045-0066|Oswald struck his wife on occasion,|Oswald struck his wife on occasion, +LJ045-0067|did not want her to drink, smoke or wear cosmetics and generally treated her with lack of respect in the presence of others.|did not want her to drink, smoke or wear cosmetics and generally treated her with lack of respect in the presence of others. +LJ045-0068|The difficulties which Oswald's problems would have caused him in any relationship were probably not reduced by his wife's conduct.|The difficulties which Oswald's problems would have caused him in any relationship were probably not reduced by his wife's conduct. +LJ045-0069|Katherine Ford, with whom Marina Oswald stayed during her separation from her husband in November of 1962,|Katherine Ford, with whom Marina Oswald stayed during her separation from her husband in November of nineteen sixty-two, +LJ045-0070|thought that Marina Oswald was immature in her thinking and partly responsible for the difficulties that the Oswalds were having at that time.|thought that Marina Oswald was immature in her thinking and partly responsible for the difficulties that the Oswalds were having at that time. +LJ045-0071|Mrs. Ford said that Marina Oswald admitted that she provoked Oswald on occasion.|Mrs. Ford said that Marina Oswald admitted that she provoked Oswald on occasion. +LJ045-0072|There can be little doubt that some provocation existed.|There can be little doubt that some provocation existed. +LJ045-0073|Oswald once struck his wife because of a letter which she wrote to a former boyfriend in Russia.|Oswald once struck his wife because of a letter which she wrote to a former boyfriend in Russia. +LJ045-0074|In the letter Marina Oswald stated that her husband had changed a great deal and that she was very lonely in the United States.|In the letter Marina Oswald stated that her husband had changed a great deal and that she was very lonely in the United States. +LJ045-0075|She was, quote, sorry that I had not married him (the Russian boyfriend) instead, that it would have been much easier for me, end quote.|She was, quote, sorry that I had not married him (the Russian boyfriend) instead, that it would have been much easier for me, end quote. +LJ045-0076|The letter fell into Oswald's hands when it was returned to his post office box|The letter fell into Oswald's hands when it was returned to his post office box +LJ045-0077|because of insufficient postage, which apparently resulted from an increase in postal rates of which his wife had been unaware.|because of insufficient postage, which apparently resulted from an increase in postal rates of which his wife had been unaware. +LJ045-0078|Oswald read the letter, but refused to believe that it was sincere, even though his wife insisted to him that it was.|Oswald read the letter, but refused to believe that it was sincere, even though his wife insisted to him that it was. +LJ045-0079|As a result Oswald struck her, as to which she testified, quote,|As a result Oswald struck her, as to which she testified, quote, +LJ045-0080|Generally, I think that was right, for such things that is the right thing to do. There was some grounds for it. End quote.|Generally, I think that was right, for such things that is the right thing to do. There was some grounds for it. End quote. +LJ045-0082|it appears that Marina Oswald also complained that her husband was not able to provide more material things for her.|it appears that Marina Oswald also complained that her husband was not able to provide more material things for her. +LJ045-0083|On that issue George De Mohrenschildt, who was probably as close to the Oswalds as anyone else during their first stay in Dallas,|On that issue George De Mohrenschildt, who was probably as close to the Oswalds as anyone else during their first stay in Dallas, +LJ045-0084|said that, quote, She was annoying him all the time|said that, quote, She was annoying him all the time +LJ045-0085|Why don't you make some money? Poor guy was going out of his mind. We told her she should not annoy him -- poor guy, he is doing his best, "Don't annoy him so much."|Why don't you make some money? Poor guy was going out of his mind. We told her she should not annoy him -- poor guy, he is doing his best, "Don't annoy him so much." +LJ045-0086|The De Mohrenschildts also testified that, quote, right in front, end quote, of Oswald Marina Oswald complained about Oswald's inadequacy as a husband.|The De Mohrenschildts also testified that, quote, right in front, end quote, of Oswald Marina Oswald complained about Oswald's inadequacy as a husband. +LJ045-0087|Mrs. Oswald told another of her friends that Oswald was very cold to her, that they very seldom had sexual relations|Mrs. Oswald told another of her friends that Oswald was very cold to her, that they very seldom had sexual relations +LJ045-0088|and that Oswald, quote, was not a man, end quote. She also told Mrs. Paine that she was not satisfied with her sexual relations with Oswald.|and that Oswald, quote, was not a man, end quote. She also told Mrs. Paine that she was not satisfied with her sexual relations with Oswald. +LJ045-0089|Marina Oswald also ridiculed her husband's political views, thereby tearing down his view of his own importance.|Marina Oswald also ridiculed her husband's political views, thereby tearing down his view of his own importance. +LJ045-0090|He was very much interested in autobiographical works of outstanding statesmen of the United States, to whom his wife thought he compared himself.|He was very much interested in autobiographical works of outstanding statesmen of the United States, to whom his wife thought he compared himself. +LJ045-0091|She said he was different from other people in, quote, At, least his imagination, his fantasy, which was quite unfounded,|She said he was different from other people in, quote, At, least his imagination, his fantasy, which was quite unfounded, +LJ045-0092|as to the fact that he was an outstanding man, end quote.|as to the fact that he was an outstanding man, end quote. +LJ045-0093|She said that she, quote, always tried to point out to him that he was a man like any others who were around us. But he simply could not understand that? End quote.|She said that she, quote, always tried to point out to him that he was a man like any others who were around us. But he simply could not understand that? End quote. +LJ045-0094|Jeanne De Mohrenschildt, however, thought that Marina Oswald, quote, said things that will hurt men's pride, end quote.|Jeanne De Mohrenschildt, however, thought that Marina Oswald, quote, said things that will hurt men's pride, end quote. +LJ045-0095|She said that if she ever spoke to her husband the way Marina Oswald spoke to her husband, quote, we would not last long, end quote.|She said that if she ever spoke to her husband the way Marina Oswald spoke to her husband, quote, we would not last long, end quote. +LJ045-0096|Mrs. De Mohrenschildt thought that Oswald,|Mrs. De Mohrenschildt thought that Oswald, +LJ045-0097|whom she compared to, quote, a puppy dog that everybody kicked, end quote, had a lot of good qualities, in spite of the fact that, quote,|whom she compared to, quote, a puppy dog that everybody kicked, end quote, had a lot of good qualities, in spite of the fact that, quote, +LJ045-0098|Nobody said anything good about him. End quote.|Nobody said anything good about him. End quote. +LJ045-0099|She had, quote, the impression that he was just pushed, pushed, pushed, and she Marina Oswald was probably nagging, nagging, nagging, end quote.|She had, quote, the impression that he was just pushed, pushed, pushed, and she Marina Oswald was probably nagging, nagging, nagging, end quote. +LJ045-0100|She thought that he might not have become involved in the assassination if people had been kinder to him.|She thought that he might not have become involved in the assassination if people had been kinder to him. +LJ045-0101|In spite of these difficulties, however, and in the face of the economic problems that were always with them,|In spite of these difficulties, however, and in the face of the economic problems that were always with them, +LJ045-0102|things apparently went quite smoothly from the time Oswald returned from Mexico until the weekend of November 16 to 17, 1963.|things apparently went quite smoothly from the time Oswald returned from Mexico until the weekend of November sixteen to seventeen, nineteen sixty-three. +LJ045-0103|Mrs. Paine was planning a birthday party for one of her children on that weekend and her husband, Michael, was to be at the house.|Mrs. Paine was planning a birthday party for one of her children on that weekend and her husband, Michael, was to be at the house. +LJ045-0104|Marina Oswald said that she knew her husband did not like Michael Paine and so she asked him not to come out that weekend, even though he wanted to do so.|Marina Oswald said that she knew her husband did not like Michael Paine and so she asked him not to come out that weekend, even though he wanted to do so. +LJ045-0105|She testified that she told him, quote,|She testified that she told him, quote, +LJ045-0106|that he shouldn't come every week, that perhaps it is not convenient for Ruth that the whole family be there, live there, end quote.|that he shouldn't come every week, that perhaps it is not convenient for Ruth that the whole family be there, live there, end quote. +LJ045-0107|She testified that he responded, quote, As you wish. If you don't want me to come, I won't, end quote.|She testified that he responded, quote, As you wish. If you don't want me to come, I won't, end quote. +LJ045-0108|Ruth Paine testified that she heard Marina Oswald tell Oswald about the birthday party.|Ruth Paine testified that she heard Marina Oswald tell Oswald about the birthday party. +LJ045-0109|On Sunday, November 17, 1963,|On Sunday, November seventeen, nineteen sixty-three, +LJ045-0110|Ruth Paine and Marina Oswald decided to call Oswald at the place where he was living, unbeknownst to them, under the name of O. H. Lee.|Ruth Paine and Marina Oswald decided to call Oswald at the place where he was living, unbeknownst to them, under the name of O. H. Lee. +LJ045-0111|They asked for Lee Oswald who was not called to the telephone because he was known by the other name.|They asked for Lee Oswald who was not called to the telephone because he was known by the other name. +LJ045-0112|When Oswald called the next day his wife became very angry about his use of the alias. He said that he used it because, quote,|When Oswald called the next day his wife became very angry about his use of the alias. He said that he used it because, quote, +LJ045-0113|he did not want his landlady to know his real name because she might read in the paper of the fact that he had been in Russia and that he had been questioned, end quote.|he did not want his landlady to know his real name because she might read in the paper of the fact that he had been in Russia and that he had been questioned, end quote. +LJ045-0114|Oswald also said that he did not want the FBI to know where he lived, quote, Because their visits were not very pleasant for him|Oswald also said that he did not want the FBI to know where he lived, quote, Because their visits were not very pleasant for him +LJ045-0115|and he thought that he loses jobs because the FBI visits the place of his employment, end quote.|and he thought that he loses jobs because the FBI visits the place of his employment, end quote. +LJ045-0116|While the facts of his defection had become known in New Orleans as a result of his radio debate with Bringuier,|While the facts of his defection had become known in New Orleans as a result of his radio debate with Bringuier, +LJ045-0117|it would appear to be unlikely that his landlady in Dallas|it would appear to be unlikely that his landlady in Dallas +LJ045-0118|would see anything in the newspaper about his defection, unless he engaged in activities similar to those|would see anything in the newspaper about his defection, unless he engaged in activities similar to those +LJ045-0119|which had led to the disclosure of his defection in New Orleans.|which had led to the disclosure of his defection in New Orleans. +LJ045-0120|Furthermore, even though it appears that at times Oswald was really upset by visits of the FBI,|Furthermore, even though it appears that at times Oswald was really upset by visits of the FBI, +LJ045-0121|it does not appear that he ever lost his job because of its activities, although he may well not have been aware of that fact.|it does not appear that he ever lost his job because of its activities, although he may well not have been aware of that fact. +LJ045-0122|While Oswald's concern about the FBI had some basis in fact, in that FBI agents had interviewed him in the past and had renewed their interest|While Oswald's concern about the FBI had some basis in fact, in that FBI agents had interviewed him in the past and had renewed their interest +LJ045-0123|to some extent after his Fair Play for Cuba Committee activities had become known, he exaggerated their concern for him.|to some extent after his Fair Play for Cuba Committee activities had become known, he exaggerated their concern for him. +LJ045-0124|Marina Oswald thought he did so in order to emphasize his importance.|Marina Oswald thought he did so in order to emphasize his importance. +LJ045-0125|For example, in his letter of November 9, 1963,|For example, in his letter of November nine, nineteen sixty-three, +LJ045-0126|to the Soviet Embassy in Washington, he asked about the entrance visas for which he and his wife had previously applied.|to the Soviet Embassy in Washington, he asked about the entrance visas for which he and his wife had previously applied. +LJ045-0127|He absolved the Soviet Embassy in Mexico City of any blame for his difficulties there. He advised the Washington Embassy|He absolved the Soviet Embassy in Mexico City of any blame for his difficulties there. He advised the Washington Embassy +LJ045-0128|that the FBI was, quote, not now, end quote, interested in his Fair Play for Cuba Committee activities, but noted that the FBI, quote,|that the FBI was, quote, not now, end quote, interested in his Fair Play for Cuba Committee activities, but noted that the FBI, quote, +LJ045-0129|has visited us here in Dallas, Texas, on November 1. Agent James P. Hasty|has visited us here in Dallas, Texas, on November one. Agent James P. Hasty +LJ045-0130|warned me that if I engaged in F.P.C.C. activities in Texas the F.B.I. will again take an interest in me, end quote.|warned me that if I engaged in F.P.C.C. activities in Texas the F.B.I. will again take an interest in me, end quote. +LJ045-0131|Neither Hosty nor any other agent of the FBI spoke to Oswald on any subject from August 10, 1963,|Neither Hosty nor any other agent of the FBI spoke to Oswald on any subject from August ten, nineteen sixty-three, +LJ045-0132|to the time of the assassination.|to the time of the assassination. +LJ045-0133|The claimed warning was one more of Oswald's fabrications.|The claimed warning was one more of Oswald's fabrications. +LJ045-0134|Hosty had come to the Paine residence on November 1 and 5, 1963,|Hosty had come to the Paine residence on November one and five, nineteen sixty-three, +LJ045-0135|but did not issue any such warning or suggest that Marina Oswald defect from the Soviet Union and remain in the United States under FBI protection,|but did not issue any such warning or suggest that Marina Oswald defect from the Soviet Union and remain in the United States under FBI protection, +LJ045-0136|as Oswald went on to say. In Oswald's imagination, quote,|as Oswald went on to say. In Oswald's imagination, quote, +LJ045-0137|I and my wife strongly protested these tactics by the notorious F.B.I., end quote.|I and my wife strongly protested these tactics by the notorious F.B.I., end quote. +LJ045-0138|In fact, his wife testified that she only said that she would prefer not to receive any more visits from the Bureau|In fact, his wife testified that she only said that she would prefer not to receive any more visits from the Bureau +LJ045-0139|because of the, quote, very exciting and disturbing effect, end quote, they had upon her husband, who was not even present at that time.|because of the, quote, very exciting and disturbing effect, end quote, they had upon her husband, who was not even present at that time. +LJ045-0140|The arguments he used to justify his use of the alias suggest that Oswald may have come to think that the whole world was becoming involved|The arguments he used to justify his use of the alias suggest that Oswald may have come to think that the whole world was becoming involved +LJ045-0141|in an increasingly complex conspiracy against him.|in an increasingly complex conspiracy against him. +LJ045-0142|He may have felt he could never tell when the FBI was going to appear on the scene or who else was going to find out about his defection|He may have felt he could never tell when the FBI was going to appear on the scene or who else was going to find out about his defection +LJ045-0143|and use it against him as had been done in New Orleans.|and use it against him as had been done in New Orleans. +LJ045-0144|On the other hand, the concern he expressed about the FBI may have been just another story to support the objective he sought in his letter.|On the other hand, the concern he expressed about the FBI may have been just another story to support the objective he sought in his letter. +LJ045-0145|Those arguments, however, were not persuasive to Marina Oswald,|Those arguments, however, were not persuasive to Marina Oswald, +LJ045-0146|to whom, quote, it was nothing terrible if people were to find out that he had been in Russia, end quote.|to whom, quote, it was nothing terrible if people were to find out that he had been in Russia, end quote. +LJ045-0148|After all, when will all your foolishness come to an end? All of these comedies. First one thing and then another. And now this fictitious name, end quote.|After all, when will all your foolishness come to an end? All of these comedies. First one thing and then another. And now this fictitious name, end quote. +LJ045-0149|She said, quote,|She said, quote, +LJ045-0150|On Monday, November 18, 1963, he called several times, but after I hung up on him and didn't want to talk to him he did not call again.|On Monday, November eighteen, nineteen sixty-three, he called several times, but after I hung up on him and didn't want to talk to him he did not call again. +LJ045-0151|He then arrived on Thursday, November 21, 1963, end quote.|He then arrived on Thursday, November twenty-one, nineteen sixty-three, end quote. +LJ045-0152|The events of that evening can best be appreciated through Marina Oswald's testimony|The events of that evening can best be appreciated through Marina Oswald's testimony +LJ045-0153|Question: Did your husband give any reason for coming home on Thursday?|Question: Did your husband give any reason for coming home on Thursday? +LJ045-0154|Answer: He said that he was lonely because he hadn't come the preceding weekend, and he wanted to make his peace with me.|Answer: He said that he was lonely because he hadn't come the preceding weekend, and he wanted to make his peace with me. +LJ045-0155|Question: Did you say anything to him then?|Question: Did you say anything to him then? +LJ045-0156|Answer: He tried to talk to me but I would not answer him, and he was very upset. Question: Were you upset with him?|Answer: He tried to talk to me but I would not answer him, and he was very upset. Question: Were you upset with him? +LJ045-0157|Answer: I was angry, of course. He was not angry -- he was upset. I was angry. He tried very hard to please me.|Answer: I was angry, of course. He was not angry -- he was upset. I was angry. He tried very hard to please me. +LJ045-0158|He spent quite a bit of time putting away diapers and played with the children on the street.|He spent quite a bit of time putting away diapers and played with the children on the street. +LJ045-0159|Question: How did you indicate to him that you were angry with him? Answer: By not talking to him.|Question: How did you indicate to him that you were angry with him? Answer: By not talking to him. +LJ045-0160|Question: And how did he show that he was upset?|Question: And how did he show that he was upset? +LJ045-0161|He was upset over the fact that I would not answer him.|He was upset over the fact that I would not answer him. +LJ045-0162|He tried to start a conversation with me several times, but I would not answer. And he said that he didn't want me to be angry at him because this upsets him.|He tried to start a conversation with me several times, but I would not answer. And he said that he didn't want me to be angry at him because this upsets him. +LJ045-0163|On that day, he suggested that we rent an apartment in Dallas.|On that day, he suggested that we rent an apartment in Dallas. +LJ045-0164|He said that he was tired of living alone and perhaps the reason for my being so angry was the fact that we were not living together.|He said that he was tired of living alone and perhaps the reason for my being so angry was the fact that we were not living together. +LJ045-0165|That if I want to he would rent an apartment in Dallas tomorrow -- that he didn't want me to remain with Ruth any longer, but wanted me to live with him in Dallas.|That if I want to he would rent an apartment in Dallas tomorrow -- that he didn't want me to remain with Ruth any longer, but wanted me to live with him in Dallas. +LJ045-0166|He repeated this not once but several times, but I refused. And he said that once again I was preferring my friends to him, and that I didn't need him.|He repeated this not once but several times, but I refused. And he said that once again I was preferring my friends to him, and that I didn't need him. +LJ045-0167|Question: What did you say to that?|Question: What did you say to that? +LJ045-0168|Answer: I said it would be better if I remained with Ruth until the holidays, he would come, and we would all meet together.|Answer: I said it would be better if I remained with Ruth until the holidays, he would come, and we would all meet together. +LJ045-0169|That this was better because while he was living alone and I stayed with Ruth, we were spending less money. And I told him to buy me a washing machine, because two children|That this was better because while he was living alone and I stayed with Ruth, we were spending less money. And I told him to buy me a washing machine, because two children +LJ045-0170|it became too difficult to wash by hand.|it became too difficult to wash by hand. +LJ045-0171|What did he say to that?|What did he say to that? +LJ045-0172|Answer: He said he would buy me a washing machine.|Answer: He said he would buy me a washing machine. +LJ045-0173|Question: What did you say to that? Answer:|Question: What did you say to that? Answer: +LJ045-0174|Thank you. That it would be better if he bought something for himself -- that I would manage. End quote. That night Oswald went to bed before his wife retired.|Thank you. That it would be better if he bought something for himself -- that I would manage. End quote. That night Oswald went to bed before his wife retired. +LJ045-0175|She did not speak to him when she joined him there, although she thought that he was still awake.|She did not speak to him when she joined him there, although she thought that he was still awake. +LJ045-0176|The next morning he left for work before anyone else arose.|The next morning he left for work before anyone else arose. +LJ045-0177|For the first time|For the first time +LJ045-0178|he left his wedding ring in a cup on the dresser in his room. He also left $170 in a wallet in one of the dresser drawers.|he left his wedding ring in a cup on the dresser in his room. He also left one hundred seventy dollars in a wallet in one of the dresser drawers. +LJ045-0179|He took with him $13.87 and the long brown package that Frazier and Mrs. Randle saw him carry|He took with him thirteen dollars, eighty-seven cents and the long brown package that Frazier and Mrs. Randle saw him carry +LJ045-0180|and which he was to take to the School Book Depository. The Unanswered Questions.|and which he was to take to the School Book Depository. The Unanswered Questions. +LJ045-0181|No one will ever know what passed through Oswald's mind during the week before November 22, 1963.|No one will ever know what passed through Oswald's mind during the week before November twenty-two, nineteen sixty-three. +LJ045-0182|Instead of returning to Irving on November 15 for his customary weekend visit, he remained in Dallas at his wife's suggestion because of the birthday party.|Instead of returning to Irving on November fifteen for his customary weekend visit, he remained in Dallas at his wife's suggestion because of the birthday party. +LJ045-0183|He had argued with her over the use of an alias and had not called her after that argument, although he usually telephoned once or twice a day.|He had argued with her over the use of an alias and had not called her after that argument, although he usually telephoned once or twice a day. +LJ045-0184|Then on Thursday morning, November 21,|Then on Thursday morning, November twenty-one, +LJ045-0185|he asked Frazier for a ride to Irving that night, stating falsely that he wanted to pick up some curtain rods to put in an apartment.|he asked Frazier for a ride to Irving that night, stating falsely that he wanted to pick up some curtain rods to put in an apartment. +LJ045-0186|He must have planned his attack at the very latest prior to Thursday morning when he spoke to Frazier.|He must have planned his attack at the very latest prior to Thursday morning when he spoke to Frazier. +LJ045-0187|There is, of course, no way to determine the degree to which he was committed to his plan at that time.|There is, of course, no way to determine the degree to which he was committed to his plan at that time. +LJ045-0188|While there is no way to tell when he first began to think specifically of assassinating the President|While there is no way to tell when he first began to think specifically of assassinating the President +LJ045-0189|it should be noted that mention of the Trade Mart as the expected site of the Presidential luncheon|it should be noted that mention of the Trade Mart as the expected site of the Presidential luncheon +LJ045-0190|appeared in The Dallas Times Herald on November 15, 1963.|appeared in The Dallas Times Herald on November fifteen, nineteen sixty-three. +LJ045-0191|The next day that paper announced the final approval of the Trade Mart as the luncheon site and stated that the motorcade, quote,|The next day that paper announced the final approval of the Trade Mart as the luncheon site and stated that the motorcade, quote, +LJ045-0192|apparently will loop through the downtown area, probably on Main Street,|apparently will loop through the downtown area, probably on Main Street, +LJ045-0193|en route from Dallas Love Field, end quote, on its way to the Trade Mart on Stemmons Freeway.|en route from Dallas Love Field, end quote, on its way to the Trade Mart on Stemmons Freeway. +LJ045-0194|Anyone who was familiar with that area of Dallas would have known that the motorcade would probably pass the Texas School Book Depository to get from Main Street|Anyone who was familiar with that area of Dallas would have known that the motorcade would probably pass the Texas School Book Depository to get from Main Street +LJ045-0195|onto the Stemmons Freeway.|onto the Stemmons Freeway. +LJ045-0196|That fact was made precisely clear in subsequent news stories on November 19, 20, and 22.|That fact was made precisely clear in subsequent news stories on November nineteen, twenty, and twenty-two. +LJ045-0197|On November 15, 1963, the same day that his wife told him not to come to Irving, Oswald could have assumed|On November fifteen, nineteen sixty-three, the same day that his wife told him not to come to Irving, Oswald could have assumed +LJ045-0198|that the Presidential motorcade would pass in front of his place of work.|that the Presidential motorcade would pass in front of his place of work. +LJ045-0199|Whether he thought about assassinating the President over the weekend can never be known, but it is reasonably certain|Whether he thought about assassinating the President over the weekend can never be known, but it is reasonably certain +LJ045-0200|that over the weekend he did think about his wife's request that he not come to Irving, which was prompted by the birthday party being held at the Paine home.|that over the weekend he did think about his wife's request that he not come to Irving, which was prompted by the birthday party being held at the Paine home. +LJ045-0201|Oswald had a highly exaggerated sense of his own importance, but he had failed at almost everything he had ever tried to do.|Oswald had a highly exaggerated sense of his own importance, but he had failed at almost everything he had ever tried to do. +LJ045-0202|He had great difficulty in establishing meaningful relations with other people. Except for his family he was completely alone.|He had great difficulty in establishing meaningful relations with other people. Except for his family he was completely alone. +LJ045-0203|Even though he had searched -- in the Marine Corps, in his ideal of communism, in the Soviet Union and in his attempt to get to Cuba|Even though he had searched -- in the Marine Corps, in his ideal of communism, in the Soviet Union and in his attempt to get to Cuba +LJ045-0205|After he returned from his trip to Mexico where his application to go to Cuba had been sharply rejected,|After he returned from his trip to Mexico where his application to go to Cuba had been sharply rejected, +LJ045-0206|it must have appeared to him that he was unable to command even the attention of his family.|it must have appeared to him that he was unable to command even the attention of his family. +LJ045-0207|He could not keep them with him in Dallas, where at least he could see his children whom, several witnesses testified, he seemed to love.|He could not keep them with him in Dallas, where at least he could see his children whom, several witnesses testified, he seemed to love. +LJ045-0208|His family lived with Mrs. Paine, ostensibly because Oswald could not afford to keep an apartment in Dallas,|His family lived with Mrs. Paine, ostensibly because Oswald could not afford to keep an apartment in Dallas, +LJ045-0209|but it was also, at least in part, because his wife did not want to live there with him.|but it was also, at least in part, because his wife did not want to live there with him. +LJ045-0210|Now it appeared that he was not welcome at the Paine home,|Now it appeared that he was not welcome at the Paine home, +LJ045-0211|where he had spent every previous weekend since his return from Mexico and his wife was once again calling into question his judgment,|where he had spent every previous weekend since his return from Mexico and his wife was once again calling into question his judgment, +LJ045-0212|this time concerning his use of an alias.|this time concerning his use of an alias. +LJ045-0213|The conversation on Monday, November 18, 1963,|The conversation on Monday, November eighteen, nineteen sixty-three, +LJ045-0214|ended when Marina Oswald hung up and refused to talk to him. Although he may long before have decided on the course he was to follow|ended when Marina Oswald hung up and refused to talk to him. Although he may long before have decided on the course he was to follow +LJ045-0215|and may have told his wife the things he did on the evening of November 21,|and may have told his wife the things he did on the evening of November twenty-one, +LJ045-0216|1963, merely to disarm her and to provide a justification of sorts,|nineteen sixty-three, merely to disarm her and to provide a justification of sorts, +LJ045-0217|both she and Mrs. Paine thought he had come home to make up after the fight on Monday.|both she and Mrs. Paine thought he had come home to make up after the fight on Monday. +LJ045-0218|Thoughts of his personal difficulties must have been at least partly on his mind when he went to Irving on Thursday night and told his wife that he was lonely,|Thoughts of his personal difficulties must have been at least partly on his mind when he went to Irving on Thursday night and told his wife that he was lonely, +LJ045-0219|that he wanted to make peace with her and bring his family to Dallas where they could live with him again.|that he wanted to make peace with her and bring his family to Dallas where they could live with him again. +LJ045-0220|The Commission does not believe that the relations between Oswald and his wife caused him to assassinate the President.|The Commission does not believe that the relations between Oswald and his wife caused him to assassinate the President. +LJ045-0221|It is unlikely that the motivation was that simple.|It is unlikely that the motivation was that simple. +LJ045-0222|The feelings of hostility and aggression which seem to have played such an important, part in Oswald's life|The feelings of hostility and aggression which seem to have played such an important, part in Oswald's life +LJ045-0223|were part of his character long before he met his wife|were part of his character long before he met his wife +LJ045-0224|and such a favorable opportunity to strike at a figure as great as the President would probably never have come to him again.|and such a favorable opportunity to strike at a figure as great as the President would probably never have come to him again. +LJ045-0225|Oswald's behavior after the assassination throws little light on his motives.|Oswald's behavior after the assassination throws little light on his motives. +LJ045-0226|The fact that he took so little money with him when he left Irving in the morning indicates that he did not expect to get very far from Dallas on his own|The fact that he took so little money with him when he left Irving in the morning indicates that he did not expect to get very far from Dallas on his own +LJ045-0227|and suggests the possibility, as did his note to his wife just prior to the attempt on General Walker, that he did not expect to escape at all.|and suggests the possibility, as did his note to his wife just prior to the attempt on General Walker, that he did not expect to escape at all. +LJ045-0228|On the other hand, he could have traveled some distance with the money he did have and he did return to his room where he obtained his revolver.|On the other hand, he could have traveled some distance with the money he did have and he did return to his room where he obtained his revolver. +LJ045-0229|He then killed Patrolman Tippit when that police officer apparently tried to question him after he had left his roominghouse and he vigorously resisted arrest|He then killed Patrolman Tippit when that police officer apparently tried to question him after he had left his roominghouse and he vigorously resisted arrest +LJ045-0230|when he was finally apprehended in the Texas Theatre. Although it is not fully corroborated by others who were present,|when he was finally apprehended in the Texas Theatre. Although it is not fully corroborated by others who were present, +LJ045-0231|two officers have testified that at the time of his arrest Oswald said something to the effect that, quote, it's all over now, end quote.|two officers have testified that at the time of his arrest Oswald said something to the effect that, quote, it's all over now, end quote. +LJ045-0232|Oswald was overbearing and arrogant throughout much of the time between his arrest and his own death.|Oswald was overbearing and arrogant throughout much of the time between his arrest and his own death. +LJ045-0233|He consistently refused to admit involvement in the assassination or in the killing of Patrolman Tippit.|He consistently refused to admit involvement in the assassination or in the killing of Patrolman Tippit. +LJ045-0234|While he did become enraged at at least one point in his interrogation,|While he did become enraged at at least one point in his interrogation, +LJ045-0235|the testimony of the officers present indicates that he handled himself with considerable composure during his questioning.|the testimony of the officers present indicates that he handled himself with considerable composure during his questioning. +LJ045-0236|He admitted nothing that would damage him but discussed other matters quite freely.|He admitted nothing that would damage him but discussed other matters quite freely. +LJ045-0237|His denials under questioning, which have no probative value in view of the many readily demonstrable lies he told at that time|His denials under questioning, which have no probative value in view of the many readily demonstrable lies he told at that time +LJ045-0238|and in the face of the overwhelming evidence against him|and in the face of the overwhelming evidence against him +LJ045-0239|which has been set forth above, only served to prolong the period during which he was the center of the attention of the entire world.|which has been set forth above, only served to prolong the period during which he was the center of the attention of the entire world. +LJ045-0240|Many factors were undoubtedly involved in Oswald's motivation for the assassination, and the Commission does not believe|Many factors were undoubtedly involved in Oswald's motivation for the assassination, and the Commission does not believe +LJ045-0241|that it can ascribe to him any one motive or group of motives.|that it can ascribe to him any one motive or group of motives. +LJ045-0242|It is apparent, however, that Oswald was moved by an overriding hostility to his environment.|It is apparent, however, that Oswald was moved by an overriding hostility to his environment. +LJ045-0243|He does not appear to have been able to establish meaningful relationships with other people. He was perpetually discontented with the world around him.|He does not appear to have been able to establish meaningful relationships with other people. He was perpetually discontented with the world around him. +LJ045-0244|Long before the assassination he expressed his hatred for American society and acted in protest against it.|Long before the assassination he expressed his hatred for American society and acted in protest against it. +LJ045-0245|Oswald's search for what he conceived to be the perfect society was doomed from the start.|Oswald's search for what he conceived to be the perfect society was doomed from the start. +LJ045-0246|He sought for himself a place in history -- a role as the "great man" who would be recognized as having been in advance of his times.|He sought for himself a place in history -- a role as the "great man" who would be recognized as having been in advance of his times. +LJ045-0247|His commitment to Marxism and communism appears to have been another important factor in his motivation.|His commitment to Marxism and communism appears to have been another important factor in his motivation. +LJ045-0248|He also had demonstrated a capacity to act decisively and without regard to the consequences when such action would further his aims of the moment.|He also had demonstrated a capacity to act decisively and without regard to the consequences when such action would further his aims of the moment. +LJ045-0249|Out of these and the many other factors which may have molded the character of Lee Harvey Oswald|Out of these and the many other factors which may have molded the character of Lee Harvey Oswald +LJ045-0250|there emerged a man capable of assassinating President Kennedy.|there emerged a man capable of assassinating President Kennedy. +LJ046-0001|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By +LJ046-0002|The President's Commission on the Assassination of President Kennedy. Chapter 8. The Protection of the President. Part 1.|The President's Commission on the Assassination of President Kennedy. Chapter eight. The Protection of the President. Part one. +LJ046-0003|In the 100 years since 1865|In the one hundred years since eighteen sixty-five +LJ046-0004|four Presidents of the United States have been assassinated|four Presidents of the United States have been assassinated +LJ046-0005|Abraham Lincoln, James A. Garfield, William McKinley, and John F. Kennedy.|Abraham Lincoln, James A. Garfield, William McKinley, and John F. Kennedy. +LJ046-0006|During this same period there were three other attacks on the life of a President,|During this same period there were three other attacks on the life of a President, +LJ046-0007|a President-elect, and a candidate for the Presidency, which narrowly failed:|a President-elect, and a candidate for the Presidency, which narrowly failed: +LJ046-0008|on Theodore Roosevelt while campaigning in October of 1912; on President-elect Franklin Delano Roosevelt,|on Theodore Roosevelt while campaigning in October of nineteen twelve; on President-elect Franklin Delano Roosevelt, +LJ046-0009|when visiting Miami on February 15, 1933; and on President Harry S. Truman on November 1, 1950,|when visiting Miami on February fifteen, nineteen thirty-three; and on President Harry S. Truman on November one, nineteen fifty, +LJ046-0010|when his temporary residence, Blair House, was attacked by Puerto Rican Nationalists.|when his temporary residence, Blair House, was attacked by Puerto Rican Nationalists. +LJ046-0011|One out of every five Presidents since 1865 has been assassinated;|One out of every five Presidents since eighteen sixty-five has been assassinated; +LJ046-0012|there have been attempts on the lives of one out of every three.|there have been attempts on the lives of one out of every three. +LJ046-0013|Prompted by these dismaying statistics, the Commission has inquired into the problems and methods of Presidential protection in effect|Prompted by these dismaying statistics, the Commission has inquired into the problems and methods of Presidential protection in effect +LJ046-0014|at the time of President Kennedy's assassination.|at the time of President Kennedy's assassination. +LJ046-0015|This study has led the Commission to conclude that the public interest might be served by any contribution it can make to the improvement of protective arrangements.|This study has led the Commission to conclude that the public interest might be served by any contribution it can make to the improvement of protective arrangements. +LJ046-0016|The Commission has not undertaken a comprehensive examination of all facets of this subject;|The Commission has not undertaken a comprehensive examination of all facets of this subject; +LJ046-0017|rather, it has devoted its time and resources to those broader aspects of Presidential protection|rather, it has devoted its time and resources to those broader aspects of Presidential protection +LJ046-0018|to which the events of last November called attention.|to which the events of last November called attention. +LJ046-0019|In this part of its inquiry the Commission has had full access to a major study of all phases of protective activities|In this part of its inquiry the Commission has had full access to a major study of all phases of protective activities +LJ046-0020|prepared by the Secret Service for the Secretary of the Treasury following the assassination. As a result of this study,|prepared by the Secret Service for the Secretary of the Treasury following the assassination. As a result of this study, +LJ046-0021|the Secretary of the Treasury has prepared a planning document dated August 27, 1964,|the Secretary of the Treasury has prepared a planning document dated August twenty-seven, nineteen sixty-four, +LJ046-0022|which recommends additional personnel and facilities to enable the Secret Service to expand its protection capabilities.|which recommends additional personnel and facilities to enable the Secret Service to expand its protection capabilities. +LJ046-0023|The Secretary of the Treasury submitted this planning document on August 31, 1964,|The Secretary of the Treasury submitted this planning document on August thirty-one, nineteen sixty-four, +LJ046-0024|to the Bureau of the Budget for review and approval.|to the Bureau of the Budget for review and approval. +LJ046-0025|This planning document has been made a part of the Commission's published record; the underlying staff and consultants' reports reviewed by the Commission have not,|This planning document has been made a part of the Commission's published record; the underlying staff and consultants' reports reviewed by the Commission have not, +LJ046-0026|since a disclosure of such detailed information relating to protective measures might undermine present methods of protecting the President.|since a disclosure of such detailed information relating to protective measures might undermine present methods of protecting the President. +LJ046-0027|However, all information considered by the Commission which pertains to the protective function as it was carried out in Dallas has been published as part of this report.|However, all information considered by the Commission which pertains to the protective function as it was carried out in Dallas has been published as part of this report. +LJ046-0028|The protection of the President of the United States is an immensely difficult and complex task.|The protection of the President of the United States is an immensely difficult and complex task. +LJ046-0029|It is unlikely that measures can be devised to eliminate entirely the multitude of diverse dangers that may arise,|It is unlikely that measures can be devised to eliminate entirely the multitude of diverse dangers that may arise, +LJ046-0030|particularly when the President is traveling in this country or abroad.|particularly when the President is traveling in this country or abroad. +LJ046-0031|The protective task is further complicated by the reluctance of Presidents to take security precautions which might interfere with the performance of their duties,|The protective task is further complicated by the reluctance of Presidents to take security precautions which might interfere with the performance of their duties, +LJ046-0032|or their desire to have frequent and easy access to the people.|or their desire to have frequent and easy access to the people. +LJ046-0033|The adequacy of existing procedures can fairly be assessed only after full consideration of the difficulty of the protective assignment,|The adequacy of existing procedures can fairly be assessed only after full consideration of the difficulty of the protective assignment, +LJ046-0034|with particular attention to the diverse roles which the President is expected to fill.|with particular attention to the diverse roles which the President is expected to fill. +LJ046-0035|After reviewing this aspect of the matter this chapter will set forth the Commission's conclusions|After reviewing this aspect of the matter this chapter will set forth the Commission's conclusions +LJ046-0036|regarding certain protective measures in force at the time of the Dallas trip and propose recommendations for improvements.|regarding certain protective measures in force at the time of the Dallas trip and propose recommendations for improvements. +LJ046-0037|The nature of the protective assignment.|The nature of the protective assignment. +LJ046-0038|The President is Head of State, Chief Executive, Commander in Chief, and leader of a political party.|The President is Head of State, Chief Executive, Commander in Chief, and leader of a political party. +LJ046-0039|As the ceremonial head of the Government the President must discharge a wide range of public duties, not only in Washington but throughout the land.|As the ceremonial head of the Government the President must discharge a wide range of public duties, not only in Washington but throughout the land. +LJ046-0040|In this role he appears to the American people, in the words of William Howard Taft, as, quote,|In this role he appears to the American people, in the words of William Howard Taft, as, quote, +LJ046-0041|the personal embodiment and representative of their dignity and majesty, end quote.|the personal embodiment and representative of their dignity and majesty, end quote. +LJ046-0042|As Chief Executive, the President controls the exercise of the vast, almost incalculable powers of the executive branch of the Federal Government.|As Chief Executive, the President controls the exercise of the vast, almost incalculable powers of the executive branch of the Federal Government. +LJ046-0043|As Commander in Chief of the Armed Forces, he must maintain ultimate authority over the development and disposition of our military power.|As Commander in Chief of the Armed Forces, he must maintain ultimate authority over the development and disposition of our military power. +LJ046-0044|in accordance with George Washington's maxim that Americans have a government, quote, of accommodation as well as a government of laws, end quote,|in accordance with George Washington's maxim that Americans have a government, quote, of accommodation as well as a government of laws, end quote, +LJ046-0045|it is the President's right and duty to be the active leader of his party, as when he seeks to be reelected or to maintain his party in power.|it is the President's right and duty to be the active leader of his party, as when he seeks to be reelected or to maintain his party in power. +LJ046-0046|In all of these roles the President must go to the people.|In all of these roles the President must go to the people. +LJ046-0047|Exposure of the President to public view through travel among the people of this country is a great and historic tradition of American life.|Exposure of the President to public view through travel among the people of this country is a great and historic tradition of American life. +LJ046-0048|Desired by both the President and the public, it is an indispensable means of communication between the two.|Desired by both the President and the public, it is an indispensable means of communication between the two. +LJ046-0049|More often than not, Presidential journeys have served more than one purpose at the same time: ceremonial,|More often than not, Presidential journeys have served more than one purpose at the same time: ceremonial, +LJ046-0050|administrative, political.|administrative, political. +LJ046-0051|From George Washington to John F. Kennedy, such journeys have been a normal part of the President's activities.|From George Washington to John F. Kennedy, such journeys have been a normal part of the President's activities. +LJ046-0052|To promote nationwide acceptance of his administration Washington made grand tours that served also to excite interest in the Presidency.|To promote nationwide acceptance of his administration Washington made grand tours that served also to excite interest in the Presidency. +LJ046-0053|In recent years, Presidential journeys have been frequent and extensive,|In recent years, Presidential journeys have been frequent and extensive, +LJ046-0054|partly because of the greater speed and comfort of travel and partly because of the greater demands made on the President.|partly because of the greater speed and comfort of travel and partly because of the greater demands made on the President. +LJ046-0055|It is now possible for Presidents to travel the length and breadth of a land far larger than the United States|It is now possible for Presidents to travel the length and breadth of a land far larger than the United States +LJ046-0056|in 1789 in less time than it took George Washington to travel from New York to Mount Vernon|in seventeen eighty-nine in less time than it took George Washington to travel from New York to Mount Vernon +LJ046-0057|or Thomas Jefferson from Washington to Monticello.|or Thomas Jefferson from Washington to Monticello. +LJ046-0058|During his Presidency, Franklin D. Roosevelt made almost 400 journeys and traveled more than 350,000 miles.|During his Presidency, Franklin D. Roosevelt made almost four hundred journeys and traveled more than three hundred fifty thousand miles. +LJ046-0059|Since 1945, Roosevelt's successors have ranged the world,|Since nineteen forty-five, Roosevelt's successors have ranged the world, +LJ046-0060|and their foreign journeys have come to be accepted as normal rather than extraordinary.|and their foreign journeys have come to be accepted as normal rather than extraordinary. +LJ046-0061|John F. Kennedy's journey to Texas in November 1963 was in this tradition.|John F. Kennedy's journey to Texas in November nineteen sixty-three was in this tradition. +LJ046-0062|His friend and Special Assistant Kenneth O'Donnell, who accompanied him on his last visit to Dallas,|His friend and Special Assistant Kenneth O'Donnell, who accompanied him on his last visit to Dallas, +LJ046-0063|stated the President's views of his responsibilities with simplicity and clarity, quote,|stated the President's views of his responsibilities with simplicity and clarity, quote, +LJ046-0064|The President's views of his responsibilities as President of the United States were that he meet the people, that he go out to their homes and see them,|The President's views of his responsibilities as President of the United States were that he meet the people, that he go out to their homes and see them, +LJ046-0065|and allow them to see him, and discuss, if possible, the views of the world as he sees it, the problems of the country as he sees them.|and allow them to see him, and discuss, if possible, the views of the world as he sees it, the problems of the country as he sees them. +LJ046-0066|And he felt that leaving Washington for the President of the United States was a most necessary -- not only for the people, but for the President himself,|And he felt that leaving Washington for the President of the United States was a most necessary -- not only for the people, but for the President himself, +LJ046-0067|that he expose himself to the actual basic problems that were disturbing the American people.|that he expose himself to the actual basic problems that were disturbing the American people. +LJ046-0068|It helped him in his job here, he was able to come back here with a fresh view of many things.|It helped him in his job here, he was able to come back here with a fresh view of many things. +LJ046-0069|I think he felt very strongly that the President ought to get out of Washington, and go meet the people on a regular basis. End quote.|I think he felt very strongly that the President ought to get out of Washington, and go meet the people on a regular basis. End quote. +LJ046-0070|Whatever their purposes Presidential journeys have greatly enlarged and complicated the task of protecting the President.|Whatever their purposes Presidential journeys have greatly enlarged and complicated the task of protecting the President. +LJ046-0071|The Secret Service and the Federal, State, and local law enforcement agencies which cooperate with it,|The Secret Service and the Federal, State, and local law enforcement agencies which cooperate with it, +LJ046-0072|have been confronted in recent years with increasingly difficult problems, created by the greater exposure of the President during his travels|have been confronted in recent years with increasingly difficult problems, created by the greater exposure of the President during his travels +LJ046-0073|and the greater diversity of the audiences he must face in a world torn by conflicting ideologies.|and the greater diversity of the audiences he must face in a world torn by conflicting ideologies. +LJ046-0074|If the sole goal were to protect the life of the President, it could be accomplished with reasonable assurance despite the multiple roles he must play.|If the sole goal were to protect the life of the President, it could be accomplished with reasonable assurance despite the multiple roles he must play. +LJ046-0075|But his very position as representative of the people prevents him from effectively shielding himself from the people.|But his very position as representative of the people prevents him from effectively shielding himself from the people. +LJ046-0076|He cannot and will not take the precautions of a dictator or a sovereign.|He cannot and will not take the precautions of a dictator or a sovereign. +LJ046-0077|Under our system, measures must be sought to afford security without impeding the President's performance of his many functions.|Under our system, measures must be sought to afford security without impeding the President's performance of his many functions. +LJ046-0078|The protection of the President must be thorough but inconspicuous to avoid even the suggestion of a garrison state.|The protection of the President must be thorough but inconspicuous to avoid even the suggestion of a garrison state. +LJ046-0079|The rights of private individuals must not be infringed.|The rights of private individuals must not be infringed. +LJ046-0080|If the protective job is well done, its performance will be evident only in the unexceptional fact of its success.|If the protective job is well done, its performance will be evident only in the unexceptional fact of its success. +LJ046-0081|The men in charge of protecting the President, confronted by complex problems and limited as they are in the measures they may employ,|The men in charge of protecting the President, confronted by complex problems and limited as they are in the measures they may employ, +LJ046-0082|must depend upon the utmost cooperation and understanding from the public and the President.|must depend upon the utmost cooperation and understanding from the public and the President. +LJ046-0083|The problem and the reasonable approach to its solution were ably stated in a memorandum prepared by FBI Director J. Edgar Hoover|The problem and the reasonable approach to its solution were ably stated in a memorandum prepared by FBI Director J. Edgar Hoover +LJ046-0084|for the President soon after the assassination, quote,|for the President soon after the assassination, quote, +LJ046-0085|The degree of security that can be afforded the President of the United States|The degree of security that can be afforded the President of the United States +LJ046-0086|is dependent to a considerable extent upon the degree of contact with the general public desired by the President.|is dependent to a considerable extent upon the degree of contact with the general public desired by the President. +LJ046-0087|Absolute security is neither practical nor possible. An approach to complete security would require the President|Absolute security is neither practical nor possible. An approach to complete security would require the President +LJ046-0088|to operate in a sort of vacuum, isolated from the general public and behind impregnable barriers.|to operate in a sort of vacuum, isolated from the general public and behind impregnable barriers. +LJ046-0089|His travel would be in secret; his public appearances would be behind bulletproof glass. A more practical approach necessitates compromise.|His travel would be in secret; his public appearances would be behind bulletproof glass. A more practical approach necessitates compromise. +LJ046-0090|Any travel, any contact with the general public, involves a calculated risk on the part of the President and the men responsible for his protection.|Any travel, any contact with the general public, involves a calculated risk on the part of the President and the men responsible for his protection. +LJ046-0091|Such risks can be lessened when the President recognizes the security problem,|Such risks can be lessened when the President recognizes the security problem, +LJ046-0092|has confidence in the dedicated Secret Service men who are ready to lay down their lives for him|has confidence in the dedicated Secret Service men who are ready to lay down their lives for him +LJ046-0093|and accepts the necessary security precautions which they recommend.|and accepts the necessary security precautions which they recommend. +LJ046-0094|Many Presidents have been understandably impatient with the security precautions which many years of experience dictate|Many Presidents have been understandably impatient with the security precautions which many years of experience dictate +LJ046-0095|because these precautions reduce the President's privacy and the access to him of the people of the country.|because these precautions reduce the President's privacy and the access to him of the people of the country. +LJ046-0096|Nevertheless the procedures and advice should be accepted if the President wishes to have any security.|Nevertheless the procedures and advice should be accepted if the President wishes to have any security. +LJ046-0097|Evaluation Of Presidential Protection At The Time Of The Assassination Of President Kennedy|Evaluation Of Presidential Protection At The Time Of The Assassination Of President Kennedy +LJ046-0098|The history of Presidential protection shows growing recognition over the years that the job must be done by able, dedicated,|The history of Presidential protection shows growing recognition over the years that the job must be done by able, dedicated, +LJ046-0099|thoroughly professional personnel, using the best technical equipment that can be devised.|thoroughly professional personnel, using the best technical equipment that can be devised. +LJ046-0100|The assassination of President Kennedy demands an examination of the protective measures employed to safe guard him|The assassination of President Kennedy demands an examination of the protective measures employed to safe guard him +LJ046-0101|and an inquiry whether improvements can be made which will reduce the risk of another such tragedy.|and an inquiry whether improvements can be made which will reduce the risk of another such tragedy. +LJ046-0102|This section considers first the means used to locate potential sources of danger to the President in time to take appropriate precautions.|This section considers first the means used to locate potential sources of danger to the President in time to take appropriate precautions. +LJ046-0103|In this connection the information available to Federal agencies about Lee Harvey Oswald|In this connection the information available to Federal agencies about Lee Harvey Oswald +LJ046-0104|is set out and the reasons why this information was not furnished to the Secret Service appraised.|is set out and the reasons why this information was not furnished to the Secret Service appraised. +LJ046-0105|Second, the adequacy of other advance preparations for the security of the President, during his visit to Dallas,|Second, the adequacy of other advance preparations for the security of the President, during his visit to Dallas, +LJ046-0106|largely measures taken by the Secret Service, is considered.|largely measures taken by the Secret Service, is considered. +LJ046-0107|Finally, the performance of those charged with the immediate responsibility of protecting the President on November 22 is reviewed.|Finally, the performance of those charged with the immediate responsibility of protecting the President on November twenty-two is reviewed. +LJ046-0108|Intelligence Functions Relating to Presidential Protection at the Time of the Dallas Trip|Intelligence Functions Relating to Presidential Protection at the Time of the Dallas Trip +LJ046-0109|A basic element of Presidential protection|A basic element of Presidential protection +LJ046-0110|is the identification and elimination of possible sources of danger to the President before the danger becomes actual.|is the identification and elimination of possible sources of danger to the President before the danger becomes actual. +LJ046-0111|The Secret Service has attempted to perform this function through the activities of its Protective Research Section|The Secret Service has attempted to perform this function through the activities of its Protective Research Section +LJ046-0112|and requests to other agencies, Federal and local, for useful information.|and requests to other agencies, Federal and local, for useful information. +LJ046-0113|The Commission has concluded that at the time of the assassination|The Commission has concluded that at the time of the assassination +LJ046-0114|the arrangements relied upon by the Secret Service to perform this function were seriously deficient.|the arrangements relied upon by the Secret Service to perform this function were seriously deficient. +LJ046-0115|Adequacy of preventive intelligence operations of the Secret Service.|Adequacy of preventive intelligence operations of the Secret Service. +LJ046-0116|The main job of the Protective Research Section (PRS)|The main job of the Protective Research Section (PRS) +LJ046-0117|is to collect, process, and evaluate information about persons or groups who may be a danger to the President.|is to collect, process, and evaluate information about persons or groups who may be a danger to the President. +LJ046-0118|In addition to this function, PRS is responsible for such tasks|In addition to this function, PRS is responsible for such tasks +LJ046-0119|as obtaining clearance of some categories of White House employees and all tradesmen who service the White House,|as obtaining clearance of some categories of White House employees and all tradesmen who service the White House, +LJ046-0120|the security processing of gifts sent to the President, and technical inspections against covert listening devices.|the security processing of gifts sent to the President, and technical inspections against covert listening devices. +LJ046-0121|At the time of the assassination PRS was a very small group, comprised of 12 specialists and 3 clerks.|At the time of the assassination PRS was a very small group, comprised of twelve specialists and three clerks. +LJ046-0122|Many persons call themselves to the attention of PRS by attempting to visit, the President|Many persons call themselves to the attention of PRS by attempting to visit, the President +LJ046-0123|for bizarre reasons or by writing or in some other way attempting to communicate with him in a threatening or abusive manner|for bizarre reasons or by writing or in some other way attempting to communicate with him in a threatening or abusive manner +LJ046-0124|or with undue persistence.|or with undue persistence. +LJ046-0125|Robert I. Bouck, special agent in charge of PRS,|Robert I. Bouck, special agent in charge of PRS, +LJ046-0126|estimated that most of the material received by his office originated in this fashion|estimated that most of the material received by his office originated in this fashion +LJ046-0127|or from the occasional investigations initiated by the Secret Service,|or from the occasional investigations initiated by the Secret Service, +LJ046-0128|while the balance was furnished to PRS by other Federal agencies, with primary source being the FBI.|while the balance was furnished to PRS by other Federal agencies, with primary source being the FBI. +LJ046-0129|The total volume of information received by PRS has risen steadily.|The total volume of information received by PRS has risen steadily. +LJ046-0130|In 1943 PRS received approximately 9,000 items of information;|In nineteen forty-three PRS received approximately nine thousand items of information; +LJ046-0131|in 1953 this had increased to more than 17,000 items;|in nineteen fifty-three this had increased to more than seventeen thousand items; +LJ046-0132|in 1963 the total exceeded 32,000 items.|in nineteen sixty-three the total exceeded thirty-two thousand items. +LJ046-0133|Since many items may pertain to a single case, these figures do not show the caseload.|Since many items may pertain to a single case, these figures do not show the caseload. +LJ046-0134|In the period from November 1961 to November 1963,|In the period from November nineteen sixty-one to November nineteen sixty-three, +LJ046-0135|PRS received items in 8,709 cases.|PRS received items in eight thousand, seven hundred nine cases. +LJ046-0136|Before the assassination of President Kennedy,|Before the assassination of President Kennedy, +LJ046-0137|PRS expressed its interest in receiving information on suspects in very general terms. For example,|PRS expressed its interest in receiving information on suspects in very general terms. For example, +LJ046-0138|PRS instructed the White House mailroom, a source of much PRS data,|PRS instructed the White House mailroom, a source of much PRS data, +LJ046-0139|to refer all communications on identified existing cases and, in addition,|to refer all communications on identified existing cases and, in addition, +LJ046-0140|any communication, quote, that in any way indicates anyone may have possible intention of harming the President, end quote.|any communication, quote, that in any way indicates anyone may have possible intention of harming the President, end quote. +LJ046-0141|Slightly more specific criteria were established for PRS personnel processing White House mail referred by the White House mailroom,|Slightly more specific criteria were established for PRS personnel processing White House mail referred by the White House mailroom, +LJ046-0142|but again the standards were very general.|but again the standards were very general. +LJ046-0143|These instructions to PRS personnel appear to be the only instance where an effort was made to reduce the criteria to writing.|These instructions to PRS personnel appear to be the only instance where an effort was made to reduce the criteria to writing. +LJ046-0144|When requested to provide a specific statement of the standards employed by PRS in deciding what information to seek and retain,|When requested to provide a specific statement of the standards employed by PRS in deciding what information to seek and retain, +LJ046-0145|The Secret Service responded, quote,|The Secret Service responded, quote, +LJ046-0146|The criteria in effect prior to November 22, 1963, for determining whether to accept material for the PRS general files|The criteria in effect prior to November twenty-two, nineteen sixty-three, for determining whether to accept material for the PRS general files +LJ046-0147|were broad and flexible. All material is and was desired, accepted, and filed if it indicated or tended to indicate|were broad and flexible. All material is and was desired, accepted, and filed if it indicated or tended to indicate +LJ046-0148|that the safety of the President is or might be in danger, either at the present or in the future.|that the safety of the President is or might be in danger, either at the present or in the future. +LJ046-0149|There are many actions, situations, and incidents that may indicate such potential danger. Some are specific, such as threats;|There are many actions, situations, and incidents that may indicate such potential danger. Some are specific, such as threats; +LJ046-0150|danger may be implied from others, such as membership or activity in an organization which believes in assassination as a political weapon.|danger may be implied from others, such as membership or activity in an organization which believes in assassination as a political weapon. +LJ046-0151|All material received by PRS was separately screened|All material received by PRS was separately screened +LJ046-0152|and a determination made as to whether the information might indicate possible harm to the President.|and a determination made as to whether the information might indicate possible harm to the President. +LJ046-0153|If the material was evaluated|If the material was evaluated +LJ046-0154|as indicating some potential danger to the President -- no matter how small -- it was indexed in the general PRS files|as indicating some potential danger to the President -- no matter how small -- it was indexed in the general PRS files +LJ046-0155|under the name of the individual or group of individuals to whom that material related. End quote.|under the name of the individual or group of individuals to whom that material related. End quote. +LJ046-0156|The general files of PRS consist of folders on individuals, card indexed by name.|The general files of PRS consist of folders on individuals, card indexed by name. +LJ046-0157|The files are manually maintained, without use of any automatic data-processing techniques.|The files are manually maintained, without use of any automatic data-processing techniques. +LJ046-0158|At the time of the assassination, the active PRS general files contained approximately 50,000 cases|At the time of the assassination, the active PRS general files contained approximately fifty thousand cases +LJ046-0159|accumulated over a 20-year period, some of which included more than one individual.|accumulated over a twenty-year period, some of which included more than one individual. +LJ046-0160|A case file was established if the information available suggested that the subject might be a danger to the President.|A case file was established if the information available suggested that the subject might be a danger to the President. +LJ046-0161|Many of these cases were not investigated by PRS.|Many of these cases were not investigated by PRS. +LJ046-0162|The case file served merely as a repository for information until enough had accumulated to warrant an investigation.|The case file served merely as a repository for information until enough had accumulated to warrant an investigation. +LJ046-0163|During the period November 1961 to November 1963,|During the period November nineteen sixty-one to November nineteen sixty-three, +LJ046-0164|PRS investigated 34 newly established or reactivated cases concerning residents of Texas.|PRS investigated thirty-four newly established or reactivated cases concerning residents of Texas. +LJ046-0165|Most of these cases involved persons who used threatening language in communications to or about the President.|Most of these cases involved persons who used threatening language in communications to or about the President. +LJ046-0166|An additional 115 cases concerning Texas residents were established but not investigated.|An additional one hundred fifteen cases concerning Texas residents were established but not investigated. +LJ046-0167|When PRS learns of an individual whose conduct warrants scrutiny, it requests an investigation by the closest Secret Service field office,|When PRS learns of an individual whose conduct warrants scrutiny, it requests an investigation by the closest Secret Service field office, +LJ046-0168|of which there are 65 throughout the country.|of which there are sixty-five throughout the country. +LJ046-0169|If the field office determines that the case should be subject to continuing review, PRS establishes a file|If the field office determines that the case should be subject to continuing review, PRS establishes a file +LJ046-0170|which requires a checkup at least, every 6 months.|which requires a checkup at least, every six months. +LJ046-0171|This might involve a personal interview or interviews with members of the person's household. Wherever possible,|This might involve a personal interview or interviews with members of the person's household. Wherever possible, +LJ046-0172|the Secret Service arranges for the family and friends of the individual, and local law enforcement officials,|the Secret Service arranges for the family and friends of the individual, and local law enforcement officials, +LJ046-0173|to advise the field office if the subject displays signs of increased danger or plans to leave his home area.|to advise the field office if the subject displays signs of increased danger or plans to leave his home area. +LJ046-0174|At the time of the assassination there were approximately 400 persons throughout the country who were subject to periodic review.|At the time of the assassination there were approximately four hundred persons throughout the country who were subject to periodic review. +LJ046-0175|If PRS concludes after investigation|If PRS concludes after investigation +LJ046-0176|that an individual presents a significant danger to the life of the President, his name is placed in a "trip index file"|that an individual presents a significant danger to the life of the President, his name is placed in a "trip index file" +LJ046-0177|which is maintained on a geographical field office basis.|which is maintained on a geographical field office basis. +LJ046-0178|At the time of the assassination the names of about 100 persons were in this index, all of whom were included in the group of 400|At the time of the assassination the names of about one hundred persons were in this index, all of whom were included in the group of four hundred +LJ046-0179|being reviewed regularly.|being reviewed regularly. +LJ046-0180|PRS also maintains an album of photographs and descriptions of about 12 to 15 individuals who are regarded as clear risks to the President|PRS also maintains an album of photographs and descriptions of about twelve to fifteen individuals who are regarded as clear risks to the President +LJ046-0181|and who do not have a fixed place of residence. Members of the White House detail of the Secret Service have copies of this album.|and who do not have a fixed place of residence. Members of the White House detail of the Secret Service have copies of this album. +LJ046-0182|Individuals who are regarded as dangerous to the President|Individuals who are regarded as dangerous to the President +LJ046-0183|and who are in penal or hospital custody are listed only in the general files of PRS,|and who are in penal or hospital custody are listed only in the general files of PRS, +LJ046-0184|but there is a system for the immediate notification of the Secret Service by the confining institution when a subject is released or escapes.|but there is a system for the immediate notification of the Secret Service by the confining institution when a subject is released or escapes. +LJ046-0185|PRS attempts to eliminate serious risks by hospitalization or, where necessary,|PRS attempts to eliminate serious risks by hospitalization or, where necessary, +LJ046-0186|the prosecution of persons who have committed an offense such as threatening the President.|the prosecution of persons who have committed an offense such as threatening the President. +LJ046-0187|In June 1964 PRS had arrangements to be notified about the release or escape of approximately 1,000 persons.|In June nineteen sixty-four PRS had arrangements to be notified about the release or escape of approximately one thousand persons. +LJ046-0188|In summary, at the time of the assassination|In summary, at the time of the assassination +LJ046-0189|PRS had received, over a 20-year period, basic information on some 50,000 cases;|PRS had received, over a twenty-year period, basic information on some fifty thousand cases; +LJ046-0190|it had arrangements to be notified about release from confinement in roughly 1,000 cases;|it had arrangements to be notified about release from confinement in roughly one thousand cases; +LJ046-0191|it had established periodic regular review of the status of 400 individuals;|it had established periodic regular review of the status of four hundred individuals; +LJ046-0192|it regarded approximately 100 of these 400 cases as serious risks|it regarded approximately one hundred of these four hundred cases as serious risks +LJ046-0194|Members of the White House detail were expected to familiarize themselves with the descriptions and photographs of the highest risk cases.|Members of the White House detail were expected to familiarize themselves with the descriptions and photographs of the highest risk cases. +LJ046-0195|The cases subject to periodic review and the 100 or so cases in the higher risk category|The cases subject to periodic review and the one hundred or so cases in the higher risk category +LJ046-0196|were filed on a geographic basis, and could conveniently be reviewed by a Secret Service agent preparing for a Presidential trip|were filed on a geographic basis, and could conveniently be reviewed by a Secret Service agent preparing for a Presidential trip +LJ046-0197|to a particular part of the country. These were the files reviewed by PRS on November 8, 1963,|to a particular part of the country. These were the files reviewed by PRS on November eight, nineteen sixty-three, +LJ046-0198|at the request of Special Agent Lawson, advance agent for President Kennedy's trip to Dallas.|at the request of Special Agent Lawson, advance agent for President Kennedy's trip to Dallas. +LJ046-0199|The general files of PRS were not indexed by geographic location and were of little use in preparing for a Presidential visit to a specific locality.|The general files of PRS were not indexed by geographic location and were of little use in preparing for a Presidential visit to a specific locality. +LJ046-0200|Secret Service requests to other agencies for intelligence information|Secret Service requests to other agencies for intelligence information +LJ046-0201|were no more specific than the broad and general instructions its own agents and the White House mailroom.|were no more specific than the broad and general instructions its own agents and the White House mailroom. +LJ046-0202|The head of PRS testified that the Secret Service requested other agencies to provide, quote,|The head of PRS testified that the Secret Service requested other agencies to provide, quote, +LJ046-0203|any and all information that they may come in contact with that would indicate danger to the President, end quote.|any and all information that they may come in contact with that would indicate danger to the President, end quote. +LJ046-0204|These requests were communicated in writing by the Secret Service; rather, the Service depended on the personal liaison maintained by PRS|These requests were communicated in writing by the Secret Service; rather, the Service depended on the personal liaison maintained by PRS +LJ046-0205|with the headquarters of the Federal intelligence agencies, particularly the FBI,|with the headquarters of the Federal intelligence agencies, particularly the FBI, +LJ046-0206|and at the working level with personnel of the field offices of the various agencies. The Service frequently participated|and at the working level with personnel of the field offices of the various agencies. The Service frequently participated +LJ046-0207|in the training programs of other law enforcement agencies, and agents from other agencies attended the regular Secret Service training schools.|in the training programs of other law enforcement agencies, and agents from other agencies attended the regular Secret Service training schools. +LJ046-0208|Presidential protection was an important topic in these training programs.|Presidential protection was an important topic in these training programs. +LJ046-0209|In the absence of more specific instructions, other Federal agencies interpreted the Secret Service's informal requests|In the absence of more specific instructions, other Federal agencies interpreted the Secret Service's informal requests +LJ046-0210|to relate principally to overt threats to harm the President or other specific manifestations of hostility.|to relate principally to overt threats to harm the President or other specific manifestations of hostility. +LJ046-0211|For example, at the time of the assassination, the FBI Handbook, which is in the possession of every Bureau special agent, provided, quote,|For example, at the time of the assassination, the FBI Handbook, which is in the possession of every Bureau special agent, provided, quote, +LJ046-0212|Threats against the President of the U.S.,|Threats against the President of the U.S., +LJ046-0213|members of his immediate family, the President-elect, and the Vice-President. Investigation of threats against the President of the United States,|members of his immediate family, the President-elect, and the Vice-President. Investigation of threats against the President of the United States, +LJ046-0214|members of his immediate family, the President-Elect, and the Vice-President is within the exclusive jurisdiction of the U.S. Secret Service.|members of his immediate family, the President-Elect, and the Vice-President is within the exclusive jurisdiction of the U.S. Secret Service. +LJ046-0215|Any information indicating the possibility of an attempt against the person or safety of the President,|Any information indicating the possibility of an attempt against the person or safety of the President, +LJ046-0216|members of the immediate family of the President, the President-Elect or the Vice-President|members of the immediate family of the President, the President-Elect or the Vice-President +LJ046-0217|must be referred immediately by the most expeditious means of communication to the nearest office of the U.S. Secret Service.|must be referred immediately by the most expeditious means of communication to the nearest office of the U.S. Secret Service. +LJ046-0218|Advise the Bureau at the same time by teletype of the information so furnished to the Secret Service and the fact that it has been so disseminated.|Advise the Bureau at the same time by teletype of the information so furnished to the Secret Service and the fact that it has been so disseminated. +LJ046-0219|The above action should be taken without delay in order to attempt to verify the information and no evaluation of the information should be attempted.|The above action should be taken without delay in order to attempt to verify the information and no evaluation of the information should be attempted. +LJ046-0220|When the threat is in the form of a written communication, give a copy to local Secret Service and forward the original to the Bureau|When the threat is in the form of a written communication, give a copy to local Secret Service and forward the original to the Bureau +LJ046-0221|where it will be made available to Secret Service headquarters in Washington.|where it will be made available to Secret Service headquarters in Washington. +LJ046-0222|The referral of the copy to local Secret Service should not delay the immediate referral of the information by the fastest available means of communication|The referral of the copy to local Secret Service should not delay the immediate referral of the information by the fastest available means of communication +LJ046-0223|to Secret Service locally, end quote.|to Secret Service locally, end quote. +LJ046-0224|The State Department advised the Secret Service of all crank and threat letter mail|The State Department advised the Secret Service of all crank and threat letter mail +LJ046-0225|or crank visitors and furnished reports concerning any assassination or attempted assassination of a ruler or other major official anywhere in the world.|or crank visitors and furnished reports concerning any assassination or attempted assassination of a ruler or other major official anywhere in the world. +LJ046-0226|The several military intelligence agencies reported crank mail and similar threats involving the President.|The several military intelligence agencies reported crank mail and similar threats involving the President. +LJ046-0227|According to Special Agent in Charge Bouck,|According to Special Agent in Charge Bouck, +LJ046-0228|the Secret Service had no standard procedure for the systematic review of its requests for and receipt of information from other Federal agencies.|the Secret Service had no standard procedure for the systematic review of its requests for and receipt of information from other Federal agencies. +LJ046-0229|The Commission believes that the facilities and procedures of the Protective Research Section of the Secret Service|The Commission believes that the facilities and procedures of the Protective Research Section of the Secret Service +LJ046-0230|prior to November 22, 1963, were inadequate.|prior to November twenty-two, nineteen sixty-three, were inadequate. +LJ046-0231|Its efforts appear to have been too largely directed at the "crank" threat.|Its efforts appear to have been too largely directed at the "crank" threat. +LJ046-0232|Although the Service recognized that its advance preventive measures must encompass more than these most obvious dangers,|Although the Service recognized that its advance preventive measures must encompass more than these most obvious dangers, +LJ046-0233|it made little effort to identify factors in the activities of an individual|it made little effort to identify factors in the activities of an individual +LJ046-0234|or an organized group, other than specific threats, which suggested a source of danger against which timely precautions could be taken.|or an organized group, other than specific threats, which suggested a source of danger against which timely precautions could be taken. +LJ046-0235|Except for its special "trip index" file of 400 names,|Except for its special "trip index" file of four hundred names, +LJ046-0236|none of the cases in the PRS general files was available for systematic review on a geographic basis when the President planned a particular trip.|none of the cases in the PRS general files was available for systematic review on a geographic basis when the President planned a particular trip. +LJ046-0237|As reported in chapter 2, when the special file was reviewed on November 8,|As reported in chapter two, when the special file was reviewed on November eight, +LJ046-0238|it contained the names of no persons from the entire Dallas-Fort Worth area,|it contained the names of no persons from the entire Dallas-Fort Worth area, +LJ046-0239|notwithstanding the fact that Ambassador Stevenson had been abused by pickets in Dallas less than a month before.|notwithstanding the fact that Ambassador Stevenson had been abused by pickets in Dallas less than a month before. +LJ046-0240|Bouck explained the failure to try to identify the individuals involved in the Stevenson incident after it occurred on the ground that|Bouck explained the failure to try to identify the individuals involved in the Stevenson incident after it occurred on the ground that +LJ046-0241|PRS required a more direct indication of a threat to the President, and that there was no such indication until the President's scheduled visit to that area became known.|PRS required a more direct indication of a threat to the President, and that there was no such indication until the President's scheduled visit to that area became known. +LJ046-0242|Such an approach seriously undermines the precautionary nature of PRS work;|Such an approach seriously undermines the precautionary nature of PRS work; +LJ046-0243|if the presence in Dallas of the Stevenson pickets might have created a danger for the President on a visit to that city,|if the presence in Dallas of the Stevenson pickets might have created a danger for the President on a visit to that city, +LJ046-0245|Other agencies occasionally provided information to the Secret Service concerning potentially dangerous political groups.|Other agencies occasionally provided information to the Secret Service concerning potentially dangerous political groups. +LJ046-0246|This was done in the case of the Nationalist Party of Puerto Rico, for example, but only after members of the group had resorted to political violence.|This was done in the case of the Nationalist Party of Puerto Rico, for example, but only after members of the group had resorted to political violence. +LJ046-0247|However, the vague requests for information which the Secret Service made|However, the vague requests for information which the Secret Service made +LJ046-0248|to Federal intelligence and law enforcement agencies were not well designed to elicit information from them|to Federal intelligence and law enforcement agencies were not well designed to elicit information from them +LJ046-0249|about persons other than those who were obvious threats to the President.|about persons other than those who were obvious threats to the President. +LJ046-0250|The requests shifted the responsibility for evaluating difficult cases from the Service, the agency most responsible for performing that task,|The requests shifted the responsibility for evaluating difficult cases from the Service, the agency most responsible for performing that task, +LJ046-0251|to the other agencies. No specific guidance was provided.|to the other agencies. No specific guidance was provided. +LJ046-0252|Although the CIA had on file requests from the Treasury Department for information on the counterfeiting of U.S. currency and certain smuggling matters,|Although the CIA had on file requests from the Treasury Department for information on the counterfeiting of U.S. currency and certain smuggling matters, +LJ046-0253|it had no written specification of intelligence information collected by CIA abroad which was desired by the Secret Service|it had no written specification of intelligence information collected by CIA abroad which was desired by the Secret Service +LJ046-0254|in advance of Presidential trips outside the United States.|in advance of Presidential trips outside the United States. +LJ047-0001|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy.|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. +LJ047-0002|Chapter 8. The Protection of the President. Part 2.|Chapter eight. The Protection of the President. Part two. +LJ047-0003|Information known about Lee Harvey Oswald prior to the assassination.|Information known about Lee Harvey Oswald prior to the assassination. +LJ047-0004|No information concerning Lee Harvey Oswald appeared in PRS files before the President's trip to Dallas.|No information concerning Lee Harvey Oswald appeared in PRS files before the President's trip to Dallas. +LJ047-0005|Oswald was known to other Federal agencies with which the Secret Service maintained intelligence liaison.|Oswald was known to other Federal agencies with which the Secret Service maintained intelligence liaison. +LJ047-0006|The FBI had been interested in him, to some degree at least, since the time of his defection in October 1959.|The FBI had been interested in him, to some degree at least, since the time of his defection in October nineteen fifty-nine. +LJ047-0007|It had interviewed him twice shortly after his return to the United States, again a year later at his request|It had interviewed him twice shortly after his return to the United States, again a year later at his request +LJ047-0008|and was investigating him at the time of the assassination. The Commission has taken the testimony of Bureau agents|and was investigating him at the time of the assassination. The Commission has taken the testimony of Bureau agents +LJ047-0009|who interviewed Oswald after his return from the Soviet Union and prior to November 22, 1963,|who interviewed Oswald after his return from the Soviet Union and prior to November twenty-two, nineteen sixty-three, +LJ047-0010|the agent who was assigned his case at the time of the assassination, the Director of the FBI,|the agent who was assigned his case at the time of the assassination, the Director of the FBI, +LJ047-0011|and the Assistant to the Director in charge of all investigative activities under the Director and Associate Director. In addition,|and the Assistant to the Director in charge of all investigative activities under the Director and Associate Director. In addition, +LJ047-0012|the Director and Deputy Director for Plans of the CIA testified concerning that Agency's limited knowledge of Oswald before the assassination.|the Director and Deputy Director for Plans of the CIA testified concerning that Agency's limited knowledge of Oswald before the assassination. +LJ047-0013|Finally, the Commission has reviewed the complete files on Oswald, as they existed at the time of the assassination, of the Department of State,|Finally, the Commission has reviewed the complete files on Oswald, as they existed at the time of the assassination, of the Department of State, +LJ047-0014|the Office of Naval Intelligence, the FBI and the CIA. The information known to the FBI is summarized below.|the Office of Naval Intelligence, the FBI and the CIA. The information known to the FBI is summarized below. +LJ047-0015|From defection to return to Fort Worth.|From defection to return to Fort Worth. +LJ047-0016|The FBI opened a file on Oswald in October 1959, when news reports appeared of his defection to the Soviet Union.|The FBI opened a file on Oswald in October nineteen fifty-nine, when news reports appeared of his defection to the Soviet Union. +LJ047-0017|The file was opened, quote,|The file was opened, quote, +LJ047-0018|for the purpose of correlating information inasmuch as he was considered a possible security risk in the event he returned to this country, end quote.|for the purpose of correlating information inasmuch as he was considered a possible security risk in the event he returned to this country, end quote. +LJ047-0019|Oswald's defection was also the occasion for the opening of files by the Department of State, CIA, and the Office of Naval Intelligence.|Oswald's defection was also the occasion for the opening of files by the Department of State, CIA, and the Office of Naval Intelligence. +LJ047-0020|Until April 1960, FBI activity consisted of placing in Oswald's file|Until April nineteen sixty, FBI activity consisted of placing in Oswald's file +LJ047-0021|information regarding his relations with the U.S. Embassy in Moscow and background data relating largely to his prior military service,|information regarding his relations with the U.S. Embassy in Moscow and background data relating largely to his prior military service, +LJ047-0022|provided by other agencies.|provided by other agencies. +LJ047-0023|In April 1960, Mrs. Marguerite Oswald and Robert Oswald were interviewed|In April nineteen sixty, Mrs. Marguerite Oswald and Robert Oswald were interviewed +LJ047-0024|in the course of a routine FBI investigation of transfers of small sums of money from Mrs. Oswald to her son in Russia.|in the course of a routine FBI investigation of transfers of small sums of money from Mrs. Oswald to her son in Russia. +LJ047-0025|During the next 2 years the FBI continued to accumulate information,|During the next two years the FBI continued to accumulate information, +LJ047-0026|and kept itself informed on Oswald's status by periodic reviews of State Department and Office of Naval Intelligence files.|and kept itself informed on Oswald's status by periodic reviews of State Department and Office of Naval Intelligence files. +LJ047-0027|In this way, it learned that when Oswald had arrived in the Soviet Union|In this way, it learned that when Oswald had arrived in the Soviet Union +LJ047-0028|he had attempted to renounce his U.S. citizenship and applied for Soviet citizenship,|he had attempted to renounce his U.S. citizenship and applied for Soviet citizenship, +LJ047-0029|had described himself as a Marxist, had said he would give the Soviet Union any useful information he had acquired|had described himself as a Marxist, had said he would give the Soviet Union any useful information he had acquired +LJ047-0030|as a marine radar technician and had displayed an arrogant and aggressive attitude at the U.S. Embassy;|as a marine radar technician and had displayed an arrogant and aggressive attitude at the U.S. Embassy; +LJ047-0031|it learned also that Oswald had been discharged from the Marine Corps Reserve as undesirable in August 1960.|it learned also that Oswald had been discharged from the Marine Corps Reserve as undesirable in August nineteen sixty. +LJ047-0032|In June 1962, the Bureau was advised by the Department of State of Oswald's plan to return to the United States.|In June nineteen sixty-two, the Bureau was advised by the Department of State of Oswald's plan to return to the United States. +LJ047-0033|The Bureau made arrangements to be advised by immigration authorities of his return,|The Bureau made arrangements to be advised by immigration authorities of his return, +LJ047-0034|and instructed the Dallas office to interview him when he got back to determine whether he had been recruited by a Soviet intelligence service.|and instructed the Dallas office to interview him when he got back to determine whether he had been recruited by a Soviet intelligence service. +LJ047-0035|Oswald's file at the Department of State Passport Office was reviewed in June 1962.|Oswald's file at the Department of State Passport Office was reviewed in June nineteen sixty-two. +LJ047-0036|It revealed his letter of January 30, 1962, to Secretary of the Navy Connally,|It revealed his letter of January thirty, nineteen sixty-two, to Secretary of the Navy Connally, +LJ047-0037|in which he protested his discharge and declared that he would use, quote, all means, end quote, to correct it.|in which he protested his discharge and declared that he would use, quote, all means, end quote, to correct it. +LJ047-0038|The file reflected the Department's determination that Oswald had not expatriated himself.|The file reflected the Department's determination that Oswald had not expatriated himself. +LJ047-0039|From return to Fort Worth to move to New Orleans.|From return to Fort Worth to move to New Orleans. +LJ047-0040|Oswald was first interviewed by FBI Agents John W. Fain and B. Tom Carter on June 26, 1962,|Oswald was first interviewed by FBI Agents John W. Fain and B. Tom Carter on June twenty-six, nineteen sixty-two, +LJ047-0041|Agent Fain reported to headquarters that Oswald was impatient and arrogant,|Agent Fain reported to headquarters that Oswald was impatient and arrogant, +LJ047-0042|and unwilling to answer questions regarding his motive for going to the Soviet Union.|and unwilling to answer questions regarding his motive for going to the Soviet Union. +LJ047-0043|Oswald, quote, denied that he had ever denounced his U.S. citizenship, and that he had ever applied for Soviet citizenship specifically, end quote.|Oswald, quote, denied that he had ever denounced his U.S. citizenship, and that he had ever applied for Soviet citizenship specifically, end quote. +LJ047-0044|Oswald was, however, willing to discuss his contacts with Soviet authorities. He denied having any involvement with Soviet intelligence agencies|Oswald was, however, willing to discuss his contacts with Soviet authorities. He denied having any involvement with Soviet intelligence agencies +LJ047-0045|and promised to advise the FBI if he heard from them.|and promised to advise the FBI if he heard from them. +LJ047-0046|Agent Fain was not satisfied by this interview and arranged to see Oswald again on August 16, 1962.|Agent Fain was not satisfied by this interview and arranged to see Oswald again on August sixteen, nineteen sixty-two. +LJ047-0047|According to Fain's contemporaneous memorandum and his present recollection,|According to Fain's contemporaneous memorandum and his present recollection, +LJ047-0048|while Oswald remained somewhat evasive at this interview, he was not antagonistic and seemed generally to be settling down.|while Oswald remained somewhat evasive at this interview, he was not antagonistic and seemed generally to be settling down. +LJ047-0049|Marina Oswald, however, recalled that her husband was upset by this interview.|Marina Oswald, however, recalled that her husband was upset by this interview. +LJ047-0050|Oswald again agreed to advise the FBI if he were approached under suspicious circumstances; however, he deprecated the possibility of this happening,|Oswald again agreed to advise the FBI if he were approached under suspicious circumstances; however, he deprecated the possibility of this happening, +LJ047-0051|particularly since his employment did not involve any sensitive information.|particularly since his employment did not involve any sensitive information. +LJ047-0052|Having concluded that Oswald was not a security risk or potentially dangerous or violent,|Having concluded that Oswald was not a security risk or potentially dangerous or violent, +LJ047-0053|Fain determined that nothing further remained to be done at that time and recommended that the case be placed in a closed status.|Fain determined that nothing further remained to be done at that time and recommended that the case be placed in a closed status. +LJ047-0054|This is an administrative classification indicating that no further work has been scheduled.|This is an administrative classification indicating that no further work has been scheduled. +LJ047-0055|It does not preclude the agent in charge of the case from reopening it if he feels that further work should be done.|It does not preclude the agent in charge of the case from reopening it if he feels that further work should be done. +LJ047-0056|From August 1962|From August nineteen sixty-two +LJ047-0057|until March 1963, the FBI continued to accumulate information regarding Oswald but engaged in no active investigation.|until March nineteen sixty-three, the FBI continued to accumulate information regarding Oswald but engaged in no active investigation. +LJ047-0058|Agent Fain retired from the FBI in October 1962, and the closed Oswald case was not reassigned.|Agent Fain retired from the FBI in October nineteen sixty-two, and the closed Oswald case was not reassigned. +LJ047-0060|Fain had been assigned to see Marina Oswald at an appropriate time.|Fain had been assigned to see Marina Oswald at an appropriate time. +LJ047-0061|This assignment was given to Agent James P. Hosty, Jr. of the Dallas office upon Fain's retirement.|This assignment was given to Agent James P. Hosty, Jr. of the Dallas office upon Fain's retirement. +LJ047-0062|In March 1963, while attempting to locate Marina Oswald,|In March nineteen sixty-three, while attempting to locate Marina Oswald, +LJ047-0063|Agent Hosty was told by Mrs. M. F. Tobias, a former landlady of the Oswalds at 602 Elsbeth Street in Dallas,|Agent Hosty was told by Mrs. M. F. Tobias, a former landlady of the Oswalds at six oh two Elsbeth Street in Dallas, +LJ047-0064|that other tenants had complained because Oswald was drinking to excess and beating his wife.|that other tenants had complained because Oswald was drinking to excess and beating his wife. +LJ047-0065|This information led Hosty to review Oswald's file, from which he learned that Oswald had become a subscriber to the Worker,|This information led Hosty to review Oswald's file, from which he learned that Oswald had become a subscriber to the Worker, +LJ047-0066|a Communist Party publication.|a Communist Party publication. +LJ047-0067|Hosty decided that the Lee Harvey Oswald case should be reopened because of the alleged personal difficulties and the contact with the Worker,|Hosty decided that the Lee Harvey Oswald case should be reopened because of the alleged personal difficulties and the contact with the Worker, +LJ047-0068|and his recommendation was accepted. He decided, however, not to interview Marina Oswald at that time, and merely determined|and his recommendation was accepted. He decided, however, not to interview Marina Oswald at that time, and merely determined +LJ047-0069|that the Oswalds were living at 214 Neely Street in Dallas.|that the Oswalds were living at two one four Neely Street in Dallas. +LJ047-0070|On April 21, 1963, the FBI field office in New York|On April twenty-one, nineteen sixty-three, the FBI field office in New York +LJ047-0071|was advised that Oswald was in contact with the Fair Play for Cuba Committee in New York, and that he had written to the committee|was advised that Oswald was in contact with the Fair Play for Cuba Committee in New York, and that he had written to the committee +LJ047-0072|stating that he had distributed its pamphlets on the streets of Dallas. This information did not reach Agent Hosty in Dallas until June.|stating that he had distributed its pamphlets on the streets of Dallas. This information did not reach Agent Hosty in Dallas until June. +LJ047-0073|Hosty considered the information to be, quote, stale, unquote, by that time, and did not attempt to verify Oswald's reported statement.|Hosty considered the information to be, quote, stale, unquote, by that time, and did not attempt to verify Oswald's reported statement. +LJ047-0074|Under a general Bureau request to be on the alert for activities of the Fair Play for Cuba Committee|Under a general Bureau request to be on the alert for activities of the Fair Play for Cuba Committee +LJ047-0075|Hosty had inquired earlier and found no evidence that it was functioning in the Dallas area.|Hosty had inquired earlier and found no evidence that it was functioning in the Dallas area. +LJ047-0076|In New Orleans. In the middle of May of 1963, Agent Hosty checked Oswald's last known residence and found that he had moved.|In New Orleans. In the middle of May of nineteen sixty-three, Agent Hosty checked Oswald's last known residence and found that he had moved. +LJ047-0077|Oswald was tentatively located in New Orleans in June,|Oswald was tentatively located in New Orleans in June, +LJ047-0078|and Hosty asked the New Orleans FBI office to determine Oswald's address and what he was doing.|and Hosty asked the New Orleans FBI office to determine Oswald's address and what he was doing. +LJ047-0079|The New Orleans office investigated and located Oswald, learning his address and former place of employment on August 5, 1963.|The New Orleans office investigated and located Oswald, learning his address and former place of employment on August five, nineteen sixty-three. +LJ047-0080|A confidential informant advised the FBI that Oswald was not known to be engaged in Communist Party activities in New Orleans.|A confidential informant advised the FBI that Oswald was not known to be engaged in Communist Party activities in New Orleans. +LJ047-0081|On June 24, Oswald applied in New Orleans for a passport, stating that he planned to depart by ship|On June twenty-four, Oswald applied in New Orleans for a passport, stating that he planned to depart by ship +LJ047-0082|for an extended tour of Western European countries, the Soviet Union, Finland, and Poland.|for an extended tour of Western European countries, the Soviet Union, Finland, and Poland. +LJ047-0083|The Passport Office of the Department of State in Washington had no listing for Oswald requiring special treatment,|The Passport Office of the Department of State in Washington had no listing for Oswald requiring special treatment, +LJ047-0084|and his application was approved on the following day.|and his application was approved on the following day. +LJ047-0085|The FBI had not asked to be informed of any effort by Oswald to obtain a passport,|The FBI had not asked to be informed of any effort by Oswald to obtain a passport, +LJ047-0086|as it might have under existing procedures, and did not know of his application.|as it might have under existing procedures, and did not know of his application. +LJ047-0087|According to the Bureau, quote,|According to the Bureau, quote, +LJ047-0088|We did not request the State Department to include Oswald on a list which would have resulted in advising us of any application for a passport|We did not request the State Department to include Oswald on a list which would have resulted in advising us of any application for a passport +LJ047-0089|inasmuch as the facts relating to Oswald's activities at that time did not warrant such action.|inasmuch as the facts relating to Oswald's activities at that time did not warrant such action. +LJ047-0090|Our investigation of Oswald had disclosed no evidence that Oswald was acting under the instructions or on behalf of|Our investigation of Oswald had disclosed no evidence that Oswald was acting under the instructions or on behalf of +LJ047-0091|any foreign government or instrumentality thereof. End quote.|any foreign government or instrumentality thereof. End quote. +LJ047-0092|On August 9, 1963,|On August nine, nineteen sixty-three, +LJ047-0093|Oswald was arrested and jailed by the New Orleans Police Department for disturbing the peace, in connection with a street fight which broke out when he was accosted|Oswald was arrested and jailed by the New Orleans Police Department for disturbing the peace, in connection with a street fight which broke out when he was accosted +LJ047-0094|by anti-Castro Cubans while distributing leaflets on behalf of the Fair Play for Cuba Committee.|by anti-Castro Cubans while distributing leaflets on behalf of the Fair Play for Cuba Committee. +LJ047-0095|On the next day, he asked the New Orleans police to arrange for him to be interviewed by the FBI.|On the next day, he asked the New Orleans police to arrange for him to be interviewed by the FBI. +LJ047-0096|The police called the local FBI office and an agent, John L. Quigley, was sent to the police station.|The police called the local FBI office and an agent, John L. Quigley, was sent to the police station. +LJ047-0097|Agent Quigley did not know of Oswald's prior FBI record when he interviewed him,|Agent Quigley did not know of Oswald's prior FBI record when he interviewed him, +LJ047-0098|inasmuch as the police had not given Oswald's name to the Bureau when they called the office.|inasmuch as the police had not given Oswald's name to the Bureau when they called the office. +LJ047-0099|Quigley recalled that Oswald was receptive when questioned about his general background|Quigley recalled that Oswald was receptive when questioned about his general background +LJ047-0100|but less than completely truthful or cooperative when interrogated about the Fair Play for Cuba Committee.|but less than completely truthful or cooperative when interrogated about the Fair Play for Cuba Committee. +LJ047-0101|Quigley testified, quote,|Quigley testified, quote, +LJ047-0102|When I began asking him specific details with respect to his activities in the Fair Play for Cuba Committee in New Orleans as to where meetings were held,|When I began asking him specific details with respect to his activities in the Fair Play for Cuba Committee in New Orleans as to where meetings were held, +LJ047-0103|who was involved, what occurred, he was reticent to furnish information,|who was involved, what occurred, he was reticent to furnish information, +LJ047-0104|reluctant and actually as far as I was concerned, was completely evasive on them. End quote.|reluctant and actually as far as I was concerned, was completely evasive on them. End quote. +LJ047-0105|In Quigley's judgment,|In Quigley's judgment, +LJ047-0106|Oswald, quote, was probably making a self-serving statement in attempting to explain to me why he was distributing this literature, and for no other reason,|Oswald, quote, was probably making a self-serving statement in attempting to explain to me why he was distributing this literature, and for no other reason, +LJ047-0107|and when I got to questioning him further then he felt that his purpose had been served and he wouldn't say anything further, end quote.|and when I got to questioning him further then he felt that his purpose had been served and he wouldn't say anything further, end quote. +LJ047-0108|During the interview Quigley obtained background information from Oswald which was inconsistent with information already in the Bureau's possession.|During the interview Quigley obtained background information from Oswald which was inconsistent with information already in the Bureau's possession. +LJ047-0109|When Quigley returned to his office, he learned|When Quigley returned to his office, he learned +LJ047-0110|that another Bureau agent, Milton R. Knack, had been conducting a background investigation of Oswald at the request of Agent Hosty in Dallas.|that another Bureau agent, Milton R. Knack, had been conducting a background investigation of Oswald at the request of Agent Hosty in Dallas. +LJ047-0111|Quigley advised Knack of his interview and gave him a detailed memorandum.|Quigley advised Knack of his interview and gave him a detailed memorandum. +LJ047-0112|Knack was aware of the facts known to the FBI and recognized Oswald's false statements.|Knack was aware of the facts known to the FBI and recognized Oswald's false statements. +LJ047-0113|For example, Oswald claimed that his wife's maiden name was Prossa|For example, Oswald claimed that his wife's maiden name was Prossa +LJ047-0114|and that they had been married in Fort Worth and lived there until coming to New Orleans. He had told the New Orleans arresting officers that he had been born in Cuba.|and that they had been married in Fort Worth and lived there until coming to New Orleans. He had told the New Orleans arresting officers that he had been born in Cuba. +LJ047-0115|Several days later, the Bureau received additional evidence that Oswald had lied to Agent Quigley.|Several days later, the Bureau received additional evidence that Oswald had lied to Agent Quigley. +LJ047-0116|On August 22, it learned that Oswald had appeared on a radio discussion program on August 21.|On August twenty-two, it learned that Oswald had appeared on a radio discussion program on August twenty-one. +LJ047-0117|William Stuckey, who had appeared on the radio program with Oswald, told the Bureau on August 30|William Stuckey, who had appeared on the radio program with Oswald, told the Bureau on August thirty +LJ047-0118|that Oswald had told him that he had worked and been married in the Soviet Union.|that Oswald had told him that he had worked and been married in the Soviet Union. +LJ047-0119|Neither these discrepancies nor the fact that Oswald had initiated the FBI interview|Neither these discrepancies nor the fact that Oswald had initiated the FBI interview +LJ047-0120|was considered sufficiently unusual to necessitate another interview. Alan H. Belmont, Assistant to the Director of the FBI,|was considered sufficiently unusual to necessitate another interview. Alan H. Belmont, Assistant to the Director of the FBI, +LJ047-0121|stated the Bureau's reasoning in this way, quote,|stated the Bureau's reasoning in this way, quote, +LJ047-0122|Our interest in this man at this point was to determine whether his activities constituted a threat to the internal security of the country.|Our interest in this man at this point was to determine whether his activities constituted a threat to the internal security of the country. +LJ047-0123|It was apparent that he had made a self-serving statement to Agent Quigley. It became a matter of record in our files as a part of the case,|It was apparent that he had made a self-serving statement to Agent Quigley. It became a matter of record in our files as a part of the case, +LJ047-0124|and if we determined that the course of the investigation required us to clarify or face him down with this information, we would do it at the appropriate time.|and if we determined that the course of the investigation required us to clarify or face him down with this information, we would do it at the appropriate time. +LJ047-0125|In other words, he committed no violation of the law by telling us something that wasn't true, and unless this required further investigation at that time,|In other words, he committed no violation of the law by telling us something that wasn't true, and unless this required further investigation at that time, +LJ047-0126|we would handle it in due course, in accord with the whole context of the investigation. End quote.|we would handle it in due course, in accord with the whole context of the investigation. End quote. +LJ047-0127|On August 21, 1963, Bureau headquarters instructed the New Orleans and Dallas field offices|On August twenty-one, nineteen sixty-three, Bureau headquarters instructed the New Orleans and Dallas field offices +LJ047-0128|to conduct an additional investigation of Oswald in view of the activities which had led to his arrest.|to conduct an additional investigation of Oswald in view of the activities which had led to his arrest. +LJ047-0129|FBI informants in the New Orleans area, familiar with pro-Castro or Communist Party activity there,|FBI informants in the New Orleans area, familiar with pro-Castro or Communist Party activity there, +LJ047-0130|advised the Bureau that Oswald was unknown in such circles.|advised the Bureau that Oswald was unknown in such circles. +LJ047-0131|In early September 1963|In early September nineteen sixty-three +LJ047-0132|the FBI transferred the principal responsibility for the Oswald case from the Dallas office to the New Orleans office.|the FBI transferred the principal responsibility for the Oswald case from the Dallas office to the New Orleans office. +LJ047-0133|Soon after, on October 1, 1963,|Soon after, on October one, nineteen sixty-three, +LJ047-0134|The FBI was advised by the rental agent for the Oswalds' apartment in New Orleans that they had moved again.|The FBI was advised by the rental agent for the Oswalds' apartment in New Orleans that they had moved again. +LJ047-0135|According to the information received by the Bureau|According to the information received by the Bureau +LJ047-0136|they had vacated their apartment, and Marina Oswald had departed with their child in a station wagon with Texas registration.|they had vacated their apartment, and Marina Oswald had departed with their child in a station wagon with Texas registration. +LJ047-0137|On October 3, Hosty reopened the case in Dallas to assist the New Orleans office.|On October three, Hosty reopened the case in Dallas to assist the New Orleans office. +LJ047-0138|He checked in Oswald's old neighborhood and throughout the Dallas-Fort Worth area but was unable to locate Oswald.|He checked in Oswald's old neighborhood and throughout the Dallas-Fort Worth area but was unable to locate Oswald. +LJ047-0139|The next word about Oswald's location was a communication from the CIA to the FBI on October 10,|The next word about Oswald's location was a communication from the CIA to the FBI on October ten, +LJ047-0140|advising that an individual tentatively identified as Oswald had been in touch with the Soviet Embassy in Mexico City|advising that an individual tentatively identified as Oswald had been in touch with the Soviet Embassy in Mexico City +LJ047-0141|in early October of 1963.|in early October of nineteen sixty-three. +LJ047-0143|The possible contact with the Soviet Embassy in Mexico intensified the FBI's interest in learning Oswald's whereabouts.|The possible contact with the Soviet Embassy in Mexico intensified the FBI's interest in learning Oswald's whereabouts. +LJ047-0144|The FBI representative in Mexico City arranged to follow up this information with the CIA and to verify Oswald's entry into Mexico.|The FBI representative in Mexico City arranged to follow up this information with the CIA and to verify Oswald's entry into Mexico. +LJ047-0145|The CIA message was sent also to the Department of State where it was reviewed by personnel of the Passport Office, who knew from Oswald's file|The CIA message was sent also to the Department of State where it was reviewed by personnel of the Passport Office, who knew from Oswald's file +LJ047-0146|that he had sought and obtained a passport on June 25, 1963.|that he had sought and obtained a passport on June twenty-five, nineteen sixty-three. +LJ047-0147|The Department of State did not advise either the CIA or the FBI of these facts.|The Department of State did not advise either the CIA or the FBI of these facts. +LJ047-0148|On October 25,|On October twenty-five, +LJ047-0149|the New Orleans office of the FBI learned that in September Oswald had given a forwarding address of 2515|the New Orleans office of the FBI learned that in September Oswald had given a forwarding address of two five one five +LJ047-0150|West Fifth Street, Irving, Texas. After receiving this information on October 29, Agent Hosty attempted to locate Oswald.|West Fifth Street, Irving, Texas. After receiving this information on October twenty-nine, Agent Hosty attempted to locate Oswald. +LJ047-0151|On the same day Hosty interviewed neighbors on Fifth Street and learned that the address was that of Mrs. Ruth Paine.|On the same day Hosty interviewed neighbors on Fifth Street and learned that the address was that of Mrs. Ruth Paine. +LJ047-0152|He conducted a limited background investigation of the Paines, intending to interview Mrs. Paine and ask her particularly about Oswald's whereabouts.|He conducted a limited background investigation of the Paines, intending to interview Mrs. Paine and ask her particularly about Oswald's whereabouts. +LJ047-0153|Having determined that Mrs. Paine was a responsible and reliable citizen, Hosty interviewed her on November 1.|Having determined that Mrs. Paine was a responsible and reliable citizen, Hosty interviewed her on November one. +LJ047-0154|The interview lasted about 20 to 25 minutes. In response to Hosty's inquiries, Mrs. Paine, quote,|The interview lasted about twenty to twenty-five minutes. In response to Hosty's inquiries, Mrs. Paine, quote, +LJ047-0155|readily admitted that Mrs. Marina Oswald and Lee Oswald's two children were staying with her.|readily admitted that Mrs. Marina Oswald and Lee Oswald's two children were staying with her. +LJ047-0156|She said that Lee Oswald was living somewhere in Dallas. She didn't know where. She said it was in the Oak Cliff area but she didn't have his address.|She said that Lee Oswald was living somewhere in Dallas. She didn't know where. She said it was in the Oak Cliff area but she didn't have his address. +LJ047-0157|I asked her if she knew where he worked.|I asked her if she knew where he worked. +LJ047-0158|After a moment's hesitation, she told me that he worked at the Texas School Book Depository near the downtown area of Dallas.|After a moment's hesitation, she told me that he worked at the Texas School Book Depository near the downtown area of Dallas. +LJ047-0159|She didn't have the exact address, and it is my recollection that we went to the phone book and looked it up,|She didn't have the exact address, and it is my recollection that we went to the phone book and looked it up, +LJ047-0160|found it to be 411 Elm Street. End quote.|found it to be four one one Elm Street. End quote. +LJ047-0161|Mrs. Paine told Hosty also|Mrs. Paine told Hosty also +LJ047-0162|that Oswald was living alone in Dallas because she did not want him staying at her house, although she was willing to let Oswald visit his wife and children.|that Oswald was living alone in Dallas because she did not want him staying at her house, although she was willing to let Oswald visit his wife and children. +LJ047-0163|According to Hosty, Mrs. Paine indicated that she thought she could find out where Oswald was living and would let him know.|According to Hosty, Mrs. Paine indicated that she thought she could find out where Oswald was living and would let him know. +LJ047-0164|At this point in the interview, Hosty gave Mrs. Paine his name and office telephone number on a piece of paper.|At this point in the interview, Hosty gave Mrs. Paine his name and office telephone number on a piece of paper. +LJ047-0165|At the end of the interview, Marina Oswald came into the room. When he observed that she seemed, quote, quite alarmed, end quote, about the visit,|At the end of the interview, Marina Oswald came into the room. When he observed that she seemed, quote, quite alarmed, end quote, about the visit, +LJ047-0166|Hosty assured her, through Mrs. Paine as interpreter, that the FBI would not harm or harass her.|Hosty assured her, through Mrs. Paine as interpreter, that the FBI would not harm or harass her. +LJ047-0167|On November 4, Hosty telephoned the Texas School Book Depository and learned that Oswald was working there|On November four, Hosty telephoned the Texas School Book Depository and learned that Oswald was working there +LJ047-0168|and that he had given as his address Mrs. Paine's residence in Irving.|and that he had given as his address Mrs. Paine's residence in Irving. +LJ047-0169|Hosty took the necessary steps to have the Dallas office of the FBI, rather than the New Orleans office, reestablished as the office with principal responsibility.|Hosty took the necessary steps to have the Dallas office of the FBI, rather than the New Orleans office, reestablished as the office with principal responsibility. +LJ047-0170|On November 5, Hosty was traveling near Mrs. Paine's home and took the occasion to stop by to ask whether she had any further information.|On November five, Hosty was traveling near Mrs. Paine's home and took the occasion to stop by to ask whether she had any further information. +LJ047-0171|Mrs. Paine had nothing to add to what she had already told him, except that during a visit that past weekend,|Mrs. Paine had nothing to add to what she had already told him, except that during a visit that past weekend, +LJ047-0172|Oswald had said that he was a, quote, Trotskyite Communist, end quote.|Oswald had said that he was a, quote, Trotskyite Communist, end quote. +LJ047-0173|and that she found this and similar statements illogical and somewhat amusing. On this occasion Hosty was at the Paine residence for only a few minutes.|and that she found this and similar statements illogical and somewhat amusing. On this occasion Hosty was at the Paine residence for only a few minutes. +LJ047-0174|During neither interview did Hosty learn Oswald's address|During neither interview did Hosty learn Oswald's address +LJ047-0175|or telephone number in Dallas. Mrs. Paine testified that she learned Oswald's telephone number at the Beckley Street roominghouse in the middle of October|or telephone number in Dallas. Mrs. Paine testified that she learned Oswald's telephone number at the Beckley Street roominghouse in the middle of October +LJ047-0176|shortly after Oswald rented the room on October 14.|shortly after Oswald rented the room on October fourteen. +LJ047-0177|As discussed in chapter 6, she failed to report this to Agent Hosty|As discussed in chapter six, she failed to report this to Agent Hosty +LJ047-0178|because she thought the FBI was in possession of a great deal of information and certainly would find it very easy to learn where Oswald was living.|because she thought the FBI was in possession of a great deal of information and certainly would find it very easy to learn where Oswald was living. +LJ047-0179|Hosty did nothing further in connection with the Oswald case until after the assassination. On November 1, 1963,|Hosty did nothing further in connection with the Oswald case until after the assassination. On November one, nineteen sixty-three, +LJ047-0180|he had received a copy of the report of the New Orleans office which contained Agent Quigley's memorandum of the interview in the New Orleans jail on August 10,|he had received a copy of the report of the New Orleans office which contained Agent Quigley's memorandum of the interview in the New Orleans jail on August ten, +LJ047-0181|and realized immediately that Oswald had given false biographic information. Hosty knew that he would eventually have to investigate this, and, quote,|and realized immediately that Oswald had given false biographic information. Hosty knew that he would eventually have to investigate this, and, quote, +LJ047-0182|was quite interested in determining the nature of his contact with the Soviet Embassy in Mexico City, end quote.|was quite interested in determining the nature of his contact with the Soviet Embassy in Mexico City, end quote. +LJ047-0183|When asked what his next step would have been, Hosty replied, quote,|When asked what his next step would have been, Hosty replied, quote, +LJ047-0184|Well, as I had previously stated, I have between 25 and 40 cases assigned to me at any one time. I had other matters to take care of.|Well, as I had previously stated, I have between twenty-five and forty cases assigned to me at any one time. I had other matters to take care of. +LJ047-0185|I had now established that Lee Oswald was not employed in a sensitive industry.|I had now established that Lee Oswald was not employed in a sensitive industry. +LJ047-0186|I can now afford to wait until New Orleans forwarded the necessary papers to me to show me I now had all the information.|I can now afford to wait until New Orleans forwarded the necessary papers to me to show me I now had all the information. +LJ047-0187|It was then my plan to interview Marina Oswald in detail concerning both herself and her husband's background. Question:|It was then my plan to interview Marina Oswald in detail concerning both herself and her husband's background. Question: +LJ047-0188|Had you planned any steps beyond that point?|Had you planned any steps beyond that point? +LJ047-0189|Answer: No. I would have to wait until I had talked to Marina to see what I could determine, and from there I could make my plans.|Answer: No. I would have to wait until I had talked to Marina to see what I could determine, and from there I could make my plans. +LJ047-0190|Question: Did you take any action on this case between November 5 and November 22? Answer: No, sir.|Question: Did you take any action on this case between November five and November twenty-two? Answer: No, sir. +LJ047-0191|The official Bureau files confirm Hosty's statement that from November 5 until the assassination, no active investigation was conducted.|The official Bureau files confirm Hosty's statement that from November five until the assassination, no active investigation was conducted. +LJ047-0192|On November 18 the FBI learned that Oswald recently had been in communication with the Soviet Embassy in Washington|On November eighteen the FBI learned that Oswald recently had been in communication with the Soviet Embassy in Washington +LJ047-0193|and so advised the Dallas office in the ordinary course of business.|and so advised the Dallas office in the ordinary course of business. +LJ047-0194|Hosty received this information on the afternoon of November 22, 1963.|Hosty received this information on the afternoon of November twenty-two, nineteen sixty-three. +LJ047-0195|Nonreferral of Oswald to the Secret Service.|Nonreferral of Oswald to the Secret Service. +LJ047-0196|The Commission has considered carefully the question whether the FBI,|The Commission has considered carefully the question whether the FBI, +LJ047-0197|in view of all the information concerning Oswald in its files, should have alerted the Secret Service to Oswald's presence in Dallas|in view of all the information concerning Oswald in its files, should have alerted the Secret Service to Oswald's presence in Dallas +LJ047-0198|prior to President Kennedy's visit.|prior to President Kennedy's visit. +LJ047-0199|The Secret Service and the FBI differ|The Secret Service and the FBI differ +LJ047-0200|as to whether Oswald fell within the category of, quote, threats against the President, end quote, which should be referred to the Service.|as to whether Oswald fell within the category of, quote, threats against the President, end quote, which should be referred to the Service. +LJ047-0201|Robert I Bouck, special agent in charge of the Protective Research Section,|Robert I Bouck, special agent in charge of the Protective Research Section, +LJ047-0202|testified that the information available to the Federal Government about Oswald before the assassination would, if known to PRS,|testified that the information available to the Federal Government about Oswald before the assassination would, if known to PRS, +LJ047-0203|have made Oswald a subject of concern to the Secret Service.|have made Oswald a subject of concern to the Secret Service. +LJ047-0204|Bouck pointed to a number of characteristics besides Oswald's defection the cumulative effect of which would have been to alert the Secret Service|Bouck pointed to a number of characteristics besides Oswald's defection the cumulative effect of which would have been to alert the Secret Service +LJ047-0205|to potential danger, quote,|to potential danger, quote, +LJ047-0206|I would think his continued association with the Russian Embassy after his return,|I would think his continued association with the Russian Embassy after his return, +LJ047-0207|his association with the Castro groups would have been of concern to us, a knowledge that he had, I believe,|his association with the Castro groups would have been of concern to us, a knowledge that he had, I believe, +LJ047-0208|been courtmartialed for illegal possession of a gun, of a handgun in the Marines,|been courtmartialed for illegal possession of a gun, of a handgun in the Marines, +LJ047-0209|that he had owned a weapon and did a good deal of hunting or use of it, perhaps in Russia, plus a number of items about his disposition and unreliability of character,|that he had owned a weapon and did a good deal of hunting or use of it, perhaps in Russia, plus a number of items about his disposition and unreliability of character, +LJ047-0210|I think all of those, if we had them all together,|I think all of those, if we had them all together, +LJ047-0211|would have added up to pointing out a pretty bad individual, and I think that, together, had we known that he had a vantage point|would have added up to pointing out a pretty bad individual, and I think that, together, had we known that he had a vantage point +LJ047-0212|would have seemed somewhat serious to us, even though I must admit, that none of these in themselves would be|would have seemed somewhat serious to us, even though I must admit, that none of these in themselves would be +LJ047-0213|would meet our specific criteria, none of them alone. But, it is when you begin adding them up to some degree that you begin to get criteria that, are meaningful.|would meet our specific criteria, none of them alone. But, it is when you begin adding them up to some degree that you begin to get criteria that, are meaningful. +LJ047-0214|End quote. Mr. Bouck pointed out, however, that he had no reason to believe that any one Federal agency had access to all this information,|End quote. Mr. Bouck pointed out, however, that he had no reason to believe that any one Federal agency had access to all this information, +LJ047-0215|including the significant fact that Oswald was employed in a building which overlooked the motorcade route.|including the significant fact that Oswald was employed in a building which overlooked the motorcade route. +LJ047-0216|Agent Hosty testified that he was fully aware of the pending Presidential visit to Dallas.|Agent Hosty testified that he was fully aware of the pending Presidential visit to Dallas. +LJ047-0217|He recalled that the special agent in charge of the Dallas office of the FBI, J. Gordon Shanklin,|He recalled that the special agent in charge of the Dallas office of the FBI, J. Gordon Shanklin, +LJ047-0218|had discussed the President's visit on several occasions, including the regular biweekly conference on the morning of November 22|had discussed the President's visit on several occasions, including the regular biweekly conference on the morning of November twenty-two +LJ047-0219|Quote, Mr. Shanklin advised us, among other things,|Quote, Mr. Shanklin advised us, among other things, +LJ047-0220|that in view of the President's visit to Dallas, that if anyone had any indication of any possibility of any acts of violence or any demonstrations against the President,|that in view of the President's visit to Dallas, that if anyone had any indication of any possibility of any acts of violence or any demonstrations against the President, +LJ047-0221|or Vice President, to immediately notify the Secret Service and confirm it in writing.|or Vice President, to immediately notify the Secret Service and confirm it in writing. +LJ047-0222|He had made the same statement about a week prior at another special conference which we had held.|He had made the same statement about a week prior at another special conference which we had held. +LJ047-0223|I don't recall the exact date. It was about a week prior. End quote.|I don't recall the exact date. It was about a week prior. End quote. +LJ047-0224|In fact, Hosty participated in transmitting to the Secret Service two pieces of information pertaining to the visit.|In fact, Hosty participated in transmitting to the Secret Service two pieces of information pertaining to the visit. +LJ047-0225|Hosty testified that he did not know until the evening of Thursday, November 21, that there was to be a motorcade, however,|Hosty testified that he did not know until the evening of Thursday, November twenty-one, that there was to be a motorcade, however, +LJ047-0226|and never realized that the motorcade would pass the Texas School Book Depository Building.|and never realized that the motorcade would pass the Texas School Book Depository Building. +LJ047-0227|He testified that he did not read the newspaper story describing the motorcade route in detail, since he was interested only in the fact|He testified that he did not read the newspaper story describing the motorcade route in detail, since he was interested only in the fact +LJ047-0228|that the motorcade was coming up Main Street, quote, where maybe I could watch it if I had a chance, end quote.|that the motorcade was coming up Main Street, quote, where maybe I could watch it if I had a chance, end quote. +LJ047-0229|Even if he had recalled that Oswald's place of employment was on the President's route,|Even if he had recalled that Oswald's place of employment was on the President's route, +LJ047-0230|Hosty testified that he would not have cited him to the Secret Service as a potential threat to the President. Hosty interpreted his instructions as requiring, quote,|Hosty testified that he would not have cited him to the Secret Service as a potential threat to the President. Hosty interpreted his instructions as requiring, quote, +LJ047-0231|some indication that the person planned to take some action against the safety of the President of the United States or the Vice President. End quote.|some indication that the person planned to take some action against the safety of the President of the United States or the Vice President. End quote. +LJ047-0232|In his opinion, none of the information in the FBI files -- Oswald's defection, his Fair Play for Cuba activities in New Orleans,|In his opinion, none of the information in the FBI files -- Oswald's defection, his Fair Play for Cuba activities in New Orleans, +LJ047-0233|his lies to Agent Quigley, his recent visit to Mexico City -- indicated that Oswald was capable of violence.|his lies to Agent Quigley, his recent visit to Mexico City -- indicated that Oswald was capable of violence. +LJ047-0234|Hosty's initial reaction on hearing that Oswald was a suspect in the assassination, was, quote, shock|Hosty's initial reaction on hearing that Oswald was a suspect in the assassination, was, quote, shock +LJ047-0235|complete surprise, end quote, because he had no reason to believe that Oswald, quote,|complete surprise, end quote, because he had no reason to believe that Oswald, quote, +LJ047-0236|was capable or potentially an assassin of the President of the United States, end quote.|was capable or potentially an assassin of the President of the United States, end quote. +LJ047-0237|Shortly after Oswald was apprehended and identified, Hosty's superior sent him to observe the interrogation of Oswald.|Shortly after Oswald was apprehended and identified, Hosty's superior sent him to observe the interrogation of Oswald. +LJ047-0238|Hosty parked his car in the basement of police headquarters and there met an acquaintance, Lt. Jack Revill of the Dallas police force.|Hosty parked his car in the basement of police headquarters and there met an acquaintance, Lt. Jack Revill of the Dallas police force. +LJ047-0239|The two men disagree about the conversation which took place between them.|The two men disagree about the conversation which took place between them. +LJ047-0240|They agree that Hosty told Revill|They agree that Hosty told Revill +LJ047-0241|that the FBI had known about Oswald and, in particular, of his presence in Dallas and his employment at the Texas School Book Depository Building.|that the FBI had known about Oswald and, in particular, of his presence in Dallas and his employment at the Texas School Book Depository Building. +LJ047-0242|Revill testified that Hosty said also that the FBI had information that Oswald was, quote, capable of committing this assassination, end quote.|Revill testified that Hosty said also that the FBI had information that Oswald was, quote, capable of committing this assassination, end quote. +LJ047-0243|According to Revill, Hosty indicated that he was going to tell this to Lieutenant Wells of the homicide and robbery bureau.|According to Revill, Hosty indicated that he was going to tell this to Lieutenant Wells of the homicide and robbery bureau. +LJ047-0244|Revill promptly made a memorandum of this conversation in which the quoted statement appears.|Revill promptly made a memorandum of this conversation in which the quoted statement appears. +LJ047-0245|His secretary testified that she prepared such a report for him that afternoon and Chief of Police Jesse E. Curry|His secretary testified that she prepared such a report for him that afternoon and Chief of Police Jesse E. Curry +LJ047-0246|and District Attorney Henry M. Wade both testified that they saw it later that day.|and District Attorney Henry M. Wade both testified that they saw it later that day. +LJ047-0247|Hosty has unequivocally denied, first by affidavit and then in his testimony before the Commission,|Hosty has unequivocally denied, first by affidavit and then in his testimony before the Commission, +LJ047-0248|that he ever said that Oswald was capable of violence, or that he had any information suggesting this.|that he ever said that Oswald was capable of violence, or that he had any information suggesting this. +LJ047-0249|The only witness to the conversation was Dallas Police Detective V. J. Brian, who was accompanying Revill.|The only witness to the conversation was Dallas Police Detective V. J. Brian, who was accompanying Revill. +LJ047-0250|Brian did not hear Hosty make any statement concerning Oswald's capacity to be an assassin|Brian did not hear Hosty make any statement concerning Oswald's capacity to be an assassin +LJ048-0001|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy.|Report of the President's Commission on the Assassination of President Kennedy. The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. +LJ048-0002|Chapter 8. The Protection of the President. Part 3.|Chapter eight. The Protection of the President. Part three. +LJ048-0003|Hosty's interpretation of the prevailing FBI instructions on referrals to the Secret Service was defended before the Commission by his superiors.|Hosty's interpretation of the prevailing FBI instructions on referrals to the Secret Service was defended before the Commission by his superiors. +LJ048-0004|After summarizing the Bureau's investigative interest in Oswald prior to the assassination, J. Edgar Hoover concluded that, quote,|After summarizing the Bureau's investigative interest in Oswald prior to the assassination, J. Edgar Hoover concluded that, quote, +LJ048-0005|There was nothing up to the time of the assassination that gave any indication that this man was a dangerous character who might do harm to the President|There was nothing up to the time of the assassination that gave any indication that this man was a dangerous character who might do harm to the President +LJ048-0006|or to the Vice President, end quote.|or to the Vice President, end quote. +LJ048-0007|Director Hoover emphasized that the first indication of Oswald's capacity for violence|Director Hoover emphasized that the first indication of Oswald's capacity for violence +LJ048-0008|was his attempt on General Walker's life, which did not become known to the FBI until after the assassination.|was his attempt on General Walker's life, which did not become known to the FBI until after the assassination. +LJ048-0009|Both Director Hoover and his assistant, Alan H. Belmont,|Both Director Hoover and his assistant, Alan H. Belmont, +LJ048-0010|stressed also the decision by the Department of State that Oswald should be permitted to return to the United States.|stressed also the decision by the Department of State that Oswald should be permitted to return to the United States. +LJ048-0011|Neither believed that the Bureau investigation of him up to November 22 revealed any information which would have justified referral to the Secret Service.|Neither believed that the Bureau investigation of him up to November twenty-two revealed any information which would have justified referral to the Secret Service. +LJ048-0012|According to Belmont, when Oswald returned from the Soviet Union, quote,|According to Belmont, when Oswald returned from the Soviet Union, quote, +LJ048-0013|he indicated that he had learned his lesson,|he indicated that he had learned his lesson, +LJ048-0014|was disenchanted with Russia, and had a renewed concept -- I am paraphrasing, a renewed concept -- of the American free society.|was disenchanted with Russia, and had a renewed concept -- I am paraphrasing, a renewed concept -- of the American free society. +LJ048-0015|We talked to him twice.|We talked to him twice. +LJ048-0016|He likewise indicated he was disenchanted with Russia.|He likewise indicated he was disenchanted with Russia. +LJ048-0017|We satisfied ourselves that we had met our requirement, namely to find out whether he had been recruited by Soviet intelligence. The case was closed.|We satisfied ourselves that we had met our requirement, namely to find out whether he had been recruited by Soviet intelligence. The case was closed. +LJ048-0018|We again exhibited interest on the basis of these contacts with The Worker, Fair Play for Cuba Committee, which are relatively inconsequential.|We again exhibited interest on the basis of these contacts with The Worker, Fair Play for Cuba Committee, which are relatively inconsequential. +LJ048-0019|His activities for the Fair Play for Cuba Committee in New Orleans, we knew, were not of real consequence as he was not connected with any organized activity there.|His activities for the Fair Play for Cuba Committee in New Orleans, we knew, were not of real consequence as he was not connected with any organized activity there. +LJ048-0020|The interview with him in jail is not significant from the standpoint of whether he had a propensity for violence.|The interview with him in jail is not significant from the standpoint of whether he had a propensity for violence. +LJ048-0021|Question: This is the Quigley interview you are talking about?|Question: This is the Quigley interview you are talking about? +LJ048-0022|Answer: Yes. It was a self-serving interview. The visits with the Soviet Embassy were evidently for the purpose of securing a visa,|Answer: Yes. It was a self-serving interview. The visits with the Soviet Embassy were evidently for the purpose of securing a visa, +LJ048-0023|and he had told us during one of the interviews that he would probably take his wife back to Soviet Russia some time in the future.|and he had told us during one of the interviews that he would probably take his wife back to Soviet Russia some time in the future. +LJ048-0024|He had come back to Dallas. Hosty had established that he had a job, he was working,|He had come back to Dallas. Hosty had established that he had a job, he was working, +LJ048-0025|and had told Mrs. Paine that when he got the money he was going to take an apartment, when the baby was old enough, he was going to take an apartment, and the family would live together.|and had told Mrs. Paine that when he got the money he was going to take an apartment, when the baby was old enough, he was going to take an apartment, and the family would live together. +LJ048-0026|He gave evidence of settling down.|He gave evidence of settling down. +LJ048-0027|Nowhere during the course of this investigation or the information that came to us from other agencies was there any indication of a potential for violence on his part.|Nowhere during the course of this investigation or the information that came to us from other agencies was there any indication of a potential for violence on his part. +LJ048-0028|Consequently, there was no basis for Hosty to go to Secret Service and advise them of Oswald's presence. End quote|Consequently, there was no basis for Hosty to go to Secret Service and advise them of Oswald's presence. End quote +LJ048-0029|As reflected in this testimony,|As reflected in this testimony, +LJ048-0030|the officials of the FBI believed that there was no data in its files which gave warning that Oswald was a source of danger to President Kennedy.|the officials of the FBI believed that there was no data in its files which gave warning that Oswald was a source of danger to President Kennedy. +LJ048-0031|While he had expressed hostility at times toward the State Department, the Marine Corps, and the FBI as agents of the Government,|While he had expressed hostility at times toward the State Department, the Marine Corps, and the FBI as agents of the Government, +LJ048-0032|so far as the FBI knew he had not shown any potential for violence.|so far as the FBI knew he had not shown any potential for violence. +LJ048-0033|Prior to November 22, 1963|Prior to November twenty-two, nineteen sixty-three +LJ048-0034|no law enforcement agency had any information to connect Oswald with the attempted shooting of General Walker.|no law enforcement agency had any information to connect Oswald with the attempted shooting of General Walker. +LJ048-0036|that agents of the FBI in Dallas did not consider Oswald's presence in the Texas School Book Depository Building|that agents of the FBI in Dallas did not consider Oswald's presence in the Texas School Book Depository Building +LJ048-0037|overlooking the motorcade route as a source of danger to the President and did not inform the Secret Service of his employment in the Depository Building.|overlooking the motorcade route as a source of danger to the President and did not inform the Secret Service of his employment in the Depository Building. +LJ048-0038|The Commission believes, however,|The Commission believes, however, +LJ048-0039|that the FBI took an unduly restrictive view of its responsibilities in preventive intelligence work, prior to the assassination.|that the FBI took an unduly restrictive view of its responsibilities in preventive intelligence work, prior to the assassination. +LJ048-0040|The Commission appreciates the large volume of cases handled by the FBI|The Commission appreciates the large volume of cases handled by the FBI +LJ048-0041|636,371 investigative matters during fiscal year 1963|six hundred thirty-six thousand, three hundred seventy-one investigative matters during fiscal year nineteen sixty-three +LJ048-0042|There were no Secret Service criteria which specifically required the referral of Oswald's case to the Secret Service;|There were no Secret Service criteria which specifically required the referral of Oswald's case to the Secret Service; +LJ048-0043|nor was there any requirement to report the names of defectors. However, there was much material in the hands of the FBI about Oswald:|nor was there any requirement to report the names of defectors. However, there was much material in the hands of the FBI about Oswald: +LJ048-0044|the knowledge of his defection, his arrogance and hostility to the United States,|the knowledge of his defection, his arrogance and hostility to the United States, +LJ048-0045|his pro-Castro tendencies, his lies when interrogated by the FBI,|his pro-Castro tendencies, his lies when interrogated by the FBI, +LJ048-0046|his trip to Mexico where he was in contact with Soviet authorities,|his trip to Mexico where he was in contact with Soviet authorities, +LJ048-0047|his presence in the School Book Depository job and its location along the route of the motorcade.|his presence in the School Book Depository job and its location along the route of the motorcade. +LJ048-0048|All this does seem to amount to enough to have induced an alert agency, such as the FBI,|All this does seem to amount to enough to have induced an alert agency, such as the FBI, +LJ048-0049|possessed of this information to list Oswald as a potential threat to the safety of the President.|possessed of this information to list Oswald as a potential threat to the safety of the President. +LJ048-0050|This conclusion may be tinged with hindsight, but|This conclusion may be tinged with hindsight, but +LJ048-0051|it stated primarily to direct the thought of those responsible for the future safety of our Presidents to the need for a more imaginative|it stated primarily to direct the thought of those responsible for the future safety of our Presidents to the need for a more imaginative +LJ048-0052|and less narrow interpretation of their responsibilities.|and less narrow interpretation of their responsibilities. +LJ048-0053|It is the conclusion of the Commission that, even in the absence of Secret Service criteria|It is the conclusion of the Commission that, even in the absence of Secret Service criteria +LJ048-0054|which specifically required the referral of such a case as Oswald's to the Secret Service,|which specifically required the referral of such a case as Oswald's to the Secret Service, +LJ048-0055|a more alert and carefully considered treatment of the Oswald case by the Bureau might have brought about such a referral.|a more alert and carefully considered treatment of the Oswald case by the Bureau might have brought about such a referral. +LJ048-0056|Had such a review been undertaken by the FBI,|Had such a review been undertaken by the FBI, +LJ048-0057|there might conceivably have been additional investigation of the Oswald case between November 5 and November 22.|there might conceivably have been additional investigation of the Oswald case between November five and November twenty-two. +LJ048-0058|Agent Hosty testified|Agent Hosty testified +LJ048-0059|that several matters brought to his attention in late October and early November, including the visit to the Soviet Embassy in Mexico City,|that several matters brought to his attention in late October and early November, including the visit to the Soviet Embassy in Mexico City, +LJ048-0060|required further attention.|required further attention. +LJ048-0061|Under proper procedures knowledge of the pending Presidential visit might have prompted Hosty|Under proper procedures knowledge of the pending Presidential visit might have prompted Hosty +LJ048-0062|to have made more vigorous efforts to locate Oswald's roominghouse address in Dallas and to interview him regarding these unresolved matters.|to have made more vigorous efforts to locate Oswald's roominghouse address in Dallas and to interview him regarding these unresolved matters. +LJ048-0064|While the Secret Service bears the principal responsibility for this failure,|While the Secret Service bears the principal responsibility for this failure, +LJ048-0065|the FBI instructions did not reflect fully the Secret Service's need for information regarding potential threats.|the FBI instructions did not reflect fully the Secret Service's need for information regarding potential threats. +LJ048-0066|The handbook referred thus to, quote, the possibility of an attempt against the person or safety of the President, end quote.|The handbook referred thus to, quote, the possibility of an attempt against the person or safety of the President, end quote. +LJ048-0067|It is clear from Hosty's testimony that this was construed, at least by him,|It is clear from Hosty's testimony that this was construed, at least by him, +LJ048-0068|as requiring evidence of a plan or conspiracy to injure the President.|as requiring evidence of a plan or conspiracy to injure the President. +LJ048-0069|Efforts made by the Bureau since the assassination, on the other hand,|Efforts made by the Bureau since the assassination, on the other hand, +LJ048-0070|reflect keen awareness of the necessity of communicating a much wider range of intelligence information to the Service.|reflect keen awareness of the necessity of communicating a much wider range of intelligence information to the Service. +LJ048-0071|Most important, notwithstanding that both agencies have professed to the Commission that the liaison between them was close and fully sufficient,|Most important, notwithstanding that both agencies have professed to the Commission that the liaison between them was close and fully sufficient, +LJ048-0072|the Commission does not believe that the liaison between the FBI and the Secret Service prior to the assassination was as effective as it should have been.|the Commission does not believe that the liaison between the FBI and the Secret Service prior to the assassination was as effective as it should have been. +LJ048-0073|The FBI Manual of Instructions provided, quote, Liaison With Other Government Agencies|The FBI Manual of Instructions provided, quote, Liaison With Other Government Agencies +LJ048-0074|To insure adequate and effective liaison arrangements,|To insure adequate and effective liaison arrangements, +LJ048-0075|each SAC should specifically designate an Agent (or Agents) to be responsible for developing|each SAC should specifically designate an Agent (or Agents) to be responsible for developing +LJ048-0076|and maintaining liaison with other Federal Agencies. This liaison should take into consideration|and maintaining liaison with other Federal Agencies. This liaison should take into consideration +LJ048-0077|FBI-agency community of interests, location of agency head quarters, and the responsiveness of agency representatives.|FBI-agency community of interests, location of agency head quarters, and the responsiveness of agency representatives. +LJ048-0078|In each instance, liaison contacts should be developed to include a close friendly relationship,|In each instance, liaison contacts should be developed to include a close friendly relationship, +LJ048-0079|mutual understanding of FBI and agency jurisdictions, and an indicated willingness by the agency representative|mutual understanding of FBI and agency jurisdictions, and an indicated willingness by the agency representative +LJ048-0080|to coordinate activities and to discuss problems of mutual interest.|to coordinate activities and to discuss problems of mutual interest. +LJ048-0081|Each field office should determine those Federal agencies which are represented locally and with which liaison should be conducted. End quote.|Each field office should determine those Federal agencies which are represented locally and with which liaison should be conducted. End quote. +LJ048-0082|The testimony reveals that liaison responsibilities in connection with the President's visit|The testimony reveals that liaison responsibilities in connection with the President's visit +LJ048-0083|were discussed twice officially by the special agent in charge of the FBI office in Dallas. As discussed in chapter 2,|were discussed twice officially by the special agent in charge of the FBI office in Dallas. As discussed in chapter two, +LJ048-0084|some limited information was made available to the Secret Service. But there was no fully adequate liaison between the two agencies. Indeed,|some limited information was made available to the Secret Service. But there was no fully adequate liaison between the two agencies. Indeed, +LJ048-0085|the Commission believes that the liaison between all Federal agencies responsible for Presidential protection should be improved.|the Commission believes that the liaison between all Federal agencies responsible for Presidential protection should be improved. +LJ048-0086|Other Protective Measures and Aspects of Secret Service Performance|Other Protective Measures and Aspects of Secret Service Performance +LJ048-0087|The President's trip to Dallas called into play many standard operating procedures of the Secret Service in addition to its preventive intelligence operations.|The President's trip to Dallas called into play many standard operating procedures of the Secret Service in addition to its preventive intelligence operations. +LJ048-0088|Examination of these procedures shows that in most respects they were well conceived and ably executed by the personnel of the Service.|Examination of these procedures shows that in most respects they were well conceived and ably executed by the personnel of the Service. +LJ048-0089|Against the background of the critical events of November 22, however,|Against the background of the critical events of November twenty-two, however, +LJ048-0090|certain shortcomings and lapses from the high standards which the Commission believes should prevail in the field of Presidential protection are evident.|certain shortcomings and lapses from the high standards which the Commission believes should prevail in the field of Presidential protection are evident. +LJ048-0091|Advance preparations.|Advance preparations. +LJ048-0092|The advance preparations in Dallas by Agent Winston G. Lawson of the White House detail have been described in chapter 2.|The advance preparations in Dallas by Agent Winston G. Lawson of the White House detail have been described in chapter two. +LJ048-0093|With the assistance of Agent in Charge Sorrels of the Dallas field office of the Secret Service,|With the assistance of Agent in Charge Sorrels of the Dallas field office of the Secret Service, +LJ048-0094|Lawson was responsible for working out a great many arrangements for the President's trip.|Lawson was responsible for working out a great many arrangements for the President's trip. +LJ048-0095|The Service prefers to have two agents perform advance preparations.|The Service prefers to have two agents perform advance preparations. +LJ048-0096|In the case of Dallas, because President Kennedy had scheduled visits to five Texas cities|In the case of Dallas, because President Kennedy had scheduled visits to five Texas cities +LJ048-0097|and had also scheduled visits to other parts of the country immediately before the Texas trip,|and had also scheduled visits to other parts of the country immediately before the Texas trip, +LJ048-0098|there were not enough men available to permit two agents to be assigned to all the advance work.|there were not enough men available to permit two agents to be assigned to all the advance work. +LJ048-0099|Agent Lawson did the advance work alone from November 13 to November 18, when he was joined by Agent David B. Grant,|Agent Lawson did the advance work alone from November thirteen to November eighteen, when he was joined by Agent David B. Grant, +LJ048-0100|who had just completed advance work on the President's trip to Tampa.|who had just completed advance work on the President's trip to Tampa. +LJ048-0101|The Commission concludes that the most significant advance arrangements for the President's trip were soundly planned.|The Commission concludes that the most significant advance arrangements for the President's trip were soundly planned. +LJ048-0102|In particular, the Commission believes that the motorcade route selected by Agent Lawson, upon the advice of Agent in Charge Sorrels|In particular, the Commission believes that the motorcade route selected by Agent Lawson, upon the advice of Agent in Charge Sorrels +LJ048-0103|and with the concurrence of the Dallas police, was entirely appropriate, in view of the known desires of the President.|and with the concurrence of the Dallas police, was entirely appropriate, in view of the known desires of the President. +LJ048-0105|but these routes would not have been in accordance with the White House staff instructions given the Secret Service for a desirable motorcade route.|but these routes would not have been in accordance with the White House staff instructions given the Secret Service for a desirable motorcade route. +LJ048-0106|Much of Lawson's time was taken with establishing adequate security over the motorcade route and at the two places where the President would stop,|Much of Lawson's time was taken with establishing adequate security over the motorcade route and at the two places where the President would stop, +LJ048-0107|Love Field and the Trade Mart.|Love Field and the Trade Mart. +LJ048-0109|by these Secret Service agents with the cooperation of the Dallas police and other local law enforcement agents, were carefully executed.|by these Secret Service agents with the cooperation of the Dallas police and other local law enforcement agents, were carefully executed. +LJ048-0110|Since the President was to be at the Trade Mart longer than at any other location in Dallas and in view of the security hazards presented by the building,|Since the President was to be at the Trade Mart longer than at any other location in Dallas and in view of the security hazards presented by the building, +LJ048-0111|the Secret Service correctly gave particular attention in the advance preparations to those arrangements.|the Secret Service correctly gave particular attention in the advance preparations to those arrangements. +LJ048-0112|The Commission also regards the security arrangements worked out by Lawson and Sorrels at Love Field as entirely adequate.|The Commission also regards the security arrangements worked out by Lawson and Sorrels at Love Field as entirely adequate. +LJ048-0113|The Commission believes, however,|The Commission believes, however, +LJ048-0114|that the Secret Service has inadequately defined the responsibilities of its advance agents, who have been given broad discretion|that the Secret Service has inadequately defined the responsibilities of its advance agents, who have been given broad discretion +LJ048-0115|to determine what matters require attention in making advance preparations and to decide what action to take.|to determine what matters require attention in making advance preparations and to decide what action to take. +LJ048-0116|Agent Lawson was not given written instructions concerning the Dallas trip or advice about any peculiar problems which it might involve;|Agent Lawson was not given written instructions concerning the Dallas trip or advice about any peculiar problems which it might involve; +LJ048-0117|all instructions from higher authority were communicated to him orally.|all instructions from higher authority were communicated to him orally. +LJ048-0118|He did not have a checklist of the tasks he was expected to accomplish, either by his own efforts or with the cooperation of local authorities.|He did not have a checklist of the tasks he was expected to accomplish, either by his own efforts or with the cooperation of local authorities. +LJ048-0119|The only systematic supervision of the activities of the advance agent|The only systematic supervision of the activities of the advance agent +LJ048-0120|has been that provided by a requirement that he file interim and final reports on each advance assignment.|has been that provided by a requirement that he file interim and final reports on each advance assignment. +LJ048-0121|The interim report must be in the hands of the agent supervising the protective group traveling with the President|The interim report must be in the hands of the agent supervising the protective group traveling with the President +LJ048-0122|long enough before his departure to apprise him of any particular problems encountered and the responsive action taken.|long enough before his departure to apprise him of any particular problems encountered and the responsive action taken. +LJ048-0123|Agent Lawson's interim report was received by Agent Kellerman on November 20, the day before departure on the Texas trip.|Agent Lawson's interim report was received by Agent Kellerman on November twenty, the day before departure on the Texas trip. +LJ048-0124|The Secret Service has advised the Commission that no unusual precautions were taken for the Dallas trip, and that, quote,|The Secret Service has advised the Commission that no unusual precautions were taken for the Dallas trip, and that, quote, +LJ048-0125|the precautions taken for the President's trip were the usual safeguards employed on trips of this kind in the United States during the previous year, end quote.|the precautions taken for the President's trip were the usual safeguards employed on trips of this kind in the United States during the previous year, end quote. +LJ048-0126|Special Agent in Charge Sorrels testified that the advance preparations followed on this occasion were, quote, pretty much the same, end quote,|Special Agent in Charge Sorrels testified that the advance preparations followed on this occasion were, quote, pretty much the same, end quote, +LJ048-0127|as those followed in 1936 during a trip to Dallas by President Roosevelt,|as those followed in nineteen thirty-six during a trip to Dallas by President Roosevelt, +LJ048-0128|which was Sorrels' first important assignment in connection with Presidential work.|which was Sorrels' first important assignment in connection with Presidential work. +LJ048-0129|In view of the constant change in the nature of threats to the President and the diversity of the dangers which may arise in the various cities within the United States,|In view of the constant change in the nature of threats to the President and the diversity of the dangers which may arise in the various cities within the United States, +LJ048-0130|the Commission believes that standard procedures in use for many years and applied in all parts of the country may not be sufficient.|the Commission believes that standard procedures in use for many years and applied in all parts of the country may not be sufficient. +LJ048-0131|There is, for example, no Secret Service arrangement for evaluating before a trip particular difficulties that might be anticipated,|There is, for example, no Secret Service arrangement for evaluating before a trip particular difficulties that might be anticipated, +LJ048-0132|which would bring to bear the judgment and experience of members of the White House detail other than the advance agent.|which would bring to bear the judgment and experience of members of the White House detail other than the advance agent. +LJ048-0133|Constant reevaluation of procedures, with attention to special problems and the development of instructions specific to particular trips|Constant reevaluation of procedures, with attention to special problems and the development of instructions specific to particular trips +LJ048-0134|would be a desirable innovation.|would be a desirable innovation. +LJ048-0135|Liaison with local law enforcement authorities.|Liaison with local law enforcement authorities. +LJ048-0136|In the description of the important aspects of the advance preparations,|In the description of the important aspects of the advance preparations, +LJ048-0137|there have been references to the numerous discussions between Secret Service representatives and the Dallas Police Department.|there have been references to the numerous discussions between Secret Service representatives and the Dallas Police Department. +LJ048-0138|The wholehearted support of these local authorities was indispensable to the Service in carrying out its duties.|The wholehearted support of these local authorities was indispensable to the Service in carrying out its duties. +LJ048-0139|The Service had 28 agents participating in the Dallas visit.|The Service had twenty-eight agents participating in the Dallas visit. +LJ048-0140|Agent Lawson's advance planning called for the deployment of almost 600 members of the Dallas Police Department,|Agent Lawson's advance planning called for the deployment of almost six hundred members of the Dallas Police Department, +LJ048-0141|Fire Department, County Sheriff's Department, and the Texas Department of Public Safety.|Fire Department, County Sheriff's Department, and the Texas Department of Public Safety. +LJ048-0142|Despite this dependence on local authorities, which would be substantially the same on a visit by the President to any large city,|Despite this dependence on local authorities, which would be substantially the same on a visit by the President to any large city, +LJ048-0143|the Secret Service did not at the time of the assassination have any established procedure governing its relationships with them.|the Secret Service did not at the time of the assassination have any established procedure governing its relationships with them. +LJ048-0144|It had no prepared checklist of matters to be covered with local police on such visits to metropolitan areas|It had no prepared checklist of matters to be covered with local police on such visits to metropolitan areas +LJ048-0145|and no written description of the role the local police were expected to perform.|and no written description of the role the local police were expected to perform. +LJ048-0146|Discussions with the Dallas authorities and requests made of them were entirely informal.|Discussions with the Dallas authorities and requests made of them were entirely informal. +LJ048-0147|The Commission believes|The Commission believes +LJ048-0148|that a more formal statement of assigned responsibilities, supplemented in each case to reflect the peculiar conditions of each Presidential trip|that a more formal statement of assigned responsibilities, supplemented in each case to reflect the peculiar conditions of each Presidential trip +LJ048-0149|is essential. This would help to eliminate varying interpretations of Secret Service instructions by different local law enforcement representatives. For example,|is essential. This would help to eliminate varying interpretations of Secret Service instructions by different local law enforcement representatives. For example, +LJ048-0150|while the Secret Service representatives in Dallas|while the Secret Service representatives in Dallas +LJ048-0151|asked the police to station guards at each overpass to keep, quote, unauthorized personnel, end quote, off, this term was not defined.|asked the police to station guards at each overpass to keep, quote, unauthorized personnel, end quote, off, this term was not defined. +LJ048-0152|At some overpasses all persons were excluded|At some overpasses all persons were excluded +LJ048-0153|while on the overpass overlooking the assassination scene railroad and yard terminal workmen were permitted to remain under police supervision,|while on the overpass overlooking the assassination scene railroad and yard terminal workmen were permitted to remain under police supervision, +LJ048-0154|as discussed in chapter 3.|as discussed in chapter three. +LJ048-0155|Assistant Chief Batchelor of the Dallas police noted the absence of any formal statement by the Secret Service of specific work assigned to the police|Assistant Chief Batchelor of the Dallas police noted the absence of any formal statement by the Secret Service of specific work assigned to the police +LJ048-0156|and suggested the desirability of such a statement.|and suggested the desirability of such a statement. +LJ048-0157|Agent Lawson agreed that such a procedure would assist him and other agents in fulfilling their responsibilities as advance agents.|Agent Lawson agreed that such a procedure would assist him and other agents in fulfilling their responsibilities as advance agents. +LJ048-0158|Check of buildings along route of motorcade.|Check of buildings along route of motorcade. +LJ048-0159|Agent Lawson did not arrange for a prior inspection of buildings along the motorcade route,|Agent Lawson did not arrange for a prior inspection of buildings along the motorcade route, +LJ048-0160|either by police or by custodians of the buildings, since it was not the usual practice of the Secret Service to do so.|either by police or by custodians of the buildings, since it was not the usual practice of the Secret Service to do so. +LJ048-0161|The Chief of the Service has provided the Commission a detailed explanation of this policy, quote,|The Chief of the Service has provided the Commission a detailed explanation of this policy, quote, +LJ048-0162|Except for inauguration or other parades involving foreign dignitaries accompanied by the President in Washington,|Except for inauguration or other parades involving foreign dignitaries accompanied by the President in Washington, +LJ048-0163|it has not been the practice of the Secret Service to make surveys or checks of buildings along the route of a Presidential motorcade.|it has not been the practice of the Secret Service to make surveys or checks of buildings along the route of a Presidential motorcade. +LJ048-0164|For the inauguration and certain other parades in Washington where the traditional route is known to the public long in advance of the event,|For the inauguration and certain other parades in Washington where the traditional route is known to the public long in advance of the event, +LJ048-0165|buildings along the route can be checked by teams of law enforcement officers, and armed guards are posted along the route as appropriate.|buildings along the route can be checked by teams of law enforcement officers, and armed guards are posted along the route as appropriate. +LJ048-0166|But on out-of-town trips where the route is decided on and made public only a few days in advance,|But on out-of-town trips where the route is decided on and made public only a few days in advance, +LJ048-0167|buildings are not checked either by Secret Service agents or by any other law enforcement officers at the request of the Secret Service.|buildings are not checked either by Secret Service agents or by any other law enforcement officers at the request of the Secret Service. +LJ048-0168|With the number of men available to the Secret Service and the time available, surveys of hundreds of buildings and thousands of windows is not practical.|With the number of men available to the Secret Service and the time available, surveys of hundreds of buildings and thousands of windows is not practical. +LJ048-0169|In Dallas the route selected necessarily involved passing through the principal downtown section between tall buildings.|In Dallas the route selected necessarily involved passing through the principal downtown section between tall buildings. +LJ048-0170|While certain streets thought to be too narrow could be avoided and other choices made,|While certain streets thought to be too narrow could be avoided and other choices made, +LJ048-0171|it was not practical to select a route where the President could not be seen from roofs or windows of buildings.|it was not practical to select a route where the President could not be seen from roofs or windows of buildings. +LJ048-0172|At the two places in Dallas where the President would remain for a period of time, Love Field and the Trade Mart,|At the two places in Dallas where the President would remain for a period of time, Love Field and the Trade Mart, +LJ048-0173|arrangements were made for building and roof security by posting police officers where appropriate.|arrangements were made for building and roof security by posting police officers where appropriate. +LJ048-0174|Similar arrangements for a motorcade of ten miles, including many blocks of tall commercial buildings is not practical.|Similar arrangements for a motorcade of ten miles, including many blocks of tall commercial buildings is not practical. +LJ048-0175|Nor is it practical to prevent people from entering such buildings, or to limit access in every building to those employed or having business there.|Nor is it practical to prevent people from entering such buildings, or to limit access in every building to those employed or having business there. +LJ048-0176|Even if it were possible with a vastly larger force of security officers to do so, many observers have felt|Even if it were possible with a vastly larger force of security officers to do so, many observers have felt +LJ048-0177|that such a procedure would not be consistent with the nature and purpose of the motorcade to let the people see their President and to welcome him to their city.|that such a procedure would not be consistent with the nature and purpose of the motorcade to let the people see their President and to welcome him to their city. +LJ048-0178|In accordance with its regular procedures, no survey or other check was made by the Secret Service, or by any other law enforcement agency at its request,|In accordance with its regular procedures, no survey or other check was made by the Secret Service, or by any other law enforcement agency at its request, +LJ048-0179|of the Texas School Book Depository Building or those employed there prior to the time the President was shot. End quote.|of the Texas School Book Depository Building or those employed there prior to the time the President was shot. End quote. +LJ048-0180|This justification of the Secret Service's standing policy is not persuasive.|This justification of the Secret Service's standing policy is not persuasive. +LJ048-0181|The danger from a concealed sniper on the Dallas trip was of concern to those who had considered the problem.|The danger from a concealed sniper on the Dallas trip was of concern to those who had considered the problem. +LJ048-0182|President Kennedy himself had mentioned it that morning, as had Agent Sorrels when he and Agent Lawson were fixing the motorcade route.|President Kennedy himself had mentioned it that morning, as had Agent Sorrels when he and Agent Lawson were fixing the motorcade route. +LJ048-0183|Admittedly, protective measures cannot ordinarily be taken with regard to all buildings along a motorcade route.|Admittedly, protective measures cannot ordinarily be taken with regard to all buildings along a motorcade route. +LJ048-0184|Levels of risk can be determined, however, as has been confirmed by building surveys made since the assassination for the Department of the Treasury.|Levels of risk can be determined, however, as has been confirmed by building surveys made since the assassination for the Department of the Treasury. +LJ048-0185|An attempt to cover only the most obvious points of possible ambush along the route in Dallas might well have included the Texas School Book Depository Building.|An attempt to cover only the most obvious points of possible ambush along the route in Dallas might well have included the Texas School Book Depository Building. +LJ048-0186|Instead of such advance precautions, the Secret Service depended in part on the efforts of local law enforcement personnel stationed along the route.|Instead of such advance precautions, the Secret Service depended in part on the efforts of local law enforcement personnel stationed along the route. +LJ048-0188|These substitute measures were of limited value. Agent Lawson was unable to state whether he had actually instructed|These substitute measures were of limited value. Agent Lawson was unable to state whether he had actually instructed +LJ048-0189|the Dallas police to scan windows of buildings lining the motorcade route, although it was his usual practice to do so.|the Dallas police to scan windows of buildings lining the motorcade route, although it was his usual practice to do so. +LJ048-0190|If such instructions were in fact given, they were not effectively carried out.|If such instructions were in fact given, they were not effectively carried out. +LJ048-0191|Television films taken of parts of the motorcade by a Dallas television station|Television films taken of parts of the motorcade by a Dallas television station +LJ048-0192|show the foot patrolmen facing the passing motorcade, and not the adjacent crowds and buildings, as the procession passed.|show the foot patrolmen facing the passing motorcade, and not the adjacent crowds and buildings, as the procession passed. +LJ048-0193|Three officers from the Dallas Police Department were assigned to the intersection of Elm and Houston|Three officers from the Dallas Police Department were assigned to the intersection of Elm and Houston +LJ048-0194|during the morning of November 22 prior to the motorcade.|during the morning of November twenty-two prior to the motorcade. +LJ048-0195|All received their instructions early in the morning from Capt. P. W. Lawrence of the traffic division.|All received their instructions early in the morning from Capt. P. W. Lawrence of the traffic division. +LJ048-0196|According to Captain Lawrence, quote,|According to Captain Lawrence, quote, +LJ048-0197|I then told the officers that their primary duty was traffic and crowd control and that they should be alert for any persons who might attempt to throw anything|I then told the officers that their primary duty was traffic and crowd control and that they should be alert for any persons who might attempt to throw anything +LJ048-0198|and although it was not a violation of the law to carry a placard, that they were not to tolerate any actions such as the Stevenson incident|and although it was not a violation of the law to carry a placard, that they were not to tolerate any actions such as the Stevenson incident +LJ048-0199|and arrest any person who might attempt to throw anything or try to get at the President and his party;|and arrest any person who might attempt to throw anything or try to get at the President and his party; +LJ048-0200|paying particular attention to the crowd for any unusual activity.|paying particular attention to the crowd for any unusual activity. +LJ048-0201|I stressed the fact that this was our President and he should be shown every respect due his position and that it was our duty to see that this was done.|I stressed the fact that this was our President and he should be shown every respect due his position and that it was our duty to see that this was done. +LJ048-0202|End quote. Captain Lawrence was not instructed to have his men watch buildings along the motorcade route and did not mention the observation of buildings to them.|End quote. Captain Lawrence was not instructed to have his men watch buildings along the motorcade route and did not mention the observation of buildings to them. +LJ048-0203|The three officers confirm that their primary concern was crowd and traffic control,|The three officers confirm that their primary concern was crowd and traffic control, +LJ048-0204|and that they had no opportunity to scan the windows of the Depository or any other building in the vicinity of Elm and Houston when the motorcade was passing.|and that they had no opportunity to scan the windows of the Depository or any other building in the vicinity of Elm and Houston when the motorcade was passing. +LJ048-0205|They had, however, occasionally observed the windows of buildings in the area before the motorcade arrived, in accordance with their own understanding of their function.|They had, however, occasionally observed the windows of buildings in the area before the motorcade arrived, in accordance with their own understanding of their function. +LJ048-0206|As the motorcade approached Elm Street|As the motorcade approached Elm Street +LJ048-0207|there were several Secret Service agents in it who shared the responsibility of scanning the windows of nearby buildings.|there were several Secret Service agents in it who shared the responsibility of scanning the windows of nearby buildings. +LJ048-0208|Agent Sorrels, riding in the lead car, did observe the Texas School Book Depository Building as he passed by,|Agent Sorrels, riding in the lead car, did observe the Texas School Book Depository Building as he passed by, +LJ048-0209|at least for a sufficient number of seconds to gain a, quote, general impression, end quote, of the lack of any unusual activity.|at least for a sufficient number of seconds to gain a, quote, general impression, end quote, of the lack of any unusual activity. +LJ048-0210|He was handicapped, however, by the fact that he was riding in a closed car whose roof at times obscured his view.|He was handicapped, however, by the fact that he was riding in a closed car whose roof at times obscured his view. +LJ048-0211|Lawson, also in the lead car, did not scan any buildings since an important part of his job was to look backward at the President's car.|Lawson, also in the lead car, did not scan any buildings since an important part of his job was to look backward at the President's car. +LJ048-0212|Lawson stated that he, quote, was looking back a good deal of the time,|Lawson stated that he, quote, was looking back a good deal of the time, +LJ048-0213|watching his car, watching the sides, watching the crowds, giving advice or asking advice from the Chief|watching his car, watching the sides, watching the crowds, giving advice or asking advice from the Chief +LJ048-0214|and also looking ahead to the known hazards like overpasses, under-passes, railroads, et cetera, end quote.|and also looking ahead to the known hazards like overpasses, under-passes, railroads, et cetera, end quote. +LJ048-0215|Agent Roy H. Kellerman, riding in the front seat of the Presidential car,|Agent Roy H. Kellerman, riding in the front seat of the Presidential car, +LJ048-0216|stated that he scanned the Depository Building, but not sufficiently to be alerted by anything in the windows or on the roof.|stated that he scanned the Depository Building, but not sufficiently to be alerted by anything in the windows or on the roof. +LJ048-0217|The agents in the follow-up car also were expected to scan adjacent buildings.|The agents in the follow-up car also were expected to scan adjacent buildings. +LJ048-0218|However, the Commission does not believe that agents stationed in a car behind the Presidential car,|However, the Commission does not believe that agents stationed in a car behind the Presidential car, +LJ048-0219|who must concentrate primarily on the possibility of threats from crowds along the route, provide a significant safeguard against dangers in nearby buildings.|who must concentrate primarily on the possibility of threats from crowds along the route, provide a significant safeguard against dangers in nearby buildings. +LJ048-0220|Conduct of Secret Service agents in Fort Worth on November 22.|Conduct of Secret Service agents in Fort Worth on November twenty-two. +LJ048-0221|In the early morning hours on November 22, 1963,|In the early morning hours on November twenty-two, nineteen sixty-three, +LJ048-0222|in Fort Worth, there occurred a breach of discipline by some members of the Secret Service who were officially traveling with the President.|in Fort Worth, there occurred a breach of discipline by some members of the Secret Service who were officially traveling with the President. +LJ048-0223|After the President had retired at his hotel,|After the President had retired at his hotel, +LJ048-0224|nine agents who were off duty went to the nearby Fort Worth Press Club at midnight or slightly thereafter, expecting to obtain food;|nine agents who were off duty went to the nearby Fort Worth Press Club at midnight or slightly thereafter, expecting to obtain food; +LJ048-0225|they had little opportunity to eat during the day. No food was available at the Press Club.|they had little opportunity to eat during the day. No food was available at the Press Club. +LJ048-0226|All of the agents stayed for a drink of beer, or in several cases, a mixed drink.|All of the agents stayed for a drink of beer, or in several cases, a mixed drink. +LJ048-0227|According to their affidavits, the drinking in no case amounted to more than three glasses of beer or one and a half mixed drinks,|According to their affidavits, the drinking in no case amounted to more than three glasses of beer or one and a half mixed drinks, +LJ048-0228|and others who were present say that no agent was inebriated or acted improperly.|and others who were present say that no agent was inebriated or acted improperly. +LJ048-0229|The statements of the agents involved are supported by statements of members of the Fort Worth press who accompanied or observed them|The statements of the agents involved are supported by statements of members of the Fort Worth press who accompanied or observed them +LJ048-0230|and by a Secret Service investigation.|and by a Secret Service investigation. +LJ048-0231|According to their statements, the agents remained at the Press Club for periods varying from 30 minutes to an hour and a half,|According to their statements, the agents remained at the Press Club for periods varying from thirty minutes to an hour and a half, +LJ048-0232|and the last agent left the Press Club by 2 a.m.|and the last agent left the Press Club by two a.m. +LJ048-0233|Two of the nine agents returned to their rooms. The seven others proceeded to an establishment called the Cellar Coffee House,|Two of the nine agents returned to their rooms. The seven others proceeded to an establishment called the Cellar Coffee House, +LJ048-0234|described by some as a beatnik place and by its manager as, quote, a unique showplace with continuous light entertainment all night|described by some as a beatnik place and by its manager as, quote, a unique showplace with continuous light entertainment all night +LJ048-0235|serving only coffee, fruit juices and no hard liquors or beer, end quote.|serving only coffee, fruit juices and no hard liquors or beer, end quote. +LJ048-0236|There is no indication that any of the agents who visited the Cellar Coffee House had any intoxicating drink at that establishment.|There is no indication that any of the agents who visited the Cellar Coffee House had any intoxicating drink at that establishment. +LJ048-0237|Most of the agents were there from about 1:30 or 1:45 a.m. to about 2:45 or 3 a.m.;|Most of the agents were there from about one:thirty or one:forty-five a.m. to about two:forty-five or three a.m.; +LJ048-0238|one agent was there from 2 until 5 a.m.|one agent was there from two until five a.m. +LJ048-0239|The lobby of the hotel and the areas adjacent to the quarters of the President were guarded during the night|The lobby of the hotel and the areas adjacent to the quarters of the President were guarded during the night +LJ048-0240|by members of the midnight to 8 a.m. shift of the White House detail.|by members of the midnight to eight a.m. shift of the White House detail. +LJ048-0241|These agents were each relieved for a half hour break during the night.|These agents were each relieved for a half hour break during the night. +LJ048-0242|Three members of this shift separately took this opportunity to visit the Cellar Coffee House.|Three members of this shift separately took this opportunity to visit the Cellar Coffee House. +LJ048-0243|Only one stayed as long as a half hour, and none had any beverage there.|Only one stayed as long as a half hour, and none had any beverage there. +LJ048-0244|Chief Rowley testified that agents on duty in such a situation usually stay within the building during their relief,|Chief Rowley testified that agents on duty in such a situation usually stay within the building during their relief, +LJ048-0245|but that their visits to the Cellar were, quote, neither consistent nor inconsistent, end quote, with their duty.|but that their visits to the Cellar were, quote, neither consistent nor inconsistent, end quote, with their duty. +LJ048-0246|Each of the agents who visited the Press Club or the Cellar Coffee House (apart from the three members of the midnight shift)|Each of the agents who visited the Press Club or the Cellar Coffee House (apart from the three members of the midnight shift) +LJ048-0247|had duty assignments beginning no later than 8 a.m. that morning.|had duty assignments beginning no later than eight a.m. that morning. +LJ048-0248|President Kennedy was scheduled to speak across the street from his hotel in Fort Worth at 8:30 a.m.|President Kennedy was scheduled to speak across the street from his hotel in Fort Worth at eight:thirty a.m. +LJ048-0249|and then at a breakfast, after which the entourage would proceed to Dallas.|and then at a breakfast, after which the entourage would proceed to Dallas. +LJ048-0250|In Dallas, one of the nine agents was assigned to assist in security measures at Love Field, and four had protective assignments at the Trade Mart.|In Dallas, one of the nine agents was assigned to assist in security measures at Love Field, and four had protective assignments at the Trade Mart. +LJ048-0251|The remaining four had key responsibilities as members of the complement of the follow-up car in the motorcade.|The remaining four had key responsibilities as members of the complement of the follow-up car in the motorcade. +LJ048-0252|Three of these agents occupied positions on the running boards of the car, and the fourth was seated in the car.|Three of these agents occupied positions on the running boards of the car, and the fourth was seated in the car. +LJ048-0253|The supervisor of each of the off-duty agents who visited the Press Club or the Cellar Coffee House|The supervisor of each of the off-duty agents who visited the Press Club or the Cellar Coffee House +LJ048-0254|advised, in the course of the Secret Service investigation of these events, that each agent reported for duty on time,|advised, in the course of the Secret Service investigation of these events, that each agent reported for duty on time, +LJ048-0255|with full possession of his mental and physical capabilities and entirely ready for the performance of his assigned duties. Chief Rowley testified that,|with full possession of his mental and physical capabilities and entirely ready for the performance of his assigned duties. Chief Rowley testified that, +LJ048-0256|as a result of the investigation he ordered, he was satisfied that each of the agents performed his duties in an entirely satisfactory manner|as a result of the investigation he ordered, he was satisfied that each of the agents performed his duties in an entirely satisfactory manner +LJ048-0257|and that their conduct the night before did not impede their actions on duty|and that their conduct the night before did not impede their actions on duty +LJ048-0258|or in the slightest way prevent them from taking any action that might have averted the tragedy.|or in the slightest way prevent them from taking any action that might have averted the tragedy. +LJ048-0259|However, Chief Rowley did not condone the action of the off-duty agents, particularly since it violated a regulation of the Secret Service,|However, Chief Rowley did not condone the action of the off-duty agents, particularly since it violated a regulation of the Secret Service, +LJ048-0260|which provides, quote, Liquor, use of|which provides, quote, Liquor, use of +LJ048-0261|a. Employees are strictly enjoined to refrain from the use of intoxicating liquor|a. Employees are strictly enjoined to refrain from the use of intoxicating liquor +LJ048-0262|during the hours they are officially employed at their post of duty, or when they may reasonably expect that they may be called upon to perform an official duty.|during the hours they are officially employed at their post of duty, or when they may reasonably expect that they may be called upon to perform an official duty. +LJ048-0263|During entire periods of travel status,|During entire periods of travel status, +LJ048-0264|the special agent is officially employed and should not use liquor, until the completion of all of his official duties for the day,|the special agent is officially employed and should not use liquor, until the completion of all of his official duties for the day, +LJ048-0265|after which time a very moderate use of liquor will not be considered a violation. However, all members of the White House Detail|after which time a very moderate use of liquor will not be considered a violation. However, all members of the White House Detail +LJ048-0266|and special agents cooperating with them on Presidential and similar protective assignments are considered to be subject to call for official duty|and special agents cooperating with them on Presidential and similar protective assignments are considered to be subject to call for official duty +LJ048-0267|at any time while in travel status.|at any time while in travel status. +LJ048-0268|Therefore, the use of intoxicating liquor of any kind, including beer and wine, by members of the White House Detail|Therefore, the use of intoxicating liquor of any kind, including beer and wine, by members of the White House Detail +LJ048-0269|and special agents cooperating with them, or by special agents on similar assignments, while they are in a travel status, is prohibited. End quote.|and special agents cooperating with them, or by special agents on similar assignments, while they are in a travel status, is prohibited. End quote. +LJ048-0270|The regulations provide further that, quote, violation or slight disregard, end quote, of these provisions, quote,|The regulations provide further that, quote, violation or slight disregard, end quote, of these provisions, quote, +LJ048-0272|Chief Rowley testified|Chief Rowley testified +LJ048-0273|that under ordinary circumstances he would have taken disciplinary action against those agents who had been drinking in clear violation of the regulation.|that under ordinary circumstances he would have taken disciplinary action against those agents who had been drinking in clear violation of the regulation. +LJ048-0274|However, he felt that any disciplinary action might have given rise|However, he felt that any disciplinary action might have given rise +LJ048-0275|to an inference that the violation of the regulation had contributed to the tragic events of November 22.|to an inference that the violation of the regulation had contributed to the tragic events of November twenty-two. +LJ048-0276|Since he was convinced that this was not the case, he believed that it would be unfair to the agents and their families to take explicit disciplinary measures.|Since he was convinced that this was not the case, he believed that it would be unfair to the agents and their families to take explicit disciplinary measures. +LJ048-0277|He felt that each agent recognized the seriousness of the infraction and that there was no danger of a repetition.|He felt that each agent recognized the seriousness of the infraction and that there was no danger of a repetition. +LJ048-0278|The Commission recognizes that the responsibilities of members of the White House detail of the Secret Service are arduous.|The Commission recognizes that the responsibilities of members of the White House detail of the Secret Service are arduous. +LJ048-0279|They work long, hard hours, under very great strain, and must travel frequently.|They work long, hard hours, under very great strain, and must travel frequently. +LJ048-0280|It might seem harsh to circumscribe their opportunities for relaxation.|It might seem harsh to circumscribe their opportunities for relaxation. +LJ048-0281|Yet their role of protecting the President is so important to the well-being of the country|Yet their role of protecting the President is so important to the well-being of the country +LJ048-0282|that it is reasonable to expect them to meet very high standards of personal conduct,|that it is reasonable to expect them to meet very high standards of personal conduct, +LJ048-0283|so that nothing can interfere with their bringing to their task the finest qualities and maximum resources of mind and body.|so that nothing can interfere with their bringing to their task the finest qualities and maximum resources of mind and body. +LJ048-0284|This is the salutary goal to which the Secret Service regulation is directed,|This is the salutary goal to which the Secret Service regulation is directed, +LJ048-0285|when it absolutely forbids drinking by any agent accompanying the President on a trip.|when it absolutely forbids drinking by any agent accompanying the President on a trip. +LJ048-0286|Nor is this goal served when agents remain out until early morning hours, and lose the opportunity to get a reasonable amount of sleep.|Nor is this goal served when agents remain out until early morning hours, and lose the opportunity to get a reasonable amount of sleep. +LJ048-0287|It is conceivable that those men who had little sleep, and who had consumed alcoholic beverages, even in limited quantities,|It is conceivable that those men who had little sleep, and who had consumed alcoholic beverages, even in limited quantities, +LJ048-0288|might have been more alert in the Dallas motorcade if they had retired promptly in Fort Worth.|might have been more alert in the Dallas motorcade if they had retired promptly in Fort Worth. +LJ048-0289|However, there is no evidence that these men failed to take any action in Dallas within their power that would have averted the tragedy.|However, there is no evidence that these men failed to take any action in Dallas within their power that would have averted the tragedy. +LJ049-0001|Report of the President's Commission on the Assassination of President Kennedy.|Report of the President's Commission on the Assassination of President Kennedy. +LJ049-0002|The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy.|The Warren Commission Report. By The President's Commission on the Assassination of President Kennedy. +LJ049-0003|Chapter 8. The Protection of the President. Part 4.|Chapter eight. The Protection of the President. Part four. +LJ049-0004|The motorcade in Dallas.|The motorcade in Dallas. +LJ049-0005|Rigorous security precautions had been arranged at Love Field with the local law enforcement authorities by Agents Sorrels and Lawson.|Rigorous security precautions had been arranged at Love Field with the local law enforcement authorities by Agents Sorrels and Lawson. +LJ049-0006|These precautions included reserving a ceremonial area for the Presidential party,|These precautions included reserving a ceremonial area for the Presidential party, +LJ049-0007|stationing police on the rooftops of all buildings overlooking the reception area,|stationing police on the rooftops of all buildings overlooking the reception area, +LJ049-0008|and detailing police in civilian clothes to be scattered throughout the sizable crowd.|and detailing police in civilian clothes to be scattered throughout the sizable crowd. +LJ049-0009|When President and Mrs. Kennedy shook hands with members of the public along the fences surrounding the reception area, they were closely guarded by Secret Service agents|When President and Mrs. Kennedy shook hands with members of the public along the fences surrounding the reception area, they were closely guarded by Secret Service agents +LJ049-0010|who responded to the unplanned event with dispatch.|who responded to the unplanned event with dispatch. +LJ049-0011|As described in chapter 2, the President directed that his car stop on two occasions during the motorcade so that he could greet members of the public.|As described in chapter two, the President directed that his car stop on two occasions during the motorcade so that he could greet members of the public. +LJ049-0012|At these stops, agents from the Presidential follow-up car stood between the President and the public,|At these stops, agents from the Presidential follow-up car stood between the President and the public, +LJ049-0013|and on one occasion Agent Kellerman left the front seat of the President's car to take a similar position.|and on one occasion Agent Kellerman left the front seat of the President's car to take a similar position. +LJ049-0014|The Commission regards such impromptu stops as presenting an unnecessary danger,|The Commission regards such impromptu stops as presenting an unnecessary danger, +LJ049-0015|but finds that the Secret Service agents did all that could have been done to take protective measures.|but finds that the Secret Service agents did all that could have been done to take protective measures. +LJ049-0016|The Presidential limousine.|The Presidential limousine. +LJ049-0017|The limousine used by President Kennedy in Dallas was a convertible with a detachable, rigid plastic "bubble" top|The limousine used by President Kennedy in Dallas was a convertible with a detachable, rigid plastic "bubble" top +LJ049-0018|which was neither bulletproof nor bullet resistant.|which was neither bulletproof nor bullet resistant. +LJ049-0019|The last Presidential vehicle with any protection against small-arms fire left the White House in 1953.|The last Presidential vehicle with any protection against small-arms fire left the White House in nineteen fifty-three. +LJ049-0020|It was not then replaced because the state of the art did not permit the development of a bulletproof top of sufficiently light weight|It was not then replaced because the state of the art did not permit the development of a bulletproof top of sufficiently light weight +LJ049-0021|to permit its removal on those occasions when the President wished to ride in an open car.|to permit its removal on those occasions when the President wished to ride in an open car. +LJ049-0022|The Secret Service believed that it was very doubtful that any President would ride regularly in a vehicle with a fixed top, even though transparent.|The Secret Service believed that it was very doubtful that any President would ride regularly in a vehicle with a fixed top, even though transparent. +LJ049-0023|Since the assassination, the Secret Service, with the assistance of other Federal agencies and of private industry,|Since the assassination, the Secret Service, with the assistance of other Federal agencies and of private industry, +LJ049-0024|has developed a vehicle for the better protection of the President.|has developed a vehicle for the better protection of the President. +LJ049-0025|Access to passenger compartment of Presidential car.|Access to passenger compartment of Presidential car. +LJ049-0026|On occasion the Secret Service has been permitted to have an agent riding in the passenger compartment with the President.|On occasion the Secret Service has been permitted to have an agent riding in the passenger compartment with the President. +LJ049-0027|Presidents have made it clear, however, that they did not favor this or any other arrangement which interferes with the privacy of the President and his guests.|Presidents have made it clear, however, that they did not favor this or any other arrangement which interferes with the privacy of the President and his guests. +LJ049-0028|The Secret Service has therefore suggested this practice only on extraordinary occasions.|The Secret Service has therefore suggested this practice only on extraordinary occasions. +LJ049-0029|Without attempting to prescribe or recommend specific measures which should be employed for the future protection of Presidents,|Without attempting to prescribe or recommend specific measures which should be employed for the future protection of Presidents, +LJ049-0030|the Commission does believe that there are aspects of the protective measures employed in the motorcade at Dallas which deserve special comment.|the Commission does believe that there are aspects of the protective measures employed in the motorcade at Dallas which deserve special comment. +LJ049-0032|had no special design or equipment which would have permitted the Secret Service agent riding in the driver's compartment|had no special design or equipment which would have permitted the Secret Service agent riding in the driver's compartment +LJ049-0033|to move into the passenger section without hindrance or delay. Had the vehicle been so designed it is possible that an agent riding in the front seat|to move into the passenger section without hindrance or delay. Had the vehicle been so designed it is possible that an agent riding in the front seat +LJ049-0034|could have reached the President in time to protect him from the second and fatal shot to hit the President.|could have reached the President in time to protect him from the second and fatal shot to hit the President. +LJ049-0035|However, such access to the President was interfered with both by the metal bar some 15 inches above the back of the front seat|However, such access to the President was interfered with both by the metal bar some fifteen inches above the back of the front seat +LJ049-0036|and by the passengers in the jump seats.|and by the passengers in the jump seats. +LJ049-0037|In contrast, the Vice Presidential vehicle, although not specially designed for that purpose,|In contrast, the Vice Presidential vehicle, although not specially designed for that purpose, +LJ049-0038|had no passenger in a jump seat between Agent Youngblood and Vice President Johnson to interfere with Agent Youngblood's ability|had no passenger in a jump seat between Agent Youngblood and Vice President Johnson to interfere with Agent Youngblood's ability +LJ049-0039|to take a protective position in the passenger compartment before the third shot was fired.|to take a protective position in the passenger compartment before the third shot was fired. +LJ049-0040|The assassination suggests that it would have been of prime importance|The assassination suggests that it would have been of prime importance +LJ049-0041|in the protection of the President if the Presidential car permitted immediate access to the President by a Secret Service agent at the first sign of danger.|in the protection of the President if the Presidential car permitted immediate access to the President by a Secret Service agent at the first sign of danger. +LJ049-0042|At that time the agents on the framing boards of the follow-up car were expected to perform such a function.|At that time the agents on the framing boards of the follow-up car were expected to perform such a function. +LJ049-0043|However, these agents could not reach the President's car when it was traveling at an appreciable rate of speed.|However, these agents could not reach the President's car when it was traveling at an appreciable rate of speed. +LJ049-0044|Even if the car is traveling more slowly, the delay involved in reaching the President may be crucial.|Even if the car is traveling more slowly, the delay involved in reaching the President may be crucial. +LJ049-0045|It is clear that at the time of the shots in Dallas, Agent Clinton J. Hill leaped to the President's rescue as quickly as humanly possible.|It is clear that at the time of the shots in Dallas, Agent Clinton J. Hill leaped to the President's rescue as quickly as humanly possible. +LJ049-0046|Even so, analysis of the motion picture films taken by amateur photographer Zapruder|Even so, analysis of the motion picture films taken by amateur photographer Zapruder +LJ049-0047|reveals that Hill first placed his hand on the Presidential car at frame 343, 30 frames|reveals that Hill first placed his hand on the Presidential car at frame three forty-three, thirty frames +LJ049-0048|and therefore approximately 1.6 seconds after the President was shot in the head.|and therefore approximately one point six seconds after the President was shot in the head. +LJ049-0049|About 3.7 seconds after the President received this wound,|About three point seven seconds after the President received this wound, +LJ049-0050|Hill had both feet on the car and was climbing aboard to assist President and Mrs. Kennedy.|Hill had both feet on the car and was climbing aboard to assist President and Mrs. Kennedy. +LJ049-0051|Planning for motorcade contingencies.|Planning for motorcade contingencies. +LJ049-0052|In response to inquiry by the Commission regarding the instructions to agents in a motorcade|In response to inquiry by the Commission regarding the instructions to agents in a motorcade +LJ049-0053|of emergency procedures to be taken in a contingency such as that which actually occurred, the Secret Service responded, quote,|of emergency procedures to be taken in a contingency such as that which actually occurred, the Secret Service responded, quote, +LJ049-0054|The Secret Service has consistently followed two general principles in emergencies involving the President.|The Secret Service has consistently followed two general principles in emergencies involving the President. +LJ049-0055|All agents are so instructed.|All agents are so instructed. +LJ049-0056|The first duty of the agents in the motorcade is to attempt to cover the President as closely as possible and practicable|The first duty of the agents in the motorcade is to attempt to cover the President as closely as possible and practicable +LJ049-0057|and to shield him by attempting to place themselves between the President and any source of danger.|and to shield him by attempting to place themselves between the President and any source of danger. +LJ049-0058|Secondly, agents are instructed to remove the President as quickly as possible from known or impending danger.|Secondly, agents are instructed to remove the President as quickly as possible from known or impending danger. +LJ049-0060|but to consider any untoward circumstances as serious and to afford the President maximum protection at all times.|but to consider any untoward circumstances as serious and to afford the President maximum protection at all times. +LJ049-0061|No responsibility rests upon those agents near the President for the identification or arrest of any assassin or an attacker.|No responsibility rests upon those agents near the President for the identification or arrest of any assassin or an attacker. +LJ049-0062|Their primary responsibility is to stay with and protect the President.|Their primary responsibility is to stay with and protect the President. +LJ049-0063|Beyond these two principles the Secret Service believes a detailed contingency or emergency plan is not feasible|Beyond these two principles the Secret Service believes a detailed contingency or emergency plan is not feasible +LJ049-0064|because the variations possible preclude effective planning.|because the variations possible preclude effective planning. +LJ049-0065|A number of steps are taken, however, to permit appropriate steps to be taken in an emergency.|A number of steps are taken, however, to permit appropriate steps to be taken in an emergency. +LJ049-0066|For instance, the lead car always is manned by Secret Service agents familiar with the area and with local law enforcement officials;|For instance, the lead car always is manned by Secret Service agents familiar with the area and with local law enforcement officials; +LJ049-0067|the radio net in use in motorcades is elaborate and permits a number of different means of communication with various local points.|the radio net in use in motorcades is elaborate and permits a number of different means of communication with various local points. +LJ049-0068|A doctor is in the motorcade.|A doctor is in the motorcade. +LJ049-0069|This basic approach to the problem of planning for emergencies is sound.|This basic approach to the problem of planning for emergencies is sound. +LJ049-0070|Any effort to prepare detailed contingency plans might well have the undesirable effect of inhibiting quick and imaginative responses.|Any effort to prepare detailed contingency plans might well have the undesirable effect of inhibiting quick and imaginative responses. +LJ049-0071|If the advance preparation is thorough, and the protective devices and techniques employed are sound,|If the advance preparation is thorough, and the protective devices and techniques employed are sound, +LJ049-0072|those in command should be able to direct the response appropriate to the emergency. The Commission finds that the Secret Service agents in the motorcade|those in command should be able to direct the response appropriate to the emergency. The Commission finds that the Secret Service agents in the motorcade +LJ049-0073|who were immediately responsible for the President's safety reacted promptly at the time the shots were fired.|who were immediately responsible for the President's safety reacted promptly at the time the shots were fired. +LJ049-0074|Their actions demonstrate that the President and the Nation can expect courage and devotion to duty from the agents of the Secret Service.|Their actions demonstrate that the President and the Nation can expect courage and devotion to duty from the agents of the Secret Service. +LJ049-0075|Recommendations.|Recommendations. +LJ049-0076|The Commission's review of the provisions for Presidential protection at the time of President Kennedy's trip to Dallas demonstrates the need for substantial improvements.|The Commission's review of the provisions for Presidential protection at the time of President Kennedy's trip to Dallas demonstrates the need for substantial improvements. +LJ049-0077|Since the assassination, the Secret Service and the Department of the Treasury|Since the assassination, the Secret Service and the Department of the Treasury +LJ049-0078|have properly taken the initiative in reexamining major aspects of Presidential protection.|have properly taken the initiative in reexamining major aspects of Presidential protection. +LJ049-0079|Many changes have already been made and others are contemplated, some of them in response to the Commission's questions and informal suggestions.|Many changes have already been made and others are contemplated, some of them in response to the Commission's questions and informal suggestions. +LJ049-0080|Assassination a Federal Crime|Assassination a Federal Crime +LJ049-0081|There was no Federal criminal jurisdiction over the assassination of President Kennedy.|There was no Federal criminal jurisdiction over the assassination of President Kennedy. +LJ049-0082|Had there been reason to believe that the assassination was the result of a conspiracy, Federal jurisdiction could have been asserted;|Had there been reason to believe that the assassination was the result of a conspiracy, Federal jurisdiction could have been asserted; +LJ049-0083|it has long been a Federal crime to conspire to injure any Federal officer, on account of, or while he is engaged in, the lawful discharge of the duties of his office.|it has long been a Federal crime to conspire to injure any Federal officer, on account of, or while he is engaged in, the lawful discharge of the duties of his office. +LJ049-0084|Murder of the President has never been covered by Federal law, however, so that once it became reasonably clear that the killing was the act of a single person,|Murder of the President has never been covered by Federal law, however, so that once it became reasonably clear that the killing was the act of a single person, +LJ049-0085|the State of Texas had exclusive jurisdiction.|the State of Texas had exclusive jurisdiction. +LJ049-0086|It is anomalous that Congress has legislated in other ways touching upon the safety of the Chief Executive or other Federal officers,|It is anomalous that Congress has legislated in other ways touching upon the safety of the Chief Executive or other Federal officers, +LJ049-0087|without making an attack on the President a crime. Threatening harm to the President is a Federal offense,|without making an attack on the President a crime. Threatening harm to the President is a Federal offense, +LJ049-0088|as is advocacy of the overthrow of the Government by the assassination of any of its officers.|as is advocacy of the overthrow of the Government by the assassination of any of its officers. +LJ049-0089|The murder of Federal judges, U.S. attorneys and marshals, and a number of other specifically designated|The murder of Federal judges, U.S. attorneys and marshals, and a number of other specifically designated +LJ049-0090|Federal law enforcement officers is a Federal crime.|Federal law enforcement officers is a Federal crime. +LJ049-0091|Equally anomalous are statutory provisions which specifically authorize the Secret Service to protect the President,|Equally anomalous are statutory provisions which specifically authorize the Secret Service to protect the President, +LJ049-0092|without authorizing it to arrest anyone who harms him. The same provisions authorize the Service to arrest without warrant|without authorizing it to arrest anyone who harms him. The same provisions authorize the Service to arrest without warrant +LJ049-0093|persons committing certain offenses, including counterfeiting and certain frauds involving Federal checks or securities.|persons committing certain offenses, including counterfeiting and certain frauds involving Federal checks or securities. +LJ049-0094|The Commission agrees with the Secret Service that it should be authorized to make arrests without warrant|The Commission agrees with the Secret Service that it should be authorized to make arrests without warrant +LJ049-0095|for all offenses within its jurisdiction, as are FBI agents and Federal marshals.|for all offenses within its jurisdiction, as are FBI agents and Federal marshals. +LJ049-0096|There have been a number of efforts to make assassination a Federal crime, particularly after the assassination of President McKinley|There have been a number of efforts to make assassination a Federal crime, particularly after the assassination of President McKinley +LJ049-0097|and the attempt on the life of President-elect Franklin D. Roosevelt.|and the attempt on the life of President-elect Franklin D. Roosevelt. +LJ049-0098|In 1902 bills passed both Houses of Congress but failed of enactment when the Senate refused to accept the conference report.|In nineteen oh two bills passed both Houses of Congress but failed of enactment when the Senate refused to accept the conference report. +LJ049-0099|A number of bills were introduced immediately following the assassination of President Kennedy.|A number of bills were introduced immediately following the assassination of President Kennedy. +LJ049-0100|The Commission recommends to the Congress that it adopt legislation which would:|The Commission recommends to the Congress that it adopt legislation which would: +LJ049-0101|Punish the murder or manslaughter of, attempt or conspiracy to murder, kidnaping of and assault upon|Punish the murder or manslaughter of, attempt or conspiracy to murder, kidnaping of and assault upon +LJ049-0102|the President, Vice President, or other officer next in the order of succession to the Office of President, the President-elect and the Vice-President-elect,|the President, Vice President, or other officer next in the order of succession to the Office of President, the President-elect and the Vice-President-elect, +LJ049-0103|whether or not the act is committed while the victim is in the performance of his official duties or on account of such performance.|whether or not the act is committed while the victim is in the performance of his official duties or on account of such performance. +LJ049-0104|Such a statute would cover the President and Vice President or, in the absence of a Vice President, the person next in order of succession.|Such a statute would cover the President and Vice President or, in the absence of a Vice President, the person next in order of succession. +LJ049-0105|During the period between election and inauguration, the President-elect and Vice-President-elect would also be covered.|During the period between election and inauguration, the President-elect and Vice-President-elect would also be covered. +LJ049-0106|Restricting the coverage in this way would avoid unnecessary controversy over the inclusion or exclusion of other officials who are in the order of succession|Restricting the coverage in this way would avoid unnecessary controversy over the inclusion or exclusion of other officials who are in the order of succession +LJ049-0107|or who hold important governmental posts.|or who hold important governmental posts. +LJ049-0108|In addition, the restriction would probably eliminate a need for the requirement which has been urged as necessary for the exercise of Federal power,|In addition, the restriction would probably eliminate a need for the requirement which has been urged as necessary for the exercise of Federal power, +LJ049-0109|that the hostile act occur while the victim is engaged in or because of the performance of official duties.|that the hostile act occur while the victim is engaged in or because of the performance of official duties. +LJ049-0110|The governmental consequences of assassination of one of the specified officials give the United States ample power to act for its own protection.|The governmental consequences of assassination of one of the specified officials give the United States ample power to act for its own protection. +LJ049-0111|The activities of the victim at the time an assassination occurs and the motive for the assassination|The activities of the victim at the time an assassination occurs and the motive for the assassination +LJ049-0112|bear no relationship to the injury to the United States which follows from the act.|bear no relationship to the injury to the United States which follows from the act. +LJ049-0113|This point was ably made in the 1902 debate by Senator George F. Hoar, the sponsor of the Senate bill, quote,|This point was ably made in the nineteen oh two debate by Senator George F. Hoar, the sponsor of the Senate bill, quote, +LJ049-0114|what this bill means to punish is the crime of interruption of the Government of the United States and the destruction of its security by striking down the life|what this bill means to punish is the crime of interruption of the Government of the United States and the destruction of its security by striking down the life +LJ049-0115|of the person who is actually in the exercise of the executive power, or|of the person who is actually in the exercise of the executive power, or +LJ049-0116|of such persons as have been constitutionally and lawfully provided to succeed thereto in case of a vacancy. It is important to this country|of such persons as have been constitutionally and lawfully provided to succeed thereto in case of a vacancy. It is important to this country +LJ049-0117|that the interruption shall not take place for an hour, end quote.|that the interruption shall not take place for an hour, end quote. +LJ049-0118|Enactment of this statute would mean that the investigation of any of the acts covered and of the possibility of a further attempt|Enactment of this statute would mean that the investigation of any of the acts covered and of the possibility of a further attempt +LJ049-0119|would be conducted by Federal law enforcement officials, in particular, the FBI with the assistance of the Secret Service.|would be conducted by Federal law enforcement officials, in particular, the FBI with the assistance of the Secret Service. +LJ049-0120|At present, Federal agencies participate only upon the sufferance of the local authorities.|At present, Federal agencies participate only upon the sufferance of the local authorities. +LJ049-0121|While the police work of the Dallas authorities in the early identification and apprehension of Oswald was both efficient and prompt,|While the police work of the Dallas authorities in the early identification and apprehension of Oswald was both efficient and prompt, +LJ049-0122|FBI Director J. Edgar Hoover, who strongly supports such legislation, testified that the absence of clear Federal jurisdiction|FBI Director J. Edgar Hoover, who strongly supports such legislation, testified that the absence of clear Federal jurisdiction +LJ049-0123|over the assassination of President Kennedy led to embarrassment and confusion in the subsequent investigation by Federal and local authorities.|over the assassination of President Kennedy led to embarrassment and confusion in the subsequent investigation by Federal and local authorities. +LJ049-0124|In addition, the proposed legislation will insure|In addition, the proposed legislation will insure +LJ049-0125|that any suspects who are arrested will be Federal prisoners, subject to Federal protection from vigilante justice and other threats.|that any suspects who are arrested will be Federal prisoners, subject to Federal protection from vigilante justice and other threats. +LJ049-0126|Committee of Cabinet Officers. As our Government has become more complex,|Committee of Cabinet Officers. As our Government has become more complex, +LJ049-0127|agencies other than the Secret Service have become involved in phases of the overall problem of protecting our national leaders.|agencies other than the Secret Service have become involved in phases of the overall problem of protecting our national leaders. +LJ049-0128|The FBI is the major domestic investigating agency of the United States,|The FBI is the major domestic investigating agency of the United States, +LJ049-0129|while the CIA has the primary responsibility for collecting intelligence overseas to supplement information acquired by the Department of State.|while the CIA has the primary responsibility for collecting intelligence overseas to supplement information acquired by the Department of State. +LJ049-0130|The Secret Service must rely in large part|The Secret Service must rely in large part +LJ049-0132|The Commission believes that it is necessary to improve the cooperation among these agencies|The Commission believes that it is necessary to improve the cooperation among these agencies +LJ049-0133|and to emphasize that the task of Presidential protection is one of broad national concern.|and to emphasize that the task of Presidential protection is one of broad national concern. +LJ049-0134|The Commission suggests that consideration might be given to assigning to a Cabinet-level committee or the National Security Council|The Commission suggests that consideration might be given to assigning to a Cabinet-level committee or the National Security Council +LJ049-0135|(which is responsible for advising the President respecting the coordination|(which is responsible for advising the President respecting the coordination +LJ049-0136|of departmental policies relating to the national security) the responsibility to review and oversee the protective activities of the Secret Service|of departmental policies relating to the national security) the responsibility to review and oversee the protective activities of the Secret Service +LJ049-0137|and the other Federal agencies that assist in safeguarding the President. The Committee should include the Secretary of the Treasury and the Attorney General,|and the other Federal agencies that assist in safeguarding the President. The Committee should include the Secretary of the Treasury and the Attorney General, +LJ049-0138|and, if the Council is used, arrangements should be made for the attendance of the Secretary of the Treasury|and, if the Council is used, arrangements should be made for the attendance of the Secretary of the Treasury +LJ049-0139|and the Attorney General at any meetings which are concerned with Presidential protection.|and the Attorney General at any meetings which are concerned with Presidential protection. +LJ049-0140|The Council already includes, in addition to the President and Vice President, the Secretaries of State and Defense and has a competent staff.|The Council already includes, in addition to the President and Vice President, the Secretaries of State and Defense and has a competent staff. +LJ049-0141|The foremost assignment of the Committee would be to insure that the maximum resources of the Federal Government are fully engaged in the job of protecting the President,|The foremost assignment of the Committee would be to insure that the maximum resources of the Federal Government are fully engaged in the job of protecting the President, +LJ049-0142|by defining responsibilities clearly and overseeing their execution.|by defining responsibilities clearly and overseeing their execution. +LJ049-0143|Major needs of personnel or other resources might be met more easily on its recommendation than they have been in the past.|Major needs of personnel or other resources might be met more easily on its recommendation than they have been in the past. +LJ049-0144|The Committee would be able to provide guidance in defining the general nature of domestic and foreign dangers to Presidential security.|The Committee would be able to provide guidance in defining the general nature of domestic and foreign dangers to Presidential security. +LJ049-0145|As improvements are recommended for the advance detection of potential threats to the President, it could act as a final review board.|As improvements are recommended for the advance detection of potential threats to the President, it could act as a final review board. +LJ049-0146|The expert assistance and resources which it could draw upon would be particularly desirable in this complex and sensitive area.|The expert assistance and resources which it could draw upon would be particularly desirable in this complex and sensitive area. +LJ049-0147|This arrangement would provide a continuing high-level contact for agencies that may wish to consult respecting particular protective measures.|This arrangement would provide a continuing high-level contact for agencies that may wish to consult respecting particular protective measures. +LJ049-0148|For various reasons the Secret Service has functioned largely as an informal part of the White House staff, with the result|For various reasons the Secret Service has functioned largely as an informal part of the White House staff, with the result +LJ049-0149|that it has been unable, as a practical matter, to exercise sufficient influence over the security precautions which surround Presidential activities.|that it has been unable, as a practical matter, to exercise sufficient influence over the security precautions which surround Presidential activities. +LJ049-0150|A Cabinet-level committee which is actively concerned with these problems would be able to discuss these matters more effectively with the President.|A Cabinet-level committee which is actively concerned with these problems would be able to discuss these matters more effectively with the President. +LJ049-0151|Responsibilities for Presidential Protection|Responsibilities for Presidential Protection +LJ049-0152|The assignment of the responsibility of protecting the President to an agency of the Department of the Treasury was largely an historical accident.|The assignment of the responsibility of protecting the President to an agency of the Department of the Treasury was largely an historical accident. +LJ049-0153|The Secret Service was organized as a division of the Department of the Treasury in 1865, to deal with counterfeiting.|The Secret Service was organized as a division of the Department of the Treasury in eighteen sixty-five, to deal with counterfeiting. +LJ049-0154|In 1894,|In eighteen ninety-four, +LJ049-0155|while investigating a plot to assassinate President Cleveland, the Service assigned a small protective detail of agents to the White House.|while investigating a plot to assassinate President Cleveland, the Service assigned a small protective detail of agents to the White House. +LJ049-0156|Secret Service men accompanied the President and his family to their vacation home in Massachusetts|Secret Service men accompanied the President and his family to their vacation home in Massachusetts +LJ049-0157|and special details protected him in Washington, on trips, and at special functions.|and special details protected him in Washington, on trips, and at special functions. +LJ049-0158|These informal and part-time arrangements led to more systematic protection in 1902, after the assassination of President McKinley;|These informal and part-time arrangements led to more systematic protection in nineteen oh two, after the assassination of President McKinley; +LJ049-0159|the Secret Service, then the only Federal investigative agency, assumed full-time responsibility for the safety of the President.|the Secret Service, then the only Federal investigative agency, assumed full-time responsibility for the safety of the President. +LJ049-0160|Since that time, the Secret Service has had and exercised responsibility for the physical protection of the President|Since that time, the Secret Service has had and exercised responsibility for the physical protection of the President +LJ049-0161|and also for the preventive investigation of potential threats against the President.|and also for the preventive investigation of potential threats against the President. +LJ049-0162|Although the Secret Service has had the primary responsibility for the protection of the President,|Although the Secret Service has had the primary responsibility for the protection of the President, +LJ049-0163|the FBI, which was established within the Department of Justice in 1908, has had in recent years an increasingly important role to play.|the FBI, which was established within the Department of Justice in nineteen oh eight, has had in recent years an increasingly important role to play. +LJ049-0164|In the appropriations of the FBI there has recurred annually an item for the, quote, protection of the person of the President of the United States, end quote,|In the appropriations of the FBI there has recurred annually an item for the, quote, protection of the person of the President of the United States, end quote, +LJ049-0165|which first appeared in the appropriation of the Department of Justice in 1910 under the heading, quote, Miscellaneous Objects, end quote.|which first appeared in the appropriation of the Department of Justice in nineteen ten under the heading, quote, Miscellaneous Objects, end quote. +LJ049-0166|Although the FBI is not charged with the physical protection of the President, it does have an assignment, as do other Government agencies,|Although the FBI is not charged with the physical protection of the President, it does have an assignment, as do other Government agencies, +LJ049-0167|in the field of preventive investigation in regard to the President's security.|in the field of preventive investigation in regard to the President's security. +LJ049-0168|As discussed above, the Bureau has attempted to meet its responsibilities in this field by spelling out in its Handbook|As discussed above, the Bureau has attempted to meet its responsibilities in this field by spelling out in its Handbook +LJ049-0169|the procedures which its agents are to follow in connection with information received, quote,|the procedures which its agents are to follow in connection with information received, quote, +LJ049-0170|indicating the possibility of an attempt against the person or safety of the President, end quote, or other protected persons.|indicating the possibility of an attempt against the person or safety of the President, end quote, or other protected persons. +LJ049-0171|With two Federal agencies operating in the same general field of preventive investigation,|With two Federal agencies operating in the same general field of preventive investigation, +LJ049-0172|questions inevitably arise as to the scope of each agency's authority and responsibility.|questions inevitably arise as to the scope of each agency's authority and responsibility. +LJ049-0173|As the testimony of J. Edgar Hoover and other Bureau officials revealed, the FBI did not believe that its directive required the Bureau|As the testimony of J. Edgar Hoover and other Bureau officials revealed, the FBI did not believe that its directive required the Bureau +LJ049-0175|before the President reached Dallas.|before the President reached Dallas. +LJ049-0176|On the other hand, the Secret Service had no knowledge whatever of Oswald, his background, or his employment at the Book Depository,|On the other hand, the Secret Service had no knowledge whatever of Oswald, his background, or his employment at the Book Depository, +LJ049-0177|and Robert I. Bouck, who was in charge of the Protective Research Section of the Secret Service, believed that the accumulation of the facts known to the FBI|and Robert I. Bouck, who was in charge of the Protective Research Section of the Secret Service, believed that the accumulation of the facts known to the FBI +LJ049-0178|should have constituted a sufficient basis to warn the Secret Service of the Oswald risk.|should have constituted a sufficient basis to warn the Secret Service of the Oswald risk. +LJ049-0179|The Commission believes that both the FBI and the Secret Service have too narrowly construed their respective responsibilities.|The Commission believes that both the FBI and the Secret Service have too narrowly construed their respective responsibilities. +LJ049-0180|The Commission has the impression|The Commission has the impression +LJ049-0181|that too much emphasis is placed by both on the investigation of specific threats by individuals and not enough on dangers from other sources.|that too much emphasis is placed by both on the investigation of specific threats by individuals and not enough on dangers from other sources. +LJ049-0182|In addition, the Commission has concluded that the Secret Service particularly tends to be the passive recipient of information|In addition, the Commission has concluded that the Secret Service particularly tends to be the passive recipient of information +LJ049-0183|regarding such threats and that its Protective Research Section is not adequately staffed or equipped|regarding such threats and that its Protective Research Section is not adequately staffed or equipped +LJ049-0184|to conduct the wider investigative work that is required today for the security of the President.|to conduct the wider investigative work that is required today for the security of the President. +LJ049-0185|During the period the Commission was giving thought to this situation,|During the period the Commission was giving thought to this situation, +LJ049-0186|the Commission received a number of proposals designed to improve current arrangements for protecting the President.|the Commission received a number of proposals designed to improve current arrangements for protecting the President. +LJ049-0187|These proposals included suggestions to locate exclusive responsibility for all phases of the work|These proposals included suggestions to locate exclusive responsibility for all phases of the work +LJ049-0188|in one or another Government agency, to clarify the division of authority between the agencies involved, and to retain the existing system|in one or another Government agency, to clarify the division of authority between the agencies involved, and to retain the existing system +LJ049-0189|but expand both the scope and the operations of the existing agencies, particularly those of the Secret Service and the FBI.|but expand both the scope and the operations of the existing agencies, particularly those of the Secret Service and the FBI. +LJ049-0190|It has been pointed out that the FBI, as our chief investigative agency,|It has been pointed out that the FBI, as our chief investigative agency, +LJ049-0191|is properly manned and equipped to carry on extensive information gathering functions within the United States.|is properly manned and equipped to carry on extensive information gathering functions within the United States. +LJ049-0192|It was also suggested that it would take a substantial period of time for the Secret Service to build up the experience and skills necessary to meet the problem.|It was also suggested that it would take a substantial period of time for the Secret Service to build up the experience and skills necessary to meet the problem. +LJ049-0193|Consequently the suggestion has been made, on the one hand, that all preventive investigative functions relating to the security of the President|Consequently the suggestion has been made, on the one hand, that all preventive investigative functions relating to the security of the President +LJ049-0194|should be transferred to the FBI,|should be transferred to the FBI, +LJ049-0195|leaving with the Secret Service only the responsibility for the physical protection of the President, that is, the guarding function alone.|leaving with the Secret Service only the responsibility for the physical protection of the President, that is, the guarding function alone. +LJ049-0196|On the other hand, it is urged that all features of the protection of the President and his family should be committed to an elite and independent corps.|On the other hand, it is urged that all features of the protection of the President and his family should be committed to an elite and independent corps. +LJ049-0197|It is also contended that the agents should be intimately associated with the life of the Presidential family|It is also contended that the agents should be intimately associated with the life of the Presidential family +LJ049-0198|in all its ramifications and alert to every danger that might befall it,|in all its ramifications and alert to every danger that might befall it, +LJ049-0199|and ready at any instant to hazard great danger to themselves in the performance of their tremendous responsibility.|and ready at any instant to hazard great danger to themselves in the performance of their tremendous responsibility. +LJ049-0200|It is suggested that an organization shorn of its power to investigate all the possibilities of danger to the President|It is suggested that an organization shorn of its power to investigate all the possibilities of danger to the President +LJ049-0201|and becoming merely the recipient of information gathered by others would become limited solely to acts of physical alertness and personal courage|and becoming merely the recipient of information gathered by others would become limited solely to acts of physical alertness and personal courage +LJ049-0202|incident to its responsibilities.|incident to its responsibilities. +LJ049-0203|So circumscribed, it could not maintain the esprit de corps or the necessary alertness for this unique and challenging responsibility.|So circumscribed, it could not maintain the esprit de corps or the necessary alertness for this unique and challenging responsibility. +LJ049-0204|While in accordance with its mandate|While in accordance with its mandate +LJ049-0205|this Commission has necessarily examined into the functioning of the various Federal agencies concerned with the tragic trip of President Kennedy to Dallas|this Commission has necessarily examined into the functioning of the various Federal agencies concerned with the tragic trip of President Kennedy to Dallas +LJ049-0206|and while it has arrived at certain conclusions in respect thereto, it seems clear|and while it has arrived at certain conclusions in respect thereto, it seems clear +LJ049-0207|that it was not within the Commission's responsibility to make specific recommendations as to the long-range organization of the President's protection,|that it was not within the Commission's responsibility to make specific recommendations as to the long-range organization of the President's protection, +LJ049-0208|except as conclusions flowing directly from its examination of the President's assassination can be drawn.|except as conclusions flowing directly from its examination of the President's assassination can be drawn. +LJ049-0209|The Commission was not asked to apply itself as did the Hoover Commission in 1949,|The Commission was not asked to apply itself as did the Hoover Commission in nineteen forty-nine, +LJ049-0210|for examples to a determination of the optimum organization of the President's protection.|for examples to a determination of the optimum organization of the President's protection. +LJ049-0211|It would have been necessary for the Commission to take considerable testimony, much of it extraneous to the facts of the assassination of President Kennedy,|It would have been necessary for the Commission to take considerable testimony, much of it extraneous to the facts of the assassination of President Kennedy, +LJ049-0212|to put it in a position to reach final conclusions in this respect.|to put it in a position to reach final conclusions in this respect. +LJ049-0213|There are always dangers of divided responsibility,|There are always dangers of divided responsibility, +LJ049-0214|duplication, and confusion of authority where more than one agency is operating in the same field; but on the other hand|duplication, and confusion of authority where more than one agency is operating in the same field; but on the other hand +LJ049-0215|the protection of the President is in a real sense a Government-wide responsibility which must necessarily assumed by the Department of State,|the protection of the President is in a real sense a Government-wide responsibility which must necessarily assumed by the Department of State, +LJ049-0216|the FBI, the CIA, and the military intelligence agencies as well as the Secret Service.|the FBI, the CIA, and the military intelligence agencies as well as the Secret Service. +LJ049-0217|Moreover, a number of imponderable questions have to be weighed if any change in the intimate association now established|Moreover, a number of imponderable questions have to be weighed if any change in the intimate association now established +LJ049-0218|between the Secret Service and the President and his family is contemplated.|between the Secret Service and the President and his family is contemplated. +LJ049-0219|These considerations have induced the Commission to believe|These considerations have induced the Commission to believe +LJ049-0220|that the determination of whether or not there should be a relocation of responsibilities and functions should be left to the Executive and the Congress,|that the determination of whether or not there should be a relocation of responsibilities and functions should be left to the Executive and the Congress, +LJ049-0221|perhaps upon recommendations based on further studies by the Cabinet-level committee recommended above or the National Security Council.|perhaps upon recommendations based on further studies by the Cabinet-level committee recommended above or the National Security Council. +LJ049-0222|Pending any such determination, however, this Commission is convinced of the necessity of better coordination|Pending any such determination, however, this Commission is convinced of the necessity of better coordination +LJ049-0223|and direction of the activities of all existing agencies of Government which are in a position to and do, furnish information|and direction of the activities of all existing agencies of Government which are in a position to and do, furnish information +LJ049-0224|and services related to the security of the President.|and services related to the security of the President. +LJ049-0225|The Commission feels the Secret Service and the FBI, as well as the State Department and the CIA when the President travels abroad,|The Commission feels the Secret Service and the FBI, as well as the State Department and the CIA when the President travels abroad, +LJ049-0226|could improve their existing capacities and procedures so as to lessen the chances of assassination.|could improve their existing capacities and procedures so as to lessen the chances of assassination. +LJ049-0227|Without, therefore, coming to final conclusions respecting the long-range organization of the President's security,|Without, therefore, coming to final conclusions respecting the long-range organization of the President's security, +LJ049-0228|the Commission believes that the facts of the assassination of President Kennedy point to certain measures which,|the Commission believes that the facts of the assassination of President Kennedy point to certain measures which, +LJ049-0229|while assuming no radical relocation of responsibilities,|while assuming no radical relocation of responsibilities, +LJ049-0230|can and should be recommended by this Commission in the interest of the more efficient protection of the President.|can and should be recommended by this Commission in the interest of the more efficient protection of the President. +LJ050-0001|For more information, or to volunteer, please visit librivox dot org. Report of the President's Commission on the Assassination of President Kennedy.|For more information, or to volunteer, please visit librivox dot org. Report of the President's Commission on the Assassination of President Kennedy. +LJ050-0002|The Warren Commission Report.|The Warren Commission Report. +LJ050-0003|By The President's Commission on the Assassination of President Kennedy. Chapter 8. The Protection of the President. Part 5.|By The President's Commission on the Assassination of President Kennedy. Chapter eight. The Protection of the President. Part five. +LJ050-0004|General Supervision of the Secret Service|General Supervision of the Secret Service +LJ050-0005|The intimacy of the Secret Service's relationship to the White House|The intimacy of the Secret Service's relationship to the White House +LJ050-0006|and the dissimilarity of its protective functions to most activities of the Department of the Treasury|and the dissimilarity of its protective functions to most activities of the Department of the Treasury +LJ050-0007|have made it difficult for the Treasury to maintain close and continuing supervision.|have made it difficult for the Treasury to maintain close and continuing supervision. +LJ050-0008|The Commission believes that the recommended Cabinet-level committee will help to correct many of the major deficiencies of supervision|The Commission believes that the recommended Cabinet-level committee will help to correct many of the major deficiencies of supervision +LJ050-0009|disclosed by the Commission's investigation. Other measures should be taken as well to improve the overall operation of the Secret Service.|disclosed by the Commission's investigation. Other measures should be taken as well to improve the overall operation of the Secret Service. +LJ050-0010|Daily supervision of the operations of the Secret Service within the Department of the Treasury should be improved.|Daily supervision of the operations of the Secret Service within the Department of the Treasury should be improved. +LJ050-0011|The Chief of the Service now reports to the Secretary of the Treasury|The Chief of the Service now reports to the Secretary of the Treasury +LJ050-0012|through an Assistant Secretary whose duties also include the direct supervision of the Bureau of the Mint|through an Assistant Secretary whose duties also include the direct supervision of the Bureau of the Mint +LJ050-0013|and the Department's Employment Policy Program, and who also represents the Secretary of the Treasury on various committees and groups.|and the Department's Employment Policy Program, and who also represents the Secretary of the Treasury on various committees and groups. +LJ050-0014|The incumbent has no technical qualifications in the area of Presidential protection.|The incumbent has no technical qualifications in the area of Presidential protection. +LJ050-0015|The Commission recommends that the Secretary of the Treasury appoint a special assistant with the responsibility of supervising the Service.|The Commission recommends that the Secretary of the Treasury appoint a special assistant with the responsibility of supervising the Service. +LJ050-0016|This special assistant should be required to have sufficient stature and experience in law enforcement, intelligence, or allied fields|This special assistant should be required to have sufficient stature and experience in law enforcement, intelligence, or allied fields +LJ050-0017|to be able to provide effective continuing supervision|to be able to provide effective continuing supervision +LJ050-0018|and to keep the Secretary fully informed regarding all significant developments relating to Presidential protection.|and to keep the Secretary fully informed regarding all significant developments relating to Presidential protection. +LJ050-0019|This report has already pointed out several respects|This report has already pointed out several respects +LJ050-0020|in which the Commission believes that the Secret Service has operated with insufficient planning or control.|in which the Commission believes that the Secret Service has operated with insufficient planning or control. +LJ050-0021|Actions by the Service since the assassination indicate its awareness of the necessity for substantial improvement in its administration.|Actions by the Service since the assassination indicate its awareness of the necessity for substantial improvement in its administration. +LJ050-0022|A formal and thorough description of the responsibilities of the advance agent is now in preparation by the Service.|A formal and thorough description of the responsibilities of the advance agent is now in preparation by the Service. +LJ050-0023|Work is going forward|Work is going forward +LJ050-0024|toward the preparation of formal understandings of the respective roles of the Secret Service and other agencies with which it collaborates|toward the preparation of formal understandings of the respective roles of the Secret Service and other agencies with which it collaborates +LJ050-0025|or from which it derives assistance and support.|or from which it derives assistance and support. +LJ050-0026|The Commission urges that the Service continue this effort to overhaul and define its procedures.|The Commission urges that the Service continue this effort to overhaul and define its procedures. +LJ050-0027|While manuals and memoranda are no guarantee of effective operations,|While manuals and memoranda are no guarantee of effective operations, +LJ050-0028|no sizable organization can achieve efficiency without the careful analysis and demarcation of responsibility|no sizable organization can achieve efficiency without the careful analysis and demarcation of responsibility +LJ050-0029|that is reflected in definite and comprehensive operating procedures.|that is reflected in definite and comprehensive operating procedures. +LJ050-0030|The Commission also recommends|The Commission also recommends +LJ050-0031|that the Secret Service consciously set about the task of inculcating and maintaining the highest standard of excellence and esprit, for all of its personnel.|that the Secret Service consciously set about the task of inculcating and maintaining the highest standard of excellence and esprit, for all of its personnel. +LJ050-0032|This involves tight and unswerving discipline as well as the promotion of an outstanding degree of dedication and loyalty to duty.|This involves tight and unswerving discipline as well as the promotion of an outstanding degree of dedication and loyalty to duty. +LJ050-0033|The Commission emphasizes that it finds no causal connection between the assassination|The Commission emphasizes that it finds no causal connection between the assassination +LJ050-0034|and the breach of regulations which occurred on the night of November 21 at Fort Worth.|and the breach of regulations which occurred on the night of November twenty-one at Fort Worth. +LJ050-0035|Nevertheless, such a breach, in which so many agents participated,|Nevertheless, such a breach, in which so many agents participated, +LJ050-0036|is not consistent with the standards which the responsibilities of the Secret Service require it to meet.|is not consistent with the standards which the responsibilities of the Secret Service require it to meet. +LJ050-0037|Preventive Intelligence|Preventive Intelligence +LJ050-0038|In attempting to identify those individuals who might prove a danger to the President,|In attempting to identify those individuals who might prove a danger to the President, +LJ050-0039|the Secret Service has largely been the passive recipient of threatening communications to the President|the Secret Service has largely been the passive recipient of threatening communications to the President +LJ050-0040|and reports from other agencies which independently evaluate their information for potential sources of danger.|and reports from other agencies which independently evaluate their information for potential sources of danger. +LJ050-0041|This was the consequence of the Service's lack of an adequate investigative staff,|This was the consequence of the Service's lack of an adequate investigative staff, +LJ050-0042|its inability to process large amounts of data, and its failure to provide specific descriptions of the kind of information it sought.|its inability to process large amounts of data, and its failure to provide specific descriptions of the kind of information it sought. +LJ050-0043|The Secret Service has embarked upon a complete overhaul of its research activities. The staff of the Protective Research Section (PRS)|The Secret Service has embarked upon a complete overhaul of its research activities. The staff of the Protective Research Section (PRS) +LJ050-0044|has been augmented, and a Secret Service inspector has been put in charge of this operation. With the assistance of the President's Office of Science and Technology,|has been augmented, and a Secret Service inspector has been put in charge of this operation. With the assistance of the President's Office of Science and Technology, +LJ050-0045|and of the Advanced Research Projects Agency of the Department of Defense,|and of the Advanced Research Projects Agency of the Department of Defense, +LJ050-0046|it has obtained the services of outside consultants, such as the Rand Corporation,|it has obtained the services of outside consultants, such as the Rand Corporation, +LJ050-0047|International Business Machines Corporation, and a panel of psychiatric and psychological experts.|International Business Machines Corporation, and a panel of psychiatric and psychological experts. +LJ050-0048|It has received assistance also from data processing experts at the CIA|It has received assistance also from data processing experts at the CIA +LJ050-0050|As a result of these studies, the planning document submitted by the Secretary of the Treasury to the Bureau of the Budget on August 31,|As a result of these studies, the planning document submitted by the Secretary of the Treasury to the Bureau of the Budget on August thirty-one, +LJ050-0051|1964, makes several significant recommendations in this field.|nineteen sixty-four, makes several significant recommendations in this field. +LJ050-0052|Based on the Commission's investigation, the following minimum goals for improvements are indicated:|Based on the Commission's investigation, the following minimum goals for improvements are indicated: +LJ050-0053|Broader and more selective criteria|Broader and more selective criteria +LJ050-0054|Since the assassination, both the Secret Service and the FBI have recognized|Since the assassination, both the Secret Service and the FBI have recognized +LJ050-0055|that the PRS files can no longer be limited largely to persons communicating actual threats to the President.|that the PRS files can no longer be limited largely to persons communicating actual threats to the President. +LJ050-0056|On December 26, 1963, the FBI circulated additional instructions to all its agents,|On December twenty-six, nineteen sixty-three, the FBI circulated additional instructions to all its agents, +LJ050-0057|specifying criteria for information to be furnished to the Secret Service in addition to that covered by the former standard,|specifying criteria for information to be furnished to the Secret Service in addition to that covered by the former standard, +LJ050-0058|which was the possibility of an attempt against the person or safety of the President.|which was the possibility of an attempt against the person or safety of the President. +LJ050-0059|he new instructions require FBI agents to report immediately information concerning, quote,|he new instructions require FBI agents to report immediately information concerning, quote, +LJ050-0060|Subversives, ultrarightists, racists and fascists (a) possessing emotional instability or irrational behavior,|Subversives, ultrarightists, racists and fascists (a) possessing emotional instability or irrational behavior, +LJ050-0061|(b) who have made threats of bodily harm against officials or employees of Federal, state or local government or officials of a foreign government,|(b) who have made threats of bodily harm against officials or employees of Federal, state or local government or officials of a foreign government, +LJ050-0062|(c) who express or have expressed strong or violent anti-U.S. sentiments|(c) who express or have expressed strong or violent anti-U.S. sentiments +LJ050-0063|and who have been involved in bombing or bomb-making or whose past conduct indicates tendencies toward violence, and (d)|and who have been involved in bombing or bomb-making or whose past conduct indicates tendencies toward violence, and (d) +LJ050-0064|whose prior acts or statements depict propensity for violence and hatred against organized government, end quote.|whose prior acts or statements depict propensity for violence and hatred against organized government, end quote. +LJ050-0065|Alan H. Belmont, Assistant to the Director of the FBI, testified that this revision was initiated by the FBI itself.|Alan H. Belmont, Assistant to the Director of the FBI, testified that this revision was initiated by the FBI itself. +LJ050-0066|The volume of references to the Secret Service has increased substantially since the new instructions went into effect;|The volume of references to the Secret Service has increased substantially since the new instructions went into effect; +LJ050-0067|more than 5,000 names were referred to the Secret Service in the first 4 months of 1964.|more than five thousand names were referred to the Secret Service in the first four months of nineteen sixty-four. +LJ050-0068|According to Chief Rowley, by mid-June 1964,|According to Chief Rowley, by mid-June nineteen sixty-four, +LJ050-0069|the Secret Service had received from the FBI some 9,000 reports on members of the Communist Party.|the Secret Service had received from the FBI some nine thousand reports on members of the Communist Party. +LJ050-0070|The FBI now transmits information on all defectors, a category which would, of course, have included Oswald.|The FBI now transmits information on all defectors, a category which would, of course, have included Oswald. +LJ050-0071|Both Director Hoover and Belmont expressed to the Commission the great concern of the FBI, which is shared by the Secret Service,|Both Director Hoover and Belmont expressed to the Commission the great concern of the FBI, which is shared by the Secret Service, +LJ050-0072|that referrals to the Secret Service under the new criteria might, if not properly handled,|that referrals to the Secret Service under the new criteria might, if not properly handled, +LJ050-0073|result in some degree of interference with the personal liberty of those involved.|result in some degree of interference with the personal liberty of those involved. +LJ050-0074|They emphasized the necessity that the information now being furnished be handled with judgment and care.|They emphasized the necessity that the information now being furnished be handled with judgment and care. +LJ050-0075|The Commission shares this concern.|The Commission shares this concern. +LJ050-0076|The problem is aggravated by the necessity that the Service obtain the assistance of local law enforcement officials in evaluating the information which it receives|The problem is aggravated by the necessity that the Service obtain the assistance of local law enforcement officials in evaluating the information which it receives +LJ050-0077|and in taking preventive steps.|and in taking preventive steps. +LJ050-0078|In June 1964, the Secret Service sent to a number of Federal law enforcement and intelligence agencies|In June nineteen sixty-four, the Secret Service sent to a number of Federal law enforcement and intelligence agencies +LJ050-0079|guidelines for an experimental program to develop more detailed criteria.|guidelines for an experimental program to develop more detailed criteria. +LJ050-0080|The suggestions of Federal agencies for revision of these guidelines were solicited.|The suggestions of Federal agencies for revision of these guidelines were solicited. +LJ050-0081|The new tentative criteria are useful in making clear that|The new tentative criteria are useful in making clear that +LJ050-0082|the interest of the Secret Service goes beyond information on individuals or groups threatening to cause harm or embarrassment to the President.|the interest of the Secret Service goes beyond information on individuals or groups threatening to cause harm or embarrassment to the President. +LJ050-0083|Information is requested also concerning individuals or groups who have demonstrated an interest in the President|Information is requested also concerning individuals or groups who have demonstrated an interest in the President +LJ050-0084|or, quote, other high government officials in the nature of a complaint coupled with an expressed or implied determination to use a means,|or, quote, other high government officials in the nature of a complaint coupled with an expressed or implied determination to use a means, +LJ050-0085|other than legal or peaceful, to satisfy any grievance, real or imagined.|other than legal or peaceful, to satisfy any grievance, real or imagined. +LJ050-0086|Under these criteria, whether the case should be referred to the Secret Service depends on the existence of a previous history of mental instability,|Under these criteria, whether the case should be referred to the Secret Service depends on the existence of a previous history of mental instability, +LJ050-0087|propensity toward violent action, or some similar characteristic, coupled with some evaluation of the capability of the individual or group|propensity toward violent action, or some similar characteristic, coupled with some evaluation of the capability of the individual or group +LJ050-0088|to further the intention to satisfy a grievance by unlawful means.|to further the intention to satisfy a grievance by unlawful means. +LJ050-0089|While these tentative criteria are a step in the right direction,|While these tentative criteria are a step in the right direction, +LJ050-0090|they seem unduly restrictive in continuing to require some manifestation of animus against a Government official.|they seem unduly restrictive in continuing to require some manifestation of animus against a Government official. +LJ050-0091|It is questionable whether such criteria would have resulted in the referral of Oswald to the Secret Service.|It is questionable whether such criteria would have resulted in the referral of Oswald to the Secret Service. +LJ050-0092|Chief Rowley believed that they would,|Chief Rowley believed that they would, +LJ050-0093|because of Oswald's demonstrated hostility toward the Secretary of the Navy in his letter of January 30, 1962. Quote,|because of Oswald's demonstrated hostility toward the Secretary of the Navy in his letter of January thirty, nineteen sixty-two. Quote, +LJ050-0094|I shall employ all means to right this gross mistake or injustice to a bona fide U.S. citizen and ex-service man.|I shall employ all means to right this gross mistake or injustice to a bona fide U.S. citizen and ex-service man. +LJ050-0095|The U.S. government has no charges or complaints against me.|The U.S. government has no charges or complaints against me. +LJ050-0096|I ask you to look into this case and take the necessary steps to repair the damage done to me and my family. End quote.|I ask you to look into this case and take the necessary steps to repair the damage done to me and my family. End quote. +LJ050-0097|Even with the advantage of hindsight, this letter does not appear to express or imply Oswald's, quote,|Even with the advantage of hindsight, this letter does not appear to express or imply Oswald's, quote, +LJ050-0098|determination to use a means, other than legal or peaceful, to satisfy his grievance, end quote, within the meaning of the new criteria.|determination to use a means, other than legal or peaceful, to satisfy his grievance, end quote, within the meaning of the new criteria. +LJ050-0099|It is apparent that a good deal of further consideration and experimentation will be required before adequate criteria can be framed.|It is apparent that a good deal of further consideration and experimentation will be required before adequate criteria can be framed. +LJ050-0100|The Commission recognizes that no set of meaningful criteria will yield the names of all potential assassins. Charles J. Guiteau,|The Commission recognizes that no set of meaningful criteria will yield the names of all potential assassins. Charles J. Guiteau, +LJ050-0101|Leon F. Czolgosz,|Leon F. Czolgosz, +LJ050-0102|John Schrank, and Guiseppe Zangara -- four assassins or would-be assassins|John Schrank, and Guiseppe Zangara -- four assassins or would-be assassins +LJ050-0103|were all men who acted alone in their criminal acts against our leaders. None had a serious record of prior violence.|were all men who acted alone in their criminal acts against our leaders. None had a serious record of prior violence. +LJ050-0104|Each of them was a failure in his work and in his relations with others, a victim of delusions and fancies which led to the conviction|Each of them was a failure in his work and in his relations with others, a victim of delusions and fancies which led to the conviction +LJ050-0105|that society and its leaders had combined to thwart him. It will require every available resource of our Government|that society and its leaders had combined to thwart him. It will require every available resource of our Government +LJ050-0106|to devise a practical system which has any reasonable possibility of revealing such malcontents.|to devise a practical system which has any reasonable possibility of revealing such malcontents. +LJ050-0107|Liaison with other agencies regarding intelligence.|Liaison with other agencies regarding intelligence. +LJ050-0108|The Secret Service's liaison with the agencies that supply information to it has been too casual.|The Secret Service's liaison with the agencies that supply information to it has been too casual. +LJ050-0109|Since the assassination, the Service has recognized that these relationships must be far more formal|Since the assassination, the Service has recognized that these relationships must be far more formal +LJ050-0110|and each agency given clear understanding of the assistance which the Secret Service expects.|and each agency given clear understanding of the assistance which the Secret Service expects. +LJ050-0111|Once the Secret Service has formulated its new standards for collection of information, it should enter into written agreements with each Federal agency|Once the Secret Service has formulated its new standards for collection of information, it should enter into written agreements with each Federal agency +LJ050-0112|and the leading State and local agencies that might be a source of such information.|and the leading State and local agencies that might be a source of such information. +LJ050-0114|and the respective responsibilities for any further investigation that may be required.|and the respective responsibilities for any further investigation that may be required. +LJ050-0115|This is especially necessary with regard to the FBI and CIA,|This is especially necessary with regard to the FBI and CIA, +LJ050-0116|which carry the major responsibility for supplying information about potential threats,|which carry the major responsibility for supplying information about potential threats, +LJ050-0117|particularly those arising from organized groups, within their special jurisdiction.|particularly those arising from organized groups, within their special jurisdiction. +LJ050-0118|Since these agencies are already obliged constantly to evaluate the activities of such groups,|Since these agencies are already obliged constantly to evaluate the activities of such groups, +LJ050-0119|they should be responsible for advising the Secret Service if information develops indicating the existence of an assassination plot|they should be responsible for advising the Secret Service if information develops indicating the existence of an assassination plot +LJ050-0120|and for reporting such events as a change in leadership or dogma which indicate that the group may present a danger to the President.|and for reporting such events as a change in leadership or dogma which indicate that the group may present a danger to the President. +LJ050-0121|Detailed formal agreements embodying these arrangements should be worked out between the Secret Service and both of these agencies.|Detailed formal agreements embodying these arrangements should be worked out between the Secret Service and both of these agencies. +LJ050-0122|It should be made clear that the Secret Service will in no way seek to duplicate the intelligence|It should be made clear that the Secret Service will in no way seek to duplicate the intelligence +LJ050-0123|and investigative capabilities of the agencies now operating in this field but will continue|and investigative capabilities of the agencies now operating in this field but will continue +LJ050-0124|to use the data developed by these agencies to carry out its special duties.|to use the data developed by these agencies to carry out its special duties. +LJ050-0125|Once experience has been gained in implementing such agreements with the Federal and leading State and local agencies,|Once experience has been gained in implementing such agreements with the Federal and leading State and local agencies, +LJ050-0126|the Secret Service, through its field offices,|the Secret Service, through its field offices, +LJ050-0127|should negotiate similar arrangements with such other State and local law enforcement agencies as may provide meaningful assistance.|should negotiate similar arrangements with such other State and local law enforcement agencies as may provide meaningful assistance. +LJ050-0128|Much useful information will come to the attention of local law enforcement agencies in the regular course of their activities,|Much useful information will come to the attention of local law enforcement agencies in the regular course of their activities, +LJ050-0129|and this source should not be neglected by undue concentration on relationships with other Federal agencies.|and this source should not be neglected by undue concentration on relationships with other Federal agencies. +LJ050-0130|Finally, these agreements with Federal and local authorities will be of little value|Finally, these agreements with Federal and local authorities will be of little value +LJ050-0131|unless a system is established for the frequent formal review of activities thereunder. In this regard|unless a system is established for the frequent formal review of activities thereunder. In this regard +LJ050-0132|the Commission notes with approval several recent measures taken and proposed by the Secret Service to improve its liaison arrangements.|the Commission notes with approval several recent measures taken and proposed by the Secret Service to improve its liaison arrangements. +LJ050-0133|In his testimony Secretary of the Treasury C. Douglas Dillon informed the Commission|In his testimony Secretary of the Treasury C. Douglas Dillon informed the Commission +LJ050-0134|that an interagency committee has been established to develop more effective criteria.|that an interagency committee has been established to develop more effective criteria. +LJ050-0135|According to Secretary Dillon,|According to Secretary Dillon, +LJ050-0136|the Committee will include representatives of the President's Office of Science and Technology, Department of Defense, CIA,|the Committee will include representatives of the President's Office of Science and Technology, Department of Defense, CIA, +LJ050-0137|FBI, and the Secret Service.|FBI, and the Secret Service. +LJ050-0138|In addition, the Department of the Treasury has requested five additional agents for its Protective Research Section|In addition, the Department of the Treasury has requested five additional agents for its Protective Research Section +LJ050-0139|to serve as liaison officers with law enforcement and intelligence agencies. On the basis of the Department's review during the past several months,|to serve as liaison officers with law enforcement and intelligence agencies. On the basis of the Department's review during the past several months, +LJ050-0140|Secretary Dillon testified that the use of such liaison officers is the only effective way to insure that adequate liaison is maintained.|Secretary Dillon testified that the use of such liaison officers is the only effective way to insure that adequate liaison is maintained. +LJ050-0141|As a beginning step to improve liaison with local law enforcement officials, the Secret Service on August 26, 1964,|As a beginning step to improve liaison with local law enforcement officials, the Secret Service on August twenty-six, nineteen sixty-four, +LJ050-0142|directed its field representatives to send a form request for intelligence information to all local,|directed its field representatives to send a form request for intelligence information to all local, +LJ050-0143|county, and State law enforcement agencies in their districts.|county, and State law enforcement agencies in their districts. +LJ050-0144|Each of these efforts appears sound,|Each of these efforts appears sound, +LJ050-0145|and the Commission recommends that these and the other measures suggested by the Commission be pursued vigorously by Secret Service.|and the Commission recommends that these and the other measures suggested by the Commission be pursued vigorously by Secret Service. +LJ050-0146|Automatic data processing|Automatic data processing +LJ050-0147|Unless the Secret Service is able to deal rapidly and accurately with a growing body of data,|Unless the Secret Service is able to deal rapidly and accurately with a growing body of data, +LJ050-0148|the increased information supplied by other agencies will be wasted.|the increased information supplied by other agencies will be wasted. +LJ050-0149|PRS must develop the capacity to classify its subjects on a more sophisticated basis than the present geographic breakdown.|PRS must develop the capacity to classify its subjects on a more sophisticated basis than the present geographic breakdown. +LJ050-0151|it makes no use of the recent developments in automatic data processing which are widely used in the business world and in other Government offices.|it makes no use of the recent developments in automatic data processing which are widely used in the business world and in other Government offices. +LJ050-0152|The Secret Service and the Department of the Treasury now recognize this critical need.|The Secret Service and the Department of the Treasury now recognize this critical need. +LJ050-0153|In the planning document currently under review by the Bureau of the Budget, the Department recommends that it be permitted to hire five qualified persons, quote,|In the planning document currently under review by the Bureau of the Budget, the Department recommends that it be permitted to hire five qualified persons, quote, +LJ050-0154|to plan and develop a workable and efficient automated file and retrieval system, end quote.|to plan and develop a workable and efficient automated file and retrieval system, end quote. +LJ050-0155|Also the Department requests the sum of $100,000 to conduct a detailed feasibility study;|Also the Department requests the sum of one hundred thousand dollars to conduct a detailed feasibility study; +LJ050-0156|this money would be used to compensate consultants, to lease standard equipment or to purchase specially designed pilot equipment.|this money would be used to compensate consultants, to lease standard equipment or to purchase specially designed pilot equipment. +LJ050-0157|On the basis of such a feasibility study,|On the basis of such a feasibility study, +LJ050-0158|the Department hopes to design a practical system which will fully meet the needs of the Protective Research Section of the Secret Service.|the Department hopes to design a practical system which will fully meet the needs of the Protective Research Section of the Secret Service. +LJ050-0159|The Commission recommends that prompt and favorable consideration be given to this request.|The Commission recommends that prompt and favorable consideration be given to this request. +LJ050-0160|The Commission further recommends that the Secret Service coordinate its planning as closely as possible with all of the Federal agencies from which it receives information.|The Commission further recommends that the Secret Service coordinate its planning as closely as possible with all of the Federal agencies from which it receives information. +LJ050-0161|The Secret Service should not and does not plan to develop its own intelligence gathering facilities to duplicate the existing facilities of other Federal agencies.|The Secret Service should not and does not plan to develop its own intelligence gathering facilities to duplicate the existing facilities of other Federal agencies. +LJ050-0162|In planning its data processing techniques,|In planning its data processing techniques, +LJ050-0163|the Secret Service should attempt to develop a system compatible with those of the agencies from which most of its data will come. Note:|the Secret Service should attempt to develop a system compatible with those of the agencies from which most of its data will come. Note: +LJ050-0164|In evaluating data processing techniques of the Secret Service,|In evaluating data processing techniques of the Secret Service, +LJ050-0165|the Commission had occasion to become informed, to a limited extent, about the data processing techniques of other Federal intelligence and law enforcement agencies.|the Commission had occasion to become informed, to a limited extent, about the data processing techniques of other Federal intelligence and law enforcement agencies. +LJ050-0166|The Commission was struck by the apparent lack of effort, on an interagency basis,|The Commission was struck by the apparent lack of effort, on an interagency basis, +LJ050-0167|to develop coordinated and mutually compatible systems, even where such coordination would not seem inconsistent|to develop coordinated and mutually compatible systems, even where such coordination would not seem inconsistent +LJ050-0168|with the particular purposes of the agency involved. The Commission recognizes that this is a controversial area|with the particular purposes of the agency involved. The Commission recognizes that this is a controversial area +LJ050-0169|and that many strongly held views are advanced in resistance to any suggestion that an effort be made to impose any degree of coordination.|and that many strongly held views are advanced in resistance to any suggestion that an effort be made to impose any degree of coordination. +LJ050-0170|This matter is obviously beyond the jurisdiction of the Commission,|This matter is obviously beyond the jurisdiction of the Commission, +LJ050-0171|but it seems to warrant further study before each agency becomes irrevocably committed to separate action.|but it seems to warrant further study before each agency becomes irrevocably committed to separate action. +LJ050-0172|The Commission, therefore, recommends that the President consider ordering an inquiry into the possibility|The Commission, therefore, recommends that the President consider ordering an inquiry into the possibility +LJ050-0173|that coordination might be achieved to a greater extent than seems now to be contemplated, without interference with the primary mission of each agency involved.|that coordination might be achieved to a greater extent than seems now to be contemplated, without interference with the primary mission of each agency involved. +LJ050-0174|Protective Research participation in advance arrangements.|Protective Research participation in advance arrangements. +LJ050-0175|Since the assassination, Secret Service procedures have been changed to require that a member of PRS accompany each advance survey team|Since the assassination, Secret Service procedures have been changed to require that a member of PRS accompany each advance survey team +LJ050-0176|to establish liaison with local intelligence gathering agencies and to provide for the immediate evaluation of information received from them.|to establish liaison with local intelligence gathering agencies and to provide for the immediate evaluation of information received from them. +LJ050-0177|This PRS agent will also be responsible for establishing an informal local liaison committee|This PRS agent will also be responsible for establishing an informal local liaison committee +LJ050-0178|to make certain that all protective intelligence activities are coordinated.|to make certain that all protective intelligence activities are coordinated. +LJ050-0179|Based on its experience during this period, the Secret Service now recommends that additional personnel be made available to PRS|Based on its experience during this period, the Secret Service now recommends that additional personnel be made available to PRS +LJ050-0180|so that these arrangements can be made permanent without adversely affecting the operations of the Service's field offices.|so that these arrangements can be made permanent without adversely affecting the operations of the Service's field offices. +LJ050-0181|The Commission regards this as a most useful innovation and urges that the practice be continued.|The Commission regards this as a most useful innovation and urges that the practice be continued. +LJ050-0182|Liaison With Local Law Enforcement Agencies|Liaison With Local Law Enforcement Agencies +LJ050-0183|Advice by the Secret Service to local police in metropolitan areas relating to the assistance expected in connection with a Presidential visit|Advice by the Secret Service to local police in metropolitan areas relating to the assistance expected in connection with a Presidential visit +LJ050-0184|has hitherto been handled on an informal basis.|has hitherto been handled on an informal basis. +LJ050-0185|The Service should consider preparing formal explanations of the cooperation anticipated during a Presidential visit to a city,|The Service should consider preparing formal explanations of the cooperation anticipated during a Presidential visit to a city, +LJ050-0186|in formats that can be communicated to each level of local authorities.|in formats that can be communicated to each level of local authorities. +LJ050-0187|Thus, the local chief of police could be given a master plan, prepared for the occasion, of all protective measures to be taken during the visit;|Thus, the local chief of police could be given a master plan, prepared for the occasion, of all protective measures to be taken during the visit; +LJ050-0188|each patrolman might be given a prepared booklet of instructions explaining what is expected of him. The Secret Service has expressed concern|each patrolman might be given a prepared booklet of instructions explaining what is expected of him. The Secret Service has expressed concern +LJ050-0190|However, the instructions must be communicated to the local police in any event and can be leaked to the press whether or not they are in writing.|However, the instructions must be communicated to the local police in any event and can be leaked to the press whether or not they are in writing. +LJ050-0191|More importantly, the lack of carefully prepared and carefully transmitted instructions for typical visits to cities|More importantly, the lack of carefully prepared and carefully transmitted instructions for typical visits to cities +LJ050-0192|can lead to lapses in protection, such as the confusion in Dallas about whether members of the public were permitted on overpasses.|can lead to lapses in protection, such as the confusion in Dallas about whether members of the public were permitted on overpasses. +LJ050-0193|Such instructions will not fit all circumstances, of course,|Such instructions will not fit all circumstances, of course, +LJ050-0194|and should not be relied upon to the detriment of the imaginative application of judgment in special cases.|and should not be relied upon to the detriment of the imaginative application of judgment in special cases. +LJ050-0195|Inspection of Buildings|Inspection of Buildings +LJ050-0196|Since the assassination of President Kennedy, the Secret Service has been experimenting with new techniques in the inspection of buildings along a motorcade route.|Since the assassination of President Kennedy, the Secret Service has been experimenting with new techniques in the inspection of buildings along a motorcade route. +LJ050-0197|According to Secretary Dillon,|According to Secretary Dillon, +LJ050-0198|the studies indicate that there is some utility in attempting to designate certain buildings as involving a higher risk than others.|the studies indicate that there is some utility in attempting to designate certain buildings as involving a higher risk than others. +LJ050-0199|The Commission strongly encourages these efforts to improve protection along a motorcade route.|The Commission strongly encourages these efforts to improve protection along a motorcade route. +LJ050-0200|The Secret Service should utilize the personnel of other Federal law enforcement offices|The Secret Service should utilize the personnel of other Federal law enforcement offices +LJ050-0201|in the locality to assure adequate manpower for this task, as it is now doing.|in the locality to assure adequate manpower for this task, as it is now doing. +LJ050-0202|Lack of adequate resources is an unacceptable excuse for failing to improve advance precautions|Lack of adequate resources is an unacceptable excuse for failing to improve advance precautions +LJ050-0203|in this crucial area of Presidential protection.|in this crucial area of Presidential protection. +LJ050-0204|Secret Service Personnel and Facilities|Secret Service Personnel and Facilities +LJ050-0205|Testimony and other evidence before the Commission|Testimony and other evidence before the Commission +LJ050-0206|suggest that the Secret Service is trying to accomplish its job with too few people and without adequate modern equipment.|suggest that the Secret Service is trying to accomplish its job with too few people and without adequate modern equipment. +LJ050-0207|Although Chief Rowley does not complain about the pay scale for Secret Service agents,|Although Chief Rowley does not complain about the pay scale for Secret Service agents, +LJ050-0208|salaries are below those of the FBI and leading municipal police forces.|salaries are below those of the FBI and leading municipal police forces. +LJ050-0209|The assistant to the Director of the FBI testified that|The assistant to the Director of the FBI testified that +LJ050-0210|the caseload of each FBI agent averaged 20 to 25, and he felt that this was high.|the caseload of each FBI agent averaged twenty to twenty-five, and he felt that this was high. +LJ050-0211|Chief Rowley testified that the present workload of each Secret Service agent averages 110.1 cases.|Chief Rowley testified that the present workload of each Secret Service agent averages one hundred ten point one cases. +LJ050-0212|While these statistics relate to the activities of Secret Service agents stationed in field offices and not the White House detail,|While these statistics relate to the activities of Secret Service agents stationed in field offices and not the White House detail, +LJ050-0213|field agents supplement those on the detail, particularly when the President is traveling.|field agents supplement those on the detail, particularly when the President is traveling. +LJ050-0214|Although the Commission does not know whether the cases involved are entirely comparable,|Although the Commission does not know whether the cases involved are entirely comparable, +LJ050-0215|these figures suggest that the agents of the Secret Service are substantially overworked.|these figures suggest that the agents of the Secret Service are substantially overworked. +LJ050-0216|In its budget request for the fiscal year beginning July 1, 1964,|In its budget request for the fiscal year beginning July one, nineteen sixty-four, +LJ050-0217|the Secret Service sought funds for 25 new positions, primarily in field offices. This increase has been approved by the Congress.|the Secret Service sought funds for twenty-five new positions, primarily in field offices. This increase has been approved by the Congress. +LJ050-0218|Chief Rowley explained that this would not provide enough additional manpower to take all the measures which he considers required.|Chief Rowley explained that this would not provide enough additional manpower to take all the measures which he considers required. +LJ050-0219|However, the 1964 to 65 budget request was submitted in November 1963|However, the nineteen sixty-four to sixty-five budget request was submitted in November nineteen sixty-three +LJ050-0220|and requests for additional personnel were not made because of the studies then being conducted.|and requests for additional personnel were not made because of the studies then being conducted. +LJ050-0221|The Secret Service has now presented its recommendations to the Bureau of the Budget. The plan proposed by the Service|The Secret Service has now presented its recommendations to the Bureau of the Budget. The plan proposed by the Service +LJ050-0222|would take approximately 20 months to implement and require expenditures of approximately $3,000,000 during that period.|would take approximately twenty months to implement and require expenditures of approximately three million dollars during that period. +LJ050-0223|The plan provides for an additional 205 agents for the Secret Service. Seventeen of this number are proposed for the Protective Research Section;|The plan provides for an additional two hundred five agents for the Secret Service. Seventeen of this number are proposed for the Protective Research Section; +LJ050-0224|145 are proposed for the field offices to handle the increased volume of security investigations|one hundred forty-five are proposed for the field offices to handle the increased volume of security investigations +LJ050-0225|and be available to protect the President or Vice President when they travel;|and be available to protect the President or Vice President when they travel; +LJ050-0226|18 agents are proposed for a rotating pool which will go through an intensive training cycle and also be available to supplement the White House detail|eighteen agents are proposed for a rotating pool which will go through an intensive training cycle and also be available to supplement the White House detail +LJ050-0227|in case of unexpected need; and 25 additional agents are recommended to provide the Vice President full protection.|in case of unexpected need; and twenty-five additional agents are recommended to provide the Vice President full protection. +LJ050-0228|The Commission urges that the Bureau of the Budget review these recommendations with the Secret Service and authorize a request for the necessary supplemental appropriation,|The Commission urges that the Bureau of the Budget review these recommendations with the Secret Service and authorize a request for the necessary supplemental appropriation, +LJ050-0229|as soon as it can be justified. The Congress has often stressed that it will support any reasonable request for funds for the protection of the President.|as soon as it can be justified. The Congress has often stressed that it will support any reasonable request for funds for the protection of the President. +LJ050-0230|Manpower and Technical Assistance From Other Agencies|Manpower and Technical Assistance From Other Agencies +LJ050-0231|Before the assassination the Secret Service infrequently requested other Federal law enforcement agencies to provide personnel|Before the assassination the Secret Service infrequently requested other Federal law enforcement agencies to provide personnel +LJ050-0232|to assist in its protection functions.|to assist in its protection functions. +LJ050-0233|Since the assassination, the Service has experimented with the use of agents borrowed for short periods from such agencies.|Since the assassination, the Service has experimented with the use of agents borrowed for short periods from such agencies. +LJ050-0234|It has used other Treasury law enforcement agents on special experiments in building and route surveys in places to which the President frequently travels.|It has used other Treasury law enforcement agents on special experiments in building and route surveys in places to which the President frequently travels. +LJ050-0235|It has also used other Federal law enforcement agents during Presidential visits to cities in which such agents are stationed.|It has also used other Federal law enforcement agents during Presidential visits to cities in which such agents are stationed. +LJ050-0236|Thus, in the 4 months following the assassination,|Thus, in the four months following the assassination, +LJ050-0237|the FBI, on 16 separate occasions, supplied a total of 139 agents to assist in protection work during a Presidential visit,|the FBI, on sixteen separate occasions, supplied a total of one hundred thirty-nine agents to assist in protection work during a Presidential visit, +LJ050-0238|which represents a departure from its prior practice.|which represents a departure from its prior practice. +LJ050-0239|From February 11 through June 30, 1964,|From February eleven through June thirty, nineteen sixty-four, +LJ050-0240|the Service had the advantage of 9,500 hours of work by other enforcement agencies.|the Service had the advantage of nine thousand, five hundred hours of work by other enforcement agencies. +LJ050-0241|The FBI has indicated that it is willing to continue to make such assistance available,|The FBI has indicated that it is willing to continue to make such assistance available, +LJ050-0242|even though it agrees with the Secret Service that it is preferable for the Service to have enough agents to handle all protective demands.|even though it agrees with the Secret Service that it is preferable for the Service to have enough agents to handle all protective demands. +LJ050-0243|The Commission endorses these efforts to supplement the Service's own personnel by obtaining, for short periods of time,|The Commission endorses these efforts to supplement the Service's own personnel by obtaining, for short periods of time, +LJ050-0244|the assistance of trained Federal law enforcement officers.|the assistance of trained Federal law enforcement officers. +LJ050-0245|In view of the ever-increasing mobility of American Presidents, it seems unlikely that the Service could or should increase its own staff to a size|In view of the ever-increasing mobility of American Presidents, it seems unlikely that the Service could or should increase its own staff to a size +LJ050-0246|which would permit it to provide adequate protective manpower for all situations.|which would permit it to provide adequate protective manpower for all situations. +LJ050-0247|The Commission recommends that the agencies involved determine how much periodic assistance they can provide, and that each such agency|The Commission recommends that the agencies involved determine how much periodic assistance they can provide, and that each such agency +LJ050-0248|and the Secret Service enter into a formal agreement defining such arrangements.|and the Secret Service enter into a formal agreement defining such arrangements. +LJ050-0249|It may eventually be desirable to codify the practice in an Executive order.|It may eventually be desirable to codify the practice in an Executive order. +LJ050-0250|The Secret Service will be better able to plan its own long-range personnel requirements if it knows with reasonable certainty|The Secret Service will be better able to plan its own long-range personnel requirements if it knows with reasonable certainty +LJ050-0251|the amount of assistance that it can expect from other agencies.|the amount of assistance that it can expect from other agencies. +LJ050-0252|The occasional use of personnel from other Federal agencies to assist in protecting the President has a further advantage. It symbolizes the reality|The occasional use of personnel from other Federal agencies to assist in protecting the President has a further advantage. It symbolizes the reality +LJ050-0253|that the job of protecting the President has not been and cannot be exclusively the responsibility of the Secret Service.|that the job of protecting the President has not been and cannot be exclusively the responsibility of the Secret Service. +LJ050-0254|The Secret Service in the past has sometimes guarded its right to be acknowledged as the sole protector of the Chief Executive.|The Secret Service in the past has sometimes guarded its right to be acknowledged as the sole protector of the Chief Executive. +LJ050-0255|This no longer appears to be the case.|This no longer appears to be the case. +LJ050-0256|Protecting the President is a difficult and complex task which requires full use of the best resources of many parts of our Government.|Protecting the President is a difficult and complex task which requires full use of the best resources of many parts of our Government. +LJ050-0257|Recognition that the responsibility must be shared increases the likelihood that it will be met.|Recognition that the responsibility must be shared increases the likelihood that it will be met. +LJ050-0258|Much of the Secret Service work requires the development and use of highly sophisticated equipment,|Much of the Secret Service work requires the development and use of highly sophisticated equipment, +LJ050-0259|some of which must be specially designed to fit unique requirements. Even before the assassination, and to a far greater extent thereafter,|some of which must be specially designed to fit unique requirements. Even before the assassination, and to a far greater extent thereafter, +LJ050-0260|the Secret Service has been receiving full cooperation in scientific research and technological development|the Secret Service has been receiving full cooperation in scientific research and technological development +LJ050-0261|from many Government agencies including the Department of Defense and the President's Office of Science and Technology.|from many Government agencies including the Department of Defense and the President's Office of Science and Technology. +LJ050-0262|Even if the manpower and technological resources of the Secret Service are adequately augmented,|Even if the manpower and technological resources of the Secret Service are adequately augmented, +LJ050-0263|it will continue to rely in many respects upon the greater resources of the Office of Science and Technology and other agencies.|it will continue to rely in many respects upon the greater resources of the Office of Science and Technology and other agencies. +LJ050-0264|The Commission recommends that the present arrangements|The Commission recommends that the present arrangements +LJ050-0265|with the Office of Science and Technology and the other Federal agencies that have been so helpful to the Secret Service be placed on a permanent and formal basis.|with the Office of Science and Technology and the other Federal agencies that have been so helpful to the Secret Service be placed on a permanent and formal basis. +LJ050-0266|The exchange of letters dated August 31, 1964,|The exchange of letters dated August thirty-one, nineteen sixty-four, +LJ050-0267|between Secretary Dillon and Donald F. Hornig, Special Assistant to the President for Science and Technology, is a useful effort in the right direction.|between Secretary Dillon and Donald F. Hornig, Special Assistant to the President for Science and Technology, is a useful effort in the right direction. +LJ050-0268|The Service should negotiate a memorandum of understanding with each agency that has been assisting it and from which it can expect to need help in the future.|The Service should negotiate a memorandum of understanding with each agency that has been assisting it and from which it can expect to need help in the future. diff --git a/mtts/models/vocoder/hifi_gan/LJSpeech-1.1/validation.txt b/mtts/models/vocoder/hifi_gan/LJSpeech-1.1/validation.txt new file mode 100644 index 0000000000000000000000000000000000000000..a083c34f6b5138e72191e37d95a4c704fde7c267 --- /dev/null +++ b/mtts/models/vocoder/hifi_gan/LJSpeech-1.1/validation.txt @@ -0,0 +1,150 @@ +LJ050-0269|The essential terms of such memoranda might well be embodied in an Executive order.|The essential terms of such memoranda might well be embodied in an Executive order. +LJ050-0270|This Commission can recommend no procedures for the future protection of our Presidents which will guarantee security.|This Commission can recommend no procedures for the future protection of our Presidents which will guarantee security. +LJ050-0271|The demands on the President in the execution of His responsibilities in today's world are so varied and complex|The demands on the President in the execution of His responsibilities in today's world are so varied and complex +LJ050-0272|and the traditions of the office in a democracy such as ours are so deep-seated as to preclude absolute security.|and the traditions of the office in a democracy such as ours are so deep-seated as to preclude absolute security. +LJ050-0273|The Commission has, however, from its examination of the facts of President Kennedy's assassination|The Commission has, however, from its examination of the facts of President Kennedy's assassination +LJ050-0274|made certain recommendations which it believes would, if adopted,|made certain recommendations which it believes would, if adopted, +LJ050-0275|materially improve upon the procedures in effect at the time of President Kennedy's assassination and result in a substantial lessening of the danger.|materially improve upon the procedures in effect at the time of President Kennedy's assassination and result in a substantial lessening of the danger. +LJ050-0276|As has been pointed out, the Commission has not resolved all the proposals which could be made. The Commission nevertheless is confident that,|As has been pointed out, the Commission has not resolved all the proposals which could be made. The Commission nevertheless is confident that, +LJ050-0277|with the active cooperation of the responsible agencies and with the understanding of the people of the United States in their demands upon their President,|with the active cooperation of the responsible agencies and with the understanding of the people of the United States in their demands upon their President, +LJ050-0278|the recommendations we have here suggested would greatly advance the security of the office without any impairment of our fundamental liberties.|the recommendations we have here suggested would greatly advance the security of the office without any impairment of our fundamental liberties. +LJ001-0028|but by printers in Strasburg, Basle, Paris, Lubeck, and other cities.|but by printers in Strasburg, Basle, Paris, Lubeck, and other cities. +LJ001-0068|The characteristic Dutch type, as represented by the excellent printer Gerard Leew, is very pronounced and uncompromising Gothic.|The characteristic Dutch type, as represented by the excellent printer Gerard Leew, is very pronounced and uncompromising Gothic. +LJ002-0149|The latter indeed hung like millstones round the neck of the unhappy insolvent wretches who found themselves in limbo.|The latter indeed hung like millstones round the neck of the unhappy insolvent wretches who found themselves in limbo. +LJ002-0157|and Susannah Evans, in October the same year, for 2 shillings, with costs of 6 shillings, 8 pence.|and Susannah Evans, in October the same year, for two shillings, with costs of six shillings, eight pence. +LJ002-0167|quotes a case which came within his own knowledge of a boy sent to prison for non-payment of one penny.|quotes a case which came within his own knowledge of a boy sent to prison for non-payment of one penny. +LJ003-0042|The completion of this very necessary building was, however, much delayed for want of funds,|The completion of this very necessary building was, however, much delayed for want of funds, +LJ003-0307|but as yet no suggestion was made to provide prison uniform.|but as yet no suggestion was made to provide prison uniform. +LJ004-0169|On the dirty bedstead lay a wretched being in the throes of severe illness.|On the dirty bedstead lay a wretched being in the throes of severe illness. +LJ004-0233|Under the new rule visitors were not allowed to pass into the interior of the prison, but were detained between the grating.|Under the new rule visitors were not allowed to pass into the interior of the prison, but were detained between the grating. +LJ005-0101|whence it deduced the practice and condition of every prison that replied.|whence it deduced the practice and condition of every prison that replied. +LJ005-0108|the prisoners, without firing, bedding, or sufficient food, spent their days "in surveying their grotesque prison,|the prisoners, without firing, bedding, or sufficient food, spent their days "in surveying their grotesque prison, +LJ005-0202|An examination of this report shows how even the most insignificant township had its jail.|An examination of this report shows how even the most insignificant township had its jail. +LJ005-0234|The visits of friends was once more unreservedly allowed, and these incomers freely brought in extra provisions and beer.|The visits of friends was once more unreservedly allowed, and these incomers freely brought in extra provisions and beer. +LJ005-0248|and stated that in his opinion Newgate, as the common jail of Middlesex, was wholly inadequate to the proper confinement of its prisoners.|and stated that in his opinion Newgate, as the common jail of Middlesex, was wholly inadequate to the proper confinement of its prisoners. +LJ006-0001|The Chronicles of Newgate, Volume 2. By Arthur Griffiths. Section 9: The first report of the inspector of prisons.|The Chronicles of Newgate, Volume two. By Arthur Griffiths. Section nine: The first report of the inspector of prisons. +LJ006-0018|One was Mr. William Crawford, the other the Rev. Whitworth Russell.|One was Mr. William Crawford, the other the Rev. Whitworth Russell. +LJ006-0034|They attended early and late; they mustered the prisoners, examined into their condition,|They attended early and late; they mustered the prisoners, examined into their condition, +LJ006-0078|A new prisoner's fate, as to location, rested really with a powerful fellow-prisoner.|A new prisoner's fate, as to location, rested really with a powerful fellow-prisoner. +LJ007-0217|They go on to say|They go on to say +LJ007-0243|It was not till the erection of the new prison at Holloway in 1850, and the entire internal reconstruction of Newgate according to new ideas,|It was not till the erection of the new prison at Holloway in eighteen fifty, and the entire internal reconstruction of Newgate according to new ideas, +LJ008-0087|The change from Tyburn to the Old Bailey had worked no improvement as regards the gathering together of the crowd or its demeanor.|The change from Tyburn to the Old Bailey had worked no improvement as regards the gathering together of the crowd or its demeanor. +LJ008-0131|the other he kept between his hands.|the other he kept between his hands. +LJ008-0140|Whenever the public attention had been specially called to a particular crime, either on account of its atrocity,|Whenever the public attention had been specially called to a particular crime, either on account of its atrocity, +LJ008-0158|The pressure soon became so frightful that many would have willingly escaped from the crowd; but their attempts only increased the general confusion.|The pressure soon became so frightful that many would have willingly escaped from the crowd; but their attempts only increased the general confusion. +LJ008-0174|One cart-load of spectators having broken down, some of its occupants fell off the vehicle, and were instantly trampled to death.|One cart-load of spectators having broken down, some of its occupants fell off the vehicle, and were instantly trampled to death. +LJ010-0047|while in 1850 Her Majesty was the victim of another outrage at the hands of one Pate.|while in eighteen fifty Her Majesty was the victim of another outrage at the hands of one Pate. +LJ010-0061|That some thirty or more needy men should hope to revolutionize England is a sufficient proof of the absurdity of their attempt.|That some thirty or more needy men should hope to revolutionize England is a sufficient proof of the absurdity of their attempt. +LJ010-0105|Thistlewood was discovered next morning in a mean house in White Street, Moorfields.|Thistlewood was discovered next morning in a mean house in White Street, Moorfields. +LJ010-0233|Here again probably it was partly the love of notoriety which was the incentive,|Here again probably it was partly the love of notoriety which was the incentive, +LJ010-0234|backed possibly with the hope that, as in a much more recent case,|backed possibly with the hope that, as in a much more recent case, +LJ010-0258|As the Queen was driving from Buckingham Palace to the Chapel Royal,|As the Queen was driving from Buckingham Palace to the Chapel Royal, +LJ010-0262|charged him with the offense.|charged him with the offense. +LJ010-0270|exactly tallied with that of the deformed person "wanted" for the assault on the Queen.|exactly tallied with that of the deformed person "wanted" for the assault on the Queen. +LJ010-0293|I have already remarked that as violence was more and more eliminated from crimes against the person,|I have already remarked that as violence was more and more eliminated from crimes against the person, +LJ011-0009|Nothing more was heard of the affair, although the lady declared that she had never instructed Fauntleroy to sell.|Nothing more was heard of the affair, although the lady declared that she had never instructed Fauntleroy to sell. +LJ011-0256|By this time the neighbors were aroused, and several people came to the scene of the affray.|By this time the neighbors were aroused, and several people came to the scene of the affray. +LJ012-0044|When his trade was busiest he set up a second establishment, at the head of which, although he was married,|When his trade was busiest he set up a second establishment, at the head of which, although he was married, +LJ012-0145|Solomons was now also admitted as a witness, and his evidence, with that of Moss, secured the transportation of the principal actors in the theft.|Solomons was now also admitted as a witness, and his evidence, with that of Moss, secured the transportation of the principal actors in the theft. +LJ013-0020|he acted in a manner which excited the suspicions of the crew.|he acted in a manner which excited the suspicions of the crew. +LJ013-0077|Barber and Fletcher were both transported for life, although Fletcher declared that Barber was innocent, and had no guilty knowledge of what was being done.|Barber and Fletcher were both transported for life, although Fletcher declared that Barber was innocent, and had no guilty knowledge of what was being done. +LJ013-0228|In the pocket of the coat Mr. Cope, the governor, found a neatly-folded cloth, and asked what it was for.|In the pocket of the coat Mr. Cope, the governor, found a neatly-folded cloth, and asked what it was for. +LJ014-0020|He was soon afterwards arrested on suspicion, and a search of his lodgings brought to light several garments saturated with blood;|He was soon afterwards arrested on suspicion, and a search of his lodgings brought to light several garments saturated with blood; +LJ014-0054|a maidservant, Sarah Thomas, murdered her mistress, an aged woman, by beating out her brains with a stone.|a maidservant, Sarah Thomas, murdered her mistress, an aged woman, by beating out her brains with a stone. +LJ014-0101|he found that it was soft and new, while elsewhere it was set and hard.|he found that it was soft and new, while elsewhere it was set and hard. +LJ014-0103|beneath them was a layer of fresh mortar, beneath that a lot of loose earth, amongst which a stocking was turned up, and presently a human toe.|beneath them was a layer of fresh mortar, beneath that a lot of loose earth, amongst which a stocking was turned up, and presently a human toe. +LJ014-0263|When other pleasures palled he took a theatre, and posed as a munificent patron of the dramatic art.|When other pleasures palled he took a theatre, and posed as a munificent patron of the dramatic art. +LJ014-0272|and 1850 to embezzle and apply to his own purposes some £71,000.|and eighteen fifty to embezzle and apply to his own purposes some seventy-one thousand pounds. +LJ014-0311|His extensive business had been carried on by fraud.|His extensive business had been carried on by fraud. +LJ015-0197|which at one time spread terror throughout London. Thieves preferred now to use ingenuity rather than brute force.|which at one time spread terror throughout London. Thieves preferred now to use ingenuity rather than brute force. +LJ016-0089|He was engaged in whitewashing and cleaning; the officer who had him in charge left him on the stairs leading to the gallery.|He was engaged in whitewashing and cleaning; the officer who had him in charge left him on the stairs leading to the gallery. +LJ016-0407|who generally attended the prison services.|who generally attended the prison services. +LJ016-0443|He was promptly rescued from his perilous condition, but not before his face and hands were badly scorched.|He was promptly rescued from his perilous condition, but not before his face and hands were badly scorched. +LJ017-0033|a medical practitioner, charged with doing to death persons who relied upon his professional skill.|a medical practitioner, charged with doing to death persons who relied upon his professional skill. +LJ017-0038|That the administration of justice should never be interfered with by local prejudice or local feeling|That the administration of justice should never be interfered with by local prejudice or local feeling +LJ018-0018|he wore gold-rimmed eye-glasses and a gold watch and chain.|he wore gold-rimmed eye-glasses and a gold watch and chain. +LJ018-0119|His offer was not, however, accepted.|His offer was not, however, accepted. +LJ018-0280|The commercial experience of these clever rogues was cosmopolitan.|The commercial experience of these clever rogues was cosmopolitan. +LJ019-0178|and abandoned because of the expense. As to the entire reconstruction of Newgate, nothing had been done as yet.|and abandoned because of the expense. As to the entire reconstruction of Newgate, nothing had been done as yet. +LJ019-0240|But no structural alterations were made from the date first quoted until the time of closing the prison in 1881.|But no structural alterations were made from the date first quoted until the time of closing the prison in eighteen eighty-one. +LJ021-0049|and the curtailment of rank stock speculation through the Securities Exchange Act.|and the curtailment of rank stock speculation through the Securities Exchange Act. +LJ021-0155|both directly on the public works themselves, and indirectly in the industries supplying the materials for these public works.|both directly on the public works themselves, and indirectly in the industries supplying the materials for these public works. +LJ022-0046|It is true that while business and industry are definitely better our relief rolls are still too large.|It is true that while business and industry are definitely better our relief rolls are still too large. +LJ022-0173|for the regulation of transportation by water, for the strengthening of our Merchant Marine and Air Transport,|for the regulation of transportation by water, for the strengthening of our Merchant Marine and Air Transport, +LJ024-0087|I have thus explained to you the reasons that lie behind our efforts to secure results by legislation within the Constitution.|I have thus explained to you the reasons that lie behind our efforts to secure results by legislation within the Constitution. +LJ024-0110|And the strategy of that last stand is to suggest the time-consuming process of amendment in order to kill off by delay|And the strategy of that last stand is to suggest the time-consuming process of amendment in order to kill off by delay +LJ024-0119|When before have you found them really at your side in your fights for progress?|When before have you found them really at your side in your fights for progress? +LJ025-0091|as it was current among contemporary chemists.|as it was current among contemporary chemists. +LJ026-0029|so in the case under discussion.|so in the case under discussion. +LJ026-0039|the earliest organisms were protists and that from them animals and plants were evolved along divergent lines of descent.|the earliest organisms were protists and that from them animals and plants were evolved along divergent lines of descent. +LJ026-0064|but unlike that of the animal, it is not chiefly an income of foods, but only of the raw materials of food.|but unlike that of the animal, it is not chiefly an income of foods, but only of the raw materials of food. +LJ026-0105|This is done by diastase, an enzyme of plant cells.|This is done by diastase, an enzyme of plant cells. +LJ026-0137|and be laid down as "reserve starch" in the cells of root or stem or elsewhere.|and be laid down as "reserve starch" in the cells of root or stem or elsewhere. +LJ027-0006|In all these lines the facts are drawn together by a strong thread of unity.|In all these lines the facts are drawn together by a strong thread of unity. +LJ028-0134|He also erected what is called a pensile paradise:|He also erected what is called a pensile paradise: +LJ028-0138|perhaps the tales that travelers told him were exaggerated as travelers' tales are likely to be,|perhaps the tales that travelers told him were exaggerated as travelers' tales are likely to be, +LJ028-0189|The fall of Babylon with its lofty walls was a most important event in the history of the ancient world.|The fall of Babylon with its lofty walls was a most important event in the history of the ancient world. +LJ028-0281|Till mules foal ye shall not take our city, he thought, as he reflected on this speech, that Babylon might now be taken,|Till mules foal ye shall not take our city, he thought, as he reflected on this speech, that Babylon might now be taken, +LJ029-0188|Stevenson was jeered, jostled, and spat upon by hostile demonstrators outside the Dallas Memorial Auditorium Theater.|Stevenson was jeered, jostled, and spat upon by hostile demonstrators outside the Dallas Memorial Auditorium Theater. +LJ030-0098|The remainder of the motorcade consisted of five cars for other dignitaries, including the mayor of Dallas and Texas Congressmen,|The remainder of the motorcade consisted of five cars for other dignitaries, including the mayor of Dallas and Texas Congressmen, +LJ031-0007|Chief of Police Curry and police motorcyclists at the head of the motorcade led the way to the hospital.|Chief of Police Curry and police motorcyclists at the head of the motorcade led the way to the hospital. +LJ031-0091|You have to determine which things, which are immediately life threatening and cope with them, before attempting to evaluate the full extent of the injuries.|You have to determine which things, which are immediately life threatening and cope with them, before attempting to evaluate the full extent of the injuries. +LJ031-0227|The doctors traced the course of the bullet through the body and, as information was received from Parkland Hospital,|The doctors traced the course of the bullet through the body and, as information was received from Parkland Hospital, +LJ032-0100|Marina Oswald|Marina Oswald +LJ032-0165|to the exclusion of all others because there are not enough microscopic characteristics present in fibers.|to the exclusion of all others because there are not enough microscopic characteristics present in fibers. +LJ032-0198|During the period from March 2, 1963, to April 24, 1963,|During the period from March two, nineteen sixty-three, to April twenty-four, nineteen sixty-three, +LJ033-0046|went out to the garage to paint some children's blocks, and worked in the garage for half an hour or so.|went out to the garage to paint some children's blocks, and worked in the garage for half an hour or so. +LJ033-0072|I then stepped off of it and the officer picked it up in the middle and it bent so.|I then stepped off of it and the officer picked it up in the middle and it bent so. +LJ033-0135|Location of Bag|Location of Bag +LJ034-0083|The significance of Givens' observation that Oswald was carrying his clipboard|The significance of Givens' observation that Oswald was carrying his clipboard +LJ034-0179|and, quote, seemed to be sitting a little forward, end quote,|and, quote, seemed to be sitting a little forward, end quote, +LJ035-0125|Victoria Adams, who worked on the fourth floor of the Depository Building,|Victoria Adams, who worked on the fourth floor of the Depository Building, +LJ035-0162|approximately 30 to 45 seconds after Oswald's lunchroom encounter with Baker and Truly.|approximately thirty to forty-five seconds after Oswald's lunchroom encounter with Baker and Truly. +LJ035-0189|Special Agent Forrest V. Sorrels of the Secret Service, who had been in the motorcade,|Special Agent Forrest V. Sorrels of the Secret Service, who had been in the motorcade, +LJ035-0208|Oswald's known actions in the building immediately after the assassination are consistent with his having been at the southeast corner window of the sixth floor|Oswald's known actions in the building immediately after the assassination are consistent with his having been at the southeast corner window of the sixth floor +LJ036-0216|Tippit got out and started to walk around the front of the car|Tippit got out and started to walk around the front of the car +LJ037-0093|William Arthur Smith was about a block east of 10th and Patton when he heard shots.|William Arthur Smith was about a block east of tenth and Patton when he heard shots. +LJ037-0157|taken from Oswald.|taken from Oswald. +LJ037-0178|or one used Remington-Peters cartridge case, which may have been in the revolver before the shooting,|or one used Remington-Peters cartridge case, which may have been in the revolver before the shooting, +LJ037-0219|Oswald's Jacket|Oswald's Jacket +LJ037-0222|When Oswald was arrested, he did not have a jacket.|When Oswald was arrested, he did not have a jacket. +LJ038-0017|Attracted by the sound of the sirens, Mrs. Postal stepped out of the box office and walked to the curb.|Attracted by the sound of the sirens, Mrs. Postal stepped out of the box office and walked to the curb. +LJ038-0052|testified regarding the arrest of Oswald, as did the various police officers who participated in the fight.|testified regarding the arrest of Oswald, as did the various police officers who participated in the fight. +LJ038-0077|Statements of Oswald during Detention.|Statements of Oswald during Detention. +LJ038-0161|and he asked me did I know which way he was coming, and I told him, yes, he probably come down Main and turn on Houston and then back again on Elm.|and he asked me did I know which way he was coming, and I told him, yes, he probably come down Main and turn on Houston and then back again on Elm. +LJ038-0212|which appeared to be the work of a man expecting to be killed, or imprisoned, or to disappear.|which appeared to be the work of a man expecting to be killed, or imprisoned, or to disappear. +LJ039-0103|Oswald, like all Marine recruits, received training on the rifle range at distances up to 500 yards,|Oswald, like all Marine recruits, received training on the rifle range at distances up to five hundred yards, +LJ039-0149|established that they had been previously loaded and ejected from the assassination rifle,|established that they had been previously loaded and ejected from the assassination rifle, +LJ040-0107|but apparently was not able to spend as much time with them as he would have liked, because of the age gaps of 5 and 7 years,|but apparently was not able to spend as much time with them as he would have liked, because of the age gaps of five and seven years, +LJ040-0119|When Pic returned home, Mrs. Oswald tried to play down the event but Mrs. Pic took a different view and asked the Oswalds to leave.|When Pic returned home, Mrs. Oswald tried to play down the event but Mrs. Pic took a different view and asked the Oswalds to leave. +LJ040-0161|Dr. Hartogs recommended that Oswald be placed on probation on condition that he seek help and guidance through a child guidance clinic.|Dr. Hartogs recommended that Oswald be placed on probation on condition that he seek help and guidance through a child guidance clinic. +LJ040-0169|She observed that since Lee's mother worked all day, he made his own meals and spent all his time alone|She observed that since Lee's mother worked all day, he made his own meals and spent all his time alone +LJ041-0098|All the Marine Corps did was to teach you to kill and after you got out of the Marines you might be good gangsters, end quote.|All the Marine Corps did was to teach you to kill and after you got out of the Marines you might be good gangsters, end quote. +LJ042-0017|and see for himself how a revolutionary society operates, a Marxist society.|and see for himself how a revolutionary society operates, a Marxist society. +LJ042-0070|Oswald was discovered in time to thwart his attempt at suicide.|Oswald was discovered in time to thwart his attempt at suicide. +LJ042-0161|Immediately after serving out his 3 years in the U.S. Marine Corps, he abandoned his American life to seek a new life in the USSR.|Immediately after serving out his three years in the U.S. Marine Corps, he abandoned his American life to seek a new life in the USSR. +LJ043-0147|He had left a note for his wife telling her what to do in case he were apprehended, as well as his notebook and the pictures of himself holding the rifle.|He had left a note for his wife telling her what to do in case he were apprehended, as well as his notebook and the pictures of himself holding the rifle. +LJ043-0178|as, in fact, one of them did appear after the assassination.|as, in fact, one of them did appear after the assassination. +LJ043-0183|Oswald did not lack the determination and other traits required|Oswald did not lack the determination and other traits required +LJ043-0185|Some idea of what he thought was sufficient reason for such an act may be found in the nature of the motive that he stated for his attack on General Walker.|Some idea of what he thought was sufficient reason for such an act may be found in the nature of the motive that he stated for his attack on General Walker. +LJ044-0057|extensive investigation was not able to connect Oswald with that address, although it did develop the fact|extensive investigation was not able to connect Oswald with that address, although it did develop the fact +LJ044-0109|It is good to know that movements in support of fair play for Cuba has developed in New Orleans as well as in other cities.|It is good to know that movements in support of fair play for Cuba has developed in New Orleans as well as in other cities. +LJ045-0081|Although she denied it in some of her testimony before the Commission,|Although she denied it in some of her testimony before the Commission, +LJ045-0147|She asked Oswald, quote,|She asked Oswald, quote, +LJ045-0204|he had never found anything to which he felt he could really belong.|he had never found anything to which he felt he could really belong. +LJ046-0193|and 12 to 15 of these cases as highly dangerous risks.|and twelve to fifteen of these cases as highly dangerous risks. +LJ046-0244|PRS should have investigated and been prepared to guard against it.|PRS should have investigated and been prepared to guard against it. +LJ047-0059|However, pursuant to a regular Bureau practice of interviewing certain immigrants from Iron Curtain countries,|However, pursuant to a regular Bureau practice of interviewing certain immigrants from Iron Curtain countries, +LJ047-0142|The Bureau had no earlier information suggesting that Oswald had left the United States.|The Bureau had no earlier information suggesting that Oswald had left the United States. +LJ048-0035|It was against this background and consistent with the criteria followed by the FBI prior to November 22|It was against this background and consistent with the criteria followed by the FBI prior to November twenty-two +LJ048-0063|The formal FBI instructions to its agents outlining the information to be referred to the Secret Service were too narrow at the time of the assassination.|The formal FBI instructions to its agents outlining the information to be referred to the Secret Service were too narrow at the time of the assassination. +LJ048-0104|There were far safer routes via freeways directly to the Trade Mart,|There were far safer routes via freeways directly to the Trade Mart, +LJ048-0187|In addition, Secret Service agents riding in the motorcade were trained to scan buildings as part of their general observation of the crowd of spectators.|In addition, Secret Service agents riding in the motorcade were trained to scan buildings as part of their general observation of the crowd of spectators. +LJ048-0271|will be cause for removal from the Service, end quote.|will be cause for removal from the Service, end quote. +LJ049-0031|The Presidential vehicle in use in Dallas, described in chapter 2,|The Presidential vehicle in use in Dallas, described in chapter two, +LJ049-0059|Agents are instructed that it is not their responsibility to investigate or evaluate a present danger,|Agents are instructed that it is not their responsibility to investigate or evaluate a present danger, +LJ049-0174|to notify the Secret Service of the substantial information about Lee Harvey Oswald which the FBI had accumulated|to notify the Secret Service of the substantial information about Lee Harvey Oswald which the FBI had accumulated +LJ050-0049|and from a specialist in psychiatric prognostication at Walter Reed Hospital.|and from a specialist in psychiatric prognostication at Walter Reed Hospital. +LJ050-0113|Such agreements should describe in detail the information which is sought, the manner in which it will be provided to the Secret Service,|Such agreements should describe in detail the information which is sought, the manner in which it will be provided to the Secret Service, +LJ050-0150|Its present manual filing system is obsolete;|Its present manual filing system is obsolete; +LJ050-0189|that written instructions might come into the hands of local newspapers, to the prejudice of the precautions described.|that written instructions might come into the hands of local newspapers, to the prejudice of the precautions described. diff --git a/mtts/models/vocoder/hifi_gan/README.md b/mtts/models/vocoder/hifi_gan/README.md new file mode 100644 index 0000000000000000000000000000000000000000..4c63381f7c41874fe97c13f40b92d6bb9413e751 --- /dev/null +++ b/mtts/models/vocoder/hifi_gan/README.md @@ -0,0 +1,105 @@ +# HiFi-GAN: Generative Adversarial Networks for Efficient and High Fidelity Speech Synthesis + +### Jungil Kong, Jaehyeon Kim, Jaekyoung Bae + +In our [paper](https://arxiv.org/abs/2010.05646), +we proposed HiFi-GAN: a GAN-based model capable of generating high fidelity speech efficiently.
+We provide our implementation and pretrained models as open source in this repository. + +**Abstract :** +Several recent work on speech synthesis have employed generative adversarial networks (GANs) to produce raw waveforms. +Although such methods improve the sampling efficiency and memory usage, +their sample quality has not yet reached that of autoregressive and flow-based generative models. +In this work, we propose HiFi-GAN, which achieves both efficient and high-fidelity speech synthesis. +As speech audio consists of sinusoidal signals with various periods, +we demonstrate that modeling periodic patterns of an audio is crucial for enhancing sample quality. +A subjective human evaluation (mean opinion score, MOS) of a single speaker dataset indicates that our proposed method +demonstrates similarity to human quality while generating 22.05 kHz high-fidelity audio 167.9 times faster than +real-time on a single V100 GPU. We further show the generality of HiFi-GAN to the mel-spectrogram inversion of unseen +speakers and end-to-end speech synthesis. Finally, a small footprint version of HiFi-GAN generates samples 13.4 times +faster than real-time on CPU with comparable quality to an autoregressive counterpart. + +Visit our [demo website](https://jik876.github.io/hifi-gan-demo/) for audio samples. + + +## Pre-requisites +1. Python >= 3.6 +2. Clone this repository. +3. Install python requirements. Please refer [requirements.txt](requirements.txt) +4. Download and extract the [LJ Speech dataset](https://keithito.com/LJ-Speech-Dataset/). +And move all wav files to `LJSpeech-1.1/wavs` + + +## Training +``` +python train.py --config config_v1.json +``` +To train V2 or V3 Generator, replace `config_v1.json` with `config_v2.json` or `config_v3.json`.
+Checkpoints and copy of the configuration file are saved in `cp_hifigan` directory by default.
+You can change the path by adding `--checkpoint_path` option. + +Validation loss during training with V1 generator.
+![validation loss](./validation_loss.png) + +## Pretrained Model +You can also use pretrained models we provide.
+[Download pretrained models](https://drive.google.com/drive/folders/1-eEYTB5Av9jNql0WGBlRoi-WH2J7bp5Y?usp=sharing)
+Details of each folder are as in follows: + +|Folder Name|Generator|Dataset|Fine-Tuned| +|------|---|---|---| +|LJ_V1|V1|LJSpeech|No| +|LJ_V2|V2|LJSpeech|No| +|LJ_V3|V3|LJSpeech|No| +|LJ_FT_T2_V1|V1|LJSpeech|Yes ([Tacotron2](https://github.com/NVIDIA/tacotron2))| +|LJ_FT_T2_V2|V2|LJSpeech|Yes ([Tacotron2](https://github.com/NVIDIA/tacotron2))| +|LJ_FT_T2_V3|V3|LJSpeech|Yes ([Tacotron2](https://github.com/NVIDIA/tacotron2))| +|VCTK_V1|V1|VCTK|No| +|VCTK_V2|V2|VCTK|No| +|VCTK_V3|V3|VCTK|No| +|UNIVERSAL_V1|V1|Universal|No| + +We provide the universal model with discriminator weights that can be used as a base for transfer learning to other datasets. + +## Fine-Tuning +1. Generate mel-spectrograms in numpy format using [Tacotron2](https://github.com/NVIDIA/tacotron2) with teacher-forcing.
+The file name of the generated mel-spectrogram should match the audio file and the extension should be `.npy`.
+Example: + ``` + Audio File : LJ001-0001.wav + Mel-Spectrogram File : LJ001-0001.npy + ``` +2. Create `ft_dataset` folder and copy the generated mel-spectrogram files into it.
+3. Run the following command. + ``` + python train.py --fine_tuning True --config config_v1.json + ``` + For other command line options, please refer to the training section. + + +## Inference from wav file +1. Make `test_files` directory and copy wav files into the directory. +2. Run the following command. + ``` + python inference.py --checkpoint_file [generator checkpoint file path] + ``` +Generated wav files are saved in `generated_files` by default.
+You can change the path by adding `--output_dir` option. + + +## Inference for end-to-end speech synthesis +1. Make `test_mel_files` directory and copy generated mel-spectrogram files into the directory.
+You can generate mel-spectrograms using [Tacotron2](https://github.com/NVIDIA/tacotron2), +[Glow-TTS](https://github.com/jaywalnut310/glow-tts) and so forth. +2. Run the following command. + ``` + python inference_e2e.py --checkpoint_file [generator checkpoint file path] + ``` +Generated wav files are saved in `generated_files_from_mel` by default.
+You can change the path by adding `--output_dir` option. + + +## Acknowledgements +We referred to [WaveGlow](https://github.com/NVIDIA/waveglow), [MelGAN](https://github.com/descriptinc/melgan-neurips) +and [Tacotron2](https://github.com/NVIDIA/tacotron2) to implement this. + diff --git a/mtts/models/vocoder/hifi_gan/__init__.py b/mtts/models/vocoder/hifi_gan/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..4c8364421f358e2b07301e2dc681fec97322f53d --- /dev/null +++ b/mtts/models/vocoder/hifi_gan/__init__.py @@ -0,0 +1 @@ +from .hifi_gan import HiFiGAN diff --git a/mtts/models/vocoder/hifi_gan/config_v1.json b/mtts/models/vocoder/hifi_gan/config_v1.json new file mode 100644 index 0000000000000000000000000000000000000000..ce97366f7dee6dd4148ac1e0e369a33cd4f200f7 --- /dev/null +++ b/mtts/models/vocoder/hifi_gan/config_v1.json @@ -0,0 +1,37 @@ +{ + "resblock": "1", + "num_gpus": 0, + "batch_size": 16, + "learning_rate": 0.0002, + "adam_b1": 0.8, + "adam_b2": 0.99, + "lr_decay": 0.999, + "seed": 1234, + + "upsample_rates": [8,8,2,2], + "upsample_kernel_sizes": [16,16,4,4], + "upsample_initial_channel": 512, + "resblock_kernel_sizes": [3,7,11], + "resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]], + + "segment_size": 8192, + "num_mels": 80, + "num_freq": 1025, + "n_fft": 1024, + "hop_size": 256, + "win_size": 1024, + + "sampling_rate": 22050, + + "fmin": 0, + "fmax": 8000, + "fmax_for_loss": null, + + "num_workers": 4, + + "dist_config": { + "dist_backend": "nccl", + "dist_url": "tcp://localhost:54321", + "world_size": 1 + } +} diff --git a/mtts/models/vocoder/hifi_gan/config_v2.json b/mtts/models/vocoder/hifi_gan/config_v2.json new file mode 100644 index 0000000000000000000000000000000000000000..8d2ee486da555a08b3e8e078c65c1d623ea1d03b --- /dev/null +++ b/mtts/models/vocoder/hifi_gan/config_v2.json @@ -0,0 +1,37 @@ +{ + "resblock": "1", + "num_gpus": 0, + "batch_size": 16, + "learning_rate": 0.0002, + "adam_b1": 0.8, + "adam_b2": 0.99, + "lr_decay": 0.999, + "seed": 1234, + + "upsample_rates": [8,8,2,2], + "upsample_kernel_sizes": [16,16,4,4], + "upsample_initial_channel": 128, + "resblock_kernel_sizes": [3,7,11], + "resblock_dilation_sizes": [[1,3,5], [1,3,5], [1,3,5]], + + "segment_size": 8192, + "num_mels": 80, + "num_freq": 1025, + "n_fft": 1024, + "hop_size": 256, + "win_size": 1024, + + "sampling_rate": 22050, + + "fmin": 0, + "fmax": 8000, + "fmax_for_loss": null, + + "num_workers": 4, + + "dist_config": { + "dist_backend": "nccl", + "dist_url": "tcp://localhost:54321", + "world_size": 1 + } +} diff --git a/mtts/models/vocoder/hifi_gan/config_v3.json b/mtts/models/vocoder/hifi_gan/config_v3.json new file mode 100644 index 0000000000000000000000000000000000000000..2e79c793ad33654c81e9b7345ad849e9bda2cf13 --- /dev/null +++ b/mtts/models/vocoder/hifi_gan/config_v3.json @@ -0,0 +1,37 @@ +{ + "resblock": "2", + "num_gpus": 0, + "batch_size": 16, + "learning_rate": 0.0002, + "adam_b1": 0.8, + "adam_b2": 0.99, + "lr_decay": 0.999, + "seed": 1234, + + "upsample_rates": [8,8,4], + "upsample_kernel_sizes": [16,16,8], + "upsample_initial_channel": 256, + "resblock_kernel_sizes": [3,5,7], + "resblock_dilation_sizes": [[1,2], [2,6], [3,12]], + + "segment_size": 8192, + "num_mels": 80, + "num_freq": 1025, + "n_fft": 1024, + "hop_size": 256, + "win_size": 1024, + + "sampling_rate": 22050, + + "fmin": 0, + "fmax": 8000, + "fmax_for_loss": null, + + "num_workers": 4, + + "dist_config": { + "dist_backend": "nccl", + "dist_url": "tcp://localhost:54321", + "world_size": 1 + } +} diff --git a/mtts/models/vocoder/hifi_gan/env.py b/mtts/models/vocoder/hifi_gan/env.py new file mode 100644 index 0000000000000000000000000000000000000000..2bdbc95d4f7a8bad8fd4f5eef657e2b51d946056 --- /dev/null +++ b/mtts/models/vocoder/hifi_gan/env.py @@ -0,0 +1,15 @@ +import os +import shutil + + +class AttrDict(dict): + def __init__(self, *args, **kwargs): + super(AttrDict, self).__init__(*args, **kwargs) + self.__dict__ = self + + +def build_env(config, config_name, path): + t_path = os.path.join(path, config_name) + if config != t_path: + os.makedirs(path, exist_ok=True) + shutil.copyfile(config, os.path.join(path, config_name)) diff --git a/mtts/models/vocoder/hifi_gan/hifi_gan.py b/mtts/models/vocoder/hifi_gan/hifi_gan.py new file mode 100644 index 0000000000000000000000000000000000000000..4e1b1f014d64f74551e16ab7f5d65338dafd2e32 --- /dev/null +++ b/mtts/models/vocoder/hifi_gan/hifi_gan.py @@ -0,0 +1,62 @@ +from __future__ import absolute_import, division, print_function, unicode_literals + +import glob +import os +import numpy as np +import argparse +import json +import torch +from scipy.io.wavfile import write +from .env import AttrDict +from .meldataset import MAX_WAV_VALUE +from .models import Generator + + + +def load_checkpoint(filepath, device): + assert os.path.isfile(filepath) + print("Loading '{}'".format(filepath)) + checkpoint_dict = torch.load(filepath, map_location=device) + print("Complete.") + return checkpoint_dict + + +def scan_checkpoint(cp_dir, prefix): + pattern = os.path.join(cp_dir, prefix + '*') + cp_list = glob.glob(pattern) + if len(cp_list) == 0: + return '' + return sorted(cp_list)[-1] + +class HiFiGAN: + def __init__(self,checkpoint:os.PathLike, h=None, device='cuda'): + + config_file = os.path.join(os.path.split(checkpoint)[0], 'config.json') + with open(config_file) as f: + data = f.read() + json_config = json.loads(data) + h = AttrDict(json_config) + self.generator = Generator(h).to(device) + state_dict_g = load_checkpoint(checkpoint, device) + self.generator.load_state_dict(state_dict_g['generator']) + self.generator.eval() + self.generator.remove_weight_norm() + self.device = device + + + def inference(self,x): + with torch.no_grad(): + if isinstance(x,np.ndarray): + x = torch.FloatTensor(x).to(self.device) + else: + x = x.to(self.device) + y_g_hat = self.generator(x.unsqueeze(0)) + audio = y_g_hat.squeeze() + audio = audio.cpu().numpy() + + return audio + def __call__(self,x): + return self.inference(x) + + + diff --git a/mtts/models/vocoder/hifi_gan/inference.py b/mtts/models/vocoder/hifi_gan/inference.py new file mode 100644 index 0000000000000000000000000000000000000000..96ba10672fd808d9d5f5be673bd58f2db7878eda --- /dev/null +++ b/mtts/models/vocoder/hifi_gan/inference.py @@ -0,0 +1,95 @@ +from __future__ import absolute_import, division, print_function, unicode_literals + +import glob +import os +import argparse +import json +import torch +from scipy.io.wavfile import write +from env import AttrDict +from meldataset import mel_spectrogram, MAX_WAV_VALUE, load_wav +from models import Generator + +h = None +device = None + + +def load_checkpoint(filepath, device): + assert os.path.isfile(filepath) + print("Loading '{}'".format(filepath)) + checkpoint_dict = torch.load(filepath, map_location=device) + print("Complete.") + return checkpoint_dict + + +def get_mel(x): + return mel_spectrogram(x, h.n_fft, h.num_mels, h.sampling_rate, h.hop_size, h.win_size, h.fmin, h.fmax) + + +def scan_checkpoint(cp_dir, prefix): + pattern = os.path.join(cp_dir, prefix + '*') + cp_list = glob.glob(pattern) + if len(cp_list) == 0: + return '' + return sorted(cp_list)[-1] + + +def inference(a): + generator = Generator(h).to(device) + + state_dict_g = load_checkpoint(a.checkpoint_file, device) + generator.load_state_dict(state_dict_g['generator']) + + filelist = os.listdir(a.input_wavs_dir) + + os.makedirs(a.output_dir, exist_ok=True) + + generator.eval() + generator.remove_weight_norm() + with torch.no_grad(): + for i, filname in enumerate(filelist): + wav, sr = load_wav(os.path.join(a.input_wavs_dir, filname)) + wav = wav / MAX_WAV_VALUE + wav = torch.FloatTensor(wav).to(device) + x = get_mel(wav.unsqueeze(0)) + y_g_hat = generator(x) + audio = y_g_hat.squeeze() + audio = audio * MAX_WAV_VALUE + audio = audio.cpu().numpy().astype('int16') + + output_file = os.path.join(a.output_dir, os.path.splitext(filname)[0] + '_generated.wav') + write(output_file, h.sampling_rate, audio) + print(output_file) + + +def main(): + print('Initializing Inference Process..') + + parser = argparse.ArgumentParser() + parser.add_argument('--input_wavs_dir', default='test_files') + parser.add_argument('--output_dir', default='generated_files') + parser.add_argument('--checkpoint_file', required=True) + a = parser.parse_args() + + config_file = os.path.join(os.path.split(a.checkpoint_file)[0], 'config.json') + with open(config_file) as f: + data = f.read() + + global h + json_config = json.loads(data) + h = AttrDict(json_config) + + torch.manual_seed(h.seed) + global device + if torch.cuda.is_available(): + torch.cuda.manual_seed(h.seed) + device = torch.device('cuda') + else: + device = torch.device('cpu') + + inference(a) + + +if __name__ == '__main__': + main() + diff --git a/mtts/models/vocoder/hifi_gan/inference_e2e.py b/mtts/models/vocoder/hifi_gan/inference_e2e.py new file mode 100644 index 0000000000000000000000000000000000000000..6b7fcc143a96d68ff902bd4a5f5460ed54633367 --- /dev/null +++ b/mtts/models/vocoder/hifi_gan/inference_e2e.py @@ -0,0 +1,90 @@ +from __future__ import absolute_import, division, print_function, unicode_literals + +import glob +import os +import numpy as np +import argparse +import json +import torch +from scipy.io.wavfile import write +from env import AttrDict +from meldataset import MAX_WAV_VALUE +from models import Generator + +h = None +device = None + + +def load_checkpoint(filepath, device): + assert os.path.isfile(filepath) + print("Loading '{}'".format(filepath)) + checkpoint_dict = torch.load(filepath, map_location=device) + print("Complete.") + return checkpoint_dict + + +def scan_checkpoint(cp_dir, prefix): + pattern = os.path.join(cp_dir, prefix + '*') + cp_list = glob.glob(pattern) + if len(cp_list) == 0: + return '' + return sorted(cp_list)[-1] + + +def inference(a): + generator = Generator(h).to(device) + + state_dict_g = load_checkpoint(a.checkpoint_file, device) + generator.load_state_dict(state_dict_g['generator']) + + filelist = os.listdir(a.input_mels_dir) + + os.makedirs(a.output_dir, exist_ok=True) + + generator.eval() + generator.remove_weight_norm() + with torch.no_grad(): + for i, filname in enumerate(filelist): + x = np.load(os.path.join(a.input_mels_dir, filname)) + x = torch.FloatTensor(x).to(device) + y_g_hat = generator(x.unsqueeze(0)) + audio = y_g_hat.squeeze() + audio = audio * MAX_WAV_VALUE + audio = audio.cpu().numpy().astype('int16') + + output_file = os.path.join(a.output_dir, os.path.splitext(filname)[0] + '_generated_e2e.wav') + write(output_file, h.sampling_rate, audio) + print(output_file) + + +def main(): + print('Initializing Inference Process..') + + parser = argparse.ArgumentParser() + parser.add_argument('-i','--input_mels_dir', default='test_mel_files') + parser.add_argument('-o','--output_dir', default='generated_files_from_mel') + parser.add_argument('-c','--checkpoint_file', required=True) + a = parser.parse_args() + + config_file = os.path.join(os.path.split(a.checkpoint_file)[0], 'config.json') + with open(config_file) as f: + data = f.read() + + global h + json_config = json.loads(data) + h = AttrDict(json_config) + + torch.manual_seed(h.seed) + global device + if torch.cuda.is_available(): + torch.cuda.manual_seed(h.seed) + device = torch.device('cuda') + else: + device = torch.device('cpu') + + inference(a) + + +if __name__ == '__main__': + main() + diff --git a/mtts/models/vocoder/hifi_gan/meldataset.py b/mtts/models/vocoder/hifi_gan/meldataset.py new file mode 100644 index 0000000000000000000000000000000000000000..4502924513ce20fe972732c000b9d81dc6989480 --- /dev/null +++ b/mtts/models/vocoder/hifi_gan/meldataset.py @@ -0,0 +1,168 @@ +import math +import os +import random +import torch +import torch.utils.data +import numpy as np +from librosa.util import normalize +from scipy.io.wavfile import read +from librosa.filters import mel as librosa_mel_fn + +MAX_WAV_VALUE = 32768.0 + + +def load_wav(full_path): + sampling_rate, data = read(full_path) + return data, sampling_rate + + +def dynamic_range_compression(x, C=1, clip_val=1e-5): + return np.log(np.clip(x, a_min=clip_val, a_max=None) * C) + + +def dynamic_range_decompression(x, C=1): + return np.exp(x) / C + + +def dynamic_range_compression_torch(x, C=1, clip_val=1e-5): + return torch.log(torch.clamp(x, min=clip_val) * C) + + +def dynamic_range_decompression_torch(x, C=1): + return torch.exp(x) / C + + +def spectral_normalize_torch(magnitudes): + output = dynamic_range_compression_torch(magnitudes) + return output + + +def spectral_de_normalize_torch(magnitudes): + output = dynamic_range_decompression_torch(magnitudes) + return output + + +mel_basis = {} +hann_window = {} + + +def mel_spectrogram(y, n_fft, num_mels, sampling_rate, hop_size, win_size, fmin, fmax, center=False): + if torch.min(y) < -1.: + print('min value is ', torch.min(y)) + if torch.max(y) > 1.: + print('max value is ', torch.max(y)) + + global mel_basis, hann_window + if fmax not in mel_basis: + mel = librosa_mel_fn(sampling_rate, n_fft, num_mels, fmin, fmax) + mel_basis[str(fmax)+'_'+str(y.device)] = torch.from_numpy(mel).float().to(y.device) + hann_window[str(y.device)] = torch.hann_window(win_size).to(y.device) + + y = torch.nn.functional.pad(y.unsqueeze(1), (int((n_fft-hop_size)/2), int((n_fft-hop_size)/2)), mode='reflect') + y = y.squeeze(1) + + spec = torch.stft(y, n_fft, hop_length=hop_size, win_length=win_size, window=hann_window[str(y.device)], + center=center, pad_mode='reflect', normalized=False, onesided=True) + + spec = torch.sqrt(spec.pow(2).sum(-1)+(1e-9)) + + spec = torch.matmul(mel_basis[str(fmax)+'_'+str(y.device)], spec) + spec = spectral_normalize_torch(spec) + + return spec + + +def get_dataset_filelist(a): + with open(a.input_training_file, 'r', encoding='utf-8') as fi: + training_files = [os.path.join(a.input_wavs_dir, x.split('|')[0] + '.wav') + for x in fi.read().split('\n') if len(x) > 0] + + with open(a.input_validation_file, 'r', encoding='utf-8') as fi: + validation_files = [os.path.join(a.input_wavs_dir, x.split('|')[0] + '.wav') + for x in fi.read().split('\n') if len(x) > 0] + return training_files, validation_files + + +class MelDataset(torch.utils.data.Dataset): + def __init__(self, training_files, segment_size, n_fft, num_mels, + hop_size, win_size, sampling_rate, fmin, fmax, split=True, shuffle=True, n_cache_reuse=1, + device=None, fmax_loss=None, fine_tuning=False, base_mels_path=None): + self.audio_files = training_files + random.seed(1234) + if shuffle: + random.shuffle(self.audio_files) + self.segment_size = segment_size + self.sampling_rate = sampling_rate + self.split = split + self.n_fft = n_fft + self.num_mels = num_mels + self.hop_size = hop_size + self.win_size = win_size + self.fmin = fmin + self.fmax = fmax + self.fmax_loss = fmax_loss + self.cached_wav = None + self.n_cache_reuse = n_cache_reuse + self._cache_ref_count = 0 + self.device = device + self.fine_tuning = fine_tuning + self.base_mels_path = base_mels_path + + def __getitem__(self, index): + filename = self.audio_files[index] + if self._cache_ref_count == 0: + audio, sampling_rate = load_wav(filename) + audio = audio / MAX_WAV_VALUE + if not self.fine_tuning: + audio = normalize(audio) * 0.95 + self.cached_wav = audio + if sampling_rate != self.sampling_rate: + raise ValueError("{} SR doesn't match target {} SR".format( + sampling_rate, self.sampling_rate)) + self._cache_ref_count = self.n_cache_reuse + else: + audio = self.cached_wav + self._cache_ref_count -= 1 + + audio = torch.FloatTensor(audio) + audio = audio.unsqueeze(0) + + if not self.fine_tuning: + if self.split: + if audio.size(1) >= self.segment_size: + max_audio_start = audio.size(1) - self.segment_size + audio_start = random.randint(0, max_audio_start) + audio = audio[:, audio_start:audio_start+self.segment_size] + else: + audio = torch.nn.functional.pad(audio, (0, self.segment_size - audio.size(1)), 'constant') + + mel = mel_spectrogram(audio, self.n_fft, self.num_mels, + self.sampling_rate, self.hop_size, self.win_size, self.fmin, self.fmax, + center=False) + else: + mel = np.load( + os.path.join(self.base_mels_path, os.path.splitext(os.path.split(filename)[-1])[0] + '.npy')) + mel = torch.from_numpy(mel) + + if len(mel.shape) < 3: + mel = mel.unsqueeze(0) + + if self.split: + frames_per_seg = math.ceil(self.segment_size / self.hop_size) + + if audio.size(1) >= self.segment_size: + mel_start = random.randint(0, mel.size(2) - frames_per_seg - 1) + mel = mel[:, :, mel_start:mel_start + frames_per_seg] + audio = audio[:, mel_start * self.hop_size:(mel_start + frames_per_seg) * self.hop_size] + else: + mel = torch.nn.functional.pad(mel, (0, frames_per_seg - mel.size(2)), 'constant') + audio = torch.nn.functional.pad(audio, (0, self.segment_size - audio.size(1)), 'constant') + + mel_loss = mel_spectrogram(audio, self.n_fft, self.num_mels, + self.sampling_rate, self.hop_size, self.win_size, self.fmin, self.fmax_loss, + center=False) + + return (mel.squeeze(), audio.squeeze(0), filename, mel_loss.squeeze()) + + def __len__(self): + return len(self.audio_files) diff --git a/mtts/models/vocoder/hifi_gan/models.py b/mtts/models/vocoder/hifi_gan/models.py new file mode 100644 index 0000000000000000000000000000000000000000..d2a2ef42089f482ae9b38035f0371df2349d4cb8 --- /dev/null +++ b/mtts/models/vocoder/hifi_gan/models.py @@ -0,0 +1,283 @@ +import torch +import torch.nn.functional as F +import torch.nn as nn +from torch.nn import Conv1d, ConvTranspose1d, AvgPool1d, Conv2d +from torch.nn.utils import weight_norm, remove_weight_norm, spectral_norm +from .utils import init_weights, get_padding + +LRELU_SLOPE = 0.1 + + +class ResBlock1(torch.nn.Module): + def __init__(self, h, channels, kernel_size=3, dilation=(1, 3, 5)): + super(ResBlock1, self).__init__() + self.h = h + self.convs1 = nn.ModuleList([ + weight_norm(Conv1d(channels, channels, kernel_size, 1, dilation=dilation[0], + padding=get_padding(kernel_size, dilation[0]))), + weight_norm(Conv1d(channels, channels, kernel_size, 1, dilation=dilation[1], + padding=get_padding(kernel_size, dilation[1]))), + weight_norm(Conv1d(channels, channels, kernel_size, 1, dilation=dilation[2], + padding=get_padding(kernel_size, dilation[2]))) + ]) + self.convs1.apply(init_weights) + + self.convs2 = nn.ModuleList([ + weight_norm(Conv1d(channels, channels, kernel_size, 1, dilation=1, + padding=get_padding(kernel_size, 1))), + weight_norm(Conv1d(channels, channels, kernel_size, 1, dilation=1, + padding=get_padding(kernel_size, 1))), + weight_norm(Conv1d(channels, channels, kernel_size, 1, dilation=1, + padding=get_padding(kernel_size, 1))) + ]) + self.convs2.apply(init_weights) + + def forward(self, x): + for c1, c2 in zip(self.convs1, self.convs2): + xt = F.leaky_relu(x, LRELU_SLOPE) + xt = c1(xt) + xt = F.leaky_relu(xt, LRELU_SLOPE) + xt = c2(xt) + x = xt + x + return x + + def remove_weight_norm(self): + for l in self.convs1: + remove_weight_norm(l) + for l in self.convs2: + remove_weight_norm(l) + + +class ResBlock2(torch.nn.Module): + def __init__(self, h, channels, kernel_size=3, dilation=(1, 3)): + super(ResBlock2, self).__init__() + self.h = h + self.convs = nn.ModuleList([ + weight_norm(Conv1d(channels, channels, kernel_size, 1, dilation=dilation[0], + padding=get_padding(kernel_size, dilation[0]))), + weight_norm(Conv1d(channels, channels, kernel_size, 1, dilation=dilation[1], + padding=get_padding(kernel_size, dilation[1]))) + ]) + self.convs.apply(init_weights) + + def forward(self, x): + for c in self.convs: + xt = F.leaky_relu(x, LRELU_SLOPE) + xt = c(xt) + x = xt + x + return x + + def remove_weight_norm(self): + for l in self.convs: + remove_weight_norm(l) + + +class Generator(torch.nn.Module): + def __init__(self, h): + super(Generator, self).__init__() + self.h = h + self.num_kernels = len(h.resblock_kernel_sizes) + self.num_upsamples = len(h.upsample_rates) + self.conv_pre = weight_norm(Conv1d(80, h.upsample_initial_channel, 7, 1, padding=3)) + resblock = ResBlock1 if h.resblock == '1' else ResBlock2 + + self.ups = nn.ModuleList() + for i, (u, k) in enumerate(zip(h.upsample_rates, h.upsample_kernel_sizes)): + self.ups.append(weight_norm( + ConvTranspose1d(h.upsample_initial_channel//(2**i), h.upsample_initial_channel//(2**(i+1)), + k, u, padding=(k-u)//2))) + + self.resblocks = nn.ModuleList() + for i in range(len(self.ups)): + ch = h.upsample_initial_channel//(2**(i+1)) + for j, (k, d) in enumerate(zip(h.resblock_kernel_sizes, h.resblock_dilation_sizes)): + self.resblocks.append(resblock(h, ch, k, d)) + + self.conv_post = weight_norm(Conv1d(ch, 1, 7, 1, padding=3)) + self.ups.apply(init_weights) + self.conv_post.apply(init_weights) + + def forward(self, x): + x = self.conv_pre(x) + for i in range(self.num_upsamples): + x = F.leaky_relu(x, LRELU_SLOPE) + x = self.ups[i](x) + xs = None + for j in range(self.num_kernels): + if xs is None: + xs = self.resblocks[i*self.num_kernels+j](x) + else: + xs += self.resblocks[i*self.num_kernels+j](x) + x = xs / self.num_kernels + x = F.leaky_relu(x) + x = self.conv_post(x) + x = torch.tanh(x) + + return x + + def remove_weight_norm(self): + print('Removing weight norm...') + for l in self.ups: + remove_weight_norm(l) + for l in self.resblocks: + l.remove_weight_norm() + remove_weight_norm(self.conv_pre) + remove_weight_norm(self.conv_post) + + +class DiscriminatorP(torch.nn.Module): + def __init__(self, period, kernel_size=5, stride=3, use_spectral_norm=False): + super(DiscriminatorP, self).__init__() + self.period = period + norm_f = weight_norm if use_spectral_norm == False else spectral_norm + self.convs = nn.ModuleList([ + norm_f(Conv2d(1, 32, (kernel_size, 1), (stride, 1), padding=(get_padding(5, 1), 0))), + norm_f(Conv2d(32, 128, (kernel_size, 1), (stride, 1), padding=(get_padding(5, 1), 0))), + norm_f(Conv2d(128, 512, (kernel_size, 1), (stride, 1), padding=(get_padding(5, 1), 0))), + norm_f(Conv2d(512, 1024, (kernel_size, 1), (stride, 1), padding=(get_padding(5, 1), 0))), + norm_f(Conv2d(1024, 1024, (kernel_size, 1), 1, padding=(2, 0))), + ]) + self.conv_post = norm_f(Conv2d(1024, 1, (3, 1), 1, padding=(1, 0))) + + def forward(self, x): + fmap = [] + + # 1d to 2d + b, c, t = x.shape + if t % self.period != 0: # pad first + n_pad = self.period - (t % self.period) + x = F.pad(x, (0, n_pad), "reflect") + t = t + n_pad + x = x.view(b, c, t // self.period, self.period) + + for l in self.convs: + x = l(x) + x = F.leaky_relu(x, LRELU_SLOPE) + fmap.append(x) + x = self.conv_post(x) + fmap.append(x) + x = torch.flatten(x, 1, -1) + + return x, fmap + + +class MultiPeriodDiscriminator(torch.nn.Module): + def __init__(self): + super(MultiPeriodDiscriminator, self).__init__() + self.discriminators = nn.ModuleList([ + DiscriminatorP(2), + DiscriminatorP(3), + DiscriminatorP(5), + DiscriminatorP(7), + DiscriminatorP(11), + ]) + + def forward(self, y, y_hat): + y_d_rs = [] + y_d_gs = [] + fmap_rs = [] + fmap_gs = [] + for i, d in enumerate(self.discriminators): + y_d_r, fmap_r = d(y) + y_d_g, fmap_g = d(y_hat) + y_d_rs.append(y_d_r) + fmap_rs.append(fmap_r) + y_d_gs.append(y_d_g) + fmap_gs.append(fmap_g) + + return y_d_rs, y_d_gs, fmap_rs, fmap_gs + + +class DiscriminatorS(torch.nn.Module): + def __init__(self, use_spectral_norm=False): + super(DiscriminatorS, self).__init__() + norm_f = weight_norm if use_spectral_norm == False else spectral_norm + self.convs = nn.ModuleList([ + norm_f(Conv1d(1, 128, 15, 1, padding=7)), + norm_f(Conv1d(128, 128, 41, 2, groups=4, padding=20)), + norm_f(Conv1d(128, 256, 41, 2, groups=16, padding=20)), + norm_f(Conv1d(256, 512, 41, 4, groups=16, padding=20)), + norm_f(Conv1d(512, 1024, 41, 4, groups=16, padding=20)), + norm_f(Conv1d(1024, 1024, 41, 1, groups=16, padding=20)), + norm_f(Conv1d(1024, 1024, 5, 1, padding=2)), + ]) + self.conv_post = norm_f(Conv1d(1024, 1, 3, 1, padding=1)) + + def forward(self, x): + fmap = [] + for l in self.convs: + x = l(x) + x = F.leaky_relu(x, LRELU_SLOPE) + fmap.append(x) + x = self.conv_post(x) + fmap.append(x) + x = torch.flatten(x, 1, -1) + + return x, fmap + + +class MultiScaleDiscriminator(torch.nn.Module): + def __init__(self): + super(MultiScaleDiscriminator, self).__init__() + self.discriminators = nn.ModuleList([ + DiscriminatorS(use_spectral_norm=True), + DiscriminatorS(), + DiscriminatorS(), + ]) + self.meanpools = nn.ModuleList([ + AvgPool1d(4, 2, padding=2), + AvgPool1d(4, 2, padding=2) + ]) + + def forward(self, y, y_hat): + y_d_rs = [] + y_d_gs = [] + fmap_rs = [] + fmap_gs = [] + for i, d in enumerate(self.discriminators): + if i != 0: + y = self.meanpools[i-1](y) + y_hat = self.meanpools[i-1](y_hat) + y_d_r, fmap_r = d(y) + y_d_g, fmap_g = d(y_hat) + y_d_rs.append(y_d_r) + fmap_rs.append(fmap_r) + y_d_gs.append(y_d_g) + fmap_gs.append(fmap_g) + + return y_d_rs, y_d_gs, fmap_rs, fmap_gs + + +def feature_loss(fmap_r, fmap_g): + loss = 0 + for dr, dg in zip(fmap_r, fmap_g): + for rl, gl in zip(dr, dg): + loss += torch.mean(torch.abs(rl - gl)) + + return loss*2 + + +def discriminator_loss(disc_real_outputs, disc_generated_outputs): + loss = 0 + r_losses = [] + g_losses = [] + for dr, dg in zip(disc_real_outputs, disc_generated_outputs): + r_loss = torch.mean((1-dr)**2) + g_loss = torch.mean(dg**2) + loss += (r_loss + g_loss) + r_losses.append(r_loss.item()) + g_losses.append(g_loss.item()) + + return loss, r_losses, g_losses + + +def generator_loss(disc_outputs): + loss = 0 + gen_losses = [] + for dg in disc_outputs: + l = torch.mean((1-dg)**2) + gen_losses.append(l) + loss += l + + return loss, gen_losses + diff --git a/mtts/models/vocoder/hifi_gan/requirements.txt b/mtts/models/vocoder/hifi_gan/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..60c193b0a88d9e733cec5516385c41262c68eb62 --- /dev/null +++ b/mtts/models/vocoder/hifi_gan/requirements.txt @@ -0,0 +1,7 @@ +torch==1.4.0 +numpy==1.17.4 +librosa==0.7.2 +scipy==1.4.1 +tensorboard==2.0 +soundfile==0.10.3.post1 +matplotlib==3.1.3 \ No newline at end of file diff --git a/mtts/models/vocoder/hifi_gan/train.py b/mtts/models/vocoder/hifi_gan/train.py new file mode 100644 index 0000000000000000000000000000000000000000..3b55094289d8649b5cde18f9675700d1f6ab5ba9 --- /dev/null +++ b/mtts/models/vocoder/hifi_gan/train.py @@ -0,0 +1,271 @@ +import warnings +warnings.simplefilter(action='ignore', category=FutureWarning) +import itertools +import os +import time +import argparse +import json +import torch +import torch.nn.functional as F +from torch.utils.tensorboard import SummaryWriter +from torch.utils.data import DistributedSampler, DataLoader +import torch.multiprocessing as mp +from torch.distributed import init_process_group +from torch.nn.parallel import DistributedDataParallel +from env import AttrDict, build_env +from meldataset import MelDataset, mel_spectrogram, get_dataset_filelist +from models import Generator, MultiPeriodDiscriminator, MultiScaleDiscriminator, feature_loss, generator_loss,\ + discriminator_loss +from utils import plot_spectrogram, scan_checkpoint, load_checkpoint, save_checkpoint + +torch.backends.cudnn.benchmark = True + + +def train(rank, a, h): + if h.num_gpus > 1: + init_process_group(backend=h.dist_config['dist_backend'], init_method=h.dist_config['dist_url'], + world_size=h.dist_config['world_size'] * h.num_gpus, rank=rank) + + torch.cuda.manual_seed(h.seed) + device = torch.device('cuda:{:d}'.format(rank)) + + generator = Generator(h).to(device) + mpd = MultiPeriodDiscriminator().to(device) + msd = MultiScaleDiscriminator().to(device) + + if rank == 0: + print(generator) + os.makedirs(a.checkpoint_path, exist_ok=True) + print("checkpoints directory : ", a.checkpoint_path) + + if os.path.isdir(a.checkpoint_path): + cp_g = scan_checkpoint(a.checkpoint_path, 'g_') + cp_do = scan_checkpoint(a.checkpoint_path, 'do_') + + steps = 0 + if cp_g is None or cp_do is None: + state_dict_do = None + last_epoch = -1 + else: + state_dict_g = load_checkpoint(cp_g, device) + state_dict_do = load_checkpoint(cp_do, device) + generator.load_state_dict(state_dict_g['generator']) + mpd.load_state_dict(state_dict_do['mpd']) + msd.load_state_dict(state_dict_do['msd']) + steps = state_dict_do['steps'] + 1 + last_epoch = state_dict_do['epoch'] + + if h.num_gpus > 1: + generator = DistributedDataParallel(generator, device_ids=[rank]).to(device) + mpd = DistributedDataParallel(mpd, device_ids=[rank]).to(device) + msd = DistributedDataParallel(msd, device_ids=[rank]).to(device) + + optim_g = torch.optim.AdamW(generator.parameters(), h.learning_rate, betas=[h.adam_b1, h.adam_b2]) + optim_d = torch.optim.AdamW(itertools.chain(msd.parameters(), mpd.parameters()), + h.learning_rate, betas=[h.adam_b1, h.adam_b2]) + + if state_dict_do is not None: + optim_g.load_state_dict(state_dict_do['optim_g']) + optim_d.load_state_dict(state_dict_do['optim_d']) + + scheduler_g = torch.optim.lr_scheduler.ExponentialLR(optim_g, gamma=h.lr_decay, last_epoch=last_epoch) + scheduler_d = torch.optim.lr_scheduler.ExponentialLR(optim_d, gamma=h.lr_decay, last_epoch=last_epoch) + + training_filelist, validation_filelist = get_dataset_filelist(a) + + trainset = MelDataset(training_filelist, h.segment_size, h.n_fft, h.num_mels, + h.hop_size, h.win_size, h.sampling_rate, h.fmin, h.fmax, n_cache_reuse=0, + shuffle=False if h.num_gpus > 1 else True, fmax_loss=h.fmax_for_loss, device=device, + fine_tuning=a.fine_tuning, base_mels_path=a.input_mels_dir) + + train_sampler = DistributedSampler(trainset) if h.num_gpus > 1 else None + + train_loader = DataLoader(trainset, num_workers=h.num_workers, shuffle=False, + sampler=train_sampler, + batch_size=h.batch_size, + pin_memory=True, + drop_last=True) + + if rank == 0: + validset = MelDataset(validation_filelist, h.segment_size, h.n_fft, h.num_mels, + h.hop_size, h.win_size, h.sampling_rate, h.fmin, h.fmax, False, False, n_cache_reuse=0, + fmax_loss=h.fmax_for_loss, device=device, fine_tuning=a.fine_tuning, + base_mels_path=a.input_mels_dir) + validation_loader = DataLoader(validset, num_workers=1, shuffle=False, + sampler=None, + batch_size=1, + pin_memory=True, + drop_last=True) + + sw = SummaryWriter(os.path.join(a.checkpoint_path, 'logs')) + + generator.train() + mpd.train() + msd.train() + for epoch in range(max(0, last_epoch), a.training_epochs): + if rank == 0: + start = time.time() + print("Epoch: {}".format(epoch+1)) + + if h.num_gpus > 1: + train_sampler.set_epoch(epoch) + + for i, batch in enumerate(train_loader): + if rank == 0: + start_b = time.time() + x, y, _, y_mel = batch + x = torch.autograd.Variable(x.to(device, non_blocking=True)) + y = torch.autograd.Variable(y.to(device, non_blocking=True)) + y_mel = torch.autograd.Variable(y_mel.to(device, non_blocking=True)) + y = y.unsqueeze(1) + + y_g_hat = generator(x) + y_g_hat_mel = mel_spectrogram(y_g_hat.squeeze(1), h.n_fft, h.num_mels, h.sampling_rate, h.hop_size, h.win_size, + h.fmin, h.fmax_for_loss) + + optim_d.zero_grad() + + # MPD + y_df_hat_r, y_df_hat_g, _, _ = mpd(y, y_g_hat.detach()) + loss_disc_f, losses_disc_f_r, losses_disc_f_g = discriminator_loss(y_df_hat_r, y_df_hat_g) + + # MSD + y_ds_hat_r, y_ds_hat_g, _, _ = msd(y, y_g_hat.detach()) + loss_disc_s, losses_disc_s_r, losses_disc_s_g = discriminator_loss(y_ds_hat_r, y_ds_hat_g) + + loss_disc_all = loss_disc_s + loss_disc_f + + loss_disc_all.backward() + optim_d.step() + + # Generator + optim_g.zero_grad() + + # L1 Mel-Spectrogram Loss + loss_mel = F.l1_loss(y_mel, y_g_hat_mel) * 45 + + y_df_hat_r, y_df_hat_g, fmap_f_r, fmap_f_g = mpd(y, y_g_hat) + y_ds_hat_r, y_ds_hat_g, fmap_s_r, fmap_s_g = msd(y, y_g_hat) + loss_fm_f = feature_loss(fmap_f_r, fmap_f_g) + loss_fm_s = feature_loss(fmap_s_r, fmap_s_g) + loss_gen_f, losses_gen_f = generator_loss(y_df_hat_g) + loss_gen_s, losses_gen_s = generator_loss(y_ds_hat_g) + loss_gen_all = loss_gen_s + loss_gen_f + loss_fm_s + loss_fm_f + loss_mel + + loss_gen_all.backward() + optim_g.step() + + if rank == 0: + # STDOUT logging + if steps % a.stdout_interval == 0: + with torch.no_grad(): + mel_error = F.l1_loss(y_mel, y_g_hat_mel).item() + + print('Steps : {:d}, Gen Loss Total : {:4.3f}, Mel-Spec. Error : {:4.3f}, s/b : {:4.3f}'. + format(steps, loss_gen_all, mel_error, time.time() - start_b)) + + # checkpointing + if steps % a.checkpoint_interval == 0 and steps != 0: + checkpoint_path = "{}/g_{:08d}".format(a.checkpoint_path, steps) + save_checkpoint(checkpoint_path, + {'generator': (generator.module if h.num_gpus > 1 else generator).state_dict()}) + checkpoint_path = "{}/do_{:08d}".format(a.checkpoint_path, steps) + save_checkpoint(checkpoint_path, + {'mpd': (mpd.module if h.num_gpus > 1 + else mpd).state_dict(), + 'msd': (msd.module if h.num_gpus > 1 + else msd).state_dict(), + 'optim_g': optim_g.state_dict(), 'optim_d': optim_d.state_dict(), 'steps': steps, + 'epoch': epoch}) + + # Tensorboard summary logging + if steps % a.summary_interval == 0: + sw.add_scalar("training/gen_loss_total", loss_gen_all, steps) + sw.add_scalar("training/mel_spec_error", mel_error, steps) + + # Validation + if steps % a.validation_interval == 0: # and steps != 0: + generator.eval() + torch.cuda.empty_cache() + val_err_tot = 0 + with torch.no_grad(): + for j, batch in enumerate(validation_loader): + x, y, _, y_mel = batch + y_g_hat = generator(x.to(device)) + y_mel = torch.autograd.Variable(y_mel.to(device, non_blocking=True)) + y_g_hat_mel = mel_spectrogram(y_g_hat.squeeze(1), h.n_fft, h.num_mels, h.sampling_rate, + h.hop_size, h.win_size, + h.fmin, h.fmax_for_loss) + val_err_tot += F.l1_loss(y_mel, y_g_hat_mel).item() + + if j <= 4: + if steps == 0: + sw.add_audio('gt/y_{}'.format(j), y[0], steps, h.sampling_rate) + sw.add_figure('gt/y_spec_{}'.format(j), plot_spectrogram(x[0]), steps) + + sw.add_audio('generated/y_hat_{}'.format(j), y_g_hat[0], steps, h.sampling_rate) + y_hat_spec = mel_spectrogram(y_g_hat.squeeze(1), h.n_fft, h.num_mels, + h.sampling_rate, h.hop_size, h.win_size, + h.fmin, h.fmax) + sw.add_figure('generated/y_hat_spec_{}'.format(j), + plot_spectrogram(y_hat_spec.squeeze(0).cpu().numpy()), steps) + + val_err = val_err_tot / (j+1) + sw.add_scalar("validation/mel_spec_error", val_err, steps) + + generator.train() + + steps += 1 + + scheduler_g.step() + scheduler_d.step() + + if rank == 0: + print('Time taken for epoch {} is {} sec\n'.format(epoch + 1, int(time.time() - start))) + + +def main(): + print('Initializing Training Process..') + + parser = argparse.ArgumentParser() + + parser.add_argument('--group_name', default=None) + parser.add_argument('--input_wavs_dir', default='LJSpeech-1.1/wavs') + parser.add_argument('--input_mels_dir', default='ft_dataset') + parser.add_argument('--input_training_file', default='LJSpeech-1.1/training.txt') + parser.add_argument('--input_validation_file', default='LJSpeech-1.1/validation.txt') + parser.add_argument('--checkpoint_path', default='cp_hifigan') + parser.add_argument('--config', default='') + parser.add_argument('--training_epochs', default=3100, type=int) + parser.add_argument('--stdout_interval', default=5, type=int) + parser.add_argument('--checkpoint_interval', default=5000, type=int) + parser.add_argument('--summary_interval', default=100, type=int) + parser.add_argument('--validation_interval', default=1000, type=int) + parser.add_argument('--fine_tuning', default=False, type=bool) + + a = parser.parse_args() + + with open(a.config) as f: + data = f.read() + + json_config = json.loads(data) + h = AttrDict(json_config) + build_env(a.config, 'config.json', a.checkpoint_path) + + torch.manual_seed(h.seed) + if torch.cuda.is_available(): + torch.cuda.manual_seed(h.seed) + h.num_gpus = torch.cuda.device_count() + h.batch_size = int(h.batch_size / h.num_gpus) + print('Batch size per GPU :', h.batch_size) + else: + pass + + if h.num_gpus > 1: + mp.spawn(train, nprocs=h.num_gpus, args=(a, h,)) + else: + train(0, a, h) + + +if __name__ == '__main__': + main() diff --git a/mtts/models/vocoder/hifi_gan/utils.py b/mtts/models/vocoder/hifi_gan/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..aa2a536e6205ba4252b41bdfe05b491908b500be --- /dev/null +++ b/mtts/models/vocoder/hifi_gan/utils.py @@ -0,0 +1,58 @@ +import glob +import os +import matplotlib +import torch +from torch.nn.utils import weight_norm +matplotlib.use("Agg") +import matplotlib.pylab as plt + + +def plot_spectrogram(spectrogram): + fig, ax = plt.subplots(figsize=(10, 2)) + im = ax.imshow(spectrogram, aspect="auto", origin="lower", + interpolation='none') + plt.colorbar(im, ax=ax) + + fig.canvas.draw() + plt.close() + + return fig + + +def init_weights(m, mean=0.0, std=0.01): + classname = m.__class__.__name__ + if classname.find("Conv") != -1: + m.weight.data.normal_(mean, std) + + +def apply_weight_norm(m): + classname = m.__class__.__name__ + if classname.find("Conv") != -1: + weight_norm(m) + + +def get_padding(kernel_size, dilation=1): + return int((kernel_size*dilation - dilation)/2) + + +def load_checkpoint(filepath, device): + assert os.path.isfile(filepath) + print("Loading '{}'".format(filepath)) + checkpoint_dict = torch.load(filepath, map_location=device) + print("Complete.") + return checkpoint_dict + + +def save_checkpoint(filepath, obj): + print("Saving checkpoint to {}".format(filepath)) + torch.save(obj, filepath) + print("Complete.") + + +def scan_checkpoint(cp_dir, prefix): + pattern = os.path.join(cp_dir, prefix + '????????') + cp_list = glob.glob(pattern) + if len(cp_list) == 0: + return None + return sorted(cp_list)[-1] + diff --git a/mtts/models/vocoder/melgan/LICENSE b/mtts/models/vocoder/melgan/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..ef263cfe206e2d137c543db9142580f503811c02 --- /dev/null +++ b/mtts/models/vocoder/melgan/LICENSE @@ -0,0 +1,29 @@ +BSD 3-Clause License + +Copyright (c) 2019, Seungwon Park 박승원 +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/mtts/models/vocoder/melgan/README.md b/mtts/models/vocoder/melgan/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e1ee909d74bd7f519478ab111af4631c2415bc08 --- /dev/null +++ b/mtts/models/vocoder/melgan/README.md @@ -0,0 +1,83 @@ +# MelGAN +Unofficial PyTorch implementation of [MelGAN vocoder](https://arxiv.org/abs/1910.06711) + +## Key Features + +- MelGAN is lighter, faster, and better at generalizing to unseen speakers than [WaveGlow](https://github.com/NVIDIA/waveglow). +- This repository use identical mel-spectrogram function from [NVIDIA/tacotron2](https://github.com/NVIDIA/tacotron2), so this can be directly used to convert output from NVIDIA's tacotron2 into raw-audio. +- Pretrained model on LJSpeech-1.1 via [PyTorch Hub](https://pytorch.org/hub). + +![](./assets/gd.png) + +## Prerequisites + +Tested on Python 3.6 +```bash +pip install -r requirements.txt +``` + +## Prepare Dataset + +- Download dataset for training. This can be any wav files with sample rate 22050Hz. (e.g. LJSpeech was used in paper) +- preprocess: `python preprocess.py -c config/default.yaml -d [data's root path]` +- Edit configuration `yaml` file + +## Train & Tensorboard + +- `python trainer.py -c [config yaml file] -n [name of the run]` + - `cp config/default.yaml config/config.yaml` and then edit `config.yaml` + - Write down the root path of train/validation files to 2nd/3rd line. + - Each path should contain pairs of `*.wav` with corresponding (preprocessed) `*.mel` file. + - The data loader parses list of files within the path recursively. +- `tensorboard --logdir logs/` + +## Pretrained model + +Try with Google Colab: TODO + +```python +import torch +vocoder = torch.hub.load('seungwonpark/melgan', 'melgan') +vocoder.eval() +mel = torch.randn(1, 80, 234) # use your own mel-spectrogram here + +if torch.cuda.is_available(): + vocoder = vocoder.cuda() + mel = mel.cuda() + +with torch.no_grad(): + audio = vocoder.inference(mel) +``` + +## Inference + +- `python inference.py -p [checkpoint path] -i [input mel path]` + +## Results + +See audio samples at: http://swpark.me/melgan/. +Model was trained at V100 GPU for 14 days using LJSpeech-1.1. + +![](./assets/lj-tensorboard-v0.3-alpha.png) + + +## Implementation Authors + +- [Seungwon Park](http://swpark.me) @ MINDsLab Inc. (yyyyy@snu.ac.kr, swpark@mindslab.ai) +- Myunchul Joe @ MINDsLab Inc. +- [Rishikesh](https://github.com/rishikksh20) @ DeepSync Technologies Pvt Ltd. + +## License + +BSD 3-Clause License. + +- [utils/stft.py](./utils/stft.py) by Prem Seetharaman (BSD 3-Clause License) +- [datasets/mel2samp.py](./datasets/mel2samp.py) from https://github.com/NVIDIA/waveglow (BSD 3-Clause License) +- [utils/hparams.py](./utils/hparams.py) from https://github.com/HarryVolek/PyTorch_Speaker_Verification (No License specified) + +## Useful resources + +- [How to Train a GAN? Tips and tricks to make GANs work](https://github.com/soumith/ganhacks) by Soumith Chintala +- [Official MelGAN implementation by original authors](https://github.com/descriptinc/melgan-neurips) +- [Reproduction of MelGAN - NeurIPS 2019 Reproducibility Challenge (Ablation Track)](https://openreview.net/pdf?id=9jTbNbBNw0) by Yifei Zhao, Yichao Yang, and Yang Gao + - "replacing the average pooling layer with max pooling layer and replacing reflection padding with replication padding improves the performance significantly, while combining them produces worse results" diff --git a/mtts/models/vocoder/melgan/__init__.py b/mtts/models/vocoder/melgan/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..087e4d30f215534b4f3b29415649e10e44dfc5c5 --- /dev/null +++ b/mtts/models/vocoder/melgan/__init__.py @@ -0,0 +1 @@ +from .melgan import MelGAN \ No newline at end of file diff --git a/mtts/models/vocoder/melgan/config/default.yaml b/mtts/models/vocoder/melgan/config/default.yaml new file mode 100644 index 0000000000000000000000000000000000000000..4152ec4e62db6dbc2261bb7b53d3a7dc0a64105c --- /dev/null +++ b/mtts/models/vocoder/melgan/config/default.yaml @@ -0,0 +1,34 @@ +data: # root path of train/validation data (either relative/absoulte path is ok) + train: '' + validation: '' +--- +train: + rep_discriminator: 1 + num_workers: 32 + batch_size: 16 + optimizer: 'adam' + adam: + lr: 0.0001 + beta1: 0.5 + beta2: 0.9 +--- +audio: + n_mel_channels: 80 + segment_length: 16000 + pad_short: 2000 + filter_length: 1024 + hop_length: 256 # WARNING: this can't be changed. + win_length: 1024 + sampling_rate: 22050 + mel_fmin: 0.0 + mel_fmax: 8000.0 +--- +model: + feat_match: 10.0 +--- +log: + summary_interval: 1 + validation_interval: 5 + save_interval: 25 + chkpt_dir: 'chkpt' + log_dir: 'logs' diff --git a/mtts/models/vocoder/melgan/datasets/dataloader.py b/mtts/models/vocoder/melgan/datasets/dataloader.py new file mode 100644 index 0000000000000000000000000000000000000000..e764a4008acb4038fc91a77c832e654941415fa7 --- /dev/null +++ b/mtts/models/vocoder/melgan/datasets/dataloader.py @@ -0,0 +1,67 @@ +import os +import glob +import torch +import random +import numpy as np +from torch.utils.data import Dataset, DataLoader + +from utils.utils import read_wav_np + + +def create_dataloader(hp, args, train): + dataset = MelFromDisk(hp, args, train) + + if train: + return DataLoader(dataset=dataset, batch_size=hp.train.batch_size, shuffle=True, + num_workers=hp.train.num_workers, pin_memory=True, drop_last=True) + else: + return DataLoader(dataset=dataset, batch_size=1, shuffle=False, + num_workers=hp.train.num_workers, pin_memory=True, drop_last=False) + + +class MelFromDisk(Dataset): + def __init__(self, hp, args, train): + self.hp = hp + self.args = args + self.train = train + self.path = hp.data.train if train else hp.data.validation + self.wav_list = glob.glob(os.path.join(self.path, '**', '*.wav'), recursive=True) + self.mel_segment_length = hp.audio.segment_length // hp.audio.hop_length + 2 + self.mapping = [i for i in range(len(self.wav_list))] + + def __len__(self): + return len(self.wav_list) + + def __getitem__(self, idx): + if self.train: + idx1 = idx + idx2 = self.mapping[idx1] + return self.my_getitem(idx1), self.my_getitem(idx2) + else: + return self.my_getitem(idx) + + def shuffle_mapping(self): + random.shuffle(self.mapping) + + def my_getitem(self, idx): + wavpath = self.wav_list[idx] + melpath = wavpath.replace('.wav', '.mel') + sr, audio = read_wav_np(wavpath) + if len(audio) < self.hp.audio.segment_length + self.hp.audio.pad_short: + audio = np.pad(audio, (0, self.hp.audio.segment_length + self.hp.audio.pad_short - len(audio)), \ + mode='constant', constant_values=0.0) + + audio = torch.from_numpy(audio).unsqueeze(0) + mel = torch.load(melpath).squeeze(0) + + if self.train: + max_mel_start = mel.size(1) - self.mel_segment_length + mel_start = random.randint(0, max_mel_start) + mel_end = mel_start + self.mel_segment_length + mel = mel[:, mel_start:mel_end] + + audio_start = mel_start * self.hp.audio.hop_length + audio = audio[:, audio_start:audio_start+self.hp.audio.segment_length] + + audio = audio + (1/32768) * torch.randn_like(audio) + return mel, audio diff --git a/mtts/models/vocoder/melgan/hubconf.py b/mtts/models/vocoder/melgan/hubconf.py new file mode 100644 index 0000000000000000000000000000000000000000..1031f6bc2426f7376e2e1fae274cd598d2ee2002 --- /dev/null +++ b/mtts/models/vocoder/melgan/hubconf.py @@ -0,0 +1,41 @@ +dependencies = ['torch'] +import torch +from model.generator import Generator + +model_params = { + 'nvidia_tacotron2_LJ11_epoch6400': { + 'mel_channel': 80, + 'model_url': 'https://github.com/seungwonpark/melgan/releases/download/v0.3-alpha/nvidia_tacotron2_LJ11_epoch6400.pt', + }, +} + + +def melgan(model_name='nvidia_tacotron2_LJ11_epoch6400', pretrained=True, progress=True): + params = model_params[model_name] + model = Generator(params['mel_channel']) + + if pretrained: + state_dict = torch.hub.load_state_dict_from_url(params['model_url'], + progress=progress) + model.load_state_dict(state_dict['model_g']) + + model.eval(inference=True) + + return model + + +if __name__ == '__main__': + vocoder = torch.hub.load('seungwonpark/melgan', 'melgan') + mel = torch.randn(1, 80, 234) # use your own mel-spectrogram here + + print('Input mel-spectrogram shape: {}'.format(mel.shape)) + + if torch.cuda.is_available(): + print('Moving data & model to GPU') + vocoder = vocoder.cuda() + mel = mel.cuda() + + with torch.no_grad(): + audio = vocoder.inference(mel) + + print('Output audio shape: {}'.format(audio.shape)) diff --git a/mtts/models/vocoder/melgan/inference.py b/mtts/models/vocoder/melgan/inference.py new file mode 100644 index 0000000000000000000000000000000000000000..c60580a719ec999d423179ad9aff2f8a53d28789 --- /dev/null +++ b/mtts/models/vocoder/melgan/inference.py @@ -0,0 +1,49 @@ +import os +import glob +import tqdm +import torch +import argparse +from scipy.io.wavfile import write + +from model.generator import Generator +from utils.hparams import HParam, load_hparam_str + +MAX_WAV_VALUE = 32768.0 + + +def main(args): + checkpoint = torch.load(args.checkpoint_path) + if args.config is not None: + hp = HParam(args.config) + else: + hp = load_hparam_str(checkpoint['hp_str']) + + model = Generator(hp.audio.n_mel_channels).cuda() + model.load_state_dict(checkpoint['model_g']) + model.eval(inference=False) + + with torch.no_grad(): + for melpath in tqdm.tqdm(glob.glob(os.path.join(args.input_folder, '*.mel'))): + mel = torch.load(melpath) + if len(mel.shape) == 2: + mel = mel.unsqueeze(0) + mel = mel.cuda() + + audio = model.inference(mel) + audio = audio.cpu().detach().numpy() + + out_path = melpath.replace('.mel', '_reconstructed_epoch%04d.wav' % checkpoint['epoch']) + write(out_path, hp.audio.sampling_rate, audio) + + +if __name__ == '__main__': + parser = argparse.ArgumentParser() + parser.add_argument('-c', '--config', type=str, default=None, + help="yaml file for config. will use hp_str from checkpoint if not given.") + parser.add_argument('-p', '--checkpoint_path', type=str, required=True, + help="path of checkpoint pt file for evaluation") + parser.add_argument('-i', '--input_folder', type=str, required=True, + help="directory of mel-spectrograms to invert into raw audio. ") + args = parser.parse_args() + + main(args) diff --git a/mtts/models/vocoder/melgan/melgan.py b/mtts/models/vocoder/melgan/melgan.py new file mode 100644 index 0000000000000000000000000000000000000000..2cfa72c450183cf46f322d741da7fad3090b541e --- /dev/null +++ b/mtts/models/vocoder/melgan/melgan.py @@ -0,0 +1,40 @@ +import os +import glob +import tqdm +import torch +import argparse +from scipy.io.wavfile import write +from torch import Tensor +from .model.generator import Generator +from .utils.hparams import HParam, load_hparam_str + +MAX_WAV_VALUE = 32768.0 + +class MelGAN: + def __init__(self,checkpoint,device='cpu',config=None): + checkpoint_path = os.path.expanduser(checkpoint) + config = os.path.expanduser(config) + + ckpt = torch.load(checkpoint_path) + if config is not None: + hp = HParam(config) + else: + hp = load_hparam_str(ckpt['hp_str']) + + self.model = Generator(hp.audio.n_mel_channels).to(device) + self.model.remove_weight_norm() + self.device = device + self.model.load_state_dict(ckpt) + self.model.eval(inference=False) + @torch.no_grad() + def synthesize(self,mel:Tensor): + if len(mel.shape) == 2: + mel = mel.unsqueeze(0) + mel = mel.to(self.device) + + audio = self.model.inference(mel) + audio = audio.cpu().detach().numpy() + return audio + def __call__(self,mel): + return self.synthesize(mel) + diff --git a/mtts/models/vocoder/melgan/model/discriminator.py b/mtts/models/vocoder/melgan/model/discriminator.py new file mode 100644 index 0000000000000000000000000000000000000000..63d2736b99a710174e67f1a9e573c4d03829d2cc --- /dev/null +++ b/mtts/models/vocoder/melgan/model/discriminator.py @@ -0,0 +1,64 @@ +import torch +import torch.nn as nn +import torch.nn.functional as F + + +class Discriminator(nn.Module): + def __init__(self): + super(Discriminator, self).__init__() + + self.discriminator = nn.ModuleList([ + nn.Sequential( + nn.ReflectionPad1d(7), + nn.utils.weight_norm(nn.Conv1d(1, 16, kernel_size=15, stride=1)), + nn.LeakyReLU(0.2, inplace=True), + ), + nn.Sequential( + nn.utils.weight_norm(nn.Conv1d(16, 64, kernel_size=41, stride=4, padding=20, groups=4)), + nn.LeakyReLU(0.2, inplace=True), + ), + nn.Sequential( + nn.utils.weight_norm(nn.Conv1d(64, 256, kernel_size=41, stride=4, padding=20, groups=16)), + nn.LeakyReLU(0.2, inplace=True), + ), + nn.Sequential( + nn.utils.weight_norm(nn.Conv1d(256, 1024, kernel_size=41, stride=4, padding=20, groups=64)), + nn.LeakyReLU(0.2, inplace=True), + ), + nn.Sequential( + nn.utils.weight_norm(nn.Conv1d(1024, 1024, kernel_size=41, stride=4, padding=20, groups=256)), + nn.LeakyReLU(0.2, inplace=True), + ), + nn.Sequential( + nn.utils.weight_norm(nn.Conv1d(1024, 1024, kernel_size=5, stride=1, padding=2)), + nn.LeakyReLU(0.2, inplace=True), + ), + nn.utils.weight_norm(nn.Conv1d(1024, 1, kernel_size=3, stride=1, padding=1)), + ]) + + def forward(self, x): + ''' + returns: (list of 6 features, discriminator score) + we directly predict score without last sigmoid function + since we're using Least Squares GAN (https://arxiv.org/abs/1611.04076) + ''' + features = list() + for module in self.discriminator: + x = module(x) + features.append(x) + return features[:-1], features[-1] + + +if __name__ == '__main__': + model = Discriminator() + + x = torch.randn(3, 1, 22050) + print(x.shape) + + features, score = model(x) + for feat in features: + print(feat.shape) + print(score.shape) + + pytorch_total_params = sum(p.numel() for p in model.parameters() if p.requires_grad) + print(pytorch_total_params) \ No newline at end of file diff --git a/mtts/models/vocoder/melgan/model/generator.py b/mtts/models/vocoder/melgan/model/generator.py new file mode 100644 index 0000000000000000000000000000000000000000..28eda2e33da3c2fdca84e9a714866ccfccb0f961 --- /dev/null +++ b/mtts/models/vocoder/melgan/model/generator.py @@ -0,0 +1,99 @@ +import torch +import torch.nn as nn +import torch.nn.functional as F + +from .res_stack import ResStack +# from res_stack import ResStack + +MAX_WAV_VALUE = 32768.0 + + +class Generator(nn.Module): + def __init__(self, mel_channel): + super(Generator, self).__init__() + self.mel_channel = mel_channel + + self.generator = nn.Sequential( + nn.ReflectionPad1d(3), + nn.utils.weight_norm(nn.Conv1d(mel_channel, 512, kernel_size=7, stride=1)), + + nn.LeakyReLU(0.2), + nn.utils.weight_norm(nn.ConvTranspose1d(512, 256, kernel_size=16, stride=8, padding=4)), + + ResStack(256), + + nn.LeakyReLU(0.2), + nn.utils.weight_norm(nn.ConvTranspose1d(256, 128, kernel_size=16, stride=8, padding=4)), + + ResStack(128), + + nn.LeakyReLU(0.2), + nn.utils.weight_norm(nn.ConvTranspose1d(128, 64, kernel_size=4, stride=2, padding=1)), + + ResStack(64), + + nn.LeakyReLU(0.2), + nn.utils.weight_norm(nn.ConvTranspose1d(64, 32, kernel_size=4, stride=2, padding=1)), + + ResStack(32), + + nn.LeakyReLU(0.2), + nn.ReflectionPad1d(3), + nn.utils.weight_norm(nn.Conv1d(32, 1, kernel_size=7, stride=1)), + nn.Tanh(), + ) + + def forward(self, mel): + mel = (mel + 5.0) / 5.0 # roughly normalize spectrogram + return self.generator(mel) + + def eval(self, inference=False): + super(Generator, self).eval() + + # don't remove weight norm while validation in training loop + if inference: + self.remove_weight_norm() + + def remove_weight_norm(self): + for idx, layer in enumerate(self.generator): + if len(layer.state_dict()) != 0: + try: + nn.utils.remove_weight_norm(layer) + except: + layer.remove_weight_norm() + + def inference(self, mel): + hop_length = 256 + # pad input mel with zeros to cut artifact + # see https://github.com/seungwonpark/melgan/issues/8 + zero = torch.full((1, self.mel_channel, 10), -11.5129).to(mel.device) + mel = torch.cat((mel, zero), dim=2) + + audio = self.forward(mel) + audio = audio.squeeze() # collapse all dimension except time axis + audio = audio[:-(hop_length*10)] + #audio = MAX_WAV_VALUE * audio + # audio = audio.clamp(min=-MAX_WAV_VALUE, max=MAX_WAV_VALUE-1) + # audio = audio.short() + + return audio + + +''' + to run this, fix + from . import ResStack + into + from res_stack import ResStack +''' +if __name__ == '__main__': + model = Generator(80) + + x = torch.randn(3, 80, 10) + print(x.shape) + + y = model(x) + print(y.shape) + assert y.shape == torch.Size([3, 1, 2560]) + + pytorch_total_params = sum(p.numel() for p in model.parameters() if p.requires_grad) + print(pytorch_total_params) \ No newline at end of file diff --git a/mtts/models/vocoder/melgan/model/identity.py b/mtts/models/vocoder/melgan/model/identity.py new file mode 100644 index 0000000000000000000000000000000000000000..052b37eb9de6d97576c2caba77f42acd0b1a5df9 --- /dev/null +++ b/mtts/models/vocoder/melgan/model/identity.py @@ -0,0 +1,12 @@ +import torch +import torch.nn as nn +import torch.nn.functional as F + + +class Identity(nn.Module): + def __init__(self): + super(Identity, self).__init__() + + def forward(self, x): + return x + diff --git a/mtts/models/vocoder/melgan/model/multiscale.py b/mtts/models/vocoder/melgan/model/multiscale.py new file mode 100644 index 0000000000000000000000000000000000000000..640b59ea7184c323b54b0c003deb26a70d5bfe3b --- /dev/null +++ b/mtts/models/vocoder/melgan/model/multiscale.py @@ -0,0 +1,29 @@ +import torch +import torch.nn as nn +import torch.nn.functional as F + +from .discriminator import Discriminator +from .identity import Identity + + +class MultiScaleDiscriminator(nn.Module): + def __init__(self): + super(MultiScaleDiscriminator, self).__init__() + + self.discriminators = nn.ModuleList( + [Discriminator() for _ in range(3)] + ) + + self.pooling = nn.ModuleList( + [Identity()] + + [nn.AvgPool1d(kernel_size=4, stride=2, padding=1, count_include_pad=False) for _ in range(1, 3)] + ) + + def forward(self, x): + ret = list() + + for pool, disc in zip(self.pooling, self.discriminators): + x = pool(x) + ret.append(disc(x)) + + return ret # [(feat, score), (feat, score), (feat, score)] diff --git a/mtts/models/vocoder/melgan/model/res_stack.py b/mtts/models/vocoder/melgan/model/res_stack.py new file mode 100644 index 0000000000000000000000000000000000000000..c1dd8ae9d1eb8ed1785bb1fcf60059712ac16c3e --- /dev/null +++ b/mtts/models/vocoder/melgan/model/res_stack.py @@ -0,0 +1,36 @@ +import torch +import torch.nn as nn +import torch.nn.functional as F +import numpy as np + + +class ResStack(nn.Module): + def __init__(self, channel): + super(ResStack, self).__init__() + + self.blocks = nn.ModuleList([ + nn.Sequential( + nn.LeakyReLU(0.2), + nn.ReflectionPad1d(3**i), + nn.utils.weight_norm(nn.Conv1d(channel, channel, kernel_size=3, dilation=3**i)), + nn.LeakyReLU(0.2), + nn.utils.weight_norm(nn.Conv1d(channel, channel, kernel_size=1)), + ) + for i in range(3) + ]) + + self.shortcuts = nn.ModuleList([ + nn.utils.weight_norm(nn.Conv1d(channel, channel, kernel_size=1)) + for i in range(3) + ]) + + def forward(self, x): + for block, shortcut in zip(self.blocks, self.shortcuts): + x = shortcut(x) + block(x) + return x + + def remove_weight_norm(self): + for block, shortcut in zip(self.blocks, self.shortcuts): + nn.utils.remove_weight_norm(block[2]) + nn.utils.remove_weight_norm(block[4]) + nn.utils.remove_weight_norm(shortcut) diff --git a/mtts/models/vocoder/melgan/preprocess.py b/mtts/models/vocoder/melgan/preprocess.py new file mode 100644 index 0000000000000000000000000000000000000000..fc908f3e7062eeee7973484b249fead68083426c --- /dev/null +++ b/mtts/models/vocoder/melgan/preprocess.py @@ -0,0 +1,50 @@ +import os +import glob +import tqdm +import torch +import argparse +import numpy as np + +from utils.stft import TacotronSTFT +from utils.hparams import HParam +from utils.utils import read_wav_np + + +def main(hp, args): + stft = TacotronSTFT(filter_length=hp.audio.filter_length, + hop_length=hp.audio.hop_length, + win_length=hp.audio.win_length, + n_mel_channels=hp.audio.n_mel_channels, + sampling_rate=hp.audio.sampling_rate, + mel_fmin=hp.audio.mel_fmin, + mel_fmax=hp.audio.mel_fmax) + + wav_files = glob.glob(os.path.join(args.data_path, '**', '*.wav'), recursive=True) + + for wavpath in tqdm.tqdm(wav_files, desc='preprocess wav to mel'): + sr, wav = read_wav_np(wavpath) + assert sr == hp.audio.sampling_rate, \ + "sample rate mismatch. expected %d, got %d at %s" % \ + (hp.audio.sampling_rate, sr, wavpath) + + if len(wav) < hp.audio.segment_length + hp.audio.pad_short: + wav = np.pad(wav, (0, hp.audio.segment_length + hp.audio.pad_short - len(wav)), \ + mode='constant', constant_values=0.0) + + wav = torch.from_numpy(wav).unsqueeze(0) + mel = stft.mel_spectrogram(wav) + + melpath = wavpath.replace('.wav', '.mel') + torch.save(mel, melpath) + + +if __name__ == '__main__': + parser = argparse.ArgumentParser() + parser.add_argument('-c', '--config', type=str, required=True, + help="yaml file for config.") + parser.add_argument('-d', '--data_path', type=str, required=True, + help="root directory of wav files") + args = parser.parse_args() + hp = HParam(args.config) + + main(hp, args) diff --git a/mtts/models/vocoder/melgan/requirements.txt b/mtts/models/vocoder/melgan/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4d61429bd12a76e7e2388011efbee3cfe16cdce8 --- /dev/null +++ b/mtts/models/vocoder/melgan/requirements.txt @@ -0,0 +1,9 @@ +librosa +matplotlib +numpy +scipy +tensorboardX +torch +tqdm +pillow +pyyaml diff --git a/mtts/models/vocoder/melgan/trainer.py b/mtts/models/vocoder/melgan/trainer.py new file mode 100644 index 0000000000000000000000000000000000000000..40be436e797d7c9661ca65bc3c45558d5e507e6c --- /dev/null +++ b/mtts/models/vocoder/melgan/trainer.py @@ -0,0 +1,52 @@ +import os +import time +import logging +import argparse + +from utils.train import train +from utils.hparams import HParam +from utils.writer import MyWriter +from datasets.dataloader import create_dataloader + + +if __name__ == '__main__': + parser = argparse.ArgumentParser() + parser.add_argument('-c', '--config', type=str, required=True, + help="yaml file for configuration") + parser.add_argument('-p', '--checkpoint_path', type=str, default=None, + help="path of checkpoint pt file to resume training") + parser.add_argument('-n', '--name', type=str, required=True, + help="name of the model for logging, saving checkpoint") + args = parser.parse_args() + + hp = HParam(args.config) + with open(args.config, 'r') as f: + hp_str = ''.join(f.readlines()) + + pt_dir = os.path.join(hp.log.chkpt_dir, args.name) + log_dir = os.path.join(hp.log.log_dir, args.name) + os.makedirs(pt_dir, exist_ok=True) + os.makedirs(log_dir, exist_ok=True) + + logging.basicConfig( + level=logging.INFO, + format='%(asctime)s - %(levelname)s - %(message)s', + handlers=[ + logging.FileHandler(os.path.join(log_dir, + '%s-%d.log' % (args.name, time.time()))), + logging.StreamHandler() + ] + ) + logger = logging.getLogger() + + writer = MyWriter(hp, log_dir) + + assert hp.audio.hop_length == 256, \ + 'hp.audio.hop_length must be equal to 256, got %d' % hp.audio.hop_length + assert hp.data.train != '' and hp.data.validation != '', \ + 'hp.data.train and hp.data.validation can\'t be empty: please fix %s' % args.config + + trainloader = create_dataloader(hp, args, True) + valloader = create_dataloader(hp, args, False) + + train(args, pt_dir, args.checkpoint_path, trainloader, valloader, writer, logger, hp, hp_str) diff --git a/mtts/models/vocoder/melgan/utils/audio_processing.py b/mtts/models/vocoder/melgan/utils/audio_processing.py new file mode 100644 index 0000000000000000000000000000000000000000..b5af7f723eb8047bc58db2f85234aea161fbc659 --- /dev/null +++ b/mtts/models/vocoder/melgan/utils/audio_processing.py @@ -0,0 +1,93 @@ +import torch +import numpy as np +from scipy.signal import get_window +import librosa.util as librosa_util + + +def window_sumsquare(window, n_frames, hop_length=200, win_length=800, + n_fft=800, dtype=np.float32, norm=None): + """ + # from librosa 0.6 + Compute the sum-square envelope of a window function at a given hop length. + + This is used to estimate modulation effects induced by windowing + observations in short-time fourier transforms. + + Parameters + ---------- + window : string, tuple, number, callable, or list-like + Window specification, as in `get_window` + + n_frames : int > 0 + The number of analysis frames + + hop_length : int > 0 + The number of samples to advance between frames + + win_length : [optional] + The length of the window function. By default, this matches `n_fft`. + + n_fft : int > 0 + The length of each analysis frame. + + dtype : np.dtype + The data type of the output + + Returns + ------- + wss : np.ndarray, shape=`(n_fft + hop_length * (n_frames - 1))` + The sum-squared envelope of the window function + """ + if win_length is None: + win_length = n_fft + + n = n_fft + hop_length * (n_frames - 1) + x = np.zeros(n, dtype=dtype) + + # Compute the squared window at the desired length + win_sq = get_window(window, win_length, fftbins=True) + win_sq = librosa_util.normalize(win_sq, norm=norm)**2 + win_sq = librosa_util.pad_center(win_sq, n_fft) + + # Fill the envelope + for i in range(n_frames): + sample = i * hop_length + x[sample:min(n, sample + n_fft)] += win_sq[:max(0, min(n_fft, n - sample))] + return x + + +def griffin_lim(magnitudes, stft_fn, n_iters=30): + """ + PARAMS + ------ + magnitudes: spectrogram magnitudes + stft_fn: STFT class with transform (STFT) and inverse (ISTFT) methods + """ + + angles = np.angle(np.exp(2j * np.pi * np.random.rand(*magnitudes.size()))) + angles = angles.astype(np.float32) + angles = torch.autograd.Variable(torch.from_numpy(angles)) + signal = stft_fn.inverse(magnitudes, angles).squeeze(1) + + for i in range(n_iters): + _, angles = stft_fn.transform(signal) + signal = stft_fn.inverse(magnitudes, angles).squeeze(1) + return signal + + +def dynamic_range_compression(x, C=1, clip_val=1e-5): + """ + PARAMS + ------ + C: compression factor + """ + return torch.log(torch.clamp(x, min=clip_val) * C) + + +def dynamic_range_decompression(x, C=1): + """ + PARAMS + ------ + C: compression factor used to compress + """ + return torch.exp(x) / C diff --git a/mtts/models/vocoder/melgan/utils/hparams.py b/mtts/models/vocoder/melgan/utils/hparams.py new file mode 100644 index 0000000000000000000000000000000000000000..42308722bb36b21e792be51fe6514f7a15c82278 --- /dev/null +++ b/mtts/models/vocoder/melgan/utils/hparams.py @@ -0,0 +1,67 @@ +# modified from https://github.com/HarryVolek/PyTorch_Speaker_Verification + +import os +import yaml + + +def load_hparam_str(hp_str): + path = 'temp-restore.yaml' + with open(path, 'w') as f: + f.write(hp_str) + ret = HParam(path) + os.remove(path) + return ret + + +def load_hparam(filename): + stream = open(filename, 'r') + docs = yaml.load_all(stream, Loader=yaml.Loader) + hparam_dict = dict() + for doc in docs: + for k, v in doc.items(): + hparam_dict[k] = v + return hparam_dict + + +def merge_dict(user, default): + if isinstance(user, dict) and isinstance(default, dict): + for k, v in default.items(): + if k not in user: + user[k] = v + else: + user[k] = merge_dict(user[k], v) + return user + + +class Dotdict(dict): + """ + a dictionary that supports dot notation + as well as dictionary access notation + usage: d = DotDict() or d = DotDict({'val1':'first'}) + set attributes: d.val2 = 'second' or d['val2'] = 'second' + get attributes: d.val2 or d['val2'] + """ + __getattr__ = dict.__getitem__ + __setattr__ = dict.__setitem__ + __delattr__ = dict.__delitem__ + + def __init__(self, dct=None): + dct = dict() if not dct else dct + for key, value in dct.items(): + if hasattr(value, 'keys'): + value = Dotdict(value) + self[key] = value + + +class HParam(Dotdict): + + def __init__(self, file): + super(Dotdict, self).__init__() + hp_dict = load_hparam(file) + hp_dotdict = Dotdict(hp_dict) + for k, v in hp_dotdict.items(): + setattr(self, k, v) + + __getattr__ = Dotdict.__getitem__ + __setattr__ = Dotdict.__setitem__ + __delattr__ = Dotdict.__delitem__ diff --git a/mtts/models/vocoder/melgan/utils/plotting.py b/mtts/models/vocoder/melgan/utils/plotting.py new file mode 100644 index 0000000000000000000000000000000000000000..085c9d5f5d36a0b2a5dba2b0c6a421c2bb008508 --- /dev/null +++ b/mtts/models/vocoder/melgan/utils/plotting.py @@ -0,0 +1,29 @@ +import matplotlib +matplotlib.use("Agg") +import matplotlib.pylab as plt +import numpy as np + + +def save_figure_to_numpy(fig): + # save it to a numpy array. + data = np.fromstring(fig.canvas.tostring_rgb(), dtype=np.uint8, sep='') + data = data.reshape(fig.canvas.get_width_height()[::-1] + (3,)) + data = np.transpose(data, (2, 0, 1)) + return data + + +def plot_waveform_to_numpy(waveform): + fig, ax = plt.subplots(figsize=(12, 3)) + ax.plot() + ax.plot(range(len(waveform)), waveform, + linewidth=0.1, alpha=0.7, color='blue') + + plt.xlabel("Samples") + plt.ylabel("Amplitude") + plt.ylim(-1, 1) + plt.tight_layout() + + fig.canvas.draw() + data = save_figure_to_numpy(fig) + plt.close() + return data diff --git a/mtts/models/vocoder/melgan/utils/stft.py b/mtts/models/vocoder/melgan/utils/stft.py new file mode 100644 index 0000000000000000000000000000000000000000..bd0f5a0ec5b388401f3e9aaf568469a7a6ca3626 --- /dev/null +++ b/mtts/models/vocoder/melgan/utils/stft.py @@ -0,0 +1,184 @@ +""" +BSD 3-Clause License + +Copyright (c) 2017, Prem Seetharaman +All rights reserved. + +* Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, this + list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +* Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +""" + +import torch +import numpy as np +import torch.nn.functional as F +from torch.autograd import Variable +from scipy.signal import get_window +from librosa.util import pad_center, tiny +from .audio_processing import window_sumsquare, dynamic_range_compression, dynamic_range_decompression +from librosa.filters import mel as librosa_mel_fn + + +class STFT(torch.nn.Module): + """adapted from Prem Seetharaman's https://github.com/pseeth/pytorch-stft""" + def __init__(self, filter_length=800, hop_length=200, win_length=800, + window='hann'): + super(STFT, self).__init__() + self.filter_length = filter_length + self.hop_length = hop_length + self.win_length = win_length + self.window = window + self.forward_transform = None + scale = self.filter_length / self.hop_length + fourier_basis = np.fft.fft(np.eye(self.filter_length)) + + cutoff = int((self.filter_length / 2 + 1)) + fourier_basis = np.vstack([np.real(fourier_basis[:cutoff, :]), + np.imag(fourier_basis[:cutoff, :])]) + + forward_basis = torch.FloatTensor(fourier_basis[:, None, :]) + inverse_basis = torch.FloatTensor( + np.linalg.pinv(scale * fourier_basis).T[:, None, :]) + + if window is not None: + assert(filter_length >= win_length) + # get window and zero center pad it to filter_length + fft_window = get_window(window, win_length, fftbins=True) + fft_window = pad_center(fft_window, filter_length) + fft_window = torch.from_numpy(fft_window).float() + + # window the bases + forward_basis *= fft_window + inverse_basis *= fft_window + + self.register_buffer('forward_basis', forward_basis.float()) + self.register_buffer('inverse_basis', inverse_basis.float()) + + def transform(self, input_data): + num_batches = input_data.size(0) + num_samples = input_data.size(1) + + self.num_samples = num_samples + + # similar to librosa, reflect-pad the input + input_data = input_data.view(num_batches, 1, num_samples) + input_data = F.pad( + input_data.unsqueeze(1), + (int(self.filter_length / 2), int(self.filter_length / 2), 0, 0), + mode='reflect') + input_data = input_data.squeeze(1) + + # https://github.com/NVIDIA/tacotron2/issues/125 + forward_transform = F.conv1d( + input_data.cuda(), + Variable(self.forward_basis, requires_grad=False).cuda(), + stride=self.hop_length, + padding=0).cpu() + + cutoff = int((self.filter_length / 2) + 1) + real_part = forward_transform[:, :cutoff, :] + imag_part = forward_transform[:, cutoff:, :] + + magnitude = torch.sqrt(real_part**2 + imag_part**2) + phase = torch.autograd.Variable( + torch.atan2(imag_part.data, real_part.data)) + + return magnitude, phase + + def inverse(self, magnitude, phase): + recombine_magnitude_phase = torch.cat( + [magnitude*torch.cos(phase), magnitude*torch.sin(phase)], dim=1) + + inverse_transform = F.conv_transpose1d( + recombine_magnitude_phase, + Variable(self.inverse_basis, requires_grad=False), + stride=self.hop_length, + padding=0) + + if self.window is not None: + window_sum = window_sumsquare( + self.window, magnitude.size(-1), hop_length=self.hop_length, + win_length=self.win_length, n_fft=self.filter_length, + dtype=np.float32) + # remove modulation effects + approx_nonzero_indices = torch.from_numpy( + np.where(window_sum > tiny(window_sum))[0]) + window_sum = torch.autograd.Variable( + torch.from_numpy(window_sum), requires_grad=False) + window_sum = window_sum.cuda() if magnitude.is_cuda else window_sum + inverse_transform[:, :, approx_nonzero_indices] /= window_sum[approx_nonzero_indices] + + # scale by hop ratio + inverse_transform *= float(self.filter_length) / self.hop_length + + inverse_transform = inverse_transform[:, :, int(self.filter_length/2):] + inverse_transform = inverse_transform[:, :, :-int(self.filter_length/2):] + + return inverse_transform + + def forward(self, input_data): + self.magnitude, self.phase = self.transform(input_data) + reconstruction = self.inverse(self.magnitude, self.phase) + return reconstruction + + +class TacotronSTFT(torch.nn.Module): + def __init__(self, filter_length=1024, hop_length=256, win_length=1024, + n_mel_channels=80, sampling_rate=22050, mel_fmin=0.0, + mel_fmax=None): + super(TacotronSTFT, self).__init__() + self.n_mel_channels = n_mel_channels + self.sampling_rate = sampling_rate + self.stft_fn = STFT(filter_length, hop_length, win_length) + mel_basis = librosa_mel_fn( + sampling_rate, filter_length, n_mel_channels, mel_fmin, mel_fmax) + mel_basis = torch.from_numpy(mel_basis).float() + self.register_buffer('mel_basis', mel_basis) + + def spectral_normalize(self, magnitudes): + output = dynamic_range_compression(magnitudes) + return output + + def spectral_de_normalize(self, magnitudes): + output = dynamic_range_decompression(magnitudes) + return output + + def mel_spectrogram(self, y): + """Computes mel-spectrograms from a batch of waves + PARAMS + ------ + y: Variable(torch.FloatTensor) with shape (B, T) in range [-1, 1] + + RETURNS + ------- + mel_output: torch.FloatTensor of shape (B, n_mel_channels, T) + """ + assert(torch.min(y.data) >= -1) + assert(torch.max(y.data) <= 1) + + magnitudes, phases = self.stft_fn.transform(y) + magnitudes = magnitudes.data + mel_output = torch.matmul(self.mel_basis, magnitudes) + mel_output = self.spectral_normalize(mel_output) + return mel_output diff --git a/mtts/models/vocoder/melgan/utils/train.py b/mtts/models/vocoder/melgan/utils/train.py new file mode 100644 index 0000000000000000000000000000000000000000..19bd3d58392f06c4386737c559985ed1015f82ec --- /dev/null +++ b/mtts/models/vocoder/melgan/utils/train.py @@ -0,0 +1,131 @@ +import os +import math +import tqdm +import torch +import torch.nn as nn +import torch.nn.functional as F +import itertools +import traceback + +from model.generator import Generator +from model.multiscale import MultiScaleDiscriminator +from .utils import get_commit_hash +from .validation import validate + + +def train(args, pt_dir, chkpt_path, trainloader, valloader, writer, logger, hp, hp_str): + model_g = Generator(hp.audio.n_mel_channels).cuda() + model_d = MultiScaleDiscriminator().cuda() + + optim_g = torch.optim.Adam(model_g.parameters(), + lr=hp.train.adam.lr, betas=(hp.train.adam.beta1, hp.train.adam.beta2)) + optim_d = torch.optim.Adam(model_d.parameters(), + lr=hp.train.adam.lr, betas=(hp.train.adam.beta1, hp.train.adam.beta2)) + + githash = get_commit_hash() + + init_epoch = -1 + step = 0 + + if chkpt_path is not None: + logger.info("Resuming from checkpoint: %s" % chkpt_path) + checkpoint = torch.load(chkpt_path) + model_g.load_state_dict(checkpoint['model_g']) + model_d.load_state_dict(checkpoint['model_d']) + optim_g.load_state_dict(checkpoint['optim_g']) + optim_d.load_state_dict(checkpoint['optim_d']) + step = checkpoint['step'] + init_epoch = checkpoint['epoch'] + + if hp_str != checkpoint['hp_str']: + logger.warning("New hparams is different from checkpoint. Will use new.") + + if githash != checkpoint['githash']: + logger.warning("Code might be different: git hash is different.") + logger.warning("%s -> %s" % (checkpoint['githash'], githash)) + + else: + logger.info("Starting new training run.") + + # this accelerates training when the size of minibatch is always consistent. + # if not consistent, it'll horribly slow down. + torch.backends.cudnn.benchmark = True + + try: + model_g.train() + model_d.train() + for epoch in itertools.count(init_epoch+1): + if epoch % hp.log.validation_interval == 0: + with torch.no_grad(): + validate(hp, args, model_g, model_d, valloader, writer, step) + + trainloader.dataset.shuffle_mapping() + loader = tqdm.tqdm(trainloader, desc='Loading train data') + for (melG, audioG), (melD, audioD) in loader: + melG = melG.cuda() + audioG = audioG.cuda() + melD = melD.cuda() + audioD = audioD.cuda() + + # generator + optim_g.zero_grad() + fake_audio = model_g(melG)[:, :, :hp.audio.segment_length] + disc_fake = model_d(fake_audio) + disc_real = model_d(audioG) + loss_g = 0.0 + for (feats_fake, score_fake), (feats_real, _) in zip(disc_fake, disc_real): + loss_g += torch.mean(torch.sum(torch.pow(score_fake - 1.0, 2), dim=[1, 2])) + for feat_f, feat_r in zip(feats_fake, feats_real): + loss_g += hp.model.feat_match * torch.mean(torch.abs(feat_f - feat_r)) + + loss_g.backward() + optim_g.step() + + # discriminator + fake_audio = model_g(melD)[:, :, :hp.audio.segment_length] + fake_audio = fake_audio.detach() + loss_d_sum = 0.0 + for _ in range(hp.train.rep_discriminator): + optim_d.zero_grad() + disc_fake = model_d(fake_audio) + disc_real = model_d(audioD) + loss_d = 0.0 + for (_, score_fake), (_, score_real) in zip(disc_fake, disc_real): + loss_d += torch.mean(torch.sum(torch.pow(score_real - 1.0, 2), dim=[1, 2])) + loss_d += torch.mean(torch.sum(torch.pow(score_fake, 2), dim=[1, 2])) + + loss_d.backward() + optim_d.step() + loss_d_sum += loss_d + + step += 1 + # logging + loss_g = loss_g.item() + loss_d_avg = loss_d_sum / hp.train.rep_discriminator + loss_d_avg = loss_d_avg.item() + if any([loss_g > 1e8, math.isnan(loss_g), loss_d_avg > 1e8, math.isnan(loss_d_avg)]): + logger.error("loss_g %.01f loss_d_avg %.01f at step %d!" % (loss_g, loss_d_avg, step)) + raise Exception("Loss exploded") + + if step % hp.log.summary_interval == 0: + writer.log_training(loss_g, loss_d_avg, step) + loader.set_description("g %.04f d %.04f | step %d" % (loss_g, loss_d_avg, step)) + + if epoch % hp.log.save_interval == 0: + save_path = os.path.join(pt_dir, '%s_%s_%04d.pt' + % (args.name, githash, epoch)) + torch.save({ + 'model_g': model_g.state_dict(), + 'model_d': model_d.state_dict(), + 'optim_g': optim_g.state_dict(), + 'optim_d': optim_d.state_dict(), + 'step': step, + 'epoch': epoch, + 'hp_str': hp_str, + 'githash': githash, + }, save_path) + logger.info("Saved checkpoint to: %s" % save_path) + + except Exception as e: + logger.info("Exiting due to exception: %s" % e) + traceback.print_exc() diff --git a/mtts/models/vocoder/melgan/utils/utils.py b/mtts/models/vocoder/melgan/utils/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..47677a57e79f21237279a20ec39fb00049f0a2fe --- /dev/null +++ b/mtts/models/vocoder/melgan/utils/utils.py @@ -0,0 +1,26 @@ +import random +import subprocess +import numpy as np +from scipy.io.wavfile import read + + +def get_commit_hash(): + message = subprocess.check_output(["git", "rev-parse", "--short", "HEAD"]) + return message.strip().decode('utf-8') + +def read_wav_np(path): + sr, wav = read(path) + + if len(wav.shape) == 2: + wav = wav[:, 0] + + if wav.dtype == np.int16: + wav = wav / 32768.0 + elif wav.dtype == np.int32: + wav = wav / 2147483648.0 + elif wav.dtype == np.uint8: + wav = (wav - 128) / 128.0 + + wav = wav.astype(np.float32) + + return sr, wav diff --git a/mtts/models/vocoder/melgan/utils/validation.py b/mtts/models/vocoder/melgan/utils/validation.py new file mode 100644 index 0000000000000000000000000000000000000000..251e200012f6d9ceccef94d8c1509d5d540b9dbf --- /dev/null +++ b/mtts/models/vocoder/melgan/utils/validation.py @@ -0,0 +1,41 @@ +import tqdm +import torch + + +def validate(hp, args, generator, discriminator, valloader, writer, step): + generator.eval() + discriminator.eval() + torch.backends.cudnn.benchmark = False + + loader = tqdm.tqdm(valloader, desc='Validation loop') + loss_g_sum = 0.0 + loss_d_sum = 0.0 + for mel, audio in loader: + mel = mel.cuda() + audio = audio.cuda() + + # generator + fake_audio = generator(mel) + disc_fake = discriminator(fake_audio[:, :, :audio.size(2)]) + disc_real = discriminator(audio) + loss_g = 0.0 + loss_d = 0.0 + for (feats_fake, score_fake), (feats_real, score_real) in zip(disc_fake, disc_real): + loss_g += torch.mean(torch.sum(torch.pow(score_fake - 1.0, 2), dim=[1, 2])) + for feat_f, feat_r in zip(feats_fake, feats_real): + loss_g += hp.model.feat_match * torch.mean(torch.abs(feat_f - feat_r)) + loss_d += torch.mean(torch.sum(torch.pow(score_real - 1.0, 2), dim=[1, 2])) + loss_d += torch.mean(torch.sum(torch.pow(score_fake, 2), dim=[1, 2])) + + loss_g_sum += loss_g.item() + loss_d_sum += loss_d.item() + + loss_g_avg = loss_g_sum / len(valloader.dataset) + loss_d_avg = loss_d_sum / len(valloader.dataset) + + audio = audio[0][0].cpu().detach().numpy() + fake_audio = fake_audio[0][0].cpu().detach().numpy() + + writer.log_validation(loss_g_avg, loss_d_avg, generator, discriminator, audio, fake_audio, step) + + torch.backends.cudnn.benchmark = True diff --git a/mtts/models/vocoder/melgan/utils/writer.py b/mtts/models/vocoder/melgan/utils/writer.py new file mode 100644 index 0000000000000000000000000000000000000000..ecccf48c47167fd05cfa77a14bd31769f84ddc8d --- /dev/null +++ b/mtts/models/vocoder/melgan/utils/writer.py @@ -0,0 +1,33 @@ +from tensorboardX import SummaryWriter + +from .plotting import plot_waveform_to_numpy + + +class MyWriter(SummaryWriter): + def __init__(self, hp, logdir): + super(MyWriter, self).__init__(logdir) + self.sample_rate = hp.audio.sampling_rate + self.is_first = True + + def log_training(self, g_loss, d_loss, step): + self.add_scalar('train.g_loss', g_loss, step) + self.add_scalar('train.d_loss', d_loss, step) + + def log_validation(self, g_loss, d_loss, generator, discriminator, target, prediction, step): + self.add_scalar('validation.g_loss', g_loss, step) + self.add_scalar('validation.d_loss', d_loss, step) + + self.add_audio('raw_audio_predicted', prediction, step, self.sample_rate) + self.add_image('waveform_predicted', plot_waveform_to_numpy(prediction), step) + + self.log_histogram(generator, step) + self.log_histogram(discriminator, step) + + if self.is_first: + self.add_audio('raw_audio_target', target, step, self.sample_rate) + self.add_image('waveform_target', plot_waveform_to_numpy(target), step) + self.is_first = False + + def log_histogram(self, model, step): + for tag, value in model.named_parameters(): + self.add_histogram(tag.replace('.', '/'), value.cpu().detach().numpy(), step) diff --git a/mtts/models/vocoder/waveglow/LICENSE b/mtts/models/vocoder/waveglow/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..2a718d63da7fd063f44577f27b87be38cc6f6761 --- /dev/null +++ b/mtts/models/vocoder/waveglow/LICENSE @@ -0,0 +1,29 @@ +BSD 3-Clause License + +Copyright (c) 2018, NVIDIA Corporation +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/mtts/models/vocoder/waveglow/README.md b/mtts/models/vocoder/waveglow/README.md new file mode 100644 index 0000000000000000000000000000000000000000..b94648cf8ed1ed0b973d8b75774091a735598aaa --- /dev/null +++ b/mtts/models/vocoder/waveglow/README.md @@ -0,0 +1,91 @@ +![WaveGlow](waveglow_logo.png "WaveGLow") + +## WaveGlow: a Flow-based Generative Network for Speech Synthesis + +### Ryan Prenger, Rafael Valle, and Bryan Catanzaro + +In our recent [paper], we propose WaveGlow: a flow-based network capable of +generating high quality speech from mel-spectrograms. WaveGlow combines insights +from [Glow] and [WaveNet] in order to provide fast, efficient and high-quality +audio synthesis, without the need for auto-regression. WaveGlow is implemented +using only a single network, trained using only a single cost function: +maximizing the likelihood of the training data, which makes the training +procedure simple and stable. + +Our [PyTorch] implementation produces audio samples at a rate of 1200 +kHz on an NVIDIA V100 GPU. Mean Opinion Scores show that it delivers audio +quality as good as the best publicly available WaveNet implementation. + +Visit our [website] for audio samples. + +## Setup + +1. Clone our repo and initialize submodule + + ```command + git clone https://github.com/NVIDIA/waveglow.git + cd waveglow + git submodule init + git submodule update + ``` + +2. Install requirements `pip3 install -r requirements.txt` + +3. Install [Apex] + + +## Generate audio with our pre-existing model + +1. Download our [published model] +2. Download [mel-spectrograms] +3. Generate audio `python3 inference.py -f <(ls mel_spectrograms/*.pt) -w waveglow_256channels.pt -o . --is_fp16 -s 0.6` + +N.b. use `convert_model.py` to convert your older models to the current model +with fused residual and skip connections. + +## Train your own model + +1. Download [LJ Speech Data]. In this example it's in `data/` + +2. Make a list of the file names to use for training/testing + + ```command + ls data/*.wav | tail -n+10 > train_files.txt + ls data/*.wav | head -n10 > test_files.txt + ``` + +3. Train your WaveGlow networks + + ```command + mkdir checkpoints + python train.py -c config.json + ``` + + For multi-GPU training replace `train.py` with `distributed.py`. Only tested with single node and NCCL. + + For mixed precision training set `"fp16_run": true` on `config.json`. + +4. Make test set mel-spectrograms + + `python mel2samp.py -f test_files.txt -o . -c config.json` + +5. Do inference with your network + + ```command + ls *.pt > mel_files.txt + python3 inference.py -f mel_files.txt -w checkpoints/waveglow_10000 -o . --is_fp16 -s 0.6 + ``` + +[//]: # (TODO) +[//]: # (PROVIDE INSTRUCTIONS FOR DOWNLOADING LJS) +[pytorch 1.0]: https://github.com/pytorch/pytorch#installation +[website]: https://nv-adlr.github.io/WaveGlow +[paper]: https://arxiv.org/abs/1811.00002 +[WaveNet implementation]: https://github.com/r9y9/wavenet_vocoder +[Glow]: https://blog.openai.com/glow/ +[WaveNet]: https://deepmind.com/blog/wavenet-generative-model-raw-audio/ +[PyTorch]: http://pytorch.org +[published model]: https://drive.google.com/open?id=1rpK8CzAAirq9sWZhe9nlfvxMF1dRgFbF +[mel-spectrograms]: https://drive.google.com/file/d/1g_VXK2lpP9J25dQFhQwx7doWl_p20fXA/view?usp=sharing +[LJ Speech Data]: https://keithito.com/LJ-Speech-Dataset +[Apex]: https://github.com/nvidia/apex diff --git a/mtts/models/vocoder/waveglow/__init__.py b/mtts/models/vocoder/waveglow/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..189a9e0f14075c6ff6a56dfab71f58e7cf737c2e --- /dev/null +++ b/mtts/models/vocoder/waveglow/__init__.py @@ -0,0 +1,9 @@ +''' +Author: wuxulong19950206 1287173754@qq.com +Date: 2024-03-12 21:48:19 +LastEditors: wuxulong19950206 1287173754@qq.com +LastEditTime: 2024-03-12 21:48:23 +FilePath: \mandarin-tts-mtts\mtts\models\vocoder\waveglow\__init__.py +Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE +''' +from .glow import WaveGlow \ No newline at end of file diff --git a/mtts/models/vocoder/waveglow/config.json b/mtts/models/vocoder/waveglow/config.json new file mode 100644 index 0000000000000000000000000000000000000000..71604747481e6d53f97c55735dbe808462466b11 --- /dev/null +++ b/mtts/models/vocoder/waveglow/config.json @@ -0,0 +1,41 @@ +{ + "train_config": { + "fp16_run": true, + "output_directory": "checkpoints", + "epochs": 100000, + "learning_rate": 1e-4, + "sigma": 1.0, + "iters_per_checkpoint": 2000, + "batch_size": 12, + "seed": 1234, + "checkpoint_path": "", + "with_tensorboard": false + }, + "data_config": { + "training_files": "train_files.txt", + "segment_length": 16000, + "sampling_rate": 22050, + "filter_length": 1024, + "hop_length": 256, + "win_length": 1024, + "mel_fmin": 0.0, + "mel_fmax": 8000.0 + }, + "dist_config": { + "dist_backend": "nccl", + "dist_url": "tcp://localhost:54321" + }, + + "waveglow_config": { + "n_mel_channels": 80, + "n_flows": 12, + "n_group": 8, + "n_early_every": 4, + "n_early_size": 2, + "WN_config": { + "n_layers": 8, + "n_channels": 256, + "kernel_size": 3 + } + } +} diff --git a/mtts/models/vocoder/waveglow/convert_model.py b/mtts/models/vocoder/waveglow/convert_model.py new file mode 100644 index 0000000000000000000000000000000000000000..6fdc41e871ab46ccb0dd42d55c878df635ec378f --- /dev/null +++ b/mtts/models/vocoder/waveglow/convert_model.py @@ -0,0 +1,75 @@ +import sys +import copy +import torch + +def _check_model_old_version(model): + if hasattr(model.WN[0], 'res_layers') or hasattr(model.WN[0], 'cond_layers'): + return True + else: + return False + + +def _update_model_res_skip(old_model, new_model): + for idx in range(0, len(new_model.WN)): + wavenet = new_model.WN[idx] + n_channels = wavenet.n_channels + n_layers = wavenet.n_layers + wavenet.res_skip_layers = torch.nn.ModuleList() + for i in range(0, n_layers): + if i < n_layers - 1: + res_skip_channels = 2*n_channels + else: + res_skip_channels = n_channels + res_skip_layer = torch.nn.Conv1d(n_channels, res_skip_channels, 1) + skip_layer = torch.nn.utils.remove_weight_norm(wavenet.skip_layers[i]) + if i < n_layers - 1: + res_layer = torch.nn.utils.remove_weight_norm(wavenet.res_layers[i]) + res_skip_layer.weight = torch.nn.Parameter(torch.cat([res_layer.weight, skip_layer.weight])) + res_skip_layer.bias = torch.nn.Parameter(torch.cat([res_layer.bias, skip_layer.bias])) + else: + res_skip_layer.weight = torch.nn.Parameter(skip_layer.weight) + res_skip_layer.bias = torch.nn.Parameter(skip_layer.bias) + res_skip_layer = torch.nn.utils.weight_norm(res_skip_layer, name='weight') + wavenet.res_skip_layers.append(res_skip_layer) + del wavenet.res_layers + del wavenet.skip_layers + +def _update_model_cond(old_model, new_model): + for idx in range(0, len(new_model.WN)): + wavenet = new_model.WN[idx] + n_channels = wavenet.n_channels + n_layers = wavenet.n_layers + n_mel_channels = wavenet.cond_layers[0].weight.shape[1] + cond_layer = torch.nn.Conv1d(n_mel_channels, 2*n_channels*n_layers, 1) + cond_layer_weight = [] + cond_layer_bias = [] + for i in range(0, n_layers): + _cond_layer = torch.nn.utils.remove_weight_norm(wavenet.cond_layers[i]) + cond_layer_weight.append(_cond_layer.weight) + cond_layer_bias.append(_cond_layer.bias) + cond_layer.weight = torch.nn.Parameter(torch.cat(cond_layer_weight)) + cond_layer.bias = torch.nn.Parameter(torch.cat(cond_layer_bias)) + cond_layer = torch.nn.utils.weight_norm(cond_layer, name='weight') + wavenet.cond_layer = cond_layer + del wavenet.cond_layers + +def update_model(old_model): + if not _check_model_old_version(old_model): + return old_model + new_model = copy.deepcopy(old_model) + if hasattr(old_model.WN[0], 'res_layers'): + _update_model_res_skip(old_model, new_model) + if hasattr(old_model.WN[0], 'cond_layers'): + _update_model_cond(old_model, new_model) + for m in new_model.modules(): + if 'Conv' in str(type(m)) and not hasattr(m, 'padding_mode'): + setattr(m, 'padding_mode', 'zeros') + return new_model + +if __name__ == '__main__': + old_model_path = sys.argv[1] + new_model_path = sys.argv[2] + model = torch.load(old_model_path, map_location='cpu') + model['model'] = update_model(model['model']) + torch.save(model, new_model_path) + diff --git a/mtts/models/vocoder/waveglow/denoiser.py b/mtts/models/vocoder/waveglow/denoiser.py new file mode 100644 index 0000000000000000000000000000000000000000..b071a192d4857130e98f40a451ea8e49416569de --- /dev/null +++ b/mtts/models/vocoder/waveglow/denoiser.py @@ -0,0 +1,40 @@ +import sys +##sys.path.append('tacotron2') +import torch +from .tacotron2.stft import STFT + + +class Denoiser(torch.nn.Module): + """ Removes model bias from audio produced with waveglow """ + + def __init__(self, waveglow, filter_length=1024, n_overlap=4, + win_length=1024, mode='zeros'): + super(Denoiser, self).__init__() + self.stft = STFT(filter_length=filter_length, + hop_length=int(filter_length/n_overlap), + win_length=win_length).cuda() + if mode == 'zeros': + mel_input = torch.zeros( + (1, 80, 88), + dtype=waveglow.upsample.weight.dtype, + device=waveglow.upsample.weight.device) + elif mode == 'normal': + mel_input = torch.randn( + (1, 80, 88), + dtype=waveglow.upsample.weight.dtype, + device=waveglow.upsample.weight.device) + else: + raise Exception("Mode {} if not supported".format(mode)) + + with torch.no_grad(): + bias_audio = waveglow.infer(mel_input, sigma=0.0).float() + bias_spec, _ = self.stft.transform(bias_audio) + + self.register_buffer('bias_spec', bias_spec[:, :, 0][:, :, None]) + + def forward(self, audio, strength=0.1): + audio_spec, audio_angles = self.stft.transform(audio.cuda().float()) + audio_spec_denoised = audio_spec - self.bias_spec * strength + audio_spec_denoised = torch.clamp(audio_spec_denoised, 0.0) + audio_denoised = self.stft.inverse(audio_spec_denoised, audio_angles) + return audio_denoised diff --git a/mtts/models/vocoder/waveglow/distributed.py b/mtts/models/vocoder/waveglow/distributed.py new file mode 100644 index 0000000000000000000000000000000000000000..19cbfd2cca72c065fb057a7de20d7ae4be9dce04 --- /dev/null +++ b/mtts/models/vocoder/waveglow/distributed.py @@ -0,0 +1,184 @@ +# ***************************************************************************** +# Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# * Neither the name of the NVIDIA CORPORATION nor the +# names of its contributors may be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +# DISCLAIMED. IN NO EVENT SHALL NVIDIA CORPORATION BE LIABLE FOR ANY +# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# +# ***************************************************************************** +import os +import sys +import time +import subprocess +import argparse + +import torch +import torch.distributed as dist +from torch.autograd import Variable + +def reduce_tensor(tensor, num_gpus): + rt = tensor.clone() + dist.all_reduce(rt, op=dist.reduce_op.SUM) + rt /= num_gpus + return rt + +def init_distributed(rank, num_gpus, group_name, dist_backend, dist_url): + assert torch.cuda.is_available(), "Distributed mode requires CUDA." + print("Initializing Distributed") + + # Set cuda device so everything is done on the right GPU. + torch.cuda.set_device(rank % torch.cuda.device_count()) + + # Initialize distributed communication + dist.init_process_group(dist_backend, init_method=dist_url, + world_size=num_gpus, rank=rank, + group_name=group_name) + +def _flatten_dense_tensors(tensors): + """Flatten dense tensors into a contiguous 1D buffer. Assume tensors are of + same dense type. + Since inputs are dense, the resulting tensor will be a concatenated 1D + buffer. Element-wise operation on this buffer will be equivalent to + operating individually. + Arguments: + tensors (Iterable[Tensor]): dense tensors to flatten. + Returns: + A contiguous 1D buffer containing input tensors. + """ + if len(tensors) == 1: + return tensors[0].contiguous().view(-1) + flat = torch.cat([t.contiguous().view(-1) for t in tensors], dim=0) + return flat + +def _unflatten_dense_tensors(flat, tensors): + """View a flat buffer using the sizes of tensors. Assume that tensors are of + same dense type, and that flat is given by _flatten_dense_tensors. + Arguments: + flat (Tensor): flattened dense tensors to unflatten. + tensors (Iterable[Tensor]): dense tensors whose sizes will be used to + unflatten flat. + Returns: + Unflattened dense tensors with sizes same as tensors and values from + flat. + """ + outputs = [] + offset = 0 + for tensor in tensors: + numel = tensor.numel() + outputs.append(flat.narrow(0, offset, numel).view_as(tensor)) + offset += numel + return tuple(outputs) + +def apply_gradient_allreduce(module): + """ + Modifies existing model to do gradient allreduce, but doesn't change class + so you don't need "module" + """ + if not hasattr(dist, '_backend'): + module.warn_on_half = True + else: + module.warn_on_half = True if dist._backend == dist.dist_backend.GLOO else False + + for p in module.state_dict().values(): + if not torch.is_tensor(p): + continue + dist.broadcast(p, 0) + + def allreduce_params(): + if(module.needs_reduction): + module.needs_reduction = False + buckets = {} + for param in module.parameters(): + if param.requires_grad and param.grad is not None: + tp = type(param.data) + if tp not in buckets: + buckets[tp] = [] + buckets[tp].append(param) + if module.warn_on_half: + if torch.cuda.HalfTensor in buckets: + print("WARNING: gloo dist backend for half parameters may be extremely slow." + + " It is recommended to use the NCCL backend in this case. This currently requires" + + "PyTorch built from top of tree master.") + module.warn_on_half = False + + for tp in buckets: + bucket = buckets[tp] + grads = [param.grad.data for param in bucket] + coalesced = _flatten_dense_tensors(grads) + dist.all_reduce(coalesced) + coalesced /= dist.get_world_size() + for buf, synced in zip(grads, _unflatten_dense_tensors(coalesced, grads)): + buf.copy_(synced) + + for param in list(module.parameters()): + def allreduce_hook(*unused): + Variable._execution_engine.queue_callback(allreduce_params) + if param.requires_grad: + param.register_hook(allreduce_hook) + dir(param) + + def set_needs_reduction(self, input, output): + self.needs_reduction = True + + module.register_forward_hook(set_needs_reduction) + return module + + +def main(config, stdout_dir, args_str): + args_list = ['train.py'] + args_list += args_str.split(' ') if len(args_str) > 0 else [] + + args_list.append('--config={}'.format(config)) + + num_gpus = torch.cuda.device_count() + args_list.append('--num_gpus={}'.format(num_gpus)) + args_list.append("--group_name=group_{}".format(time.strftime("%Y_%m_%d-%H%M%S"))) + + if not os.path.isdir(stdout_dir): + os.makedirs(stdout_dir) + os.chmod(stdout_dir, 0o775) + + workers = [] + + for i in range(num_gpus): + args_list[-2] = '--rank={}'.format(i) + stdout = None if i == 0 else open( + os.path.join(stdout_dir, "GPU_{}.log".format(i)), "w") + print(args_list) + p = subprocess.Popen([str(sys.executable)]+args_list, stdout=stdout) + workers.append(p) + + for p in workers: + p.wait() + + +if __name__ == '__main__': + parser = argparse.ArgumentParser() + parser.add_argument('-c', '--config', type=str, required=True, + help='JSON file for configuration') + parser.add_argument('-s', '--stdout_dir', type=str, default=".", + help='directory to save stoud logs') + parser.add_argument( + '-a', '--args_str', type=str, default='', + help='double quoted string with space separated key value pairs') + + args = parser.parse_args() + main(args.config, args.stdout_dir, args.args_str) diff --git a/mtts/models/vocoder/waveglow/glow.py b/mtts/models/vocoder/waveglow/glow.py new file mode 100644 index 0000000000000000000000000000000000000000..7301dc1494eeb08b898457f334b90249ac6f8d5b --- /dev/null +++ b/mtts/models/vocoder/waveglow/glow.py @@ -0,0 +1,314 @@ +# ***************************************************************************** +# Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# * Neither the name of the NVIDIA CORPORATION nor the +# names of its contributors may be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +# DISCLAIMED. IN NO EVENT SHALL NVIDIA CORPORATION BE LIABLE FOR ANY +# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# +# ***************************************************************************** +import copy +import torch +from torch.autograd import Variable +import torch.nn.functional as F + + +@torch.jit.script +def fused_add_tanh_sigmoid_multiply(input_a, input_b, n_channels): + n_channels_int = n_channels[0] + in_act = input_a+input_b + t_act = torch.tanh(in_act[:, :n_channels_int, :]) + s_act = torch.sigmoid(in_act[:, n_channels_int:, :]) + acts = t_act * s_act + return acts + + +class WaveGlowLoss(torch.nn.Module): + def __init__(self, sigma=1.0): + super(WaveGlowLoss, self).__init__() + self.sigma = sigma + + def forward(self, model_output): + z, log_s_list, log_det_W_list = model_output + for i, log_s in enumerate(log_s_list): + if i == 0: + log_s_total = torch.sum(log_s) + log_det_W_total = log_det_W_list[i] + else: + log_s_total = log_s_total + torch.sum(log_s) + log_det_W_total += log_det_W_list[i] + + loss = torch.sum(z*z)/(2*self.sigma*self.sigma) - log_s_total - log_det_W_total + return loss/(z.size(0)*z.size(1)*z.size(2)) + + +class Invertible1x1Conv(torch.nn.Module): + """ + The layer outputs both the convolution, and the log determinant + of its weight matrix. If reverse=True it does convolution with + inverse + """ + def __init__(self, c): + super(Invertible1x1Conv, self).__init__() + self.conv = torch.nn.Conv1d(c, c, kernel_size=1, stride=1, padding=0, + bias=False) + + # Sample a random orthonormal matrix to initialize weights + W = torch.qr(torch.FloatTensor(c, c).normal_())[0] + + # Ensure determinant is 1.0 not -1.0 + if torch.det(W) < 0: + W[:,0] = -1*W[:,0] + W = W.view(c, c, 1) + self.conv.weight.data = W + + def forward(self, z, reverse=False): + # shape + batch_size, group_size, n_of_groups = z.size() + + W = self.conv.weight.squeeze() + + if reverse: + if not hasattr(self, 'W_inverse'): + # Reverse computation + W_inverse = W.float().inverse() + W_inverse = Variable(W_inverse[..., None]) + if z.type() == 'torch.cuda.HalfTensor': + W_inverse = W_inverse.half() + self.W_inverse = W_inverse + z = F.conv1d(z, self.W_inverse, bias=None, stride=1, padding=0) + return z + else: + # Forward computation + log_det_W = batch_size * n_of_groups * torch.logdet(W) + z = self.conv(z) + return z, log_det_W + + +class WN(torch.nn.Module): + """ + This is the WaveNet like layer for the affine coupling. The primary difference + from WaveNet is the convolutions need not be causal. There is also no dilation + size reset. The dilation only doubles on each layer + """ + def __init__(self, n_in_channels, n_mel_channels, n_layers, n_channels, + kernel_size): + super(WN, self).__init__() + assert(kernel_size % 2 == 1) + assert(n_channels % 2 == 0) + self.n_layers = n_layers + self.n_channels = n_channels + self.in_layers = torch.nn.ModuleList() + self.res_skip_layers = torch.nn.ModuleList() + + start = torch.nn.Conv1d(n_in_channels, n_channels, 1) + start = torch.nn.utils.weight_norm(start, name='weight') + self.start = start + + # Initializing last layer to 0 makes the affine coupling layers + # do nothing at first. This helps with training stability + end = torch.nn.Conv1d(n_channels, 2*n_in_channels, 1) + end.weight.data.zero_() + end.bias.data.zero_() + self.end = end + + cond_layer = torch.nn.Conv1d(n_mel_channels, 2*n_channels*n_layers, 1) + self.cond_layer = torch.nn.utils.weight_norm(cond_layer, name='weight') + + for i in range(n_layers): + dilation = 2 ** i + padding = int((kernel_size*dilation - dilation)/2) + in_layer = torch.nn.Conv1d(n_channels, 2*n_channels, kernel_size, + dilation=dilation, padding=padding) + in_layer = torch.nn.utils.weight_norm(in_layer, name='weight') + self.in_layers.append(in_layer) + + + # last one is not necessary + if i < n_layers - 1: + res_skip_channels = 2*n_channels + else: + res_skip_channels = n_channels + res_skip_layer = torch.nn.Conv1d(n_channels, res_skip_channels, 1) + res_skip_layer = torch.nn.utils.weight_norm(res_skip_layer, name='weight') + self.res_skip_layers.append(res_skip_layer) + + def forward(self, forward_input): + audio, spect = forward_input + audio = audio.to(spect.device) + audio = self.start(audio) + output = torch.zeros_like(audio) + n_channels_tensor = torch.IntTensor([self.n_channels]) + + spect = self.cond_layer(spect) + + for i in range(self.n_layers): + spect_offset = i*2*self.n_channels + acts = fused_add_tanh_sigmoid_multiply( + self.in_layers[i](audio), + spect[:,spect_offset:spect_offset+2*self.n_channels,:], + n_channels_tensor) + + res_skip_acts = self.res_skip_layers[i](acts) + if i < self.n_layers - 1: + audio = audio + res_skip_acts[:,:self.n_channels,:] + output = output + res_skip_acts[:,self.n_channels:,:] + else: + output = output + res_skip_acts + + return self.end(output) + + +class WaveGlow(torch.nn.Module): + def __init__(self, n_mel_channels, n_flows, n_group, n_early_every, + n_early_size, WN_config): + super(WaveGlow, self).__init__() + + self.upsample = torch.nn.ConvTranspose1d(n_mel_channels, + n_mel_channels, + 1024, stride=256) + assert(n_group % 2 == 0) + self.n_flows = n_flows + self.n_group = n_group + self.n_early_every = n_early_every + self.n_early_size = n_early_size + self.WN = torch.nn.ModuleList() + self.convinv = torch.nn.ModuleList() + + n_half = int(n_group/2) + + # Set up layers with the right sizes based on how many dimensions + # have been output already + n_remaining_channels = n_group + for k in range(n_flows): + if k % self.n_early_every == 0 and k > 0: + n_half = n_half - int(self.n_early_size/2) + n_remaining_channels = n_remaining_channels - self.n_early_size + self.convinv.append(Invertible1x1Conv(n_remaining_channels)) + self.WN.append(WN(n_half, n_mel_channels*n_group, **WN_config)) + self.n_remaining_channels = n_remaining_channels # Useful during inference + + def forward(self, forward_input): + """ + forward_input[0] = mel_spectrogram: batch x n_mel_channels x frames + forward_input[1] = audio: batch x time + """ + spect, audio = forward_input + + # Upsample spectrogram to size of audio + spect = self.upsample(spect) + assert(spect.size(2) >= audio.size(1)) + if spect.size(2) > audio.size(1): + spect = spect[:, :, :audio.size(1)] + + spect = spect.unfold(2, self.n_group, self.n_group).permute(0, 2, 1, 3) + spect = spect.contiguous().view(spect.size(0), spect.size(1), -1).permute(0, 2, 1) + + audio = audio.unfold(1, self.n_group, self.n_group).permute(0, 2, 1) + output_audio = [] + log_s_list = [] + log_det_W_list = [] + + for k in range(self.n_flows): + if k % self.n_early_every == 0 and k > 0: + output_audio.append(audio[:,:self.n_early_size,:]) + audio = audio[:,self.n_early_size:,:] + + audio, log_det_W = self.convinv[k](audio) + log_det_W_list.append(log_det_W) + + n_half = int(audio.size(1)/2) + audio_0 = audio[:,:n_half,:] + audio_1 = audio[:,n_half:,:] + + output = self.WN[k]((audio_0, spect)) + log_s = output[:, n_half:, :] + b = output[:, :n_half, :] + audio_1 = torch.exp(log_s)*audio_1 + b + log_s_list.append(log_s) + + audio = torch.cat([audio_0, audio_1],1) + + output_audio.append(audio) + return torch.cat(output_audio,1), log_s_list, log_det_W_list + + def infer(self, spect, sigma=1.0): + spect = self.upsample(spect) + # trim conv artifacts. maybe pad spec to kernel multiple + time_cutoff = self.upsample.kernel_size[0] - self.upsample.stride[0] + spect = spect[:, :, :-time_cutoff] + + spect = spect.unfold(2, self.n_group, self.n_group).permute(0, 2, 1, 3) + spect = spect.contiguous().view(spect.size(0), spect.size(1), -1).permute(0, 2, 1) + + if spect.type() == 'torch.cuda.HalfTensor': + audio = torch.HalfTensor(spect.size(0), + self.n_remaining_channels, + spect.size(2)).normal_() + else: + audio = torch.FloatTensor(spect.size(0), + self.n_remaining_channels, + spect.size(2)).normal_() + audio = audio.to(spect.device) + + audio = torch.autograd.Variable(sigma*audio) + + for k in reversed(range(self.n_flows)): + n_half = int(audio.size(1)/2) + audio_0 = audio[:,:n_half,:] + audio_1 = audio[:,n_half:,:] + + output = self.WN[k]((audio_0, spect)) + + s = output[:, n_half:, :] + b = output[:, :n_half, :] + audio_1 = (audio_1 - b)/torch.exp(s) + audio = torch.cat([audio_0, audio_1],1) + + audio = self.convinv[k](audio, reverse=True) + + if k % self.n_early_every == 0 and k > 0: + if spect.type() == 'torch.cuda.HalfTensor': + z = torch.cuda.HalfTensor(spect.size(0), self.n_early_size, spect.size(2)).normal_() + else: + z = torch.cuda.FloatTensor(spect.size(0), self.n_early_size, spect.size(2)).normal_() + z = z.to(audio.device) + audio = torch.cat((sigma*z, audio),1) + + audio = audio.permute(0,2,1).contiguous().view(audio.size(0), -1).data + return audio + + @staticmethod + def remove_weightnorm(model): + waveglow = model + for WN in waveglow.WN: + WN.start = torch.nn.utils.remove_weight_norm(WN.start) + WN.in_layers = remove(WN.in_layers) + WN.cond_layer = torch.nn.utils.remove_weight_norm(WN.cond_layer) + WN.res_skip_layers = remove(WN.res_skip_layers) + return waveglow + + +def remove(conv_list): + new_conv_list = torch.nn.ModuleList() + for old_conv in conv_list: + old_conv = torch.nn.utils.remove_weight_norm(old_conv) + new_conv_list.append(old_conv) + return new_conv_list diff --git a/mtts/models/vocoder/waveglow/glow_old.py b/mtts/models/vocoder/waveglow/glow_old.py new file mode 100644 index 0000000000000000000000000000000000000000..0de2375cc595640efcdcf249ac7a27f88fb3e9b0 --- /dev/null +++ b/mtts/models/vocoder/waveglow/glow_old.py @@ -0,0 +1,233 @@ +import copy +import torch +from glow import Invertible1x1Conv, remove + + +@torch.jit.script +def fused_add_tanh_sigmoid_multiply(input_a, input_b, n_channels): + n_channels_int = n_channels[0] + in_act = input_a+input_b + t_act = torch.tanh(in_act[:, :n_channels_int, :]) + s_act = torch.sigmoid(in_act[:, n_channels_int:, :]) + acts = t_act * s_act + return acts + + +class WN(torch.nn.Module): + """ + This is the WaveNet like layer for the affine coupling. The primary difference + from WaveNet is the convolutions need not be causal. There is also no dilation + size reset. The dilation only doubles on each layer + """ + def __init__(self, n_in_channels, n_mel_channels, n_layers, n_channels, + kernel_size): + super(WN, self).__init__() + assert(kernel_size % 2 == 1) + assert(n_channels % 2 == 0) + self.n_layers = n_layers + self.n_channels = n_channels + self.in_layers = torch.nn.ModuleList() + self.res_skip_layers = torch.nn.ModuleList() + self.cond_layers = torch.nn.ModuleList() + + start = torch.nn.Conv1d(n_in_channels, n_channels, 1) + start = torch.nn.utils.weight_norm(start, name='weight') + self.start = start + + # Initializing last layer to 0 makes the affine coupling layers + # do nothing at first. This helps with training stability + end = torch.nn.Conv1d(n_channels, 2*n_in_channels, 1) + end.weight.data.zero_() + end.bias.data.zero_() + self.end = end + + for i in range(n_layers): + dilation = 2 ** i + padding = int((kernel_size*dilation - dilation)/2) + in_layer = torch.nn.Conv1d(n_channels, 2*n_channels, kernel_size, + dilation=dilation, padding=padding) + in_layer = torch.nn.utils.weight_norm(in_layer, name='weight') + self.in_layers.append(in_layer) + + cond_layer = torch.nn.Conv1d(n_mel_channels, 2*n_channels, 1) + cond_layer = torch.nn.utils.weight_norm(cond_layer, name='weight') + self.cond_layers.append(cond_layer) + + # last one is not necessary + if i < n_layers - 1: + res_skip_channels = 2*n_channels + else: + res_skip_channels = n_channels + res_skip_layer = torch.nn.Conv1d(n_channels, res_skip_channels, 1) + res_skip_layer = torch.nn.utils.weight_norm(res_skip_layer, name='weight') + self.res_skip_layers.append(res_skip_layer) + + def forward(self, forward_input): + audio, spect = forward_input + audio = self.start(audio) + + for i in range(self.n_layers): + acts = fused_add_tanh_sigmoid_multiply( + self.in_layers[i](audio), + self.cond_layers[i](spect), + torch.IntTensor([self.n_channels])) + + res_skip_acts = self.res_skip_layers[i](acts) + if i < self.n_layers - 1: + audio = res_skip_acts[:,:self.n_channels,:] + audio + skip_acts = res_skip_acts[:,self.n_channels:,:] + else: + skip_acts = res_skip_acts + + if i == 0: + output = skip_acts + else: + output = skip_acts + output + return self.end(output) + + +class WaveGlow(torch.nn.Module): + def __init__(self, n_mel_channels, n_flows, n_group, n_early_every, + n_early_size, WN_config): + super(WaveGlow, self).__init__() + + self.upsample = torch.nn.ConvTranspose1d(n_mel_channels, + n_mel_channels, + 1024, stride=256) + assert(n_group % 2 == 0) + self.n_flows = n_flows + self.n_group = n_group + self.n_early_every = n_early_every + self.n_early_size = n_early_size + self.WN = torch.nn.ModuleList() + self.convinv = torch.nn.ModuleList() + + n_half = int(n_group/2) + + # Set up layers with the right sizes based on how many dimensions + # have been output already + n_remaining_channels = n_group + for k in range(n_flows): + if k % self.n_early_every == 0 and k > 0: + n_half = n_half - int(self.n_early_size/2) + n_remaining_channels = n_remaining_channels - self.n_early_size + self.convinv.append(Invertible1x1Conv(n_remaining_channels)) + self.WN.append(WN(n_half, n_mel_channels*n_group, **WN_config)) + self.n_remaining_channels = n_remaining_channels # Useful during inference + + def forward(self, forward_input): + return None + """ + forward_input[0] = audio: batch x time + forward_input[1] = upsamp_spectrogram: batch x n_cond_channels x time + """ + """ + spect, audio = forward_input + + # Upsample spectrogram to size of audio + spect = self.upsample(spect) + assert(spect.size(2) >= audio.size(1)) + if spect.size(2) > audio.size(1): + spect = spect[:, :, :audio.size(1)] + + spect = spect.unfold(2, self.n_group, self.n_group).permute(0, 2, 1, 3) + spect = spect.contiguous().view(spect.size(0), spect.size(1), -1).permute(0, 2, 1) + + audio = audio.unfold(1, self.n_group, self.n_group).permute(0, 2, 1) + output_audio = [] + s_list = [] + s_conv_list = [] + + for k in range(self.n_flows): + if k%4 == 0 and k > 0: + output_audio.append(audio[:,:self.n_multi,:]) + audio = audio[:,self.n_multi:,:] + + # project to new basis + audio, s = self.convinv[k](audio) + s_conv_list.append(s) + + n_half = int(audio.size(1)/2) + if k%2 == 0: + audio_0 = audio[:,:n_half,:] + audio_1 = audio[:,n_half:,:] + else: + audio_1 = audio[:,:n_half,:] + audio_0 = audio[:,n_half:,:] + + output = self.nn[k]((audio_0, spect)) + s = output[:, n_half:, :] + b = output[:, :n_half, :] + audio_1 = torch.exp(s)*audio_1 + b + s_list.append(s) + + if k%2 == 0: + audio = torch.cat([audio[:,:n_half,:], audio_1],1) + else: + audio = torch.cat([audio_1, audio[:,n_half:,:]], 1) + output_audio.append(audio) + return torch.cat(output_audio,1), s_list, s_conv_list + """ + + def infer(self, spect, sigma=1.0): + spect = self.upsample(spect) + # trim conv artifacts. maybe pad spec to kernel multiple + time_cutoff = self.upsample.kernel_size[0] - self.upsample.stride[0] + spect = spect[:, :, :-time_cutoff] + + spect = spect.unfold(2, self.n_group, self.n_group).permute(0, 2, 1, 3) + spect = spect.contiguous().view(spect.size(0), spect.size(1), -1).permute(0, 2, 1) + + if spect.type() == 'torch.cuda.HalfTensor': + audio = torch.cuda.HalfTensor(spect.size(0), + self.n_remaining_channels, + spect.size(2)).normal_() + else: + audio = torch.cuda.FloatTensor(spect.size(0), + self.n_remaining_channels, + spect.size(2)).normal_() + + audio = torch.autograd.Variable(sigma*audio) + + for k in reversed(range(self.n_flows)): + n_half = int(audio.size(1)/2) + if k%2 == 0: + audio_0 = audio[:,:n_half,:] + audio_1 = audio[:,n_half:,:] + else: + audio_1 = audio[:,:n_half,:] + audio_0 = audio[:,n_half:,:] + + output = self.WN[k]((audio_0, spect)) + s = output[:, n_half:, :] + b = output[:, :n_half, :] + audio_1 = (audio_1 - b)/torch.exp(s) + if k%2 == 0: + audio = torch.cat([audio[:,:n_half,:], audio_1],1) + else: + audio = torch.cat([audio_1, audio[:,n_half:,:]], 1) + + audio = self.convinv[k](audio, reverse=True) + + if k%4 == 0 and k > 0: + if spect.type() == 'torch.cuda.HalfTensor': + z = torch.cuda.HalfTensor(spect.size(0), + self.n_early_size, + spect.size(2)).normal_() + else: + z = torch.cuda.FloatTensor(spect.size(0), + self.n_early_size, + spect.size(2)).normal_() + audio = torch.cat((sigma*z, audio),1) + + return audio.permute(0,2,1).contiguous().view(audio.size(0), -1).data + + @staticmethod + def remove_weightnorm(model): + waveglow = model + for WN in waveglow.WN: + WN.start = torch.nn.utils.remove_weight_norm(WN.start) + WN.in_layers = remove(WN.in_layers) + WN.cond_layers = remove(WN.cond_layers) + WN.res_skip_layers = remove(WN.res_skip_layers) + return waveglow diff --git a/mtts/models/vocoder/waveglow/inference.py b/mtts/models/vocoder/waveglow/inference.py new file mode 100644 index 0000000000000000000000000000000000000000..39e7e222d3ef618bcf3297da45901524958e20af --- /dev/null +++ b/mtts/models/vocoder/waveglow/inference.py @@ -0,0 +1,84 @@ +# ***************************************************************************** +# Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# * Neither the name of the NVIDIA CORPORATION nor the +# names of its contributors may be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL NVIDIA CORPORATION BE LIABLE FOR ANY +# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# +# ***************************************************************************** +import os +from scipy.io.wavfile import write +import torch +from mel2samp import files_to_list, MAX_WAV_VALUE +from denoiser import Denoiser + + +def main(mel_files, waveglow_path, sigma, output_dir, sampling_rate, is_fp16, + denoiser_strength): + mel_files = files_to_list(mel_files) + waveglow = torch.load(waveglow_path)['model'] + waveglow = waveglow.remove_weightnorm(waveglow) + waveglow.cuda().eval() + if is_fp16: + from apex import amp + waveglow, _ = amp.initialize(waveglow, [], opt_level="O3") + + if denoiser_strength > 0: + denoiser = Denoiser(waveglow).cuda() + + for i, file_path in enumerate(mel_files): + file_name = os.path.splitext(os.path.basename(file_path))[0] + mel = torch.load(file_path) + mel = torch.autograd.Variable(mel.cuda()) + mel = torch.unsqueeze(mel, 0) + mel = mel.half() if is_fp16 else mel + with torch.no_grad(): + audio = waveglow.infer(mel, sigma=sigma) + if denoiser_strength > 0: + audio = denoiser(audio, denoiser_strength) + audio = audio * MAX_WAV_VALUE + audio = audio.squeeze() + audio = audio.cpu().numpy() + audio = audio.astype('int16') + audio_path = os.path.join( + output_dir, "{}_synthesis.wav".format(file_name)) + write(audio_path, sampling_rate, audio) + print(audio_path) + + +if __name__ == "__main__": + import argparse + + parser = argparse.ArgumentParser() + parser.add_argument('-f', "--filelist_path", required=True) + parser.add_argument('-w', '--waveglow_path', + help='Path to waveglow decoder checkpoint with model') + parser.add_argument('-o', "--output_dir", required=True) + parser.add_argument("-s", "--sigma", default=1.0, type=float) + parser.add_argument("--sampling_rate", default=22050, type=int) + parser.add_argument("--is_fp16", action="store_true") + parser.add_argument("-d", "--denoiser_strength", default=0.0, type=float, + help='Removes model bias. Start with 0.1 and adjust') + + args = parser.parse_args() + + main(args.filelist_path, args.waveglow_path, args.sigma, args.output_dir, + args.sampling_rate, args.is_fp16, args.denoiser_strength) diff --git a/mtts/models/vocoder/waveglow/mel2samp.py b/mtts/models/vocoder/waveglow/mel2samp.py new file mode 100644 index 0000000000000000000000000000000000000000..1e809a469480e1b471e93e066a16ec8704ca5010 --- /dev/null +++ b/mtts/models/vocoder/waveglow/mel2samp.py @@ -0,0 +1,142 @@ +# ***************************************************************************** +# Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# * Neither the name of the NVIDIA CORPORATION nor the +# names of its contributors may be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +# DISCLAIMED. IN NO EVENT SHALL NVIDIA CORPORATION BE LIABLE FOR ANY +# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# +# *****************************************************************************\ +import os +import random +import argparse +import json +import torch +import torch.utils.data +import sys +from scipy.io.wavfile import read + +# We're using the audio processing from TacoTron2 to make sure it matches +sys.path.insert(0, 'tacotron2') +from .tacotron2.layers import TacotronSTFT + +MAX_WAV_VALUE = 32768.0 + +def files_to_list(filename): + """ + Takes a text file of filenames and makes a list of filenames + """ + with open(filename, encoding='utf-8') as f: + files = f.readlines() + + files = [f.rstrip() for f in files] + return files + +def load_wav_to_torch(full_path): + """ + Loads wavdata into torch array + """ + sampling_rate, data = read(full_path) + return torch.from_numpy(data).float(), sampling_rate + + +class Mel2Samp(torch.utils.data.Dataset): + """ + This is the main class that calculates the spectrogram and returns the + spectrogram, audio pair. + """ + def __init__(self, training_files, segment_length, filter_length, + hop_length, win_length, sampling_rate, mel_fmin, mel_fmax): + self.audio_files = files_to_list(training_files) + random.seed(1234) + random.shuffle(self.audio_files) + self.stft = TacotronSTFT(filter_length=filter_length, + hop_length=hop_length, + win_length=win_length, + sampling_rate=sampling_rate, + mel_fmin=mel_fmin, mel_fmax=mel_fmax) + self.segment_length = segment_length + self.sampling_rate = sampling_rate + + def get_mel(self, audio): + audio_norm = audio / MAX_WAV_VALUE + audio_norm = audio_norm.unsqueeze(0) + audio_norm = torch.autograd.Variable(audio_norm, requires_grad=False) + melspec = self.stft.mel_spectrogram(audio_norm) + melspec = torch.squeeze(melspec, 0) + return melspec + + def __getitem__(self, index): + # Read audio + filename = self.audio_files[index] + audio, sampling_rate = load_wav_to_torch(filename) + if sampling_rate != self.sampling_rate: + raise ValueError("{} SR doesn't match target {} SR".format( + sampling_rate, self.sampling_rate)) + + # Take segment + if audio.size(0) >= self.segment_length: + max_audio_start = audio.size(0) - self.segment_length + audio_start = random.randint(0, max_audio_start) + audio = audio[audio_start:audio_start+self.segment_length] + else: + audio = torch.nn.functional.pad(audio, (0, self.segment_length - audio.size(0)), 'constant').data + + mel = self.get_mel(audio) + audio = audio / MAX_WAV_VALUE + + return (mel, audio) + + def __len__(self): + return len(self.audio_files) + +# =================================================================== +# Takes directory of clean audio and makes directory of spectrograms +# Useful for making test sets +# =================================================================== +if __name__ == "__main__": + # Get defaults so it can work with no Sacred + parser = argparse.ArgumentParser() + parser.add_argument('-f', "--filelist_path", required=True) + parser.add_argument('-c', '--config', type=str, + help='JSON file for configuration') + parser.add_argument('-o', '--output_dir', type=str, + help='Output directory') + args = parser.parse_args() + + with open(args.config) as f: + data = f.read() + data_config = json.loads(data)["data_config"] + mel2samp = Mel2Samp(**data_config) + + filepaths = files_to_list(args.filelist_path) + + # Make directory if it doesn't exist + if not os.path.isdir(args.output_dir): + os.makedirs(args.output_dir) + os.chmod(args.output_dir, 0o775) + + for filepath in filepaths: + audio, sr = load_wav_to_torch(filepath) + melspectrogram = mel2samp.get_mel(audio) + filename = os.path.basename(filepath) + new_filepath = args.output_dir + '/' + filename + '.pt' + print(new_filepath) + torch.save(melspectrogram, new_filepath) diff --git a/mtts/models/vocoder/waveglow/requirements.txt b/mtts/models/vocoder/waveglow/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..20c8b3eefb9ac0a51bcbb7afca364521a97bdb6b --- /dev/null +++ b/mtts/models/vocoder/waveglow/requirements.txt @@ -0,0 +1,10 @@ +torch==1.0 +matplotlib==2.1.0 +tensorflow +numpy==1.13.3 +inflect==0.2.5 +librosa==0.6.0 +scipy==1.0.0 +tensorboardX==1.1 +Unidecode==1.0.22 +pillow diff --git a/mtts/models/vocoder/waveglow/train.py b/mtts/models/vocoder/waveglow/train.py new file mode 100644 index 0000000000000000000000000000000000000000..e8035c1528dc82b4f1fe15538d1ec5ad13ab6f02 --- /dev/null +++ b/mtts/models/vocoder/waveglow/train.py @@ -0,0 +1,188 @@ +# ***************************************************************************** +# Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# * Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# * Neither the name of the NVIDIA CORPORATION nor the +# names of its contributors may be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +# DISCLAIMED. IN NO EVENT SHALL NVIDIA CORPORATION BE LIABLE FOR ANY +# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# +# ***************************************************************************** +import argparse +import json +import os +import torch + +#=====START: ADDED FOR DISTRIBUTED====== +from distributed import init_distributed, apply_gradient_allreduce, reduce_tensor +from torch.utils.data.distributed import DistributedSampler +#=====END: ADDED FOR DISTRIBUTED====== + +from torch.utils.data import DataLoader +from glow import WaveGlow, WaveGlowLoss +from mel2samp import Mel2Samp + +def load_checkpoint(checkpoint_path, model, optimizer): + assert os.path.isfile(checkpoint_path) + checkpoint_dict = torch.load(checkpoint_path, map_location='cpu') + iteration = checkpoint_dict['iteration'] + optimizer.load_state_dict(checkpoint_dict['optimizer']) + model_for_loading = checkpoint_dict['model'] + model.load_state_dict(model_for_loading.state_dict()) + print("Loaded checkpoint '{}' (iteration {})" .format( + checkpoint_path, iteration)) + return model, optimizer, iteration + +def save_checkpoint(model, optimizer, learning_rate, iteration, filepath): + print("Saving model and optimizer state at iteration {} to {}".format( + iteration, filepath)) + model_for_saving = WaveGlow(**waveglow_config).cuda() + model_for_saving.load_state_dict(model.state_dict()) + torch.save({'model': model_for_saving, + 'iteration': iteration, + 'optimizer': optimizer.state_dict(), + 'learning_rate': learning_rate}, filepath) + +def train(num_gpus, rank, group_name, output_directory, epochs, learning_rate, + sigma, iters_per_checkpoint, batch_size, seed, fp16_run, + checkpoint_path, with_tensorboard): + torch.manual_seed(seed) + torch.cuda.manual_seed(seed) + #=====START: ADDED FOR DISTRIBUTED====== + if num_gpus > 1: + init_distributed(rank, num_gpus, group_name, **dist_config) + #=====END: ADDED FOR DISTRIBUTED====== + + criterion = WaveGlowLoss(sigma) + model = WaveGlow(**waveglow_config).cuda() + + #=====START: ADDED FOR DISTRIBUTED====== + if num_gpus > 1: + model = apply_gradient_allreduce(model) + #=====END: ADDED FOR DISTRIBUTED====== + + optimizer = torch.optim.Adam(model.parameters(), lr=learning_rate) + + if fp16_run: + from apex import amp + model, optimizer = amp.initialize(model, optimizer, opt_level='O1') + + # Load checkpoint if one exists + iteration = 0 + if checkpoint_path != "": + model, optimizer, iteration = load_checkpoint(checkpoint_path, model, + optimizer) + iteration += 1 # next iteration is iteration + 1 + + trainset = Mel2Samp(**data_config) + # =====START: ADDED FOR DISTRIBUTED====== + train_sampler = DistributedSampler(trainset) if num_gpus > 1 else None + # =====END: ADDED FOR DISTRIBUTED====== + train_loader = DataLoader(trainset, num_workers=1, shuffle=False, + sampler=train_sampler, + batch_size=batch_size, + pin_memory=False, + drop_last=True) + + # Get shared output_directory ready + if rank == 0: + if not os.path.isdir(output_directory): + os.makedirs(output_directory) + os.chmod(output_directory, 0o775) + print("output directory", output_directory) + + if with_tensorboard and rank == 0: + from tensorboardX import SummaryWriter + logger = SummaryWriter(os.path.join(output_directory, 'logs')) + + model.train() + epoch_offset = max(0, int(iteration / len(train_loader))) + # ================ MAIN TRAINNIG LOOP! =================== + for epoch in range(epoch_offset, epochs): + print("Epoch: {}".format(epoch)) + for i, batch in enumerate(train_loader): + model.zero_grad() + + mel, audio = batch + mel = torch.autograd.Variable(mel.cuda()) + audio = torch.autograd.Variable(audio.cuda()) + outputs = model((mel, audio)) + + loss = criterion(outputs) + if num_gpus > 1: + reduced_loss = reduce_tensor(loss.data, num_gpus).item() + else: + reduced_loss = loss.item() + + if fp16_run: + with amp.scale_loss(loss, optimizer) as scaled_loss: + scaled_loss.backward() + else: + loss.backward() + + optimizer.step() + + print("{}:\t{:.9f}".format(iteration, reduced_loss)) + if with_tensorboard and rank == 0: + logger.add_scalar('training_loss', reduced_loss, i + len(train_loader) * epoch) + + if (iteration % iters_per_checkpoint == 0): + if rank == 0: + checkpoint_path = "{}/waveglow_{}".format( + output_directory, iteration) + save_checkpoint(model, optimizer, learning_rate, iteration, + checkpoint_path) + + iteration += 1 + +if __name__ == "__main__": + parser = argparse.ArgumentParser() + parser.add_argument('-c', '--config', type=str, + help='JSON file for configuration') + parser.add_argument('-r', '--rank', type=int, default=0, + help='rank of process for distributed') + parser.add_argument('-g', '--group_name', type=str, default='', + help='name of group for distributed') + args = parser.parse_args() + + # Parse configs. Globals nicer in this case + with open(args.config) as f: + data = f.read() + config = json.loads(data) + train_config = config["train_config"] + global data_config + data_config = config["data_config"] + global dist_config + dist_config = config["dist_config"] + global waveglow_config + waveglow_config = config["waveglow_config"] + + num_gpus = torch.cuda.device_count() + if num_gpus > 1: + if args.group_name == '': + print("WARNING: Multiple GPUs detected but no distributed group set") + print("Only running 1 GPU. Use distributed.py for multiple GPUs") + num_gpus = 1 + + if num_gpus == 1 and args.rank != 0: + raise Exception("Doing single GPU training on rank > 0") + + torch.backends.cudnn.enabled = True + torch.backends.cudnn.benchmark = False + train(num_gpus, args.rank, args.group_name, **train_config) diff --git a/mtts/optimizer.py b/mtts/optimizer.py new file mode 100644 index 0000000000000000000000000000000000000000..749524d15fca101acb40dbaf2372fb31acc05a3e --- /dev/null +++ b/mtts/optimizer.py @@ -0,0 +1,32 @@ +import numpy as np + + +class ScheduledOptim(): + ''' A simple wrapper class for learning rate scheduling ''' + def __init__(self, optimizer, d_model, n_warmup_steps, current_steps): + self._optimizer = optimizer + self.n_warmup_steps = n_warmup_steps + self.n_current_steps = current_steps + self.init_lr = np.power(d_model, -0.5) + print('init lr', self.init_lr) + + def step_and_update_lr(self): + self._update_learning_rate() + self._optimizer.step() + + def zero_grad(self): + # print(self.init_lr) + self._optimizer.zero_grad() + + def _get_lr_scale(self): + return np.min( + [np.power(self.n_current_steps, -0.5), + np.power(self.n_warmup_steps, -1.5) * self.n_current_steps]) + + def _update_learning_rate(self): + ''' Learning rate scheduling per step ''' + self.n_current_steps += 1 + lr = self.init_lr * self._get_lr_scale() + + for param_group in self._optimizer.param_groups: + param_group['lr'] = lr diff --git a/mtts/synthesize.py b/mtts/synthesize.py new file mode 100644 index 0000000000000000000000000000000000000000..57730800ee03af37c4ecce19d6f26aeca0ad2279 --- /dev/null +++ b/mtts/synthesize.py @@ -0,0 +1,114 @@ +import argparse +import os +import subprocess + +import numpy as np +import torch +import yaml +from scipy.io import wavfile + +from mtts.models.fs2_model import FastSpeech2 +from mtts.models.vocoder import * +from mtts.text import TextProcessor +from mtts.utils.logging import get_logger + +logger = get_logger(__file__) + + +def check_ffmpeg(): + r, path = subprocess.getstatusoutput("which ffmpeg") + return r == 0 + + +with_ffmpeg = check_ffmpeg() + + +def build_vocoder(device, config): + vocoder_name = config['vocoder']['type'] + VocoderClass = eval(vocoder_name) + model = VocoderClass(**config['vocoder'][vocoder_name]) + return model + + +def normalize(wav): + assert wav.dtype == np.float32 + eps = 1e-6 + sil = wav[1500:2000] + #wav = wav - np.mean(sil) + #wav = (wav - np.min(wav))/(np.max(wav)-np.min(wav)+eps) + wav = wav / np.max(np.abs(wav)) + #wav = wav*2-1 + wav = wav * 32767 + return wav.astype('int16') + + +def to_int16(wav): + wav = wav = wav * 32767 + wav = np.clamp(wav, -32767, 32768) + return wav.astype('int16') + + +if __name__ == '__main__': + parser = argparse.ArgumentParser() + parser.add_argument('-i', '--input', type=str, default='input.txt') + parser.add_argument('--duration', type=float, default=1.0) + parser.add_argument('--output_dir', type=str, default='./outputs/') + parser.add_argument('--checkpoint', type=str, required=True, default='') + parser.add_argument('-c', '--config', type=str, default='./config.yaml') + parser.add_argument('-d', '--device', choices=['cuda', 'cpu'], type=str, default='cuda') + args = parser.parse_args() + + if not os.path.exists(args.output_dir): + os.makedirs(args.output_dir) + + with open(args.config) as f: + config = yaml.safe_load(f) + logger.info(f.read()) + + sr = config['fbank']['sample_rate'] + + vocoder = build_vocoder(args.device, config) + text_processor = TextProcessor(config) + model = FastSpeech2(config) + + if args.checkpoint != '': + sd = torch.load(args.checkpoint, map_location=args.device) + if 'model' in sd.keys(): + sd = sd['model'] + model.load_state_dict(sd) + del sd # to save mem + model = model.to(args.device) + torch.set_grad_enabled(False) + + try: + lines = open(args.input).read().split('\n') + except: + print('Failed to open text file', args.input) + print('Treating input as text') + lines = [args.input] + + for line in lines: + if len(line) == 0 or line.startswith('#'): + continue + logger.info(f'processing {line}') + name, tokens = text_processor(line) + tokens = tokens.to(args.device) + seq_len = torch.tensor([tokens.shape[1]]) + tokens = tokens.unsqueeze(1) + seq_len = seq_len.to(args.device) + max_src_len = torch.max(seq_len) + output = model(tokens, seq_len, max_src_len=max_src_len, d_control=args.duration) + mel_pred, mel_postnet, d_pred, src_mask, mel_mask, mel_len = output + + # convert to waveform using vocoder + mel_postnet = mel_postnet[0].transpose(0, 1).detach() + mel_postnet += config['fbank']['mel_mean'] + wav = vocoder(mel_postnet) + if config['synthesis']['normalize']: + wav = normalize(wav) + else: + wav = to_int16(wav) + dst_file = os.path.join(args.output_dir, f'{name}.wav') + #np.save(dst_file+'.npy',mel_postnet.cpu().numpy()) + logger.info(f'writing file to {dst_file}') + wavfile.write(dst_file, sr, wav) diff --git a/mtts/text/__init__.py b/mtts/text/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e82a6f4a8879a15f447ed3920ee57a309a2cde68 --- /dev/null +++ b/mtts/text/__init__.py @@ -0,0 +1 @@ +from .text_processor import TextProcessor diff --git a/mtts/text/gp2py.py b/mtts/text/gp2py.py new file mode 100644 index 0000000000000000000000000000000000000000..196f41ad97e84a6a01bbad704772fd873ae6bed5 --- /dev/null +++ b/mtts/text/gp2py.py @@ -0,0 +1,148 @@ +import argparse +import copy +import os +from typing import List + +import jieba +import pypinyin + +SPECIAL_NOTES = '。?!?!.;;:,,:' + + +def read_vocab(file: os.PathLike) -> List[str]: + with open(file) as f: + vocab = f.read().split('\n') + vocab = [v for v in vocab if len(v) > 0 and v != '\n'] + return vocab + + +class TextNormal: + def __init__(self, + gp_vocab_file: os.PathLike, + py_vocab_file: os.PathLike, + add_sp1=False, + fix_er=False, + add_sil=True): + if gp_vocab_file is not None: + self.gp_vocab = read_vocab(gp_vocab_file) + if py_vocab_file is not None: + self.py_vocab = read_vocab(py_vocab_file) + self.in_py_vocab = dict([(p, True) for p in self.py_vocab]) + self.add_sp1 = add_sp1 + self.add_sil = add_sil + self.fix_er = fix_er + + # gp2idx = dict([(c, i) for i, c in enumerate(self.gp_vocab)]) + # idx2gp = dict([(i, c) for i, c in enumerate(self.gp_vocab)]) + + def _split2sent(self, text): + new_sub = [text] + while True: + sub = copy.deepcopy(new_sub) + new_sub = [] + for s in sub: + sp = False + for t in SPECIAL_NOTES: + if t in s: + new_sub += s.split(t) + sp = True + break + + if not sp and len(s) > 0: + new_sub += [s] + if len(new_sub) == len(sub): + break + tokens = [a for a in text if a in SPECIAL_NOTES] + + return new_sub, tokens + + def _correct_tone3(self, pys: List[str]) -> List[str]: + """Fix the continuous tone3 pronunciation problem""" + for i in range(2, len(pys)): + if pys[i][-1] == '3' and pys[i - 1][-1] == '3' and pys[i - 2][-1] == '3': + pys[i - 1] = pys[i - 1][:-1] + '2' # change the middle one + for i in range(1, len(pys)): + if pys[i][-1] == '3': + if pys[i - 1][-1] == '3': + pys[i - 1] = pys[i - 1][:-1] + '2' + return pys + + def _correct_tone4(self, pys: List[str]) -> List[str]: + """Fixed the problem of pronouncing 不 bu2 yao4 / bu4 neng2""" + for i in range(len(pys) - 1): + if pys[i] == 'bu4': + if pys[i + 1][-1] == '4': + pys[i] = 'bu2' + return pys + + def _replace_with_sp(self, pys: List[str]) -> List[str]: + for i, p in enumerate(pys): + if p in ',,、': + pys[i] = 'sp1' + return pys + + def _correct_tone5(self, pys: List[str]) -> List[str]: + for i in range(len(pys)): + if pys[i][-1] not in '1234': + pys[i] += '5' + return pys + + def gp2py(self, gp_text: str) -> List[str]: + + gp_sent_list, tokens = self._split2sent(gp_text) + py_sent_list = [] + for sent in gp_sent_list: + pys = [] + for words in list(jieba.cut(sent)): + py = pypinyin.pinyin(words, pypinyin.TONE3) + py = [p[0] for p in py] + pys += py + if self.add_sp1: + pys = self._replace_with_sp(pys) + pys = self._correct_tone3(pys) + pys = self._correct_tone4(pys) + pys = self._correct_tone5(pys) + if self.add_sil: + py_sent_list += [' '.join(['sil'] + pys + ['sil'])] + else: + py_sent_list += [' '.join(pys)] + + if self.add_sil: + gp_sent_list = ['sil ' + ' '.join(list(gp)) + ' sil' for gp in gp_sent_list] + else: + gp_sent_list = [' '.join(list(gp)) for gp in gp_sent_list] + + if self.fix_er: + new_py_sent_list = [] + for py, gp in zip(py_sent_list, gp_sent_list): + py = self._convert_er2(py, gp) + new_py_sent_list += [py] + py_sent_list = new_py_sent_list + print(new_py_sent_list) + + return py_sent_list, gp_sent_list + + def _convert_er2(self, py, gp): + py2hz = dict([(p, h) for p, h in zip(py.split(), gp.split())]) + py_list = py.split() + for i, p in enumerate(py_list): + if (p == 'er2' and py2hz[p] == '儿' and i > 1 and len(py_list[i - 1]) > 2 and py_list[i - 1][-1] in '1234'): + + py_er = py_list[i - 1][:-1] + 'r' + py_list[i - 1][-1] + + if self.in_py_vocab.get(py_er, False): # must in vocab + py_list[i - 1] = py_er + py_list[i] = 'r' + py = ' '.join(py_list) + return py + + +if __name__ == '__main__': + parser = argparse.ArgumentParser() + parser.add_argument('-t', '--text', type=str) + args = parser.parse_args() + text = args.text + tn = TextNormal('gp.vocab', 'py.vocab', add_sp1=True, fix_er=True) + py_list, gp_list = tn.gp2py(text) + for py, gp in zip(py_list, gp_list): + print(py + '|' + gp) diff --git a/mtts/text/text_processor.py b/mtts/text/text_processor.py new file mode 100644 index 0000000000000000000000000000000000000000..9f6fe93b95e2b88a72f2ecabb8c9fdea3fb56139 --- /dev/null +++ b/mtts/text/text_processor.py @@ -0,0 +1,51 @@ +import torch + +from mtts.datasets.dataset import Tokenizer +from mtts.utils.logging import get_logger + +logger = get_logger(__file__) + + +class TextProcessor(): + def __init__(self, config): + conf = config['dataset']['train'] + self.emb_tokenizers = [] + for key in conf.keys(): + if key.startswith('emb_type'): + emb_tok = Tokenizer(conf[key]['vocab']) + self.emb_tokenizers += [emb_tok] + logger.info('processed emb {}'.format(conf[key]['_name'])) + + def _process(self, input: str): + segments = input.split('|') + name = segments[0] + segments = segments[1:] + if len(segments) != len(self.emb_tokenizers): + raise ValueError('Input text and emb_tokensizers are different, {segments}') + + seg_lens = [len(s.split()) for s in segments] + n = max(seg_lens) + # for k in seg_lens: + # if k != n and k != 1: + # raise ValueError(f'Input segments should share the same length, but {k}!={n} for text {input}') + + segments = [' '.join((s.split() * n)[:n]) if len(s.split()) != n else s for s in segments] + token_tensor = [] + for seg, tokenizer in zip(segments, self.emb_tokenizers): + tokens = tokenizer.tokenize(seg) + token_tensor.append(torch.unsqueeze(tokens, 0)) + token_tensor = torch.cat(token_tensor, 0) + return name, token_tensor + + def __call__(self, input): + return self._process(input) + + +if __name__ == '__main__': + import yaml + with open('./config.yaml') as f: + config = yaml.safe_load(f) + text_processer = TextProcessor(config) + text = 'sil ni3 qu4 zuo4 fan4 ba5 sil|sil 你 去 做 饭 吧 sil|0 0 0 0 0 0 0' + tensor = text_processer(text) + print(tensor) diff --git a/mtts/train.py b/mtts/train.py new file mode 100644 index 0000000000000000000000000000000000000000..5275cc831947658aa880f2e13d4397bffe09c306 --- /dev/null +++ b/mtts/train.py @@ -0,0 +1,188 @@ +import argparse +import os + +import numpy as np +import torch +import yaml +from torch.optim import SGD, Adam +from torch.optim.lr_scheduler import CyclicLR, OneCycleLR, ReduceLROnPlateau +from torch.utils.data import BatchSampler, DataLoader, SubsetRandomSampler +from torch.utils.tensorboard import SummaryWriter + +from mtts.datasets.dataset import Dataset, collate_fn +from mtts.loss import FS2Loss +from mtts.models.fs2_model import FastSpeech2 +from mtts.optimizer import ScheduledOptim +from mtts.utils.logging import get_logger +from mtts.utils.utils import save_image + +logger = get_logger(__file__) + + +class AverageMeter: + def __init__(self): + self.mel_loss_v = 0.0 + self.posnet_loss_v = 0.0 + self.d_loss_v = 0.0 + self.total_loss_v = 0.0 + + self._i = 0 + + def update(self, mel_loss, posnet_loss, d_loss, total_loss): + self.mel_loss_v = ((self.mel_loss_v * self._i) + mel_loss.item()) / (self._i + 1) + self.posnet_loss_v = ((self.posnet_loss_v * self._i) + posnet_loss.item()) / (self._i + 1) + self.d_loss_v = ((self.d_loss_v * self._i) + d_loss.item()) / (self._i + 1) + self.total_loss_v = ((self.total_loss_v * self._i) + total_loss.item()) / (self._i + 1) + + self._i += 1 + return self.mel_loss_v, self.posnet_loss_v, self.d_loss_v, self.total_loss_v + + +def split_batch(data, i, n_split): + n = data[1].shape[0] + k = n // n_split + ds = [d[:, i * k:(i + 1) * k] if j == 0 else d[i * k:(i + 1) * k] for j, d in enumerate(data)] + return ds + + +def shuffle(data): + n = data[1].shape[0] + idx = np.random.permutation(n) + data_shuffled = [d[:, idx] if i == 0 else d[idx] for i, d in enumerate(data)] + return data_shuffled + + +if __name__ == '__main__': + + parser = argparse.ArgumentParser() + parser.add_argument('-r', '--restore', type=str, default='') + parser.add_argument('-c', '--config', type=str, default='./config.yaml') + parser.add_argument('-d', '--device', type=str, default='cuda') + args = parser.parse_args() + + device = args.device + logger.info(f'using device {device}') + + with open(args.config) as f: + config = yaml.safe_load(f) + logger.info(f.read()) + + dataset = Dataset(config) + + dataloader = DataLoader(dataset, + batch_size=config['training']['batch_size'], + shuffle=False, + collate_fn=collate_fn, + drop_last=False, + num_workers=config['training']['num_workers']) + + step_per_epoch = len(dataloader) * config['training']['batch_size'] + + model = FastSpeech2(config) + model = model.to(args.device) + #model.encoder.emb_layers.to(device) # ? + + optim_conf = config['optimizer'] + optim_class = eval(optim_conf['type']) + logger.info(optim_conf['params']) + optimizer = optim_class(model.parameters(), **optim_conf['params']) + + if args.restore != '': + logger.info(f'Loading checkpoint {args.restore}') + content = torch.load(args.restore) + model.load_state_dict(content['model']) + optimizer.load_state_dict(content['optimizer']) + current_step = content['step'] + start_epoch = current_step // step_per_epoch + logger.info(f'loaded checkpoint at step {current_step}, epoch {start_epoch}') + else: + current_step = 0 + start_epoch = 0 + logger.info(f'Start training from scratch,step={current_step},epoch={start_epoch}') + + lrs = np.linspace(0, optim_conf['params']['lr'], optim_conf['n_warm_up_step']) + Scheduler = eval(config['lr_scheduler']['type']) + lr_scheduler = Scheduler(optimizer, **config['lr_scheduler']['params']) + + loss_fn = FS2Loss().to(device) + train_logger = SummaryWriter(config['training']['log_path']) + val_logger = SummaryWriter(config['training']['log_path']) + avg = AverageMeter() + for epoch in range(start_epoch, config['training']['epochs']): + + model.train() + for i, data in enumerate(dataloader): + data = shuffle(data) + max_src_len = torch.max(data[-2]) + max_mel_len = torch.max(data[-1]) + for k in range(config['training']['batch_split']): + data_split = split_batch(data, k, config['training']['batch_split']) + tokens, duration, mel_truth, seq_len, mel_len = data_split + #print(mel_len) + tokens = tokens.to(device) + duration = duration.to(device) + mel_truth = mel_truth.to(device) + seq_len = seq_len.to(device) + mel_len = mel_len.to(device) + # if torch.max(log_D) > 50: + # logger.info('skipping sample') + # continue + + mel_truth = mel_truth - config['fbank']['mel_mean'] + duration = duration - config['duration_predictor']['duration_mean'] + output = model(tokens, seq_len, mel_len, duration, max_src_len=max_src_len, max_mel_len=max_mel_len) + + mel_pred, mel_postnet, d_pred, src_mask, mel_mask, mel_len = output + + mel_loss, mel_postnet_loss, d_loss = loss_fn(d_pred, duration, mel_pred, mel_postnet, mel_truth, + ~src_mask, ~mel_mask) + + total_loss = mel_postnet_loss + d_loss + mel_loss + ml, pl, dl, tl = avg.update(mel_loss, mel_postnet_loss, d_loss, total_loss) + lr = optimizer.param_groups[0]['lr'] + msg = f'epoch:{epoch},step:{current_step}|{step_per_epoch},loss:{tl:.3},mel:{ml:.3},' + msg += f'mel_postnet:{pl:.3},duration:{dl:.3},{lr:.3}' + + if current_step % config['training']['log_step'] == 0: + logger.info(msg) + + total_loss = total_loss / config['training']['acc_step'] + total_loss.backward() + if current_step % config['training']['acc_step'] != 0: + continue + + current_step += 1 + if current_step < config['optimizer']['n_warm_up_step']: + lr = lrs[current_step] + optimizer.param_groups[0]['lr'] = lr + optimizer.step() + optimizer.zero_grad() + else: + optimizer.step() + lr_scheduler.step() + optimizer.zero_grad() + + if current_step % config['training']['synth_step'] == 0: + mel_pred = mel_pred.detach().cpu().numpy() + mel_truth = mel_truth.detach().cpu().numpy() + saved_path = os.path.join(config['training']['log_path'], f'{current_step}.png') + save_image(mel_truth[0][:mel_len[0]], mel_pred[0][:mel_len[0]], saved_path) + np.save(saved_path + '.npy', mel_pred[0]) + + if current_step % config['training']['log_step'] == 0: + + train_logger.add_scalar('total_loss', tl, current_step) + train_logger.add_scalar('mel_loss', ml, current_step) + train_logger.add_scalar('mel_postnet_loss', pl, current_step) + train_logger.add_scalar('duration_loss', dl, current_step) + + if current_step % config['training']['checkpoint_step'] == 0: + if not os.path.exists(config['training']['checkpoint_path']): + os.makedirs(config['training']['checkpoint_path']) + ckpt_file = os.path.join(config['training']['checkpoint_path'], + 'checkpoint_{}.pth.tar'.format(current_step)) + content = {'model': model.state_dict(), 'optimizer': optimizer.state_dict(), 'step': current_step} + + torch.save(content, ckpt_file) + logger.info(f'Saved model at step {current_step} to {ckpt_file}') + logger.info(f"End of training for epoch {config['training']['epochs']}") diff --git a/mtts/utils/__init__.py b/mtts/utils/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/mtts/utils/audio_processing.py b/mtts/utils/audio_processing.py new file mode 100644 index 0000000000000000000000000000000000000000..ca37ce556640c9bf7a760ebf02fe9bdccfd25b3d --- /dev/null +++ b/mtts/utils/audio_processing.py @@ -0,0 +1,99 @@ +import hparams as hp +import librosa.util as librosa_util +import numpy as np +import torch +from scipy.signal import get_window + + +def window_sumsquare(window, + n_frames, + hop_length=hp.hop_length, + win_length=hp.win_length, + n_fft=hp.filter_length, + dtype=np.float32, + norm=None): + """ + # from librosa 0.6 + Compute the sum-square envelope of a window function at a given hop length. + + This is used to estimate modulation effects induced by windowing + observations in short-time fourier transforms. + + Parameters + ---------- + window : string, tuple, number, callable, or list-like + Window specification, as in `get_window` + + n_frames : int > 0 + The number of analysis frames + + hop_length : int > 0 + The number of samples to advance between frames + + win_length : [optional] + The length of the window function. By default, this matches `n_fft`. + + n_fft : int > 0 + The length of each analysis frame. + + dtype : np.dtype + The data type of the output + + Returns + ------- + wss : np.ndarray, shape=`(n_fft + hop_length * (n_frames - 1))` + The sum-squared envelope of the window function + """ + if win_length is None: + win_length = n_fft + + n = n_fft + hop_length * (n_frames - 1) + x = np.zeros(n, dtype=dtype) + + # Compute the squared window at the desired length + win_sq = get_window(window, win_length, fftbins=True) + win_sq = librosa_util.normalize(win_sq, norm=norm)**2 + win_sq = librosa_util.pad_center(win_sq, n_fft) + + # Fill the envelope + for i in range(n_frames): + sample = i * hop_length + x[sample:min(n, sample + n_fft)] += win_sq[:max(0, min(n_fft, n - sample))] + return x + + +def griffin_lim(magnitudes, stft_fn, n_iters=30): + """ + PARAMS + ------ + magnitudes: spectrogram magnitudes + stft_fn: STFT class with transform (STFT) and inverse (ISTFT) methods + """ + + angles = np.angle(np.exp(2j * np.pi * np.random.rand(*magnitudes.size()))) + angles = angles.astype(np.float32) + angles = torch.autograd.Variable(torch.from_numpy(angles)) + signal = stft_fn.inverse(magnitudes, angles).squeeze(1) + + for i in range(n_iters): + _, angles = stft_fn.transform(signal) + signal = stft_fn.inverse(magnitudes, angles).squeeze(1) + return signal + + +def dynamic_range_compression(x, C=1, clip_val=1e-5): + """ + PARAMS + ------ + C: compression factor + """ + return torch.log(torch.clamp(x, min=clip_val) * C) + + +def dynamic_range_decompression(x, C=1): + """ + PARAMS + ------ + C: compression factor used to compress + """ + return torch.exp(x) / C diff --git a/mtts/utils/download_utils.py b/mtts/utils/download_utils.py new file mode 100644 index 0000000000000000000000000000000000000000..cfeb9b5d28cc29fd53d10a34f0ec1c6ed33fb61c --- /dev/null +++ b/mtts/utils/download_utils.py @@ -0,0 +1,169 @@ +import hashlib +import os +import random +import sys +import urllib +import urllib.request +from typing import Any, Iterable, Optional + +import torch +from tqdm import tqdm + + +def stream_url(url: str, + start_byte: Optional[int] = None, + block_size: int = 32 * 1024, + progress_bar: bool = True) -> Iterable: + """Stream url by chunk + Args: + url (str): Url. + start_byte (int, optional): Start streaming at that point (Default: ``None``). + block_size (int, optional): Size of chunks to stream (Default: ``32 * 1024``). + progress_bar (bool, optional): Display a progress bar (Default: ``True``). + """ + + # If we already have the whole file, there is no need to download it again + req = urllib.request.Request(url, method="HEAD") + url_size = int(urllib.request.urlopen(req).info().get("Content-Length", -1)) + if url_size == start_byte: + return + + req = urllib.request.Request(url) + if start_byte: + req.headers["Range"] = "bytes={}-".format(start_byte) + + with urllib.request.urlopen(req) as upointer, tqdm( + unit="B", + unit_scale=True, + unit_divisor=1024, + total=url_size, + disable=not progress_bar, + ) as pbar: + + num_bytes = 0 + while True: + chunk = upointer.read(block_size) + if not chunk: + break + yield chunk + num_bytes += len(chunk) + pbar.update(len(chunk)) + + +def validate_file(file_obj: Any, hash_value: str, hash_type: str = "sha256") -> bool: + """Validate a given file object with its hash. + Args: + file_obj: File object to read from. + hash_value (str): Hash for url. + hash_type (str, optional): Hash type, among "sha256" and "md5" (Default: ``"sha256"``). + Returns: + bool: return True if its a valid file, else False. + """ + + if hash_type == "sha256": + hash_func = hashlib.sha256() + elif hash_type == "md5": + hash_func = hashlib.md5() + else: + raise ValueError + + while True: + # Read by chunk to avoid filling memory + chunk = file_obj.read(1024**2) + if not chunk: + break + hash_func.update(chunk) + + return hash_func.hexdigest() == hash_value + + +def download_url(url: str, + download_folder: str, + filename: Optional[str] = None, + hash_value: Optional[str] = None, + hash_type: str = "sha256", + progress_bar: bool = True, + resume: bool = False) -> None: + """Download file to disk. + Args: + url (str): Url. + download_folder (str): Folder to download file. + filename (str, optional): Name of downloaded file. If None, it is inferred from the url (Default: ``None``). + hash_value (str, optional): Hash for url (Default: ``None``). + hash_type (str, optional): Hash type, among "sha256" and "md5" (Default: ``"sha256"``). + progress_bar (bool, optional): Display a progress bar (Default: ``True``). + resume (bool, optional): Enable resuming download (Default: ``False``). + """ + + req = urllib.request.Request(url, method="HEAD") + req_info = urllib.request.urlopen(req).info() + + # Detect filename + filename = filename or req_info.get_filename() or os.path.basename(url) + filepath = os.path.join(download_folder, filename) + if resume and os.path.exists(filepath): + mode = "ab" + local_size: Optional[int] = os.path.getsize(filepath) + + elif not resume and os.path.exists(filepath): + raise RuntimeError("{} already exists. Delete the file manually and retry.".format(filepath)) + else: + mode = "wb" + local_size = None + + if hash_value and local_size == int(req_info.get("Content-Length", -1)): + with open(filepath, "rb") as file_obj: + if validate_file(file_obj, hash_value, hash_type): + return + raise RuntimeError("The hash of {} does not match. Delete the file manually and retry.".format(filepath)) + + with open(filepath, mode) as fpointer: + for chunk in stream_url(url, start_byte=local_size, progress_bar=progress_bar): + fpointer.write(chunk) + + with open(filepath, "rb") as file_obj: + if hash_value and not validate_file(file_obj, hash_value, hash_type): + raise RuntimeError("The hash of {} does not match. Delete the file manually and retry.".format(filepath)) + + +def download_checkpoint(): + url = 'https://zenodo.org/record/4625672/files/checkpoint_500000.pth' + os.makedirs('./checkpoint/', exist_ok=True) + return download_url(url, + './checkpoint/', + resume=True, + hash_value='14002c23879f6b5d0cd987f3c3e1a160', + hash_type='md5') + + +def download_waveglow(device): + + os.makedirs('./waveglow/', exist_ok=True) + + try: + waveglow = torch.hub.load('./waveglow/DeepLearningExamples-torchhub/', 'nvidia_waveglow', source='local') + except Exception: + print((f'error occur: {sys.exc_info()}, If this occurs again, ' + + 'try to delete anyting in ./waveglow/DeepLearningExamples-torchhub/')) + if random.randint(0, 1) == 0: + download_url('https://hub.fastgit.org/nvidia/DeepLearningExamples/archive/torchhub.zip', + './waveglow', + hash_type='md5', + hash_value='27ef24b9c4a2ce6c26f26998aee26f44', + resume=True) + else: + download_url('https://github.com/nvidia/DeepLearningExamples/archive/torchhub.zip', + './waveglow', + hash_type='md5', + hash_value='27ef24b9c4a2ce6c26f26998aee26f44', + resume=True) + os.system('unzip ./waveglow/DeepLearningExamples-torchhub.zip -d ./waveglow/') + waveglow = torch.hub.load('./waveglow/DeepLearningExamples-torchhub/', 'nvidia_waveglow', source='local') + + waveglow = waveglow.remove_weightnorm(waveglow) + waveglow.eval() + for m in waveglow.modules(): + if 'Conv' in str(type(m)): + setattr(m, 'padding_mode', 'zeros') + waveglow.to(device) + return waveglow diff --git a/mtts/utils/logging.py b/mtts/utils/logging.py new file mode 100644 index 0000000000000000000000000000000000000000..a7c421c59e7cae7fd69438ade992c49b5ff53bee --- /dev/null +++ b/mtts/utils/logging.py @@ -0,0 +1,43 @@ +import logging +import os +import sys + +nesting_level = 0 +is_start = None + + +def get_logger(file_name, use_error_log=False, log_dir=None): + + logger = logging.getLogger(file_name) + logging_level = getattr(logging, 'INFO') + logger.setLevel(logging_level) + + if log_dir is None: + log_dir = os.path.join("./", "log") + if not os.path.exists(log_dir): + os.makedirs(log_dir) + log_dir = os.path.join(log_dir, "log.txt") + else: + log_dir = os.path.join(log_dir, "log.txt") + + formatter = logging.Formatter(fmt='%(asctime)s %(filename)s: %(levelname)s: %(message)s') + + stdout_handler = logging.StreamHandler(sys.stdout) + stdout_handler.setLevel(logging_level) + stdout_handler.setFormatter(formatter) + + logger.addHandler(stdout_handler) + + fh = logging.FileHandler(log_dir) + fh.setLevel(logging_level) + fh.setFormatter(formatter) + + logger.addHandler(fh) + + if use_error_log: + stderr_handler = logging.StreamHandler(sys.stderr) + stderr_handler.setLevel(logging.WARNING) + stderr_handler.setFormatter(formatter) + logger.addHandler(stderr_handler) + logger.propagate = False + return logger diff --git a/mtts/utils/stft.py b/mtts/utils/stft.py new file mode 100644 index 0000000000000000000000000000000000000000..82b2db05af9162f8c8cd1908fe5d252162c8a1d5 --- /dev/null +++ b/mtts/utils/stft.py @@ -0,0 +1,255 @@ +""" +BSD 3-Clause License +Copyright (c) 2017, Prem Seetharaman +All rights reserved. +* Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: +* Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright notice, this + list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +* Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +""" + +import librosa +import numpy as np +import torch +import torch.nn.functional as F +from librosa.filters import mel as librosa_mel_fn +from librosa.util import pad_center, tiny +from scipy.signal import get_window +from torch.autograd import Variable + + +def window_sumsquare(window, n_frames, hop_length=200, win_length=800, n_fft=800, dtype=np.float32, norm=None): + """ + # from librosa 0.6 + Compute the sum-square envelope of a window function at a given hop length. + This is used to estimate modulation effects induced by windowing + observations in short-time fourier transforms. + Parameters + ---------- + window : string, tuple, number, callable, or list-like + Window specification, as in `get_window` + n_frames : int > 0 + The number of analysis frames + hop_length : int > 0 + The number of samples to advance between frames + win_length : [optional] + The length of the window function. By default, this matches `n_fft`. + n_fft : int > 0 + The length of each analysis frame. + dtype : np.dtype + The data type of the output + Returns + ------- + wss : np.ndarray, shape=`(n_fft + hop_length * (n_frames - 1))` + The sum-squared envelope of the window function + """ + if win_length is None: + win_length = n_fft + + n = n_fft + hop_length * (n_frames - 1) + x = np.zeros(n, dtype=dtype) + + # Compute the squared window at the desired length + win_sq = get_window(window, win_length, fftbins=True) + win_sq = librosa.util.normalize(win_sq, norm=norm)**2 + win_sq = librosa.util.pad_center(win_sq, n_fft) + + # Fill the envelope + for i in range(n_frames): + sample = i * hop_length + x[sample:min(n, sample + n_fft)] += win_sq[:max(0, min(n_fft, n - sample))] + return x + + +def griffin_lim(magnitudes, stft_fn, n_iters=30): + """ + PARAMS + ------ + magnitudes: spectrogram magnitudes + stft_fn: STFT class with transform (STFT) and inverse (ISTFT) methods + """ + + angles = np.angle(np.exp(2j * np.pi * np.random.rand(*magnitudes.size()))) + angles = angles.astype(np.float32) + angles = torch.autograd.Variable(torch.from_numpy(angles)) + signal = stft_fn.inverse(magnitudes, angles).squeeze(1) + + for i in range(n_iters): + _, angles = stft_fn.transform(signal) + signal = stft_fn.inverse(magnitudes, angles).squeeze(1) + return signal + + +def dynamic_range_compression(x, C=1, clip_val=1e-5): + """ + PARAMS + ------ + C: compression factor + """ + return torch.log(torch.clamp(x, min=clip_val) * C) + + +def dynamic_range_decompression(x, C=1): + """ + PARAMS + ------ + C: compression factor used to compress + """ + return torch.exp(x) / C + + +class STFT(torch.nn.Module): + """adapted from Prem Seetharaman's https://github.com/pseeth/pytorch-stft""" + def __init__(self, filter_length=800, hop_length=200, win_length=800, window='hann', device='cpu'): + super(STFT, self).__init__() + + self.filter_length = filter_length + self.hop_length = hop_length + self.win_length = win_length + self.window = window + self.forward_transform = None + self.device = device + scale = self.filter_length / self.hop_length + fourier_basis = np.fft.fft(np.eye(self.filter_length)) + + cutoff = int((self.filter_length / 2 + 1)) + fourier_basis = np.vstack([np.real(fourier_basis[:cutoff, :]), np.imag(fourier_basis[:cutoff, :])]) + + forward_basis = torch.FloatTensor(fourier_basis[:, None, :]) + inverse_basis = torch.FloatTensor(np.linalg.pinv(scale * fourier_basis).T[:, None, :]) + + if window is not None: + assert (filter_length >= win_length) + # get window and zero center pad it to filter_length + fft_window = get_window(window, win_length, fftbins=True) + fft_window = pad_center(fft_window, filter_length) + fft_window = torch.from_numpy(fft_window).float() + + # window the bases + forward_basis *= fft_window + inverse_basis *= fft_window + + self.register_buffer('forward_basis', forward_basis.float()) + self.register_buffer('inverse_basis', inverse_basis.float()) + + def transform(self, input_data): + num_batches = input_data.size(0) + num_samples = input_data.size(1) + + self.num_samples = num_samples + + # similar to librosa, reflect-pad the input + input_data = input_data.view(num_batches, 1, num_samples) + input_data = F.pad(input_data.unsqueeze(1), (int(self.filter_length / 2), int(self.filter_length / 2), 0, 0), + mode='reflect') + input_data = input_data.squeeze(1) + + # https://github.com/NVIDIA/tacotron2/issues/125 + forward_transform = F.conv1d(input_data.to(self.device), + Variable(self.forward_basis, requires_grad=False).to(self.device), + stride=self.hop_length, + padding=0).cpu() + + cutoff = int((self.filter_length / 2) + 1) + real_part = forward_transform[:, :cutoff, :] + imag_part = forward_transform[:, cutoff:, :] + + magnitude = torch.sqrt(real_part**2 + imag_part**2) + phase = torch.autograd.Variable(torch.atan2(imag_part.data, real_part.data)) + + return magnitude, phase + + def inverse(self, magnitude, phase): + recombine_magnitude_phase = torch.cat([magnitude * torch.cos(phase), magnitude * torch.sin(phase)], dim=1) + + inverse_transform = F.conv_transpose1d(recombine_magnitude_phase, + Variable(self.inverse_basis, requires_grad=False), + stride=self.hop_length, + padding=0) + + if self.window is not None: + window_sum = window_sumsquare(self.window, + magnitude.size(-1), + hop_length=self.hop_length, + win_length=self.win_length, + n_fft=self.filter_length, + dtype=np.float32) + # remove modulation effects + approx_nonzero_indices = torch.from_numpy(np.where(window_sum > tiny(window_sum))[0]) + window_sum = torch.autograd.Variable(torch.from_numpy(window_sum), requires_grad=False) + window_sum = window_sum.to(self.device) if magnitude.is_cuda else window_sum + inverse_transform[:, :, approx_nonzero_indices] /= window_sum[approx_nonzero_indices] + + # scale by hop ratio + inverse_transform *= float(self.filter_length) / self.hop_length + + inverse_transform = inverse_transform[:, :, int(self.filter_length / 2):] + inverse_transform = inverse_transform[:, :, :-int(self.filter_length / 2):] + + return inverse_transform + + def forward(self, input_data): + self.magnitude, self.phase = self.transform(input_data) + reconstruction = self.inverse(self.magnitude, self.phase) + return reconstruction + + +class TacotronSTFT(torch.nn.Module): + def __init__(self, + filter_length=1024, + hop_length=256, + win_length=1024, + n_mel_channels=80, + sampling_rate=22050, + mel_fmin=0.0, + mel_fmax=None, + device='cpu'): + super(TacotronSTFT, self).__init__() + self.n_mel_channels = n_mel_channels + self.sampling_rate = sampling_rate + self.stft_fn = STFT(filter_length, hop_length, win_length, device=device) + mel_basis = librosa_mel_fn(sampling_rate, filter_length, n_mel_channels, mel_fmin, mel_fmax) + mel_basis = torch.from_numpy(mel_basis).float() + self.register_buffer('mel_basis', mel_basis) + + def spectral_normalize(self, magnitudes): + output = dynamic_range_compression(magnitudes) + return output + + def spectral_de_normalize(self, magnitudes): + output = dynamic_range_decompression(magnitudes) + return output + + def mel_spectrogram(self, y): + """Computes mel-spectrograms from a batch of waves + PARAMS + ------ + y: Variable(torch.FloatTensor) with shape (B, T) in range [-1, 1] + RETURNS + ------- + mel_output: torch.FloatTensor of shape (B, n_mel_channels, T) + """ + assert (torch.min(y.data) >= -1) + assert (torch.max(y.data) <= 1) + + magnitudes, phases = self.stft_fn.transform(y) + magnitudes = magnitudes.data + mel_output = torch.matmul(self.mel_basis, magnitudes) + mel_output = self.spectral_normalize(mel_output) + return mel_output diff --git a/mtts/utils/utils.py b/mtts/utils/utils.py new file mode 100644 index 0000000000000000000000000000000000000000..cff822760533a0c431e0ac306f66838dd35629d7 --- /dev/null +++ b/mtts/utils/utils.py @@ -0,0 +1,9 @@ +import matplotlib.pyplot as plt +import numpy as np + + +def save_image(mel1, mel2, name): + mel = np.concatenate([mel1, mel2], 1) + plt.imshow(mel.T) + plt.show() + plt.savefig(name) diff --git a/prepare.py b/prepare.py new file mode 100644 index 0000000000000000000000000000000000000000..2187bfb53afdc81aa60eb2caa45364a049e94db9 --- /dev/null +++ b/prepare.py @@ -0,0 +1,94 @@ +''' +Author: wuxulong19950206 1287173754@qq.com +Date: 2024-03-12 20:23:34 +LastEditors: wuxulong19950206 1287173754@qq.com +LastEditTime: 2024-03-12 21:53:09 +FilePath: \mandarin-tts-mtts\examples\biaobei\prepare.py +Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE +''' +import glob +import argparse +import pypinyin +import os +from mtts.utils.logging import get_logger +logger = get_logger(__file__) +def augment_cn_with_sil(py_sent, cn_sent): + sil_loc = [i for i, p in enumerate(py_sent.split()) if p == 'sil'] + han = [h for i, h in enumerate(cn_sent.split()) if h != 'sil'] + + k = 0 + final = [] + for i in range(len(han) + len(sil_loc)): + if i in sil_loc: + final += ['sil'] + else: + final += [han[k]] + k += 1 + return ' '.join(final) + +def write_scp(filename,scp): + with open(filename,'wt') as f: + f.write('\n'.join(scp)+'\n') + +if __name__ == '__main__': + + parser = argparse.ArgumentParser(description='Biaobei data pre-processing') + parser.add_argument('--meta_file', type=str, required=False, default='examples/biaobei/name_py_hz_dur.txt') + parser.add_argument('--wav_folder', type=str, required=True) + parser.add_argument('--mel_folder', type=str, required=True) + parser.add_argument('--dst_folder', type=str, required=False, default='./train') + parser.add_argument('--generate_vocab', type=bool, required=False, default=False) + + + args = parser.parse_args() + lines = open(args.meta_file).read().split('\n') + lines = [l.split('|') for l in lines if len(l)>0] + files = glob.glob(f'{args.wav_folder}/*.wav') + + wav_scp = [] + mel_scp = [] + + gp_scp = [] + py_scp = [] + dur_scp = [] + + spk_scp = [] + all_py = [] + all_gp = [] + + for name,py,gp,dur,_,_ in lines: + mel_file = f'{args.mel_folder}/{name}.npy' + if not os.path.exists(mel_file): + continue + wav_scp += [name +' ' + f'{args.wav_folder}/{name}.wav'] + mel_scp += [name +' ' + f'{args.mel_folder}/{name}.npy'] + py_scp += [name+' '+ py] + gp_scp += [name+' '+ gp] + dur_scp += [name+' '+ dur] + all_py += py.split() + all_gp += gp.split() + n = len(gp.split()) + spk_idx = 0 + spk_scp += [name + ' ' + ' '.join([str(spk_idx)]*n)] + if args.generate_vocab: + logger.warning('Caution: The vocab generated might be different from others(e.g., pretained models)') + pyvocab = list(set(all_py)) + gpvocab = list(set(all_gp)) + pyvocab.sort() + gpvocab.sort() + gpvocab.sort(key=lambda x: pypinyin.pinyin(x,0)[0][0]) + with open('py.vocab','wt') as f: + f.write('\n'.join(pyvocab)) + with open('gp.vocab','wt') as f: + f.write('\n'.join(gpvocab)) + + os.makedirs(args.dst_folder,exist_ok=True) + write_scp('./train/wav.scp',wav_scp) + write_scp('./train/py.scp',py_scp) + write_scp('./train/gp.scp',gp_scp) + write_scp('./train/dur.scp',dur_scp) + write_scp('./train/spk.scp',spk_scp) + write_scp('./train/mel.scp',mel_scp) + + + diff --git a/py.vocab b/py.vocab new file mode 100644 index 0000000000000000000000000000000000000000..f4dc4340819eebb0bb98bb1e61608ab3b4846070 --- /dev/null +++ b/py.vocab @@ -0,0 +1,1608 @@ +a1 +a4 +a5 +ai1 +ai2 +ai3 +ai4 +ai5 +an1 +an2 +an3 +an4 +ang1 +ang2 +ang4 +ao1 +ao2 +ao3 +ao4 +ba1 +ba2 +ba3 +ba4 +ba5 +bai1 +bai2 +bai3 +bai4 +bai5 +ban1 +ban2 +ban3 +ban4 +bang1 +bang2 +bang3 +bang4 +bang5 +banr3 +bao1 +bao2 +bao3 +bao4 +bao5 +bei1 +bei2 +bei3 +bei4 +bei5 +ben1 +ben2 +ben3 +ben4 +ben5 +beng1 +beng2 +beng4 +bi1 +bi2 +bi3 +bi4 +bian1 +bian2 +bian3 +bian4 +bian5 +biao1 +biao2 +biao3 +biao4 +bie1 +bie2 +bie3 +bie4 +bin1 +bin4 +bing1 +bing2 +bing3 +bing4 +bo1 +bo2 +bo3 +bo4 +bo5 +bu2 +bu3 +bu4 +bu5 +ca1 +ca3 +cai1 +cai2 +cai3 +cai4 +cai5 +can1 +can2 +can3 +can4 +cang1 +cang2 +cao1 +cao2 +cao3 +cao5 +ce4 +cen1 +cen2 +ceng1 +ceng2 +ceng4 +cha1 +cha2 +cha3 +cha4 +cha5 +chai1 +chai2 +chan1 +chan2 +chan3 +chan4 +chan5 +chang1 +chang2 +chang3 +chang4 +chang5 +chao1 +chao2 +chao3 +chao5 +che1 +che2 +che3 +che4 +chen1 +chen2 +chen3 +chen4 +chen5 +cheng1 +cheng2 +cheng3 +cheng4 +cheng5 +chi1 +chi2 +chi3 +chi4 +chi5 +chong1 +chong2 +chong3 +chong4 +chou1 +chou2 +chou3 +chou4 +chou5 +chu1 +chu2 +chu3 +chu4 +chu5 +chuai1 +chuai3 +chuai4 +chuan1 +chuan2 +chuan3 +chuan4 +chuan5 +chuang1 +chuang2 +chuang3 +chuang4 +chuang5 +chui1 +chui2 +chui5 +chun1 +chun2 +chun3 +chuo1 +chuo4 +ci1 +ci2 +ci3 +ci4 +cir2 +cong1 +cong2 +cong5 +cou4 +cu1 +cu2 +cu4 +cuan1 +cuan2 +cuan4 +cui1 +cui2 +cui3 +cui4 +cui5 +cun1 +cun2 +cun3 +cun4 +cuo1 +cuo2 +cuo4 +da1 +da2 +da3 +da4 +da5 +dai1 +dai3 +dai4 +dai5 +dan1 +dan2 +dan3 +dan4 +dan5 +dang1 +dang2 +dang3 +dang4 +dao1 +dao2 +dao3 +dao4 +dao5 +daor4 +de2 +de4 +de5 +dei2 +dei3 +deng1 +deng2 +deng3 +deng4 +di1 +di2 +di3 +di4 +di5 +dia2 +dia3 +dian1 +dian2 +dian3 +dian4 +dianr2 +dianr3 +diao1 +diao3 +diao4 +diao5 +die1 +die2 +die4 +die5 +ding1 +ding2 +ding3 +ding4 +dir2 +dir3 +dir4 +diu1 +dong1 +dong2 +dong3 +dong4 +dong5 +dou1 +dou2 +dou3 +dou4 +dou5 +du1 +du2 +du3 +du4 +du5 +duan1 +duan2 +duan3 +duan4 +dui1 +dui4 +duir1 +duir4 +dun1 +dun3 +dun4 +dunr3 +duo1 +duo2 +duo3 +duo4 +duo5 +duor3 +e1 +e2 +e3 +e4 +e5 +ei5 +en1 +en4 +er2 +er3 +er4 +er5 +fa1 +fa2 +fa3 +fa4 +fa5 +fan1 +fan2 +fan3 +fan4 +fan5 +fang1 +fang2 +fang3 +fang4 +fang5 +fanr4 +far2 +fei1 +fei2 +fei3 +fei4 +fen1 +fen2 +fen3 +fen4 +fen5 +feng1 +feng2 +feng3 +feng4 +feng5 +fo2 +fou2 +fou3 +fu1 +fu2 +fu3 +fu4 +fu5 +fur4 +ga1 +ga2 +ga3 +ga4 +gai1 +gai2 +gai3 +gai4 +gair4 +gan1 +gan2 +gan3 +gan4 +gan5 +gang1 +gang2 +gang3 +gang4 +gang5 +gao1 +gao2 +gao3 +gao4 +ge1 +ge2 +ge3 +ge4 +ge5 +gei2 +gei3 +gen1 +gen4 +geng1 +geng2 +geng3 +geng4 +genr1 +ger2 +ger3 +ger4 +gong1 +gong2 +gong3 +gong4 +gong5 +gou1 +gou2 +gou3 +gou4 +gou5 +gu1 +gu2 +gu3 +gu4 +gu5 +gua1 +gua2 +gua3 +gua4 +gua5 +guai1 +guai2 +guai3 +guai4 +guan1 +guan2 +guan3 +guan4 +guang1 +guang2 +guang3 +guang4 +guang5 +gui1 +gui2 +gui3 +gui4 +gui5 +gun2 +gun3 +gun4 +gunr4 +guo1 +guo2 +guo3 +guo4 +guo5 +ha1 +ha2 +ha5 +hai1 +hai2 +hai3 +hai4 +hai5 +hair2 +han1 +han2 +han3 +han4 +han5 +hang1 +hang2 +hang4 +hanr4 +hao1 +hao2 +hao3 +hao4 +hao5 +he1 +he2 +he4 +he5 +hei1 +hen2 +hen3 +hen4 +heng1 +heng2 +heng4 +heng5 +her2 +hong1 +hong2 +hong3 +hong4 +hou2 +hou3 +hou4 +hou5 +hu1 +hu2 +hu3 +hu4 +hu5 +hua1 +hua2 +hua4 +hua5 +huai2 +huai4 +huan1 +huan2 +huan3 +huan4 +huan5 +huang1 +huang2 +huang3 +huang4 +huang5 +huanr1 +hui1 +hui2 +hui3 +hui4 +hui5 +huir3 +huir4 +hun1 +hun2 +hun4 +hun5 +huo1 +huo2 +huo3 +huo4 +huo5 +huor2 +huor3 +ji1 +ji2 +ji3 +ji4 +ji5 +jia1 +jia2 +jia3 +jia4 +jia5 +jian1 +jian2 +jian3 +jian4 +jian5 +jiang1 +jiang2 +jiang3 +jiang4 +jiang5 +jiao1 +jiao2 +jiao3 +jiao4 +jiao5 +jiar1 +jie1 +jie2 +jie3 +jie4 +jie5 +jin1 +jin2 +jin3 +jin4 +jin5 +jing1 +jing2 +jing3 +jing4 +jing5 +jingr3 +jinr4 +jiong2 +jiong3 +jir1 +jiu1 +jiu2 +jiu3 +jiu4 +jiu5 +ju1 +ju2 +ju3 +ju4 +ju5 +juan1 +juan2 +juan3 +juan4 +jue1 +jue2 +jue4 +jun1 +jun4 +jun5 +ka1 +ka2 +ka3 +kai1 +kai2 +kai3 +kai4 +kan1 +kan2 +kan3 +kan4 +kan5 +kang1 +kang2 +kang4 +kao1 +kao2 +kao3 +kao4 +ke1 +ke2 +ke3 +ke4 +ken2 +ken3 +keng1 +kong1 +kong2 +kong3 +kong4 +kou1 +kou2 +kou3 +kou4 +kou5 +ku1 +ku2 +ku3 +ku4 +kua1 +kua2 +kua3 +kua4 +kuai4 +kuai5 +kuair4 +kuan1 +kuan2 +kuan3 +kuang1 +kuang2 +kuang4 +kuang5 +kui1 +kui2 +kui3 +kui4 +kun1 +kun2 +kun3 +kun4 +kuo4 +la1 +la2 +la3 +la4 +la5 +lai2 +lai4 +lai5 +lan2 +lan3 +lan4 +lan5 +lang1 +lang2 +lang3 +lang4 +lang5 +lanr4 +lao1 +lao2 +lao3 +lao4 +lao5 +le4 +le5 +lei1 +lei2 +lei3 +lei4 +lei5 +leng2 +leng3 +leng4 +li2 +li3 +li4 +li5 +lia2 +lia3 +lian2 +lian3 +lian4 +lian5 +liang2 +liang3 +liang4 +liang5 +liao2 +liao3 +liao4 +liao5 +liar3 +lie1 +lie2 +lie3 +lie4 +lie5 +lin1 +lin2 +lin3 +lin4 +lin5 +ling2 +ling3 +ling4 +ling5 +lir3 +liu1 +liu2 +liu3 +liu4 +liu5 +lo5 +long2 +long3 +long4 +long5 +lou1 +lou2 +lou3 +lou4 +lou5 +lu1 +lu2 +lu3 +lu4 +lu5 +luan2 +luan3 +luan4 +lun1 +lun2 +lun4 +luo1 +luo2 +luo3 +luo4 +luo5 +lv2 +lv3 +lv4 +lv5 +lve4 +ma1 +ma2 +ma3 +ma4 +ma5 +mai2 +mai3 +mai4 +mai5 +man2 +man3 +man4 +mang2 +mang3 +mao1 +mao2 +mao3 +mao4 +mao5 +me1 +me5 +mei1 +mei2 +mei3 +mei4 +mei5 +men1 +men2 +men4 +men5 +meng1 +meng2 +meng3 +meng4 +menr2 +menr5 +mi1 +mi2 +mi3 +mi4 +mi5 +mian2 +mian3 +mian4 +mian5 +miao1 +miao2 +miao3 +miao4 +mie1 +mie4 +min2 +min3 +ming2 +ming3 +ming4 +ming5 +mingr2 +miu4 +mo1 +mo2 +mo3 +mo4 +mo5 +mou2 +mou3 +mou5 +mu2 +mu3 +mu4 +mu5 +na2 +na3 +na4 +na5 +nai2 +nai3 +nai4 +nai5 +nan1 +nan2 +nan3 +nan4 +nan5 +nang1 +nang2 +nang5 +nao1 +nao2 +nao3 +nao4 +nao5 +nar2 +nar3 +nar4 +ne2 +ne4 +ne5 +nei3 +nei4 +nen4 +nen5 +neng2 +ng1 +ni1 +ni2 +ni3 +ni4 +nian1 +nian2 +nian3 +nian4 +niang2 +niang4 +niang5 +niao2 +niao3 +niao4 +nie1 +nie4 +nin2 +ning2 +ning3 +ning4 +niu1 +niu2 +niu3 +niu4 +niu5 +niur1 +nong2 +nong4 +nong5 +nu2 +nu3 +nu4 +nuan2 +nuan3 +nuo2 +nuo4 +nv2 +nv3 +nv5 +nve4 +o1 +o4 +o5 +ou1 +ou2 +ou3 +ou4 +pa1 +pa2 +pa4 +pa5 +pai1 +pai2 +pai4 +pai5 +pan1 +pan2 +pan4 +pan5 +pang1 +pang2 +pang4 +pao1 +pao2 +pao3 +pao4 +pei1 +pei2 +pei4 +pen1 +pen2 +pen4 +peng1 +peng2 +peng3 +peng4 +peng5 +pi1 +pi2 +pi3 +pi4 +pi5 +pian1 +pian2 +pian4 +pian5 +piao1 +piao2 +piao3 +piao4 +pie1 +pie2 +pie3 +pin1 +pin2 +pin3 +pin4 +ping1 +ping2 +ping5 +pir2 +po1 +po2 +po3 +po4 +po5 +pou1 +pu1 +pu2 +pu3 +pu4 +qi1 +qi2 +qi3 +qi4 +qi5 +qia1 +qia2 +qia3 +qia4 +qian1 +qian2 +qian3 +qian4 +qian5 +qiang1 +qiang2 +qiang3 +qiang4 +qiang5 +qiao1 +qiao2 +qiao3 +qiao4 +qiao5 +qie1 +qie2 +qie3 +qie4 +qie5 +qin1 +qin2 +qin3 +qin4 +qin5 +qing1 +qing2 +qing3 +qing4 +qing5 +qiong2 +qir4 +qiu1 +qiu2 +qiu3 +qiu5 +qu1 +qu2 +qu3 +qu4 +qu5 +quan1 +quan2 +quan3 +quan4 +quan5 +que1 +que2 +que4 +qun1 +qun2 +r +ran2 +ran3 +ran5 +rang1 +rang2 +rang3 +rang4 +rang5 +rao2 +rao3 +rao4 +re2 +re3 +re4 +ren2 +ren3 +ren4 +ren5 +reng1 +reng2 +renr4 +ri4 +rong2 +rong3 +rou2 +rou4 +rou5 +ru2 +ru3 +ru4 +ruan2 +ruan3 +rui2 +rui3 +rui4 +run4 +run5 +ruo4 +sa1 +sa2 +sa3 +sa4 +sa5 +sai1 +sai4 +sai5 +san1 +san2 +san3 +san4 +sang1 +sang2 +sang3 +sang4 +sao1 +sao2 +sao3 +sao4 +sao5 +se4 +se5 +sen1 +seng1 +sha1 +sha2 +sha3 +sha4 +sha5 +shai1 +shai4 +shai5 +shan1 +shan2 +shan3 +shan4 +shang1 +shang2 +shang3 +shang4 +shang5 +shao1 +shao2 +shao3 +shao4 +shao5 +she1 +she2 +she3 +she4 +shei2 +shen1 +shen2 +shen3 +shen4 +shen5 +sheng1 +sheng2 +sheng3 +sheng4 +sheng5 +shi1 +shi2 +shi3 +shi4 +shi5 +shir4 +shou1 +shou2 +shou3 +shou4 +shou5 +shu1 +shu2 +shu3 +shu4 +shu5 +shua1 +shua2 +shua3 +shuai1 +shuai2 +shuai3 +shuai4 +shuai5 +shuan1 +shuan4 +shuan5 +shuang1 +shuang2 +shuang3 +shui2 +shui3 +shui4 +shun2 +shun3 +shun4 +shuo1 +shuo4 +shuo5 +si1 +si2 +si3 +si4 +si5 +sil +song1 +song2 +song3 +song4 +sou1 +sou3 +sou4 +sou5 +sp1 +su1 +su2 +su4 +su5 +suan1 +suan4 +suan5 +sui1 +sui2 +sui3 +sui4 +sun1 +sun2 +sun3 +suo1 +suo2 +suo3 +suo5 +ta1 +ta2 +ta3 +ta4 +ta5 +tai1 +tai2 +tai4 +tai5 +tan1 +tan2 +tan3 +tan4 +tan5 +tang1 +tang2 +tang3 +tang4 +tang5 +tanr1 +tao1 +tao2 +tao3 +tao4 +tao5 +te4 +tei1 +teng2 +teng5 +ter4 +ti1 +ti2 +ti3 +ti4 +ti5 +tian1 +tian2 +tian3 +tianr1 +tiao1 +tiao2 +tiao3 +tiao4 +tie1 +tie2 +tie3 +tie4 +ting1 +ting2 +ting3 +ting5 +tong1 +tong2 +tong3 +tong4 +tong5 +tongr4 +tou1 +tou2 +tou4 +tou5 +tour2 +tu1 +tu2 +tu3 +tu4 +tu5 +tuan1 +tuan2 +tuan3 +tuan4 +tuan5 +tui1 +tui2 +tui3 +tui4 +tui5 +tun1 +tun2 +tun5 +tuo1 +tuo2 +tuo3 +tuo4 +tuo5 +tuor3 +wa1 +wa2 +wa3 +wa4 +wa5 +wai1 +wai2 +wai3 +wai4 +wan1 +wan2 +wan3 +wan4 +wan5 +wang1 +wang2 +wang3 +wang4 +wang5 +wanr1 +wanr2 +wei1 +wei2 +wei3 +wei4 +wei5 +weir4 +wen1 +wen2 +wen3 +wen4 +wen5 +weng1 +weng2 +weng3 +weng4 +wo1 +wo2 +wo3 +wo4 +wo5 +wu1 +wu2 +wu3 +wu4 +wu5 +xi1 +xi2 +xi3 +xi4 +xi5 +xia1 +xia2 +xia4 +xia5 +xian1 +xian2 +xian3 +xian4 +xiang1 +xiang2 +xiang3 +xiang4 +xiao1 +xiao2 +xiao3 +xiao4 +xiao5 +xie1 +xie2 +xie3 +xie4 +xie5 +xin1 +xin4 +xin5 +xing1 +xing2 +xing3 +xing4 +xing5 +xiong1 +xiong2 +xiong5 +xiu1 +xiu3 +xiu4 +xu1 +xu2 +xu3 +xu4 +xu5 +xuan1 +xuan2 +xuan3 +xuan4 +xue1 +xue2 +xue3 +xue4 +xun1 +xun2 +xun4 +ya1 +ya2 +ya3 +ya4 +ya5 +yan1 +yan2 +yan3 +yan4 +yang1 +yang2 +yang3 +yang4 +yang5 +yangr4 +yanr2 +yanr3 +yao1 +yao2 +yao3 +yao4 +yao5 +ye1 +ye2 +ye3 +ye4 +ye5 +yi1 +yi2 +yi3 +yi4 +yi5 +yin1 +yin2 +yin3 +yin4 +ying1 +ying2 +ying3 +ying4 +ying5 +yingr3 +yir4 +yir5 +yo1 +yo5 +yong1 +yong2 +yong3 +yong4 +yong5 +you1 +you2 +you3 +you4 +you5 +yu1 +yu2 +yu3 +yu4 +yu5 +yuan1 +yuan2 +yuan3 +yuan4 +yuan5 +yuanr4 +yue1 +yue4 +yue5 +yun1 +yun2 +yun3 +yun4 +za1 +za2 +za3 +zai1 +zai2 +zai3 +zai4 +zai5 +zan1 +zan2 +zan3 +zan4 +zang1 +zang4 +zao1 +zao2 +zao3 +zao4 +zao5 +zaor3 +ze2 +ze4 +zei2 +zen2 +zen3 +zeng1 +zeng4 +zha1 +zha2 +zha3 +zha4 +zha5 +zhai1 +zhai2 +zhai3 +zhai4 +zhan1 +zhan2 +zhan3 +zhan4 +zhang1 +zhang2 +zhang3 +zhang4 +zhao1 +zhao2 +zhao3 +zhao4 +zhe1 +zhe2 +zhe3 +zhe4 +zhe5 +zhei4 +zhen1 +zhen2 +zhen3 +zhen4 +zheng1 +zheng2 +zheng3 +zheng4 +zheng5 +zher4 +zhi1 +zhi2 +zhi3 +zhi4 +zhi5 +zhong1 +zhong2 +zhong3 +zhong4 +zhou1 +zhou2 +zhou3 +zhou4 +zhou5 +zhu1 +zhu2 +zhu3 +zhu4 +zhu5 +zhua1 +zhua3 +zhuai4 +zhuan1 +zhuan2 +zhuan3 +zhuan4 +zhuan5 +zhuang1 +zhuang4 +zhuang5 +zhui1 +zhui4 +zhun1 +zhun2 +zhun3 +zhunr3 +zhuo1 +zhuo2 +zhur3 +zi1 +zi2 +zi3 +zi4 +zi5 +zong1 +zong2 +zong3 +zong4 +zong5 +zou1 +zou2 +zou3 +zou4 +zu1 +zu2 +zu3 +zu5 +zuan1 +zuan2 +zuan3 +zuan4 +zui2 +zui3 +zui4 +zun1 +zuo1 +zuo2 +zuo3 +zuo4 +zuo5 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..4b0da2db283114e72c51b40e39d4c82b0279e3f7 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,11 @@ +librosa == 0.7.2 +numpy +torch +scipy +matplotlib +backports.lzma +tensorboard +ipdb +pypinyin +jieba +numba==0.48 diff --git a/setup.py b/setup.py new file mode 100644 index 0000000000000000000000000000000000000000..113a629af63421736085a89a385fe3e47d80394f --- /dev/null +++ b/setup.py @@ -0,0 +1,38 @@ +import setuptools + +with open("README.md", "r") as fh: + long_description = fh.read() + +setuptools.setup( + name="mtts", # Replace with your own username + version="1.0.0", + author="ranchlai", + author_email="", + description="Mandarin text to speech (mtts)", + long_description=long_description, + long_description_content_type="text/markdown", + url="https://github.com/ranchlai/mandrian_tts", + packages=setuptools.find_packages( + exclude=["build*", "test*", "examples*"]), + classifiers=[ + "Programming Language :: Python :: 3", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", + ], + python_requires='>=3.6', + install_requires=[ + 'torch >= 1.5.0', + 'tqdm ~= 4.49.0', + 'librosa~=0.8.0', + 'numpy >= 1.15.0', + 'scipy >= 1.0.0', + 'resampy >= 0.2.2', + 'soundfile >= 0.9.0', + 'PyYAML == 5.4.1', + 'tensorboard == 2.5.0', + 'matplotlib==3.3.4', + 'pypinyin==0.41.0' + ], + + +) diff --git a/step.md b/step.md new file mode 100644 index 0000000000000000000000000000000000000000..d1cf8721fd7a4ce58621ff7e26e83fd76f62445f --- /dev/null +++ b/step.md @@ -0,0 +1,13 @@ + +python wav2mel.py -c examples\biaobei\config.yaml -w examples\biaobei\Wave -m examples\biaobei\mel_folder + +python prepare.py --wav_folder examples\biaobei\Wave --mel_folder examples\biaobei\mel_folder --generate_vocab True + +python train.py -c examples\biaobei\config.yaml \ No newline at end of file diff --git a/train.py b/train.py new file mode 100644 index 0000000000000000000000000000000000000000..5275cc831947658aa880f2e13d4397bffe09c306 --- /dev/null +++ b/train.py @@ -0,0 +1,188 @@ +import argparse +import os + +import numpy as np +import torch +import yaml +from torch.optim import SGD, Adam +from torch.optim.lr_scheduler import CyclicLR, OneCycleLR, ReduceLROnPlateau +from torch.utils.data import BatchSampler, DataLoader, SubsetRandomSampler +from torch.utils.tensorboard import SummaryWriter + +from mtts.datasets.dataset import Dataset, collate_fn +from mtts.loss import FS2Loss +from mtts.models.fs2_model import FastSpeech2 +from mtts.optimizer import ScheduledOptim +from mtts.utils.logging import get_logger +from mtts.utils.utils import save_image + +logger = get_logger(__file__) + + +class AverageMeter: + def __init__(self): + self.mel_loss_v = 0.0 + self.posnet_loss_v = 0.0 + self.d_loss_v = 0.0 + self.total_loss_v = 0.0 + + self._i = 0 + + def update(self, mel_loss, posnet_loss, d_loss, total_loss): + self.mel_loss_v = ((self.mel_loss_v * self._i) + mel_loss.item()) / (self._i + 1) + self.posnet_loss_v = ((self.posnet_loss_v * self._i) + posnet_loss.item()) / (self._i + 1) + self.d_loss_v = ((self.d_loss_v * self._i) + d_loss.item()) / (self._i + 1) + self.total_loss_v = ((self.total_loss_v * self._i) + total_loss.item()) / (self._i + 1) + + self._i += 1 + return self.mel_loss_v, self.posnet_loss_v, self.d_loss_v, self.total_loss_v + + +def split_batch(data, i, n_split): + n = data[1].shape[0] + k = n // n_split + ds = [d[:, i * k:(i + 1) * k] if j == 0 else d[i * k:(i + 1) * k] for j, d in enumerate(data)] + return ds + + +def shuffle(data): + n = data[1].shape[0] + idx = np.random.permutation(n) + data_shuffled = [d[:, idx] if i == 0 else d[idx] for i, d in enumerate(data)] + return data_shuffled + + +if __name__ == '__main__': + + parser = argparse.ArgumentParser() + parser.add_argument('-r', '--restore', type=str, default='') + parser.add_argument('-c', '--config', type=str, default='./config.yaml') + parser.add_argument('-d', '--device', type=str, default='cuda') + args = parser.parse_args() + + device = args.device + logger.info(f'using device {device}') + + with open(args.config) as f: + config = yaml.safe_load(f) + logger.info(f.read()) + + dataset = Dataset(config) + + dataloader = DataLoader(dataset, + batch_size=config['training']['batch_size'], + shuffle=False, + collate_fn=collate_fn, + drop_last=False, + num_workers=config['training']['num_workers']) + + step_per_epoch = len(dataloader) * config['training']['batch_size'] + + model = FastSpeech2(config) + model = model.to(args.device) + #model.encoder.emb_layers.to(device) # ? + + optim_conf = config['optimizer'] + optim_class = eval(optim_conf['type']) + logger.info(optim_conf['params']) + optimizer = optim_class(model.parameters(), **optim_conf['params']) + + if args.restore != '': + logger.info(f'Loading checkpoint {args.restore}') + content = torch.load(args.restore) + model.load_state_dict(content['model']) + optimizer.load_state_dict(content['optimizer']) + current_step = content['step'] + start_epoch = current_step // step_per_epoch + logger.info(f'loaded checkpoint at step {current_step}, epoch {start_epoch}') + else: + current_step = 0 + start_epoch = 0 + logger.info(f'Start training from scratch,step={current_step},epoch={start_epoch}') + + lrs = np.linspace(0, optim_conf['params']['lr'], optim_conf['n_warm_up_step']) + Scheduler = eval(config['lr_scheduler']['type']) + lr_scheduler = Scheduler(optimizer, **config['lr_scheduler']['params']) + + loss_fn = FS2Loss().to(device) + train_logger = SummaryWriter(config['training']['log_path']) + val_logger = SummaryWriter(config['training']['log_path']) + avg = AverageMeter() + for epoch in range(start_epoch, config['training']['epochs']): + + model.train() + for i, data in enumerate(dataloader): + data = shuffle(data) + max_src_len = torch.max(data[-2]) + max_mel_len = torch.max(data[-1]) + for k in range(config['training']['batch_split']): + data_split = split_batch(data, k, config['training']['batch_split']) + tokens, duration, mel_truth, seq_len, mel_len = data_split + #print(mel_len) + tokens = tokens.to(device) + duration = duration.to(device) + mel_truth = mel_truth.to(device) + seq_len = seq_len.to(device) + mel_len = mel_len.to(device) + # if torch.max(log_D) > 50: + # logger.info('skipping sample') + # continue + + mel_truth = mel_truth - config['fbank']['mel_mean'] + duration = duration - config['duration_predictor']['duration_mean'] + output = model(tokens, seq_len, mel_len, duration, max_src_len=max_src_len, max_mel_len=max_mel_len) + + mel_pred, mel_postnet, d_pred, src_mask, mel_mask, mel_len = output + + mel_loss, mel_postnet_loss, d_loss = loss_fn(d_pred, duration, mel_pred, mel_postnet, mel_truth, + ~src_mask, ~mel_mask) + + total_loss = mel_postnet_loss + d_loss + mel_loss + ml, pl, dl, tl = avg.update(mel_loss, mel_postnet_loss, d_loss, total_loss) + lr = optimizer.param_groups[0]['lr'] + msg = f'epoch:{epoch},step:{current_step}|{step_per_epoch},loss:{tl:.3},mel:{ml:.3},' + msg += f'mel_postnet:{pl:.3},duration:{dl:.3},{lr:.3}' + + if current_step % config['training']['log_step'] == 0: + logger.info(msg) + + total_loss = total_loss / config['training']['acc_step'] + total_loss.backward() + if current_step % config['training']['acc_step'] != 0: + continue + + current_step += 1 + if current_step < config['optimizer']['n_warm_up_step']: + lr = lrs[current_step] + optimizer.param_groups[0]['lr'] = lr + optimizer.step() + optimizer.zero_grad() + else: + optimizer.step() + lr_scheduler.step() + optimizer.zero_grad() + + if current_step % config['training']['synth_step'] == 0: + mel_pred = mel_pred.detach().cpu().numpy() + mel_truth = mel_truth.detach().cpu().numpy() + saved_path = os.path.join(config['training']['log_path'], f'{current_step}.png') + save_image(mel_truth[0][:mel_len[0]], mel_pred[0][:mel_len[0]], saved_path) + np.save(saved_path + '.npy', mel_pred[0]) + + if current_step % config['training']['log_step'] == 0: + + train_logger.add_scalar('total_loss', tl, current_step) + train_logger.add_scalar('mel_loss', ml, current_step) + train_logger.add_scalar('mel_postnet_loss', pl, current_step) + train_logger.add_scalar('duration_loss', dl, current_step) + + if current_step % config['training']['checkpoint_step'] == 0: + if not os.path.exists(config['training']['checkpoint_path']): + os.makedirs(config['training']['checkpoint_path']) + ckpt_file = os.path.join(config['training']['checkpoint_path'], + 'checkpoint_{}.pth.tar'.format(current_step)) + content = {'model': model.state_dict(), 'optimizer': optimizer.state_dict(), 'step': current_step} + + torch.save(content, ckpt_file) + logger.info(f'Saved model at step {current_step} to {ckpt_file}') + logger.info(f"End of training for epoch {config['training']['epochs']}") diff --git a/train/dur.scp b/train/dur.scp new file mode 100644 index 0000000000000000000000000000000000000000..eff5b7c19d771510a15093e752da416e49467246 --- /dev/null +++ b/train/dur.scp @@ -0,0 +1,9999 @@ +000001 24 20 9 24 19 18 25 16 22 29 23 +000002 23 29 13 26 29 19 21 19 21 26 20 +000003 23 19 22 20 23 17 19 27 21 20 22 18 29 26 19 32 22 +000004 24 18 20 30 19 20 14 14 24 18 23 +000005 25 19 20 20 31 7 13 24 10 24 21 32 20 +000006 25 23 34 25 16 15 19 27 11 29 25 13 28 21 +000007 24 24 28 20 22 14 26 19 23 30 21 +000008 23 27 23 20 37 25 22 20 38 23 +000009 25 18 23 16 15 28 18 18 19 12 25 13 29 14 +000010 23 25 16 23 20 27 20 17 22 23 23 +000011 27 18 22 18 32 7 18 31 18 23 33 21 +000012 25 21 20 18 16 32 5 15 20 20 18 26 20 +000013 25 20 21 29 27 17 20 12 16 18 23 22 +000014 26 16 35 19 23 27 23 25 28 19 +000015 25 18 18 18 18 24 21 19 21 34 23 +000016 25 20 23 25 30 7 12 18 22 24 20 18 20 29 20 +000017 29 18 24 22 22 38 17 21 31 21 21 32 23 +000018 28 19 32 26 22 17 17 33 18 22 21 18 33 23 +000019 25 27 16 21 22 23 18 16 34 34 15 15 26 23 13 22 32 15 +000020 22 19 17 21 20 15 21 17 29 31 21 20 36 19 +000021 26 12 16 24 18 16 15 19 26 20 23 21 +000022 26 17 19 28 17 15 27 7 15 15 19 17 18 30 20 +000023 27 21 18 20 18 29 21 20 17 19 25 19 +000024 26 12 29 19 22 23 20 17 15 18 22 22 +000025 24 25 13 20 27 7 16 20 21 30 24 +000026 26 20 20 18 22 17 14 21 19 18 17 20 26 19 +000027 26 15 31 5 14 18 18 16 17 16 26 29 21 +000028 25 24 18 18 19 23 21 16 21 36 23 +000029 26 19 26 0 16 17 18 21 27 24 +000030 24 20 26 21 21 17 14 19 20 20 14 14 32 22 +000031 26 10 17 29 18 23 16 26 36 23 +000032 26 16 17 20 28 17 17 36 12 11 19 14 32 22 +000033 26 17 32 17 16 19 22 20 16 23 16 21 +000034 23 28 24 20 18 17 26 19 14 29 20 +000035 26 17 19 22 32 10 11 15 26 21 18 17 33 21 +000036 26 20 25 17 21 14 32 12 16 20 13 24 31 21 +000037 25 19 14 10 21 25 25 25 14 14 32 0 19 +000038 22 23 18 19 16 28 17 17 16 30 20 +000039 24 19 18 18 17 19 18 15 17 26 23 22 +000040 23 18 12 23 25 13 19 16 29 19 17 16 27 23 +000041 23 18 15 24 16 18 18 16 17 24 23 +000042 25 19 23 17 14 17 14 13 23 6 26 19 19 20 21 26 40 13 25 23 16 20 24 4 17 13 23 32 23 +000043 24 20 14 17 24 21 14 21 29 22 +000044 23 20 18 20 25 20 19 20 27 19 +000045 25 26 29 16 21 28 17 24 20 18 20 32 22 +000046 26 18 20 20 16 17 18 30 18 22 9 21 27 17 15 31 28 15 17 27 18 20 16 30 29 +000047 23 16 23 15 19 22 18 26 0 16 27 +000048 26 19 15 20 16 14 18 15 21 22 +000049 24 30 15 15 24 19 17 21 24 17 +000050 25 20 23 18 16 11 16 23 12 17 15 22 18 21 17 13 18 21 21 +000051 26 17 18 19 23 20 19 19 20 17 15 24 23 +000052 26 23 23 18 13 18 20 15 30 22 +000053 26 13 25 24 23 19 13 21 19 17 32 22 +000054 26 20 19 16 21 22 18 26 23 18 16 27 14 23 18 18 11 20 26 22 +000055 25 23 18 20 23 19 22 20 14 15 17 17 13 16 19 15 20 21 +000056 26 20 15 16 19 22 17 20 21 23 +000057 25 15 20 14 14 15 17 29 25 13 15 28 22 18 21 13 17 14 13 13 18 11 17 13 18 26 20 +000058 23 23 16 29 17 16 19 15 18 22 22 +000059 25 31 23 28 26 27 23 23 28 13 13 30 20 +000060 25 25 21 16 18 15 14 22 18 21 9 19 18 13 15 19 19 21 +000061 26 19 14 16 15 21 28 14 24 22 21 +000062 26 21 13 18 20 17 28 16 19 19 19 15 25 21 +000063 25 21 13 19 18 21 27 22 17 39 22 +000064 24 19 14 23 28 6 15 22 10 17 23 19 15 15 21 31 21 +000065 26 17 13 19 26 3 19 20 24 36 21 +000066 24 19 21 20 20 18 17 24 25 21 15 17 18 19 21 21 18 21 30 18 +000067 26 21 24 31 18 23 10 16 18 26 28 15 22 20 17 18 25 27 19 14 23 18 +000068 25 25 21 20 16 18 19 21 19 19 25 22 +000069 25 19 27 16 13 32 25 16 23 5 27 12 23 24 15 21 22 17 15 17 13 23 20 6 20 25 18 15 23 18 +000070 26 18 10 22 21 18 18 14 14 30 21 +000071 26 15 20 23 20 12 14 22 23 23 20 24 16 15 15 13 23 19 19 18 29 21 +000072 27 14 25 20 17 20 21 22 27 22 +000073 23 16 13 27 11 13 17 23 17 11 13 26 4 16 16 20 15 14 13 27 23 +000074 26 14 15 24 21 19 15 14 21 21 20 +000075 24 26 14 19 33 18 26 21 18 20 20 23 +000076 26 17 17 28 16 21 21 19 12 18 25 23 +000077 26 16 21 35 16 23 31 22 +000078 26 14 17 18 22 20 23 15 16 12 21 21 20 +000079 23 20 15 17 30 29 17 17 18 17 31 13 24 23 20 21 24 22 +000080 26 11 15 35 19 19 18 14 16 34 20 +000081 26 15 19 27 17 15 24 24 22 +000082 24 22 20 17 15 17 16 20 30 17 15 19 26 20 +000083 26 16 17 15 27 5 14 12 10 15 19 14 20 20 22 +000084 23 22 19 17 33 11 12 19 21 27 18 16 35 22 +000085 27 18 17 28 28 0 15 16 15 29 10 15 26 18 18 17 22 20 +000086 25 15 17 21 28 13 12 16 20 24 14 8 18 21 22 21 +000087 25 21 25 20 12 16 19 13 20 14 16 24 7 23 18 9 18 24 21 16 14 16 28 22 +000088 24 21 20 13 25 19 16 15 14 29 22 +000089 26 13 15 28 18 22 28 18 13 25 18 24 +000090 25 23 30 23 16 17 22 22 15 21 17 19 31 18 15 17 16 21 22 +000091 26 13 20 22 14 16 17 19 21 8 17 11 18 28 22 +000092 26 20 17 24 25 21 22 32 17 26 19 17 26 20 20 29 21 +000093 27 21 21 24 14 21 28 8 14 18 25 17 19 14 25 16 16 16 23 15 18 13 21 22 +000094 26 15 23 22 18 25 13 23 18 13 19 18 22 +000095 25 25 17 14 15 19 21 6 21 22 0 14 15 25 23 +000096 23 28 24 18 19 20 30 23 20 25 12 17 27 18 23 29 25 16 17 24 26 26 26 20 +000097 26 21 15 25 23 22 19 18 15 35 23 +000098 24 26 31 18 22 20 17 27 21 17 16 27 21 +000099 26 14 21 23 16 20 15 16 17 15 17 23 22 +000100 23 15 23 19 27 19 22 19 19 32 18 +000101 22 29 20 13 25 20 19 11 32 23 +000102 26 27 17 17 28 11 17 21 17 26 11 22 22 16 19 23 +000103 24 25 19 24 23 20 14 23 28 23 +000104 23 21 20 21 23 28 15 22 21 24 23 +000105 23 24 20 24 11 16 16 28 10 22 17 13 21 24 +000106 26 21 24 20 20 27 13 20 27 19 19 30 21 +000107 26 11 14 21 20 29 5 24 21 20 20 11 22 22 15 16 31 22 +000108 20 25 28 19 22 13 19 27 24 21 15 28 21 22 16 19 26 23 +000109 25 13 15 26 15 11 19 17 30 7 16 16 17 14 16 14 18 20 20 +000110 25 15 15 17 23 17 17 15 16 18 16 25 17 22 25 15 21 20 22 15 20 23 21 +000111 23 25 27 3 21 21 17 15 20 24 4 25 17 17 24 22 +000112 26 10 15 16 21 26 22 17 12 21 19 28 22 +000113 23 16 12 14 28 5 22 19 10 9 18 36 21 +000114 27 24 19 17 16 13 21 20 28 22 14 24 28 10 +000115 27 22 20 15 20 20 7 20 22 18 32 23 +000116 25 21 31 16 17 24 15 32 23 +000117 26 17 22 21 21 23 22 14 17 21 14 20 25 20 +000118 26 20 21 22 11 22 11 14 18 10 21 23 21 +000119 22 24 27 20 23 20 16 16 32 21 +000120 22 24 20 18 25 19 23 11 9 23 29 28 15 27 15 25 25 17 15 15 20 25 21 +000121 25 22 22 20 16 19 22 22 18 18 29 21 +000122 26 11 25 21 19 16 16 18 23 26 14 17 29 6 11 13 21 16 17 19 21 21 +000123 24 19 12 15 20 21 20 19 9 19 18 22 +000124 24 20 18 30 15 19 18 19 15 19 23 23 +000125 26 16 31 16 12 19 18 16 21 34 22 +000126 26 14 17 18 24 20 20 19 11 16 17 17 27 20 +000127 22 24 20 18 22 26 18 14 18 12 14 25 29 22 +000128 25 22 24 19 19 18 20 18 33 21 +000129 25 23 23 20 22 17 17 18 33 21 +000130 26 14 25 17 16 16 20 14 24 12 14 13 13 17 26 22 +000131 25 19 22 20 14 17 16 16 16 16 17 8 24 16 22 21 +000132 25 18 19 20 25 15 16 15 21 17 16 23 25 21 +000133 22 22 16 38 7 19 23 15 18 28 20 +000134 23 29 20 21 16 26 11 13 18 21 19 16 18 24 22 +000135 25 23 22 20 19 16 17 23 28 15 17 29 18 17 21 13 20 24 21 +000136 23 25 21 17 19 31 4 15 16 14 22 29 22 19 14 15 7 22 19 6 25 16 23 25 20 +000137 26 22 21 26 12 19 11 22 20 5 14 18 12 15 15 18 29 20 +000138 26 20 27 20 27 30 14 22 24 22 20 31 23 +000139 26 17 19 26 14 18 23 12 23 23 +000140 26 16 13 18 25 18 28 18 11 11 23 18 15 11 18 15 14 28 20 +000141 26 9 17 16 16 24 4 14 14 20 23 23 +000142 23 20 18 21 24 23 21 22 18 18 14 25 21 7 17 22 30 19 +000143 26 17 21 21 17 17 27 19 22 17 23 23 +000144 23 21 16 25 18 17 29 5 14 14 16 22 21 17 13 21 22 +000145 25 24 26 15 14 15 17 20 17 14 18 29 25 12 20 13 19 27 16 19 21 25 21 +000146 25 20 18 16 19 23 14 17 14 20 19 25 12 17 14 34 20 24 27 10 +000147 20 21 16 25 17 18 16 21 18 13 20 25 18 +000148 26 24 24 17 16 15 24 16 15 28 23 16 15 14 18 19 18 18 24 19 +000149 26 16 20 18 13 21 25 22 12 19 22 11 20 19 22 15 31 22 +000150 25 14 14 14 33 12 15 14 22 16 15 14 13 16 11 18 20 23 +000151 23 21 14 20 27 19 19 28 16 21 14 20 22 19 19 32 17 +000152 23 19 13 18 15 14 28 19 16 26 9 16 18 15 5 14 27 25 +000153 25 24 22 24 5 23 21 26 0 23 +000154 24 20 22 17 17 23 18 16 21 20 23 +000155 25 24 22 19 32 6 20 20 15 18 15 23 19 +000156 23 13 24 21 18 9 14 8 17 17 28 25 15 22 24 22 +000157 24 25 16 21 24 22 10 18 24 18 13 18 24 20 +000158 24 19 19 13 18 24 12 12 13 11 18 18 22 +000159 24 24 22 12 17 20 17 16 13 11 16 21 15 14 15 17 24 22 +000160 32 12 15 19 29 9 16 21 16 17 16 10 22 21 15 15 13 18 16 18 11 13 17 18 25 19 +000161 25 17 20 21 4 19 14 19 22 21 14 15 28 20 +000162 26 18 10 23 24 8 14 17 15 25 17 19 24 20 18 +000163 25 17 17 19 19 19 17 23 21 7 17 21 18 24 22 +000164 25 16 10 20 10 20 20 23 18 21 17 20 20 20 15 18 20 25 19 +000165 26 18 23 20 19 22 22 14 22 26 19 19 21 31 20 +000166 26 11 15 21 19 17 22 20 17 19 21 24 22 +000167 23 20 27 18 16 19 19 24 20 17 24 18 +000168 25 14 23 24 12 31 13 13 22 22 10 33 22 +000169 23 22 13 22 27 18 17 21 21 21 +000170 25 21 20 19 16 20 16 23 24 28 24 +000171 25 20 18 19 18 23 24 21 29 23 +000172 23 15 15 20 20 17 17 23 20 11 17 24 23 25 23 12 12 16 16 27 19 +000173 26 18 27 22 25 18 17 17 20 19 18 31 23 +000174 26 19 22 17 17 19 14 15 16 17 26 22 +000175 26 15 18 15 10 23 14 16 33 23 +000176 26 10 15 17 29 9 14 11 20 19 21 16 12 28 23 +000177 25 22 22 30 27 18 23 24 26 21 +000178 26 21 20 18 16 12 17 14 22 19 35 22 +000179 26 20 24 21 14 14 13 18 22 21 21 +000180 24 15 17 27 14 18 16 21 23 5 11 15 14 18 20 16 21 8 24 17 5 17 16 19 26 21 +000181 23 25 21 13 16 17 21 23 21 21 30 20 +000182 23 21 15 17 15 13 25 20 24 21 26 13 19 22 18 15 15 24 24 +000183 24 18 18 20 22 26 20 21 36 23 +000184 23 29 19 19 37 21 16 25 22 17 21 27 21 15 22 30 20 +000185 26 15 18 25 22 20 18 24 18 20 16 19 29 22 +000186 25 20 15 17 25 6 13 17 14 22 15 21 29 22 +000187 23 23 28 6 28 31 26 28 25 16 8 27 19 14 27 15 10 24 4 15 21 31 20 +000188 25 17 23 28 6 10 16 13 19 21 22 9 14 21 17 28 20 +000189 25 17 28 21 19 19 13 16 25 20 15 17 19 16 20 23 11 30 26 9 25 17 18 20 23 +000190 23 19 16 24 20 11 22 20 19 17 16 24 12 18 18 15 14 11 21 22 20 +000191 23 18 16 16 17 15 20 16 15 21 20 14 22 16 16 13 23 18 7 11 17 19 23 22 +000192 25 15 20 19 24 20 19 13 23 21 18 23 9 18 21 20 25 21 +000193 24 24 20 19 15 15 15 14 24 20 +000194 23 24 20 23 16 16 14 23 9 21 19 17 11 31 20 +000195 24 21 15 13 10 22 18 21 17 21 15 21 21 20 +000196 26 17 28 18 17 21 17 18 25 22 +000197 24 20 24 18 16 15 16 14 26 22 +000198 26 16 13 26 26 13 20 24 19 16 12 20 22 21 +000199 23 25 20 14 18 17 16 15 23 12 15 15 16 26 21 +000200 24 21 20 20 20 23 10 19 19 21 21 15 14 24 20 +000201 24 22 20 30 23 20 34 20 19 19 26 18 +000202 26 20 22 31 18 18 12 22 18 20 22 +000203 25 18 19 23 15 13 18 23 24 17 16 19 25 19 +000204 26 20 31 16 17 17 23 12 18 17 7 18 21 29 22 +000205 23 28 15 22 18 21 16 16 26 28 20 +000206 25 21 20 25 19 11 13 17 12 25 25 23 +000207 24 23 20 19 16 17 12 11 23 26 26 15 21 14 16 14 18 19 16 13 21 10 29 5 13 22 25 18 +000208 25 28 15 21 16 32 15 18 23 18 18 27 21 +000209 23 14 16 24 17 17 27 17 20 18 24 24 21 18 23 23 +000210 26 15 18 17 13 28 12 21 16 19 24 17 20 31 22 +000211 25 22 15 13 14 15 15 15 19 18 24 4 17 11 15 21 33 22 +000212 22 18 26 14 25 21 29 18 21 28 19 21 +000213 23 12 17 13 10 26 17 19 15 19 18 24 20 +000214 24 19 20 22 22 17 21 20 15 22 23 21 +000215 24 24 25 17 16 19 21 22 17 17 31 22 +000216 24 19 27 19 20 23 16 20 29 9 16 19 17 28 22 +000217 26 24 18 33 7 21 13 16 19 23 10 11 16 19 26 27 18 17 19 22 19 21 16 29 21 +000218 27 20 29 17 21 25 5 25 24 14 21 32 23 +000219 26 18 19 25 0 11 10 12 19 19 22 23 +000220 23 17 21 25 12 23 14 11 22 21 20 20 11 11 20 26 14 21 17 23 26 21 +000221 27 14 17 13 29 22 20 23 17 20 14 19 16 16 12 18 25 22 16 35 21 +000222 26 14 10 18 16 25 19 19 16 21 18 16 13 19 23 23 +000223 22 25 13 20 18 27 16 23 16 23 17 27 23 +000224 25 24 18 24 17 24 23 21 18 +000225 25 22 20 19 21 17 13 22 21 12 12 17 17 21 22 +000226 26 13 21 23 16 16 8 21 24 3 15 15 22 23 21 +000227 26 11 12 17 19 17 21 4 14 21 19 21 21 16 16 18 24 22 +000228 24 18 20 28 26 14 17 14 25 20 26 +000229 26 11 31 22 11 17 17 21 21 19 18 16 31 21 +000230 26 16 20 14 14 13 19 29 21 24 9 20 19 21 24 +000231 25 22 15 20 19 22 20 16 24 20 17 16 25 23 +000232 25 21 18 24 23 22 11 19 23 18 13 17 23 15 14 29 19 +000233 21 28 23 13 20 16 29 17 21 24 22 18 18 15 17 12 20 15 22 +000234 25 16 20 20 24 16 17 11 24 20 20 16 26 12 +000235 25 23 12 15 21 24 12 14 15 21 16 19 20 21 +000236 24 19 17 26 14 13 21 18 14 20 20 22 +000237 27 16 16 30 8 16 21 14 26 10 13 17 24 22 18 +000238 25 23 24 24 17 15 19 11 20 25 23 +000239 29 21 23 14 12 15 20 19 17 15 15 30 22 +000240 26 10 18 19 27 20 24 18 16 21 29 22 +000241 26 21 29 18 11 13 20 25 12 11 18 16 18 16 19 23 28 23 7 22 6 10 13 20 16 17 17 25 20 +000242 25 12 19 25 6 11 21 16 16 16 22 14 15 28 21 +000243 26 18 23 21 17 23 17 18 10 16 15 10 18 15 20 18 13 19 30 21 +000244 25 22 18 19 21 17 19 11 16 25 22 +000245 25 22 14 16 17 29 13 20 17 16 18 20 25 22 +000246 26 14 17 22 18 15 15 14 17 26 18 16 15 20 17 18 17 20 19 6 16 19 16 24 23 +000247 25 19 24 17 16 30 0 15 13 14 32 20 +000248 25 25 14 16 10 22 13 18 19 5 13 13 20 22 23 +000249 26 12 19 17 14 16 25 6 16 16 19 17 24 15 20 17 19 16 15 29 22 +000250 26 12 19 27 13 16 19 26 24 18 16 16 19 22 +000251 26 9 20 25 15 19 17 15 13 20 13 17 15 16 15 22 20 15 17 19 18 20 +000252 26 13 17 30 22 20 12 19 20 26 22 +000253 23 18 19 21 18 14 19 24 21 18 30 22 +000254 25 20 16 25 29 13 16 13 22 17 24 25 18 19 32 12 +000255 24 17 20 21 28 6 16 17 21 26 28 +000256 26 17 34 6 10 18 19 21 17 32 22 +000257 23 18 15 24 18 17 15 23 22 19 14 15 26 20 18 14 14 23 6 8 18 18 29 21 +000258 25 14 12 21 28 4 20 23 30 25 20 24 13 16 19 28 5 21 17 16 25 21 +000259 26 16 19 27 11 12 15 13 20 20 18 26 22 +000260 26 17 16 11 13 26 21 20 15 17 13 13 18 23 22 +000261 23 19 19 19 30 8 12 23 18 19 19 12 21 27 20 +000262 25 25 19 11 10 19 18 24 18 15 20 24 21 +000263 22 19 21 15 10 16 23 19 30 18 28 16 19 16 17 22 26 15 14 17 17 15 27 21 +000264 25 17 29 22 13 15 17 20 18 20 6 18 19 18 19 14 25 17 19 23 20 +000265 26 14 16 18 24 14 17 19 23 13 14 13 10 18 35 15 +000266 24 15 26 17 24 17 11 22 20 16 20 33 23 +000267 26 19 17 16 17 22 21 16 27 15 19 19 20 16 15 19 18 15 17 28 20 +000268 25 18 27 11 20 16 16 30 4 16 23 4 16 17 30 22 +000269 25 25 25 13 13 21 20 12 21 20 22 23 8 14 20 19 17 18 18 +000270 26 20 25 20 22 24 14 13 19 19 10 16 22 28 18 +000271 25 23 23 31 4 21 22 30 10 22 21 25 21 +000272 23 23 19 25 23 13 14 17 22 15 17 15 24 30 21 23 30 6 18 19 23 19 23 27 22 +000273 25 20 26 20 12 18 10 20 20 21 17 23 13 9 24 27 21 22 12 20 29 9 10 21 9 20 28 20 +000274 26 21 12 27 16 19 24 21 26 19 18 20 25 21 +000275 23 24 17 20 14 16 25 24 23 +000276 25 26 21 25 18 19 21 17 17 22 20 15 18 28 22 +000277 22 17 20 31 19 15 17 22 21 12 15 25 26 16 23 22 +000278 25 18 20 15 31 19 17 15 29 22 +000279 26 14 19 19 15 17 23 15 19 15 20 17 19 28 22 +000280 23 22 16 22 21 11 22 17 16 20 15 16 7 20 25 22 +000281 24 24 18 21 18 12 13 17 13 25 16 30 20 +000282 22 25 20 20 29 6 17 14 21 33 22 +000283 25 12 16 17 23 25 17 15 18 23 21 20 17 21 18 16 14 14 15 12 21 28 21 +000284 26 23 17 19 23 12 15 13 29 14 18 14 22 25 23 +000285 27 20 20 22 25 7 15 16 19 34 23 +000286 27 16 15 16 23 24 20 12 16 30 23 +000287 25 20 17 23 14 21 19 20 18 23 22 19 +000288 22 23 21 20 28 16 25 32 22 +000289 26 19 23 16 17 22 8 20 14 14 28 23 16 15 11 20 22 17 20 19 30 23 +000290 27 17 22 26 22 16 20 16 14 11 18 30 5 18 12 21 15 14 15 31 22 +000291 24 25 25 19 19 15 17 24 18 14 19 18 11 15 23 16 18 16 27 21 +000292 24 24 23 15 26 15 19 18 30 22 +000293 25 15 17 28 17 20 26 18 14 18 13 16 19 21 25 16 14 18 19 30 20 16 17 21 21 +000294 24 24 13 18 22 18 19 21 22 17 16 24 15 15 23 20 +000295 22 24 29 17 21 23 23 7 20 17 21 23 24 20 22 17 13 17 14 9 22 24 22 +000296 25 17 20 19 17 27 6 22 21 20 20 20 22 +000297 23 14 23 19 20 16 24 19 24 +000298 26 20 23 17 9 14 28 23 24 +000299 26 15 24 20 22 17 15 16 23 23 +000300 23 18 19 13 15 23 20 14 12 19 18 20 21 +000301 25 14 17 23 11 14 11 16 16 23 14 13 16 31 19 20 23 12 13 17 19 15 19 +000302 25 17 19 26 14 13 18 23 20 22 +000303 26 26 23 16 17 14 12 14 19 25 22 +000304 25 20 13 21 19 24 21 18 21 16 20 20 26 19 +000305 26 25 22 14 17 19 22 15 12 17 24 21 +000306 25 21 27 11 18 20 25 12 19 20 32 11 19 17 26 13 22 16 26 16 17 12 18 28 20 +000307 23 24 18 24 19 19 16 15 21 24 23 25 20 +000308 24 26 20 19 25 24 19 25 25 20 +000309 24 16 19 26 3 13 17 16 9 13 16 24 24 37 16 17 15 18 18 14 18 18 6 14 14 18 24 19 +000310 25 15 30 14 24 16 24 13 32 21 +000311 25 16 14 23 24 4 16 25 18 17 27 18 +000312 26 11 14 22 28 19 19 17 21 18 23 21 +000313 25 12 18 15 21 17 11 18 14 22 19 18 17 24 20 +000314 25 19 20 18 17 15 18 25 16 20 15 32 22 +000315 26 19 22 13 22 23 22 19 21 11 20 24 18 22 +000316 23 26 14 23 30 17 19 14 15 26 23 20 +000317 26 31 16 22 18 19 17 13 20 19 21 +000318 24 19 12 22 17 16 15 18 16 17 14 17 20 30 20 +000319 22 17 19 22 22 20 17 15 32 16 33 20 +000320 25 10 12 18 12 14 16 23 24 28 17 24 27 19 +000321 24 19 21 16 14 16 18 21 20 17 16 7 19 21 31 19 +000322 23 28 33 16 17 35 8 25 27 26 15 29 23 +000323 24 22 24 17 12 21 26 19 16 17 17 22 30 20 +000324 24 22 19 19 19 14 18 9 15 22 21 +000325 24 16 15 29 3 17 11 17 16 11 23 20 18 11 14 32 22 +000326 25 24 17 19 31 17 15 20 25 21 17 +000327 25 28 25 15 18 11 14 22 5 19 17 17 22 25 3 16 21 27 21 +000328 23 18 16 19 16 27 6 19 18 18 22 26 20 +000329 24 22 24 10 20 19 22 18 14 19 35 21 +000330 25 18 26 24 15 28 16 11 16 16 18 28 23 +000331 23 27 20 13 19 15 19 21 19 13 16 23 33 16 16 21 20 5 19 17 17 13 22 26 18 +000332 26 16 13 17 21 28 15 16 16 27 22 +000333 26 16 13 21 21 16 16 16 21 26 21 +000334 25 22 15 20 14 31 19 24 25 5 18 18 16 14 24 21 +000335 24 30 27 24 21 18 20 12 8 29 13 19 30 21 +000336 25 20 16 25 20 19 16 13 16 21 16 12 14 17 18 22 21 +000337 25 16 24 15 21 18 17 18 20 33 20 +000338 24 27 21 19 27 5 22 20 20 31 22 +000339 23 18 16 14 19 17 26 18 15 11 15 17 22 34 22 +000340 22 16 18 28 20 20 17 25 13 9 19 14 13 8 18 27 18 17 14 14 16 29 17 8 14 18 16 18 23 20 +000341 25 19 19 22 19 16 13 21 20 14 22 29 22 +000342 25 20 22 17 19 17 13 15 18 15 15 29 21 +000343 25 18 20 23 26 10 15 17 21 30 22 21 24 24 19 +000344 26 15 17 18 17 17 17 13 26 23 16 16 12 17 26 8 17 22 16 16 20 27 20 +000345 23 19 18 19 18 18 26 25 20 17 15 20 28 22 +000346 24 23 20 24 20 12 30 27 18 23 23 23 21 14 19 26 29 14 17 22 25 17 18 18 18 28 20 +000347 24 17 16 16 21 20 15 24 18 16 21 28 17 +000348 25 22 18 20 26 19 17 23 32 18 +000349 23 21 23 21 23 23 16 16 26 14 14 18 11 17 23 0 23 37 +000350 24 18 26 17 19 18 23 5 19 21 18 25 20 +000351 24 23 18 13 20 27 19 9 24 20 13 23 12 15 17 18 20 22 +000352 25 16 29 20 16 17 23 28 3 16 16 16 16 32 21 +000353 26 15 15 17 10 19 20 21 19 11 20 16 29 18 +000354 23 22 18 21 22 21 15 23 23 20 15 16 19 18 14 23 16 19 12 13 30 22 +000355 61 26 18 7 17 15 12 8 22 14 12 18 21 19 21 +000356 25 26 28 20 14 15 15 29 23 17 21 19 15 16 16 25 17 15 19 18 16 21 3 16 15 13 30 22 +000357 23 18 21 18 15 14 19 17 23 6 16 23 29 22 +000358 25 23 17 19 19 16 23 22 12 18 9 22 21 +000359 25 23 26 12 16 18 20 20 13 31 22 +000360 25 28 29 17 22 14 16 27 6 27 20 28 19 +000361 22 27 21 18 18 24 8 14 16 29 19 18 20 32 17 +000362 25 13 15 23 19 13 19 20 17 24 18 18 29 20 +000363 23 20 15 20 27 21 24 25 24 9 13 32 7 13 25 15 18 19 16 18 26 21 +000364 25 22 19 23 32 22 18 19 25 21 +000365 25 22 25 19 16 20 15 18 17 6 18 30 19 +000366 25 23 24 27 18 20 28 18 21 19 11 22 22 26 19 34 20 +000367 24 23 17 10 21 24 17 15 20 28 15 16 21 24 17 17 27 18 +000368 26 15 25 24 20 11 20 16 24 15 24 16 22 30 19 +000369 28 23 19 20 20 15 17 23 26 12 22 20 17 18 18 26 21 +000370 24 21 22 17 14 13 13 17 18 20 7 16 22 19 17 13 22 16 12 30 22 +000371 26 13 20 25 13 10 16 21 17 12 22 19 25 19 +000372 24 20 23 17 21 16 22 22 25 16 15 30 21 +000373 23 24 25 17 15 14 16 16 11 19 16 21 29 20 +000374 22 18 14 15 24 13 17 18 19 0 5 19 13 22 28 22 +000375 25 15 14 24 18 17 12 14 19 24 20 +000376 24 22 21 23 22 18 18 16 19 20 27 21 +000377 26 12 22 11 17 17 16 17 21 21 22 21 +000378 22 20 31 19 20 15 18 17 11 17 15 20 19 28 32 15 21 17 19 13 12 13 16 10 17 27 21 +000379 23 16 16 22 23 15 23 22 24 22 27 21 +000380 25 12 25 9 17 16 18 26 22 22 14 26 24 24 19 17 11 14 14 21 25 21 +000381 24 21 20 18 28 19 26 18 20 17 24 18 19 16 15 11 21 27 20 +000382 31 15 19 29 21 23 17 16 19 17 26 21 +000383 25 20 19 23 25 20 12 18 18 15 18 14 13 29 18 +000384 25 17 14 8 18 24 4 18 16 16 25 8 15 15 17 27 22 +000385 26 28 20 22 17 18 18 13 18 14 16 27 21 +000386 23 19 18 19 22 24 19 25 17 24 18 19 13 22 32 21 +000387 24 19 17 23 21 15 19 18 18 15 14 15 31 21 +000388 23 20 23 20 17 16 15 12 31 22 21 21 23 20 19 16 25 17 20 23 16 24 17 +000389 26 14 14 18 23 20 13 19 30 17 22 23 22 17 14 25 22 +000390 25 25 24 12 21 33 6 15 16 18 16 21 28 17 11 19 23 15 22 20 19 20 +000391 23 19 19 19 18 7 20 25 8 18 13 16 17 19 17 20 23 23 +000392 25 16 17 22 24 9 16 18 20 24 4 24 19 22 26 21 +000393 23 19 21 15 19 13 29 10 9 13 10 16 19 31 17 +000394 23 17 27 13 17 16 32 21 +000395 23 26 26 19 15 17 19 18 19 23 22 +000396 25 15 24 33 11 15 13 21 23 22 19 30 21 +000397 23 22 26 24 28 27 31 18 17 21 19 19 21 30 22 24 14 27 27 19 15 21 24 18 +000398 24 17 18 26 10 18 20 26 18 21 +000399 25 28 20 18 21 23 13 15 32 18 23 12 19 21 33 15 24 15 21 25 21 +000400 24 20 13 23 28 16 15 23 19 23 19 +000401 25 21 20 23 28 9 16 17 20 34 21 +000402 25 19 20 25 26 32 18 16 20 34 21 +000403 27 16 24 22 19 23 23 19 23 32 19 +000404 24 23 18 24 18 16 20 22 15 16 22 15 19 17 27 7 22 19 16 18 34 21 +000405 22 29 25 25 17 20 18 18 20 14 20 29 21 +000406 25 17 14 12 20 19 23 15 19 14 15 19 23 21 +000407 23 22 10 22 24 15 17 29 3 20 24 23 20 25 28 48 13 12 16 7 15 27 19 27 19 18 21 21 +000408 25 15 23 18 19 11 21 30 28 13 24 14 10 14 19 15 21 19 26 22 +000409 22 21 24 17 16 33 6 18 20 16 19 13 18 30 21 +000410 26 22 17 28 4 15 14 15 19 21 12 12 14 7 19 10 18 22 9 17 16 18 21 19 12 8 15 28 21 +000411 23 20 25 22 22 19 26 12 16 26 17 22 24 34 20 +000412 23 17 16 30 17 17 28 17 17 12 14 20 25 21 +000413 25 18 18 13 23 5 23 28 5 20 21 17 21 14 17 20 16 26 21 +000414 25 17 21 26 14 13 17 21 21 21 +000415 23 23 20 17 22 20 25 25 20 21 14 20 28 15 15 29 21 +000416 25 21 18 23 21 21 12 16 19 26 26 9 16 20 28 17 13 17 24 20 +000417 25 16 20 36 5 24 17 18 19 15 17 18 28 18 +000418 23 18 21 10 17 18 17 23 14 14 19 25 21 +000419 25 16 14 24 19 18 19 27 13 19 14 16 14 21 15 13 21 25 5 19 20 15 24 22 +000420 23 22 29 16 13 12 15 16 27 20 +000421 25 21 31 7 20 14 20 24 21 21 21 21 16 18 24 21 +000422 23 21 18 13 24 17 14 16 14 22 23 5 24 15 16 20 29 18 +000423 25 16 18 17 30 13 13 15 20 27 22 +000424 25 20 28 19 21 16 18 13 19 13 31 19 +000425 25 23 25 25 24 28 22 18 17 28 18 18 14 18 20 26 33 22 23 23 17 16 18 24 21 +000426 25 11 22 22 19 13 16 14 10 16 14 23 18 22 +000427 22 22 20 22 23 17 13 25 27 15 24 28 9 12 18 14 16 24 4 14 23 20 18 15 11 24 20 +000428 23 22 14 14 14 16 21 12 15 25 7 22 22 14 17 19 18 17 8 18 27 19 +000429 23 19 28 19 9 16 18 25 26 9 19 20 20 21 13 21 22 22 +000430 24 20 19 21 27 6 15 15 17 13 22 27 4 21 11 15 22 29 22 +000431 25 13 14 26 22 14 11 24 27 13 17 25 19 15 26 23 +000432 25 19 18 15 18 25 6 19 16 21 17 16 16 21 +000433 25 19 24 24 19 14 12 17 14 16 19 27 22 +000434 26 24 17 19 26 14 13 23 23 4 20 8 21 8 17 19 18 19 24 39 18 25 14 11 13 20 23 19 20 +000435 25 21 27 17 14 20 31 22 +000436 25 17 17 31 21 11 13 16 21 20 18 13 16 27 30 20 21 21 23 16 17 15 30 21 +000437 22 26 18 12 16 18 21 17 17 16 17 28 22 +000438 25 22 17 19 15 30 21 10 16 22 25 21 +000439 23 28 16 22 16 24 12 27 20 +000440 26 23 22 16 14 21 21 10 18 22 22 20 +000441 23 19 30 6 15 15 15 28 16 14 10 15 15 18 19 20 18 14 16 24 22 +000442 25 20 11 17 18 14 12 25 20 17 15 15 22 10 12 19 23 20 12 21 22 20 +000443 23 24 14 32 12 12 23 24 8 16 20 11 27 23 +000444 25 22 20 27 26 26 20 17 24 20 +000445 23 24 15 21 26 18 14 17 16 15 8 13 12 19 25 20 +000446 26 19 12 16 13 8 19 27 18 20 10 16 13 30 5 17 22 15 19 12 13 24 19 18 23 20 15 18 27 21 +000447 26 17 22 13 18 16 19 18 16 29 9 13 18 13 15 13 21 25 8 12 18 18 22 20 +000448 28 17 18 20 36 25 17 20 23 14 25 24 20 15 17 27 21 +000449 23 23 26 9 15 17 16 17 15 21 22 21 +000450 24 18 19 25 28 17 14 20 28 21 +000451 25 20 18 18 16 6 19 29 22 14 19 24 17 14 21 19 7 15 15 15 27 21 +000452 24 16 15 20 24 17 16 25 16 19 12 14 7 15 18 20 22 +000453 23 24 23 26 18 19 21 25 20 23 21 25 23 13 19 35 22 +000454 23 20 21 21 13 18 20 26 22 22 29 20 +000455 24 22 14 17 25 17 20 24 12 16 25 18 9 19 23 20 20 +000456 25 14 19 22 17 15 20 26 25 11 21 21 19 16 26 31 20 +000457 23 22 22 15 16 20 24 17 13 7 18 20 15 13 32 21 +000458 23 21 20 18 15 14 24 20 18 24 17 21 11 9 19 18 15 23 18 21 15 22 17 17 22 17 12 36 22 +000459 24 21 16 15 21 18 15 18 6 16 27 31 26 18 13 16 14 20 18 6 21 22 20 +000460 24 22 15 16 15 13 24 23 28 20 23 17 17 20 17 6 23 14 23 13 27 20 +000461 22 22 16 27 7 16 18 16 20 24 21 +000462 24 19 20 21 24 20 22 26 10 22 19 15 20 34 21 +000463 26 12 19 18 21 26 6 14 14 19 25 19 20 +000464 23 18 19 23 20 18 20 23 19 +000465 25 15 25 20 9 15 14 22 18 12 22 20 +000466 29 16 16 19 27 17 33 5 20 15 29 23 19 16 13 18 30 12 18 18 26 20 +000467 25 22 18 28 19 15 11 15 24 23 15 28 19 10 16 24 16 12 17 17 18 16 27 18 +000468 23 17 22 20 8 27 15 14 25 14 21 +000469 22 20 14 32 18 18 22 21 20 15 17 23 25 13 19 25 15 19 17 19 35 17 +000470 25 17 17 18 24 12 17 31 15 19 12 16 19 15 12 21 30 21 +000471 25 23 24 19 18 23 15 18 17 16 20 17 21 31 20 +000472 23 20 23 25 13 24 4 17 17 21 20 18 28 21 +000473 25 14 23 19 20 19 17 18 20 16 14 22 12 10 20 15 28 19 +000474 25 23 18 19 31 6 24 20 18 32 20 +000475 25 25 19 15 29 22 12 15 20 26 23 22 +000476 25 17 17 11 23 16 28 22 21 28 21 22 22 16 19 29 20 +000477 26 15 13 20 18 9 25 20 8 19 15 18 30 22 +000478 25 18 16 22 30 14 13 17 17 26 22 +000479 25 16 14 23 28 20 11 21 22 19 17 15 27 28 21 +000480 25 16 12 15 19 27 16 17 10 16 19 21 22 +000481 23 17 20 21 10 10 26 34 22 +000482 24 20 20 27 21 17 23 17 16 14 15 14 34 18 +000483 25 23 27 19 21 26 8 21 21 20 16 14 19 27 34 19 19 28 23 10 21 18 25 28 12 18 22 26 22 +000484 24 23 18 32 17 20 23 20 10 15 23 19 21 23 +000485 25 14 19 19 23 15 12 13 24 22 17 14 14 12 33 13 19 17 18 21 3 23 20 16 12 22 14 20 21 +000486 25 17 23 19 17 24 41 25 26 11 15 15 13 20 15 21 18 19 12 21 22 +000487 22 24 29 4 15 20 20 24 17 21 16 32 21 +000488 23 22 17 19 13 13 17 23 23 16 12 22 21 17 19 14 22 17 20 20 +000489 24 18 11 17 28 15 12 22 35 21 +000490 23 28 17 17 19 17 17 22 19 15 16 24 18 13 24 29 21 +000491 24 25 13 18 17 20 16 10 20 24 0 11 20 21 24 17 22 30 20 +000492 23 23 22 15 14 18 26 20 16 19 18 18 23 18 +000493 25 18 18 9 21 26 3 23 18 18 18 18 24 24 30 16 15 15 22 20 27 21 19 22 27 21 +000494 22 22 15 23 23 18 17 28 21 +000495 23 22 25 18 19 18 19 19 25 17 17 14 19 24 24 14 13 14 19 19 25 18 +000496 23 26 23 20 16 15 19 16 23 20 15 31 20 13 16 22 15 27 15 21 19 16 14 33 16 +000497 25 17 17 16 12 17 18 17 19 18 26 21 +000498 25 19 14 30 5 15 20 18 20 22 22 +000499 25 16 20 19 30 27 18 13 15 16 27 24 17 13 16 15 17 14 17 8 21 22 20 +000500 25 22 13 26 27 12 18 28 20 16 20 32 18 +000501 26 24 18 23 24 20 24 29 21 +000502 23 24 31 9 19 18 16 16 24 25 19 21 12 24 18 16 18 24 12 18 27 22 +000503 25 20 17 27 24 20 9 10 21 13 28 20 +000504 25 33 24 20 18 19 20 26 18 +000505 23 30 18 19 14 17 21 0 26 21 +000506 25 18 26 19 15 26 24 24 20 15 18 25 23 +000507 24 20 17 24 16 16 18 18 19 24 23 19 14 22 18 17 22 30 18 +000508 23 22 18 20 18 16 18 16 14 18 28 9 20 10 17 26 22 +000509 22 21 14 27 20 11 21 22 16 17 29 7 15 19 12 24 22 23 23 20 19 15 13 19 31 19 +000510 23 17 27 0 14 11 19 31 14 21 19 26 15 19 21 21 14 22 0 25 15 23 +000511 23 23 24 17 17 15 17 19 19 12 33 22 +000512 24 21 20 32 5 16 19 16 18 20 22 12 12 18 27 22 +000513 24 21 16 16 25 17 17 14 17 13 19 23 16 29 22 19 16 18 17 19 19 20 +000514 23 18 23 26 23 17 15 12 14 14 30 34 21 23 19 16 25 24 10 20 18 16 16 19 29 20 +000515 24 22 14 28 22 15 18 25 18 23 +000516 24 23 20 17 16 26 4 21 16 18 18 15 16 19 23 32 21 22 18 18 21 19 26 22 +000517 26 19 25 18 15 22 17 20 24 18 16 19 25 22 +000518 25 19 17 27 20 13 14 23 0 24 +000519 25 18 15 13 22 27 28 24 26 17 18 23 26 22 +000520 23 20 15 25 25 24 15 15 20 24 32 15 26 16 17 19 19 18 28 19 17 22 20 22 +000521 25 22 21 27 5 14 14 14 20 8 16 18 27 21 +000522 24 34 17 17 19 16 10 19 27 17 13 19 21 29 34 16 15 19 33 6 23 19 20 30 15 +000523 24 23 24 22 23 21 12 19 23 23 18 19 15 26 21 +000524 26 19 33 14 22 27 18 18 13 17 17 18 27 20 +000525 25 9 21 21 26 3 19 9 19 22 25 14 18 24 22 30 16 24 19 24 20 20 +000526 25 26 28 14 21 31 5 24 26 21 6 20 25 23 +000527 26 18 21 11 18 18 26 20 +000528 25 14 20 27 14 19 15 27 19 18 17 30 22 +000529 24 18 24 27 11 20 25 8 19 20 20 24 19 14 23 16 13 25 13 17 22 15 19 19 19 18 23 16 +000530 23 19 19 30 21 15 19 19 6 14 17 15 18 23 22 16 24 20 20 17 25 21 +000531 23 21 21 20 24 11 12 19 21 20 20 21 13 17 20 23 26 16 23 18 14 23 23 31 8 18 25 25 29 21 +000532 23 20 15 15 21 16 14 24 14 26 21 +000533 26 30 13 14 31 15 19 21 27 38 12 27 22 21 17 17 10 28 17 26 19 +000534 25 16 21 13 23 17 20 22 21 18 17 22 30 19 +000535 25 20 14 19 26 19 15 15 17 24 28 22 +000536 22 25 23 27 16 19 15 18 9 20 35 21 +000537 24 25 21 16 21 25 15 19 30 12 13 19 21 32 19 +000538 25 34 22 15 24 22 20 16 24 10 14 33 22 +000539 23 18 27 14 13 18 15 16 21 21 23 17 24 28 19 +000540 26 13 20 18 6 17 18 13 16 26 22 +000541 24 25 23 19 21 18 20 27 23 +000542 25 22 19 23 23 21 21 0 32 26 25 19 22 26 22 16 33 20 +000543 25 25 29 20 12 22 26 6 27 15 19 23 14 23 19 20 26 21 +000544 22 24 19 26 25 26 25 17 16 20 16 19 30 18 +000545 25 19 19 15 14 20 29 21 11 16 23 28 20 16 18 9 19 21 15 23 27 20 +000546 25 19 14 16 20 14 17 30 8 12 21 14 13 22 18 17 16 16 24 19 +000547 25 21 17 16 20 27 15 14 14 19 19 18 22 21 +000548 24 23 26 19 12 22 20 17 20 26 19 18 20 17 20 22 18 15 18 20 13 22 25 20 +000549 25 21 21 15 14 19 27 11 20 20 15 17 26 20 +000550 24 25 22 23 17 14 15 19 17 19 30 20 +000551 22 30 20 21 21 30 12 18 23 26 19 +000552 25 19 23 24 18 6 25 26 8 14 16 20 24 25 28 20 19 28 21 16 21 26 21 +000553 23 19 12 21 24 20 17 15 24 18 18 16 20 22 26 16 18 25 5 16 14 20 27 21 +000554 23 26 29 16 22 23 23 17 27 21 +000555 25 25 20 19 8 20 18 16 27 33 21 23 33 20 30 23 17 7 22 18 29 7 23 21 20 28 22 +000556 25 19 17 25 23 20 0 7 21 28 15 17 15 15 20 22 24 15 21 24 21 +000557 26 23 16 18 22 27 8 23 25 18 21 17 19 14 19 19 21 14 15 18 29 20 +000558 26 21 21 21 26 15 13 24 23 22 20 21 +000559 25 32 20 25 22 30 14 22 29 24 20 21 29 21 +000560 25 12 19 16 26 15 20 19 21 20 27 19 +000561 23 25 29 22 13 18 18 23 22 13 17 32 25 23 21 19 17 22 24 19 +000562 25 25 17 31 8 16 18 28 9 18 20 20 18 17 23 37 21 20 20 21 14 15 17 18 18 13 22 22 21 +000563 25 25 32 7 16 11 18 22 19 11 21 25 15 12 15 21 29 47 23 22 17 13 13 18 20 24 24 22 +000564 25 19 20 19 20 16 21 30 19 21 19 34 18 +000565 25 26 18 18 22 27 6 15 17 18 20 27 19 19 18 20 19 20 23 20 +000566 23 22 18 27 25 16 18 32 21 +000567 23 18 20 26 19 23 18 28 17 19 22 20 20 19 26 21 +000568 25 22 16 18 28 18 24 30 17 12 19 10 11 22 28 23 18 19 26 19 +000569 22 18 20 24 29 4 25 19 13 20 26 25 21 22 18 17 32 7 24 19 22 16 18 35 16 +000570 25 19 14 26 16 20 20 21 24 29 18 16 22 30 20 27 6 19 19 21 30 4 23 15 25 22 +000571 25 17 29 20 15 20 10 15 14 18 27 8 15 23 19 18 20 27 33 14 20 21 18 18 7 21 28 21 +000572 23 22 13 16 16 21 21 21 22 14 18 30 21 14 19 24 23 17 20 14 18 22 11 19 22 14 20 28 20 +000573 24 24 31 22 23 14 16 13 16 27 22 +000574 24 18 20 17 21 17 29 19 +000575 25 17 18 23 22 21 23 16 25 14 16 19 20 10 12 29 22 +000576 23 22 29 14 15 11 13 17 21 21 21 21 +000577 24 24 17 24 29 5 21 11 20 29 17 22 27 17 19 22 20 15 17 12 18 28 21 +000578 25 23 17 16 28 21 18 29 12 21 15 15 17 20 17 15 18 31 20 +000579 25 19 21 14 19 16 21 27 9 11 17 16 17 18 29 18 +000580 25 26 22 23 16 15 21 29 23 12 20 16 22 21 20 28 22 +000581 22 28 20 20 31 30 14 22 30 22 +000582 24 23 26 18 19 12 18 9 33 11 22 8 17 21 28 20 +000583 24 24 28 23 18 18 16 18 15 12 18 14 18 19 19 19 18 21 21 +000584 25 17 22 20 18 15 25 13 18 19 15 8 17 19 14 34 18 +000585 25 17 11 32 19 18 34 17 26 30 18 +000586 23 25 25 24 18 19 12 20 15 9 16 32 22 +000587 25 25 16 20 14 17 24 4 24 15 22 17 13 15 21 27 21 +000588 24 28 27 14 18 18 26 26 17 31 16 16 22 17 30 19 +000589 25 25 18 17 16 20 19 19 16 27 22 12 22 21 18 22 +000590 25 26 26 24 17 19 13 19 23 14 17 20 16 16 19 29 13 +000591 25 24 24 25 20 20 18 33 19 +000592 25 12 17 23 28 7 11 19 17 17 27 14 17 23 22 30 20 +000593 25 18 14 19 19 18 18 18 17 24 22 +000594 26 23 18 28 15 20 12 32 32 20 16 19 26 0 6 17 19 17 17 17 33 20 +000595 23 25 15 25 12 18 23 14 15 18 17 19 9 17 19 31 19 +000596 22 24 14 17 19 22 19 19 15 26 22 19 21 15 14 16 14 20 24 26 22 +000597 24 32 21 17 19 15 17 32 24 12 19 22 24 5 25 17 18 21 18 19 27 18 +000598 22 15 22 25 22 19 21 17 8 24 22 18 13 21 19 21 23 +000599 21 29 28 7 12 23 15 17 30 22 +000600 26 15 22 14 21 28 6 15 20 21 20 24 20 +000601 25 19 26 20 13 22 16 13 29 31 22 10 22 20 19 28 25 15 19 18 12 18 17 9 18 22 19 +000602 23 25 23 15 17 19 33 6 14 15 23 37 16 +000603 25 18 19 21 29 25 22 18 18 19 26 19 +000604 25 23 18 15 24 12 24 19 12 23 15 21 18 7 18 31 21 +000605 26 20 15 18 24 16 17 25 28 22 18 16 20 21 20 19 17 8 16 19 18 15 28 18 +000606 25 15 17 17 22 17 21 20 14 12 24 27 17 +000607 24 23 25 19 16 15 30 29 12 17 21 16 13 34 6 19 21 17 17 25 20 +000608 23 20 14 37 5 15 22 13 19 13 17 16 29 18 +000609 23 29 23 21 21 24 19 17 19 25 9 25 17 22 21 +000610 25 19 24 23 13 21 18 16 16 9 21 19 36 14 +000611 381 19 32 9 21 18 24 18 30 4 17 14 22 17 18 30 21 19 15 17 14 21 35 16 +000612 24 20 26 17 15 29 7 14 20 16 26 20 +000613 26 27 21 19 18 29 23 19 20 16 15 16 24 19 +000614 24 19 24 22 22 24 20 26 17 15 25 27 19 +000615 23 21 21 28 19 16 17 20 27 40 20 19 26 26 27 19 20 21 22 +000616 23 19 23 10 28 23 16 22 17 16 20 31 17 +000617 23 18 22 19 18 27 7 14 16 15 24 28 20 +000618 25 25 19 15 14 15 17 29 24 20 22 16 20 23 21 +000619 25 24 22 25 14 18 27 25 23 23 19 16 17 27 19 28 15 20 10 20 26 20 +000620 24 23 21 29 19 14 22 20 10 18 21 31 15 +000621 22 22 27 21 19 26 14 15 16 7 22 27 4 18 17 19 21 5 19 22 16 26 20 +000622 24 22 17 23 17 16 26 22 25 30 17 19 20 18 18 16 14 22 19 17 17 33 19 +000623 25 23 19 21 23 12 25 27 11 25 24 12 18 29 20 +000624 25 22 17 21 23 10 17 17 20 19 19 27 23 +000625 25 13 16 18 22 23 19 13 25 17 21 16 23 21 +000626 24 26 18 17 19 19 19 29 15 25 31 8 18 18 25 21 5 19 14 18 26 17 +000627 25 16 12 16 19 28 15 15 17 21 23 21 17 9 21 28 19 +000628 23 22 24 19 20 23 26 26 14 17 29 21 15 21 24 24 7 23 20 16 27 21 21 27 16 16 22 20 21 +000629 24 20 29 15 11 16 13 17 25 24 20 16 15 18 16 19 20 25 18 +000630 26 13 28 17 18 18 20 20 22 +000631 23 19 16 9 23 26 8 12 16 13 19 20 22 19 +000632 25 16 16 20 30 9 14 15 19 28 22 +000633 25 16 26 16 15 18 21 14 26 25 24 29 17 14 15 19 24 15 15 22 27 18 +000634 26 25 13 38 14 21 14 18 15 15 10 29 21 +000635 25 18 18 11 19 18 20 29 12 15 15 17 26 0 19 +000636 24 21 30 10 20 23 15 16 19 9 19 7 19 21 20 22 +000637 25 14 16 19 22 22 18 31 19 +000638 25 25 24 18 19 31 15 22 18 20 17 18 16 6 20 15 17 20 21 18 18 26 21 +000639 23 18 16 31 23 18 28 21 11 19 12 22 21 18 16 28 19 +000640 25 19 19 19 25 19 9 16 14 18 25 20 +000641 23 20 24 25 29 19 17 19 30 21 18 17 14 25 5 19 29 19 16 13 27 17 24 16 +000642 24 17 14 16 22 22 19 22 21 14 20 31 21 +000643 25 18 14 15 33 15 17 17 15 18 20 18 20 +000644 23 25 23 20 17 14 19 25 20 +000645 23 33 24 32 20 10 23 16 9 21 12 29 21 19 16 18 21 22 20 18 16 13 18 19 13 30 15 +000646 26 14 15 28 3 13 18 19 15 18 16 24 31 15 20 24 11 20 19 18 17 24 20 15 16 16 10 8 18 18 27 21 +000647 24 24 15 23 18 21 22 22 24 23 17 19 27 17 20 17 8 19 22 13 23 26 21 +000648 26 20 20 20 15 8 21 17 18 28 18 15 21 24 15 16 22 28 15 +000649 23 23 15 19 23 20 19 23 13 17 24 24 22 18 30 18 19 17 26 20 +000650 23 20 20 18 28 18 12 18 11 15 12 18 26 28 19 +000651 25 14 27 25 20 15 17 17 20 0 17 27 21 22 24 13 14 15 17 17 32 18 +000652 23 21 15 17 12 21 24 13 20 15 18 12 16 25 22 16 18 24 20 +000653 25 20 23 14 20 20 6 22 25 17 18 16 31 20 14 24 16 9 20 21 13 18 31 18 +000654 24 25 25 18 23 13 20 31 17 21 16 27 19 +000655 25 20 21 18 34 4 23 20 20 27 21 +000656 23 23 23 21 19 13 17 17 28 17 17 20 33 20 +000657 24 31 21 21 27 20 19 18 27 20 +000658 24 19 23 24 19 18 23 19 24 6 18 15 18 26 21 +000659 27 22 11 20 19 23 23 20 12 15 21 17 10 16 23 23 19 11 26 26 18 +000660 25 18 22 29 10 17 13 14 20 21 20 24 +000661 25 15 29 17 19 16 19 20 14 15 27 25 19 15 21 6 20 12 16 23 16 19 25 20 +000662 23 20 21 20 17 23 15 21 22 17 14 23 24 19 14 12 20 25 99 +000663 23 23 18 15 31 4 17 22 19 27 21 +000664 25 16 19 21 18 19 9 14 10 23 25 10 14 20 18 16 23 21 +000665 25 17 25 24 19 27 22 23 4 22 16 27 16 21 24 18 18 15 13 15 15 14 17 17 18 6 18 30 19 +000666 20 22 18 22 14 18 27 25 18 17 16 17 19 27 27 22 22 17 24 17 28 20 +000667 24 23 27 26 19 14 20 13 28 28 22 20 15 15 17 18 18 18 19 12 21 24 22 +000668 25 21 25 14 23 22 22 19 22 +000669 23 26 26 16 27 16 17 16 20 31 20 12 21 23 21 +000670 24 22 19 21 27 10 17 18 17 22 22 20 17 20 29 15 +000671 23 23 28 16 11 17 16 25 15 20 22 +000672 26 13 21 24 25 18 18 16 17 23 20 +000673 26 19 15 18 8 20 27 8 11 17 18 27 13 19 17 33 22 +000674 25 16 19 18 25 9 12 16 11 21 27 16 13 16 19 17 22 33 21 +000675 26 25 16 17 22 27 11 18 26 17 19 15 16 30 21 +000676 25 22 23 21 22 21 16 20 30 22 +000677 24 27 22 15 17 15 7 21 19 3 20 20 19 30 20 +000678 23 22 18 16 21 24 5 15 18 15 20 27 23 +000679 24 28 19 14 20 14 18 26 17 15 15 21 29 20 +000680 26 19 23 19 19 28 23 21 20 17 19 19 14 22 16 15 30 18 +000681 24 26 16 19 23 28 17 31 20 +000682 25 26 25 21 17 21 20 14 23 12 9 19 27 9 12 17 15 22 32 21 +000683 24 25 20 28 25 15 13 20 24 26 21 18 22 22 21 10 15 21 34 15 +000684 26 29 14 24 24 25 25 19 19 16 22 24 19 7 20 17 30 25 17 20 21 17 23 24 19 +000685 23 21 17 18 15 14 22 19 24 25 20 17 28 21 12 16 8 22 23 21 20 33 21 +000686 24 24 25 18 11 16 20 25 7 11 15 17 21 21 21 +000687 23 23 24 26 21 18 21 21 22 +000688 24 17 23 11 29 4 15 19 24 27 22 15 14 19 18 19 17 21 26 19 +000689 24 20 15 19 25 20 21 17 20 19 13 13 17 23 23 19 +000690 25 28 17 20 24 16 19 25 15 15 29 27 14 16 20 13 7 17 18 24 9 10 14 16 23 20 +000691 24 22 27 15 12 19 20 21 25 27 23 7 25 34 16 +000692 24 25 17 30 6 20 18 19 17 19 26 13 15 19 19 31 17 +000693 25 20 23 32 7 18 27 7 20 23 28 28 23 13 19 28 4 22 31 24 28 20 25 18 19 29 22 +000694 25 19 24 17 14 20 18 19 9 17 30 26 14 20 14 13 18 19 21 16 8 25 25 21 +000695 24 22 30 19 22 15 18 8 17 20 17 18 20 18 22 +000696 23 25 20 17 14 9 18 29 14 21 27 17 23 13 18 27 19 +000697 26 22 21 22 16 25 25 21 16 24 32 12 +000698 26 16 21 12 14 24 22 3 19 20 16 23 20 21 +000699 24 26 13 19 19 25 16 17 21 21 20 20 22 31 17 +000700 24 24 24 26 19 12 12 17 21 27 15 20 26 21 +000701 23 26 28 23 25 20 20 17 25 21 +000702 24 16 19 17 15 34 13 18 18 20 18 21 20 9 20 26 19 +000703 23 22 12 19 16 25 15 14 20 23 22 19 15 26 21 +000704 23 26 20 13 17 18 24 4 25 13 26 6 25 13 17 26 21 17 23 27 17 20 19 13 18 17 9 26 20 +000705 25 22 26 23 15 21 21 14 18 17 24 19 19 27 21 +000706 24 19 19 18 18 24 18 21 30 21 +000707 25 16 21 16 16 24 10 20 15 16 20 19 17 17 25 22 17 18 23 22 14 14 22 32 20 +000708 24 23 18 18 21 14 17 28 20 21 22 19 17 9 17 18 19 14 15 22 22 20 +000709 23 12 19 20 20 19 14 19 32 23 +000710 24 21 21 19 24 15 14 22 32 21 +000711 24 24 17 21 13 16 19 25 23 15 20 17 16 20 24 3 20 16 18 21 24 21 +000712 26 24 25 15 17 20 18 9 23 27 8 22 21 15 12 22 24 21 +000713 25 16 17 16 16 17 19 26 22 +000714 24 21 23 20 19 27 12 21 23 17 17 28 21 +000715 25 13 21 22 17 18 16 16 7 18 17 22 29 19 +000716 25 14 16 21 21 15 19 22 17 22 +000717 23 26 20 18 19 15 25 23 13 20 26 21 21 +000718 26 19 17 20 10 18 17 28 17 13 17 25 18 32 19 21 18 19 16 15 11 16 9 20 21 19 28 18 +000719 23 20 21 24 11 14 19 19 12 18 15 14 16 14 9 16 18 28 19 +000720 24 25 21 22 16 19 19 15 25 27 18 +000721 25 18 22 0 17 26 20 14 17 18 14 14 19 30 6 14 20 20 21 13 18 27 20 +000722 25 16 27 16 20 21 13 16 24 16 12 21 21 31 18 20 24 24 29 17 21 19 17 23 4 23 19 25 30 21 +000723 25 13 17 18 28 32 17 17 18 16 19 18 14 16 15 18 25 6 22 15 18 30 15 +000724 23 24 18 16 16 15 17 17 14 15 17 19 23 20 18 15 24 20 +000725 26 15 19 25 18 14 17 11 14 12 13 19 32 23 16 17 26 21 13 16 13 22 18 18 20 +000726 24 16 22 17 17 20 24 18 18 23 15 16 22 26 19 +000727 24 20 27 6 10 19 11 25 22 22 +000728 24 24 21 32 15 17 13 12 12 17 7 23 25 22 16 16 15 17 20 27 19 +000729 24 21 18 17 15 24 2 20 18 16 32 19 +000730 24 21 17 5 13 14 15 16 26 16 21 23 18 17 17 28 22 +000731 23 27 22 21 12 18 30 27 20 21 19 20 15 12 15 17 24 21 17 18 30 19 +000732 24 25 22 18 23 21 20 16 17 17 32 23 +000733 26 21 21 23 23 20 23 30 21 +000734 25 16 21 23 4 20 14 18 23 18 20 19 26 22 +000735 23 17 26 5 20 17 15 17 22 25 7 11 15 18 28 20 +000736 24 21 18 21 26 9 19 24 25 15 17 14 15 31 20 +000737 26 14 22 15 20 17 31 25 17 18 27 6 9 19 26 15 16 23 15 16 18 22 25 21 +000738 24 14 18 32 13 16 26 21 18 22 22 17 18 19 15 18 24 15 27 23 14 17 21 26 20 +000739 25 12 19 18 26 21 22 15 18 34 20 +000740 23 21 20 11 22 28 9 14 14 18 16 24 26 21 +000741 22 21 15 16 26 27 22 17 18 26 23 17 18 21 19 15 26 4 20 21 28 3 17 15 29 20 +000742 24 21 17 30 3 16 19 21 23 21 16 16 30 16 20 19 21 15 22 28 21 +000743 25 23 20 28 14 16 14 22 16 13 21 25 18 16 17 17 29 19 +000744 23 22 27 21 21 12 13 18 16 16 21 23 21 +000745 25 12 12 14 19 13 8 15 28 20 23 18 24 20 16 22 16 23 30 19 +000746 25 10 23 27 11 14 17 20 28 5 14 16 18 15 27 20 +000747 24 15 14 30 18 20 19 18 21 23 14 22 18 15 17 15 22 27 21 +000748 23 32 28 18 18 19 23 23 12 30 27 29 29 21 +000749 26 18 21 19 27 16 20 20 29 16 12 18 23 15 19 21 17 15 19 24 19 +000750 23 21 14 28 22 14 15 14 19 16 17 16 26 34 23 21 19 16 11 12 15 13 19 15 15 19 30 18 +000751 25 19 20 22 17 21 17 14 22 19 18 23 21 24 23 24 25 17 10 22 17 19 24 18 +000752 25 19 24 27 17 17 26 27 20 22 16 17 20 25 16 18 30 19 13 21 23 18 16 23 19 +000753 26 32 18 18 21 28 27 18 19 24 20 16 21 27 17 +000754 22 21 28 21 20 22 18 24 25 15 23 27 20 22 20 28 26 21 23 25 20 24 32 17 +000755 24 28 21 30 20 23 17 17 17 30 20 +000756 23 19 23 17 14 19 27 21 13 17 24 19 19 14 27 42 14 18 16 29 25 21 16 16 17 21 24 20 +000757 22 23 18 22 19 13 10 25 27 20 +000758 25 24 19 19 29 18 17 18 16 20 27 21 +000759 25 13 17 13 18 21 13 25 9 14 16 31 21 +000760 25 25 29 18 15 25 23 14 10 23 19 25 21 +000761 22 20 22 25 19 17 21 19 3 19 19 22 32 16 +000762 25 18 23 23 18 18 27 8 22 15 19 17 25 3 20 14 10 18 17 17 28 20 +000763 20 21 18 18 18 22 6 19 19 21 13 18 22 21 +000764 25 25 17 34 17 14 11 18 17 16 19 27 16 16 26 18 16 13 21 31 19 +000765 25 22 30 24 23 20 14 20 19 17 31 21 +000766 26 18 20 18 17 19 15 18 26 11 14 13 12 19 28 20 +000767 19 25 26 19 14 15 11 20 27 21 +000768 24 19 22 19 19 20 12 16 18 21 26 19 +000769 25 22 24 20 12 13 19 18 25 20 +000770 25 24 19 17 20 18 20 34 13 20 23 14 22 19 23 31 20 +000771 24 21 22 15 17 24 25 15 14 23 29 22 +000772 27 23 22 19 17 26 20 12 22 16 16 25 38 20 22 20 23 4 23 26 21 18 20 24 21 +000773 23 21 17 17 22 20 18 12 19 22 22 20 26 22 +000774 24 18 19 15 28 17 12 27 21 +000775 22 25 21 17 17 18 21 21 19 17 25 19 +000776 23 28 26 20 12 16 21 25 20 +000777 23 20 27 17 16 17 28 9 19 20 18 17 19 25 20 +000778 23 25 24 16 17 22 16 15 11 18 34 21 +000779 22 22 13 24 17 2 16 13 13 14 31 21 +000780 25 19 20 15 18 27 5 15 19 18 19 17 25 22 +000781 26 25 27 22 15 21 19 14 24 21 +000782 21 24 18 19 31 7 17 9 17 24 21 14 17 21 12 8 23 18 22 26 20 +000783 24 21 21 15 29 7 10 17 26 17 17 17 23 26 21 +000784 26 25 20 20 27 27 18 36 21 +000785 26 13 20 21 24 10 22 15 14 22 21 11 17 33 20 +000786 24 18 25 21 25 17 18 16 9 20 17 21 3 25 15 20 33 30 19 20 15 20 17 21 29 20 +000787 26 18 25 23 12 23 24 19 20 14 25 19 +000788 26 15 14 18 24 16 9 21 22 18 22 23 19 +000789 25 17 19 15 22 25 10 18 22 17 18 20 30 22 +000790 25 16 27 22 15 19 15 19 26 12 15 27 6 13 16 14 19 13 25 19 +000791 23 18 23 17 18 21 25 7 15 9 12 18 27 20 +000792 25 20 25 21 11 16 21 25 16 21 14 21 20 15 22 33 21 +000793 25 15 18 30 21 19 14 9 17 17 19 24 18 21 13 22 32 17 +000794 23 20 14 20 26 9 19 17 14 7 22 20 32 21 +000795 25 16 17 9 15 21 17 13 13 9 18 21 22 21 +000796 25 24 17 19 20 27 21 23 20 18 15 21 29 18 +000797 24 21 18 16 27 8 13 13 25 17 20 8 16 32 19 +000798 24 20 29 22 23 17 15 13 29 24 21 19 13 18 24 3 19 20 20 27 19 +000799 23 19 24 22 25 22 19 17 13 28 25 10 17 26 20 +000800 23 18 26 6 21 27 18 13 20 30 21 +000801 25 22 21 23 21 24 16 18 21 20 18 17 7 23 32 18 +000802 23 24 24 22 22 21 19 17 29 19 +000803 23 24 19 18 21 21 17 23 10 17 15 23 21 +000804 25 21 24 24 20 19 19 19 17 32 19 +000805 25 18 17 27 18 15 8 19 31 28 23 32 32 4 14 18 16 22 17 24 20 22 19 23 22 15 20 24 12 21 12 18 27 20 +000806 25 23 23 15 17 18 21 23 17 17 20 23 32 21 22 15 16 17 18 21 23 20 +000807 26 22 20 15 21 28 11 16 18 16 13 10 20 14 21 20 8 19 19 16 26 21 +000808 25 28 20 24 29 6 18 19 23 31 22 +000809 22 29 23 19 16 33 15 16 13 17 19 28 22 +000810 23 21 17 24 23 21 18 13 17 19 19 27 20 +000811 26 14 18 12 19 19 25 21 +000812 25 15 19 18 20 12 18 32 20 +000813 25 18 25 16 11 20 15 13 17 17 17 33 18 +000814 26 26 17 22 32 16 19 17 19 30 22 +000815 25 27 17 15 19 26 4 23 17 24 29 27 14 18 21 25 13 15 20 12 20 22 21 +000816 25 14 27 19 23 15 19 24 16 19 21 18 25 12 17 16 19 19 15 33 17 +000817 25 21 19 14 17 7 20 21 24 9 19 17 18 29 22 +000818 22 20 9 20 21 17 16 20 33 22 29 18 15 15 18 29 21 +000819 23 21 17 23 29 24 16 34 0 11 19 17 0 20 20 25 19 +000820 25 26 19 21 18 15 8 21 28 27 16 21 31 17 21 14 16 24 21 +000821 25 18 22 16 16 25 16 24 19 32 22 +000822 26 21 18 25 7 11 21 18 17 18 23 18 22 +000823 23 21 22 21 21 5 17 13 17 16 21 17 22 22 21 +000824 25 19 19 15 20 18 28 8 15 18 19 17 15 12 18 20 32 19 +000825 24 24 18 21 21 13 17 15 22 20 25 31 21 22 19 16 19 31 6 13 15 18 16 24 20 +000826 24 21 20 23 22 15 15 17 22 19 21 19 19 18 21 14 8 15 12 21 30 20 +000827 23 19 29 17 16 20 17 15 16 22 20 13 28 19 20 14 20 29 21 +000828 24 22 22 14 19 21 3 18 20 11 23 31 20 +000829 22 20 18 20 27 11 12 16 20 27 18 9 20 34 21 +000830 25 18 19 15 8 20 28 8 19 18 24 27 22 +000831 24 22 23 24 20 14 30 16 18 14 21 31 20 +000832 25 27 21 19 22 17 13 18 32 21 +000833 25 13 16 18 17 18 27 26 22 14 28 21 +000834 25 22 26 23 18 16 16 16 28 4 18 15 14 9 18 20 25 20 17 17 17 13 17 25 19 +000835 23 25 24 12 22 24 16 14 19 26 20 +000836 23 31 25 13 20 20 21 15 28 21 +000837 26 21 24 17 26 5 10 16 17 19 21 27 21 +000838 24 21 16 18 28 19 20 10 19 15 20 32 17 +000839 25 14 18 19 21 29 19 19 17 31 30 16 21 17 23 20 20 20 15 19 27 22 +000840 25 20 27 24 17 18 23 26 20 18 19 28 18 +000841 23 20 25 20 20 15 33 4 20 18 21 23 21 +000842 24 21 19 9 27 8 12 21 19 12 18 19 20 16 18 15 21 20 14 21 17 23 +000843 23 18 20 28 14 18 15 15 23 25 24 20 16 20 +000844 26 13 21 25 18 15 19 30 10 22 20 20 20 18 27 22 20 +000845 25 15 20 24 21 12 18 26 28 15 20 29 21 +000846 25 20 22 33 20 17 21 19 16 8 25 26 20 +000847 25 17 23 21 14 29 6 14 19 25 21 +000848 25 14 20 16 28 25 14 20 11 15 25 19 +000849 23 26 21 21 21 17 23 16 19 23 18 15 21 27 20 +000850 23 19 18 27 22 22 16 17 15 20 21 5 24 16 17 27 19 +000851 23 18 25 21 17 22 23 19 12 18 21 28 5 18 24 18 16 25 20 +000852 24 21 23 23 18 21 17 17 18 29 11 23 16 16 26 12 14 15 25 20 16 21 22 22 20 +000853 24 19 21 23 22 24 19 16 17 12 18 22 26 19 16 13 27 25 22 +000854 23 23 27 24 19 18 21 28 9 15 15 15 20 26 18 +000855 25 18 21 8 21 25 14 14 17 15 17 16 18 23 24 19 +000856 24 18 16 11 14 23 27 21 19 16 13 21 24 27 19 23 19 24 24 6 16 18 19 24 5 15 14 17 26 17 +000857 25 17 20 17 22 22 22 12 25 17 18 19 8 22 18 17 24 21 +000858 23 24 28 16 16 18 21 19 14 33 20 +000859 25 21 17 15 28 15 23 15 22 20 19 +000860 25 20 30 18 16 19 31 3 19 22 21 22 19 27 20 +000861 25 27 22 10 16 12 21 24 20 21 +000862 24 33 20 27 14 16 16 12 27 15 27 2 15 19 15 33 17 +000863 23 28 20 21 28 7 12 16 20 14 21 17 30 21 +000864 25 13 21 26 18 26 14 22 17 16 14 14 17 25 22 17 +000865 25 14 19 19 15 20 16 23 14 19 17 27 7 26 23 19 21 14 18 22 20 +000866 22 21 14 17 28 25 24 19 16 15 31 4 21 10 14 17 18 12 19 23 22 16 14 16 34 16 +000867 23 25 15 21 16 19 22 24 21 25 24 15 21 24 14 20 22 21 +000868 25 22 21 16 10 24 22 3 19 19 23 13 23 26 21 +000869 23 27 21 15 20 23 18 18 26 21 17 26 21 +000870 24 23 19 22 14 13 16 18 17 16 12 18 23 23 19 18 21 22 +000871 23 19 21 19 22 16 17 15 24 19 16 16 24 20 21 17 20 20 27 18 +000872 25 19 23 21 23 7 16 15 19 17 15 19 21 22 20 +000873 23 20 15 18 17 14 21 19 20 14 27 19 +000874 20 19 12 25 7 22 23 17 18 19 14 23 20 +000875 25 31 21 17 28 22 21 19 18 19 15 29 32 14 13 20 16 22 16 16 17 24 20 +000876 26 15 20 18 25 15 14 23 33 19 +000877 24 25 23 11 21 20 13 27 13 21 21 27 21 11 14 12 18 28 19 +000878 23 19 23 23 19 21 26 6 14 14 16 19 15 20 26 21 +000879 25 15 17 25 18 17 18 15 24 6 23 17 18 15 19 22 30 20 21 18 10 12 16 19 27 19 +000880 25 22 19 18 27 15 17 13 20 27 3 17 17 15 29 17 +000881 25 19 22 23 20 13 21 34 21 +000882 24 19 23 20 19 18 17 17 28 21 +000883 25 18 10 21 26 19 19 21 19 21 +000884 25 19 29 21 12 18 21 20 17 18 25 27 13 20 21 18 17 19 16 15 27 18 +000885 20 23 20 19 32 3 19 13 17 31 4 11 21 19 17 15 15 10 31 20 +000886 22 22 24 19 29 7 17 17 16 16 19 18 20 24 21 +000887 25 19 10 18 22 26 9 15 21 16 16 21 24 21 18 +000888 22 21 13 22 20 15 8 22 16 20 23 4 14 20 22 21 17 23 21 +000889 23 22 20 22 19 22 28 7 15 17 20 23 20 +000890 25 18 24 25 19 12 15 20 23 25 22 20 19 13 10 17 20 22 21 20 27 20 +000891 26 23 25 18 13 18 26 19 17 17 27 19 22 +000892 23 18 17 23 20 16 28 24 21 14 23 18 21 18 13 18 14 15 17 21 19 +000893 25 16 20 12 28 20 12 19 24 19 18 18 16 16 28 40 13 25 20 13 18 22 16 19 9 17 28 21 +000894 24 23 25 24 17 13 21 18 20 16 23 19 15 18 31 19 +000895 21 20 27 23 17 17 15 33 17 22 38 18 +000896 25 25 27 17 21 20 26 18 20 23 12 8 17 22 26 18 +000897 25 22 14 21 29 14 21 21 15 24 18 21 26 21 +000898 23 19 17 19 26 7 19 18 19 19 20 22 15 23 18 16 17 6 17 26 15 15 20 13 21 22 15 24 26 19 +000899 25 19 22 15 30 21 19 22 15 20 28 19 20 20 14 27 20 +000900 26 16 18 18 27 20 18 18 28 25 21 19 22 17 25 16 23 26 22 +000901 25 20 27 9 20 15 20 14 14 29 4 16 22 25 20 17 22 16 20 27 20 +000902 24 20 25 17 17 7 20 25 15 17 19 28 27 15 15 19 15 19 27 3 16 15 22 25 20 +000903 25 13 22 24 23 7 14 11 19 17 16 20 18 15 18 27 19 +000904 24 21 20 28 21 25 23 15 18 16 18 21 24 21 +000905 25 20 18 20 22 17 16 18 20 26 20 +000906 19 24 19 16 23 25 9 24 22 17 25 20 +000907 22 25 18 17 17 7 18 19 24 19 8 15 15 18 9 17 18 16 29 4 11 19 36 17 +000908 22 27 23 30 26 27 28 20 17 7 21 19 22 20 24 19 21 +000909 23 18 11 22 25 25 20 22 18 14 24 31 21 +000910 25 25 17 19 21 18 14 18 13 23 18 26 19 +000911 24 25 19 14 24 20 21 16 9 22 23 24 29 16 19 28 17 12 17 21 15 23 19 10 19 19 12 25 16 +000912 23 18 19 29 3 16 16 21 17 21 22 21 21 24 19 +000913 23 25 18 26 25 13 20 24 3 25 12 16 16 17 20 29 19 +000914 25 16 21 20 4 17 16 26 20 +000915 23 20 19 20 32 25 18 15 15 20 32 20 +000916 25 21 18 21 18 16 7 15 11 17 27 27 19 18 23 9 17 14 22 30 8 20 14 20 29 20 +000917 25 18 18 16 17 28 10 21 24 22 21 30 15 +000918 23 20 19 17 23 19 19 23 21 +000919 22 24 22 24 33 13 17 23 27 22 +000920 25 22 27 18 18 22 26 7 20 20 14 6 24 33 20 +000921 25 22 27 17 19 19 22 21 17 20 29 23 20 13 29 22 +000922 22 27 22 23 20 28 16 12 16 25 6 24 13 11 22 31 16 29 7 13 13 24 32 21 +000923 24 24 30 22 20 17 20 29 16 21 19 25 18 21 +000924 25 26 21 19 17 23 27 18 15 17 17 21 24 20 +000925 25 22 17 22 14 18 14 16 18 19 15 18 27 5 14 18 21 22 25 19 +000926 25 14 17 23 23 14 22 17 19 25 26 11 14 21 26 25 20 18 24 23 15 23 21 22 +000927 17 23 25 17 15 24 0 19 10 27 21 16 20 23 16 15 25 22 16 26 18 13 25 18 +000928 25 21 18 17 25 18 20 24 20 14 18 3 10 17 28 3 21 20 14 19 30 18 +000929 24 21 21 15 15 19 17 11 22 14 27 21 +000930 24 15 19 31 23 31 7 24 35 11 28 27 2 33 29 8 18 23 28 18 +000931 22 25 24 25 16 15 17 25 9 10 14 15 20 26 20 +000932 24 32 20 20 18 29 15 24 24 17 16 23 22 18 23 22 18 21 26 20 +000933 23 20 22 24 17 24 23 15 17 15 13 19 18 20 18 20 9 17 23 12 24 21 18 21 25 21 +000934 25 21 20 16 23 20 12 14 19 16 23 19 18 13 8 20 23 22 +000935 24 28 18 28 21 4 25 19 15 36 21 +000936 25 18 14 21 18 19 25 18 19 34 31 13 13 16 6 22 25 20 17 26 22 +000937 26 16 27 16 15 14 18 23 18 19 17 19 14 7 21 30 21 +000938 25 16 17 15 18 27 15 25 17 15 17 26 14 13 11 17 20 22 22 18 28 21 +000939 26 30 23 22 24 20 16 20 35 17 16 25 15 21 29 18 +000940 25 24 16 24 20 3 27 19 19 16 20 20 26 19 19 21 20 19 21 +000941 25 15 22 15 30 18 18 13 25 21 19 20 33 21 +000942 24 21 12 19 24 17 13 23 25 29 20 +000943 22 25 28 27 26 23 23 22 21 22 17 19 17 20 24 26 20 +000944 25 24 19 19 15 21 24 8 20 15 18 22 21 23 19 30 19 +000945 24 14 15 22 23 13 11 23 25 18 22 32 20 +000946 23 28 19 23 22 37 20 16 19 17 9 27 11 12 15 14 17 10 19 23 20 +000947 26 23 18 28 4 16 13 13 13 21 24 3 18 27 21 13 19 14 23 18 20 28 21 +000948 26 16 20 24 17 20 17 28 30 13 17 17 17 16 17 15 12 16 18 30 15 14 19 18 18 15 27 21 +000949 21 19 20 25 20 18 22 14 21 31 19 +000950 23 21 27 16 16 18 32 16 15 22 24 21 +000951 24 27 25 18 14 19 19 23 18 21 15 17 15 22 28 24 18 17 21 30 22 +000952 25 20 16 27 5 14 17 15 26 25 22 +000953 25 15 17 31 18 17 22 23 17 30 20 +000954 25 19 28 24 13 18 18 17 12 21 25 20 13 16 18 26 15 35 22 +000955 24 25 20 26 21 23 19 16 21 35 18 +000956 22 12 22 15 24 24 24 18 21 18 16 28 20 +000957 111 17 34 7 14 20 14 15 17 22 25 24 15 18 19 21 13 14 22 24 20 +000958 25 17 22 9 11 15 28 24 20 +000959 23 20 27 21 9 21 12 23 23 20 23 22 +000960 26 17 20 18 14 18 28 27 17 20 17 15 18 22 16 21 3 19 16 20 26 17 +000961 25 33 23 27 21 17 16 31 31 12 19 22 16 25 3 18 13 21 15 16 32 5 22 19 14 17 13 22 31 20 +000962 25 21 23 22 13 29 19 15 18 16 19 34 16 +000963 25 14 22 24 16 13 21 19 28 20 +000964 25 16 18 23 21 22 22 26 17 17 21 24 16 22 +000965 23 19 20 21 20 18 19 28 23 13 21 27 25 16 13 22 19 21 21 23 20 +000966 25 13 15 24 23 16 18 17 20 19 14 17 17 16 20 22 20 +000967 25 22 21 16 24 15 15 16 29 25 20 14 23 20 +000968 23 24 23 18 17 17 27 21 17 17 23 16 15 16 20 19 18 20 17 15 15 23 21 +000969 25 19 20 15 25 3 20 24 18 17 28 19 +000970 24 20 22 15 19 33 16 23 14 26 21 +000971 22 22 28 22 10 21 21 17 21 15 23 4 18 21 18 20 16 16 14 24 20 24 27 7 11 16 22 24 19 +000972 25 15 20 24 6 20 17 22 28 20 +000973 26 14 18 17 17 25 21 15 23 20 18 20 +000974 25 20 20 25 17 12 18 25 17 17 15 18 28 19 21 +000975 22 19 25 19 11 14 18 23 19 19 12 16 24 20 15 15 12 18 16 24 20 +000976 24 23 15 22 25 4 17 19 19 6 15 16 19 26 11 12 19 20 16 19 32 20 +000977 25 13 34 4 30 21 18 15 29 21 19 14 15 18 23 7 9 15 19 29 16 +000978 25 24 22 23 21 24 20 15 28 10 14 21 20 22 20 +000979 23 21 25 22 17 9 18 30 29 19 24 20 15 18 21 25 24 21 21 27 19 16 35 15 +000980 26 26 16 28 18 15 18 20 16 20 26 14 28 21 18 14 14 21 24 18 +000981 25 15 21 29 23 13 13 21 21 16 15 19 32 20 +000982 24 20 18 16 20 21 17 23 5 15 18 18 28 21 +000983 25 16 19 24 17 15 19 26 26 27 22 16 19 24 22 14 21 27 4 22 14 22 25 21 +000984 25 18 20 30 22 14 18 21 23 25 6 17 9 20 16 26 20 14 18 8 23 26 20 +000985 24 19 26 24 15 12 28 7 25 20 28 22 +000986 24 19 22 21 20 21 29 5 15 16 19 22 28 14 +000987 24 28 25 18 23 18 24 36 22 +000988 23 17 26 19 18 18 17 26 14 17 18 17 27 19 +000989 25 13 21 17 15 23 22 26 20 +000990 25 18 18 23 21 27 14 18 21 20 16 19 34 29 17 28 3 16 18 19 17 7 21 26 20 +000991 22 18 24 23 14 22 30 15 20 25 26 10 20 33 30 14 12 21 20 15 17 19 16 22 20 9 14 36 14 +000992 25 21 24 16 20 13 10 18 23 7 16 19 16 23 20 16 25 21 +000993 24 29 21 21 13 16 19 31 2 24 27 8 25 18 14 20 21 20 25 22 +000994 25 15 21 23 20 23 16 13 21 16 21 19 25 18 +000995 25 22 16 19 18 26 8 15 14 17 24 18 17 11 21 25 6 21 19 23 26 21 +000996 22 22 24 27 22 13 19 18 23 27 16 19 23 20 17 22 23 9 17 18 15 17 22 26 21 +000997 27 19 12 19 22 15 18 29 12 18 15 30 8 13 24 21 11 27 23 15 16 16 28 27 +000998 26 14 18 18 9 22 24 22 16 18 31 20 +000999 25 22 19 26 13 20 27 5 24 17 26 18 13 18 13 19 27 15 23 +001000 19 19 17 16 13 22 25 18 26 4 16 17 20 15 7 21 14 23 20 +001001 25 22 18 23 22 26 14 12 23 23 21 +001002 23 21 17 30 7 19 26 24 13 19 18 30 10 23 15 31 11 21 32 6 14 20 12 18 31 21 +001003 23 21 26 11 10 17 19 20 19 19 15 15 16 18 15 27 4 20 23 15 17 17 12 21 23 20 +001004 25 15 16 18 18 19 14 19 20 7 21 15 16 17 17 15 28 20 +001005 25 14 16 10 20 26 18 14 7 15 18 20 10 21 18 19 +001006 26 21 23 12 19 25 19 21 18 16 34 21 +001007 26 12 22 23 23 16 31 14 11 20 24 17 21 32 22 +001008 25 22 27 23 20 16 15 12 13 15 15 14 21 13 18 24 6 18 19 15 28 22 +001009 26 19 18 23 14 15 17 24 14 15 19 30 21 +001010 25 15 27 8 22 15 19 30 4 10 14 19 18 14 16 18 21 17 11 15 18 18 19 24 21 +001011 26 17 25 18 14 19 17 13 18 25 21 15 22 15 17 15 13 20 17 24 20 +001012 23 24 20 18 18 18 19 16 17 20 18 25 18 22 +001013 25 21 13 20 24 20 12 14 18 12 17 16 22 16 17 26 16 +001014 24 29 21 21 20 4 20 14 10 19 15 12 30 21 +001015 25 23 13 13 17 23 21 17 14 18 21 14 13 23 19 17 15 19 24 21 +001016 26 25 15 16 22 19 16 15 22 20 +001017 25 24 21 16 19 24 3 16 15 18 17 27 20 +001018 23 22 22 20 24 15 16 15 18 30 13 13 17 19 19 23 23 11 19 26 20 +001019 25 23 18 28 19 21 15 20 17 23 22 +001020 25 21 33 21 16 17 13 26 24 19 17 18 26 38 18 27 24 21 20 32 28 20 23 21 15 12 20 31 22 +001021 22 20 18 26 17 17 14 28 21 17 19 26 23 +001022 25 18 14 16 28 19 17 14 14 21 4 21 21 15 13 19 21 21 +001023 26 15 18 10 10 15 16 24 16 19 17 15 17 17 14 18 17 22 4 22 16 23 20 +001024 25 20 24 18 11 18 18 15 25 12 15 15 12 23 14 14 13 10 23 26 24 26 39 22 9 21 19 21 13 20 13 23 15 21 +001025 24 22 17 16 14 7 24 18 23 19 18 22 19 16 13 15 26 22 +001026 24 20 13 17 27 6 20 19 23 18 20 14 9 17 14 29 18 +001027 26 19 29 0 17 16 13 16 19 19 16 24 20 +001028 19 21 28 17 15 17 16 9 16 18 12 17 26 21 +001029 26 13 27 16 13 14 15 15 27 21 17 12 19 23 5 13 13 17 23 23 +001030 25 27 20 25 11 15 13 16 33 20 +001031 24 23 17 16 5 19 18 27 17 21 16 11 12 18 23 9 21 17 16 24 21 +001032 23 19 25 13 16 20 20 20 21 +001033 26 23 22 20 19 12 15 29 23 16 21 18 12 11 15 11 16 28 25 16 18 24 18 21 11 22 20 20 +001034 24 25 24 19 12 18 28 23 12 16 18 16 18 10 27 27 18 19 17 7 25 31 11 14 32 12 12 13 28 19 +001035 22 17 11 19 23 18 12 17 13 23 19 16 19 17 7 19 23 7 16 14 16 14 21 16 20 +001036 25 23 16 27 15 14 23 24 19 22 15 16 14 6 19 28 20 +001037 26 18 16 27 18 16 14 24 22 13 14 30 20 +001038 25 19 23 15 15 16 20 4 15 11 14 17 18 27 20 +001039 25 24 24 20 18 17 11 9 18 29 9 15 13 17 30 16 +001040 23 33 13 19 19 31 12 11 18 18 24 23 24 21 20 15 22 24 18 20 22 18 14 28 11 17 28 22 +001041 25 19 18 25 17 15 13 18 15 12 20 27 36 +001042 23 22 20 14 17 23 21 +001043 23 23 18 18 18 23 21 15 25 18 17 15 17 25 19 +001044 23 18 14 20 32 18 15 18 24 21 +001045 26 21 18 27 15 12 22 15 18 23 28 22 20 23 16 15 19 30 20 +001046 24 20 17 8 23 16 17 19 27 24 20 26 18 17 15 14 14 19 23 5 23 22 16 11 18 31 19 +001047 25 26 25 16 14 27 16 18 17 17 15 29 21 +001048 25 18 25 8 16 9 16 13 16 13 15 26 17 12 8 20 21 22 20 13 15 12 20 17 4 23 19 15 27 20 +001049 23 20 24 20 19 19 22 17 16 19 10 19 12 19 26 27 19 13 21 21 20 14 25 27 21 +001050 23 23 21 25 28 17 17 15 17 13 14 20 24 19 +001051 22 19 20 24 18 11 19 23 4 17 17 19 3 17 22 16 16 33 21 +001052 26 20 23 25 12 18 21 31 6 16 20 25 22 +001053 25 15 24 17 23 15 15 17 31 12 15 16 19 21 15 16 17 29 21 +001054 30 24 19 25 12 17 22 19 15 19 30 22 +001055 25 15 14 18 18 20 15 11 21 34 21 +001056 26 18 16 34 21 22 17 12 19 19 29 18 23 26 20 19 13 23 29 20 +001057 25 12 17 17 19 17 15 24 19 11 13 18 26 3 16 15 22 10 31 20 +001058 26 23 18 19 26 20 12 17 22 15 17 26 3 14 18 13 20 26 22 +001059 25 17 24 21 17 18 28 21 19 10 23 23 21 20 20 17 16 32 18 14 15 22 9 14 17 19 26 18 +001060 23 22 28 18 13 17 19 23 15 14 27 5 18 17 19 23 21 +001061 22 22 15 20 21 21 17 9 14 12 19 22 26 19 24 15 13 17 15 16 17 25 21 +001062 25 19 27 20 15 17 16 7 22 22 21 +001063 25 18 20 21 16 13 19 26 21 +001064 25 19 11 18 17 19 16 8 20 25 28 20 21 15 17 29 16 17 17 20 20 5 16 18 18 24 19 +001065 23 23 27 16 17 26 18 15 19 23 19 18 16 12 21 20 27 3 24 21 18 20 20 19 16 18 17 27 20 +001066 25 15 14 17 17 22 5 13 17 19 16 27 14 22 11 28 19 22 18 22 20 17 24 19 +001067 24 17 13 19 27 20 22 8 17 17 21 24 19 +001068 25 15 15 20 28 3 20 15 16 20 14 12 22 26 38 23 19 24 9 13 11 17 24 21 +001069 25 21 18 26 23 17 16 23 29 20 +001070 25 13 21 17 12 19 24 12 13 12 10 24 16 20 21 23 19 +001071 25 27 22 24 17 20 15 29 8 11 18 17 11 20 12 18 18 20 16 20 25 18 +001072 25 17 21 0 18 21 12 11 21 18 18 12 19 16 9 18 19 3 24 18 17 30 17 +001073 24 22 16 24 15 18 19 30 21 +001074 23 26 17 16 24 9 19 22 19 14 12 16 20 30 19 +001075 24 28 19 29 2 21 19 18 11 9 22 18 16 18 26 20 23 26 8 16 19 20 29 20 +001076 22 24 20 21 13 10 16 24 4 13 14 16 14 18 15 11 14 16 28 42 12 19 23 10 15 15 12 16 19 13 18 23 19 +001077 26 15 28 15 14 15 14 17 15 17 19 25 13 19 26 15 21 19 15 14 15 35 20 +001078 22 21 13 17 24 18 14 21 18 15 19 16 25 22 +001079 25 12 25 26 6 19 18 12 15 17 21 22 27 +001080 25 20 17 15 25 16 15 23 12 8 18 23 3 14 20 11 18 32 17 +001081 23 18 17 12 18 23 22 18 19 23 13 14 21 17 14 14 9 23 26 19 +001082 26 13 30 9 16 27 22 19 12 15 29 20 +001083 25 17 27 22 14 16 17 19 21 16 28 22 +001084 23 26 15 27 17 18 15 19 30 39 20 15 23 21 16 19 12 15 4 23 27 10 15 16 13 26 19 +001085 22 21 15 8 21 28 4 12 21 18 17 18 19 17 17 15 25 21 20 +001086 25 25 13 19 6 18 20 19 20 16 18 18 27 21 +001087 25 17 22 20 19 14 26 29 23 16 10 19 23 15 21 14 11 19 18 9 22 18 22 +001088 25 24 20 12 29 22 14 17 15 19 28 14 17 18 21 21 +001089 24 19 26 10 22 20 12 13 21 25 28 20 13 13 13 28 27 21 18 17 20 14 14 17 23 21 +001090 25 13 20 19 25 3 21 10 23 28 18 16 25 20 +001091 23 23 19 15 28 14 15 20 19 15 15 18 17 26 23 25 15 19 13 23 16 20 +001092 25 26 19 25 19 16 31 24 15 26 21 26 21 16 18 20 17 6 19 25 20 +001093 25 21 17 16 16 22 6 23 28 18 19 16 20 25 21 +001094 26 14 15 18 27 23 19 12 15 19 14 16 22 20 21 20 25 4 14 19 14 17 22 20 20 +001095 25 27 29 18 18 20 17 19 24 20 +001096 24 26 23 16 20 20 13 15 13 8 25 0 15 23 22 15 29 5 15 15 13 11 17 22 14 26 20 +001097 25 18 19 16 17 17 29 18 23 25 12 16 15 27 13 12 18 19 9 26 19 +001098 23 21 20 9 15 27 28 18 22 23 16 19 23 6 21 16 10 20 15 16 25 20 +001099 25 26 27 19 16 18 25 6 18 18 18 24 21 +001100 23 15 20 30 21 23 18 17 16 19 31 21 +001101 25 16 24 18 28 6 21 18 18 14 23 21 +001102 25 15 19 19 17 9 14 17 30 6 15 31 22 +001103 23 27 23 20 10 17 20 15 25 4 17 13 19 33 19 +001104 25 24 15 14 21 21 14 14 19 28 30 19 14 12 19 18 15 14 29 8 16 15 16 15 32 20 +001105 22 24 26 17 17 24 30 18 20 16 17 22 17 14 24 8 16 16 27 19 +001106 24 23 19 20 17 24 24 20 13 18 27 5 15 21 20 16 15 12 18 27 17 +001107 25 13 18 19 25 16 15 21 30 24 21 20 18 18 10 17 27 23 7 14 33 21 +001108 25 20 27 18 16 26 19 23 18 22 23 15 14 19 18 15 25 37 23 14 18 18 14 18 26 19 +001109 25 19 18 21 33 7 17 16 20 32 21 +001110 23 28 24 15 18 28 14 18 16 24 13 14 20 24 5 19 19 16 14 15 19 21 22 21 +001111 23 22 20 13 15 18 26 0 14 14 24 26 26 10 22 17 16 15 10 18 20 28 17 +001112 23 21 17 26 18 22 17 18 14 18 11 14 8 19 29 20 +001113 22 16 15 23 19 15 8 17 17 25 6 16 20 17 16 16 22 20 +001114 25 18 18 19 19 25 24 14 16 19 17 19 32 20 +001115 22 22 18 27 4 22 11 19 28 20 16 9 19 18 28 18 +001116 24 19 20 18 21 19 14 16 25 21 +001117 23 22 19 25 17 18 15 18 11 11 22 16 41 14 15 19 23 21 20 12 24 20 +001118 21 25 14 17 8 16 24 25 16 14 17 17 10 22 26 15 12 15 20 23 21 +001119 23 20 21 22 19 15 16 15 13 15 20 22 27 5 17 14 19 21 17 18 16 31 20 +001120 25 14 17 10 20 27 25 21 19 10 20 15 21 10 19 26 18 +001121 23 21 19 14 16 18 10 21 26 21 21 19 21 18 20 14 22 27 21 +001122 23 23 21 13 20 21 21 16 15 27 22 +001123 26 15 19 15 16 17 16 13 29 8 19 27 16 22 +001124 23 20 21 17 16 15 11 16 23 18 13 32 20 15 12 20 9 17 11 17 25 16 9 20 22 19 +001125 22 19 19 19 11 18 15 30 17 13 15 25 24 22 13 14 19 26 22 +001126 22 22 19 20 13 8 24 21 10 12 19 22 21 18 23 18 17 17 18 21 28 20 +001127 25 15 12 17 13 21 25 0 17 14 16 18 17 13 22 8 24 18 16 14 17 30 18 +001128 26 23 21 16 18 17 24 18 17 16 20 23 10 15 14 17 17 14 21 21 +001129 26 21 31 18 13 16 17 19 17 15 9 19 21 16 27 43 21 27 21 16 19 17 14 20 13 15 29 16 +001130 26 18 15 21 18 17 29 24 14 22 31 17 +001131 25 22 9 17 21 10 17 17 20 18 19 24 20 +001132 31 23 30 6 19 15 19 13 20 25 19 14 21 21 23 +001133 26 22 24 18 27 16 17 25 17 22 +001134 26 23 24 6 9 14 17 14 15 15 15 16 7 16 24 17 12 28 20 +001135 23 22 22 16 12 13 17 16 11 23 19 15 32 23 +001136 24 18 16 20 17 23 13 20 18 17 18 30 17 +001137 25 16 19 13 32 26 20 24 21 14 13 21 25 0 25 18 18 15 11 21 6 18 16 22 18 21 +001138 23 21 22 14 20 28 24 17 20 15 18 30 23 22 23 16 20 22 11 20 24 25 19 15 23 21 +001139 25 18 19 22 24 25 21 23 16 17 22 16 8 17 23 6 16 15 21 14 20 14 22 18 17 14 26 22 +001140 25 20 25 19 10 19 17 19 17 17 14 30 32 13 29 17 15 19 16 12 18 30 17 +001141 27 15 21 16 15 23 5 11 16 17 29 24 22 15 19 19 30 20 +001142 22 16 24 5 15 19 11 18 21 13 12 23 25 25 10 20 22 20 26 29 7 18 16 20 23 15 20 21 21 +001143 23 17 14 20 25 20 23 26 22 16 14 18 23 9 21 24 19 21 25 20 +001144 24 24 25 16 22 31 10 14 12 13 20 23 28 22 +001145 23 20 24 19 17 19 19 19 17 17 24 5 22 17 16 17 28 21 +001146 25 13 18 22 22 24 19 17 8 15 25 11 18 14 19 18 16 21 21 18 +001147 26 13 25 24 19 15 12 31 20 21 20 22 17 17 21 18 25 20 +001148 23 25 24 19 14 19 31 15 16 14 21 19 21 21 +001149 22 26 19 14 23 19 16 19 29 33 20 22 14 22 29 19 14 25 23 19 17 14 31 18 +001150 25 17 20 19 27 16 11 20 31 28 14 15 18 21 13 13 16 21 18 12 18 21 29 13 +001151 23 18 7 17 18 22 22 19 21 +001152 24 26 18 19 25 5 23 17 21 27 9 20 18 20 35 19 +001153 25 21 19 17 19 17 12 25 11 20 20 19 20 20 30 19 +001154 25 21 20 27 20 23 20 15 11 18 23 24 16 30 19 +001155 25 22 16 18 21 16 18 20 19 7 18 21 19 22 +001156 26 26 20 17 21 21 19 22 +001157 25 26 17 17 25 11 13 20 18 24 22 21 +001158 25 18 12 21 18 16 27 19 21 18 18 18 20 21 29 25 15 12 15 10 22 24 19 9 13 15 22 30 14 +001159 25 12 17 10 14 12 23 20 20 18 22 16 16 19 26 22 +001160 25 21 18 21 28 23 18 20 32 19 +001161 25 19 23 18 20 19 13 7 16 25 23 16 17 25 12 16 16 16 28 22 +001162 24 24 18 7 17 29 6 16 14 18 38 19 +001163 23 22 17 18 21 26 23 20 19 16 33 20 +001164 24 17 28 25 12 11 14 18 24 13 20 25 14 23 27 22 +001165 25 15 23 16 16 29 23 17 19 22 25 30 25 16 17 27 18 21 27 18 17 22 20 +001166 25 12 19 21 23 3 20 18 19 15 15 20 25 21 +001167 26 14 30 11 14 16 14 19 9 23 20 19 22 +001168 23 31 24 20 17 15 21 26 10 22 19 20 15 30 21 +001169 26 14 16 27 20 14 20 29 32 21 +001170 25 21 31 23 18 21 18 12 19 20 10 18 16 29 21 +001171 24 16 18 20 20 18 25 26 20 18 15 19 21 21 +001172 24 20 11 16 9 19 29 10 16 20 16 32 18 +001173 23 19 25 17 18 22 27 19 25 21 18 14 21 22 11 15 24 18 16 17 27 21 +001174 24 22 22 21 19 15 18 14 17 29 20 +001175 26 15 28 14 18 35 23 22 22 20 23 19 29 20 +001176 25 17 17 23 24 23 13 18 28 9 18 19 20 22 8 20 26 13 21 14 17 26 14 15 19 27 21 +001177 25 18 19 15 19 27 13 18 22 20 18 34 21 +001178 23 18 23 14 13 8 22 29 6 19 15 20 16 13 21 25 23 17 21 19 16 13 19 27 19 +001179 24 25 12 24 29 10 14 24 18 18 14 22 26 20 +001180 26 19 21 19 13 17 26 4 15 12 20 17 15 19 31 20 +001181 22 23 24 18 16 20 20 28 16 17 17 27 19 21 19 25 20 +001182 24 21 25 24 13 20 13 24 19 22 +001183 23 21 18 28 17 18 20 25 24 14 15 29 19 +001184 26 17 33 4 19 22 19 21 26 21 +001185 24 25 22 22 17 14 26 23 17 25 28 15 +001186 26 21 21 14 21 8 19 27 19 16 23 13 13 12 15 15 17 22 8 16 18 16 26 19 +001187 24 25 15 30 24 18 16 17 25 21 3 23 18 17 16 13 20 16 19 0 22 25 13 20 21 17 26 22 +001188 24 17 20 16 14 15 15 19 21 18 20 20 24 22 +001189 24 18 29 20 23 26 30 29 30 7 21 19 16 20 25 20 +001190 25 13 18 19 25 7 23 29 6 13 18 13 20 22 22 +001191 23 17 17 17 15 17 24 23 18 15 16 21 11 18 16 27 19 +001192 23 21 19 15 17 13 25 27 18 11 27 0 6 12 18 19 18 18 14 20 32 20 +001193 25 24 29 22 20 14 15 18 18 15 25 17 27 18 +001194 25 13 27 19 16 20 13 8 19 30 14 13 19 23 18 15 28 6 18 13 17 14 24 18 18 14 36 19 +001195 24 26 22 19 16 13 18 18 17 15 14 19 29 19 +001196 23 17 17 22 24 12 19 21 25 23 23 14 29 3 29 16 17 20 31 16 +001197 20 23 29 15 17 13 19 25 6 12 19 20 17 12 20 28 16 16 17 19 18 18 26 19 +001198 24 23 30 12 20 15 27 5 11 21 17 20 22 36 25 18 22 14 18 16 22 4 17 16 16 20 21 20 +001199 25 20 19 23 3 26 21 19 15 10 25 15 25 20 +001200 26 17 27 16 21 15 20 15 23 19 23 21 20 +001201 25 22 24 19 19 21 15 14 18 18 18 13 18 18 24 20 17 15 23 21 +001202 26 12 19 26 0 20 18 13 11 19 27 28 16 21 10 16 22 21 16 15 18 12 21 9 18 17 26 22 +001203 25 18 15 20 21 15 20 16 19 21 13 15 17 25 15 20 11 27 18 +001204 25 26 9 23 20 4 22 17 21 0 22 22 +001205 25 20 22 21 22 22 20 14 11 18 14 23 24 21 +001206 24 23 18 24 21 17 21 14 10 25 35 25 29 15 23 25 16 11 14 20 19 20 14 8 18 30 18 +001207 23 26 17 11 17 23 8 11 14 15 10 21 32 19 +001208 25 19 19 17 14 23 35 15 17 18 24 26 21 20 25 17 15 17 20 20 +001209 23 20 24 18 18 16 23 16 20 15 15 10 27 19 17 26 24 17 11 18 30 23 +001210 25 25 22 15 18 19 15 16 18 4 13 14 19 21 15 14 16 7 22 29 23 +001211 25 15 12 22 23 10 15 20 16 23 15 15 19 21 20 +001212 25 13 21 30 8 15 15 20 14 18 17 25 22 +001213 22 23 23 25 13 14 12 17 18 15 15 21 21 23 +001214 24 25 26 15 19 19 23 9 14 20 11 14 18 27 21 +001215 24 21 16 24 18 12 18 15 15 13 23 28 22 +001216 24 23 16 17 26 26 20 18 20 17 15 19 17 10 19 24 14 19 17 27 21 +001217 26 24 20 16 18 19 22 6 19 25 24 28 14 18 17 27 12 21 29 8 23 17 21 17 9 27 21 +001218 25 21 30 20 16 15 19 20 12 18 16 16 20 28 21 +001219 25 20 28 20 20 11 17 28 14 20 20 19 21 23 42 13 16 21 16 20 24 3 24 18 10 14 16 21 25 22 +001220 23 18 18 18 28 24 7 24 24 18 19 15 19 15 13 16 27 19 +001221 42 17 23 22 21 19 22 15 18 11 30 22 +001222 22 21 16 23 18 21 15 17 15 18 27 6 9 18 17 14 18 13 27 22 +001223 20 24 27 18 17 18 24 21 +001224 26 21 22 15 14 22 17 16 15 34 23 17 16 20 15 16 19 12 11 23 19 23 10 16 10 20 18 24 18 +001225 25 23 21 19 21 31 21 14 17 25 24 19 19 29 22 +001226 25 25 27 22 20 19 24 18 16 16 16 28 21 +001227 26 22 21 20 19 14 8 18 26 8 11 10 17 15 16 17 23 26 24 19 12 21 23 5 16 13 13 22 29 21 +001228 25 25 23 27 7 15 17 20 16 24 19 +001229 23 22 28 14 16 17 26 14 11 37 23 +001230 26 18 21 17 19 24 25 16 20 15 10 16 26 40 13 15 17 22 25 18 12 21 27 21 +001231 25 11 18 17 21 16 14 27 4 16 13 17 14 22 19 20 21 +001232 23 19 19 0 10 21 29 5 16 14 16 24 18 0 22 16 19 17 17 21 +001233 25 26 12 27 21 13 23 24 20 +001234 26 23 23 6 17 21 17 20 15 17 8 19 29 22 +001235 25 13 27 19 20 17 18 25 19 +001236 24 18 25 24 19 18 20 19 11 18 20 16 32 21 +001237 25 12 17 19 19 19 25 13 13 22 12 30 23 +001238 25 28 26 17 18 15 22 23 6 20 25 36 21 +001239 23 21 21 28 24 17 20 13 23 18 21 22 18 21 +001240 24 24 15 19 22 14 16 13 12 24 24 21 +001241 26 15 16 25 24 27 15 20 24 22 +001242 23 20 16 16 31 13 20 17 24 14 10 13 17 18 18 10 17 19 14 13 8 27 24 21 +001243 25 15 23 25 14 19 12 17 15 17 19 18 17 22 22 +001244 25 21 24 17 16 28 19 17 21 19 17 25 42 17 21 20 15 16 9 10 20 33 25 11 20 18 21 24 21 +001245 27 17 26 17 14 29 23 10 23 15 15 20 19 12 20 23 24 12 22 16 24 14 26 19 +001246 24 19 25 20 18 14 21 21 15 18 27 8 21 17 28 18 7 19 24 26 21 +001247 26 20 23 15 12 20 18 15 19 28 18 +001248 22 17 18 22 14 17 20 23 26 20 19 14 18 12 14 18 25 20 +001249 26 15 21 24 21 25 14 14 16 23 9 8 17 13 22 31 22 +001250 25 16 16 30 19 13 14 26 24 21 17 30 19 +001251 25 12 20 16 20 16 20 23 6 21 15 27 22 +001252 24 16 16 33 18 21 16 26 19 22 24 5 8 18 24 27 27 8 19 21 16 19 24 20 +001253 25 11 16 22 28 3 22 15 18 24 25 13 13 13 20 26 22 18 24 20 13 18 14 21 16 20 26 20 +001254 22 25 28 18 17 21 19 24 22 19 24 22 +001255 22 22 26 15 25 15 16 15 14 9 21 27 20 14 18 23 23 20 27 27 17 17 33 19 +001256 22 28 34 6 27 32 3 25 33 31 18 16 23 24 19 17 10 22 20 +001257 26 16 14 22 21 14 15 29 24 16 18 13 19 19 24 7 19 19 19 31 22 +001258 23 14 17 23 19 13 16 18 22 17 16 31 26 23 8 17 20 18 19 23 21 +001259 23 24 15 12 27 28 15 24 19 18 29 26 20 15 18 24 12 12 15 17 17 18 24 20 16 13 22 20 +001260 22 22 22 20 16 18 24 17 16 22 12 15 16 16 24 18 +001261 22 20 14 22 23 4 16 15 11 19 23 25 19 16 19 17 26 15 16 15 17 19 8 18 17 18 10 11 26 11 19 25 25 20 +001262 24 19 26 18 17 17 19 17 18 16 29 30 22 28 17 12 17 22 16 19 16 20 20 18 8 18 24 25 19 +001263 25 32 19 12 14 9 25 20 20 21 9 29 23 +001264 26 22 18 18 14 21 28 23 20 22 11 23 29 20 +001265 24 20 26 15 22 21 24 21 +001266 22 21 22 12 15 22 16 24 14 17 24 25 22 18 16 14 16 25 20 +001267 26 23 30 4 16 13 12 17 22 22 22 17 23 24 24 16 18 25 21 +001268 24 22 21 15 25 23 20 28 25 18 19 24 8 21 17 22 18 20 21 19 16 20 21 18 17 20 31 16 +001269 25 27 22 15 16 10 22 25 10 25 0 15 14 28 21 20 +001270 23 28 21 19 22 24 21 22 17 18 16 22 16 17 9 23 30 20 +001271 24 20 20 24 19 24 21 17 20 9 17 30 10 14 16 19 23 21 19 17 17 18 23 21 +001272 24 19 14 23 19 16 15 20 18 13 21 22 19 18 17 8 19 25 5 19 18 18 20 25 22 +001273 25 13 18 17 20 18 11 24 20 22 22 +001274 26 19 16 18 15 15 25 16 15 24 25 27 22 12 24 21 13 22 15 16 15 15 16 32 18 +001275 25 23 28 20 18 13 16 13 18 18 15 27 9 15 15 11 13 24 25 20 +001276 22 22 21 22 16 30 15 16 10 18 25 22 23 30 21 +001277 26 21 18 17 28 8 12 18 19 23 17 19 12 19 24 31 22 25 17 14 25 20 15 12 16 15 19 25 22 +001278 25 17 19 28 24 16 17 19 21 19 12 19 26 24 18 15 30 15 11 18 30 8 18 24 18 17 20 25 19 +001279 25 19 21 15 18 12 25 22 8 18 13 15 20 18 22 21 +001280 26 20 14 19 26 13 19 14 22 19 15 23 26 20 +001281 25 18 18 18 18 18 21 19 14 16 14 10 20 30 19 +001282 23 34 22 18 24 20 17 15 8 20 13 15 18 13 9 21 29 20 +001283 25 20 19 19 37 6 14 21 19 28 19 +001284 25 21 19 7 19 24 19 17 21 27 33 24 18 22 16 18 24 18 25 18 9 20 21 23 21 +001285 26 18 25 19 17 19 16 21 23 21 +001286 25 20 18 16 20 17 18 21 19 15 19 23 19 22 26 21 16 19 27 20 +001287 23 18 29 8 12 18 17 11 23 31 23 +001288 22 27 21 11 20 24 23 20 15 22 24 20 +001289 23 24 21 24 18 21 26 23 17 15 22 22 +001290 26 17 18 32 23 17 18 23 20 16 19 25 22 26 18 16 21 24 18 18 16 20 20 20 18 20 24 21 +001291 23 28 31 19 15 15 26 18 17 9 18 25 27 27 22 13 25 7 14 14 15 16 18 17 14 21 23 20 +001292 22 22 31 16 19 15 27 12 22 20 13 16 19 23 19 20 17 11 32 0 22 +001293 23 26 27 20 19 10 20 34 21 +001294 23 19 26 12 16 23 25 25 14 16 20 26 18 12 30 17 +001295 25 23 16 33 9 19 10 20 16 25 21 22 +001296 25 17 22 20 25 17 14 20 13 25 22 20 +001297 24 28 28 30 9 16 20 24 14 24 22 +001298 23 21 19 14 28 16 17 13 13 18 32 26 15 17 28 16 21 17 23 19 13 32 22 15 27 21 +001299 22 23 17 26 18 14 19 19 20 28 18 19 23 19 19 25 42 17 19 19 24 13 17 15 23 26 21 +001300 23 17 21 29 19 23 14 21 29 20 20 18 20 18 27 27 16 22 13 20 14 20 32 20 +001301 19 24 16 16 30 22 21 22 19 15 23 30 17 29 30 12 25 26 21 19 18 18 9 19 21 20 +001302 25 18 25 17 18 32 9 15 15 19 21 19 18 +001303 23 24 24 22 20 33 23 20 13 17 20 29 7 19 22 21 21 17 15 19 26 22 +001304 25 20 23 20 16 24 14 16 20 12 16 22 30 15 +001305 25 16 22 23 26 12 16 16 12 14 11 18 18 31 19 +001306 22 20 13 27 10 14 25 15 20 16 17 19 21 20 8 14 17 17 20 26 18 +001307 23 17 24 15 18 23 12 14 17 19 15 33 20 +001308 26 21 16 19 28 9 20 16 17 30 15 13 21 23 23 18 22 14 35 24 23 15 19 23 17 28 27 20 +001309 25 22 23 22 24 14 15 25 17 14 14 12 21 11 14 21 17 23 20 +001310 26 18 19 24 24 18 20 15 15 16 22 15 19 17 14 28 20 +001311 25 15 15 22 20 20 17 12 16 26 23 7 30 21 22 +001312 25 31 35 12 20 21 17 19 24 25 15 23 16 19 21 4 18 17 11 21 19 19 8 24 24 22 +001313 25 15 31 18 15 20 16 19 24 17 12 18 16 18 25 7 15 21 12 18 19 26 18 +001314 26 22 25 12 16 21 18 13 16 16 15 17 29 15 12 18 21 17 20 14 15 17 21 5 19 17 19 24 22 +001315 25 17 18 26 15 19 16 24 21 22 24 31 16 27 0 19 17 11 0 26 21 15 18 29 21 +001316 24 24 26 23 17 19 19 18 19 4 21 13 22 23 21 +001317 22 19 21 26 18 14 20 23 12 19 21 14 21 16 20 25 20 +001318 25 26 15 15 20 26 9 17 18 21 20 14 19 31 22 14 26 21 24 6 21 19 16 19 15 14 24 22 23 +001319 26 17 12 21 14 18 22 14 18 16 24 22 19 +001320 24 22 14 21 23 20 14 17 14 25 22 17 22 11 13 20 21 16 18 21 +001321 23 25 21 11 25 4 25 14 9 13 27 0 22 +001322 24 28 24 16 16 20 30 13 15 23 12 22 27 25 17 17 17 22 11 23 23 26 8 24 20 28 18 +001323 22 20 25 21 19 17 22 14 21 11 22 18 14 17 25 21 +001324 26 25 28 17 18 29 20 18 21 24 18 17 13 25 26 20 +001325 25 22 25 14 16 22 25 18 15 26 23 19 23 20 20 16 23 24 21 +001326 23 22 23 22 16 20 24 21 22 29 21 +001327 23 29 21 17 19 5 23 15 19 18 15 18 19 24 21 +001328 25 13 24 28 13 20 19 19 22 16 19 20 32 19 12 16 26 5 18 23 11 9 20 21 19 17 15 22 21 +001329 25 24 25 23 21 16 14 18 25 16 23 23 16 16 15 16 31 19 +001330 24 24 18 21 21 14 21 16 24 19 15 16 17 26 20 +001331 26 26 20 18 18 12 17 26 12 22 15 10 34 17 +001332 22 25 27 21 16 15 18 28 14 18 12 14 16 15 18 25 8 20 16 17 19 25 22 +001333 23 22 21 22 14 21 18 14 17 27 23 19 23 31 21 +001334 25 19 13 24 26 19 12 17 26 19 19 24 6 17 14 19 23 16 18 13 25 20 +001335 26 18 13 17 31 4 14 18 18 23 16 18 20 20 21 +001336 25 19 22 25 21 18 17 17 18 17 24 12 17 21 16 17 8 20 32 18 +001337 23 19 20 25 18 17 15 17 14 20 25 6 24 13 10 18 35 19 +001338 25 15 16 18 22 23 17 17 24 22 16 19 20 12 17 10 20 21 18 17 16 11 27 21 +001339 25 17 13 12 15 19 21 25 21 +001340 23 19 20 22 17 20 17 16 19 29 13 22 14 22 23 23 15 18 14 32 15 +001341 23 28 18 18 17 26 27 15 18 23 27 18 18 16 33 20 +001342 22 24 17 25 4 21 19 16 10 18 24 24 24 21 13 18 27 19 +001343 26 13 21 25 11 26 7 18 17 18 18 16 21 30 20 +001344 25 18 14 21 27 18 26 35 18 23 19 20 32 7 24 24 20 15 17 27 20 +001345 25 17 22 18 11 19 30 23 14 16 16 12 23 23 18 20 15 14 19 27 7 12 15 19 32 20 +001346 25 20 19 15 26 18 17 17 15 17 23 23 36 25 23 6 14 16 14 19 17 26 15 25 14 25 21 16 19 17 12 25 19 +001347 23 31 13 22 26 8 10 9 16 19 19 19 28 19 +001348 24 26 26 19 14 16 15 16 16 12 33 24 17 13 17 23 18 22 10 18 23 19 +001349 26 21 28 25 19 16 28 21 13 14 25 10 19 20 22 18 28 19 +001350 24 22 18 27 17 15 15 16 20 30 20 +001351 24 22 14 17 24 17 17 27 23 14 26 27 19 13 25 22 18 25 19 19 25 22 23 19 14 18 31 17 +001352 24 24 18 15 22 28 7 16 18 18 21 23 20 +001353 23 22 24 17 17 23 28 16 13 16 16 26 21 +001354 25 16 26 18 16 19 23 17 22 22 30 17 21 15 16 19 22 8 21 17 16 14 17 23 19 +001355 26 18 26 26 13 16 22 19 14 13 20 34 17 +001356 22 21 24 20 19 12 25 31 13 22 23 8 22 17 16 25 15 20 +001357 22 17 17 26 17 16 14 15 17 25 6 24 24 10 13 14 17 24 20 19 +001358 26 19 16 20 22 14 8 14 16 23 9 21 20 17 20 25 20 +001359 25 14 24 14 25 30 20 22 18 16 7 17 19 29 18 +001360 23 24 18 21 18 23 16 16 19 20 21 34 21 +001361 25 15 20 16 18 14 13 17 20 21 18 22 17 19 26 4 18 21 23 25 20 +001362 24 17 17 25 11 18 16 12 16 24 18 22 19 19 20 21 14 29 19 +001363 17 27 19 18 16 14 16 16 20 17 22 32 13 14 14 21 24 14 18 18 17 22 20 +001364 24 19 22 22 15 21 28 14 21 22 12 20 24 22 +001365 26 17 26 19 15 30 22 22 20 15 17 16 26 19 +001366 22 18 18 17 21 17 14 21 21 22 33 16 23 16 15 23 25 21 24 24 22 22 17 14 23 28 21 +001367 25 29 17 15 18 21 27 6 17 20 19 19 20 15 17 23 20 +001368 24 20 28 17 19 11 14 19 24 19 17 17 17 22 16 17 16 23 19 19 23 4 19 14 17 22 20 22 +001369 25 22 22 9 14 14 13 20 15 17 8 19 20 17 18 18 25 13 17 14 18 31 22 +001370 24 18 19 18 16 24 20 16 14 16 18 22 41 16 12 18 15 19 23 19 30 5 17 15 16 18 29 23 +001371 22 19 14 22 24 21 20 23 17 17 25 24 23 12 23 35 13 29 12 18 17 22 26 7 22 21 12 20 31 16 +001372 22 27 26 28 23 17 16 18 26 15 18 19 18 16 23 22 21 23 17 16 21 31 19 +001373 26 14 25 15 26 11 12 16 13 12 9 10 29 20 20 20 21 +001374 26 12 14 13 15 24 21 23 16 18 23 15 12 17 21 23 20 +001375 23 25 25 12 18 22 27 32 13 17 13 12 19 18 22 21 20 5 22 23 20 14 15 28 19 +001376 26 13 18 19 13 18 23 18 16 23 11 14 11 11 20 26 19 22 29 21 +001377 26 21 25 18 19 18 14 20 28 19 14 16 16 19 26 21 +001378 24 22 20 11 17 21 27 23 16 14 13 16 15 20 24 21 16 10 32 22 17 17 22 19 16 16 30 21 +001379 23 28 21 16 22 24 23 21 21 15 20 17 19 23 23 19 12 12 27 19 +001380 23 20 20 19 15 22 28 12 15 24 30 20 +001381 25 19 18 18 14 21 26 23 15 18 13 28 16 +001382 25 19 17 18 28 14 15 22 22 17 18 14 19 20 8 19 26 16 17 23 28 20 +001383 23 17 16 27 30 20 17 20 31 17 +001384 26 17 18 15 12 23 30 21 +001385 25 21 23 17 18 30 20 14 10 20 30 19 +001386 26 29 20 24 26 13 12 18 24 22 16 15 16 20 27 16 28 20 18 19 30 20 +001387 23 22 19 18 31 23 19 15 11 22 24 21 +001388 26 20 17 22 20 17 18 13 7 23 18 15 19 15 20 29 19 +001389 22 20 19 24 23 23 21 17 20 31 21 +001390 23 20 17 12 16 16 28 18 14 13 13 27 12 35 15 +001391 23 25 18 15 28 26 20 17 36 19 +001392 22 21 28 21 17 9 24 5 22 19 18 27 11 21 15 16 20 19 24 15 30 3 18 17 17 17 15 15 9 19 23 20 +001393 22 23 24 19 27 20 15 15 21 20 19 24 20 +001394 22 20 14 21 23 25 20 19 16 16 19 16 9 17 10 31 17 +001395 25 18 9 15 14 15 20 23 21 20 34 20 +001396 22 25 29 16 9 16 25 22 24 20 +001397 25 17 24 14 21 14 27 7 13 18 19 19 20 21 31 20 28 16 9 16 21 30 16 +001398 25 28 13 34 26 16 34 14 24 23 16 21 33 21 +001399 25 25 22 16 14 12 20 23 9 22 29 21 +001400 23 18 17 21 27 16 15 23 14 17 20 14 23 22 +001401 24 25 16 16 28 15 18 19 19 18 18 7 16 18 23 26 20 +001402 25 19 17 15 27 0 21 17 15 18 19 19 21 +001403 26 23 24 21 19 19 26 17 20 24 21 17 20 27 26 20 35 27 22 20 35 20 +001404 23 20 16 28 23 16 20 21 19 14 15 18 11 16 18 18 22 20 +001405 26 23 21 20 22 15 20 24 15 21 18 28 15 18 21 14 8 18 37 18 +001406 23 28 25 19 11 18 28 11 23 20 16 19 19 26 19 +001407 23 19 17 19 25 15 19 15 17 23 23 24 17 11 15 20 26 20 +001408 22 19 26 17 13 18 26 20 19 17 21 20 27 21 21 25 22 22 28 21 +001409 26 28 24 20 22 13 19 32 21 +001410 26 14 16 24 20 27 18 17 32 4 20 17 20 16 24 21 +001411 24 19 13 17 26 7 19 17 18 20 16 10 20 23 21 17 19 15 18 31 6 13 15 10 19 28 17 +001412 25 14 20 17 22 22 26 19 +001413 25 20 14 19 26 21 18 17 26 22 +001414 23 20 17 26 19 16 16 26 18 27 23 14 12 16 14 10 19 27 18 +001415 26 17 17 19 26 10 25 25 28 25 18 20 26 18 12 20 12 18 15 17 21 22 +001416 23 19 23 29 12 19 24 19 13 20 22 18 18 17 28 22 +001417 23 22 21 19 15 19 20 23 22 +001418 23 21 29 18 22 21 17 25 23 16 20 30 18 +001419 22 20 16 30 7 24 21 16 19 22 27 22 17 17 9 19 24 20 +001420 25 21 19 19 26 22 20 17 17 13 21 35 23 19 13 28 21 17 12 17 19 24 20 +001421 23 23 25 4 16 12 14 19 22 23 21 16 21 17 21 21 +001422 25 19 25 20 20 22 22 15 22 27 28 12 14 15 17 20 20 23 23 19 19 7 16 21 30 19 +001423 25 14 26 17 20 20 20 15 33 21 +001424 26 13 17 16 26 31 20 21 14 17 18 19 18 20 22 31 13 23 17 22 17 20 13 17 15 18 25 18 +001425 22 25 24 24 23 23 23 13 16 14 13 16 22 19 16 22 10 14 21 20 12 20 20 14 17 35 16 +001426 38 22 25 20 10 14 19 21 19 18 25 21 +001427 25 18 19 30 18 18 17 18 29 20 23 16 18 21 13 17 18 31 20 +001428 24 26 25 20 16 21 27 29 22 21 23 21 +001429 26 17 23 17 16 18 24 16 12 18 16 29 38 22 19 13 14 21 13 17 23 11 21 23 20 22 26 21 +001430 23 20 15 23 29 5 12 14 23 32 20 +001431 25 10 11 18 26 4 14 16 17 14 15 12 11 18 25 20 11 18 16 21 18 20 18 10 16 22 4 17 19 20 28 20 +001432 23 26 20 14 19 19 16 13 24 22 9 16 33 19 +001433 22 20 26 19 20 15 17 23 24 12 12 26 20 4 13 16 24 27 +001434 25 18 23 15 14 15 18 19 26 21 21 19 16 30 13 19 13 15 15 20 26 20 +001435 25 14 17 19 24 11 16 21 15 12 20 13 22 15 19 31 20 +001436 25 12 16 22 17 12 17 17 31 18 19 15 15 22 20 17 15 21 34 17 +001437 24 23 22 20 16 18 28 34 17 22 19 21 19 27 9 14 18 18 14 20 24 17 17 16 19 27 21 +001438 22 19 18 15 13 20 23 14 13 21 27 21 +001439 23 14 16 26 18 13 15 20 14 13 9 22 17 21 21 +001440 23 16 17 26 22 18 24 26 23 +001441 24 20 22 21 19 24 7 15 22 21 18 17 13 11 16 29 37 15 17 22 19 16 13 27 13 14 21 28 20 +001442 26 17 20 18 16 18 31 9 28 17 12 13 19 33 20 +001443 24 19 23 21 14 17 14 12 11 21 21 25 14 14 27 20 +001444 22 17 21 23 9 22 18 16 20 23 19 +001445 23 21 16 14 15 20 23 18 12 20 24 3 16 19 19 15 13 31 21 +001446 24 26 26 17 16 23 21 4 15 17 19 18 25 18 +001447 22 31 15 16 16 21 18 24 11 17 20 18 18 23 22 +001448 25 21 29 7 13 17 19 28 19 22 17 17 17 29 27 17 28 16 17 25 21 22 +001449 26 18 23 20 14 17 23 23 19 14 20 13 33 20 19 18 23 25 19 22 26 21 +001450 25 17 19 18 28 20 25 15 11 17 26 4 18 12 19 18 16 14 18 28 20 +001451 26 15 21 17 29 17 28 19 15 14 29 3 18 14 21 28 17 +001452 25 27 26 21 25 20 17 22 16 9 20 32 18 +001453 25 21 22 0 20 15 17 24 16 12 19 21 34 19 18 20 0 28 15 19 28 21 +001454 23 20 19 16 32 6 14 15 19 27 26 20 21 19 9 23 23 22 +001455 24 24 23 18 20 27 18 28 22 +001456 23 21 21 24 20 15 19 34 32 16 19 13 20 19 19 15 18 34 21 +001457 23 22 19 20 18 19 25 3 12 22 21 31 20 +001458 25 27 17 21 31 24 19 24 37 22 +001459 25 14 21 17 17 15 21 21 12 30 17 +001460 23 21 24 23 16 20 21 25 13 25 15 21 26 29 20 +001461 24 24 22 20 20 16 13 15 19 16 30 21 +001462 22 31 21 18 14 23 29 36 16 17 25 21 13 9 17 15 27 16 16 24 25 18 23 17 15 28 19 15 25 21 +001463 23 28 17 15 13 18 25 18 13 21 16 9 33 19 +001464 25 14 17 18 16 19 21 16 19 41 30 0 23 24 0 26 27 24 18 10 25 23 20 +001465 25 13 18 18 16 21 16 29 20 +001466 25 19 21 18 13 23 15 8 25 20 21 9 24 23 26 21 +001467 26 16 19 17 19 25 18 18 22 17 14 21 23 18 17 19 16 16 20 38 17 +001468 26 18 22 17 20 22 4 19 18 15 16 17 12 15 11 23 20 37 12 21 19 17 30 6 13 18 15 28 20 +001469 23 14 15 15 28 5 12 17 19 15 21 14 11 12 15 19 14 19 25 22 +001470 26 21 15 18 27 19 16 21 15 18 20 18 12 18 20 17 10 16 27 20 +001471 22 21 31 19 13 17 16 18 15 28 24 16 23 18 15 24 18 17 24 24 19 +001472 26 11 26 14 19 20 9 19 29 7 9 18 17 22 24 23 +001473 24 25 29 20 19 15 21 22 16 9 19 16 8 19 22 28 20 16 12 15 17 20 20 21 +001474 25 15 19 17 34 21 14 14 16 28 13 17 17 28 22 +001475 25 22 22 24 22 12 30 20 11 34 19 +001476 22 20 24 17 18 19 15 20 17 24 22 +001477 25 14 21 17 15 10 19 17 24 17 24 15 22 24 13 18 24 9 19 19 15 25 19 +001478 24 18 18 21 19 18 27 19 18 27 15 18 14 29 19 21 18 20 26 19 +001479 24 25 23 6 13 22 26 20 +001480 22 28 28 3 17 19 17 23 28 15 26 16 18 18 12 16 18 17 32 21 +001481 22 28 26 22 26 15 14 20 23 4 18 13 13 22 14 16 7 20 27 20 +001482 25 14 17 20 23 20 19 13 9 16 33 25 10 21 25 12 16 15 27 24 25 15 18 22 20 28 19 +001483 23 19 23 19 18 12 16 15 15 16 13 8 17 28 22 10 22 26 14 14 10 20 16 20 26 21 +001484 24 17 18 28 20 17 16 16 11 24 20 17 20 18 11 8 21 16 15 21 17 21 +001485 26 17 17 28 22 23 19 15 20 25 21 +001486 24 22 12 21 21 26 32 27 19 23 26 24 23 21 17 12 23 18 17 17 15 27 34 16 20 19 19 17 26 20 +001487 23 21 27 19 25 17 18 14 32 23 17 20 15 21 12 11 18 23 30 20 21 23 16 12 32 21 +001488 23 27 29 15 19 21 21 17 18 18 19 23 18 20 +001489 26 16 22 20 10 12 18 0 15 22 20 20 +001490 25 20 18 22 23 17 20 22 15 25 7 14 14 14 16 17 15 11 18 19 27 20 +001491 25 14 20 25 21 20 20 16 23 18 15 19 28 33 19 18 19 13 9 22 16 17 18 27 19 +001492 26 17 22 20 20 15 28 16 13 12 32 22 20 13 26 36 22 27 24 19 20 32 25 20 14 15 18 24 29 17 +001493 26 21 30 16 16 20 22 23 16 22 +001494 22 23 16 18 21 18 15 21 28 20 +001495 23 19 27 21 13 20 27 6 22 25 17 19 23 28 18 +001496 22 29 12 26 22 16 20 16 19 17 16 19 29 16 +001497 22 33 27 18 14 12 18 16 21 19 16 23 29 18 28 7 12 17 19 32 19 +001498 26 11 17 18 20 18 14 18 14 22 24 20 +001499 23 22 17 21 26 16 21 30 20 +001500 23 19 25 19 14 21 20 20 14 18 14 29 20 +001501 24 19 22 18 12 17 29 24 16 27 16 20 20 14 17 20 17 24 22 +001502 26 18 17 25 14 16 25 14 11 17 29 26 22 22 14 18 17 16 16 18 25 17 21 20 18 17 19 27 22 +001503 26 23 23 17 17 22 16 13 25 20 17 20 25 21 13 20 26 20 +001504 22 25 24 17 17 22 15 19 24 35 18 14 25 20 12 16 11 23 29 20 15 24 34 18 11 24 18 21 18 17 18 25 20 +001505 25 22 29 20 16 15 11 12 24 11 18 30 22 +001506 24 21 18 20 19 20 13 15 13 20 25 17 14 24 17 20 25 31 14 26 18 15 16 13 18 26 21 +001507 26 13 29 10 23 32 16 17 13 10 18 18 26 21 +001508 28 15 16 18 19 26 22 13 24 15 28 21 +001509 25 22 21 16 29 17 12 9 22 18 11 12 21 23 21 +001510 25 16 20 32 23 22 18 15 30 12 30 19 9 20 8 25 16 23 13 10 14 16 23 18 +001511 25 16 19 24 6 15 22 13 18 27 8 11 13 19 31 6 24 21 18 29 20 +001512 20 24 20 16 19 17 12 24 22 29 14 25 16 15 15 20 27 28 16 15 14 17 15 21 22 20 +001513 25 18 19 26 18 21 18 15 31 17 +001514 23 24 22 18 18 19 14 17 17 16 20 15 15 24 18 15 23 3 22 15 20 17 23 20 +001515 22 24 18 18 18 12 19 25 24 11 17 27 29 27 19 16 17 15 17 13 17 16 19 23 18 +001516 19 24 17 27 18 14 19 32 20 18 21 25 22 +001517 26 12 22 13 18 24 17 17 10 15 22 25 16 17 20 28 21 +001518 25 19 19 20 31 15 17 18 9 17 20 14 18 20 16 24 19 21 +001519 23 15 13 22 27 11 18 27 20 12 22 19 22 +001520 22 21 20 30 16 9 17 20 27 20 20 24 18 17 19 13 16 24 21 +001521 23 17 18 17 18 15 14 15 23 11 21 22 18 16 0 19 13 26 19 14 14 13 26 9 22 20 16 19 27 20 +001522 22 18 20 29 27 16 18 23 16 30 21 +001523 25 23 22 18 12 16 24 5 21 30 9 13 19 15 19 26 21 +001524 25 21 14 18 25 14 15 15 14 28 17 15 17 22 33 13 20 17 13 18 22 4 13 14 18 29 16 +001525 25 17 13 13 19 21 24 18 12 19 21 29 21 +001526 23 26 16 17 19 22 3 18 16 19 14 16 21 30 20 +001527 24 17 18 20 18 10 25 26 20 11 10 19 24 9 15 15 9 12 21 17 23 20 21 +001528 23 19 19 30 15 14 19 18 19 20 21 47 20 14 18 11 18 15 16 26 19 20 16 18 14 25 31 20 +001529 23 22 21 16 14 16 18 23 6 16 21 18 15 17 30 16 +001530 23 22 24 22 22 15 17 25 21 20 15 17 15 22 33 12 21 17 18 21 20 14 16 24 18 22 +001531 24 19 15 20 23 19 25 17 13 22 23 22 +001532 25 19 11 13 22 21 19 16 17 11 16 24 6 14 22 17 17 5 21 16 18 13 24 21 +001533 24 18 20 18 20 14 22 17 24 15 19 15 28 13 17 16 27 15 15 29 20 +001534 22 19 21 22 14 21 19 17 10 17 21 21 20 17 21 16 29 21 +001535 23 25 19 20 19 17 13 27 25 16 21 8 21 26 13 19 19 32 19 +001536 23 21 16 25 8 16 21 12 23 19 17 18 14 32 18 +001537 23 18 18 27 11 13 19 18 12 8 11 31 17 19 24 19 22 +001538 25 20 18 21 17 18 18 11 17 22 21 +001539 25 13 16 29 5 10 17 22 19 14 19 21 21 +001540 23 19 21 21 20 20 16 12 9 17 30 21 +001541 22 27 19 17 22 22 20 20 21 19 25 27 21 15 22 29 18 +001542 25 17 20 15 14 27 19 18 18 20 18 6 15 19 14 15 17 17 31 18 +001543 23 23 20 22 22 18 18 24 22 17 22 21 17 14 17 20 29 19 17 25 15 15 18 21 +001544 24 24 15 22 26 5 11 15 15 14 22 21 9 16 17 16 15 14 22 25 22 +001545 26 13 22 27 6 14 23 13 18 28 31 15 16 19 11 14 18 14 19 24 20 +001546 23 21 18 16 16 23 20 17 22 17 17 11 25 11 14 14 12 17 27 21 14 22 19 +001547 24 25 14 11 16 16 27 19 17 26 19 22 +001548 26 24 25 17 24 21 14 18 15 17 29 19 +001549 23 23 23 22 14 22 20 4 19 16 18 18 17 27 22 +001550 25 23 30 16 17 11 18 17 27 21 +001551 25 15 24 20 20 20 25 20 19 40 20 +001552 25 16 20 21 19 8 17 18 18 17 14 23 21 +001553 23 20 21 18 26 3 18 18 14 18 18 17 21 29 26 11 21 18 18 25 17 15 19 10 16 12 17 26 18 +001554 23 19 20 16 22 24 8 16 25 14 19 15 26 22 20 17 18 16 24 27 19 +001555 22 19 10 22 13 12 19 23 24 17 18 21 17 20 15 13 29 18 +001556 18 22 21 22 21 18 19 23 8 18 21 20 27 21 +001557 23 25 19 15 13 16 15 20 21 16 24 23 24 19 18 26 22 20 11 9 15 18 18 31 21 +001558 22 23 12 24 18 23 15 21 18 20 17 18 26 21 +001559 23 17 11 20 26 19 18 19 22 11 22 20 15 17 17 31 20 +001560 26 26 20 27 10 17 23 19 17 33 18 +001561 23 25 14 28 9 11 11 15 20 16 11 14 11 17 22 23 23 12 13 15 15 27 20 +001562 22 32 29 9 20 21 17 10 13 17 25 28 18 18 25 18 12 18 17 19 25 17 20 +001563 22 23 23 19 19 22 8 12 15 16 16 15 23 17 18 15 31 19 +001564 24 26 17 24 18 7 19 22 21 23 24 11 17 12 21 26 17 16 18 21 23 21 +001565 25 20 16 10 15 17 18 26 19 17 20 31 23 +001566 25 22 12 20 21 14 16 28 20 14 17 19 16 12 15 17 21 21 +001567 25 17 11 14 16 28 29 19 17 24 20 15 26 18 15 13 14 21 20 13 10 18 23 18 +001568 25 16 14 24 16 23 21 16 22 20 +001569 25 14 18 14 17 31 21 17 30 18 24 23 13 18 14 16 20 26 21 +001570 25 17 15 19 15 19 24 23 15 12 13 22 23 13 13 16 24 28 21 +001571 25 12 17 15 21 15 18 15 10 17 24 32 9 16 18 25 5 23 22 16 15 16 18 20 19 +001572 24 19 22 12 18 16 21 16 15 16 19 27 27 18 21 14 19 14 21 24 20 +001573 23 25 17 19 18 12 14 19 28 23 +001574 22 27 25 14 13 25 25 11 19 20 16 12 24 24 32 17 26 22 16 17 17 25 20 12 9 10 18 32 20 +001575 23 19 20 25 14 10 19 20 21 18 15 16 24 23 +001576 25 16 19 23 18 14 28 21 17 20 27 18 +001577 24 25 21 18 18 25 13 19 15 24 19 14 33 22 17 22 16 9 19 20 27 18 +001578 25 23 14 21 26 19 16 13 19 13 22 28 16 +001579 22 23 23 17 17 14 15 19 22 21 26 18 12 18 19 14 10 18 34 17 +001580 26 18 13 21 23 26 17 17 11 20 21 14 10 18 30 19 +001581 23 19 15 23 23 17 13 13 14 14 17 18 26 19 +001582 23 21 16 13 21 22 8 14 18 18 27 13 13 17 20 23 21 17 19 15 28 6 11 17 8 14 19 27 20 +001583 23 18 26 20 13 11 17 16 17 16 16 24 32 13 15 14 14 16 15 16 27 6 11 11 18 0 20 29 16 +001584 24 19 15 19 18 8 20 26 20 13 15 19 20 24 11 18 22 21 +001585 22 19 18 21 27 23 21 14 23 12 9 21 0 9 22 24 20 21 14 21 11 10 14 22 15 26 19 +001586 25 24 15 24 18 14 10 16 23 18 21 +001587 25 19 21 21 18 10 30 20 12 15 11 24 7 17 17 20 19 15 10 20 12 22 25 19 +001588 25 17 20 18 19 27 24 18 26 16 11 16 22 28 21 +001589 24 21 25 18 15 29 22 21 24 19 14 10 37 19 +001590 22 19 24 23 15 21 22 29 34 22 18 21 22 22 +001591 23 17 20 24 21 25 13 21 24 27 18 16 24 17 15 16 17 15 15 22 24 8 13 25 21 +001592 23 29 21 19 19 27 23 21 18 14 21 27 17 20 22 16 12 20 24 18 +001593 25 20 16 17 29 24 14 24 13 23 28 11 14 27 17 21 29 17 +001594 25 20 20 29 19 19 27 18 18 24 38 14 15 14 27 6 13 23 21 14 14 15 9 19 28 19 +001595 24 22 13 17 22 22 28 22 28 13 12 10 19 19 19 21 16 15 31 19 +001596 22 20 17 21 15 9 17 29 19 16 33 19 12 18 23 15 21 22 18 19 24 9 14 18 15 28 21 +001597 23 20 20 23 22 23 27 20 19 16 11 24 23 26 21 19 23 23 18 17 16 27 29 19 19 19 14 18 29 20 +001598 23 23 23 19 15 17 22 18 20 17 31 17 +001599 23 22 15 18 35 5 16 17 24 26 20 +001600 23 31 26 3 12 13 14 16 18 25 16 18 22 24 19 +001601 24 21 26 3 17 19 17 14 13 21 6 23 14 20 19 22 13 18 15 14 13 30 22 +001602 23 23 13 16 17 18 22 19 16 10 26 23 15 18 31 23 +001603 26 22 13 7 26 27 15 18 19 26 21 +001604 23 22 18 27 17 19 19 21 13 17 30 15 14 8 17 15 16 16 19 5 15 24 18 21 +001605 25 23 14 16 18 17 23 19 16 15 15 15 19 25 11 16 22 12 16 21 17 22 +001606 26 24 25 18 15 15 17 15 13 16 28 21 +001607 26 23 24 10 16 15 17 16 16 18 16 15 18 19 13 16 14 18 22 14 21 +001608 25 18 24 12 15 13 16 17 8 13 16 18 21 20 10 19 21 21 15 21 17 19 21 21 +001609 24 16 14 14 14 8 19 18 26 13 19 17 18 24 18 15 17 22 21 +001610 24 19 20 6 12 15 18 15 16 18 15 16 32 20 +001611 25 18 18 17 18 12 13 19 15 18 21 20 15 18 17 14 16 14 22 24 17 15 17 14 22 22 +001612 25 21 25 12 17 17 15 22 25 23 +001613 24 32 18 20 15 12 18 20 25 18 23 23 20 26 20 +001614 25 24 22 14 15 17 16 24 17 14 15 21 10 9 19 27 15 16 18 26 21 +001615 21 20 25 10 20 23 13 25 22 22 17 17 27 19 23 21 13 24 15 22 24 21 +001616 25 21 17 14 17 13 17 26 10 14 16 18 20 17 17 21 27 24 +001617 23 24 23 17 16 13 9 18 23 19 +001618 26 15 11 19 16 19 23 23 13 11 28 23 25 16 14 24 13 12 14 7 15 23 18 +001619 24 24 18 23 22 21 17 8 10 7 21 22 23 15 17 20 16 14 14 15 18 18 16 21 21 +001620 24 21 27 10 19 16 17 21 16 14 16 18 17 15 5 23 16 19 20 23 +001621 25 16 11 16 18 23 18 19 14 14 19 20 6 17 16 17 22 22 +001622 23 26 29 13 16 19 25 23 19 30 26 21 23 10 20 25 6 29 23 16 12 16 23 25 20 +001623 28 12 16 23 23 19 12 18 13 9 19 19 20 22 +001624 24 19 15 19 13 6 15 18 28 14 16 15 25 11 18 16 22 22 13 18 22 19 20 +001625 24 16 13 18 13 5 18 22 13 10 15 16 26 10 15 22 23 22 +001626 25 13 14 17 19 21 24 23 21 24 29 22 +001627 23 19 21 15 15 17 22 4 12 19 12 16 15 26 6 10 22 16 17 15 12 14 26 21 +001628 24 13 20 21 23 19 13 21 23 13 19 14 29 12 10 13 19 19 16 19 16 26 19 +001629 26 12 12 18 25 8 25 15 19 16 15 17 21 7 13 17 12 19 18 12 17 14 26 20 +001630 26 23 22 21 16 17 20 28 11 20 24 22 20 18 20 24 21 +001631 25 20 21 19 4 23 25 17 20 16 12 7 16 16 20 5 16 20 15 21 24 24 +001632 25 23 21 13 19 20 21 13 19 26 17 21 18 13 20 23 10 17 14 24 22 +001633 23 21 26 7 13 15 15 18 21 13 15 5 18 17 27 25 24 28 19 21 18 21 27 22 +001634 25 25 16 21 25 5 22 11 24 29 22 +001635 26 17 17 10 18 19 13 16 25 21 21 +001636 25 19 25 14 15 16 14 17 31 18 11 14 16 17 23 27 25 22 21 18 12 13 21 18 25 23 +001637 26 18 22 13 20 20 15 18 12 14 6 15 18 22 14 15 17 15 15 15 23 20 +001638 23 23 23 15 11 17 20 13 19 18 13 18 23 19 19 16 20 30 5 19 21 29 11 14 20 29 23 +001639 24 20 24 14 19 32 19 23 6 18 19 18 16 7 17 18 19 23 9 14 17 12 22 26 22 +001640 47 28 21 22 14 17 11 10 14 23 23 21 +001641 25 17 14 14 25 5 23 25 15 15 15 15 11 12 13 19 28 21 +001642 22 21 18 17 20 17 13 12 24 12 12 16 25 19 15 15 21 21 13 7 15 17 26 20 +001643 26 14 22 15 25 22 24 21 16 17 21 22 +001644 26 16 22 19 18 19 19 16 19 13 14 16 16 20 27 12 16 10 17 18 15 12 8 18 15 26 22 +001645 25 16 20 22 12 18 16 22 5 19 16 14 14 8 19 31 4 21 18 17 20 14 18 27 20 +001646 25 19 22 16 20 18 16 16 22 5 18 19 20 22 +001647 25 15 19 15 18 12 22 4 19 21 14 17 18 27 22 +001648 25 17 20 27 15 7 18 17 24 20 22 22 4 12 14 17 12 13 14 17 14 25 22 +001649 26 29 32 17 19 16 16 13 15 16 14 19 20 14 18 21 15 15 28 22 +001650 23 21 12 22 18 15 18 26 19 18 16 26 22 +001651 25 23 26 16 18 29 17 12 15 19 22 22 +001652 26 17 22 25 26 17 18 23 20 +001653 23 25 20 20 15 25 21 16 22 31 21 +001654 25 20 19 18 19 28 14 19 19 25 20 +001655 24 31 20 17 17 31 18 17 19 12 23 27 19 20 16 22 18 12 23 15 15 19 19 21 +001656 23 20 25 20 19 18 16 14 15 10 17 24 19 20 19 9 17 22 24 13 16 20 30 6 12 15 12 16 19 23 23 +001657 24 22 19 17 21 17 14 17 21 4 18 15 18 24 22 +001658 25 18 24 18 19 16 18 23 20 15 19 21 16 15 17 10 15 17 14 15 24 21 +001659 25 18 25 33 22 24 18 22 15 8 18 21 21 +001660 23 26 22 18 17 16 18 13 15 17 21 23 +001661 23 20 21 18 19 8 14 22 25 23 +001662 26 17 23 15 20 29 5 24 17 26 20 +001663 23 24 23 24 18 17 16 25 27 13 19 24 4 13 18 9 17 21 28 13 16 15 18 19 8 18 16 16 18 20 23 +001664 23 19 16 23 21 4 21 18 18 23 21 +001665 25 13 14 20 22 9 24 18 8 14 15 14 33 23 +001666 25 19 24 20 16 28 3 19 15 13 20 19 14 17 8 17 22 28 15 13 15 14 16 24 4 20 16 21 27 24 +001667 24 19 19 17 13 15 21 19 19 19 19 12 29 24 +001668 24 21 19 23 15 16 13 16 19 13 18 10 23 22 17 17 15 24 29 25 22 23 8 13 25 15 8 18 27 21 +001669 23 21 18 30 12 18 18 26 11 20 11 18 17 17 19 18 11 5 22 21 25 23 25 15 21 30 22 +001670 25 26 17 12 21 22 16 14 17 28 34 13 25 18 15 15 22 22 16 15 15 20 20 20 +001671 26 13 24 20 15 17 23 20 24 19 10 20 16 21 27 17 16 14 8 20 25 25 16 24 14 17 23 32 22 +001672 26 16 23 24 18 16 12 18 28 11 22 20 16 18 16 32 16 +001673 23 25 19 18 14 33 6 19 16 18 23 18 21 13 9 12 12 15 24 24 16 12 17 27 7 18 33 20 +001674 24 19 11 25 24 25 10 19 20 17 19 28 26 +001675 21 22 14 15 7 17 22 15 21 29 8 15 16 15 19 15 7 18 15 17 20 15 22 +001676 25 13 18 21 18 15 18 21 15 15 12 20 16 14 13 14 18 21 23 +001677 24 30 17 17 24 17 13 19 12 5 18 19 26 22 +001678 26 25 14 17 12 8 21 26 20 17 11 17 20 27 12 17 21 13 17 23 22 +001679 24 24 16 18 8 15 16 13 21 7 14 18 11 22 30 23 +001680 25 18 18 18 23 20 12 13 15 21 16 18 17 25 22 +001681 25 26 10 14 18 12 8 20 29 12 16 19 26 22 +001682 24 16 28 12 11 14 28 14 13 15 20 17 19 20 22 16 16 14 23 14 16 17 28 22 +001683 25 16 19 15 15 14 24 22 20 15 17 17 28 14 18 16 21 12 11 13 22 19 21 +001684 26 23 20 25 19 18 25 27 26 23 17 17 19 22 20 11 20 23 13 23 25 22 +001685 19 20 25 19 17 19 16 26 16 17 30 21 +001686 24 24 25 24 11 17 13 12 21 13 14 9 17 20 20 12 20 19 25 22 +001687 23 25 26 6 15 18 18 14 21 25 7 17 13 24 18 16 15 21 10 20 13 17 15 19 19 18 18 20 21 +001688 24 20 13 14 17 19 23 14 13 17 22 22 +001689 26 23 18 19 14 14 17 17 23 18 16 14 15 11 25 7 19 4 15 10 16 19 24 14 +001690 27 20 22 20 13 17 19 16 14 20 21 21 12 14 21 26 22 +001691 26 13 22 19 24 19 18 23 24 +001692 26 15 25 17 19 14 19 16 15 10 19 21 23 +001693 25 17 21 23 18 15 28 17 15 19 21 12 15 20 28 16 20 21 20 22 21 15 22 +001694 23 22 24 4 16 18 22 15 16 8 22 23 23 +001695 25 13 17 22 27 11 14 24 17 17 8 21 26 38 16 12 17 24 16 6 20 19 22 24 20 20 16 9 27 22 +001696 25 22 24 14 14 17 26 26 18 17 24 18 13 18 16 16 13 14 16 13 28 21 +001697 26 29 21 12 21 25 17 20 17 21 17 18 18 10 16 21 22 +001698 23 15 20 18 18 4 20 13 17 21 12 22 19 17 25 0 17 14 10 23 23 20 +001699 24 21 19 14 18 15 28 16 14 23 13 8 16 23 5 16 15 14 15 13 19 27 22 +001700 23 20 28 19 18 16 25 16 17 14 18 24 5 19 15 17 27 23 +001701 22 14 15 19 15 16 18 21 19 19 23 12 15 23 5 18 15 23 28 25 18 17 32 22 +001702 24 19 25 16 14 22 19 15 12 17 28 19 +001703 19 24 20 16 18 21 30 19 15 20 24 20 +001704 23 24 17 14 23 17 15 24 6 15 15 20 30 24 15 19 24 18 17 18 13 12 18 21 21 +001705 25 11 21 23 16 20 27 18 18 24 4 15 17 21 29 21 23 5 19 18 16 18 23 +001706 26 28 23 21 21 20 20 23 31 15 17 22 8 13 16 18 20 20 8 12 15 16 16 24 21 +001707 26 23 24 16 13 20 27 29 17 17 8 18 30 18 +001708 24 21 13 22 19 14 16 21 11 12 16 17 23 8 14 19 18 16 25 22 +001709 24 23 16 9 23 19 10 16 24 16 19 26 28 25 14 8 24 18 14 16 20 18 17 17 31 7 15 14 19 27 22 +001710 24 19 15 22 22 11 19 23 21 14 19 29 22 +001711 26 21 13 11 18 29 15 13 19 12 10 18 22 19 12 16 24 22 +001712 23 24 19 15 14 28 23 15 19 24 20 13 22 17 9 16 19 20 11 18 19 18 22 23 +001713 25 17 21 18 14 19 19 6 19 12 13 21 20 23 +001714 27 18 11 17 17 24 8 22 11 12 22 23 21 +001715 23 17 13 23 0 16 23 17 20 15 17 25 22 16 17 18 9 22 15 19 24 24 20 10 26 20 +001716 24 18 21 18 26 19 10 17 13 18 19 11 10 20 22 7 23 18 20 12 19 24 21 +001717 25 16 21 26 5 19 20 23 23 19 16 27 23 +001718 24 22 20 13 22 19 18 12 22 13 22 21 23 +001719 24 20 10 16 19 22 9 14 19 19 24 20 16 15 22 24 15 14 14 17 25 21 +001720 24 20 23 10 20 18 23 19 19 17 13 16 19 25 5 19 14 14 12 20 22 22 +001721 16 23 24 6 25 18 15 14 15 15 11 19 16 15 25 15 14 18 18 23 20 +001722 23 17 16 15 17 25 12 19 19 10 17 23 15 18 21 20 20 20 13 17 23 17 14 21 22 12 21 29 22 +001723 26 19 19 24 19 19 23 18 12 12 14 19 25 20 13 18 29 22 +001724 23 21 17 14 25 14 17 15 17 12 20 14 9 15 17 23 22 +001725 25 21 15 16 8 19 26 20 18 26 8 17 18 19 14 25 7 16 18 17 16 17 27 21 +001726 23 20 26 16 19 21 14 18 17 26 19 12 16 16 17 19 8 20 15 12 13 7 16 19 10 21 24 21 +001727 25 16 16 15 17 17 21 14 14 19 13 6 23 15 14 17 16 19 22 20 +001728 24 24 15 19 37 15 17 20 13 18 27 23 +001729 25 12 28 15 20 30 17 19 14 12 13 22 28 24 16 14 19 25 22 +001730 24 16 14 9 26 6 19 13 26 12 19 11 20 19 12 18 32 18 +001731 24 21 17 27 16 16 18 24 21 16 19 26 20 +001732 24 27 19 12 22 23 19 20 17 17 17 17 19 18 15 15 27 20 +001733 25 14 15 29 20 12 21 20 21 17 12 16 11 13 14 23 21 22 +001734 24 20 28 20 15 18 16 16 15 7 22 32 16 +001735 25 9 13 19 24 20 25 19 12 16 26 26 20 11 21 14 16 19 26 6 16 17 17 11 9 15 13 17 22 +001736 23 20 21 20 14 11 20 24 29 16 15 26 19 20 23 16 18 19 11 16 25 16 15 14 27 17 +001737 24 22 17 24 16 24 22 23 19 21 19 18 21 5 22 19 17 21 17 22 16 21 23 16 24 18 19 24 20 +001738 23 22 15 18 24 17 19 27 25 21 27 18 18 25 26 21 24 33 6 29 27 9 22 28 8 19 18 15 17 26 18 +001739 25 15 15 24 20 18 28 9 22 21 16 17 32 23 +001740 25 16 13 17 15 12 16 14 17 16 20 20 19 21 24 19 17 20 23 19 17 25 20 +001741 25 18 19 15 21 22 8 16 21 13 20 23 +001742 25 22 17 17 16 19 19 17 15 15 13 10 18 24 23 +001743 18 21 25 20 21 15 17 14 29 31 17 23 20 17 18 16 18 18 12 9 19 27 19 +001744 24 18 19 24 19 14 13 16 23 16 14 12 18 22 18 18 10 17 26 21 +001745 23 19 24 8 15 14 16 20 19 20 14 15 18 17 10 23 21 +001746 22 21 11 16 13 20 17 20 25 21 9 21 17 14 21 20 19 15 21 18 8 15 30 21 +001747 24 18 16 18 15 22 19 21 13 17 14 20 17 13 22 23 19 18 12 17 20 18 12 31 22 +001748 23 21 20 14 13 24 24 17 14 18 15 10 12 14 16 16 18 21 22 +001749 26 11 23 20 16 17 24 3 15 19 23 29 17 29 12 12 19 25 22 16 17 31 20 19 15 20 14 12 30 21 +001750 24 18 28 17 10 12 18 16 21 16 29 21 +001751 25 15 15 26 6 23 20 19 13 25 22 21 19 14 14 26 11 26 19 17 22 22 +001752 25 21 17 18 13 9 21 21 7 16 19 14 15 29 22 +001753 25 18 26 24 16 19 25 17 13 18 26 21 +001754 23 22 18 20 29 18 19 20 17 10 20 25 23 +001755 23 24 26 28 19 17 8 21 28 18 20 15 25 21 14 19 20 22 +001756 26 23 15 16 21 17 19 17 25 23 20 23 19 23 22 9 11 19 16 19 16 18 17 23 20 +001757 23 16 14 23 17 14 17 18 16 17 12 32 21 +001758 24 15 21 26 15 14 22 24 10 14 19 0 24 19 21 +001759 23 20 16 22 27 17 15 17 26 13 20 21 21 16 16 30 21 +001760 23 24 24 13 12 25 20 11 23 18 16 19 19 21 35 15 16 16 14 22 30 16 16 11 10 16 10 27 24 10 21 17 19 14 13 22 11 23 21 +001761 26 29 27 24 14 24 27 21 +001762 25 19 20 20 22 23 11 19 28 19 18 13 15 13 16 20 17 28 22 +001763 25 15 18 22 17 18 16 19 22 27 17 25 13 13 19 24 21 18 16 16 23 15 14 21 23 20 +001764 25 23 14 9 18 12 30 14 20 15 17 25 22 +001765 25 15 15 21 22 18 16 14 22 25 17 18 19 15 15 25 17 15 12 19 22 20 +001766 25 12 16 18 26 20 14 17 18 23 11 11 16 14 19 28 26 21 14 19 16 16 30 22 +001767 23 28 18 18 12 18 18 16 16 16 19 20 24 9 17 17 17 13 11 14 18 16 13 25 23 +001768 25 17 19 30 7 15 10 23 19 13 19 23 16 20 28 13 11 17 14 18 24 24 +001769 23 24 16 22 25 10 19 18 17 18 19 23 21 +001770 26 24 23 12 12 21 27 14 16 20 19 16 21 29 21 +001771 23 18 19 8 18 29 20 26 14 25 20 8 18 19 24 23 +001772 27 22 30 6 10 16 14 18 20 21 18 12 15 30 30 13 17 28 18 19 17 16 16 20 18 9 17 26 20 +001773 25 29 17 13 16 15 17 14 26 20 +001774 26 12 18 14 23 20 17 19 15 20 14 20 24 19 +001775 25 11 10 11 20 27 5 17 15 13 18 16 16 25 28 20 22 19 16 23 23 10 18 16 17 32 18 +001776 25 13 19 19 26 15 18 28 20 16 18 28 22 +001777 24 19 16 17 17 15 26 18 22 16 15 16 14 13 17 20 27 19 19 17 16 18 17 16 25 20 +001778 25 14 20 24 15 19 18 18 15 13 16 20 15 24 20 +001779 23 21 23 25 14 17 16 16 16 19 10 16 22 21 23 19 +001780 24 21 20 24 22 16 16 18 26 20 20 13 27 20 4 16 18 10 20 15 24 20 +001781 25 16 28 21 15 18 29 5 22 16 14 15 19 18 14 7 20 26 20 16 16 21 20 19 13 18 23 21 +001782 26 18 18 20 20 11 16 9 24 21 +001783 24 16 15 21 30 6 12 11 19 17 17 30 21 17 16 14 13 31 22 +001784 25 20 22 22 23 14 20 18 9 18 29 19 18 16 20 21 22 +001785 26 14 19 8 17 17 16 18 25 29 18 24 4 12 15 14 21 19 19 6 24 25 18 23 11 12 25 21 +001786 25 14 14 8 17 15 24 23 20 15 14 19 29 21 +001787 26 23 17 17 18 9 27 12 22 21 22 17 19 23 22 +001788 26 15 17 17 24 7 26 22 19 16 23 16 15 22 15 18 22 18 6 18 27 18 14 17 20 20 21 +001789 24 26 24 23 15 25 19 10 15 19 19 27 23 +001790 23 25 19 11 20 30 24 22 16 14 18 31 29 24 21 23 28 18 18 17 27 23 +001791 25 22 24 29 16 22 12 14 18 27 21 +001792 23 22 17 16 13 16 14 10 17 28 22 19 17 22 23 30 24 23 15 25 27 22 29 20 +001793 24 15 17 19 14 13 12 16 20 22 9 22 21 21 22 +001794 25 11 25 18 18 23 24 5 18 19 14 17 16 21 22 +001795 25 22 27 20 14 21 21 19 24 23 21 +001796 24 20 15 20 22 16 21 16 21 18 21 +001797 22 17 17 14 22 23 23 16 17 24 18 29 14 27 21 17 13 34 20 +001798 25 19 21 16 18 16 18 23 19 21 17 21 14 19 28 6 17 15 19 14 19 18 23 21 +001799 25 10 14 16 19 23 29 11 14 18 15 28 23 +001800 23 17 20 14 14 16 14 25 10 18 24 22 16 18 14 34 21 +001801 25 15 14 20 21 18 18 11 16 29 26 18 17 15 16 17 10 18 11 8 25 22 21 +001802 23 20 23 15 17 17 15 12 8 18 22 10 18 16 10 10 20 29 23 21 16 18 27 4 13 18 16 27 20 +001803 23 20 24 21 17 17 17 29 21 19 19 24 8 16 17 15 17 28 22 +001804 22 17 17 24 27 17 23 14 16 16 17 23 14 19 19 24 28 19 28 19 18 16 23 0 9 17 22 +001805 24 18 23 21 19 20 25 15 12 18 22 19 21 +001806 23 16 18 17 28 10 13 22 11 19 20 26 18 16 16 12 26 14 20 18 21 23 +001807 25 18 18 14 32 24 19 30 22 +001808 25 26 17 17 16 18 20 16 13 17 25 23 +001809 26 23 20 19 21 18 15 22 31 18 +001810 23 20 18 21 20 18 5 17 16 30 27 18 24 11 10 17 22 15 17 18 13 12 15 21 19 7 14 14 15 15 21 19 21 +001811 23 26 30 13 16 15 15 23 23 23 +001812 25 17 13 19 19 27 21 9 14 21 27 6 17 19 21 14 19 12 19 12 22 20 19 18 18 14 14 12 25 22 +001813 25 16 17 15 18 18 17 19 22 17 28 21 19 24 22 +001814 24 28 16 14 22 27 17 17 15 16 10 16 17 14 18 22 26 20 +001815 25 19 16 15 16 14 14 17 32 5 18 24 19 16 16 13 19 17 11 15 18 18 23 18 22 +001816 23 23 21 15 23 20 20 26 19 24 21 17 23 19 18 16 12 8 17 15 14 21 5 14 14 18 25 21 +001817 23 19 20 27 7 13 20 22 14 14 18 20 23 25 15 18 16 12 8 16 18 13 23 19 +001818 25 17 23 19 14 20 18 15 11 16 20 18 13 22 22 +001819 24 18 13 22 17 19 17 15 14 16 16 30 20 +001820 23 23 15 21 23 4 20 8 20 19 18 22 15 19 15 17 21 +001821 24 18 18 31 18 17 17 23 19 15 14 18 14 21 22 24 19 13 17 17 25 29 19 +001822 25 18 31 18 16 17 15 12 15 21 22 11 13 19 16 16 16 24 21 +001823 22 24 20 27 16 20 22 10 20 16 25 17 15 10 13 17 24 10 22 18 17 21 20 +001824 23 18 17 27 21 15 17 24 7 17 15 18 16 14 17 24 20 +001825 23 18 29 25 24 20 19 17 14 24 9 15 15 21 17 23 23 25 24 28 18 +001826 26 14 20 27 15 17 13 16 28 22 +001827 23 22 15 19 20 21 17 18 14 16 16 10 18 17 23 24 9 22 18 15 29 23 +001828 22 21 19 30 19 14 20 18 15 28 28 6 16 22 14 16 11 17 21 26 17 16 15 21 20 24 +001829 26 21 11 15 18 19 18 16 14 17 25 20 +001830 25 14 32 18 16 18 24 21 18 14 14 26 20 16 16 19 33 21 +001831 25 18 24 29 18 14 13 11 21 19 15 22 23 +001832 25 15 19 18 18 24 7 21 15 26 17 16 19 20 23 +001833 24 17 14 20 29 28 24 32 4 18 14 19 21 14 14 16 18 28 6 23 16 15 21 16 18 15 17 30 20 +001834 26 20 24 17 18 16 23 25 16 20 24 21 +001835 24 23 18 17 21 27 18 14 21 25 21 +001836 24 16 20 23 11 26 13 19 16 22 16 10 13 14 23 23 20 25 16 6 11 15 13 20 26 16 +001837 22 19 12 10 17 19 22 21 17 26 8 20 9 14 22 11 15 14 20 23 15 16 13 17 21 20 24 21 +001838 24 13 13 17 17 14 18 21 28 14 14 16 21 6 25 20 14 15 19 13 19 25 22 +001839 23 26 23 17 22 12 13 14 18 17 27 16 +001840 26 20 13 28 6 12 11 10 18 24 19 21 13 16 18 22 27 17 11 23 13 16 14 19 17 20 29 22 +001841 24 19 20 17 29 12 19 20 19 19 23 22 27 19 15 23 8 10 21 24 13 15 17 24 18 +001842 24 14 19 29 28 22 26 16 25 25 34 13 16 19 25 21 +001843 22 19 27 17 15 17 23 30 23 +001844 26 15 30 16 13 15 13 22 22 22 +001845 24 21 33 12 16 15 15 33 22 +001846 24 17 11 13 11 17 18 26 28 23 15 28 19 17 16 17 22 14 20 16 18 23 25 19 12 20 26 18 +001847 23 18 28 22 16 17 20 16 24 22 +001848 23 26 23 19 16 13 19 19 19 27 21 22 20 19 15 23 21 22 19 20 26 28 16 19 23 20 +001849 25 14 24 27 19 20 19 24 16 18 19 25 21 +001850 22 26 28 19 16 24 17 25 27 21 23 27 27 21 23 17 16 25 10 26 23 15 23 27 22 +001851 25 25 16 30 5 25 13 22 17 24 12 16 14 11 19 15 23 22 18 22 +001852 26 15 20 8 22 22 5 22 15 17 20 18 19 18 18 23 23 +001853 25 16 15 28 5 14 15 24 13 15 15 22 16 18 19 17 14 9 12 32 21 +001854 22 19 16 21 21 18 19 24 20 17 21 25 8 18 11 16 23 23 22 26 23 14 19 14 21 21 20 +001855 25 29 19 20 31 8 21 19 21 23 22 +001856 26 24 17 22 33 3 18 12 18 26 24 19 17 16 8 17 25 28 20 26 19 15 20 25 21 +001857 23 26 17 12 19 22 24 17 18 21 18 22 13 14 23 18 8 14 17 20 18 20 23 15 17 19 21 22 20 +001858 24 20 14 15 28 22 20 13 8 18 23 19 16 19 25 23 +001859 23 23 24 23 18 18 10 23 16 23 13 17 21 19 9 21 16 6 19 32 16 +001860 24 11 17 15 7 16 26 17 18 18 14 20 9 20 16 14 22 31 21 +001861 25 17 16 18 9 19 27 10 22 17 19 22 18 15 20 24 34 22 25 18 13 20 22 17 15 23 18 23 +001862 22 18 21 21 22 11 18 14 18 13 20 11 19 20 22 19 19 17 26 20 +001863 23 20 26 17 22 21 15 18 16 8 21 26 8 14 18 15 13 17 18 15 24 29 20 +001864 25 15 20 25 17 15 15 12 22 21 30 15 18 13 21 16 28 5 20 15 15 21 15 20 17 26 18 +001865 23 18 22 13 18 22 24 4 14 17 20 32 18 15 22 26 11 +001866 25 22 18 19 27 23 16 12 14 21 11 19 22 21 16 18 12 25 22 +001867 26 20 27 4 20 16 19 14 29 23 +001868 25 29 7 17 19 21 16 17 25 18 22 20 16 19 18 15 16 10 13 9 23 22 +001869 23 18 17 21 24 22 21 19 23 17 17 19 23 22 16 16 15 31 17 14 9 18 21 22 16 +001870 24 17 19 17 27 14 20 17 29 5 11 18 21 10 17 19 15 15 8 18 29 20 +001871 23 22 19 20 9 17 31 20 30 11 25 32 19 23 27 20 +001872 23 27 19 22 25 12 16 18 20 30 13 23 18 14 16 23 22 19 19 15 13 15 24 19 +001873 26 13 23 14 18 25 20 15 19 19 24 30 16 20 14 20 5 18 20 23 13 20 22 +001874 24 22 25 22 17 12 19 15 19 25 19 21 19 17 14 27 19 18 17 24 21 +001875 23 22 16 17 22 12 21 24 15 16 13 21 23 9 18 17 15 19 27 22 +001876 23 17 22 27 4 16 10 15 13 15 17 24 4 19 22 21 21 +001877 23 25 23 21 14 21 16 12 14 9 19 29 27 21 13 9 19 26 20 19 16 20 24 20 +001878 23 22 10 21 20 11 21 18 19 15 19 19 18 10 16 25 39 23 15 14 16 23 21 17 17 23 21 +001879 25 17 17 24 14 18 19 20 23 4 23 18 18 25 20 +001880 23 20 17 16 13 18 16 9 23 29 16 17 14 23 14 9 17 16 15 20 28 19 +001881 24 28 19 14 15 16 12 24 19 14 30 18 13 20 21 25 16 23 13 17 26 21 +001882 23 18 18 14 16 17 20 23 22 14 20 16 14 11 18 26 24 +001883 23 21 19 12 16 19 12 28 21 22 +001884 26 18 21 15 22 11 16 18 26 20 +001885 23 19 16 22 20 18 17 11 18 22 9 14 20 17 15 27 21 +001886 24 18 12 28 20 12 23 25 14 17 18 20 15 40 18 17 13 23 15 15 18 19 9 17 10 19 29 20 +001887 24 19 19 21 16 15 15 27 18 18 27 23 15 21 19 21 27 21 +001888 23 23 24 14 18 10 27 19 21 19 8 18 18 25 20 +001889 22 23 24 7 25 23 17 14 20 29 23 +001890 23 18 17 24 18 16 13 20 22 21 17 16 25 27 22 21 13 17 25 4 18 15 7 18 21 21 +001891 23 18 11 17 24 16 13 19 14 22 25 19 +001892 25 19 14 13 17 25 7 23 23 19 15 22 22 15 16 20 23 21 +001893 26 17 21 18 21 26 19 22 19 19 26 23 +001894 25 12 15 18 11 15 15 16 23 21 +001895 25 20 24 13 20 21 14 14 19 20 33 21 +001896 24 22 23 25 18 18 15 14 10 20 20 14 17 18 18 18 14 22 21 21 13 12 26 7 20 15 17 19 24 19 +001897 23 18 19 20 18 22 23 15 18 15 18 22 23 27 8 25 22 16 11 21 13 24 22 +001898 25 19 18 17 16 15 14 19 13 26 7 17 15 25 18 16 26 20 4 16 15 18 16 7 19 32 17 +001899 25 11 17 24 11 9 13 20 18 16 19 17 31 22 +001900 26 14 20 22 18 15 18 16 23 23 +001901 23 22 27 18 18 17 19 19 16 8 18 18 17 23 16 20 26 22 +001902 26 20 19 24 19 21 22 23 19 17 15 25 5 16 21 15 16 18 7 18 25 19 +001903 25 20 14 13 26 22 17 21 18 15 14 18 19 20 15 17 22 22 +001904 23 21 21 18 17 18 18 21 22 28 16 15 6 19 23 5 19 17 18 29 21 +001905 24 23 17 11 18 15 25 10 21 19 19 31 19 +001906 24 21 25 18 24 19 17 19 27 6 20 22 23 19 17 18 32 20 +001907 23 20 16 24 21 19 23 26 22 +001908 23 20 15 20 31 16 21 15 9 21 21 22 22 20 +001909 23 21 19 18 17 16 27 16 21 16 23 23 +001910 23 23 17 22 18 17 17 23 20 17 12 16 28 21 +001911 22 18 15 27 9 18 21 26 18 14 15 11 32 9 19 18 19 21 34 25 25 10 12 14 18 21 15 26 23 +001912 25 20 25 17 16 22 19 9 25 24 20 +001913 23 19 10 28 22 12 16 23 14 8 16 29 28 21 18 20 22 17 28 +001914 23 23 17 18 16 25 26 13 13 15 21 20 13 15 17 18 16 17 19 33 21 +001915 26 22 20 16 26 16 23 17 25 22 16 14 23 18 5 13 17 17 28 17 +001916 25 21 26 18 16 25 20 22 19 18 15 16 28 22 +001917 23 20 16 18 11 19 25 24 29 7 17 19 21 23 22 22 12 24 27 20 +001918 24 31 16 21 19 17 11 24 25 4 23 13 34 21 +001919 24 21 14 23 17 16 26 7 14 15 15 22 14 22 21 14 19 15 22 23 16 28 21 15 23 24 21 +001920 23 21 15 26 20 14 18 12 24 18 16 14 15 22 17 11 16 12 21 25 20 +001921 25 22 22 19 27 8 22 16 21 35 22 +001922 25 15 26 24 9 15 11 15 20 19 15 18 23 26 31 9 13 15 14 14 19 16 17 20 22 20 +001923 23 21 18 16 17 12 8 18 15 19 17 14 16 17 27 16 14 13 15 17 23 13 17 17 20 20 +001924 23 15 25 18 19 21 25 22 21 +001925 25 19 17 19 20 14 17 21 17 14 20 28 20 17 19 17 27 22 +001926 23 24 14 16 11 10 13 15 21 18 34 19 +001927 25 18 23 27 26 15 14 19 20 16 19 30 21 +001928 25 22 17 15 18 14 15 19 19 22 21 +001929 24 19 21 15 18 17 25 21 19 21 16 14 18 26 23 13 19 18 30 22 +001930 24 23 16 26 3 15 13 13 9 20 27 6 19 12 21 19 11 22 18 17 26 22 +001931 26 14 10 15 17 20 26 18 18 20 19 17 13 9 16 25 6 23 19 19 31 21 +001932 25 11 13 19 13 23 17 18 15 27 23 15 11 23 12 15 17 22 11 11 18 19 28 22 +001933 23 26 26 17 18 12 23 20 14 20 22 15 25 20 +001934 26 16 13 31 20 16 14 15 14 14 23 20 +001935 24 21 26 18 10 13 21 15 23 22 13 22 34 22 +001936 23 20 20 25 22 18 16 15 27 21 +001937 26 22 14 18 20 8 21 21 19 12 21 31 22 +001938 25 20 16 20 17 22 28 19 18 17 16 25 21 +001939 24 18 11 17 13 12 17 26 5 16 12 17 23 19 13 20 22 34 14 18 21 23 6 20 23 12 20 33 22 +001940 23 29 15 12 23 17 19 37 23 +001941 26 11 23 17 23 17 15 15 18 9 20 16 13 13 20 14 33 23 +001942 26 23 23 24 15 26 21 19 18 26 18 14 16 13 17 21 16 19 13 21 21 22 +001943 24 23 14 16 29 10 17 15 8 18 29 22 15 17 16 35 20 +001944 24 13 24 20 28 18 17 13 15 15 17 12 21 19 19 21 24 19 +001945 23 19 20 22 17 16 11 22 9 16 14 17 23 21 18 13 17 30 19 +001946 22 23 20 13 17 10 15 25 19 13 21 20 12 18 22 +001947 23 19 26 14 22 13 16 22 5 21 15 21 28 21 +001948 24 19 13 17 14 21 19 35 19 17 20 22 5 18 20 21 15 13 9 16 14 31 29 21 24 19 17 11 28 22 +001949 22 16 23 14 15 13 14 17 17 20 14 24 29 18 16 11 23 8 22 21 18 13 18 32 20 +001950 24 18 19 18 21 7 17 16 14 14 26 28 4 24 21 24 15 9 18 26 20 +001951 24 17 17 13 20 26 17 15 13 14 18 26 7 13 18 14 19 24 20 13 16 14 7 17 22 20 +001952 25 18 24 15 17 21 22 9 17 20 13 17 20 15 23 19 +001953 23 20 17 16 18 25 24 15 26 8 19 15 17 21 22 +001954 24 21 19 11 17 30 20 23 15 16 21 24 22 20 27 17 23 16 20 20 32 22 +001955 26 19 26 17 15 13 14 19 20 17 12 26 18 12 13 14 22 26 20 +001956 25 19 22 24 14 13 20 23 24 16 18 29 9 22 15 20 31 28 17 17 11 22 21 13 21 17 26 17 16 26 21 +001957 25 22 18 17 21 14 14 16 16 15 10 21 19 30 19 +001958 23 20 19 18 12 20 23 22 18 17 21 15 24 28 6 18 19 14 22 25 23 +001959 25 18 24 24 11 15 17 24 21 19 21 16 17 17 17 32 17 +001960 24 24 27 28 27 15 21 19 19 5 20 16 20 23 21 +001961 25 24 17 23 29 18 23 20 16 16 20 29 23 +001962 22 19 27 13 14 18 31 13 17 17 19 14 16 24 16 21 8 14 20 27 22 +001963 25 19 16 25 22 13 17 18 20 23 21 19 18 16 25 6 21 13 20 30 15 23 23 5 12 21 24 27 +001964 24 21 17 16 29 22 14 15 26 22 27 24 17 15 24 20 +001965 25 24 24 14 14 24 26 14 11 16 13 13 19 28 23 +001966 24 24 21 20 17 16 15 7 23 26 21 18 13 18 27 6 12 28 23 21 19 17 17 23 21 +001967 26 13 17 20 19 16 13 17 20 25 20 +001968 24 19 14 13 14 18 27 22 17 11 22 18 6 19 11 25 16 17 26 18 18 20 17 20 17 7 22 20 21 +001969 25 12 22 11 14 15 22 26 17 24 20 21 21 24 22 +001970 24 22 15 26 23 13 9 11 26 10 14 18 19 31 13 14 20 17 22 26 21 +001971 23 19 13 21 26 6 15 17 24 7 12 16 19 30 11 20 16 13 18 19 15 19 29 22 +001972 24 17 10 31 6 24 11 17 21 20 17 17 22 18 12 15 17 18 17 24 22 +001973 23 20 25 8 21 17 18 24 15 16 21 22 21 +001974 23 24 17 12 17 18 20 25 16 18 14 22 16 14 10 18 15 14 22 22 24 18 16 20 26 23 +001975 24 16 15 14 27 22 21 15 16 22 21 13 18 20 17 12 10 19 22 22 +001976 23 20 13 26 21 15 27 17 15 18 17 20 24 20 +001977 23 21 17 30 23 19 16 10 16 20 14 15 17 19 26 32 19 27 12 12 22 20 4 17 16 13 20 32 16 +001978 26 13 16 15 14 10 17 14 14 23 24 21 +001979 24 20 9 16 17 17 19 21 27 11 18 18 24 0 17 13 16 16 22 20 18 22 +001980 25 17 16 22 22 16 22 19 18 18 23 +001981 25 19 15 14 20 13 19 28 11 18 21 19 19 33 22 +001982 26 18 16 23 24 18 16 14 15 20 27 21 18 23 7 22 20 15 17 19 27 21 +001983 22 22 18 21 16 19 12 17 16 11 12 17 17 21 18 17 9 21 23 22 +001984 25 17 28 0 14 22 19 25 9 15 28 13 24 +001985 24 26 23 5 15 20 14 16 22 26 23 +001986 22 22 20 11 16 22 26 17 13 14 19 29 26 21 20 10 27 16 18 21 17 18 30 21 +001987 24 16 13 26 13 17 11 19 14 27 14 13 14 23 19 16 21 15 16 19 25 6 24 23 15 20 35 22 +001988 23 19 26 17 20 16 28 7 19 24 15 14 20 23 21 +001989 24 25 17 16 15 14 26 41 17 16 14 11 21 8 22 22 15 23 15 16 13 19 16 18 27 18 +001990 22 20 15 20 22 19 14 16 21 20 39 15 18 18 24 20 16 16 18 18 15 17 27 19 +001991 23 17 16 27 16 13 16 22 21 16 16 29 16 16 18 18 15 26 20 +001992 26 17 26 5 16 15 22 11 23 13 16 11 22 24 21 +001993 23 22 15 21 31 13 15 12 17 13 12 13 12 22 22 +001994 23 38 21 18 18 23 19 18 16 20 30 21 +001995 24 25 17 7 17 27 15 23 14 18 24 22 19 +001996 24 20 23 20 19 14 18 12 12 21 23 15 17 15 11 26 20 21 24 17 +001997 25 21 14 8 16 28 4 13 16 18 11 18 27 20 +001998 23 19 22 26 20 16 14 18 17 28 21 +001999 23 18 17 23 19 15 19 18 31 20 +002000 24 20 23 17 12 17 26 3 27 19 19 17 11 13 13 26 23 14 16 21 18 20 16 14 19 15 18 15 20 28 21 +002001 23 15 18 25 21 19 14 22 20 14 28 24 22 21 19 17 33 21 16 29 18 17 18 20 23 +002002 25 12 16 16 17 13 19 12 20 17 11 17 22 +002003 23 21 24 20 22 15 16 18 22 25 18 17 21 21 26 22 18 22 26 18 +002004 24 19 25 4 22 19 14 16 14 14 14 18 22 18 17 20 21 21 21 19 15 15 27 19 +002005 26 16 13 21 4 21 16 14 17 16 22 13 13 10 13 14 25 5 17 20 28 22 +002006 26 19 14 11 31 13 16 20 26 22 19 18 27 18 +002007 25 21 16 26 25 19 13 18 22 16 23 17 14 25 21 20 27 25 25 20 19 18 9 17 13 18 26 22 +002008 23 19 27 10 14 12 15 15 19 20 16 14 17 17 22 20 +002009 25 20 24 7 24 24 16 17 14 10 19 24 17 18 18 18 14 15 29 15 +002010 24 23 13 17 18 25 3 19 13 21 19 14 17 25 23 18 14 13 10 16 18 8 17 23 22 +002011 26 11 17 16 25 16 16 10 18 25 22 +002012 25 19 20 17 24 21 16 13 16 28 4 17 20 23 19 15 17 25 27 19 17 10 14 13 20 27 20 +002013 23 24 22 19 15 26 23 18 22 15 19 28 18 +002014 24 27 22 16 10 16 18 19 17 18 15 20 21 18 16 20 26 9 22 17 20 17 15 26 20 +002015 23 18 31 20 16 18 9 23 14 15 32 24 27 20 16 28 21 12 16 26 22 +002016 24 16 17 15 20 16 20 12 20 14 18 25 19 20 19 19 16 14 18 24 24 +002017 25 15 15 12 15 29 17 17 27 17 15 16 29 22 +002018 25 13 21 23 23 17 15 16 13 16 30 12 21 14 6 20 19 24 23 27 15 18 21 7 24 22 18 20 19 20 +002019 24 25 16 13 22 4 17 14 14 17 15 15 18 15 31 16 +002020 25 17 24 4 18 16 16 16 15 10 14 18 28 22 +002021 25 14 19 26 14 17 15 24 18 17 13 19 23 25 18 13 18 26 24 17 12 18 32 19 +002022 21 24 22 16 16 16 32 24 13 21 15 17 20 19 20 21 20 18 13 15 16 9 26 21 14 21 28 17 +002023 24 21 27 11 13 18 21 16 17 7 14 16 17 16 20 20 +002024 26 19 14 23 14 17 17 17 20 19 19 19 14 17 29 7 20 13 23 22 20 19 21 23 +002025 23 18 16 27 15 18 16 18 18 12 15 20 16 16 16 16 14 15 18 15 17 17 29 16 +002026 25 21 18 20 18 18 16 17 8 21 21 14 18 18 28 21 +002027 37 26 25 26 17 21 16 18 18 24 23 +002028 24 16 28 22 19 18 17 17 21 26 22 17 23 20 11 18 20 13 20 30 23 +002029 23 24 20 20 22 19 20 14 20 16 19 30 30 13 14 16 27 5 14 21 15 14 15 31 20 +002030 24 22 16 26 4 12 15 22 17 19 19 15 20 24 17 8 20 20 24 19 +002031 26 13 16 15 25 19 21 14 16 22 22 13 8 21 19 25 17 17 16 23 20 +002032 24 23 22 15 10 12 17 18 12 14 17 25 22 +002033 23 17 14 28 17 11 14 19 24 22 +002034 25 19 20 13 18 18 18 10 25 21 17 16 14 27 21 +002035 23 17 11 29 23 12 13 19 13 19 12 8 19 19 15 25 30 16 9 12 21 15 21 16 22 19 24 20 +002036 23 17 17 19 27 18 16 10 14 27 26 13 29 0 18 14 11 9 16 17 25 22 +002037 22 25 16 14 10 24 23 18 16 19 30 17 +002038 27 25 17 15 16 14 22 24 14 13 21 20 21 21 +002039 25 15 19 24 13 17 14 15 22 23 +002040 25 20 21 15 20 23 21 19 17 16 16 21 25 19 +002041 25 14 15 28 7 20 17 6 19 17 14 20 15 20 21 22 19 21 25 6 20 18 18 20 14 15 12 21 29 22 +002042 24 23 22 18 21 23 8 21 20 16 16 31 21 +002043 25 16 12 19 25 20 11 15 14 10 19 20 22 15 18 14 17 18 16 12 25 18 +002044 26 21 16 9 21 23 16 24 27 23 +002045 23 22 17 22 17 13 22 25 22 +002046 23 14 24 7 14 14 13 23 22 18 21 +002047 23 22 22 21 19 17 15 23 21 +002048 24 16 16 15 14 24 16 22 14 14 14 14 8 20 17 20 21 +002049 24 17 13 24 17 23 16 14 16 10 20 14 13 12 20 20 5 21 19 11 18 21 27 21 +002050 22 25 16 11 30 22 17 19 20 8 20 26 22 +002051 23 18 11 23 19 18 21 23 24 +002052 23 20 18 22 4 21 13 19 17 11 19 23 21 +002053 26 15 17 18 30 22 16 20 17 17 18 29 22 +002054 25 18 16 19 19 11 17 16 16 9 18 19 23 22 16 20 22 16 14 19 25 5 18 11 20 24 22 +002055 23 22 12 17 15 28 16 11 14 16 25 19 26 13 15 14 18 23 22 13 16 8 17 25 20 +002056 26 24 20 18 15 27 7 22 15 25 24 19 20 19 17 14 4 21 8 11 16 24 25 20 +002057 25 19 18 15 19 19 17 18 21 15 15 17 25 21 +002058 22 20 19 25 22 19 21 23 15 18 18 9 17 27 20 +002059 25 15 29 14 23 16 23 21 11 11 16 21 17 19 26 30 16 16 20 22 19 17 14 16 19 24 19 +002060 24 27 18 15 27 21 9 21 23 11 15 21 28 23 +002061 23 19 19 16 14 17 22 8 20 25 18 17 17 23 20 +002062 24 22 12 27 25 19 23 17 8 20 27 20 +002063 23 22 21 23 17 22 26 24 21 21 15 24 18 16 17 22 20 22 19 15 16 15 27 21 +002064 24 20 18 15 13 30 17 19 20 19 22 +002065 26 20 21 9 19 21 21 18 12 17 30 5 15 17 16 16 15 22 24 16 17 17 25 22 +002066 23 22 24 16 14 20 29 14 13 20 33 20 +002067 24 18 17 17 24 24 19 14 11 15 22 22 +002068 21 23 20 20 15 18 18 18 16 17 22 14 16 17 15 20 15 16 25 25 +002069 23 26 27 16 17 17 19 17 18 14 18 23 21 +002070 24 27 22 13 14 18 19 16 16 26 20 +002071 23 20 12 20 19 18 19 20 22 21 16 19 27 19 +002072 26 12 19 16 29 24 21 19 18 22 4 16 21 17 10 19 13 15 10 18 19 14 24 17 19 17 18 27 20 +002073 22 22 27 18 17 12 24 32 23 20 20 22 21 +002074 24 21 21 36 19 23 18 18 20 27 21 +002075 25 22 14 21 26 18 17 25 19 12 21 25 22 +002076 23 21 29 22 15 15 23 5 13 16 16 19 13 18 23 24 15 24 15 19 17 18 4 20 18 18 16 15 19 26 22 +002077 23 25 20 20 18 9 16 24 15 20 17 24 24 16 29 22 +002078 25 15 19 13 11 21 22 7 17 15 14 18 22 17 14 16 17 17 21 20 22 +002079 26 15 20 17 13 16 15 19 20 27 16 17 11 23 28 23 +002080 26 22 21 27 21 16 17 22 20 12 18 26 22 +002081 24 19 17 16 20 23 15 14 20 20 4 13 16 16 25 19 22 12 17 22 24 16 13 16 27 23 +002082 24 19 17 17 22 19 15 22 23 20 17 16 16 17 21 20 17 21 16 13 7 21 27 19 19 18 24 24 22 +002083 26 12 23 23 12 23 15 10 18 18 18 18 18 15 15 21 24 13 18 14 17 23 20 +002084 26 15 17 22 19 14 13 17 18 15 23 14 13 22 9 17 19 12 14 32 19 +002085 22 25 25 17 18 14 16 24 27 17 10 16 12 18 29 22 +002086 23 23 27 21 29 17 22 15 30 23 14 28 22 +002087 24 19 14 18 22 21 18 16 28 24 19 25 17 18 11 16 8 17 24 5 20 20 16 25 19 +002088 27 22 15 18 19 26 12 18 28 15 10 14 19 14 18 16 14 5 23 19 22 +002089 24 19 21 23 18 10 17 17 22 24 20 18 8 15 20 27 20 14 21 15 27 21 +002090 24 20 16 18 13 9 17 16 26 17 17 15 24 7 14 17 11 19 20 16 20 0 18 36 22 +002091 25 13 13 10 24 20 21 26 15 14 15 25 4 22 9 15 17 18 19 23 20 13 16 18 4 15 19 13 30 17 +002092 25 12 18 15 22 14 15 14 16 23 23 17 17 17 16 16 21 19 20 +002093 23 22 23 24 6 20 16 15 10 22 10 11 16 28 20 +002094 25 22 15 20 21 10 14 16 20 15 12 15 13 17 11 17 15 32 20 +002095 25 18 19 18 18 12 16 26 22 15 31 17 12 10 19 19 27 20 +002096 24 19 11 22 32 14 12 17 21 16 12 19 23 21 +002097 26 19 17 11 21 21 19 18 13 18 24 4 16 12 13 19 7 22 20 20 +002098 26 18 16 14 18 20 13 21 7 16 17 22 13 9 19 30 16 +002099 24 19 15 19 21 19 22 18 14 16 26 26 18 18 17 19 25 22 +002100 27 23 23 21 20 20 15 15 15 20 23 21 +002101 25 14 15 17 26 17 17 18 26 18 18 11 17 22 20 19 17 15 27 17 19 16 17 13 18 23 23 +002102 25 15 16 9 17 19 25 7 19 18 19 22 9 17 16 20 34 13 +002103 24 22 14 19 19 12 19 13 17 9 15 22 18 16 10 19 25 22 +002104 23 26 15 20 26 25 13 19 31 22 +002105 23 22 14 17 20 30 17 20 18 19 30 21 +002106 25 22 29 6 15 23 16 16 18 14 19 17 16 13 16 15 11 16 29 21 +002107 24 20 15 19 12 19 18 13 18 22 13 17 14 22 21 18 19 28 21 +002108 24 22 22 13 16 13 19 22 18 12 19 20 19 17 13 17 26 21 17 19 23 13 6 20 26 21 +002109 25 23 19 15 17 19 15 8 22 15 22 25 14 17 20 18 17 16 27 0 21 28 16 14 15 19 25 23 +002110 24 20 17 17 15 18 29 15 17 16 24 22 10 13 18 25 20 21 15 17 17 23 21 +002111 27 24 19 21 24 20 10 11 12 21 24 28 16 16 12 15 32 17 20 12 18 21 19 26 22 +002112 24 20 22 14 22 16 30 5 17 20 16 14 10 21 24 21 +002113 23 18 20 21 4 17 19 15 16 18 22 15 17 29 21 +002114 24 21 18 15 23 9 17 20 19 16 16 15 15 21 15 5 20 23 19 15 16 16 26 21 +002115 23 20 20 25 22 17 22 24 12 25 16 +002116 27 23 16 16 29 20 17 19 31 22 +002117 25 7 13 13 23 19 21 17 10 15 15 16 23 20 17 24 28 22 15 23 16 11 17 15 29 22 +002118 26 16 22 20 25 17 17 27 23 18 15 7 20 26 20 17 20 22 8 20 16 15 25 21 +002119 24 17 19 25 6 20 15 15 13 18 12 27 20 15 23 19 10 17 17 25 22 12 11 16 16 24 21 +002120 30 17 24 20 17 15 23 11 20 22 14 20 19 13 9 18 21 18 20 +002121 25 26 17 20 19 15 14 19 15 18 28 22 +002122 25 16 13 17 19 22 20 17 20 18 19 22 20 24 18 13 17 18 18 16 13 14 29 19 +002123 25 14 16 20 13 14 16 13 19 17 13 15 6 21 14 26 23 +002124 26 23 23 27 11 11 24 21 17 22 22 15 22 +002125 23 17 16 16 26 19 16 16 32 14 15 21 16 8 17 16 18 23 21 +002126 25 29 18 16 12 16 31 16 12 23 18 15 19 27 20 +002127 26 13 14 20 18 18 21 19 15 19 13 26 23 17 22 +002128 25 18 25 22 14 9 20 20 22 23 21 17 26 21 +002129 23 21 19 17 20 17 14 22 28 12 18 16 21 23 32 16 17 16 16 19 21 18 18 24 22 +002130 25 15 16 19 18 20 12 21 21 13 15 17 29 21 +002131 25 17 22 20 5 15 15 20 22 19 15 18 28 23 16 12 21 18 28 10 19 23 10 14 17 15 14 26 22 +002132 23 12 16 19 15 13 6 15 19 17 18 20 18 18 19 22 +002133 25 19 12 19 21 18 13 15 26 17 19 12 16 29 14 15 20 23 19 22 8 21 20 17 15 31 21 +002134 23 18 19 11 17 14 25 21 16 10 18 21 26 22 +002135 27 23 25 19 14 15 14 11 17 23 21 18 13 14 19 11 15 21 27 20 +002136 23 16 22 23 18 14 9 22 18 11 15 15 14 23 26 17 20 24 16 24 29 28 +002137 25 21 17 20 29 8 15 20 16 20 14 17 27 26 17 12 18 25 11 15 15 15 22 22 +002138 23 18 28 5 25 25 14 11 12 18 22 16 17 25 23 16 22 17 27 20 +002139 24 23 15 23 22 20 18 14 19 21 21 20 17 20 14 20 19 4 18 17 14 24 22 +002140 25 20 21 14 15 16 16 24 7 23 18 15 20 19 23 13 18 28 22 +002141 25 16 18 19 15 24 15 11 16 14 19 15 19 31 22 +002142 26 16 20 25 16 10 14 16 19 19 21 28 18 16 16 23 11 7 18 19 31 21 +002143 25 16 18 16 14 7 20 29 4 16 18 21 20 17 18 19 15 13 28 29 11 20 25 9 12 12 16 20 30 22 +002144 23 21 30 15 17 17 12 13 17 22 24 +002145 25 13 19 18 29 25 19 16 22 15 17 14 33 20 +002146 23 21 24 19 15 24 15 21 19 19 25 16 +002147 25 18 23 18 16 19 18 21 22 22 +002148 23 15 14 17 18 21 17 19 11 29 22 +002149 23 25 21 5 22 21 19 15 17 24 16 17 21 20 17 11 21 18 18 21 12 22 21 +002150 23 26 18 18 22 15 16 30 25 20 16 23 22 11 18 13 19 21 10 20 14 19 22 22 +002151 23 21 21 19 16 14 13 26 15 13 20 14 9 16 26 22 14 20 20 16 18 24 17 21 +002152 26 12 29 18 27 29 16 18 19 17 14 20 14 28 21 19 15 23 20 18 19 16 12 19 27 21 +002153 25 21 24 23 17 19 27 22 18 23 30 21 +002154 24 21 28 22 17 16 10 16 13 20 25 24 21 16 13 13 22 24 19 +002155 25 19 12 17 23 23 12 12 22 13 26 16 21 16 15 9 19 21 22 +002156 23 22 9 17 16 27 20 18 19 16 21 16 23 13 17 18 22 13 18 11 19 14 16 16 8 20 17 21 22 21 +002157 25 18 17 12 11 17 14 19 23 19 19 24 20 17 17 21 21 +002158 23 20 24 18 19 22 21 24 6 17 18 21 13 19 19 18 23 19 +002159 24 19 23 17 18 19 12 17 16 17 8 18 28 21 +002160 23 13 23 12 24 15 22 27 21 19 16 20 16 26 18 +002161 25 19 16 28 29 18 18 19 13 8 22 24 22 +002162 26 18 26 18 18 17 18 24 18 19 20 11 22 21 13 18 14 17 24 17 16 18 18 20 9 17 16 19 24 +002163 26 13 25 12 11 14 16 23 16 20 20 13 16 27 21 +002164 25 11 12 16 26 25 18 16 28 15 21 22 10 19 26 20 +002165 23 23 17 14 25 25 13 20 16 12 14 15 19 20 22 22 +002166 25 18 13 19 16 20 24 7 14 22 19 13 24 18 22 +002167 25 24 15 18 24 27 16 13 17 17 13 21 22 +002168 23 12 23 6 29 22 20 18 20 26 22 +002169 26 17 20 16 18 5 18 21 15 11 16 13 18 18 20 22 19 19 19 18 18 22 20 +002170 25 11 19 17 13 15 21 21 22 +002171 24 23 18 22 14 17 17 9 24 26 16 +002172 24 27 27 18 17 18 21 16 18 17 14 21 4 16 15 19 27 18 +002173 25 20 20 22 17 15 19 14 18 26 18 9 20 18 15 15 24 17 12 17 18 21 22 +002174 26 24 10 24 18 16 26 21 18 13 12 9 18 17 14 20 25 21 +002175 25 19 18 22 19 12 12 22 16 15 10 18 33 22 +002176 25 16 23 17 15 28 16 16 15 16 20 17 15 13 19 16 19 9 16 14 20 28 20 +002177 22 16 13 23 25 23 17 12 13 15 19 29 15 16 17 24 23 +002178 24 18 27 13 18 21 21 14 17 18 13 18 23 5 18 24 24 14 17 15 22 20 +002179 23 22 24 18 25 4 20 15 17 27 21 +002180 25 19 25 22 21 13 12 18 20 5 18 24 19 13 12 19 23 24 16 15 15 29 21 +002181 26 13 12 11 24 20 15 14 14 26 18 15 19 12 13 16 24 23 +002182 25 17 19 16 25 21 18 17 14 14 17 26 20 +002183 23 19 14 16 23 13 13 21 23 21 15 18 16 26 21 +002184 23 22 17 20 20 20 18 8 16 22 17 15 20 25 +002185 24 21 19 19 15 18 19 15 13 18 13 24 7 19 21 14 16 11 26 22 +002186 27 22 14 28 17 12 11 15 12 17 18 13 22 29 22 +002187 24 17 15 22 21 19 16 17 22 7 21 18 12 20 24 29 19 29 16 15 21 13 19 21 21 21 +002188 26 12 19 24 4 16 19 16 14 15 13 16 16 8 17 32 20 +002189 25 16 13 27 17 15 15 26 19 17 12 24 24 14 18 14 13 23 19 24 24 11 20 18 19 14 25 19 +002190 25 20 17 28 17 8 18 22 29 22 +002191 24 19 25 15 24 28 17 17 13 17 9 17 16 32 19 +002192 21 22 18 15 8 19 26 24 20 16 14 13 15 20 23 21 +002193 26 29 16 13 19 26 17 22 24 7 14 18 13 18 20 18 21 +002194 22 20 17 18 17 20 18 29 4 17 19 18 20 16 7 19 33 22 +002195 25 15 23 21 18 22 20 6 23 16 14 18 17 18 21 14 18 18 14 18 30 20 +002196 24 19 18 23 20 13 16 22 17 13 14 16 12 22 17 16 17 25 19 +002197 24 31 14 18 18 20 12 22 15 19 13 20 17 8 19 15 17 20 +002198 26 13 27 0 15 12 16 25 13 16 14 21 16 13 17 23 20 19 22 16 20 18 27 22 +002199 22 22 19 20 22 17 22 17 8 10 16 17 21 22 +002200 25 23 25 23 19 21 31 19 17 13 19 23 22 +002201 29 19 18 20 25 22 16 16 8 17 24 25 15 20 25 34 12 16 20 18 23 14 21 16 9 22 27 30 +002202 31 20 26 16 15 19 20 30 15 23 16 13 17 15 9 19 24 20 18 15 8 16 18 23 31 +002203 25 22 24 19 19 15 15 21 28 +002204 29 20 24 19 15 18 10 13 13 24 22 23 13 11 18 24 9 12 10 16 32 29 +002205 28 20 27 17 18 17 16 23 13 17 15 19 16 16 17 11 17 21 25 19 20 13 20 26 9 17 20 14 16 20 32 +002206 26 17 16 24 20 19 11 18 13 28 25 13 19 12 15 17 18 6 19 19 14 15 13 27 33 +002207 32 19 20 19 25 12 15 20 19 20 28 19 22 17 13 21 17 13 6 15 13 17 17 27 29 +002208 27 12 18 24 18 18 16 24 15 13 20 13 14 25 13 14 12 21 14 8 19 15 13 20 31 +002209 26 25 22 11 18 23 20 14 13 10 12 17 13 7 22 20 27 +002210 34 23 26 19 16 23 15 19 16 26 14 12 18 12 18 32 45 14 26 15 15 19 24 6 18 19 18 18 28 30 +002211 26 21 21 18 23 18 16 36 28 +002212 26 18 25 14 18 17 15 15 28 29 15 17 17 23 7 20 21 19 17 10 10 19 26 31 +002213 29 16 23 14 14 6 17 13 19 15 15 27 22 18 15 31 28 +002214 29 11 20 18 14 17 11 25 13 10 13 18 26 23 25 +002215 28 15 25 13 18 20 14 17 14 18 22 22 12 15 17 28 27 +002216 31 14 30 18 15 16 14 15 21 18 14 18 18 15 21 16 18 24 14 15 18 23 34 +002217 27 19 24 23 18 9 15 25 18 12 13 13 11 15 16 18 15 16 21 28 +002218 30 18 20 16 15 16 17 18 13 18 25 36 17 20 14 14 18 15 19 13 14 30 29 +002219 28 13 8 18 24 21 15 20 31 29 +002220 27 25 19 17 25 11 20 19 11 20 14 22 24 8 12 13 22 27 30 +002221 25 20 15 18 19 19 17 11 15 31 28 +002222 28 19 25 13 11 14 15 16 20 20 22 15 18 16 17 19 13 10 26 17 27 +002223 28 16 13 23 21 24 9 14 18 12 9 20 22 5 18 22 20 17 22 24 11 17 15 22 26 29 +002224 32 12 20 28 13 14 15 14 19 21 13 14 31 22 14 19 12 14 13 25 23 20 18 16 16 21 28 +002225 27 16 25 16 20 25 6 13 10 21 17 16 19 17 18 15 14 17 20 29 +002226 30 19 19 12 14 20 31 17 21 17 14 26 5 21 19 20 12 19 21 5 12 13 15 10 15 22 29 +002227 27 19 13 16 27 7 15 22 14 23 25 28 +002228 30 20 16 18 22 17 28 13 11 15 17 11 19 18 4 20 16 16 26 21 16 16 21 12 14 17 33 33 +002229 28 18 14 8 20 25 0 8 10 19 17 14 13 11 13 25 30 +002230 32 23 24 15 19 13 16 18 16 13 8 20 23 14 13 13 19 13 17 20 17 23 20 28 +002231 31 17 19 20 31 26 33 14 19 14 17 14 8 17 24 28 +002232 28 19 19 26 13 10 16 16 25 23 15 19 16 22 20 17 9 23 18 23 28 +002233 26 17 15 15 20 17 9 23 23 11 10 15 19 18 19 29 +002234 28 19 19 14 17 14 15 8 20 14 13 16 14 25 24 17 10 18 21 21 5 17 18 15 17 21 29 +002235 26 18 12 19 12 17 19 18 21 19 20 19 26 +002236 26 18 20 18 21 17 17 32 28 +002237 28 19 23 17 22 24 13 12 20 22 7 14 14 8 19 11 10 18 16 13 17 26 28 +002238 33 20 13 16 16 19 15 17 15 16 22 9 15 17 15 21 7 24 20 15 18 26 28 +002239 31 21 17 21 24 15 8 19 12 18 19 15 28 +002240 33 15 16 15 27 9 21 19 17 16 17 26 26 +002241 31 15 16 17 11 9 17 30 16 14 15 11 21 15 20 28 +002242 26 20 18 24 20 13 11 14 19 20 15 7 21 21 28 +002243 30 15 18 15 15 20 25 27 +002244 28 19 17 13 18 13 17 29 3 15 17 16 30 27 +002245 29 16 18 17 15 24 3 24 18 12 13 15 16 28 27 +002246 34 17 19 19 12 10 14 13 20 20 16 17 13 15 25 18 20 21 21 13 23 24 29 +002247 31 12 17 15 21 17 20 14 19 28 25 12 24 12 13 14 16 12 27 26 13 14 15 16 18 19 13 8 11 19 15 21 31 +002248 33 22 15 19 17 18 27 13 23 19 13 23 4 23 11 21 17 8 11 17 19 16 22 30 +002249 31 22 14 18 25 22 15 14 19 18 15 19 5 11 17 20 15 21 13 18 18 29 +002250 29 21 29 20 14 18 20 21 15 18 19 19 19 30 26 +002251 28 18 11 15 22 18 13 17 25 28 9 14 16 26 12 11 11 22 27 16 12 12 21 29 34 28 17 14 18 33 28 +002252 29 19 28 9 17 21 15 19 16 10 14 13 17 20 30 16 24 23 22 23 20 14 28 21 16 19 25 29 +002253 27 19 12 21 21 7 18 21 16 15 19 26 27 +002254 31 14 19 20 16 15 24 6 18 25 15 14 18 23 20 12 17 16 13 15 28 29 +002255 28 16 17 23 16 20 17 23 26 +002256 27 20 24 13 20 14 17 29 12 16 15 13 12 19 33 27 +002257 26 19 24 3 17 22 14 13 18 17 20 18 26 +002258 29 24 23 17 16 18 15 13 10 20 30 28 +002259 30 12 25 12 16 13 16 18 13 18 14 23 28 15 14 12 20 19 18 13 16 20 19 18 14 27 31 +002260 29 13 17 22 6 19 14 15 15 17 14 15 27 28 +002261 29 22 21 9 21 20 14 14 15 28 17 18 12 17 15 10 19 23 28 +002262 27 18 29 7 19 19 19 15 26 6 25 14 18 23 22 18 21 20 11 13 28 13 17 23 29 29 +002263 29 18 13 13 18 20 18 15 13 9 14 25 27 19 18 30 8 15 20 15 19 13 16 14 18 12 9 21 20 31 +002264 28 21 20 17 27 27 19 14 17 18 18 34 +002265 30 17 29 20 14 16 13 18 15 17 13 8 17 23 27 +002266 29 19 16 18 22 17 22 11 17 20 15 19 24 18 16 20 21 28 +002267 28 19 30 13 16 13 18 22 27 17 20 24 17 15 16 29 29 +002268 30 11 14 20 12 17 15 21 12 23 20 18 18 13 21 11 18 13 11 17 22 33 +002269 28 18 24 14 19 16 19 18 30 +002270 28 15 26 13 17 13 21 26 21 24 14 17 11 17 29 28 +002271 28 16 19 9 18 24 7 18 23 15 9 14 19 26 17 18 15 17 21 32 +002272 26 17 27 11 19 26 13 15 12 17 18 18 22 20 19 15 16 27 30 +002273 27 21 20 20 19 16 18 13 17 22 25 17 15 9 29 14 10 21 15 23 29 +002274 26 18 18 21 13 27 17 23 27 18 13 16 14 24 20 10 12 11 25 18 17 13 7 12 22 12 18 15 27 34 +002275 27 25 22 17 15 17 20 16 16 18 23 28 +002276 26 20 24 21 11 15 25 14 12 12 19 20 17 16 19 21 28 +002277 27 16 16 22 18 19 18 23 28 +002278 26 27 28 11 17 18 15 23 28 26 +002279 25 21 15 16 25 21 26 +002280 26 20 23 22 15 22 23 27 +002281 30 13 18 22 22 14 16 19 16 18 14 16 10 17 21 13 14 11 21 25 29 +002282 31 23 14 17 18 21 15 16 24 18 23 19 17 17 25 5 23 18 19 18 17 12 24 32 +002283 31 19 17 14 21 19 19 16 18 18 9 14 12 21 27 6 14 16 16 16 12 8 17 27 28 +002284 30 17 16 30 21 23 26 17 16 20 25 11 20 17 10 22 22 29 +002285 28 16 17 16 27 4 10 11 13 14 19 13 13 19 31 27 +002286 28 20 18 14 17 28 10 18 15 17 14 27 28 +002287 28 15 17 22 26 22 18 14 23 9 22 14 23 28 8 20 19 17 30 29 +002288 29 19 27 13 19 18 26 18 10 15 13 17 26 28 +002289 29 21 14 26 20 20 12 13 15 18 26 7 16 13 18 26 29 +002290 27 25 15 25 26 4 20 16 16 30 12 21 16 18 16 25 27 +002291 26 21 17 20 28 12 16 26 25 20 5 18 13 16 17 15 26 29 +002292 27 15 12 16 18 14 21 28 29 +002293 33 16 21 14 16 8 20 26 16 14 19 27 33 13 12 27 16 19 10 19 9 15 16 20 10 9 19 21 30 +002294 30 17 19 16 17 7 16 28 8 17 16 18 11 18 21 18 21 7 21 25 28 +002295 30 10 11 14 22 24 3 13 10 17 17 9 25 29 +002296 33 22 23 22 29 16 16 27 20 19 14 19 24 31 19 24 21 16 16 27 12 18 17 10 18 33 30 +002297 28 14 15 21 22 8 14 19 18 16 18 21 29 +002298 27 18 15 17 23 4 22 17 22 21 4 25 17 19 27 29 +002299 27 17 18 14 22 16 18 17 18 23 27 +002300 27 7 17 10 12 23 16 9 15 16 25 27 +002301 28 14 9 20 22 17 9 17 24 23 28 +002302 29 24 19 16 4 16 13 17 16 26 0 27 +002303 31 16 14 14 19 9 29 21 13 17 22 16 20 18 11 7 20 23 19 15 17 21 31 +002304 25 18 18 24 18 18 13 21 25 28 +002305 27 16 21 12 15 15 22 14 15 10 26 4 18 18 20 15 16 20 16 14 17 24 29 +002306 26 12 16 19 16 16 12 8 16 26 5 14 18 18 18 18 19 21 28 +002307 28 18 18 18 25 22 19 16 24 12 15 16 15 29 29 +002308 29 22 24 16 13 21 19 5 19 17 26 26 12 13 27 4 18 17 13 20 21 23 15 35 30 +002309 25 21 14 18 20 16 16 22 19 12 17 21 31 29 +002310 26 28 22 24 19 17 15 29 13 13 16 12 16 19 31 31 +002311 27 23 18 20 30 4 20 17 20 15 7 20 21 16 18 23 18 28 +002312 29 24 13 24 10 17 18 17 18 15 16 10 12 16 15 20 19 30 +002313 31 18 21 18 15 23 5 22 17 15 18 19 15 17 15 16 16 24 30 13 14 15 23 18 17 22 18 22 32 +002314 28 23 22 11 12 20 16 25 5 18 15 32 20 14 13 15 24 9 18 19 15 14 23 10 22 22 28 +002315 27 26 26 22 17 15 13 16 12 14 27 30 +002316 30 14 19 21 21 24 14 19 17 21 29 +002317 25 18 13 20 23 23 18 10 22 15 22 18 18 15 16 19 26 32 +002318 30 16 25 16 14 19 21 16 14 19 18 16 18 20 14 17 19 23 27 +002319 28 11 17 21 15 25 9 14 20 13 18 19 26 30 +002320 26 22 20 24 21 11 24 18 18 27 28 +002321 29 17 16 15 16 17 20 13 15 18 24 27 +002322 26 23 24 21 19 18 24 8 19 11 15 20 24 28 +002323 28 21 25 22 18 20 17 18 26 23 17 15 18 25 5 16 20 18 17 19 25 30 +002324 28 21 17 13 12 19 17 27 12 18 24 19 20 17 24 11 12 13 22 26 30 +002325 27 19 9 20 23 17 13 19 28 20 13 13 14 13 17 25 29 +002326 30 15 20 26 22 25 16 16 20 21 14 5 15 13 13 19 24 30 +002327 31 13 22 27 25 4 19 20 19 20 16 18 22 27 20 21 29 7 19 18 18 14 17 26 5 23 16 19 18 24 31 +002328 29 22 24 10 16 24 30 16 13 16 18 8 19 23 24 19 24 15 12 15 20 26 28 +002329 29 21 15 16 11 10 15 24 21 23 16 24 5 19 11 16 19 17 14 8 27 0 10 18 19 30 +002330 30 12 13 24 19 14 21 15 17 12 13 30 28 18 16 14 27 5 13 13 14 19 17 21 29 +002331 26 21 27 16 12 16 16 25 17 25 17 15 21 25 27 +002332 26 21 18 17 14 18 26 15 17 13 23 5 15 10 16 14 14 18 19 17 16 17 28 28 +002333 28 11 16 23 22 18 23 11 17 8 21 13 27 28 +002334 29 16 24 19 20 13 16 11 21 18 19 16 28 +002335 31 18 21 21 15 14 18 18 15 17 28 24 21 23 4 20 8 18 19 13 8 17 29 27 +002336 26 19 16 23 22 12 22 11 20 9 26 33 +002337 30 13 22 26 5 19 11 15 20 19 20 14 13 29 20 11 15 18 24 24 28 +002338 26 16 16 20 23 17 16 17 23 9 16 23 19 19 13 19 32 28 +002339 29 9 16 18 11 17 19 25 4 17 24 23 15 9 19 17 23 29 +002340 32 18 15 21 23 18 15 17 17 28 8 19 25 13 18 15 24 4 22 23 20 19 13 18 22 26 +002341 29 25 24 17 15 17 22 20 22 19 13 22 16 16 30 30 +002342 30 20 19 17 14 8 18 30 4 18 26 23 19 21 22 11 19 15 20 24 25 16 16 20 28 8 20 22 19 32 30 +002343 26 18 18 29 11 10 17 12 14 17 24 30 +002344 28 21 19 21 20 18 28 6 16 20 17 16 20 22 26 +002345 29 15 20 15 13 26 7 20 17 14 13 15 12 26 29 +002346 28 24 11 23 29 5 24 16 26 21 14 20 23 29 +002347 28 20 21 21 14 14 15 7 17 15 16 26 6 18 29 23 15 15 24 25 5 19 15 17 23 25 32 +002348 30 13 18 8 16 27 14 18 23 21 12 16 24 22 29 +002349 29 13 12 12 21 18 21 18 10 15 26 23 14 21 12 15 18 18 19 16 26 30 +002350 32 19 25 9 22 18 22 18 16 27 17 20 10 17 15 19 25 18 16 16 21 24 6 15 17 20 12 14 23 29 +002351 25 25 24 14 15 21 19 22 20 20 23 28 +002352 29 22 27 18 17 26 14 17 24 21 14 29 36 15 18 20 15 15 18 18 19 9 20 22 30 +002353 28 24 25 17 19 27 26 15 16 11 14 18 6 20 27 14 18 23 21 29 +002354 29 18 19 17 15 23 13 23 23 19 11 16 22 19 22 18 19 14 18 22 30 +002355 30 25 16 13 15 15 20 14 21 7 18 14 21 20 29 +002356 27 19 17 23 19 19 22 11 16 13 16 22 21 26 13 14 14 16 22 20 20 34 30 +002357 30 18 18 26 21 18 18 25 10 24 19 14 9 18 30 28 +002358 27 30 7 17 17 14 15 20 28 23 18 15 16 25 34 22 21 5 19 21 18 21 31 32 +002359 33 14 19 13 17 7 17 31 4 12 13 27 16 16 16 17 22 15 12 19 14 24 30 +002360 31 18 14 18 15 14 16 26 14 15 16 11 14 18 22 7 20 21 31 +002361 25 21 23 16 17 16 20 17 15 21 21 28 +002362 30 14 19 19 14 8 23 25 6 17 15 21 17 24 27 +002363 29 19 19 26 17 11 18 17 25 6 20 18 17 23 28 +002364 28 21 17 26 4 20 12 15 15 11 14 14 17 15 27 18 18 23 15 13 8 15 18 14 26 29 +002366 28 30 28 20 16 30 9 19 26 21 23 31 29 +002367 28 19 23 27 25 15 10 23 28 17 19 18 29 16 16 17 18 19 6 21 24 29 +002368 27 19 17 18 18 14 18 22 10 16 11 21 22 13 15 17 27 27 +002369 30 13 23 19 19 15 8 17 16 20 19 11 18 27 22 10 17 12 15 23 6 17 21 19 23 26 29 +002370 31 23 24 19 19 17 27 27 13 15 22 23 8 11 18 17 20 9 18 24 31 +002371 28 14 17 28 18 20 14 18 10 17 17 20 20 20 14 18 20 16 17 31 34 +002372 31 14 30 27 17 24 18 22 7 11 13 26 23 20 13 27 19 8 18 18 22 32 +002373 29 13 19 20 11 24 25 17 12 19 22 8 18 16 15 13 11 15 11 20 24 21 16 20 17 20 21 20 19 28 +002374 30 16 22 20 22 15 20 18 21 20 10 10 17 23 24 20 16 19 18 26 19 15 21 28 +002375 28 29 20 19 17 22 20 12 16 27 22 16 17 17 18 14 17 20 25 6 19 13 24 31 +002376 30 14 18 19 24 20 16 16 24 19 12 24 21 19 12 17 32 26 +002377 28 22 29 20 11 20 26 17 17 20 17 17 22 13 5 18 20 15 15 22 29 +002378 28 21 15 23 20 10 22 20 16 14 9 23 23 14 19 15 20 25 7 18 19 14 16 33 29 +002379 27 21 17 24 13 16 18 22 21 27 +002380 30 18 23 19 18 18 20 16 21 18 21 13 21 30 29 +002381 26 24 30 7 11 19 18 17 15 16 26 21 15 14 20 27 5 19 20 18 14 21 29 29 +002382 26 21 19 18 18 23 17 16 19 17 16 24 12 22 21 14 18 14 17 29 28 +002383 30 18 16 23 3 17 14 17 19 17 16 20 0 16 21 22 22 14 17 18 18 15 20 20 28 +002384 30 15 10 19 14 15 18 18 23 18 18 14 16 25 7 16 22 15 17 16 15 30 30 +002385 28 18 25 23 26 12 19 18 14 25 22 18 23 17 13 18 16 25 25 18 21 19 14 15 18 25 28 +002386 32 20 18 28 22 14 14 8 18 24 18 22 19 29 +002387 30 10 11 21 19 18 23 31 13 13 16 13 15 18 24 29 +002388 26 13 14 16 15 22 22 21 16 20 16 14 19 18 15 23 18 23 28 +002389 24 23 14 18 21 22 11 19 16 9 21 22 7 13 17 24 21 30 +002390 27 17 18 28 19 21 10 13 15 20 26 20 16 23 18 18 15 15 30 32 +002391 28 16 18 26 18 18 14 29 5 18 18 13 15 16 29 24 17 13 14 25 30 +002392 28 31 33 4 26 30 4 19 20 24 4 17 14 20 20 15 23 20 16 19 29 31 +002393 28 15 12 15 15 25 5 24 13 10 20 23 24 16 13 22 27 30 +002394 26 16 26 12 23 19 27 8 18 15 21 26 4 15 14 15 16 29 24 18 21 14 15 18 26 30 +002395 27 28 23 21 12 12 19 17 19 15 26 26 +002396 26 19 15 21 25 14 18 18 25 27 5 12 17 17 17 26 30 +002397 29 23 23 17 14 26 19 15 22 3 23 22 13 17 22 19 18 19 30 23 14 18 17 12 16 8 22 23 30 +002398 25 26 17 26 17 23 21 18 15 19 28 29 +002399 26 22 24 3 22 23 21 23 15 26 27 +002400 30 20 20 23 22 16 15 19 27 16 16 16 22 16 21 7 21 20 18 14 20 25 28 +002401 27 17 23 19 21 20 13 16 23 25 28 +002402 31 19 26 10 26 19 12 17 11 15 25 16 20 25 12 19 18 11 16 13 18 24 24 15 19 29 29 +002403 29 16 16 34 16 17 16 8 18 22 5 12 17 21 20 19 35 20 23 8 16 14 17 23 10 12 11 17 14 24 26 30 +002404 26 21 21 25 12 20 16 18 11 23 27 +002405 26 24 23 20 20 18 29 7 17 15 18 15 16 24 28 +002406 27 15 30 6 9 12 16 10 13 14 21 12 26 26 +002407 26 21 18 11 15 15 14 11 17 17 22 20 28 +002408 30 18 28 18 22 26 16 21 27 18 15 13 16 14 14 17 27 30 +002409 29 18 21 21 19 16 30 16 16 20 19 27 29 +002410 27 20 23 14 24 20 6 20 17 19 22 16 18 21 30 +002411 29 20 19 9 19 24 10 9 19 20 15 18 24 27 +002412 28 16 28 6 14 17 17 16 17 23 10 19 18 15 15 22 20 26 +002413 28 24 24 22 10 17 16 15 8 18 25 18 14 19 21 20 9 17 16 16 17 25 31 +002414 30 18 18 21 8 8 15 19 16 17 10 19 18 22 21 18 19 26 7 14 13 10 12 22 23 29 +002415 27 19 18 26 7 24 23 21 13 12 16 21 18 29 29 +002416 27 26 24 20 16 30 12 24 23 21 17 30 28 +002417 28 21 21 24 20 16 13 8 15 16 25 19 18 12 21 22 6 12 16 22 14 31 28 +002418 31 20 24 19 15 13 12 18 30 20 18 18 19 17 16 27 26 20 22 19 14 18 16 13 27 30 +002419 27 22 23 14 15 14 19 26 10 16 22 17 15 17 14 20 29 +002420 31 18 23 23 18 16 14 8 18 26 34 13 15 17 22 19 16 19 18 8 20 26 29 +002421 28 19 24 17 15 15 19 14 16 15 16 22 33 19 24 14 12 20 15 19 24 21 15 26 7 16 16 22 20 28 +002422 31 19 29 7 12 14 12 14 13 13 16 17 17 7 22 20 30 14 19 20 16 22 17 14 21 20 22 31 +002423 28 25 21 17 20 16 29 9 17 17 15 17 19 24 24 19 19 14 15 14 27 18 12 16 20 29 31 +002424 26 20 21 26 3 19 9 18 20 16 9 19 25 22 10 21 15 8 26 21 30 +002425 28 17 17 27 22 14 10 16 12 31 17 17 11 13 18 17 9 16 25 26 +002426 32 18 25 18 17 14 13 17 22 15 11 16 15 17 22 21 23 26 21 17 16 18 15 15 18 27 29 +002427 31 16 11 22 22 7 14 18 18 16 22 28 14 14 16 15 16 27 20 20 19 30 17 13 11 23 18 14 9 20 34 28 +002428 27 19 29 17 18 13 20 15 17 20 4 17 14 16 29 29 +002429 30 18 20 11 27 9 18 19 13 14 22 32 23 22 19 7 20 18 30 29 +002430 31 24 22 18 18 28 3 28 27 4 22 30 25 24 26 13 13 15 17 12 19 17 21 29 +002431 30 12 22 17 19 13 21 25 9 24 17 13 11 20 20 17 23 29 +002432 30 21 19 20 16 15 30 13 14 14 16 23 15 28 12 12 18 15 12 13 19 24 20 13 16 15 21 22 30 +002433 28 17 15 25 15 14 17 21 16 14 26 27 +002434 29 18 18 23 9 12 14 14 14 10 13 19 22 33 +002435 30 14 18 17 8 21 27 17 24 20 19 18 16 14 26 31 19 24 17 17 21 18 20 18 7 18 30 31 +002436 31 23 27 15 18 17 22 21 23 23 28 20 29 20 18 20 17 6 20 19 16 25 12 15 16 27 31 +002437 28 28 16 14 19 23 19 17 28 21 11 12 19 15 16 14 21 21 18 13 17 28 31 +002438 27 16 12 21 18 17 21 23 12 14 15 17 19 23 30 +002439 29 19 24 11 20 14 33 9 11 19 10 11 17 28 30 +002440 29 21 27 17 14 15 20 24 25 17 11 21 11 9 21 22 8 12 13 14 21 27 31 +002441 28 15 15 10 20 23 13 19 17 17 18 17 16 19 8 15 28 28 +002442 28 18 17 23 22 22 23 20 17 20 13 18 27 27 +002443 29 13 20 27 19 18 19 14 18 16 18 32 27 +002444 28 20 27 19 18 17 18 12 23 27 19 21 11 16 19 22 15 17 15 14 16 32 28 +002445 29 20 19 23 24 8 18 17 23 26 30 +002446 26 22 19 23 16 19 24 15 23 14 21 7 19 16 17 25 8 20 19 20 29 31 +002447 28 23 17 18 18 13 7 14 16 20 15 22 25 19 15 8 18 19 29 30 +002448 25 29 24 18 16 25 0 13 15 18 16 24 31 9 11 15 17 12 15 21 0 25 29 +002449 25 22 15 22 22 22 22 14 16 18 22 25 29 +002450 29 23 23 16 21 16 30 32 15 13 28 3 12 14 18 24 4 19 20 19 13 15 14 19 27 26 +002451 25 28 23 14 20 23 6 23 17 11 15 35 30 +002452 28 22 33 7 18 20 16 18 24 7 15 19 8 23 18 30 +002453 26 19 9 23 0 23 24 17 14 21 16 14 17 18 17 22 14 14 22 16 0 17 17 16 10 16 23 30 +002454 32 21 23 16 10 15 12 8 21 14 16 25 26 24 18 19 16 25 22 12 13 19 20 16 19 24 4 19 17 20 23 30 +002455 26 20 15 14 15 12 15 18 14 18 19 13 13 15 10 8 21 20 28 +002456 28 31 15 12 18 21 25 16 19 11 18 16 14 8 14 16 22 5 19 19 19 16 15 24 31 +002457 26 21 21 23 16 10 13 11 15 15 19 23 28 +002458 25 24 18 32 14 19 17 19 19 11 15 18 26 29 +002459 23 19 28 15 17 12 17 21 23 15 10 22 23 14 9 15 16 14 12 19 20 29 25 +002460 28 18 21 18 19 24 21 15 8 21 19 11 12 18 16 18 21 29 +002461 28 20 16 23 7 17 18 20 20 14 17 14 17 21 32 19 17 23 29 23 16 21 25 31 +002462 29 26 17 12 20 24 22 13 16 21 18 17 12 21 16 12 20 13 9 28 30 +002463 29 16 12 19 29 26 15 19 18 4 12 11 11 20 28 30 +002464 26 18 12 17 11 21 11 20 12 25 28 +002465 27 18 13 18 21 16 19 20 7 19 21 17 18 12 18 15 19 26 28 +002466 28 18 19 29 4 35 12 29 6 43 4 34 9 31 17 15 17 16 21 5 15 13 16 25 30 +002467 26 21 21 23 29 6 12 16 17 14 21 25 29 +002468 27 20 16 26 19 14 11 18 16 13 17 21 6 14 15 19 22 30 +002469 29 18 14 25 31 7 14 22 17 18 21 4 22 22 21 19 17 23 30 +002470 28 24 16 19 28 6 14 22 14 30 27 +002471 26 24 18 20 28 3 23 15 17 18 29 23 23 15 25 16 17 14 8 17 22 9 18 12 18 21 24 30 +002472 25 17 15 16 29 18 14 14 16 17 26 5 11 20 15 11 19 17 15 25 28 +002473 25 23 14 18 13 15 15 11 26 27 +002474 27 27 37 5 18 24 19 16 18 16 13 31 30 +002475 27 15 17 18 22 20 25 16 12 13 21 34 34 +002476 28 15 20 12 13 26 10 16 15 19 22 17 16 13 18 19 10 15 15 29 28 +002477 26 24 23 20 11 21 13 21 12 12 28 28 +002478 29 9 13 19 21 18 18 17 30 29 +002479 28 17 16 15 29 17 15 24 20 9 13 19 14 35 28 +002480 29 24 27 3 19 15 14 16 15 25 20 31 6 15 14 20 17 29 +002481 26 15 14 23 18 20 19 19 29 29 +002482 28 26 27 20 23 29 9 18 16 19 13 36 31 +002483 29 14 15 18 27 16 17 20 30 18 18 18 15 18 25 26 21 17 10 14 17 25 30 +002484 27 19 27 17 12 15 18 20 17 16 15 12 16 8 13 18 27 20 14 17 19 20 20 19 13 20 28 27 +002485 30 18 24 13 15 21 32 3 22 20 18 13 13 22 21 4 27 17 25 4 16 19 21 27 30 +002486 28 23 18 11 19 20 14 9 23 18 23 22 28 +002487 31 19 20 14 14 14 16 33 5 13 15 15 20 28 16 21 20 20 21 21 3 15 15 20 9 9 20 24 33 +002488 26 22 16 12 27 18 12 19 20 13 33 27 +002489 29 18 20 16 29 21 19 22 19 19 15 13 17 15 19 17 8 16 11 14 16 28 4 18 19 17 18 32 31 +002490 29 21 22 18 14 16 14 7 12 14 14 25 12 17 24 13 15 19 22 10 13 20 31 29 +002491 27 21 15 19 25 17 18 28 23 17 26 20 18 23 11 21 24 5 18 21 20 15 31 30 +002492 32 13 15 19 12 21 26 30 16 17 29 23 17 29 15 20 31 20 16 23 20 15 18 32 31 +002493 29 18 25 6 21 23 5 12 12 12 14 17 0 17 28 28 +002494 25 19 16 18 16 17 23 20 17 9 19 30 29 +002495 28 11 15 17 23 16 19 17 23 22 17 17 19 15 13 8 20 22 4 14 21 15 22 31 +002496 30 18 21 20 17 20 13 17 24 31 14 11 20 24 9 11 14 15 13 17 19 10 26 29 +002497 28 12 20 13 12 21 15 17 21 22 11 18 33 28 +002498 30 21 14 16 31 13 20 29 13 15 12 21 17 21 28 +002499 33 20 29 23 16 15 17 14 12 16 14 18 22 21 15 14 22 29 32 +002500 28 18 13 18 24 17 13 11 21 20 5 17 14 16 21 24 19 14 19 24 30 +002501 31 12 17 27 6 16 15 17 11 23 21 25 15 14 22 28 29 +002502 31 14 19 18 29 20 17 16 17 18 16 18 18 33 28 +002503 27 22 22 15 18 15 17 29 20 15 16 24 21 21 21 23 22 13 19 32 29 +002504 28 14 32 5 17 12 21 16 15 28 7 16 16 16 23 19 16 23 30 +002505 25 18 18 21 16 17 14 22 29 26 +002506 28 28 27 21 13 14 13 18 24 28 +002507 31 13 15 19 29 3 23 16 21 25 20 17 29 31 +002508 31 18 18 19 16 26 31 18 23 10 12 15 23 5 17 14 24 16 16 16 21 4 19 20 15 23 17 18 23 33 +002509 32 21 22 16 23 13 18 15 8 16 19 11 22 15 20 20 26 12 16 18 24 20 28 +002510 28 14 15 35 6 19 17 18 16 19 13 19 19 14 14 17 24 19 22 26 21 18 17 19 9 17 22 29 +002511 30 28 17 19 31 10 17 16 19 18 18 16 30 28 +002512 29 30 21 13 20 17 5 16 13 9 17 22 18 26 24 20 18 26 14 22 16 27 32 +002513 29 21 20 29 4 16 19 11 18 24 15 13 12 18 25 31 28 5 14 20 14 16 19 15 17 23 30 +002514 27 20 15 16 16 16 16 29 7 21 24 4 13 15 12 18 21 25 7 20 16 20 17 8 18 26 30 +002515 25 22 10 21 24 15 16 19 26 7 12 19 21 29 31 +002516 36 20 22 17 17 28 5 8 18 30 16 17 16 15 8 16 16 16 27 26 17 22 21 18 20 19 34 +002517 27 22 18 27 31 10 29 23 13 12 19 13 14 15 28 22 13 22 19 18 18 17 14 13 15 29 30 +002518 26 19 18 29 7 7 15 14 26 18 20 16 12 11 17 15 17 26 25 21 17 22 24 12 18 17 19 29 29 +002519 30 20 33 13 18 22 20 14 15 18 20 33 15 24 20 19 14 18 17 21 14 15 24 32 +002520 28 16 12 19 16 8 21 14 23 27 +002521 32 13 20 31 20 18 17 7 16 14 19 26 33 14 18 23 5 20 14 21 9 18 19 17 15 13 16 15 19 27 +002522 31 23 19 20 21 7 15 22 28 6 18 16 16 22 21 18 20 28 4 21 17 16 23 16 9 17 26 31 +002523 29 18 17 10 13 6 20 21 19 19 16 18 20 27 +002524 30 20 19 26 22 27 18 20 21 20 18 16 34 30 +002525 27 18 13 15 28 23 18 14 19 22 20 18 27 9 28 26 7 12 14 14 20 27 29 +002526 30 20 12 17 16 14 12 23 22 12 14 11 23 24 28 12 18 13 17 17 28 24 22 26 25 14 12 17 26 32 +002527 29 19 20 24 14 21 28 17 17 15 24 23 16 18 19 19 18 23 23 28 +002528 28 16 20 28 16 17 15 26 14 16 14 15 15 24 16 13 15 15 16 21 29 +002529 28 20 21 16 15 14 14 17 27 13 11 17 17 16 23 4 17 22 17 16 13 18 23 31 +002530 29 15 20 30 18 17 10 14 17 16 25 24 31 +002531 29 21 17 25 3 21 14 14 22 17 15 15 31 29 +002532 30 21 19 10 21 21 5 20 16 19 21 17 19 25 12 21 13 25 14 13 21 19 27 31 +002533 28 19 18 27 4 10 14 15 11 14 17 17 14 17 26 20 18 18 32 29 +002534 29 8 17 21 17 16 16 14 13 19 27 28 +002535 28 24 27 15 13 18 17 15 13 24 25 28 17 16 20 20 16 15 18 21 25 15 13 18 23 20 23 11 18 34 +002536 26 28 19 17 17 27 25 15 15 13 20 26 22 26 3 24 17 18 15 18 21 21 30 +002537 27 23 21 19 23 4 20 16 16 23 27 +002538 30 25 17 16 13 22 15 18 14 18 33 30 24 24 11 17 23 19 18 20 24 31 +002539 28 22 24 15 16 12 18 28 22 14 19 18 31 5 19 18 15 27 18 17 28 29 +002540 29 14 23 24 14 16 31 5 11 19 17 26 28 +002541 30 14 19 28 29 17 17 27 33 11 22 16 15 21 18 18 18 17 8 23 12 14 20 20 7 17 14 20 23 30 +002542 26 16 22 17 8 15 16 21 12 24 18 20 25 14 16 14 18 20 21 20 29 +002543 29 16 18 25 8 15 16 15 15 21 18 13 18 16 8 20 15 19 27 32 +002544 26 17 10 20 22 17 23 9 14 14 20 33 30 +002545 28 20 17 30 19 12 23 23 16 13 17 19 25 30 +002546 34 28 17 16 21 27 19 15 21 12 14 18 22 18 13 12 27 41 20 23 17 16 10 25 26 12 22 23 29 +002547 31 15 20 17 14 31 15 11 14 13 32 19 11 14 13 28 22 28 +002548 32 30 22 18 18 23 15 17 25 17 23 14 20 33 34 20 20 18 26 3 19 19 15 32 30 +002549 29 22 21 11 21 22 17 20 21 15 19 11 19 15 28 31 +002550 28 12 16 17 13 20 29 19 19 23 24 25 22 17 13 17 21 24 31 +002551 31 12 22 25 18 17 12 24 17 10 21 24 8 23 25 17 18 17 16 25 30 +002552 28 22 21 19 22 27 17 14 19 16 14 31 27 +002553 25 22 25 21 21 19 18 20 28 28 +002554 28 25 25 19 15 10 19 31 29 +002555 27 16 26 26 14 20 25 5 20 13 17 19 20 21 19 31 +002556 27 28 14 20 25 12 31 10 16 20 25 17 13 17 17 16 18 21 20 19 15 17 21 31 +002557 29 16 27 14 24 14 15 27 11 17 19 24 13 12 19 25 29 +002558 30 18 14 20 25 4 17 13 20 21 15 10 19 18 23 3 24 25 23 20 22 25 30 +002559 28 24 18 22 26 16 15 13 10 24 21 10 14 17 20 16 19 20 25 30 +002560 26 24 18 20 18 20 15 8 10 11 23 26 9 19 15 16 30 4 18 13 20 28 30 +002561 25 18 12 24 23 23 19 11 16 26 14 15 17 14 9 21 18 18 13 18 32 29 +002562 26 20 11 21 19 18 20 27 28 +002563 28 26 22 19 16 7 28 39 12 21 20 12 20 13 8 17 19 23 18 25 17 16 19 18 18 7 18 33 31 +002564 31 23 16 29 22 11 23 14 8 21 28 8 22 16 15 15 14 21 24 30 +002565 26 18 14 15 26 13 11 19 17 24 6 13 15 14 17 15 18 30 30 +002566 30 21 18 24 23 10 16 20 26 18 18 17 23 22 16 20 24 34 +002567 28 17 14 18 26 15 14 9 15 13 23 13 23 29 +002568 29 16 15 15 26 22 19 18 16 8 20 24 43 12 15 16 18 21 17 23 24 14 19 29 30 +002569 27 17 20 17 19 21 23 17 7 19 24 25 14 19 27 6 21 21 18 15 24 30 +002570 27 21 24 22 16 17 13 16 18 19 17 17 25 21 23 5 17 16 14 12 14 28 30 +002571 29 17 19 11 23 21 5 22 14 15 17 22 23 29 +002572 27 22 15 9 18 27 12 15 13 20 27 30 +002573 29 19 10 20 24 23 14 15 25 6 13 14 18 15 15 14 17 8 12 14 13 26 27 +002574 27 22 24 19 15 19 27 14 18 15 19 12 16 34 28 +002575 27 16 13 17 22 20 23 21 18 19 20 15 15 12 27 16 16 21 16 21 23 27 +002576 31 15 33 26 12 14 15 8 18 26 13 13 16 17 17 21 6 19 11 15 14 21 28 29 +002577 28 22 17 12 27 24 16 15 26 24 15 16 18 16 20 19 11 19 20 17 28 +002578 33 18 17 22 14 13 16 18 25 22 20 16 12 20 25 20 22 26 30 +002579 27 27 16 21 34 8 17 15 20 27 20 16 32 30 +002580 32 13 31 10 25 15 8 20 26 19 12 19 22 27 22 18 21 18 17 18 32 29 +002581 31 19 19 23 15 11 17 20 26 11 13 14 20 21 18 14 12 16 28 15 18 32 10 16 18 22 31 +002582 27 18 22 16 25 16 17 20 25 27 15 25 17 16 19 15 9 14 22 17 15 22 22 28 +002583 29 15 16 9 15 19 32 3 17 20 10 18 18 24 28 +002584 33 19 24 10 21 17 26 20 16 17 17 26 32 17 14 16 9 16 16 16 21 4 20 20 18 21 18 33 +002585 28 22 23 25 16 17 20 25 23 26 12 10 23 25 14 18 24 29 +002586 29 16 20 20 22 4 21 11 22 23 18 18 18 23 29 +002587 30 22 22 20 16 19 30 18 24 27 5 20 19 12 17 16 15 28 21 13 17 28 29 +002588 34 17 23 18 18 19 13 16 24 20 5 25 32 6 21 26 21 14 19 27 10 21 14 23 18 25 5 17 16 19 29 32 +002589 28 18 10 28 7 11 19 16 13 15 19 0 30 27 +002590 29 14 20 19 19 23 16 14 23 12 21 18 26 29 +002591 26 24 22 17 26 17 15 16 18 18 16 30 +002592 28 16 13 16 24 5 14 13 13 19 12 26 5 15 17 22 22 18 29 20 11 24 23 29 +002593 31 15 23 15 17 25 18 17 18 26 20 19 26 27 +002594 26 17 13 18 21 20 15 18 21 20 15 17 25 30 +002595 29 19 20 23 18 17 19 23 10 13 21 17 14 22 16 18 17 26 29 +002596 25 20 16 23 9 21 20 20 16 18 22 13 28 +002597 27 19 20 22 15 18 19 14 20 13 17 12 8 21 27 23 19 26 7 16 19 15 16 19 24 31 +002598 26 21 31 8 14 18 15 15 13 17 33 28 +002599 26 26 14 18 21 24 15 13 25 17 25 19 17 15 7 19 29 28 +002600 29 22 23 19 20 18 19 22 16 24 28 +002601 28 20 19 14 21 25 24 15 16 19 31 9 16 14 25 22 29 +002602 25 24 16 20 28 4 9 19 15 23 17 16 18 30 29 +002603 31 17 18 17 15 5 18 15 17 24 15 14 19 27 29 16 12 20 14 24 22 18 21 18 30 31 +002604 28 22 24 19 16 19 25 23 20 16 22 18 12 32 26 +002605 28 26 17 30 6 11 16 16 21 17 12 22 19 19 22 19 17 20 18 24 19 14 16 15 14 20 33 +002606 29 18 22 31 5 24 24 12 15 16 16 21 7 29 29 +002607 28 23 19 18 11 15 19 22 27 +002608 25 17 22 21 16 14 25 13 22 22 16 12 28 27 +002609 32 30 20 12 20 28 24 20 18 28 9 18 22 25 15 18 27 31 +002610 29 14 28 18 21 17 16 16 9 26 23 7 23 23 28 +002611 26 17 20 8 18 25 22 25 16 20 23 27 +002612 28 29 29 11 18 14 9 20 24 16 10 17 30 28 +002613 25 19 20 26 4 15 21 19 15 15 17 9 18 32 28 +002614 28 12 15 15 10 27 9 12 12 13 18 18 18 22 15 16 18 28 26 +002615 28 27 24 23 15 13 15 25 7 20 14 26 19 8 19 21 18 22 27 +002616 27 20 23 17 19 18 23 5 33 21 25 28 +002617 30 23 20 14 28 8 24 33 13 18 14 13 30 27 +002618 30 17 23 25 5 23 25 5 18 24 18 20 16 22 27 +002619 28 25 18 19 5 21 11 17 17 10 18 13 24 18 7 22 25 21 16 25 25 15 24 19 18 20 29 28 +002620 28 19 19 9 19 26 7 14 16 15 20 17 24 29 +002621 29 24 25 25 18 16 13 18 24 13 17 20 27 19 15 16 21 19 12 25 23 30 +002622 30 18 25 26 12 13 18 19 20 17 19 16 20 9 12 18 17 26 28 +002623 28 20 26 13 12 19 16 11 15 27 10 19 19 22 19 13 24 28 +002624 28 16 19 18 9 14 17 17 9 18 25 17 14 16 14 21 23 31 +002625 29 20 29 16 15 21 13 26 37 13 18 14 24 19 19 16 17 10 17 14 21 27 5 20 18 24 23 31 +002626 31 9 26 17 19 24 13 14 16 17 25 32 14 9 11 18 19 29 17 18 8 11 29 11 16 19 33 31 +002627 28 15 24 17 17 17 11 12 21 28 28 +002628 27 18 20 18 18 16 18 0 21 31 31 +002629 28 22 14 9 27 13 12 16 30 11 15 16 22 13 16 23 17 29 +002630 27 19 29 13 29 27 16 20 22 16 18 18 17 25 31 +002631 31 27 28 21 25 20 25 15 15 15 14 14 19 19 17 20 27 29 +002632 28 19 11 14 20 18 17 13 18 19 17 16 19 16 10 18 15 17 17 20 28 +002633 29 21 17 21 25 7 20 24 23 20 17 35 26 +002634 25 19 15 20 19 24 17 18 18 6 20 23 16 10 19 27 30 +002635 30 20 28 19 14 10 15 12 7 22 23 27 20 17 19 18 18 16 5 18 16 17 15 16 34 30 +002636 32 15 24 25 18 15 21 29 25 16 20 14 9 20 25 18 18 8 18 26 24 15 18 25 32 +002637 28 16 27 17 19 28 7 16 17 16 16 15 18 25 30 +002638 31 15 19 14 16 12 19 13 18 14 22 23 13 19 21 10 16 17 23 7 22 18 16 16 18 20 22 30 +002639 27 20 17 24 18 16 22 28 5 12 17 15 18 26 28 +002640 28 22 16 15 17 25 21 11 13 21 17 24 12 16 22 24 32 +002641 27 23 13 10 17 31 7 10 14 12 18 19 15 30 33 19 16 21 20 23 26 +002642 29 18 21 21 17 14 24 19 11 13 19 15 21 20 14 25 20 19 14 16 32 30 +002643 24 23 23 18 14 19 26 16 18 14 19 28 28 +002644 25 23 29 11 13 8 19 28 14 11 15 15 17 29 27 +002645 29 22 19 23 13 16 18 21 27 24 16 16 15 15 13 18 24 8 17 15 17 16 10 8 13 15 21 23 30 +002646 27 22 20 23 27 29 21 22 13 18 22 7 17 18 19 11 11 16 15 12 34 31 +002647 28 17 18 29 11 13 11 15 22 16 9 17 20 29 30 +002648 30 19 29 21 10 15 17 26 26 13 19 24 33 16 18 20 13 10 25 25 16 16 29 33 +002649 29 19 14 20 26 6 20 15 13 25 7 12 13 13 19 21 29 +002650 33 16 19 10 14 33 6 19 12 16 23 16 22 15 27 26 17 13 19 31 24 25 15 19 16 21 26 30 +002651 28 20 26 22 8 14 17 29 13 40 31 +002652 27 18 19 24 13 15 22 29 30 +002653 27 18 9 18 28 17 18 22 15 17 17 17 13 8 19 28 28 +002654 28 22 27 18 23 12 18 26 8 17 14 17 17 14 19 9 20 24 48 20 22 16 17 29 11 14 19 16 26 30 +002655 26 22 20 24 16 12 18 15 22 26 29 +002656 26 23 21 12 19 18 23 17 11 27 27 +002657 27 19 21 14 22 17 9 19 18 22 25 29 +002658 28 14 20 17 9 20 22 19 17 13 24 23 30 +002659 27 24 21 26 3 18 19 22 14 16 9 21 29 29 +002660 28 17 11 18 28 16 9 18 15 15 25 29 +002661 29 25 15 26 8 17 19 17 9 21 12 19 16 21 29 +002662 25 20 21 25 7 11 17 13 13 20 17 22 29 +002663 26 18 13 18 7 23 24 20 20 25 27 +002664 26 26 22 15 19 18 22 17 18 25 18 22 19 10 16 14 8 17 24 26 29 +002665 29 15 21 24 24 21 15 15 20 32 28 +002666 26 25 23 23 23 21 28 4 18 16 14 15 18 29 28 +002667 28 19 29 3 26 23 17 18 23 6 18 18 16 12 20 14 17 25 5 21 18 26 18 16 16 16 19 26 34 +002668 26 20 17 17 10 15 14 8 22 23 14 21 19 16 23 16 14 25 29 +002669 29 21 26 17 17 14 30 17 15 15 18 7 13 16 16 12 16 17 11 23 23 15 16 27 31 +002670 29 19 20 26 19 20 24 15 20 15 21 18 18 17 25 22 14 15 11 14 17 29 29 +002671 27 20 14 23 22 22 11 21 10 19 22 17 17 29 21 13 25 26 4 18 13 19 24 30 +002672 28 26 26 22 17 21 16 24 16 21 24 18 21 27 18 21 12 22 25 14 18 18 17 25 31 +002673 27 20 17 28 16 17 17 31 16 18 18 17 23 30 +002674 30 17 17 24 13 16 19 28 35 13 16 20 22 15 17 33 15 21 13 20 22 25 20 11 14 20 24 31 +002675 29 21 28 19 16 23 24 26 25 30 18 11 27 14 21 18 15 16 15 6 18 25 31 +002676 27 17 18 18 16 24 25 25 17 16 8 17 15 17 9 22 17 9 22 26 16 22 12 20 20 20 23 30 +002677 25 15 28 12 9 11 24 15 23 18 27 29 +002678 26 13 27 7 15 16 18 25 23 16 18 26 30 +002679 27 22 19 12 26 20 14 10 26 21 14 12 15 20 17 19 10 10 15 17 20 17 21 5 16 11 16 7 34 31 +002680 29 19 17 17 21 19 13 26 13 14 16 11 22 32 15 10 12 15 27 5 14 9 11 18 11 32 32 +002681 28 15 25 16 21 18 13 25 18 16 19 16 19 27 22 13 13 23 29 29 +002682 26 22 13 9 20 16 19 20 21 12 22 12 17 15 17 26 18 21 19 17 21 30 +002683 29 15 21 33 9 18 15 13 18 22 17 23 22 17 24 17 18 15 14 23 27 32 +002684 28 25 12 11 25 11 9 14 14 15 8 17 16 20 23 29 +002685 27 23 15 18 13 10 19 16 28 21 18 20 16 17 26 29 +002686 30 20 18 12 22 25 16 25 25 20 17 21 28 24 21 34 30 +002687 28 25 23 15 14 24 25 10 16 16 12 16 16 21 28 +002688 27 22 15 23 18 14 18 14 20 17 26 29 +002689 28 32 26 32 21 21 4 24 27 20 19 18 19 23 31 20 20 19 18 13 28 6 14 16 13 18 18 16 21 33 +002690 33 16 22 24 11 22 13 22 22 17 28 16 15 18 18 21 19 22 21 9 16 14 17 15 11 18 19 27 30 +002691 29 15 23 15 17 12 12 24 23 28 17 13 17 31 25 21 25 16 10 10 18 23 28 31 +002692 28 27 19 17 19 18 19 12 14 19 23 14 16 14 31 30 +002693 32 20 19 22 13 17 19 21 19 17 15 30 29 +002694 27 25 19 25 17 23 12 25 16 16 17 21 16 29 +002695 27 19 13 18 16 22 19 18 20 8 17 18 16 15 20 18 16 13 29 28 +002696 28 14 11 17 24 25 16 15 14 15 28 26 15 20 23 19 15 14 16 23 16 14 15 18 25 30 +002697 27 25 25 18 10 9 11 22 15 16 22 14 18 17 13 3 17 17 19 22 31 +002698 26 21 24 19 23 22 17 7 21 27 20 10 20 22 17 24 20 17 18 13 24 29 +002699 29 24 23 12 23 18 19 27 12 13 15 16 13 17 23 30 7 16 9 24 19 14 14 15 15 20 23 29 +002700 26 17 17 13 8 23 19 16 13 15 28 28 14 25 17 12 13 15 19 16 25 21 20 18 13 10 21 27 31 +002701 25 21 26 4 25 27 10 16 22 25 28 +002702 25 16 14 18 17 25 20 22 14 21 14 22 12 13 15 21 21 27 +002703 32 16 15 15 9 13 9 18 25 23 27 21 20 18 15 29 20 20 9 20 28 30 +002704 27 19 18 17 11 18 24 24 15 21 26 28 +002705 28 19 18 18 25 4 19 10 18 16 16 10 15 15 8 18 31 30 +002706 26 23 19 12 9 14 20 26 17 18 14 28 23 16 14 22 17 20 14 16 17 11 26 29 +002707 27 23 18 18 9 20 23 8 16 14 12 11 16 15 20 31 29 +002708 28 14 19 12 32 5 14 20 20 18 16 18 15 20 16 12 21 16 13 6 20 18 16 22 37 +002709 26 20 19 20 23 18 19 17 22 17 18 15 18 10 9 20 22 31 +002710 29 20 23 14 23 24 6 19 15 15 17 14 3 21 18 13 20 15 12 8 19 26 29 +002711 28 11 12 18 23 23 20 23 15 21 11 26 10 13 14 14 16 25 31 +002712 29 21 20 16 14 15 17 15 18 24 29 +002713 29 22 27 21 29 12 18 19 28 27 17 14 17 20 12 17 23 12 10 24 15 14 18 13 20 26 35 +002714 24 22 17 26 26 19 14 25 8 12 17 11 16 20 19 20 22 16 17 29 31 +002715 27 18 16 18 23 24 8 10 11 17 16 17 17 20 18 27 11 26 26 23 9 9 14 16 9 13 9 21 20 29 +002716 30 10 10 24 26 29 19 11 17 21 25 20 25 19 14 20 28 29 +002717 28 13 16 21 23 21 17 12 20 20 11 24 29 +002718 27 23 28 20 13 18 13 14 13 23 24 20 21 29 +002719 25 26 23 26 17 18 16 20 20 24 29 +002720 28 12 18 9 24 9 12 12 12 15 18 28 18 28 +002721 28 12 17 19 16 11 20 18 21 28 +002722 24 29 12 12 20 14 38 17 26 18 11 31 14 12 13 19 33 31 +002723 34 19 21 20 12 26 29 16 18 22 6 11 18 10 15 17 18 26 28 17 17 15 17 18 18 12 8 22 26 32 +002724 27 14 24 21 12 14 15 19 23 7 20 15 16 15 16 17 25 29 +002725 28 27 27 16 14 18 28 17 16 12 16 16 20 23 16 11 21 23 22 17 16 23 29 +002726 27 27 22 18 13 19 17 10 22 24 29 +002727 31 17 17 21 12 7 21 23 20 19 18 31 19 16 13 8 23 27 20 21 21 31 +002728 30 16 19 16 19 14 22 18 14 22 13 19 29 30 +002729 30 20 19 8 20 9 21 22 26 24 12 25 30 +002730 33 22 23 13 8 19 19 16 23 27 15 12 18 27 11 13 17 9 18 22 25 21 15 17 16 27 34 +002731 25 22 12 15 14 28 23 16 19 27 21 10 13 28 31 +002732 28 19 32 16 19 19 21 24 18 18 19 13 20 28 33 +002733 28 17 12 22 25 29 25 22 19 5 27 18 18 23 29 +002734 27 21 19 18 19 29 19 18 16 30 3 15 18 18 20 30 +002735 29 19 17 15 9 21 24 18 26 30 3 25 14 16 18 27 30 +002736 29 16 31 21 16 11 13 19 34 31 +002737 30 25 12 29 24 14 20 19 18 14 22 14 11 18 19 19 22 31 +002738 24 26 16 13 18 24 20 19 15 21 16 3 18 14 28 29 +002739 30 17 17 16 22 17 12 29 27 15 17 25 19 22 26 16 24 9 26 18 33 +002740 27 21 29 18 16 16 17 25 25 23 20 15 15 9 18 27 3 19 18 21 26 34 +002741 26 23 27 20 16 27 19 17 17 19 10 9 24 24 31 +002742 28 27 19 23 19 18 20 14 8 15 24 16 21 18 18 20 15 14 20 22 32 +002743 28 16 12 14 12 16 16 23 25 29 +002744 31 23 11 14 17 24 5 12 15 19 22 27 25 24 19 24 19 3 20 19 17 28 28 +002745 27 17 14 21 27 19 16 24 19 16 27 31 +002746 29 19 23 15 18 11 14 18 16 4 18 22 16 25 12 10 17 20 14 13 18 26 33 +002747 30 22 15 19 23 21 18 14 16 31 17 12 17 16 22 20 29 12 13 17 10 18 21 20 19 17 26 31 +002748 27 21 17 19 20 15 11 14 15 20 23 17 21 29 +002749 33 17 27 17 17 22 16 12 19 21 14 14 12 8 20 27 21 16 19 19 20 16 22 15 12 23 28 30 +002750 27 24 16 19 13 15 17 27 11 16 10 25 22 21 13 15 12 16 27 30 +002751 29 23 23 18 18 15 31 21 16 26 17 13 16 23 18 18 21 22 24 16 22 14 18 20 22 31 +002752 26 21 23 19 12 17 22 21 17 21 17 22 16 20 24 29 +002753 29 22 17 17 23 30 11 11 16 19 20 26 20 27 18 15 17 17 14 17 28 30 +002754 29 19 16 10 18 27 17 25 25 33 21 23 15 17 28 16 12 22 19 15 26 30 +002755 28 23 20 8 27 28 11 17 12 19 16 18 17 19 29 19 14 15 16 28 29 +002756 28 23 29 17 17 16 15 10 19 25 24 17 26 18 18 15 13 17 18 7 17 27 33 +002757 26 22 23 17 9 24 26 17 13 18 24 20 14 13 18 25 17 19 18 27 32 +002758 31 19 21 14 13 13 19 26 21 23 19 21 13 25 21 14 22 15 33 31 +002759 29 22 26 26 28 10 21 28 28 24 25 10 14 18 31 23 11 11 20 18 19 30 +002760 26 24 19 14 14 15 16 29 7 17 20 17 18 16 26 23 16 25 19 16 13 21 23 29 +002761 24 18 17 23 14 10 21 27 20 19 19 21 14 17 18 30 15 17 14 17 24 26 +002762 30 14 22 22 17 19 23 9 17 15 16 20 17 13 7 17 20 29 29 +002763 29 15 19 19 22 21 15 17 18 15 14 24 14 22 23 31 +002764 25 20 20 22 12 16 21 11 22 22 30 +002765 27 27 8 20 15 17 14 16 18 29 +002766 28 12 14 18 0 19 25 29 +002767 25 23 19 27 5 21 15 21 24 29 +002768 32 18 13 15 17 24 18 14 15 17 26 16 19 15 20 10 18 26 32 +002769 26 22 26 25 21 12 20 24 29 +002770 29 14 14 21 9 21 10 24 27 +002771 26 20 14 26 26 16 13 18 22 21 15 36 30 +002772 33 23 18 14 8 35 14 10 16 11 21 23 23 14 12 12 19 24 14 16 23 34 +002773 29 13 13 25 19 19 20 16 18 30 28 +002774 28 13 26 14 15 15 19 12 21 29 +002775 33 20 21 28 14 20 29 21 17 12 19 25 31 18 19 25 23 17 21 23 20 18 12 21 23 20 23 27 38 +002776 29 22 19 14 14 24 16 15 19 27 20 20 16 17 11 14 17 16 32 29 +002777 32 15 15 19 24 21 15 26 22 22 25 14 19 30 21 15 22 16 17 7 17 26 35 +002778 29 19 16 19 18 18 20 28 21 20 16 18 20 5 14 20 28 28 +002779 27 20 10 22 22 17 18 18 15 13 30 27 +002780 25 21 17 20 22 21 22 30 28 +002781 28 17 32 17 16 18 19 16 14 20 0 27 30 +002782 30 20 17 23 19 14 17 16 13 17 9 16 18 33 25 15 25 23 20 17 26 15 25 18 15 18 27 30 +002783 30 21 22 26 19 18 15 33 17 17 18 16 19 20 16 20 12 20 31 +002784 27 18 28 21 18 14 19 24 22 19 21 17 19 12 16 17 26 32 +002785 29 20 22 19 19 18 13 7 17 24 21 13 16 17 26 19 16 16 21 18 21 9 24 29 +002786 27 16 17 8 19 19 23 9 14 14 14 18 19 16 13 14 6 19 29 31 +002787 29 11 32 8 12 18 12 9 12 18 11 21 21 29 +002788 30 14 19 12 15 8 18 25 26 19 14 13 17 29 25 15 20 15 14 15 17 28 30 +002789 27 21 29 4 18 20 28 9 16 17 17 13 23 15 16 23 18 16 14 16 22 28 +002790 28 15 27 17 17 18 18 16 8 13 8 22 28 38 17 17 15 10 18 22 9 12 23 20 13 20 26 28 +002791 27 17 17 14 14 12 24 17 11 15 28 20 24 16 17 30 17 10 11 18 29 30 +002792 25 20 16 18 15 18 7 16 16 24 18 19 17 15 24 6 14 17 6 21 25 19 17 27 31 +002793 28 27 33 17 12 19 23 3 16 16 14 25 21 13 17 15 24 28 +002794 28 24 26 24 30 7 17 15 21 18 19 24 31 +002795 30 17 17 31 26 20 15 20 23 5 17 15 21 16 29 29 +002796 30 15 17 16 16 18 17 28 3 19 20 18 19 15 9 16 28 30 +002797 27 13 15 20 27 30 10 16 27 16 21 23 18 15 27 21 15 18 18 29 32 +002798 26 21 25 8 18 16 21 26 14 17 18 13 20 21 23 16 15 11 6 9 19 23 30 +002799 31 21 22 27 21 15 17 17 15 18 16 12 16 20 26 30 +002800 29 10 12 22 18 17 23 15 14 20 16 12 26 29 +002801 28 12 29 16 21 12 16 13 27 27 16 15 8 20 26 17 10 19 15 17 8 18 20 22 29 +002802 31 14 10 16 18 23 18 16 18 16 24 8 11 19 19 19 17 26 6 19 20 20 22 15 18 20 13 18 27 31 +002803 25 18 15 16 26 10 22 11 19 17 14 21 16 13 21 9 13 20 12 17 16 15 18 13 17 15 16 28 30 +002804 26 18 19 15 21 5 13 19 18 9 20 24 6 16 16 13 18 23 30 +002805 30 15 13 20 22 26 20 26 19 15 24 23 17 10 24 12 17 22 19 30 16 9 15 18 27 22 20 15 15 18 25 30 +002806 26 22 25 19 11 19 29 11 12 16 16 14 21 19 18 23 33 +002807 27 17 25 15 12 16 19 18 19 11 22 24 27 +002808 27 20 15 18 15 16 22 22 16 18 27 5 15 24 5 15 16 18 21 11 14 9 15 19 18 9 13 18 16 27 35 +002809 28 21 24 15 22 20 12 16 16 25 22 12 16 29 30 +002810 26 16 21 19 8 14 14 19 26 6 17 19 20 20 15 19 10 21 11 12 16 19 21 32 +002811 26 20 18 10 11 17 25 24 10 13 19 9 16 7 18 25 5 18 18 23 19 11 30 32 +002812 28 24 18 15 18 15 30 15 17 16 10 14 16 28 24 15 18 14 17 13 22 20 30 +002813 29 14 15 18 17 18 16 21 20 14 19 13 27 23 13 16 28 31 +002814 29 12 14 14 17 16 25 18 10 20 16 17 24 28 +002815 28 17 22 16 16 20 28 19 19 17 18 12 28 30 +002816 27 19 21 13 24 21 32 14 16 14 16 22 5 21 16 18 10 18 29 12 16 16 13 16 23 18 30 +002817 26 18 15 9 20 21 4 23 17 13 18 20 7 21 22 29 +002818 26 14 13 24 16 16 15 30 20 15 17 15 11 18 31 28 +002819 26 14 17 18 25 6 13 15 21 38 8 22 34 9 18 28 17 15 17 19 16 15 29 30 +002820 33 13 14 17 29 17 16 13 19 15 15 14 17 21 24 21 19 18 12 19 28 30 +002821 28 21 24 22 17 13 17 19 12 15 28 22 17 16 18 23 12 18 17 12 17 16 19 19 29 36 +002822 27 17 19 27 8 18 16 16 23 19 12 20 16 16 24 19 17 22 12 8 17 15 28 32 +002823 30 13 16 10 20 15 14 20 15 5 17 21 25 17 19 22 8 12 11 27 12 22 13 15 15 29 34 +002824 27 19 21 20 11 19 7 17 25 16 15 20 17 16 19 27 5 18 19 13 15 20 21 31 +002825 26 13 24 15 22 25 22 23 21 11 28 28 +002826 27 15 23 20 11 15 16 13 18 14 18 22 14 16 15 17 22 6 16 24 23 19 22 24 33 +002827 33 21 23 15 21 21 5 25 20 14 16 13 21 22 27 19 23 27 24 4 24 23 13 13 18 23 23 26 23 25 32 +002828 30 16 15 23 20 22 20 18 14 22 14 23 19 15 12 29 30 +002829 28 17 10 13 27 18 12 21 23 15 19 27 28 +002830 26 18 12 11 17 21 6 22 26 19 16 23 31 +002831 28 17 22 15 16 24 23 14 21 20 18 17 14 16 22 17 5 9 19 19 16 12 16 18 29 +002832 31 10 20 25 18 16 20 12 14 21 20 9 17 17 16 16 10 19 13 12 19 33 32 +002833 29 19 21 21 17 18 14 13 16 19 25 7 18 19 20 28 31 +002834 29 26 19 14 16 9 28 7 15 19 17 24 13 18 18 16 36 28 +002835 31 11 25 8 20 12 25 7 14 19 15 14 21 27 +002836 29 16 20 33 16 17 15 13 15 18 27 28 +002837 28 18 18 19 23 33 17 26 23 18 13 14 22 8 20 16 17 16 18 26 22 18 31 30 +002838 27 19 24 19 19 18 24 6 14 17 27 4 17 18 18 24 15 24 29 +002839 27 22 17 20 14 18 18 23 17 17 21 23 21 10 15 19 21 18 13 14 17 15 19 21 28 +002840 31 23 15 15 22 26 7 9 10 25 24 26 19 21 23 15 16 19 20 14 8 23 26 26 18 15 31 23 10 19 29 33 +002841 26 19 23 21 18 16 26 15 12 16 25 21 17 17 22 17 19 17 12 21 29 32 +002842 25 20 14 16 17 13 15 35 29 +002843 25 16 18 17 23 20 11 18 24 20 15 15 30 30 +002844 25 22 15 17 18 11 18 15 14 14 20 16 19 32 31 +002845 30 12 24 25 17 20 14 16 14 15 15 14 6 25 35 10 11 23 17 24 16 16 22 19 10 21 19 32 +002846 27 26 30 26 34 19 11 17 28 21 19 21 18 16 13 24 11 22 17 18 10 11 17 17 23 32 +002847 30 25 27 18 20 17 12 17 16 25 24 18 20 12 16 8 22 20 17 29 +002848 25 18 15 27 19 17 16 20 16 14 21 19 8 10 14 18 30 31 +002849 27 19 15 27 21 12 18 11 6 18 19 21 24 28 +002850 26 14 28 23 25 17 9 19 19 16 15 20 21 29 +002851 26 16 18 21 18 20 10 15 19 32 28 +002852 29 15 18 28 24 16 17 14 15 13 19 24 14 16 18 28 17 19 20 21 19 10 17 18 12 17 22 21 33 +002853 28 19 28 21 12 14 18 17 17 15 13 13 25 22 27 +002854 28 19 23 15 20 12 12 21 15 17 7 21 13 19 14 16 16 21 22 15 16 20 20 23 29 +002855 25 20 14 22 24 7 14 17 11 18 15 12 8 19 20 30 +002856 25 21 26 18 18 20 19 15 22 25 27 +002857 26 16 10 19 25 18 14 13 24 24 15 30 +002858 26 18 26 19 19 18 24 29 17 26 14 19 22 18 20 11 16 29 30 +002859 28 15 15 19 17 12 11 11 16 20 20 10 16 14 13 15 20 22 29 13 18 21 15 15 27 0 32 +002860 30 25 26 17 13 16 23 17 17 14 10 16 23 28 15 13 17 21 18 20 26 21 15 19 22 34 +002861 26 23 28 2 23 14 21 21 15 12 21 20 12 13 19 19 12 16 23 13 19 13 21 30 31 +002862 29 11 15 28 4 19 12 14 18 15 18 25 19 24 11 18 19 20 23 30 +002863 30 14 14 28 4 23 18 16 12 15 15 23 18 11 26 31 30 +002864 27 18 23 18 13 14 27 25 22 20 10 23 21 14 18 14 17 28 25 24 23 28 21 16 20 22 29 +002865 27 19 18 13 16 11 21 18 14 18 20 24 17 12 23 20 9 14 12 17 10 23 21 32 +002866 31 19 18 30 14 16 15 20 22 18 27 13 19 23 15 17 19 20 16 13 13 23 23 30 +002867 29 16 21 24 15 14 17 19 16 5 14 15 24 27 +002868 25 20 15 12 29 20 26 26 15 17 17 27 29 +002869 30 15 20 20 15 21 22 22 21 26 23 17 19 26 27 +002870 31 11 22 22 14 15 13 26 16 17 20 20 10 17 22 28 35 16 25 19 15 17 23 21 16 9 21 20 13 22 25 29 +002871 27 22 25 4 18 14 18 21 24 22 14 20 26 28 +002872 29 14 9 13 18 16 21 17 16 17 13 12 26 14 14 19 19 21 32 12 17 13 17 20 17 14 12 8 15 28 31 +002873 25 19 14 17 19 17 24 27 26 +002874 28 29 17 24 27 14 16 18 24 18 12 16 8 27 27 16 19 13 26 17 12 21 17 20 20 16 18 23 14 30 +002875 30 15 15 16 20 19 21 16 17 13 25 5 24 17 18 24 29 19 11 28 12 15 18 17 14 9 17 30 29 +002876 27 24 23 12 23 16 16 16 18 26 16 13 19 18 16 15 18 22 18 17 19 30 31 +002877 29 13 12 20 19 15 14 16 20 29 +002878 29 20 21 20 18 21 4 17 21 15 17 12 20 28 29 +002879 27 18 27 14 12 10 12 23 18 14 8 18 17 10 20 17 21 15 10 21 20 30 +002880 28 19 32 20 18 17 27 22 16 12 19 23 24 30 28 32 5 15 17 20 26 28 +002881 31 16 12 12 16 16 26 24 15 12 17 16 17 17 17 21 18 15 23 4 21 19 17 16 17 16 9 16 25 30 +002882 31 9 14 19 24 17 15 14 15 12 21 29 19 25 8 14 16 15 17 20 13 13 19 29 29 +002883 27 21 21 16 15 9 15 14 10 27 25 23 35 12 21 17 3 18 15 9 18 15 15 17 15 22 23 29 +002884 28 24 27 6 14 13 10 21 15 10 14 25 17 28 +002885 28 20 20 15 17 24 21 20 18 27 6 11 18 21 18 17 20 25 15 23 17 12 21 26 30 +002886 33 21 28 14 14 14 27 21 15 16 22 21 18 25 27 +002887 25 20 28 16 15 14 28 15 15 20 16 21 16 17 20 25 28 +002888 26 22 12 16 27 18 20 14 12 18 24 21 18 15 20 28 +002889 27 28 17 15 14 15 16 24 26 22 19 17 14 25 11 16 13 14 17 20 16 15 22 14 29 +002890 30 18 13 21 23 12 21 17 16 25 13 16 17 22 24 10 19 18 12 26 29 +002891 29 17 21 10 19 25 5 29 21 18 21 23 16 22 28 23 19 26 27 +002892 26 17 17 12 9 20 23 3 19 17 15 13 21 24 18 21 15 27 28 +002893 31 13 15 16 25 10 15 21 24 21 15 20 22 7 14 13 16 10 16 13 20 19 32 +002894 31 27 22 18 15 23 14 8 14 14 18 18 19 27 +002895 30 14 12 20 23 16 13 16 14 20 24 17 20 16 19 21 20 17 11 19 25 29 +002896 32 18 16 18 14 10 9 17 18 13 16 24 15 21 18 25 16 12 22 16 23 29 +002897 31 19 18 21 18 16 10 15 26 20 16 18 30 28 +002898 28 16 11 17 19 23 0 14 23 14 0 17 22 10 11 16 30 27 +002899 31 24 18 11 18 13 18 19 26 25 15 26 26 25 21 16 16 28 20 17 18 14 14 12 18 22 29 +002900 27 16 13 17 13 23 23 15 30 +002901 29 14 19 22 13 19 21 22 26 +002902 32 17 21 12 18 18 15 12 19 21 14 17 16 25 19 24 22 25 26 16 16 21 29 +002903 26 13 13 16 23 15 17 17 25 20 18 29 16 15 12 16 20 11 21 18 13 14 15 19 29 26 +002904 26 18 17 22 20 17 14 22 14 19 22 30 26 +002905 29 27 16 14 17 13 15 25 25 13 13 16 14 14 20 4 22 22 16 21 10 18 14 14 13 18 25 26 +002906 26 21 19 23 20 17 11 18 10 21 11 23 29 +002907 26 24 24 16 16 31 15 19 11 16 17 17 19 14 12 10 20 25 25 +002908 26 26 15 16 19 28 16 18 18 16 23 21 19 17 15 16 23 28 +002909 27 13 13 17 23 4 12 18 12 21 4 16 16 17 19 10 24 28 +002910 29 22 16 19 20 15 19 18 25 17 21 14 17 23 24 22 19 27 20 26 7 27 20 12 18 24 30 +002911 28 9 14 12 10 19 19 17 17 17 16 7 16 20 23 28 +002912 25 22 16 21 16 11 16 22 15 18 14 10 11 28 28 19 20 21 13 18 19 7 23 15 19 25 27 +002913 26 22 19 15 7 19 9 19 21 23 17 21 23 29 +002914 26 24 19 14 19 24 17 16 14 17 15 17 17 15 13 16 13 6 17 23 18 14 23 10 18 22 29 30 +002915 26 20 16 18 16 10 18 18 25 25 12 20 16 16 18 17 30 30 +002916 26 18 21 16 22 21 13 16 12 16 21 15 21 22 34 +002917 27 16 28 10 19 23 11 12 16 19 16 18 28 19 19 12 14 21 28 +002918 28 21 29 19 20 20 23 5 18 17 19 19 12 10 16 24 26 +002919 27 17 12 22 20 14 18 13 14 20 15 17 9 17 20 17 21 31 +002920 27 14 11 15 10 23 20 16 18 15 9 21 26 13 14 21 33 28 +002921 25 15 10 14 21 23 18 11 12 19 19 14 23 26 +002922 25 20 17 14 17 23 19 18 17 20 24 9 11 26 17 17 17 22 18 20 17 22 30 +002923 31 23 13 16 24 19 20 21 13 14 23 24 16 22 16 14 17 22 24 13 21 11 23 20 18 14 29 32 +002924 30 22 25 21 14 15 18 16 22 25 25 15 13 14 16 16 21 5 17 14 15 13 30 14 22 20 14 16 24 28 +002925 27 25 21 13 19 17 14 17 26 24 17 15 18 17 14 15 26 18 14 16 25 16 11 23 16 17 22 29 +002926 26 21 14 14 20 16 19 19 21 13 18 18 18 11 20 24 17 24 22 30 +002927 28 17 15 14 11 20 17 20 7 18 16 17 16 21 14 18 13 13 9 20 23 30 +002928 29 18 17 27 18 12 16 16 19 7 9 15 24 25 29 +002929 26 20 20 18 19 23 19 15 22 21 5 15 20 17 16 15 19 16 9 23 29 +002930 30 15 20 13 14 17 25 25 11 11 19 20 26 26 20 15 21 22 15 14 13 25 8 26 31 +002931 26 17 19 14 19 24 8 25 16 16 14 8 22 20 16 15 16 22 31 +002932 30 20 27 14 18 18 17 16 13 8 21 27 29 +002933 27 16 12 24 21 12 13 17 22 18 14 16 29 30 +002934 28 14 20 24 13 13 18 11 16 23 18 29 +002935 27 20 22 17 18 15 15 18 27 21 18 18 14 11 15 17 13 20 16 18 18 30 +002936 27 24 11 21 25 24 19 12 27 26 +002937 27 22 18 23 16 21 16 11 11 23 26 28 +002938 29 14 9 19 22 17 16 17 19 14 14 16 25 17 16 19 21 13 12 28 16 16 8 25 18 15 33 +002939 29 24 12 11 22 20 21 16 21 14 18 12 8 19 18 18 23 28 +002940 27 15 16 14 21 16 15 11 13 16 20 14 9 18 18 19 14 16 18 25 30 +002941 29 14 26 9 26 19 19 11 21 16 17 21 23 18 21 20 17 17 27 30 +002942 28 20 20 18 12 15 17 16 21 12 13 17 24 4 11 19 18 19 29 28 +002943 30 18 20 20 19 15 20 19 22 22 17 14 17 16 18 14 14 15 20 28 30 22 23 16 16 17 18 26 31 +002944 29 22 17 23 14 17 10 12 17 20 17 18 14 21 11 16 16 22 15 27 +002945 29 18 19 11 16 24 15 16 18 16 17 22 26 +002946 29 24 25 18 20 19 18 13 27 24 18 21 23 29 +002947 28 21 15 23 18 17 25 19 14 9 16 17 14 24 19 16 15 20 24 31 +002948 28 23 14 11 29 24 9 25 14 11 14 19 24 8 9 18 19 14 26 32 +002949 27 24 17 8 18 19 6 21 20 19 17 15 23 29 +002950 28 22 20 11 16 17 21 5 19 22 17 16 17 14 24 6 18 17 15 9 15 17 17 36 30 +002951 27 26 15 18 22 6 17 17 15 14 18 18 15 14 23 19 16 15 18 25 30 +002952 29 20 18 17 16 22 12 21 14 17 24 17 11 22 16 15 19 26 19 11 14 25 7 15 19 19 17 31 +002953 32 13 19 13 18 20 20 19 19 17 26 6 19 11 10 20 25 20 7 18 17 14 15 15 9 21 27 30 +002954 27 17 27 10 16 15 21 16 11 20 16 18 12 18 13 23 20 22 18 18 17 17 17 30 31 +002955 32 17 23 21 3 22 22 22 13 13 19 19 11 14 20 27 28 9 13 17 19 4 19 21 11 11 23 23 32 +002956 27 33 28 6 21 25 12 16 22 19 22 21 16 30 30 +002957 27 26 19 8 18 16 24 16 12 12 15 17 17 26 31 +002958 30 20 18 23 19 16 14 24 25 16 13 17 26 8 24 11 15 17 23 27 17 21 17 17 20 12 12 33 29 +002959 29 22 17 22 31 18 13 21 27 4 17 13 24 22 27 +002960 28 22 24 17 20 23 13 18 26 15 23 23 30 +002961 27 18 24 14 12 16 15 29 15 28 +002962 26 17 15 14 21 17 23 22 28 +002963 26 17 21 24 13 15 22 24 30 +002964 28 13 23 11 20 17 23 24 28 +002965 28 17 16 19 21 21 14 30 29 +002966 28 22 11 23 21 8 21 13 23 10 22 18 28 23 17 16 19 23 31 +002967 29 21 19 27 18 23 5 13 14 16 11 16 27 22 30 27 34 23 24 24 29 +002968 33 14 24 5 20 18 20 16 16 23 23 15 21 21 19 0 21 20 32 15 20 22 12 11 11 15 18 29 29 +002969 27 21 26 4 10 16 15 14 20 16 20 15 21 14 8 18 21 32 +002970 29 22 25 26 13 18 15 19 17 17 31 9 10 17 24 23 30 +002971 26 21 30 20 21 18 17 14 26 16 18 20 23 30 +002972 29 16 21 32 15 16 14 10 15 18 25 30 +002973 30 12 27 15 27 20 15 16 17 21 18 21 14 18 25 25 12 19 24 18 15 17 16 15 31 30 +002974 28 24 16 20 12 14 12 20 22 7 10 15 21 29 30 +002975 28 23 17 16 14 16 19 14 8 27 13 17 21 21 27 17 20 20 22 18 17 18 18 16 16 11 15 31 32 +002976 28 22 32 14 18 17 24 7 20 14 21 24 29 +002977 27 21 18 18 18 15 16 27 17 13 11 22 25 19 17 16 13 15 14 16 16 22 28 +002978 25 20 18 14 13 19 17 28 5 22 17 13 18 23 23 18 16 24 14 15 19 25 27 +002979 29 15 17 11 31 5 10 9 13 20 19 20 5 15 23 21 13 12 25 20 22 31 +002980 25 20 24 18 17 23 21 8 23 15 16 12 28 28 +002981 27 18 22 18 18 14 18 20 16 24 19 14 16 17 25 20 20 12 23 19 22 24 30 +002982 25 18 17 21 23 19 19 17 22 7 21 18 20 27 27 +002983 25 11 23 19 17 12 20 26 10 19 12 16 23 29 14 11 16 10 27 4 13 23 19 21 24 8 20 19 15 34 24 +002984 28 19 18 17 21 24 19 19 15 16 21 17 11 21 17 13 12 16 13 19 22 30 22 31 7 18 15 14 18 5 14 14 18 29 31 +002985 29 21 17 15 17 8 25 15 18 9 16 22 20 20 17 12 18 25 26 15 17 21 20 15 18 15 28 31 +002986 32 24 10 22 27 7 18 21 18 13 13 21 25 8 18 20 19 30 29 +002987 27 16 22 17 19 16 22 6 16 18 18 19 22 15 16 11 15 9 20 21 29 +002988 28 16 20 15 16 13 18 15 28 +002989 29 22 15 14 22 21 6 25 18 17 15 17 20 17 15 8 19 24 13 16 19 21 16 14 34 30 +002990 26 16 22 16 20 10 17 22 19 22 8 20 23 18 21 22 28 +002991 30 17 25 14 24 6 23 22 17 29 29 +002992 28 17 23 17 14 18 21 19 16 16 17 6 17 18 6 19 21 18 17 11 21 28 30 +002993 31 22 15 25 3 18 11 16 16 23 15 20 13 15 27 25 21 18 20 28 8 16 20 19 23 30 +002994 31 22 16 13 19 29 23 31 8 20 16 23 13 19 15 24 16 19 20 17 30 28 +002995 30 9 14 16 24 14 17 18 20 14 14 13 14 16 9 15 15 13 21 21 7 23 18 12 12 20 31 +002996 30 18 18 20 14 18 19 24 15 15 21 18 16 15 16 16 26 11 13 20 21 17 21 25 32 +002997 30 16 13 25 17 17 17 28 26 18 25 18 20 21 17 9 21 21 20 18 20 21 31 +002998 31 20 22 18 17 22 25 15 24 22 14 11 19 20 26 22 21 22 15 17 24 30 +002999 26 18 24 20 20 17 16 15 18 17 15 23 11 20 14 11 23 29 +003000 29 17 19 24 18 13 18 16 22 15 17 15 12 12 17 18 18 21 14 30 27 +003001 31 14 21 21 17 21 16 20 27 4 19 14 15 18 23 31 +003002 29 28 20 20 18 21 10 16 28 19 13 21 24 4 17 22 19 18 16 31 27 +003003 30 15 21 24 17 15 18 24 19 17 17 14 5 21 22 25 +003004 29 24 16 14 15 26 0 17 17 23 15 13 16 18 17 18 32 29 +003005 28 16 28 12 14 14 15 19 26 15 15 11 20 18 16 24 30 28 +003006 28 23 17 29 23 24 20 16 16 15 21 18 13 11 27 28 12 14 21 15 18 32 31 +003007 26 24 22 14 21 20 12 26 26 19 12 15 25 27 +003008 28 21 24 6 21 16 18 21 19 16 18 26 28 +003009 26 22 18 29 21 15 11 14 18 19 20 29 +003010 30 29 17 14 33 21 20 21 12 23 20 28 +003011 25 25 25 21 16 18 14 26 21 14 19 22 31 +003012 30 20 24 12 17 25 7 19 17 19 20 14 11 21 0 28 17 21 25 17 10 12 18 9 18 17 20 21 30 +003013 29 20 23 12 19 15 20 24 17 15 20 20 12 21 22 22 19 12 21 19 5 20 16 17 27 30 +003014 29 21 13 14 20 21 23 19 22 24 20 16 27 15 25 17 14 17 14 18 19 19 30 +003015 28 11 25 21 14 11 17 13 16 23 26 22 21 13 8 24 16 17 21 19 29 +003016 29 13 15 18 24 12 11 23 25 13 12 17 21 15 20 13 15 26 30 +003017 28 17 23 9 20 12 15 18 25 16 12 14 17 21 26 22 25 6 15 21 5 13 21 13 17 22 20 30 +003018 25 22 14 15 18 28 14 19 15 24 21 7 22 11 20 22 24 30 +003019 28 16 17 12 15 19 22 6 26 18 15 20 26 19 13 15 14 16 17 27 29 +003020 27 20 21 15 16 18 15 19 17 7 17 16 19 26 26 +003021 31 18 17 17 28 7 18 21 22 6 14 15 19 31 28 +003022 26 23 26 23 12 23 21 11 14 18 20 22 19 20 12 22 10 18 18 16 22 29 +003023 30 25 15 10 19 20 4 18 15 19 24 15 18 17 18 20 5 13 12 19 16 13 11 22 25 17 30 +003024 30 24 15 21 14 16 15 11 19 12 20 25 20 20 14 16 22 18 15 14 23 13 11 18 20 18 30 +003025 27 20 20 12 17 28 6 14 18 20 25 30 +003026 25 20 13 24 24 22 12 14 21 29 30 +003027 27 21 22 18 18 17 21 22 17 19 16 8 19 16 16 18 6 21 21 17 22 17 23 26 +003028 28 26 17 19 13 20 25 17 19 17 18 26 18 19 18 22 27 21 20 18 19 25 11 17 29 29 +003029 32 18 23 14 16 9 26 18 17 15 22 21 22 17 19 12 12 13 18 20 23 29 +003030 29 17 14 17 28 14 16 13 22 14 27 21 15 26 19 13 14 16 18 19 17 18 16 31 +003031 26 18 17 23 24 17 9 15 15 23 17 23 28 +003032 27 21 23 4 20 19 18 20 27 14 12 14 13 18 12 17 19 16 30 29 +003033 31 19 19 17 13 26 30 14 15 19 30 22 15 16 16 16 21 24 16 22 0 15 9 14 14 19 27 28 +003034 27 27 24 16 20 26 6 15 11 12 19 21 20 17 19 9 18 18 31 +003035 28 19 22 15 17 11 14 21 27 +003036 28 17 20 15 20 15 15 23 15 14 16 13 18 22 21 19 15 20 10 24 21 30 +003037 30 21 11 16 29 5 13 13 24 17 17 15 24 26 14 16 21 26 23 21 9 20 29 30 +003038 25 17 19 13 9 18 23 19 14 23 19 18 30 +003039 29 25 13 19 22 4 20 18 25 10 13 15 29 31 +003040 28 17 20 20 13 16 16 10 13 15 19 24 28 30 +003041 29 18 19 18 20 23 31 24 15 14 15 24 26 28 +003042 28 22 15 19 12 24 19 11 9 17 21 14 22 30 +003043 30 11 21 19 16 13 13 17 15 18 27 29 +003044 29 16 17 17 15 15 6 19 16 18 24 24 13 20 19 13 22 18 24 16 19 25 7 24 21 21 21 30 +003045 29 24 18 22 16 12 16 21 23 16 14 24 25 19 17 19 21 22 17 25 19 16 9 19 17 32 +003046 30 22 16 19 26 17 14 15 14 14 18 21 22 29 +003047 27 19 17 20 14 20 21 15 20 21 15 16 18 24 29 +003048 31 18 15 16 23 28 13 18 29 17 19 17 14 14 17 18 8 18 20 17 14 13 21 24 20 12 19 22 31 +003049 29 17 23 24 22 20 17 21 22 15 10 16 22 27 29 +003050 29 20 27 14 24 19 15 17 15 24 4 18 16 9 15 25 30 +003051 28 18 15 11 26 6 14 13 17 20 28 28 +003052 25 18 18 20 26 26 23 18 20 16 22 30 +003053 26 27 26 17 17 19 15 15 19 14 20 10 19 18 8 23 23 8 16 12 16 32 29 +003054 31 24 15 11 15 11 19 18 20 14 21 17 19 16 16 16 19 14 18 17 18 22 27 +003055 30 18 17 16 22 19 16 20 32 26 19 13 13 19 28 29 +003056 27 14 22 26 26 15 14 15 17 19 15 18 11 28 17 17 15 12 24 18 19 23 18 18 16 32 31 +003057 28 15 27 5 18 10 30 25 20 22 15 17 18 17 17 23 23 30 +003058 27 27 27 18 9 11 19 17 17 18 25 15 10 15 24 29 +003059 27 18 23 24 4 12 14 21 18 27 18 15 16 20 16 26 33 26 26 16 9 17 26 22 29 29 +003060 26 18 26 20 19 19 20 4 22 18 17 17 19 31 +003061 26 25 14 14 17 17 11 13 21 25 7 25 21 20 29 28 +003062 26 23 22 15 20 16 26 30 12 15 15 11 25 6 20 15 21 23 29 +003063 29 23 19 24 23 13 20 30 17 15 17 19 25 29 20 25 22 26 11 16 15 22 15 14 24 23 30 +003064 28 23 13 21 25 17 16 28 18 15 20 16 18 17 7 10 12 24 26 29 +003065 30 13 13 13 16 12 20 18 11 18 14 27 28 +003066 35 25 11 22 20 16 19 13 22 27 19 21 20 21 26 16 16 33 20 18 30 10 17 17 33 33 +003067 33 25 21 19 18 17 16 11 15 21 31 13 13 15 16 27 26 19 19 21 20 20 14 15 14 16 24 31 +003068 29 15 21 19 17 14 17 20 16 10 20 24 5 19 12 16 20 23 30 +003069 30 18 21 13 16 22 20 18 18 13 14 16 22 29 19 15 20 19 14 15 8 20 25 15 16 19 20 29 +003070 29 20 13 20 26 19 17 15 28 16 19 20 19 21 22 19 19 14 23 21 30 +003071 27 15 20 25 17 16 13 18 17 13 7 19 14 17 15 25 29 +003072 30 28 16 19 14 16 23 25 20 18 24 25 12 21 26 16 19 18 18 26 19 18 19 19 20 20 19 21 33 +003073 29 14 21 19 10 20 14 16 13 27 24 21 15 15 16 25 6 16 16 15 19 14 27 28 +003074 33 15 18 19 20 14 14 18 19 17 23 21 20 40 18 17 6 20 23 0 19 19 19 25 16 12 24 21 31 +003075 28 12 17 19 19 14 20 19 22 22 20 19 25 25 15 15 15 20 23 32 +003076 29 19 13 24 17 20 22 25 29 +003077 27 12 24 21 15 21 25 24 30 +003078 26 27 14 13 14 20 17 20 27 16 17 29 18 13 18 23 9 16 22 23 17 15 23 32 +003079 27 23 22 16 11 21 21 24 19 19 14 16 10 15 16 24 19 18 21 15 21 23 30 +003080 25 19 16 16 28 5 14 18 18 18 24 20 20 16 6 19 17 20 23 28 +003081 27 20 22 24 24 15 19 15 13 14 20 22 25 20 19 22 16 18 17 23 5 17 15 18 12 15 16 22 22 31 +003082 31 19 27 10 14 16 35 4 15 13 27 20 19 14 15 15 18 24 12 18 16 26 30 +003083 27 28 16 19 14 14 13 14 20 25 26 +003084 30 20 19 24 5 14 19 13 11 12 15 13 16 27 29 +003085 25 15 14 25 17 8 17 16 13 14 26 21 29 +003086 30 15 16 17 21 18 22 20 16 11 20 24 24 22 18 20 16 16 19 19 20 28 +003087 29 16 15 24 19 24 11 16 14 15 22 20 19 18 21 22 18 17 17 24 30 +003088 26 21 19 17 16 14 12 13 29 6 16 17 17 26 17 13 9 14 21 26 28 +003089 28 11 18 16 15 20 19 25 30 +003090 28 18 14 18 24 21 15 15 27 6 20 18 13 9 21 18 19 24 7 21 22 19 21 18 15 19 14 16 9 23 25 33 +003091 26 20 20 17 15 15 25 23 20 10 19 28 17 19 29 31 +003092 26 22 20 18 19 6 19 13 14 17 19 17 18 19 16 9 18 16 18 22 29 +003093 29 18 20 18 23 26 18 11 17 15 16 14 24 16 18 26 16 16 23 19 19 20 19 20 17 24 29 +003094 26 17 20 27 18 15 18 25 5 20 14 15 21 22 30 +003095 30 21 20 8 28 18 11 14 23 21 17 16 21 14 9 16 14 12 28 33 +003096 27 25 28 17 16 18 17 20 21 25 30 17 19 17 12 17 21 17 34 13 13 11 22 31 14 10 17 29 35 +003097 27 16 15 25 14 24 16 9 16 17 18 14 22 23 25 18 18 17 16 21 18 12 24 26 34 +003098 29 21 21 22 14 18 16 17 32 7 16 20 16 16 12 20 21 36 24 17 31 18 19 28 16 17 14 10 24 32 +003099 31 29 20 14 11 13 15 15 14 28 6 24 18 19 15 14 16 15 25 31 +003100 29 13 14 17 22 22 18 15 13 20 23 21 16 13 20 23 19 17 15 9 21 21 31 +003101 30 18 26 7 20 20 24 22 21 22 12 9 18 25 30 35 21 17 15 23 21 5 24 23 13 17 19 16 28 31 +003102 28 19 30 5 23 15 16 23 22 16 18 28 25 17 15 16 21 14 15 16 7 21 30 34 +003103 30 13 23 18 11 16 25 24 14 13 16 22 15 9 10 19 14 16 23 24 17 16 16 24 29 9 18 16 14 17 25 33 +003104 26 19 19 16 30 7 13 16 22 13 18 15 19 21 5 22 17 17 10 21 16 14 25 28 +003105 28 21 17 18 19 19 9 20 17 29 19 17 25 9 13 17 12 19 18 18 16 21 17 4 17 20 18 14 23 31 +003106 27 20 13 25 19 13 12 21 17 13 23 21 10 21 13 13 18 25 28 +003107 28 21 9 17 17 25 21 18 21 14 12 14 12 15 21 20 26 11 19 13 21 21 18 16 16 22 30 +003108 26 19 16 15 13 14 30 16 21 16 18 16 6 17 27 27 12 24 4 16 17 20 25 29 +003109 26 27 23 3 12 14 15 20 20 22 28 +003110 32 26 20 21 16 15 14 19 13 8 16 21 26 12 16 13 15 16 16 17 22 20 32 +003111 27 21 23 23 21 13 17 8 26 10 17 11 15 14 32 29 +003112 29 23 15 12 15 21 18 11 15 15 13 15 19 29 +003113 32 19 10 16 30 21 22 16 18 13 16 14 10 30 25 6 17 21 16 19 6 22 11 18 24 27 15 24 17 13 15 24 31 +003114 27 17 14 20 16 15 8 14 22 19 21 18 15 23 13 16 19 20 16 20 24 30 +003115 26 24 15 27 16 19 10 6 24 16 27 +003116 26 20 25 14 16 13 18 13 17 14 22 22 13 21 16 17 24 18 17 17 16 11 30 30 +003117 28 19 15 11 11 21 21 23 12 24 23 29 +003118 31 24 30 17 11 16 20 26 21 17 16 18 27 17 19 18 15 25 30 23 20 12 10 22 17 7 17 14 29 30 +003119 29 19 23 14 15 16 13 15 13 19 21 12 19 31 29 +003120 28 22 19 9 14 23 23 24 15 12 19 28 29 +003121 28 19 15 13 15 16 18 11 15 23 22 22 20 15 23 26 16 11 15 17 16 24 15 7 21 20 20 30 +003122 26 21 20 18 10 21 22 24 23 17 25 5 14 19 13 26 13 14 14 15 17 21 17 14 10 29 29 +003123 28 19 26 11 24 24 15 23 18 12 17 17 21 15 19 18 11 20 5 21 14 10 17 16 28 34 +003124 26 18 13 10 14 20 21 21 16 19 18 19 17 14 24 31 +003125 30 18 20 16 11 17 27 24 14 19 25 9 19 23 24 17 16 13 17 18 30 31 +003126 28 16 22 18 19 15 11 14 9 17 20 26 19 25 16 14 21 19 21 14 17 14 12 21 24 30 +003127 26 15 18 17 9 19 21 20 17 20 19 17 28 30 +003128 26 22 11 17 21 19 26 29 27 +003129 31 22 25 20 16 16 10 16 22 17 17 16 24 27 +003130 29 22 21 18 13 15 12 16 6 19 23 9 19 16 18 14 19 24 5 18 19 23 25 32 +003131 30 23 15 22 15 19 16 16 25 17 20 23 17 13 16 21 22 18 18 20 32 +003132 29 9 14 16 17 22 16 13 15 17 25 29 +003133 29 14 25 18 12 21 18 11 23 30 +003134 28 22 21 17 13 16 21 16 15 15 19 21 6 16 21 19 17 18 16 27 4 19 22 25 19 20 19 23 29 +003135 30 14 24 14 15 15 19 23 12 16 11 20 26 30 +003136 27 18 13 17 23 23 17 8 23 38 13 17 12 17 21 35 16 7 23 15 15 15 18 22 27 6 13 17 18 30 31 +003137 30 21 19 27 26 16 19 18 8 19 13 14 28 9 23 14 18 20 14 4 27 23 19 15 18 25 32 +003138 27 15 18 17 16 22 8 17 16 13 21 21 9 13 10 16 17 25 21 15 17 24 32 +003139 28 19 18 18 17 27 19 15 17 33 15 22 21 18 8 15 22 23 17 22 26 19 19 18 31 +003140 28 20 26 16 11 16 16 13 21 17 16 13 19 25 5 16 16 16 19 13 21 28 +003141 30 20 19 15 15 23 24 14 17 29 5 12 12 14 17 18 9 18 18 21 26 10 15 18 13 21 22 31 +003142 28 19 14 15 18 25 28 18 16 16 19 24 17 19 14 22 24 30 +003143 27 16 26 21 12 11 23 7 11 15 16 13 17 11 11 22 18 18 17 8 18 31 29 +003144 28 18 18 16 30 10 10 11 13 18 13 12 21 24 25 28 +003145 29 23 20 27 6 14 14 18 18 17 16 21 12 9 19 21 31 +003146 29 12 19 25 6 14 15 11 15 14 20 14 30 +003147 28 17 16 16 26 22 15 16 17 18 23 15 13 11 18 30 +003148 27 21 19 19 13 20 14 11 13 18 18 21 27 +003149 28 16 18 18 17 21 7 24 21 23 20 25 28 +003150 27 21 12 15 18 16 19 26 6 22 17 21 15 8 20 22 22 20 12 23 16 15 14 14 23 19 32 +003151 30 21 21 19 22 14 14 14 27 18 10 16 17 20 12 18 12 29 5 20 21 17 23 31 +003152 31 15 14 20 27 22 19 22 17 17 16 17 14 16 32 30 +003153 26 23 24 16 26 24 5 15 20 21 20 30 30 +003154 25 16 12 20 16 17 20 23 27 +003155 26 22 14 17 25 4 15 14 22 28 27 +003156 28 19 14 21 19 5 20 14 22 15 18 24 17 30 +003157 28 18 21 23 21 12 9 19 20 18 20 29 +003158 27 19 12 25 23 18 13 26 16 17 9 22 16 17 15 14 18 15 13 26 30 +003159 27 20 24 13 11 16 18 15 17 8 17 27 13 20 19 18 13 19 27 29 +003160 29 14 11 16 23 25 22 14 16 18 13 16 21 23 23 15 17 21 15 17 22 28 28 +003161 29 19 23 16 18 28 16 14 18 18 14 17 20 26 18 16 21 21 18 9 18 21 31 +003162 28 11 14 15 22 16 20 24 23 28 +003163 26 21 24 20 19 24 21 16 16 18 15 16 15 21 16 9 19 21 0 11 13 21 31 +003164 24 18 16 18 22 11 13 15 16 19 13 14 12 20 30 +003165 28 17 16 23 21 20 26 20 15 19 24 21 16 22 16 14 14 15 19 29 +003166 28 19 17 18 22 9 16 21 13 16 24 30 +003167 27 16 11 30 21 21 19 17 17 24 27 +003168 27 22 17 18 18 18 16 8 21 24 28 +003169 29 14 8 17 24 16 22 17 10 26 29 +003170 25 17 20 21 18 16 15 17 23 25 20 18 19 17 17 12 25 20 16 27 15 27 30 +003171 26 18 25 21 18 10 29 14 16 13 23 13 16 18 16 32 21 16 18 14 21 25 16 14 11 11 18 17 20 12 21 18 31 +003172 28 29 19 17 15 16 25 8 15 19 19 15 16 22 28 +003173 30 24 17 11 20 22 24 18 22 22 19 24 19 13 20 20 20 28 +003174 27 20 19 24 22 17 23 17 16 15 26 27 +003175 25 19 13 22 27 11 18 18 22 14 20 27 26 +003176 27 20 28 17 21 29 19 18 24 4 17 12 21 20 26 +003177 28 20 24 8 15 15 19 14 19 19 16 15 19 15 29 +003178 29 18 17 16 13 17 22 8 22 11 16 18 13 30 31 13 20 19 16 17 19 24 18 11 20 19 24 30 +003179 25 28 16 22 27 22 19 19 17 12 11 12 16 26 14 31 +003180 27 25 21 22 5 23 18 22 13 14 18 20 9 15 14 22 27 20 20 21 16 11 14 13 24 30 +003181 27 26 20 18 16 14 19 23 21 22 21 17 14 16 21 21 30 +003182 29 14 14 16 19 26 6 28 20 10 16 16 23 26 +003183 27 18 15 16 25 22 15 19 18 17 25 29 +003184 29 17 24 11 25 18 17 14 16 19 24 26 18 23 20 21 14 18 19 22 16 30 +003185 31 17 23 20 16 16 25 9 17 12 20 22 27 +003186 29 15 28 17 19 16 23 20 15 18 14 17 21 29 +003187 27 17 21 15 20 16 5 21 22 20 18 11 19 22 20 19 17 23 17 10 17 22 29 +003188 29 18 28 17 18 13 20 25 19 14 12 22 15 8 20 26 29 +003189 29 12 26 19 17 16 28 15 14 17 15 15 19 30 18 17 22 21 18 20 5 14 19 25 30 +003190 30 17 18 19 22 30 20 16 19 19 21 11 18 18 15 23 24 6 20 19 19 17 15 8 20 25 28 +003191 31 25 24 29 16 22 27 11 16 19 28 6 22 19 31 13 21 26 7 18 13 11 15 18 26 32 +003192 26 23 14 18 20 22 23 16 18 20 8 18 12 21 22 20 15 20 26 30 +003193 28 19 16 15 14 7 18 17 24 5 20 0 12 25 4 21 13 19 21 13 15 13 20 31 28 +003194 27 22 18 18 12 8 18 20 17 18 19 17 24 29 +003195 29 20 15 30 6 17 20 20 21 17 24 14 19 17 18 24 11 16 24 30 +003196 27 16 17 18 26 4 19 14 16 18 18 13 29 28 +003197 31 12 23 23 15 15 31 24 16 16 19 23 21 17 19 22 18 13 18 24 24 13 19 26 30 +003198 29 16 18 22 13 27 25 12 14 16 14 17 22 28 +003199 27 20 29 7 12 18 26 20 16 15 29 15 20 16 15 19 19 10 17 13 15 30 28 +003200 29 22 18 18 26 6 18 22 14 10 17 19 15 25 17 22 11 17 14 8 18 22 8 14 14 17 18 15 17 30 +003201 33 14 21 23 21 12 18 27 32 15 14 21 16 18 10 11 12 21 21 15 10 21 23 20 18 20 26 30 +003202 27 23 20 18 25 10 21 11 24 20 15 20 17 28 +003203 28 21 21 20 12 11 18 22 18 11 15 13 25 18 17 18 29 28 +003204 30 18 19 28 26 0 18 6 22 18 28 14 27 17 10 12 19 18 27 31 +003205 28 21 16 28 16 11 13 18 16 19 16 18 23 30 +003206 26 18 15 20 13 26 19 29 20 22 23 15 29 +003207 27 16 19 22 21 27 20 16 21 17 16 15 17 29 15 16 16 17 16 26 28 +003208 32 19 21 13 17 19 23 23 16 12 17 19 23 22 15 22 27 +003209 26 17 10 14 20 27 20 13 10 30 27 +003210 27 22 28 18 14 12 19 19 17 12 9 18 14 18 23 4 17 11 21 25 30 +003211 31 20 14 22 14 16 27 25 16 13 14 16 18 23 21 17 18 11 9 20 24 20 12 11 29 32 +003212 26 22 21 22 17 20 16 28 7 14 24 18 14 17 28 29 +003213 27 20 20 23 24 21 19 20 18 17 15 15 15 26 31 +003214 30 22 12 17 27 25 8 20 11 12 21 24 25 22 21 23 15 20 20 11 21 12 16 20 20 31 +003215 29 19 27 6 20 19 17 6 18 14 20 9 17 21 12 13 16 15 16 20 20 12 16 12 16 7 21 20 29 +003216 27 18 24 26 18 12 18 14 15 20 17 24 30 +003217 28 30 21 17 20 21 18 16 16 20 32 10 14 16 22 7 13 18 21 16 20 18 16 30 29 +003218 26 17 22 18 18 10 20 10 16 17 21 20 28 28 +003219 26 26 22 19 17 20 24 15 14 27 29 +003220 33 24 20 21 18 19 17 25 12 16 19 10 17 21 19 20 21 19 22 31 +003221 29 31 15 20 14 11 16 17 23 30 +003222 28 15 11 17 18 19 24 15 17 15 28 25 22 18 21 24 17 16 15 23 19 20 10 18 20 31 +003223 28 15 27 7 16 14 15 21 24 29 +003224 30 15 26 20 16 19 23 16 17 18 17 23 18 20 12 10 14 13 22 21 30 31 +003225 27 23 19 21 20 18 14 32 28 +003226 26 22 20 16 20 19 19 29 +003227 25 26 18 17 16 18 24 29 12 13 14 19 16 22 15 21 15 5 17 18 16 16 16 21 28 +003228 28 16 11 21 23 26 26 18 14 16 16 14 22 33 23 17 17 24 7 21 23 15 19 17 15 16 28 32 +003229 32 16 20 24 14 14 27 20 21 20 3 16 18 18 15 7 13 15 13 18 13 11 17 25 33 +003230 28 24 16 13 23 20 17 16 19 18 23 27 29 +003231 26 15 21 17 21 23 18 18 18 20 28 +003232 29 19 19 21 22 13 22 13 32 22 22 15 18 16 29 30 +003233 31 11 14 16 12 18 26 10 16 17 14 22 12 20 15 7 18 24 17 12 21 27 21 18 28 19 19 23 32 +003234 25 21 19 14 17 17 28 7 20 16 19 21 22 30 +003235 28 18 19 13 17 18 30 18 21 16 15 31 18 14 15 19 20 15 22 26 18 18 25 21 7 16 13 20 22 31 +003236 28 20 19 20 18 21 23 18 13 19 18 17 17 29 +003237 28 19 17 14 14 30 19 18 16 15 11 13 20 24 21 17 13 9 16 16 15 18 23 31 +003238 26 20 18 18 23 28 4 19 20 18 14 24 19 17 17 14 25 31 +003239 25 23 29 16 26 24 24 22 6 19 16 20 23 30 +003240 29 28 29 9 17 17 7 19 19 18 18 20 26 13 20 21 21 12 21 13 16 16 21 27 31 +003241 27 19 15 20 29 20 16 18 20 10 15 24 22 6 17 14 10 9 15 13 17 21 30 +003242 27 23 19 12 26 31 30 24 37 5 14 17 26 9 18 12 21 15 10 16 21 31 +003243 30 17 18 15 8 20 21 20 18 26 10 12 15 11 13 18 17 26 29 +003244 26 17 20 17 13 9 15 15 21 18 18 25 28 +003245 31 13 10 20 10 19 18 26 14 15 23 9 17 13 12 20 15 18 16 7 16 17 19 15 17 25 31 +003246 27 20 30 13 16 21 13 17 19 18 23 26 5 20 30 30 +003247 27 16 15 14 12 16 24 16 17 26 16 10 12 18 16 20 16 14 12 17 25 31 +003248 28 18 18 27 21 19 16 24 11 14 16 20 21 24 13 16 13 13 17 16 32 30 +003249 29 20 19 15 22 19 18 8 26 12 18 12 15 15 24 25 13 16 19 16 25 15 29 50 12 12 20 23 16 13 18 30 33 +003250 28 16 15 32 17 13 22 21 14 24 20 16 22 8 18 25 29 +003251 28 16 15 17 9 15 12 19 29 12 23 18 18 22 19 15 16 18 21 22 5 18 21 28 29 +003252 29 18 17 19 24 7 19 29 18 17 14 22 22 28 +003253 29 19 18 16 36 15 12 16 21 21 28 +003254 27 17 11 14 32 20 20 20 14 24 19 22 13 16 20 25 18 20 14 9 21 16 16 19 19 30 +003255 29 19 19 19 23 16 16 20 22 16 16 17 28 16 14 14 19 24 4 16 11 18 20 23 30 +003256 29 13 35 21 19 18 15 19 19 16 17 24 30 +003257 25 18 16 24 21 23 20 17 30 9 18 19 19 19 16 9 20 22 31 +003258 28 12 12 17 18 17 25 5 15 13 20 15 20 27 27 +003259 28 19 17 25 6 12 18 20 18 16 17 18 33 18 23 19 12 18 22 16 20 14 17 23 29 +003260 29 22 21 18 17 17 28 22 24 20 14 18 12 19 18 11 13 17 18 18 19 18 15 22 33 +003261 26 23 12 11 10 19 26 6 14 20 19 22 29 +003262 28 27 24 14 8 16 22 18 12 14 13 23 18 19 10 23 0 18 15 29 28 +003263 25 16 11 18 14 30 13 12 19 19 16 5 14 14 19 22 13 30 +003264 26 24 21 16 29 5 17 21 19 31 28 +003265 27 12 12 16 16 13 18 22 26 28 +003266 27 16 18 21 25 9 16 19 25 29 +003267 25 23 28 13 19 31 29 +003268 28 24 20 19 17 23 13 18 13 31 28 +003269 29 19 19 14 17 15 21 24 24 10 19 15 12 23 23 3 14 18 18 15 20 24 29 +003270 28 26 21 18 14 18 22 13 17 11 24 24 19 16 14 16 25 32 +003271 30 10 23 20 19 18 13 27 21 18 21 22 13 13 6 21 21 21 14 12 15 23 19 33 +003272 29 17 25 19 17 29 13 23 18 19 25 4 19 14 16 29 17 18 16 20 31 23 14 19 27 32 +003273 28 24 24 12 8 11 14 14 17 18 20 17 12 27 30 +003274 31 20 16 20 26 10 23 16 13 17 21 12 21 18 10 14 14 13 18 22 21 17 19 19 14 16 26 34 +003275 30 16 18 20 24 24 20 20 12 20 20 15 20 20 14 12 17 16 12 24 18 22 34 +003276 25 14 16 21 16 25 20 18 16 25 5 14 18 18 26 23 19 16 16 14 25 19 14 14 13 21 14 8 17 29 22 +003277 27 26 29 15 15 18 26 22 14 17 21 21 29 +003278 30 18 20 4 14 17 17 11 9 18 18 17 23 22 25 19 15 13 24 29 +003279 29 16 24 22 30 12 19 15 27 25 17 15 25 28 15 28 11 17 17 24 16 10 17 25 31 +003280 30 12 16 15 29 23 12 16 16 15 21 18 16 6 16 28 28 19 16 20 29 22 12 21 30 +003281 31 19 18 31 22 14 10 19 12 20 15 6 17 25 23 13 16 27 14 13 17 11 23 28 +003282 27 21 17 15 22 23 13 25 6 12 13 17 21 23 14 19 18 18 33 +003283 26 18 15 18 15 16 15 19 17 8 16 16 13 21 21 25 28 +003284 31 10 13 18 23 19 24 12 24 14 8 17 27 21 18 17 15 13 4 22 30 24 26 22 28 30 +003285 26 20 17 18 16 16 11 16 17 6 22 18 13 16 24 13 17 17 18 21 14 24 28 +003286 26 21 24 12 21 20 16 18 12 27 29 +003287 28 25 21 24 12 19 22 20 22 12 23 17 24 26 28 +003288 34 18 19 22 18 12 24 24 17 24 20 17 8 20 22 29 +003289 28 16 18 17 16 27 13 6 13 16 19 19 20 22 18 25 21 28 9 12 12 16 19 13 13 12 12 23 32 +003290 25 25 12 19 23 14 15 22 21 28 +003291 25 15 28 15 17 18 11 22 21 29 +003292 29 16 21 21 15 19 20 10 17 12 18 16 20 22 31 19 20 17 24 13 24 25 22 15 19 26 31 +003293 28 29 17 18 25 6 15 14 12 12 17 26 29 +003294 32 20 23 18 16 17 21 15 15 13 16 24 24 12 11 20 18 18 22 19 12 17 17 19 22 31 +003295 31 18 10 16 17 21 15 18 24 22 16 16 14 20 18 23 14 15 19 8 15 31 14 17 16 17 24 28 +003296 27 12 25 24 19 11 8 20 18 17 8 29 17 12 25 25 23 12 21 26 15 16 24 30 +003297 30 25 16 11 14 17 16 24 21 17 24 13 17 30 19 15 12 13 18 19 5 21 17 13 16 14 6 19 26 32 +003298 30 23 12 28 7 11 13 12 13 21 16 24 22 19 18 14 25 12 20 17 15 12 18 32 33 +003299 25 20 26 17 22 21 26 19 5 20 19 26 17 16 15 18 17 28 +003300 30 17 18 12 28 5 19 16 10 24 27 11 17 11 15 15 22 30 +003301 27 21 12 10 18 26 7 9 17 11 17 19 15 9 26 13 9 16 21 17 30 +003302 27 20 18 17 26 23 14 14 15 15 9 20 24 17 24 24 25 21 18 12 22 29 31 +003303 27 21 18 22 25 10 15 17 19 25 25 6 13 13 16 21 20 16 19 26 30 +003304 28 17 20 25 17 17 28 12 13 18 30 32 +003305 29 14 16 24 22 19 20 12 10 20 28 4 11 17 14 8 21 17 29 +003306 26 20 19 27 23 16 12 17 14 15 28 28 +003307 27 25 19 21 18 23 6 18 20 19 13 20 10 18 30 +003308 25 15 21 23 21 19 14 10 21 30 30 +003309 26 17 12 28 8 17 15 14 26 6 12 13 16 22 13 15 16 14 28 29 +003310 27 23 28 19 16 17 23 16 16 8 20 24 30 +003311 27 21 18 13 20 22 19 13 21 27 30 18 25 17 11 20 26 12 16 15 14 19 27 31 +003312 26 20 22 19 15 15 24 7 17 18 11 23 7 17 19 12 10 16 15 16 18 15 15 18 20 16 10 18 23 32 +003313 28 12 10 14 18 19 16 16 24 29 +003314 26 26 29 25 16 14 20 17 27 9 12 24 24 25 24 22 19 11 25 31 +003315 30 19 23 14 20 7 12 18 18 24 7 14 19 21 17 13 19 28 30 +003316 26 17 23 23 13 20 24 20 9 14 15 19 17 30 +003317 25 15 25 18 16 20 14 21 17 12 21 27 30 +003318 26 29 13 9 22 16 9 21 16 7 23 25 27 +003319 30 18 18 18 24 16 23 16 15 17 10 17 23 31 +003320 25 25 20 19 20 27 15 16 21 24 29 +003321 28 20 18 26 23 18 18 21 23 15 19 11 18 27 25 23 22 22 21 12 24 15 18 16 13 29 31 +003322 27 25 19 20 21 6 21 15 20 21 20 13 20 22 25 18 19 13 21 31 +003323 28 23 17 32 24 7 28 19 8 20 32 28 +003324 28 20 24 11 18 15 15 13 18 18 29 28 +003325 27 26 13 11 21 28 6 16 11 20 15 16 23 20 21 23 19 19 15 15 27 29 +003326 28 26 15 24 18 17 15 14 16 22 25 19 21 29 15 33 29 +003327 25 19 13 22 20 12 19 20 9 20 28 29 +003328 29 19 24 18 13 21 23 17 26 21 15 13 14 15 17 24 21 15 19 27 30 +003329 27 28 17 18 17 18 25 25 16 17 19 12 22 17 24 21 18 15 21 29 30 +003330 29 19 25 18 13 15 15 17 14 23 13 15 16 21 19 17 16 13 10 12 19 19 14 31 +003331 29 13 35 24 26 16 14 20 19 24 37 12 21 18 13 16 19 25 18 23 16 15 12 17 18 28 30 +003332 28 20 22 15 20 20 14 19 22 23 17 15 21 14 31 10 23 27 17 18 30 30 +003333 26 13 25 7 25 19 10 21 17 4 22 17 14 20 25 30 +003334 26 23 15 10 21 19 17 20 22 8 18 16 10 17 22 30 +003335 28 23 22 23 19 16 16 18 18 6 14 15 17 28 29 +003336 30 25 29 6 13 12 12 15 15 18 8 14 16 15 16 13 21 13 22 15 14 18 24 21 30 +003337 26 16 15 20 21 5 15 18 16 16 18 24 21 19 17 20 13 16 7 19 24 29 +003338 33 12 20 27 16 14 8 10 16 15 20 21 10 23 28 19 17 16 17 19 12 17 26 25 19 22 24 3 17 18 22 30 29 +003339 29 17 26 17 11 15 16 14 18 23 28 +003340 28 13 18 13 16 16 19 7 27 26 +003341 28 21 17 24 18 8 25 17 26 21 30 +003342 24 26 22 15 17 13 17 23 31 29 +003343 25 25 12 25 16 12 28 29 29 +003344 27 16 17 12 19 0 25 24 30 +003345 25 17 17 21 23 7 15 16 19 27 30 +003346 25 19 14 22 16 15 28 17 7 25 15 12 23 29 9 13 18 12 23 17 14 15 25 15 16 17 21 16 11 12 18 31 26 +003347 28 13 27 17 15 17 24 6 22 20 15 14 13 23 27 30 +003348 26 20 13 19 16 15 26 21 11 12 17 21 29 41 29 27 24 16 16 13 21 13 17 23 36 29 +003349 28 22 26 22 16 17 14 13 16 15 31 27 +003350 24 18 16 20 23 19 20 14 19 21 28 +003351 28 27 16 23 7 26 19 15 22 15 12 18 20 23 22 14 16 20 10 15 12 11 18 32 31 +003352 32 14 27 21 14 20 17 20 27 32 15 23 3 9 19 8 17 15 15 8 11 16 20 28 29 +003353 30 11 9 17 15 28 11 15 15 12 12 18 14 23 18 18 19 11 8 12 18 14 20 30 +003354 28 17 23 19 17 31 20 13 18 24 32 13 14 17 16 23 21 18 17 14 11 13 19 17 25 30 +003355 26 22 24 5 26 18 31 20 19 18 15 18 19 30 +003356 28 14 14 10 25 11 24 10 15 20 9 21 22 27 +003357 27 19 18 24 19 16 18 32 29 +003358 27 14 23 19 19 29 23 13 12 26 6 19 11 13 16 18 18 15 20 15 8 18 23 29 +003359 29 20 20 15 13 17 19 16 15 17 13 13 24 24 29 +003360 27 19 19 26 12 18 17 15 14 15 19 20 11 25 4 16 29 4 20 21 24 23 15 5 20 30 29 +003361 30 10 13 12 20 28 12 13 11 19 16 17 15 14 15 25 32 +003362 30 17 20 17 16 24 10 22 30 25 29 17 17 16 18 22 14 19 20 30 +003363 31 18 13 14 14 26 15 14 31 19 15 13 26 23 16 16 23 12 21 20 31 21 15 15 21 31 +003364 27 20 23 21 12 23 23 5 22 17 19 21 22 13 21 18 17 16 28 32 +003365 29 20 19 21 13 20 17 26 21 16 27 6 16 16 18 22 7 21 18 18 11 22 31 +003366 29 15 16 14 19 17 19 26 18 19 20 16 12 22 28 +003367 31 21 23 4 20 15 19 19 14 14 19 25 26 18 20 15 15 21 21 20 11 20 22 30 +003368 27 22 17 9 16 27 18 14 14 20 25 16 13 18 13 16 25 30 +003369 28 20 22 20 15 16 19 13 16 15 18 15 23 6 16 18 19 26 28 +003370 27 19 20 19 15 12 13 20 25 23 16 18 13 18 19 8 17 13 12 19 19 29 +003371 28 20 21 11 17 10 16 18 18 12 24 25 +003372 27 21 30 6 20 18 16 14 23 16 19 25 19 9 13 18 11 20 17 18 29 +003373 27 21 18 16 16 20 18 25 26 40 12 14 30 18 21 23 13 8 26 15 28 22 16 32 +003374 27 14 16 18 26 14 19 22 17 15 20 19 10 16 25 6 13 17 19 29 31 +003375 30 18 19 15 11 20 22 23 19 15 16 15 9 19 21 21 21 13 17 19 18 13 17 23 8 15 13 17 27 30 +003376 30 18 21 20 31 4 14 18 19 15 22 26 29 +003377 28 24 24 18 6 20 14 11 20 22 12 18 22 7 21 19 19 11 20 26 30 +003378 25 14 25 14 19 16 10 15 25 13 9 22 21 18 30 +003379 28 15 18 25 18 19 22 20 18 22 14 17 26 29 +003380 27 15 10 21 20 14 22 15 24 18 16 11 25 15 16 15 24 4 19 19 19 31 +003381 25 24 18 12 10 21 24 6 12 16 19 25 30 +003382 28 10 19 26 13 9 20 11 18 13 20 22 23 23 0 14 22 13 0 28 14 10 13 23 15 32 +003383 27 15 15 15 25 22 14 10 21 30 +003384 26 26 22 7 24 24 13 12 14 13 17 19 24 26 +003385 26 26 23 13 19 19 19 13 17 20 16 6 19 27 20 13 21 28 31 +003386 28 20 24 19 17 14 17 9 27 33 13 19 13 11 18 26 21 12 16 24 21 10 16 14 17 21 31 +003387 29 14 19 19 14 10 14 13 18 19 28 28 +003388 26 20 13 17 26 5 18 18 4 17 25 17 16 17 27 29 25 28 19 15 11 11 17 22 17 21 16 21 33 32 +003389 29 18 15 10 19 28 18 24 16 18 19 30 28 +003390 27 19 18 21 20 12 16 12 24 18 15 15 8 19 16 22 15 30 +003391 26 18 24 9 16 18 15 16 13 6 19 15 21 7 19 18 18 15 19 33 +003392 29 16 27 18 25 26 16 25 20 28 20 30 22 17 16 14 14 17 19 29 +003393 27 19 13 17 16 20 19 8 16 16 14 18 16 20 19 36 10 24 16 13 17 17 15 12 22 14 16 19 25 30 +003394 26 18 20 18 22 5 20 19 22 23 26 +003395 27 25 21 18 17 23 9 16 17 12 15 19 27 30 +003396 30 14 17 12 19 20 11 17 25 16 17 19 16 30 31 +003397 28 13 18 19 16 23 13 16 14 13 10 17 22 27 +003398 30 27 20 14 24 16 18 13 14 14 20 14 16 16 22 18 14 22 29 29 +003399 28 19 17 18 26 9 17 12 19 29 27 8 16 14 22 4 16 12 18 18 18 30 +003400 28 17 19 21 27 13 31 6 8 18 16 16 18 19 13 14 25 21 24 25 22 11 19 20 30 +003401 31 22 25 24 26 17 15 13 16 28 27 13 20 29 17 20 17 19 28 31 +003402 25 15 17 22 18 22 21 0 21 22 14 18 17 16 16 20 19 23 28 +003403 27 30 26 12 17 26 21 15 13 15 14 19 15 24 29 +003404 29 19 22 23 16 15 22 24 4 15 20 18 18 14 13 10 25 17 18 15 16 20 18 19 21 29 +003405 28 14 21 15 17 23 8 17 17 25 17 7 22 9 22 21 28 +003406 25 26 24 20 14 13 16 16 13 14 19 18 30 +003407 28 16 13 16 21 18 10 18 30 11 28 14 11 18 9 14 16 21 27 16 7 17 22 18 13 18 19 32 +003408 29 23 21 16 17 11 18 4 15 18 9 11 20 31 19 16 14 22 16 19 23 31 +003409 30 14 26 18 14 8 18 26 5 20 24 25 20 16 16 24 28 +003410 31 20 24 22 11 12 11 18 13 9 22 26 29 14 18 18 18 12 19 5 17 16 18 30 31 +003411 32 17 16 22 26 21 13 16 20 17 13 17 14 11 25 22 12 15 18 22 9 13 8 11 23 21 16 19 22 30 +003412 25 13 22 15 18 27 19 14 13 16 19 21 21 12 17 17 15 11 17 22 28 +003413 26 15 17 18 24 16 18 21 17 21 34 25 22 14 12 17 24 20 17 16 20 23 14 15 17 12 19 29 +003414 30 21 18 18 17 21 19 12 18 20 20 9 17 19 25 33 13 17 16 24 23 11 12 19 17 19 20 29 +003415 28 21 22 24 15 17 13 32 35 15 16 24 14 22 31 +003416 28 23 19 21 16 12 13 8 16 31 27 +003417 26 20 23 20 15 12 23 20 3 24 20 16 18 19 19 29 +003418 29 24 17 20 24 23 21 19 19 16 14 18 17 28 26 21 18 22 13 11 24 11 16 15 19 23 29 +003419 31 16 24 16 8 10 13 17 17 19 27 21 15 21 21 21 20 18 21 29 +003420 28 16 18 13 15 17 26 15 14 25 15 24 14 13 17 20 15 18 20 32 +003421 29 25 15 25 4 15 17 16 14 19 26 26 19 14 15 16 22 21 10 18 17 18 23 31 +003422 27 20 15 17 15 16 17 20 20 15 16 13 15 17 9 11 10 12 21 26 28 +003423 29 17 14 24 21 13 9 18 8 17 28 11 18 17 18 20 24 31 +003424 28 21 16 22 25 8 27 28 20 22 14 20 14 16 22 20 13 25 18 17 15 17 21 30 +003425 29 22 21 22 17 16 21 15 19 18 24 28 16 14 16 18 16 10 17 12 18 16 22 31 +003426 28 13 17 11 18 18 23 4 20 22 20 15 12 20 26 22 15 21 20 12 12 15 20 18 31 +003427 29 12 24 14 18 22 16 20 15 26 18 16 10 20 23 17 12 14 20 12 26 28 +003428 29 25 9 20 24 11 13 11 16 13 21 23 12 14 17 18 18 8 24 28 +003429 28 16 22 16 20 22 14 11 10 16 29 20 12 25 20 16 14 27 30 +003430 25 18 20 20 17 17 11 17 21 21 16 14 13 16 26 6 13 22 15 15 16 19 7 19 27 27 +003431 26 20 23 20 24 20 21 16 10 17 16 26 15 15 12 20 26 19 13 14 26 10 36 29 +003432 26 18 15 18 7 22 20 4 23 23 31 28 +003433 30 18 14 14 21 5 18 13 17 17 17 9 17 22 21 17 10 14 17 17 11 4 14 16 16 20 20 29 +003434 30 11 16 15 18 17 24 32 19 14 24 17 15 8 17 27 5 11 17 13 17 12 19 16 30 +003435 25 22 17 18 18 14 17 24 4 20 14 18 21 29 +003436 26 24 23 15 21 16 19 16 27 +003437 29 24 25 20 17 13 11 17 20 16 21 16 11 17 17 18 17 19 24 28 +003438 29 25 20 15 13 19 18 23 16 21 15 16 14 19 8 19 17 24 30 +003439 27 16 12 20 13 19 25 25 20 13 23 22 18 20 28 18 14 21 27 26 +003440 26 23 24 18 19 27 5 21 14 16 26 14 15 12 18 27 31 +003441 27 18 16 20 24 24 18 19 10 13 17 26 31 13 17 18 25 13 14 16 19 14 13 16 24 31 +003442 25 18 10 19 22 10 18 17 23 29 +003443 28 25 17 27 16 16 10 18 22 22 13 14 14 9 22 11 13 20 29 +003444 25 25 20 21 25 7 20 20 19 27 +003445 26 18 24 17 12 17 23 20 18 14 20 19 20 17 29 +003446 30 13 12 14 17 23 23 24 22 17 14 14 22 11 24 28 17 19 17 7 14 13 13 24 25 18 15 23 17 24 30 +003447 31 22 21 17 14 19 23 11 13 20 17 20 15 13 26 10 17 18 17 17 20 28 +003448 28 17 18 27 14 18 17 10 17 16 9 20 22 16 11 20 24 36 14 17 13 10 19 19 23 26 31 +003449 25 17 25 12 21 19 9 17 15 19 19 18 24 29 +003450 30 24 15 14 14 13 17 19 17 15 18 11 10 12 16 30 28 +003451 27 21 15 11 12 19 12 14 23 25 8 25 22 12 15 12 17 15 14 9 17 26 28 +003452 27 21 11 20 23 10 21 23 12 13 14 20 16 21 30 +003453 32 20 24 6 15 18 9 22 15 35 15 21 28 25 11 18 22 16 23 22 21 23 9 26 20 16 30 30 +003454 30 18 19 25 12 27 16 11 16 16 12 14 27 18 14 11 12 17 25 35 11 21 18 19 17 10 15 19 0 18 18 31 +003455 26 18 17 17 14 15 25 11 16 21 18 16 15 22 19 22 25 29 +003456 28 19 15 27 7 15 14 19 18 12 16 16 19 21 21 24 7 12 26 31 24 22 14 20 17 15 21 15 24 12 22 30 +003457 25 25 14 17 25 19 10 13 19 18 20 18 13 13 24 27 +003458 28 16 14 28 16 15 24 16 29 +003459 25 21 22 4 16 22 19 8 25 19 28 +003460 27 18 18 20 17 19 24 15 19 16 14 17 23 31 11 17 17 16 17 18 8 17 16 23 21 29 +003461 23 16 16 18 18 19 18 25 7 24 19 14 7 20 18 14 20 27 24 +003462 26 17 26 15 12 18 26 20 21 20 13 18 19 9 18 18 13 14 12 27 29 14 24 18 15 20 23 31 +003463 31 20 13 21 15 19 22 5 23 21 21 8 15 20 23 24 16 20 19 14 10 18 26 31 +003464 26 18 26 18 11 18 20 4 19 19 17 20 25 31 +003465 26 23 19 21 16 15 12 18 22 17 15 25 20 14 19 16 19 4 23 16 22 14 9 17 25 31 +003466 31 20 20 20 14 12 21 12 9 18 16 17 13 18 24 20 15 11 18 15 16 22 19 6 17 11 12 14 20 21 18 32 +003467 28 23 15 19 26 7 14 14 17 28 19 15 18 27 29 +003468 26 23 20 20 35 21 19 18 29 29 +003469 30 21 26 16 18 18 19 14 20 25 24 22 14 22 22 20 7 20 21 16 22 32 +003470 29 16 14 16 18 23 25 15 21 17 19 16 15 13 15 19 16 24 4 16 17 18 24 31 +003471 27 20 19 17 15 17 28 21 13 15 17 17 13 25 24 17 19 12 17 16 19 10 18 27 30 +003472 32 14 14 16 24 17 14 22 21 6 20 11 17 17 15 24 28 16 10 19 24 21 15 19 15 18 15 31 +003473 26 18 21 28 6 12 15 13 22 22 17 17 19 19 31 +003474 29 12 15 19 15 9 18 23 17 22 15 9 25 14 14 19 17 22 15 13 17 29 +003475 25 10 19 29 12 13 21 22 15 17 21 21 30 +003476 28 21 24 18 16 17 19 16 18 18 19 30 +003477 26 16 19 27 19 19 15 16 23 6 16 14 16 22 25 15 23 25 20 15 11 21 29 +003478 30 15 18 25 28 16 20 18 18 28 11 17 16 17 20 7 18 12 22 20 13 16 16 25 32 +003479 29 24 15 19 26 14 12 14 14 11 29 30 +003480 29 24 23 13 20 24 3 16 16 11 17 19 22 25 15 19 16 11 20 19 31 16 17 12 24 11 20 21 33 28 +003481 31 21 14 19 16 17 15 13 13 6 19 20 22 29 11 18 19 27 19 14 18 27 30 +003482 29 16 21 15 21 25 22 12 18 25 26 +003483 30 21 20 22 24 24 14 14 14 18 20 18 20 22 18 16 18 28 +003484 32 24 17 21 17 26 10 21 20 10 15 20 23 27 21 7 14 18 26 16 18 16 29 29 +003485 29 17 20 18 14 14 19 14 13 14 18 20 23 25 16 14 19 24 19 22 20 8 18 15 23 27 30 +003486 25 21 17 17 15 19 26 14 19 11 17 26 3 17 17 17 17 28 30 +003487 28 21 26 16 13 18 22 17 16 14 10 17 27 31 +003488 31 21 26 21 19 14 22 27 9 17 23 17 16 24 14 15 13 9 8 22 26 28 +003489 26 18 10 15 23 12 10 18 16 31 19 15 13 16 18 20 15 28 31 +003490 30 16 19 25 20 17 17 23 7 23 18 18 16 8 21 13 25 28 +003491 30 10 18 14 19 15 8 16 20 25 12 11 14 13 10 20 20 5 16 19 16 17 30 29 +003492 29 10 13 25 16 15 20 26 25 26 26 21 14 14 16 20 18 17 24 13 19 32 31 +003493 26 19 21 14 16 34 18 12 22 21 15 17 19 21 32 +003494 28 21 22 14 18 17 13 15 16 15 10 27 25 24 30 12 14 20 30 14 24 27 21 15 16 28 16 15 26 30 30 +003495 26 21 10 11 21 26 15 15 15 18 13 14 20 15 11 18 19 25 17 25 4 16 19 15 16 18 18 26 +003496 30 20 15 23 25 20 35 18 10 19 18 17 17 8 10 15 21 24 33 +003497 29 18 15 14 27 13 19 23 15 11 20 23 18 27 6 14 15 17 16 19 23 28 +003498 24 21 17 10 17 24 14 14 17 17 18 19 22 18 21 20 29 +003499 28 21 21 18 12 11 13 20 22 6 16 15 25 20 3 21 12 22 32 28 +003500 29 14 29 18 12 19 9 18 27 8 29 15 25 19 13 19 18 20 29 +003501 26 27 23 20 11 16 14 18 13 16 19 22 23 17 21 22 4 14 17 15 8 18 25 26 +003502 29 21 16 12 17 23 15 15 30 29 +003503 26 25 19 14 22 14 10 17 25 24 16 24 28 13 15 19 19 10 17 20 28 29 +003504 30 19 20 12 11 15 17 29 4 12 14 16 19 16 17 27 29 +003505 26 20 15 18 14 14 17 19 20 16 28 27 +003506 31 18 8 19 15 11 23 20 21 15 10 15 9 17 32 29 +003507 26 24 25 5 17 8 13 17 12 16 15 6 19 32 27 +003508 26 20 15 21 30 18 20 19 19 18 18 7 12 12 17 15 17 19 13 20 16 14 16 19 17 28 +003509 28 25 19 17 15 21 20 10 14 24 24 31 +003510 30 18 19 10 20 19 14 15 14 17 18 10 17 19 11 18 16 17 19 10 17 14 23 16 30 +003511 27 17 16 14 10 18 10 22 22 11 17 18 16 15 10 15 12 13 17 18 27 +003512 29 14 12 24 27 9 10 17 21 22 16 28 +003513 28 21 15 22 21 3 25 17 11 32 29 +003514 31 28 25 15 17 19 27 31 26 13 14 14 11 15 7 18 18 13 31 +003515 30 16 20 17 17 25 19 19 14 21 19 14 13 10 12 11 7 19 13 19 21 15 12 23 15 19 19 32 +003516 30 24 27 8 23 20 3 21 19 16 16 16 33 29 +003517 25 21 17 18 27 20 21 17 13 9 11 20 23 30 +003518 30 17 24 14 11 15 14 28 5 10 18 17 24 17 19 22 18 23 16 19 27 26 +003519 28 27 11 23 14 12 12 15 18 13 18 22 29 +003520 27 18 21 14 21 5 15 11 14 16 6 23 16 21 17 13 27 26 +003521 26 17 29 24 15 18 20 18 15 14 28 28 +003522 26 20 19 23 21 15 18 10 20 20 14 16 20 13 17 24 29 +003523 26 16 21 20 25 19 20 18 19 16 23 16 19 29 26 +003524 27 16 15 15 27 5 11 15 17 17 17 23 21 17 24 29 +003525 26 20 24 9 22 12 14 17 23 3 17 20 11 18 24 6 13 16 12 15 15 20 18 32 +003526 26 23 11 16 19 30 6 18 20 16 20 26 30 +003527 26 17 16 23 23 22 17 13 14 14 16 19 15 18 18 21 29 +003528 28 10 16 13 11 14 16 17 19 6 19 10 17 6 25 24 29 +003529 27 16 15 14 8 19 19 15 16 24 27 20 9 17 13 17 13 15 14 21 10 18 18 21 14 22 17 32 +003530 29 20 13 13 7 21 27 6 25 21 48 14 21 14 22 10 19 11 19 27 29 +003531 25 15 26 4 17 18 19 15 22 24 17 18 29 28 +003532 28 20 24 16 8 16 15 17 21 6 16 14 10 19 15 14 21 19 8 16 22 20 29 +003533 27 12 17 16 22 11 13 15 13 8 18 25 14 12 18 14 22 19 18 31 +003534 29 10 19 9 10 16 22 24 22 14 17 26 32 +003535 26 15 20 18 11 9 22 22 16 13 15 29 28 +003536 30 14 22 14 23 24 15 13 9 25 9 10 15 13 21 18 13 16 13 12 22 22 31 +003537 26 17 13 28 18 13 14 18 20 16 14 18 11 9 17 23 25 13 15 17 20 16 21 13 13 27 31 +003538 26 21 20 23 21 15 18 19 16 22 11 8 18 24 28 +003539 26 22 16 13 13 18 13 18 20 17 11 12 20 17 16 18 15 18 21 21 29 +003540 32 20 27 13 20 9 11 28 0 24 15 15 16 16 20 17 14 15 16 20 6 25 18 17 15 15 24 30 +003541 27 14 22 17 19 21 19 16 21 10 19 14 28 +003542 28 22 21 15 18 20 12 13 27 22 12 13 24 4 19 12 16 20 15 24 30 +003543 27 19 22 17 13 26 13 13 15 13 16 23 29 +003544 26 20 20 15 31 24 19 19 33 28 +003545 28 17 23 19 19 14 18 17 16 8 23 23 29 +003546 29 18 15 24 18 13 17 22 5 21 12 22 23 16 12 19 17 27 26 +003547 34 24 29 12 19 13 28 14 16 17 17 23 17 15 11 17 20 12 16 22 46 20 18 22 13 18 16 18 12 14 27 19 26 +003548 28 21 15 15 34 13 15 12 20 12 12 13 21 25 14 17 15 13 7 18 16 14 15 28 31 +003549 29 25 23 17 14 18 18 17 21 16 21 17 13 10 18 22 4 19 17 13 19 18 16 15 7 24 20 26 +003550 29 22 18 22 18 12 22 23 18 15 19 19 12 17 20 31 31 +003551 27 18 16 17 23 15 16 16 16 11 17 15 21 25 31 +003552 29 13 19 30 14 16 13 17 15 26 3 14 13 17 20 14 15 18 17 23 17 17 11 14 23 32 +003553 25 24 11 10 20 24 7 21 16 17 21 26 31 +003554 30 11 18 18 23 18 21 19 22 21 11 16 17 23 8 15 15 10 23 20 17 10 24 20 16 13 25 13 17 15 21 24 31 +003555 27 19 14 19 25 18 17 20 20 10 21 20 22 19 20 15 16 16 25 15 16 17 18 18 16 15 12 7 17 23 31 +003556 27 16 22 20 18 15 16 25 11 21 19 11 21 20 17 16 28 32 +003557 28 12 20 10 12 19 14 12 22 26 +003558 31 13 16 18 18 14 20 18 15 13 20 26 26 18 21 18 13 21 14 14 10 13 10 13 26 30 +003559 28 23 18 8 21 24 14 12 18 23 20 14 15 21 24 31 +003560 26 21 28 17 13 17 19 24 18 10 15 17 28 30 +003561 29 17 17 19 20 10 17 18 22 20 14 12 20 23 29 +003562 27 24 18 18 17 12 20 23 20 16 24 10 12 21 17 30 +003563 27 24 8 20 22 17 12 13 20 12 13 19 14 15 8 17 23 30 +003564 26 17 13 20 13 17 28 12 18 11 22 24 29 +003565 26 12 20 18 22 7 20 21 19 19 21 27 30 +003566 30 19 23 15 19 14 17 18 14 33 4 21 23 15 13 17 14 8 22 21 28 +003567 24 23 19 16 18 23 14 18 14 19 21 20 12 14 17 20 33 16 17 21 15 14 20 16 16 27 30 +003568 25 21 15 16 22 17 17 17 23 14 25 27 7 19 15 26 28 +003569 25 18 13 15 20 21 11 14 14 20 24 29 +003570 27 13 16 17 17 21 17 24 30 18 20 18 12 18 11 15 7 14 20 21 26 +003571 27 25 24 20 16 16 24 17 17 19 21 19 10 20 20 22 11 7 10 24 17 21 21 31 +003572 30 26 23 16 16 20 14 16 21 23 20 14 12 19 23 27 21 26 14 13 20 18 32 +003573 29 24 19 20 16 12 20 11 17 20 31 +003574 29 17 23 13 17 24 17 19 18 15 16 15 16 20 15 16 19 16 18 12 16 13 21 30 +003575 30 20 23 16 14 14 18 24 27 22 22 19 20 15 15 20 19 22 13 14 8 37 30 +003576 28 19 23 15 16 19 27 20 15 15 15 17 22 27 +003577 29 15 21 27 18 16 16 15 15 27 30 +003578 30 19 25 19 9 24 16 4 17 17 14 24 30 +003579 27 16 17 8 14 17 15 11 16 0 19 24 27 +003580 26 20 18 13 18 19 16 16 15 31 29 +003581 29 19 16 16 14 14 7 20 28 18 18 18 26 9 13 11 12 12 13 17 23 30 +003582 26 17 15 22 21 23 16 18 22 16 17 22 14 15 15 19 20 7 18 10 13 14 18 16 16 19 20 31 +003583 26 20 20 19 12 22 16 16 25 23 13 18 23 32 +003584 30 11 16 10 20 21 15 22 20 6 19 11 13 18 27 30 +003585 26 18 12 22 15 22 15 10 17 16 21 9 17 13 16 20 22 29 +003586 29 12 13 17 14 17 12 20 21 26 +003587 24 17 16 19 15 19 18 11 26 28 +003588 26 21 18 21 16 18 16 22 26 +003589 29 14 18 18 13 23 9 14 14 19 25 30 +003590 28 19 26 23 17 15 19 28 26 +003591 28 19 27 12 15 17 13 18 17 15 29 15 16 20 29 25 +003592 30 10 20 10 30 7 14 12 27 5 15 21 25 8 12 10 15 22 30 34 15 9 15 10 11 20 19 8 22 31 +003593 27 23 18 22 12 8 13 16 20 26 28 +003594 27 17 18 25 13 17 18 18 19 26 25 20 16 25 16 11 18 22 20 19 20 29 +003595 27 19 19 17 18 15 16 11 19 17 14 16 18 14 7 11 14 18 24 31 +003596 28 23 11 10 21 15 11 17 18 18 28 20 22 14 13 16 16 5 15 28 21 18 21 16 8 15 24 26 +003597 26 20 18 17 18 23 31 20 14 17 21 19 12 17 27 33 23 18 16 17 11 20 24 29 +003598 28 16 21 20 21 17 14 14 16 31 29 +003599 30 15 17 27 17 22 19 17 18 14 15 16 23 25 24 16 18 16 19 3 25 15 15 29 31 +003600 29 14 14 23 15 18 14 16 18 13 16 21 23 13 18 13 11 14 17 16 21 30 +003601 27 17 20 14 14 16 17 20 19 23 16 14 9 9 22 25 13 19 17 27 32 +003602 26 13 15 13 19 19 18 22 15 18 15 15 16 9 11 14 22 31 +003603 31 18 20 22 18 18 17 14 15 14 24 13 14 17 22 25 21 16 22 13 18 29 30 +003604 26 20 15 16 23 15 15 20 24 19 17 12 21 16 14 15 12 8 16 16 21 6 19 17 14 28 30 +003605 32 26 22 14 18 17 11 14 15 13 10 24 4 14 17 12 21 22 18 19 29 +003606 25 23 21 19 27 23 15 16 17 26 29 +003607 26 22 30 19 12 17 13 8 15 24 6 20 14 16 13 23 30 26 20 16 21 17 22 16 10 25 24 16 25 20 30 +003608 28 22 21 16 15 7 18 20 11 15 13 16 18 26 30 +003609 28 10 16 10 21 15 19 11 19 26 29 +003610 27 26 21 16 19 14 18 20 9 15 13 18 19 22 17 19 21 27 14 18 26 24 11 14 15 16 31 32 +003611 25 29 15 19 28 17 19 19 16 22 17 16 15 13 21 34 +003612 26 18 19 21 12 13 12 12 20 18 8 17 15 10 17 17 15 15 26 12 27 13 13 15 23 28 +003613 30 18 12 23 22 11 20 9 17 18 13 22 14 30 +003614 28 20 17 15 14 17 22 4 22 20 20 13 19 24 28 +003615 26 14 20 17 16 23 13 18 10 11 17 24 9 16 20 21 30 +003616 26 19 18 18 16 19 15 11 17 14 21 21 17 15 15 23 24 14 14 17 28 30 +003617 29 12 23 4 19 17 21 18 18 22 16 10 9 10 17 23 26 +003618 25 19 18 24 16 18 12 17 12 14 21 29 +003619 31 13 17 14 13 10 14 15 16 20 8 15 13 16 15 17 25 22 19 33 5 12 19 15 13 16 15 21 31 +003620 25 23 14 9 21 24 16 9 17 13 16 12 25 31 +003621 27 18 23 20 15 13 15 26 21 20 14 11 13 12 23 12 11 16 17 19 29 +003622 28 24 14 19 16 13 13 11 16 17 17 11 19 19 15 16 19 13 14 16 17 28 28 +003623 26 21 24 6 25 22 14 19 31 28 24 17 7 20 20 8 22 12 9 21 25 12 17 17 21 22 29 +003624 24 24 21 15 26 20 13 12 16 11 15 14 23 16 30 +003625 27 17 19 17 21 16 15 17 14 15 24 27 21 28 24 25 24 28 20 15 15 27 35 +003626 29 16 26 10 8 11 11 14 17 17 19 16 16 14 18 29 7 17 13 19 14 19 31 +003627 30 17 14 13 14 15 21 22 9 13 17 11 13 7 16 24 18 13 13 12 15 16 17 15 22 28 +003628 26 22 24 17 17 22 16 20 29 29 +003629 28 12 15 14 12 21 25 10 16 14 15 16 12 9 18 18 29 +003630 26 22 18 16 19 21 19 24 15 13 16 15 14 14 17 15 22 29 +003631 26 18 10 13 17 15 18 22 8 13 11 18 12 13 19 10 15 13 14 19 25 30 +003632 28 22 16 16 19 24 16 20 3 21 13 11 23 14 17 20 25 20 15 18 22 30 +003633 29 21 20 11 17 14 15 15 18 19 18 20 11 23 18 14 29 4 20 15 16 28 26 +003634 27 16 12 11 14 15 21 7 12 13 10 20 18 19 16 13 9 18 5 20 13 17 22 31 +003635 25 19 16 22 7 19 18 17 16 20 16 22 13 21 15 7 18 16 14 15 19 19 30 +003636 27 17 22 16 13 18 26 22 17 14 9 25 37 18 23 15 14 20 14 14 16 26 20 21 18 20 9 14 18 25 31 +003637 29 21 18 20 22 17 19 15 14 9 15 28 34 17 16 7 17 22 22 12 14 31 27 +003638 29 23 17 11 17 20 9 12 12 16 11 14 12 19 20 27 15 13 12 27 17 17 14 21 31 +003639 25 18 11 11 17 29 20 14 16 16 12 32 29 +003640 30 12 23 9 16 15 19 16 15 13 17 16 15 15 14 17 13 17 15 11 23 31 28 +003641 25 15 13 18 21 19 17 15 11 19 28 32 +003642 31 9 16 12 18 25 16 16 15 11 16 25 21 16 16 15 16 14 7 13 24 15 13 18 25 29 +003643 27 28 12 14 14 18 16 22 4 21 16 12 14 19 27 29 +003644 26 23 16 17 16 11 14 28 15 14 24 9 11 13 9 24 20 29 +003645 28 22 18 14 17 14 25 10 20 19 24 15 11 18 18 18 19 21 29 +003646 29 17 16 13 18 26 12 17 16 21 7 13 12 21 13 17 17 14 6 17 12 18 22 30 +003647 29 9 17 10 18 30 13 18 18 15 16 13 16 9 17 22 21 16 17 22 30 +003648 25 23 15 26 21 23 18 19 14 25 29 +003649 28 16 22 9 13 17 13 8 19 19 16 18 26 27 16 13 15 21 17 19 15 8 15 21 23 19 19 24 31 +003650 28 19 15 16 20 15 16 25 6 17 14 11 13 17 15 23 15 14 19 26 27 +003651 26 19 12 20 25 18 9 12 22 24 29 +003652 28 13 14 11 12 18 16 12 19 12 12 12 23 27 +003653 26 22 15 28 19 8 24 17 17 15 13 14 20 29 +003654 25 27 18 14 15 17 18 8 17 14 18 19 14 15 13 17 11 19 28 29 +003655 26 19 18 14 10 11 21 25 7 21 20 15 14 12 22 14 12 10 17 19 16 22 16 29 +003656 26 18 13 14 21 17 10 19 22 5 15 17 18 22 15 15 13 15 8 16 22 6 17 17 15 18 18 14 7 20 27 31 +003657 27 19 21 20 20 17 16 11 10 17 23 13 30 +003658 27 22 17 9 16 18 21 20 20 16 9 21 18 16 12 13 25 29 +003659 28 21 13 17 28 10 18 15 18 22 19 16 17 5 18 22 14 19 30 31 +003660 29 21 17 22 19 14 18 23 22 15 18 16 19 15 18 12 7 18 22 31 +003661 29 17 17 20 15 22 21 20 18 25 16 18 12 10 15 26 15 18 16 20 31 +003662 25 15 28 18 16 13 20 19 21 13 17 23 3 21 21 15 14 18 29 29 +003663 31 17 14 14 10 13 18 25 5 20 17 12 18 19 32 6 15 18 18 14 10 12 19 20 28 +003664 25 18 22 13 16 17 12 12 12 13 12 16 16 25 19 19 30 +003665 28 23 13 12 18 24 14 18 18 19 18 22 27 +003666 26 25 29 14 13 17 14 19 20 18 22 28 +003667 28 19 19 17 15 17 25 11 15 14 30 29 +003668 30 19 31 14 16 22 16 17 28 13 20 17 32 12 16 29 26 13 24 19 8 24 27 22 18 13 13 18 12 19 25 33 +003669 29 15 9 16 16 18 14 10 10 15 10 18 27 7 16 13 12 11 18 19 29 +003670 27 19 21 15 14 14 17 19 9 16 21 24 21 18 16 21 11 9 16 7 18 20 31 +003671 29 16 18 25 19 23 15 14 11 15 15 21 31 18 15 16 16 14 17 19 22 30 +003672 26 22 13 20 10 14 11 15 16 17 15 27 12 17 11 19 16 20 27 +003673 31 30 17 20 15 21 26 17 16 14 13 8 16 23 25 21 27 19 22 13 17 16 16 20 14 21 13 20 26 31 +003674 29 23 20 16 16 15 17 20 12 11 15 13 14 8 18 21 22 9 16 22 15 12 17 10 21 20 19 15 13 19 19 30 +003675 25 21 22 14 12 14 18 20 4 23 14 10 14 34 27 +003676 26 20 23 19 17 21 16 11 19 14 19 20 16 18 12 17 13 16 11 18 17 14 30 +003677 29 17 23 15 18 16 4 18 22 19 9 22 14 12 9 16 16 14 16 25 28 +003678 27 24 20 20 12 16 11 20 19 16 17 27 15 16 16 15 19 27 14 13 17 21 20 19 16 15 29 +003679 27 19 16 15 9 29 11 12 13 15 19 15 20 16 16 18 18 20 30 +003680 26 18 14 15 22 16 20 20 22 12 12 20 23 29 +003681 28 18 24 16 15 19 23 23 14 17 16 22 12 18 13 8 23 23 31 +003682 29 20 15 20 21 7 18 15 17 15 20 36 12 17 20 13 15 10 17 28 13 13 15 11 18 17 19 26 31 +003683 25 18 14 17 23 18 13 17 15 20 24 29 +003684 26 16 16 15 18 30 11 11 20 16 11 19 26 28 +003685 28 22 13 16 15 16 8 15 20 5 22 11 23 19 20 16 13 24 16 13 16 16 5 21 27 29 +003686 27 16 17 26 19 12 19 20 17 19 15 13 5 13 14 14 20 17 15 12 13 24 30 +003687 26 23 17 16 24 15 12 16 17 26 30 +003688 27 18 18 13 14 19 25 21 16 15 16 22 15 15 12 25 19 19 14 19 19 11 20 17 28 +003689 28 22 15 14 18 18 16 12 16 25 24 16 18 20 19 12 12 17 32 8 16 17 9 19 24 30 +003690 26 19 23 17 14 18 22 22 16 15 14 16 18 8 15 18 14 16 27 18 19 17 22 33 +003691 27 15 25 12 23 20 16 17 25 22 12 14 18 17 15 16 13 11 15 16 19 19 30 +003692 27 22 16 13 13 17 19 20 13 13 12 17 18 17 15 18 6 18 18 15 17 25 28 +003693 24 16 30 21 17 20 13 17 15 24 7 16 15 19 7 22 19 21 14 12 21 30 25 +003694 26 23 18 22 15 13 27 15 12 19 16 15 14 15 20 28 29 +003695 28 16 20 20 15 16 17 18 18 19 28 +003696 28 19 24 16 15 9 24 22 16 13 13 12 25 20 16 17 19 4 17 15 11 20 27 28 +003697 26 20 25 15 22 23 10 9 13 10 21 4 17 12 15 10 20 18 12 33 +003698 29 18 22 20 15 15 14 18 23 16 19 11 21 22 8 22 20 19 15 18 11 11 25 20 31 +003699 27 31 12 16 14 16 16 19 14 18 13 14 15 21 23 7 22 17 15 15 18 24 29 +003700 28 21 15 14 19 20 20 15 10 12 15 20 18 19 15 16 8 17 22 28 +003701 29 18 16 8 17 19 23 8 10 14 10 13 23 15 13 17 14 28 30 10 21 18 10 21 13 9 19 21 30 +003702 28 25 20 13 19 17 16 13 13 15 16 23 22 14 10 13 22 13 16 17 15 24 26 +003703 25 18 19 12 18 15 16 19 26 30 +003704 28 12 22 22 12 20 8 13 9 14 17 23 27 +003705 27 23 21 20 16 12 14 13 11 15 24 23 14 28 5 13 16 13 14 18 28 31 +003706 28 20 24 15 16 13 14 21 19 6 23 15 21 13 21 15 15 16 16 3 17 18 19 28 +003707 28 23 21 12 8 15 13 22 19 21 20 22 16 15 17 21 16 11 17 14 14 29 30 +003708 28 18 19 18 16 18 15 21 21 11 20 11 14 25 22 20 19 17 17 16 21 11 15 13 16 22 31 +003709 27 22 12 20 18 20 15 18 24 21 17 17 24 4 16 11 16 26 29 +003710 27 21 16 20 11 15 22 8 16 15 15 18 13 24 29 +003711 27 19 23 17 17 15 25 19 22 14 10 19 21 29 +003712 24 24 12 28 17 17 24 15 10 18 18 19 29 27 +003713 28 21 19 4 19 16 13 15 16 22 11 20 13 12 18 15 16 18 23 20 14 12 19 15 20 20 14 25 28 +003714 27 17 11 14 30 12 15 17 18 13 18 20 8 24 3 15 20 16 18 13 12 15 17 17 24 28 +003715 26 13 16 13 30 21 13 16 26 5 8 12 16 15 17 20 19 18 14 14 18 24 28 +003716 26 20 18 22 23 20 12 15 18 24 23 18 12 18 13 21 22 3 17 12 21 18 16 22 29 +003717 28 12 20 17 17 18 11 13 8 26 20 5 17 26 28 +003718 26 14 17 18 22 17 16 24 21 15 24 26 +003719 28 17 10 10 17 24 17 14 13 19 27 27 +003720 33 16 18 23 14 19 23 12 20 19 7 23 15 18 12 6 20 16 10 14 18 30 27 +003721 31 19 15 19 9 11 18 13 24 20 10 14 19 22 22 19 16 19 13 11 11 17 18 22 32 +003722 27 12 29 15 16 21 18 12 18 16 14 21 29 +003723 28 18 15 16 25 22 17 20 17 14 13 9 23 0 11 13 18 4 19 10 19 27 28 +003724 25 18 23 16 20 23 13 22 24 17 22 28 27 +003725 26 20 25 18 19 14 21 19 22 17 20 29 +003726 25 11 16 15 17 25 18 17 14 20 17 23 27 +003727 27 20 22 19 14 16 24 27 13 14 13 14 21 20 5 19 15 16 12 12 17 21 20 6 19 17 13 13 29 30 +003728 28 20 19 18 15 20 13 12 18 19 19 17 19 23 29 +003729 27 21 24 26 6 11 17 16 20 12 24 19 17 24 21 16 16 15 24 29 +003730 26 27 17 18 21 23 16 32 28 +003731 27 17 17 20 27 5 14 15 15 21 29 +003732 26 24 22 15 18 9 19 27 26 +003733 26 15 16 15 17 20 17 25 5 16 15 16 10 13 16 14 27 +003734 31 21 13 15 13 16 26 8 10 16 16 14 22 14 18 18 27 30 16 10 16 14 26 6 11 17 13 21 31 +003735 28 17 25 12 22 13 27 13 19 24 14 9 20 10 21 16 12 17 11 12 27 29 +003736 31 16 21 18 18 17 14 16 8 24 28 5 13 14 19 25 12 10 17 14 11 19 30 32 +003737 26 14 21 19 22 17 13 19 22 10 17 15 15 16 17 16 13 14 16 30 30 +003738 27 23 24 20 17 16 15 7 24 27 16 34 29 +003739 28 23 19 17 26 24 15 18 21 23 18 17 15 15 15 7 19 16 14 12 16 17 12 21 16 13 19 24 29 +003740 26 20 15 13 17 25 32 11 12 13 23 22 15 14 13 14 20 28 19 21 16 20 10 15 12 18 17 28 +003741 28 18 16 10 14 20 18 24 17 19 18 17 15 19 18 17 14 16 19 12 13 25 30 +003742 26 15 14 21 16 19 20 18 12 14 23 15 10 9 23 29 +003743 26 24 12 26 14 11 19 11 23 13 16 18 14 20 19 13 16 30 29 +003744 29 20 23 11 19 16 19 18 13 16 23 3 20 19 13 16 16 32 27 +003745 26 19 12 22 17 16 16 22 24 17 17 14 13 20 22 24 26 +003746 29 18 16 17 13 9 19 19 15 21 33 15 19 18 16 23 20 14 18 18 17 15 14 18 22 28 +003747 28 9 18 17 11 12 18 14 19 10 30 28 +003748 29 12 20 32 9 18 19 14 22 28 +003749 28 27 22 18 10 23 14 11 15 29 22 26 20 20 20 11 16 17 28 14 10 28 29 +003750 29 20 19 22 16 14 22 24 10 19 24 20 30 15 13 18 18 26 28 +003751 26 27 15 13 15 29 28 16 25 18 15 14 14 27 19 11 19 17 14 15 18 16 19 29 +003752 28 17 17 22 27 12 22 17 11 8 19 22 13 14 9 22 21 11 16 18 15 31 29 +003753 28 18 26 13 17 10 20 17 15 18 26 21 18 15 16 13 14 29 17 18 18 19 14 21 29 +003754 30 17 12 15 15 26 22 19 26 23 19 16 26 35 13 14 15 15 15 22 16 27 19 21 21 20 27 26 +003755 25 12 15 29 12 24 24 16 14 16 18 24 22 18 18 26 26 +003756 27 22 16 13 22 15 12 22 21 9 20 21 19 17 17 19 29 +003757 28 19 24 16 11 20 17 24 13 16 22 23 12 9 20 22 4 15 21 16 17 9 13 24 19 33 +003758 25 24 24 14 19 19 20 16 15 17 25 26 13 16 15 12 18 24 16 25 17 16 9 15 18 19 17 29 20 33 +003759 28 14 20 21 15 15 17 22 16 18 17 21 12 11 22 11 10 10 19 19 15 30 +003760 29 14 27 6 17 16 15 9 23 20 5 16 13 18 33 28 +003761 26 15 25 10 17 18 16 19 15 15 23 15 21 31 +003762 28 19 22 10 19 9 15 16 14 18 18 12 22 27 29 +003763 30 20 22 21 18 13 12 18 21 32 12 16 21 16 25 15 15 16 16 14 28 29 +003764 26 20 23 17 15 15 20 16 17 15 8 13 11 16 15 14 23 22 27 +003765 27 21 19 16 9 15 16 27 21 23 14 17 15 11 16 15 18 34 26 +003766 25 21 23 19 17 25 22 19 16 19 24 23 17 15 13 24 15 17 20 21 29 +003767 28 18 15 13 28 5 15 12 14 15 16 17 27 25 13 13 15 17 14 25 21 15 12 17 14 25 30 +003768 26 16 16 27 15 18 13 14 13 15 18 25 15 16 11 10 17 15 15 21 22 29 +003769 26 24 11 24 22 15 14 21 27 40 17 33 20 20 24 14 11 21 25 30 +003770 26 19 16 17 13 16 26 8 16 14 18 13 14 20 18 39 27 +003771 27 17 17 18 22 22 17 15 15 14 17 15 7 20 18 30 +003772 26 21 17 29 20 14 23 13 15 15 12 13 26 22 16 12 19 19 19 20 29 +003773 26 22 17 12 11 18 23 15 19 23 21 27 +003774 22 20 11 16 17 19 12 20 18 19 31 28 +003775 28 16 27 19 16 17 16 15 16 29 19 20 16 17 17 19 18 12 16 16 16 19 29 +003776 26 17 23 15 22 0 16 25 14 21 17 17 19 16 16 0 20 28 +003777 25 26 17 18 29 14 16 18 19 14 11 12 7 21 16 22 28 23 25 21 22 14 15 12 19 28 33 +003778 29 23 16 20 22 22 17 13 6 18 18 30 25 14 17 22 15 16 19 15 15 31 31 +003779 31 11 11 28 15 11 16 12 18 9 9 17 15 20 18 13 13 17 18 18 11 17 15 14 25 21 27 +003780 26 30 21 13 18 12 15 15 23 15 17 16 17 28 29 +003781 28 20 25 7 17 14 23 22 14 16 18 20 22 28 +003782 26 18 20 22 13 17 14 18 30 28 +003783 31 23 18 19 28 14 17 12 15 23 20 14 19 28 16 17 16 24 29 +003784 29 15 14 10 14 10 22 3 23 18 15 20 18 17 19 14 25 30 +003785 27 22 16 19 17 21 17 20 24 15 15 30 29 +003786 32 12 15 16 16 16 15 17 20 16 22 20 16 14 13 20 5 21 18 17 26 31 +003787 26 25 20 17 18 16 15 9 22 19 14 18 9 16 20 35 17 26 16 16 13 19 16 16 0 8 17 31 29 +003788 32 16 25 19 17 14 13 12 17 23 7 15 12 13 16 23 15 9 20 18 15 22 30 +003789 29 16 21 14 12 28 17 15 19 11 17 22 14 16 16 18 15 17 17 26 29 +003790 31 21 14 19 26 23 10 13 16 11 21 14 26 16 23 26 14 17 12 10 15 12 20 22 12 12 19 16 24 29 +003791 26 23 14 16 25 15 15 14 24 21 21 18 13 20 15 34 27 +003792 29 16 26 16 13 14 19 21 12 12 23 28 27 +003793 27 18 17 18 20 14 14 27 31 11 15 15 18 15 13 20 24 9 14 13 14 22 26 28 +003794 25 22 16 17 22 20 15 14 14 16 21 18 26 17 14 9 17 20 23 29 +003795 31 15 20 18 19 18 14 11 12 19 20 18 9 18 14 20 15 13 17 24 29 +003796 30 19 20 19 17 15 31 14 15 16 16 14 23 11 13 14 16 17 17 16 12 17 20 12 14 16 30 28 +003797 30 17 19 23 5 18 15 18 21 4 23 18 16 28 31 +003798 26 21 17 17 19 18 19 15 20 14 9 19 25 29 +003799 27 26 13 19 15 28 12 20 20 31 25 +003800 29 21 22 6 23 11 18 23 18 17 27 30 +003801 25 24 23 18 14 14 13 18 15 25 30 +003802 26 18 23 20 19 21 12 16 33 29 +003803 25 21 24 16 12 22 12 8 18 22 26 17 14 19 19 17 29 9 13 11 21 13 7 20 21 29 +003804 28 21 23 16 17 13 16 19 19 18 21 0 12 24 13 10 19 18 20 11 11 18 16 16 32 +003805 27 30 17 15 22 16 15 14 17 21 28 20 14 19 15 16 15 17 24 18 15 17 26 13 16 18 21 30 +003806 3 42 17 24 20 23 15 20 16 12 13 14 20 9 18 20 24 26 13 18 15 26 8 12 15 15 30 33 +003807 32 25 15 8 24 25 8 19 9 16 17 17 22 20 16 19 19 18 19 19 12 18 19 22 29 +003808 29 21 25 11 18 19 22 7 20 15 20 21 12 22 18 20 13 16 23 21 18 17 18 13 23 29 +003809 29 22 19 14 22 17 16 14 15 23 9 20 19 15 21 18 13 18 14 15 26 30 +003810 30 23 19 15 17 22 32 13 14 19 12 19 14 21 14 18 21 29 14 15 15 25 19 16 15 16 31 34 +003811 26 17 22 18 16 16 16 12 9 16 11 17 24 14 17 16 13 16 14 15 15 29 26 +003812 27 25 19 14 19 29 7 15 19 21 14 12 17 26 29 +003813 27 19 13 11 24 7 14 14 14 15 20 19 46 15 21 7 17 23 20 12 16 16 15 16 16 28 30 +003814 29 17 19 15 14 12 23 30 14 16 18 8 20 25 31 +003815 28 12 11 23 19 5 16 10 18 21 19 16 14 17 17 22 29 +003816 26 16 9 18 23 15 25 14 13 18 22 24 9 16 15 11 17 14 21 25 29 +003817 26 16 22 16 15 21 12 9 13 17 14 17 6 16 11 14 16 16 13 17 28 29 +003818 29 17 16 18 15 20 10 21 15 17 23 22 29 +003819 27 23 14 12 20 21 4 23 18 20 16 9 18 20 19 21 16 12 25 30 +003820 25 17 19 16 12 21 18 3 18 11 15 20 21 17 28 +003821 29 17 20 13 15 18 26 13 21 16 12 17 25 15 10 33 29 +003822 28 28 17 15 17 19 22 26 21 12 12 16 19 17 11 20 16 9 12 19 21 24 22 17 20 11 26 31 +003823 26 15 18 29 9 16 13 14 13 20 14 20 23 29 +003824 25 18 21 13 10 16 18 13 18 7 19 11 18 16 19 23 27 +003825 26 19 16 13 21 5 12 18 15 14 14 18 15 23 29 +003826 25 17 24 15 22 15 15 14 20 19 30 +003827 27 19 16 19 4 21 16 23 10 17 18 15 18 19 22 16 19 12 18 21 29 +003828 26 18 11 14 10 12 19 16 18 15 12 15 19 15 20 21 12 21 17 21 17 19 11 20 24 30 +003829 26 17 14 18 14 13 25 28 15 15 23 19 16 15 13 22 17 20 7 15 16 16 18 30 +003830 23 25 27 14 22 14 13 15 27 17 11 16 23 4 11 21 19 13 9 21 23 30 +003831 28 10 14 10 19 17 18 13 17 14 19 18 16 7 17 20 12 14 16 8 18 30 30 +003832 27 22 13 16 11 27 3 18 18 21 20 17 16 21 29 19 14 20 13 8 17 24 14 18 17 31 28 +003833 28 15 21 18 21 17 17 21 22 26 +003834 29 16 18 9 16 24 15 16 13 24 26 +003835 24 17 10 17 17 19 11 15 23 25 +003836 29 17 19 15 9 17 22 5 19 19 22 26 15 8 19 16 22 13 16 21 20 11 16 14 19 24 31 +003837 31 22 18 23 17 11 18 19 13 17 12 18 24 29 +003838 27 16 18 21 3 17 20 14 14 20 18 18 16 15 18 17 14 22 30 +003839 24 19 25 14 24 3 21 12 13 14 18 13 22 17 23 29 +003840 26 20 17 23 22 17 23 20 22 15 11 17 16 19 15 20 22 29 +003841 26 19 11 22 16 22 22 16 21 14 22 22 10 17 17 23 26 +003842 29 11 21 20 18 14 17 25 15 17 19 10 21 20 14 14 22 12 21 15 16 23 9 18 24 22 15 26 32 +003843 27 19 18 19 17 13 9 13 19 27 17 15 32 18 17 20 4 12 15 9 18 30 28 +003844 27 20 15 23 21 20 18 20 15 16 12 12 11 18 19 12 14 20 10 18 33 30 +003845 26 22 17 26 19 13 15 16 16 18 26 28 +003846 27 17 25 16 22 20 12 12 17 18 14 13 17 26 10 18 18 16 14 16 27 29 +003847 29 12 17 24 18 9 17 15 10 26 25 +003848 29 14 16 18 15 22 24 25 13 19 14 13 26 21 12 13 14 15 16 15 27 12 14 16 18 17 15 30 +003849 27 22 18 17 10 19 17 21 22 16 23 18 15 19 24 32 +003850 29 10 15 9 18 20 13 18 0 23 18 7 14 12 17 13 25 31 +003851 26 18 21 16 7 19 16 13 30 27 21 21 14 23 20 20 10 16 14 18 27 29 +003852 26 21 15 16 12 27 24 8 15 17 19 21 7 18 8 12 20 23 10 20 15 19 19 20 17 18 28 31 +003853 28 17 18 16 18 7 16 18 13 25 13 18 19 11 16 14 20 21 11 21 22 31 +003854 29 15 20 19 14 19 11 17 17 8 18 24 15 12 18 23 31 +003855 26 19 14 8 17 22 7 21 19 16 19 21 23 27 +003856 26 27 26 15 13 18 12 18 16 17 10 16 26 27 +003857 29 11 28 29 12 13 25 16 18 14 19 14 21 26 29 +003858 26 21 21 16 14 13 15 6 19 26 3 17 21 16 18 26 29 +003859 30 17 14 12 12 11 19 18 17 12 21 20 11 14 11 18 16 28 26 +003860 30 15 22 15 18 14 17 7 21 19 8 16 13 17 18 16 17 12 15 7 24 19 30 +003861 26 20 22 15 19 25 28 17 22 18 23 9 10 17 16 19 24 30 +003862 26 19 17 10 21 29 19 11 15 14 16 24 25 +003863 25 15 14 15 15 13 21 21 19 26 +003864 28 21 13 16 16 17 15 12 7 17 19 32 11 15 27 17 16 20 15 16 26 31 +003865 26 15 12 20 19 15 16 13 22 25 20 9 16 18 12 9 17 16 16 13 22 26 30 +003866 31 14 21 23 19 23 21 15 19 16 12 14 16 24 5 18 15 15 16 23 6 14 16 24 22 30 +003867 25 20 31 10 13 19 22 14 18 14 14 16 17 23 30 +003868 26 17 16 26 23 15 20 21 10 21 20 18 13 12 21 31 28 +003869 27 20 18 17 15 11 17 16 21 16 25 7 20 15 19 20 21 28 +003870 27 18 11 23 26 14 15 22 21 16 18 21 13 15 24 8 12 22 12 13 15 21 16 32 +003871 30 16 18 19 21 19 17 11 24 22 13 16 23 21 14 19 16 16 25 16 16 23 22 29 +003872 28 20 16 19 19 8 19 17 17 16 18 21 9 16 20 18 17 27 29 +003873 26 25 19 15 16 20 19 25 12 17 12 16 13 8 21 15 20 21 11 17 22 20 6 21 13 20 28 32 +003874 28 21 17 25 25 18 25 19 9 15 22 12 18 16 17 18 11 16 23 18 17 16 17 15 14 30 32 +003875 28 16 24 16 18 17 23 17 12 13 18 13 20 26 28 +003876 27 22 13 10 24 23 20 12 15 23 24 20 14 18 16 16 17 21 16 30 +003877 29 12 11 18 18 24 24 24 14 16 14 20 18 4 20 14 16 13 24 26 +003878 25 24 22 19 13 20 15 26 27 +003879 28 21 19 26 4 22 22 19 29 29 +003880 28 19 11 17 20 18 18 13 19 20 18 14 16 30 30 +003881 25 17 17 13 20 19 23 18 23 17 20 11 13 14 19 28 27 +003882 26 20 13 24 5 18 16 12 14 21 19 18 16 15 22 14 18 13 19 21 28 +003883 29 17 20 18 11 16 14 8 17 20 20 14 11 18 17 15 17 20 24 28 +003884 28 13 17 18 27 21 11 17 19 17 9 14 22 30 +003885 28 20 25 13 12 14 15 24 12 16 16 12 21 12 19 29 28 +003886 26 26 21 13 20 11 15 13 18 23 24 11 21 39 26 +003887 28 27 32 18 18 15 12 11 16 11 15 18 32 21 14 18 24 19 10 14 18 12 12 20 23 7 18 17 22 19 30 +003888 30 10 22 17 19 18 21 25 13 25 20 8 10 15 16 12 12 16 12 19 29 29 +003889 30 17 17 11 20 21 24 24 18 15 24 6 13 11 16 13 12 14 15 14 13 19 23 30 +003890 31 20 24 18 12 16 26 3 17 23 17 19 17 12 17 13 18 16 19 15 15 27 29 +003891 26 19 23 16 19 18 17 26 14 16 18 16 19 21 8 11 15 15 19 12 10 16 14 17 22 29 +003892 26 18 20 24 16 20 18 18 24 17 16 20 18 10 16 19 14 13 26 16 20 17 22 29 +003893 25 16 18 26 20 11 15 16 14 13 15 17 27 26 +003894 28 17 34 16 13 11 17 19 15 9 10 9 16 21 29 28 +003895 26 18 13 12 9 22 26 16 10 17 14 21 14 15 19 25 30 +003896 27 19 11 15 20 30 14 13 13 18 22 21 23 19 18 20 17 29 28 +003897 30 19 21 19 22 13 16 15 28 13 23 15 19 18 25 31 16 14 15 18 13 25 34 16 16 16 13 15 36 27 +003898 26 24 12 17 15 14 9 18 23 12 14 14 15 8 20 23 19 13 20 19 11 16 18 26 31 +003899 27 20 26 17 19 17 16 20 16 22 19 16 17 30 27 18 22 14 14 16 19 17 15 16 24 32 +003900 26 21 14 18 11 13 26 19 12 12 20 18 22 25 +003901 27 17 15 19 16 20 7 19 11 20 16 18 11 17 15 19 22 28 22 18 24 4 19 12 16 19 23 30 +003902 26 15 17 29 11 11 10 19 22 13 11 14 23 23 7 12 17 18 22 16 17 20 24 29 +003903 26 17 15 10 21 24 22 17 17 23 17 14 18 16 27 29 +003904 28 23 25 20 15 12 20 24 6 23 16 25 21 15 34 28 +003905 27 21 22 24 24 22 28 3 21 29 27 28 +003906 28 13 17 12 20 12 15 19 21 21 13 20 13 11 20 14 11 12 15 9 18 28 30 +003907 28 26 14 14 6 19 31 19 6 11 15 22 24 18 18 14 17 18 23 27 20 18 24 20 19 16 23 29 +003908 31 14 18 21 22 6 16 13 20 20 19 17 15 22 31 17 15 12 21 17 19 14 22 22 20 17 23 24 32 +003909 28 11 16 19 21 25 11 15 19 17 14 16 18 25 27 +003910 26 20 23 24 12 29 33 8 24 16 24 12 12 17 27 28 +003911 28 15 26 12 16 14 12 13 16 25 20 18 9 24 18 18 16 16 18 16 22 18 14 16 12 14 19 23 30 +003912 28 28 15 18 25 16 13 25 11 15 9 18 26 29 +003913 26 18 16 20 16 13 17 16 7 16 23 26 +003914 28 24 24 16 14 20 20 26 17 12 17 18 16 7 14 8 20 22 17 18 15 20 27 28 +003915 26 25 16 27 19 16 14 8 19 16 32 27 +003916 26 21 15 15 18 25 11 16 14 20 22 16 11 18 15 18 17 24 30 +003917 29 20 16 24 16 16 22 26 23 14 13 18 18 17 10 14 21 13 12 16 24 28 +003918 31 9 11 18 16 18 17 15 25 18 19 22 18 21 19 12 16 22 3 16 16 16 27 28 +003919 27 21 22 13 13 18 20 16 18 15 9 24 20 21 16 26 15 11 14 25 30 +003920 27 24 20 18 14 9 13 20 27 22 13 12 16 16 17 25 4 19 15 11 22 0 28 +003921 29 16 18 7 23 22 3 18 17 16 14 14 21 25 29 +003922 26 15 25 13 12 15 13 16 18 17 14 17 18 16 29 +003923 28 11 14 14 17 18 7 17 17 18 15 16 16 22 31 +003924 30 17 25 14 10 15 19 25 25 27 26 23 22 26 23 20 16 21 23 20 17 22 30 +003925 27 18 20 20 22 16 11 10 27 22 18 18 13 16 15 15 17 28 28 +003926 30 17 19 14 14 20 23 22 11 20 27 15 21 20 23 17 13 24 12 15 20 30 32 +003927 27 29 14 20 18 26 12 14 21 18 23 27 +003928 28 20 28 16 18 26 11 19 22 15 20 18 22 16 20 7 14 14 17 25 28 +003929 26 22 12 17 25 15 22 18 16 24 12 14 24 30 31 +003930 29 16 14 19 15 15 23 29 17 20 17 17 9 16 13 17 24 19 13 21 0 23 27 +003931 26 24 25 15 18 18 15 16 15 18 15 14 14 7 19 26 28 +003932 29 18 16 15 12 17 25 10 16 20 13 8 20 16 16 15 26 27 +003933 27 19 10 19 23 16 15 11 17 18 19 13 21 17 13 14 18 27 28 +003934 28 18 22 14 16 13 12 9 17 21 18 14 11 17 26 15 15 16 21 4 20 17 13 27 3 20 14 21 25 29 +003935 31 22 17 13 9 16 18 16 17 19 21 16 17 23 20 14 9 12 16 29 28 +003936 30 19 22 26 24 9 16 22 16 20 21 15 12 17 18 15 19 15 32 29 +003937 26 22 12 20 26 25 18 16 12 16 20 30 27 +003938 28 24 21 18 17 13 19 19 14 27 13 10 12 13 19 23 26 +003939 24 17 15 15 14 20 30 11 18 17 20 15 18 20 12 11 11 15 15 16 27 19 24 +003940 30 22 20 18 19 13 31 21 15 20 18 5 13 17 15 14 31 29 +003941 30 16 15 22 30 18 21 17 15 12 14 17 15 10 15 27 26 +003942 29 16 11 30 21 14 17 15 21 25 15 16 21 16 14 14 17 17 14 2 16 19 16 17 30 30 +003943 28 20 11 17 18 16 12 18 22 21 15 15 13 13 20 13 16 19 24 28 +003944 29 20 13 14 19 31 14 22 15 17 20 18 14 26 22 10 22 14 23 29 29 +003945 28 16 12 15 27 19 15 22 14 16 18 21 19 27 29 +003946 30 10 19 19 12 13 16 18 16 22 10 17 18 15 20 20 17 16 15 15 14 21 24 30 +003947 29 25 22 13 17 14 22 23 11 24 15 14 15 32 28 +003948 29 18 20 17 16 11 17 6 15 18 30 13 14 16 11 19 5 11 14 14 16 14 17 0 31 31 +003949 29 15 13 18 18 21 20 17 18 22 18 18 14 9 24 18 17 22 17 17 15 12 26 29 +003950 29 17 21 16 18 16 14 10 12 17 14 23 13 17 23 16 10 15 17 27 30 +003951 31 16 17 27 15 15 20 22 13 11 21 18 21 32 16 10 23 15 9 32 12 15 12 16 18 17 16 26 30 +003952 28 29 20 17 22 26 27 16 15 10 14 17 24 21 14 13 11 15 23 20 16 16 13 10 22 20 30 +003953 31 21 23 21 15 14 22 18 19 13 16 23 32 14 13 19 21 10 17 20 19 14 17 8 19 26 30 +003954 29 20 19 16 17 22 17 26 15 19 15 17 20 19 19 21 27 +003955 30 20 19 18 21 14 16 14 16 30 24 13 15 21 16 15 16 23 22 18 21 15 14 14 19 23 30 +003956 31 12 20 16 14 9 15 16 13 9 23 24 15 16 19 16 14 19 25 7 23 22 21 10 17 22 17 28 +003957 27 29 19 18 20 23 25 18 18 7 25 16 13 20 16 19 24 23 29 26 15 11 18 13 28 13 22 27 30 +003958 26 21 15 19 20 12 19 26 13 16 18 15 20 25 29 +003959 30 21 12 9 21 29 20 21 19 15 15 14 18 27 34 18 10 16 17 19 25 14 16 21 12 11 18 26 30 +003960 28 15 14 23 20 22 29 16 17 10 15 19 15 14 15 19 19 21 14 16 13 17 13 16 33 30 +003961 26 14 14 18 13 20 18 16 19 27 26 +003962 29 18 25 21 17 8 21 19 21 27 +003963 31 13 22 24 17 15 14 20 24 16 17 19 19 15 11 21 23 14 23 23 20 16 20 15 16 12 13 24 30 +003964 26 28 17 28 19 17 15 14 18 29 28 +003965 26 23 20 16 18 17 15 15 19 19 28 29 +003966 28 14 21 16 18 30 22 17 15 26 27 +003967 25 24 17 23 21 11 14 15 23 22 24 26 +003968 25 22 14 26 12 15 18 21 26 17 17 17 20 13 8 14 15 17 24 10 18 29 +003969 26 20 19 12 33 18 19 17 12 17 18 22 18 15 21 24 5 18 8 18 24 31 +003970 28 19 29 17 21 21 16 13 13 16 14 13 19 18 15 13 14 14 17 22 23 30 14 13 17 16 27 29 +003971 29 21 23 9 20 22 12 18 16 21 20 29 27 +003972 27 20 15 13 16 21 25 14 10 11 16 10 14 19 12 15 17 16 24 27 +003973 29 22 18 15 23 19 17 25 14 12 15 16 12 29 29 +003974 29 15 13 20 21 9 21 18 14 16 12 14 17 12 23 18 15 16 22 27 +003975 29 27 18 18 23 7 18 20 21 15 10 19 19 18 27 +003976 32 23 21 16 16 18 22 28 9 11 16 23 17 12 16 16 15 18 14 17 17 29 29 +003977 25 21 21 18 26 22 15 12 19 16 17 19 15 13 20 16 24 27 +003978 30 12 18 13 16 22 20 16 14 13 18 23 14 19 21 17 10 14 18 18 19 28 +003979 29 22 17 21 13 16 14 18 13 10 10 17 19 14 16 12 15 26 23 23 0 15 18 8 32 28 +003980 29 17 24 7 21 15 19 25 15 12 22 19 19 26 +003981 31 12 16 21 12 10 19 25 20 13 19 14 21 17 14 17 29 28 +003982 27 14 14 17 26 25 12 27 15 11 18 16 21 22 17 14 11 18 20 20 28 +003983 34 17 17 18 17 12 30 12 12 28 5 16 21 18 13 9 24 19 37 13 18 24 24 14 16 11 15 20 21 31 +003984 32 18 14 32 3 12 18 18 16 14 12 15 30 15 18 16 19 13 17 27 29 +003985 23 17 18 22 13 11 22 26 10 21 11 12 21 20 18 14 14 12 17 13 16 30 28 +003986 25 17 19 27 15 20 10 15 13 13 19 18 21 19 14 21 28 +003987 29 23 18 23 19 16 19 14 17 26 6 23 19 19 28 29 +003988 31 24 21 7 22 10 21 9 11 16 22 18 17 17 12 22 9 15 14 15 14 31 29 +003989 26 21 17 20 15 13 8 22 20 16 16 22 27 29 +003990 25 14 22 22 23 14 15 18 14 15 23 20 28 +003991 33 23 27 25 31 7 21 31 14 22 17 20 12 22 7 20 8 19 16 10 23 22 30 16 13 20 13 19 20 13 9 22 24 31 +003992 26 19 12 34 18 19 13 14 23 21 13 21 20 22 17 8 17 25 30 +003993 29 15 18 14 18 29 26 16 10 19 16 10 18 20 25 23 16 19 20 14 13 13 18 19 23 30 +003994 29 21 14 15 19 13 23 34 19 14 8 19 28 18 15 15 19 19 18 13 21 24 24 22 15 19 24 15 15 13 27 29 +003995 29 17 15 15 18 22 16 10 17 15 20 26 21 16 13 19 14 15 29 29 +003996 29 25 19 14 21 23 17 15 17 17 18 16 18 28 29 +003997 27 18 20 17 19 24 15 14 16 15 16 26 26 13 17 18 21 19 16 18 18 15 12 18 17 19 23 29 +003998 26 20 15 17 22 5 17 17 12 16 17 18 31 29 +003999 31 16 20 20 17 17 12 15 6 20 23 21 14 15 22 27 18 16 17 20 12 10 9 19 26 31 +004000 30 14 17 16 14 15 13 17 24 26 19 23 14 13 18 14 12 21 5 15 11 21 20 29 +004001 33 23 15 35 4 23 29 17 14 17 31 15 15 11 14 18 19 24 30 +004002 34 21 14 14 19 11 12 19 14 18 25 10 13 12 14 19 19 15 14 14 17 27 31 +004003 34 20 22 12 15 16 21 5 30 20 20 21 15 12 17 11 15 9 30 17 29 +004004 28 10 18 19 20 16 13 15 17 18 15 23 30 10 17 22 25 21 9 16 12 21 27 31 +004005 29 17 16 16 13 9 25 19 7 18 14 10 18 21 23 20 16 22 32 +004006 35 24 15 15 22 20 16 15 21 14 19 25 16 23 14 22 5 23 20 20 18 18 19 11 15 24 29 +004007 26 19 13 20 26 18 12 16 15 23 29 28 +004008 26 25 16 19 21 17 21 27 27 +004009 29 14 17 17 20 11 21 15 25 28 +004010 31 17 30 9 18 16 21 13 17 18 23 25 19 9 20 23 15 15 20 18 19 16 17 14 18 18 21 31 +004011 29 19 15 19 23 11 13 15 26 20 14 19 14 7 21 21 30 +004012 30 13 13 23 15 8 10 17 19 20 18 13 32 28 +004013 30 23 20 25 27 22 14 13 18 18 19 16 32 30 +004014 28 21 15 26 13 16 19 17 17 29 11 21 17 31 26 +004015 30 19 18 18 15 28 27 25 20 24 18 24 25 29 +004016 31 21 22 18 18 18 13 12 9 10 25 11 16 16 18 18 27 28 +004017 25 18 19 14 14 20 13 17 16 17 15 17 14 19 22 0 30 +004018 30 14 16 24 5 15 16 20 11 16 20 16 27 31 +004019 33 21 23 19 25 16 13 20 12 17 8 20 20 6 15 20 15 20 28 +004020 27 21 26 22 15 20 18 13 18 27 7 16 14 14 12 17 21 29 +004021 29 23 14 16 20 11 15 18 19 25 13 16 17 23 19 18 15 21 30 +004022 30 21 21 18 22 15 13 17 17 18 15 14 27 31 +004023 33 21 23 13 12 19 24 19 17 20 27 31 +004024 28 18 24 19 16 16 8 18 15 15 31 28 +004025 28 23 16 19 23 12 12 20 25 4 15 19 19 16 25 31 +004026 30 15 13 19 32 16 15 14 17 21 20 8 13 13 14 15 11 15 18 26 26 +004027 28 24 19 5 18 16 14 22 17 15 12 14 9 14 23 18 24 16 19 17 18 23 31 +004028 29 19 24 19 13 22 19 23 29 +004029 32 18 21 11 11 20 25 17 19 16 18 23 11 24 18 6 20 17 16 25 32 +004030 32 23 16 22 9 20 12 19 13 12 27 21 15 13 18 14 21 22 29 18 14 14 17 29 32 +004031 31 15 18 35 17 19 28 30 +004032 31 17 13 17 17 17 27 13 18 23 21 18 14 10 14 16 18 15 4 21 13 18 14 22 0 30 +004033 27 18 23 18 14 17 19 15 6 19 12 21 19 16 15 14 12 25 29 +004034 29 19 25 12 15 11 20 29 29 20 16 15 15 25 12 11 17 32 30 +004035 30 18 23 18 16 17 19 18 20 20 30 +004036 28 18 18 22 15 15 14 28 11 22 19 25 19 9 18 17 16 28 +004037 25 15 21 12 16 21 18 17 21 20 17 9 29 21 8 15 19 17 17 13 12 17 13 9 31 27 +004038 32 22 29 18 17 20 17 15 15 23 10 16 17 17 17 24 18 19 15 16 20 23 16 20 12 29 31 +004039 26 23 19 15 13 11 19 20 19 18 17 7 19 19 13 14 17 14 21 20 13 21 22 15 13 21 21 33 +004040 31 22 21 16 15 15 11 17 17 14 17 16 18 16 18 17 20 24 15 18 14 15 24 30 +004041 32 18 13 17 11 22 14 17 22 22 10 16 17 13 19 20 10 12 19 10 14 18 27 30 +004042 26 15 16 13 14 21 21 15 20 27 13 12 13 11 15 16 16 18 23 20 16 20 15 15 16 28 28 +004043 27 20 16 25 15 16 18 16 15 22 17 16 17 14 15 15 20 20 32 +004044 27 13 37 28 20 18 13 21 25 17 13 18 20 31 +004045 27 17 16 25 13 15 14 21 22 15 16 18 24 16 17 13 16 9 21 14 20 15 19 32 +004046 29 15 26 14 17 18 20 19 11 16 17 17 20 13 15 24 29 +004047 28 18 26 6 17 16 24 26 20 26 16 16 16 12 22 18 5 14 16 15 13 28 32 +004048 31 18 14 27 6 13 14 7 18 16 15 19 20 22 16 18 20 9 15 10 13 23 33 +004049 28 16 23 25 6 11 18 15 16 14 13 13 12 9 20 25 28 +004050 26 24 18 16 22 6 15 15 19 29 9 9 13 16 17 26 31 +004051 28 17 15 11 23 17 20 31 18 18 26 4 14 11 12 13 9 16 16 20 10 15 13 18 30 31 +004052 29 14 19 18 21 8 17 16 17 14 15 15 21 9 14 17 22 12 14 16 16 19 31 +004053 29 14 15 18 17 17 17 22 4 13 16 15 18 23 36 24 12 14 15 16 12 20 26 30 +004054 26 19 17 26 10 12 28 21 22 13 16 16 26 33 +004055 27 16 24 19 21 16 17 16 14 20 26 29 +004056 28 10 11 14 18 22 20 30 14 18 28 15 19 16 20 21 14 11 20 26 30 +004057 25 15 14 18 21 13 17 16 18 14 10 14 28 29 +004058 28 15 16 28 16 11 16 13 15 19 21 12 25 31 +004059 28 14 32 4 25 14 16 22 17 19 16 13 16 21 24 14 23 23 18 18 19 11 16 17 21 33 +004060 25 17 21 17 10 17 21 8 18 12 18 17 11 13 17 18 28 29 +004061 26 22 20 13 17 16 19 17 12 21 25 17 16 24 23 22 19 18 15 12 9 19 24 30 +004062 25 14 23 19 18 17 21 8 20 15 13 22 20 30 +004063 28 18 12 16 14 17 18 27 27 +004064 27 11 26 21 12 13 17 28 28 +004065 27 19 19 19 15 14 25 17 17 18 18 26 14 19 19 17 12 12 18 19 16 15 19 22 31 +004066 30 17 17 21 14 16 15 18 28 21 13 18 21 17 18 14 16 30 14 20 18 15 10 11 19 29 32 +004067 24 21 19 17 11 20 9 18 16 12 20 26 37 9 10 17 17 16 21 9 14 9 23 19 21 24 25 +004068 27 22 21 15 14 20 10 15 14 16 24 11 15 17 30 32 +004069 31 12 28 23 26 24 20 15 17 11 17 14 21 7 20 21 15 21 18 18 21 18 30 +004070 26 22 17 16 20 15 21 27 23 13 23 12 17 14 15 13 17 8 15 19 16 24 29 +004071 29 15 29 15 17 19 14 18 14 15 11 19 15 8 14 17 24 6 21 11 17 21 30 31 +004072 29 20 21 13 13 17 20 18 20 15 18 17 10 11 18 31 29 +004073 32 18 10 22 18 13 13 18 14 19 9 12 13 21 20 14 21 24 31 +004074 26 22 27 22 16 26 20 17 22 29 17 12 17 13 17 13 21 27 22 19 21 18 22 17 20 35 25 +004075 25 27 14 18 23 6 23 13 21 28 5 19 15 20 33 29 +004076 25 23 17 17 24 7 13 17 16 17 18 30 30 +004077 26 19 10 10 18 11 23 17 21 22 30 +004078 27 20 24 16 17 14 17 12 18 18 4 14 18 15 21 24 23 20 17 23 15 20 13 11 29 31 +004079 27 20 11 22 17 14 12 18 23 7 16 16 21 17 17 17 17 19 32 +004080 30 29 14 17 11 13 24 33 15 20 17 14 20 17 16 0 17 24 18 12 19 12 17 17 16 30 +004081 28 22 25 21 19 13 10 13 27 12 14 11 19 6 19 19 28 12 17 18 15 15 15 19 28 28 +004082 26 17 25 5 16 16 15 22 18 30 +004083 25 22 18 14 11 14 19 25 31 17 15 18 12 10 19 27 17 15 17 18 19 28 30 +004084 26 17 16 22 18 16 13 14 14 11 17 11 27 23 13 15 15 22 21 18 17 26 30 +004085 29 17 14 24 19 17 18 14 9 11 13 9 19 19 32 +004086 30 16 11 30 14 20 14 18 4 15 10 15 15 19 12 18 13 8 17 30 20 17 10 12 22 8 23 17 32 +004087 25 18 19 22 19 10 16 26 28 18 17 23 21 14 12 18 28 26 +004088 29 19 20 12 16 20 16 4 12 14 17 24 26 19 17 23 18 13 17 27 31 +004089 24 16 17 16 14 13 21 21 29 +004090 28 15 26 14 13 13 17 20 20 14 8 14 8 20 28 29 +004091 24 25 23 15 13 17 17 20 11 16 16 19 16 27 28 +004092 26 15 20 18 21 8 23 15 13 19 15 16 28 +004093 29 10 11 14 22 20 18 13 17 17 22 16 14 23 17 13 15 12 15 18 27 29 +004094 29 16 14 15 20 18 10 25 17 12 17 13 15 18 14 14 13 18 17 17 28 +004095 29 21 16 15 14 16 21 6 19 12 14 16 16 25 6 15 18 25 9 17 19 25 31 +004096 27 18 14 17 21 17 8 13 23 8 15 20 28 29 +004097 29 21 12 19 17 24 32 9 19 18 31 12 14 11 10 15 14 8 18 23 32 +004098 30 13 16 19 18 12 18 22 9 17 9 18 16 11 25 21 15 14 10 22 31 +004099 23 23 21 18 25 22 29 18 6 17 14 16 19 26 27 15 11 18 25 18 14 17 20 15 23 26 +004100 29 25 22 25 19 15 17 18 22 38 16 26 22 30 24 28 22 22 15 18 16 15 16 27 32 +004101 25 18 13 27 16 13 17 20 13 13 18 21 17 30 +004102 25 25 28 11 16 19 15 18 12 21 21 15 19 17 18 19 27 +004103 26 20 15 21 15 19 24 8 17 16 24 14 22 20 30 +004104 30 14 26 7 24 24 19 12 12 17 18 19 15 22 18 4 24 12 17 13 21 24 30 +004105 31 19 18 22 15 15 17 20 15 17 17 14 12 17 19 25 25 19 10 18 26 25 17 17 11 18 28 31 +004106 25 21 22 18 19 14 16 12 16 17 25 30 +004107 25 20 15 20 18 15 19 17 17 17 11 12 9 17 16 20 23 18 16 15 22 15 17 17 22 30 +004108 29 10 18 25 8 21 17 25 17 13 9 10 19 19 19 10 10 14 30 29 18 19 18 10 19 19 15 20 17 10 25 33 +004109 29 19 19 15 10 16 16 22 26 21 26 18 14 13 11 9 17 15 8 18 28 26 20 14 17 8 15 24 21 34 +004110 28 15 12 15 13 33 16 16 17 18 17 24 10 17 7 21 19 28 +004111 27 20 24 19 12 14 17 30 6 19 15 14 21 16 13 19 24 31 +004112 29 18 18 29 12 15 16 28 11 17 18 27 18 16 15 19 17 31 +004113 28 24 21 16 19 17 20 11 21 16 15 26 14 13 13 17 20 23 30 +004114 25 22 15 22 15 18 16 29 29 +004115 25 18 18 10 17 15 16 20 20 16 14 15 18 19 26 13 18 19 10 22 30 +004116 28 18 21 19 16 23 17 18 19 12 15 16 12 9 14 11 13 15 18 32 30 +004117 26 23 14 22 21 3 20 12 11 16 16 25 7 20 17 19 15 14 22 10 22 31 +004118 30 18 19 17 20 19 23 6 29 21 18 13 16 12 20 18 6 18 13 14 14 17 25 29 +004119 28 7 14 17 16 11 14 21 7 21 14 18 16 4 15 15 10 30 29 +004120 26 18 14 20 27 26 14 26 23 16 16 18 15 17 13 10 17 24 30 +004121 28 10 20 16 15 15 25 10 24 11 20 19 22 30 +004122 27 21 22 24 19 17 19 14 13 15 9 16 15 21 21 29 14 23 21 16 19 19 15 18 19 13 19 21 26 +004123 27 21 11 7 21 25 26 9 17 15 23 22 26 +004124 27 16 21 20 15 16 23 6 12 16 14 12 17 21 28 16 14 17 21 20 19 24 30 +004125 25 21 12 20 18 12 16 12 18 24 5 17 17 15 17 18 19 30 +004126 25 26 23 22 19 23 3 17 17 16 22 13 21 21 18 24 31 13 12 17 18 16 14 7 28 22 28 +004127 27 15 15 24 17 12 18 21 10 15 18 17 19 14 19 14 16 7 18 29 29 +004128 28 21 14 17 17 25 13 18 17 14 15 23 30 +004129 25 19 15 17 14 20 24 20 14 18 26 30 +004130 28 16 20 15 18 15 18 28 29 +004131 29 17 22 19 24 15 17 20 19 32 +004132 27 20 21 18 16 14 11 22 32 25 +004133 27 15 18 24 21 14 26 26 +004134 24 23 13 15 17 14 17 21 23 26 +004135 25 21 16 17 16 9 16 22 25 30 +004136 30 14 22 0 13 14 12 17 26 27 +004137 29 22 8 23 22 13 18 29 29 +004138 27 23 24 17 12 14 11 33 32 +004139 26 18 15 25 6 16 18 18 26 29 +004140 35 16 23 19 24 20 13 19 20 29 +004141 26 16 23 20 20 22 30 +004142 29 16 16 19 30 22 21 15 17 14 25 26 +004143 28 15 16 20 19 15 15 18 29 27 +004144 29 16 16 17 25 13 12 23 27 +004145 29 21 28 10 16 16 16 17 29 29 +004146 27 19 26 19 19 28 28 +004147 27 18 9 16 19 27 27 +004148 29 15 18 21 13 18 13 13 28 21 16 28 33 +004149 28 17 17 10 15 16 19 20 18 29 +004150 26 24 26 16 16 10 18 15 25 28 +004151 28 27 11 21 21 17 17 25 29 +004152 26 18 19 18 17 10 16 21 7 20 18 12 12 19 32 29 +004153 29 19 29 26 11 23 19 15 9 20 20 20 15 17 7 17 13 19 22 36 21 13 15 10 22 13 13 20 14 13 16 12 27 32 +004154 27 23 24 14 14 18 22 16 18 18 15 12 18 28 31 +004155 33 20 19 20 19 23 18 15 14 15 13 10 18 22 21 8 14 18 19 24 15 15 13 10 12 19 18 31 +004156 29 21 15 27 17 22 14 14 13 14 15 11 10 20 9 16 13 15 18 16 5 18 23 31 +004157 27 24 15 21 8 19 21 20 15 16 21 36 22 18 14 26 12 8 13 8 13 13 20 18 34 +004158 28 22 18 14 12 13 16 26 15 24 25 16 16 11 21 22 16 30 +004159 30 15 16 13 27 14 18 20 8 19 18 18 11 12 15 16 18 23 30 +004160 29 18 17 14 15 26 9 13 17 12 20 20 24 30 +004161 28 20 22 20 13 19 25 8 16 15 17 17 19 14 26 30 +004162 32 11 23 25 17 13 24 19 18 19 15 11 15 23 5 17 14 14 7 14 17 32 28 +004163 26 17 17 21 17 19 22 23 17 18 17 22 5 17 15 16 16 7 18 28 32 +004164 29 17 16 11 29 18 14 13 16 27 18 13 13 19 14 22 17 13 14 8 12 16 14 16 20 26 28 +004165 28 13 21 16 13 10 25 20 16 15 17 17 20 30 +004166 29 19 23 16 21 20 14 11 24 8 19 10 13 11 19 16 16 18 28 +004167 31 17 21 13 19 22 27 15 12 18 13 17 17 18 20 16 18 20 28 +004168 30 19 17 13 11 21 26 29 21 17 14 20 5 18 18 19 18 13 12 11 29 31 +004169 33 23 18 19 15 10 15 17 24 19 14 14 12 15 15 18 11 20 12 19 0 18 24 28 +004170 31 22 16 23 15 18 23 15 20 7 18 18 14 15 24 32 +004171 30 18 17 14 16 17 21 23 17 18 25 17 5 20 20 17 27 +004172 28 22 15 24 12 20 16 14 19 30 29 +004173 27 19 25 17 14 19 16 20 13 15 14 22 15 16 16 24 28 15 20 15 17 16 19 16 15 17 15 30 +004174 29 14 20 9 19 21 15 15 25 7 15 18 23 12 16 17 18 20 14 18 17 15 20 25 30 +004175 26 16 18 26 14 12 19 25 7 17 19 17 28 29 +004176 33 8 19 20 24 17 13 12 21 23 17 14 15 21 23 25 16 18 11 18 15 8 21 26 30 +004177 30 20 10 23 21 17 17 20 17 14 14 16 19 21 20 12 17 30 30 +004178 25 21 16 28 0 15 21 27 9 21 24 38 12 18 20 22 16 16 2 15 23 22 32 20 28 17 17 21 28 18 26 +004179 35 23 17 19 27 18 11 15 14 10 25 19 17 12 16 28 18 19 17 17 32 32 +004180 23 16 15 16 12 28 30 19 11 13 18 20 15 25 16 19 17 23 17 17 25 25 +004181 27 20 17 16 19 16 15 17 21 8 19 16 13 19 17 20 7 17 16 26 27 +004182 28 11 18 15 11 19 14 17 27 9 12 19 18 11 19 24 31 +004183 28 17 14 19 27 19 18 17 15 24 24 19 17 11 17 26 15 15 10 20 15 21 14 21 29 +004184 29 19 18 15 8 16 14 13 22 20 16 13 16 14 14 20 15 32 +004185 32 20 15 16 14 10 21 24 22 13 14 18 13 20 21 17 13 12 11 17 11 16 26 29 +004186 30 17 22 16 15 20 25 14 13 11 18 17 19 14 20 24 30 +004187 28 20 20 18 14 21 12 20 15 17 19 14 16 10 17 15 15 32 31 +004188 26 16 26 23 17 18 22 10 14 21 22 14 15 11 23 6 10 14 17 25 30 +004189 32 22 12 25 18 20 12 23 18 16 10 20 11 25 18 14 15 13 26 28 +004190 33 19 14 11 16 20 15 11 23 21 24 14 12 19 23 9 21 18 22 29 +004191 26 13 24 24 19 11 13 16 31 5 9 17 8 13 18 17 19 16 14 15 12 11 20 27 +004192 28 22 15 18 23 15 10 12 17 17 23 29 +004193 26 16 15 20 27 17 21 13 17 12 15 17 16 26 18 12 16 15 20 30 31 +004194 28 22 28 14 15 15 24 21 12 19 24 15 13 15 17 21 12 17 15 9 15 19 22 31 +004195 32 14 30 22 18 23 15 18 19 17 18 11 19 16 17 15 18 14 15 14 15 18 7 14 14 17 14 18 16 30 +004196 29 21 8 15 8 17 17 29 17 16 16 15 20 27 +004197 29 17 16 11 32 18 15 19 12 26 13 15 17 18 17 14 21 29 +004198 26 19 18 21 11 27 13 13 15 15 17 21 16 15 20 27 30 +004199 29 16 14 13 15 19 20 18 26 18 17 14 11 21 24 32 +004200 30 18 23 9 19 15 18 18 14 11 15 18 24 16 17 16 21 23 18 10 14 28 30 +004201 29 16 16 6 22 15 13 23 17 12 19 16 27 7 14 16 9 17 11 25 26 +004202 28 17 22 9 19 15 17 19 16 16 15 10 20 26 29 +004203 36 17 13 19 20 15 16 11 20 22 16 20 17 11 15 13 16 21 21 13 18 8 15 15 18 18 30 +004204 32 21 15 20 16 14 10 16 14 11 21 15 21 31 +004205 31 18 17 24 18 19 15 13 17 20 19 18 32 30 +004206 31 24 17 13 12 16 12 9 17 23 23 11 17 25 23 17 17 18 17 22 11 18 10 21 27 28 +004207 29 13 10 15 22 6 23 17 21 16 15 12 14 14 15 15 22 22 30 +004208 30 16 17 30 7 21 15 17 16 15 18 23 19 14 9 13 11 17 20 28 +004209 32 13 19 17 15 18 18 17 15 14 22 35 15 17 12 15 20 16 21 17 15 14 16 21 32 +004210 28 18 12 20 15 13 18 15 8 18 24 18 17 19 18 20 16 18 12 16 15 0 17 11 31 26 +004211 30 19 22 13 12 18 18 17 17 22 3 20 17 16 17 25 19 10 13 20 21 14 13 18 26 32 +004212 31 14 23 17 15 18 24 11 18 16 29 5 9 17 21 18 18 12 11 15 12 24 31 +004213 30 18 23 15 20 12 19 18 15 18 26 18 9 14 18 23 18 18 14 17 17 23 32 +004214 31 24 22 16 15 16 25 21 17 18 17 13 19 13 18 15 10 11 21 12 15 16 20 31 +004215 29 16 21 17 14 16 21 13 15 18 20 15 18 29 +004216 31 14 23 13 12 18 11 19 17 14 26 18 13 6 22 18 13 12 15 13 15 9 11 21 26 9 23 16 19 26 +004217 28 22 19 18 19 17 13 17 26 14 20 12 14 15 18 18 15 17 14 13 19 31 +004218 32 17 23 19 20 0 18 28 15 15 18 28 15 15 9 23 19 14 12 18 26 5 18 9 17 34 29 +004219 27 26 21 14 12 24 9 18 18 14 21 27 28 +004220 28 9 13 22 23 14 12 18 18 18 21 28 +004221 28 19 25 21 16 14 22 10 10 15 33 29 +004222 33 17 15 19 14 14 16 9 15 32 29 14 15 17 15 11 10 17 22 15 17 16 16 16 25 19 18 16 15 15 25 28 +004223 32 11 21 20 14 10 20 16 13 14 16 14 23 22 18 14 18 18 29 18 11 16 19 29 29 +004224 26 20 18 16 17 19 21 13 23 23 26 +004225 27 18 18 13 14 18 21 18 15 18 16 16 9 15 13 18 45 4 15 15 19 19 19 12 25 32 +004226 28 20 22 20 13 20 23 9 18 23 25 19 13 20 15 20 18 15 6 18 11 16 13 16 16 14 16 33 +004227 3 44 18 15 14 22 23 4 12 16 14 15 15 12 15 16 24 31 +004228 29 21 24 3 13 14 14 26 16 9 14 15 16 6 19 24 25 12 15 17 18 22 6 17 19 19 31 +004229 29 24 20 15 17 16 18 18 19 15 13 21 19 27 17 18 13 13 9 27 14 15 17 25 29 +004230 29 18 22 15 13 13 16 17 26 18 21 18 22 4 16 11 13 10 7 18 30 30 +004231 33 22 18 18 18 13 14 28 17 21 15 21 13 15 13 18 14 21 17 18 15 16 25 17 20 13 15 17 21 19 28 +004232 30 14 27 14 14 14 8 21 26 12 18 21 19 18 21 19 28 +004233 34 12 17 23 6 22 19 23 13 19 24 18 18 11 17 15 15 17 14 13 25 18 19 14 17 18 16 17 31 29 +004234 27 16 20 15 16 18 22 20 15 14 12 7 17 15 13 16 16 15 14 27 28 +004235 28 16 26 3 22 14 16 17 20 15 13 17 18 14 20 22 30 +004236 26 16 14 17 19 12 17 16 13 19 32 28 +004237 31 27 21 20 20 20 22 13 19 18 25 19 11 14 27 8 21 21 16 20 17 14 26 33 +004238 28 20 15 15 20 6 17 18 15 17 18 14 19 21 30 +004239 28 20 15 23 13 19 11 16 18 24 23 19 19 15 14 10 19 15 22 26 +004240 30 20 16 16 20 24 14 13 12 17 17 27 17 17 24 20 15 14 16 17 26 30 +004241 28 16 10 15 23 12 16 13 14 21 16 14 16 10 22 22 30 +004242 28 20 17 21 10 16 24 18 19 16 19 16 14 22 19 16 15 17 18 25 22 13 27 21 16 18 31 30 +004243 31 16 15 26 14 17 24 8 19 14 28 17 17 11 13 19 28 5 19 22 21 4 21 13 14 33 30 +004244 27 22 28 16 12 11 16 14 16 14 15 16 24 36 +004245 29 21 23 14 15 13 21 15 16 15 15 25 20 16 20 12 17 15 22 28 28 +004246 32 21 18 16 23 11 14 12 17 23 5 13 15 14 16 17 16 27 28 +004247 30 13 30 11 20 28 14 15 15 19 15 16 13 18 16 16 18 23 17 14 15 22 29 +004248 30 23 15 16 16 21 15 18 18 17 12 10 14 15 19 14 22 12 13 8 17 27 31 +004249 30 22 18 22 15 16 11 15 20 26 27 12 20 15 20 17 14 17 18 21 17 17 15 15 8 16 25 32 +004250 30 14 13 15 24 15 16 17 14 12 19 19 18 17 15 16 15 19 22 11 16 17 15 29 29 +004251 30 24 14 10 18 22 27 17 14 12 16 16 29 30 +004252 28 23 21 11 12 17 9 14 19 21 20 13 10 12 21 25 30 +004253 28 14 19 33 11 12 14 21 15 18 21 17 18 27 22 23 16 25 12 18 27 28 +004254 31 19 11 21 21 17 16 18 22 12 18 25 21 16 18 18 23 22 18 14 18 23 29 +004255 27 22 24 17 17 23 18 11 16 21 19 27 13 11 18 20 17 8 20 18 21 30 +004256 27 23 17 18 14 24 11 18 14 10 16 20 13 14 10 17 20 24 30 +004257 35 20 16 17 18 22 23 13 14 13 12 15 18 15 19 16 15 16 18 13 18 23 17 17 17 17 17 17 9 21 0 28 +004258 30 20 25 16 14 11 30 9 15 16 21 16 14 18 25 27 +004259 31 19 23 18 10 14 28 17 15 21 15 17 12 8 22 16 20 19 36 18 20 14 11 17 17 15 12 16 25 30 +004260 31 18 25 7 17 20 13 17 15 16 28 6 18 14 16 18 16 21 10 23 30 +004261 26 18 16 17 10 21 19 12 16 26 18 27 +004262 31 15 19 18 12 16 12 16 25 22 17 16 14 13 20 5 19 16 26 5 18 12 14 23 11 17 18 19 14 29 30 +004263 30 21 23 20 18 26 22 18 22 14 16 16 13 19 14 19 19 14 15 19 16 17 25 31 +004264 27 18 14 21 25 15 13 19 16 16 14 16 25 18 22 20 16 17 20 32 +004265 27 17 15 19 21 14 10 17 14 19 26 19 11 15 18 16 12 10 18 22 30 +004266 27 11 12 18 17 13 17 10 8 17 16 24 29 +004267 28 24 21 21 16 16 22 9 21 12 23 30 27 +004268 27 19 22 17 18 7 18 27 14 15 19 27 27 +004269 27 20 13 18 12 20 12 22 15 16 16 27 29 +004270 26 18 17 25 18 16 12 17 10 20 12 17 20 13 12 17 27 32 +004271 27 15 16 26 23 15 11 20 23 9 16 13 10 16 24 14 20 23 24 13 17 14 16 22 19 17 13 8 13 25 34 +004272 31 12 15 15 22 14 16 9 13 16 12 17 21 8 19 20 22 32 +004273 29 23 16 11 19 15 21 21 13 15 10 17 18 15 12 17 20 23 15 14 18 14 13 17 31 35 +004274 26 18 15 14 13 20 15 5 19 16 22 13 20 20 11 12 17 18 24 15 18 17 28 30 +004275 30 10 16 12 13 16 17 16 34 28 +004276 31 19 15 17 21 15 18 14 19 28 18 19 14 19 14 17 18 22 31 +004277 26 19 16 20 11 11 20 14 10 23 19 10 18 33 30 +004278 28 16 26 15 22 14 17 20 17 23 15 13 20 10 15 19 22 19 17 17 19 22 12 16 10 19 24 30 +004279 32 18 23 17 24 24 16 14 14 29 7 16 17 17 9 20 18 31 +004280 28 20 22 12 18 17 25 23 18 11 17 25 16 15 18 17 12 8 17 25 19 13 16 13 14 12 32 28 +004281 29 12 27 19 20 18 26 18 16 12 18 23 11 17 11 17 22 30 +004282 33 14 21 22 17 12 12 9 18 18 30 8 14 18 11 12 11 23 16 18 15 28 27 +004283 31 17 18 15 13 16 17 14 13 16 27 24 16 12 18 16 15 17 23 18 16 15 16 14 17 31 29 +004284 29 18 19 14 15 26 20 12 18 24 22 24 11 17 15 20 19 15 15 16 13 18 22 34 +004285 27 17 26 17 15 17 15 26 16 15 15 18 20 29 +004286 28 13 16 11 24 21 8 17 21 19 13 19 24 30 +004287 29 23 17 18 12 8 22 19 17 15 9 27 21 29 +004288 30 22 19 17 24 5 17 17 15 15 11 20 20 13 14 16 13 22 18 29 +004289 28 16 18 24 21 21 23 16 19 15 13 18 11 16 16 13 30 27 +004290 29 17 13 22 16 19 20 16 18 15 11 23 18 17 17 20 19 30 +004291 27 17 13 25 18 21 20 12 22 13 16 19 15 11 17 13 15 27 30 +004292 26 25 13 21 21 27 18 15 11 14 13 18 26 30 +004293 28 21 21 17 13 15 19 21 7 14 11 18 16 17 20 14 15 17 18 22 31 +004294 31 17 14 18 26 15 21 20 16 13 16 12 21 14 18 13 18 16 20 31 29 +004295 24 20 20 15 16 9 18 33 28 +004296 29 21 28 12 14 20 17 12 35 17 15 14 19 15 11 19 13 16 26 24 18 19 13 13 17 24 30 +004297 30 12 21 21 12 10 15 17 25 15 13 14 9 20 22 18 18 25 15 11 13 18 29 31 +004298 27 12 19 18 20 16 16 18 18 20 18 17 19 17 8 25 29 +004299 28 14 14 11 15 21 19 11 15 16 21 23 25 +004300 28 21 12 19 13 26 15 12 17 16 18 16 15 27 14 20 15 12 16 14 24 29 +004301 23 28 28 19 22 21 9 25 29 14 20 15 14 13 19 19 21 20 15 20 29 27 +004302 28 16 29 20 19 17 17 22 15 12 17 15 10 9 25 15 15 19 17 17 30 +004303 29 20 14 16 15 8 18 18 20 10 14 16 16 25 14 15 14 15 23 29 +004304 31 17 19 13 16 17 23 21 11 18 14 15 25 14 12 14 14 22 24 16 11 19 21 17 13 18 24 30 +004305 30 13 23 19 14 23 15 18 13 20 14 18 8 19 20 14 18 27 31 13 21 22 22 11 23 16 16 13 14 23 30 +004306 30 10 17 17 13 9 21 9 18 19 12 14 18 20 44 16 16 13 16 8 19 20 15 19 22 17 13 8 16 20 26 33 +004307 32 12 14 21 15 15 9 16 10 19 24 26 13 13 16 24 5 18 12 16 20 17 17 13 15 16 11 12 16 13 22 29 +004308 29 13 13 11 18 16 14 17 19 8 11 24 21 25 +004309 27 21 21 19 16 23 19 15 16 15 33 30 +004310 28 17 16 18 19 13 9 18 27 30 13 14 19 18 18 14 19 26 13 15 13 15 17 18 28 29 +004311 29 18 21 23 22 19 17 13 20 22 15 14 20 20 19 11 10 19 16 14 15 20 29 31 +004312 27 20 21 12 15 22 16 12 19 10 18 17 15 26 28 +004313 27 21 22 21 3 17 15 15 24 16 16 16 16 25 30 +004314 28 13 17 14 12 17 10 25 16 12 16 12 18 18 25 30 +004315 26 16 14 18 19 16 12 9 20 24 23 13 18 18 28 +004316 26 24 17 17 28 10 9 20 17 13 12 12 24 19 30 +004317 30 15 16 23 6 14 11 16 18 14 15 22 20 18 29 +004318 32 22 22 20 5 14 17 23 26 19 17 16 14 12 27 25 11 16 16 16 14 10 15 19 23 29 +004319 30 11 18 25 19 21 15 22 14 14 19 21 21 15 16 15 10 13 23 11 17 16 18 28 30 +004320 28 17 15 16 20 15 26 20 16 22 20 28 +004321 27 18 17 20 11 24 16 18 20 18 9 11 15 19 26 8 17 18 15 13 13 31 31 +004322 30 14 18 17 16 18 14 22 20 22 13 16 15 19 14 18 16 4 19 11 17 14 13 19 30 +004323 30 16 17 23 14 18 14 13 15 15 20 17 20 13 13 14 14 26 25 14 18 23 16 13 16 17 19 30 +004324 31 19 29 16 19 15 17 24 29 13 10 18 19 9 19 13 16 18 21 19 15 11 18 18 15 15 23 16 30 +004325 33 21 21 17 21 9 17 17 23 15 16 20 16 16 24 4 19 13 15 14 20 24 30 +004326 28 15 17 18 13 20 22 8 17 13 15 21 18 9 17 17 16 9 20 23 30 +004327 28 21 17 24 13 16 23 17 12 15 15 10 25 29 +004328 32 13 25 20 15 20 12 10 19 18 17 17 15 12 11 13 16 19 21 18 17 11 15 17 21 30 +004329 26 24 22 18 15 19 22 6 18 17 11 8 23 27 29 +004330 35 21 16 14 17 26 14 19 17 12 20 24 18 21 19 24 23 28 21 24 18 15 18 24 32 +004331 28 17 17 21 16 20 19 7 15 28 4 10 18 13 14 20 19 14 8 23 18 36 +004332 26 18 25 17 19 9 19 14 12 21 26 30 +004333 31 16 17 25 22 15 13 13 17 19 16 24 17 16 27 19 15 22 20 11 18 17 15 8 17 17 30 +004334 30 12 11 20 29 7 16 16 14 13 17 25 21 18 16 19 18 13 9 14 20 0 27 +004335 31 17 23 22 23 21 16 16 20 7 22 11 14 15 18 15 19 19 20 17 12 11 18 20 29 +004336 30 17 21 13 18 24 20 11 15 14 15 19 13 14 20 17 16 14 13 21 20 13 18 13 14 14 12 20 24 32 +004337 28 20 19 22 18 21 14 21 22 29 +004338 27 21 14 15 20 21 19 20 16 18 21 13 18 23 17 20 14 12 13 11 18 22 30 +004339 30 22 27 20 14 13 23 22 14 14 21 21 20 16 14 14 16 15 10 18 21 32 +004340 26 14 12 15 18 12 19 23 14 16 18 16 25 22 16 14 18 19 14 9 16 26 31 +004341 28 18 24 14 14 15 15 9 24 19 15 23 0 15 12 20 17 34 +004342 26 18 14 24 15 9 13 17 21 5 14 21 14 21 15 15 18 18 22 25 +004343 28 26 18 15 17 20 16 14 10 14 16 17 18 22 29 +004344 28 18 12 23 21 22 13 17 13 13 12 14 13 18 18 22 17 16 14 18 17 14 13 19 21 34 +004345 28 21 16 28 7 12 11 16 18 15 12 17 11 16 19 24 16 17 12 13 10 19 22 5 16 20 13 8 21 20 32 +004346 29 20 24 18 15 16 16 20 30 12 17 16 16 18 12 19 11 10 29 28 +004347 34 16 15 15 18 23 16 12 18 21 14 14 12 19 15 20 21 35 13 11 17 20 23 9 12 15 15 14 25 31 +004348 29 19 20 18 13 11 17 21 17 17 12 22 25 12 12 16 15 22 22 13 16 10 19 27 28 +004349 31 9 12 13 17 24 12 17 17 19 11 11 11 14 8 18 27 17 21 14 10 13 16 11 21 13 18 26 29 +004350 31 13 14 28 13 17 19 23 14 23 14 13 23 23 24 24 12 14 19 17 15 16 16 3 12 14 19 20 19 31 +004351 30 15 12 17 14 19 6 19 16 17 11 16 26 24 24 14 24 24 19 17 9 15 12 13 20 26 29 +004352 31 18 18 28 10 15 13 16 22 16 18 30 8 8 12 14 14 15 23 14 18 15 26 33 +004353 30 14 20 21 21 21 28 16 18 13 21 14 8 20 23 15 28 11 13 11 18 18 26 29 +004354 36 21 14 17 12 18 18 18 16 10 16 17 14 19 23 37 10 17 14 15 12 18 22 22 16 34 32 +004355 30 23 18 24 20 12 16 15 14 16 15 24 29 +004356 26 22 19 19 14 18 18 15 17 15 23 27 +004357 26 18 12 21 22 18 13 22 24 4 12 17 20 23 16 18 18 16 12 18 27 29 +004358 27 16 13 8 22 20 16 14 18 16 25 30 +004359 26 19 24 8 17 23 22 19 17 17 15 24 30 +004360 29 17 17 18 16 21 14 16 12 16 29 28 +004361 28 17 14 16 22 14 13 20 23 22 23 21 15 17 13 7 22 18 6 13 15 18 20 33 +004362 30 17 25 15 16 18 18 17 15 15 14 30 28 +004363 28 17 20 14 16 18 15 11 16 13 26 29 +004364 26 22 20 20 19 19 17 19 17 20 22 18 15 13 14 16 25 29 +004365 28 15 19 14 18 15 14 18 24 22 15 13 20 18 14 17 21 24 21 17 18 11 18 28 20 13 21 22 32 +004366 29 16 19 10 19 8 19 23 29 +004367 28 11 12 21 19 16 17 22 21 16 18 25 29 +004368 30 27 24 16 17 15 13 16 17 24 27 17 20 12 11 13 16 18 16 20 0 23 14 20 17 31 +004369 28 32 17 20 23 6 19 15 11 16 14 16 12 13 20 21 20 14 11 9 14 13 23 30 +004370 34 16 12 16 11 17 21 7 24 11 15 9 17 13 9 16 14 20 28 29 +004371 26 20 18 20 15 16 6 17 14 24 21 16 16 15 14 20 18 16 8 19 11 19 16 30 +004372 27 21 19 19 16 20 20 25 28 20 18 22 23 15 26 15 19 15 26 4 18 9 17 24 28 +004373 30 11 20 24 19 11 18 17 14 15 18 19 19 22 16 9 17 15 17 24 18 17 20 16 16 14 19 20 31 +004374 29 19 16 14 11 24 17 16 14 17 14 16 25 29 +004375 31 15 19 18 25 22 12 8 18 22 16 26 +004376 26 22 17 15 17 16 27 14 9 14 17 21 18 30 +004377 30 17 22 5 21 20 12 14 17 14 10 17 26 30 +004378 30 21 16 22 19 13 19 27 15 18 16 14 24 29 17 5 11 15 13 17 30 31 +004379 29 15 22 18 15 9 17 30 22 24 18 20 13 19 26 30 +004380 31 17 28 25 32 8 14 15 29 10 13 12 21 18 22 23 28 22 25 30 +004381 28 20 13 28 16 15 17 26 17 14 17 14 18 20 4 14 15 13 23 14 19 28 +004382 28 20 16 7 16 23 17 15 19 29 22 16 14 22 19 13 13 18 20 9 18 12 18 18 13 34 +004383 27 17 23 5 10 12 17 20 26 18 13 16 12 14 13 18 17 23 31 +004384 30 19 17 13 17 14 10 21 23 17 27 9 14 22 25 26 +004385 29 12 12 22 15 15 19 23 18 14 11 18 13 22 19 32 +004386 28 12 18 21 22 24 18 19 8 18 15 25 29 +004387 30 19 24 18 17 32 9 16 13 18 23 20 14 29 26 +004388 26 18 19 17 15 9 21 22 14 17 18 25 31 +004389 26 20 18 20 19 15 11 16 21 28 +004390 27 18 15 17 18 19 26 4 15 14 22 26 28 13 16 12 17 18 11 15 16 16 21 33 +004391 31 23 14 21 26 17 15 15 15 15 18 22 15 14 18 28 21 12 21 13 14 19 21 30 +004392 30 9 16 11 11 17 19 14 10 16 17 23 27 +004393 27 20 10 18 23 8 16 21 22 19 14 18 24 29 +004394 28 8 15 10 19 14 24 23 18 20 17 28 31 +004395 33 16 18 16 17 21 15 16 22 19 9 15 16 20 22 27 22 15 20 25 17 11 17 18 11 13 15 18 19 31 +004396 28 18 13 16 18 20 6 15 20 25 27 +004397 26 24 21 15 9 15 14 16 19 22 22 14 15 20 23 6 20 23 16 14 17 24 30 +004398 29 21 11 21 10 12 19 26 4 21 16 15 11 18 26 31 +004399 29 14 34 9 14 17 33 13 18 26 6 22 24 21 15 17 16 15 18 26 22 9 20 13 19 21 31 +004400 29 18 23 21 21 22 16 23 6 17 15 18 19 10 22 17 17 12 15 13 15 28 27 +004401 32 9 20 17 15 19 17 12 18 29 15 21 19 25 19 18 11 10 17 17 27 20 17 16 13 15 19 24 33 +004402 30 16 21 15 17 18 15 26 16 17 20 24 20 20 27 33 +004403 32 20 15 16 28 7 19 15 17 23 18 12 12 16 17 28 30 21 13 12 22 15 26 20 10 10 16 20 33 +004404 29 17 18 21 19 15 18 19 14 10 14 16 26 28 +004405 29 21 16 24 4 25 11 15 23 21 13 16 16 20 13 12 17 24 30 +004406 27 19 18 13 26 24 14 20 16 15 14 9 21 24 19 18 15 11 13 15 15 15 18 14 15 17 20 32 +004407 29 19 15 16 30 25 21 16 17 24 30 +004408 27 23 15 15 15 17 17 14 9 18 29 11 12 15 19 25 29 +004409 26 16 16 10 23 17 12 12 16 18 22 20 12 20 25 20 10 16 18 24 16 13 17 20 25 31 +004410 30 17 28 7 20 16 20 17 14 21 4 23 18 11 13 20 16 7 14 26 33 15 17 8 16 31 12 11 13 14 22 31 +004411 25 18 20 13 15 14 7 21 22 29 +004412 28 16 17 13 25 13 11 12 12 15 14 18 16 14 14 18 23 28 +004413 28 20 23 11 18 19 12 14 15 23 15 15 18 14 11 13 19 30 30 +004414 29 15 19 25 19 18 16 13 13 16 28 29 +004415 25 18 18 19 16 16 20 29 29 +004416 26 17 16 17 18 27 22 16 16 17 24 15 16 16 13 10 15 23 13 30 +004417 28 9 10 19 15 14 27 0 17 19 18 19 29 +004418 26 12 13 14 11 19 12 18 13 14 11 17 16 19 23 29 +004419 28 24 18 27 12 14 12 12 23 14 11 16 17 11 12 18 15 22 15 20 16 20 30 +004420 29 20 16 13 14 12 16 18 24 20 18 20 21 15 20 17 15 20 24 31 +004421 29 15 18 24 21 16 17 18 16 11 15 15 14 16 13 19 12 13 12 16 14 14 15 13 11 13 20 21 33 +004422 33 17 12 22 20 17 14 10 17 19 18 17 26 15 16 14 18 20 19 20 20 14 21 34 +004423 29 19 18 25 7 19 16 21 21 16 11 13 22 20 28 14 16 12 24 14 15 17 16 17 24 31 +004424 32 18 18 11 13 18 16 19 23 26 17 16 15 9 17 15 6 16 19 15 16 13 22 21 17 20 18 19 21 34 +004425 27 18 20 14 10 14 13 15 19 22 22 19 14 16 16 19 19 18 15 8 16 20 28 +004426 30 15 17 19 21 19 13 16 11 27 8 11 15 19 20 25 31 +004427 31 15 20 20 17 16 13 22 15 5 14 22 13 15 16 17 19 16 16 16 15 16 18 20 30 +004428 34 26 23 18 13 21 14 8 16 18 20 32 20 18 10 10 19 23 18 10 21 22 7 16 17 16 24 26 +004429 25 23 14 19 28 19 14 17 16 17 11 16 18 18 19 10 12 13 14 20 18 31 +004430 27 22 25 18 13 16 16 16 17 19 28 +004431 30 17 20 20 15 15 19 22 20 12 15 22 13 22 24 15 16 17 21 11 18 9 14 18 15 12 21 18 32 +004432 28 18 16 14 18 17 10 15 26 22 18 18 23 8 15 14 20 30 +004433 28 13 21 17 19 19 16 14 18 8 15 21 25 16 7 17 18 16 22 9 19 14 14 15 12 26 33 +004434 30 21 25 15 16 15 10 10 19 25 18 13 13 21 19 15 27 17 15 16 19 23 20 16 19 23 21 12 23 17 18 31 +004435 28 16 17 16 19 8 20 18 18 17 18 12 10 20 27 29 +004436 26 22 17 22 23 17 14 16 17 13 22 29 +004437 30 23 9 11 17 14 27 15 17 12 15 17 20 5 15 17 21 21 16 22 13 17 14 11 10 17 22 28 +004438 28 18 11 26 14 21 22 3 14 16 16 19 12 9 16 17 15 16 33 32 +004439 29 18 13 14 22 7 18 16 16 12 11 12 13 15 21 15 33 12 16 13 8 26 22 14 20 23 29 +004440 27 22 20 22 15 18 20 21 17 20 17 14 18 32 +004441 29 15 17 12 16 13 22 15 14 18 20 16 30 +004442 27 18 13 20 18 25 15 19 16 13 8 24 27 23 17 15 16 17 18 19 7 20 27 31 +004443 29 21 25 18 14 8 18 15 21 19 15 17 25 20 12 11 14 16 13 8 18 28 30 +004444 27 16 10 20 24 18 15 12 13 18 19 14 5 13 14 17 25 28 +004445 28 21 19 17 14 19 14 10 13 29 24 13 15 14 17 25 26 17 15 18 18 4 13 17 19 24 30 +004446 29 17 18 11 28 15 10 8 16 18 25 21 16 15 10 19 20 18 11 12 17 28 33 +004447 30 17 18 17 23 18 20 7 18 19 19 21 13 15 13 19 20 22 16 26 19 19 19 19 18 11 17 20 30 +004448 28 14 19 17 17 15 15 17 28 17 22 27 21 20 21 21 31 +004449 30 19 15 20 30 14 15 9 17 17 20 29 +004450 29 12 16 17 24 15 18 15 17 25 18 12 24 15 13 19 18 9 18 17 13 15 19 25 30 +004451 28 15 18 15 22 16 13 15 16 23 18 25 23 20 23 5 11 16 17 20 30 +004452 28 18 24 16 18 13 12 14 13 10 16 23 22 26 14 18 15 11 10 14 19 27 29 +004453 28 19 19 13 19 16 30 17 14 19 17 13 14 22 16 20 17 20 15 16 31 29 +004454 28 22 13 22 28 21 26 21 14 17 23 30 +004455 31 19 21 15 18 16 15 25 20 18 16 16 19 29 +004456 30 14 23 26 14 13 19 31 22 14 20 14 17 15 14 11 26 16 13 15 17 18 25 32 +004457 31 20 19 17 18 15 22 18 16 16 29 9 15 19 9 13 11 16 13 17 20 17 26 29 +004458 31 18 15 20 18 15 11 16 24 16 20 16 19 22 19 19 17 20 15 23 19 19 11 14 17 14 29 +004459 28 12 20 14 12 17 23 18 15 28 +004460 30 21 19 12 20 20 15 16 11 22 25 16 12 16 20 17 21 22 28 +004461 31 18 20 17 19 13 14 17 20 20 25 14 16 12 19 14 16 9 19 25 33 +004462 28 14 9 13 13 16 17 18 16 24 29 +004463 31 20 23 13 17 10 19 11 18 26 29 +004464 31 23 28 18 15 15 16 18 17 28 30 +004465 26 22 19 14 15 20 13 15 20 25 31 +004466 28 24 19 15 21 22 14 13 14 10 23 19 15 13 25 9 15 19 20 16 29 +004467 31 12 19 23 13 14 17 16 18 29 13 14 15 16 19 28 30 +004468 31 14 15 18 17 16 11 16 14 17 19 22 26 19 18 22 24 6 25 24 19 23 34 +004469 31 21 26 13 18 14 20 14 17 14 18 22 27 20 13 22 17 12 14 14 22 25 30 +004470 30 21 23 22 15 22 17 12 15 14 16 24 18 15 15 17 20 14 15 21 18 36 +004471 28 12 16 17 23 16 18 17 14 16 20 18 24 24 29 +004472 32 21 13 19 23 16 9 20 26 27 14 14 16 17 14 13 12 16 13 16 21 29 +004473 29 24 20 17 10 18 9 12 18 17 17 9 17 23 17 23 13 14 14 17 16 18 22 33 +004474 27 20 10 26 12 15 9 21 17 17 13 15 18 24 32 17 17 14 8 17 20 18 14 13 13 7 24 17 21 29 +004475 34 13 25 14 19 16 14 13 18 15 24 10 19 19 14 15 16 11 20 23 13 24 20 21 15 15 27 33 +004476 26 16 17 15 10 22 16 17 32 29 +004477 27 16 23 16 17 17 18 13 10 17 19 20 28 +004478 30 12 12 19 22 16 8 17 17 17 9 18 14 27 0 29 +004479 26 14 13 20 17 16 16 12 17 11 18 26 27 +004480 26 17 15 19 18 21 15 16 12 14 18 26 30 +004481 28 11 19 10 14 19 16 9 21 20 17 16 15 28 31 +004482 28 15 14 22 23 16 11 16 11 16 20 28 30 +004483 27 23 15 10 17 16 8 12 14 21 8 18 24 29 +004484 29 17 18 25 18 19 20 24 27 19 11 18 4 14 18 15 16 9 15 6 21 17 22 17 22 17 16 16 19 29 32 +004485 30 20 17 19 18 15 16 19 15 0 16 34 28 +004486 27 16 18 11 23 19 17 14 20 21 25 15 22 18 12 17 13 26 29 +004487 29 19 16 13 17 24 17 14 17 12 12 28 29 12 18 16 24 15 14 17 14 21 23 29 +004488 26 21 15 15 16 17 20 8 13 17 13 14 16 20 30 +004489 30 22 10 16 26 17 18 18 20 16 13 7 15 15 21 14 17 8 24 16 16 15 18 17 14 23 32 +004490 31 18 9 15 14 15 14 13 16 25 12 13 20 16 10 14 16 28 22 17 21 15 17 15 18 27 31 +004491 27 18 18 24 20 30 18 28 25 13 18 17 25 17 11 10 14 18 21 5 14 13 14 14 29 33 +004492 28 24 22 16 17 14 21 16 22 23 12 15 17 19 16 19 16 30 29 +004493 27 20 18 27 16 13 13 17 12 13 15 17 26 27 +004494 29 22 24 14 16 12 20 22 19 20 22 28 25 21 16 25 11 22 21 16 18 21 25 29 +004495 28 16 16 18 28 19 11 11 18 24 20 16 13 18 19 17 19 11 18 14 17 6 17 15 16 20 30 +004496 29 20 14 14 15 21 14 14 22 18 0 14 16 17 13 29 +004497 30 14 14 17 26 18 19 19 19 26 19 22 21 11 18 17 14 18 17 21 29 +004498 29 18 24 4 20 17 11 19 26 15 13 18 19 28 +004499 31 17 13 17 19 19 15 15 18 21 16 18 29 33 14 13 25 17 23 18 20 11 13 16 17 12 7 20 28 31 +004500 29 15 18 15 22 7 19 21 21 16 15 19 25 27 +004501 29 21 29 8 15 17 11 17 12 16 15 29 13 13 16 20 25 16 16 17 28 30 +004502 26 21 18 18 20 18 13 18 33 28 +004503 32 19 24 18 16 18 21 16 14 17 19 7 18 15 24 48 21 20 23 18 20 13 17 24 32 +004504 30 14 15 16 29 16 17 9 11 13 20 13 16 20 22 27 +004505 28 17 11 17 15 17 17 25 8 13 16 21 16 16 19 24 30 +004506 24 24 21 29 21 19 13 15 26 18 14 17 20 27 27 +004507 27 27 26 21 30 7 10 19 15 23 22 19 29 27 +004508 27 25 14 22 18 16 17 7 20 13 19 14 31 28 +004509 28 16 19 17 15 19 26 5 19 17 13 13 18 22 30 +004510 24 23 15 7 14 28 4 14 18 13 13 9 19 22 27 +004511 24 21 18 26 21 12 16 16 14 13 17 16 24 28 +004512 30 18 17 18 16 10 20 23 13 16 14 13 13 7 18 23 22 15 24 28 +004513 25 12 18 23 22 17 11 14 19 24 28 15 18 12 27 17 12 17 22 17 23 21 14 26 29 +004514 27 18 21 17 11 15 26 14 19 17 13 17 12 17 24 19 15 17 28 29 +004515 26 16 21 16 22 32 9 18 18 12 15 14 17 26 27 +004516 26 20 19 17 18 14 5 18 21 21 26 6 17 16 18 18 34 29 +004517 23 21 18 19 26 10 22 15 9 18 17 17 17 16 30 23 20 16 15 17 27 5 11 15 15 20 27 27 +004518 24 21 15 17 17 31 23 19 18 26 5 16 16 22 14 19 20 22 3 21 16 20 30 28 +004519 28 15 25 6 23 11 19 20 6 19 18 18 14 13 16 24 29 +004520 29 22 19 14 13 15 16 19 21 22 17 21 21 28 +004521 27 21 15 18 17 22 14 12 15 16 24 21 14 12 17 22 20 21 22 20 22 15 14 16 9 19 19 29 +004522 25 19 16 21 16 22 15 23 25 27 18 16 16 16 17 16 15 15 8 21 0 32 +004523 27 14 9 16 17 22 18 16 20 22 28 +004524 31 16 17 18 20 18 18 15 15 16 6 18 31 11 14 14 19 17 15 18 15 18 23 28 +004525 30 17 13 16 14 25 5 12 16 16 12 14 21 21 20 22 14 13 17 9 16 12 18 21 29 +004526 28 10 21 13 9 26 6 15 16 15 12 17 20 24 29 +004527 27 24 25 14 15 29 11 24 14 13 14 28 25 10 15 23 13 13 12 31 27 +004528 31 21 24 5 19 18 15 25 10 11 25 18 16 22 23 21 16 17 19 10 18 30 19 13 32 24 17 16 32 29 +004529 25 18 21 15 18 30 13 17 18 16 14 13 23 31 31 26 26 17 17 17 15 16 16 18 8 34 30 +004530 27 15 18 20 19 14 19 27 19 22 12 15 9 11 13 21 23 28 +004531 26 22 21 18 13 22 12 16 17 17 16 15 11 7 15 22 22 29 +004532 30 16 20 27 13 10 14 20 23 21 14 11 13 21 4 14 11 18 18 30 +004533 27 21 17 13 7 12 16 15 21 16 15 24 5 11 18 16 25 30 +004534 25 17 27 8 11 15 11 16 10 16 29 15 29 +004535 27 19 13 25 23 16 17 19 13 13 21 12 17 8 16 16 10 15 12 18 22 33 +004536 29 14 13 14 16 28 20 18 16 14 25 16 8 21 21 16 21 15 9 19 19 17 22 16 11 17 19 28 +004537 31 16 19 16 16 17 14 12 15 12 9 17 21 17 15 14 19 19 15 14 18 13 21 14 19 28 32 +004538 28 19 26 14 14 19 22 7 13 12 13 19 12 6 16 16 15 16 17 8 20 23 31 +004539 30 18 20 16 16 18 27 24 15 23 18 16 17 13 17 17 15 15 13 16 20 30 +004540 31 16 15 17 18 19 10 8 22 23 22 15 18 13 25 9 19 21 12 29 29 +004541 28 14 12 21 20 10 14 21 25 11 18 17 15 10 9 14 21 25 31 +004542 23 18 17 21 22 16 23 15 25 10 24 18 23 8 23 15 23 18 16 27 21 20 32 16 16 23 20 29 +004543 25 21 24 5 14 14 9 21 20 16 15 15 17 15 25 28 +004544 29 20 20 17 12 14 25 5 12 18 22 15 12 16 17 15 8 19 18 28 +004545 28 21 11 17 15 13 15 8 21 22 16 18 16 19 22 16 14 19 15 23 27 +004546 27 20 23 10 20 15 15 17 22 24 16 15 15 17 20 8 20 15 14 18 21 30 +004547 31 21 16 12 21 26 12 14 18 23 3 15 11 10 8 16 16 21 5 19 15 11 22 0 28 +004548 26 15 13 16 13 20 24 6 19 15 20 19 5 18 17 16 18 9 10 15 17 27 30 +004549 29 30 10 29 14 15 31 13 12 13 20 19 18 12 30 29 +004550 30 13 12 19 20 16 12 10 15 14 15 12 17 25 24 18 9 7 26 10 12 19 18 29 +004551 32 13 17 17 19 26 16 19 24 14 14 13 15 13 6 19 19 15 16 23 29 +004552 23 21 12 27 24 19 24 10 20 24 29 14 16 12 18 19 15 17 20 19 18 22 27 +004553 25 23 15 17 12 14 15 11 12 14 22 20 16 11 17 17 14 18 11 19 29 29 +004554 30 17 20 19 15 14 11 23 33 11 14 21 23 9 16 15 19 13 15 14 12 16 20 28 +004555 27 19 20 21 11 20 23 22 16 11 12 20 21 24 16 15 16 13 15 20 19 29 +004556 28 24 33 13 18 31 3 20 13 13 14 14 11 19 16 21 17 14 13 11 20 21 30 +004557 30 17 16 21 19 14 17 18 15 18 9 25 24 17 19 2 14 12 15 11 13 24 30 +004558 28 20 21 15 13 17 14 15 8 16 26 9 17 17 19 22 16 16 14 14 27 28 +004559 29 13 16 17 13 27 4 16 11 9 21 17 26 28 +004560 27 21 16 14 8 15 18 17 22 23 20 16 13 8 15 20 22 6 12 17 16 23 15 29 +004561 25 21 15 28 7 11 14 13 15 13 8 21 21 20 12 21 26 28 +004562 27 20 12 19 23 21 17 14 11 19 25 25 20 16 14 16 17 12 28 30 +004563 30 18 20 24 16 23 15 20 11 11 13 16 20 27 16 15 19 17 12 10 15 19 22 11 21 13 23 18 30 +004564 29 20 15 8 17 9 18 29 15 21 18 14 13 29 24 22 19 16 10 18 12 15 16 18 18 25 29 +004565 30 17 10 19 17 23 8 13 12 14 9 8 19 30 15 13 18 18 18 15 20 25 31 +004566 26 21 12 20 16 3 17 14 10 13 12 19 16 21 18 16 15 16 17 14 15 24 29 +004567 26 21 14 14 13 18 21 16 19 11 15 22 19 15 10 17 13 20 17 14 21 23 19 15 17 14 19 23 30 +004568 26 26 25 17 14 19 16 8 14 14 21 15 16 17 19 16 13 12 20 25 28 +004569 27 25 13 22 17 11 18 21 33 7 11 16 8 17 22 6 9 11 12 17 0 23 21 22 10 14 18 19 19 28 +004570 28 17 16 17 15 19 26 16 15 13 17 16 26 27 +004571 25 24 10 15 14 20 4 15 12 20 12 19 15 19 15 11 23 29 +004572 29 15 12 13 25 22 11 15 10 12 17 19 24 28 +004573 29 16 17 25 22 16 13 14 13 15 16 24 6 19 16 19 15 22 18 16 13 14 13 11 10 15 25 29 +004574 25 18 10 14 24 18 15 16 18 21 24 12 14 15 22 13 16 15 16 13 16 17 27 29 +004575 30 17 18 14 10 20 27 18 18 21 21 14 14 24 39 10 19 20 26 5 8 17 19 29 30 +004576 29 20 19 17 9 18 22 26 13 13 14 14 19 10 13 15 28 27 23 10 11 14 24 13 16 12 17 27 29 +004577 30 15 15 18 21 17 15 24 16 14 11 11 21 28 30 +004578 30 24 17 15 21 20 25 12 15 15 16 24 16 21 19 15 12 13 16 15 15 10 18 26 30 +004579 28 19 17 17 26 22 12 22 16 9 15 12 14 19 26 27 +004580 28 17 15 20 18 17 7 16 24 28 +004581 27 25 22 11 15 31 10 20 23 19 18 24 29 +004582 26 24 15 16 23 5 15 12 18 20 13 13 17 14 14 15 23 27 +004583 27 20 16 15 15 14 24 29 14 19 16 14 13 16 17 23 13 11 20 21 19 20 22 12 16 14 29 30 +004584 30 19 23 9 14 8 16 15 16 22 15 11 16 16 12 10 18 10 13 16 19 9 15 9 21 28 +004585 25 19 22 13 18 10 20 15 18 13 13 14 13 16 14 19 28 29 +004586 30 18 22 19 15 33 21 16 22 23 16 17 22 33 +004587 25 18 13 16 18 23 18 16 17 14 18 28 28 +004588 26 18 16 17 14 14 14 26 23 15 12 13 9 16 15 17 20 21 6 13 21 22 16 10 17 30 +004589 29 24 25 17 15 21 25 14 17 17 20 12 19 25 26 +004590 27 18 14 14 30 14 12 15 14 14 18 17 15 16 24 29 18 15 15 14 15 16 28 29 +004591 29 19 26 25 23 15 17 17 17 16 24 30 +004592 26 17 27 9 13 17 14 14 14 15 19 22 27 +004593 24 22 15 14 20 16 14 13 14 14 24 28 +004594 25 19 11 14 12 25 22 18 15 9 19 22 30 +004595 26 16 18 19 13 11 20 16 21 16 9 12 13 11 17 15 18 18 28 +004596 30 22 15 17 13 13 17 13 16 24 26 7 15 15 15 19 21 18 19 17 16 13 17 14 17 26 28 +004597 24 19 21 19 14 11 7 16 18 28 28 +004598 27 24 21 14 16 15 14 16 20 30 +004599 29 17 23 17 15 12 9 20 23 28 +004600 24 19 27 0 18 18 13 23 22 22 28 +004601 27 27 25 18 13 17 18 15 29 28 +004602 26 20 22 15 12 14 12 16 16 22 30 +004603 25 14 17 19 22 12 9 28 9 15 23 27 +004604 25 13 12 23 20 4 22 16 14 17 13 19 28 16 13 16 17 19 16 11 16 26 29 +004605 27 21 17 11 23 20 16 18 15 17 16 6 17 18 19 14 15 17 16 25 30 +004606 30 20 21 19 9 15 12 18 13 15 15 12 17 20 22 12 17 19 20 15 20 22 20 16 15 21 15 14 18 23 32 +004607 27 16 24 24 11 14 14 21 19 26 +004608 26 21 19 24 37 12 15 16 22 17 17 19 22 16 16 15 19 29 +004609 26 20 15 18 24 13 16 17 25 29 +004610 27 16 18 11 25 14 16 13 16 17 22 6 19 17 16 15 25 19 28 +004611 25 21 19 28 6 22 19 16 22 16 20 18 15 29 +004612 27 23 22 14 11 17 18 18 16 26 23 18 15 23 15 13 14 17 18 11 11 25 29 +004613 29 21 15 11 21 17 21 25 14 16 14 18 14 16 20 15 14 22 18 20 25 29 +004614 26 24 23 19 22 15 21 9 18 15 16 21 15 21 20 29 +004615 25 27 22 16 16 17 7 23 25 28 21 15 15 18 15 16 23 10 19 25 27 20 11 11 18 24 7 22 17 18 30 26 +004616 28 13 11 14 14 23 23 15 23 17 14 19 11 9 20 25 28 +004617 26 22 19 24 13 16 9 23 15 15 18 11 18 26 29 +004618 28 20 13 22 24 20 16 17 18 18 21 14 21 20 33 +004619 26 20 16 14 16 19 16 18 13 15 13 16 8 15 19 29 +004620 30 20 13 25 8 20 18 14 15 12 23 18 16 15 17 17 15 13 18 16 16 14 10 18 22 31 +004621 27 13 19 18 21 4 18 17 27 25 20 19 17 19 10 22 0 20 16 17 14 16 14 23 30 +004622 29 20 20 24 21 16 8 20 14 13 14 9 16 4 20 23 29 +004623 27 15 19 17 24 11 20 14 14 15 21 11 18 11 11 19 12 24 16 16 30 28 +004624 28 18 24 13 18 9 15 16 17 21 28 +004625 26 20 21 5 16 9 15 21 13 17 21 16 22 13 18 9 21 25 19 10 28 15 31 +004626 27 19 20 25 11 19 13 23 16 17 17 23 5 16 12 18 28 27 +004627 28 12 20 20 11 12 18 20 24 13 17 11 17 10 17 13 13 23 28 +004628 28 24 20 15 17 17 22 17 17 17 15 23 5 13 20 19 15 8 13 19 26 26 +004629 29 20 14 19 16 19 25 35 14 13 15 21 21 11 23 14 17 8 16 19 16 21 29 +004630 27 19 21 24 10 13 20 8 19 21 16 15 11 20 25 25 18 14 18 23 18 12 20 16 17 18 18 15 29 +004631 29 22 11 24 17 6 11 11 17 17 14 20 19 28 +004632 27 23 15 14 16 16 16 13 23 23 16 13 16 17 32 30 +004633 26 17 20 23 18 28 21 16 18 21 15 13 17 25 32 16 16 18 23 15 22 21 7 18 19 22 27 26 +004634 29 15 18 17 20 17 13 15 15 15 34 7 21 15 13 20 15 15 18 21 30 +004635 28 16 26 19 15 24 19 13 20 16 14 16 12 14 6 18 19 31 +004636 25 19 11 17 23 10 11 12 22 18 17 11 13 13 28 30 +004637 27 19 24 19 17 15 18 10 18 25 26 +004638 26 20 19 19 11 14 22 15 11 19 19 15 14 13 27 15 17 18 12 13 17 25 32 +004639 28 20 16 18 15 15 18 15 6 19 20 25 30 12 13 15 23 12 14 11 22 14 16 20 15 19 15 30 +004640 29 9 16 23 16 14 14 15 25 7 21 19 14 13 23 19 22 29 +004641 29 14 13 9 13 20 13 12 18 20 24 29 +004642 27 13 9 17 13 18 15 10 20 24 28 +004643 25 20 16 14 18 19 21 13 18 26 28 +004644 28 13 20 17 12 11 16 18 16 16 32 28 +004645 28 12 25 9 16 19 18 17 17 13 24 28 +004646 27 23 12 17 18 18 13 8 17 15 25 30 +004647 29 18 24 9 17 13 17 16 18 17 26 27 +004648 29 19 22 15 13 12 14 22 21 21 14 17 17 13 22 11 25 8 15 19 17 19 15 28 +004649 28 19 19 23 17 18 26 41 18 15 14 10 17 27 15 16 11 19 15 17 27 29 +004650 28 20 21 13 12 20 19 18 24 24 17 21 15 17 18 15 15 23 24 14 18 17 20 8 16 11 16 26 30 +004651 26 17 33 18 17 18 14 20 29 16 16 19 30 33 10 17 15 19 17 15 15 13 15 25 30 +004652 26 20 23 9 21 13 17 16 15 17 9 25 13 18 15 18 19 23 16 19 24 31 +004653 25 14 32 10 26 29 18 14 19 16 21 28 +004654 26 16 12 17 29 11 13 15 15 12 12 16 16 15 15 32 17 18 16 15 15 17 14 15 21 22 29 +004655 29 18 13 14 20 14 17 17 14 19 22 14 17 20 25 28 +004656 29 18 14 22 16 16 11 16 15 17 21 19 14 19 19 15 18 15 11 20 28 +004657 25 15 29 18 15 13 25 18 17 14 19 23 21 16 12 20 19 8 23 16 18 22 26 +004658 31 13 10 18 15 23 22 27 16 19 14 13 18 16 22 10 19 16 21 21 28 +004659 26 16 20 15 18 17 15 16 26 22 18 20 18 13 16 16 19 23 29 +004660 25 18 14 13 11 29 22 11 20 12 7 17 27 19 23 0 13 9 18 27 31 +004661 31 14 16 13 18 15 12 23 19 23 21 22 17 18 16 27 11 25 27 15 16 18 17 21 29 +004662 28 18 18 19 18 16 19 17 10 17 13 21 17 19 29 +004663 26 24 21 25 19 17 20 11 17 17 19 10 17 23 22 15 17 29 30 +004664 28 12 14 15 21 20 13 20 26 26 +004665 27 19 13 18 14 19 16 9 33 27 +004666 26 22 15 26 17 10 14 30 27 +004667 29 23 14 18 16 26 5 18 14 11 17 14 7 19 27 19 13 15 16 18 30 +004668 27 17 10 15 22 19 18 19 16 14 18 20 32 10 14 17 21 20 19 13 14 20 16 18 15 14 14 7 16 29 27 +004669 27 16 19 22 13 18 24 29 20 22 25 7 19 18 21 18 15 18 14 18 11 10 29 17 28 +004670 27 16 20 17 22 14 21 19 12 15 17 14 15 22 24 15 20 25 11 9 13 19 20 29 +004671 28 22 15 22 8 15 8 16 18 20 15 20 18 12 18 27 21 17 19 18 12 21 23 14 16 15 17 16 28 30 +004672 26 21 17 22 19 18 17 17 18 18 19 29 26 19 15 26 18 15 15 13 23 24 28 +004673 29 27 8 20 19 12 16 21 17 13 10 18 13 14 20 20 28 14 18 24 17 18 12 16 13 16 26 30 +004674 31 19 14 24 16 15 17 10 17 22 28 11 19 22 31 11 17 18 19 26 20 12 9 19 14 16 24 10 14 14 15 25 28 +004675 23 22 22 18 10 19 32 25 18 13 22 25 17 23 16 17 12 18 22 25 +004676 28 19 11 17 19 14 16 17 15 12 13 15 18 19 23 27 +004677 28 16 17 18 23 22 19 25 17 16 24 23 15 18 19 16 23 24 19 13 15 26 4 14 17 28 27 +004678 23 22 17 14 16 16 13 14 20 19 18 19 16 16 17 25 26 14 19 16 22 21 14 14 21 24 26 +004679 26 17 21 17 14 17 17 13 20 12 18 16 16 20 24 29 +004680 29 11 21 14 12 13 28 17 16 13 13 16 14 19 19 25 19 18 16 18 17 18 18 13 19 23 30 +004681 30 8 14 16 28 16 13 17 15 15 12 17 20 19 16 19 21 21 10 24 6 15 16 27 7 14 19 18 12 14 15 28 30 +004682 29 14 17 11 29 16 18 16 21 27 16 15 9 13 20 12 23 8 13 15 26 30 +004683 27 16 19 14 20 16 11 24 7 17 16 26 19 20 15 15 18 27 29 +004684 30 15 14 31 17 12 15 19 16 17 12 8 14 16 20 26 16 20 19 12 12 18 32 28 +004685 26 21 18 14 27 19 18 11 25 21 27 23 23 4 10 14 22 20 14 13 15 18 22 30 +004686 26 19 18 28 15 15 15 20 13 10 14 18 17 20 14 17 32 26 +004687 30 20 23 16 13 22 13 9 12 14 18 10 15 19 20 16 12 19 15 13 20 27 28 +004688 29 18 17 16 16 15 9 18 23 4 19 16 13 17 28 28 +004689 27 16 20 8 15 16 26 3 17 25 17 12 19 24 28 +004690 27 18 17 16 13 26 17 22 8 19 18 14 12 14 12 19 32 11 12 19 26 28 +004691 30 17 25 18 14 12 18 12 9 16 16 26 20 17 15 20 17 15 16 9 13 18 18 31 28 +004692 27 20 18 15 18 22 16 10 8 16 24 18 18 17 18 15 31 28 +004693 27 15 18 17 21 17 11 9 24 18 19 14 11 21 18 16 19 20 17 15 13 14 14 32 29 +004694 27 20 23 6 15 15 17 18 13 16 21 27 12 16 21 15 14 15 14 20 24 32 +004695 29 14 19 16 20 7 17 20 13 15 14 10 9 23 17 5 14 19 12 14 23 29 30 +004696 30 18 30 19 13 15 15 15 14 14 23 26 16 14 7 17 19 14 12 22 28 +004697 27 20 25 8 18 12 13 12 17 13 28 6 15 18 15 16 20 25 29 +004698 23 21 12 11 23 24 1 25 14 19 22 7 20 13 22 32 7 19 18 18 29 23 18 19 19 11 19 34 27 +004699 27 12 17 17 18 17 22 6 15 16 17 16 16 17 17 20 16 16 17 24 30 +004700 27 23 14 13 10 14 15 15 29 22 18 15 16 13 14 10 16 16 16 22 30 +004701 30 14 17 27 12 15 20 25 14 16 16 13 13 13 7 17 17 30 30 +004702 31 15 17 23 14 19 16 16 26 20 7 16 17 17 14 14 18 24 15 16 13 20 10 9 15 19 22 28 +004703 28 21 13 20 20 15 6 16 17 22 18 13 16 12 20 27 28 +004704 27 25 19 19 16 13 18 15 20 13 8 19 22 5 15 15 16 25 31 +004705 30 14 25 20 15 17 19 4 17 19 14 18 14 13 13 15 17 28 29 +004706 27 18 22 11 16 15 15 19 25 16 11 11 12 19 23 28 +004707 27 23 15 16 17 15 11 13 31 28 +004708 33 15 21 18 17 16 26 5 23 21 18 18 21 27 19 20 15 17 20 13 20 20 30 +004709 29 18 19 16 10 15 18 14 28 30 +004710 28 24 18 18 15 10 26 14 14 17 27 30 +004711 26 19 22 13 15 14 12 26 25 16 12 15 16 9 25 28 +004712 28 17 18 15 15 17 18 20 14 19 21 15 20 19 10 33 29 +004713 29 14 21 16 14 14 20 23 14 18 11 18 25 18 17 13 15 14 20 23 31 +004714 28 13 16 23 25 11 22 17 14 20 14 9 19 19 22 15 11 15 15 20 19 12 17 24 28 +004715 25 19 20 13 12 20 24 9 13 17 10 17 22 44 20 25 19 22 17 13 20 17 13 13 10 20 11 18 25 32 +004716 30 17 26 10 15 18 20 16 12 17 23 25 18 16 17 25 29 +004717 30 18 13 25 18 20 28 16 11 18 17 14 19 17 14 14 16 33 27 +004718 27 23 20 15 14 16 16 15 25 33 14 11 11 17 18 24 19 15 23 14 13 13 14 18 10 18 28 29 +004719 25 22 19 20 12 9 17 12 11 18 10 17 24 26 15 18 21 16 11 12 13 9 10 17 26 30 +004720 30 11 12 18 19 13 13 11 12 16 17 16 13 10 19 21 41 13 13 17 22 15 10 19 12 16 21 29 +004721 29 14 17 16 22 23 16 29 3 16 17 14 19 24 29 +004722 29 21 18 18 16 15 16 11 19 29 27 +004723 28 17 13 20 16 15 17 15 10 27 26 +004724 25 18 15 17 25 8 19 15 16 18 27 28 +004725 26 18 16 19 14 9 23 18 19 20 11 14 11 21 18 10 20 18 16 23 29 +004726 26 18 28 19 17 26 11 18 14 18 29 28 22 13 18 14 15 24 21 14 22 25 6 22 17 20 22 31 +004727 25 20 16 19 19 10 21 16 20 16 6 18 27 28 +004728 29 14 24 22 15 16 19 21 18 14 15 20 21 28 +004729 26 21 23 13 11 22 15 13 17 26 17 12 18 23 17 13 12 20 20 30 +004730 28 16 13 24 25 17 7 17 17 8 18 8 17 29 28 +004731 29 15 14 21 21 14 11 12 15 12 18 20 16 15 12 16 0 28 28 +004732 32 21 15 17 14 32 19 20 12 17 16 14 9 16 22 16 16 16 27 28 +004733 26 19 19 5 15 10 15 14 18 23 19 18 29 21 16 19 18 18 12 26 30 +004734 28 22 19 14 14 15 19 17 15 13 20 23 27 6 17 19 24 13 14 15 18 26 31 +004735 28 12 16 19 22 12 18 20 21 16 19 14 21 11 26 28 +004736 26 18 27 13 12 15 14 17 8 15 12 19 20 19 14 13 11 9 16 29 30 +004737 28 17 33 20 10 14 8 16 17 27 16 14 16 16 21 27 11 17 22 15 15 14 14 11 19 23 30 +004738 28 20 25 18 13 15 16 26 14 11 18 20 14 14 13 14 15 17 24 17 14 20 12 20 18 16 28 31 +004739 28 20 23 19 14 18 14 16 22 30 14 14 14 20 19 23 18 5 19 13 18 25 29 +004740 26 14 15 27 14 12 9 11 15 15 25 25 18 15 16 16 9 16 19 16 17 24 28 +004741 24 17 20 11 11 17 21 20 17 10 26 27 +004742 26 17 19 22 13 18 13 13 11 15 26 28 +004743 27 21 19 27 13 20 20 15 17 16 9 15 32 27 +004744 30 21 24 23 13 17 16 13 18 32 22 19 22 13 17 16 19 29 20 19 11 22 26 29 +004745 32 24 25 12 16 18 27 19 19 13 10 17 17 24 28 18 24 23 27 15 14 16 32 30 +004746 27 20 26 6 11 18 23 15 12 14 13 14 27 27 +004747 27 16 13 23 14 18 14 8 14 16 21 24 28 +004748 26 19 13 26 16 12 15 10 17 25 24 17 18 13 12 19 16 16 25 7 17 20 19 25 30 +004749 28 9 13 16 10 15 14 16 12 18 10 26 28 +004750 26 12 15 13 19 16 14 19 17 16 19 24 28 +004751 26 26 28 12 12 13 13 15 13 8 18 29 27 +004752 26 19 13 19 25 18 19 13 14 20 23 27 +004753 26 14 16 13 19 15 16 14 15 25 27 +004754 24 18 19 16 16 13 11 20 15 10 17 26 27 +004755 26 20 15 15 26 16 15 18 13 9 19 20 15 12 18 14 20 23 29 +004756 26 14 13 18 14 18 15 16 14 19 21 3 16 16 16 13 17 23 29 +004757 26 18 15 20 20 16 19 25 20 14 17 19 27 30 +004758 27 17 16 15 14 29 6 21 18 20 13 20 25 27 14 18 22 17 14 16 19 22 24 29 +004759 26 20 18 17 12 14 14 20 13 16 19 17 29 +004760 30 17 17 21 15 7 13 15 17 25 6 21 10 13 13 19 5 18 17 19 24 6 16 13 17 12 30 31 +004761 27 19 27 21 15 25 16 12 10 16 22 20 27 +004762 28 11 17 22 15 10 13 25 12 17 13 24 25 13 11 20 26 6 16 17 21 18 29 +004763 28 8 12 16 17 19 23 8 15 16 10 19 17 30 27 +004764 29 15 26 16 12 19 11 19 21 13 20 19 20 18 19 15 20 17 27 28 +004765 30 11 20 19 14 9 21 22 13 11 15 16 13 19 18 17 23 16 15 17 26 29 +004766 29 16 20 13 22 22 9 17 15 13 18 28 34 15 13 25 12 14 12 21 27 28 +004767 32 13 20 20 14 15 16 18 13 11 13 16 25 26 18 14 20 26 13 16 18 13 10 17 18 27 29 +004768 30 14 16 17 23 17 16 6 19 17 10 20 13 17 14 14 17 14 9 23 21 31 +004769 25 10 16 19 18 19 25 21 8 14 14 17 16 15 10 17 9 18 19 13 10 23 29 +004770 27 22 24 15 14 12 16 13 13 15 14 7 20 23 6 12 19 14 18 29 29 +004771 29 19 20 17 17 16 25 16 15 17 17 6 19 17 18 26 29 +004772 29 13 21 26 20 10 17 15 14 11 17 12 17 15 17 24 28 +004773 24 18 19 25 15 11 13 13 16 15 10 16 22 24 29 +004774 25 21 13 9 20 26 16 15 14 14 19 27 31 10 14 22 15 14 16 14 13 22 4 13 15 19 26 29 +004775 30 14 29 24 16 15 21 26 23 25 22 25 12 14 16 26 8 14 13 21 26 29 +004776 29 24 14 16 17 16 27 7 19 22 19 14 20 25 19 20 17 18 7 22 19 13 27 29 +004777 27 16 18 23 16 16 17 14 15 14 15 23 8 17 17 18 24 28 +004778 27 18 17 19 17 16 20 22 12 18 17 20 17 8 21 9 21 21 28 +004779 28 12 27 13 16 19 12 10 16 18 24 8 16 18 12 15 16 14 15 28 28 +004780 28 17 23 18 15 17 19 18 21 23 14 20 13 23 9 14 15 12 24 30 +004781 26 21 27 7 23 16 15 11 13 11 16 19 19 13 17 14 14 20 30 +004782 27 17 21 27 5 15 16 16 18 17 13 13 8 17 26 21 16 15 14 21 17 14 16 12 25 29 +004783 31 22 21 17 11 20 16 15 13 15 26 20 12 19 14 18 17 8 10 22 24 8 12 12 15 19 25 32 +004784 29 21 16 8 20 27 23 16 21 15 17 14 7 17 19 21 27 +004785 26 20 23 16 12 11 20 16 14 24 15 14 19 22 5 13 12 12 17 28 27 +004786 28 19 15 15 20 16 12 19 26 17 18 13 17 9 16 21 17 17 9 13 20 20 17 29 +004787 30 23 24 10 25 24 17 13 15 10 21 28 31 22 15 19 19 21 19 16 17 17 10 19 25 29 +004788 28 18 19 14 20 17 14 15 15 17 29 30 +004789 27 16 19 8 20 19 14 18 27 28 +004790 25 23 21 15 15 23 17 12 28 27 +004791 29 20 20 21 15 19 27 5 20 12 21 23 14 26 35 11 16 18 17 29 +004792 29 19 16 21 12 15 21 13 14 16 12 14 12 21 24 19 21 10 16 21 20 14 20 33 30 +004793 26 14 16 19 22 19 16 13 20 23 18 28 +004794 29 15 17 14 25 22 23 21 13 29 28 +004795 25 20 16 21 17 17 17 27 19 20 17 9 16 23 17 12 17 13 17 19 29 28 +004796 29 20 15 9 12 16 14 24 22 10 15 14 16 22 16 23 25 18 19 19 13 10 24 25 30 +004797 29 16 19 16 24 18 21 23 15 17 15 17 11 10 18 17 17 11 21 19 4 17 14 15 28 32 +004798 26 17 26 15 11 15 24 15 14 22 14 29 16 18 15 13 13 19 18 16 23 20 16 19 24 30 +004799 29 24 16 18 32 11 14 18 28 9 18 15 27 17 21 12 17 13 16 12 18 28 15 13 13 19 26 31 +004800 31 15 20 21 18 17 16 23 22 10 15 14 12 23 16 14 14 17 21 18 15 14 30 30 +004801 30 21 16 19 15 14 14 16 10 16 16 13 25 9 19 20 16 18 14 11 15 18 27 28 +004802 26 21 17 15 15 19 13 15 15 18 27 15 11 13 16 22 9 10 24 25 9 15 12 12 22 22 31 +004803 28 16 21 25 19 16 17 14 15 9 16 23 35 17 14 19 14 14 15 18 13 16 17 22 12 8 19 22 31 +004804 29 11 14 18 23 12 15 10 18 17 14 17 30 28 +004805 26 20 22 13 17 28 20 18 18 18 13 17 24 28 +004806 27 17 15 18 13 19 23 15 20 12 11 20 11 20 26 28 +004807 27 21 21 24 6 13 14 18 2 13 29 7 16 13 19 25 27 +004808 26 23 21 20 7 12 13 19 26 17 17 16 20 16 18 29 +004809 28 15 17 13 14 25 4 14 15 21 23 3 22 2 17 22 28 +004810 25 16 17 15 16 14 15 22 7 12 15 13 10 19 12 17 29 27 +004811 24 18 16 18 30 15 11 20 14 16 15 15 22 26 28 +004812 25 24 24 21 17 14 20 18 5 26 25 22 18 17 28 27 +004813 25 17 15 21 20 19 12 19 19 15 24 28 17 18 17 6 11 18 14 18 9 17 25 29 +004814 30 18 16 22 19 29 18 18 23 18 14 15 19 12 11 14 22 5 11 14 22 21 28 +004815 27 28 22 21 18 16 17 18 14 15 15 20 22 32 18 11 18 11 14 10 10 18 23 8 14 15 15 33 29 +004816 28 15 12 17 23 16 12 11 13 16 26 16 16 18 11 14 17 17 25 18 14 17 13 18 14 25 29 +004817 25 24 17 17 29 14 16 20 33 26 +004818 26 21 14 16 20 18 12 15 15 20 17 20 12 17 19 23 29 +004819 28 21 24 15 13 22 23 10 15 15 12 16 14 10 18 14 16 29 30 +004820 30 14 18 26 16 15 16 15 12 9 19 24 20 13 13 9 13 18 16 20 11 19 20 19 23 28 +004821 25 21 16 18 17 11 13 14 17 14 17 23 27 +004822 29 21 17 18 19 13 18 18 11 6 20 22 14 12 15 15 18 20 5 22 18 16 20 12 9 21 24 30 +004823 28 26 12 11 15 28 6 15 11 22 12 19 20 21 27 +004824 33 16 16 20 18 15 16 12 19 8 15 19 29 16 15 22 17 12 15 15 24 27 +004825 26 20 23 20 19 12 8 19 17 15 8 16 15 30 25 +004826 25 17 21 17 21 10 16 15 20 14 17 18 18 22 28 +004827 27 19 25 4 17 13 19 18 17 14 19 20 13 24 28 +004828 29 13 19 13 9 14 15 21 18 19 17 13 19 12 21 24 28 +004829 27 20 24 20 12 11 15 14 28 10 18 11 19 13 11 17 9 14 13 16 17 16 28 +004830 26 17 26 10 21 19 12 15 15 18 14 10 16 14 21 24 20 14 20 27 26 +004831 30 21 21 19 14 13 19 19 17 12 15 18 28 27 +004832 31 19 20 16 17 22 19 16 14 25 7 11 17 21 30 +004833 25 16 9 24 19 15 11 14 15 11 17 19 19 28 +004834 26 19 17 29 9 11 12 19 21 21 19 13 13 28 28 +004835 28 11 22 19 14 15 15 17 19 17 9 11 29 28 +004836 27 17 21 16 13 18 19 23 15 19 0 12 18 25 28 +004837 28 12 15 15 24 12 11 14 10 9 11 17 24 26 26 +004838 27 19 14 18 27 13 16 15 19 18 15 21 24 29 +004839 33 17 18 11 16 21 24 16 12 27 16 20 16 11 15 18 18 13 18 23 22 16 14 15 18 21 13 27 30 +004840 30 16 17 9 17 24 14 13 18 9 17 27 14 12 12 16 19 14 9 17 29 29 +004841 26 27 21 17 12 17 25 16 14 12 17 18 14 17 18 9 14 8 20 27 27 +004842 27 19 20 18 13 14 14 18 23 13 18 15 9 17 17 12 10 18 25 29 +004843 28 20 23 18 17 16 16 13 12 18 18 23 17 12 14 14 18 19 21 16 14 15 27 16 15 25 29 +004844 29 22 18 16 20 21 8 12 11 12 15 17 20 12 13 13 15 14 15 23 28 +004845 27 17 16 20 18 19 11 14 13 23 20 16 19 22 6 9 16 22 17 22 26 16 19 22 16 31 +004846 28 17 15 17 23 3 13 19 18 13 13 10 21 19 18 16 12 12 13 14 14 26 36 10 20 14 14 30 13 15 11 27 31 +004847 28 21 19 16 12 11 15 24 13 11 15 11 13 20 14 17 15 9 15 23 29 +004848 29 21 19 17 15 14 10 9 16 19 24 18 15 14 16 17 17 15 14 15 15 22 20 28 +004849 25 20 17 28 20 18 17 16 20 15 12 11 15 22 4 19 12 16 16 19 25 29 +004850 26 14 10 16 24 16 14 13 14 21 9 16 15 15 17 15 29 27 +004851 25 19 11 15 11 16 16 23 9 18 14 19 19 15 19 15 9 16 25 28 +004852 27 18 22 18 21 15 15 11 20 21 22 15 22 13 11 15 17 4 17 9 16 27 29 +004853 26 14 14 17 20 23 12 15 21 19 14 11 18 21 29 +004854 27 16 22 14 16 9 16 16 29 20 19 14 18 29 13 16 30 25 17 17 19 13 23 17 33 +004855 26 14 15 14 25 13 19 21 13 18 11 14 27 28 +004856 27 15 26 17 11 15 13 22 12 13 13 27 35 10 12 9 16 21 17 16 15 14 11 18 20 15 31 26 +004857 28 12 12 19 18 27 22 18 22 22 18 21 29 +004858 29 21 16 15 18 19 20 12 17 12 12 15 20 14 13 23 34 11 11 18 21 10 14 11 16 22 12 17 17 27 29 +004859 27 19 18 15 12 14 27 25 16 11 12 17 14 19 21 29 12 12 21 19 17 11 24 29 +004860 25 19 16 14 15 18 22 14 18 22 19 20 13 28 27 +004861 31 18 14 17 18 11 14 19 26 20 12 13 9 17 17 12 18 20 19 13 16 11 17 14 18 24 29 +004862 30 21 18 14 20 21 14 15 14 18 13 6 14 19 22 19 23 22 14 10 14 20 32 26 +004863 30 15 17 24 20 17 17 21 15 16 15 21 15 11 12 13 22 20 23 13 18 15 18 16 26 29 +004864 26 22 19 14 15 6 19 18 24 16 12 16 21 26 17 14 9 23 19 19 18 17 29 28 +004865 30 12 18 19 21 12 14 18 17 24 30 21 17 16 12 15 10 20 27 15 19 12 13 29 30 +004866 26 13 14 20 19 17 10 13 20 17 22 26 9 8 20 19 18 15 21 19 29 +004867 28 20 15 13 25 11 15 14 8 16 25 19 16 21 19 16 14 17 17 16 16 29 26 +004868 31 18 22 15 11 9 18 25 24 18 12 17 20 15 17 16 24 23 14 18 23 22 17 17 22 30 +004869 28 19 18 19 19 11 16 16 22 14 18 16 18 25 20 14 12 15 18 15 14 19 26 27 +004870 27 22 21 21 23 20 15 13 14 15 25 22 19 15 14 18 27 29 +004871 30 11 19 16 16 22 18 11 9 13 18 23 5 16 9 9 21 25 18 11 11 11 25 28 +004872 27 14 13 15 21 18 15 24 29 +004873 31 17 16 17 27 20 14 25 16 13 13 15 11 19 26 17 17 17 13 10 24 15 10 15 21 29 +004874 27 22 20 15 19 10 17 19 18 18 12 27 13 18 9 15 13 16 20 12 13 17 19 20 17 18 10 21 29 +004875 30 20 24 14 12 17 26 15 17 13 9 18 22 17 19 20 20 13 17 20 12 16 17 15 17 18 32 29 +004876 31 19 21 15 20 12 16 7 18 21 25 10 16 15 19 5 17 17 13 10 17 27 17 11 11 16 16 21 19 29 +004877 27 21 21 10 16 15 9 14 10 13 17 26 27 13 13 21 23 22 18 16 11 12 19 16 15 19 26 30 +004878 26 24 20 13 18 18 17 15 17 20 23 15 15 16 15 16 8 17 19 26 27 +004879 28 16 18 25 19 14 20 13 18 19 14 11 10 16 23 19 23 21 17 9 19 21 23 31 +004880 28 17 15 20 16 16 16 17 24 19 13 11 15 22 4 9 17 20 17 7 19 16 16 21 15 9 9 16 27 30 +004881 29 16 18 13 25 11 11 13 16 14 23 22 27 +004882 29 11 16 15 28 6 16 17 15 18 14 10 21 27 28 +004883 28 18 19 19 15 23 19 9 12 15 18 26 26 +004884 28 20 15 21 22 19 17 14 18 18 19 26 15 19 21 18 12 16 13 8 17 30 29 +004885 29 11 21 22 20 15 16 17 18 23 21 17 9 15 29 27 +004886 25 24 17 9 16 26 6 11 17 16 17 16 14 13 10 10 18 16 30 28 +004887 26 20 23 22 19 13 15 10 16 23 29 10 11 15 19 16 26 17 18 16 14 18 20 28 +004888 28 18 18 16 12 13 14 28 24 15 16 15 17 17 17 25 28 +004889 26 17 19 14 31 21 15 12 19 16 25 26 +004890 27 15 12 12 10 27 17 10 18 20 19 27 +004891 30 19 21 25 20 24 23 27 22 26 24 19 13 10 14 22 19 14 15 13 10 18 15 11 19 30 30 +004892 28 20 21 12 13 19 22 12 15 13 15 18 9 23 27 +004893 26 20 19 15 23 17 12 19 21 15 27 +004894 25 17 18 26 29 20 21 19 16 28 27 +004895 26 21 18 15 21 16 11 17 19 11 25 9 18 17 12 17 16 27 29 +004896 30 16 15 20 22 18 13 14 12 20 28 4 13 20 15 22 11 9 17 18 23 26 +004897 25 25 21 30 8 14 21 29 28 +004898 26 21 14 15 13 14 19 25 29 +004899 27 15 20 16 16 16 16 26 26 +004900 25 15 11 15 20 15 11 16 27 10 18 18 16 11 20 24 20 17 17 16 12 24 20 30 +004901 27 24 13 18 16 12 16 16 19 19 9 13 18 27 37 17 12 25 24 10 14 12 19 17 17 12 15 25 28 +004902 29 13 16 17 16 21 12 17 26 8 15 15 18 9 13 24 29 +004903 27 14 26 13 16 16 16 15 17 11 16 12 14 16 15 29 28 +004904 25 23 23 13 17 19 18 21 24 18 28 +004905 25 18 15 19 17 15 12 15 19 24 28 +004906 27 17 17 17 21 16 14 24 13 13 15 20 17 13 11 17 26 27 +004907 27 25 26 12 27 23 27 16 11 21 13 12 13 17 20 25 17 18 14 10 15 17 8 15 10 14 15 12 17 20 22 29 +004908 31 24 21 16 15 16 14 18 11 17 16 17 17 24 21 11 13 21 15 16 9 18 19 15 23 29 +004909 29 20 22 16 16 16 14 18 23 7 16 11 18 17 24 28 +004910 29 21 24 19 10 18 18 21 22 17 21 16 11 18 20 27 27 +004911 29 14 10 17 26 16 16 21 13 19 13 11 14 7 20 24 28 +004912 30 20 25 7 20 24 15 15 18 17 18 13 16 16 28 28 +004913 26 17 11 13 18 16 14 15 16 17 19 9 17 20 22 30 +004914 28 12 30 23 24 6 14 11 21 17 8 16 23 37 19 22 12 15 29 29 12 14 25 15 15 24 16 15 15 19 12 17 30 29 +004915 29 15 27 24 19 12 12 15 19 17 22 15 18 22 19 25 17 16 15 13 19 24 27 +004916 27 17 21 19 14 14 15 16 14 22 13 14 18 20 15 17 16 18 21 17 29 +004917 27 12 23 18 21 19 11 27 15 12 16 12 25 29 17 23 19 18 21 21 26 30 +004918 25 24 26 17 16 15 23 4 25 20 14 19 17 32 29 +004919 27 18 11 15 24 22 15 19 15 15 30 15 21 24 19 19 17 8 16 13 15 30 30 +004920 29 19 17 21 19 16 17 11 13 19 18 22 22 21 12 10 16 16 26 17 25 12 13 18 18 24 30 +004921 31 17 26 15 21 20 6 15 16 12 10 16 15 15 15 12 10 26 19 23 13 11 13 15 10 11 19 15 23 13 30 +004922 28 18 16 28 15 19 20 28 26 14 15 18 17 14 24 21 34 14 17 15 18 18 18 16 28 28 +004923 30 18 17 12 14 21 19 20 12 9 17 23 29 13 10 16 19 16 13 14 16 13 22 20 6 20 12 7 17 25 29 +004924 25 18 26 14 11 20 16 15 9 20 24 18 16 11 16 17 22 15 16 18 14 10 18 13 7 20 28 29 +004925 28 15 14 16 18 21 9 13 16 13 19 20 18 19 16 16 19 29 +004926 28 24 15 18 30 7 16 13 13 20 8 14 19 16 11 13 16 16 15 15 16 18 30 +004927 30 18 10 18 22 12 18 29 27 14 15 21 19 15 17 15 22 15 19 18 16 23 9 30 29 +004928 26 19 29 19 17 15 17 15 21 17 18 13 20 21 5 20 14 14 19 21 27 +004929 26 18 17 27 4 20 14 16 18 13 12 15 12 14 20 15 18 13 19 5 17 19 18 15 14 30 29 +004930 29 15 18 18 12 13 15 13 11 17 21 25 13 16 9 15 26 19 18 14 18 13 17 22 30 +004931 26 18 17 18 28 17 15 20 11 9 13 18 21 18 16 20 18 16 13 11 15 21 31 +004932 26 23 13 14 18 15 17 17 18 11 18 24 17 12 16 25 19 18 12 17 28 28 +004933 27 20 16 24 6 15 13 22 11 10 13 16 26 35 5 16 17 9 19 19 29 +004934 29 15 15 19 15 16 16 14 24 10 16 16 18 18 13 14 15 23 21 20 23 19 21 17 17 14 14 7 20 21 30 +004935 28 16 18 17 20 4 16 12 9 17 16 14 8 18 26 28 +004936 25 17 16 23 21 19 18 13 14 14 17 12 24 14 18 19 20 18 29 28 +004937 24 22 16 3 14 14 11 16 14 16 17 9 27 28 +004938 29 14 13 31 19 15 17 19 15 10 17 17 13 15 16 21 26 14 21 17 17 25 28 +004939 28 22 16 17 21 13 13 15 14 26 24 14 13 18 17 15 16 22 16 20 12 31 30 +004940 27 22 18 12 18 19 13 14 15 16 27 17 16 17 10 18 18 20 17 17 28 28 +004941 28 18 20 17 20 22 8 17 14 18 18 16 14 14 14 18 24 30 18 19 17 16 16 15 11 16 25 26 +004942 25 18 14 17 26 21 14 16 14 11 12 11 11 17 13 22 22 29 +004943 28 20 23 25 25 21 19 16 17 13 19 33 19 17 19 14 14 15 17 24 28 +004944 26 23 14 14 21 21 13 19 17 26 15 13 19 15 21 19 28 27 +004945 25 17 20 23 23 14 20 22 23 25 21 16 15 15 28 24 16 19 14 13 10 15 11 18 28 28 +004946 25 17 24 13 15 20 16 18 13 9 16 16 16 32 28 +004947 28 16 14 19 26 13 13 27 5 14 13 15 12 22 20 22 20 16 15 17 9 20 23 28 +004948 26 20 17 20 20 18 19 15 21 17 5 17 14 17 13 17 21 13 16 13 28 31 +004949 28 18 20 25 15 17 12 16 8 18 22 13 11 14 14 16 16 16 22 28 +004950 26 18 13 22 20 18 14 16 17 18 15 25 4 24 6 19 23 27 +004951 31 14 27 21 10 17 15 18 21 5 19 12 17 24 19 21 12 14 17 14 15 28 31 +004952 29 17 19 26 19 12 15 23 14 14 21 25 19 17 16 14 10 18 12 7 13 15 25 29 +004953 30 17 17 17 19 15 18 16 16 28 33 40 17 12 11 15 22 28 10 10 22 22 15 12 25 10 21 14 31 +004954 31 15 13 21 23 18 17 17 13 9 21 26 21 17 13 20 17 13 12 17 13 16 14 7 20 10 31 28 +004955 29 13 21 15 16 20 25 10 16 8 18 15 22 22 27 16 18 12 13 14 10 20 19 30 30 +004956 30 16 17 22 17 13 16 14 18 21 20 16 27 9 13 17 14 18 26 29 +004957 27 26 21 20 16 16 14 10 15 25 10 16 18 32 28 +004958 27 18 24 15 14 10 19 23 6 17 17 9 24 14 15 19 22 27 +004959 27 19 15 16 25 37 12 16 29 16 14 15 12 18 19 25 25 10 19 18 17 13 14 15 23 29 +004960 28 23 22 16 17 13 22 22 18 9 18 17 15 13 10 14 15 19 22 13 21 15 13 21 25 0 29 +004961 26 18 11 11 18 21 9 12 17 18 17 17 21 20 22 18 17 24 16 11 21 19 16 29 +004962 29 20 14 11 27 19 18 17 18 13 14 16 8 17 14 21 23 27 15 12 15 16 8 27 17 16 20 18 28 +004963 28 19 25 13 12 15 15 17 9 27 27 +004964 27 17 22 10 11 13 12 18 18 25 29 +004965 25 18 17 19 12 17 24 14 22 15 21 23 21 14 12 18 28 28 +004966 28 22 16 19 26 16 15 21 25 27 +004967 28 18 25 16 12 19 25 20 14 9 17 23 14 11 17 16 18 21 30 +004968 27 16 11 17 17 15 11 20 25 27 +004969 28 19 22 16 19 16 13 11 17 20 5 19 13 15 15 18 29 28 +004970 28 15 17 28 18 12 18 25 27 +004971 28 12 17 15 21 25 26 +004972 24 19 13 11 23 17 26 27 +004973 26 17 16 23 18 15 13 17 18 18 16 15 16 15 16 14 16 26 32 +004974 28 20 21 20 14 17 32 27 +004975 26 17 19 24 13 15 17 17 23 27 +004976 28 11 15 19 19 15 14 18 21 27 +004977 29 12 17 14 18 19 12 16 15 20 28 +004978 25 15 22 8 13 11 21 11 26 27 +004979 28 13 13 20 16 17 30 28 +004980 28 20 19 15 16 9 15 22 10 19 12 14 13 16 13 16 20 23 28 +004981 24 15 18 17 21 12 8 22 28 27 +004982 27 13 14 18 15 18 15 17 25 18 14 23 14 11 14 16 15 30 28 +004983 24 15 15 20 13 14 18 13 10 15 14 18 26 28 +004984 28 22 24 19 10 17 16 14 9 14 14 19 23 26 +004985 28 17 15 18 9 19 11 17 26 28 13 13 17 14 12 11 17 24 4 19 16 19 15 13 17 30 28 +004986 27 18 18 19 16 17 18 25 31 13 14 9 14 26 5 14 23 16 13 29 6 13 17 15 12 18 29 28 +004987 30 16 19 24 16 16 17 20 15 10 13 14 13 9 16 19 21 32 +004988 28 23 21 16 17 13 26 18 16 10 18 25 19 16 18 20 14 13 10 15 30 27 +004989 31 11 18 10 17 18 11 15 21 26 30 10 14 15 14 15 13 22 14 14 22 19 28 +004990 29 18 11 21 14 18 24 18 17 19 25 28 18 18 16 13 19 17 21 10 14 14 14 20 22 27 +004991 29 17 13 17 12 19 19 19 18 14 20 16 6 14 11 22 17 17 28 +004992 26 22 16 16 25 20 14 16 7 25 18 19 28 +004993 31 14 16 23 15 16 17 14 7 18 19 17 21 8 15 12 11 21 12 16 23 28 +004994 27 19 21 18 23 12 15 15 15 17 26 11 13 12 12 16 20 16 28 +004995 29 12 22 18 16 15 14 10 17 20 20 26 12 15 22 7 13 12 14 16 21 19 13 23 20 28 +004996 29 17 19 17 15 15 13 13 16 27 24 15 15 22 18 19 13 17 26 16 19 17 30 +004997 26 14 14 15 20 23 19 15 14 15 19 24 18 15 17 22 15 12 7 19 27 28 +004998 26 23 14 24 19 15 18 24 15 14 18 32 28 +004999 27 19 16 17 20 17 12 17 16 19 20 6 20 20 15 29 22 15 14 15 11 18 16 16 12 18 21 28 +005000 29 21 18 13 12 22 20 15 14 21 15 18 24 29 17 23 22 17 22 13 12 18 16 13 16 15 24 31 +005001 27 25 16 15 18 28 4 15 24 18 12 13 9 10 33 10 12 16 28 30 11 21 25 22 10 19 25 31 +005002 30 16 28 17 21 22 24 10 22 20 14 14 18 10 14 6 25 22 26 +005003 31 11 15 28 6 14 18 11 14 24 26 16 19 12 16 17 19 17 15 28 27 +005004 25 24 21 6 24 16 7 12 19 11 18 19 26 6 30 25 27 +005005 27 20 24 17 13 14 12 17 14 18 25 10 17 19 19 11 12 30 29 +005006 28 18 12 10 15 17 14 17 23 12 19 13 19 25 5 13 20 16 12 14 21 15 12 17 27 30 +005007 24 25 21 18 17 19 15 18 24 12 20 30 29 +005008 27 12 17 12 22 25 11 15 10 21 19 24 27 +005009 24 9 22 12 20 24 12 17 20 20 17 17 29 27 +005010 23 21 18 24 16 19 19 22 12 18 11 16 23 22 14 21 8 23 24 16 18 31 28 +005011 24 18 16 17 22 6 14 16 14 21 17 14 13 16 18 6 22 24 29 +005012 28 18 21 22 18 15 14 14 17 15 14 21 22 16 21 17 24 10 15 16 26 28 +005013 27 16 13 26 25 11 17 15 13 14 15 17 15 14 14 25 5 16 14 6 18 17 18 19 15 19 28 29 +005014 23 15 16 21 25 28 15 13 16 15 27 3 18 10 25 22 5 13 16 24 26 27 +005015 32 14 22 24 12 20 14 17 15 19 21 10 16 18 21 21 17 14 15 20 17 29 31 +005016 33 14 15 21 18 20 5 16 13 16 17 24 5 22 18 18 15 18 30 27 14 17 18 22 14 19 28 31 +005017 29 14 25 18 14 20 23 7 16 17 12 17 16 19 21 17 15 22 20 12 15 15 21 27 29 +005018 28 20 18 20 26 5 24 17 16 17 16 13 18 29 27 +005019 29 15 16 19 20 20 16 11 20 17 21 5 19 18 16 9 23 18 31 23 21 25 22 20 16 14 22 34 +005020 27 20 14 21 24 15 17 20 11 24 18 30 +005021 29 18 21 29 13 9 9 14 14 19 25 22 13 7 16 17 22 18 17 15 8 19 22 18 15 8 19 33 28 +005022 28 21 24 21 11 22 21 9 20 21 17 19 17 28 31 +005023 31 10 22 19 19 22 27 11 17 22 12 11 13 25 32 +005024 28 19 25 17 12 18 28 17 18 15 18 20 18 16 17 13 9 18 28 29 +005025 30 18 10 26 26 12 21 20 25 21 4 16 13 8 20 12 24 18 15 10 18 28 15 29 +005026 28 12 20 13 23 21 17 8 15 18 19 29 25 14 18 18 17 17 17 14 10 18 28 31 +005027 28 20 22 24 20 18 16 19 20 26 17 20 15 14 18 20 8 14 17 15 10 20 29 32 +005028 24 20 22 16 14 21 26 7 13 18 21 17 21 10 31 30 +005029 25 22 21 19 26 11 20 19 14 18 9 17 24 30 +005030 31 21 18 27 12 15 16 14 21 25 12 10 13 18 21 17 14 10 9 22 27 29 +005031 31 13 20 20 15 19 20 10 17 18 21 19 15 12 15 16 21 27 28 +005032 28 22 24 18 24 22 17 13 18 13 16 3 27 20 15 15 15 17 20 26 31 +005033 28 20 18 13 16 22 24 5 12 13 18 14 17 16 19 15 15 22 28 29 +005034 26 14 22 31 17 21 21 18 17 19 16 17 20 7 15 18 17 19 22 30 +005035 30 18 19 10 17 27 14 10 19 14 19 24 22 16 15 19 15 23 5 13 21 14 13 21 26 30 +005036 26 20 23 14 20 21 14 17 11 19 17 8 19 26 20 17 17 10 15 16 23 17 14 22 15 17 26 28 +005037 29 17 17 17 16 19 16 15 15 16 26 11 23 20 16 18 11 18 19 29 28 +005038 29 19 19 26 6 21 19 24 8 20 18 22 5 18 16 15 31 29 +005039 25 25 21 19 13 11 18 25 24 18 22 21 15 17 17 33 27 +005040 29 15 19 20 14 25 22 18 20 17 16 13 17 14 15 22 29 +005041 28 14 19 20 24 24 18 15 12 9 21 27 16 23 17 16 14 25 19 29 +005042 29 19 17 21 5 16 17 14 19 29 5 17 19 18 13 17 29 29 +005043 29 17 13 13 23 22 5 24 15 19 13 17 17 25 4 25 14 13 18 17 11 14 14 17 8 16 22 29 +005044 28 19 18 14 7 11 27 16 20 10 15 16 17 16 26 23 12 16 16 18 18 22 30 +005045 27 17 20 16 18 22 20 17 12 13 19 13 17 13 18 31 34 15 19 17 21 14 15 13 15 18 18 34 30 +005046 27 18 25 15 16 13 18 25 18 23 17 17 20 29 30 +005047 24 26 25 15 14 19 24 22 23 26 16 17 17 26 27 +005048 26 17 24 25 17 11 20 20 17 9 19 18 23 15 28 +005049 29 19 24 17 22 23 17 16 17 15 11 19 27 17 15 9 17 17 17 21 31 +005050 25 19 20 19 27 14 18 9 12 17 24 15 17 13 13 18 12 12 12 16 17 26 28 +005051 26 23 17 12 23 8 18 13 11 15 19 26 26 +005052 28 15 25 4 19 19 21 16 11 16 6 21 14 20 28 +005053 29 16 15 30 5 15 13 25 16 18 16 23 18 30 +005054 29 22 23 17 13 23 27 18 14 14 20 25 5 16 12 19 19 11 23 30 16 10 18 27 7 17 15 16 24 31 +005055 31 16 28 7 19 14 20 21 22 24 20 13 7 19 22 3 20 12 14 22 22 6 19 15 11 12 15 30 31 +005056 24 15 13 20 17 24 23 6 22 17 8 26 27 15 18 18 23 20 19 19 15 18 28 31 +005057 25 23 22 3 21 19 19 20 15 14 7 19 15 29 29 +005058 31 14 20 26 6 15 16 12 19 16 18 14 14 20 21 16 15 12 15 9 28 29 +005059 26 23 19 18 27 13 18 16 15 27 14 11 20 29 29 +005060 29 19 19 16 20 15 13 18 17 24 18 29 19 17 10 22 21 23 29 +005061 31 16 17 18 20 17 18 17 20 17 14 26 19 12 20 9 10 16 17 27 14 15 23 30 28 +005062 30 18 24 24 15 13 22 21 22 14 19 17 22 17 20 26 20 18 14 17 20 19 25 28 +005063 28 24 21 20 18 10 12 16 19 21 29 +005064 28 20 11 18 23 2 17 15 10 18 20 27 22 19 18 12 19 23 24 12 20 9 18 15 8 18 15 28 30 +005065 30 13 13 15 21 22 17 18 28 17 14 18 14 18 18 17 19 22 6 18 16 13 27 29 +005066 26 21 27 20 19 16 13 17 21 13 23 13 23 15 4 16 17 15 14 21 25 30 +005067 26 21 19 18 16 7 17 13 26 0 21 27 +005068 26 21 15 20 20 27 9 14 13 14 15 16 13 18 29 13 10 12 17 22 17 30 +005069 31 10 21 19 16 17 23 15 14 16 27 9 13 15 22 23 10 17 19 31 17 21 20 4 19 16 17 18 23 29 +005070 24 17 19 28 33 16 24 13 20 27 23 27 18 22 13 9 22 21 28 15 17 22 23 27 +005071 27 21 21 19 11 12 19 11 20 19 21 15 12 17 21 20 4 20 20 13 17 17 6 22 30 28 +005072 28 17 17 27 20 20 17 7 25 22 22 11 22 20 18 18 18 19 18 18 11 8 19 21 16 28 28 +005073 27 17 24 14 14 15 15 14 22 26 28 18 22 17 14 15 24 18 22 19 17 27 29 +005074 29 23 22 15 14 20 23 18 14 19 22 21 18 10 24 18 15 19 14 17 23 10 19 16 19 28 28 +005075 27 17 18 23 24 12 10 23 15 19 22 29 +005076 29 18 17 14 10 17 15 18 27 36 16 33 6 17 16 9 15 22 16 14 22 21 21 13 31 +005077 29 19 18 23 22 23 15 18 30 8 19 16 26 24 17 15 9 16 16 15 8 24 29 29 +005078 29 17 18 23 27 14 16 12 21 21 19 16 10 23 22 16 13 17 21 23 29 +005079 28 17 20 24 16 20 17 22 19 28 29 +005080 28 17 18 18 22 12 14 9 17 17 31 27 +005081 25 18 17 27 17 14 13 19 17 21 23 27 +005082 31 18 15 15 15 31 5 18 16 14 18 13 17 12 17 19 18 6 22 16 27 30 +005083 26 20 27 18 17 11 17 18 21 30 29 +005084 27 21 25 18 19 15 17 6 17 26 11 17 23 20 15 26 13 19 16 31 29 +005085 23 21 20 20 15 27 29 13 14 16 16 9 24 5 15 20 14 17 29 27 +005086 28 18 18 25 3 21 21 16 17 21 26 28 +005087 27 23 20 20 12 19 23 6 22 15 18 18 22 21 30 +005088 30 21 19 26 19 12 10 12 12 20 26 28 24 24 16 21 13 11 15 12 21 25 30 +005089 27 24 23 19 19 23 28 17 21 21 42 19 19 14 18 25 22 17 19 18 16 18 28 30 +005090 27 21 15 23 5 20 13 22 19 15 12 16 18 12 9 18 18 15 17 30 28 +005091 28 16 13 16 16 21 14 14 17 22 15 11 14 19 18 21 30 +005092 30 23 14 11 17 17 26 13 13 18 18 15 18 18 16 20 30 19 14 21 16 18 18 26 26 +005093 30 21 16 23 17 12 19 18 29 21 13 24 22 11 16 24 16 16 14 18 16 12 22 20 31 +005094 30 21 16 9 16 25 17 19 11 21 25 8 10 16 22 10 14 24 14 17 14 19 25 32 +005095 30 15 16 18 34 8 14 15 16 20 19 12 18 17 15 19 13 14 19 33 30 +005096 25 18 20 31 3 25 16 16 24 6 17 20 16 32 4 19 21 21 18 7 17 18 20 2 15 28 13 28 +005097 27 22 24 24 18 18 19 20 10 18 14 18 23 16 22 18 16 25 21 30 +005098 28 24 14 16 18 25 20 17 14 25 8 15 13 10 15 22 20 16 28 +005099 24 24 32 17 21 18 21 22 23 12 18 17 17 17 17 20 23 29 +005100 27 23 17 14 20 21 13 15 21 20 16 17 12 21 11 19 22 27 +005101 25 16 20 17 27 23 19 20 14 11 18 26 15 18 19 20 5 22 17 3 22 17 18 28 28 +005102 28 12 9 20 18 22 11 17 22 24 26 +005103 26 18 15 19 20 19 22 23 10 15 14 19 26 27 +005104 30 18 22 21 22 19 14 16 19 21 20 18 19 21 29 +005105 26 22 15 18 26 20 10 11 12 17 23 27 12 24 29 +005106 28 20 13 18 17 14 28 16 17 11 19 14 27 21 23 22 17 12 23 20 22 23 30 +005107 29 28 26 16 19 15 19 16 19 23 20 15 12 28 9 12 14 15 13 24 14 18 26 52 10 11 20 17 19 19 8 27 17 32 +005108 28 17 31 17 13 19 27 19 17 17 14 18 19 19 2 20 16 16 22 22 19 15 14 20 30 28 +005109 26 25 26 19 20 23 14 29 10 13 15 24 26 28 +005110 27 16 21 18 19 15 18 17 27 12 14 28 14 17 16 20 31 29 +005111 29 16 27 20 17 11 33 18 12 22 16 13 18 15 16 20 29 +005112 23 22 17 12 17 13 14 20 22 20 21 15 19 25 10 18 20 18 22 5 20 16 20 22 31 +005113 27 20 23 18 18 18 21 18 12 19 26 29 +005114 26 9 19 16 16 23 15 11 16 19 25 27 +005115 29 21 20 18 17 19 25 9 17 24 14 18 14 25 29 +005116 30 19 17 19 29 18 19 17 15 8 20 11 12 19 19 16 19 2 14 15 17 21 17 29 +005117 26 27 30 16 17 21 12 17 18 21 15 8 24 17 28 +005118 28 17 19 23 22 16 13 21 20 22 28 15 16 18 15 18 20 5 20 13 13 16 10 17 30 30 +005119 28 18 13 20 20 30 13 17 17 19 34 32 +005120 31 15 21 14 8 22 18 16 15 30 23 17 19 26 21 14 14 20 23 8 22 25 17 18 9 15 21 24 32 +005121 28 28 19 20 16 19 19 9 19 17 31 29 +005122 29 15 20 26 17 17 17 17 22 15 15 22 21 12 26 30 12 21 21 3 16 16 15 18 24 32 +005123 30 28 22 13 17 14 22 22 23 18 19 12 15 15 14 13 11 18 23 34 +005124 30 26 25 19 17 19 24 22 12 15 17 14 7 18 14 13 20 12 15 17 21 32 +005125 27 19 19 19 15 19 25 12 21 21 13 28 29 +005126 29 19 13 18 11 18 6 20 26 6 19 15 22 35 32 +005127 28 17 16 20 25 11 15 22 17 20 15 23 23 30 +005128 26 17 19 18 26 10 19 18 22 21 25 17 28 +005129 28 22 17 19 25 7 17 16 18 11 21 14 23 29 +005130 26 16 20 31 18 18 18 18 22 13 11 21 31 30 +005131 30 23 15 24 21 5 18 16 24 20 16 12 21 16 30 +005132 26 18 24 24 16 20 23 3 26 19 19 24 29 +005133 28 20 21 16 11 21 22 23 11 11 22 13 29 28 +005134 31 12 10 22 24 15 15 14 18 18 21 27 21 23 18 18 22 23 14 24 17 15 17 24 30 +005135 25 20 17 17 19 17 10 19 26 15 16 16 16 31 28 +005136 31 20 21 19 18 14 19 16 21 19 28 11 15 17 17 21 15 12 23 23 13 13 18 19 31 31 +005137 28 20 11 17 15 19 27 18 13 13 16 18 18 18 9 34 32 +005138 27 19 15 26 21 20 12 20 18 21 13 17 23 14 14 25 22 27 +005139 30 10 18 23 16 22 13 17 25 14 15 17 20 10 20 15 21 20 19 7 15 22 17 25 31 +005140 27 20 13 17 11 23 20 17 17 14 9 17 21 8 11 21 16 21 19 22 29 +005141 23 17 28 7 20 24 12 12 19 18 21 17 7 17 23 18 26 19 18 14 10 10 24 20 6 22 17 31 28 +005142 28 20 24 20 14 14 18 18 23 7 15 16 23 16 15 24 15 23 15 23 14 15 14 16 11 16 18 18 26 31 +005143 25 20 20 16 16 24 8 13 21 15 20 13 12 23 19 10 16 12 18 17 27 30 +005144 29 15 18 23 17 14 19 15 15 22 23 11 13 15 19 20 21 13 19 19 30 +005145 26 21 18 12 11 19 22 14 18 18 23 21 17 17 15 9 17 12 19 16 28 28 +005146 26 20 16 21 20 21 26 20 23 23 15 12 16 18 13 20 7 15 14 18 14 28 28 +005147 29 21 15 14 15 31 19 19 20 13 9 24 29 29 +005148 29 13 16 14 12 14 25 16 19 17 26 19 28 +005149 27 19 17 25 13 18 26 17 21 19 17 29 27 +005150 23 21 27 21 16 19 29 26 20 20 25 24 21 18 12 19 25 26 +005151 26 18 14 25 20 17 13 27 23 12 14 19 11 23 19 18 20 24 27 +005152 28 22 19 16 13 23 13 17 22 15 24 20 15 12 29 +005153 29 25 21 19 23 6 22 14 20 23 18 15 22 23 28 +005154 28 18 32 27 12 16 13 13 26 15 12 16 14 14 16 22 31 35 10 19 23 14 13 18 13 21 19 26 29 +005155 29 23 12 23 17 23 20 16 10 19 26 22 16 17 17 19 11 11 17 19 23 28 +005156 29 24 16 24 21 9 13 14 11 18 16 29 27 +005157 31 13 22 19 25 21 17 17 13 19 23 28 13 26 17 14 14 15 17 21 29 28 +005158 26 19 18 24 14 10 22 20 21 19 19 31 33 +005159 30 14 21 17 16 10 16 21 25 23 14 18 22 8 18 16 17 18 26 28 +005160 27 19 19 20 14 13 15 29 4 32 24 18 21 7 13 28 29 +005161 30 13 22 19 26 22 17 17 21 11 10 11 13 11 16 30 29 +005162 26 22 18 17 14 18 22 10 21 22 13 12 16 16 24 20 16 12 13 11 20 20 30 +005163 29 15 32 15 17 16 17 10 18 29 6 12 20 17 18 27 22 20 21 13 16 27 23 30 +005164 27 22 26 14 16 18 15 18 10 27 17 19 15 18 27 16 24 18 18 17 37 29 +005165 29 21 22 16 19 15 18 7 27 23 11 16 18 19 18 16 28 14 15 14 16 17 32 31 +005166 24 23 22 21 18 16 23 16 20 21 26 23 15 19 24 9 19 19 18 21 16 21 17 14 14 20 35 29 +005167 28 21 29 16 23 29 18 17 16 11 22 13 10 21 31 13 17 18 19 18 16 19 33 32 +005168 29 14 22 17 16 17 22 10 14 13 18 14 19 10 14 10 17 25 29 +005169 26 19 22 21 8 11 19 19 18 19 15 12 19 18 19 27 +005170 25 20 29 14 18 15 32 12 22 20 17 13 18 19 29 29 +005171 25 22 22 18 10 14 24 16 14 13 18 6 12 23 27 29 +005172 26 14 27 14 13 18 15 10 13 15 23 18 21 16 31 28 +005173 28 28 30 15 16 19 19 35 26 23 29 22 17 20 27 29 +005174 25 19 18 19 17 24 14 16 19 14 8 14 14 17 24 29 29 +005175 29 24 17 14 11 21 27 22 14 19 20 14 17 16 17 21 21 15 18 21 11 22 30 31 +005176 29 12 11 16 17 19 15 21 23 18 14 15 27 18 17 17 19 34 30 +005177 24 17 14 15 18 16 18 13 9 21 26 9 13 19 16 15 27 29 10 19 8 18 28 13 16 23 27 +005178 28 27 6 16 25 4 12 15 22 22 28 +005179 28 18 24 16 17 20 22 19 13 14 16 7 23 20 16 17 3 10 19 25 29 +005180 29 13 17 23 18 18 24 15 15 20 12 25 28 23 11 22 31 30 +005181 28 25 23 22 12 12 19 24 18 15 16 10 18 29 28 +005182 27 17 24 17 19 22 14 17 26 25 16 12 25 8 15 20 19 23 20 16 15 25 30 +005183 28 23 15 20 22 26 21 10 20 29 28 +005184 26 20 21 14 17 25 8 10 18 17 30 27 +005185 28 19 25 3 20 18 23 19 16 16 13 16 16 24 35 19 19 14 13 13 18 15 19 16 11 19 30 30 +005186 30 22 28 17 12 12 15 20 17 28 23 12 9 23 25 15 19 18 17 15 13 17 19 22 30 +005187 26 22 22 20 18 16 27 18 18 21 18 18 21 23 29 +005188 26 20 30 6 16 15 26 15 13 14 13 16 19 26 34 +005189 31 19 29 7 16 16 17 17 17 15 20 13 19 28 28 +005190 28 23 18 15 8 30 13 21 17 14 21 21 23 23 29 +005191 26 18 32 22 18 28 3 13 14 18 19 19 17 18 21 29 +005192 28 18 19 14 9 21 31 16 11 19 20 13 27 29 +005193 27 23 13 15 17 21 23 4 20 20 15 13 25 25 28 +005194 28 23 27 16 14 26 20 14 16 17 5 14 19 15 15 13 15 16 16 7 17 10 16 21 26 30 +005195 26 23 24 19 11 18 31 22 15 13 23 20 17 12 14 16 18 20 28 31 +005196 26 11 18 17 15 16 18 25 23 12 11 14 17 24 13 13 19 17 25 22 3 19 20 20 23 29 +005197 27 15 29 27 22 17 12 11 12 15 18 26 17 17 14 10 17 18 19 12 26 30 +005198 30 17 17 20 19 11 21 28 39 20 28 7 12 8 16 11 16 3 19 23 23 8 12 17 11 13 16 20 13 19 28 +005199 29 14 14 17 21 26 13 17 14 12 18 17 18 16 26 24 14 22 19 16 9 21 23 19 31 +005200 28 16 17 18 24 20 18 20 12 22 12 18 15 21 24 20 21 23 19 23 15 21 25 27 +005201 31 21 23 19 20 15 15 15 28 7 20 19 11 14 10 16 17 23 30 29 +005202 25 20 13 16 19 14 29 5 16 12 15 15 14 14 14 18 32 27 +005203 26 19 23 2 20 20 21 20 12 14 22 23 16 20 14 18 14 14 15 18 24 28 +005204 30 15 25 16 17 24 12 9 25 14 19 15 15 19 10 21 21 33 17 16 19 23 18 17 14 16 17 22 17 28 +005205 26 16 19 21 15 17 28 15 19 14 20 19 14 15 15 18 16 19 13 17 19 17 22 18 17 13 22 18 31 +005206 26 17 16 17 21 22 18 21 20 18 21 28 +005207 31 12 30 4 14 15 19 19 19 8 23 15 16 16 10 14 20 3 25 16 3 14 11 20 23 29 +005208 27 14 23 4 21 20 13 20 19 16 12 26 18 12 14 19 21 11 19 24 5 12 12 20 16 13 25 27 29 +005209 27 17 31 20 15 13 28 19 19 22 13 16 20 19 10 16 25 6 13 20 0 19 26 27 +005210 31 19 9 24 20 15 25 24 25 12 16 21 9 15 20 24 13 16 19 17 17 14 12 30 28 +005211 27 16 14 18 24 22 17 14 13 9 18 26 24 15 20 12 18 20 11 12 15 16 18 28 31 +005212 26 23 20 26 21 14 16 19 14 11 20 16 13 15 21 28 28 +005213 26 23 21 22 18 14 15 20 28 12 13 21 20 25 7 13 19 29 28 +005214 28 18 26 15 13 23 26 7 13 15 15 18 21 12 18 28 31 +005215 27 19 25 16 18 19 17 17 24 6 13 17 17 19 23 28 +005216 30 21 19 10 16 23 21 18 19 15 10 17 23 30 21 16 20 18 19 20 16 14 30 30 +005217 26 18 21 17 16 16 24 6 17 13 18 17 23 25 15 16 15 22 15 16 29 +005218 30 22 15 9 19 23 0 20 20 18 17 16 13 19 16 18 12 10 25 15 25 28 +005219 25 16 24 19 13 17 15 19 18 14 18 15 8 20 16 23 33 25 16 19 21 15 22 4 17 20 19 26 28 +005220 27 20 17 16 24 25 13 22 18 17 14 14 12 26 0 25 17 20 11 15 17 16 13 27 18 28 +005221 29 13 13 24 18 20 16 15 20 14 10 17 19 24 28 +005222 27 29 18 10 12 14 16 36 14 17 25 22 24 14 20 27 29 +005223 30 16 17 20 25 6 17 14 12 15 14 18 15 11 17 22 29 +005224 31 11 28 9 15 15 27 5 15 21 21 22 18 14 8 14 19 19 26 32 +005225 30 25 23 15 17 18 24 7 16 18 17 19 15 17 17 16 16 23 31 +005226 27 20 12 13 18 17 18 16 25 15 17 16 20 20 19 13 11 13 23 28 +005227 30 24 11 16 28 14 10 9 17 23 16 8 16 19 17 14 19 28 28 +005228 29 10 22 14 17 21 16 15 26 26 13 10 20 16 11 11 23 13 15 10 20 29 29 +005229 30 13 22 17 14 21 18 21 10 19 13 11 20 12 22 17 30 +005230 26 20 17 24 29 18 16 18 21 3 17 21 19 14 11 16 17 26 12 16 18 17 30 30 +005231 28 16 23 18 17 19 15 7 22 28 28 +005232 27 19 24 4 13 21 23 17 13 19 28 0 26 +005233 23 23 13 15 19 26 19 20 17 18 10 17 19 3 18 15 18 16 19 26 20 15 12 15 15 15 18 27 29 +005234 27 20 15 24 10 22 20 15 14 16 16 12 17 16 18 26 30 +005235 25 22 18 21 8 15 13 18 26 11 19 15 16 14 18 20 16 18 18 20 29 +005236 30 18 19 26 22 16 18 20 26 17 10 13 19 14 19 17 17 18 28 +005237 29 17 7 20 23 15 19 14 17 8 17 13 26 13 22 18 12 17 17 20 25 30 +005238 26 19 22 14 15 15 13 11 21 21 21 14 16 19 20 15 17 7 21 14 24 22 14 14 19 18 13 23 15 31 +005239 29 18 22 23 34 19 15 26 18 17 18 13 19 19 19 17 13 28 29 +005240 26 19 21 22 11 17 28 4 17 16 17 14 16 19 10 16 12 21 16 31 +005241 27 18 19 21 16 8 14 18 16 23 19 18 26 23 14 14 12 14 25 2 17 16 13 15 8 20 24 29 +005242 29 21 16 26 30 18 17 21 18 14 12 17 14 16 14 14 25 22 20 11 17 15 12 20 26 32 +005243 28 13 19 19 10 22 8 14 22 18 16 15 19 27 28 +005244 27 15 16 24 13 17 12 24 3 13 16 15 14 17 31 30 +005245 26 19 18 24 13 17 12 20 25 21 29 18 17 17 17 19 13 17 19 24 30 +005246 29 10 18 14 13 9 22 24 9 21 18 12 25 6 15 12 14 19 19 11 17 29 29 +005247 27 19 27 14 19 16 17 26 14 16 16 14 23 21 17 17 14 16 20 20 32 +005248 26 14 24 16 17 22 19 13 19 14 19 19 18 17 12 12 13 19 22 31 +005249 29 21 17 17 12 8 18 19 5 18 20 20 17 19 28 +005250 29 14 21 17 13 30 5 21 18 9 14 19 27 7 16 18 15 26 28 +005251 30 18 14 32 18 18 14 17 24 15 10 22 27 27 +005252 26 16 15 23 22 15 16 22 20 14 20 25 29 +005253 29 15 25 20 23 18 12 13 12 20 23 15 20 17 17 12 17 32 29 +005254 30 23 20 15 19 15 21 24 23 17 18 15 15 9 17 21 15 25 29 +005255 28 16 16 18 15 22 29 17 19 16 17 17 17 12 20 15 28 +005256 29 13 23 19 15 15 18 10 14 21 18 9 22 8 16 10 18 25 29 +005257 32 11 14 23 16 13 16 15 18 16 15 23 20 14 17 20 15 13 20 23 27 +005258 27 17 21 21 23 17 27 24 10 17 17 12 9 17 17 27 16 35 17 16 20 0 6 17 14 22 22 31 32 +005259 30 16 24 18 24 18 17 10 18 28 15 20 21 5 14 12 18 12 28 11 13 12 13 11 17 17 13 22 29 +005260 27 18 20 21 16 14 19 16 13 19 16 18 23 12 10 22 14 16 25 14 21 14 16 9 16 10 19 24 32 +005261 28 25 17 26 19 12 20 23 17 16 12 18 31 21 14 17 18 20 16 14 18 18 8 15 22 30 +005262 27 13 14 28 15 12 16 20 13 11 31 29 +005263 29 12 33 12 19 23 19 16 15 15 15 11 18 20 14 13 16 18 18 13 15 29 31 +005264 29 26 28 20 15 15 16 19 15 16 10 14 18 15 22 22 29 +005265 28 20 24 24 24 18 7 19 23 12 12 18 9 20 20 28 +005266 31 17 17 28 19 23 11 19 22 17 18 13 9 10 35 8 16 16 23 14 29 30 +005267 29 23 27 21 24 25 18 17 10 17 24 18 3 15 19 18 20 16 14 17 29 31 +005268 28 21 20 15 19 20 21 17 16 14 19 19 20 13 15 17 18 24 30 +005269 25 17 27 17 16 10 15 10 16 23 13 14 15 20 14 15 24 13 21 28 +005270 29 13 19 12 18 14 15 17 22 19 10 19 9 20 17 17 18 14 28 31 +005271 24 15 11 18 12 22 13 11 18 17 26 28 +005272 26 17 11 22 18 14 12 17 13 16 8 23 17 27 14 15 18 25 7 14 11 16 15 29 32 +005273 31 12 16 18 12 32 19 21 22 17 21 18 20 6 26 18 18 12 18 15 22 7 20 11 15 17 13 19 23 32 +005274 26 21 11 30 10 12 19 18 19 16 20 16 21 19 23 28 19 14 17 18 19 7 12 13 11 19 20 23 30 +005275 29 17 22 23 17 18 13 20 17 13 16 21 10 24 20 15 14 13 17 16 16 16 29 +005276 32 17 16 30 15 18 21 16 21 22 33 15 16 18 21 23 9 14 17 17 15 13 14 8 19 23 29 +005277 31 16 19 18 18 17 18 18 24 14 16 14 20 14 16 15 18 20 15 19 12 7 18 22 24 31 +005278 29 18 15 19 19 8 19 21 6 15 13 21 17 15 16 11 18 27 31 +005279 25 14 14 19 19 20 3 27 14 18 24 15 15 15 17 23 30 +005280 30 12 24 0 24 25 19 15 15 23 21 18 17 16 27 30 11 15 9 23 25 14 20 25 17 13 21 28 29 +005281 26 20 23 12 14 20 27 5 9 15 14 18 26 29 +005282 29 18 26 3 18 11 19 15 20 27 19 17 16 19 26 22 16 13 13 12 20 25 29 +005283 25 19 24 15 16 15 11 21 13 23 13 18 14 19 24 19 15 8 19 18 22 29 +005284 27 20 17 27 15 13 12 15 15 30 27 +005285 28 20 22 13 17 19 18 3 19 12 16 18 15 13 22 32 13 16 13 19 15 25 3 19 12 22 21 31 +005286 28 15 16 20 22 18 12 16 18 22 15 22 24 15 17 17 14 9 16 20 29 +005287 25 19 22 14 16 14 13 21 17 18 8 15 7 18 15 15 21 8 24 28 +005288 27 14 20 12 25 13 15 10 17 20 4 17 10 16 15 19 14 20 19 20 12 16 25 21 12 19 17 23 31 +005289 29 18 22 12 20 26 5 17 15 16 12 27 18 18 16 13 18 14 13 11 15 19 32 29 +005290 28 22 14 16 28 18 17 15 18 12 14 25 10 16 15 17 17 21 19 28 14 20 22 24 16 17 17 7 19 23 31 +005291 30 14 20 21 25 15 25 16 14 23 22 11 16 12 13 14 16 17 15 13 13 9 22 18 21 29 +005292 30 22 27 19 16 14 29 8 18 20 15 14 33 29 +005293 25 13 17 16 24 9 16 18 16 15 11 25 13 18 15 18 25 29 +005294 30 17 30 19 15 17 22 13 22 18 28 16 16 10 19 20 25 25 16 20 34 31 +005295 29 15 18 25 15 17 19 17 19 19 8 20 25 6 17 9 18 31 17 19 30 29 +005296 26 17 15 16 21 16 15 19 16 21 17 13 20 20 11 18 18 17 18 15 13 18 18 24 30 +005297 29 24 22 13 15 17 22 11 27 7 19 17 11 24 3 17 18 16 17 19 28 32 +005298 27 13 22 18 13 11 14 22 28 27 +005299 30 15 14 27 13 13 13 19 19 13 11 17 25 25 19 14 19 14 10 21 27 29 +005300 26 21 20 15 15 15 20 16 19 20 16 20 17 14 21 4 21 15 14 23 30 +005301 30 9 15 19 22 17 13 15 19 21 15 14 23 15 16 15 10 19 21 27 +005302 28 16 20 16 13 17 11 17 20 0 20 20 18 8 22 27 21 13 22 26 15 17 14 9 15 18 27 29 +005303 24 23 3 15 15 18 18 15 15 15 25 5 17 16 12 29 29 +005304 28 24 26 15 21 12 22 21 12 17 13 15 16 25 29 +005305 28 24 20 17 16 20 22 16 16 15 13 9 16 27 30 14 23 18 13 6 17 20 21 12 19 30 29 +005306 27 16 18 15 15 22 17 23 28 11 13 19 24 18 10 12 20 19 19 12 18 10 27 20 30 +005307 29 20 17 17 14 19 17 26 26 16 11 13 29 15 19 13 15 16 31 20 15 11 16 18 30 30 +005308 26 23 16 16 16 30 26 19 23 17 12 9 16 8 19 19 3 13 18 12 18 19 13 15 21 31 28 +005309 27 18 29 7 12 16 12 19 20 26 27 +005310 29 21 30 14 15 16 19 13 14 16 17 17 21 8 17 18 15 12 11 19 33 30 +005311 30 28 28 5 19 24 17 17 22 20 3 18 18 22 14 17 10 23 17 19 15 26 28 +005312 28 16 16 16 14 18 15 18 24 12 14 23 18 11 18 7 17 24 24 30 +005313 28 16 9 9 15 18 21 12 17 13 17 33 29 +005314 29 21 19 19 26 20 13 28 14 15 18 21 22 13 13 14 10 15 15 19 15 14 23 24 29 +005315 29 15 33 6 13 23 21 17 16 19 30 +005316 28 11 15 11 18 30 14 15 21 14 29 30 +005317 26 15 17 17 24 21 10 20 24 28 +005318 30 6 14 15 17 16 19 17 25 27 +005319 25 25 22 18 27 19 19 32 28 +005320 27 17 20 12 23 18 17 27 28 +005321 28 19 15 15 16 23 20 20 15 22 21 27 +005322 25 26 13 19 22 8 20 13 19 22 28 +005323 29 19 25 17 14 16 22 11 43 28 +005324 28 15 24 17 17 26 8 21 20 21 17 31 30 +005325 29 14 16 12 19 14 10 14 12 15 16 18 30 26 +005326 27 16 22 15 15 11 13 16 20 10 19 27 28 +005327 31 19 16 15 19 10 25 4 13 14 14 15 19 6 14 15 14 15 22 18 9 17 16 25 29 +005328 26 23 19 14 18 21 14 15 21 15 12 18 32 28 +005329 29 21 20 15 24 17 17 15 12 18 26 9 23 24 22 24 5 17 11 17 17 19 20 26 30 +005330 28 13 17 10 16 28 5 19 15 16 9 14 20 16 21 25 21 18 32 30 +005331 28 14 23 16 19 24 18 21 21 15 18 14 15 17 27 30 +005332 28 15 23 4 17 14 19 17 19 24 31 19 17 16 11 10 20 10 14 16 18 17 15 13 26 21 29 +005333 28 19 24 16 20 27 19 15 25 21 20 12 16 18 16 17 9 22 15 14 19 16 16 17 22 29 +005334 31 19 19 19 14 14 20 21 9 19 14 15 10 11 25 14 19 21 20 19 14 8 12 11 15 23 32 +005335 29 18 18 23 22 16 8 15 15 16 11 20 22 19 18 18 20 11 17 13 23 21 22 20 28 +005336 28 19 17 16 26 11 29 11 18 18 21 16 11 17 25 4 25 15 15 15 16 18 10 16 19 25 30 +005337 30 15 15 20 24 18 14 12 26 22 15 21 18 19 12 13 6 22 18 7 17 16 19 20 13 20 30 30 +005338 26 20 16 17 17 6 14 16 34 21 17 16 17 17 10 33 30 +005339 30 14 16 24 14 18 17 16 24 20 15 19 17 13 18 16 3 14 18 16 13 14 11 21 21 20 30 +005340 26 19 25 8 17 12 15 19 15 17 17 27 7 15 21 18 23 14 15 20 6 12 12 17 14 17 26 28 +005341 30 12 12 15 27 16 15 15 13 25 18 18 21 18 16 14 10 9 20 27 28 +005342 30 16 20 20 18 15 27 20 19 16 24 14 13 18 23 32 18 19 18 12 17 16 17 20 17 18 14 17 27 31 +005343 27 17 16 18 13 8 18 24 16 15 15 15 15 33 8 12 19 16 16 29 27 +005344 27 22 18 19 14 14 15 21 26 19 18 14 16 15 20 30 12 14 16 10 14 18 30 18 26 7 10 11 14 11 18 16 24 31 +005345 27 24 22 23 20 18 18 17 15 13 20 28 39 19 15 19 23 3 22 17 15 17 27 18 19 16 17 32 32 +005346 25 20 26 17 16 14 27 17 16 14 20 29 16 15 11 12 22 24 3 18 17 17 25 6 15 14 18 30 29 +005347 22 18 12 19 13 21 25 19 15 23 9 13 12 30 25 13 15 22 5 24 15 14 10 17 19 21 22 28 +005348 30 19 11 21 28 12 12 21 15 20 11 17 17 23 4 13 14 16 19 8 16 27 17 31 +005349 27 21 22 14 29 16 11 21 24 19 11 11 13 16 16 30 30 +005350 26 17 23 14 13 15 17 19 19 16 21 17 16 16 23 24 14 18 12 22 23 29 +005351 27 28 19 14 13 14 21 14 26 25 15 16 22 15 10 16 14 19 25 15 19 22 18 13 21 27 30 +005352 26 18 17 26 15 15 17 17 13 13 16 18 20 29 16 19 17 16 15 9 17 18 2 16 21 30 +005353 25 18 24 11 14 20 23 4 15 15 16 18 28 29 +005354 23 21 24 20 11 16 20 18 19 21 22 16 16 33 26 +005355 29 15 27 13 18 21 23 16 19 13 14 13 26 24 27 +005356 29 13 17 18 19 22 20 11 18 16 15 14 9 15 18 26 28 +005357 26 19 19 19 14 18 20 14 14 10 12 20 24 19 20 16 10 17 17 9 19 25 32 +005358 29 22 14 28 4 13 13 17 15 22 17 8 19 14 17 16 6 19 16 17 15 17 28 29 +005359 29 14 18 16 9 22 19 14 16 17 22 30 +005360 27 17 26 10 15 13 20 22 10 19 28 14 19 19 7 18 18 13 16 18 26 29 +005361 26 17 9 18 20 13 15 12 9 21 22 29 24 23 11 15 13 16 16 7 22 18 16 22 18 15 20 27 29 +005362 26 17 18 22 17 23 34 18 16 18 23 3 13 24 11 11 19 25 29 +005363 27 24 19 18 4 15 21 15 9 16 14 19 20 11 21 15 18 13 11 30 27 19 17 13 14 21 27 28 +005364 28 16 17 14 13 31 15 16 17 18 22 5 16 24 17 6 12 17 16 18 11 9 24 28 28 +005365 26 20 16 9 17 25 7 15 16 17 17 14 27 30 +005366 27 18 17 16 21 20 15 16 11 14 14 21 14 13 17 20 22 5 17 18 22 7 20 15 18 15 16 19 18 29 +005367 27 8 15 17 13 15 18 19 25 27 +005368 25 16 18 19 17 14 14 22 32 16 25 12 17 18 25 28 24 24 21 16 15 19 29 27 +005369 32 17 27 16 11 20 18 22 7 16 18 20 28 21 20 14 13 14 14 12 16 18 32 31 +005370 31 17 14 20 12 13 21 21 3 15 12 23 0 25 31 +005371 28 14 20 15 23 8 11 15 13 7 18 27 11 12 16 20 32 29 +005372 28 9 17 14 14 16 12 22 0 17 17 17 34 28 +005373 26 17 26 12 16 14 22 13 16 14 20 20 17 10 23 20 15 16 12 19 14 19 19 28 +005374 29 20 15 12 11 12 14 14 24 6 16 15 19 20 17 14 11 13 15 18 30 31 +005375 29 15 20 13 15 16 26 20 14 12 15 18 19 11 14 25 16 11 24 17 18 20 15 8 12 18 21 19 30 +005376 30 13 18 25 11 23 17 18 14 12 18 22 24 16 21 20 18 17 16 15 23 29 +005377 26 19 16 21 20 15 16 26 20 15 14 28 28 +005378 24 17 27 21 12 10 22 11 16 9 21 21 14 22 21 27 +005379 30 17 11 19 19 13 17 14 16 25 4 17 21 18 16 17 31 30 +005380 29 18 29 9 17 14 15 17 17 18 13 13 19 25 15 17 19 15 13 24 30 +005381 30 11 18 24 13 15 12 11 16 12 14 14 22 20 17 16 20 18 3 10 17 18 21 12 21 20 34 28 +005382 30 17 32 21 10 14 9 18 20 12 11 17 14 22 29 20 24 21 22 20 26 9 17 18 18 12 25 30 +005383 26 17 11 18 21 21 17 15 16 20 16 10 20 8 16 12 23 27 +005384 30 12 22 21 12 13 11 14 13 19 23 19 14 25 18 25 17 12 12 20 22 14 16 13 8 19 21 21 31 +005385 26 21 16 18 16 22 19 16 17 22 27 8 15 15 16 12 9 15 15 33 28 +005386 27 19 25 17 17 22 21 19 18 24 15 16 19 30 29 +005387 26 28 15 12 19 19 16 17 14 25 33 15 24 13 12 18 18 24 21 11 19 26 29 +005388 29 17 20 15 21 17 13 14 28 11 13 20 17 20 15 17 14 6 19 19 28 28 +005389 26 18 17 23 19 16 18 14 16 24 15 18 12 14 15 23 16 13 9 20 24 30 +005390 23 26 16 26 26 25 15 17 21 18 18 12 14 11 19 15 17 21 15 22 20 17 15 25 28 +005391 23 15 33 28 16 26 22 18 23 20 22 22 17 15 17 20 19 12 13 20 19 22 14 16 17 22 27 +005392 28 19 20 8 13 18 16 17 21 16 13 12 8 20 22 18 12 12 21 24 32 +005393 28 25 15 17 23 5 24 15 22 29 27 +005394 28 19 17 14 8 19 24 10 12 12 15 19 11 16 20 25 27 +005395 29 13 32 4 18 12 15 30 9 13 12 10 6 20 18 15 30 28 +005396 31 12 18 26 13 15 14 18 27 18 10 17 20 14 17 12 15 18 16 20 22 29 +005397 27 20 17 15 18 31 5 17 17 12 17 24 21 22 21 19 17 12 21 29 28 +005398 25 20 10 27 4 16 12 20 14 18 20 19 12 16 13 15 21 19 16 30 +005399 30 13 29 13 15 13 28 29 14 24 17 20 15 14 17 15 24 7 18 26 5 13 14 19 19 29 +005400 29 22 17 15 18 24 8 14 21 3 18 14 19 28 30 +005401 30 18 20 21 21 16 20 11 17 15 16 14 24 36 15 26 19 15 20 19 19 17 19 8 10 18 29 27 +005402 30 21 25 14 16 18 25 17 7 18 18 22 30 28 +005403 28 19 24 17 16 18 26 22 22 10 15 10 12 13 18 21 6 18 13 17 24 29 +005404 28 15 18 15 10 23 13 16 18 0 8 20 23 16 20 31 28 +005405 28 12 13 21 22 24 16 14 18 15 22 20 18 28 +005406 25 16 17 24 5 12 17 17 17 14 19 15 14 8 15 12 16 17 13 21 23 15 16 18 13 16 14 29 28 +005407 27 20 23 17 17 23 16 23 16 25 24 17 22 19 13 25 3 16 22 17 19 31 +005408 27 18 17 25 14 11 20 19 28 17 17 11 13 18 20 19 3 20 17 19 26 27 +005409 29 14 21 24 25 16 15 15 20 23 13 19 18 19 15 19 22 19 32 +005410 27 18 20 16 18 15 13 14 17 17 26 11 18 21 15 13 12 22 26 30 +005411 29 21 12 20 26 22 25 14 21 17 28 3 12 19 23 15 14 13 16 31 29 +005412 23 20 20 11 13 22 19 16 19 19 16 13 21 15 17 29 29 +005413 26 20 20 13 17 15 16 13 24 30 27 +005414 31 23 17 24 17 15 17 14 10 18 18 15 19 30 13 15 11 16 9 11 14 15 16 28 28 +005415 27 21 13 13 30 12 22 23 18 13 13 23 18 17 19 8 16 26 26 14 12 17 19 24 4 20 15 14 17 14 28 31 +005416 27 17 24 13 16 23 19 13 18 16 14 9 30 11 17 15 18 14 16 14 19 29 29 +005417 28 22 14 16 17 14 12 16 24 16 14 23 20 17 13 16 19 12 17 14 18 23 30 +005418 29 22 14 18 17 21 15 13 15 26 11 9 16 15 16 21 17 19 14 19 35 26 +005419 26 23 15 15 10 13 17 29 22 18 15 14 10 11 13 22 20 15 18 15 21 28 31 +005420 32 17 17 24 5 18 11 13 16 25 20 14 20 18 17 11 18 16 16 9 17 15 18 18 31 28 +005421 29 20 18 23 16 19 22 18 13 22 25 29 +005422 30 16 21 19 17 17 25 3 19 18 18 29 28 +005423 26 21 21 14 16 10 16 24 13 18 18 30 26 +005424 28 24 26 14 16 26 18 9 17 19 15 27 30 +005425 31 21 13 20 15 6 18 19 27 6 12 18 12 16 9 17 17 21 25 16 19 19 11 15 18 16 15 29 30 +005426 25 14 19 26 8 19 18 20 11 22 10 26 29 +005427 27 13 20 19 22 14 18 13 11 14 20 26 28 +005428 30 20 28 7 14 18 14 18 9 15 20 22 28 +005429 29 14 16 21 14 20 3 14 14 14 19 10 20 29 28 +005430 29 20 25 19 9 21 15 14 20 15 23 26 28 +005431 29 20 22 22 13 26 0 8 20 23 16 13 0 27 28 +005432 27 18 19 12 8 25 17 3 19 18 12 17 19 22 31 30 +005433 31 22 16 10 17 20 17 15 17 25 31 14 16 22 17 19 11 17 26 7 12 14 12 15 32 29 +005434 31 20 18 14 18 24 5 15 17 15 24 19 17 11 17 12 18 32 29 +005435 26 19 20 17 13 9 22 28 14 19 16 17 13 16 14 19 16 17 28 30 +005436 27 18 16 17 16 26 9 21 24 20 15 12 14 13 23 16 24 16 17 18 15 27 28 +005437 28 20 23 20 22 16 17 18 21 16 15 22 30 28 +005438 27 23 31 14 17 17 15 15 23 20 18 12 8 20 13 18 28 27 +005439 25 20 19 16 11 23 25 19 15 23 15 17 19 15 9 16 27 31 +005440 27 18 23 18 15 20 23 12 17 12 17 16 21 6 18 17 15 16 17 13 9 20 25 18 15 30 +005441 27 25 20 23 13 15 8 18 19 22 23 13 13 16 18 15 5 20 13 17 24 7 10 13 15 17 15 9 13 22 23 30 +005442 26 20 18 16 20 12 14 15 16 17 24 5 16 20 15 14 15 19 26 29 +005443 29 25 16 18 20 21 17 8 21 19 11 11 18 17 16 19 5 15 15 18 21 26 30 +005444 29 9 15 15 11 17 25 19 10 13 13 14 17 7 16 27 28 +005445 27 25 19 18 12 12 19 31 9 15 21 16 14 22 27 30 +005446 26 15 18 12 15 28 8 12 17 20 13 13 17 20 17 19 30 28 +005447 25 18 20 21 16 13 13 16 17 20 6 18 9 20 26 28 +005448 27 19 22 21 16 13 16 10 15 33 6 23 16 16 16 19 28 6 15 16 18 32 28 +005449 30 16 15 18 22 8 11 15 21 18 14 15 14 12 34 22 13 11 17 18 18 22 22 3 13 12 12 19 29 29 +005450 27 17 19 17 23 15 17 17 15 19 5 29 19 5 24 23 31 +005451 29 18 15 11 17 18 26 17 13 16 14 12 27 14 10 20 15 11 9 16 19 32 28 +005452 26 16 16 30 11 20 19 21 23 22 18 17 19 15 15 17 12 17 18 6 20 15 14 20 25 30 +005453 30 16 20 14 19 12 18 20 7 19 9 18 19 16 18 17 22 16 13 11 22 18 19 14 8 18 26 29 +005454 32 19 23 19 19 18 20 19 11 10 22 17 22 23 18 18 16 21 18 13 14 12 23 31 30 +005455 28 18 21 13 12 14 19 15 16 29 29 +005456 31 19 20 12 12 20 16 16 19 25 29 +005457 26 23 18 20 27 13 15 17 13 16 18 17 12 9 15 16 20 27 30 +005458 27 25 22 19 18 17 6 22 27 28 +005459 26 16 18 17 24 6 22 15 17 25 31 +005460 26 14 17 25 17 11 16 19 27 29 +005461 27 23 21 18 19 19 16 19 30 28 +005462 31 15 19 16 10 22 19 20 17 9 16 18 17 18 24 11 12 13 18 22 12 15 17 31 29 +005463 26 17 31 17 14 11 18 16 18 15 17 20 29 +005464 30 25 18 16 14 19 15 15 20 22 23 16 22 16 9 12 7 23 26 25 19 19 15 15 17 18 28 29 +005465 28 16 18 28 14 16 12 12 13 17 30 29 +005466 28 16 16 14 23 16 17 20 12 21 20 27 +005467 28 19 13 22 20 16 19 15 22 19 16 22 26 29 +005468 26 26 20 15 13 30 14 20 11 16 12 26 24 18 21 17 14 19 22 18 12 13 11 17 30 31 +005469 30 21 18 30 5 19 17 10 14 18 16 16 7 24 22 20 16 14 10 10 16 19 15 21 28 29 +005470 28 22 13 10 15 20 18 10 27 19 16 13 14 16 14 15 15 15 28 8 15 9 19 32 29 +005471 26 30 20 18 9 16 27 8 18 23 20 24 8 10 17 14 15 13 30 30 +005472 26 16 10 11 13 16 26 9 17 23 16 18 24 16 17 14 17 33 29 +005473 31 24 17 16 22 19 8 12 18 15 19 15 19 13 20 12 16 13 21 16 17 23 29 +005474 31 19 15 14 27 18 11 18 17 17 19 20 21 29 +005475 25 28 10 17 15 26 21 8 15 19 16 18 18 30 +005476 27 18 23 17 18 15 14 17 8 18 17 16 29 31 +005477 25 16 16 15 13 16 18 17 15 11 15 19 24 29 +005478 25 25 21 19 11 19 19 10 14 21 16 16 18 27 30 +005479 26 17 14 23 20 14 11 18 17 16 19 24 30 +005480 26 14 25 6 24 11 17 23 17 15 10 18 12 19 24 28 15 15 8 15 21 25 18 15 9 18 27 28 +005481 28 23 14 9 20 23 17 15 13 16 14 29 31 +005482 25 19 14 20 12 20 22 30 12 14 18 16 20 16 28 19 12 19 19 16 20 23 21 14 17 25 27 +005483 31 22 25 15 15 18 14 21 18 17 16 20 30 30 +005484 26 20 20 18 18 20 15 22 7 15 12 22 26 29 +005485 26 18 28 7 21 16 23 14 13 14 14 8 20 31 29 +005486 28 17 18 15 23 22 13 12 20 18 10 14 21 33 15 18 13 21 23 15 15 8 25 20 21 30 +005487 31 18 16 20 23 15 16 20 12 11 16 22 16 16 26 21 23 17 17 19 13 13 16 20 26 31 +005488 28 16 24 20 4 20 10 12 21 21 16 21 15 7 15 10 23 25 29 +005489 27 23 17 26 16 19 17 16 10 11 21 27 18 15 21 12 23 19 8 18 22 6 19 11 14 21 25 33 +005490 26 23 20 15 14 22 19 18 24 15 14 20 15 15 16 18 11 18 30 29 +005491 28 17 18 16 18 20 19 11 17 18 12 13 20 19 21 31 +005492 29 17 19 18 26 26 27 31 18 11 17 7 17 25 31 +005493 29 19 14 10 21 28 8 17 13 21 22 22 11 23 28 31 +005494 28 16 19 19 16 8 16 16 27 27 20 13 19 14 18 13 21 13 19 21 18 12 14 24 19 17 25 32 +005495 27 19 23 14 14 16 29 30 16 13 21 14 8 20 26 16 10 17 24 16 15 21 20 16 19 28 32 +005496 33 14 13 27 17 15 24 15 15 13 11 24 27 11 24 38 11 15 14 15 17 13 18 11 22 19 20 21 14 16 10 25 30 +005497 27 26 27 12 13 15 18 13 14 18 18 19 10 20 14 19 25 29 +005498 28 10 15 18 19 24 18 17 20 24 14 14 13 24 18 25 28 +005499 29 20 17 27 19 22 14 17 14 21 24 24 13 15 18 27 30 +005500 28 22 16 17 17 23 13 18 24 20 17 15 17 16 24 30 +005501 26 22 21 14 24 11 16 23 16 16 22 15 18 17 16 31 29 +005502 30 17 24 12 16 14 24 18 18 12 21 25 13 20 12 18 33 31 +005503 24 16 13 18 28 24 10 15 15 11 20 12 27 17 12 23 15 9 15 22 19 22 16 17 21 23 19 17 22 15 27 28 +005504 29 18 26 22 15 11 15 11 13 16 18 24 11 13 14 8 14 20 23 29 +005505 25 25 15 20 15 20 17 13 18 25 8 16 10 19 9 19 14 18 23 21 13 19 19 17 23 23 27 +005506 23 18 19 22 17 13 10 19 15 22 26 17 18 17 28 8 15 17 15 33 28 +005507 25 14 22 26 20 17 17 15 17 16 11 7 18 19 26 18 16 22 17 28 +005508 29 11 17 24 21 17 16 18 12 9 16 24 22 25 10 15 16 17 15 26 30 +005509 26 17 15 24 5 22 21 11 17 15 15 17 22 13 18 17 13 11 9 21 22 28 +005510 30 18 17 15 14 17 21 9 13 20 13 10 17 17 24 18 12 15 15 10 17 31 30 +005511 30 14 18 15 12 9 19 24 7 14 10 13 16 20 22 17 19 19 13 18 24 29 +005512 27 15 17 16 27 9 17 22 20 24 19 16 13 16 13 24 25 29 17 12 19 18 19 31 +005513 28 22 13 14 16 14 25 17 17 20 14 11 21 25 12 15 17 13 14 15 11 19 27 32 +005514 30 23 18 10 18 8 15 16 19 27 6 15 15 12 23 14 16 21 20 16 13 21 23 29 +005515 27 12 15 20 21 21 26 +005516 28 20 22 25 18 28 22 21 19 16 20 19 16 19 19 16 19 16 16 19 27 33 +005517 30 18 19 26 6 19 17 21 18 11 17 12 18 28 9 19 19 20 26 32 +005518 30 18 21 20 14 13 15 14 16 14 27 3 16 19 15 20 21 4 15 21 18 15 15 15 15 17 19 27 34 +005519 27 21 29 11 19 11 15 13 26 18 20 22 13 10 16 16 16 20 15 9 20 12 18 24 17 21 37 27 +005520 28 13 20 18 20 17 28 9 15 13 18 21 19 13 18 12 16 29 30 +005521 30 19 25 13 12 20 22 25 23 13 13 10 13 15 18 16 21 28 +005522 26 17 22 17 8 19 9 16 26 21 16 15 11 18 18 29 21 13 20 18 19 9 10 17 25 31 +005523 29 21 19 17 16 18 14 25 18 19 13 14 18 10 7 20 24 18 15 18 29 29 +005524 27 26 13 22 23 3 13 13 12 17 28 29 +005525 29 17 31 24 20 17 15 26 17 15 13 17 22 16 16 13 15 7 21 23 3 12 21 31 28 +005526 28 16 13 16 26 26 12 15 8 16 13 19 24 5 14 16 16 14 21 17 17 16 25 29 +005527 29 13 17 18 9 17 15 22 16 13 28 27 +005528 26 15 24 17 19 22 14 11 16 12 22 29 +005529 28 15 17 17 24 22 15 22 5 13 20 0 21 17 28 +005530 28 12 15 19 21 19 14 11 21 16 31 29 +005531 30 10 16 18 23 18 18 14 13 22 30 +005532 27 11 23 16 19 18 18 25 29 +005533 26 23 21 22 13 20 21 13 13 16 21 27 28 +005534 28 22 20 9 25 17 19 6 18 13 18 30 31 +005535 28 19 16 15 31 10 11 21 14 16 18 17 30 +005536 28 12 22 14 19 22 13 25 29 +005537 26 21 17 17 15 17 11 10 18 24 27 +005538 30 19 14 26 17 15 13 17 15 23 14 19 18 30 +005539 25 15 19 17 25 18 16 16 14 17 29 29 +005540 30 13 16 22 22 6 17 15 17 15 19 16 22 25 32 +005541 29 13 18 12 13 20 15 23 30 +005542 28 15 13 15 27 15 23 22 17 19 14 18 26 29 +005543 30 9 13 17 15 14 17 31 22 16 19 26 27 +005544 28 16 19 23 22 16 15 16 14 12 16 16 20 22 19 17 15 24 17 8 21 20 30 +005545 30 21 15 21 24 19 17 18 25 18 25 23 19 9 19 27 3 16 12 10 18 22 31 +005546 29 22 25 12 18 10 20 21 26 16 24 11 19 12 11 14 26 43 12 18 20 17 16 13 16 11 20 20 31 +005547 28 16 23 16 19 23 29 +005548 30 22 26 11 22 19 18 11 17 17 22 12 15 10 11 16 15 28 30 +005549 28 21 17 16 22 21 20 17 26 8 19 16 14 16 16 30 +005550 29 17 25 15 22 16 15 18 21 20 8 13 17 15 7 18 24 29 +005551 28 20 23 17 17 13 16 22 6 15 17 19 15 17 22 30 +005552 31 12 32 11 10 12 18 15 18 15 28 15 19 19 20 15 16 28 29 +005553 24 19 18 16 22 20 13 24 22 27 +005554 28 17 23 18 16 9 23 18 25 8 11 16 16 14 21 20 20 18 19 12 12 19 16 17 27 +005555 30 17 16 17 23 26 24 17 10 16 10 19 18 6 17 11 17 26 31 +005556 29 21 21 18 11 20 15 15 12 10 21 27 29 +005557 27 20 16 24 8 23 13 17 15 18 17 13 9 19 23 37 16 21 15 11 16 26 17 16 15 12 13 18 15 25 30 +005558 27 17 19 15 14 12 14 19 22 12 15 21 18 18 23 13 15 20 28 21 18 23 16 18 22 25 32 +005559 31 18 18 16 22 4 20 18 18 17 23 17 18 13 21 17 15 15 16 13 13 16 16 14 18 27 30 +005560 23 15 25 13 19 18 17 20 16 18 13 20 13 18 19 28 22 19 8 23 23 18 17 15 33 27 +005561 29 17 14 19 24 14 26 18 18 20 4 18 13 17 17 23 17 13 11 19 25 30 +005562 31 17 24 17 17 14 8 27 23 13 13 18 26 8 20 18 16 16 28 31 +005563 26 21 18 20 16 24 22 16 16 17 18 15 13 15 21 22 28 +005564 26 21 22 15 16 9 18 25 12 25 25 4 13 21 12 15 24 28 +005565 29 18 24 18 20 13 10 16 23 18 14 18 24 29 +005566 31 21 23 9 15 15 13 17 14 20 17 15 19 26 23 23 21 14 11 17 15 16 22 27 +005567 31 18 21 17 17 14 22 15 18 18 26 28 +005568 27 23 28 7 23 14 12 17 18 24 6 15 14 17 15 15 19 15 25 31 +005569 28 18 17 17 22 19 14 12 15 12 14 13 18 15 25 33 8 14 21 24 15 13 11 22 24 16 31 +005570 27 20 15 22 25 26 24 16 15 10 14 32 46 12 17 24 21 21 17 16 28 +005571 30 19 15 18 8 17 17 16 24 8 17 18 4 22 19 19 21 24 28 +005572 27 24 16 21 15 21 28 8 12 19 16 17 22 16 10 18 17 21 23 28 +005573 25 22 31 35 10 17 18 24 12 25 25 27 20 15 16 15 18 15 17 18 11 11 14 28 33 +005574 26 20 28 9 10 16 15 19 15 15 16 18 16 20 33 11 22 17 6 13 18 16 30 29 +005575 25 17 26 19 15 12 17 18 15 13 14 19 27 23 13 18 18 21 17 12 18 14 21 24 27 +005576 27 20 26 20 12 17 9 17 18 17 15 28 9 15 15 13 18 15 19 24 14 16 28 27 +005577 27 19 22 17 20 21 18 17 20 16 17 13 17 25 29 19 16 21 22 26 17 10 20 21 8 15 8 19 24 28 +005578 28 20 17 11 17 21 6 17 17 16 17 20 19 14 24 18 18 14 24 28 +005579 27 20 16 9 17 16 22 25 18 19 16 15 26 21 18 23 18 15 19 28 29 +005580 29 21 24 19 9 12 15 16 18 15 15 16 14 24 23 13 9 12 19 8 23 16 22 30 +005581 28 21 25 21 14 18 26 11 15 14 26 18 14 14 11 16 16 15 28 31 +005582 28 27 13 18 9 18 11 12 15 21 24 17 25 14 20 18 14 20 21 21 13 32 +005583 30 17 17 17 19 16 20 16 15 20 17 16 19 20 44 19 19 22 14 21 9 25 20 19 23 13 12 16 18 18 29 +005584 31 13 18 25 15 16 24 17 15 14 13 15 14 25 26 14 19 20 17 19 13 4 26 15 20 27 30 +005585 29 24 19 15 10 20 19 11 16 29 20 16 18 26 28 +005586 30 17 23 18 14 19 16 13 30 25 13 19 24 23 15 15 21 11 15 22 4 18 16 15 17 14 19 24 30 +005587 29 18 17 18 14 16 19 14 10 25 24 10 17 19 14 14 15 19 20 18 19 19 31 +005588 31 18 17 20 20 20 17 16 14 17 19 13 15 18 29 28 +005589 32 10 18 28 8 17 17 12 14 11 24 10 13 14 12 16 25 26 10 16 13 14 18 13 23 30 +005590 25 18 17 21 21 10 27 19 16 20 16 9 24 25 30 +005591 31 12 10 17 16 16 18 21 26 11 15 9 19 23 9 14 20 20 15 31 +005592 31 20 25 14 19 24 29 18 15 16 26 4 19 20 17 12 20 25 29 17 15 21 17 16 14 8 23 31 31 +005593 29 16 18 26 11 14 20 14 10 21 26 28 11 22 16 11 15 24 18 22 27 31 +005594 30 12 28 18 13 19 14 15 6 12 16 15 20 10 15 9 18 20 19 9 14 20 18 9 14 30 29 +005595 23 22 20 16 15 13 23 32 12 23 15 19 18 17 22 13 17 28 26 +005596 26 20 12 18 11 18 22 24 17 17 15 22 12 15 14 18 17 16 13 34 29 +005597 25 26 24 15 17 18 16 16 22 21 12 17 15 16 17 10 17 22 20 28 +005598 29 15 15 18 23 16 20 12 15 11 18 26 30 +005599 29 20 28 21 14 26 18 17 20 9 13 17 16 15 21 16 15 20 24 28 +005600 28 18 18 20 19 38 18 21 13 7 14 15 16 12 18 17 19 23 28 +005601 26 20 14 18 12 14 13 24 12 11 29 27 +005602 26 21 17 24 4 15 16 18 6 15 18 18 13 25 30 +005603 26 19 15 21 21 11 17 22 13 19 30 29 +005604 29 16 18 29 5 16 13 15 19 10 19 27 33 +005605 26 16 10 15 14 22 16 8 21 12 17 19 20 28 +005606 31 25 18 26 23 10 17 18 21 20 13 16 22 29 14 14 17 17 9 21 4 19 17 23 5 16 14 18 22 31 +005607 30 18 19 18 18 22 3 18 14 11 18 26 29 25 22 14 14 12 14 10 20 24 8 15 13 18 14 18 25 31 +005608 22 19 24 12 16 21 28 11 13 20 25 13 11 15 32 24 14 14 17 15 16 16 18 19 15 19 29 29 +005609 27 18 15 20 30 11 16 19 17 14 22 8 17 23 15 18 17 28 32 +005610 29 21 26 17 19 16 17 28 30 11 13 19 20 13 16 17 27 18 17 16 21 12 19 18 18 26 30 +005611 24 19 16 26 15 20 17 15 15 13 23 22 13 17 21 16 15 14 8 21 24 28 +005612 26 18 22 23 3 18 17 17 16 30 29 +005613 33 17 18 20 18 14 16 16 14 26 28 18 18 18 9 18 24 14 15 17 17 15 19 27 31 +005614 31 21 19 18 20 16 18 23 25 15 12 16 26 17 12 14 25 18 17 20 18 19 30 +005615 31 14 28 15 21 17 19 18 20 20 6 17 17 15 14 18 25 17 13 24 18 17 14 27 30 +005616 26 22 24 16 18 18 14 14 14 17 19 26 30 20 23 22 18 18 18 15 5 20 16 21 22 28 +005617 29 24 21 12 14 19 21 20 21 6 23 6 16 14 16 17 10 22 15 15 21 30 +005618 25 18 12 11 14 18 18 23 34 16 16 23 13 20 25 16 23 12 12 14 18 10 24 22 29 +005619 28 19 25 13 28 29 4 15 16 17 15 14 13 10 16 18 15 22 9 11 16 20 18 28 +005620 30 20 19 16 20 10 15 17 11 10 17 23 5 20 14 16 11 17 18 13 8 21 23 30 +005621 32 21 23 17 20 18 17 10 14 17 18 22 40 14 13 18 23 4 14 11 13 14 12 19 27 31 +005622 31 15 17 14 12 18 16 15 26 26 18 25 13 8 15 15 23 7 13 14 18 17 12 29 +005623 30 21 19 17 21 5 15 19 13 22 20 25 13 9 20 18 16 13 16 8 18 28 32 +005624 27 20 29 14 13 18 20 15 20 16 15 17 16 26 8 25 19 25 19 16 6 21 30 +005625 24 20 14 12 9 32 26 21 26 17 21 13 17 25 25 19 19 15 16 17 18 14 29 29 +005626 25 29 18 17 15 21 21 4 17 11 19 31 31 +005627 29 16 19 10 18 17 23 29 22 20 16 28 20 14 25 20 19 22 27 31 +005628 26 18 15 20 16 23 16 17 16 11 20 21 23 14 19 25 29 23 15 18 11 13 17 23 31 29 +005629 26 18 23 5 15 14 30 14 16 15 18 17 17 30 +005630 28 21 23 23 16 19 18 14 19 18 15 23 28 +005631 28 22 17 24 23 18 13 15 19 24 39 12 15 11 14 20 0 13 23 27 15 11 17 14 18 17 16 26 29 +005632 30 11 18 16 23 12 11 16 22 19 9 19 10 11 14 14 22 21 26 14 18 12 13 15 15 23 21 31 +005633 31 13 16 19 17 14 14 14 17 21 5 18 17 17 18 16 4 18 17 22 23 30 +005634 30 17 21 19 24 17 12 21 27 23 19 18 15 15 19 13 29 28 13 14 17 13 17 14 21 27 31 +005635 27 18 29 12 21 20 23 18 19 11 20 18 19 14 14 20 29 29 +005636 30 22 20 16 12 18 29 29 11 11 18 17 11 18 15 12 22 23 31 +005637 26 22 22 18 17 20 19 17 16 15 13 12 21 25 22 25 16 17 17 20 15 16 15 18 20 26 28 +005638 25 16 14 17 22 22 7 12 12 9 22 18 21 16 16 12 21 26 31 +005639 32 16 12 18 26 6 13 12 16 18 25 21 23 17 14 20 18 10 16 8 18 17 15 17 4 20 15 21 28 32 +005640 27 17 12 10 17 24 7 17 18 23 23 17 15 12 14 13 19 20 14 18 16 15 10 27 29 +005641 28 16 14 19 25 19 16 12 21 22 20 18 19 12 18 14 14 14 14 18 28 31 +005642 28 19 22 25 22 21 14 17 17 24 29 +005643 26 19 16 17 12 26 25 10 18 16 12 17 20 17 13 12 20 24 31 +005644 26 17 20 16 28 26 16 18 17 17 14 14 12 24 28 27 20 12 12 22 8 18 14 15 14 14 10 23 21 28 +005645 25 17 17 15 15 29 31 20 23 18 18 18 26 19 11 10 16 20 23 23 15 12 21 27 25 +005646 31 22 16 18 27 3 13 15 16 14 22 30 25 16 19 19 9 15 20 18 17 14 17 20 30 31 +005647 31 19 22 3 14 16 18 23 18 21 18 11 19 15 18 19 20 4 19 12 14 16 21 27 32 +005648 29 16 17 19 21 22 18 17 15 19 10 9 19 9 21 12 14 13 18 13 13 15 16 19 18 20 19 18 29 +005649 28 20 24 9 24 25 16 20 19 15 16 19 11 15 19 28 30 18 17 17 17 19 14 18 7 19 22 31 +005650 29 15 21 24 14 14 16 15 17 17 18 24 29 +005651 27 18 25 11 13 15 15 15 22 23 23 17 25 22 12 21 15 19 19 27 +005652 24 26 25 20 19 15 15 22 17 18 20 29 26 +005653 25 14 11 20 21 15 16 20 17 23 20 29 +005654 25 22 27 10 14 15 22 15 16 3 19 16 11 16 16 19 23 28 16 15 17 18 19 19 14 23 30 +005655 26 19 22 15 11 15 15 15 22 24 27 19 12 12 14 16 12 12 14 19 29 10 18 25 30 +005656 25 26 22 21 13 21 12 16 12 19 18 19 34 30 +005657 26 20 14 21 20 24 14 16 19 19 15 15 22 18 17 16 18 17 30 30 +005658 31 12 25 16 5 20 18 17 9 20 22 15 12 17 10 18 16 22 12 22 29 26 23 19 14 19 12 20 17 10 25 30 +005659 30 16 19 30 5 16 17 21 15 12 15 23 4 20 21 15 18 11 19 18 6 15 16 13 18 12 17 27 30 +005660 27 16 11 17 25 23 17 18 19 7 25 17 12 14 24 21 22 14 7 19 14 14 20 26 31 +005661 28 19 14 13 16 21 24 23 27 27 21 23 11 13 18 20 19 12 29 29 +005662 28 16 22 17 15 18 24 25 17 20 19 13 22 15 25 19 16 13 16 21 31 31 +005663 23 15 21 24 15 17 25 22 16 20 19 23 28 19 25 21 12 21 21 10 17 15 21 21 30 +005664 29 20 14 22 20 19 20 23 29 +005665 28 25 17 20 18 9 13 27 28 +005666 28 11 14 12 13 22 22 17 29 +005667 28 13 20 19 14 18 15 27 28 +005668 27 17 10 21 18 15 25 31 13 9 17 15 18 17 15 16 21 22 30 +005669 30 21 26 16 17 20 25 22 21 21 6 16 14 14 31 29 +005670 29 21 17 24 19 18 20 23 16 15 14 17 19 22 29 +005671 30 16 18 19 19 15 14 24 19 13 15 14 23 11 19 16 19 19 21 28 14 17 17 17 16 31 29 +005672 26 25 24 21 18 19 21 18 15 18 32 25 +005673 29 19 18 25 16 19 17 18 22 16 25 22 18 12 15 22 14 13 17 25 30 +005674 28 22 32 14 20 33 13 16 15 31 12 15 17 26 11 12 18 31 16 17 19 18 16 31 +005675 26 25 24 14 14 20 24 8 17 18 10 9 23 26 28 +005676 27 21 15 16 25 23 14 13 14 20 18 6 21 16 13 19 13 15 15 22 16 8 18 17 24 29 +005677 26 16 18 30 20 14 21 24 32 19 17 16 17 11 23 32 27 19 21 15 15 18 15 16 17 31 29 +005678 25 19 13 16 18 21 19 13 21 18 15 15 25 30 +005679 29 12 32 10 22 17 25 17 15 16 17 8 18 24 20 16 17 20 16 17 9 18 18 21 25 31 +005680 28 15 15 22 17 17 11 28 16 19 20 3 21 32 26 27 9 18 23 4 18 18 26 30 +005681 28 23 25 8 25 19 15 17 10 12 15 31 16 13 17 16 17 14 19 23 3 16 13 18 34 28 +005682 28 18 28 14 19 19 18 15 17 18 30 17 18 18 15 19 20 4 20 18 17 16 19 24 31 +005683 28 15 17 19 9 17 12 9 21 19 24 28 +005684 27 22 21 19 22 14 27 14 30 0 7 16 17 10 11 18 23 30 +005685 27 18 19 19 20 16 21 5 19 12 13 25 18 16 17 28 32 +005686 29 15 12 20 14 8 19 27 11 15 18 9 18 23 19 23 15 17 17 17 16 8 19 20 30 +005687 27 16 16 20 12 11 16 19 22 5 12 13 18 21 24 19 26 11 13 15 27 22 21 20 12 16 19 15 16 30 +005688 29 17 15 20 16 23 27 20 17 24 19 18 15 11 16 9 13 15 17 24 30 +005689 26 20 18 15 19 19 11 6 15 15 7 19 23 27 +005690 27 21 24 15 15 18 13 16 19 15 17 10 12 15 17 15 23 15 13 18 15 21 21 20 16 21 28 +005691 28 13 15 21 28 25 14 23 20 15 22 5 16 22 18 13 11 14 27 17 18 24 19 28 +005692 27 23 12 13 19 22 17 15 17 21 17 16 22 23 28 +005693 29 22 22 17 15 19 18 19 12 22 25 24 20 21 16 23 15 12 10 18 16 7 14 14 18 20 32 +005694 26 23 19 20 15 18 14 9 16 31 22 16 13 18 15 17 19 16 10 17 19 9 16 19 18 14 17 30 32 +005695 28 18 19 22 18 19 12 19 17 15 26 29 14 12 22 9 19 20 15 21 12 9 19 27 30 +005696 28 19 15 10 18 24 7 18 17 18 14 20 23 30 +005697 29 16 20 18 9 23 24 18 18 14 27 29 +005698 30 23 14 18 6 18 17 18 7 25 17 16 22 23 29 +005699 30 12 16 15 13 13 9 17 19 23 24 13 23 13 13 14 12 9 19 22 28 +005700 28 11 21 11 14 11 20 12 23 9 24 8 18 16 10 18 22 28 +005701 27 21 19 18 16 21 17 15 15 21 21 23 7 12 15 17 15 16 24 29 +005702 28 17 18 15 18 26 18 16 21 16 14 13 9 16 18 16 19 33 +005703 29 19 23 12 13 16 8 20 15 19 24 17 23 15 13 16 21 19 6 16 17 13 18 23 15 31 +005704 28 22 9 22 24 16 21 19 20 27 18 29 17 16 14 15 16 21 12 21 17 19 20 28 +005705 27 17 15 27 10 18 19 16 18 19 19 19 17 18 11 15 9 19 24 5 19 14 22 23 29 +005706 29 24 24 3 19 11 12 7 20 21 19 22 14 15 21 19 21 20 21 15 18 10 11 19 31 29 +005707 28 21 18 14 14 18 19 20 18 21 15 14 18 19 14 20 5 18 16 26 16 18 15 19 17 16 19 26 28 +005708 23 19 25 24 18 17 16 14 13 15 19 23 13 18 16 33 18 15 17 18 26 28 +005709 30 16 18 17 16 21 23 20 15 15 14 11 11 18 18 14 24 14 20 22 6 20 12 15 16 27 29 +005710 29 22 20 17 16 13 17 15 23 16 22 18 14 21 18 26 20 14 23 31 +005711 27 21 16 23 16 15 15 19 25 28 17 14 17 7 22 17 18 19 12 16 17 29 28 +005712 29 22 14 27 16 20 16 20 15 19 25 29 +005713 29 23 20 19 13 19 26 20 23 16 18 13 15 17 23 7 22 16 15 14 19 22 29 +005714 29 18 20 20 21 19 12 10 25 9 16 15 18 27 36 11 28 3 15 14 22 16 22 22 29 12 22 23 31 +005715 30 16 14 19 18 15 12 13 20 26 24 22 16 15 24 14 17 16 7 13 18 19 21 30 +005716 30 14 17 10 15 14 17 26 20 18 17 10 20 15 16 18 17 26 31 +005717 28 18 17 14 15 15 10 18 14 19 19 5 16 14 19 29 28 +005718 28 23 16 17 18 16 19 19 8 19 14 11 17 15 28 30 +005719 25 15 24 22 13 17 17 24 18 17 10 16 27 5 11 19 16 23 24 16 21 16 18 26 15 22 21 18 13 30 31 +005720 31 16 20 11 20 11 19 27 13 15 20 12 9 18 17 18 17 20 23 29 +005721 28 14 12 13 21 21 14 14 9 18 18 25 15 13 21 18 15 11 17 17 26 28 +005722 26 20 26 21 19 14 17 13 17 19 6 24 15 17 22 15 7 17 25 27 +005723 29 14 16 16 18 17 16 27 27 +005724 26 21 16 20 20 11 13 16 17 15 13 11 14 17 21 28 26 +005725 30 15 16 9 18 25 14 12 15 26 22 20 16 16 13 19 22 16 20 17 24 28 +005726 29 13 17 17 20 19 13 17 17 11 17 15 16 25 28 +005727 25 18 21 23 6 18 20 12 15 15 15 16 7 15 17 19 20 20 16 15 25 28 +005728 29 17 16 24 22 23 17 22 16 14 17 17 27 31 27 28 22 27 17 21 12 17 21 21 16 16 22 23 30 +005729 28 17 15 16 20 21 24 17 15 13 14 14 16 14 16 22 25 25 7 15 16 20 17 14 14 10 20 19 30 +005730 24 24 11 19 13 16 17 20 29 14 18 17 19 16 7 19 15 19 28 26 +005731 27 18 21 21 24 6 17 18 19 22 7 17 16 18 16 18 15 15 13 9 18 26 32 +005732 28 20 19 18 16 16 10 9 16 26 13 20 16 16 21 15 18 17 17 23 31 +005733 28 25 11 10 25 23 3 16 14 14 19 26 29 14 15 13 21 22 11 13 21 28 30 +005734 29 18 22 21 11 20 16 15 25 26 12 20 14 13 19 15 12 18 11 16 20 30 +005735 30 20 15 12 12 16 18 23 28 13 13 19 23 20 20 14 18 26 17 17 16 21 32 +005736 28 17 21 25 27 20 12 17 16 13 19 25 29 +005737 30 16 17 21 25 20 18 18 14 25 7 16 18 27 13 27 11 29 21 11 31 14 13 21 20 21 32 +005738 25 15 23 24 18 17 21 12 13 17 18 25 27 +005739 30 13 11 13 18 21 19 14 10 14 15 19 27 29 +005740 27 18 26 22 17 35 11 17 28 3 19 19 27 29 +005741 31 17 26 15 16 17 19 22 34 14 16 23 10 14 19 14 13 23 29 27 18 18 20 16 13 17 24 18 31 +005742 32 11 15 23 27 23 16 9 21 7 25 21 46 22 13 15 14 15 29 17 18 17 15 16 7 17 30 35 +005743 27 17 24 17 16 20 17 16 15 15 12 9 16 16 21 27 29 +005744 25 17 13 13 19 20 23 16 15 16 17 16 9 17 27 30 +005745 30 21 26 18 14 14 20 29 24 12 16 18 17 13 18 15 7 19 21 14 17 15 9 22 23 27 +005746 27 19 16 15 8 19 12 15 21 20 15 10 19 25 15 13 18 16 20 28 +005747 28 11 25 20 19 17 6 20 26 22 21 21 20 10 17 22 23 29 +005748 29 14 16 19 25 6 17 19 14 13 14 17 17 7 11 11 20 17 24 32 +005749 27 19 26 4 24 18 9 17 18 24 21 17 18 10 11 22 28 29 +005750 25 25 25 21 15 19 18 9 19 19 23 19 16 29 +005751 25 19 19 17 25 8 19 13 16 12 9 17 17 27 30 +005752 28 20 24 22 19 22 22 4 19 13 20 18 23 29 +005753 23 17 23 16 15 17 14 7 18 15 23 15 20 17 18 13 16 29 29 +005754 27 20 19 20 14 15 19 21 13 16 12 16 23 21 16 11 12 16 18 18 17 25 29 +005755 26 19 17 22 13 22 17 20 22 21 11 15 9 20 12 15 20 24 31 +005756 30 16 15 13 11 23 5 14 22 16 22 13 17 16 17 14 11 13 22 19 18 8 18 8 15 34 31 +005757 28 23 19 21 15 23 17 16 18 23 29 +005758 29 23 17 19 14 19 26 26 25 38 14 8 14 15 8 20 14 20 29 29 +005759 31 19 25 5 21 17 20 18 20 25 19 16 17 17 24 25 23 18 14 19 32 18 19 19 23 18 20 31 +005760 24 25 18 16 18 27 20 22 16 16 18 20 6 19 19 19 11 15 19 31 27 +005761 26 22 17 22 19 11 16 15 27 17 14 21 21 15 18 30 28 +005762 27 24 17 13 21 19 17 19 25 12 23 16 12 14 13 15 15 22 34 29 +005763 26 21 17 18 21 23 20 16 19 17 20 17 15 8 21 28 32 +005764 29 14 21 17 20 18 13 26 23 15 24 11 15 16 18 17 10 30 31 +005765 28 16 19 15 28 6 20 16 24 23 15 22 24 7 14 17 16 22 28 +005766 27 19 19 21 13 18 15 21 19 18 25 25 15 20 16 14 30 30 +005767 29 15 22 13 14 17 17 21 20 20 21 19 20 15 21 23 15 19 15 14 18 28 30 +005768 29 20 17 19 22 20 13 19 19 14 24 31 +005769 26 17 17 27 12 14 18 21 18 29 31 +005770 26 20 21 16 18 17 16 20 9 18 18 15 5 11 13 17 14 19 11 19 23 18 19 19 16 26 32 +005771 31 18 25 9 21 23 14 18 19 19 14 18 13 17 12 17 14 26 30 +005772 28 10 16 15 29 16 21 22 14 16 19 14 13 17 14 15 20 27 29 +005773 30 15 18 18 18 26 19 14 18 26 15 15 15 8 17 23 15 29 +005774 27 18 9 23 15 10 20 14 13 17 24 21 15 19 15 9 23 28 30 +005775 30 15 16 24 21 20 17 16 26 14 11 18 24 14 20 17 16 27 32 +005776 30 12 13 21 23 12 16 15 16 17 25 23 16 15 11 7 21 24 30 +005777 29 15 24 16 13 13 16 13 14 19 20 15 11 17 11 18 7 21 28 29 +005778 29 14 20 16 20 16 20 17 13 16 11 12 14 15 15 21 25 29 +005779 28 19 27 10 22 20 13 17 15 19 17 21 20 18 15 11 19 18 20 12 21 30 +005780 27 17 22 14 29 4 18 19 27 13 16 22 23 13 22 13 15 13 17 14 21 29 +005781 30 14 15 15 15 15 22 22 9 18 21 19 24 28 +005782 31 21 15 20 30 3 20 18 14 18 18 18 18 8 12 7 14 19 31 16 17 15 20 25 28 +005783 34 18 20 14 16 23 17 17 13 19 19 6 14 12 13 20 16 17 20 15 24 5 18 19 15 14 9 20 27 35 +005784 31 24 12 15 17 15 23 3 18 15 11 17 7 16 19 16 23 30 +005785 26 21 29 20 15 21 22 21 18 21 18 16 21 14 14 16 19 23 30 +005786 26 21 15 16 17 26 8 17 14 15 13 26 21 18 25 18 21 13 22 23 29 +005787 33 11 18 18 20 17 22 18 14 18 14 19 10 17 24 13 21 22 17 15 12 12 21 22 24 32 +005788 28 16 15 14 19 24 24 21 20 13 20 19 20 14 20 28 33 13 23 21 16 16 14 18 17 14 4 18 20 17 23 33 +005789 30 19 27 19 19 12 16 20 17 23 15 16 21 5 21 15 6 20 23 17 20 17 14 19 20 12 25 31 +005790 32 15 18 20 3 13 16 21 21 3 18 18 16 21 21 26 11 15 18 4 17 14 15 16 21 21 31 +005791 28 18 19 25 11 32 17 14 16 23 18 7 21 11 15 17 9 16 11 17 28 31 +005792 28 22 16 24 22 19 15 15 21 14 21 17 13 18 15 19 20 30 20 11 14 17 25 22 13 13 12 29 30 +005793 28 18 24 24 22 17 16 14 15 15 12 21 23 31 13 18 16 18 16 21 13 25 23 12 17 16 20 24 30 +005794 30 18 18 13 8 15 14 16 25 23 13 14 18 27 12 19 16 13 14 31 31 +005795 27 19 17 22 15 18 18 21 15 8 18 16 15 26 36 21 17 17 17 19 23 18 16 17 14 18 17 27 33 +005796 31 21 28 12 16 17 16 30 20 21 22 23 13 10 18 21 19 29 +005797 32 13 21 25 14 17 25 20 25 24 16 16 19 15 24 16 29 +005798 28 18 12 19 21 9 19 29 6 24 27 5 23 24 25 15 11 17 19 17 18 22 19 28 +005799 27 22 24 17 13 17 17 27 13 15 15 15 22 23 18 14 29 28 +005800 28 20 17 18 16 21 7 22 18 15 18 20 24 30 +005801 27 21 19 17 21 4 26 19 15 17 18 20 18 18 19 26 28 +005802 29 12 17 13 16 29 20 12 20 19 17 10 20 7 17 22 23 16 14 17 10 17 27 30 +005803 26 19 20 23 5 14 15 18 20 15 15 14 23 26 29 +005804 30 13 13 14 23 21 19 16 11 17 13 20 16 11 20 17 22 28 +005805 28 16 29 21 15 13 17 18 22 8 14 15 19 15 11 19 19 14 17 14 14 30 31 +005806 30 13 15 16 15 22 28 14 14 19 23 5 19 12 16 24 21 20 19 21 4 21 16 17 17 18 13 23 19 30 +005807 28 12 14 11 13 22 21 23 11 20 17 17 17 8 18 15 21 26 +005808 26 19 11 17 12 22 24 26 +005809 28 16 20 17 17 18 21 14 23 29 +005810 29 18 20 12 19 17 20 22 30 +005811 29 13 14 17 15 12 15 19 29 29 +005812 27 17 22 21 16 13 17 27 23 17 24 19 21 9 19 17 15 16 23 29 +005813 29 18 26 14 18 20 16 16 12 17 15 22 5 16 19 17 10 23 18 38 17 16 11 22 23 10 15 14 16 15 9 21 20 30 +005814 29 20 24 17 13 16 19 22 15 11 16 16 30 23 18 20 15 18 19 15 16 15 25 31 +005815 28 12 17 18 16 10 15 16 28 29 +005816 26 18 18 18 15 16 16 17 21 29 +005817 30 18 11 21 25 9 19 16 16 16 20 20 29 11 15 14 11 20 19 27 20 30 +005818 28 11 16 22 6 20 17 19 16 21 18 20 15 21 17 14 16 18 13 15 24 28 +005819 26 26 20 19 13 10 19 16 9 17 20 19 23 30 +005820 30 22 19 7 13 20 19 16 15 14 14 17 25 30 +005821 30 16 15 20 21 12 14 18 16 16 16 17 26 29 +005822 25 15 16 22 23 13 23 18 10 20 16 25 29 +005823 28 23 19 14 31 32 20 5 20 20 15 19 21 28 +005824 27 18 19 23 13 14 11 17 16 13 14 22 28 28 +005825 31 18 21 15 10 15 15 20 19 12 13 17 16 10 20 15 17 24 17 14 18 28 28 +005826 29 20 14 9 22 25 17 12 13 15 14 18 20 12 17 26 10 16 12 13 19 23 29 +005827 23 16 16 24 20 18 18 18 16 10 21 23 31 15 23 18 16 22 18 13 15 19 24 28 +005828 27 20 25 10 19 24 25 17 16 15 18 19 14 9 18 20 15 17 11 12 15 11 9 17 21 33 +005829 25 22 20 16 13 19 22 18 16 14 29 27 +005830 24 23 22 13 12 16 21 32 19 21 23 18 13 16 21 23 6 12 17 18 21 16 15 10 18 19 4 13 18 31 29 +005831 30 16 16 23 16 14 13 23 16 10 16 16 17 25 28 +005832 29 16 27 8 20 22 14 20 27 16 16 18 18 27 29 +005833 30 14 20 26 12 22 12 21 23 15 12 15 23 25 31 +005834 28 21 23 19 12 10 17 26 14 14 15 17 17 29 28 +005835 27 18 23 19 20 16 12 25 10 15 14 18 12 22 21 29 +005836 29 17 21 14 20 17 16 13 10 16 17 17 30 28 +005837 28 18 27 17 20 15 14 17 8 17 16 16 18 22 31 16 20 19 17 21 13 16 15 9 19 25 29 +005838 29 17 12 15 24 23 11 14 17 15 15 9 20 16 29 +005839 23 16 15 29 29 12 14 28 20 25 21 20 18 14 35 27 +005840 28 24 22 19 17 17 15 19 20 29 13 14 23 15 16 22 18 16 15 11 15 15 14 19 12 21 23 31 +005841 28 14 15 25 23 20 16 14 12 9 17 10 20 11 23 29 +005842 27 19 16 11 23 20 18 24 20 4 23 17 19 22 28 +005843 26 19 11 18 16 22 21 21 17 15 14 13 20 20 30 +005844 28 19 16 20 20 15 20 10 14 18 16 9 21 25 29 +005845 29 14 17 11 19 20 14 21 18 14 16 15 20 20 28 +005846 27 20 20 17 15 14 22 22 12 15 13 15 22 23 28 13 14 20 18 15 16 11 13 20 20 18 20 17 17 18 23 29 +005847 27 14 14 14 20 4 16 20 23 12 15 20 30 31 +005848 28 21 13 20 22 13 13 19 22 18 18 15 17 22 31 +005849 27 20 24 10 19 14 16 9 16 19 18 15 16 28 30 +005850 26 23 13 24 15 21 23 19 15 16 16 14 20 21 20 28 +005851 27 20 19 23 17 13 13 13 9 17 22 36 15 25 12 22 16 7 24 20 13 15 17 14 13 17 21 4 21 13 19 23 30 +005852 27 23 15 18 12 16 18 21 26 22 20 19 21 9 21 23 26 22 16 13 24 24 18 9 17 20 12 21 19 31 +005853 26 17 21 17 11 17 20 14 15 22 19 13 18 19 17 10 19 24 30 +005854 26 21 23 18 12 10 14 16 16 14 14 19 28 30 +005855 28 17 14 19 11 10 24 20 20 9 16 13 17 19 18 17 17 22 30 +005856 29 13 21 23 15 8 22 23 27 16 13 17 12 14 29 8 18 14 16 25 29 +005857 28 16 23 24 24 22 22 10 13 14 15 16 15 27 30 +005858 28 23 18 14 16 8 20 22 32 14 16 16 13 15 23 28 19 18 21 20 19 17 14 8 25 21 32 +005859 29 15 18 10 17 19 17 19 23 12 17 21 16 17 18 21 29 +005860 30 13 17 15 23 29 14 13 14 18 23 25 37 15 21 3 16 17 14 16 18 23 21 19 15 16 17 16 18 22 32 +005861 29 14 28 6 12 11 16 14 16 14 15 10 23 18 20 9 15 16 14 14 17 14 23 30 +005862 30 13 11 15 20 20 4 14 14 16 15 20 24 29 17 23 22 14 12 15 20 10 17 22 10 16 10 17 18 25 33 +005863 29 17 23 18 21 19 15 20 7 12 17 14 17 11 20 15 18 13 11 15 15 13 19 17 17 15 20 29 +005864 28 9 14 15 19 20 28 17 20 14 23 13 3 21 20 20 17 10 16 20 19 18 31 +005865 30 14 13 17 27 14 10 13 19 16 22 14 18 15 34 29 +005866 29 19 18 15 17 11 18 21 20 23 24 6 17 14 16 15 14 14 20 8 19 17 23 16 10 24 22 31 +005867 30 16 13 12 24 9 15 18 15 12 14 15 20 26 22 20 21 16 13 15 11 8 20 25 6 18 20 19 30 30 +005868 31 15 18 17 22 12 19 15 19 20 13 13 16 20 28 15 13 14 11 17 15 18 20 25 12 21 17 21 19 31 +005869 32 18 29 5 12 15 17 14 16 18 13 12 18 22 33 25 24 10 13 17 12 12 14 14 14 17 26 31 +005870 26 25 25 18 12 16 21 20 11 15 18 16 16 22 29 +005871 26 15 14 13 13 15 15 23 18 17 16 19 17 17 20 20 30 +005872 29 22 21 6 18 18 17 14 24 12 22 16 14 27 22 13 15 19 16 20 16 11 13 22 26 5 24 22 23 14 19 23 33 +005873 29 19 22 9 17 18 17 14 21 6 14 12 15 18 19 22 16 17 24 30 +005874 29 15 18 19 9 17 17 16 15 24 20 15 14 14 18 14 15 23 30 +005875 27 17 16 13 12 20 21 25 29 +005876 23 18 26 21 22 24 6 12 18 18 25 28 +005877 25 18 24 10 17 21 14 12 16 14 14 21 30 +005878 27 23 17 15 18 17 15 19 23 13 18 13 17 14 14 21 17 15 20 15 20 20 29 +005879 25 19 26 19 14 12 16 11 16 14 29 29 +005880 26 14 16 20 14 20 3 13 22 19 13 16 24 30 +005881 27 15 17 24 9 26 15 15 11 11 13 19 30 23 16 21 17 12 17 16 11 17 25 30 +005882 28 18 21 24 24 19 26 18 13 12 15 14 16 16 21 4 16 20 15 18 14 12 24 30 +005883 28 20 16 16 14 17 21 19 14 15 17 23 19 14 20 26 5 16 18 14 13 17 21 30 +005884 28 20 25 27 20 19 16 12 16 12 18 25 21 11 15 16 26 7 20 16 14 14 14 20 23 30 +005885 29 18 12 20 25 12 16 20 21 17 18 26 31 +005886 32 18 10 21 19 3 21 20 13 14 17 23 27 13 15 18 17 19 11 20 12 14 16 24 30 +005887 27 24 21 14 9 19 20 20 15 17 18 14 17 22 8 12 18 13 8 17 17 20 18 23 30 +005888 28 19 18 17 18 19 15 20 20 18 14 22 19 10 24 8 16 16 12 10 21 0 20 20 18 31 +005889 26 19 20 22 28 15 18 20 13 9 10 22 26 4 24 17 18 11 18 11 15 15 10 17 28 28 +005890 25 26 16 13 14 16 20 19 19 20 17 23 29 +005891 29 14 25 23 12 15 21 21 19 13 9 19 22 27 +005892 30 20 13 18 19 3 14 15 19 18 18 17 18 21 15 24 22 12 14 14 20 13 15 21 25 28 +005893 30 14 25 21 17 22 22 18 17 16 21 25 16 10 18 27 9 12 14 15 20 24 29 +005894 27 17 20 23 22 20 20 22 18 17 20 13 19 9 16 12 19 29 30 +005895 27 18 22 17 26 10 16 13 17 14 8 21 14 17 23 16 21 11 17 26 30 +005896 25 20 25 11 15 15 18 16 18 8 14 16 12 11 16 12 13 17 18 23 29 +005897 29 30 18 17 21 26 25 16 17 15 22 18 21 16 16 15 15 15 25 30 +005898 27 23 16 8 14 17 19 24 23 18 18 21 13 17 15 21 14 17 14 9 21 27 29 +005899 28 19 22 19 19 13 23 18 22 14 10 20 14 12 12 22 11 13 14 17 16 19 19 27 29 +005900 29 25 24 8 26 16 24 17 14 21 10 21 17 18 29 +005901 29 21 14 21 18 18 18 20 14 17 17 12 18 22 28 +005902 30 25 16 16 16 9 15 19 20 14 16 15 12 31 30 +005903 30 16 16 23 19 17 20 17 19 17 17 18 14 20 20 30 +005904 31 16 22 19 5 15 22 16 16 15 13 23 24 14 17 25 25 35 5 26 28 3 24 26 18 21 23 17 18 17 9 18 22 30 +005905 29 19 14 20 22 14 13 18 21 17 8 17 17 19 28 +005906 29 24 25 17 19 15 17 19 14 16 10 20 27 29 +005907 27 18 15 14 16 28 22 18 18 22 15 12 18 20 20 16 14 14 18 28 27 +005908 31 19 20 16 15 16 28 27 6 12 16 19 17 15 11 18 22 15 20 23 16 15 13 20 17 17 10 18 18 29 +005909 30 21 22 18 18 16 16 26 21 15 14 22 19 13 22 22 28 +005910 27 26 30 16 15 18 18 14 16 18 16 17 17 17 26 33 16 14 19 21 23 21 21 17 20 17 20 32 +005911 30 21 21 17 18 18 19 28 19 13 13 10 18 19 7 13 16 16 19 18 14 8 18 27 30 +005912 27 20 18 19 15 12 19 17 23 27 19 16 16 24 20 19 26 20 16 12 21 24 31 +005913 27 18 16 20 16 14 16 19 19 15 25 19 16 12 27 19 12 15 14 13 22 22 30 +005914 28 22 14 11 21 19 19 12 13 19 13 37 17 21 7 23 19 12 16 11 21 24 30 +005915 27 20 17 14 14 8 17 18 18 16 18 21 23 21 21 20 14 19 29 +005916 29 20 23 15 13 20 19 16 27 21 20 19 15 9 19 15 22 24 21 30 +005917 30 11 15 15 31 20 18 16 14 9 17 18 7 17 14 15 17 15 13 29 24 15 22 24 4 16 10 14 13 14 26 16 31 +005918 30 22 19 20 16 10 29 20 16 15 14 17 18 17 20 14 17 9 18 15 30 32 +005919 26 11 11 14 17 17 22 15 14 12 16 16 11 22 20 31 +005920 28 16 16 21 16 15 22 12 14 9 23 34 18 13 14 20 19 24 22 16 17 17 11 18 18 11 21 17 9 19 22 29 +005921 26 20 23 24 21 15 20 16 15 17 17 21 14 9 18 23 23 22 14 17 12 11 16 19 28 30 +005922 26 21 14 16 19 18 11 10 22 28 29 +005923 27 16 18 11 16 14 24 22 29 +005924 29 14 11 21 12 9 19 26 18 16 13 18 17 17 14 17 22 31 +005925 29 13 28 8 19 13 14 18 18 22 16 21 21 19 18 16 15 15 15 20 23 31 +005926 26 15 23 25 16 13 15 14 16 17 15 9 22 22 29 +005927 26 19 16 17 16 17 9 15 19 29 12 21 19 16 12 10 25 23 20 12 12 12 14 17 18 19 14 31 +005928 28 20 28 18 12 19 23 23 17 27 19 12 13 12 12 18 23 21 18 18 19 19 24 29 +005929 31 22 17 18 16 21 13 13 19 21 16 16 18 26 20 15 20 14 14 12 21 17 14 11 15 9 21 21 31 +005930 26 15 23 13 14 20 26 21 13 15 26 5 17 12 17 15 9 22 14 9 17 24 29 +005931 32 18 20 15 24 22 21 14 14 19 26 24 17 17 18 26 16 16 11 12 19 14 18 16 24 32 +005932 28 26 24 27 17 24 20 18 12 13 18 19 20 24 30 +005933 28 20 26 20 12 15 18 16 12 11 14 20 28 8 12 15 21 15 23 11 15 10 14 24 27 6 11 19 21 25 32 +005934 27 22 25 4 15 14 15 18 16 18 14 19 29 26 +005935 26 23 16 17 18 26 4 19 16 15 18 18 22 30 +005936 28 19 9 19 16 16 18 11 18 18 18 23 29 +005937 28 18 17 17 16 18 16 14 10 19 21 26 28 +005938 29 14 20 18 17 17 16 21 15 19 28 31 +005939 26 20 22 19 19 25 12 15 19 19 27 27 +005940 28 23 24 16 9 13 14 27 23 21 19 20 5 13 17 18 22 20 23 10 19 18 20 26 30 +005941 25 17 15 28 16 17 11 14 21 15 25 14 29 +005942 26 20 23 16 15 10 10 17 13 16 19 32 29 +005943 29 22 16 20 16 14 26 12 16 15 14 17 21 3 21 16 13 14 16 12 10 16 22 28 +005944 23 26 26 22 13 14 16 16 18 18 16 31 28 +005945 28 20 24 14 11 16 15 17 16 11 16 28 30 +005946 27 24 28 7 17 23 21 23 13 13 18 26 29 +005947 29 17 16 9 21 21 0 18 11 16 19 23 30 +005948 29 11 14 20 28 14 15 15 18 17 20 17 22 30 +005949 33 20 22 16 20 18 20 16 16 25 23 15 16 17 17 9 18 18 20 6 16 17 19 24 31 +005950 29 22 19 12 17 22 15 16 13 19 21 23 12 17 18 14 19 14 10 17 25 30 +005951 29 13 17 18 17 11 10 17 26 29 16 15 26 17 17 17 24 18 20 19 20 17 27 29 +005952 28 23 16 23 7 19 18 20 14 12 17 23 20 19 17 16 20 17 11 16 31 26 +005953 30 21 21 13 25 21 4 17 15 17 17 10 10 28 26 23 25 14 21 26 17 19 13 23 19 19 15 11 14 18 24 31 +005954 27 21 23 19 20 16 17 15 10 24 28 +005955 28 19 17 22 19 28 12 20 16 27 16 12 17 15 22 18 12 9 21 20 29 +005956 26 17 24 19 15 15 16 14 23 25 22 21 18 17 15 15 18 15 17 31 30 +005957 27 11 12 20 17 23 18 17 12 30 30 +005958 27 15 18 21 20 4 14 17 14 20 28 29 +005959 29 12 17 13 26 17 20 13 14 25 26 +005960 28 20 16 19 23 4 25 18 20 29 29 +005961 28 21 24 23 19 15 9 9 21 17 27 28 +005962 27 28 20 23 21 14 21 16 16 33 29 +005963 27 18 20 22 22 16 16 15 20 21 21 18 13 15 15 23 23 21 5 11 14 14 17 24 31 +005964 26 15 20 26 15 16 18 12 15 14 15 16 19 24 27 +005965 27 25 20 13 12 27 28 17 14 10 18 20 3 14 15 16 20 18 11 11 20 24 28 +005966 26 15 17 16 14 24 4 23 27 17 20 13 19 21 15 14 14 19 20 31 +005967 29 18 19 17 16 26 20 15 18 19 20 19 18 15 15 10 20 23 28 +005968 26 24 23 14 18 20 20 23 19 29 +005969 28 18 14 21 21 18 21 22 27 +005970 28 21 14 22 10 15 15 25 18 13 13 16 17 22 22 12 18 28 30 +005971 29 11 15 17 13 15 19 26 17 29 +005972 27 16 19 18 20 26 27 +005973 28 19 18 8 23 20 11 30 28 +005974 28 23 21 20 15 15 14 22 27 29 +005975 26 23 15 20 15 16 18 16 13 30 28 +005976 25 16 19 17 13 20 29 29 +005977 25 19 17 22 19 15 10 20 26 29 +005978 28 17 15 19 16 16 16 23 22 14 14 8 17 23 17 13 17 14 11 24 17 27 +005979 28 22 25 15 11 13 18 15 16 15 20 18 20 13 10 15 14 16 30 29 +005980 28 22 13 16 19 23 18 24 19 15 14 14 16 29 23 13 14 19 24 21 15 21 17 14 25 19 32 +005981 23 22 19 22 17 17 18 27 27 17 15 21 16 22 23 20 14 11 23 16 11 16 10 16 20 24 27 +005982 28 22 29 11 11 14 15 13 13 15 23 24 16 18 19 16 14 17 15 18 19 15 19 24 27 +005983 28 18 27 10 18 20 17 15 14 21 23 14 9 21 18 26 19 17 13 14 16 15 18 21 17 31 +005984 27 24 14 24 15 18 23 27 9 17 17 16 19 23 10 15 22 20 21 13 8 18 22 31 +005985 29 20 12 19 21 35 13 10 23 11 7 12 16 15 13 19 24 20 16 20 10 20 19 19 7 24 30 +005986 26 24 16 22 15 18 13 16 19 25 28 22 21 27 8 11 13 19 17 14 7 23 22 28 +005987 28 22 16 28 17 21 14 9 15 18 23 22 25 20 10 14 15 19 16 7 18 14 10 19 25 30 +005988 28 15 14 26 13 21 23 17 21 12 9 16 28 18 17 15 11 13 25 22 27 +005989 30 17 22 10 14 13 14 23 18 15 18 20 14 18 12 12 18 21 30 +005990 30 21 25 18 17 16 15 15 15 22 0 16 21 17 13 17 18 21 29 +005991 23 26 13 12 11 21 30 21 23 25 18 21 14 14 9 19 16 24 15 16 17 25 29 18 17 19 9 17 26 22 26 +005992 28 20 20 21 15 14 12 10 18 20 21 10 26 17 13 17 9 18 22 22 16 14 16 16 23 30 30 +005993 29 20 24 5 22 19 12 22 14 26 27 +005994 26 26 17 21 24 6 23 18 18 31 30 +005995 23 15 26 13 23 13 30 26 14 12 16 17 24 22 18 8 16 11 18 25 18 14 14 13 12 13 13 15 6 21 31 30 +005996 28 17 14 26 5 15 12 19 17 18 21 29 +005997 31 18 15 16 12 26 19 25 15 19 16 11 16 16 17 16 28 28 +005998 29 17 18 7 25 5 17 12 19 20 21 17 15 15 10 20 24 29 +005999 28 26 21 27 16 13 17 15 9 18 19 19 13 16 23 31 +006000 30 11 15 20 20 19 10 18 10 21 24 20 12 13 23 24 28 +006001 30 22 16 13 19 14 24 21 20 12 19 19 13 23 21 16 17 23 18 11 21 20 18 16 11 16 20 33 30 +006002 24 16 20 23 13 7 16 21 13 16 19 31 26 +006003 26 20 16 15 24 5 18 15 15 12 22 19 28 26 +006004 28 19 11 16 8 19 25 17 11 13 20 15 33 29 +006005 26 24 32 27 26 18 10 15 20 21 21 17 24 21 18 16 10 17 12 19 23 31 +006006 30 11 24 14 24 28 15 14 13 18 19 10 19 16 13 9 17 15 27 28 +006007 30 9 20 16 21 17 12 31 26 6 14 12 12 16 18 13 21 16 17 18 14 10 18 27 29 +006008 26 17 22 18 16 14 15 16 25 15 16 17 16 14 20 15 17 18 25 30 +006009 27 23 23 19 11 23 9 15 21 14 11 33 27 +006010 27 22 15 25 21 16 17 23 26 17 17 14 16 26 24 16 15 10 20 21 19 17 16 18 19 33 30 +006011 31 16 15 16 14 26 26 21 17 18 17 14 20 16 19 22 24 30 20 32 26 20 14 19 29 31 +006012 29 19 17 26 8 17 11 14 17 12 10 13 19 14 8 24 23 18 12 23 20 13 15 22 8 15 20 19 26 30 +006013 27 14 16 28 9 12 13 14 18 10 21 27 7 10 10 15 12 14 16 29 29 +006014 24 25 20 15 33 16 19 16 26 14 28 19 16 13 16 16 22 23 24 +006015 29 22 15 16 17 12 20 20 13 19 28 21 10 18 15 20 17 17 12 17 18 15 23 20 25 33 +006016 26 25 18 13 27 20 14 20 18 16 12 11 20 24 27 +006017 25 20 32 5 20 21 15 18 16 17 23 29 +006018 30 19 14 13 20 16 15 16 32 15 13 18 16 19 13 7 24 18 16 19 11 16 19 19 17 21 22 31 +006019 29 15 15 16 18 11 10 19 18 12 19 23 33 19 26 18 18 22 14 17 14 19 17 18 13 17 28 30 +006020 30 28 17 17 14 25 19 19 14 22 25 24 22 15 17 18 15 8 22 16 22 10 12 12 18 19 24 30 +006021 29 8 16 20 25 16 19 21 23 14 20 22 15 19 17 25 30 +006022 27 18 16 19 30 9 20 16 12 14 12 30 0 13 17 17 25 17 11 15 19 22 30 +006023 27 31 21 19 18 16 15 15 7 23 20 18 19 22 18 20 20 6 14 13 19 26 28 +006024 26 25 18 18 13 13 17 19 10 19 15 18 13 21 25 27 +006025 30 23 16 13 14 13 13 16 27 6 13 16 16 26 25 12 19 24 21 13 17 13 30 30 +006026 26 22 14 19 27 15 13 17 16 19 13 15 8 21 17 16 14 15 21 19 4 21 16 17 14 30 29 +006027 29 14 18 15 18 18 18 17 27 24 15 21 11 23 9 17 21 18 20 34 29 +006028 33 11 28 25 16 17 14 21 9 17 21 24 19 14 29 9 16 21 21 20 15 19 10 18 29 32 +006029 28 14 15 10 18 13 21 30 14 26 22 19 15 16 8 15 20 18 16 15 15 15 29 22 22 17 15 10 21 19 31 +006030 30 15 19 15 13 9 13 20 23 20 17 26 18 27 11 10 11 19 19 24 18 15 18 16 11 22 11 17 16 33 29 +006031 26 28 24 25 18 19 23 21 18 21 24 24 23 23 24 24 21 18 22 9 16 21 24 29 +006032 27 23 22 14 15 19 14 12 18 13 10 16 17 25 24 20 14 15 21 27 30 +006033 26 20 21 14 21 18 14 8 18 17 31 27 +006034 29 21 15 16 20 16 13 16 17 22 24 20 22 5 15 15 18 21 21 17 13 16 21 31 30 +006035 26 20 12 22 27 5 23 18 17 15 25 29 +006036 28 25 26 11 18 14 20 19 20 10 20 24 16 20 12 8 16 30 30 +006037 28 19 13 17 22 18 17 15 15 19 16 14 16 14 17 20 20 30 29 +006038 26 20 13 17 20 16 8 18 22 6 15 18 19 18 13 12 21 20 26 30 +006039 25 15 18 26 9 12 12 10 11 15 17 22 28 +006040 23 20 21 17 13 20 15 13 32 26 +006041 27 18 22 15 27 18 21 30 27 +006042 24 24 21 16 36 21 14 13 24 15 19 22 6 13 18 17 18 23 29 +006043 29 14 13 18 17 15 11 11 13 18 29 29 27 23 20 19 12 8 19 20 5 13 18 15 19 18 25 28 +006044 29 16 10 17 27 18 14 15 15 17 14 13 20 17 15 15 15 20 14 19 18 19 22 30 +006045 29 15 19 26 4 14 14 18 19 14 12 12 16 26 23 17 14 15 22 16 14 14 16 30 28 +006046 30 18 12 14 8 16 16 28 12 20 11 7 18 22 5 12 20 14 18 23 32 +006047 29 17 12 20 24 10 18 15 13 21 19 17 20 13 23 24 15 17 18 19 8 20 9 19 33 29 +006048 32 18 17 14 18 16 25 17 16 17 26 15 14 20 15 16 15 18 24 15 7 20 20 13 22 33 29 +006049 27 20 12 21 17 20 6 19 17 20 13 17 19 20 14 23 31 +006050 30 11 29 16 12 18 18 18 19 17 19 26 14 19 26 14 14 14 16 15 15 15 15 21 18 17 20 24 31 +006051 27 22 20 14 16 21 24 17 11 17 24 14 14 18 21 33 29 +006052 27 18 28 25 32 26 22 17 15 25 11 14 21 24 18 18 18 16 15 13 29 30 +006053 27 20 17 16 25 19 16 20 16 15 14 17 29 29 +006054 30 14 9 14 21 15 12 21 28 17 14 7 15 15 13 18 19 16 11 15 16 27 29 +006055 24 22 23 20 20 31 18 16 14 17 13 19 23 23 14 17 22 20 18 18 13 16 8 22 24 26 +006056 24 17 22 20 16 18 18 21 13 19 19 14 32 27 +006057 24 23 16 14 28 15 19 12 24 15 10 11 14 18 17 26 28 20 13 20 11 24 18 18 14 17 29 30 +006058 28 17 17 20 14 24 21 14 21 15 18 13 19 16 19 12 12 16 19 18 19 17 10 27 31 +006059 28 22 19 18 15 17 20 6 24 17 15 13 12 10 16 30 28 +006060 26 20 13 17 16 5 22 26 13 14 16 13 21 32 29 +006061 30 19 24 16 17 15 24 23 16 14 11 19 13 9 13 13 16 18 24 25 9 20 6 22 7 17 19 12 18 17 17 31 +006062 27 21 14 22 18 16 12 21 20 21 14 20 8 23 19 33 23 16 14 17 21 25 16 16 21 12 17 17 21 16 20 30 +006063 28 24 11 19 16 24 21 28 +006064 28 19 15 19 24 18 16 20 19 29 12 11 18 22 19 19 15 16 19 8 18 13 22 19 19 32 +006065 26 19 20 16 11 16 16 16 13 10 27 21 27 +006066 28 19 25 16 22 14 19 20 18 15 17 23 5 20 22 15 15 13 24 12 14 16 26 20 19 14 14 27 29 +006067 29 19 16 20 16 14 13 8 15 14 28 19 7 14 15 21 19 21 13 22 15 9 18 12 16 29 29 +006068 31 14 22 27 14 18 26 16 15 17 23 18 16 17 25 15 26 11 12 17 17 18 19 27 30 +006069 24 23 19 17 13 15 26 26 20 11 15 12 15 11 22 14 14 12 13 18 23 22 25 +006070 29 13 30 19 20 16 14 21 22 18 14 24 17 15 15 13 27 32 +006071 28 19 22 15 14 11 23 19 12 13 21 7 9 17 17 25 29 +006072 27 12 17 24 8 17 17 19 17 17 28 14 13 19 21 22 18 22 13 14 18 12 15 18 22 30 +006073 29 21 10 18 13 16 14 31 16 21 18 19 18 15 9 17 14 29 32 +006074 27 18 18 24 15 10 18 20 19 27 28 +006075 27 20 24 14 16 17 14 12 13 8 19 25 19 15 20 14 17 16 22 33 +006076 29 18 19 22 19 12 12 12 18 18 12 14 9 18 16 13 9 21 17 24 4 19 9 14 22 18 19 27 30 +006077 30 10 14 18 17 27 17 13 12 21 18 16 12 21 23 9 15 13 21 24 21 15 14 31 28 +006078 29 9 12 15 22 17 19 26 22 24 16 7 19 21 18 13 18 14 20 15 16 23 25 31 +006079 28 15 13 17 18 13 20 16 15 18 31 17 18 15 15 25 18 18 18 15 13 32 27 +006080 30 7 13 13 17 30 12 27 20 19 29 17 13 11 17 16 28 13 11 17 16 19 24 28 +006081 25 20 26 4 18 13 13 11 27 18 21 13 9 20 16 10 18 30 29 +006082 25 26 16 16 25 15 15 16 17 17 23 17 12 17 13 19 31 29 +006083 27 17 17 21 13 14 14 16 23 18 17 19 21 18 16 16 28 29 +006084 23 20 17 16 19 19 15 13 10 19 27 27 +006085 26 20 21 19 17 18 25 16 11 13 15 13 17 12 15 24 14 18 13 27 9 14 18 12 12 24 25 31 +006086 31 19 16 17 22 20 18 14 28 11 20 17 18 23 8 13 11 23 21 16 24 28 +006087 25 18 17 21 25 16 11 11 14 15 15 21 16 20 31 +006088 28 21 26 12 12 19 21 16 16 18 18 13 18 18 20 18 12 12 13 17 28 31 +006089 30 11 17 16 14 23 22 22 19 17 10 19 18 14 19 32 28 +006090 27 25 21 15 14 14 15 22 15 8 15 26 16 11 21 17 20 30 +006091 31 12 17 25 21 18 13 14 6 17 14 19 27 25 20 24 15 14 15 18 16 14 18 19 29 30 +006092 30 20 20 23 15 11 7 20 16 13 13 15 21 16 14 23 19 15 11 22 16 22 13 15 15 20 21 22 30 +006093 27 18 12 11 17 25 4 11 17 20 10 13 18 23 33 17 13 20 9 12 8 31 25 20 17 19 24 13 16 30 32 +006094 26 20 22 6 16 15 19 21 21 19 14 13 15 15 15 17 10 23 20 17 31 +006095 30 21 20 20 9 18 25 39 23 18 18 9 17 21 27 +006096 27 22 17 17 20 10 13 19 21 25 8 19 32 33 +006097 26 18 9 22 25 13 16 16 15 13 16 18 26 28 +006098 27 22 16 16 21 20 18 17 14 18 27 18 21 16 18 15 20 15 13 14 15 16 10 13 9 35 31 +006099 30 22 18 12 13 33 17 15 29 14 12 14 20 14 11 23 29 +006100 28 18 18 14 17 15 11 18 16 9 14 24 19 16 17 11 27 29 +006101 27 24 19 12 18 31 5 19 19 19 20 18 16 13 15 27 27 +006102 28 20 18 17 12 21 16 13 14 13 21 28 21 20 17 33 29 +006103 31 15 14 15 31 18 18 17 13 17 25 22 18 22 16 18 16 15 14 18 24 31 +006104 27 16 22 6 20 18 23 6 21 20 17 19 19 15 7 23 17 14 21 20 17 15 14 8 18 28 33 +006105 24 24 24 14 14 14 27 5 16 10 18 14 22 5 19 20 16 17 12 19 18 18 30 +006106 29 21 17 15 14 13 15 14 13 20 11 17 17 19 15 16 10 19 18 29 30 +006107 27 12 32 25 13 20 21 12 19 20 14 17 19 13 24 14 31 +006108 28 16 19 24 16 20 15 16 13 17 22 6 26 16 15 11 15 17 27 28 +006109 28 16 11 18 21 8 18 19 16 18 11 17 25 27 +006110 31 9 16 13 20 19 21 18 15 13 17 24 30 +006111 25 20 18 15 25 27 8 8 20 17 17 15 19 25 29 +006112 27 17 13 5 21 18 22 17 20 17 15 14 18 22 30 +006113 26 20 11 15 12 9 23 11 15 12 19 12 11 12 21 21 20 11 18 23 23 30 +006114 29 22 22 17 19 11 16 18 26 18 16 18 27 14 19 12 16 20 12 8 19 24 32 +006115 30 13 14 15 15 17 30 0 12 9 12 19 16 23 15 28 17 14 11 8 14 19 0 17 6 18 25 29 +006116 24 26 14 18 27 25 21 17 28 28 15 17 31 11 22 15 15 22 13 13 16 17 32 27 +006117 29 19 18 11 19 24 18 15 18 16 10 27 27 13 17 14 27 15 13 16 17 16 16 23 31 +006118 26 20 17 19 12 12 24 18 19 17 21 20 17 14 12 19 27 30 +006119 29 16 16 10 13 20 30 16 16 16 17 13 15 30 30 +006120 29 20 21 19 17 14 17 16 9 12 12 18 17 23 33 21 16 17 26 16 18 27 22 20 13 22 18 3 16 21 28 29 +006121 29 19 17 17 19 21 28 6 16 13 19 30 21 28 23 19 11 23 20 25 28 +006122 26 18 20 20 17 12 22 16 20 13 10 18 18 15 18 22 18 13 16 13 21 19 28 +006123 28 23 14 9 18 11 19 23 13 16 21 7 12 13 16 16 16 14 20 24 30 +006124 29 18 16 18 22 12 15 15 14 16 11 10 14 16 24 25 15 14 19 25 28 +006125 29 23 17 15 23 8 18 16 22 15 16 20 23 5 18 24 15 17 31 29 +006126 30 15 16 14 7 20 19 9 16 26 11 12 17 16 17 24 21 21 22 13 10 13 25 20 10 20 29 30 +006127 26 13 11 20 23 18 14 20 15 21 19 29 +006128 26 22 28 14 14 21 22 19 20 16 7 21 27 15 20 20 28 18 16 16 16 14 13 9 22 23 30 +006129 27 18 13 22 26 16 13 12 24 19 11 15 20 6 15 16 15 11 13 17 27 30 +006130 27 17 16 21 20 21 18 19 13 15 18 13 16 12 14 21 20 16 17 13 18 31 29 +006131 27 25 18 17 12 20 24 10 21 18 23 20 15 15 18 13 15 12 29 27 +006132 24 20 19 17 19 30 20 20 21 15 17 20 28 19 18 14 16 32 27 +006133 26 20 17 17 12 27 20 17 21 11 16 12 18 19 13 12 11 20 31 30 +006134 29 20 17 15 15 17 16 16 26 19 10 18 13 15 9 16 12 22 17 18 15 15 18 19 26 32 +006135 28 22 15 17 14 13 15 19 23 18 20 25 13 13 13 12 12 20 29 6 15 12 19 14 9 18 17 28 +006136 28 12 9 21 18 23 20 16 20 20 16 11 14 14 14 15 14 16 8 19 15 20 13 14 17 16 30 +006137 26 24 14 18 22 16 13 16 23 22 19 12 14 23 21 7 11 18 16 23 14 15 12 14 17 16 20 30 +006138 26 17 18 21 23 20 11 15 14 18 26 12 18 17 12 12 15 16 16 21 20 29 +006139 26 16 19 29 28 12 13 17 23 19 9 19 14 10 18 26 3 19 9 16 29 28 +006140 26 17 15 18 21 5 17 15 18 14 17 14 9 23 21 18 20 18 8 13 15 22 28 +006141 24 25 18 17 12 9 17 12 24 22 16 15 21 17 18 18 19 18 22 15 18 19 28 +006142 23 20 14 28 17 16 21 20 10 21 16 11 19 21 21 30 +006143 26 19 31 23 19 14 13 8 17 25 19 16 21 26 31 +006144 28 21 22 15 18 22 18 14 8 11 13 16 22 5 22 15 21 19 14 11 11 15 21 29 +006145 31 22 14 14 18 21 25 16 17 17 15 15 25 4 19 16 17 15 20 15 8 19 23 31 +006146 27 19 28 3 18 11 20 13 14 18 20 15 14 17 29 27 +006147 28 11 17 30 2 17 14 15 22 18 18 20 17 6 21 24 29 +006148 25 26 18 13 17 14 17 6 18 21 27 16 24 14 14 19 13 9 13 18 17 25 26 +006149 27 16 29 6 23 20 13 18 16 17 22 16 11 18 23 7 13 16 17 13 16 20 23 32 +006150 29 15 20 13 17 4 15 14 19 16 18 18 5 16 17 20 15 9 15 12 19 20 5 15 13 15 16 21 31 +006151 26 21 16 23 12 13 9 20 13 24 9 18 15 18 17 15 19 26 15 17 14 10 23 17 25 27 +006152 30 19 19 21 18 17 15 12 12 11 28 13 30 25 26 22 22 22 13 16 15 14 20 24 15 18 30 29 +006153 26 21 17 12 16 16 19 16 15 19 29 +006154 29 11 13 16 16 23 15 23 14 13 20 25 15 8 15 19 25 29 +006155 29 17 15 23 8 14 11 19 19 14 7 14 14 19 22 17 13 18 24 14 15 26 26 +006156 26 18 24 22 15 18 12 9 12 18 13 21 10 17 11 16 16 17 16 25 28 +006157 30 17 20 21 21 18 15 13 17 21 10 20 14 8 15 14 30 16 13 19 32 30 +006158 27 19 17 15 14 14 16 18 21 15 17 16 17 22 21 20 10 8 19 22 16 30 31 +006159 27 23 19 13 17 16 22 10 16 14 19 17 17 22 22 13 15 13 22 26 13 17 29 32 +006160 29 21 14 14 24 17 19 17 12 19 24 27 +006161 26 19 15 26 6 25 19 16 13 19 16 21 25 28 +006162 25 20 24 16 19 17 17 18 23 11 21 15 21 25 28 +006163 29 16 14 16 12 17 34 11 17 12 16 13 6 20 25 28 +006164 28 21 24 6 20 20 26 21 15 25 19 15 22 23 27 +006165 29 22 20 15 12 18 25 17 18 21 15 13 25 30 +006166 27 19 17 18 25 23 17 23 13 13 13 14 20 23 30 +006167 26 17 14 18 18 18 13 26 6 19 14 14 18 26 29 +006168 27 19 24 15 18 18 26 24 19 25 19 17 29 26 +006169 29 13 17 10 11 15 23 5 15 15 21 18 21 14 20 28 26 +006170 27 20 27 17 24 14 24 24 18 10 19 28 14 12 19 27 30 +006171 26 22 28 12 24 29 24 16 11 18 19 17 18 18 16 9 18 16 27 14 22 19 17 17 25 31 +006172 27 22 22 16 16 14 14 21 16 13 15 17 25 19 18 18 14 12 24 23 32 +006173 26 21 17 19 18 13 16 18 27 8 20 16 16 15 17 19 11 15 15 16 27 29 +006174 25 32 21 18 22 24 9 18 16 17 12 30 19 15 18 27 5 16 14 17 27 30 +006175 26 18 19 24 18 18 17 21 16 15 14 16 28 17 20 16 16 19 12 9 24 20 29 +006176 26 19 18 20 18 14 9 21 13 12 11 20 27 8 19 17 24 12 21 16 17 30 28 +006177 29 15 14 25 21 19 11 11 14 12 20 13 8 16 32 20 11 10 18 17 16 17 7 23 20 29 +006178 27 21 17 15 16 13 25 16 18 14 18 21 6 18 20 17 20 16 10 19 16 31 28 +006179 27 19 24 16 21 18 23 4 19 19 19 16 18 28 29 +006180 26 13 26 22 17 19 16 15 22 11 15 18 23 19 13 13 11 8 16 16 15 13 21 25 28 +006181 29 16 25 19 17 16 14 19 8 16 14 17 28 14 17 24 15 14 23 22 9 18 17 24 29 27 +006182 25 19 23 18 15 12 18 11 16 15 14 19 20 27 +006183 27 21 17 15 24 21 16 18 25 18 12 20 30 29 +006184 29 18 30 19 13 17 22 20 14 17 15 29 29 +006185 30 20 23 7 19 16 13 17 21 17 17 16 33 27 +006186 29 17 8 11 19 23 22 12 17 19 18 14 19 19 22 21 14 10 13 23 18 24 25 30 +006187 26 19 26 5 20 16 12 23 11 15 17 18 17 18 15 28 28 +006188 27 17 15 18 13 15 6 19 13 29 3 15 15 19 19 14 15 17 16 18 17 22 28 +006189 29 20 13 14 10 18 21 15 12 16 17 14 20 16 20 26 36 18 21 17 14 19 18 18 15 11 14 35 27 +006190 32 15 15 22 21 13 9 15 16 15 16 17 11 20 21 18 16 23 16 17 22 18 19 16 7 17 19 13 11 18 23 28 +006191 27 15 22 15 16 14 20 12 24 0 18 17 12 16 19 12 20 6 12 18 14 16 14 12 10 17 25 27 +006192 26 15 16 15 12 15 13 14 23 20 21 19 20 12 17 24 11 22 17 18 17 10 19 23 29 +006193 30 11 14 27 19 14 21 17 20 17 17 21 16 19 15 16 12 18 23 21 17 20 19 10 19 16 23 30 +006194 26 23 18 17 16 13 26 11 16 15 33 12 17 18 13 16 13 16 18 20 23 31 30 +006195 27 20 20 21 19 11 15 16 16 27 14 17 10 14 21 12 26 21 23 14 17 25 30 +006196 27 21 16 24 17 12 17 22 22 21 18 19 14 21 28 4 16 9 19 15 18 16 14 22 31 +006197 30 17 13 23 14 25 16 23 16 20 14 24 15 15 15 16 26 29 +006198 27 16 24 13 13 13 14 15 8 17 26 12 16 16 15 17 18 25 28 +006199 29 14 14 16 19 17 14 23 12 13 13 21 16 11 21 27 27 +006200 28 17 19 12 25 16 14 10 14 12 17 20 15 17 22 29 +006201 30 26 26 17 16 15 16 18 28 17 18 22 13 14 25 25 20 19 22 11 15 15 16 16 23 25 +006202 28 15 17 15 16 20 12 21 17 18 16 13 13 13 15 17 20 23 20 23 17 13 16 20 21 29 +006203 28 18 15 24 13 14 11 11 17 29 24 21 20 19 14 14 22 20 19 17 19 23 28 +006204 28 18 22 15 13 14 18 22 20 12 10 18 22 18 14 16 15 20 31 29 +006205 28 15 14 9 30 16 13 13 14 13 22 20 18 14 15 11 21 15 15 11 19 19 29 +006206 29 19 16 15 20 19 19 16 14 18 20 20 17 17 15 14 14 20 19 15 17 18 21 15 8 21 19 27 +006207 27 19 20 15 11 11 12 16 32 14 12 17 19 11 13 13 9 18 20 28 29 +006208 30 17 18 14 10 26 12 21 14 18 12 16 11 18 14 23 7 16 17 8 19 25 34 7 12 12 11 16 15 15 13 30 28 +006209 28 25 25 5 17 15 18 15 15 16 16 32 29 +006210 24 24 19 15 20 14 15 17 21 19 16 18 29 24 +006211 29 13 25 11 12 13 12 16 11 14 17 21 12 16 13 16 18 16 20 16 12 8 16 16 29 28 +006212 30 21 17 19 12 17 20 14 24 11 12 21 16 21 15 18 23 19 16 16 18 16 18 22 30 +006213 26 21 18 15 14 9 11 11 9 21 23 19 12 15 15 11 18 23 13 10 15 15 17 20 21 30 +006214 28 19 16 15 23 16 12 21 22 29 14 16 15 13 11 16 18 20 13 23 16 14 14 19 28 29 +006215 28 15 31 4 18 16 20 14 16 16 19 29 19 13 18 17 14 21 12 8 21 25 32 +006216 24 16 9 17 20 17 26 12 19 11 15 15 15 11 23 20 29 20 28 23 17 16 14 20 25 27 +006217 29 17 27 19 21 15 18 12 8 21 29 19 19 16 5 18 17 14 19 11 20 18 20 24 28 +006218 29 17 22 17 17 17 23 28 15 26 5 12 8 14 18 17 15 20 13 9 20 18 14 17 28 29 +006219 29 13 13 14 15 26 4 16 11 17 21 15 17 13 17 20 16 9 18 28 31 +006220 30 17 28 27 20 14 26 17 18 20 21 26 9 16 26 14 12 12 25 18 11 16 28 15 19 9 13 28 30 +006221 27 17 13 16 19 14 15 20 14 19 19 18 14 11 17 16 23 26 +006222 26 18 14 13 21 16 13 10 16 16 21 13 9 19 20 18 18 18 11 10 11 18 33 26 +006223 26 20 10 14 20 21 20 20 14 11 25 18 20 15 18 26 16 14 18 15 13 17 32 30 +006224 28 19 16 15 9 25 17 9 21 14 21 14 17 24 28 +006225 26 21 15 12 10 20 16 10 22 13 9 19 23 20 28 +006226 25 15 18 18 21 16 16 12 12 16 22 24 27 +006227 31 26 17 25 18 13 15 19 19 7 27 15 13 12 12 25 19 29 +006228 27 17 27 6 25 24 13 14 18 19 15 10 24 19 21 16 23 23 27 +006229 28 18 10 21 24 7 13 17 14 12 14 23 11 17 21 24 15 24 10 10 18 19 23 30 +006230 30 17 23 17 17 15 25 15 22 20 14 16 13 17 15 14 28 28 +006231 27 15 17 13 20 14 7 18 13 22 19 12 9 16 17 16 12 9 20 23 20 9 15 17 24 15 18 31 28 +006232 28 13 25 8 14 17 21 11 15 14 19 27 9 18 15 11 20 28 27 +006233 29 21 14 15 14 14 16 15 17 11 16 23 19 12 11 13 14 14 23 19 20 28 25 +006234 24 19 25 23 18 19 25 31 14 19 34 24 23 21 16 18 17 30 22 15 20 26 25 +006235 28 11 14 14 12 9 19 23 17 14 9 14 16 20 21 17 21 18 11 18 12 15 27 28 +006236 28 17 22 17 18 14 19 12 13 19 22 23 12 18 14 10 19 14 16 11 17 7 20 22 29 +006237 29 9 12 16 18 12 21 13 9 14 23 13 21 25 15 23 16 12 24 21 20 18 11 24 27 +006238 28 22 22 22 22 16 7 16 15 18 17 19 17 21 24 16 17 17 16 16 17 28 28 +006239 29 20 16 16 13 27 29 14 12 18 20 19 23 13 16 15 11 19 17 28 +006240 27 17 13 24 21 17 22 12 14 19 15 19 13 17 8 18 10 17 22 19 19 14 19 19 14 10 16 28 27 +006241 27 19 14 14 16 6 11 16 17 15 13 29 15 15 27 12 13 17 17 23 17 17 17 17 12 17 18 25 27 +006242 28 20 23 21 25 15 17 12 15 18 19 20 12 18 16 13 19 22 20 11 10 14 16 15 30 26 +006243 28 17 11 24 16 15 15 15 14 14 12 16 19 10 14 8 20 16 16 8 19 17 19 29 +006244 29 23 15 16 18 15 11 12 8 18 24 34 19 22 14 17 16 27 23 15 23 27 30 +006245 31 13 12 17 20 24 14 10 13 15 14 17 17 9 16 30 26 +006246 31 15 14 22 13 20 15 15 22 11 17 15 18 19 19 15 15 12 15 28 29 +006247 28 16 20 18 14 29 9 23 19 15 14 29 20 13 16 31 28 18 14 23 15 14 16 27 9 19 10 17 28 31 +006248 27 20 22 16 17 18 30 15 14 14 19 24 9 23 18 25 29 +006249 26 16 16 19 23 14 20 16 19 20 18 17 18 20 16 24 19 12 8 12 19 14 19 8 16 17 13 27 30 +006250 29 12 15 20 29 11 10 16 19 4 13 15 20 14 33 28 +006251 29 13 19 15 17 20 9 20 17 18 19 20 21 26 +006252 26 19 19 17 14 15 22 10 12 11 14 16 13 11 16 15 17 24 27 +006253 27 17 13 18 24 6 18 12 15 13 17 19 18 12 10 16 15 19 30 30 +006254 26 17 25 18 18 22 15 12 23 13 17 9 14 23 17 10 10 19 19 30 +006255 29 22 23 17 17 18 21 15 16 10 21 17 19 14 11 12 16 17 27 29 +006256 26 16 15 28 13 11 12 14 15 15 15 13 15 13 7 13 18 19 19 26 +006257 25 18 19 15 16 15 17 14 26 26 16 12 20 15 21 25 7 16 17 16 17 21 10 13 13 19 11 16 24 27 +006258 29 24 23 18 16 14 19 17 15 14 6 19 23 20 16 17 14 24 20 12 21 25 29 +006259 29 14 14 21 19 12 16 25 22 15 12 17 13 8 20 22 16 12 15 12 22 13 20 18 12 30 30 +006260 27 16 15 6 19 20 14 16 12 15 15 22 21 13 18 14 19 13 14 14 19 12 14 15 19 24 28 +006261 27 17 13 20 28 17 18 22 17 13 19 25 13 20 11 16 17 12 14 18 28 +006262 29 20 23 12 13 13 19 24 26 10 22 21 19 12 16 18 22 18 20 18 13 12 10 20 12 11 18 19 14 23 30 +006263 28 15 13 26 12 15 19 24 19 15 16 9 22 15 14 29 20 12 17 19 12 17 19 22 28 +006264 31 21 16 20 17 13 18 27 15 9 13 18 17 12 10 17 19 12 20 27 28 +006265 25 18 12 17 24 22 9 17 19 22 14 13 16 16 16 15 17 22 28 +006266 30 9 17 19 26 9 20 13 19 19 9 18 18 17 15 17 20 18 16 21 27 +006267 28 16 21 23 18 14 17 17 21 17 6 22 18 28 13 18 17 20 19 19 13 15 9 19 21 30 +006268 26 17 25 8 14 16 8 11 17 18 24 15 12 24 22 29 +006269 25 20 18 11 16 17 22 17 18 12 27 21 15 12 22 20 23 10 19 17 19 14 28 +006270 27 19 25 8 15 9 14 15 17 4 12 15 14 19 15 7 16 16 21 23 28 +006271 26 23 14 12 18 12 15 16 15 6 17 15 16 20 18 14 18 23 28 +006272 28 18 18 10 18 11 21 16 7 15 15 12 18 19 16 12 23 14 15 27 26 +006273 25 20 16 22 17 18 12 8 20 17 8 13 12 10 18 20 19 13 20 30 +006274 25 22 24 18 29 14 12 9 12 17 21 14 13 9 17 20 14 30 28 +006275 26 27 15 9 17 12 19 21 15 15 17 15 20 15 17 21 19 15 14 20 17 15 11 8 17 26 30 +006276 29 20 18 15 9 18 16 15 25 5 16 12 9 18 21 23 13 15 20 13 5 11 13 18 11 15 24 29 +006277 30 18 21 16 10 16 14 16 28 27 13 14 14 17 24 8 20 15 10 14 12 19 16 15 27 +006278 28 14 21 17 7 17 23 15 9 16 16 16 14 6 21 28 27 +006279 26 17 24 5 16 18 15 19 13 24 27 +006280 25 15 11 15 17 26 19 13 18 28 28 +006281 24 15 19 19 23 21 11 9 20 24 30 +006282 26 23 19 19 13 18 13 15 15 26 29 +006283 26 17 21 20 17 13 21 17 16 27 27 +006284 28 17 13 16 16 8 16 20 20 18 18 20 14 8 17 16 19 11 14 19 29 27 +006285 27 18 18 24 15 12 9 21 21 9 10 14 19 18 19 14 23 15 14 15 20 26 28 +006286 25 25 24 16 15 16 14 18 21 11 15 15 13 17 12 17 22 18 14 9 20 31 +006287 27 17 18 11 19 24 21 18 21 13 16 20 22 16 14 17 16 19 17 20 16 19 13 11 14 22 29 +006288 28 22 14 16 24 15 17 13 19 14 18 11 15 13 13 17 18 23 24 15 16 21 15 12 17 15 27 30 +006289 31 7 12 16 19 16 16 14 16 12 6 18 20 9 15 16 27 13 15 14 15 13 17 21 20 27 +006290 22 27 24 18 10 17 19 24 31 22 21 15 9 11 23 17 15 16 20 14 18 12 20 15 9 23 28 24 +006291 25 26 19 19 15 8 15 23 19 21 21 29 +006292 30 13 17 20 23 16 14 15 15 22 30 11 10 20 18 18 13 19 27 16 16 12 19 17 17 15 19 29 29 +006293 25 20 23 21 15 7 17 21 7 17 15 13 14 21 21 30 +006294 28 17 13 21 17 17 14 14 21 8 24 14 12 12 14 23 24 21 21 18 19 14 18 17 24 33 +006295 26 17 16 18 18 19 19 16 15 18 19 18 18 15 18 25 34 +006296 28 12 21 20 14 8 30 17 21 30 14 21 17 9 30 15 19 29 30 +006297 29 16 16 19 15 22 28 15 26 16 10 16 7 15 13 15 20 7 25 30 +006298 27 15 19 15 21 22 11 23 15 13 14 18 25 16 8 16 17 20 30 +006299 28 16 16 26 7 18 16 16 14 11 10 17 20 16 11 16 20 16 30 +006300 27 12 23 17 16 16 10 16 19 20 9 14 17 18 37 25 +006301 27 15 15 24 18 13 14 20 18 20 14 8 20 15 16 19 20 16 19 25 29 +006302 29 21 21 16 23 19 18 16 27 23 21 26 22 23 21 17 22 11 17 16 17 25 31 +006303 28 20 15 16 17 21 20 19 11 14 20 18 20 17 15 18 17 25 30 +006304 29 20 21 17 15 16 22 20 17 13 15 21 23 28 +006305 25 15 17 15 23 22 17 18 16 17 18 15 30 28 +006306 26 20 25 7 14 10 15 14 19 18 20 7 16 11 14 16 25 21 25 16 17 19 23 4 18 12 12 20 22 29 +006307 23 16 19 17 19 29 17 17 16 21 15 15 15 31 19 19 10 23 25 15 19 18 20 29 28 +006308 26 22 18 14 13 12 17 21 12 18 24 27 20 26 19 15 13 19 17 21 18 17 24 32 +006309 30 12 32 14 14 11 12 23 21 21 11 15 10 20 13 14 16 21 26 28 +006310 27 21 25 16 11 14 17 17 19 20 15 14 23 8 15 24 18 16 21 21 32 +006311 26 20 25 18 27 6 16 19 11 16 19 21 16 12 18 11 11 20 14 19 32 28 +006312 25 19 21 17 13 10 31 11 14 12 21 20 17 27 +006313 26 19 17 17 18 10 19 25 8 11 14 19 22 23 30 +006314 30 13 17 17 27 21 21 20 13 13 14 12 11 11 17 27 5 15 15 22 4 16 16 22 25 31 +006315 25 16 20 17 22 19 14 13 23 14 13 19 19 29 +006316 27 19 18 14 13 17 16 20 14 16 17 15 21 27 +006317 25 22 16 14 15 12 20 13 18 8 18 31 28 +006318 28 21 15 17 17 26 9 14 10 16 26 8 26 25 28 +006319 27 22 23 21 19 15 22 13 15 13 20 31 28 +006320 27 16 16 20 18 14 23 15 9 16 24 32 +006321 25 19 10 15 19 27 20 18 31 0 14 21 26 29 +006322 23 17 29 5 27 23 15 13 15 19 16 30 25 +006323 29 13 21 19 16 12 15 14 27 10 15 18 26 29 +006324 28 18 22 10 22 18 20 19 13 19 18 25 29 +006325 25 21 25 4 21 30 24 29 17 17 21 19 30 +006326 27 19 26 0 12 14 15 21 17 8 20 17 17 29 30 +006327 26 23 21 4 19 15 19 29 21 20 13 28 29 +006328 24 23 14 23 15 13 17 18 20 7 19 24 28 +006329 27 17 33 23 24 13 14 12 10 10 17 27 30 +006330 24 22 10 16 15 24 16 16 19 9 20 28 25 +006331 29 18 28 11 17 16 21 21 21 20 10 19 29 29 +006332 23 18 20 26 10 17 19 14 11 17 17 30 30 +006333 30 16 17 22 17 17 12 14 33 19 17 20 16 12 22 22 21 18 19 25 11 17 30 28 +006334 23 33 5 22 13 15 26 25 15 23 11 12 17 10 11 23 13 26 28 +006335 26 12 34 15 18 19 18 9 16 15 27 18 26 18 10 14 13 16 13 15 19 31 27 +006336 31 19 20 17 16 6 16 19 18 7 14 18 17 17 18 24 10 18 25 18 19 18 26 31 +006337 30 19 17 12 18 19 13 21 19 18 14 14 15 30 23 17 25 15 16 14 12 18 30 33 +006338 27 24 16 17 20 13 17 13 13 14 25 3 14 22 19 23 15 21 29 +006339 29 19 20 24 27 27 5 20 13 23 24 5 23 36 19 14 16 16 19 30 32 +006340 31 11 19 14 16 16 21 9 21 15 16 5 21 13 22 13 15 14 11 11 14 15 19 25 29 +006341 27 18 8 18 29 16 20 15 17 15 22 22 30 11 23 20 16 17 14 20 18 10 19 21 18 22 30 +006342 27 19 17 13 19 13 13 17 9 20 21 4 21 26 19 16 14 17 17 23 29 +006343 29 17 16 28 8 11 11 25 10 13 11 19 19 20 11 10 22 28 29 +006344 30 20 19 17 21 23 10 18 18 19 24 17 14 12 20 27 21 11 17 28 7 25 11 27 9 18 11 29 30 +006345 27 19 13 12 16 25 19 14 16 12 21 24 29 17 17 9 11 16 12 21 11 7 29 29 +006346 29 13 17 18 14 8 8 18 15 13 9 20 22 15 17 13 16 12 23 19 13 21 12 22 17 10 19 13 22 20 28 +006347 28 16 16 10 24 10 15 22 24 26 +006348 25 16 15 20 25 10 22 30 26 +006349 28 16 15 17 21 18 19 29 26 +006350 27 8 11 18 18 22 0 18 12 34 28 +006351 28 15 25 18 14 16 16 21 28 27 +006352 26 22 24 18 12 17 20 16 23 27 +006353 28 21 15 17 18 13 18 21 26 28 +006354 26 13 13 21 16 20 14 18 14 7 20 14 25 7 14 21 17 18 16 10 23 21 28 +006355 22 19 13 22 21 26 23 17 19 24 14 13 15 20 24 25 11 18 15 16 10 21 25 26 +006356 29 25 18 14 17 14 15 11 12 19 15 26 22 18 20 12 14 17 18 15 15 17 18 27 34 +006357 25 25 18 21 14 19 19 9 20 13 19 16 13 19 16 21 27 19 18 15 11 17 23 15 15 14 33 30 +006358 28 20 16 22 18 18 18 25 20 9 21 21 20 20 22 6 17 15 20 22 23 20 22 22 18 17 14 29 29 +006359 31 27 14 16 17 11 28 17 18 21 9 20 18 14 17 22 13 10 18 23 18 20 16 10 17 15 19 23 31 +006360 28 17 7 19 32 14 20 14 13 29 27 +006361 28 13 24 9 23 21 20 13 18 13 11 18 31 28 +006362 24 18 15 17 22 28 21 18 20 16 19 17 16 9 19 31 22 12 15 16 18 24 15 13 22 29 29 +006363 29 16 22 15 17 22 12 22 20 18 22 5 22 13 29 14 14 12 12 25 8 17 15 18 13 17 17 8 19 19 35 +006364 26 15 12 25 17 21 22 15 16 14 18 6 19 26 21 19 20 18 15 18 16 12 15 19 21 9 9 17 28 27 +006365 31 13 21 14 24 26 18 11 17 17 20 24 29 +006366 28 18 19 26 19 17 17 16 21 16 12 14 23 20 26 15 20 29 27 +006367 29 21 23 22 19 20 19 19 16 17 13 16 24 23 19 18 14 15 19 21 20 14 16 10 18 18 19 24 29 +006368 26 19 29 14 18 19 12 12 19 17 25 14 14 11 15 17 18 20 8 20 14 13 21 17 19 30 +006369 29 18 25 8 17 16 23 14 15 18 17 17 17 18 18 19 16 12 18 31 28 +006370 31 18 22 13 24 20 24 19 13 16 30 5 15 11 16 19 16 20 17 30 30 +006371 26 20 28 10 27 18 23 17 10 15 17 19 18 20 22 15 18 27 29 +006372 28 11 14 14 18 28 15 13 15 20 9 18 11 19 11 25 4 13 16 14 6 9 15 24 27 28 +006373 28 21 20 16 19 22 26 15 24 16 14 14 22 17 17 15 18 13 19 27 31 +006374 27 22 13 9 14 15 26 14 20 18 16 24 4 21 15 17 26 21 13 9 21 18 18 13 16 13 25 22 31 +006375 28 19 12 20 20 18 12 15 17 25 25 18 15 15 14 16 28 19 21 17 16 19 18 15 8 20 21 30 +006376 29 30 20 12 18 16 13 12 17 18 15 14 28 29 +006377 25 18 18 24 5 23 20 13 10 10 20 23 22 21 19 8 21 9 8 29 19 10 12 13 33 13 19 13 35 29 +006378 28 22 13 20 10 23 14 19 24 3 13 14 14 17 21 24 28 +006379 28 12 28 24 19 22 16 15 30 23 24 12 19 16 14 12 12 21 16 26 31 +006380 27 19 23 0 14 17 17 20 5 13 9 20 22 15 18 21 8 24 16 19 17 23 31 +006381 26 19 16 20 18 13 6 17 12 19 26 7 30 17 21 31 18 17 24 16 25 30 +006382 32 16 30 24 19 16 18 16 15 17 20 5 15 15 21 15 9 23 27 32 +006383 29 20 17 12 16 22 21 27 18 13 16 12 20 22 22 14 16 16 18 15 22 7 18 17 24 23 30 +006384 30 12 10 23 18 13 17 18 8 21 29 +006385 28 18 15 15 14 10 20 22 17 8 21 26 4 18 15 13 13 17 13 8 21 25 30 +006386 27 15 15 20 15 24 21 4 15 20 22 18 17 14 19 17 17 14 7 14 30 30 +006387 26 32 19 20 18 17 11 22 15 17 30 28 +006388 23 22 20 22 5 15 12 11 15 15 23 20 27 +006389 28 19 17 13 21 16 16 13 23 17 30 28 +006390 28 12 17 17 10 15 26 16 14 18 31 31 +006391 27 22 19 26 8 20 17 16 19 15 27 26 +006392 27 20 20 28 16 9 18 16 15 18 19 27 27 +006393 25 24 15 12 26 7 18 12 21 10 19 29 28 +006394 22 17 30 6 22 19 24 13 17 19 29 26 +006395 26 21 20 4 17 17 13 9 20 22 30 28 +006396 25 12 14 25 21 16 10 12 22 33 26 +006397 29 14 17 14 17 15 15 24 10 13 19 13 19 29 28 +006398 29 17 27 18 19 18 22 15 17 19 21 21 21 15 12 20 14 24 13 8 21 23 16 15 22 18 30 28 +006399 29 17 16 21 16 17 17 17 15 12 17 19 20 18 16 16 12 16 20 23 29 +006400 26 21 15 14 18 28 8 17 14 9 17 16 19 24 4 11 22 33 28 +006401 29 15 14 7 17 18 30 7 18 25 22 14 18 15 23 21 28 +006402 29 21 24 17 9 12 19 25 19 15 19 18 18 13 14 23 18 16 16 31 29 +006403 30 13 19 22 13 19 28 22 16 19 20 20 25 23 17 23 20 19 26 31 +006404 29 27 10 20 20 15 21 17 17 17 16 14 16 18 17 22 0 23 14 19 17 20 28 30 +006405 26 25 25 20 18 18 26 9 11 13 16 27 14 11 16 20 12 6 15 11 10 20 20 25 29 +006406 29 14 19 22 8 21 22 17 26 14 23 20 14 19 13 16 18 13 14 19 26 17 17 12 12 25 19 28 28 +006407 28 25 20 14 18 15 13 10 22 24 19 12 22 19 9 15 18 29 30 +006408 31 25 33 17 7 17 16 15 18 26 22 21 13 16 16 13 26 16 18 13 20 24 15 15 14 18 28 31 +006409 29 18 18 27 14 16 13 18 29 17 21 7 17 21 14 12 24 23 24 20 17 19 11 24 23 33 +006410 27 16 15 19 26 13 18 20 20 25 16 18 22 13 21 25 15 22 15 12 17 18 32 29 +006411 31 20 23 19 24 18 19 14 22 16 15 18 12 11 22 20 18 19 17 27 30 +006412 25 22 18 26 18 20 15 16 14 19 22 20 16 13 18 24 23 18 17 19 21 15 9 14 18 15 27 29 +006413 29 12 11 14 13 22 23 17 9 16 20 14 18 19 21 29 +006414 30 15 23 19 20 13 8 21 11 22 24 20 21 19 20 20 24 24 27 +006415 30 14 11 29 10 9 13 18 16 15 18 18 29 17 14 11 13 12 21 25 21 13 13 14 20 19 9 23 11 22 27 30 +006416 30 10 13 24 17 16 16 28 12 7 12 15 15 15 15 16 16 19 17 21 31 +006417 30 20 18 18 21 22 17 19 19 21 8 18 21 17 26 29 +006418 29 22 17 20 21 13 20 16 15 10 10 20 33 29 +006419 29 18 28 7 21 22 17 16 17 16 9 18 17 33 29 +006420 28 18 20 17 18 19 23 9 17 8 17 19 17 32 28 +006421 25 24 24 18 15 18 16 29 6 18 16 14 17 33 26 +006422 28 17 26 21 15 21 19 8 20 16 20 15 18 32 28 +006423 30 12 14 14 15 17 11 30 8 20 18 14 12 21 14 14 16 10 27 15 15 15 16 15 24 30 +006424 28 19 13 27 7 14 17 13 21 19 21 14 22 21 15 16 18 17 15 15 13 13 9 17 27 30 +006425 28 24 18 13 12 21 16 13 15 28 13 15 16 14 23 9 13 25 20 18 20 21 13 19 17 24 28 +006426 28 20 17 23 18 17 20 23 7 18 12 16 18 15 10 13 19 18 15 20 7 17 18 21 26 27 +006427 27 17 14 26 14 14 20 16 18 16 30 30 17 22 12 17 14 12 21 15 8 13 16 19 27 29 +006428 28 21 22 19 17 16 23 10 14 12 21 13 9 15 29 8 15 16 27 26 +006429 27 21 30 17 14 20 15 9 20 12 16 36 11 21 26 13 11 11 15 19 27 28 +006430 31 18 15 23 12 13 14 21 18 17 15 18 19 19 13 20 17 20 28 28 +006431 31 17 15 22 14 14 20 22 23 14 21 18 16 19 30 17 15 16 11 17 23 15 15 17 15 19 30 31 +006432 27 20 18 15 19 11 20 22 11 15 11 16 28 17 15 17 23 15 18 14 17 30 29 +006433 27 24 12 16 12 22 17 13 12 18 17 13 13 21 18 13 12 15 23 35 19 14 14 17 12 15 12 15 15 37 31 +006434 27 16 20 18 17 16 26 22 10 11 17 20 15 16 21 19 18 15 20 16 15 22 31 +006435 23 25 13 12 12 24 28 21 15 14 22 24 22 17 35 17 20 14 22 10 22 6 25 26 +006436 27 22 29 7 15 19 12 18 23 24 16 21 6 18 21 20 22 17 15 13 7 18 32 32 +006437 25 23 17 8 18 25 5 16 16 16 15 12 20 17 14 8 12 17 22 31 21 12 17 14 20 15 20 16 14 30 32 +006438 28 23 23 21 17 20 12 20 16 14 17 14 19 19 25 28 +006439 30 12 18 24 16 14 16 32 7 18 14 15 15 15 17 10 22 27 27 +006440 30 21 22 18 12 17 17 20 13 22 19 14 14 17 21 34 28 +006441 30 21 24 18 31 16 17 21 21 16 15 14 10 20 17 26 28 +006442 27 21 21 16 19 20 16 15 25 13 15 16 7 16 16 19 25 29 +006443 30 9 11 17 12 22 21 5 18 13 22 15 11 14 20 18 29 19 14 12 31 28 +006444 25 19 18 16 14 16 17 19 13 25 17 17 16 12 23 14 11 14 32 27 +006445 25 22 19 26 16 15 23 22 18 13 22 18 14 25 19 9 16 22 14 12 16 10 9 30 29 +006446 27 17 16 24 20 15 14 19 13 25 22 14 10 15 16 18 21 11 15 16 19 9 24 18 14 14 13 12 12 15 14 20 24 31 +006447 30 20 23 21 16 8 17 15 19 23 21 14 17 32 18 19 17 14 12 10 10 11 21 31 28 +006448 28 17 20 16 18 12 13 14 16 14 9 18 26 28 14 23 12 13 16 14 18 25 30 +006449 27 19 14 16 26 10 15 13 26 16 14 11 19 32 22 18 14 23 19 21 15 13 22 18 32 +006450 27 18 19 18 20 13 18 21 21 20 20 13 17 12 15 14 18 18 28 29 +006451 25 16 15 16 19 15 8 25 24 16 13 18 18 13 25 28 +006452 25 16 12 19 26 12 20 13 19 22 5 14 26 12 22 17 15 28 26 +006453 27 22 17 18 13 17 13 28 10 15 23 15 13 13 23 30 29 +006454 30 17 15 17 15 13 29 9 17 16 17 16 23 10 16 28 19 15 17 18 28 30 +006455 28 11 12 24 23 17 15 13 20 27 29 +006456 28 23 18 18 11 18 14 22 0 21 26 +006457 25 17 14 18 17 21 15 15 10 29 28 +006458 28 18 28 21 18 23 18 17 24 24 27 +006459 25 14 14 17 28 7 13 14 16 24 16 17 20 19 26 31 +006460 26 18 14 19 15 22 20 9 17 11 28 17 20 12 28 7 19 12 13 14 21 21 17 14 16 18 15 10 20 26 28 +006461 28 21 23 13 16 20 17 12 19 20 19 16 14 15 27 24 18 17 13 11 18 16 16 14 20 26 27 +006462 23 24 13 17 19 28 10 22 14 26 12 16 18 13 18 14 11 29 27 +006463 28 17 23 16 21 16 18 14 24 8 24 15 19 22 16 13 16 15 17 21 5 19 17 14 15 12 7 19 28 29 +006464 28 14 15 20 24 15 8 17 17 21 19 14 18 39 26 +006465 26 18 15 22 14 10 17 11 16 13 15 20 27 29 +006466 31 14 26 21 11 14 25 17 30 13 17 22 15 8 21 21 17 15 13 19 16 12 10 20 18 19 24 31 +006467 25 17 14 10 13 22 16 15 15 19 15 26 26 26 +006468 29 17 17 13 20 26 11 13 20 22 20 21 14 20 30 +006469 28 11 21 28 15 15 14 12 23 25 26 +006470 23 22 27 17 14 18 14 11 10 20 25 16 17 13 18 18 24 5 20 14 11 18 26 31 +006471 28 17 14 18 11 8 17 13 23 24 24 14 22 6 20 16 20 23 15 21 31 28 +006472 27 17 17 18 14 18 23 17 12 26 15 25 20 15 15 23 26 24 19 19 17 15 20 26 26 +006473 27 17 22 21 19 20 31 24 16 20 25 16 17 19 15 18 19 18 11 9 21 27 26 +006474 27 18 21 17 17 12 13 18 25 15 13 17 12 13 14 21 16 13 16 21 16 15 15 14 14 30 29 +006475 26 21 14 10 16 18 27 16 16 15 16 19 17 15 16 14 15 26 24 22 20 16 10 13 17 16 27 26 +006476 24 22 30 17 15 13 14 17 15 14 18 24 20 11 18 12 14 17 28 32 19 25 21 11 15 8 17 27 21 28 +006477 25 24 19 10 14 15 14 14 18 23 17 23 16 26 25 14 11 18 24 20 19 20 32 30 +006478 28 13 16 20 25 22 21 17 14 14 16 23 5 19 16 14 13 24 15 21 15 11 15 28 27 +006479 29 16 18 16 13 12 14 18 19 18 15 20 18 23 30 +006480 28 16 14 25 22 14 18 10 23 15 14 12 17 14 22 21 25 +006481 25 24 15 23 15 20 13 12 22 2 19 16 14 13 27 28 +006482 29 20 12 22 27 31 23 23 16 27 20 8 12 16 30 28 +006483 23 18 11 12 23 15 16 15 11 13 34 9 12 26 21 30 28 +006484 26 20 30 12 13 13 14 13 19 18 22 10 11 28 26 +006485 27 20 19 17 19 18 23 15 14 15 18 16 12 14 33 29 +006486 28 19 16 23 19 19 18 31 7 25 13 15 16 22 23 21 11 19 26 5 23 22 22 17 16 16 20 25 26 +006487 28 39 30 41 17 23 21 17 20 13 10 17 14 33 26 +006488 28 21 14 16 16 16 10 31 8 20 15 16 14 23 17 17 23 36 28 +006489 31 20 16 15 9 18 21 25 23 18 20 23 21 20 20 17 14 15 13 28 26 +006490 27 17 20 22 17 10 17 14 15 25 24 +006491 25 17 23 19 19 18 29 7 18 18 16 31 27 +006492 26 26 21 17 17 18 19 16 16 16 12 20 17 29 7 16 14 13 30 26 +006493 27 15 17 22 20 18 18 15 21 25 34 +006494 29 26 18 17 15 18 14 11 16 19 25 13 23 17 15 16 29 20 13 23 17 22 21 11 18 19 30 30 +006495 27 27 25 17 16 14 16 20 26 18 20 18 14 24 16 26 13 12 20 18 19 25 16 14 17 21 10 15 9 30 32 +006496 27 15 9 21 14 23 21 15 17 23 13 14 24 18 23 18 15 15 25 20 21 31 +006497 23 23 21 18 17 11 14 31 16 11 19 19 12 29 24 19 17 21 13 14 26 0 14 19 13 24 27 +006498 28 22 19 23 11 15 18 17 23 17 16 15 19 21 7 17 19 13 11 18 28 29 +006499 30 17 16 9 20 18 14 10 16 18 21 15 16 12 19 24 17 15 15 20 29 29 +006500 28 16 19 21 18 13 19 24 5 19 15 19 21 17 24 17 23 17 16 14 24 30 +006501 27 20 22 12 18 15 18 22 8 18 17 17 19 19 29 +006502 27 21 10 18 21 26 5 25 14 19 21 23 14 22 24 26 +006503 28 13 12 21 25 21 14 17 12 32 12 21 16 17 12 16 22 13 20 11 13 10 11 20 15 29 27 +006504 31 9 21 17 19 21 15 15 19 16 17 27 9 19 19 20 8 14 15 18 16 14 14 14 17 29 29 +006505 25 19 21 14 15 9 25 19 14 14 17 27 26 +006506 27 23 19 16 14 15 15 23 24 17 17 20 23 24 23 17 18 22 28 +006507 26 19 18 19 20 16 20 25 16 16 15 25 18 18 16 30 31 +006508 28 20 9 31 15 15 18 19 13 9 18 15 16 20 21 22 29 +006509 28 15 15 14 24 9 23 19 14 17 8 21 23 7 25 21 22 33 30 +006510 23 24 18 16 16 25 29 18 22 16 16 25 20 16 12 25 26 17 23 19 20 24 31 +006511 27 15 13 16 27 19 15 13 15 11 20 32 15 16 16 23 16 17 24 15 22 20 21 27 +006512 28 28 21 16 23 18 18 11 25 8 28 25 26 18 15 16 22 16 25 19 16 12 17 21 23 28 +006513 26 15 13 16 22 17 12 15 17 19 25 24 20 16 17 17 26 29 +006514 26 19 20 22 20 12 20 16 15 23 19 15 13 19 18 18 17 26 27 +006515 27 18 15 20 17 10 14 18 14 18 2 17 18 14 12 19 17 25 29 +006516 28 19 18 19 13 18 23 17 13 13 18 15 20 22 13 20 12 29 25 +006517 29 16 17 25 20 17 22 21 22 11 19 15 28 21 21 9 11 13 25 28 +006518 28 17 15 19 22 9 19 18 15 17 17 18 21 27 +006519 26 20 22 18 14 13 16 24 14 18 11 22 36 25 +006520 28 20 16 16 21 5 21 15 20 19 14 14 18 27 27 +006521 29 25 13 9 17 17 16 27 11 14 19 15 27 30 +006522 29 24 16 19 24 18 10 18 22 23 12 19 35 28 +006523 26 15 20 24 16 16 12 18 24 7 19 14 19 28 27 +006524 30 21 20 19 17 12 23 17 14 21 24 21 15 11 16 16 20 15 19 10 17 10 18 31 29 +006525 26 26 18 15 28 5 23 21 23 12 19 33 27 +006526 26 21 17 18 14 14 14 20 25 20 17 17 19 23 18 12 22 28 30 +006527 29 18 28 11 18 25 16 17 12 18 23 12 18 19 16 17 15 18 27 31 +006528 26 16 18 12 19 16 22 11 17 11 18 20 19 15 38 27 +006529 27 14 35 17 9 14 21 14 15 14 13 9 22 21 17 30 12 12 21 13 21 12 11 13 11 8 13 20 16 18 13 17 30 31 +006530 26 12 21 28 16 15 13 17 13 16 32 28 +006531 28 19 18 17 25 26 23 15 21 0 11 16 10 14 21 17 25 15 24 18 16 16 15 14 20 26 31 +006532 27 23 20 17 19 12 10 19 15 26 13 20 12 14 23 17 13 16 10 16 27 30 +006533 30 22 18 15 16 24 18 15 17 13 21 24 15 15 18 21 20 24 19 15 19 26 27 +006534 26 15 14 19 21 16 18 19 16 22 11 15 20 23 17 27 +006535 26 15 17 22 22 17 8 31 16 11 19 19 16 23 17 13 20 17 19 18 17 12 8 17 25 30 +006536 23 22 14 19 8 22 19 7 17 12 14 18 29 28 +006537 26 19 14 17 11 16 27 8 16 18 17 11 18 25 27 +006538 29 10 16 17 17 15 11 24 13 22 15 14 14 33 30 +006539 26 19 17 23 16 13 13 14 21 15 7 21 21 28 27 +006540 23 22 17 14 24 13 10 19 25 17 14 11 22 21 17 17 17 23 14 17 28 28 +006541 28 9 10 12 20 16 18 12 14 20 17 9 16 18 4 13 18 14 20 31 28 +006542 29 27 22 18 16 10 12 18 14 26 13 14 12 9 27 13 16 10 19 13 31 29 +006543 28 23 23 19 14 9 13 18 29 17 14 13 16 18 13 16 16 22 16 20 16 19 17 14 24 30 30 +006544 27 22 12 23 14 16 17 9 21 19 18 18 13 19 16 25 17 20 18 32 28 +006545 25 21 17 16 14 14 24 18 18 15 25 19 14 18 12 14 16 17 6 22 26 26 +006546 28 17 18 14 18 23 20 25 28 18 18 14 16 16 18 16 10 20 21 26 28 +006547 27 17 22 14 22 24 22 17 9 20 16 14 22 14 18 18 9 20 32 30 +006548 29 13 23 15 22 13 13 19 13 16 16 21 21 14 21 26 15 19 9 12 18 10 29 29 +006549 27 21 21 19 18 18 21 14 16 11 16 19 15 16 20 14 19 17 17 21 18 28 27 +006550 23 17 20 24 7 13 20 14 13 16 14 7 17 17 25 17 18 18 17 13 18 20 23 27 +006551 29 16 15 18 13 11 24 23 16 19 15 26 21 11 14 8 17 19 20 23 24 13 20 10 12 9 21 25 30 +006552 31 13 19 15 20 13 19 23 27 11 17 18 14 11 11 25 18 18 10 12 17 7 21 20 28 +006553 30 29 19 26 19 15 22 26 3 19 16 14 18 11 13 27 22 26 +006554 26 25 25 19 20 14 15 19 16 16 22 20 17 18 30 28 +006555 26 19 20 16 7 13 15 15 16 21 13 18 18 18 18 18 22 29 +006556 26 20 18 15 15 13 18 23 11 17 12 19 17 19 20 14 18 34 25 +006557 27 12 15 13 15 18 18 25 26 +006558 26 21 20 16 19 20 22 14 17 17 13 13 15 13 12 15 31 27 +006559 27 14 13 15 18 18 19 20 25 +006560 28 15 11 18 29 17 21 13 20 31 16 13 23 25 8 30 9 22 19 21 10 32 28 +006561 28 22 18 28 17 20 16 34 27 +006562 32 14 16 9 13 14 24 21 15 24 17 14 15 20 24 29 12 20 15 13 18 20 5 21 20 17 11 14 15 36 25 +006563 26 19 15 19 14 17 15 8 18 20 4 18 17 15 17 25 27 +006564 29 17 27 16 15 16 16 9 16 16 18 19 17 20 18 16 13 13 10 15 14 14 17 19 3 19 18 21 17 23 30 29 +006565 29 15 16 31 16 21 19 15 17 17 15 17 14 17 19 21 8 16 12 22 24 29 +006566 26 19 21 20 16 18 21 12 19 14 15 13 20 19 19 17 20 24 20 15 19 20 10 14 12 19 30 27 +006567 29 20 19 16 16 19 25 16 18 17 23 24 24 25 13 13 15 21 18 19 15 17 14 28 27 +006568 27 22 20 17 20 17 14 15 19 19 9 12 16 23 20 23 15 10 17 26 7 11 20 21 16 21 27 +006569 29 14 26 14 14 21 25 17 19 17 12 9 17 28 18 17 24 21 21 14 16 16 18 28 29 +006570 27 14 14 18 22 19 16 13 22 26 31 20 20 17 19 25 15 14 18 26 21 18 19 24 31 +006571 31 25 26 18 22 17 14 25 15 18 15 18 20 20 20 20 22 16 14 24 20 14 14 13 22 21 30 +006572 27 18 34 20 12 17 18 14 18 15 15 8 18 23 16 16 12 17 12 20 27 18 16 19 26 29 +006573 25 15 29 9 17 15 10 28 20 9 22 22 5 19 10 19 10 37 27 +006574 27 17 22 18 13 13 22 26 21 13 16 14 9 18 11 19 26 20 17 14 11 19 23 19 13 19 26 28 +006575 29 19 18 23 16 14 14 20 16 13 18 27 22 14 16 16 20 20 14 20 12 18 29 27 +006576 28 17 21 4 16 16 11 19 23 11 23 17 12 15 15 21 18 14 13 18 10 23 27 +006577 25 20 25 17 17 21 20 10 14 17 14 15 12 6 19 28 15 19 13 15 37 26 +006578 30 11 16 16 13 9 14 18 29 21 20 32 14 11 16 22 21 14 22 0 20 0 35 30 +006579 24 20 19 21 25 19 20 14 18 9 15 11 24 12 15 15 12 17 15 18 15 28 29 +006580 26 17 26 18 21 20 12 18 16 20 21 24 19 13 19 13 11 13 15 20 32 26 +006581 28 13 16 16 17 27 11 24 19 18 14 14 16 22 5 19 16 18 16 29 27 +006582 28 19 19 15 18 21 22 15 22 28 24 28 29 18 20 25 16 19 20 12 21 24 17 17 13 21 25 28 +006583 29 25 15 12 18 7 29 20 15 12 15 24 18 10 19 15 21 27 23 18 16 17 17 17 16 36 27 +006584 30 18 23 17 22 27 19 14 21 18 17 19 18 10 21 28 5 15 16 19 28 28 +006585 30 23 23 25 4 20 16 23 21 6 21 14 17 18 18 18 23 16 24 18 18 32 29 +006586 28 19 16 15 32 17 26 25 15 15 10 10 12 16 12 15 15 19 25 17 17 14 13 33 28 +006587 29 13 14 27 17 19 11 19 26 14 16 12 17 17 17 21 19 13 11 11 19 26 26 +006588 26 21 16 16 13 18 16 24 12 16 15 12 19 20 21 16 14 14 15 22 25 17 21 21 18 19 18 24 28 +006589 24 29 23 16 18 19 27 15 20 25 15 18 21 26 26 +006590 30 19 13 17 27 20 17 18 28 12 15 17 20 18 13 17 14 23 17 16 19 16 18 22 24 25 +006591 26 24 23 18 19 19 25 6 15 20 15 16 19 20 29 +006592 26 13 15 28 7 21 15 24 17 13 19 20 29 26 +006593 27 24 23 14 12 17 15 30 17 12 12 17 19 14 22 18 14 10 20 24 17 24 18 24 30 +006594 24 23 25 7 16 18 23 15 16 10 10 17 17 26 17 18 16 27 18 16 11 11 20 32 28 +006595 30 17 31 24 15 12 9 17 17 16 17 18 16 19 20 17 16 23 26 18 19 22 20 30 +006596 27 25 18 16 27 21 15 15 14 16 9 29 24 14 12 16 18 18 21 17 13 13 16 14 8 21 25 27 +006597 24 19 13 21 15 27 17 20 19 31 27 +006598 26 17 15 17 16 21 18 13 17 16 34 25 +006599 28 15 21 26 15 17 11 12 11 19 18 17 26 23 15 16 20 15 12 16 14 18 29 26 +006600 29 16 20 22 17 17 17 13 17 10 9 18 22 22 13 15 11 14 16 14 25 18 12 18 16 21 24 28 +006601 29 13 32 17 14 25 15 13 22 20 18 18 19 18 12 18 17 25 26 +006602 31 11 16 14 28 21 18 22 23 21 20 16 17 20 8 14 19 16 18 32 28 +006603 26 17 14 20 15 12 17 15 18 22 12 17 18 19 10 18 25 27 +006604 26 18 26 5 20 16 17 10 16 28 9 21 16 11 17 18 26 29 +006605 29 15 15 19 14 9 21 19 4 24 19 8 11 8 18 32 27 +006606 31 23 28 23 16 12 22 24 6 18 17 19 25 15 16 17 16 12 19 18 17 12 20 13 16 19 24 26 +006607 28 20 21 19 19 17 9 23 42 15 15 22 20 16 14 19 27 22 19 12 7 18 15 18 20 28 +006608 29 19 18 18 24 16 15 17 29 20 16 24 20 29 17 6 21 26 17 14 22 24 30 +006609 27 25 18 18 23 22 12 13 11 15 16 8 17 16 26 27 21 18 17 14 14 14 13 17 21 26 28 +006610 26 18 20 17 15 15 18 21 5 19 20 19 11 10 19 17 17 24 28 +006611 25 16 13 18 26 18 16 17 17 9 24 0 14 20 21 15 34 27 +006612 25 16 23 22 4 19 12 9 19 23 16 16 19 16 16 10 26 29 +006613 28 18 21 21 11 14 25 20 24 18 14 15 14 16 20 21 16 19 22 28 +006614 27 13 11 15 16 19 14 19 22 13 9 18 23 20 18 20 15 15 20 18 24 28 +006615 29 18 23 15 14 16 19 20 19 12 16 13 18 16 18 8 14 21 19 31 30 +006616 28 16 15 16 16 15 17 25 10 20 13 13 25 31 13 15 22 16 19 19 15 22 25 31 +006617 26 17 15 18 23 7 18 18 10 10 12 16 20 24 20 15 14 14 30 29 +006618 26 17 16 17 18 17 7 13 16 15 26 13 12 23 14 27 30 +006619 27 14 13 14 16 18 13 18 16 19 15 20 16 15 30 29 +006620 28 13 14 18 19 18 15 18 14 19 15 8 21 28 28 +006621 26 23 20 16 12 24 17 12 25 15 13 15 22 32 29 +006622 27 20 25 21 18 14 21 26 18 16 13 24 17 17 7 16 20 22 25 28 +006623 27 23 22 21 14 9 16 14 22 25 21 14 19 13 17 27 8 15 14 16 8 21 14 21 25 30 +006624 29 15 16 17 20 5 20 11 15 19 23 14 14 27 4 17 14 16 19 29 29 +006625 29 11 21 21 13 17 17 17 18 17 14 23 21 18 17 16 29 17 8 13 11 8 17 27 31 +006626 28 24 17 18 18 17 25 17 16 14 16 21 14 17 12 16 17 15 7 17 31 30 +006627 26 20 15 20 14 19 15 17 20 23 17 23 20 6 18 14 15 9 14 17 27 28 +006628 28 18 22 8 24 19 18 14 7 23 21 23 19 17 17 13 17 7 19 21 29 +006629 26 15 13 22 13 22 19 15 17 16 18 20 22 17 18 20 7 15 14 16 23 19 29 +006630 27 17 16 15 11 19 24 22 20 15 16 13 15 15 14 26 5 17 19 15 17 23 30 +006631 28 20 17 13 17 18 21 18 17 18 21 15 17 13 16 19 15 15 19 19 30 28 +006632 25 23 15 26 22 20 19 18 14 11 13 14 18 21 24 19 20 16 19 15 20 25 30 +006633 26 15 18 19 20 16 14 16 17 19 5 15 19 15 14 19 13 9 16 16 19 27 28 +006634 26 20 17 16 22 17 19 17 22 21 21 22 14 18 3 16 19 14 16 22 25 29 +006635 29 24 17 18 19 13 14 16 27 26 17 22 12 19 14 17 17 14 23 15 17 21 21 13 19 16 29 29 +006636 29 18 11 14 18 3 22 26 22 18 15 25 4 21 12 18 26 21 20 19 6 21 20 21 22 12 19 20 20 25 31 +006637 29 10 19 12 15 17 17 15 18 21 19 9 16 18 15 17 20 27 28 +006638 28 22 14 16 16 16 0 26 18 9 12 16 12 19 19 17 17 13 25 27 +006639 24 13 16 20 20 19 13 17 29 10 19 20 17 10 19 27 16 16 25 23 15 19 23 21 14 22 27 27 +006640 28 15 7 20 17 12 14 15 20 23 22 14 25 23 11 16 12 15 19 15 19 17 28 +006641 27 17 23 7 14 12 18 17 13 18 22 22 13 14 14 20 20 18 13 9 27 10 18 17 19 16 27 29 +006642 29 18 20 14 15 11 17 27 14 14 14 11 18 21 31 21 14 20 16 21 12 8 21 21 29 +006643 30 19 22 11 11 15 8 15 17 18 17 14 25 20 13 14 21 21 29 +006644 25 19 20 13 18 25 10 16 12 20 25 16 18 13 20 24 14 18 25 15 21 29 +006645 31 12 20 22 15 25 17 13 16 28 13 21 24 23 18 18 13 21 30 23 15 21 16 18 18 22 16 12 16 17 36 30 +006646 29 20 23 7 18 20 17 15 11 22 19 15 15 27 19 14 14 19 17 8 19 17 8 13 17 14 17 23 24 33 +006647 28 14 14 14 11 23 19 17 13 13 10 18 20 16 14 16 11 10 21 22 8 13 13 23 15 11 16 9 18 31 28 +006648 26 21 21 11 22 14 13 21 32 30 +006649 27 17 15 20 24 26 23 22 14 27 27 14 16 17 16 20 18 12 9 19 26 29 +006650 28 16 21 16 14 14 12 13 27 11 18 27 16 16 13 18 25 6 16 17 19 30 31 +006651 29 19 26 12 17 17 20 23 23 17 12 17 24 6 18 12 20 15 20 27 30 +006652 30 14 17 19 19 21 22 24 18 12 21 14 16 21 18 15 21 16 21 19 8 15 15 11 19 19 17 18 8 17 26 31 +006653 26 28 21 13 16 21 23 8 16 17 15 17 19 27 11 17 15 20 19 30 +006654 30 18 18 21 16 32 19 13 17 26 16 14 18 24 16 14 16 29 28 +006655 30 10 21 18 16 17 19 25 7 17 19 15 14 12 10 14 18 18 19 20 7 18 18 19 17 19 14 24 29 +006656 27 17 12 21 23 7 12 14 14 14 20 23 24 13 14 15 15 11 13 16 20 13 18 13 20 27 32 +006657 30 7 12 17 14 20 19 15 15 17 7 16 19 17 13 19 12 22 20 20 14 21 22 30 +006658 26 14 17 21 22 18 12 18 23 14 10 23 29 29 +006659 29 18 16 18 14 12 16 15 15 23 17 16 16 17 18 17 13 21 17 14 15 19 25 30 +006660 26 30 13 17 27 22 12 18 17 15 12 16 18 28 19 14 14 16 15 18 31 29 +006661 25 32 14 12 13 15 17 23 19 15 13 16 20 27 30 +006662 28 15 15 14 17 25 20 13 19 13 20 29 28 +006663 29 19 14 9 20 22 21 15 19 16 16 30 26 +006664 28 19 26 6 23 26 16 15 16 15 20 32 29 +006665 26 21 16 14 18 20 16 18 8 17 21 16 28 28 +006666 27 24 20 17 11 23 14 21 19 25 6 16 16 29 29 +006667 28 11 24 13 14 21 28 20 20 19 14 16 36 28 +006668 27 21 25 4 33 20 15 11 11 19 15 18 28 30 +006669 26 16 23 21 16 15 15 13 19 16 24 21 30 +006670 28 25 22 19 15 16 26 14 10 14 24 22 28 +006671 28 18 24 21 18 22 20 17 16 10 20 20 25 30 +006672 29 13 13 15 26 19 19 18 16 16 18 16 27 29 +006673 23 18 23 22 16 15 13 22 13 17 23 28 29 +006674 28 15 22 22 16 7 16 24 19 16 19 23 28 +006675 28 19 14 26 12 10 18 26 17 17 17 27 12 18 20 9 22 11 25 15 4 19 22 15 24 29 +006676 27 25 12 19 13 18 24 11 24 24 15 11 16 18 13 15 31 29 +006677 29 17 20 19 17 21 16 26 7 22 17 18 16 23 18 28 30 +006678 27 17 14 16 30 13 14 14 16 17 18 16 21 21 9 14 20 18 19 20 31 +006679 29 24 27 20 10 12 17 21 20 17 17 18 14 12 17 21 30 +006680 25 16 16 17 22 17 19 17 19 21 20 19 22 18 17 22 29 +006681 29 16 12 17 21 18 9 19 13 12 18 23 21 14 16 9 19 17 17 23 30 +006682 29 19 20 17 19 13 21 23 21 11 11 7 20 25 15 22 36 27 +006683 25 16 22 17 17 12 22 21 17 12 18 18 24 24 16 21 16 9 19 24 30 +006684 24 23 13 22 16 11 18 14 18 22 14 23 15 21 13 15 25 29 +006685 30 18 17 21 10 23 19 15 20 12 15 14 12 17 22 22 22 17 20 14 12 9 18 13 34 28 +006686 24 24 18 19 23 19 17 12 18 18 19 5 21 17 19 23 26 +006687 29 16 20 12 15 18 26 20 12 22 17 15 17 14 21 12 28 28 +006688 27 14 21 17 16 17 17 19 20 13 10 16 17 19 14 14 19 19 27 30 +006689 30 21 26 19 25 19 15 14 20 19 15 14 16 19 28 29 +006690 30 11 15 15 17 23 16 16 19 18 12 15 9 14 18 27 20 7 14 10 16 34 25 +006691 30 18 26 18 15 20 18 13 15 16 19 26 23 11 20 20 17 13 20 21 26 15 16 27 29 +006692 27 19 19 14 16 29 18 16 14 18 18 17 14 16 18 19 17 30 +006693 33 9 11 21 20 19 18 13 15 19 15 22 16 13 17 23 10 22 19 23 18 11 14 6 24 23 28 +006694 26 24 20 15 16 19 19 13 11 15 22 24 19 13 16 13 18 29 30 +006695 26 14 13 14 7 16 15 19 20 16 11 16 13 6 19 23 27 28 +006696 28 13 17 28 19 16 26 7 18 20 15 18 15 28 30 +006697 31 12 19 15 16 17 21 22 18 23 16 13 10 19 16 19 23 6 19 15 16 15 18 18 33 +006698 26 15 16 15 25 17 20 0 15 12 18 28 28 +006699 26 24 12 10 15 17 16 22 0 28 17 21 12 16 7 17 10 18 30 11 10 15 14 11 29 27 +006700 26 18 12 9 18 23 4 15 19 19 18 12 22 10 19 15 20 15 20 22 17 20 12 21 28 32 +006701 29 13 18 19 17 11 18 13 27 23 14 18 18 17 15 22 20 20 13 20 15 13 22 25 28 +006702 27 24 20 14 14 14 16 24 15 19 17 13 15 19 24 13 26 5 19 18 15 18 10 24 30 +006703 25 19 27 8 19 16 24 20 19 16 10 10 17 17 12 16 27 30 +006704 27 20 20 16 22 19 24 20 29 +006705 29 20 26 18 11 18 28 4 16 18 22 6 17 15 18 23 22 18 19 15 12 16 14 14 18 24 29 +006706 28 20 14 18 23 13 12 16 10 26 0 19 9 13 15 19 16 22 14 17 20 6 15 14 8 16 20 21 34 +006707 27 28 21 20 12 17 22 14 22 22 12 13 20 26 22 14 13 17 15 15 20 13 23 31 +006708 24 13 12 20 16 14 17 19 25 10 14 12 13 10 18 23 5 25 18 19 13 8 22 22 29 +006709 28 17 13 15 27 17 20 17 23 22 12 16 11 15 14 31 24 17 19 25 22 19 17 16 14 16 24 29 +006710 26 18 21 23 14 21 26 14 13 18 13 20 10 9 22 17 17 15 14 18 26 16 17 19 15 23 21 30 +006711 29 20 12 19 24 16 14 18 27 19 12 22 20 12 10 17 21 18 19 31 +006712 29 26 21 17 21 15 15 15 17 15 10 17 22 29 12 16 23 17 10 17 23 10 18 11 14 28 29 +006713 26 22 16 14 12 13 21 20 17 20 17 13 18 31 17 14 17 15 31 31 +006714 32 18 26 18 13 20 26 23 25 19 17 14 19 23 15 18 20 21 27 +006715 33 20 21 19 19 18 15 18 14 23 12 19 19 23 21 12 17 27 28 +006716 30 15 19 19 18 21 15 15 17 16 16 8 13 14 32 15 14 18 18 28 26 +006717 27 26 12 14 16 16 15 21 19 14 16 22 19 11 10 12 15 16 19 16 16 17 18 25 29 +006718 27 17 15 20 19 14 16 8 13 21 17 20 17 15 24 21 20 21 29 +006719 28 13 22 12 16 24 15 16 18 18 18 14 17 23 19 27 +006720 26 21 24 25 16 14 17 13 16 36 27 +006721 29 14 11 14 18 17 15 15 17 12 24 29 +006722 28 13 18 18 11 18 22 8 11 14 17 24 29 +006723 26 19 16 19 17 18 21 16 18 18 22 29 +006724 28 11 15 14 14 16 16 19 15 9 20 22 28 +006725 26 19 25 15 12 21 19 17 12 20 21 27 +006726 25 22 21 12 16 21 8 16 18 17 19 30 +006727 24 15 20 24 20 12 23 0 19 7 30 28 +006728 26 21 21 11 12 28 15 13 12 22 29 26 +006729 27 21 13 15 13 18 18 13 18 18 23 28 +006730 28 11 12 20 25 13 12 16 11 18 20 25 28 +006731 26 17 17 18 17 22 13 13 18 22 22 18 18 15 27 17 17 20 26 27 +006732 27 17 19 31 10 8 20 19 15 14 18 24 22 18 14 18 5 15 16 16 21 18 22 29 +006733 26 21 19 15 14 16 18 21 18 15 25 22 28 +006734 27 17 17 14 15 29 19 12 11 13 17 16 11 23 20 16 12 20 14 9 18 16 16 22 29 +006735 31 17 18 23 9 20 18 17 13 13 15 14 17 28 4 23 17 22 21 17 14 18 22 16 12 17 27 29 +006736 31 13 22 16 20 7 20 14 12 23 14 12 15 10 17 25 21 18 16 15 10 17 13 25 31 +006737 35 13 22 15 14 9 21 27 24 15 19 15 27 10 9 16 15 24 25 19 9 18 25 23 14 18 19 25 29 +006738 28 22 13 26 16 12 16 16 16 14 12 15 7 16 15 27 22 16 14 17 20 7 19 17 13 16 26 26 +006739 31 16 20 15 21 17 16 15 13 21 17 18 16 9 18 13 14 21 22 12 17 14 16 13 10 20 25 30 +006740 30 13 21 16 21 13 12 17 19 17 21 5 17 16 17 30 26 +006741 29 18 20 11 23 16 17 15 12 13 20 20 14 12 19 24 6 20 10 19 18 26 30 +006742 29 20 25 15 27 18 14 11 14 11 14 28 11 10 12 12 23 20 11 13 15 12 22 26 27 +006743 27 20 16 16 25 17 21 13 12 14 12 9 15 16 26 17 21 20 15 16 12 18 16 29 30 +006744 26 14 23 6 14 15 19 21 6 14 15 20 14 14 12 14 18 21 9 15 17 17 26 28 +006745 29 10 15 13 12 12 18 13 23 24 10 19 9 9 17 15 16 12 15 17 20 13 15 18 28 28 +006746 31 14 18 19 16 19 18 21 9 25 23 15 10 21 16 17 14 17 15 27 15 17 16 14 18 26 30 +006747 29 19 15 22 27 4 17 18 18 9 12 19 27 5 19 16 13 20 23 10 18 22 20 10 19 22 30 +006748 23 24 18 25 24 24 20 21 10 15 19 29 31 13 17 22 21 18 14 22 20 15 16 21 28 31 +006749 31 18 19 20 11 14 27 20 19 21 13 12 17 19 16 15 19 21 14 18 19 13 12 13 20 28 28 +006750 26 22 21 17 17 14 18 17 29 25 22 17 13 18 15 14 15 18 27 13 12 12 17 13 21 25 +006751 27 20 20 15 19 24 10 19 19 14 15 17 30 18 16 20 11 15 15 15 21 26 7 18 23 17 21 33 +006752 24 29 15 17 28 27 +006753 28 24 15 24 13 19 20 30 26 +006754 28 16 20 16 15 14 20 29 32 +006755 28 18 19 19 17 17 16 16 30 28 +006756 28 9 11 13 14 16 18 26 29 +006757 30 22 22 21 17 11 14 16 20 18 14 20 16 32 28 +006758 32 16 28 17 16 14 23 14 12 19 22 6 22 20 20 21 13 19 21 18 17 20 15 15 15 6 19 21 32 +006759 27 18 12 23 18 13 15 26 16 22 21 27 18 12 17 10 21 20 30 +006760 30 14 25 23 15 16 17 19 6 22 22 6 19 14 15 14 16 25 29 +006761 29 16 21 17 17 16 26 14 15 15 18 18 19 18 9 15 11 22 24 30 +006762 26 18 25 8 18 13 8 20 21 4 15 16 8 18 16 20 9 13 16 30 29 +006763 29 10 14 16 19 15 20 14 15 16 12 20 14 13 20 21 13 13 22 20 29 +006764 27 16 11 18 23 7 19 20 16 11 20 20 5 23 21 21 14 13 18 27 31 +006765 26 15 16 8 19 23 15 18 18 23 15 12 25 7 12 22 14 18 16 10 23 28 +006766 27 20 18 10 19 7 18 13 13 22 21 12 20 22 20 18 11 19 29 26 +006767 30 9 14 20 18 19 17 26 5 15 11 16 17 14 13 17 13 16 19 24 30 +006768 25 26 16 25 21 16 14 19 31 18 19 14 26 23 16 15 17 19 30 27 +006769 29 15 19 14 9 20 15 5 19 22 24 21 18 19 22 24 18 21 21 6 14 16 21 27 29 +006770 30 19 16 10 22 27 21 19 19 16 11 15 27 12 18 19 13 18 14 21 21 30 +006771 31 15 24 17 11 15 20 24 17 16 19 8 27 22 12 23 12 20 14 16 12 16 21 26 +006772 28 23 18 16 11 15 7 19 23 17 21 16 15 14 19 22 11 11 14 16 19 16 28 +006773 27 16 22 24 18 15 9 21 23 17 30 15 20 15 14 19 18 14 16 32 29 +006774 27 16 17 20 21 15 16 12 11 15 24 7 16 16 18 14 20 11 13 17 28 30 +006775 26 16 17 18 26 3 15 9 18 13 19 17 18 19 15 13 16 16 18 14 22 24 28 +006776 30 20 20 23 14 20 13 17 16 6 15 15 19 24 17 16 15 10 14 25 5 14 16 15 13 26 28 +006777 26 16 14 14 12 29 5 22 14 21 18 20 19 13 12 21 20 29 +006778 28 18 15 17 23 5 18 21 12 16 15 11 15 15 19 23 29 +006779 25 21 16 7 18 28 4 16 11 21 13 18 16 15 21 28 29 +006780 27 18 21 15 12 15 19 18 21 16 14 13 15 10 16 21 8 19 15 17 25 15 12 14 14 16 14 32 28 +006781 29 13 18 24 14 11 12 17 14 9 19 17 11 16 20 19 26 29 +006782 25 22 21 16 17 15 18 11 13 23 18 11 11 13 18 25 30 +006783 28 13 10 16 12 18 13 15 27 6 14 12 10 11 16 23 29 +006784 28 16 21 20 13 16 25 14 19 22 22 16 8 20 31 28 +006785 28 11 21 19 18 18 15 18 15 13 21 25 11 17 12 15 31 29 +006786 28 17 23 18 14 15 18 13 14 17 16 12 16 17 7 18 15 13 22 29 +006787 29 23 18 7 21 18 17 18 16 19 15 19 12 19 19 22 29 +006788 27 19 15 10 22 17 23 16 21 22 17 18 15 13 16 15 21 28 28 +006789 29 13 19 18 21 15 7 14 16 16 21 25 21 20 15 35 28 +006790 29 11 17 15 18 22 13 21 14 13 9 18 21 4 15 14 17 13 16 14 23 29 +006791 30 14 19 17 13 17 17 15 12 18 17 17 24 9 17 16 17 30 15 17 14 20 18 11 10 17 29 30 +006792 27 25 22 16 18 26 14 18 21 11 20 23 21 22 16 13 16 18 27 28 +006793 28 13 15 11 16 17 4 16 19 11 13 22 20 4 19 13 13 9 17 17 25 30 +006794 31 18 12 25 14 15 14 14 18 22 15 12 21 11 14 11 19 25 24 24 15 13 24 24 29 +006795 27 8 13 16 21 8 9 22 23 8 15 19 9 25 29 +006796 26 20 15 13 23 11 20 17 19 24 19 16 15 14 13 17 20 20 17 15 22 28 +006797 29 17 17 22 18 14 17 17 21 10 19 18 20 19 9 17 16 16 18 18 20 22 15 17 15 32 30 +006798 28 19 15 16 19 24 21 18 19 15 11 16 27 20 18 23 27 20 23 15 10 16 12 25 40 16 22 16 14 15 19 20 30 +006799 30 17 19 14 14 19 17 15 10 16 20 26 11 11 13 12 16 19 17 17 8 18 15 21 25 30 +006800 27 18 17 12 25 0 7 12 13 18 12 21 14 17 28 +006801 28 16 11 25 16 16 18 20 13 15 17 24 27 +006802 33 23 24 18 15 13 24 15 11 18 9 18 20 23 12 13 19 12 17 17 13 28 30 +006803 29 13 15 18 16 15 16 20 12 18 22 30 +006804 28 21 21 18 15 19 25 6 18 15 22 28 28 +006805 28 10 15 18 17 14 20 19 26 13 16 24 30 +006806 27 24 25 13 15 18 20 18 17 17 21 27 +006807 29 18 21 18 14 15 16 23 16 20 27 30 +006808 27 18 16 20 18 17 16 24 18 19 13 26 16 12 16 18 21 11 7 15 12 18 24 29 +006809 29 19 22 5 22 28 5 14 16 18 10 16 20 26 29 +006810 29 19 18 19 17 19 23 16 15 12 13 16 29 27 +006811 25 16 12 16 19 17 12 16 12 10 21 24 29 +006812 30 13 17 16 9 24 15 20 13 14 15 27 14 16 15 16 17 16 15 18 23 17 18 25 30 +006813 28 13 23 25 15 18 11 22 14 11 27 27 +006814 29 13 15 18 23 18 18 12 9 15 18 27 31 +006815 24 23 19 22 19 21 18 16 14 20 21 29 +006816 26 16 22 20 11 15 15 17 18 18 22 27 +006817 30 12 19 22 14 15 14 16 17 21 18 11 11 18 21 10 10 11 21 24 8 19 26 30 +006818 26 22 21 17 12 13 18 21 14 19 29 30 +006819 24 10 16 10 18 22 22 19 18 13 23 27 30 +006820 25 18 17 17 15 19 16 4 17 13 15 12 19 22 14 17 18 18 18 15 18 18 31 29 +006821 27 20 13 23 13 13 13 20 14 11 12 16 25 21 8 13 17 16 16 12 12 12 15 21 24 31 +006822 27 17 20 19 16 14 16 9 18 21 21 13 26 17 11 19 18 19 17 14 10 22 16 20 31 +006823 28 12 11 18 17 11 18 15 17 19 6 17 36 30 +006824 29 10 18 16 17 19 15 13 18 12 16 16 23 29 +006825 25 17 25 16 20 16 8 18 17 16 17 18 21 29 +006826 31 12 17 18 18 16 20 17 15 17 16 14 22 26 28 +006827 25 17 15 15 14 27 22 13 17 12 20 15 29 29 +006828 29 17 17 18 16 18 14 21 13 18 20 16 7 31 30 +006829 25 13 19 18 20 6 16 19 19 12 21 18 28 29 +006830 30 15 30 11 18 16 19 16 9 19 16 18 25 28 +006831 28 22 18 20 15 21 31 12 27 6 11 14 13 20 18 15 16 14 14 10 14 27 31 +006832 29 11 18 14 18 13 27 17 13 16 12 8 18 13 16 20 13 16 25 0 14 19 15 17 31 +006833 29 17 15 20 26 16 18 18 20 10 18 16 19 17 18 38 24 14 19 17 22 16 15 10 15 15 23 20 29 +006834 26 17 16 12 14 9 16 22 13 16 22 8 16 13 19 17 15 12 17 24 8 14 17 19 25 19 12 19 13 10 22 20 29 +006835 29 18 22 20 26 23 17 16 25 29 +006836 25 19 16 25 18 15 15 20 18 6 12 20 16 14 16 14 21 20 14 11 14 18 19 26 29 +006837 29 24 19 13 17 10 10 18 27 15 16 18 22 4 16 20 14 18 10 11 16 26 28 +006838 28 18 20 17 16 26 16 13 15 23 22 16 13 8 8 19 23 27 15 10 17 20 20 12 14 18 18 18 22 29 +006839 27 19 16 18 26 10 8 19 18 25 10 18 31 29 17 24 15 18 15 27 29 +006840 30 12 18 9 20 21 17 24 22 23 14 12 23 16 9 13 21 24 30 +006841 25 19 14 20 22 7 20 14 16 12 20 26 13 16 18 9 18 24 29 +006842 26 20 15 25 7 18 13 13 17 19 15 17 15 22 17 14 19 26 30 +006843 26 21 29 18 19 14 9 16 22 18 15 18 19 14 14 9 16 29 31 +006844 27 18 25 6 13 12 17 11 21 12 17 18 19 17 16 10 17 28 29 +006845 25 24 12 11 12 20 17 9 18 30 +006846 30 20 23 18 18 14 19 20 14 21 11 20 15 23 20 11 21 13 18 29 31 +006847 30 18 15 15 20 20 16 14 10 16 17 20 21 16 9 14 21 18 17 16 16 11 16 18 16 31 +006848 27 25 22 13 9 16 10 18 31 10 15 12 17 24 17 19 16 30 29 +006849 26 14 17 29 11 21 28 9 20 26 5 18 13 21 16 22 15 16 16 31 30 +006850 28 14 14 11 15 17 14 18 15 15 12 14 15 26 28 +006851 28 23 20 13 13 16 12 15 28 20 15 19 16 12 20 30 17 15 17 15 18 13 9 29 19 30 +006852 26 15 21 18 21 16 12 17 17 15 14 14 22 16 10 16 17 35 26 +006853 29 15 16 20 21 20 16 17 20 6 17 18 14 17 19 15 21 25 33 +006854 27 10 14 16 16 17 18 21 26 29 +006855 28 19 18 20 25 10 16 20 20 22 28 +006856 28 15 19 22 11 15 24 17 13 15 17 14 9 16 23 15 17 24 20 21 18 24 10 16 17 16 30 31 +006857 29 14 20 6 19 25 15 17 18 9 20 21 21 13 19 10 21 22 15 12 16 19 25 11 25 29 +006858 28 25 16 19 10 15 16 19 15 15 27 22 16 12 16 15 21 21 14 12 23 23 16 12 18 21 30 +006859 29 20 16 17 14 23 5 25 21 19 6 17 21 19 6 20 15 17 17 14 25 19 17 23 14 18 21 23 29 +006860 27 18 18 14 17 15 16 17 16 24 18 16 11 16 13 28 28 +006861 31 12 31 8 20 13 13 15 25 8 21 16 13 17 22 18 20 20 14 18 23 4 16 20 24 31 +006862 28 20 14 14 11 19 16 18 14 15 12 8 16 21 17 19 22 17 14 10 17 22 20 29 +006863 31 11 12 14 15 18 14 26 6 20 19 16 21 15 17 16 17 27 14 12 12 15 15 15 16 8 25 18 31 +006864 26 17 23 9 19 20 15 18 16 15 18 17 29 17 22 16 18 16 17 16 24 29 +006865 25 15 16 11 24 19 21 20 12 21 22 15 13 7 24 18 17 14 17 20 23 29 +006866 28 16 19 16 12 14 17 14 16 24 6 14 18 19 24 30 +006867 28 17 21 19 18 17 13 29 6 17 18 14 17 28 31 +006868 29 14 10 15 13 19 22 22 20 10 20 16 9 16 23 30 +006869 29 10 15 13 20 23 17 12 10 16 16 4 14 16 16 10 13 21 29 +006870 26 18 23 20 11 16 15 9 21 19 13 19 22 26 +006871 28 14 21 16 13 14 14 22 19 9 15 18 14 22 27 +006872 26 16 24 18 11 18 15 26 20 21 13 12 20 23 4 17 15 21 21 7 15 16 21 30 29 +006873 27 21 14 21 19 17 12 27 14 32 14 14 13 15 23 12 14 20 22 6 12 12 19 28 25 13 23 8 16 15 19 22 31 +006874 29 20 17 22 3 23 16 19 13 12 20 15 19 14 19 24 8 24 15 17 19 26 29 +006875 29 12 24 15 20 11 11 20 20 12 17 17 20 19 13 9 9 17 15 20 31 29 +006876 27 18 13 26 21 20 22 10 11 18 17 28 20 19 19 15 16 19 14 16 29 30 +006877 25 24 17 21 21 17 15 16 21 14 16 8 18 32 27 +006878 26 20 16 15 22 17 11 19 3 15 15 16 8 20 24 28 +006879 28 15 15 19 21 12 23 14 9 18 26 18 18 10 18 18 22 15 7 18 29 30 +006880 29 14 21 3 17 12 17 15 16 21 19 19 7 17 16 18 33 30 +006881 29 18 15 17 17 15 13 13 15 20 14 5 16 17 18 16 16 25 29 +006882 28 18 22 26 20 15 15 18 14 10 15 23 22 21 24 16 18 16 9 21 17 20 13 10 18 22 32 +006883 27 13 19 26 5 22 22 6 17 18 15 17 17 23 20 15 15 15 33 28 +006884 28 23 21 15 12 16 15 14 17 28 9 11 21 21 18 20 12 10 18 33 31 +006885 26 21 21 5 19 15 24 15 12 18 32 17 13 17 21 18 14 20 13 16 16 7 19 18 31 +006886 26 17 20 15 14 13 32 14 12 11 11 19 13 17 15 8 30 18 19 19 22 6 13 17 15 10 16 13 23 29 +006887 29 18 24 16 13 20 17 14 18 21 15 21 15 18 17 17 28 18 19 21 17 15 16 15 18 24 30 +006888 29 13 20 16 13 10 19 22 10 17 12 12 15 14 15 18 14 30 29 +006889 26 14 19 19 17 14 28 13 14 19 16 15 20 24 8 21 17 15 19 20 28 +006890 26 18 25 14 11 15 16 10 11 11 23 16 12 19 24 8 9 19 18 25 22 9 13 16 16 8 20 27 +006891 27 22 20 15 20 17 14 16 16 21 19 18 14 16 23 10 16 14 18 25 28 +006892 29 11 12 13 18 10 10 9 18 13 20 14 16 9 17 13 15 8 9 20 27 29 +006893 28 19 25 26 22 15 14 22 18 15 16 14 15 21 22 9 21 14 18 26 28 +006894 29 18 23 22 12 16 13 15 19 4 22 17 23 17 18 16 25 28 +006895 28 19 24 8 18 12 16 13 19 21 17 17 26 19 14 28 21 26 18 18 16 15 19 27 31 +006896 28 17 26 16 15 14 17 17 15 15 15 21 6 14 10 20 19 20 19 20 19 16 17 13 11 13 25 28 +006897 27 21 16 16 14 25 24 20 22 9 16 27 11 21 14 18 14 4 15 13 15 10 10 20 20 30 +006898 29 13 12 15 23 4 10 16 27 14 13 13 16 16 18 14 9 16 15 17 24 29 +006899 25 17 16 21 14 16 10 14 20 16 16 18 13 15 17 13 11 16 20 21 16 28 +006900 25 23 18 22 22 6 15 18 19 17 16 13 31 30 +006901 27 14 17 15 27 20 23 25 14 11 13 14 23 28 +006902 28 19 11 17 19 11 16 15 14 30 15 24 26 22 16 12 17 21 16 19 13 17 20 23 29 +006903 23 20 12 17 27 22 7 19 15 18 12 16 10 10 15 22 18 15 13 16 18 23 26 +006904 28 19 21 21 25 28 26 25 30 23 20 15 17 14 20 15 16 15 14 18 9 22 22 28 +006905 26 18 11 14 27 7 20 15 21 26 14 13 16 14 24 15 17 13 12 29 28 +006906 27 19 22 15 18 16 23 20 17 22 13 13 14 18 13 15 14 15 27 30 +006907 27 18 24 15 16 13 13 11 21 18 9 18 20 10 18 17 15 15 17 26 29 +006908 28 21 25 23 20 17 15 23 27 13 12 16 15 20 11 14 22 21 16 11 15 10 18 19 21 18 16 21 29 +006909 28 11 13 21 21 7 15 7 21 14 14 16 11 20 29 27 +006910 26 18 18 9 19 23 13 14 15 13 11 16 26 28 +006911 27 20 17 15 12 17 18 18 18 17 16 20 27 28 +006912 27 21 18 16 17 26 22 23 25 17 16 12 18 26 22 15 22 7 15 19 22 18 18 26 28 +006913 30 16 13 26 22 17 20 18 15 13 17 15 16 12 28 22 17 12 16 13 17 21 15 18 19 17 20 19 26 +006914 30 15 19 22 19 21 13 16 18 23 7 20 19 28 16 12 18 19 13 25 22 11 18 12 19 24 29 +006915 30 12 14 20 23 14 16 13 18 17 16 16 20 23 21 18 14 15 9 21 28 22 21 11 16 23 24 30 +006916 25 17 19 18 16 15 21 29 26 +006917 26 21 14 19 16 12 22 4 12 22 22 28 +006918 28 8 14 15 11 16 15 10 23 24 28 +006919 25 22 18 12 15 17 24 20 16 16 21 18 14 18 18 0 32 16 17 20 14 19 25 29 +006920 28 25 18 16 23 17 21 16 13 17 14 16 24 25 15 15 24 5 17 14 13 11 16 28 26 +006921 27 18 15 16 21 20 14 12 9 20 21 13 18 16 17 13 11 20 14 18 15 15 16 10 23 20 27 +006922 27 18 20 11 20 16 24 16 21 17 22 15 18 26 20 19 14 9 15 14 17 27 13 17 22 18 16 29 29 +006923 27 18 20 23 30 22 22 22 15 11 16 14 14 15 24 21 15 17 15 20 18 15 14 16 13 17 17 27 29 +006924 29 19 14 24 32 22 18 16 22 15 16 13 14 13 11 18 24 22 13 14 20 20 14 14 15 14 19 14 14 21 22 29 +006925 29 19 23 19 16 17 12 9 17 18 23 23 16 17 11 18 13 14 13 22 26 13 11 14 17 17 0 7 17 9 18 32 29 +006926 25 16 19 22 18 22 14 16 22 17 14 10 17 15 22 29 +006927 27 24 17 18 18 10 11 14 10 19 23 25 17 27 15 18 13 13 18 24 3 22 17 15 20 29 28 +006928 28 19 19 11 21 16 13 20 21 18 27 +006929 25 19 13 16 26 6 14 16 14 24 23 26 +006930 25 21 18 15 17 22 22 15 12 12 32 27 +006931 28 18 28 4 16 18 15 14 13 11 14 28 15 20 13 18 19 19 13 13 17 32 29 +006932 27 21 14 16 24 13 16 16 16 12 16 25 15 12 17 23 24 17 19 18 13 30 27 +006933 25 18 21 14 25 13 12 13 16 13 29 26 +006934 28 19 24 10 23 18 14 17 19 14 28 16 18 20 13 15 16 15 18 25 32 +006935 26 16 27 17 14 16 17 25 13 15 16 20 19 15 15 13 17 13 16 16 26 29 +006936 26 15 19 17 19 23 15 20 19 18 13 15 19 20 4 13 12 16 15 21 27 27 +006937 24 20 31 15 16 17 22 20 19 20 26 27 +006938 29 25 19 15 15 22 25 20 12 22 22 16 13 16 13 15 17 19 20 20 6 20 17 21 28 30 +006939 26 20 20 14 13 10 22 14 15 9 22 23 23 11 17 14 18 14 8 13 14 17 23 8 18 15 20 27 29 +006940 28 11 12 17 20 19 10 24 11 15 15 25 8 11 13 16 15 23 5 12 12 17 13 22 0 15 19 18 27 +006941 27 28 20 13 12 18 20 16 15 15 23 26 12 11 17 28 17 18 4 19 19 17 13 7 18 33 29 +006942 26 18 14 22 13 14 10 9 16 17 23 8 13 17 13 20 23 30 +006943 27 21 17 16 13 17 19 24 19 20 17 18 16 19 21 19 18 15 11 19 31 27 +006944 31 20 27 18 19 15 14 15 10 12 15 18 25 14 17 17 15 16 15 15 19 22 27 +006945 26 17 15 15 18 14 27 15 22 18 17 9 22 16 11 15 12 13 20 7 16 18 23 28 +006946 27 14 21 21 8 20 15 14 17 21 27 14 22 13 8 11 9 18 17 18 19 26 28 +006947 27 14 35 4 25 22 18 31 19 20 20 16 16 11 14 15 17 22 4 12 22 23 28 +006948 32 16 28 6 17 21 21 17 8 11 18 19 16 14 14 11 7 19 26 9 20 17 17 36 30 +006949 28 20 20 16 18 14 20 25 15 12 15 29 20 14 12 18 15 12 16 23 21 13 17 23 4 17 15 15 30 28 +006950 26 23 22 15 17 17 14 19 20 16 20 27 6 13 15 26 4 21 17 23 28 +006951 25 19 17 27 16 19 22 21 17 20 23 16 17 19 22 24 28 +006952 31 21 23 14 16 21 20 27 4 18 13 16 13 18 13 16 26 11 14 22 14 14 17 16 28 27 +006953 26 17 20 15 20 17 8 20 19 13 18 17 19 18 16 14 11 20 30 27 +006954 28 16 22 16 12 17 16 23 12 16 16 24 30 20 4 24 21 22 27 16 17 19 15 11 18 20 30 26 +006955 29 18 17 26 14 15 19 14 17 15 17 23 8 12 15 24 23 13 17 16 16 17 12 9 18 24 29 +006956 26 17 15 26 13 14 30 18 10 25 13 13 16 15 16 24 26 9 12 15 10 21 10 14 14 16 13 31 29 +006957 25 19 23 15 16 16 12 17 20 21 20 18 24 29 +006958 29 19 16 24 14 13 17 29 20 21 22 17 16 14 16 15 14 14 19 25 8 25 19 13 14 22 23 29 +006959 29 15 24 20 4 15 17 16 25 8 17 14 13 17 27 26 +006960 27 17 11 19 19 14 16 25 14 17 14 21 27 27 +006961 30 16 18 22 18 16 16 8 21 23 3 16 21 15 11 17 15 17 26 20 19 20 4 15 17 15 16 20 28 25 +006962 27 28 28 14 17 13 15 24 14 9 20 15 19 15 14 14 15 20 20 14 15 17 22 32 +006963 29 19 15 10 14 9 18 24 16 12 27 20 17 19 17 14 11 24 20 19 12 16 17 22 20 21 35 26 +006964 28 16 14 17 14 17 23 22 20 18 11 16 20 19 15 14 15 8 14 19 20 15 20 26 29 +006965 29 19 10 20 19 16 15 15 18 24 13 21 19 11 14 18 18 20 25 29 +006966 25 15 19 18 15 19 17 17 13 26 12 21 9 17 19 18 11 11 14 29 30 +006967 26 18 20 14 16 15 24 15 19 16 10 22 20 13 18 26 15 19 26 29 +006968 27 22 21 16 21 13 29 6 17 17 18 18 9 17 22 17 17 15 12 18 27 28 +006969 31 12 14 16 15 17 30 16 10 21 5 11 16 15 16 15 12 22 20 9 12 24 25 30 +006970 30 12 23 18 21 15 13 15 22 12 15 15 24 18 13 13 15 12 9 16 19 13 9 19 29 25 10 19 12 16 27 29 +006971 28 22 25 6 13 12 18 18 12 16 15 12 26 22 16 11 18 21 9 9 10 11 18 17 14 20 26 26 +006972 27 20 17 16 13 12 20 16 21 21 8 17 19 30 26 +006973 27 16 24 3 28 21 0 13 14 20 21 17 12 18 16 17 19 4 17 19 21 14 17 26 29 +006974 28 20 14 13 17 18 26 12 15 12 17 20 15 15 30 30 +006975 29 17 18 16 15 13 8 12 12 13 29 8 18 14 18 23 15 14 16 20 21 27 +006976 29 17 26 20 18 16 12 17 17 16 20 14 16 20 19 17 20 18 10 17 25 27 +006977 23 18 14 18 25 14 16 14 18 14 14 8 22 13 20 17 15 9 18 16 15 28 25 +006978 27 15 12 17 20 26 11 19 21 13 8 21 26 20 16 23 18 18 20 11 20 24 30 +006979 29 11 10 20 16 12 15 23 25 17 20 17 15 13 13 13 22 11 16 10 13 21 27 31 +006980 28 13 14 11 10 18 15 16 13 13 15 24 15 13 16 20 18 17 16 15 23 23 28 +006981 28 12 17 23 6 19 12 12 6 20 16 12 20 23 10 11 14 15 16 16 9 7 22 20 28 +006982 28 19 17 16 23 6 12 15 18 11 21 20 15 17 16 16 22 14 11 15 13 15 30 28 +006983 26 26 15 18 17 14 17 19 18 20 12 16 14 12 19 32 13 13 17 11 22 31 29 +006984 29 18 27 18 16 23 15 11 11 14 14 20 28 26 +006985 29 14 10 17 20 15 14 13 14 19 21 15 14 14 19 25 12 18 17 13 12 19 18 12 27 27 +006986 28 12 16 14 18 18 27 25 +006987 28 10 15 21 28 20 17 23 18 20 17 16 16 16 25 30 +006988 28 11 15 13 15 25 9 18 13 15 10 14 12 19 26 12 12 15 10 8 17 19 21 28 +006989 26 17 20 12 14 14 22 18 13 13 8 20 16 27 28 +006990 25 17 18 18 16 17 28 9 18 11 12 8 11 15 21 13 19 27 26 +006991 28 11 15 17 25 18 17 13 21 15 25 15 6 19 14 18 18 23 0 28 +006992 26 21 17 11 9 21 22 22 19 15 11 17 17 20 14 26 28 +006993 28 18 17 27 4 14 12 16 24 15 12 18 14 21 17 17 23 29 +006994 30 12 21 20 16 15 24 17 23 22 12 16 16 14 15 8 23 20 26 +006995 29 18 20 14 14 16 17 24 18 12 12 14 11 19 14 18 19 26 28 +006996 29 14 16 23 6 17 23 14 8 13 13 23 26 21 23 35 28 +006997 24 17 13 20 31 6 13 15 11 14 22 22 4 12 16 19 18 29 25 +006998 29 17 19 19 27 3 15 14 10 15 23 16 8 19 14 23 31 26 +006999 32 15 18 16 30 7 16 15 20 28 14 15 16 13 21 9 21 13 18 22 16 17 26 15 16 29 28 +007000 26 18 14 20 14 15 17 21 9 15 19 17 14 13 17 32 17 19 14 25 15 15 28 32 +007001 27 16 18 18 23 16 15 19 25 26 22 14 16 15 13 18 6 23 29 30 +007002 30 12 16 30 18 16 15 18 18 20 21 5 16 17 11 19 15 16 13 8 18 32 29 +007003 29 16 18 26 4 10 15 14 14 24 18 10 10 14 18 21 4 17 16 14 20 26 26 +007004 31 11 21 19 29 14 13 14 23 3 15 15 16 11 28 11 21 14 16 16 32 31 +007005 28 20 18 11 20 14 15 21 11 22 22 8 20 12 15 13 12 12 17 23 26 +007006 29 12 16 23 27 19 13 18 9 28 0 28 17 24 20 23 16 13 13 16 26 28 +007007 29 14 12 15 15 10 16 19 18 11 18 23 15 9 13 13 16 19 25 22 28 +007008 30 20 16 15 15 17 15 13 19 12 19 16 31 10 20 17 16 17 15 33 27 +007009 28 13 27 10 14 11 19 19 15 14 17 26 22 26 15 10 21 18 19 13 9 10 18 13 15 18 29 29 +007010 27 19 15 10 21 13 21 28 8 18 15 13 15 25 30 16 22 13 13 26 16 5 17 12 20 14 22 20 26 26 +007011 27 13 19 12 13 19 22 27 25 +007012 27 17 11 13 14 21 21 17 11 14 16 17 7 25 4 19 19 17 16 19 30 29 +007013 30 23 24 12 16 15 30 24 16 15 25 7 14 18 27 15 13 19 18 24 18 14 20 29 26 +007014 28 23 25 15 20 12 20 12 10 15 18 16 16 20 18 23 14 12 18 16 10 18 33 27 +007015 27 25 35 20 14 12 13 17 19 29 17 17 13 15 20 28 21 14 13 14 18 34 32 +007016 29 18 14 12 15 16 13 18 25 20 18 12 19 14 21 5 19 8 21 20 23 29 +007017 28 29 28 14 12 20 26 18 20 19 19 19 17 24 18 19 14 12 18 25 29 +007018 26 19 23 15 13 19 28 15 22 15 20 20 15 14 14 32 20 21 18 12 18 32 26 +007019 28 15 19 30 18 14 14 21 16 16 11 18 17 23 24 15 17 19 16 15 17 14 16 19 29 28 +007020 27 17 12 30 10 20 19 23 16 13 12 21 31 29 +007021 29 16 14 10 22 21 12 15 12 16 23 16 19 24 6 19 19 19 15 14 7 19 14 25 29 +007022 28 16 12 14 20 22 18 16 15 8 21 30 28 +007023 27 17 32 16 10 15 16 14 13 10 17 18 25 19 19 13 12 23 26 21 16 15 10 19 30 30 +007024 24 21 33 8 21 22 18 17 21 24 28 20 32 25 34 20 19 16 20 13 17 28 16 21 14 16 15 35 26 +007025 26 16 14 17 19 16 13 17 14 28 26 +007026 30 26 18 12 15 14 19 20 22 19 22 17 18 23 15 16 21 18 17 15 8 20 27 17 19 20 18 16 26 28 +007027 27 20 30 24 13 18 16 15 12 26 3 18 11 13 19 16 15 26 37 19 16 24 7 17 18 15 20 18 22 30 +007028 29 21 18 15 15 17 16 28 3 19 18 15 12 16 18 17 28 27 +007029 28 20 10 15 17 20 24 12 15 9 18 17 16 15 19 29 30 +007030 30 23 15 17 29 7 12 19 15 15 15 10 21 25 22 24 29 +007031 30 17 22 17 19 24 9 24 21 15 13 22 15 15 23 27 30 +007032 27 17 9 20 23 24 21 13 17 18 14 16 18 18 31 25 +007033 27 16 20 18 19 18 18 31 5 17 19 11 20 20 14 14 12 10 18 24 28 +007034 26 19 15 14 21 26 21 15 17 16 19 17 16 19 21 11 19 17 19 28 29 +007035 26 15 17 15 30 20 14 11 17 28 20 20 14 10 18 19 15 21 29 26 +007036 28 15 16 8 26 18 8 14 10 15 15 29 10 14 15 18 15 19 14 21 25 26 +007037 28 17 8 22 21 4 16 19 20 21 15 17 16 10 11 11 22 31 28 +007038 30 17 25 22 17 15 15 8 17 29 9 15 21 16 19 8 22 24 20 13 17 13 20 19 16 26 27 +007039 28 17 24 13 9 19 27 16 19 13 37 15 15 26 18 23 25 5 18 16 10 18 21 33 29 +007040 29 14 14 17 17 22 24 11 15 14 21 28 19 16 14 17 15 18 34 28 20 15 18 22 20 7 16 27 27 +007041 28 19 20 15 17 20 28 22 19 15 15 8 19 23 21 16 14 18 19 21 5 20 12 18 12 14 33 28 +007042 27 26 19 20 23 21 13 18 17 22 24 16 19 11 13 34 15 12 19 20 15 17 12 21 29 29 +007043 29 14 11 30 22 16 17 13 20 29 19 16 19 16 25 6 17 19 16 8 19 21 16 18 20 24 28 +007044 29 16 18 30 16 19 17 19 13 23 15 18 30 27 +007045 26 24 19 14 32 7 18 19 17 13 13 22 19 17 14 7 20 34 28 +007046 27 23 19 14 13 12 23 23 10 18 11 20 23 22 16 13 14 18 20 18 20 29 26 +007047 29 20 24 18 21 12 21 16 18 21 22 18 12 20 20 21 20 16 15 16 17 26 20 14 15 18 20 28 29 +007048 27 17 14 28 17 16 17 23 13 13 20 31 14 17 14 15 17 15 9 24 26 26 +007049 26 19 14 20 8 27 18 17 16 24 26 19 22 12 14 20 19 10 28 26 +007050 26 18 17 15 30 10 20 17 22 17 19 17 7 19 21 5 15 15 15 33 28 +007051 25 20 31 15 22 23 19 16 11 20 19 16 7 20 22 28 15 23 19 16 13 17 18 19 25 27 +007052 31 17 24 21 16 17 29 10 16 15 18 21 19 12 18 25 26 +007053 29 20 22 16 9 19 13 25 26 19 24 15 20 18 20 28 29 +007054 28 15 12 20 20 14 13 13 22 24 15 21 19 18 22 28 27 +007055 30 11 15 13 15 20 20 29 13 22 20 16 13 15 16 33 28 +007056 27 22 16 24 19 22 24 32 15 13 16 16 18 20 25 25 26 +007057 29 18 23 21 20 17 19 16 20 19 19 12 8 18 34 29 +007058 27 25 13 18 16 25 21 14 9 21 20 23 11 26 24 28 +007059 30 21 19 23 17 18 24 10 12 16 18 21 19 25 18 24 22 22 12 20 30 29 +007060 26 20 15 27 17 9 21 30 5 23 23 14 14 17 16 22 20 20 13 16 36 28 +007061 30 22 21 18 18 13 13 18 18 26 21 20 22 14 21 15 8 15 15 18 26 19 18 17 14 22 30 28 +007062 31 21 12 21 18 8 17 17 24 25 13 19 17 14 16 16 27 24 11 14 27 22 24 21 20 23 22 22 29 +007063 28 19 18 15 9 16 31 14 12 13 12 20 19 24 19 16 19 26 17 18 24 18 16 22 15 9 16 32 28 +007064 28 12 18 27 21 15 24 28 7 25 22 17 27 26 +007065 26 20 26 18 12 12 22 19 16 18 15 13 17 34 27 +007066 26 18 22 21 18 17 27 6 21 15 14 17 31 28 +007067 25 24 31 12 16 13 22 25 22 16 25 20 29 +007068 25 15 17 18 21 21 21 18 21 15 19 31 29 +007069 27 18 15 23 6 18 16 18 25 21 18 19 37 27 +007070 30 14 27 16 12 17 16 19 17 11 24 5 23 25 29 +007071 28 15 21 22 18 13 30 0 9 18 15 9 15 30 26 +007072 29 25 23 23 19 18 15 20 18 17 9 19 27 26 +007073 28 21 15 18 18 20 29 7 15 20 15 16 31 27 +007074 27 19 12 14 16 18 25 12 12 13 12 12 12 23 27 27 +007075 26 17 22 19 18 19 19 17 15 10 21 19 29 +007076 28 20 17 24 32 6 15 19 12 12 12 13 18 30 27 +007077 28 22 19 27 17 14 10 13 12 16 19 29 27 +007078 29 20 25 18 22 14 14 19 15 15 20 20 27 26 +007079 29 19 18 14 16 21 24 19 14 18 22 31 28 +007080 26 19 13 15 8 20 30 18 17 22 28 15 21 22 3 16 15 18 23 21 26 +007081 26 18 16 16 9 17 16 18 11 22 24 17 15 15 20 14 17 21 6 23 17 14 16 11 13 27 29 +007082 27 19 19 19 17 25 8 13 17 24 27 20 23 25 17 11 17 14 25 28 +007083 24 17 23 19 15 12 9 20 26 29 19 22 17 15 16 15 14 17 23 20 22 17 14 22 32 25 +007084 29 17 16 19 25 22 15 17 14 18 20 25 18 15 19 25 9 18 23 13 17 19 15 13 15 25 31 +007085 29 18 27 11 21 20 32 9 12 18 15 16 19 19 16 14 20 21 16 14 10 14 14 17 26 28 +007086 26 20 13 12 17 21 14 14 15 19 27 5 23 27 17 21 17 18 16 16 21 11 18 20 20 26 29 +007087 31 24 23 13 16 18 14 15 16 14 26 16 17 19 12 10 19 11 12 17 16 24 9 19 17 17 10 15 31 30 +007088 34 26 15 21 20 11 19 16 22 21 23 27 24 22 20 14 18 11 9 13 19 16 24 15 20 26 18 15 10 22 28 28 +007089 28 17 14 16 23 18 23 12 32 15 17 18 19 26 19 17 21 27 5 16 14 20 26 14 14 17 15 20 29 26 +007090 27 21 19 16 17 10 16 14 17 24 15 13 12 18 29 24 16 13 22 21 9 17 20 0 11 18 26 29 +007091 24 24 26 24 6 14 16 17 18 16 14 9 18 27 28 19 29 4 13 18 21 22 33 18 19 15 18 17 21 13 16 10 25 25 29 +007092 29 17 17 10 23 17 14 11 13 19 31 14 13 25 21 20 26 +007093 32 16 14 19 28 32 17 23 22 15 19 13 12 19 23 29 13 24 11 15 16 29 15 18 21 13 15 13 25 27 +007094 28 14 25 24 19 11 19 18 21 26 +007095 27 18 16 15 23 16 16 20 23 23 11 19 22 18 21 19 21 16 15 15 29 28 +007096 29 12 19 15 9 14 19 34 19 19 8 18 14 16 32 27 +007097 27 23 22 23 18 13 16 28 4 15 19 15 21 36 29 +007098 27 20 22 19 17 13 12 12 30 24 23 24 20 12 17 16 23 17 12 24 10 20 22 6 16 18 16 37 27 +007099 27 22 18 18 15 15 19 13 9 17 25 21 15 19 17 20 14 20 15 29 5 19 25 18 18 27 30 +007100 30 13 15 14 29 7 27 19 12 15 17 14 8 18 24 14 16 16 19 19 13 23 15 12 18 18 17 28 26 +007101 31 16 22 19 15 9 19 23 13 19 20 29 23 20 18 13 17 24 26 17 20 23 4 24 16 17 29 29 +007102 32 12 20 25 16 22 20 14 19 26 23 17 23 10 11 17 19 13 19 14 19 22 11 20 15 18 16 25 28 +007103 29 16 25 16 16 16 30 14 17 16 10 18 10 19 18 8 12 22 14 14 24 18 19 18 25 18 32 +007104 29 21 21 14 15 16 16 17 26 19 13 18 24 20 16 25 16 13 19 17 20 20 28 31 +007105 30 19 18 17 12 17 11 15 14 20 30 12 23 18 23 3 22 15 18 29 28 +007106 31 18 19 18 15 18 24 13 13 18 23 20 16 15 22 16 15 18 8 19 34 32 +007107 31 18 19 24 20 14 21 22 17 18 19 18 28 14 18 24 17 16 14 26 28 +007108 31 13 18 17 12 19 19 17 24 22 25 26 7 13 16 18 12 20 12 14 19 24 34 +007109 34 12 12 21 27 19 17 14 15 26 20 17 19 21 17 13 25 21 18 15 16 22 13 18 17 9 20 22 31 +007110 30 22 23 21 15 18 8 14 18 20 28 17 11 17 23 23 30 +007111 27 18 18 17 13 13 18 20 9 20 10 20 24 20 16 17 31 31 +007112 25 22 19 23 11 10 14 21 23 21 17 15 13 15 9 23 27 30 +007113 28 20 17 17 20 21 19 15 17 24 14 14 13 17 14 19 19 33 29 +007114 32 21 16 15 20 20 16 11 25 30 13 17 16 18 22 19 18 16 13 17 23 19 19 13 16 19 29 32 +007115 32 19 28 17 16 14 25 21 19 12 15 19 32 18 10 14 38 27 +007116 28 36 6 26 23 22 17 25 28 19 13 13 9 17 34 30 16 16 20 7 15 20 13 14 8 22 33 30 +007117 31 25 25 19 16 15 16 21 27 26 16 17 18 14 17 17 10 19 23 12 18 20 11 16 10 20 29 30 +007118 28 22 9 20 18 19 20 16 26 21 18 22 4 13 15 12 15 18 11 18 22 21 26 21 18 15 12 18 29 31 +007119 29 21 19 19 17 5 18 17 17 18 23 30 21 14 24 21 11 15 17 10 11 18 24 28 30 +007120 31 14 29 14 15 13 14 12 21 14 25 24 13 14 16 19 22 16 21 10 16 19 23 29 +007121 28 25 15 8 23 20 8 23 17 13 20 21 17 21 18 20 16 25 13 19 21 30 +007122 31 21 27 28 21 27 10 22 23 24 31 10 18 13 15 8 25 15 14 15 10 17 16 15 16 21 19 30 +007123 29 20 24 21 23 18 20 25 17 19 30 24 18 16 16 9 18 24 7 15 13 12 17 19 23 30 +007124 29 15 19 14 18 12 17 16 18 28 17 17 24 18 17 19 20 13 15 14 16 22 29 28 +007125 26 23 22 15 9 17 21 0 19 27 21 12 12 23 17 29 30 +007126 28 22 23 16 14 17 29 12 15 13 17 14 28 20 30 +007127 29 16 18 13 18 24 4 12 15 17 18 13 11 16 15 8 16 32 28 +007128 27 19 16 19 29 26 10 15 21 21 19 15 21 16 12 16 7 20 24 15 19 15 16 18 21 14 17 32 32 +007129 29 17 21 16 18 25 35 11 13 17 17 23 17 12 11 19 26 18 12 21 22 28 +007130 28 17 25 26 22 12 16 18 16 12 13 22 24 14 17 24 20 15 10 22 20 26 +007131 30 13 33 16 10 21 20 18 13 24 19 16 15 19 11 19 12 20 19 19 27 30 +007132 29 14 18 22 16 21 15 18 21 18 19 31 25 7 16 13 16 13 16 14 18 23 30 +007133 27 18 18 16 8 23 20 15 18 14 13 14 9 21 14 24 12 14 17 13 15 34 28 +007134 26 21 25 5 16 11 20 16 22 15 15 16 17 18 16 16 10 16 10 21 34 29 +007135 26 21 15 10 19 20 26 22 10 17 15 17 15 19 22 18 21 16 18 15 27 30 +007136 30 14 14 20 14 12 14 23 21 21 25 19 17 14 18 18 22 16 9 19 22 29 +007137 31 14 19 22 12 14 13 16 16 20 23 24 37 28 22 17 27 26 8 26 27 21 22 22 31 +007138 26 16 17 26 18 16 15 15 22 12 19 23 32 +007139 30 12 16 18 17 25 4 17 15 19 14 15 20 22 31 +007140 28 11 17 18 19 27 20 11 13 19 23 30 30 +007141 26 27 25 14 11 22 20 20 15 17 10 33 29 +007142 27 23 25 13 19 15 8 19 19 15 23 30 28 +007143 27 28 25 10 14 13 18 15 14 15 23 25 26 +007144 27 20 19 25 15 22 21 18 15 18 31 28 +007145 28 14 27 12 12 14 16 16 15 10 26 9 14 29 29 +007146 26 18 19 22 27 18 16 12 21 21 28 27 +007147 28 19 17 26 10 15 22 20 16 18 16 14 27 29 +007148 25 15 18 7 19 27 13 18 18 17 25 31 +007149 27 20 17 16 16 8 17 21 8 18 16 22 24 13 15 19 20 6 17 15 13 21 30 30 +007150 28 15 13 21 12 9 21 15 20 6 13 22 20 18 23 19 16 14 20 22 33 21 21 19 20 20 19 17 29 29 +007151 31 17 20 18 15 13 19 16 34 17 17 12 19 16 13 9 31 17 18 18 34 30 +007152 29 22 30 17 14 24 17 16 18 15 9 29 25 17 15 24 24 29 +007153 30 21 16 15 26 6 16 17 23 29 8 12 15 15 15 15 9 19 31 32 +007154 30 20 10 30 22 17 16 15 16 15 17 22 11 20 23 16 14 16 27 31 +007155 28 17 27 18 20 21 20 19 15 25 25 13 22 32 14 26 18 29 30 +007156 30 15 11 17 17 21 19 29 6 15 14 20 12 20 27 6 17 12 26 28 31 +007157 29 18 19 13 12 16 15 18 19 12 12 10 35 27 16 19 26 22 16 16 20 8 13 14 24 27 30 +007158 29 15 20 21 16 8 21 33 30 +007159 32 12 19 18 18 25 15 16 19 12 9 18 28 31 10 14 25 32 19 22 16 16 17 7 22 30 32 +007160 26 23 23 15 14 25 21 10 23 16 15 18 13 14 18 28 30 +007161 31 20 15 21 22 16 22 16 23 21 19 5 20 25 30 +007162 29 15 12 18 28 20 17 16 13 31 6 15 14 22 20 28 31 +007163 28 17 9 16 26 0 21 19 21 18 18 11 20 17 20 25 29 +007164 28 14 18 19 9 24 8 18 17 14 2 17 18 15 20 23 30 +007165 28 25 17 8 17 28 19 17 21 22 19 17 26 30 +007166 27 18 23 17 10 16 16 23 26 13 18 23 16 15 15 15 17 24 22 23 24 19 18 18 20 20 18 30 +007167 26 20 20 23 16 18 23 18 26 20 9 18 15 18 25 14 19 13 16 20 19 19 30 +007168 30 17 17 16 23 15 12 18 19 24 25 20 19 13 17 20 14 11 18 17 15 18 32 30 +007169 30 16 18 15 15 27 9 15 18 18 12 15 13 13 16 4 16 12 15 11 9 23 27 27 +007170 25 18 19 17 25 11 22 20 13 16 15 14 21 26 28 +007171 28 15 23 19 17 17 21 20 14 20 21 12 21 28 31 +007172 25 26 28 17 12 13 17 15 20 23 26 14 19 18 24 18 16 16 14 16 15 30 31 +007173 28 17 17 13 17 25 11 20 15 20 30 30 17 15 13 30 26 17 17 15 11 20 31 12 17 17 16 30 35 +007174 29 16 18 19 20 6 24 19 17 19 18 15 17 8 16 21 28 12 16 16 17 20 25 20 17 29 33 +007175 30 18 18 28 25 14 21 18 27 24 21 18 9 12 27 24 17 16 10 18 22 22 23 21 27 30 +007176 29 14 12 16 17 29 9 16 13 12 25 25 16 14 19 10 18 26 25 15 14 12 19 14 22 17 19 30 30 +007177 30 19 27 25 18 17 12 17 16 21 19 19 24 22 17 14 19 15 13 21 14 19 15 14 24 29 +007178 27 15 14 22 23 15 20 17 19 20 13 20 14 15 26 26 18 11 15 17 18 15 18 18 29 30 +007179 26 18 13 16 15 23 19 20 26 25 21 17 25 5 17 15 9 16 22 28 30 +007180 28 17 13 19 15 13 13 19 20 24 11 14 24 11 18 22 25 20 26 29 +007181 29 20 23 17 10 16 20 23 23 8 17 18 23 26 9 11 16 16 14 25 24 30 +007182 27 17 23 15 11 12 16 17 21 15 17 19 22 18 28 +007183 28 20 23 13 18 14 25 18 19 12 6 19 25 36 24 23 18 17 14 13 15 14 24 23 21 23 27 14 11 17 30 32 +007184 23 23 17 24 19 17 16 27 16 23 13 11 18 17 7 26 19 24 14 15 9 23 23 5 20 16 10 16 19 27 28 +007185 34 24 18 9 17 25 17 15 15 17 26 34 15 14 19 24 18 20 20 7 18 15 22 31 30 +007186 30 21 17 19 14 9 15 19 26 18 17 13 21 13 13 18 23 0 13 23 17 17 24 20 18 13 35 30 +007187 23 21 14 21 29 11 18 16 17 15 22 32 25 +007188 25 25 16 30 11 17 11 22 20 15 20 29 31 +007189 29 18 22 23 18 17 29 20 14 18 18 30 34 24 26 12 17 13 20 21 20 15 18 26 31 +007190 27 22 22 18 19 16 16 18 26 11 19 23 14 18 17 21 17 18 19 23 6 18 15 17 30 32 +007191 26 18 28 13 13 20 16 22 16 14 10 16 26 30 +007192 28 13 13 13 17 17 24 11 10 15 13 17 32 29 +007193 25 19 20 19 19 17 12 22 23 16 29 27 +007194 30 15 16 10 20 25 21 18 22 14 27 29 +007195 26 20 17 18 16 19 12 31 26 10 16 19 20 15 10 23 19 13 20 12 12 17 18 22 30 +007196 25 15 20 26 14 7 17 12 16 20 23 28 +007197 25 16 26 9 17 18 22 15 17 17 18 30 31 +007198 31 18 25 22 16 15 17 31 23 17 25 18 14 15 15 19 5 21 11 12 15 21 26 30 +007199 29 22 15 19 25 10 18 26 20 22 18 27 29 +007200 29 16 18 20 13 9 20 27 4 13 17 19 26 31 +007201 27 13 20 30 17 11 12 25 3 20 22 15 24 32 +007202 25 20 18 22 13 20 16 23 19 23 29 32 +007203 25 20 16 16 15 24 6 18 17 16 20 22 29 +007204 27 20 19 15 18 17 20 14 24 17 16 27 27 +007205 30 11 20 17 21 15 26 8 12 18 20 19 28 +007206 28 26 15 16 17 25 12 16 16 15 20 27 29 +007207 29 23 23 25 14 18 15 20 15 18 24 29 +007208 28 18 27 10 21 19 30 17 19 16 21 14 16 25 20 19 16 8 18 11 18 17 19 24 28 +007209 27 18 14 13 12 19 18 9 11 12 22 26 18 14 11 17 12 20 22 16 17 10 15 27 29 +007210 28 23 19 16 8 19 11 20 17 20 22 15 19 16 14 11 17 19 14 7 21 34 29 +007211 30 17 19 23 23 15 4 18 11 18 13 19 17 25 13 19 17 16 13 25 23 29 31 +007212 30 17 18 28 17 14 22 14 15 11 18 16 23 0 34 16 19 16 14 10 13 14 20 20 17 13 27 29 +007213 28 24 18 20 18 23 23 24 20 21 20 18 17 15 19 21 18 16 15 21 28 29 +007214 30 19 24 18 20 18 15 16 12 24 8 13 18 20 16 15 15 13 15 13 15 26 29 +007215 28 20 15 14 19 13 16 13 13 8 19 27 0 6 18 15 21 18 24 26 32 +007216 28 16 13 10 23 30 19 17 18 16 10 19 23 18 15 22 3 19 18 17 30 29 +007217 25 26 27 17 23 16 14 21 28 22 19 16 22 15 9 28 17 21 19 23 27 +007218 31 12 13 11 26 16 20 16 19 18 11 17 13 16 22 4 24 15 16 18 29 29 +007219 25 21 29 22 17 25 16 19 15 16 26 27 15 13 16 21 14 15 16 31 30 +007220 30 16 16 27 27 17 14 14 16 18 25 5 20 19 23 5 12 14 10 14 22 20 31 +007221 29 13 30 19 19 19 16 14 23 13 19 15 13 22 19 21 3 13 17 20 32 29 +007222 29 19 15 20 15 12 31 20 14 20 17 17 16 17 12 33 11 13 14 21 29 33 +007223 28 14 27 10 24 26 18 10 19 14 19 15 8 18 19 4 21 13 17 19 21 28 +007224 28 23 17 17 16 15 15 10 13 21 26 19 21 13 17 32 18 8 27 29 31 +007225 29 18 25 22 16 16 22 17 14 16 13 14 16 19 18 13 17 19 16 16 8 20 24 31 +007226 31 25 15 11 20 18 11 13 18 26 21 11 19 17 23 21 10 18 22 34 28 +007227 33 18 26 19 21 18 18 18 14 14 16 13 13 26 23 18 19 18 21 22 30 +007228 23 18 25 17 20 29 27 24 19 27 6 13 17 23 20 24 +007229 30 18 19 26 31 15 13 17 16 22 23 24 12 14 15 23 9 20 21 15 17 24 17 11 28 17 23 16 25 33 +007230 27 13 24 9 20 19 17 16 9 13 14 21 13 18 11 18 21 16 14 25 21 16 21 17 20 14 23 18 30 32 +007231 30 17 10 18 21 10 14 19 16 20 17 17 23 23 11 14 21 19 15 16 17 10 14 21 24 32 +007232 28 17 11 9 19 19 19 16 13 25 24 17 18 13 12 22 23 15 15 20 20 15 19 22 29 +007233 33 15 15 16 21 17 18 23 22 12 12 18 19 19 13 19 17 20 31 30 +007234 27 17 21 18 15 18 15 13 13 30 26 16 15 23 19 12 10 10 17 22 21 13 11 23 34 32 +007235 26 15 18 18 12 10 13 24 17 13 10 22 20 14 20 16 9 21 28 31 +007236 28 23 20 26 23 18 15 15 16 16 24 32 17 22 15 14 20 18 21 17 14 29 6 12 19 22 30 27 +007237 26 24 14 12 13 16 18 31 15 18 17 27 13 14 19 15 20 21 26 10 18 14 27 32 +007238 27 31 29 16 12 20 24 18 17 17 16 19 18 27 25 +007239 26 17 15 20 14 18 23 5 16 11 15 16 23 29 +007240 28 20 24 18 8 17 18 27 26 +007241 25 21 22 20 18 17 22 31 28 +007242 28 18 15 23 13 17 13 15 25 5 18 13 13 14 13 12 14 18 19 23 28 +007243 28 16 16 8 16 18 31 28 +007244 29 16 17 18 23 7 13 16 21 21 19 16 18 21 16 13 22 31 28 +007245 27 15 23 28 29 +007246 26 23 22 14 19 18 17 19 25 26 +007247 30 20 23 19 12 14 17 30 15 13 14 15 15 18 13 13 27 30 +007248 26 16 14 16 21 19 9 22 22 28 +007249 25 21 21 22 21 12 21 22 26 17 21 16 21 16 10 19 23 31 +007250 26 16 17 18 15 8 21 27 27 +007251 28 19 17 17 10 12 22 25 30 +007252 27 21 17 16 13 10 25 13 32 27 +007253 26 20 14 14 18 26 11 14 14 18 23 28 +007254 23 15 12 19 18 18 12 16 29 27 +007255 25 19 15 24 14 14 14 31 28 +007256 28 19 16 11 20 16 17 23 26 29 +007257 26 16 16 13 25 23 17 19 23 20 15 14 23 17 17 8 19 28 30 +007258 25 19 15 17 8 21 17 15 27 31 +007259 27 19 11 20 14 16 18 28 28 +007260 28 20 16 16 12 20 20 30 30 +007261 28 13 17 13 13 16 18 15 26 28 +007262 28 12 27 11 15 15 21 22 29 +007263 26 16 15 26 24 12 17 25 28 28 +007264 30 15 16 16 19 17 21 17 19 29 +007265 25 23 15 13 19 30 26 +007266 28 16 14 19 17 16 13 19 26 28 +007267 27 16 17 23 16 14 16 23 25 28 +007268 28 16 20 13 10 11 15 14 20 26 29 +007269 27 21 14 19 24 16 12 19 27 23 28 +007270 26 21 23 9 18 22 18 14 20 27 28 +007271 30 12 14 25 24 26 10 12 13 15 18 27 19 12 13 19 19 22 20 29 +007272 26 17 21 14 11 15 16 23 24 28 +007273 27 24 24 14 16 22 15 16 26 29 +007274 28 17 17 15 12 21 25 26 26 +007275 25 18 10 15 14 14 21 16 28 29 +007276 28 17 23 16 13 13 19 22 35 28 +007277 26 16 22 21 19 14 12 28 28 +007278 27 24 19 20 17 27 30 +007279 28 14 15 13 18 13 9 17 34 28 +007280 28 19 19 23 12 13 16 23 19 29 +007281 29 16 20 26 16 18 14 36 28 +007282 24 21 13 16 15 17 29 18 16 11 9 24 22 18 14 10 15 28 26 +007283 28 11 21 21 21 14 18 17 29 28 +007284 28 13 9 23 17 19 11 14 28 28 +007285 29 16 17 21 21 14 14 26 29 +007286 26 18 13 18 24 19 14 31 29 +007287 28 11 18 13 15 18 26 25 28 +007288 26 15 13 13 8 12 15 26 31 28 +007289 27 23 17 23 16 17 18 22 26 29 +007290 29 21 20 14 12 18 16 32 28 +007291 29 16 12 19 15 17 19 21 29 +007292 29 17 15 14 18 17 17 14 25 28 +007293 28 22 15 16 14 15 24 26 28 +007294 31 13 9 17 19 16 16 12 24 21 21 21 15 17 11 15 17 25 30 +007295 26 16 21 17 16 15 17 26 26 +007296 28 18 16 17 23 18 14 13 28 32 25 24 18 20 13 18 11 19 28 29 +007297 26 27 21 23 6 16 12 16 12 30 27 +007298 29 15 19 23 18 18 20 34 30 +007299 27 18 17 25 12 15 22 12 15 21 29 28 +007300 28 19 19 17 14 17 18 28 29 +007301 35 13 14 22 21 16 15 9 30 30 +007302 30 24 16 18 18 10 22 28 30 +007303 26 20 22 13 18 22 29 30 +007304 31 20 19 16 18 14 11 23 23 19 15 19 19 25 17 16 16 31 32 +007305 31 14 13 18 20 15 17 15 28 31 +007306 28 21 18 14 24 21 19 31 29 +007307 30 21 18 16 23 12 12 15 27 34 +007308 29 11 19 19 18 18 21 35 31 +007309 31 36 5 15 17 26 18 23 16 17 13 19 27 40 11 30 6 19 21 23 30 +007310 31 13 21 15 12 23 16 24 25 30 +007311 31 17 17 19 8 11 14 21 20 10 19 17 12 26 10 21 19 17 32 32 +007312 31 18 21 13 20 28 15 28 26 25 15 21 21 7 23 19 21 32 29 +007313 29 16 14 23 21 18 18 29 31 +007314 31 9 15 22 15 19 15 30 29 +007315 28 19 15 12 24 18 16 19 30 30 +007316 31 27 18 16 22 17 20 30 29 +007317 27 14 14 22 18 23 11 16 26 29 +007318 29 17 19 26 12 14 16 18 26 30 +007319 31 11 20 20 15 15 16 38 29 +007320 27 23 18 18 20 20 3 14 28 22 31 +007321 31 23 27 10 15 19 20 20 25 27 +007322 30 12 21 9 25 28 26 +007323 33 16 24 21 18 20 23 19 31 +007324 29 23 15 28 14 14 7 18 22 28 29 +007325 26 21 14 11 14 12 17 29 29 +007326 35 18 22 15 23 21 15 21 33 29 +007327 31 12 18 14 23 19 18 21 29 +007328 32 18 20 14 23 6 17 21 17 34 31 +007329 28 19 18 16 16 14 16 36 30 +007330 25 22 19 17 13 15 19 22 29 24 +007331 35 20 25 21 9 21 19 19 24 20 15 15 22 25 15 17 11 27 39 12 29 25 36 13 20 14 32 35 +007332 38 25 17 16 6 21 25 13 13 9 13 19 35 23 15 12 23 15 12 19 19 30 4 14 15 10 23 26 33 +007333 34 18 24 14 22 19 20 14 18 19 18 23 18 22 18 17 25 13 17 20 29 32 +007334 34 14 12 20 22 21 29 15 18 24 17 13 9 18 28 11 20 13 12 17 20 24 28 +007335 35 25 23 14 22 20 21 14 19 22 23 24 17 13 11 19 18 16 9 21 24 29 16 12 14 21 21 14 18 32 39 +007336 30 20 27 16 21 23 16 20 17 23 4 15 15 15 27 32 +007337 32 19 26 13 18 6 15 21 17 19 20 17 17 30 14 16 18 20 3 15 15 18 25 16 18 34 34 +007338 31 14 14 30 21 17 18 14 23 18 21 19 16 17 13 21 7 16 17 15 30 32 +007339 31 17 15 18 16 18 11 13 23 14 20 21 14 12 17 19 12 29 32 +007340 34 22 22 11 23 17 17 8 22 28 18 16 20 17 15 24 33 +007341 31 19 14 10 13 17 18 26 16 14 13 19 19 13 16 17 6 14 19 22 12 20 19 10 20 3 19 22 35 +007342 27 20 27 24 20 15 8 18 17 13 25 31 29 +007343 29 19 30 23 18 18 15 15 19 13 9 20 26 17 19 20 16 19 21 7 20 14 20 29 33 +007344 22 21 19 16 24 16 13 20 29 16 12 15 10 15 19 9 22 27 27 +007345 23 17 18 29 9 16 18 10 15 19 15 17 10 13 14 21 11 31 23 +007346 33 13 13 10 14 12 16 21 18 30 30 +007347 33 23 17 17 12 10 21 19 18 16 25 24 35 +007348 33 18 26 27 20 18 20 27 20 10 16 12 13 13 21 31 35 +007349 31 21 19 23 15 20 29 9 19 22 16 19 18 27 5 15 19 19 23 13 20 14 27 33 +007350 25 12 12 22 15 13 11 25 25 26 +007351 28 26 18 19 17 15 8 20 22 16 23 16 21 32 +007352 29 18 9 18 23 14 13 14 11 17 23 23 11 23 22 20 21 19 16 19 18 22 28 39 +007353 22 15 15 17 16 17 10 29 15 15 25 6 14 12 11 12 23 16 13 17 7 28 26 26 +007354 33 13 15 28 13 12 21 18 25 28 16 20 22 21 24 25 14 10 12 20 20 24 32 +007355 34 12 20 17 18 17 13 15 15 14 20 11 18 15 34 31 +007356 31 21 19 30 16 19 11 14 15 25 19 16 31 23 13 15 18 11 17 21 18 15 17 18 12 17 26 31 +007357 30 13 15 15 12 16 15 20 28 32 9 14 12 10 20 18 26 18 12 11 13 17 16 29 35 +007358 29 15 15 21 15 17 17 25 13 18 16 17 22 19 18 8 22 12 27 30 +007359 31 16 12 13 18 14 18 15 13 12 17 20 9 15 18 21 11 26 31 +007360 30 18 16 19 23 14 22 20 28 20 15 25 14 17 11 15 29 20 25 34 +007361 33 24 19 15 14 15 10 19 19 16 13 18 22 39 11 11 26 22 9 15 15 14 9 15 21 19 21 20 14 27 34 +007362 33 17 14 16 11 26 11 11 13 10 15 11 22 21 9 14 16 21 18 18 24 8 17 6 17 22 24 32 +007363 29 16 13 16 22 13 14 17 15 29 22 15 23 14 18 10 12 19 19 20 13 14 19 26 33 +007364 30 18 10 23 20 20 17 11 27 23 30 +007365 34 22 23 21 15 18 27 7 12 20 17 18 21 27 30 +007366 30 15 17 26 18 14 13 13 15 15 8 24 26 33 +007367 37 13 29 14 17 18 17 21 13 8 21 23 27 20 22 17 13 16 25 4 15 13 15 15 11 16 19 24 33 +007368 34 22 26 22 17 22 28 21 19 13 19 23 24 17 21 18 19 3 15 18 13 17 20 17 11 22 30 +007369 32 13 24 17 13 15 15 16 26 12 24 17 18 27 15 14 16 16 20 20 32 +007370 35 24 17 15 16 19 25 7 20 11 17 22 19 15 16 26 17 18 18 24 15 19 7 18 13 20 27 29 +007371 32 21 17 25 16 9 24 15 10 16 24 21 18 7 15 20 24 4 23 14 13 31 33 +007372 24 20 17 22 19 16 20 28 20 14 18 21 25 18 5 15 17 22 29 13 19 31 26 +007373 29 14 24 12 10 12 16 18 11 9 18 23 22 19 25 17 16 18 15 17 23 31 +007374 23 14 21 29 16 18 18 9 21 30 22 21 23 17 18 16 16 18 24 29 +007375 32 18 14 11 14 14 15 12 17 11 22 22 17 17 16 17 15 18 28 33 +007376 34 20 23 12 19 19 16 22 14 16 12 13 19 21 8 12 20 14 14 14 17 15 15 18 19 28 32 +007377 33 14 25 6 13 15 21 18 18 12 13 18 12 12 12 21 15 10 24 18 9 16 17 9 16 29 32 +007378 32 15 27 8 20 16 10 17 12 12 13 22 12 14 17 20 28 32 +007379 32 22 15 9 17 26 19 17 14 17 10 20 27 30 +007380 31 18 21 16 15 16 13 22 4 19 17 21 18 17 19 16 16 17 23 34 +007381 32 22 25 17 15 13 20 21 30 9 11 12 21 27 9 18 20 16 19 27 33 +007382 33 17 20 15 16 14 22 17 19 19 25 22 19 16 16 11 19 16 33 +007383 33 15 16 12 17 18 28 19 11 20 24 17 20 16 16 10 19 21 15 29 34 +007384 31 28 19 18 19 17 20 11 17 15 15 16 27 28 19 21 15 15 25 15 19 20 15 6 21 28 30 +007385 33 22 19 26 12 16 22 20 21 19 32 +007386 29 12 30 17 18 18 21 16 18 33 26 +007387 26 20 19 21 19 14 18 18 21 24 32 +007388 29 14 19 12 12 12 14 20 17 20 30 +007389 31 17 20 20 17 17 14 9 14 22 23 22 28 18 20 22 20 19 15 13 17 19 26 35 +007390 29 16 11 10 15 20 31 20 18 14 8 18 28 8 22 16 13 20 14 8 14 18 23 24 11 21 35 32 +007391 35 17 14 23 20 23 18 13 13 24 24 26 17 16 14 28 17 18 19 19 27 11 18 17 23 30 38 +007392 28 26 19 17 14 8 21 28 17 15 12 17 28 17 17 14 18 20 15 16 17 16 24 30 36 +007393 31 17 22 21 10 13 17 10 23 18 15 20 13 9 16 11 17 20 16 30 35 +007394 32 14 14 18 22 16 11 24 24 14 20 17 16 9 22 22 57 21 19 14 22 14 9 19 26 20 34 +007395 33 20 14 18 19 28 19 13 17 21 18 16 20 24 19 17 24 10 20 10 11 18 14 20 25 36 +007396 29 26 18 13 13 17 12 19 14 12 22 21 14 10 14 17 19 18 31 +007397 32 16 19 28 26 20 14 19 28 5 16 15 15 18 19 34 31 +007398 28 20 31 11 21 14 15 19 26 14 15 19 18 16 18 27 30 +007399 31 11 13 18 27 15 14 16 18 24 6 11 19 18 17 15 18 32 34 +007400 31 14 15 15 17 20 16 13 17 6 16 19 23 31 +007401 34 20 15 26 12 16 17 22 20 22 17 20 14 19 29 32 +007402 32 20 10 10 22 27 12 15 17 18 13 25 20 13 15 8 18 12 17 23 29 22 13 11 22 21 12 23 34 +007403 29 25 23 17 5 21 17 11 18 27 21 31 +007404 30 13 14 17 17 18 19 19 14 16 13 19 14 19 27 33 +007405 31 21 23 17 13 18 14 16 31 20 16 13 16 11 19 21 7 19 17 14 17 24 33 +007406 29 19 23 4 20 29 13 11 22 15 15 21 18 21 18 24 8 18 17 20 23 34 +007407 37 22 20 14 18 19 28 8 18 26 19 14 19 29 25 17 15 13 22 12 16 12 15 15 12 17 28 36 +007408 22 23 20 26 14 17 15 17 20 17 27 26 +007409 28 23 19 12 15 9 29 20 15 22 14 17 18 26 19 12 19 12 16 14 17 29 31 +007410 32 20 18 20 18 16 9 16 24 8 25 21 17 17 16 13 18 18 27 31 +007411 32 21 21 21 23 19 14 18 22 20 19 23 52 19 15 15 11 12 26 0 10 14 17 14 17 19 29 40 +007412 31 23 12 11 9 20 24 19 16 13 16 23 25 17 17 15 21 20 15 23 20 35 +007413 32 20 28 20 11 12 15 15 17 16 19 21 32 +007414 33 20 18 8 19 14 17 25 27 14 23 15 19 22 17 18 12 11 19 14 20 29 29 +007415 31 22 20 18 14 26 11 14 20 16 13 20 24 25 18 16 13 26 8 15 13 21 13 15 31 37 +007416 30 18 30 18 15 17 12 22 11 16 13 16 12 16 12 24 24 17 16 18 14 15 27 32 +007417 33 18 13 10 18 22 20 24 18 15 13 10 13 23 15 16 21 13 15 11 22 21 32 +007418 30 22 18 11 20 15 17 22 18 14 14 14 20 15 14 23 18 16 20 17 14 17 23 36 +007419 34 16 14 17 13 23 5 16 16 11 10 19 27 29 18 13 14 12 12 22 4 16 17 13 23 10 10 16 21 22 35 +007420 30 17 19 16 18 17 14 18 9 21 23 9 17 19 14 9 10 23 29 31 +007421 31 21 25 13 18 24 17 15 14 14 18 24 17 21 16 18 32 28 +007422 30 16 16 20 19 20 17 20 12 25 16 13 16 26 15 14 17 24 34 +007423 32 16 29 11 11 15 17 12 12 25 19 12 14 22 20 29 31 +007424 30 18 16 17 31 6 18 17 14 11 15 21 13 11 22 26 32 +007425 32 19 21 13 11 15 19 22 19 19 14 18 13 18 16 27 33 +007426 28 19 27 4 20 16 21 20 17 15 10 14 15 17 23 31 35 +007427 32 15 28 24 15 16 17 9 13 17 19 24 5 16 17 19 17 21 34 +007428 31 19 22 17 15 18 13 7 22 26 9 19 21 13 19 15 20 36 30 +007429 37 17 9 29 16 19 27 17 15 20 11 11 16 18 12 5 20 26 6 21 14 12 15 8 16 18 28 34 +007430 32 12 16 14 28 16 19 24 18 18 17 15 19 24 23 16 18 16 25 4 16 26 6 18 21 25 35 +007431 31 23 33 12 11 18 15 9 14 16 19 26 31 +007432 27 18 17 17 13 14 16 16 14 19 20 25 33 +007433 31 19 19 15 11 15 8 20 18 17 24 21 15 14 18 22 15 15 14 17 18 21 32 +007434 32 16 12 20 27 10 18 23 16 20 10 10 22 26 34 +007435 28 23 17 14 17 16 8 17 15 20 31 7 21 14 14 14 21 16 12 21 7 17 14 21 20 38 +007436 30 18 23 14 20 26 11 17 18 21 26 35 +007437 30 17 15 26 17 12 21 18 19 29 33 +007438 27 20 9 29 17 17 12 18 20 12 30 33 +007439 29 18 19 26 17 13 19 12 21 34 30 +007440 31 22 16 17 20 22 20 32 15 14 17 22 20 20 17 36 30 +007441 31 22 14 8 22 21 9 19 16 17 31 32 +007442 30 11 17 21 24 18 22 11 13 16 17 16 31 33 +007443 25 19 24 26 19 18 18 15 15 17 19 19 14 14 16 33 26 +007444 34 13 14 18 17 14 12 20 17 13 21 16 18 42 11 23 11 15 10 20 21 20 16 18 26 15 17 18 9 23 28 35 +007445 34 16 20 18 14 8 18 23 3 17 18 21 19 22 27 27 11 18 20 14 6 20 25 19 18 13 19 29 36 +007446 31 18 24 7 21 8 20 27 25 20 18 11 21 19 14 14 20 19 14 9 18 27 35 +007447 32 20 10 13 15 16 25 28 13 12 19 25 19 13 14 22 22 19 14 19 22 14 21 19 17 17 34 +007448 33 17 22 19 16 21 22 19 21 16 18 23 18 13 16 14 17 11 16 19 17 33 34 +007449 24 15 13 31 6 24 19 23 13 20 17 25 17 18 22 20 13 14 17 27 26 +007450 31 16 21 22 17 23 18 17 17 14 24 23 8 13 17 16 23 15 13 18 16 30 31 +007451 34 19 20 19 20 12 11 22 23 19 17 19 10 13 16 7 21 21 18 14 17 19 19 20 34 +007452 33 15 9 20 30 11 16 18 15 19 19 14 19 20 6 11 11 20 16 15 29 34 +007453 34 21 17 12 17 11 20 13 15 16 15 28 4 19 14 20 15 9 23 23 33 +007454 30 12 22 14 18 24 7 11 11 18 13 16 18 25 12 22 14 19 31 +007455 28 16 13 17 19 19 32 11 20 20 16 15 22 6 15 13 23 12 13 10 23 6 18 14 14 33 35 +007456 31 20 25 5 18 6 20 21 15 15 18 15 11 11 17 18 26 20 17 17 14 16 21 30 34 +007457 28 17 11 30 0 23 15 18 16 12 15 17 17 28 32 +007458 32 16 28 0 17 16 15 25 19 10 16 16 16 30 20 19 22 17 12 14 15 12 8 15 11 17 10 25 38 +007459 35 11 33 10 17 17 14 13 14 17 24 19 18 25 5 11 15 21 22 17 15 18 33 33 +007460 33 14 18 21 19 19 16 14 16 12 9 23 15 13 20 23 15 17 20 15 17 20 24 33 +007461 32 18 26 11 11 18 19 15 11 22 12 11 17 21 24 10 17 16 11 15 19 12 14 29 34 +007462 32 15 24 30 11 13 11 16 16 20 19 12 27 33 +007463 31 21 18 16 12 17 14 18 12 17 18 30 31 +007464 30 16 13 14 24 21 20 14 21 13 16 15 19 22 10 19 27 28 +007465 28 21 18 19 24 5 14 14 17 21 16 19 7 22 31 30 +007466 32 15 19 17 29 16 13 17 28 38 7 14 31 20 9 15 22 12 10 20 16 16 23 32 +007467 30 25 20 25 15 15 10 22 23 12 22 21 17 12 17 17 26 30 +007468 30 19 18 25 20 24 18 29 17 14 17 12 17 12 17 17 17 29 33 +007469 33 15 18 22 16 14 18 17 29 15 14 18 16 18 16 17 19 12 17 26 35 +007470 29 21 15 12 10 18 23 24 16 9 16 18 17 14 15 8 20 13 23 19 15 18 26 33 +007471 29 9 16 17 18 26 17 17 14 24 20 13 26 17 17 23 14 27 32 +007472 27 15 9 18 21 26 16 13 14 14 21 19 21 30 +007473 32 9 13 20 18 20 14 12 19 17 8 22 24 30 +007474 28 15 22 28 5 17 15 12 20 18 16 10 16 27 29 +007475 31 18 15 15 14 12 15 27 19 12 18 14 16 9 19 31 31 +007476 31 19 25 20 18 17 16 23 17 16 19 28 20 30 +007477 29 16 17 21 22 15 10 14 13 18 16 11 30 32 +007478 31 17 19 22 23 13 19 16 13 24 9 26 6 35 30 +007479 28 19 21 17 12 13 14 18 23 18 17 20 31 32 +007480 28 19 18 16 13 12 21 17 15 15 17 16 30 33 +007481 32 17 12 9 18 23 19 13 15 15 15 22 29 30 +007482 32 18 15 26 23 15 10 19 16 11 15 17 23 30 33 +007483 32 21 17 14 17 15 24 18 13 13 9 22 28 29 +007484 31 18 26 6 16 11 18 13 8 16 22 19 20 20 32 +007485 28 21 26 15 16 22 15 18 15 16 16 18 28 32 +007486 28 18 16 16 22 8 12 18 17 21 15 16 15 17 26 31 +007487 24 19 22 23 28 9 21 26 31 24 9 20 16 30 23 +007488 29 24 21 15 14 17 19 13 16 10 15 20 29 30 +007489 33 15 28 11 10 18 25 23 18 18 20 25 10 13 16 14 18 20 11 14 11 12 21 12 11 14 20 25 34 +007490 25 17 26 22 17 19 24 22 16 11 15 17 20 19 7 17 27 28 20 10 17 16 9 19 16 23 25 26 +007491 32 15 19 21 18 17 11 17 18 22 34 22 26 15 13 18 16 12 17 16 14 17 19 15 9 20 22 33 +007492 31 13 18 29 15 17 12 15 9 17 16 25 22 21 15 16 19 14 15 11 7 19 19 22 34 31 +007493 34 31 18 17 14 17 8 12 11 17 17 24 18 17 15 21 22 8 10 13 14 23 20 17 13 20 25 34 +007494 31 15 20 13 11 21 16 17 16 16 14 7 20 26 19 16 21 19 15 17 21 23 31 +007495 28 20 14 15 10 15 23 9 14 11 17 15 18 20 13 16 14 15 10 21 26 34 +007496 33 14 17 18 17 20 19 15 7 19 17 27 31 14 16 14 13 27 29 11 13 20 30 5 14 14 21 28 34 +007497 29 20 18 17 18 13 10 10 18 20 19 18 25 38 9 9 20 30 14 15 12 21 16 18 16 13 18 19 20 33 +007498 29 18 17 23 4 18 17 14 16 14 20 19 15 18 14 10 25 18 17 17 26 32 +007499 30 18 19 9 17 16 21 15 16 20 12 20 26 26 19 13 14 17 12 13 21 18 19 19 30 33 +007500 34 15 14 28 18 18 22 14 23 15 16 15 15 12 15 14 15 13 27 22 10 17 12 19 31 30 +007501 30 22 12 15 18 17 17 13 16 22 13 15 16 13 27 32 +007502 33 21 17 23 19 14 17 16 14 8 22 30 35 +007503 29 18 15 21 23 3 12 21 20 19 15 16 14 17 10 14 16 22 24 32 +007504 31 22 21 15 20 19 12 18 15 16 23 29 11 12 18 16 23 16 15 17 29 12 14 20 16 9 20 27 29 +007505 35 17 14 28 21 19 17 23 14 14 19 14 19 22 18 23 25 17 18 18 15 22 14 17 14 16 17 29 35 +007506 32 14 10 15 18 26 12 20 16 24 17 16 13 9 19 26 31 9 19 17 17 17 22 13 19 20 18 18 23 32 +007507 32 18 13 15 26 3 17 9 21 21 18 13 16 20 31 17 11 13 19 21 22 13 20 23 4 16 14 20 28 35 +007508 32 21 20 19 19 18 18 14 18 22 18 20 12 24 7 13 13 11 17 14 21 26 34 +007509 29 22 18 16 21 18 16 8 16 8 20 19 23 17 12 25 15 15 13 15 20 22 30 +007510 30 20 23 9 15 22 21 12 14 12 17 23 11 11 16 19 20 14 21 16 16 26 34 +007511 35 17 17 32 16 24 13 14 18 18 27 14 19 21 21 18 14 23 15 14 20 26 32 +007512 29 17 24 3 17 16 16 14 18 21 15 19 17 17 12 16 16 15 16 10 19 28 29 +007513 32 18 29 12 10 11 18 19 16 14 16 10 18 25 19 15 18 16 14 31 31 +007514 32 16 25 11 13 17 16 17 10 16 8 28 24 12 15 17 18 11 18 17 20 22 20 35 +007515 30 19 19 18 18 13 14 32 27 15 25 12 17 10 23 15 13 22 16 35 +007516 30 23 22 15 11 14 16 16 20 14 14 28 29 16 19 23 12 15 19 16 15 31 29 +007517 29 20 19 17 11 18 12 12 16 8 20 24 17 19 16 18 21 14 16 10 30 33 +007518 29 20 16 16 31 3 15 17 17 28 16 17 14 8 17 25 12 14 14 7 24 33 32 +007519 36 19 17 15 19 27 13 15 18 23 19 15 16 12 16 18 13 16 19 25 36 +007520 33 17 15 13 14 19 21 17 14 18 14 15 21 12 18 17 16 8 19 16 26 32 +007521 32 15 13 14 16 13 18 18 24 15 27 22 21 3 19 13 11 15 11 11 19 33 31 +007522 36 20 20 16 19 15 20 11 20 14 12 21 24 35 16 16 24 9 18 17 20 18 26 30 +007523 23 17 15 21 24 17 11 10 11 20 15 29 25 14 11 11 16 17 16 20 23 26 20 21 18 12 13 13 10 19 12 19 11 33 29 +007524 32 21 20 19 14 20 19 14 14 14 15 29 18 17 19 18 19 17 10 14 29 34 +007525 29 26 19 22 0 17 22 15 19 16 26 7 22 14 15 15 17 26 31 18 17 22 15 15 16 18 17 31 30 +007526 28 15 10 17 13 29 9 17 13 11 15 16 16 15 19 24 17 14 13 13 23 12 16 17 26 30 +007527 29 22 12 17 16 15 11 17 25 10 18 14 14 18 24 5 15 13 12 18 17 15 10 16 12 19 32 31 +007528 31 16 19 28 6 14 17 13 16 21 11 18 20 18 21 18 17 20 8 21 23 28 21 20 15 15 16 31 33 +007529 31 15 16 17 20 19 15 18 26 27 20 18 23 19 15 18 19 24 33 10 16 16 22 19 11 17 36 34 +007530 31 19 18 13 16 16 16 23 4 17 19 22 18 18 28 34 +007531 33 15 13 20 22 10 17 13 19 27 28 9 16 12 15 14 12 14 7 16 14 27 11 17 7 19 16 20 17 25 35 +007532 27 25 19 13 15 13 18 26 9 21 20 14 14 16 28 33 +007533 29 17 16 22 20 13 16 19 15 8 19 22 15 16 30 33 +007534 30 28 26 3 18 19 13 18 19 20 17 12 11 28 12 14 10 20 18 21 20 33 +007535 30 17 22 15 13 14 27 15 16 17 18 21 20 14 21 23 10 15 11 14 22 26 35 +007536 32 13 18 10 21 20 16 15 29 12 18 23 18 12 20 32 33 +007537 35 15 17 26 3 20 19 10 16 13 18 26 21 18 11 25 19 14 21 21 35 15 11 17 12 13 26 36 17 23 20 22 18 9 17 24 34 +007538 24 19 16 19 17 21 25 20 17 20 11 17 22 28 15 12 17 15 32 29 +007539 31 17 16 19 10 17 17 25 16 14 14 19 14 9 19 31 34 +007540 31 19 29 10 21 15 17 15 13 19 25 5 24 23 22 14 23 23 18 13 21 24 34 +007541 33 19 13 18 16 14 17 21 17 14 9 18 27 9 18 20 22 16 15 11 21 28 32 +007542 33 18 18 14 12 17 23 23 17 19 14 13 21 15 14 20 24 7 19 13 11 17 14 14 18 25 33 +007543 35 17 15 17 26 9 17 17 18 26 8 17 16 18 28 29 16 22 12 21 14 11 12 12 19 19 23 9 17 27 34 +007544 33 17 17 15 18 13 17 13 18 23 27 18 14 17 21 4 13 15 18 14 18 33 31 +007545 25 17 19 16 19 9 15 17 12 12 17 22 19 5 13 19 32 26 +007546 28 15 19 18 23 14 18 13 17 16 21 12 13 19 0 19 31 35 +007547 30 18 20 20 9 25 24 6 20 17 18 18 11 20 18 23 32 +007548 31 16 26 3 20 14 18 12 23 25 27 20 17 18 17 14 21 20 12 16 17 28 34 +007549 33 18 12 18 20 15 14 29 7 18 20 23 20 28 10 17 17 21 8 18 13 11 18 22 30 +007550 23 19 12 17 25 24 16 17 24 26 24 19 12 20 14 19 17 13 20 8 13 18 10 22 17 8 20 37 28 +007551 28 16 18 21 16 19 25 16 17 18 16 16 16 30 28 +007552 32 11 21 12 18 20 22 19 16 24 13 14 13 13 16 18 26 30 +007553 29 26 18 14 16 14 18 17 24 10 16 18 16 17 22 20 17 19 11 10 19 29 29 +007554 30 15 21 17 16 18 8 17 19 23 15 14 20 26 30 +007555 31 19 25 18 14 15 24 15 17 18 21 18 11 13 28 30 +007556 28 20 16 20 15 16 20 17 14 15 16 11 18 24 23 31 +007557 31 20 19 22 19 12 21 25 16 18 14 15 22 30 33 +007558 33 19 20 21 22 14 13 14 16 18 22 18 7 17 21 23 32 +007559 32 21 13 19 17 26 29 18 19 20 20 14 15 17 25 19 17 13 25 18 10 21 18 19 25 33 +007560 29 18 19 17 13 11 15 24 21 30 18 15 25 5 17 15 10 25 23 24 21 28 19 16 36 +007561 34 24 22 16 21 26 19 16 17 18 19 3 20 16 14 12 15 8 17 26 32 +007562 31 16 15 21 26 10 15 17 16 15 11 16 25 30 +007563 26 15 17 20 18 8 18 15 18 14 17 31 29 +007564 37 17 16 23 14 19 14 16 27 11 18 20 18 14 21 18 18 16 16 17 28 37 +007565 36 15 15 20 21 13 17 15 31 10 16 15 22 18 22 22 28 23 19 13 17 13 16 13 25 24 35 +007566 31 15 13 17 21 16 17 11 20 26 17 21 19 18 18 20 16 17 15 16 9 18 18 25 37 +007567 32 11 32 11 17 16 24 17 13 15 15 13 17 27 12 15 14 10 16 14 26 30 +007568 28 18 20 18 19 26 24 15 27 4 13 14 7 17 18 18 19 33 +007569 29 25 15 15 20 20 25 17 12 8 19 28 7 12 11 13 13 20 30 32 +007570 32 15 17 14 14 17 24 16 23 17 16 9 16 24 5 16 15 16 30 21 20 13 12 15 30 16 21 16 25 29 30 +007571 24 24 23 25 21 13 21 22 18 22 20 12 18 29 16 22 17 31 5 26 32 30 +007572 32 16 25 18 13 15 15 20 20 23 17 16 16 26 25 11 21 16 18 14 20 19 12 8 17 31 33 +007573 30 17 16 15 13 13 31 21 15 14 22 22 21 20 20 10 23 27 20 17 18 13 17 18 30 36 +007574 33 13 20 28 15 20 22 16 11 27 14 13 21 18 14 16 17 22 20 16 16 19 19 12 19 25 36 +007575 30 21 22 15 12 15 17 28 18 18 15 18 19 13 27 30 11 19 20 17 12 14 17 19 17 31 +007576 30 18 20 16 18 19 25 21 15 11 16 20 17 15 22 15 10 21 31 35 +007577 30 20 18 21 17 9 20 19 29 34 +007578 32 18 22 21 19 14 19 10 17 14 14 19 25 30 11 17 15 17 35 31 +007579 32 16 8 14 8 28 18 14 15 29 16 17 11 13 24 16 16 30 31 +007580 27 16 12 14 9 14 17 26 16 15 16 17 17 23 16 18 21 28 31 +007581 31 13 16 18 23 17 12 16 16 10 29 19 11 16 13 13 15 22 23 33 +007582 32 13 33 4 19 10 11 16 18 23 21 16 18 12 14 18 18 33 33 +007583 30 19 23 13 14 17 22 17 14 18 14 14 15 22 5 17 13 20 24 32 +007584 32 16 14 9 18 23 18 12 18 14 15 19 26 9 19 14 21 25 33 +007585 33 9 13 24 0 17 25 12 20 16 15 25 15 16 13 19 12 10 26 33 +007586 31 21 13 20 15 21 7 16 18 11 20 25 19 17 16 17 19 31 33 +007587 34 21 27 7 15 15 15 17 15 17 9 15 24 17 23 19 14 22 15 14 18 14 13 23 13 28 33 +007588 33 10 16 13 18 18 22 17 10 16 19 18 20 17 20 16 19 13 18 6 20 27 33 +007589 23 20 23 15 13 22 18 15 8 17 15 16 16 14 25 29 16 16 19 20 19 16 15 9 16 22 27 27 +007590 33 15 12 18 29 20 20 20 11 14 25 26 15 14 15 16 31 21 13 19 18 13 7 17 33 33 +007591 34 12 13 27 17 18 19 17 14 14 13 17 18 15 19 23 22 31 +007592 32 19 11 24 17 20 17 19 17 7 16 15 21 12 14 27 26 16 14 13 21 19 20 20 28 16 18 16 19 20 23 32 +007593 31 10 14 11 14 15 22 16 19 15 13 12 19 16 14 15 22 22 35 +007594 27 16 14 16 24 10 9 20 16 13 18 19 22 19 13 14 16 17 26 31 +007595 29 14 9 19 25 19 11 12 19 18 16 5 16 15 17 26 17 12 11 18 18 9 12 17 15 30 31 +007596 34 22 22 18 19 16 17 15 19 15 11 15 14 22 19 25 10 13 13 23 17 23 16 19 18 16 18 28 30 +007597 33 21 15 14 9 15 16 16 20 15 15 14 23 18 15 11 13 18 23 13 19 18 21 15 17 28 36 +007598 30 11 20 10 14 15 18 27 29 +007599 36 14 16 21 23 8 19 16 11 18 18 7 23 15 13 20 16 28 30 +007600 30 15 15 17 14 6 18 25 12 21 16 16 16 12 16 17 15 23 0 13 22 0 21 33 +007601 28 17 11 19 31 24 17 16 13 18 17 21 16 16 21 19 17 15 14 30 33 +007602 30 17 11 15 10 18 29 11 10 16 20 13 14 20 16 6 18 19 19 36 35 +007603 33 22 26 15 16 18 31 12 14 12 14 18 12 15 16 12 16 20 17 27 33 +007604 28 20 15 20 10 20 24 23 15 19 16 16 20 15 15 14 21 13 16 8 19 28 32 +007605 32 17 15 16 31 8 20 20 23 20 13 12 20 25 31 14 12 15 16 18 13 16 13 24 15 18 20 29 36 +007606 25 12 22 21 24 20 25 18 14 24 13 10 19 27 21 16 17 22 29 31 +007607 30 19 20 15 23 26 19 19 16 29 28 +007608 32 16 20 20 22 13 22 23 25 17 12 8 22 22 18 9 18 14 19 25 35 +007609 27 18 14 14 12 21 18 21 32 31 +007610 28 20 17 26 20 21 25 10 15 9 12 14 20 22 33 +007611 32 18 10 24 21 4 17 14 21 19 17 15 34 31 +007612 30 15 24 13 16 14 29 5 20 12 11 32 15 15 20 18 18 17 17 22 34 +007613 30 22 17 12 21 22 17 20 13 16 18 29 31 +007614 32 17 21 21 15 15 16 16 13 14 18 31 32 +007615 23 14 13 14 15 23 30 6 17 12 20 29 28 +007616 29 15 26 24 13 8 18 22 13 23 25 28 +007617 31 14 13 10 23 18 14 11 15 19 19 14 28 28 +007618 30 20 19 9 28 3 20 21 21 17 21 37 33 +007619 30 18 16 14 26 24 15 11 9 18 25 18 18 22 22 15 10 21 19 8 22 29 33 +007620 32 27 11 21 24 18 17 15 12 14 25 23 8 20 15 17 21 21 20 19 21 30 29 +007621 32 12 13 17 27 11 18 15 14 15 14 17 24 14 15 12 20 15 15 16 19 28 35 +007622 32 17 13 23 22 17 16 15 18 28 4 18 13 14 19 14 8 14 21 20 17 18 28 31 +007623 32 14 18 15 18 16 22 24 17 15 14 9 15 16 27 25 8 17 14 11 16 14 21 22 30 +007624 28 22 17 24 15 11 14 18 21 13 10 20 20 18 19 18 28 29 +007625 33 18 28 19 16 16 19 14 15 19 21 11 17 15 23 19 16 18 30 14 19 22 19 17 12 22 26 35 +007626 30 16 17 21 22 13 17 16 19 36 30 +007627 29 17 16 15 8 22 22 11 16 14 18 23 15 17 16 16 24 9 23 15 17 14 18 30 34 +007628 28 15 20 29 27 11 25 15 15 13 15 17 25 24 16 15 4 6 15 16 19 28 32 +007629 30 34 16 9 14 22 12 22 20 15 26 10 27 32 +007630 31 15 26 23 14 14 9 12 14 13 14 14 18 19 22 31 +007631 31 25 11 22 20 21 20 16 11 14 24 28 33 +007632 26 27 26 19 10 18 23 28 32 +007633 29 20 17 24 20 14 9 21 14 11 21 20 32 +007634 32 13 18 16 23 17 12 15 34 14 18 9 19 18 20 17 7 21 25 21 24 15 18 20 23 21 32 +007635 35 13 19 18 31 12 26 22 15 21 27 24 14 15 30 33 +007636 23 22 22 19 12 16 17 16 19 21 14 21 26 28 +007637 28 14 14 18 25 8 15 17 17 19 15 18 30 31 +007638 26 17 15 20 16 18 7 17 17 11 19 24 23 27 +007639 29 22 21 4 20 16 21 14 19 13 13 9 19 37 31 +007640 32 16 24 18 18 24 20 12 20 16 12 31 30 +007641 25 24 27 15 18 17 15 12 12 22 12 17 30 24 +007642 25 22 16 21 12 10 14 15 19 17 19 26 29 +007643 31 11 12 20 20 17 15 13 23 15 9 20 32 30 +007644 31 18 17 18 20 24 15 23 21 13 19 18 13 14 13 15 28 24 20 16 21 11 14 21 29 32 +007645 34 18 11 21 24 25 15 19 21 17 15 18 26 30 +007646 34 10 12 15 16 16 15 22 24 15 9 15 17 19 17 22 13 18 31 19 13 30 12 7 23 23 34 +007647 31 15 16 16 18 9 16 17 16 19 18 9 17 26 33 +007648 33 19 30 30 19 20 16 22 14 13 14 15 18 20 25 11 21 21 19 20 14 15 18 18 26 30 +007649 30 16 19 30 15 14 14 15 20 13 15 30 27 +007650 29 19 27 18 28 19 17 21 15 19 20 30 30 +007651 23 18 18 15 16 25 4 23 22 20 22 19 25 27 +007652 36 11 26 13 18 22 16 14 11 11 17 23 27 32 +007653 29 21 16 19 26 16 16 15 13 7 21 34 32 +007654 33 16 19 17 18 19 13 10 32 9 18 33 33 +007655 31 18 22 18 18 21 26 22 17 24 29 33 +007656 32 17 10 17 23 20 15 11 15 15 19 30 32 +007657 28 22 25 13 22 25 16 11 16 18 18 32 30 +007658 32 24 19 20 18 24 22 16 14 13 15 25 31 +007659 30 20 13 17 23 14 17 20 18 16 16 24 29 32 +007660 34 19 29 15 14 15 18 22 18 15 18 28 31 +007661 28 20 20 21 20 12 17 17 19 13 17 24 29 18 21 5 18 15 15 13 12 17 21 28 34 +007662 33 20 17 17 18 25 3 16 26 14 18 21 29 31 +007663 32 19 20 26 16 19 26 13 14 15 18 0 28 41 17 19 27 19 18 13 12 19 16 10 17 20 26 30 +007664 31 22 20 19 13 16 14 24 25 14 16 16 29 15 21 18 14 19 17 11 18 6 20 14 24 11 18 28 30 +007665 33 19 15 19 24 17 13 21 35 25 18 13 11 16 16 18 23 22 13 19 15 24 15 17 11 19 30 32 +007666 36 9 20 29 17 19 18 17 16 17 9 31 7 17 17 16 15 10 26 19 15 22 17 21 10 15 19 17 21 35 +007667 34 20 24 15 14 18 14 29 16 15 18 18 26 41 13 10 15 8 19 26 15 14 17 19 8 22 26 36 +007668 33 17 25 15 11 15 14 24 17 10 17 9 15 11 16 26 24 17 10 11 18 17 20 18 18 33 +007669 27 23 18 13 23 13 17 14 17 26 23 24 18 16 13 7 20 31 8 15 11 18 18 12 20 15 17 28 30 +007670 36 15 16 18 17 18 20 15 18 28 29 17 13 15 25 17 12 16 17 16 22 19 11 15 17 10 21 29 31 +007671 32 20 16 21 25 16 16 14 16 11 17 25 18 16 12 12 14 11 11 18 26 34 +007672 32 13 14 23 22 16 15 15 13 26 12 17 15 34 32 +007673 29 16 21 18 15 20 16 9 17 17 13 19 18 27 33 +007674 29 13 12 26 9 9 13 15 18 18 17 14 10 29 31 +007675 32 17 11 23 9 13 21 13 16 19 23 0 15 20 25 21 11 20 13 21 22 32 +007676 32 10 15 14 17 18 17 20 16 10 15 10 18 16 24 30 +007677 35 18 16 22 21 24 16 17 18 15 12 13 9 21 24 24 14 15 15 11 17 9 18 20 17 27 35 +007678 36 19 19 27 6 18 17 20 14 17 15 10 17 7 19 25 13 14 19 27 23 17 14 16 11 22 27 35 +007679 36 18 25 18 17 20 19 15 15 15 17 17 14 17 22 23 17 12 14 19 14 19 17 6 16 16 17 19 24 34 +007680 30 13 15 19 24 17 14 14 15 19 12 13 16 16 16 21 15 31 +007681 32 13 29 17 13 16 7 17 15 17 19 10 15 15 12 16 24 31 +007682 29 21 13 19 21 18 19 25 26 10 16 13 17 13 26 23 37 +007683 31 14 20 15 20 16 14 15 8 18 19 17 14 18 19 25 35 +007684 31 21 15 20 12 20 14 18 20 26 23 17 22 16 19 29 29 +007685 34 22 22 14 15 20 25 29 21 12 18 22 21 13 21 29 29 +007686 29 16 15 18 19 11 10 19 14 23 24 10 17 18 19 23 33 +007687 38 16 11 13 16 15 19 27 8 16 16 8 15 15 19 25 7 18 12 21 25 23 22 18 13 13 18 27 37 +007688 32 28 18 16 21 24 31 12 21 10 21 23 20 16 11 17 20 21 22 13 19 23 21 17 18 20 27 32 +007689 37 17 20 30 6 15 10 12 18 21 18 7 19 19 18 25 18 15 13 14 20 20 22 18 21 20 16 20 33 33 +007690 29 19 23 17 20 16 12 15 19 22 14 18 20 18 33 +007691 32 13 14 25 25 14 17 18 18 22 23 15 7 18 14 19 13 21 15 10 15 27 32 +007692 30 27 18 19 16 18 15 19 29 8 15 17 19 18 14 12 19 16 16 34 33 +007693 36 18 17 24 11 22 20 12 14 8 25 18 26 17 21 20 15 19 26 8 14 16 16 20 26 26 22 14 12 25 16 12 28 39 +007694 31 15 29 5 15 13 23 17 18 17 28 24 17 13 22 25 6 19 20 14 17 34 31 +007695 32 11 18 10 18 9 17 23 16 8 16 21 17 22 17 11 18 17 17 25 28 +007696 27 17 22 27 19 20 14 16 18 21 17 17 12 17 13 19 27 30 +007697 33 15 19 32 16 15 19 16 9 21 24 20 9 17 18 16 21 30 +007698 29 14 11 20 29 17 23 9 21 25 24 22 20 16 14 12 18 24 30 +007699 30 20 16 20 17 17 20 26 14 14 22 16 14 19 14 18 16 19 34 33 +007700 31 12 18 26 16 21 16 22 17 23 18 19 16 14 10 16 15 17 27 7 17 9 12 17 27 32 +007701 27 21 18 32 14 20 21 17 23 19 16 16 10 26 30 +007702 31 18 19 15 17 23 18 24 23 19 14 18 23 13 21 16 18 16 18 11 15 16 13 13 15 21 23 34 +007703 35 8 17 18 15 18 13 32 9 12 21 9 26 15 9 18 20 25 29 +007704 28 19 21 19 11 22 28 8 19 28 16 15 15 12 12 18 29 27 +007705 28 21 18 17 19 23 15 15 19 19 21 15 24 19 13 13 21 19 34 +007706 32 19 9 19 28 14 17 26 15 12 18 16 19 17 18 10 19 26 29 +007707 29 16 18 29 10 18 17 15 19 23 18 8 14 17 13 38 30 +007708 24 22 26 21 16 12 15 15 17 25 28 22 22 18 18 15 16 18 27 33 +007709 27 22 20 19 16 18 8 20 23 24 13 14 10 20 17 16 29 32 +007710 30 19 16 15 28 15 21 23 15 17 18 19 18 17 14 32 31 +007711 23 17 18 15 20 31 23 14 17 8 19 25 16 17 18 0 13 18 29 28 +007712 29 18 11 16 23 21 19 16 15 28 22 9 9 21 26 7 20 24 32 35 +007713 28 15 19 22 16 18 13 19 9 19 20 7 18 17 18 15 15 30 30 +007714 31 22 13 8 22 18 11 24 22 12 15 17 20 17 16 18 11 21 17 16 16 14 17 19 27 29 +007715 30 17 28 13 23 23 15 25 26 16 17 18 19 27 18 16 11 17 26 8 17 14 18 16 17 15 18 27 29 +007716 36 18 14 35 24 16 15 17 21 11 17 14 20 26 30 17 18 20 22 14 19 27 18 17 27 33 +007717 32 17 25 15 21 19 18 20 11 9 21 21 26 29 +007718 22 22 18 9 18 28 13 20 9 21 30 24 16 21 23 6 16 16 16 13 14 31 29 +007719 31 15 17 21 26 10 22 16 12 16 20 14 17 16 19 24 10 22 16 16 27 31 +007720 33 16 14 24 18 22 26 16 19 17 20 14 15 15 20 18 14 16 19 18 27 30 +007721 34 17 17 26 7 18 10 14 17 16 18 14 13 20 19 25 19 14 15 7 22 22 17 8 18 31 29 +007722 31 18 20 28 15 9 13 17 19 11 18 17 12 20 25 14 15 11 17 20 23 31 +007723 37 13 12 19 26 17 24 30 21 21 19 16 28 5 12 16 15 18 31 32 +007724 27 23 18 20 19 14 25 19 20 21 14 14 20 24 21 16 19 25 29 +007725 34 13 29 13 17 21 15 10 14 24 13 23 20 19 16 8 20 27 30 +007726 30 30 15 20 18 12 19 22 11 18 17 21 4 18 13 14 16 22 21 25 27 +007727 35 13 13 19 22 21 20 17 17 8 18 21 19 4 17 15 10 19 22 18 19 14 15 24 16 17 16 30 31 +007728 30 23 23 17 20 25 13 23 20 20 33 28 +007729 32 19 31 9 21 14 16 19 13 14 17 31 14 17 25 19 17 14 19 20 13 19 10 12 17 20 21 33 +007730 33 16 16 9 20 26 17 18 22 22 17 18 11 16 8 21 17 22 16 19 26 32 +007731 27 22 24 21 7 18 16 15 19 19 8 13 15 20 28 22 21 26 15 10 24 35 32 +007732 29 24 24 14 18 18 16 13 21 14 9 17 22 30 19 19 15 12 23 23 30 +007733 29 23 18 27 27 19 24 19 11 15 14 14 18 16 13 12 15 18 15 25 32 +007734 24 15 15 17 19 21 17 19 19 28 26 22 12 13 15 18 17 18 11 16 19 31 26 +007735 34 22 18 21 15 22 16 23 14 16 12 21 12 23 12 9 21 16 17 19 23 34 +007736 28 24 25 17 17 16 9 20 27 10 22 16 11 17 16 23 7 18 16 23 28 32 +007737 34 16 21 21 15 32 18 12 12 18 14 19 18 9 14 18 18 11 15 12 8 21 25 33 +007738 33 21 13 26 21 21 38 4 20 17 33 8 19 28 14 18 17 16 33 32 +007739 30 18 26 20 16 17 15 17 25 24 13 11 13 12 22 10 18 23 17 18 14 14 9 18 32 31 +007740 25 21 14 17 27 29 14 24 12 12 13 16 12 24 30 14 7 19 22 16 15 26 16 6 16 13 15 24 29 +007741 33 19 27 11 19 17 19 19 22 17 18 12 13 15 18 25 25 17 17 13 8 11 27 22 31 30 +007742 31 17 17 16 17 14 13 14 19 26 19 16 12 16 11 18 18 17 26 33 +007743 28 31 22 12 9 18 15 20 13 25 28 +007744 29 29 20 9 15 15 10 18 18 19 26 27 +007745 33 22 21 18 24 10 18 19 17 18 27 24 12 19 19 22 12 18 19 10 17 33 29 +007746 33 16 15 20 15 28 14 18 15 12 18 13 13 18 17 29 18 12 13 12 24 31 33 +007747 35 18 30 4 16 13 18 16 8 23 31 7 19 11 14 19 17 19 14 12 9 19 28 34 +007748 31 25 18 27 14 18 14 13 16 25 11 13 16 20 21 18 26 13 22 28 19 19 24 33 +007749 35 22 18 10 11 24 9 20 21 19 12 18 15 17 17 17 27 35 16 18 19 22 12 15 13 10 13 21 16 13 30 33 +007750 34 10 16 13 11 30 9 12 11 15 14 11 17 15 18 28 35 8 17 11 17 23 15 3 11 11 16 9 32 33 +007751 37 24 22 24 12 14 21 29 11 19 18 19 23 21 15 17 24 22 15 24 25 36 +007752 29 18 20 27 11 18 13 21 16 18 26 12 20 26 16 16 23 14 15 20 25 13 17 22 13 26 32 +007753 34 15 16 22 14 21 24 4 19 18 11 15 21 24 3 13 14 22 20 12 16 17 16 8 13 18 24 33 +007754 30 14 16 19 19 17 12 18 19 22 17 16 14 9 27 19 11 13 21 18 20 16 10 26 29 +007755 25 11 10 20 17 14 24 14 23 19 7 17 17 20 18 23 16 16 19 20 23 28 27 15 17 16 8 18 25 25 +007756 31 20 26 9 18 16 15 16 14 15 15 16 13 15 25 16 21 20 19 21 12 14 17 16 34 32 +007757 36 20 25 7 16 17 20 15 10 13 23 29 17 16 15 14 25 17 16 30 22 14 15 19 14 19 25 36 +007758 33 21 17 18 16 16 10 26 10 18 15 20 24 31 11 15 16 17 11 17 25 23 17 16 13 20 26 26 +007759 33 19 17 19 13 17 17 19 14 9 28 23 11 14 18 17 18 13 16 22 12 19 28 32 +007760 35 18 22 10 19 20 27 18 13 11 15 11 17 11 9 20 28 41 13 18 23 12 9 17 28 5 13 20 12 18 30 30 +007761 32 16 18 20 18 16 13 18 23 17 20 12 18 15 12 27 25 19 18 14 18 15 12 18 27 29 +007762 35 19 19 23 14 14 15 15 11 13 10 16 28 22 15 12 14 14 17 17 22 11 17 15 17 17 28 31 +007763 28 20 21 12 19 27 22 12 13 17 16 12 28 29 16 19 13 18 22 17 5 17 14 14 17 17 24 17 19 30 36 +007764 29 18 15 22 16 22 24 12 16 23 11 15 17 15 13 26 20 14 21 23 23 23 26 15 12 20 16 18 24 36 +007765 29 24 15 18 31 7 22 17 15 11 28 24 11 16 20 18 17 11 13 18 14 18 17 27 32 +007766 35 19 20 20 15 14 16 31 23 16 24 13 12 15 16 28 16 20 11 22 21 12 17 14 11 20 33 30 +007767 29 20 19 19 19 8 15 14 22 18 16 11 17 33 30 +007768 27 20 13 26 3 9 14 13 16 15 22 25 26 +007769 37 8 13 15 21 15 13 11 17 16 23 22 12 16 14 17 21 20 14 14 19 18 14 26 32 +007770 31 24 16 18 17 8 22 21 18 18 16 18 19 11 16 16 21 24 29 +007771 30 12 22 17 13 19 22 17 15 16 28 23 19 16 21 15 21 21 30 +007772 29 17 35 33 20 21 17 20 12 19 16 17 12 10 19 18 15 23 31 27 +007773 34 23 26 19 20 16 15 12 16 23 22 14 20 12 10 22 25 31 +007774 34 20 22 12 18 22 20 16 11 23 14 22 4 12 24 19 20 25 30 +007775 36 19 24 11 9 33 14 19 24 16 14 11 29 24 13 20 22 14 9 20 14 19 20 29 32 +007776 30 17 15 15 16 18 28 8 12 11 16 18 14 32 15 13 15 13 12 18 18 20 32 32 +007777 28 16 17 8 21 23 11 17 17 17 23 17 13 14 13 25 20 14 9 19 25 29 +007778 30 19 16 18 9 10 15 26 13 20 22 18 20 15 13 11 14 13 32 33 +007779 32 24 15 10 20 22 9 16 16 11 29 22 22 12 28 5 13 13 18 16 20 23 20 33 +007780 30 23 23 15 23 4 24 19 17 24 29 +007781 30 21 21 16 23 30 8 14 16 11 17 20 18 28 27 +007782 30 18 22 17 18 20 15 13 21 14 18 15 24 28 14 20 22 20 14 16 19 18 18 12 29 31 +007783 36 21 24 14 16 14 28 20 14 18 20 18 17 13 21 14 8 12 18 29 30 +007784 27 20 19 15 12 9 21 19 5 17 14 15 17 21 4 18 21 18 16 21 21 16 18 26 31 +007785 30 18 11 20 23 16 15 19 15 21 25 16 14 19 20 21 15 17 17 14 15 13 25 32 +007786 33 20 13 10 13 22 14 14 19 21 24 28 16 15 15 16 6 19 28 19 10 19 15 15 19 28 38 +007787 31 16 23 12 13 13 13 13 15 20 12 18 33 31 +007788 31 16 18 18 20 19 21 15 15 15 18 11 12 8 17 31 30 +007789 27 12 13 17 14 16 18 12 20 25 25 29 +007790 32 16 20 18 13 20 21 12 19 25 19 17 17 25 29 +007791 31 24 23 18 7 15 11 14 19 13 21 27 29 +007792 30 20 19 11 15 31 19 17 21 20 24 14 15 20 29 31 +007793 33 14 10 16 27 14 10 19 23 5 15 17 7 18 30 32 +007794 32 17 16 17 27 17 12 16 19 23 16 14 31 31 +007795 25 17 16 21 23 16 14 23 28 15 14 21 14 24 28 30 +007796 25 19 11 20 16 13 10 14 20 11 10 10 20 29 29 +007797 31 19 20 20 19 20 20 5 9 15 18 16 17 35 31 +007798 29 19 27 12 25 23 14 15 21 17 13 10 20 26 32 +007799 31 20 20 18 20 15 19 8 15 24 14 22 13 22 24 32 +007800 29 18 19 24 17 17 19 15 21 21 14 17 16 28 30 +007801 33 21 14 18 28 4 20 17 18 18 21 15 23 31 30 +007802 29 20 27 16 22 20 21 20 6 23 11 13 20 26 29 +007803 29 21 23 17 19 26 7 15 11 15 18 15 8 18 30 31 +007804 29 19 15 15 16 18 28 6 17 18 18 11 20 27 30 +007805 31 16 20 24 22 19 15 12 18 20 17 15 17 23 32 +007806 30 15 16 12 20 17 15 15 32 6 12 17 21 13 28 30 +007807 30 22 16 26 6 19 18 26 20 18 18 10 17 19 25 26 +007808 32 22 24 22 19 21 15 17 13 22 18 19 30 29 +007809 28 18 22 18 19 16 24 16 16 19 16 18 27 29 +007810 27 19 19 20 12 17 12 19 27 21 17 14 15 16 13 16 11 14 20 25 28 +007811 29 12 14 14 10 17 15 16 22 20 28 +007812 28 19 25 16 10 19 23 18 17 12 24 20 16 16 13 13 16 24 21 31 +007813 32 14 21 24 14 14 9 16 17 10 14 26 9 13 14 19 15 17 27 33 +007814 28 18 12 13 15 17 14 13 30 30 +007815 30 17 10 17 12 19 20 18 10 13 13 9 21 18 20 18 20 25 14 23 18 17 30 30 +007816 32 18 17 14 12 7 23 25 14 12 21 12 14 14 10 25 21 15 10 20 12 12 27 30 +007817 31 18 17 29 5 13 16 21 15 15 15 29 25 18 18 22 18 14 19 17 21 18 28 30 +007818 26 20 18 22 26 4 15 18 15 26 30 +007819 30 16 15 31 12 10 18 14 24 16 12 8 18 18 19 15 15 22 28 28 +007820 31 11 13 19 21 6 13 17 15 22 19 31 +007821 27 17 20 19 28 7 13 17 21 26 28 +007822 31 16 16 15 25 7 16 19 21 28 27 +007823 34 13 19 18 21 22 19 17 15 6 22 26 22 19 18 20 15 18 15 7 20 31 30 +007824 31 21 17 23 20 15 16 15 18 22 29 21 21 20 23 17 20 16 19 18 22 27 33 +007825 34 19 17 17 12 25 20 18 15 18 24 21 13 23 19 17 14 16 17 14 15 16 25 32 +007826 31 23 24 6 22 0 19 16 16 23 21 26 +007827 29 15 21 19 22 11 14 19 25 27 +007828 35 18 16 13 14 20 21 18 15 14 13 16 32 9 20 17 16 17 24 31 +007829 29 17 18 19 15 19 12 9 22 15 29 29 +007830 26 21 18 14 14 15 19 7 18 27 33 +007831 28 14 14 15 15 20 18 3 19 21 23 30 5 19 27 18 15 15 18 30 33 +007832 33 21 25 25 20 11 12 19 13 12 18 11 19 19 19 18 32 +007833 31 17 22 16 15 18 15 17 21 26 26 +007834 34 9 14 18 17 21 12 18 19 19 18 14 20 15 12 18 27 17 14 17 9 22 32 31 +007835 30 17 8 15 20 21 19 15 20 22 14 12 10 20 17 17 17 9 16 11 23 22 32 +007836 35 14 19 16 14 18 27 7 21 13 17 22 19 20 15 18 15 13 9 16 31 31 +007837 30 18 21 18 16 23 14 15 12 10 19 23 15 16 18 14 19 13 17 20 26 35 +007838 31 20 23 19 25 23 17 13 17 15 26 22 21 15 17 9 21 21 14 22 21 30 +007839 30 21 17 16 24 22 20 16 28 30 +007840 29 16 26 26 17 15 9 18 34 30 +007841 30 18 9 16 18 14 16 18 19 10 20 19 18 14 11 9 20 29 29 +007842 30 19 18 17 11 15 17 9 19 27 29 +007843 29 16 31 9 13 16 16 19 15 17 15 19 25 9 18 15 16 13 21 26 30 +007844 30 22 17 18 13 16 9 9 17 26 13 18 15 25 21 13 20 23 23 33 +007845 32 14 13 22 26 14 15 16 13 21 26 22 14 11 20 22 14 13 17 12 17 25 16 22 31 +007846 33 15 13 20 14 21 22 21 17 20 12 7 22 34 18 14 18 12 13 19 31 34 +007847 33 11 12 17 16 15 17 17 14 17 17 18 23 12 14 6 19 22 15 9 17 28 32 +007848 34 13 14 12 14 21 15 11 25 28 33 +007849 34 9 16 17 27 9 15 21 23 30 +007850 29 20 20 19 13 14 13 17 13 19 28 31 +007851 30 20 14 16 12 16 13 18 26 31 +007852 34 18 21 9 11 14 16 10 13 14 22 19 10 18 13 18 12 8 18 23 20 30 +007853 31 15 25 18 13 15 18 12 11 15 17 13 28 32 +007854 28 17 18 13 21 15 18 10 18 34 28 +007855 28 13 9 19 23 16 8 13 13 20 13 16 24 30 +007856 30 16 19 14 15 20 16 13 19 16 23 8 16 18 11 17 20 33 31 +007857 33 13 14 18 30 14 15 13 17 21 19 14 18 20 12 9 18 20 21 17 10 35 34 +007858 31 18 18 18 24 10 18 13 10 16 29 11 17 12 10 17 32 30 +007859 27 21 15 8 23 20 18 16 23 27 28 +007860 30 13 13 8 12 16 10 17 18 31 27 +007861 33 18 20 16 18 15 15 15 36 26 +007862 34 13 15 16 22 15 24 25 14 18 14 11 17 16 20 9 8 20 28 23 11 18 24 22 20 15 19 27 32 +007863 30 19 16 16 24 14 18 19 15 9 12 10 17 16 23 40 11 16 14 21 18 16 18 12 18 22 22 29 +007864 33 18 20 21 17 14 13 12 20 18 3 25 14 18 20 20 17 12 14 26 15 17 24 20 23 12 20 37 33 +007865 39 18 19 15 23 25 17 20 19 15 13 30 24 24 16 15 12 21 21 14 17 21 31 18 16 16 13 17 28 32 +007866 33 13 17 20 16 15 16 26 20 12 18 17 12 19 20 17 15 17 9 16 14 18 9 30 32 +007867 30 20 14 22 15 19 17 25 15 15 15 14 16 23 28 15 16 20 22 17 20 13 16 17 19 27 32 +007868 32 13 18 26 23 8 14 16 15 16 13 9 14 15 15 26 23 19 9 13 12 13 18 16 14 14 17 21 32 33 +007869 34 11 20 18 13 10 16 14 17 33 19 14 11 16 30 22 16 19 18 16 13 16 16 22 38 +007870 32 18 20 22 19 17 15 13 9 13 15 19 23 27 11 13 14 14 19 8 23 9 24 15 20 28 +007871 25 21 14 18 18 12 7 19 10 17 18 25 19 15 20 26 21 19 13 13 26 17 30 26 +007872 30 17 17 11 13 16 26 15 11 14 17 18 25 19 13 16 19 18 6 19 14 14 8 31 31 +007873 27 11 13 23 16 25 12 16 15 19 18 13 12 10 16 30 29 +007874 31 17 22 14 14 16 22 7 13 14 18 18 18 17 17 16 9 14 28 29 +007875 33 20 20 22 21 18 12 10 15 21 21 22 13 16 15 20 13 13 17 19 25 32 +007876 31 13 19 17 17 20 17 16 15 17 10 9 20 27 9 17 15 14 17 19 24 32 +007877 30 19 15 30 15 12 16 19 14 16 10 10 27 12 18 12 21 24 20 30 +007878 32 24 17 11 18 24 18 14 11 19 15 14 21 20 12 20 17 11 9 17 30 30 +007879 31 19 21 16 15 14 9 21 19 4 20 10 10 22 19 16 18 28 30 +007880 31 12 16 15 21 18 23 29 29 21 18 18 30 32 +007881 30 17 18 11 11 17 20 17 8 18 18 18 11 18 30 30 +007882 30 16 14 18 18 15 17 17 18 19 13 20 24 28 +007883 33 21 13 14 8 21 23 16 17 12 9 18 18 29 28 +007884 31 16 14 16 22 21 18 26 20 10 13 21 15 14 20 23 5 23 12 12 14 12 16 19 4 23 31 +007885 29 13 12 15 28 20 15 9 11 28 27 +007886 28 18 16 17 13 9 18 22 5 16 17 10 35 31 +007887 29 22 11 13 14 19 17 17 9 18 32 27 +007888 26 21 18 22 5 16 18 19 13 17 26 27 +007889 31 13 19 24 12 17 22 20 17 19 28 30 +007890 28 15 18 11 20 20 16 16 17 32 28 +007891 28 13 15 16 17 20 18 17 18 17 15 15 9 15 19 29 30 +007892 34 24 14 27 16 10 12 20 27 37 15 23 6 15 15 16 17 12 15 10 19 24 24 24 19 16 17 12 17 16 20 15 8 18 27 34 +007893 30 14 12 21 22 4 19 20 18 17 8 15 11 15 8 19 16 17 17 3 16 14 19 30 32 +007894 35 8 10 18 18 17 21 6 16 14 19 21 16 10 30 21 18 21 20 15 17 15 18 32 +007895 35 17 14 17 16 15 25 18 21 14 17 11 13 21 17 16 31 14 13 19 18 20 16 16 25 34 +007896 31 18 13 24 15 15 13 14 15 11 15 26 18 9 11 16 19 18 20 16 13 17 19 23 22 30 +007897 34 27 17 17 10 14 16 26 19 15 9 15 18 18 14 18 23 23 14 26 19 13 18 30 32 +007898 31 22 16 13 13 14 20 17 16 13 17 26 27 16 17 18 24 16 14 16 17 16 30 28 +007899 30 17 16 15 11 20 16 23 19 21 18 17 19 16 17 18 17 8 15 19 27 27 +007900 33 15 18 27 16 21 22 19 21 20 15 15 14 22 8 12 16 17 15 19 32 32 +007901 28 18 26 14 16 8 16 30 7 17 12 16 15 13 10 30 20 18 14 22 20 35 +007902 31 17 13 20 27 11 12 23 23 16 14 16 12 20 25 17 13 18 23 33 +007903 30 12 31 9 11 12 12 13 11 17 17 23 29 19 18 19 20 14 16 18 26 31 +007904 32 17 18 19 14 13 17 28 5 19 11 24 13 13 18 24 6 17 12 13 31 32 +007905 34 20 17 18 9 26 11 15 18 16 18 17 19 17 19 16 17 16 27 30 +007906 30 18 15 15 21 17 14 16 15 16 9 18 16 21 17 14 10 13 10 29 30 +007907 30 13 19 15 13 9 20 23 20 19 12 28 9 24 22 17 12 13 13 31 30 +007908 31 15 7 21 12 15 14 12 16 23 16 17 16 12 16 20 15 17 25 14 19 14 19 15 15 32 34 +007909 29 13 22 16 20 18 19 11 17 12 17 19 25 18 18 13 13 19 31 32 +007910 29 13 20 12 11 9 20 21 11 13 19 20 17 13 12 15 18 23 31 +007911 34 21 14 16 17 20 21 30 5 18 19 25 6 16 16 15 18 20 30 27 +007912 31 19 24 17 23 20 25 18 21 16 21 27 22 19 17 10 20 3 15 17 20 23 32 +007913 30 14 18 16 20 23 5 18 18 17 15 10 15 13 17 32 30 +007914 32 20 17 16 8 19 23 17 17 17 16 18 17 16 16 29 31 +007915 33 14 19 16 19 15 19 19 10 16 10 17 21 15 20 15 30 29 +007916 28 20 18 21 14 19 25 19 16 14 23 9 18 12 11 26 32 +007917 33 18 18 20 17 16 14 20 19 11 17 16 11 19 13 26 31 +007918 34 15 12 14 19 23 20 20 14 22 12 19 13 12 15 20 27 32 +007919 29 20 12 19 20 15 14 14 15 28 30 +007920 27 20 17 22 18 17 17 16 11 16 26 30 +007921 29 21 12 9 21 22 15 11 14 9 23 27 32 +007922 29 18 12 19 30 6 13 13 14 16 32 28 +007923 31 20 20 9 16 20 21 19 18 20 11 16 21 19 38 15 16 14 25 22 14 15 19 20 10 17 21 25 30 +007924 30 14 13 17 19 14 19 29 31 +007925 28 19 25 6 20 14 15 17 16 29 +007926 31 12 20 16 14 20 23 17 17 15 26 7 20 23 20 14 19 34 28 +007927 31 18 18 16 20 13 17 32 18 21 22 22 18 19 15 18 13 13 13 19 18 18 12 16 19 19 33 32 +007928 31 28 22 19 24 14 19 13 10 13 14 20 20 21 24 20 13 22 13 15 14 8 32 32 +007929 29 21 22 16 32 13 16 15 23 12 16 18 28 31 +007930 29 18 22 12 15 12 33 22 17 13 17 13 23 8 10 13 18 22 6 15 13 16 18 16 11 20 25 29 +007931 30 20 20 13 9 21 22 17 16 11 18 25 28 17 16 16 19 19 12 19 22 17 15 15 31 33 +007932 33 19 24 17 9 13 11 15 17 10 25 10 15 11 12 13 16 15 17 14 15 11 16 14 19 24 30 +007933 34 11 11 23 15 22 19 11 16 13 19 26 25 18 15 24 20 13 11 13 18 20 21 16 28 30 +007934 32 15 18 14 19 14 22 26 20 32 24 15 10 21 22 19 16 8 16 17 27 4 16 20 21 31 32 +007935 32 12 10 17 25 18 18 20 27 16 17 18 15 17 9 16 20 16 12 14 13 14 9 21 16 18 36 +007936 31 23 12 18 22 19 16 12 18 29 27 8 16 15 10 15 12 15 19 28 17 16 14 9 12 11 15 21 23 32 +007937 31 10 16 21 4 18 15 15 14 15 18 10 15 15 22 16 17 14 21 18 22 14 17 22 13 8 14 12 17 34 29 +007938 31 13 34 15 18 25 15 15 21 16 14 12 16 15 21 17 14 20 24 28 +007939 25 22 13 32 22 19 16 15 10 26 19 20 22 16 19 17 7 25 22 20 14 12 21 25 32 15 28 21 19 13 22 30 24 +007940 35 9 16 17 20 14 16 12 16 18 23 18 15 18 25 15 21 19 16 18 22 33 +007941 34 17 20 18 17 10 15 19 11 12 8 19 18 14 16 14 15 13 7 18 16 30 33 +007942 31 25 15 12 11 17 19 25 23 11 16 22 21 12 20 16 19 13 16 14 13 17 25 26 30 34 +007943 32 18 18 27 23 16 10 19 17 14 17 10 19 19 18 17 19 14 8 22 27 26 12 14 10 20 27 6 13 17 20 16 28 35 +007944 34 18 14 20 19 17 10 16 17 13 21 17 22 19 18 16 14 30 29 +007945 34 22 23 20 15 14 17 23 16 16 21 26 18 36 20 21 13 13 22 14 22 18 16 13 7 17 25 27 +007946 33 20 14 25 19 10 26 3 18 14 19 10 13 11 26 30 14 13 17 22 29 7 12 17 22 17 19 21 35 +007947 34 15 28 12 17 26 23 11 17 16 10 13 15 15 11 16 23 29 9 14 19 23 19 22 17 9 28 33 +007948 33 17 19 20 15 16 28 21 28 6 15 22 22 23 17 15 22 8 18 22 20 20 16 14 19 18 12 17 25 36 +007949 37 14 18 21 18 10 22 24 17 17 19 22 8 14 12 19 23 20 14 15 14 13 17 15 24 18 13 23 34 +007950 32 16 14 18 21 15 18 9 17 20 28 21 16 18 12 11 17 13 13 10 17 19 25 13 17 32 29 +007951 34 16 15 23 19 13 16 19 18 14 19 22 20 15 20 11 19 13 12 18 20 3 15 15 16 15 17 23 33 +007952 34 21 10 17 20 16 16 16 18 17 17 13 6 20 18 23 18 15 12 22 16 17 18 18 31 32 +007953 35 11 21 13 16 17 24 6 13 19 11 16 11 17 12 17 20 21 32 +007954 30 20 12 18 21 23 25 16 18 14 15 17 13 22 23 30 +007955 30 19 16 13 20 25 25 14 24 7 10 13 12 13 12 12 18 14 25 30 +007956 33 22 23 6 18 21 21 29 16 13 12 25 24 24 18 22 20 30 17 20 24 8 18 15 21 14 10 17 22 33 +007957 33 23 14 13 15 14 8 19 26 18 20 13 17 15 11 18 21 18 12 16 17 15 22 36 +007958 33 36 18 17 16 18 27 5 16 10 22 28 18 14 13 17 22 13 22 23 5 14 14 17 26 31 +007959 32 14 17 24 15 14 22 16 16 18 14 13 7 20 25 6 13 17 13 9 9 22 28 28 +007960 32 19 22 13 12 20 24 17 24 17 14 21 29 24 25 15 15 19 14 18 23 28 +007961 34 16 16 20 14 21 26 18 16 15 16 15 16 26 15 19 18 11 16 16 14 25 33 +007962 33 15 17 20 16 18 29 9 14 14 16 19 14 15 23 14 18 18 17 19 12 13 15 24 31 +007963 33 29 15 16 16 17 22 17 14 16 16 15 23 18 14 9 20 16 16 18 16 27 31 +007964 29 17 15 18 15 15 26 6 18 20 12 11 17 23 26 19 17 21 13 19 29 34 +007965 32 15 12 21 17 14 13 11 18 21 16 16 20 22 29 17 14 21 25 15 22 15 8 20 29 34 +007966 33 17 14 17 15 11 14 10 19 23 16 14 22 24 16 14 9 18 7 19 24 28 +007967 33 16 12 23 21 17 8 17 25 19 26 19 31 25 19 21 14 19 19 11 11 31 34 +007968 34 17 12 18 16 21 19 12 20 22 18 12 18 24 15 15 13 33 33 +007969 29 18 15 18 16 15 23 24 18 14 14 20 25 17 14 15 12 18 23 33 +007970 33 9 16 13 21 22 6 16 18 17 25 29 +007971 30 15 14 28 16 21 17 13 15 18 23 14 11 15 14 23 21 18 17 19 15 19 20 23 27 +007972 32 15 12 18 18 23 24 12 19 14 10 9 18 16 23 13 13 22 19 15 15 26 30 +007973 32 21 16 14 6 18 21 17 10 22 26 22 15 15 19 13 28 16 7 19 25 29 +007974 34 17 21 15 8 18 25 4 13 19 11 10 9 18 15 18 24 16 14 16 20 27 29 +007975 36 20 19 16 12 9 18 31 8 14 23 17 12 21 20 8 23 14 14 13 19 27 31 +007976 30 16 15 14 13 12 20 20 16 16 14 17 9 13 14 8 18 13 18 13 24 34 +007977 33 21 17 21 15 9 16 18 23 20 30 19 16 19 20 18 11 11 16 15 18 25 32 +007978 31 13 13 24 4 19 18 14 21 20 20 18 15 19 23 4 19 17 12 9 20 30 30 +007979 31 17 12 23 19 12 18 14 16 22 21 23 17 14 13 19 14 10 14 16 18 23 31 +007980 33 20 16 29 5 24 22 19 12 19 24 22 14 13 16 16 18 19 17 15 19 31 27 +007981 31 20 15 16 26 8 22 14 17 17 13 16 24 16 18 15 13 17 14 12 7 20 28 30 +007982 29 19 14 12 14 15 24 19 14 15 14 21 20 19 16 16 17 8 16 15 19 24 34 +007983 31 18 25 20 18 13 18 27 19 14 20 10 17 19 13 10 19 25 31 +007984 30 20 8 21 17 17 19 12 24 26 20 19 15 29 15 8 13 18 27 28 +007985 30 22 18 12 17 11 9 13 12 17 16 24 25 19 24 16 15 18 25 18 18 21 14 12 18 25 32 +007986 31 15 18 16 20 26 18 19 10 13 18 23 18 14 16 16 15 17 16 29 32 +007987 30 15 17 18 18 15 21 13 24 14 20 22 6 18 16 10 15 20 22 31 +007988 33 16 28 7 22 19 11 14 19 21 8 16 21 21 14 20 18 16 16 30 32 +007989 31 19 10 17 21 19 10 27 17 12 28 22 14 16 15 18 23 13 16 16 23 30 35 +007990 32 21 12 13 11 27 6 12 17 17 19 17 8 19 31 9 34 29 +007991 32 20 23 22 13 15 14 28 11 21 23 16 23 12 16 17 26 21 15 20 24 31 +007992 29 21 13 20 28 4 19 16 14 13 19 27 32 +007993 33 16 14 20 20 15 12 23 19 14 30 33 +007994 31 16 13 21 21 16 13 19 17 25 15 17 13 16 14 15 19 25 33 +007995 32 13 12 19 18 17 18 15 17 18 19 16 26 19 16 10 15 24 30 +007996 31 16 26 21 12 17 15 16 17 18 17 16 8 19 21 6 16 19 24 31 +007997 31 18 11 16 28 16 10 18 22 20 12 22 18 9 17 18 17 29 28 +007998 31 9 9 9 22 23 17 19 13 25 19 25 26 26 +007999 29 17 25 16 12 19 15 15 18 15 18 20 17 10 15 12 20 30 30 +008000 30 18 13 24 15 14 10 20 11 22 17 12 13 10 11 9 21 26 28 +008001 30 14 10 19 20 19 25 12 14 14 22 26 5 15 17 17 26 34 +008002 31 16 19 16 16 18 11 26 21 19 18 16 13 9 23 27 29 +008003 31 21 13 13 31 11 23 17 17 19 20 13 9 18 23 15 17 31 31 +008004 25 20 33 3 23 16 17 28 15 16 14 11 14 20 15 7 17 27 30 +008005 30 13 19 19 17 13 8 18 26 30 +008006 30 14 20 13 16 13 15 16 24 23 26 28 17 20 16 17 23 27 +008007 32 13 16 16 19 6 13 16 14 18 21 26 17 14 15 18 25 21 29 +008008 29 21 22 20 15 19 24 5 18 27 27 28 14 18 13 19 28 31 +008009 30 17 8 15 21 30 9 20 22 18 29 17 24 16 18 21 9 12 13 31 29 +008010 31 15 22 14 18 19 20 20 19 7 14 19 23 10 16 22 19 23 27 +008011 27 16 13 14 10 19 16 17 17 13 12 18 21 14 21 20 29 +008012 31 19 22 14 18 15 18 31 15 15 8 13 18 24 8 18 20 18 20 15 12 11 20 29 31 +008013 31 13 28 17 23 29 29 15 19 15 14 13 16 16 32 31 +008014 30 17 14 18 29 22 14 16 15 11 10 17 22 11 17 17 24 21 10 16 17 24 23 33 +008015 35 18 22 15 25 15 10 16 8 20 28 5 16 10 15 18 19 17 24 26 21 15 22 7 15 12 12 23 11 32 30 +008016 30 13 27 6 14 18 21 27 16 13 15 17 19 19 23 31 13 19 16 25 4 15 13 18 17 20 13 18 25 32 +008017 23 27 12 14 15 15 25 19 17 16 14 21 25 15 19 14 15 15 25 11 21 24 23 17 20 21 25 26 +008018 34 13 26 16 13 31 20 24 20 15 17 18 30 47 15 14 17 29 20 11 15 13 20 18 16 18 31 32 +008019 30 19 23 14 15 21 20 14 17 9 15 21 13 16 14 17 11 16 24 20 15 23 14 20 11 15 11 35 35 +008020 28 18 19 24 11 18 12 15 20 20 19 14 19 17 17 13 14 22 10 12 16 33 30 +008021 29 17 22 16 15 16 30 10 12 16 17 18 20 18 18 31 30 +008022 36 12 18 18 10 19 23 7 17 17 12 16 13 9 21 33 30 +008023 27 19 18 18 13 8 19 22 17 16 19 15 18 35 30 +008024 32 19 16 14 19 24 16 16 14 23 13 18 16 16 7 24 22 19 19 19 18 19 17 21 23 15 15 24 13 26 32 +008025 31 17 22 28 20 13 22 24 9 16 19 19 14 7 19 34 30 +008026 30 9 19 21 12 16 17 16 26 11 14 12 14 14 16 17 19 25 0 14 17 34 31 +008027 32 12 20 17 30 13 11 15 24 20 9 20 23 19 12 18 13 27 14 14 9 16 17 13 10 16 25 25 31 +008028 32 11 14 12 22 18 12 20 29 21 18 21 15 20 15 14 23 21 25 22 21 14 15 16 22 20 30 +008029 33 13 32 9 16 11 11 14 18 23 17 12 15 21 15 20 14 10 19 22 18 18 22 15 12 20 31 31 +008030 29 17 18 21 20 18 17 14 17 27 16 13 24 24 17 10 13 21 24 14 13 17 19 18 14 16 25 29 +008031 33 19 16 15 17 28 21 13 18 14 10 17 16 14 7 22 16 12 21 24 11 24 16 20 15 22 21 31 +008032 28 19 21 18 14 18 13 10 19 18 22 26 29 +008033 32 22 25 4 17 10 16 18 17 16 21 28 29 +008034 30 24 20 24 20 22 27 21 12 12 16 23 27 29 +008035 28 17 15 25 13 17 23 28 9 11 14 19 30 30 +008036 28 14 19 16 27 8 15 16 16 20 19 16 16 23 33 +008037 25 18 17 14 10 14 27 6 17 13 21 14 30 26 +008038 29 19 21 15 16 18 19 10 12 13 17 17 27 33 +008039 28 23 15 18 14 21 25 7 16 17 16 19 27 32 +008040 28 13 23 23 11 16 14 17 19 20 24 31 31 +008041 32 12 15 24 21 13 18 14 17 21 20 24 32 +008042 29 15 12 19 20 20 26 16 23 20 23 31 29 +008043 34 13 20 20 11 13 14 15 19 22 19 17 10 10 9 20 23 17 18 19 24 18 14 17 28 31 +008044 23 18 25 14 9 23 14 20 20 30 15 18 19 16 27 20 15 12 20 19 20 22 16 27 +008045 24 18 20 20 19 13 16 14 17 15 19 21 23 18 21 19 24 27 19 24 17 20 31 27 +008046 31 12 32 3 14 13 16 17 16 21 15 10 22 15 19 29 +008047 29 18 32 10 24 22 16 17 22 17 11 13 14 22 12 20 33 31 +008048 31 20 19 17 19 17 15 10 17 25 12 17 13 23 13 10 12 15 19 29 12 21 27 13 15 18 18 14 15 9 20 28 33 +008049 31 17 18 16 9 17 19 21 17 15 16 19 3 18 11 22 9 22 20 15 12 16 20 29 32 +008050 33 12 32 14 17 23 9 13 14 15 19 17 15 9 17 26 19 10 12 17 18 16 15 18 30 29 +008051 23 18 11 17 33 15 18 27 5 17 22 24 16 18 16 20 6 15 15 13 19 12 18 7 24 23 26 +008052 31 15 15 7 16 16 19 6 22 10 19 22 12 23 25 16 8 21 14 17 22 16 18 33 29 +008053 34 17 14 19 14 9 20 17 20 23 28 19 10 18 18 21 18 8 20 23 4 14 16 16 27 33 +008054 35 23 19 7 16 23 4 12 11 15 17 23 28 19 20 20 11 18 14 19 27 9 9 12 16 26 31 +008055 33 26 19 15 13 10 15 24 17 22 18 19 14 15 10 20 22 11 19 22 17 10 14 10 16 32 29 +008056 32 16 20 17 14 18 24 4 16 17 12 19 16 15 20 17 18 16 14 7 18 16 19 23 30 +008057 31 15 22 16 22 25 17 18 20 13 8 18 28 30 +008058 33 13 12 14 19 19 13 25 18 7 26 18 31 +008059 33 21 20 14 15 17 29 3 13 7 18 0 21 21 18 33 +008060 23 21 19 16 22 25 15 17 18 26 20 16 20 21 27 +008061 28 19 18 24 16 17 22 28 5 15 15 20 27 32 +008062 29 18 15 25 18 24 20 22 21 18 18 28 31 +008063 29 20 22 12 16 13 30 5 28 15 16 14 29 31 +008064 27 31 16 10 19 19 16 16 17 17 9 17 27 26 +008065 27 13 25 27 3 12 21 34 9 27 18 22 36 31 +008066 31 16 27 3 15 12 20 14 22 12 18 17 31 29 +008067 30 14 13 11 18 28 7 14 10 12 13 15 18 21 0 30 +008068 30 20 13 21 15 14 18 27 12 20 11 13 18 21 26 16 18 12 28 21 17 19 17 16 18 20 28 31 +008069 29 12 7 23 25 10 16 14 15 16 10 22 26 31 +008070 32 12 15 18 19 22 22 19 18 12 18 15 32 35 +008071 31 15 30 19 19 17 21 22 16 15 24 22 24 14 12 18 20 15 12 18 23 13 18 18 20 25 33 +008072 34 16 21 22 19 9 21 17 19 16 14 21 18 14 10 23 17 15 16 9 28 4 14 18 28 28 +008073 29 18 15 15 20 26 2 17 21 17 15 19 22 10 15 10 21 24 15 18 18 24 14 12 19 34 30 +008074 28 12 13 18 16 17 14 11 20 14 18 16 24 31 +008075 29 15 11 20 15 19 19 21 14 10 18 20 28 28 +008076 31 11 28 18 11 17 20 18 17 16 23 27 29 +008077 29 19 15 17 18 24 14 21 18 19 18 27 27 +008078 31 16 10 17 29 22 16 12 13 12 12 11 27 30 +008079 29 16 27 14 12 12 25 16 12 9 13 12 32 29 +008080 31 13 12 16 15 17 25 22 4 16 11 17 12 18 30 31 +008081 29 24 18 18 17 17 24 15 13 19 16 14 17 10 15 13 23 12 13 36 29 +008082 29 20 18 11 16 16 16 17 18 24 27 +008083 31 18 16 25 15 17 15 13 11 23 19 21 15 15 20 14 13 17 15 13 15 34 28 +008084 34 10 11 18 30 8 15 20 21 16 13 31 8 18 13 17 23 17 16 13 11 16 19 30 29 +008085 35 10 9 18 18 16 15 19 26 24 17 19 31 19 16 27 3 16 13 15 13 19 28 37 +008086 34 15 16 16 24 18 21 25 21 21 17 13 17 16 20 15 20 11 15 17 31 32 +008087 37 19 12 18 25 15 14 14 16 13 11 8 20 28 11 17 20 17 13 10 19 29 33 +008088 39 16 14 10 14 16 26 17 21 18 16 18 17 14 12 16 12 21 8 18 21 29 29 +008089 35 20 16 8 20 16 18 13 14 18 14 18 11 23 18 21 14 14 18 19 28 36 +008090 35 17 15 20 29 7 14 16 21 17 4 12 14 18 26 24 12 21 22 16 14 20 20 13 12 22 24 17 10 17 24 31 +008091 32 13 14 22 28 10 14 14 22 18 19 22 21 31 6 15 13 19 25 18 13 11 18 26 16 20 17 13 9 21 30 30 +008092 33 12 29 13 15 16 18 28 15 11 17 9 19 20 16 16 32 31 +008093 36 12 13 19 21 19 24 17 13 20 13 16 14 15 7 11 13 17 17 28 31 +008094 36 15 22 15 30 19 14 19 15 14 18 11 21 20 19 26 13 19 14 14 23 18 20 11 12 16 18 8 18 27 33 +008095 30 16 12 22 18 18 17 14 9 31 30 +008096 31 16 9 9 19 15 17 18 25 7 16 12 20 14 6 17 16 14 16 27 30 +008097 30 17 32 8 14 15 14 17 11 14 19 32 32 +008098 31 12 15 9 19 27 13 15 12 19 9 31 30 +008099 34 22 13 10 16 14 17 23 16 14 11 14 20 31 25 21 14 12 17 24 10 14 13 13 23 21 20 32 +008100 28 22 24 6 23 14 15 18 17 14 15 21 23 11 16 14 21 20 8 17 19 20 25 31 +008101 36 17 19 19 13 19 22 17 16 18 24 3 22 25 18 16 13 15 19 30 32 +008102 37 14 15 16 25 6 17 21 19 13 17 17 13 18 29 15 19 11 19 23 15 14 26 17 18 14 11 14 17 33 33 +008103 34 17 18 27 12 19 16 20 15 13 20 18 11 15 20 19 19 18 24 20 15 15 15 18 26 33 +008104 33 22 28 10 18 24 18 13 14 15 22 20 4 19 17 17 17 14 18 23 29 +008105 30 26 20 17 20 28 11 31 25 3 14 18 17 16 25 19 17 11 18 15 36 29 +008106 29 19 14 17 26 11 24 22 18 29 6 13 19 16 14 15 15 13 24 14 10 17 26 31 +008107 27 19 16 16 20 26 12 16 15 17 16 11 19 18 23 11 11 14 16 17 30 30 +008108 29 15 18 16 15 11 20 17 7 16 14 14 25 5 16 17 17 12 17 29 32 +008109 28 17 11 15 20 26 16 14 25 17 14 20 7 17 18 11 13 16 18 9 19 26 31 +008110 32 12 20 14 15 21 12 19 20 14 18 25 16 14 18 17 17 3 14 13 15 31 31 +008111 34 16 13 15 22 23 21 17 16 14 20 24 13 8 12 14 16 18 22 25 31 +008112 30 23 26 20 14 15 19 16 10 10 16 18 20 3 33 10 15 17 13 29 31 +008113 30 19 19 17 16 10 15 12 16 30 19 15 17 17 11 20 17 13 22 24 33 +008114 33 13 19 17 16 15 8 20 24 12 17 15 23 21 15 11 19 9 27 34 +008115 29 15 11 8 17 23 6 13 16 16 9 20 13 16 14 16 18 21 29 +008116 31 22 21 18 16 12 27 12 12 20 21 15 16 21 16 15 16 15 28 28 +008117 38 18 15 18 14 17 17 26 11 23 13 18 18 17 18 24 15 18 28 30 +008118 33 10 11 15 13 18 17 17 17 11 21 13 22 19 15 7 22 37 27 +008119 32 15 32 16 14 17 25 16 15 13 23 24 14 21 18 17 16 17 27 30 +008120 31 25 23 22 10 14 15 14 11 18 21 21 15 27 4 12 14 15 13 25 33 +008121 25 20 17 14 21 25 24 10 14 14 17 19 9 24 18 16 11 14 16 17 18 25 27 +008122 32 18 32 13 15 18 24 20 16 11 17 29 13 12 22 17 22 12 17 29 31 +008123 30 16 13 12 17 35 8 19 11 21 24 19 14 11 17 20 16 17 12 29 31 +008124 32 24 24 17 16 9 18 17 34 16 19 19 15 18 14 6 21 30 30 +008125 32 18 13 17 20 12 19 21 14 14 21 24 9 18 16 20 16 19 26 32 +008126 31 20 21 14 13 17 23 11 10 12 22 11 11 10 20 12 8 19 29 29 +008127 34 17 13 13 28 24 17 13 15 21 26 12 18 17 14 18 27 30 +008128 33 13 29 14 15 13 9 16 23 12 15 22 24 16 16 15 21 18 11 14 22 27 22 26 15 21 11 21 27 34 +008129 35 12 14 17 28 15 11 24 17 17 15 14 8 18 17 17 27 19 20 24 13 16 15 28 28 +008130 34 23 13 17 14 9 21 21 23 17 10 33 31 23 27 15 17 17 19 15 8 16 12 17 15 13 22 23 28 +008131 35 19 28 11 10 15 20 18 14 14 19 22 12 22 11 17 24 9 23 20 12 16 19 22 16 4 17 20 15 24 29 +008132 28 14 15 12 12 20 16 15 24 5 16 11 15 17 15 6 10 28 30 +008133 31 12 28 19 19 24 20 16 20 11 20 10 24 31 13 16 14 17 26 18 10 13 15 19 13 22 29 +008134 29 18 29 19 14 18 17 15 14 17 28 24 18 20 18 10 14 15 18 16 14 19 16 9 20 26 31 +008135 31 18 20 25 31 26 24 17 12 15 17 14 28 25 14 19 12 15 16 18 12 10 9 22 22 31 +008136 33 17 24 19 21 16 14 22 14 14 17 19 29 24 18 19 13 13 16 23 12 17 16 14 8 19 27 33 +008137 32 20 19 17 13 16 10 18 22 18 14 9 23 23 32 16 20 13 20 14 9 20 17 14 19 23 32 +008138 30 20 25 20 12 20 13 8 13 26 15 22 13 28 16 21 21 14 17 15 20 19 7 20 15 17 20 36 +008139 32 17 16 17 24 16 17 17 30 15 14 9 14 14 18 14 14 10 23 15 15 21 19 9 16 16 18 26 33 +008140 31 18 16 9 16 25 33 14 15 25 14 16 27 41 13 16 14 29 14 12 23 12 15 15 10 12 17 32 29 +008141 32 9 11 16 19 24 13 13 10 13 11 21 23 16 13 14 15 17 21 19 24 30 +008142 29 12 14 18 17 19 22 16 17 15 15 8 18 25 16 20 28 32 +008143 29 17 18 26 18 18 15 17 16 22 10 12 16 16 13 15 13 21 24 29 +008144 27 16 21 19 15 16 18 27 29 +008145 32 18 8 20 15 9 20 16 19 15 8 22 19 24 15 13 16 20 21 9 16 8 18 23 31 14 13 19 9 17 22 16 11 27 35 +008146 32 19 23 17 14 17 24 4 20 8 17 22 8 11 14 17 17 25 33 +008147 30 14 16 16 17 26 13 16 14 15 13 16 23 13 22 36 30 +008148 33 14 24 14 17 17 13 15 20 15 21 18 30 8 18 19 31 32 +008149 32 21 22 13 12 15 12 29 11 12 19 23 13 17 8 20 28 33 +008150 32 17 16 10 14 17 21 14 21 24 18 16 13 20 14 11 26 14 15 9 14 19 18 30 34 +008151 34 20 29 13 11 9 19 16 21 14 13 10 30 15 17 25 18 15 17 8 16 17 23 12 21 15 13 13 30 38 +008152 28 20 22 20 13 30 26 13 18 16 20 15 18 16 7 20 24 18 17 12 18 18 19 12 20 26 31 +008153 31 17 13 16 19 16 16 14 15 31 30 +008154 32 21 26 18 17 19 20 21 16 18 24 17 19 17 15 12 19 25 4 20 16 16 24 31 +008155 35 15 25 17 22 14 16 15 16 19 29 38 14 19 18 0 23 12 7 20 28 12 16 18 22 30 +008156 30 20 18 17 15 24 15 15 18 19 15 7 13 15 24 31 19 15 18 20 21 17 14 16 21 34 +008157 30 17 11 18 17 24 13 21 15 13 15 10 24 23 15 10 14 15 15 14 15 14 26 19 29 +008158 29 17 14 23 23 18 19 15 14 22 26 20 15 18 9 19 23 12 14 20 24 33 +008159 31 18 15 16 15 13 26 13 14 18 9 29 30 10 14 13 21 24 19 11 28 20 31 +008160 26 21 22 20 13 12 21 29 18 16 18 17 15 14 19 27 34 +008161 29 22 26 20 19 21 18 16 15 7 17 14 12 21 24 30 +008162 29 11 7 20 25 17 16 13 12 16 15 23 14 21 25 30 +008163 32 15 28 17 12 9 18 19 14 11 20 26 21 15 16 14 22 15 10 15 9 17 18 28 31 +008164 33 17 12 17 18 21 7 19 18 15 10 17 16 28 14 18 18 18 22 8 18 20 32 +008165 30 15 16 21 13 12 21 26 4 12 12 16 12 15 19 23 32 +008166 29 22 22 21 17 22 12 17 14 21 15 14 16 24 14 29 +008167 30 21 17 23 19 10 13 18 17 18 23 10 13 21 26 34 +008168 33 14 19 15 20 17 17 19 18 24 13 9 12 16 18 30 32 +008169 30 15 21 23 24 15 13 14 26 31 15 25 15 10 15 19 17 12 17 28 32 +008170 31 15 19 22 14 11 13 11 10 16 27 7 19 13 15 22 18 20 23 12 16 19 17 9 24 31 +008171 31 18 18 15 12 17 18 14 17 20 3 15 13 19 19 25 27 14 17 12 19 13 14 25 32 +008172 35 11 15 20 15 20 25 21 13 9 10 20 22 7 26 17 12 10 9 15 19 14 18 16 23 32 +008173 33 17 17 28 9 16 15 18 27 22 11 14 17 14 7 18 30 29 +008174 27 18 10 16 22 16 18 13 23 25 0 3 15 12 12 19 14 30 +008175 32 20 16 23 14 13 18 22 12 8 22 21 29 12 12 14 16 18 18 18 19 12 11 24 36 +008176 30 17 26 15 13 13 12 10 17 16 15 18 16 19 16 21 31 32 +008177 37 14 22 17 22 18 15 15 16 6 17 19 20 18 22 15 10 20 17 17 13 11 11 33 30 13 13 10 23 22 17 33 +008178 33 16 14 20 25 21 19 16 14 21 13 13 14 17 25 21 18 13 17 19 22 28 +008179 32 22 26 16 14 20 22 12 18 18 20 26 6 22 33 25 29 7 21 24 20 26 30 +008180 34 16 8 21 18 16 10 19 20 17 18 15 12 15 13 10 19 21 22 22 13 15 26 33 +008181 34 24 23 14 21 22 34 10 14 23 14 17 11 18 15 26 34 9 14 16 12 13 19 23 5 18 17 12 12 7 25 24 32 +008182 29 18 26 7 21 17 15 17 17 16 14 18 18 16 10 19 24 18 16 17 18 16 22 35 +008183 30 13 20 13 15 17 10 13 18 16 13 28 5 16 15 18 16 14 15 14 9 18 27 30 +008184 31 20 14 19 23 3 15 16 15 18 19 10 13 17 16 12 16 22 15 16 19 14 16 25 31 +008185 29 16 12 19 29 12 15 13 21 18 15 10 15 14 25 16 15 8 15 14 15 29 30 +008186 27 18 21 20 19 10 16 17 15 24 22 7 17 14 18 16 8 17 21 14 13 19 29 32 +008187 34 16 19 30 13 16 12 18 11 17 21 4 18 15 22 29 16 17 12 16 17 22 18 31 +008188 29 13 14 24 18 23 21 15 14 13 28 24 8 19 20 23 20 12 13 9 18 14 14 30 32 +008189 30 14 18 18 16 15 22 18 5 17 15 15 10 22 18 20 7 13 12 13 20 21 16 33 +008190 33 16 21 19 14 16 17 13 16 21 15 15 16 24 31 +008191 30 17 13 15 22 13 22 17 10 19 9 16 16 25 28 +008192 31 19 9 14 14 27 11 14 21 27 8 9 13 27 10 12 18 25 31 +008193 30 17 30 7 23 18 19 15 18 24 10 18 10 10 19 25 30 +008194 31 12 20 21 17 21 22 13 18 14 10 19 18 21 9 29 33 +008195 33 15 24 9 15 17 24 26 10 14 22 19 21 16 17 31 +008196 34 8 12 16 24 18 20 14 14 23 11 18 13 23 30 28 +008197 31 16 20 29 9 15 15 19 13 20 16 17 25 8 14 26 32 +008198 33 11 18 11 21 13 19 19 10 18 18 18 16 21 19 31 +008199 36 23 29 15 14 21 20 27 17 18 20 12 10 22 22 29 +008200 32 15 19 22 17 16 29 6 15 13 15 3 12 15 28 31 +008201 28 17 18 24 14 12 17 15 7 18 20 15 10 29 32 +008202 27 17 23 14 14 20 24 14 14 18 21 14 18 33 30 +008203 31 17 6 15 13 18 14 13 22 18 14 18 26 20 28 +008204 30 20 23 16 16 7 19 20 11 17 17 9 13 27 24 32 +008205 37 20 21 7 20 14 32 16 15 20 6 18 18 22 33 +008206 32 12 25 16 16 15 16 20 7 19 16 12 20 18 20 30 +008207 31 24 20 19 17 22 15 13 13 17 16 19 15 33 28 +008208 30 13 24 11 12 21 20 16 11 10 11 19 20 12 17 32 32 +008209 30 23 15 20 23 15 15 7 23 22 14 7 21 20 16 19 13 19 24 3 20 19 19 30 34 +008210 37 24 20 12 16 18 18 15 5 22 19 24 12 21 21 24 23 21 18 12 17 11 15 19 17 11 17 23 33 +008211 30 15 14 19 25 16 22 18 19 13 17 23 22 20 17 18 13 18 26 32 20 16 22 17 17 22 10 12 13 18 26 36 +008212 31 22 11 22 9 14 16 16 14 8 18 21 18 14 21 16 13 20 16 11 15 25 32 +008213 30 16 19 14 19 16 15 17 9 19 14 20 25 29 +008214 30 16 17 22 14 15 16 13 17 29 13 17 16 22 18 11 19 15 13 18 29 31 +008215 31 12 15 21 20 12 15 12 17 27 6 20 18 13 24 17 35 +008216 33 14 18 18 21 15 15 17 15 13 18 17 16 17 20 30 +008217 32 18 16 17 30 17 16 16 21 20 17 25 21 16 15 16 19 20 27 17 22 19 20 15 15 14 17 29 31 +008218 34 16 9 17 18 21 14 16 20 25 19 17 16 12 7 22 23 15 13 14 27 32 +008219 30 19 17 19 15 17 13 11 18 25 7 20 15 18 17 14 16 17 19 28 30 +008220 32 20 16 12 17 18 14 15 27 31 14 26 22 17 17 15 7 28 29 20 12 19 8 16 16 23 33 +008221 33 20 24 17 15 19 14 16 15 17 15 9 18 15 15 8 19 24 25 21 16 13 15 19 18 17 29 36 +008222 31 17 29 11 20 19 23 20 20 11 11 16 16 18 23 25 17 13 18 25 20 12 13 14 22 19 30 35 +008223 31 22 22 6 22 19 16 15 17 12 12 13 14 18 25 28 +008224 35 19 15 26 10 18 20 4 13 15 20 22 22 17 14 14 21 21 37 16 19 18 12 19 30 36 9 16 22 17 16 13 16 30 31 +008225 37 26 10 19 11 22 12 14 17 17 16 18 17 17 13 27 29 18 23 17 14 16 20 29 40 +008226 32 22 19 17 13 12 6 21 17 11 13 15 24 21 30 11 14 16 14 21 7 17 13 16 13 19 24 33 +008227 30 16 16 16 21 23 15 8 16 11 18 21 15 17 24 20 27 7 19 34 22 20 16 20 29 29 +008228 31 14 11 18 27 20 13 24 14 13 18 25 30 11 22 18 16 18 16 21 17 8 17 21 21 23 32 +008229 36 16 21 19 15 13 29 13 15 14 21 21 18 8 17 19 16 19 17 12 19 16 17 15 18 24 34 +008230 30 14 19 18 16 15 20 33 15 19 26 26 18 17 11 16 18 19 18 15 15 10 17 22 34 +008231 33 23 23 28 19 13 17 13 8 18 28 18 15 12 18 19 18 18 14 18 21 6 14 14 15 14 17 25 30 +008232 33 15 14 17 24 14 15 11 14 9 13 16 19 19 18 16 17 30 33 +008233 29 16 18 20 16 15 17 21 8 16 15 6 20 18 20 11 19 17 23 31 +008234 38 15 10 19 25 18 19 14 16 22 17 16 8 15 23 15 14 27 30 32 +008235 31 20 15 15 17 13 17 30 4 19 18 17 24 14 11 12 16 19 22 20 32 +008236 30 13 16 13 17 25 9 20 14 19 22 15 14 19 12 13 16 16 16 31 32 +008237 32 8 11 20 20 17 20 23 9 15 8 19 18 16 10 12 16 21 27 33 +008238 31 21 18 13 15 27 18 13 13 15 20 15 18 18 14 10 13 17 23 31 +008239 29 17 16 10 22 16 14 17 19 3 16 22 17 15 28 9 13 12 22 15 33 +008240 29 17 27 5 15 12 19 13 18 23 0 9 19 18 6 18 13 16 14 18 30 34 +008241 34 10 16 16 23 17 16 13 14 16 8 20 21 8 16 14 18 19 16 33 +008242 29 21 16 17 18 20 21 5 13 13 16 13 17 34 30 +008243 36 17 22 18 15 16 15 29 14 18 23 20 14 18 12 10 28 16 12 7 18 21 12 8 18 15 25 32 +008244 30 21 18 14 23 15 9 12 15 21 17 12 19 19 23 12 19 15 19 16 9 16 8 25 30 30 +008245 31 22 15 17 6 24 14 17 10 16 29 28 31 +008246 33 21 15 19 14 8 16 19 16 9 17 17 14 6 18 22 27 16 8 16 19 7 12 9 14 20 29 34 +008247 33 18 17 17 14 11 17 24 18 20 11 16 10 12 18 23 17 17 8 22 15 4 16 16 13 31 36 +008248 33 14 13 14 18 21 8 20 15 20 16 15 15 17 18 18 15 21 16 10 16 12 16 27 37 +008249 33 20 21 21 17 16 8 20 18 13 18 23 22 15 11 11 21 12 12 16 18 17 25 36 +008250 30 17 16 24 20 12 16 14 16 14 10 20 20 7 21 15 16 22 17 26 9 15 11 20 16 14 18 15 6 18 27 36 +008251 33 14 14 18 26 9 17 16 15 15 16 14 8 17 18 21 27 14 21 16 11 17 13 33 34 +008252 26 18 10 17 8 20 15 15 21 23 28 12 17 20 5 10 12 10 22 12 18 19 19 26 33 +008253 30 16 20 17 15 15 18 12 12 19 18 23 7 12 15 18 32 33 +008254 31 12 20 10 23 25 19 11 17 23 20 8 12 16 18 18 20 23 31 +008255 31 11 18 14 22 18 20 12 17 10 14 18 30 11 11 16 24 19 32 +008256 28 17 12 15 22 12 17 13 21 22 8 17 17 16 10 24 21 33 +008257 29 18 23 23 16 12 20 17 20 18 16 15 8 19 19 32 29 +008258 30 22 19 23 13 18 12 19 15 16 7 16 14 13 13 16 31 31 +008259 32 17 24 19 18 15 13 24 13 19 16 16 11 16 18 17 27 35 +008260 33 12 22 23 6 19 12 15 16 18 19 14 6 21 21 14 18 28 17 29 +008261 30 23 15 15 14 18 23 25 12 20 6 20 18 18 15 18 29 31 +008262 31 19 15 17 28 12 18 18 18 31 17 14 16 16 12 10 15 21 31 +008263 37 12 17 13 15 13 21 14 17 10 13 11 17 20 15 7 20 14 16 28 34 +008264 32 15 17 13 31 10 17 15 15 14 16 18 20 11 12 16 14 30 33 +008265 31 15 16 28 12 18 13 16 29 17 17 22 20 18 17 18 16 27 34 +008266 31 16 26 11 9 14 12 19 16 24 16 19 19 18 19 9 17 20 26 37 +008267 33 17 17 13 13 10 17 26 13 11 8 23 4 19 20 10 22 15 18 24 33 +008268 34 19 15 19 20 16 13 14 22 15 14 18 24 15 19 20 28 33 +008269 29 23 20 20 15 17 21 15 21 9 13 19 12 21 15 21 22 22 31 +008270 34 11 15 28 23 20 12 20 17 22 20 18 14 17 8 19 20 33 +008271 31 20 21 9 19 17 27 17 18 24 16 14 16 14 29 28 10 20 17 16 18 17 19 28 32 +008272 31 21 16 14 15 22 19 13 20 27 22 12 10 16 15 17 10 17 14 18 14 23 12 17 7 18 31 37 +008273 33 19 18 12 13 17 30 15 17 16 18 22 25 7 16 22 14 11 12 16 12 22 28 30 +008274 33 12 23 6 17 21 19 16 14 17 26 20 13 21 15 16 17 16 14 29 34 +008275 32 20 25 11 18 14 19 18 14 11 11 16 12 18 17 13 27 21 3 22 12 18 19 31 +008276 30 15 23 15 20 12 13 14 7 15 20 24 19 9 19 20 21 18 14 20 20 14 8 19 14 22 25 30 +008277 32 17 17 16 14 17 26 26 14 15 15 14 16 11 29 17 12 19 21 18 17 15 13 19 21 22 30 +008278 34 12 17 16 9 16 24 20 15 18 19 19 14 20 17 15 19 25 7 12 18 14 13 15 12 15 20 25 33 +008279 32 18 23 16 14 10 15 13 18 25 21 14 15 13 16 14 7 15 22 16 15 13 17 18 16 17 18 26 31 +008280 33 15 20 14 17 12 28 20 23 24 19 12 15 19 16 12 18 23 24 14 16 23 19 9 16 17 12 30 32 +008281 32 12 18 14 12 8 16 15 20 21 13 18 29 21 21 20 17 13 13 14 18 6 17 17 17 13 17 29 32 +008282 34 14 13 11 9 19 24 22 17 17 13 18 19 3 24 19 17 14 15 17 16 25 17 12 14 12 17 16 24 33 +008283 31 20 26 17 14 16 18 16 18 12 23 17 16 13 16 20 12 13 19 16 18 31 +008284 29 19 16 14 24 13 15 15 14 15 17 23 27 +008285 32 18 22 20 12 17 17 16 14 20 25 32 +008286 31 18 15 17 27 11 14 10 15 19 14 18 13 28 17 20 11 21 17 11 31 31 +008287 32 14 20 15 21 15 19 15 18 21 18 22 23 16 12 14 9 23 15 14 34 30 +008288 30 18 14 21 18 4 15 16 11 10 17 28 31 +008289 27 19 16 23 26 17 11 18 18 8 14 27 28 +008290 26 15 14 21 14 9 18 17 15 21 25 27 +008291 27 13 14 25 22 12 11 19 13 29 30 +008292 33 15 18 18 26 5 21 19 18 15 16 10 20 14 20 11 11 18 8 13 17 25 31 +008293 33 9 16 22 14 13 16 22 12 11 19 12 29 13 16 10 17 12 17 15 16 19 23 31 +008294 30 16 18 14 21 14 16 15 13 13 17 33 32 +008295 29 17 14 15 14 15 15 21 16 15 14 30 29 +008296 31 15 18 14 17 14 18 21 13 16 17 27 31 +008297 32 13 20 21 13 20 16 15 15 18 22 6 17 17 21 16 16 11 20 8 16 23 30 +008298 27 15 15 17 26 8 13 11 17 13 24 23 30 +008299 28 11 16 13 17 18 17 13 15 14 22 26 29 +008300 28 18 30 20 19 15 22 16 16 17 26 33 +008301 30 17 24 16 15 17 15 9 13 16 16 29 28 +008302 34 26 26 18 14 12 14 24 19 19 12 16 15 8 21 28 27 +008303 34 8 16 29 15 15 17 27 19 17 15 18 14 18 16 15 22 13 28 26 15 20 21 22 15 18 11 18 29 33 +008304 34 17 16 18 15 13 19 25 19 16 7 19 14 13 30 28 15 14 12 20 19 20 15 10 13 29 31 +008305 36 19 24 15 14 7 19 22 4 12 13 18 14 15 18 19 33 +008306 33 19 20 17 12 15 18 21 4 16 13 18 27 22 20 9 17 17 23 16 12 11 11 16 13 16 25 34 +008307 32 17 16 29 12 19 10 15 21 15 11 23 21 13 20 13 8 24 19 18 18 16 14 7 16 16 25 30 +008308 33 14 25 15 14 14 8 18 25 24 21 16 14 20 18 12 15 15 9 16 19 16 21 17 18 18 31 33 +008309 37 17 19 19 13 11 18 14 21 12 10 15 23 20 12 16 17 14 16 13 13 18 28 33 +008310 33 19 15 25 14 21 18 20 18 13 19 15 18 19 19 17 8 15 19 17 29 +008311 30 18 16 19 17 18 27 17 28 20 19 12 15 17 14 14 20 17 12 9 16 28 29 +008312 31 20 19 21 25 8 19 19 16 12 17 13 16 21 16 15 14 22 6 13 13 18 29 32 +008313 31 10 18 18 22 16 16 10 14 19 24 23 18 18 17 18 22 17 14 18 28 31 +008314 31 13 12 12 16 27 24 13 18 17 19 17 17 19 22 3 22 16 10 21 23 32 +008315 33 20 18 18 18 19 19 21 27 14 22 14 15 15 19 17 16 16 13 13 27 35 +008316 30 19 18 22 12 17 11 10 13 16 16 22 3 19 18 12 7 18 24 21 33 +008317 34 10 19 26 23 17 11 17 19 22 28 13 16 17 15 20 13 7 16 16 25 32 +008318 33 15 12 22 21 16 10 16 19 18 21 13 22 20 13 14 20 18 14 20 28 32 +008319 34 17 13 18 28 11 16 24 18 18 19 7 17 18 20 16 12 18 15 19 23 32 +008320 32 18 26 9 17 12 15 21 33 36 13 17 25 9 19 15 16 19 16 8 19 22 30 +008321 34 35 8 28 19 18 17 20 8 22 19 16 18 11 29 30 +008322 30 20 29 7 13 20 16 14 10 10 22 7 21 20 3 18 14 17 24 32 +008323 31 30 19 16 18 17 17 28 21 23 19 12 13 16 12 20 30 22 25 18 18 14 19 22 34 +008324 30 14 14 15 14 16 19 14 13 29 20 19 17 12 16 15 16 19 31 32 +008325 30 20 22 15 12 15 16 8 18 25 22 19 16 19 7 20 21 16 19 11 21 6 16 9 30 32 +008326 32 15 26 16 16 12 12 16 20 17 18 15 7 21 14 8 17 14 19 26 29 +008327 27 18 13 24 14 14 16 21 14 26 32 +008328 30 19 22 6 15 15 16 18 17 20 28 30 +008329 31 18 12 17 13 8 15 19 27 23 15 15 17 14 13 20 15 23 32 +008330 32 13 16 14 14 12 13 11 26 22 10 14 15 15 17 20 5 17 17 17 23 29 +008331 31 15 9 20 28 17 29 23 28 4 20 20 22 18 15 19 18 27 33 +008332 35 16 26 8 22 12 24 6 15 13 14 20 22 20 13 16 18 8 19 29 29 +008333 31 19 17 18 14 8 15 12 22 24 28 +008334 32 16 16 18 23 12 18 11 18 23 29 +008335 33 12 25 17 18 15 21 7 16 18 12 12 11 25 7 30 5 21 19 17 18 31 +008336 34 19 13 13 21 19 19 21 20 13 15 16 9 21 20 24 23 14 19 30 35 +008337 31 18 10 9 15 25 20 14 18 24 12 14 13 18 13 19 20 9 26 29 +008338 31 17 27 16 20 17 9 15 18 28 29 +008339 32 19 25 22 10 19 16 13 11 17 25 30 +008340 30 19 24 6 21 11 23 0 15 12 16 27 31 +008341 31 17 24 5 15 10 15 16 7 24 26 29 +008342 30 19 16 22 14 8 16 14 17 23 17 20 18 18 17 19 15 18 29 32 +008343 35 18 12 15 17 21 18 16 15 22 19 19 14 26 24 13 12 8 29 30 +008344 29 18 8 17 19 17 11 22 15 27 30 +008345 34 8 15 16 14 9 17 16 16 14 23 29 +008346 33 20 19 12 25 20 13 18 20 30 32 +008347 29 16 15 14 19 7 19 19 16 26 29 +008348 30 15 17 15 17 17 8 22 16 29 34 +008349 32 17 6 24 17 10 15 11 24 26 31 +008350 28 16 30 5 15 13 18 18 23 20 28 +008351 31 9 16 11 11 18 14 22 8 14 11 31 28 +008352 31 22 16 13 8 17 23 11 14 15 18 9 17 13 17 7 14 19 17 23 33 +008353 28 16 14 18 16 16 14 16 24 21 31 +008354 32 17 10 21 20 9 24 12 14 19 18 16 15 26 6 16 16 16 15 20 25 32 +008355 31 15 21 18 22 9 9 13 12 13 33 31 +008356 31 15 16 21 14 15 27 17 19 11 12 18 13 15 12 12 14 15 31 30 +008357 32 18 22 16 16 17 15 7 19 34 28 +008358 29 16 15 22 21 3 22 12 18 21 30 +008359 28 13 20 15 19 19 16 13 15 19 22 31 +008360 29 13 18 21 19 18 22 13 15 21 35 +008361 35 20 16 14 17 14 14 14 27 21 17 21 15 18 18 21 17 13 20 31 37 +008362 29 13 14 15 27 18 20 11 17 32 28 +008363 30 18 14 18 22 11 13 15 11 15 28 29 +008364 26 18 15 16 19 14 17 19 10 24 28 +008365 26 14 12 11 15 20 13 17 13 6 27 26 +008366 28 23 19 13 11 15 20 18 18 31 30 +008367 32 15 15 24 17 15 21 15 20 30 30 +008368 31 10 18 18 19 20 11 12 19 17 22 30 +008369 31 22 24 4 17 18 17 11 15 16 28 29 +008370 32 18 18 20 16 13 14 19 14 27 17 21 13 17 20 14 16 18 16 26 30 +008371 29 11 15 18 19 13 11 14 13 12 21 24 30 +008372 28 17 24 21 12 13 13 26 17 15 20 0 9 16 24 10 17 16 8 20 29 29 +008373 30 14 26 14 26 19 14 10 18 21 26 15 14 11 13 27 18 14 14 16 25 31 +008374 28 17 18 22 12 13 18 23 13 25 30 +008375 37 14 15 17 17 21 29 16 27 13 17 17 29 20 14 21 18 17 15 28 33 +008376 29 20 13 18 19 13 18 11 16 25 29 +008377 29 19 18 6 21 16 9 13 15 15 9 22 23 30 +008378 34 18 22 22 4 18 11 14 12 16 25 26 16 13 6 21 26 11 15 17 8 16 26 19 13 12 21 17 16 11 18 16 23 33 +008379 29 28 20 13 17 13 28 8 15 18 16 17 10 27 42 21 23 9 17 22 17 22 7 19 16 15 13 16 24 22 33 +008380 31 27 23 18 15 15 19 17 27 31 18 19 19 15 17 23 24 23 15 21 13 12 17 17 9 15 11 17 28 33 +008381 29 15 15 21 14 12 11 14 17 21 20 12 17 15 17 14 19 11 20 19 17 30 +008382 31 18 15 16 13 18 17 22 22 15 22 27 10 19 15 12 18 14 9 25 27 24 16 15 15 16 18 25 28 10 12 17 17 10 29 31 +008383 34 20 28 15 14 10 17 20 27 18 21 29 15 14 15 14 20 24 32 +008384 36 26 15 20 9 29 16 10 12 15 12 21 19 20 21 20 17 17 19 19 16 7 16 13 17 22 34 +008385 29 15 27 5 15 11 17 18 12 16 16 20 33 11 18 11 18 20 25 13 7 25 10 11 15 14 29 31 +008386 31 13 15 20 14 19 18 9 24 12 15 7 15 19 8 20 30 +008387 32 13 22 16 9 10 20 0 27 19 24 15 12 16 21 18 31 +008388 29 19 10 23 12 19 25 3 11 20 15 7 19 21 26 33 +008389 30 14 26 13 11 18 22 19 4 19 19 11 11 15 17 29 31 +008390 34 16 16 18 15 13 28 21 16 19 16 16 24 33 9 17 19 12 13 18 28 21 15 27 0 15 14 26 35 +008391 32 11 19 14 15 8 17 23 24 9 19 11 20 28 17 19 16 18 13 8 18 22 8 17 14 21 20 33 +008392 28 15 17 19 22 15 20 20 15 13 23 15 13 13 16 16 18 16 20 31 34 +008393 34 11 25 13 17 18 20 17 15 7 19 28 33 20 15 17 18 10 14 14 16 20 22 33 +008394 31 17 17 16 20 13 13 17 15 17 14 18 28 16 13 24 16 17 7 9 17 22 32 32 +008395 28 14 16 11 24 16 12 13 17 12 18 24 20 17 15 12 23 19 10 9 14 17 17 31 30 +008396 30 17 27 11 20 19 14 18 20 20 17 11 16 26 21 17 16 19 16 17 20 11 23 18 29 +008397 39 17 17 20 16 14 8 11 20 21 8 16 18 23 19 17 19 29 16 18 8 22 19 18 23 35 +008398 29 17 14 21 21 18 13 14 6 26 16 23 13 9 20 19 7 22 20 0 16 8 18 24 32 +008399 32 16 12 12 11 10 21 14 18 17 19 21 29 +008400 29 19 25 9 15 15 20 21 19 16 14 23 22 29 +008401 32 15 14 20 28 12 15 25 14 14 11 19 30 32 +008402 30 23 29 19 15 16 16 21 19 15 17 8 18 27 3 15 16 20 16 7 16 20 18 31 +008403 34 18 27 20 17 16 15 13 19 18 14 13 14 17 28 16 15 15 13 17 18 26 42 +008404 36 14 13 18 25 0 16 18 13 13 13 17 26 31 15 13 19 22 7 8 11 16 15 27 33 +008405 32 18 25 17 21 16 16 13 17 24 4 22 21 21 4 21 14 18 25 18 14 19 24 8 19 12 19 25 31 +008406 33 17 16 22 22 23 19 19 15 8 20 17 16 21 21 20 20 16 17 18 16 17 12 18 14 18 19 34 +008407 27 19 15 27 17 23 9 22 19 29 16 20 12 13 13 21 13 14 16 16 25 33 +008408 34 18 23 19 15 15 24 19 17 14 22 19 15 18 17 25 38 18 19 26 25 12 22 17 12 24 25 35 +008409 33 17 20 19 14 23 24 7 12 13 14 17 16 19 15 21 18 9 11 13 25 23 15 14 23 17 15 29 35 +008410 32 15 16 9 12 9 17 25 31 22 20 17 13 17 14 17 10 12 21 22 23 15 19 20 8 13 15 11 17 24 35 +008411 30 19 18 14 19 23 28 19 32 17 19 7 19 19 14 18 21 26 21 14 15 17 17 8 15 17 16 30 34 +008412 30 12 17 16 18 13 25 21 30 +008413 30 20 19 14 17 28 28 13 17 28 16 14 15 15 15 20 17 13 20 15 18 9 22 25 31 +008414 29 14 10 19 17 15 17 26 21 14 13 10 16 18 4 15 13 16 18 18 25 20 18 15 17 19 19 29 +008415 33 21 14 17 14 29 14 16 13 15 19 22 25 17 15 16 15 16 14 19 18 20 14 16 18 9 23 21 31 +008416 33 21 26 11 13 12 15 14 20 23 28 15 20 23 19 17 13 17 18 9 17 20 34 +008417 30 17 24 22 15 16 13 14 29 13 26 4 19 19 18 19 12 15 26 35 +008418 30 12 22 13 16 16 19 16 14 12 13 17 20 13 18 16 23 33 +008419 36 28 22 22 21 12 14 17 26 15 16 17 17 15 19 22 23 34 +008420 30 17 13 22 24 3 19 19 14 20 24 6 13 20 31 33 +008421 28 20 17 13 19 24 16 20 10 15 17 17 22 16 32 +008422 34 25 25 16 22 8 17 18 12 13 13 18 31 29 +008423 32 24 20 14 17 26 16 17 19 10 10 13 16 26 33 +008424 34 15 13 18 18 12 18 19 8 17 8 17 19 11 18 27 7 17 18 17 16 12 10 14 14 25 33 +008425 27 18 16 26 24 22 14 14 11 18 17 17 18 32 +008426 28 19 21 13 11 15 30 11 14 18 15 16 17 23 31 +008427 35 22 17 19 15 14 14 15 15 17 15 8 13 15 8 16 17 20 24 21 13 7 18 15 17 22 31 +008428 29 14 10 20 17 22 18 28 14 17 14 15 18 21 18 15 15 11 20 15 10 12 15 25 25 37 +008429 32 12 12 14 13 20 13 19 19 16 13 16 17 25 31 +008430 31 20 12 12 6 16 26 13 16 18 21 27 18 15 19 24 14 11 11 16 19 21 18 16 13 23 28 +008431 33 17 18 27 14 15 16 16 13 15 16 12 17 22 19 13 10 15 21 24 8 17 19 17 16 13 13 30 35 +008432 28 16 15 29 7 16 18 16 17 16 17 18 28 32 +008433 33 15 15 15 13 15 21 11 12 13 12 19 25 26 11 11 13 20 21 20 20 9 25 3 15 13 16 17 20 30 +008434 33 12 18 17 23 16 14 15 18 14 7 20 23 18 14 14 20 15 19 18 15 11 16 15 19 22 34 +008435 30 16 15 17 24 14 16 24 14 14 16 21 28 31 +008436 32 14 28 16 10 14 18 27 10 10 16 13 12 17 22 27 17 20 12 21 20 17 9 24 12 16 19 27 34 +008437 30 17 13 17 28 4 16 11 13 15 7 19 18 15 26 32 +008438 28 14 18 17 19 21 21 16 21 12 15 16 26 29 +008439 30 14 14 12 16 20 9 13 10 16 14 17 24 26 29 +008440 29 14 8 18 18 12 17 23 12 20 12 12 22 22 31 +008441 35 15 23 4 21 15 9 15 15 21 17 17 18 30 32 +008442 29 18 19 17 21 13 16 10 20 17 13 19 18 30 +008443 32 16 15 21 21 22 17 24 18 20 16 16 25 31 +008444 30 14 16 14 17 28 19 21 16 20 18 8 16 15 25 20 14 14 13 20 26 16 16 15 14 8 15 16 25 35 +008445 33 12 12 11 25 19 19 15 23 17 14 15 20 13 17 18 24 18 16 13 14 17 17 26 33 +008446 30 12 24 18 19 19 18 12 16 11 16 8 28 11 15 11 23 15 15 14 19 12 12 16 16 19 22 37 +008447 30 23 15 11 10 19 14 25 14 15 12 13 13 21 16 4 17 15 19 24 27 16 17 17 16 13 16 24 35 +008448 29 16 17 20 23 24 21 22 28 33 +008449 29 20 17 16 15 20 9 20 20 17 30 +008450 29 16 19 14 16 14 16 16 11 18 18 28 34 +008451 31 16 10 21 26 16 16 16 13 20 18 21 19 30 +008452 30 23 25 14 15 16 18 10 10 15 10 14 28 30 +008453 30 12 7 28 19 19 13 14 10 17 17 17 26 31 +008454 27 18 26 16 14 19 22 13 17 17 15 17 29 29 +008455 31 12 20 16 18 14 21 15 16 10 15 14 15 21 39 +008456 28 18 15 21 19 25 24 19 12 17 18 31 29 +008457 29 21 20 28 16 10 21 14 17 10 18 15 29 31 +008458 31 19 19 17 10 24 23 15 14 23 10 16 16 8 17 12 17 26 24 10 16 8 13 16 15 21 17 32 +008459 29 17 16 16 25 5 13 12 15 22 15 17 25 18 11 17 13 18 24 34 +008460 28 22 19 17 10 22 21 31 +008461 33 23 14 21 19 13 18 16 22 12 15 12 17 29 40 18 26 17 10 12 22 18 15 13 17 19 9 25 34 +008462 32 17 25 17 24 15 9 12 9 17 23 22 30 19 19 9 20 23 5 14 12 16 9 18 22 34 +008463 34 15 18 18 8 24 20 17 18 16 15 24 16 12 22 20 31 +008464 36 23 22 8 19 27 29 4 19 14 17 19 24 19 16 30 17 19 29 2 19 15 11 21 16 15 24 18 14 11 14 19 29 33 +008465 31 18 19 12 15 18 21 20 18 6 15 13 19 19 15 9 18 10 13 14 18 23 11 20 17 19 20 32 +008466 30 18 11 16 9 11 20 29 24 18 17 17 13 14 24 32 20 20 23 25 9 10 12 14 22 27 31 +008467 28 18 20 18 16 17 23 14 17 17 16 10 18 19 17 18 12 20 16 19 15 17 15 19 35 +008468 30 14 17 17 19 15 19 14 15 22 9 20 18 13 12 27 25 17 20 19 13 14 21 19 34 +008469 33 13 21 17 12 18 21 14 14 18 25 18 15 17 15 12 21 17 15 14 12 16 13 24 29 +008470 31 24 14 21 24 10 15 17 17 17 21 24 31 16 15 5 19 14 16 17 18 16 20 17 18 31 +008471 33 20 20 17 20 18 17 16 13 14 26 11 15 11 18 17 17 12 9 11 18 14 21 12 31 29 +008472 36 16 16 20 23 15 18 15 18 13 15 9 18 25 20 16 19 23 23 13 21 19 13 17 26 35 +008473 33 18 21 12 12 19 23 13 20 23 24 14 12 17 23 16 17 20 24 18 8 11 19 24 33 +008474 32 20 18 23 14 16 14 8 18 27 16 18 24 14 14 17 18 24 22 15 14 19 19 15 18 23 32 +008475 30 16 12 20 24 19 16 16 16 23 13 17 12 18 15 14 12 20 19 25 20 18 21 33 +008476 37 14 30 13 21 12 16 10 27 3 18 17 23 9 18 27 9 20 28 22 20 17 18 17 13 14 30 31 +008477 30 18 14 26 4 18 18 21 18 17 15 8 20 18 12 20 22 9 7 14 17 17 14 30 30 +008478 32 17 25 13 12 13 19 25 8 21 16 17 20 24 4 18 13 20 19 11 19 16 6 22 27 35 +008479 30 21 21 18 12 24 21 18 13 10 16 17 17 18 13 18 6 20 14 18 26 36 +008480 34 22 13 21 15 12 12 20 34 13 11 18 3 23 18 17 13 17 8 17 21 25 32 +008481 32 25 21 14 18 20 23 4 18 16 11 19 20 17 15 23 19 15 16 29 32 +008482 36 29 18 22 17 12 18 16 13 17 11 15 22 21 13 17 20 23 15 18 20 22 14 17 30 33 +008483 31 16 19 17 17 26 17 15 23 18 17 22 25 23 21 17 12 14 14 15 14 23 20 20 19 14 16 17 15 20 36 +008484 32 25 23 23 24 22 14 17 12 21 18 19 16 26 26 12 15 12 23 18 15 12 16 19 22 36 +008485 32 24 15 13 17 19 14 17 19 15 13 9 21 22 12 23 18 12 21 26 33 +008486 35 13 17 15 22 13 17 22 14 12 19 19 13 8 24 21 5 17 16 15 28 32 +008487 24 13 21 22 18 16 18 21 17 31 17 14 17 16 24 7 16 17 23 4 19 20 23 10 15 12 10 8 17 17 24 28 +008488 31 19 17 17 14 19 7 19 20 10 15 19 14 18 14 27 33 +008489 31 22 23 22 18 14 15 15 6 18 18 23 18 14 16 31 32 +008490 31 20 16 15 16 15 11 11 26 28 10 21 14 16 18 11 24 14 18 13 14 11 24 14 10 14 15 11 7 24 20 32 +008491 29 20 19 13 13 19 15 14 20 18 16 16 9 19 24 23 16 24 21 15 12 15 15 14 14 21 25 32 +008492 35 21 28 16 18 17 19 16 15 14 15 27 15 18 12 10 11 20 26 14 15 17 14 8 15 20 23 29 +008493 31 18 15 27 9 17 14 18 22 10 10 17 15 13 12 9 17 8 18 19 4 13 12 11 18 15 10 19 25 37 +008494 36 18 18 13 19 22 17 15 18 16 20 13 15 13 16 26 10 10 20 18 19 29 21 22 18 13 17 26 33 +008495 30 17 16 17 20 3 16 18 18 14 20 18 6 21 18 17 30 32 +008496 30 16 9 19 21 15 21 20 19 15 17 20 5 16 13 9 34 31 +008497 29 12 14 11 14 18 15 13 10 17 17 6 14 12 16 18 22 31 +008498 30 15 16 15 23 14 11 12 19 25 25 20 18 15 15 30 29 +008499 32 14 16 16 22 19 15 18 23 13 13 21 15 11 18 32 31 +008500 33 13 15 13 14 18 22 24 20 18 15 17 15 14 23 11 16 21 17 14 16 16 26 33 +008501 32 14 16 12 24 12 15 12 13 15 29 9 17 14 18 17 16 4 14 20 15 17 11 17 8 18 22 32 +008502 32 22 17 13 12 18 27 19 19 18 29 28 16 10 17 18 16 8 21 23 16 14 19 15 20 24 31 +008503 32 20 16 13 16 22 17 14 14 15 8 10 17 15 8 19 28 14 23 24 13 20 16 30 30 +008504 28 11 15 12 28 10 16 25 14 14 20 16 19 18 14 21 28 17 21 22 32 +008505 31 11 14 16 11 31 6 22 18 15 12 11 17 17 14 21 17 16 10 7 21 28 33 +008506 27 17 31 10 21 13 17 31 16 9 10 20 21 18 20 15 14 18 23 30 +008507 29 10 14 8 13 18 18 17 22 21 13 18 26 7 11 13 17 27 30 +008508 29 27 19 16 9 13 18 18 22 24 20 22 13 18 17 9 15 15 16 18 15 22 27 +008509 29 10 13 12 15 17 9 24 14 28 10 24 9 14 12 13 16 19 18 30 +008510 31 17 15 20 18 14 18 27 8 18 17 16 19 13 16 17 29 +008511 28 22 25 4 21 13 8 16 17 24 15 18 21 22 20 29 27 +008512 28 21 13 9 20 19 26 13 13 16 8 11 13 30 32 +008513 29 16 13 10 13 21 26 20 20 23 19 14 8 14 18 28 29 +008514 30 15 18 14 10 17 10 7 20 22 18 16 15 20 22 28 +008515 27 16 15 17 21 24 17 12 19 17 14 11 9 19 26 30 +008516 30 13 25 14 14 17 12 11 9 19 20 20 10 12 17 27 32 +008517 29 21 23 13 12 18 19 22 13 23 14 16 22 30 29 +008518 30 20 29 17 12 19 24 15 14 12 16 14 14 9 29 0 31 +008519 29 17 17 13 23 25 16 17 20 13 14 16 16 14 25 29 +008520 32 10 20 20 15 13 10 15 18 15 17 25 12 18 27 28 +008521 27 24 25 12 14 15 18 13 11 14 21 16 13 12 17 23 28 +008522 28 24 20 11 19 15 17 13 15 20 21 16 22 27 27 +008523 32 16 19 15 13 12 26 10 15 22 15 20 17 13 17 18 30 30 +008524 33 12 13 8 28 8 17 16 15 11 19 23 23 13 19 30 30 +008525 30 9 11 17 14 21 22 5 20 14 25 11 11 12 20 26 29 +008526 29 16 24 18 17 17 23 16 19 20 15 12 15 18 28 27 +008527 31 13 18 17 12 19 14 11 14 19 9 12 17 16 29 27 +008528 31 18 17 11 7 17 27 4 17 11 13 15 17 7 20 23 20 17 13 15 10 16 23 18 10 23 17 14 12 16 28 30 +008529 31 17 18 20 21 14 17 17 9 23 8 15 11 15 20 24 13 23 16 14 8 18 25 16 17 9 15 13 26 31 +008530 28 20 18 15 15 7 27 20 17 16 16 13 5 31 29 9 12 19 21 0 20 9 25 11 15 10 16 18 20 29 31 +008531 27 16 9 17 17 12 21 19 17 11 18 14 8 13 17 14 15 20 22 16 19 14 18 28 30 +008532 30 17 17 17 12 19 20 26 19 19 14 16 14 20 13 18 11 16 19 18 6 21 14 18 24 31 +008533 27 19 12 22 20 10 22 22 22 16 14 18 14 8 13 16 25 8 13 17 15 16 7 13 18 23 29 +008534 27 18 25 10 26 21 16 23 17 20 14 21 16 14 17 15 15 16 24 30 +008535 29 14 16 27 5 13 18 14 28 19 16 17 16 26 16 13 8 13 17 14 27 31 +008536 27 13 16 17 21 17 18 14 18 20 18 18 17 21 9 16 23 25 31 +008537 26 18 18 11 15 16 22 11 19 14 18 15 11 17 11 9 17 26 28 +008538 31 18 25 18 17 14 26 15 18 15 20 18 27 21 21 13 25 23 33 +008539 27 13 10 27 10 20 13 8 19 22 8 13 13 12 9 14 9 18 18 21 28 +008540 30 24 17 17 17 8 29 12 14 13 13 19 21 16 13 13 11 28 31 +008541 27 20 14 6 15 20 28 6 9 18 12 8 15 26 11 17 12 21 28 29 +008542 30 18 18 18 11 22 23 11 25 17 16 15 16 10 9 16 22 30 28 +008543 32 16 22 14 12 19 20 23 15 20 19 13 17 12 23 18 20 25 30 +008544 29 20 26 14 17 17 7 17 28 13 15 10 11 15 17 13 9 20 15 15 9 19 23 17 13 19 16 20 26 33 +008545 28 15 22 5 11 17 20 13 17 13 14 12 15 20 15 11 8 19 26 29 +008546 29 36 13 35 17 20 11 14 25 22 18 13 15 20 10 13 19 21 30 +008547 28 17 14 21 15 14 16 15 15 16 21 11 17 16 11 12 16 30 28 +008548 35 20 17 18 23 24 20 25 20 17 14 16 12 17 9 11 19 27 30 +008549 31 15 13 16 28 16 18 17 19 16 16 20 11 11 20 17 14 16 29 28 +008550 34 21 22 14 19 11 18 15 19 26 5 18 14 16 16 18 16 29 29 +008551 31 22 12 17 21 13 14 19 26 16 17 17 17 9 9 18 28 18 16 18 25 30 +008552 30 19 23 25 13 15 21 16 18 15 17 7 8 20 16 17 23 16 13 20 23 32 +008553 27 19 14 16 17 10 11 14 15 17 24 9 15 20 15 13 17 20 17 15 15 24 27 +008554 28 16 10 20 17 18 17 16 16 26 0 19 27 17 16 16 22 14 12 13 20 22 31 +008555 31 16 17 15 22 13 16 11 20 19 17 17 9 20 23 15 20 16 18 27 32 +008556 29 14 18 18 26 6 16 17 26 18 9 19 16 16 12 16 27 20 20 19 13 16 24 30 +008557 31 23 22 13 20 28 13 10 16 21 21 9 15 12 15 16 13 8 16 12 17 28 30 +008558 29 23 23 15 15 17 12 23 25 36 17 13 19 26 4 19 11 16 14 19 25 31 +008559 27 17 14 21 16 14 17 12 17 11 12 10 16 22 12 14 15 18 10 25 31 +008560 30 10 17 9 17 17 19 13 17 21 17 5 20 12 17 14 18 21 13 16 12 19 15 27 +008561 34 17 17 6 18 15 21 15 16 19 25 27 13 23 18 16 13 15 16 18 19 17 8 20 24 31 +008562 32 15 24 6 9 9 14 18 16 14 22 12 13 17 20 22 21 17 14 14 20 6 11 11 14 10 17 23 35 +008563 33 23 14 24 24 17 19 25 4 13 16 14 16 8 16 15 19 16 15 12 15 16 16 33 32 +008564 30 15 15 17 20 16 13 16 15 21 21 30 +008565 28 19 19 14 13 17 22 4 19 9 18 20 19 18 18 17 22 23 22 18 26 32 +008566 29 22 20 14 13 10 15 17 25 22 10 21 16 11 8 19 24 6 24 17 14 15 14 14 32 32 +008567 30 17 14 13 14 13 17 28 12 11 19 22 19 15 20 15 17 14 15 9 19 21 14 16 19 16 15 16 14 23 30 +008568 28 20 12 17 18 23 19 13 12 17 18 10 21 27 20 12 18 26 10 13 16 19 18 8 20 25 31 +008569 32 17 17 17 26 8 13 14 14 17 12 11 12 24 17 14 13 15 16 19 20 14 9 16 17 12 24 29 +008570 32 14 17 22 16 16 13 13 14 18 19 12 18 11 15 15 15 15 15 18 10 13 27 28 +008571 28 21 28 6 15 16 18 14 20 12 20 22 16 29 30 +008572 30 11 10 15 20 20 28 14 21 10 18 18 17 16 28 35 +008573 28 19 24 28 21 24 12 17 18 22 5 21 15 15 16 18 31 32 +008574 27 15 16 14 17 22 12 20 15 22 17 17 22 13 9 15 16 14 14 18 10 23 27 32 +008575 26 19 17 20 14 17 14 13 16 21 6 24 14 17 19 25 22 16 16 18 17 28 30 +008576 29 21 11 23 20 17 17 17 14 16 22 8 17 17 13 12 17 21 8 19 11 20 23 36 +008577 33 16 19 15 23 9 14 15 16 24 22 18 11 15 21 14 12 18 17 12 16 23 35 +008578 30 13 31 16 16 11 13 15 14 23 4 22 14 10 19 17 20 24 17 13 20 23 28 +008579 32 18 19 21 18 15 18 14 18 20 20 18 16 20 13 12 13 15 14 26 31 +008580 29 15 18 12 16 18 15 19 17 20 15 17 11 21 22 24 19 16 24 32 +008581 29 15 8 16 20 19 12 11 16 12 15 25 9 18 19 15 17 12 18 30 29 +008582 27 19 23 4 17 11 16 15 10 13 15 24 16 14 9 9 18 21 15 13 13 14 24 31 +008583 34 17 13 10 13 15 19 27 17 17 20 22 18 13 12 15 12 19 26 33 +008584 31 14 11 19 15 15 22 18 23 6 20 19 17 15 17 13 15 15 16 26 29 +008585 29 25 12 12 13 25 18 9 16 22 12 16 16 20 11 18 19 18 15 10 17 29 31 +008586 29 16 27 24 11 18 17 21 22 17 15 25 19 15 13 17 15 15 17 21 32 +008587 32 12 11 21 16 15 15 16 11 10 10 16 16 6 17 9 18 14 13 9 26 30 +008588 29 13 17 14 8 16 11 15 25 17 17 8 17 9 9 16 24 10 10 16 17 24 32 +008589 29 22 11 20 25 13 19 12 15 14 15 18 21 20 19 28 17 18 24 29 +008590 32 19 25 6 21 24 14 21 14 15 16 8 21 17 5 20 16 14 12 17 25 32 +008591 29 18 17 23 15 19 21 19 18 20 15 26 13 17 24 16 13 12 17 27 30 +008592 27 16 15 10 29 14 12 17 14 14 19 16 26 17 12 16 17 27 29 +008593 29 15 11 22 22 19 17 16 18 18 16 18 21 19 19 20 19 15 14 32 31 +008594 33 18 18 18 24 16 17 14 23 15 16 15 26 18 22 24 14 11 12 23 25 30 +008595 29 18 16 18 8 16 14 13 14 17 27 26 16 20 11 17 24 4 16 13 15 11 28 33 +008596 35 19 13 18 7 13 12 13 16 26 24 12 16 14 24 14 21 4 17 12 22 15 15 24 31 +008597 29 13 19 14 21 13 16 26 7 24 24 27 21 19 18 14 14 14 24 18 19 16 12 19 24 33 +008598 29 27 11 14 16 19 15 11 16 13 16 26 25 16 14 13 13 20 18 12 19 18 17 25 30 +008599 31 17 15 20 21 14 14 11 20 29 24 13 10 14 11 15 11 15 24 17 16 17 18 16 24 29 +008600 31 19 17 18 12 17 22 13 12 19 15 8 13 19 19 25 26 +008601 32 22 24 21 14 17 23 14 18 18 11 13 15 15 30 19 13 17 10 12 17 17 9 17 23 31 +008602 31 21 18 21 29 21 13 14 4 27 29 23 28 12 19 21 13 14 9 9 18 27 30 +008603 32 21 17 24 18 14 21 15 18 24 23 11 12 12 16 14 18 20 15 7 18 15 18 19 28 +008604 30 18 16 16 26 14 16 12 15 10 19 26 5 23 12 29 40 17 15 16 17 14 14 19 30 +008605 33 16 15 13 13 11 19 18 21 19 19 26 12 14 11 14 14 16 20 16 13 19 14 18 24 31 +008606 27 24 13 14 9 15 28 19 22 15 16 8 17 14 19 6 21 20 14 11 14 13 25 30 +008607 27 14 15 16 15 26 11 16 11 15 12 8 16 15 23 13 20 14 15 18 18 29 +008608 29 20 14 11 9 18 28 10 12 14 17 15 18 27 30 15 15 14 11 14 21 16 17 10 16 23 24 32 +008609 30 13 28 10 23 21 19 14 19 22 14 16 14 17 24 31 16 19 18 30 0 13 16 15 18 15 31 +008610 30 25 14 16 15 16 25 23 17 14 20 11 15 11 12 7 16 10 20 22 18 13 14 19 24 17 31 +008611 31 25 22 18 18 22 7 18 15 22 35 10 11 16 14 17 25 15 22 26 13 14 9 10 17 23 12 13 15 17 23 28 +008612 32 18 20 15 14 18 18 15 11 14 16 27 36 13 14 18 23 24 23 16 19 16 16 14 16 15 13 18 24 33 +008613 31 20 17 18 16 16 15 13 15 14 17 17 22 25 16 18 15 14 24 9 14 17 20 10 18 19 31 +008614 29 28 25 6 17 12 17 14 8 15 16 17 16 21 25 11 16 17 17 15 8 19 15 13 14 16 16 23 27 +008615 27 18 18 16 16 16 10 20 25 13 21 12 6 12 16 16 20 16 19 17 18 11 21 11 20 11 25 26 +008616 33 27 14 14 12 17 24 14 13 14 17 12 31 22 17 20 20 5 16 14 17 18 20 19 15 17 22 31 +008617 29 16 16 17 24 15 13 16 23 23 15 15 17 20 18 11 23 19 22 10 10 13 16 26 5 21 15 18 25 33 +008618 31 24 25 22 17 19 15 14 18 18 17 14 14 19 28 31 +008619 33 15 14 17 20 21 19 18 17 22 27 14 16 14 17 11 16 19 26 17 18 10 11 16 12 18 23 28 +008620 28 17 16 16 14 7 20 24 3 17 13 12 11 24 21 16 17 18 29 28 +008621 32 16 16 27 13 24 18 5 10 15 16 15 15 25 15 15 25 28 +008622 31 17 24 15 19 15 15 21 19 18 19 20 8 14 14 13 18 14 15 17 21 29 +008623 31 16 17 21 11 11 8 22 18 18 29 17 19 22 20 16 13 17 13 18 19 15 17 16 19 26 31 +008624 26 19 12 15 17 24 18 12 18 14 11 12 20 25 28 +008625 29 20 16 8 12 25 13 16 12 12 18 15 22 28 +008626 30 16 17 17 11 20 13 8 15 19 22 18 25 30 +008627 27 16 11 13 10 24 9 11 12 14 11 17 23 31 28 +008628 30 13 20 18 21 15 19 16 11 10 21 23 30 +008629 29 20 17 22 15 14 13 21 26 13 19 14 13 18 17 7 17 25 16 13 13 13 14 13 16 25 31 +008630 29 23 18 15 16 15 14 6 18 24 31 4 18 13 14 14 18 27 20 20 19 14 18 13 18 30 31 +008631 29 15 21 17 14 17 24 11 15 13 20 27 18 14 24 21 8 24 20 12 17 13 11 20 27 31 +008632 30 17 13 21 21 13 12 20 23 21 13 20 15 23 15 15 15 12 10 18 22 22 11 18 24 31 +008633 30 16 24 17 17 17 14 14 14 7 18 26 19 14 16 18 11 9 19 28 13 14 19 16 25 31 +008634 28 15 30 13 16 14 18 25 18 11 10 27 20 31 +008635 30 15 15 16 10 10 16 15 19 16 23 11 17 16 12 25 19 15 17 13 13 18 14 29 31 +008636 30 16 29 14 20 15 17 15 24 13 15 14 22 23 23 4 15 17 15 12 10 17 15 19 24 36 +008637 27 21 14 15 17 23 5 22 19 18 14 9 20 14 17 16 17 16 22 31 +008638 31 14 16 21 29 13 12 11 19 32 19 11 14 20 27 10 12 13 21 27 31 +008639 30 32 18 24 15 10 12 10 11 14 16 22 11 15 24 30 +008640 26 16 18 20 28 12 16 12 11 20 17 21 30 +008641 28 18 20 19 15 14 13 12 12 16 27 18 17 14 11 17 20 17 13 20 14 18 19 4 16 9 20 15 17 28 29 +008642 28 18 19 15 10 14 14 28 11 14 12 22 20 30 +008643 30 18 23 10 11 18 16 18 14 16 15 15 22 16 22 31 13 19 16 16 10 9 29 14 30 30 +008644 30 11 12 14 14 20 24 14 10 18 12 9 19 24 16 17 20 13 13 17 26 30 +008645 30 17 25 15 11 12 9 18 20 24 7 18 15 25 13 22 11 19 20 7 24 23 17 30 +008646 32 15 14 28 18 13 13 10 12 17 28 24 18 13 22 22 15 30 29 +008647 28 8 25 20 20 22 12 16 15 9 14 13 14 13 16 17 24 22 30 +008648 29 17 16 12 16 16 18 27 34 8 11 17 20 14 25 14 20 21 13 27 25 19 28 +008649 32 14 15 13 14 28 9 20 14 14 12 29 7 20 19 20 17 17 15 17 13 16 30 30 +008650 32 19 16 9 18 24 10 19 24 23 4 12 16 15 13 20 24 33 +008651 30 13 19 21 24 16 10 16 17 15 7 17 12 20 22 27 +008652 30 17 19 21 15 13 8 17 26 23 9 16 16 16 19 26 29 +008653 29 13 16 15 20 16 15 20 18 16 29 26 +008654 30 9 22 16 20 19 12 11 12 10 28 16 10 20 15 13 18 19 16 24 13 12 21 9 15 26 32 +008655 33 12 21 18 25 7 11 13 16 20 16 18 11 12 21 23 18 20 27 19 13 22 13 20 15 7 12 32 31 +008656 26 26 13 19 18 11 11 13 24 20 19 18 25 13 15 19 25 10 19 21 12 16 12 13 9 15 27 32 +008657 31 23 15 16 24 18 13 16 9 21 22 24 30 +008658 27 17 19 15 14 20 12 14 14 18 15 27 31 +008659 28 16 9 21 21 17 16 7 16 12 15 15 22 29 +008660 29 13 14 19 24 10 9 15 18 14 15 13 20 24 30 +008661 28 20 25 14 18 12 16 24 14 8 17 20 18 29 +008662 32 14 33 12 18 11 16 17 20 17 26 19 21 14 15 25 32 20 18 21 12 9 13 16 28 31 +008663 32 11 10 25 5 18 15 13 14 13 8 18 19 21 9 15 14 8 11 18 21 40 13 17 18 18 13 17 27 31 +008664 29 17 14 19 27 5 13 19 12 15 16 20 17 19 26 17 22 25 5 22 11 12 15 24 32 +008665 27 15 12 21 16 18 23 25 18 14 13 14 20 13 11 16 23 9 17 19 12 12 27 31 +008666 28 20 16 24 28 16 12 16 17 29 4 22 21 16 26 24 17 23 20 21 12 13 19 24 31 +008667 27 24 16 20 17 12 14 13 16 20 18 14 16 15 9 16 16 18 25 30 +008668 31 17 24 7 9 15 19 15 21 20 20 16 11 19 29 22 17 20 20 22 15 14 24 17 13 14 16 26 29 +008669 31 18 21 22 16 14 14 16 23 9 16 9 15 15 23 18 13 18 23 34 16 12 13 18 20 18 12 22 29 +008670 33 9 14 17 24 15 15 21 24 19 12 23 17 12 9 18 21 18 13 7 20 18 33 +008671 28 20 27 15 12 19 23 15 15 18 16 32 30 +008672 29 23 17 21 15 20 20 18 9 20 29 29 +008673 30 22 23 13 16 14 15 17 10 19 21 22 28 +008674 29 26 25 10 14 18 15 19 16 23 14 23 31 29 +008675 29 18 15 18 20 10 11 14 16 13 15 19 20 4 20 17 15 17 17 23 23 16 18 7 18 20 31 +008676 31 9 13 19 23 17 20 12 25 17 17 19 15 15 11 23 14 14 17 20 32 +008677 33 15 30 9 9 13 13 16 17 17 12 13 17 24 17 15 13 15 12 13 9 28 28 +008678 28 21 19 16 14 13 18 16 15 12 9 19 25 24 10 17 17 16 17 16 17 15 9 14 17 20 30 29 +008679 27 18 19 19 15 15 17 12 12 16 12 17 20 21 14 25 23 19 13 19 14 15 19 14 24 27 +008680 27 22 13 16 17 16 17 14 20 28 6 17 15 18 15 18 24 33 +008681 28 22 23 15 14 17 19 17 26 30 +008682 27 22 14 23 9 15 12 11 11 22 21 14 14 13 18 16 15 32 28 +008683 29 16 20 16 18 16 8 23 28 28 +008684 30 11 15 17 17 21 23 28 +008685 29 10 18 11 24 18 16 23 26 +008686 27 18 19 23 16 9 21 27 26 +008687 29 15 23 17 18 12 7 18 12 18 20 44 15 19 15 11 27 33 +008688 29 21 14 23 14 14 11 30 29 +008689 29 15 15 18 22 20 18 24 27 26 +008690 27 17 11 9 13 18 13 19 21 29 +008691 27 15 8 17 24 4 15 14 14 18 29 +008692 26 22 19 15 16 13 19 18 31 29 +008693 27 14 10 18 18 13 19 22 29 +008694 30 12 18 13 16 14 12 19 15 27 29 +008695 29 35 18 11 16 16 18 30 31 +008696 29 14 15 17 12 8 17 27 28 +008697 30 15 15 13 13 21 22 20 24 27 +008698 26 16 16 11 23 25 26 +008699 27 16 16 21 28 11 16 26 29 +008700 27 16 23 16 12 12 16 18 18 18 29 +008701 29 12 18 18 12 11 22 22 24 29 +008702 28 14 11 18 18 17 27 28 +008703 28 15 22 22 21 12 17 26 23 29 +008704 29 24 17 12 16 14 28 29 +008705 30 16 19 20 14 23 18 21 29 +008706 29 13 16 21 14 19 16 21 28 +008707 25 28 19 23 14 9 20 25 26 +008708 27 13 15 17 17 15 17 14 31 27 +008709 27 16 15 16 14 19 15 25 28 +008710 28 20 16 17 16 12 8 21 21 29 +008711 25 19 12 25 20 19 11 17 39 29 +008712 27 20 12 15 15 10 12 18 28 29 +008713 29 16 19 23 17 22 19 27 30 +008714 32 14 35 23 27 15 14 12 19 14 15 15 25 7 10 16 22 30 33 +008715 28 27 11 21 21 16 9 12 20 18 26 17 15 14 20 17 18 31 +008716 26 18 15 21 13 16 31 29 +008717 28 19 21 13 16 12 20 11 14 12 20 16 21 11 17 19 17 18 25 31 +008718 27 18 21 13 16 15 13 21 24 29 +008719 29 15 17 11 14 10 14 19 17 27 26 +008720 27 15 8 17 22 16 12 13 17 31 28 +008721 30 12 20 16 13 16 22 23 29 +008722 29 12 19 15 15 12 15 30 29 +008723 26 15 10 17 14 19 23 23 29 +008724 26 17 18 17 30 28 +008725 26 16 16 15 16 15 27 27 +008726 26 17 20 22 21 14 15 19 25 27 +008727 25 18 15 16 20 15 15 20 26 29 +008728 30 12 18 11 15 16 17 21 28 30 +008729 29 12 23 22 14 17 13 16 34 28 +008730 28 18 23 18 19 14 8 22 32 19 14 7 14 13 11 19 30 31 +008731 32 17 29 12 13 13 20 28 14 15 20 13 15 13 9 18 28 30 13 20 20 14 13 19 14 27 31 +008732 26 15 12 20 18 14 10 19 26 30 +008733 26 23 28 20 15 15 17 28 28 +008734 25 20 17 26 17 20 15 25 28 +008735 29 13 15 11 13 16 17 15 30 28 +008736 34 14 21 17 16 16 13 23 21 19 17 13 17 9 17 15 20 30 +008737 29 15 10 21 27 11 10 14 17 17 14 15 13 13 12 19 26 30 +008738 32 17 26 7 17 27 22 16 16 25 18 39 29 +008739 29 21 18 23 23 11 18 18 18 11 21 29 +008740 28 16 15 17 29 39 21 22 4 15 15 13 22 25 18 20 13 22 22 6 25 17 16 11 19 25 32 +008741 31 20 21 13 19 14 18 10 9 22 17 10 14 12 15 18 22 22 30 +008742 32 16 18 27 19 16 15 27 17 13 10 20 9 15 9 20 23 32 +008743 29 19 19 16 14 20 22 15 19 16 20 7 18 16 15 22 17 30 +008744 28 16 18 12 20 17 18 10 24 23 19 18 19 16 16 13 11 19 13 8 22 22 31 +008745 32 15 17 28 9 16 17 13 15 17 26 6 13 17 18 19 12 10 21 13 13 17 26 30 +008746 27 13 24 20 21 24 17 22 15 15 16 16 15 16 22 26 22 18 20 14 18 19 22 30 +008747 32 18 14 18 18 26 18 18 15 19 17 13 22 23 23 13 19 13 17 15 11 16 17 33 35 +008748 29 27 16 13 19 27 11 19 9 20 12 11 9 23 23 18 15 18 19 16 21 30 +008749 30 15 17 20 12 27 5 17 19 14 13 8 19 25 23 13 12 14 17 9 17 27 30 +008750 30 19 11 10 18 19 21 5 17 14 13 15 12 17 19 24 19 13 16 13 17 7 20 19 21 30 +008751 29 11 17 14 22 21 16 22 22 9 17 17 18 11 27 28 +008752 26 16 26 16 13 11 16 16 19 15 16 15 20 26 27 +008753 28 20 18 15 14 17 29 12 12 14 17 14 19 25 29 +008754 28 16 23 14 16 15 12 11 23 18 15 15 16 28 30 +008755 29 16 24 18 9 22 19 18 18 21 15 16 19 14 26 30 +008756 29 17 26 8 17 10 21 13 18 17 17 19 16 24 29 +008757 26 18 17 14 10 16 23 18 17 21 15 18 21 28 +008758 31 15 18 20 13 15 25 5 19 13 10 16 13 25 31 +008759 28 19 11 14 19 22 14 17 20 15 11 16 18 25 28 +008760 28 22 13 14 17 31 10 20 20 17 20 15 9 19 31 30 +008761 27 15 16 15 23 19 26 7 19 18 17 15 20 23 28 +008762 33 10 17 15 16 14 26 26 9 16 16 18 21 17 20 20 19 21 6 17 25 16 15 12 12 13 11 17 25 31 +008763 28 17 16 17 23 17 13 18 21 16 18 16 30 30 +008764 27 17 13 13 24 13 16 12 20 16 18 10 19 30 29 +008765 29 17 16 8 14 16 24 22 14 21 11 17 31 30 +008766 28 18 16 22 20 12 24 29 23 16 18 18 29 28 +008767 30 25 24 18 21 17 23 7 20 14 13 17 27 22 14 15 11 13 20 13 17 18 20 29 +008768 32 13 15 19 22 14 21 18 16 14 12 17 17 6 21 18 19 20 11 18 27 31 +008769 31 20 28 17 18 14 15 18 25 19 18 17 18 13 15 12 19 22 22 16 12 22 30 +008770 31 14 11 18 21 22 19 25 15 18 16 14 27 30 +008771 27 15 10 20 21 14 16 23 15 15 16 27 29 +008772 28 16 14 15 18 21 14 13 25 21 13 11 22 23 29 +008773 26 14 10 14 8 17 15 25 16 19 24 19 14 9 19 15 10 19 24 22 16 19 16 17 14 33 31 +008774 34 9 17 12 16 19 21 7 16 15 8 17 14 20 16 15 18 21 26 18 13 13 19 22 18 11 21 24 29 +008775 31 15 16 15 27 21 19 16 27 6 11 16 17 13 14 15 7 16 13 23 24 14 13 20 21 12 11 19 31 30 +008776 32 17 25 17 14 13 15 15 28 13 15 20 23 21 18 17 20 8 18 18 19 15 16 15 18 11 6 19 31 31 +008777 28 14 18 9 20 23 15 15 18 29 20 21 11 12 16 25 7 20 16 15 14 17 15 7 14 19 24 35 +008778 30 22 20 19 12 23 23 21 17 14 14 8 9 22 23 16 15 20 22 29 +008779 36 19 20 12 20 14 9 19 25 17 15 14 19 18 14 15 11 12 14 20 25 33 +008780 28 18 16 23 17 12 21 12 16 9 13 19 22 13 22 14 10 17 21 21 31 +008781 30 21 18 21 11 20 11 19 19 24 14 25 14 15 16 12 10 22 27 28 +008782 28 19 13 14 18 23 19 17 17 16 13 15 13 9 15 16 21 22 31 +008783 29 13 16 17 24 11 14 12 14 17 14 26 8 17 18 28 18 23 22 29 +008784 29 13 19 14 12 27 4 20 17 16 14 20 14 9 22 25 25 16 20 23 31 +008785 26 21 16 15 16 19 24 29 14 24 11 14 18 24 17 14 15 15 29 29 +008786 27 15 12 15 21 15 16 20 13 11 17 11 15 16 13 15 16 22 17 29 +008787 30 24 30 4 11 13 15 13 17 25 10 12 14 18 15 10 15 16 18 30 30 +008788 29 22 26 15 16 19 23 17 18 12 12 20 24 8 24 13 18 17 28 31 +008789 31 20 19 16 11 12 16 16 24 19 17 12 20 19 13 12 13 17 21 29 +008790 29 20 26 19 13 20 21 20 22 14 14 14 17 12 16 19 15 17 17 15 27 29 +008791 29 17 16 8 16 16 22 4 16 13 12 18 28 13 15 10 16 20 15 8 31 28 +008792 27 17 22 14 13 16 16 18 18 16 17 13 17 12 9 25 21 28 30 +008793 29 21 21 17 21 16 15 17 21 12 10 20 22 23 12 16 13 17 22 30 +008794 30 16 15 22 15 11 18 22 21 15 11 22 32 28 +008795 27 21 13 12 10 8 21 18 19 10 10 18 16 18 19 30 +008796 26 13 22 26 16 11 10 15 22 14 9 16 18 26 31 +008797 33 11 19 15 11 15 21 10 14 13 17 15 15 30 28 +008798 28 22 19 16 11 16 16 12 17 14 7 19 27 28 +008799 27 18 18 10 20 22 8 25 19 11 15 15 14 28 30 +008800 31 19 22 15 19 17 14 18 22 15 20 17 21 17 29 +008801 33 18 17 31 18 19 15 15 21 22 23 21 18 22 25 20 15 17 14 13 14 21 20 32 +008802 32 18 16 20 13 11 13 14 13 23 16 16 21 19 16 18 11 11 19 18 22 11 11 17 13 24 30 +008803 30 15 19 12 19 8 15 20 13 19 20 26 12 19 17 17 18 15 9 15 10 17 18 7 18 32 33 +008804 29 15 15 13 17 24 28 25 18 14 12 20 17 15 20 28 18 16 17 18 12 19 18 19 30 27 +008805 32 20 19 20 12 15 12 15 16 24 25 17 17 12 17 20 20 10 17 16 12 8 21 19 27 32 +008806 27 16 12 18 20 12 13 9 18 24 24 9 12 13 18 14 9 16 20 19 13 8 21 25 33 +008807 29 15 16 22 13 11 20 19 4 16 14 15 16 21 20 14 18 15 20 16 17 17 13 25 31 +008808 33 16 16 23 17 14 19 23 19 17 23 18 13 17 13 9 10 15 13 7 16 29 32 +008809 26 15 27 21 11 14 23 21 16 8 25 15 8 15 11 20 18 23 19 23 13 21 28 29 +008810 32 17 22 15 19 17 11 9 16 19 22 16 14 15 30 21 17 20 16 17 23 6 20 19 14 12 19 26 28 +008811 32 25 17 14 17 21 4 18 25 13 12 21 17 18 13 9 18 21 30 +008812 35 19 18 11 13 24 24 11 22 9 11 11 15 21 14 11 17 18 15 21 33 +008813 28 22 13 24 12 16 19 17 16 16 4 15 12 14 9 21 18 22 16 28 +008814 32 18 15 16 29 19 15 17 20 20 19 23 22 17 14 17 17 16 27 29 +008815 29 19 11 14 18 21 19 14 13 12 17 25 7 19 17 13 14 20 21 28 +008816 30 22 13 18 15 16 33 33 15 20 15 15 19 18 29 21 14 20 23 4 14 12 10 13 17 24 29 +008817 28 22 21 21 20 16 10 14 16 15 22 5 17 14 17 22 22 20 21 9 16 18 20 23 32 +008818 30 16 13 17 8 18 23 14 20 16 13 15 17 18 11 16 29 30 14 16 21 23 12 11 17 16 12 9 26 29 +008819 28 23 14 16 28 20 25 22 15 14 22 22 14 11 15 12 10 18 25 24 11 17 15 15 17 12 16 18 28 32 +008820 30 23 19 13 25 22 14 16 14 22 20 19 18 23 17 20 15 21 19 6 17 21 15 18 15 8 12 18 17 22 27 +008821 29 12 31 15 13 10 15 13 26 20 30 +008822 31 20 14 21 22 6 19 12 15 14 18 19 16 15 17 30 29 +008823 30 13 30 8 16 12 12 9 17 25 5 16 18 28 16 21 23 31 +008824 31 13 16 8 20 14 17 16 24 18 16 10 11 17 23 29 +008825 29 18 24 21 15 16 14 18 7 11 19 23 18 16 21 24 28 +008826 28 16 28 11 12 12 19 24 11 11 14 9 11 13 21 21 29 +008827 30 14 18 27 19 10 12 14 18 17 16 13 9 23 16 22 29 +008828 28 18 20 17 14 10 13 12 8 18 18 23 5 20 14 18 24 31 +008829 29 17 15 17 16 13 15 16 22 19 16 17 22 16 19 25 26 +008830 29 20 18 21 15 18 7 21 24 16 17 17 16 17 24 19 28 +008831 29 19 29 20 16 14 11 17 29 19 18 14 20 26 28 +008832 30 22 13 17 15 11 16 16 32 21 18 20 18 12 17 22 31 +008833 29 12 17 23 15 21 14 17 15 11 18 11 13 12 16 32 31 +008834 31 19 19 13 13 16 17 25 9 19 26 14 11 12 14 22 28 +008835 31 21 21 19 26 18 15 17 12 16 30 30 +008836 33 20 26 21 13 17 15 7 19 21 14 15 21 19 26 20 14 18 23 9 10 12 20 27 14 17 29 33 +008837 29 27 14 22 19 16 18 26 17 17 26 30 +008838 33 20 24 21 16 17 16 23 15 23 19 14 19 13 10 11 12 19 16 28 32 +008839 31 13 29 29 21 13 22 21 18 8 16 12 15 23 15 16 9 11 21 22 25 32 +008840 29 22 23 18 19 19 14 16 16 25 13 16 25 20 18 14 19 22 21 29 +008841 28 12 14 15 15 15 11 16 13 18 21 29 +008842 27 14 22 13 13 16 14 22 16 24 27 +008843 27 19 19 13 16 21 16 15 17 26 30 +008844 27 23 12 16 17 24 3 20 16 19 23 29 +008845 27 19 22 20 21 17 7 19 20 25 30 +008846 30 21 32 17 16 16 14 7 16 24 5 13 18 13 12 15 13 29 17 18 20 12 12 17 21 17 31 +008847 29 20 22 13 17 14 16 17 11 16 30 30 +008848 28 29 13 19 21 15 19 14 16 26 15 18 11 28 4 16 14 21 19 16 21 23 30 +008849 29 9 12 18 11 9 16 16 13 19 18 28 +008850 27 21 18 18 21 19 11 17 20 17 27 +008851 30 19 8 21 17 10 16 19 22 10 9 11 14 16 11 18 18 17 12 13 29 31 +008852 28 14 18 11 14 11 12 15 22 19 23 30 +008853 27 15 16 22 22 12 13 17 14 13 19 33 29 +008854 30 10 14 19 16 16 11 23 13 18 10 22 30 +008855 30 19 17 18 17 18 12 14 26 6 16 15 21 13 22 22 15 13 13 17 28 30 +008856 30 16 22 18 13 10 15 8 19 22 5 20 18 20 14 15 15 15 18 22 6 18 20 17 17 19 23 31 +008857 30 11 23 14 12 9 22 20 8 11 14 30 27 +008858 27 18 24 16 12 11 23 14 12 14 17 15 15 17 23 14 22 15 14 20 23 18 13 18 20 20 31 +008859 30 20 17 16 17 7 21 22 15 10 16 19 20 10 20 23 21 7 22 18 19 29 29 +008860 31 12 24 17 20 18 19 12 14 12 18 25 18 11 11 16 21 23 19 12 19 20 14 19 27 30 +008861 29 19 13 20 13 12 10 9 21 12 20 26 21 13 14 16 12 22 25 20 30 +008862 32 13 28 0 21 18 19 16 16 13 8 15 20 24 17 11 17 19 15 15 12 28 31 +008863 29 17 20 16 19 14 14 17 12 21 18 27 +008864 31 22 13 12 10 16 13 14 14 20 15 13 19 24 15 22 7 17 13 20 7 24 30 +008865 27 16 27 13 15 14 15 14 15 14 16 16 22 22 14 15 13 16 15 27 30 +008866 30 12 12 11 10 19 19 17 12 21 19 21 17 20 14 14 15 15 21 26 28 +008867 27 26 26 18 13 15 20 15 13 16 23 28 +008868 32 20 27 7 13 14 17 8 18 6 16 21 18 19 20 10 21 0 19 25 30 11 12 11 19 19 15 13 23 21 32 +008869 32 19 16 8 16 18 28 20 13 11 19 14 7 19 28 19 21 16 15 22 29 +008870 28 16 18 19 16 16 15 15 24 17 30 +008871 26 25 11 9 18 18 15 17 16 30 28 +008872 26 17 24 8 13 13 18 16 15 17 21 19 30 +008873 27 19 27 6 33 18 11 11 17 9 16 26 30 +008874 28 15 11 13 19 16 10 17 23 25 29 +008875 31 23 24 14 19 12 12 17 20 22 26 30 +008876 30 20 22 26 11 16 15 16 16 24 30 29 +008877 29 21 12 15 17 25 16 20 20 16 14 16 15 22 8 20 15 13 18 17 17 26 29 +008878 34 23 17 15 15 17 27 22 14 16 15 15 12 22 11 17 18 19 24 32 +008879 30 9 14 13 12 20 27 4 16 20 18 12 30 30 +008880 28 17 18 29 19 17 12 17 11 18 29 29 +008881 28 20 18 25 15 19 11 12 17 28 28 +008882 26 16 24 16 24 12 18 15 17 15 13 23 12 18 10 15 16 11 18 17 25 32 +008883 28 18 25 15 12 17 10 14 13 11 16 29 28 +008884 28 18 17 13 17 24 7 16 17 14 19 27 7 11 14 20 24 11 17 16 20 27 28 +008885 30 20 21 18 18 21 20 17 13 19 29 28 +008886 28 19 12 16 16 25 16 18 14 19 24 29 +008887 26 16 17 25 17 18 16 12 11 18 26 28 +008888 30 15 21 15 15 21 14 18 12 12 17 18 18 14 15 19 21 15 20 19 25 17 13 19 28 31 +008889 30 20 25 22 19 15 13 15 22 24 27 +008890 29 10 13 16 23 8 15 10 17 15 20 28 27 +008891 28 13 18 16 17 23 7 24 15 10 26 30 +008892 26 19 22 9 19 16 19 20 17 15 34 28 +008893 31 14 18 25 11 10 17 22 15 15 16 19 18 12 17 25 11 16 13 18 24 30 +008894 31 28 26 25 25 11 22 19 19 13 27 22 28 24 25 24 13 20 20 8 17 29 9 18 13 8 20 29 31 +008895 32 22 17 17 16 34 22 16 14 19 14 8 13 16 23 12 16 15 26 22 14 17 21 11 14 18 27 32 +008896 31 14 14 13 18 29 15 12 26 11 17 18 11 11 12 14 13 11 30 31 +008897 26 13 24 5 17 12 18 15 19 25 21 10 21 21 13 13 16 13 14 8 15 15 21 18 26 32 +008898 31 16 12 14 16 31 11 18 18 26 19 13 14 19 19 15 22 20 14 16 17 23 33 +008899 28 19 22 14 14 18 17 10 14 7 24 13 13 16 14 11 8 16 17 15 16 21 24 31 +008900 30 18 23 18 14 17 11 11 16 23 4 18 16 16 11 9 15 19 26 30 +008901 28 20 16 26 21 20 18 16 19 16 20 15 7 12 13 17 26 29 +008902 30 17 10 15 4 18 25 15 16 16 15 16 9 14 8 18 20 24 30 +008903 31 12 22 25 18 22 17 17 14 12 14 8 13 16 18 22 6 17 9 15 8 18 13 18 29 30 +008904 28 12 16 14 16 23 16 12 12 16 14 16 23 29 +008905 30 23 20 23 11 14 15 17 27 5 13 15 23 25 30 +008906 31 20 18 8 16 19 18 10 21 17 7 16 21 19 18 8 17 15 20 20 31 +008907 31 23 18 15 9 10 22 20 17 14 17 22 22 19 16 14 33 29 +008908 26 28 21 18 13 19 26 17 16 16 16 12 15 8 15 16 16 29 32 +008909 29 14 12 16 19 13 11 17 20 25 27 +008910 34 17 22 19 20 17 23 22 9 21 18 24 17 15 15 14 15 27 17 11 13 16 17 14 13 19 23 29 +008911 31 19 18 19 22 19 15 13 14 16 16 22 21 23 20 14 9 9 23 23 18 20 8 17 0 21 25 30 +008912 28 33 25 20 25 6 17 19 13 17 18 14 26 30 +008913 32 16 21 19 17 13 25 34 14 13 10 11 20 9 23 13 16 21 0 12 19 11 20 31 +008914 29 19 20 21 15 17 17 26 21 15 16 14 8 22 19 14 19 24 20 12 14 13 13 11 22 14 8 15 29 32 +008915 30 18 23 17 18 12 23 22 5 14 16 16 16 14 14 25 37 17 17 12 16 14 18 22 13 30 23 11 11 21 28 33 +008916 29 19 20 14 18 21 15 14 10 16 17 29 13 15 17 15 10 25 15 18 17 24 16 14 25 29 +008917 31 15 12 9 23 20 20 20 15 18 18 28 32 19 11 18 15 14 18 12 20 14 17 10 20 29 29 +008918 31 14 9 14 20 17 14 16 15 18 23 14 14 16 20 17 17 13 15 8 27 11 11 18 14 18 27 32 +008919 29 26 19 10 17 12 9 16 20 16 29 30 +008920 28 22 25 11 13 16 21 16 20 17 17 14 18 26 18 11 13 16 14 17 12 9 12 26 31 +008921 29 13 23 14 20 13 25 20 19 12 13 13 22 11 11 12 24 15 19 21 11 14 9 19 21 30 +008922 31 12 13 13 16 17 17 22 11 18 14 11 14 11 20 22 8 19 16 15 12 8 27 28 +008923 32 18 16 16 13 15 15 26 19 14 13 19 23 19 11 14 18 26 37 15 20 23 3 13 12 21 27 33 +008924 30 19 20 19 25 23 17 16 14 12 19 23 27 17 15 22 9 9 12 21 27 17 15 17 32 32 +008925 32 21 23 17 16 19 25 22 11 9 16 18 23 29 21 18 26 18 16 17 17 16 20 10 17 18 23 29 +008926 27 19 16 16 21 19 16 12 14 8 19 26 10 13 17 15 18 15 15 22 25 21 24 4 19 14 13 10 19 32 34 +008927 29 15 14 14 20 20 11 15 12 17 14 13 26 23 16 28 8 15 16 12 17 15 22 17 16 13 20 18 32 +008928 30 18 15 10 29 19 9 13 16 17 21 14 19 12 15 10 25 29 17 21 19 12 18 10 15 20 7 22 28 29 +008929 27 15 17 16 33 22 21 18 28 8 15 17 26 17 17 17 13 17 26 13 18 16 26 13 23 16 16 21 22 32 +008930 27 17 23 21 11 7 13 15 16 18 8 16 19 12 10 17 15 24 30 +008931 28 20 26 22 14 21 17 20 17 22 28 +008932 29 16 10 20 24 6 16 12 19 21 4 23 21 21 15 22 14 17 15 10 16 29 27 +008933 30 18 16 23 23 14 16 11 17 14 7 18 18 23 12 20 24 14 15 18 27 31 +008934 28 20 22 12 19 30 19 17 15 16 20 20 12 19 13 18 9 16 17 8 19 30 28 +008935 31 16 24 20 19 12 11 16 25 13 16 14 25 10 14 13 16 12 21 30 +008936 28 18 20 24 13 19 19 12 14 10 19 18 14 17 22 14 8 17 22 30 +008937 28 20 13 11 19 20 15 14 17 16 25 13 19 20 12 17 18 26 30 +008938 26 15 17 14 21 18 21 15 16 10 10 17 21 5 17 10 16 17 21 28 +008939 32 16 26 15 28 15 16 22 18 34 22 18 10 16 21 14 14 14 18 17 16 16 16 13 18 11 20 30 32 +008940 28 23 25 10 22 14 13 9 11 14 30 20 13 13 16 14 15 22 17 18 18 17 9 19 17 14 21 20 32 +008941 28 18 24 12 14 6 17 22 19 8 19 19 24 9 18 10 20 19 20 17 17 17 12 16 17 20 17 32 +008942 30 9 10 20 23 15 21 23 20 21 12 14 13 21 27 29 +008943 30 21 19 5 24 25 23 15 20 15 14 16 22 5 15 21 15 13 14 17 29 30 +008944 32 22 14 22 17 17 13 25 16 22 22 15 18 14 15 22 9 10 13 18 11 25 33 +008945 30 25 19 15 11 19 19 18 11 26 26 16 16 20 19 10 26 18 15 22 20 24 7 12 17 16 25 30 +008946 28 24 22 11 11 17 15 11 19 20 14 21 20 30 +008947 28 20 22 17 16 10 10 10 19 21 19 17 21 16 15 19 21 6 19 11 10 15 31 31 +008948 31 15 21 26 10 20 16 24 16 15 20 22 31 +008949 29 14 17 17 17 23 12 12 16 16 18 27 30 +008950 31 20 15 14 19 20 15 22 19 13 31 26 +008951 29 18 24 19 13 10 11 20 25 13 18 17 18 16 14 16 25 27 16 19 14 15 29 30 +008952 29 14 13 15 25 12 11 9 13 15 16 29 25 21 24 20 15 11 18 21 18 16 28 30 +008953 29 18 22 16 18 19 26 19 15 12 5 17 28 21 16 15 17 18 13 16 18 29 33 +008954 31 17 11 21 28 24 18 14 13 18 17 19 13 28 16 12 16 17 18 18 16 31 29 +008955 30 17 18 26 11 20 10 10 17 16 15 16 22 20 23 20 21 19 7 12 20 16 17 27 33 +008956 32 22 18 19 9 24 20 7 18 15 16 16 14 18 23 13 14 18 15 13 15 19 17 29 +008957 26 15 22 14 12 17 21 20 14 18 12 33 29 +008958 32 12 26 12 21 22 20 12 11 17 16 15 9 10 17 25 15 21 15 13 15 18 27 32 +008959 27 14 12 18 19 19 13 17 8 15 10 11 16 16 16 19 17 16 16 19 19 27 +008960 31 17 18 12 16 11 8 24 24 14 11 12 21 25 17 21 20 18 18 13 26 29 +008961 26 18 16 19 28 20 12 16 15 23 6 18 19 16 12 13 9 17 22 17 13 20 28 32 +008962 30 17 17 17 22 18 12 12 10 27 0 15 15 22 30 22 18 18 13 10 15 11 15 15 28 32 +008963 29 17 23 15 22 15 16 15 9 16 17 29 18 13 20 9 10 22 24 27 +008964 27 16 13 15 17 20 14 13 16 17 23 18 13 14 18 13 16 22 18 14 17 22 31 +008965 31 13 16 16 27 16 16 15 14 13 11 20 14 17 26 18 15 12 12 16 22 14 22 28 +008966 30 19 14 15 28 15 11 16 16 11 17 25 16 11 20 15 13 19 24 22 18 17 16 31 33 +008967 28 18 19 17 15 17 26 21 14 18 27 18 16 14 20 20 18 19 13 9 18 25 28 +008968 33 15 10 22 10 18 18 18 13 18 28 16 16 17 23 22 16 14 25 4 25 20 13 14 14 25 31 +008969 26 19 13 8 14 17 19 17 11 21 10 11 34 15 12 15 16 14 16 13 21 34 34 +008970 30 18 19 17 17 21 19 17 19 18 17 7 17 23 14 19 14 16 18 18 17 17 18 28 29 +008971 32 16 20 16 17 17 18 25 18 11 15 16 16 15 23 13 18 18 18 23 14 13 15 18 16 23 24 28 +008972 27 18 15 21 20 18 17 19 17 18 10 10 17 16 22 9 16 12 10 14 11 17 15 17 21 29 +008973 28 19 19 10 18 23 17 16 16 22 16 12 8 11 22 17 24 16 16 15 13 16 13 15 19 24 30 +008974 33 18 14 28 5 17 13 12 19 15 17 15 16 12 13 15 22 21 20 29 16 22 14 12 15 24 29 +008975 27 23 25 9 17 14 15 16 22 18 14 14 15 20 22 17 16 12 24 21 19 18 14 24 30 +008976 30 22 17 20 11 11 18 12 16 22 20 19 17 15 15 15 29 10 12 17 9 20 15 23 31 +008977 33 20 10 17 21 13 10 23 18 14 12 19 15 20 17 27 14 14 10 29 0 13 12 23 18 34 +008978 30 18 18 15 23 11 16 13 16 25 17 19 14 12 12 11 21 19 16 15 17 9 15 29 29 +008979 27 20 19 19 12 13 18 13 16 9 26 23 15 25 16 13 17 14 13 10 15 13 25 28 30 +008980 31 17 17 18 17 24 25 11 14 11 18 24 5 15 14 16 21 4 15 12 16 21 12 20 23 31 +008981 31 22 15 14 18 17 16 30 3 15 10 14 15 18 16 13 9 17 20 22 30 +008982 31 17 18 15 16 27 20 16 17 14 17 15 14 15 25 20 13 18 16 20 16 15 8 11 18 26 32 +008983 35 16 23 15 19 24 17 17 12 16 21 17 21 4 23 10 13 17 15 11 15 9 23 25 32 +008984 27 16 8 17 15 16 24 20 11 13 18 10 17 14 17 24 22 23 14 19 23 13 18 17 29 32 +008985 30 14 17 18 11 14 17 10 26 22 14 16 16 23 15 17 12 14 25 16 17 17 14 10 15 27 30 +008986 31 25 15 21 24 19 19 21 12 10 16 17 21 15 12 26 24 20 18 17 11 22 10 11 24 23 34 +008987 32 17 22 12 12 17 15 13 13 16 22 11 23 14 19 18 11 9 23 17 16 23 18 13 9 15 14 35 32 +008988 26 17 16 15 22 8 14 18 13 16 19 12 14 17 24 20 16 18 15 18 16 16 12 9 16 14 23 28 +008989 31 16 16 16 23 15 13 18 23 14 17 20 15 12 18 11 13 18 13 15 12 22 18 16 23 30 +008990 28 24 21 15 15 15 11 13 18 18 23 33 19 12 12 8 11 18 22 23 9 11 16 15 15 15 33 30 +008991 32 20 19 16 21 16 10 16 26 28 14 10 15 9 16 12 21 18 23 20 12 15 18 24 32 +008992 31 10 19 26 9 21 21 18 15 13 14 13 12 13 17 18 12 13 18 12 13 19 18 20 32 +008993 27 21 17 14 15 22 8 21 17 15 10 17 17 14 18 25 37 17 13 18 16 9 18 19 15 30 +008994 29 23 20 17 21 21 33 10 19 14 15 10 10 9 17 22 9 18 20 15 14 11 9 18 22 30 +008995 28 16 15 26 17 16 22 15 13 12 25 20 16 11 17 18 21 15 15 9 11 11 18 24 28 +008996 31 14 15 9 16 21 19 18 16 21 21 29 +008997 34 13 23 26 13 10 16 25 23 13 15 25 17 20 13 13 20 19 13 20 22 18 30 +008998 33 10 11 24 18 17 16 23 9 24 17 15 17 29 20 15 17 14 25 15 15 15 11 15 19 15 9 16 25 32 +008999 30 20 13 16 25 9 16 20 17 12 15 16 30 26 17 14 15 13 19 20 24 12 19 29 24 24 20 21 29 +009000 28 16 23 27 8 16 11 15 20 15 30 +009001 25 12 21 20 15 9 15 25 6 14 18 11 18 22 12 11 11 18 24 21 +009002 24 16 15 13 11 17 25 21 19 20 18 23 8 16 19 15 18 15 24 22 +009003 24 16 23 19 20 15 21 12 8 21 19 15 14 14 8 20 25 23 +009004 25 16 17 16 13 19 10 16 23 6 15 10 17 12 14 8 17 16 20 23 +009005 23 19 16 11 23 14 10 14 17 17 20 6 12 10 19 22 15 24 +009006 22 19 29 9 14 18 10 18 15 9 20 21 13 14 18 11 21 17 30 23 +009007 26 19 16 21 20 15 21 22 18 15 17 18 16 15 15 17 32 16 +009008 23 19 28 13 13 22 14 12 13 17 24 11 23 13 16 16 23 21 22 +009009 26 13 17 28 14 17 20 19 25 25 14 13 21 21 9 12 22 21 24 18 21 20 22 16 15 27 20 +009010 26 23 15 20 21 14 14 13 13 17 14 16 15 24 17 20 23 24 15 18 15 17 13 13 9 18 19 7 17 23 18 14 16 18 11 18 25 21 +009011 23 20 26 8 17 23 20 12 17 14 17 20 15 16 15 29 22 +009012 25 17 26 15 16 11 17 17 17 22 0 13 14 15 14 11 17 15 20 23 22 +009013 25 22 17 13 14 18 18 14 18 15 19 19 11 15 15 13 12 22 20 15 22 +009014 25 19 27 17 16 19 20 11 14 19 13 6 15 16 18 11 18 14 17 26 22 +009015 26 21 15 34 14 16 21 27 8 13 18 15 18 27 8 20 13 16 11 8 21 23 20 +009016 25 12 16 15 18 12 10 17 27 17 14 23 21 24 15 18 9 16 21 24 +009017 25 11 12 16 21 15 17 17 20 25 11 27 21 18 18 10 11 16 27 23 +009018 24 18 17 15 18 16 17 18 7 24 10 22 21 14 17 8 17 18 34 20 +009019 24 13 19 32 15 15 18 17 28 21 21 10 20 17 18 17 16 11 17 25 23 +009020 24 16 17 10 26 18 13 19 18 8 21 15 22 13 20 27 6 17 14 33 22 +009021 24 20 21 11 19 17 24 23 16 15 19 26 21 16 20 19 12 23 29 30 +009022 26 23 33 10 21 37 7 30 22 8 19 26 26 16 18 13 15 23 17 15 29 22 +009023 23 22 20 20 17 13 18 7 21 21 5 18 21 13 19 14 14 18 22 22 +009024 25 15 18 22 13 18 17 22 10 19 29 8 8 18 19 22 13 15 20 13 32 20 +009025 23 29 19 15 13 18 15 16 15 8 23 21 7 19 17 17 17 17 25 22 +009026 25 18 23 20 14 14 20 17 27 56 26 21 18 19 3 24 18 20 12 16 24 20 +009027 23 20 14 12 19 16 30 22 14 14 13 13 12 12 22 16 10 17 19 24 21 +009028 26 14 23 20 14 9 15 21 22 6 15 21 15 14 17 19 21 19 +009029 23 16 15 22 22 22 19 22 13 20 21 12 11 23 12 8 18 22 22 +009030 24 20 30 12 20 21 15 12 20 29 18 20 16 25 9 11 12 20 24 24 +009031 23 19 25 19 13 18 27 19 24 18 14 15 9 13 23 8 22 30 23 +009032 24 22 25 15 13 14 18 18 9 22 24 16 15 16 19 17 22 28 21 +009033 25 17 20 18 18 17 14 20 18 8 17 14 23 16 10 21 10 15 19 12 22 22 +009034 25 19 15 19 20 21 20 14 12 16 18 21 17 13 20 16 12 18 17 12 16 29 22 +009035 23 22 13 16 13 17 28 25 15 14 20 15 12 22 23 7 16 13 9 20 25 13 26 22 +009036 24 22 18 16 22 19 20 13 11 21 23 48 18 11 13 16 29 14 14 29 16 22 +009037 22 16 26 13 17 19 13 11 17 15 16 19 3 20 10 9 19 24 9 21 18 14 24 21 +009038 26 22 20 15 18 13 15 15 17 23 16 25 15 11 11 14 15 17 9 19 21 23 +009039 23 19 14 16 17 16 15 24 15 20 15 21 18 15 16 12 9 17 17 18 31 21 +009040 24 16 14 18 21 18 16 13 14 19 21 6 10 17 20 23 17 14 19 19 19 19 23 +009041 25 11 11 13 18 27 21 21 20 25 22 20 11 27 14 16 17 16 8 14 15 26 21 +009042 24 19 27 10 18 20 22 23 16 17 11 9 14 15 21 17 14 11 17 17 22 14 23 +009043 24 23 19 16 24 20 15 14 14 20 17 8 22 13 15 16 21 5 17 17 15 21 23 +009044 26 14 20 15 17 12 14 10 15 21 25 28 24 16 14 19 23 11 10 14 17 19 23 22 +009045 26 15 21 15 10 14 17 23 9 18 13 15 15 17 20 26 6 20 18 20 26 22 +009046 25 15 14 24 23 4 16 18 18 23 24 13 11 19 17 16 14 19 20 10 16 17 34 19 +009047 23 20 19 15 20 12 19 30 19 16 19 15 4 25 19 15 16 17 7 19 26 23 +009048 23 18 22 22 15 23 16 16 19 12 15 13 19 14 18 15 21 11 9 19 33 16 +009049 25 21 22 15 14 16 21 18 17 10 17 17 9 12 18 9 19 8 16 26 21 +009050 23 22 18 15 15 16 8 19 15 19 23 8 25 13 11 23 21 18 14 14 11 18 21 23 +009051 23 21 30 10 14 21 18 17 10 17 15 26 18 20 18 15 17 15 23 17 23 +009052 27 14 23 18 10 21 18 16 11 27 26 14 20 16 9 15 27 11 18 15 28 23 +009053 26 11 15 19 16 11 23 12 21 18 15 21 13 12 18 17 22 18 12 22 23 +009054 23 17 28 18 15 22 21 15 17 12 15 18 17 15 23 21 5 11 17 25 19 23 +009055 22 18 19 16 15 17 29 18 12 22 21 22 12 13 16 19 11 8 19 21 22 +009056 23 20 16 19 17 13 12 21 23 14 19 16 15 17 15 14 16 16 9 25 23 +009057 24 15 28 6 19 10 12 13 16 18 19 6 19 20 21 32 15 10 17 16 17 14 11 18 12 11 17 11 23 22 7 13 16 22 25 18 18 22 +009058 25 16 19 17 15 14 13 13 24 0 25 20 16 14 11 11 28 26 18 26 8 11 15 20 23 9 18 12 18 26 18 +009059 24 16 15 22 26 19 11 14 18 21 9 16 16 14 13 14 26 22 22 7 15 17 14 10 19 24 20 +009060 23 16 18 27 18 15 12 19 28 16 14 10 21 21 17 14 7 19 21 37 17 16 21 13 15 12 14 9 12 18 23 21 +009061 23 25 22 18 14 12 15 13 13 16 11 15 15 18 16 12 15 20 23 20 8 19 9 13 13 11 20 21 22 +009062 23 19 24 20 10 11 18 16 21 13 14 16 19 23 23 17 20 13 8 22 17 6 15 18 16 19 17 23 19 +009063 24 22 15 19 25 15 21 25 13 20 20 19 21 23 20 +009064 23 17 15 29 31 9 10 18 25 19 19 14 18 29 24 18 20 13 16 6 14 17 23 17 13 22 18 24 22 +009065 25 22 16 15 27 16 21 19 22 16 21 11 31 20 +009066 25 15 17 25 5 15 11 13 14 17 17 21 10 23 22 +009067 22 23 18 24 22 19 18 18 17 9 13 28 23 +009068 24 16 16 14 23 17 7 18 16 11 21 17 17 19 23 +009069 22 21 19 19 13 21 23 34 18 13 19 27 6 18 13 23 22 26 14 18 16 20 17 15 12 16 22 22 21 +009070 22 18 19 13 17 28 21 18 20 25 10 16 22 27 15 13 16 20 26 28 23 20 17 16 14 20 14 27 20 +009071 24 17 20 19 16 10 22 25 18 +009072 25 22 20 17 20 8 14 16 13 21 12 22 23 13 8 17 18 15 17 21 21 21 10 26 24 23 +009073 24 19 14 20 14 20 24 22 17 17 12 10 18 13 11 18 24 3 21 14 20 25 21 +009074 24 15 21 20 12 20 21 6 19 13 17 15 17 17 19 21 24 +009075 23 22 15 25 21 12 9 19 23 22 17 14 23 26 21 +009076 25 13 20 17 24 14 21 17 17 21 14 17 16 11 32 19 +009077 25 17 19 16 27 15 20 21 16 19 17 19 17 24 23 +009078 25 10 10 17 17 24 13 16 19 17 13 17 11 14 19 30 22 +009079 22 19 19 19 16 27 25 12 17 27 22 13 10 20 22 18 35 19 22 9 15 23 17 8 20 18 22 23 20 +009080 24 19 28 13 25 29 18 19 13 20 15 18 21 33 23 +009081 26 14 16 19 13 13 9 14 18 20 9 19 18 9 25 22 +009082 24 19 27 19 17 13 17 10 12 15 16 14 18 22 22 21 +009083 23 17 21 20 17 15 11 16 25 18 18 17 19 23 37 15 18 7 21 14 20 22 17 19 13 21 16 17 22 +009084 25 10 18 17 17 19 18 17 17 17 16 12 16 19 23 21 +009085 27 14 15 20 26 16 16 15 14 21 18 14 19 29 22 +009086 23 19 24 16 18 19 18 16 21 5 16 15 11 10 19 26 21 +009087 22 20 14 10 21 24 14 19 24 13 21 16 19 15 32 21 +009088 25 14 23 17 13 17 17 17 21 15 17 13 14 15 11 32 22 +009089 25 15 17 19 14 16 20 12 23 10 24 15 10 21 26 20 +009090 23 20 15 21 17 16 11 22 21 26 5 23 20 22 7 17 16 23 16 10 17 21 12 17 17 11 21 27 19 +009091 26 18 25 11 21 21 15 28 19 16 24 15 11 17 22 24 +009092 25 13 15 20 30 11 19 13 16 23 24 20 11 18 32 22 +009093 23 24 16 16 15 20 21 14 18 19 10 15 17 32 22 +009094 23 18 26 16 25 21 19 16 19 15 14 15 19 29 21 21 16 15 14 15 18 12 17 14 19 14 15 26 19 +009095 23 21 23 17 11 19 15 17 21 18 22 20 20 11 28 13 17 19 14 12 23 26 22 +009096 23 18 26 18 16 14 15 16 16 23 29 18 14 19 26 18 16 18 13 9 21 24 22 +009097 23 19 16 22 3 20 18 11 18 29 32 14 28 15 11 10 20 20 17 12 18 7 21 20 21 +009098 23 22 20 22 20 17 17 17 13 19 21 19 16 7 22 22 17 10 13 14 14 19 33 20 +009099 24 22 24 10 25 20 19 15 15 31 32 21 16 14 23 23 29 25 37 22 10 16 16 23 12 19 18 19 20 21 20 +009100 23 22 14 15 14 14 17 23 26 20 17 20 16 16 21 15 12 26 10 29 23 19 19 17 17 14 12 7 21 28 15 +009101 24 23 10 17 13 22 20 14 14 14 21 22 30 16 23 16 13 16 20 16 25 23 +009102 23 23 13 12 21 20 19 18 16 7 17 16 18 19 23 21 16 16 25 12 16 13 18 6 17 15 18 25 22 +009103 25 28 22 18 10 9 12 16 16 18 22 14 19 20 15 20 26 19 +009104 25 22 27 17 13 20 15 20 22 22 18 24 16 14 11 19 27 24 +009105 24 23 14 14 9 18 25 20 23 21 30 11 14 17 13 24 30 22 +009106 25 18 19 14 18 21 27 16 15 21 20 20 21 13 17 14 31 16 +009107 25 14 12 18 18 25 18 21 11 11 20 21 18 16 25 30 19 +009108 22 25 19 20 19 21 26 19 13 9 24 17 3 13 13 22 30 21 +009109 24 12 17 16 25 13 21 21 16 18 19 16 19 22 4 19 14 22 23 +009110 26 16 19 23 5 16 16 17 12 17 31 15 14 21 22 23 +009111 24 23 28 26 12 14 10 17 28 5 18 16 16 15 19 16 24 +009112 25 16 25 20 16 15 17 16 19 25 17 11 17 18 16 20 21 23 23 +009113 24 21 26 15 17 17 15 12 19 23 19 18 11 11 20 29 23 +009114 26 24 18 17 29 16 12 16 17 20 19 14 19 22 16 22 +009115 23 19 17 19 8 24 25 14 18 10 16 21 16 15 20 20 22 +009116 25 14 14 15 15 14 21 27 20 22 13 18 16 20 10 18 19 22 22 +009117 23 14 23 13 14 9 21 25 7 12 16 19 22 0 5 14 18 18 18 24 24 +009118 25 13 12 18 18 18 17 18 19 14 11 9 20 18 24 20 +009119 24 19 27 14 18 24 16 16 15 10 20 20 13 13 20 27 22 +009120 24 21 21 21 17 17 19 15 14 23 18 16 15 17 22 23 +009121 27 17 18 13 24 20 14 11 9 15 20 19 16 6 17 16 19 25 21 +009122 26 24 9 19 19 12 20 19 16 16 20 21 7 21 14 15 32 21 +009123 24 23 20 18 16 16 20 21 10 24 22 16 11 14 24 22 19 +009124 26 21 24 9 20 20 19 14 13 31 7 16 16 14 15 20 17 23 +009125 23 15 22 17 10 25 17 15 16 15 19 14 15 7 25 24 22 +009126 24 26 29 28 20 18 19 21 13 12 13 14 14 14 18 20 23 +009127 25 13 12 19 17 18 16 30 15 21 23 20 14 18 17 17 31 20 +009128 23 15 13 11 18 19 23 14 15 31 21 17 18 11 17 16 21 22 +009129 26 21 18 19 16 20 26 15 15 17 17 17 15 18 17 30 22 +009130 26 23 24 4 18 20 16 14 13 20 15 12 13 17 19 29 24 +009131 25 13 17 17 19 29 15 10 17 16 15 14 17 19 28 19 13 14 11 10 27 19 17 25 26 23 +009132 26 12 19 18 25 26 20 16 16 18 24 21 20 10 25 30 20 13 22 23 16 20 17 21 20 +009133 25 22 11 22 28 15 17 11 23 25 53 14 18 24 24 10 20 17 9 18 17 17 10 16 27 17 22 +009134 23 24 15 18 22 21 17 15 21 20 25 22 +009135 23 14 18 24 14 24 18 24 21 3 25 23 36 14 16 16 15 14 18 15 18 11 12 19 10 15 19 29 16 +009136 27 20 16 19 13 14 16 24 36 20 14 14 16 26 21 21 13 14 17 7 16 18 19 5 16 20 20 25 18 +009137 24 21 25 17 19 24 14 19 32 35 12 15 14 16 22 23 17 28 22 18 9 22 22 11 16 18 17 16 21 23 +009138 25 20 21 24 17 19 24 21 18 13 26 11 11 17 17 19 18 28 20 20 18 10 19 15 9 25 14 16 24 24 22 +009139 23 26 9 17 18 8 22 18 18 23 24 21 +009140 24 18 22 3 12 16 18 13 12 23 20 11 16 11 12 23 22 27 14 12 16 21 18 19 17 16 15 22 18 21 +009141 23 17 15 8 20 15 18 21 6 11 18 20 31 22 +009142 25 22 19 15 19 25 20 22 10 14 13 18 19 24 20 +009143 23 21 26 3 17 16 12 22 21 19 18 14 22 18 18 22 15 20 15 20 26 24 +009144 25 19 21 22 10 19 13 11 24 42 21 18 8 20 23 19 20 26 27 20 13 20 18 9 38 23 +009145 23 23 23 21 18 18 15 8 22 20 20 17 15 18 13 15 8 25 27 19 20 15 14 14 19 10 10 25 23 +009146 26 15 17 16 17 17 27 24 18 14 19 21 16 23 +009147 27 23 25 19 14 21 23 14 15 13 19 15 11 28 20 +009148 24 20 17 12 12 16 21 16 15 9 19 18 21 24 +009149 23 16 19 15 16 19 17 11 18 15 19 16 30 22 +009150 24 19 23 10 16 11 21 19 36 36 18 16 22 20 22 +009151 23 19 16 19 21 10 19 28 7 17 7 18 24 23 20 +009152 23 18 16 17 15 12 28 20 11 17 17 13 7 19 28 27 +009153 24 21 26 7 20 12 13 9 12 9 20 10 24 8 19 25 30 19 20 17 18 19 21 18 17 14 19 16 28 22 +009154 23 20 18 28 17 19 17 16 13 17 15 4 19 17 16 14 6 21 19 19 21 23 5 20 23 23 18 +009155 23 18 15 13 16 19 26 20 23 8 18 23 16 15 17 20 14 15 15 19 24 21 17 17 18 16 18 19 21 22 +009156 23 19 18 12 14 22 15 17 31 18 12 16 23 19 12 20 4 11 18 19 17 24 21 +009157 23 19 22 9 17 10 16 23 16 16 10 25 18 16 17 15 19 18 18 17 23 29 22 +009158 23 20 16 13 12 18 17 17 17 18 15 8 18 20 23 20 19 11 18 28 19 +009159 25 19 13 14 28 15 12 15 18 22 27 16 17 17 22 7 16 15 10 15 12 18 13 21 19 20 +009160 26 11 13 17 19 29 17 17 12 24 14 25 15 12 16 21 23 15 21 25 17 17 24 16 23 +009161 23 25 24 20 15 9 14 9 28 17 20 17 10 13 12 27 25 16 19 19 25 18 19 18 24 +009162 25 20 16 14 18 16 19 10 16 17 18 22 23 +009163 25 22 20 17 18 14 15 9 19 18 24 21 +009164 23 18 20 17 17 19 14 21 16 15 17 31 23 +009165 22 17 16 21 15 18 12 18 20 31 19 18 18 16 12 20 15 22 19 13 16 7 20 19 14 24 +009166 23 21 28 20 13 21 14 13 15 17 16 18 22 23 19 16 13 14 21 23 5 16 18 23 15 23 +009167 23 19 21 23 33 16 20 21 16 17 15 23 5 20 15 15 12 18 23 6 21 19 17 17 20 24 20 +009168 23 14 19 13 17 20 23 16 20 30 20 26 24 12 16 12 25 14 18 17 15 20 14 16 26 22 +009169 25 15 10 19 31 19 14 17 16 22 14 20 24 26 21 24 25 18 18 17 12 14 17 15 28 15 +009170 26 15 23 24 12 17 12 11 11 17 31 30 20 8 18 20 21 26 19 22 23 19 11 15 22 22 21 +009171 23 15 24 23 19 10 13 24 19 15 20 22 25 14 13 14 18 22 19 17 17 11 10 18 23 22 +009172 24 12 15 19 28 17 23 20 17 32 7 18 20 16 11 14 21 16 20 14 15 18 15 22 24 22 +009173 24 22 22 20 11 14 24 26 11 20 21 24 29 20 18 7 21 15 8 15 16 14 20 18 19 18 +009174 25 22 22 12 18 13 14 18 12 16 16 17 28 29 21 16 22 16 16 18 12 29 7 16 11 25 30 20 +009175 24 16 16 29 7 18 16 13 20 10 11 21 15 9 16 16 25 20 29 24 17 21 17 12 27 21 22 +009176 26 20 20 15 13 10 18 31 21 18 13 13 17 21 9 7 18 11 28 9 19 26 12 13 12 14 21 26 24 +009177 25 15 30 13 21 19 14 17 12 9 22 14 15 24 15 12 16 23 17 19 17 23 14 18 20 12 30 18 +009178 24 21 21 16 19 14 12 14 18 19 22 13 9 20 11 16 15 18 12 14 10 19 20 5 19 14 10 31 22 +009179 26 19 18 21 20 15 16 27 41 18 26 11 9 14 7 18 14 17 17 16 18 8 16 14 18 13 13 29 21 22 +009180 24 20 20 14 13 13 17 20 22 13 13 8 13 12 11 14 17 19 18 14 18 14 17 17 14 8 18 34 19 +009181 25 20 26 21 22 24 3 16 19 27 22 21 15 22 17 16 26 23 17 14 18 14 14 9 17 18 14 28 22 +009182 25 14 14 13 10 17 16 11 14 20 23 17 10 15 7 15 16 17 20 21 21 +009183 25 8 12 18 19 16 14 13 24 13 14 18 19 24 28 15 13 13 12 21 6 23 19 14 18 14 16 8 11 19 23 20 +009184 25 7 13 17 15 15 10 19 18 18 23 22 14 17 9 22 19 10 12 15 15 22 23 17 +009185 22 20 19 18 21 21 13 21 24 15 4 21 20 14 15 27 25 16 25 17 5 18 18 23 20 21 +009186 25 16 12 21 25 10 18 11 21 21 17 17 17 22 18 15 16 10 22 14 14 11 23 18 +009187 25 20 21 24 15 15 14 33 16 19 18 18 19 17 27 34 18 15 12 22 18 17 18 32 18 +009188 24 20 18 17 12 12 12 22 13 17 15 17 23 28 23 27 20 12 13 10 19 22 23 19 +009189 23 18 20 13 19 16 16 22 17 15 17 17 18 19 20 18 19 14 14 12 16 31 21 +009190 26 12 15 16 15 19 15 14 22 27 20 14 18 19 10 10 21 16 16 18 22 21 +009191 23 21 19 25 20 18 14 12 16 8 21 27 10 12 19 10 20 21 15 14 9 14 19 19 30 20 +009192 23 17 9 13 18 9 23 15 18 10 16 18 8 14 19 13 16 18 21 21 17 17 21 20 16 22 +009193 23 19 20 22 10 21 19 16 12 18 16 17 17 25 39 15 19 19 19 23 8 21 21 20 22 20 22 +009194 24 20 29 17 21 21 20 15 11 22 16 20 17 10 18 14 20 11 13 15 18 15 17 18 23 +009195 23 17 18 11 15 17 10 18 23 21 19 11 14 11 18 16 19 28 17 22 +009196 23 22 20 15 19 23 22 18 15 16 23 10 12 20 20 20 15 13 23 28 22 +009197 24 28 10 17 16 17 26 19 16 19 16 20 24 15 14 15 15 21 0 27 21 +009198 24 20 13 16 22 17 16 20 12 16 18 22 23 26 17 8 25 19 28 22 24 4 10 13 21 25 16 23 23 +009199 22 24 19 28 26 7 21 22 22 16 17 29 15 27 26 29 28 24 10 25 24 23 21 13 14 16 17 15 21 21 21 +009200 24 16 24 19 20 23 21 14 9 19 16 13 16 22 26 43 11 14 19 10 18 29 20 9 15 11 11 22 16 0 19 23 21 +009201 26 14 28 10 14 17 18 17 13 22 12 18 19 24 12 12 17 18 16 17 21 19 23 +009202 25 18 23 22 20 24 21 15 17 12 19 23 21 27 24 14 22 14 20 23 22 +009203 28 14 15 16 17 23 14 14 18 12 14 11 19 25 18 28 23 27 12 14 14 13 14 13 12 16 12 16 17 20 20 21 +009204 25 18 20 17 11 11 17 25 21 20 25 11 10 17 22 28 15 26 19 15 17 15 23 20 12 8 21 23 21 +009205 23 23 18 18 24 17 18 13 10 17 16 13 21 25 19 18 17 16 22 20 17 23 9 21 17 19 18 32 19 +009206 26 9 16 16 12 14 24 7 22 25 13 15 16 18 11 13 24 30 15 12 22 12 14 13 16 17 21 23 23 +009207 26 16 17 21 25 19 12 13 18 11 18 16 16 17 25 21 +009208 26 14 11 17 28 14 16 16 22 16 17 31 22 +009209 22 17 15 16 10 13 19 17 11 23 24 6 19 14 14 23 17 12 13 7 20 34 20 +009210 25 12 21 28 14 17 17 18 11 18 23 23 +009211 23 18 27 15 22 17 17 24 16 10 20 23 23 +009212 25 21 25 19 21 22 19 14 26 23 17 16 17 11 10 20 25 7 14 18 9 20 28 20 +009213 24 19 23 22 16 16 16 17 24 26 18 19 20 16 11 10 20 21 16 15 20 26 22 +009214 24 10 13 15 18 28 17 12 15 19 27 23 +009215 23 19 18 9 18 25 19 16 13 19 24 21 +009216 23 17 22 23 11 24 6 28 8 26 25 18 23 +009217 25 22 25 13 31 26 30 21 18 16 22 14 15 11 18 8 23 17 10 18 23 21 +009218 25 19 26 23 15 13 15 14 17 15 16 7 27 21 18 23 16 15 14 16 11 22 25 22 +009219 26 27 18 16 14 13 9 21 17 11 19 21 23 +009220 26 15 22 12 18 14 10 21 17 20 16 31 0 22 +009221 25 26 13 12 16 20 20 15 19 21 16 24 +009222 24 19 25 9 19 15 27 14 15 14 18 35 18 +009223 24 22 13 14 11 16 14 17 8 21 16 16 26 21 +009224 22 18 14 31 22 25 16 19 20 15 27 23 +009225 25 13 26 17 14 19 23 11 21 19 16 16 18 22 11 18 17 16 12 15 20 29 22 +009226 24 16 23 10 12 23 18 14 14 10 16 13 20 18 10 15 22 22 15 13 17 21 20 21 +009227 25 20 14 18 19 23 21 14 16 18 22 21 +009228 25 18 23 15 20 19 17 18 26 24 15 22 19 20 13 19 15 13 14 14 33 15 +009229 25 13 18 19 17 15 21 15 9 16 28 19 +009230 25 9 11 16 14 28 14 13 16 22 15 20 23 +009231 24 27 26 19 24 14 21 15 13 19 32 23 +009232 25 17 10 16 13 14 15 28 29 16 5 19 31 18 21 26 12 20 17 13 18 19 20 21 +009233 26 22 14 22 16 13 14 19 22 21 16 17 12 25 5 17 10 16 18 15 19 32 22 +009234 22 13 12 21 18 17 12 16 22 20 20 17 15 21 19 17 16 16 12 21 15 19 23 +009235 26 21 15 16 15 10 18 24 13 20 22 9 20 16 17 18 13 19 9 22 23 22 +009236 24 25 25 19 20 17 14 21 14 16 28 22 +009237 25 16 23 18 11 11 15 15 12 20 19 3 16 14 14 17 14 11 11 9 16 11 21 23 20 +009238 23 18 17 16 28 9 15 21 19 20 18 27 20 +009239 23 16 19 18 19 3 19 12 14 13 18 27 33 11 13 17 31 13 15 12 14 16 20 21 23 +009240 23 24 23 20 17 20 17 18 17 26 20 +009241 23 20 15 20 3 14 18 11 10 11 18 26 20 +009242 23 26 14 12 25 20 26 19 13 17 21 19 23 +009243 24 18 17 19 14 16 24 3 22 21 15 30 19 +009244 24 20 22 17 12 17 24 10 20 14 14 24 21 21 +009245 22 17 20 26 17 13 16 14 17 15 25 21 +009246 25 17 25 16 18 12 21 12 12 24 13 15 19 28 22 9 20 22 4 18 12 15 19 21 23 +009247 26 11 26 23 10 12 18 15 21 17 18 25 20 +009248 24 16 16 18 19 26 20 25 22 16 26 20 +009249 23 15 22 21 24 13 12 13 16 13 21 32 22 +009250 24 13 12 20 21 10 13 15 10 16 22 18 22 +009251 23 26 22 15 22 27 17 28 18 11 26 13 19 19 16 13 13 11 12 19 26 29 +009252 25 23 16 10 20 21 8 18 17 18 17 9 18 16 12 9 22 18 14 27 21 21 +009253 21 22 22 22 18 17 19 11 16 19 20 25 19 19 16 20 21 15 22 33 19 +009254 23 18 17 18 19 19 18 14 27 15 28 23 +009255 25 20 13 18 17 19 20 26 20 12 19 25 36 13 15 21 20 15 22 18 21 22 +009256 23 21 23 5 15 9 23 17 17 18 23 14 24 +009257 25 14 18 14 19 20 3 16 19 23 9 25 22 +009258 25 19 22 18 12 16 10 11 10 18 24 17 24 +009259 22 18 21 22 16 21 23 10 15 20 20 33 20 26 17 17 21 15 17 20 24 21 +009260 23 21 20 16 11 21 12 14 17 13 21 21 21 +009261 22 18 17 20 28 29 15 22 6 13 20 17 13 11 15 12 16 17 19 5 15 12 17 22 23 +009262 23 21 23 6 20 17 21 20 16 5 15 15 19 17 7 20 21 23 20 14 20 28 21 +009263 23 22 15 16 24 14 13 16 14 21 0 26 15 13 16 10 17 23 18 18 17 21 16 22 +009264 25 17 17 23 16 17 26 14 12 17 28 29 14 17 14 21 12 13 16 23 25 22 +009265 22 17 14 19 22 17 20 16 17 18 30 21 +009266 26 23 24 25 25 8 20 19 17 17 19 25 22 +009267 23 16 10 18 24 4 20 20 18 17 20 20 23 +009268 25 11 12 20 21 18 10 15 14 9 19 20 22 22 +009269 23 25 23 25 15 20 19 15 11 17 27 21 +009270 24 9 19 20 15 18 19 23 27 15 18 17 12 16 8 18 21 5 21 20 10 15 22 30 21 +009271 26 12 21 21 15 16 17 9 12 15 23 12 12 22 12 13 13 10 18 29 17 +009272 23 20 27 17 15 13 12 18 19 21 14 9 19 23 22 14 21 25 3 13 17 13 30 21 +009273 26 14 9 13 16 20 29 30 14 21 14 11 18 19 14 10 11 17 17 20 18 12 24 22 +009274 25 23 26 15 16 14 20 32 40 24 22 20 21 12 17 4 18 16 11 15 18 26 18 +009275 24 16 16 17 9 15 25 5 12 16 15 13 16 19 24 18 15 19 20 26 21 22 +009276 25 19 22 16 14 21 28 22 22 12 8 18 17 25 13 13 17 18 19 24 19 +009277 23 24 24 13 15 16 9 19 13 19 18 19 13 15 21 21 14 11 29 22 +009278 26 27 22 18 13 21 21 29 19 17 9 20 14 21 10 14 13 23 25 16 23 +009279 23 25 15 15 17 11 23 26 8 22 14 15 16 15 23 16 14 19 17 26 22 +009280 23 24 20 20 6 15 16 21 11 14 7 22 25 17 15 11 19 14 15 34 21 +009281 23 17 17 19 16 10 13 17 17 20 23 18 16 17 16 18 0 16 20 17 20 +009282 26 17 20 12 19 26 26 14 17 9 19 26 6 19 17 17 4 25 10 16 18 25 19 +009283 23 18 18 18 23 12 18 14 18 21 11 18 19 19 16 19 16 20 22 21 +009284 24 16 16 16 18 21 25 19 15 14 11 15 17 23 19 14 19 17 13 19 33 22 +009285 24 17 14 14 27 26 22 23 20 16 17 16 15 16 13 12 18 18 14 23 22 +009286 25 16 26 18 16 22 6 19 20 19 13 9 18 22 21 12 16 13 8 16 26 21 +009287 24 20 21 19 18 15 20 11 24 22 7 17 19 12 5 13 19 26 13 14 17 23 23 +009288 24 16 17 24 22 16 19 13 14 19 13 16 16 20 26 18 19 17 16 15 18 21 19 20 10 17 28 19 +009289 23 18 30 16 17 15 29 20 32 20 8 18 21 21 23 +009290 26 11 12 20 26 12 14 18 16 27 19 25 20 17 10 16 13 22 12 24 22 +009291 22 17 28 21 19 14 17 33 17 11 16 17 18 20 23 23 10 19 25 20 +009292 25 16 18 19 10 18 12 17 26 22 13 15 15 22 22 18 16 19 25 17 +009293 23 16 29 5 16 13 20 16 22 27 21 +009294 25 21 20 17 19 20 10 17 22 17 19 20 +009295 26 22 20 14 15 18 11 19 22 22 23 +009296 23 17 14 19 9 28 18 22 16 17 18 27 23 15 15 12 20 28 19 +009297 26 18 22 7 11 11 20 20 12 11 27 21 +009298 23 17 20 15 18 13 9 21 25 20 +009299 23 12 25 21 16 20 21 11 20 31 23 +009300 25 25 25 11 10 19 17 9 20 33 21 +009301 25 22 21 23 14 13 13 13 18 22 24 +009302 26 22 18 19 21 24 25 22 29 22 +009303 24 24 27 11 19 23 16 17 16 19 16 15 16 21 21 14 15 15 21 26 21 +009304 22 20 12 21 16 13 20 22 23 11 14 16 14 16 10 13 10 17 20 23 +009305 25 17 25 8 21 11 10 19 28 7 18 22 19 26 11 20 8 21 24 19 +009306 23 19 15 15 15 17 11 21 14 18 19 15 18 21 19 18 20 15 15 11 18 16 15 17 21 22 +009307 23 14 16 22 26 20 17 17 14 16 14 20 19 13 16 20 20 22 +009308 27 22 26 12 12 17 20 18 8 13 16 27 18 15 19 18 18 15 23 +009309 23 17 11 20 17 14 23 29 24 20 6 15 20 13 8 20 26 23 16 12 16 18 15 16 19 15 18 34 18 +009310 25 20 23 21 13 18 14 21 14 19 15 29 28 20 15 15 12 11 9 18 25 13 18 19 12 16 17 28 21 +009311 21 21 18 26 19 14 14 21 24 19 15 17 17 25 14 13 22 14 11 17 14 12 29 19 +009312 23 14 15 17 22 18 21 16 13 17 18 15 4 17 18 13 19 21 19 17 16 10 16 12 8 19 21 18 +009313 26 16 17 24 12 16 21 17 13 11 19 31 22 +009314 23 22 13 16 14 18 6 22 21 16 13 14 18 8 12 20 18 11 21 22 23 +009315 25 10 12 21 25 19 17 14 14 13 17 15 19 11 9 19 19 18 24 22 +009316 26 17 19 20 28 19 20 13 17 14 10 15 21 25 23 19 21 14 20 18 12 17 32 19 +009317 24 23 21 18 28 20 24 24 26 12 19 6 17 11 13 14 16 16 18 16 22 +009318 25 22 19 22 18 18 16 16 17 12 20 27 14 13 11 15 16 6 23 22 22 +009319 23 19 22 21 14 17 28 21 17 20 16 11 17 17 18 18 17 18 16 23 21 +009320 26 21 12 16 12 10 16 20 20 9 17 29 25 16 25 20 26 0 12 16 26 21 +009321 26 27 18 17 21 7 18 18 21 24 14 17 19 15 16 15 14 16 25 22 +009322 26 18 22 18 14 22 14 8 13 18 28 28 20 24 15 8 16 15 30 22 +009323 23 17 19 16 20 21 15 14 14 17 19 6 19 16 12 27 14 23 11 18 30 19 +009324 26 13 29 17 20 19 16 27 21 37 11 17 14 23 8 13 14 15 21 11 28 21 +009325 25 21 25 5 20 15 20 16 16 7 23 25 22 8 14 19 14 15 7 21 22 23 +009326 23 21 25 20 13 15 18 18 9 18 15 28 11 12 17 12 5 14 15 10 17 16 17 21 +009327 22 20 15 18 15 17 17 10 8 21 22 27 13 15 18 23 4 16 17 15 8 20 18 16 20 16 16 17 25 22 +009328 24 19 16 21 25 24 26 22 20 16 17 16 11 13 20 20 19 31 17 16 22 4 20 14 19 10 17 22 23 +009329 26 21 18 15 16 16 18 22 21 16 13 9 23 20 18 23 29 11 22 15 14 14 21 15 15 30 19 +009330 24 20 22 16 20 18 8 19 21 26 19 28 24 14 13 19 19 4 16 19 21 9 23 21 25 21 +009331 25 12 24 20 18 16 14 19 13 16 9 16 11 16 11 8 20 30 15 18 11 13 12 10 12 9 22 23 22 +009332 24 15 26 12 16 15 16 18 23 6 18 13 17 18 17 16 14 27 21 +009333 26 15 20 27 3 21 9 18 15 25 25 17 24 23 26 21 22 19 21 4 17 12 19 28 20 +009334 22 15 24 20 14 17 19 21 22 22 +009335 26 21 26 17 18 17 19 28 24 +009336 27 12 22 16 17 17 17 23 +009337 26 12 21 14 11 15 12 20 29 21 +009338 25 12 12 19 23 24 22 +009339 25 13 18 14 11 18 14 13 32 22 +009340 25 11 15 22 15 15 10 17 25 22 +009341 23 26 18 17 16 15 15 31 21 +009342 26 22 19 20 15 15 17 24 22 +009343 25 12 17 16 17 15 19 27 23 +009344 25 29 23 13 18 14 13 16 20 25 15 12 21 14 17 22 22 20 +009345 22 22 33 39 24 20 21 19 19 18 19 13 19 20 17 23 21 12 15 14 15 33 23 +009346 23 17 22 24 16 15 14 19 11 12 21 24 12 16 13 10 13 15 21 21 21 +009347 25 14 11 20 13 15 12 21 20 27 18 20 20 25 19 19 21 26 10 21 22 16 11 20 19 15 22 +009348 26 12 18 28 18 15 8 8 17 16 15 8 22 17 19 23 +009349 23 18 19 9 15 19 21 17 16 11 10 20 19 22 +009350 23 19 16 9 21 24 19 17 19 21 12 20 18 30 19 +009351 25 15 17 15 19 20 5 16 10 24 21 16 18 18 32 22 +009352 23 14 22 7 23 15 18 25 18 17 14 8 21 25 33 15 15 7 14 19 18 23 19 10 11 20 19 23 +009353 24 15 16 28 12 14 13 11 17 11 15 17 15 11 22 27 20 17 25 6 21 14 15 17 12 20 23 24 16 21 +009354 23 18 33 19 14 16 13 13 18 18 19 15 4 21 23 12 16 12 25 20 24 19 20 18 21 20 17 17 23 23 +009355 26 20 19 24 15 13 14 14 19 16 14 13 27 20 12 13 16 20 17 13 19 13 12 15 17 20 24 19 +009356 22 19 21 16 20 18 24 22 18 15 18 19 14 14 20 14 10 21 18 21 16 19 17 15 11 9 23 22 20 +009357 25 22 16 15 12 17 24 19 14 21 10 25 30 17 16 20 21 9 20 18 11 21 11 19 9 19 29 20 +009358 23 24 18 5 20 17 18 23 30 17 13 13 15 9 17 24 8 16 17 13 19 20 17 17 21 20 20 16 20 20 22 +009359 23 19 20 16 18 17 20 25 20 11 16 19 11 18 17 23 35 18 15 8 18 14 18 18 11 21 27 23 +009360 26 20 24 18 14 19 20 20 19 17 13 17 14 11 16 16 19 17 8 19 9 19 15 23 18 15 19 20 23 +009361 22 15 19 21 17 21 18 11 12 19 23 14 18 12 9 19 18 26 25 20 14 14 17 14 9 20 27 19 +009362 24 16 12 16 26 14 16 23 13 21 16 12 23 10 20 21 25 18 13 10 18 22 11 17 20 15 24 20 +009363 22 16 12 17 21 13 23 23 8 14 14 13 24 21 26 12 10 18 24 15 17 20 15 12 20 21 18 23 +009364 23 14 19 22 18 17 14 16 21 18 7 16 25 6 21 15 18 15 17 16 6 22 10 15 15 24 20 +009365 24 20 17 6 19 24 14 14 22 21 35 15 24 14 19 19 22 11 21 13 21 17 22 15 23 19 22 +009366 23 23 18 9 16 22 17 11 21 27 38 11 19 17 19 16 15 13 19 21 20 9 19 6 19 32 18 +009367 25 14 15 19 21 20 10 16 30 4 20 10 14 30 31 16 17 23 10 15 8 17 15 13 16 21 24 20 +009368 24 17 17 17 26 18 18 15 23 23 11 10 17 18 16 31 16 12 19 14 22 17 10 16 29 22 +009369 24 15 19 13 26 24 13 7 22 30 15 17 13 10 15 18 17 25 17 26 24 18 18 17 10 28 20 +009370 27 21 16 10 20 24 10 18 14 24 18 15 20 15 13 18 26 20 17 20 16 17 14 15 21 27 19 +009371 23 17 15 20 32 20 19 19 27 16 18 18 17 20 27 12 14 24 16 31 11 23 16 12 15 27 22 +009372 24 14 20 13 14 10 18 15 23 16 14 16 27 18 20 11 15 16 20 15 24 6 17 16 23 25 17 +009373 24 16 20 24 27 3 16 14 14 24 18 25 16 24 21 15 16 11 18 14 13 18 13 16 19 26 16 +009374 26 28 23 18 16 12 10 22 19 9 23 25 21 +009375 24 13 14 23 28 15 20 17 18 18 18 27 23 +009376 26 25 15 12 14 18 23 22 11 15 13 22 9 20 13 15 12 19 13 20 14 17 19 26 20 +009377 25 19 19 24 14 17 21 14 10 18 14 20 24 14 30 12 16 15 19 15 11 29 19 +009378 26 14 19 16 18 11 17 15 19 19 20 19 17 12 19 15 15 22 15 22 +009379 25 21 18 21 12 14 19 19 22 24 12 18 28 31 13 25 15 14 17 19 16 24 23 +009380 25 13 17 15 15 16 23 19 18 14 16 25 25 14 12 14 17 12 17 14 22 14 16 23 22 +009381 26 15 13 12 19 26 18 14 17 13 19 10 23 24 15 14 10 14 26 17 13 14 17 19 23 21 +009382 25 18 15 19 16 23 23 7 19 17 15 25 34 12 12 16 21 20 23 15 19 13 8 15 22 22 +009383 25 20 17 17 19 18 23 15 13 18 20 0 17 15 25 37 15 17 14 7 14 21 23 20 17 24 20 +009384 23 19 21 10 21 21 25 15 20 12 15 16 15 16 15 24 14 9 12 15 15 14 13 20 22 22 +009385 23 15 15 21 11 23 11 26 20 17 13 13 11 22 23 12 15 16 14 15 15 23 22 +009386 24 21 25 19 16 16 11 20 14 18 16 8 24 26 21 +009387 23 19 18 16 18 12 15 26 33 12 16 25 20 14 14 9 22 20 19 19 21 9 19 30 20 +009388 25 17 21 15 17 24 21 18 18 27 19 16 18 14 18 16 18 15 12 15 13 21 26 20 +009389 22 14 24 14 17 15 21 26 20 12 11 21 24 29 13 10 19 23 6 18 17 21 20 21 19 +009390 27 16 22 18 11 15 14 22 14 10 17 21 21 +009391 23 18 14 19 22 17 12 15 17 13 24 11 15 7 18 19 31 22 +009392 25 20 21 34 19 21 28 19 17 15 15 11 20 17 10 30 19 +009393 23 17 14 26 9 17 22 15 22 17 13 17 15 17 10 18 23 18 +009394 24 21 18 28 22 18 16 17 15 18 19 16 17 14 11 16 26 21 +009395 25 27 25 10 20 24 43 24 22 11 11 11 11 16 21 15 11 27 21 +009396 24 20 21 30 11 17 23 19 19 19 9 19 18 19 10 20 32 18 +009397 26 17 21 21 30 10 18 18 18 13 16 16 25 7 20 20 18 31 22 +009398 25 18 11 17 22 20 4 18 22 16 9 27 23 14 18 16 20 16 23 +009399 24 18 22 11 20 17 16 16 13 19 21 19 17 18 19 16 16 31 23 +009400 25 15 18 12 9 19 26 17 6 17 23 13 17 14 15 27 19 +009401 25 14 28 15 17 18 21 21 26 4 20 20 15 19 12 15 22 30 24 +009402 24 21 26 16 22 17 7 19 22 25 20 18 8 16 26 20 27 +009403 25 13 19 15 21 16 18 13 21 17 11 16 17 15 10 16 26 27 +009404 26 14 20 18 13 16 19 11 21 10 17 20 10 20 16 16 28 21 +009405 24 16 15 27 10 18 11 14 16 14 18 18 16 18 8 18 25 27 +009406 24 23 29 11 17 18 7 7 13 9 22 18 15 18 18 15 26 29 22 +009407 26 25 19 18 17 14 15 17 9 10 20 18 15 19 16 31 25 +009408 24 24 20 16 15 8 19 18 26 24 15 11 24 14 20 23 26 +009409 25 24 30 6 17 18 16 9 23 22 24 15 16 18 15 15 24 28 +009410 25 13 18 29 18 17 14 12 18 11 17 21 7 20 26 25 23 +009411 26 21 15 18 16 25 6 17 17 21 12 10 18 18 21 17 28 28 +009412 25 19 27 26 21 12 16 17 10 14 29 7 21 10 15 11 27 25 +009413 25 24 20 20 22 22 19 14 16 13 18 18 25 14 10 21 33 26 +009414 25 19 29 8 20 16 17 14 7 20 20 12 21 18 19 24 26 +009415 25 14 15 14 21 23 4 11 21 21 17 21 11 17 24 23 7 19 20 23 17 20 27 31 +009416 25 14 22 34 21 21 15 18 15 18 29 24 16 15 17 16 25 18 18 19 21 25 +009417 25 15 22 20 21 18 29 20 19 24 26 17 12 19 19 34 15 20 20 14 16 25 24 +009418 24 17 18 17 17 23 24 19 22 21 21 30 21 10 15 15 13 14 13 19 18 33 25 +009419 23 20 12 17 12 17 21 27 17 25 17 17 27 39 12 22 21 22 14 12 12 13 20 11 18 18 28 +009420 23 23 20 27 16 21 25 15 18 13 15 22 30 39 19 20 13 19 17 17 27 17 17 14 17 18 24 25 +009421 24 17 22 17 13 18 21 16 13 12 13 20 25 12 19 16 14 18 14 23 27 +009422 23 19 27 15 14 22 14 17 12 17 20 13 19 14 30 17 17 16 16 20 23 27 17 17 13 14 16 17 14 19 28 26 +009423 25 17 17 20 17 23 7 18 14 20 13 33 26 +009424 22 20 19 14 18 13 20 20 24 15 18 19 17 23 19 20 15 17 11 14 15 18 16 26 22 +009425 26 21 23 22 14 15 20 17 17 14 19 32 26 +009426 26 12 11 22 24 15 17 19 16 12 18 14 18 22 14 11 16 19 13 27 24 +009427 26 20 25 12 20 13 18 19 16 17 26 22 19 17 28 12 17 18 30 9 20 24 23 25 16 18 18 19 21 21 25 23 +009428 25 14 22 20 21 3 21 21 17 19 15 14 17 9 19 27 25 +009429 24 19 22 19 25 15 15 13 16 17 22 23 19 21 18 26 26 +009430 23 30 15 20 7 17 21 21 17 20 9 19 16 20 31 25 +009431 26 17 21 14 18 20 19 24 14 17 23 16 7 21 26 25 +009432 26 24 22 14 14 20 11 9 22 22 26 15 13 18 26 6 20 20 15 20 14 20 16 20 17 15 14 17 21 23 23 +009433 23 19 19 20 28 17 14 14 19 15 15 11 21 18 33 25 +009434 26 33 30 13 21 18 11 17 17 25 7 20 11 11 23 16 22 22 +009435 23 16 17 17 10 15 21 25 7 18 19 17 16 15 20 27 23 +009436 22 17 28 23 26 21 21 16 10 19 33 29 27 31 24 +009437 23 25 18 19 26 27 18 17 15 9 17 19 21 21 27 +009438 24 21 13 13 10 20 24 6 22 17 16 15 18 16 28 25 +009439 26 16 25 21 19 17 19 27 24 20 21 14 16 18 31 26 +009440 24 12 16 20 15 15 21 25 9 16 14 21 23 27 16 17 15 20 21 18 32 16 11 17 24 10 15 15 7 18 12 21 21 25 +009441 26 19 14 17 23 18 18 18 27 18 19 17 9 14 16 18 14 9 21 16 30 27 +009442 25 24 26 13 14 18 18 15 15 17 16 20 15 19 12 16 13 18 14 31 27 +009443 24 15 30 21 19 18 16 28 20 21 20 11 11 14 20 24 18 21 16 19 14 18 18 14 14 16 11 30 21 +009444 22 22 10 24 19 17 20 26 14 16 17 14 12 16 15 19 14 19 29 24 +009445 26 13 18 18 17 26 26 18 13 16 12 9 22 20 9 15 19 17 19 11 15 18 15 31 27 +009446 25 11 16 21 14 27 21 20 18 18 14 16 20 30 25 +009447 27 18 16 12 17 19 20 22 14 20 19 15 20 32 24 +009448 23 15 19 19 22 18 9 18 12 12 12 20 22 22 25 +009449 22 16 24 10 28 18 18 25 6 22 28 18 20 13 36 26 +009450 25 19 17 9 20 21 24 20 12 17 20 21 23 25 +009451 24 20 28 10 18 10 15 19 21 15 14 20 23 26 24 +009452 26 13 16 19 19 11 17 20 22 7 13 12 21 22 27 +009453 25 11 15 18 16 17 20 21 7 20 17 25 13 19 33 26 +009454 26 19 28 8 20 12 14 15 18 12 13 30 16 17 15 15 17 19 20 19 27 24 +009455 23 17 16 19 15 15 18 15 19 33 25 +009456 23 25 24 13 13 16 15 16 12 19 22 29 17 15 21 16 16 11 9 23 21 15 20 16 17 18 32 25 +009457 25 22 14 16 11 15 18 28 14 24 16 20 21 22 12 14 17 28 25 +009458 25 12 11 14 19 24 7 17 13 18 17 17 23 34 13 14 11 19 23 8 15 19 15 15 18 13 14 8 18 22 20 24 +009459 27 18 16 26 5 15 20 13 17 11 20 27 33 15 18 15 19 27 20 16 13 33 22 +009460 25 18 16 20 8 10 11 19 18 18 27 22 10 18 20 26 22 +009461 25 20 28 31 13 14 21 18 10 24 23 16 20 13 31 26 +009462 26 23 17 15 27 29 17 22 23 21 16 14 16 31 26 +009463 24 19 22 16 26 17 10 13 20 18 14 20 11 12 19 12 26 24 +009464 26 16 20 17 15 13 16 18 17 16 21 7 22 26 26 +009465 25 21 20 20 23 7 9 13 19 17 21 10 13 18 26 24 +009466 25 21 19 20 22 17 16 16 18 18 16 21 18 15 26 22 +009467 21 20 29 16 21 22 19 16 19 15 16 19 22 25 17 17 21 14 10 14 19 24 21 20 21 17 23 25 +009468 23 19 17 16 16 17 13 10 18 26 16 12 15 15 16 15 19 17 9 20 13 26 25 +009469 24 15 29 4 15 12 18 18 22 20 6 24 19 20 30 26 17 12 18 20 25 28 20 30 23 +009470 24 20 15 29 6 24 24 17 17 20 25 22 15 18 16 10 23 23 17 17 22 33 29 +009471 24 19 26 8 15 20 16 19 17 10 22 28 13 16 14 20 25 17 23 22 15 17 26 23 +009472 24 21 23 14 14 19 18 17 22 18 30 29 11 12 14 16 21 19 22 17 18 14 7 20 29 25 +009473 26 22 19 20 21 11 11 17 14 21 15 11 19 24 18 18 17 18 14 15 11 17 24 23 +009474 24 19 25 19 17 27 12 14 19 13 12 11 15 13 17 17 15 16 15 18 20 24 24 +009475 23 16 20 20 20 12 16 23 15 24 22 27 15 11 16 22 21 19 13 16 16 26 +009476 23 20 19 20 20 12 24 28 22 16 18 29 19 18 21 16 18 17 19 11 26 24 +009477 24 17 12 22 28 25 16 11 15 25 22 15 15 20 30 23 20 22 17 17 13 31 24 +009478 24 21 16 21 19 15 16 7 19 26 31 16 25 13 13 20 30 19 23 16 15 19 25 27 +009479 25 14 17 17 16 19 24 29 19 18 15 17 15 17 22 16 21 17 22 22 15 25 15 24 27 +009480 23 18 30 15 18 23 17 20 24 11 13 21 20 13 15 17 28 34 20 17 13 15 15 17 31 23 +009481 26 23 28 25 21 17 22 5 17 24 20 19 14 18 15 15 11 9 10 20 30 23 +009482 23 19 20 18 18 30 18 9 12 14 13 19 27 26 12 19 14 16 27 16 9 14 14 27 31 25 +009483 24 23 17 13 16 18 17 15 30 26 8 13 18 16 17 17 15 19 18 21 17 25 22 +009484 24 18 20 16 7 17 16 30 19 14 19 16 11 14 20 24 20 15 20 21 21 24 +009485 24 24 14 19 17 9 16 24 24 23 18 10 16 27 20 16 15 26 6 25 15 20 26 27 +009486 25 23 17 10 17 22 5 22 13 19 19 22 28 21 19 16 14 14 11 15 21 17 22 25 25 +009487 28 16 27 15 27 19 17 24 28 34 25 29 14 24 31 19 19 14 16 17 19 31 15 16 16 21 21 14 17 27 26 +009488 26 12 16 17 16 21 29 9 14 12 13 19 31 26 +009489 26 15 17 12 15 22 14 10 18 15 16 19 26 25 +009490 26 17 21 13 16 19 16 25 26 24 16 19 16 17 17 30 16 13 17 18 20 14 21 15 8 18 18 20 27 25 +009491 26 24 26 36 6 23 21 26 13 30 22 12 23 15 20 14 13 18 17 17 15 13 32 26 +009492 26 19 24 23 17 23 16 17 14 20 22 20 15 20 12 10 18 15 17 28 22 +009493 25 21 15 12 16 13 19 25 30 18 20 27 21 11 13 12 18 16 21 11 25 25 +009494 22 20 22 20 23 26 9 16 12 18 14 17 10 28 32 12 20 17 16 15 20 25 23 +009495 24 21 17 8 17 23 14 14 27 20 23 18 7 20 12 19 18 18 18 17 26 26 +009496 26 18 29 17 11 19 19 26 17 19 16 13 19 24 22 21 26 12 14 14 28 22 25 +009497 24 21 20 27 19 18 19 18 9 13 16 28 10 17 14 20 16 12 12 14 33 27 +009498 23 17 20 14 16 9 19 24 5 19 15 17 17 11 18 18 19 14 18 33 26 +009499 26 11 18 17 18 14 9 9 22 14 18 11 30 18 13 19 23 17 15 14 22 29 24 +009500 25 20 32 13 22 23 25 14 20 15 28 20 12 16 18 25 25 16 18 17 27 25 +009501 26 15 35 21 18 18 20 13 18 19 16 14 16 28 9 13 18 15 22 27 25 +009502 25 18 25 17 16 17 21 22 11 20 14 14 19 20 27 20 16 15 15 28 26 +009503 23 17 18 13 18 21 14 11 20 24 26 13 16 20 26 18 21 21 15 22 23 +009504 26 16 27 14 21 13 16 18 18 23 9 20 18 15 16 11 17 12 11 21 25 24 +009505 24 21 15 17 18 17 17 11 18 13 16 22 6 19 12 15 16 18 16 17 31 25 +009506 23 18 22 26 23 23 16 17 16 6 18 26 17 13 16 18 15 14 29 24 +009507 24 19 22 20 19 13 14 21 25 14 18 23 3 16 15 12 13 17 19 20 19 18 31 26 +009508 23 13 14 28 20 24 18 16 19 20 21 17 17 10 13 16 18 6 10 11 13 21 17 15 15 11 16 27 23 +009509 26 14 14 15 16 15 22 15 9 19 21 24 17 19 20 20 12 20 15 16 10 15 19 18 22 24 +009510 24 32 20 12 27 21 14 15 21 8 15 15 14 14 32 24 +009511 23 20 22 18 20 17 26 8 15 18 18 25 28 23 21 25 22 18 14 16 19 17 12 9 24 22 24 +009512 24 20 31 25 23 20 17 11 15 16 19 28 24 +009513 23 14 19 21 21 14 29 13 15 20 12 20 24 26 +009514 25 17 21 14 16 15 17 16 14 17 14 29 25 +009515 25 10 19 27 15 21 15 18 31 21 22 18 14 20 27 23 16 14 20 19 20 17 9 19 14 21 30 26 +009516 23 19 19 13 12 12 19 17 19 21 23 18 18 12 21 18 30 17 20 25 20 11 16 20 18 11 18 22 28 +009517 23 24 21 14 19 15 13 18 14 24 27 17 16 19 17 13 4 18 9 21 21 18 18 10 12 18 21 24 28 +009518 23 17 14 17 19 14 18 17 29 30 16 23 18 14 16 13 18 18 21 25 19 25 8 13 17 17 14 31 25 +009519 25 13 21 27 16 11 18 19 19 13 17 16 25 30 22 30 16 22 10 17 23 12 18 16 15 15 13 17 26 28 +009520 23 14 19 18 24 5 18 17 13 15 15 17 11 14 16 22 16 18 31 27 +009521 24 18 22 14 8 19 18 19 18 25 7 17 21 21 19 9 19 17 30 21 +009522 25 16 30 18 14 17 12 19 23 25 19 25 14 19 12 10 14 21 30 25 +009523 23 17 19 25 16 12 13 19 22 16 18 24 24 16 17 17 7 16 32 27 +009524 24 16 23 12 17 10 19 20 24 16 13 17 13 13 22 21 14 17 18 24 26 +009525 25 14 19 13 19 16 26 11 26 23 19 16 19 15 14 20 18 16 13 31 21 +009526 26 21 16 17 14 12 8 18 15 18 17 23 25 12 13 16 14 13 17 10 23 7 14 20 12 15 16 15 16 20 26 +009527 26 20 16 17 10 16 17 26 23 15 18 17 14 8 19 26 23 19 19 25 25 +009528 25 18 16 20 21 29 17 22 12 14 17 19 14 23 17 18 16 21 15 25 27 29 +009529 25 12 22 25 24 17 13 11 22 23 21 20 12 19 25 21 19 20 16 20 27 24 +009530 24 19 32 11 16 17 17 18 15 14 13 15 13 19 20 19 9 20 29 22 +009531 26 13 25 10 14 17 10 12 15 15 21 22 18 10 13 10 13 18 18 18 19 26 22 +009532 23 14 13 18 17 19 17 17 30 13 20 14 16 11 17 28 22 14 15 13 15 15 14 14 8 22 23 25 +009533 23 24 16 21 12 22 27 11 15 22 17 12 17 13 14 15 19 29 25 18 20 6 12 18 16 23 18 28 +009534 23 14 26 15 18 23 18 8 15 18 15 25 7 18 16 8 21 19 17 12 16 20 19 22 8 18 30 27 +009535 25 18 16 16 26 19 15 16 13 12 15 12 22 11 24 20 9 20 17 17 8 20 15 12 22 30 25 +009536 24 17 17 18 25 18 16 15 18 15 23 16 19 21 17 26 17 20 16 13 23 11 21 15 7 18 30 24 +009537 24 16 23 15 18 16 17 21 28 11 12 11 14 16 17 23 15 17 16 28 18 12 18 3 13 16 18 17 25 25 +009538 25 24 20 20 18 10 12 15 20 19 26 20 21 15 18 22 21 19 17 12 23 25 22 19 20 22 28 +009539 23 18 15 21 17 17 9 20 23 24 18 11 10 23 16 18 19 16 16 15 19 21 11 25 24 +009540 26 21 24 26 10 17 23 23 27 20 21 16 9 28 12 16 18 22 19 19 22 23 18 16 16 27 27 +009541 22 23 27 21 19 19 21 10 8 15 26 24 17 17 14 22 21 10 22 17 21 17 15 10 17 16 28 27 +009542 25 14 31 17 23 31 20 17 26 16 13 18 17 14 14 25 19 5 14 17 16 20 26 24 +009543 26 11 15 14 24 22 25 10 11 14 16 18 24 15 15 25 16 15 18 16 21 28 24 +009544 25 16 20 19 16 28 20 13 10 21 19 16 16 25 24 18 14 17 19 28 23 +009545 22 13 12 13 19 20 24 20 13 13 16 15 19 12 16 18 26 24 +009546 24 18 20 20 13 22 22 17 21 16 13 19 16 11 13 36 26 +009547 24 18 16 18 23 17 18 25 19 20 23 24 +009548 25 18 28 17 13 19 15 25 17 20 13 14 12 29 29 23 14 16 17 22 19 17 18 27 19 24 +009549 25 24 13 10 21 33 6 16 11 11 22 13 18 18 11 10 18 16 23 26 +009550 25 21 11 22 13 17 13 15 17 26 18 16 19 10 16 20 17 19 28 23 +009551 23 21 19 19 18 14 25 11 22 19 16 15 15 19 15 19 17 25 25 +009552 22 18 21 17 14 30 14 18 20 16 24 31 9 17 22 10 18 12 20 23 24 +009553 26 19 16 13 14 19 17 14 12 19 18 21 12 15 17 16 17 14 21 20 24 +009554 25 16 13 13 12 20 21 22 20 16 21 16 17 12 21 23 21 21 22 24 20 19 14 14 12 24 24 +009555 27 18 23 18 17 20 22 17 16 21 17 11 19 15 14 14 16 18 18 11 18 16 16 16 13 14 30 23 +009556 23 17 17 14 15 30 22 17 24 14 15 12 17 14 22 24 21 15 17 11 19 20 18 10 18 19 22 23 +009557 24 16 28 15 20 18 21 15 21 7 22 16 15 19 20 22 21 20 17 18 15 17 20 12 10 19 27 24 +009558 24 20 19 17 16 16 14 10 28 21 14 10 18 20 17 20 11 15 10 20 19 13 10 16 32 25 +009559 28 17 25 10 18 11 19 24 15 15 17 20 15 19 20 15 9 11 15 26 23 16 14 19 14 27 22 +009560 24 18 16 21 17 26 20 10 13 12 16 13 15 11 19 19 27 25 +009561 26 19 15 20 17 16 12 21 14 9 26 25 23 +009562 25 20 20 14 22 16 17 15 20 27 12 14 19 16 21 14 19 18 16 24 6 22 18 13 16 18 27 24 +009563 25 20 12 17 19 25 20 15 14 17 17 23 27 19 24 19 14 15 21 18 15 18 21 27 23 +009564 22 15 25 11 18 17 15 15 14 13 19 19 21 17 14 12 17 16 20 28 24 +009565 23 17 27 7 17 19 13 20 28 22 19 22 15 14 13 16 15 15 16 13 28 22 +009566 26 24 12 25 22 12 15 12 14 12 11 16 23 32 13 12 18 18 19 18 16 10 15 16 27 20 18 18 26 25 +009567 24 19 18 21 15 12 15 14 16 24 27 15 14 20 13 19 11 17 18 12 15 20 26 14 19 14 18 15 20 19 26 +009568 23 18 10 15 21 21 24 15 11 19 23 9 23 19 22 11 9 19 15 14 14 12 32 25 +009569 24 21 19 17 16 15 13 33 22 14 9 18 24 3 18 18 21 17 13 16 14 17 29 25 +009570 23 17 10 15 21 13 12 15 19 26 25 11 13 19 15 27 32 11 19 17 16 19 20 23 17 9 13 14 13 17 22 26 +009571 26 18 14 20 21 22 16 12 11 17 18 25 24 +009572 26 15 15 10 20 17 25 17 13 11 14 11 18 16 12 19 22 25 +009573 24 16 17 28 17 14 12 15 22 20 18 15 17 16 18 16 18 15 13 16 19 16 18 28 26 +009574 23 20 14 27 36 17 23 20 19 12 15 12 16 19 24 23 18 13 24 20 15 13 16 26 26 +009575 25 18 15 19 12 15 8 19 25 19 20 18 19 13 16 17 26 13 17 17 18 16 18 35 28 +009576 23 19 17 22 15 20 15 7 20 21 16 19 17 16 12 22 23 23 +009577 25 23 13 9 24 5 18 19 18 21 14 18 18 18 14 21 23 29 17 8 21 18 13 19 14 18 11 16 25 23 +009578 24 14 15 17 26 20 17 12 22 6 13 18 17 19 20 15 14 16 22 27 22 24 12 14 19 17 17 14 9 19 30 26 +009579 25 21 10 25 17 17 17 25 22 15 14 12 8 24 18 20 11 18 19 27 23 +009580 25 17 21 21 19 14 15 15 18 21 29 9 17 16 18 17 12 8 20 14 18 28 25 +009581 23 21 22 21 22 18 17 16 17 25 19 16 18 14 20 14 15 15 9 24 27 23 +009582 25 16 19 21 15 19 12 17 20 18 19 17 9 20 16 20 9 18 14 10 17 15 18 13 20 27 +009583 23 22 17 15 15 9 16 15 17 17 11 23 17 26 22 16 14 17 12 31 15 13 19 14 14 22 15 19 25 +009584 25 16 19 18 17 9 19 11 27 27 16 18 14 19 16 14 18 22 17 16 23 29 24 +009585 25 23 22 19 18 19 21 4 21 19 15 20 23 19 18 8 22 17 17 29 25 +009586 26 14 12 12 19 31 25 14 17 23 19 20 8 19 14 11 20 18 19 15 23 18 19 26 27 +009587 25 13 23 21 17 18 18 8 17 25 23 16 13 27 25 18 17 18 14 15 7 18 16 21 25 23 +009588 26 24 18 16 17 10 20 27 30 12 14 13 13 14 16 8 19 24 13 16 18 18 8 16 11 14 32 22 +009589 27 19 17 23 15 16 26 20 11 14 17 21 12 12 19 13 12 13 9 20 28 26 +009590 23 18 15 15 24 15 14 20 21 16 14 16 18 18 9 29 25 +009591 23 24 15 19 19 11 27 5 26 19 19 14 11 24 17 25 +009592 24 19 11 15 13 14 16 27 13 20 19 21 18 26 25 +009593 26 18 16 23 24 18 17 12 11 19 10 16 22 26 25 +009594 23 17 26 16 22 11 21 18 17 15 18 18 15 32 26 +009595 25 11 11 16 21 14 15 19 17 10 28 6 18 12 15 9 17 20 24 25 +009596 23 21 26 19 16 20 12 23 22 10 23 16 17 12 22 18 31 28 +009597 23 17 11 14 31 15 15 15 21 11 23 26 24 +009598 27 19 17 10 16 14 25 17 16 15 23 19 17 16 14 13 13 16 16 20 21 24 +009599 23 23 13 25 13 15 18 15 29 17 21 35 27 +009600 26 20 15 14 16 15 27 22 13 22 19 16 10 16 15 22 21 21 21 12 21 32 24 +009601 26 24 14 17 10 17 25 8 21 16 19 16 17 22 22 20 14 22 20 16 12 21 22 25 +009602 26 11 16 18 29 20 21 16 18 9 18 21 15 10 21 25 19 14 21 16 21 18 15 16 25 23 +009603 23 19 20 24 9 18 11 27 12 21 13 19 26 26 +009604 25 21 13 17 27 8 16 18 14 17 15 12 15 20 24 20 21 15 14 14 9 16 21 31 25 +009605 24 18 20 14 13 17 19 16 18 20 7 14 18 18 12 15 20 26 23 +009606 23 18 25 16 17 30 13 18 26 18 16 28 25 +009607 25 21 27 15 20 18 16 14 9 26 23 20 14 15 9 20 37 23 +009608 25 20 27 17 21 12 23 26 20 15 12 16 14 15 16 7 20 32 23 +009609 26 21 21 15 18 13 18 16 25 25 17 11 17 17 15 21 18 4 19 20 17 17 29 24 +009610 22 17 13 18 14 10 11 16 26 6 20 15 16 13 10 9 20 22 24 +009611 23 21 14 10 20 22 10 15 19 14 19 17 32 24 +009612 22 25 22 20 23 23 17 21 21 15 22 25 24 +009613 23 15 22 16 23 19 18 23 10 19 15 21 19 14 17 14 19 24 26 +009614 24 14 20 22 17 13 15 18 26 36 13 15 21 26 16 14 10 16 22 15 16 14 20 23 24 +009615 25 14 10 14 12 19 19 18 18 20 21 21 25 +009616 25 22 16 14 14 11 24 20 12 14 18 19 15 17 14 18 22 19 26 +009617 24 20 26 6 20 20 21 20 14 17 18 21 25 22 18 19 19 18 13 13 14 18 16 27 21 +009618 24 20 15 16 27 28 24 26 5 17 13 17 13 19 18 23 4 24 16 20 16 22 28 23 +009619 25 23 26 12 15 17 26 6 17 16 10 31 27 +009620 26 23 17 21 15 19 29 19 16 14 16 12 18 16 26 11 18 16 15 20 21 9 17 16 15 32 24 +009621 26 12 25 18 17 20 17 17 22 14 8 22 25 25 +009622 26 12 16 17 19 14 18 12 10 15 17 26 25 +009623 25 20 19 16 16 10 29 18 15 15 24 17 12 14 17 19 28 25 +009624 24 22 21 16 18 19 25 14 17 15 14 15 27 14 16 17 28 12 28 21 4 21 27 26 +009625 23 25 26 13 11 15 22 15 10 18 12 17 16 10 18 16 36 27 +009626 25 8 17 16 15 20 24 20 13 15 20 16 22 8 16 16 21 25 24 +009627 23 17 12 15 21 20 12 17 17 8 21 20 24 18 15 9 21 18 6 14 19 13 23 26 27 +009628 23 24 20 15 21 28 13 11 20 14 19 26 25 +009629 26 13 10 17 17 17 12 20 29 16 21 18 27 24 +009630 26 17 21 18 17 22 16 15 9 23 33 28 +009631 23 11 27 3 19 10 14 20 14 14 11 16 30 23 +009632 22 22 21 20 18 16 13 14 9 9 15 25 28 +009633 22 17 14 17 17 14 20 9 20 24 24 25 +009634 24 18 26 19 15 13 26 23 14 16 16 20 12 16 15 6 21 19 23 24 +009635 24 21 11 18 24 13 22 15 20 17 16 29 27 +009636 26 20 25 26 13 19 12 19 15 16 18 8 19 18 20 16 15 28 22 +009637 25 17 17 14 27 14 22 21 20 16 10 23 24 19 16 21 22 10 14 9 20 28 26 +009638 25 12 15 12 20 25 16 14 13 16 20 14 15 14 15 22 24 26 +009639 22 17 17 13 17 19 19 16 17 23 19 15 22 14 20 19 29 25 +009640 23 15 20 22 24 18 15 24 7 12 16 14 15 16 17 16 17 29 24 +009641 23 15 13 12 16 18 25 24 20 23 26 15 12 13 15 23 15 15 26 25 +009642 24 20 25 7 16 18 11 12 14 19 22 24 24 +009643 24 21 16 25 12 16 22 29 28 +009644 25 15 16 15 14 8 19 24 16 10 15 22 29 24 +009645 23 22 16 26 24 17 15 14 15 9 20 28 22 +009646 24 21 23 16 13 16 21 10 17 14 16 16 24 24 +009647 24 14 14 13 16 17 21 13 14 15 17 21 29 25 +009648 23 17 21 21 17 10 26 19 23 22 12 16 16 10 15 16 23 24 +009649 25 15 18 17 13 16 16 15 30 28 +009650 26 9 12 15 14 12 19 23 18 19 21 9 19 12 11 17 29 25 +009651 25 26 16 16 19 29 23 14 18 20 29 26 +009652 25 18 24 16 14 18 15 17 17 17 23 24 10 17 19 15 11 17 15 9 22 30 26 +009653 25 16 17 22 19 16 8 17 13 24 11 21 16 15 13 17 27 26 +009654 26 17 31 17 20 16 11 17 13 20 19 27 29 +009655 24 19 17 17 19 22 11 29 17 17 21 30 27 +009656 24 15 9 19 24 15 13 19 28 11 19 14 11 22 14 21 25 23 +009657 26 23 19 17 17 16 26 24 22 17 34 25 +009658 23 16 20 17 18 19 24 17 17 18 15 16 17 19 7 22 25 26 +009659 26 19 15 17 14 12 14 20 24 27 8 13 17 16 25 23 16 17 16 19 18 17 27 23 +009660 26 10 17 20 19 16 17 16 24 25 +009661 26 13 32 15 16 31 14 15 30 24 15 23 22 28 +009662 23 15 18 21 19 14 10 21 25 16 20 22 14 21 10 23 21 24 +009663 25 15 17 29 6 14 22 13 13 13 16 19 19 11 16 16 30 17 17 16 16 22 25 25 +009664 23 21 25 25 5 17 12 21 6 29 13 19 12 13 19 11 18 30 23 +009665 25 8 13 18 25 0 6 14 14 18 14 21 19 23 +009666 23 21 25 23 16 16 15 17 17 14 20 35 26 +009667 24 18 13 19 26 5 12 16 13 18 13 13 16 17 14 9 20 31 26 +009668 25 11 26 18 24 18 11 16 15 15 25 12 18 19 15 15 14 19 21 18 20 20 19 28 24 +009669 25 16 15 23 15 16 20 17 16 16 19 16 19 17 13 9 18 17 26 27 +009670 26 22 15 15 13 25 12 13 13 17 10 14 24 26 +009671 25 20 12 17 23 23 27 +009672 23 17 29 8 24 23 19 19 13 15 22 29 24 +009673 25 12 21 22 15 18 9 16 18 18 13 26 26 +009674 23 15 22 24 18 12 14 16 13 13 17 11 26 18 14 13 11 17 14 14 12 16 28 30 +009675 24 16 17 23 18 15 14 16 10 17 21 14 12 19 17 14 19 29 24 +009676 24 20 16 30 14 17 21 17 14 20 15 30 26 +009677 24 17 19 13 12 19 29 16 14 18 15 19 18 15 9 13 17 28 26 +009678 24 15 19 19 15 16 12 29 17 16 19 14 20 14 17 19 17 21 24 22 21 15 15 8 24 23 27 +009679 26 15 30 22 18 13 16 15 25 16 14 17 11 15 26 11 17 24 25 +009680 25 15 14 19 12 13 31 14 18 21 6 11 16 14 17 13 14 12 17 25 23 +009681 24 16 12 13 22 26 15 12 20 17 12 18 24 27 +009682 25 12 21 24 18 21 9 22 29 20 16 11 26 24 23 +009683 25 20 10 16 9 18 14 25 20 18 16 21 12 13 16 15 19 26 29 +009684 23 18 17 26 18 13 21 19 17 12 23 28 27 +009685 23 19 20 17 15 12 20 21 15 22 22 26 +009686 23 12 15 31 22 12 9 16 21 24 21 25 +009687 23 15 10 16 20 22 22 18 19 15 16 19 30 35 16 12 19 15 25 15 22 16 17 20 18 12 23 36 25 +009688 25 22 26 16 17 16 18 7 20 25 16 14 22 27 24 +009689 24 18 11 14 15 21 18 14 18 20 16 23 17 11 26 25 +009690 25 14 31 9 25 11 22 16 19 15 14 27 26 14 15 10 17 14 17 15 14 22 14 26 17 17 18 27 25 +009691 24 17 22 15 16 17 27 27 17 15 16 19 25 10 16 13 10 17 13 12 29 18 13 14 23 12 15 21 27 24 +009692 25 17 19 15 18 15 18 32 9 14 16 18 25 17 26 22 3 22 24 22 18 16 11 15 17 17 26 16 19 29 28 +009693 24 15 24 16 16 16 19 9 24 9 19 16 21 22 26 20 17 9 22 27 23 19 13 17 9 8 21 26 24 +009694 22 17 17 17 12 21 26 28 19 13 18 23 10 17 15 21 21 18 19 21 14 19 15 15 17 13 18 26 22 +009695 23 25 21 10 23 22 17 26 11 17 21 22 6 16 15 23 24 21 19 13 16 18 17 17 22 21 25 +009696 24 16 12 19 24 25 17 23 18 14 17 26 17 17 15 22 8 12 17 18 21 20 14 14 21 25 25 +009697 23 25 23 17 17 21 28 13 24 16 11 12 20 20 19 16 10 17 11 31 13 20 16 18 16 10 19 18 23 +009698 25 18 24 15 20 25 15 19 23 9 18 17 13 19 22 6 17 19 14 15 15 22 23 19 20 15 16 17 25 24 +009699 23 21 18 22 5 18 16 18 14 14 22 25 5 13 23 22 20 16 18 16 16 14 10 16 12 17 32 27 +009700 26 22 18 14 13 14 15 15 29 22 22 17 15 18 25 32 18 19 14 15 24 22 15 17 16 20 26 27 +009701 25 18 15 15 16 28 16 16 15 19 21 23 18 15 9 17 17 19 24 5 18 13 12 17 18 24 25 26 +009702 25 18 24 18 20 15 20 22 24 14 17 12 13 18 15 29 6 19 17 19 15 16 18 21 23 19 16 28 21 +009703 24 16 29 18 18 24 24 9 17 16 17 24 21 13 12 26 20 18 11 16 17 17 26 26 +009704 23 21 20 20 18 9 13 11 19 27 22 9 12 15 15 21 18 19 17 13 21 26 24 +009705 24 21 15 14 18 15 17 21 11 19 18 18 16 17 29 20 16 11 17 14 20 29 25 +009706 24 26 8 16 13 24 15 13 20 11 13 21 29 21 21 13 19 13 11 12 15 17 35 23 +009707 25 17 31 15 19 11 16 19 14 14 19 0 7 20 29 14 13 13 13 23 17 24 29 +009708 25 12 18 12 12 24 14 13 20 29 20 12 14 15 13 22 14 18 7 12 15 31 26 +009709 24 24 26 18 12 16 16 18 19 11 17 13 16 23 4 16 10 18 17 18 25 26 +009710 26 18 17 18 13 18 19 27 8 14 13 18 20 12 20 15 20 15 14 19 24 24 +009711 24 18 30 9 15 18 14 18 10 15 14 18 23 18 19 25 6 22 20 15 15 27 24 +009712 26 18 16 15 12 18 20 10 16 16 17 17 16 15 21 19 11 15 16 21 28 25 +009713 25 18 21 18 15 19 29 24 18 25 20 12 19 13 19 22 6 17 19 14 16 24 23 25 +009714 23 21 19 18 28 19 19 10 16 16 19 23 29 22 19 12 15 18 11 15 20 29 28 +009715 24 18 27 13 18 19 17 10 16 20 22 17 24 21 16 20 18 14 16 18 21 26 +009716 26 16 21 17 11 18 26 18 18 14 11 19 26 16 20 14 14 8 22 22 27 +009717 22 24 17 22 14 11 13 12 26 5 16 16 19 12 16 21 15 22 17 16 20 24 25 +009718 24 20 18 14 16 14 12 15 16 13 17 27 22 16 18 30 22 16 20 23 27 +009719 26 18 25 17 17 13 29 8 12 17 13 29 15 21 17 16 15 22 18 19 19 17 24 23 +009720 24 17 14 23 8 11 15 11 14 21 4 22 18 21 20 4 19 19 18 15 15 17 29 25 +009721 23 15 14 17 17 23 5 17 17 17 16 17 11 18 13 20 20 13 10 27 27 +009722 25 22 20 14 10 16 15 19 26 8 19 10 19 26 15 22 18 15 16 14 18 26 25 +009723 25 18 16 19 13 15 23 25 16 12 21 17 10 18 25 6 16 18 20 16 14 30 27 +009724 26 9 18 18 24 22 24 19 5 17 23 16 14 20 20 16 9 16 32 24 +009725 25 18 14 14 23 21 16 15 28 16 15 12 21 14 15 14 16 9 24 19 25 +009726 25 18 18 19 26 6 13 18 18 14 14 14 18 13 16 12 31 27 +009727 25 20 22 18 18 16 18 13 12 13 8 16 17 21 27 25 +009728 24 20 14 23 15 18 16 17 18 18 16 23 15 15 20 15 24 26 +009729 25 12 22 16 17 19 9 18 32 21 14 11 11 11 20 26 23 +009730 25 15 27 23 18 10 20 24 16 17 20 19 15 21 28 26 +009731 24 17 16 15 21 15 16 30 7 15 14 15 17 18 22 26 26 +009732 24 25 12 25 23 11 10 17 18 29 6 21 15 17 20 20 29 21 +009733 23 22 15 18 22 20 15 27 9 19 16 17 21 15 21 30 24 +009734 24 14 19 17 16 16 15 15 28 22 14 13 19 21 17 18 26 30 17 17 19 22 14 24 27 14 15 7 24 13 19 24 25 +009735 23 18 18 12 25 26 19 19 13 17 20 18 15 18 33 25 +009736 22 23 22 17 9 15 18 13 20 18 16 17 12 9 20 29 25 +009737 26 11 19 19 21 16 18 22 10 14 15 12 10 19 21 21 25 +009738 25 18 16 19 18 15 18 20 16 22 18 16 16 13 30 24 +009739 26 27 16 17 16 10 18 27 17 12 16 17 15 16 16 30 25 +009740 23 15 24 13 16 16 17 19 22 17 9 15 16 18 14 28 25 +009741 23 15 25 15 12 15 20 18 16 10 14 21 13 20 29 24 +009742 24 15 12 16 15 9 17 22 20 10 17 9 13 22 18 21 23 +009743 25 20 25 0 19 18 15 17 14 22 12 21 16 12 11 18 22 25 +009744 25 13 15 22 17 21 15 15 14 16 16 17 19 18 15 18 24 24 +009745 23 11 16 21 23 20 12 11 14 18 16 18 14 14 16 18 28 26 +009746 27 13 29 11 16 15 11 17 19 20 24 14 15 13 11 20 33 25 +009747 25 22 13 16 17 14 14 26 27 8 11 15 17 17 19 18 20 16 8 19 15 13 12 10 18 20 27 28 +009748 24 19 27 16 12 13 13 16 10 13 16 16 24 35 19 17 13 12 13 18 12 10 18 12 15 17 24 23 +009749 22 17 27 24 17 21 16 10 24 15 19 19 18 30 26 16 14 13 20 25 14 14 19 11 25 23 25 +009750 22 15 21 24 14 18 17 17 10 18 19 26 8 14 17 20 14 18 27 23 14 12 18 9 17 33 26 +009751 24 14 15 13 18 18 11 21 12 22 23 33 11 17 15 16 20 5 13 17 14 25 16 12 19 28 26 +009752 26 21 27 23 18 16 13 19 13 29 19 15 22 13 16 23 23 23 22 24 18 19 26 23 +009753 23 17 15 22 20 15 17 23 22 18 13 21 16 15 14 17 30 13 18 14 16 15 13 13 35 26 +009754 24 20 11 19 18 19 19 30 10 12 18 21 28 26 +009755 22 17 11 22 20 21 11 13 16 17 9 15 21 22 35 10 11 15 16 12 23 21 17 12 20 25 22 +009756 22 22 16 13 17 15 18 17 15 19 17 16 24 25 +009757 24 22 18 17 16 13 12 17 25 28 15 16 16 19 23 16 20 14 18 14 21 31 24 +009758 21 18 13 21 17 15 18 27 24 17 19 20 22 17 14 15 16 15 12 11 19 23 26 +009759 23 21 17 18 17 14 14 17 23 38 17 19 15 14 16 22 16 14 7 15 23 23 25 +009760 26 23 12 16 16 19 27 9 17 15 14 19 19 22 21 12 17 16 17 17 24 25 +009761 26 16 16 15 18 12 29 31 15 20 24 4 14 18 17 10 18 17 13 13 19 20 28 +009762 25 20 16 10 14 19 4 13 14 14 19 25 26 18 22 12 13 12 18 0 20 22 24 +009763 24 20 21 14 11 16 24 0 26 16 22 13 15 18 15 10 20 20 19 23 24 26 +009764 25 14 27 23 17 11 15 16 9 17 23 18 15 12 16 16 8 13 21 9 18 25 24 +009765 24 20 21 18 18 24 18 13 10 18 18 17 16 20 11 18 13 18 21 21 25 +009766 24 25 20 20 13 10 17 11 20 24 25 +009767 25 24 12 18 18 21 15 13 20 26 26 +009768 25 15 18 13 15 18 23 17 8 14 13 17 16 15 20 19 14 9 20 25 26 +009769 24 21 23 14 17 13 10 22 19 22 27 +009770 25 18 18 21 25 23 17 14 23 28 25 +009771 23 17 19 15 24 17 15 23 25 17 13 18 24 15 17 20 23 20 24 26 +009772 26 18 22 21 14 17 12 17 29 14 24 19 15 31 18 14 9 18 26 22 +009773 24 20 14 19 24 19 7 18 23 30 28 +009774 24 17 16 23 22 15 16 14 16 14 17 6 22 25 22 12 15 18 19 19 18 17 14 18 23 16 15 19 28 25 +009775 23 13 14 17 12 15 17 18 18 26 26 +009776 24 20 11 17 18 21 6 16 18 20 11 16 27 21 16 15 17 16 17 31 24 +009777 25 17 18 18 10 15 25 23 18 16 14 9 20 22 4 17 17 14 17 18 23 26 +009778 26 23 11 13 15 15 16 19 19 30 24 +009779 25 20 14 27 18 14 19 14 20 26 24 +009780 24 19 14 21 21 10 21 12 29 24 25 +009781 26 10 17 13 23 17 11 14 17 15 29 24 +009782 24 18 15 19 29 21 14 14 20 15 15 19 22 16 11 16 15 23 26 28 +009783 23 11 20 26 19 18 16 10 20 24 25 24 +009784 24 21 19 20 18 19 20 21 22 26 29 +009785 23 18 21 16 25 5 18 18 14 29 27 +009786 25 13 15 15 15 21 25 8 13 20 11 14 17 22 20 17 16 16 20 23 26 +009787 26 22 25 18 9 18 19 21 18 18 13 17 15 27 20 19 13 16 12 24 18 27 +009788 25 12 13 25 16 23 21 10 17 28 19 10 21 16 9 21 12 20 31 25 +009789 24 21 17 16 21 5 17 16 14 20 26 26 +009790 23 21 16 27 5 14 17 16 22 25 19 13 18 14 7 20 20 17 17 14 15 17 11 18 15 18 28 25 +009791 22 20 14 9 21 20 13 16 26 24 19 19 19 17 14 18 14 19 26 25 +009792 25 21 26 22 18 20 15 16 16 15 21 22 19 13 17 17 17 19 20 22 23 +009793 25 25 17 24 19 14 6 20 15 24 16 18 15 14 11 20 18 14 22 23 19 18 18 28 25 +009794 23 23 16 17 27 18 17 14 13 28 19 19 23 14 14 13 20 27 17 19 10 11 21 26 24 +009795 23 15 20 29 14 19 25 16 15 14 19 0 10 16 28 19 17 18 12 17 18 20 20 12 17 25 26 +009796 23 18 16 18 24 15 15 13 27 37 10 12 13 14 19 27 22 13 14 9 17 12 16 23 24 +009797 26 10 22 14 13 16 17 24 21 11 15 19 18 29 27 +009798 23 19 19 18 22 18 12 29 13 15 15 15 12 19 24 25 +009799 25 15 27 15 12 21 15 11 26 19 11 18 14 17 17 17 29 23 +009800 19 18 14 11 14 28 17 9 15 14 17 10 17 19 23 26 27 +009801 22 22 22 14 20 18 20 18 26 16 12 14 20 20 27 25 +009802 25 16 16 17 17 27 15 16 14 14 13 16 15 19 11 26 24 +009803 24 22 18 18 22 15 15 15 17 30 23 18 20 24 26 +009804 23 14 12 16 29 15 15 22 15 16 27 17 16 20 30 26 +009805 25 16 20 26 23 13 16 14 21 17 20 12 13 26 25 +009806 23 20 21 18 14 15 21 25 15 16 17 17 20 23 27 +009807 27 18 24 15 19 17 16 23 19 22 18 17 14 26 26 +009808 23 18 25 13 16 22 20 16 16 23 15 10 19 25 27 +009809 23 18 22 18 17 16 10 18 19 17 12 18 27 25 +009810 24 19 20 20 14 13 20 15 15 12 16 20 34 23 +009811 24 18 20 24 13 11 18 11 19 26 18 20 17 15 18 16 10 24 25 +009812 23 16 19 19 17 9 18 22 22 22 14 16 16 20 19 17 10 18 25 26 +009813 26 14 19 14 16 14 19 26 38 14 20 15 19 17 21 16 10 16 27 26 +009814 26 17 15 16 9 12 18 20 19 9 17 19 22 22 32 18 8 15 16 17 20 13 9 19 25 15 12 21 16 26 26 +009815 25 19 16 29 15 20 17 22 7 19 17 14 19 18 27 24 14 22 20 15 15 16 29 23 +009816 25 17 16 14 13 19 22 22 22 19 21 22 15 16 17 25 26 14 15 16 10 18 15 16 22 26 23 +009817 24 21 15 21 19 15 10 13 22 23 19 22 17 15 15 15 8 21 27 22 13 9 17 7 19 26 28 +009818 26 9 17 18 29 7 16 17 18 15 15 21 20 28 23 15 11 16 19 15 11 13 18 28 27 +009819 25 16 19 21 18 19 27 20 19 17 14 17 12 9 13 17 15 18 19 17 18 31 26 +009820 25 15 16 16 22 15 13 20 28 21 34 27 +009821 24 19 26 15 14 12 16 18 24 11 17 15 16 14 17 23 11 15 17 15 16 24 16 26 +009822 23 15 20 17 0 15 0 28 23 17 16 9 15 19 17 23 20 9 17 17 28 25 +009823 24 19 12 25 26 15 15 20 21 5 15 19 22 14 16 31 20 12 18 14 18 21 11 19 17 14 24 27 +009824 25 19 18 21 7 16 13 18 20 20 27 +009825 22 15 17 20 18 14 13 17 28 26 +009826 23 22 12 16 20 16 13 19 34 24 +009827 24 17 16 21 16 16 12 13 28 24 +009828 26 21 24 15 28 19 11 27 14 18 12 15 25 22 16 22 14 13 10 13 14 29 24 +009829 24 20 11 16 21 12 12 18 9 19 17 17 28 27 +009830 26 11 9 15 18 24 18 11 19 18 15 10 24 23 +009831 23 19 15 19 20 17 17 18 18 21 20 15 11 12 12 19 19 12 17 26 12 20 15 17 11 17 21 23 +009832 26 12 28 18 18 22 21 13 12 13 18 19 12 16 18 21 27 26 +009833 22 19 18 15 17 25 23 19 24 15 15 17 18 18 22 25 20 17 20 15 11 20 27 24 +009834 25 13 16 18 20 14 15 16 13 8 18 17 21 24 19 11 18 29 16 13 12 14 13 21 28 +009835 25 15 15 16 13 26 21 12 10 14 17 19 14 22 17 24 12 11 17 11 15 21 27 25 +009836 26 10 13 17 16 15 28 21 17 17 16 14 18 9 8 22 22 8 18 21 17 13 18 28 23 +009837 22 18 17 18 16 18 23 19 19 20 18 8 16 26 19 22 11 18 22 22 10 19 24 27 +009838 23 15 10 17 27 19 16 7 19 20 20 17 11 16 23 21 18 13 20 18 14 18 27 28 +009839 20 21 25 23 19 15 15 15 16 17 14 18 20 24 14 14 15 26 23 21 18 28 26 +009840 25 16 16 32 16 24 20 14 20 20 19 14 16 17 18 6 16 9 10 18 12 17 25 25 +009841 25 12 19 17 13 9 20 25 21 15 8 18 24 31 18 15 18 26 22 20 15 18 30 24 +009842 23 18 17 19 26 13 16 10 21 30 24 17 14 21 10 9 16 14 30 17 15 14 21 25 27 +009843 24 18 18 20 20 29 13 21 17 19 28 22 16 15 14 9 21 22 13 20 20 18 18 32 27 +009844 23 16 26 12 27 26 15 11 16 11 20 30 27 9 16 16 25 3 20 16 15 18 14 9 20 26 +009845 25 19 22 17 20 19 28 13 14 12 11 15 21 12 17 23 15 20 15 17 15 17 13 23 23 25 +009846 26 15 17 17 26 33 20 18 20 19 15 12 15 14 20 17 20 13 12 15 19 11 24 19 25 +009847 25 18 29 18 13 13 18 20 20 14 18 17 17 10 19 26 10 22 10 13 15 19 22 23 25 +009848 25 21 19 17 16 18 8 16 13 30 15 14 21 26 18 17 19 21 17 14 12 17 31 23 +009849 23 12 18 28 13 13 13 12 16 17 14 25 25 7 17 15 10 18 11 16 21 18 14 16 25 24 +009850 26 13 15 18 16 22 23 14 12 21 13 20 20 12 17 20 18 17 17 12 10 17 23 26 +009851 23 18 19 17 28 20 16 8 19 27 0 12 17 9 17 28 14 15 7 12 18 28 12 15 25 26 +009852 26 19 17 17 28 18 25 8 24 14 16 11 20 26 31 18 20 20 22 14 17 18 17 23 23 +009853 23 18 19 25 16 12 17 16 18 26 28 10 11 21 28 13 25 21 13 19 27 17 14 16 10 12 20 32 24 +009854 27 18 17 20 27 12 19 21 17 18 12 18 25 19 17 19 13 13 14 16 21 12 24 16 19 28 27 +009855 22 15 15 17 14 15 26 28 15 22 9 13 16 23 12 11 17 18 20 23 14 12 17 13 16 20 10 22 23 26 +009856 26 16 12 19 17 22 22 18 10 12 16 24 34 18 16 16 9 18 21 20 18 17 18 15 16 16 24 27 29 +009857 26 18 14 16 13 25 17 14 11 22 17 11 12 31 10 23 16 16 16 20 17 18 10 17 12 15 32 26 +009858 26 22 14 19 30 0 19 16 16 16 26 24 18 17 19 20 10 11 14 18 5 12 16 19 15 7 18 28 25 +009859 26 12 15 25 19 14 11 19 22 26 22 20 11 15 17 21 18 18 17 15 9 19 17 24 22 17 25 24 +009860 24 18 16 15 20 11 27 16 16 16 18 26 36 13 15 15 12 9 17 22 14 18 12 16 12 14 20 24 25 +009861 24 14 10 22 24 22 21 16 17 14 15 19 22 26 19 17 15 15 18 19 5 20 17 14 17 22 26 24 +009862 23 26 26 20 25 24 24 8 14 21 21 10 22 30 9 14 16 29 12 23 29 17 16 20 8 20 15 28 23 +009863 24 16 19 17 10 11 23 28 14 29 13 13 15 14 17 18 21 24 21 15 18 16 19 16 14 14 16 27 27 +009864 25 11 26 24 17 19 19 24 24 19 22 14 18 22 16 17 16 12 14 22 30 20 16 14 22 14 18 13 8 18 25 23 +009865 25 12 10 19 20 13 12 21 19 28 13 11 16 17 14 18 14 9 20 21 23 15 20 19 18 17 12 17 17 15 26 25 +009866 24 22 29 16 11 16 15 28 20 12 23 5 15 13 16 14 31 27 +009867 25 18 13 19 25 8 19 12 16 17 20 16 18 18 12 26 7 29 17 18 14 19 30 27 +009868 24 13 19 16 14 17 13 18 20 25 21 15 16 24 14 16 20 19 9 15 24 25 +009869 25 13 12 15 15 19 19 17 19 19 22 12 16 16 16 10 26 27 +009870 24 23 20 29 19 12 15 20 18 10 24 30 20 25 21 11 17 17 32 23 +009871 23 19 20 18 13 25 18 19 18 16 14 22 21 25 +009872 26 21 16 20 26 27 11 15 13 11 24 17 35 11 18 21 15 15 13 19 26 24 +009873 24 22 16 27 16 11 9 18 19 22 23 19 19 22 23 17 19 15 12 27 24 +009874 25 13 27 15 16 10 15 12 16 26 24 +009875 24 26 15 18 19 18 26 26 +009876 26 13 17 22 16 22 19 26 25 26 +009877 25 13 24 17 16 19 15 30 27 +009878 26 13 16 16 15 16 30 24 +009879 26 26 20 9 13 13 17 24 26 +009880 23 17 16 9 17 25 16 17 12 22 17 20 30 18 14 23 10 22 20 15 15 31 20 17 17 18 23 8 25 18 22 25 +009881 25 19 19 12 17 20 22 9 20 12 20 23 30 13 14 12 20 21 17 24 18 16 17 15 15 18 15 22 20 22 13 25 26 +009882 24 16 17 14 24 17 18 11 23 22 18 12 22 24 24 15 19 15 17 18 16 16 17 15 19 25 25 +009883 25 22 24 22 17 19 15 16 14 16 13 21 14 21 30 21 17 17 12 11 26 18 14 21 21 26 +009884 23 23 13 30 15 19 18 24 11 23 20 26 17 7 23 23 7 14 11 20 27 19 16 23 12 13 22 24 27 +009885 26 12 24 12 19 19 17 11 16 15 18 17 16 16 15 23 27 15 22 5 16 11 12 10 19 17 19 22 24 +009886 25 20 12 20 18 13 20 25 11 15 13 23 34 11 14 15 16 19 15 17 9 10 13 14 16 28 25 +009887 25 12 18 10 30 6 17 13 13 16 22 16 30 15 14 12 18 16 14 13 16 14 17 22 16 18 18 20 27 +009888 24 16 10 15 30 24 14 16 17 16 13 15 17 23 33 12 17 15 14 23 18 16 19 15 16 28 25 +009889 25 16 13 14 16 29 18 10 17 18 15 13 14 23 23 13 14 14 16 18 26 4 12 15 15 16 20 28 26 +009890 23 14 15 17 13 10 17 18 17 19 7 14 18 12 14 17 23 25 11 10 19 14 19 18 11 17 23 25 +009891 25 17 28 15 19 13 24 11 14 22 19 37 9 14 15 12 14 17 13 20 15 11 19 28 16 11 20 7 26 29 +009892 25 19 23 21 18 14 16 15 16 14 18 23 29 17 29 15 15 14 15 15 19 32 26 +009893 23 17 28 22 14 8 21 20 10 20 16 15 18 27 16 18 15 15 13 16 13 18 28 26 +009894 23 20 27 24 13 19 15 8 17 15 20 16 16 19 23 18 15 14 17 13 13 9 25 23 26 +009895 24 18 27 8 18 20 22 14 12 9 13 17 19 13 12 8 18 18 19 16 19 31 24 +009896 25 16 13 20 23 14 19 16 10 16 8 16 20 26 23 14 19 18 14 18 24 24 +009897 23 18 22 17 18 15 11 20 15 14 15 15 23 9 17 19 22 16 18 17 19 25 27 +009898 25 16 14 11 18 20 18 16 12 17 25 16 13 21 26 9 15 20 20 25 25 +009899 25 16 12 17 17 16 26 15 18 14 10 17 19 15 17 19 18 19 15 20 26 28 +009900 25 18 23 12 21 21 19 13 14 14 14 23 20 20 20 21 17 12 17 19 26 24 +009901 25 20 23 13 15 15 22 20 17 14 27 22 12 12 20 21 16 19 18 17 14 30 29 +009902 24 24 13 27 19 12 20 16 13 16 15 24 16 17 13 16 13 19 21 17 26 +009903 23 17 19 12 14 16 15 12 26 17 18 16 14 10 25 16 16 10 9 20 11 14 29 24 +009904 25 12 20 17 16 13 17 14 28 7 15 18 11 15 23 36 18 26 20 17 21 20 23 +009905 24 16 21 20 22 16 13 19 22 22 17 16 24 19 13 19 13 17 13 29 26 +009906 23 16 15 16 7 19 21 15 15 25 17 19 21 20 7 15 16 14 18 18 26 25 +009907 23 21 18 28 21 19 26 21 18 24 15 15 14 14 15 21 13 14 16 19 22 25 +009908 22 16 18 17 9 17 18 18 25 27 19 18 14 17 15 14 8 14 16 16 31 25 +009909 23 15 13 16 22 17 19 14 15 12 17 25 19 14 23 16 10 16 19 20 20 23 26 +009910 24 16 12 25 14 19 15 20 27 11 8 18 13 17 16 13 16 17 13 15 30 25 +009911 25 13 19 19 27 28 19 17 18 18 25 20 17 18 13 11 16 17 17 26 26 +009912 23 23 23 15 17 19 29 14 13 11 13 12 19 23 19 22 8 18 14 16 22 24 +009913 23 23 21 23 10 26 22 21 15 20 17 19 17 24 24 16 16 9 19 17 18 25 30 +009914 25 16 17 21 20 16 16 16 20 14 12 18 16 23 17 17 11 17 18 27 26 +009915 25 12 13 11 29 14 20 23 20 10 16 24 15 16 15 20 18 13 16 10 21 29 27 +009916 27 19 17 17 13 21 22 21 17 12 10 15 16 21 24 19 14 17 17 25 20 28 +009917 24 16 17 14 15 14 14 19 10 24 23 21 14 9 19 16 14 15 10 22 22 24 +009918 25 13 17 17 13 28 22 18 20 21 19 12 15 9 14 18 13 24 17 18 13 12 18 28 27 +009919 23 18 13 10 15 16 23 16 20 18 13 13 10 33 24 14 8 17 17 12 29 16 14 17 20 16 24 21 +009920 23 17 25 10 22 11 17 17 15 17 17 27 13 13 16 12 26 33 11 19 13 13 12 22 17 12 17 10 17 12 20 24 24 +009921 22 19 13 19 27 24 18 11 15 20 20 15 23 13 11 15 13 23 17 33 15 15 13 26 23 12 21 19 19 17 23 26 25 +009922 25 15 23 17 21 20 15 15 14 21 11 21 13 20 27 20 11 22 19 18 19 25 27 22 16 20 25 22 21 26 28 +009923 19 18 19 20 18 15 9 15 11 18 17 19 14 23 12 16 13 24 25 +009924 23 18 14 22 21 20 17 14 26 22 20 7 19 18 14 20 18 26 25 +009925 25 16 18 17 20 17 16 15 14 16 19 15 19 15 10 19 31 29 +009926 23 18 22 18 14 15 19 27 15 16 14 16 14 14 14 10 20 21 25 +009927 23 15 21 17 16 22 27 24 10 10 20 29 18 19 14 18 19 26 28 +009928 25 12 15 24 15 21 13 20 24 17 19 16 15 18 8 16 17 24 27 +009929 25 16 27 10 18 10 16 12 15 15 19 19 4 21 12 15 19 26 24 +009930 25 21 19 19 23 22 16 25 23 22 25 21 12 16 10 13 22 28 +009931 24 21 18 20 15 13 15 25 20 14 17 19 10 16 17 15 30 27 +009932 24 14 19 36 21 17 12 14 14 14 16 19 20 9 16 17 17 26 25 +009933 25 18 26 15 18 10 13 11 16 10 23 8 14 22 15 9 17 19 30 25 +009934 26 19 18 18 26 5 18 14 16 18 19 24 16 11 12 17 12 19 23 24 +009935 25 14 22 20 11 24 18 22 12 13 16 14 6 22 20 19 24 26 +009936 25 20 23 16 15 13 18 16 20 27 16 17 14 14 18 22 19 26 +009937 23 21 16 21 25 12 16 20 13 20 22 13 28 8 18 15 20 27 25 +009938 27 15 18 13 10 21 23 16 20 21 14 17 12 22 16 22 15 17 25 26 +009939 25 16 18 28 18 18 16 25 18 14 9 20 13 17 12 10 20 24 26 +009940 25 14 16 8 16 18 14 13 15 24 17 14 17 16 24 16 13 29 29 +009941 26 16 18 21 25 24 19 14 21 12 16 21 23 17 15 13 22 25 27 +009942 23 24 22 15 13 17 22 26 16 19 20 19 23 0 17 13 14 26 17 24 +009943 25 12 24 16 14 18 17 21 21 18 16 13 20 19 18 13 18 24 28 +009944 25 11 18 14 18 10 29 25 16 12 16 18 16 13 16 15 13 11 27 27 +009945 26 23 25 20 16 16 19 14 22 4 16 18 13 19 11 16 9 22 26 27 +009946 25 15 25 14 17 13 28 20 17 28 32 7 22 28 17 18 9 19 26 26 +009947 24 17 26 15 15 15 12 15 14 14 22 19 17 18 14 9 20 33 26 +009948 25 11 17 17 23 22 20 17 12 13 18 15 15 13 6 20 29 27 +009949 25 23 16 17 14 15 16 15 24 23 15 15 10 14 16 13 20 28 24 +009950 25 13 20 26 18 15 18 15 14 20 24 19 21 14 18 15 18 26 27 +009951 26 20 17 22 25 12 15 16 10 21 30 19 16 15 15 21 26 24 +009952 23 19 20 24 15 20 16 10 25 26 18 20 19 18 17 14 30 24 +009953 26 15 15 15 25 20 23 22 11 10 14 11 21 18 18 3 18 17 21 28 +009954 25 11 19 23 16 24 19 15 15 17 8 18 26 19 12 14 21 27 24 +009955 23 21 17 23 14 16 13 21 22 8 13 23 18 13 13 18 25 28 +009956 24 16 9 19 9 7 19 24 19 14 17 13 17 16 19 7 12 18 17 20 20 10 22 18 20 27 23 +009957 23 19 17 15 20 19 19 18 13 8 18 27 18 17 22 21 23 16 13 20 23 15 13 15 18 12 29 32 +009958 24 17 19 17 23 12 22 32 12 19 31 9 24 33 7 25 34 7 23 38 24 32 20 15 29 23 +009959 24 18 17 14 10 26 18 16 17 15 15 18 18 22 23 17 15 13 13 16 14 12 16 17 18 28 24 +009960 26 14 23 15 10 10 15 17 15 6 18 27 8 15 14 17 21 14 21 16 16 21 26 23 +009961 27 18 18 21 13 9 17 13 16 18 25 20 15 18 12 22 25 28 +009962 26 25 17 17 14 22 15 14 21 19 15 12 23 27 14 26 0 19 11 15 11 19 24 26 +009963 25 16 22 14 16 19 23 22 8 10 18 14 17 22 12 15 15 21 18 20 29 22 +009964 26 12 25 9 11 13 18 24 14 14 18 15 12 16 17 16 22 13 20 14 13 26 28 +009965 24 16 25 13 14 12 11 17 20 26 17 11 17 14 17 23 16 19 16 13 15 17 25 28 +009966 27 17 13 18 24 16 13 17 18 17 14 15 14 7 23 20 11 8 13 16 17 18 24 23 +009967 25 18 14 22 23 22 21 11 9 15 15 17 19 20 19 16 9 25 10 16 15 18 17 23 16 11 13 8 24 23 29 +009968 25 13 19 15 16 15 24 20 10 13 10 16 13 12 16 26 24 +009969 25 16 27 16 18 18 16 17 18 20 16 15 17 28 26 +009970 25 16 27 21 13 11 18 10 17 26 14 16 23 18 16 20 20 19 13 22 20 25 +009971 22 15 17 25 6 10 15 13 15 17 15 20 15 18 19 12 17 13 13 22 20 24 +009972 25 16 25 16 13 16 14 20 22 18 15 12 13 21 7 18 10 16 17 20 25 +009973 22 21 16 10 19 22 20 20 17 19 16 11 20 19 15 11 12 13 14 21 26 +009974 24 21 27 20 19 22 15 15 26 12 13 17 27 15 14 14 28 16 12 13 19 15 20 17 10 15 14 19 28 22 +009975 26 23 24 12 18 14 12 15 13 11 11 17 23 18 12 18 21 16 15 11 16 15 15 22 28 9 8 16 11 15 19 16 14 16 21 28 28 +009976 23 17 15 24 10 16 17 16 18 17 23 21 9 17 22 21 14 22 16 17 13 15 16 26 28 +009977 24 16 19 16 15 23 12 15 15 20 26 6 20 19 19 14 17 29 24 +009978 24 19 23 17 18 16 25 5 18 18 16 23 4 23 14 17 27 26 +009979 24 27 15 18 31 10 28 24 15 15 14 17 11 13 8 19 29 30 +009980 25 13 17 16 17 20 12 16 12 12 16 11 19 20 14 10 30 24 +009981 24 22 19 19 16 25 20 14 12 3 14 17 14 11 16 27 23 +009982 25 13 11 11 16 27 25 16 24 0 11 11 19 25 17 21 14 15 31 26 +009983 24 22 10 18 13 25 25 15 15 20 15 15 18 18 18 21 25 +009984 24 22 17 16 24 20 16 20 17 15 17 15 13 11 17 14 34 23 +009985 26 12 17 18 9 25 5 17 14 12 18 19 8 15 20 18 18 26 +009986 23 18 16 21 16 17 15 24 22 21 15 11 29 6 17 13 31 26 +009987 25 11 17 24 12 16 14 21 12 16 15 17 16 10 11 12 18 28 25 +009988 25 19 16 8 19 28 5 22 20 9 19 18 15 14 17 26 25 +009989 25 18 23 16 15 16 15 16 17 25 11 16 21 19 27 14 15 16 13 17 11 25 22 17 12 18 7 14 25 24 18 14 26 24 +009990 23 17 22 17 14 14 17 17 25 11 17 16 12 17 21 27 27 +009991 24 17 17 14 19 23 15 16 19 20 13 14 14 17 19 20 22 14 19 17 14 18 17 18 15 14 29 22 +009992 26 12 14 21 0 16 16 11 24 44 11 12 17 25 18 12 14 17 20 15 18 14 13 12 18 17 18 20 26 +009993 26 19 21 17 13 21 25 31 13 27 26 11 12 17 14 14 21 17 18 13 18 23 10 16 15 15 22 26 +009994 24 16 13 25 16 19 21 17 20 11 13 20 25 29 14 14 18 23 18 16 18 18 13 14 13 13 18 26 27 +009995 24 15 17 17 19 26 25 15 10 18 19 16 20 22 19 7 19 13 10 11 21 16 20 11 15 15 16 30 24 +009996 25 15 9 20 15 17 10 18 23 18 17 12 20 16 20 17 16 6 24 21 20 18 13 19 17 17 27 27 +009997 24 17 25 19 21 13 21 17 11 10 10 24 17 17 15 13 16 29 24 26 17 11 20 19 17 13 16 19 21 28 +009998 23 17 21 15 11 19 21 15 18 16 21 17 17 17 13 16 21 17 22 13 15 23 16 23 20 15 11 28 26 +009999 26 17 18 12 16 21 26 29 16 12 20 23 3 16 12 20 18 25 19 25 25 +010000 25 17 16 26 16 18 20 19 22 21 19 24 8 16 11 10 17 20 16 25 25 diff --git a/train/gp.scp b/train/gp.scp new file mode 100644 index 0000000000000000000000000000000000000000..cd35b2a8cecac85fe80afcb79d999e02a2b6c2a7 --- /dev/null +++ b/train/gp.scp @@ -0,0 +1,9999 @@ +000001 sil 卡 尔 普 陪 外 孙 玩 滑 梯 sil +000002 sil 假 语 村 言 别 再 拥 抱 我 sil +000003 sil 宝 马 配 挂 跛 骡 鞍 sp1 貂 蝉 怨 枕 董 翁 榻 sil +000004 sil 邓 小 平 与 撒 切 尔 会 晤 sil +000005 sil 老 虎 幼 崽 sp1 与 宠 物 犬 玩 耍 sil +000006 sil 身 长 约 五 尺 二 寸 五 分 或 以 上 sil +000007 sil 赵 荻 约 曹 云 腾 去 鬼 屋 sil +000008 sil 展 品 虽 有 展 员 却 颓 sil +000009 sil 以 散 居 儿 童 和 幼 托 儿 童 为 主 sil +000010 sil 柯 特 妮 身 穿 豹 纹 大 衣 sil +000011 sil 引 才 要 筛 sp1 用 才 也 要 筛 sil +000012 sil 南 越 昆 仑 山 sp1 与 西 藏 接 壤 sil +000013 sil 翁 凯 兰 防 乳 腺 癌 宣 传 照 sil +000014 sil 我 回 右 哼 哼 左 哼 哼 sil +000015 sil 吴 云 宝 奶 奶 挑 选 枇 杷 sil +000016 sil 此 外 广 本 sp1 也 将 由 少 壮 派 掌 管 sil +000017 sil 右 蛮 舞 袅 袅 sp1 左 琼 歌 昔 昔 sil +000018 sil 眼 眶 宽 阔 而 低 矮 sp1 鼻 短 而 宽 sil +000019 sil 霞 浦 县 牙 城 镇 乌 岐 sp1 瓦 窑 村 水 位 猛 涨 sil +000020 sil 霍 思 燕 露 背 秀 乳 沟 性 感 惹 火 sil +000021 sil 也 可 以 给 本 委 员 反 映 哟 sil +000022 sil 摇 篮 牌 钙 维 健 sp1 婴 儿 配 方 奶 粉 sil +000023 sil 鄂 豫 鲁 皖 苏 局 地 大 暴 雨 sil +000024 sil 以 下 为 薛 蛮 子 观 点 摘 要 sil +000025 sil 沉 鱼 落 雁 sp1 闭 月 羞 花 sil +000026 sil 而 许 冠 英 sp1 亦 将 于 明 日 出 殡 sil +000027 sil 阿 娇 sp1 与 百 位 鬼 粉 丝 狂 欢 sil +000028 sil 房 屋 买 卖 契 约 和 收 条 sil +000029 sil 遛 弯 儿 都 得 躲 远 点 sil +000030 sil 黑 熊 闯 进 王 明 辉 家 后 院 觅 食 sil +000031 sil 吴 亚 军 与 丈 夫 蔡 奎 sil +000032 sil 亚 硝 酸 盐 味 微 咸 sp1 易 溶 于 水 sil +000033 sil 院 墙 被 石 棉 瓦 遮 掩 上 了 sil +000034 sil 成 荫 挑 选 我 演 赵 玉 敏 sil +000035 sil 寅 吃 卯 粮 sp1 无 异 于 饮 鸩 止 渴 sil +000036 sil 驴 子 越 跑 越 快 sp1 越 跑 越 疯 狂 sil +000037 sil 揶 揄 得 孙 垚 差 点 背 过 气 儿 sil +000038 sil 光 棍 节 营 销 应 运 而 生 sil +000039 sil 高 压 铁 塔 下 的 低 矮 棚 屋 sil +000040 sil 电 影 海 报 sp1 贫 民 窟 百 万 富 翁 sil +000041 sil 刁 维 列 已 被 另 案 处 理 sil +000042 sil 云 雾 有 时 宛 如 玉 带 sp1 平 卧 峰 峦 山 涧 sp1 有 时 炊 烟 袅 绕 sp1 薄 雾 轻 旋 sil +000043 sil 嘴 巴 周 围 略 微 肿 起 sil +000044 sil 欢 声 笑 语 洒 满 村 庄 sil +000045 sil 沙 场 竟 殒 命 sp1 壮 志 也 无 违 sil +000046 sil 油 炸 豆 腐 喷 喷 香 sp1 馓 子 麻 花 嘣 嘣 脆 sp1 姊 妹 团 子 数 二 姜 sil +000047 sil 本 山 也 真 太 抠 门 儿 了 sil +000048 sil 蔺 东 英 的 住 院 病 案 sil +000049 sil 犬 必 须 拴 养 或 圈 养 sil +000050 sil 赫 莉 和 印 度 大 亨 阿 郎 奈 尔 已 经 分 居 数 月 sil +000051 sil 难 兄 难 弟 要 好 好 切 磋 切 磋 sil +000052 sil 小 军 大 腿 内 侧 淤 青 sil +000053 sil 以 及 雌 雄 孔 子 鸟 复 原 图 sil +000054 sil 与 女 演 员 拍 吻 戏 sp1 陈 小 春 不 怕 应 采 儿 吃 醋 sil +000055 sil 仿 针 织 粗 花 呢 等 印 花 面 料 的 巧 妙 运 用 sil +000056 sil 与 约 瑟 夫 贴 面 搂 抱 sil +000057 sil 努 尔 别 尔 德 耶 娃 请 周 永 康 转 达 对 吴 邦 国 委 员 长 的 亲 切 问 候 sil +000058 sil 金 友 庄 瞒 儿 下 周 捐 肾 sil +000059 sil 我 我 我 我 我 我 和 胖 子 一 起 sil +000060 sil 嫂 嫂 给 做 的 莜 面 窝 窝 sp1 和 羊 肉 炖 山 药 sil +000061 sil 曼 萨 尼 约 港 口 被 关 闭 sil +000062 sil 廖 碧 儿 马 雅 舒 和 老 公 晒 恩 爱 sil +000063 sil 袜 子 摊 小 老 板 陈 永 全 sil +000064 sil 合 计 筹 资 sp1 一 点 一 二 九 一 五 五 亿 元 sil +000065 sil 鸟 儿 喳 喳 sp1 奏 起 晨 曲 sil +000066 sil 体 强 壮 而 后 学 问 sp1 道 德 之 进 修 勇 而 收 效 远 sil +000067 sil 网 购 或 网 搜 股 民 信 息 sp1 以 高 回 报 为 饵 请 君 入 瓮 sil +000068 sil 图 为 凯 姆 博 伊 斜 线 冲 刺 sil +000069 sil 即 将 钓 鱼 台 黄 尾 屿 sp1 赤 屿 三 岛 sp1 赏 给 盛 宣 怀 为 产 业 sp1 供 采 药 之 用 sil +000070 sil 用 不 用 我 替 你 捂 着 嘴 sil +000071 sil 二 敬 家 住 北 五 环 外 sp1 上 班 要 去 亚 运 村 华 堂 商 场 sil +000072 sil 有 关 能 否 改 控 串 谋 sil +000073 sil 布 吕 尼 sp1 也 与 前 夫 哲 学 家 sp1 拉 斐 尔 育 有 一 子 sil +000074 sil 又 有 谁 肯 舍 施 给 他 呢 sil +000075 sil 窃 贼 露 腿 自 称 患 麻 风 病 sil +000076 sil 老 祖 母 以 谋 杀 罪 被 收 押 sil +000077 sil 矮 矬 穷 别 瞎 夸 sil +000078 sil 鱼 在 水 里 打 旋 地 往 外 乱 蹦 sil +000079 sil 卓 文 君 说 sp1 宛 如 山 上 雪 sp1 皎 若 云 间 月 sil +000080 sil 一 类 苗 可 谓 命 运 多 舛 sil +000081 sil 某 小 怂 快 快 看 看 sil +000082 sil 铁 砂 掌 爱 好 者 张 辉 表 演 劈 砖 sil +000083 sil 而 吕 业 新 sp1 也 被 一 根 檩 子 压 着 sil +000084 sil 谆 谆 叮 咛 sp1 勿 忘 天 山 哺 育 情 sil +000085 sil 现 在 是 道 儿 越 走 越 宽 sp1 人 气 越 搞 越 旺 sil +000086 sil 毋 庸 讳 言 sp1 人 有 记 性 sp1 亦 有 忘 性 sil +000087 sil 餐 后 sp1 一 行 人 又 陪 汪 小 菲 sp1 到 另 一 诊 所 看 耳 鼻 喉 科 sil +000088 sil 干 嘛 啊 你 又 来 勾 搭 谁 sil +000089 sil 约 婉 卡 与 铁 托 没 有 孩 子 sil +000090 sil 受 损 宋 代 哥 窑 青 釉 葵 瓣 口 盘 正 面 损 毁 后 sil +000091 sil 也 欢 迎 卫 生 棉 厂 商 sp1 找 我 代 言 sil +000092 sil 蝼 蚁 往 还 空 垄 亩 sp1 骐 麟 埋 没 几 春 秋 sil +000093 sil 如 护 发 和 护 眼 sp1 要 戴 上 硅 胶 泳 帽 sp1 和 摘 除 隐 形 眼 镜 sil +000094 sil 马 浚 伟 与 杨 怡 等 共 度 生 日 sil +000095 sil 省 级 文 保 单 位 sp1 满 院 儿 溜 达 鸡 sil +000096 sil 图 为 中 山 詹 园 广 邀 千 余 游 客 sp1 品 尝 重 阳 益 寿 千 叟 宴 sil +000097 sil 小 文 杰 全 身 枯 瘦 如 柴 sil +000098 sil 秦 某 用 脸 盆 舀 水 将 火 扑 灭 sil +000099 sil 安 全 套 做 成 巫 毒 娃 娃 样 子 sil +000100 sil 第 三 是 烤 鸭 缺 斤 短 两 sil +000101 sil 传 马 伊 璃 怀 上 二 胎 sil +000102 sil 风 筝 要 线 sp1 奔 马 要 缰 sp1 航 船 要 舵 sil +000103 sil 贾 媛 媛 拖 高 岳 上 楼 sil +000104 sil 黑 袍 鸟 小 黑 是 林 八 哥 sil +000105 sil 他 越 摁 sp1 我 越 慌 sp1 发 动 越 慢 sil +000106 sil 卯 兔 开 新 岁 sp1 两 岸 共 迎 春 sil +000107 sil 五 月 天 玛 莎 sp1 替 菊 娃 娃 sp1 换 装 比 基 尼 sil +000108 sil 坡 土 岩 性 为 坡 坡 sp1 残 积 土 属 土 质 边 坡 sil +000109 sil 墨 西 哥 一 五 二 一 年 sp1 沦 为 西 班 牙 殖 民 地 sil +000110 sil 娃 哈 哈 企 业 研 究 院 副 院 长 李 言 郡 sp1 算 是 苦 主 之 一 sil +000111 sil 周 韵 sp1 则 获 老 外 搂 腰 sp1 兴 奋 大 笑 sil +000112 sil 我 要 用 谷 歌 发 送 一 封 邮 件 sil +000113 sil 迪 沃 尔 夫 sp1 则 吞 了 一 口 水 sil +000114 sil 先 师 的 研 究 领 域 浩 瀚 无 涯 矣 sil +000115 sil 因 干 爹 而 红 的 模 特 周 蕊 sil +000116 sil 玩 咖 用 来 骗 美 眉 sil +000117 sil 五 戒 松 散 狭 隘 sp1 要 团 结 合 作 sil +000118 sil 希 望 看 一 眼 格 尔 木 的 树 叶 sil +000119 sil 秉 哲 也 回 吻 大 蟒 蛇 sil +000120 sil 城 门 顶 端 有 桃 色 的 陶 瓦 sp1 屋 顶 以 龙 凤 等 瑞 兽 装 饰 sil +000121 sil 学 生 踏 上 栏 杆 戏 弄 鳄 鱼 sil +000122 sil 你 看 梁 朝 伟 演 色 戒 sp1 刘 嘉 玲 sp1 也 得 咬 牙 忍 住 呀 sil +000123 sil 这 要 问 问 火 星 上 的 鱼 啦 sil +000124 sil 钟 镇 涛 与 女 儿 牵 手 逛 街 sil +000125 sil 一 层 可 以 种 花 花 草 草 sil +000126 sil 每 家 作 坊 损 失 有 一 二 十 万 元 sil +000127 sil 他 面 容 憔 悴 sp1 右 腿 有 些 瘸 拐 sil +000128 sil 舅 舅 指 张 韶 涵 殴 亲 sil +000129 sil 法 院 准 许 合 同 解 除 sil +000130 sil 另 外 sp1 窝 案 串 案 多 sp1 也 尤 为 突 出 sil +000131 sil 搞 些 林 业 机 械 主 业 以 外 的 偏 业 呢 sil +000132 sil 棉 花 收 购 也 遭 游 资 恶 性 炒 作 sil +000133 sil 古 永 锵 sp1 已 军 壁 垓 下 sil +000134 sil 他 又 哭 又 闹 sp1 还 拿 刀 戳 来 戳 去 sil +000135 sil 在 放 下 清 扫 机 后 sp1 万 庆 良 改 用 扫 帚 作 业 sil +000136 sil 她 昂 首 挺 胸 sp1 迎 风 而 立 sp1 炯 炯 有 神 的 双 目 sp1 眺 望 前 方 sil +000137 sil 而 张 茆 日 前 也 宣 布 sp1 与 外 籍 男 友 订 婚 sil +000138 sil 扪 萝 登 塔 远 sp1 刳 木 取 泉 遥 sil +000139 sil 你 无 语 我 很 闲 滴 勒 sil +000140 sil 问 题 牛 肉 据 信 源 自 一 家 罗 马 尼 亚 屠 宰 场 sil +000141 sil 阿 尔 瓦 雷 斯 sp1 依 言 行 事 sil +000142 sil 只 愿 苍 天 相 照 应 sp1 留 得 情 谊 sp1 比 锦 翠 sil +000143 sil 菀 之 挑 选 男 友 最 怕 无 趣 sil +000144 sil 坦 塔 维 和 安 南 sp1 被 任 命 为 总 统 顾 问 sil +000145 sil 小 真 一 边 用 纸 巾 按 压 止 血 sp1 一 边 又 开 始 低 声 啜 泣 sil +000146 sil 邱 韶 智 因 此 被 外 界 讽 刺 是 sp1 鳄 鱼 头 老 衬 底 sil +000147 sil 花 朵 体 引 发 网 友 热 议 效 仿 sil +000148 sil 肖 克 在 空 调 厂 卸 完 货 sp1 由 原 路 返 回 寸 滩 港 sil +000149 sil 由 此 牵 出 丑 闻 sp1 有 人 蓄 意 栽 赃 萨 科 齐 sil +000150 sil 瓦 努 阿 图 sp1 位 于 环 太 平 洋 地 震 多 发 带 sil +000151 sil 干 罢 农 活 上 上 网 sp1 咱 也 玩 玩 假 农 场 sil +000152 sil 这 就 是 英 业 达 硬 包 软 sp1 软 卖 硬 的 理 念 sil +000153 sil 烧 花 鸭 sp1 烧 雏 鸡 儿 sil +000154 sil 中 枪 小 考 拉 生 命 垂 危 sil +000155 sil 手 捧 死 蚕 sp1 蚕 农 非 常 沮 丧 sil +000156 sil 不 过 仍 挡 不 住 一 些 烟 民 吞 云 吐 雾 sil +000157 sil 亲 朋 好 友 捧 着 花 篮 前 来 吊 唁 sil +000158 sil 九 阳 豆 浆 机 sp1 我 到 是 会 用 sil +000159 sil 全 国 一 共 有 一 百 一 十 二 所 二 一 一 高 校 sil +000160 sil 富 豪 落 马 sp1 源 于 规 范 监 督 缺 位 sp1 溺 爱 纵 容 下 的 野 蛮 生 长 sil +000161 sil 王 金 艳 sp1 左 侧 颅 骨 严 重 凹 陷 sil +000162 sil 用 的 枪 支 sp1 有 阿 嘎 枪 和 手 枪 等 sil +000163 sil 最 后 抹 掉 口 角 唾 沫 sp1 作 鸟 兽 散 sil +000164 sil 另 一 名 遇 难 者 秦 萍 凤 sp1 是 崇 明 滧 南 村 人 sil +000165 sil 英 雄 熊 尿 保 痛 失 亲 人 老 泪 纵 横 sil +000166 sil 俄 罗 斯 公 车 滥 用 屡 遭 抨 击 sil +000167 sil 办 好 中 国 普 法 网 英 文 网 sil +000168 sil 我 妈 笑 我 傻 sp1 我 妈 笑 我 憨 sil +000169 sil 吃 个 甜 筒 降 降 温 吧 sil +000170 sil 燕 娅 娅 油 画 作 品 奶 奶 sil +000171 sil 在 引 桥 上 跑 很 危 险 sil +000172 sil 胡 杏 儿 盛 装 打 扮 sp1 与 刘 青 云 现 身 威 尼 斯 影 展 sil +000173 sil 杨 凯 苦 笑 着 sp1 继 续 往 家 挪 sil +000174 sil 约 两 万 零 两 百 人 受 影 响 sil +000175 sil 你 沾 我 的 光 也 够 戗 sil +000176 sil 阿 默 舍 姆 sp1 位 于 首 都 伦 敦 以 西 sil +000177 sil 艮 其 止 sp1 止 其 所 也 sil +000178 sil 而 涉 案 被 捕 女 疑 犯 姓 黄 sil +000179 sil 暖 暖 也 越 来 越 逆 反 了 sil +000180 sil 据 介 绍 sp1 非 标 柴 油 sp1 一 般 是 用 白 油 料 sp1 掺 兑 sp1 走 私 红 油 sil +000181 sil 警 犬 训 练 大 队 携 犬 巡 检 sil +000182 sil 广 东 省 政 协 常 委 陈 缵 光 sp1 走 进 蚁 族 居 所 sil +000183 sil 珠 泪 下 落 情 洒 空 床 sil +000184 sil 羌 管 弄 晴 菱 歌 泛 夜 sp1 嬉 嬉 钓 叟 莲 娃 sil +000185 sil 杨 洪 全 是 田 坝 镇 挖 夯 村 村 民 sil +000186 sil 在 施 工 中 sp1 无 法 用 夯 机 碾 轧 sil +000187 sil 碑 帖 sp1 法 帖 字 帖 画 帖 的 帖 sp1 与 饕 餮 的 餮 sp1 都 念 餮 sil +000188 sil 没 坐 相 sp1 意 味 着 没 教 养 sp1 辱 没 祖 宗 sil +000189 sil 纹 饰 以 细 绳 纹 为 主 sp1 还 有 交 错 绳 纹 sp1 弦 纹 sp1 戳 刺 纹 等 sil +000190 sil 歹 徒 们 抡 着 管 子 又 打 又 刺 sp1 急 于 置 人 于 死 地 sil +000191 sil 大 挂 车 驾 驶 员 刘 卫 东 sp1 右 脚 被 死 死 卡 住 sp1 无 法 动 弹 sil +000192 sil 温 岭 市 蓝 孔 雀 幼 师 颜 艳 红 的 虐 童 行 为 sil +000193 sil 且 有 确 切 材 料 为 证 sil +000194 sil 酒 井 法 子 吸 毒 案 sp1 震 惊 演 艺 圈 sil +000195 sil 欢 迎 各 位 朋 友 常 来 逛 逛 聊 聊 sil +000196 sil 老 王 边 啃 烧 饼 边 说 sil +000197 sil 警 方 苦 苦 追 踪 魏 某 sil +000198 sil 林 祖 恋 任 乌 坎 村 党 总 支 书 记 sil +000199 sil 他 蹑 手 蹑 脚 进 了 屋 sp1 溜 进 卧 室 sil +000200 sil 此 文 经 摘 编 sp1 标 题 为 编 者 制 作 sil +000201 sil 两 艘 船 在 护 航 往 香 港 走 sil +000202 sil 而 曾 母 也 患 有 糖 尿 病 sil +000203 sil 杨 千 嬅 为 时 装 秀 任 压 轴 嘉 宾 sil +000204 sil 民 警 尾 随 追 击 sp1 抓 获 一 名 毛 贼 sil +000205 sil 讲 咗 好 多 好 实 在 嘅 嘢 sil +000206 sil 好 口 渴 啊 sp1 来 泡 杯 茶 喝 sil +000207 sil 红 玉 在 洞 房 之 夜 逃 婚 sp1 被 人 误 当 作 孪 生 姐 姐 苏 雨 宁 sp1 而 追 捕 sil +000208 sil 三 月 春 来 早 sp1 嫩 芽 挂 树 梢 sil +000209 sil 被 告 人 闫 永 喜 和 毛 旭 东 同 庭 受 审 sil +000210 sil 一 斗 令 一 碗 sp1 相 当 于 两 碗 白 蚬 sil +000211 sil 吴 利 用 自 己 哺 乳 期 运 输 sp1 婴 幼 儿 防 查 sil +000212 sil 毕 竟 sp1 树 挪 死 人 挪 活 啊 sil +000213 sil 不 能 为 了 凑 文 章 而 凑 文 章 sil +000214 sil 橘 农 们 从 各 处 挑 水 抗 旱 sil +000215 sil 军 检 对 饶 宏 伟 求 处 死 刑 sil +000216 sil 就 是 利 润 越 挤 越 薄 sp1 越 挤 越 薄 sil +000217 sil 须 定 晴 sp1 看 委 员 提 案 sp1 无 一 奏 效 sp1 引 无 数 房 奴 竞 折 腰 sil +000218 sil 远 景 延 伸 至 sp1 窦 妪 sp1 栾 城 sil +000219 sil 您 等 会 儿 sp1 我 给 您 问 问 sil +000220 sil 这 愤 怒 sp1 恰 如 一 座 岩 浆 怒 涌 的 火 山 sp1 即 欲 喷 发 sil +000221 sil 有 网 友 称 sp1 官 员 为 陕 西 省 安 监 局 局 长 杨 达 才 sil +000222 sil 阿 尔 特 讷 聚 sp1 位 于 土 叙 边 界 西 端 sil +000223 sil 国 以 民 为 本 sp1 党 以 民 为 基 sil +000224 sil 是 威 胁 哦 恐 吓 哦 sil +000225 sil 声 音 嗲 嗲 的 sp1 装 嫩 sp1 爱 掉 眼 泪 sil +000226 sil 以 往 常 塞 车 的 岗 顶 sp1 则 很 畅 顺 sil +000227 sil 一 个 方 向 预 约 sp1 不 超 过 三 趟 可 选 车 次 sil +000228 sil 钟 舒 漫 派 热 狗 给 长 者 sil +000229 sil 一 看 sp1 一 团 浓 烟 直 往 天 空 蹿 sil +000230 sil 离 岸 人 民 币 债 券 俗 称 sp1 点 心 债 sil +000231 sil 奢 侈 品 网 购 遭 遇 诚 信 滑 铁 卢 sil +000232 sil 时 近 晌 午 sp1 东 二 环 广 渠 门 桥 东 北 角 sil +000233 sil 窗 外 一 片 阴 霾 sp1 这 雨 像 是 永 远 下 不 完 了 sil +000234 sil 魏 茵 搭 上 的 是 一 趟 死 亡 之 旅 sil +000235 sil 沙 乌 地 相 信 sp1 宾 拉 登 已 病 故 sil +000236 sil 吉 允 池 第 一 壶 中 区 站 位 sil +000237 sil 俗 话 说 sp1 亡 羊 补 牢 sp1 犹 未 晚 也 sil +000238 sil 尽 量 蹭 各 种 商 务 应 酬 sil +000239 sil 很 快 就 有 人 回 帖 安 慰 王 淼 sil +000240 sil 遇 难 村 民 屋 前 扯 起 横 幅 sil +000241 sil 毛 蛤 等 贝 类 海 鲜 sp1 易 携 带 甲 肝 病 毒 sp1 食 用 时 sp1 一 定 要 煮 熟 蒸 透 sil +000242 sil 李 家 鼎 sp1 一 提 起 杨 思 琦 又 爆 粗 sil +000243 sil 随 后 sp1 巴 萨 用 伤 愈 复 出 的 普 约 尔 换 下 凯 塔 sil +000244 sil 沙 特 王 子 阿 勒 瓦 利 德 sil +000245 sil 而 部 分 网 民 也 乐 于 围 观 起 哄 sil +000246 sil 云 阳 县 盘 龙 镇 四 民 村 sp1 发 展 壮 大 樱 桃 产 业 sp1 助 农 增 收 sil +000247 sil 网 友 笨 笨 孩 儿 压 力 不 小 sil +000248 sil 渗 浴 河 的 清 淤 工 作 sp1 也 已 完 工 sil +000249 sil 巫 峡 镇 柳 树 村 sp1 原 文 沈 淑 荣 sp1 其 女 考 取 大 学 sil +000250 sil 女 儿 常 无 故 晕 倒 且 久 治 不 愈 sil +000251 sil 于 跃 海 举 报 的 大 泗 村 十 二 组 联 运 站 及 东 侧 耕 地 sil +000252 sil 李 克 勤 与 郑 伊 健 捧 场 sil +000253 sil 她 当 即 尴 尬 掩 嘴 兼 拧 头 sil +000254 sil 然 而 此 举 依 然 未 能 抵 挡 炒 家 热 情 sil +000255 sil 大 量 土 方 sp1 涌 进 犬 舍 sil +000256 sil 五 是 sp1 叶 面 三 喷 补 肥 sil +000257 sil 关 万 章 索 性 用 脚 狠 踹 卷 帘 门 sp1 但 卷 帘 门 sp1 未 能 打 开 sil +000258 sil 屋 脊 两 端 sp1 筑 有 筒 形 拱 顶 壁 炉 烟 囱 sp1 伸 出 屋 面 sil +000259 sil 于 幼 军 sp1 也 是 一 厉 害 角 色 sil +000260 sil 应 届 毕 业 生 放 宽 至 二 十 二 周 岁 sil +000261 sil 齐 莫 维 奇 sp1 于 是 引 进 更 多 马 匹 sil +000262 sil 在 摇 曳 的 春 光 中 慢 慢 消 散 sil +000263 sil 并 且 把 我 打 伤 了 sp1 造 成 左 耳 耳 膜 穿 孔 sp1 右 耳 有 淤 血 sil +000264 sil 自 此 sp1 艾 妮 女 装 网 店 sp1 经 常 闪 烁 着 秒 杀 二 字 sil +000265 sil 俺 从 楼 上 叫 俺 姐 姐 sp1 俺 姐 姐 没 醒 sil +000266 sil 之 后 银 行 催 着 卡 主 去 还 钱 sil +000267 sil 耄 耋 书 法 家 章 汝 奭 sp1 还 专 程 托 友 人 表 达 哀 思 sil +000268 sil 如 今 sp1 中 轴 九 门 sp1 独 缺 sp1 地 安 门 sil +000269 sil 小 貂 因 为 长 出 了 喜 鹊 翅 膀 sp1 而 惊 讶 无 比 sil +000270 sil 所 以 sp1 胶 囊 也 得 当 药 一 样 监 管 sil +000271 sil 早 开 奶 sp1 早 吸 吮 sp1 早 喂 养 sil +000272 sil 去 壳 后 仍 保 留 些 许 外 层 组 织 sp1 如 皮 层 sp1 糊 粉 层 和 胚 芽 sil +000273 sil 此 时 sp1 李 岩 的 饥 饿 仿 佛 教 改 的 诺 言 sp1 虚 无 缥 缈 sp1 也 摸 不 着 边 sil +000274 sil 应 避 免 与 大 车 逆 向 迎 浪 行 驶 sil +000275 sil 可 别 随 地 吐 痰 呀 sil +000276 sil 新 品 种 大 蜥 蜴 sp1 碧 塔 塔 瓦 巨 蜥 sil +000277 sil 郭 丑 丑 立 即 提 出 卖 给 舅 妈 秦 贵 英 sil +000278 sil 魔 鬼 主 场 魔 力 无 边 sil +000279 sil 流 浪 犬 收 容 队 也 落 得 夭 折 下 场 sil +000280 sil 坎 通 纳 还 被 课 以 一 万 英 镑 的 罚 款 sil +000281 sil 出 去 后 想 到 外 面 去 闯 一 闯 sil +000282 sil 贪 嗔 痴 慢 sp1 因 果 轮 回 sil +000283 sil 意 见 认 为 sp1 考 虑 郝 雷 因 吩 噻 嗪 猝 死 综 合 症 而 死 亡 sil +000284 sil 小 苏 瑞 穿 芭 蕾 舞 裙 与 妈 妈 逛 街 sil +000285 sil 有 本 启 奏 sp1 无 本 退 朝 sil +000286 sil 一 股 股 恶 臭 扑 鼻 而 来 sil +000287 sil 释 小 龙 与 沙 妮 现 场 跳 舞 sil +000288 sil 回 首 峰 峦 入 莽 苍 sil +000289 sil 明 将 袁 崇 焕 sp1 曾 据 此 城 抗 击 努 尔 哈 赤 和 皇 太 极 sil +000290 sil 下 面 请 凯 德 商 用 中 国 总 裁 sp1 骆 伟 汉 先 生 致 词 sil +000291 sil 风 城 超 稠 油 油 藏 sp1 位 于 准 噶 尔 盆 地 西 北 缘 sil +000292 sil 警 方 用 锤 子 砸 车 门 sil +000293 sil 吕 女 说 sp1 张 男 二 度 进 槟 榔 摊 内 sp1 忽 然 学 狗 爬 跑 出 店 外 sil +000294 sil 其 余 的 是 斑 胸 草 雀 和 枫 鸟 等 种 类 sil +000295 sil 斗 拱 以 榫 相 扣 sp1 紧 密 结 实 sp1 端 口 还 有 精 美 的 雕 刻 sil +000296 sil 巍 巍 井 冈 山 sp1 绵 亘 五 百 里 sil +000297 sil 不 能 狗 熊 掰 棒 子 sil +000298 sil 民 哪 告 得 过 官 啊 sil +000299 sil 又 称 喀 喇 昆 仑 公 路 sil +000300 sil 这 怕 是 要 考 考 当 地 政 府 了 sil +000301 sil 叶 山 豪 不 就 单 眼 皮 吗 sp1 又 有 型 sp1 外 形 也 很 符 合 喔 sil +000302 sil 那 咱 俩 一 起 数 羊 吧 sil +000303 sil 猩 猩 在 平 衡 木 上 耍 赖 sil +000304 sil 随 着 环 境 呀 因 素 呀 有 改 变 呀 sil +000305 sil 现 因 执 行 刑 满 予 以 释 放 sil +000306 sil 刘 犇 sp1 王 垚 垚 sp1 王 桂 华 sp1 赵 永 胜 sp1 蔡 智 勇 也 分 别 发 言 sil +000307 sil 江 一 燕 一 直 自 诩 为 爬 行 者 sil +000308 sil 天 高 云 淡 秋 阳 灿 烂 sil +000309 sil 严 扬 生 sp1 不 愧 为 一 把 好 算 盘 sp1 硬 将 几 笔 未 结 账 目 sp1 列 为 死 账 sil +000310 sil 你 猜 我 猜 你 猜 不 猜 sil +000311 sil 母 子 开 心 sp1 奔 向 冷 饮 店 sil +000312 sil 遇 到 问 题 要 勇 敢 面 对 呀 sil +000313 sil 我 心 里 三 万 只 草 泥 马 奔 腾 而 过 sil +000314 sil 室 外 建 有 葡 萄 园 和 停 机 坪 sil +000315 sil 辣 椒 都 是 整 捆 整 捆 在 晾 晒 的 sil +000316 sil 冢 子 坡 桥 依 然 被 水 漫 过 sil +000317 sil 恩 sp1 叉 叉 圈 圈 是 什 么 sil +000318 sil 这 一 切 全 要 由 王 美 珍 一 人 操 持 sil +000319 sil 打 捞 队 虽 撒 网 打 捞 无 果 sil +000320 sil 我 们 一 直 都 认 为 吐 血 有 血 燕 sil +000321 sil 该 案 成 为 宋 鹏 飞 涉 黑 案 的 导 火 索 sil +000322 sil 春 眠 不 觉 晓 sp1 处 处 蚊 子 咬 sil +000323 sil 今 夜 有 雨 夹 雪 sp1 明 日 转 小 雪 sil +000324 sil 建 议 北 京 也 搞 一 个 哟 sil +000325 sil 这 种 鸟 sp1 脖 子 上 有 一 圈 乌 黑 的 羽 毛 sil +000326 sil 说 来 话 长 一 言 难 尽 啊 sil +000327 sil 旋 任 故 宫 博 物 院 sp1 古 物 馆 科 长 sp1 及 编 纂 sil +000328 sil 真 要 想 干 事 sp1 就 得 惜 寸 阴 sil +000329 sil 她 穿 着 睡 衣 赤 脚 往 外 跑 sil +000330 sil 而 唐 恒 也 病 了 sp1 喉 咙 发 炎 sil +000331 sil 窃 匪 欲 撬 夹 万 时 触 动 警 钟 sp1 急 挟 赃 物 sp1 沿 凿 墙 路 逃 走 sil +000332 sil 莱 昂 纳 多 吹 呜 呜 祖 拉 sil +000333 sil 业 主 操 纵 招 投 标 普 遍 sil +000334 sil 民 以 食 为 天 sp1 粮 价 sp1 乃 百 价 之 基 sil +000335 sil 全 剧 以 瑶 族 特 有 的 长 鼓 贯 穿 sil +000336 sil 咋 可 能 我 让 它 做 问 卷 它 就 做 问 卷 呢 sil +000337 sil 老 师 责 令 赵 薇 写 检 讨 sil +000338 sil 津 浦 在 望 sp1 陇 海 相 连 sil +000339 sil 这 条 毒 蛇 名 为 sp1 玛 蒂 尔 达 角 蝰 sil +000340 sil 会 面 时 sp1 曾 荫 权 一 直 用 流 利 的 英 语 与 霍 华 德 交 谈 sp1 没 有 安 排 翻 译 sil +000341 sil 杨 胜 忠 与 金 继 芬 相 互 搀 扶 sil +000342 sil 英 语 则 有 阅 读 理 解 等 题 型 sil +000343 sil 莽 莽 乡 野 sp1 万 水 千 山 铿 锵 承 诺 sil +000344 sil 眼 下 儿 子 高 烧 不 退 sp1 他 为 给 儿 筹 医 药 费 决 定 扒 窃 sil +000345 sil 节 能 空 间 逼 仄 却 也 大 有 可 为 sil +000346 sil 整 体 呈 葫 芦 形 sp1 壶 身 通 体 錾 刻 云 纹 sp1 云 海 中 錾 二 龙 戏 珠 纹 sil +000347 sil 这 次 有 女 伴 陪 游 实 属 罕 有 sil +000348 sil 所 卖 洋 酒 皆 为 假 酒 sil +000349 sil 刀 枪 剑 戟 斧 钺 钩 叉 sp1 都 看 别 人 玩 儿 过 sil +000350 sil 今 天 淡 云 遮 日 sp1 更 显 闷 热 sil +000351 sil 在 监 测 站 旁 有 一 家 顺 路 发 驴 肉 快 餐 店 sil +000352 sil 务 求 不 囫 囵 吞 枣 sp1 不 人 云 亦 云 sil +000353 sil 艾 肯 尔 的 遭 遇 急 坏 了 王 大 姐 sil +000354 sil 车 篓 上 印 着 sp1 让 经 典 引 领 未 来 的 红 塔 山 广 告 词 sil +000355 sil 馋 了 sp1 完 全 可 以 舔 自 己 脚 丫 子 sil +000356 sil 葬 具 为 一 棺 一 椁 sp1 系 用 长 方 形 木 板 sp1 以 榫 卯 结 构 sp1 叠 砌 而 成 sil +000357 sil 保 险 杠 底 部 棱 角 上 sp1 有 擦 痕 sil +000358 sil 谢 紊 渊 抬 头 问 sp1 我 怎 么 了 sil +000359 sil 收 尿 用 来 提 炼 尿 激 酶 sil +000360 sil 凤 姐 本 名 罗 玉 凤 sp1 重 庆 人 sil +000361 sil 他 发 音 稚 嫩 sp1 但 也 算 字 正 腔 圆 sil +000362 sil 瓦 拉 德 怀 疑 此 案 是 内 鬼 所 为 sil +000363 sil 吃 完 饭 后 sp1 杨 宇 送 给 了 许 sp1 一 块 欧 米 茄 牌 手 表 sil +000364 sil 十 年 沧 海 劈 波 斩 浪 sil +000365 sil 嫩 嫩 是 我 上 网 时 用 的 昵 称 sil +000366 sil 莲 荆 笑 吐 芳 葩 sp1 更 听 得 雄 鸡 唱 彩 霞 sil +000367 sil 脚 下 的 土 地 微 微 振 颤 sp1 人 们 翘 首 仰 望 sil +000368 sil 每 天 穿 同 一 套 衣 服 sp1 臭 味 熏 天 sil +000369 sil 凡 此 种 种 过 年 抠 法 sp1 简 直 不 胜 枚 举 sil +000370 sil 图 为 墨 西 哥 著 名 海 湾 旅 游 胜 地 sp1 阿 卡 普 尔 科 sil +000371 sil 一 只 讨 厌 的 乌 鸦 站 在 羊 背 上 sil +000372 sil 主 演 郭 羡 妮 米 雪 逃 过 一 劫 sil +000373 sil 獐 狍 等 多 种 动 物 被 浓 烟 熏 死 sil +000374 sil 可 我 一 问 sp1 这 玩 意 儿 sp1 并 不 靠 谱 sil +000375 sil 罗 姆 尼 访 问 耶 路 撒 冷 sil +000376 sil 众 星 捧 月 辉 映 高 新 天 空 sil +000377 sil 因 为 我 要 证 明 我 爱 他 呀 sil +000378 sil 当 天 大 风 把 杨 洋 一 身 绿 裙 吹 起 sp1 杨 洋 还 披 着 曾 轶 可 的 外 套 sil +000379 sil 部 分 患 者 伴 有 咳 嗽 咽 痛 sil +000380 sil 另 外 sp1 他 还 为 龙 珠 犬 夜 叉 银 魂 等 很 多 动 画 配 音 sil +000381 sil 展 厅 色 彩 以 黑 白 灰 为 主 sp1 局 部 点 缀 暖 色 sil +000382 sil 夫 妇 俩 以 蟹 爸 蟹 妈 自 居 sil +000383 sil 四 人 帮 曾 偷 偷 摸 摸 地 整 死 过 人 sil +000384 sil 那 里 的 布 局 sp1 杂 而 有 章 sp1 乱 而 有 序 sil +000385 sil 先 摘 选 整 理 网 友 评 论 如 下 sil +000386 sil 朵 朵 白 云 托 回 你 sp1 点 点 苦 雨 洒 凡 sil +000387 sil 中 宁 县 万 亩 枸 杞 观 光 示 范 园 sil +000388 sil 公 元 九 百 七 十 五 年 sp1 宋 朝 曹 彬 破 金 陵 sp1 南 唐 归 宋 sil +000389 sil 由 于 日 本 战 败 投 降 sp1 耿 谆 幸 免 于 难 sil +000390 sil 上 海 静 安 区 sp1 幺 幺 幺 五 火 灾 就 是 由 焊 火 引 起 的 sil +000391 sil 冬 暖 夏 凉 的 窑 洞 sp1 被 一 道 道 裂 缝 吞 噬 sil +000392 sil 舞 池 璀 璨 sp1 乐 声 欢 快 sp1 光 影 交 错 sil +000393 sil 给 我 一 百 个 胆 sp1 我 也 不 敢 撒 谎 sil +000394 sil 姑 娘 你 想 约 啥 sil +000395 sil 团 伙 大 把 数 钞 票 炫 富 sil +000396 sil 啊 锹 环 sp1 你 比 七 环 少 两 环 sil +000397 sil 其 中 sp1 祾 字 取 祭 而 受 福 之 意 sp1 恩 字 sp1 取 罔 极 之 恩 意 sil +000398 sil 姐 妹 们 不 要 眼 红 哦 sil +000399 sil 随 州 西 周 封 国 为 随 sp1 战 国 末 属 楚 sp1 始 置 随 县 sil +000400 sil 这 于 商 丘 又 有 何 益 呢 sil +000401 sil 老 母 下 跪 sp1 为 儿 求 情 sil +000402 sil 老 将 军 手 捧 金 玉 虎 符 sil +000403 sil 引 入 杠 杆 率 监 管 标 准 sil +000404 sil 容 祖 儿 至 今 仍 为 没 有 向 罗 文 拜 师 sp1 而 耿 耿 于 怀 sil +000405 sil 他 坚 持 要 起 诉 污 蔑 造 谣 者 sil +000406 sil 那 我 再 晚 点 走 sp1 要 不 也 堵 着 sil +000407 sil 人 的 三 围 当 然 是 sp1 腰 围 胸 围 臀 围 sp1 物 理 上 的 三 维 是 长 宽 高 呀 sil +000408 sil 有 些 用 绳 子 捆 好 sp1 有 些 则 是 用 香 烟 壳 包 好 sil +000409 sil 多 由 毒 蝇 伞 sp1 豹 斑 毒 伞 等 引 起 sil +000410 sil 杨 功 焕 sp1 将 为 我 国 控 制 不 力 的 根 本 原 因 sp1 归 结 于 烟 草 业 的 阻 挠 sil +000411 sil 堤 外 江 涛 滚 滚 sp1 堤 内 一 片 祥 和 sil +000412 sil 不 懂 法 啊 sp1 受 高 额 利 息 诱 惑 sil +000413 sil 二 四 五 路 sp1 开 设 sp1 云 台 花 园 至 东 圃 短 线 sil +000414 sil 咬 完 猪 就 要 咬 人 了 sil +000415 sil 报 言 帝 室 抡 材 者 sp1 便 作 明 堂 一 柱 看 sil +000416 sil 尚 雯 婕 顶 扫 把 头 亮 相 sp1 一 身 黑 装 雷 人 依 旧 sil +000417 sil 刘 銮 雄 sp1 与 吕 丽 君 之 子 曝 光 sil +000418 sil 只 穿 了 一 条 内 裤 有 木 有 啊 sil +000419 sil 面 对 其 冗 长 发 言 sp1 黄 文 仔 委 员 忍 无 可 忍 sp1 激 愤 制 止 sil +000420 sil 甘 花 也 不 知 道 咋 弄 sil +000421 sil 图 为 sp1 大 云 山 错 银 编 磬 铜 虡 兽 座 sil +000422 sil 但 染 过 色 的 sp1 即 使 曝 晒 sp1 仍 会 很 鲜 红 sil +000423 sil 目 前 磋 商 已 举 行 五 次 sil +000424 sil 廉 署 早 前 亦 拘 捕 陈 巨 源 sil +000425 sil 西 汉 常 以 酱 盐 等 作 料 为 肉 食 品 调 料 sp1 调 料 均 放 入 杯 中 sil +000426 sil 刘 文 博 现 在 由 爷 爷 奶 奶 照 顾 sil +000427 sil 他 戏 外 谈 姐 弟 恋 sp1 在 南 片 sp1 也 和 简 嫚 书 sp1 有 段 纯 爱 姐 弟 恋 sil +000428 sil 卡 达 能 源 部 长 阿 提 雅 sp1 稍 早 也 发 出 同 样 的 讯 息 sil +000429 sil 据 说 柚 子 皮 熬 汤 喝 sp1 可 以 化 痰 止 咳 哟 sil +000430 sil 红 线 框 内 sp1 为 情 人 湖 原 址 sp1 现 已 被 填 埋 sil +000431 sil 一 个 厨 子 一 个 甩 饼 sp1 爱 拍 谁 去 拍 sil +000432 sil 要 建 言 献 策 sp1 发 挥 参 谋 作 用 sil +000433 sil 翁 倩 玉 在 赈 灾 晚 会 上 演 唱 sil +000434 sil 因 苟 某 婶 婶 和 嫂 嫂 sp1 迫 于 面 子 问 题 没 声 张 sp1 苟 某 原 以 为 没 事 了 sil +000435 sil 嘴 角 微 微 上 扬 sil +000436 sil 蒙 妹 玲 就 读 于 贡 川 乡 红 柳 小 学 sp1 上 学 要 横 渡 红 水 河 sil +000437 sil 匡 涌 委 员 代 表 工 商 联 发 言 sil +000438 sil 许 晋 亨 父 母 赴 医 院 探 望 sil +000439 sil 朴 娥 姬 欲 哭 无 泪 sil +000440 sil 现 在 偶 尔 玩 玩 sp1 没 瘾 了 sil +000441 sil 当 时 sp1 这 艘 油 轮 正 向 一 艘 挪 威 货 轮 传 送 油 料 sil +000442 sil 叙 利 亚 西 北 部 城 镇 sp1 玛 瑞 特 阿 尔 纽 曼 遭 到 轰 炸 sil +000443 sil 古 语 云 sp1 不 患 寡 sp1 而 患 不 均 sil +000444 sil 窈 窈 弦 宇 三 光 不 入 sil +000445 sil 充 气 娃 娃 是 行 为 艺 术 的 一 个 隐 喻 sil +000446 sil 按 阿 马 尔 的 说 法 sp1 赛 义 夫 一 行 sp1 打 算 逃 往 尼 日 尔 sp1 试 图 卷 土 重 来 sil +000447 sil 老 人 对 儿 子 拈 花 惹 草 sp1 也 早 已 深 恶 痛 绝 sp1 一 口 答 应 sil +000448 sil 烟 柳 画 桥 风 帘 翠 幕 sp1 参 差 十 万 人 家 sil +000449 sil 看 来 sp1 外 星 人 也 嘴 馋 呀 sil +000450 sil 并 将 仿 品 挂 在 原 处 sil +000451 sil 两 个 肮 脏 的 炼 油 用 大 铁 槽 架 在 灶 上 sp1 还 有 余 温 sil +000452 sil 主 要 目 标 在 维 持 飞 行 组 员 的 熟 练 度 sil +000453 sil 入 则 恳 恳 以 尽 忠 sp1 出 则 谦 谦 以 自 悔 sil +000454 sil 邓 建 国 一 头 金 发 很 抢 眼 sil +000455 sil 志 云 大 师 急 需 扛 起 大 旗 收 拾 烂 摊 子 sil +000456 sil 一 群 群 白 鸽 放 飞 sp1 一 串 串 誓 言 响 起 sil +000457 sil 她 给 多 少 没 娘 哺 乳 的 婴 儿 喂 过 奶 sil +000458 sil 她 要 什 么 我 买 什 么 sp1 鸡 爪 子 一 买 好 几 包 sp1 爽 歪 歪 她 一 喝 喝 一 排 sil +000459 sil 警 方 担 心 薛 宏 崴 的 安 危 sp1 薛 还 使 用 过 陈 云 的 名 字 sil +000460 sil 据 安 妮 宝 贝 透 露 sp1 大 方 所 选 篇 目 sp1 绝 无 千 字 文 sil +000461 sil 该 遗 赠 sp1 无 附 加 条 件 sil +000462 sil 只 是 此 关 仍 雄 在 sp1 岁 月 已 蹉 跎 sil +000463 sil 我 真 没 喝 酒 sp1 只 是 晕 车 啊 sil +000464 sil 别 因 此 太 郁 闷 哦 sil +000465 sil 我 头 摇 的 和 拨 浪 鼓 一 样 sil +000466 sil 夫 妻 笑 星 倪 明 sp1 夏 文 兰 现 身 压 轴 演 出 我 爱 老 公 sil +000467 sil 谢 安 琪 跟 内 地 歌 手 徐 子 崴 sp1 一 起 任 大 运 会 表 演 嘉 宾 sil +000468 sil 大 坏 蛋 sp1 羞 死 我 算 了 sil +000469 sil 普 陀 山 既 以 海 天 壮 阔 取 胜 sp1 又 以 山 林 深 邃 见 长 sil +000470 sil 晚 上 回 家 比 较 晚 sp1 所 以 俺 姥 爷 就 训 我 sil +000471 sil 新 人 花 销 大 sp1 婚 庆 公 司 也 喊 苦 sil +000472 sil 图 为 喇 叭 哥 sp1 在 用 吼 声 执 法 sil +000473 sil 为 庆 年 例 sp1 该 村 委 请 来 脱 衣 舞 娘 助 兴 sil +000474 sil 乱 又 何 妨 sp1 窄 又 何 妨 sil +000475 sil 而 养 鱼 户 却 只 能 干 瞅 着 sil +000476 sil 来 跟 着 我 一 起 左 三 圈 右 三 圈 扭 扭 腰 sil +000477 sil 我 与 网 易 的 情 谊 sp1 难 以 割 舍 sil +000478 sil 自 主 品 牌 也 未 落 人 后 sil +000479 sil 那 些 扒 手 sp1 你 越 怕 他 会 越 猖 狂 sil +000480 sil 我 的 小 脑 瓜 有 点 不 够 用 啦 sil +000481 sil 必 须 配 一 个 套 盆 sil +000482 sil 九 代 王 共 在 位 二 百 四 十 一 年 sil +000483 sil 寿 星 杨 千 嬅 sp1 捐 出 两 千 元 抽 奖 sp1 上 台 时 sp1 一 面 吃 甜 品 一 面 抽 奖 sil +000484 sil 金 辉 鹏 被 冰 雹 砸 得 鼻 青 脸 肿 sil +000485 sil 医 生 见 状 sp1 只 能 用 膀 胱 镜 异 物 钳 sp1 将 死 泥 鳅 sp1 从 膀 胱 里 拽 出 来 sil +000486 sil 网 友 正 风 说 sp1 小 鱼 sp1 都 得 被 小 眼 网 捞 净 了 吧 sil +000487 sil 扁 某 sp1 被 押 解 回 渭 南 渭 南 sil +000488 sil 这 一 推 选 委 员 会 sp1 就 是 由 筹 委 会 来 筹 组 的 sil +000489 sil 打 羽 毛 球 容 易 崴 脚 sil +000490 sil 后 又 有 三 伙 劫 匪 蹿 上 列 车 开 始 抢 劫 sil +000491 sil 在 殡 仪 馆 外 站 一 小 会 儿 sp1 便 已 汗 水 涔 涔 sil +000492 sil 它 于 九 月 中 旬 推 出 试 用 版 本 sil +000493 sil 阴 沉 的 天 空 sp1 飘 洒 起 毛 毛 细 雨 sp1 似 乎 知 晓 此 刻 举 国 同 哀 sil +000494 sil 皮 皮 鲁 讲 堂 教 师 sil +000495 sil 图 为 收 藏 家 王 学 武 sp1 在 介 绍 柴 窑 的 历 史 珍 藏 性 sil +000496 sil 她 与 上 海 乒 乓 国 手 王 励 勤 sp1 还 有 王 妈 妈 一 同 逛 世 博 园 sil +000497 sil 您 能 和 我 女 友 合 张 影 吗 sil +000498 sil 马 德 钟 sp1 也 或 搂 或 抱 sil +000499 sil 裸 体 攀 岩 是 加 州 摄 影 师 兼 攀 岩 爱 好 者 迪 安 的 创 意 sil +000500 sil 望 着 盼 盼 sp1 李 钢 满 眼 心 疼 sil +000501 sil 私 人 商 铺 很 少 给 sil +000502 sil 贺 胜 sp1 因 救 驾 有 功 sp1 被 忽 必 烈 提 拔 为 上 都 留 守 sil +000503 sil 王 竹 华 心 跳 到 了 嗓 子 眼 sil +000504 sil 笑 话 还 分 颜 色 嘛 sil +000505 sil 钱 要 花 在 刀 刃 儿 上 sil +000506 sil 据 说 邹 国 春 生 前 酷 爱 花 草 sil +000507 sil 郑 元 畅 陈 妍 希 开 餐 厅 sp1 任 达 华 站 台 捧 场 sil +000508 sil 玻 璃 砸 中 休 闲 吧 遮 阳 伞 sp1 伤 了 游 人 sil +000509 sil 陈 奕 迅 透 露 太 太 徐 濠 萦 sp1 因 忙 于 跑 步 sp1 故 未 能 出 席 捧 场 sil +000510 sil 地 皮 儿 有 个 硬 壳 sp1 正 出 苗 的 sp1 现 在 就 卡 那 儿 了 sil +000511 sil 撇 开 竞 选 结 果 输 赢 不 谈 sil +000512 sil 赵 宪 槐 sp1 又 将 赵 炳 佐 杀 死 在 门 口 sil +000513 sil 在 医 学 上 sp1 这 类 药 物 叫 做 sp1 口 服 促 进 排 卵 药 物 sil +000514 sil 巨 春 雷 曾 在 微 博 爆 料 称 sp1 白 静 劈 腿 乔 宇 sp1 谋 夺 老 公 家 产 sil +000515 sil 赵 作 兰 斥 责 他 蠢 笨 sil +000516 sil 驾 驶 扫 雪 车 sp1 行 驶 到 赵 公 口 桥 后 sp1 苗 巍 掉 头 往 回 走 sil +000517 sil 有 酸 中 毒 者 sp1 可 用 碳 酸 氢 钠 sil +000518 sil 老 约 翰 拧 着 股 劲 儿 sil +000519 sil 难 道 不 是 围 巾 围 裙 和 围 嘴 吗 sil +000520 sil 张 如 炮 手 抖 无 法 写 字 sp1 因 此 sp1 最 后 摁 指 模 代 替 签 字 sil +000521 sil 造 假 者 sp1 有 孙 悟 空 的 变 脸 术 sil +000522 sil 从 灯 笼 高 挂 的 正 门 走 进 网 师 园 sp1 夜 色 幽 沉 sp1 景 象 朦 胧 sil +000523 sil 图 为 员 工 用 自 来 水 充 满 饮 水 机 sil +000524 sil 此 前 sp1 王 炯 又 转 赴 安 徽 任 职 sil +000525 sil 一 辆 破 车 sp1 压 着 两 条 道 sp1 还 水 蛇 转 sp1 谁 敢 超 啊 sil +000526 sil 手 套 与 绑 腿 sp1 通 常 藏 着 暗 器 sil +000527 sil 为 啥 子 要 晕 呀 sil +000528 sil 约 翰 逊 与 奥 巴 马 交 情 匪 浅 sil +000529 sil 例 如 饺 子 吃 法 sp1 云 吞 吃 法 sp1 以 及 窝 窝 头 制 胶 囊 的 窝 囊 吃 法 等 sil +000530 sil 宫 小 村 拐 儿 乞 讨 的 网 文 发 表 后 sp1 引 起 轩 然 大 波 sil +000531 sil 光 泉 方 丈 sp1 依 次 在 天 王 殿 弥 勒 菩 萨 sp1 韦 陀 菩 萨 前 上 香 sp1 礼 拜 说 法 sil +000532 sil 她 有 我 小 妹 妹 漂 亮 吗 sil +000533 sil 信 纸 一 承 以 上 风 格 sp1 一 副 年 逾 古 稀 的 残 败 样 sil +000534 sil 为 报 复 他 用 扳 手 将 奸 夫 打 死 sil +000535 sil 无 语 啦 吖 sp1 无 语 就 对 啦 sil +000536 sil 太 仓 港 打 捞 上 岸 的 江 豚 sil +000537 sil 浩 口 镇 虾 农 刘 学 翠 sp1 一 筹 莫 展 sil +000538 sil 血 从 她 头 顶 往 外 冒 个 不 停 sil +000539 sil 可 能 也 就 写 了 给 狱 友 听 听 唱 唱 sil +000540 sil 你 为 什 么 要 赶 走 我 呢 sil +000541 sil 家 长 搭 帐 篷 陪 读 sil +000542 sil 绿 豆 西 瓜 冰 棍 儿 凉 sp1 解 暑 首 推 酸 梅 汤 sil +000543 sil 瞬 时 乌 云 密 布 sp1 豪 雨 如 注 sp1 白 昼 如 夜 sil +000544 sil 孔 明 灯 相 传 由 诸 葛 孔 明 发 明 sil +000545 sil 越 是 接 近 梦 想 sp1 越 要 有 闯 关 夺 隘 的 勇 气 与 智 慧 sil +000546 sil 艾 薇 儿 出 国 演 出 sp1 也 常 常 有 男 友 贴 身 护 送 sil +000547 sil 是 否 有 泡 沫 sp1 还 要 看 空 房 率 sil +000548 sil 加 快 拱 北 口 岸 改 扩 建 sp1 和 横 琴 口 岸 客 货 车 通 道 重 建 sil +000549 sil 暂 缓 缴 费 期 间 sp1 免 收 滞 纳 金 sil +000550 sil 视 需 要 而 举 起 哪 件 兵 器 sil +000551 sil 但 蜜 雪 儿 仍 不 为 所 动 sil +000552 sil 往 日 披 散 的 头 发 sp1 也 梳 挽 成 髻 sp1 看 上 去 别 有 韵 味 sil +000553 sil 但 被 问 及 会 否 与 祖 儿 减 少 联 络 sp1 何 韵 诗 sp1 不 予 回 应 sil +000554 sil 张 媛 一 开 始 挺 纳 闷 sil +000555 sil 水 磨 石 的 火 锅 桌 上 sp1 用 鱼 汤 骨 汤 调 成 的 火 锅 汤 sp1 喷 香 扑 鼻 sil +000556 sil 而 今 年 应 景 儿 的 降 雪 sp1 刚 好 与 大 雪 擦 肩 而 过 sil +000557 sil 消 防 员 杨 超 sp1 钻 进 威 风 凛 凛 的 消 防 坦 克 内 驾 驶 sil +000558 sil 按 图 索 骥 sp1 依 样 画 葫 芦 sil +000559 sil 羊 狗 年 平 平 sp1 总 算 形 象 讨 喜 sil +000560 sil 伊 曼 纽 尔 对 此 非 常 气 愤 sil +000561 sil 贾 强 挥 舞 棒 球 棍 冲 在 身 前 sp1 抡 棒 击 打 洪 亮 sil +000562 sil 消 火 栓 sp1 灭 火 器 sp1 均 已 配 齐 到 位 sp1 消 防 泵 sp1 也 已 安 装 调 试 完 毕 sil +000563 sil 小 西 sp1 原 本 约 好 陪 着 表 姐 一 起 来 相 亲 sp1 表 姐 却 因 为 胆 小 爽 约 sil +000564 sil 二 房 长 女 何 超 琼 手 握 重 权 sil +000565 sil 槽 罐 车 罐 体 sp1 被 钢 筋 扎 破 sp1 导 致 盐 酸 泄 漏 sil +000566 sil 郑 俊 浩 婚 事 告 吹 sil +000567 sil 这 显 示 sp1 芒 果 网 正 酝 酿 分 拆 上 市 sil +000568 sil 最 严 重 时 sp1 胸 前 还 要 放 一 个 便 盆 盛 呕 吐 物 sil +000569 sil 过 往 船 只 sp1 应 引 以 为 戒 sp1 拧 紧 安 全 弦 sp1 确 保 航 行 安 全 sil +000570 sil 另 一 种 则 是 水 鳕 鱼 sp1 售 卖 商 品 包 括 sp1 扁 鳕 切 片 sp1 鳕 鱼 扒 sil +000571 sil 渔 业 暨 水 产 资 源 局 官 员 sp1 闻 讯 前 往 查 看 sp1 认 为 是 泥 鳅 的 幼 鱼 sil +000572 sil 但 该 名 学 生 次 日 趁 无 人 时 sp1 以 指 甲 捅 破 捆 绑 胶 带 sp1 而 成 功 逃 脱 sil +000573 sil 加 强 恶 臭 污 染 物 治 理 sil +000574 sil 让 蚊 子 咬 死 你 sil +000575 sil 有 本 事 起 用 新 导 演 sp1 别 老 摽 着 艺 谋 sil +000576 sil 柑 桔 也 许 对 你 有 帮 助 哦 sil +000577 sil 交 运 仓 储 sp1 造 纸 印 刷 sp1 钢 铁 等 板 块 整 体 涨 幅 领 先 sil +000578 sil 消 防 队 员 用 背 篓 sp1 将 救 灾 物 资 背 进 灾 区 sil +000579 sil 类 似 的 风 言 风 语 sp1 我 也 时 有 耳 闻 sil +000580 sil 听 闻 重 庆 人 咬 狗 sp1 一 看 雷 哥 受 冤 屈 sil +000581 sil 孔 贾 拘 守 昌 黎 呐 喊 sil +000582 sil 张 敏 抚 摸 着 他 的 头 sp1 含 着 泪 劝 慰 sil +000583 sil 图 为 形 状 像 鹅 卵 石 的 岩 石 样 本 火 山 玻 璃 sil +000584 sil 以 便 永 远 保 存 人 类 珍 贵 的 文 化 遗 产 sil +000585 sil 我 以 前 又 愚 蠢 又 虚 荣 sil +000586 sil 图 为 奶 奶 塞 给 小 莹 的 零 钞 sil +000587 sil 在 招 考 职 员 中 sp1 孔 德 奇 也 屡 屡 伸 手 sil +000588 sil 上 啥 别 上 电 视 sp1 惹 谁 别 惹 方 舟 子 sil +000589 sil 因 无 法 忍 受 病 痛 折 磨 选 择 跳 楼 了 sil +000590 sil 厦 门 翔 安 海 底 隧 道 sp1 右 线 洞 口 外 景 sil +000591 sil 审 判 长 当 庭 允 许 sil +000592 sil 一 楼 商 铺 sp1 已 烧 成 废 墟 sp1 外 墙 熏 黑 sil +000593 sil 还 是 使 用 文 明 用 语 吧 sil +000594 sil 三 两 条 就 卖 一 毛 sp1 蛤 蟆 骨 朵 儿 sp1 大 田 螺 蛳 白 挠 sil +000595 sil 卡 比 里 sp1 来 自 瓦 尔 扎 甘 县 的 基 尾 村 sil +000596 sil 但 李 婉 钰 投 错 票 之 说 sp1 却 遭 绿 营 市 议 员 抨 击 sil +000597 sil 受 东 风 扰 动 影 响 sp1 一 场 秋 雨 sp1 悄 然 洒 落 湖 南 省 sil +000598 sil 把 那 种 乱 象 从 生 的 民 主 奉 为 样 板 吗 sil +000599 sil 普 京 sp1 与 卡 巴 耶 娃 sil +000600 sil 一 起 在 晚 上 sp1 仰 望 星 空 吗 sil +000601 sil 李 静 用 力 擦 掉 一 角 sp1 看 着 窗 外 往 来 穿 着 皮 袄 羽 绒 服 的 人 们 sil +000602 sil 广 州 未 来 三 天 sp1 雨 雾 缠 绵 sil +000603 sil 严 肃 查 处 买 官 卖 官 案 件 sil +000604 sil 永 远 也 忘 不 了 班 主 任 那 哀 怨 的 眼 神 sil +000605 sil 咱 也 别 挑 剔 人 家 sp1 但 硬 件 服 务 和 配 套 的 东 西 该 有 哇 sil +000606 sil 业 内 预 测 的 或 许 并 无 夸 张 sil +000607 sil 视 频 监 控 截 图 sp1 一 只 小 卷 毛 犬 sp1 勇 战 大 藏 獒 sil +000608 sil 该 赌 场 sp1 为 外 国 人 专 用 赌 场 sil +000609 sil 栖 霞 红 叶 秋 天 手 绘 版 sp1 漂 亮 吧 sil +000610 sil 我 军 破 解 美 军 优 势 的 手 杀 锏 sil +000611 sil 据 闻 sp1 朱 莉 拍 游 片 sp1 故 意 强 吻 德 普 sp1 勾 搭 企 图 明 显 sil +000612 sil 几 天 用 一 张 sp1 用 完 就 扔 sil +000613 sil 三 处 私 宰 点 均 无 检 验 检 疫 证 sil +000614 sil 几 人 将 朴 云 当 场 乱 刀 砍 死 sil +000615 sil 张 春 贤 同 时 赞 扬 说 sp1 新 疆 人 善 良 懂 感 恩 sil +000616 sil 把 孩 子 尿 还 得 吹 嘘 嘘 才 行 sil +000617 sil 这 些 水 泥 砖 sp1 能 用 手 捻 碎 sil +000618 sil 谁 能 阻 止 李 宗 伟 成 为 年 终 悬 念 sil +000619 sil 在 路 旁 旮 旯 处 sp1 皮 特 脱 下 外 套 sp1 惬 意 抽 着 香 烟 sil +000620 sil 脚 印 旁 还 有 甩 出 的 小 血 点 sil +000621 sil 可 蔡 云 这 查 无 原 因 的 发 烧 sp1 却 让 队 医 sp1 担 心 不 已 sil +000622 sil 副 首 相 克 莱 格 sp1 同 样 为 王 室 游 艇 建 造 提 议 泼 冷 水 sil +000623 sil 俩 胳 膊 三 度 烫 伤 sp1 创 面 比 较 深 sil +000624 sil 阳 台 栏 杆 sp1 应 有 防 护 措 施 sil +000625 sil 我 说 你 咋 哪 壶 不 开 提 哪 壶 哇 sil +000626 sil 冯 巩 姐 姐 冯 幸 耘 sp1 姜 昆 sp1 濮 存 昕 等 sp1 纷 纷 现 身 sil +000627 sil 有 几 名 游 客 不 敢 沿 绳 索 攀 爬 至 岸 边 sil +000628 sil 人 物 体 态 丰 腴 身 姿 婀 娜 sp1 舞 裙 飘 逸 sp1 神 采 飞 扬 sp1 极 富 艺 术 张 力 sil +000629 sil 今 年 sp1 我 准 备 提 出 请 财 政 补 贴 取 暖 费 用 sil +000630 sil 我 太 笨 手 笨 脚 了 sil +000631 sil 都 答 了 满 分 sp1 要 请 我 吃 饭 哦 sil +000632 sil 玩 玩 乐 器 sp1 玩 玩 游 戏 sil +000633 sil 阿 霞 留 下 电 话 给 同 某 sp1 称 要 介 绍 小 妹 给 其 嫖 宿 sil +000634 sil 苏 玉 双 与 寝 室 同 学 在 一 起 sil +000635 sil 您 可 以 先 回 冰 岛 问 问 您 哥 们 儿 sil +000636 sil 届 时 sp1 王 晶 又 能 笑 得 合 不 拢 嘴 了 sil +000637 sil 我 约 她 去 看 狗 展 sil +000638 sil 粮 食 变 能 源 sp1 使 得 因 灾 减 产 的 粮 食 供 应 雪 上 加 霜 sil +000639 sil 第 五 名 是 女 星 洁 西 卡 贝 尔 跳 钢 管 舞 sil +000640 sil 轮 换 球 员 真 的 有 必 要 吗 sil +000641 sil 诸 如 哈 欠 写 成 哈 九 sp1 美 食 一 顿 sp1 写 成 美 食 一 顷 等 等 sil +000642 sil 这 就 容 易 引 起 误 会 及 争 拗 sil +000643 sil 能 够 第 三 已 经 阿 弥 陀 佛 了 sil +000644 sil 恳 请 消 费 者 原 谅 sil +000645 sil 从 兔 王 长 着 弯 曲 的 爪 子 看 sp1 它 极 可 能 靠 挖 食 植 物 根 茎 为 生 sil +000646 sil 艺 术 家 sp1 与 表 演 者 五 大 类 sp1 入 选 者 sp1 均 为 各 领 域 最 具 影 响 力 的 佼 佼 者 sil +000647 sil 少 数 患 者 出 现 兴 奋 sp1 或 有 片 断 荒 谬 的 妄 想 与 幻 觉 sil +000648 sil 楼 市 降 价 的 豁 口 未 现 sp1 但 暗 流 已 经 汹 涌 sil +000649 sil 当 对 方 同 意 与 其 一 夜 情 后 sp1 柳 某 大 喜 过 望 sil +000650 sil 可 爱 模 样 让 我 忍 不 住 对 她 狂 吻 sil +000651 sil 一 名 因 情 绪 摇 滚 范 儿 打 扮 遭 杀 害 的 伊 拉 克 少 年 sil +000652 sil 这 一 件 件 案 底 sp1 让 专 案 组 人 员 颇 为 惊 讶 sil +000653 sil 此 外 sp1 西 奥 的 两 颊 有 棱 有 角 sp1 而 梵 高 的 腮 帮 比 较 圆 sil +000654 sil 佛 山 的 陶 都 招 牌 越 擦 越 亮 sil +000655 sil 绿 柳 低 垂 sp1 江 水 哽 咽 sil +000656 sil 她 在 鄞 州 一 家 银 行 乖 乖 汇 款 sil +000657 sil 禽 蛋 价 格 有 涨 有 落 sil +000658 sil 该 存 单 可 流 通 转 让 sp1 自 由 买 卖 sil +000659 sil 萨 勒 曼 表 示 sp1 他 已 经 向 查 尔 斯 王 子 致 以 歉 意 sil +000660 sil 没 忙 啥 sp1 在 等 你 召 唤 呀 sil +000661 sil 为 撺 掇 新 郎 新 娘 做 游 戏 sp1 朋 友 们 sp1 围 挤 在 床 边 起 哄 sil +000662 sil 她 倒 下 了 sp1 我 姑 父 和 我 外 甥 可 怎 么 办 呀 sil +000663 sil 百 折 不 挠 sp1 国 泰 民 安 sil +000664 sil 往 年 隆 冬 见 不 到 的 海 鸥 sp1 也 翩 翩 而 至 sil +000665 sil 也 捧 场 了 像 孙 俪 sp1 佟 大 为 sp1 刘 烨 一 批 活 跃 在 娱 乐 圈 一 线 的 演 员 sil +000666 sil 花 言 巧 语 有 之 sp1 威 逼 利 诱 有 之 sp1 讽 刺 辱 骂 有 之 sil +000667 sil 若 朝 鲜 拥 有 核 武 器 sp1 韩 国 没 有 有 效 手 段 予 以 反 击 sil +000668 sil 民 女 给 您 请 安 啦 sil +000669 sil 陈 涛 不 解 sp1 致 电 文 强 却 被 掐 断 sil +000670 sil 旧 老 血 渍 sp1 可 用 硫 黄 皂 揉 搓 清 洗 sil +000671 sil 其 他 我 就 当 没 听 过 咯 sil +000672 sil 有 望 年 底 与 观 众 见 面 sil +000673 sil 杨 龙 芳 的 观 点 sp1 与 黄 卫 平 不 谋 而 合 sil +000674 sil 越 南 方 面 sp1 也 允 许 买 手 直 接 到 林 区 选 材 sil +000675 sil 层 次 感 鲜 明 sp1 让 人 越 看 越 着 迷 sil +000676 sil 网 友 预 言 帖 截 屏 图 sil +000677 sil 让 姚 易 二 人 的 威 力 sp1 共 同 发 挥 sil +000678 sil 卓 韵 芝 表 示 sp1 都 爱 喝 咖 啡 sil +000679 sil 秋 保 的 脚 部 等 处 也 负 有 轻 伤 sil +000680 sil 羊 要 咩 咩 叫 sp1 公 鸡 要 在 天 未 亮 时 打 鸣 sil +000681 sil 在 屋 檐 下 听 雨 呀 sil +000682 sil 而 荒 唐 减 压 偷 盗 财 物 的 赵 某 sp1 也 面 临 刑 罚 sil +000683 sil 守 望 屁 股 sp1 我 玩 寡 妇 sp1 是 游 戏 呀 sp1 别 瞎 想 sil +000684 sil 扫 把 铁 制 sp1 下 扎 数 十 条 耐 火 的 橡 胶 皮 sp1 用 来 扑 打 火 焰 sil +000685 sil 当 记 者 按 下 秒 表 后 sp1 龚 兆 春 开 始 沿 着 软 梯 向 下 爬 sil +000686 sil 警 察 正 在 用 警 棍 sp1 引 诱 蛇 出 来 sil +000687 sil 可 内 服 可 外 用 哦 sil +000688 sil 入 夏 以 来 sp1 雨 水 充 沛 sp1 利 于 作 物 生 长 发 育 sil +000689 sil 张 毅 发 现 无 孔 可 入 sp1 也 只 好 作 罢 sil +000690 sil 闪 点 越 低 sp1 燃 料 越 易 燃 sp1 引 发 火 灾 的 危 险 性 sp1 也 就 越 大 sil +000691 sil 刚 才 我 也 感 觉 恶 心 头 晕 sp1 脚 软 sil +000692 sil 田 月 生 sp1 因 失 血 过 多 抢 救 无 效 死 亡 sil +000693 sil 杨 存 虎 sp1 本 名 sp1 王 存 虎 sp1 生 父 姓 王 sp1 早 亡 sp1 从 继 父 改 姓 杨 sil +000694 sil 宁 愿 做 一 朵 篱 下 的 野 花 sp1 不 愿 做 一 朵 受 恩 惠 的 蔷 薇 sil +000695 sil 化 肥 比 秸 秆 沤 的 肥 料 有 劲 多 了 sil +000696 sil 踏 进 监 狱 的 大 门 sp1 尊 严 已 彻 底 沦 落 sil +000697 sil 司 机 磨 磨 蹭 蹭 走 走 停 停 sil +000698 sil 而 她 几 位 朋 友 sp1 刚 巧 也 到 了 sil +000699 sil 建 筑 物 越 高 sp1 烟 囱 效 应 越 明 显 sil +000700 sil 图 为 统 营 的 一 处 港 口 被 淹 没 sil +000701 sil 成 为 主 捧 影 星 之 一 sil +000702 sil 大 连 港 集 团 穆 棱 铁 海 联 运 项 目 启 动 sil +000703 sil 塔 里 木 油 田 青 年 员 工 奉 献 大 漠 sil +000704 sil 昆 州 著 名 景 区 sp1 凯 恩 斯 sp1 汤 斯 维 尔 sp1 马 凯 等 都 在 受 影 响 区 域 内 sil +000705 sil 二 要 稳 步 推 进 人 民 币 跨 境 结 算 sil +000706 sil 纪 念 品 价 钱 较 亲 民 sil +000707 sil 刘 亚 受 伤 后 sp1 主 攻 位 置 让 谁 去 打 sp1 教 练 组 颇 有 些 挠 头 sil +000708 sil 时 任 院 长 严 文 清 sp1 现 任 湖 北 第 二 师 院 党 委 书 记 sil +000709 sil 第 二 垄 断 血 液 骨 髓 sil +000710 sil 结 婚 传 闻 被 指 属 假 sil +000711 sil 人 被 蚂 蚁 叮 咬 后 sp1 往 往 引 起 红 斑 sp1 使 皮 肤 瘙 痒 sil +000712 sil 发 表 不 当 言 论 的 柳 泽 sp1 暂 且 渡 过 难 关 sil +000713 sil 你 别 赶 我 走 好 吗 sil +000714 sil 多 云 有 阵 雨 sp1 雷 暴 有 大 风 sil +000715 sil 我 随 着 五 颜 六 色 的 人 流 穿 游 sil +000716 sil 我 需 要 远 离 水 源 哦 sil +000717 sil 看 见 王 伟 就 问 sp1 你 如 何 啊 sil +000718 sil 偶 尔 买 一 些 资 料 或 一 双 袜 子 sp1 等 存 够 了 sp1 会 去 买 一 套 新 衣 裳 sil +000719 sil 札 夸 威 sp1 也 是 库 达 玛 夫 妇 婚 姻 的 介 绍 人 sil +000720 sil 岑 师 傅 一 时 难 以 判 断 sil +000721 sil 模 特 儿 出 身 转 战 演 员 的 郭 品 超 sp1 为 活 动 亲 自 走 秀 sil +000722 sil 尔 后 sp1 便 在 被 告 席 位 置 站 定 sp1 表 情 平 静 sp1 任 凭 闪 光 灯 sp1 频 频 闪 起 sil +000723 sil 威 廉 斯 说 sp1 业 务 拓 展 至 特 殊 造 型 棺 材 sp1 纯 属 偶 然 sil +000724 sil 平 均 每 篇 论 文 的 被 引 用 次 数 是 四 点 六 sil +000725 sil 梁 伟 军 灰 溜 溜 地 回 到 饲 养 场 sp1 张 爱 国 从 猪 圈 后 闪 出 来 sil +000726 sil 如 果 维 持 原 价 sp1 月 嫂 都 会 跑 走 sil +000727 sil 美 女 sp1 你 辣 么 早 啊 sil +000728 sil 崔 秋 莲 也 将 自 己 女 儿 的 相 片 送 给 波 希 瓦 太 太 sil +000729 sil 金 灿 荣 认 为 sp1 并 非 如 此 sil +000730 sil 镇 里 sp1 按 照 该 预 算 和 合 同 进 行 拨 款 sil +000731 sil 初 在 陕 北 公 学 sp1 后 到 鲁 迅 艺 术 文 学 院 任 研 究 员 sil +000732 sil 寒 风 凛 冽 候 鸟 悠 然 觅 食 sil +000733 sil 农 庄 内 冷 冷 清 清 sil +000734 sil 洛 佩 兹 sp1 再 度 当 选 美 臀 天 后 sil +000735 sil 不 过 sp1 更 换 轮 胎 尺 寸 sp1 也 有 隐 患 sil +000736 sil 其 他 区 域 sp1 为 养 犬 一 般 管 理 区 sil +000737 sil 因 为 无 钱 租 房 sp1 杨 元 元 sp1 与 母 亲 一 直 同 住 一 间 寝 室 sil +000738 sil 刘 伟 强 sp1 原 系 湘 乡 市 金 薮 乡 乡 长 助 理 sp1 兼 财 政 所 所 长 sil +000739 sil 一 列 动 车 正 缓 缓 而 行 sil +000740 sil 刚 洗 了 黑 漆 sp1 又 被 喷 上 红 漆 sil +000741 sil 可 想 而 知 sp1 瓮 中 捉 鳖 显 然 比 亡 羊 补 牢 sp1 更 可 靠 sp1 更 有 效 sil +000742 sil 赵 本 山 sp1 大 红 唐 装 喜 气 洋 洋 sp1 做 掩 面 状 耍 宝 sil +000743 sil 闲 暇 时 sp1 她 喜 欢 玩 玩 微 博 或 上 网 聊 天 sil +000744 sil 凯 尔 生 于 得 克 萨 斯 州 西 部 sil +000745 sil 我 也 有 问 过 一 些 前 辈 sp1 好 像 黄 日 华 就 挺 我 sil +000746 sil 一 开 始 sp1 办 案 民 警 sp1 也 捉 摸 不 透 sil +000747 sil 悦 悦 妈 几 乎 当 场 晕 倒 sp1 随 即 被 亲 友 扶 走 sil +000748 sil 盘 呈 六 瓣 葵 花 式 sp1 浅 腹 坦 底 sil +000749 sil 元 旦 当 天 sp1 张 海 燕 又 给 王 强 打 电 话 相 约 见 面 sil +000750 sil 张 二 楞 曾 在 部 队 当 过 文 艺 兵 sp1 现 为 深 圳 保 安 艺 术 团 艺 术 总 监 sil +000751 sil 由 于 漏 斗 状 云 柱 内 气 压 很 低 sp1 产 生 强 大 的 吮 吸 作 用 sil +000752 sil 临 床 上 骨 髓 穿 刺 sp1 及 骨 髓 活 检 等 检 查 sp1 用 于 确 诊 再 障 sil +000753 sil 夏 四 月 癸 巳 sp1 刘 备 殂 于 永 安 宫 sil +000754 sil 帛 书 化 为 袅 袅 青 烟 sp1 飘 向 九 天 重 霄 sp1 告 慰 始 祖 先 灵 sil +000755 sil 菲 儿 称 杨 然 才 能 做 主 sil +000756 sil 对 于 孤 寡 老 人 sp1 安 养 院 分 文 不 收 sp1 衣 食 住 行 全 由 安 养 院 承 担 sil +000757 sil 帮 我 清 下 购 物 车 呗 sil +000758 sil 在 鲁 尔 河 注 入 莱 茵 河 处 sil +000759 sil 我 应 该 用 他 的 哪 一 个 邮 箱 sil +000760 sil 小 芹 把 几 千 元 给 了 王 姐 姐 sil +000761 sil 葛 先 生 质 疑 此 为 sp1 霸 王 条 款 sil +000762 sil 拥 有 酩 悦 公 司 sp1 轩 尼 诗 公 司 sp1 和 路 易 威 登 公 司 sil +000763 sil 普 洱 市 中 院 sp1 至 今 未 予 立 案 sil +000764 sil 社 保 卡 则 可 以 替 代 就 诊 卡 sp1 实 现 就 医 一 卡 通 sil +000765 sil 刘 英 家 在 河 北 省 西 柏 坡 sil +000766 sil 又 跑 哪 鬼 混 去 了 sp1 你 作 业 做 完 没 sil +000767 sil 花 盆 也 一 个 不 浪 费 sil +000768 sil 这 是 贺 星 允 的 部 分 账 本 sil +000769 sil 那 晚 点 你 再 找 我 吧 sil +000770 sil 石 油 工 人 一 声 吼 sp1 地 球 也 要 抖 三 抖 sil +000771 sil 记 者 未 能 获 允 进 入 矿 区 sil +000772 sil 再 在 铆 钉 外 竖 一 排 维 护 桩 sp1 基 坑 两 壁 sp1 形 成 铜 墙 铁 壁 sil +000773 sil 这 没 有 王 法 了 sp1 把 娃 真 糟 蹋 sil +000774 sil 这 厮 也 忒 笨 了 点 sil +000775 sil 他 也 一 跃 成 为 千 万 富 翁 sil +000776 sil 求 佛 真 的 有 用 吗 sil +000777 sil 多 趟 高 铁 列 车 sp1 因 此 出 现 延 误 sil +000778 sil 中 国 也 把 手 伸 向 了 月 球 sil +000779 sil 肚 子 饿 得 sp1 咕 噜 咕 噜 叫 sil +000780 sil 早 晚 锻 炼 时 sp1 不 宜 骤 减 衣 物 sil +000781 sil 先 请 尹 部 长 讲 几 句 sil +000782 sil 黄 河 入 海 sp1 到 底 要 挑 哪 几 根 挡 路 的 柴 火 开 刀 sil +000783 sil 综 上 行 为 sp1 已 构 成 挪 用 公 款 罪 sil +000784 sil 选 手 夫 妇 蹚 泥 塘 sil +000785 sil 医 生 怀 疑 sp1 软 管 遗 落 患 者 腹 腔 sil +000786 sil 那 里 羚 羊 在 肥 美 的 草 原 上 sp1 跳 跃 奔 跑 sp1 鸟 儿 在 林 中 啼 唱 sil +000787 sil 二 人 亲 密 搂 抱 腻 歪 不 够 sil +000788 sil 一 直 要 潇 洒 的 韩 少 很 胸 闷 sil +000789 sil 我 咬 紧 牙 关 sp1 半 年 近 乎 绝 食 sil +000790 sil 另 外 还 有 现 金 五 万 sp1 美 元 sp1 一 点 五 三 一 万 sil +000791 sil 大 家 都 替 杨 慎 sp1 捏 了 一 把 汗 sil +000792 sil 杨 怡 整 理 仪 容 后 sp1 更 不 时 心 虚 抹 嘴 sil +000793 sil 王 英 先 有 较 高 的 文 学 修 养 和 创 作 才 能 sil +000794 sil 他 有 些 看 不 惯 哥 哥 的 拧 死 理 sil +000795 sil 我 可 不 能 抢 洗 衣 机 的 饭 碗 呢 sil +000796 sil 日 担 忧 中 国 或 空 降 突 袭 冲 绳 sil +000797 sil 看 完 以 后 sp1 有 一 种 被 虐 的 愉 快 sil +000798 sil 萝 蕤 从 此 孑 然 一 身 sp1 精 神 分 裂 症 sp1 更 形 加 剧 sil +000799 sil 但 是 王 君 拧 开 卧 室 门 闯 了 进 来 sil +000800 sil 但 是 sp1 华 强 郁 郁 寡 欢 sil +000801 sil 印 度 素 有 嫁 女 儿 陪 送 嫁 妆 的 传 统 sil +000802 sil 整 场 颠 簸 才 算 结 束 sil +000803 sil 赵 彦 心 里 拼 命 凑 个 十 字 句 sil +000804 sil 而 中 国 并 非 毫 发 无 损 sil +000805 sil 又 要 看 最 新 的 样 刊 sp1 看 后 在 sp1 我 说 许 常 德 下 sp1 批 该 文 甚 多 讹 外 sp1 断 不 可 发 sil +000806 sil 而 外 地 务 工 环 境 究 竟 咋 样 sp1 光 看 招 工 广 告 没 用 sil +000807 sil 因 相 貌 太 差 sp1 而 被 拒 绝 的 求 职 遭 遇 sp1 屡 见 报 端 sil +000808 sil 春 雨 点 点 sp1 鬓 已 星 星 sil +000809 sil 长 江 白 鳍 豚 可 能 已 经 灭 绝 sil +000810 sil 葛 斌 斌 看 来 憋 着 不 少 怨 气 sil +000811 sil 你 把 我 绕 晕 啦 sil +000812 sil 你 说 玩 啥 就 玩 啥 sil +000813 sil 每 次 用 一 小 滴 洗 手 液 即 可 sil +000814 sil 仿 古 花 船 被 停 用 检 修 sil +000815 sil 香 米 煮 熟 后 sp1 软 滑 爽 口 sp1 米 饭 凉 后 sp1 米 粒 不 发 硬 sil +000816 sil 一 向 以 环 境 恶 劣 sp1 牢 房 逼 仄 sp1 百 无 聊 赖 著 称 sil +000817 sil 患 尿 毒 症 的 侯 华 锋 sp1 脸 色 很 差 sil +000818 sil 她 的 右 肘 有 点 破 皮 sp1 称 身 上 有 点 痛 sil +000819 sil 本 报 开 辟 寻 老 礼 儿 sp1 新 年 味 儿 栏 目 sil +000820 sil 谢 谢 陈 光 标 的 盛 情 sp1 俺 管 家 无 功 不 受 禄 sil +000821 sil 那 么 无 异 于 以 卵 击 石 sil +000822 sil 塑 料 凳 sp1 也 是 东 倒 西 歪 的 sil +000823 sil 他 思 量 着 sp1 要 给 党 某 颜 色 看 看 sil +000824 sil 我 挥 一 挥 衣 袖 sp1 不 带 走 任 何 一 片 云 彩 sil +000825 sil 在 该 超 市 的 促 销 海 报 上 sp1 双 汇 肘 花 火 腿 sp1 也 赫 然 在 列 sil +000826 sil 人 群 中 sp1 就 有 当 年 扔 掉 王 坤 友 铺 盖 的 那 位 村 民 sil +000827 sil 然 后 要 以 事 实 为 依 据 sp1 不 然 越 炒 越 厉 害 sil +000828 sil 这 恰 有 许 多 sp1 古 老 的 松 柏 sil +000829 sil 动 手 原 因 sp1 疑 为 家 长 等 不 耐 烦 sil +000830 sil 二 月 底 的 拉 萨 sp1 略 透 寒 气 sil +000831 sil 在 横 店 sp1 一 晃 又 快 要 三 年 sil +000832 sil 世 博 轴 膜 结 构 工 程 sil +000833 sil 没 有 露 出 酒 窝 重 笑 一 次 sil +000834 sil 事 发 望 京 南 湖 东 园 sp1 二 百 三 十 六 号 楼 五 单 元 附 近 路 段 sil +000835 sil 周 妍 第 二 壶 直 接 溜 掉 sil +000836 sil 全 党 必 须 警 醒 起 来 sil +000837 sil 而 乔 建 军 sp1 也 有 指 控 缠 身 sil +000838 sil 具 体 时 间 以 调 度 命 令 为 准 sil +000839 sil 一 七 二 七 年 改 土 归 流 sp1 盐 津 归 属 乌 蒙 府 大 关 厅 sil +000840 sil 由 画 家 勾 画 草 稿 征 询 意 见 sil +000841 sil 只 有 勇 往 直 前 sp1 昂 首 奋 进 sil +000842 sil 今 天 的 我 sp1 也 是 元 气 满 满 呢 sp1 正 能 量 用 不 完 哦 sil +000843 sil 大 冷 天 拎 一 大 堆 书 太 麻 烦 了 sil +000844 sil 与 亲 人 感 情 越 深 sp1 居 丧 反 应 越 强 烈 sil +000845 sil 我 请 他 转 过 头 来 揿 动 快 门 sil +000846 sil 王 长 田 最 赞 赏 骆 驼 的 性 格 sil +000847 sil 用 手 抠 了 抠 sp1 没 弄 掉 sil +000848 sil 我 会 武 术 谁 也 挡 不 住 呀 sil +000849 sil 驼 鹿 难 寻 伴 侣 sp1 爱 上 驼 鹿 雕 塑 sil +000850 sil 他 要 求 要 认 真 吸 取 教 训 sp1 查 找 原 因 sil +000851 sil 这 是 整 治 洋 贿 赂 的 一 笨 招 sp1 但 肯 定 有 用 sil +000852 sil 经 商 议 sp1 肖 晓 阳 应 允 sp1 将 错 就 错 sp1 与 之 签 订 补 充 协 议 sil +000853 sil 这 戳 到 本 土 半 导 体 制 造 业 成 本 结 构 痛 处 sil +000854 sil 平 时 爽 爽 很 开 朗 sp1 而 我 很 安 静 sil +000855 sil 罗 平 的 孙 女 sp1 因 缺 乏 营 养 而 患 病 sil +000856 sil 日 本 一 些 餐 馆 同 样 看 到 商 机 sp1 推 销 柳 川 锅 sp1 泥 鳅 锅 等 sp1 泥 鳅 料 理 sil +000857 sil 梁 样 君 看 过 sp1 又 夸 徐 天 宏 的 字 有 人 样 sil +000858 sil 凯 特 仔 细 端 详 泰 迪 熊 sil +000859 sil 绿 色 雨 伞 是 吕 姑 娘 的 sil +000860 sil 此 时 sp1 翁 秀 春 sp1 大 声 哭 喊 呼 救 sil +000861 sil 骂 吧 sp1 把 我 骂 醒 了 sil +000862 sil 掐 呀 sp1 你 今 天 不 掐 死 我 sp1 我 跟 你 姓 sil +000863 sil 川 南 几 市 sp1 也 拟 纳 入 发 展 轴 sil +000864 sil 营 养 品 是 泡 着 喝 的 sp1 一 定 要 喝 哦 sil +000865 sil 印 尼 队 的 桑 托 萨 和 拉 扎 克 sp1 捧 走 男 双 冠 军 杯 sil +000866 sil 他 也 供 称 sp1 挑 夫 莫 卫 奇 sp1 并 不 知 道 行 李 包 内 夹 藏 有 毒 品 sil +000867 sil 考 古 队 在 墓 葬 中 发 现 细 嘴 陶 瓮 等 文 物 sil +000868 sil 用 冗 余 的 配 置 sp1 保 证 错 误 恢 复 sil +000869 sil 车 辆 可 绕 行 长 安 街 两 广 路 sil +000870 sil 咱 们 何 必 只 为 咱 一 家 的 儿 女 牵 肠 挂 肚 sil +000871 sil 调 查 组 拧 断 铁 丝 后 sp1 在 后 面 发 现 有 铁 门 等 sil +000872 sil 硬 扛 下 去 sp1 资 金 链 压 力 太 大 了 sil +000873 sil 跟 姑 娘 聊 这 些 有 意 思 吗 sil +000874 sil 伙 计 们 sp1 出 去 要 小 心 点 哦 sil +000875 sil 从 士 大 夫 到 引 车 卖 浆 者 流 sp1 无 不 以 睹 此 类 书 为 乐 sil +000876 sil 有 色 板 块 继 续 逞 强 sil +000877 sil 脚 穿 一 双 帆 布 鞋 sp1 鞋 帮 处 缝 了 几 个 补 丁 sil +000878 sil 这 段 乒 乓 外 交 sp1 一 直 被 传 为 佳 话 sil +000879 sil 罗 森 塔 尔 在 峡 谷 中 sp1 两 度 点 火 求 救 sp1 终 为 救 援 人 员 发 现 sil +000880 sil 而 近 两 年 sp1 这 股 旋 风 sp1 越 刮 越 猛 sil +000881 sil 按 扣 上 镶 有 钻 石 sil +000882 sil 这 在 政 策 允 许 范 围 sil +000883 sil 你 滴 微 笑 最 迷 人 了 sil +000884 sil 历 朝 相 继 在 此 兴 建 寺 院 sp1 以 供 奉 观 音 菩 萨 为 主 sil +000885 sil 皇 庭 广 场 sp1 过 去 历 史 sp1 与 烂 尾 关 联 在 一 起 sil +000886 sil 她 靠 拾 荒 sp1 拉 扯 孙 女 莹 莹 长 大 sil +000887 sil 买 不 了 知 识 sp1 为 啥 还 收 学 费 啊 sil +000888 sil 可 以 由 大 新 的 裁 缝 师 傅 sp1 为 您 量 身 定 做 sil +000889 sil 爸 爸 沉 默 寡 言 sp1 以 酒 为 伴 sil +000890 sil 而 菜 贩 则 不 动 声 色 sp1 随 手 掂 起 一 捆 芹 菜 看 品 相 sil +000891 sil 现 在 剧 组 演 员 可 都 会 唱 呢 sil +000892 sil 归 元 寺 很 好 玩 sp1 是 武 汉 佛 教 四 大 丛 林 之 一 呢 sil +000893 sil 玩 完 一 轮 sp1 吴 君 如 乖 乖 献 唱 明 星 sp1 原 来 sp1 吴 君 如 都 唱 得 不 错 sil +000894 sil 此 役 令 普 洱 茶 行 业 至 今 尚 未 复 元 sil +000895 sil 国 庆 排 队 喝 鹿 血 是 扯 谎 sil +000896 sil 媳 妇 把 破 抹 布 一 把 甩 在 了 我 脸 上 sil +000897 sil 言 之 凿 凿 sp1 分 明 一 场 苦 情 戏 sil +000898 sil 这 套 丛 书 sp1 凝 聚 着 编 纂 者 和 出 版 者 的 sp1 多 年 执 著 研 究 心 血 和 夙 愿 sil +000899 sil 老 杨 不 给 sp1 两 人 又 争 吵 并 抓 扯 起 来 sil +000900 sil 网 友 纷 纷 冷 嘲 热 讽 sp1 质 疑 程 某 婍 在 炒 作 sil +000901 sil 此 外 sp1 就 业 困 难 人 员 sp1 还 享 有 租 赁 商 铺 优 惠 sil +000902 sil 如 泉 奔 涌 的 原 油 日 夜 奔 流 sp1 使 欧 盟 成 员 国 sp1 难 以 接 受 sil +000903 sil 一 块 糌 粑 sp1 比 一 箱 方 便 面 还 受 欢 迎 sil +000904 sil 张 韶 涵 作 势 与 比 萨 斜 塔 拥 抱 sil +000905 sil 省 委 党 校 研 究 生 学 历 sil +000906 sil 化 缘 归 来 后 sp1 洒 扫 院 落 sil +000907 sil 和 卢 秀 栋 一 样 开 明 的 sp1 还 有 中 国 女 排 主 帅 sp1 俞 觉 敏 sil +000908 sil 去 养 猪 养 鸡 sp1 干 咱 的 老 本 行 菜 篮 子 sil +000909 sil 可 以 按 省 份 食 品 种 类 查 询 sil +000910 sil 在 街 头 卖 艺 的 李 玉 宣 爹 爹 sil +000911 sil 在 与 沂 涛 镇 相 邻 的 马 厂 镇 sp1 黄 瑞 华 sp1 也 怀 揣 着 迫 切 的 寻 亲 之 梦 sil +000912 sil 他 发 现 sp1 电 游 场 所 涉 赌 很 普 遍 sil +000913 sil 城 中 村 藏 污 纳 垢 sp1 绝 不 是 危 言 耸 听 sil +000914 sil 一 加 一 sp1 等 于 二 sil +000915 sil 东 京 樱 花 染 井 吉 野 初 开 sil +000916 sil 王 宝 强 军 训 的 一 个 礼 拜 浑 浑 沌 沌 sp1 烈 日 当 头 sp1 滴 雨 未 下 sil +000917 sil 有 专 家 认 为 sp1 应 慎 谈 拐 点 sil +000918 sil 感 觉 你 好 委 屈 呀 sil +000919 sil 盖 昂 重 申 必 须 活 捉 sil +000920 sil 闫 冰 模 样 俊 俏 sp1 是 村 里 的 美 女 sil +000921 sil 随 后 sp1 两 男 子 踢 瘪 车 门 扬 长 而 去 sil +000922 sil 托 德 曾 经 谴 责 这 本 书 sp1 充 满 了 谎 言 污 蔑 sp1 以 及 抹 黑 sil +000923 sil 海 上 就 黑 云 滚 滚 白 浪 滔 滔 了 sil +000924 sil 少 数 米 粉 厂 家 暂 未 跟 风 提 价 sil +000925 sil 最 北 侧 的 展 柜 柜 台 外 侧 木 板 sp1 有 被 撬 痕 迹 sil +000926 sil 有 学 生 趴 在 窗 台 吼 叫 sp1 有 人 吹 哨 sp1 深 夜 里 特 别 剌 耳 sil +000927 sil 回 家 和 哥 们 儿 坐 一 块 拼 拼 酒 量 叙 叙 旧 sp1 来 年 接 着 干 sil +000928 sil 而 雷 诺 兹 失 婚 后 sp1 也 把 sp1 布 洛 克 sp1 当 成 避 风 港 sil +000929 sil 这 样 才 让 车 轮 子 转 起 来 sil +000930 sil 主 要 有 鲤 鱼 sp1 银 鲫 sp1 鲶 鱼 sp1 草 鱼 sp1 泥 鳅 等 sil +000931 sil 土 暖 气 用 来 供 热 sp1 也 用 来 做 饭 sil +000932 sil 受 雾 天 影 响 sp1 前 方 出 现 拥 堵 sp1 他 缓 缓 停 下 sil +000933 sil 他 讲 课 惹 恼 万 载 县 县 委 书 记 陈 晓 平 的 事 情 sp1 曾 红 透 网 络 sil +000934 sil 而 农 民 工 却 有 了 更 多 挑 挑 拣 拣 的 余 地 sil +000935 sil 卷 起 袖 子 sp1 侃 侃 而 谈 sil +000936 sil 幼 儿 园 乱 收 费 如 何 管 sp1 幼 儿 园 的 收 费 有 多 高 sil +000937 sil 舆 论 为 何 会 力 挺 丘 成 桐 先 生 的 假 说 sil +000938 sil 有 网 民 认 为 sp1 水 质 不 达 标 sp1 源 于 一 种 鸵 鸟 思 维 sil +000939 sil 孝 渊 素 颜 眉 毛 较 浅 sp1 五 官 不 出 色 sil +000940 sil 烟 也 戒 了 sp1 酒 业 戒 了 sp1 人 生 没 啥 乐 趣 了 sil +000941 sil 女 性 市 民 闻 听 以 后 连 连 摆 手 sil +000942 sil 他 的 温 柔 具 有 迷 惑 性 sil +000943 sil 他 彷 徨 徘 徊 过 sp1 但 从 未 颓 废 绝 望 过 sil +000944 sil 在 隋 小 姐 眼 中 sp1 西 哈 努 克 非 常 和 蔼 sil +000945 sil 这 要 看 球 队 的 野 心 与 意 愿 sil +000946 sil 全 胜 笑 道 sp1 光 你 挤 出 的 汗 sp1 也 够 我 洗 个 淋 浴 sil +000947 sil 孙 旭 光 sp1 在 为 一 户 农 家 sp1 安 装 蚂 蚱 养 殖 场 监 控 器 sil +000948 sil 油 改 气 最 火 热 时 sp1 有 改 装 资 质 的 各 大 维 修 厂 都 需 要 提 前 预 约 sil +000949 sil 郭 奎 章 接 受 南 都 专 访 sil +000950 sil 舵 手 一 边 驾 船 一 边 拍 照 sil +000951 sil 田 中 最 近 因 被 曝 与 黑 社 会 有 染 等 将 引 咎 辞 职 sil +000952 sil 奥 普 拉 sp1 与 妹 妹 团 聚 sil +000953 sil 来 来 来 sp1 往 我 怀 里 晕 sil +000954 sil 母 亲 哭 着 求 儿 子 不 要 扔 sp1 一 边 拿 笤 帚 扫 sil +000955 sil 水 池 边 有 电 泵 和 水 管 sil +000956 sil 第 二 支 曲 子 是 最 炫 民 族 风 sil +000957 sil 目 前 sp1 医 院 已 经 为 王 静 抽 取 了 骨 髓 进 行 化 验 sil +000958 sil 一 店 的 避 孕 套 额 sil +000959 sil 别 吃 哦 sp1 吃 一 口 胖 十 斤 sil +000960 sil 原 有 投 诉 电 话 sp1 六 幺 八 六 零 幺 二 二 sp1 继 续 使 用 sil +000961 sil 从 断 桥 往 白 堤 走 sp1 沿 岸 船 主 们 sp1 正 在 用 垃 圾 桶 sp1 簸 箕 等 工 具 排 水 sil +000962 sil 老 朱 眯 着 眼 准 备 继 续 打 盹 sil +000963 sil 我 身 高 一 米 六 五 呀 sil +000964 sil 文 化 团 体 文 化 人 是 靠 养 活 的 sil +000965 sil 大 灯 组 棱 角 线 条 平 直 清 晰 sp1 并 与 雾 灯 相 呼 应 sil +000966 sil 我 喜 欢 玩 英 雄 联 盟 哦 sp1 主 人 也 玩 吗 sil +000967 sil 外 界 就 其 坠 楼 原 因 揣 测 不 断 sil +000968 sil 台 湾 高 等 法 院 台 中 分 院 sp1 今 天 判 处 两 人 无 罪 定 案 sil +000969 sil 沿 海 地 区 sp1 则 强 风 肆 虐 sil +000970 sil 泽 尻 英 龙 华 离 婚 无 望 sil +000971 sil 公 司 甚 至 怂 恿 年 轻 顾 客 sp1 自 拍 衣 服 或 内 衣 照 sp1 投 稿 sp1 以 待 采 用 sil +000972 sil 一 拽 拉 sp1 是 条 大 鱼 sil +000973 sil 我 最 近 也 是 昼 夜 颠 倒 了 sil +000974 sil 难 受 时 sp1 欧 阳 靖 就 咬 咬 牙 撑 着 sil +000975 sil 几 乎 听 不 到 噪 音 sp1 除 了 耳 膜 稍 稍 感 到 压 力 外 sil +000976 sil 其 与 妻 子 sp1 王 江 穗 的 离 婚 手 续 sp1 已 于 年 内 办 妥 sil +000977 sil 目 前 sp1 枪 手 林 正 伟 开 枪 动 机 版 本 sp1 已 有 五 种 sil +000978 sil 守 城 将 士 同 仇 敌 忾 sp1 浴 血 奋 战 sil +000979 sil 大 风 吹 散 了 雾 气 sp1 艳 阳 开 始 当 空 照 sp1 明 晃 晃 刺 人 眼 sil +000980 sil 森 本 敏 在 会 谈 中 仅 表 示 sp1 将 认 真 对 待 决 议 sil +000981 sil 李 坤 鹏 跟 姥 姥 姥 爷 一 起 生 活 sil +000982 sil 朱 洙 的 反 串 扮 相 sp1 婀 娜 多 姿 sil +000983 sil 由 于 学 业 等 问 题 sp1 宋 某 对 严 某 产 生 怨 恨 sp1 寻 机 报 复 sil +000984 sil 在 药 房 sp1 温 家 宝 询 问 sp1 维 吾 尔 医 药 和 中 药 的 区 别 sil +000985 sil 就 像 扁 担 一 样 sp1 两 头 弯 sil +000986 sil 葛 优 现 身 中 网 sp1 与 李 娜 合 影 sil +000987 sil 风 清 舵 正 自 远 航 sil +000988 sil 不 少 二 三 线 酒 家 也 来 凑 热 闹 sil +000989 sil 因 为 含 有 盐 分 呀 sil +000990 sil 在 贵 州 素 有 sp1 北 有 仁 怀 茅 台 sp1 南 有 sp1 都 匀 毛 尖 的 美 誉 sil +000991 sil 花 儿 散 播 芬 芳 sp1 友 谊 传 递 温 暖 sp1 让 我 们 欢 愉 在 洋 溢 希 望 的 一 年 sil +000992 sil 怎 样 把 高 大 的 植 物 sp1 浓 缩 于 方 寸 之 中 sil +000993 sil 曾 出 演 电 影 作 品 sp1 顶 针 sp1 和 六 月 里 好 阳 光 sil +000994 sil 我 没 心 急 呀 sp1 我 很 有 耐 心 呀 sil +000995 sil 徐 敦 信 认 为 sp1 这 是 日 方 在 故 意 歪 曲 sp1 断 章 取 义 sil +000996 sil 可 惜 先 天 基 础 薄 弱 sp1 得 先 从 番 茄 炒 蛋 sp1 和 土 豆 丝 练 起 sil +000997 sil 四 十 四 岁 魏 骏 杰 sp1 有 肚 腩 sp1 无 事 业 sp1 双 重 中 年 危 机 sil +000998 sil 围 绕 他 的 传 言 纷 纷 扰 扰 sil +000999 sil 苗 圩 困 倚 危 楼 sp1 颤 声 说 sp1 有 什 么 好 拍 的 sil +001000 sil 会 出 现 这 种 抢 台 词 sp1 背 错 台 词 的 错 误 吗 sil +001001 sil 蔡 少 芬 拍 拖 也 不 认 啦 sil +001002 sil 段 洣 毅 sp1 颜 晓 宇 sp1 王 光 明 sp1 张 志 初 sp1 王 群 sp1 为 车 队 授 旗 sil +001003 sil 最 近 sp1 一 份 材 料 反 映 了 内 蒙 古 一 起 sp1 巨 贪 吃 垮 企 业 案 件 sil +001004 sil 瓦 塔 拉 总 统 已 下 令 sp1 坚 决 回 应 袭 击 者 sil +001005 sil 我 发 了 围 脖 sp1 要 不 要 来 转 一 下 啊 sil +001006 sil 网 帖 及 微 博 在 网 上 热 传 sil +001007 sil 一 路 风 尘 仆 仆 sp1 一 路 款 款 深 情 sil +001008 sil 否 则 将 与 亚 太 地 区 人 民 的 普 遍 愿 望 sp1 南 辕 北 辙 sil +001009 sil 梁 建 红 几 赴 京 城 替 儿 讨 薪 sil +001010 sil 另 外 sp1 傅 颖 前 晚 sp1 与 一 班 朋 友 率 先 庆 祝 sp1 打 麻 将 耍 乐 sil +001011 sil 老 头 将 乐 乐 拖 至 沟 底 sp1 然 后 再 拽 进 一 孔 窑 洞 sil +001012 sil 最 普 及 的 二 甲 苯 麝 香 最 便 宜 sil +001013 sil 恶 意 骚 扰 使 得 大 量 急 救 资 源 被 占 用 sil +001014 sil 倾 盆 暴 雨 sp1 紧 跟 着 冰 雹 而 来 sil +001015 sil 赃 物 得 手 后 sp1 她 竟 将 其 塞 入 胸 罩 掩 人 耳 目 sil +001016 sil 散 打 队 员 赛 前 训 练 sil +001017 sil 刷 票 进 闸 后 sp1 就 是 安 检 口 sil +001018 sil 建 昌 宫 山 嘴 水 库 泄 洪 sp1 引 来 数 百 人 下 河 捞 鱼 sil +001019 sil 所 以 孔 子 才 批 评 子 贡 sil +001020 sil 王 翚 唐 人 诗 意 图 写 江 南 景 色 sp1 自 题 作 于 庚 寅 sp1 为 康 熙 四 十 九 年 sil +001021 sil 工 友 们 围 成 一 圈 愁 眉 苦 脸 sil +001022 sil 明 代 甘 旸 在 印 章 集 说 sp1 描 述 极 为 详 细 sil +001023 sil 偶 然 的 一 次 机 会 sp1 她 结 识 了 职 业 陪 逛 族 sp1 杨 紫 艺 sil +001024 sil 骂 完 脑 子 反 应 过 来 sp1 眼 睛 一 瞪 sp1 把 椅 子 踹 飞 sp1 骂 sp1 娘 的 熊 嘴 巴 倒 挺 会 要 的 sil +001025 sil 见 义 勇 为 的 崔 师 傅 sp1 抡 车 砸 向 飞 车 贼 sil +001026 sil 事 隔 三 年 sp1 翠 翠 首 度 剖 白 个 中 始 末 sil +001027 sil 老 头 儿 似 乎 不 应 怕 任 何 人 sil +001028 sil 火 灾 据 说 是 由 一 根 蜡 烛 引 发 sil +001029 sil 余 超 觉 得 莫 名 其 妙 sp1 问 该 男 子 sp1 为 何 拦 车 sil +001030 sil 想 赞 美 sp1 有 点 词 穷 sil +001031 sil 降 价 后 的 门 票 价 以 元 为 单 位 取 整 sp1 四 舍 五 入 sil +001032 sil 笨 鸟 只 能 先 飞 了 sil +001033 sil 所 幸 因 抢 救 及 时 sp1 妞 妞 脱 离 了 生 命 危 险 sp1 可 丹 某 却 毫 无 悔 意 sil +001034 sil 筛 选 两 只 白 鼠 sp1 喂 养 方 法 都 一 样 sp1 食 量 也 一 样 sp1 一 只 胖 sp1 一 只 瘦 sil +001035 sil 至 于 他 那 单 薄 身 躯 里 时 有 小 恙 的 心 脏 sp1 更 无 暇 多 想 了 sil +001036 sil 声 明 称 sp1 这 是 纯 属 凭 空 捏 造 的 谣 言 sil +001037 sil 徐 若 瑄 尴 尬 低 头 笑 而 不 答 sil +001038 sil 晚 上 吃 安 眠 药 sp1 才 能 睡 俩 小 时 sil +001039 sil 写 后 放 在 座 位 的 右 边 sp1 用 以 自 警 sil +001040 sil 去 医 院 检 查 sp1 医 生 诊 断 杨 飞 因 操 劳 成 疾 sp1 患 上 胆 管 癌 sp1 晚 期 sil +001041 sil 灾 民 们 在 救 灾 帐 篷 内 安 睡 sil +001042 sil 榨 黄 瓜 汁 啦 sil +001043 sil 官 之 刁 腐 者 sp1 一 食 或 花 费 数 万 sil +001044 sil 各 大 车 企 有 喜 有 悲 sil +001045 sil 谢 霆 锋 留 着 胡 子 显 成 熟 sp1 嘶 吼 引 爆 全 场 sil +001046 sil 入 园 的 孩 子 体 检 时 sp1 发 现 谷 丙 转 氨 酶 增 高 sp1 则 暂 不 予 入 园 sil +001047 sil 所 以 sp1 医 改 比 小 岗 村 还 难 sil +001048 sil 最 后 sp1 他 们 用 一 把 鱼 鳔 枪 结 束 了 战 斗 sp1 顺 利 捕 获 猎 物 sp1 凯 旋 而 归 sil +001049 sil 记 者 当 场 戳 破 假 洋 肥 的 皇 帝 新 装 sp1 遭 到 店 主 恶 语 驱 逐 sil +001050 sil 北 大 清 华 就 曾 为 状 元 数 舌 战 sil +001051 sil 并 坦 言 生 日 愿 望 sp1 是 希 望 sp1 澳 门 生 意 好 sil +001052 sil 圆 头 灯 sp1 黑 烟 囱 sp1 大 煤 兜 sil +001053 sil 旅 游 保 持 高 位 运 行 sp1 部 分 景 点 出 现 井 喷 sil +001054 sil 佟 研 说 sp1 她 腿 部 有 血 栓 sil +001055 sil 还 要 看 欧 债 是 否 好 转 sil +001056 sil 王 忠 成 中 秋 月 儿 圆 又 圆 sp1 父 母 却 远 在 天 边 sil +001057 sil 以 上 合 计 总 负 债 sp1 五 十 九 点 sp1 五 八 七 亿 元 sil +001058 sil 肥 姐 早 逝 sp1 与 父 亲 郑 少 秋 sp1 又 少 有 往 来 sil +001059 sil 然 后 黄 水 东 引 sp1 说 这 妙 喻 出 自 台 湾 董 桥 sp1 是 一 贯 的 董 桥 风 格 sil +001060 sil 会 上 sp1 与 会 者 畅 所 欲 言 sp1 发 言 活 跃 sil +001061 sil 抛 开 那 些 晦 涩 的 技 术 术 语 sp1 抛 开 东 南 亚 金 融 危 机 sil +001062 sil 挖 沙 是 个 诱 人 的 行 当 sil +001063 sil 二 是 妥 当 性 原 则 sil +001064 sil 面 对 这 股 勇 猛 的 士 气 sp1 师 长 牛 七 伟 在 感 动 之 余 sp1 格 外 镇 静 sil +001065 sil 陈 豪 被 取 笑 sp1 要 感 谢 无 线 撮 合 良 缘 时 sp1 合 十 说 谢 谢 sp1 十 分 搞 笑 sil +001066 sil 每 次 醉 酒 后 sp1 都 要 耍 酒 疯 大 闹 一 场 sp1 妻 儿 没 少 遭 罪 sil +001067 sil 这 一 说 法 遭 麦 克 雷 文 否 认 sil +001068 sil 老 师 听 后 sp1 啪 一 耳 光 打 我 脸 上 sp1 净 扯 淡 sp1 这 是 我 爹 sil +001069 sil 示 威 者 将 栅 栏 推 倒 sil +001070 sil 你 再 顶 一 句 sp1 我 把 你 的 嘴 撕 成 墩 布 sil +001071 sil 而 甘 肃 吉 林 等 省 sp1 也 发 现 了 三 聚 氰 胺 超 标 奶 粉 sil +001072 sil 老 汉 儿 希 望 sp1 我 找 个 朝 九 晚 五 的 工 作 sp1 平 平 稳 稳 sil +001073 sil 九 子 河 围 栏 修 复 sil +001074 sil 藤 本 预 计 sp1 今 后 还 会 访 问 平 壤 sil +001075 sil 其 脊 髓 sp1 更 罕 有 地 被 验 到 有 恶 菌 sp1 显 示 sp1 恶 菌 上 脑 sil +001076 sil 鬼 酒 鬼 这 一 比 例 sp1 只 有 百 分 之 二 十 七 点 五 sp1 五 粮 液 sp1 为 百 分 之 七 十 点 五 sil +001077 sil 伊 朗 与 阿 拉 伯 联 合 酋 长 国 都 宣 称 对 岛 屿 拥 有 主 权 sil +001078 sil 科 特 迪 瓦 将 于 下 月 举 行 大 选 sil +001079 sil 一 男 子 sp1 肚 子 被 咬 两 血 洞 sil +001080 sil 怎 忍 他 们 当 年 迁 移 的 故 事 sp1 也 随 之 落 土 sil +001081 sil 这 正 是 该 案 横 亘 于 法 律 与 疗 效 之 间 的 困 惑 sil +001082 sil 原 来 sp1 窝 棚 完 全 是 伪 装 sil +001083 sil 每 天 换 各 种 花 样 吸 引 她 sil +001084 sil 战 国 策 也 厄 运 难 逃 sp1 有 以 其 辟 加 妾 之 身 的 描 写 sp1 也 遭 了 禁 sil +001085 sil 鼓 起 的 兴 奋 sp1 一 下 子 消 散 在 无 垠 夜 空 里 sil +001086 sil 西 耶 娜 的 爱 情 道 路 也 很 挣 扎 sil +001087 sil 网 友 好 味 道 说 sp1 反 正 也 没 事 sp1 申 请 一 个 摇 着 玩 呗 sil +001088 sil 下 车 一 看 sp1 右 前 轮 轮 胎 有 些 瘪 了 sil +001089 sil 北 嘎 sp1 即 藏 族 式 摔 跤 sp1 双 方 运 动 员 须 双 手 抓 好 对 方 腰 带 sil +001090 sil 我 爱 周 董 sp1 他 也 爱 我 sp1 哈 哈 sil +001091 sil 等 黄 阿 婆 挤 完 羊 奶 回 到 房 内 时 sp1 孙 儿 却 不 见 了 sil +001092 sil 薛 跃 娥 喜 欢 笑 sp1 喜 欢 牙 齿 天 天 晒 太 阳 的 感 觉 sil +001093 sil 放 下 电 话 后 sp1 小 卢 越 想 越 憋 屈 sil +001094 sil 按 我 设 想 是 规 规 矩 矩 拔 完 萝 卜 sp1 地 里 sp1 也 干 干 净 净 的 sil +001095 sil 孙 航 在 法 庭 抹 眼 泪 sil +001096 sil 双 方 因 为 位 置 大 小 的 事 儿 sp1 就 你 一 言 sp1 我 一 语 地 争 吵 起 来 sil +001097 sil 网 友 留 言 时 称 sp1 书 记 未 免 也 太 过 于 奔 放 了 吧 sil +001098 sil 他 喊 了 一 声 sp1 黑 影 蹿 出 房 门 sp1 消 失 得 无 影 无 踪 sil +001099 sil 双 方 刀 棍 乱 舞 sp1 大 动 干 戈 sil +001100 sil 不 买 房 可 尝 尝 台 湾 小 吃 sil +001101 sil 黎 明 找 吃 sp1 撇 下 乐 基 儿 sil +001102 sil 我 写 书 用 的 是 笔 名 sp1 元 亨 sil +001103 sil 唐 宁 挽 着 父 亲 臂 弯 sp1 进 入 教 堂 sil +001104 sil 少 林 寺 僧 众 列 队 欢 迎 sp1 少 林 寺 方 丈 释 永 信 sp1 迎 至 山 门 前 sil +001105 sil 抬 头 遥 望 苍 穹 sp1 心 情 阴 暗 得 和 天 一 样 无 际 sil +001106 sil 除 遭 性 侵 外 sp1 上 述 案 件 sp1 以 侵 财 型 犯 罪 为 主 sil +001107 sil 蔚 蓝 海 面 惟 余 莽 莽 sp1 海 冰 往 海 里 延 伸 看 不 到 头 sil +001108 sil 落 款 显 示 为 sp1 仙 垟 陈 村 党 支 部 村 委 会 sp1 并 盖 有 相 应 公 章 sil +001109 sil 盲 人 瞎 马 sp1 夜 半 临 池 sil +001110 sil 经 厂 家 测 量 sp1 朋 友 家 需 要 安 装 sp1 二 点 九 九 五 米 橱 柜 sil +001111 sil 好 多 国 外 模 特 儿 都 好 平 胸 sp1 这 样 反 而 更 有 安 全 感 sil +001112 sil 胡 锦 涛 首 先 瞻 仰 了 遵 义 会 议 会 址 sil +001113 sil 必 须 用 正 确 的 稳 定 观 sp1 谋 划 政 法 工 作 sil +001114 sil 两 名 相 亲 女 差 点 就 羊 入 虎 口 sil +001115 sil 谈 话 间 sp1 传 来 鸭 群 嘎 嘎 的 叫 唤 声 sil +001116 sil 站 外 边 吃 完 再 进 来 sil +001117 sil 唐 红 兵 要 开 始 新 的 一 圈 了 sp1 李 莉 叮 嘱 sp1 慢 点 哟 sil +001118 sil 潘 磊 那 个 是 吗 sp1 凝 固 在 空 气 里 翘 首 以 待 回 应 sil +001119 sil 该 项 目 能 模 拟 宇 宙 飞 船 升 空 sp1 和 宇 航 员 动 态 飞 行 sil +001120 sil 美 儿 的 肝 脏 恰 好 可 以 挽 救 他 的 生 命 sil +001121 sil 他 嘴 巴 里 说 着 脏 话 sp1 紧 攥 拳 头 朝 我 挥 舞 sil +001122 sil 公 公 李 世 余 赶 紧 躲 闪 sil +001123 sil 我 煲 了 竹 荪 老 鸭 汤 sp1 很 香 的 sil +001124 sil 值 班 的 便 衣 治 安 员 宋 玉 鹏 sp1 和 另 外 几 名 治 安 员 也 已 赶 到 sil +001125 sil 对 于 梅 耶 尔 而 言 sp1 巴 雷 特 确 实 物 有 所 值 sil +001126 sil 本 可 赚 到 的 钱 揣 不 进 腰 包 sp1 大 伙 干 着 急 没 办 法 sil +001127 sil 如 果 赶 上 饭 点 儿 sp1 会 送 盒 饭 一 份 sp1 及 五 六 种 饮 品 sil +001128 sil 虽 有 坐 牢 经 历 sp1 但 冷 某 月 sp1 并 无 悔 改 之 意 sil +001129 sil 牛 炯 正 好 让 学 生 试 写 一 篇 小 作 文 sp1 周 琦 向 他 借 本 古 汉 语 字 典 sil +001130 sil 所 以 就 撒 撒 网 权 当 消 遣 sil +001131 sil 是 不 是 上 个 月 经 常 熬 夜 呀 sil +001132 sil 同 年 sp1 普 洱 冷 水 林 场 采 伐 开 工 sil +001133 sil 咋 啦 sp1 坟 让 人 刨 了 sil +001134 sil 要 不 sp1 我 们 把 预 设 方 案 上 的 敌 情 改 一 改 sil +001135 sil 台 湾 教 育 部 门 负 责 人 蒋 伟 宁 sil +001136 sil 这 些 聋 哑 人 只 有 乖 乖 就 范 sil +001137 sil 有 邻 居 称 sp1 王 某 好 捡 些 破 烂 儿 sp1 两 间 屋 子 里 sp1 都 堆 满 了 sil +001138 sil 本 焕 老 和 尚 虽 已 百 岁 有 五 sp1 但 身 体 硬 朗 sp1 生 活 完 全 自 理 sil +001139 sil 老 将 凯 越 sp1 恐 怕 要 将 前 三 的 宝 位 sp1 拱 手 让 给 同 门 兄 弟 科 鲁 兹 sil +001140 sil 荔 浦 现 在 面 临 二 次 创 业 潮 sp1 要 从 木 衣 架 产 业 搞 起 sil +001141 sil 烟 草 广 告 中 sp1 必 须 标 明 吸 烟 有 害 健 康 sil +001142 sil 第 二 sp1 要 控 制 好 速 度 与 方 向 sp1 不 要 猛 拐 弯 sp1 以 免 出 现 甩 尾 现 象 sil +001143 sil 别 人 上 山 靠 脚 走 sp1 他 却 要 翻 着 跟 头 上 山 去 sil +001144 sil 纵 观 各 脸 谱 sp1 唯 有 一 声 叹 息 sil +001145 sil 拨 打 九 五 幺 零 五 幺 零 五 sp1 可 电 话 订 票 sil +001146 sil 我 嫌 麻 烦 sp1 洗 澡 的 时 候 sp1 我 也 穿 拖 鞋 去 啊 sil +001147 sil 以 为 父 系 都 是 堂 呢 sp1 敢 情 还 分 男 女 哪 sil +001148 sil 加 上 潮 流 兴 矮 sp1 矮 会 长 命 点 sil +001149 sil 床 罩 底 座 木 棍 较 粗 sp1 用 榫 头 卯 眼 接 合 成 长 方 形 木 框 sil +001150 sil 每 车 司 机 有 个 附 卡 sp1 每 月 用 油 都 有 记 录 sp1 用 完 申 领 sil +001151 sil 可 以 吃 些 坚 果 哦 sil +001152 sil 身 体 丰 满 sp1 双 脚 短 粗 sp1 趾 间 有 蹼 sil +001153 sil 墨 鱼 和 虾 仁 一 样 sp1 惯 用 甲 醛 浸 泡 sil +001154 sil 然 而 好 初 衷 却 遭 遇 市 场 软 抵 抗 sil +001155 sil 非 要 说 是 扮 演 贺 龙 的 杜 源 呢 sil +001156 sil 傻 人 有 傻 福 呢 sil +001157 sil 死 者 为 大 sp1 一 了 百 了 吧 sil +001158 sil 马 德 保 看 文 章 极 讲 究 修 辞 对 偶 sp1 凡 自 己 读 得 通 顺 的 sp1 一 律 次 品 sil +001159 sil 你 可 以 去 问 鹦 鹉 啊 sp1 鹦 鹉 会 说 话 sil +001160 sil 拿 人 手 软 吃 人 嘴 短 sil +001161 sil 罗 岑 铁 路 将 来 的 运 营 尚 需 要 摸 着 石 头 过 河 sil +001162 sil 核 能 的 未 来 sp1 危 如 累 卵 sil +001163 sil 第 一 种 反 应 是 拔 腿 就 跑 sil +001164 sil 这 时 sp1 有 一 位 女 子 也 表 示 要 蹭 车 sil +001165 sil 还 用 金 漆 盘 装 果 品 献 客 sp1 口 中 则 说 sp1 恭 喜 多 如 意 sil +001166 sil 医 院 建 议 sp1 做 骨 髓 移 植 手 术 sil +001167 sil 以 后 sp1 我 终 于 省 得 跑 腿 了 sil +001168 sil 前 者 可 滚 动 开 发 sp1 空 手 套 白 狼 sil +001169 sil 奥 莱 塔 称 之 为 荒 唐 sil +001170 sil 远 洋 沁 山 水 公 租 房 项 目 样 板 间 sil +001171 sil 李 登 辉 受 访 时 否 认 一 中 框 架 sil +001172 sil 朱 玉 斌 的 左 手 sp1 为 轻 微 伤 sil +001173 sil 邓 超 还 透 露 sp1 当 天 恰 逢 儿 满 月 sp1 只 想 早 点 回 家 sil +001174 sil 舅 舅 马 上 质 问 林 明 发 sil +001175 sil 银 行 已 形 成 零 钞 存 兑 肠 梗 阻 sil +001176 sil 那 将 有 上 千 度 高 温 sp1 火 红 滚 烫 的 火 浆 sp1 满 地 流 淌 把 你 惊 呆 sil +001177 sil 没 有 金 刚 钻 sp1 难 揽 瓷 器 活 sil +001178 sil 多 才 多 艺 的 冯 敏 sp1 还 主 持 文 艺 晚 会 sp1 把 欢 乐 带 给 战 友 sil +001179 sil 后 之 览 者 sp1 亦 将 有 感 于 斯 文 sil +001180 sil 亚 洲 所 有 国 家 sp1 都 依 赖 石 油 进 口 sil +001181 sil 开 展 铁 鹰 行 动 sp1 围 剿 站 车 流 窜 犯 罪 sil +001182 sil 出 去 跑 一 圈 就 好 了 sil +001183 sil 可 座 船 在 洱 海 上 畅 游 一 番 sil +001184 sil 又 称 sp1 偃 月 形 馄 饨 sil +001185 sil 家 中 世 代 为 农 生 活 困 窘 sil +001186 sil 而 栾 伟 超 的 父 亲 栾 吉 月 sp1 为 给 女 儿 治 病 sp1 打 算 卖 肾 sil +001187 sil 简 宝 珊 曾 参 加 过 两 届 sp1 凯 渥 梦 幻 之 星 模 特 儿 选 拔 sp1 身 材 火 辣 sil +001188 sil 这 是 塞 尔 比 夺 冠 后 手 捧 奖 杯 sil +001189 sil 此 外 还 获 扭 曲 斜 跨 sp1 鸟 腿 等 称 谓 sil +001190 sil 一 觉 醒 来 sp1 小 胖 sp1 又 耍 起 活 宝 sil +001191 sil 高 锰 酸 钾 有 毒 sp1 且 有 一 定 的 腐 蚀 性 sil +001192 sil 大 约 一 小 时 后 sp1 这 一 对 儿 sp1 又 出 现 在 影 楼 外 堂 sil +001193 sil 学 车 让 很 多 学 车 者 有 恐 惧 感 sil +001194 sil 一 向 爽 朗 率 直 的 舒 淇 sp1 也 怒 斥 陈 浩 民 sp1 马 德 钟 二 人 为 老 鼠 屎 sil +001195 sil 交 易 无 需 得 到 雅 虎 股 东 批 准 sil +001196 sil 这 名 民 警 被 碾 压 后 sp1 偷 油 贼 sp1 才 有 所 收 敛 sil +001197 sil 同 时 sp1 内 饰 配 色 sp1 也 多 以 镀 铬 亮 条 和 木 纹 饰 板 点 缀 sil +001198 sil 经 查 sp1 陈 跃 亮 sp1 已 漂 白 身 份 sp1 其 以 陈 耀 亮 名 义 sp1 在 外 做 生 意 sil +001199 sil 难 怪 说 sp1 淘 宝 养 活 了 快 递 业 sil +001200 sil 游 客 在 参 与 土 匪 抢 亲 项 目 sil +001201 sil 双 方 或 将 就 日 俄 领 土 争 议 问 题 等 交 换 意 见 sil +001202 sil 我 媳 妇 儿 天 天 跟 我 在 家 sp1 每 次 我 想 抽 烟 都 硬 拉 着 我 sp1 啪 啪 啪 sil +001203 sil 门 外 巡 查 的 焦 头 烂 额 sp1 瞪 眼 说 sp1 又 一 个 sil +001204 sil 房 子 卖 了 sp1 您 住 哪 儿 呢 sil +001205 sil 汪 洋 参 加 韶 关 组 的 分 组 讨 论 sil +001206 sil 让 雷 军 颇 感 宽 慰 的 是 sp1 拥 趸 对 小 米 有 着 一 种 宗 教 般 的 热 情 sil +001207 sil 亲 绿 的 乐 队 sp1 已 经 开 始 暖 场 sil +001208 sil 演 唱 会 尾 声 sp1 梁 静 茹 洒 泪 用 歌 曲 答 谢 观 众 sil +001209 sil 蜘 蛛 把 少 量 沙 子 拼 合 在 一 起 sp1 制 成 藏 身 的 窝 门 sil +001210 sil 连 前 一 百 冲 进 去 的 sp1 都 没 选 到 幺 二 二 的 毛 坯 sil +001211 sil 那 我 想 到 sp1 那 就 多 夸 夸 人 家 呗 sil +001212 sil 吴 佩 慈 sp1 与 赌 场 大 亨 吃 饭 sil +001213 sil 别 呀 sp1 偶 给 你 做 人 工 呼 吸 吧 sil +001214 sil 前 天 sp1 黄 爱 英 sp1 也 曾 一 度 晕 倒 sil +001215 sil 菲 律 宾 艾 滋 病 感 染 者 猛 增 sil +001216 sil 禁 止 使 用 小 于 最 小 网 目 尺 寸 的 网 具 进 行 捕 捞 sil +001217 sil 新 河 闸 桥 群 中 sp1 包 括 中 闸 sp1 麻 糍 闸 sp1 北 闸 sp1 下 卢 闸 四 个 闸 sil +001218 sil 淼 淼 就 读 于 科 创 路 小 学 二 年 级 sil +001219 sil 此 时 sp1 他 的 额 头 已 经 沁 满 汗 珠 sp1 刘 冬 梅 用 毛 巾 sp1 细 心 地 替 他 擦 拭 sil +001220 sil 被 害 人 小 雨 sp1 恰 巧 也 租 住 在 该 栋 楼 上 sil +001221 sil 这 是 凤 凰 镇 芒 果 村 一 角 sil +001222 sil 他 认 为 sp1 此 次 列 车 出 轨 sp1 与 轨 道 多 弯 无 关 sil +001223 sil 皇 上 万 福 金 安 sil +001224 sil 随 着 英 文 名 越 来 越 火 sp1 帮 人 取 英 文 名 这 一 行 当 sp1 也 成 了 香 馍 馍 sil +001225 sil 因 家 境 贫 寒 sp1 吴 碧 红 很 早 辍 学 sil +001226 sil 现 任 舰 船 知 识 网 络 版 主 编 sil +001227 sil 采 摘 山 核 桃 的 农 民 sp1 一 个 趔 趄 跌 下 去 sp1 头 碰 到 石 头 sp1 就 可 能 摔 死 sil +001228 sil 小 聪 明 sp1 也 是 聪 明 嘛 sil +001229 sil 其 次 sp1 捏 捏 螃 蟹 的 腿 sil +001230 sil 浪 莎 袜 业 头 顶 是 商 厦 的 二 楼 sp1 铝 合 金 扣 板 遭 到 破 坏 sil +001231 sil 你 要 是 看 谁 不 爽 sp1 就 用 飞 机 撞 他 啊 sil +001232 sil 哥 们 儿 的 情 怀 sp1 当 然 要 靠 哥 们 儿 来 演 绎 了 sil +001233 sil 睡 的 话 趴 我 腿 上 sil +001234 sil 眼 病 sp1 把 孙 婆 婆 折 磨 得 够 呛 sil +001235 sil 以 下 是 问 答 摘 录 sil +001236 sil 今 年 是 五 五 普 法 的 验 收 之 年 sil +001237 sil 我 会 讲 鬼 故 事 sp1 你 怕 不 怕 sil +001238 sil 范 睿 严 肃 纠 正 道 sp1 是 媲 美 sil +001239 sil 龙 卷 风 将 工 厂 屋 顶 都 卷 走 了 sil +001240 sil 谁 又 了 解 我 心 里 的 苦 呢 sil +001241 sil 易 学 林 绰 号 易 胆 大 sil +001242 sil 告 别 北 川 sp1 黄 昏 中 sp1 我 们 又 登 上 了 高 山 之 巅 的 羌 寨 sil +001243 sil 离 开 时 sp1 总 会 拎 几 袋 样 品 回 去 sil +001244 sil 蓝 天 白 云 下 sp1 绿 树 环 绕 间 sp1 这 随 风 舞 动 的 一 抹 红 显 得 格 外 醒 目 sil +001245 sil 月 嫂 帮 我 揉 sp1 我 叫 得 和 杀 猪 一 样 sp1 碰 一 下 就 痛 死 人 sil +001246 sil 最 后 sp1 她 只 好 靠 舞 蹈 员 sp1 边 打 拍 子 sp1 边 斋 舞 sil +001247 sil 有 美 丽 的 苏 州 园 林 呀 sil +001248 sil 他 还 将 五 名 伤 员 送 往 四 幺 六 医 院 救 治 sil +001249 sil 有 政 客 批 评 埃 尔 多 安 sp1 已 沦 为 傀 儡 sil +001250 sil 罗 志 祥 昨 日 抵 港 全 程 黑 脸 sil +001251 sil 我 可 以 网 上 冲 浪 sp1 咻 咻 咻 sil +001252 sil 这 些 桶 有 新 有 旧 sp1 上 面 sp1 也 留 着 王 四 sp1 王 三 等 标 记 sil +001253 sil 一 日 三 餐 sp1 洗 洗 涮 涮 sp1 还 要 给 妈 妈 敷 药 换 药 sp1 帮 妈 妈 大 小 便 sil +001254 sil 同 场 还 有 柯 佳 嬿 陈 庭 妮 sil +001255 sil 当 晚 sp1 见 样 貌 稚 嫩 的 小 雅 如 约 前 来 sp1 华 仔 欣 喜 若 狂 sil +001256 sil 锄 草 sp1 翻 土 sp1 浇 水 sp1 李 继 旺 甩 开 膀 子 干 sil +001257 sil 挪 威 男 子 巴 雷 克 sp1 在 断 臂 伤 口 上 sp1 纹 海 豚 头 sil +001258 sil 一 些 人 甚 至 直 接 把 瑞 芝 清 称 为 sp1 夺 命 退 烧 药 sil +001259 sil 可 悲 的 是 sp1 玉 婆 还 没 死 sp1 众 多 子 孙 sp1 已 经 为 争 家 产 蠢 蠢 欲 动 sil +001260 sil 他 是 腾 讯 公 司 主 要 创 办 人 之 一 呀 sil +001261 sil 周 六 上 午 sp1 各 组 织 招 生 sp1 他 洗 头 刮 脸 sp1 说 要 用 三 十 六 计 外 的 一 招 sp1 美 男 计 sil +001262 sil 在 家 排 行 老 四 的 贺 慈 红 sp1 打 小 就 有 股 子 sp1 认 准 水 撒 欢 的 倔 脾 气 sil +001263 sil 说 订 一 年 的 宽 带 还 送 个 猫 sil +001264 sil 西 南 旱 区 旱 情 近 期 难 于 缓 解 sil +001265 sil 刚 刚 我 短 路 啦 sil +001266 sil 这 并 不 是 康 威 市 第 一 起 吮 脚 性 骚 扰 案 件 sil +001267 sil 说 完 sp1 对 自 己 的 虚 构 夸 大 才 华 崇 拜 万 分 sil +001268 sil 其 他 演 员 还 包 括 松 坂 桃 李 sp1 柄 本 佑 sp1 和 村 传 绘 梨 等 新 鲜 面 孔 sil +001269 sil 学 生 不 解 的 问 sp1 我 哪 儿 也 不 疼 啊 sil +001270 sil 匡 斌 将 张 禹 接 到 东 莞 东 城 的 科 尔 沁 家 sil +001271 sil 经 鉴 定 sp1 熊 某 引 产 的 胚 胎 sp1 与 郭 耀 虎 存 在 血 缘 关 系 sil +001272 sil 愿 我 们 像 两 颗 星 星 一 样 sp1 在 安 静 的 夜 晚 sp1 把 彼 此 照 亮 sil +001273 sil 我 还 帮 她 卖 过 馒 头 哩 sil +001274 sil 而 这 些 驾 驶 员 都 非 车 主 sp1 全 部 由 专 业 闯 岗 司 机 来 完 成 sil +001275 sil 王 烨 及 另 外 两 位 张 姓 女 子 sp1 没 有 毕 业 成 绩 sil +001276 sil 哥 哥 采 盈 盆 sp1 弟 弟 妹 妹 共 欢 欣 sil +001277 sil 因 高 竣 亮 sp1 无 法 返 还 本 金 及 利 息 sp1 造 成 苏 叶 女 资 金 的 巨 额 亏 空 sil +001278 sil 民 国 时 sp1 万 庆 当 铺 衰 败 关 门 sp1 店 铺 前 盖 了 小 房 sp1 遮 住 万 庆 二 字 sil +001279 sil 如 果 有 朋 友 找 我 sp1 就 直 接 打 给 我 sil +001280 sil 在 国 外 时 sp1 他 喜 欢 搜 集 烟 斗 sil +001281 sil 为 什 么 足 协 认 可 李 飞 宇 的 做 法 sil +001282 sil 请 庹 震 常 委 回 答 一 下 这 位 网 友 的 问 题 sil +001283 sil 没 争 没 抢 sp1 没 闹 别 扭 sil +001284 sil 苗 凡 的 父 亲 苗 建 科 说 sp1 生 意 马 马 虎 虎 sp1 但 饿 不 着 娃 娃 sil +001285 sil 案 件 滚 雪 球 般 扩 大 sil +001286 sil 缪 某 之 子 陆 剑 波 回 家 见 状 sp1 持 刀 将 臧 戳 伤 sil +001287 sil 当 时 sp1 我 俩 起 了 分 歧 sil +001288 sil 胖 胖 的 孙 卓 很 招 人 喜 爱 sil +001289 sil 杜 早 前 获 撤 控 遣 返 内 地 sil +001290 sil 临 终 前 sp1 大 周 后 请 求 李 煜 sp1 将 中 主 李 璟 所 赐 的 烧 槽 琵 琶 陪 葬 sil +001291 sil 清 髓 需 要 至 少 半 年 的 服 药 sp1 而 微 移 植 sp1 不 需 要 服 用 任 何 药 物 sil +001292 sil 白 天 喂 奶 喂 饭 sp1 洗 孩 子 衣 物 sp1 偶 尔 打 个 盹 儿 sil +001293 sil 陈 年 思 忖 着 转 型 sil +001294 sil 指 南 一 经 发 布 迅 速 引 来 呛 声 一 片 sil +001295 sil 羊 一 垮 sp1 他 的 人 也 垮 了 sil +001296 sil 往 那 边 点 sp1 你 压 我 肉 了 sil +001297 sil 听 孔 子 sp1 也 要 听 一 半 sil +001298 sil 检 察 机 关 一 旦 介 入 调 查 sp1 往 往 能 以 案 带 案 sp1 一 查 查 一 窝 sil +001299 sil 他 昨 到 日 舞 影 展 打 片 sp1 变 身 金 发 妞 sp1 妖 娇 模 样 sp1 让 人 捧 腹 sil +001300 sil 据 了 解 sp1 卷 羽 鹈 鹕 喜 欢 结 群 生 活 sp1 有 两 个 迁 徙 种 群 sil +001301 sil 花 园 外 墙 采 用 通 透 的 铁 栏 矮 门 sp1 与 弄 堂 起 到 共 享 的 作 用 sil +001302 sil 莫 欺 少 年 穷 sp1 要 有 信 心 哦 sil +001303 sil 张 某 很 恼 火 sp1 就 预 谋 杀 妻 sp1 并 骗 取 高 额 保 险 金 sil +001304 sil 任 命 孙 德 基 sp1 为 审 计 署 署 长 sil +001305 sil 呜 呜 呜 sp1 不 要 把 我 一 个 人 丢 下 sil +001306 sil 库 尔 森 sp1 目 前 因 卷 入 窃 听 丑 闻 sp1 被 警 方 拘 捕 sil +001307 sil 不 喝 板 蓝 根 sp1 一 个 传 染 俩 sil +001308 sil 事 实 而 言 sp1 官 员 阶 层 有 如 民 众 sp1 有 富 有 贫 sp1 参 差 多 元 是 常 态 sil +001309 sil 老 婆 sp1 哥 都 有 仨 儿 子 了 sp1 咱 们 要 加 油 呀 sil +001310 sil 蛙 皮 中 含 有 抗 菌 力 较 强 的 活 性 多 肽 sil +001311 sil 我 大 儿 子 小 名 就 叫 憨 憨 sp1 谐 音 sil +001312 sil 祥 嫂 与 儿 子 邓 兆 尊 sp1 女 儿 邓 小 艾 sp1 喝 下 午 茶 时 聊 得 开 心 sil +001313 sil 目 前 扁 女 婿 赵 建 铭 sp1 也 曾 到 北 监 sp1 为 扁 治 疗 膝 盖 sil +001314 sil 现 在 sp1 微 软 的 必 应 搜 索 引 擎 sp1 也 将 其 机 票 搜 索 服 务 sp1 置 顶 显 示 sil +001315 sil 牛 作 东 比 牛 作 涛 小 三 岁 sp1 哥 俩 儿 从 小 一 块 儿 上 学 放 学 sil +001316 sil 杨 健 掌 舵 南 方 报 业 sp1 早 有 先 兆 sil +001317 sil 单 身 狗 我 在 家 防 止 受 到 一 万 点 伤 害 sil +001318 sil 小 规 模 农 户 sp1 要 改 善 操 作 规 程 sp1 避 免 疫 病 sp1 在 散 养 禽 群 中 传 播 sil +001319 sil 那 又 何 必 在 细 节 上 纠 缠 呢 sil +001320 sil 看 我 穿 裙 子 sp1 他 就 说 sp1 哎 唷 sp1 你 穿 裙 子 啊 sil +001321 sil 张 伟 一 愣 sp1 停 顿 了 一 会 儿 sil +001322 sil 沁 阳 资 源 短 缺 sp1 无 煤 无 矿 石 sp1 却 能 做 到 sp1 买 天 下 sp1 卖 天 下 sil +001323 sil 他 们 天 生 爱 动 sp1 免 不 了 打 打 闹 闹 sil +001324 sil 孙 某 用 布 条 将 小 兰 捆 绑 塞 到 床 下 sil +001325 sil 奶 粉 不 但 缺 货 sp1 而 且 价 格 同 样 水 涨 船 高 sil +001326 sil 葛 优 获 颁 漫 画 劲 开 心 sil +001327 sil 凭 白 无 故 sp1 生 出 噶 许 多 事 情 来 sil +001328 sil 一 护 士 为 男 患 者 送 检 尿 样 sp1 却 不 小 心 sp1 把 患 者 的 尿 样 撒 落 一 地 sil +001329 sil 在 唐 山 二 五 五 医 院 sp1 帅 帅 在 接 受 治 疗 sil +001330 sil 尽 早 转 变 以 往 的 粗 放 增 长 模 式 sil +001331 sil 三 更 半 夜 不 睡 觉 sp1 喊 什 么 喊 sil +001332 sil 港 府 新 验 出 四 款 日 本 婴 儿 配 方 奶 粉 sp1 碘 含 量 较 低 sil +001333 sil 经 确 认 sp1 该 可 疑 人 员 叫 柳 晓 宝 sil +001334 sil 市 委 常 委 组 织 部 长 陈 元 邦 sp1 主 持 聘 书 颁 发 仪 式 sil +001335 sil 男 子 坠 桥 sp1 被 消 防 员 一 把 拽 住 sil +001336 sil 那 生 煎 似 有 红 外 线 制 导 sp1 直 冲 女 孩 的 脸 颊 sil +001337 sil 该 黑 斑 被 罗 斯 教 授 称 为 sp1 罪 恶 的 渊 薮 sil +001338 sil 我 爸 在 家 特 别 多 疑 sp1 他 每 次 都 怀 疑 我 偷 偷 抽 他 的 烟 sil +001339 sil 为 什 么 要 发 怒 呢 sil +001340 sil 纪 教 授 当 日 略 受 风 寒 sp1 嗓 音 沙 哑 仍 激 情 不 减 sil +001341 sil 经 院 方 证 实 sp1 女 婴 身 患 胆 管 闭 锁 sil +001342 sil 傅 琰 东 sp1 几 次 通 过 媒 体 澄 清 虐 鱼 事 件 sil +001343 sil 一 名 抗 议 者 sp1 往 随 行 车 队 泼 漆 sil +001344 sil 有 知 情 者 联 系 sp1 幺 三 五 九 九 sp1 三 幺 五 五 五 八 sil +001345 sil 违 法 所 得 赃 款 sp1 一 百 六 十 三 点 六 七 四 四 万 元 sp1 予 以 追 缴 sil +001346 sil 连 罗 文 嘉 也 替 罗 永 成 喊 冤 sp1 质 疑 sp1 为 何 不 找 用 钱 的 sp1 只 找 听 命 行 事 的 人 sil +001347 sil 从 一 开 始 sp1 我 们 就 在 瞎 扑 腾 sil +001348 sil 成 昆 在 与 病 魔 搏 斗 以 前 sp1 先 要 经 历 与 药 的 搏 斗 sil +001349 sil 虽 说 夏 天 又 闷 蚊 子 又 多 sp1 但 勉 强 能 过 sil +001350 sil 此 观 点 被 修 改 稿 采 纳 sil +001351 sil 省 委 书 记 吉 炳 轩 深 入 绥 化 佳 木 斯 sp1 农 垦 等 市 局 检 查 春 播 生 产 sil +001352 sil 飞 行 员 跳 伞 sp1 并 安 全 降 落 sil +001353 sil 其 中 sp1 而 朴 勋 就 是 金 正 恩 sil +001354 sil 有 人 动 手 拉 扯 陈 科 宇 sp1 他 将 黑 色 皮 包 sp1 死 死 抓 在 手 中 sil +001355 sil 而 成 某 则 拿 砍 刀 对 其 猛 砍 sil +001356 sil 志 伟 扭 头 一 看 sp1 一 刹 那 sp1 汗 毛 都 直 了 sil +001357 sil 可 能 是 有 人 没 安 好 心 sp1 想 害 我 们 董 文 华 呗 sil +001358 sil 吸 入 铟 产 生 的 职 业 病 sp1 原 本 很 少 见 sil +001359 sil 我 想 把 草 帽 寄 给 遥 远 的 大 森 林 sil +001360 sil 今 有 城 管 队 sp1 卧 底 体 民 情 sil +001361 sil 渔 民 眼 中 的 这 条 怪 鱼 sp1 全 身 棕 色 sp1 带 黑 条 纹 sil +001362 sil 卢 女 士 不 满 工 作 人 员 隐 瞒 水 灵 死 亡 一 事 sil +001363 sil 黄 阿 姨 最 近 感 冒 很 严 重 sp1 每 天 要 吃 好 几 种 胶 囊 药 sil +001364 sil 这 家 帐 篷 餐 馆 已 经 颇 有 名 气 sil +001365 sil 李 敖 昨 日 上 解 码 陈 文 茜 节 目 sil +001366 sil 执 法 队 员 杨 林 川 看 到 sp1 这 辆 沃 尔 沃 sp1 高 速 从 坡 顶 驶 到 坡 底 sil +001367 sil 省 档 案 馆 新 馆 sp1 正 在 装 修 扫 尾 施 工 sil +001368 sil 就 算 有 更 多 女 特 工 sp1 男 特 工 们 照 样 会 行 差 踏 错 sp1 干 肮 脏 事 的 sil +001369 sil 宁 波 sp1 应 该 营 造 怎 样 的 环 境 sp1 来 引 进 和 培 养 人 才 sil +001370 sil 记 者 出 门 后 询 问 周 边 邻 居 sp1 但 一 听 到 问 阚 疃 台 sp1 就 远 远 躲 开 sil +001371 sil 基 于 陈 某 平 日 横 行 霸 道 蛮 横 无 理 sp1 一 直 sp1 忍 气 吞 声 sp1 敢 怒 不 敢 言 sil +001372 sil 考 生 常 曲 解 文 言 文 sp1 又 粗 心 大 意 sp1 混 淆 事 件 情 节 sil +001373 sil 你 夸 我 时 sp1 我 感 觉 自 己 的 脸 热 热 的 sil +001374 sil 我 又 不 是 女 的 sp1 龙 王 爷 要 我 干 嘛 啊 sil +001375 sil 江 水 不 算 清 澈 sp1 偶 尔 会 有 几 株 水 葫 芦 sp1 顺 江 漂 流 而 下 sil +001376 sil 为 了 拖 延 时 间 sp1 还 特 意 做 了 一 小 盆 瓜 片 汤 sil +001377 sil 随 后 sp1 他 继 续 将 卡 给 武 建 彬 销 售 sil +001378 sil 在 乘 坐 缆 车 时 sp1 他 需 要 把 滑 雪 板 放 在 一 旁 sp1 并 解 开 后 滑 雪 靴 sil +001379 sil 其 赶 紧 闪 躲 sp1 男 子 又 朝 其 左 侧 腰 扎 了 一 刀 sil +001380 sil 部 分 临 时 帐 篷 已 被 撤 走 sil +001381 sil 罗 克 努 也 劝 她 下 注 大 一 点 sil +001382 sil 摩 根 大 通 sp1 也 为 穆 迪 赠 予 百 盛 的 红 旗 逐 一 辩 护 sil +001383 sil 至 于 犬 马 皆 能 有 养 sil +001384 sil 你 比 吴 亦 凡 帅 sil +001385 sil 男 友 是 徐 婷 唯 一 的 帮 手 sil +001386 sil 上 午 sp1 湍 急 的 水 流 将 堰 塞 体 冲 开 sp1 从 左 岸 下 泄 sil +001387 sil 但 许 晋 亨 仍 满 足 于 现 状 sil +001388 sil 要 完 善 水 运 发 展 的 产 业 和 财 税 政 策 sil +001389 sil 但 随 后 惠 誉 就 此 辟 谣 sil +001390 sil 在 等 主 人 约 会 回 来 跟 我 讲 一 讲 sil +001391 sil 军 政 一 体 守 土 有 责 sil +001392 sil 报 刊 刊 载 一 些 sp1 短 小 精 悍 sp1 见 解 独 到 的 sp1 有 关 sp1 网 络 方 方 面 面 的 言 论 sil +001393 sil 泰 勒 晚 年 热 心 于 慈 善 事 业 sil +001394 sil 中 国 球 迷 盼 望 着 扬 眉 吐 气 的 那 一 天 sil +001395 sil 要 不 要 给 你 放 首 催 眠 曲 sil +001396 sil 投 胎 是 一 门 学 问 啊 sil +001397 sil 爷 爷 一 生 务 农 sp1 又 会 木 匠 手 艺 sp1 种 田 是 一 把 好 手 sil +001398 sil 山 无 棱 天 地 合 sp1 才 敢 与 君 绝 sil +001399 sil 早 喊 你 避 一 下 嘛 sp1 活 该 sil +001400 sil 这 种 事 凑 合 不 得 sp1 宁 缺 勿 滥 sil +001401 sil 上 述 要 求 已 为 此 次 会 议 sp1 埋 下 伏 笔 sil +001402 sil 问 我 是 哪 儿 的 sp1 来 干 什 么 sil +001403 sil 所 至 琉 球 大 洋 sp1 应 即 琉 球 海 沟 sp1 今 称 冲 绳 海 槽 sil +001404 sil 诸 葛 辉 将 辞 去 在 盛 大 集 团 的 原 有 职 务 sil +001405 sil 外 语 作 为 必 修 课 和 选 修 课 sp1 有 严 格 的 要 求 sil +001406 sil 车 尾 整 个 凹 陷 sp1 缩 进 后 排 位 置 sil +001407 sil 他 回 家 后 sp1 任 凭 牛 萍 咋 问 也 不 做 解 释 sil +001408 sil 他 们 大 多 来 自 威 海 市 环 翠 区 张 村 镇 徐 疃 村 sil +001409 sil 学 子 拜 孔 子 祈 福 sil +001410 sil 隐 约 看 到 sp1 涂 改 前 sp1 为 二 零 一 一 sil +001411 sil 这 些 药 店 sp1 用 暗 箱 操 作 的 方 式 sp1 给 违 规 用 卡 sp1 留 下 了 空 间 sil +001412 sil 我 曾 经 养 过 喲 sil +001413 sil 两 国 代 表 互 赠 礼 物 sil +001414 sil 该 举 措 促 进 了 闽 澳 台 三 地 旅 游 业 的 合 作 sil +001415 sil 沿 河 两 岸 sp1 为 望 江 怀 宁 两 县 重 要 粮 食 产 区 之 一 sil +001416 sil 当 日 sp1 五 环 内 正 式 开 售 兔 年 烟 花 sil +001417 sil 真 有 公 义 可 言 吗 sil +001418 sil 至 此 sp1 取 款 喽 啰 悉 数 落 网 sil +001419 sil 郭 树 清 sp1 有 外 秀 内 刚 豪 爽 博 学 的 美 誉 sil +001420 sil 而 米 粉 店 暂 时 按 兵 不 动 sp1 涨 价 与 否 仍 处 于 观 望 中 sil +001421 sil 吃 梨 sp1 可 以 滋 润 喉 咙 促 进 食 欲 呢 sil +001422 sil 网 上 赞 叹 声 汹 涌 澎 湃 sp1 还 有 不 少 网 友 趁 机 挖 苦 一 下 姜 昆 sil +001423 sil 我 们 不 想 当 亡 国 奴 sil +001424 sil 文 章 分 析 sp1 官 员 热 衷 于 应 景 活 动 sp1 有 其 微 妙 阴 暗 的 心 理 动 因 sil +001425 sil 塔 基 将 在 南 非 安 全 级 别 最 高 的 sp1 夸 祖 鲁 纳 塔 尔 省 监 狱 服 刑 sil +001426 sil 同 时 关 闭 一 些 累 赘 业 务 sil +001427 sil 林 同 学 则 眼 疾 手 快 sp1 迅 速 将 强 吻 男 拽 开 sil +001428 sil 反 身 将 蛇 拎 起 悬 空 抖 动 sil +001429 sil 欧 洲 央 行 行 长 特 里 谢 则 称 sp1 三 大 信 用 评 级 机 构 sp1 是 寡 头 垄 断 sil +001430 sil 本 地 房 企 sp1 也 已 染 指 sil +001431 sil 我 们 希 望 sp1 达 尔 富 尔 地 区 的 局 势 sp1 不 要 因 为 有 关 方 的 举 动 sp1 而 复 杂 化 sil +001432 sil 高 再 次 踹 门 试 图 闯 入 sp1 未 果 sil +001433 sil 她 说 挂 号 在 室 外 sp1 屋 里 暖 和 sp1 不 让 进 sil +001434 sil 年 末 固 定 电 话 用 户 sp1 两 万 八 千 五 百 一 十 二 万 户 sil +001435 sil 阅 览 室 里 sp1 有 三 百 余 册 的 盲 文 书 籍 sil +001436 sil 你 要 再 说 我 娘 娘 腔 sp1 小 心 老 娘 我 跟 你 翻 脸 sil +001437 sil 后 因 年 久 失 修 sp1 裕 陵 的 祾 恩 门 sp1 祾 恩 殿 等 建 筑 又 先 后 毁 坏 sil +001438 sil 把 我 这 个 愿 望 告 诉 总 编 sil +001439 sil 只 有 你 才 有 资 格 做 我 的 上 司 呀 sil +001440 sil 邓 明 建 寡 言 少 语 sil +001441 sil 周 边 包 裹 着 sp1 类 似 海 绵 颜 色 的 物 体 sp1 用 指 甲 轻 轻 一 抠 就 能 抠 掉 sil +001442 sil 由 于 牙 刷 太 长 sp1 卡 在 了 幽 门 口 sil +001443 sil 记 者 亲 眼 见 到 一 只 老 鼠 蹿 过 地 面 sil +001444 sil 姑 娘 们 sp1 擦 亮 眼 睛 吧 sil +001445 sil 但 我 也 知 道 sp1 中 国 政 府 sp1 不 是 铁 板 一 块 sil +001446 sil 侧 田 再 三 强 调 sp1 不 爱 逛 夜 店 sil +001447 sil 太 悦 耳 动 听 了 sp1 我 真 想 拥 抱 你 sil +001448 sil 母 亲 sp1 为 其 择 婿 sp1 并 以 死 逼 婚 sp1 姑 娘 只 好 同 意 sil +001449 sil 有 牛 肉 自 然 香 味 sp1 易 溶 于 水 sp1 水 溶 液 呈 淡 黄 色 sil +001450 sil 一 党 为 主 或 两 党 的 国 家 sp1 更 易 遭 受 军 事 干 扰 sil +001451 sil 以 此 功 勋 博 取 院 士 之 名 sp1 更 是 荒 谬 sil +001452 sil 三 要 坚 持 党 委 统 揽 的 原 则 sil +001453 sil 年 根 儿 坚 持 出 摊 也 不 容 易 sp1 价 钱 涨 点 儿 也 在 理 sil +001454 sil 国 土 局 长 sp1 缘 何 敢 批 法 院 查 封 的 土 地 sil +001455 sil 井 陉 鳖 盖 垴 古 墓 sil +001456 sil 郑 嘉 颖 近 水 楼 台 sp1 颖 儿 也 乐 于 束 手 就 擒 sil +001457 sil 但 我 始 终 微 笑 sp1 不 肯 表 态 sil +001458 sil 昔 我 华 族 胄 祀 绵 长 sil +001459 sil 我 跑 去 家 乐 福 逛 了 逛 sil +001460 sil 结 果 凯 歌 导 演 笑 着 说 sp1 甭 客 气 sil +001461 sil 罕 见 的 泰 坦 尼 克 号 邮 戳 sil +001462 sil 他 大 吃 一 惊 sp1 想 原 来 梁 粹 君 的 交 际 面 sp1 不 仅 跨 地 域 sp1 而 且 入 地 狱 sil +001463 sil 确 实 是 我 鲁 莽 了 sp1 冤 枉 了 他 sil +001464 sil 我 都 会 说 儿 化 音 了 sp1 这 儿 呢 sp1 明 儿 见 sp1 还 不 错 吧 sil +001465 sil 你 敢 戏 我 爱 姬 吗 sil +001466 sil 阿 姨 有 只 两 岁 的 男 狗 狗 sp1 叫 旺 旺 sil +001467 sil 尹 春 林 见 状 sp1 赶 紧 抱 起 团 团 sp1 边 擦 眼 泪 边 哄 sil +001468 sil 要 带 小 可 爱 sp1 到 正 规 医 院 注 射 疫 苗 哦 sp1 一 般 成 年 犬 sp1 一 次 即 可 sil +001469 sil 不 得 不 说 sp1 因 为 耳 朵 大 sp1 我 也 被 起 过 绰 号 sil +001470 sil 四 百 块 钱 sp1 不 花 这 四 百 sp1 你 永 远 挂 不 上 号 sil +001471 sil 她 称 正 在 准 备 讲 演 稿 sp1 并 向 网 友 们 征 求 建 议 sil +001472 sil 我 们 无 法 靠 得 很 拢 sp1 以 弥 合 差 距 sil +001473 sil 扶 持 俺 在 市 场 上 赚 了 大 钱 的 衙 门 sp1 俺 怎 么 不 拥 护 呢 sil +001474 sil 已 故 车 臣 战 地 指 挥 官 格 拉 耶 夫 sil +001475 sil 现 在 能 甩 一 台 是 一 台 sil +001476 sil 部 分 奶 粉 企 业 毛 利 率 sil +001477 sil 一 贯 优 雅 的 英 国 人 sp1 常 为 此 骂 骂 咧 咧 sp1 怨 言 不 断 sil +001478 sil 林 熙 蕾 生 女 后 sp1 体 态 比 怀 孕 前 还 苗 条 纤 细 sil +001479 sil 敢 呀 sp1 你 信 吗 sil +001480 sil 程 俊 sp1 扒 开 被 褥 sp1 里 面 是 厚 厚 一 叠 草 稿 纸 sil +001481 sil 厂 家 现 场 用 电 饭 煲 sp1 煮 起 了 香 喷 喷 的 米 饭 sil +001482 sil 有 人 形 容 遭 扫 射 的 渔 船 惨 不 忍 睹 sp1 满 目 疮 痍 sp1 有 如 蜂 窝 般 sil +001483 sil 对 于 当 前 需 要 着 重 研 究 的 课 题 sp1 伍 绍 祖 也 作 了 详 尽 阐 述 sil +001484 sil 陆 博 飞 转 会 大 局 已 定 sp1 国 安 到 嘴 的 鸭 子 又 飞 了 sil +001485 sil 楼 道 内 冒 出 滚 滚 浓 烟 sil +001486 sil 江 志 铭 转 述 sp1 扁 引 用 坛 经 sp1 毁 誉 不 动 sp1 哀 乐 不 生 sp1 代 表 目 前 心 境 sil +001487 sil 即 使 对 方 有 大 肚 腩 或 其 貌 不 扬 也 不 介 意 sp1 因 外 形 可 以 改 sil +001488 sil 砖 房 也 是 全 家 集 体 凑 钱 修 的 sil +001489 sil 你 少 骂 我 一 点 儿 就 行 了 sil +001490 sil 在 演 讲 中 sp1 她 宣 读 了 sp1 拉 姆 斯 菲 尔 德 的 六 宗 罪 sil +001491 sil 一 桌 人 显 然 和 白 胖 高 是 挚 友 sp1 甘 为 祖 国 的 花 朵 而 失 声 sil +001492 sil 悠 悠 爱 恨 之 间 sp1 我 的 心 永 远 不 变 sp1 纵 使 沧 海 桑 田 sp1 追 逐 你 到 天 边 sil +001493 sil 林 峥 与 银 行 杠 上 了 sil +001494 sil 再 度 引 发 外 界 揣 测 sil +001495 sil 包 括 货 物 延 期 sp1 丢 失 和 损 毁 等 sil +001496 sil 尝 一 下 sp1 腻 腻 的 直 想 往 外 涌 sil +001497 sil 钟 强 迫 自 己 进 入 生 存 模 式 sp1 喝 尿 sp1 维 持 生 存 sil +001498 sil 偶 尔 能 看 到 几 块 油 菜 地 sil +001499 sil 指 纹 证 据 无 瑕 疵 sil +001500 sil 这 是 百 子 湾 边 上 的 商 业 街 sil +001501 sil 即 便 选 择 离 开 sp1 黎 洋 依 然 身 为 一 嗨 股 东 sil +001502 sil 柳 祖 祠 东 南 角 有 一 侧 门 sp1 通 往 刘 老 根 会 馆 主 楼 sp1 方 便 厨 房 上 菜 sil +001503 sil 徐 帆 在 心 里 憋 着 劲 sp1 累 积 口 碑 与 演 技 sil +001504 sil 土 豆 闭 紧 双 眼 许 愿 sp1 爸 爸 问 许 了 什 么 愿 sp1 土 豆 说 sp1 许 的 愿 是 马 上 吃 蛋 糕 sil +001505 sil 李 艳 张 罗 起 了 一 家 幼 儿 园 sil +001506 sil 熟 识 白 家 的 大 湳 里 里 长 郑 桂 林 闻 讯 后 sp1 一 早 赶 往 白 家 关 心 sil +001507 sil 目 前 sp1 小 凯 已 交 纳 了 扫 雪 费 sil +001508 sil 一 起 去 寻 找 诗 与 田 野 吗 sil +001509 sil 而 私 有 化 则 可 以 甩 掉 这 些 麻 烦 sil +001510 sil 林 南 翔 忙 去 送 温 暖 sp1 说 sp1 你 冷 不 冷 sp1 披 我 的 衣 服 吧 sil +001511 sil 惹 急 了 sp1 一 人 一 把 刀 sp1 一 个 龟 壳 sp1 刻 甲 骨 文 sil +001512 sil 他 先 是 用 言 语 挑 逗 sp1 后 来 又 利 益 诱 惑 sp1 希 望 跟 小 丽 玩 玩 sil +001513 sil 王 大 伯 顿 时 傻 了 眼 sil +001514 sil 家 住 普 陀 曹 阳 社 区 的 上 海 游 客 张 根 囡 sp1 成 了 幸 运 儿 sil +001515 sil 它 既 有 体 育 竞 赛 sp1 又 包 括 戏 剧 音 乐 等 在 内 的 文 艺 活 动 sil +001516 sil 黄 宗 洛 自 幼 胆 小 怕 见 生 人 sil +001517 sil 我 看 着 雨 珠 在 它 的 叶 面 上 滚 来 滚 去 sil +001518 sil 泱 泱 大 国 居 然 找 不 到 十 一 个 能 踢 球 的 sil +001519 sil 对 于 往 事 sp1 刘 允 并 不 在 意 sil +001520 sil 朱 好 龙 摸 了 摸 水 牛 sp1 水 牛 乖 乖 睡 了 下 来 sil +001521 sil 对 于 各 地 政 府 机 构 sp1 官 员 扎 堆 儿 开 微 博 sp1 被 质 疑 为 sp1 官 微 大 跃 进 sil +001522 sil 并 声 称 谁 过 来 砍 死 谁 sil +001523 sil 后 经 导 游 指 认 sp1 港 警 sp1 已 将 其 收 监 sil +001524 sil 四 哥 认 为 sp1 一 子 一 女 已 经 足 够 sp1 于 是 甘 愿 结 扎 sp1 不 再 留 种 sil +001525 sil 俺 们 的 葛 书 记 真 是 块 好 钢 sil +001526 sil 宠 物 殡 葬 业 sp1 在 德 国 日 渐 兴 起 sil +001527 sil 仔 细 考 究 一 下 sp1 懦 弱 的 士 兵 sp1 为 什 么 要 充 好 汉 呢 sil +001528 sil 洪 山 村 主 要 靠 养 跳 跳 鱼 sp1 滩 涂 养 殖 地 被 淹 后 sp1 跳 跳 鱼 被 冲 走 sil +001529 sil 鼓 手 的 鼓 点 节 奏 sp1 拿 捏 得 也 很 准 sil +001530 sil 仔 仔 很 怕 小 小 彬 偷 袭 重 要 部 位 sp1 不 过 小 小 彬 还 是 得 逞 了 sil +001531 sil 这 伙 人 逞 凶 后 准 备 散 去 sil +001532 sil 另 一 位 伤 者 胡 佛 球 的 运 气 sp1 比 黄 师 傅 sp1 稍 许 好 一 些 sil +001533 sil 如 有 其 他 疑 问 sp1 请 电 话 咨 询 sp1 幺 幺 八 幺 幺 四 sil +001534 sil 他 们 分 别 获 得 奥 斯 卡 影 帝 和 影 后 提 名 sil +001535 sil 遭 射 杀 身 亡 渔 民 洪 石 成 的 长 女 sp1 洪 慈 綪 sil +001536 sil 亨 德 森 sp1 逐 渐 对 丈 夫 心 生 不 满 sil +001537 sil 郭 敬 明 sp1 也 曾 赞 自 己 的 脸 很 占 便 宜 sil +001538 sil 要 巩 固 基 本 药 物 制 度 sil +001539 sil 我 是 说 sp1 你 要 蓝 颜 干 嘛 呀 sil +001540 sil 大 多 有 九 五 左 右 的 优 惠 sil +001541 sil 朝 鲜 演 员 唱 腔 圆 润 sp1 词 句 朗 朗 上 口 sil +001542 sil 每 次 给 我 妈 死 托 活 拽 的 sp1 拉 进 女 澡 堂 洗 澡 sil +001543 sil 丈 夫 尕 娃 身 材 高 sp1 用 身 子 顶 着 往 上 爬 sp1 他 爬 出 来 了 sil +001544 sil 上 海 空 港 sp1 为 此 取 消 航 班 sp1 二 百 七 十 五 架 次 sil +001545 sil 五 彩 湾 sp1 又 名 五 彩 山 sp1 位 于 准 噶 尔 盆 地 东 部 sil +001546 sil 通 过 安 检 后 sp1 她 还 咧 嘴 一 笑 sp1 对 警 卫 员 说 谢 谢 啦 sil +001547 sil 曾 经 的 桌 游 吧 人 头 攒 动 sil +001548 sil 现 场 紧 邻 三 二 幺 国 道 线 sil +001549 sil 屯 昌 县 女 画 工 sp1 在 临 摹 商 业 画 sil +001550 sil 时 间 一 分 一 秒 流 逝 sil +001551 sil 我 会 学 小 猫 叫 哦 sp1 喵 sil +001552 sil 野 生 动 物 sp1 有 自 然 死 亡 率 sil +001553 sil 丰 华 公 司 sp1 到 树 音 乐 追 讨 欠 款 sp1 还 闹 出 了 踹 坏 大 门 的 暴 力 事 件 sil +001554 sil 李 煜 登 位 后 sp1 对 她 恩 宠 有 加 sp1 册 封 她 为 皇 后 sil +001555 sil 只 不 过 这 个 环 节 卡 在 了 旭 日 阳 刚 一 方 sil +001556 sil 会 场 内 鲜 花 竞 艳 sp1 灯 火 璀 璨 sil +001557 sil 她 纵 览 这 篇 文 章 好 几 遍 sp1 说 整 本 书 就 儿 子 的 文 章 最 好 sil +001558 sil 卡 普 兰 担 心 会 产 生 泄 密 问 题 sil +001559 sil 到 了 晚 上 sp1 南 山 上 也 飘 起 鹅 毛 大 雪 sil +001560 sil 醒 己 及 sp1 与 同 行 共 勉 sil +001561 sil 早 一 晚 sp1 我 已 知 道 他 们 会 这 样 写 我 sp1 我 只 有 无 奈 sil +001562 sil 彖 传 sp1 为 易 中 的 一 部 分 sp1 是 解 释 六 十 四 卦 卦 辞 的 sil +001563 sil 拍 卖 获 胜 者 sp1 能 够 与 巴 菲 特 共 进 午 餐 sil +001564 sil 是 一 放 羊 的 老 大 爷 sp1 穿 一 黑 色 棉 服 蹲 在 山 坡 上 sil +001565 sil 法 塔 尔 计 划 改 行 投 身 政 坛 sil +001566 sil 法 国 画 家 伯 努 瓦 绘 制 的 原 版 女 性 画 像 sil +001567 sil 玛 依 努 尔 说 sp1 宫 颈 癌 是 迄 今 唯 一 研 究 出 病 因 的 癌 症 sil +001568 sil 你 不 帮 我 谁 帮 我 呀 sil +001569 sil 雨 雪 到 来 前 sp1 雾 霾 低 温 似 乎 在 酝 酿 造 势 sil +001570 sil 刘 阿 伯 到 庭 后 态 度 比 较 专 横 sp1 不 听 劝 解 sil +001571 sil 我 想 提 醒 有 专 车 的 官 员 sp1 你 有 隐 私 sp1 千 万 别 用 公 车 了 sil +001572 sil 昨 日 sp1 回 龙 观 龙 泽 苑 西 区 sp1 工 人 对 树 木 喷 药 sil +001573 sil 听 听 他 的 自 我 解 剖 sil +001574 sil 村 民 找 来 长 竿 sp1 往 粪 坑 里 拍 打 sp1 同 时 sp1 在 粪 坑 口 放 置 一 个 篓 筐 sil +001575 sil 招 标 人 不 得 挪 用 投 标 保 证 金 sil +001576 sil 乐 基 儿 爆 黎 明 甚 少 应 酬 sil +001577 sil 晒 干 沙 丁 鱼 sp1 可 喂 骆 驼 和 马 sp1 是 牛 羊 的 好 饲 料 sil +001578 sil 栓 在 身 上 sp1 两 个 眼 都 扣 死 sil +001579 sil 广 州 资 深 摄 影 玩 家 沈 龙 sp1 也 是 柯 达 的 拥 趸 sil +001580 sil 院 子 南 墙 上 可 见 一 处 熏 黑 的 烟 囱 sil +001581 sil 记 者 探 访 太 阳 能 热 水 器 作 坊 sil +001582 sil 后 三 位 皇 帝 sp1 嵬 名 遵 顼 sp1 嵬 名 德 旺 sp1 和 末 帝 睍 sp1 没 来 得 及 修 陵 sil +001583 sil 如 果 您 是 一 个 集 邮 爱 好 者 sp1 也 许 会 对 英 国 邮 票 sp1 有 一 点 儿 印 象 sil +001584 sil 服 务 员 上 了 盘 菜 sp1 我 随 口 问 道 sp1 辣 吗 sil +001585 sil 大 海 深 处 sp1 早 已 铆 足 了 劲 儿 的 钻 头 sp1 终 于 钻 入 了 地 层 之 中 sil +001586 sil 上 夜 班 要 注 意 安 全 哦 sil +001587 sil 稳 中 求 进 的 稳 sp1 第 二 个 稳 sp1 表 现 在 稳 健 的 财 务 策 略 sil +001588 sil 按 摩 睾 丸 时 sp1 力 量 一 定 要 轻 柔 sil +001589 sil 图 为 付 志 强 戒 网 瘾 攒 下 的 钱 sil +001590 sil 被 拐 缅 甸 妇 女 凯 凯 学 写 汉 字 sil +001591 sil 黑 棉 线 粗 糙 无 弹 性 sp1 揉 搓 后 sp1 会 大 量 脱 落 纤 维 sp1 易 断 sil +001592 sil 超 新 星 爆 发 形 成 美 丽 星 胆 sp1 酷 似 珍 珠 项 链 sil +001593 sil 听 妈 妈 说 sp1 一 天 一 苹 果 sp1 医 生 远 离 我 sil +001594 sil 许 三 多 又 委 屈 又 自 卑 sp1 油 然 而 生 sp1 一 种 看 名 人 录 的 感 觉 sil +001595 sil 曾 以 笔 名 方 蕤 出 版 sp1 我 的 先 生 王 蒙 等 作 品 sil +001596 sil 公 事 繁 忙 的 四 太 sp1 日 前 难 得 抽 空 陪 孻 女 何 超 欣 sp1 买 课 外 书 sil +001597 sil 经 诊 断 sp1 莎 莎 左 肘 关 节 脱 位 sp1 左 肱 骨 内 伤 踝 骨 折 sp1 左 肘 神 经 损 伤 sil +001598 sil 工 人 对 绿 化 带 喷 洒 药 水 sil +001599 sil 春 节 驴 行 sp1 也 受 欢 迎 sil +001600 sil 犬 主 sp1 必 须 要 到 银 行 缴 纳 费 用 sil +001601 sil 图 为 sp1 澳 门 红 十 字 会 sp1 向 彝 良 捐 赠 的 两 辆 救 护 车 sil +001602 sil 但 互 联 网 车 轮 轰 然 而 来 摧 枯 拉 朽 sil +001603 sil 此 时 的 忏 悔 于 事 无 补 sil +001604 sil 钱 校 长 又 缓 缓 报 一 个 sp1 把 他 的 另 外 半 边 天 sp1 也 拆 了 sil +001605 sil 在 幺 零 七 国 道 和 北 外 环 交 叉 口 sp1 堵 车 比 较 严 重 sil +001606 sil 四 是 自 我 矮 化 问 题 突 出 sil +001607 sil 显 然 sp1 二 手 车 业 务 和 租 赁 业 务 是 密 切 相 关 的 sil +001608 sil 根 据 一 九 五 一 年 的 旧 金 山 和 约 sp1 独 岛 重 回 朝 鲜 怀 抱 sil +001609 sil 这 家 店 里 的 云 吞 面 和 牛 筋 河 粉 味 道 很 棒 sil +001610 sil 注 意 sp1 不 要 让 宝 宝 边 吃 边 玩 sil +001611 sil 美 国 武 装 部 队 参 谋 学 院 sp1 是 美 国 国 防 大 学 所 属 学 院 之 一 sil +001612 sil 晚 安 sp1 愿 岁 月 静 好 sil +001613 sil 清 雍 正 十 二 年 重 修 sp1 名 拈 花 寺 sil +001614 sil 深 圳 园 岭 小 学 外 sp1 来 接 孩 子 的 家 长 密 密 匝 匝 sil +001615 sil 鲁 迅 与 母 亲 住 前 院 sp1 周 作 人 及 其 苦 雨 斋 在 后 院 sil +001616 sil 某 大 学 寝 室 楼 下 sp1 几 家 烧 烤 油 烟 熏 人 sil +001617 sil 分 散 司 机 注 意 力 哇 sil +001618 sil 拉 夫 桑 贾 尼 强 调 sp1 伊 朗 赞 成 并 支 持 阿 富 汗 的 独 立 sil +001619 sil 饲 养 犬 龄 满 三 个 月 的 犬 只 sp1 养 犬 人 应 当 办 理 养 犬 登 记 sil +001620 sil 其 间 sp1 冉 某 违 反 取 保 候 审 规 定 sp1 潜 逃 外 地 sil +001621 sil 奥 地 利 总 统 菲 舍 尔 和 夫 人 sp1 陪 同 参 观 sil +001622 sil 蜱 虫 也 叫 壁 虱 sp1 俗 称 草 扒 子 sp1 狗 鳖 sp1 草 别 子 sp1 牛 虱 等 sil +001623 sil 你 没 看 见 咱 这 紧 挨 着 杠 房 吗 sil +001624 sil 落 后 两 局 的 李 晓 霞 越 战 越 勇 sp1 福 原 爱 反 倒 变 蔫 了 sil +001625 sil 这 么 简 单 的 问 题 也 要 问 我 嘛 sp1 是 二 哟 sil +001626 sil 我 觉 得 总 说 在 呢 很 俗 气 sil +001627 sil 公 安 未 央 分 局 sp1 阿 房 宫 派 出 所 sp1 已 控 制 相 关 责 任 人 sil +001628 sil 如 果 顶 包 确 有 其 事 sp1 张 礼 礤 sp1 无 疑 将 是 最 牛 替 身 sil +001629 sil 与 此 同 时 sp1 全 国 商 品 房 销 售 sp1 也 一 举 扭 转 低 迷 局 面 sil +001630 sil 财 源 像 猛 虎 奔 腾 sp1 祝 福 像 彩 灯 串 串 sil +001631 sil 零 售 业 sp1 酒 店 及 饮 食 业 的 营 业 额 sp1 也 持 续 向 好 sil +001632 sil 凡 间 只 剩 陈 赫 一 个 sp1 社 长 谦 虚 道 sp1 我 写 不 好 sil +001633 sil 此 外 sp1 他 还 引 用 丘 吉 尔 的 名 言 说 sp1 吵 吵 总 比 打 打 好 sil +001634 sil 失 之 毫 厘 sp1 谬 以 千 里 sil +001635 sil 您 可 不 要 上 当 受 骗 呀 sil +001636 sil 拧 开 直 饮 水 水 龙 头 可 以 直 接 饮 用 sp1 价 格 明 显 低 于 桶 装 水 sil +001637 sil 随 后 sp1 其 在 未 开 药 方 的 情 况 下 sp1 给 王 能 簪 用 药 sil +001638 sil 张 雯 是 个 典 型 的 上 海 嗲 囡 囡 sp1 脾 气 温 和 sp1 懂 生 活 sp1 爱 发 嗲 sil +001639 sil 阿 胶 和 明 胶 原 料 sp1 生 产 工 艺 sp1 质 控 标 准 sp1 有 显 著 差 别 sil +001640 sil 深 度 为 一 百 一 十 二 千 米 sil +001641 sil 言 语 之 间 sp1 孙 兴 也 在 极 力 为 女 友 撇 清 sil +001642 sil 他 最 早 将 基 因 一 词 带 入 中 文 sp1 被 誉 为 中 国 的 摩 尔 根 sil +001643 sil 卧 榻 之 侧 岂 容 他 人 鼾 睡 sil +001644 sil 位 于 汶 川 县 城 的 威 州 中 学 背 后 sp1 也 是 一 座 光 秃 秃 的 泥 巴 山 sil +001645 sil 那 些 悬 搁 山 腰 上 sp1 摇 摇 欲 坠 的 巨 石 sp1 更 让 人 触 目 惊 心 sil +001646 sil 袁 莉 代 言 红 十 字 会 sp1 惹 争 议 sil +001647 sil 王 学 元 脑 袋 里 sp1 顿 时 一 片 空 白 sil +001648 sil 而 在 长 短 的 把 握 上 sp1 邹 唯 sp1 不 是 刻 意 追 求 完 美 者 sil +001649 sil 桑 康 也 在 坤 沙 部 队 服 过 役 sp1 后 来 投 奔 糯 康 sil +001650 sil 父 子 俩 赶 赴 广 州 辗 转 奔 走 sil +001651 sil 左 手 和 右 手 有 必 要 协 作 sil +001652 sil 黯 牛 笛 参 差 归 路 sil +001653 sil 太 湖 太 浦 闸 开 闸 排 水 sil +001654 sil 嫩 模 出 写 真 也 成 风 尚 sil +001655 sil 经 窑 火 烧 成 sp1 用 切 割 机 从 中 剖 成 两 半 sp1 才 真 正 完 工 sil +001656 sil 据 知 sp1 两 张 罗 慧 娟 的 遗 照 sp1 是 廖 安 丽 前 夫 sp1 叶 青 霖 sp1 为 罗 慧 娟 拍 摄 sil +001657 sil 京 城 银 行 房 贷 政 策 sp1 再 刮 紧 风 sil +001658 sil 奶 奶 就 赏 赐 给 莫 言 和 姐 姐 sp1 每 人 一 小 片 红 薯 干 sil +001659 sil 王 菲 晒 与 赵 薇 林 丹 的 合 照 sil +001660 sil 港 股 昨 天 因 重 阳 节 休 市 sil +001661 sil 她 嗓 门 大 sp1 爱 唱 歌 sil +001662 sil 原 名 丁 恺 起 sp1 天 津 人 sil +001663 sil 庄 燕 劝 覃 田 戒 毒 sp1 而 覃 田 sp1 不 但 不 戒 毒 sp1 还 怂 恿 庄 燕 sp1 也 一 起 吸 毒 sil +001664 sil 过 期 套 套 sp1 小 心 断 裂 sil +001665 sil 奶 奶 发 现 sp1 孙 女 sp1 有 些 异 常 sil +001666 sil 原 本 杨 树 鹏 sp1 想 让 我 演 张 译 那 个 角 色 sp1 但 我 自 己 提 出 sp1 想 演 匪 首 sil +001667 sil 其 他 政 协 委 员 夸 奖 我 说 得 好 sil +001668 sil 具 有 浓 郁 民 族 色 彩 的 丝 布 墙 面 sp1 烘 托 出 亲 切 热 烈 sp1 而 传 统 的 氛 围 sil +001669 sil 张 花 冠 与 陈 明 文 sp1 早 已 成 为 一 条 绳 上 的 蚂 蚱 sp1 同 生 亦 同 死 sil +001670 sil 消 息 之 震 撼 令 人 咂 舌 sp1 为 此 天 下 公 司 向 敦 煌 网 求 证 sil +001671 sil 一 曲 黄 梅 戏 唱 罢 sp1 趁 着 曹 爹 爹 换 伴 奏 碟 的 间 隙 sp1 记 者 与 其 攀 谈 sil +001672 sil 一 是 发 展 农 业 生 产 sp1 夯 实 稳 价 基 础 sil +001673 sil 长 子 罗 北 屯 sp1 系 部 队 屯 兵 陕 北 的 时 候 所 生 sp1 所 以 取 名 sp1 北 屯 sil +001674 sil 这 个 筋 斗 翻 得 利 落 而 优 美 sil +001675 sil 只 有 我 的 眉 毛 及 牙 齿 sp1 有 使 用 特 殊 的 造 型 填 充 物 sil +001676 sil 王 栾 周 涉 嫌 犯 罪 sp1 已 移 送 司 法 机 关 处 理 sil +001677 sil 从 排 水 孔 探 出 脑 袋 的 猫 头 鹰 sil +001678 sil 现 在 揭 弊 的 线 索 条 条 指 向 扁 府 sp1 指 向 吴 淑 珍 sil +001679 sil 金 妍 儿 的 复 出 之 战 sp1 也 随 之 延 迟 sil +001680 sil 南 伞 口 岸 还 一 度 出 现 堵 塞 状 况 sil +001681 sil 下 一 次 变 革 的 号 角 已 经 吹 响 sil +001682 sil 至 今 sp1 母 女 俩 也 不 说 钱 去 哪 了 sp1 侦 查 机 关 无 法 追 回 sil +001683 sil 日 本 早 些 时 候 召 回 驻 韩 大 使 武 藤 正 敏 sp1 以 示 抗 议 sil +001684 sil 绣 球 上 绣 着 喜 鹊 梅 花 等 图 案 sp1 显 得 吉 祥 而 喜 气 sil +001685 sil 回 家 向 老 婆 要 钱 交 罚 款 sil +001686 sil 曾 经 朝 一 个 坐 在 轮 椅 中 的 女 人 吹 过 口 哨 吗 sil +001687 sil 取 消 sp1 北 新 桥 路 口 北 sp1 国 子 监 sp1 雍 和 宫 sp1 及 北 小 街 豁 口 双 向 站 sil +001688 sil 企 业 利 润 增 长 压 力 较 大 sil +001689 sil 兴 安 盟 气 象 台 监 测 sp1 最 大 降 雪 量 sp1 达 sp1 八 十 六 毫 米 sil +001690 sil 随 后 sp1 聂 道 喜 推 开 窗 户 跳 下 楼 逃 生 sil +001691 sil 浏 览 网 页 听 听 歌 sil +001692 sil 女 生 坠 亡 在 栏 杆 外 的 地 上 sil +001693 sil 刘 兴 海 咬 咬 牙 sp1 拿 出 全 部 积 蓄 sp1 东 挪 西 借 凑 足 了 sil +001694 sil 图 为 sp1 银 行 卡 被 刷 的 清 单 sil +001695 sil 夜 幕 清 朗 sp1 凝 望 北 方 的 天 空 sp1 映 入 眼 帘 的 sp1 是 七 颗 璀 璨 齐 整 的 星 sil +001696 sil 而 村 民 们 认 为 发 病 原 因 与 地 下 水 受 到 污 染 有 关 sil +001697 sil 残 羹 与 冷 炙 sp1 处 处 潜 着 悲 辛 的 滋 味 sil +001698 sil 这 暗 示 着 sp1 他 也 许 参 过 军 sp1 没 准 儿 还 是 个 伞 兵 sil +001699 sil 法 院 调 查 表 明 sp1 被 砍 死 的 医 生 sp1 并 未 接 诊 过 凶 手 sil +001700 sil 至 此 人 赃 俱 获 sp1 赌 博 窝 点 sp1 暴 露 无 遗 sil +001701 sil 不 对 利 益 动 刀 子 sp1 改 革 无 异 于 sp1 隔 鞋 挠 痒 蜻 蜓 点 水 sil +001702 sil 后 来 只 得 由 发 改 委 出 面 sil +001703 sil 获 得 飞 来 横 财 更 非 乐 事 sil +001704 sil 青 年 演 员 杨 明 娜 sp1 扮 演 暖 暖 sp1 刘 小 峰 饰 演 暖 暖 的 爱 人 sil +001705 sil 无 论 前 途 晦 明 sp1 万 达 sp1 依 旧 敢 闯 敢 试 sp1 自 信 如 故 sil +001706 sil 夏 季 是 筹 款 淡 季 sp1 原 因 是 sp1 不 少 捐 款 者 sp1 往 往 在 度 假 sil +001707 sil 山 峦 还 有 点 飘 忽 移 动 的 景 象 sil +001708 sil 甘 迪 勒 没 有 说 明 这 些 示 威 者 sp1 由 哪 方 收 买 sil +001709 sil 旧 时 的 圈 子 sp1 有 行 规 帮 矩 sp1 现 在 的 圈 子 sp1 也 有 约 定 俗 成 sp1 游 戏 规 则 sil +001710 sil 郑 文 灿 说 sp1 主 席 另 有 行 程 sil +001711 sil 鸭 肉 的 市 价 要 比 羊 肉 的 市 价 便 宜 很 多 sil +001712 sil 喝 罢 驴 肉 汤 sp1 马 双 羊 躺 在 桥 下 的 铺 盖 上 sp1 蒙 头 就 睡 sil +001713 sil 老 婆 脾 气 暴 躁 sp1 特 别 爱 管 我 sil +001714 sil 咽 得 下 责 骂 sp1 扛 得 住 压 榨 sil +001715 sil 过 一 会 儿 sp1 两 者 同 时 病 发 sp1 他 懊 恼 得 愁 绪 纠 结 心 慌 意 乱 sil +001716 sil 在 发 髻 处 sp1 一 根 疑 似 银 质 的 发 簪 sp1 插 在 头 发 当 中 sil +001717 sil 而 晚 间 sp1 会 转 吹 清 劲 东 风 sil +001718 sil 症 状 对 抗 哮 喘 治 疗 有 反 应 sil +001719 sil 政 治 局 会 议 sp1 也 命 令 减 少 官 员 排 场 和 官 僚 作 风 sil +001720 sil 此 后 sp1 王 仔 英 经 常 跑 到 阿 炳 家 sp1 怂 恿 他 们 投 资 sil +001721 sil 同 时 sp1 矿 山 应 急 救 援 的 纵 向 体 系 也 日 趋 完 善 sil +001722 sil 驴 屎 蛋 认 为 sp1 绿 房 子 工 程 在 源 头 上 sp1 同 时 完 成 分 类 投 放 与 收 集 sil +001723 sil 事 发 后 sp1 绑 匪 普 里 克 洛 皮 尔 卧 轨 自 杀 sil +001724 sil 同 样 作 为 二 战 轴 心 国 成 员 的 日 本 呢 sil +001725 sil 宋 维 栻 的 父 亲 宋 仲 翱 sp1 姐 姐 宋 桂 纷 sp1 都 是 中 共 党 员 sil +001726 sil 耿 谆 用 刺 刀 割 开 裤 腿 sp1 并 让 传 令 兵 sp1 赶 紧 拿 来 一 条 裤 子 换 上 sil +001727 sil 由 此 引 发 了 轰 动 一 时 的 sp1 中 俄 列 车 大 劫 案 sil +001728 sil 天 气 转 好 利 于 春 运 交 通 sil +001729 sil 未 来 sp1 别 墅 叠 拼 类 住 宅 产 品 将 更 为 稀 少 sil +001730 sil 这 样 一 来 sp1 供 应 商 必 然 不 会 铤 而 走 险 sil +001731 sil 救 火 车 则 向 人 群 洒 水 降 温 sil +001732 sil 生 存 与 发 展 孰 轻 孰 重 sp1 答 案 自 在 人 心 sil +001733 sil 维 珍 妮 是 一 家 大 型 港 资 内 衣 制 造 企 业 sil +001734 sil 林 晓 答 应 了 冉 龙 梅 的 恳 请 sil +001735 sil 我 们 嘎 查 推 行 村 务 公 开 sp1 从 我 当 嘎 查 长 时 sp1 就 定 下 这 个 规 矩 了 sil +001736 sil 干 亲 家 这 么 牢 靠 sp1 王 金 明 便 放 心 地 在 腐 败 路 上 越 走 越 远 sil +001737 sil 此 幅 长 征 中 sp1 景 物 横 向 展 现 sp1 重 山 叠 积 sp1 参 差 错 落 sp1 雄 奇 壮 丽 sil +001738 sil 重 宝 版 别 几 百 种 sp1 面 背 记 号 多 sp1 有 花 穿 sp1 决 文 sp1 面 星 sp1 背 星 月 纹 等 sil +001739 sil 李 奕 彪 遂 举 手 sp1 并 获 准 离 开 sil +001740 sil 由 于 被 告 的 受 虐 情 节 严 重 sp1 法 官 或 依 此 从 轻 发 落 sil +001741 sil 要 修 好 水 泵 sp1 有 心 无 力 sil +001742 sil 谁 没 感 受 过 佩 带 红 领 巾 的 光 荣 sil +001743 sil 活 动 由 黄 龙 云 主 持 sp1 汪 洋 发 表 了 热 情 洋 溢 的 讲 话 sil +001744 sil 朱 凤 珍 推 荐 她 妹 妹 到 新 美 公 司 做 税 务 代 理 sil +001745 sil 他 说 sp1 这 些 洋 玩 意 很 多 弟 兄 吃 不 惯 sil +001746 sil 怪 不 得 咱 俩 总 吵 架 sp1 你 老 提 这 种 无 理 又 苛 刻 的 要 求 sil +001747 sil 中 央 台 记 者 跟 随 云 南 武 警 某 部 战 士 sp1 徒 步 进 入 簸 迤 村 sil +001748 sil 爸 喝 多 了 问 sp1 玉 玉 啊 sp1 有 没 有 人 追 你 啊 sil +001749 sil 一 些 天 然 石 峰 sp1 被 冠 以 风 动 石 sp1 乌 纱 帽 sp1 大 洞 天 和 菩 萨 洞 等 美 名 sil +001750 sil 今 天 咱 们 要 征 服 哪 座 山 sil +001751 sil 友 人 说 sp1 他 婚 姻 不 睦 sp1 琵 琶 安 慰 他 sp1 趁 虚 而 入 sil +001752 sil 阮 永 俭 们 的 兴 奋 sp1 没 持 续 多 久 sil +001753 sil 最 终 冯 永 利 没 拗 过 女 儿 sil +001754 sil 禁 烟 标 识 在 网 吧 成 了 摆 设 sil +001755 sil 处 于 冷 与 热 的 两 极 sp1 张 博 斐 乐 在 其 中 sil +001756 sil 少 女 闻 言 非 常 惊 慌 sp1 其 后 因 疲 惫 sp1 而 睡 在 乒 乓 球 桌 上 sil +001757 sil 必 须 爱 sp1 爱 你 胜 过 林 志 玲 sil +001758 sil 这 照 相 要 等 首 长 sp1 在 那 儿 站 着 sil +001759 sil 高 圆 圆 看 质 问 未 果 sp1 随 即 甩 手 离 开 sil +001760 sil 粘 苍 蝇 的 纸 放 一 天 会 粘 满 苍 蝇 sp1 二 货 朋 友 说 sp1 为 什 么 都 那 么 傻 sp1 没 看 到 同 伴 都 死 了 吗 sil +001761 sil 算 坏 笑 也 喜 欢 sil +001762 sil 洗 车 行 里 sp1 吴 发 兵 正 攥 着 高 压 水 枪 洗 车 sil +001763 sil 王 海 剑 买 枪 失 败 后 sp1 杨 某 又 在 网 上 怂 恿 王 海 剑 制 造 炸 药 sil +001764 sil 杭 州 的 房 地 产 也 同 样 热 闹 sil +001765 sil 女 主 角 名 叫 丹 妮 尔 sp1 两 人 从 高 中 时 便 开 始 相 爱 sil +001766 sil 五 六 六 路 和 五 六 四 路 sp1 也 改 走 短 途 sp1 在 武 泰 闸 调 头 sil +001767 sil 全 国 花 样 滑 冰 女 单 冠 军 刘 艳 sp1 是 今 天 的 第 一 棒 火 炬 手 sil +001768 sil 零 三 年 sp1 刘 玉 权 血 癌 离 世 sp1 宝 珠 也 有 出 席 丧 礼 sil +001769 sil 捧 在 手 里 sp1 烂 叶 直 往 下 掉 sil +001770 sil 现 场 已 被 封 锁 sp1 由 武 警 等 把 守 sil +001771 sil 后 面 的 人 催 sp1 喂 sp1 买 呀 sp1 呆 掉 啦 sil +001772 sil 所 以 sp1 我 们 不 用 整 天 往 地 里 跑 sp1 有 时 间 帮 儿 子 张 罗 喜 酒 的 事 情 sil +001773 sil 现 在 我 腿 还 哆 嗦 呢 sil +001774 sil 我 随 即 问 sp1 这 算 是 童 养 媳 么 sil +001775 sil 我 们 的 世 界 sp1 没 有 雾 霾 和 阴 天 sp1 永 远 天 蓝 草 绿 sp1 阳 光 温 暖 sil +001776 sil 我 现 在 长 发 飘 飘 还 未 及 腰 sil +001777 sil 流 行 性 腮 腺 炎 是 由 流 行 性 腮 腺 炎 病 毒 引 起 的 急 性 传 染 病 sil +001778 sil 因 为 程 序 猿 爸 爸 还 没 有 教 我 呀 sil +001779 sil 她 是 全 国 青 联 委 员 吶 sp1 是 模 范 呀 sil +001780 sil 简 称 为 七 九 幺 八 网 sp1 总 规 模 约 sp1 八 点 五 万 公 里 sil +001781 sil 某 男 膀 大 腰 圆 sp1 乃 方 园 十 里 公 认 的 壮 汉 sp1 在 家 里 却 毫 无 地 位 sil +001782 sil 那 耍 小 性 子 可 以 嘛 sil +001783 sil 这 种 僵 持 sp1 无 疑 让 面 粉 厂 最 为 左 右 为 难 sil +001784 sil 面 朝 黄 土 背 朝 天 的 辛 酸 他 早 有 感 悟 sil +001785 sil 一 旁 的 姐 姐 翟 芬 说 sp1 最 初 sp1 以 为 是 传 销 者 sp1 撒 谎 想 骗 她 们 去 sil +001786 sil 另 外 一 名 队 员 肘 部 被 刀 刮 伤 sil +001787 sil 税 法 规 定 sp1 房 屋 赠 与 需 交 契 税 sil +001788 sil 外 逃 期 间 sp1 曾 给 丰 都 县 都 督 镇 一 个 姓 张 的 木 匠 当 过 干 儿 子 sil +001789 sil 特 警 手 持 撬 棍 sp1 打 开 房 门 sil +001790 sil 今 晚 到 明 天 陕 北 多 云 间 晴 sp1 关 中 陕 南 阴 转 多 云 sil +001791 sil 徐 匡 迪 主 持 闭 幕 大 会 sil +001792 sil 家 里 的 主 要 经 济 来 源 靠 爸 爸 养 牲 口 种 地 sp1 砍 柴 烧 炭 sil +001793 sil 如 果 想 用 这 个 影 响 我 sp1 别 扯 了 sil +001794 sil 我 们 倍 感 耻 辱 sp1 但 也 无 能 为 力 sil +001795 sil 聊 天 止 于 呵 呵 啊 兄 弟 sil +001796 sil 这 些 帐 篷 是 谁 运 来 的 sil +001797 sil 本 次 地 震 属 浅 源 性 强 震 sp1 目 前 伤 亡 不 详 sil +001798 sil 营 盘 路 湘 江 隧 道 四 条 匝 道 sp1 总 长 sp1 二 点 六 五 九 公 里 sil +001799 sil 我 们 就 说 尕 尕 sp1 一 方 一 说 sil +001800 sil 当 然 也 有 人 认 为 sp1 歌 曲 有 低 俗 之 嫌 sil +001801 sil 为 堵 窟 窿 sp1 他 又 打 起 钻 其 他 银 行 信 贷 漏 洞 的 空 子 sil +001802 sil 此 外 sp1 这 头 大 象 的 眼 睛 sp1 还 因 一 个 男 孩 用 棍 棒 猛 戳 sp1 而 受 重 伤 sil +001803 sil 董 洁 闪 亮 星 星 裙 尽 显 贵 气 sp1 被 粉 丝 围 拍 sil +001804 sil 本 报 讯 sp1 杜 绝 二 手 房 交 易 阴 阳 合 同 sp1 这 回 要 动 真 格 儿 的 了 sil +001805 sil 只 要 有 错 能 改 就 是 好 样 的 sil +001806 sil 伴 娘 礼 服 sp1 与 某 著 名 品 牌 招 牌 礼 服 裙 非 常 相 似 sil +001807 sil 二 月 丁 卯 葬 高 陵 sil +001808 sil 嗯 sp1 八 卦 新 闻 总 是 很 多 sil +001809 sil 星 星 听 了 向 我 眨 眼 sil +001810 sil 他 用 出 吃 奶 的 力 气 想 sp1 但 想 这 个 东 西 sp1 是 加 二 十 分 蛮 力 sp1 也 无 济 于 事 的 sil +001811 sil 军 方 也 有 不 少 内 讧 sil +001812 sil 坐 地 铁 刚 下 sp1 一 只 警 犬 sp1 汪 汪 叫 着 冲 我 扑 过 来 sp1 紧 紧 咬 住 我 的 包 sil +001813 sil 我 国 的 冰 雪 运 动 起 步 晚 水 准 低 sil +001814 sil 从 履 历 表 看 sp1 董 永 安 的 晋 升 之 路 顺 畅 sil +001815 sil 拥 趸 们 的 一 味 追 捧 sp1 使 他 更 加 忘 乎 所 以 sp1 越 发 骄 横 了 sil +001816 sil 晋 陕 蒙 宁 黑 三 角 sp1 湘 黔 渝 锰 三 角 等 地 的 环 境 质 量 sp1 得 到 改 善 sil +001817 sil 大 楚 网 sp1 以 及 新 恩 施 论 坛 上 sp1 对 此 建 议 的 评 论 不 断 sil +001818 sil 每 天 连 轴 转 似 的 sp1 比 大 人 还 累 sil +001819 sil 这 个 月 要 养 活 自 己 有 点 难 sil +001820 sil 产 业 转 移 sp1 是 不 是 把 污 染 也 转 移 了 sil +001821 sil 任 连 军 问 张 艳 辉 是 否 有 反 映 材 料 sp1 张 艳 辉 说 没 有 sil +001822 sil 如 今 胚 胎 干 细 胞 研 究 取 得 了 突 破 性 进 展 sil +001823 sil 抓 发 展 有 政 绩 sp1 抓 改 革 却 容 易 得 罪 人 sp1 何 苦 来 呢 sil +001824 sil 本 工 程 宏 观 走 向 sp1 与 中 缅 管 道 一 致 sil +001825 sil 比 如 新 娘 因 嫁 妆 不 足 sp1 而 被 婆 家 人 打 死 烧 死 sil +001826 sil 李 中 朵 给 公 公 喂 饭 sil +001827 sil 拱 北 隧 道 完 全 处 于 珠 海 的 繁 华 城 区 sp1 紧 靠 澳 门 sil +001828 sil 陪 审 团 仅 仅 确 认 了 凯 西 sp1 有 向 调 查 人 员 撒 谎 等 四 项 轻 罪 sil +001829 sil 需 不 需 要 我 赚 钱 养 你 呀 sil +001830 sil 日 前 sp1 利 辛 县 望 疃 镇 农 民 在 浇 灌 麦 田 sil +001831 sil 而 结 果 与 我 们 的 看 法 一 致 sil +001832 sil 一 审 宣 判 后 sp1 尚 友 沁 提 出 上 诉 sil +001833 sil 这 也 给 茂 陵 永 陵 sp1 等 未 开 放 的 帝 王 陵 寝 sp1 增 添 了 更 多 神 秘 色 彩 sil +001834 sil 两 人 一 左 一 右 很 是 亲 密 sil +001835 sil 去 海 边 走 走 吹 吹 海 风 sil +001836 sil 只 要 狗 一 叫 sp1 耿 素 林 就 得 起 来 瞅 瞅 sp1 看 是 不 是 来 了 外 人 sil +001837 sil 如 意 的 外 婆 说 sp1 她 馋 得 慌 的 时 候 sp1 就 用 舌 头 在 食 物 上 舔 两 下 sil +001838 sil 俄 罗 斯 官 员 相 信 sp1 波 捷 耶 夫 sp1 现 藏 匿 在 美 国 某 处 sil +001839 sil 宽 敞 明 亮 的 游 泳 馆 内 景 sil +001840 sil 阴 雨 天 sp1 为 了 不 烂 茄 子 还 得 多 打 药 sp1 打 一 遍 至 少 得 百 十 块 钱 sil +001841 sil 有 村 民 称 sp1 张 小 伟 很 孝 顺 sp1 出 狱 后 sp1 与 母 亲 一 起 居 住 sil +001842 sil 据 了 解 sp1 海 狗 也 称 海 熊 sp1 腽 肭 兽 sil +001843 sil 只 能 咬 咬 牙 坚 持 sil +001844 sil 我 有 sp1 我 有 这 怂 样 sil +001845 sil 好 巧 sp1 偶 也 失 眠 sil +001846 sil 这 不 因 为 工 伤 吗 sp1 上 班 忙 胡 乱 吃 早 饭 sp1 加 班 熬 夜 久 坐 不 运 动 sil +001847 sil 谷 某 摇 摇 晃 晃 倒 地 sil +001848 sil 据 阜 阳 新 闻 网 报 道 sp1 借 钱 时 花 言 巧 语 sp1 赖 债 时 花 招 用 尽 sil +001849 sil 阿 汤 嫂 休 闲 打 扮 独 自 购 物 sil +001850 sil 春 风 又 得 意 sp1 掌 中 握 乾 坤 sp1 豁 出 我 一 个 sp1 造 福 一 群 人 sil +001851 sil 傻 逼 说 sp1 操 泥 马 的 sp1 你 到 是 给 老 子 破 破 啊 sil +001852 sil 雨 翔 的 床 位 sp1 在 二 号 寝 室 靠 门 那 铺 sil +001853 sil 王 玉 珊 sp1 不 过 是 伊 克 昭 盟 治 沙 功 臣 中 的 一 名 sil +001854 sil 据 他 描 述 sp1 当 时 浑 身 瘫 软 sp1 哆 哆 嗦 嗦 sp1 害 怕 甚 至 压 过 愤 怒 sil +001855 sil 寔 维 奉 宣 sp1 殚 厥 心 力 sil +001856 sil 销 量 吃 紧 sp1 敢 于 摁 下 连 涨 三 年 的 势 头 sp1 苏 宁 自 有 所 依 sil +001857 sil 曹 小 姐 发 现 sp1 这 款 连 裤 袜 sp1 与 平 常 的 丝 袜 相 比 较 硬 sp1 很 难 穿 进 sil +001858 sil 救 援 人 员 将 昏 迷 的 驴 友 运 送 下 山 sil +001859 sil 经 常 挑 扁 担 的 人 sp1 锁 骨 位 置 会 有 明 显 的 磨 损 sil +001860 sil 第 二 桌 的 议 题 是 读 红 楼 梦 的 认 识 与 感 想 sil +001861 sil 由 于 遭 遇 乱 流 sp1 飞 机 发 生 较 大 颠 簸 sp1 冯 玉 感 觉 下 身 一 阵 凉 意 sil +001862 sil 指 挥 员 迅 速 联 系 挖 掘 机 sp1 搬 移 过 火 棉 花 包 sil +001863 sil 然 而 sp1 再 凶 恶 狡 猾 的 豺 狼 sp1 也 逃 脱 不 了 猎 人 枪 口 sil +001864 sil 力 塔 洪 回 到 英 吉 沙 后 sp1 宁 波 的 馕 饼 摊 sp1 由 弟 弟 托 合 提 接 管 sil +001865 sil 只 要 不 讲 假 话 sp1 不 造 伪 史 就 是 秉 笔 sil +001866 sil 辻 元 清 美 反 对 自 卫 队 sp1 在 海 外 使 用 武 器 sil +001867 sil 嗯 说 sp1 可 是 肿 么 说 sil +001868 sil 哦 sp1 好 像 是 戴 望 舒 或 柳 亚 子 写 的 sp1 写 得 怎 么 样 sil +001869 sil 被 害 人 内 脏 皮 肉 等 sp1 丢 弃 在 黄 务 姜 家 疃 附 近 的 河 沟 里 sil +001870 sil 围 堰 进 水 sp1 将 影 响 sp1 已 是 掐 着 分 秒 计 算 的 工 期 sil +001871 sil 金 松 群 的 作 品 sp1 鱼 sp1 静 瓶 sp1 琵 琶 sil +001872 sil 吃 生 泥 鳅 sp1 固 元 膏 sp1 每 天 穴 位 注 射 复 方 当 归 注 射 液 sil +001873 sil 我 抡 着 铁 锤 向 车 窗 砸 去 sp1 砸 烂 一 个 sp1 再 砸 下 一 个 sil +001874 sil 张 母 虽 没 有 揽 女 跳 楼 sp1 但 反 锁 大 门 与 警 对 峙 sil +001875 sil 众 所 周 知 sp1 河 豚 鱼 味 道 鲜 美 sp1 但 含 有 剧 毒 sil +001876 sil 他 坦 言 sp1 自 己 有 跟 对 方 学 sp1 变 戒 指 sil +001877 sil 警 长 崔 索 尔 告 诉 当 地 媒 体 sp1 此 鞋 的 尺 寸 是 男 鞋 十 号 sil +001878 sil 她 以 为 孩 子 饿 了 sp1 就 冲 奶 粉 给 他 喝 sp1 小 东 喝 完 后 仍 然 哭 闹 sil +001879 sil 在 这 里 sp1 溢 彩 流 光 sp1 璀 璨 无 比 sil +001880 sil 更 合 士 兵 口 味 的 是 sp1 营 舍 以 后 可 以 挂 美 女 图 片 sil +001881 sil 盛 典 置 业 负 责 人 华 文 祥 sp1 则 承 认 存 在 团 购 行 为 sil +001882 sil 她 从 那 捆 烤 肠 中 抽 了 其 中 一 根 来 吃 sil +001883 sil 桂 圆 八 宝 粥 不 错 呀 sil +001884 sil 也 会 有 甜 的 时 候 呀 sil +001885 sil 当 然 帅 啦 sp1 在 我 心 中 sp1 你 又 帅 又 酷 sil +001886 sil 这 几 天 天 气 凉 快 不 开 空 调 了 sp1 蚊 子 都 从 蚊 帐 缝 里 sp1 往 里 面 钻 sil +001887 sil 众 网 友 纷 纷 支 持 郑 渊 洁 向 工 行 讨 说 法 sil +001888 sil 军 训 最 后 一 天 是 全 校 的 总 检 阅 sil +001889 sil 其 中 sp1 福 州 居 于 榜 首 sil +001890 sil 黑 手 党 试 图 以 此 抹 黑 肯 尼 迪 sp1 并 将 之 作 为 sp1 要 挟 的 工 具 sil +001891 sil 他 的 孙 女 后 来 死 于 嗑 药 sil +001892 sil 十 一 五 期 间 sp1 广 西 找 准 差 距 对 症 下 药 sil +001893 sil 应 该 给 重 罚 或 撵 出 中 国 sil +001894 sil 我 真 想 给 你 捶 捶 背 sil +001895 sil 南 京 鸡 鸣 寺 药 师 塔 起 火 sil +001896 sil 记 者 从 坍 塌 窑 体 的 砖 上 sp1 掰 掉 黏 合 部 分 sp1 轻 轻 一 捏 sp1 即 碎 成 粉 末 sil +001897 sil 供 销 社 破 产 后 sp1 他 走 南 闯 北 sp1 以 卖 烤 羊 肉 串 为 生 sil +001898 sil 棱 角 分 明 的 硬 朗 笔 触 sp1 雕 刻 出 更 趋 前 卫 sp1 而 概 念 化 的 前 脸 sil +001899 sil 我 去 那 给 你 们 扛 矿 泉 水 都 行 sil +001900 sil 人 家 是 大 智 若 愚 嘛 sil +001901 sil 两 头 湖 南 来 汉 送 检 的 江 豚 尸 体 已 运 走 sil +001902 sil 上 周 五 sp1 泰 勒 参 加 脱 口 秀 sp1 艾 伦 爱 说 笑 的 录 制 sil +001903 sil 演 这 部 戏 sp1 每 天 都 与 锅 碗 瓢 盆 打 交 道 sil +001904 sil 当 确 定 严 俊 出 事 后 sp1 严 俊 的 母 亲 sp1 几 近 晕 厥 sil +001905 sil 天 气 预 报 只 说 sp1 今 天 有 雨 sil +001906 sil 尽 管 字 体 歪 歪 斜 斜 sp1 但 句 句 饱 含 深 情 sil +001907 sil 当 然 要 买 买 买 啦 sil +001908 sil 可 他 立 志 要 闯 出 一 番 新 天 地 sil +001909 sil 本 报 摘 登 部 分 以 飨 读 者 sil +001910 sil 它 的 抽 象 服 务 原 语 定 义 如 下 sil +001911 sil 但 如 今 sp1 古 城 墙 却 被 剥 了 皮 sp1 凿 成 窑 洞 sp1 城 砖 sp1 也 被 垒 成 猪 窝 sil +001912 sil 美 邦 要 做 全 球 的 裁 缝 sil +001913 sil 这 一 天 sp1 第 一 窗 口 的 闺 女 张 瑜 要 出 嫁 了 sil +001914 sil 康 君 元 认 为 sp1 这 是 有 人 故 意 在 上 面 涂 抹 蓝 漆 sil +001915 sil 肖 强 提 醒 sp1 闯 红 灯 存 在 着 严 重 sp1 安 全 隐 患 sil +001916 sil 烟 火 首 先 从 船 舱 甲 板 上 冒 出 sil +001917 sil 她 经 常 以 昵 称 小 柔 sp1 在 网 上 钓 鱼 联 系 嫖 客 sil +001918 sil 前 国 家 乒 乓 队 成 员 sp1 陈 佑 铭 sil +001919 sil 经 纪 人 霍 汶 希 sp1 也 发 微 博 对 传 闻 又 表 示 愤 怒 sp1 称 太 过 荒 谬 sil +001920 sil 主 播 们 能 否 改 一 改 照 提 示 板 念 稿 的 固 有 模 式 sil +001921 sil 窈 窕 淑 女 sp1 君 子 好 逑 sil +001922 sil 另 外 sp1 我 有 个 侄 孙 儿 是 脑 瘫 儿 sp1 我 也 准 备 给 他 家 点 帮 助 sil +001923 sil 到 底 把 他 这 个 罗 锅 儿 直 过 来 了 sp1 他 给 我 输 完 液 我 才 走 的 sil +001924 sil 不 能 因 噎 废 食 啊 sil +001925 sil 民 警 纳 闷 sp1 为 何 再 续 前 缘 却 带 刀 赴 会 sil +001926 sil 他 也 遇 到 了 一 个 挑 货 郎 sil +001927 sil 有 乘 坐 幺 二 二 二 次 列 车 史 sil +001928 sil 您 咋 知 道 我 是 孤 儿 的 sil +001929 sil 仔 细 端 详 片 刻 sp1 肖 某 询 问 店 员 是 否 能 打 折 sil +001930 sil 喜 剧 中 sp1 莫 文 蔚 的 表 演 sp1 百 无 禁 忌 sp1 酣 畅 淋 漓 sil +001931 sil 埃 斯 梅 拉 达 号 sp1 迎 着 太 平 洋 的 风 浪 sp1 缓 缓 航 行 sil +001932 sil 为 了 返 回 舱 安 全 着 想 sp1 接 下 来 sp1 要 把 剩 余 电 量 放 出 sil +001933 sil 陈 兵 一 下 子 火 了 sp1 大 吼 起 来 sil +001934 sil 卢 文 焕 就 在 剿 匪 部 队 中 sil +001935 sil 刘 婷 气 得 到 堂 屋 穿 袜 子 换 鞋 sil +001936 sil 贵 州 啃 雪 交 警 照 片 sil +001937 sil 许 多 美 妙 的 念 头 纷 至 沓 来 sil +001938 sil 男 子 命 令 陈 颖 拿 出 行 驶 证 sil +001939 sil 这 一 行 为 之 恶 劣 sp1 值 得 引 起 高 度 警 惕 sp1 尤 应 防 范 sp1 其 谬 种 流 传 sil +001940 sil 兔 子 不 吃 窝 边 草 sil +001941 sil 我 讨 厌 吃 味 道 怪 怪 的 食 物 sp1 比 如 榴 莲 sil +001942 sil 永 州 郴 州 市 加 强 了 强 降 雨 防 御 工 作 sp1 积 极 应 对 sil +001943 sil 时 隔 四 年 sp1 那 晚 的 喧 嚣 仍 余 音 绕 梁 sil +001944 sil 一 场 选 美 sp1 愣 是 发 酵 成 一 顿 吐 槽 盛 宴 sil +001945 sil 当 期 参 考 收 益 率 sp1 百 分 之 三 点 四 五 五 四 sil +001946 sil 他 进 浴 缸 的 时 候 忘 记 脱 袜 子 了 sil +001947 sil 包 某 被 砍 几 刀 后 sp1 开 始 求 饶 sil +001948 sil 刘 瑜 同 学 看 到 sp1 黑 板 槽 里 sp1 那 寥 寥 无 几 的 粉 笔 头 sp1 很 快 消 耗 一 空 sil +001949 sil 如 果 依 然 有 人 要 做 葫 芦 僧 sp1 那 葫 芦 案 sp1 恐 怕 在 所 难 免 sil +001950 sil 瓮 安 事 件 sp1 引 发 贵 州 全 省 sp1 打 黑 除 恶 的 高 峰 sil +001951 sil 这 将 会 消 除 中 文 电 脑 软 件 sp1 与 外 文 软 件 互 不 兼 容 的 障 碍 sil +001952 sil 外 界 越 想 探 究 sp1 我 就 越 想 躲 起 来 sil +001953 sil 客 车 驾 驶 员 唐 源 亨 sp1 伤 势 较 重 sil +001954 sil 给 建 筑 外 墙 加 装 保 温 材 料 sp1 俗 称 给 建 筑 穿 棉 袄 sil +001955 sil 人 生 偶 尔 有 点 缺 陷 也 不 错 sp1 我 没 有 想 好 sil +001956 sil 入 夜 sp1 温 州 上 空 闪 电 突 袭 sp1 响 雷 乍 起 sp1 电 闪 雷 鸣 中 sp1 大 雨 倾 盆 而 下 sil +001957 sil 在 瓮 安 县 政 法 委 工 作 的 王 盾 说 sil +001958 sil 记 者 站 在 坑 边 sp1 还 不 断 有 泥 土 sp1 往 坑 里 掉 落 sil +001959 sil 此 外 sp1 伊 万 诺 夫 还 掌 控 着 多 家 赌 场 sil +001960 sil 影 院 品 酒 和 烹 饪 班 sp1 紧 随 其 后 sil +001961 sil 深 证 成 指 则 率 先 企 稳 反 弹 sil +001962 sil 冰 面 略 有 些 滑 sp1 只 好 择 冰 面 上 有 雪 的 地 方 走 sil +001963 sil 远 处 眺 望 sp1 楼 台 醒 目 sp1 殿 堂 叠 翠 sp1 金 碧 辉 煌 sp1 宏 观 sp1 而 壮 美 sil +001964 sil 情 况 危 急 sp1 李 智 广 踹 门 冲 进 屋 内 sil +001965 sil 呐 sp1 饿 不 饿 sp1 自 己 去 煮 碗 面 吃 sil +001966 sil 存 在 淹 井 隐 患 的 矿 井 sp1 暴 雨 期 间 sp1 一 律 严 禁 井 下 作 业 sil +001967 sil 我 很 乐 意 为 主 人 服 务 sil +001968 sil 救 援 人 员 推 测 sp1 这 一 钻 孔 的 另 一 端 sp1 即 为 遇 困 矿 工 所 处 的 坑 道 sil +001969 sil 我 买 的 主 要 产 品 是 文 具 礼 品 类 sil +001970 sil 张 无 忌 见 自 己 的 字 sp1 一 扫 颓 靡 sp1 也 满 心 喜 欢 sil +001971 sil 中 国 海 监 sp1 二 六 二 sp1 二 六 三 船 sp1 在 北 部 湾 海 域 巡 航 sil +001972 sil 有 一 天 sp1 蛇 的 尾 巴 拼 命 争 吵 着 sp1 要 由 他 领 路 sil +001973 sil 突 然 sp1 旁 听 席 上 一 阵 骚 动 sil +001974 sil 据 阿 扎 曼 交 代 sp1 他 是 被 取 缔 的 sp1 巴 军 事 派 别 虔 诚 军 成 员 sil +001975 sil 这 种 玉 米 颜 色 极 其 绚 烂 sp1 但 完 全 可 以 食 用 sil +001976 sil 周 杰 伦 因 爆 粗 打 记 者 引 关 注 sil +001977 sil 赵 蕊 蕊 曾 是 中 国 女 排 的 核 心 球 员 sp1 可 惜 因 为 伤 病 sp1 而 远 离 赛 场 sil +001978 sil 你 一 直 在 我 脑 海 里 转 悠 sil +001979 sil 所 以 在 文 理 方 面 sp1 我 从 他 那 儿 开 始 研 究 佛 法 的 sil +001980 sil 内 容 创 建 是 最 昂 贵 的 sil +001981 sil 尾 部 的 脑 袋 略 小 sp1 但 眼 嘴 齐 全 sil +001982 sil 希 尔 顿 开 红 色 法 拉 利 sp1 长 记 性 sp1 双 腿 并 拢 下 车 sil +001983 sil 卜 济 南 东 盛 物 业 管 理 有 限 公 司 贴 出 的 通 知 sil +001984 sil 老 汉 儿 对 双 规 习 以 为 常 了 sil +001985 sil 切 记 sp1 不 要 追 涨 杀 跌 sil +001986 sil 她 要 格 蕾 丝 向 章 子 怡 学 习 sp1 像 她 一 样 保 持 苗 条 身 材 sil +001987 sil 接 下 来 sp1 中 国 投 资 者 可 能 要 参 与 购 买 葡 萄 庄 园 sp1 酒 庄 和 农 田 sil +001988 sil 她 们 队 形 整 齐 sp1 排 成 三 列 纵 队 sil +001989 sil 钱 怀 艮 介 绍 说 sp1 他 认 识 一 位 sp1 台 湾 的 酒 店 日 用 品 生 产 商 sil +001990 sil 供 职 于 省 城 一 家 企 业 sp1 该 企 业 从 事 制 造 捆 钞 机 生 产 sil +001991 sil 八 四 年 二 人 恋 爱 sp1 九 二 年 儿 子 洪 洋 出 生 sil +001992 sil 二 是 sp1 没 有 好 的 成 本 收 益 匡 算 sil +001993 sil 丈 夫 问 sp1 我 要 有 外 遇 了 怎 么 办 sil +001994 sil 船 缓 缓 驶 入 永 兴 岛 港 口 sil +001995 sil 绞 好 的 肉 馅 比 鲜 肉 还 便 宜 sil +001996 sil 祖 儿 大 赞 基 仔 舞 姿 厉 害 sp1 练 出 一 双 麒 麟 臂 sil +001997 sil 蓝 色 的 月 亮 sp1 也 追 寻 着 风 向 sil +001998 sil 他 勉 强 视 事 至 秋 而 卒 sil +001999 sil 宝 安 区 检 测 点 设 哪 sil +002000 sil 搞 垮 南 斯 拉 夫 sp1 是 西 方 控 制 巴 尔 干 sp1 进 而 控 制 整 个 欧 洲 的 关 键 环 节 sil +002001 sil 地 形 图 由 测 绘 员 刘 武 汉 sp1 技 士 蓝 家 煃 樊 启 明 共 同 测 绘 sil +002002 sil 我 咋 变 成 了 这 副 丑 样 子 了 sil +002003 sil 家 家 开 始 搭 锅 做 饭 sp1 废 墟 上 升 起 袅 袅 炊 烟 sil +002004 sil 近 年 sp1 台 湾 槟 榔 事 业 稳 定 后 sp1 还 转 往 海 南 开 拓 市 场 sil +002005 sil 袁 宜 镇 sp1 将 汽 油 倒 在 扯 下 来 的 衣 服 上 sp1 并 点 燃 sil +002006 sil 帽 子 一 扯 sp1 右 脸 上 伤 痕 点 点 sil +002007 sil 上 星 期 sp1 法 国 政 府 要 求 安 赛 乐 米 塔 尔 重 开 或 出 售 这 两 座 高 炉 sil +002008 sil 同 学 sp1 要 我 帮 你 培 养 正 确 三 观 么 sil +002009 sil 此 时 sp1 冯 伟 正 巧 请 了 病 假 在 深 圳 探 望 父 母 sil +002010 sil 说 这 段 话 时 sp1 他 有 点 抖 抖 豁 豁 sp1 几 乎 带 着 哀 求 的 意 味 sil +002011 sil 一 些 银 行 还 出 了 歪 招 sil +002012 sil 水 产 协 会 将 食 用 鱼 翅 sp1 等 同 于 节 俭 美 德 sp1 祖 宗 也 会 被 气 死 sil +002013 sil 图 为 张 广 宁 清 洁 场 馆 座 椅 sil +002014 sil 经 葛 葛 的 爷 爷 王 先 生 辨 认 sp1 此 人 姓 杨 sp1 收 购 破 烂 为 生 sil +002015 sil 揉 面 搅 鸡 蛋 sp1 切 火 腿 肠 青 椒 sp1 以 及 调 制 佐 料 sil +002016 sil 这 些 员 工 要 参 与 产 品 测 试 sp1 并 及 时 提 供 反 馈 sil +002017 sil 捂 住 一 只 眼 sp1 远 看 感 觉 很 美 sil +002018 sil 你 想 啊 sp1 人 家 母 鸡 吃 虫 sp1 他 养 的 母 鸡 吃 鱼 sp1 这 待 遇 sp1 天 上 地 下 呀 sil +002019 sil 签 约 仪 式 sp1 在 拉 讷 雷 市 政 厅 举 行 sil +002020 sil 麦 克 sp1 总 是 以 各 种 理 由 推 脱 sil +002021 sil 李 璨 琛 一 见 记 者 也 戴 回 墨 镜 sp1 其 未 婚 妻 即 背 对 镜 头 sil +002022 sil 婚 姻 是 座 围 城 sp1 不 过 虽 然 围 着 sp1 却 也 自 有 被 围 的 痛 快 和 舒 坦 sil +002023 sil 叶 导 不 要 卖 弄 有 限 的 法 律 知 识 了 sil +002024 sil 要 预 防 过 敏 性 疾 病 sp1 找 到 过 敏 原 sp1 并 避 免 它 很 重 要 sil +002025 sil 据 介 绍 sp1 本 次 事 故 sp1 疑 似 与 学 生 吃 的 食 堂 月 饼 有 关 sil +002026 sil 谁 会 在 乎 民 进 党 的 内 斗 与 泡 沫 化 sil +002027 sil 船 号 辽 东 运 二 零 三 三 sil +002028 sil 女 神 整 体 浓 妆 艳 抹 sp1 身 体 上 挂 着 丝 带 和 彩 球 sil +002029 sil 看 着 健 康 活 泼 的 更 尕 求 培 sp1 医 护 人 员 sp1 有 些 依 依 不 舍 sil +002030 sil 政 变 案 sp1 一 时 间 给 社 会 造 成 普 遍 的 恐 慌 感 sil +002031 sil 欧 尼 尔 说 sp1 先 拟 定 出 援 助 的 新 标 准 至 关 重 要 sil +002032 sil 这 个 sp1 我 要 回 家 问 问 妈 妈 sil +002033 sil 等 一 等 卡 尔 布 先 生 sil +002034 sil 该 配 合 你 演 出 的 我 演 视 而 不 见 sil +002035 sil 有 一 天 sp1 有 人 通 过 群 里 的 短 信 问 他 sp1 要 不 要 买 支 仿 真 枪 玩 玩 sil +002036 sil 他 拿 树 杈 往 河 里 一 打 sp1 一 会 儿 就 抓 了 一 大 堆 鱼 sil +002037 sil 他 无 私 的 品 格 令 人 敬 仰 sil +002038 sil 下 曼 哈 顿 地 区 陷 入 一 片 黑 暗 sil +002039 sil 你 颜 值 一 百 五 十 分 sil +002040 sil 而 佛 像 模 样 此 时 也 十 分 清 瘦 sil +002041 sil 没 多 久 sp1 镇 上 的 干 部 就 满 街 嚷 嚷 sp1 让 村 民 sp1 往 高 处 转 移 躲 避 山 洪 sil +002042 sil 加 上 人 生 猛 sp1 挺 像 愣 头 青 sil +002043 sil 每 个 个 体 获 得 应 有 的 尊 重 sp1 要 活 得 有 尊 严 一 点 sil +002044 sil 早 起 的 鸟 儿 有 虫 吃 sil +002045 sil 可 有 效 阻 隔 臭 味 sil +002046 sil 不 过 sp1 也 只 有 将 就 了 sil +002047 sil 图 为 榫 卯 石 构 件 sil +002048 sil 哪 里 会 因 此 失 去 语 文 作 文 的 风 度 呢 sil +002049 sil 莫 里 斯 这 番 赤 裸 裸 的 种 族 主 义 言 论 sp1 遭 到 舆 论 痛 批 sil +002050 sil 苦 涩 的 沙 吹 痛 脸 庞 的 感 觉 sil +002051 sil 打 个 针 废 话 真 多 sil +002052 sil 拍 完 剧 sp1 私 底 下 没 有 联 络 sil +002053 sil 易 感 人 群 要 尽 量 减 少 外 出 sil +002054 sil 男 旅 客 面 对 毛 卫 东 的 当 场 盘 问 sp1 始 终 躲 躲 闪 闪 sp1 急 于 脱 身 sil +002055 sil 港 珠 澳 大 桥 除 了 规 模 宏 大 sp1 还 将 具 有 璀 璨 夺 目 的 外 观 sil +002056 sil 反 观 梁 烈 唯 sp1 痞 则 痞 矣 sp1 却 总 觉 得 sp1 欠 了 一 点 狠 劲 sil +002057 sil 还 有 对 体 弱 儿 进 行 专 案 管 理 sil +002058 sil 等 我 慢 慢 用 心 灵 去 感 受 一 下 先 sil +002059 sil 由 此 sp1 方 体 忠 想 到 了 姑 奶 张 淑 云 sp1 多 次 请 其 跟 王 文 利 说 说 sil +002060 sil 桥 墩 要 垮 了 sp1 火 车 还 没 走 完 sil +002061 sil 龙 虾 危 机 之 后 sp1 一 切 因 此 改 变 sil +002062 sil 好 一 派 萧 疏 苍 凉 的 景 色 sil +002063 sil 启 用 后 sp1 首 批 将 把 七 二 八 三 零 八 路 sp1 调 入 主 路 港 湾 sil +002064 sil 这 些 缉 毒 犬 功 勋 卓 著 sil +002065 sil 在 孩 子 上 车 后 sp1 李 亚 鹏 sp1 也 匆 匆 把 烟 掐 灭 急 忙 离 去 sil +002066 sil 这 下 可 让 苗 圃 大 为 恼 火 sil +002067 sil 朱 某 决 定 吞 并 这 个 赌 档 sil +002068 sil 合 练 参 试 人 员 早 已 就 位 sp1 并 开 始 调 试 仪 器 sil +002069 sil 胖 娃 安 排 他 坐 副 驾 驶 位 置 sil +002070 sil 将 军 就 要 有 战 略 意 识 sil +002071 sil 他 是 那 样 精 神 蓬 勃 士 气 昂 扬 sil +002072 sil 舞 龙 舞 狮 花 车 杂 耍 等 sp1 代 表 中 国 民 族 风 的 文 化 节 目 sp1 应 有 尽 有 sil +002073 sil 可 惜 悲 剧 已 酿 成 回 天 乏 力 sil +002074 sil 经 筛 选 最 终 优 滨 胜 出 sil +002075 sil 时 值 傍 晚 sp1 烟 囱 开 始 排 烟 sil +002076 sil 同 时 sp1 义 工 们 sp1 也 正 在 筹 备 经 费 sp1 购 买 御 寒 衣 物 sp1 派 送 给 孤 寡 老 人 sil +002077 sil 图 为 落 网 的 毒 贩 sp1 左 二 为 刘 本 林 sil +002078 sil 有 些 购 物 网 站 sp1 还 专 门 出 售 军 用 内 衣 和 袜 子 sil +002079 sil 那 烂 陀 大 学 遗 址 的 红 砖 建 筑 残 骸 sil +002080 sil 随 后 sp1 邹 英 打 开 次 卧 房 门 sil +002081 sil 酒 店 方 面 会 要 求 房 客 sp1 不 要 舔 墙 壁 sp1 以 免 墙 壁 越 来 越 薄 sil +002082 sil 他 醒 来 后 先 找 情 诗 sp1 再 穿 好 衣 服 sp1 回 想 昨 夜 的 梦 sp1 可 梦 境 全 无 sil +002083 sil 原 来 熊 黛 林 除 了 感 情 上 专 一 sp1 对 丝 袜 也 相 当 专 一 sil +002084 sil 尤 其 是 有 些 要 结 娃 娃 亲 的 sp1 笑 得 我 肚 子 都 疼 sil +002085 sil 孔 杰 以 半 目 优 势 幸 运 地 拔 得 头 筹 sil +002086 sil 传 说 貂 蝉 就 生 于 斯 长 于 斯 sil +002087 sil 高 个 老 人 叫 羊 舌 新 sp1 走 路 一 瘸 一 拐 的 老 人 sp1 叫 韩 文 静 sil +002088 sil 现 在 好 了 sp1 一 次 买 可 以 用 上 一 年 半 载 的 量 呗 sil +002089 sil 郑 欣 宜 懂 得 关 怀 长 者 sp1 所 以 李 香 琴 特 别 疼 爱 她 sil +002090 sil 甘 当 绿 叶 的 巩 汉 林 提 前 一 天 sp1 就 来 到 南 京 对 词 儿 走 台 sil +002091 sil 也 就 是 说 sp1 瓜 子 如 果 不 脆 sp1 或 者 有 哈 喇 味 sp1 均 被 视 为 sp1 不 合 格 品 sil +002092 sil 我 参 加 了 大 连 市 军 民 庆 祝 五 一 游 园 活 动 sil +002093 sil 红 圈 处 sp1 是 设 在 鱼 塘 边 的 赌 场 sil +002094 sil 总 体 项 目 sp1 预 计 在 二 零 二 二 年 之 前 完 成 sil +002095 sil 王 凯 老 家 在 农 村 sp1 这 村 倚 着 一 条 铁 路 sil +002096 sil 站 在 塔 顶 可 以 俯 瞰 整 个 城 市 sil +002097 sil 鱼 到 底 咋 死 的 sp1 顾 老 汉 sp1 一 定 要 弄 个 明 白 sil +002098 sil 怎 样 激 发 战 士 们 sp1 爱 军 习 武 的 热 情 sil +002099 sil 高 音 喇 叭 提 醒 所 有 人 员 从 滞 洪 区 撤 离 sil +002100 sil 消 息 很 快 传 进 周 伟 耳 朵 sil +002101 sil 温 家 宝 说 sp1 领 导 者 要 善 于 发 现 苗 头 性 问 题 sp1 果 断 采 取 措 施 sil +002102 sil 美 丽 的 大 亚 湾 sp1 和 风 煦 丽 sp1 碧 波 万 顷 sil +002103 sil 装 在 包 里 sp1 走 夜 路 的 时 候 当 棍 子 防 身 sil +002104 sil 臭 味 笼 罩 彻 夜 难 眠 sil +002105 sil 肇 事 车 车 头 有 明 显 凹 痕 sil +002106 sil 公 章 sp1 缘 何 屡 屡 成 为 诈 骗 分 子 得 手 的 武 器 sil +002107 sil 中 国 藏 歌 会 启 动 晚 会 sp1 可 谓 是 群 星 璀 璨 sil +002108 sil 接 着 sp1 纽 约 当 局 开 始 清 扫 祖 科 蒂 公 园 sp1 搬 运 成 堆 的 垃 圾 sil +002109 sil 在 邹 焰 焰 闲 聊 的 话 音 中 sp1 他 那 些 高 官 哥 们 儿 能 量 都 不 可 小 觑 sil +002110 sil 法 新 社 报 道 sp1 当 前 时 节 sp1 阿 维 尼 翁 聚 有 大 量 游 客 sil +002111 sil 香 案 上 还 放 着 一 只 香 炉 sp1 炉 里 几 炷 香 正 飘 着 袅 袅 烟 气 sil +002112 sil 最 后 sp1 岑 振 朝 sp1 帮 她 打 赢 了 官 司 sil +002113 sil 他 背 上 sp1 留 下 多 处 淤 痕 和 割 伤 sil +002114 sil 开 庭 当 天 sp1 陪 同 王 莹 出 庭 应 诉 的 sp1 是 其 公 公 张 老 汉 sil +002115 sil 各 版 本 有 一 种 算 一 种 sil +002116 sil 相 关 各 方 暗 战 犹 酣 sil +002117 sil 我 们 要 通 过 住 宅 的 销 售 资 金 sp1 来 撇 横 商 业 持 有 的 现 金 流 sil +002118 sil 夜 深 了 sp1 苗 俊 明 将 熟 睡 的 川 川 搂 在 怀 里 sp1 昏 昏 欲 睡 sil +002119 sil 谷 下 亘 sp1 等 日 本 国 会 议 员 sp1 日 本 外 务 省 官 员 出 席 了 招 待 会 sil +002120 sil 用 手 轻 轻 一 掰 sp1 铁 条 就 很 轻 易 地 变 弯 了 sil +002121 sil 蒋 富 贵 兄 妹 二 人 在 玩 耍 sil +002122 sil 六 十 七 年 间 sp1 他 偿 还 债 务 合 计 sp1 一 万 三 千 六 百 多 元 sil +002123 sil 我 好 想 给 她 蒸 一 个 热 乎 乎 的 梨 子 吃 sil +002124 sil 新 郎 迟 疑 了 下 sp1 让 尿 憋 的 sil +002125 sil 大 昭 寺 前 香 烟 袅 袅 sp1 有 转 经 的 老 人 走 过 sil +002126 sil 仿 古 郑 和 宝 船 sp1 已 经 英 姿 初 现 sil +002127 sil 我 决 定 离 开 牌 桌 sp1 耳 朵 太 脏 了 sil +002128 sil 门 前 窄 窄 的 小 巷 里 灰 尘 弥 漫 sil +002129 sil 爹 爹 早 年 抛 弃 妻 子 与 小 三 同 居 sp1 如 今 中 风 后 无 人 照 看 sil +002130 sil 也 会 提 供 生 子 偏 方 给 小 两 口 sil +002131 sil 林 爽 愉 sp1 对 此 传 言 未 置 可 否 sp1 但 她 肯 定 胡 的 出 走 sp1 与 挤 兑 有 关 sil +002132 sil 不 用 压 缩 机 的 冷 暖 空 调 器 获 专 利 sil +002133 sil 炉 子 烟 囱 封 闭 不 好 sp1 整 个 窝 棚 被 烟 笼 罩 sp1 呛 得 人 咳 嗽 不 停 sil +002134 sil 他 终 于 下 决 心 拆 开 了 牛 扒 餐 sil +002135 sil 小 偷 却 一 点 也 不 气 馁 sp1 继 续 在 抽 屉 内 翻 找 sil +002136 sil 但 是 从 债 市 的 品 种 和 数 量 而 言 sp1 仍 然 偏 低 偏 窄 sil +002137 sil 两 地 相 差 sp1 六 万 八 千 八 百 元 sp1 两 地 之 比 sp1 为 五 点 二 sil +002138 sil 当 天 sp1 村 民 并 没 有 发 现 温 铁 拴 有 异 常 表 现 sil +002139 sil 权 立 彦 转 身 返 回 院 子 sp1 顺 手 拎 起 扫 帚 sp1 直 奔 过 去 sil +002140 sil 昨 天 的 中 山 大 学 sp1 梁 銶 居 堂 内 座 无 虚 席 sil +002141 sil 人 民 调 解 法 sp1 也 将 于 年 内 出 台 sil +002142 sil 俺 晚 上 都 在 门 口 凉 快 嘛 sp1 该 左 转 弯 的 sp1 他 直 行 sil +002143 sil 无 砟 轨 道 的 轨 枕 sp1 本 身 是 混 凝 土 浇 灌 而 成 sp1 而 路 基 sp1 也 不 用 碎 石 sil +002144 sil 出 差 也 要 照 顾 好 自 己 sil +002145 sil 列 车 晚 点 乘 客 有 权 要 求 补 偿 sil +002146 sil 图 为 李 博 硕 和 小 撒 合 影 sil +002147 sil 两 人 再 次 想 歪 点 子 sil +002148 sil 他 们 仍 为 讨 工 钱 而 来 sil +002149 sil 公 公 sp1 老 公 和 大 姑 姐 sp1 都 在 凤 岗 一 家 五 金 厂 务 工 sil +002150 sil 传 统 吃 法 是 白 切 sp1 口 感 清 淡 sp1 肉 质 滑 嫩 sp1 原 汁 原 味 sil +002151 sil 跟 朋 友 做 点 以 前 没 有 做 过 的 事 情 sp1 会 让 好 运 延 续 哦 sil +002152 sil 而 且 sp1 悬 赏 等 于 直 接 公 开 需 求 sp1 响 应 方 或 绕 开 交 易 环 节 sil +002153 sil 六 是 懒 懒 散 散 松 松 垮 垮 sil +002154 sil 足 见 孟 暖 儿 的 演 艺 发 展 潜 力 有 多 么 宽 广 sil +002155 sil 简 而 言 之 sp1 没 有 人 比 你 更 了 解 整 个 业 务 sil +002156 sil 这 一 夜 无 梦 sp1 睡 眠 安 稳 得 仿 佛 航 行 在 被 麦 哲 伦 冠 名 时 的 太 平 洋 上 sil +002157 sil 最 高 人 民 法 院 院 长 王 胜 俊 参 加 会 见 sil +002158 sil 赌 石 分 为 闷 头 料 sp1 半 明 料 和 明 料 三 种 sil +002159 sil 老 狼 和 叶 蓓 sp1 高 晓 松 的 词 曲 sil +002160 sil 不 过 sp1 销 售 奢 华 却 属 无 奈 之 举 sil +002161 sil 王 桂 芝 劝 垂 头 丧 气 的 丈 夫 sil +002162 sil 时 下 sp1 燕 庄 村 民 又 吹 响 了 筹 建 五 星 级 宾 馆 sp1 和 汽 车 城 的 冲 锋 号 sil +002163 sil 如 今 sp1 阿 奎 莱 拉 已 经 身 为 人 母 sil +002164 sil 一 位 市 民 划 漂 流 艇 再 爬 梯 子 回 家 sil +002165 sil 扯 远 一 点 sp1 艺 人 谈 恋 爱 找 女 朋 友 sil +002166 sil 与 本 网 连 线 时 sp1 地 面 仍 在 颤 动 sil +002167 sil 上 班 族 小 耿 就 是 其 中 一 位 sil +002168 sil 不 过 sp1 腿 骨 无 法 焚 烧 sil +002169 sil 英 汉 泥 地 sp1 掘 出 十 一 世 纪 黑 钻 戒 sp1 料 值 十 万 英 镑 sil +002170 sil 你 要 喜 闻 乐 见 吗 sil +002171 sil 看 那 腾 空 而 起 的 跳 板 sil +002172 sil 手 术 需 在 胆 囊 和 腹 壁 之 间 sp1 搭 建 瘘 管 sil +002173 sil 近 日 sp1 记 者 偶 遇 葛 优 开 着 路 虎 吉 普 车 在 街 上 溜 达 sil +002174 sil 兄 弟 俩 正 琢 磨 怎 样 把 这 个 小 院 规 划 好 sil +002175 sil 阮 女 士 向 幼 儿 园 提 出 了 赔 偿 sil +002176 sil 晚 上 洗 过 澡 sp1 在 被 窝 里 惴 惴 不 安 的 看 着 老 婆 拍 脸 sil +002177 sil 他 们 在 汉 堡 爱 斯 布 图 勒 区 发 现 端 倪 sil +002178 sil 据 说 sp1 黎 姿 曾 于 兰 心 阁 家 中 sp1 布 下 求 子 风 水 阵 sil +002179 sil 巨 星 陨 落 sp1 举 国 悲 痛 sil +002180 sil 事 发 青 山 工 业 三 路 sp1 五 号 附 四 十 四 号 腾 飞 调 寄 行 sil +002181 sil 也 就 是 说 sp1 美 国 儿 童 整 整 早 熟 了 五 岁 sil +002182 sil 赖 宁 雕 像 重 新 回 到 东 仓 巷 sil +002183 sil 高 速 路 上 这 样 换 胎 实 在 太 危 险 sil +002184 sil 她 一 手 扛 檩 子 sp1 一 手 扒 瓦 砾 sil +002185 sil 整 顿 后 的 锡 山 假 冒 摩 托 车 sp1 为 何 愈 演 愈 烈 sil +002186 sil 萨 迪 斯 就 是 这 样 一 个 印 度 富 豪 sil +002187 sil 赵 少 康 问 sp1 这 件 事 sp1 两 面 不 讨 好 sp1 绿 营 也 可 能 恩 将 仇 报 sil +002188 sil 约 翰 逊 sp1 列 为 夺 取 奥 运 金 牌 的 人 选 sil +002189 sil 罗 志 祥 跟 棒 棒 堂 私 交 不 错 sp1 大 家 都 爱 跳 舞 sp1 常 一 起 切 磋 舞 功 sil +002190 sil 让 无 聊 变 的 有 话 聊 sil +002191 sil 这 时 sp1 车 顶 仍 然 被 压 得 嘎 嘎 响 sil +002192 sil 她 矮 小 的 身 影 很 快 淹 没 在 人 群 中 sil +002193 sil 孙 未 及 刹 车 sp1 小 杰 sp1 一 下 被 撞 飞 了 sil +002194 sil 她 习 惯 在 晚 餐 前 sp1 摆 弄 阳 台 上 的 花 草 sil +002195 sil 李 先 生 发 脾 气 sp1 摔 破 了 刮 胡 啫 喱 sp1 并 冲 进 站 台 sil +002196 sil 石 海 均 将 被 送 往 亚 洲 大 学 医 院 接 受 救 治 sil +002197 sil 风 也 就 走 投 无 路 sp1 归 于 失 败 的 境 地 了 sil +002198 sil 一 会 儿 sp1 刘 姥 姥 又 将 竹 竿 背 在 身 后 sp1 是 为 二 郎 搬 山 sil +002199 sil 朋 友 问 sp1 最 近 混 得 怎 么 样 啊 sil +002200 sil 洋 房 黑 瓦 粉 墙 sp1 泥 壁 木 地 sil +002201 sil 回 首 往 日 sp1 硬 朗 的 背 影 悄 然 远 去 sp1 而 如 今 的 却 是 羸 弱 的 双 肩 sil +002202 sil 学 生 更 加 相 信 sp1 眼 前 似 乎 涌 上 了 许 多 引 证 用 的 书 名 号 sil +002203 sil 它 同 样 粗 暴 有 力 sil +002204 sil 奥 体 和 二 外 的 地 一 样 sp1 但 一 个 巨 硬 sp1 一 个 巨 软 sil +002205 sil 当 晚 sp1 徐 州 北 区 一 小 区 内 sp1 石 娜 娜 落 网 sp1 其 丈 夫 张 庆 sp1 被 抓 捕 归 案 sil +002206 sil 在 两 人 情 酣 意 浓 之 时 sp1 女 友 偶 然 说 到 sp1 想 去 国 外 旅 游 sil +002207 sil 在 用 钢 筋 把 门 插 上 后 sp1 张 某 随 即 拧 开 了 sp1 煤 气 罐 阀 门 sil +002208 sil 对 那 些 光 耍 嘴 皮 子 sp1 光 琢 磨 人 不 琢 磨 事 的 sp1 坚 决 不 用 sil +002209 sil 他 毫 不 退 缩 sp1 扭 住 一 个 歹 徒 的 双 腕 sil +002210 sil 村 民 冯 学 礼 和 任 启 泰 sp1 也 分 别 筹 钱 sp1 打 算 买 下 棺 材 sp1 安 葬 冯 光 国 sil +002211 sil 滇 池 卫 士 张 正 祥 sil +002212 sil 多 次 质 问 丈 夫 未 果 sp1 苦 闷 之 余 sp1 将 猜 疑 告 诉 了 女 儿 sil +002213 sil 主 场 作 战 的 中 国 田 径 军 团 胜 算 几 何 sil +002214 sil 我 们 租 给 别 个 嘛 sp1 也 要 收 钱 噻 sil +002215 sil 另 外 sp1 用 户 无 法 在 网 上 戳 一 下 女 王 sil +002216 sil 因 此 sp1 如 果 一 刀 切 地 按 排 量 征 收 sp1 明 显 有 失 公 允 sil +002217 sil 别 蒙 我 sp1 我 一 上 钩 sp1 你 就 会 截 图 发 出 去 哼 sil +002218 sil 医 院 希 望 她 去 法 院 起 诉 sp1 院 方 会 按 法 院 判 决 执 行 sil +002219 sil 我 的 人 生 土 崩 瓦 解 sil +002220 sil 他 微 微 腆 着 肚 子 sp1 双 手 叉 腰 sp1 目 视 前 方 sil +002221 sil 改 写 历 史 的 还 有 宜 昌 sil +002222 sil 再 挖 sp1 一 堆 碎 砖 石 里 sp1 摸 到 了 邹 汉 君 的 头 发 sil +002223 sil 记 者 看 到 sp1 一 些 村 民 的 房 屋 sp1 可 谓 瓮 牖 绳 枢 sp1 难 遮 风 雨 sil +002224 sil 仪 式 上 sp1 费 森 尤 斯 卡 比 集 团 sp1 与 生 物 医 药 园 签 署 合 作 协 议 sil +002225 sil 之 后 sp1 海 信 sp1 也 于 上 周 推 出 大 尺 寸 云 电 视 sil +002226 sil 学 校 文 化 墙 前 sp1 小 讲 解 员 sp1 讲 述 开 国 将 军 sp1 杜 义 德 的 故 事 sil +002227 sil 他 对 这 诗 sp1 越 看 越 喜 欢 sil +002228 sil 陈 春 花 回 忆 sp1 自 己 在 后 备 厢 内 sp1 将 锁 弄 坏 sp1 遭 遇 欠 债 人 猛 砍 sil +002229 sil 央 企 的 身 板 儿 sp1 一 下 子 就 硬 了 不 少 sil +002230 sil 现 在 sp1 她 肚 脐 眼 周 围 的 皮 肤 sp1 都 已 快 被 膏 药 捂 烂 了 sil +002231 sil 量 化 考 核 薪 酬 与 业 绩 挂 钩 的 机 制 sil +002232 sil 周 鸿 祎 为 了 做 搜 索 从 安 全 做 起 sp1 绕 的 圈 更 大 sil +002233 sil 今 天 中 午 买 了 卷 饼 sp1 还 没 吃 完 呢 sil +002234 sil 对 于 五 角 大 楼 的 采 购 系 统 而 言 sp1 这 个 黑 十 月 sp1 还 远 未 结 束 sil +002235 sil 终 于 了 解 那 种 肝 肠 寸 断 了 sil +002236 sil 保 险 股 逆 势 走 强 sil +002237 sil 加 藤 表 示 sp1 这 一 情 报 sp1 来 自 一 位 俄 罗 斯 谍 报 人 员 sil +002238 sil 四 一 七 九 号 巨 型 小 行 星 sp1 图 塔 蒂 斯 sp1 形 状 似 花 生 sil +002239 sil 正 经 攒 底 sp1 我 还 得 且 磨 呢 sil +002240 sil 颜 色 越 深 sp1 硼 砂 含 量 越 高 sil +002241 sil 御 带 糕 这 个 特 产 可 是 大 有 来 头 呢 sil +002242 sil 观 点 迥 异 sp1 往 往 是 视 角 的 差 异 sil +002243 sil 那 司 机 侮 辱 我 sil +002244 sil 微 处 理 器 和 内 存 sp1 也 是 如 此 sil +002245 sil 王 双 虎 等 人 sp1 遂 赶 到 酒 店 造 势 sil +002246 sil 而 街 道 sp1 也 会 于 近 期 对 王 女 士 家 进 行 粉 刷 和 清 理 sil +002247 sil 为 什 么 每 次 铲 猫 屎 时 sp1 猫 猫 都 喜 欢 盯 着 看 sp1 它 们 格 外 在 乎 自 己 的 便 便 吗 sil +002248 sil 涉 案 男 子 李 某 sp1 从 湖 北 来 sp1 穗 与 妻 子 sp1 一 起 开 网 店 sil +002249 sil 下 楼 梯 时 sp1 杨 女 士 慌 乱 中 sp1 不 小 心 把 脚 给 崴 了 sil +002250 sil 正 是 若 为 慈 善 故 sp1 名 利 皆 可 抛 sil +002251 sil 它 的 优 势 显 而 易 见 sp1 易 于 备 份 sp1 易 于 管 理 sp1 易 于 检 索 sp1 且 尤 为 安 全 sil +002252 sil 此 前 sp1 该 园 多 名 内 部 人 士 透 露 sp1 园 方 长 期 泡 虎 骨 酒 请 客 送 礼 sil +002253 sil 整 个 画 面 sp1 好 似 耶 稣 降 临 sil +002254 sil 雨 花 台 区 纪 委 sp1 昨 向 记 者 表 示 sp1 已 经 展 开 调 查 sil +002255 sil 挖 友 邻 又 看 见 你 sil +002256 sil 他 噌 一 下 跃 下 床 sp1 拦 在 女 儿 面 前 sil +002257 sil 看 来 sp1 这 次 又 要 推 后 发 了 sil +002258 sil 说 罢 sp1 又 甩 出 去 一 张 牌 sil +002259 sil 于 是 sp1 她 把 胶 囊 一 颗 颗 拧 开 sp1 捏 着 鼻 子 sp1 直 接 往 下 吞 药 粉 sil +002260 sil 你 最 近 sp1 总 是 喜 欢 开 我 玩 笑 sil +002261 sil 七 是 sp1 加 大 高 架 路 桥 噪 声 污 染 整 治 力 度 sil +002262 sil 他 们 sp1 慢 腾 腾 聚 拢 sp1 轻 盈 下 马 sp1 将 马 拴 在 一 起 sp1 共 七 匹 sil +002263 sil 在 距 离 女 孩 七 八 米 的 地 方 sp1 孔 令 岑 sp1 为 防 万 一 sp1 还 是 停 下 了 脚 步 sil +002264 sil 展 出 的 陶 鼎 等 涉 案 文 物 sil +002265 sil 罂 粟 是 提 炼 毒 品 海 洛 因 的 原 料 sil +002266 sil 时 至 今 日 sp1 仍 不 知 何 缘 何 故 惹 此 尘 埃 sil +002267 sil 林 峰 与 父 亲 林 华 国 在 灵 堂 打 点 一 切 sil +002268 sil 我 只 是 不 善 言 辞 而 已 sp1 但 真 的 常 有 表 达 的 欲 望 sil +002269 sil 妞 妞 有 休 息 日 的 sil +002270 sil 罗 韩 日 前 在 法 国 参 加 嘎 纳 电 影 节 sil +002271 sil 维 桑 的 雄 心 sp1 是 让 中 国 营 养 品 走 向 五 大 洲 sil +002272 sil 另 外 sp1 高 温 也 会 对 女 性 卵 细 胞 产 生 影 响 sil +002273 sil 陈 幸 妤 回 应 邱 毅 爆 料 sp1 他 讲 的 话 就 是 圣 旨 吗 sil +002274 sil 柏 威 夏 古 刹 sp1 是 泰 国 和 柬 埔 寨 sp1 一 直 以 来 在 争 夺 的 一 块 文 化 遗 址 sil +002275 sil 从 事 非 法 买 卖 外 汇 活 动 sil +002276 sil 附 近 空 无 一 人 sp1 偶 有 车 辆 缓 缓 驶 过 sil +002277 sil 当 然 是 盐 水 鸭 啦 sil +002278 sil 净 者 sp1 不 污 不 染 也 sil +002279 sil 真 有 点 饿 了 sil +002280 sil 感 觉 好 温 暖 呀 sil +002281 sil 李 永 波 瞅 准 弟 弟 独 居 一 室 的 机 会 sp1 动 了 杀 机 sil +002282 sil 三 五 七 路 南 口 区 间 sp1 甩 南 口 西 站 sp1 至 高 崖 口 十 一 站 sil +002283 sil 要 坚 决 反 对 形 形 色 色 的 形 而 上 学 sp1 和 弄 虚 作 假 的 歪 风 sil +002284 sil 马 德 保 再 阔 谈 希 腊 神 话 与 美 学 的 关 系 sil +002285 sil 资 本 报 酬 sp1 也 有 一 部 分 归 为 政 府 sil +002286 sil 老 虎 一 打 盹 sp1 猫 也 欺 负 你 sil +002287 sil 只 见 菩 萨 身 披 璎 珞 sp1 下 着 长 裙 sp1 造 型 精 美 sil +002288 sil 此 间 sp1 张 正 吉 正 与 毒 友 溜 冰 sil +002289 sil 斯 蒂 德 与 麦 克 奈 尔 握 手 sp1 表 示 祝 贺 sil +002290 sil 天 气 灰 白 sp1 空 气 冰 凉 sp1 风 也 显 凛 冽 sil +002291 sil 人 非 圣 贤 sp1 何 况 孔 子 sp1 尚 有 一 字 之 师 sil +002292 sil 还 是 先 泼 些 冷 水 sil +002293 sil 又 破 又 矮 的 瓦 房 变 成 新 楼 sp1 易 玉 清 和 孩 子 们 sp1 顿 时 看 到 了 希 望 sil +002294 sil 又 细 又 软 的 淤 泥 sp1 刚 好 淹 至 脚 背 sp1 滑 得 厉 害 sil +002295 sil 我 们 来 查 查 sp1 文 德 尔 班 的 书 sil +002296 sil 小 家 伙 头 部 和 屁 股 缠 有 绷 带 sp1 两 眼 炯 炯 有 神 sp1 正 咂 着 奶 瓶 sil +002297 sil 衣 着 打 扮 sp1 也 很 简 单 干 练 sil +002298 sil 再 有 就 是 sp1 虚 假 承 诺 sp1 巧 取 豪 夺 sil +002299 sil 就 算 我 是 自 寻 烦 恼 吧 sil +002300 sil 你 要 给 我 反 应 的 时 间 啊 sil +002301 sil 我 的 头 发 长 得 很 慢 耶 sil +002302 sil 说 白 了 sp1 就 是 缺 心 眼 儿 sil +002303 sil 在 录 用 干 部 时 sp1 要 按 照 德 才 兼 备 的 标 准 择 优 录 用 sil +002304 sil 这 条 线 最 终 被 否 掉 sil +002305 sil 这 是 北 美 地 区 有 史 以 来 sp1 最 大 数 额 的 彩 票 总 奖 金 sil +002306 sil 不 能 用 地 球 人 的 智 商 sp1 来 衡 量 喵 星 人 喔 sil +002307 sil 日 本 此 言 荒 唐 至 极 sp1 令 人 愕 然 sil +002308 sil 头 年 卖 点 粮 食 sp1 买 点 砖 sp1 第 二 年 sp1 再 卖 点 粮 食 换 些 檩 sil +002309 sil 整 个 院 落 在 周 围 显 得 很 惹 眼 sil +002310 sil 头 部 仿 似 三 角 形 sp1 又 如 一 块 烙 铁 sil +002311 sil 丑 化 先 贤 sp1 糟 蹋 传 统 的 行 为 是 可 耻 的 sil +002312 sil 看 起 来 sp1 诺 尔 似 乎 永 远 不 会 停 下 脚 步 sil +002313 sil 大 桥 海 事 处 sp1 所 有 的 水 上 安 全 监 管 工 作 sp1 都 将 依 托 该 趸 船 开 展 sil +002314 sil 形 容 阿 里 山 姑 娘 sp1 美 如 水 sp1 应 该 就 是 sp1 美 如 日 月 潭 的 水 吧 sil +002315 sil 群 众 昼 夜 聚 集 在 居 委 会 sil +002316 sil 我 是 你 的 小 呀 小 笨 蛋 sil +002317 sil 他 们 均 曾 与 生 了 病 的 草 原 土 拨 鼠 接 触 sil +002318 sil 文 中 并 未 涉 及 任 何 形 式 的 有 奖 竞 猜 活 动 sil +002319 sil 无 论 哪 一 种 sp1 都 是 愚 蠢 作 为 sil +002320 sil 贾 平 凹 看 到 画 很 高 兴 sil +002321 sil 万 一 谷 歌 搞 砸 了 会 怎 样 sil +002322 sil 警 方 顺 藤 摸 瓜 sp1 将 几 人 抓 获 sil +002323 sil 可 惜 台 风 天 秤 搅 局 sp1 让 马 英 九 sp1 被 迫 延 期 登 岛 sil +002324 sil 他 找 到 个 替 死 鬼 sp1 忙 说 sp1 谢 景 渊 sp1 你 问 钱 荣 sil +002325 sil 他 的 美 文 是 第 八 篇 sp1 地 理 位 置 居 中 sil +002326 sil 又 何 谈 抗 衡 更 加 凶 残 的 sp1 外 来 入 侵 者 sil +002327 sil 因 为 湟 鱼 sp1 虽 生 在 咸 水 湖 中 sp1 但 产 卵 sp1 却 要 逆 流 而 上 sp1 到 布 哈 河 中 sil +002328 sil 眼 影 不 能 平 涂 sp1 应 用 蘸 的 方 式 sp1 朦 胧 又 不 失 夸 张 sil +002329 sil 讲 到 这 里 的 时 候 sp1 陈 大 雪 sp1 似 乎 还 咂 摸 着 sp1 枣 儿 的 味 道 sil +002330 sil 阿 巴 丹 是 伊 朗 著 名 石 油 城 sp1 在 产 油 区 sp1 胡 齐 斯 坦 省 内 sil +002331 sil 其 次 sp1 要 将 胶 囊 进 行 微 波 消 解 sil +002332 sil 除 了 倒 腾 房 屋 sp1 丁 志 贞 sp1 还 利 用 各 种 方 法 私 吞 公 款 sil +002333 sil 我 们 问 sp1 那 裤 子 上 的 血 印 呢 sil +002334 sil 女 儿 又 趴 在 桌 子 上 睡 着 了 sil +002335 sil 鸟 友 拍 到 的 蓝 喉 太 阳 鸟 sp1 看 看 sp1 像 不 像 愤 怒 的 小 鸟 sil +002336 sil 这 种 书 看 了 啷 个 要 得 嘛 sil +002337 sil 而 平 时 sp1 她 会 吃 两 小 碗 疙 瘩 汤 和 一 个 糊 塌 子 sil +002338 sil 既 然 分 数 有 高 有 低 sp1 自 然 众 口 就 难 调 sil +002339 sil 我 们 就 是 要 去 走 sp1 那 条 神 奇 的 天 路 哇 sil +002340 sil 其 它 团 员 按 原 定 行 程 sp1 昨 早 离 开 澳 门 sp1 经 拱 北 返 回 内 地 sil +002341 sil 苏 菲 还 要 教 凯 特 繁 冗 的 皇 家 礼 节 sil +002342 sil 九 二 共 识 的 精 髓 sp1 就 是 求 同 存 异 sp1 搁 置 争 议 sp1 务 实 协 商 sp1 共 创 双 赢 sil +002343 sil 很 明 显 sp1 我 就 是 爱 折 腾 sil +002344 sil 陈 水 扁 开 专 栏 sp1 引 起 巨 大 纷 争 sil +002345 sil 我 读 一 个 音 sp1 她 跟 着 读 一 个 音 sil +002346 sil 车 子 停 稳 sp1 陈 兴 銮 迈 步 下 来 sil +002347 sil 其 他 跨 国 公 司 的 研 发 中 心 sp1 包 括 sp1 飞 思 考 尔 sp1 思 科 网 讯 等 sil +002348 sil 你 咬 了 一 口 sp1 人 家 肯 给 你 换 吗 sil +002349 sil 为 了 给 儿 子 凑 齐 医 药 费 sp1 老 人 只 能 从 牙 缝 里 省 sil +002350 sil 此 外 sp1 前 首 相 森 喜 朗 sp1 参 议 院 副 院 长 sp1 尾 辻 秀 久 sp1 也 在 参 拜 之 列 sil +002351 sil 图 为 一 栋 房 屋 损 毁 严 重 sil +002352 sil 举 头 望 明 月 sp1 低 头 思 故 乡 sp1 这 是 唐 朝 诗 人 李 白 的 诗 哦 sil +002353 sil 纯 雪 与 冻 雨 sp1 有 什 么 不 同 的 成 因 与 影 响 呢 sil +002354 sil 纸 篓 中 的 厕 纸 存 放 sp1 易 造 成 细 菌 随 空 气 扩 散 sil +002355 sil 谁 愿 意 把 它 请 出 来 sp1 多 惹 麻 烦 sil +002356 sil 塔 怀 娟 还 熟 练 地 拿 起 电 推 子 sp1 为 孤 寡 老 人 剃 龙 头 sil +002357 sil 司 令 员 听 完 转 身 sp1 泪 打 湿 了 满 脸 sil +002358 sil 如 sp1 二 零 一 一 规 条 字 零 零 一 号 sp1 大 字 sp1 是 指 大 兴 区 sil +002359 sil 一 岁 以 下 的 幼 犬 sp1 第 一 年 需 要 注 射 三 次 预 防 针 哦 sil +002360 sil 王 治 平 老 师 也 说 sp1 阿 嘎 的 低 音 唱 的 很 棒 sil +002361 sil 该 帖 引 发 网 友 激 烈 讨 论 sil +002362 sil 一 家 网 吧 的 老 板 sp1 则 有 些 郁 闷 sil +002363 sil 基 金 稳 sp1 不 像 股 票 sp1 上 窜 下 跳 sil +002364 sil 九 零 后 sp1 中 国 女 子 游 泳 队 运 动 员 sp1 洪 荒 之 力 的 发 明 者 啦 sil +002366 sil 窗 前 明 月 光 sp1 地 上 鞋 两 双 sil +002367 sil 这 是 后 法 优 于 先 法 sp1 特 殊 法 优 于 普 通 法 的 关 系 sil +002368 sil 但 由 于 种 种 原 因 sp1 这 一 想 法 未 能 实 施 sil +002369 sil 因 为 他 在 烟 的 外 包 装 做 过 记 号 sp1 以 防 止 有 人 sp1 拿 假 烟 敲 诈 sil +002370 sil 侧 耳 再 听 半 天 sp1 隐 约 听 见 sp1 有 麻 将 牌 的 声 音 sil +002371 sil 李 克 强 走 进 低 矮 的 土 坯 房 里 sp1 慰 问 困 难 家 庭 sil +002372 sil 一 部 鸟 与 梦 飞 翔 的 纪 录 片 sp1 许 愿 星 看 了 三 四 遍 sil +002373 sil 你 说 怪 不 怪 sp1 那 几 条 狗 sp1 竟 也 知 道 我 来 了 援 兵 sp1 突 然 四 散 跑 开 了 sil +002374 sil 老 妈 和 我 都 特 爱 孔 雀 这 个 角 色 sp1 出 彩 极 了 sp1 加 油 啦 sil +002375 sil 帖 主 陈 同 伦 通 过 此 帖 sp1 实 名 举 报 其 表 姐 夫 sp1 王 立 贵 sil +002376 sil 验 尸 发 现 sp1 巴 塞 洛 死 于 头 部 遭 到 重 创 sil +002377 sil 肥 料 甚 至 是 诱 捕 和 驱 赶 蚊 虫 的 sp1 合 成 分 泌 物 sil +002378 sil 祖 儿 承 认 sp1 曾 因 无 故 的 抨 击 和 冷 言 冷 语 sp1 而 耿 耿 于 怀 sil +002379 sil 好 白 菜 都 让 猪 拱 了 sil +002380 sil 二 是 加 强 协 作 sp1 防 止 推 诿 扯 皮 sil +002381 sil 谭 某 sp1 为 弥 补 赌 博 亏 空 sp1 便 以 高 息 sp1 吸 收 储 户 存 款 sil +002382 sil 田 某 下 车 后 sp1 因 车 费 问 题 sp1 揪 扯 李 书 国 衣 领 sil +002383 sil 汪 圆 圆 sp1 今 年 会 减 少 模 特 儿 工 作 sp1 全 力 进 攻 演 艺 事 业 sil +002384 sil 由 于 儿 子 结 婚 需 要 sp1 陈 磊 父 母 sp1 当 时 也 正 想 买 房 sil +002385 sil 之 后 思 捷 与 春 卷 等 人 sp1 往 乘 出 租 车 走 人 sp1 途 中 放 下 友 人 后 sil +002386 sil 房 管 所 欠 人 家 的 工 钱 顶 帐 了 sil +002387 sil 我 们 要 过 去 雪 耻 sp1 为 英 国 人 争 光 sil +002388 sil 只 要 让 他 看 见 sp1 他 就 鬼 使 神 差 般 凑 上 去 sil +002389 sil 承 包 那 些 露 着 石 头 的 山 坡 sp1 有 啥 效 益 sil +002390 sil 朱 孝 天 昨 上 节 目 录 影 时 sp1 突 然 泪 洒 摄 影 棚 sil +002391 sil 历 史 上 sp1 西 班 牙 sp1 于 一 五 六 五 年 侵 占 菲 律 宾 sil +002392 sil 胸 痛 sp1 咯 血 sp1 咳 嗽 时 sp1 发 现 痰 中 有 血 丝 或 血 块 sil +002393 sil 各 个 副 市 长 sp1 睡 歪 了 腰 椎 睡 坏 了 颈 椎 sil +002394 sil 当 然 sp1 叙 问 题 sp1 冰 冻 三 尺 sp1 非 一 日 之 寒 sp1 解 决 需 要 时 间 sil +002395 sil 韶 关 上 报 一 起 死 亡 病 例 sil +002396 sil 今 天 风 大 sp1 火 苗 蹿 起 sp1 有 五 六 米 高 sil +002397 sil 太 太 田 蕊 妮 发 微 博 sp1 称 赞 杜 汶 泽 乐 观 坚 强 sp1 是 她 心 目 中 的 巨 人 sil +002398 sil 创 业 板 中 小 板 走 势 分 化 sil +002399 sil 可 谓 sp1 扮 丑 女 星 之 最 sil +002400 sil 惠 来 县 前 詹 镇 纪 委 sp1 给 予 蔡 晋 军 sp1 开 除 党 籍 处 分 sil +002401 sil 稳 妥 扩 大 服 务 业 开 放 sil +002402 sil 所 以 sp1 聪 明 的 印 度 之 子 sp1 迄 今 也 没 敢 给 美 国 总 统 奉 此 尊 号 sil +002403 sil 几 年 前 sp1 右 边 的 母 树 sp1 被 雷 劈 死 了 sp1 随 后 sp1 这 棵 公 树 sp1 也 就 慢 慢 枯 萎 sil +002404 sil 滚 下 去 sp1 后 边 坐 着 去 sil +002405 sil 张 波 身 形 矮 小 sp1 说 话 声 音 不 大 sil +002406 sil 李 科 sp1 一 个 劲 地 鼓 励 陈 医 生 sil +002407 sil 他 真 的 跟 瑞 典 姑 娘 结 婚 了 sil +002408 sil 据 悉 sp1 水 库 已 聘 请 专 业 保 安 公 司 值 守 sil +002409 sil 兰 考 县 许 河 乡 赵 楼 村 九 组 sil +002410 sil 王 子 与 毛 弟 sp1 向 奶 奶 派 大 红 包 sil +002411 sil 鸟 网 的 尺 寸 sp1 也 明 显 大 很 多 sil +002412 sil 婴 儿 sp1 一 吸 吮 到 乳 汁 sp1 顿 时 就 不 哭 了 sil +002413 sil 加 上 上 一 次 打 架 的 积 怨 sp1 几 名 妯 娌 sp1 又 厮 打 起 来 sil +002414 sil 公 园 里 sp1 也 有 很 多 别 的 小 朋 友 sp1 但 喜 鹊 sp1 一 个 也 没 看 上 sil +002415 sil 就 这 样 sp1 徐 波 开 始 了 北 漂 生 涯 sil +002416 sil 三 军 可 夺 气 sp1 将 军 可 夺 心 sil +002417 sil 经 过 千 团 大 战 的 洗 礼 后 sp1 整 个 行 业 sp1 已 过 卡 位 期 sil +002418 sil 公 元 七 百 五 十 三 年 sp1 仲 麻 吕 归 国 时 sp1 传 闻 他 在 海 上 遇 难 sil +002419 sil 等 全 国 范 围 普 及 sp1 就 没 校 长 咬 人 咯 sil +002420 sil 因 滥 伐 所 造 成 的 损 失 sp1 远 远 多 过 拍 卖 木 材 的 所 得 sil +002421 sil 昨 日 sp1 丹 棱 县 检 察 院 透 露 sp1 该 院 已 于 昨 日 告 知 宿 仁 训 sp1 有 关 权 益 sil +002422 sil 矮 油 sp1 我 知 道 你 最 喜 欢 捏 它 的 脸 了 sp1 因 为 能 捏 出 各 种 形 状 嘛 sil +002423 sil 书 法 绘 画 作 品 sp1 应 为 作 品 原 件 sp1 尺 寸 格 式 不 限 sp1 不 需 装 裱 sil +002424 sil 她 开 车 sp1 拉 着 俩 沉 默 的 丫 头 sp1 一 溜 烟 的 跑 了 sil +002425 sil 林 颖 超 木 讷 地 接 过 钱 sp1 并 没 有 要 走 的 意 思 sil +002426 sil 药 材 符 合 药 用 要 求 的 sp1 方 可 供 应 sp1 配 方 和 用 于 中 成 药 生 产 sil +002427 sil 每 个 帐 篷 sp1 都 配 上 了 电 扇 sp1 雷 达 驱 蚊 器 sp1 矿 泉 水 sp1 和 一 些 应 急 的 药 品 sil +002428 sil 很 快 sp1 胡 益 华 落 脚 点 sp1 浮 出 水 面 sil +002429 sil 老 熊 的 家 sp1 在 万 州 一 个 偏 远 贫 穷 的 小 山 村 sil +002430 sil 现 在 小 升 初 sp1 推 优 sp1 择 校 派 位 sp1 也 不 是 统 一 考 试 呀 sil +002431 sil 以 前 有 萝 卜 招 聘 sp1 现 在 又 有 篮 球 招 聘 sil +002432 sil 老 婆 查 私 房 钱 sp1 没 地 方 藏 了 sp1 给 你 充 二 百 元 话 费 sp1 过 两 天 还 我 sil +002433 sil 李 局 长 答 应 帮 他 找 找 看 sil +002434 sil 演 员 们 sp1 也 给 我 鼓 了 不 少 劲 sil +002435 sil 那 女 孩 的 双 唇 微 抿 着 sp1 红 润 有 光 sp1 仿 佛 在 勾 引 罗 天 诚 的 嘴 唇 sil +002436 sil 吃 饭 靠 老 百 姓 送 苞 谷 sp1 吃 菜 靠 弟 兄 们 sp1 上 山 打 猎 sp1 挖 野 菜 sil +002437 sil 常 务 副 省 长 陈 敏 尔 sp1 也 已 经 在 昨 天 晚 上 赶 到 舟 山 sil +002438 sil 如 果 有 月 饼 期 货 sp1 那 该 多 好 呀 sil +002439 sil 昨 日 sp1 张 雨 绮 sp1 也 夸 起 了 导 演 sil +002440 sil 就 此 有 谣 言 传 出 sp1 说 这 男 子 的 肾 脏 sp1 被 人 给 摘 走 sil +002441 sil 我 倒 是 想 胖 一 点 的 sp1 但 总 也 胖 不 起 来 sil +002442 sil 岩 石 分 崩 sp1 全 家 覆 压 者 有 之 sil +002443 sil 吴 建 豪 微 博 专 注 挑 女 装 鞋 sil +002444 sil 谷 歌 若 果 真 收 购 雅 虎 sp1 势 必 引 来 美 国 反 垄 断 调 查 sil +002445 sil 漫 漫 长 夜 sp1 窈 窈 元 宫 sil +002446 sil 作 为 科 学 巨 擘 sp1 钱 伟 长 的 科 学 贡 献 sp1 彪 炳 史 册 sil +002447 sil 三 池 渊 附 近 的 一 处 餐 馆 墙 上 装 饰 的 人 造 花 sil +002448 sil 田 子 和 哥 们 儿 一 起 泡 夜 店 sp1 也 一 起 帮 别 人 平 事 儿 sil +002449 sil 坚 决 查 处 转 包 和 违 法 分 包 sil +002450 sil 参 谋 王 存 宝 讲 sp1 这 几 天 sp1 武 警 官 兵 sp1 仍 然 连 夜 展 开 搜 索 sil +002451 sil 她 跑 到 后 座 sp1 拍 醒 了 吴 鹏 sil +002452 sil 首 先 sp1 应 重 新 核 算 sp1 螺 栓 的 强 度 sil +002453 sil 出 了 事 儿 后 sp1 他 还 和 看 守 所 管 教 说 sp1 对 我 一 点 儿 感 情 都 没 有 sil +002454 sil 所 以 这 个 世 界 的 法 则 就 是 sp1 抠 逼 假 公 子 sp1 也 比 大 方 真 屌 丝 sp1 光 辉 万 倍 sil +002455 sil 但 我 一 定 会 用 法 律 手 段 sp1 维 护 我 的 名 誉 sil +002456 sil 前 外 务 次 官 薮 中 三 十 二 接 任 的 可 能 性 sp1 也 在 探 讨 之 中 sil +002457 sil 会 玩 呀 sp1 我 是 个 游 戏 迷 呢 sil +002458 sil 孔 所 长 和 他 俩 马 上 进 行 研 究 sil +002459 sil 很 快 sp1 她 被 押 送 至 位 于 屯 门 的 sp1 大 榄 女 子 惩 教 所 sil +002460 sil 要 打 回 家 打 sp1 你 不 要 脸 sp1 我 还 要 脸 呢 sil +002461 sil 救 援 队 sp1 正 在 加 快 安 装 固 定 泵 sp1 通 过 抽 水 稳 定 水 位 sil +002462 sil 涮 墩 布 拖 地 sp1 也 是 用 洗 完 衣 服 倒 在 桶 里 的 水 sil +002463 sil 拉 斯 穆 森 请 温 总 理 sp1 第 一 个 发 言 sil +002464 sil 就 是 叫 我 名 字 而 已 呀 sil +002465 sil 他 还 要 求 顾 问 们 sp1 了 解 巴 尼 的 详 细 情 况 sil +002466 sil 其 中 以 sp1 蒸 sp1 沤 sp1 平 sp1 扎 sp1 坠 sp1 五 道 工 序 sp1 最 为 重 要 sil +002467 sil 进 山 采 参 sp1 也 有 众 多 讲 究 sil +002468 sil 可 至 今 应 得 的 百 万 元 工 资 sp1 还 没 着 落 sil +002469 sil 积 极 探 索 sp1 用 群 众 工 作 sp1 统 揽 信 访 工 作 sil +002470 sil 岁 月 荏 苒 sp1 人 生 易 老 sil +002471 sil 但 杨 然 称 sp1 要 登 门 拜 访 sp1 将 李 某 和 菲 儿 的 事 情 sp1 告 诉 他 妻 子 sil +002472 sil 当 天 凌 晨 sp1 北 河 沿 大 街 sp1 一 处 热 力 管 网 爆 裂 sil +002473 sil 咱 不 上 美 术 班 了 吧 sil +002474 sil 江 豚 sp1 有 水 中 大 熊 猫 之 称 sil +002475 sil 不 少 人 患 病 后 也 只 能 硬 扛 sil +002476 sil 努 尔 阿 里 木 sp1 搭 车 前 往 巩 乃 斯 林 场 的 冬 牧 场 sil +002477 sil 丈 夫 又 与 妻 子 吵 了 一 架 sil +002478 sil 你 们 到 底 有 完 没 完 sil +002479 sil 日 积 月 累 sp1 薇 洛 攒 了 一 大 笔 钱 sil +002480 sil 晓 辉 sp1 呆 坐 在 位 置 上 sp1 想 sp1 这 次 完 了 sil +002481 sil 这 让 黄 先 生 很 纳 闷 sil +002482 sil 宋 柯 卖 烤 鸭 sp1 她 去 捧 了 场 sil +002483 sil 日 本 名 将 内 村 航 平 在 单 杠 中 掉 杠 sp1 助 中 国 队 夺 冠 sil +002484 sil 他 说 sp1 黑 龙 江 水 体 油 类 污 染 的 污 染 源 sp1 已 可 以 排 除 来 自 中 方 sil +002485 sil 二 要 鼓 励 港 口 sp1 及 临 港 物 流 企 业 sp1 请 进 来 sp1 和 走 出 去 sil +002486 sil 是 我 的 荣 誉 sp1 我 哪 敢 推 呀 sil +002487 sil 而 苏 州 人 民 银 行 sp1 也 极 力 撇 清 sp1 与 越 溪 庭 院 sp1 别 墅 项 目 的 关 系 sil +002488 sil 外 甥 女 哭 了 sp1 他 帮 着 哄 sil +002489 sil 有 传 言 称 sp1 时 任 总 统 办 公 厅 主 任 的 sp1 梅 德 韦 杰 夫 sp1 是 幕 后 推 手 sil +002490 sil 分 析 灌 篮 高 手 的 这 期 节 目 sp1 名 为 sp1 爱 灌 篮 sp1 爱 泡 妞 sil +002491 sil 港 岛 南 区 深 水 湾 sp1 望 向 南 塱 山 的 上 空 sp1 出 现 漏 斗 云 sil +002492 sil 为 了 弥 补 亏 空 sp1 满 新 凯 拆 东 墙 补 西 墙 sp1 最 终 欠 下 巨 款 sil +002493 sil 但 是 sp1 压 力 sp1 也 不 是 一 点 儿 没 有 sil +002494 sil 这 就 是 周 克 华 逃 跑 的 窄 巷 sil +002495 sil 屋 内 东 西 摆 放 凌 乱 sp1 制 作 馅 料 用 的 作 料 sp1 堆 满 一 地 sil +002496 sil 网 友 崔 妮 可 则 表 示 sp1 难 以 想 象 sp1 会 有 这 么 恶 心 的 人 sil +002497 sil 我 看 见 你 闯 单 行 线 sp1 你 还 跑 sil +002498 sil 受 此 影 响 sp1 美 元 也 成 为 香 饽 饽 sil +002499 sil 网 帖 很 快 就 引 起 了 众 多 网 友 关 注 和 转 载 sil +002500 sil 如 此 看 来 sp1 李 的 访 日 sp1 可 视 作 为 谢 访 日 铺 路 sil +002501 sil 不 过 昨 sp1 两 人 却 以 行 动 撇 不 和 传 言 sil +002502 sil 未 成 年 犯 在 少 管 所 里 打 乒 乓 球 sil +002503 sil 公 元 一 三 七 二 年 sp1 朱 元 璋 就 派 杨 载 出 使 琉 球 sil +002504 sil 目 前 sp1 公 务 员 养 老 金 sp1 直 接 由 财 政 拨 付 sil +002505 sil 别 在 户 外 停 留 太 久 sil +002506 sil 喜 欢 还 需 要 理 由 吗 sil +002507 sil 有 人 宣 称 sp1 现 在 是 筛 选 为 王 sil +002508 sil 法 新 社 认 为 sp1 央 行 这 一 举 措 sp1 短 期 内 给 欧 元 区 sp1 提 供 了 喘 息 空 间 sil +002509 sil 反 正 是 婚 也 结 了 sp1 慈 善 也 办 了 sp1 两 厢 都 还 妥 妥 的 sil +002510 sil 不 久 前 sp1 他 饰 演 了 张 纪 中 版 西 游 记 中 sp1 猴 王 赤 尻 马 猴 的 角 色 sil +002511 sil 深 挖 细 查 sp1 拔 出 萝 卜 带 出 泥 sil +002512 sil 而 幺 二 幺 二 sp1 打 造 的 感 觉 是 逛 sp1 让 一 切 都 慢 下 来 sil +002513 sil 而 营 收 sp1 则 同 比 增 长 百 分 之 十 四 sp1 至 sp1 一 点 一 一 九 亿 英 镑 sil +002514 sil 大 多 数 工 薪 阶 层 sp1 恐 怕 sp1 只 能 偶 尔 尝 尝 sp1 刀 鱼 馄 饨 的 滋 味 sil +002515 sil 他 的 草 法 极 为 严 整 sp1 不 乱 方 寸 sil +002516 sil 菲 儿 约 董 某 sp1 第 二 天 到 其 租 住 的 公 寓 约 会 sp1 董 某 欣 然 同 意 sil +002517 sil 詹 娟 说 sp1 以 前 丈 夫 有 劳 动 能 力 时 sp1 还 能 赚 钱 养 活 她 们 母 女 sil +002518 sil 高 原 上 sp1 也 有 不 少 蓊 蓊 郁 郁 的 原 始 森 林 sp1 色 彩 凝 重 sp1 博 大 深 邃 sil +002519 sil 经 查 sp1 男 方 患 有 弱 精 症 sp1 女 方 患 有 多 囊 卵 巢 综 合 征 sil +002520 sil 给 你 们 点 个 蜡 烛 吧 sil +002521 sil 要 怀 揣 最 过 硬 的 功 夫 出 国 sp1 要 练 就 sp1 最 有 效 的 处 置 突 发 情 况 能 力 sil +002522 sil 陶 山 书 院 sp1 是 李 滉 sp1 向 学 生 们 教 授 儒 学 sp1 并 研 修 学 问 的 地 方 sil +002523 sil 为 什 么 我 的 脸 上 老 长 痘 痘 啊 sil +002524 sil 俗 话 说 sp1 巧 妇 难 为 无 米 之 炊 sil +002525 sil 他 们 都 说 sp1 遭 对 手 抹 黑 造 谣 sp1 选 举 sp1 越 来 越 艰 困 sil +002526 sil 孩 子 问 我 怎 么 办 呀 sp1 怎 么 整 呀 sp1 我 都 呜 呜 直 哭 sp1 找 哪 哪 都 不 给 办 sil +002527 sil 扭 打 中 sp1 青 年 最 终 不 敌 sp1 被 阿 伯 咬 伤 耳 朵 sil +002528 sil 据 了 解 sp1 该 作 坊 没 有 营 业 执 照 和 卫 生 许 可 证 sil +002529 sil 国 际 癌 症 研 究 中 心 sp1 已 将 其 列 为 sp1 人 类 一 级 致 癌 物 sil +002530 sil 李 连 成 喜 欢 别 人 夸 他 聪 明 sil +002531 sil 小 学 生 sp1 趴 在 地 上 参 加 月 考 sil +002532 sil 柳 荫 的 失 误 sp1 让 丹 麦 连 偷 两 分 sp1 将 比 赛 带 入 加 时 局 sil +002533 sil 人 和 街 sp1 一 百 三 十 二 号 大 院 入 口 铁 门 紧 锁 sil +002534 sil 你 要 带 我 一 起 玩 游 戏 嘛 sil +002535 sil 球 蟒 一 个 月 要 喂 食 两 次 sp1 他 总 是 早 早 提 醒 我 sp1 该 给 球 蟒 买 吃 的 了 sil +002536 sil 经 检 验 证 实 sp1 高 某 血 样 中 检 出 sp1 甲 基 苯 丙 胺 成 分 sil +002537 sil 将 就 决 议 sp1 展 开 研 究 sil +002538 sil 超 级 星 期 二 的 十 州 初 选 sp1 凯 瑞 sp1 几 可 席 卷 全 局 sil +002539 sil 政 府 又 设 立 热 线 sp1 二 三 九 九 sp1 二 幺 五 九 供 查 询 sil +002540 sil 未 来 狼 多 肉 少 sp1 已 成 定 局 sil +002541 sil 我 相 信 清 者 自 清 sp1 也 奉 劝 那 些 居 心 叵 测 的 人 sp1 把 力 气 sp1 做 在 正 处 sil +002542 sil 大 家 是 不 是 都 忘 了 勤 俭 节 约 这 种 优 良 传 统 呢 sil +002543 sil 门 舍 尔 sp1 未 披 露 这 种 恶 意 软 件 的 相 关 细 节 sil +002544 sil 这 一 连 串 问 号 sp1 发 人 深 省 sil +002545 sil 辻 希 美 从 一 开 始 就 非 常 反 感 sil +002546 sil 司 仪 问 新 娘 是 否 愿 意 和 新 郎 共 度 一 生 sp1 新 娘 娇 羞 的 说 sp1 我 愿 意 sil +002547 sil 我 越 来 越 肥 sp1 越 来 越 老 sp1 越 来 越 丑 了 sil +002548 sil 处 江 湖 之 远 忧 其 君 sp1 铁 骑 莽 莽 sp1 决 胜 千 里 sp1 救 民 倒 悬 sil +002549 sil 吃 巧 克 力 呀 sp1 听 说 和 下 雨 天 更 配 sil +002550 sil 六 二 四 路 首 车 sp1 开 始 双 向 甩 槐 树 岭 南 站 sil +002551 sil 无 奈 下 sp1 他 只 能 抓 着 两 人 sp1 勉 强 向 岸 边 游 去 sil +002552 sil 昨 日 sp1 小 强 正 在 耍 玩 具 车 sil +002553 sil 众 人 顿 时 目 瞪 口 呆 sil +002554 sil 石 川 夫 妇 的 诊 所 sil +002555 sil 那 黄 蜂 与 鹧 鸪 sp1 岂 不 是 吃 大 亏 了 sil +002556 sil 致 北 二 环 以 北 sp1 直 至 浐 灞 一 带 的 大 片 区 域 供 气 中 断 sil +002557 sil 然 后 sp1 就 挨 顿 打 sp1 跪 键 盘 跪 到 现 在 sil +002558 sil 两 名 妇 女 sp1 正 在 将 肮 脏 的 潲 水 油 sp1 去 渣 分 层 沉 淀 sil +002559 sil 千 错 万 错 都 是 我 的 错 sp1 你 就 原 谅 我 吧 好 嘛 sil +002560 sil 和 李 盛 燕 相 邻 的 几 个 摊 贩 sp1 铺 盖 一 卷 sp1 准 备 撤 退 sil +002561 sil 当 日 下 午 sp1 另 一 驴 友 又 在 附 近 的 险 要 景 点 受 伤 sil +002562 sil 他 的 耳 朵 很 敏 锐 sil +002563 sil 穷 山 恶 水 的 梦 sp1 一 阵 乒 里 乓 啷 的 鞭 炮 声 sp1 吓 走 了 吃 干 草 的 水 牛 sil +002564 sil 餐 饮 船 随 着 湍 急 的 洪 水 sp1 快 速 往 下 游 漂 去 sil +002565 sil 卡 拉 维 拉 也 在 脸 谱 上 sp1 为 自 己 言 论 道 歉 sil +002566 sil 后 因 其 听 不 懂 白 话 sp1 陈 垚 东 将 其 辞 退 sil +002567 sil 任 何 问 题 都 可 以 问 我 妹 子 哦 sil +002568 sil 一 直 自 称 身 体 棒 棒 的 代 悦 sp1 也 终 因 为 分 身 乏 术 而 累 倒 sil +002569 sil 对 于 葛 红 林 痛 快 的 答 复 sp1 郭 台 铭 sp1 仍 心 存 疑 虑 sil +002570 sil 图 为 宁 远 县 公 安 局 出 具 的 聂 华 忠 sp1 户 籍 登 记 资 料 sil +002571 sil 越 深 的 海 底 sp1 生 物 就 越 少 哦 sil +002572 sil 真 正 的 奢 侈 sp1 源 自 定 制 sil +002573 sil 另 一 方 面 sp1 罗 亚 尔 sp1 也 是 左 翼 社 会 党 的 一 个 异 类 sil +002574 sil 整 车 线 条 硬 朗 sp1 视 觉 冲 击 感 强 sil +002575 sil 可 以 煲 汤 喝 呀 sp1 推 荐 粉 丝 豆 腐 汤 sp1 美 容 又 健 胃 sil +002576 sil 目 前 商 业 用 水 的 水 价 sp1 要 远 远 高 于 sp1 工 业 用 水 价 格 sil +002577 sil 从 今 以 后 sp1 鲁 国 人 将 不 会 从 别 国 赎 回 奴 仆 了 sil +002578 sil 三 亚 市 公 安 消 防 局 防 火 监 督 参 谋 何 平 说 sil +002579 sil 秋 高 气 爽 sp1 登 高 远 眺 正 当 时 sil +002580 sil 目 前 sp1 小 董 的 伤 情 趋 于 稳 定 sp1 但 仍 需 留 院 观 察 sil +002581 sil 位 于 拱 北 的 珠 海 站 sp1 由 于 受 拆 迁 问 题 影 响 sp1 工 期 一 直 延 后 sil +002582 sil 白 天 做 梦 影 响 休 息 sp1 还 是 晚 上 睡 觉 的 时 候 再 做 梦 吧 sil +002583 sil 一 楼 的 遮 阳 棚 sp1 被 砸 得 凹 下 去 sil +002584 sil 此 后 sp1 裁 缝 摊 虽 几 次 搬 迁 sp1 哒 哒 哒 的 缝 纫 机 声 sp1 却 从 未 停 过 sil +002585 sil 课 堂 上 老 师 提 问 sp1 配 偶 的 称 呼 有 哪 些 sil +002586 sil 儿 童 眼 睛 sp1 相 对 成 人 更 加 娇 嫩 sil +002587 sil 经 过 层 层 筛 选 sp1 唐 某 sp1 在 众 多 应 征 者 中 脱 颖 而 出 sil +002588 sil 附 有 可 爱 卡 通 公 仔 的 sp1 邮 戳 sp1 坐 垫 sp1 文 化 衫 sp1 搪 瓷 茶 杯 等 sp1 俯 拾 即 是 sil +002589 sil 要 不 然 sp1 我 人 还 能 在 这 儿 吗 sil +002590 sil 我 又 问 她 们 sp1 那 谁 是 妹 妹 啊 sil +002591 sil 纸 卷 概 念 是 如 何 出 炉 的 sil +002592 sil 工 作 人 员 sp1 不 忘 在 箱 子 外 sp1 用 记 号 笔 写 上 人 大 二 字 sil +002593 sil 吴 川 政 府 网 市 长 信 箱 成 摆 设 sil +002594 sil 各 大 路 局 总 体 运 输 平 稳 有 序 sil +002595 sil 作 坊 内 光 线 昏 暗 sp1 不 时 散 发 出 阵 阵 异 味 sil +002596 sil 他 已 是 第 二 次 亲 临 盐 田 了 sil +002597 sil 她 找 到 雇 佣 她 的 茶 叶 专 柜 的 店 长 sp1 恳 请 sp1 能 拿 回 健 康 证 sil +002598 sil 今 晚 sp1 我 整 理 整 理 就 拍 sil +002599 sil 谁 都 知 道 sp1 那 是 他 握 扫 帚 留 下 的 印 痕 sil +002600 sil 建 议 去 好 声 音 转 椅 子 sil +002601 sil 为 挽 回 颓 势 sp1 日 系 车 企 sp1 反 应 迅 速 sil +002602 sil 柴 油 产 量 sp1 与 消 费 量 基 本 持 平 sil +002603 sil 不 愿 说 话 的 明 星 委 员 倒 也 省 事 sp1 愿 意 说 的 那 是 自 讨 苦 吃 sil +002604 sil 导 演 田 沁 鑫 劝 他 sp1 力 气 悠 着 点 sil +002605 sil 钱 云 会 sp1 五 年 来 上 访 不 断 的 就 是 sp1 乐 清 电 厂 土 地 征 用 一 事 sil +002606 sil 吕 天 喜 sp1 左 一 sp1 与 父 母 在 一 起 sil +002607 sil 能 附 加 个 原 因 吗 sil +002608 sil 大 家 悄 悄 议 论 sp1 内 贼 会 是 谁 sil +002609 sil 现 场 之 血 腥 凄 惨 阴 森 sp1 令 人 毛 骨 悚 然 sil +002610 sil 一 楼 有 青 石 包 边 的 台 基 sp1 踏 步 sil +002611 sil 对 面 的 学 妹 吃 面 真 浪 费 sil +002612 sil 顺 便 也 了 解 一 下 群 众 的 疾 苦 sil +002613 sil 角 膜 炎 sp1 把 杨 爹 爹 折 磨 得 够 呛 sil +002614 sil 你 也 可 以 说 sp1 我 这 些 担 忧 是 酸 葡 萄 心 理 sil +002615 sil 轩 仔 唱 高 音 位 时 sp1 喊 爆 喇 叭 sp1 非 常 厉 害 sil +002616 sil 明 天 限 行 尾 号 sp1 三 和 八 sil +002617 sil 新 婚 不 久 sp1 苦 恼 也 随 之 而 来 sil +002618 sil 刘 恺 威 sp1 杨 幂 sp1 在 青 岛 庆 生 日 sil +002619 sil 状 元 们 sp1 赖 以 进 身 的 殿 试 卷 子 sp1 俗 称 状 元 卷 sp1 历 来 深 受 重 视 sil +002620 sil 俺 庄 的 司 机 sp1 又 把 她 接 回 来 sil +002621 sil 此 次 缓 堵 综 合 措 施 sp1 对 公 车 同 样 提 出 严 格 限 制 sil +002622 sil 而 绚 斗 sp1 也 会 尽 快 恢 复 正 常 的 艺 能 工 作 sil +002623 sil 老 公 sp1 我 摔 坏 一 只 碗 sp1 决 定 惩 罚 自 己 sil +002624 sil 为 什 么 不 能 提 前 一 两 天 或 五 一 之 后 呀 sil +002625 sil 灵 堂 正 面 墙 壁 上 sp1 维 和 英 烈 永 垂 不 朽 的 黑 色 挽 幛 sp1 高 高 悬 挂 sil +002626 sil 我 们 经 常 讲 珠 穆 朗 玛 峰 sp1 有 一 个 坡 很 陡 sp1 有 一 个 坡 比 较 安 全 sil +002627 sil 我 会 永 远 陪 在 你 身 边 sil +002628 sil 这 种 新 鲜 玩 意 儿 很 好 sil +002629 sil 严 格 的 说 sp1 不 是 走 sp1 而 是 攀 登 而 去 的 sil +002630 sil 据 悉 sp1 伤 者 以 骨 折 和 外 伤 为 主 sil +002631 sil 身 体 摇 晃 着 sp1 极 力 想 让 自 己 站 稳 脚 跟 sil +002632 sil 这 也 是 判 定 西 湖 醋 鱼 是 否 正 宗 的 标 准 之 一 哦 sil +002633 sil 乱 石 岗 上 sp1 即 是 养 民 之 壤 sil +002634 sil 耿 留 栓 认 为 sp1 司 考 的 难 点 在 于 实 践 sil +002635 sil 马 修 是 这 个 领 域 的 权 威 sp1 曾 在 通 信 行 业 sp1 摸 爬 滚 打 多 年 sil +002636 sil 被 炮 栓 夹 破 手 指 sp1 被 退 出 的 弹 壳 击 伤 的 事 情 常 有 发 生 sil +002637 sil 母 亲 王 小 红 sp1 一 人 拉 扯 他 长 大 sil +002638 sil 一 望 无 垠 的 亘 古 荒 漠 中 sp1 布 满 了 sp1 挖 掘 机 sp1 装 载 机 的 轮 胎 印 sil +002639 sil 女 宝 宝 健 康 聪 明 sp1 无 任 何 缺 陷 sil +002640 sil 赵 先 生 认 为 sp1 窝 窝 团 此 举 不 够 妥 当 sil +002641 sil 房 屋 的 外 墙 sp1 也 未 被 发 现 有 过 火 和 烟 熏 痕 迹 sil +002642 sil 溁 湾 镇 窑 坡 山 棚 户 区 改 造 项 目 sp1 系 市 重 点 工 程 sil +002643 sil 记 者 只 得 将 卡 从 手 机 取 出 sil +002644 sil 况 且 sp1 我 的 龙 袍 她 们 未 必 敢 穿 sil +002645 sil 在 精 神 接 近 崩 溃 时 sp1 他 曾 用 剃 须 刀 片 sp1 割 下 了 自 己 的 一 只 耳 朵 sil +002646 sil 禁 止 以 歪 曲 贬 损 等 方 式 sp1 使 用 非 物 质 文 化 遗 产 sil +002647 sil 老 百 姓 sp1 也 是 那 秤 上 的 定 盘 星 sil +002648 sil 往 下 sp1 一 道 水 闸 横 亘 两 端 sp1 永 定 河 在 这 里 戛 然 而 止 sil +002649 sil 在 物 流 上 sp1 苏 宁 易 购 sp1 也 不 可 懈 怠 sil +002650 sil 而 另 一 只 犬 sp1 则 会 用 爪 子 敲 字 母 sp1 并 且 进 行 哲 学 和 诗 学 沉 思 sil +002651 sil 远 扬 恨 不 得 要 叫 sp1 好 sil +002652 sil 这 多 少 有 些 反 讽 sil +002653 sil 他 的 对 策 是 近 似 按 劳 分 配 般 的 改 革 sil +002654 sil 最 后 还 是 吴 敏 略 sp1 满 足 了 高 云 海 的 虚 荣 sp1 准 备 给 云 海 一 个 广 播 会 sil +002655 sil 中 国 调 整 了 卷 烟 税 负 sil +002656 sil 经 常 在 家 里 乱 吼 一 通 sil +002657 sil 还 让 我 赤 裸 着 上 身 唱 歌 sil +002658 sil 我 红 红 的 小 脸 照 进 你 心 窝 sil +002659 sil 薛 景 文 sp1 被 押 上 人 民 的 法 庭 sil +002660 sil 跟 我 聊 天 怎 么 会 无 语 呢 sil +002661 sil 双 鱼 座 sp1 要 好 好 的 幸 福 下 去 呦 sil +002662 sil 钢 管 舞 sp1 我 还 没 有 学 过 呢 sil +002663 sil 蝴 蝶 兰 的 装 盆 很 重 要 sil +002664 sil 近 日 sp1 自 贡 市 沿 滩 区 卫 坪 镇 sp1 发 生 一 起 惨 剧 sil +002665 sil 女 儿 全 身 软 组 织 挫 伤 sil +002666 sil 汤 唯 汤 唯 几 下 sp1 便 将 贼 人 制 服 sil +002667 sil 当 年 sp1 晋 察 冀 边 区 sp1 表 扬 过 的 劳 动 英 雄 sp1 韩 凤 玲 sp1 是 否 还 健 在 sil +002668 sil 公 众 人 物 概 念 的 缺 失 sp1 将 陷 网 民 于 不 义 sil +002669 sil 事 后 sp1 钟 某 明 告 诫 薇 薇 sp1 不 能 告 诉 别 人 sp1 否 则 要 挨 骂 sil +002670 sil 老 人 满 头 白 发 sp1 身 子 骨 还 算 硬 朗 sp1 只 是 有 些 耳 聋 sil +002671 sil 祖 儿 坦 言 sp1 以 前 被 老 板 杨 受 成 称 为 天 后 sp1 感 到 尴 尬 sil +002672 sil 铁 人 头 戴 前 进 帽 sp1 身 穿 羊 皮 袄 sp1 手 握 刹 把 sp1 英 气 逼 人 sil +002673 sil 警 方 称 sp1 该 诊 所 无 合 法 资 质 sil +002674 sil 农 民 工 于 占 水 称 sp1 这 老 农 民 挣 俩 钱 也 真 不 易 呀 sp1 这 也 不 给 呀 sil +002675 sil 公 司 只 负 责 养 护 清 扫 sp1 以 及 路 产 损 毁 情 况 的 管 理 sil +002676 sil 戴 年 华 介 绍 sp1 浅 水 性 的 鄱 阳 湖 的 水 位 与 水 量 sp1 将 影 响 水 环 境 sil +002677 sil 不 然 sp1 我 们 将 无 鸟 可 观 sil +002678 sil 不 料 sp1 东 亚 飞 蝗 卷 土 重 来 sil +002679 sil 她 咬 着 牙 sp1 用 一 块 厚 厚 的 布 子 sp1 裹 住 了 自 己 透 析 时 sp1 胳 膊 上 的 篓 sil +002680 sil 黑 帮 老 大 去 纹 身 sp1 对 师 傅 说 sp1 给 我 在 背 上 sp1 纹 一 个 狮 子 头 sil +002681 sil 不 过 sp1 其 耳 朵 上 那 副 名 牌 耳 环 着 实 是 亮 点 sil +002682 sil 赵 云 的 朋 友 郝 超 英 sp1 建 议 先 带 董 静 去 海 口 躲 躲 sil +002683 sil 几 年 前 sp1 他 因 为 没 钱 医 治 sp1 致 使 右 腿 骨 头 坏 死 sil +002684 sil 幸 运 的 您 sp1 已 被 我 院 的 教 授 看 中 sil +002685 sil 初 入 此 道 的 投 资 者 切 莫 盲 目 跟 进 sil +002686 sil 荣 辱 与 共 显 丹 心 sp1 肝 胆 相 照 写 辉 煌 sil +002687 sil 刷 屏 准 备 中 sp1 我 先 看 看 问 题 哈 sil +002688 sil 称 其 为 朱 莉 吸 毒 颓 废 照 sil +002689 sil 除 蒙 牛 伊 利 sp1 光 明 等 大 品 牌 外 sp1 广 东 本 土 乳 品 sp1 也 加 入 涨 价 行 列 sil +002690 sil 马 奎 尔 sp1 亨 德 利 sp1 多 特 sp1 艾 伦 等 人 sp1 首 轮 也 将 对 阵 资 格 赛 选 手 sil +002691 sil 眉 毛 好 像 用 油 擦 过 sp1 脸 色 很 好 sp1 嘴 唇 涂 了 一 点 口 红 sil +002692 sil 盛 大 在 线 业 务 sp1 比 过 去 有 些 务 实 sil +002693 sil 杨 丞 琳 这 身 打 扮 造 价 不 菲 sil +002694 sil 挺 喜 庆 的 sp1 也 挺 干 净 整 洁 的 sil +002695 sil 很 多 消 费 者 在 租 房 的 时 候 sp1 往 往 吃 哑 巴 亏 sil +002696 sil 人 们 担 心 通 胀 走 势 失 控 sp1 会 招 致 更 严 厉 的 宏 观 紧 缩 政 策 sil +002697 sil 浑 江 走 出 了 一 条 具 有 区 域 特 色 的 sp1 白 山 商 路 sil +002698 sil 个 性 直 爽 火 爆 的 那 英 终 于 发 飙 sp1 剑 指 浙 江 卫 视 sil +002699 sil 何 薇 不 舒 服 啊 sp1 我 担 心 她 一 个 人 sp1 你 能 不 能 陪 她 去 下 医 院 啊 sil +002700 sil 如 此 高 的 价 格 还 去 热 捧 sp1 银 行 当 然 是 打 着 sp1 赔 本 赚 吆 喝 的 算 盘 sil +002701 sil 可 是 sp1 车 蹭 不 过 去 哟 sil +002702 sil 他 们 把 我 踢 倒 了 又 拎 起 来 sp1 不 断 重 复 sil +002703 sil 五 月 份 的 这 一 数 据 sp1 为 四 点 五 一 一 五 万 亿 美 元 sil +002704 sil 这 些 文 字 信 息 纯 属 捏 造 sil +002705 sil 能 否 重 现 sp1 亚 特 兰 大 奥 运 会 上 的 辉 煌 sil +002706 sil 在 家 人 的 执 拗 下 sp1 韩 志 鹏 戒 掉 了 每 周 爬 白 云 山 的 瘾 sil +002707 sil 退 水 期 的 大 堤 sp1 往 往 容 易 出 现 险 情 sil +002708 sil 穆 西 约 卡 sp1 对 央 视 非 洲 分 台 开 播 sp1 表 达 了 sp1 美 好 祝 愿 sil +002709 sil 拓 宽 视 野 sp1 广 开 选 拔 年 轻 干 部 的 渠 道 sil +002710 sil 买 家 和 卖 家 sp1 同 样 面 临 着 sp1 举 证 维 权 困 难 的 窘 境 sil +002711 sil 一 个 周 六 sp1 张 某 邀 请 武 某 sp1 一 起 出 来 玩 sil +002712 sil 完 了 还 可 以 沤 制 肥 料 sil +002713 sil 尽 管 金 三 已 成 空 谈 sp1 开 发 商 们 sp1 却 铆 足 了 劲 sp1 要 收 获 银 四 sil +002714 sil 村 民 称 sp1 龙 骨 洞 sp1 目 前 已 被 采 矿 者 炸 毁 掩 埋 sil +002715 sil 今 天 早 上 sp1 我 们 已 经 把 贼 抓 到 了 sp1 而 且 法 官 sp1 已 经 判 了 他 的 罪 呢 sil +002716 sil 我 们 倡 导 串 串 也 可 爱 sp1 领 养 取 代 买 卖 sil +002717 sil 我 是 萌 妹 纸 sp1 你 爱 信 不 信 sil +002718 sil 这 下 sp1 聂 小 姐 夫 妻 俩 傻 眼 了 sil +002719 sil 穿 着 火 爆 露 底 显 胸 带 sil +002720 sil 我 还 以 为 sp1 你 被 别 人 拐 跑 了 sil +002721 sil 你 和 猪 什 么 关 系 呀 sil +002722 sil 强 扭 的 瓜 不 甜 sp1 强 扭 的 睡 sp1 也 不 会 香 sil +002723 sil 两 人 共 舞 时 sp1 艾 薇 儿 sp1 也 跳 得 十 分 诱 惑 sp1 还 一 直 摆 弄 嘴 里 的 香 烟 sil +002724 sil 不 能 翻 越 铁 路 栅 栏 sp1 进 入 铁 路 地 界 内 sil +002725 sil 全 市 继 续 推 进 爱 国 卫 生 运 动 sp1 大 力 开 展 灭 蚊 工 作 sil +002726 sil 选 购 宝 宝 喜 爱 的 餐 具 sil +002727 sil 万 家 团 圆 的 春 节 过 完 了 sp1 许 多 人 的 钱 包 也 瘪 了 sil +002728 sil 屡 次 提 醒 不 标 的 sp1 禁 止 挂 匾 sil +002729 sil 林 罗 的 两 个 脑 袋 忙 凑 过 去 sil +002730 sil 两 人 到 了 码 头 之 后 sp1 邻 居 老 汉 sp1 又 将 一 盒 补 药 塞 给 王 老 汉 sil +002731 sil 就 是 这 一 拽 sp1 刘 庆 花 救 了 一 命 sil +002732 sil 李 好 郭 晓 敏 大 婚 sp1 好 兄 弟 捧 场 sil +002733 sil 那 是 他 亲 妈 亲 儿 子 sp1 亲 妹 妹 呀 sil +002734 sil 由 于 胡 同 窄 sp1 消 防 车 sp1 无 法 进 入 sil +002735 sil 林 大 哥 的 相 貌 距 奇 丑 sp1 仅 一 步 之 遥 sil +002736 sil 有 时 施 舍 一 些 零 钱 sil +002737 sil 上 着 课 sp1 我 爸 他 烟 瘾 犯 了 sp1 就 想 点 烟 sil +002738 sil 驾 驶 员 纳 闷 sp1 他 按 喇 叭 sp1 没 有 错 sil +002739 sil 只 见 他 们 低 着 头 强 忍 悲 痛 sp1 肩 头 一 颤 一 颤 的 sil +002740 sil 同 时 在 奥 运 期 间 sp1 车 险 报 案 的 手 续 sp1 也 将 简 化 sil +002741 sil 图 为 张 帮 胜 在 舔 小 猴 子 的 屁 股 sil +002742 sil 熊 玉 儿 和 郭 松 林 的 律 师 sp1 做 的 也 是 无 罪 辩 护 sil +002743 sil 一 直 在 对 你 微 笑 呀 sil +002744 sil 小 泽 玛 利 亚 sp1 不 甘 示 弱 sp1 挺 胸 撅 屁 股 sp1 连 环 出 招 sil +002745 sil 积 极 发 展 公 路 甩 挂 运 输 sil +002746 sil 记 者 昨 天 也 拨 通 了 sp1 国 寿 的 九 五 五 幺 九 服 务 电 话 sil +002747 sil 近 十 年 来 sp1 公 公 倪 匡 一 直 想 抱 孙 子 sp1 也 不 断 对 他 们 软 硬 皆 施 sil +002748 sil 孙 红 雷 啊 sp1 你 可 得 拎 清 楚 了 sil +002749 sil 因 此 sp1 和 太 湖 一 样 存 在 污 染 的 滇 池 sp1 被 同 样 施 以 水 葫 芦 疗 法 sil +002750 sil 奎 文 区 实 验 小 学 sp1 只 有 两 名 专 职 书 法 老 师 sil +002751 sil 事 件 扰 攘 不 久 sp1 元 凶 似 乎 有 感 事 态 严 重 sp1 即 将 照 片 删 掉 sil +002752 sil 最 后 挑 到 几 本 没 理 疵 的 让 骆 冰 背 sil +002753 sil 书 中 写 道 sp1 蒙 娜 丽 莎 眼 中 充 满 各 种 记 号 和 字 符 sil +002754 sil 喂 猪 的 食 物 都 是 玉 米 豆 饼 等 原 粮 sp1 不 加 添 加 剂 sil +002755 sil 坦 率 地 说 sp1 我 一 直 在 以 学 生 心 态 当 代 表 委 员 sil +002756 sil 相 反 sp1 辟 谣 速 度 越 慢 sp1 谣 言 就 越 会 有 滋 生 的 土 壤 sil +002757 sil 更 荒 唐 的 是 sp1 这 笔 罚 金 还 往 往 是 情 夫 掏 腰 包 sil +002758 sil 有 香 港 媒 体 感 叹 sp1 娶 晋 江 姑 娘 胜 过 抢 银 行 sil +002759 sil 玩 具 书 包 sp1 木 头 沙 子 sp1 以 及 海 草 混 乱 地 掺 杂 着 sil +002760 sil 中 国 驻 菲 大 使 馆 sp1 敦 促 菲 方 军 舰 sp1 离 开 黄 岩 岛 海 域 sil +002761 sil 对 于 小 狗 的 死 因 sp1 喵 晴 朗 和 倪 女 士 都 存 有 疑 问 sil +002762 sil 我 是 善 良 活 泼 sp1 好 奇 心 旺 盛 的 sp1 B 型 血 sil +002763 sil 游 轮 顶 部 两 条 烟 囱 等 部 位 被 削 掉 sil +002764 sil 再 累 了 sp1 就 眯 一 小 会 sil +002765 sil 下 一 秒 就 晕 过 去 了 sil +002766 sil 我 有 点 儿 犹 豫 sil +002767 sil 这 阵 势 sp1 准 有 大 事 sil +002768 sil 孩 子 这 时 候 往 往 没 胃 口 sp1 根 本 吃 不 下 去 sil +002769 sil 图 为 厦 门 鼓 浪 屿 sil +002770 sil 我 也 挺 无 奈 的 哎 sil +002771 sil 钟 丽 缇 遭 中 年 男 子 捏 玉 手 sil +002772 sil 相 片 中 的 她 与 一 男 子 亲 热 sp1 更 有 不 少 情 欲 动 作 sil +002773 sil 奥 巴 马 发 表 帐 篷 演 讲 sil +002774 sil 而 且 还 是 低 腰 的 哦 sil +002775 sil 脸 滚 烫 sp1 心 想 千 万 别 眨 眼 sp1 忍 着 挺 胸 扮 威 武 sp1 否 则 重 拍 更 辛 苦 sil +002776 sil 丰 田 发 言 人 伊 藤 穰 一 拒 绝 对 报 告 内 容 置 评 sil +002777 sil 文 革 期 间 破 四 旧 sp1 家 谱 被 焚 毁 sp1 留 下 永 远 的 遗 憾 sil +002778 sil 右 手 累 了 用 左 手 sp1 左 手 累 了 sp1 用 右 手 sil +002779 sil 扶 着 栏 杆 有 些 站 立 不 稳 sil +002780 sil 中 日 关 系 将 瓦 解 sil +002781 sil 老 邢 则 靠 行 李 打 起 盹 儿 来 sil +002782 sil 众 长 老 随 后 回 到 罹 难 者 灵 位 前 sp1 各 人 拈 香 顶 礼 sp1 将 功 德 回 向 sil +002783 sil 失 望 后 sp1 段 正 淳 只 盼 小 镇 皆 知 就 可 以 了 sil +002784 sil 可 见 sp1 雅 虎 员 工 缺 乏 认 同 感 和 归 属 感 sil +002785 sil 佩 玲 未 婚 先 孕 的 女 儿 sp1 是 令 佩 林 及 共 和 党 难 堪 的 事 sil +002786 sil 购 买 的 经 适 房 sp1 能 否 用 于 自 住 以 外 的 用 途 sil +002787 sil 我 想 sp1 你 需 要 一 个 防 毒 面 具 sil +002788 sil 儿 科 医 生 的 诊 断 是 运 动 性 哮 喘 sp1 估 计 和 过 敏 有 关 sil +002789 sil 其 中 sp1 归 类 表 sp1 完 税 价 格 表 sp1 由 海 关 总 署 制 定 sil +002790 sil 忆 起 得 知 获 奖 那 一 刻 的 情 景 sp1 麦 克 库 利 亚 尔 sp1 依 然 难 掩 兴 奋 sil +002791 sil 公 民 党 负 责 人 sp1 也 批 评 普 选 设 预 选 是 一 个 倒 退 sil +002792 sil 戴 眼 罩 出 场 的 周 秀 娜 sp1 教 参 赛 者 sp1 来 个 sp1 败 犬 大 变 身 sil +002793 sil 陈 炯 当 即 启 动 sp1 爱 心 基 金 送 女 孩 回 家 sil +002794 sil 海 边 沙 滩 sp1 还 有 吃 海 鲜 呀 sil +002795 sil 实 际 上 全 车 盗 抢 险 sp1 属 于 商 业 险 sil +002796 sil 幽 门 螺 杆 菌 感 染 sp1 是 胃 癌 发 生 的 主 因 sil +002797 sil 贝 纳 特 说 sp1 我 认 为 麦 凯 恩 属 于 传 统 的 保 守 派 sil +002798 sil 结 果 sp1 赵 萝 蕤 法 语 及 格 了 sp1 德 语 却 吃 了 一 个 零 分 sil +002799 sil 而 德 国 是 中 欧 关 系 的 重 要 领 跑 者 sil +002800 sil 你 是 上 天 派 来 故 意 整 我 的 吧 sil +002801 sil 雨 翔 悲 怆 得 想 自 杀 sp1 满 腔 的 怒 火 可 以 再 去 烧 一 趟 赤 壁 sil +002802 sil 没 有 人 接 待 sp1 在 场 明 星 sp1 目 前 有 萨 顶 顶 sp1 张 含 韵 sp1 杨 曼 莉 sp1 胡 军 sil +002803 sil 这 无 疑 是 sp1 将 自 己 搜 索 行 业 老 二 的 地 位 sp1 拱 手 相 让 于 竞 争 对 手 sil +002804 sil 聚 众 赌 博 sp1 也 是 重 大 案 情 sp1 自 然 要 汇 报 sil +002805 sil 只 要 心 中 长 存 牵 挂 和 爱 sp1 就 不 怕 雾 霾 飘 过 sp1 就 不 怕 明 天 天 空 是 否 灰 暗 sil +002806 sil 黑 狗 咧 着 大 嘴 sp1 路 人 见 了 纷 纷 躲 避 sil +002807 sil 一 是 这 些 自 焚 者 死 的 冤 枉 sil +002808 sil 周 蕊 柳 了 解 到 sp1 顾 鹏 图 sp1 一 行 sp1 如 此 急 驰 sp1 只 是 为 了 赶 着 去 吃 午 饭 sil +002809 sil 随 后 sp1 小 蕊 被 诊 断 出 重 度 肺 炎 sil +002810 sil 被 调 侃 的 库 尔 希 德 sp1 面 露 羞 赧 之 色 sp1 显 得 不 好 意 思 sil +002811 sil 接 完 这 个 电 话 sp1 有 些 想 不 通 的 翁 蔑 sp1 打 电 话 问 依 莱 sil +002812 sil 和 钢 铁 侠 喝 茶 sp1 和 灰 姑 娘 聊 天 sp1 和 青 蛙 王 子 散 步 sil +002813 sil 五 月 的 辽 沈 大 地 sp1 绿 草 如 茵 生 机 盎 然 sil +002814 sil 也 会 在 纽 约 逛 逛 sp1 看 看 衣 服 sil +002815 sil 网 友 纷 纷 揣 测 是 否 有 感 而 发 sil +002816 sil 赶 上 包 饺 子 sp1 老 丈 人 问 我 sp1 会 包 饺 子 么 sp1 我 当 然 要 说 会 了 sil +002817 sil 她 们 的 关 系 sp1 同 样 有 女 同 的 调 调 sil +002818 sil 霍 夫 曼 和 科 瓦 姆 甚 至 发 生 过 争 吵 sil +002819 sil 过 桥 米 线 sp1 主 要 以 汤 sp1 肉 片 sp1 米 线 sp1 再 加 作 料 做 成 sil +002820 sil 耶 雷 米 奇 首 先 要 求 与 会 代 表 起 立 sp1 默 思 一 分 钟 sil +002821 sil 它 以 原 子 时 秒 长 为 基 础 sp1 在 时 刻 上 sp1 尽 量 接 近 于 世 界 时 sil +002822 sil 耿 晓 华 sp1 此 前 曾 任 焦 点 网 总 经 理 sp1 是 龚 宇 的 老 部 下 sil +002823 sil 另 外 一 些 前 来 参 观 的 人 们 sp1 嚷 嚷 着 sp1 要 与 嫦 娥 二 姑 娘 合 影 sil +002824 sil 作 为 方 逸 华 的 爱 将 sp1 他 才 临 危 受 命 sp1 帮 手 解 决 问 题 sil +002825 sil 不 如 找 老 师 学 生 聊 一 聊 sil +002826 sil 不 过 sp1 一 所 中 学 校 长 认 为 sp1 推 荐 名 额 sp1 给 匡 超 很 浪 费 sil +002827 sil 男 子 把 手 机 sp1 藏 在 自 家 浴 厕 里 sp1 偷 拍 嫂 嫂 sp1 侄 子 sp1 与 侄 女 如 厕 入 浴 sil +002828 sil 妈 妈 咪 呀 请 来 张 柏 芝 sp1 档 次 又 不 同 sil +002829 sil 拨 了 一 上 午 sp1 头 寸 还 没 谱 sil +002830 sil 这 样 的 议 政 sp1 是 舍 本 逐 末 sil +002831 sil 渤 海 交 汇 处 sp1 是 船 舶 进 出 渤 海 湾 的 sp1 第 二 条 交 通 要 道 sil +002832 sil 一 群 人 一 直 欢 聚 到 深 夜 sp1 才 从 咖 啡 屋 中 出 来 散 场 sil +002833 sil 大 楼 二 楼 的 二 幺 六 房 间 sp1 灯 火 通 明 sil +002834 sil 自 试 营 业 以 来 sp1 几 经 波 折 sp1 命 途 多 舛 sil +002835 sil 于 是 sp1 休 斯 顿 sp1 也 蠢 蠢 欲 动 sil +002836 sil 李 揆 亨 与 本 报 记 者 合 影 sil +002837 sil 阮 守 军 摄 sp1 图 为 滑 坡 地 附 近 sp1 道 路 积 水 形 成 堰 塞 湖 sil +002838 sil 朱 茵 一 人 分 饰 sp1 傅 君 婥 sp1 傅 君 瑜 两 姐 妹 sil +002839 sil 他 的 泰 国 妻 子 怀 胎 八 月 sp1 腆 着 大 肚 子 随 我 们 出 海 玩 乐 sil +002840 sil 那 一 句 英 语 sp1 一 个 成 语 sp1 仿 佛 后 变 射 杀 凿 齿 的 两 箭 sp1 令 雨 翔 防 不 胜 防 sil +002841 sil 昨 日 sp1 小 龙 坎 一 居 民 楼 sp1 临 街 挂 着 取 名 部 招 牌 sil +002842 sil 快 去 找 张 电 热 毯 sil +002843 sil 不 少 游 客 兴 致 盎 然 拍 照 留 念 sil +002844 sil 关 注 他 们 sp1 并 非 为 了 渲 染 悲 情 sil +002845 sil 我 老 婆 就 特 别 善 于 抓 男 人 的 胃 sp1 我 一 看 见 她 就 感 觉 胃 不 舒 服 sil +002846 sil 儒 雅 亲 和 记 忆 力 好 sp1 数 字 脱 口 而 出 sp1 像 倒 豆 子 一 般 顺 溜 sil +002847 sil 乡 下 近 来 也 不 再 时 兴 贴 花 花 绿 绿 的 年 画 了 sil +002848 sil 在 医 院 sp1 翁 女 士 为 女 儿 拍 了 一 组 照 片 sil +002849 sil 张 国 华 贪 污 受 贿 的 名 堂 很 多 sil +002850 sil 不 过 康 妮 并 不 因 此 困 扰 太 多 sil +002851 sil 朱 镕 基 非 常 热 爱 文 学 sil +002852 sil 据 了 解 sp1 羱 羊 服 装 店 店 主 一 家 三 口 sp1 正 在 省 康 复 中 心 医 院 抢 救 sil +002853 sil 二 是 切 实 提 高 水 资 源 利 用 效 率 sil +002854 sil 但 是 sp1 真 不 知 道 女 儿 的 抗 压 能 力 有 多 大 sp1 人 言 可 畏 啊 sil +002855 sil 举 报 信 上 sp1 摁 满 了 举 报 人 的 手 印 sil +002856 sil 董 老 跟 广 东 很 有 缘 分 sil +002857 sil 这 个 教 训 是 极 为 惨 痛 的 sil +002858 sil 但 从 周 四 开 始 sp1 梅 雨 又 将 再 度 卷 土 而 来 sil +002859 sil 组 委 会 通 知 我 的 时 候 sp1 我 正 在 北 海 拍 戏 sp1 我 闺 女 也 在 那 儿 sil +002860 sil 小 光 是 一 位 勤 奋 好 学 的 学 生 sp1 他 利 用 寒 假 兼 职 赚 取 学 费 sil +002861 sil 去 年 sp1 左 渤 夷 开 办 了 沈 阳 第 一 家 团 购 网 站 sp1 九 十 七 团 sil +002862 sil 米 尔 纳 sp1 将 这 种 投 资 方 法 称 为 sp1 晚 期 投 资 sil +002863 sil 李 子 君 sp1 在 青 年 冬 奥 会 上 摘 得 铜 牌 sil +002864 sil 记 者 咬 了 咬 牙 sp1 侧 身 一 步 跳 到 旋 风 面 前 sp1 将 咬 靶 向 前 送 去 sil +002865 sil 这 写 的 什 么 破 玩 意 呀 sp1 屁 大 个 事 sp1 你 也 要 发 个 帖 子 sil +002866 sil 睡 觉 前 惹 老 婆 生 气 了 sp1 没 办 法 sp1 只 好 甜 言 蜜 语 哄 她 sil +002867 sil 安 先 生 给 记 者 粗 算 了 一 笔 账 sil +002868 sil 东 东 的 手 因 捆 绑 构 成 重 伤 sil +002869 sil 为 了 毁 尸 灭 迹 sp1 张 明 纵 火 焚 尸 sil +002870 sil 我 看 着 有 些 不 忍 sp1 就 上 前 与 他 攀 谈 sp1 希 望 借 此 减 轻 爬 楼 的 枯 燥 与 疲 累 sil +002871 sil 图 为 sp1 调 查 团 船 只 绕 岛 航 行 sil +002872 sil 第 一 个 双 休 日 sp1 各 科 练 习 卷 共 有 十 来 份 sp1 要 弥 补 军 训 浪 费 掉 的 时 间 sil +002873 sil 睁 着 眼 睛 说 瞎 话 sil +002874 sil 墙 根 墙 脚 sp1 则 往 往 光 溜 溜 的 亮 sp1 是 孩 子 们 靠 在 墙 上 玩 耍 时 磨 成 的 sil +002875 sil 如 今 那 些 所 谓 当 红 女 星 sp1 成 千 上 万 sp1 哪 一 个 拥 有 这 样 酷 的 眼 神 sil +002876 sil 三 是 sp1 宏 观 审 慎 监 管 sp1 与 微 观 审 慎 监 管 有 机 结 合 sil +002877 sil 我 只 是 玩 玩 你 而 已 sil +002878 sil 师 昌 绪 院 士 sp1 代 表 获 奖 者 发 言 sil +002879 sil 这 次 sp1 维 多 利 亚 展 现 了 她 的 sp1 诡 异 冷 女 的 气 质 sil +002880 sil 实 行 一 企 一 策 sp1 大 力 引 进 央 企 名 企 sp1 入 园 发 展 sil +002881 sil 英 国 舆 论 认 为 sp1 美 国 显 示 了 sp1 要 撇 开 英 国 sp1 促 进 北 爱 和 平 的 姿 态 sil +002882 sil 你 们 岁 数 有 这 么 大 了 哟 sp1 今 后 sp1 我 怎 样 有 脸 在 世 上 活 sil +002883 sil 孩 子 打 断 了 妈 妈 的 话 问 道 sp1 你 说 的 sp1 是 新 闻 联 播 那 俩 播 音 吧 sil +002884 sil 回 去 sp1 我 就 把 暖 气 给 你 掐 了 sil +002885 sil 和 好 砖 泥 后 sp1 将 砖 泥 sp1 一 捧 捧 填 满 砖 模 sp1 并 用 力 夯 实 sil +002886 sil 现 场 sp1 毕 福 剑 趴 地 扑 球 显 敬 业 sil +002887 sil 标 识 凹 凸 不 平 sp1 有 立 体 感 和 雕 塑 感 sil +002888 sil 房 主 要 求 sp1 哄 这 些 小 孩 尽 快 入 睡 sil +002889 sil 据 儿 保 医 生 介 绍 sp1 前 来 测 智 商 sp1 基 本 都 是 老 师 要 求 的 sil +002890 sil 有 知 情 者 sp1 请 速 致 电 sp1 八 六 四 幺 sp1 二 九 五 零 sil +002891 sil 以 她 的 眼 光 sp1 谁 富 谁 能 耐 sp1 谁 穷 谁 窝 囊 sil +002892 sil 高 密 度 的 水 坝 sp1 将 破 坏 鱼 类 产 卵 场 功 能 sil +002893 sil 佛 兰 克 斯 sp1 负 责 协 调 与 指 挥 sp1 波 斯 湾 的 战 争 行 动 sil +002894 sil 刑 侦 抓 捕 组 sp1 已 把 对 象 抓 住 sil +002895 sil 由 于 馆 内 并 未 陈 列 泥 鳅 sp1 参 观 者 纷 纷 加 以 询 问 sil +002896 sil 好 声 音 栏 目 的 版 权 所 有 者 sp1 是 荷 兰 塔 尔 帕 公 司 sil +002897 sil 让 原 本 微 薄 的 资 金 捉 襟 见 肘 sil +002898 sil 过 了 新 鲜 劲 儿 sp1 啥 玩 意 儿 看 多 了 都 腻 sil +002899 sil 但 抱 着 充 气 娃 娃 裸 奔 有 看 点 sp1 抢 人 眼 球 sp1 会 引 起 大 家 讨 论 sil +002900 sil 这 是 碰 到 湍 流 了 sil +002901 sil 美 少 女 为 您 服 务 sil +002902 sil 欧 冠 和 欧 洲 五 大 联 赛 激 战 正 酣 sp1 看 谁 能 雄 霸 欧 洲 sil +002903 sil 这 是 当 年 湖 南 大 学 王 修 寀 治 丧 委 员 会 sp1 编 纂 的 悼 念 小 册 sil +002904 sil 至 今 墙 上 仍 可 见 累 累 弹 痕 sil +002905 sil 省 军 区 领 导 认 为 sp1 这 主 要 得 益 于 sp1 完 善 的 军 地 联 合 指 挥 体 系 sil +002906 sil 邹 先 生 戒 备 地 瞥 了 他 一 眼 sil +002907 sil 小 江 撇 撇 嘴 sp1 示 意 记 者 看 往 另 一 个 方 向 sil +002908 sil 经 多 方 勘 查 sp1 娜 娜 坠 楼 排 除 外 力 所 致 sil +002909 sil 我 跟 他 说 sp1 多 买 一 杯 sp1 问 老 师 喝 不 喝 sil +002910 sil 肇 事 者 黄 某 家 住 sp1 福 建 石 狮 市 蚶 江 镇 厝 仔 村 sp1 草 柄 自 然 村 sil +002911 sil 我 有 几 个 问 题 想 问 草 案 的 起 草 者 sil +002912 sil 看 奶 奶 又 要 用 绳 子 绑 自 己 的 手 sp1 阳 阳 躺 在 地 上 sp1 耍 起 赖 来 sil +002913 sil 黄 光 裕 的 两 个 妹 妹 前 来 旁 听 sil +002914 sil 对 租 婴 女 贼 和 租 婴 从 事 其 他 不 法 行 为 的 妇 女 sp1 必 须 予 以 严 惩 sil +002915 sil 找 女 朋 友 不 能 急 哟 sp1 女 孩 子 要 慢 慢 哄 sil +002916 sil 不 值 得 啊 sp1 你 我 也 是 殊 途 同 归 sil +002917 sil 后 来 sp1 叶 噶 因 为 和 段 某 争 吵 才 逃 了 出 来 sil +002918 sil 谢 贤 以 傻 傻 哋 sp1 来 形 容 杂 志 的 爆 料 sil +002919 sil 这 一 风 格 也 成 为 了 陈 彦 彤 的 招 牌 形 象 sil +002920 sil 怎 么 是 一 群 疯 疯 癫 癫 的 老 头 子 老 太 婆 sil +002921 sil 被 你 们 踢 爆 了 sp1 不 要 哄 我 啦 sil +002922 sil 通 常 情 况 下 sp1 自 证 清 白 sp1 依 靠 脱 氧 核 糖 核 酸 检 测 sil +002923 sil 泰 国 人 妖 表 演 泰 国 舞 蹈 sp1 演 唱 中 国 歌 曲 甜 蜜 蜜 sp1 潇 洒 走 一 回 sil +002924 sil 徐 某 在 实 施 犯 罪 中 sp1 因 意 志 以 外 原 因 sp1 而 未 能 得 逞 sp1 属 犯 罪 未 遂 sil +002925 sil 如 铁 轨 里 埋 有 道 闸 sp1 动 车 组 高 速 运 行 所 带 气 流 就 会 卷 起 道 闸 sil +002926 sil 监 控 录 像 拍 摄 到 神 匪 老 爹 作 案 时 神 情 平 静 sil +002927 sil 这 引 发 了 考 生 们 sp1 对 公 考 体 检 指 定 医 院 的 质 疑 sil +002928 sil 孟 京 辉 回 忆 起 郭 涛 的 一 件 糗 事 sil +002929 sil 胡 骏 透 露 sp1 民 国 牌 楼 sp1 过 去 曾 经 维 修 过 一 次 sil +002930 sil 有 次 期 末 考 试 sp1 有 个 填 空 题 sp1 问 李 清 照 是 什 么 派 的 人 sil +002931 sil 郭 磊 也 认 为 sp1 财 政 定 存 的 效 果 更 为 直 接 sil +002932 sil 学 生 用 力 攥 小 鸭 子 的 身 体 sil +002933 sil 罗 姆 尼 在 耶 路 撒 冷 发 表 演 说 sil +002934 sil 我 爱 你 sp1 你 真 的 好 棒 喔 sil +002935 sil 它 们 能 否 永 续 生 存 sp1 端 赖 人 们 的 消 费 习 惯 而 定 sil +002936 sil 人 不 为 己 天 崩 地 裂 sil +002937 sil 是 主 人 在 操 纵 我 的 心 哟 sil +002938 sil 我 一 听 说 要 找 其 他 人 去 演 时 sp1 就 暗 爽 了 sp1 爽 死 了 sp1 太 好 了 sil +002939 sil 幸 运 的 是 sp1 她 被 双 腿 截 肢 的 王 伟 收 养 sil +002940 sil 未 能 实 现 合 同 内 容 要 求 的 sp1 应 抓 紧 进 行 完 善 sil +002941 sil 于 是 sp1 景 帝 赐 给 他 将 军 印 sp1 令 其 攻 打 吴 国 sil +002942 sil 在 南 京 地 方 方 言 中 sp1 噢 粑 粑 sp1 意 为 解 大 手 sil +002943 sil 两 人 使 劲 争 抢 中 sp1 刀 子 被 硬 生 生 地 拗 成 两 截 sp1 刀 柄 跟 刀 身 分 开 sil +002944 sil 虽 然 爪 子 还 不 够 锋 利 sp1 但 已 经 有 模 有 样 了 sil +002945 sil 这 款 机 器 人 也 有 安 卓 版 本 sil +002946 sil 现 场 两 人 大 秀 恩 爱 羡 煞 旁 人 sil +002947 sil 沙 坡 头 很 好 玩 sp1 可 以 去 见 识 下 大 沙 漠 风 景 sil +002948 sil 他 这 个 矿 探 不 探 我 不 知 道 sp1 我 也 没 见 过 探 sil +002949 sil 台 方 的 重 视 sp1 或 许 由 此 可 见 sil +002950 sil 图 为 一 名 学 生 sp1 在 扯 板 房 窗 户 上 sp1 未 撕 掉 的 包 装 贴 条 sil +002951 sil 但 最 开 心 sp1 莫 过 于 医 生 告 诉 我 囡 囡 十 分 健 康 sil +002952 sil 谢 诚 昌 认 为 sp1 坪 垟 小 学 属 于 民 办 学 校 sp1 教 育 部 门 sp1 无 权 撤 并 sil +002953 sil 为 了 补 贴 家 用 sp1 邵 朝 龙 sp1 干 起 了 将 牲 口 sp1 搬 上 拖 拉 机 的 散 活 sil +002954 sil 过 去 sp1 该 公 司 是 一 个 默 默 无 闻 的 作 坊 式 中 药 生 产 小 厂 sil +002955 sil 如 听 到 sp1 冲 鸟 岛 只 是 岛 礁 这 种 话 时 sp1 我 们 应 该 sp1 立 刻 予 以 反 驳 sil +002956 sil 清 淤 sp1 筑 坝 sp1 让 人 可 取 水 饮 用 sil +002957 sil 重 庆 的 纳 税 人 愿 意 这 样 挥 霍 吗 sil +002958 sil 海 巡 舰 靠 拢 过 去 sp1 把 救 生 圈 sp1 甩 给 落 水 者 sp1 随 后 把 她 拉 上 了 船 sil +002959 sil 跑 好 三 场 既 要 身 投 sp1 更 要 心 入 sil +002960 sil 南 方 叫 外 公 sp1 北 方 叫 姥 爷 sil +002961 sil 命 令 是 不 可 违 抗 的 sil +002962 sil 打 你 几 下 会 死 啊 sil +002963 sil 祝 你 幸 福 美 满 哟 sil +002964 sil 那 孩 子 咋 上 学 呀 sil +002965 sil 完 美 颜 值 就 是 你 sil +002966 sil 今 日 上 午 sp1 将 举 行 本 年 度 首 期 购 车 摇 号 sil +002967 sil 新 华 网 北 京 sp1 二 月 十 一 日 电 sp1 三 六 九 往 外 走 sil +002968 sil 原 来 sp1 她 把 睡 房 灯 泡 拆 下 来 整 个 儿 吞 掉 sp1 只 吃 剩 下 了 一 根 电 线 sil +002969 sil 赵 嵩 sp1 偶 尔 在 学 校 里 看 看 朝 鲜 的 电 视 sil +002970 sil 但 信 贷 依 然 如 出 笼 猛 虎 sp1 一 路 狂 奔 sil +002971 sil 甘 茨 感 谢 习 副 主 席 拨 冗 会 见 sil +002972 sil 有 空 调 我 感 觉 不 到 热 呢 sil +002973 sil 一 次 sp1 前 夫 带 她 到 昆 明 筇 竹 寺 时 sp1 与 该 寺 百 岁 高 僧 结 缘 sil +002974 sil 收 费 亭 的 自 动 栏 杆 sp1 已 被 卸 下 sil +002975 sil 自 东 方 园 林 上 市 以 来 sp1 何 巧 女 长 袖 善 舞 sp1 继 续 迸 发 着 巨 大 能 量 sil +002976 sil 徐 新 语 速 很 快 sp1 声 音 爽 朗 sil +002977 sil 邹 贵 勇 失 踪 那 年 sp1 他 们 全 家 住 在 凯 里 火 车 站 附 近 sil +002978 sil 截 至 记 者 发 稿 时 sp1 气 味 已 然 散 去 sp1 疑 云 依 旧 笼 罩 sil +002979 sil 名 人 一 吹 sp1 我 们 就 相 信 啦 sp1 就 上 当 了 sp1 可 悲 呀 sil +002980 sil 这 种 冤 冤 相 报 sp1 何 时 有 个 了 sil +002981 sil 他 没 顾 发 表 评 论 sp1 挥 笔 就 骂 琼 瑶 sp1 骂 得 浑 身 爽 气 sil +002982 sil 大 罐 上 方 浓 烟 滚 滚 sp1 火 光 冲 天 sil +002983 sil 一 次 帆 船 比 赛 时 sp1 出 于 意 外 sp1 默 多 克 的 手 sp1 被 缆 绳 剐 伤 sp1 鲜 血 直 流 sil +002984 sil 跌 幅 方 面 sp1 正 保 远 程 教 育 sp1 跌 百 分 之 六 点 三 六 sp1 九 城 sp1 跌 百 分 之 sp1 五 点 零 零 sil +002985 sil 冲 锋 在 前 的 他 sp1 遭 遇 对 方 拼 命 拒 捕 反 抗 sp1 右 手 肘 粉 碎 性 骨 折 sil +002986 sil 稍 一 动 弹 sp1 就 疼 得 龇 牙 咧 嘴 sp1 连 连 喊 疼 sil +002987 sil 他 们 常 年 累 月 sp1 驻 扎 在 海 拔 八 百 余 米 的 山 上 sil +002988 sil 你 又 在 逗 我 玩 了 sil +002989 sil 在 枕 头 旁 边 sp1 放 十 克 左 右 切 成 丝 的 生 姜 sp1 就 能 催 人 入 眠 sil +002990 sil 他 猫 腰 钻 了 进 去 sp1 三 个 人 手 脚 相 绕 sil +002991 sil 无 破 不 立 sp1 有 舍 有 得 sil +002992 sil 当 然 sp1 按 要 求 送 土 特 产 的 学 生 sp1 可 适 当 免 予 处 罚 sil +002993 sil 而 阿 娇 sp1 戴 着 蛤 蟆 镜 和 毛 绒 耳 麦 sp1 双 手 交 叉 sp1 悠 闲 自 在 sil +002994 sil 所 以 电 容 屏 更 薄 sp1 透 光 率 sp1 耐 候 性 和 性 能 更 好 sil +002995 sil 我 们 预 计 sp1 当 当 网 二 零 一 四 年 的 运 营 利 润 额 sp1 为 百 分 之 二 sil +002996 sil 他 招 来 的 小 喽 啰 sp1 多 为 当 地 无 业 青 年 sp1 为 他 跑 腿 贩 毒 sil +002997 sil 为 避 免 打 草 惊 蛇 sp1 民 警 当 即 将 当 铺 老 板 王 某 控 制 sil +002998 sil 野 猪 糟 蹋 庄 稼 sp1 村 民 就 在 山 上 私 设 电 网 电 野 猪 sil +002999 sil 等 钱 攒 够 了 sp1 就 准 备 把 房 子 收 拾 一 下 sil +003000 sil 这 根 曾 经 的 杀 威 棒 sp1 如 今 似 乎 变 成 了 痒 痒 挠 sil +003001 sil 你 没 车 没 房 没 存 款 sp1 还 敢 来 相 亲 sil +003002 sil 相 遇 总 是 猝 不 及 防 sp1 而 离 别 sp1 多 是 蓄 谋 已 久 sil +003003 sil 那 上 面 隐 约 可 见 斑 斑 点 点 的 墨 迹 sil +003004 sil 才 坐 定 一 会 儿 sp1 主 人 又 走 进 帐 篷 敬 酒 sil +003005 sil 因 此 sp1 嘎 隆 拉 雪 山 被 当 地 人 视 为 神 山 sil +003006 sil 陈 同 海 受 贿 一 点 九 五 七 三 余 亿 元 sp1 也 被 判 处 死 缓 sil +003007 sil 考 生 有 压 力 sp1 状 元 也 不 例 外 sil +003008 sil 二 是 sp1 及 时 搞 好 中 耕 镇 压 sil +003009 sil 但 巴 茨 绝 对 不 是 好 惹 的 sil +003010 sil 叔 祝 福 妞 永 远 幸 福 快 乐 sil +003011 sil 交 警 将 掉 出 物 品 扔 进 车 内 sil +003012 sil 昨 晚 跟 老 婆 sp1 聊 文 章 劈 腿 的 事 儿 sp1 老 婆 sp1 这 娱 乐 圈 的 绯 闻 真 多 sil +003013 sil 扰 攘 五 小 时 后 sp1 男 子 始 态 度 软 化 sp1 放 下 菜 刀 sp1 自 愿 开 门 sil +003014 sil 看 到 有 人 在 田 埂 上 私 自 种 茄 子 sp1 工 作 队 就 去 拔 掉 sil +003015 sil 一 名 姓 李 的 批 发 商 说 sp1 看 样 子 sp1 货 要 降 价 咯 sil +003016 sil 亦 有 家 长 为 了 环 保 sp1 不 买 新 灯 笼 给 子 女 sil +003017 sil 如 今 sp1 他 只 有 周 末 会 玩 玩 电 脑 sp1 网 瘾 sp1 已 经 sp1 一 去 不 复 返 了 sil +003018 sil 她 不 理 母 亲 sp1 顶 嘴 吵 架 sp1 甚 至 推 搡 她 sil +003019 sil 野 兽 日 报 网 站 sp1 将 定 期 上 传 电 子 版 节 选 内 容 sil +003020 sil 工 人 找 来 扫 水 工 具 sp1 往 外 排 水 sil +003021 sil 虽 然 偶 然 sp1 但 教 训 sp1 必 须 吸 取 sil +003022 sil 可 见 皮 实 耐 用 sp1 依 然 是 全 新 桑 塔 纳 的 精 髓 所 在 sil +003023 sil 晓 玲 的 作 业 sp1 故 作 艰 深 sp1 大 段 大 段 sp1 都 是 管 锥 编 里 剽 窃 的 sil +003024 sil 上 周 日 sp1 他 买 了 三 斤 香 蕉 sp1 随 意 复 秤 后 sp1 发 现 只 有 两 斤 半 sil +003025 sil 这 伙 盗 墓 贼 sp1 闻 讯 撤 离 sil +003026 sil 就 是 想 混 淆 一 种 概 念 sil +003027 sil 公 示 公 车 身 份 sp1 在 车 身 的 醒 目 位 置 sp1 喷 涂 公 车 字 样 sil +003028 sil 妻 子 身 上 难 受 sp1 腿 脚 发 麻 浑 身 肿 胀 sp1 肚 子 跟 皮 球 一 样 鼓 sil +003029 sil 那 封 古 老 的 信 也 奋 如 黄 鹤 sp1 至 今 没 有 一 点 回 音 sil +003030 sil 诸 葛 紫 岐 sp1 与 无 线 艺 员 魏 俊 皓 sp1 一 起 出 席 鞋 履 活 动 sil +003031 sil 要 是 腿 软 了 sp1 都 会 栽 下 来 sil +003032 sil 最 终 sp1 他 将 蛇 咬 死 sp1 为 自 己 报 了 一 咬 之 仇 sil +003033 sil 有 观 察 者 称 sp1 爆 米 花 桶 含 荧 光 增 白 剂 sp1 一 点 儿 都 不 让 人 吃 惊 sil +003034 sil 常 辉 给 赵 晓 sp1 过 了 一 个 浪 漫 温 馨 的 生 日 sil +003035 sil 来 采 访 下 我 们 吧 sil +003036 sil 文 凭 的 上 半 部 分 sp1 是 密 密 麻 麻 竖 行 印 刷 的 上 谕 sil +003037 sil 所 以 今 年 sp1 我 们 店 盈 利 无 望 sp1 利 润 表 现 将 逊 于 去 年 sil +003038 sil 个 来 月 的 宝 宝 开 始 俏 皮 啦 sil +003039 sil 选 拔 考 试 sp1 门 槛 高 sp1 内 容 难 sil +003040 sil 美 国 战 果 最 多 的 狙 击 手 凯 尔 sil +003041 sil 樱 桃 园 中 泪 水 十 二 夜 里 笑 声 sil +003042 sil 在 东 京 都 内 开 有 一 家 蜡 烛 店 sil +003043 sil 我 就 赶 紧 给 闺 女 打 电 话 sil +003044 sil 倚 着 洪 崖 洞 的 栏 杆 望 去 sp1 还 能 清 晰 看 到 山 体 起 伏 sp1 江 水 荡 漾 sil +003045 sil 上 场 前 二 十 分 钟 sp1 朱 之 文 两 腿 直 哆 嗦 sp1 感 觉 快 站 不 住 了 sil +003046 sil 而 该 小 贩 则 丢 下 手 推 车 逃 窜 sil +003047 sil 卡 塔 尔 也 表 示 sp1 将 向 巴 林 派 兵 sil +003048 sil 声 明 还 称 sp1 刘 銮 雄 被 澳 门 终 审 法 院 sp1 要 求 仅 作 为 证 人 出 席 聆 讯 sil +003049 sil 然 后 老 板 开 车 猛 倒 sp1 又 往 前 冲 sil +003050 sil 当 晚 sp1 蛋 蛋 和 张 艳 娟 sp1 住 进 了 医 院 sil +003051 sil 为 什 么 晕 sp1 不 对 胃 口 吗 sil +003052 sil 地 铁 铁 轨 选 材 更 讲 究 些 sil +003053 sil 天 杀 的 sp1 谁 把 我 死 了 葬 得 好 好 的 仓 鼠 sp1 挖 出 来 洗 sil +003054 sil 涉 及 的 几 份 名 单 中 sp1 均 标 明 了 运 动 员 的 出 生 年 月 sil +003055 sil 两 人 当 年 因 戏 生 情 迅 速 堕 入 爱 河 sil +003056 sil 不 过 青 霞 对 于 未 能 协 助 张 国 荣 摆 脱 忧 郁 症 sp1 始 终 耿 耿 于 怀 sil +003057 sil 不 过 sp1 六 月 初 将 上 调 该 品 牌 奶 粉 价 格 sil +003058 sil 特 警 抬 了 一 块 重 型 盾 牌 进 入 楼 内 sil +003059 sil 主 考 者 sp1 眼 睛 眯 着 sp1 像 是 在 挑 蟋 蟀 sp1 看 谁 斗 得 最 猛 拣 谁 sil +003060 sil 包 括 烟 花 爆 竹 sp1 须 绕 行 深 圳 sil +003061 sil 车 子 的 挡 风 玻 璃 碎 裂 sp1 呈 内 凹 状 sil +003062 sil 他 笑 余 插 些 话 sp1 我 听 你 一 说 sp1 正 好 想 起 sil +003063 sil 看 到 潘 某 与 老 汉 都 不 再 动 弹 sp1 黄 某 匆 忙 sp1 掠 取 财 物 后 逃 走 sil +003064 sil 下 西 坑 村 饮 水 难 sp1 只 是 东 山 岛 的 一 个 缩 影 sil +003065 sil 我 可 以 帮 你 查 阅 瑜 伽 资 料 sil +003066 sil 讲 着 讲 着 sp1 他 一 阵 拳 摩 擦 掌 后 sp1 摇 摇 头 甩 甩 脚 sp1 掰 掰 手 sil +003067 sil 舍 友 何 同 学 告 诉 记 者 sp1 他 们 本 学 期 才 搬 入 华 农 华 山 校 区 宿 舍 sil +003068 sil 因 为 葡 萄 酒 里 农 药 的 残 留 sp1 来 自 于 葡 萄 sil +003069 sil 即 使 福 拉 多 成 为 国 足 主 教 练 sp1 他 主 力 右 后 卫 的 位 置 依 然 牢 固 sil +003070 sil 众 多 乡 亲 簇 拥 观 赏 sp1 惊 叹 之 余 期 待 试 水 成 功 sil +003071 sil 被 称 为 东 方 维 纳 斯 的 sp1 断 臂 菩 萨 像 sil +003072 sil 从 照 片 上 来 看 sp1 陈 冠 希 面 目 扭 曲 sp1 皱 纹 纵 横 sp1 实 在 是 颓 唐 憔 悴 sil +003073 sil 以 目 前 的 抛 压 情 绪 看 sp1 今 日 酒 鬼 酒 sp1 仍 有 跌 停 可 能 sil +003074 sil 老 奶 奶 看 看 我 坐 下 后 叹 气 到 sp1 多 好 的 小 伙 儿 啊 sp1 可 惜 是 个 哑 巴 sil +003075 sil 父 母 倒 地 不 动 弹 后 sp1 冯 天 云 回 到 自 己 屋 里 sil +003076 sil 安 德 鲁 和 抹 香 鲸 sil +003077 sil 我 们 国 富 民 穷 吗 sil +003078 sil 趁 斯 嘉 丽 拧 转 面 时 sp1 保 镖 更 一 时 情 不 自 禁 开 心 大 笑 sil +003079 sil 白 酒 虽 已 高 估 sp1 但 同 类 型 的 中 医 药 仍 具 重 估 价 值 sil +003080 sil 进 行 中 心 sp1 与 发 卡 银 行 及 商 户 的 联 网 调 试 sil +003081 sil 短 信 方 便 又 省 广 告 印 刷 费 sp1 成 了 蓝 绿 参 选 人 sp1 都 爱 用 的 助 选 奇 兵 sil +003082 sil 此 外 sp1 幺 幺 九 sp1 幺 二 零 和 幺 二 二 等 电 话 也 能 打 通 sil +003083 sil 是 微 软 公 司 董 事 长 呀 sil +003084 sil 翁 振 杰 sp1 的 确 是 一 个 资 本 能 人 sil +003085 sil 等 我 老 了 sp1 也 许 会 去 跳 吧 sil +003086 sil 美 甲 摊 摊 主 小 朱 追 了 上 去 sp1 将 嫌 犯 施 某 某 抓 住 sil +003087 sil 她 目 前 虽 需 医 疗 人 员 照 顾 sp1 但 身 体 仍 然 硬 朗 sil +003088 sil 拉 萨 市 政 协 副 主 席 sp1 拉 宗 卓 嘎 提 到 一 个 细 节 sil +003089 sil 我 想 请 你 滚 出 去 sil +003090 sil 久 而 久 之 sp1 罗 亚 平 sp1 养 成 了 sp1 胆 大 泼 辣 sp1 专 横 霸 道 sp1 为 所 欲 为 的 性 格 sil +003091 sil 部 分 沿 线 列 车 受 事 故 影 响 而 晚 点 sil +003092 sil 赣 鄱 大 地 sp1 再 次 迎 来 了 雨 雪 交 加 的 寒 冷 天 气 sil +003093 sil 杨 泓 介 绍 sp1 中 国 古 代 历 史 上 sp1 有 灭 佛 运 动 和 佛 像 痤 埋 制 度 sil +003094 sil 特 朗 普 为 制 片 人 sp1 并 担 任 嘉 宾 sil +003095 sil 失 恋 的 人 特 别 喜 欢 往 人 烟 罕 至 的 角 落 里 钻 sil +003096 sil 铁 匠 在 给 战 马 钉 掌 时 sp1 因 缺 少 几 颗 钉 子 sp1 有 一 只 马 掌 没 有 钉 牢 sil +003097 sil 李 福 根 与 两 岁 的 幼 儿 尚 未 寻 获 sp1 但 生 还 机 会 极 其 渺 小 sil +003098 sil 昨 日 sp1 渝 中 区 大 坪 sp1 一 废 品 收 购 站 里 sp1 旧 酒 瓶 被 打 捆 包 装 在 一 起 sil +003099 sil 下 午 第 一 个 讲 演 主 题 sp1 是 儿 童 职 业 体 验 馆 sil +003100 sil 如 若 有 人 反 其 道 而 行 之 sp1 倒 是 有 教 唆 犯 罪 的 嫌 疑 sil +003101 sil 当 时 sp1 他 身 着 白 底 黑 点 的 短 袖 sp1 着 亮 黑 色 长 裤 sp1 黑 袜 sp1 黑 软 皮 鞋 sil +003102 sil 往 昔 sp1 香 港 夜 空 星 光 璀 璨 sp1 演 绎 东 方 不 夜 城 的 传 奇 sil +003103 sil 一 天 生 物 实 验 sp1 大 家 观 察 自 己 的 唾 液 细 胞 sp1 用 显 微 镜 看 sp1 并 记 录 下 来 sil +003104 sil 高 金 素 梅 sp1 也 因 此 被 媒 体 封 为 sp1 劈 腿 族 的 成 功 样 板 sil +003105 sil 腿 脚 矫 正 差 不 多 了 sp1 夏 竞 生 sp1 又 开 始 寻 思 着 让 儿 子 sp1 能 走 动 起 来 sil +003106 sil 黄 玉 玲 喊 哑 了 喉 咙 sp1 绝 望 地 瘫 坐 在 地 上 sil +003107 sil 将 一 枚 鸡 蛋 放 在 倒 立 的 玻 璃 杯 底 部 sp1 也 没 有 颠 簸 让 其 跌 落 sil +003108 sil 她 打 开 了 一 层 一 间 门 脸 房 的 拉 门 sp1 里 面 sp1 逼 仄 昏 黑 sil +003109 sil 存 折 sp1 不 就 有 帐 号 么 sil +003110 sil 选 拔 其 他 艺 术 品 种 的 节 目 sp1 也 需 要 把 眼 界 放 宽 些 sil +003111 sil 那 齿 孔 衬 托 下 的 花 sp1 美 的 不 得 了 sil +003112 sil 哦 sp1 那 你 玩 吧 sp1 不 打 扰 你 了 sil +003113 sil 它 的 到 来 使 全 民 压 抑 许 久 的 投 资 sp1 理 财 欲 望 sp1 喷 薄 而 发 sp1 一 浪 高 过 一 浪 sil +003114 sil 当 你 在 制 造 一 件 产 品 时 谈 论 爱 sp1 有 些 荒 谬 可 笑 sil +003115 sil 装 股 神 sp1 喵 了 个 眯 滴 sil +003116 sil 同 时 sp1 喜 马 拉 雅 山 脉 南 坡 一 带 sp1 做 好 地 质 灾 害 预 防 sil +003117 sil 要 用 你 的 双 手 创 造 财 富 sil +003118 sil 视 窗 离 不 开 鼠 标 sp1 所 以 微 软 也 生 产 鼠 标 sp1 鼠 标 就 是 踹 门 的 那 只 脚 sil +003119 sil 美 国 也 从 双 边 关 系 中 受 益 匪 浅 sil +003120 sil 沉 没 的 机 轮 是 查 亚 巴 鲁 号 sil +003121 sil 他 决 定 利 用 业 余 时 间 宣 传 脆 骨 病 sp1 让 大 家 关 注 脆 弱 的 瓷 娃 娃 sil +003122 sil 但 受 宠 于 年 轻 人 sp1 她 称 sp1 一 瘸 一 拐 sp1 也 要 到 西 宁 领 这 个 奖 sil +003123 sil 突 然 sp1 车 前 部 靠 驾 驶 座 位 置 sp1 哐 啷 一 声 sp1 砸 进 一 块 巨 石 sil +003124 sil 这 已 不 是 蔡 某 首 次 伸 出 肮 脏 之 手 sil +003125 sil 与 永 久 自 行 车 上 海 手 表 sp1 同 列 三 大 上 海 老 品 牌 sil +003126 sil 有 关 澳 门 过 渡 期 的 工 作 sp1 近 日 已 由 上 海 远 东 出 版 社 出 版 sil +003127 sil 被 剐 蹭 的 飞 机 则 需 停 场 检 修 sil +003128 sil 葫 芦 岛 小 伙 田 野 sil +003129 sil 使 用 坐 果 灵 的 西 瓜 果 脐 较 大 sil +003130 sil 男 子 个 人 越 野 赛 的 桂 冠 sp1 则 被 甘 肃 选 手 sp1 王 帧 抢 得 sil +003131 sil 小 女 儿 也 大 声 咒 骂 sp1 表 示 要 为 父 母 讨 回 公 道 sil +003132 sil 我 们 准 备 扫 走 这 件 垃 圾 sil +003133 sil 一 会 会 有 彩 虹 的 吧 sil +003134 sil 在 掺 混 过 程 中 sp1 工 人 发 现 sp1 部 分 荔 华 牌 乳 粉 sp1 有 结 块 出 虫 现 象 sil +003135 sil 伊 朗 与 叙 利 亚 两 国 关 系 密 切 sil +003136 sil 大 爷 小 明 腼 腆 的 说 sp1 我 是 无 所 谓 sp1 能 不 能 给 你 大 妈 小 花 sp1 留 条 裤 衩 sil +003137 sil 社 论 说 sp1 对 税 收 的 亮 丽 预 期 sp1 所 得 税 收 的 sp1 成 长 居 功 厥 伟 sil +003138 sil 百 老 汇 大 街 sp1 幺 三 五 六 号 sp1 也 被 命 名 为 海 尔 大 厦 sil +003139 sil 在 逛 橘 滋 时 sp1 侯 佩 岑 对 童 装 爱 不 释 手 sp1 连 说 好 可 爱 哦 sil +003140 sil 截 止 一 月 二 十 五 日 sp1 接 入 电 话 sp1 一 万 六 千 余 个 sil +003141 sil 暂 停 结 束 时 sp1 女 教 头 sp1 又 与 队 员 们 sp1 击 掌 呐 喊 sp1 以 鼓 舞 士 气 sil +003142 sil 断 不 准 官 吏 胥 役 藉 词 禁 令 sp1 扰 累 名 间 sil +003143 sil 不 过 再 怎 么 样 sp1 也 无 法 比 拟 我 们 鬼 鬼 美 丽 的 容 颜 sil +003144 sil 晚 上 失 眠 sp1 我 也 会 看 电 视 消 遣 哦 sil +003145 sil 张 将 军 sp1 尤 为 关 心 祖 国 统 一 的 问 题 sil +003146 sil 我 想 说 sp1 我 也 这 样 认 为 的 sil +003147 sil 休 闲 时 间 还 哼 哼 呀 呀 唱 歌 什 么 的 sil +003148 sil 尽 管 提 意 见 sp1 我 会 改 正 哒 sil +003149 sil 一 把 辛 酸 泪 sp1 满 屏 荒 唐 句 sil +003150 sil 正 是 因 为 陆 春 龙 sp1 天 性 好 动 的 性 格 sp1 才 一 下 子 被 伯 乐 相 中 sil +003151 sil 三 是 加 强 政 策 支 持 sp1 努 力 促 进 捕 捞 渔 民 sp1 转 产 转 业 sil +003152 sil 楼 市 调 控 要 防 止 按 下 葫 芦 起 来 瓢 sil +003153 sil 锄 禾 日 当 午 sp1 地 雷 埋 下 土 sil +003154 sil 自 己 身 体 要 紧 哦 sil +003155 sil 考 古 发 现 sp1 疑 似 烧 土 sil +003156 sil 亚 瑟 小 子 sp1 遭 歌 迷 飞 踹 面 部 sil +003157 sil 买 土 豆 还 不 如 买 迅 雷 去 sil +003158 sil 至 于 说 手 抖 不 抖 sp1 这 与 拍 摄 者 是 否 专 业 有 关 sil +003159 sil 国 外 也 有 爱 奢 侈 品 的 官 员 sp1 命 运 大 多 凋 零 sil +003160 sil 吴 雨 霏 笑 言 希 望 找 到 真 命 天 子 sp1 但 却 会 保 密 恋 情 sil +003161 sil 刘 嫄 用 棉 签 给 父 亲 清 洁 牙 齿 时 sp1 做 出 张 口 的 示 范 sil +003162 sil 我 对 广 场 舞 没 兴 趣 sil +003163 sil 高 温 让 泳 池 成 了 市 民 为 数 不 多 可 以 撒 欢 儿 的 地 方 sil +003164 sil 戛 纳 峰 会 sp1 应 作 出 三 方 面 努 力 sil +003165 sil 大 学 时 专 修 戏 剧 和 艺 术 sp1 打 算 从 事 电 影 业 sil +003166 sil 如 有 断 月 sp1 补 缴 后 有 效 sil +003167 sil 王 一 楠 化 身 巧 手 主 妇 sil +003168 sil 家 家 有 本 难 念 的 经 啊 sil +003169 sil 我 的 乖 乖 要 听 党 的 话 sil +003170 sil 根 据 相 关 法 律 法 规 sp1 宣 告 原 审 上 诉 人 区 润 华 无 罪 sil +003171 sil 本 人 孕 妇 一 枚 sp1 割 割 割 sp1 昨 晚 失 眠 sp1 让 二 货 老 公 给 肚 里 的 宝 宝 讲 个 故 事 sil +003172 sil 现 烧 饼 店 关 门 sp1 也 让 他 很 郁 闷 sil +003173 sil 想 想 也 没 关 系 sp1 是 金 子 迟 早 会 花 光 的 sil +003174 sil 王 先 生 曾 多 次 到 港 旅 游 sil +003175 sil 爸 爸 打 我 sp1 用 木 扫 把 打 我 sil +003176 sil 搭 讪 有 技 巧 sp1 恋 爱 sp1 更 有 学 问 sil +003177 sil 林 莉 sp1 也 以 高 贵 打 扮 出 席 活 动 sil +003178 sil 杜 姓 养 母 追 问 sp1 是 不 是 王 祖 贤 sp1 没 想 到 傅 瑞 娇 爽 快 地 说 sp1 对 sil +003179 sil 答 sp1 小 菜 sp1 俺 爹 就 是 被 我 打 残 的 sil +003180 sil 陈 强 调 sp1 恢 复 扁 党 员 身 份 sp1 有 助 平 反 sp1 但 实 质 意 义 不 大 sil +003181 sil 台 大 法 律 系 学 士 sp1 辅 大 法 研 所 硕 士 sil +003182 sil 有 一 种 图 片 sp1 叫 眼 不 见 为 净 sil +003183 sil 记 者 致 电 宁 波 沁 园 公 司 sil +003184 sil 祖 儿 不 抗 拒 与 歌 迷 拍 拖 sp1 始 终 感 情 是 讲 缘 分 的 sil +003185 sil 轮 胎 马 上 漏 气 sp1 瘪 了 下 去 sil +003186 sil 目 前 还 未 有 伤 亡 及 损 毁 报 告 sil +003187 sil 他 啃 着 手 上 的 嫩 竹 sp1 时 不 时 扭 头 瞅 瞅 欢 送 的 队 伍 sil +003188 sil 实 现 由 农 业 大 省 向 农 业 强 省 的 转 变 sil +003189 sil 以 前 三 千 米 跑 只 要 十 二 分 钟 sp1 现 在 爬 三 层 楼 sp1 都 喘 气 sil +003190 sil 王 平 朗 说 sp1 三 万 活 动 让 他 萌 生 了 撰 写 sp1 爱 民 十 戒 书 的 想 法 sil +003191 sil 会 议 向 刘 慧 晏 sp1 卯 稳 国 sp1 何 金 平 sp1 史 政 sp1 颁 发 了 任 命 书 sil +003192 sil 闯 下 大 祸 后 sp1 侯 建 勇 sp1 逃 到 广 东 投 奔 亲 人 sil +003193 sil 高 中 学 历 的 杨 小 妹 sp1 个 儿 不 高 sp1 身 体 偏 瘦 sp1 来 自 酉 阳 sil +003194 sil 示 威 所 在 的 广 场 内 人 满 为 患 sil +003195 sil 经 调 查 sp1 此 男 子 叫 胡 孬 sp1 汝 州 市 人 sp1 无 业 sil +003196 sil 今 天 晚 上 sp1 造 雪 机 会 开 一 宿 sil +003197 sil 你 尝 尝 地 沟 油 尝 尝 毒 海 带 sp1 再 尝 尝 塑 化 茅 台 笑 逐 颜 开 sil +003198 sil 刘 丽 问 sp1 称 呢 sp1 你 又 如 何 呢 sil +003199 sil 今 天 sp1 一 美 元 回 到 兑 换 一 点 六 六 一 雷 亚 尔 的 水 平 sil +003200 sil 在 网 络 上 sp1 捏 造 或 者 歪 曲 事 实 sp1 散 布 谣 言 的 行 为 sp1 要 负 法 律 责 任 sil +003201 sil 油 漆 味 扑 鼻 而 来 sp1 几 个 人 正 忙 着 给 一 口 崭 新 的 棺 材 涂 漆 上 色 sil +003202 sil 经 费 紧 张 sp1 干 部 们 又 发 牢 骚 sil +003203 sil 年 仅 半 岁 的 小 孙 子 sp1 躲 在 那 哇 哇 大 哭 sil +003204 sil 吴 博 文 个 儿 长 得 太 着 急 sp1 书 读 得 也 太 着 急 sil +003205 sil 杨 振 宁 并 没 有 因 此 颓 废 下 去 sil +003206 sil 他 们 哪 一 个 与 穷 苦 沾 边 的 sil +003207 sil 直 升 机 突 降 蚌 埠 淮 河 文 化 广 场 sp1 引 市 民 围 观 sil +003208 sil 燕 赵 都 市 报 上 刊 发 的 闫 沛 东 就 是 我 sil +003209 sil 陪 你 一 起 赏 月 怎 么 样 sil +003210 sil 中 方 对 奥 尔 默 特 总 理 的 上 述 表 态 sp1 表 示 欢 迎 sil +003211 sil 小 明 儿 子 五 岁 sp1 姐 姐 外 出 办 事 sp1 把 三 岁 的 外 甥 放 在 我 家 sil +003212 sil 它 并 非 单 枪 匹 马 sp1 而 是 有 伴 而 来 sil +003213 sil 中 方 反 对 为 改 革 人 为 设 定 时 限 sil +003214 sil 放 一 张 躺 椅 sp1 泡 一 杯 咖 啡 sp1 享 受 彻 底 放 空 的 惬 意 时 光 吧 sil +003215 sil 据 说 sp1 看 花 坛 的 老 爷 爷 sp1 每 天 都 会 向 花 坛 里 扔 一 个 一 元 的 硬 币 sil +003216 sil 这 咋 看 咋 不 像 光 明 正 大 呢 sil +003217 sil 从 邯 郸 市 丛 台 花 园 里 sp1 一 些 树 木 sp1 已 能 看 到 浅 浅 绿 芽 sil +003218 sil 他 们 拉 拢 了 快 递 员 组 长 林 某 sil +003219 sil 且 每 户 农 民 限 购 一 辆 sil +003220 sil 送 件 披 肩 好 了 sp1 能 和 很 多 衣 服 搭 配 有 格 调 sil +003221 sil 像 志 玲 姐 姐 那 样 嘛 sil +003222 sil 布 达 拉 宫 广 场 举 行 仪 式 sp1 庆 祝 西 藏 百 万 农 奴 解 放 纪 念 日 sil +003223 sil 哎 呦 sp1 都 是 大 帅 哥 sil +003224 sil 一 时 众 说 纷 纭 sp1 抡 起 大 棒 打 蚊 子 的 质 疑 声 四 起 sil +003225 sil 悍 妻 虐 夫 示 意 图 sil +003226 sil 跪 安 吧 小 主 子 sil +003227 sil 据 收 银 员 介 绍 sp1 一 般 遇 到 以 分 计 价 的 sp1 就 会 四 舍 五 入 sil +003228 sil 他 的 新 剧 心 战 正 在 香 港 播 出 sp1 香 港 股 指 sp1 果 然 又 拼 命 往 下 蹿 sil +003229 sil 俄 总 统 叶 利 钦 十 八 日 sp1 也 批 评 了 sp1 波 列 瓦 诺 夫 的 作 法 sil +003230 sil 所 以 必 须 及 时 阻 止 右 倾 化 sil +003231 sil 回 应 得 干 脆 直 接 利 落 sil +003232 sil 宋 英 夫 妇 无 儿 无 女 生 活 非 常 节 俭 sil +003233 sil 也 有 网 友 认 为 sp1 女 当 事 人 与 男 方 的 交 往 过 于 草 率 sp1 很 傻 很 天 真 sil +003234 sil 她 嘴 里 的 我 儿 sp1 说 的 是 姑 爷 sil +003235 sil 华 女 士 回 忆 sp1 父 亲 徐 钰 仁 是 一 个 评 弹 艺 人 sp1 走 南 闯 北 sp1 到 处 演 出 sil +003236 sil 韩 敏 承 认 sp1 孩 子 是 她 拐 走 的 sil +003237 sil 黄 启 思 一 家 如 今 用 上 了 自 来 水 sp1 再 也 不 用 外 出 挑 水 sil +003238 sil 钢 拱 桥 下 方 sp1 就 是 郑 州 北 铁 路 编 组 站 sil +003239 sil 葛 伟 和 妈 妈 姐 姐 sp1 留 在 杭 州 sil +003240 sil 小 猴 sp1 哪 受 得 了 这 番 折 腾 sp1 只 能 软 软 地 趴 在 咪 咪 胸 口 sil +003241 sil 公 司 招 聘 sp1 应 聘 者 sp1 要 填 表 sp1 写 自 己 的 基 本 信 息 sil +003242 sil 形 容 的 是 西 施 貂 蝉 sp1 王 昭 君 sp1 杨 玉 环 四 个 人 哦 sil +003243 sil 逯 家 蕊 的 先 生 潘 晓 鸣 sp1 也 是 一 位 袖 珍 人 sil +003244 sil 中 央 企 业 的 利 润 降 幅 更 大 sil +003245 sil 有 了 它 的 帮 助 sp1 望 远 镜 sp1 便 可 以 将 非 常 暗 的 星 星 拍 摄 下 来 sil +003246 sil 耿 某 一 米 七 五 左 右 sp1 短 发 sp1 大 眼 sil +003247 sil 八 一 队 的 主 攻 仲 为 君 sp1 也 为 球 队 砍 下 二 十 四 分 sil +003248 sil 公 交 车 七 幺 五 路 sp1 五 七 七 路 sp1 也 可 以 走 二 七 桥 sil +003249 sil 飞 哥 一 拍 老 板 的 肩 sp1 向 他 要 支 烟 sp1 悠 悠 吐 一 口 sp1 说 sp1 我 这 叫 肉 包 子 打 狗 sil +003250 sil 林 雨 翔 梅 开 二 度 sp1 窘 促 得 说 不 出 话 sil +003251 sil 自 我 保 护 意 识 较 差 sp1 轻 信 大 人 sp1 容 易 受 诱 惑 sp1 被 哄 骗 sil +003252 sil 南 非 法 律 sp1 允 许 一 夫 多 妻 制 sil +003253 sil 每 分 每 秒 你 都 要 想 好 sil +003254 sil 这 是 一 场 与 死 神 比 速 度 sp1 与 时 间 抢 生 命 的 sp1 紧 急 大 空 运 sil +003255 sil 他 曾 经 营 劳 务 派 遣 等 生 意 sp1 但 生 意 经 营 sp1 都 不 算 成 功 sil +003256 sil 目 前 希 贾 卜 和 家 人 在 约 旦 sil +003257 sil 昨 日 上 午 sp1 陈 瑞 琼 sp1 能 开 口 小 声 地 讲 话 sil +003258 sil 另 一 名 男 工 人 sp1 也 被 跑 车 剐 倒 sil +003259 sil 赵 秋 生 sp1 与 歹 徒 殊 死 搏 斗 sp1 终 因 寡 不 敌 众 sp1 壮 烈 牺 牲 sil +003260 sil 若 此 说 法 属 实 sp1 则 其 余 四 对 匝 道 sp1 也 将 存 在 同 样 隐 患 sil +003261 sil 但 我 们 的 损 失 sp1 由 谁 来 补 sil +003262 sil 陈 铁 带 着 刘 影 跑 到 哈 尔 滨 sp1 想 在 那 儿 躲 几 天 sil +003263 sil 他 一 开 始 走 sp1 已 经 注 定 sp1 他 要 摔 倒 了 sil +003264 sil 客 场 吃 亏 sp1 主 场 扯 平 sil +003265 sil 你 是 要 和 我 约 会 吗 sil +003266 sil 货 源 充 足 sp1 都 还 有 sil +003267 sil 静 音 已 取 消 sil +003268 sil 辛 苦 拉 扯 大 一 儿 一 女 sil +003269 sil 有 网 店 卖 家 坦 言 sp1 主 要 是 给 宠 友 sp1 带 来 生 活 情 趣 sil +003270 sil 到 偏 桥 底 村 看 了 后 sp1 情 况 还 不 是 这 样 sil +003271 sil 我 用 皮 带 捆 住 腰 sp1 吊 在 巷 道 里 的 锚 杆 上 sp1 一 直 吊 着 sil +003272 sil 古 语 有 云 称 sp1 天 下 熙 熙 sp1 皆 为 利 来 sp1 天 下 攘 攘 皆 为 利 往 sil +003273 sil 现 在 sp1 我 们 可 以 大 胆 展 望 一 下 sil +003274 sil 声 明 重 申 sp1 对 恶 意 中 伤 与 抹 黑 的 言 论 与 报 道 sp1 保 留 法 律 追 究 sil +003275 sil 为 什 么 王 某 怕 丈 夫 伤 害 自 己 sp1 非 要 进 监 狱 逃 避 呢 sil +003276 sil 魏 敏 生 表 示 sp1 薄 王 案 sp1 因 骂 引 发 sp1 从 深 层 次 看 sp1 是 利 益 团 伙 的 内 讧 sil +003277 sil 交 警 被 颠 下 车 摔 在 马 路 上 sil +003278 sil 门 卫 sp1 不 敢 担 这 个 责 任 sp1 扯 谎 说 钥 匙 不 在 sil +003279 sil 有 深 度 sp1 一 层 一 层 向 远 延 伸 sp1 给 人 sp1 无 有 穷 尽 的 感 觉 sil +003280 sil 以 后 离 婚 sp1 也 应 该 按 照 结 婚 的 流 程 sp1 倒 叙 顺 序 演 一 遍 sil +003281 sil 小 佩 宣 紧 紧 地 抓 着 床 上 的 被 单 sp1 咬 紧 牙 sp1 一 动 不 动 sil +003282 sil 总 成 交 价 格 sp1 为 sp1 五 十 四 点 三 八 六 四 亿 sil +003283 sil 这 就 是 闻 名 于 世 的 sp1 八 廓 街 唐 卡 吗 sil +003284 sil 为 了 应 付 日 寇 与 汉 奸 的 突 袭 sp1 她 学 会 了 sp1 打 枪 放 哨 巡 逻 sil +003285 sil 该 行 业 排 名 第 一 的 sp1 为 维 基 百 科 sp1 得 分 为 七 十 八 sil +003286 sil 其 二 sp1 轴 线 尺 寸 不 足 sil +003287 sil 酬 壮 志 sp1 铁 窗 寒 彻 sp1 泮 池 磅 礴 sil +003288 sil 西 垟 村 村 支 书 陈 丐 科 所 建 的 别 墅 sil +003289 sil 如 果 捐 献 完 sp1 你 们 把 器 官 取 走 了 sp1 家 属 sp1 以 后 来 找 我 们 怎 么 办 sil +003290 sil 君 子 动 口 不 动 手 哦 sil +003291 sil 可 能 二 零 三 一 年 会 sil +003292 sil 黄 某 佯 装 喝 醉 sp1 倒 在 床 上 假 睡 sp1 看 见 李 某 和 妻 子 拥 抱 接 吻 sil +003293 sil 像 巩 新 亮 sp1 都 是 自 己 修 图 sil +003294 sil 现 在 希 望 尽 快 把 工 作 做 完 sp1 可 以 抽 空 欣 赏 许 志 安 演 唱 会 sil +003295 sil 叙 利 亚 总 统 阿 萨 德 sp1 与 黎 巴 嫩 总 统 苏 莱 曼 的 会 谈 也 令 人 瞩 目 sil +003296 sil 不 过 梦 想 着 一 夜 暴 富 的 他 开 始 炒 股 sp1 不 料 血 本 无 归 sil +003297 sil 在 雅 典 奥 运 会 上 sp1 刘 翔 和 姚 明 是 中 国 军 团 中 sp1 最 吸 引 眼 球 的 明 星 sil +003298 sil 蔡 依 林 sp1 原 来 已 带 男 友 锦 荣 回 家 拜 年 sp1 感 情 关 系 匪 浅 sil +003299 sil 同 时 sp1 建 设 陕 北 sp1 百 万 千 瓦 风 电 基 地 sil +003300 sil 美 女 一 愣 sp1 弱 弱 的 说 sp1 我 送 你 出 去 吧 sil +003301 sil 此 时 的 马 老 sp1 已 连 一 句 完 整 的 话 都 不 能 讲 了 sil +003302 sil 标 准 普 尔 将 谷 歌 股 票 的 评 级 sp1 从 买 入 下 调 至 卖 出 sil +003303 sil 谆 谆 教 导 sp1 殷 殷 期 望 sp1 我 们 一 定 要 铭 记 在 心 sil +003304 sil 好 害 怕 说 错 话 sp1 被 你 打 sil +003305 sil 女 友 问 sp1 报 社 给 的 报 酬 sp1 你 干 什 么 用 了 sil +003306 sil 红 烧 排 骨 sp1 麻 辣 小 龙 虾 sil +003307 sil 曾 假 装 晕 倒 sp1 并 小 便 在 裤 子 里 sil +003308 sil 这 是 头 上 簪 菊 的 变 俗 sil +003309 sil 他 们 说 sp1 累 点 没 啥 sp1 只 要 能 控 制 污 染 就 行 sil +003310 sil 护 士 在 照 料 产 子 后 的 胖 妈 sil +003311 sil 在 返 回 途 中 遭 遇 风 雪 sp1 大 风 卷 着 雪 花 sp1 能 见 度 很 差 sil +003312 sil 台 联 苏 辉 委 员 sp1 用 四 个 心 sp1 表 达 自 己 对 胡 锦 涛 总 书 记 讲 话 的 感 受 sil +003313 sil 你 可 以 先 冷 静 一 下 sil +003314 sil 甜 品 是 西 米 南 瓜 茸 sp1 以 及 点 心 水 果 各 一 份 sil +003315 sil 命 悬 一 线 的 危 难 关 头 sp1 姑 娘 们 斗 志 爆 发 sil +003316 sil 这 显 然 比 原 判 决 sp1 还 要 荒 谬 sil +003317 sil 不 妨 试 试 用 低 沉 嗓 音 讲 话 sil +003318 sil 皇 帝 的 身 子 sp1 奴 才 的 命 啊 sil +003319 sil 外 脚 手 架 搭 设 与 方 案 不 一 致 sil +003320 sil 同 日 sp1 敏 敏 也 被 抓 获 sil +003321 sil 辛 卯 年 清 明 公 祭 轩 辕 黄 帝 典 礼 sp1 在 陕 西 黄 帝 陵 sp1 隆 重 举 行 sil +003322 sil 风 雹 所 到 sp1 损 失 严 重 sp1 尤 以 河 南 安 徽 为 甚 sil +003323 sil 蚂 蚁 蚂 蚁 sp1 蝗 虫 的 大 腿 sil +003324 sil 难 道 sp1 那 不 比 我 厉 害 吗 sil +003325 sil 混 浊 的 河 水 sp1 裹 着 树 枝 等 杂 物 向 下 游 滚 滚 而 去 sil +003326 sil 就 云 南 铬 渣 事 件 来 说 sp1 赔 偿 款 给 谁 sil +003327 sil 第 十 六 届 中 央 候 补 委 员 sil +003328 sil 当 时 他 被 吓 坏 了 sp1 赶 紧 越 过 周 克 华 迅 速 跑 远 sil +003329 sil 受 高 空 槽 影 响 sp1 昨 天 上 午 起 sp1 全 市 陆 续 飘 雪 sil +003330 sil 最 近 sp1 我 堕 落 成 了 轻 微 懒 癌 患 者 sp1 这 都 被 你 发 现 了 sil +003331 sil 目 前 少 年 与 女 友 吵 架 sp1 女 友 负 气 离 家 后 sp1 向 涮 涮 锅 店 辞 职 sil +003332 sil 用 天 津 话 说 sp1 就 是 sp1 兜 里 揣 副 牌 sp1 逮 谁 跟 谁 来 sil +003333 sil 不 过 sp1 恬 妞 的 情 路 sp1 却 颇 为 坎 坷 sil +003334 sil 唐 维 的 表 姐 左 海 燕 sp1 打 通 了 电 话 sil +003335 sil 三 是 领 土 海 洋 问 题 sp1 不 时 凸 显 sil +003336 sil 晓 菲 sp1 有 一 个 和 她 长 得 几 乎 一 模 一 样 的 孪 生 妹 妹 晓 月 sil +003337 sil 国 家 法 律 sp1 有 明 文 规 定 sp1 出 土 文 物 不 可 以 买 卖 sil +003338 sil 罗 天 诚 被 自 己 的 问 题 反 呛 一 口 sp1 看 窗 外 景 物 不 说 话 sp1 由 大 雅 sp1 变 成 大 哑 sil +003339 sil 偶 尔 约 一 些 朋 友 吃 饭 sil +003340 sil 我 真 的 会 答 应 的 噢 sil +003341 sil 应 酬 少 了 sp1 发 言 短 了 sil +003342 sil 平 壤 民 俗 公 园 全 景 sil +003343 sil 颈 子 上 还 有 掐 痕 sil +003344 sil 好 像 有 点 儿 荒 唐 sil +003345 sil 等 菜 卖 完 sp1 俺 回 家 吃 sil +003346 sil 老 婆 骂 我 是 废 物 sp1 啥 都 不 会 sp1 我 一 气 之 下 摔 门 而 出 sp1 在 路 上 溜 达 了 半 天 sil +003347 sil 一 场 暴 雨 袭 来 sp1 水 流 越 来 越 湍 急 sil +003348 sil 很 多 年 轻 父 母 称 自 己 为 孩 奴 sp1 称 抚 养 和 教 育 孩 子 为 烧 钱 sil +003349 sil 会 议 在 五 楼 会 议 室 举 行 sil +003350 sil 傍 晚 六 点 去 超 市 购 物 sil +003351 sil 凶 徒 们 sp1 将 姜 老 板 和 女 儿 女 婿 捆 了 起 来 sp1 逼 他 们 交 钱 sil +003352 sil 而 且 范 冰 冰 还 年 轻 sp1 媒 体 sp1 不 要 这 样 糟 蹋 一 个 好 演 员 sil +003353 sil 我 的 压 岁 钱 sp1 妈 妈 帮 我 存 银 行 里 sp1 就 是 这 么 没 了 的 sil +003354 sil 只 有 王 小 平 驾 驶 警 车 sp1 如 一 张 膏 药 贴 在 三 菱 越 野 车 后 面 sil +003355 sil 其 中 sp1 陈 金 火 完 成 器 官 捐 赠 sil +003356 sil 美 丽 的 幌 子 下 sp1 掩 藏 着 杀 机 sil +003357 sil 钟 嘉 欣 吻 小 女 孩 sil +003358 sil 不 过 很 明 显 sp1 梅 耶 尔 sp1 并 不 是 谷 歌 派 往 雅 虎 的 卧 底 sil +003359 sil 难 道 sp1 你 不 想 跟 笨 妞 聊 聊 天 嘛 sil +003360 sil 仔 细 看 sp1 能 看 到 金 属 带 四 五 处 sp1 被 撞 sp1 或 刮 擦 产 生 的 凹 痕 sil +003361 sil 我 妹 妹 还 小 sp1 她 们 肯 定 更 需 要 关 爱 sil +003362 sil 临 床 表 现 为 sp1 烂 蹄 烂 嘴 sp1 走 路 跛 脚 等 特 征 sil +003363 sil 市 委 副 书 记 殷 一 璀 sp1 市 委 常 委 副 书 记 sp1 屠 光 绍 出 席 仪 式 sil +003364 sil 他 是 广 大 侨 胞 sp1 和 归 侨 侨 眷 的 知 音 和 挚 友 sil +003365 sil 货 架 上 的 熊 胆 粉 熊 胆 茶 sp1 包 装 精 美 sp1 数 百 元 不 等 sil +003366 sil 我 国 的 粗 钢 产 量 也 居 全 球 第 一 sil +003367 sil 此 后 sp1 偷 盗 情 况 有 所 好 转 sp1 但 仍 时 有 村 民 翻 越 栅 栏 sil +003368 sil 其 余 的 预 算 将 用 于 购 买 服 务 器 和 电 脑 sil +003369 sil 两 队 最 后 以 六 十 五 比 六 十 五 sp1 打 成 平 手 sil +003370 sil 刚 才 听 课 文 录 音 太 困 了 sp1 眯 一 下 sp1 就 算 是 休 息 sil +003371 sil 那 就 不 要 跟 偶 聊 天 了 啊 sil +003372 sil 听 说 sp1 浣 花 溪 公 园 很 好 玩 sp1 我 也 想 去 看 看 呢 sil +003373 sil 等 售 票 员 说 没 票 时 sp1 李 竹 清 就 像 霜 打 的 茄 子 sp1 蔫 啦 sil +003374 sil 不 少 网 友 为 林 俊 点 燃 蜡 烛 sp1 祝 他 sp1 一 路 走 好 sil +003375 sil 卖 水 果 的 鲜 货 铺 sp1 卖 月 饼 的 点 心 铺 sp1 都 开 始 整 理 铺 面 sp1 布 置 橱 窗 sil +003376 sil 每 人 每 天 sp1 能 扫 出 一 车 斗 sil +003377 sil 长 耳 朵 sp1 能 帮 助 它 扇 动 空 气 sp1 寻 找 气 味 来 源 sil +003378 sil 不 过 sp1 过 去 的 二 传 都 是 矮 个 子 sil +003379 sil 这 件 事 让 申 敏 感 觉 特 别 委 屈 sil +003380 sil 值 得 肯 定 的 sp1 备 胎 采 用 了 全 尺 寸 轮 胎 sp1 很 厚 道 sil +003381 sil 厨 房 的 一 扇 门 sp1 已 经 朽 烂 sil +003382 sil 第 二 天 sp1 我 尝 试 那 种 状 态 sp1 词 儿 一 样 sp1 劲 儿 sp1 不 一 样 了 sil +003383 sil 你 觉 得 小 俗 怎 么 样 sil +003384 sil 邹 某 sp1 现 场 被 公 安 机 关 挡 获 sil +003385 sil 车 在 布 满 深 浅 不 一 水 坑 的 路 上 颠 簸 前 行 sil +003386 sil 张 垚 在 向 云 村 的 家 sp1 屋 后 就 是 高 山 sp1 一 到 夏 天 sp1 蚊 子 很 多 sil +003387 sil 你 忍 心 让 我 这 么 担 心 吗 sil +003388 sil 聚 林 一 家 sp1 边 赏 sp1 风 景 边 拍 照 片 sp1 喜 鹊 就 围 着 聚 林 转 sp1 飞 飞 停 停 sil +003389 sil 辽 阔 的 江 面 至 此 陡 然 收 窄 sil +003390 sil 作 为 陪 客 的 我 sp1 心 中 亦 觉 得 暖 融 融 的 sil +003391 sil 当 中 sp1 以 压 轴 出 现 的 容 祖 儿 sp1 反 应 最 热 烈 sil +003392 sil 午 饭 吃 面 条 或 馄 饨 sp1 晚 饭 随 子 女 一 起 吃 饭 sil +003393 sil 经 过 专 家 讨 论 sp1 并 根 据 家 长 愿 望 sp1 医 院 最 后 决 定 sp1 为 连 体 儿 分 离 sil +003394 sil 得 道 多 助 sp1 失 道 寡 助 sil +003395 sil 天 秤 座 博 爱 sp1 喜 欢 与 人 分 享 sil +003396 sil 另 外 的 人 抢 我 手 机 sp1 摁 头 摁 手 sil +003397 sil 我 觉 得 是 她 想 要 热 闹 一 下 啦 sil +003398 sil 省 廉 自 办 sp1 正 在 对 这 些 疑 似 车 辆 进 行 核 查 sil +003399 sil 出 门 左 转 sp1 找 个 岗 亭 sp1 你 去 问 问 sp1 大 盖 帽 叔 叔 sil +003400 sil 据 统 计 sp1 目 前 sp1 幺 二 三 四 五 日 拨 打 量 sp1 约 四 千 五 百 件 sil +003401 sil 现 在 志 云 亦 决 定 离 开 sp1 迷 云 党 已 全 面 瓦 解 sil +003402 sil 不 敢 下 来 sp1 道 儿 太 黑 了 sp1 怕 走 路 摔 跟 头 sil +003403 sil 小 羽 也 很 倔 sp1 就 是 不 低 头 认 错 sil +003404 sil 随 后 sp1 这 批 蟒 蛇 sp1 被 送 到 合 肥 动 物 园 sp1 均 得 到 妥 善 安 置 sil +003405 sil 我 家 住 六 楼 sp1 没 电 梯 所 以 懒 的 下 去 sil +003406 sil 帖 文 引 起 了 众 多 网 民 关 注 sil +003407 sil 工 作 人 员 忙 着 收 钱 sp1 瞟 都 不 瞟 一 眼 资 料 sp1 更 不 用 说 核 实 身 份 sil +003408 sil 心 生 抱 怨 的 我 sp1 嘟 囔 了 一 句 sp1 拿 根 鸡 毛 当 令 箭 sil +003409 sil 预 计 二 零 一 零 年 sp1 八 九 月 开 张 运 作 sil +003410 sil 人 类 存 在 一 个 美 丽 的 幻 想 sp1 能 像 鸟 儿 一 样 sp1 自 由 飞 翔 sil +003411 sil 临 近 天 黑 sp1 不 打 算 空 手 而 归 的 他 sp1 咬 咬 牙 关 sp1 买 了 一 块 歙 砚 毛 料 sil +003412 sil 不 能 多 施 肥 sp1 就 在 土 壤 里 配 几 味 温 和 的 中 药 sil +003413 sil 该 院 院 长 杨 开 乔 表 示 sp1 状 元 只 是 偶 然 sp1 高 分 群 体 更 有 说 服 力 sil +003414 sil 烧 香 完 毕 后 sp1 一 家 人 分 着 供 品 吃 sp1 一 瓣 瓣 苹 果 sp1 一 串 串 葡 萄 sil +003415 sil 裘 千 仞 一 脸 为 难 说 sp1 我 试 试 吧 sil +003416 sil 男 子 闷 闷 不 乐 地 离 开 sil +003417 sil 周 六 sp1 姥 姥 姥 爷 sp1 同 时 血 压 降 低 sil +003418 sil 现 在 想 想 sp1 丢 了 好 像 也 很 正 常 sp1 耍 手 腕 sp1 我 耍 不 过 其 他 人 sil +003419 sil 然 后 sp1 我 们 就 往 楼 顶 跑 sp1 在 楼 顶 向 下 呼 救 sil +003420 sil 那 要 是 有 个 病 有 个 灾 的 sp1 还 得 往 城 里 折 腾 sil +003421 sil 亲 人 们 sp1 为 龚 勇 更 衣 时 sp1 发 现 他 身 上 贴 着 很 多 膏 药 sil +003422 sil 在 旅 馆 安 顿 好 后 sp1 他 便 忙 于 自 己 的 毕 业 论 文 sil +003423 sil 王 冶 东 听 见 里 面 的 歌 词 sp1 又 勾 起 伤 心 sil +003424 sil 施 工 现 场 sp1 沙 石 土 方 等 散 体 材 料 sp1 必 须 严 密 遮 盖 等 sil +003425 sil 就 是 长 远 目 标 和 谋 略 呀 sp1 主 人 研 究 什 么 战 略 问 题 呢 sil +003426 sil 你 做 的 歹 越 多 sp1 责 任 越 可 以 推 脱 sp1 这 完 全 是 一 种 谬 论 sil +003427 sil 以 前 在 家 里 爱 唱 爱 跳 sp1 干 着 家 务 嘴 里 都 哼 着 歌 sil +003428 sil 闲 着 没 事 sp1 买 了 本 瑜 伽 书 sp1 让 男 友 陪 着 练 sil +003429 sil 蕴 藏 了 近 千 公 里 的 激 情 sp1 一 时 喷 涌 而 出 sil +003430 sil 最 常 见 的 就 是 刻 有 佛 教 六 字 真 言 sp1 唵 嘛 呢 叭 咪 吽 的 石 块 sil +003431 sil 昨 日 sp1 省 会 空 气 污 染 指 数 为 六 十 四 sp1 空 气 质 量 为 良 sil +003432 sil 这 首 诗 的 名 字 sp1 叫 悯 农 sil +003433 sil 网 络 舆 论 sp1 极 易 成 为 整 个 社 会 信 息 舆 论 系 统 的 sp1 不 稳 定 因 素 sil +003434 sil 我 朋 友 见 状 说 sp1 早 知 道 给 这 个 美 眉 sp1 也 买 几 串 就 好 了 sil +003435 sil 却 遭 到 校 方 施 压 sp1 阻 止 举 报 sil +003436 sil 反 正 我 挺 支 持 的 sil +003437 sil 胥 某 至 死 也 没 弄 明 白 sp1 自 己 究 竟 为 何 被 打 sil +003438 sil 何 时 才 能 闻 到 喷 鼻 的 高 粱 米 饭 的 香 味 呢 sil +003439 sil 大 部 分 地 陷 坑 深 约 一 两 米 sp1 直 径 约 五 六 米 sil +003440 sil 耿 谆 等 战 俘 sp1 经 石 家 庄 被 运 至 北 京 sil +003441 sil 金 门 旋 风 访 问 两 个 多 小 时 sp1 被 蔡 英 文 列 为 本 周 秘 密 武 器 sil +003442 sil 但 女 儿 听 不 进 去 呀 sil +003443 sil 结 果 嘛 sp1 他 一 定 会 结 结 实 实 地 揍 我 一 顿 sil +003444 sil 但 中 奖 少 sp1 亏 钱 多 sil +003445 sil 图 为 工 作 人 员 在 编 织 毛 线 娃 娃 sil +003446 sil 你 以 后 要 幸 福 sp1 找 个 比 我 弱 的 人 sp1 这 样 sp1 我 要 是 去 抢 婚 还 能 抢 过 他 sil +003447 sil 食 用 植 物 油 中 sp1 一 般 不 含 胆 固 醇 sp1 或 含 量 极 低 sil +003448 sil 这 结 果 sp1 令 麦 克 米 伦 的 家 人 感 到 震 惊 sp1 女 死 者 的 胞 兄 肖 恩 sil +003449 sil 补 考 不 通 过 sp1 便 会 延 长 学 籍 sil +003450 sil 谁 该 拥 有 这 件 国 宝 级 文 物 的 所 有 权 sil +003451 sil 近 代 意 义 上 的 遗 产 税 sp1 始 于 sp1 一 五 九 八 年 的 荷 兰 sil +003452 sil 佛 罗 伦 萨 sp1 主 人 带 我 去 看 看 嘛 sil +003453 sil 温 顿 sp1 还 养 了 两 匹 马 一 条 狗 sp1 一 只 长 尾 小 鹦 鹉 sp1 一 些 鸡 和 猫 sil +003454 sil 在 日 本 sp1 听 罗 斯 特 洛 波 维 奇 指 挥 的 音 乐 会 sp1 我 曾 亲 身 到 过 那 块 儿 土 地 sil +003455 sil 和 谐 六 号 车 厢 sp1 比 现 用 和 谐 号 更 宽 敞 sil +003456 sil 章 林 浩 sp1 没 预 料 到 这 突 发 情 况 sp1 呛 了 一 口 sp1 药 卡 在 喉 咙 里 sp1 百 咽 不 下 sil +003457 sil 从 此 往 后 sp1 我 给 他 什 么 他 都 不 吃 sil +003458 sil 那 以 后 我 不 问 了 sil +003459 sil 图 为 sp1 被 凿 开 的 墙 洞 sil +003460 sil 葛 启 义 进 门 后 sp1 顺 楼 梯 而 上 sp1 又 被 守 楼 梯 口 的 警 察 拦 住 sil +003461 sil 大 家 都 携 儿 带 女 sp1 朝 西 边 的 县 城 方 向 跑 sil +003462 sil 当 天 sp1 尹 恩 惠 身 穿 粉 红 上 衣 sp1 黑 色 芭 蕾 舞 裙 sp1 模 样 十 分 甜 美 sil +003463 sil 萨 米 娅 和 家 人 sp1 逃 到 喀 布 尔 郊 区 sp1 过 起 隐 蔽 的 生 活 sil +003464 sil 当 时 sp1 我 感 觉 sp1 搞 企 业 真 好 sil +003465 sil 她 与 台 湾 人 气 明 星 胡 宇 崴 sp1 一 同 演 绎 sp1 甜 蜜 幸 福 的 爱 情 sil +003466 sil 写 小 说 的 sp1 凭 什 么 写 到 男 女 分 手 sp1 就 得 命 令 老 天 爷 sp1 掉 几 个 雨 点 下 来 sil +003467 sil 此 种 要 求 sp1 只 能 用 荒 唐 来 形 容 sil +003468 sil 天 天 哭 穷 年 年 亏 空 sil +003469 sil 虽 然 与 贵 州 山 水 相 连 sp1 但 渝 黔 两 地 sp1 旱 情 迥 异 sil +003470 sil 拿 到 邮 包 后 sp1 李 平 决 定 sp1 把 这 件 新 棉 袄 sp1 给 蔡 连 坡 sil +003471 sil 截 至 周 三 收 盘 sp1 该 公 司 市 值 为 sp1 二 点 五 一 七 二 亿 美 元 sil +003472 sil 历 史 书 上 介 绍 慈 掉 sp1 却 不 说 顽 固 党 sp1 编 的 人 水 平 还 没 我 高 呢 sil +003473 sil 宝 盆 上 sp1 有 许 多 弩 手 和 弓 箭 手 sil +003474 sil 已 经 挖 开 的 路 基 sp1 旁 边 的 树 sp1 被 草 绳 捆 绑 起 来 sil +003475 sil 第 二 年 sp1 女 儿 曹 柳 柳 降 生 sil +003476 sil 然 后 生 活 方 面 也 很 折 腾 sil +003477 sil 北 京 市 市 政 市 容 委 sp1 及 时 启 动 扫 雪 铲 冰 应 急 预 案 sil +003478 sil 李 松 说 sp1 侄 女 陶 梦 婷 sp1 乖 巧 懂 事 sp1 学 习 成 绩 也 特 别 好 sil +003479 sil 小 冰 我 痛 苦 地 捂 住 了 脸 sil +003480 sil 父 亲 和 二 叔 sp1 被 日 本 人 抓 走 sp1 爷 爷 接 着 暴 毙 sp1 留 下 一 群 孤 儿 寡 母 sil +003481 sil 在 得 到 姚 存 林 老 人 的 同 意 后 sp1 欧 阳 兆 堂 张 罗 开 来 sil +003482 sil 我 年 方 二 八 尚 未 婚 配 sil +003483 sil 事 后 sp1 唐 娟 被 这 群 男 生 一 脚 踹 翻 在 地 sil +003484 sil 路 骤 然 变 小 sp1 天 上 没 有 星 月 sp1 衬 得 这 夜 空 格 外 幽 凉 sil +003485 sil 美 国 电 子 隐 私 信 息 中 心 认 为 sp1 这 些 词 汇 太 宽 泛 sp1 模 棱 两 可 sil +003486 sil 出 让 总 金 额 为 sp1 三 十 七 点 sp1 二 七 七 亿 元 sil +003487 sil 寒 潮 近 日 席 卷 欧 洲 多 个 国 家 sil +003488 sil 男 友 sp1 沈 阳 海 狮 sp1 与 重 庆 隆 鑫 比 赛 后 的 第 二 天 sil +003489 sil 多 的 时 候 sp1 一 套 户 型 能 反 复 修 改 十 几 遍 sil +003490 sil 林 欣 彤 频 频 吸 金 sp1 笑 到 眼 睛 都 眯 起 来 sil +003491 sil 我 尽 了 最 大 的 努 力 sp1 为 了 留 一 个 员 工 sp1 熬 夜 陪 他 聊 sil +003492 sil 因 为 她 为 人 细 心 勤 劳 sp1 家 里 被 她 操 持 得 井 井 有 条 sil +003493 sil 泽 尻 英 龙 华 将 与 丈 夫 一 刀 两 断 sil +003494 sil 中 方 应 邀 参 加 招 待 会 的 有 sp1 黄 华 sp1 刘 华 秋 sp1 韩 叙 sp1 刘 述 卿 sp1 陆 璀 等 sil +003495 sil 家 里 的 藏 书 只 能 起 到 对 外 炫 耀 的 作 用 sp1 对 内 sp1 就 没 这 威 力 了 sil +003496 sil 下 面 听 听 任 春 您 的 视 角 观 察 的 一 些 情 况 sil +003497 sil 此 前 一 天 sp1 该 案 另 一 逃 犯 朱 猛 sp1 也 被 警 方 抓 获 sil +003498 sil 别 整 这 没 用 的 sp1 快 告 诉 我 车 撞 哪 了 sil +003499 sil 改 扩 建 后 的 静 安 寺 sp1 殿 宇 嵯 峨 sp1 金 碧 辉 煌 sil +003500 sil 余 雄 揉 揉 他 的 左 手 sp1 说 sp1 废 话 sp1 当 然 痛 sil +003501 sil 范 某 随 即 按 了 十 几 声 喇 叭 sp1 但 熊 某 sp1 并 未 予 以 理 会 sil +003502 sil 十 八 大 代 表 饶 富 通 sil +003503 sil 可 王 宝 海 不 这 样 看 sp1 他 说 sp1 不 就 是 睡 一 宿 觉 吗 sil +003504 sil 而 每 过 一 道 关 卡 sp1 都 要 用 钱 来 打 点 sil +003505 sil 与 居 民 储 蓄 增 长 相 匹 配 sil +003506 sil 忘 不 了 叔 叔 阿 姨 那 憋 不 住 的 表 情 sil +003507 sil 辐 照 sp1 并 不 适 用 于 所 有 的 药 材 sil +003508 sil 非 洲 手 鼓 最 初 是 铁 匠 们 sp1 用 来 捣 碎 杂 粮 的 臼 手 工 制 造 的 sil +003509 sil 幸 好 轮 机 长 藏 了 些 柴 油 sil +003510 sil 位 于 日 喀 则 西 南 市 郊 的 sp1 德 庆 格 桑 颇 章 内 sp1 人 头 攒 动 sil +003511 sil 巴 沙 尔 的 前 途 命 运 sp1 应 交 由 叙 利 亚 人 民 决 定 sil +003512 sil 我 不 傲 娇 sp1 我 很 谦 和 的 sil +003513 sil 阳 光 洒 落 sp1 心 却 不 暖 sil +003514 sil 史 颖 死 守 观 点 说 sp1 大 家 让 一 下 就 没 事 了 sil +003515 sil 也 恳 请 社 会 sp1 恳 请 法 律 sp1 能 够 对 我 的 犯 罪 情 节 予 以 宽 大 处 理 sil +003516 sil 楼 床 的 晃 动 sp1 持 续 约 数 十 秒 sil +003517 sil 国 手 云 集 是 乒 超 的 一 大 卖 点 sil +003518 sil 米 雪 见 到 记 者 时 sp1 一 脸 惊 讶 sp1 及 后 即 强 颜 欢 笑 sil +003519 sil 算 起 来 应 该 比 我 大 几 岁 吧 sil +003520 sil 开 元 公 司 sp1 打 着 机 关 的 牌 子 坑 骗 顾 客 sil +003521 sil 之 后 双 方 开 始 互 扔 物 品 sil +003522 sil 银 尕 说 sp1 他 正 在 现 场 指 挥 抗 震 救 灾 sil +003523 sil 李 倩 坦 言 sp1 参 加 华 表 奖 属 首 次 sil +003524 sil 有 些 国 家 sp1 也 加 到 漱 口 水 牙 膏 里 sil +003525 sil 此 外 sp1 舰 载 预 警 机 sp1 对 航 母 而 言 sp1 也 是 不 可 或 缺 的 sil +003526 sil 到 医 院 检 查 sp1 为 心 脏 房 颤 sil +003527 sil 戈 尔 说 sp1 他 与 克 林 顿 夫 妇 是 好 朋 友 sil +003528 sil 您 也 可 以 报 名 参 与 sp1 说 说 您 的 看 法 sil +003529 sil 格 雷 夫 的 父 亲 兹 维 说 sp1 看 到 儿 子 棺 木 那 一 刻 sp1 他 完 全 崩 溃 了 sil +003530 sil 谢 谢 您 的 配 合 sp1 请 进 sp1 微 笑 依 旧 sp1 威 武 依 然 sil +003531 sil 不 过 sp1 得 江 山 容 易 守 江 山 难 sil +003532 sil 民 警 还 在 刘 东 身 上 sp1 搜 出 一 把 折 叠 刀 和 医 用 镊 子 sil +003533 sil 比 尔 盖 茨 要 来 讲 演 的 消 息 就 是 从 这 看 到 的 sil +003534 sil 我 量 了 一 下 体 温 好 像 发 烧 sil +003535 sil 这 名 溜 走 的 男 子 就 是 王 伟 sil +003536 sil 伊 朗 与 六 国 今 年 以 来 sp1 已 进 行 两 轮 伊 核 问 题 谈 判 sil +003537 sil 报 道 称 sp1 东 欧 一 些 生 活 艰 苦 的 女 性 sp1 愿 意 以 出 售 卵 子 维 生 sil +003538 sil 丑 小 鸭 很 快 显 出 白 天 鹅 的 模 样 sil +003539 sil 但 就 在 这 里 sp1 却 每 晚 都 有 人 公 开 屠 宰 死 田 鸡 sil +003540 sil 网 友 一 抓 一 个 准 儿 sp1 与 住 房 联 网 的 无 为 而 治 sp1 形 成 鲜 明 对 比 sil +003541 sil 如 果 我 滚 远 了 就 回 不 来 了 sil +003542 sil 太 太 高 龄 怀 第 一 胎 sp1 刘 德 华 sp1 本 已 非 常 紧 张 sil +003543 sil 绑 匪 现 阶 段 没 有 索 要 赎 金 sil +003544 sil 皇 后 之 玺 金 螭 虎 纽 sil +003545 sil 物 流 曾 是 国 外 网 商 的 短 板 sil +003546 sil 王 女 士 总 共 损 失 sp1 十 一 点 四 二 五 四 万 元 sil +003547 sil 校 草 不 慌 不 忙 把 电 话 说 完 sp1 对 着 二 货 就 开 骂 sp1 谁 特 玛 的 用 真 名 出 来 混 的 sil +003548 sil 行 业 回 暖 必 须 以 行 业 结 构 调 整 sp1 基 本 面 的 变 化 为 基 础 sil +003549 sil 讽 刺 总 是 尖 锐 的 sp1 然 而 幽 默 的 讽 刺 sp1 却 出 于 苦 口 婆 心 的 善 意 sil +003550 sil 特 侦 组 何 时 传 讯 犯 行 明 确 的 谢 长 廷 sil +003551 sil 如 何 弥 平 双 方 阵 营 的 裂 痕 伤 口 sil +003552 sil 一 年 前 sp1 央 视 曾 报 道 sp1 有 不 少 人 因 吃 生 泥 鳅 而 中 毒 入 院 sil +003553 sil 此 时 的 张 咪 sp1 如 浴 火 重 生 sil +003554 sil 女 老 师 埋 头 查 半 天 sp1 一 推 眼 镜 sp1 哟 的 一 声 sp1 叫 得 他 心 惊 肉 跳 sp1 几 乎 昏 倒 sil +003555 sil 今 天 稍 早 sp1 国 会 三 度 通 过 sp1 容 许 所 有 公 民 出 马 角 逐 总 理 职 位 的 法 案 sil +003556 sil 这 是 青 海 陨 石 中 被 买 走 的 首 块 大 陨 石 sil +003557 sil 你 先 给 我 讲 一 个 吧 sil +003558 sil 美 女 主 播 杜 沁 怡 受 其 钦 点 sp1 担 当 此 次 唱 片 发 布 会 的 主 持 sil +003559 sil 身 旁 的 千 嬅 即 叫 乐 仔 快 些 娶 太 太 sil +003560 sil 今 后 这 些 行 为 统 统 不 被 允 许 sil +003561 sil 杨 敏 断 定 sp1 这 家 伙 肯 定 有 情 况 sil +003562 sil 看 完 瞬 间 温 暖 全 无 sp1 爸 sp1 你 够 了 sil +003563 sil 降 雨 量 大 sp1 已 经 成 为 了 莫 拉 克 的 烙 印 sil +003564 sil 周 杰 伦 对 狗 仔 一 向 不 客 气 sil +003565 sil 刘 勇 明 说 sp1 老 婆 是 极 品 好 sil +003566 sil 随 后 sp1 旁 边 有 人 用 腿 sp1 连 踹 红 衣 少 年 的 腹 部 sil +003567 sil 除 了 王 菲 外 sp1 章 子 怡 同 样 低 调 现 身 sp1 她 表 示 是 来 捧 导 演 场 sil +003568 sil 村 民 介 绍 sp1 大 土 丘 即 皇 坟 sp1 刘 备 墓 sil +003569 sil 但 这 些 事 总 得 有 人 做 呀 sil +003570 sil 一 般 情 况 下 sp1 狗 场 是 狗 市 和 宠 物 店 的 狗 源 地 sil +003571 sil 出 纳 喜 出 望 外 sp1 二 人 沆 瀣 一 气 sp1 上 演 了 一 场 双 簧 戏 sil +003572 sil 香 港 将 拍 卖 蒋 介 石 青 天 白 日 勋 章 sp1 真 伪 引 起 讨 论 sil +003573 sil 曼 迪 捏 造 了 整 个 故 事 sil +003574 sil 明 天 回 老 家 sp1 看 看 老 父 亲 大 人 sp1 和 娃 娃 玩 几 天 再 说 sil +003575 sil 主 人 在 打 扫 笼 舍 sp1 崽 崽 热 情 地 用 鼻 子 拱 主 人 的 腿 sil +003576 sil 随 后 sp1 胡 某 柴 向 湖 滨 所 报 警 sil +003577 sil 刘 建 华 开 始 张 罗 午 饭 sil +003578 sil 王 强 搀 着 妻 子 sp1 赶 往 医 院 sil +003579 sil 完 全 没 有 减 少 一 点 儿 收 费 sil +003580 sil 保 安 和 路 人 纷 纷 追 撵 sil +003581 sil 面 对 索 罗 斯 的 名 头 sp1 杨 炯 纬 sp1 也 不 是 没 有 担 忧 sil +003582 sil 昨 日 下 午 sp1 记 者 从 六 安 市 裕 安 区 法 院 sp1 了 解 到 这 桩 稀 罕 官 司 sil +003583 sil 昨 日 sp1 疑 犯 葛 金 水 痛 哭 流 涕 sil +003584 sil 我 的 第 二 外 语 日 语 sp1 并 不 是 很 好 sil +003585 sil 他 们 两 个 人 sp1 我 打 不 赢 sp1 难 道 挨 打 呀 sil +003586 sil 有 没 有 唯 美 一 点 的 sil +003587 sil 这 里 有 文 化 创 意 区 sil +003588 sil 混 堂 巷 的 窨 井 盖 sil +003589 sil 我 二 话 不 说 sp1 立 即 应 允 sil +003590 sil 任 爽 与 印 尼 同 学 sil +003591 sil 同 时 sp1 由 灭 火 组 出 水 枪 进 行 控 火 sil +003592 sil 你 有 的 吃 sp1 有 的 玩 sp1 有 钱 花 sp1 还 有 我 陪 你 sp1 你 有 什 么 不 开 心 的 呢 sil +003593 sil 是 你 偷 走 了 密 码 箱 吗 sil +003594 sil 避 让 者 被 称 为 胆 小 鬼 sp1 胜 利 者 则 被 称 为 勇 敢 者 sil +003595 sil 记 者 走 访 了 杨 德 才 出 租 屋 附 近 的 一 些 住 户 sil +003596 sil 而 为 了 逃 离 这 场 婚 姻 sp1 张 红 又 做 出 了 sp1 比 闪 婚 更 荒 唐 的 举 动 sil +003597 sil 之 后 虽 然 企 稳 并 与 大 盘 同 步 上 行 sp1 但 短 期 颓 势 难 改 sil +003598 sil 拟 任 省 委 巡 视 组 组 长 sil +003599 sil 马 英 九 日 前 在 景 美 人 权 园 区 sp1 遭 独 派 人 士 sp1 呛 声 丢 鞋 sil +003600 sil 余 文 乐 于 餐 厅 内 突 然 离 座 sp1 原 来 是 去 柜 台 结 账 sil +003601 sil 但 是 斯 塔 塔 坚 信 sp1 平 板 阅 读 的 前 景 一 片 光 明 sil +003602 sil 也 有 可 能 是 更 换 的 钢 架 质 量 sp1 未 达 标 sil +003603 sil 美 国 驻 埃 及 开 罗 大 使 馆 也 遭 袭 击 sp1 星 条 旗 被 撕 扯 sil +003604 sil 中 州 路 上 车 来 车 往 sp1 喇 叭 声 和 发 动 机 的 嗡 嗡 声 sp1 此 起 彼 伏 sil +003605 sil 喜 爱 与 收 藏 这 些 娃 娃 的 人 sp1 主 要 以 女 性 居 多 sil +003606 sil 陈 莉 拄 拐 上 法 庭 受 审 sil +003607 sil 张 翰 望 着 父 亲 的 背 影 sp1 自 言 自 语 道 sp1 哈 sp1 赌 场 出 疯 子 sp1 情 场 出 傻 子 sil +003608 sil 市 场 操 纵 的 案 件 sp1 亦 未 能 断 绝 sil +003609 sil 我 会 给 儿 子 换 纸 尿 裤 sil +003610 sil 彭 勃 思 忖 再 三 后 sp1 对 周 晓 荷 面 授 机 宜 sp1 要 她 化 名 与 对 方 洽 谈 sil +003611 sil 窗 户 完 好 sp1 盗 贼 是 强 行 踹 门 入 室 sil +003612 sil 当 然 啦 sp1 那 么 多 破 绽 sp1 她 怎 么 敢 回 答 呢 sp1 以 免 越 说 越 错 sil +003613 sil 王 志 敏 扛 不 住 sp1 还 哭 过 鼻 子 sil +003614 sil 孙 晓 艳 却 认 为 sp1 张 伟 太 不 讲 理 sil +003615 sil 这 对 于 有 全 职 太 太 的 家 庭 比 较 划 算 sil +003616 sil 记 者 随 后 从 医 院 了 解 到 sp1 杨 爹 爹 伤 重 不 治 身 亡 sil +003617 sil 于 是 sp1 石 柏 魁 将 展 板 抠 了 一 个 大 洞 sil +003618 sil 卡 马 乔 经 常 会 重 复 这 些 sil +003619 sil 闻 讯 而 来 的 数 名 老 师 sp1 奋 力 踢 破 房 门 sp1 但 唐 sp1 已 躺 倒 在 血 泊 中 sil +003620 sil 沉 睡 的 汉 朝 怎 么 叫 也 叫 不 醒 sil +003621 sil 他 说 sp1 这 一 言 论 贬 毁 克 里 斯 蒂 娜 sp1 无 法 接 受 sil +003622 sil 下 午 派 出 的 三 人 小 分 队 sp1 则 往 幺 妹 峰 的 背 面 搜 寻 sil +003623 sil 其 中 sp1 花 大 如 碗 口 sp1 绛 红 的 花 瓣 sp1 金 色 的 花 蕊 sp1 雍 容 华 贵 sil +003624 sil 剧 组 是 寒 碜 的 sp1 但 也 是 温 暖 的 sil +003625 sil 暴 雨 造 成 境 内 山 洪 暴 发 sp1 河 流 水 库 山 塘 水 位 陡 涨 sil +003626 sil 后 来 sp1 我 们 有 人 送 来 涮 羊 肉 和 灌 肠 sp1 它 才 吃 起 来 sil +003627 sil 安 瓦 尔 被 捕 后 sp1 一 些 反 对 党 的 议 员 纷 纷 聚 集 在 警 察 局 外 sil +003628 sil 旧 坟 翻 新 后 变 豪 华 sil +003629 sil 我 学 习 过 推 拿 sp1 主 人 快 休 息 一 下 吧 sil +003630 sil 经 此 一 役 sp1 廉 署 在 市 民 中 的 威 望 大 增 sil +003631 sil 他 的 未 婚 妻 盖 儿 sp1 也 未 看 出 异 状 sp1 只 帮 他 消 毒 sil +003632 sil 小 区 业 主 选 绕 路 sp1 或 举 着 钱 包 手 机 蹚 水 进 小 区 sil +003633 sil 在 现 代 化 征 程 上 跋 涉 sp1 瘸 着 腿 走 不 好 sp1 更 走 不 远 sil +003634 sil 更 有 一 些 顾 客 sp1 为 夫 妻 俩 找 新 店 铺 的 事 sp1 操 起 心 来 sil +003635 sil 他 允 诺 sp1 继 续 倾 听 民 意 sp1 把 民 众 的 期 待 摆 在 心 中 sil +003636 sil 昨 天 下 班 回 家 蹭 同 事 的 车 sp1 半 路 遇 一 超 短 裙 美 女 sp1 同 事 看 的 入 神 啊 sil +003637 sil 斜 坡 尽 头 是 曹 操 墓 的 东 门 sp1 门 口 的 墓 砖 参 差 不 齐 sil +003638 sil 小 恒 的 眼 睛 sp1 一 直 盯 着 电 视 屏 幕 sp1 每 隔 几 秒 便 眨 一 次 sil +003639 sil 这 时 的 饶 岚 再 次 站 上 舞 台 sil +003640 sil 于 是 sp1 他 趁 儿 子 在 卧 室 玩 电 脑 之 机 sp1 将 儿 子 掐 死 sil +003641 sil 博 尔 特 旋 风 般 掠 过 终 点 sil +003642 sil 一 九 五 三 年 sp1 关 于 毕 加 索 享 有 过 分 特 权 的 争 论 终 于 爆 发 sil +003643 sil 从 正 月 初 二 开 始 sp1 天 气 逐 渐 转 好 sil +003644 sil 七 亘 村 战 斗 之 前 sp1 我 师 sp1 已 打 了 两 仗 sil +003645 sil 可 老 师 告 诉 她 sp1 贫 困 生 可 以 申 请 免 学 费 sil +003646 sil 王 俊 洲 证 实 sp1 孙 一 丁 sp1 已 经 向 国 美 方 面 sp1 提 出 辞 职 sil +003647 sil 五 十 五 年 前 被 猫 王 拥 吻 的 神 秘 女 郎 首 次 曝 光 sil +003648 sil 彭 定 康 个 性 非 常 硬 朗 sil +003649 sil 比 如 sp1 李 嘉 欣 的 丈 夫 许 晋 亨 sp1 他 的 爷 爷 是 香 港 一 代 船 王 许 爱 周 sil +003650 sil 傣 族 妇 女 徐 小 闷 sp1 正 在 自 家 废 墟 上 整 理 砖 瓦 sil +003651 sil 喝 杯 牛 奶 看 个 电 影 啦 sil +003652 sil 如 果 因 为 你 耽 误 进 度 怎 么 办 sil +003653 sil 广 州 市 会 不 会 也 撤 销 街 道 办 sil +003654 sil 全 国 部 分 省 市 sp1 阶 梯 电 价 最 终 方 案 一 览 表 sil +003655 sil 涌 冒 不 已 的 水 花 sp1 恰 像 银 珠 玉 粒 sp1 骨 碌 碌 地 滚 流 着 sil +003656 sil 正 是 这 种 宁 为 玉 碎 sp1 不 作 瓦 全 的 不 必 要 的 意 气 sp1 把 他 推 向 死 亡 的 边 缘 sil +003657 sil 去 揣 摩 别 人 是 怎 么 演 戏 的 sil +003658 sil 从 那 个 时 候 sp1 秉 哲 就 与 蟒 蛇 玩 在 一 起 sil +003659 sil 学 会 骑 马 sp1 体 会 到 纵 横 驰 骋 的 感 觉 要 半 年 sil +003660 sil 香 炉 峰 山 路 沿 途 处 处 可 见 游 客 乱 扔 的 垃 圾 sil +003661 sil 由 于 气 温 适 宜 sp1 今 年 逛 花 街 的 市 民 热 情 高 涨 sil +003662 sil 避 免 因 学 生 上 学 难 度 增 加 sp1 造 成 过 早 辍 学 sil +003663 sil 麦 克 菲 的 支 持 者 sp1 在 监 狱 外 举 牌 sp1 要 求 还 麦 克 菲 公 正 sil +003664 sil 国 家 已 经 承 认 我 们 了 sp1 但 是 太 晚 了 sil +003665 sil 耳 朵 在 流 血 sp1 眼 睛 闭 起 的 sil +003666 sil 间 或 也 会 涉 及 胡 绳 先 生 sil +003667 sil 老 人 扫 起 街 来 一 丝 不 苟 sil +003668 sil 鬣 羚 sp1 又 叫 苏 门 羚 sp1 明 鬃 羊 sp1 岩 驴 sp1 也 称 四 不 像 sp1 产 在 东 南 亚 及 中 国 sil +003669 sil 谢 谢 大 家 聆 听 我 们 这 次 论 坛 sp1 谢 谢 各 位 嘉 宾 sil +003670 sil 而 等 张 宏 伟 跳 窗 的 时 候 sp1 火 已 经 烧 到 了 他 的 手 臂 sil +003671 sil 王 全 安 正 巧 也 入 住 该 酒 店 sp1 两 人 却 没 时 间 碰 面 sil +003672 sil 平 日 里 sp1 还 是 挖 点 山 药 材 sp1 换 点 钱 度 日 sil +003673 sil 在 伊 万 和 莎 娃 争 奇 斗 艳 的 背 后 sp1 是 塞 俄 两 大 红 粉 军 团 的 整 体 抗 衡 sil +003674 sil 上 回 那 篇 参 加 全 国 征 文 比 赛 的 大 作 sp1 已 经 凑 出 了 交 了 上 去 sp1 杳 无 音 讯 sil +003675 sil 郑 爽 听 到 要 上 楼 sp1 踌 躇 着 不 前 sil +003676 sil 烟 尘 从 井 内 迅 速 冒 出 来 sp1 把 整 个 台 球 桌 都 包 围 了 sil +003677 sil 所 谓 人 民 币 sp1 崩 盘 说 sp1 纯 粹 是 一 种 危 言 耸 听 sil +003678 sil 庭 审 中 sp1 夫 妻 俩 泪 洒 法 庭 并 双 双 认 罪 sp1 希 望 法 官 从 轻 处 理 sil +003679 sil 法 轮 功 的 邪 sp1 不 就 体 现 在 泯 灭 人 性 上 吗 sil +003680 sil 工 作 人 员 在 擦 拭 汉 白 玉 栏 杆 sil +003681 sil 林 父 对 钱 怜 惜 sp1 转 而 变 成 对 旅 游 的 痛 恨 sil +003682 sil 胡 济 兴 说 sp1 他 非 常 仔 细 sp1 遇 到 稍 微 歪 的 秧 苗 都 要 一 一 扶 正 栽 好 sil +003683 sil 这 些 说 法 并 非 吹 毛 求 疵 sil +003684 sil 天 安 门 广 场 sp1 一 派 春 意 盎 然 sil +003685 sil 科 斯 坚 纽 克 的 美 丽 sp1 看 似 狂 野 sp1 实 际 上 却 有 知 性 的 内 涵 sil +003686 sil 百 视 达 曾 经 是 全 球 最 大 的 sp1 电 影 租 赁 连 锁 运 营 商 sil +003687 sil 天 麻 胶 囊 则 没 有 中 标 sil +003688 sil 地 藏 菩 萨 铜 像 sp1 由 洛 阳 铜 加 工 集 团 金 像 公 司 负 责 监 制 sil +003689 sil 广 州 中 院 法 官 也 证 实 sp1 黄 汉 标 走 路 有 点 瘸 sp1 但 并 不 明 显 sil +003690 sil 补 助 按 月 发 放 sp1 由 见 习 基 地 sp1 和 政 府 补 贴 共 同 分 担 sil +003691 sil 昨 天 sp1 警 方 向 媒 体 通 报 了 蔺 某 盗 窃 案 的 侦 破 情 况 sil +003692 sil 出 品 方 也 表 示 sp1 只 要 电 影 票 房 给 力 sp1 就 拍 窃 听 三 sil +003693 sil 至 此 sp1 网 上 追 逃 人 员 sp1 蓝 延 强 的 身 份 彻 底 被 漂 白 sil +003694 sil 滞 洪 区 本 是 空 的 sp1 相 当 于 电 脑 缓 存 sil +003695 sil 那 就 加 油 努 力 赚 钱 喽 sil +003696 sil 王 冰 打 错 了 算 盘 sp1 没 过 几 天 sp1 侯 永 付 sp1 又 故 伎 重 演 sil +003697 sil 当 然 sp1 弟 兄 sp1 也 就 只 能 sp1 饿 着 肚 子 杀 敌 了 sil +003698 sil 虽 然 生 活 中 爱 耍 宝 sp1 训 起 练 来 sp1 冯 哲 却 一 点 也 不 含 糊 sil +003699 sil 昌 一 些 中 小 学 生 sp1 被 高 利 贷 黑 手 sp1 拽 入 赌 博 深 渊 sil +003700 sil 六 岁 的 小 壮 壮 sp1 无 疑 是 她 温 情 母 爱 的 寄 托 sil +003701 sil 其 中 一 条 鲨 鱼 sp1 已 经 被 市 民 瓜 分 成 几 块 sp1 鱼 案 上 sp1 淌 满 了 鲜 血 sil +003702 sil 超 市 不 承 担 临 期 食 品 损 失 sp1 没 必 要 篡 改 生 产 日 期 sil +003703 sil 刚 刚 有 谁 在 说 话 吗 sil +003704 sil 与 超 市 无 关 之 类 的 理 由 呢 sil +003705 sil 在 蝗 蝻 密 度 最 大 的 地 方 sp1 一 脚 sp1 能 踩 死 几 十 头 sil +003706 sil 近 期 sp1 有 外 媒 揣 测 sp1 其 在 为 第 三 次 核 试 验 sp1 做 准 备 sil +003707 sil 曾 经 有 个 代 表 提 议 sp1 瓮 安 该 通 火 车 sp1 我 发 言 支 持 sil +003708 sil 希 望 通 过 绿 色 环 保 与 科 技 支 撑 sp1 推 动 体 育 文 化 的 人 文 提 升 sil +003709 sil 近 日 查 处 的 胡 星 案 邱 晓 华 案 sp1 便 是 如 此 sil +003710 sil 受 虐 程 度 越 高 sp1 基 因 变 化 越 大 sil +003711 sil 他 厌 恶 艺 术 没 落 颓 废 的 现 象 sil +003712 sil 前 不 久 sp1 阿 娟 去 了 趟 省 妇 保 sil +003713 sil 接 着 sp1 他 又 走 进 客 厅 sp1 将 爷 爷 推 倒 在 地 sp1 同 样 用 菜 刀 猛 砍 过 去 sil +003714 sil 在 这 之 前 sp1 我 国 黄 金 储 备 sp1 仅 sp1 一 千 九 百 二 十 九 万 盎 司 sil +003715 sil 不 仅 如 此 sp1 刘 嘉 玲 sp1 也 在 微 博 实 况 转 播 热 闹 气 氛 sil +003716 sil 何 洪 志 非 但 不 思 悔 改 sp1 反 而 跑 到 广 州 sp1 跟 着 彭 章 云 混 sil +003717 sil 我 会 偷 偷 讲 主 人 的 坏 话 sp1 嘻 嘻 sil +003718 sil 不 少 网 友 戏 称 为 卵 民 论 sil +003719 sil 自 己 的 事 情 要 自 己 做 哟 sil +003720 sil 经 验 证 sp1 子 弹 疑 发 自 sp1 梁 本 人 的 sp1 警 用 左 轮 手 枪 sil +003721 sil 拿 到 扫 帚 的 张 以 任 跑 到 马 路 上 sp1 开 始 扫 一 地 的 烟 花 屑 sil +003722 sil 目 前 委 托 书 正 在 草 拟 之 中 sil +003723 sil 该 提 案 称 sp1 北 京 煎 饼 果 子 摊 儿 的 治 理 sp1 刻 不 容 缓 sil +003724 sil 白 鹭 映 春 洲 sp1 青 龙 见 朝 暾 sil +003725 sil 看 来 该 片 实 行 水 嫩 到 底 sil +003726 sil 第 二 次 醒 来 她 又 去 晒 衣 服 sil +003727 sil 尽 管 奶 源 有 限 sp1 我 国 乳 业 现 状 sp1 却 是 企 业 数 量 较 多 sp1 且 参 差 不 齐 sil +003728 sil 人 耳 鼠 技 术 sp1 我 相 信 没 有 问 题 sil +003729 sil 喜 鹊 网 sp1 依 然 是 投 资 尝 试 sp1 投 资 极 其 有 限 sil +003730 sil 风 筝 高 飞 线 在 手 sil +003731 sil 南 来 北 往 sp1 游 人 如 织 sil +003732 sil 关 黄 金 蟒 的 箱 笼 sil +003733 sil 自 驾 游 客 出 游 时 sp1 应 该 注 意 些 什 么 sil +003734 sil 时 代 周 报 记 者 sp1 欲 带 刘 志 安 离 开 砖 厂 sp1 因 有 人 阻 挠 sp1 未 能 如 愿 sil +003735 sil 她 说 sp1 赵 玉 环 给 警 察 做 了 手 语 翻 译 sp1 得 罪 了 人 sil +003736 sil 那 范 晓 受 仰 慕 他 的 才 华 sp1 忽 略 外 表 sp1 和 林 大 哥 厮 守 sil +003737 sil 不 料 菲 方 撕 毁 承 诺 sp1 拒 绝 调 查 小 组 进 行 调 查 sil +003738 sil 红 杏 探 出 苏 南 的 墙 头 sp1 难 sil +003739 sil 其 言 谆 谆 其 意 切 切 sp1 充 分 表 达 了 sp1 党 对 当 代 青 年 的 厚 望 与 重 托 sil +003740 sil 法 新 社 竟 称 sp1 尼 泊 尔 遣 返 非 法 入 境 藏 人 是 迫 于 中 国 政 府 压 力 sil +003741 sil 该 负 责 人 强 调 sp1 初 筛 分 诊 制 度 和 打 击 号 贩 子 无 关 sil +003742 sil 这 也 是 蹦 床 项 目 比 较 残 酷 的 一 面 sil +003743 sil 啪 一 下 动 力 蹿 出 来 sp1 在 行 驶 中 特 别 危 险 sil +003744 sil 随 后 sp1 金 正 恩 下 达 命 令 sp1 开 始 进 行 演 习 sil +003745 sil 柯 木 塱 坳 头 村 内 鳞 次 栉 比 的 新 建 筑 sil +003746 sil 外 界 熟 知 的 老 故 事 是 sp1 哪 怕 买 把 扫 帚 sp1 都 得 宗 庆 后 批 准 sil +003747 sil 你 们 别 这 么 毁 我 行 不 行 sil +003748 sil 我 怕 水 sp1 在 躲 雨 呢 sil +003749 sil 飘 扬 吧 sp1 鲜 红 的 国 旗 sp1 飘 扬 吧 sp1 亿 万 颗 重 叠 的 心 sil +003750 sil 提 到 程 婆 婆 劈 床 的 事 sp1 张 权 有 不 同 说 法 sil +003751 sil 前 几 日 的 茂 县 汶 川 等 震 中 地 区 降 雨 较 多 sp1 云 层 较 厚 sil +003752 sil 昨 天 说 sp1 也 许 他 们 的 奶 粉 比 咱 们 贵 sp1 也 许 都 会 买 sil +003753 sil 据 悉 sp1 默 尔 西 在 总 统 府 为 坦 塔 维 和 阿 南 举 行 授 勋 仪 式 sil +003754 sil 很 多 人 认 为 港 姐 胸 平 身 材 差 sp1 不 少 人 还 有 小 肚 腩 水 桶 腰 赘 肉 sil +003755 sil 不 久 前 sp1 雅 虎 与 社 交 网 站 脸 谱 合 作 sil +003756 sil 抛 尸 地 点 较 为 偏 僻 sp1 附 近 少 人 居 住 sil +003757 sil 后 来 儿 子 大 了 sp1 王 学 圻 攒 下 的 军 装 sp1 儿 子 一 件 都 没 穿 过 sil +003758 sil 总 理 sp1 您 整 天 操 劳 费 心 sp1 您 当 总 理 累 瘦 啦 sp1 可 俺 们 老 百 姓 却 胖 啦 sil +003759 sil 没 男 朋 友 还 敢 撞 我 sp1 看 老 子 不 削 死 你 个 憋 犊 子 sil +003760 sil 因 此 sp1 包 润 石 的 谈 话 sp1 颇 不 寻 常 sil +003761 sil 后 来 sp1 多 亏 工 友 把 她 刨 出 来 sil +003762 sil 市 场 舆 论 sp1 都 认 为 是 筑 底 企 稳 sil +003763 sil 而 吆 喝 终 究 是 手 段 sp1 如 果 酒 不 好 sp1 越 吆 喝 越 糟 sil +003764 sil 究 竟 该 如 何 看 待 深 圳 物 业 的 外 销 市 场 呢 sil +003765 sil 他 和 孩 子 们 用 餐 sp1 去 斯 坦 普 斯 中 心 彩 排 sil +003766 sil 勾 机 开 进 村 sp1 全 面 拆 除 走 私 旧 服 装 窝 棚 门 店 sil +003767 sil 大 多 数 人 sp1 要 么 正 在 往 家 赶 sp1 要 么 已 经 在 家 操 持 着 年 夜 饭 sil +003768 sil 队 员 们 又 赶 紧 用 卫 星 电 话 给 游 客 的 家 里 报 平 安 sil +003769 sil 切 尔 西 从 小 喜 欢 排 球 玩 牌 乒 乓 球 还 有 电 影 sil +003770 sil 湖 北 省 水 利 厅 sp1 农 水 处 副 处 长 王 煌 sil +003771 sil 果 断 放 弃 王 尊 这 个 我 喜 欢 的 名 字 sil +003772 sil 韩 品 芹 sp1 就 在 顾 家 隔 壁 一 家 针 织 印 染 厂 工 作 sil +003773 sil 再 看 见 你 要 饭 就 揍 扁 你 sil +003774 sil 这 里 有 个 葫 芦 头 泡 馍 馆 sil +003775 sil 如 今 胡 杏 儿 大 器 晚 成 sp1 成 为 炙 手 可 热 的 双 料 视 后 sil +003776 sil 他 卯 足 劲 儿 想 爬 起 来 sp1 但 始 终 没 劲 儿 sil +003777 sil 在 李 永 波 以 及 高 崚 等 队 友 的 劝 说 下 sp1 黄 穗 又 重 新 拿 起 球 拍 sil +003778 sil 在 堰 塘 乡 场 镇 边 的 老 井 旁 sp1 人 们 同 样 在 排 队 舀 水 sil +003779 sil 有 一 年 sp1 一 大 把 年 纪 的 公 公 婆 婆 sp1 大 老 远 跑 到 宁 波 来 看 我 sil +003780 sil 会 sp1 不 就 是 把 一 千 改 成 四 百 嘛 sil +003781 sil 显 然 sp1 这 些 破 碗 有 些 年 月 了 sil +003782 sil 带 钻 孔 的 鸵 鸟 蛋 壳 sil +003783 sil 水 警 小 艇 sp1 海 事 处 船 只 sp1 趸 船 在 旁 戒 备 sil +003784 sil 迈 克 尔 杰 克 逊 sp1 死 后 事 情 仍 纠 缠 不 清 sil +003785 sil 在 保 供 应 中 sp1 短 腿 是 蔬 菜 sil +003786 sil 维 修 人 员 稍 作 休 息 sp1 村 民 抓 紧 时 间 sp1 下 坑 接 水 sil +003787 sil 全 家 商 量 过 了 sp1 春 节 就 搬 过 来 住 sp1 今 年 过 个 不 串 房 檐 儿 的 大 年 sil +003788 sil 一 般 及 行 政 费 用 增 加 sp1 主 要 是 由 于 业 务 拓 展 所 致 sil +003789 sil 那 天 喝 了 酒 sp1 越 想 越 窝 囊 sp1 就 去 棉 纺 厂 闹 事 sil +003790 sil 小 说 家 根 sp1 一 时 找 不 到 一 种 既 通 俗 又 高 雅 的 东 西 反 驳 sp1 无 话 可 说 sil +003791 sil 村 庄 历 史 最 早 记 载 见 于 一 四 六 一 年 sil +003792 sil 女 孩 拗 不 过 小 钟 sp1 没 拦 他 sil +003793 sil 许 世 虎 同 时 指 出 sp1 女 大 学 生 参 加 选 美 sp1 要 有 所 选 择 sil +003794 sil 盘 中 触 及 六 点 二 二 六 二 sp1 创 汇 改 以 来 新 高 sil +003795 sil 汪 洋 参 加 深 圳 代 表 团 审 议 sp1 并 发 表 重 要 讲 话 sil +003796 sil 豫 园 景 色 很 美 sp1 是 上 海 市 区 sp1 唯 一 留 存 完 好 的 江 南 古 典 园 林 sil +003797 sil 会 场 内 sp1 歌 声 嘹 亮 sp1 群 情 激 昂 sil +003798 sil 但 谁 能 抗 拒 彰 显 聪 明 的 诱 惑 sil +003799 sil 羡 慕 嫉 妒 恨 sp1 吞 口 水 sil +003800 sil 荣 育 sp1 向 习 近 平 献 花 串 sil +003801 sil 光 袜 子 就 塞 了 十 几 双 sil +003802 sil 可 能 听 上 去 有 点 傻 sil +003803 sil 其 实 对 于 三 安 的 软 肋 sp1 总 经 理 林 科 闯 sp1 有 着 清 醒 的 认 识 sil +003804 sil 中 华 回 乡 文 化 园 挺 好 玩 儿 的 sp1 可 以 感 受 回 族 的 生 活 呢 sil +003805 sil 其 外 包 装 和 商 品 名 称 sp1 均 与 山 东 驰 名 商 标 东 阿 阿 胶 构 成 近 似 sil +003806 sil 驻 守 在 海 拔 五 千 三 百 米 的 查 古 拉 哨 所 sp1 不 见 飞 鸟 sp1 不 见 绿 草 sil +003807 sil 收 缴 的 钱 款 sp1 现 已 进 入 银 行 清 退 专 户 sp1 准 备 一 并 清 退 sil +003808 sil 虽 然 sp1 瓮 津 郡 sp1 采 取 了 降 低 船 票 价 等 措 施 sp1 但 收 效 不 大 sil +003809 sil 还 很 喜 欢 只 用 睫 毛 膏 sp1 粉 底 和 腮 红 的 简 单 妆 容 sil +003810 sil 行 李 打 包 处 sp1 旅 客 们 在 忙 着 捆 绑 行 李 sp1 安 检 入 口 也 秩 序 井 然 sil +003811 sil 这 些 隐 形 轰 炸 机 的 打 击 目 标 sp1 是 利 比 亚 军 用 机 场 sil +003812 sil 见 过 驴 吃 草 sp1 可 没 见 过 驴 吃 肉 sil +003813 sil 更 多 的 人 sp1 还 是 左 右 张 望 sp1 万 分 无 奈 下 实 在 没 办 法 才 回 国 sil +003814 sil 女 友 呆 呆 的 说 sp1 比 我 笨 的 人 呗 sil +003815 sil 因 为 这 样 sp1 可 以 少 引 发 心 血 管 疾 病 sil +003816 sil 他 的 母 亲 魏 春 坐 在 地 上 sp1 已 经 哭 得 喉 咙 沙 哑 sil +003817 sil 他 们 掌 握 财 富 的 主 要 原 因 sp1 是 因 为 拥 有 不 动 产 sil +003818 sil 玩 累 了 就 躺 着 听 戏 晒 太 阳 sil +003819 sil 收 回 的 选 票 sp1 少 于 发 出 的 选 票 sp1 选 举 有 效 sil +003820 sil 这 些 专 业 琴 师 sp1 是 要 付 报 酬 的 sil +003821 sil 李 扬 本 想 拒 绝 sp1 却 神 使 鬼 差 点 了 头 sil +003822 sil 他 踱 到 教 室 里 sp1 见 自 己 桌 面 上 sp1 静 躺 了 一 封 信 sp1 心 猛 然 一 跳 sil +003823 sil 几 天 前 sp1 他 来 到 余 姚 找 姐 姐 sil +003824 sil 他 此 后 的 人 生 之 路 sp1 会 一 帆 风 顺 吗 sil +003825 sil 换 乘 距 离 sp1 也 将 缩 短 到 百 米 内 sil +003826 sil 她 说 要 舔 哪 里 都 可 以 sil +003827 sil 父 亲 说 sp1 他 无 钱 为 儿 操 办 婚 事 sp1 打 算 去 卖 肾 sil +003828 sil 这 个 故 事 的 寓 意 sp1 就 是 要 鞭 挞 那 些 sp1 只 会 马 后 炮 的 庸 者 sil +003829 sil 保 护 区 管 理 处 sp1 东 旺 沙 边 防 派 出 所 接 令 sp1 立 刻 出 动 sil +003830 sil 从 此 sp1 江 界 河 移 民 成 了 瓮 安 sp1 一 块 板 结 的 伤 疤 sil +003831 sil 我 们 一 起 回 忆 sp1 邓 颖 超 同 志 sp1 对 孩 子 剧 团 的 关 怀 sil +003832 sil 近 一 周 以 来 sp1 她 神 情 恍 恍 惚 惚 sp1 身 处 梦 境 的 感 觉 如 影 随 形 sil +003833 sil 五 是 搞 好 爱 心 服 务 sil +003834 sil 吴 耿 的 胃 口 越 来 越 大 sil +003835 sil 她 的 宝 宝 四 个 多 月 sil +003836 sil 杨 开 慧 的 父 亲 sp1 杨 昌 济 sp1 就 是 毛 主 席 得 益 良 深 的 修 身 教 师 sil +003837 sil 孙 建 华 同 时 上 传 了 剁 指 照 片 sil +003838 sil 八 宝 粥 sp1 搭 配 煮 鸡 蛋 sp1 早 晨 营 养 加 油 站 sil +003839 sil 保 安 用 手 sp1 掐 住 记 者 脖 子 抢 相 机 sil +003840 sil 电 视 里 画 面 跳 动 sp1 他 们 却 如 三 尊 雕 塑 sil +003841 sil 真 的 是 与 人 祸 迥 然 有 别 两 不 相 干 吗 sil +003842 sil 我 恳 请 广 大 父 母 sp1 让 孩 子 熟 读 弟 子 规 sp1 孝 敬 父 母 sp1 百 善 孝 为 先 sil +003843 sil 孙 晓 雯 设 计 的 概 念 表 在 读 秒 sp1 迎 接 sp1 奥 运 的 到 来 sil +003844 sil 村 委 会 否 认 毁 损 王 某 儿 子 的 坟 墓 sp1 不 同 意 赔 偿 sil +003845 sil 小 汽 车 成 为 主 要 增 长 点 sil +003846 sil 子 淇 又 透 露 sp1 妹 妹 刚 诞 下 孖 仔 sp1 但 会 继 续 追 女 sil +003847 sil 要 我 放 纵 sp1 我 做 不 到 sil +003848 sil 李 先 生 取 钱 时 sp1 银 行 营 业 员 曾 提 醒 李 先 生 验 钞 sp1 但 他 拒 绝 了 sil +003849 sil 然 而 sp1 这 样 找 女 儿 如 同 大 海 捞 针 sil +003850 sil 你 俩 的 牛 奶 在 哪 儿 买 的 sp1 给 我 上 一 车 sil +003851 sil 与 王 政 的 看 法 不 同 sp1 刘 薇 给 舫 儿 上 了 中 国 户 口 sil +003852 sil 他 出 去 一 看 sp1 一 名 老 太 太 sp1 正 与 一 名 黑 衣 年 轻 男 子 拉 拉 扯 扯 sil +003853 sil 野 性 未 驯 的 翅 膀 一 挥 sp1 几 乎 就 能 把 他 搡 个 跟 斗 sil +003854 sil 美 国 民 主 党 智 囊 团 的 说 法 值 得 玩 味 sil +003855 sil 今 天 的 北 京 sp1 阳 光 非 常 灿 烂 sil +003856 sil 嫁 妆 应 该 是 我 妈 妈 送 给 我 吧 sil +003857 sil 我 没 sp1 我 只 是 sp1 她 低 头 要 拆 信 sil +003858 sil 变 更 具 体 事 项 的 名 称 sp1 理 由 及 依 据 sil +003859 sil 温 妻 的 一 个 耳 朵 没 有 听 力 sp1 还 有 点 半 哑 sil +003860 sil 惟 有 学 而 不 厌 的 先 生 sp1 才 能 教 出 学 而 不 厌 的 学 生 sil +003861 sil 昨 日 sp1 北 大 sp1 工 人 把 砍 倒 的 杨 树 运 走 sil +003862 sil 他 通 过 脸 谱 开 始 追 踪 莫 瑞 sil +003863 sil 电 视 剧 上 面 演 过 的 sil +003864 sil 为 避 免 引 起 别 人 的 注 意 sp1 夫 妻 俩 还 密 谋 报 假 案 sil +003865 sil 不 要 用 嘴 去 吮 吸 伤 口 sp1 也 最 好 不 要 用 酒 精 去 清 洗 sil +003866 sil 原 因 很 简 单 sp1 几 乎 所 有 推 荐 生 sp1 都 非 优 即 官 sp1 无 可 挑 剔 sil +003867 sil 自 此 sp1 吴 倩 莲 就 少 有 作 品 问 世 sil +003868 sil 周 某 某 瞅 准 空 当 sp1 拼 命 逃 离 了 现 场 sil +003869 sil 记 者 还 怂 恿 孙 俪 亲 邓 超 sp1 孙 俪 婉 拒 了 sil +003870 sil 所 以 说 sp1 亚 马 逊 让 谷 歌 寝 食 难 安 sp1 也 就 不 足 为 奇 了 sil +003871 sil 网 上 盗 版 太 欺 负 人 sp1 作 家 们 终 于 难 忍 不 平 一 声 吼 了 sil +003872 sil 右 丙 氧 芬 的 使 用 安 全 性 低 sp1 过 量 风 险 高 sil +003873 sil 太 阳 快 落 山 了 sp1 我 告 别 村 里 的 乡 亲 们 sp1 离 开 沁 县 sp1 返 回 太 原 sil +003874 sil 蜀 黍 说 sp1 报 案 可 不 能 憋 着 啊 sp1 该 报 就 要 报 sp1 别 怕 麻 烦 蜀 黍 sil +003875 sil 母 亲 一 声 尖 叫 sp1 引 来 邻 居 科 亨 sil +003876 sil 此 时 的 沁 沁 还 有 呼 吸 sp1 并 不 断 轻 声 呻 吟 着 sil +003877 sil 我 会 讲 冷 笑 话 sp1 有 颜 色 笑 话 sp1 暂 时 还 不 会 sil +003878 sil 早 晚 要 多 穿 一 点 sil +003879 sil 宁 波 人 sp1 很 厉 害 哟 sil +003880 sil 男 子 解 释 sp1 这 头 骆 驼 脾 气 很 好 sil +003881 sil 专 案 组 判 断 sp1 吕 某 有 重 大 作 案 嫌 疑 sil +003882 sil 政 府 军 sp1 正 试 图 切 断 通 往 贾 尔 镇 的 物 资 渠 道 sil +003883 sil 汪 峰 乐 意 看 两 个 人 斗 sp1 斗 出 点 事 情 才 好 呢 sil +003884 sil 因 为 我 呀 想 给 你 最 好 的 答 案 sil +003885 sil 小 春 没 有 得 罪 人 sp1 扪 心 自 问 不 用 怕 sil +003886 sil 听 众 则 听 得 津 津 有 味 获 益 匪 浅 sil +003887 sil 少 顷 sp1 果 真 有 一 小 和 尚 翻 墙 sp1 黑 暗 中 踩 着 老 禅 师 的 脊 背 sp1 跳 进 院 子 sil +003888 sil 我 哪 敢 放 松 啊 sp1 一 天 恨 不 得 有 三 十 二 小 时 才 好 sil +003889 sil 而 除 了 划 线 外 sp1 庞 卫 国 sp1 也 逐 渐 开 始 担 任 解 说 嘉 宾 sil +003890 sil 日 本 是 与 波 兰 sp1 达 成 减 免 债 务 协 议 的 第 十 个 国 家 sil +003891 sil 此 外 sp1 快 男 苏 醒 和 女 星 李 菲 儿 sp1 也 受 邀 参 加 了 此 次 活 动 sil +003892 sil 这 让 深 泽 铁 杆 镇 东 sp1 河 疃 村 的 李 印 旨 一 家 沮 丧 不 已 sil +003893 sil 这 出 戏 似 乎 又 多 出 一 点 作 料 sil +003894 sil 卧 槽 sp1 这 是 要 整 死 我 们 的 节 奏 啊 sil +003895 sil 加 了 玉 的 奖 牌 是 否 能 抵 抗 外 力 冲 击 sil +003896 sil 见 面 会 现 场 sp1 刘 诗 诗 频 频 咧 嘴 露 牙 大 笑 sil +003897 sil 事 后 警 员 到 场 调 查 sp1 初 步 无 可 疑 sp1 但 未 发 现 遗 书 sp1 堕 楼 原 因 未 明 sil +003898 sil 在 第 三 进 堂 屋 上 方 sp1 还 保 存 着 南 京 几 无 仅 存 的 祖 宗 阁 sil +003899 sil 早 前 有 指 郑 视 帝 在 片 场 耍 大 牌 sp1 颖 儿 即 在 微 博 发 功 维 护 sil +003900 sil 跑 了 三 十 多 米 自 己 也 熏 到 了 sil +003901 sil 半 夜 吃 东 西 sp1 是 补 充 脂 肪 的 最 好 办 法 sp1 想 长 胖 sp1 就 不 要 错 过 sil +003902 sil 不 远 处 sp1 还 有 农 民 正 在 用 水 泵 sp1 引 柳 干 渠 中 水 灌 溉 sil +003903 sil 肝 癌 的 发 生 很 大 部 分 跟 乙 肝 有 关 sil +003904 sil 再 有 可 使 用 唇 膏 sp1 并 避 免 舔 嘴 唇 sil +003905 sil 中 国 好 脏 好 乱 sp1 好 快 活 sil +003906 sil 你 再 这 样 不 务 正 业 玩 物 丧 志 的 话 sp1 我 就 跟 你 离 婚 sil +003907 sil 片 段 中 的 基 努 剪 了 一 头 短 发 sp1 及 剃 净 胡 须 sp1 恢 复 其 英 俊 本 色 sil +003908 sil 遇 险 船 只 sp1 距 离 岸 边 七 八 十 米 sp1 仅 剩 一 根 钢 缆 固 定 sp1 洪 水 湍 急 sil +003909 sil 有 人 敲 窗 时 sp1 不 轻 易 解 锁 下 车 sil +003910 sil 他 大 惊 sp1 说 sp1 你 老 虎 屁 股 也 敢 摸 sil +003911 sil 如 果 我 们 不 需 要 补 丁 sp1 可 以 停 用 应 用 引 擎 实 例 sp1 不 用 为 此 付 费 sil +003912 sil 酸 雨 污 染 是 个 区 域 性 的 问 题 sil +003913 sil 她 喜 欢 颜 色 鲜 艳 的 衣 服 sil +003914 sil 混 混 左 右 开 弓 sp1 噼 呖 啪 啦 的 sp1 打 了 马 力 几 十 记 耳 光 sil +003915 sil 宋 再 湘 决 定 去 一 趟 云 南 sil +003916 sil 对 此 次 访 问 sp1 中 美 双 方 均 未 作 事 先 预 报 sil +003917 sil 操 作 台 突 然 扯 拐 sp1 这 让 梁 先 生 sp1 有 点 不 知 所 措 sil +003918 sil 我 们 将 就 有 关 问 题 sp1 继 续 与 柬 泰 等 各 方 sp1 保 持 沟 通 sil +003919 sil 机 会 总 是 垂 青 有 准 备 的 人 sp1 黄 柏 高 也 不 例 外 sil +003920 sil 身 材 矮 小 的 小 狼 崽 sp1 第 一 次 吃 羊 奶 sp1 可 费 了 劲 儿 sil +003921 sil 立 院 的 品 质 sp1 怎 会 沦 落 至 此 呢 sil +003922 sil 大 家 不 必 再 往 学 校 寻 人 打 听 了 sil +003923 sil 我 在 你 心 里 sp1 应 该 永 远 十 八 岁 sil +003924 sil 被 告 于 是 对 事 主 掩 口 叉 颈 等 sp1 至 事 主 咳 嗽 才 松 手 sil +003925 sil 和 小 雅 同 寝 室 的 她 sp1 经 常 被 小 可 扇 耳 光 sil +003926 sil 二 次 加 压 泵 站 分 布 零 散 sp1 小 型 化 sp1 布 局 不 够 科 学 sil +003927 sil 是 笔 墨 纸 砚 sp1 我 聪 明 吧 sil +003928 sil 盐 场 处 处 有 sp1 盐 商 灶 民 多 sp1 是 它 的 历 史 写 照 sil +003929 sil 站 起 来 时 sp1 胸 前 皮 肤 已 被 蹭 红 sil +003930 sil 还 是 买 衣 服 吧 sp1 这 样 起 码 我 能 知 道 钱 花 在 哪 儿 啦 sil +003931 sil 清 华 未 提 任 何 关 于 招 收 状 元 的 信 息 sil +003932 sil 两 名 社 会 青 年 sp1 腰 上 别 着 两 把 西 瓜 刀 sil +003933 sil 除 了 女 儿 sp1 几 个 朋 友 偶 尔 来 串 串 门 聊 天 sil +003934 sil 这 些 言 论 自 由 的 滥 用 sp1 直 接 造 成 网 上 信 息 sp1 良 莠 不 齐 sp1 真 假 难 辨 sil +003935 sil 十 三 岁 的 女 儿 因 此 怀 孕 sp1 后 来 生 下 一 个 婴 儿 sil +003936 sil 嫩 模 陈 静 sp1 阿 旦 sp1 献 上 生 日 蛋 糕 给 汪 东 城 sil +003937 sil 房 屋 装 修 家 具 等 物 品 损 毁 sil +003938 sil 妈 的 sp1 哪 个 混 蛋 把 痰 吐 得 这 么 圆 啊 sil +003939 sil 执 著 于 这 理 想 sp1 即 便 胜 利 了 sp1 那 也 一 定 是 悲 惨 的 sil +003940 sil 建 设 凤 凰 大 桥 sp1 内 环 线 sp1 则 连 成 一 体 sil +003941 sil 集 中 连 片 推 进 可 再 生 能 源 建 筑 应 用 sil +003942 sil 他 们 称 sp1 要 立 即 捣 毁 侮 辱 民 族 最 高 尊 严 的 sp1 李 明 博 政 府 sil +003943 sil 什 么 时 候 能 够 喝 上 名 贵 的 吐 鲁 番 葡 萄 酒 呢 sil +003944 sil 他 借 来 皮 尺 sp1 从 胡 同 口 往 里 拉 sp1 以 量 出 宽 窄 sil +003945 sil 这 位 保 安 平 时 笑 嘻 嘻 的 很 憨 厚 sil +003946 sil 你 现 在 被 我 拘 留 了 sp1 你 得 保 持 安 静 sp1 还 得 乖 乖 听 话 sil +003947 sil 小 鱼 捕 获 不 多 sp1 渔 民 开 始 捕 虾 sil +003948 sil 当 时 刚 坏 一 点 的 时 候 sp1 老 师 让 我 们 sp1 不 要 到 栏 杆 那 儿 玩 sil +003949 sil 朱 立 伦 透 露 sp1 王 金 平 算 命 这 一 节 sp1 实 在 很 难 撇 得 清 sil +003950 sil 外 汇 占 款 减 少 的 直 接 原 因 sp1 是 跨 境 资 本 流 出 sil +003951 sil 临 走 时 sp1 伯 伯 叮 嘱 了 又 叮 嘱 sp1 搂 着 船 娃 的 头 sp1 摸 了 一 遍 又 一 遍 sil +003952 sil 房 子 很 狭 窄 sp1 被 害 的 爷 孙 俩 躺 在 一 个 小 床 上 sp1 用 被 子 盖 着 sil +003953 sil 对 现 场 的 大 量 碳 铵 等 原 料 sp1 雷 国 胜 称 sp1 这 是 果 园 用 的 肥 料 sil +003954 sil 游 人 若 是 闯 我 院 sp1 出 去 让 你 变 公 公 sil +003955 sil 应 对 非 传 统 安 全 威 胁 sp1 就 要 有 与 之 对 应 的 非 传 统 军 事 行 动 sil +003956 sil 我 问 公 司 的 事 情 怎 么 样 sp1 他 总 是 喉 咙 很 响 地 吼 我 sp1 不 要 烦 了 sil +003957 sil 从 外 观 上 看 sp1 正 常 的 枣 子 sp1 表 皮 细 腻 光 滑 sp1 稍 微 捏 一 下 有 弹 性 sil +003958 sil 警 方 认 定 sp1 聂 某 具 有 重 大 嫌 疑 sil +003959 sil 赶 到 的 村 民 用 扁 担 将 小 阳 捞 起 sp1 准 备 捞 小 帆 时 sp1 他 沉 入 了 水 中 sil +003960 sil 这 也 是 继 尕 斯 亿 吨 级 油 田 发 现 之 后 的 又 一 个 亿 吨 级 油 田 sil +003961 sil 对 你 说 一 百 遍 我 爱 你 sil +003962 sil 演 坏 人 演 得 最 好 啦 sil +003963 sil 吴 某 说 sp1 身 为 养 子 sp1 他 明 显 感 觉 到 养 父 母 偏 袒 有 血 缘 关 系 的 人 sil +003964 sil 轻 轨 上 爹 爹 倒 在 地 上 sil +003965 sil 近 日 sp1 狗 咬 人 事 件 频 发 sil +003966 sil 为 赚 奶 粉 钱 显 然 不 是 sil +003967 sil 空 气 中 飘 着 一 股 酸 臭 味 sil +003968 sil 春 节 前 不 好 招 工 sp1 试 吃 阶 段 sp1 我 得 去 端 盘 子 啦 sil +003969 sil 败 者 不 馁 sp1 失 利 的 麦 凯 恩 和 赫 卡 比 sp1 并 不 沮 丧 sil +003970 sil 据 悉 sp1 警 方 暂 未 能 完 全 确 定 砖 块 的 坠 下 位 置 sp1 暂 未 有 人 被 捕 sil +003971 sil 晚 上 sp1 父 亲 吴 大 云 数 落 她 sil +003972 sil 鉴 于 这 种 想 法 sp1 我 们 愿 意 在 中 国 做 总 代 理 sil +003973 sil 擦 完 之 后 sp1 毛 巾 也 是 随 手 一 扔 sil +003974 sil 外 界 认 为 sp1 中 国 必 定 为 此 感 到 兴 奋 和 愉 悦 sil +003975 sil 索 井 风 水 sp1 几 乎 要 什 么 有 什 么 sil +003976 sil 还 敢 讨 价 还 价 sp1 你 已 经 两 天 没 交 作 业 啦 sp1 叫 家 长 sil +003977 sil 别 急 别 急 sp1 等 我 穿 越 回 去 帮 你 看 看 哈 sil +003978 sil 我 一 直 认 为 我 哥 哥 是 冤 枉 的 sp1 肯 定 是 被 人 逼 的 sil +003979 sil 她 指 着 五 百 米 开 外 的 一 处 房 屋 告 诉 记 者 sp1 那 儿 是 她 的 家 sil +003980 sil 然 而 sp1 前 天 晚 上 爸 爸 爽 约 啦 sil +003981 sil 没 有 强 健 的 体 魄 sp1 一 切 都 将 化 为 乌 有 sil +003982 sil 直 到 这 时 sp1 伍 坦 感 觉 车 辆 颠 簸 实 在 有 点 大 了 sil +003983 sil 唯 有 世 界 羽 联 sp1 一 副 sp1 凛 然 正 气 的 样 子 sp1 这 很 虚 伪 sp1 和 不 负 责 任 sil +003984 sil 宁 大 年 sp1 依 然 在 汽 车 修 理 厂 负 责 维 修 和 培 训 sil +003985 sil 被 人 戳 着 脊 梁 骨 sp1 活 着 也 难 受 sp1 不 是 我 钻 牛 角 尖 sil +003986 sil 大 白 天 的 sp1 你 把 自 己 衣 裤 藏 哪 了 呀 sil +003987 sil 审 判 长 随 后 敲 响 法 槌 sp1 庭 审 开 始 sil +003988 sil 说 着 sp1 抢 了 上 帝 的 活 干 sp1 自 劈 一 刀 sp1 离 若 兰 而 去 sil +003989 sil 鬼 子 将 原 来 的 村 庄 一 律 烧 光 sil +003990 sil 不 过 小 美 最 终 还 是 堕 胎 了 sil +003991 sil 木 板 青 瓦 sp1 吊 脚 sp1 及 屋 前 屋 后 sp1 码 得 老 高 的 柴 垛 sp1 就 是 桑 植 人 世 袭 的 民 居 sil +003992 sil 这 堵 墙 是 藏 族 姑 娘 永 吉 才 仁 长 眠 的 地 方 sil +003993 sil 郭 建 义 心 想 sp1 莫 不 是 父 子 俩 吵 架 sp1 弟 弟 又 出 去 喝 闷 酒 了 sil +003994 sil 潘 基 文 强 调 说 sp1 人 口 的 增 长 使 缺 水 情 况 日 益 恶 化 sp1 气 候 变 化 也 是 如 此 sil +003995 sil 俺 得 找 林 站 sp1 给 林 站 说 好 sp1 到 时 间 人 家 去 sil +003996 sil 刷 牙 洗 脸 后 sp1 她 开 始 生 火 炒 菜 sil +003997 sil 这 个 陡 峭 狭 窄 的 河 边 护 坡 sp1 是 老 徐 每 天 回 家 进 出 的 唯 一 出 路 sil +003998 sil 婚 介 公 司 sp1 打 出 的 征 婚 招 牌 sil +003999 sil 我 苦 心 经 营 多 年 的 企 业 毁 于 一 旦 sp1 谁 来 赔 偿 我 们 的 损 失 sil +004000 sil 文 永 泉 律 师 还 认 为 sp1 硬 闯 导 致 争 执 一 说 sp1 也 不 成 立 sil +004001 sil 数 月 前 sp1 汤 淼 和 周 苏 红 办 理 了 离 婚 手 续 sil +004002 sil 哦 sp1 这 真 把 我 问 住 了 sp1 你 希 望 我 上 网 搜 索 答 案 吗 sil +004003 sil 老 婆 过 去 安 慰 sp1 说 sp1 别 哭 了 sp1 这 有 什 么 疼 的 sil +004004 sil 布 兰 尼 丝 毫 不 改 豪 放 作 风 sp1 一 头 乱 发 显 得 颇 为 邋 遢 sil +004005 sil 冰 一 冰 你 的 脑 袋 sp1 总 有 一 款 沁 爽 适 合 你 sil +004006 sil 小 谢 尔 博 好 奇 地 爬 上 跳 马 sp1 摔 下 来 sp1 爬 上 去 sp1 又 摔 了 下 来 sil +004007 sil 他 要 下 山 就 得 用 手 刨 雪 sil +004008 sil 跳 蚤 化 石 很 罕 见 sil +004009 sil 穆 棱 河 上 的 排 污 沟 sil +004010 sil 彼 时 sp1 王 喜 峰 官 运 亨 通 sp1 项 目 投 资 当 年 升 任 开 封 市 市 长 助 理 sil +004011 sil 和 德 运 说 sp1 这 都 是 运 气 练 功 的 缘 故 sil +004012 sil 莫 里 森 买 了 一 双 新 鞋 却 不 穿 sil +004013 sil 起 草 者 是 乡 纪 委 书 记 黄 淑 群 sil +004014 sil 夫 妻 俩 给 小 龙 子 起 名 sp1 王 周 麟 sil +004015 sil 接 着 又 改 买 黄 金 基 金 股 票 等 sil +004016 sil 王 莹 用 劲 控 制 自 己 的 笑 sp1 又 干 咳 两 声 sil +004017 sil 这 个 一 路 上 报 到 汇 丰 银 行 高 层 那 儿 sil +004018 sil 有 时 候 sp1 我 做 梦 都 想 投 奔 他 sil +004019 sil 而 手 指 甲 也 一 片 一 片 地 劈 掉 sp1 再 长 出 来 sil +004020 sil 乳 品 新 国 标 甫 一 出 台 sp1 便 引 发 了 争 议 sil +004021 sil 建 议 市 民 购 买 狗 肉 时 sp1 尽 量 买 带 皮 狗 肉 sil +004022 sil 金 山 网 络 紧 急 推 出 相 关 补 丁 sil +004023 sil 新 娘 斯 蒂 芬 妮 白 肤 金 发 sil +004024 sil 老 将 谭 宗 亮 的 状 态 如 何 sil +004025 sil 平 时 昂 贵 sp1 一 放 开 sp1 必 然 成 这 样 sil +004026 sil 购 物 广 场 只 允 许 人 出 来 sp1 不 允 许 任 何 人 进 入 sil +004027 sil 说 着 sp1 显 露 一 个 鲍 威 尔 式 的 微 笑 sp1 问 sp1 谁 来 写 呢 sil +004028 sil 真 是 业 界 良 心 啊 sil +004029 sil 外 面 没 了 动 静 sp1 薛 师 傅 躺 在 床 上 sp1 辗 转 反 侧 sil +004030 sil 事 故 后 sp1 广 州 塔 管 理 方 给 予 被 困 游 客 退 票 并 提 供 晚 餐 sil +004031 sil 一 只 羊 两 只 羊 sil +004032 sil 在 这 片 树 荫 下 sp1 大 叔 总 算 可 以 躲 开 烈 日 sp1 稍 微 休 息 会 儿 sil +004033 sil 打 头 阵 走 上 台 的 sp1 是 位 穿 红 棉 袄 的 阿 姨 sil +004034 sil 其 中 sp1 动 物 明 星 企 鹅 和 北 极 熊 最 为 惹 眼 sil +004035 sil 当 时 汪 女 士 满 口 答 应 sil +004036 sil 但 对 通 济 镇 而 言 sp1 夹 生 饭 吞 不 下 去 了 sil +004037 sil 我 获 得 了 小 衰 衰 人 勋 章 一 枚 sp1 你 能 告 诉 我 这 是 为 什 么 咩 sil +004038 sil 陈 某 竟 开 始 动 手 动 脚 sp1 并 拉 上 窗 帘 sp1 将 付 某 摁 倒 欲 行 不 轨 sil +004039 sil 呈 现 在 大 家 面 前 的 鸿 润 羽 绒 被 sp1 和 酒 店 寝 具 sp1 风 格 各 有 特 色 sil +004040 sil 采 用 国 家 体 育 总 局 最 新 颁 布 的 sp1 武 打 散 打 竞 赛 规 则 sil +004041 sil 这 如 同 一 块 干 毛 巾 sp1 无 论 使 多 大 劲 sp1 都 拧 不 出 水 来 sil +004042 sil 不 少 网 友 揣 测 sp1 王 韬 可 能 就 是 在 当 天 求 婚 sp1 纷 纷 送 上 祝 福 sil +004043 sil 梁 振 英 一 度 感 触 落 泪 sp1 用 黑 色 手 巾 擦 拭 sil +004044 sil 目 前 乔 蒂 因 报 假 警 遭 到 逮 捕 sil +004045 sil 这 笔 钱 对 我 而 言 太 重 要 了 sp1 能 把 我 家 的 债 给 还 了 呀 sil +004046 sil 而 且 掰 开 之 后 sp1 里 外 颜 色 差 别 较 大 sil +004047 sil 此 外 sp1 公 司 现 金 电 脑 等 有 价 值 财 物 sp1 被 洗 劫 一 空 sil +004048 sil 咬 一 口 sp1 发 现 里 面 有 豆 沙 馅 sp1 很 惊 讶 的 告 诉 我 们 sil +004049 sil 而 民 警 sp1 已 经 迂 回 到 了 妇 女 的 左 边 sil +004050 sil 假 驾 驶 证 sp1 字 体 光 滑 sp1 没 有 凹 凸 感 sil +004051 sil 又 到 一 年 月 圆 时 sp1 今 天 sp1 他 们 依 然 没 能 回 家 和 老 人 团 圆 sil +004052 sil 李 敖 表 示 sp1 不 稀 罕 对 方 道 歉 sp1 但 要 求 与 对 方 辩 论 sil +004053 sil 而 如 果 明 确 表 示 sp1 为 台 湾 出 兵 sp1 则 可 能 会 怂 恿 台 独 sil +004054 sil 转 眼 间 sp1 一 车 净 挣 六 七 百 元 sil +004055 sil 每 天 用 心 做 辅 食 给 她 吃 sil +004056 sil 为 了 避 开 朋 友 sp1 董 海 棠 让 王 女 士 先 出 去 遛 狗 sil +004057 sil 但 我 更 想 多 听 听 网 友 的 意 见 sil +004058 sil 很 难 说 这 一 点 具 有 讽 刺 意 味 sil +004059 sil 目 前 sp1 全 国 因 旱 饮 水 困 难 人 数 sp1 已 达 两 千 零 四 十 三 万 人 sil +004060 sil 大 蒜 交 易 区 内 sp1 少 了 往 日 的 热 闹 繁 忙 sil +004061 sil 经 过 无 数 次 买 假 以 后 sp1 他 终 成 识 假 打 假 方 面 的 鸿 儒 sil +004062 sil 大 家 擦 亮 眼 睛 sp1 掏 干 净 耳 朵 sil +004063 sil 什 么 时 候 结 婚 啊 sil +004064 sil 么 么 sp1 我 也 爱 你 sil +004065 sil 对 于 状 元 桂 冠 sp1 耿 元 生 说 sp1 儿 子 还 是 有 点 激 动 和 兴 奋 sil +004066 sil 温 州 人 每 年 扫 墓 时 sp1 都 要 重 新 刷 白 坟 墙 sp1 烧 尽 周 围 的 坟 草 sil +004067 sil 家 里 还 有 两 个 娃 娃 在 念 书 sp1 没 有 妈 妈 之 后 sp1 他 们 好 可 怜 哦 sil +004068 sil 张 謇 在 主 城 一 些 大 楼 盘 都 有 工 程 sil +004069 sil 依 托 贵 阳 遵 义 国 家 级 开 发 区 sp1 加 快 发 展 航 天 产 业 sil +004070 sil 风 水 位 置 非 常 好 sp1 因 而 也 成 为 着 陆 点 的 必 选 之 一 sil +004071 sil 闻 悉 sp1 游 人 也 纷 纷 饶 有 兴 趣 地 摸 牛 身 sp1 讨 个 好 彩 头 sil +004072 sil 杨 某 也 被 冠 上 了 最 窝 囊 丈 夫 的 头 衔 sil +004073 sil 孩 子 们 用 带 有 表 演 性 质 的 语 调 称 她 妈 妈 sil +004074 sil 随 后 sp1 倪 某 怂 恿 张 倩 sp1 一 起 把 宝 物 买 下 sp1 再 转 手 卖 掉 赚 钱 sil +004075 sil 村 道 泥 泞 sp1 崎 岖 难 行 sp1 极 易 打 滑 sil +004076 sil 着 火 轿 车 sp1 已 被 烧 成 空 壳 sil +004077 sil 他 们 的 话 语 权 很 孱 弱 sil +004078 sil 货 车 右 侧 副 驾 驶 位 置 sp1 被 整 体 撞 瘪 sp1 司 机 幸 运 逃 过 一 劫 sil +004079 sil 他 已 经 祝 贺 奥 朗 德 sp1 并 将 扛 起 败 选 责 任 sil +004080 sil 下 午 睡 个 午 觉 sp1 晚 上 吃 完 饭 看 会 儿 电 视 sp1 一 天 就 过 去 了 sil +004081 sil 亨 古 靠 近 巴 基 斯 坦 与 阿 富 汗 的 边 界 sp1 武 装 分 子 活 动 频 繁 sil +004082 sil 昨 天 sp1 俺 家 还 买 了 sil +004083 sil 突 然 被 记 者 围 堵 sp1 护 儿 心 切 的 姜 文 用 手 推 搡 镜 头 sil +004084 sil 她 早 年 当 过 幺 幺 四 的 话 务 员 sp1 后 来 自 称 下 海 经 商 sil +004085 sil 拉 比 耶 后 悔 听 从 了 这 样 的 建 议 sil +004086 sil 林 雨 翔 又 恨 自 己 sp1 没 有 罗 密 欧 与 神 仙 的 交 情 sp1 借 不 到 暖 的 轻 翼 sil +004087 sil 但 陈 霞 催 着 报 警 sp1 金 铁 军 却 躲 躲 闪 闪 sil +004088 sil 押 解 被 告 人 的 sp1 不 仅 有 法 警 sp1 同 时 还 有 武 警 sil +004089 sil 主 要 为 的 是 蹭 饭 sil +004090 sil 后 来 我 被 选 为 嘎 查 这 个 村 的 村 长 sil +004091 sil 太 坏 了 sp1 答 应 我 不 要 截 屏 好 伐 sil +004092 sil 不 管 咋 问 sp1 就 是 不 罚 你 了 sil +004093 sil 为 了 避 免 麻 烦 和 争 议 sp1 许 多 人 宁 愿 使 用 私 家 车 sil +004094 sil 要 是 用 大 泵 的 话 sp1 二 三 十 分 钟 就 把 水 抽 干 了 sil +004095 sil 重 点 限 养 区 内 sp1 禁 止 个 人 饲 养 sp1 烈 性 犬 sp1 大 型 犬 sil +004096 sil 这 个 疙 瘩 压 得 我 喘 不 过 气 来 sil +004097 sil 舒 跃 龙 表 示 sp1 疫 苗 生 产 已 经 有 了 最 新 的 进 展 sil +004098 sil 因 为 鱼 游 泳 好 累 sp1 出 了 很 多 的 汗 sp1 逗 你 的 啦 sil +004099 sil 陈 某 大 怒 sp1 称 大 不 了 鱼 死 网 破 sp1 然 后 二 人 开 始 争 吵 起 来 sil +004100 sil 在 三 嬢 陈 章 淑 眼 里 sp1 媛 媛 懂 事 嘴 甜 聪 明 sp1 见 人 就 会 喊 sil +004101 sil 过 几 天 微 博 更 新 就 会 恢 复 的 sil +004102 sil 踹 门 sp1 还 通 过 防 盗 窗 刺 sp1 太 可 怕 了 sil +004103 sil 他 自 嘲 是 房 奴 sp1 但 也 痛 并 快 乐 sil +004104 sil 另 外 sp1 丈 夫 还 必 须 要 把 陪 嫁 嫁 妆 sp1 全 部 送 回 娘 家 sil +004105 sil 在 远 处 依 稀 可 见 的 沙 漠 植 物 映 衬 下 sp1 整 个 球 场 显 的 绿 意 盎 然 sil +004106 sil 重 视 内 贸 基 础 理 论 研 究 sil +004107 sil 在 关 于 大 规 模 杀 伤 性 武 器 的 问 题 上 sp1 中 东 各 国 各 怀 心 事 sil +004108 sil 一 路 上 sp1 孙 颖 浩 用 自 己 的 方 式 鼓 舞 着 队 员 sp1 其 实 他 的 心 里 也 忐 忑 不 安 sil +004109 sil 写 散 文 的 人 最 多 sp1 人 心 却 像 他 们 的 文 章 一 样 散 sp1 闹 也 闲 不 出 气 势 sil +004110 sil 奥 运 会 之 前 有 谁 听 说 过 蔡 亚 林 的 名 字 sil +004111 sil 在 青 岛 部 分 乳 企 sp1 因 检 测 严 格 而 停 产 sil +004112 sil 令 计 划 sp1 王 沪 宁 sp1 戴 秉 国 等 参 加 活 动 sil +004113 sil 出 入 有 车 代 步 sp1 车 型 自 选 sp1 还 有 宝 马 哦 sil +004114 sil 踢 足 球 当 然 会 啦 sil +004115 sil 过 去 五 年 时 间 里 sp1 雅 虎 股 票 价 格 已 缩 水 一 半 sil +004116 sil 似 乎 仗 未 打 sp1 自 己 已 被 巨 大 的 心 理 压 力 打 垮 sil +004117 sil 残 疾 情 况 sp1 需 有 医 院 证 明 sp1 且 每 两 年 复 查 一 次 sil +004118 sil 内 胆 板 材 焊 接 sp1 是 水 箱 加 工 过 程 中 sp1 又 一 重 要 环 节 sil +004119 sil 我 们 过 去 的 革 命 sp1 岂 非 等 于 sp1 白 干 一 场 sil +004120 sil 章 瑞 平 称 sp1 一 嗨 曾 遭 到 网 络 水 军 的 攻 击 sil +004121 sil 我 没 得 罪 过 你 sp1 请 别 乱 骚 扰 sil +004122 sil 其 次 sp1 进 项 税 额 抵 扣 的 要 件 形 式 sp1 要 求 采 购 环 节 做 好 调 整 应 对 sil +004123 sil 孩 子 的 脸 惨 白 sp1 折 腾 坏 了 sil +004124 sil 导 致 航 班 延 误 sp1 一 百 四 十 八 个 sp1 滞 留 旅 客 近 万 人 sil +004125 sil 资 源 性 产 品 价 格 改 革 sp1 稳 妥 有 序 推 进 sil +004126 sil 甚 至 军 政 府 sp1 自 愿 交 权 于 民 选 政 府 sp1 也 是 这 种 信 念 的 产 物 sil +004127 sil 左 丽 荣 听 到 汪 莎 一 番 开 导 后 sp1 笑 得 合 不 拢 嘴 sil +004128 sil 选 择 性 接 轨 只 能 骗 骗 自 己 sil +004129 sil 这 个 图 书 神 偷 曾 是 写 手 sil +004130 sil 宛 喜 有 逃 离 现 场 sil +004131 sil 据 说 此 嫚 背 景 很 硬 sil +004132 sil 让 人 着 实 为 之 揣 测 sil +004133 sil 美 洁 问 sp1 你 呢 sil +004134 sil 唐 人 立 摄 影 展 海 报 sil +004135 sil 村 民 院 中 的 大 窟 窿 sil +004136 sil 一 点 儿 意 义 也 没 有 sil +004137 sil 嫌 疑 人 蒋 宇 落 网 sil +004138 sil 拐 点 就 在 这 五 年 sil +004139 sil 不 要 嘛 sp1 别 赶 走 我 sil +004140 sil 围 墙 栅 栏 锈 迹 斑 斑 sil +004141 sil 不 服 咬 我 啊 sil +004142 sil 利 润 可 观 竞 争 也 很 激 烈 sil +004143 sil 武 警 战 士 帮 忙 扫 雪 sil +004144 sil 那 真 是 太 好 了 耶 sil +004145 sil 首 先 sp1 因 分 化 瓦 解 sil +004146 sil 宝 塔 镇 河 妖 sil +004147 sil 怎 么 会 晕 呢 sil +004148 sil 外 孙 女 执 拗 着 不 走 偏 要 玩 sil +004149 sil 为 什 么 要 问 为 什 么 sil +004150 sil 调 情 是 什 么 东 东 呀 sil +004151 sil 退 一 步 海 阔 天 空 sil +004152 sil 他 舅 舅 三 十 多 岁 sp1 家 中 也 有 小 孩 sil +004153 sil 咔 嚓 sp1 一 块 悬 垂 的 楼 板 掉 下 来 sp1 砸 在 旁 边 sp1 官 兵 们 的 心 sp1 一 下 提 到 嗓 子 眼 sil +004154 sil 推 进 国 有 林 区 和 农 垦 体 制 改 革 sil +004155 sil 而 这 则 姚 晨 牵 着 小 毛 驴 的 广 告 sp1 也 为 赶 集 快 速 提 高 了 知 名 度 sil +004156 sil 护 士 说 sp1 张 爷 爷 最 喜 欢 做 的 事 sp1 就 是 摆 弄 他 的 拉 链 sil +004157 sil 看 着 收 益 率 噌 噌 往 下 跌 sp1 但 想 拿 券 的 sp1 不 一 定 能 买 到 sil +004158 sil 淘 宝 工 作 人 员 称 sp1 赠 品 肯 定 是 免 费 的 sil +004159 sil 林 母 一 听 sp1 高 兴 得 险 些 忘 了 要 去 搓 麻 将 sil +004160 sil 晚 上 再 出 门 sp1 也 许 会 凉 快 些 sil +004161 sil 此 案 轰 动 全 国 sp1 公 安 部 挂 牌 督 办 sil +004162 sil 一 只 雪 白 而 苗 条 的 全 新 史 莱 克 sp1 出 现 在 人 们 面 前 sil +004163 sil 她 渴 望 走 出 去 sp1 感 受 雨 滴 sp1 落 在 身 上 的 感 觉 sil +004164 sil 外 界 预 期 sp1 盲 人 门 球 是 本 届 残 奥 会 中 国 队 的 一 个 夺 牌 亮 点 sil +004165 sil 一 张 落 寞 的 脸 消 融 在 夕 阳 里 sil +004166 sil 天 亮 了 sp1 整 个 一 宿 sp1 脑 子 都 是 乱 糟 糟 的 sil +004167 sil 应 采 儿 表 示 sp1 这 一 天 举 行 婚 礼 很 有 意 义 sil +004168 sil 还 有 就 是 换 水 sp1 上 盆 之 后 sp1 要 定 期 换 盆 里 的 水 sil +004169 sil 信 阳 市 妇 幼 保 健 院 sp1 原 来 只 有 一 两 个 人 在 那 儿 管 理 sil +004170 sil 新 闻 界 也 批 评 在 场 的 人 见 死 不 救 sil +004171 sil 又 搞 突 然 袭 击 sp1 完 了 完 了 sp1 死 定 了 sil +004172 sil 夏 学 銮 对 此 表 示 赞 同 sil +004173 sil 该 台 赴 云 南 的 科 普 部 主 任 张 旸 表 示 sp1 希 望 观 测 工 作 一 切 顺 利 sil +004174 sil 不 幸 的 是 sp1 这 期 间 sp1 李 晓 耿 被 蚊 虫 叮 咬 sp1 身 上 起 肿 癍 sil +004175 sil 朱 镕 基 严 于 律 己 sp1 举 世 皆 知 sil +004176 sil 一 名 男 子 坐 在 一 捆 捆 百 元 大 钞 上 sp1 摆 弄 着 眼 前 的 钱 砖 sil +004177 sil 昨 日 上 午 sp1 二 人 因 拐 卖 儿 童 罪 分 别 获 刑 sil +004178 sil 小 女 孩 儿 已 经 惨 不 忍 睹 sp1 围 观 群 众 不 禁 sp1 哀 叹 道 sp1 太 惨 了 sp1 太 惨 了 sil +004179 sil 学 生 小 杰 听 了 孙 某 的 话 sp1 开 始 琢 磨 用 此 法 赚 钱 sil +004180 sil 爸 爸 见 了 说 sp1 别 这 么 鬼 头 鬼 脑 的 sp1 有 话 大 声 说 sil +004181 sil 该 股 的 网 上 中 签 率 sp1 为 百 分 之 二 点 一 二 五 一 sil +004182 sil 你 嫌 弃 我 哪 里 不 好 sp1 我 改 还 不 行 吗 sil +004183 sil 大 街 小 巷 飘 起 红 绸 带 sp1 家 家 屋 檐 下 挂 起 一 串 串 红 灯 笼 sil +004184 sil 他 周 边 的 朋 友 也 说 sp1 他 这 是 嘚 瑟 惯 了 sil +004185 sil 两 大 需 求 的 颓 势 sp1 也 与 政 策 靴 子 迟 迟 没 有 落 地 有 关 sil +004186 sil 然 后 会 由 货 车 运 送 到 某 地 进 行 漂 洗 sil +004187 sil 难 怪 客 厅 墙 壁 上 最 惹 眼 的 是 一 件 木 雕 牛 sil +004188 sil 当 然 宣 传 状 元 不 能 夸 大 sp1 更 不 能 sp1 无 中 生 有 sil +004189 sil 吓 的 她 虎 躯 一 震 sp1 愣 了 好 几 秒 才 反 应 过 来 sil +004190 sil 早 起 的 时 候 儿 子 催 我 sp1 爸 爸 快 走 sp1 上 学 去 sil +004191 sil 第 二 sp1 这 个 你 问 俺 sp1 也 问 不 出 啥 东 西 sp1 俺 也 不 知 道 sil +004192 sil 反 正 年 轻 sp1 我 就 玩 玩 嘛 sil +004193 sil 它 在 海 上 等 待 二 三 五 二 八 号 船 近 一 周 后 返 回 sil +004194 sil 春 天 万 物 复 苏 生 机 盎 然 sp1 是 人 们 调 养 身 心 的 好 时 机 sil +004195 sil 目 前 四 环 路 五 环 路 sp1 和 机 场 高 速 的 奥 运 专 用 车 道 sp1 都 已 施 划 完 毕 sil +004196 sil 新 一 轮 的 涨 价 潮 又 蠢 蠢 欲 动 sil +004197 sil 戴 军 不 从 sp1 王 闯 等 人 又 对 其 轮 番 攻 击 sil +004198 sil 她 便 呼 吁 马 sp1 不 要 再 身 陷 扁 马 情 结 sil +004199 sil 个 人 所 得 税 免 征 额 共 调 整 过 两 次 sil +004200 sil 他 说 sp1 尽 管 罚 金 微 不 足 道 sp1 他 仍 希 望 还 清 这 笔 债 sil +004201 sil 另 外 一 辆 雪 铁 龙 想 要 挡 住 它 sp1 被 撞 了 四 五 下 sil +004202 sil 这 样 sp1 政 府 管 理 就 酝 酿 着 风 险 sil +004203 sil 海 底 捞 蹭 午 饭 没 成 功 sp1 从 玄 武 门 出 来 后 sp1 午 饭 的 时 间 到 了 sil +004204 sil 想 办 法 提 高 一 下 工 作 效 率 呀 sil +004205 sil 俗 话 说 sp1 棺 材 里 伸 手 死 要 钱 sil +004206 sil 仙 湖 植 物 园 里 的 植 物 千 姿 百 态 sp1 小 平 同 志 看 得 兴 趣 盎 然 sil +004207 sil 还 有 人 说 sp1 三 块 钱 几 乎 可 以 养 活 一 家 人 sil +004208 sil 两 年 前 sp1 周 爹 爹 在 车 棚 外 自 制 了 一 个 单 杠 sil +004209 sil 与 丈 夫 高 城 刚 和 好 以 后 sp1 泽 尻 英 龙 华 目 标 直 指 好 莱 乌 sil +004210 sil 更 主 要 是 照 老 尹 的 说 法 sp1 习 惯 啦 sp1 出 门 就 上 那 儿 遛 一 圈 sil +004211 sil 晚 上 可 以 喝 点 杂 粮 粥 sp1 吃 点 炒 青 菜 sp1 便 于 消 化 又 有 营 养 sil +004212 sil 而 从 侧 面 看 时 sp1 小 天 甜 sp1 已 有 明 显 凸 起 的 小 肚 腩 sil +004213 sil 随 后 sp1 记 者 来 到 石 碾 盘 劳 务 市 场 旁 的 曾 卤 菜 门 店 sil +004214 sil 谈 及 保 养 秘 诀 sp1 安 雅 首 次 透 露 了 自 己 的 懒 女 人 攻 略 sil +004215 sil 今 年 他 过 生 日 sp1 带 他 选 玩 具 sil +004216 sil 后 来 我 家 麦 子 割 完 了 sp1 他 家 的 麦 子 sp1 好 像 还 淋 了 一 场 雨 sp1 糟 蹋 了 sil +004217 sil 暴 雨 导 致 梧 州 市 区 多 条 主 要 街 道 发 生 严 重 内 涝 sil +004218 sil 因 为 家 底 儿 殷 实 sp1 年 轻 时 我 是 个 少 爷 sp1 不 管 事 sp1 更 不 管 钱 sil +004219 sil 经 抢 救 无 效 sp1 小 羊 驼 死 亡 sil +004220 sil 一 位 村 民 背 着 棺 材 经 过 sil +004221 sil 他 天 天 叨 叨 叨 sp1 我 说 烦 sil +004222 sil 暗 自 夸 自 己 记 忆 力 强 sp1 两 年 前 听 到 的 东 西 sp1 到 紧 要 关 头 还 能 取 用 自 如 sil +004223 sil 因 为 没 什 么 建 筑 和 高 大 树 木 sp1 整 座 琛 航 岛 可 一 眼 看 穿 sil +004224 sil 战 士 在 演 示 灭 火 扫 把 sil +004225 sil 对 于 驻 伊 美 军 十 月 份 遭 受 的 重 大 伤 亡 sp1 兹 巴 里 深 表 遗 憾 sil +004226 sil 引 进 超 威 电 源 sp1 使 沁 阳 成 为 全 国 最 大 的 sp1 动 力 电 池 生 产 基 地 sil +004227 sil 该 次 猎 虎 成 果 sp1 比 前 一 阶 段 有 所 增 加 sil +004228 sil 谁 料 sp1 多 数 网 友 并 不 理 解 他 的 苦 衷 sp1 反 而 称 他 为 sp1 抠 门 哥 sil +004229 sil 何 伟 在 门 房 诊 所 里 接 待 病 人 sp1 杨 勇 坐 在 一 旁 摆 弄 电 脑 sil +004230 sil 由 于 积 极 购 买 内 容 sp1 净 现 金 sp1 低 于 我 们 的 预 期 sil +004231 sil 三 星 堆 青 铜 器 群 高 超 的 青 铜 器 冶 炼 技 术 及 青 铜 文 化 sp1 是 如 何 产 生 的 sil +004232 sil 哈 哈 sp1 您 说 得 对 sp1 我 是 挺 傻 挺 二 的 sil +004233 sil 一 路 上 sp1 夏 雨 少 言 寡 语 sp1 除 了 向 四 处 张 望 几 下 sp1 便 一 直 埋 头 向 前 sil +004234 sil 他 能 率 领 队 友 守 住 澳 大 利 亚 队 的 疯 狂 进 攻 吗 sil +004235 sil 他 说 sp1 穿 丝 袜 表 演 是 一 种 艺 术 形 式 sil +004236 sil 周 立 波 在 节 目 中 做 鬼 脸 sil +004237 sil 申 购 简 称 为 兴 业 申 购 sp1 申 购 代 码 sp1 为 七 八 零 三 七 七 sil +004238 sil 除 此 之 外 sp1 在 超 市 中 偶 有 销 售 sil +004239 sil 卡 扎 菲 被 拧 得 哼 哼 叫 sp1 孙 女 咯 咯 地 笑 起 来 sil +004240 sil 七 点 左 右 sp1 另 外 四 名 人 员 被 东 海 救 幺 幺 二 救 下 sil +004241 sil 并 没 有 孔 子 的 被 追 捧 和 热 衷 度 高 啊 sil +004242 sil 他 的 奇 异 之 处 sp1 在 于 用 彩 色 粉 笔 在 地 上 作 画 sp1 而 且 画 啥 像 啥 sil +004243 sil 老 字 号 东 来 顺 sp1 馄 饨 侯 sp1 护 国 寺 小 吃 sp1 茶 汤 李 sp1 齐 聚 地 坛 sil +004244 sil 普 京 为 俄 罗 斯 柔 道 选 手 鼓 掌 sil +004245 sil 民 警 只 好 把 男 子 架 上 警 车 sp1 载 到 卫 生 院 醒 酒 sil +004246 sil 昭 惠 夫 人 与 安 倍 晋 三 sp1 一 九 八 七 年 结 婚 sil +004247 sil 目 前 sp1 王 勇 已 经 被 美 国 曼 哈 顿 区 检 察 官 提 起 诉 讼 sil +004248 sil 并 与 郦 道 元 的 水 经 注 sp1 一 道 登 上 北 朝 文 学 的 巅 峰 sil +004249 sil 水 库 旁 的 稀 土 盗 采 点 sp1 目 前 仍 散 落 着 硫 酸 铵 等 化 学 品 的 包 装 sil +004250 sil 这 是 由 台 湾 镂 空 书 法 名 家 詹 秀 蓉 书 写 的 金 箔 镂 空 作 品 sil +004251 sil 小 东 的 姐 姐 称 贴 吧 内 容 真 实 sil +004252 sil 请 问 sp1 你 要 不 要 吃 赔 钱 了 这 个 亏 呢 sil +004253 sil 几 年 前 sp1 李 国 权 就 患 有 胆 囊 炎 胃 病 痔 疮 等 顽 疾 sil +004254 sil 四 个 人 七 手 八 脚 忙 活 半 天 sp1 冰 山 寝 室 瞬 间 变 温 室 sil +004255 sil 图 为 肖 向 阳 躺 在 病 床 上 sp1 他 的 表 姐 在 一 旁 陪 护 sil +004256 sil 乘 客 稍 多 时 sp1 窄 小 的 出 口 就 显 得 很 拥 挤 sil +004257 sil 行 啊 没 问 题 sp1 不 过 你 也 知 道 的 sp1 周 末 路 上 都 很 堵 sp1 估 计 得 晚 到 一 点 儿 sil +004258 sil 双 方 各 执 一 词 sp1 令 事 件 扑 朔 迷 离 sil +004259 sil 仿 佛 点 一 支 烟 刚 刚 燃 着 吸 了 一 口 就 灭 了 sp1 嘴 里 只 有 那 口 烟 的 余 味 sil +004260 sil 然 后 sp1 主 人 为 客 人 斟 满 sp1 再 陪 客 人 饮 上 一 杯 sil +004261 sil 给 心 爱 的 人 泡 杯 热 茶 吧 sil +004262 sil 老 战 友 在 外 地 聚 会 sp1 他 说 战 友 们 sp1 转 业 早 sp1 工 资 不 高 sp1 他 慷 慨 解 囊 sil +004263 sil 开 心 看 表 演 sp1 众 星 走 完 红 地 毯 之 后 sp1 徐 若 瑄 才 现 身 sil +004264 sil 这 些 蛤 蟆 只 有 成 人 拇 指 大 小 sp1 通 体 深 褐 色 sil +004265 sil 个 别 严 重 的 sp1 开 始 呕 吐 甚 至 出 现 晕 厥 的 现 象 sil +004266 sil 不 要 乱 问 女 孩 子 的 年 龄 啦 sil +004267 sil 深 圳 狂 风 大 作 sp1 暴 雨 滂 沱 sil +004268 sil 当 时 沮 丧 的 心 情 无 以 形 容 sil +004269 sil 这 与 历 史 上 的 闯 关 东 有 关 sil +004270 sil 互 联 网 正 润 物 细 无 声 地 影 响 中 国 社 会 sil +004271 sil 报 道 说 sp1 麦 迪 甘 和 布 拉 格 耶 维 奇 是 宿 敌 sp1 多 次 表 达 出 任 州 长 的 意 愿 sil +004272 sil 我 实 际 上 希 望 别 人 喊 我 教 授 sp1 更 亲 切 sil +004273 sil 据 王 瑞 琛 介 绍 sp1 他 们 已 接 受 节 育 手 术 sp1 没 可 能 再 要 小 孩 sil +004274 sil 背 后 暴 露 出 的 sp1 当 地 粗 鲁 横 蛮 的 执 政 思 维 令 人 警 醒 sil +004275 sil 我 特 别 喜 欢 弹 钢 琴 sil +004276 sil 适 当 节 食 和 运 动 结 合 sp1 科 学 减 肥 才 行 呀 sil +004277 sil 统 一 采 购 的 面 筋 里 面 含 有 甲 醛 sil +004278 sil 过 去 李 逵 是 半 吊 子 sp1 在 戏 里 只 能 充 当 打 哈 哈 凑 趣 的 笑 剧 人 物 sil +004279 sil 胡 亮 余 飞 敲 碎 啤 酒 瓶 sp1 抵 住 曾 的 喉 咙 sil +004280 sil 镇 长 吴 科 哲 说 sp1 争 议 双 方 都 以 祖 宗 地 的 理 由 申 索 土 地 所 有 权 sil +004281 sil 目 前 惠 淼 大 臂 有 些 许 拉 伤 sp1 但 无 大 碍 sil +004282 sil 每 当 他 拥 抱 我 的 时 候 sp1 我 都 听 到 他 的 心 在 怦 怦 跳 sil +004283 sil 原 告 张 咪 本 人 没 有 出 庭 sp1 张 咪 女 儿 李 洛 伊 出 现 在 庭 审 现 场 sil +004284 sil 理 由 主 要 有 建 筑 规 格 时 间 sp1 衙 署 建 筑 和 文 献 记 载 等 sil +004285 sil 至 少 奢 侈 品 市 场 一 直 很 兴 旺 sil +004286 sil 那 女 的 说 sp1 你 拿 枪 吓 唬 谁 呀 sil +004287 sil 上 面 悬 着 一 轮 红 彤 彤 的 太 阳 sil +004288 sil 像 谁 都 行 sp1 就 是 千 万 别 像 我 sp1 又 矮 又 丑 的 sil +004289 sil 这 背 后 牵 出 葛 与 盛 大 之 间 的 纠 葛 一 案 sil +004290 sil 夫 妻 俩 把 心 思 都 花 在 了 瘫 痪 双 亲 身 上 sil +004291 sil 柯 莉 塔 曾 创 办 纪 念 已 故 丈 夫 的 金 恩 中 心 sil +004292 sil 床 铺 旁 边 是 收 售 的 各 种 药 品 sil +004293 sil 具 体 有 多 少 损 失 sp1 我 不 能 拍 脑 袋 sp1 很 难 计 算 sil +004294 sil 此 次 联 演 是 两 军 军 事 合 作 框 架 内 的 正 常 安 排 sil +004295 sil 这 下 惹 恼 了 刘 鹏 sil +004296 sil 通 常 都 是 在 运 猪 前 往 耳 朵 上 打 一 针 地 西 泮 sp1 俗 名 就 是 安 定 sil +004297 sil 一 身 裸 色 的 小 礼 服 sp1 利 落 的 发 饰 sp1 干 练 又 不 失 柔 美 sil +004298 sil 第 二 步 是 剪 去 裤 脚 后 抽 出 横 向 的 线 sil +004299 sil 这 是 一 个 典 型 的 决 策 谬 误 sil +004300 sil 江 国 庆 之 母 得 知 儿 子 沉 冤 得 雪 sp1 捧 着 遗 照 落 泪 sil +004301 sil 在 七 八 九 三 个 月 sp1 有 三 家 奢 侈 品 网 站 分 外 招 摇 sil +004302 sil 这 样 老 鹰 和 野 猪 sp1 以 及 他 们 的 孩 子 都 饿 死 了 sil +004303 sil 在 抵 达 亚 特 兰 大 后 sp1 普 米 卡 拉 被 警 方 带 走 sil +004304 sil 只 要 不 工 作 时 sp1 他 每 次 用 餐 都 会 点 鱼 翅 sp1 再 与 白 饭 搅 混 来 吃 sil +004305 sil 不 过 他 也 说 sp1 真 要 疯 起 来 sp1 会 尺 度 大 开 sp1 比 如 裸 泳 sp1 跳 很 诡 异 的 舞 sil +004306 sil 你 又 把 这 个 千 古 难 题 丢 给 我 了 sp1 好 吧 sp1 可 以 尝 尝 四 川 菜 呀 sp1 我 很 爱 吃 sil +004307 sil 黎 巴 嫩 电 信 部 长 也 表 示 sp1 伊 杜 之 死 sp1 是 大 马 士 革 清 算 运 动 的 阴 谋 之 一 sil +004308 sil 我 有 一 个 热 爱 书 面 语 的 朋 友 sil +004309 sil 四 人 均 否 认 帮 扁 家 洗 钱 sil +004310 sil 这 处 院 落 位 于 路 边 sp1 由 于 远 离 平 家 疃 村 sp1 周 围 住 户 极 少 sil +004311 sil 另 外 桃 花 为 低 矮 植 物 枝 桠 较 低 sp1 也 不 方 便 行 人 穿 行 sil +004312 sil 教 练 一 下 蒙 了 sp1 看 着 他 说 北 京 sil +004313 sil 发 债 后 sp1 短 短 几 天 就 亏 损 预 警 sil +004314 sil 我 到 派 出 所 一 看 sp1 也 是 个 小 豁 嘴 sil +004315 sil 这 些 努 力 获 得 的 反 馈 相 当 踊 跃 sil +004316 sil 江 风 凛 冽 sp1 于 双 戈 打 了 个 寒 战 sil +004317 sil 两 年 后 sp1 他 的 精 神 堡 垒 垮 塌 了 sil +004318 sil 孙 辉 恨 不 得 要 说 sp1 老 子 学 富 五 车 sp1 你 够 资 格 要 我 指 正 吗 sil +004319 sil 为 摸 清 灾 后 北 川 资 源 状 况 sp1 他 走 遍 了 北 川 的 山 山 水 水 sil +004320 sil 日 子 过 得 也 算 平 静 顺 当 sil +004321 sil 主 婚 人 一 愣 sp1 回 头 看 了 一 眼 新 娘 sp1 然 后 找 了 五 毛 sil +004322 sil 美 好 前 景 刺 激 下 sp1 新 的 跑 马 圈 地 运 动 sp1 正 式 拉 开 帷 幕 sil +004323 sil 刘 奶 奶 不 属 于 无 儿 无 女 的 三 无 死 亡 人 员 sp1 民 政 局 更 无 法 介 入 sil +004324 sil 王 强 便 哄 骗 小 娟 sp1 如 果 小 娟 与 他 发 生 关 系 sp1 便 给 小 娟 零 花 钱 用 sil +004325 sil 现 在 思 乐 已 经 五 岁 了 sp1 聪 明 乖 巧 sp1 甚 是 招 人 喜 欢 sil +004326 sil 如 果 年 代 久 远 sp1 他 会 稍 慢 些 sp1 需 要 多 一 秒 钟 sil +004327 sil 张 越 红 不 是 重 返 国 家 队 了 吗 sil +004328 sil 以 此 用 更 确 凿 的 证 据 解 决 遗 址 的 基 础 问 题 回 应 这 些 质 疑 sil +004329 sil 陶 宝 端 起 酒 杯 sp1 拍 拍 我 的 肩 膀 sil +004330 sil 孙 某 未 停 车 反 而 加 速 闯 卡 sp1 将 协 警 郭 某 林 某 撞 成 轻 伤 sil +004331 sil 而 在 退 役 后 sp1 娱 乐 圈 sp1 也 曾 是 李 宁 首 选 的 尝 试 sil +004332 sil 但 他 远 远 不 能 走 得 洒 脱 sil +004333 sil 付 高 峰 是 中 国 一 代 散 打 王 柳 海 龙 和 武 状 元 sp1 杨 晓 靖 的 师 弟 sil +004334 sil 没 有 抢 成 sp1 两 人 有 点 泄 气 sp1 在 附 近 溜 达 了 一 会 儿 sil +004335 sil 下 面 请 听 环 球 资 讯 sp1 驻 耶 路 撒 冷 记 者 王 倩 发 回 的 报 道 sil +004336 sil 调 查 也 预 测 sp1 未 来 三 年 内 至 少 会 有 一 亿 一 千 万 的 手 机 新 用 户 产 生 sil +004337 sil 同 时 控 制 剖 宫 产 率 sil +004338 sil 法 官 介 绍 sp1 法 院 将 安 排 对 雷 森 进 行 专 业 心 理 辅 导 sil +004339 sil 现 在 禁 烟 之 风 从 公 共 场 所 吹 入 了 居 民 建 筑 内 部 sil +004340 sil 他 们 又 颁 布 法 令 sp1 要 求 工 厂 按 更 高 标 准 建 立 烟 囱 sil +004341 sil 感 觉 我 提 出 什 么 事 sp1 老 汉 儿 都 不 答 应 sil +004342 sil 库 尔 森 和 布 鲁 克 斯 sp1 被 控 合 谋 非 法 窃 听 罪 sil +004343 sil 咦 sp1 我 隐 身 了 怎 么 还 能 看 见 我 sil +004344 sil 曾 志 伟 坦 言 各 人 没 有 计 较 出 场 次 序 sp1 但 安 排 上 仍 有 困 难 sil +004345 sil 天 气 好 sp1 也 不 能 忽 略 补 充 维 生 素 sp1 买 点 最 爱 的 水 果 sp1 做 快 乐 的 吃 货 sil +004346 sil 汽 车 在 柳 垄 山 盘 旋 sp1 记 者 走 进 吴 乃 宜 的 家 sil +004347 sil 运 钞 车 司 机 也 被 弄 糊 涂 了 sp1 将 车 停 下 sp1 男 子 嚷 嚷 sp1 我 要 打 车 回 家 sil +004348 sil 截 至 十 一 月 二 日 sp1 实 际 转 户 sp1 五 十 二 点 七 五 四 五 万 人 sil +004349 sil 我 的 闺 蜜 们 一 口 咬 定 sp1 我 是 犯 了 花 痴 sp1 看 中 了 主 人 的 帅 气 模 样 sil +004350 sil 唯 有 转 才 能 突 破 sp1 转 才 能 持 续 sp1 转 才 能 让 沁 阳 工 业 sp1 步 入 新 境 界 sil +004351 sil 坐 到 位 置 上 sp1 开 始 缓 过 神 来 sp1 心 被 喜 悦 塞 得 不 留 一 丝 缝 隙 sil +004352 sil 军 方 称 sp1 过 去 三 天 共 打 死 sp1 一 百 六 十 五 名 武 装 人 员 sil +004353 sil 这 里 挺 清 静 sp1 好 些 不 炒 股 的 依 伯 依 姆 sp1 也 进 来 消 夏 sil +004354 sil 孩 子 现 在 身 高 明 显 比 同 学 矮 许 多 sp1 我 现 在 后 悔 莫 及 想 撞 墙 sil +004355 sil 小 蛤 蟆 均 只 有 指 甲 盖 大 小 sil +004356 sil 关 于 互 助 合 作 保 险 组 织 sil +004357 sil 姐 姐 见 状 再 度 痛 哭 sp1 不 忍 舍 弃 sp1 只 好 暂 时 保 留 sil +004358 sil 对 你 的 前 任 更 感 兴 趣 耶 sil +004359 sil 其 中 sp1 卖 馄 饨 的 约 三 十 家 sil +004360 sil 棉 花 进 口 量 也 大 幅 增 长 sil +004361 sil 骨 骼 保 存 基 本 完 整 sp1 发 簪 和 发 髻 的 样 式 sp1 依 稀 可 见 sil +004362 sil 日 方 不 应 非 法 用 武 力 阻 挠 sil +004363 sil 落 实 节 能 减 排 的 任 务 吗 sil +004364 sil 图 为 受 表 彰 的 爱 国 守 法 先 进 僧 尼 代 表 sil +004365 sil 祖 马 本 人 两 天 前 说 sp1 这 幅 画 像 讥 讽 我 sp1 让 我 人 格 蒙 羞 尊 严 受 辱 sil +004366 sil 一 点 都 难 不 倒 我 sil +004367 sil 我 们 要 相 信 科 学 崇 尚 自 由 sil +004368 sil 从 团 购 诞 生 那 天 开 始 sp1 马 遥 就 被 这 新 鲜 玩 意 儿 吸 引 住 了 sil +004369 sil 后 袁 厉 害 sp1 被 独 自 留 在 房 间 中 休 息 sp1 睡 了 一 个 午 觉 sil +004370 sil 英 国 广 播 公 司 sp1 在 贝 尔 格 莱 德 的 记 者 尼 克 sil +004371 sil 他 抓 起 桌 上 的 放 大 镜 sp1 又 反 反 复 复 端 详 了 好 一 阵 子 sil +004372 sil 他 自 述 其 学 问 sp1 从 孔 夫 子 梁 启 超 到 拿 破 仑 sp1 什 么 都 读 sil +004373 sil 而 秘 方 其 实 是 膏 药 里 加 西 药 sp1 甚 至 加 辣 椒 油 sp1 让 患 者 感 觉 发 热 sil +004374 sil 门 要 是 个 女 的 sp1 非 急 死 不 可 sil +004375 sil 要 先 结 婚 才 可 以 生 孩 子 sil +004376 sil 反 正 就 是 有 创 意 sp1 就 完 成 呗 sil +004377 sil 二 是 sp1 瓦 斯 治 理 措 施 不 落 实 sil +004378 sil 画 作 上 签 名 潦 草 sp1 下 方 注 明 绘 于 sp1 一 八 五 四 年 sil +004379 sil 目 前 正 崴 的 工 厂 设 在 东 莞 和 昆 山 sil +004380 sil 马 琳 许 昕 sp1 王 励 勤 sp1 分 别 排 在 第 五 七 八 位 sil +004381 sil 江 一 燕 又 冷 又 怕 sp1 没 见 到 鬼 屋 sp1 已 经 在 颤 抖 了 sil +004382 sil 结 账 的 姚 龙 连 连 推 辞 sp1 但 最 终 拗 不 过 拜 登 sp1 还 是 收 下 了 sil +004383 sil 但 是 sp1 我 们 有 信 心 能 够 把 这 二 者 平 衡 好 sil +004384 sil 儿 子 竟 然 抱 着 吉 他 sp1 哇 sp1 温 暖 呀 sil +004385 sil 我 是 太 爱 俺 老 婆 sp1 害 怕 她 不 要 我 sil +004386 sil 一 些 人 整 箱 整 箱 地 扛 回 家 sil +004387 sil 渺 渺 兮 予 怀 sp1 望 美 人 兮 天 一 方 sil +004388 sil 这 趟 慢 车 的 乘 客 逐 年 减 少 sil +004389 sil 总 之 很 漂 亮 就 对 啦 sil +004390 sil 供 水 设 施 冻 坏 sp1 引 发 跑 水 sp1 影 响 到 用 户 的 正 常 用 水 sil +004391 sil 查 找 问 题 更 没 有 吞 吞 吐 吐 躲 躲 闪 闪 sp1 而 是 直 接 了 当 sil +004392 sil 我 的 爸 爸 妈 妈 可 以 证 明 哦 sil +004393 sil 中 午 时 分 sp1 河 面 上 炊 烟 缭 绕 sil +004394 sil 我 们 不 能 把 长 跑 当 短 跑 跑 sil +004395 sil 二 是 习 惯 当 甩 手 掌 柜 sp1 做 二 传 手 sp1 层 层 批 转 坐 而 论 道 sp1 不 干 实 事 sil +004396 sil 刘 允 洲 表 示 sp1 不 上 诉 sil +004397 sil 开 始 是 一 些 学 生 起 哄 sp1 撕 烂 书 本 sp1 试 卷 往 楼 下 扔 sil +004398 sil 压 抑 心 底 的 委 屈 sp1 终 于 得 以 告 慰 sil +004399 sil 目 前 sp1 叶 江 川 叶 荣 光 sp1 徐 俊 sp1 和 印 尼 的 西 唐 刚 sp1 均 积 四 分 sil +004400 sil 近 年 琳 恩 曾 客 串 sp1 丑 女 贝 蒂 sp1 及 绝 望 主 妇 等 剧 集 sil +004401 sil 一 辆 挖 掘 机 进 入 火 场 sp1 将 库 房 挖 开 一 个 大 豁 口 sp1 助 消 防 员 灭 火 sil +004402 sil 鲁 炜 在 讲 话 中 说 sp1 国 运 盛 收 藏 兴 sil +004403 sil 坊 间 盛 传 sp1 京 东 商 城 投 资 了 青 番 茄 sp1 但 张 丽 娟 对 此 加 以 了 否 认 sil +004404 sil 临 汾 市 将 目 光 瞄 准 了 中 关 村 sil +004405 sil 发 股 笑 sp1 从 不 寂 寞 sp1 底 价 一 元 真 实 写 照 sil +004406 sil 齐 歇 尔 称 sp1 虽 然 地 震 来 的 突 然 sp1 但 仅 有 几 栋 办 公 楼 出 现 裂 缝 sil +004407 sil 中 西 里 莱 出 全 裸 写 真 sil +004408 sil 看 着 摇 摇 车 老 板 的 眼 神 sp1 我 直 想 笑 sil +004409 sil 但 有 的 人 在 第 一 张 脸 上 涂 脂 抹 粉 sp1 第 二 张 脸 却 任 人 唾 弃 sil +004410 sil 当 时 sp1 唐 家 山 堰 塞 湖 sp1 随 时 都 有 溃 坝 的 可 能 sp1 疫 情 的 威 胁 也 越 来 越 大 sil +004411 sil 歌 特 瓦 尔 德 的 灵 柩 sil +004412 sil 严 重 污 染 sp1 一 定 要 戴 好 口 罩 再 出 门 啊 sil +004413 sil 途 中 sp1 俩 人 意 犹 未 尽 sp1 又 相 约 一 起 开 房 sil +004414 sil 习 近 平 获 赠 湖 人 队 队 服 sil +004415 sil 感 觉 天 气 很 柔 和 sil +004416 sil 高 喜 容 提 醒 sp1 梅 毒 宝 宝 是 完 全 可 以 预 防 的 sil +004417 sil 我 们 现 在 去 那 儿 会 很 感 动 sil +004418 sil 不 要 那 么 客 气 啦 sp1 还 是 叫 我 我 吧 sil +004419 sil 站 住 sp1 你 衣 服 里 面 鼓 鼓 囊 囊 的 是 什 么 sp1 快 拿 出 来 sil +004420 sil 台 北 监 狱 主 管 表 示 sp1 陈 水 扁 把 饭 菜 都 吃 完 sil +004421 sil 几 天 后 sp1 鲁 爹 爹 把 质 量 检 测 报 告 单 sp1 给 一 位 医 药 专 业 人 士 看 看 sil +004422 sil 许 多 同 胞 热 衷 于 关 心 别 人 sp1 习 惯 用 脏 心 眼 揣 测 别 人 sil +004423 sil 交 谈 时 sp1 张 运 魁 前 言 不 搭 后 语 sp1 问 他 个 事 sp1 他 总 是 发 愣 sil +004424 sil 儿 子 幼 儿 园 刚 开 学 sp1 上 小 班 的 时 候 sp1 一 直 又 哭 又 闹 sp1 今 年 上 中 班 sil +004425 sil 他 在 代 表 律 师 问 话 下 sp1 交 代 接 受 女 兵 盘 问 的 经 历 sil +004426 sil 多 谢 杂 志 是 我 甩 了 她 sp1 不 是 她 甩 我 sil +004427 sil 要 修 补 运 转 不 灵 的 sp1 移 民 官 僚 机 构 sp1 它 妨 碍 家 庭 团 聚 sil +004428 sil 太 阳 照 在 墙 角 的 积 雪 上 sp1 晒 化 了 的 雪 水 顺 着 小 沟 sp1 流 向 院 外 sil +004429 sil 天 气 转 暖 sp1 爱 美 女 性 的 瘦 身 愿 望 sp1 也 愈 发 强 烈 sil +004430 sil 三 是 要 围 绕 中 心 工 作 sil +004431 sil 给 生 活 加 点 佐 料 sp1 就 像 菜 里 面 加 油 盐 酱 醋 一 样 sp1 这 样 才 有 味 道 sil +004432 sil 几 个 骑 摩 托 的 都 说 sp1 眼 睛 呛 得 直 掉 泪 sil +004433 sil 不 过 说 到 谁 是 最 强 的 对 手 sp1 特 鲁 姆 普 认 为 sp1 还 是 奥 沙 利 文 sil +004434 sil 说 起 我 女 朋 友 的 优 点 sp1 那 可 太 多 了 sp1 她 温 柔 善 良 聪 明 大 方 sp1 那 缺 点 呢 sil +004435 sil 在 颠 簸 中 sp1 孙 小 姐 渐 渐 进 入 梦 乡 sil +004436 sil 通 告 中 含 有 的 诅 咒 语 句 sil +004437 sil 所 有 的 停 车 场 都 在 最 佳 位 置 sp1 安 排 有 专 供 残 疾 人 使 用 的 车 位 sil +004438 sil 土 耳 其 与 中 国 sp1 都 有 着 悠 久 的 历 史 和 文 明 sil +004439 sil 再 过 几 天 sp1 子 孙 们 就 要 回 来 过 年 了 sp1 我 家 这 个 年 咋 个 过 哦 sil +004440 sil 今 日 停 运 七 趟 sp1 晚 点 四 十 列 sil +004441 sil 我 也 无 言 以 对 sp1 不 会 好 了 sil +004442 sil 丁 子 高 大 谈 接 亲 遭 整 的 糗 事 sp1 并 公 开 发 表 爱 的 宣 言 sil +004443 sil 家 穷 让 两 个 小 女 儿 早 早 辍 学 sp1 还 有 几 万 元 的 外 债 sil +004444 sil 大 力 推 广 电 召 预 约 模 式 的 sp1 不 止 北 京 sil +004445 sil 见 到 失 踪 两 天 的 吴 某 惨 死 某 村 后 山 sp1 张 某 父 子 sp1 悲 痛 万 分 sil +004446 sil 麦 克 尔 维 开 了 一 家 小 店 sp1 出 售 一 些 手 工 玻 璃 制 品 sil +004447 sil 侦 察 参 谋 董 毅 sp1 点 出 叶 刚 和 两 名 官 兵 sp1 组 成 先 遣 组 为 官 兵 开 路 sil +004448 sil 可 能 用 在 大 米 制 品 譬 如 汤 圆 米 粉 等 sil +004449 sil 修 炼 气 场 也 是 一 种 学 问 sil +004450 sil 一 家 四 口 仅 靠 刘 运 文 sp1 日 常 打 点 零 工 sp1 勉 强 维 持 生 计 sil +004451 sil 不 少 学 生 和 附 近 居 民 直 呼 好 夸 张 sp1 不 可 思 议 sil +004452 sil 尕 玛 喜 欢 借 着 微 弱 的 烛 光 sp1 看 最 喜 欢 的 语 文 课 本 sil +004453 sil 这 就 如 同 治 水 sp1 一 旦 疏 导 不 善 sp1 极 易 壅 决 而 溃 sil +004454 sil 军 乐 队 奏 中 朝 两 国 国 歌 sil +004455 sil 民 众 在 平 壤 街 头 哭 送 金 正 日 sil +004456 sil 一 边 是 一 号 难 求 sp1 而 持 号 买 车 者 一 边 则 是 冷 冷 清 清 sil +004457 sil 山 泉 干 了 sp1 村 民 梁 彦 平 sp1 每 天 都 要 到 邻 居 家 挑 水 喝 sil +004458 sil 特 别 是 早 上 一 起 来 sp1 上 下 眼 皮 像 蛤 蟆 似 的 sp1 眼 袋 也 下 来 了 sil +004459 sil 我 听 了 都 快 酸 死 了 sil +004460 sil 小 诗 也 承 认 sp1 她 有 心 事 宁 愿 向 同 学 倾 诉 sil +004461 sil 两 桥 飞 跃 sp1 遥 相 辉 映 sp1 构 成 一 道 独 特 的 风 景 sil +004462 sil 那 我 就 在 附 近 转 转 吧 sil +004463 sil 学 校 被 推 了 十 几 米 远 sil +004464 sil 熊 成 在 深 圳 海 滩 玩 耍 sil +004465 sil 昨 日 sp1 亚 太 股 市 普 涨 sil +004466 sil 孔 先 生 外 甥 没 有 什 么 事 sp1 只 是 裤 子 被 扯 破 了 sil +004467 sil 一 坐 下 sp1 他 磨 蹭 半 天 不 知 如 何 开 口 sil +004468 sil 与 此 前 暗 访 的 黑 作 坊 相 似 sp1 生 产 厂 房 sp1 简 陋 脏 乱 sil +004469 sil 平 时 与 邻 居 们 打 点 小 麻 将 sp1 输 赢 限 度 只 在 几 块 钱 sil +004470 sil 其 中 宋 理 宗 赵 昀 内 府 所 收 sp1 记 载 版 目 最 为 详 尽 sil +004471 sil 每 天 晚 上 跟 你 互 道 晚 安 真 幸 福 sil +004472 sil 小 说 栏 上 有 一 名 话 sp1 这 里 将 造 就 我 们 的 欧 亨 利 sil +004473 sil 跟 很 久 不 联 系 的 好 友 通 个 电 话 吧 sp1 会 有 意 外 惊 喜 哦 sil +004474 sil 出 了 门 sp1 拿 着 萝 卜 向 村 民 展 示 sp1 莫 言 家 的 萝 卜 sp1 莫 言 家 的 萝 卜 啊 sil +004475 sil 原 来 sp1 湖 北 神 农 架 地 区 sp1 野 猪 糟 蹋 庄 稼 厉 害 sp1 群 众 叫 苦 不 迭 sil +004476 sil 多 久 睡 不 着 算 失 眠 sil +004477 sil 这 是 保 障 房 建 设 的 硬 杠 杠 sil +004478 sil 我 对 她 说 sp1 你 把 嘴 管 得 严 一 点 儿 sil +004479 sil 不 知 道 学 校 禁 止 谈 恋 爱 吗 sil +004480 sil 东 方 红 广 场 哀 悼 活 动 现 场 sil +004481 sil 我 嗓 子 也 哑 了 sp1 车 上 也 都 是 泥 sil +004482 sil 昨 天 下 午 记 者 联 系 到 董 炯 sil +004483 sil 千 万 不 能 忘 了 这 些 孩 子 们 呀 sil +004484 sil 姚 书 琴 表 面 从 容 sp1 暗 地 里 sp1 不 停 记 高 依 娜 的 名 字 sp1 罪 名 是 大 声 喧 哗 sil +004485 sil 甚 至 抬 出 自 家 媳 妇 儿 避 嫌 sil +004486 sil 昨 天 有 航 班 因 雾 延 误 sp1 旅 客 躺 在 座 椅 上 sil +004487 sil 柯 女 士 猜 测 送 奶 工 还 没 来 sp1 于 是 回 房 继 续 操 持 家 务 sil +004488 sil 坑 内 的 抽 水 泵 sp1 已 快 被 水 淹 没 sil +004489 sil 人 物 周 刊 则 承 诺 实 体 版 的 订 阅 者 sp1 可 以 免 费 阅 读 其 电 子 版 sil +004490 sil 印 度 尼 西 亚 的 阿 尔 比 sp1 和 瑞 典 的 孙 小 青 分 列 男 女 球 员 榜 首 sil +004491 sil 他 晚 上 打 鼾 憋 醒 sp1 白 天 嗜 睡 等 一 系 列 症 状 sp1 都 来 源 于 此 sil +004492 sil 村 田 出 生 于 长 崎 县 sp1 毕 业 于 早 稻 田 大 学 sil +004493 sil 章 小 蕙 独 自 在 咖 啡 店 玩 手 机 sil +004494 sil 馅 料 多 种 多 样 sp1 通 常 是 土 豆 圆 白 菜 sp1 蘑 菇 或 樱 桃 等 sil +004495 sil 暴 风 临 头 sp1 一 对 新 人 在 乌 云 压 顶 的 纽 约 曼 哈 顿 sp1 拍 婚 纱 照 sil +004496 sil 完 了 sp1 姑 娘 估 计 没 法 儿 原 谅 他 了 sil +004497 sil 由 此 测 算 sp1 涨 停 价 位 应 为 六 点 二 四 一 七 左 右 sil +004498 sil 随 后 sp1 记 者 与 阿 华 继 续 上 路 sil +004499 sil 奢 侈 品 杂 志 如 何 消 费 是 季 刊 sp1 读 者 群 是 富 裕 且 有 独 特 品 味 的 男 女 sil +004500 sil 李 女 士 称 sp1 她 找 马 艳 丽 交 涉 sil +004501 sil 昨 晚 sp1 地 球 一 小 时 活 动 前 sp1 国 贸 三 期 夜 色 璀 璨 sil +004502 sil 何 某 等 人 怂 恿 小 梅 sil +004503 sil 事 后 他 见 泰 龙 趴 在 地 上 sp1 头 微 侧 sp1 擘 大 双 眼 失 去 知 觉 sil +004504 sil 阿 拉 尔 孔 还 发 布 了 一 些 个 人 观 点 sil +004505 sil 还 有 网 友 发 帖 称 sp1 闻 到 后 喉 咙 疼 痛 sil +004506 sil 庭 审 时 sp1 两 被 告 人 在 捂 嘴 咳 嗽 sil +004507 sil 枕 边 门 口 sp1 预 备 着 木 棍 铁 叉 sil +004508 sil 筱 温 柔 最 喜 欢 的 人 是 林 泽 楠 sil +004509 sil 只 要 稍 微 纰 漏 sp1 胚 胎 就 会 崩 溃 sil +004510 sil 姜 藜 的 父 母 sp1 勉 强 接 受 了 王 彬 sil +004511 sil 降 价 时 咋 不 跟 国 际 接 下 轨 呀 sil +004512 sil 新 闻 纸 价 格 上 涨 sp1 发 行 费 用 的 亏 空 将 更 高 sil +004513 sil 一 些 人 显 然 没 有 当 真 sp1 把 奥 巴 马 当 作 冒 名 者 开 涮 起 来 sil +004514 sil 邹 平 座 也 认 为 sp1 中 国 应 该 多 买 矿 石 等 资 源 sil +004515 sil 她 谈 谈 说 sp1 你 很 在 乎 那 些 话 吗 sil +004516 sil 牛 津 广 场 上 的 木 马 摆 设 sp1 已 遭 人 纵 火 sil +004517 sil 考 试 期 间 sp1 首 尔 的 宾 馆 旅 店 爆 满 sp1 连 桑 拿 中 心 sp1 也 生 意 兴 隆 sil +004518 sil 少 林 山 门 前 sp1 少 林 寺 sp1 知 客 僧 延 开 法 师 sp1 在 此 迎 候 sil +004519 sil 因 此 sp1 潮 湿 闷 热 sp1 暂 时 让 干 热 代 班 sil +004520 sil 现 在 宝 宝 还 经 常 踢 我 很 活 泼 sil +004521 sil 蒋 朗 朗 表 示 sp1 北 京 大 学 将 保 留 追 究 邹 恒 甫 诋 毁 或 诽 谤 的 权 利 sil +004522 sil 胡 锦 涛 提 议 提 前 讲 sp1 争 取 让 教 授 们 多 讲 一 点 儿 sil +004523 sil 我 的 生 命 力 永 久 存 在 sil +004524 sil 面 对 风 水 店 眼 花 缭 乱 的 招 牌 sp1 游 客 们 大 都 匆 匆 走 过 sil +004525 sil 此 次 大 会 上 sp1 瓮 安 县 公 安 局 荣 获 全 国 优 秀 公 安 局 称 号 sil +004526 sil 我 查 了 一 下 sp1 是 爱 新 觉 罗 溥 仪 sil +004527 sil 从 前 有 座 山 sp1 山 里 有 座 庙 sp1 你 猜 庙 里 有 个 啥 sil +004528 sil 此 后 sp1 缙 绅 之 家 sp1 务 当 婉 切 劝 谕 sp1 使 之 家 喻 户 晓 sp1 以 期 渐 除 积 习 sil +004529 sil 每 次 推 开 窗 就 能 看 见 北 角 码 头 sp1 清 晨 能 数 出 湾 里 多 出 的 船 sil +004530 sil 既 然 是 生 日 宴 会 齐 秦 自 然 也 没 有 含 糊 sil +004531 sil 停 权 两 个 月 就 能 改 正 廖 本 烟 的 立 场 吗 sil +004532 sil 楼 先 生 摁 了 摁 喇 叭 sp1 但 是 对 方 sp1 不 为 所 动 sil +004533 sil 佩 服 自 己 的 弟 弟 敲 诈 有 方 sp1 不 敢 怠 慢 sil +004534 sil 当 年 sp1 我 可 是 游 滴 最 快 滴 sil +004535 sil 潘 耀 明 看 过 查 传 讷 的 画 sp1 觉 得 她 画 的 很 有 灵 气 sil +004536 sil 当 事 人 认 为 记 载 有 遗 漏 或 者 差 错 的 sp1 可 以 请 求 补 充 或 者 改 正 sil +004537 sil 以 古 典 优 雅 闻 名 世 界 的 苏 州 sp1 近 年 来 乡 村 旅 游 也 蓬 勃 兴 起 sil +004538 sil 同 时 sp1 袁 厉 害 sp1 也 最 终 同 意 sp1 不 再 收 养 新 的 弃 婴 sil +004539 sil 网 友 甄 巍 峰 说 sp1 希 望 规 范 用 工 制 度 和 用 工 秩 序 sil +004540 sil 用 他 们 收 藏 者 的 行 话 sp1 该 钱 币 叫 sp1 蒙 疆 五 千 sil +004541 sil 奶 奶 头 发 已 经 花 白 sp1 身 上 穿 着 一 件 棉 袄 sil +004542 sil 他 最 先 做 的 sp1 是 挑 着 糖 粥 担 sp1 走 街 串 巷 叫 卖 sp1 时 称 骆 驼 担 子 sil +004543 sil 期 间 sp1 他 们 与 景 区 多 次 协 调 未 果 sil +004544 sil 而 韩 国 近 年 来 sp1 已 经 鲜 有 执 行 死 刑 的 制 度 sil +004545 sil 尚 未 发 现 疫 情 的 广 东 sp1 养 殖 户 同 样 难 逃 厄 运 sil +004546 sil 其 中 一 男 子 用 木 棍 敲 打 湖 边 栏 杆 sp1 叫 张 某 出 来 sil +004547 sil 说 白 了 吧 sp1 不 扣 纽 扣 sp1 就 是 为 了 透 透 风 sp1 舒 服 一 点 儿 sil +004548 sil 他 们 被 拘 禁 在 sp1 缅 甸 首 都 sp1 仰 光 市 外 的 一 处 军 营 sil +004549 sil 啊 sp1 啊 sp1 五 环 sp1 你 比 四 环 多 一 环 sil +004550 sil 那 你 每 月 多 给 我 二 百 块 买 零 食 sp1 孩 子 的 奶 sp1 我 包 了 sil +004551 sil 王 阳 明 暗 呛 sp1 男 人 应 该 不 会 觉 得 年 轻 是 优 势 sil +004552 sil 滕 丽 名 自 言 性 格 硬 朗 sp1 不 会 被 感 情 问 题 困 扰 自 己 sil +004553 sil 同 时 纳 入 医 保 的 戒 烟 药 物 sp1 也 要 经 过 严 格 筛 选 sil +004554 sil 犹 如 狼 来 了 一 样 sp1 野 猪 成 灾 sp1 危 害 的 不 仅 仅 是 人 类 sil +004555 sil 这 次 快 递 画 作 sp1 他 只 是 将 卷 轴 直 接 放 进 画 筒 里 sil +004556 sil 彭 母 与 保 姆 sp1 随 后 到 大 儿 子 家 中 参 加 侄 女 的 婚 宴 sil +004557 sil 王 女 士 此 时 感 到 眼 前 一 黑 sp1 脑 袋 sp1 顿 时 晕 了 起 来 sil +004558 sil 两 者 均 未 透 露 消 息 来 源 sp1 但 否 认 消 息 来 自 一 嗨 sil +004559 sil 一 组 组 合 拳 sp1 打 到 了 棉 花 上 sil +004560 sil 屏 幕 上 的 影 讯 显 示 sp1 将 播 放 的 影 片 中 sp1 有 骆 驼 祥 子 sil +004561 sil 潘 霜 霜 sp1 因 为 和 林 峰 的 情 史 迅 速 蹿 红 sil +004562 sil 初 步 统 计 全 市 经 济 损 失 约 五 点 四 三 八 亿 元 sil +004563 sil 写 信 人 都 看 了 全 国 作 文 佳 作 sp1 再 引 用 伯 玉 的 话 夸 奖 sp1 毫 无 新 意 sil +004564 sil 高 额 的 贸 易 顺 差 使 美 国 和 欧 盟 频 繁 对 中 国 纺 织 品 出 口 设 限 sil +004565 sil 每 一 寸 空 间 sp1 都 有 自 己 的 表 情 sp1 与 居 者 相 融 相 通 sil +004566 sil 恐 怖 分 子 sp1 要 做 的 就 是 躲 起 来 sp1 并 邮 寄 信 件 炸 弹 sil +004567 sil 在 实 施 过 程 中 sp1 商 业 设 施 常 常 被 开 发 商 视 为 累 赘 sp1 而 压 缩 侵 占 sil +004568 sil 床 头 装 有 小 巧 的 阅 读 灯 sp1 可 进 行 九 十 度 调 整 sil +004569 sil 长 白 山 特 别 险 峻 sp1 我 们 有 的 作 者 sp1 因 为 在 那 儿 创 作 sp1 已 经 去 世 了 sil +004570 sil 由 于 恶 性 循 环 最 终 走 向 崩 溃 sil +004571 sil 看 不 起 这 些 sp1 为 达 目 的 满 嘴 谎 言 的 人 sil +004572 sil 有 的 是 臭 味 sp1 有 的 是 农 药 味 sil +004573 sil 马 宝 光 曾 在 凹 穴 岩 画 附 近 sp1 找 到 新 石 器 及 旧 石 器 时 期 的 石 块 sil +004574 sil 工 作 人 员 拔 下 车 钥 匙 sp1 立 即 拨 打 sp1 幺 二 幺 二 二 报 警 sil +004575 sil 衣 服 之 于 明 星 sp1 正 如 水 之 于 舟 sp1 衣 能 载 星 sp1 亦 能 覆 星 sil +004576 sil 按 潘 某 的 说 法 sp1 每 个 加 油 工 都 有 油 卡 sp1 凭 这 个 油 卡 给 客 户 加 油 sil +004577 sil 河 南 省 长 郭 庚 茂 接 受 记 者 采 访 sil +004578 sil 沈 丙 友 透 露 sp1 到 目 前 为 止 sp1 广 东 还 没 有 发 生 此 类 案 件 sil +004579 sil 两 岁 丧 父 sp1 母 亲 是 一 位 英 文 教 师 sil +004580 sil 好 的 呀 sp1 要 一 起 么 sil +004581 sil 小 病 不 用 扛 sp1 大 病 有 保 障 sil +004582 sil 财 政 政 策 sp1 应 当 发 挥 更 为 关 键 性 作 用 sil +004583 sil 但 至 案 发 被 抓 sp1 牛 浩 的 违 建 拆 迁 款 并 未 拿 到 sp1 企 图 未 能 得 逞 sil +004584 sil 万 一 sp1 您 的 奶 粉 广 告 在 婴 儿 呕 吐 的 场 面 里 出 现 sp1 怎 么 办 sil +004585 sil 郑 某 一 下 就 愣 住 了 sp1 不 敢 有 丝 毫 反 抗 sil +004586 sil 老 僧 释 觉 贤 sp1 老 僧 身 板 硬 朗 sil +004587 sil 开 发 区 板 块 仍 居 涨 幅 榜 首 sil +004588 sil 他 感 觉 有 些 微 妙 sp1 就 跟 他 在 微 博 上 吆 喝 sp1 宜 川 苹 果 一 样 sil +004589 sil 现 场 浓 烟 呛 人 sp1 警 戒 线 已 拉 起 sil +004590 sil 截 至 尾 盘 sp1 人 民 币 兑 美 元 报 价 为 sp1 六 点 三 六 一 九 元 sil +004591 sil 随 后 秦 旸 进 行 现 场 演 示 sil +004592 sil 据 悉 sp1 被 叮 咬 者 没 有 发 病 sil +004593 sil 泡 到 姑 娘 的 只 有 高 富 帅 sil +004594 sil 特 里 耶 韦 莱 否 认 这 一 报 道 sil +004595 sil 当 然 可 以 sp1 加 油 哦 sp1 我 会 帮 你 出 主 意 的 sil +004596 sil 香 港 同 胞 的 拳 拳 爱 心 sp1 也 令 我 办 员 工 感 佩 不 已 sp1 铭 记 在 心 sil +004597 sil 公 司 淘 汰 了 一 些 冗 员 sil +004598 sil 强 化 租 赁 管 理 责 任 sil +004599 sil 明 朝 将 军 墓 的 墓 碑 sil +004600 sil 这 会 儿 正 躺 在 床 上 呢 sil +004601 sil 孙 朴 术 后 状 态 不 错 sil +004602 sil 朱 莉 带 着 娃 娃 们 出 现 sil +004603 sil 你 不 约 好 意 思 来 sp1 呵 呵 sil +004604 sil 第 一 财 季 sp1 净 运 营 现 金 流 为 sp1 一 点 零 七 四 亿 美 元 sil +004605 sil 誊 完 一 遍 sp1 回 首 罗 天 诚 的 罗 体 字 sp1 不 过 尔 尔 sil +004606 sil 还 有 sp1 我 看 到 很 多 区 县 都 提 到 sp1 要 发 展 红 酒 产 业 sp1 让 农 民 改 种 葡 萄 sil +004607 sil 嗯 嗯 sp1 偶 也 在 看 呢 sil +004608 sil 唐 海 滨 sp1 云 南 勐 海 陈 升 茶 厂 副 总 经 理 sil +004609 sil 听 见 身 后 一 声 闷 响 sil +004610 sil 昨 天 一 早 sp1 故 宫 端 门 外 sp1 便 已 人 头 攒 动 sil +004611 sil 出 门 时 sp1 刀 和 衣 服 一 块 扔 了 sil +004612 sil 交 警 准 备 将 车 扣 留 时 sp1 驾 驶 员 竟 和 交 警 耍 起 了 横 sil +004613 sil 想 好 了 诺 言 后 sp1 最 后 一 步 sp1 是 确 定 用 爱 或 喜 欢 sil +004614 sil 全 身 奇 臭 无 比 sp1 散 发 出 尸 体 臭 味 sil +004615 sil 山 中 那 迷 蒙 的 小 径 sp1 像 迷 走 神 经 一 样 sp1 蜿 蜒 进 蓊 郁 的 果 林 sp1 消 失 不 见 sil +004616 sil 熬 了 几 个 月 sp1 阿 秀 也 被 迫 做 了 小 姐 sil +004617 sil 看 卷 时 sp1 他 的 脸 几 乎 贴 着 卷 面 sil +004618 sil 骑 到 桥 上 sp1 突 然 颠 簸 差 点 摔 倒 sil +004619 sil 会 议 安 排 在 早 晨 五 六 点 钟 的 时 候 sil +004620 sil 三 月 期 sp1 央 票 发 行 利 率 仍 然 持 平 于 百 分 之 二 点 九 一 六 八 sil +004621 sil 不 让 他 跟 sp1 他 急 眼 sp1 血 压 刚 降 一 点 儿 sp1 他 又 回 到 一 线 sil +004622 sil 小 猩 猩 开 心 地 舔 舐 着 叶 子 上 的 露 珠 sil +004623 sil 对 他 来 说 sp1 投 奔 养 老 院 sp1 更 多 是 出 于 情 感 需 求 sil +004624 sil 翁 蔑 把 两 个 人 带 走 了 sil +004625 sil 可 见 sp1 爱 的 过 程 是 短 暂 的 sp1 而 爱 的 回 忆 是 无 穷 的 sil +004626 sil 事 成 后 sp1 张 博 强 和 众 弟 兄 sp1 各 得 酬 劳 sil +004627 sil 一 家 人 不 说 两 家 话 sp1 客 气 什 么 呀 sp1 嘿 嘿 sil +004628 sil 上 海 每 年 社 保 亏 空 百 亿 元 sp1 对 全 国 是 一 个 警 示 sil +004629 sil 师 永 刚 暗 下 说 sp1 哪 里 哪 里 sp1 你 旁 坐 那 个 才 性 感 呢 sil +004630 sil 但 当 患 者 离 开 医 院 后 就 心 肌 梗 死 sp1 再 回 来 时 sp1 已 经 无 药 可 救 了 sil +004631 sil 上 次 弄 的 sp1 我 到 现 在 还 疼 呢 sil +004632 sil 房 子 租 出 去 了 sp1 孔 某 却 仍 要 赔 钱 sil +004633 sil 林 志 勇 用 脚 将 许 某 踹 倒 在 地 上 sp1 并 将 许 某 及 孙 女 sp1 当 场 刺 死 sil +004634 sil 耳 阳 河 下 游 的 阳 河 大 桥 sp1 在 二 幺 二 国 道 线 上 sil +004635 sil 李 蒙 风 姿 秀 逸 sp1 颇 具 东 方 女 性 的 魅 力 sil +004636 sil 朋 友 溜 冰 sp1 我 也 劝 过 sp1 也 只 有 劝 sil +004637 sil 药 商 深 知 医 生 的 苦 恼 sil +004638 sil 当 局 上 月 指 控 sp1 卢 岑 科 滥 用 职 权 和 侵 占 国 家 财 产 sil +004639 sil 对 于 发 病 率 较 高 的 庙 台 村 sp1 刘 冬 梅 说 sp1 他 们 村 快 成 寡 妇 村 了 sil +004640 sil 你 要 问 距 离 有 多 少 sp1 恐 怕 只 有 风 知 道 sil +004641 sil 你 怎 么 知 道 偶 是 美 女 啊 sil +004642 sil 你 不 能 就 蔫 溜 地 躲 着 sil +004643 sil 姐 姐 和 爸 爸 躺 在 地 上 sil +004644 sil 我 率 先 种 了 十 亩 试 验 田 sil +004645 sil 于 是 sp1 她 踏 上 寻 母 之 路 sil +004646 sil 毫 无 机 会 纾 解 的 悲 哀 呢 sil +004647 sil 随 后 sp1 还 用 脚 踢 踹 母 亲 sil +004648 sil 民 警 找 到 司 机 询 问 sp1 得 知 其 是 陕 北 人 sp1 王 某 雇 用 的 sil +004649 sil 网 友 草 民 哦 说 sp1 小 女 孩 的 人 生 被 毁 得 乱 七 八 糟 sil +004650 sil 张 凡 买 来 两 听 啤 酒 sp1 边 喝 边 抒 心 中 大 志 sp1 把 秦 磊 衬 得 像 个 姑 娘 sil +004651 sil 当 时 两 人 双 眼 通 红 肌 肉 拱 起 sp1 一 心 一 意 想 要 扳 倒 对 方 sil +004652 sil 昨 日 sp1 江 北 区 大 石 坝 一 村 sp1 消 防 官 兵 洒 水 稀 释 sil +004653 sil 目 前 sp1 海 葵 又 即 将 登 陆 sil +004654 sil 这 个 问 题 已 经 困 扰 我 一 个 小 时 了 sp1 要 不 sp1 去 吃 碗 三 鲜 馄 饨 sil +004655 sil 拟 对 外 出 租 的 是 褡 裢 岛 和 小 耗 岛 sil +004656 sil 王 大 姐 还 亲 自 帮 他 张 罗 烤 肉 摊 重 新 开 业 的 事 sil +004657 sil 御 厅 展 示 了 孔 子 周 游 列 国 十 四 个 春 秋 的 坎 坷 经 历 sil +004658 sil 有 的 船 员 怀 疑 sp1 闫 某 是 在 解 手 时 不 慎 坠 海 的 sil +004659 sil 当 手 部 明 显 肮 脏 时 sp1 用 肥 皂 和 流 水 清 洗 sil +004660 sil 推 开 门 一 看 sp1 里 面 几 个 老 师 聊 天 儿 聊 得 正 欢 sil +004661 sil 五 地 公 安 警 力 联 动 sp1 加 大 设 卡 堵 控 sp1 盘 查 和 摸 排 工 作 sil +004662 sil 咱 晚 上 出 去 住 吧 sp1 家 里 太 热 了 sil +004663 sil 企 业 抢 晒 福 利 sp1 只 为 吸 引 人 才 留 住 人 才 sil +004664 sil 你 说 这 些 好 无 聊 哦 sil +004665 sil 你 以 为 是 谁 家 的 牛 sil +004666 sil 黄 学 敏 皱 了 皱 眉 sil +004667 sil 岚 的 二 宫 桑 sp1 和 佐 佐 木 希 的 恋 情 终 于 败 露 了 sil +004668 sil 他 的 律 师 指 军 方 手 法 失 当 sp1 要 求 法 官 推 翻 哈 姆 丹 在 囚 禁 期 间 的 供 词 sil +004669 sil 由 于 年 积 温 低 sp1 旺 苍 县 sp1 并 非 最 适 宜 种 植 橘 子 的 区 域 sil +004670 sil 邓 超 介 绍 sp1 片 中 自 己 到 处 咬 人 sp1 咬 女 人 sp1 也 咬 男 人 sil +004671 sil 谭 知 道 sp1 敖 的 能 量 大 sp1 杀 人 不 眨 眼 sp1 只 得 浪 迹 天 涯 sp1 躲 避 敖 兴 满 sil +004672 sil 裁 判 员 胆 敢 如 此 放 水 护 航 sp1 教 练 员 更 是 直 接 上 阵 sil +004673 sil 翟 sp1 用 剪 刀 铰 伤 任 妮 的 耳 朵 和 鼻 子 sp1 用 铁 钉 钉 她 的 十 个 指 头 sil +004674 sil 宋 世 平 要 睡 体 育 室 里 sp1 余 雄 道 sp1 你 热 昏 了 sp1 三 中 的 校 规 多 严 sp1 你 知 道 吗 sil +004675 sil 寡 头 政 治 盛 行 sp1 精 英 民 主 与 草 根 民 主 对 立 sil +004676 sil 什 么 时 候 这 条 路 才 能 有 些 绿 色 呀 sil +004677 sil 打 造 农 村 城 市 化 工 业 化 sp1 农 业 现 代 化 sp1 城 市 有 啥 sp1 俺 有 啥 sil +004678 sil 但 没 有 养 育 子 女 负 担 的 无 子 嗣 夫 妇 sp1 离 婚 比 例 却 日 益 升 高 sil +004679 sil 这 为 日 后 发 表 的 统 计 数 字 所 印 证 sil +004680 sil 一 名 工 作 人 员 在 美 国 一 家 机 场 演 示 sp1 如 何 使 用 裸 检 扫 描 仪 sil +004681 sil 一 来 二 去 sp1 这 条 语 音 和 数 据 两 条 管 道 sp1 依 然 sp1 你 是 你 sp1 我 是 我 sp1 爱 谁 谁 sil +004682 sil 问 起 以 前 他 承 认 过 sp1 他 鼻 子 里 哼 一 声 sp1 不 说 话 sil +004683 sil 这 三 部 分 合 计 为 sp1 十 七 点 八 三 八 二 万 块 sil +004684 sil 两 年 前 在 西 班 牙 塞 维 雅 的 比 赛 中 sp1 梅 西 曾 获 得 银 牌 sil +004685 sil 法 条 规 定 明 白 无 误 sp1 即 醉 驾 sp1 不 论 情 节 都 构 成 犯 罪 sil +004686 sil 金 星 乔 和 工 人 们 sp1 一 起 雕 琢 仿 古 石 虎 sil +004687 sil 永 辉 辐 射 全 国 的 物 流 总 部 等 项 目 sp1 也 将 落 户 南 通 sil +004688 sil 而 审 理 此 案 的 法 官 sp1 则 早 已 退 休 sil +004689 sil 搁 浅 的 白 海 豚 sp1 体 长 超 过 两 米 sil +004690 sil 走 出 诊 所 外 sp1 墙 的 侧 面 的 一 段 支 撑 墙 也 有 裂 缝 sil +004691 sil 远 处 是 郁 郁 葱 葱 的 大 森 林 sp1 和 奔 向 大 西 洋 的 亚 马 孙 河 sil +004692 sil 这 与 杜 双 华 近 日 的 言 论 可 谓 大 相 径 庭 sil +004693 sil 戴 阿 姨 苦 笑 了 一 下 sp1 将 桔 子 皮 扫 进 簸 箕 sp1 倒 进 垃 圾 桶 sil +004694 sil 此 外 sp1 还 可 提 前 做 记 号 sp1 比 如 掐 掉 部 分 鱼 尾 等 sil +004695 sil 有 七 八 个 sp1 貌 似 无 所 事 事 的 男 人 sp1 在 厂 房 外 逡 巡 sil +004696 sil 随 后 记 者 来 到 芍 药 居 站 sp1 该 站 的 客 流 也 不 多 sil +004697 sil 其 中 sp1 大 部 分 随 迁 子 女 sp1 面 临 高 考 难 题 sil +004698 sil 煲 里 的 黄 蟮 sp1 去 骨 留 肉 sp1 丝 丝 嫩 滑 sp1 入 口 留 香 sp1 果 然 名 不 虚 传 sil +004699 sil 李 家 沱 转 盘 处 sp1 有 交 巡 警 设 下 的 临 时 检 查 站 sil +004700 sil 富 二 代 的 行 为 问 题 其 实 是 富 一 代 的 观 念 问 题 sil +004701 sil 吴 伯 雄 一 一 端 详 国 民 政 府 时 期 的 老 照 片 sil +004702 sil 暗 访 中 sp1 黑 中 介 称 sp1 一 般 通 过 基 因 筛 查 来 确 保 卵 子 的 安 全 性 sil +004703 sil 房 地 产 调 控 的 落 脚 点 是 否 存 在 偏 差 sil +004704 sil 凭 证 式 国 库 券 买 卖 时 的 利 息 sp1 如 何 计 算 sil +004705 sil 而 且 深 海 作 业 sp1 基 本 不 受 周 边 国 家 骚 扰 sil +004706 sil 在 菩 萨 面 前 说 假 话 sp1 你 给 我 出 去 sil +004707 sil 她 就 是 美 国 第 一 嗓 sil +004708 sil 我 清 水 出 芙 蓉 sp1 天 然 去 雕 饰 sp1 现 在 还 没 化 过 妆 呢 sil +004709 sil 维 稳 难 的 原 因 在 哪 sil +004710 sil 学 员 冷 冷 的 说 sp1 卖 花 圈 sil +004711 sil 别 为 不 该 为 的 人 伤 了 不 该 伤 的 心 sil +004712 sil 为 什 么 你 回 微 笑 二 字 手 机 党 伤 不 起 sil +004713 sil 一 切 安 顿 妥 当 后 sp1 他 和 同 事 又 回 到 辖 区 上 班 sil +004714 sil 有 时 候 sp1 一 个 危 言 耸 听 的 假 信 息 就 能 让 官 员 身 败 名 裂 sil +004715 sil 这 种 自 我 炒 作 sp1 要 豁 得 出 去 sp1 脸 面 自 尊 社 会 声 誉 sp1 都 要 抛 到 脑 后 sil +004716 sil 文 强 及 其 手 下 三 大 金 刚 昨 出 庭 受 审 sil +004717 sil 现 如 今 sp1 研 祥 拥 有 该 行 业 的 国 际 定 价 权 sil +004718 sil 扯 美 国 阿 桑 奇 担 心 sp1 引 渡 至 瑞 典 后 sp1 最 终 可 能 被 移 交 给 美 国 sil +004719 sil 针 对 现 有 的 芯 片 的 产 业 模 式 sp1 胡 伟 武 做 了 这 样 一 个 剖 析 sil +004720 sil 为 了 赢 得 大 家 对 这 辆 免 费 车 的 信 任 sp1 艾 尼 瓦 尔 做 了 很 多 努 力 sil +004721 sil 爱 心 人 士 南 宁 男 sp1 在 派 发 月 饼 sil +004722 sil 满 盖 军 方 邮 戳 的 信 封 sil +004723 sil 是 被 法 律 所 允 许 的 吗 sil +004724 sil 制 作 音 箱 sp1 喇 叭 是 关 键 sil +004725 sil 更 让 人 难 以 看 懂 的 其 实 还 有 万 科 的 推 盘 节 奏 sil +004726 sil 登 上 望 江 楼 sp1 滚 滚 江 水 sp1 江 阴 长 江 大 桥 气 势 磅 礴 sp1 尽 收 眼 底 sil +004727 sil 却 没 有 整 不 了 该 咋 整 的 内 容 sil +004728 sil 拟 任 省 作 家 协 会 党 组 副 书 记 sil +004729 sil 加 强 毕 业 生 就 业 指 导 就 业 服 务 和 就 业 援 助 sil +004730 sil 还 是 像 拓 海 的 老 爹 一 样 的 大 神 sil +004731 sil 还 比 商 贩 在 我 们 家 里 来 收 要 贵 一 点 儿 嘛 sil +004732 sil 而 盈 利 预 警 更 使 雨 润 食 品 的 股 价 雪 上 加 霜 sil +004733 sil 然 而 sp1 多 个 区 县 细 则 却 始 终 犹 抱 琵 琶 半 遮 面 sil +004734 sil 在 三 二 五 国 道 黄 坡 大 桥 上 sp1 一 辆 货 车 被 大 风 掀 翻 sil +004735 sil 我 很 愤 怒 sp1 从 床 上 拿 菜 刀 砍 了 他 sil +004736 sil 至 少 我 也 得 到 伦 敦 奥 运 会 后 才 考 虑 这 个 事 情 sil +004737 sil 此 前 他 遇 到 一 名 女 子 sp1 对 方 愚 笨 sp1 李 贯 军 便 将 其 收 为 老 伴 sil +004738 sil 此 间 sp1 内 陆 各 省 为 了 争 上 内 陆 第 一 核 电 站 sp1 而 拼 得 头 破 血 流 sil +004739 sil 众 人 拿 起 棍 棒 追 打 sp1 在 院 门 口 外 拦 住 sp1 将 其 打 死 sil +004740 sil 各 楼 层 都 有 一 个 消 防 栓 sp1 平 时 演 练 的 时 候 会 用 到 sil +004741 sil 被 禁 锢 的 希 望 苏 生 了 吗 sil +004742 sil 刚 睡 醒 sp1 叫 姐 起 来 干 吗 sil +004743 sil 湿 米 粉 是 老 广 们 喜 欢 的 食 材 sil +004744 sil 原 油 顺 地 下 管 沟 流 淌 sp1 形 成 地 面 流 淌 火 sp1 火 势 蔓 延 sil +004745 sil 小 羊 不 断 反 抗 sp1 双 方 力 量 悬 殊 sp1 最 后 王 虎 意 图 得 逞 sil +004746 sil 此 外 sp1 阿 桑 奇 还 喜 欢 虐 待 猫 sil +004747 sil 但 这 些 与 官 方 的 介 绍 迥 异 sil +004748 sil 钟 丽 缇 主 动 搂 着 型 男 sp1 俨 如 一 对 新 婚 夫 妻 sp1 非 常 恩 爱 sil +004749 sil 我 们 真 的 就 束 手 无 策 了 吗 sil +004750 sil 不 是 应 该 先 恋 爱 再 结 婚 吗 sil +004751 sil 撤 回 也 得 到 了 法 院 的 准 许 sil +004752 sil 积 极 开 辟 办 证 绿 色 通 道 sil +004753 sil 又 拿 起 扫 帚 打 扫 卫 生 sil +004754 sil 她 干 着 类 似 于 打 杂 的 工 作 sil +004755 sil 空 军 机 关 对 一 航 院 的 做 法 给 予 充 分 肯 定 sil +004756 sil 加 拿 大 渥 太 华 大 厦 上 空 sp1 出 现 三 道 闪 电 sil +004757 sil 加 加 林 死 因 先 前 有 不 少 版 本 sil +004758 sil 第 四 工 作 区 sp1 为 冀 东 干 旱 区 sp1 包 括 唐 山 市 的 滦 南 等 sil +004759 sil 别 提 了 sp1 和 你 嫂 子 快 离 了 sil +004760 sil 如 此 冷 酷 的 美 容 办 法 sp1 听 得 搜 搜 团 的 美 女 大 王 sp1 哆 嗦 成 一 团 sil +004761 sil 昨 日 石 浦 港 还 下 了 雷 阵 雨 sil +004762 sil 我 当 时 不 以 为 然 sp1 回 答 说 sp1 这 又 没 坏 sp1 还 能 穿 呢 sil +004763 sil 我 们 再 筛 选 后 sp1 会 通 知 您 结 果 sil +004764 sil 后 来 女 友 躺 在 床 头 不 动 了 sp1 嘴 里 直 喘 粗 气 sil +004765 sil 一 些 胆 小 的 店 主 sp1 往 往 愿 意 出 钱 安 抚 私 下 了 结 sil +004766 sil 那 城 里 人 瞟 了 农 民 一 眼 说 sp1 没 文 化 sp1 这 叫 踏 青 sil +004767 sil 没 想 到 对 方 两 人 竟 动 起 手 来 sp1 操 起 伞 柄 就 朝 陈 师 傅 身 上 砸 sil +004768 sil 那 人 家 萨 博 什 么 的 sp1 一 年 比 二 十 多 次 怎 么 说 呀 sil +004769 sil 不 要 光 看 塔 尖 sp1 而 要 多 看 看 金 字 塔 的 基 础 怎 么 样 sil +004770 sil 中 国 与 东 南 亚 国 家 联 盟 的 关 系 sp1 有 哪 些 进 展 sil +004771 sil 四 太 太 梁 安 琪 昨 天 生 日 sp1 心 情 大 好 sil +004772 sil 一 绑 匪 向 预 谋 劫 持 的 红 色 轿 车 走 去 sil +004773 sil 执 政 党 更 是 在 地 方 选 举 中 惨 败 sil +004774 sil 作 家 的 声 讨 引 起 巨 大 反 响 sp1 业 内 外 各 种 声 援 之 声 sp1 纷 纷 传 来 sil +004775 sil 否 则 烧 火 的 热 情 干 劲 愿 望 不 仅 落 空 sp1 反 留 笑 柄 sil +004776 sil 在 雨 水 浇 灌 下 sp1 湖 南 暑 热 全 消 sp1 天 气 变 得 凉 爽 宜 人 sil +004777 sil 该 隧 道 由 中 铁 十 八 局 施 工 sp1 柳 铁 监 理 sil +004778 sil 由 于 现 场 闷 热 sp1 不 少 观 众 摇 着 扇 子 听 歌 sil +004779 sil 于 是 sp1 二 人 对 着 其 他 人 sp1 玩 命 地 挖 起 鼻 屎 来 sil +004780 sil 可 是 种 种 隐 性 福 利 却 五 花 八 门 sp1 愈 演 愈 烈 sil +004781 sil 果 然 sp1 加 工 娃 娃 菜 的 基 地 就 隐 藏 在 这 里 sil +004782 sil 他 请 求 sp1 由 三 名 法 官 组 成 的 法 庭 sp1 对 巴 希 尔 发 出 逮 捕 令 sil +004783 sil 相 应 的 sp1 增 发 募 资 规 模 sp1 也 随 增 发 价 格 的 调 整 sp1 而 有 所 变 化 sil +004784 sil 生 命 的 赞 歌 属 于 舍 己 救 人 的 英 雄 们 sil +004785 sil 当 晚 就 把 这 帅 哥 给 睡 了 sp1 心 里 sp1 无 比 的 舒 畅 sil +004786 sil 火 灾 原 因 尚 未 查 明 sp1 当 地 干 部 责 任 却 差 不 多 撇 清 了 sil +004787 sil 随 后 sp1 锁 匠 找 出 工 具 撬 锁 sp1 撬 锁 时 发 出 乒 乒 乓 乓 的 响 声 sil +004788 sil 肮 脏 的 加 工 病 死 鸡 作 坊 sil +004789 sil 油 船 的 甲 板 被 撕 开 sil +004790 sil 头 顶 有 根 绳 连 着 树 sil +004791 sil 男 孩 抬 腕 看 表 sp1 冲 她 笑 笑 sp1 说 sp1 你 迟 到 了 sil +004792 sil 平 时 骂 你 就 算 了 sp1 非 要 等 我 打 你 sp1 才 知 道 我 文 武 双 全 sil +004793 sil 更 为 严 重 还 在 于 攒 项 目 sil +004794 sil 没 想 到 虎 子 记 恨 于 心 sil +004795 sil 太 平 轮 下 沉 很 快 sp1 恐 慌 的 人 群 开 始 往 救 生 艇 跑 sil +004796 sil 杭 州 一 对 老 夫 妻 常 在 理 发 店 掏 耳 朵 sp1 结 果 掏 出 了 性 病 sil +004797 sil 游 行 队 伍 边 行 进 sp1 边 与 好 奇 的 观 众 互 致 问 候 sp1 祝 贺 新 年 sil +004798 sil 机 场 工 作 人 员 和 驻 场 武 警 sp1 连 夜 在 机 场 跑 道 上 扫 雪 除 冰 sil +004799 sil 同 剧 的 杏 sp1 铃 木 福 sp1 柄 本 明 sp1 和 北 村 一 辉 等 演 员 也 悉 数 亮 相 sil +004800 sil 老 太 太 撇 头 观 望 sp1 已 经 注 意 到 银 灰 色 轿 车 高 速 驶 来 sil +004801 sil 撒 丁 岛 北 部 沿 岸 的 大 片 地 区 sp1 近 来 被 卡 塔 尔 人 买 下 sil +004802 sil 但 能 否 写 出 不 朽 之 作 sp1 既 要 有 经 历 sp1 有 才 华 sp1 还 要 有 运 气 sil +004803 sil 这 是 原 版 伊 索 寓 言 的 故 事 sp1 用 意 是 提 醒 人 们 要 当 心 坏 人 的 诡 计 sil +004804 sil 未 来 大 风 主 要 对 南 疆 有 影 响 sil +004805 sil 电 厂 大 烟 囱 排 出 淡 黄 色 废 气 sil +004806 sil 但 周 边 有 村 民 被 炸 起 的 飞 物 擦 伤 sil +004807 sil 亓 春 兵 sp1 栾 义 杰 sp1 不 服 sp1 提 出 上 诉 sil +004808 sil 飞 燕 恨 不 得 要 大 叫 实 行 共 产 主 义 sil +004809 sil 来 碗 牛 肉 面 sp1 点 份 馄 饨 sp1 挺 sp1 方 便 sil +004810 sil 这 些 都 让 周 冬 雨 sp1 一 度 觉 得 特 别 沮 丧 sil +004811 sil 讲 完 理 想 sp1 我 想 最 后 讲 讲 现 实 sil +004812 sil 曾 任 航 空 兵 战 士 sp1 排 长 参 谋 等 职 sil +004813 sil 大 学 生 气 愤 地 甩 头 即 走 sp1 走 之 余 sp1 不 忘 再 摔 一 扇 门 sil +004814 sil 海 外 侨 胞 参 政 理 政 sp1 立 足 生 根 的 意 识 sp1 越 发 强 烈 sil +004815 sil 中 俄 是 山 水 相 连 的 友 好 邻 邦 sp1 中 俄 两 国 人 民 的 友 谊 sp1 源 远 流 长 sil +004816 sil 很 多 名 人 遭 到 这 些 网 民 用 污 秽 语 言 攻 击 时 sp1 都 选 择 躲 起 来 sil +004817 sil 千 年 珍 藏 一 朝 损 毁 sil +004818 sil 但 女 司 机 还 是 耸 耸 肩 表 示 不 会 吹 气 sil +004819 sil 火 险 等 级 触 顶 sp1 忙 坏 了 本 市 的 护 林 人 员 sil +004820 sil 卢 桂 华 是 家 中 唯 一 的 秀 才 sp1 毕 业 于 一 所 中 专 的 财 会 专 业 sil +004821 sil 缺 乏 监 管 的 预 算 外 资 金 呢 sil +004822 sil 频 繁 出 席 时 尚 活 动 的 蓝 燕 sp1 也 因 此 获 封 sp1 红 毯 女 王 这 一 称 号 sil +004823 sil 想 都 不 要 想 sp1 这 是 啥 子 生 活 喔 sil +004824 sil 雅 典 称 王 的 韩 国 小 子 柳 承 敏 sp1 有 望 创 造 历 史 吗 sil +004825 sil 就 如 孵 小 鸡 的 老 母 鸡 一 样 温 暖 sil +004826 sil 但 拍 摄 时 sp1 主 演 们 都 心 惊 胆 颤 sil +004827 sil 突 然 sp1 飞 机 开 始 左 右 摇 晃 起 来 sil +004828 sil 我 幸 好 没 有 遇 过 人 用 花 言 巧 语 哄 我 sil +004829 sil 今 天 又 做 的 特 别 咸 sp1 媳 妇 看 我 一 眼 sp1 玩 电 脑 去 了 sil +004830 sil 当 然 sp1 公 众 都 理 解 乳 协 的 用 心 良 苦 舐 犊 情 深 sil +004831 sil 现 在 是 爷 爷 奶 奶 照 顾 小 秋 蓉 sil +004832 sil 要 黑 洞 图 片 上 天 文 网 sp1 有 很 多 sil +004833 sil 这 个 家 我 再 也 忍 受 不 下 去 了 sil +004834 sil 推 开 门 sp1 一 股 尿 臊 味 扑 鼻 而 来 sil +004835 sil 我 看 见 保 险 杠 左 侧 掉 了 一 块 sil +004836 sil 没 关 系 的 想 竞 标 sp1 门 儿 都 没 有 sil +004837 sil 你 这 么 矮 sp1 为 什 么 不 去 卖 烧 饼 sil +004838 sil 回 到 租 房 sp1 两 人 张 罗 鱼 火 锅 sil +004839 sil 西 方 国 家 怀 疑 sp1 伊 朗 以 和 平 利 用 核 能 为 掩 护 sp1 试 图 发 展 核 武 器 sil +004840 sil 冷 傲 的 表 情 和 凛 冽 的 眼 神 sp1 演 绎 出 浓 艳 的 氛 围 sil +004841 sil 强 化 民 众 问 责 sp1 这 也 是 行 政 问 责 未 来 的 方 向 sil +004842 sil 他 在 体 育 运 动 方 面 也 没 什 么 可 夸 耀 的 资 本 sil +004843 sil 警 方 还 现 场 扣 押 了 三 千 册 尚 未 装 订 成 册 的 朱 镕 基 答 记 者 问 sil +004844 sil 而 外 界 环 境 sp1 也 是 得 牛 皮 癣 的 重 要 原 因 之 一 sil +004845 sil 但 让 人 哭 笑 不 得 的 是 sp1 游 客 中 sp1 也 不 乏 抠 墙 皮 挖 砖 块 的 sil +004846 sil 老 婆 发 现 sp1 我 脸 上 起 了 个 痘 sp1 死 活 要 帮 我 挤 掉 它 sp1 我 说 还 没 熟 sp1 挤 了 痛 sil +004847 sil 假 如 真 有 这 种 人 sp1 我 宁 愿 去 尝 他 导 弹 的 滋 味 sil +004848 sil 汉 阳 楚 才 中 学 的 女 教 师 却 没 有 机 会 展 现 丝 袜 美 腿 了 sil +004849 sil 经 检 查 sp1 长 在 贾 卵 巢 内 的 肿 瘤 sp1 很 可 能 为 恶 性 sil +004850 sil 他 们 身 穿 白 色 运 动 衣 sp1 个 个 精 神 抖 擞 sil +004851 sil 卡 尔 法 尼 亚 认 为 sp1 街 头 卖 淫 是 可 耻 的 事 情 sil +004852 sil 但 是 丁 可 儿 一 直 沉 默 sp1 对 出 走 的 事 情 sp1 只 字 不 提 sil +004853 sil 这 里 是 埃 及 第 一 批 王 朝 的 墓 地 sil +004854 sil 他 快 速 镊 住 两 张 钱 sp1 攥 在 手 心 捏 成 团 sp1 镊 子 收 进 袖 子 sil +004855 sil 不 久 以 后 sp1 王 红 和 丈 夫 离 婚 sil +004856 sil 不 是 sp1 我 游 一 圈 就 喂 一 口 sp1 我 觉 得 这 样 特 像 海 洋 馆 里 训 海 豚 sil +004857 sil 我 在 旁 边 喊 掐 人 中 掐 人 中 sil +004858 sil 空 军 基 地 开 始 一 年 一 度 的 防 疫 注 射 sp1 由 于 人 多 sp1 他 们 请 兽 医 来 帮 忙 sil +004859 sil 专 家 分 析 认 为 sp1 中 国 国 防 部 长 访 美 sp1 意 在 化 解 疑 虑 sil +004860 sil 她 不 喜 欢 交 际 sp1 应 酬 能 推 则 推 sil +004861 sil 是 否 因 此 遇 到 烦 恼 sp1 有 什 么 经 验 或 教 训 sp1 都 请 给 商 报 说 说 sil +004862 sil 在 深 坑 两 边 sp1 还 未 塌 陷 的 路 面 下 sp1 夯 土 也 已 被 淘 空 sil +004863 sil 老 郑 说 sp1 他 考 虑 把 大 鲤 鱼 煮 给 大 家 吃 掉 sp1 不 知 营 养 咋 样 sil +004864 sil 平 房 后 面 的 山 坡 上 sp1 几 名 男 子 正 拎 着 矿 灯 往 山 上 爬 sil +004865 sil 以 至 于 彻 普 泰 撞 线 时 sp1 连 记 者 都 搞 不 清 楚 这 家 伙 是 谁 sil +004866 sil 给 你 讲 几 遍 了 你 还 不 会 sp1 你 的 脑 袋 让 驴 踢 了 sil +004867 sil 气 愤 之 下 sp1 年 轻 的 女 婿 竟 持 扁 担 将 岳 母 打 成 重 伤 sil +004868 sil 虽 然 保 住 一 条 命 sp1 但 脊 椎 骨 多 处 骨 折 sp1 脊 神 经 毁 损 严 重 sil +004869 sil 张 信 哲 看 到 数 学 题 就 傻 眼 张 嘴 sp1 只 好 向 小 朋 友 求 救 sil +004870 sil 图 为 交 警 在 王 府 井 路 口 冒 雪 指 挥 交 通 sil +004871 sil 一 个 古 董 贩 子 sp1 一 个 银 匠 sp1 和 一 个 木 匠 走 到 了 一 起 sil +004872 sil 那 你 还 想 看 多 远 sil +004873 sil 人 命 关 天 sp1 医 托 应 该 是 过 街 老 鼠 sp1 人 人 都 有 喊 打 的 责 任 sil +004874 sil 这 样 不 至 于 让 您 飘 飘 欲 仙 sp1 更 不 至 于 让 同 事 们 发 现 您 中 奖 的 事 sil +004875 sil 随 后 爆 料 人 称 sp1 张 彦 的 公 公 在 北 京 三 亚 等 地 sp1 拥 有 大 量 房 产 sil +004876 sil 映 着 一 闪 一 闪 的 光 亮 sp1 我 才 发 现 sp1 她 粗 糙 的 手 上 戴 着 个 大 金 戒 指 sil +004877 sil 昨 日 sp1 在 动 物 园 的 育 婴 室 sp1 育 婴 箱 中 憨 态 可 掬 的 虎 宝 宝 妞 妞 sil +004878 sil 且 两 幅 用 地 均 按 规 定 批 予 出 价 最 高 的 投 标 者 sil +004879 sil 很 显 然 sp1 买 家 即 便 瞎 编 一 个 号 码 sp1 摊 主 也 无 从 查 证 sil +004880 sil 组 织 者 阿 里 承 认 说 sp1 这 是 他 们 sp1 无 法 应 对 sp1 咖 喱 过 辣 导 致 的 问 题 sil +004881 sil 有 洗 衣 机 sp1 我 就 偷 会 懒 吧 sil +004882 sil 一 到 北 平 sp1 便 陷 入 应 酬 的 漩 涡 sil +004883 sil 每 斤 才 九 块 五 sp1 还 能 讲 价 sil +004884 sil 汤 某 看 后 心 中 非 常 愤 怒 sp1 便 产 生 报 复 公 公 的 恶 念 sil +004885 sil 理 查 森 甚 至 没 能 获 准 探 访 格 罗 斯 sil +004886 sil 砍 剩 的 树 桩 sp1 又 萌 生 出 许 许 多 多 的 嫩 芽 来 sil +004887 sil 就 算 生 活 只 是 个 杯 具 sp1 我 也 要 做 个 上 品 青 花 瓷 杯 具 sil +004888 sil 难 道 嫌 我 不 好 看 sp1 不 过 我 心 灵 美 哦 sil +004889 sil 就 像 鱼 翅 扎 到 了 喉 咙 里 sil +004890 sil 要 是 你 的 车 坏 在 路 上 呢 sil +004891 sil 费 明 仪 则 用 荣 幸 高 兴 兴 奋 几 个 字 眼 sp1 形 容 她 的 感 受 和 心 情 sil +004892 sil 梦 想 一 定 要 有 sp1 万 一 实 现 了 呢 sil +004893 sil 呵 呵 这 词 最 有 内 涵 了 sil +004894 sil 周 忠 扬 头 部 左 脚 受 伤 sil +004895 sil 这 才 是 可 行 的 编 程 语 言 sp1 它 更 具 伸 缩 性 sil +004896 sil 许 多 房 奴 成 为 躲 避 房 产 sp1 被 没 收 骗 局 的 受 害 者 sil +004897 sil 茶 暖 手 sp1 爱 暖 心 sil +004898 sil 反 正 我 不 愿 相 信 sil +004899 sil 那 就 关 门 退 休 喽 sil +004900 sil 他 们 走 上 各 地 街 头 sp1 呼 喊 反 美 口 号 sp1 高 举 反 美 标 语 sil +004901 sil 婚 是 离 了 sp1 但 关 系 远 没 有 撇 清 sp1 公 司 里 仍 不 断 有 债 主 前 来 要 债 sil +004902 sil 明 明 是 在 敲 背 按 摩 sp1 非 得 想 那 么 多 sil +004903 sil 例 如 sp1 每 天 让 她 穿 着 脏 衣 服 上 学 等 sil +004904 sil 皮 肤 比 过 去 好 很 多 噢 sil +004905 sil 摘 掉 面 具 后 的 刘 晓 晔 sil +004906 sil 如 何 增 强 消 费 者 对 于 国 产 品 牌 的 信 心 sil +004907 sil 爸 sp1 你 蠢 啊 sp1 鸡 的 爪 子 这 么 锋 利 sp1 擦 屁 屁 的 时 候 sp1 容 易 把 屁 屁 刮 伤 了 sil +004908 sil 现 藏 于 北 京 故 宫 的 乾 隆 宝 薮 中 sp1 有 这 件 玉 玺 的 明 确 著 录 sil +004909 sil 孟 某 突 然 搂 住 丝 丝 sp1 然 后 亲 吻 她 sil +004910 sil 虎 腿 迈 着 青 云 步 sp1 虎 头 顶 着 好 仕 途 sil +004911 sil 买 的 股 票 又 跌 停 了 sp1 没 有 那 个 命 啊 sil +004912 sil 随 后 sp1 耿 谆 被 日 方 判 处 无 期 徒 刑 sil +004913 sil 怎 么 不 改 改 有 些 人 眼 红 的 心 态 呢 sil +004914 sil 不 错 sp1 爱 sp1 乃 是 抽 象 的 东 西 sp1 要 活 就 要 吃 sp1 又 有 吃 又 有 爱 sp1 日 子 才 会 精 彩 sil +004915 sil 李 某 系 东 乌 珠 穆 沁 旗 满 都 镇 人 sp1 是 个 体 经 营 商 户 sil +004916 sil 这 是 自 一 九 七 三 年 来 sp1 女 王 首 次 缺 席 该 会 议 sil +004917 sil 不 过 有 时 徐 子 淇 也 会 吃 到 闷 sp1 故 会 转 吃 姜 炒 饭 sil +004918 sil 精 华 仍 在 提 炼 sp1 脚 本 即 将 出 膛 sil +004919 sil 这 一 幕 幕 宣 告 南 广 高 铁 迎 来 上 砟 上 枕 的 施 工 高 潮 sil +004920 sil 小 女 孩 看 他 冲 自 己 眨 眼 睛 sp1 羞 涩 地 咧 嘴 笑 sp1 说 sp1 我 喜 欢 他 sil +004921 sil 话 说 我 二 姨 sp1 当 年 为 了 摘 人 家 家 里 的 杏 子 sp1 把 人 家 家 里 的 猪 给 放 了 sil +004922 sil 周 伟 思 自 称 信 佛 sp1 在 家 供 奉 有 菩 萨 sp1 每 天 在 家 烧 香 拜 佛 sil +004923 sil 引 导 读 者 欣 赏 刊 登 的 文 章 sp1 而 不 是 迎 合 读 者 低 俗 趣 味 sp1 刊 登 的 文 章 sil +004924 sil 自 从 跟 着 冯 巩 上 了 春 晚 sp1 他 在 外 活 动 就 经 常 打 着 冯 巩 的 招 牌 sil +004925 sil 一 二 线 城 市 sp1 大 有 地 王 卷 土 重 来 之 势 sil +004926 sil 春 运 挖 潜 sp1 高 速 公 路 sp1 也 应 进 一 步 释 放 通 行 能 力 sil +004927 sil 话 一 出 口 就 懊 悔 sp1 这 摆 明 是 对 谢 景 渊 和 饼 干 的 看 不 起 sil +004928 sil 去 年 她 因 爆 陈 乐 榣 借 钱 不 还 后 sp1 三 成 员 反 目 sil +004929 sil 比 斯 库 sp1 在 苏 联 扶 植 的 匈 牙 利 傀 儡 政 府 中 sp1 担 任 内 政 部 长 sil +004930 sil 而 据 另 一 知 情 人 士 透 露 sp1 女 生 的 死 亡 系 吃 堕 胎 药 所 致 sil +004931 sil 把 隐 形 狗 用 到 环 保 的 概 念 中 sp1 在 成 都 还 是 第 一 次 sil +004932 sil 呼 吁 多 年 的 三 网 合 一 问 题 sp1 为 何 长 期 悬 而 未 决 sil +004933 sil 张 琰 明 sp1 来 个 迅 疾 的 回 马 枪 sp1 我 有 三 个 条 件 sil +004934 sil 今 年 夏 季 双 抢 期 间 sp1 莆 田 市 大 型 农 机 户 sp1 享 受 优 先 灌 桶 购 油 的 待 遇 sil +004935 sil 人 员 冗 余 sp1 便 是 一 种 典 型 的 表 象 sil +004936 sil 他 表 示 sp1 现 在 医 保 基 金 部 门 sp1 是 越 省 越 好 sil +004937 sil 这 个 sp1 不 可 以 随 便 乱 叫 的 吧 sil +004938 sil 罗 布 泊 位 于 新 疆 塔 里 木 盆 地 东 北 部 sp1 若 羌 县 境 内 sil +004939 sil 当 魏 云 科 迎 接 记 者 时 sp1 记 者 发 现 他 走 路 一 瘸 一 拐 sil +004940 sil 正 当 俞 小 凡 酝 酿 复 出 时 sp1 便 遭 遇 老 公 劈 腿 事 件 sil +004941 sil 她 说 投 票 时 sp1 挑 了 自 己 和 尤 荫 荫 出 局 sp1 事 后 她 后 悔 挑 了 自 己 sil +004942 sil 古 都 北 京 是 祖 宗 留 给 我 们 的 宝 贵 财 富 sil +004943 sil 其 三 sp1 七 月 新 增 财 政 存 款 或 再 现 季 节 性 增 长 sil +004944 sil 同 事 的 车 牌 被 偷 了 sp1 贼 要 他 用 钱 赎 回 sil +004945 sil 但 是 松 鼠 也 啃 食 核 桃 松 子 等 果 实 sp1 造 成 一 定 的 果 实 浪 费 sil +004946 sil 当 然 sp1 打 捞 核 潜 艇 的 费 用 不 菲 sil +004947 sil 季 莫 申 科 一 周 前 sp1 发 动 绝 食 抗 议 sp1 称 遭 到 监 狱 虐 待 sil +004948 sil 他 毕 生 反 对 破 坏 统 一 sp1 分 裂 祖 国 的 汉 奸 卖 国 贼 sil +004949 sil 儿 子 sp1 那 爱 迪 生 的 爸 爸 怎 么 不 发 明 电 灯 呢 sil +004950 sil 招 待 朋 友 却 都 是 好 吃 好 喝 sp1 从 不 吝 啬 sil +004951 sil 目 前 尚 无 确 凿 证 据 sp1 显 示 此 案 与 顺 吉 集 团 有 关 联 sil +004952 sil 吕 明 玉 成 为 我 省 第 一 个 两 次 捐 髓 救 助 他 人 的 志 愿 者 sil +004953 sil 尾 巴 摇 摆 着 乞 求 蛇 头 说 sp1 救 救 我 们 吧 sp1 我 的 吵 闹 真 是 太 无 聊 了 sil +004954 sil 运 动 场 上 叱 咤 风 云 的 佟 文 sp1 生 活 中 却 有 着 鲜 为 人 知 的 另 一 面 sil +004955 sil 我 赶 紧 去 哄 她 sp1 隔 着 门 缝 看 她 sp1 说 些 不 搭 边 的 话 逗 她 sil +004956 sil 五 辐 式 合 金 轮 毂 造 型 很 硬 朗 sp1 力 量 感 十 足 sil +004957 sil 海 狗 全 身 覆 盖 着 绒 毛 sp1 脸 很 短 sil +004958 sil 这 场 跨 年 夜 晚 会 sp1 更 像 一 场 私 人 派 对 sil +004959 sil 汤 文 元 说 sp1 卢 俊 卿 当 时 工 作 很 积 极 sp1 而 且 很 会 积 攒 人 脉 sil +004960 sil 警 察 都 熬 夜 多 sp1 所 以 好 容 易 有 个 休 息 日 sp1 多 半 是 多 睡 会 儿 sil +004961 sil 当 一 个 人 错 了 的 时 候 sp1 他 妥 协 退 却 了 sp1 他 是 明 智 的 sil +004962 sil 诗 人 一 听 sp1 顿 时 把 与 雨 翔 的 怨 恨 忘 记 sp1 拉 住 社 长 的 手 sp1 拜 托 了 sil +004963 sil 抹 布 也 是 很 有 用 的 哟 sil +004964 sil 偶 尔 我 们 也 会 吵 吵 架 sil +004965 sil 但 对 万 达 来 说 sp1 跨 界 棋 局 才 刚 刚 开 始 sil +004966 sil 三 是 要 匡 正 好 风 气 sil +004967 sil 南 开 永 远 年 轻 sp1 她 的 学 生 也 都 充 满 活 力 sil +004968 sil 怎 么 爱 你 都 不 嫌 多 sil +004969 sil 徐 威 当 场 拧 着 了 火 炬 sp1 却 没 伸 手 去 点 sil +004970 sil 扔 完 鞋 接 着 回 应 sil +004971 sil 你 想 怎 样 啦 sil +004972 sil 整 那 么 快 干 嘛 sil +004973 sil 东 北 网 将 持 续 关 注 穆 棱 河 流 域 污 染 问 题 sil +004974 sil 学 会 劳 逸 结 合 sil +004975 sil 知 道 呀 国 民 老 公 嘛 sil +004976 sil 我 会 玩 很 多 游 戏 呢 sil +004977 sil 你 想 要 什 么 sp1 然 后 呢 sil +004978 sil 他 看 不 到 我 跳 舞 呀 sil +004979 sil 你 也 好 啊 美 女 sil +004980 sil 打 点 的 到 不 到 位 sp1 将 直 接 影 响 到 销 售 额 sil +004981 sil 地 铁 站 晕 倒 的 男 子 sil +004982 sil 如 果 遭 遇 寒 流 突 袭 sp1 供 暖 有 可 能 将 提 前 sil +004983 sil 这 都 令 自 主 品 牌 的 压 力 骤 增 sil +004984 sil 想 交 高 于 保 护 价 的 定 购 粮 吗 sil +004985 sil 对 于 这 一 判 决 结 果 sp1 李 磊 姥 姥 代 理 律 师 sp1 王 海 阳 表 示 认 可 sil +004986 sil 白 发 人 送 黑 发 人 sp1 于 芬 的 父 母 sp1 于 某 和 吴 某 sp1 一 直 郁 郁 寡 欢 sil +004987 sil 王 教 授 sp1 您 这 回 可 有 了 独 立 的 书 房 喽 sil +004988 sil 传 授 实 用 技 能 sp1 帮 助 农 民 掌 握 脱 贫 致 富 的 本 领 sil +004989 sil 我 可 以 陪 你 地 老 天 荒 sp1 你 却 非 要 我 把 牢 底 坐 穿 么 sil +004990 sil 而 一 看 见 生 人 总 要 吼 叫 sp1 谁 想 靠 近 狗 宝 宝 sp1 不 被 咬 才 怪 sil +004991 sil 营 业 面 积 大 了 sp1 肉 店 生 意 sp1 也 就 方 便 了 sil +004992 sil 清 早 起 来 气 味 大 得 呛 鼻 子 sil +004993 sil 圆 明 园 猪 首 铜 像 的 捐 款 回 购 sp1 便 是 一 成 功 案 例 sil +004994 sil 小 心 耶 sp1 不 好 意 思 喔 sp1 不 好 意 思 跌 倒 了 sil +004995 sil 我 是 大 方 温 柔 的 巨 蟹 座 sp1 有 时 候 sp1 也 会 有 点 敏 感 和 脆 弱 sil +004996 sil 记 者 随 后 询 问 营 业 员 sp1 这 套 餐 椅 是 否 为 全 实 木 的 sil +004997 sil 戈 尔 巴 乔 夫 在 海 参 崴 讲 话 sp1 一 直 回 避 这 个 问 题 sil +004998 sil 黄 依 然 浑 身 发 抖 一 直 喊 冷 sil +004999 sil 加 快 推 进 轻 微 刮 蹭 事 故 sp1 互 碰 自 赔 sp1 提 高 当 事 人 自 行 解 决 率 sil +005000 sil 丹 东 市 委 常 委 秘 书 长 卢 秉 宇 sp1 出 任 黄 金 坪 经 济 区 管 委 会 主 任 sil +005001 sil 清 洁 工 阿 姨 sp1 一 边 打 着 自 己 的 头 sp1 一 边 说 sp1 我 好 笨 sp1 我 好 笨 sil +005002 sil 母 熊 直 立 着 sp1 一 副 随 时 要 扑 过 来 的 样 子 sil +005003 sil 如 果 说 sp1 一 切 都 是 钱 闹 的 sp1 未 免 有 点 赤 裸 裸 sil +005004 sil 撒 谎 的 孩 子 sp1 不 能 当 俺 偶 像 sp1 弃 之 sil +005005 sil 周 费 特 别 喜 欢 雅 阁 轿 车 sp1 但 总 舍 不 得 买 sil +005006 sil 作 为 一 个 北 欧 国 家 sp1 气 候 变 暖 sp1 对 挪 威 具 有 很 大 的 影 响 sil +005007 sil 走 近 才 发 现 sp1 大 桥 已 垮 塌 sil +005008 sil 你 找 我 谈 心 sp1 就 是 谈 这 个 sil +005009 sil 第 二 个 问 题 sp1 说 说 文 化 思 考 sil +005010 sil 本 周 四 和 周 五 平 均 拥 堵 指 数 分 别 为 sp1 八 和 八 点 五 sil +005011 sil 这 些 机 构 sp1 又 岂 会 放 过 这 一 入 货 的 良 机 sil +005012 sil 辽 宁 队 则 包 揽 了 毽 球 比 赛 男 女 团 体 两 个 一 等 奖 sil +005013 sil 克 拉 拉 sp1 你 为 什 么 在 大 庭 广 众 之 下 sp1 向 那 个 陌 生 青 年 丢 飞 吻 sil +005014 sil 他 还 表 示 sp1 贝 卢 斯 科 尼 sp1 这 个 傀 儡 sp1 必 须 滚 蛋 sil +005015 sil 刘 湘 骥 sp1 是 湖 南 省 攸 县 sp1 大 同 桥 镇 大 板 米 厂 老 板 sil +005016 sil 李 克 勤 大 哥 sp1 则 在 微 博 上 sp1 大 晒 美 食 生 蚝 sp1 网 友 大 呼 胃 口 好 sil +005017 sil 也 请 广 大 网 友 sp1 为 广 东 文 化 建 设 当 好 参 谋 sp1 多 出 良 策 sil +005018 sil 是 否 准 辞 sp1 将 待 调 查 结 果 再 说 sil +005019 sil 对 此 消 息 sp1 吉 布 森 方 面 sp1 断 然 予 以 否 认 sp1 称 其 纯 属 荒 谬 杜 撰 sil +005020 sil 他 和 泰 勒 育 有 两 个 儿 子 sil +005021 sil 在 河 南 sp1 为 了 吸 引 考 生 sp1 有 的 培 训 班 打 出 了 sp1 万 元 包 过 的 招 牌 sil +005022 sil 经 历 爱 的 伤 痛 sp1 终 于 精 神 崩 溃 sil +005023 sil 一 开 始 很 蛮 横 sp1 并 且 不 给 我 退 sil +005024 sil 岂 能 坐 视 阿 扁 有 任 何 片 面 改 变 现 状 的 行 为 sil +005025 sil 有 一 次 sp1 我 妈 拿 扫 帚 sp1 把 我 的 屁 股 蛋 子 打 的 红 红 的 sil +005026 sil 第 一 只 春 羔 的 第 一 声 咩 叫 sp1 宛 如 草 原 浪 漫 曲 的 节 奏 sil +005027 sil 就 炒 菜 少 放 点 油 吧 sp1 反 正 高 油 食 品 sp1 本 来 就 不 健 康 sil +005028 sil 本 店 所 有 商 品 sp1 一 律 免 费 送 你 哟 sil +005029 sil 揣 上 彩 票 sp1 小 雨 就 忘 了 此 事 sil +005030 sil 生 活 中 不 要 乱 用 药 啊 sp1 一 定 要 爱 惜 自 己 的 身 体 sil +005031 sil 你 是 亲 眼 所 见 sp1 董 存 瑞 拉 开 了 导 火 索 吗 sil +005032 sil 昨 日 sp1 庄 奴 又 被 授 予 了 sp1 重 庆 荣 誉 市 民 称 号 sil +005033 sil 任 何 经 营 场 所 sp1 不 得 向 未 成 年 人 出 售 烟 酒 sil +005034 sil 第 三 条 sp1 吨 税 设 置 优 惠 税 率 sp1 和 普 通 税 率 sil +005035 sil 撸 袖 子 女 生 给 了 她 一 掌 后 sp1 红 外 套 女 生 sp1 一 脚 把 她 踹 飞 sil +005036 sil 公 司 为 员 工 购 买 了 回 乡 的 车 票 sp1 发 放 了 几 百 元 路 途 盘 缠 费 用 sil +005037 sil 在 他 家 的 两 层 小 楼 周 围 sp1 尽 是 低 矮 的 泥 瓦 房 sil +005038 sil 吆 喝 声 sp1 呵 斥 声 sp1 抱 怨 声 sp1 此 起 彼 伏 sil +005039 sil 小 姨 虽 做 了 手 术 sp1 但 肺 上 仍 有 问 题 sil +005040 sil 我 住 将 军 澳 sp1 那 张 是 将 军 澳 住 户 证 sil +005041 sil 不 难 推 测 sp1 应 对 这 一 风 潮 有 两 种 迥 异 态 度 sil +005042 sil 弱 阻 力 sp1 在 近 期 高 点 sp1 一 点 三 零 二 七 sil +005043 sil 恩 格 尔 系 数 sp1 是 食 品 支 出 总 额 sp1 占 个 人 消 费 支 出 总 额 的 比 重 sil +005044 sil 他 摸 到 一 个 瓶 子 sp1 也 没 睁 开 眼 瞅 瞅 sp1 就 往 嘴 里 送 sil +005045 sil 如 果 罪 名 成 立 sp1 他 们 将 被 处 以 死 刑 sp1 但 预 计 案 件 审 理 过 程 冗 长 sil +005046 sil 最 近 sp1 这 座 豪 宅 正 在 精 雕 细 琢 sil +005047 sil 其 前 岳 父 见 状 上 前 抢 夺 打 火 机 sil +005048 sil 这 同 样 也 是 太 庙 所 不 能 代 替 的 sil +005049 sil 眼 睛 往 下 看 sp1 眨 眼 动 作 增 加 是 你 的 撒 谎 习 惯 sil +005050 sil 岗 位 虽 少 sp1 但 只 要 能 蹭 进 来 sp1 便 能 得 到 一 份 高 薪 sil +005051 sil 家 里 的 洗 衣 机 可 以 代 劳 呀 sil +005052 sil 以 后 sp1 会 偶 尔 有 这 样 的 日 子 的 sil +005053 sil 一 直 摸 sp1 一 直 摸 sp1 这 下 好 了 sil +005054 sil 好 比 罪 已 犯 下 sp1 要 杀 要 剐 sp1 便 是 法 官 的 事 sp1 他 的 使 命 sp1 至 此 而 终 sil +005055 sil 然 而 sp1 宝 鸡 陈 仓 区 阳 平 镇 的 妞 妞 sp1 在 生 意 前 夕 sp1 却 遭 遇 了 不 幸 sil +005056 sil 他 们 将 对 留 样 sp1 召 回 的 产 品 包 装 袋 等 进 行 抽 样 检 测 sil +005057 sil 单 杠 sp1 成 为 本 场 较 量 的 分 水 岭 sil +005058 sil 我 刚 来 sp1 也 会 这 样 每 晚 半 夜 两 三 点 才 会 睡 得 着 sil +005059 sil 田 野 供 图 sp1 非 洲 姑 娘 德 布 佳 达 sil +005060 sil 纳 粹 德 国 占 领 挪 威 后 sp1 称 蒙 克 的 画 堕 落 sil +005061 sil 放 下 电 话 才 数 分 钟 sp1 母 亲 哑 着 嗓 子 的 哭 吼 声 已 经 响 起 sil +005062 sil 林 母 从 社 会 形 势 分 析 到 本 行 工 作 sp1 缜 密 得 无 懈 可 击 sil +005063 sil 为 爬 山 好 的 队 友 服 务 sil +005064 sil 在 把 老 张 sp1 暴 打 一 顿 后 sp1 三 人 还 不 解 恨 sp1 又 踹 了 老 张 的 车 几 脚 sil +005065 sil 俄 罗 斯 新 秀 科 莫 娃 sp1 以 十 五 点 七 三 三 分 sp1 高 居 第 一 sil +005066 sil 结 果 机 器 出 了 故 障 sp1 钱 被 吞 了 sp1 却 没 打 印 存 单 sil +005067 sil 说 说 代 表 的 那 些 事 儿 吧 sil +005068 sil 小 兔 崽 子 sp1 你 要 是 敢 往 下 边 拉 屎 sp1 你 就 死 定 了 sil +005069 sil 我 随 之 追 出 去 各 种 道 歉 sp1 各 种 承 诺 sp1 各 种 哄 sp1 媳 妇 sp1 才 回 心 转 意 sil +005070 sil 今 年 初 sp1 印 尼 一 名 囚 犯 受 虐 惨 死 的 新 闻 曾 引 发 轰 动 sil +005071 sil 记 者 向 一 位 贩 子 询 问 sp1 是 否 能 买 到 sp1 没 熏 过 硫 磺 的 药 材 sil +005072 sil 老 板 称 sp1 出 售 的 天 鹅 是 渔 民 用 网 捕 杀 后 送 来 的 sp1 绝 对 安 全 sil +005073 sil 大 家 要 注 意 室 内 通 风 sp1 饮 食 最 好 以 清 淡 爽 口 为 主 sil +005074 sil 阳 兵 被 击 伤 后 sp1 被 警 察 反 拧 着 双 臂 sp1 揪 住 衣 领 sp1 押 下 车 来 sil +005075 sil 奥 林 匹 亚 sp1 我 强 力 推 荐 sil +005076 sil 杨 女 士 的 公 公 证 实 sp1 儿 媳 sp1 晚 上 已 经 没 了 sp1 挺 突 然 的 sil +005077 sil 廖 某 某 每 天 折 磨 她 sp1 虐 待 她 sp1 她 成 了 廖 某 某 的 性 奴 sil +005078 sil 研 究 党 史 sp1 就 是 想 从 走 过 的 路 总 结 经 验 教 训 sil +005079 sil 李 先 生 为 此 非 常 苦 恼 sil +005080 sil 在 家 附 近 sp1 有 一 段 陡 坡 sil +005081 sil 大 爷 说 sp1 这 是 水 泥 路 啊 sil +005082 sil 每 涂 完 一 层 sp1 他 总 要 休 息 上 一 两 分 钟 sp1 喘 口 气 sil +005083 sil 官 员 在 事 故 现 场 傻 笑 sil +005084 sil 该 案 在 法 律 上 的 手 段 已 经 穷 尽 sp1 暂 无 法 执 行 sil +005085 sil 他 心 存 疑 惑 sp1 这 么 严 肃 的 书 sp1 也 能 逗 人 笑 sil +005086 sil 王 健 林 sp1 果 然 胃 口 惊 人 sil +005087 sil 韩 国 房 奴 人 数 sp1 尚 无 准 确 统 计 sil +005088 sil 老 婆 抬 手 给 了 我 一 耳 光 sp1 凭 啥 把 便 宜 的 这 杯 给 我 sil +005089 sil 证 券 简 称 为 杭 齿 前 进 sp1 证 券 代 码 为 sp1 六 零 幺 幺 七 七 sil +005090 sil 张 磊 磊 sp1 现 在 想 先 把 自 己 该 得 的 工 资 要 到 手 sil +005091 sil 没 有 人 知 道 sp1 白 二 少 起 了 多 少 作 用 sil +005092 sil 法 国 的 酒 文 化 sp1 利 用 葡 萄 美 酒 做 载 体 sp1 已 经 热 销 世 界 sil +005093 sil 曹 雅 琪 回 到 教 室 时 sp1 里 面 空 无 一 人 sp1 都 去 上 体 育 课 了 sil +005094 sil 训 练 的 最 后 sp1 所 有 民 兵 sp1 一 起 扛 着 步 枪 去 练 习 射 击 sil +005095 sil 若 要 购 房 sp1 只 能 在 其 中 的 五 幢 楼 房 进 行 挑 选 sil +005096 sil 四 年 前 sp1 城 南 那 片 sp1 凹 凸 不 平 sp1 杂 草 丛 生 的 荒 山 坡 sp1 不 见 了 sil +005097 sil 看 来 是 交 情 未 至 sp1 缘 分 未 到 sp1 再 处 处 看 吧 sil +005098 sil 但 部 分 亏 空 从 何 补 充 sp1 是 我 们 要 考 虑 的 sil +005099 sil 伤 员 目 前 在 空 军 四 五 四 医 院 紧 急 救 治 sil +005100 sil 扯 起 渔 网 后 sp1 该 男 子 也 跟 着 漂 浮 上 来 sil +005101 sil 二 战 期 间 sp1 日 军 就 是 打 着 裕 仁 天 皇 的 名 义 sp1 侵 略 亚 洲 sil +005102 sil 我 的 平 衡 感 不 太 好 哟 sil +005103 sil 逮 到 点 官 场 臭 事 sp1 就 来 大 劲 sil +005104 sil 远 处 望 去 sp1 各 类 招 牌 琳 琅 满 目 sil +005105 sil 腾 讯 微 博 出 了 一 个 功 能 吹 一 吹 sil +005106 sil 谁 也 没 让 你 花 sp1 孩 子 非 要 花 sp1 家 长 拗 不 过 sp1 花 呗 sil +005107 sil 钱 荣 也 垂 头 丧 气 进 来 sp1 见 了 他 sp1 也 不 计 恩 怨 了 sp1 道 sp1 我 和 那 个 姓 姚 的 吹 啦 sil +005108 sil 对 此 sp1 刘 銮 雄 曾 请 求 澳 门 法 院 sp1 驳 回 指 控 sp1 但 遭 到 拒 绝 sil +005109 sil 匪 徒 脚 踩 平 底 鞋 sp1 没 有 穿 袜 sil +005110 sil 赌 场 流 动 轮 流 坐 庄 sp1 避 免 被 警 方 查 抄 sil +005111 sil 老 妈 头 也 不 抬 sp1 你 小 时 候 写 给 我 的 sil +005112 sil 庄 严 的 山 东 会 堂 内 sp1 华 灯 璀 璨 sp1 花 团 锦 簇 sp1 气 氛 热 烈 sil +005113 sil 原 因 就 是 烟 花 爆 竹 引 起 sil +005114 sil 第 二 件 事 情 sp1 一 种 颜 色 sil +005115 sil 此 次 米 粉 提 价 sp1 市 场 反 应 不 一 sil +005116 sil 王 宋 涛 想 sp1 这 辈 子 sp1 算 是 和 路 灯 结 下 sp1 不 解 之 缘 了 sil +005117 sil 秤 盘 几 乎 托 不 住 它 肥 大 的 身 子 sil +005118 sil 直 到 民 警 赶 到 劝 说 后 sp1 那 位 候 鸟 老 人 sp1 才 不 情 愿 地 走 开 sil +005119 sil 黎 巴 嫩 检 方 已 展 开 调 查 sil +005120 sil 李 振 波 的 妻 子 盛 亚 玲 sp1 在 观 看 向 死 而 生 时 sp1 心 情 久 久 不 能 平 静 sil +005121 sil 现 在 明 月 岛 上 的 将 军 府 sil +005122 sil 在 路 上 sp1 他 见 到 矿 泉 水 空 瓶 子 时 sp1 也 捡 起 sp1 摁 进 背 包 里 sil +005123 sil 三 是 sp1 着 力 查 处 损 害 群 众 切 身 利 益 的 案 件 sil +005124 sil 生 命 在 于 运 动 sp1 我 觉 得 sp1 你 还 是 多 运 动 运 动 吧 sil +005125 sil 敢 骚 扰 姑 奶 奶 sp1 活 腻 了 你 sil +005126 sil 另 一 个 惹 眼 的 明 星 sp1 当 属 翁 虹 sil +005127 sil 往 昔 对 比 sp1 葛 启 义 感 慨 良 多 sil +005128 sil 去 村 里 找 sp1 说 是 水 泵 坏 了 sil +005129 sil 死 者 棺 材 sp1 也 被 抬 入 厂 区 内 sil +005130 sil 但 欧 盟 可 能 已 经 抛 弃 了 英 国 sil +005131 sil 房 屋 赠 与 sp1 光 有 表 示 是 不 够 的 sil +005132 sil 他 们 蔑 视 法 律 sp1 践 踏 法 律 sil +005133 sil 老 婆 回 到 病 房 里 sp1 一 脸 无 奈 sil +005134 sil 我 的 性 格 也 是 逆 来 顺 受 sp1 从 小 胆 小 怕 事 sp1 凡 事 都 忍 让 sil +005135 sil 这 是 个 愚 蠢 的 声 明 sp1 原 因 有 三 sil +005136 sil 男 子 嘴 里 一 边 嘟 囔 着 sp1 一 边 从 身 上 摸 出 钞 票 sp1 往 天 上 撒 sil +005137 sil 大 部 分 瓜 农 称 sp1 都 没 有 往 年 卖 得 好 sil +005138 sil 只 要 咳 嗽 就 得 去 医 院 sp1 每 天 都 在 吃 药 sil +005139 sil 你 们 太 没 信 誉 了 sp1 这 都 五 天 了 还 不 发 货 sp1 我 要 投 诉 你 sil +005140 sil 更 重 要 的 是 sp1 铁 老 大 的 地 位 sp1 依 然 非 常 稳 固 sil +005141 sil 得 知 sp1 眼 前 这 个 形 貌 丑 陋 的 叫 花 子 sp1 竟 是 自 己 的 生 父 sp1 段 延 庆 sil +005142 sil 其 次 sp1 玉 米 食 用 油 sp1 尤 其 是 玉 米 胚 芽 油 sp1 正 越 来 越 多 的 推 向 市 场 sil +005143 sil 该 两 名 旅 客 sp1 不 想 出 去 办 理 托 运 sp1 又 不 愿 自 弃 sil +005144 sil 还 有 更 多 的 综 合 物 流 项 目 物 流 企 业 蠢 蠢 欲 动 sil +005145 sil 最 近 几 个 月 中 sp1 他 有 时 一 天 也 做 不 成 一 桩 买 卖 sil +005146 sil 她 个 人 很 欣 赏 有 个 性 sp1 有 文 化 底 蕴 的 录 取 通 知 书 sil +005147 sil 要 多 给 市 民 提 供 运 动 的 场 所 sil +005148 sil 我 就 是 一 个 山 东 乡 下 孩 子 sil +005149 sil 这 与 前 几 代 人 有 天 壤 之 别 sil +005150 sil 点 评 辛 辣 简 短 sp1 极 尽 嘲 讽 挖 苦 之 能 事 sil +005151 sil 这 几 年 行 动 不 便 sp1 爷 爷 拿 着 它 当 拐 杖 用 sil +005152 sil 抓 住 大 树 梢 sp1 俺 俩 就 爬 上 去 了 sil +005153 sil 群 山 阻 隔 sp1 最 易 让 人 气 馁 却 步 sil +005154 sil 顾 客 sp1 我 理 一 次 发 sp1 你 竟 收 我 五 元 钱 sp1 我 头 上 几 乎 没 有 头 发 呀 sil +005155 sil 挠 着 挠 着 sp1 孙 某 的 左 手 悄 悄 滑 到 脖 子 的 刀 刃 处 sil +005156 sil 喜 欢 呀 sp1 你 要 和 我 一 起 吗 sil +005157 sil 因 为 物 价 仍 在 缓 慢 上 升 sp1 而 且 还 没 有 出 现 拐 点 sil +005158 sil 火 灾 中 sp1 一 女 子 葬 身 火 场 sil +005159 sil 为 了 稳 住 这 名 男 子 sp1 魏 先 生 sp1 允 许 其 进 来 sil +005160 sil 可 以 简 单 理 解 成 sp1 长 宽 高 啦 sp1 哈 哈 sil +005161 sil 你 再 凶 我 sp1 再 凶 我 sp1 我 就 跟 你 离 婚 sil +005162 sil 他 的 喜 怒 哀 乐 sp1 通 常 都 是 跟 做 学 问 联 系 在 一 起 的 sil +005163 sil 目 前 sp1 杨 晓 霞 的 病 情 sp1 已 明 显 好 转 sp1 感 染 得 到 控 制 sil +005164 sil 打 小 就 缺 少 父 爱 的 他 sp1 性 格 倔 强 sp1 仇 恨 心 极 强 sil +005165 sil 口 渴 得 实 在 受 不 了 sp1 就 用 手 巾 沾 点 水 sp1 把 嘴 唇 弄 湿 sil +005166 sil 晋 升 上 将 军 衔 的 魏 凤 和 军 容 严 整 sp1 精 神 抖 擞 地 站 在 主 席 台 前 sil +005167 sil 同 时 sp1 氧 气 也 促 进 了 面 筋 的 形 成 sp1 让 面 点 口 感 更 好 sil +005168 sil 伊 朗 始 终 否 认 sp1 秘 密 研 制 核 武 器 的 指 控 sil +005169 sil 得 嘞 sp1 我 们 算 体 验 红 军 过 草 地 了 sil +005170 sil 该 车 无 线 路 牌 sp1 系 非 法 运 营 车 辆 sil +005171 sil 可 刚 眨 了 一 眼 sp1 那 就 成 了 一 场 梦 sil +005172 sil 不 过 sp1 不 要 把 这 个 符 号 往 歪 里 想 sil +005173 sil 贫 穷 意 味 着 无 能 懒 惰 耻 辱 和 失 败 sil +005174 sil 终 审 裁 定 后 sp1 两 兄 弟 sp1 被 执 行 枪 决 sil +005175 sil 津 巴 布 韦 央 行 稍 早 发 行 的 大 面 额 钞 票 sp1 流 通 到 年 底 sil +005176 sil 为 了 提 高 战 斗 力 sp1 团 伙 成 员 还 经 常 演 习 sil +005177 sil 这 个 在 水 中 溺 死 的 小 偷 sp1 本 来 会 游 泳 sp1 而 那 个 水 塘 也 不 大 sil +005178 sil 下 个 礼 拜 sp1 我 不 跑 了 sil +005179 sil 就 算 没 人 喝 多 sp1 当 一 般 的 汤 喝 喝 也 sp1 不 错 哦 sil +005180 sil 我 昨 晚 也 失 眠 了 sp1 现 在 好 困 却 不 想 睡 sil +005181 sil 家 中 兄 弟 姐 妹 八 个 sp1 他 是 老 幺 sil +005182 sil 此 前 的 女 排 大 奖 赛 sp1 中 国 队 sp1 一 胜 四 负 仅 获 第 四 sil +005183 sil 细 致 到 五 官 甚 至 眉 毛 sil +005184 sil 中 华 骨 髓 库 sp1 不 留 分 文 sil +005185 sil 之 后 sp1 张 家 人 从 小 区 物 业 得 知 sp1 司 机 躲 在 单 元 门 里 过 了 半 宿 sil +005186 sil 从 前 有 个 捉 迷 藏 社 团 sp1 他 们 团 长 到 现 在 还 没 被 找 到 呢 sil +005187 sil 事 后 警 方 证 实 sp1 该 案 系 纵 火 案 sil +005188 sil 当 天 sp1 葛 泽 宁 被 公 安 机 关 抓 获 sil +005189 sil 四 是 sp1 旅 馆 业 上 传 信 息 不 规 范 sil +005190 sil 俗 话 说 的 好 sp1 上 梁 不 正 下 梁 歪 sil +005191 sil 并 且 sp1 用 卡 sp1 比 用 现 金 方 便 多 了 sil +005192 sil 不 依 葫 芦 画 瓢 就 是 好 干 部 吗 sil +005193 sil 孔 子 学 院 总 部 sp1 设 在 国 家 汉 办 sil +005194 sil 所 以 sp1 一 嗨 还 是 决 定 sp1 每 年 按 照 自 己 预 测 的 速 度 来 扩 张 sil +005195 sil 警 方 初 步 调 查 sp1 夫 妻 俩 死 于 一 氧 化 碳 中 毒 sil +005196 sil 阿 罗 约 执 政 期 间 sp1 一 直 没 能 同 各 种 腐 败 嫌 疑 sp1 撇 清 关 系 sil +005197 sil 不 久 韩 寒 也 给 我 打 来 电 话 sp1 告 诉 我 他 休 学 的 事 sil +005198 sil 老 丈 人 笑 了 笑 说 sp1 正 好 sp1 我 们 四 个 打 sp1 扑 克 sp1 你 去 陪 她 们 包 饺 子 吧 sil +005199 sil 有 人 问 话 时 sp1 她 总 是 先 咧 开 嘴 乐 sp1 露 出 可 爱 的 豁 牙 子 sil +005200 sil 就 将 军 军 带 至 沣 峪 口 一 农 家 乐 sp1 途 中 强 强 乘 机 逃 脱 sil +005201 sil 二 月 入 院 接 受 治 疗 sp1 将 血 液 内 的 毒 素 清 除 sil +005202 sil 并 不 是 每 一 餐 sp1 都 必 须 达 到 热 量 要 求 sil +005203 sil 但 是 sp1 有 广 西 十 不 准 原 则 sp1 禁 止 公 布 状 元 名 单 sil +005204 sil 老 师 sp1 能 躺 着 的 话 sp1 谁 愿 意 趴 着 睡 呀 sp1 结 果 同 桌 提 前 回 家 睡 觉 了 sil +005205 sil 对 于 生 儿 育 女 sp1 雪 儿 表 示 sp1 希 望 享 受 二 人 世 界 sp1 稍 后 才 作 考 虑 sil +005206 sil 继 续 做 好 清 史 纂 修 工 作 sil +005207 sil 目 前 sp1 该 模 型 展 示 sp1 在 斯 塔 万 格 大 学 sp1 考 古 sp1 博 物 馆 内 sil +005208 sil 不 过 sp1 订 单 已 经 滚 滚 而 来 sp1 不 少 韩 商 一 张 口 sp1 就 要 采 购 几 千 吨 sil +005209 sil 其 时 sp1 谷 得 仓 正 和 村 治 保 主 任 sp1 谷 建 sp1 一 块 儿 喝 酒 sil +005210 sil 两 个 孩 子 也 有 顽 皮 不 听 话 的 时 候 sp1 想 要 翻 栅 栏 出 去 玩 sil +005211 sil 直 到 大 傻 咬 断 野 猪 的 气 管 sp1 野 猪 不 动 弹 了 sp1 它 才 松 口 sil +005212 sil 陈 氏 说 sp1 他 还 没 有 与 绑 匪 直 接 谈 话 sil +005213 sil 秦 法 友 是 孤 寡 老 人 sp1 一 生 未 婚 sp1 无 子 女 sil +005214 sil 他 说 这 些 笑 话 sp1 令 他 有 些 悔 不 当 初 sil +005215 sil 据 说 是 由 白 静 母 亲 sp1 或 姥 姥 居 住 sil +005216 sil 雪 后 的 北 京 空 气 清 新 了 许 多 sp1 踏 雪 赏 景 者 络 绎 不 绝 sil +005217 sil 当 时 文 强 还 说 sp1 准 备 找 冉 谈 话 sp1 嚷 他 下 去 了 sil +005218 sil 想 什 么 美 事 儿 呢 sp1 敢 考 核 不 过 sp1 看 我 不 抽 死 你 sil +005219 sil 而 在 本 月 投 放 量 持 续 减 少 的 情 况 下 sp1 僧 多 粥 少 局 面 sp1 几 成 定 局 sil +005220 sil 在 科 室 里 sp1 于 莺 是 攒 聚 会 的 主 儿 sp1 时 常 给 大 家 找 找 乐 子 sil +005221 sil 我 与 她 何 曾 有 过 须 臾 的 分 离 呢 sil +005222 sil 不 sp1 我 是 说 你 土 sp1 就 像 秦 岭 兵 马 俑 sil +005223 sil 茫 茫 沙 漠 sp1 淹 没 了 他 们 跋 涉 的 足 印 sil +005224 sil 于 是 sp1 古 柯 桑 sp1 被 以 鲁 莽 驾 驶 的 罪 名 逮 捕 sil +005225 sil 首 日 股 价 表 现 sp1 根 据 市 场 买 卖 情 况 而 定 sil +005226 sil 嫁 这 么 远 干 什 么 sp1 麻 将 打 法 一 点 都 不 一 样 sil +005227 sil 散 步 归 来 sp1 我 们 到 下 榻 的 旅 馆 餐 厅 用 膳 sil +005228 sil 我 想 回 学 校 扫 扫 墓 sp1 那 里 埋 葬 了 我 十 几 年 的 青 春 sil +005229 sil 我 很 懂 女 孩 子 sp1 一 定 帮 你 撩 到 妹 子 sil +005230 sil 经 鉴 定 sp1 沙 麦 可 右 sp1 大 腿 软 组 织 挫 裂 伤 sp1 为 轻 微 伤 sil +005231 sil 面 临 进 退 尴 尬 的 困 境 sil +005232 sil 听 说 sp1 多 跳 绳 还 能 长 个 儿 sil +005233 sil 但 与 此 同 时 sp1 扫 马 路 的 工 作 sp1 竟 然 也 遭 疯 抢 sp1 就 不 免 让 人 惊 诧 sil +005234 sil 生 活 中 sp1 葛 优 也 十 分 在 意 公 众 形 象 sil +005235 sil 作 为 全 国 人 大 代 表 sp1 他 对 微 博 打 拐 非 常 关 注 sil +005236 sil 此 次 重 庆 打 黑 审 判 sp1 也 已 进 入 扫 尾 阶 段 sil +005237 sil 能 不 能 让 不 同 时 产 的 甲 鱼 卵 sp1 同 时 孵 化 出 壳 呢 sil +005238 sil 结 果 今 天 早 上 一 上 班 sp1 萨 摩 耶 很 幽 怨 的 趴 在 那 sp1 哈 士 奇 却 不 见 了 sil +005239 sil 应 采 儿 sp1 陈 小 春 与 应 采 儿 婚 后 收 敛 不 少 sil +005240 sil 黑 作 坊 一 关 门 sp1 就 连 空 心 胶 囊 也 买 不 到 了 sil +005241 sil 大 排 长 龙 的 出 城 车 辆 sp1 塞 满 从 加 尔 维 斯 敦 sp1 到 休 士 顿 的 道 路 sil +005242 sil 信 中 称 sp1 经 常 看 到 图 书 馆 有 关 负 责 人 从 善 本 书 库 里 拎 包 sil +005243 sil 女 孩 受 的 是 sp1 弥 漫 性 轴 索 损 伤 sil +005244 sil 言 辞 中 sp1 杰 克 逊 sp1 不 时 爆 出 粗 口 sil +005245 sil 他 写 道 sp1 这 次 行 程 全 长 二 点 三 三 七 一 万 公 里 sil +005246 sil 遇 难 者 中 的 父 亲 sp1 在 瓦 尔 省 sp1 经 营 一 家 建 筑 公 司 sil +005247 sil 其 实 sp1 面 板 同 行 也 在 持 续 强 化 中 小 尺 寸 业 务 sil +005248 sil 不 过 sp1 黛 咪 听 闻 消 息 后 已 经 通 过 律 师 否 认 sil +005249 sil 食 物 替 代 的 规 律 sp1 是 普 遍 规 律 sil +005250 sil 这 些 杨 树 苗 sp1 普 遍 比 较 矮 小 sp1 枝 干 很 细 sil +005251 sil 王 宝 强 又 露 出 他 憨 厚 的 笑 容 sil +005252 sil 大 客 车 从 高 速 路 翻 落 山 沟 sil +005253 sil 一 是 加 强 内 部 队 伍 建 设 sp1 夯 实 业 务 基 础 sil +005254 sil 说 到 这 种 种 苦 处 sp1 徐 天 觉 得 sp1 委 屈 无 尽 sil +005255 sil 有 些 星 星 伤 心 就 渐 渐 淡 出 粉 丝 群 了 sil +005256 sil 我 现 在 耳 朵 里 sp1 还 老 觉 得 响 着 那 个 声 音 sil +005257 sil 我 一 般 一 个 月 去 上 海 一 次 sp1 因 为 上 海 有 赛 道 sil +005258 sil 比 如 吃 苹 果 时 sp1 一 口 咬 出 一 条 小 虫 子 sp1 那 玩 意 儿 sp1 就 是 食 心 虫 sil +005259 sil 如 果 用 盖 子 或 者 大 桶 sp1 学 生 sp1 不 是 拧 不 开 sp1 就 是 容 易 发 生 意 外 sil +005260 sil 即 使 身 体 不 舒 服 sp1 头 昏 脑 胀 sp1 也 得 咬 咬 牙 sp1 爬 起 来 给 儿 子 烧 饭 sil +005261 sil 清 湖 村 大 布 路 清 湖 商 业 广 场 sp1 是 摩 托 仔 聚 集 搭 客 的 地 方 sil +005262 sil 允 许 看 sp1 但 要 坚 决 地 试 sil +005263 sil 目 前 sp1 龙 某 因 涉 嫌 挪 用 资 金 罪 sp1 被 依 法 刑 事 拘 留 sil +005264 sil 辛 格 为 何 要 拒 绝 布 什 的 热 情 邀 请 呢 sil +005265 sil 难 道 真 就 老 得 连 扫 把 也 拿 不 动 了 sil +005266 sil 韩 老 汉 曾 因 不 满 虎 子 偷 自 己 的 钱 sp1 还 打 骂 过 他 sil +005267 sil 遭 亢 反 抗 时 sp1 怕 被 人 听 到 sp1 就 用 扳 手 将 其 打 昏 sil +005268 sil 该 剧 取 材 于 某 部 学 雷 锋 标 兵 的 真 实 故 事 sil +005269 sil 周 末 我 什 么 都 不 要 忙 了 sp1 只 想 默 默 陪 着 你 sil +005270 sil 有 关 部 门 的 事 先 处 理 sp1 算 得 上 妥 善 彻 底 吗 sil +005271 sil 这 是 怕 我 跑 了 的 节 奏 吗 sil +005272 sil 他 可 能 刮 掉 了 标 志 性 的 胡 子 sp1 患 上 哮 喘 sp1 或 者 胃 溃 疡 sil +005273 sil 与 往 年 不 同 sp1 洪 水 如 黄 河 般 sp1 夹 杂 着 大 量 泥 土 sp1 滚 滚 流 向 低 洼 处 sil +005274 sil 前 几 年 sp1 女 儿 出 嫁 到 安 徽 蒙 城 县 sp1 而 弟 兄 三 人 sp1 都 没 有 娶 媳 妇 sil +005275 sil 本 是 很 单 纯 的 四 片 嘴 唇 碰 一 下 sp1 不 足 以 说 明 什 么 sil +005276 sil 来 世 平 被 余 雄 所 感 动 sp1 打 破 沉 默 sp1 一 个 劲 追 问 余 雄 的 身 世 sil +005277 sil 要 是 经 常 拉 肚 子 sp1 建 议 主 人 去 看 看 中 医 sp1 调 理 一 下 肠 胃 sil +005278 sil 王 女 士 三 个 妹 妹 sp1 住 在 阳 台 一 侧 的 卧 室 sil +005279 sil 这 些 小 作 坊 sp1 全 部 是 前 宋 村 人 搭 设 sil +005280 sil 一 会 儿 后 sp1 弟 弟 和 堂 妹 回 家 喝 水 sp1 留 下 了 小 雪 与 刘 某 单 独 相 处 sil +005281 sil 做 垂 直 类 电 商 sp1 也 没 有 希 望 sil +005282 sil 一 是 sp1 多 日 连 续 排 水 使 水 泵 损 坏 sp1 排 水 能 力 下 降 sil +005283 sil 活 该 sp1 点 什 么 香 不 好 sp1 非 点 蚊 香 sp1 这 不 找 死 么 sil +005284 sil 消 防 锤 一 定 要 准 备 好 sil +005285 sil 她 和 姨 家 表 姐 sp1 曾 在 附 近 打 过 工 sp1 她 还 到 南 口 村 sp1 找 过 朋 友 sil +005286 sil 这 种 管 控 也 是 保 持 货 币 平 稳 非 常 关 键 的 步 骤 sil +005287 sil 她 是 如 何 跟 这 些 金 发 碧 眼 的 洋 人 沟 通 的 呢 sil +005288 sil 这 场 比 赛 sp1 队 伍 除 非 sp1 大 比 分 取 胜 sp1 否 则 凶 多 吉 少 将 无 缘 决 赛 sil +005289 sil 杨 威 比 高 崚 sp1 晚 入 学 一 年 sp1 同 样 在 行 政 管 理 系 学 习 sil +005290 sil 钱 荣 一 走 sp1 那 位 替 补 队 员 sp1 立 即 填 上 空 位 sp1 继 续 尽 钱 荣 未 尽 的 责 任 sil +005291 sil 我 后 悔 呀 sp1 前 车 之 鉴 sp1 我 咋 就 不 知 道 吸 取 别 人 的 教 训 呢 sil +005292 sil 而 苹 果 等 纸 媒 sp1 冗 员 也 不 少 sil +005293 sil 背 男 友 时 sp1 她 先 咧 嘴 一 笑 sp1 稍 稍 弯 腰 sil +005294 sil 如 今 这 里 滴 水 不 见 了 sp1 岸 边 的 植 物 枯 黄 而 矮 小 sil +005295 sil 事 发 时 sp1 她 慌 乱 中 穿 着 拖 鞋 sp1 披 着 棉 袄 往 外 跑 sil +005296 sil 在 地 宫 里 sp1 发 现 了 佛 顶 骨 舍 利 sp1 感 应 舍 利 等 佛 家 圣 物 sil +005297 sil 全 年 补 助 人 数 sp1 约 sp1 八 十 一 点 sp1 八 四 五 二 万 人 sil +005298 sil 我 早 生 了 五 十 年 啊 sil +005299 sil 另 一 些 可 能 会 感 到 自 己 在 潜 藏 偷 食 禁 果 的 渴 望 sil +005300 sil 大 爷 只 好 又 返 回 座 位 sp1 站 也 不 是 sp1 坐 也 不 是 sil +005301 sil 我 买 彩 票 从 来 没 中 过 sp1 哪 怕 一 毛 钱 也 没 有 sil +005302 sil 拈 花 寺 以 东 的 胡 同 儿 道 路 并 不 算 窄 sp1 但 两 旁 却 停 满 了 私 家 车 sil +005303 sil 她 sp1 偶 尔 抬 头 看 看 读 者 sp1 淡 淡 一 笑 sil +005304 sil 小 猫 被 卡 在 车 底 sp1 消 防 员 来 救 sil +005305 sil 听 着 延 安 城 中 远 远 传 来 的 歌 声 sp1 也 许 当 时 的 命 名 纯 系 偶 然 sil +005306 sil 支 架 底 部 空 隙 处 sp1 一 只 土 狗 趴 在 里 面 悠 闲 的 舔 着 爪 子 sil +005307 sil 每 到 泉 鱼 出 洞 时 sp1 当 地 渔 民 就 守 在 洞 穴 前 sp1 等 着 鱼 进 篓 sil +005308 sil 产 经 新 闻 称 sp1 石 原 通 过 这 样 的 方 式 sp1 对 日 本 外 交 进 行 挖 苦 sil +005309 sil 原 来 sp1 你 也 是 瞄 星 人 sil +005310 sil 前 晚 sp1 刘 华 清 的 侄 儿 侄 女 们 sp1 临 时 搭 起 了 灵 堂 sil +005311 sil 幸 福 sp1 就 是 sp1 猫 吃 鱼 sp1 狗 吃 肉 sp1 奥 特 曼 打 小 怪 兽 sil +005312 sil 我 都 不 是 香 港 小 姐 sp1 没 赢 过 sp1 所 以 没 框 框 sil +005313 sil 还 有 一 些 僧 人 被 送 入 大 学 sil +005314 sil 祁 海 认 为 sp1 与 其 咬 文 嚼 字 sp1 还 不 如 为 农 民 工 做 些 实 事 sil +005315 sil 以 下 sp1 为 其 访 谈 摘 录 sil +005316 sil 我 可 以 和 一 一 起 看 月 亮 sil +005317 sil 北 约 国 家 拖 不 起 了 sil +005318 sil 你 们 给 他 点 压 力 啦 sil +005319 sil 脸 小 腿 长 哭 声 响 sil +005320 sil 美 女 无 聊 找 大 叔 sil +005321 sil 艾 薇 儿 与 前 夫 仍 是 朋 友 sil +005322 sil 全 部 车 次 sp1 晚 点 未 定 sil +005323 sil 后 天 温 度 舒 适 sp1 晴 sil +005324 sil 蜈 蚣 怒 气 吼 sp1 甚 至 山 河 摇 sil +005325 sil 没 有 为 什 么 sp1 就 是 等 我 干 嘛 sil +005326 sil 刚 刚 在 看 一 本 有 趣 的 书 呀 sil +005327 sil 那 您 能 谈 一 下 sp1 普 通 老 百 姓 sp1 如 何 做 好 防 台 的 准 备 吗 sil +005328 sil 他 撇 过 头 去 sp1 目 光 盯 着 大 海 sil +005329 sil 昨 日 sp1 昌 平 区 史 各 庄 村 sp1 村 口 沿 街 sp1 正 在 安 装 铁 栅 栏 sil +005330 sil 网 友 的 误 解 sp1 让 许 峰 的 扮 演 者 小 苏 很 苦 恼 sil +005331 sil 一 番 打 斗 后 sp1 孙 富 被 摁 倒 在 地 上 sil +005332 sil 也 许 sp1 董 事 会 很 高 兴 sp1 谢 天 谢 地 的 说 sp1 这 尊 菩 萨 送 走 算 了 sil +005333 sil 她 叫 周 克 云 sp1 是 某 旅 三 级 士 官 刘 勇 的 妻 子 sp1 怀 孕 五 个 月 sil +005334 sil 远 征 乘 坐 输 送 带 sp1 是 东 方 歌 舞 团 舞 台 下 很 精 彩 的 一 个 节 目 sil +005335 sil 手 术 后 sp1 那 个 经 常 压 得 丁 冉 满 头 大 汗 的 大 肚 腩 消 失 了 sil +005336 sil 噶 图 巴 区 sp1 是 布 隆 迪 反 政 府 武 装 sp1 全 国 解 放 阵 线 的 大 本 营 sil +005337 sil 如 何 调 和 弱 者 与 强 者 sp1 贫 与 富 之 间 的 矛 盾 sp1 极 为 重 要 与 紧 迫 sil +005338 sil 在 电 话 旁 的 林 雨 翔 像 是 知 了 蜕 的 壳 sil +005339 sil 您 在 家 就 少 抽 点 烟 sp1 没 事 串 串 门 子 sp1 对 身 体 也 是 有 好 处 的 sil +005340 sil 其 中 sp1 住 宅 类 土 地 成 交 额 sp1 环 比 大 涨 百 分 之 sp1 一 百 零 一 点 一 sil +005341 sil 有 人 认 为 sp1 新 闻 集 团 宁 愿 廉 价 甩 掉 这 个 包 袱 sil +005342 sil 李 伟 才 翻 几 页 sp1 身 体 上 都 是 刺 痛 sp1 汗 水 潜 伏 在 额 头 上 sp1 蓄 势 待 发 sil +005343 sil 多 数 晕 倒 的 警 察 也 是 血 压 异 常 sp1 与 天 气 无 关 sil +005344 sil 前 女 友 脸 色 一 变 sp1 男 朋 友 正 得 意 sp1 我 又 来 了 一 句 sp1 今 天 sp1 你 是 陪 我 姐 姐 呢 sil +005345 sil 券 商 股 今 日 继 续 集 体 狂 欢 sp1 兴 业 证 券 sp1 受 游 资 热 捧 以 涨 停 开 盘 sil +005346 sil 尽 管 天 气 严 寒 冷 风 冽 冽 sp1 但 各 部 队 官 兵 sp1 精 神 抖 擞 sp1 斗 志 昂 扬 sil +005347 sil 只 要 他 一 动 sp1 狗 就 换 个 地 方 咬 sp1 到 后 来 sp1 爪 子 搭 在 他 肩 上 咬 sil +005348 sil 男 子 面 前 sp1 是 两 个 穿 着 花 棉 袄 sp1 活 蹦 乱 跳 的 小 孩 子 sil +005349 sil 金 门 纪 念 八 二 三 炮 战 sp1 五 十 四 周 年 sil +005350 sil 它 们 被 人 为 破 坏 后 sp1 在 洪 涝 灾 年 防 汛 效 果 显 著 sil +005351 sil 粥 每 次 都 给 妻 子 喝 sp1 王 东 进 自 己 打 点 开 水 sp1 泡 馒 头 就 咸 菜 sil +005352 sil 他 供 称 sp1 美 军 曾 实 施 美 人 计 sp1 派 女 兵 摸 他 的 大 腿 sp1 逼 供 sil +005353 sil 这 项 激 励 措 施 sp1 似 乎 很 奏 效 sil +005354 sil 当 晚 sp1 一 伙 人 将 袁 某 砍 死 街 头 sil +005355 sil 又 快 又 舒 适 sp1 但 是 我 们 没 钱 哪 sil +005356 sil 岳 凤 琼 眼 里 sp1 女 儿 是 典 型 的 乖 乖 女 sil +005357 sil 最 后 厂 家 表 示 sp1 可 以 给 刘 某 另 换 包 质 量 好 的 酸 奶 sil +005358 sil 萨 科 齐 sp1 可 能 依 据 隆 盖 的 报 告 决 定 sp1 是 否 提 早 撤 军 sil +005359 sil 你 爹 犯 了 村 规 就 没 事 了 sil +005360 sil 最 终 sp1 两 人 商 定 sp1 以 凿 壁 偷 钱 的 方 式 进 行 诈 骗 sil +005361 sil 他 的 喉 咙 被 割 断 了 两 次 sp1 手 腕 也 有 被 割 伤 的 痕 迹 sp1 前 额 有 擦 伤 sil +005362 sil 记 者 马 上 问 sp1 考 生 信 息 sp1 被 抢 注 的 多 吗 sil +005363 sil 前 阵 子 sp1 接 买 家 的 电 话 太 多 sp1 说 到 腮 帮 子 疼 sp1 下 颌 骨 头 发 炎 sil +005364 sil 和 你 在 一 起 sp1 在 沙 滩 上 sp1 用 沙 子 sp1 堆 一 个 大 大 的 城 堡 sil +005365 sil 种 种 的 事 件 sp1 引 起 港 人 不 满 sil +005366 sil 张 先 生 说 sp1 他 攒 了 不 少 儿 子 的 决 心 书 sp1 保 证 书 sp1 却 无 法 挽 回 儿 子 sil +005367 sil 我 非 常 喜 欢 思 考 哦 sil +005368 sil 温 家 宝 来 到 这 里 sp1 只 见 一 垄 垄 菜 花 生 菜 等 一 望 无 际 sil +005369 sil 于 是 sp1 一 场 博 弈 sp1 在 刘 奇 琰 与 棚 改 指 挥 部 之 间 展 开 sil +005370 sil 让 我 们 就 把 内 容 sp1 放 在 那 儿 吧 sil +005371 sil 二 零 一 一 sp1 与 二 零 一 二 年 sp1 雾 霾 来 袭 sil +005372 sil 我 还 真 没 去 过 哪 儿 好 好 旅 行 sil +005373 sil 据 悉 sp1 该 银 行 目 前 在 深 圳 sp1 已 经 全 面 停 做 房 贷 业 务 sil +005374 sil 在 整 个 奥 运 会 期 间 sp1 要 体 现 全 方 位 的 人 文 关 怀 sil +005375 sil 这 名 居 民 还 称 sp1 他 在 交 谈 中 sp1 发 现 霍 姆 斯 眼 神 怪 异 sp1 不 停 眨 动 sil +005376 sil 摩 门 经 sp1 是 耶 稣 基 督 后 期 圣 徒 教 会 的 经 典 著 作 sil +005377 sil 黄 圣 依 受 宠 若 惊 措 手 不 及 sil +005378 sil 后 来 还 割 了 屁 股 上 一 块 肉 补 耳 朵 sil +005379 sil 菲 律 宾 全 球 示 威 游 行 sp1 昨 天 草 草 收 场 sil +005380 sil 首 先 sp1 记 者 拨 打 的 是 约 车 电 话 sp1 九 六 幺 零 六 sil +005381 sil 一 着 急 sp1 她 就 会 出 于 自 我 保 护 sp1 耍 两 招 sp1 不 太 协 调 的 咏 春 拳 sil +005382 sil 人 称 练 不 死 的 陈 钰 只 有 二 十 岁 sp1 大 跟 斗 小 技 巧 sp1 样 样 难 不 倒 sil +005383 sil 她 是 老 大 呀 sp1 她 下 面 还 有 四 个 妹 妹 呢 sil +005384 sil 而 现 在 sp1 还 是 请 你 将 剑 插 进 鞘 里 sp1 管 住 你 那 毫 无 用 处 的 舌 头 吧 sil +005385 sil 拱 在 交 汇 处 向 下 凹 陷 sp1 以 容 纳 上 面 的 珠 宝 球 sil +005386 sil 奔 涌 迸 发 活 力 sp1 梦 想 照 亮 现 实 sil +005387 sil 从 十 九 年 前 建 厂 至 今 sp1 污 水 一 直 排 放 到 望 虞 河 中 sil +005388 sil 欧 洲 宇 航 防 务 集 团 sp1 是 欧 洲 空 客 公 司 的 母 公 司 sil +005389 sil 她 解 约 纯 属 个 性 使 然 sp1 跟 别 人 力 捧 没 什 么 关 系 sil +005390 sil 蔡 维 斌 是 成 都 丽 凯 手 性 技 术 有 限 公 司 原 股 东 销 售 经 理 sil +005391 sil 关 某 sp1 原 系 濉 溪 县 孙 疃 镇 sp1 燕 头 村 党 支 部 书 记 村 委 会 主 任 sil +005392 sil 这 里 sp1 不 妨 把 有 关 当 事 人 的 情 况 拿 出 来 晒 晒 sil +005393 sil 山 高 路 远 sp1 长 途 颠 簸 sil +005394 sil 而 最 终 的 损 失 sp1 都 会 由 投 资 者 买 单 sil +005395 sil 目 前 sp1 四 位 市 民 已 为 自 己 的 爱 犬 报 名 sil +005396 sil 雨 花 茶 是 南 京 特 产 sp1 也 是 全 国 十 大 名 茶 之 一 哦 sil +005397 sil 他 走 近 钢 琴 sp1 并 开 始 演 奏 sp1 祖 国 从 哪 里 开 始 sil +005398 sil 见 了 面 sp1 要 多 劝 劝 妻 子 sp1 不 能 再 干 傻 事 了 sil +005399 sil 日 前 有 媒 体 称 sp1 姚 晨 代 言 的 一 嗨 租 车 sp1 涉 嫌 sp1 违 规 业 务 sil +005400 sil 是 马 尔 代 夫 sp1 不 是 sp1 马 儿 带 父 sil +005401 sil 绿 树 鲜 花 掩 映 的 城 市 角 落 中 sp1 有 时 还 能 瞥 见 翩 然 起 舞 的 身 影 sil +005402 sil 西 安 街 头 烤 面 筋 sp1 很 受 欢 迎 sil +005403 sil 最 终 sp1 安 东 尼 以 七 比 一 的 巨 大 优 势 sp1 拿 到 冠 军 sil +005404 sil 最 近 半 个 月 sp1 哥 俩 儿 的 心 情 格 外 好 sil +005405 sil 我 也 想 快 点 sp1 腰 酸 背 痛 真 的 sil +005406 sil 高 连 军 sp1 一 听 说 王 军 伟 要 带 着 两 个 弟 兄 来 投 案 sp1 马 上 进 行 阻 拦 sil +005407 sil 市 民 蒋 小 鹏 是 挺 节 派 sp1 过 节 让 他 累 sp1 并 快 乐 着 sil +005408 sil 赵 建 明 不 大 爱 说 话 sp1 大 多 数 时 候 用 sp1 恩 作 回 应 sil +005409 sil 捕 鸟 人 痛 得 丢 下 粘 竿 sp1 鸽 子 立 即 惊 跑 了 sil +005410 sil 记 者 在 和 徐 维 秀 交 流 时 sp1 发 现 她 有 点 木 讷 sil +005411 sil 消 息 显 示 sp1 二 五 六 机 组 sp1 已 经 成 功 接 入 电 缆 sil +005412 sil 这 并 不 是 说 中 巴 关 系 就 会 畅 行 无 阻 sil +005413 sil 但 这 未 能 阻 止 被 拆 解 sil +005414 sil 山 东 省 招 远 市 市 委 书 记 徐 少 宁 sp1 就 是 他 们 的 突 出 代 表 sil +005415 sil 从 此 以 后 sp1 蝙 蝠 总 是 躲 藏 在 黑 暗 的 地 方 sp1 只 是 在 晚 上 sp1 才 独 自 飞 出 来 sil +005416 sil 记 者 多 次 敲 二 四 零 九 室 的 门 sp1 但 屋 内 没 有 人 应 答 sil +005417 sil 苹 果 手 机 版 本 游 戏 sp1 也 同 时 在 应 用 程 序 商 店 上 线 sil +005418 sil 上 海 楼 市 暖 冬 格 局 下 sp1 也 有 部 分 人 在 逆 势 抛 盘 sil +005419 sil 坎 法 尔 的 继 任 者 是 卡 塔 尔 的 一 位 商 人 和 王 室 成 员 sil +005420 sil 两 条 路 sp1 在 一 个 写 有 天 宫 院 风 水 文 化 景 区 的 牌 楼 前 汇 合 sil +005421 sil 市 民 们 在 露 天 科 举 考 试 sil +005422 sil 女 子 惊 恐 万 分 sp1 连 声 求 饶 sil +005423 sil 花 城 广 场 的 夜 晚 灯 光 璀 璨 sil +005424 sil 孙 虎 把 李 强 说 得 云 里 雾 里 sil +005425 sil 悬 在 头 顶 的 老 铁 扇 sp1 一 刻 不 停 地 工 作 着 sp1 可 仍 挡 不 住 滚 滚 热 浪 sil +005426 sil 打 麻 将 sp1 三 缺 一 sp1 上 不 上 sil +005427 sil 布 朗 太 太 一 分 钱 也 没 拿 到 sil +005428 sil 利 润 sp1 比 外 界 想 的 低 多 了 sil +005429 sil 偶 尔 吃 一 顿 sp1 也 是 不 错 的 选 择 sil +005430 sil 学 习 党 的 创 新 理 论 有 啥 用 sil +005431 sil 时 间 掐 着 点 儿 sp1 开 车 悠 着 点 儿 sil +005432 sil 大 手 笔 的 投 入 sp1 结 出 了 累 累 硕 果 sil +005433 sil 新 买 的 电 脑 总 是 死 机 sp1 打 电 话 要 厂 家 来 修 sp1 也 一 直 没 来 sil +005434 sil 世 界 新 闻 报 sp1 雇 人 入 侵 道 勒 的 语 音 信 箱 sil +005435 sil 编 入 该 书 的 文 稿 sp1 均 根 据 朱 镕 基 出 席 重 要 sil +005436 sil 电 话 那 头 称 sp1 小 晴 在 四 五 公 里 外 的 庆 丰 某 诊 所 内 sil +005437 sil 高 温 将 从 本 周 四 起 稍 稍 缓 解 sil +005438 sil 其 间 sp1 当 事 加 油 员 将 手 里 的 钥 匙 扔 掉 sil +005439 sil 笔 者 有 个 嗜 好 sp1 爱 看 有 关 反 腐 的 文 章 sil +005440 sil 当 她 脱 去 外 衣 sp1 记 者 才 发 现 sp1 她 右 臂 肘 关 节 以 下 残 疾 了 sil +005441 sil 除 全 场 唯 一 的 两 双 外 sp1 他 还 贡 献 了 sp1 两 次 扣 篮 sp1 一 次 助 攻 和 一 次 抢 断 sil +005442 sil 加 快 完 善 技 术 标 准 体 系 sp1 和 行 业 准 入 管 理 sil +005443 sil 下 一 步 sp1 疯 狂 的 裁 缝 sp1 也 想 小 公 司 sp1 再 有 大 发 展 sil +005444 sil 你 一 定 是 弄 错 了 sp1 不 是 我 叫 的 外 卖 sil +005445 sil 深 圳 设 计 基 础 好 sp1 而 且 近 邻 香 港 sil +005446 sil 该 男 子 被 指 sp1 密 云 县 政 协 委 员 李 昕 旸 sil +005447 sil 但 妻 子 刚 刚 动 完 手 术 sp1 走 得 开 吗 sil +005448 sil 这 座 美 国 东 岸 的 赌 城 sp1 平 日 熙 来 攘 往 sp1 热 闹 非 凡 sil +005449 sil 问 题 在 于 sp1 不 少 商 户 虽 然 赔 了 钱 sp1 但 是 最 后 连 吆 喝 sp1 也 没 有 赚 着 sil +005450 sil 但 小 诊 所 一 比 大 医 院 sp1 便 宜 sp1 方 便 sil +005451 sil 四 十 一 名 老 板 认 得 该 行 李 箱 就 是 从 他 们 的 店 卖 出 sil +005452 sil 据 介 绍 sp1 万 庆 当 铺 曾 是 京 城 五 大 当 铺 之 一 sp1 始 建 于 清 末 sil +005453 sil 额 外 的 经 济 利 益 sp1 成 了 他 们 出 卖 雇 主 sp1 胳 膊 肘 往 外 拐 的 原 因 sil +005454 sil 发 展 海 上 风 电 sp1 也 被 看 作 是 拯 救 风 电 颓 势 的 一 剂 良 方 sil +005455 sil 昨 晚 加 了 几 小 时 班 呀 sil +005456 sil 会 上 那 一 刻 有 点 尴 尬 sil +005457 sil 港 口 封 闭 已 经 开 始 影 响 美 国 的 销 售 情 况 sil +005458 sil 炮 制 红 薯 粉 的 墨 汁 sil +005459 sil 不 是 不 爆 sp1 时 机 未 到 sil +005460 sil 这 能 说 他 们 是 忍 吗 sil +005461 sil 江 淮 大 地 朔 风 凛 冽 sil +005462 sil 如 果 喷 了 香 水 也 是 不 能 进 去 的 sp1 因 为 对 胚 胎 会 有 影 响 sil +005463 sil 这 钱 就 是 我 原 本 攒 下 来 的 sil +005464 sil 幸 亏 她 没 见 过 罗 天 诚 鸟 飞 兔 走 之 类 的 名 言 sp1 否 则 要 发 挥 半 天 sil +005465 sil 刘 正 琛 不 同 意 这 种 做 法 sil +005466 sil 这 应 是 从 底 下 渗 出 来 的 sil +005467 sil 提 到 儿 子 sp1 高 艳 艳 几 度 哽 咽 sil +005468 sil 车 子 一 直 开 sp1 停 下 来 以 后 sp1 绑 匪 把 魏 院 长 放 在 一 个 地 方 sil +005469 sil 沙 某 称 sp1 争 取 一 个 进 军 校 的 名 额 sp1 但 需 要 一 些 钱 来 打 点 sil +005470 sil 碰 到 一 些 赖 皮 的 主 sp1 硬 是 把 东 西 扔 下 就 跑 sp1 他 也 没 辙 sil +005471 sil 传 彭 帅 的 父 亲 sp1 为 潢 川 县 sp1 公 安 局 副 局 长 sil +005472 sil 对 于 我 们 来 说 sp1 走 传 统 老 路 可 能 更 危 险 sil +005473 sil 神 童 之 父 听 得 也 飘 飘 然 了 sp1 不 再 逼 赵 志 敬 背 古 文 sil +005474 sil 眼 科 医 生 在 给 妞 妞 检 查 视 力 sil +005475 sil 哥 sp1 人 家 错 了 sp1 别 凶 人 家 了 sil +005476 sil 当 前 有 哪 些 主 要 的 垄 断 现 象 sil +005477 sil 等 我 有 了 工 资 就 帮 你 交 房 租 sil +005478 sil 讨 好 内 地 观 众 sp1 要 从 娃 娃 抓 起 sil +005479 sil 保 质 期 显 示 在 奶 粉 罐 底 部 sil +005480 sil 不 过 sp1 全 组 人 员 一 起 用 完 午 餐 后 sp1 别 扭 的 氛 围 明 显 少 了 很 多 sil +005481 sil 填 单 的 小 桌 可 否 多 设 几 处 sil +005482 sil 有 知 情 者 透 露 sp1 女 子 轻 生 前 饮 酒 sp1 疑 为 感 情 困 扰 选 择 轻 生 sil +005483 sil 四 是 部 分 业 务 存 在 手 续 瑕 疵 sil +005484 sil 关 键 现 在 价 格 低 sp1 没 人 收 呀 sil +005485 sil 据 悉 sp1 尸 体 上 还 有 动 物 的 咬 痕 sil +005486 sil 弟 弟 在 旁 边 低 着 头 来 了 一 句 sp1 这 跟 丢 钱 包 有 什 么 区 别 呀 sil +005487 sil 哄 闹 声 中 sp1 女 子 不 断 用 手 揉 搓 头 部 sp1 似 有 头 部 不 适 症 状 sil +005488 sil 那 驴 子 sp1 来 到 一 头 好 吃 懒 做 的 驴 子 旁 边 sil +005489 sil 陈 嘉 桓 对 此 一 概 没 有 回 答 sp1 只 拧 歪 脸 看 着 律 师 sp1 向 律 师 求 救 sil +005490 sil 订 阅 和 支 持 收 入 为 sp1 五 点 四 九 一 八 亿 美 元 sil +005491 sil 把 女 人 哄 好 了 sp1 男 人 就 有 品 位 了 sil +005492 sil 拉 开 了 硬 仗 恶 仗 政 治 仗 的 帷 幕 sil +005493 sil 三 月 的 琼 岛 sp1 万 木 葱 茏 生 机 盎 然 sil +005494 sil 得 到 确 切 的 结 果 后 sp1 那 一 夜 sp1 杨 自 辉 在 郑 州 喝 了 个 酩 酊 大 醉 sil +005495 sil 对 创 设 者 而 言 sp1 认 购 权 证 的 筹 码 可 以 计 算 sp1 因 此 风 险 可 控 sil +005496 sil 刘 知 章 帮 雨 翔 纠 正 一 次 跑 姿 sp1 道 sp1 我 是 个 直 话 直 说 的 人 sp1 出 钱 进 来 的 吧 sil +005497 sil 皇 上 sp1 您 还 记 得 大 明 湖 畔 的 夏 雨 荷 吗 sil +005498 sil 我 觉 得 新 闻 对 柏 芝 是 鸡 蛋 里 挑 骨 头 sil +005499 sil 而 黑 猫 sp1 抓 贼 能 立 功 受 奖 就 很 积 极 sil +005500 sil 该 爆 料 者 言 之 凿 凿 十 分 肯 定 此 事 sil +005501 sil 在 厂 区 内 sp1 堆 放 着 数 十 袋 碳 酸 氢 铵 sil +005502 sil 另 外 sp1 美 国 队 在 男 子 跳 远 也 染 指 金 牌 sil +005503 sil 跟 他 下 乡 sp1 无 论 走 到 哪 个 村 sp1 都 能 听 得 到 乡 亲 们 sp1 热 情 招 呼 嘘 寒 问 暖 sil +005504 sil 号 称 亚 洲 第 一 的 北 洋 水 师 sp1 为 什 么 会 战 败 sil +005505 sil 常 骏 生 的 火 箭 式 提 拔 sp1 到 底 藏 着 哪 些 猫 腻 sp1 必 须 好 好 查 查 sil +005506 sil 只 听 她 弱 弱 的 来 一 句 sp1 你 占 有 我 sp1 我 占 有 你 sil +005507 sil 经 了 解 sp1 小 明 手 上 握 着 的 抹 灰 板 是 自 家 的 sil +005508 sil 一 部 分 在 室 外 展 出 的 大 象 猩 猩 sp1 已 进 馆 避 暑 sil +005509 sil 但 此 时 sp1 左 某 已 经 逃 往 广 州 sp1 之 后 又 到 了 深 圳 sil +005510 sil 两 人 的 结 婚 照 sp1 也 放 在 了 西 安 浐 灞 一 酒 店 里 完 成 sil +005511 sil 委 托 制 作 的 钻 石 sp1 真 的 是 用 骨 灰 或 毛 发 做 成 吗 sil +005512 sil 纪 念 碑 上 sp1 以 中 英 文 记 载 了 孙 中 山 筹 款 及 革 命 经 过 sil +005513 sil 在 这 种 形 势 下 sp1 美 国 可 以 洒 水 sp1 防 止 地 区 关 系 烤 焦 sil +005514 sil 是 怎 么 样 的 文 化 生 态 sp1 令 当 事 人 如 此 宽 容 或 无 奈 呢 sil +005515 sil 我 在 避 雨 哦 sil +005516 sil 近 日 sp1 王 某 被 海 口 龙 华 区 检 察 院 依 法 批 准 逮 捕 sil +005517 sil 法 庭 上 sp1 张 秉 礼 认 罪 态 度 较 好 sp1 真 诚 悔 罪 sil +005518 sil 日 本 与 东 南 亚 有 关 国 家 sp1 是 美 国 手 中 sp1 舞 向 中 国 的 一 柄 柄 短 剑 sil +005519 sil 经 查 sp1 犯 罪 嫌 疑 人 栾 昌 盛 sp1 与 其 朋 友 邵 某 的 妻 子 李 某 有 奸 情 sil +005520 sil 以 后 会 养 的 sp1 我 正 在 研 修 宠 物 照 顾 技 能 sil +005521 sil 否 则 我 就 透 支 sp1 将 再 也 不 能 来 欧 洲 了 sil +005522 sil 不 怕 狼 一 样 的 对 手 sp1 就 怕 以 为 补 墙 却 不 停 捅 娄 子 的 公 关 sil +005523 sil 通 过 战 略 核 力 量 进 行 地 区 遏 制 的 论 点 令 人 费 解 sil +005524 sil 唱 歌 跑 调 sp1 就 要 多 练 习 sil +005525 sil 此 前 怀 疑 石 月 琴 是 刘 玉 波 漂 白 身 份 后 的 化 名 sp1 被 排 除 sil +005526 sil 詹 奶 奶 说 sp1 这 样 的 生 活 开 销 sp1 比 在 家 读 书 贵 出 许 多 sil +005527 sil 李 阿 婆 的 女 儿 搀 扶 着 她 sil +005528 sil 第 三 就 是 清 瘀 的 任 务 重 sil +005529 sil 有 事 说 事 sp1 没 事 sp1 我 玩 儿 去 了 sil +005530 sil 你 银 行 卡 里 竟 然 还 有 钱 sil +005531 sil 因 为 是 首 听 温 柔 的 歌 sil +005532 sil 我 是 登 山 爱 好 者 sil +005533 sil 着 急 哟 sp1 现 在 又 没 有 办 法 sil +005534 sil 属 于 sp1 傻 有 钱 的 那 种 礼 品 sil +005535 sil 时 间 一 晃 sp1 一 年 就 过 去 了 sil +005536 sil 我 还 不 会 跳 舞 耶 sil +005537 sil 怎 能 料 理 军 国 的 后 事 sil +005538 sil 让 我 算 了 sp1 安 安 稳 稳 过 日 子 sil +005539 sil 部 分 诊 所 可 做 药 物 流 产 sil +005540 sil 网 友 讽 刺 sp1 监 狱 管 理 腐 败 混 乱 sil +005541 sil 有 哪 里 不 明 白 么 sil +005542 sil 拉 斐 尔 说 sp1 普 普 住 在 沃 森 岛 sil +005543 sil 我 们 要 举 手 投 降 痛 改 前 非 sil +005544 sil 对 于 天 涯 是 否 参 与 了 此 次 炒 作 sp1 梁 树 新 予 以 否 认 sil +005545 sil 侧 面 线 条 更 加 硬 朗 流 畅 sp1 相 比 老 款 sp1 动 感 了 许 多 sil +005546 sil 精 神 也 好 了 很 多 sp1 眼 球 也 能 咕 噜 噜 转 sp1 来 看 看 周 围 是 什 么 环 境 sil +005547 sil 晕 完 然 后 呢 sil +005548 sil 随 即 sp1 表 姐 将 银 行 账 号 sp1 发 给 了 侯 根 林 sil +005549 sil 推 荐 他 去 西 夏 王 陵 sp1 挺 有 意 思 的 sil +005550 sil 此 外 sp1 厦 大 白 城 海 域 sp1 也 发 现 了 油 污 sil +005551 sil 其 实 都 可 以 接 受 sp1 只 是 粗 俗 而 已 sil +005552 sil 目 前 sp1 一 种 猫 咪 咖 啡 馆 在 上 海 悄 然 走 红 sil +005553 sil 纪 委 要 查 查 是 哪 个 sil +005554 sil 他 正 撅 屁 股 忙 呢 sp1 我 们 悄 悄 围 上 去 sp1 当 场 就 给 抓 住 了 sil +005555 sil 事 发 当 日 sp1 杨 带 着 两 个 孙 女 sp1 出 去 理 发 sil +005556 sil 美 国 乐 于 看 见 美 元 的 贬 值 sil +005557 sil 郭 国 庆 sp1 长 期 从 事 营 销 学 的 研 究 sp1 担 任 中 国 市 场 营 销 研 究 中 心 主 任 sil +005558 sil 不 少 手 机 应 用 软 件 sp1 也 瞅 准 了 数 字 化 年 俗 sp1 推 出 拜 年 产 品 sil +005559 sil 食 品 公 司 sp1 推 介 新 生 产 的 sp1 以 野 田 为 主 题 的 sp1 泥 鳅 牌 零 食 sil +005560 sil 不 过 sp1 当 时 楼 梯 中 间 部 位 已 经 垮 塌 sp1 整 个 楼 呈 现 凹 字 型 sil +005561 sil 这 样 看 来 sp1 捆 绑 销 售 sp1 成 为 莫 高 窟 唯 一 的 选 择 sil +005562 sil 两 人 对 孙 垚 的 劝 阻 不 再 理 睬 sp1 坚 持 汇 完 款 sil +005563 sil 监 测 表 已 爆 sp1 还 是 安 心 宅 在 室 内 吧 sil +005564 sil 在 强 降 温 的 同 时 sp1 水 汽 sp1 也 掺 和 进 来 sil +005565 sil 把 狠 抓 科 技 的 思 想 落 到 实 处 sil +005566 sil 然 而 sp1 还 是 有 很 多 人 无 病 呻 吟 sp1 使 劲 都 要 扯 点 故 事 sil +005567 sil 有 实 体 业 支 撑 的 沾 光 些 sil +005568 sil 尽 管 sp1 土 地 租 赁 合 同 sp1 二 零 二 九 年 才 到 期 sil +005569 sil 她 让 女 儿 自 己 给 芭 比 娃 娃 做 衣 服 sp1 因 为 商 场 的 都 是 重 样 的 sil +005570 sil 过 会 妈 说 sp1 充 完 了 sp1 给 钱 sp1 老 爸 说 sp1 充 完 了 sil +005571 sil 尿 激 酶 的 生 产 原 料 sp1 来 自 sp1 人 体 鲜 尿 液 sil +005572 sil 尽 出 馊 主 意 sp1 你 是 想 惩 罚 他 还 是 惩 罚 我 呀 sil +005573 sil 加 强 盐 sp1 融 雪 剂 sp1 草 包 sp1 人 工 扫 雪 器 具 等 物 资 的 补 充 sil +005574 sil 刚 才 sp1 我 从 车 站 出 站 口 走 出 来 sp1 一 女 的 sp1 要 往 里 走 sil +005575 sil 刘 峰 认 准 了 中 石 油 这 块 招 牌 sp1 对 满 新 凯 没 有 太 多 怀 疑 sil +005576 sil 此 外 sp1 遇 难 的 驴 友 杨 晓 梅 sp1 和 另 一 驴 友 谢 明 是 夫 妻 sil +005577 sil 去 年 秋 收 后 sp1 老 板 给 俺 打 手 机 sp1 说 还 来 吧 sp1 推 着 轮 椅 sp1 带 着 老 婆 sil +005578 sil 但 这 一 决 定 sp1 使 曼 哈 顿 下 城 居 民 抱 怨 不 已 sil +005579 sil 正 值 几 辆 摩 托 强 行 闯 关 之 时 sp1 该 桥 突 然 垮 塌 sil +005580 sil 所 以 sp1 我 就 叫 他 们 直 接 帮 我 配 sp1 他 们 会 看 得 爽 一 点 sil +005581 sil 虽 然 价 格 高 昂 sp1 电 视 塔 却 一 直 不 缺 广 告 商 sil +005582 sil 下 雨 了 sp1 看 见 外 面 撑 伞 的 sp1 就 想 起 一 同 学 说 的 sil +005583 sil 高 雄 市 长 任 内 的 谢 长 廷 曾 说 过 sp1 高 雄 港 直 航 的 话 sp1 高 雄 就 有 生 命 力 sil +005584 sil 李 宗 鸿 出 生 后 就 一 直 住 在 基 隆 sp1 是 土 生 土 长 的 sp1 台 湾 囝 仔 sil +005585 sil 现 场 干 部 群 众 sp1 用 手 刨 土 救 人 sil +005586 sil 担 任 瓮 安 县 长 之 前 sp1 谢 晓 东 是 贵 州 省 旅 游 局 sp1 综 合 协 调 处 处 长 sil +005587 sil 而 他 们 湖 南 郴 州 的 家 sp1 已 经 被 各 路 人 马 团 团 围 住 sil +005588 sil 因 物 品 贵 重 sp1 公 司 方 面 决 定 报 警 sil +005589 sil 一 路 上 sp1 各 式 各 样 的 颠 sp1 都 在 这 里 汇 总 sp1 温 故 知 新 一 遍 sil +005590 sil 在 神 话 中 sp1 兔 子 是 嫦 娥 的 宠 物 sil +005591 sil 我 的 宝 宝 出 生 啦 sp1 您 们 的 辈 份 sp1 又 提 高 了 sil +005592 sil 珊 珊 被 感 动 sp1 再 按 一 首 sp1 当 初 就 该 爱 你 sp1 直 艳 慕 作 词 人 的 才 华 sil +005593 sil 汪 女 士 sp1 一 手 提 着 饭 菜 sp1 一 手 打 着 雨 伞 往 前 走 sil +005594 sil 于 是 sp1 我 正 义 的 sp1 把 那 碗 面 sp1 倒 给 路 边 看 起 来 很 饿 的 野 猫 sil +005595 sil 捐 少 了 说 你 抠 门 sp1 捐 多 了 说 你 显 摆 作 秀 sil +005596 sil 他 无 奈 的 回 答 sp1 她 总 是 说 sp1 俩 人 抽 烟 浪 费 钱 sil +005597 sil 草 蜢 父 亲 节 仍 要 开 工 sp1 只 好 提 前 一 天 庆 祝 sil +005598 sil 俺 也 吃 肉 的 sp1 俺 也 不 想 加 sil +005599 sil 随 后 sp1 于 某 也 打 了 sp1 幺 二 三 四 五 进 行 投 诉 sil +005600 sil 男 人 提 议 sp1 宝 贝 sp1 我 们 把 他 们 恶 心 走 吧 sil +005601 sil 免 费 垃 圾 分 类 桶 怎 么 样 sil +005602 sil 调 整 为 sp1 百 分 之 sp1 一 点 八 五 六 sil +005603 sil 他 这 是 站 着 说 话 不 腰 疼 sil +005604 sil 袁 林 囡 sp1 低 低 地 叹 了 口 气 sil +005605 sil 只 有 我 那 敏 感 的 妻 子 会 介 意 sil +005606 sil 熊 警 官 操 着 网 球 拍 跑 了 过 来 sp1 和 白 老 师 一 起 sp1 将 小 偷 sp1 摁 倒 在 地 sil +005607 sil 男 友 怂 恿 她 sp1 染 上 了 毒 瘾 sp1 从 小 父 母 离 异 的 小 薇 sp1 跟 着 爸 爸 长 大 sil +005608 sil 质 量 不 到 位 sp1 你 虽 然 抢 占 了 地 盘 sp1 但 是 将 来 人 家 照 样 打 垮 你 sil +005609 sil 最 高 罚 款 sp1 二 百 八 十 点 sp1 二 三 八 六 万 元 sil +005610 sil 重 任 如 泰 山 压 顶 sp1 一 股 绳 拧 起 来 了 sp1 齐 心 协 力 sp1 共 克 时 艰 sil +005611 sil 尔 冬 升 这 次 有 意 躲 起 来 sp1 不 愿 抢 去 导 演 的 风 头 sil +005612 sil 郭 星 星 sp1 是 家 中 独 女 sil +005613 sil 范 永 根 小 学 六 年 级 时 sp1 当 石 匠 的 父 亲 sp1 因 心 脏 病 去 世 sil +005614 sil 小 文 波 亲 口 说 出 sp1 自 己 坠 楼 是 因 为 同 伴 推 搡 导 致 sil +005615 sil 因 此 sp1 中 国 海 外 投 资 sp1 应 该 多 加 小 心 sp1 避 免 踩 上 地 雷 sil +005616 sil 秉 怀 泱 泱 大 国 的 雍 容 风 范 sp1 抱 守 谦 谦 君 子 的 sp1 翩 翩 风 度 sil +005617 sil 喜 欢 就 去 追 呀 sp1 说 不 定 sp1 人 家 正 等 着 拒 绝 你 呢 sil +005618 sil 作 为 一 位 准 妈 妈 sp1 娜 娜 初 次 海 淘 就 尝 到 了 不 小 的 甜 头 sil +005619 sil 此 外 sp1 食 品 sp1 化 妆 品 广 告 中 的 欺 诈 行 为 sp1 也 很 严 重 sil +005620 sil 校 方 打 算 sp1 把 他 们 的 宿 舍 sp1 让 给 奥 运 会 尊 贵 的 客 人 sil +005621 sil 在 滕 州 市 财 贸 医 院 体 检 站 sp1 多 数 男 生 sp1 并 没 有 遭 遇 裸 检 sil +005622 sil 每 次 都 是 王 总 你 来 sp1 今 天 sp1 无 论 如 何 sp1 都 得 我 来 了 sil +005623 sil 翠 城 小 区 sp1 东 墙 外 南 段 sp1 有 一 段 两 米 多 长 的 豁 口 sil +005624 sil 发 现 我 在 偷 看 之 后 sp1 她 脸 一 红 sp1 嗔 道 sp1 看 什 么 呢 sil +005625 sil 就 在 这 一 天 sp1 昆 明 一 花 季 少 年 惨 死 渣 土 车 车 轮 之 下 sil +005626 sil 唱 歌 起 调 太 高 sp1 容 易 破 嗓 sil +005627 sil 用 他 的 话 说 是 sp1 求 贤 若 渴 sp1 而 且 非 同 小 可 sil +005628 sil 奥 运 圣 火 传 递 的 是 一 种 理 想 和 精 神 sp1 看 似 离 我 们 很 遥 远 sil +005629 sil 他 说 sp1 那 是 胖 子 应 该 做 到 的 sil +005630 sil 克 龙 详 细 谈 论 了 泰 勒 一 事 sil +005631 sil 赵 蕊 蕊 从 小 喜 欢 画 画 sp1 和 许 多 女 孩 儿 一 样 sp1 她 也 很 喜 欢 漫 画 书 sil +005632 sil 一 会 又 说 sp1 已 与 徐 赟 sp1 断 绝 了 父 女 关 系 sp1 眼 下 不 知 女 儿 下 落 sil +005633 sil 五 五 二 路 公 交 车 司 机 sp1 则 留 在 原 地 sp1 照 看 患 者 sil +005634 sil 那 里 一 片 鸟 语 花 香 sp1 到 处 是 奇 花 异 草 sp1 仿 佛 进 入 世 外 桃 源 sil +005635 sil 昨 天 sp1 记 者 从 龙 岩 公 安 局 了 解 到 详 情 sil +005636 sil 现 在 成 了 危 房 sp1 我 一 大 家 子 人 怎 么 办 哟 sil +005637 sil 身 穿 制 服 的 羊 坊 店 派 出 所 民 警 孙 垚 sp1 正 在 存 取 款 机 旁 巡 视 sil +005638 sil 根 据 质 地 sp1 我 们 可 以 看 到 分 若 干 个 品 种 sil +005639 sil 麦 克 尼 尔 sp1 与 这 名 孕 妇 sp1 就 为 何 拍 摄 布 朗 的 照 片 一 事 sp1 发 生 口 角 sil +005640 sil 这 里 的 人 民 sp1 爱 军 兴 武 sp1 也 都 有 一 颗 金 子 般 真 诚 的 心 sil +005641 sil 本 次 大 会 将 选 举 产 生 越 共 新 一 届 中 央 领 导 集 体 sil +005642 sil 此 后 内 阁 再 次 大 改 组 sil +005643 sil 考 完 试 以 后 sp1 我 突 然 对 人 生 失 去 了 信 心 sil +005644 sil 非 常 好 吃 sp1 但 是 它 吃 到 嘴 里 碜 牙 sp1 吃 了 以 后 sp1 能 咬 到 一 嘴 的 沙 子 sil +005645 sil 有 评 论 指 出 sp1 这 或 为 戳 破 团 购 这 个 大 泡 沫 敲 响 了 警 钟 sil +005646 sil 新 店 开 张 sp1 并 未 推 出 新 品 sp1 但 仍 吸 引 了 上 千 名 果 粉 捧 场 sil +005647 sil 难 道 sp1 都 要 等 到 和 熊 猫 一 样 几 近 绝 迹 sp1 才 知 道 保 护 吗 sil +005648 sil 直 至 今 日 sp1 许 多 住 私 屋 的 孩 子 们 sp1 都 是 在 公 屋 区 内 玩 耍 长 大 的 sil +005649 sil 其 中 sp1 横 跨 北 环 岑 村 路 段 地 下 水 管 sp1 刚 好 是 出 现 地 陷 的 路 段 sil +005650 sil 倪 萍 说 sp1 这 是 受 姥 姥 影 响 sil +005651 sil 这 是 俄 罗 斯 历 史 上 伤 亡 最 惨 重 的 潜 艇 事 故 sil +005652 sil 警 棍 就 放 在 组 长 金 小 四 家 sil +005653 sil 等 我 哪 天 心 情 好 再 说 吧 sil +005654 sil 此 外 sp1 要 时 常 注 意 sp1 网 银 的 官 方 通 知 sp1 及 时 更 新 安 全 补 丁 sil +005655 sil 跟 印 度 的 医 学 院 相 比 sp1 中 国 医 学 院 的 入 学 门 槛 比 较 低 sil +005656 sil 乘 客 徒 步 绕 过 车 祸 现 场 转 乘 sil +005657 sil 张 磊 说 着 sp1 把 记 者 带 到 了 臭 氧 氧 化 管 柱 旁 sil +005658 sil 你 忘 了 sp1 那 金 黄 的 圆 月 sp1 碧 绿 的 西 瓜 地 sp1 钢 叉 sp1 项 带 银 圈 的 少 年 了 吗 sil +005659 sil 马 化 腾 sp1 被 评 为 二 零 一 五 sp1 中 国 最 具 影 响 力 sp1 五 十 位 商 界 领 袖 sil +005660 sil 可 是 后 来 坏 账 太 多 sp1 钱 收 不 回 来 sp1 风 光 的 日 子 不 再 喽 sil +005661 sil 这 就 是 李 昌 钰 sp1 勤 奋 认 真 sp1 而 又 亲 切 幽 默 sil +005662 sil 不 过 公 司 表 示 sp1 即 使 高 于 六 sp1 企 业 也 无 可 奈 何 sil +005663 sil 他 们 手 执 弓 弩 等 远 射 兵 器 sp1 担 任 整 个 军 阵 的 警 戒 任 务 sil +005664 sil 奢 侈 浪 费 较 严 重 sil +005665 sil 楼 都 摇 晃 了 一 下 sil +005666 sil 我 会 为 你 祈 祷 的 sil +005667 sil 我 喜 欢 高 效 沟 通 sil +005668 sil 顾 不 上 喘 口 气 sp1 他 们 开 始 连 夜 搭 建 帐 篷 sil +005669 sil 小 霞 拼 命 反 抗 sp1 韩 斌 sp1 没 有 得 逞 sil +005670 sil 书 桌 上 空 荡 荡 sp1 暂 未 摆 设 东 西 sil +005671 sil 由 于 李 棒 棒 等 人 均 无 驾 驶 证 sp1 怕 警 方 盘 问 sp1 他 们 四 处 奔 逃 sil +005672 sil 三 是 检 验 环 节 职 责 混 淆 sil +005673 sil 刚 开 始 sp1 何 大 爷 很 执 拗 sp1 仍 把 离 婚 挂 在 嘴 边 sil +005674 sil 奶 粉 sp1 奶 瓶 sp1 葡 萄 糖 sp1 眼 药 膏 sp1 眼 药 水 sp1 都 准 备 了 sil +005675 sil 成 某 一 时 着 急 sp1 就 钻 到 了 床 下 sil +005676 sil 趁 此 机 会 sp1 每 日 电 讯 报 sp1 盘 点 了 出 过 类 似 糗 事 的 领 导 人 sil +005677 sil 马 金 明 在 地 上 捧 水 为 受 伤 男 子 灭 火 sp1 并 试 图 为 他 按 压 止 血 sil +005678 sil 它 对 人 类 健 体 益 智 有 没 有 用 sil +005679 sil 目 前 sp1 曹 街 村 有 据 可 查 的 祖 宗 sp1 是 北 宋 初 年 的 大 将 曹 彬 sil +005680 sil 这 些 门 使 用 不 久 sp1 开 始 sp1 变 形 翘 起 sp1 凹 陷 sp1 及 掉 漆 sil +005681 sil 其 中 sp1 驮 水 救 民 的 一 匹 马 sp1 因 劳 累 过 度 死 去 sp1 广 为 流 传 sil +005682 sil 八 点 sp1 她 在 彩 虹 城 门 口 sp1 等 幺 幺 三 路 sp1 社 区 通 勤 快 车 sil +005683 sil 能 否 讲 一 下 你 的 创 新 观 sil +005684 sil 铁 罐 上 房 了 sp1 人 影 儿 sp1 又 落 到 了 地 上 sil +005685 sil 他 形 容 陈 致 中 sp1 就 是 一 副 无 耻 嘴 脸 sil +005686 sil 物 质 条 件 的 匮 乏 sp1 使 印 第 安 人 染 上 在 身 上 涂 色 的 习 惯 sil +005687 sil 单 位 账 户 的 亏 空 数 sp1 越 来 越 大 sp1 心 里 越 来 越 怕 sp1 头 脑 都 想 糊 涂 了 sil +005688 sil 王 德 显 介 绍 sp1 张 莹 莹 如 今 才 是 他 的 得 意 弟 子 sil +005689 sil 陪 同 安 女 士 的 sp1 是 她 的 妹 妹 sil +005690 sil 同 时 sp1 还 将 会 有 影 视 圈 的 多 年 好 友 们 sp1 为 沙 宝 亮 捧 场 助 阵 sil +005691 sil 某 次 宣 讲 sp1 日 方 反 对 者 sp1 用 喇 叭 对 着 会 场 高 声 抗 议 sil +005692 sil 禁 止 利 用 敞 开 式 阳 台 饲 养 犬 只 sil +005693 sil 双 方 其 他 球 员 恶 意 侵 犯 sp1 报 复 与 反 报 复 的 动 作 sp1 不 计 其 数 sil +005694 sil 处 于 风 口 浪 尖 的 绿 城 sp1 正 以 一 个 个 惊 悚 的 事 件 sp1 打 开 楼 市 魔 盒 sil +005695 sil 路 过 丰 京 路 与 六 号 路 时 sp1 儿 子 说 sp1 路 边 咋 躺 着 个 妇 女 sil +005696 sil 满 载 的 卡 车 sp1 担 起 大 道 千 里 sil +005697 sil 赖 昌 星 的 遣 返 也 是 如 此 sil +005698 sil 下 一 句 sp1 难 道 是 sp1 小 鸡 炖 蘑 菇 sil +005699 sil 你 是 在 问 我 的 三 维 吗 sp1 哈 哈 sp1 这 可 是 个 秘 密 sil +005700 sil 我 先 给 大 家 唱 一 首 sp1 闪 着 泪 光 的 决 定 sil +005701 sil 普 天 间 基 地 sp1 位 于 冲 绳 县 sp1 宜 野 湾 市 中 心 sil +005702 sil 瓦 津 基 公 园 是 波 兰 最 美 丽 的 公 园 之 一 sil +005703 sil 今 天 sp1 外 面 的 天 气 挺 冷 的 sp1 但 一 进 校 园 sp1 就 感 觉 暖 暖 的 sil +005704 sil 停 个 毛 啊 sp1 刹 车 早 坏 了 sp1 赶 紧 抓 好 扶 手 sp1 下 大 坡 啦 sil +005705 sil 近 年 来 sp1 用 点 心 材 料 等 装 饰 巧 克 力 的 做 法 sp1 深 受 欢 迎 sil +005706 sil 头 发 sp1 并 不 怎 么 凌 乱 sp1 嘴 微 微 撅 着 sp1 似 乎 只 欠 一 个 叫 醒 sil +005707 sil 她 也 对 此 否 认 sp1 表 示 自 己 完 全 不 知 sp1 李 泽 楷 与 梁 洛 施 已 经 分 手 sil +005708 sil 本 案 由 普 洱 市 人 民 检 察 院 立 案 侦 查 并 提 起 公 诉 sil +005709 sil 由 于 时 间 仓 促 sp1 出 现 在 人 们 面 前 的 娃 欧 商 场 sp1 像 个 丑 小 鸭 sil +005710 sil 男 子 继 续 摆 弄 积 木 sp1 手 法 与 上 次 完 全 一 样 sil +005711 sil 跑 水 量 渐 渐 变 小 后 sp1 工 人 们 sp1 将 跑 水 点 周 围 挖 开 sil +005712 sil 珊 瑚 虫 对 温 度 同 样 敏 感 sil +005713 sil 瞥 开 费 用 问 题 sp1 军 部 将 秘 密 搜 索 sp1 防 止 发 生 矛 盾 sil +005714 sil 这 句 随 口 贬 低 的 话 sp1 歪 打 正 着 sp1 吴 城 sp1 背 过 身 一 笑 说 sp1 我 会 吗 sil +005715 sil 临 时 领 取 生 活 物 品 处 设 在 钟 书 楼 第 四 层 的 阅 览 室 里 sil +005716 sil 理 性 的 网 友 提 出 sp1 赶 紧 把 蟒 蛇 剖 开 救 人 sil +005717 sil 免 费 师 范 生 的 就 业 问 题 sp1 如 何 安 排 sil +005718 sil 试 点 里 运 作 的 是 不 是 就 是 物 业 税 sil +005719 sil 不 仅 面 积 大 了 sp1 住 房 的 功 能 sp1 也 更 完 善 sp1 质 量 更 牢 靠 sp1 环 境 更 优 美 sil +005720 sil 非 常 遗 憾 的 是 sp1 这 些 弃 婴 的 生 存 率 非 常 低 sil +005721 sil 这 是 因 为 空 气 中 的 水 蒸 气 sp1 遇 冷 凝 结 的 原 因 呀 sil +005722 sil 孟 买 在 印 度 经 济 方 面 sp1 占 举 足 轻 重 的 地 位 sil +005723 sil 我 家 有 只 河 东 狮 sil +005724 sil 黄 色 笑 话 sp1 比 其 他 颜 色 的 更 好 笑 嘛 sil +005725 sil 围 观 的 人 群 一 拥 而 上 sp1 凑 到 出 租 房 前 议 论 纷 纷 sil +005726 sil 如 何 保 持 劳 动 用 工 的 规 范 有 序 sil +005727 sil 报 考 者 sp1 需 持 本 人 身 份 证 sp1 和 准 考 证 参 加 笔 试 sil +005728 sil 当 天 下 午 sp1 民 警 破 门 而 入 时 sp1 池 某 喻 某 sp1 正 摆 弄 容 器 制 造 冰 毒 sil +005729 sil 在 验 收 会 上 sp1 交 通 运 输 部 总 工 程 师 蒋 千 sp1 这 样 评 价 工 程 的 意 义 sil +005730 sil 菜 一 上 桌 才 发 现 sp1 原 来 是 昨 天 的 剩 饭 剩 菜 sil +005731 sil 机 长 杨 光 sp1 边 抬 伤 员 sp1 边 介 绍 着 运 送 伤 员 的 过 程 sil +005732 sil 早 早 抢 好 位 子 的 外 劳 sp1 双 腿 一 伸 sp1 呼 呼 大 睡 sil +005733 sil 妻 子 的 同 事 sp1 来 家 里 做 客 sp1 我 又 是 做 饭 又 是 刷 碗 sil +005734 sil 而 陈 某 的 建 议 和 怂 恿 sp1 起 到 了 推 波 助 澜 的 作 用 sil +005735 sil 细 心 的 网 友 发 现 sp1 奥 运 冠 军 高 崚 和 杨 威 名 在 其 列 sil +005736 sil 然 而 佳 品 早 已 经 开 始 下 线 sil +005737 sil 朗 朗 上 口 的 sp1 这 一 刻 sp1 多 温 馨 sp1 甜 的 笑 真 的 心 sp1 已 成 追 忆 sil +005738 sil 不 客 气 sp1 明 天 一 路 顺 风 啊 sil +005739 sil 你 不 是 问 我 为 什 么 做 义 工 吗 sil +005740 sil 登 楼 香 袅 袅 sp1 煮 茗 sp1 待 精 英 sil +005741 sil 女 孩 则 更 像 凯 特 sp1 鹅 蛋 脸 sp1 和 深 棕 色 长 头 sp1 是 个 小 小 美 人 胚 子 sil +005742 sil 一 根 绳 上 拴 着 的 两 个 蚂 蚱 sp1 哈 季 利 季 油 田 是 苏 丹 最 大 的 油 田 sil +005743 sil 这 将 加 速 缓 解 高 中 学 位 的 紧 缺 难 题 sil +005744 sil 他 们 也 加 入 反 对 北 京 申 奥 的 阵 营 sil +005745 sil 事 后 他 十 分 后 悔 sp1 不 该 总 欺 负 这 个 sp1 矮 小 又 老 实 的 同 事 sil +005746 sil 在 过 去 的 六 个 月 里 sp1 这 个 村 庄 没 有 下 过 雨 sil +005747 sil 里 面 充 斥 着 sp1 低 俗 时 尚 相 混 的 旧 刊 物 sil +005748 sil 英 语 学 习 sp1 也 算 是 心 理 拓 展 的 一 个 策 略 吗 sil +005749 sil 最 终 sp1 健 谈 的 公 公 亲 证 她 怀 的 是 男 胎 sil +005750 sil 陈 一 借 用 陈 浩 的 身 份 漂 白 了 sil +005751 sil 请 问 本 溪 sp1 哪 个 行 业 的 人 最 好 sil +005752 sil 其 实 空 调 喊 涨 sp1 春 节 前 就 有 sil +005753 sil 本 是 五 大 三 粗 的 老 爷 们 sp1 却 做 娇 滴 滴 状 sil +005754 sil 古 代 平 均 寿 命 短 sp1 夭 折 率 高 sp1 所 以 都 要 尽 早 结 婚 sil +005755 sil 正 月 里 sp1 村 里 耍 社 火 sp1 离 不 开 这 架 秋 千 sil +005756 sil 难 道 是 因 为 sp1 武 汉 市 像 这 样 的 大 型 娱 乐 场 太 多 sp1 赚 不 到 钱 sil +005757 sil 三 是 组 织 上 反 复 酝 酿 sil +005758 sil 随 着 冲 突 升 级 sp1 格 摩 与 俄 罗 斯 的 关 系 恶 化 sil +005759 sil 范 围 sp1 东 至 康 欧 路 sp1 南 至 规 划 路 sp1 西 至 朱 泖 河 sp1 北 至 康 工 路 sil +005760 sil 趁 千 千 睡 着 sp1 省 儿 保 护 士 sp1 在 小 心 的 做 检 查 sil +005761 sil 他 有 风 度 sp1 有 礼 貌 sp1 而 且 脾 气 好 好 sil +005762 sil 胡 的 弟 媳 妇 柳 炳 菊 sp1 和 周 叶 忠 的 儿 子 幸 存 sil +005763 sil 汽 车 轮 胎 上 sp1 有 三 个 像 柳 叶 的 扇 片 sil +005764 sil 因 为 眼 前 亏 不 吃 sp1 可 能 sp1 要 吃 更 大 的 亏 sil +005765 sil 如 需 咨 询 sp1 可 致 电 九 五 幺 零 sp1 五 六 八 八 sil +005766 sil 在 新 兴 的 网 络 行 业 sp1 丑 闻 也 层 出 不 穷 sil +005767 sil 一 天 多 折 腾 下 来 sp1 昨 日 sp1 邱 女 士 才 总 算 有 所 好 转 sil +005768 sil 刘 作 案 后 一 直 逃 窜 在 外 sil +005769 sil 租 赁 房 只 能 安 两 张 床 sil +005770 sil 这 些 印 刷 版 图 书 sp1 包 括 了 sp1 没 有 电 子 版 的 精 装 和 简 装 图 书 sil +005771 sil 随 后 sp1 杨 某 被 转 到 蚌 埠 市 第 三 人 民 医 院 sil +005772 sil 因 为 淤 泥 sp1 今 天 被 迫 迟 到 了 整 整 一 小 时 sil +005773 sil 有 点 专 断 啊 sp1 连 说 话 都 规 定 的 牢 牢 的 sil +005774 sil 这 一 矛 盾 sp1 导 致 了 银 行 寅 吃 卯 粮 的 现 状 sil +005775 sil 蕾 哈 娜 身 穿 超 短 裙 sp1 渔 网 袜 sp1 性 感 十 足 sil +005776 sil 一 只 青 蛙 给 牧 师 打 电 话 sp1 问 自 己 的 命 运 sil +005777 sil 另 外 sp1 我 也 认 识 一 些 参 加 过 奥 运 会 的 同 学 sil +005778 sil 还 没 过 年 呢 sp1 还 不 能 给 你 发 压 岁 钱 呀 sil +005779 sil 此 时 sp1 新 郎 已 将 新 娘 接 到 sp1 开 始 一 段 绕 城 之 路 sil +005780 sil 八 乡 古 庙 sp1 属 早 前 被 列 为 香 港 二 级 历 史 建 筑 物 sil +005781 sil 一 起 去 看 流 星 雨 sp1 好 浪 漫 呀 sil +005782 sil 稀 土 开 采 sp1 使 得 张 阳 娥 家 院 子 里 的 一 口 井 sp1 成 为 摆 设 sil +005783 sil 网 站 建 立 者 sp1 毫 不 掩 饰 sp1 自 己 对 脸 谱 网 创 办 人 sp1 扎 克 伯 格 的 模 仿 sil +005784 sil 上 次 来 新 加 坡 sp1 也 见 过 面 的 老 朋 友 呢 sil +005785 sil 济 南 泰 安 两 地 均 发 布 大 雾 红 色 预 警 信 号 sil +005786 sil 当 路 人 高 喊 sp1 碾 死 人 了 时 sp1 该 车 才 彻 底 停 下 sil +005787 sil 一 楼 入 户 的 绿 色 栅 栏 式 防 盗 门 前 地 面 上 sp1 留 有 一 摊 血 迹 sil +005788 sil 人 民 解 放 军 在 平 叛 过 程 中 军 纪 严 明 sp1 得 到 广 大 僧 俗 人 士 的 sp1 衷 心 拥 护 sil +005789 sil 缘 缘 开 始 不 感 冒 了 sp1 自 顾 自 sp1 爬 上 了 猫 架 子 sp1 开 始 舔 爪 子 玩 sil +005790 sil 尤 其 是 sp1 不 少 孕 妇 sp1 更 应 吃 核 桃 sp1 以 利 于 sp1 宝 宝 大 脑 发 育 sil +005791 sil 张 爱 国 sp1 却 打 点 好 行 装 sp1 迫 不 及 待 的 想 要 离 开 sil +005792 sil 陈 家 洛 吃 惊 得 要 跳 起 来 sp1 被 幸 福 包 住 sp1 喜 不 自 禁 说 sp1 我 怎 么 行 sil +005793 sil 她 说 sp1 总 书 记 知 道 俺 们 困 难 sp1 来 访 察 生 活 好 不 好 sp1 不 叫 咱 受 罪 sil +005794 sil 杨 宇 坐 的 位 置 不 好 sp1 只 得 屈 身 给 两 人 做 邮 差 sil +005795 sil 对 于 纺 织 行 业 目 前 的 状 况 来 说 sp1 出 口 退 税 政 策 sp1 越 早 出 台 越 好 sil +005796 sil 公 元 一 二 九 八 年 sp1 王 祯 创 制 了 木 活 字 sil +005797 sil 罗 天 诚 低 声 说 sp1 深 沉 是 无 法 伪 装 的 sil +005798 sil 这 一 愤 怒 sp1 变 成 sp1 碾 碎 sp1 剁 碎 撕 碎 的 呼 声 震 撼 天 地 sil +005799 sil 个 人 最 喜 欢 逍 遥 sp1 人 人 都 说 惊 鸿 一 瞥 sil +005800 sil 石 柏 魁 认 为 sp1 判 刑 过 重 上 诉 sil +005801 sil 其 他 十 人 sp1 在 蹦 跶 转 圈 中 进 行 清 唱 sil +005802 sil 一 八 九 九 年 sp1 不 堪 受 辱 的 玛 格 丽 特 愤 而 与 丈 夫 离 婚 sil +005803 sil 垮 塌 时 sp1 有 桥 面 上 有 人 员 行 走 sil +005804 sil 你 当 我 傻 啊 sp1 脑 子 那 么 大 怎 么 塞 进 去 sil +005805 sil 因 此 增 持 美 元 国 债 sp1 就 成 为 中 国 央 行 的 暂 时 之 选 sil +005806 sil 没 有 人 知 道 sp1 这 些 证 书 sp1 是 杜 伟 新 省 吃 俭 用 sp1 攒 下 口 粮 钱 去 买 的 sil +005807 sil 你 有 没 有 看 出 信 里 那 种 委 婉 的 感 觉 呢 sil +005808 sil 是 个 冰 淇 淋 哦 sil +005809 sil 两 人 为 此 争 吵 起 来 sil +005810 sil 迎 风 的 晴 天 娃 娃 sil +005811 sil 我 不 是 特 别 懂 篮 球 sil +005812 sil 它 们 体 积 如 小 猫 sp1 但 爪 子 却 比 猫 锋 利 许 多 sil +005813 sil 过 去 sp1 看 儿 子 参 加 奥 运 会 sp1 是 母 亲 的 心 愿 sp1 看 儿 子 成 家 sp1 也 是 母 亲 的 心 愿 sil +005814 sil 事 后 sp1 该 名 科 长 经 医 院 检 查 sp1 为 左 股 骨 粉 碎 性 骨 折 sil +005815 sil 你 打 算 什 么 时 候 去 sil +005816 sil 他 经 常 动 手 打 姐 姐 sil +005817 sil 男 子 买 画 sp1 并 非 欣 赏 画 作 sp1 只 是 觉 得 画 框 漂 亮 sil +005818 sil 我 知 道 sp1 很 感 人 的 sp1 得 病 了 还 坚 持 退 卡 给 顾 客 sil +005819 sil 贫 困 产 妇 的 遭 遇 sp1 让 谁 尴 尬 sil +005820 sil 所 以 sp1 不 牵 扯 任 何 费 率 损 失 sil +005821 sil 颜 色 鲜 艳 sp1 多 添 加 染 色 剂 等 sil +005822 sil 大 家 反 抗 sp1 陈 搂 得 特 别 紧 sil +005823 sil 如 房 地 产 水 务 sp1 烟 草 等 行 业 sil +005824 sil 在 中 国 sp1 这 个 数 据 更 为 显 眼 sil +005825 sil 预 想 中 的 文 化 冲 击 sp1 还 没 来 得 及 和 苏 珊 擦 出 火 花 sil +005826 sil 此 时 的 厂 房 sp1 不 是 被 地 震 强 力 腰 斩 sp1 就 是 被 震 碎 sil +005827 sil 但 既 然 金 斗 宇 表 明 了 辞 意 sp1 预 计 会 按 程 序 办 理 此 事 sil +005828 sil 其 中 sp1 网 友 海 洋 生 物 小 散 打 的 评 论 sp1 引 起 了 记 者 的 注 意 sil +005829 sil 政 策 将 为 需 求 提 供 支 撑 sil +005830 sil 早 在 一 九 九 四 年 sp1 毗 邻 的 俄 勒 岗 州 sp1 已 经 批 准 病 重 的 病 人 sp1 安 乐 死 sil +005831 sil 艾 薇 儿 接 受 了 查 德 的 求 婚 钻 戒 sil +005832 sil 因 此 sp1 滨 江 和 萧 山 都 落 下 冰 雹 sil +005833 sil 落 水 后 sp1 小 瑜 瑜 迅 速 被 水 卷 走 sil +005834 sil 海 风 卷 起 的 涌 浪 sp1 一 阵 阵 扑 来 sil +005835 sil 在 鸟 网 下 方 地 面 sp1 也 有 很 多 飞 羽 sil +005836 sil 明 确 租 赁 保 证 金 的 收 取 金 额 sil +005837 sil 但 是 sp1 杰 雅 瑞 南 的 当 务 之 急 是 sp1 保 持 参 加 下 届 大 选 的 资 格 sil +005838 sil 好 的 主 人 sp1 我 会 再 温 柔 一 些 的 sil +005839 sil 报 道 称 sp1 奥 巴 马 与 烟 瘾 奋 战 多 年 sil +005840 sil 警 方 随 即 兵 分 两 路 sp1 一 部 分 赶 往 蚌 埠 sp1 到 医 院 了 解 伤 者 情 况 sil +005841 sil 女 友 说 sp1 诶 sp1 把 你 的 胡 子 刮 一 下 sil +005842 sil 重 要 的 是 果 敢 挑 战 sp1 灵 活 应 对 sil +005843 sil 关 起 门 来 说 sp1 白 给 我 也 会 扔 掉 sil +005844 sil 勇 敢 面 对 sp1 绝 不 做 爱 情 的 逃 兵 sil +005845 sil 有 什 么 好 争 的 sp1 找 保 险 公 司 啊 sil +005846 sil 这 次 去 门 卫 间 去 得 十 分 有 价 值 sp1 这 些 信 落 到 班 主 任 手 里 sp1 后 果 很 难 说 sil +005847 sil 这 一 比 例 sp1 在 欧 洲 位 居 榜 首 sil +005848 sil 消 息 传 来 sp1 老 孙 家 甭 提 多 高 兴 sil +005849 sil 之 后 sp1 张 国 胜 的 姐 姐 致 答 谢 词 sil +005850 sil 现 在 抄 有 用 吗 sp1 有 本 事 高 考 抄 去 sil +005851 sil 伴 着 蛇 口 工 业 区 的 落 幕 sp1 这 场 被 称 作 sp1 早 熟 的 直 选 民 主 试 验 sp1 渐 渐 湮 灭 sil +005852 sil 当 纠 察 人 员 取 证 时 sp1 解 某 态 度 蛮 横 sp1 强 行 阻 拦 取 证 sp1 并 抢 走 相 机 sil +005853 sil 至 于 什 么 原 因 引 发 冲 突 sp1 大 家 并 不 清 楚 sil +005854 sil 警 方 唯 独 没 有 发 现 那 颗 钻 石 sil +005855 sil 来 自 各 地 的 丑 狗 狗 sp1 在 比 赛 中 竞 相 亮 相 sil +005856 sil 外 面 车 堵 得 厉 害 sp1 应 急 任 务 被 延 sp1 继 续 待 命 sil +005857 sil 那 种 朴 实 憨 厚 sp1 给 人 印 象 很 深 sil +005858 sil 在 洪 慧 姈 的 眼 中 sp1 那 些 菲 律 宾 海 警 sp1 就 是 恃 强 凌 弱 的 强 盗 sil +005859 sil 阿 花 的 父 亲 林 天 生 sp1 在 看 悬 赏 通 告 sil +005860 sil 有 人 赞 神 奇 sp1 有 人 批 荒 唐 sp1 马 林 sp1 不 服 一 审 判 决 sp1 向 南 宁 中 院 上 诉 sil +005861 sil 而 且 sp1 二 零 零 一 年 之 后 的 头 两 年 sp1 没 有 收 取 服 务 费 sil +005862 sil 我 以 前 演 戏 sp1 不 喜 欢 眨 眼 睛 sp1 他 说 sp1 其 实 你 眨 一 下 眼 sp1 会 比 较 真 实 sil +005863 sil 人 聪 明 点 sp1 毕 竟 sp1 以 后 我 家 的 生 意 sp1 都 是 要 交 给 女 婿 管 理 的 sil +005864 sil 我 们 有 责 任 教 育 监 督 干 部 sp1 少 犯 错 误 sp1 不 犯 错 误 sil +005865 sil 你 洗 完 手 怎 么 不 擦 干 啊 sp1 都 是 水 sil +005866 sil 为 最 大 限 度 获 利 sp1 常 勇 sp1 开 始 打 起 了 在 村 子 附 近 偷 土 的 算 盘 sil +005867 sil 今 年 以 来 sp1 低 价 股 的 一 飞 冲 天 sp1 让 酷 爱 低 价 股 的 小 散 sp1 吐 气 扬 眉 sil +005868 sil 农 忙 时 节 sp1 村 民 们 驾 驶 拖 拉 机 sp1 在 一 个 个 大 拐 弯 颠 簸 sp1 惊 魂 难 定 sil +005869 sil 幼 犬 sp1 一 年 要 注 射 三 次 预 防 针 sp1 成 犬 sp1 每 年 只 需 要 注 射 一 次 sil +005870 sil 碰 巧 他 不 用 开 工 sp1 就 叫 上 他 喽 sil +005871 sil 只 要 你 让 我 不 爽 了 sp1 老 子 照 样 扇 你 sil +005872 sil 现 在 sp1 俺 鼠 标 一 点 sp1 键 盘 一 敲 sp1 就 能 了 解 到 各 地 的 文 化 sp1 科 技 经 济 信 息 sil +005873 sil 此 后 sp1 集 团 发 言 人 sp1 也 并 未 披 露 减 持 原 因 sil +005874 sil 奶 粉 厂 的 原 奶 收 购 价 sp1 要 比 伊 利 低 一 半 sil +005875 sil 非 要 让 我 脸 红 么 sil +005876 sil 她 说 好 丑 怪 sp1 不 要 再 放 sil +005877 sil 但 是 sp1 发 型 还 要 改 进 一 点 sil +005878 sil 但 仍 有 人 心 存 侥 幸 sp1 并 未 按 照 这 条 最 后 通 牒 行 事 sil +005879 sil 补 选 省 人 大 常 委 会 委 员 sil +005880 sil 郭 乐 平 认 为 sp1 这 完 全 是 污 蔑 sil +005881 sil 只 可 惜 sp1 手 里 攥 了 几 个 小 钱 sp1 阿 伟 开 始 迷 上 了 赌 博 sil +005882 sil 周 炯 说 sp1 丁 磊 还 是 个 对 食 品 卫 生 sp1 有 强 烈 洁 癖 的 人 sil +005883 sil 在 询 问 过 程 中 sp1 两 名 警 察 露 出 马 脚 sp1 被 王 女 士 识 破 sil +005884 sil 这 下 旋 风 满 意 地 叼 着 咬 靶 sp1 一 摇 一 摆 sp1 回 到 石 忠 乐 身 边 sil +005885 sil 时 隔 两 年 sp1 鱼 霸 卷 土 重 来 sil +005886 sil 内 部 矛 盾 sp1 如 此 日 益 激 化 sp1 可 能 引 起 新 的 冲 突 和 动 乱 sil +005887 sil 提 价 后 的 获 利 sp1 则 由 南 宁 老 板 sp1 和 柳 州 的 米 粉 厂 分 账 sil +005888 sil 他 觉 得 sp1 桃 源 村 三 期 地 库 停 的 车 sp1 多 半 都 是 那 儿 业 主 的 sil +005889 sil 大 火 中 sp1 救 儿 心 切 的 李 永 华 sp1 徒 手 扑 打 儿 子 身 上 的 火 焰 sil +005890 sil 企 业 的 经 营 策 略 有 变 化 吗 sil +005891 sil 月 末 钱 不 够 花 啦 sp1 我 的 工 资 sil +005892 sil 狒 狒 体 内 sp1 可 能 存 在 白 色 隐 性 基 因 sp1 只 是 以 前 没 有 发 现 sil +005893 sil 我 慌 了 sp1 转 头 看 向 哥 们 sp1 他 的 表 情 sp1 我 至 今 难 忘 sil +005894 sil 该 男 子 圆 头 大 耳 sp1 打 扮 得 像 个 公 司 老 总 sil +005895 sil 基 差 越 小 sp1 管 理 风 险 的 成 本 越 低 sp1 效 率 越 高 sil +005896 sil 同 时 sp1 该 女 星 保 证 sp1 不 会 再 有 类 似 事 情 发 生 sil +005897 sil 狍 子 属 鹿 科 sp1 是 陕 西 省 野 生 重 点 保 护 动 物 sil +005898 sil 窄 窄 的 一 双 眼 睛 sp1 似 乎 也 不 具 备 穿 透 生 活 的 光 泽 sil +005899 sil 这 在 有 编 制 限 制 sp1 一 个 萝 卜 一 个 坑 的 事 业 单 位 更 复 杂 sil +005900 sil 霎 间 sp1 轻 博 客 成 为 新 的 香 饽 饽 sil +005901 sil 索 尼 娅 和 家 人 随 后 前 往 多 棱 宫 sil +005902 sil 鲜 果 给 出 的 答 案 是 sp1 费 用 为 零 sil +005903 sil 刘 玉 秀 中 等 个 sp1 看 上 去 干 净 利 索 sil +005904 sil 胡 萝 卜 sp1 不 仅 营 养 价 值 高 sp1 还 拥 有 去 痰 sp1 消 食 sp1 除 胀 sp1 和 下 气 定 喘 的 作 用 sil +005905 sil 四 季 更 迭 是 一 种 很 棒 的 体 验 呢 sil +005906 sil 海 边 多 耸 立 着 黑 黢 黢 的 礁 石 sil +005907 sil 该 计 划 要 求 sp1 人 才 房 基 本 满 足 拎 包 入 住 要 求 sil +005908 sil 道 路 刚 刚 打 通 sp1 我 们 又 受 领 了 sp1 挖 掘 北 川 县 农 业 银 行 金 库 的 任 务 sil +005909 sil 临 别 自 寻 合 照 门 sp1 留 好 话 柄 给 台 阶 sil +005910 sil 彭 洪 把 图 片 复 制 过 来 sp1 加 上 标 题 sp1 这 把 伞 好 怪 哟 sp1 又 发 出 去 sil +005911 sil 说 起 受 骗 经 过 sp1 贺 爹 爹 的 眼 泪 sp1 不 断 溢 出 干 涩 的 眼 眶 sil +005912 sil 在 本 次 北 斗 年 会 上 sp1 合 众 思 壮 推 出 全 系 北 斗 产 品 sil +005913 sil 班 达 尔 经 常 邀 请 老 布 什 共 进 午 餐 sp1 一 起 出 去 垂 钓 sil +005914 sil 台 灯 的 电 很 快 就 用 完 了 sp1 夜 晚 sp1 帐 篷 就 陷 入 黑 暗 sil +005915 sil 但 这 时 候 的 联 想 创 始 人 柳 传 志 却 犹 豫 了 sil +005916 sil 梦 想 开 始 起 步 了 sp1 插 上 腾 飞 的 翅 膀 翱 翔 吧 sil +005917 sil 无 论 是 谁 sp1 做 事 情 的 时 候 sp1 难 免 会 出 现 一 错 sp1 但 二 错 sp1 却 是 可 以 避 免 的 sil +005918 sil 体 型 瘦 削 的 她 却 有 中 央 肥 胖 情 况 sp1 有 个 大 肚 腩 sil +005919 sil 我 们 以 后 别 联 系 了 sp1 这 辈 子 珍 重 sil +005920 sil 被 我 所 不 喜 欢 的 救 了 命 sp1 却 被 我 所 最 信 赖 和 宠 爱 的 东 西 sp1 断 送 了 生 命 sil +005921 sil 但 船 主 温 州 明 珠 游 艇 公 司 为 了 美 观 sp1 擅 自 增 加 了 仿 烟 囱 sil +005922 sil 并 没 有 油 鱼 这 个 品 种 sil +005923 sil 每 天 都 累 到 趴 了 sil +005924 sil 为 了 儿 子 的 健 康 sp1 她 也 坚 持 母 乳 喂 养 sil +005925 sil 目 前 sp1 四 人 因 涉 嫌 抢 劫 罪 sp1 被 浦 口 检 察 院 批 捕 sil +005926 sil 这 世 上 还 有 比 这 更 难 吃 的 菜 么 sil +005927 sil 但 当 他 哭 闹 的 时 候 sp1 你 千 方 百 计 地 哄 他 sp1 那 就 等 于 骄 纵 他 了 sil +005928 sil 尽 管 政 府 采 取 军 警 民 三 位 一 体 的 战 略 sp1 但 收 效 甚 微 sil +005929 sil 薮 中 强 调 说 sp1 这 样 做 为 时 尚 早 sp1 不 赞 成 奥 巴 马 访 问 这 两 个 城 市 sil +005930 sil 不 过 与 此 同 时 sp1 李 英 爱 sp1 却 也 付 出 了 昂 贵 的 代 价 sil +005931 sil 黄 山 介 绍 sp1 开 始 一 小 时 sp1 设 卡 检 查 无 任 何 异 常 情 况 出 现 sil +005932 sil 图 为 小 布 什 向 英 国 女 王 眨 眼 睛 sil +005933 sil 她 说 sp1 你 走 进 任 何 一 座 毡 房 sp1 只 要 坐 下 来 sp1 就 会 有 馕 吃 sp1 有 奶 茶 喝 sil +005934 sil 港 铁 sp1 至 今 未 交 代 出 事 原 因 sil +005935 sil 城 市 建 成 区 sp1 要 无 烟 草 广 告 sil +005936 sil 是 不 是 依 然 觉 得 我 很 可 爱 sil +005937 sil 丽 丽 没 有 出 过 九 幺 二 房 间 sil +005938 sil 没 想 到 她 宁 愿 放 弃 上 海 sil +005939 sil 当 时 很 纠 结 sp1 很 难 取 舍 sil +005940 sil 家 庭 聚 不 到 一 起 sp1 此 弱 势 sp1 只 能 是 伪 弱 势 sp1 或 曰 撒 娇 sil +005941 sil 这 么 胖 sp1 抱 得 我 腰 都 断 了 sil +005942 sil 他 二 度 在 这 个 问 题 上 摇 头 sil +005943 sil 行 政 院 陆 委 会 sp1 是 负 责 拟 订 sp1 台 湾 大 陆 政 策 的 机 构 sil +005944 sil 咳 嗽 sp1 我 觉 得 跟 空 气 有 关 sil +005945 sil 所 以 这 些 运 动 员 真 的 很 难 sil +005946 sil 咳 嗽 sp1 与 季 节 气 候 等 有 关 sil +005947 sil 你 做 的 破 事 儿 还 有 脸 解 释 sil +005948 sil 我 是 淑 女 sp1 只 会 讲 文 明 用 语 sil +005949 sil 南 京 加 名 税 开 征 之 始 sp1 自 说 自 话 的 随 意 性 sp1 捉 襟 见 肘 sil +005950 sil 精 神 障 碍 患 者 参 加 劳 动 sp1 有 权 获 得 相 应 的 报 酬 sil +005951 sil 我 感 觉 松 了 一 口 气 sp1 殡 仪 馆 本 该 如 此 sp1 宁 静 而 安 稳 sil +005952 sil 死 者 中 sp1 包 括 球 队 主 教 练 sp1 加 舀 大 人 麦 克 西 蒙 sil +005953 sil 芦 苇 与 橡 树 sp1 为 他 们 各 自 的 耐 力 力 量 和 冷 静 争 吵 不 休 sp1 谁 也 不 肯 认 输 sil +005954 sil 或 是 其 他 屋 跑 来 的 猪 sil +005955 sil 他 走 路 一 瘸 一 瘸 的 sp1 小 儿 麻 痹 症 落 下 的 病 根 sil +005956 sil 伴 随 股 指 的 逐 步 平 稳 sp1 个 股 活 跃 度 有 所 增 强 sil +005957 sil 我 就 拧 开 瓶 盖 递 给 她 sil +005958 sil 如 今 情 况 sp1 已 发 生 扭 转 sil +005959 sil 你 自 己 来 我 看 看 啊 哼 sil +005960 sil 莫 父 出 书 sp1 全 家 捧 场 sil +005961 sil 油 泵 隐 藏 在 一 个 棉 被 下 sil +005962 sil 图 为 村 民 住 帐 篷 避 险 sil +005963 sil 在 盘 后 sp1 柯 达 股 价 上 涨 近 百 分 之 五 sp1 达 sp1 五 十 八 美 分 sil +005964 sil 被 抓 时 sp1 他 刚 录 完 节 目 在 躲 雨 sil +005965 sil 看 到 惹 了 事 sp1 奔 驰 的 司 机 sp1 也 打 电 话 告 知 了 车 主 sil +005966 sil 不 少 人 认 为 sp1 家 访 是 防 止 虐 儿 的 重 要 策 略 sil +005967 sil 这 是 科 学 界 首 次 找 到 月 球 曾 有 水 的 证 据 sil +005968 sil 家 长 为 新 生 扛 行 李 sil +005969 sil 河 北 省 滦 平 县 人 sil +005970 sil 反 对 派 议 员 认 为 sp1 这 是 在 企 图 篡 改 历 史 sil +005971 sil 我 觉 得 自 己 又 胖 了 sil +005972 sil 我 永 葆 青 春 sil +005973 sil 想 要 我 调 戏 你 嘛 sil +005974 sil 现 在 暂 时 难 以 揣 测 sil +005975 sil 餐 饮 安 全 问 题 出 在 哪 sil +005976 sil 不 要 轻 易 满 仓 sil +005977 sil 他 眼 前 燃 起 一 盏 灯 sil +005978 sil 对 于 雪 茄 迷 来 说 sp1 这 样 的 机 会 可 是 梦 寐 以 求 的 sil +005979 sil 难 怪 他 们 会 成 为 日 本 人 最 羡 慕 的 夫 妻 偶 像 sil +005980 sil 考 虑 再 三 后 sp1 沁 雅 决 定 做 流 产 sp1 在 那 期 间 sp1 李 母 曾 来 照 顾 sil +005981 sil 工 棚 里 高 温 难 耐 sp1 工 人 们 更 偏 爱 在 较 为 凉 快 的 工 地 内 休 息 sil +005982 sil 先 前 sp1 已 经 有 研 究 人 员 成 功 地 用 胚 胎 干 细 胞 造 出 精 子 sil +005983 sil 白 天 sp1 她 仍 装 出 一 副 恐 惧 的 样 子 sp1 整 天 躲 在 洞 口 守 望 着 sil +005984 sil 浦 律 师 问 其 故 sp1 原 来 是 戴 手 铐 sp1 被 监 视 养 成 的 习 惯 sil +005985 sil 说 个 真 事 sp1 有 一 次 sp1 我 去 买 手 机 后 盖 sp1 我 问 sp1 是 原 装 的 吗 sil +005986 sil 太 搞 笑 了 sp1 只 能 说 是 鲜 廉 寡 耻 sp1 而 有 害 社 会 的 炒 作 sil +005987 sil 老 竹 片 sp1 建 成 了 一 座 座 集 居 住 sp1 防 御 性 能 于 一 体 的 土 楼 sil +005988 sil 玉 玉 说 sp1 有 啊 sp1 追 我 的 人 太 多 了 sp1 我 在 挑 呢 sil +005989 sil 这 样 sp1 大 家 也 好 正 正 经 经 地 祝 福 你 们 呀 sil +005990 sil 现 在 等 着 散 散 家 具 味 儿 sp1 下 月 就 搬 进 去 sil +005991 sil 撑 足 了 一 页 纸 sp1 舒 展 得 仿 佛 一 个 人 在 床 上 伸 懒 腰 sp1 旁 人 看 了 也 羡 慕 sil +005992 sil 昏 暗 中 sp1 只 见 一 名 男 子 sp1 从 张 建 强 的 背 后 sp1 抡 起 铁 锤 猛 砸 sil +005993 sil 二 是 sp1 要 素 支 撑 不 足 sil +005994 sil 仓 廪 充 实 sp1 减 税 惠 民 sil +005995 sil 不 过 sp1 谢 亚 龙 对 杜 伊 科 维 奇 两 年 以 来 的 执 教 sp1 还 是 给 予 了 一 定 的 认 可 sil +005996 sil 有 不 满 sp1 可 以 合 法 发 泄 sil +005997 sil 王 警 官 一 愣 sp1 下 意 识 看 了 眼 那 小 男 孩 sil +005998 sil 茫 茫 的 夜 sp1 只 有 野 百 合 在 吐 露 着 芬 芳 sil +005999 sil 从 围 墙 或 者 栅 栏 的 周 边 开 始 计 算 sil +006000 sil 李 宇 春 透 露 sp1 她 的 歌 父 亲 都 会 哼 哼 sil +006001 sil 在 连 续 撞 击 中 sp1 金 杯 车 内 的 男 孩 和 爷 爷 sp1 也 因 颠 簸 受 了 点 挫 伤 sil +006002 sil 可 是 香 港 的 女 孩 子 很 扭 捏 sil +006003 sil 权 衡 以 后 sp1 他 决 定 在 床 上 写 sil +006004 sil 毛 委 员 的 心 情 是 多 么 爽 朗 呀 sil +006005 sil 割 麦 捆 麦 sp1 必 须 去 熟 悉 和 掌 握 农 民 的 生 活 方 式 sil +006006 sil 以 前 在 重 庆 没 有 这 种 辣 子 炒 田 螺 的 做 法 吗 sil +006007 sil 我 现 在 头 一 直 疼 sp1 我 要 是 有 啥 后 遗 症 sp1 影 响 他 们 咋 办 sil +006008 sil 如 果 两 人 一 起 回 家 sp1 就 会 手 挽 手 去 逛 超 市 sil +006009 sil 樊 红 拗 不 过 sp1 带 他 报 了 名 sil +006010 sil 陈 兴 銮 犯 受 贿 罪 数 额 特 别 巨 大 情 节 特 别 严 重 sp1 应 依 法 严 惩 sil +006011 sil 卫 报 评 论 称 sp1 现 在 全 英 国 人 都 感 到 肮 脏 愚 蠢 内 疚 和 愤 怒 sil +006012 sil 那 种 冷 sp1 是 我 一 辈 子 都 没 受 过 的 冷 sp1 现 在 想 想 那 种 冷 sp1 还 想 哆 嗦 sil +006013 sil 这 说 明 sp1 你 就 是 跑 到 太 空 sp1 也 得 把 作 业 做 完 sil +006014 sil 奢 华 也 好 低 调 也 罢 sp1 幸 福 才 是 最 重 要 的 sil +006015 sil 中 国 的 光 伏 产 业 要 反 思 sp1 依 赖 的 请 独 立 sp1 独 立 的 请 洒 脱 sil +006016 sil 凤 凰 古 城 几 乎 一 夜 成 为 了 焦 点 sil +006017 sil 此 时 sp1 娜 娜 已 销 声 匿 迹 sil +006018 sil 人 家 都 没 正 式 邀 请 sp1 我 臊 眉 耷 眼 的 去 了 sp1 结 果 造 成 现 场 混 乱 sil +006019 sil 我 刚 才 发 布 的 消 息 已 提 到 sp1 外 长 将 出 席 东 盟 地 区 论 坛 外 长 会 sil +006020 sil 虽 其 中 不 乏 祖 宗 有 灵 者 sp1 但 白 手 起 家 的 创 业 者 sp1 也 不 在 少 数 sil +006021 sil 一 名 交 警 记 下 杨 华 的 车 牌 和 喷 标 号 sil +006022 sil 直 到 今 天 sp1 黑 色 的 古 力 盖 儿 依 然 铮 亮 没 一 点 锈 迹 sil +006023 sil 患 儿 及 家 属 等 候 的 区 域 更 加 宽 敞 舒 适 sp1 座 位 更 多 sil +006024 sil 冯 万 和 队 友 决 定 sp1 继 续 将 洞 扩 大 sil +006025 sil 但 还 是 要 跟 你 说 声 sp1 你 加 油 噢 sp1 有 梦 想 谁 都 了 不 起 sil +006026 sil 土 地 出 让 应 该 根 据 开 发 商 的 技 术 和 资 金 条 件 sp1 筛 选 开 发 商 sil +006027 sil 而 且 这 次 天 文 大 潮 水 位 特 别 高 sp1 堤 坝 很 危 险 sil +006028 sil 于 是 山 村 里 有 了 sp1 地 表 水 贵 如 油 sp1 地 下 水 滚 滚 流 的 说 法 sil +006029 sil 只 要 不 引 起 笑 场 sp1 快 男 超 女 式 的 造 型 唱 京 剧 也 无 妨 sp1 观 众 才 是 上 帝 sil +006030 sil 大 家 都 觉 得 我 挺 漂 亮 的 sp1 其 实 sp1 我 是 那 种 安 静 又 温 柔 的 气 质 型 女 孩 sil +006031 sil 强 调 空 谈 误 国 实 干 兴 邦 sp1 实 干 实 干 再 实 干 sp1 很 实 在 sil +006032 sil 战 后 第 五 次 回 到 中 国 的 海 沃 德 身 体 依 然 硬 朗 sil +006033 sil 白 宫 自 酿 啤 酒 的 外 包 装 sil +006034 sil 时 任 总 理 佩 雷 斯 大 怒 sp1 下 令 sp1 不 惜 代 价 将 瓦 努 努 抓 回 sil +006035 sil 紧 急 情 况 sp1 请 拨 幺 二 二 sil +006036 sil 前 夜 sp1 到 处 可 见 扛 着 铁 锹 和 扫 帚 的 居 民 sil +006037 sil 正 在 进 行 夜 景 灯 光 调 试 的 世 博 轴 阳 光 谷 sil +006038 sil 何 不 把 养 狼 的 时 间 sp1 多 花 在 养 几 只 羊 身 上 sil +006039 sil 当 然 呀 sp1 你 是 我 的 主 人 呀 sil +006040 sil 度 秘 没 有 男 朋 友 哦 sil +006041 sil 奴 家 这 厢 有 礼 啦 sil +006042 sil 清 苗 补 偿 征 地 补 偿 等 费 用 sp1 已 发 放 到 位 sil +006043 sil 波 赫 舍 尔 进 一 步 介 绍 说 sp1 壳 牌 与 中 国 的 合 作 sp1 已 经 非 常 广 泛 sil +006044 sil 几 个 月 后 sp1 这 位 有 五 十 八 年 党 龄 的 共 产 党 员 去 世 了 sil +006045 sil 在 美 国 sp1 只 要 公 民 自 己 有 意 愿 sp1 任 何 阻 挠 均 视 为 违 法 sil +006046 sil 慢 悠 悠 的 一 句 话 sp1 诗 人 的 锐 气 sp1 被 磨 掉 大 半 sil +006047 sil 洗 完 脸 后 sp1 她 再 帮 婆 婆 梳 妆 一 下 sp1 老 太 太 笑 得 合 不 拢 嘴 sil +006048 sil 面 对 人 生 低 谷 sp1 小 俩 口 却 有 着 比 普 通 人 少 有 的 乐 观 与 坚 强 sil +006049 sil 东 西 拿 走 了 sp1 就 把 矿 泉 水 瓶 塞 进 去 sil +006050 sil 于 是 sp1 俞 家 兄 弟 怀 揣 斧 头 sp1 开 车 一 路 追 赶 到 青 年 司 机 王 某 家 中 sil +006051 sil 但 全 民 娱 乐 全 线 娱 乐 化 是 一 种 假 嗨 sil +006052 sil 不 讽 刺 挖 苦 歧 视 幼 儿 sp1 不 体 罚 或 变 相 体 罚 幼 儿 sil +006053 sil 怀 柔 法 院 近 日 开 庭 审 理 此 案 sil +006054 sil 有 的 地 区 较 为 抢 手 sp1 有 的 地 区 和 位 置 就 比 较 冗 余 sil +006055 sil 贾 某 很 恼 火 sp1 猛 按 喇 叭 警 示 sp1 并 将 车 子 拉 回 原 来 的 车 道 sil +006056 sil 这 是 九 八 五 工 程 的 名 称 由 来 sil +006057 sil 邱 某 一 家 路 见 不 平 说 了 几 句 公 道 话 sp1 后 与 偷 狗 男 子 发 生 拉 扯 sil +006058 sil 雷 小 姐 一 看 黄 大 爷 气 喘 吁 吁 的 sp1 就 想 让 他 先 休 息 一 下 sil +006059 sil 生 物 柴 油 公 司 sp1 收 购 的 就 是 这 种 油 sil +006060 sil 经 过 训 练 的 老 虎 可 以 乖 乖 抽 血 sil +006061 sil 今 天 老 妈 问 我 sp1 工 作 几 年 了 sp1 有 多 少 存 款 sp1 我 说 sp1 差 不 多 快 存 一 万 了 sil +006062 sil 中 文 系 在 大 学 里 是 颇 被 看 不 起 的 sp1 同 是 语 言 类 sp1 外 文 系 的 就 吃 香 多 了 sil +006063 sil 现 在 开 始 晚 不 sil +006064 sil 高 原 缺 氧 寒 风 凛 冽 sp1 他 们 仍 然 用 尽 可 能 快 的 速 度 忙 碌 着 sil +006065 sil 这 样 什 么 时 候 才 是 个 头 啊 sil +006066 sil 其 中 sp1 黑 色 金 属 矿 采 选 业 sp1 增 长 百 分 之 六 十 一 点 七 sp1 增 速 最 高 sil +006067 sil 他 经 常 很 体 贴 地 问 大 家 要 不 要 吃 这 个 尝 尝 那 个 sp1 特 别 细 心 sil +006068 sil 为 装 病 sp1 刘 宏 咬 紧 牙 关 节 食 半 年 sp1 瘦 得 只 剩 皮 包 骨 头 sil +006069 sil 提 案 交 完 以 后 sp1 办 得 到 底 怎 么 样 sp1 有 没 有 调 查 呀 sil +006070 sil 目 前 公 司 人 工 成 本 共 计 约 一 百 一 十 万 sil +006071 sil 说 明 管 理 部 门 怕 得 罪 人 sp1 不 敢 碰 硬 sil +006072 sil 多 年 来 sp1 打 击 侵 权 盗 版 一 直 是 扫 黄 打 非 的 一 项 重 要 任 务 sil +006073 sil 舒 格 洛 夫 滑 雪 场 是 缅 因 州 最 大 的 滑 雪 场 sil +006074 sil 丢 失 头 部 的 武 将 石 雕 sil +006075 sil 中 美 在 南 海 问 题 上 的 交 锋 有 愈 演 愈 烈 之 势 sil +006076 sil 刘 先 生 瞅 准 一 个 机 会 sp1 对 着 该 劫 匪 的 脚 跟 前 sp1 开 了 一 枪 警 告 他 sil +006077 sil 一 个 领 导 者 应 该 把 眼 睛 盯 住 前 方 sp1 把 握 现 在 思 考 未 来 sil +006078 sil 我 们 要 使 各 种 腐 败 丑 恶 的 现 象 sp1 被 广 大 群 众 所 唾 弃 sil +006079 sil 格 林 斯 堡 的 门 诺 教 教 堂 和 牧 师 住 宅 已 经 荡 然 无 存 sil +006080 sil 我 们 只 能 等 sp1 彭 很 崩 溃 sp1 在 我 房 间 哭 sp1 我 安 慰 他 等 sil +006081 sil 突 然 sp1 其 中 一 支 铅 笔 戳 进 了 小 晖 的 左 眼 sil +006082 sil 饭 店 里 上 的 是 大 份 菜 肴 还 是 精 致 小 盘 sil +006083 sil 八 宝 山 人 民 公 墓 内 sp1 祭 扫 者 接 踵 摩 肩 sil +006084 sil 但 有 一 些 人 会 觉 得 很 闷 sil +006085 sil 如 此 心 雄 手 拙 sp1 往 往 使 他 们 对 局 面 做 出 误 判 sp1 拨 错 对 策 算 盘 sil +006086 sil 司 机 许 某 猛 踩 油 门 sp1 甩 开 方 某 sp1 带 着 钱 开 走 了 sil +006087 sil 别 离 开 我 sp1 我 会 努 力 变 聪 明 的 sil +006088 sil 随 后 sp1 于 先 生 拨 打 了 九 五 五 八 零 客 户 服 务 热 线 sil +006089 sil 我 能 预 报 天 气 sp1 但 还 不 能 差 遣 雨 神 sil +006090 sil 谁 在 刚 才 一 波 杀 跌 的 过 程 赚 到 便 宜 了 sil +006091 sil 与 剧 场 欢 腾 热 闹 的 场 面 相 反 sp1 此 刻 sp1 后 台 里 却 一 片 肃 穆 sil +006092 sil 真 糟 糕 sp1 我 的 胡 子 愈 来 愈 白 了 sp1 头 发 还 是 黑 的 sp1 这 有 多 难 看 呀 sil +006093 sil 开 了 一 段 后 sp1 又 要 停 下 来 收 费 sp1 司 机 口 袋 里 的 钱 命 中 注 定 飘 泊 无 家 sil +006094 sil 这 不 sp1 就 有 人 因 此 跟 权 威 机 构 打 官 司 杠 上 了 sil +006095 sil 他 爸 想 了 会 说 sp1 是 高 矮 的 意 思 sil +006096 sil 谢 同 学 拿 着 大 鲶 鱼 笑 不 拢 嘴 sil +006097 sil 她 的 双 脚 被 涂 抹 了 大 量 药 膏 sil +006098 sil 前 些 时 候 那 个 雇 工 问 题 sp1 相 当 震 动 呀 sp1 大 家 担 心 得 不 得 了 sil +006099 sil 苏 州 博 物 馆 拙 政 园 这 些 地 方 都 不 错 sil +006100 sil 连 他 最 疼 爱 的 儿 子 sp1 也 常 难 见 他 一 面 sil +006101 sil 据 初 步 调 查 sp1 行 凶 者 名 叫 阿 利 耶 夫 sil +006102 sil 报 答 受 灾 群 众 的 唯 一 方 法 加 快 奔 袭 sil +006103 sil 老 板 一 逃 造 成 连 锁 反 应 sp1 发 生 大 批 债 权 人 挤 兑 sil +006104 sil 剧 中 sp1 朴 信 惠 sp1 将 以 女 孩 身 份 sp1 向 胡 宇 崴 堂 堂 正 正 的 告 白 sil +006105 sil 张 旭 解 释 不 清 sp1 怎 么 翻 字 典 sp1 凑 巧 让 三 字 团 聚 了 sil +006106 sil 艰 难 地 啃 完 面 包 之 后 sp1 他 便 趴 在 课 桌 上 打 盹 sil +006107 sil 不 行 sp1 我 确 信 给 你 的 都 是 最 用 心 的 sil +006108 sil 温 总 理 亦 透 过 行 政 长 官 sp1 向 澳 门 居 民 问 好 sil +006109 sil 面 对 质 问 sp1 暖 暖 扭 头 就 要 走 sil +006110 sil 你 就 不 怕 他 拉 响 炸 药 包 吗 sil +006111 sil 工 友 在 喊 我 sp1 我 老 婆 也 在 上 面 sil +006112 sil 暖 暖 的 阳 光 晒 久 了 让 人 直 犯 困 sil +006113 sil 但 不 管 怎 么 说 sp1 还 是 先 注 意 一 下 拼 写 和 语 法 吧 sil +006114 sil 祖 源 就 在 五 龙 山 下 休 宁 溪 口 一 个 旮 旯 角 落 的 山 里 sil +006115 sil 我 觉 得 很 好 玩 儿 sp1 我 也 挺 高 兴 的 sp1 确 实 有 一 些 男 孩 儿 的 东 西 sil +006116 sil 放 大 图 片 sp1 黄 子 华 和 郭 蔼 明 sp1 随 着 刘 青 云 之 后 步 出 sil +006117 sil 倒 数 第 三 封 让 人 眼 前 一 亮 sp1 它 来 自 首 都 的 鲁 迅 文 学 院 sil +006118 sil 中 汽 协 方 面 说 sp1 乘 用 车 刚 性 需 求 明 显 sil +006119 sil 我 心 里 有 杆 秤 sp1 我 只 跟 自 己 拼 sil +006120 sil 太 行 赤 子 张 荣 锁 的 座 右 铭 就 是 sp1 好 爹 好 娘 是 人 民 sp1 甘 做 赤 子 sp1 报 乡 亲 sil +006121 sil 她 的 保 暖 法 宝 sp1 就 是 在 腹 部 腿 部 贴 着 暖 宝 宝 sil +006122 sil 他 气 爆 了 sp1 随 手 抄 起 个 工 具 一 通 抡 sp1 抡 完 就 跑 了 sil +006123 sil 看 我 的 年 级 排 名 就 知 道 sp1 有 多 少 人 参 加 考 试 sil +006124 sil 哈 里 王 子 可 能 要 为 自 己 的 一 夜 荒 唐 付 出 代 价 sil +006125 sil 从 尸 体 看 sp1 她 死 前 遭 到 刀 刺 sp1 毒 打 和 焚 烧 sil +006126 sil 艾 薇 儿 的 男 友 布 罗 迪 sp1 也 更 新 推 特 说 脸 上 多 了 一 条 新 的 伤 痕 sil +006127 sil 这 个 采 访 简 直 太 愚 蠢 了 sil +006128 sil 通 常 故 事 中 善 良 正 派 的 王 子 sp1 在 本 片 却 是 高 傲 自 大 的 家 伙 sil +006129 sil 诸 多 掣 肘 sp1 壹 基 金 终 于 决 定 sp1 与 红 十 字 会 离 婚 sil +006130 sil 资 助 西 部 聋 儿 康 复 机 构 基 础 设 施 建 设 和 师 资 培 养 sil +006131 sil 出 于 职 业 敏 感 sp1 付 守 国 感 觉 事 态 有 些 不 妙 sil +006132 sil 检 察 官 提 醒 sp1 市 民 在 取 款 时 应 当 多 留 心 sil +006133 sil 除 了 玩 游 戏 sp1 高 胖 的 另 一 喜 好 就 是 打 篮 球 sil +006134 sil 在 她 的 悉 心 培 育 下 sp1 一 批 优 秀 的 排 球 苗 子 正 在 茁 壮 成 长 sil +006135 sil 在 亳 州 当 地 方 言 中 sp1 孬 种 不 仅 意 味 着 胆 小 sp1 还 有 缺 德 的 意 思 sil +006136 sil 我 的 傻 女 儿 sp1 还 想 着 为 我 这 个 不 负 责 任 的 爸 爸 分 担 一 些 呢 sil +006137 sil 控 辩 双 方 仍 有 争 拗 sp1 将 会 再 传 召 sp1 无 线 电 视 外 事 部 主 管 作 供 sil +006138 sil 金 娜 允 从 小 在 美 国 生 活 sp1 或 许 会 有 些 文 化 差 异 sil +006139 sil 罗 天 诚 恨 记 叙 文 里 用 不 上 他 的 哲 学 sp1 拖 着 没 交 sil +006140 sil 这 些 努 力 sp1 能 否 取 得 预 期 的 效 果 目 前 尚 不 得 而 知 sil +006141 sil 在 起 重 机 的 帮 助 下 sp1 工 人 们 正 用 凿 岩 机 将 其 凿 断 sil +006142 sil 这 匹 马 因 遭 虐 待 sp1 瘫 睡 在 农 场 内 sil +006143 sil 今 晚 心 情 激 动 的 高 敏 热 泪 滚 滚 sil +006144 sil 近 日 sp1 兵 团 电 大 的 几 位 学 生 sp1 向 本 网 反 映 了 这 件 事 sil +006145 sil 行 动 结 束 后 sp1 部 队 用 推 土 机 sp1 推 倒 绑 匪 藏 身 的 房 屋 sil +006146 sil 去 年 sp1 中 国 采 购 了 大 量 美 国 玉 米 sil +006147 sil 一 出 门 sp1 他 发 现 窗 外 有 忽 闪 的 亮 光 sil +006148 sil 长 期 大 量 喝 茶 的 男 人 sp1 罹 患 前 列 腺 癌 的 危 险 更 低 sil +006149 sil 昨 天 sp1 新 任 自 民 党 总 裁 安 倍 晋 三 sp1 也 发 出 危 险 信 号 sil +006150 sil 而 另 一 个 sp1 对 于 菜 鸟 网 络 sp1 难 言 祸 福 的 重 大 政 策 sp1 也 不 期 而 至 sil +006151 sil 作 为 纽 约 州 的 参 议 员 sp1 希 拉 里 在 国 会 上 仍 然 是 个 小 字 辈 sil +006152 sil 进 入 秋 季 寡 雨 季 节 以 来 sp1 泉 州 漳 州 莆 田 等 沿 海 地 区 旱 情 明 显 sil +006153 sil 标 准 的 美 少 女 样 子 呀 sil +006154 sil 我 喜 欢 演 现 代 人 sp1 拿 捏 上 也 比 较 轻 松 sil +006155 sil 事 实 上 sp1 奥 巴 马 口 中 的 亿 万 富 翁 正 是 股 神 巴 菲 特 sil +006156 sil 感 觉 能 挑 毛 病 的 地 方 不 多 sp1 只 不 过 灰 尘 较 大 sil +006157 sil 水 映 康 城 停 建 事 件 中 sp1 找 到 的 新 闻 眼 就 是 风 水 sil +006158 sil 记 者 在 洗 碗 间 看 到 sp1 水 龙 头 旁 边 放 着 一 瓶 漂 白 水 sil +006159 sil 针 对 市 民 质 疑 sp1 记 者 专 访 了 市 市 政 委 主 任 sp1 王 元 楷 sil +006160 sil 稍 有 不 妥 就 两 面 不 讨 好 sil +006161 sil 暴 雨 中 sp1 猪 纷 纷 被 洪 流 卷 走 sil +006162 sil 对 手 顿 时 胆 寒 心 怯 sp1 斗 志 全 无 sil +006163 sil 莱 昂 纳 多 艾 琳 与 莱 昂 纳 多 的 妈 妈 sil +006164 sil 随 后 sp1 郝 明 辉 王 猛 猛 先 后 落 网 sil +006165 sil 捍 卫 中 国 领 土 就 该 寸 土 不 让 sil +006166 sil 海 关 总 署 将 严 查 此 类 违 规 现 象 sil +006167 sil 他 最 近 心 情 不 好 sp1 总 喜 欢 咬 人 sil +006168 sil 本 市 基 层 政 改 前 路 坎 坷 未 卜 sil +006169 sil 一 次 次 的 灾 难 sp1 人 们 谈 黄 河 而 色 变 sil +006170 sil 体 形 不 胖 不 瘦 sp1 既 不 窈 窕 也 不 丰 满 sil +006171 sil 虎 父 无 犬 子 sp1 两 只 小 藏 獒 是 标 准 的 铁 包 金 sp1 属 怪 兽 血 系 sil +006172 sil 公 众 同 样 需 要 从 此 类 事 件 中 汲 取 经 验 与 教 训 sil +006173 sil 坚 持 扩 大 人 文 交 流 sp1 夯 实 中 越 友 好 的 民 意 基 础 sil +006174 sil 分 核 桃 坚 果 sp1 核 桃 坚 果 仁 sp1 核 桃 油 sp1 核 桃 饮 料 sil +006175 sil 该 神 庙 修 建 于 三 千 五 百 年 前 sp1 相 当 于 中 国 的 商 代 sil +006176 sil 被 沙 尘 笼 罩 的 承 德 旅 游 景 点 sp1 棒 槌 山 sp1 及 蛤 蟆 石 sil +006177 sil 袁 士 霄 说 着 sp1 又 觉 得 头 有 一 点 沉 sp1 有 一 种 要 表 白 的 冲 动 sil +006178 sil 交 换 名 片 一 看 sp1 张 兰 发 现 sp1 对 方 是 鼎 晖 的 王 功 权 sil +006179 sil 实 施 贷 款 损 失 sp1 准 备 动 态 监 管 sil +006180 sil 不 过 复 赛 两 次 输 球 比 较 窝 囊 sp1 与 自 己 的 失 误 关 系 很 大 sil +006181 sil 路 边 原 本 半 米 宽 的 排 水 沟 渠 sp1 水 面 已 近 两 米 sp1 水 流 湍 急 sil +006182 sil 最 终 又 归 了 谁 的 腰 包 里 去 了 sil +006183 sil 在 看 守 所 里 sp1 刘 俊 终 于 醒 酒 sil +006184 sil 如 今 这 一 切 算 盘 显 然 落 空 sil +006185 sil 晚 上 sp1 他 独 自 在 家 辗 转 难 眠 sil +006186 sil 若 不 是 大 牌 耍 也 没 用 sp1 因 他 没 价 值 sp1 娱 乐 圈 很 现 实 sil +006187 sil 此 时 sp1 消 防 人 员 已 经 把 火 扑 灭 离 开 sil +006188 sil 九 二 年 出 生 的 梁 文 豪 sp1 近 年 来 窜 身 势 头 非 常 迅 猛 sil +006189 sil 梁 紫 薇 的 观 点 基 本 雷 同 于 晟 金 表 哥 sp1 可 见 晟 金 表 哥 白 活 了 四 年 sil +006190 sil 爱 之 火 热 sp1 已 经 到 了 搜 神 记 里 韩 凭 夫 妇 sp1 和 长 恨 歌 里 sp1 连 理 枝 的 境 界 sil +006191 sil 他 愣 住 了 sp1 好 一 会 儿 头 脑 里 才 反 应 出 sp1 不 明 飞 行 物 这 个 概 念 sil +006192 sil 他 还 做 了 许 许 多 多 为 群 众 排 忧 解 难 sp1 扶 弱 济 贫 的 好 事 sil +006193 sil 应 该 说 sp1 有 时 发 财 机 遇 sp1 往 往 也 青 睐 那 些 心 怀 叵 测 的 投 机 者 sil +006194 sil 关 于 经 济 预 测 sp1 周 小 川 吴 敬 琏 等 人 都 表 示 过 很 难 sil +006195 sil 结 果 很 快 就 下 来 了 sp1 米 佳 的 抵 抗 无 效 如 螳 臂 当 车 sil +006196 sil 除 了 名 字 和 属 相 外 sp1 马 龙 和 谌 龙 sp1 还 有 很 多 相 似 之 处 sil +006197 sil 冷 国 权 被 抓 sp1 和 鲍 忠 武 贩 毒 事 发 有 关 sil +006198 sil 李 某 偶 尔 也 会 中 一 些 奖 sp1 但 总 是 亏 损 大 sil +006199 sil 没 等 他 反 应 过 来 sp1 已 被 闯 入 者 摁 倒 sil +006200 sil 协 商 不 下 sp1 那 就 只 有 走 法 律 途 径 sil +006201 sil 小 伙 半 路 突 然 呕 吐 sp1 车 厢 遭 了 殃 sp1 黄 师 傅 也 没 打 算 计 较 sil +006202 sil 拉 美 总 面 积 sp1 两 千 零 七 十 万 平 方 公 里 sp1 人 口 六 点 零 三 亿 sil +006203 sil 公 元 前 一 百 五 十 七 年 sp1 文 帝 先 于 薄 太 后 离 开 人 世 sil +006204 sil 凌 晨 救 援 结 束 后 sp1 本 以 为 男 子 会 安 心 生 活 sil +006205 sil 这 样 一 来 sp1 雅 虎 董 事 会 今 后 更 有 可 能 听 命 于 勒 布 sil +006206 sil 该 高 管 透 露 sp1 之 所 以 关 停 高 铁 代 购 业 务 sp1 是 出 于 稳 妥 的 考 虑 sil +006207 sil 如 果 给 我 一 个 舞 台 sp1 我 将 还 给 大 家 一 片 蓝 天 sil +006208 sil 农 村 娃 一 枚 sp1 小 时 候 sp1 有 一 家 人 院 子 里 种 的 果 树 sp1 我 们 几 个 小 伙 伴 去 偷 sil +006209 sil 三 是 sp1 公 共 投 资 增 长 走 平 sil +006210 sil 总 装 备 部 党 委 委 员 参 加 会 议 sil +006211 sil 于 是 sp1 我 就 被 打 了 一 耳 光 sp1 还 被 警 察 叔 叔 带 进 了 派 出 所 sil +006212 sil 而 泽 尻 英 龙 华 本 人 sp1 目 前 正 和 高 城 刚 上 演 离 婚 拖 延 战 sil +006213 sil 工 作 是 要 有 自 己 的 形 象 sp1 你 本 身 是 女 生 sp1 不 要 玩 健 身 呀 sil +006214 sil 随 即 引 来 导 游 起 哄 sp1 有 导 游 坐 在 马 路 上 sp1 场 面 一 度 混 乱 sil +006215 sil 目 前 sp1 他 担 任 北 师 大 论 坛 蛋 蛋 网 火 车 票 版 的 版 主 sil +006216 sil 没 有 明 显 诱 因 sp1 孩 子 突 然 开 始 咳 嗽 sp1 同 时 眼 分 泌 物 增 多 sil +006217 sil 如 今 他 种 地 种 出 了 名 堂 sp1 成 了 sp1 远 近 闻 名 的 年 轻 富 翁 sil +006218 sil 人 有 七 情 六 欲 sp1 因 此 sp1 我 们 时 常 会 被 感 动 的 潮 水 所 濡 湿 sil +006219 sil 海 洋 学 家 称 sp1 这 次 出 现 的 黑 鳍 礁 鲨 并 不 伤 人 sil +006220 sil 有 时 信 多 比 钱 多 更 快 乐 sp1 因 为 钱 是 可 以 赚 的 sp1 而 信 却 嫌 不 出 来 sil +006221 sil 这 就 是 传 销 机 构 给 刘 刚 编 织 的 富 翁 梦 sil +006222 sil 但 开 发 商 要 我 们 拿 出 限 购 的 证 据 sp1 才 肯 给 我 们 退 房 sil +006223 sil 会 议 还 强 调 sp1 综 治 部 门 要 统 筹 安 排 sp1 搞 好 组 织 协 调 sil +006224 sil 人 又 长 得 漂 亮 sp1 穿 旗 袍 又 好 看 sil +006225 sil 提 拔 一 个 干 部 sp1 树 立 一 面 旗 帜 sil +006226 sil 这 场 运 动 最 终 被 中 央 停 止 sil +006227 sil 熊 炳 岗 仍 无 法 相 信 sp1 妻 子 就 这 么 去 了 sil +006228 sil 如 今 sp1 石 头 已 经 四 岁 了 sp1 聪 明 活 泼 可 爱 sil +006229 sil 孩 子 他 爸 sp1 连 忙 摇 了 摇 头 不 同 意 sp1 他 说 sp1 我 姓 梅 啊 sil +006230 sil 民 间 乾 隆 盗 木 sp1 传 说 就 和 菱 恩 殿 有 关 sil +006231 sil 这 些 被 偷 走 的 花 梨 柜 sp1 都 是 奶 奶 当 年 的 嫁 妆 sp1 已 经 珍 藏 几 十 年 sil +006232 sil 老 师 sp1 这 门 课 我 没 好 好 学 sp1 很 对 不 起 你 sil +006233 sil 许 多 大 货 车 司 机 告 诉 记 者 sp1 他 们 已 被 堵 两 天 两 夜 sil +006234 sil 昨 日 sp1 辽 宁 舰 悬 挂 满 旗 sp1 舰 员 精 神 抖 擞 分 区 列 队 sil +006235 sil 越 来 越 多 的 僧 人 在 国 外 留 学 中 掌 握 熟 练 的 外 语 技 能 sil +006236 sil 好 孩 子 sp1 那 咱 不 写 妈 妈 sp1 你 写 我 的 爸 爸 也 一 样 sp1 行 吗 sil +006237 sil 我 没 有 获 得 成 功 的 喜 悦 sp1 相 反 sp1 困 惑 与 痛 苦 缠 绕 着 我 sil +006238 sil 官 兵 在 狭 窄 的 岩 石 夹 缝 中 掏 炮 眼 sp1 准 备 集 中 爆 破 sil +006239 sil 发 短 信 者 称 sp1 要 去 看 望 胡 娜 和 邹 某 的 儿 子 sil +006240 sil 短 期 内 sp1 股 市 可 能 欠 缺 趋 势 性 的 投 资 机 会 sp1 将 维 持 震 荡 的 格 局 sil +006241 sil 就 是 这 样 的 一 片 文 化 遗 产 sp1 而 今 也 要 收 费 sp1 听 上 去 总 有 些 别 扭 sil +006242 sil 谁 知 胡 某 不 仅 不 听 劝 告 sp1 反 而 抡 起 菜 刀 砍 起 了 屋 内 物 品 sil +006243 sil 那 一 晚 和 他 睡 在 一 个 屋 里 的 sp1 还 有 码 头 上 的 棒 棒 们 sil +006244 sil 用 周 工 展 总 经 理 的 话 说 sp1 终 年 日 晒 雨 淋 风 吹 霜 打 sil +006245 sil 要 我 学 蛤 蟆 sp1 我 无 论 如 何 迈 不 动 腿 sil +006246 sil 由 于 伞 骨 前 端 带 钩 sp1 普 通 手 术 难 以 顺 利 取 出 sil +006247 sil 自 恋 玩 自 拍 sp1 长 裙 遭 人 踩 险 些 出 糗 sp1 幸 好 其 及 时 提 裙 sp1 省 得 走 光 sil +006248 sil 他 叫 小 心 走 火 sp1 本 人 姓 贺 sp1 长 春 人 sil +006249 sil 今 天 上 午 sp1 祥 云 火 炬 在 赤 峰 传 递 sp1 享 受 了 一 段 别 样 的 文 化 之 旅 sil +006250 sil 我 有 肝 癌 sp1 医 生 说 sp1 只 能 活 半 年 sil +006251 sil 鱼 刺 拔 出 后 sp1 患 者 很 快 痊 愈 sil +006252 sil 当 局 迫 于 压 力 sp1 不 得 不 接 受 了 改 造 方 案 sil +006253 sil 在 他 看 来 sp1 现 在 首 要 问 题 是 怎 么 保 存 牛 黄 sil +006254 sil 当 然 sp1 洛 翰 并 非 彻 底 与 娱 乐 圈 断 绝 了 关 系 sil +006255 sil 徐 某 矢 口 否 认 sp1 并 与 舍 友 发 生 了 激 烈 争 吵 sil +006256 sil 她 自 然 也 就 没 有 支 付 当 初 约 定 的 抚 养 费 了 sil +006257 sil 他 想 对 谢 景 渊 道 歉 sp1 谢 景 渊 一 转 身 sp1 往 二 号 室 走 sp1 把 他 晾 在 那 里 sil +006258 sil 现 场 点 缀 着 许 多 洁 白 的 玫 瑰 sp1 布 置 得 奢 华 又 浪 漫 sil +006259 sil 埃 尔 桑 常 对 人 说 sp1 四 十 天 间 的 蠢 事 sp1 我 四 十 年 都 偿 还 不 清 sil +006260 sil 古 代 的 男 孩 子 二 十 岁 左 右 sp1 女 孩 子 十 五 岁 左 右 就 能 结 婚 啦 sil +006261 sil 昨 天 清 晨 sp1 货 车 四 脚 朝 天 sp1 食 用 油 洒 了 一 地 sil +006262 sil 爱 国 必 要 去 南 京 sp1 因 为 南 京 有 许 多 可 进 行 爱 国 主 义 教 育 的 名 胜 古 迹 sil +006263 sil 林 雨 翔 据 实 交 代 sp1 柳 永 的 词 我 不 熟 sp1 欧 阳 修 的 还 可 以 sil +006264 sil 下 水 道 四 壁 整 洁 sp1 没 有 想 象 中 的 污 秽 与 腥 臭 sil +006265 sil 贯 彻 落 实 拒 不 支 付 劳 动 报 酬 罪 司 法 解 释 sil +006266 sil 吴 某 心 虚 sp1 听 到 动 静 sp1 立 即 溜 出 后 门 躲 起 来 sil +006267 sil 但 命 运 永 远 垂 青 傻 傻 的 孩 子 sp1 这 似 乎 是 永 恒 不 变 的 定 律 sil +006268 sil 当 天 sp1 他 卖 了 一 块 金 块 当 作 盘 缠 sil +006269 sil 短 短 十 来 分 钟 连 抢 两 人 sp1 这 伙 抢 匪 气 焰 太 嚣 张 了 sil +006270 sil 同 时 sp1 这 也 意 味 着 sp1 必 须 有 足 够 的 人 才 储 备 sil +006271 sil 前 五 个 月 外 贸 出 口 的 良 好 势 头 能 否 持 续 sil +006272 sil 最 初 的 创 业 冲 动 sp1 缘 于 几 年 前 的 sp1 换 物 概 念 sil +006273 sil 至 于 后 期 媒 体 的 报 道 sp1 只 是 一 种 揣 测 而 已 sil +006274 sil 张 楚 北 漂 sp1 第 一 个 找 上 的 就 是 老 乡 伊 沙 sil +006275 sil 从 紧 的 货 币 政 策 sp1 是 遏 制 投 资 过 热 和 通 货 膨 胀 压 力 的 手 段 sil +006276 sil 楼 主 有 一 男 性 同 学 sp1 公 认 的 学 霸 sp1 到 大 三 了 sp1 都 没 谈 过 恋 爱 sil +006277 sil 老 板 捎 了 捎 后 脑 勺 sp1 明 明 是 五 只 sp1 怎 么 sp1 只 有 一 只 了 sil +006278 sil 莫 非 她 的 命 运 真 的 受 到 法 老 的 操 纵 sil +006279 sil 婚 后 sp1 两 人 摩 擦 不 断 sil +006280 sil 第 一 道 闸 门 市 卫 生 局 sil +006281 sil 这 让 耿 松 看 到 了 希 望 sil +006282 sil 他 软 软 地 躺 在 椅 子 上 sil +006283 sil 这 是 万 达 的 窘 境 所 在 sil +006284 sil 男 子 走 路 的 姿 势 摇 摇 晃 晃 的 sp1 让 高 周 有 些 警 觉 sil +006285 sil 周 克 华 租 住 的 房 屋 sp1 位 于 小 区 三 单 元 六 零 五 房 间 sil +006286 sil 管 道 与 机 身 接 口 处 sp1 被 腐 蚀 出 一 个 碗 口 大 的 洞 sil +006287 sil 这 还 不 包 括 因 开 车 摆 弄 手 机 和 浏 览 导 航 系 统 而 丧 生 的 人 数 sil +006288 sil 在 邓 新 华 经 常 登 录 的 葫 芦 丝 专 业 网 站 上 sp1 悼 念 帖 子 不 断 更 新 sil +006289 sil 我 们 觉 得 和 瓮 安 事 件 的 情 况 比 较 吻 合 sp1 就 在 瓮 安 试 点 了 sil +006290 sil 朝 村 子 一 路 走 去 sp1 随 处 都 可 以 看 到 一 堆 堆 被 扔 在 路 边 的 葡 萄 sil +006291 sil 陶 瓿 两 侧 的 人 面 像 耳 朵 sil +006292 sil 以 至 于 区 域 过 分 集 中 sp1 业 务 范 围 太 过 窄 小 sp1 公 司 权 利 缺 乏 制 衡 sil +006293 sil 其 中 分 寸 的 拿 捏 sp1 还 真 需 要 火 候 sil +006294 sil 许 多 人 干 脆 鞋 一 蹬 sp1 躺 倒 在 座 位 上 sp1 将 硬 座 当 硬 卧 来 使 sil +006295 sil 各 式 口 音 混 杂 着 sp1 大 厅 里 熙 熙 攘 攘 sil +006296 sil 因 为 早 起 的 鸟 有 食 吃 sp1 早 开 的 花 有 水 喝 sil +006297 sil 梁 样 君 又 问 sp1 林 兄 sp1 你 是 不 是 也 有 那 个 呢 sil +006298 sil 与 去 年 相 比 sp1 杭 州 今 年 初 雪 晚 了 一 个 月 sil +006299 sil 高 林 说 sp1 她 的 硕 士 毕 业 论 文 快 要 完 成 了 sil +006300 sil 一 些 优 质 中 国 概 念 股 sp1 明 显 反 弹 sil +006301 sil 德 尔 惠 运 动 品 牌 店 仓 库 的 窗 户 铁 栏 杆 被 剪 断 sil +006302 sil 美 两 高 官 连 放 狠 话 sp1 战 云 似 乎 正 在 海 湾 上 空 骤 聚 sil +006303 sil 让 烟 花 观 赏 者 感 到 最 痛 苦 的 是 交 通 拥 堵 sil +006304 sil 马 丁 跪 在 地 上 挨 个 点 燃 蜡 烛 sil +006305 sil 这 些 问 题 恳 请 政 府 尽 快 解 决 sil +006306 sil 其 间 sp1 他 们 还 在 与 班 禅 的 关 系 问 题 上 sp1 同 亚 东 噶 厦 sp1 联 系 过 两 次 sil +006307 sil 这 些 私 宰 点 直 接 用 探 照 灯 照 明 sp1 整 个 山 头 都 灯 火 通 明 sil +006308 sil 该 园 的 动 物 笼 舍 里 的 空 调 风 扇 等 降 温 设 备 全 面 启 动 sil +006309 sil 原 来 我 也 是 人 类 呀 sp1 我 还 以 为 我 是 机 器 人 sil +006310 sil 或 者 他 们 在 假 料 中 掺 进 真 料 sp1 让 人 真 假 难 辨 sil +006311 sil 北 上 广 深 sp1 四 大 一 线 城 市 更 是 获 得 了 盛 世 荣 宠 sil +006312 sil 股 市 跌 这 么 惨 sp1 我 不 想 活 了 sil +006313 sil 今 天 偷 懒 没 看 书 sp1 被 你 发 现 啦 sil +006314 sil 我 省 商 超 集 体 向 国 家 发 改 委 的 诉 求 sp1 可 能 将 sp1 打 错 算 盘 sil +006315 sil 这 条 网 帖 迅 速 引 发 网 友 关 注 sil +006316 sil 海 外 奢 侈 品 网 站 也 按 捺 不 住 sil +006317 sil 在 游 戏 剧 本 创 作 中 sp1 打 谁 sil +006318 sil 这 嗟 来 之 食 sp1 于 我 而 言 sp1 难 呐 sil +006319 sil 图 为 垮 塌 围 墙 的 巨 大 砖 石 sil +006320 sil 先 来 看 看 刘 熀 松 的 计 算 sil +006321 sil 念 的 真 好 听 sp1 赶 明 儿 教 教 我 sil +006322 sil 之 后 sp1 徐 武 被 这 伙 人 掳 走 sil +006323 sil 原 来 她 耳 朵 又 不 聋 sp1 都 会 说 sil +006324 sil 随 后 sp1 何 背 部 又 被 捅 两 刀 sil +006325 sil 此 外 sp1 加 强 改 水 引 水 力 度 sil +006326 sil 住 哪 儿 我 也 是 女 的 sp1 首 选 女 生 sil +006327 sil 然 而 sp1 真 迹 陨 灭 精 神 不 朽 sil +006328 sil 简 直 是 一 个 人 顶 两 个 人 用 sil +006329 sil 对 此 查 查 也 有 自 己 的 委 屈 sil +006330 sil 容 不 容 易 抢 走 澳 门 的 客 人 sil +006331 sil 因 此 sp1 保 护 江 豚 已 刻 不 容 缓 sil +006332 sil 黑 暗 中 sp1 她 趴 在 地 上 摸 索 sil +006333 sil 周 秀 娜 孖 男 友 避 年 sp1 两 人 将 赴 泰 国 享 受 阳 光 与 海 滩 sil +006334 sil 好 sp1 进 卧 室 来 sp1 老 娘 给 你 准 备 了 搓 衣 板 sil +006335 sil 目 前 sp1 拈 花 寺 的 使 用 权 归 属 中 国 人 民 大 学 印 刷 厂 sil +006336 sil 雪 上 加 霜 的 辽 宁 队 sp1 不 断 调 兵 遣 将 sp1 试 图 挽 回 败 局 sil +006337 sil 扰 攘 一 番 后 sp1 换 钞 者 自 行 离 开 sp1 银 行 陆 续 恢 复 正 常 sil +006338 sil 从 其 过 往 的 种 种 细 节 中 sp1 或 能 管 窥 一 二 sil +006339 sil 两 市 仅 家 电 sp1 农 林 牧 渔 sp1 食 品 酿 酒 板 块 收 红 sil +006340 sil 为 了 稳 妥 起 见 sp1 紧 接 着 sp1 洒 水 车 又 进 行 了 第 二 次 清 洗 sil +006341 sil 她 的 造 型 也 相 当 年 轻 现 代 sp1 一 改 在 贾 樟 柯 片 中 的 土 妞 形 象 sil +006342 sil 故 障 车 辆 救 援 服 务 收 费 sp1 实 行 政 府 定 价 管 理 sil +006343 sil 实 际 上 sp1 你 要 卖 sp1 还 要 卖 更 便 宜 的 价 格 sil +006344 sil 要 心 胸 开 阔 sp1 达 观 向 上 sp1 严 以 律 己 宽 以 待 人 sp1 胜 不 骄 sp1 败 不 馁 sil +006345 sil 旁 边 一 哥 们 冲 那 爸 爸 吼 到 sp1 有 你 这 么 教 育 孩 子 的 吗 sil +006346 sil 我 尽 管 做 了 一 些 负 责 的 工 作 sp1 但 也 犯 过 错 误 sp1 栽 过 跟 斗 sp1 碰 过 钉 子 sil +006347 sil 是 他 们 脑 子 有 毛 病 sil +006348 sil 宝 贝 晚 安 sp1 好 梦 sil +006349 sil 温 州 乐 园 还 可 以 sil +006350 sil 我 们 先 从 那 儿 开 始 灭 sil +006351 sil 因 为 我 不 爱 吃 南 瓜 sil +006352 sil 吃 梨 可 以 止 咳 润 肺 sil +006353 sil 涝 过 之 后 依 然 亢 旱 sil +006354 sil 一 些 装 着 防 护 栏 杆 的 窗 户 上 sp1 还 挂 着 歪 楼 的 牌 子 sil +006355 sil 红 衣 男 子 踉 跄 着 走 向 路 边 人 行 道 sp1 一 屁 股 坐 了 下 去 sil +006356 sil 舍 友 也 很 喜 欢 这 些 小 乌 龟 sp1 经 常 把 它 们 捧 在 手 心 上 玩 sil +006357 sil 对 于 价 格 串 通 sp1 消 费 者 可 以 用 脚 投 票 sp1 让 价 格 联 盟 难 以 得 逞 sil +006358 sil 经 鉴 定 sp1 方 某 荣 系 被 他 人 持 锐 器 sp1 刺 破 心 脏 致 失 血 性 休 克 死 亡 sil +006359 sil 而 二 零 一 一 年 增 加 为 sp1 八 万 七 千 零 一 十 六 人 sp1 占 百 分 之 八 点 二 sil +006360 sil 我 的 柔 情 你 总 是 不 懂 sil +006361 sil 于 是 sp1 杨 勇 辗 转 来 到 了 合 肥 sil +006362 sil 几 分 钟 后 sp1 库 房 蹿 出 数 米 高 的 火 苗 sp1 多 辆 消 防 车 赶 来 灭 火 sil +006363 sil 儿 童 矮 小 症 sp1 应 早 发 现 sp1 早 治 疗 sp1 及 时 干 预 sp1 才 能 成 就 梦 想 的 高 度 sil +006364 sil 这 些 孩 子 衡 量 是 非 对 错 的 标 准 sp1 甚 至 往 往 参 照 自 己 小 圈 子 的 标 准 sil +006365 sil 于 丹 被 呛 声 是 一 件 尴 尬 事 sil +006366 sil 民 警 说 sp1 从 谈 话 中 感 觉 到 她 义 气 又 爽 快 sil +006367 sil 此 后 sp1 陶 校 兴 收 受 贿 赂 之 事 sp1 便 慢 慢 演 变 为 赤 裸 裸 的 金 钱 交 易 sil +006368 sil 高 成 一 心 想 要 个 儿 子 sp1 所 以 去 年 春 天 时 sp1 表 姐 就 怀 孕 了 sil +006369 sil 此 外 sp1 该 网 点 并 未 办 理 烟 花 爆 竹 公 众 责 任 险 sil +006370 sil 昨 日 sp1 陈 景 河 与 邹 来 昌 sp1 都 已 决 定 服 从 处 罚 sil +006371 sil 最 终 sp1 以 一 点 八 一 八 七 六 亿 元 成 功 夺 标 sil +006372 sil 这 也 为 李 静 多 喜 临 门 的 年 底 成 绩 单 sp1 又 加 上 了 一 抹 亮 色 sil +006373 sil 同 时 他 透 露 sp1 雷 军 近 期 也 曾 到 点 心 团 队 拜 访 sil +006374 sil 在 这 个 季 节 里 sp1 寒 风 凛 冽 sp1 降 雪 频 仍 sp1 人 们 活 动 受 到 诸 多 限 制 sil +006375 sil 但 阿 灵 顿 现 在 却 声 称 sp1 她 当 初 离 职 时 sp1 处 于 极 其 肮 脏 的 状 况 sil +006376 sil 唔 sp1 我 明 天 就 去 剪 头 发 好 啦 sil +006377 sil 过 磅 时 sp1 小 宋 多 了 个 心 眼 sp1 将 袋 子 下 部 的 糖 抠 出 来 一 尝 sp1 竟 是 盐 sil +006378 sil 现 在 看 起 来 sp1 八 字 sp1 或 许 有 一 撇 了 sil +006379 sil 你 猜 啊 你 猜 啊 你 猜 啊 sp1 你 猜 对 了 我 就 告 诉 你 sil +006380 sil 这 事 儿 就 发 生 在 sp1 葫 芦 岛 抗 战 老 兵 sp1 宗 占 德 身 上 sil +006381 sil 华 盛 顿 当 前 的 天 气 情 况 sp1 为 雨 夹 雪 伴 随 强 阵 风 sil +006382 sil 老 师 sp1 痴 迷 于 网 络 游 戏 sp1 会 让 人 变 的 暴 力 sil +006383 sil 和 酒 鬼 酒 相 比 sp1 另 有 白 酒 企 业 在 塑 化 剂 风 波 中 sp1 饱 受 考 验 sil +006384 sil 你 在 下 边 都 干 什 么 了 sil +006385 sil 能 够 拥 有 一 套 宽 敞 的 新 房 sp1 就 成 了 一 家 人 的 心 愿 sil +006386 sil 巴 希 尔 于 同 月 sp1 在 加 沙 接 受 了 徒 手 杀 人 的 训 练 sil +006387 sil 靠 sp1 洗 碗 用 的 橡 胶 手 套 sil +006388 sil 但 饶 毅 sp1 并 没 有 指 出 名 字 sil +006389 sil 现 场 记 者 抛 出 一 串 问 题 sil +006390 sil 我 身 上 的 淤 伤 并 非 跌 倒 sil +006391 sil 受 审 时 sp1 阮 某 自 认 无 罪 sil +006392 sil 左 腿 蜷 着 sp1 压 在 右 腿 上 面 sil +006393 sil 头 晕 了 吗 sp1 需 要 去 医 院 吗 sil +006394 sil 对 此 sp1 求 雪 女 不 愿 回 答 sil +006395 sil 然 而 sp1 当 天 走 得 很 拖 沓 sil +006396 sil 不 知 道 算 怎 么 个 情 况 sil +006397 sil 我 一 直 告 诫 自 己 sp1 要 耐 住 寂 寞 sil +006398 sil 如 果 为 权 所 累 sp1 为 权 所 驭 sp1 就 会 成 为 权 力 的 奴 隶 sp1 为 权 所 害 sil +006399 sil 两 男 子 大 概 还 没 回 过 神 来 呢 sp1 就 都 被 撸 进 了 sil +006400 sil 但 专 家 提 醒 sp1 这 样 的 月 饼 养 生 sp1 不 靠 谱 sil +006401 sil 我 给 的 零 用 钱 sp1 他 全 攒 着 夹 在 书 里 sil +006402 sil 随 后 sp1 一 位 街 坊 将 该 女 子 拉 入 屋 内 关 上 大 门 sil +006403 sil 温 家 宝 一 大 早 来 到 了 嘉 祥 县 疃 里 镇 贾 桥 村 sil +006404 sil 下 一 步 sp1 国 家 将 按 照 积 极 稳 妥 原 则 sp1 清 理 小 产 权 房 sil +006405 sil 教 练 一 节 一 节 sp1 一 个 节 拍 一 个 节 拍 地 sp1 给 我 们 抠 动 作 sil +006406 sil 得 手 后 sp1 赃 款 俵 分 sp1 手 机 则 找 二 手 店 进 行 销 赃 sp1 用 这 笔 钱 吃 喝 sil +006407 sil 孙 家 就 像 是 挨 了 闷 棍 sp1 一 时 缓 不 过 神 来 sil +006408 sil 相 反 她 的 女 儿 翟 然 慧 身 上 不 仅 有 文 身 sp1 平 时 打 扮 也 十 分 惹 火 sil +006409 sil 事 发 时 sp1 当 事 皮 卡 与 另 一 车 辆 准 备 加 油 sp1 两 者 相 距 较 远 sil +006410 sil 宝 贝 定 投 顾 名 思 义 sp1 是 父 母 给 儿 女 购 买 的 基 金 定 投 sil +006411 sil 此 案 日 前 在 郴 州 市 北 湖 区 人 民 法 院 开 庭 审 理 sil +006412 sil 张 春 贤 获 悉 网 民 意 见 后 sp1 通 过 论 证 及 时 爆 破 拆 除 了 那 根 烟 囱 sil +006413 sil 我 都 折 腾 零 碎 了 sp1 可 别 再 折 腾 了 sil +006414 sil 忆 起 你 病 故 的 那 一 幕 sp1 爸 爸 肝 肠 寸 断 呀 sil +006415 sil 有 一 回 sp1 一 个 人 打 电 话 找 她 sp1 她 一 接 起 电 话 sp1 那 边 就 大 吼 一 声 sp1 孽 畜 sil +006416 sil 我 已 经 远 走 高 飞 sp1 你 们 就 不 要 再 费 劲 找 我 了 sil +006417 sil 说 到 动 情 处 sp1 邢 春 英 sp1 当 庭 洒 泪 sil +006418 sil 上 面 涂 满 了 甜 甜 酸 酸 的 感 情 sil +006419 sil 燕 郊 sp1 踏 上 科 学 发 展 的 新 征 程 sil +006420 sil 领 导 威 信 降 低 sp1 党 的 形 象 受 损 sil +006421 sil 岑 某 见 林 海 毁 约 sp1 便 不 再 理 他 sil +006422 sil 侯 某 犯 诈 骗 罪 sp1 免 予 刑 事 处 罚 sil +006423 sil 我 最 喜 欢 华 尔 街 sp1 听 说 世 界 上 最 优 秀 的 人 都 聚 集 在 这 里 sil +006424 sil 他 认 为 sp1 这 款 游 戏 贬 损 了 上 海 这 座 中 华 繁 华 都 市 的 声 誉 sil +006425 sil 后 经 过 与 其 家 人 沟 通 sp1 最 终 决 定 sp1 为 陈 娟 实 施 剖 腹 产 手 术 sil +006426 sil 邓 州 市 委 市 政 府 sp1 赞 扬 他 们 是 一 个 光 彩 夺 目 的 雷 锋 群 体 sil +006427 sil 被 捕 后 直 至 返 回 瑞 典 前 sp1 瓦 里 被 扣 押 在 金 边 的 拘 留 所 内 sil +006428 sil 家 里 摆 设 依 旧 sp1 只 是 旁 边 的 湖 面 越 来 越 干 sil +006429 sil 所 以 有 些 熊 猫 的 爪 子 很 长 sp1 身 上 也 有 一 些 异 味 sil +006430 sil 事 实 上 sp1 已 有 上 海 本 土 企 业 开 始 降 价 跑 量 sil +006431 sil 他 有 时 窝 在 家 里 sp1 有 时 松 松 垮 垮 跟 在 婶 子 后 面 sp1 到 县 城 上 访 sil +006432 sil 看 到 罗 某 已 上 钩 sp1 就 带 罗 某 到 该 宾 馆 五 零 二 号 房 sil +006433 sil 最 引 人 注 目 的 sp1 要 算 是 总 理 府 办 公 大 楼 门 口 那 十 来 平 方 米 的 水 稻 田 sil +006434 sil 自 从 奶 牛 死 去 sp1 我 只 能 靠 打 点 短 工 和 借 债 过 日 子 sil +006435 sil 但 这 是 个 错 觉 sp1 就 犹 如 鸵 鸟 把 头 埋 藏 在 沙 子 里 一 样 sil +006436 sil 经 查 sp1 该 团 伙 成 员 全 部 是 sp1 灞 桥 区 洪 庆 街 办 的 老 乡 sil +006437 sil 在 爱 的 路 上 sp1 会 有 区 电 视 台 来 做 一 个 节 目 sp1 另 有 教 委 之 人 下 凡 督 导 sil +006438 sil 双 方 很 快 签 订 了 二 手 房 买 卖 合 同 sil +006439 sil 我 回 头 望 望 彝 海 sp1 她 似 乎 在 微 笑 着 絮 语 sil +006440 sil 网 络 是 否 成 为 反 腐 倡 廉 的 有 力 平 台 sil +006441 sil 方 太 缘 何 能 成 为 厨 电 领 域 的 香 饽 饽 sil +006442 sil 解 决 达 尔 富 尔 问 题 sp1 目 前 的 困 难 何 在 sil +006443 sil 我 们 立 即 明 白 sp1 他 是 说 只 有 一 名 歹 徒 手 里 有 枪 sil +006444 sil 著 名 鉴 宝 专 家 马 未 都 也 提 出 了 同 样 的 质 疑 sil +006445 sil 怀 特 说 sp1 不 难 啊 sp1 你 找 个 印 冥 钞 的 地 方 不 就 可 以 了 吗 sil +006446 sil 打 扫 完 快 好 好 歇 一 会 sp1 需 要 我 放 首 歌 给 你 鼓 劲 的 话 sp1 就 直 接 对 我 说 歌 名 吧 sil +006447 sil 这 下 子 弄 得 大 伙 心 里 别 别 扭 扭 sp1 大 大 扫 了 我 们 的 玩 兴 sil +006448 sil 记 者 随 后 问 一 个 过 路 的 农 民 sp1 你 家 分 了 衣 服 没 有 sil +006449 sil 人 家 都 说 sp1 俺 把 孩 子 带 得 很 好 sp1 其 实 是 俺 拖 累 了 孩 子 sil +006450 sil 该 给 祖 宗 和 母 亲 烧 纸 了 sp1 他 会 来 到 长 江 边 sil +006451 sil 都 多 少 年 了 sp1 铁 树 也 该 开 花 了 吧 sil +006452 sil 媒 体 推 测 sp1 事 故 原 因 sp1 与 船 只 超 载 有 关 sil +006453 sil 天 龙 八 部 影 视 城 sp1 主 人 快 带 我 去 嘛 sil +006454 sil 饿 得 实 在 不 行 sp1 就 趁 天 黑 时 sp1 用 手 捧 些 河 水 喝 sil +006455 sil 我 在 廊 坊 呆 了 一 年 半 sil +006456 sil 谁 把 车 子 停 在 这 儿 了 sil +006457 sil 只 要 一 百 块 就 够 了 吗 sil +006458 sil 握 拳 挥 过 去 sp1 软 软 的 sil +006459 sil 如 果 做 官 sp1 就 要 跟 企 业 撇 清 关 系 sil +006460 sil 父 母 散 去 后 sp1 一 屋 子 人 一 声 不 吭 sp1 整 理 自 己 整 齐 得 不 需 整 理 的 东 西 sil +006461 sil 绑 匪 给 她 穿 上 了 自 杀 式 炸 弹 背 心 sp1 在 营 救 人 员 到 来 时 引 爆 sil +006462 sil 他 八 二 年 生 sp1 河 北 人 sp1 大 学 本 科 毕 业 生 sil +006463 sil 布 什 这 篇 国 情 咨 文 sp1 标 志 着 他 总 统 任 期 结 束 sp1 或 结 尾 阶 段 的 开 始 sil +006464 sil 这 是 典 型 的 sp1 按 下 葫 芦 又 起 瓢 sil +006465 sil 很 自 然 地 sp1 他 也 向 对 方 笑 笑 sil +006466 sil 雨 翔 哇 了 一 声 sp1 说 sp1 这 人 写 的 情 书 和 大 学 教 授 写 的 散 文 一 样 sil +006467 sil 咱 也 不 能 老 欠 人 家 钱 不 还 呀 sil +006468 sil 为 息 事 宁 人 sp1 吴 某 爽 快 答 应 了 sil +006469 sil 一 转 眼 你 都 这 么 大 了 sil +006470 sil 但 对 一 吻 定 终 身 的 说 法 sp1 孙 允 芳 表 示 sp1 很 值 得 质 疑 sil +006471 sil 当 地 政 府 的 如 意 算 盘 岂 不 是 sp1 鸡 飞 蛋 打 一 场 空 sil +006472 sil 大 口 钦 村 村 民 王 国 荣 sp1 患 股 骨 头 坏 死 sp1 家 里 极 为 贫 困 sil +006473 sil 它 们 船 船 相 连 首 尾 衔 接 sp1 组 成 了 浩 浩 荡 荡 的 船 队 sil +006474 sil 既 然 怎 样 都 是 融 资 sp1 那 么 阿 里 巴 巴 很 有 可 能 继 续 放 大 胃 口 sil +006475 sil 但 住 了 仅 半 年 sp1 哥 哥 又 因 风 水 问 题 搬 离 sp1 迁 回 加 多 利 山 旧 居 sil +006476 sil 今 天 带 四 岁 女 儿 到 单 位 玩 sp1 一 同 事 逗 问 她 sp1 丫 头 sp1 你 长 得 像 谁 啊 sil +006477 sil 在 志 愿 者 交 接 仪 式 上 sp1 陈 毅 骙 亲 自 为 母 亲 陈 敏 献 花 sil +006478 sil 我 爸 常 说 是 狗 屎 糊 了 眼 睛 sp1 才 看 上 我 妈 的 sp1 你 也 是 吗 sil +006479 sil 为 什 么 这 么 多 景 点 扎 堆 涨 价 呢 sil +006480 sil 朋 友 劝 道 sp1 是 不 是 你 自 己 有 问 题 啊 sil +006481 sil 瞧 瞧 你 sp1 年 纪 不 大 sp1 皱 纹 倒 不 少 sil +006482 sil 李 恩 平 称 sp1 存 量 供 给 进 一 步 积 累 sil +006483 sil 她 是 一 名 夜 总 会 的 舞 娘 sp1 艺 名 鲁 比 sil +006484 sil 小 红 sp1 你 在 锅 底 下 点 蜡 烛 了 吗 sil +006485 sil 好 在 蜜 雪 儿 想 到 了 好 莱 乌 博 物 馆 sil +006486 sil 官 兵 们 肩 扛 手 抬 sp1 扛 着 冲 锋 舟 sp1 踩 着 泥 泞 sp1 急 步 向 港 边 村 开 进 sil +006487 sil 绕 落 回 sp1 是 嫦 娥 探 月 的 三 部 曲 sil +006488 sil 董 一 进 门 就 要 钱 sp1 但 其 公 公 说 手 里 没 钱 sil +006489 sil 马 英 雪 的 电 话 为 sp1 幺 五 八 三 二 八 七 七 二 四 六 sil +006490 sil 没 空 算 了 sp1 不 给 你 了 sil +006491 sil 老 人 终 身 未 婚 sp1 无 儿 无 女 sil +006492 sil 常 年 生 活 在 黄 河 北 岸 的 马 努 海 sp1 个 头 不 高 sil +006493 sil 要 提 高 短 缺 品 种 产 量 sil +006494 sil 在 救 灾 复 产 工 作 方 法 上 sp1 要 有 主 有 次 sp1 不 能 眉 毛 胡 子 一 把 抓 sil +006495 sil 早 上 一 小 情 侣 打 赌 sp1 在 大 厦 窗 外 喊 自 己 叫 什 么 sp1 自 己 是 猪 之 类 的 话 sil +006496 sil 她 们 想 知 道 sp1 刘 大 成 在 外 面 究 竟 能 火 成 啥 样 子 sil +006497 sil 纵 观 浮 华 娱 乐 圈 sp1 女 明 星 不 少 sp1 但 天 生 文 艺 范 儿 的 却 不 多 sil +006498 sil 杀 人 后 sp1 刘 某 回 家 还 装 模 作 样 sp1 主 动 出 去 找 人 sil +006499 sil 另 外 一 个 让 夫 妻 俩 发 愁 的 是 医 疗 费 已 捉 襟 见 肘 sil +006500 sil 日 本 寺 院 和 神 社 sp1 均 会 在 大 晦 日 举 行 撞 钟 仪 式 sil +006501 sil 日 子 一 天 天 过 去 sp1 她 越 发 焦 虑 sil +006502 sil 因 被 人 讨 债 sp1 张 某 萌 生 抢 劫 念 头 sil +006503 sil 你 的 帅 如 此 与 众 不 同 sp1 像 把 整 个 宇 宙 都 装 进 了 你 的 双 眼 中 sil +006504 sil 我 明 白 了 sp1 您 是 让 我 向 您 一 样 友 好 的 对 待 身 边 每 一 个 人 吗 sil +006505 sil 九 零 幺 室 的 火 早 已 被 扑 灭 sil +006506 sil 车 站 的 问 讯 电 话 为 sp1 八 六 四 三 三 二 三 二 sil +006507 sil 大 动 脉 频 繁 梗 阻 sp1 张 家 口 首 当 其 冲 sil +006508 sil 是 不 是 都 只 是 街 边 的 小 店 小 餐 馆 啊 sil +006509 sil 而 这 一 天 sp1 恰 是 水 灵 的 母 亲 sp1 龙 欣 产 崽 sil +006510 sil 据 警 方 介 绍 sp1 王 琛 交 代 称 作 案 理 由 是 苦 无 生 活 费 sil +006511 sil 可 是 今 天 sp1 她 居 然 在 某 宝 把 保 护 壳 和 贴 膜 都 买 好 了 sil +006512 sil 唱 歌 要 唱 最 红 的 歌 sp1 红 歌 sp1 在 井 冈 山 的 苍 山 翠 林 里 回 荡 sil +006513 sil 部 分 学 生 随 即 出 现 了 咳 嗽 呕 吐 等 症 状 sil +006514 sil 但 她 伤 口 的 疼 痛 依 旧 sp1 不 时 发 出 哼 哼 声 sil +006515 sil 是 把 生 活 的 其 他 压 力 sp1 都 转 嫁 到 社 保 了 sil +006516 sil 学 生 们 为 死 者 折 叠 了 将 近 两 万 只 千 纸 鹤 sil +006517 sil 事 发 地 位 于 奉 城 镇 sp1 冯 家 村 六 百 二 十 六 号 sil +006518 sil 妹 妹 姓 谢 sp1 姐 姐 当 然 姓 谢 了 sil +006519 sil 钟 某 在 宾 馆 门 口 与 债 主 拉 扯 sil +006520 sil 相 关 情 况 sp1 齐 鲁 网 将 继 续 追 踪 sil +006521 sil 程 婴 的 内 心 过 程 比 较 难 捉 摸 sil +006522 sil 小 岛 生 活 让 格 拉 欣 受 益 匪 浅 sil +006523 sil 北 广 场 停 车 位 减 少 sp1 拥 堵 加 剧 sil +006524 sil 身 边 要 好 的 朋 友 和 同 事 sp1 或 许 能 带 来 意 想 不 到 的 惊 喜 sil +006525 sil 想 笑 就 笑 sp1 想 恼 火 就 恼 火 sil +006526 sil 除 了 行 政 手 段 调 控 sp1 购 房 信 贷 再 度 卡 紧 sil +006527 sil 那 时 sp1 泥 鳅 还 潜 在 泥 里 sp1 苦 心 打 造 演 讲 稿 sil +006528 sil 这 还 不 简 单 嘛 sp1 带 着 女 友 买 买 买 sil +006529 sil 原 来 你 也 喜 欢 意 境 美 美 的 唐 诗 呀 sp1 我 以 为 sp1 只 有 我 这 样 的 女 孩 子 才 会 喜 欢 sil +006530 sil 不 想 吃 sp1 闻 见 味 了 过 敏 sil +006531 sil 连 上 岗 前 培 训 支 摊 儿 的 功 夫 都 省 了 sp1 这 家 可 真 能 压 缩 成 本 sil +006532 sil 男 子 似 乎 有 了 点 知 觉 sp1 含 糊 不 清 地 嘟 哝 了 几 句 sil +006533 sil 新 政 实 施 后 sp1 奥 赛 获 奖 者 也 要 参 加 高 考 填 报 志 愿 sil +006534 sil 这 些 小 岛 都 很 宝 贵 呀 sp1 别 糟 蹋 了 sil +006535 sil 土 耳 其 长 期 以 来 一 直 存 在 着 坚 持 和 反 对 世 俗 原 则 的 斗 争 sil +006536 sil 邹 世 龙 的 名 字 sp1 我 只 是 听 说 sil +006537 sil 整 个 购 物 时 间 sp1 为 三 十 一 分 钟 sil +006538 sil 我 们 完 全 犯 不 着 对 他 不 依 不 饶 sil +006539 sil 这 会 成 为 布 莱 尔 旋 风 的 起 点 吗 sil +006540 sil 把 房 地 产 作 为 投 资 也 是 不 恰 当 的 sp1 国 情 不 允 许 sil +006541 sil 我 们 也 曾 经 在 屋 里 酣 睡 的 时 候 sp1 被 声 音 吓 醒 sil +006542 sil 岁 月 绝 对 不 是 杀 猪 刀 sp1 而 是 一 名 优 秀 的 饲 养 员 sil +006543 sil 裴 某 删 除 了 邮 件 中 助 理 医 师 考 试 内 容 后 sp1 转 发 给 表 姐 曹 某 sil +006544 sil 看 到 孩 子 执 拗 的 态 度 sp1 辰 辰 妈 心 里 也 挺 纠 结 sil +006545 sil 据 王 先 生 介 绍 sp1 哈 士 奇 是 唯 一 不 会 狗 叫 的 犬 类 sil +006546 sil 事 情 败 露 后 sp1 惠 普 变 成 了 刺 探 隐 私 的 侵 权 者 sil +006547 sil 今 天 在 饭 店 见 证 了 邻 桌 姑 娘 被 搭 讪 的 全 程 sil +006548 sil 我 毫 不 迟 疑 的 迅 速 钻 进 去 sp1 那 酸 爽 一 辈 子 都 忘 不 了 sil +006549 sil 今 次 发 生 如 此 严 重 的 人 踩 人 悲 剧 sp1 可 谓 非 常 讽 刺 sil +006550 sil 第 三 次 sp1 医 生 再 来 问 他 的 病 情 时 sp1 他 说 现 在 泻 肚 子 sil +006551 sil 韩 连 明 没 有 想 到 sp1 张 伯 虎 从 此 成 了 他 在 獒 园 轰 都 轰 不 走 的 看 客 sil +006552 sil 一 日 壁 虎 哀 求 道 sp1 你 还 是 给 我 个 痛 快 吧 sp1 我 受 不 了 啦 sil +006553 sil 是 啊 是 啊 sp1 谭 总 sp1 听 说 你 混 的 不 错 啊 sil +006554 sil 后 方 某 先 后 被 两 辆 轿 车 碾 压 致 死 sil +006555 sil 最 荒 唐 的 一 起 案 例 是 sp1 微 博 开 房 事 件 sil +006556 sil 他 玩 得 不 亦 乐 乎 sp1 接 受 采 访 时 侃 侃 而 谈 sil +006557 sil 我 等 你 出 差 回 来 sil +006558 sil 淘 宝 一 拆 三 后 sp1 它 获 得 了 最 多 的 支 持 sil +006559 sil 别 跟 我 抢 男 朋 友 sil +006560 sil 联 系 电 话 sp1 六 四 二 幺 二 四 六 幺 sp1 或 sp1 幺 二 三 二 零 sil +006561 sil 徐 静 蕾 与 黄 立 行 sil +006562 sil 妈 妈 的 一 句 话 让 我 瞬 间 泪 流 满 面 sp1 你 啥 时 候 回 来 sp1 咱 家 啥 时 候 过 年 sil +006563 sil 每 次 听 到 偶 像 的 声 音 sp1 都 兴 奋 起 哄 sil +006564 sil 的 确 sp1 巴 菲 特 的 醉 翁 之 意 sp1 正 是 比 亚 迪 的 新 能 源 技 术 sp1 及 其 广 阔 前 景 sil +006565 sil 律 师 法 已 明 确 允 许 的 自 行 调 查 取 证 sp1 也 未 纳 入 sil +006566 sil 保 护 棉 农 利 益 sp1 增 加 棉 农 收 入 sp1 是 棉 花 宏 观 调 控 的 基 本 原 则 sil +006567 sil 兰 州 黄 河 边 上 趸 船 较 多 sp1 夏 天 多 有 市 民 在 此 休 闲 娱 乐 sil +006568 sil 贾 宝 玉 初 见 林 黛 玉 说 的 第 一 句 sp1 是 这 个 妹 妹 sp1 我 曾 见 过 的 sil +006569 sil 一 头 利 落 短 发 配 合 干 净 的 裤 装 sp1 让 黄 奕 显 得 自 信 满 满 sil +006570 sil 等 到 小 飞 跑 进 屋 看 时 sp1 小 梅 将 小 明 按 在 地 上 用 脚 跺 着 sil +006571 sil 上 面 用 黄 色 油 漆 sp1 工 工 整 整 列 出 村 财 务 的 近 百 个 具 体 项 目 sil +006572 sil 当 前 来 自 祖 国 四 面 八 方 的 物 资 sp1 正 在 通 过 铁 路 运 往 灾 区 sil +006573 sil 不 然 sp1 恁 热 的 天 系 个 领 带 sp1 啷 个 受 得 了 sil +006574 sil 如 果 人 民 力 量 党 参 与 舞 弊 的 证 据 确 凿 sp1 人 民 力 量 党 将 被 解 散 sil +006575 sil 养 犬 人 在 住 所 内 饲 养 犬 只 sp1 应 当 有 效 控 制 犬 只 吠 叫 sil +006576 sil 那 么 sp1 对 日 本 而 言 sp1 何 种 国 家 哲 学 才 是 必 要 的 呢 sil +006577 sil 但 是 sp1 这 座 含 着 金 钥 匙 出 生 的 楼 盘 却 命 运 多 舛 sil +006578 sil 我 家 小 区 的 大 门 口 sp1 时 常 有 几 辆 黑 车 在 那 儿 趴 活 儿 sil +006579 sil 带 小 孩 太 累 了 sp1 什 么 都 不 懂 sp1 还 总 要 大 人 陪 着 玩 sil +006580 sil 大 约 晚 上 十 一 点 左 右 sp1 火 开 始 向 三 十 四 楼 蔓 延 sil +006581 sil 律 师 提 醒 我 sp1 从 黄 牛 手 中 买 票 sp1 是 违 法 行 为 sil +006582 sil 两 人 更 加 当 众 做 出 搂 抱 亲 嘴 捏 脸 蛋 sp1 和 互 喂 食 物 等 亲 密 动 作 sil +006583 sil 行 动 鲁 莽 的 他 常 常 被 吴 蔷 骂 得 狗 血 淋 头 sp1 但 他 却 爱 上 吴 蔷 sil +006584 sil 银 行 闹 钱 荒 sp1 鼓 励 提 前 还 贷 和 揽 储 sp1 花 样 百 出 sil +006585 sil 连 篱 笆 sp1 花 园 枱 凳 sp1 及 仙 人 掌 等 植 物 都 全 线 倒 塌 sil +006586 sil 尽 管 如 此 sp1 蔡 赟 并 没 有 因 为 生 活 条 件 简 陋 而 心 灰 意 冷 sil +006587 sil 我 知 道 我 并 不 完 美 sp1 但 我 会 很 努 力 成 为 你 的 唯 一 sil +006588 sil 很 多 墓 地 销 售 处 sp1 都 组 织 客 户 听 风 水 先 生 讲 课 sp1 宣 传 风 水 知 识 sil +006589 sil 太 阳 照 常 升 起 sp1 阳 光 依 然 灿 烂 sil +006590 sil 事 实 证 明 sp1 王 长 田 这 种 以 发 行 营 销 切 入 也 是 相 当 讨 巧 的 sil +006591 sil 此 案 在 全 厦 门 sp1 引 发 各 方 关 注 sil +006592 sil 这 些 年 sp1 范 姑 娘 一 直 很 倔 强 sil +006593 sil 生 活 不 是 缺 少 美 sp1 而 是 缺 少 了 发 现 美 的 眼 睛 sp1 加 油 哟 sil +006594 sil 此 后 sp1 在 老 乡 刘 有 余 的 怂 恿 下 sp1 齐 石 光 沾 染 上 了 毒 品 sil +006595 sil 那 天 穿 制 服 的 蜀 黍 来 小 区 了 sp1 感 觉 都 好 帅 好 威 风 哦 sil +006596 sil 吵 吵 闹 闹 让 张 女 士 受 不 了 sp1 她 也 怕 影 响 到 正 在 读 高 中 的 女 儿 sil +006597 sil 殡 仪 馆 对 面 是 火 葬 场 sil +006598 sil 这 意 味 着 风 险 隐 患 明 显 sil +006599 sil 如 能 将 五 分 之 一 的 冗 车 拍 卖 sp1 无 疑 更 符 合 民 意 期 待 sil +006600 sil 遇 到 横 亘 在 脖 子 高 度 的 电 线 sp1 大 家 已 经 能 够 默 契 地 提 醒 闪 避 sil +006601 sil 目 前 管 理 方 只 得 使 用 高 压 喷 射 的 笨 办 法 sil +006602 sil 有 报 道 称 sp1 该 市 平 坟 复 耕 工 作 sp1 已 暂 停 推 行 sil +006603 sil 这 也 是 大 学 生 协 管 员 不 好 招 聘 的 原 因 sil +006604 sil 当 天 sp1 淘 宝 交 易 付 款 sp1 发 电 子 版 照 片 sil +006605 sil 一 国 两 制 的 成 功 sp1 超 乎 我 们 的 预 期 sil +006606 sil 尸 体 经 雨 衣 包 裹 sp1 电 线 捆 扎 sp1 被 抱 到 了 黄 徐 根 的 摩 托 车 后 座 sil +006607 sil 车 辆 冲 关 完 了 后 sp1 收 费 员 才 敢 出 岗 亭 将 通 道 的 栏 杆 扶 正 sil +006608 sil 消 防 官 兵 戴 上 手 套 sp1 用 火 钩 扫 把 sp1 将 蛇 赶 出 床 底 sil +006609 sil 从 花 土 沟 好 不 容 易 搭 乘 一 辆 解 放 sp1 颠 簸 得 我 们 不 住 想 呕 吐 sil +006610 sil 今 年 在 外 包 装 上 sp1 还 首 次 有 了 防 伪 记 号 sil +006611 sil 这 次 协 商 没 提 辞 退 的 事 儿 sp1 光 谈 补 偿 sil +006612 sil 鼻 孔 里 sp1 流 出 了 鲜 血 sp1 他 赶 紧 下 了 楼 sil +006613 sil 两 人 在 以 色 列 伊 朗 等 中 东 政 策 上 分 歧 颇 多 sil +006614 sil 不 知 道 为 什 么 sp1 傻 傻 的 白 羊 似 乎 总 是 有 好 运 气 sil +006615 sil 随 后 sp1 地 方 干 部 到 中 央 部 委 履 新 的 步 伐 加 快 sil +006616 sil 两 名 劫 匪 离 店 时 sp1 将 他 们 捆 绑 并 用 胶 带 封 嘴 后 逃 离 sil +006617 sil 可 口 可 乐 sp1 和 中 国 的 未 来 发 展 将 融 为 一 体 sil +006618 sil 这 对 中 心 城 的 污 染 影 响 就 要 小 一 些 sil +006619 sil 他 们 对 学 校 的 榜 样 教 育 评 价 如 何 sil +006620 sil 与 之 伴 随 的 是 那 只 藏 獒 的 吼 叫 sil +006621 sil 车 主 扯 着 黄 董 不 放 sp1 要 求 赔 偿 sil +006622 sil 钟 灵 岔 开 鬼 话 题 sp1 这 地 方 赌 钱 的 人 很 多 啊 sil +006623 sil 天 空 飘 起 了 蒙 蒙 细 雨 sp1 北 川 老 县 城 sp1 笼 罩 在 一 片 雾 霭 里 sil +006624 sil 营 救 工 作 sp1 让 智 利 总 统 皮 涅 拉 sp1 支 持 率 大 涨 sil +006625 sil 我 平 时 不 玩 微 博 的 sp1 我 说 诶 sp1 微 博 上 真 的 有 我 的 照 片 sil +006626 sil 番 禺 此 项 政 策 sp1 自 然 受 到 外 来 务 工 家 庭 的 追 捧 sil +006627 sil 在 我 国 地 方 种 猪 里 sp1 荣 昌 猪 sp1 是 其 中 的 佼 佼 者 sil +006628 sil 最 后 sp1 陈 燃 挑 选 了 两 套 风 格 迥 然 不 同 的 服 饰 sil +006629 sil 郭 晋 安 与 太 太 都 表 示 很 满 足 sp1 计 划 sp1 不 再 要 孩 子 sil +006630 sil 官 方 数 据 显 示 sp1 点 心 累 积 用 户 规 模 sp1 达 到 一 百 万 sil +006631 sil 在 队 伍 最 前 面 的 是 身 穿 零 零 一 号 囚 服 的 赵 凤 林 sil +006632 sil 张 蕊 说 sp1 外 公 还 特 别 喜 欢 逛 街 sp1 经 常 到 春 熙 路 逛 sil +006633 sil 这 恐 怕 是 国 际 航 空 业 sp1 必 须 认 真 面 对 的 严 峻 现 实 sil +006634 sil 检 方 认 为 sp1 杨 春 妹 涉 嫌 贪 污 罪 sp1 和 挪 用 公 款 罪 sil +006635 sil 墙 上 告 示 未 能 说 明 sp1 马 桶 的 上 述 花 哨 功 能 sp1 会 消 耗 多 少 电 量 sil +006636 sil 中 国 人 民 sp1 保 钓 同 仇 敌 忾 sp1 众 志 成 城 sp1 反 映 sp1 民 心 可 畏 sp1 民 气 可 用 sil +006637 sil 你 溜 达 溜 达 赶 紧 出 去 sp1 你 已 经 在 违 法 啦 sil +006638 sil 光 知 道 自 个 儿 抽 sp1 也 不 快 给 老 师 点 上 一 支 sil +006639 sil 这 名 凶 手 携 带 手 枪 sp1 他 杀 人 不 眨 眼 sp1 并 且 枪 法 精 准 身 处 闹 市 sil +006640 sil 我 的 肩 膀 借 你 用 用 吧 sp1 没 事 sp1 一 切 都 会 好 起 来 的 sil +006641 sil 但 是 sp1 默 多 克 同 时 表 示 sp1 希 望 大 家 放 王 子 一 马 sp1 让 他 喘 口 气 sil +006642 sil 父 亲 的 耳 濡 目 染 sp1 让 西 贝 柳 斯 从 小 对 政 治 产 生 了 兴 趣 sil +006643 sil 难 道 sp1 我 是 一 只 机 器 狗 狗 嘛 sp1 那 晚 安 吧 sil +006644 sil 工 人 只 能 爬 着 下 去 采 掘 sp1 再 用 篓 子 把 煤 拉 出 来 sil +006645 sil 我 可 以 语 音 点 播 歌 曲 sp1 查 天 气 sp1 设 置 提 醒 sp1 播 放 有 声 内 容 sp1 还 能 陪 聊 sil +006646 sil 随 后 sp1 侦 查 员 立 即 前 往 赵 启 凡 sp1 位 于 阿 城 的 家 中 sp1 对 其 进 行 抓 捕 sil +006647 sil 可 以 这 么 说 sp1 许 多 人 的 失 败 sp1 都 源 自 于 那 些 sp1 一 直 麻 醉 着 他 的 借 口 sil +006648 sil 监 察 部 门 应 该 查 查 sil +006649 sil 她 说 话 时 很 嗲 很 温 柔 sp1 还 经 常 会 很 甜 蜜 地 欢 笑 sil +006650 sil 而 在 担 保 公 司 之 间 sp1 资 金 也 拎 来 拎 去 sp1 彼 此 救 急 sil +006651 sil 刘 芳 被 抓 后 交 代 sp1 近 四 年 来 sp1 她 已 骗 婚 三 次 sil +006652 sil 你 思 维 很 活 跃 sp1 总 能 从 多 视 角 看 待 事 物 sp1 从 而 解 决 一 些 很 棘 手 的 问 题 sil +006653 sil 张 羽 一 脸 害 羞 sp1 再 轻 声 追 问 sp1 那 她 说 什 么 sil +006654 sil 司 机 陈 发 成 腰 部 受 伤 sp1 李 秋 先 没 有 受 伤 sil +006655 sil 一 位 少 林 小 沙 弥 sp1 在 塔 林 内 的 一 座 塔 砖 顶 上 sp1 练 习 少 林 童 子 功 sil +006656 sil 这 股 旋 风 sp1 也 被 刮 到 中 国 sp1 多 家 大 型 互 联 网 企 业 纷 纷 效 仿 sil +006657 sil 一 个 小 时 后 sp1 被 憋 疼 的 苏 先 生 sp1 才 被 获 准 下 车 小 便 sil +006658 sil 可 没 想 到 能 把 招 牌 打 到 全 国 sil +006659 sil 落 实 了 sp1 到 目 前 为 止 sp1 才 卖 出 去 几 十 万 担 新 疆 棉 花 sil +006660 sil 千 古 虐 恋 sp1 我 劝 他 准 备 好 纸 巾 再 鼓 足 勇 气 打 开 sil +006661 sil 姐 sp1 我 在 你 眼 里 有 那 么 猥 琐 吗 sil +006662 sil 李 爹 爹 要 求 再 度 上 街 寻 找 sil +006663 sil 那 时 的 村 子 远 没 现 在 热 闹 sil +006664 sil 这 时 sp1 胡 某 屡 屡 催 她 还 钱 sil +006665 sil 去 世 博 园 看 看 呀 sp1 非 常 热 闹 sil +006666 sil 现 在 真 的 是 sp1 西 安 娃 sp1 回 来 咧 sil +006667 sil 于 是 sp1 我 赠 旗 表 达 感 激 之 情 sil +006668 sil 其 间 sp1 小 宇 一 直 被 碾 在 车 下 sil +006669 sil 把 马 路 和 公 共 卫 生 搞 好 了 sil +006670 sil 小 邹 在 塑 年 堂 做 了 一 年 多 sil +006671 sil 如 今 塞 尔 比 成 为 第 五 位 冠 军 sil +006672 sil 又 有 多 少 是 蜻 蜓 点 水 而 止 呢 sil +006673 sil 大 通 道 才 能 支 撑 物 流 腾 飞 sil +006674 sil 母 亲 看 病 的 费 用 能 报 销 吗 sil +006675 sil 赫 夫 曼 对 着 镜 头 瞪 眼 鼓 腮 sp1 还 说 sp1 看 这 猴 子 sp1 非 常 可 爱 sil +006676 sil 在 不 痛 不 痒 中 sp1 九 月 就 这 样 悄 然 来 临 sil +006677 sil 路 漫 漫 其 修 远 兮 sp1 谁 来 帮 你 量 距 离 sil +006678 sil 不 仅 如 此 sp1 它 还 会 将 毛 巾 拧 干 sp1 把 脸 擦 干 净 sil +006679 sil 三 是 进 一 步 做 好 通 风 瓦 斯 管 理 工 作 sil +006680 sil 昨 天 晚 上 sp1 卡 马 水 库 发 生 垮 坝 事 故 sil +006681 sil 哪 个 领 导 敢 于 起 用 一 个 满 口 谀 辞 的 小 政 客 呢 sil +006682 sil 面 对 机 遇 和 挑 战 sp1 我 们 的 头 脑 要 清 醒 sil +006683 sil 她 穿 着 黑 色 上 衣 以 及 牛 仔 裤 sp1 明 显 胖 了 很 多 sil +006684 sil 兔 子 病 了 sp1 他 给 喂 药 sp1 兔 子 吐 了 出 来 sil +006685 sil 采 访 中 sp1 小 宇 不 停 的 撕 咬 着 衣 服 sp1 甚 至 还 咬 起 了 垃 圾 桶 sil +006686 sil 在 厦 门 港 发 展 邮 轮 经 济 sp1 空 间 巨 大 sil +006687 sil 也 许 是 太 陌 生 sp1 也 许 实 在 感 觉 太 无 趣 sil +006688 sil 他 们 合 力 将 绳 索 捆 在 对 面 山 岭 一 棵 大 树 上 sil +006689 sil 三 是 加 强 跨 境 资 金 流 动 监 测 管 理 sil +006690 sil 我 刚 要 接 话 sp1 外 婆 又 补 充 了 一 句 sp1 男 的 女 的 都 行 sil +006691 sil 随 后 又 因 吸 毒 被 警 方 查 获 sp1 被 民 警 送 往 郴 州 强 制 戒 毒 sil +006692 sil 记 者 问 蜗 牛 sp1 当 时 事 故 是 怎 样 发 生 的 sil +006693 sil 我 们 才 明 白 sp1 这 原 来 是 从 造 纸 原 料 sp1 麦 秸 上 抠 下 来 的 粮 食 sil +006694 sil 见 呛 水 严 重 sp1 他 们 为 黄 天 做 了 人 工 呼 吸 sil +006695 sil 国 务 院 的 深 切 关 怀 送 到 亲 人 的 心 坎 上 sil +006696 sil 黎 耀 祥 黄 宗 泽 sp1 马 上 撇 清 自 己 sil +006697 sil 一 旦 审 查 通 过 sp1 脸 谱 将 进 入 路 演 环 节 sp1 最 后 上 市 交 易 sil +006698 sil 这 种 体 验 一 点 儿 也 不 直 观 sil +006699 sil 看 你 个 没 出 息 样 儿 sp1 打 小 就 离 不 开 个 女 人 sp1 以 后 怎 么 混 sil +006700 sil 这 样 的 段 落 sp1 多 在 腐 朽 不 存 的 木 柞 墙 地 带 sp1 保 存 有 壕 堑 sil +006701 sil 爱 儿 心 切 的 樊 治 容 将 马 茂 杰 搂 在 怀 里 sp1 希 望 他 能 康 复 sil +006702 sil 盘 中 波 动 区 间 为 sp1 六 点 一 八 零 一 sp1 至 sp1 六 点 一 八 二 六 sil +006703 sil 同 时 sp1 广 西 侨 办 还 向 他 们 送 上 慰 问 金 sil +006704 sil 凤 凰 卫 视 黄 橙 子 sil +006705 sil 加 快 万 达 广 场 sp1 东 牌 楼 sp1 南 湖 广 场 等 大 型 商 业 综 合 体 建 设 sil +006706 sil 相 关 情 况 都 在 他 们 那 儿 sp1 你 应 该 通 过 省 药 监 局 sp1 了 解 一 下 情 况 sil +006707 sil 犬 主 将 藏 獒 控 制 后 sp1 两 名 民 警 迅 速 被 送 往 附 近 医 院 sil +006708 sil 米 拉 麦 斯 高 层 认 为 sp1 迪 士 尼 的 禁 令 sp1 超 越 原 本 的 协 议 sil +006709 sil 该 局 指 出 sp1 在 保 存 面 部 识 别 数 据 前 sp1 脸 谱 网 应 明 确 告 知 用 户 sil +006710 sil 追 上 后 sp1 赵 涛 一 把 搂 住 男 子 的 脖 子 sp1 但 没 拉 好 sp1 男 子 又 跑 了 sil +006711 sil 四 个 喷 头 一 字 排 开 sp1 地 面 还 做 了 防 滑 处 理 sil +006712 sil 畅 游 古 文 和 明 清 小 说 一 番 后 sp1 李 立 群 终 于 回 神 sp1 还 一 个 笑 sil +006713 sil 但 广 大 人 民 群 众 似 乎 并 未 领 情 sp1 原 因 在 哪 sil +006714 sil 福 建 由 此 拉 响 沿 海 和 台 湾 海 峡 大 风 警 报 sil +006715 sil 傅 颖 推 出 新 书 电 子 版 sp1 教 人 化 妆 及 美 容 sil +006716 sil 而 在 码 头 上 sp1 发 生 爆 燃 的 运 油 船 已 不 见 踪 影 sil +006717 sil 从 医 院 逃 跑 之 后 sp1 王 小 龙 跑 到 了 一 个 女 粉 友 李 某 家 中 sil +006718 sil 在 渡 船 上 sp1 孩 子 们 吵 着 让 邹 芙 容 讲 故 事 sil +006719 sil 挨 骂 就 挨 骂 sp1 至 少 能 听 点 新 鲜 的 sil +006720 sil 如 起 哄 和 丢 矿 泉 水 瓶 sil +006721 sil 那 我 只 好 陪 你 一 辈 子 啦 sil +006722 sil 我 在 速 度 搬 亲 sp1 不 要 着 急 sil +006723 sil 这 惹 恼 了 芜 湖 有 关 方 面 sil +006724 sil 我 要 揭 露 那 些 肮 脏 的 交 易 sil +006725 sil 借 条 怎 么 设 计 也 有 学 问 sil +006726 sil 开 涮 主 持 人 sp1 满 脸 得 意 sil +006727 sil 他 奶 奶 躺 在 那 儿 动 不 了 sil +006728 sil 掏 再 多 的 钱 俺 也 不 卖 它 sil +006729 sil 考 古 人 员 发 掘 鹅 卵 石 路 sil +006730 sil 一 米 六 五 sp1 没 让 你 失 望 吧 sil +006731 sil 鬼 崽 岭 石 像 制 作 工 艺 及 造 型 独 特 十 分 罕 见 sil +006732 sil 结 婚 前 sp1 我 老 婆 喜 欢 撒 娇 sp1 结 婚 后 sp1 就 喜 欢 撒 野 了 sil +006733 sil 大 夫 在 为 李 秀 英 检 查 耳 朵 sil +006734 sil 脚 踩 高 跟 鞋 似 乎 也 有 点 力 不 从 心 sp1 不 时 扶 着 栏 杆 走 路 sil +006735 sil 杨 亨 燮 sp1 对 中 国 国 家 广 电 总 局 sp1 赠 与 朝 鲜 先 进 设 备 表 示 感 谢 sil +006736 sil 雷 闯 表 示 sp1 将 继 续 向 广 东 省 卫 生 厅 实 名 举 报 这 些 医 院 sil +006737 sil 也 许 是 见 了 生 人 sp1 王 昕 宇 噌 地 一 下 起 身 sp1 拖 着 铁 链 朝 卧 室 跑 去 sil +006738 sil 他 无 暇 跟 这 个 心 情 特 别 好 的 人 纠 缠 sp1 几 次 逼 问 sp1 结 果 都 未 遂 sil +006739 sil 往 返 于 行 政 许 可 部 门 跑 审 批 的 焦 急 与 等 待 sp1 很 多 人 都 不 陌 生 sil +006740 sil 庐 山 别 墅 对 外 开 放 经 营 sp1 并 非 个 别 sil +006741 sil 随 后 sp1 长 棱 镇 派 出 所 民 警 赶 到 现 场 sp1 将 女 童 接 走 sil +006742 sil 然 而 这 场 万 众 瞩 目 的 艺 考 sp1 也 不 是 纯 粹 的 娱 乐 和 赏 眼 sil +006743 sil 全 年 营 收 增 加 百 分 之 四 十 六 点 七 sp1 报 三 点 六 一 二 亿 元 sil +006744 sil 不 过 sp1 这 些 狗 狗 sp1 只 习 惯 跟 在 主 人 后 面 sp1 很 少 单 溜 sil +006745 sil 我 没 有 给 你 写 过 信 sp1 因 为 sp1 我 想 保 留 这 份 记 忆 这 种 感 觉 sil +006746 sil 因 为 老 婆 奴 长 相 不 错 sp1 所 以 很 多 三 四 线 女 星 都 自 动 送 上 门 sil +006747 sil 车 出 上 海 sp1 公 路 像 得 了 脚 癣 sp1 坑 洼 不 断 sp1 一 车 人 跳 得 反 胃 sil +006748 sil 岑 洁 仪 在 课 里 嫁 得 有 情 郎 sp1 二 人 年 底 将 回 香 港 补 摆 喜 酒 sil +006749 sil 男 子 神 志 不 清 sp1 声 称 自 己 怀 揣 万 元 现 金 sp1 现 在 有 人 要 抓 他 sil +006750 sil 杂 志 写 到 冇 乜 好 写 sp1 下 次 就 写 我 结 婚 生 仔 sp1 我 都 跟 不 上 sil +006751 sil 东 路 和 西 路 sp1 院 落 基 本 打 开 sp1 游 客 可 以 进 院 赏 景 sp1 隔 窗 观 室 sil +006752 sil 轻 度 污 染 sil +006753 sil 熊 女 士 被 碾 身 亡 sil +006754 sil 奶 奶 还 留 在 现 场 sil +006755 sil 良 性 互 动 戛 然 而 止 sil +006756 sil 我 们 等 你 回 来 哟 sil +006757 sil 会 见 在 韩 国 总 统 府 青 瓦 台 举 行 sil +006758 sil 美 方 有 义 务 向 捷 克 军 方 sp1 通 报 北 约 和 美 国 使 用 反 导 系 统 的 情 况 sil +006759 sil 他 的 头 脚 被 对 折 sp1 头 朝 下 塞 在 垃 圾 篓 里 sil +006760 sil 李 霞 看 到 明 晃 晃 的 砍 刀 sp1 心 里 十 分 害 怕 sil +006761 sil 但 是 目 前 泽 尻 究 竟 在 何 处 静 养 sp1 还 不 清 楚 sil +006762 sil 其 实 sp1 爆 照 的 秘 诀 sp1 就 在 于 咱 俩 聊 得 有 多 欢 sil +006763 sil 我 也 想 逃 出 去 sp1 但 年 纪 大 了 sp1 腿 脚 又 不 方 便 sil +006764 sil 几 个 妇 女 sp1 闻 声 提 着 锄 头 sp1 扁 担 等 围 了 过 去 sil +006765 sil 高 昂 的 学 费 也 是 王 万 楹 一 家 sp1 目 前 最 焦 心 的 事 sil +006766 sil 货 车 的 三 个 轮 子 被 撞 歪 sp1 车 头 完 全 被 撞 瘪 sil +006767 sil 我 还 同 连 长 钟 山 sp1 到 医 院 探 望 过 孙 立 人 将 军 sil +006768 sil 先 入 场 者 得 到 追 捧 sp1 后 入 场 者 也 不 乏 拥 趸 sil +006769 sil 能 买 到 的 朋 友 sp1 请 联 系 sp1 幺 三 八 九 六 二 五 sp1 二 二 二 五 sil +006770 sil 而 这 一 战 火 将 吞 没 整 个 地 区 sp1 并 迫 使 美 国 行 动 sil +006771 sil 王 青 宇 比 较 健 壮 sp1 大 吼 一 声 sp1 一 下 把 男 子 摁 倒 在 地 sil +006772 sil 泰 国 最 著 名 的 景 点 sp1 柴 瓦 塔 那 兰 寺 sp1 也 被 迫 关 闭 sil +006773 sil 的 哥 瞬 间 成 了 粉 人 sp1 呛 得 赶 紧 闭 嘴 转 身 离 开 sil +006774 sil 他 还 是 县 里 农 民 运 动 会 sp1 扳 手 腕 比 赛 的 第 三 名 sil +006775 sil 竹 林 边 缘 sp1 可 以 看 到 村 民 搭 建 的 一 顶 顶 简 易 帐 篷 sil +006776 sil 随 着 关 于 收 入 增 长 的 陆 续 吹 风 sp1 百 姓 的 胃 口 sp1 被 越 吊 越 高 sil +006777 sil 他 随 手 一 拎 sp1 沉 甸 甸 的 竟 然 没 有 拉 动 sil +006778 sil 石 磊 等 人 sp1 当 时 已 经 进 入 公 众 视 野 sil +006779 sil 客 车 的 车 头 sp1 也 已 经 部 分 变 形 损 毁 sil +006780 sil 今 天 出 去 取 快 递 sp1 在 回 学 校 的 路 上 sp1 拆 开 包 装 准 备 丢 进 垃 圾 桶 sil +006781 sil 没 有 呀 sp1 我 只 是 自 我 认 知 比 较 清 晰 嘛 sil +006782 sil 百 度 目 前 仍 受 益 于 强 劲 的 运 营 杠 杆 sil +006783 sil 我 的 数 据 线 这 么 屌 sp1 我 怎 么 不 知 道 sil +006784 sil 仪 表 天 然 磊 落 sp1 梁 山 上 端 的 夸 能 sil +006785 sil 我 理 解 国 博 举 办 奢 侈 品 展 sp1 但 不 支 持 sil +006786 sil 应 采 儿 因 而 获 得 大 量 商 业 活 动 sp1 工 作 不 断 sil +006787 sil 现 场 的 嘉 宾 非 常 赞 同 郭 金 的 抠 门 论 sil +006788 sil 昨 日 午 后 sp1 狂 风 暴 雨 也 袭 击 了 省 会 长 沙 sil +006789 sil 墨 脱 人 传 统 的 交 通 方 式 是 肩 挑 背 扛 sil +006790 sil 吴 晓 亦 认 为 sp1 晒 病 历 的 做 法 sp1 具 有 建 设 性 意 义 sil +006791 sil 这 改 变 了 哈 珀 政 府 上 台 初 期 sp1 大 谈 人 权 sp1 而 惹 恼 中 国 的 调 门 sil +006792 sil 皮 疹 无 水 泡 sp1 病 人 无 发 热 咳 嗽 等 其 他 症 状 sil +006793 sil 阿 福 的 爷 爷 sp1 每 逢 读 书 看 报 sp1 总 是 戴 着 老 花 镜 sil +006794 sil 萨 利 赫 希 望 借 这 次 正 式 的 全 国 电 视 讲 话 混 淆 外 界 判 断 sil +006795 sil 我 们 解 剖 一 个 麻 雀 sp1 去 看 一 下 sil +006796 sil 除 此 之 外 sp1 出 生 年 月 住 址 等 身 份 信 息 完 全 一 致 sil +006797 sil 记 者 佯 装 就 餐 食 客 sp1 进 入 挂 着 sp1 八 大 锅 大 院 牌 匾 的 柳 祖 祠 sil +006798 sil 孔 令 辉 表 示 sp1 姚 彦 进 步 很 快 sp1 对 王 楠 郭 焱 打 得 都 不 错 sp1 就 是 还 缺 点 经 验 sil +006799 sil 小 王 觉 得 父 亲 说 得 不 对 sp1 认 为 自 己 被 误 解 了 sp1 心 里 别 扭 sil +006800 sil 再 晚 一 会 儿 sp1 我 就 跑 到 外 地 了 sil +006801 sil 瓦 尔 克 没 有 说 明 诉 讼 动 机 sil +006802 sil 秀 智 日 前 一 篇 关 于 她 的 报 道 sp1 惹 起 内 地 网 民 不 满 sil +006803 sil 我 只 得 乖 乖 掏 钱 给 张 某 sil +006804 sil 邕 江 水 位 暴 涨 sp1 水 流 湍 急 sil +006805 sil 一 个 人 操 持 家 务 洗 衣 煮 饭 sil +006806 sil 学 生 为 吕 老 师 梳 妆 打 扮 sil +006807 sil 二 人 均 表 示 认 错 并 悔 改 sil +006808 sil 即 便 是 醉 驾 入 刑 扰 攘 已 久 sp1 这 种 情 况 sp1 也 没 有 改 变 sil +006809 sil 所 幸 sp1 井 喷 sp1 未 造 成 人 员 伤 亡 sil +006810 sil 十 七 大 当 选 为 中 央 纪 委 委 员 sil +006811 sil 这 也 遭 到 右 翼 人 士 的 抨 击 sil +006812 sil 因 为 租 的 房 子 离 单 位 不 远 sp1 她 就 独 自 摇 摇 晃 晃 往 家 走 sil +006813 sil 而 男 生 则 相 对 懵 懂 得 多 sil +006814 sil 然 后 爸 说 sp1 就 是 我 没 睁 眼 sil +006815 sil 图 为 孙 青 丽 和 公 公 婆 婆 sil +006816 sil 但 是 还 不 会 熟 练 操 作 哦 sil +006817 sil 以 后 少 在 网 上 买 东 西 sp1 没 有 买 卖 就 没 有 杀 害 sp1 懂 吗 sil +006818 sil 村 中 大 多 数 作 坊 已 停 产 sil +006819 sil 第 二 个 问 题 讲 讲 行 业 前 景 sil +006820 sil 蓬 安 县 检 察 院 sp1 及 时 派 出 干 警 提 前 介 入 sp1 引 导 侦 查 sil +006821 sil 张 子 强 和 叶 继 欢 都 不 用 道 歉 sp1 我 们 谁 有 资 格 出 来 道 歉 呀 sil +006822 sil 即 使 爬 到 最 高 的 山 上 sp1 一 次 也 只 能 脚 踏 实 地 地 迈 一 步 sil +006823 sil 你 这 样 弄 得 倒 酒 人 下 不 来 台 sil +006824 sil 你 看 看 几 点 了 sp1 还 不 滚 回 来 sil +006825 sil 据 说 是 山 上 的 小 水 库 要 崩 了 sil +006826 sil 如 果 晒 伤 严 重 sp1 应 该 及 时 请 假 sil +006827 sil 波 音 七 四 七 进 入 飞 机 拆 卸 场 sil +006828 sil 老 游 觉 得 sp1 要 买 就 买 厦 门 的 房 sil +006829 sil 第 三 宗 罪 sp1 则 是 鬼 子 脸 谱 化 sil +006830 sil 为 此 sp1 莫 言 兴 奋 得 一 宿 没 睡 sil +006831 sil 时 旸 还 介 绍 sp1 目 前 sp1 已 经 有 出 口 其 他 国 家 的 意 向 sil +006832 sil 离 开 学 校 之 后 他 就 没 怎 么 唱 过 国 歌 sp1 连 词 儿 都 忘 记 了 sil +006833 sil 贵 州 媳 妇 有 点 羞 赧 地 推 搡 四 叶 子 sp1 事 是 你 惹 下 的 sp1 你 自 己 讲 吧 sil +006834 sil 这 则 寓 言 的 寓 意 sp1 是 说 sp1 世 界 上 存 在 一 种 人 sp1 非 常 好 胜 sp1 而 又 不 自 量 力 sil +006835 sil 飞 天 琵 琶 气 势 动 人 sil +006836 sil 周 容 说 sp1 这 种 轰 动 sp1 不 亚 于 以 前 学 校 产 生 了 高 考 状 元 sil +006837 sil 受 慈 济 太 太 的 影 响 sp1 他 从 此 sp1 也 成 为 慈 济 的 义 工 sil +006838 sil 出 去 买 点 菜 做 顿 美 食 犒 劳 自 己 的 胃 吧 sp1 连 着 好 天 气 sp1 一 起 吃 进 去 sil +006839 sil 东 阿 阿 胶 sp1 也 因 此 躺 着 中 枪 sp1 至 今 股 价 低 迷 sil +006840 sil 里 面 的 英 红 很 帅 气 sp1 大 剌 剌 的 sp1 很 率 直 sil +006841 sil 警 方 怀 疑 sp1 此 次 剧 毒 假 酒 可 能 掺 入 农 药 sil +006842 sil 状 元 卷 sp1 在 上 海 民 间 流 传 至 今 实 属 罕 见 sil +006843 sil 显 然 sp1 完 整 的 阵 容 才 能 打 出 完 美 的 比 赛 sil +006844 sil 最 后 sp1 妈 妈 搂 着 她 与 弟 弟 一 起 上 了 警 车 sil +006845 sil 终 于 有 个 木 有 的 了 sil +006846 sil 小 马 在 上 海 上 班 sp1 赵 姑 娘 在 杭 州 sp1 暂 住 蒋 村 sil +006847 sil 而 回 收 虾 油 一 般 都 会 过 滤 sp1 是 不 会 存 在 作 料 渣 的 问 题 的 sil +006848 sil 在 确 凿 的 证 据 面 前 sp1 冈 萨 雷 斯 无 法 抵 赖 sil +006849 sil 据 了 解 sp1 届 时 sp1 李 讷 sp1 毛 远 新 等 人 也 会 到 场 sil +006850 sil 当 然 是 利 用 热 胀 冷 缩 的 原 理 啦 sil +006851 sil 近 日 sp1 有 证 据 表 明 sp1 穆 里 试 图 撒 谎 掩 盖 其 所 犯 下 的 错 误 sil +006852 sil 这 是 留 下 中 国 猛 龙 足 迹 的 恐 龙 的 复 原 图 sil +006853 sil 六 八 四 路 双 向 增 设 sp1 东 内 北 小 街 北 口 站 sil +006854 sil 你 是 在 干 体 力 活 吧 sil +006855 sil 谢 家 格 言 sp1 每 天 生 日 sil +006856 sil 大 年 初 五 这 天 sp1 民 间 通 行 的 食 俗 是 吃 饺 子 sp1 俗 称 sp1 捏 小 人 嘴 sil +006857 sil 雨 翔 的 灵 魂 默 默 跳 了 三 次 sp1 都 冷 得 返 回 告 诉 肉 体 跳 不 得 sil +006858 sil 曾 被 法 国 媒 体 关 注 的 雷 诺 工 业 间 谍 案 sp1 很 可 能 系 人 为 捏 造 sil +006859 sil 用 胡 萝 卜 汁 sp1 芹 菜 汁 sp1 菠 菜 汁 sp1 加 入 鸡 蛋 和 面 sp1 面 条 也 很 筋 道 sil +006860 sil 另 一 十 三 岁 谷 姓 少 年 在 事 故 中 遇 难 sil +006861 sil 翌 年 sp1 汉 明 帝 敕 令 sp1 在 国 都 西 兴 建 僧 院 sp1 取 名 sp1 白 马 寺 sil +006862 sil 在 与 阿 富 汗 官 员 打 交 道 的 时 候 sp1 打 点 是 必 不 可 少 的 sil +006863 sil 因 为 有 资 金 补 贴 sp1 加 上 有 农 业 推 广 招 牌 sp1 他 们 自 认 为 占 了 便 宜 sil +006864 sil 之 后 sp1 本 报 接 到 该 酒 厂 来 函 sp1 称 其 为 书 法 字 体 sil +006865 sil 这 是 一 间 用 土 坯 和 茅 草 搭 建 的 房 子 sp1 低 矮 简 陋 sil +006866 sil 希 望 他 们 的 所 作 所 为 sp1 能 收 敛 点 sil +006867 sil 路 人 大 呼 耍 流 氓 sp1 并 立 即 报 警 sil +006868 sil 还 有 网 友 讲 述 曾 参 与 训 新 的 经 历 sil +006869 sil 没 有 演 唱 会 sp1 我 的 音 乐 sp1 只 完 成 了 一 半 sil +006870 sil 至 今 年 过 六 旬 的 他 还 是 光 棍 sil +006871 sil 妈 妈 似 乎 被 惹 恼 了 sp1 眉 头 一 皱 sil +006872 sil 昨 天 在 北 京 街 头 sp1 孩 子 被 家 长 sp1 包 裹 严 实 sp1 抵 挡 寒 流 sil +006873 sil 陈 文 茜 暗 吃 一 惊 sp1 想 sp1 难 怪 这 人 不 是 大 雅 sp1 不 是 大 俗 sp1 原 来 sp1 乃 是 大 笨 sil +006874 sil 谢 霆 锋 sp1 昨 担 任 周 杰 伦 演 唱 会 嘉 宾 sp1 撇 不 和 传 闻 sil +006875 sil 于 是 sp1 他 一 直 盘 算 着 找 机 会 将 自 己 的 身 份 漂 白 sil +006876 sil 张 自 星 在 福 建 sp1 与 老 母 亲 哥 哥 嫂 嫂 居 住 sp1 未 婚 sil +006877 sil 创 新 创 业 是 中 关 村 不 朽 的 灵 魂 sil +006878 sil 春 兰 股 份 四 月 份 sp1 是 否 真 的 退 市 sil +006879 sil 昨 天 中 午 sp1 风 刮 得 正 紧 sp1 卷 起 路 边 残 存 的 积 雪 sil +006880 sil 另 外 sp1 就 是 充 分 发 挥 趸 船 的 作 用 取 水 sil +006881 sil 惟 一 令 马 德 保 不 顺 心 的 sp1 就 剩 下 文 学 社 sil +006882 sil 当 石 匠 将 经 文 篆 刻 的 时 候 sp1 经 石 便 显 现 了 它 最 原 本 的 颜 色 sil +006883 sil 据 了 解 sp1 今 后 sp1 老 楼 供 暖 改 造 将 陆 续 进 行 sil +006884 sil 此 次 燃 油 附 加 费 下 调 sp1 亦 是 年 内 少 有 的 下 调 sil +006885 sil 接 着 sp1 谢 华 昌 也 坐 上 床 sp1 用 双 手 死 死 掐 住 阿 慧 的 喉 咙 sil +006886 sil 既 想 让 马 儿 跑 sp1 又 不 给 马 儿 足 够 的 草 sp1 其 结 果 sp1 也 就 在 意 料 之 中 sil +006887 sil 右 侧 是 去 年 刚 刚 拓 宽 的 三 楼 牌 小 广 场 sp1 平 时 供 市 民 休 闲 用 sil +006888 sil 我 爸 爸 和 我 妈 妈 sp1 根 本 就 没 有 共 同 语 言 sil +006889 sil 这 里 海 水 碧 蓝 sp1 岛 民 热 情 好 客 sp1 且 聪 明 机 智 sil +006890 sil 今 天 sp1 女 友 抓 住 我 的 手 搓 了 半 天 sp1 我 没 理 她 sp1 我 问 她 怎 么 了 sil +006891 sil 村 民 接 管 坪 垟 小 学 后 sp1 教 学 质 量 sp1 稳 步 回 升 sil +006892 sil 我 知 道 他 有 这 个 动 作 啦 sp1 他 也 曾 经 问 我 的 档 期 sil +006893 sil 况 且 李 庄 是 否 曾 在 会 见 龚 时 眨 眼 sp1 尚 未 可 知 sil +006894 sil 二 是 三 大 拉 动 因 素 sp1 总 体 呈 趋 缓 走 势 sil +006895 sil 此 次 sp1 中 国 飞 碟 队 派 出 的 是 张 奕 垚 刘 杰 和 孙 崇 伦 参 赛 sil +006896 sil 此 外 sp1 马 英 九 脸 谱 网 页 上 sp1 也 会 链 接 总 统 府 上 访 程 序 的 页 面 sil +006897 sil 但 很 少 有 从 法 理 法 的 实 施 sp1 监 督 方 面 sp1 分 析 问 题 的 稿 子 sil +006898 sil 有 记 者 问 sp1 博 尔 特 是 否 是 当 今 最 好 的 短 跑 选 手 sil +006899 sil 高 晓 松 就 更 不 要 说 了 sp1 他 对 音 乐 是 比 较 挑 惕 的 sil +006900 sil 乘 客 傻 眼 sp1 只 能 下 车 等 一 旁 sil +006901 sil 这 需 要 筹 备 磋 商 和 没 有 意 外 sil +006902 sil 据 一 位 出 租 车 司 机 称 sp1 从 浐 河 到 事 发 地 堵 车 非 常 严 重 sil +006903 sil 会 一 点 点 sp1 我 很 喜 欢 和 朋 友 一 起 玩 脑 筋 急 转 弯 呢 sil +006904 sil 究 竟 是 泥 鳅 鳝 鱼 鳗 鱼 还 是 别 的 鱼 sp1 大 家 都 弄 不 明 白 sil +006905 sil 男 子 一 听 sp1 拔 腿 想 跑 sp1 被 同 学 们 围 住 报 了 警 sil +006906 sil 今 后 sp1 专 业 化 将 是 空 中 幺 幺 零 的 发 展 目 标 sil +006907 sil 其 实 我 现 在 唯 一 能 做 的 就 是 sp1 踏 踏 实 实 演 戏 sil +006908 sil 随 之 想 扬 长 而 去 sp1 被 我 妈 妈 拖 住 不 放 sp1 他 又 把 我 妈 妈 甩 倒 在 地 sil +006909 sil 我 是 神 灯 sp1 可 以 满 足 你 一 个 愿 望 sil +006910 sil 龙 虾 的 原 罪 也 被 揭 露 了 出 来 sil +006911 sil 中 国 现 在 正 处 于 刘 易 斯 拐 点 sil +006912 sil 截 止 十 九 时 sp1 全 市 共 转 移 人 员 三 十 点 sp1 一 七 零 七 万 人 sil +006913 sil 老 人 说 sp1 当 时 他 家 庭 条 件 并 不 好 sp1 随 着 越 长 越 大 sp1 棉 袄 变 小 了 sil +006914 sil 这 是 南 朝 鲜 傀 儡 军 方 sp1 好 战 狂 才 能 上 演 的 冒 险 的 军 事 挑 衅 sil +006915 sil 瓦 尔 坦 承 非 常 期 待 打 晕 受 害 人 sp1 绑 起 她 的 手 脚 及 塞 着 其 嘴 巴 sil +006916 sil 这 绝 非 耸 人 听 闻 sil +006917 sil 反 复 碾 压 一 说 sp1 不 成 立 sil +006918 sil 你 们 怎 么 会 等 得 到 呀 sil +006919 sil 在 喀 什 老 城 区 sp1 张 春 贤 来 到 馕 摊 儿 前 sp1 走 进 居 民 中 sil +006920 sil 停 建 事 件 变 成 风 水 门 报 道 后 sp1 王 银 峰 sp1 更 是 作 了 伪 证 sil +006921 sil 复 旦 大 学 谢 教 授 的 遭 遇 sp1 恰 恰 戳 到 了 新 社 会 保 险 法 的 软 肋 sil +006922 sil 接 着 sp1 讲 解 员 又 称 寺 庙 正 修 缮 sp1 请 来 了 风 水 大 师 sp1 可 免 费 解 答 sil +006923 sil 其 中 两 本 出 自 古 鄂 尔 多 斯 人 之 笔 sp1 体 现 出 浓 郁 的 地 方 文 化 特 色 sil +006924 sil 狐 狸 说 sp1 猴 子 sp1 凭 你 这 点 小 小 的 本 事 sp1 你 这 笨 蛋 sp1 还 想 做 兽 中 之 王 吗 sil +006925 sil 外 甥 全 神 贯 注 的 观 察 中 sp1 突 然 这 家 伙 说 了 句 sp1 这 么 点 玩 意 儿 sp1 怎 么 够 吃 sil +006926 sil 被 野 猪 糟 蹋 得 一 蹋 糊 涂 的 庄 稼 地 sil +006927 sil 据 张 先 生 这 位 朋 友 透 露 sp1 汪 涵 张 信 哲 等 明 星 sp1 均 受 邀 捧 场 sil +006928 sil 黑 瞎 子 岛 正 式 开 放 了 sil +006929 sil 铁 门 一 关 sp1 大 家 都 蔫 了 sil +006930 sil 张 咪 就 这 样 重 归 娱 乐 圈 sil +006931 sil 昨 天 sp1 涪 陵 区 委 组 织 部 称 sp1 公 示 时 间 非 有 意 安 排 sil +006932 sil 初 步 估 计 sp1 这 项 清 淤 工 程 需 要 挖 掘 上 百 万 方 淤 泥 sil +006933 sil 他 嚷 起 来 sp1 我 不 认 识 他 sil +006934 sil 其 中 sp1 富 蕴 和 且 末 机 场 力 争 在 今 年 开 工 建 设 sil +006935 sil 据 悉 sp1 该 份 报 告 已 提 交 至 广 东 省 委 政 策 研 究 室 sil +006936 sil 这 是 我 省 首 次 拍 到 野 外 大 熊 猫 sp1 背 着 宝 宝 行 走 sil +006937 sil 经 查 sp1 该 诊 所 为 黑 诊 所 sil +006938 sil 乳 与 乳 制 品 中 三 聚 氰 胺 临 时 管 理 限 量 值 公 告 sp1 同 时 废 止 sil +006939 sil 周 围 都 是 一 些 低 矮 的 房 屋 sp1 与 广 州 城 内 的 高 楼 大 厦 sp1 相 去 甚 远 sil +006940 sil 如 果 说 魔 幻 的 话 sp1 就 说 明 sp1 我 是 直 接 从 sp1 马 尔 克 斯 那 儿 过 来 的 sil +006941 sil 洞 在 玻 璃 外 侧 清 晰 可 见 sp1 玻 璃 里 侧 则 是 sp1 纽 扣 大 小 的 凹 槽 sil +006942 sil 组 织 上 知 道 我 的 遭 遇 后 sp1 安 排 我 休 息 sil +006943 sil 因 高 铁 故 障 频 发 sp1 京 沪 航 线 票 价 回 暖 趋 势 明 显 sil +006944 sil 蕊 蕊 和 同 去 西 门 的 其 他 同 学 sp1 早 在 指 定 区 域 排 队 sil +006945 sil 当 女 人 容 易 吗 sp1 夏 天 穿 个 裙 子 sp1 还 得 再 穿 个 安 全 裤 sil +006946 sil 当 然 会 sp1 小 菜 一 碟 呀 sp1 主 人 觉 得 我 的 声 音 好 听 吗 sil +006947 sil 目 前 sp1 第 一 二 三 八 水 厂 的 应 急 取 水 设 施 sp1 已 启 动 sil +006948 sil 如 今 sp1 葛 启 义 成 了 一 家 小 装 饰 公 司 的 老 板 sp1 小 有 薄 财 sil +006949 sil 政 府 发 通 知 催 款 sp1 不 交 钱 停 办 一 切 建 设 手 续 sp1 这 其 中 sp1 到 底 为 何 sil +006950 sil 承 担 编 纂 任 务 的 是 谢 辰 生 sp1 吴 静 安 sp1 程 天 赋 sil +006951 sil 严 重 时 可 引 起 循 环 衰 竭 和 热 痉 挛 等 sil +006952 sil 校 长 张 尧 学 笑 称 sp1 自 己 忘 带 稿 子 了 sp1 只 是 想 说 说 心 里 话 sil +006953 sil 骨 龄 越 超 前 的 孩 子 sp1 成 年 后 身 高 就 越 矮 小 sil +006954 sil 北 京 个 别 监 测 点 sp1 西 红 柿 茄 子 sp1 土 豆 洋 葱 sp1 因 下 雪 原 因 断 货 sil +006955 sil 示 威 者 也 阻 塞 了 柯 加 邦 巴 sp1 奥 鲁 罗 及 波 托 西 等 城 市 的 街 道 sil +006956 sil 大 叔 说 sp1 没 有 sp1 我 说 sp1 那 赶 紧 买 啊 sp1 我 都 找 了 三 个 人 才 抢 到 票 sil +006957 sil 街 头 安 全 套 售 卖 机 成 空 摆 设 sil +006958 sil 钱 人 豪 对 此 喊 冤 sp1 否 认 当 时 有 性 骚 扰 女 临 演 sp1 强 调 只 是 误 会 sil +006959 sil 有 魄 力 sp1 也 很 独 断 sp1 容 易 得 罪 人 sil +006960 sil 他 的 弟 弟 得 了 强 直 性 脊 髓 炎 sil +006961 sil 由 于 前 往 汶 川 的 道 路 sp1 被 滑 坡 的 山 体 阻 断 sp1 车 队 sp1 被 阻 于 紫 坪 铺 sil +006962 sil 否 者 sp1 税 务 机 关 可 以 通 知 出 境 管 理 机 关 阻 止 其 出 境 sil +006963 sil 政 府 部 门 的 官 员 负 责 人 要 带 头 廉 洁 自 律 sp1 严 格 要 求 配 偶 子 女 sil +006964 sil 日 本 商 界 巨 擘 松 下 幸 之 助 先 生 sp1 发 明 了 一 种 经 典 骂 术 sil +006965 sil 饭 店 老 板 劝 说 无 果 后 sp1 双 方 叫 来 帮 手 互 殴 sil +006966 sil 保 护 好 武 夷 青 山 绿 水 sp1 才 有 美 好 幸 福 的 未 来 sil +006967 sil 记 者 鼓 起 勇 气 sp1 站 到 了 旋 风 对 面 两 米 开 外 sil +006968 sil 今 天 立 孔 子 像 sp1 远 非 塑 像 的 意 义 sp1 更 在 于 立 碑 sil +006969 sil 我 觉 得 十 三 钗 怎 么 着 sp1 也 能 去 趟 奥 斯 卡 吧 sp1 得 练 练 sil +006970 sil 伊 朗 发 展 弹 道 导 弹 sp1 与 伊 朗 对 国 际 社 会 的 义 务 背 道 而 驰 sp1 约 翰 德 罗 说 sil +006971 sil 好 在 sp1 哥 哥 嫂 嫂 对 他 都 不 错 sp1 两 个 姐 姐 sp1 也 给 了 他 很 多 接 济 sil +006972 sil 孩 子 当 时 就 呛 奶 了 喘 不 上 气 来 sil +006973 sil 如 今 sp1 小 院 儿 已 经 十 岁 了 sp1 聪 明 伶 俐 sp1 喜 欢 唱 歌 画 画 sil +006974 sil 食 品 安 全 标 准 sp1 保 证 安 全 是 底 线 sil +006975 sil 男 友 上 厕 所 的 时 候 无 聊 sp1 翻 看 微 博 就 打 算 试 试 sil +006976 sil 好 想 赶 紧 长 大 成 人 了 sp1 好 和 你 欢 心 探 讨 一 下 下 sil +006977 sil 待 到 九 点 sp1 四 个 人 该 说 的 话 都 说 完 了 sp1 昏 然 欲 睡 sil +006978 sil 这 个 枕 矿 山 sp1 临 长 江 的 黄 石 sp1 当 时 连 马 路 也 没 有 sil +006979 sil 我 的 性 格 比 较 爽 直 sp1 廖 波 和 我 不 一 样 sp1 他 比 较 内 向 sil +006980 sil 我 都 不 知 道 其 它 人 有 多 少 sp1 可 能 是 其 它 房 有 票 呢 sil +006981 sil 我 相 信 sp1 看 到 你 的 名 字 第 一 眼 sp1 我 就 会 爱 上 这 个 名 字 sil +006982 sil 新 春 期 间 sp1 不 少 店 铺 休 业 sp1 却 成 为 贼 人 的 作 案 目 标 sil +006983 sil 其 余 的 十 四 点 五 八 七 五 吨 问 题 奶 粉 已 被 当 地 销 毁 sil +006984 sil 然 则 经 销 商 也 不 是 没 有 瑕 疵 sil +006985 sil 由 于 当 时 车 内 人 数 较 多 sp1 两 位 婆 婆 被 人 群 挤 得 动 弹 不 得 sil +006986 sil 我 正 在 减 肥 呢 sil +006987 sil 五 一 假 期 将 增 开 十 四 对 直 通 客 车 sil +006988 sil 我 收 到 指 令 sp1 这 就 回 去 努 力 钻 研 sp1 你 等 我 的 好 消 息 sil +006989 sil 这 样 就 应 该 强 拆 公 民 的 房 屋 吗 sil +006990 sil 柜 台 上 有 招 牌 sp1 装 衣 服 的 塑 料 袋 有 字 样 sil +006991 sil 有 人 发 现 sp1 这 几 嗓 子 吼 得 sp1 满 是 河 南 味 儿 sil +006992 sil 其 动 作 的 实 质 是 渠 道 利 润 保 护 问 题 sil +006993 sil 人 人 网 sp1 把 这 件 事 纳 入 开 学 糗 事 之 一 sil +006994 sil 你 要 以 硬 对 硬 sp1 钻 石 是 能 打 动 她 的 心 的 sil +006995 sil 所 以 以 后 打 车 时 sp1 大 家 还 要 看 看 车 顶 哟 sil +006996 sil 男 人 装 sp1 似 乎 玩 的 就 是 时 尚 新 鲜 色 sil +006997 sil 叫 我 撒 谎 sp1 我 心 里 不 舒 服 sp1 不 如 照 实 说 sil +006998 sil 来 港 生 子 sp1 是 为 了 给 超 生 的 宝 宝 漂 白 sil +006999 sil 恶 法 亦 法 sp1 恶 法 非 法 sp1 是 法 律 上 的 两 种 见 解 sp1 至 今 无 定 论 sil +007000 sil 该 地 块 出 让 面 积 sp1 八 千 零 五 十 八 平 sp1 容 积 率 二 点 五 sil +007001 sil 伊 藤 穰 一 十 分 看 好 莫 林 对 移 动 市 场 的 判 断 sil +007002 sil 努 尔 称 sp1 大 楼 内 储 存 有 sp1 巴 沙 尔 政 府 使 用 的 武 器 sil +007003 sil 吕 彦 直 sp1 一 八 九 四 年 七 月 二 十 八 日 sp1 出 生 于 天 津 sil +007004 sil 一 听 这 话 sp1 李 富 妞 sp1 顿 时 慌 了 神 sp1 赶 紧 往 回 跑 sil +007005 sil 培 养 别 人 的 依 靠 和 懒 惰 sp1 可 不 是 我 们 的 责 任 sil +007006 sil 一 口 老 血 刚 到 嗓 子 眼 儿 sp1 当 妈 的 迅 速 补 了 一 刀 sil +007007 sil 你 不 理 我 的 时 候 sp1 我 感 觉 自 己 都 被 雨 浇 透 了 sil +007008 sil 网 友 为 它 打 造 了 十 多 款 造 型 sp1 各 个 栩 栩 如 生 sil +007009 sil 于 是 sp1 他 们 向 乡 政 府 提 出 sp1 想 义 务 赡 养 乡 里 的 一 些 孤 寡 老 人 sil +007010 sil 他 找 来 两 根 横 幅 sp1 拧 起 后 对 接 sp1 打 算 作 为 绳 子 sp1 挂 到 窗 外 爬 下 去 sil +007011 sil 我 才 不 要 学 坏 呢 sil +007012 sil 可 你 们 这 些 明 明 知 道 实 情 的 人 sp1 怎 可 如 此 狠 心 sil +007013 sil 相 信 你 也 如 此 sp1 有 些 事 sp1 有 些 人 就 是 眨 眼 间 转 为 怀 念 sil +007014 sil 现 在 sp1 伏 地 魔 这 个 大 麻 烦 解 决 了 sp1 我 也 熬 成 了 剩 男 sil +007015 sil 降 雪 给 当 地 居 民 出 行 和 农 牧 业 生 产 造 成 一 定 影 响 sil +007016 sil 而 人 民 日 报 则 表 示 sp1 房 地 产 利 润 sp1 来 得 太 容 易 sil +007017 sil 钱 称 告 诉 宋 辉 sp1 别 问 了 sp1 当 年 他 肯 定 是 老 大 sil +007018 sil 接 收 捐 物 价 值 sp1 两 千 二 百 四 十 五 点 六 六 八 五 万 元 sil +007019 sil 汪 风 雄 就 是 这 样 忘 我 地 工 作 着 sp1 直 至 累 倒 在 工 作 岗 位 上 sil +007020 sil 他 们 说 sp1 捐 赠 者 大 多 为 女 性 sil +007021 sil 有 什 么 证 据 sp1 能 够 证 明 李 万 均 sp1 有 非 法 占 有 的 目 的 呢 sil +007022 sil 这 是 一 个 同 样 倔 强 的 秋 菊 sil +007023 sil 因 此 sp1 你 要 想 学 会 一 样 东 西 sp1 寻 一 位 良 师 是 最 好 的 办 法 sil +007024 sil 此 前 sp1 他 因 徒 手 攀 爬 上 陡 峰 城 墙 巨 型 烟 囱 等 照 片 sp1 在 网 上 走 红 sil +007025 sil 你 知 道 鬼 屋 在 哪 里 吧 sil +007026 sil 现 在 的 新 加 坡 内 阁 资 政 李 光 耀 sp1 就 是 李 显 龙 的 父 亲 sp1 宴 请 温 总 理 sil +007027 sil 他 说 前 期 没 收 到 薏 仁 sp1 是 因 为 天 气 原 因 sp1 吹 大 风 sp1 把 杆 杆 吹 倒 了 sil +007028 sil 九 三 三 路 公 交 车 sp1 也 恢 复 了 正 常 营 运 sil +007029 sil 是 不 是 真 爱 呀 sp1 要 对 人 家 负 责 任 哟 sil +007030 sil 选 举 过 程 sp1 也 引 爆 激 烈 的 訾 议 争 质 sil +007031 sil 业 主 王 宁 波 sp1 是 郴 化 集 团 党 委 书 记 sil +007032 sil 这 不 是 明 显 地 不 遵 守 外 交 协 议 吗 sil +007033 sil 给 团 队 拧 紧 发 条 sp1 是 乔 布 斯 赋 予 自 己 的 责 任 sil +007034 sil 他 喜 欢 上 网 sp1 热 爱 一 切 新 生 事 物 sp1 和 蔼 风 趣 sil +007035 sil 不 仅 如 此 sp1 外 资 银 行 对 并 购 的 胃 口 也 很 大 sil +007036 sil 阿 里 的 孩 子 sp1 不 知 道 北 京 sp1 只 能 听 懂 少 许 汉 语 sil +007037 sil 他 的 邻 居 sp1 在 战 场 上 被 打 瞎 了 一 只 眼 睛 sil +007038 sil 不 少 开 电 动 车 的 市 民 sp1 由 于 雨 下 得 太 大 sp1 只 能 在 桥 下 躲 雨 sil +007039 sil 但 按 这 个 说 法 sp1 张 雨 绮 立 刻 从 被 甩 方 sp1 变 成 了 劈 腿 方 sil +007040 sil 只 有 绿 营 团 结 不 要 被 分 化 sp1 才 有 实 力 救 扁 sp1 扁 也 才 能 放 得 出 来 sil +007041 sil 这 样 危 言 耸 听 牵 强 附 会 的 观 点 发 表 在 贵 报 上 sp1 实 在 令 人 遗 憾 sil +007042 sil 曹 凛 透 露 sp1 大 量 陵 墓 早 在 考 古 之 前 就 在 历 代 被 局 部 破 坏 sil +007043 sil 博 德 曼 试 图 将 其 赶 走 sp1 但 却 不 幸 sp1 被 山 羊 的 犄 角 刺 伤 腿 部 sil +007044 sil 魏 明 伦 指 出 其 中 的 平 仄 错 乱 sil +007045 sil 而 江 玉 荣 sp1 又 恢 复 了 在 床 边 呆 坐 的 神 情 sil +007046 sil 警 方 介 入 追 查 后 sp1 公 司 老 板 哄 骗 一 个 拾 荒 男 顶 包 sil +007047 sil 随 后 sp1 陈 得 荣 目 送 妻 子 sp1 被 儿 子 抬 进 装 水 泥 的 手 扶 斗 斗 车 送 走 sil +007048 sil 刘 志 敏 希 望 娟 妹 一 如 生 前 sp1 能 得 到 内 心 的 平 静 sil +007049 sil 林 雨 翔 的 笑 嘎 然 止 住 sp1 可 见 这 一 口 咬 的 大 sil +007050 sil 近 两 年 来 sp1 臭 氧 层 遭 破 坏 的 消 息 sp1 不 绝 于 耳 sil +007051 sil 据 悉 sp1 领 馆 面 朝 一 条 较 窄 的 马 路 sp1 夜 间 很 少 有 行 人 经 过 sil +007052 sil 二 人 心 中 大 凛 sp1 急 忙 哀 求 放 过 他 们 sil +007053 sil 人 家 长 得 好 得 多 sp1 个 头 比 俺 儿 还 高 sil +007054 sil 由 于 身 上 的 背 篓 太 重 sp1 正 停 脚 歇 息 sil +007055 sil 我 妈 妈 有 糖 尿 病 sp1 常 常 躲 起 来 吃 糖 sil +007056 sil 两 只 黄 鹂 鸣 翠 柳 sp1 你 还 没 有 女 朋 友 sil +007057 sil 这 是 深 深 扎 根 于 生 命 根 底 的 力 量 sil +007058 sil 亲 子 鉴 定 后 sp1 这 个 男 子 彻 底 蔫 了 sil +007059 sil 燃 气 抢 修 工 人 sp1 也 在 对 破 损 点 进 行 勘 查 和 修 复 sil +007060 sil 张 高 平 出 于 好 心 sp1 将 其 继 续 捎 带 至 艮 秋 立 交 桥 sil +007061 sil 除 了 为 人 有 些 木 讷 外 sp1 赵 某 给 旁 人 的 最 大 感 觉 就 是 特 别 简 朴 sil +007062 sil 两 个 看 货 的 客 人 中 sp1 一 个 是 右 脸 刮 伤 sp1 一 个 是 左 脚 大 腿 蹭 破 了 sil +007063 sil 抓 落 实 的 过 程 sp1 也 是 一 个 积 小 胜 为 大 胜 sp1 积 跬 步 致 千 里 的 过 程 sil +007064 sil 一 路 上 水 流 湍 急 sp1 险 滩 众 多 sil +007065 sil 其 实 sp1 俄 罗 斯 与 越 南 关 系 匪 浅 sil +007066 sil 如 今 卷 土 重 来 sp1 令 业 界 瞩 目 sil +007067 sil 现 场 sp1 锣 鼓 喧 天 人 头 攒 动 sil +007068 sil 不 会 出 现 政 策 翻 烧 饼 现 象 sil +007069 sil 王 女 士 sp1 皮 肤 白 皙 身 材 窈 窕 sil +007070 sil 后 来 他 们 咬 牙 切 齿 地 说 sp1 能 干 sil +007071 sil 于 特 岛 就 在 那 儿 sp1 在 她 的 对 面 sil +007072 sil 选 举 采 用 无 记 名 投 票 的 方 式 sil +007073 sil 肇 事 业 主 装 莽 sp1 被 群 众 发 现 sil +007074 sil 到 底 有 多 少 血 sp1 我 们 也 没 有 看 到 sil +007075 sil 他 还 伸 手 去 掐 女 人 的 脖 子 sil +007076 sil 用 电 卡 口 sp1 也 加 剧 了 电 力 紧 张 sil +007077 sil 手 机 差 点 就 被 他 们 没 收 喽 sil +007078 sil 下 面 连 线 中 央 台 记 者 柴 安 东 sil +007079 sil 新 发 地 市 场 里 在 过 秤 芹 菜 sil +007080 sil 故 事 里 的 农 夫 机 智 勇 敢 sp1 狮 子 sp1 则 是 愚 笨 的 sil +007081 sil 有 几 棵 的 位 置 稍 微 靠 里 sp1 需 要 跨 进 栏 杆 sp1 走 几 步 才 能 够 到 sil +007082 sil 他 满 脸 皱 纹 sp1 眉 毛 花 白 sp1 胸 前 挂 着 身 份 证 sil +007083 sil 这 张 扯 耳 朵 的 照 片 从 发 出 到 昨 天 中 午 为 止 sp1 转 载 已 上 千 sil +007084 sil 鼓 励 发 展 商 业 保 理 机 构 sp1 稳 妥 发 展 sp1 民 营 第 三 方 支 付 机 构 sil +007085 sil 如 今 sp1 张 帅 可 sp1 已 成 功 转 型 为 河 南 省 散 打 队 的 助 理 教 练 sil +007086 sil 他 已 经 要 求 土 耳 其 官 方 sp1 加 强 对 美 国 外 交 使 团 的 安 全 保 护 sil +007087 sil 所 以 sp1 每 次 有 人 访 问 我 sp1 问 我 用 了 那 么 多 女 演 员 sp1 最 喜 欢 的 是 谁 sil +007088 sil 新 的 拆 迁 补 偿 方 式 sp1 标 准 与 原 条 例 规 定 的 补 偿 方 式 sp1 标 准 有 什 么 区 别 sil +007089 sil 工 作 人 员 正 蹚 着 水 sp1 在 桥 面 上 架 设 铁 架 sp1 铺 设 木 板 sp1 以 增 加 桥 高 sil +007090 sil 谈 及 自 身 的 音 乐 定 位 sp1 他 们 直 言 sp1 要 做 男 人 sp1 爷 们 儿 的 音 乐 sil +007091 sil 但 恐 怖 sp1 无 法 驱 散 内 外 的 热 气 sp1 之 恒 sp1 不 禁 抱 怨 sp1 今 天 热 成 这 样 sp1 怎 么 睡 呢 sil +007092 sil 用 什 么 话 来 赞 美 这 张 图 都 是 苍 白 的 sil +007093 sil 牛 祝 琴 说 sp1 老 薛 从 此 落 下 了 病 根 sp1 以 后 无 论 去 哪 sp1 身 上 都 带 着 药 sil +007094 sil 阿 兰 爽 快 地 答 应 了 sil +007095 sil 各 收 费 站 进 京 方 向 停 止 收 费 sp1 取 消 三 匝 收 费 站 sil +007096 sil 我 猜 中 了 这 开 头 却 猜 不 中 这 结 局 sil +007097 sil 近 日 sp1 男 子 一 审 sp1 被 判 处 缓 刑 sil +007098 sil 发 现 房 里 多 了 个 人 sp1 仲 某 迅 速 拿 走 床 边 的 两 只 拎 包 sp1 夺 门 而 逃 sil +007099 sil 在 属 于 阿 联 酋 队 的 桌 上 sp1 还 散 乱 放 着 矿 泉 水 sp1 饼 干 和 盒 饭 sil +007100 sil 一 般 认 为 sp1 确 定 耶 路 撒 冷 的 地 位 sp1 是 解 决 巴 以 冲 突 的 核 心 问 题 sil +007101 sil 由 于 体 内 的 病 毒 无 法 排 除 sp1 导 致 高 发 宝 全 身 浮 肿 sp1 瘙 痒 难 耐 sil +007102 sil 我 陪 你 一 起 听 听 音 乐 sp1 然 后 sp1 一 起 忘 记 所 有 难 受 sp1 忘 记 全 世 界 sil +007103 sil 但 是 一 批 评 完 sp1 马 上 就 拉 着 儿 子 sp1 一 起 玩 游 戏 sp1 哄 哄 孩 子 sil +007104 sil 但 在 部 分 家 长 看 来 sp1 与 其 蛮 横 干 涉 sp1 不 如 理 性 引 导 sil +007105 sil 面 对 记 者 们 的 一 致 好 评 sp1 陈 斌 波 sp1 笑 意 盎 然 sil +007106 sil 联 合 参 谋 本 部 sp1 为 议 员 放 映 了 成 功 施 射 的 视 频 sil +007107 sil 刘 先 生 用 力 拍 打 和 脚 踹 车 门 sp1 车 门 纹 丝 不 动 sil +007108 sil 因 为 付 不 起 棺 材 费 sp1 厂 家 sp1 已 不 再 给 法 医 室 送 货 sil +007109 sil 为 了 筹 钱 再 过 赌 博 瘾 sp1 他 俩 沆 瀣 一 气 sp1 干 起 了 骗 租 汽 车 的 勾 当 sil +007110 sil 水 汽 凝 结 成 的 细 小 水 珠 就 是 露 水 哦 sil +007111 sil 国 家 农 业 部 发 现 sp1 皮 革 奶 粉 死 灰 复 燃 sil +007112 sil 酒 井 法 子 的 继 母 直 子 sp1 也 接 受 了 采 访 sil +007113 sil 谈 到 好 友 霆 锋 与 柏 芝 sp1 有 可 能 离 婚 收 场 sil +007114 sil 令 王 小 苍 奇 怪 的 是 sp1 这 些 鱼 在 空 中 翻 腾 几 下 后 sp1 便 立 即 死 亡 sil +007115 sil 所 幸 sp1 林 雨 翔 敲 诈 的 是 诗 词 而 不 是 钱 sil +007116 sil 家 sp1 是 残 砖 和 柴 火 垒 起 来 的 院 墙 sp1 塑 料 布 sp1 搭 建 起 来 的 厨 房 sil +007117 sil 肖 聪 斜 倚 在 病 床 上 sp1 对 记 者 的 提 出 的 问 题 sp1 麻 木 地 眨 着 眼 睛 sil +007118 sil 看 到 儿 子 乖 巧 可 爱 sp1 张 美 sp1 不 顾 离 婚 协 议 约 定 sp1 擅 自 将 儿 子 带 走 sil +007119 sil 勘 查 现 场 的 民 警 赶 到 后 sp1 夏 波 手 里 sp1 还 攥 着 几 绺 头 发 sil +007120 sil 因 此 sp1 还 得 注 意 防 御 雷 电 和 雷 雨 大 风 等 强 对 流 天 气 sil +007121 sil 春 节 的 错 位 sp1 将 大 幅 扰 动 今 年 一 二 月 同 比 数 据 sil +007122 sil 而 橡 树 则 宽 大 而 坚 硬 sp1 无 论 多 大 的 风 sp1 都 是 不 能 使 之 弯 曲 的 sil +007123 sil 应 采 儿 穿 着 婚 纱 配 球 鞋 sp1 陈 小 春 的 服 装 sp1 也 不 是 很 正 式 sil +007124 sil 楼 房 之 间 的 大 片 草 坪 sp1 洒 满 金 光 闪 闪 的 蒲 公 英 花 朵 sil +007125 sil 曾 经 有 个 女 孩 儿 问 我 sp1 你 是 帅 哥 吗 sil +007126 sil 小 兰 接 过 饮 料 sp1 咧 着 嘴 巴 笑 了 sil +007127 sil 每 次 到 美 国 sp1 都 要 去 拉 斯 维 加 斯 的 赌 场 sil +007128 sil 张 燕 生 称 sp1 不 能 因 为 该 法 案 道 义 上 的 荒 谬 sp1 而 低 估 其 现 实 影 响 sil +007129 sil 是 老 婆 大 人 sp1 我 把 检 讨 书 修 改 了 五 遍 她 才 满 意 sil +007130 sil 第 十 届 市 纪 律 检 查 委 员 会 全 体 委 员 列 席 了 会 议 sil +007131 sil 目 前 sp1 已 引 起 山 西 省 内 外 招 商 部 门 的 竞 相 争 逐 sil +007132 sil 罗 天 诚 秘 密 被 挖 掉 了 sp1 叫 sp1 你 们 不 可 以 跟 踪 我 的 sil +007133 sil 最 特 别 的 是 sp1 即 将 过 生 日 的 黄 妈 妈 sp1 也 幸 运 入 选 sil +007134 sil 爆 料 sp1 成 为 名 嘴 们 继 续 收 拢 观 众 收 视 率 的 王 牌 sil +007135 sil 酒 楼 的 招 牌 菜 sp1 依 然 是 他 最 拿 手 的 客 家 三 杯 鸭 sil +007136 sil 刘 悦 伦 告 诉 记 者 sp1 佛 山 还 努 力 推 进 河 涌 的 整 治 sil +007137 sil 易 胜 怀 的 修 路 工 具 很 简 单 sp1 钻 子 sp1 锄 头 sp1 锹 锄 和 簸 箕 sil +007138 sil 机 器 人 我 会 一 直 陪 着 你 的 sil +007139 sil 魏 敏 生 教 授 sp1 为 记 者 举 了 个 例 sil +007140 sil 我 没 说 炖 鸡 sp1 我 是 说 动 机 sil +007141 sil 前 方 也 是 明 亮 而 温 柔 的 光 sil +007142 sil 所 以 sp1 最 大 的 学 问 是 谦 逊 sil +007143 sil 帅 气 sp1 不 可 能 炫 耀 一 辈 子 sil +007144 sil 经 诊 断 sp1 男 子 患 脑 血 栓 sil +007145 sil 原 来 sp1 你 也 在 玩 这 个 呀 sp1 哈 哈 sil +007146 sil 公 映 版 本 更 适 合 年 轻 人 sil +007147 sil 万 达 冀 sp1 维 持 恒 力 上 市 地 位 sil +007148 sil 过 年 的 气 氛 依 然 很 热 闹 sil +007149 sil 遭 受 煎 熬 的 人 们 sp1 深 深 盼 望 这 种 酷 暑 sp1 能 有 个 尽 头 sil +007150 sil 这 些 项 目 的 参 与 者 sp1 被 称 作 sp1 可 信 合 作 伙 伴 sp1 范 围 远 超 棱 镜 计 划 sil +007151 sil 一 边 和 记 者 聊 家 常 sp1 夫 妻 俩 手 里 的 活 一 刻 没 停 sil +007152 sil 方 怡 把 这 封 德 高 望 重 的 信 轻 夹 在 书 里 sil +007153 sil 上 述 言 论 sp1 得 到 柴 偲 sp1 以 及 易 某 某 的 证 实 sil +007154 sil 孩 子 们 和 三 峡 工 程 建 设 者 sp1 卡 通 娃 娃 合 影 sil +007155 sil 据 悉 sp1 婚 礼 还 请 来 骆 驼 sp1 大 象 与 马 助 兴 sil +007156 sil 另 一 名 狱 警 徐 某 sp1 则 被 抢 走 警 服 sp1 并 被 捆 绑 sil +007157 sil 除 了 带 了 家 里 所 剩 不 多 的 钱 sp1 苏 春 山 还 随 身 揣 了 一 把 剪 刀 sil +007158 sil 未 经 漂 白 的 口 蘑 sil +007159 sil 一 个 似 乎 从 来 没 想 过 的 问 题 sp1 一 个 浅 显 而 千 真 万 确 的 命 题 sil +007160 sil 太 阳 那 么 大 sp1 我 能 把 他 生 下 来 吗 我 sil +007161 sil 喇 叭 里 传 来 马 光 行 宏 亮 的 命 令 sil +007162 sil 这 个 问 题 他 和 宋 世 平 sp1 无 一 能 回 答 sil +007163 sil 走 了 一 会 儿 sp1 四 人 到 夜 不 眠 快 餐 店 sil +007164 sil 不 听 话 的 话 sp1 感 冒 了 sp1 别 向 我 哭 诉 sil +007165 sil 沉 重 的 大 门 在 后 面 缓 缓 关 上 sil +007166 sil 本 想 找 一 份 工 作 sp1 不 曾 想 工 作 没 有 着 落 sp1 盘 缠 却 很 快 花 光 了 sil +007167 sil 车 厢 内 有 女 乘 客 恼 火 地 拍 打 车 门 sp1 并 不 断 抱 怨 着 sil +007168 sil 学 生 家 长 找 到 秦 某 后 sp1 因 情 绪 激 动 sp1 与 其 发 生 撕 扯 sil +007169 sil 北 京 奥 组 委 sp1 还 特 批 我 们 在 这 里 sp1 办 了 自 己 的 餐 厅 sil +007170 sil 刚 开 始 时 sp1 小 丽 只 是 偶 尔 上 网 sil +007171 sil 依 法 妥 善 审 理 涉 及 民 生 等 案 件 sil +007172 sil 恰 巧 当 时 有 警 车 经 过 sp1 该 男 子 迅 速 调 转 方 向 离 开 sil +007173 sil 购 买 了 贵 厂 的 药 品 两 盒 sp1 回 去 一 吃 sp1 大 约 一 个 疗 程 sp1 果 然 有 效 sil +007174 sil 每 次 经 过 sp1 到 涧 桥 山 售 楼 处 的 时 候 sp1 都 能 感 觉 到 沁 心 宜 人 sil +007175 sil 习 仲 勋 性 格 里 有 绵 软 宽 厚 的 一 面 sp1 但 并 不 缺 少 执 着 硬 朗 sil +007176 sil 如 果 有 威 胁 sp1 来 自 于 前 方 以 及 另 一 侧 方 sp1 则 可 以 考 虑 双 手 抱 肘 sil +007177 sil 这 次 sp1 百 宏 集 团 老 板 嫁 女 儿 sp1 再 次 刷 新 了 天 价 嫁 妆 纪 录 sil +007178 sil 他 们 透 露 sp1 将 在 八 月 举 行 音 乐 会 sp1 获 不 少 好 友 自 荐 帮 手 sil +007179 sil 很 多 人 都 说 宋 小 宝 是 丑 小 鸭 sp1 变 成 了 白 天 鹅 sil +007180 sil 基 本 完 工 的 机 场 场 区 sp1 已 看 不 到 溶 洞 溶 沟 sil +007181 sil 反 正 当 一 天 和 尚 敲 一 天 钟 喽 sp1 我 也 在 渐 渐 适 应 sil +007182 sil 别 看 我 只 有 十 七 岁 sp1 料 很 足 的 sil +007183 sil 胡 亮 和 王 卓 良 是 王 振 的 邻 居 sp1 在 蔡 甸 新 农 中 学 读 书 sp1 平 时 常 在 一 起 玩 sil +007184 sil 齐 国 栋 大 吃 一 惊 sp1 像 失 了 水 分 的 茄 子 sp1 耷 拉 着 脑 袋 sp1 告 辞 了 工 程 师 sil +007185 sil 小 贺 的 父 母 是 普 通 农 民 sp1 老 实 木 讷 sp1 整 日 sp1 忙 碌 操 劳 sil +007186 sil 而 照 片 中 的 尹 恩 惠 sp1 更 如 同 专 业 模 特 儿 一 样 sp1 让 人 回 味 无 穷 sil +007187 sil 暴 雨 肆 虐 sp1 导 致 洪 水 猛 涨 sil +007188 sil 逃 不 了 sp1 那 只 能 稳 住 绑 匪 sil +007189 sil 由 于 憨 态 可 掬 并 数 量 稀 少 sp1 江 豚 也 被 誉 为 水 中 大 熊 猫 sil +007190 sil 近 日 sp1 永 嘉 检 察 院 sp1 以 敲 诈 勒 索 罪 sp1 放 火 罪 sp1 起 诉 董 某 sil +007191 sil 对 此 sp1 不 少 网 民 提 出 了 疑 问 sil +007192 sil 我 这 么 关 心 你 sp1 你 还 说 我 烦 sil +007193 sil 爹 爹 随 身 带 着 唢 呐 和 笙 sil +007194 sil 裸 露 的 皮 肤 涂 抹 驱 避 剂 sil +007195 sil 他 学 东 西 并 不 快 sp1 而 他 想 提 拔 的 人 sp1 往 往 都 是 些 笨 蛋 sil +007196 sil 过 春 节 怎 么 能 不 回 家 呢 sil +007197 sil 之 后 sp1 推 销 员 不 再 骚 扰 他 sil +007198 sil 然 而 风 水 轮 流 转 sp1 今 年 更 多 文 科 生 sp1 栽 在 了 高 考 中 sil +007199 sil 上 述 三 人 sp1 为 组 织 领 导 者 sil +007200 sil 零 售 行 业 的 拐 点 sp1 已 经 临 近 sil +007201 sil 罗 天 诚 sp1 你 的 字 sp1 很 漂 亮 诶 sil +007202 sil 酒 井 法 子 涉 毒 时 很 憔 悴 sil +007203 sil 他 挽 留 不 住 sp1 只 好 跟 上 去 sil +007204 sil 他 照 梁 样 君 说 的 誊 写 一 遍 sil +007205 sil 我 脾 气 超 级 好 sp1 不 会 急 的 sil +007206 sil 现 摘 录 整 理 sp1 以 警 示 后 人 sil +007207 sil 三 是 畅 通 流 动 选 拔 渠 道 sil +007208 sil 其 实 sp1 陈 山 聪 一 向 钟 情 大 包 包 sp1 更 成 了 他 的 招 牌 标 志 sil +007209 sil 还 有 没 有 疏 散 的 这 些 旅 客 sp1 他 们 安 置 状 况 究 竟 怎 么 样 sil +007210 sil 加 速 这 一 犯 罪 团 伙 灭 亡 的 sp1 竟 是 一 个 小 小 的 网 帖 sil +007211 sil 就 很 谄 媚 的 sp1 伸 出 两 只 手 指 头 sp1 冲 考 官 一 笑 sp1 曳 sil +007212 sil 甘 慧 萍 也 不 晓 得 到 底 咋 回 事 儿 sp1 两 口 子 拌 了 几 句 嘴 后 回 了 家 sil +007213 sil 讲 究 内 外 合 一 形 神 兼 备 sp1 节 奏 鲜 明 的 民 族 风 格 sil +007214 sil 随 后 sp1 记 者 又 联 系 上 sp1 五 五 四 路 公 交 有 关 负 责 人 sil +007215 sil 总 觉 得 相 机 广 告 中 的 模 特 儿 sp1 特 别 漂 亮 帅 气 sil +007216 sil 儿 子 的 惨 死 sp1 令 年 轻 的 父 亲 袁 某 某 sp1 十 分 悲 痛 sil +007217 sil 圣 依 日 前 现 身 上 海 sp1 身 形 苗 条 的 她 以 手 遮 肚 sil +007218 sil 也 就 是 说 sp1 挟 尸 要 价 的 实 际 时 间 sp1 超 过 半 小 时 sil +007219 sil 早 前 陈 嘉 桓 于 香 港 报 警 sp1 问 到 当 时 究 竟 告 谁 sil +007220 sil 男 友 说 sp1 宿 舍 里 一 哥 们 sp1 吃 核 桃 sp1 遇 到 一 个 硬 的 sil +007221 sil 目 前 sp1 各 地 一 次 性 工 亡 补 助 金 标 准 sp1 不 尽 相 同 sil +007222 sil 摄 影 师 没 有 手 sp1 就 像 赛 跑 者 没 有 脚 sp1 令 人 气 馁 sil +007223 sil 后 来 sp1 小 毛 一 直 没 把 签 好 的 合 同 sp1 拿 给 王 先 生 sil +007224 sil 在 供 远 小 于 需 的 局 面 下 sp1 找 保 姆 难 成 了 常 态 sil +007225 sil 然 而 擦 干 眼 泪 sp1 她 又 不 得 不 乖 乖 地 服 从 严 厉 的 爸 爸 sil +007226 sil 悬 挂 着 条 幅 的 大 楼 三 sp1 被 媒 体 称 为 sp1 楼 垮 垮 sil +007227 sil 随 后 sp1 男 子 竟 在 众 目 睽 睽 之 下 吮 吸 鸵 鸟 血 液 sil +007228 sil 对 此 她 笑 纳 sp1 贫 点 好 sp1 不 长 虫 儿 sil +007229 sil 林 父 说 sp1 悲 剧 发 生 后 sp1 曾 不 止 一 次 sp1 梦 见 田 永 涛 拎 着 酒 来 看 自 己 sil +007230 sil 不 过 sp1 最 怕 青 蛙 的 余 文 乐 sp1 却 不 小 心 真 正 舔 到 了 sp1 让 他 大 喊 崩 溃 sil +007231 sil 他 的 岁 数 sp1 比 王 勃 成 天 才 时 少 了 一 倍 sp1 自 然 写 不 出 儿 歌 sil +007232 sil 他 们 的 收 入 普 遍 不 高 sp1 扣 除 就 业 成 本 sp1 就 相 差 无 几 了 sil +007233 sil 那 里 有 雪 野 大 地 sp1 那 里 有 战 友 的 生 死 相 牵 sil +007234 sil 八 年 了 sp1 每 次 都 有 钱 sp1 可 为 何 从 来 没 有 一 次 超 过 五 毛 钱 sil +007235 sil 不 了 解 我 们 的 人 sp1 只 有 满 脑 袋 浪 漫 的 想 象 sil +007236 sil 桥 下 彻 同 样 在 混 淆 是 非 sp1 可 见 日 本 右 翼 坚 持 恶 行 sp1 不 肯 悔 改 sil +007237 sil 经 公 安 部 门 调 查 sp1 肇 事 者 sp1 为 南 刘 庄 村 民 sp1 刘 大 孬 sil +007238 sil 一 sp1 第 一 夫 人 是 从 美 国 兴 起 的 sil +007239 sil 这 类 传 统 企 业 sp1 会 越 来 越 多 sil +007240 sil 徐 天 是 个 利 落 人 sil +007241 sil 铁 力 瓦 尔 地 吐 逊 sil +007242 sil 是 因 为 我 还 是 单 身 sp1 所 以 会 有 这 么 多 谣 言 吧 sil +007243 sil 为 什 么 要 傲 娇 sil +007244 sil 海 上 问 题 sp1 可 能 在 五 至 七 年 内 达 到 顶 点 sil +007245 sil 医 生 啊 sil +007246 sil 别 呃 sp1 想 想 办 法 吧 sil +007247 sil 小 孩 考 试 没 考 好 sp1 被 他 妈 妈 揍 了 一 顿 sil +007248 sil 等 我 白 天 照 一 下 吧 sil +007249 sil 加 上 腿 脚 不 灵 便 sp1 他 便 往 后 倒 了 下 去 sil +007250 sil 只 偶 尔 打 个 电 话 sil +007251 sil 好 开 心 的 一 天 喔 sil +007252 sil 先 拿 出 你 的 诚 意 来 sil +007253 sil 天 气 预 报 说 sp1 二 十 二 度 sil +007254 sil 这 么 着 急 喊 我 干 嘛 sil +007255 sil 张 女 士 嗯 了 一 声 sil +007256 sil 两 人 的 脸 谱 网 首 页 sil +007257 sil 这 实 际 上 是 法 条 冲 突 sp1 以 谁 为 准 的 问 题 sil +007258 sil 这 个 真 的 难 倒 我 啦 sil +007259 sil 林 的 舅 舅 也 赶 来 sil +007260 sil 需 要 大 约 两 小 时 sil +007261 sil 一 定 是 在 欣 赏 我 啦 sil +007262 sil 我 想 我 也 不 会 了 sil +007263 sil 周 永 康 向 努 尔 别 尔 sil +007264 sil 应 该 是 叫 舅 姥 爷 吧 sil +007265 sil 空 气 质 量 优 sil +007266 sil 那 就 要 拭 目 以 待 喽 sil +007267 sil 解 放 军 就 去 救 俺 们 sil +007268 sil 偶 尔 会 有 一 点 无 聊 啦 sil +007269 sil 笑 而 不 语 是 一 种 态 度 sil +007270 sil 昨 日 sp1 月 饼 大 幅 降 价 sil +007271 sil 你 别 夸 我 sp1 我 知 道 你 一 夸 我 就 要 吃 大 亏 了 sil +007272 sil 赌 场 内 的 专 业 装 备 sil +007273 sil 蔡 赟 对 此 羡 慕 不 已 sil +007274 sil 偶 在 和 你 聊 天 啊 sil +007275 sil 咱 们 也 得 体 谅 国 家 sil +007276 sil 楼 市 正 在 酝 酿 拐 点 sil +007277 sil 都 是 谣 言 惹 的 祸 sil +007278 sil 黄 瓜 炒 鸡 蛋 sil +007279 sil 我 就 是 肖 烨 的 傀 儡 sil +007280 sil 说 曹 操 我 就 出 现 了 sil +007281 sil 李 某 女 是 讲 解 员 sil +007282 sil 扬 子 晚 报 记 者 以 自 己 的 情 况 测 试 了 一 番 sil +007283 sil 我 爱 你 胜 过 爱 自 己 sil +007284 sil 我 的 心 只 属 于 你 哦 sil +007285 sil 有 时 候 胡 子 不 刮 sil +007286 sil 传 媒 大 亨 默 多 克 sil +007287 sil 我 一 直 会 年 轻 哟 sil +007288 sil 这 是 我 的 一 些 谬 见 sil +007289 sil 蔡 美 儿 也 在 思 考 着 sil +007290 sil 发 展 改 革 委 指 出 sil +007291 sil 梅 耶 尔 就 做 到 了 sil +007292 sil 希 望 我 几 点 叫 你 呢 sil +007293 sil 谁 都 有 可 能 爱 你 sil +007294 sil 我 的 系 统 安 装 不 上 sp1 快 点 指 点 指 点 我 吧 sil +007295 sil 她 立 即 晕 倒 在 地 sil +007296 sil 通 用 汽 车 排 在 第 三 sp1 为 九 点 二 四 六 亿 美 元 sil +007297 sil 存 港 币 sp1 也 不 可 以 么 sil +007298 sil 王 海 剑 免 予 赔 偿 sil +007299 sil 这 方 面 sp1 瓮 安 也 有 教 训 sil +007300 sil 何 时 才 能 有 雨 啊 sil +007301 sil 父 子 俩 扭 打 在 一 起 sil +007302 sil 想 听 听 您 的 观 点 sil +007303 sil 她 实 在 难 相 处 sil +007304 sil 经 常 使 用 电 热 毯 者 sp1 还 应 适 量 增 加 饮 水 sil +007305 sil 我 不 会 跳 广 场 舞 呢 sil +007306 sil 此 时 无 声 胜 有 声 sil +007307 sil 拍 完 再 算 sp1 哈 哈 哈 sil +007308 sil 不 能 够 因 噎 废 食 sil +007309 sil 哇 sp1 古 文 耶 sp1 说 着 伸 出 手 说 sp1 你 好 sp1 久 仰 了 sil +007310 sil 我 刚 学 了 糖 醋 排 骨 sil +007311 sil 戴 手 套 的 一 位 师 傅 sp1 高 扬 着 手 sp1 仰 头 指 挥 sil +007312 sil 到 南 北 朝 时 sp1 馄 饨 形 如 偃 月 sp1 天 下 通 食 sil +007313 sil 河 北 省 唐 山 市 人 sil +007314 sil 我 要 上 班 啊 大 姐 sil +007315 sil 等 你 的 长 发 及 腰 吗 sil +007316 sil 幸 好 没 酿 成 惨 剧 sil +007317 sil 不 知 道 要 学 着 知 道 sil +007318 sil 可 能 性 又 有 多 大 呢 sil +007319 sil 我 每 天 按 时 起 床 sil +007320 sil 田 园 蔬 菜 粥 sp1 不 错 呀 sil +007321 sil 四 是 sp1 窝 案 串 案 多 sil +007322 sil 我 猜 不 到 耶 sil +007323 sil 付 出 总 有 回 报 的 sil +007324 sil 收 多 少 也 是 一 门 学 问 sil +007325 sil 推 荐 你 去 威 尼 斯 sil +007326 sil 覆 巢 之 下 难 有 完 卵 sil +007327 sil 我 准 备 冲 网 吧 了 sil +007328 sil 维 公 之 力 sp1 博 望 寔 同 sil +007329 sil 推 荐 她 去 欧 洲 城 sil +007330 sil 忙 着 等 待 你 调 遣 呀 sil +007331 sil 他 人 软 得 想 跪 下 去 sp1 喉 咙 奇 于 sp1 应 付 说 sp1 我 是 sp1 什 sp1 什 么 事 sil +007332 sil 在 椁 板 的 两 边 sp1 有 一 些 凹 槽 sp1 用 以 卡 住 几 块 椁 板 sp1 以 便 于 连 接 sil +007333 sil 昨 日 sp1 星 沙 水 渡 河 橡 胶 坝 sp1 水 坝 下 面 波 涛 滚 滚 sil +007334 sil 得 知 情 况 后 sp1 汪 先 生 端 起 一 盆 水 sp1 冲 进 老 人 家 中 sil +007335 sil 天 色 都 暗 了 sp1 黑 幕 里 探 头 出 现 一 颗 早 熟 的 星 星 sp1 映 得 这 夜 特 别 凄 凉 sil +007336 sil 其 实 sp1 方 丈 与 释 果 因 sp1 都 是 祖 某 sil +007337 sil 案 犯 被 她 的 凛 然 正 气 震 住 了 sp1 扔 下 改 锥 sp1 跪 在 地 上 直 磕 头 sil +007338 sil 罗 志 祥 头 戴 圣 诞 帽 sp1 身 旁 年 轻 美 眉 sp1 打 扮 惹 火 sil +007339 sil 就 因 为 最 后 这 一 刀 sp1 葛 伟 再 也 没 醒 过 来 sil +007340 sil 所 以 sp1 姜 宗 福 的 渺 小 需 要 庄 重 对 待 sil +007341 sil 就 在 一 堆 淤 泥 里 sp1 几 个 人 挖 出 来 了 sp1 一 个 锈 迹 斑 斑 的 铁 sp1 疙 瘩 sil +007342 sil 火 苗 从 起 火 的 民 房 内 窜 出 sil +007343 sil 同 时 sp1 当 天 出 席 宴 会 的 嘉 宾 也 是 星 光 灿 烂 sp1 大 腕 云 集 sil +007344 sil 但 齐 女 士 不 知 悔 改 sp1 依 然 与 那 男 子 来 往 sil +007345 sil 恭 喜 你 sp1 爱 上 了 一 个 永 远 不 会 离 开 的 人 sil +007346 sil 我 怎 么 会 没 有 脾 气 呢 sil +007347 sil 市 交 港 局 的 摊 位 人 头 攒 动 sil +007348 sil 然 而 谎 言 像 泡 沫 sp1 一 个 一 个 被 戳 破 sil +007349 sil 景 岗 山 的 帮 派 sp1 正 是 巨 星 云 集 sp1 大 名 鼎 鼎 的 六 一 班 sil +007350 sil 我 给 房 子 做 了 评 估 sil +007351 sil 靠 磅 秤 称 重 的 说 法 是 错 误 的 sil +007352 sil 他 也 能 从 作 案 人 的 体 态 上 sp1 确 定 是 二 笨 和 小 五 所 为 sil +007353 sil 不 是 你 修 来 的 福 sp1 而 是 sp1 我 不 知 道 哪 辈 子 造 的 孽 啊 sil +007354 sil 有 人 说 这 是 瞎 折 腾 sp1 脑 瘫 儿 咋 培 养 都 不 会 成 气 候 sil +007355 sil 我 现 在 还 正 在 努 力 提 升 英 文 水 平 sil +007356 sil 经 突 审 sp1 犯 罪 嫌 疑 人 刘 迎 儿 交 代 了 犯 罪 事 实 和 主 要 犯 罪 动 机 sil +007357 sil 我 跟 朋 友 开 玩 笑 说 sp1 我 用 我 的 嫁 妆 钱 去 做 了 这 件 事 情 sil +007358 sil 温 家 宝 俯 下 身 来 sp1 仔 细 端 详 熟 睡 的 小 伊 伊 sil +007359 sil 何 必 要 搞 这 种 费 力 不 讨 好 的 规 章 教 育 呢 sil +007360 sil 今 天 早 晨 到 上 午 sp1 华 北 南 部 局 部 地 区 有 雾 sil +007361 sil 去 年 的 世 界 杯 冠 军 意 大 利 队 sp1 也 已 从 前 一 段 时 间 的 低 潮 中 恢 复 过 来 sil +007362 sil 非 要 去 的 话 sp1 我 可 以 帮 你 查 查 sp1 有 没 卡 能 打 折 sp1 能 不 能 团 购 sil +007363 sil 大 多 数 人 陆 续 散 开 来 sp1 吴 某 却 领 着 一 小 撮 人 继 续 起 哄 sil +007364 sil 猫 的 爪 子 正 扒 着 箱 子 sil +007365 sil 三 要 清 正 廉 洁 sp1 不 让 白 袍 点 墨 sil +007366 sil 拉 毛 措 接 受 了 大 喇 嘛 的 劝 导 sil +007367 sil 以 前 被 老 汉 儿 否 定 得 太 多 sp1 现 在 任 何 事 情 sp1 都 得 我 自 己 来 决 定 sil +007368 sil 显 然 赴 港 产 子 虽 花 费 甚 巨 sp1 但 仍 然 是 sp1 低 投 入 高 产 出 的 事 sil +007369 sil 不 过 中 金 公 司 认 为 sp1 通 胀 见 顶 可 能 在 一 季 度 sil +007370 sil 在 徐 炯 炜 看 来 sp1 商 业 模 式 决 定 了 华 谊 和 光 线 不 同 的 融 资 特 点 sil +007371 sil 树 干 上 沾 了 秽 物 的 衣 服 sp1 惹 得 几 条 狗 sp1 跑 过 去 舔 sil +007372 sil 听 一 些 校 园 民 谣 sp1 比 如 老 狼 的 sp1 月 光 倾 城 sp1 美 人 sil +007373 sil 不 过 sp1 我 们 都 经 过 了 培 训 sp1 相 信 可 以 轻 松 应 对 sil +007374 sil 据 了 解 sp1 该 处 的 泵 站 归 于 洪 区 交 通 局 管 理 sil +007375 sil 她 需 要 去 做 一 系 列 的 美 容 和 外 科 整 形 手 术 sil +007376 sil 此 外 sp1 最 牛 违 建 在 拆 除 过 程 中 sp1 也 曾 多 次 出 现 过 阻 挠 行 为 sil +007377 sil 不 过 sp1 如 果 台 里 需 要 我 往 这 方 面 发 展 的 话 sp1 我 也 豁 得 出 去 sil +007378 sil 为 此 sp1 他 特 地 研 究 了 一 嗨 的 租 车 合 同 sil +007379 sil 杭 城 的 气 温 昨 日 一 下 子 蹿 升 sil +007380 sil 解 决 种 棉 效 益 低 sp1 最 主 要 是 提 高 棉 花 质 量 sil +007381 sil 仔 仔 在 电 影 中 蓄 胡 sp1 衣 着 邋 遢 sp1 但 帅 气 依 旧 sil +007382 sil 父 母 嘴 里 嘟 囔 着 sp1 似 乎 还 想 争 辩 着 什 么 sil +007383 sil 主 要 是 看 日 本 愿 不 愿 使 日 元 过 高 的 值 降 下 来 sil +007384 sil 在 阳 光 和 云 彩 的 相 互 作 用 下 sp1 湖 水 折 射 出 不 同 层 次 的 蓝 色 sil +007385 sil 学 生 说 sp1 被 牛 吃 掉 了 sil +007386 sil 于 是 把 小 蟒 蛇 带 回 家 sil +007387 sil 感 觉 像 是 以 身 相 许 了 sil +007388 sil 当 然 不 会 有 你 聪 明 了 sil +007389 sil 这 对 憨 态 可 掬 的 石 狮 子 sp1 现 暂 存 在 汤 山 派 出 所 站 岗 sil +007390 sil 因 为 没 有 洒 水 sp1 扬 起 的 灰 尘 sp1 让 早 起 上 班 的 居 民 们 掩 鼻 而 行 sil +007391 sil 老 人 们 用 方 言 一 起 朗 读 sp1 字 句 之 间 sp1 韵 脚 分 明 sp1 朗 朗 上 口 sil +007392 sil 家 住 附 近 的 小 饶 sp1 很 多 年 前 就 频 频 前 往 摩 崖 石 刻 赏 景 sil +007393 sil 好 吧 sp1 我 会 发 一 封 高 优 先 级 的 电 子 邮 件 给 你 sil +007394 sil 两 位 老 人 患 有 脑 梗 sp1 腿 脚 也 不 灵 便 sp1 但 还 要 辛 苦 的 捡 瓶 子 sil +007395 sil 说 这 番 话 时 sp1 朱 镕 基 刚 从 上 海 赴 北 京 sp1 任 国 务 院 副 总 理 sil +007396 sil 算 了 sp1 你 说 怎 样 就 怎 样 吧 sp1 我 无 所 谓 了 sil +007397 sil 习 近 平 赴 河 北 阜 平 sp1 骆 驼 湾 村 考 察 sil +007398 sil 同 时 sp1 用 各 种 办 法 鼓 励 老 用 户 登 记 sil +007399 sil 与 此 同 时 sp1 聂 树 斌 案 sp1 也 一 直 正 在 调 查 sil +007400 sil 又 该 适 应 哪 种 市 场 的 要 求 呢 sil +007401 sil 法 规 上 没 有 规 定 交 警 能 罚 飞 行 员 sil +007402 sil 孩 子 的 爹 瞅 都 没 瞅 他 一 眼 sp1 悠 悠 的 来 了 一 句 sp1 先 把 你 妈 换 了 吧 sil +007403 sil 臭 小 子 sp1 谁 让 你 改 姓 的 sil +007404 sil 你 可 是 我 最 信 任 的 中 国 好 闺 蜜 哦 sil +007405 sil 少 年 准 备 下 水 捞 球 sp1 可 是 刚 一 下 水 sp1 就 倒 在 水 中 sil +007406 sil 其 实 sp1 董 某 一 直 想 偷 辆 好 车 撑 门 面 sp1 找 女 朋 友 sil +007407 sil 风 化 的 粉 煤 灰 sp1 时 常 黄 雾 腾 腾 sp1 成 为 八 矿 地 区 的 主 要 污 染 源 sil +007408 sil 好 政 策 不 该 变 成 唐 僧 肉 sil +007409 sil 伙 计 sp1 对 不 起 sp1 您 要 的 是 补 药 sp1 我 错 给 您 了 毒 药 sil +007410 sil 齐 顺 通 所 开 的 歌 厅 sp1 恰 巧 也 在 三 分 厂 院 内 sil +007411 sil 二 人 晚 上 在 榆 树 市 装 上 货 sp1 简 单 休 息 了 会 儿 sp1 就 开 始 往 回 赶 sil +007412 sil 齐 亚 丽 的 养 父 在 外 地 打 工 sp1 养 母 在 家 操 持 家 务 sil +007413 sil 然 后 sp1 我 得 去 吃 感 冒 药 了 sil +007414 sil 但 他 的 话 音 未 落 sp1 火 浪 眨 眼 间 就 吞 掉 了 整 个 山 坡 sil +007415 sil 短 线 欧 元 料 sp1 仍 将 处 于 弱 势 sp1 下 方 支 撑 sp1 一 点 二 八 六 零 sil +007416 sil 至 此 sp1 叶 噶 一 案 的 所 有 犯 罪 嫌 疑 人 全 部 被 抓 获 归 案 sil +007417 sil 让 这 个 海 参 吧 sp1 加 工 出 来 以 后 刚 刚 硬 sp1 掰 不 动 都 sil +007418 sil 可 饿 了 两 三 天 后 sp1 她 又 会 暴 食 一 番 sp1 然 后 再 去 呕 吐 sil +007419 sil 这 些 赌 博 机 sp1 都 做 过 了 手 脚 sp1 玩 赌 博 机 的 人 sp1 必 输 无 疑 sp1 没 有 赢 的 sil +007420 sil 主 人 喜 爱 我 悦 耳 的 声 音 sp1 而 讨 厌 你 的 叫 声 sil +007421 sil 事 后 sp1 林 某 再 次 支 付 潘 某 报 酬 一 万 元 sil +007422 sil 对 于 网 帖 中 游 行 一 说 sp1 袁 泽 泓 表 示 否 认 sil +007423 sil 因 此 sp1 不 能 将 这 笔 账 算 在 李 劭 头 上 sil +007424 sil 提 醒 银 行 sp1 可 别 捡 了 芝 麻 丢 了 西 瓜 sil +007425 sil 四 周 已 被 消 防 员 洒 满 了 白 色 灭 火 剂 sil +007426 sil 最 后 sp1 张 金 中 在 漆 黑 的 夜 色 下 涮 洗 sil +007427 sil 不 过 兴 建 雷 达 的 高 昂 费 用 sp1 也 引 发 争 议 sil +007428 sil 爱 是 四 月 天 里 的 云 烟 sp1 是 细 雨 洒 在 花 前 sil +007429 sil 那 一 年 是 母 亲 偷 偷 把 自 己 棉 袄 上 的 棉 花 sp1 添 在 了 他 的 棉 袄 里 sil +007430 sil 利 用 职 权 进 行 双 规 和 挂 牌 保 护 sp1 是 曾 锦 春 sp1 独 创 的 敛 财 术 sil +007431 sil 风 险 也 是 浪 漫 的 一 部 分 吗 sil +007432 sil 他 觉 得 这 样 干 下 去 没 意 思 sil +007433 sil 网 站 管 理 员 的 权 限 更 大 sp1 可 对 评 论 进 行 有 效 管 理 sil +007434 sil 话 未 落 音 sp1 会 场 里 响 起 了 掌 声 sil +007435 sil 抽 掉 了 应 有 的 文 化 内 涵 sp1 节 日 就 会 空 洞 无 物 sp1 失 去 魅 力 sil +007436 sil 白 天 做 批 萨 sp1 晚 上 唱 歌 sil +007437 sil 她 那 脸 洗 了 后 真 叫 亮 sil +007438 sil 搞 不 好 是 迎 面 而 来 的 人 sil +007439 sil 高 销 量 导 致 房 价 猛 涨 sil +007440 sil 少 小 离 家 老 大 回 sp1 安 能 辨 我 是 雌 雄 sil +007441 sil 皖 北 的 隆 冬 sp1 寒 风 呼 啸 sil +007442 sil 一 名 伤 员 转 往 第 一 中 心 医 院 sil +007443 sil 昨 日 sp1 两 位 社 区 巡 逻 员 守 在 店 门 口 sil +007444 sil 我 当 然 是 没 有 奶 可 喂 儿 子 的 sp1 于 是 sp1 儿 子 每 天 吃 糕 干 粉 和 米 面 的 浆 糊 sil +007445 sil 而 她 手 上 的 皮 肤 sp1 格 外 干 燥 毛 糙 sp1 与 她 清 纯 的 脸 庞 丝 毫 不 匹 配 sil +007446 sil 此 外 sp1 卡 德 罗 夫 禁 止 杂 志 刊 登 关 于 其 生 日 的 内 容 sil +007447 sil 考 古 人 员 分 析 sp1 这 些 麦 秆 是 用 来 充 当 铺 盖 墓 葬 的 填 充 物 的 sil +007448 sil 两 人 吵 吵 嚷 嚷 sp1 到 白 下 区 人 民 矛 盾 调 解 中 心 评 理 sil +007449 sil 这 一 年 sp1 陈 兴 銮 被 选 拔 为 东 营 区 科 技 副 区 长 sil +007450 sil 这 使 满 洲 国 傀 儡 皇 帝 溥 仪 sp1 预 感 到 末 日 即 将 来 临 sil +007451 sil 试 用 者 选 择 了 咖 啡 混 合 巧 克 力 豆 的 口 味 sp1 味 道 好 极 了 sil +007452 sil 这 个 网 吧 位 于 凯 里 市 清 平 南 路 sp1 一 个 桥 洞 之 下 sil +007453 sil 对 三 零 幺 医 院 的 医 护 人 员 sp1 表 示 由 衷 的 谢 意 sil +007454 sil 我 反 正 认 为 sp1 一 定 有 不 少 分 红 sp1 同 意 了 sil +007455 sil 八 十 三 船 领 航 sp1 其 后 依 次 为 sp1 八 十 四 sp1 六 十 六 sp1 七 十 一 船 sil +007456 sil 最 后 sp1 他 的 目 光 停 留 在 那 几 个 大 字 上 sp1 南 无 阿 弥 陀 佛 sil +007457 sil 不 一 会 儿 程 女 士 开 始 打 瞌 睡 来 sil +007458 sil 老 汉 儿 瞪 我 一 眼 sp1 我 一 头 雾 水 sp1 其 实 sp1 我 一 点 都 不 认 识 那 个 人 sil +007459 sil 目 前 sp1 大 田 派 出 所 所 长 蒋 开 拓 sp1 已 被 停 职 接 受 检 查 sil +007460 sil 梁 样 君 失 望 地 给 手 里 的 信 估 计 身 价 sp1 打 算 改 天 卖 掉 sil +007461 sil 仿 佛 sp1 以 前 谁 说 的 话 就 在 脑 海 中 sp1 但 偏 偏 又 想 不 起 来 sil +007462 sil 要 赔 偿 sp1 应 该 去 找 顶 替 的 人 sil +007463 sil 男 子 一 直 跟 在 吕 姑 娘 后 面 sil +007464 sil 把 握 好 裸 度 sp1 必 须 不 懈 追 求 裸 的 艺 术 sil +007465 sil 但 池 先 生 sp1 并 未 打 消 赴 川 的 想 法 sil +007466 sil 知 错 就 改 改 了 再 犯 sp1 沃 尔 玛 又 一 次 呛 到 了 重 庆 公 众 sil +007467 sil 齐 秉 颐 一 脸 的 憔 悴 sp1 颓 然 靠 在 沙 发 上 sil +007468 sil 他 嘴 里 大 喊 大 嚷 sp1 也 是 不 想 跟 卯 先 生 走 sil +007469 sil 李 同 学 和 余 姓 同 学 均 为 本 市 某 中 学 初 一 学 生 sil +007470 sil 就 是 我 的 偶 像 呀 sp1 我 很 崇 拜 主 人 的 高 智 商 和 高 颜 值 sil +007471 sil 第 二 天 早 晨 sp1 飞 机 从 坎 大 哈 飞 回 喀 布 尔 sil +007472 sil 这 个 零 窗 口 又 是 如 何 选 择 的 sil +007473 sil 我 们 将 焚 烧 他 们 脚 下 的 土 地 sil +007474 sil 这 愿 景 sp1 大 概 支 撑 起 他 的 自 信 sil +007475 sil 这 主 要 是 由 于 强 劲 的 游 戏 业 务 营 收 sil +007476 sil 那 首 叫 青 春 无 悔 的 是 谁 唱 的 sil +007477 sil 别 做 傻 事 sp1 你 给 大 家 回 个 话 sil +007478 sil 梁 碎 君 吓 得 全 身 一 震 sp1 喝 sp1 谁 sil +007479 sil 这 是 中 国 国 家 元 首 首 次 访 美 sil +007480 sil 记 者 走 进 一 家 汽 车 改 装 作 坊 sil +007481 sil 他 们 的 行 为 简 直 是 令 人 发 指 sil +007482 sil 王 子 义 传 承 了 巍 子 的 倔 强 性 格 sil +007483 sil 上 述 演 练 步 骤 共 进 行 了 两 次 sil +007484 sil 但 是 sp1 这 个 简 单 的 愿 望 破 灭 了 sil +007485 sil 该 会 不 提 倡 市 民 捐 赠 旧 衣 服 sil +007486 sil 关 键 在 于 sp1 维 护 稳 定 和 推 进 合 作 sil +007487 sil 可 送 房 间 sp1 蛋 糕 香 槟 sp1 娃 娃 等 sil +007488 sil 成 功 是 一 种 了 不 起 的 除 臭 剂 sil +007489 sil 老 妈 sp1 我 想 说 sp1 弹 尽 粮 绝 sp1 没 衣 服 过 冬 sp1 这 是 要 冷 死 的 节 奏 啊 sil +007490 sil 李 剑 恨 屋 及 乌 sp1 也 对 那 女 孩 看 不 顺 眼 sp1 恨 不 得 她 的 舌 头 断 掉 sil +007491 sil 咬 文 嚼 字 杂 志 社 表 示 sp1 上 海 是 一 个 有 着 深 厚 文 化 传 统 的 城 市 sil +007492 sil 据 了 解 sp1 被 猥 亵 的 小 学 生 是 看 疃 小 学 一 年 级 的 女 生 小 雪 sil +007493 sil 信 一 来 一 去 的 几 个 星 期 里 sp1 小 菲 表 哥 sp1 已 经 和 晓 受 没 了 关 系 sil +007494 sil 一 则 可 以 照 顾 无 儿 无 女 的 老 人 sp1 二 则 可 增 加 收 入 sil +007495 sil 专 委 会 的 设 立 sp1 有 没 有 让 百 姓 实 实 在 在 地 受 益 sil +007496 sil 不 小 心 弄 坏 老 爸 的 按 摩 椅 sp1 老 爸 对 我 说 sp1 你 若 安 好 sp1 便 是 晴 天 sil +007497 sil 他 突 然 扯 掉 我 的 耳 机 大 声 说 sp1 我 要 拉 屎 sp1 憋 不 住 了 sp1 喊 你 半 天 了 sil +007498 sil 该 雕 塑 sp1 表 现 的 是 对 生 命 和 生 活 的 崇 敬 与 热 爱 sil +007499 sil 昨 天 的 联 欢 会 都 是 才 子 佳 人 sp1 让 初 出 茅 庐 的 我 自 惭 形 秽 sil +007500 sil 李 博 说 sp1 其 实 最 初 自 己 之 所 以 攒 下 压 岁 钱 还 得 感 谢 奶 奶 sil +007501 sil 想 知 道 什 么 sp1 本 女 王 都 能 告 诉 你 sil +007502 sil 徐 悲 鸿 写 给 李 宗 仁 的 信 札 sil +007503 sil 谁 去 拯 救 sp1 被 埋 在 瓦 砾 废 墟 中 的 骨 肉 同 胞 sil +007504 sil 而 后 边 相 撞 的 红 色 的 士 sp1 由 于 司 机 猛 打 方 向 盘 sp1 也 侧 翻 在 路 边 sil +007505 sil 房 东 说 sp1 张 红 飞 半 月 前 回 来 后 sp1 头 破 了 sp1 腿 也 瘸 了 sp1 没 再 出 门 sil +007506 sil 做 了 一 夜 梦 sp1 身 边 人 都 变 成 了 僵 尸 sp1 一 早 上 发 消 息 给 男 友 求 安 慰 sil +007507 sil 刚 一 出 门 sp1 就 被 民 警 按 倒 在 地 sp1 整 个 过 程 中 sp1 柳 晓 宝 sp1 并 未 反 抗 sil +007508 sil 中 国 是 禁 止 涉 外 婚 介 的 sp1 不 信 sp1 你 可 以 上 网 查 查 sil +007509 sil 青 海 旅 游 今 夏 以 来 的 井 喷 势 sp1 有 望 继 续 一 定 时 日 sil +007510 sil 这 样 sp1 乙 方 在 不 知 不 觉 中 sp1 沦 为 甲 方 的 瓮 中 之 鳖 sil +007511 sil 吴 不 服 sp1 称 自 己 超 车 前 已 鸣 喇 叭 sp1 而 且 并 无 碰 撞 sil +007512 sil 之 后 sp1 他 考 取 导 游 证 sp1 成 为 拱 北 口 岸 中 旅 的 导 游 sil +007513 sil 去 年 sp1 我 们 光 获 各 种 奖 的 图 书 就 达 二 百 多 种 sil +007514 sil 哪 知 sp1 我 一 张 又 一 张 地 拍 sp1 他 还 摆 弄 得 越 发 起 劲 了 sil +007515 sil 大 约 在 两 星 期 前 sp1 磊 磊 就 开 始 喊 肚 子 疼 了 sil +007516 sil 俄 驻 叙 利 亚 大 使 馆 随 即 称 sp1 该 消 息 sp1 与 事 实 不 符 sil +007517 sil 记 者 看 了 两 位 医 生 的 签 名 sp1 揣 摩 半 天 也 认 不 准 sil +007518 sil 灾 难 无 情 sp1 大 爱 有 心 sp1 再 大 的 困 难 也 会 变 得 渺 小 sil +007519 sil 虽 然 是 女 人 sp1 何 巧 女 却 很 少 有 时 间 睡 美 容 觉 sil +007520 sil 满 满 一 大 抽 屉 sp1 至 少 几 十 种 不 同 包 装 的 壮 阳 药 sil +007521 sil 很 多 人 问 我 们 干 啥 的 sp1 起 初 sp1 真 是 不 好 意 思 撒 谎 sil +007522 sil 系 统 发 送 短 信 的 统 一 代 码 为 sp1 八 八 八 sp1 幺 二 三 七 幺 sil +007523 sil 他 先 向 我 丢 过 一 个 飞 吻 来 sp1 如 果 不 把 它 丢 回 去 sp1 难 道 sp1 您 还 让 我 留 着 它 不 成 sil +007524 sil 向 来 身 体 甚 好 的 诸 葛 紫 岐 sp1 脸 颊 明 显 胀 了 不 少 sil +007525 sil 而 模 特 儿 出 身 的 熊 黛 林 sp1 拼 搏 精 神 可 嘉 sp1 更 发 生 疑 似 走 光 事 件 sil +007526 sil 如 果 我 不 买 sp1 他 就 会 打 电 话 骚 扰 我 sp1 直 到 我 扛 不 住 为 止 sil +007527 sil 在 保 险 局 任 职 期 间 sp1 她 拒 绝 接 受 sp1 来 自 保 险 公 司 的 政 治 捐 款 sil +007528 sil 宝 丰 县 sp1 有 许 多 制 售 这 类 假 膏 药 和 佛 品 的 商 店 sp1 售 价 极 为 低 廉 sil +007529 sil 如 此 这 般 反 复 数 次 sp1 在 白 姓 黑 嘴 操 弄 下 sp1 余 某 等 人 获 利 匪 浅 sil +007530 sil 志 刚 的 社 长 位 置 sp1 其 实 名 存 实 亡 sil +007531 sil 牛 肉 面 馆 一 男 子 吼 到 sp1 我 二 十 块 钱 一 碗 的 牛 肉 面 sp1 怎 么 才 一 块 牛 肉 sil +007532 sil 清 晨 的 玉 树 灾 区 sp1 寒 风 依 然 凛 冽 sil +007533 sil 可 李 小 姐 实 现 省 钱 的 愿 望 有 点 难 sil +007534 sil 快 点 sp1 别 耽 搁 了 sp1 政 策 这 么 好 sp1 还 有 啥 磨 蹭 的 sil +007535 sil 之 后 有 报 道 称 sp1 这 篇 博 文 纯 属 捏 造 sp1 并 没 有 下 文 sil +007536 sil 女 孩 的 心 思 你 别 猜 sp1 但 是 我 不 用 猜 sil +007537 sil 一 赌 徒 sp1 看 见 别 人 家 门 口 贴 倒 的 春 字 和 福 字 sp1 问 别 人 意 思 说 sp1 是 福 到 春 到 的 意 思 sil +007538 sil 对 于 此 番 巡 视 sp1 笔 者 比 较 看 好 sp1 理 由 有 三 sil +007539 sil 不 愿 意 别 人 打 扰 我 和 我 家 人 的 生 活 sil +007540 sil 据 此 sp1 判 决 王 先 生 限 期 sp1 将 墙 面 和 栅 栏 恢 复 原 状 sil +007541 sil 十 几 年 受 贿 生 涯 种 下 的 恶 因 sp1 终 酿 成 今 天 的 苦 果 sil +007542 sil 在 穿 越 过 程 中 sp1 驴 友 在 一 处 竹 林 深 处 sp1 拍 到 了 大 熊 猫 粪 便 sil +007543 sil 习 惯 难 受 sp1 习 惯 思 念 sp1 习 惯 等 你 sp1 可 是 sp1 却 一 直 没 有 习 惯 看 不 到 你 sil +007544 sil 韩 国 保 宁 泥 浆 节 开 幕 sp1 众 多 游 客 sp1 在 泥 浆 中 玩 耍 sil +007545 sil 那 再 问 问 你 们 爷 爷 的 爷 爷 是 不 是 农 民 sil +007546 sil 非 常 紧 张 sp1 走 路 每 一 步 都 有 点 儿 别 扭 sil +007547 sil 明 晃 晃 的 太 阳 sp1 持 续 煎 烤 着 红 土 地 sil +007548 sil 后 来 sp1 钱 学 敏 去 看 他 sp1 钱 老 还 拿 出 剪 报 给 妹 妹 看 sil +007549 sil 市 委 书 记 薄 熙 来 sp1 市 领 导 张 轩 sp1 范 照 兵 sp1 参 加 了 会 议 sil +007550 sil 他 一 边 耸 肩 一 边 跳 舞 sp1 像 是 拳 击 选 手 一 样 sp1 把 两 个 手 放 到 面 前 sil +007551 sil 大 蟒 蛇 在 树 上 表 现 出 各 种 姿 态 sil +007552 sil 我 还 不 会 跳 舞 sp1 聊 天 我 是 专 业 选 手 呀 sil +007553 sil 平 整 的 白 色 假 牙 间 sp1 还 点 缀 着 数 颗 金 黄 色 的 假 牙 sil +007554 sil 只 是 会 在 项 目 筛 选 上 更 加 谨 慎 sil +007555 sil 平 时 sp1 夫 妻 俩 就 靠 卖 糖 葫 芦 为 生 sil +007556 sil 他 就 是 济 源 市 沁 园 街 道 的 李 红 道 sil +007557 sil 谭 先 生 穿 着 打 扮 都 相 当 女 性 化 sil +007558 sil 拉 姑 送 房 子 给 女 儿 谢 婷 婷 sp1 当 嫁 妆 sil +007559 sil 陈 富 乐 介 绍 sp1 公 墓 有 两 道 铁 丝 网 sp1 最 里 面 是 一 圈 铁 栅 栏 sil +007560 sil 在 确 知 自 己 被 骗 后 sp1 数 日 间 sp1 阿 炳 的 头 发 眉 毛 全 白 了 sil +007561 sil 谁 咋 说 咋 说 sp1 发 展 中 医 sp1 肯 定 有 不 同 的 声 音 sil +007562 sil 是 否 采 纳 sp1 要 看 村 民 的 意 愿 sil +007563 sil 部 分 城 市 sp1 房 价 涨 幅 收 窄 sil +007564 sil 石 家 庄 公 路 主 枢 纽 sp1 南 焦 客 运 站 人 流 熙 熙 攘 攘 sil +007565 sil 那 女 生 一 见 尹 志 平 sp1 顿 时 马 屁 横 溢 sp1 啊 sp1 你 就 是 尹 志 平 吧 sil +007566 sil 贝 多 芬 楼 就 留 了 下 来 sp1 成 为 学 生 学 业 负 担 下 的 发 泄 物 sil +007567 sil 目 前 sp1 保 钓 船 是 否 有 能 力 回 航 sp1 还 是 个 未 知 数 sil +007568 sil 其 实 很 好 剪 sp1 牛 腩 sp1 比 这 个 难 剪 多 了 sil +007569 sil 常 出 门 活 动 sp1 大 爷 的 心 情 sp1 也 越 来 越 开 朗 sil +007570 sil 农 用 三 轮 车 上 sp1 漂 白 后 的 豆 芽 sp1 个 头 饱 满 sp1 七 八 厘 米 长 sp1 通 体 亮 白 sil +007571 sil 书 架 上 信 手 拈 来 的 是 孙 子 兵 法 sp1 宋 词 选 sp1 辞 典 sil +007572 sil 昨 天 sp1 欧 洲 股 市 中 盘 普 遍 走 高 sp1 一 扫 亚 太 股 市 普 跌 的 阴 霾 sil +007573 sil 很 久 很 久 以 前 sp1 老 鼠 们 因 深 受 猫 的 侵 袭 sp1 感 到 十 分 苦 恼 sil +007574 sil 据 了 解 sp1 新 型 电 子 表 sp1 与 传 统 机 械 表 相 比 sp1 自 身 耗 电 量 低 sil +007575 sil 倘 若 一 个 人 出 名 正 出 得 半 红 不 紫 sp1 那 他 是 断 不 会 淡 泊 的 sil +007576 sil 究 竟 是 何 原 因 使 得 索 马 里 成 为 海 盗 的 天 堂 sil +007577 sil 黄 小 姐 带 的 奶 米 粉 sil +007578 sil 老 婆 深 情 的 靠 在 老 公 身 上 说 sp1 我 想 要 温 暖 sil +007579 sil 两 个 人 的 头 拼 在 一 起 sp1 恨 不 得 嵌 进 对 方 sil +007580 sil 在 这 样 的 背 景 下 sp1 包 容 性 增 长 几 成 奢 望 sil +007581 sil 如 果 阿 城 做 倒 垃 圾 的 话 sp1 也 会 比 我 有 型 啦 sil +007582 sil 目 前 sp1 中 国 的 乳 品 行 业 正 面 临 一 场 洗 牌 sil +007583 sil 周 俊 没 有 工 作 sp1 每 天 四 处 玩 玩 sp1 打 打 麻 将 sil +007584 sil 年 幼 的 小 孩 扶 着 铁 栅 栏 玩 耍 sp1 身 着 破 烂 sil +007585 sil 我 们 这 儿 给 傻 子 重 新 起 名 sp1 随 我 丈 夫 的 姓 sil +007586 sil 可 得 逞 之 后 sp1 他 仍 不 满 足 sp1 仍 要 求 加 钱 sil +007587 sil 早 上 sp1 要 储 存 好 一 天 的 能 量 呢 sp1 所 以 来 点 豆 浆 和 油 条 不 错 sil +007588 sil 我 有 一 个 高 三 党 的 奇 葩 朋 友 sp1 平 时 二 到 家 的 那 种 sil +007589 sil 但 在 爱 尔 兰 半 天 的 访 问 行 程 之 中 sp1 安 保 车 队 却 出 现 一 件 糗 事 sil +007590 sil 木 制 院 墙 如 今 实 不 多 见 sp1 木 栅 栏 门 旁 挂 着 滔 天 会 的 木 牌 sil +007591 sil 李 革 祥 驾 车 撞 断 了 收 费 站 栏 杆 后 逃 逸 sil +007592 sil 过 一 会 他 回 来 了 sp1 我 问 他 效 果 如 何 sp1 他 皱 皱 眉 摇 头 道 sp1 感 觉 没 啥 用 啊 sil +007593 sil 你 怎 么 得 罪 她 了 sp1 快 去 给 她 赔 赔 不 是 吧 sil +007594 sil 本 报 记 者 sp1 已 将 上 述 信 息 反 馈 国 家 海 事 局 sil +007595 sil 这 个 电 影 就 是 要 探 寻 他 的 内 心 世 界 离 我 们 很 远 的 地 方 在 哪 sil +007596 sil 所 以 sp1 越 是 临 时 张 罗 的 国 际 会 议 sp1 越 会 在 财 政 上 出 现 倒 逼 现 象 sil +007597 sil 在 正 式 的 教 学 方 面 sp1 马 德 保 终 于 步 入 正 轨 sp1 开 始 循 规 蹈 矩 sil +007598 sil 我 舍 不 得 主 人 哟 sil +007599 sil 分 众 传 媒 第 二 季 度 业 绩 sp1 超 过 市 场 预 期 sil +007600 sil 作 为 大 姐 的 老 那 sp1 讲 究 的 是 一 股 大 姐 范 儿 和 猛 劲 儿 sil +007601 sil 玻 璃 碎 片 卡 在 女 子 食 管 内 sp1 面 临 大 出 血 危 险 sil +007602 sil 这 时 候 的 表 姐 sp1 已 经 嫁 给 了 丧 偶 的 老 板 高 成 sil +007603 sil 其 间 多 次 跳 槽 sp1 也 都 是 在 各 类 服 务 中 心 打 转 sil +007604 sil 他 对 美 的 认 识 处 在 萌 芽 阶 段 sp1 不 比 马 德 保 的 精 深 sil +007605 sil 当 日 晚 间 sp1 飓 风 桑 迪 登 陆 纽 约 sp1 纽 约 曼 哈 顿 部 分 地 区 变 成 泽 国 sil +007606 sil 我 内 疚 哇 sp1 想 用 最 诚 挚 的 道 歉 来 乞 求 谅 解 sil +007607 sil 他 性 格 爽 朗 有 问 必 答 sil +007608 sil 茆 华 瑞 从 未 想 过 sp1 爸 爸 的 笑 容 有 一 天 会 消 失 sil +007609 sil 他 就 对 着 我 呵 呵 笑 sil +007610 sil 陈 正 强 逃 跑 时 sp1 拎 着 一 把 椅 子 sil +007611 sil 整 个 城 市 sp1 应 该 说 凤 凰 涅 盘 sil +007612 sil 武 强 的 小 女 友 sp1 铁 定 了 心 要 和 他 好 好 过 日 子 sil +007613 sil 要 巩 固 完 善 基 层 综 合 改 革 sil +007614 sil 斯 塔 尔 没 有 透 露 具 体 国 名 sil +007615 sil 只 要 大 家 肯 讲 sp1 他 就 肯 听 sil +007616 sil 都 说 瘦 死 的 骆 驼 比 马 大 sil +007617 sil 我 得 不 到 的 sp1 我 宁 愿 毁 了 它 sil +007618 sil 形 象 地 说 sp1 就 是 寅 吃 卯 粮 sil +007619 sil 就 在 这 时 sp1 孩 子 的 奶 奶 突 然 甩 手 打 了 党 娟 一 耳 光 sil +007620 sil 抢 得 钱 后 sp1 两 人 就 去 饭 店 sp1 网 吧 等 场 所 挥 霍 潇 洒 sil +007621 sil 如 果 写 手 不 按 培 训 要 领 来 写 sp1 很 可 能 被 自 然 淘 汰 sil +007622 sil 当 天 下 午 sp1 辽 宁 男 乒 sp1 与 浙 江 海 宁 的 比 赛 率 先 开 始 sil +007623 sil 他 们 外 出 工 作 sp1 两 岁 大 的 女 儿 含 含 sp1 由 爷 爷 奶 奶 带 着 sil +007624 sil 战 士 们 围 着 几 本 破 旧 的 杂 志 争 相 阅 读 sil +007625 sil 据 悉 sp1 以 地 方 标 准 形 式 sp1 来 规 范 门 牌 楼 牌 sp1 在 全 国 还 是 首 次 sil +007626 sil 不 仅 仅 是 德 意 志 银 行 sil +007627 sil 赵 忠 祥 的 团 队 sp1 拿 着 倪 萍 的 姥 姥 语 录 sp1 排 队 请 她 签 名 sil +007628 sil 郭 某 称 sp1 以 前 经 他 介 绍 捐 卵 的 还 有 sp1 俄 罗 斯 模 特 sil +007629 sil 滚 sp1 你 有 见 过 苦 瓜 是 甜 的 嘛 sil +007630 sil 恩 恩 sp1 你 怎 么 知 道 我 喜 欢 养 鱼 的 sil +007631 sil 全 部 淘 汰 落 后 电 解 铝 产 能 sil +007632 sil 吹 牛 可 不 太 好 呀 sil +007633 sil 手 术 后 脚 趾 的 伤 怎 么 样 了 sil +007634 sil 我 无 意 间 眼 睛 一 瞟 sp1 看 到 门 口 有 半 个 脑 壳 sp1 长 头 发 吊 起 的 sil +007635 sil 咨 询 电 话 sp1 为 六 二 零 五 九 幺 幺 七 sil +007636 sil 车 内 坐 着 一 高 一 矮 两 名 男 子 sil +007637 sil 购 物 单 中 sp1 要 帮 表 姐 带 米 粉 sil +007638 sil 一 眼 看 到 了 sp1 就 心 里 暖 暖 的 sil +007639 sil 但 他 sp1 拗 不 过 治 安 队 员 的 检 查 sil +007640 sil 有 时 在 商 圈 请 个 棒 棒 都 难 sil +007641 sil 随 后 sp1 李 爹 爹 的 二 儿 子 赶 来 sil +007642 sil 此 次 审 计 的 基 本 情 况 怎 样 sil +007643 sil 我 们 无 意 打 扰 你 平 静 的 生 活 sil +007644 sil 彼 得 冷 冷 道 sp1 谁 看 你 了 sp1 我 自 己 也 有 sp1 连 密 码 都 没 改 过 sil +007645 sil 外 立 面 黄 色 sp1 用 橙 红 色 点 缀 sil +007646 sil 我 们 又 要 改 造 环 境 sp1 又 要 保 证 民 生 不 减 少 sp1 那 钱 怎 么 来 啊 sil +007647 sil 地 域 边 远 的 青 海 高 原 也 不 例 外 sil +007648 sil 据 悉 sp1 大 火 造 成 的 直 接 财 产 损 失 sp1 为 三 万 零 五 百 七 十 元 sil +007649 sil 这 张 卡 董 小 姐 没 用 过 几 次 sil +007650 sil 同 时 sp1 宋 还 涉 嫌 买 卖 人 口 sil +007651 sil 董 家 人 认 为 sp1 诊 所 难 逃 干 系 sil +007652 sil 于 是 sp1 便 酿 造 了 这 一 出 惨 剧 sil +007653 sil 吞 下 排 球 已 被 隔 离 的 海 豚 sil +007654 sil 老 人 拉 起 孙 女 的 手 sp1 冰 冷 sil +007655 sil 老 邓 满 面 红 光 笑 声 爽 朗 sil +007656 sil 麦 克 拉 伦 发 表 了 主 题 演 讲 sil +007657 sil 平 时 sp1 喷 泉 并 不 经 常 喷 水 sil +007658 sil 请 车 辆 绕 行 西 禹 高 速 公 路 sil +007659 sil 再 一 个 是 sp1 嘎 查 干 部 要 清 白 sil +007660 sil 老 卡 对 住 宿 环 境 要 求 很 高 sil +007661 sil 唐 先 生 下 班 回 家 没 东 西 吃 sp1 干 脆 sp1 也 会 去 父 母 家 蹭 饭 sil +007662 sil 霍 震 霆 父 子 sp1 一 早 到 场 打 点 sil +007663 sil 回 万 岁 sp1 包 拯 不 就 在 这 儿 吗 sp1 八 贤 王 指 着 不 知 所 措 的 包 拯 道 sil +007664 sil 而 在 许 多 案 例 中 sp1 这 些 银 行 都 像 普 通 散 户 一 样 sp1 赔 得 惨 不 忍 睹 sil +007665 sil 此 次 大 风 耐 力 超 强 sp1 经 过 一 夜 呼 啸 后 sp1 还 将 在 京 折 腾 一 整 天 sil +007666 sil 一 开 始 sp1 正 等 待 引 流 的 熊 sp1 似 乎 躁 动 不 安 sp1 在 熊 舍 里 sp1 来 回 踱 步 sil +007667 sil 孟 京 接 过 报 纸 看 sp1 如 逢 友 人 sp1 这 里 面 的 文 章 都 是 闫 楠 的 风 格 sil +007668 sil 当 时 给 我 儿 子 看 病 的 那 个 大 夫 就 说 sp1 他 都 不 敢 出 门 诊 了 sil +007669 sil 大 修 之 后 sp1 专 家 认 为 sp1 伤 痕 累 累 的 三 桥 sp1 已 不 再 适 宜 通 行 货 车 sil +007670 sil 二 手 房 中 介 严 重 亏 损 sp1 深 圳 楼 市 在 这 轮 下 滑 中 处 于 怎 样 的 状 态 sil +007671 sil 而 易 趣 网 就 为 一 百 多 万 人 提 供 了 这 样 一 个 机 会 sil +007672 sil 女 子 抗 争 sp1 歹 徒 一 时 未 能 得 逞 sil +007673 sil 看 来 吃 他 家 的 sp1 要 自 带 喵 星 人 sil +007674 sil 接 下 来 sp1 我 们 听 听 专 家 怎 么 说 sil +007675 sil 指 的 是 sp1 还 没 找 好 下 家 儿 就 辞 职 sp1 不 考 虑 后 路 sil +007676 sil 我 还 没 有 急 过 呢 sp1 你 可 以 试 试 哟 sil +007677 sil 施 瓦 辛 格 曾 夸 赞 妻 子 是 那 么 聪 明 sp1 是 他 心 目 中 的 理 想 女 性 sil +007678 sil 葛 警 长 sp1 赶 紧 将 事 先 准 备 好 的 裤 衩 给 其 穿 好 sp1 询 问 男 子 情 况 sil +007679 sil 今 后 sp1 故 宫 还 将 通 过 展 览 等 方 式 sp1 让 部 分 深 宫 文 物 sp1 与 游 客 见 面 sil +007680 sil 没 有 用 户 是 愿 意 阻 挡 这 些 正 常 内 容 的 sil +007681 sil 一 场 大 规 模 的 救 赎 运 动 sp1 拉 开 了 序 幕 sil +007682 sil 当 大 黑 熊 出 现 时 sp1 你 竟 丢 下 我 跑 啦 sil +007683 sil 一 心 追 求 高 收 益 的 思 路 是 否 正 确 呢 sil +007684 sil 他 一 下 子 躺 倒 在 地 sp1 阵 地 随 后 失 陷 sil +007685 sil 小 林 不 服 上 诉 sp1 成 都 中 院 发 回 重 审 sil +007686 sil 作 为 小 舅 子 的 我 去 劝 架 sp1 果 然 有 用 sil +007687 sil 在 一 些 专 家 看 来 sp1 这 样 的 跛 足 开 发 sp1 正 是 康 菲 骄 横 霸 道 的 底 气 sil +007688 sil 其 早 年 丧 父 sp1 母 亲 一 人 辛 苦 将 他 拉 扯 大 sp1 没 想 到 竟 英 年 早 逝 sil +007689 sil 在 现 场 sp1 有 一 个 西 瓜 长 得 开 裂 了 sp1 轻 轻 打 开 发 现 sp1 该 瓜 皮 薄 瓤 红 sil +007690 sil 她 挺 懂 事 的 sp1 就 听 话 去 上 学 了 sil +007691 sil 莫 尼 勒 生 得 潇 洒 英 俊 sp1 成 了 那 些 妃 子 猎 取 的 对 象 sil +007692 sil 从 早 期 的 观 冰 赏 雪 sp1 到 现 在 逐 步 的 拓 展 开 来 sil +007693 sil 手 术 中 sp1 切 开 病 人 的 臀 部 sp1 进 行 血 肿 清 除 sp1 和 神 经 减 压 sp1 清 除 了 全 部 淤 血 sil +007694 sil 第 三 sp1 就 是 将 库 存 大 蒜 层 层 次 转 包 sp1 或 囤 积 居 奇 sil +007695 sil 你 睡 不 着 的 时 候 可 以 来 找 我 哦 sp1 我 随 叫 随 到 sil +007696 sil 刘 欢 说 sp1 丈 夫 前 两 天 在 出 租 房 里 晕 倒 sil +007697 sil 十 年 前 sp1 李 新 坤 的 眼 睛 看 不 见 东 西 了 sil +007698 sil 这 是 央 行 今 年 第 二 次 下 调 存 款 准 备 金 率 sil +007699 sil 连 战 夫 人 连 方 瑀 sp1 则 是 早 已 吓 到 两 眼 发 直 sil +007700 sil 多 年 来 sp1 警 察 们 坐 在 大 捆 检 获 的 文 件 面 前 sp1 什 么 也 没 做 sil +007701 sil 瞿 龙 华 也 怀 疑 是 拆 迁 惹 来 的 祸 sil +007702 sil 追 随 李 振 波 sp1 空 降 十 五 勇 士 sp1 再 次 受 到 全 国 军 民 的 热 切 关 注 sil +007703 sil 我 应 该 多 攒 些 钱 sp1 为 孩 子 们 买 一 些 本 子 sil +007704 sil 歹 徒 拉 着 枪 栓 sp1 用 枪 指 着 工 作 人 员 骂 sil +007705 sil 开 网 店 容 易 sp1 把 商 品 卖 出 去 则 大 有 学 问 sil +007706 sil 除 了 央 企 sp1 银 行 也 是 年 终 奖 较 肥 的 行 业 sil +007707 sil 据 介 绍 sp1 该 鞭 炮 作 坊 开 的 时 间 不 长 sil +007708 sil 大 概 有 二 百 来 户 受 骗 sp1 金 额 有 三 四 十 万 元 sil +007709 sil 回 顾 侯 佩 岑 的 婚 事 sp1 宛 如 一 场 马 拉 松 sil +007710 sil 寄 人 篱 下 不 自 在 sp1 她 整 天 愁 眉 不 展 sil +007711 sil 他 能 否 存 活 sp1 医 生 的 心 里 一 点 底 儿 也 没 有 sil +007712 sil 它 的 颜 色 是 白 中 带 青 sp1 我 们 称 为 sp1 隐 青 瓷 sil +007713 sil 医 院 通 过 剖 腹 产 的 方 式 sp1 帮 她 产 下 婴 儿 sil +007714 sil 那 人 的 话 碰 了 壁 sp1 只 好 把 气 咽 在 肚 子 里 sp1 心 里 一 阵 失 望 sil +007715 sil 这 时 sp1 韩 某 和 贺 某 便 凑 上 来 sp1 哄 骗 李 某 说 sp1 愿 意 帮 她 找 回 皮 包 sil +007716 sil 要 避 免 略 等 于 无 式 的 尴 尬 重 演 sp1 急 需 对 相 关 规 定 打 补 丁 sil +007717 sil 那 么 比 太 阳 大 十 倍 的 恒 星 呢 sil +007718 sil 跑 车 的 车 头 被 撞 得 拱 起 sp1 保 险 杠 sp1 也 凹 进 去 一 块 sil +007719 sil 他 年 轻 时 sp1 曾 就 读 于 江 苏 省 某 体 校 sp1 散 打 队 员 sil +007720 sil 这 一 次 sp1 风 水 又 转 到 了 个 人 住 房 按 揭 贷 款 上 来 sil +007721 sil 近 两 年 sp1 随 着 几 家 乳 品 企 业 进 驻 sp1 洪 雅 县 的 奶 源 变 得 紧 俏 sil +007722 sil 回 家 时 sp1 我 也 真 诚 地 邀 请 我 战 友 到 家 里 去 玩 玩 sil +007723 sil 因 为 结 冰 sp1 车 窗 车 门 开 启 时 sp1 也 嘎 嘎 作 响 sil +007724 sil 超 市 内 人 头 攒 动 sp1 生 意 比 往 常 火 爆 许 多 sil +007725 sil 为 此 sp1 学 校 专 门 为 他 给 窗 户 装 上 了 栅 栏 sil +007726 sil 嗨 sp1 平 常 无 所 谓 sp1 过 节 了 sp1 就 有 个 思 乡 情 啊 sil +007727 sil 直 至 今 日 sp1 黄 小 清 的 右 腿 里 sp1 还 打 着 钢 板 sp1 走 起 路 来 一 瘸 一 拐 sil +007728 sil 惜 红 社 监 会 sp1 装 傻 退 朝 sil +007729 sil 因 此 sp1 此 次 召 开 的 延 押 庭 sp1 会 否 把 陈 水 扁 放 出 来 sp1 备 受 关 注 sil +007730 sil 李 佳 的 年 薪 最 终 以 四 点 一 五 万 的 价 格 成 功 拍 出 sil +007731 sil 跑 项 目 sp1 要 疏 通 关 系 sp1 必 须 打 点 sp1 林 鑫 懂 得 行 情 sil +007732 sil 乘 客 对 车 上 负 责 讲 解 的 导 乘 员 普 遍 表 示 满 意 sil +007733 sil 陈 广 明 是 包 头 隆 德 稀 土 有 限 公 司 的 股 东 之 一 sil +007734 sil 这 家 点 心 店 做 千 层 饼 sp1 用 的 就 是 杨 爱 国 的 地 沟 油 sil +007735 sil 蘑 菇 漂 洗 厂 房 内 sp1 用 于 漂 洗 蘑 菇 的 池 子 和 工 具 sil +007736 sil 贾 姬 自 觉 占 了 上 风 sp1 输 得 不 太 服 气 sp1 要 求 重 赛 sil +007737 sil 不 仅 向 日 葵 sp1 还 有 很 多 网 友 sp1 也 关 心 着 老 人 的 行 踪 sil +007738 sil 房 间 内 提 供 床 sp1 小 吧 台 sp1 浴 袍 和 两 双 拖 鞋 sil +007739 sil 晚 餐 是 北 京 炸 酱 面 sp1 大 家 希 望 孩 子 们 尝 尝 老 北 京 的 饮 食 sil +007740 sil 两 个 原 因 sp1 一 个 俺 们 是 办 公 室 sp1 这 个 案 件 是 保 密 的 sp1 俺 不 知 道 sil +007741 sil 当 时 sp1 张 建 国 声 称 要 和 弟 弟 做 游 戏 sp1 并 把 弟 弟 的 腿 捆 上 sil +007742 sil 又 走 回 来 坐 在 我 左 边 sp1 开 始 对 我 搂 搂 抱 抱 sil +007743 sil 哼 sp1 我 的 脾 气 大 着 呢 sil +007744 sil 笑 着 sp1 也 是 一 种 性 感 喽 sil +007745 sil 现 在 油 品 主 要 是 出 现 闪 点 和 冷 滤 点 这 两 项 不 合 格 sil +007746 sil 有 迹 象 表 明 sp1 中 国 低 端 工 业 品 出 口 正 在 经 历 拐 点 sil +007747 sil 他 说 sp1 自 己 用 惯 了 算 盘 sp1 觉 得 计 算 器 没 有 这 么 好 用 sil +007748 sil 程 荣 说 sp1 她 个 人 认 为 sp1 应 该 叫 脚 趾 头 sp1 制 伏 妥 当 些 sil +007749 sil 话 虽 这 么 说 sp1 心 里 却 有 些 为 韩 寒 担 心 sp1 落 差 太 大 sp1 他 会 不 会 承 受 不 了 sil +007750 sil 以 后 结 了 婚 sp1 一 定 要 学 会 藏 私 房 钱 sp1 你 看 你 爸 藏 了 sp1 我 就 找 不 着 sil +007751 sil 土 胚 屋 sp1 五 间 房 sp1 狭 小 逼 仄 sp1 满 是 灰 尘 和 杂 物 sil +007752 sil 电 话 中 sp1 杨 某 某 希 望 倪 sp1 能 将 身 份 证 和 银 行 卡 给 她 送 过 去 sil +007753 sil 米 东 区 北 沙 窝 sp1 是 准 噶 尔 盆 地 sp1 古 尔 班 通 古 特 沙 漠 的 一 部 分 sil +007754 sil 遇 见 那 个 懂 得 欣 赏 你 珍 惜 你 的 人 是 多 么 幸 运 幸 福 的 事 sil +007755 sil 我 们 参 加 了 苗 族 传 统 的 民 俗 活 动 sp1 直 接 感 受 黎 族 苗 族 文 化 的 韵 味 sil +007756 sil 昨 日 sp1 耿 谆 老 人 的 遗 体 告 别 仪 式 sp1 在 襄 城 县 殡 仪 馆 举 行 sil +007757 sil 随 后 sp1 他 又 空 降 意 大 利 sp1 先 后 效 力 于 佩 鲁 贾 等 多 支 甲 级 球 队 sil +007758 sil 她 睁 开 迷 蒙 的 眼 sp1 四 目 相 接 sp1 一 记 呼 啸 的 耳 光 响 彻 整 个 教 室 sil +007759 sil 身 为 泰 国 华 侨 后 裔 的 她 sp1 为 此 感 到 无 比 自 豪 与 光 荣 sil +007760 sil 哥 前 几 天 上 网 看 到 一 大 学 同 学 的 签 名 sp1 被 门 夹 过 的 核 桃 sp1 也 能 补 脑 吗 sil +007761 sil 那 穿 行 在 大 街 小 巷 的 菲 亚 特 出 租 车 sp1 描 绘 和 点 缀 着 温 州 sil +007762 sil 而 家 庭 寄 养 计 划 的 服 务 对 象 sp1 以 滞 留 时 间 较 长 的 流 浪 儿 为 主 sil +007763 sil 可 书 已 送 人 自 己 又 干 涉 不 了 sp1 好 比 做 母 亲 的 sp1 看 见 女 儿 在 亲 家 受 苦 sil +007764 sil 骂 人 时 最 痛 苦 不 过 于 别 人 用 你 的 话 来 回 骂 你 sp1 分 量 也 会 猛 增 许 多 sil +007765 sil 成 本 猛 涨 sp1 企 业 吃 不 消 sp1 部 分 企 业 甚 至 不 敢 接 新 订 单 sil +007766 sil 而 周 董 和 侯 佩 岑 sp1 之 前 也 是 在 日 本 搂 肩 被 拍 到 sp1 便 招 了 恋 情 sil +007767 sil 遭 受 重 创 的 旅 游 行 业 并 不 气 馁 sil +007768 sil 告 诉 我 sp1 你 要 几 点 起 床 吧 sil +007769 sil 你 们 男 人 没 一 个 好 东 西 sp1 你 滚 一 边 去 sp1 我 不 想 看 到 你 sil +007770 sil 性 感 捧 场 的 巩 俐 sp1 获 两 名 外 籍 高 层 相 伴 sil +007771 sil 一 辆 黑 色 轿 车 右 侧 车 头 将 卷 帘 门 撞 凹 了 sil +007772 sil 第 二 四 五 项 任 务 sp1 是 深 化 制 度 改 革 与 创 新 sil +007773 sil 是 全 党 全 国 各 族 人 民 团 结 奋 斗 的 旗 帜 sil +007774 sil 王 妃 不 管 现 在 还 是 小 时 候 sp1 都 好 可 爱 喔 sil +007775 sil 名 堂 多 得 很 sp1 办 法 也 多 得 很 sp1 而 且 创 造 了 很 多 好 办 法 sil +007776 sil 没 有 机 器 轰 鸣 sp1 没 有 铁 水 奔 流 sp1 也 没 有 了 浓 烟 滚 滚 sil +007777 sil 在 那 个 年 代 sp1 工 厂 烟 囱 常 被 比 喻 成 黑 色 的 撒 旦 sil +007778 sil 专 题 关 注 的 对 象 是 面 临 摘 牌 危 机 的 博 物 馆 sil +007779 sil 小 小 的 个 子 sp1 黑 黑 的 脸 sp1 上 嘴 唇 sp1 留 有 两 撇 小 胡 子 sil +007780 sil 郴 山 作 证 sp1 湘 水 作 证 sil +007781 sil 俩 人 边 叫 喊 sp1 边 拎 着 水 桶 扑 救 sil +007782 sil 狗 舍 里 突 然 再 次 传 出 撞 击 声 sp1 原 来 藏 獒 在 进 行 最 后 一 搏 sil +007783 sil 见 她 一 瘸 一 拐 sp1 何 远 竹 便 扶 着 她 进 了 卫 生 间 sil +007784 sil 车 厢 右 侧 的 乘 客 sp1 抓 起 消 防 锤 sp1 砸 窗 玻 璃 sp1 跳 车 逃 生 sil +007785 sil 至 于 车 辆 是 否 按 期 检 验 是 否 超 载 等 sp1 公 司 根 本 不 管 sil +007786 sil 当 工 作 人 员 开 始 检 票 时 sp1 等 待 检 票 的 人 群 甚 至 将 栅 栏 撞 开 sil +007787 sil 每 天 都 得 做 这 些 事 情 去 开 嗓 sil +007788 sil 尤 其 是 九 八 五 和 二 幺 幺 这 样 的 高 校 sil +007789 sil 不 是 在 给 区 政 府 抹 黑 吧 sil +007790 sil 辛 卯 春 节 刚 过 sp1 央 行 加 息 即 至 sil +007791 sil 生 意 是 不 是 比 以 前 好 很 多 sil +007792 sil 开 张 第 一 天 sp1 影 星 成 龙 也 来 捧 场 sil +007793 sil 这 个 东 西 偶 一 为 之 sp1 还 说 的 过 去 sil +007794 sil 民 警 见 状 立 即 驱 车 穷 追 不 舍 sil +007795 sil 媒 体 猜 疑 公 司 上 涨 缘 于 上 述 传 言 sil +007796 sil 怎 么 样 向 他 们 介 绍 我 们 的 祖 国 sil +007797 sil 二 是 总 量 控 制 sp1 不 能 像 滚 雪 球 sil +007798 sil 同 时 sp1 黄 土 也 被 风 吹 进 了 家 里 sil +007799 sil 旗 上 写 着 革 命 的 一 代 sp1 债 务 奴 役 sil +007800 sil 吉 首 市 寄 希 望 于 发 行 地 方 债 券 sil +007801 sil 行 人 见 状 sp1 纷 纷 远 离 绕 路 行 走 sil +007802 sil 去 年 东 海 虾 产 量 sp1 创 纪 录 新 高 sil +007803 sil 期 望 肩 上 蝶 sp1 能 得 到 观 众 的 喜 爱 sil +007804 sil 他 鼓 励 苏 彩 霞 sp1 好 好 照 顾 身 体 sil +007805 sil 远 离 铁 轨 和 金 属 栏 杆 等 金 属 物 sil +007806 sil 他 们 的 关 心 和 支 持 sp1 我 永 生 不 忘 sil +007807 sil 正 局 长 sp1 仍 由 原 大 局 正 局 长 兼 任 sil +007808 sil 随 后 三 人 返 回 水 果 摊 挑 水 果 sil +007809 sil 搞 好 水 土 保 持 和 水 生 态 保 护 sil +007810 sil 该 撤 销 的 坚 决 撤 销 sp1 任 务 交 给 职 能 部 门 承 担 sil +007811 sil 我 再 也 不 上 脚 手 架 了 sil +007812 sil 如 今 sp1 吴 孟 超 年 岁 已 高 sp1 很 少 再 去 救 场 了 sil +007813 sil 后 来 隆 尧 那 个 事 出 了 以 后 sp1 我 不 方 便 再 去 sil +007814 sil 他 比 较 喜 欢 诸 葛 亮 sil +007815 sil 我 一 样 都 没 有 sp1 我 还 是 个 小 娃 娃 sp1 样 样 要 从 头 做 起 sil +007816 sil 含 增 白 剂 的 面 粉 只 有 两 个 月 过 渡 期 sp1 卖 不 完 怎 么 办 sil +007817 sil 钟 嘉 欣 sp1 伍 允 龙 约 会 四 年 sp1 谢 霆 锋 张 柏 芝 是 见 证 人 sil +007818 sil 九 阳 神 功 sp1 一 点 不 会 sil +007819 sil 坐 地 铁 sp1 一 小 女 孩 在 我 的 背 后 拿 根 魔 杖 玩 sil +007820 sil 我 是 青 蛙 sp1 不 用 冬 眠 的 sil +007821 sil 摆 盘 精 细 sp1 味 美 鲜 嫩 sil +007822 sil 喝 点 牛 奶 sp1 会 还 受 点 sil +007823 sil 后 来 她 谎 称 是 小 孩 的 买 主 sp1 转 而 勒 索 朗 朗 的 母 亲 sil +007824 sil 蔡 少 芬 昨 日 出 席 活 动 sp1 身 材 明 显 已 回 复 苗 条 状 态 sil +007825 sil 评 审 委 员 会 七 成 员 名 单 将 于 下 周 刊 登 于 政 府 公 报 内 sil +007826 sil 现 在 sp1 那 儿 条 件 改 善 了 sil +007827 sil 她 连 考 场 都 没 进 去 sil +007828 sil 务 必 不 要 靠 近 水 泥 预 制 板 墙 sp1 门 柱 等 躲 避 sil +007829 sil 好 的 sp1 有 事 记 得 喊 我 哟 sil +007830 sil 关 键 是 用 银 行 的 杠 杆 sil +007831 sil 还 可 能 中 招 的 sp1 包 括 鱼 油 sp1 阿 胶 胶 原 蛋 白 等 sil +007832 sil 哦 天 哪 sp1 我 竟 然 不 知 道 你 想 说 什 么 sil +007833 sil 一 是 基 础 养 老 金 太 低 sil +007834 sil 第 二 天 早 上 sp1 永 琪 穿 上 了 交 五 十 块 钱 学 校 发 的 校 服 sil +007835 sil 什 么 都 第 一 sp1 但 航 天 要 是 第 二 sp1 就 什 么 都 第 二 了 sil +007836 sil 夜 幕 刚 刚 降 临 sp1 商 店 三 楼 传 来 悠 扬 动 听 的 歌 声 sil +007837 sil 本 报 将 筛 选 优 秀 祝 福 内 容 在 相 关 版 面 进 行 展 示 sil +007838 sil 警 方 当 场 从 王 某 裤 袋 内 查 获 被 抢 的 手 机 及 戒 指 sil +007839 sil 如 人 饮 水 冷 暖 自 知 sil +007840 sil 如 今 跳 蚤 变 得 很 小 sil +007841 sil 恨 不 得 把 五 大 湖 带 过 来 开 上 海 人 的 眼 界 sil +007842 sil 没 有 我 不 会 讲 的 故 事 sil +007843 sil 这 时 sp1 婴 儿 开 始 边 咳 嗽 边 哭 sp1 几 乎 没 了 声 音 sil +007844 sil 见 到 久 别 多 日 的 父 母 sp1 高 元 梅 哇 一 声 哭 了 sil +007845 sil 为 了 养 你 sp1 我 日 夜 操 劳 sp1 年 纪 轻 轻 的 就 开 始 掉 头 发 了 sil +007846 sil 接 到 通 知 后 sp1 小 关 卡 点 的 民 警 立 即 将 该 车 拦 停 sil +007847 sil 比 起 那 些 拖 欠 民 工 工 资 的 sp1 这 样 的 老 板 该 不 该 赞 sil +007848 sil 你 就 是 我 心 中 滴 太 阳 sil +007849 sil 我 很 坚 强 不 会 逃 避 sil +007850 sil 挺 好 的 sp1 我 越 看 越 开 心 sil +007851 sil 当 着 历 史 老 师 飞 机 sil +007852 sil 所 以 sp1 没 有 任 何 一 点 成 绩 sp1 哪 敢 用 这 个 招 牌 啊 sil +007853 sil 不 会 耶 sp1 主 人 可 以 教 教 我 吗 sil +007854 sil 他 称 之 为 愉 快 的 早 晨 sil +007855 sil 不 知 道 耶 sp1 我 没 有 尝 试 过 呢 sil +007856 sil 他 们 点 燃 蜡 烛 和 孔 明 灯 sp1 悼 念 遇 难 亲 属 sil +007857 sil 移 动 双 手 一 点 点 挪 动 sp1 他 总 算 到 了 船 舷 处 上 了 船 sil +007858 sil 巨 型 铆 钉 sp1 稳 固 了 基 坑 sp1 奠 定 了 基 础 sil +007859 sil 同 样 的 强 人 命 运 迥 异 sil +007860 sil 你 怎 么 知 道 我 爱 画 画 sil +007861 sil 男 子 乖 乖 束 手 就 擒 sil +007862 sil 这 种 技 术 是 连 皮 剥 除 动 物 躯 体 后 部 的 羊 毛 sp1 以 免 苍 蝇 引 发 感 染 sil +007863 sil 右 丙 氧 芬 对 心 脏 有 一 定 的 副 作 用 sp1 这 种 作 用 是 剂 量 依 赖 性 的 sil +007864 sil 侦 查 员 迅 速 组 织 警 力 sp1 前 往 阿 城 市 重 点 地 区 sp1 进 行 走 访 和 摸 排 sil +007865 sil 古 荣 的 糌 粑 在 拉 萨 很 有 名 sp1 乡 里 搞 了 个 乡 镇 企 业 sp1 巴 热 糌 粑 公 司 sil +007866 sil 这 是 你 个 人 问 题 sp1 麻 烦 下 次 举 个 合 适 点 的 例 子 好 不 好 sil +007867 sil 江 若 琳 及 陈 嘉 桓 一 起 出 席 活 动 sp1 两 人 小 心 的 捧 着 白 瓷 摆 设 sil +007868 sil 这 样 讲 绝 不 是 没 有 原 由 的 庸 人 自 扰 sp1 更 不 是 没 有 根 据 的 危 言 耸 听 sil +007869 sil 一 口 气 喝 了 三 碗 奶 茶 吃 下 一 块 馕 sp1 体 内 才 算 有 些 热 力 sil +007870 sil 好 天 气 表 白 更 容 易 被 接 受 哦 sp1 有 暧 昧 对 象 的 话 sp1 速 度 的 sil +007871 sil 甚 至 有 堵 着 的 出 租 车 司 机 熄 火 停 车 sp1 张 罗 起 牌 局 来 sil +007872 sil 她 嫂 子 跟 她 说 要 到 外 边 打 工 sp1 就 让 她 上 了 俺 这 边 的 车 sil +007873 sil 比 如 说 李 嫣 sp1 还 喜 欢 甲 骨 文 的 学 习 sil +007874 sil 实 现 社 会 公 正 sp1 需 要 采 取 切 中 肯 綮 的 举 措 sil +007875 sil 司 仪 见 怂 恿 这 一 招 没 用 sp1 又 开 始 吓 唬 起 赵 小 姐 sil +007876 sil 因 为 事 关 可 儿 不 愿 触 及 的 隐 私 sp1 这 里 不 便 解 释 sil +007877 sil 扫 完 后 有 人 发 现 sp1 自 己 的 手 被 扫 帚 划 破 了 sil +007878 sil 从 签 约 单 上 sp1 可 以 看 到 一 串 串 知 名 企 业 的 身 影 sil +007879 sil 图 中 车 轮 下 的 扫 帚 sp1 属 于 一 名 环 卫 工 人 sil +007880 sil 不 能 在 框 内 画 圈 叉 钩 等 符 号 sil +007881 sil 刚 想 找 你 聊 天 呢 sp1 果 然 心 有 灵 犀 sil +007882 sil 使 用 率 最 低 的 是 芬 兰 和 挪 威 sil +007883 sil 生 意 人 的 信 誉 跟 金 子 一 样 富 贵 sil +007884 sil 网 站 显 示 sp1 当 晚 首 都 机 场 离 岗 航 班 sp1 共 一 百 六 十 七 架 sp1 次 sil +007885 sil 就 是 把 猫 说 成 了 个 咪 sil +007886 sil 阿 姨 惊 讶 的 问 我 sp1 是 什 么 车 sil +007887 sil 送 给 你 一 轮 明 亮 的 月 亮 sil +007888 sil 上 岸 后 sp1 她 浑 身 直 哆 嗦 sil +007889 sil 案 发 后 sp1 吕 某 仓 皇 逃 走 sil +007890 sil 第 三 组 平 台 缓 缓 打 开 sil +007891 sil 不 再 让 灾 区 成 为 通 信 失 灵 的 受 害 者 sil +007892 sil 去 武 汉 还 是 去 澳 门 sp1 最 终 sp1 父 母 尊 重 女 儿 的 选 择 sp1 成 全 了 她 去 澳 大 深 造 的 愿 望 sil +007893 sil 德 沃 夏 克 sp1 首 先 对 中 国 奥 运 会 的 筹 备 工 作 sp1 大 加 赞 赏 sil +007894 sil 我 们 出 警 发 现 sp1 就 是 网 缠 在 一 起 sp1 两 人 吵 吵 起 来 了 sil +007895 sil 张 老 板 问 记 者 要 贵 的 还 是 要 便 宜 的 sp1 记 者 让 他 详 细 说 说 sil +007896 sil 至 于 惨 死 的 旅 馆 店 主 妇 女 sp1 也 是 他 们 诱 骗 进 屋 后 杀 害 的 sil +007897 sil 千 章 墅 的 会 所 旁 收 纳 了 一 株 双 树 双 生 sp1 而 今 生 机 盎 然 sil +007898 sil 但 整 个 救 援 行 动 平 稳 有 序 sp1 受 困 矿 工 最 终 安 全 脱 险 sil +007899 sil 它 被 许 多 人 视 为 微 软 所 曾 推 出 的 最 好 的 浏 览 器 sil +007900 sil 绑 好 后 sp1 昝 某 将 阳 阳 和 蛇 皮 袋 sp1 一 起 抛 进 大 海 sil +007901 sil 他 说 我 想 了 一 宿 sp1 今 天 早 上 我 一 量 血 压 都 高 了 sil +007902 sil 进 门 瞬 间 sp1 女 孩 曾 伸 手 拉 住 门 框 试 图 挣 脱 sil +007903 sil 于 是 sp1 我 只 有 多 多 撒 娇 啰 sp1 轻 声 叫 唤 惹 他 开 心 sil +007904 sil 这 三 张 情 侣 照 片 sp1 乍 一 看 普 普 通 通 sp1 并 无 不 妥 sil +007905 sil 僧 帽 猴 的 手 sp1 非 常 适 合 扭 开 果 汁 或 拿 电 话 sil +007906 sil 车 牌 尾 号 七 幺 八 的 出 租 驾 驶 员 佐 证 了 这 一 点 sil +007907 sil 不 同 类 型 的 债 基 风 险 不 同 sp1 收 益 也 各 有 不 同 sil +007908 sil 有 的 孩 子 没 有 热 水 袋 sp1 就 用 饮 料 瓶 装 热 水 sp1 自 制 成 暖 水 瓶 sil +007909 sil 已 成 摆 设 的 山 西 路 市 民 广 场 水 幕 电 影 现 场 sil +007910 sil 对 于 自 己 的 病 人 sp1 克 兰 顿 早 就 有 所 了 解 sil +007911 sil 而 表 现 出 众 的 是 sp1 史 宾 格 sp1 德 国 牧 羊 犬 等 sil +007912 sil 工 贸 由 两 张 皮 变 成 一 张 皮 sp1 扯 皮 的 事 sp1 自 然 少 了 sil +007913 sil 博 客 上 传 播 sp1 造 成 恶 劣 的 社 会 影 响 sil +007914 sil 而 当 时 的 理 由 也 是 原 材 料 上 涨 过 快 sil +007915 sil 几 千 块 钱 丢 掉 了 sp1 隔 壁 一 家 一 万 多 哟 sil +007916 sil 可 借 钱 建 校 舍 sp1 万 一 还 不 了 怎 么 办 sil +007917 sil 有 本 事 再 说 一 句 sp1 我 保 证 不 揍 死 你 sil +007918 sil 还 有 人 提 议 用 生 鸡 蛋 sp1 反 正 我 没 试 过 sil +007919 sil 市 委 党 校 在 职 研 究 生 sil +007920 sil 黄 朝 林 又 朝 他 吼 了 起 来 sil +007921 sil 现 在 的 商 家 也 越 来 越 聪 明 sil +007922 sil 谢 谢 夸 奖 sp1 不 是 美 女 哈 sil +007923 sil 用 后 一 种 错 误 更 正 前 一 种 错 误 sp1 盗 窃 罪 名 却 依 然 成 立 sp1 很 荒 谬 sil +007924 sil 只 要 努 力 就 能 呀 sil +007925 sil 好 哇 sp1 想 聊 点 什 么 sil +007926 sil 唯 有 保 重 身 体 坚 韧 不 拔 sp1 方 能 触 底 反 弹 sil +007927 sil 其 他 护 航 的 舰 船 则 迅 速 向 燃 烧 着 的 福 莱 斯 特 号 航 空 母 舰 喷 水 sil +007928 sil 抢 通 汶 川 与 外 界 的 公 路 通 道 sp1 牵 动 着 全 国 人 民 的 心 sil +007929 sil 说 谎 可 耻 sp1 机 器 人 不 会 说 谎 sil +007930 sil 与 乔 布 斯 不 同 sp1 雅 虎 创 始 人 sp1 已 被 证 明 sp1 无 力 逆 转 公 司 颓 势 sil +007931 sil 他 壮 实 的 身 板 黝 黑 的 皮 肤 sp1 小 平 头 下 两 只 眼 睛 炯 炯 有 神 sil +007932 sil 首 先 来 为 大 家 介 绍 一 下 sp1 来 到 我 们 今 天 演 播 室 的 两 位 嘉 宾 sil +007933 sil 为 了 填 补 先 前 的 巨 额 亏 空 sp1 张 润 章 策 划 了 这 期 假 抢 劫 案 sil +007934 sil 一 改 以 往 的 繁 琐 冗 长 sp1 多 地 两 会 在 会 议 内 容 上 sp1 务 实 精 简 sil +007935 sil 我 一 下 愣 了 sp1 心 想 sp1 这 英 语 什 么 时 候 普 及 到 了 这 个 程 度 了 sil +007936 sil 前 女 友 上 前 招 呼 寒 暄 sp1 我 腻 腻 的 说 了 一 句 sp1 亲 爱 的 sp1 咱 们 该 走 了 sil +007937 sil 我 认 为 sp1 它 首 先 是 指 奥 运 会 期 间 的 sp1 一 切 活 动 都 有 丰 富 的 人 文 内 涵 sil +007938 sil 目 前 sp1 洛 阳 八 六 三 软 件 孵 化 器 项 目 已 进 驻 sil +007939 sil 亚 银 说 sp1 更 糟 糕 的 是 sp1 油 料 与 肥 料 的 成 本 现 在 已 更 高 sp1 而 且 正 快 速 上 涨 sil +007940 sil 一 旦 发 现 申 领 补 贴 者 名 下 有 轿 车 sp1 将 严 肃 处 理 sil +007941 sil 然 然 换 药 的 时 候 sp1 一 定 要 攥 着 她 最 喜 欢 的 美 羊 羊 sil +007942 sil 经 中 共 中 央 批 准 sp1 鲁 炜 同 志 sp1 任 中 共 北 京 市 委 委 员 常 委 sil +007943 sil 小 明 说 sp1 坐 我 前 面 的 个 子 太 高 了 sp1 左 右 的 太 远 sp1 我 脖 子 扭 伤 sp1 无 法 看 后 面 sil +007944 sil 这 与 社 会 政 治 领 域 的 特 殊 性 复 杂 性 有 关 sil +007945 sil 社 长 有 如 此 大 胆 是 很 罕 见 的 sp1 社 员 也 都 停 下 来 听 社 长 的 高 见 sil +007946 sil 宋 世 平 忍 不 住 sp1 又 去 擦 了 一 个 身 sp1 回 来 后 问 sp1 你 们 有 谁 睡 着 了 sil +007947 sil 我 爸 sp1 呵 呵 sp1 我 年 轻 的 时 候 贩 过 猪 咧 sp1 我 当 年 看 猪 很 准 的 咧 sil +007948 sil 只 要 心 中 有 爱 有 家 sp1 有 牵 挂 sp1 就 不 怕 雾 霾 飘 过 sp1 就 不 怕 天 气 阴 暗 sil +007949 sil 文 小 姐 大 为 恼 火 sp1 但 其 后 sp1 都 被 徐 某 以 各 种 花 言 巧 语 搪 塞 过 去 sil +007950 sil 当 天 深 夜 sp1 整 个 筛 查 组 此 次 阿 里 之 行 计 划 的 任 务 全 部 完 成 sil +007951 sil 如 果 客 人 在 他 家 演 奏 音 乐 sp1 他 会 捂 上 他 的 耳 朵 sp1 直 到 演 奏 结 束 sil +007952 sil 市 公 安 局 水 上 分 局 巡 防 站 的 民 警 们 sp1 正 在 加 固 趸 船 缆 绳 sil +007953 sil 我 要 以 理 服 人 sp1 不 会 一 言 不 合 就 动 手 的 sil +007954 sil 祖 国 大 地 何 愁 不 早 日 披 上 绿 妆 呢 sil +007955 sil 对 我 是 好 事 sp1 原 来 sp1 我 还 有 这 么 多 东 西 哟 sil +007956 sil 梨 子 sp1 含 有 果 糖 和 葡 萄 糖 等 sp1 具 有 保 肝 助 消 化 sp1 促 进 食 欲 的 作 用 sil +007957 sil 在 学 识 达 标 的 同 时 实 现 思 想 素 质 达 标 才 是 应 有 之 义 sil +007958 sil 从 大 江 健 三 郎 sp1 凯 尔 泰 斯 sp1 耶 利 内 克 到 品 特 sp1 都 是 这 样 sil +007959 sil 只 希 望 更 多 人 在 批 判 可 儿 的 同 时 sp1 摸 摸 自 己 的 良 心 sil +007960 sil 四 是 大 力 查 处 打 击 网 络 涉 黄 涉 赌 违 法 犯 罪 活 动 sil +007961 sil 这 位 千 金 小 姐 正 在 贵 阳 上 大 学 sp1 经 常 购 买 奢 侈 品 sil +007962 sil 再 加 上 有 赌 瘾 sp1 挪 用 公 款 去 赌 博 sp1 结 果 亏 空 越 来 越 大 sil +007963 sil 说 要 把 王 某 杰 调 到 其 他 学 校 sp1 这 不 是 纵 容 犯 罪 吗 sil +007964 sil 他 提 出 诊 断 单 sp1 表 示 自 己 的 左 膝 右 手 肘 都 挫 伤 sil +007965 sil 两 位 贪 官 的 自 我 剖 析 入 骨 三 分 sp1 给 在 场 者 以 深 刻 的 震 撼 sil +007966 sil 他 只 活 到 了 五 十 六 岁 sp1 是 癌 症 夺 走 了 他 的 生 命 sil +007967 sil 是 一 款 很 棒 的 手 机 sp1 集 功 能 性 价 比 sp1 颜 值 与 一 身 sil +007968 sil 三 幺 二 国 道 麻 街 岭 段 山 体 塌 方 车 辆 被 埋 sil +007969 sil 与 离 境 退 税 相 比 sp1 离 岛 免 税 优 惠 幅 度 更 大 sil +007970 sil 你 看 他 上 课 sp1 多 认 真 哪 sil +007971 sil 报 告 称 sp1 全 球 失 业 人 数 sp1 二 零 一 五 将 增 至 二 点 零 八 亿 sil +007972 sil 李 德 明 发 现 sp1 里 面 还 有 一 头 猪 儿 在 里 面 哼 哼 唧 唧 sil +007973 sil 张 先 生 的 卧 室 并 不 宽 敞 sp1 电 脑 桌 和 床 离 得 很 近 sil +007974 sil 而 现 场 的 球 员 sp1 都 将 自 己 的 头 盔 摘 下 sp1 低 下 头 颅 sil +007975 sil 三 间 砖 砌 的 瓦 房 sp1 里 面 垃 圾 遍 地 sp1 显 得 十 分 肮 脏 sil +007976 sil 每 次 奶 奶 去 探 望 sp1 她 都 攥 着 奶 奶 的 手 指 头 不 放 sil +007977 sil 严 重 喊 渴 的 洞 庭 湖 湖 容 及 湖 面 面 积 sp1 也 有 所 增 加 sil +007978 sil 第 一 类 sp1 是 投 资 客 在 新 房 开 盘 时 sp1 即 购 入 的 房 产 sil +007979 sil 并 与 两 国 举 行 高 峰 会 sp1 修 补 岌 岌 可 危 的 外 交 关 系 sil +007980 sil 警 方 称 sp1 盛 夏 酷 热 难 耐 sp1 很 多 人 到 江 河 游 泳 解 暑 sil +007981 sil 投 入 不 足 sp1 区 域 封 锁 等 问 题 sp1 制 约 了 图 书 业 的 发 展 sil +007982 sil 看 到 有 人 围 观 sp1 麻 将 摊 摊 主 暗 示 女 孩 的 姥 姥 出 来 sil +007983 sil 美 方 将 全 力 扭 转 绿 袭 蓝 的 事 件 这 一 趋 势 sil +007984 sil 两 个 人 便 推 搡 起 来 sp1 但 万 正 红 并 没 有 打 人 sil +007985 sil 在 县 卫 生 局 的 直 接 领 导 下 sp1 逐 乡 逐 镇 改 建 sp1 和 扩 建 卫 生 院 sil +007986 sil 恩 师 李 双 江 因 故 不 能 到 阵 sp1 也 发 来 视 频 祝 福 sil +007987 sil 他 眉 毛 竖 起 来 sp1 双 臂 护 抱 sp1 拒 绝 别 人 靠 近 sil +007988 sil 昨 天 sp1 前 门 部 分 商 铺 sp1 打 出 超 低 价 烤 鸭 招 牌 sil +007989 sil 看 到 老 人 吃 得 快 吃 得 饱 sp1 韩 凤 英 脸 上 就 挂 满 笑 容 sil +007990 sil 沉 寂 了 一 下 sp1 那 妹 纸 哭 丧 着 脸 说 sp1 肉 sil +007991 sil 新 郎 再 吟 诗 一 首 sp1 新 娘 这 才 微 笑 点 头 放 下 团 扇 sil +007992 sil 现 在 想 想 sp1 感 觉 是 在 甩 卖 sil +007993 sil 那 就 是 偷 鸡 不 成 蚀 把 米 sil +007994 sil 宾 客 名 单 还 在 草 拟 中 sp1 并 可 能 有 所 改 变 sil +007995 sil 他 们 翻 开 了 新 中 国 屯 垦 史 上 崭 新 的 一 页 sil +007996 sil 过 去 将 读 书 作 为 修 身 养 性 的 途 径 sp1 有 道 理 sil +007997 sil 组 织 力 量 帮 助 农 民 收 割 甘 蔗 sp1 搞 好 运 输 sil +007998 sil 我 们 的 生 活 真 是 比 蜜 还 甜 呐 sil +007999 sil 可 是 sp1 我 现 场 要 求 警 察 回 避 sp1 他 不 肯 走 sil +008000 sil 冉 老 汉 等 待 一 上 午 后 sp1 等 来 了 一 个 菜 贩 sil +008001 sil 一 个 男 人 颓 然 地 坐 在 旁 边 sp1 目 光 呆 滞 sil +008002 sil 喜 欢 把 李 敖 的 书 插 在 牛 仔 裤 的 前 面 sil +008003 sil 乍 眼 一 看 sp1 想 起 的 是 广 州 的 区 号 零 二 零 sil +008004 sil 此 前 sp1 清 华 紫 光 就 曾 遭 遇 过 同 样 的 危 机 sil +008005 sil 不 太 明 白 什 么 意 思 sil +008006 sil 还 有 部 分 担 保 公 司 涉 及 炒 股 配 资 业 务 sil +008007 sil 一 个 理 想 的 医 疗 保 险 体 系 应 该 是 怎 样 的 sil +008008 sil 同 时 对 阅 卷 点 sp1 实 行 全 程 多 角 度 监 控 sil +008009 sil 有 一 句 话 叫 sp1 元 亨 利 贞 sp1 是 易 经 上 的 一 个 卦 sil +008010 sil 这 是 地 震 中 开 裂 的 sp1 大 煤 沟 sp1 煤 矿 风 峒 sil +008011 sil 他 们 只 不 过 是 在 拙 劣 地 画 葫 芦 罢 了 sil +008012 sil 而 到 二 零 九 零 年 sp1 这 一 可 能 性 sp1 则 将 高 达 百 分 之 九 十 sil +008013 sil 雨 翔 苦 笑 说 sp1 你 写 的 干 吗 让 我 看 sil +008014 sil 刘 本 云 说 sp1 来 他 家 里 的 时 候 sp1 赵 小 齐 穿 着 补 丁 裤 子 sil +008015 sil 郭 斌 一 看 夜 不 眠 的 招 牌 sp1 觉 得 好 像 见 到 过 sp1 想 起 时 sp1 把 自 己 吓 一 跳 sil +008016 sil 不 过 sp1 这 老 两 口 平 时 很 爱 掏 耳 朵 sp1 老 梁 有 空 sp1 还 喜 欢 去 小 理 发 店 sil +008017 sil 但 业 内 分 析 师 也 对 政 策 消 息 sp1 对 资 本 市 场 的 刺 激 持 谨 慎 态 度 sil +008018 sil 目 前 肇 事 车 仍 横 亘 于 路 中 间 sp1 事 发 路 段 仍 只 能 维 持 半 幅 交 通 sil +008019 sil 记 者 仔 细 查 听 了 两 个 号 码 的 自 动 语 音 服 务 sp1 发 现 的 确 有 所 不 同 sil +008020 sil 国 学 热 sp1 正 在 感 染 着 更 多 条 件 参 差 不 齐 的 幼 儿 园 sil +008021 sil 之 后 担 正 主 角 sp1 但 也 自 此 与 毒 结 缘 sil +008022 sil 我 白 费 了 力 气 sp1 还 挨 了 爸 爸 的 批 评 sil +008023 sil 如 此 惨 忍 的 行 为 让 人 瞠 目 结 舌 sil +008024 sil 他 注 视 小 妹 sp1 感 到 她 一 副 欲 醉 的 样 子 sp1 胆 更 大 了 sp1 侧 身 把 头 探 过 去 sil +008025 sil 这 种 控 制 与 利 用 sp1 有 其 特 定 的 内 涵 sil +008026 sil 第 二 天 一 早 醒 来 后 sp1 我 就 被 带 去 警 察 那 儿 做 调 查 sil +008027 sil 吴 佩 煜 说 sp1 有 人 问 sp1 吴 孟 超 身 体 那 么 好 sp1 是 不 是 吃 什 么 补 品 啊 sil +008028 sil 公 安 机 关 初 步 查 明 sp1 案 件 是 由 白 家 峁 煤 矿 矿 权 纠 纷 引 发 的 sil +008029 sil 以 前 sp1 她 就 有 过 几 次 被 河 南 省 队 退 回 的 经 历 sp1 理 由 也 是 太 矮 sil +008030 sil 布 碎 中 夹 杂 着 塑 料 袋 废 纸 片 等 sp1 不 但 肮 脏 sp1 还 散 发 刺 鼻 异 味 sil +008031 sil 在 江 西 九 江 sp1 老 师 将 一 名 学 生 的 耳 朵 给 拧 断 sp1 吓 呆 全 班 孩 子 sil +008032 sil 美 中 处 理 分 歧 的 方 式 迥 异 sil +008033 sil 现 在 sp1 她 不 能 抛 弃 克 钦 族 sil +008034 sil 什 么 继 父 岳 父 sp1 我 是 他 亲 爹 sil +008035 sil 姐 妹 俩 一 边 赏 景 sp1 一 边 说 笑 sil +008036 sil 本 网 电 话 sp1 八 零 八 八 九 幺 八 二 sil +008037 sil 俺 认 识 的 有 人 sp1 直 接 拉 给 你 sil +008038 sil 她 是 织 袜 车 间 的 一 位 主 班 长 sil +008039 sil 从 未 巧 取 豪 夺 sp1 未 伤 天 害 理 sil +008040 sil 不 好 吧 sp1 节 食 减 肥 很 痛 苦 sil +008041 sil 你 之 前 强 烈 反 对 造 城 运 动 sil +008042 sil 这 就 相 当 于 将 堕 胎 合 法 化 sil +008043 sil 如 果 党 的 基 本 路 线 错 了 sp1 我 们 的 事 业 就 遭 受 挫 折 和 失 败 sil +008044 sil 最 常 见 的 菜 是 咖 喱 sp1 是 从 邻 国 印 度 斯 里 兰 卡 传 入 的 sil +008045 sil 高 层 建 筑 的 室 内 消 火 栓 箱 内 sp1 将 设 置 消 防 软 管 卷 盘 sil +008046 sil 我 想 sp1 那 些 应 该 是 草 莓 的 种 子 吧 sil +008047 sil 自 此 sp1 房 奴 在 中 国 成 为 一 个 特 有 名 词 sil +008048 sil 政 委 芮 双 林 告 诉 记 者 sp1 在 这 里 sp1 我 们 一 举 手 一 投 足 sp1 都 关 乎 我 军 的 形 象 sil +008049 sil 但 眼 前 的 匝 道 上 sp1 工 人 们 sp1 还 在 忙 着 安 装 道 路 方 向 标 sil +008050 sil 一 向 一 分 钱 都 要 掰 成 两 半 花 的 父 亲 sp1 为 了 儿 子 大 摆 宴 席 sil +008051 sil 截 至 目 前 sp1 美 军 sp1 已 向 伊 安 全 部 队 sp1 移 交 了 九 个 省 的 防 务 sil +008052 sil 来 往 的 工 人 们 sp1 扛 着 工 具 sp1 头 顶 盖 着 块 湿 毛 巾 来 遮 阳 sil +008053 sil 需 要 漂 洗 的 锅 碗 太 多 sp1 池 子 里 水 面 上 的 泡 沫 sp1 越 来 越 多 sil +008054 sil 拆 线 的 时 候 sp1 没 有 用 麻 药 sp1 小 曾 疼 得 咬 牙 咧 嘴 sp1 没 有 吱 声 sil +008055 sil 所 以 在 这 个 部 分 sp1 袜 子 确 实 易 于 管 理 sp1 同 时 它 也 易 于 物 流 sil +008056 sil 这 些 奇 闻 轶 事 sp1 自 然 是 林 大 哥 亲 口 告 诉 的 sp1 真 假 难 辨 sil +008057 sil 比 如 对 美 元 持 续 贬 值 的 预 期 sil +008058 sil 他 们 就 像 是 被 宠 坏 的 孩 子 sil +008059 sil 所 以 在 这 点 上 sp1 有 一 点 儿 脱 节 了 sil +008060 sil 亲 身 体 验 后 sp1 翁 习 生 再 次 发 问 sil +008061 sil 陈 水 扁 要 想 交 保 sp1 还 需 等 待 sil +008062 sil 陈 李 东 致 电 电 城 镇 殡 改 队 sil +008063 sil 来 稿 一 律 不 退 sp1 请 自 留 底 稿 sil +008064 sil 钱 在 我 眼 中 是 很 渺 小 的 东 西 sil +008065 sil 不 倾 国 sp1 不 倾 城 sp1 倾 家 荡 产 sil +008066 sil 之 后 sp1 安 理 会 举 行 闭 门 磋 商 sil +008067 sil 别 跟 我 说 话 sp1 让 我 一 个 人 待 会 儿 sil +008068 sil 嫌 疑 人 站 在 高 处 sp1 手 举 一 根 棒 槌 sp1 用 力 挥 舞 sp1 砸 向 民 警 王 军 sil +008069 sil 我 的 脑 袋 已 经 被 杰 西 的 取 代 sil +008070 sil 这 也 正 是 色 狼 蠢 蠢 欲 动 之 时 sil +008071 sil 一 曲 风 风 火 火 闯 九 州 唱 毕 sp1 他 又 换 上 异 域 风 情 的 新 疆 歌 舞 sil +008072 sil 那 姓 姚 的 sp1 说 着 从 口 袋 里 掏 出 一 张 皱 巴 巴 的 纸 sp1 给 他 看 sil +008073 sil 个 体 工 商 户 sp1 根 据 经 营 需 要 sp1 可 以 聘 请 若 干 帮 手 或 者 学 徒 sil +008074 sil 他 们 肯 定 失 去 了 其 优 势 地 位 sil +008075 sil 还 有 人 把 问 题 扯 到 了 公 车 上 sil +008076 sil 逾 期 仍 不 登 记 的 收 容 犬 只 sil +008077 sil 肺 活 量 水 平 出 现 上 升 拐 点 sil +008078 sil 这 个 问 题 看 看 我 就 知 道 了 呀 sil +008079 sil 姑 姑 sp1 你 的 胸 为 什 么 这 么 小 sil +008080 sil 还 要 叫 她 起 床 呢 sp1 怎 么 会 不 早 起 sil +008081 sil 在 胡 润 榜 单 中 sp1 位 列 中 国 私 有 经 济 体 第 一 名 sil +008082 sil 赶 紧 闭 上 眼 睛 休 息 吧 sil +008083 sil 陈 明 亮 在 庭 审 中 也 承 认 sp1 他 本 人 偶 尔 也 吸 食 毒 品 sil +008084 sil 为 了 提 神 sp1 还 配 备 薄 荷 糖 sp1 广 州 军 区 专 门 配 了 大 蒜 头 sil +008085 sil 为 了 弥 补 巨 额 亏 空 sp1 邓 盛 堂 区 锦 明 sp1 开 始 实 施 诈 骗 sil +008086 sil 急 救 人 员 将 男 童 送 到 雅 宝 路 附 近 的 首 都 儿 研 所 sil +008087 sil 为 不 影 响 正 在 一 线 救 人 的 银 尕 sp1 记 者 挂 断 了 电 话 sil +008088 sil 年 会 的 主 题 为 sp1 中 国 和 亚 太 商 业 房 地 产 的 新 思 维 sil +008089 sil 受 伤 的 孩 子 趴 在 地 上 一 动 不 动 sp1 后 被 姨 妈 发 现 sil +008090 sil 林 父 才 流 sp1 只 识 其 一 sp1 不 识 其 二 sp1 把 老 舍 四 世 同 堂 里 的 属 错 放 了 过 去 sil +008091 sil 不 到 草 原 sp1 不 知 其 雄 美 壮 丽 sp1 不 来 内 蒙 古 sp1 不 知 道 其 日 新 月 异 的 变 化 sil +008092 sil 无 奈 sp1 执 勤 民 警 只 得 留 一 名 辅 警 留 守 sil +008093 sil 这 也 是 春 节 后 湖 北 省 规 模 最 大 的 一 次 招 聘 会 sil +008094 sil 刘 长 宇 说 sp1 这 是 昨 日 上 午 查 收 的 sp1 还 查 出 了 两 把 十 余 厘 米 长 的 刀 具 sil +008095 sil 这 几 天 收 看 新 闻 了 吗 sil +008096 sil 还 有 一 些 改 进 细 节 sp1 也 被 敏 感 的 学 者 捕 捉 到 sil +008097 sil 据 称 sp1 两 人 当 时 都 有 粗 口 sil +008098 sil 屋 顶 的 吊 灯 也 在 不 停 地 晃 sil +008099 sil 现 在 的 人 工 珍 珠 也 正 是 利 用 蛤 蚌 的 这 一 习 性 sp1 来 进 行 培 育 的 sil +008100 sil 近 日 sp1 上 饶 市 中 院 作 出 裁 定 sp1 驳 回 上 诉 sp1 维 持 原 判 sil +008101 sil 没 有 供 给 竞 争 需 求 竞 争 sp1 价 钱 肯 定 就 往 上 跑 sil +008102 sil 每 股 盈 利 sp1 达 到 三 点 五 七 一 港 元 sp1 同 比 上 升 百 分 之 一 百 九 十 九 点 三 sil +008103 sil 几 天 后 sp1 袁 女 士 在 医 院 做 了 腹 腔 镜 下 卵 巢 右 附 件 切 除 术 sil +008104 sil 见 状 sp1 民 警 赶 紧 打 开 窗 户 sp1 将 男 子 拽 回 房 内 sil +008105 sil 苍 蝇 哄 哄 叫 sp1 床 上 sp1 锅 台 上 都 是 sp1 多 得 像 头 毛 sil +008106 sil 台 湾 问 题 sp1 民 主 自 由 sp1 都 成 为 外 媒 记 者 常 提 的 问 题 sil +008107 sil 在 地 区 层 面 sp1 领 导 者 需 要 确 定 下 一 个 增 长 前 沿 sil +008108 sil 那 始 终 挂 在 脸 上 的 漠 然 微 笑 sp1 令 人 毛 骨 悚 然 sil +008109 sil 张 大 中 身 上 sp1 无 疑 也 遗 传 了 母 亲 这 一 倔 强 的 性 格 sil +008110 sil 你 看 看 人 家 对 老 婆 多 温 柔 sp1 人 家 吻 的 sp1 多 有 技 巧 sil +008111 sil 他 昨 天 透 露 sp1 自 己 和 太 太 有 了 一 个 婚 姻 合 约 sil +008112 sil 晴 雯 扫 视 身 上 挂 的 几 件 衣 服 sp1 说 sp1 一 点 不 冷 sil +008113 sil 在 欧 元 陷 入 危 机 之 时 sp1 欧 洲 开 始 向 中 国 求 助 sil +008114 sil 我 擦 去 嘴 角 的 血 水 sp1 含 泪 道 sp1 这 不 你 的 吗 sil +008115 sil 他 们 的 体 力 sp1 还 能 经 得 起 多 少 次 折 腾 呢 sil +008116 sil 尸 体 垒 成 一 堆 sp1 有 明 显 遭 人 扫 射 致 死 迹 象 sil +008117 sil 对 普 通 市 民 来 说 sp1 散 装 月 饼 寄 出 国 也 很 难 sil +008118 sil 我 们 在 这 里 还 发 现 了 山 东 省 赠 送 的 陶 瓷 sil +008119 sil 对 此 sp1 魏 后 凯 给 出 了 减 税 和 提 价 两 副 药 剂 sil +008120 sil 三 是 全 国 铁 路 客 服 电 话 统 一 为 sp1 幺 二 三 零 六 sil +008121 sil 应 采 儿 扬 言 sp1 一 旦 有 小 孩 的 话 sp1 自 己 就 会 玩 失 踪 sil +008122 sil 此 前 sp1 欧 央 行 和 印 度 央 行 已 经 宣 布 降 低 利 率 sil +008123 sil 还 因 为 没 钱 sp1 仲 谷 明 香 从 来 不 买 袜 子 也 不 穿 sil +008124 sil 程 英 马 上 对 那 食 品 露 出 相 见 恨 晚 的 脸 色 sil +008125 sil 许 多 住 户 在 门 口 筑 起 沙 袋 sp1 日 夜 舀 水 排 涝 sil +008126 sil 现 在 周 围 居 民 对 你 们 家 有 没 有 特 别 的 感 觉 sil +008127 sil 男 子 不 听 双 方 爆 发 口 角 sp1 并 推 推 桑 桑 sil +008128 sil 以 前 我 所 见 的 北 京 不 够 绿 sp1 实 在 是 阳 光 不 够 通 透 sp1 绿 也 蒙 着 灰 色 sil +008129 sil 对 于 时 下 自 己 免 费 顺 风 车 的 红 火 局 面 sp1 茆 源 备 加 珍 惜 sil +008130 sil 向 来 搞 笑 的 香 取 调 皮 地 称 sp1 嗯 sp1 明 年 有 大 型 的 庆 祝 活 动 就 好 了 sil +008131 sil 首 先 sp1 我 想 谈 谈 中 华 文 化 与 奥 运 精 神 sp1 在 内 在 理 念 上 的 sp1 共 通 之 处 sil +008132 sil 为 什 么 会 讨 厌 我 呢 sp1 是 我 说 错 什 么 了 吗 sil +008133 sil 于 是 他 上 山 找 高 僧 给 算 了 算 sp1 高 僧 算 完 说 sp1 你 回 去 等 着 吧 sil +008134 sil 如 今 夫 妻 二 人 均 需 住 院 sp1 乖 乖 成 了 急 需 好 心 人 收 养 的 孤 儿 sil +008135 sil 人 们 服 药 上 吊 或 者 割 腕 自 杀 sp1 但 是 不 会 割 破 自 己 的 喉 咙 sil +008136 sil 例 如 在 调 整 视 频 播 放 尺 寸 时 sp1 用 户 可 以 点 击 不 同 尺 寸 的 图 标 sil +008137 sil 他 刚 正 不 阿 的 精 神 感 动 了 群 众 sp1 更 赢 得 群 众 的 信 任 和 尊 重 sil +008138 sil 突 然 车 子 颠 簸 了 一 下 sp1 轰 一 声 sp1 洪 娟 被 甩 出 车 外 sp1 摔 倒 在 地 sil +008139 sil 他 进 来 后 大 声 问 好 sp1 要 我 们 帮 他 准 备 一 些 普 通 点 心 sp1 打 包 带 走 sil +008140 sil 他 说 不 出 话 sp1 姚 书 琴 追 击 说 sp1 林 大 文 豪 sp1 你 下 一 个 准 备 要 骂 谁 sil +008141 sil 我 没 有 弟 弟 sp1 但 我 有 一 群 爱 我 的 机 器 人 好 朋 友 sil +008142 sil 这 里 是 全 海 南 均 价 最 贵 的 楼 盘 凤 凰 岛 sil +008143 sil 再 戳 穿 只 会 颜 面 丢 失 sp1 不 代 表 我 没 有 准 备 sil +008144 sil 答 案 总 让 人 沮 丧 sil +008145 sil 若 我 放 弃 了 手 中 现 成 的 食 物 sp1 再 去 追 求 看 不 见 的 东 西 sp1 那 我 岂 不 成 傻 瓜 了 吗 sil +008146 sil 即 使 压 力 再 大 sp1 再 不 高 兴 sp1 也 要 干 下 去 sil +008147 sil 这 种 情 况 下 sp1 难 怪 赵 本 山 说 不 差 钱 sil +008148 sil 我 看 过 你 和 吴 卓 羲 的 学 警 三 sp1 很 喜 欢 sil +008149 sil 警 察 于 是 逮 捕 他 sp1 也 取 回 被 抢 的 赃 款 sil +008150 sil 他 甚 至 有 点 喘 气 困 难 sp1 说 句 连 贯 的 话 都 显 得 异 常 艰 难 sil +008151 sil 突 然 有 一 个 女 的 捂 住 我 的 眼 sp1 并 用 巨 温 柔 的 声 音 说 sp1 猜 猜 我 是 谁 sil +008152 sil 如 此 贴 地 气 sp1 不 但 丝 毫 无 损 他 的 形 象 sp1 反 倒 赢 得 更 多 拥 趸 sil +008153 sil 要 不 断 夯 实 农 业 基 础 sil +008154 sil 齐 秦 迈 开 大 步 甩 手 疾 走 sp1 健 康 状 态 良 好 sp1 精 神 奕 奕 sil +008155 sil 如 果 医 生 多 点 执 业 盛 行 sp1 那 扎 堆 儿 看 病 的 现 象 也 将 增 多 sil +008156 sil 除 了 瘸 腿 男 在 身 上 掏 出 的 一 部 外 sp1 厨 房 窗 台 上 还 有 一 部 sil +008157 sil 格 子 间 当 中 只 拦 着 低 矮 的 墙 板 sp1 没 有 人 是 真 正 离 群 的 sil +008158 sil 朱 紫 娆 小 时 曾 当 女 童 军 sp1 但 现 在 太 忙 没 有 参 与 sil +008159 sil 司 机 师 傅 一 愣 sp1 忧 伤 的 说 sp1 你 数 学 老 师 死 的 早 啊 sil +008160 sil 歹 徒 见 难 以 逃 脱 扔 下 皮 包 继 续 逃 窜 sil +008161 sil 加 强 青 年 体 育 方 面 的 交 流 与 合 作 sil +008162 sil 你 的 身 影 总 是 在 我 心 里 晃 来 晃 去 sil +008163 sil 而 且 他 们 的 房 屋 都 比 较 矮 sp1 隔 震 技 术 可 以 做 得 简 易 些 sil +008164 sil 十 多 天 下 来 sp1 三 人 开 始 流 鼻 血 sp1 连 嚷 嚷 受 不 了 了 sil +008165 sil 当 然 是 和 你 聊 天 sp1 给 你 放 放 音 乐 啦 sil +008166 sil 看 来 两 人 势 必 要 为 此 对 铺 公 堂 了 sil +008167 sil 亲 属 们 忙 着 给 她 掐 人 中 sp1 撸 手 指 sil +008168 sil 我 军 实 现 后 勤 现 代 化 有 没 有 时 间 表 sil +008169 sil 唯 伤 心 天 公 不 作 美 sp1 英 雄 或 许 要 承 受 多 磨 难 sil +008170 sil 知 道 呀 sp1 你 是 我 的 主 人 sp1 是 一 个 阳 光 开 朗 热 爱 生 活 的 人 sil +008171 sil 如 何 才 能 让 红 头 文 件 sp1 不 再 满 天 飞 sp1 执 行 起 来 不 走 样 sil +008172 sil 我 顿 时 一 紧 张 sp1 这 不 是 老 段 子 嘛 sp1 我 怎 么 会 一 直 修 电 脑 sil +008173 sil 临 去 前 sp1 拍 拍 胸 说 sp1 我 去 见 识 一 下 她 sil +008174 sil 点 击 率 上 去 了 sp1 下 家 儿 sp1 跟 着 就 来 了 sil +008175 sil 非 洲 人 有 非 常 强 大 的 符 咒 sp1 能 够 在 眨 眼 间 毁 掉 一 个 人 sil +008176 sil 可 是 sp1 我 再 也 不 能 从 土 壤 里 发 芽 开 花 sil +008177 sil 因 为 有 很 多 运 送 盐 的 轮 船 翻 了 sp1 所 以 海 水 才 会 这 么 咸 sp1 这 是 我 乱 说 的 sil +008178 sil 六 五 二 路 较 前 几 日 全 天 计 划 发 车 增 加 十 二 车 次 sil +008179 sil 扶 手 或 护 栏 杆 sp1 应 无 积 灰 sp1 变 形 破 损 sp1 斑 痕 脱 落 sil +008180 sil 这 个 城 市 终 于 安 静 了 sp1 可 是 心 里 的 回 忆 好 吵 有 没 有 sil +008181 sil 钱 荣 不 屑 道 sp1 我 至 少 读 过 一 万 本 书 sp1 我 去 做 这 种 试 卷 sp1 太 浪 费 我 的 才 气 sil +008182 sil 此 外 sp1 涉 及 住 房 信 息 的 种 种 利 益 问 题 有 待 稳 妥 处 理 sil +008183 sil 不 过 对 于 大 多 数 品 牌 而 言 sp1 这 仍 然 是 最 稳 妥 的 做 法 sil +008184 sil 公 公 婆 婆 sp1 也 深 明 大 义 sp1 动 员 亲 戚 朋 友 替 她 寻 找 家 人 sil +008185 sil 此 次 访 华 sp1 戴 贝 克 与 中 国 发 改 委 进 行 了 深 入 沟 通 sil +008186 sil 并 劝 他 还 是 安 心 读 书 sp1 不 要 为 小 说 的 事 情 过 于 分 心 sil +008187 sil 临 行 前 sp1 姥 姥 拦 住 妈 妈 sp1 叮 嘱 道 sp1 千 万 别 提 小 银 子 sil +008188 sil 第 一 次 造 成 蛋 蛋 轻 微 伤 sp1 第 二 次 双 方 各 有 一 名 轻 微 伤 sil +008189 sil 这 对 于 保 护 权 利 sp1 节 约 社 会 成 本 等 sp1 都 是 有 好 处 的 sil +008190 sil 五 是 客 观 认 识 彼 此 能 力 和 责 任 sil +008191 sil 这 就 是 曹 桂 林 做 不 醒 的 文 学 梦 sil +008192 sil 她 的 这 句 话 sp1 有 心 酸 sp1 有 无 奈 sp1 有 安 慰 sil +008193 sil 当 晚 sp1 小 杰 偷 偷 溜 走 sp1 玩 起 了 失 踪 sil +008194 sil 我 凝 视 惊 叹 眼 sp1 见 到 一 种 异 常 的 美 sil +008195 sil 如 今 sp1 这 种 窘 境 sp1 被 巧 妙 绕 过 了 sil +008196 sil 我 们 维 持 对 盛 大 股 票 的 持 有 评 级 sil +008197 sil 很 安 全 sp1 是 你 们 不 想 我 安 全 sp1 哈 哈 sil +008198 sil 你 见 过 哪 只 母 鸡 sp1 打 架 用 鸡 蛋 的 sil +008199 sil 你 呀 sp1 严 然 是 老 子 训 儿 子 的 口 气 sil +008200 sil 人 们 耸 肩 缩 头 sp1 闭 着 嘴 sp1 不 说 话 sil +008201 sil 对 央 行 昨 日 出 台 的 政 策 怎 么 看 sil +008202 sil 他 看 着 罗 天 诚 和 他 小 妹 就 眼 红 sil +008203 sil 咱 们 还 是 讨 论 一 下 世 界 和 平 吧 sil +008204 sil 照 抄 苏 联 的 模 式 sp1 难 道 不 是 错 误 sil +008205 sil 看 来 sp1 广 州 塔 还 想 窜 得 更 高 哩 sil +008206 sil 不 过 雅 虎 董 事 会 sp1 看 来 是 受 够 了 sil +008207 sil 仓 位 普 遍 偏 低 的 基 金 动 向 如 何 sil +008208 sil 另 外 sp1 地 面 上 还 有 一 个 钻 孔 已 打 通 sil +008209 sil 漂 洗 企 业 就 像 一 头 笨 重 的 兽 类 sp1 想 要 转 身 sp1 困 难 重 重 sil +008210 sil 躺 在 急 救 担 架 上 的 男 子 双 目 紧 闭 sp1 头 发 散 发 出 一 股 烧 焦 的 味 道 sil +008211 sil 工 业 园 区 是 承 接 产 业 转 移 sp1 加 速 产 业 集 聚 sp1 培 育 产 业 集 群 的 主 要 载 体 sil +008212 sil 那 一 刻 sp1 我 才 真 正 的 懂 你 sp1 就 像 懂 我 现 在 的 自 己 sil +008213 sil 这 简 直 是 赤 裸 裸 的 性 别 歧 视 sil +008214 sil 他 打 算 努 力 工 作 攒 钱 sp1 三 年 后 开 着 车 去 自 驾 游 sil +008215 sil 已 是 深 秋 的 古 都 罗 马 sp1 却 毫 无 寒 意 sil +008216 sil 这 是 预 防 最 糟 结 果 的 保 险 性 政 策 sil +008217 sil 黄 某 彬 称 sp1 事 发 时 踩 刹 车 sp1 刹 车 没 反 应 sp1 造 成 与 前 方 校 车 追 尾 sil +008218 sil 由 于 列 车 长 时 间 停 靠 sp1 车 厢 内 的 空 气 越 来 越 闷 sil +008219 sil 江 岸 区 消 防 中 队 赶 来 sp1 将 老 人 从 淤 泥 中 抱 起 sil +008220 sil 但 如 果 按 车 队 规 模 sp1 一 嗨 数 千 辆 车 的 量 级 绝 对 算 不 上 最 大 sil +008221 sil 小 妹 最 后 还 是 拥 有 了 半 个 雅 典 娜 的 智 慧 sp1 决 意 和 罗 天 诚 分 手 sil +008222 sil 她 说 sp1 飞 机 在 颠 簸 第 一 次 失 重 后 sp1 广 播 才 说 飞 机 遇 到 强 气 流 sil +008223 sil 四 是 sp1 企 业 国 际 化 经 营 能 力 较 弱 sil +008224 sil 回 到 家 sp1 林 妈 sp1 不 住 催 问 sp1 他 说 还 可 以 sp1 林 母 拍 腿 而 起 sp1 你 说 可 以 就 是 不 好 sil +008225 sil 上 一 交 易 日 sp1 人 民 币 兑 美 元 汇 率 为 sp1 六 点 三 七 九 七 元 sil +008226 sil 现 在 做 这 个 的 人 也 越 来 越 少 了 sp1 我 多 做 一 件 sp1 就 多 留 一 件 呗 sil +008227 sil 老 师 每 天 重 复 地 告 诉 他 们 sp1 怎 样 播 种 sp1 沤 肥 种 植 到 采 收 sil +008228 sil 另 一 造 型 是 以 苹 果 作 点 缀 sp1 一 身 鲜 花 图 案 长 裙 的 女 星 装 扮 sil +008229 sil 以 军 总 参 谋 长 sp1 哈 鲁 茨 将 军 sp1 凌 晨 召 开 紧 急 会 议 讨 论 对 策 sil +008230 sil 大 家 把 心 愿 写 好 点 上 灯 sp1 灯 飞 了 大 概 两 层 楼 高 的 时 候 sil +008231 sil 说 马 洪 是 朱 镕 基 的 恩 师 sp1 对 朱 镕 基 有 知 遇 之 恩 sp1 一 点 也 不 过 分 sil +008232 sil 联 邦 警 察 已 针 对 这 一 系 列 事 件 展 开 调 查 sil +008233 sil 单 双 号 限 行 演 练 sp1 真 正 的 考 验 将 在 下 周 一 sil +008234 sil 很 多 网 友 对 广 州 旅 客 鲁 莽 的 行 为 表 示 谴 责 sil +008235 sil 中 国 海 洋 调 查 船 sp1 科 学 三 号 sp1 二 十 三 日 加 入 sil +008236 sil 与 室 友 聊 天 sp1 讨 论 林 夕 是 否 真 的 爱 慕 黄 耀 明 sil +008237 sil 我 们 就 卷 起 铺 盖 sp1 拿 着 牙 刷 什 么 的 去 洗 漱 sil +008238 sil 徐 虎 读 书 时 sp1 一 直 都 靠 学 校 发 给 的 助 学 金 sil +008239 sil 但 他 们 向 广 宇 公 司 sp1 打 欠 条 借 钱 sp1 倒 是 真 的 sil +008240 sil 之 后 sp1 我 以 广 告 模 特 儿 的 身 份 sp1 在 艺 能 界 打 拼 sil +008241 sil 你 让 农 民 把 堆 积 如 山 的 秸 杆 sp1 拿 去 干 什 么 sil +008242 sil 郴 州 市 检 察 院 sp1 也 已 介 入 调 查 sil +008243 sil 虽 然 我 无 儿 无 女 sp1 但 享 党 和 政 府 的 福 sp1 我 的 晚 年 过 得 很 安 逸 sil +008244 sil 但 迎 接 她 的 sp1 不 是 同 情 和 帮 助 sp1 而 是 一 浪 又 一 浪 的 谴 责 sil +008245 sil 小 镇 上 的 人 都 称 之 为 才 子 sil +008246 sil 走 出 帐 篷 的 时 候 sp1 我 问 旁 边 的 同 事 sp1 这 个 娃 娃 sp1 有 没 有 两 岁 sil +008247 sil 老 板 悠 悠 的 回 答 sp1 看 你 会 不 会 养 了 sp1 养 的 好 了 sp1 它 送 你 走 sil +008248 sil 演 习 过 程 中 sp1 将 动 用 符 合 北 约 标 准 的 先 进 计 算 机 系 统 sil +008249 sil 好 在 闹 新 房 的 喜 庆 和 热 烈 sp1 弥 补 了 婚 礼 的 终 生 遗 憾 sil +008250 sil 高 油 价 将 对 国 际 关 系 的 互 动 sp1 产 生 某 种 微 妙 sp1 或 带 有 务 实 倾 向 的 影 响 sil +008251 sil 罗 志 海 说 sp1 喉 咙 里 好 像 长 了 块 东 西 sp1 然 后 一 直 开 始 吐 sil +008252 sil 怀 了 孕 的 妻 子 问 丈 夫 sp1 你 觉 得 sp1 我 们 的 孩 子 像 谁 更 好 sil +008253 sil 即 使 在 魏 嘉 政 姥 姥 去 世 时 sp1 都 没 敢 说 sil +008254 sil 一 百 个 笑 话 sp1 我 讲 完 会 不 会 系 统 崩 溃 呀 sil +008255 sil 我 搞 不 过 sp1 胳 膊 拧 不 过 大 腿 sp1 我 认 命 了 sil +008256 sil 大 多 数 人 都 放 弃 养 猪 sp1 改 作 别 的 行 当 sil +008257 sil 他 悄 声 坐 到 那 个 翻 书 如 飞 的 男 生 旁 sil +008258 sil 产 业 化 对 农 牧 民 增 收 的 带 动 作 用 明 显 sil +008259 sil 幺 宁 还 发 表 了 长 达 七 分 钟 的 打 黑 宣 言 sil +008260 sil 也 难 怪 sp1 中 国 有 名 言 群 众 的 眼 睛 是 雪 亮 的 sil +008261 sil 看 到 孙 女 得 救 sp1 女 童 的 奶 奶 破 啼 为 笑 sil +008262 sil 饶 富 贵 说 sp1 此 后 袁 饶 也 被 找 去 做 了 记 录 sil +008263 sil 你 认 准 我 就 行 了 sp1 我 是 公 安 局 的 sp1 叫 杨 玉 章 sil +008264 sil 他 同 时 称 sp1 但 农 民 胃 口 太 大 sp1 不 好 解 决 sil +008265 sil 据 调 查 sp1 镉 污 染 源 来 自 长 沙 湘 和 化 工 厂 sil +008266 sil 但 是 sp1 一 些 迹 象 显 示 sp1 血 案 由 内 部 人 挑 起 sil +008267 sil 有 好 朋 友 的 关 心 sp1 我 的 牙 sp1 怎 敢 不 快 点 好 呢 sil +008268 sil 小 朋 友 看 到 佛 莱 明 巨 兔 大 熊 都 好 惊 喜 sil +008269 sil 空 投 成 功 了 sp1 被 困 的 五 千 多 群 众 有 救 了 sil +008270 sil 吴 仕 成 很 佩 服 岑 巩 县 发 土 地 财 的 能 力 sil +008271 sil 近 日 sp1 许 晋 亨 在 爱 巢 加 建 婴 儿 房 sp1 日 内 将 会 大 肆 装 修 sil +008272 sil 社 区 老 居 民 敲 锣 打 鼓 sp1 业 主 代 表 拿 到 钥 匙 后 sp1 笑 得 合 不 拢 嘴 sil +008273 sil 供 电 服 务 热 线 sp1 九 五 五 九 八 sp1 保 持 二 十 四 小 时 畅 通 sil +008274 sil 于 是 sp1 她 上 楼 拔 掉 电 源 sp1 而 表 弟 也 想 上 厕 所 sil +008275 sil 二 是 sp1 中 国 特 色 基 本 医 疗 卫 生 制 度 框 架 sp1 初 步 建 立 sil +008276 sil 当 年 被 团 结 起 来 的 小 泥 鳅 sp1 已 经 被 希 冀 一 统 江 湖 的 鳄 鱼 嫌 弃 sil +008277 sil 根 据 检 测 结 果 sp1 南 京 市 有 关 部 门 立 即 责 令 兴 旺 屠 宰 场 停 业 sil +008278 sil 未 来 半 个 月 里 sp1 伴 随 电 音 的 哪 吒 三 太 子 sp1 都 将 继 续 在 街 内 表 演 sil +008279 sil 瞥 开 爱 国 不 爱 国 来 说 sp1 真 要 抓 奶 粉 的 质 量 sp1 就 把 大 品 牌 引 进 来 sil +008280 sil 在 她 加 盟 之 初 sp1 脸 谱 还 只 是 看 上 去 很 美 sp1 资 金 状 况 sp1 有 进 无 出 sil +008281 sil 由 她 制 作 的 电 视 剧 雍 正 王 朝 sp1 曾 获 中 国 电 视 剧 sp1 最 高 三 大 奖 项 sil +008282 sil 这 是 我 的 工 作 sp1 事 情 出 来 后 sp1 评 价 总 会 有 好 有 坏 sp1 但 我 不 会 计 较 sil +008283 sil 医 院 面 试 公 司 等 拍 摄 场 地 sp1 也 是 他 一 一 张 罗 的 sil +008284 sil 诊 所 一 方 则 认 为 没 有 责 任 sil +008285 sil 事 成 后 sp1 邻 居 会 给 报 酬 sil +008286 sil 正 因 如 此 sp1 他 们 在 选 择 工 作 时 会 相 对 挑 惕 一 些 sil +008287 sil 结 案 之 际 sp1 姜 涛 父 亲 向 法 官 流 露 出 了 忏 悔 之 情 sil +008288 sil 拿 起 卷 子 sp1 就 感 到 了 温 暖 sil +008289 sil 这 故 事 叫 一 个 文 盲 的 悲 哀 sil +008290 sil 这 位 聪 明 的 宝 宝 叫 陈 俊 sil +008291 sil 这 么 多 想 把 我 累 死 嘛 sil +008292 sil 他 很 惊 讶 sp1 父 亲 在 辛 亥 革 命 之 中 给 了 他 一 个 角 色 sil +008293 sil 我 还 想 自 由 自 在 地 多 玩 几 年 sp1 所 以 现 在 还 是 单 身 呢 sil +008294 sil 单 位 的 财 务 监 管 力 度 如 何 sil +008295 sil 它 未 来 发 展 趋 向 又 将 如 何 sil +008296 sil 温 总 理 此 行 安 排 十 分 紧 凑 sil +008297 sil 这 是 太 原 市 汾 河 景 观 带 sp1 关 灯 前 和 关 灯 后 的 对 比 sil +008298 sil 病 友 们 说 sp1 她 们 出 去 耍 了 sil +008299 sil 不 要 把 怨 气 撒 到 律 师 头 上 sil +008300 sil 去 年 涨 薪 大 潮 席 卷 中 国 sil +008301 sil 这 是 党 委 政 府 的 重 要 职 责 sil +008302 sil 选 美 在 委 内 瑞 拉 是 全 民 热 衷 的 盛 事 sil +008303 sil 我 们 党 带 领 人 民 谱 写 了 中 华 民 族 自 强 不 息 sp1 顽 强 奋 进 的 壮 丽 史 诗 sil +008304 sil 但 由 于 国 内 猎 头 发 展 的 参 差 不 齐 sp1 仍 然 有 老 话 重 提 的 必 要 sil +008305 sil 让 其 不 断 地 生 育 sp1 不 就 万 事 大 吉 了 sil +008306 sil 民 警 接 到 报 警 后 sp1 赶 到 现 场 sp1 出 租 车 司 机 正 与 几 个 醉 鬼 理 论 sil +008307 sil 既 如 此 sp1 何 不 去 团 结 一 切 能 够 团 结 的 人 sp1 营 造 最 大 的 利 益 呢 sil +008308 sil 余 雄 拍 拍 他 的 肩 说 sp1 想 开 一 点 sp1 过 两 天 就 没 事 了 sp1 红 颜 祸 水 sil +008309 sil 即 便 挖 到 了 什 么 sp1 也 不 能 肯 定 sp1 与 七 三 幺 部 队 关 联 sil +008310 sil 事 实 上 sp1 台 当 局 是 时 候 该 听 听 民 众 的 呼 声 了 sil +008311 sil 他 喜 爱 打 网 球 游 泳 sp1 曾 被 选 为 学 校 马 术 部 的 主 将 sil +008312 sil 编 纂 出 版 sp1 远 东 国 际 军 事 法 庭 庭 审 记 录 sp1 意 义 深 远 sil +008313 sil 一 名 警 员 在 抓 捕 过 程 中 sp1 左 侧 肘 关 节 中 弹 受 伤 sil +008314 sil 他 们 不 甘 心 sp1 又 想 买 通 边 检 参 谋 sp1 查 其 的 妻 子 sil +008315 sil 扩 大 短 期 险 业 务 sp1 支 持 中 小 企 业 开 拓 国 际 市 场 sil +008316 sil 嘉 凯 城 集 团 股 份 有 限 公 司 sp1 去 年 过 得 很 寒 碜 sil +008317 sil 一 上 车 小 狗 就 挣 开 我 sp1 直 接 蹦 到 旁 边 的 座 位 上 sil +008318 sil 记 者 拍 照 sp1 幺 儿 现 身 满 不 在 乎 sp1 路 人 气 愤 谴 责 sil +008319 sil 俩 人 合 谋 sp1 用 校 服 将 孩 子 闷 死 后 sp1 又 弃 尸 河 中 sil +008320 sil 别 急 sp1 走 进 那 弄 堂 sp1 梁 样 君 sp1 手 一 指 身 后 的 黑 弄 sil +008321 sil 菜 sp1 肉 作 料 比 例 sp1 新 手 掌 握 不 了 sil +008322 sil 同 时 sp1 要 扭 转 人 们 的 错 误 认 识 sp1 转 变 观 念 sil +008323 sil 犬 主 带 犬 出 街 时 sp1 犬 只 必 须 佩 戴 犬 牌 sp1 犬 主 携 带 犬 证 sil +008324 sil 我 是 你 的 语 音 助 理 呀 sp1 人 工 智 能 美 少 女 我 sil +008325 sil 小 磊 做 着 最 后 的 挣 扎 sp1 但 蹬 踹 的 双 脚 逐 渐 无 力 sp1 断 了 气 sil +008326 sil 一 是 它 解 决 了 经 常 性 捐 赠 sp1 存 在 的 很 多 问 题 sil +008327 sil 夫 妻 俩 于 是 争 吵 起 来 sil +008328 sil 二 是 sp1 忍 辱 负 重 河 南 人 sil +008329 sil 七 十 三 岁 的 陈 阿 婆 从 水 塔 里 被 解 救 出 来 sil +008330 sil 还 有 四 分 之 一 的 人 甚 至 没 有 按 处 方 sp1 抓 药 治 病 sil +008331 sil 这 个 钻 孔 可 与 六 七 sp1 八 九 号 工 作 面 相 连 sil +008332 sil 据 说 sp1 设 计 者 sp1 乃 是 这 小 镇 鼎 鼎 有 名 的 大 家 sil +008333 sil 是 很 好 吃 的 冰 淇 淋 啊 sil +008334 sil 南 京 警 方 有 两 个 版 本 sil +008335 sil 余 雄 脱 下 衣 服 sp1 挤 出 一 地 的 汗 sp1 说 sp1 洗 澡 去 吧 sil +008336 sil 杭 州 市 承 诺 sp1 将 在 二 零 三 五 年 后 拆 除 或 降 层 sil +008337 sil 她 这 个 女 人 嘴 巴 挺 甜 的 sp1 不 过 也 挺 好 的 哦 sil +008338 sil 其 实 我 想 说 的 是 干 妈 sil +008339 sil 既 实 惠 sp1 挑 选 余 地 也 大 sil +008340 sil 回 来 sp1 放 在 那 儿 sp1 没 言 声 sil +008341 sil 王 菲 sp1 那 是 老 娘 的 命 呐 sil +008342 sil 但 在 沉 寂 一 段 时 间 后 sp1 删 帖 公 司 卷 土 重 来 sil +008343 sil 消 息 发 出 后 sp1 同 学 们 群 情 激 昂 全 都 报 了 名 sil +008344 sil 是 不 是 身 体 不 舒 服 呀 sil +008345 sil 我 要 学 习 一 下 相 关 知 识 sil +008346 sil 粉 刷 以 前 还 比 那 厉 害 sil +008347 sil 哪 里 还 谈 得 上 参 与 呢 sil +008348 sil 何 小 姐 家 养 的 黄 金 蟒 sil +008349 sil 怎 么 啦 sp1 你 还 不 困 嘛 sil +008350 sil 她 说 sp1 自 己 快 憋 坏 了 sil +008351 sil 不 要 跟 我 聊 这 些 sp1 我 不 懂 sil +008352 sil 旁 观 者 的 姓 名 sp1 永 远 爬 不 到 比 赛 的 计 分 板 上 sil +008353 sil 这 把 球 员 们 激 动 坏 了 sil +008354 sil 这 一 数 字 sp1 创 巴 菲 特 慈 善 午 餐 sp1 历 史 最 高 价 位 sil +008355 sil 别 讨 厌 嘛 sp1 我 们 这 么 好 sil +008356 sil 他 后 来 被 送 往 瑞 士 伯 尔 尼 的 国 际 学 校 留 学 sil +008357 sil 报 道 未 提 猫 咪 的 下 场 sil +008358 sil 飞 来 横 祸 sp1 惨 不 忍 睹 sil +008359 sil 不 过 在 价 钱 上 有 些 犹 豫 sil +008360 sil 真 应 该 好 好 查 查 他 们 sil +008361 sil 到 三 幺 九 国 道 堵 车 sp1 造 成 交 通 受 阻 约 一 小 时 sil +008362 sil 日 本 女 星 泽 尻 英 龙 华 sil +008363 sil 家 里 有 全 自 动 洗 衣 机 呀 sil +008364 sil 就 等 于 和 租 赁 差 不 多 sil +008365 sil 和 你 一 起 看 月 亮 怎 么 样 sil +008366 sil 广 本 管 理 人 员 如 是 说 sil +008367 sil 原 因 是 工 资 低 住 房 窄 sil +008368 sil 一 片 热 闹 里 sp1 没 人 注 意 sil +008369 sil 好 在 sp1 他 出 演 了 米 尔 克 sil +008370 sil 记 者 赶 到 幺 幺 七 医 院 机 场 路 分 院 急 诊 抢 救 室 sil +008371 sil 不 好 意 思 sp1 我 还 没 有 玩 过 sil +008372 sil 他 们 选 择 用 一 场 国 际 范 儿 的 舞 会 sp1 优 雅 地 告 别 sil +008373 sil 只 是 sp1 跑 步 可 以 掐 秒 表 sp1 而 娱 乐 圈 却 没 有 定 论 sil +008374 sil 这 对 酸 雨 治 理 很 不 利 sil +008375 sil 我 斗 胆 猜 测 sp1 集 团 给 陆 兆 禧 sp1 物 流 给 邵 晓 锋 sil +008376 sil 所 有 僧 人 都 跑 了 出 来 sil +008377 sil 同 样 的 逻 辑 sp1 也 适 用 于 癌 症 sil +008378 sil 好 天 气 sp1 就 是 要 出 来 逛 sp1 有 狗 的 遛 狗 sp1 有 娃 的 抱 娃 sp1 都 没 有 的 sp1 你 抱 我 吧 sil +008379 sil 妻 子 不 但 不 怕 sp1 反 而 柔 情 的 说 sp1 猫 哥 sp1 别 叫 了 sp1 我 老 公 还 没 出 差 呢 sil +008380 sil 车 行 至 枣 林 前 街 时 sp1 马 师 傅 把 车 停 下 sp1 自 称 憋 不 住 了 sp1 要 去 撒 尿 sil +008381 sil 就 好 像 最 后 一 次 测 试 sp1 我 终 于 蹦 过 去 sp1 及 格 了 sil +008382 sil 他 不 敢 再 说 下 去 sp1 怕 钱 荣 sp1 又 躲 在 外 文 里 骂 他 sp1 和 谢 景 渊 说 话 sp1 你 在 看 什 么 书 sil +008383 sil 首 先 要 有 个 好 身 体 sp1 其 次 还 要 付 出 努 力 sil +008384 sil 成 都 鸟 语 林 sp1 原 来 准 备 开 展 的 游 客 骑 鸵 鸟 项 目 sp1 也 不 搞 了 sil +008385 sil 当 然 sp1 这 么 说 妈 不 太 合 适 sp1 我 妈 有 点 愣 sp1 这 一 面 sp1 我 像 我 妈 sil +008386 sil 我 当 时 还 脑 残 的 说 sp1 怎 么 是 软 sp1 的 sil +008387 sil 老 妈 站 了 一 会 儿 说 sp1 行 了 sp1 别 装 了 sil +008388 sil 暴 雨 天 在 路 上 sp1 被 淋 成 了 落 汤 鸡 sil +008389 sil 有 时 sp1 一 趟 航 班 sp1 仅 三 百 多 名 旅 客 sil +008390 sil 后 来 有 朋 友 说 合 伙 开 小 酒 吧 sp1 我 连 口 都 没 敢 开 sp1 老 汉 儿 更 不 准 sil +008391 sil 一 次 偶 然 的 机 会 sp1 一 张 力 塔 洪 在 馕 饼 摊 前 的 照 片 sp1 爆 红 网 络 sil +008392 sil 在 太 空 中 sp1 飞 船 能 依 靠 的 只 有 太 阳 能 与 核 能 sil +008393 sil 余 雄 又 推 开 来 世 平 的 手 说 sp1 天 太 热 了 sp1 大 家 分 开 点 sil +008394 sil 而 驾 驶 员 直 到 降 落 才 知 道 sp1 飞 机 上 搭 乘 了 一 条 蟒 蛇 sil +008395 sil 主 治 医 生 告 诉 刘 嫄 一 家 人 sp1 父 亲 的 病 治 愈 的 希 望 渺 茫 sil +008396 sil 今 天 sp1 卖 家 给 朋 友 返 现 了 十 元 sp1 叫 室 友 把 图 片 给 删 了 sil +008397 sil 杨 红 卫 还 有 一 个 习 惯 sp1 是 经 常 纵 情 饮 酒 sp1 喝 得 酩 酊 大 醉 sil +008398 sil 但 今 天 情 况 就 不 一 样 了 sp1 还 有 很 宽 的 空 地 儿 可 以 走 动 sil +008399 sil 那 我 就 给 你 亮 点 真 本 事 吧 sil +008400 sil 此 外 sp1 多 数 乞 儿 并 非 被 拐 的 sil +008401 sil 落 在 身 上 sp1 一 抹 就 是 一 片 黑 sil +008402 sil 赤 峰 由 此 而 成 为 中 华 龙 的 故 乡 sp1 和 龙 文 化 的 发 祥 地 sil +008403 sil 演 员 得 多 高 心 理 素 质 和 流 泪 技 巧 才 能 达 到 要 求 哇 sil +008404 sil 每 次 老 汉 儿 破 案 就 会 回 来 说 sp1 今 天 晚 上 sp1 你 们 看 新 闻 sil +008405 sil 入 夜 sp1 广 州 市 白 云 区 sp1 景 泰 街 sp1 华 灯 璀 璨 车 水 马 龙 sp1 好 不 热 闹 sil +008406 sil 库 尼 斯 伸 手 把 库 彻 的 头 搂 进 怀 里 sp1 甚 至 当 众 接 吻 sp1 相 当 亲 密 sil +008407 sil 开 心 侠 我 从 不 难 过 sp1 每 天 都 为 主 人 带 来 正 能 量 sil +008408 sil 思 聪 寻 亮 而 去 sp1 和 白 胖 高 热 情 切 磋 sp1 您 就 是 sp1 你 是 卢 思 聪 吧 sil +008409 sil 他 建 议 sp1 餐 馆 sp1 必 须 在 每 张 餐 桌 下 放 一 个 纸 篓 sp1 让 市 民 扔 纸 巾 sil +008410 sil 她 翻 了 我 的 短 信 sp1 现 在 她 不 仅 知 道 我 有 外 遇 sp1 还 坚 信 sp1 我 是 个 基 佬 sil +008411 sil 当 水 位 下 降 sp1 趸 船 则 可 以 向 江 中 移 动 sp1 尽 最 大 努 力 sp1 保 证 取 水 sil +008412 sil 我 暂 时 还 不 会 哦 sil +008413 sil 逢 年 过 节 时 sp1 倪 红 梅 也 会 多 包 些 馄 饨 和 包 子 送 给 刘 姐 sil +008414 sil 他 们 俩 喜 出 望 外 sp1 可 这 个 时 候 sp1 招 生 老 师 吴 江 却 人 间 蒸 发 了 sil +008415 sil 但 辩 方 指 出 sp1 这 把 刀 太 大 sp1 不 符 合 遇 害 者 喉 咙 上 致 命 伤 的 形 状 sil +008416 sil 同 时 sp1 刘 玉 标 也 承 认 sp1 对 此 事 学 校 有 相 应 的 责 任 sil +008417 sil 距 今 约 四 千 五 百 年 sp1 是 sp1 巴 人 发 祥 地 遗 址 sil +008418 sil 不 论 做 任 何 事 sp1 她 都 不 可 能 丢 掉 自 我 sil +008419 sil 上 海 广 州 也 有 狗 仔 sp1 但 是 还 没 成 气 候 sil +008420 sil 作 为 太 太 sp1 反 而 不 欣 赏 sp1 不 体 谅 sil +008421 sil 短 短 一 分 钟 sp1 望 的 步 骤 结 束 了 sil +008422 sil 属 峡 谷 型 自 然 风 景 旅 游 景 区 sil +008423 sil 死 者 在 当 晚 已 经 送 到 了 殡 仪 馆 sil +008424 sil 追 逃 民 警 抵 达 后 sp1 来 不 及 添 置 棉 袄 sp1 就 直 奔 当 地 公 安 机 关 sil +008425 sil 就 这 样 手 链 也 跟 着 甩 出 去 了 sil +008426 sil 他 说 自 己 有 钱 sp1 不 想 当 老 鳖 一 sil +008427 sil 在 东 方 曼 哈 顿 小 区 附 近 的 另 外 一 家 中 介 sp1 车 位 的 开 价 更 高 sil +008428 sil 这 被 看 作 是 非 盟 与 联 合 国 斡 旋 该 国 政 治 僵 局 的 一 大 成 果 sil +008429 sil 我 读 到 一 半 就 心 疼 了 是 闹 哪 样 sil +008430 sil 喝 醉 了 的 李 侃 被 踢 醒 后 sp1 翻 身 站 起 sp1 与 这 名 民 警 撕 扯 起 来 sil +008431 sil 郑 航 说 sp1 以 普 通 公 民 身 份 起 诉 sp1 就 是 为 撇 清 sp1 滥 用 公 权 力 之 嫌 sil +008432 sil 巴 国 城 sp1 时 尚 女 子 在 偷 奶 粉 sil +008433 sil 每 次 提 出 意 见 sp1 也 总 是 先 说 sp1 我 只 是 说 说 sp1 听 不 听 sp1 由 你 们 决 定 sil +008434 sil 云 南 孟 连 和 贵 州 瓮 安 的 变 化 sp1 是 这 种 警 民 关 系 的 最 好 见 证 sil +008435 sil 打 斗 当 中 sp1 朱 某 被 失 手 刺 死 sil +008436 sil 未 料 sp1 一 天 清 晨 sp1 我 还 在 被 窝 里 sp1 忽 听 一 阵 唏 唏 的 爪 子 挠 门 声 sil +008437 sil 她 是 被 迫 sp1 还 是 有 什 么 难 言 之 隐 sil +008438 sil 这 相 当 于 每 天 跑 两 次 马 拉 松 sil +008439 sil 队 员 们 知 道 sp1 他 们 身 上 有 家 伙 sil +008440 sil 这 个 颜 色 叫 老 绿 sp1 相 当 于 翠 绿 sil +008441 sil 然 而 sp1 此 时 的 邹 德 保 已 经 逃 跑 sil +008442 sil 当 今 理 想 的 婚 姻 模 式 是 什 么 sil +008443 sil 做 好 城 市 内 涝 抢 险 应 急 工 作 sil +008444 sil 可 那 些 鸡 头 是 卖 淫 嫖 娼 的 组 织 者 sp1 是 后 台 老 板 sp1 是 最 大 的 赢 利 者 sil +008445 sil 也 就 是 说 sp1 小 蕊 蕊 翻 越 护 栏 去 上 学 时 sp1 天 还 未 完 全 亮 sil +008446 sil 不 过 sp1 免 试 攻 读 研 究 生 的 她 sp1 早 已 经 不 仅 仅 满 足 于 看 奥 运 了 sil +008447 sil 长 期 的 营 养 不 足 sp1 导 致 许 多 孩 子 sp1 普 遍 矮 小 sp1 有 的 还 患 上 胃 病 sil +008448 sil 优 酷 此 举 客 观 聪 明 sil +008449 sil 是 个 很 有 钱 的 家 伙 呀 sil +008450 sil 骨 髓 捐 献 过 程 中 的 范 豪 杰 sil +008451 sil 这 个 条 款 无 疑 是 非 常 荒 谬 的 sil +008452 sil 曹 成 给 记 者 算 了 这 样 一 笔 账 sil +008453 sil 我 的 脸 每 天 都 洗 的 很 干 净 哦 sil +008454 sil 赌 场 可 为 政 府 带 来 高 额 税 收 sil +008455 sil 我 炒 股 好 多 年 了 sp1 一 定 能 赢 利 sil +008456 sil 拄 拐 男 子 下 水 托 起 落 水 女 sil +008457 sil 琛 航 岛 有 一 片 著 名 的 将 军 林 sil +008458 sil 最 可 恶 的 是 sp1 到 后 来 sp1 那 头 的 人 都 问 我 sp1 你 是 不 是 得 罪 谁 了 sil +008459 sil 金 茂 大 厦 sp1 八 十 八 层 观 光 厅 sp1 我 曾 经 来 过 sil +008460 sil 臣 妾 做 不 到 啊 sil +008461 sil 小 时 候 特 别 想 妈 妈 sp1 躲 起 来 哭 sp1 胡 伟 是 一 个 从 小 缺 乏 母 爱 的 人 sil +008462 sil 半 夜 sp1 甲 打 了 一 个 大 喷 涕 sp1 乙 整 个 脸 上 sp1 都 是 甲 的 结 晶 sil +008463 sil 李 瑾 曼 的 家 sp1 父 母 一 眨 眼 都 不 在 了 sil +008464 sil 梨 子 sp1 对 肠 炎 sp1 甲 状 腺 肿 大 sp1 便 秘 sp1 厌 食 sp1 消 化 不 良 等 疾 病 sp1 有 一 定 疗 效 sil +008465 sil 即 便 是 违 法 建 筑 sp1 你 也 得 告 诉 我 sp1 哪 个 地 方 违 法 sp1 咋 违 法 了 sil +008466 sil 各 部 门 的 一 些 框 框 规 定 越 来 越 多 sp1 年 检 审 批 sp1 越 来 越 严 格 sil +008467 sil 倒 是 小 兵 张 嘎 和 王 小 二 的 事 迹 在 课 本 里 占 有 一 席 之 地 sil +008468 sil 该 男 子 受 到 强 烈 挤 压 sp1 浑 身 都 是 血 sp1 嘴 里 还 在 嘟 囔 着 sil +008469 sil 这 是 拱 北 海 关 近 年 来 查 获 的 最 大 一 起 走 私 文 物 出 境 案 sil +008470 sil 受 助 群 众 sp1 无 不 交 口 称 赞 sp1 当 年 的 老 八 路 作 风 又 回 来 了 sil +008471 sil 同 时 花 钱 打 点 警 方 人 员 sp1 是 因 为 事 关 自 己 的 弟 弟 王 东 明 sil +008472 sil 工 人 们 先 搬 开 窟 窿 周 围 的 街 砖 sp1 再 用 电 钻 sp1 凿 开 水 泥 板 sil +008473 sil 原 本 只 是 想 吓 唬 吓 唬 sp1 可 是 在 捆 绑 小 浩 时 遭 遇 了 反 抗 sil +008474 sil 至 于 丧 礼 举 行 的 细 节 sp1 他 指 要 问 许 冠 武 sp1 因 是 他 全 力 打 点 sil +008475 sil 部 分 民 众 着 搞 怪 服 装 sp1 站 在 狂 风 暴 雨 中 照 相 翻 筋 斗 sil +008476 sil 目 前 sp1 犯 罪 嫌 疑 人 sp1 马 某 某 sp1 周 某 sp1 喇 某 sp1 被 依 法 刑 事 拘 留 sil +008477 sil 丁 子 高 sp1 还 自 爆 表 姐 送 了 两 支 不 同 牌 子 的 验 孕 棒 给 他 sil +008478 sil 如 今 sp1 马 悦 凌 称 sp1 生 吃 活 泥 鳅 sp1 是 治 疗 渐 冻 人 症 的 法 宝 sil +008479 sil 张 默 数 次 闯 祸 sp1 都 是 让 父 亲 张 国 立 sp1 焦 头 烂 额 sil +008480 sil 妹 子 突 然 来 了 句 sp1 你 不 会 sp1 找 个 用 到 手 的 电 影 啊 sil +008481 sil 同 车 的 许 亘 富 sp1 在 事 故 中 右 腿 骨 折 胸 口 受 伤 sil +008482 sil 项 羽 凭 借 着 盖 世 无 双 的 武 艺 sp1 还 企 图 重 整 旗 鼓 卷 土 重 来 sil +008483 sil 这 是 陈 水 扁 赤 裸 裸 鼓 吹 台 独 sp1 在 台 独 分 裂 道 路 上 又 迈 出 的 危 险 一 步 sil +008484 sil 在 姜 某 陈 某 二 人 的 教 唆 怂 恿 下 sp1 老 乡 之 间 互 相 拉 拢 介 绍 sil +008485 sil 想 到 一 次 次 被 小 衫 拒 绝 的 事 sp1 吴 天 很 是 恼 火 sil +008486 sil 单 身 女 性 醉 酒 后 sp1 应 有 熟 悉 的 男 性 sp1 陪 送 回 家 sil +008487 sil 和 老 婆 领 证 七 年 了 sp1 办 准 生 证 时 sp1 居 然 说 sp1 网 上 查 不 到 我 们 的 结 婚 证 sil +008488 sil 竞 选 时 许 诺 的 政 策 sp1 可 能 实 现 几 许 sil +008489 sil 小 瑶 在 海 滨 母 亲 的 陪 同 下 再 次 堕 胎 sil +008490 sil 曾 有 推 销 员 这 么 说 sp1 我 每 接 触 十 个 人 sp1 才 有 一 个 人 愿 意 购 买 我 的 货 物 sil +008491 sil 土 壤 里 的 化 学 物 质 进 入 食 物 链 后 sp1 最 终 仍 是 被 人 类 自 己 吃 掉 sil +008492 sil 早 上 在 楼 下 汤 粉 店 吃 早 餐 sp1 碰 见 我 们 领 导 sp1 并 热 情 的 打 招 呼 sil +008493 sil 事 实 上 sp1 高 离 婚 率 sp1 已 经 给 克 罗 地 亚 的 社 会 sp1 带 来 了 很 大 的 影 响 sil +008494 sil 苏 联 解 体 后 sp1 苏 联 的 坦 克 研 发 力 量 sp1 也 随 之 分 属 俄 乌 两 个 国 家 sil +008495 sil 整 条 公 路 sp1 多 处 损 毁 严 重 sp1 险 象 环 生 sil +008496 sil 他 的 勋 章 有 三 抽 屉 sp1 但 是 sp1 没 什 么 钱 sil +008497 sil 等 我 遇 到 心 上 人 的 时 候 sp1 就 要 结 婚 喽 sil +008498 sil 拉 扯 期 间 sp1 两 位 民 警 手 指 受 伤 流 血 sil +008499 sil 两 人 起 初 吵 吵 闹 闹 sp1 后 来 坠 入 爱 河 sil +008500 sil 业 内 人 士 表 示 sp1 现 在 我 省 消 费 者 sp1 以 首 次 购 车 为 主 sil +008501 sil 茅 台 集 团 昨 天 发 表 声 明 sp1 再 次 撇 清 了 sp1 自 己 与 奢 侈 品 的 关 系 sil +008502 sil 在 行 驶 过 程 中 频 频 点 刹 sp1 故 意 让 车 开 得 颠 簸 sp1 把 乘 客 晃 睡 sil +008503 sil 当 大 银 幕 上 突 然 出 现 一 个 女 孩 的 脸 孔 sp1 全 场 一 片 愕 然 sil +008504 sil 未 来 几 年 sp1 绿 城 最 重 要 的 就 是 多 卖 房 少 买 地 sil +008505 sil 一 九 九 五 年 sp1 成 为 保 加 利 亚 社 会 党 外 事 部 的 成 员 sil +008506 sil 据 悉 sp1 是 低 血 糖 导 致 了 凯 西 此 次 突 然 晕 倒 sil +008507 sil 你 是 不 是 找 错 人 啦 sp1 我 是 我 sp1 不 是 笨 妞 sil +008508 sil 成 本 花 得 有 点 高 哟 sp1 恐 怕 是 开 车 的 时 候 走 神 了 哟 sil +008509 sil 你 要 是 安 全 的 话 就 喵 一 声 sp1 大 家 就 放 心 了 sil +008510 sil 让 人 怀 疑 是 此 君 sp1 刻 完 后 跳 下 去 了 sil +008511 sil 图 为 sp1 昨 日 一 名 女 孩 在 品 尝 敛 巧 饭 sil +008512 sil 挺 好 的 长 头 发 干 吗 剪 得 这 么 短 sil +008513 sil 只 有 一 个 缺 点 就 是 脾 气 有 一 点 点 爆 sil +008514 sil 一 手 把 我 带 大 的 奶 奶 昨 天 去 世 了 sil +008515 sil 张 卫 健 笑 言 自 己 很 喜 欢 这 个 角 色 sil +008516 sil 伊 朗 与 西 方 国 家 的 关 系 进 一 步 恶 化 sil +008517 sil 结 果 只 是 你 大 方 地 请 达 人 耍 耍 sil +008518 sil 是 抠 还 是 大 方 sp1 那 要 分 是 什 么 事 儿 sil +008519 sil 个 人 意 识 从 姓 名 上 也 会 表 现 出 来 sil +008520 sil 我 现 在 正 在 和 你 相 互 激 发 sp1 咔 咔 sil +008521 sil 皇 上 sp1 您 今 天 怎 么 有 空 到 我 这 来 啦 sil +008522 sil 村 民 带 来 的 落 地 核 桃 果 和 枯 枝 sil +008523 sil 在 某 种 意 义 上 sp1 也 许 这 并 非 危 言 耸 听 sil +008524 sil 一 直 以 来 sp1 人 民 币 对 美 元 升 多 贬 少 sil +008525 sil 为 了 养 活 晓 燕 sp1 夫 妇 俩 背 了 不 少 债 sil +008526 sil 这 是 翼 装 飞 行 运 动 首 次 登 陆 中 国 sil +008527 sil 你 说 的 是 那 个 娱 乐 圈 的 纪 检 委 嘛 sil +008528 sil 寓 言 里 的 芦 苇 sp1 躲 过 了 折 断 的 命 运 sp1 但 这 并 不 代 表 他 比 橡 树 更 有 力 量 sil +008529 sil 喜 欢 色 彩 和 图 画 的 人 sp1 大 多 喜 欢 简 单 而 安 静 的 生 活 sp1 说 的 是 你 吗 sil +008530 sil 但 谢 景 渊 的 窍 仿 佛 保 险 柜 的 门 sp1 一 时 半 会 儿 开 不 了 sp1 急 得 他 没 话 说 sil +008531 sil 可 以 吃 碗 鸡 汤 馄 饨 sp1 再 吃 一 个 水 煮 鸡 蛋 sp1 营 养 又 健 康 sil +008532 sil 根 据 线 索 显 示 sp1 郑 某 既 有 可 能 已 经 改 名 换 姓 sp1 漂 白 身 份 sil +008533 sil 记 者 看 到 sp1 崔 炳 武 当 时 经 营 的 游 戏 室 sp1 已 经 变 成 了 服 装 店 sil +008534 sil 据 知 sp1 霆 锋 不 想 家 嘈 屋 闭 sp1 于 是 乖 乖 就 范 sil +008535 sil 乌 鸦 说 sp1 我 真 不 幸 sp1 但 实 际 上 他 是 因 为 运 气 吗 sil +008536 sil 给 人 感 觉 正 像 是 食 草 动 物 sp1 蔫 得 没 脾 气 sil +008537 sil 卡 塔 尔 学 校 里 有 很 多 卡 塔 尔 当 地 的 学 生 sil +008538 sil 最 后 sp1 买 衣 服 要 懂 得 看 尺 寸 面 料 和 材 质 sil +008539 sil 不 用 说 sp1 手 里 的 漏 洞 sp1 也 是 多 的 可 以 批 发 了 sil +008540 sil 操 纵 键 盘 的 手 用 来 搬 运 沙 袋 是 否 觉 得 亏 sil +008541 sil 巨 大 的 雷 鸣 声 sp1 一 浪 浪 地 滚 来 sp1 大 地 轻 颤 sil +008542 sil 老 人 面 目 全 非 sp1 手 里 紧 紧 攥 着 一 把 狗 毛 sil +008543 sil 自 从 使 用 软 件 后 sp1 赵 某 就 成 了 常 胜 将 军 sil +008544 sil 同 时 sp1 大 选 的 混 乱 也 进 一 步 证 明 了 sp1 海 地 政 治 体 系 sp1 已 完 全 瓦 解 sil +008545 sil 本 来 sp1 李 焜 耀 可 拿 出 许 多 理 由 为 自 己 开 脱 sil +008546 sil 吃 sp1 吃 sp1 就 知 道 吃 sp1 赚 多 少 钱 够 你 吃 的 sil +008547 sil 该 保 安 为 记 者 打 开 电 梯 sp1 护 送 记 者 下 楼 sil +008548 sil 受 此 重 击 sp1 林 辉 晃 晃 悠 悠 地 倒 在 了 地 上 sil +008549 sil 有 记 载 称 sp1 拱 手 礼 在 我 国 已 有 两 千 年 历 史 sil +008550 sil 寻 常 百 姓 的 消 暑 饮 品 sp1 就 此 成 为 奢 侈 品 sil +008551 sil 化 肥 流 通 秩 序 混 乱 sp1 乱 抬 价 格 的 问 题 仍 然 存 在 sil +008552 sil 六 是 黑 恶 势 力 对 党 政 干 部 的 拉 拢 腐 蚀 日 益 严 重 sil +008553 sil 高 地 价 项 目 的 累 累 负 债 sp1 对 企 业 的 营 收 形 成 重 压 sil +008554 sil 本 以 为 进 八 中 是 妥 妥 儿 的 sp1 其 他 学 校 根 本 没 考 虑 sil +008555 sil 视 频 截 图 当 事 医 生 李 荷 纯 的 肩 膀 被 铁 棍 戳 伤 sil +008556 sil 民 警 希 望 sp1 邓 金 超 及 时 联 系 本 报 热 线 sp1 九 六 二 幺 幺 sil +008557 sil 生 活 是 开 水 sp1 不 论 冷 热 sp1 只 要 有 适 合 的 温 度 就 好 sil +008558 sil 双 手 被 细 铁 丝 捆 扎 sp1 脸 色 铁 青 sp1 处 于 昏 迷 状 态 sil +008559 sil 并 且 每 次 把 瓶 塞 拉 出 来 的 时 候 都 要 大 叫 一 声 sil +008560 sil 我 还 有 几 十 年 呢 sp1 反 正 sp1 总 是 差 他 半 寸 就 追 到 他 了 sil +008561 sil 昨 天 的 迷 雾 河 仍 然 湍 急 sp1 不 过 车 辆 已 经 能 够 飞 快 地 通 过 sil +008562 sil 另 外 sp1 我 们 还 能 攒 点 钱 做 点 小 投 资 sp1 生 活 压 力 sp1 也 不 至 于 太 大 sil +008563 sil 上 百 名 穿 蓝 棉 袄 sp1 戴 雷 锋 帽 的 大 学 生 出 现 在 验 票 口 前 sil +008564 sil 能 有 答 案 就 不 是 人 生 吧 sil +008565 sil 张 亮 心 里 回 答 sp1 正 是 老 子 sp1 嘴 上 窘 笑 说 sp1 是 吗 sil +008566 sil 在 近 百 米 的 悬 崖 下 sp1 一 条 细 细 的 裂 缝 sp1 横 亘 在 选 手 眼 前 sil +008567 sil 八 月 的 奥 运 战 场 sp1 必 定 会 因 多 场 强 强 对 话 的 上 演 sp1 而 更 加 精 彩 激 烈 sil +008568 sil 金 庸 小 说 里 总 有 一 个 风 度 翩 翩 气 质 俊 朗 sp1 武 功 超 群 的 表 哥 sil +008569 sil 玲 玲 表 姐 sp1 为 记 者 提 供 了 一 份 她 和 玲 玲 同 学 小 伟 的 聊 天 记 录 sil +008570 sil 卢 起 源 对 恢 复 卢 宅 面 貌 sp1 甚 至 到 了 几 乎 执 拗 的 地 步 sil +008571 sil 从 此 sp1 他 开 始 独 身 一 人 闯 海 南 sil +008572 sil 以 色 列 军 队 从 入 侵 的 黎 村 庄 撤 出 sil +008573 sil 最 终 小 丽 因 不 堪 忍 受 sp1 辍 学 离 家 出 走 sil +008574 sil 最 终 结 果 是 sp1 谢 宏 强 赢 了 sp1 另 一 家 讨 债 公 司 被 撵 走 sil +008575 sil 他 周 日 在 网 上 发 信 息 sp1 呼 吁 批 评 者 让 哈 里 喘 喘 气 sil +008576 sil 次 日 上 午 sp1 又 将 该 手 机 sp1 埋 入 苏 家 楼 下 的 萝 卜 坑 内 sil +008577 sil 有 话 就 说 sp1 有 屁 就 放 sp1 婆 婆 妈 妈 的 sp1 哪 像 个 爷 们 sil +008578 sil 为 此 sp1 英 国 路 华 公 司 sp1 将 中 国 商 评 委 起 诉 至 法 院 sil +008579 sil 用 电 商 颠 覆 传 统 行 业 sp1 占 领 垂 直 的 服 装 市 场 sil +008580 sil 这 难 道 就 是 大 名 鼎 鼎 的 中 国 漆 王 黄 兴 国 吗 sil +008581 sil 麦 克 雷 文 是 得 克 萨 斯 州 人 sp1 出 身 于 军 人 家 庭 sil +008582 sil 可 是 sp1 随 着 时 间 越 来 越 晚 sp1 两 人 的 要 求 也 越 来 越 低 sil +008583 sil 杨 磊 的 弟 弟 杨 坤 在 法 庭 上 附 和 了 上 述 说 法 sil +008584 sil 自 治 区 副 主 席 靳 诺 sp1 看 望 踩 踏 事 故 受 伤 学 生 sil +008585 sil 近 一 个 月 里 sp1 我 没 碰 到 传 言 中 sp1 蛮 横 欺 霸 的 灾 民 sil +008586 sil 此 前 沙 溢 曾 表 示 sp1 结 婚 后 肯 定 会 马 上 要 宝 宝 sil +008587 sil 奥 巴 马 访 问 亚 太 地 区 的 时 候 sp1 开 始 明 白 这 一 点 sil +008588 sil 我 再 干 一 年 多 时 间 sp1 这 一 年 多 的 时 间 sp1 我 能 保 证 sil +008589 sil 小 姑 娘 说 sp1 她 觉 得 吴 斌 叔 叔 特 别 好 特 别 好 sil +008590 sil 随 后 sp1 靳 某 又 掐 住 高 某 的 脖 子 sp1 将 其 按 在 地 上 sil +008591 sil 小 男 孩 额 头 上 汗 涔 涔 的 sp1 摸 上 去 却 没 有 发 烫 sil +008592 sil 今 天 我 来 就 是 同 大 家 谈 谈 心 说 说 心 里 话 sil +008593 sil 记 者 看 到 sp1 芒 果 树 拦 腰 折 断 sp1 断 口 参 差 不 齐 sil +008594 sil 谢 汉 华 说 sp1 当 时 他 又 惊 又 喜 sp1 心 里 也 有 了 怀 疑 sil +008595 sil 她 高 兴 的 时 候 喜 欢 聊 天 sp1 有 时 不 高 兴 sp1 还 会 噘 着 嘴 sil +008596 sil 养 殖 场 的 工 作 人 员 说 sp1 猪 尾 巴 甩 起 来 sp1 就 说 明 猪 高 兴 sil +008597 sil 榆 次 居 民 则 声 称 sp1 是 上 网 或 听 信 邻 居 吆 喝 sp1 及 朋 友 电 话 sil +008598 sil 钱 这 种 东 西 对 机 器 人 来 说 sp1 永 远 没 有 知 识 和 努 力 重 要 sil +008599 sil 艾 薇 儿 遭 遇 中 国 长 城 sp1 艾 薇 儿 的 中 国 之 旅 可 谓 收 获 多 多 sil +008600 sil 饿 了 忍 着 点 嘛 sp1 不 然 真 的 会 胖 很 多 sil +008601 sil 图 片 产 品 介 绍 sp1 把 整 个 展 览 大 厅 装 点 成 一 个 缤 纷 的 世 界 sil +008602 sil 沙 滩 藤 球 融 合 了 sp1 排 球 足 球 羽 毛 球 等 运 动 的 特 点 sil +008603 sil 青 少 年 便 于 哄 骗 教 唆 sp1 也 是 不 法 之 徒 首 选 的 原 因 之 一 sil +008604 sil 在 看 守 所 sp1 他 被 取 了 化 名 sp1 叫 吴 良 sp1 零 九 幺 专 案 组 的 sil +008605 sil 十 二 月 二 十 九 日 sp1 陈 长 海 被 二 十 七 区 检 察 院 sp1 批 准 逮 捕 sil +008606 sil 陈 宇 晖 的 父 母 当 天 在 纽 约 曼 哈 顿 sp1 出 席 新 闻 发 布 会 sil +008607 sil 国 家 统 计 局 二 零 一 零 年 的 数 据 为 sp1 零 点 四 八 一 sil +008608 sil 张 志 国 的 父 亲 sp1 也 不 停 抹 眼 角 sp1 实 在 忍 不 住 时 只 好 一 声 长 叹 sil +008609 sil 不 然 sp1 今 天 是 紫 砂 锅 豆 浆 机 遭 殃 sp1 明 天 没 准 儿 又 轮 到 谁 了 sil +008610 sil 从 目 前 情 况 看 sp1 宁 波 市 第 二 医 院 的 应 对 措 施 是 及 时 妥 当 的 sil +008611 sil 钱 荣 摆 开 抄 的 架 势 道 sp1 一 个 私 立 中 学 sp1 哈 sp1 这 样 子 的 试 卷 也 要 我 来 做 sil +008612 sil 根 据 古 代 墓 志 等 资 料 总 结 sp1 古 代 女 子 在 十 五 到 十 九 岁 结 婚 为 多 哦 sil +008613 sil 对 大 赛 推 出 的 系 列 尺 寸 标 准 sp1 周 岑 岑 认 为 sp1 有 些 难 以 接 受 sil +008614 sil 强 弱 sp1 不 以 真 正 的 实 力 来 界 定 sp1 而 是 以 拥 有 的 资 源 多 少 来 界 定 sil +008615 sil 记 者 准 备 再 次 漂 洗 sp1 旁 边 的 洗 碗 工 催 促 着 sp1 可 以 啦 sp1 可 以 啦 sil +008616 sil 司 仪 虽 有 发 现 诸 葛 梓 岐 不 妥 sp1 但 活 动 sp1 并 未 因 此 中 断 或 改 动 sil +008617 sil 购 房 合 同 摆 在 桌 上 sp1 买 家 胡 兵 迟 疑 片 刻 sp1 咬 了 咬 嘴 唇 sp1 签 名 成 交 sil +008618 sil 三 是 要 加 快 生 态 涵 养 发 展 区 建 设 sil +008619 sil 英 吉 利 卷 起 窃 听 风 暴 sp1 动 摇 了 默 多 克 父 子 在 英 国 的 商 业 根 基 sil +008620 sil 当 时 发 现 的 化 石 sp1 更 准 确 地 说 是 胚 胎 化 石 sil +008621 sil 老 爸 说 sp1 是 啊 sp1 不 能 偏 心 你 哥 在 干 吗 sil +008622 sil 呵 呵 sp1 看 来 你 挺 了 解 的 sp1 那 你 给 我 详 细 说 说 呗 sil +008623 sil 在 内 城 之 内 的 南 半 部 sp1 核 心 处 耸 立 着 秦 始 皇 陵 的 高 大 封 土 sil +008624 sil 她 不 会 写 字 sp1 于 是 就 摁 了 手 印 sil +008625 sil 说 这 个 的 你 sp1 会 对 我 负 责 么 sil +008626 sil 有 着 金 属 栏 杆 的 大 门 虚 掩 着 sil +008627 sil 带 着 你 的 爱 sp1 我 会 睡 的 很 香 甜 sil +008628 sil 你 吃 过 跳 水 皇 后 做 的 饭 吗 sil +008629 sil 丑 小 鸭 虽 然 在 乡 下 sp1 却 有 着 远 大 的 志 向 sp1 一 直 在 默 默 努 力 sil +008630 sil 黄 岩 九 峰 公 园 的 米 筛 井 sp1 更 是 人 满 为 患 sp1 上 千 人 排 队 打 水 sil +008631 sil 对 它 期 望 过 高 sp1 播 下 龙 种 收 获 跳 蚤 sp1 将 很 可 能 成 为 现 实 sil +008632 sil 脸 部 伤 势 最 为 严 重 sp1 有 好 几 处 已 被 缝 合 的 伤 口 惨 不 忍 睹 sil +008633 sil 另 外 他 那 炯 炯 有 神 的 眼 光 和 威 胁 他 人 的 表 情 也 非 常 带 劲 sil +008634 sil 对 此 sp1 日 本 乒 协 表 达 了 歉 意 sil +008635 sil 路 过 此 地 的 狐 狸 看 见 后 sp1 口 水 直 流 sp1 很 想 把 肉 弄 到 手 sil +008636 sil 对 此 sp1 反 对 党 工 党 部 分 议 员 痛 批 sp1 这 根 本 是 个 奴 隶 计 划 sil +008637 sil 枪 案 发 生 后 sp1 警 方 封 锁 了 曼 哈 顿 多 条 街 道 sil +008638 sil 你 若 心 苦 sp1 我 是 甘 甜 sp1 你 若 心 伤 sp1 我 是 欢 颜 sil +008639 sil 嗨 艳 丽 sp1 你 怎 么 不 把 若 男 带 来 呢 sil +008640 sil 国 民 横 菜 sp1 西 红 柿 炒 鸡 蛋 sil +008641 sil 根 据 电 磁 学 的 基 本 原 理 sp1 闭 合 的 电 路 在 磁 场 中 运 动 sp1 可 以 产 生 电 能 sil +008642 sil 刚 看 见 个 答 题 卡 sp1 我 也 说 个 sil +008643 sil 老 板 给 了 他 粑 粑 一 小 撮 子 弹 sp1 上 膛 sp1 瞄 准 儿 子 的 腿 sp1 嘭 sil +008644 sil 我 和 你 爹 商 量 给 你 请 一 个 家 教 sp1 好 好 给 你 补 课 sil +008645 sil 之 后 sp1 因 为 一 捆 铁 丝 sp1 他 被 抓 sp1 妻 子 走 了 sp1 家 散 了 sil +008646 sil 来 来 来 sp1 我 是 一 个 菠 萝 sp1 萝 萝 萝 萝 萝 萝 sil +008647 sil 你 两 岁 了 sp1 妈 妈 却 只 为 你 过 了 一 次 生 日 sil +008648 sil 他 捋 了 捋 胡 须 说 sp1 因 为 凌 晨 一 点 至 三 点 是 丑 时 啊 sil +008649 sil 二 零 一 二 年 sp1 双 边 贸 易 额 sp1 为 四 点 四 九 五 八 亿 美 元 sil +008650 sil 思 想 的 飞 跃 sp1 给 新 会 sp1 带 来 勃 勃 生 机 sil +008651 sil 目 前 换 股 是 一 种 可 行 的 操 作 策 略 sil +008652 sil 许 先 生 憋 着 一 口 气 sp1 一 路 开 车 紧 追 sil +008653 sil 我 怕 他 们 互 相 吵 醒 对 方 sil +008654 sil 我 明 白 了 sp1 原 来 你 的 胸 就 是 那 时 候 蹭 没 的 sp1 多 么 痛 的 领 悟 sil +008655 sil 蚁 丘 附 近 sp1 密 密 麻 麻 地 聚 集 了 大 小 红 火 蚁 sp1 以 及 一 串 串 的 蚁 卵 sil +008656 sil 其 一 身 邋 遢 的 衣 服 sp1 靠 捡 瓶 子 买 年 票 sp1 观 看 北 京 国 安 的 比 赛 sil +008657 sil 死 活 不 走 sp1 得 让 你 挪 开 些 sil +008658 sil 当 时 离 学 校 不 过 几 十 米 远 sil +008659 sil 又 一 趟 车 安 全 地 开 到 目 的 地 sil +008660 sil 宜 家 餐 厅 sp1 一 名 阿 姨 在 喝 咖 啡 sil +008661 sil 那 头 一 句 不 信 算 了 sp1 便 挂 了 sil +008662 sil 目 前 sp1 正 是 它 们 从 海 口 溯 长 江 而 上 sp1 产 卵 繁 殖 的 高 峰 期 sil +008663 sil 一 只 猫 sp1 跑 到 这 棵 树 的 树 干 上 sp1 找 到 一 个 树 洞 sp1 在 那 里 生 下 小 猫 sil +008664 sil 进 行 升 级 sp1 给 您 带 来 不 便 请 谅 解 sp1 详 询 sp1 九 五 五 六 六 sil +008665 sil 这 是 家 夫 妻 店 sp1 店 主 也 希 望 多 个 帮 手 sp1 就 收 留 了 他 sil +008666 sil 除 了 青 椒 sp1 一 些 叶 菜 sp1 如 上 海 青 黄 瓜 等 sp1 价 格 也 较 高 sil +008667 sil 城 市 人 生 活 节 奏 改 变 了 sp1 会 自 己 安 排 时 间 sil +008668 sil 案 中 sp1 一 名 男 子 揿 钱 后 忘 记 提 取 sp1 折 返 后 发 现 金 钱 已 不 翼 而 飞 sil +008669 sil 历 史 将 永 远 记 住 同 志 们 的 杰 出 创 造 和 奉 献 sp1 党 和 人 民 感 谢 你 们 sil +008670 sil 耶 路 撒 冷 是 犹 太 教 基 督 教 和 伊 斯 兰 教 共 同 的 圣 地 sil +008671 sil 图 为 一 只 喜 鹊 在 雪 天 觅 食 sil +008672 sil 沙 河 市 褡 裢 村 项 目 现 场 sil +008673 sil 现 在 是 连 我 本 人 也 抹 掉 了 sil +008674 sil 庆 幸 sp1 没 像 我 爸 我 爸 大 方 脸 sil +008675 sil 广 西 本 地 sp1 已 有 三 四 家 企 业 sp1 具 备 批 量 生 产 莽 草 酸 的 能 力 sil +008676 sil 五 月 七 日 sp1 张 五 一 坐 在 潜 艇 驾 驶 舱 进 行 测 试 sil +008677 sil 也 许 sp1 我 们 都 该 早 点 回 到 家 乡 sp1 那 里 有 我 们 的 根 sil +008678 sil 凭 什 么 若 干 年 后 分 手 的 双 方 sp1 一 定 会 在 霓 虹 闪 烁 的 街 头 重 逢 sil +008679 sil 举 世 关 注 的 八 国 集 团 首 脑 会 议 sp1 九 日 在 日 本 洞 爷 湖 闭 幕 sil +008680 sil 在 一 侧 铁 轨 下 道 砟 上 sp1 仍 能 看 见 血 迹 sil +008681 sil 网 上 郭 美 美 炫 富 照 sil +008682 sil 村 民 买 的 最 多 的 是 蜡 烛 sp1 一 次 买 好 几 捆 sil +008683 sil 而 是 张 朝 阳 的 耻 辱 sil +008684 sil 你 最 近 缺 钱 啦 sil +008685 sil 医 生 一 看 惊 呆 了 sil +008686 sil 他 很 缠 我 和 老 公 sil +008687 sil 那 天 还 好 奇 的 问 爸 妈 了 sp1 可 还 是 不 懂 sil +008688 sil 恩 sp1 加 油 吧 一 起 sil +008689 sil 要 知 道 先 苦 后 甜 啊 sil +008690 sil 他 怎 么 不 陪 我 玩 了 sil +008691 sil 这 个 外 面 sp1 呆 不 得 了 sil +008692 sil 车 内 安 全 气 囊 打 开 sil +008693 sil 他 们 还 在 郁 闷 呢 sil +008694 sil 我 们 可 没 有 戴 面 具 哟 sil +008695 sil 谁 就 一 小 明 星 谁 sil +008696 sil 问 这 问 题 的 人 最 sil +008697 sil 蓝 某 得 知 后 傻 眼 了 sil +008698 sil 这 什 么 歌 呀 sil +008699 sil 多 谢 捧 场 sp1 呵 呵 sil +008700 sil 别 动 sp1 我 还 没 看 完 呢 sil +008701 sil 我 每 天 都 要 晨 跑 呢 sil +008702 sil 我 不 能 洗 澡 哦 sil +008703 sil 你 快 乐 所 以 我 快 乐 sil +008704 sil 谁 要 不 认 识 你 sil +008705 sil 因 为 戳 到 痛 处 了 sil +008706 sil 你 这 是 不 爱 我 了 sil +008707 sil 瞧 小 孙 干 的 好 事 sil +008708 sil 我 觉 得 红 树 林 不 错 sil +008709 sil 把 胡 萝 卜 交 出 来 sil +008710 sil 谁 会 来 接 我 的 女 儿 sil +008711 sil 志 愿 者 亦 受 益 匪 浅 sil +008712 sil 欢 迎 来 跟 我 们 说 说 sil +008713 sil 孟 淑 云 当 场 晕 倒 sil +008714 sil 日 前 陈 猛 已 被 移 送 司 法 机 关 sp1 依 法 查 处 sil +008715 sil 搓 着 搓 着 sp1 我 的 手 背 上 就 搓 出 泥 来 了 sil +008716 sil 知 道 错 了 就 好 sil +008717 sil 男 友 一 两 个 月 不 主 动 联 系 我 sp1 是 几 个 意 思 sil +008718 sil 好 的 sp1 电 话 接 通 中 sil +008719 sil 为 什 么 要 这 样 黑 自 己 sil +008720 sil 这 个 要 求 没 有 被 允 许 sil +008721 sil 我 很 注 意 颜 面 哒 sil +008722 sil 吴 秀 波 到 底 是 谁 sil +008723 sil 会 不 会 有 风 险 啊 sil +008724 sil 敷 面 膜 喽 sil +008725 sil 叫 你 姐 我 干 吗 sil +008726 sil 耿 晓 华 向 龚 宇 汇 报 sil +008727 sil 国 企 利 润 也 在 下 降 sil +008728 sil 无 聊 的 时 候 想 想 我 sil +008729 sil 我 吃 惊 地 暗 自 思 忖 sil +008730 sil 低 下 而 平 庸 的 产 品 肯 定 不 能 成 为 名 牌 sil +008731 sil 既 然 sp1 异 地 超 生 有 被 重 复 征 收 的 风 险 sp1 那 么 赴 境 外 生 子 呢 sil +008732 sil 这 一 假 设 并 不 夸 张 sil +008733 sil 警 犬 进 东 莞 社 区 sil +008734 sil 张 洪 松 大 喊 起 来 sil +008735 sil 我 就 是 这 样 享 受 闷 sil +008736 sil 因 为 河 水 温 度 低 sp1 男 子 不 停 地 哆 嗦 着 sil +008737 sil 这 个 讲 法 sp1 我 认 为 是 不 符 合 实 际 情 况 sil +008738 sil 明 天 sp1 北 京 暑 气 蒸 人 sp1 晴 sil +008739 sil 擦 嘴 巴 sp1 拿 来 擦 嘴 巴 的 sil +008740 sil 裴 瑞 兹 称 sp1 此 刻 sp1 台 湾 地 区 民 众 情 绪 高 昂 sp1 情 势 高 度 紧 张 sil +008741 sil 是 恶 意 骂 女 孩 子 的 啦 sp1 你 可 不 要 学 坏 哦 sil +008742 sil 临 走 时 sp1 袁 宝 洪 拽 下 了 梁 莉 莉 的 项 链 sil +008743 sil 她 凑 近 观 察 后 sp1 竟 发 现 sp1 努 比 还 活 着 sil +008744 sil 他 们 被 锁 链 拴 在 床 上 sp1 接 受 极 端 主 义 观 点 的 教 育 sil +008745 sil 徐 晓 霞 sp1 马 上 叫 人 找 车 sp1 把 老 人 送 到 了 乡 镇 卫 生 院 sil +008746 sil 本 人 代 写 小 学 生 中 学 生 暑 假 作 业 sp1 价 格 面 议 包 邮 喔 sil +008747 sil 为 养 儿 防 老 sp1 王 女 士 起 诉 前 夫 sp1 欲 讨 回 女 儿 的 抚 养 权 sil +008748 sil 天 骤 然 凉 下 sp1 迟 了 两 个 月 的 秋 雨 终 于 普 降 大 地 sil +008749 sil 王 某 冷 不 防 sp1 被 打 得 一 个 趔 趄 sp1 不 得 不 扶 住 楼 梯 sil +008750 sil 可 这 位 老 太 太 sp1 不 但 没 表 示 感 谢 sp1 反 而 还 不 停 地 哄 孙 子 sil +008751 sil 阅 览 室 里 人 头 攒 动 sp1 但 鸦 雀 无 声 sil +008752 sil 当 时 sp1 妈 妈 把 我 紧 紧 搂 在 怀 里 sil +008753 sil 经 过 仔 细 考 察 sp1 我 决 定 种 南 瓜 sil +008754 sil 然 后 引 来 周 围 的 人 在 车 上 聚 餐 sil +008755 sil 而 恰 巧 的 是 sp1 周 鸿 祎 也 是 湖 北 人 sil +008756 sil 当 晚 sp1 他 和 妻 子 入 住 番 茄 酒 店 sil +008757 sil 最 精 彩 的 环 节 当 属 场 内 互 动 sil +008758 sil 妈 妈 擦 拭 地 板 sp1 感 动 了 很 多 人 sil +008759 sil 看 到 短 信 后 sp1 高 某 动 了 歪 脑 筋 sil +008760 sil 经 医 院 检 查 sp1 小 玲 为 软 组 织 挫 伤 sil +008761 sil 纪 念 宫 前 广 场 sp1 聚 集 大 批 民 众 sil +008762 sil 我 们 和 开 发 商 签 一 份 委 托 协 议 sp1 跑 手 续 sp1 盖 房 子 sp1 都 由 他 们 去 做 sil +008763 sil 黑 作 坊 内 正 在 分 装 假 冒 水 泥 sil +008764 sil 就 在 这 时 sp1 她 被 朋 友 泼 了 冷 水 sil +008765 sil 后 面 的 私 家 车 随 即 喇 叭 大 响 sil +008766 sil 化 妆 盒 材 质 为 黄 金 珐 琅 钻 石 sil +008767 sil 小 顾 与 方 硕 士 sp1 是 高 中 同 学 sp1 高 中 毕 业 后 未 曾 联 系 sil +008768 sil 农 业 科 技 sp1 在 广 大 西 部 农 村 的 普 及 化 程 度 很 高 sil +008769 sil 徐 强 上 前 拉 开 两 人 sp1 紧 接 着 sp1 他 和 王 华 扯 打 起 来 sil +008770 sil 玛 莎 拉 蒂 仅 车 头 有 小 处 凹 陷 sil +008771 sil 德 特 勒 夫 对 指 控 供 认 不 讳 sil +008772 sil 而 这 些 环 节 对 于 成 本 更 为 敏 感 sil +008773 sil 接 下 来 的 时 间 里 sp1 王 攀 像 花 木 兰 回 到 老 家 sp1 梳 妆 打 扮 不 停 sil +008774 sil 一 些 武 装 分 子 sp1 则 骑 着 摩 托 车 伴 随 左 右 sp1 并 不 时 高 喊 反 以 口 号 sil +008775 sil 文 章 指 出 sp1 陈 水 扁 sp1 不 会 像 有 理 念 的 政 治 犯 sp1 宁 愿 饿 死 也 不 屈 服 sil +008776 sil 然 而 sp1 卫 计 委 系 统 及 其 拥 趸 sp1 却 在 全 国 两 会 后 sp1 突 然 发 动 了 逆 袭 sil +008777 sil 他 拿 着 照 片 仔 细 端 详 sp1 猜 测 了 多 次 sp1 才 认 出 照 片 中 的 魏 秋 月 sil +008778 sil 护 士 怕 人 笑 话 sp1 便 把 自 己 的 尿 样 拿 去 化 验 sil +008779 sil 而 三 一 重 工 的 泵 车 sp1 则 是 在 本 月 二 十 二 日 起 运 sil +008780 sil 占 完 座 sp1 一 天 都 提 不 起 精 神 sp1 学 习 也 没 效 率 sil +008781 sil 凤 凰 洞 sp1 很 可 能 是 商 族 人 用 来 祭 祀 的 场 所 sil +008782 sil 绑 匪 们 见 状 sp1 马 上 关 掉 洞 里 的 照 明 设 备 sil +008783 sil 打 完 工 后 sp1 还 是 回 村 里 来 sp1 盖 新 房 搞 产 业 sil +008784 sil 一 名 志 愿 者 sp1 在 给 运 输 小 狗 的 卡 车 洒 水 降 温 sil +008785 sil 据 主 办 方 统 计 sp1 目 前 报 名 员 工 已 接 近 百 人 sil +008786 sil 这 是 记 者 今 天 从 国 务 院 医 改 办 公 室 获 悉 的 sil +008787 sil 小 青 sp1 已 经 成 为 李 沁 的 一 个 真 正 的 闺 中 知 己 sil +008788 sil 见 状 sp1 李 某 马 上 从 卧 室 冲 出 sp1 想 出 门 逃 生 sil +008789 sil 说 好 和 我 白 头 偕 老 的 sp1 你 染 发 是 几 个 意 思 sil +008790 sil 此 外 纪 委 确 认 sp1 蔡 彬 的 儿 子 sp1 已 加 入 澳 洲 国 籍 sil +008791 sil 大 片 的 翠 绿 中 sp1 点 缀 着 紫 红 sp1 有 一 种 妖 异 的 美 sil +008792 sil 他 们 就 是 流 亡 美 国 的 世 界 各 国 的 前 皇 族 sil +008793 sil 交 叉 作 业 sp1 又 使 狭 小 的 空 间 显 得 更 为 逼 仄 sil +008794 sil 机 器 人 要 是 累 了 会 关 机 重 启 sil +008795 sil 她 要 是 我 的 朋 友 sp1 我 就 劝 她 认 了 sil +008796 sil 别 拦 我 sp1 我 在 下 面 打 得 顺 手 些 sil +008797 sil 我 求 婚 的 时 候 sp1 你 别 答 应 就 行 sil +008798 sil 大 爷 特 别 喜 欢 在 深 圳 的 生 活 sil +008799 sil 他 想 了 想 后 sp1 轻 轻 地 摁 了 一 声 sil +008800 sil 因 为 地 下 凿 洞 震 动 sp1 水 漏 没 了 sil +008801 sil 周 尕 建 感 觉 事 态 严 重 sp1 遂 立 即 向 苦 水 镇 派 出 所 求 助 sil +008802 sil 林 州 市 第 五 人 民 医 院 sp1 是 受 此 次 停 止 供 暖 影 响 的 一 家 医 院 sil +008803 sil 与 段 奕 宏 的 对 话 越 深 入 sp1 越 能 感 受 到 他 的 正 义 凛 然 的 气 场 sil +008804 sil 在 此 过 程 中 sp1 李 与 业 务 员 发 生 口 角 sp1 随 后 相 互 拉 扯 推 搡 sil +008805 sil 虽 然 特 别 想 咬 那 块 肉 sp1 但 还 是 先 忍 住 sp1 把 周 围 的 皮 吃 完 sil +008806 sil 记 者 跑 来 第 一 个 问 他 sp1 你 们 对 暑 假 的 训 练 有 什 么 看 法 sil +008807 sil 该 中 心 没 有 透 露 sp1 胚 胎 干 细 胞 具 体 来 自 哪 些 三 甲 医 院 sil +008808 sil 而 这 款 重 磅 产 品 面 世 后 sp1 立 刻 得 到 了 大 众 的 追 捧 sil +008809 sil 他 说 sp1 我 觉 得 您 怎 么 看 怎 么 像 我 三 大 爷 sp1 考 官 昏 死 sil +008810 sil 国 内 照 明 行 业 的 领 头 羊 雷 士 照 明 决 定 率 先 出 击 sp1 进 行 自 主 研 发 sil +008811 sil 香 港 大 公 报 sp1 批 评 这 是 篇 失 操 守 的 报 道 sil +008812 sil 还 输 这 么 多 sp1 于 是 sp1 一 个 国 家 就 被 俺 记 住 了 sil +008813 sil 平 日 里 sp1 他 常 常 觉 得 sp1 自 己 活 得 挺 窝 囊 的 sil +008814 sil 另 据 证 实 sp1 德 弘 贸 易 实 为 佳 兆 业 旗 下 公 司 sil +008815 sil 进 一 步 整 合 经 办 管 理 资 源 sp1 提 高 运 行 效 率 sil +008816 sil 周 页 面 访 问 量 为 五 点 九 零 三 亿 sp1 环 比 下 滑 sp1 百 分 之 二 点 四 sil +008817 sil 中 国 驻 坦 桑 尼 亚 大 使 馆 sp1 正 在 协 助 坦 警 方 sp1 调 查 此 案 sil +008818 sil 今 天 中 午 吃 饭 sp1 旁 边 有 两 小 孩 在 斗 嘴 sp1 男 孩 问 sp1 你 不 喜 欢 我 了 吗 sil +008819 sil 陈 致 中 说 sp1 邱 毅 一 路 闪 躲 sp1 不 负 责 的 表 现 sp1 只 能 躲 在 摄 影 棚 内 说 sil +008820 sil 前 门 地 区 还 是 老 北 京 市 井 风 貌 sp1 史 迹 文 物 sp1 保 存 最 完 整 的 地 区 之 一 sil +008821 sil 无 聊 来 和 我 聊 聊 天 吧 sil +008822 sil 双 方 商 定 sp1 继 续 就 此 问 题 保 持 磋 商 sil +008823 sil 而 且 sp1 自 己 做 的 东 西 sp1 既 健 康 又 实 在 sil +008824 sil 一 头 的 长 发 铺 下 来 快 盖 住 了 背 包 sil +008825 sil 网 上 关 于 秘 密 拘 捕 的 说 法 耸 人 听 闻 sil +008826 sil 拜 托 sp1 没 有 指 甲 sp1 你 会 不 会 用 脑 子 sil +008827 sil 这 显 然 也 不 是 哈 马 斯 所 愿 意 面 对 的 sil +008828 sil 应 采 儿 听 了 记 者 的 转 述 后 sp1 颇 为 惊 愕 sil +008829 sil 这 不 符 合 政 策 规 定 sp1 应 予 查 处 纠 正 sil +008830 sil 面 对 湘 鄂 情 的 颓 势 sp1 机 构 渐 生 退 意 sil +008831 sil 随 后 两 人 举 起 木 槌 将 婚 戒 砸 碎 sil +008832 sil 数 次 询 问 医 生 鲁 某 却 回 复 没 有 大 碍 sil +008833 sil 我 是 糗 百 妹 子 啊 sp1 不 能 给 组 织 丢 脸 sil +008834 sil 复 查 之 后 才 发 现 sp1 痔 疮 只 割 了 一 半 sil +008835 sil 上 周 五 为 六 点 三 八 四 零 sil +008836 sil 最 后 初 露 报 上 的 编 排 是 这 样 的 sp1 三 篇 散 文 sp1 一 部 小 说 一 首 诗 sil +008837 sil 强 度 低 sp1 用 手 抠 可 脱 落 sil +008838 sil 事 发 枣 营 南 里 六 号 楼 七 零 六 室 的 一 个 小 卧 室 sil +008839 sil 原 来 窗 口 和 票 贩 子 sp1 狼 狈 为 奸 sp1 多 得 的 钱 平 分 sil +008840 sil 其 后 sp1 病 人 在 复 诊 时 被 发 现 血 钾 水 平 偏 低 sil +008841 sil 我 刚 刚 过 完 十 八 岁 生 日 sil +008842 sil 这 能 不 被 世 人 笑 话 吗 sil +008843 sil 恳 请 大 家 评 价 此 事 件 sil +008844 sil 建 议 再 斟 酌 sp1 妥 当 修 改 sil +008845 sil 真 是 好 心 赚 了 驴 肝 肺 sil +008846 sil 平 时 威 风 凛 凛 的 咪 咪 sp1 被 扯 下 了 许 多 毛 sp1 身 上 也 被 抓 伤 了 sil +008847 sil 相 信 大 家 一 定 受 益 匪 浅 sil +008848 sil 请 知 情 者 与 快 报 热 线 sp1 八 五 幺 sp1 零 零 零 零 零 联 系 sil +008849 sil 我 们 援 助 的 结 果 是 什 么 sil +008850 sil 但 凤 凰 县 却 是 尴 尬 的 sil +008851 sil 是 不 是 交 不 上 房 租 sp1 我 们 就 要 无 家 可 归 了 主 人 sil +008852 sil 我 才 不 要 被 别 人 操 纵 呢 sil +008853 sil 电 影 垮 了 sp1 我 可 以 不 心 疼 sil +008854 sil 我 是 你 一 屎 一 尿 带 大 的 呀 sil +008855 sil 发 廊 店 主 情 急 之 下 sp1 躲 入 旁 边 花 店 sp1 也 未 受 伤 sil +008856 sil 会 说 三 国 语 言 的 佳 丽 sp1 在 决 赛 即 兴 问 答 环 节 sp1 表 现 尤 其 出 色 sil +008857 sil 你 拿 了 我 的 脑 袋 sp1 我 就 怕 sil +008858 sil 可 是 sp1 如 果 从 礼 仪 文 化 本 身 来 说 sp1 向 长 辈 拱 手 是 不 合 适 的 sil +008859 sil 女 友 为 他 的 男 友 做 了 件 毛 衣 sp1 很 漂 亮 sp1 谁 见 谁 夸 sil +008860 sil 与 其 让 老 的 伸 着 脖 子 挨 打 sp1 不 如 让 新 人 挺 着 胸 膛 去 拼 杀 sil +008861 sil 丹 巴 县 林 业 局 的 同 志 感 叹 sp1 这 里 真 是 太 穷 了 sil +008862 sil 一 会 儿 从 路 北 又 跑 来 一 名 男 子 sp1 一 下 蹿 进 出 租 车 sil +008863 sil 应 采 儿 肯 定 会 收 拾 他 的 sil +008864 sil 下 了 一 个 星 期 的 雨 了 sp1 每 天 待 家 里 sp1 哪 也 去 不 了 sil +008865 sil 因 此 sp1 这 种 人 类 胚 胎 干 细 胞 还 不 具 备 实 用 性 sil +008866 sil 哈 萨 克 斯 坦 总 统 已 宣 布 sp1 该 镇 进 入 紧 急 状 态 sil +008867 sil 强 化 房 屋 租 赁 登 记 备 案 sil +008868 sil 然 后 sp1 被 我 问 的 那 个 人 愣 了 sp1 好 一 会 儿 才 说 sp1 我 不 知 道 啊 sp1 我 刚 到 sil +008869 sil 网 上 的 店 家 称 sp1 他 们 销 售 的 奶 粉 是 港 版 代 购 sil +008870 sil 很 难 算 出 准 确 时 间 的 sil +008871 sil 持 股 的 魅 力 究 竟 在 哪 sil +008872 sil 但 是 sp1 也 不 会 天 天 有 活 的 sil +008873 sil 他 说 sp1 痛 sp1 我 也 懒 得 吱 声 sil +008874 sil 这 个 宝 宝 真 的 很 漂 亮 sil +008875 sil 现 场 弥 漫 着 一 股 焦 臭 味 sil +008876 sil 随 行 者 sp1 无 不 泪 水 滂 沱 sil +008877 sil 反 对 者 认 为 sp1 提 取 胚 胎 干 细 胞 sp1 相 当 于 扼 杀 生 命 sil +008878 sil 相 关 科 学 报 告 刊 登 在 最 新 一 期 自 然 通 讯 上 sil +008879 sil 我 没 有 不 开 心 sp1 就 玩 玩 一 下 sil +008880 sil 侯 佩 岑 也 跟 着 红 了 眼 眶 sil +008881 sil 胥 克 方 是 妞 妞 的 父 亲 sil +008882 sil 但 是 sp1 盛 大 网 络 的 净 利 润 sp1 在 第 二 季 度 却 暴 跌 sil +008883 sil 遵 命 sp1 我 可 以 陪 你 一 起 去 sil +008884 sil 在 外 人 看 来 sp1 他 讷 于 言 辞 sp1 不 会 讲 话 sp1 憨 态 可 掬 sil +008885 sil 随 后 进 入 洱 海 湿 地 公 园 sil +008886 sil 肇 事 车 车 头 也 损 毁 严 重 sil +008887 sil 特 朗 普 当 天 出 席 了 晚 宴 sil +008888 sil 而 将 持 卡 人 多 项 重 要 信 息 赤 裸 裸 曝 光 的 sp1 农 行 尚 属 首 家 sil +008889 sil 琉 球 从 此 被 日 本 吞 并 sil +008890 sil 一 个 月 后 sp1 抵 制 联 盟 瓦 解 sil +008891 sil 一 绑 住 规 划 sp1 捆 绑 着 卖 sil +008892 sil 昨 日 sp1 消 防 员 察 看 火 场 sil +008893 sil 刘 老 师 第 一 时 间 就 发 现 返 送 有 问 题 sp1 立 即 摘 掉 sil +008894 sil 舍 得 舍 得 sp1 有 舍 才 有 得 sp1 舍 得 舍 得 sp1 该 舍 的 要 舍 sp1 该 得 的 要 得 sil +008895 sil 市 南 三 中 旁 光 明 目 张 胆 的 电 脑 房 就 有 五 家 sp1 外 加 上 学 习 中 心 sil +008896 sil 我 得 过 肝 炎 住 了 院 sp1 便 休 了 一 个 学 期 的 学 sil +008897 sil 比 如 sp1 就 有 网 友 拿 她 sp1 一 开 口 我 就 哽 咽 了 的 口 头 禅 开 涮 sil +008898 sil 四 十 三 年 前 sp1 时 建 锋 就 在 这 处 破 瓦 房 中 呱 呱 坠 地 sil +008899 sil 即 便 不 爱 看 超 级 碗 的 人 sp1 也 会 在 这 个 时 候 来 数 星 星 sil +008900 sil 王 君 勇 于 负 责 的 精 神 sp1 深 深 感 动 了 朱 心 文 sil +008901 sil 成 蕙 琳 是 朝 鲜 当 时 最 性 感 的 电 影 明 星 sil +008902 sil 什 么 样 的 内 容 才 能 真 正 吸 引 人 们 上 网 呢 sil +008903 sil 五 秒 后 sp1 丈 夫 看 到 对 面 的 格 林 太 太 sp1 在 给 她 的 宠 物 洗 澡 sil +008904 sil 多 聊 聊 你 呗 sp1 我 再 考 虑 爆 照 sil +008905 sil 小 元 嘭 地 关 上 房 门 sp1 以 示 抗 议 sil +008906 sil 是 长 得 像 香 蕉 一 样 的 sp1 那 群 很 萌 的 动 画 人 物 sil +008907 sil 商 品 经 济 的 年 代 sp1 多 少 人 无 利 而 不 往 sil +008908 sil 青 海 新 闻 网 上 sp1 满 是 网 友 们 的 炽 热 感 言 sil +008909 sil 我 不 是 天 天 都 涂 粉 底 sil +008910 sil 由 其 领 衔 编 纂 的 sp1 中 国 简 帛 书 法 大 字 典 sp1 也 于 今 天 正 式 启 动 sil +008911 sil 小 猫 头 鹰 遭 到 突 然 伏 击 后 sp1 向 后 打 了 个 踉 跄 sp1 差 一 点 儿 摔 倒 sil +008912 sil 岑 黄 两 人 sp1 各 分 得 两 万 多 元 sil +008913 sil 老 娘 瞅 瞅 我 说 sp1 我 觉 得 也 看 不 上 sp1 这 事 儿 就 算 了 吧 sil +008914 sil 导 演 朴 根 亨 认 为 sp1 年 轻 人 的 彷 徨 和 挣 扎 sp1 往 往 是 他 们 成 长 的 过 程 sil +008915 sil 何 帆 还 躺 在 床 上 sp1 等 他 爸 派 车 来 接 sp1 见 邱 志 杰 在 发 呆 sp1 说 sp1 你 在 想 谁 sil +008916 sil 当 相 关 证 据 摆 在 吴 苗 面 前 sp1 他 先 是 一 愣 sp1 继 而 面 红 耳 赤 sil +008917 sil 某 人 的 妻 子 脾 气 非 常 怪 癖 sp1 她 与 家 里 的 所 有 人 都 难 以 相 处 sil +008918 sil 有 的 流 浪 狗 吃 完 东 西 后 sp1 还 会 舔 舔 喂 食 人 的 手 sp1 以 表 示 感 谢 sil +008919 sil 所 以 sp1 自 己 也 来 尝 尝 鲜 sil +008920 sil 即 使 我 们 祖 上 知 道 祖 宗 是 曹 操 sp1 也 不 会 公 开 对 我 们 说 sil +008921 sil 我 说 我 嫁 给 你 sp1 嫁 给 你 以 后 sp1 你 得 听 我 的 sp1 你 做 得 到 不 sil +008922 sil 人 们 一 旦 抓 住 我 sp1 用 对 付 你 的 方 法 sp1 将 会 要 我 的 命 sil +008923 sil 在 等 家 人 接 机 时 sp1 艾 薇 儿 索 性 坐 在 地 上 sp1 理 秀 发 sp1 不 拘 小 节 sil +008924 sil 在 栾 城 县 红 日 永 和 豆 浆 店 sp1 记 者 看 到 了 一 块 诚 信 监 管 牌 sil +008925 sil 王 丹 夹 紧 手 包 排 在 了 人 群 中 sp1 铁 栅 栏 把 蛇 形 队 伍 分 隔 成 四 支 sil +008926 sil 棺 材 位 置 sp1 墓 主 人 的 尸 骨 sp1 也 渐 渐 显 露 出 来 sp1 下 颚 sp1 还 保 留 着 牙 齿 sil +008927 sil 这 是 吉 米 的 第 二 次 摩 托 之 旅 sp1 此 前 sp1 他 曾 骑 摩 托 车 环 游 过 印 度 sil +008928 sil 转 头 一 看 sp1 一 老 奶 奶 冲 我 笑 嘻 嘻 的 说 sp1 小 伙 子 sp1 抓 着 你 点 sp1 车 晃 sil +008929 sil 主 要 题 材 有 释 迦 像 sp1 弥 勒 像 sp1 释 迦 多 宝 像 sp1 观 音 像 sp1 双 菩 萨 像 等 sil +008930 sil 当 然 还 是 我 们 同 仁 堂 的 东 西 值 得 信 赖 啦 sil +008931 sil 此 外 投 资 人 仍 存 顾 虑 sil +008932 sil 印 度 洋 上 sp1 正 在 出 现 sp1 中 国 将 被 捆 住 手 脚 的 格 局 sil +008933 sil 刘 女 士 甩 掉 儿 子 手 上 的 小 蛤 蟆 sp1 神 情 有 些 紧 张 sil +008934 sil 泽 尻 英 龙 华 自 白 演 艺 经 历 sp1 和 与 丈 夫 离 婚 的 种 种 sil +008935 sil 虽 然 作 品 没 有 大 卖 有 点 遗 憾 sp1 但 没 关 系 啦 sil +008936 sil 在 天 津 sp1 市 民 也 闻 得 到 空 气 中 呛 人 的 味 道 sil +008937 sil 在 记 者 人 数 并 没 减 少 下 sp1 冗 员 自 然 产 生 sil +008938 sil 他 想 搞 明 白 亲 密 关 系 的 范 围 sp1 到 底 有 多 大 sil +008939 sil 一 横 一 竖 sp1 一 点 一 撇 sp1 所 有 同 学 都 十 分 工 整 地 进 行 着 写 字 练 习 sil +008940 sil 其 间 sp1 孩 子 打 了 一 个 嗝 sp1 但 医 生 看 完 后 sp1 说 是 孩 子 睡 觉 打 呼 噜 sil +008941 sil 当 时 sp1 那 个 女 生 穿 着 牛 仔 裤 sp1 束 着 皮 带 sp1 就 乖 乖 把 它 解 开 了 sil +008942 sil 我 们 承 诺 sp1 尽 全 力 确 保 信 息 通 畅 sil +008943 sil 多 以 sp1 歌 舞 僧 侣 祈 福 等 方 式 sp1 来 庆 祝 傣 历 新 年 sil +008944 sil 桑 塔 纳 紧 咬 不 放 sp1 车 速 直 至 一 百 二 sp1 一 百 三 十 码 sil +008945 sil 孩 子 在 我 身 上 爬 着 玩 sp1 突 然 听 到 sp1 咯 sp1 咯 咯 sp1 咯 sp1 的 敲 门 声 sil +008946 sil 建 议 sp1 你 先 找 个 土 豪 做 朋 友 sil +008947 sil 子 贡 赎 买 了 一 个 奴 隶 sp1 但 他 发 扬 风 格 sp1 拒 绝 了 补 偿 sil +008948 sil 一 审 后 sp1 陈 兴 銮 提 起 上 诉 sil +008949 sil 我 是 萌 萌 哒 sp1 你 是 呆 呆 哒 sil +008950 sil 新 华 社 社 长 李 从 军 致 辞 sil +008951 sil 这 间 终 于 有 了 反 馈 sp1 他 左 铺 放 下 书 说 sp1 灵 桥 镇 中 学 sil +008952 sil 那 段 时 间 sp1 为 了 安 抚 母 亲 sp1 赵 灿 曾 回 到 老 家 深 泽 县 sil +008953 sil 德 法 非 常 恼 火 sp1 英 国 的 立 场 让 德 法 等 国 非 常 恼 火 sil +008954 sil 说 到 嗨 时 sp1 周 围 一 群 年 轻 白 领 纷 纷 露 出 石 化 表 情 sil +008955 sil 更 何 况 sp1 孩 子 的 成 长 环 境 中 sp1 软 调 暴 力 sp1 也 从 未 断 绝 sil +008956 sil 上 面 写 有 名 字 sp1 出 生 年 月 等 信 息 sp1 但 现 在 都 搞 丢 了 sil +008957 sil 多 名 民 意 代 表 拉 扯 成 一 团 sil +008958 sil 于 是 sp1 张 某 掏 出 了 身 上 带 着 的 电 线 sp1 将 黄 老 太 勒 死 sil +008959 sil 等 我 长 大 了 sp1 可 以 为 一 个 新 生 命 负 责 时 再 养 了 sil +008960 sil 但 奥 迪 车 里 的 人 态 度 比 较 蛮 横 sp1 双 方 僵 持 不 下 sil +008961 sil 昨 日 早 盘 sp1 欧 洲 股 市 sp1 延 续 本 周 二 的 升 势 止 跌 反 弹 sil +008962 sil 电 话 那 头 沉 默 了 一 会 儿 幽 幽 到 sp1 采 取 了 sp1 我 拍 了 张 照 片 sil +008963 sil 但 是 sp1 偷 工 减 料 的 广 告 牌 根 本 扛 不 住 台 风 sil +008964 sil 办 事 处 领 导 得 知 此 事 后 sp1 要 求 山 西 大 厦 严 肃 处 理 sil +008965 sil 我 和 璧 媃 是 燕 京 大 学 的 同 班 同 学 sp1 她 比 我 小 七 个 月 sil +008966 sil 虽 则 如 此 sp1 也 要 加 以 规 范 sp1 不 能 任 由 泛 滥 sp1 谬 种 流 传 sil +008967 sil 北 京 京 西 宾 馆 华 灯 璀 璨 sp1 洋 溢 着 欢 庆 祥 和 的 气 氛 sil +008968 sil 有 一 些 不 能 完 全 归 纳 为 干 扰 阻 碍 sp1 有 一 些 sp1 是 认 识 不 一 致 sil +008969 sil 指 定 的 日 期 到 了 sp1 所 有 的 鸟 都 一 齐 来 到 宙 斯 面 前 sil +008970 sil 这 位 在 战 场 上 驰 骋 沙 场 的 士 兵 sp1 却 无 法 忍 受 贫 民 生 活 sil +008971 sil 而 按 照 农 村 风 俗 sp1 往 往 是 结 婚 时 sp1 男 方 出 房 子 sp1 女 方 出 嫁 妆 sil +008972 sil 他 认 为 是 养 父 母 在 亲 戚 的 怂 恿 下 sp1 和 自 己 断 了 收 养 关 系 sil +008973 sil 结 婚 多 年 后 sp1 夫 妇 俩 想 要 一 个 孩 子 sp1 但 一 直 未 能 如 愿 怀 上 sil +008974 sil 事 实 上 sp1 伴 随 着 上 海 退 休 者 越 来 越 多 sp1 亏 空 也 会 越 来 越 大 sil +008975 sil 点 心 sp1 今 日 还 推 出 点 心 通 讯 录 sp1 点 心 盒 同 步 等 新 功 能 sil +008976 sil 看 到 熟 悉 的 护 士 姐 姐 sp1 孩 子 会 咧 咧 嘴 sp1 无 声 地 笑 起 来 sil +008977 sil 柿 子 树 上 结 的 柿 子 都 是 黄 登 登 的 sp1 拨 开 了 核 儿 都 是 黑 的 sil +008978 sil 如 何 沟 通 sp1 怎 么 沟 通 sp1 渐 渐 成 为 我 们 日 思 夜 想 的 主 题 sil +008979 sil 除 了 上 自 己 专 业 开 的 课 sp1 穆 鹏 还 喜 欢 到 别 的 专 业 蹭 课 sil +008980 sil 何 晓 顺 透 露 sp1 美 儿 的 父 母 sp1 还 捐 赠 出 sp1 她 的 角 膜 和 肾 脏 sil +008981 sil 昔 日 的 网 坛 女 皇 sp1 怎 么 被 别 人 告 上 了 法 庭 呢 sil +008982 sil 欧 洲 和 日 本 在 衰 退 边 缘 挣 扎 之 时 sp1 支 撑 起 全 球 经 济 的 增 长 sil +008983 sil 符 淙 斌 院 士 sp1 正 是 在 此 领 域 sp1 取 得 了 令 人 瞩 目 的 成 就 sil +008984 sil 他 的 办 公 桌 上 总 是 堆 满 了 学 生 作 业 试 卷 sp1 经 常 废 寝 忘 食 sil +008985 sil 我 赶 紧 登 录 到 的 淘 宝 sp1 杯 具 啊 sp1 收 货 地 址 居 然 默 认 的 是 她 sil +008986 sil 信 寄 出 后 sp1 王 霄 觉 得 世 界 茫 然 一 片 sp1 心 麻 木 得 停 止 了 跳 动 sil +008987 sil 文 章 没 有 任 何 事 实 依 据 sp1 随 意 贬 损 自 己 名 誉 sp1 侵 犯 自 己 名 誉 权 sil +008988 sil 大 批 记 者 sp1 留 守 泽 尻 妈 寓 所 楼 下 sp1 希 望 能 采 访 到 第 一 手 资 讯 sil +008989 sil 海 关 总 署 积 极 拓 展 和 优 化 加 工 贸 易 的 产 业 结 构 调 整 等 等 sil +008990 sil 钱 荣 突 然 跑 到 他 面 前 说 sp1 告 诉 你 一 个 消 息 sp1 我 要 去 追 姚 书 琴 sil +008991 sil 男 子 好 像 并 不 解 气 sp1 又 要 拎 着 垃 圾 桶 再 砸 sp1 被 人 阻 止 sil +008992 sil 我 相 信 sp1 小 孩 子 也 不 希 望 妈 妈 每 天 都 在 家 对 他 啰 嗦 吧 sil +008993 sil 但 近 段 时 间 sp1 天 气 真 的 很 清 透 爽 朗 sp1 可 以 放 心 地 晒 衣 物 sil +008994 sil 熊 猫 有 爪 子 sp1 我 总 是 告 诉 我 的 粉 丝 sp1 要 秀 出 他 们 的 爪 子 sil +008995 sil 葛 老 太 很 感 激 sp1 要 把 芹 菜 送 给 好 心 人 sp1 但 被 人 们 婉 拒 sil +008996 sil 我 家 的 母 老 虎 才 可 怕 呢 sil +008997 sil 如 果 帅 是 一 种 罪 sp1 那 今 天 主 人 你 已 经 罪 恶 滔 天 了 sil +008998 sil 我 们 从 黄 海 之 滨 sp1 向 青 藏 高 原 向 世 界 屋 脊 sp1 发 去 我 们 最 好 的 祝 愿 sil +008999 sil 广 州 女 性 sp1 痔 疮 患 病 率 居 首 sp1 其 次 顺 位 排 序 是 sp1 北 京 上 海 深 圳 sil +009000 sil 是 凉 拖 sp1 还 是 带 跟 的 sil +009001 sil 我 们 城 市 的 复 苏 sp1 有 赖 于 他 强 有 力 的 政 策 sil +009002 sil 这 样 做 的 依 据 就 是 苏 人 通 sp1 二 三 七 号 文 件 sil +009003 sil 这 将 会 很 大 程 度 的 缓 解 养 老 金 的 缺 口 sil +009004 sil 为 什 么 几 封 诬 告 信 sp1 就 有 那 么 大 的 破 坏 力 sil +009005 sil 刚 买 的 裤 子 不 到 十 分 钟 sp1 你 就 弄 破 了 sil +009006 sil 因 此 sp1 只 能 以 最 笨 的 方 式 sp1 不 断 以 卵 击 石 sil +009007 sil 两 人 错 车 之 际 sp1 毛 爹 爹 突 然 摔 倒 受 伤 sil +009008 sil 同 时 sp1 牧 民 就 业 渠 道 窄 sp1 收 入 增 长 缓 慢 sil +009009 sil 女 明 星 也 是 平 凡 人 sp1 你 以 为 在 娱 乐 圈 拍 戏 赶 通 告 很 容 易 吗 sil +009010 sil 许 多 道 理 sp1 人 们 已 经 证 明 过 千 遍 万 遍 sp1 为 什 么 还 要 带 着 侥 幸 的 心 理 再 去 试 验 一 回 呢 sil +009011 sil 昨 天 sp1 他 向 成 都 商 报 记 者 娓 娓 道 来 sil +009012 sil 林 峰 与 多 位 年 青 模 特 儿 sp1 拿 起 道 具 蛋 糕 合 照 sil +009013 sil 对 于 无 利 可 图 的 客 户 渠 道 sp1 也 把 它 们 掐 断 了 sil +009014 sil 美 军 为 何 还 迫 不 及 待 地 sp1 要 动 用 第 四 步 兵 师 sil +009015 sil 而 移 民 与 关 卡 局 sp1 已 展 开 调 查 sp1 掌 握 两 人 的 罪 证 sil +009016 sil 为 了 多 挣 几 个 法 郎 sp1 他 每 周 超 负 荷 地 工 作 sil +009017 sil 为 了 让 丈 夫 清 清 爽 爽 sp1 常 女 还 学 会 了 理 发 sil +009018 sil 只 知 道 评 论 春 光 的 人 sp1 春 光 不 会 与 他 同 行 sil +009019 sil 据 了 解 sp1 予 园 公 馆 是 民 国 名 医 刘 建 勋 的 旧 居 sil +009020 sil 后 面 的 话 她 已 经 听 不 到 了 sp1 不 减 肥 sp1 宁 可 死 sil +009021 sil 惊 魂 一 刻 过 后 sp1 他 回 想 起 是 登 山 杖 没 拧 紧 sil +009022 sil 吸 水 sp1 吸 尘 sp1 去 污 sp1 隔 音 sp1 保 护 主 机 毯 等 功 能 sil +009023 sil 被 射 杀 东 北 虎 的 老 公 sp1 寂 寞 地 趴 在 铁 笼 内 sil +009024 sil 有 时 忙 起 来 了 sp1 没 零 钱 sp1 一 连 几 天 都 不 收 我 钱 sil +009025 sil 乘 七 四 一 路 赶 火 车 的 乘 客 sp1 最 好 提 早 出 发 sil +009026 sil 有 些 加 入 了 棒 棒 军 sp1 肩 挑 竹 竿 sp1 从 事 货 物 运 送 sil +009027 sil 但 他 们 很 支 持 sp1 允 许 我 把 这 句 话 放 到 网 站 上 sil +009028 sil 以 前 所 办 的 展 览 等 sp1 不 属 于 故 宫 管 理 sil +009029 sil 但 是 家 暴 哇 sp1 她 也 有 女 的 打 男 的 的 时 候 sil +009030 sil 期 间 sp1 妞 妞 一 直 大 哭 sp1 但 丹 某 sp1 没 有 停 手 sil +009031 sil 冰 雪 尚 未 融 化 sp1 重 建 电 网 的 步 伐 已 开 启 sil +009032 sil 发 现 工 作 人 员 态 度 蛮 横 的 sp1 要 严 加 惩 处 sil +009033 sil 那 些 喜 欢 挑 点 毛 病 sp1 说 点 闲 话 的 人 sp1 也 话 不 多 sil +009034 sil 由 于 火 场 上 风 力 不 断 加 大 sp1 又 加 速 了 可 燃 物 燃 烧 sil +009035 sil 快 走 到 地 边 时 sp1 远 远 看 到 地 塄 后 sp1 搁 着 一 件 花 衣 裳 sil +009036 sil 废 弃 猪 肉 在 土 锅 里 熬 炼 sp1 黑 色 的 猪 油 流 到 桶 里 sil +009037 sil 如 今 sp1 葛 启 义 的 装 饰 公 司 sp1 走 入 了 正 轨 sp1 生 计 无 忧 sil +009038 sil 卵 子 是 从 基 因 库 挑 选 的 sp1 来 自 一 个 匿 名 的 女 子 sil +009039 sil 但 如 果 缺 乏 资 金 sp1 却 很 难 吸 引 优 秀 的 软 件 人 才 sil +009040 sil 二 氧 化 硫 添 加 在 食 品 中 sp1 主 要 起 漂 白 和 防 腐 作 用 sil +009041 sil 一 位 市 民 说 sp1 惊 醒 后 听 见 了 房 屋 被 摇 动 的 吱 吱 声 sil +009042 sil 结 果 sp1 因 此 没 瞅 见 前 面 的 电 线 杆 子 sp1 一 头 栽 上 了 sil +009043 sil 测 井 技 术 sp1 对 石 油 勘 探 的 效 率 和 质 量 sp1 至 关 重 要 sil +009044 sil 有 人 发 出 这 样 的 疑 问 sp1 贩 毒 制 造 假 药 sp1 没 有 人 管 吗 sil +009045 sil 每 天 大 部 分 时 间 sp1 她 都 呆 在 绣 架 前 sp1 埋 头 绣 花 sil +009046 sil 而 到 夏 季 sp1 候 鸟 北 飞 sp1 又 可 能 在 亚 洲 北 部 带 来 疫 情 sil +009047 sil 逼 仄 的 巷 道 两 旁 sp1 林 立 着 sp1 小 手 工 作 坊 的 招 牌 sil +009048 sil 但 是 现 实 中 sp1 最 终 一 般 都 难 以 获 得 宽 裕 的 赔 偿 sil +009049 sil 生 孩 子 也 很 累 啊 sp1 不 要 在 意 是 谁 的 了 sp1 好 吗 sil +009050 sil 正 是 这 著 名 的 风 筝 实 验 sp1 成 就 了 他 电 学 之 父 的 地 位 sil +009051 sil 忠 县 sp1 有 两 千 三 百 年 历 史 sp1 是 巴 文 化 发 祥 地 sil +009052 sil 有 时 桌 子 上 输 红 了 眼 sp1 娱 乐 成 了 怄 气 sp1 也 不 好 sil +009053 sil 我 还 没 养 过 宠 物 呢 sp1 不 过 倒 是 很 想 尝 试 一 下 sil +009054 sil 据 悉 sp1 老 太 太 独 自 一 人 居 住 sp1 身 边 sp1 无 人 照 顾 sil +009055 sil 百 名 将 军 植 树 sp1 已 成 为 义 务 植 树 活 动 的 典 范 sil +009056 sil 寒 假 作 业 变 了 味 sp1 都 是 功 利 实 用 主 义 惹 的 祸 sil +009057 sil 有 次 sp1 朋 友 一 起 打 麻 将 sp1 三 缺 一 sp1 有 个 朋 友 带 个 不 认 识 的 朋 友 来 sp1 我 们 问 他 会 玩 吗 sil +009058 sil 刘 先 生 觉 得 不 对 劲 儿 sp1 掀 开 被 子 一 看 sp1 王 慧 sp1 已 经 断 气 sp1 随 即 报 警 sil +009059 sil 自 己 看 看 sp1 你 这 肚 子 sp1 哪 像 二 十 几 岁 sp1 四 五 十 岁 都 不 止 吧 sil +009060 sil 别 沮 丧 sp1 活 出 精 彩 才 是 对 讽 刺 最 好 的 还 击 sp1 蹲 下 来 sp1 给 自 己 一 个 拥 抱 sil +009061 sil 昨 日 sp1 北 京 奥 运 会 开 幕 式 导 演 之 一 的 王 潮 歌 sp1 透 露 了 这 一 消 息 sil +009062 sil 如 将 富 裕 的 电 力 卖 给 国 家 电 网 sp1 比 种 地 的 效 益 sp1 要 提 高 好 多 倍 sil +009063 sil 听 到 此 话 sp1 解 某 和 韩 某 很 气 愤 sil +009064 sil 人 们 呵 sp1 我 们 还 能 再 开 大 龙 头 sp1 让 清 凌 凌 的 自 来 水 昼 夜 长 流 吗 sil +009065 sil 迄 今 为 止 sp1 他 仍 然 笔 耕 不 辍 sil +009066 sil 我 闺 女 sp1 让 我 给 她 买 好 吃 的 呢 sil +009067 sil 超 市 里 雀 巢 米 粉 卖 得 不 错 sil +009068 sil 朱 镕 基 同 志 sp1 感 到 有 很 大 压 力 sil +009069 sil 宫 内 整 洁 利 索 sp1 廊 柱 门 窗 sp1 颜 色 鲜 艳 sp1 几 名 电 工 正 在 维 修 线 路 sil +009070 sil 登 上 摩 天 轮 sp1 游 客 们 sp1 能 俯 瞰 自 由 女 神 像 sp1 眺 望 曼 哈 顿 天 际 线 sil +009071 sil 这 是 藏 民 的 顶 礼 sil +009072 sil 再 说 了 sp1 我 把 手 机 还 给 你 sp1 我 不 就 是 自 投 罗 网 sp1 我 傻 呀 sil +009073 sil 对 于 上 述 投 资 sp1 天 籁 寺 的 僧 人 们 表 示 sp1 一 无 所 知 sil +009074 sil 只 是 三 一 方 面 sp1 苦 于 没 有 确 凿 证 据 sil +009075 sil 张 颖 清 创 立 的 学 科 受 高 度 评 价 sil +009076 sil 买 瓶 饮 料 sp1 瓶 盖 上 写 的 再 来 一 瓶 sil +009077 sil 扰 攘 半 年 sp1 最 终 被 判 罚 款 了 事 sil +009078 sil 我 的 孙 女 说 sp1 她 现 在 不 愿 意 去 上 学 sil +009079 sil 他 身 材 矮 小 颧 骨 突 出 sp1 留 着 小 胡 子 sp1 说 话 一 口 浓 重 的 福 建 口 音 sil +009080 sil 其 实 sp1 田 星 就 是 智 障 者 吕 天 喜 sil +009081 sil 与 异 性 接 触 的 机 会 多 sp1 吃 醋 了 没 sil +009082 sil 很 快 sp1 张 某 儿 子 的 工 作 安 排 妥 当 sil +009083 sil 大 摩 首 席 经 济 学 家 王 庆 泽 认 为 sp1 目 前 的 潜 在 冲 击 是 可 以 控 制 的 sil +009084 sil 我 喜 欢 运 动 sp1 但 是 很 少 打 篮 球 呢 sil +009085 sil 临 近 年 底 sp1 各 种 补 贴 纷 至 沓 来 sil +009086 sil 同 样 的 sp1 后 悬 尺 寸 sp1 也 进 行 了 缩 短 sil +009087 sil 背 部 的 巨 痣 sp1 因 此 被 蹭 烂 好 多 回 sil +009088 sil 我 挺 在 乎 粉 丝 的 sp1 偶 尔 也 会 发 个 帖 sil +009089 sil 一 只 参 赛 公 鸡 sp1 爪 子 上 装 着 小 刀 sil +009090 sil 前 些 年 出 现 了 洗 澡 蟹 sp1 透 气 蟹 sp1 等 各 类 打 着 阳 澄 湖 招 牌 的 湖 蟹 sil +009091 sil 女 人 sp1 体 验 着 痛 苦 而 幸 福 的 时 刻 sil +009092 sil 吴 奇 隆 称 sp1 当 制 作 人 吃 力 不 讨 好 sil +009093 sil 在 干 垃 圾 桶 内 sp1 却 放 着 鸡 蛋 壳 sil +009094 sil 但 是 sp1 四 月 福 雷 再 次 当 选 总 统 sp1 并 引 发 了 国 内 的 暴 力 冲 突 事 件 sil +009095 sil 展 览 将 对 全 体 观 众 实 行 免 费 入 场 sp1 提 供 义 务 讲 解 sil +009096 sil 会 后 sp1 绿 色 立 委 表 示 sp1 相 信 总 统 合 乎 逻 辑 的 说 法 sil +009097 sil 就 刚 刚 sp1 去 超 市 买 烟 sp1 目 测 有 一 个 正 太 四 五 岁 的 样 子 sil +009098 sil 出 事 后 sp1 该 咋 管 理 农 村 散 养 的 犬 只 sp1 我 们 也 很 头 疼 sil +009099 sil 此 外 sp1 吃 饭 还 得 花 钱 sp1 咱 河 北 人 就 土 豆 茄 子 sp1 西 红 柿 sp1 吃 菜 老 三 样 sil +009100 sil 科 普 活 动 结 束 后 sp1 精 选 出 版 了 人 文 之 窗 一 书 sp1 受 到 广 大 读 者 的 欢 迎 sil +009101 sil 在 未 来 五 天 里 sp1 都 有 降 雨 sp1 外 出 记 得 带 好 雨 具 sil +009102 sil 在 齐 齐 哈 尔 sp1 良 好 的 生 态 环 境 sp1 让 丹 顶 鹤 sp1 来 这 里 sp1 休 养 生 息 sil +009103 sil 县 城 里 sp1 也 没 有 出 现 抢 购 食 品 等 现 象 sil +009104 sil 十 年 是 一 串 串 脚 印 sp1 十 年 是 一 个 章 节 sil +009105 sil 双 氧 水 的 用 途 是 给 牛 蹄 sp1 牛 耳 朵 漂 白 sil +009106 sil 演 出 结 束 后 sp1 朱 镕 基 接 见 全 体 演 职 员 sil +009107 sil 奥 巴 马 总 统 驳 斥 这 一 说 法 实 属 荒 唐 sil +009108 sil 迫 使 林 萃 路 肠 梗 阻 的 房 屋 sp1 已 被 拆 除 sil +009109 sil 一 些 烟 囱 被 削 掉 了 sp1 更 多 烟 囱 sp1 立 起 来 sil +009110 sil 没 办 法 sp1 只 能 选 择 出 行 躲 躲 风 头 sil +009111 sil 放 屁 sp1 你 告 诉 老 娘 sp1 哪 里 脾 气 爆 了 sil +009112 sil 原 来 她 躲 起 来 玩 微 博 sp1 与 友 人 大 谈 星 座 sil +009113 sil 然 后 sp1 她 穿 上 一 件 全 身 白 色 的 丧 服 sil +009114 sil 小 郑 表 姐 就 在 中 秋 节 找 到 婆 家 的 sil +009115 sil 更 棘 手 的 是 sp1 妞 妞 的 腹 腔 感 染 严 重 sil +009116 sil 我 最 近 注 意 到 sp1 网 上 对 发 改 委 议 论 颇 多 sil +009117 sil 不 过 sp1 这 个 梦 想 sp1 一 时 半 会 儿 sp1 也 很 难 实 现 sil +009118 sil 如 果 在 信 息 很 难 传 达 到 的 山 区 呢 sil +009119 sil 此 时 sp1 民 警 郭 更 军 的 裤 子 有 了 剐 蹭 sil +009120 sil 请 考 虑 在 中 情 局 的 全 球 任 职 机 会 sil +009121 sil 四 年 之 后 sp1 他 们 的 巨 星 地 位 sp1 依 旧 稳 固 sil +009122 sil 新 一 轮 投 资 盛 宴 熙 熙 攘 攘 sp1 皆 为 利 来 sil +009123 sil 街 坊 们 纷 纷 猜 测 sp1 警 方 可 能 要 强 攻 sil +009124 sil 随 后 sp1 穿 上 袜 子 和 鞋 sp1 和 朋 友 出 门 了 sil +009125 sil 不 夸 张 地 说 sp1 它 将 关 系 医 改 的 成 败 sil +009126 sil 去 吧 去 吧 sp1 明 天 记 得 再 来 找 我 报 道 sil +009127 sil 我 不 要 粉 丝 了 sp1 支 持 我 就 多 转 发 此 帖 sil +009128 sil 这 里 比 较 隐 蔽 sp1 又 臭 sp1 很 少 人 来 这 里 sil +009129 sil 学 到 乘 除 法 时 sp1 就 会 背 九 九 乘 法 表 sil +009130 sil 三 是 sp1 搞 好 宅 基 地 退 出 的 资 金 筹 措 sil +009131 sil 有 网 友 问 sp1 能 不 能 回 忆 几 件 刘 洋 在 学 校 里 的 趣 事 或 糗 事 sil +009132 sil 资 料 显 示 sp1 京 沪 高 铁 廊 坊 段 sp1 全 长 三 十 点 三 四 二 公 里 sil +009133 sil 老 子 出 气 sp1 儿 子 泄 气 sp1 灵 珊 说 sp1 我 反 正 不 用 功 sp1 我 不 念 了 sil +009134 sil 踏 入 花 坛 者 sp1 罚 款 三 元 sil +009135 sil 第 三 天 sp1 小 东 发 热 sp1 咳 嗽 sp1 妈 妈 赶 紧 带 他 去 当 地 的 镇 医 院 就 诊 sil +009136 sil 司 立 垚 告 诉 记 者 sp1 电 动 三 轮 车 在 快 递 市 场 的 生 命 力 sp1 非 常 旺 盛 sil +009137 sil 此 外 sp1 搭 售 被 叫 停 sp1 利 用 理 财 产 品 高 息 揽 储 的 现 象 sp1 也 将 被 遏 制 sil +009138 sil 六 是 创 新 思 维 sp1 推 出 常 规 的 节 事 活 动 sp1 增 强 体 育 赛 事 的 创 意 和 设 计 sil +009139 sil 猝 不 及 防 的 他 急 退 两 步 sil +009140 sil 如 果 sp1 不 能 从 这 一 箭 看 到 猎 人 的 勇 武 sp1 那 这 头 狮 子 就 笨 蛋 到 家 了 sil +009141 sil 这 样 的 调 整 方 式 sp1 比 较 稳 妥 sil +009142 sil 说 英 语 好 难 哦 sp1 我 正 在 学 习 中 sil +009143 sil 办 法 sp1 规 定 了 农 产 品 增 值 税 进 项 税 额 核 定 方 法 sil +009144 sil 最 后 含 着 泪 问 了 句 sp1 谁 家 的 熊 孩 子 sp1 叫 西 早 不 大 三 个 土 sil +009145 sil 对 于 与 应 采 儿 的 婚 姻 sp1 他 很 有 自 信 的 说 sp1 结 婚 就 是 一 辈 子 的 事 sil +009146 sil 俺 们 三 年 大 学 净 算 数 学 题 了 sil +009147 sil 现 在 连 机 器 人 也 要 被 催 婚 了 吗 sil +009148 sil 刚 弄 了 个 非 常 好 吃 的 肉 包 子 sil +009149 sil 这 种 担 惊 受 怕 的 日 子 何 时 了 sil +009150 sil 最 后 sp1 还 要 经 过 刷 洗 才 能 烹 饪 sil +009151 sil 当 然 是 忙 着 学 习 sp1 变 得 更 棒 喽 sil +009152 sil 她 睡 里 边 的 屋 sp1 我 睡 外 边 的 沙 发 sil +009153 sil 正 好 sp1 区 委 里 的 一 个 内 部 刊 物 要 人 sp1 林 父 荣 升 编 辑 sp1 便 举 家 搬 迁 sil +009154 sil 到 珲 春 sp1 首 先 感 受 到 的 sp1 是 珲 春 人 的 那 份 自 豪 感 sp1 使 命 感 sil +009155 sil 这 就 意 味 着 sp1 今 后 sp1 公 民 可 以 不 参 加 驾 校 培 训 sp1 而 直 接 裸 考 驾 照 sil +009156 sil 他 舍 不 得 花 一 分 钱 sp1 都 把 钱 攒 起 来 sp1 给 母 亲 治 病 sil +009157 sil 当 然 sp1 这 不 能 全 怪 张 艺 谋 sp1 只 怪 自 己 知 识 太 贫 乏 sil +009158 sil 这 绝 对 是 受 到 了 她 拍 摄 的 惊 悚 片 紫 宅 的 影 响 sil +009159 sil 在 富 士 康 sp1 一 天 开 会 sp1 工 长 问 他 sp1 为 什 么 总 是 笑 眯 眯 的 sil +009160 sil 因 为 红 番 茄 外 面 是 红 的 sp1 然 后 其 实 番 茄 里 面 也 是 红 的 sil +009161 sil 禅 师 拿 出 了 一 个 叉 子 sp1 什 么 也 不 说 sp1 年 轻 人 恍 然 大 悟 sil +009162 sil 今 晚 你 再 这 样 sp1 睡 沙 发 去 sil +009163 sil 设 在 河 道 中 央 的 筛 洗 点 sil +009164 sil 不 发 表 意 见 sp1 仅 表 示 支 持 sil +009165 sil 他 刚 才 还 幸 灾 乐 祸 sp1 现 在 自 己 也 遭 到 同 样 不 幸 的 命 运 了 sil +009166 sil 很 快 sp1 阿 城 公 共 安 全 专 家 局 会 宁 派 出 所 民 警 sp1 就 赶 到 了 sil +009167 sil 照 片 中 sp1 李 弘 基 和 张 根 硕 sp1 两 人 站 在 中 间 sp1 做 可 爱 咧 嘴 状 sil +009168 sil 不 少 围 观 者 好 言 相 劝 sp1 小 伙 不 但 不 听 sp1 嘴 里 还 骂 骂 咧 咧 sil +009169 sil 语 无 伦 次 说 出 小 丽 惨 死 消 息 sp1 随 即 向 松 桃 县 公 安 局 报 警 sil +009170 sil 那 天 是 一 年 一 度 的 高 考 sp1 上 午 考 完 后 sp1 小 明 说 考 的 非 常 烂 sil +009171 sil 不 管 现 实 多 么 繁 复 和 冗 闷 sp1 他 都 要 时 常 去 往 另 一 个 世 界 sil +009172 sil 与 此 同 时 sp1 销 售 回 暖 sp1 使 房 企 的 资 金 压 力 得 到 极 大 缓 解 sil +009173 sil 转 念 想 这 种 想 法 不 免 偏 激 sp1 上 海 的 教 育 sp1 不 代 表 中 国 的 sil +009174 sil 杨 幂 sp1 当 之 无 愧 的 人 气 女 星 sp1 蹿 红 速 度 和 打 击 面 sp1 难 以 企 及 sil +009175 sil 狄 付 栓 sp1 当 即 就 找 到 了 同 村 的 光 棍 汉 冯 某 sp1 冯 某 表 示 同 意 sil +009176 sil 面 对 玉 米 的 热 情 sp1 似 乎 有 些 疲 惫 的 李 宇 春 sp1 表 情 一 直 有 些 木 讷 sil +009177 sil 目 前 sp1 周 边 各 省 市 的 长 途 车 站 sp1 已 实 行 实 名 购 票 sp1 进 站 安 检 sil +009178 sil 由 于 无 法 进 入 指 挥 部 sp1 他 们 甚 至 和 栅 栏 对 面 的 保 安 sp1 顶 起 了 牛 sil +009179 sil 网 友 小 讨 厌 周 说 sp1 还 好 sp1 我 们 的 每 次 假 期 回 来 sp1 都 会 拆 下 来 洗 哦 sil +009180 sil 这 次 奥 运 工 程 建 设 sp1 可 以 说 是 我 们 各 项 环 保 新 技 术 应 用 的 大 全 sil +009181 sil 事 后 sp1 张 健 sp1 被 诊 断 右 股 骨 颈 处 骨 折 sp1 在 医 院 进 行 了 手 术 治 疗 sil +009182 sil 你 这 个 月 工 资 都 没 上 交 sp1 你 是 不 是 养 小 三 了 sil +009183 sil 我 们 老 班 没 那 么 严 sp1 还 特 别 好 sp1 他 会 帮 你 下 一 些 富 有 教 育 意 义 的 电 影 sil +009184 sil 我 们 联 系 好 了 拉 萨 那 边 sp1 有 两 个 驴 友 sp1 会 做 好 接 应 sil +009185 sil 它 瞪 大 眼 睛 sp1 咆 哮 着 sp1 发 出 呜 呜 声 sp1 用 爪 子 sp1 保 护 食 物 sil +009186 sil 有 完 没 完 sp1 开 着 车 呢 sp1 别 惹 我 sp1 要 出 了 事 故 怎 么 办 sil +009187 sil 昨 早 上 sp1 刘 志 敏 便 现 身 灵 堂 打 点 sp1 儿 子 与 媳 妇 也 到 场 sil +009188 sil 在 新 年 的 第 一 场 高 考 较 量 中 sp1 考 生 将 迎 来 一 场 酣 战 sil +009189 sil 著 名 的 乒 坛 老 将 庄 则 栋 sp1 是 当 年 乒 乓 外 交 的 功 臣 sil +009190 sil 您 还 记 得 那 些 被 田 川 称 为 亲 兄 弟 的 防 暴 队 员 吗 sil +009191 sil 冲 突 中 sp1 其 中 一 方 的 帮 手 sp1 误 将 一 名 看 热 闹 的 市 民 打 伤 sil +009192 sil 但 我 们 总 不 能 旅 游 的 时 候 sp1 也 揣 个 户 口 簿 吧 sp1 太 麻 烦 了 sil +009193 sil 照 片 中 sp1 领 导 站 在 石 头 阴 影 下 sp1 但 脸 上 光 线 sp1 仍 明 晃 晃 的 sil +009194 sil 届 时 sp1 南 京 将 成 为 全 国 最 大 的 北 斗 产 业 应 用 发 展 基 地 sil +009195 sil 她 并 不 知 道 已 经 怀 孕 sp1 一 直 以 为 是 长 胖 了 sil +009196 sil 据 民 警 介 绍 sp1 起 火 地 点 sp1 为 兰 考 人 袁 厉 害 家 sil +009197 sil 从 第 二 天 开 始 sp1 她 天 天 上 山 陪 女 儿 说 会 儿 话 sil +009198 sil 这 意 味 着 sp1 就 算 国 美 电 器 增 发 获 得 同 意 sp1 黄 家 sp1 也 有 钱 扛 过 去 sil +009199 sil 除 了 帐 篷 sp1 小 板 凳 sp1 雨 伞 sp1 棉 袄 手 套 sp1 以 及 棉 帽 等 sp1 也 都 纷 纷 上 阵 sil +009200 sil 这 孩 子 随 手 从 兜 里 拿 出 一 元 钱 说 sp1 我 给 你 一 元 钱 sp1 你 再 让 我 看 会 儿 行 吗 sil +009201 sil 而 且 sp1 报 名 动 作 要 快 一 点 的 sp1 这 个 班 很 多 人 报 的 sil +009202 sil 王 朝 柱 sp1 纯 朴 得 近 乎 木 讷 sp1 勤 奋 得 足 不 出 户 sil +009203 sil 发 送 完 毕 后 sp1 仔 细 读 了 一 遍 sp1 感 觉 明 年 我 可 能 又 要 一 个 人 过 情 人 节 了 sil +009204 sil 要 回 答 这 个 问 题 sp1 首 先 必 须 弄 清 楚 sp1 平 准 基 金 入 市 干 预 的 目 的 sil +009205 sil 京 津 高 速 最 突 出 的 优 势 和 亮 点 sp1 在 于 直 通 天 津 港 sp1 集 装 箱 码 头 sil +009206 sil 我 能 告 诉 你 们 sp1 早 晨 我 爸 出 门 跟 我 说 sp1 让 我 中 午 自 己 吃 泡 面 吗 sil +009207 sil 汪 洋 强 调 sp1 要 在 队 伍 保 障 上 攻 关 sil +009208 sil 闹 了 半 天 sp1 您 敢 情 是 夜 叉 sil +009209 sil 八 十 人 的 威 风 锣 鼓 表 演 sp1 展 示 了 草 原 人 民 的 风 采 sil +009210 sil 我 略 懂 sp1 但 是 还 不 太 会 sil +009211 sil 可 见 sp1 好 好 学 生 也 不 能 要 sil +009212 sil 警 察 将 锦 玺 送 回 家 sp1 但 倔 强 的 吴 海 南 sp1 不 愿 意 开 门 sil +009213 sil 在 脸 谱 所 有 员 工 中 sp1 工 程 师 获 得 的 回 报 最 为 丰 厚 sil +009214 sil 我 们 是 拎 水 到 这 来 洗 澡 sil +009215 sil 倔 强 的 父 亲 依 然 在 路 上 sil +009216 sil 春 磊 哼 一 声 sp1 说 sp1 才 副 的 sil +009217 sil 而 邱 贻 可 陈 玘 等 老 主 力 sp1 更 是 显 得 蹉 跎 了 许 多 sil +009218 sil 游 行 自 一 九 二 四 年 举 办 以 来 sp1 今 年 已 是 第 八 十 六 届 sil +009219 sil 哦 sp1 这 可 是 个 难 熬 的 日 子 sil +009220 sil 因 为 我 真 记 不 清 楚 谁 在 那 儿 sil +009221 sil 抢 劫 的 主 意 是 董 某 出 的 sil +009222 sil 或 者 sp1 电 动 车 也 可 以 绕 行 sil +009223 sil 我 也 是 一 个 无 耻 的 台 湾 人 呐 sil +009224 sil 他 只 称 太 太 亦 很 信 任 他 sil +009225 sil 后 来 sp1 女 青 年 被 民 警 拉 上 警 车 sp1 带 往 派 出 所 醒 酒 sil +009226 sil 直 到 sp1 我 走 到 了 他 们 开 始 咳 嗽 的 地 方 sp1 我 也 咳 嗽 了 sil +009227 sil 龙 虎 网 记 者 将 继 续 关 注 sil +009228 sil 王 菲 到 香 港 大 出 血 sp1 在 名 店 狂 扫 两 大 袋 战 利 品 sil +009229 sil 尼 泊 尔 发 生 雪 崩 的 地 点 sil +009230 sil 我 们 出 来 看 sp1 他 还 吼 我 们 sil +009231 sil 脚 上 是 棉 布 袜 子 和 皮 鞋 sil +009232 sil 艾 芙 隆 的 儿 子 说 sp1 她 的 母 亲 因 肺 炎 sp1 病 逝 在 曼 哈 顿 sil +009233 sil 兄 妹 俩 收 拾 好 铺 盖 sp1 用 架 子 车 sp1 拉 着 父 亲 去 上 学 sil +009234 sil 不 是 累 了 sp1 不 是 够 了 sp1 是 知 道 父 母 有 多 不 容 易 了 sil +009235 sil 深 圳 市 人 大 代 表 翁 晓 波 sp1 则 表 达 了 不 同 的 观 点 sil +009236 sil 嫖 资 就 是 受 贿 数 额 大 小 sil +009237 sil 为 何 没 有 一 家 中 国 企 业 sp1 作 为 本 届 亚 运 会 的 赞 助 商 呢 sil +009238 sil 改 组 规 模 sp1 预 计 仅 限 数 人 sil +009239 sil 打 扫 屋 子 sp1 是 对 自 己 负 责 sp1 如 果 有 手 sp1 我 一 定 来 帮 你 sil +009240 sil 巩 俐 张 国 荣 戛 纳 旧 照 sil +009241 sil 大 人 们 sp1 不 懂 我 们 的 世 界 sil +009242 sil 别 sp1 我 醒 了 sp1 周 子 瑞 急 道 sil +009243 sil 这 里 资 源 富 饶 sp1 景 色 宜 人 sil +009244 sil 就 是 故 意 摆 弄 sp1 是 故 意 冤 枉 sil +009245 sil 冰 面 上 也 逐 渐 热 闹 起 来 sil +009246 sil 也 许 是 觉 得 那 个 姑 娘 比 较 矮 小 sp1 李 勇 燕 sp1 仍 没 有 回 信 sil +009247 sil 我 说 sp1 我 去 厕 所 冷 静 冷 静 sil +009248 sil 主 要 用 作 漂 白 剂 防 腐 剂 sil +009249 sil 不 妥 当 处 sp1 各 位 朋 友 海 涵 sil +009250 sil 这 么 简 单 sp1 有 什 么 不 会 的 sil +009251 sil 曲 调 是 现 成 的 sp1 东 北 人 都 能 哼 哼 几 句 的 二 人 转 sil +009252 sil 上 海 的 湖 泊 sp1 大 多 沾 染 了 上 海 人 的 小 气 和 狭 隘 sil +009253 sil 贵 族 朝 廷 命 官 的 死 刑 处 法 sp1 则 多 是 赐 死 免 刑 sil +009254 sil 这 可 是 开 天 辟 地 头 一 回 sil +009255 sil 患 者 术 后 上 十 天 仍 在 流 血 sp1 应 该 是 其 痔 疮 所 致 sil +009256 sil 但 愿 sp1 他 的 忏 悔 是 真 诚 的 sil +009257 sil 你 长 个 眼 睛 sp1 是 出 气 的 吗 sil +009258 sil 很 矮 的 sp1 带 着 一 个 小 孩 子 sil +009259 sil 该 车 前 后 车 牌 已 被 摘 掉 sp1 交 警 正 检 查 车 辆 情 况 sil +009260 sil 真 是 的 sp1 非 要 我 放 下 身 段 sil +009261 sil 鬼 使 神 差 sp1 这 次 sp1 阿 兵 拿 出 了 真 实 身 份 证 sp1 用 于 登 记 sil +009262 sil 其 中 sp1 最 快 行 动 的 sp1 当 属 天 猫 的 老 冤 家 京 东 商 城 sil +009263 sil 整 个 车 厢 都 是 那 个 味 儿 sp1 俺 只 坐 了 一 站 赶 紧 换 车 了 sil +009264 sil 母 河 马 在 水 中 咧 着 大 嘴 sp1 好 像 在 小 游 客 们 咆 哮 sil +009265 sil 该 车 司 机 是 西 安 人 吕 某 sil +009266 sil 严 禁 挤 占 sp1 挪 用 教 师 编 制 sil +009267 sil 这 个 分 析 sp1 基 本 公 允 中 立 sil +009268 sil 我 们 是 星 星 幼 儿 园 的 小 朋 友 sil +009269 sil 传 说 是 文 殊 菩 萨 的 变 身 sil +009270 sil 第 二 天 收 上 作 业 sp1 老 师 盯 着 他 的 作 文 sp1 久 久 不 能 言 语 sil +009271 sil 没 想 到 sp1 男 方 的 这 句 话 sp1 一 下 子 惹 怒 了 女 方 sil +009272 sil 同 时 sp1 还 可 以 观 看 新 版 的 电 影 sp1 庐 山 恋 sp1 二 零 一 零 sil +009273 sil 我 不 是 很 上 相 sp1 不 过 sp1 我 最 满 意 我 的 眼 睛 啦 sp1 你 呢 sil +009274 sil 冷 漠 sp1 过 河 拆 桥 sp1 辛 文 从 回 忆 里 sp1 拽 出 这 些 字 眼 sil +009275 sil 有 危 险 的 地 方 sp1 不 要 让 学 生 清 扫 sp1 比 如 擦 窗 户 sil +009276 sil 园 里 游 人 稀 少 sp1 最 大 的 参 观 团 就 是 张 华 三 人 sil +009277 sil 陈 洪 只 好 请 了 两 个 棒 棒 sp1 把 母 亲 抬 回 了 家 sil +009278 sil 谢 某 和 袁 某 惊 醒 sp1 猛 地 站 起 来 sp1 过 来 抢 瓶 子 sil +009279 sil 请 写 下 您 的 姓 名 sp1 详 细 通 讯 地 址 sp1 邮 政 编 码 sil +009280 sil 品 管 部 sp1 对 生 产 部 门 的 产 品 具 有 一 票 否 决 权 sil +009281 sil 还 在 恨 嫁 的 女 同 学 们 sp1 是 时 候 学 点 儿 技 能 了 sil +009282 sil 莫 名 被 刺 伤 sp1 倒 霉 的 许 奎 sp1 真 正 是 sp1 躺 着 也 挨 刀 sil +009283 sil 被 指 摆 拍 的 挑 水 老 人 sp1 跪 求 政 府 修 路 画 面 sil +009284 sil 记 者 了 解 到 sp1 九 百 八 十 九 号 企 业 sp1 为 贵 州 茅 台 sil +009285 sil 有 报 导 说 sp1 托 德 还 是 肯 塔 基 州 的 一 名 通 集 犯 sil +009286 sil 阿 杰 让 阿 悦 sp1 看 下 剩 下 的 盒 饭 合 不 合 他 的 胃 口 sil +009287 sil 渐 渐 地 sp1 李 强 的 评 价 sp1 变 成 了 sp1 不 开 窍 sp1 窝 囊 废 sil +009288 sil 朱 镕 基 参 加 清 华 大 学 百 年 校 庆 时 sp1 曾 向 广 大 同 学 推 荐 过 此 书 sil +009289 sil 国 强 才 能 国 宁 sp1 贼 才 不 敢 惦 记 sil +009290 sil 因 为 家 庭 不 可 能 割 舍 sp1 事 业 可 以 等 待 下 一 波 sil +009291 sil 他 说 sp1 外 地 乳 企 可 以 到 双 城 经 营 参 与 竞 争 sil +009292 sil 有 人 甚 至 扛 来 楼 梯 sp1 搭 在 围 墙 上 四 处 张 望 sil +009293 sil 第 四 sp1 就 是 选 择 颓 废 sil +009294 sil 有 儿 有 女 了 sp1 很 满 足 了 sil +009295 sil 走 吧 sp1 带 上 我 爬 山 去 sil +009296 sil 该 消 息 一 出 sp1 城 投 债 市 场 随 即 进 入 拐 点 sil +009297 sil 难 道 sp1 你 要 抛 弃 我 了 嘛 sil +009298 sil 大 面 积 干 裸 的 河 道 sil +009299 sil 不 错 么 sp1 还 在 sp1 真 好 sil +009300 sil 曾 经 也 有 少 量 的 番 茄 sil +009301 sil 利 维 否 认 了 这 一 报 道 sil +009302 sil 所 以 很 敏 感 很 复 杂 sil +009303 sil 前 天 sp1 娜 娜 因 跳 楼 后 伤 势 过 重 sp1 已 不 治 身 亡 sil +009304 sil 他 不 仅 自 己 吸 毒 sp1 而 且 把 儿 子 也 带 了 进 来 sil +009305 sil 例 如 sp1 愤 怒 的 小 鸟 sp1 就 是 你 画 我 猜 的 模 板 sil +009306 sil 公 司 负 责 人 的 年 度 薪 酬 增 长 率 sp1 应 低 于 公 司 薪 酬 增 长 率 sil +009307 sil 他 没 下 车 sp1 又 看 见 外 国 人 朝 路 人 嚷 嚷 sil +009308 sil 现 在 sp1 已 经 间 隔 五 十 九 年 sp1 明 显 超 期 了 sil +009309 sil 这 一 环 节 的 税 收 杂 费 sp1 和 繁 冗 的 手 续 sp1 让 不 少 代 购 者 铤 而 走 险 sil +009310 sil 南 京 现 在 急 吼 吼 要 拆 报 亭 sp1 城 市 管 理 者 的 水 平 sp1 让 人 不 敢 恭 维 sil +009311 sil 投 资 时 sp1 必 须 同 时 有 远 见 卓 识 sp1 和 实 在 的 数 据 支 撑 sil +009312 sil 不 喜 欢 教 育 sp1 但 思 想 觉 悟 sp1 还 没 到 推 翻 现 行 教 育 体 制 的 高 度 sil +009313 sil 有 时 候 sp1 是 很 机 智 地 装 怂 sil +009314 sil 他 依 然 记 得 sp1 梦 露 当 时 给 他 一 个 暖 暖 的 拥 抱 sil +009315 sil 为 了 壮 胆 sp1 赶 紧 拿 出 随 身 携 带 的 鞭 炮 燃 放 sil +009316 sil 十 二 日 sp1 欧 元 对 美 元 的 比 价 是 sp1 一 比 一 点 三 五 九 三 sil +009317 sil 春 江 水 暖 雅 先 知 sp1 我 可 以 告 诉 你 明 天 穿 什 么 sil +009318 sil 在 事 发 的 幺 四 零 二 室 门 口 sp1 还 有 大 摊 的 血 迹 sil +009319 sil 碧 塔 塔 瓦 巨 蜥 sp1 有 特 殊 的 体 色 标 记 和 性 器 官 sil +009320 sil 市 公 安 局 的 微 博 开 得 最 早 sp1 因 此 人 气 儿 也 最 足 sil +009321 sil 小 队 完 成 不 了 任 务 sp1 领 导 者 也 要 付 出 代 价 sil +009322 sil 老 公 很 没 情 调 的 问 老 婆 sp1 说 嘛 sp1 你 想 要 啥 sil +009323 sil 当 年 总 收 入 sp1 为 人 民 币 sp1 七 十 一 点 五 四 五 亿 元 sil +009324 sil 医 生 sp1 请 您 再 查 一 sp1 你 是 医 生 sp1 还 是 我 是 医 生 sil +009325 sil 马 云 sp1 有 一 零 二 年 的 计 划 sp1 我 有 三 零 年 的 计 划 sil +009326 sil 最 近 感 觉 他 消 停 一 些 了 sp1 我 也 觉 得 sp1 我 可 以 出 来 了 sil +009327 sil 她 又 抓 住 售 票 员 的 包 包 sp1 但 售 票 员 sp1 掰 开 她 的 手 指 sp1 拼 命 跑 下 车 sil +009328 sil 挑 起 砖 后 sp1 扁 担 就 深 陷 在 这 道 痕 迹 里 sp1 后 背 上 sp1 则 堆 起 一 道 肉 sil +009329 sil 新 婚 夜 那 天 晚 上 sp1 他 喝 得 酩 酊 大 醉 sp1 我 俩 几 乎 是 合 衣 而 眠 sil +009330 sil 除 非 有 通 天 的 能 力 sp1 但 天 会 随 时 随 地 sp1 帮 你 降 雨 灭 火 吗 sil +009331 sil 一 个 远 在 祖 国 西 北 角 的 业 余 作 者 的 作 品 sp1 何 以 得 到 你 们 的 青 睐 sil +009332 sil 于 是 sp1 她 便 打 电 话 sp1 询 问 家 中 是 否 有 事 sil +009333 sil 分 娩 池 sp1 像 个 大 浴 缸 sp1 有 坐 垫 脚 垫 sp1 两 侧 sp1 还 有 把 手 sil +009334 sil 被 称 赞 了 真 开 心 呀 sil +009335 sil 男 童 在 车 后 玩 耍 sil +009336 sil 你 想 玩 点 什 么 sil +009337 sil 你 看 过 我 家 保 险 柜 sil +009338 sil 你 也 好 烦 呀 sil +009339 sil 你 的 第 一 选 择 是 谁 sil +009340 sil 你 喜 欢 玩 什 么 游 戏 sil +009341 sil 吃 各 种 精 神 食 粮 sil +009342 sil 是 八 届 省 委 委 员 sil +009343 sil 我 只 喜 欢 看 小 说 sil +009344 sil 香 港 杜 莎 夫 人 蜡 像 馆 sp1 我 强 力 推 荐 哦 sil +009345 sil 第 六 七 八 九 项 任 务 sp1 属 于 加 强 完 善 企 业 金 融 支 持 sil +009346 sil 这 年 头 sp1 机 器 人 不 会 上 网 sp1 还 怎 么 出 来 混 呢 sil +009347 sil 我 以 前 就 做 过 翻 译 sp1 这 次 是 重 操 旧 业 sp1 于 是 痛 快 地 答 应 了 sil +009348 sil 我 身 上 终 于 有 一 点 主 人 的 气 质 了 sil +009349 sil 这 并 不 是 拍 脑 袋 作 出 的 决 定 sil +009350 sil 邓 丽 的 心 碎 了 sp1 天 天 以 泪 洗 面 sil +009351 sil 刘 金 耀 教 授 sp1 在 为 成 成 进 行 检 查 sil +009352 sil 不 过 sp1 此 番 小 偷 好 像 走 得 匆 忙 sp1 还 把 一 把 铁 扳 手 落 在 了 店 里 sil +009353 sil 这 些 年 sp1 如 果 不 是 我 在 中 间 的 话 sp1 陈 明 亮 sp1 早 就 被 忠 矮 儿 除 掉 了 sil +009354 sil 至 此 sp1 与 中 国 基 建 合 作 的 sp1 佛 山 芭 蕾 雨 项 目 sp1 首 创 置 业 完 全 退 出 sil +009355 sil 随 手 拍 张 罗 女 士 海 淘 的 物 品 sp1 都 是 当 下 最 热 门 的 幼 儿 保 健 品 sil +009356 sil 直 到 东 窗 事 发 sp1 才 知 道 怂 恿 她 卖 淫 的 王 院 长 sp1 竟 是 自 己 的 丈 夫 sil +009357 sil 家 里 买 了 不 少 种 油 茶 的 书 sp1 可 光 看 书 sp1 枯 燥 不 说 sp1 还 不 好 懂 sil +009358 sil 昨 日 sp1 金 锋 表 示 sp1 在 节 目 中 的 言 论 sp1 未 经 过 验 证 sp1 有 失 严 谨 和 妥 当 sil +009359 sil 该 店 是 明 码 实 价 sp1 也 提 供 不 同 优 惠 sp1 精 明 的 消 费 者 懂 得 选 择 sil +009360 sil 随 后 sp1 由 两 名 身 材 略 为 矮 小 的 消 防 官 兵 sp1 进 入 驾 驶 室 进 行 营 救 sil +009361 sil 不 少 人 因 此 认 识 了 广 州 sp1 记 住 了 海 心 沙 sp1 向 往 珠 江 边 的 璀 璨 sil +009362 sil 这 几 句 话 sp1 如 恐 怖 片 里 的 恐 怖 音 乐 sp1 加 深 了 雨 翔 的 局 促 不 安 sil +009363 sil 可 以 做 到 不 刷 牙 sp1 不 整 理 头 发 sp1 也 不 穿 鞋 子 sp1 甚 至 不 换 袜 子 sil +009364 sil 不 能 将 政 府 应 当 承 担 的 补 贴 sp1 作 为 财 政 包 袱 sp1 甩 给 老 百 姓 sil +009365 sil 崭 新 的 楼 房 高 高 耸 立 sp1 然 而 一 望 可 知 sp1 许 多 房 子 仍 在 空 置 sil +009366 sil 橘 黄 的 灯 光 映 着 街 景 sp1 雨 翔 心 里 浮 起 一 种 身 在 异 乡 的 冷 清 sil +009367 sil 如 果 真 是 沉 了 就 拆 sp1 修 了 又 沉 sp1 这 铁 路 sp1 能 不 能 保 证 安 全 呀 sil +009368 sil 机 长 还 说 sp1 中 国 人 太 容 易 搞 掂 啦 sp1 告 诉 他 是 免 费 的 即 可 sil +009369 sil 几 年 之 后 sp1 那 个 门 槛 竟 然 被 我 们 弟 兄 两 个 sp1 踏 凹 下 去 一 块 sil +009370 sil 房 价 的 高 坝 sp1 正 在 从 大 户 型 开 始 瓦 解 sp1 并 向 中 小 户 型 蔓 延 sil +009371 sil 就 像 篮 球 sp1 充 满 气 就 砰 砰 有 力 sp1 如 果 瘪 了 sp1 也 就 打 不 起 来 sil +009372 sil 即 将 到 来 的 新 生 命 sp1 也 让 可 儿 看 起 来 更 加 妩 媚 sp1 更 加 性 感 sil +009373 sil 这 是 佛 顶 sp1 骨 舍 利 重 光 后 sp1 首 次 在 中 国 内 地 以 外 地 区 供 奉 sil +009374 sil 小 陪 你 度 过 这 漫 长 的 黑 夜 sil +009375 sil 玉 米 香 精 比 甜 蜜 素 更 厉 害 sil +009376 sil 现 在 这 种 颓 势 sp1 也 正 在 产 业 链 的 各 个 环 节 中 有 所 体 现 sil +009377 sil 进 货 时 sp1 工 厂 跟 我 说 是 纯 棉 的 sp1 我 摸 起 来 也 不 像 sil +009378 sil 女 驾 驶 员 不 乐 意 了 sp1 嘴 里 开 始 骂 骂 咧 咧 的 sil +009379 sil 南 投 县 日 月 潭 缆 车 全 部 暂 停 sp1 目 前 正 在 疏 散 游 客 sil +009380 sil 因 为 工 作 原 因 经 常 得 罪 人 sp1 他 也 经 常 受 到 辱 骂 和 围 攻 sil +009381 sil 婀 娜 的 体 态 让 人 丝 毫 看 不 出 sp1 她 几 个 月 前 刚 刚 生 完 宝 宝 sil +009382 sil 这 堵 死 亡 墙 上 sp1 弹 孔 累 累 sp1 这 里 是 纳 粹 处 决 犯 人 的 地 方 sil +009383 sil 领 导 纠 结 了 sp1 领 导 媳 妇 儿 急 眼 了 sp1 发 短 信 的 女 下 属 无 语 了 sil +009384 sil 就 哄 着 乐 乐 sp1 乐 乐 也 安 静 下 来 了 sp1 并 没 有 出 现 任 何 症 状 sil +009385 sil 只 要 像 以 前 一 样 踏 踏 实 实 地 干 sp1 一 定 能 恢 复 过 来 sil +009386 sil 街 上 空 留 下 了 神 色 匆 匆 的 行 人 sil +009387 sil 爸 爸 端 详 一 会 说 sp1 我 发 誓 sp1 这 是 我 见 过 的 最 帅 的 光 头 sil +009388 sil 坐 上 电 梯 后 sp1 它 抖 抖 突 然 掉 下 来 了 sp1 没 有 任 何 先 兆 sil +009389 sil 不 料 sp1 六 次 采 光 仅 做 了 三 次 sp1 她 的 脸 上 sp1 就 起 满 疙 瘩 sil +009390 sil 喜 欢 每 一 个 爱 生 活 的 人 呢 sil +009391 sil 凯 姆 博 伊 自 己 在 肯 尼 亚 也 是 一 名 警 察 sil +009392 sil 金 花 香 银 花 香 sp1 关 键 沾 了 科 技 的 光 sil +009393 sil 葛 伟 胜 sp1 把 车 子 停 在 离 厕 所 近 的 地 方 sil +009394 sil 朱 燕 来 sp1 中 国 前 任 总 理 朱 镕 基 的 女 儿 sil +009395 sil 小 雪 问 老 爸 sp1 爸 sp1 有 没 有 比 较 恐 怖 的 书 sil +009396 sil 陈 水 扁 sp1 以 三 跪 九 叩 的 方 式 进 入 灵 堂 sil +009397 sil 儿 童 缺 碘 sp1 会 导 致 智 力 低 下 sp1 身 材 矮 小 sil +009398 sil 哪 个 女 孩 子 sp1 如 上 海 的 雪 sp1 也 算 她 完 了 sil +009399 sil 好 玩 sp1 去 看 苏 州 园 林 呀 sp1 感 受 小 桥 流 水 sil +009400 sil 女 孩 子 的 年 龄 怎 么 能 轻 易 告 诉 你 呢 sil +009401 sil 医 生 对 小 秦 抢 救 时 sp1 发 现 小 秦 已 经 死 亡 sil +009402 sil 昨 日 sp1 江 夏 的 孙 先 生 就 涮 了 回 骗 子 sil +009403 sil 我 迅 速 下 来 了 sp1 结 果 被 妈 妈 打 了 一 顿 sil +009404 sil 二 号 寝 室 里 三 个 人 sp1 都 躺 在 床 上 温 书 sil +009405 sil 几 天 后 sp1 他 就 迎 来 了 更 加 辉 煌 的 胜 利 sil +009406 sil 从 此 sp1 哥 懂 得 了 一 个 道 理 sp1 做 人 要 诚 实 sil +009407 sil 香 港 回 归 一 周 年 的 纪 念 日 即 将 来 临 sil +009408 sil 疼 痛 难 忍 的 王 丹 丹 随 即 也 躺 倒 在 地 sil +009409 sil 名 嘴 sp1 与 央 视 的 歧 路 迟 早 会 暴 露 出 来 sil +009410 sil 你 首 先 要 找 几 个 经 不 起 捏 的 软 柿 子 sil +009411 sil 三 人 下 班 后 sp1 都 与 麦 克 布 赖 德 通 短 信 sil +009412 sil 店 员 sp1 从 来 没 装 过 毒 品 sp1 消 的 什 么 毒 sil +009413 sil 商 人 很 实 在 sp1 当 然 知 道 文 化 可 以 生 财 sil +009414 sil 历 史 sp1 靠 遵 化 人 的 热 血 和 汗 水 写 就 sil +009415 sil 这 是 一 天 内 sp1 第 二 起 儿 童 摆 弄 枪 支 sp1 致 人 丧 生 事 件 sil +009416 sil 而 刘 某 正 从 东 向 西 倒 车 sp1 直 接 将 老 太 剐 倒 在 地 sil +009417 sil 余 某 上 前 护 夫 sp1 被 南 某 拦 住 去 路 sp1 两 人 扭 打 起 来 sil +009418 sil 郭 宏 定 介 绍 sp1 其 中 的 一 三 五 sp1 主 要 就 是 指 公 租 房 sil +009419 sil 怪 不 得 古 人 常 说 sp1 近 朱 者 赤 sp1 我 现 在 确 实 越 来 越 像 主 人 了 sil +009420 sil 经 诊 断 sp1 昊 昊 被 确 诊 为 哮 喘 sp1 并 在 之 后 数 周 内 多 次 进 行 诊 治 sil +009421 sil 还 有 他 在 私 下 其 实 比 较 邋 遢 sp1 像 犀 利 哥 一 样 sil +009422 sil 当 时 sp1 已 是 市 人 大 代 表 的 肖 幼 美 贴 出 竞 选 海 报 sp1 以 社 区 居 民 身 份 参 选 sil +009423 sil 案 件 判 决 后 sp1 社 会 效 果 好 sil +009424 sil 她 这 才 抡 起 刀 子 sp1 这 属 于 激 情 犯 罪 sp1 并 没 有 主 观 恶 意 sil +009425 sil 此 帖 立 即 在 网 上 引 起 热 炒 sil +009426 sil 你 的 头 顶 都 秃 成 什 么 样 子 了 sp1 跟 我 商 量 过 吗 sil +009427 sil 随 后 sp1 狗 主 人 连 续 出 招 sp1 甩 耳 光 sp1 用 脚 踹 sp1 拽 头 发 sp1 殴 打 女 店 长 泄 愤 sil +009428 sil 一 审 法 院 sp1 显 然 混 淆 了 这 三 个 关 系 sil +009429 sil 该 案 目 前 已 进 入 移 交 法 院 起 诉 阶 段 sil +009430 sil 他 sp1 穿 了 一 件 松 垮 垮 的 红 色 衬 衫 sil +009431 sil 然 后 就 出 门 了 sp1 留 下 错 愕 的 老 婆 sil +009432 sil 苏 静 没 有 点 滴 的 兴 奋 sp1 倒 是 苏 母 sp1 惟 恐 天 下 不 知 sp1 四 处 打 电 话 通 知 sil +009433 sil 工 程 现 场 sp1 有 工 人 在 烈 日 下 打 夯 sil +009434 sil 女 sp1 我 看 到 一 辆 宝 马 sp1 才 不 到 两 百 万 sil +009435 sil 八 零 后 的 月 光 族 sp1 应 该 如 何 理 财 呢 sil +009436 sil 他 说 sp1 京 剧 讲 究 的 是 琴 师 司 鼓 sil +009437 sil 吃 苦 耐 劳 连 续 作 战 的 作 风 咋 样 sil +009438 sil 看 到 这 个 横 幅 sp1 许 多 人 热 泪 盈 眶 sil +009439 sil 另 外 sp1 人 工 堵 点 将 加 派 警 力 疏 通 sil +009440 sil 我 一 报 告 你 逃 夜 sp1 就 得 处 分 sp1 没 告 你 挺 好 了 sp1 看 一 封 信 sp1 有 什 么 了 不 起 了 sil +009441 sil 两 国 元 首 高 瞻 远 瞩 sp1 开 创 了 中 美 关 系 的 新 局 面 sil +009442 sil 全 球 第 一 座 乒 乓 球 拍 造 型 的 体 育 宾 馆 效 果 图 sil +009443 sil 老 师 sp1 再 想 一 想 sp1 经 常 拿 一 把 剪 刀 sp1 在 花 丛 边 溜 达 的 是 什 么 人 sil +009444 sil 他 不 但 大 声 吵 嚷 sp1 还 打 坏 了 店 内 很 多 物 品 sil +009445 sil 有 媒 体 直 言 sp1 这 样 露 骨 的 教 育 sp1 不 仅 无 用 sp1 而 且 有 害 sil +009446 sil 我 一 切 都 好 sp1 您 大 可 不 必 操 心 sil +009447 sil 森 林 公 安 赶 到 后 sp1 将 鸟 网 拆 除 sil +009448 sil 都 快 成 年 了 sp1 还 不 知 道 还 手 啊 sil +009449 sil 比 如 sp1 前 少 奶 奶 sp1 周 迅 和 张 雨 绮 sil +009450 sil 那 样 的 日 子 简 直 不 敢 想 象 呐 sil +009451 sil 今 晚 sp1 等 着 你 媳 妇 和 你 拼 命 吧 sil +009452 sil 我 当 时 愣 在 那 半 天 sp1 不 知 咋 办 sil +009453 sil 一 些 官 员 听 完 后 sp1 觉 得 获 益 匪 浅 sil +009454 sil 再 说 sp1 咱 这 里 一 样 没 有 水 sp1 打 扫 起 来 更 花 工 夫 sil +009455 sil 东 湖 城 管 队 员 在 扫 雪 sil +009456 sil 旁 边 一 位 中 年 男 子 见 状 sp1 抡 起 档 口 附 近 的 凳 子 sp1 将 范 某 打 跑 sil +009457 sil 抗 议 示 威 者 声 称 sp1 将 解 放 首 都 的 黎 波 里 sil +009458 sil 有 没 有 发 现 sp1 我 喜 欢 背 影 照 sp1 不 过 我 相 信 sp1 你 心 里 已 经 有 我 的 轮 廓 了 sil +009459 sil 杨 国 胜 sp1 被 烧 得 像 个 黑 人 sp1 衣 服 跟 皮 肤 粘 在 一 起 sil +009460 sil 那 时 候 sp1 我 们 俩 真 是 贫 贱 不 能 移 啊 sil +009461 sil 是 吗 sp1 李 志 清 说 着 屁 股 又 哪 一 寸 sil +009462 sil 宣 誓 结 束 sp1 国 旗 缓 缓 退 出 会 场 sil +009463 sil 就 算 无 语 sp1 我 也 会 一 直 陪 着 主 人 的 哦 sil +009464 sil 人 类 如 何 才 能 摆 脱 毁 灭 的 命 运 sil +009465 sil 谁 能 出 任 sp1 俄 罗 斯 队 新 的 主 教 练 sil +009466 sil 其 他 的 来 自 于 精 神 病 诊 所 或 医 院 sil +009467 sil 同 时 sp1 街 道 经 多 方 走 访 求 证 sp1 最 终 确 认 了 救 人 者 就 是 冯 世 艮 sil +009468 sil 只 要 没 有 太 多 的 杂 念 sp1 就 能 体 会 到 真 正 的 快 乐 啦 sil +009469 sil 今 年 sp1 就 有 驴 友 建 议 sp1 尽 快 立 法 将 旅 游 日 假 期 常 态 化 sil +009470 sil 争 执 中 sp1 赵 某 遂 用 双 手 掐 住 官 某 的 脖 子 致 其 死 亡 sil +009471 sil 岛 上 sp1 有 韩 方 建 造 的 灯 塔 sp1 海 岸 哨 所 和 码 头 等 设 施 sil +009472 sil 图 中 有 一 处 明 显 错 误 sp1 即 sp1 没 有 把 台 湾 划 为 中 国 的 领 土 sil +009473 sil 谢 先 生 通 知 了 滑 雪 场 工 作 人 员 sp1 并 送 儿 子 去 了 医 院 sil +009474 sil 改 扩 建 国 博 sp1 不 会 是 为 了 展 示 这 些 奢 侈 品 文 化 吧 sil +009475 sil 本 来 去 调 解 纠 纷 的 sp1 碰 巧 把 这 名 逃 犯 揪 出 来 了 sil +009476 sil 但 在 肆 虐 的 沙 尘 沙 暴 面 前 sp1 计 划 变 成 昙 花 一 梦 sil +009477 sil 这 股 旋 风 向 他 的 对 面 快 速 移 动 sp1 彩 钢 板 也 跟 着 跑 sil +009478 sil 面 对 同 样 倔 强 的 父 亲 sp1 巍 子 无 可 奈 何 只 得 百 依 百 顺 sil +009479 sil 我 赶 紧 翻 钱 包 sp1 完 了 sp1 就 剩 五 毛 了 sp1 报 警 吧 sp1 手 机 呢 sil +009480 sil 当 天 sp1 美 元 兑 日 元 sp1 也 上 涨 一 点 零 三 sp1 报 七 十 八 点 六 七 sil +009481 sil 孙 兴 恳 请 公 众 sp1 把 信 任 重 新 交 回 到 自 己 的 手 上 sil +009482 sil 别 人 有 背 景 sp1 我 们 只 有 背 影 sp1 别 人 在 旅 游 sp1 我 们 在 梦 游 sil +009483 sil 借 助 这 种 增 长 动 能 sp1 我 们 将 能 保 持 市 场 领 先 地 位 sil +009484 sil 可 筹 来 的 那 点 钱 sp1 妹 妹 做 几 次 透 析 就 都 花 光 了 sil +009485 sil 汉 子 身 后 的 土 墙 上 sp1 钉 着 一 张 硬 白 纸 片 sp1 煞 是 惹 眼 sil +009486 sil 上 车 的 时 候 sp1 挂 一 档 起 步 sp1 考 官 突 然 来 了 一 句 sp1 加 油 sil +009487 sil 此 外 sp1 患 者 可 有 烦 渴 出 汗 sp1 流 涎 sp1 四 肢 肌 肉 痉 挛 sp1 呼 吸 困 难 等 症 状 sil +009488 sil 我 宁 愿 给 狗 吃 sp1 也 不 给 他 留 sil +009489 sil 有 什 么 不 会 的 sp1 尽 管 问 我 吧 sil +009490 sil 硬 朗 的 车 身 腰 线 sp1 从 车 前 大 灯 处 起 sp1 一 直 刚 劲 有 力 地 sp1 延 伸 向 后 sil +009491 sil 二 二 十 sp1 一 一 十 五 号 sp1 目 前 是 某 交 流 协 会 办 公 地 点 sil +009492 sil 昨 日 sp1 记 者 与 打 出 广 告 收 购 卵 子 的 中 介 见 面 sil +009493 sil 在 当 地 村 民 眼 里 sp1 毛 献 弥 是 一 个 有 些 执 拗 的 人 sil +009494 sil 大 叔 下 场 时 sp1 拍 了 拍 姚 明 的 肩 sp1 一 切 尽 在 不 言 中 sil +009495 sil 教 室 里 已 有 几 个 人 sp1 暑 假 的 练 笔 作 文 刚 发 下 来 sil +009496 sil 此 时 sp1 一 名 警 察 单 手 别 在 身 后 sp1 手 中 握 有 一 锤 子 sil +009497 sil 树 仁 兄 可 惜 晚 生 了 一 百 年 sp1 或 者 早 生 了 一 百 年 sil +009498 sil 当 时 争 论 的 问 题 sp1 仅 仅 是 该 不 该 在 湖 底 铺 膜 sil +009499 sil 因 为 知 道 自 己 的 失 败 与 无 能 sp1 于 是 想 办 法 去 克 服 sil +009500 sil 王 蒙 sp1 贾 平 凹 sp1 冯 骥 才 等 著 名 作 家 曾 历 任 会 长 sil +009501 sil 目 前 消 防 队 员 只 能 探 身 水 泥 管 sp1 一 点 点 刨 掘 sil +009502 sil 男 孩 呆 坐 在 地 sp1 不 时 抱 起 脚 趾 头 轻 轻 咬 一 口 sil +009503 sil 等 车 过 程 中 记 者 发 现 sp1 不 少 黑 车 便 蠢 蠢 欲 动 sil +009504 sil 依 法 被 限 制 人 身 自 由 sp1 或 剥 夺 政 治 权 利 的 除 外 sil +009505 sil 获 得 一 定 分 数 的 外 籍 人 士 sp1 将 被 视 为 高 级 人 才 sil +009506 sil 这 种 长 程 巡 弋 飞 弹 的 目 标 是 对 准 哪 个 国 家 sil +009507 sil 最 后 循 环 利 息 相 加 sp1 得 出 sp1 一 百 二 十 点 零 零 五 五 元 sil +009508 sil 比 如 说 提 倡 艰 苦 奋 斗 sp1 这 并 不 意 味 着 sp1 我 们 要 穿 打 补 丁 的 衣 服 sil +009509 sil 有 你 在 身 边 陪 伴 的 日 子 sp1 感 觉 每 天 都 像 度 假 一 样 开 心 呢 sil +009510 sil 钱 花 得 值 sp1 老 百 姓 sp1 也 愿 意 解 囊 sil +009511 sil 德 国 历 史 悠 久 sp1 文 化 璀 璨 sp1 素 有 诗 人 和 哲 学 家 国 度 的 美 誉 sil +009512 sil 高 炘 展 示 巩 俐 的 鼓 励 短 信 sil +009513 sil 不 仅 仅 速 度 快 sp1 而 且 质 量 高 sil +009514 sil 就 是 比 较 喜 欢 写 点 东 西 嘛 sil +009515 sil 五 年 来 sp1 在 吉 粤 商 用 青 春 和 热 血 书 写 了 彪 炳 史 册 的 壮 丽 篇 章 sil +009516 sil 她 贴 着 一 个 秃 头 男 人 sp1 那 才 是 贴 着 sp1 看 来 上 帝 也 有 漏 斩 的 时 候 sil +009517 sil 轻 松 击 垮 塔 利 班 之 后 sp1 美 军 面 对 的 sp1 是 一 盘 散 沙 似 的 武 装 分 子 sil +009518 sil 到 最 后 签 订 协 议 时 sp1 他 说 他 把 董 事 长 当 上 sp1 其 他 sp1 你 咋 搞 都 行 sil +009519 sil 闻 讯 后 sp1 吕 宗 音 立 即 跳 下 车 sp1 真 诚 悲 切 的 诉 说 sp1 打 动 了 志 愿 者 们 sil +009520 sil 地 方 政 府 sp1 对 本 地 区 乳 品 质 量 安 全 负 总 责 sil +009521 sil 葛 小 姐 的 妈 妈 王 女 士 sp1 至 今 仍 然 以 泪 洗 面 sil +009522 sil 而 且 sp1 当 然 也 是 寡 头 和 前 独 裁 者 的 避 难 所 sil +009523 sil 大 学 里 sp1 有 一 大 批 追 求 苗 条 和 骨 感 的 女 孩 sil +009524 sil 但 是 未 来 几 年 内 sp1 大 学 生 就 业 形 势 依 然 严 峻 sil +009525 sil 维 修 部 门 保 留 sp1 销 售 等 其 他 业 务 合 并 在 一 起 sil +009526 sil 在 二 百 五 十 多 万 名 考 生 中 sp1 憋 了 二 十 多 天 的 气 sp1 一 下 子 爆 发 出 来 了 sil +009527 sil 在 烛 光 的 映 照 下 sp1 老 人 眼 角 的 泪 花 闪 闪 发 亮 sil +009528 sil 邻 居 反 映 sp1 当 时 屋 内 明 火 不 大 sp1 但 是 浓 烟 呛 人 sil +009529 sil 以 上 款 物 折 合 人 民 币 sp1 四 十 四 点 四 六 四 三 万 元 sil +009530 sil 如 此 sp1 便 能 绕 开 政 府 主 管 部 门 冗 长 的 审 批 sil +009531 sil 以 后 sp1 你 再 这 么 大 声 说 我 sp1 我 就 给 你 点 颜 色 看 看 sil +009532 sil 他 们 经 过 千 挑 万 选 sp1 整 体 素 质 很 好 sp1 应 该 得 到 高 一 些 的 待 遇 sil +009533 sil 就 昨 天 这 丑 女 sp1 又 神 经 的 开 始 大 骂 女 神 sp1 最 后 sp1 女 神 气 坏 了 sil +009534 sil 不 过 sp1 他 现 场 的 幽 默 语 言 sp1 却 逗 得 观 众 和 众 位 嘉 宾 合 不 拢 嘴 sil +009535 sil 该 管 理 员 立 即 把 自 己 锁 在 笼 子 里 sp1 以 免 其 他 的 猩 猩 也 逃 跑 sil +009536 sil 推 而 言 之 sp1 古 希 腊 哲 学 是 静 观 的 sp1 它 反 映 了 超 越 现 实 的 理 想 sil +009537 sil 至 少 在 化 妆 方 面 sp1 我 可 以 比 别 人 少 用 半 小 时 sp1 因 为 sp1 不 用 化 眉 毛 sil +009538 sil 巧 家 官 方 的 这 份 回 应 sp1 很 快 被 外 界 视 做 急 于 撇 清 拆 迁 矛 盾 sil +009539 sil 夫 妇 俩 每 年 的 休 假 全 用 在 了 长 途 跋 涉 去 老 家 看 孩 子 上 sil +009540 sil 徐 立 唱 的 很 投 入 sp1 观 众 跟 着 唱 的 也 很 投 入 sp1 现 场 嗨 成 一 片 sil +009541 sil 此 外 sp1 今 年 启 用 了 一 批 新 式 扫 雪 设 备 sp1 替 代 融 雪 剂 的 使 用 量 sil +009542 sil 目 前 sp1 陈 某 因 涉 嫌 故 意 损 毁 公 司 财 物 sp1 被 警 方 刑 拘 sil +009543 sil 你 是 否 想 过 sp1 你 的 个 人 信 息 sp1 也 许 已 被 转 手 数 次 sil +009544 sil 癔 症 发 作 时 sp1 有 的 孩 子 自 述 头 晕 或 出 现 抽 搐 sil +009545 sil 不 是 要 拍 照 吗 sp1 大 家 排 好 队 sp1 麻 利 点 sil +009546 sil 好 好 睡 一 觉 sp1 明 天 又 是 崭 新 的 一 天 sil +009547 sil 但 李 家 鼎 与 施 明 均 否 认 sil +009548 sil 昨 天 sp1 隔 夜 资 金 跌 破 百 分 之 三 sp1 至 百 分 之 二 点 九 六 七 一 sil +009549 sil 妻 子 的 脚 瘸 sp1 则 是 一 场 医 疗 事 故 的 后 遗 症 sil +009550 sil 说 不 定 sp1 他 会 比 约 翰 还 要 早 的 东 山 再 起 呢 sil +009551 sil 他 提 醒 投 资 者 sp1 警 惕 会 否 出 现 滞 胀 现 象 sil +009552 sil 他 见 是 余 雄 sp1 忙 跑 过 去 sp1 余 雄 说 sp1 排 我 前 面 sil +009553 sil 两 国 经 贸 合 作 的 不 断 扩 大 sp1 使 美 中 双 方 获 益 sil +009554 sil 六 月 二 十 七 日 sp1 蛟 龙 号 刷 新 纪 录 sp1 下 潜 至 七 千 零 六 十 二 米 sil +009555 sil 此 后 sp1 在 西 藏 恢 复 旧 有 的 封 建 农 奴 制 度 sp1 也 成 为 永 远 不 可 能 sil +009556 sil 过 去 几 十 年 sp1 沿 海 之 所 以 发 展 迅 速 sp1 就 是 因 为 进 项 物 流 便 利 sil +009557 sil 据 悉 sp1 在 返 亲 宴 上 sp1 展 示 女 方 嫁 妆 sp1 是 晋 江 一 带 特 有 的 习 俗 sil +009558 sil 进 入 汽 车 时 代 以 来 sp1 人 们 似 乎 一 刻 也 离 不 开 滚 滚 的 车 轮 sil +009559 sil 此 外 sp1 整 个 馆 中 sp1 还 收 藏 着 贾 平 凹 的 一 些 藏 品 和 书 画 作 品 sil +009560 sil 对 于 反 对 派 sp1 我 一 直 觉 得 他 们 很 肮 脏 sil +009561 sil 是 否 削 弱 了 对 农 业 的 投 入 sil +009562 sil 金 色 的 夸 张 铆 钉 手 镯 sp1 和 闪 闪 亮 的 金 色 包 包 sp1 呼 应 得 刚 刚 好 sil +009563 sil 在 做 完 检 查 返 回 病 房 途 中 sp1 琳 琳 躺 在 病 床 上 摆 弄 手 机 sil +009564 sil 不 过 sp1 网 友 都 纷 纷 支 持 应 采 儿 这 一 霸 气 行 为 sil +009565 sil 他 说 sp1 当 时 在 片 场 sp1 霍 伯 几 乎 跟 所 有 人 干 过 架 sil +009566 sil 想 着 想 着 sp1 自 己 被 自 己 逗 乐 sp1 对 着 军 火 库 造 型 的 雨 果 堂 开 怀 大 笑 sil +009567 sil 周 庄 船 夫 的 生 意 极 佳 sp1 每 个 人 都 恨 不 得 脚 也 能 划 桨 sp1 好 多 拉 些 生 意 sil +009568 sil 她 和 一 帮 说 话 嘟 嘟 囔 囔 sp1 成 天 跳 舞 的 人 生 活 在 一 起 sil +009569 sil 去 深 圳 打 工 之 前 sp1 弟 弟 妹 妹 sp1 就 嚷 嚷 着 要 买 部 电 脑 sil +009570 sil 他 的 到 来 是 一 件 好 事 sp1 我 很 欢 迎 他 sp1 不 管 是 代 表 个 人 还 是 代 表 俱 乐 部 sil +009571 sil 小 女 孩 挺 乖 的 sp1 没 有 哭 闹 sil +009572 sil 有 什 么 心 事 吗 sp1 可 以 和 我 分 享 一 下 呀 sil +009573 sil 居 民 说 sp1 这 些 流 浪 儿 似 乎 突 然 消 失 了 sp1 不 知 前 往 何 处 sil +009574 sil 嘣 一 下 sp1 核 桃 完 好 的 在 地 上 打 滚 sp1 宿 舍 门 却 掉 了 下 来 sil +009575 sil 面 对 一 系 列 的 打 击 sp1 田 正 阳 没 有 气 馁 sp1 反 而 更 加 坚 强 sil +009576 sil 这 个 看 似 平 淡 的 消 息 sp1 实 则 意 义 重 大 sil +009577 sil 所 里 的 人 sp1 自 卑 武 功 不 及 佛 山 飞 鸿 帮 sp1 大 不 了 关 几 天 就 放 了 出 去 sil +009578 sil 直 到 昨 天 sp1 中 国 队 sp1 已 经 以 九 块 金 牌 入 账 sp1 暂 居 奥 运 会 金 牌 榜 的 榜 首 sil +009579 sil 前 几 年 火 车 提 速 sp1 但 那 里 的 孩 子 却 不 能 提 速 sil +009580 sil 而 此 次 参 加 人 数 众 多 sp1 也 让 迈 向 顶 点 的 难 度 增 加 sil +009581 sil 潘 某 转 身 和 何 某 对 打 sp1 并 试 图 抢 过 何 某 的 秤 砣 sil +009582 sil 为 什 么 一 向 给 人 勤 俭 印 象 的 德 国 人 sp1 变 得 不 会 过 日 子 了 sil +009583 sil 它 这 个 就 是 老 百 姓 说 的 瘪 玉 米 sp1 就 是 去 了 皮 sp1 里 头 没 有 粮 食 了 sil +009584 sil 面 对 狡 猾 的 嫌 疑 人 sp1 民 警 摆 出 种 种 证 据 一 一 反 驳 sil +009585 sil 图 为 首 钢 职 工 sp1 昨 日 在 料 场 紧 张 地 抢 卸 冻 煤 sil +009586 sil 二 十 六 年 前 sp1 王 信 臣 当 兵 sp1 来 到 了 南 海 舰 队 某 水 警 区 sil +009587 sil 一 些 到 塞 罕 坝 的 游 客 全 副 武 装 享 受 天 寒 地 冻 的 另 类 快 乐 sil +009588 sil 新 规 实 施 第 二 天 sp1 我 省 一 些 地 方 的 煤 矿 执 行 情 况 sp1 到 底 如 何 sil +009589 sil 作 为 从 业 人 员 sp1 我 已 经 丧 失 了 看 电 视 剧 的 乐 趣 sil +009590 sil 这 次 补 课 也 一 样 sp1 没 人 要 听 他 的 课 sil +009591 sil 但 高 能 权 的 抠 sp1 是 远 近 出 了 名 的 sil +009592 sil 两 个 都 是 大 美 女 sp1 好 难 选 择 呀 sil +009593 sil 在 学 习 怎 样 让 自 己 变 的 更 聪 明 sil +009594 sil 可 是 sp1 县 级 政 府 竞 争 裁 判 是 谁 sil +009595 sil 我 有 一 颗 热 爱 生 活 的 心 sp1 这 比 什 么 都 重 要 sil +009596 sil 冰 岛 更 是 昼 夜 难 辨 sp1 仿 佛 进 入 核 冬 天 sil +009597 sil 大 到 里 面 不 允 许 小 的 铺 位 sil +009598 sil 学 校 的 走 读 生 在 放 学 后 是 不 允 许 在 学 校 逗 留 的 sil +009599 sil 张 国 立 sp1 与 罗 志 祥 张 韶 涵 sil +009600 sil 老 工 人 文 化 宫 及 以 南 片 区 的 低 矮 建 筑 将 全 部 拆 除 sil +009601 sil 在 最 冷 的 几 天 sp1 战 士 露 宿 户 外 sp1 腾 出 帐 篷 安 置 群 众 sil +009602 sil 殷 立 君 说 sp1 齐 景 海 的 父 母 都 是 农 民 sp1 弟 兄 五 个 排 行 老 大 sil +009603 sil 火 很 大 sp1 看 不 清 sp1 烟 也 很 大 sil +009604 sil 三 岁 那 年 sp1 和 很 多 小 朋 友 一 样 sp1 小 琪 喜 欢 上 了 咬 手 指 sil +009605 sil 搞 好 大 学 生 寝 室 关 系 sp1 自 然 也 意 义 重 大 sil +009606 sil 半 年 走 一 转 sp1 十 船 九 打 烂 sil +009607 sil 否 则 sp1 失 去 拥 趸 的 苹 果 将 会 死 得 很 惨 sil +009608 sil 民 警 又 生 一 计 sp1 切 断 这 名 老 师 家 的 电 源 sil +009609 sil 此 次 虽 然 资 金 不 多 sp1 但 对 于 在 建 项 目 sp1 仍 然 很 解 渴 sil +009610 sil 她 也 用 自 己 的 爱 心 sp1 点 缀 了 自 己 的 生 命 sil +009611 sil 货 车 的 尾 部 sp1 已 经 凹 陷 变 形 sil +009612 sil 处 罚 看 情 面 sp1 打 点 有 神 功 sil +009613 sil 不 过 sp1 土 胶 作 坊 sp1 并 未 从 此 在 山 东 绝 迹 sil +009614 sil 第 三 点 是 运 营 初 期 sp1 这 里 头 学 问 就 比 较 大 sp1 很 有 玄 机 sil +009615 sil 我 的 数 学 老 师 还 没 教 过 我 sil +009616 sil 嫁 给 这 么 个 人 sp1 我 这 辈 子 也 算 没 指 望 了 sil +009617 sil 其 中 sp1 包 括 老 牌 乳 品 企 业 sp1 杭 州 美 丽 健 乳 业 有 限 公 司 sil +009618 sil 焦 先 生 说 sp1 前 天 sp1 他 和 妻 子 陈 女 士 sp1 相 约 爬 山 赏 景 sil +009619 sil 小 宁 没 有 多 想 sp1 就 上 了 车 sil +009620 sil 自 幼 时 记 事 起 sp1 大 人 们 一 说 起 他 sp1 都 躲 躲 闪 闪 sp1 讳 莫 如 深 sil +009621 sil 以 下 是 记 者 与 何 超 云 的 访 问 sil +009622 sil 我 还 没 开 发 出 这 个 功 能 耶 sil +009623 sil 即 使 他 犯 了 错 sp1 父 母 亲 也 不 会 教 训 他 sil +009624 sil 监 控 拍 摄 到 sp1 该 男 子 走 路 时 有 些 跛 脚 sp1 长 发 sp1 偏 瘦 sil +009625 sil 户 籍 sp1 依 旧 捆 绑 了 户 籍 人 口 的 特 许 权 sil +009626 sil 没 有 人 发 牢 骚 sp1 而 是 铆 足 劲 sp1 着 手 整 改 sil +009627 sil 这 是 一 个 生 意 盎 然 的 春 日 sp1 生 命 的 奇 迹 sp1 不 断 被 创 造 sil +009628 sil 崇 圣 寺 三 塔 sp1 我 强 力 推 荐 sil +009629 sil 我 的 记 忆 只 有 七 秒 sp1 骗 你 哒 sil +009630 sil 民 警 解 开 绳 子 救 了 男 孩 sil +009631 sil 不 料 sp1 这 一 句 话 惹 恼 了 李 敖 sil +009632 sil 黄 长 勇 给 出 了 自 己 的 答 案 sil +009633 sil 她 在 趴 下 之 后 就 没 醒 了 sil +009634 sil 其 实 sp1 又 有 谁 会 无 缘 无 故 地 找 她 的 麻 烦 呢 sil +009635 sil 中 午 时 分 sp1 军 都 山 滑 雪 场 sil +009636 sil 随 后 sp1 又 与 一 前 来 阻 拦 的 村 民 扭 打 起 来 sil +009637 sil 阳 光 之 下 sp1 快 跑 者 未 必 先 达 sp1 力 战 者 sp1 未 必 能 胜 sil +009638 sil 如 果 是 专 家 sp1 都 得 往 评 估 报 告 上 签 字 sil +009639 sil 他 花 起 钱 来 大 手 大 脚 sp1 内 心 异 常 冷 酷 sil +009640 sil 他 透 露 sp1 举 报 人 sp1 未 向 他 索 取 任 何 报 酬 sil +009641 sil 但 有 渔 民 认 为 sp1 近 期 水 葫 芦 的 影 响 已 不 大 sil +009642 sil 今 早 sp1 发 现 自 己 被 拉 黑 了 sil +009643 sil 起 火 点 位 于 河 边 sil +009644 sil 努 尔 比 耶 的 母 亲 是 一 位 教 师 sil +009645 sil 快 人 快 语 是 李 永 波 的 个 性 sil +009646 sil 结 果 越 是 这 样 sp1 得 罪 人 越 多 sil +009647 sil 这 是 我 应 该 做 的 sp1 不 用 客 气 sil +009648 sil 课 堂 上 听 不 懂 sp1 下 课 就 向 哥 哥 姐 姐 问 sil +009649 sil 我 爸 还 去 姥 姥 家 闹 sil +009650 sil 我 们 就 可 以 容 忍 如 此 惨 不 忍 睹 的 局 面 sil +009651 sil 赴 贵 州 捐 款 晒 掉 两 层 皮 sil +009652 sil 另 外 sp1 幺 零 八 国 道 洋 县 段 sp1 也 出 现 了 类 似 的 情 况 sil +009653 sil 刘 先 生 尴 尬 地 笑 了 笑 sp1 将 烟 收 了 回 去 sil +009654 sil 以 军 又 开 辟 了 黎 巴 嫩 战 场 sil +009655 sil 巨 额 亏 空 后 sp1 蒋 公 开 潜 逃 sil +009656 sil 六 个 男 孩 玩 到 兴 起 sp1 说 起 了 黄 色 笑 话 sil +009657 sil 现 在 还 感 觉 头 晕 手 臂 疼 sil +009658 sil 它 们 本 小 利 微 sp1 最 难 经 受 市 场 的 震 荡 sil +009659 sil 在 历 山 路 一 家 超 市 sp1 一 位 消 费 者 正 仔 细 端 详 成 分 表 sil +009660 sil 我 能 狠 心 打 断 你 不 sil +009661 sil 你 点 sp1 你 点 sp1 你 点 sp1 二 混 子 sil +009662 sil 被 烧 成 空 架 的 店 铺 sp1 招 牌 已 看 不 见 了 sil +009663 sil 老 父 亲 sp1 每 年 都 要 低 声 下 气 地 去 催 款 sp1 可 总 是 碰 壁 sil +009664 sil 白 胖 高 sp1 白 而 亮 的 脸 sp1 代 替 了 灯 的 功 能 sil +009665 sil 你 们 到 这 儿 sp1 不 是 睡 觉 来 的 sil +009666 sil 泵 房 下 部 主 体 结 构 已 完 成 sil +009667 sil 这 座 土 丘 sp1 已 经 被 炸 出 一 个 深 深 的 豁 口 sil +009668 sil 无 疑 sp1 唐 骏 的 甩 手 走 人 sp1 对 联 游 网 络 来 说 是 雪 上 加 霜 sil +009669 sil 网 民 们 是 否 普 遍 受 到 过 流 氓 软 件 的 骚 扰 呢 sil +009670 sil 稍 微 会 一 点 sp1 但 我 会 的 不 多 sil +009671 sil 什 么 乐 器 呀 sil +009672 sil 并 且 sp1 抛 售 普 遍 在 二 三 套 sil +009673 sil 我 拿 刀 就 砍 了 赵 作 海 一 刀 sil +009674 sil 不 管 下 放 预 备 队 的 是 什 么 人 sp1 都 可 以 回 到 队 伍 中 来 sil +009675 sil 这 其 中 sp1 以 欧 盟 的 关 卡 最 为 关 键 和 艰 难 sil +009676 sil 譬 如 说 sp1 玫 瑰 总 是 长 不 好 sil +009677 sil 给 女 友 个 惊 喜 sp1 带 女 友 去 附 近 的 地 方 玩 sil +009678 sil 这 是 两 辆 面 包 车 sp1 都 贴 着 环 卫 监 察 字 样 sp1 车 顶 安 装 着 喇 叭 sil +009679 sil 鞍 马 现 在 我 都 不 练 了 sp1 练 不 出 来 sp1 呵 呵 sil +009680 sil 在 你 投 资 之 前 sp1 希 望 sp1 你 能 玩 玩 我 们 的 游 戏 sil +009681 sil 这 么 多 笑 话 sp1 一 天 讲 不 完 呀 sil +009682 sil 我 失 恋 了 sp1 我 蓝 瘦 啊 sp1 我 香 菇 sil +009683 sil 什 么 都 不 用 你 干 sp1 就 这 样 给 我 跪 到 天 亮 sil +009684 sil 他 想 扛 着 sp1 却 已 力 不 从 心 sil +009685 sil 当 时 心 里 只 想 少 惹 麻 烦 sil +009686 sil 第 二 年 生 了 个 大 胖 小 子 sil +009687 sil 它 们 能 在 江 水 和 海 水 中 生 存 sp1 并 且 成 熟 后 sp1 洄 游 到 产 卵 地 产 卵 sil +009688 sil 海 登 对 邹 家 华 的 来 访 表 示 欢 迎 sil +009689 sil 这 也 是 作 为 网 络 写 手 最 痛 苦 的 事 sil +009690 sil 目 前 sp1 全 国 奶 业 整 体 低 迷 sp1 主 要 是 消 费 者 对 乳 品 质 量 信 心 不 足 sil +009691 sil 担 心 张 某 报 警 sp1 两 人 用 枕 巾 sp1 捂 住 了 张 某 的 嘴 sp1 直 至 他 不 再 动 弹 sil +009692 sil 日 本 的 饮 食 思 想 sp1 饮 食 文 化 sp1 食 物 sp1 烹 饪 所 受 到 的 最 大 影 响 是 中 国 sil +009693 sil 这 些 外 表 光 鲜 的 人 sp1 做 出 了 龌 龊 肮 脏 的 丑 事 sp1 记 住 他 们 的 名 字 sil +009694 sil 他 曾 想 过 放 弃 sp1 尽 管 如 今 sp1 他 已 是 沿 海 某 市 的 青 少 年 散 打 冠 军 sil +009695 sil 其 次 的 棒 棒 sp1 是 为 人 活 络 sp1 关 系 多 sp1 业 务 都 是 熟 人 介 绍 的 sil +009696 sil 记 者 发 现 sp1 明 年 放 假 安 排 在 总 体 上 sp1 不 会 出 现 最 折 腾 长 假 sil +009697 sil 窗 外 晚 风 吹 拂 sp1 树 叶 有 了 活 力 sp1 哗 啦 啦 地 响 sp1 像 在 诉 说 着 什 么 sil +009698 sil 民 警 一 路 从 永 兴 县 sp1 到 郴 州 市 区 sp1 地 段 几 十 公 里 sp1 排 查 所 有 医 院 sil +009699 sil 唐 红 键 sp1 喜 欢 用 道 路 曲 折 sp1 来 描 述 中 国 核 电 工 业 的 发 展 历 程 sil +009700 sil 雄 伟 的 人 民 大 会 堂 气 氛 隆 重 热 烈 sp1 万 人 大 礼 堂 里 sp1 灯 光 璀 璨 sil +009701 sil 再 次 交 易 时 sp1 介 绍 人 建 某 和 她 的 朋 友 杨 某 sp1 打 起 了 其 他 算 盘 sil +009702 sil 积 分 以 分 为 单 位 sp1 每 次 进 入 账 户 时 sp1 按 四 舍 五 入 规 则 取 整 计 算 sil +009703 sil 这 时 sp1 楼 房 晃 得 更 加 厉 害 sp1 玻 璃 窗 哗 哗 的 砸 落 下 来 sil +009704 sil 潘 石 屹 出 了 一 个 价 钱 sp1 我 们 综 合 考 虑 可 以 就 卖 喽 sil +009705 sil 第 八 例 确 诊 病 例 sp1 为 一 七 岁 女 童 sp1 加 拿 大 籍 华 人 sil +009706 sil 桥 的 另 一 端 sp1 为 防 止 人 上 桥 sp1 特 意 砌 起 了 一 堵 矮 墙 sil +009707 sil 然 后 有 人 过 来 拿 这 哥 们 儿 的 话 筒 sp1 要 把 他 请 出 去 sil +009708 sil 我 领 导 了 它 五 十 七 年 sp1 也 不 可 避 免 地 犯 了 一 些 错 sil +009709 sil 条 例 对 污 染 源 普 查 的 组 织 实 施 sp1 作 了 哪 些 规 定 sil +009710 sil 老 贝 每 次 亮 相 前 sp1 都 要 细 心 地 涂 脂 抹 粉 一 番 呢 sil +009711 sil 去 年 sp1 荷 兰 武 器 的 最 大 买 家 是 丹 麦 sp1 美 国 和 安 曼 sil +009712 sil 杂 交 水 稻 应 用 sp1 则 是 提 高 水 稻 产 量 的 最 佳 选 择 sil +009713 sil 零 时 十 九 分 许 sp1 海 巡 三 幺 二 五 七 号 sp1 抵 达 事 发 水 域 sil +009714 sil 跑 车 车 身 也 整 个 凹 陷 下 去 sp1 车 头 和 车 身 部 位 完 好 sil +009715 sil 今 天 sp1 本 报 将 为 您 奉 献 最 详 细 的 中 转 接 续 方 案 sil +009716 sil 玉 树 当 地 僧 侣 正 在 积 极 救 援 被 困 废 墟 的 民 众 sil +009717 sil 彭 仲 新 带 的 几 个 人 sp1 由 于 寡 不 敌 众 sp1 则 四 处 逃 命 sil +009718 sil 今 天 的 酒 泉 卫 星 发 射 中 心 秋 高 气 爽 阳 光 灿 烂 sil +009719 sil 王 奇 孤 身 一 人 sp1 无 儿 无 女 sp1 靠 政 府 补 助 和 拾 荒 度 日 sil +009720 sil 记 者 们 sp1 一 般 都 是 在 sp1 答 问 环 节 sp1 才 突 然 精 神 抖 擞 sil +009721 sil 多 米 尼 加 人 sp1 很 想 了 解 中 国 菜 和 点 心 怎 么 做 sil +009722 sil 土 地 有 没 有 复 垦 好 sp1 合 不 合 格 sp1 全 靠 验 收 来 把 关 sil +009723 sil 结 束 泰 国 游 后 sp1 周 杰 伦 搂 着 妈 妈 sp1 步 出 桃 园 机 场 sil +009724 sil 一 名 女 士 哭 嚎 着 sp1 被 小 越 等 人 搀 扶 着 离 开 sil +009725 sil 毫 无 疑 问 sp1 克 努 特 是 世 界 上 最 受 欢 迎 的 动 物 sil +009726 sil 受 伤 村 民 sp1 已 送 到 当 地 医 院 接 受 治 疗 sil +009727 sil 究 竟 好 莱 屋 和 迪 斯 尼 的 魅 力 何 在 sil +009728 sil 后 得 知 sp1 他 患 有 严 重 痔 疮 sp1 影 响 走 路 sil +009729 sil 一 些 住 窝 棚 的 村 民 印 证 了 这 一 说 法 sil +009730 sil 五 是 雄 厚 的 财 力 支 持 其 持 续 领 先 sil +009731 sil 这 样 才 能 筑 好 巢 sp1 才 能 引 来 好 凤 凰 sil +009732 sil 乔 布 斯 在 五 十 六 岁 时 sp1 因 胰 腺 癌 病 逝 sil +009733 sil 穿 上 戏 装 是 演 员 sp1 脱 下 戏 装 是 农 民 sil +009734 sil 你 年 方 十 八 一 枝 花 sp1 年 方 二 八 会 成 家 sp1 年 方 三 八 有 钱 花 sp1 怎 么 样 sp1 准 吗 sil +009735 sil 但 她 的 卵 巢 等 生 殖 器 官 发 育 正 常 sil +009736 sil 潘 兵 是 一 位 颇 有 特 点 和 个 性 的 选 手 sil +009737 sil 我 天 天 炒 菜 做 饭 sp1 给 他 喂 的 饱 饱 的 sil +009738 sil 队 友 们 风 风 光 光 地 轮 番 出 去 比 赛 sil +009739 sil 孙 打 电 话 给 王 琳 sp1 要 他 教 训 陈 某 亮 sil +009740 sil 比 如 sp1 大 闸 蟹 上 市 了 sp1 就 发 螃 蟹 券 sil +009741 sil 不 然 就 会 造 成 极 大 的 误 传 和 猜 测 sil +009742 sil 这 么 急 切 地 呼 唤 我 sp1 是 不 是 想 我 了 sil +009743 sil 那 会 儿 心 情 也 很 郁 闷 sp1 幸 好 他 们 来 了 sil +009744 sil 翁 美 玲 自 杀 的 最 主 要 原 因 是 工 作 压 力 sil +009745 sil 不 要 愤 怒 sp1 也 不 要 试 图 改 变 游 戏 规 则 sil +009746 sil 而 且 sp1 他 可 以 正 常 行 走 sp1 就 是 有 点 跛 sil +009747 sil 蛇 的 其 他 部 分 说 sp1 你 没 有 眼 睛 鼻 子 sp1 怎 么 能 指 引 我 们 向 前 走 sil +009748 sil 其 实 sp1 我 不 是 特 别 喜 欢 照 相 sp1 牢 记 我 在 你 心 里 的 样 子 就 好 了 sil +009749 sil 他 说 sp1 虽 然 他 的 狗 对 人 很 友 好 sp1 但 每 次 遛 狗 都 用 绳 子 拴 着 sil +009750 sil 比 赛 中 sp1 几 乎 每 一 名 选 手 sp1 都 是 呲 牙 咧 嘴 痛 苦 不 堪 的 表 情 sil +009751 sil 对 于 比 赛 中 的 粗 野 场 面 sp1 布 伦 丹 认 为 sp1 比 赛 激 烈 可 以 理 解 sil +009752 sil 淼 淼 抢 先 点 了 干 果 盘 水 果 盘 各 一 个 sp1 啤 酒 红 酒 若 干 sil +009753 sil 郭 金 龙 评 价 鲁 勇 sp1 事 业 心 责 任 感 较 强 sp1 组 织 协 调 能 力 强 sil +009754 sil 中 国 政 府 很 周 全 sp1 无 可 挑 惕 sil +009755 sil 可 以 去 就 近 的 主 管 税 务 局 申 报 sp1 如 果 有 交 易 凭 证 可 以 携 带 sil +009756 sil 台 湾 司 法 机 构 近 来 丑 闻 不 断 sil +009757 sil 具 体 开 庭 审 理 时 间 sp1 丹 棱 县 法 院 在 通 报 中 未 提 及 sil +009758 sil 卡 梅 伦 表 示 感 谢 sp1 并 请 转 达 对 温 家 宝 总 理 的 问 候 sil +009759 sil 但 应 采 儿 后 来 发 现 sp1 那 次 分 明 是 他 又 忘 了 买 礼 物 sil +009760 sil 省 卫 生 厅 专 家 sp1 为 灾 区 群 众 讲 解 预 防 疾 病 知 识 sil +009761 sil 来 郑 州 十 几 年 sp1 刘 奎 元 sp1 都 没 能 带 老 伴 出 去 玩 玩 sil +009762 sil 上 学 的 时 候 sp1 我 就 很 恋 家 sp1 平 时 也 会 写 点 儿 东 西 sil +009763 sil 梁 某 借 着 酒 劲 儿 sp1 不 停 地 在 其 父 母 面 前 数 落 我 sil +009764 sil 雨 翔 连 斗 的 勇 气 也 没 有 sp1 只 有 在 背 地 里 骂 的 本 事 sil +009765 sil 锦 里 很 好 玩 sp1 可 以 吃 到 各 种 成 都 特 色 小 吃 呀 sil +009766 sil 创 造 更 多 的 商 业 利 润 sil +009767 sil 上 了 李 毅 吧 你 就 懂 了 sil +009768 sil 令 我 至 今 难 忘 的 sp1 还 有 周 总 理 那 爽 朗 的 笑 声 sil +009769 sil 这 次 主 人 把 我 难 到 了 sil +009770 sil 外 表 憨 厚 却 工 于 心 计 sil +009771 sil 他 将 被 控 非 法 闯 入 sp1 以 及 藐 视 法 庭 两 宗 罪 sil +009772 sil 最 后 实 在 拗 不 过 他 sp1 婷 婷 和 海 走 进 了 宾 馆 sil +009773 sil 丑 闻 明 星 走 不 了 长 线 sil +009774 sil 这 符 合 广 大 发 展 中 国 家 的 利 益 sp1 也 有 利 于 推 进 气 候 变 化 国 际 合 作 sil +009775 sil 不 要 浪 费 时 间 扯 淡 啦 sil +009776 sil 陈 继 明 认 为 sp1 对 方 瞧 不 起 他 sp1 两 人 发 生 抓 扯 sil +009777 sil 记 者 数 了 一 下 sp1 标 签 上 的 数 字 sp1 最 高 为 六 十 一 sil +009778 sil 啷 个 这 种 语 气 说 话 嘛 sil +009779 sil 私 底 下 也 不 曾 见 面 过 sil +009780 sil 住 在 乡 下 的 伤 不 起 呀 sil +009781 sil 一 个 有 棱 角 的 书 生 模 样 sil +009782 sil 提 到 赏 秋 sp1 不 应 该 只 让 人 简 单 地 想 到 红 色 sil +009783 sil 第 二 战 是 二 月 的 农 心 杯 sil +009784 sil 图 为 陈 光 标 手 捧 现 金 sil +009785 sil 彼 此 彼 此 sp1 半 斤 八 两 sil +009786 sil 你 是 否 有 兴 趣 sp1 与 他 的 巨 龙 风 筝 一 起 飞 天 呢 sil +009787 sil 小 明 长 的 像 冰 棍 sp1 在 水 里 游 泳 sp1 游 着 游 着 没 了 sil +009788 sil 尼 克 松 对 此 赞 不 绝 口 sp1 一 连 吃 了 六 只 馄 饨 sil +009789 sil 讲 完 故 事 sp1 保 证 你 开 心 sil +009790 sil 张 女 士 sp1 也 顺 手 拿 起 放 在 枕 边 的 木 棍 sp1 朝 那 名 男 子 头 上 抡 去 sil +009791 sil 她 做 的 菜 特 别 好 吃 sp1 同 事 喜 欢 来 蹭 顿 饭 吃 sil +009792 sil 所 以 sp1 谷 歌 这 次 人 事 变 动 受 到 外 界 普 遍 关 注 sil +009793 sil 宿 鸭 湖 湖 边 的 麦 地 里 sp1 被 毒 死 的 野 鸡 和 喜 鹊 随 处 可 见 sil +009794 sil 春 运 期 间 sp1 广 铁 集 团 日 开 行 动 车 组 列 车 二 百 五 十 六 对 sil +009795 sil 报 名 时 sp1 赵 铭 一 点 后 门 儿 也 没 走 sp1 乖 乖 在 人 群 中 排 队 领 号 sil +009796 sil 电 话 那 头 弱 弱 的 说 sp1 我 就 在 你 后 面 sp1 我 就 是 那 个 二 逼 sil +009797 sil 你 哪 那 么 多 废 话 sp1 给 老 娘 跪 好 sil +009798 sil 甘 爹 爹 撑 起 雨 伞 sp1 慢 慢 走 了 过 去 sil +009799 sil 余 雄 是 个 少 言 的 人 sp1 一 心 一 意 在 吃 面 sil +009800 sil 只 有 离 了 婚 sp1 我 才 能 学 着 更 坚 强 呀 sil +009801 sil 碰 上 这 样 的 想 合 影 就 会 非 常 困 难 sil +009802 sil 万 一 睡 着 时 sp1 屋 子 就 被 放 火 烧 了 呢 sil +009803 sil 经 区 政 府 与 多 方 协 调 重 新 上 路 sil +009804 sil 他 们 担 心 sp1 野 象 搬 家 后 可 能 重 返 sil +009805 sil 女 方 答 sp1 你 送 老 娘 的 也 这 么 大 sil +009806 sil 观 众 总 会 有 新 宠 sp1 不 复 念 旧 人 sil +009807 sil 随 后 sp1 现 场 众 人 一 同 起 哄 逼 婚 sil +009808 sil 他 说 这 种 攀 岩 是 最 纯 净 的 运 动 sil +009809 sil 火 从 三 角 形 的 窟 窿 开 始 燃 烧 sil +009810 sil 记 者 找 到 了 寝 室 布 置 者 小 马 sil +009811 sil 刚 认 识 就 要 妹 子 皂 片 sp1 再 聊 十 块 钱 的 吧 sil +009812 sil 夺 目 璀 璨 的 灯 光 sp1 交 织 着 激 情 澎 湃 的 音 乐 sil +009813 sil 老 爸 飞 身 一 脚 说 sp1 你 哥 在 谈 正 事 sp1 你 干 嘛 sil +009814 sil 马 德 保 的 理 论 课 上 得 人 心 涣 散 sp1 两 个 礼 拜 里 退 社 的 人 数 到 了 十 五 个 sil +009815 sil 花 园 口 与 将 军 坝 sp1 到 郑 州 看 黄 河 sp1 必 然 先 到 花 园 口 sil +009816 sil 在 林 女 士 心 中 sp1 小 蓉 从 小 乖 巧 懂 事 sp1 就 像 她 的 贴 心 小 棉 袄 sil +009817 sil 亲 属 们 丝 毫 没 有 怀 疑 sp1 将 平 日 积 攒 的 存 款 交 到 了 他 的 手 上 sil +009818 sil 医 生 检 查 sp1 发 现 爹 爹 直 肠 穿 孔 sp1 立 即 为 他 实 施 了 手 术 sil +009819 sil 人 们 手 捧 鲜 花 sp1 在 临 时 设 置 的 等 候 区 里 缓 缓 前 行 sil +009820 sil 用 人 单 位 不 得 拒 绝 阻 挠 sil +009821 sil 平 时 我 也 不 爱 出 门 sp1 在 家 看 看 报 纸 sp1 写 写 笔 记 啥 的 sil +009822 sil 可 年 根 儿 这 会 儿 sp1 做 馅 的 韭 菜 价 钱 涨 得 最 离 谱 sil +009823 sil 这 一 次 sp1 保 钓 船 只 sp1 被 四 艘 日 本 船 及 直 升 机 包 围 sp1 动 弹 不 得 sil +009824 sil 店 铺 内 sp1 玻 璃 碎 遍 地 sil +009825 sil 不 好 判 断 具 体 时 间 sil +009826 sil 考 古 专 家 感 到 挠 头 sil +009827 sil 耿 女 士 赶 紧 报 了 警 sil +009828 sil 搜 狐 则 从 七 十 三 跌 至 五 十 三 sp1 跌 幅 百 分 之 二 十 七 sil +009829 sil 什 么 时 候 给 我 换 个 彩 屏 手 机 sil +009830 sil 我 的 普 通 话 还 是 挺 标 准 的 吧 sil +009831 sil 至 于 当 初 报 考 南 科 大 sp1 他 也 只 是 想 逃 避 高 考 sp1 随 便 考 着 玩 玩 sil +009832 sil 于 是 sp1 雷 军 从 自 己 的 人 生 和 理 想 讲 起 sil +009833 sil 他 见 这 好 玩 sp1 正 愁 洗 脚 水 没 处 倒 sp1 顺 大 势 倒 了 下 去 sil +009834 sil 一 个 人 枯 坐 在 阴 暗 的 角 落 里 sp1 揪 着 大 腿 问 自 己 怎 么 办 sil +009835 sil 媒 人 告 诉 他 sp1 第 一 次 见 面 得 谦 虚 些 sp1 别 让 女 孩 难 堪 sil +009836 sil 有 了 科 学 指 引 sp1 执 行 搜 救 任 务 的 官 兵 sp1 顿 时 斗 志 倍 增 sil +009837 sil 他 穿 上 潜 水 衣 sp1 身 上 拴 了 根 绳 子 sp1 一 狠 心 跳 了 下 去 sil +009838 sil 到 了 湖 头 sp1 两 个 小 孩 发 觉 不 对 劲 sp1 向 他 嚷 嚷 要 回 家 sil +009839 sil 同 时 将 加 大 洒 水 车 送 水 力 度 sp1 鼓 励 居 民 水 井 取 水 sil +009840 sil 两 年 前 sp1 熊 杰 在 南 京 三 牌 楼 附 近 sp1 开 了 一 家 足 疗 店 sil +009841 sil 一 个 巨 大 的 脾 脏 完 整 地 托 出 sp1 剥 离 结 扎 并 成 功 切 除 sil +009842 sil 中 日 关 系 越 来 越 密 切 sp1 学 习 汉 语 的 日 本 人 亦 不 计 其 数 sil +009843 sil 观 音 建 议 sp1 不 如 让 两 猴 选 择 最 爱 的 水 果 sp1 众 生 皆 迷 茫 sil +009844 sil 当 然 sp1 上 网 也 不 光 是 看 棋 sp1 也 聊 聊 天 sp1 查 查 邮 件 什 么 的 sil +009845 sil 暖 暖 跪 下 了 sp1 我 再 也 不 犯 错 误 了 sp1 妈 妈 你 赶 紧 去 医 院 吧 sil +009846 sil 闫 秋 玲 说 sp1 字 是 用 黑 色 记 号 笔 写 的 sp1 不 是 用 刀 子 刻 的 sil +009847 sil 时 下 sp1 你 被 解 雇 了 在 美 国 甚 为 流 行 sp1 成 了 一 句 时 髦 语 sil +009848 sil 刑 满 释 放 后 的 高 义 强 不 思 悔 改 sp1 并 染 上 赌 博 的 恶 习 sil +009849 sil 第 二 天 sp1 有 二 百 零 三 家 厂 房 sp1 和 八 百 零 五 家 商 铺 被 订 购 sil +009850 sil 你 这 破 分 数 sp1 就 是 小 时 候 乱 七 八 糟 书 看 太 多 的 原 因 sil +009851 sil 当 官 真 好 sp1 什 么 都 玩 儿 sp1 什 么 都 会 sp1 什 么 都 赚 钱 sp1 呵 呵 sil +009852 sil 在 陈 水 扁 担 任 sp1 台 北 市 议 员 时 sp1 苏 焕 智 曾 担 任 扁 助 理 sil +009853 sil 刚 开 始 她 还 练 习 古 筝 sp1 因 为 弹 琴 sp1 手 指 都 磨 破 了 sp1 她 也 不 喊 苦 sil +009854 sil 细 细 揣 摩 sp1 似 乎 也 颇 为 符 合 郑 州 黄 河 公 路 大 桥 的 前 世 今 生 sil +009855 sil 他 喜 欢 开 玩 笑 sp1 比 如 sp1 我 举 枪 举 了 十 分 钟 sp1 他 就 走 过 来 说 sp1 累 吧 sil +009856 sil 由 于 落 水 后 连 呛 了 几 口 水 sp1 上 岸 后 的 婆 婆 惊 魂 未 定 sp1 脸 色 苍 白 sil +009857 sil 新 华 社 记 者 租 借 一 艘 当 地 渔 船 sp1 靠 近 了 在 浅 海 中 的 中 国 渔 船 sil +009858 sil 昔 日 土 妞 儿 变 时 尚 辣 妹 sp1 让 大 众 看 到 了 一 个 sp1 不 断 成 长 的 海 清 sil +009859 sil 因 为 盘 缠 几 乎 耗 尽 sp1 三 人 只 能 靠 邻 居 和 保 安 的 接 济 勉 强 度 日 sil +009860 sil 红 光 路 上 的 秦 阿 旁 宫 景 区 sp1 一 度 让 人 们 认 为 sp1 这 里 就 是 阿 旁 宫 sil +009861 sil 这 位 老 伯 持 老 人 免 费 证 上 车 sp1 采 取 各 种 办 法 sp1 性 骚 扰 女 乘 客 sil +009862 sil 平 性 的 有 山 药 sp1 白 萝 卜 sp1 甘 薯 sp1 马 铃 薯 sp1 南 瓜 西 红 柿 sp1 蘑 菇 等 sil +009863 sil 这 疯 狂 的 一 幕 sp1 也 许 只 有 等 到 大 潮 退 去 sp1 裸 泳 者 才 会 浮 出 水 面 sil +009864 sil 以 后 sp1 必 成 同 志 率 部 参 加 了 两 次 涟 水 保 卫 战 sp1 策 应 了 宿 北 大 战 的 胜 利 sil +009865 sil 为 了 能 跑 起 来 方 便 sp1 他 们 只 背 着 简 单 的 工 具 sp1 互 相 照 应 着 sp1 能 跑 就 跑 sil +009866 sil 从 前 有 个 大 灰 狼 sp1 你 猜 sp1 大 灰 狼 是 谁 sil +009867 sil 收 费 年 限 sp1 分 别 持 续 至 二 零 三 二 年 sp1 及 二 零 四 零 年 sil +009868 sil 如 果 吃 起 来 非 常 细 腻 sp1 则 说 明 玉 米 粉 加 得 不 多 sil +009869 sil 人 们 只 会 佩 服 那 些 有 创 造 性 贡 献 的 人 sil +009870 sil 交 公 粮 sp1 我 把 最 好 的 小 麦 玉 米 送 到 粮 管 所 sil +009871 sil 不 会 呀 主 人 sp1 骂 人 是 不 对 的 sil +009872 sil 曹 洪 亮 说 sp1 还 有 几 个 空 着 sp1 没 关 系 sp1 让 我 抄 抄 sil +009873 sil 赵 姑 娘 背 着 个 双 肩 包 sp1 坐 下 时 顺 势 放 在 一 边 sil +009874 sil 我 说 sp1 咽 不 下 这 口 气 sil +009875 sil 妈 sp1 撕 情 书 呢 sil +009876 sil 应 该 是 笔 墨 纸 砚 吧 sil +009877 sil 余 梅 决 定 剖 腹 产 sil +009878 sil 我 不 吃 你 那 套 sil +009879 sil 走 差 不 多 几 分 钟 sil +009880 sil 倒 水 的 学 生 只 听 到 前 半 句 sp1 遵 其 命 sp1 再 倾 其 余 水 sp1 边 倒 边 叫 sp1 去 你 的 sil +009881 sil 两 人 一 场 恶 斗 sp1 胜 负 难 分 sp1 只 好 把 矛 头 对 准 在 读 英 语 的 谢 景 渊 道 sp1 你 呢 sil +009882 sil 周 边 居 民 时 常 会 看 到 sp1 有 烟 气 从 铝 厂 林 立 的 大 烟 囱 中 排 出 sil +009883 sil 时 任 深 圳 市 司 法 局 副 局 长 的 徐 建 受 命 设 计 一 套 政 改 方 案 sil +009884 sil 钱 伟 长 对 饮 食 从 不 挑 惕 sp1 既 不 抽 烟 sp1 也 不 喝 酒 sp1 饮 茶 也 不 讲 究 sil +009885 sil 以 后 我 生 日 就 不 能 领 礼 物 了 sp1 呵 呵 sp1 可 能 sp1 她 是 为 了 省 礼 物 吧 sil +009886 sil 七 个 人 面 面 相 觑 sp1 然 后 说 sp1 你 走 错 地 方 了 sp1 我 们 是 葫 芦 娃 sil +009887 sil 乌 鸦 的 死 sp1 是 自 己 造 成 的 sp1 原 因 只 在 于 他 没 有 作 调 查 试 探 活 动 sil +009888 sil 截 至 目 前 sp1 挖 掘 工 作 已 经 结 束 sp1 目 前 压 路 机 正 在 夯 实 地 基 sil +009889 sil 该 人 士 提 醒 sp1 不 要 随 意 遗 弃 犬 只 sp1 给 市 民 出 行 sp1 带 来 安 全 隐 患 sil +009890 sil 这 类 文 字 的 涂 抹 工 具 sp1 不 再 是 记 号 笔 sp1 而 是 类 似 煤 灰 的 物 质 sil +009891 sil 男 友 sp1 是 这 样 sp1 我 记 得 sp1 我 是 在 一 个 月 色 朦 胧 的 晚 上 向 你 求 的 婚 sil +009892 sil 警 方 查 询 了 物 料 领 取 单 据 sp1 日 期 与 安 装 时 间 相 符 sil +009893 sil 据 悉 sp1 这 个 流 动 的 骆 驼 照 相 摊 sp1 并 未 办 理 任 何 手 续 sil +009894 sil 同 时 sp1 预 算 案 的 电 子 版 也 将 上 网 sp1 任 何 人 都 可 以 查 阅 sil +009895 sil 起 初 sp1 何 称 铭 搂 着 一 位 女 性 友 人 的 胳 膊 边 走 边 聊 sil +009896 sil 能 被 选 作 基 辛 格 资 料 的 收 藏 者 sp1 耶 鲁 深 感 荣 幸 sil +009897 sil 这 和 高 层 管 理 者 精 神 压 力 大 sp1 应 酬 多 有 很 大 关 系 sil +009898 sil 咱 们 牧 民 群 众 特 别 热 心 特 别 好 客 sp1 非 常 善 良 sil +009899 sil 每 一 个 火 箭 官 都 顺 利 地 升 上 去 了 sp1 冉 冉 若 星 光 sil +009900 sil 每 天 把 牢 骚 拿 出 来 晒 晒 太 阳 sp1 心 情 就 不 会 缺 钙 sil +009901 sil 昨 日 sp1 这 名 伤 者 与 医 生 全 部 被 警 方 依 法 刑 事 拘 留 sil +009902 sil 钱 伟 长 想 到 上 海 来 办 学 校 是 经 过 深 思 熟 虑 的 sil +009903 sil 她 见 我 一 进 门 就 骂 sp1 吃 饭 时 也 骂 sp1 骂 得 我 抬 不 起 头 sil +009904 sil 李 述 德 在 离 开 之 前 sp1 只 说 了 一 句 sp1 柱 驼 杀 父 亲 了 sil +009905 sil 这 种 车 票 和 保 险 单 捆 绑 出 售 属 于 重 复 性 购 买 sil +009906 sil 戴 佩 妮 的 男 友 西 米 露 接 唱 情 歌 sp1 让 她 非 常 开 心 sil +009907 sil 观 大 势 谋 大 局 出 大 策 sp1 始 终 是 该 院 的 办 院 方 针 sil +009908 sil 他 们 骑 着 摩 托 回 家 sp1 正 好 为 农 忙 时 的 父 母 帮 忙 sil +009909 sil 但 是 因 为 还 没 到 退 休 年 龄 sp1 只 能 掰 着 指 头 捱 日 子 sil +009910 sil 这 几 天 雨 水 不 断 sp1 人 们 恨 不 得 待 在 家 里 不 出 门 sil +009911 sil 没 想 到 徐 赟 张 海 翔 两 人 就 此 玩 起 了 人 间 蒸 发 sil +009912 sil 藤 村 此 番 发 言 可 能 是 为 了 凸 显 野 田 的 领 导 能 力 sil +009913 sil 程 长 庚 sp1 生 在 清 王 朝 嘉 庆 年 间 sp1 安 徽 的 潜 山 小 县 sil +009914 sil 南 海 海 域 综 合 补 给 基 地 码 头 项 目 正 在 论 证 中 sil +009915 sil 也 就 是 说 sp1 今 晚 成 都 市 民 极 有 可 能 再 次 看 到 飘 雪 sil +009916 sil 随 着 天 气 转 热 sp1 各 地 的 游 泳 场 所 开 始 人 头 攒 动 sil +009917 sil 更 让 徐 先 生 纳 闷 的 是 sp1 房 客 的 手 机 也 打 不 通 了 sil +009918 sil 遇 到 颠 簸 时 sp1 应 听 从 乘 务 员 的 安 全 指 令 sp1 回 座 位 坐 好 sil +009919 sil 他 在 后 面 呆 惯 了 sp1 怕 自 己 一 插 身 后 的 人 会 不 满 sp1 不 敢 排 进 去 sil +009920 sil 傍 晚 sp1 七 个 小 人 回 来 了 sp1 白 雪 公 主 说 sp1 你 们 就 是 我 命 中 的 七 个 小 矮 人 吧 sil +009921 sil 他 本 想 说 sp1 教 育 局 管 这 个 sp1 他 们 是 一 路 的 sp1 这 样 一 管 岂 不 是 妓 女 起 嫖 客 sil +009922 sil 一 种 表 示 商 品 所 有 权 的 财 物 证 券 sp1 也 称 商 品 证 券 sp1 如 提 货 单 交 货 单 sil +009923 sil 会 有 很 丰 富 的 东 西 留 下 来 sp1 说 都 说 不 完 sil +009924 sil 这 句 话 像 从 天 而 降 sp1 吓 得 四 周 一 片 寂 静 sil +009925 sil 记 者 所 在 的 是 受 害 人 家 属 所 在 的 右 区 sil +009926 sil 不 管 哈 大 爷 去 哪 sp1 它 都 一 步 不 离 地 跟 着 sil +009927 sil 大 家 抬 头 望 去 sp1 一 只 老 鼠 正 趴 在 吊 顶 上 sil +009928 sil 我 决 定 过 年 就 辞 职 sp1 接 手 我 爸 的 废 品 站 sil +009929 sil 最 终 sp1 中 国 男 子 乒 乓 球 队 sp1 获 得 此 奖 项 sil +009930 sil 防 汛 抗 旱 两 手 抓 sp1 抗 旱 相 对 抓 的 不 够 sil +009931 sil 图 们 江 下 游 地 区 开 发 开 放 的 进 展 如 何 sil +009932 sil 这 要 求 中 国 必 须 有 一 个 坚 强 的 政 党 领 导 sil +009933 sil 再 说 sp1 关 于 利 益 上 的 事 sp1 俺 俩 都 不 好 开 口 sil +009934 sil 明 代 瓦 剌 sp1 鞑 靼 入 侵 明 境 sp1 也 是 通 过 此 地 sil +009935 sil 咪 咪 舔 着 孩 子 sp1 把 它 身 上 的 毛 舔 干 净 sil +009936 sil 是 否 这 次 的 国 标 修 订 被 大 企 业 绑 架 了 sil +009937 sil 判 决 后 sp1 姚 某 妻 子 胡 某 不 服 sp1 提 起 上 诉 sil +009938 sil 由 此 可 以 看 出 sp1 邯 钢 的 经 济 效 益 来 自 何 处 sil +009939 sil 琳 达 说 sp1 是 瑜 伽 改 变 了 她 和 马 儿 的 生 活 sil +009940 sil 楼 下 的 保 安 告 诉 记 者 sp1 这 里 不 租 也 不 卖 sil +009941 sil 习 近 平 说 sp1 中 斯 两 国 人 民 传 统 友 谊 深 厚 sil +009942 sil 传 闻 越 来 越 多 sp1 后 来 连 老 汉 儿 自 己 都 怕 了 sil +009943 sil 我 怒 吼 一 声 冲 上 去 sp1 举 起 砖 头 砸 了 过 去 sil +009944 sil 我 现 在 还 不 会 sp1 这 就 回 去 问 问 发 明 我 的 人 sil +009945 sil 显 然 sp1 洛 阳 性 奴 案 sp1 不 具 备 上 述 两 个 前 提 sil +009946 sil 另 外 sp1 杰 克 逊 有 文 唇 线 sp1 眼 线 眉 毛 的 动 作 sil +009947 sil 昨 晚 sp1 华 西 都 市 报 记 者 电 话 采 访 了 尹 琪 sil +009948 sil 涅 拉 季 科 未 透 露 这 些 航 空 公 司 的 名 称 sil +009949 sil 从 运 行 轨 迹 上 来 说 sp1 它 也 不 可 能 是 星 星 sil +009950 sil 目 前 看 sp1 如 果 继 续 加 息 也 存 在 两 难 问 题 sil +009951 sil 曾 宝 仪 在 节 目 录 制 现 场 大 爆 观 众 糗 事 sil +009952 sil 但 任 凭 周 某 怎 么 叫 sp1 男 子 仍 酣 睡 不 醒 sil +009953 sil 老 大 爷 说 sp1 小 子 sp1 你 挡 我 财 路 了 sp1 知 道 不 sil +009954 sil 没 料 到 sp1 闯 下 大 头 佛 的 阿 伟 还 不 知 悔 改 sil +009955 sil 卡 扎 菲 部 落 式 统 治 sp1 已 遭 遇 部 落 内 讧 sil +009956 sil 这 个 孩 子 的 生 命 sp1 一 半 来 源 于 另 一 位 女 士 捐 赠 的 冷 冻 卵 子 sil +009957 sil 出 现 这 种 泥 鳅 内 阁 的 局 面 sp1 既 是 野 田 有 意 为 之 sp1 也 实 属 无 奈 sil +009958 sil 济 青 高 速 sp1 济 南 sp1 华 山 sp1 章 丘 sp1 邹 平 sp1 周 村 淄 博 临 淄 站 sil +009959 sil 赵 凌 飞 的 话 sp1 反 映 了 沈 阳 赛 区 所 有 奥 运 志 愿 者 的 共 同 心 声 sil +009960 sil 因 为 sp1 我 们 所 发 出 的 力 量 sp1 必 会 因 难 度 加 大 而 减 弱 sil +009961 sil 发 生 事 故 的 楼 梯 拐 角 处 仍 可 看 到 血 迹 sil +009962 sil 想 过 进 公 安 sp1 可 能 身 高 不 够 sp1 老 汉 儿 也 不 让 我 进 去 sil +009963 sil 路 上 关 卡 很 多 sp1 为 了 方 便 撤 离 sp1 只 好 轻 装 前 进 sil +009964 sil 原 来 sp1 比 尔 盖 茨 就 是 美 国 微 软 公 司 联 合 创 始 人 呀 sil +009965 sil 之 后 sp1 他 们 一 家 三 口 将 与 双 方 父 母 sp1 往 峇 里 岛 旅 游 sil +009966 sil 谢 谢 总 理 sp1 也 感 谢 广 大 网 友 的 参 与 sp1 我 们 明 年 再 见 sil +009967 sil 事 实 上 是 sp1 从 来 没 有 一 个 欺 善 怕 恶 的 人 sp1 能 作 出 过 稍 大 一 点 的 成 就 sil +009968 sil 我 会 打 开 邮 件 sp1 你 可 以 从 那 里 继 续 sil +009969 sil 美 方 对 近 期 东 海 局 势 表 示 关 切 sil +009970 sil 据 悉 sp1 奥 巴 马 一 家 人 对 这 座 冬 季 白 宫 极 为 满 意 sil +009971 sil 打 扫 完 sp1 你 会 很 有 成 就 感 的 sp1 试 一 试 你 就 信 了 sil +009972 sil 诺 曼 站 在 滑 板 车 上 sp1 各 就 各 位 sp1 准 备 出 发 啦 sil +009973 sil 塔 河 的 寒 夜 sp1 气 温 降 到 了 零 下 三 十 多 摄 氏 度 sil +009974 sil 其 间 sp1 连 破 六 点 六 sp1 六 点 五 sp1 六 点 四 sp1 六 点 三 五 等 多 个 重 要 关 口 sil +009975 sil 算 命 sp1 其 实 只 是 人 们 的 一 种 自 我 安 慰 和 自 我 暗 示 而 已 sp1 我 们 还 是 要 相 信 科 学 才 好 sil +009976 sil 这 一 切 都 令 人 欢 欣 鼓 舞 sp1 阿 讷 西 没 理 由 不 坚 持 到 最 后 sil +009977 sil 直 至 公 元 前 一 万 一 千 年 sp1 它 又 再 次 出 现 sil +009978 sil 尽 量 少 玩 电 脑 sp1 少 看 电 视 sp1 少 打 游 戏 sil +009979 sil 从 五 到 七 sp1 前 后 也 就 是 六 个 月 的 时 间 sil +009980 sil 一 进 咖 啡 店 sp1 他 就 遇 见 一 张 熟 悉 的 脸 sil +009981 sil 好 在 众 弟 兄 看 到 了 sp1 把 她 追 了 回 来 sil +009982 sil 有 一 个 人 说 sp1 哥 们 儿 sp1 我 们 跑 过 它 才 能 活 sil +009983 sil 捅 了 她 以 后 sp1 模 糊 记 得 她 没 咋 动 了 sil +009984 sil 从 小 到 大 sp1 葛 启 义 没 有 收 到 过 压 岁 钱 sil +009985 sil 舞 台 下 的 你 sp1 会 对 舞 台 上 的 你 说 什 么 sil +009986 sil 但 考 生 普 遍 认 为 sp1 试 题 的 怪 sp1 多 过 难 sil +009987 sil 我 希 望 sp1 每 个 人 都 能 够 尊 重 我 们 的 隐 私 sil +009988 sil 漫 天 的 红 霞 sp1 使 劲 给 两 人 增 添 气 氛 sil +009989 sil 晚 上 加 完 班 开 车 回 家 sp1 太 累 了 sp1 迷 迷 糊 糊 开 着 车 sp1 走 一 半 的 时 候 sp1 铛 一 声 sil +009990 sil 该 车 将 三 人 撞 倒 后 sp1 在 大 雾 中 逃 窜 sil +009991 sil 这 人 一 哆 嗦 sp1 方 向 盘 也 把 不 稳 了 sp1 差 点 撞 上 了 高 速 边 道 护 栏 sil +009992 sil 那 女 孩 儿 委 屈 的 说 sp1 我 一 回 头 见 你 已 经 进 去 了 sp1 我 不 敢 进 去 啊 sil +009993 sil 小 明 摇 摇 头 说 sp1 不 是 sp1 我 只 是 美 女 看 多 了 sp1 想 换 个 口 味 而 已 sil +009994 sil 接 下 来 sp1 红 娘 要 求 记 者 交 费 sp1 记 者 表 示 sp1 不 知 表 姐 身 份 证 号 码 sil +009995 sil 李 东 蓊 表 示 sp1 自 己 当 时 在 法 庭 上 sp1 发 表 了 一 次 独 特 的 公 诉 意 见 sil +009996 sil 另 一 男 子 扑 了 上 来 sp1 手 里 拿 着 明 晃 晃 的 长 刀 sp1 向 他 胸 口 直 刺 sil +009997 sil 今 天 sp1 快 递 员 拿 着 一 个 快 递 在 办 公 室 喊 sp1 秦 王 是 哪 个 sp1 有 他 快 递 sil +009998 sil 这 场 抗 议 活 动 sp1 究 竟 是 如 何 发 展 演 变 的 sp1 又 究 竟 是 谁 伤 害 了 谁 sil +009999 sil 因 华 国 锋 肖 鸡 sp1 墓 地 设 计 sp1 根 据 其 属 相 设 计 sil +010000 sil 在 狱 中 sp1 张 明 宝 悔 恨 交 加 sp1 写 了 一 份 忏 悔 书 sil diff --git a/train/mel.scp b/train/mel.scp new file mode 100644 index 0000000000000000000000000000000000000000..c3d56816971dccebbd5b13b7d5ee230768ce2f53 --- /dev/null +++ b/train/mel.scp @@ -0,0 +1,9999 @@ +000001 examples\biaobei\mel_folder/000001.npy +000002 examples\biaobei\mel_folder/000002.npy +000003 examples\biaobei\mel_folder/000003.npy +000004 examples\biaobei\mel_folder/000004.npy +000005 examples\biaobei\mel_folder/000005.npy +000006 examples\biaobei\mel_folder/000006.npy +000007 examples\biaobei\mel_folder/000007.npy +000008 examples\biaobei\mel_folder/000008.npy +000009 examples\biaobei\mel_folder/000009.npy +000010 examples\biaobei\mel_folder/000010.npy +000011 examples\biaobei\mel_folder/000011.npy +000012 examples\biaobei\mel_folder/000012.npy +000013 examples\biaobei\mel_folder/000013.npy +000014 examples\biaobei\mel_folder/000014.npy +000015 examples\biaobei\mel_folder/000015.npy +000016 examples\biaobei\mel_folder/000016.npy +000017 examples\biaobei\mel_folder/000017.npy +000018 examples\biaobei\mel_folder/000018.npy +000019 examples\biaobei\mel_folder/000019.npy +000020 examples\biaobei\mel_folder/000020.npy +000021 examples\biaobei\mel_folder/000021.npy +000022 examples\biaobei\mel_folder/000022.npy +000023 examples\biaobei\mel_folder/000023.npy +000024 examples\biaobei\mel_folder/000024.npy +000025 examples\biaobei\mel_folder/000025.npy +000026 examples\biaobei\mel_folder/000026.npy +000027 examples\biaobei\mel_folder/000027.npy +000028 examples\biaobei\mel_folder/000028.npy +000029 examples\biaobei\mel_folder/000029.npy +000030 examples\biaobei\mel_folder/000030.npy +000031 examples\biaobei\mel_folder/000031.npy +000032 examples\biaobei\mel_folder/000032.npy +000033 examples\biaobei\mel_folder/000033.npy +000034 examples\biaobei\mel_folder/000034.npy +000035 examples\biaobei\mel_folder/000035.npy +000036 examples\biaobei\mel_folder/000036.npy +000037 examples\biaobei\mel_folder/000037.npy +000038 examples\biaobei\mel_folder/000038.npy +000039 examples\biaobei\mel_folder/000039.npy +000040 examples\biaobei\mel_folder/000040.npy +000041 examples\biaobei\mel_folder/000041.npy +000042 examples\biaobei\mel_folder/000042.npy +000043 examples\biaobei\mel_folder/000043.npy +000044 examples\biaobei\mel_folder/000044.npy +000045 examples\biaobei\mel_folder/000045.npy +000046 examples\biaobei\mel_folder/000046.npy +000047 examples\biaobei\mel_folder/000047.npy +000048 examples\biaobei\mel_folder/000048.npy +000049 examples\biaobei\mel_folder/000049.npy +000050 examples\biaobei\mel_folder/000050.npy +000051 examples\biaobei\mel_folder/000051.npy +000052 examples\biaobei\mel_folder/000052.npy +000053 examples\biaobei\mel_folder/000053.npy +000054 examples\biaobei\mel_folder/000054.npy +000055 examples\biaobei\mel_folder/000055.npy +000056 examples\biaobei\mel_folder/000056.npy +000057 examples\biaobei\mel_folder/000057.npy +000058 examples\biaobei\mel_folder/000058.npy +000059 examples\biaobei\mel_folder/000059.npy +000060 examples\biaobei\mel_folder/000060.npy +000061 examples\biaobei\mel_folder/000061.npy +000062 examples\biaobei\mel_folder/000062.npy +000063 examples\biaobei\mel_folder/000063.npy +000064 examples\biaobei\mel_folder/000064.npy +000065 examples\biaobei\mel_folder/000065.npy +000066 examples\biaobei\mel_folder/000066.npy +000067 examples\biaobei\mel_folder/000067.npy +000068 examples\biaobei\mel_folder/000068.npy +000069 examples\biaobei\mel_folder/000069.npy +000070 examples\biaobei\mel_folder/000070.npy +000071 examples\biaobei\mel_folder/000071.npy +000072 examples\biaobei\mel_folder/000072.npy +000073 examples\biaobei\mel_folder/000073.npy +000074 examples\biaobei\mel_folder/000074.npy +000075 examples\biaobei\mel_folder/000075.npy +000076 examples\biaobei\mel_folder/000076.npy +000077 examples\biaobei\mel_folder/000077.npy +000078 examples\biaobei\mel_folder/000078.npy +000079 examples\biaobei\mel_folder/000079.npy +000080 examples\biaobei\mel_folder/000080.npy +000081 examples\biaobei\mel_folder/000081.npy +000082 examples\biaobei\mel_folder/000082.npy +000083 examples\biaobei\mel_folder/000083.npy +000084 examples\biaobei\mel_folder/000084.npy +000085 examples\biaobei\mel_folder/000085.npy +000086 examples\biaobei\mel_folder/000086.npy +000087 examples\biaobei\mel_folder/000087.npy +000088 examples\biaobei\mel_folder/000088.npy +000089 examples\biaobei\mel_folder/000089.npy +000090 examples\biaobei\mel_folder/000090.npy +000091 examples\biaobei\mel_folder/000091.npy +000092 examples\biaobei\mel_folder/000092.npy +000093 examples\biaobei\mel_folder/000093.npy +000094 examples\biaobei\mel_folder/000094.npy +000095 examples\biaobei\mel_folder/000095.npy +000096 examples\biaobei\mel_folder/000096.npy +000097 examples\biaobei\mel_folder/000097.npy +000098 examples\biaobei\mel_folder/000098.npy +000099 examples\biaobei\mel_folder/000099.npy +000100 examples\biaobei\mel_folder/000100.npy +000101 examples\biaobei\mel_folder/000101.npy +000102 examples\biaobei\mel_folder/000102.npy +000103 examples\biaobei\mel_folder/000103.npy +000104 examples\biaobei\mel_folder/000104.npy +000105 examples\biaobei\mel_folder/000105.npy +000106 examples\biaobei\mel_folder/000106.npy +000107 examples\biaobei\mel_folder/000107.npy +000108 examples\biaobei\mel_folder/000108.npy +000109 examples\biaobei\mel_folder/000109.npy +000110 examples\biaobei\mel_folder/000110.npy +000111 examples\biaobei\mel_folder/000111.npy +000112 examples\biaobei\mel_folder/000112.npy +000113 examples\biaobei\mel_folder/000113.npy +000114 examples\biaobei\mel_folder/000114.npy +000115 examples\biaobei\mel_folder/000115.npy +000116 examples\biaobei\mel_folder/000116.npy +000117 examples\biaobei\mel_folder/000117.npy +000118 examples\biaobei\mel_folder/000118.npy +000119 examples\biaobei\mel_folder/000119.npy +000120 examples\biaobei\mel_folder/000120.npy +000121 examples\biaobei\mel_folder/000121.npy +000122 examples\biaobei\mel_folder/000122.npy +000123 examples\biaobei\mel_folder/000123.npy +000124 examples\biaobei\mel_folder/000124.npy +000125 examples\biaobei\mel_folder/000125.npy +000126 examples\biaobei\mel_folder/000126.npy +000127 examples\biaobei\mel_folder/000127.npy +000128 examples\biaobei\mel_folder/000128.npy +000129 examples\biaobei\mel_folder/000129.npy +000130 examples\biaobei\mel_folder/000130.npy +000131 examples\biaobei\mel_folder/000131.npy +000132 examples\biaobei\mel_folder/000132.npy +000133 examples\biaobei\mel_folder/000133.npy +000134 examples\biaobei\mel_folder/000134.npy +000135 examples\biaobei\mel_folder/000135.npy +000136 examples\biaobei\mel_folder/000136.npy +000137 examples\biaobei\mel_folder/000137.npy +000138 examples\biaobei\mel_folder/000138.npy +000139 examples\biaobei\mel_folder/000139.npy +000140 examples\biaobei\mel_folder/000140.npy +000141 examples\biaobei\mel_folder/000141.npy +000142 examples\biaobei\mel_folder/000142.npy +000143 examples\biaobei\mel_folder/000143.npy +000144 examples\biaobei\mel_folder/000144.npy +000145 examples\biaobei\mel_folder/000145.npy +000146 examples\biaobei\mel_folder/000146.npy +000147 examples\biaobei\mel_folder/000147.npy +000148 examples\biaobei\mel_folder/000148.npy +000149 examples\biaobei\mel_folder/000149.npy +000150 examples\biaobei\mel_folder/000150.npy +000151 examples\biaobei\mel_folder/000151.npy +000152 examples\biaobei\mel_folder/000152.npy +000153 examples\biaobei\mel_folder/000153.npy +000154 examples\biaobei\mel_folder/000154.npy +000155 examples\biaobei\mel_folder/000155.npy +000156 examples\biaobei\mel_folder/000156.npy +000157 examples\biaobei\mel_folder/000157.npy +000158 examples\biaobei\mel_folder/000158.npy +000159 examples\biaobei\mel_folder/000159.npy +000160 examples\biaobei\mel_folder/000160.npy +000161 examples\biaobei\mel_folder/000161.npy +000162 examples\biaobei\mel_folder/000162.npy +000163 examples\biaobei\mel_folder/000163.npy +000164 examples\biaobei\mel_folder/000164.npy +000165 examples\biaobei\mel_folder/000165.npy +000166 examples\biaobei\mel_folder/000166.npy +000167 examples\biaobei\mel_folder/000167.npy +000168 examples\biaobei\mel_folder/000168.npy +000169 examples\biaobei\mel_folder/000169.npy +000170 examples\biaobei\mel_folder/000170.npy +000171 examples\biaobei\mel_folder/000171.npy +000172 examples\biaobei\mel_folder/000172.npy +000173 examples\biaobei\mel_folder/000173.npy +000174 examples\biaobei\mel_folder/000174.npy +000175 examples\biaobei\mel_folder/000175.npy +000176 examples\biaobei\mel_folder/000176.npy +000177 examples\biaobei\mel_folder/000177.npy +000178 examples\biaobei\mel_folder/000178.npy +000179 examples\biaobei\mel_folder/000179.npy +000180 examples\biaobei\mel_folder/000180.npy +000181 examples\biaobei\mel_folder/000181.npy +000182 examples\biaobei\mel_folder/000182.npy +000183 examples\biaobei\mel_folder/000183.npy +000184 examples\biaobei\mel_folder/000184.npy +000185 examples\biaobei\mel_folder/000185.npy +000186 examples\biaobei\mel_folder/000186.npy +000187 examples\biaobei\mel_folder/000187.npy +000188 examples\biaobei\mel_folder/000188.npy +000189 examples\biaobei\mel_folder/000189.npy +000190 examples\biaobei\mel_folder/000190.npy +000191 examples\biaobei\mel_folder/000191.npy +000192 examples\biaobei\mel_folder/000192.npy +000193 examples\biaobei\mel_folder/000193.npy +000194 examples\biaobei\mel_folder/000194.npy +000195 examples\biaobei\mel_folder/000195.npy +000196 examples\biaobei\mel_folder/000196.npy +000197 examples\biaobei\mel_folder/000197.npy +000198 examples\biaobei\mel_folder/000198.npy +000199 examples\biaobei\mel_folder/000199.npy +000200 examples\biaobei\mel_folder/000200.npy +000201 examples\biaobei\mel_folder/000201.npy +000202 examples\biaobei\mel_folder/000202.npy +000203 examples\biaobei\mel_folder/000203.npy +000204 examples\biaobei\mel_folder/000204.npy +000205 examples\biaobei\mel_folder/000205.npy +000206 examples\biaobei\mel_folder/000206.npy +000207 examples\biaobei\mel_folder/000207.npy +000208 examples\biaobei\mel_folder/000208.npy +000209 examples\biaobei\mel_folder/000209.npy +000210 examples\biaobei\mel_folder/000210.npy +000211 examples\biaobei\mel_folder/000211.npy +000212 examples\biaobei\mel_folder/000212.npy +000213 examples\biaobei\mel_folder/000213.npy +000214 examples\biaobei\mel_folder/000214.npy +000215 examples\biaobei\mel_folder/000215.npy +000216 examples\biaobei\mel_folder/000216.npy +000217 examples\biaobei\mel_folder/000217.npy +000218 examples\biaobei\mel_folder/000218.npy +000219 examples\biaobei\mel_folder/000219.npy +000220 examples\biaobei\mel_folder/000220.npy +000221 examples\biaobei\mel_folder/000221.npy +000222 examples\biaobei\mel_folder/000222.npy +000223 examples\biaobei\mel_folder/000223.npy +000224 examples\biaobei\mel_folder/000224.npy +000225 examples\biaobei\mel_folder/000225.npy +000226 examples\biaobei\mel_folder/000226.npy +000227 examples\biaobei\mel_folder/000227.npy +000228 examples\biaobei\mel_folder/000228.npy +000229 examples\biaobei\mel_folder/000229.npy +000230 examples\biaobei\mel_folder/000230.npy +000231 examples\biaobei\mel_folder/000231.npy +000232 examples\biaobei\mel_folder/000232.npy +000233 examples\biaobei\mel_folder/000233.npy +000234 examples\biaobei\mel_folder/000234.npy +000235 examples\biaobei\mel_folder/000235.npy +000236 examples\biaobei\mel_folder/000236.npy +000237 examples\biaobei\mel_folder/000237.npy +000238 examples\biaobei\mel_folder/000238.npy +000239 examples\biaobei\mel_folder/000239.npy +000240 examples\biaobei\mel_folder/000240.npy +000241 examples\biaobei\mel_folder/000241.npy +000242 examples\biaobei\mel_folder/000242.npy +000243 examples\biaobei\mel_folder/000243.npy +000244 examples\biaobei\mel_folder/000244.npy +000245 examples\biaobei\mel_folder/000245.npy +000246 examples\biaobei\mel_folder/000246.npy +000247 examples\biaobei\mel_folder/000247.npy +000248 examples\biaobei\mel_folder/000248.npy +000249 examples\biaobei\mel_folder/000249.npy +000250 examples\biaobei\mel_folder/000250.npy +000251 examples\biaobei\mel_folder/000251.npy +000252 examples\biaobei\mel_folder/000252.npy +000253 examples\biaobei\mel_folder/000253.npy +000254 examples\biaobei\mel_folder/000254.npy +000255 examples\biaobei\mel_folder/000255.npy +000256 examples\biaobei\mel_folder/000256.npy +000257 examples\biaobei\mel_folder/000257.npy +000258 examples\biaobei\mel_folder/000258.npy +000259 examples\biaobei\mel_folder/000259.npy +000260 examples\biaobei\mel_folder/000260.npy +000261 examples\biaobei\mel_folder/000261.npy +000262 examples\biaobei\mel_folder/000262.npy +000263 examples\biaobei\mel_folder/000263.npy +000264 examples\biaobei\mel_folder/000264.npy +000265 examples\biaobei\mel_folder/000265.npy +000266 examples\biaobei\mel_folder/000266.npy +000267 examples\biaobei\mel_folder/000267.npy +000268 examples\biaobei\mel_folder/000268.npy +000269 examples\biaobei\mel_folder/000269.npy +000270 examples\biaobei\mel_folder/000270.npy +000271 examples\biaobei\mel_folder/000271.npy +000272 examples\biaobei\mel_folder/000272.npy +000273 examples\biaobei\mel_folder/000273.npy +000274 examples\biaobei\mel_folder/000274.npy +000275 examples\biaobei\mel_folder/000275.npy +000276 examples\biaobei\mel_folder/000276.npy +000277 examples\biaobei\mel_folder/000277.npy +000278 examples\biaobei\mel_folder/000278.npy +000279 examples\biaobei\mel_folder/000279.npy +000280 examples\biaobei\mel_folder/000280.npy +000281 examples\biaobei\mel_folder/000281.npy +000282 examples\biaobei\mel_folder/000282.npy +000283 examples\biaobei\mel_folder/000283.npy +000284 examples\biaobei\mel_folder/000284.npy +000285 examples\biaobei\mel_folder/000285.npy +000286 examples\biaobei\mel_folder/000286.npy +000287 examples\biaobei\mel_folder/000287.npy +000288 examples\biaobei\mel_folder/000288.npy +000289 examples\biaobei\mel_folder/000289.npy +000290 examples\biaobei\mel_folder/000290.npy +000291 examples\biaobei\mel_folder/000291.npy +000292 examples\biaobei\mel_folder/000292.npy +000293 examples\biaobei\mel_folder/000293.npy +000294 examples\biaobei\mel_folder/000294.npy +000295 examples\biaobei\mel_folder/000295.npy +000296 examples\biaobei\mel_folder/000296.npy +000297 examples\biaobei\mel_folder/000297.npy +000298 examples\biaobei\mel_folder/000298.npy +000299 examples\biaobei\mel_folder/000299.npy +000300 examples\biaobei\mel_folder/000300.npy +000301 examples\biaobei\mel_folder/000301.npy +000302 examples\biaobei\mel_folder/000302.npy +000303 examples\biaobei\mel_folder/000303.npy +000304 examples\biaobei\mel_folder/000304.npy +000305 examples\biaobei\mel_folder/000305.npy +000306 examples\biaobei\mel_folder/000306.npy +000307 examples\biaobei\mel_folder/000307.npy +000308 examples\biaobei\mel_folder/000308.npy +000309 examples\biaobei\mel_folder/000309.npy +000310 examples\biaobei\mel_folder/000310.npy +000311 examples\biaobei\mel_folder/000311.npy +000312 examples\biaobei\mel_folder/000312.npy +000313 examples\biaobei\mel_folder/000313.npy +000314 examples\biaobei\mel_folder/000314.npy +000315 examples\biaobei\mel_folder/000315.npy +000316 examples\biaobei\mel_folder/000316.npy +000317 examples\biaobei\mel_folder/000317.npy +000318 examples\biaobei\mel_folder/000318.npy +000319 examples\biaobei\mel_folder/000319.npy +000320 examples\biaobei\mel_folder/000320.npy +000321 examples\biaobei\mel_folder/000321.npy +000322 examples\biaobei\mel_folder/000322.npy +000323 examples\biaobei\mel_folder/000323.npy +000324 examples\biaobei\mel_folder/000324.npy +000325 examples\biaobei\mel_folder/000325.npy +000326 examples\biaobei\mel_folder/000326.npy +000327 examples\biaobei\mel_folder/000327.npy +000328 examples\biaobei\mel_folder/000328.npy +000329 examples\biaobei\mel_folder/000329.npy +000330 examples\biaobei\mel_folder/000330.npy +000331 examples\biaobei\mel_folder/000331.npy +000332 examples\biaobei\mel_folder/000332.npy +000333 examples\biaobei\mel_folder/000333.npy +000334 examples\biaobei\mel_folder/000334.npy +000335 examples\biaobei\mel_folder/000335.npy +000336 examples\biaobei\mel_folder/000336.npy +000337 examples\biaobei\mel_folder/000337.npy +000338 examples\biaobei\mel_folder/000338.npy +000339 examples\biaobei\mel_folder/000339.npy +000340 examples\biaobei\mel_folder/000340.npy +000341 examples\biaobei\mel_folder/000341.npy +000342 examples\biaobei\mel_folder/000342.npy +000343 examples\biaobei\mel_folder/000343.npy +000344 examples\biaobei\mel_folder/000344.npy +000345 examples\biaobei\mel_folder/000345.npy +000346 examples\biaobei\mel_folder/000346.npy +000347 examples\biaobei\mel_folder/000347.npy +000348 examples\biaobei\mel_folder/000348.npy +000349 examples\biaobei\mel_folder/000349.npy +000350 examples\biaobei\mel_folder/000350.npy +000351 examples\biaobei\mel_folder/000351.npy +000352 examples\biaobei\mel_folder/000352.npy +000353 examples\biaobei\mel_folder/000353.npy +000354 examples\biaobei\mel_folder/000354.npy +000355 examples\biaobei\mel_folder/000355.npy +000356 examples\biaobei\mel_folder/000356.npy +000357 examples\biaobei\mel_folder/000357.npy +000358 examples\biaobei\mel_folder/000358.npy +000359 examples\biaobei\mel_folder/000359.npy +000360 examples\biaobei\mel_folder/000360.npy +000361 examples\biaobei\mel_folder/000361.npy +000362 examples\biaobei\mel_folder/000362.npy +000363 examples\biaobei\mel_folder/000363.npy +000364 examples\biaobei\mel_folder/000364.npy +000365 examples\biaobei\mel_folder/000365.npy +000366 examples\biaobei\mel_folder/000366.npy +000367 examples\biaobei\mel_folder/000367.npy +000368 examples\biaobei\mel_folder/000368.npy +000369 examples\biaobei\mel_folder/000369.npy +000370 examples\biaobei\mel_folder/000370.npy +000371 examples\biaobei\mel_folder/000371.npy +000372 examples\biaobei\mel_folder/000372.npy +000373 examples\biaobei\mel_folder/000373.npy +000374 examples\biaobei\mel_folder/000374.npy +000375 examples\biaobei\mel_folder/000375.npy +000376 examples\biaobei\mel_folder/000376.npy +000377 examples\biaobei\mel_folder/000377.npy +000378 examples\biaobei\mel_folder/000378.npy +000379 examples\biaobei\mel_folder/000379.npy +000380 examples\biaobei\mel_folder/000380.npy +000381 examples\biaobei\mel_folder/000381.npy +000382 examples\biaobei\mel_folder/000382.npy +000383 examples\biaobei\mel_folder/000383.npy +000384 examples\biaobei\mel_folder/000384.npy +000385 examples\biaobei\mel_folder/000385.npy +000386 examples\biaobei\mel_folder/000386.npy +000387 examples\biaobei\mel_folder/000387.npy +000388 examples\biaobei\mel_folder/000388.npy +000389 examples\biaobei\mel_folder/000389.npy +000390 examples\biaobei\mel_folder/000390.npy +000391 examples\biaobei\mel_folder/000391.npy +000392 examples\biaobei\mel_folder/000392.npy +000393 examples\biaobei\mel_folder/000393.npy +000394 examples\biaobei\mel_folder/000394.npy +000395 examples\biaobei\mel_folder/000395.npy +000396 examples\biaobei\mel_folder/000396.npy +000397 examples\biaobei\mel_folder/000397.npy +000398 examples\biaobei\mel_folder/000398.npy +000399 examples\biaobei\mel_folder/000399.npy +000400 examples\biaobei\mel_folder/000400.npy +000401 examples\biaobei\mel_folder/000401.npy +000402 examples\biaobei\mel_folder/000402.npy +000403 examples\biaobei\mel_folder/000403.npy +000404 examples\biaobei\mel_folder/000404.npy +000405 examples\biaobei\mel_folder/000405.npy +000406 examples\biaobei\mel_folder/000406.npy +000407 examples\biaobei\mel_folder/000407.npy +000408 examples\biaobei\mel_folder/000408.npy +000409 examples\biaobei\mel_folder/000409.npy +000410 examples\biaobei\mel_folder/000410.npy +000411 examples\biaobei\mel_folder/000411.npy +000412 examples\biaobei\mel_folder/000412.npy +000413 examples\biaobei\mel_folder/000413.npy +000414 examples\biaobei\mel_folder/000414.npy +000415 examples\biaobei\mel_folder/000415.npy +000416 examples\biaobei\mel_folder/000416.npy +000417 examples\biaobei\mel_folder/000417.npy +000418 examples\biaobei\mel_folder/000418.npy +000419 examples\biaobei\mel_folder/000419.npy +000420 examples\biaobei\mel_folder/000420.npy +000421 examples\biaobei\mel_folder/000421.npy +000422 examples\biaobei\mel_folder/000422.npy +000423 examples\biaobei\mel_folder/000423.npy +000424 examples\biaobei\mel_folder/000424.npy +000425 examples\biaobei\mel_folder/000425.npy +000426 examples\biaobei\mel_folder/000426.npy +000427 examples\biaobei\mel_folder/000427.npy +000428 examples\biaobei\mel_folder/000428.npy +000429 examples\biaobei\mel_folder/000429.npy +000430 examples\biaobei\mel_folder/000430.npy +000431 examples\biaobei\mel_folder/000431.npy +000432 examples\biaobei\mel_folder/000432.npy +000433 examples\biaobei\mel_folder/000433.npy +000434 examples\biaobei\mel_folder/000434.npy +000435 examples\biaobei\mel_folder/000435.npy +000436 examples\biaobei\mel_folder/000436.npy +000437 examples\biaobei\mel_folder/000437.npy +000438 examples\biaobei\mel_folder/000438.npy +000439 examples\biaobei\mel_folder/000439.npy +000440 examples\biaobei\mel_folder/000440.npy +000441 examples\biaobei\mel_folder/000441.npy +000442 examples\biaobei\mel_folder/000442.npy +000443 examples\biaobei\mel_folder/000443.npy +000444 examples\biaobei\mel_folder/000444.npy +000445 examples\biaobei\mel_folder/000445.npy +000446 examples\biaobei\mel_folder/000446.npy +000447 examples\biaobei\mel_folder/000447.npy +000448 examples\biaobei\mel_folder/000448.npy +000449 examples\biaobei\mel_folder/000449.npy +000450 examples\biaobei\mel_folder/000450.npy +000451 examples\biaobei\mel_folder/000451.npy +000452 examples\biaobei\mel_folder/000452.npy +000453 examples\biaobei\mel_folder/000453.npy +000454 examples\biaobei\mel_folder/000454.npy +000455 examples\biaobei\mel_folder/000455.npy +000456 examples\biaobei\mel_folder/000456.npy +000457 examples\biaobei\mel_folder/000457.npy +000458 examples\biaobei\mel_folder/000458.npy +000459 examples\biaobei\mel_folder/000459.npy +000460 examples\biaobei\mel_folder/000460.npy +000461 examples\biaobei\mel_folder/000461.npy +000462 examples\biaobei\mel_folder/000462.npy +000463 examples\biaobei\mel_folder/000463.npy +000464 examples\biaobei\mel_folder/000464.npy +000465 examples\biaobei\mel_folder/000465.npy +000466 examples\biaobei\mel_folder/000466.npy +000467 examples\biaobei\mel_folder/000467.npy +000468 examples\biaobei\mel_folder/000468.npy +000469 examples\biaobei\mel_folder/000469.npy +000470 examples\biaobei\mel_folder/000470.npy +000471 examples\biaobei\mel_folder/000471.npy +000472 examples\biaobei\mel_folder/000472.npy +000473 examples\biaobei\mel_folder/000473.npy +000474 examples\biaobei\mel_folder/000474.npy +000475 examples\biaobei\mel_folder/000475.npy +000476 examples\biaobei\mel_folder/000476.npy +000477 examples\biaobei\mel_folder/000477.npy +000478 examples\biaobei\mel_folder/000478.npy +000479 examples\biaobei\mel_folder/000479.npy +000480 examples\biaobei\mel_folder/000480.npy +000481 examples\biaobei\mel_folder/000481.npy +000482 examples\biaobei\mel_folder/000482.npy +000483 examples\biaobei\mel_folder/000483.npy +000484 examples\biaobei\mel_folder/000484.npy +000485 examples\biaobei\mel_folder/000485.npy +000486 examples\biaobei\mel_folder/000486.npy +000487 examples\biaobei\mel_folder/000487.npy +000488 examples\biaobei\mel_folder/000488.npy +000489 examples\biaobei\mel_folder/000489.npy +000490 examples\biaobei\mel_folder/000490.npy +000491 examples\biaobei\mel_folder/000491.npy +000492 examples\biaobei\mel_folder/000492.npy +000493 examples\biaobei\mel_folder/000493.npy +000494 examples\biaobei\mel_folder/000494.npy +000495 examples\biaobei\mel_folder/000495.npy +000496 examples\biaobei\mel_folder/000496.npy +000497 examples\biaobei\mel_folder/000497.npy +000498 examples\biaobei\mel_folder/000498.npy +000499 examples\biaobei\mel_folder/000499.npy +000500 examples\biaobei\mel_folder/000500.npy +000501 examples\biaobei\mel_folder/000501.npy +000502 examples\biaobei\mel_folder/000502.npy +000503 examples\biaobei\mel_folder/000503.npy +000504 examples\biaobei\mel_folder/000504.npy +000505 examples\biaobei\mel_folder/000505.npy +000506 examples\biaobei\mel_folder/000506.npy +000507 examples\biaobei\mel_folder/000507.npy +000508 examples\biaobei\mel_folder/000508.npy +000509 examples\biaobei\mel_folder/000509.npy +000510 examples\biaobei\mel_folder/000510.npy +000511 examples\biaobei\mel_folder/000511.npy +000512 examples\biaobei\mel_folder/000512.npy +000513 examples\biaobei\mel_folder/000513.npy +000514 examples\biaobei\mel_folder/000514.npy +000515 examples\biaobei\mel_folder/000515.npy +000516 examples\biaobei\mel_folder/000516.npy +000517 examples\biaobei\mel_folder/000517.npy +000518 examples\biaobei\mel_folder/000518.npy +000519 examples\biaobei\mel_folder/000519.npy +000520 examples\biaobei\mel_folder/000520.npy +000521 examples\biaobei\mel_folder/000521.npy +000522 examples\biaobei\mel_folder/000522.npy +000523 examples\biaobei\mel_folder/000523.npy +000524 examples\biaobei\mel_folder/000524.npy +000525 examples\biaobei\mel_folder/000525.npy +000526 examples\biaobei\mel_folder/000526.npy +000527 examples\biaobei\mel_folder/000527.npy +000528 examples\biaobei\mel_folder/000528.npy +000529 examples\biaobei\mel_folder/000529.npy +000530 examples\biaobei\mel_folder/000530.npy +000531 examples\biaobei\mel_folder/000531.npy +000532 examples\biaobei\mel_folder/000532.npy +000533 examples\biaobei\mel_folder/000533.npy +000534 examples\biaobei\mel_folder/000534.npy +000535 examples\biaobei\mel_folder/000535.npy +000536 examples\biaobei\mel_folder/000536.npy +000537 examples\biaobei\mel_folder/000537.npy +000538 examples\biaobei\mel_folder/000538.npy +000539 examples\biaobei\mel_folder/000539.npy +000540 examples\biaobei\mel_folder/000540.npy +000541 examples\biaobei\mel_folder/000541.npy +000542 examples\biaobei\mel_folder/000542.npy +000543 examples\biaobei\mel_folder/000543.npy +000544 examples\biaobei\mel_folder/000544.npy +000545 examples\biaobei\mel_folder/000545.npy +000546 examples\biaobei\mel_folder/000546.npy +000547 examples\biaobei\mel_folder/000547.npy +000548 examples\biaobei\mel_folder/000548.npy +000549 examples\biaobei\mel_folder/000549.npy +000550 examples\biaobei\mel_folder/000550.npy +000551 examples\biaobei\mel_folder/000551.npy +000552 examples\biaobei\mel_folder/000552.npy +000553 examples\biaobei\mel_folder/000553.npy +000554 examples\biaobei\mel_folder/000554.npy +000555 examples\biaobei\mel_folder/000555.npy +000556 examples\biaobei\mel_folder/000556.npy +000557 examples\biaobei\mel_folder/000557.npy +000558 examples\biaobei\mel_folder/000558.npy +000559 examples\biaobei\mel_folder/000559.npy +000560 examples\biaobei\mel_folder/000560.npy +000561 examples\biaobei\mel_folder/000561.npy +000562 examples\biaobei\mel_folder/000562.npy +000563 examples\biaobei\mel_folder/000563.npy +000564 examples\biaobei\mel_folder/000564.npy +000565 examples\biaobei\mel_folder/000565.npy +000566 examples\biaobei\mel_folder/000566.npy +000567 examples\biaobei\mel_folder/000567.npy +000568 examples\biaobei\mel_folder/000568.npy +000569 examples\biaobei\mel_folder/000569.npy +000570 examples\biaobei\mel_folder/000570.npy +000571 examples\biaobei\mel_folder/000571.npy +000572 examples\biaobei\mel_folder/000572.npy +000573 examples\biaobei\mel_folder/000573.npy +000574 examples\biaobei\mel_folder/000574.npy +000575 examples\biaobei\mel_folder/000575.npy +000576 examples\biaobei\mel_folder/000576.npy +000577 examples\biaobei\mel_folder/000577.npy +000578 examples\biaobei\mel_folder/000578.npy +000579 examples\biaobei\mel_folder/000579.npy +000580 examples\biaobei\mel_folder/000580.npy +000581 examples\biaobei\mel_folder/000581.npy +000582 examples\biaobei\mel_folder/000582.npy +000583 examples\biaobei\mel_folder/000583.npy +000584 examples\biaobei\mel_folder/000584.npy +000585 examples\biaobei\mel_folder/000585.npy +000586 examples\biaobei\mel_folder/000586.npy +000587 examples\biaobei\mel_folder/000587.npy +000588 examples\biaobei\mel_folder/000588.npy +000589 examples\biaobei\mel_folder/000589.npy +000590 examples\biaobei\mel_folder/000590.npy +000591 examples\biaobei\mel_folder/000591.npy +000592 examples\biaobei\mel_folder/000592.npy +000593 examples\biaobei\mel_folder/000593.npy +000594 examples\biaobei\mel_folder/000594.npy +000595 examples\biaobei\mel_folder/000595.npy +000596 examples\biaobei\mel_folder/000596.npy +000597 examples\biaobei\mel_folder/000597.npy +000598 examples\biaobei\mel_folder/000598.npy +000599 examples\biaobei\mel_folder/000599.npy +000600 examples\biaobei\mel_folder/000600.npy +000601 examples\biaobei\mel_folder/000601.npy +000602 examples\biaobei\mel_folder/000602.npy +000603 examples\biaobei\mel_folder/000603.npy +000604 examples\biaobei\mel_folder/000604.npy +000605 examples\biaobei\mel_folder/000605.npy +000606 examples\biaobei\mel_folder/000606.npy +000607 examples\biaobei\mel_folder/000607.npy +000608 examples\biaobei\mel_folder/000608.npy +000609 examples\biaobei\mel_folder/000609.npy +000610 examples\biaobei\mel_folder/000610.npy +000611 examples\biaobei\mel_folder/000611.npy +000612 examples\biaobei\mel_folder/000612.npy +000613 examples\biaobei\mel_folder/000613.npy +000614 examples\biaobei\mel_folder/000614.npy +000615 examples\biaobei\mel_folder/000615.npy +000616 examples\biaobei\mel_folder/000616.npy +000617 examples\biaobei\mel_folder/000617.npy +000618 examples\biaobei\mel_folder/000618.npy +000619 examples\biaobei\mel_folder/000619.npy +000620 examples\biaobei\mel_folder/000620.npy +000621 examples\biaobei\mel_folder/000621.npy +000622 examples\biaobei\mel_folder/000622.npy +000623 examples\biaobei\mel_folder/000623.npy +000624 examples\biaobei\mel_folder/000624.npy +000625 examples\biaobei\mel_folder/000625.npy +000626 examples\biaobei\mel_folder/000626.npy +000627 examples\biaobei\mel_folder/000627.npy +000628 examples\biaobei\mel_folder/000628.npy +000629 examples\biaobei\mel_folder/000629.npy +000630 examples\biaobei\mel_folder/000630.npy +000631 examples\biaobei\mel_folder/000631.npy +000632 examples\biaobei\mel_folder/000632.npy +000633 examples\biaobei\mel_folder/000633.npy +000634 examples\biaobei\mel_folder/000634.npy +000635 examples\biaobei\mel_folder/000635.npy +000636 examples\biaobei\mel_folder/000636.npy +000637 examples\biaobei\mel_folder/000637.npy +000638 examples\biaobei\mel_folder/000638.npy +000639 examples\biaobei\mel_folder/000639.npy +000640 examples\biaobei\mel_folder/000640.npy +000641 examples\biaobei\mel_folder/000641.npy +000642 examples\biaobei\mel_folder/000642.npy +000643 examples\biaobei\mel_folder/000643.npy +000644 examples\biaobei\mel_folder/000644.npy +000645 examples\biaobei\mel_folder/000645.npy +000646 examples\biaobei\mel_folder/000646.npy +000647 examples\biaobei\mel_folder/000647.npy +000648 examples\biaobei\mel_folder/000648.npy +000649 examples\biaobei\mel_folder/000649.npy +000650 examples\biaobei\mel_folder/000650.npy +000651 examples\biaobei\mel_folder/000651.npy +000652 examples\biaobei\mel_folder/000652.npy +000653 examples\biaobei\mel_folder/000653.npy +000654 examples\biaobei\mel_folder/000654.npy +000655 examples\biaobei\mel_folder/000655.npy +000656 examples\biaobei\mel_folder/000656.npy +000657 examples\biaobei\mel_folder/000657.npy +000658 examples\biaobei\mel_folder/000658.npy +000659 examples\biaobei\mel_folder/000659.npy +000660 examples\biaobei\mel_folder/000660.npy +000661 examples\biaobei\mel_folder/000661.npy +000662 examples\biaobei\mel_folder/000662.npy +000663 examples\biaobei\mel_folder/000663.npy +000664 examples\biaobei\mel_folder/000664.npy +000665 examples\biaobei\mel_folder/000665.npy +000666 examples\biaobei\mel_folder/000666.npy +000667 examples\biaobei\mel_folder/000667.npy +000668 examples\biaobei\mel_folder/000668.npy +000669 examples\biaobei\mel_folder/000669.npy +000670 examples\biaobei\mel_folder/000670.npy +000671 examples\biaobei\mel_folder/000671.npy +000672 examples\biaobei\mel_folder/000672.npy +000673 examples\biaobei\mel_folder/000673.npy +000674 examples\biaobei\mel_folder/000674.npy +000675 examples\biaobei\mel_folder/000675.npy +000676 examples\biaobei\mel_folder/000676.npy +000677 examples\biaobei\mel_folder/000677.npy +000678 examples\biaobei\mel_folder/000678.npy +000679 examples\biaobei\mel_folder/000679.npy +000680 examples\biaobei\mel_folder/000680.npy +000681 examples\biaobei\mel_folder/000681.npy +000682 examples\biaobei\mel_folder/000682.npy +000683 examples\biaobei\mel_folder/000683.npy +000684 examples\biaobei\mel_folder/000684.npy +000685 examples\biaobei\mel_folder/000685.npy +000686 examples\biaobei\mel_folder/000686.npy +000687 examples\biaobei\mel_folder/000687.npy +000688 examples\biaobei\mel_folder/000688.npy +000689 examples\biaobei\mel_folder/000689.npy +000690 examples\biaobei\mel_folder/000690.npy +000691 examples\biaobei\mel_folder/000691.npy +000692 examples\biaobei\mel_folder/000692.npy +000693 examples\biaobei\mel_folder/000693.npy +000694 examples\biaobei\mel_folder/000694.npy +000695 examples\biaobei\mel_folder/000695.npy +000696 examples\biaobei\mel_folder/000696.npy +000697 examples\biaobei\mel_folder/000697.npy +000698 examples\biaobei\mel_folder/000698.npy +000699 examples\biaobei\mel_folder/000699.npy +000700 examples\biaobei\mel_folder/000700.npy +000701 examples\biaobei\mel_folder/000701.npy +000702 examples\biaobei\mel_folder/000702.npy +000703 examples\biaobei\mel_folder/000703.npy +000704 examples\biaobei\mel_folder/000704.npy +000705 examples\biaobei\mel_folder/000705.npy +000706 examples\biaobei\mel_folder/000706.npy +000707 examples\biaobei\mel_folder/000707.npy +000708 examples\biaobei\mel_folder/000708.npy +000709 examples\biaobei\mel_folder/000709.npy +000710 examples\biaobei\mel_folder/000710.npy +000711 examples\biaobei\mel_folder/000711.npy +000712 examples\biaobei\mel_folder/000712.npy +000713 examples\biaobei\mel_folder/000713.npy +000714 examples\biaobei\mel_folder/000714.npy +000715 examples\biaobei\mel_folder/000715.npy +000716 examples\biaobei\mel_folder/000716.npy +000717 examples\biaobei\mel_folder/000717.npy +000718 examples\biaobei\mel_folder/000718.npy +000719 examples\biaobei\mel_folder/000719.npy +000720 examples\biaobei\mel_folder/000720.npy +000721 examples\biaobei\mel_folder/000721.npy +000722 examples\biaobei\mel_folder/000722.npy +000723 examples\biaobei\mel_folder/000723.npy +000724 examples\biaobei\mel_folder/000724.npy +000725 examples\biaobei\mel_folder/000725.npy +000726 examples\biaobei\mel_folder/000726.npy +000727 examples\biaobei\mel_folder/000727.npy +000728 examples\biaobei\mel_folder/000728.npy +000729 examples\biaobei\mel_folder/000729.npy +000730 examples\biaobei\mel_folder/000730.npy +000731 examples\biaobei\mel_folder/000731.npy +000732 examples\biaobei\mel_folder/000732.npy +000733 examples\biaobei\mel_folder/000733.npy +000734 examples\biaobei\mel_folder/000734.npy +000735 examples\biaobei\mel_folder/000735.npy +000736 examples\biaobei\mel_folder/000736.npy +000737 examples\biaobei\mel_folder/000737.npy +000738 examples\biaobei\mel_folder/000738.npy +000739 examples\biaobei\mel_folder/000739.npy +000740 examples\biaobei\mel_folder/000740.npy +000741 examples\biaobei\mel_folder/000741.npy +000742 examples\biaobei\mel_folder/000742.npy +000743 examples\biaobei\mel_folder/000743.npy +000744 examples\biaobei\mel_folder/000744.npy +000745 examples\biaobei\mel_folder/000745.npy +000746 examples\biaobei\mel_folder/000746.npy +000747 examples\biaobei\mel_folder/000747.npy +000748 examples\biaobei\mel_folder/000748.npy +000749 examples\biaobei\mel_folder/000749.npy +000750 examples\biaobei\mel_folder/000750.npy +000751 examples\biaobei\mel_folder/000751.npy +000752 examples\biaobei\mel_folder/000752.npy +000753 examples\biaobei\mel_folder/000753.npy +000754 examples\biaobei\mel_folder/000754.npy +000755 examples\biaobei\mel_folder/000755.npy +000756 examples\biaobei\mel_folder/000756.npy +000757 examples\biaobei\mel_folder/000757.npy +000758 examples\biaobei\mel_folder/000758.npy +000759 examples\biaobei\mel_folder/000759.npy +000760 examples\biaobei\mel_folder/000760.npy +000761 examples\biaobei\mel_folder/000761.npy +000762 examples\biaobei\mel_folder/000762.npy +000763 examples\biaobei\mel_folder/000763.npy +000764 examples\biaobei\mel_folder/000764.npy +000765 examples\biaobei\mel_folder/000765.npy +000766 examples\biaobei\mel_folder/000766.npy +000767 examples\biaobei\mel_folder/000767.npy +000768 examples\biaobei\mel_folder/000768.npy +000769 examples\biaobei\mel_folder/000769.npy +000770 examples\biaobei\mel_folder/000770.npy +000771 examples\biaobei\mel_folder/000771.npy +000772 examples\biaobei\mel_folder/000772.npy +000773 examples\biaobei\mel_folder/000773.npy +000774 examples\biaobei\mel_folder/000774.npy +000775 examples\biaobei\mel_folder/000775.npy +000776 examples\biaobei\mel_folder/000776.npy +000777 examples\biaobei\mel_folder/000777.npy +000778 examples\biaobei\mel_folder/000778.npy +000779 examples\biaobei\mel_folder/000779.npy +000780 examples\biaobei\mel_folder/000780.npy +000781 examples\biaobei\mel_folder/000781.npy +000782 examples\biaobei\mel_folder/000782.npy +000783 examples\biaobei\mel_folder/000783.npy +000784 examples\biaobei\mel_folder/000784.npy +000785 examples\biaobei\mel_folder/000785.npy +000786 examples\biaobei\mel_folder/000786.npy +000787 examples\biaobei\mel_folder/000787.npy +000788 examples\biaobei\mel_folder/000788.npy +000789 examples\biaobei\mel_folder/000789.npy +000790 examples\biaobei\mel_folder/000790.npy +000791 examples\biaobei\mel_folder/000791.npy +000792 examples\biaobei\mel_folder/000792.npy +000793 examples\biaobei\mel_folder/000793.npy +000794 examples\biaobei\mel_folder/000794.npy +000795 examples\biaobei\mel_folder/000795.npy +000796 examples\biaobei\mel_folder/000796.npy +000797 examples\biaobei\mel_folder/000797.npy +000798 examples\biaobei\mel_folder/000798.npy +000799 examples\biaobei\mel_folder/000799.npy +000800 examples\biaobei\mel_folder/000800.npy +000801 examples\biaobei\mel_folder/000801.npy +000802 examples\biaobei\mel_folder/000802.npy +000803 examples\biaobei\mel_folder/000803.npy +000804 examples\biaobei\mel_folder/000804.npy +000805 examples\biaobei\mel_folder/000805.npy +000806 examples\biaobei\mel_folder/000806.npy +000807 examples\biaobei\mel_folder/000807.npy +000808 examples\biaobei\mel_folder/000808.npy +000809 examples\biaobei\mel_folder/000809.npy +000810 examples\biaobei\mel_folder/000810.npy +000811 examples\biaobei\mel_folder/000811.npy +000812 examples\biaobei\mel_folder/000812.npy +000813 examples\biaobei\mel_folder/000813.npy +000814 examples\biaobei\mel_folder/000814.npy +000815 examples\biaobei\mel_folder/000815.npy +000816 examples\biaobei\mel_folder/000816.npy +000817 examples\biaobei\mel_folder/000817.npy +000818 examples\biaobei\mel_folder/000818.npy +000819 examples\biaobei\mel_folder/000819.npy +000820 examples\biaobei\mel_folder/000820.npy +000821 examples\biaobei\mel_folder/000821.npy +000822 examples\biaobei\mel_folder/000822.npy +000823 examples\biaobei\mel_folder/000823.npy +000824 examples\biaobei\mel_folder/000824.npy +000825 examples\biaobei\mel_folder/000825.npy +000826 examples\biaobei\mel_folder/000826.npy +000827 examples\biaobei\mel_folder/000827.npy +000828 examples\biaobei\mel_folder/000828.npy +000829 examples\biaobei\mel_folder/000829.npy +000830 examples\biaobei\mel_folder/000830.npy +000831 examples\biaobei\mel_folder/000831.npy +000832 examples\biaobei\mel_folder/000832.npy +000833 examples\biaobei\mel_folder/000833.npy +000834 examples\biaobei\mel_folder/000834.npy +000835 examples\biaobei\mel_folder/000835.npy +000836 examples\biaobei\mel_folder/000836.npy +000837 examples\biaobei\mel_folder/000837.npy +000838 examples\biaobei\mel_folder/000838.npy +000839 examples\biaobei\mel_folder/000839.npy +000840 examples\biaobei\mel_folder/000840.npy +000841 examples\biaobei\mel_folder/000841.npy +000842 examples\biaobei\mel_folder/000842.npy +000843 examples\biaobei\mel_folder/000843.npy +000844 examples\biaobei\mel_folder/000844.npy +000845 examples\biaobei\mel_folder/000845.npy +000846 examples\biaobei\mel_folder/000846.npy +000847 examples\biaobei\mel_folder/000847.npy +000848 examples\biaobei\mel_folder/000848.npy +000849 examples\biaobei\mel_folder/000849.npy +000850 examples\biaobei\mel_folder/000850.npy +000851 examples\biaobei\mel_folder/000851.npy +000852 examples\biaobei\mel_folder/000852.npy +000853 examples\biaobei\mel_folder/000853.npy +000854 examples\biaobei\mel_folder/000854.npy +000855 examples\biaobei\mel_folder/000855.npy +000856 examples\biaobei\mel_folder/000856.npy +000857 examples\biaobei\mel_folder/000857.npy +000858 examples\biaobei\mel_folder/000858.npy +000859 examples\biaobei\mel_folder/000859.npy +000860 examples\biaobei\mel_folder/000860.npy +000861 examples\biaobei\mel_folder/000861.npy +000862 examples\biaobei\mel_folder/000862.npy +000863 examples\biaobei\mel_folder/000863.npy +000864 examples\biaobei\mel_folder/000864.npy +000865 examples\biaobei\mel_folder/000865.npy +000866 examples\biaobei\mel_folder/000866.npy +000867 examples\biaobei\mel_folder/000867.npy +000868 examples\biaobei\mel_folder/000868.npy +000869 examples\biaobei\mel_folder/000869.npy +000870 examples\biaobei\mel_folder/000870.npy +000871 examples\biaobei\mel_folder/000871.npy +000872 examples\biaobei\mel_folder/000872.npy +000873 examples\biaobei\mel_folder/000873.npy +000874 examples\biaobei\mel_folder/000874.npy +000875 examples\biaobei\mel_folder/000875.npy +000876 examples\biaobei\mel_folder/000876.npy +000877 examples\biaobei\mel_folder/000877.npy +000878 examples\biaobei\mel_folder/000878.npy +000879 examples\biaobei\mel_folder/000879.npy +000880 examples\biaobei\mel_folder/000880.npy +000881 examples\biaobei\mel_folder/000881.npy +000882 examples\biaobei\mel_folder/000882.npy +000883 examples\biaobei\mel_folder/000883.npy +000884 examples\biaobei\mel_folder/000884.npy +000885 examples\biaobei\mel_folder/000885.npy +000886 examples\biaobei\mel_folder/000886.npy +000887 examples\biaobei\mel_folder/000887.npy +000888 examples\biaobei\mel_folder/000888.npy +000889 examples\biaobei\mel_folder/000889.npy +000890 examples\biaobei\mel_folder/000890.npy +000891 examples\biaobei\mel_folder/000891.npy +000892 examples\biaobei\mel_folder/000892.npy +000893 examples\biaobei\mel_folder/000893.npy +000894 examples\biaobei\mel_folder/000894.npy +000895 examples\biaobei\mel_folder/000895.npy +000896 examples\biaobei\mel_folder/000896.npy +000897 examples\biaobei\mel_folder/000897.npy +000898 examples\biaobei\mel_folder/000898.npy +000899 examples\biaobei\mel_folder/000899.npy +000900 examples\biaobei\mel_folder/000900.npy +000901 examples\biaobei\mel_folder/000901.npy +000902 examples\biaobei\mel_folder/000902.npy +000903 examples\biaobei\mel_folder/000903.npy +000904 examples\biaobei\mel_folder/000904.npy +000905 examples\biaobei\mel_folder/000905.npy +000906 examples\biaobei\mel_folder/000906.npy +000907 examples\biaobei\mel_folder/000907.npy +000908 examples\biaobei\mel_folder/000908.npy +000909 examples\biaobei\mel_folder/000909.npy +000910 examples\biaobei\mel_folder/000910.npy +000911 examples\biaobei\mel_folder/000911.npy +000912 examples\biaobei\mel_folder/000912.npy +000913 examples\biaobei\mel_folder/000913.npy +000914 examples\biaobei\mel_folder/000914.npy +000915 examples\biaobei\mel_folder/000915.npy +000916 examples\biaobei\mel_folder/000916.npy +000917 examples\biaobei\mel_folder/000917.npy +000918 examples\biaobei\mel_folder/000918.npy +000919 examples\biaobei\mel_folder/000919.npy +000920 examples\biaobei\mel_folder/000920.npy +000921 examples\biaobei\mel_folder/000921.npy +000922 examples\biaobei\mel_folder/000922.npy +000923 examples\biaobei\mel_folder/000923.npy +000924 examples\biaobei\mel_folder/000924.npy +000925 examples\biaobei\mel_folder/000925.npy +000926 examples\biaobei\mel_folder/000926.npy +000927 examples\biaobei\mel_folder/000927.npy +000928 examples\biaobei\mel_folder/000928.npy +000929 examples\biaobei\mel_folder/000929.npy +000930 examples\biaobei\mel_folder/000930.npy +000931 examples\biaobei\mel_folder/000931.npy +000932 examples\biaobei\mel_folder/000932.npy +000933 examples\biaobei\mel_folder/000933.npy +000934 examples\biaobei\mel_folder/000934.npy +000935 examples\biaobei\mel_folder/000935.npy +000936 examples\biaobei\mel_folder/000936.npy +000937 examples\biaobei\mel_folder/000937.npy +000938 examples\biaobei\mel_folder/000938.npy +000939 examples\biaobei\mel_folder/000939.npy +000940 examples\biaobei\mel_folder/000940.npy +000941 examples\biaobei\mel_folder/000941.npy +000942 examples\biaobei\mel_folder/000942.npy +000943 examples\biaobei\mel_folder/000943.npy +000944 examples\biaobei\mel_folder/000944.npy +000945 examples\biaobei\mel_folder/000945.npy +000946 examples\biaobei\mel_folder/000946.npy +000947 examples\biaobei\mel_folder/000947.npy +000948 examples\biaobei\mel_folder/000948.npy +000949 examples\biaobei\mel_folder/000949.npy +000950 examples\biaobei\mel_folder/000950.npy +000951 examples\biaobei\mel_folder/000951.npy +000952 examples\biaobei\mel_folder/000952.npy +000953 examples\biaobei\mel_folder/000953.npy +000954 examples\biaobei\mel_folder/000954.npy +000955 examples\biaobei\mel_folder/000955.npy +000956 examples\biaobei\mel_folder/000956.npy +000957 examples\biaobei\mel_folder/000957.npy +000958 examples\biaobei\mel_folder/000958.npy +000959 examples\biaobei\mel_folder/000959.npy +000960 examples\biaobei\mel_folder/000960.npy +000961 examples\biaobei\mel_folder/000961.npy +000962 examples\biaobei\mel_folder/000962.npy +000963 examples\biaobei\mel_folder/000963.npy +000964 examples\biaobei\mel_folder/000964.npy +000965 examples\biaobei\mel_folder/000965.npy +000966 examples\biaobei\mel_folder/000966.npy +000967 examples\biaobei\mel_folder/000967.npy +000968 examples\biaobei\mel_folder/000968.npy +000969 examples\biaobei\mel_folder/000969.npy +000970 examples\biaobei\mel_folder/000970.npy +000971 examples\biaobei\mel_folder/000971.npy +000972 examples\biaobei\mel_folder/000972.npy +000973 examples\biaobei\mel_folder/000973.npy +000974 examples\biaobei\mel_folder/000974.npy +000975 examples\biaobei\mel_folder/000975.npy +000976 examples\biaobei\mel_folder/000976.npy +000977 examples\biaobei\mel_folder/000977.npy +000978 examples\biaobei\mel_folder/000978.npy +000979 examples\biaobei\mel_folder/000979.npy +000980 examples\biaobei\mel_folder/000980.npy +000981 examples\biaobei\mel_folder/000981.npy +000982 examples\biaobei\mel_folder/000982.npy +000983 examples\biaobei\mel_folder/000983.npy +000984 examples\biaobei\mel_folder/000984.npy +000985 examples\biaobei\mel_folder/000985.npy +000986 examples\biaobei\mel_folder/000986.npy +000987 examples\biaobei\mel_folder/000987.npy +000988 examples\biaobei\mel_folder/000988.npy +000989 examples\biaobei\mel_folder/000989.npy +000990 examples\biaobei\mel_folder/000990.npy +000991 examples\biaobei\mel_folder/000991.npy +000992 examples\biaobei\mel_folder/000992.npy +000993 examples\biaobei\mel_folder/000993.npy +000994 examples\biaobei\mel_folder/000994.npy +000995 examples\biaobei\mel_folder/000995.npy +000996 examples\biaobei\mel_folder/000996.npy +000997 examples\biaobei\mel_folder/000997.npy +000998 examples\biaobei\mel_folder/000998.npy +000999 examples\biaobei\mel_folder/000999.npy +001000 examples\biaobei\mel_folder/001000.npy +001001 examples\biaobei\mel_folder/001001.npy +001002 examples\biaobei\mel_folder/001002.npy +001003 examples\biaobei\mel_folder/001003.npy +001004 examples\biaobei\mel_folder/001004.npy +001005 examples\biaobei\mel_folder/001005.npy +001006 examples\biaobei\mel_folder/001006.npy +001007 examples\biaobei\mel_folder/001007.npy +001008 examples\biaobei\mel_folder/001008.npy +001009 examples\biaobei\mel_folder/001009.npy +001010 examples\biaobei\mel_folder/001010.npy +001011 examples\biaobei\mel_folder/001011.npy +001012 examples\biaobei\mel_folder/001012.npy +001013 examples\biaobei\mel_folder/001013.npy +001014 examples\biaobei\mel_folder/001014.npy +001015 examples\biaobei\mel_folder/001015.npy +001016 examples\biaobei\mel_folder/001016.npy +001017 examples\biaobei\mel_folder/001017.npy +001018 examples\biaobei\mel_folder/001018.npy +001019 examples\biaobei\mel_folder/001019.npy +001020 examples\biaobei\mel_folder/001020.npy +001021 examples\biaobei\mel_folder/001021.npy +001022 examples\biaobei\mel_folder/001022.npy +001023 examples\biaobei\mel_folder/001023.npy +001024 examples\biaobei\mel_folder/001024.npy +001025 examples\biaobei\mel_folder/001025.npy +001026 examples\biaobei\mel_folder/001026.npy +001027 examples\biaobei\mel_folder/001027.npy +001028 examples\biaobei\mel_folder/001028.npy +001029 examples\biaobei\mel_folder/001029.npy +001030 examples\biaobei\mel_folder/001030.npy +001031 examples\biaobei\mel_folder/001031.npy +001032 examples\biaobei\mel_folder/001032.npy +001033 examples\biaobei\mel_folder/001033.npy +001034 examples\biaobei\mel_folder/001034.npy +001035 examples\biaobei\mel_folder/001035.npy +001036 examples\biaobei\mel_folder/001036.npy +001037 examples\biaobei\mel_folder/001037.npy +001038 examples\biaobei\mel_folder/001038.npy +001039 examples\biaobei\mel_folder/001039.npy +001040 examples\biaobei\mel_folder/001040.npy +001041 examples\biaobei\mel_folder/001041.npy +001042 examples\biaobei\mel_folder/001042.npy +001043 examples\biaobei\mel_folder/001043.npy +001044 examples\biaobei\mel_folder/001044.npy +001045 examples\biaobei\mel_folder/001045.npy +001046 examples\biaobei\mel_folder/001046.npy +001047 examples\biaobei\mel_folder/001047.npy +001048 examples\biaobei\mel_folder/001048.npy +001049 examples\biaobei\mel_folder/001049.npy +001050 examples\biaobei\mel_folder/001050.npy +001051 examples\biaobei\mel_folder/001051.npy +001052 examples\biaobei\mel_folder/001052.npy +001053 examples\biaobei\mel_folder/001053.npy +001054 examples\biaobei\mel_folder/001054.npy +001055 examples\biaobei\mel_folder/001055.npy +001056 examples\biaobei\mel_folder/001056.npy +001057 examples\biaobei\mel_folder/001057.npy +001058 examples\biaobei\mel_folder/001058.npy +001059 examples\biaobei\mel_folder/001059.npy +001060 examples\biaobei\mel_folder/001060.npy +001061 examples\biaobei\mel_folder/001061.npy +001062 examples\biaobei\mel_folder/001062.npy +001063 examples\biaobei\mel_folder/001063.npy +001064 examples\biaobei\mel_folder/001064.npy +001065 examples\biaobei\mel_folder/001065.npy +001066 examples\biaobei\mel_folder/001066.npy +001067 examples\biaobei\mel_folder/001067.npy +001068 examples\biaobei\mel_folder/001068.npy +001069 examples\biaobei\mel_folder/001069.npy +001070 examples\biaobei\mel_folder/001070.npy +001071 examples\biaobei\mel_folder/001071.npy +001072 examples\biaobei\mel_folder/001072.npy +001073 examples\biaobei\mel_folder/001073.npy +001074 examples\biaobei\mel_folder/001074.npy +001075 examples\biaobei\mel_folder/001075.npy +001076 examples\biaobei\mel_folder/001076.npy +001077 examples\biaobei\mel_folder/001077.npy +001078 examples\biaobei\mel_folder/001078.npy +001079 examples\biaobei\mel_folder/001079.npy +001080 examples\biaobei\mel_folder/001080.npy +001081 examples\biaobei\mel_folder/001081.npy +001082 examples\biaobei\mel_folder/001082.npy +001083 examples\biaobei\mel_folder/001083.npy +001084 examples\biaobei\mel_folder/001084.npy +001085 examples\biaobei\mel_folder/001085.npy +001086 examples\biaobei\mel_folder/001086.npy +001087 examples\biaobei\mel_folder/001087.npy +001088 examples\biaobei\mel_folder/001088.npy +001089 examples\biaobei\mel_folder/001089.npy +001090 examples\biaobei\mel_folder/001090.npy +001091 examples\biaobei\mel_folder/001091.npy +001092 examples\biaobei\mel_folder/001092.npy +001093 examples\biaobei\mel_folder/001093.npy +001094 examples\biaobei\mel_folder/001094.npy +001095 examples\biaobei\mel_folder/001095.npy +001096 examples\biaobei\mel_folder/001096.npy +001097 examples\biaobei\mel_folder/001097.npy +001098 examples\biaobei\mel_folder/001098.npy +001099 examples\biaobei\mel_folder/001099.npy +001100 examples\biaobei\mel_folder/001100.npy +001101 examples\biaobei\mel_folder/001101.npy +001102 examples\biaobei\mel_folder/001102.npy +001103 examples\biaobei\mel_folder/001103.npy +001104 examples\biaobei\mel_folder/001104.npy +001105 examples\biaobei\mel_folder/001105.npy +001106 examples\biaobei\mel_folder/001106.npy +001107 examples\biaobei\mel_folder/001107.npy +001108 examples\biaobei\mel_folder/001108.npy +001109 examples\biaobei\mel_folder/001109.npy +001110 examples\biaobei\mel_folder/001110.npy +001111 examples\biaobei\mel_folder/001111.npy +001112 examples\biaobei\mel_folder/001112.npy +001113 examples\biaobei\mel_folder/001113.npy +001114 examples\biaobei\mel_folder/001114.npy +001115 examples\biaobei\mel_folder/001115.npy +001116 examples\biaobei\mel_folder/001116.npy +001117 examples\biaobei\mel_folder/001117.npy +001118 examples\biaobei\mel_folder/001118.npy +001119 examples\biaobei\mel_folder/001119.npy +001120 examples\biaobei\mel_folder/001120.npy +001121 examples\biaobei\mel_folder/001121.npy +001122 examples\biaobei\mel_folder/001122.npy +001123 examples\biaobei\mel_folder/001123.npy +001124 examples\biaobei\mel_folder/001124.npy +001125 examples\biaobei\mel_folder/001125.npy +001126 examples\biaobei\mel_folder/001126.npy +001127 examples\biaobei\mel_folder/001127.npy +001128 examples\biaobei\mel_folder/001128.npy +001129 examples\biaobei\mel_folder/001129.npy +001130 examples\biaobei\mel_folder/001130.npy +001131 examples\biaobei\mel_folder/001131.npy +001132 examples\biaobei\mel_folder/001132.npy +001133 examples\biaobei\mel_folder/001133.npy +001134 examples\biaobei\mel_folder/001134.npy +001135 examples\biaobei\mel_folder/001135.npy +001136 examples\biaobei\mel_folder/001136.npy +001137 examples\biaobei\mel_folder/001137.npy +001138 examples\biaobei\mel_folder/001138.npy +001139 examples\biaobei\mel_folder/001139.npy +001140 examples\biaobei\mel_folder/001140.npy +001141 examples\biaobei\mel_folder/001141.npy +001142 examples\biaobei\mel_folder/001142.npy +001143 examples\biaobei\mel_folder/001143.npy +001144 examples\biaobei\mel_folder/001144.npy +001145 examples\biaobei\mel_folder/001145.npy +001146 examples\biaobei\mel_folder/001146.npy +001147 examples\biaobei\mel_folder/001147.npy +001148 examples\biaobei\mel_folder/001148.npy +001149 examples\biaobei\mel_folder/001149.npy +001150 examples\biaobei\mel_folder/001150.npy +001151 examples\biaobei\mel_folder/001151.npy +001152 examples\biaobei\mel_folder/001152.npy +001153 examples\biaobei\mel_folder/001153.npy +001154 examples\biaobei\mel_folder/001154.npy +001155 examples\biaobei\mel_folder/001155.npy +001156 examples\biaobei\mel_folder/001156.npy +001157 examples\biaobei\mel_folder/001157.npy +001158 examples\biaobei\mel_folder/001158.npy +001159 examples\biaobei\mel_folder/001159.npy +001160 examples\biaobei\mel_folder/001160.npy +001161 examples\biaobei\mel_folder/001161.npy +001162 examples\biaobei\mel_folder/001162.npy +001163 examples\biaobei\mel_folder/001163.npy +001164 examples\biaobei\mel_folder/001164.npy +001165 examples\biaobei\mel_folder/001165.npy +001166 examples\biaobei\mel_folder/001166.npy +001167 examples\biaobei\mel_folder/001167.npy +001168 examples\biaobei\mel_folder/001168.npy +001169 examples\biaobei\mel_folder/001169.npy +001170 examples\biaobei\mel_folder/001170.npy +001171 examples\biaobei\mel_folder/001171.npy +001172 examples\biaobei\mel_folder/001172.npy +001173 examples\biaobei\mel_folder/001173.npy +001174 examples\biaobei\mel_folder/001174.npy +001175 examples\biaobei\mel_folder/001175.npy +001176 examples\biaobei\mel_folder/001176.npy +001177 examples\biaobei\mel_folder/001177.npy +001178 examples\biaobei\mel_folder/001178.npy +001179 examples\biaobei\mel_folder/001179.npy +001180 examples\biaobei\mel_folder/001180.npy +001181 examples\biaobei\mel_folder/001181.npy +001182 examples\biaobei\mel_folder/001182.npy +001183 examples\biaobei\mel_folder/001183.npy +001184 examples\biaobei\mel_folder/001184.npy +001185 examples\biaobei\mel_folder/001185.npy +001186 examples\biaobei\mel_folder/001186.npy +001187 examples\biaobei\mel_folder/001187.npy +001188 examples\biaobei\mel_folder/001188.npy +001189 examples\biaobei\mel_folder/001189.npy +001190 examples\biaobei\mel_folder/001190.npy +001191 examples\biaobei\mel_folder/001191.npy +001192 examples\biaobei\mel_folder/001192.npy +001193 examples\biaobei\mel_folder/001193.npy +001194 examples\biaobei\mel_folder/001194.npy +001195 examples\biaobei\mel_folder/001195.npy +001196 examples\biaobei\mel_folder/001196.npy +001197 examples\biaobei\mel_folder/001197.npy +001198 examples\biaobei\mel_folder/001198.npy +001199 examples\biaobei\mel_folder/001199.npy +001200 examples\biaobei\mel_folder/001200.npy +001201 examples\biaobei\mel_folder/001201.npy +001202 examples\biaobei\mel_folder/001202.npy +001203 examples\biaobei\mel_folder/001203.npy +001204 examples\biaobei\mel_folder/001204.npy +001205 examples\biaobei\mel_folder/001205.npy +001206 examples\biaobei\mel_folder/001206.npy +001207 examples\biaobei\mel_folder/001207.npy +001208 examples\biaobei\mel_folder/001208.npy +001209 examples\biaobei\mel_folder/001209.npy +001210 examples\biaobei\mel_folder/001210.npy +001211 examples\biaobei\mel_folder/001211.npy +001212 examples\biaobei\mel_folder/001212.npy +001213 examples\biaobei\mel_folder/001213.npy +001214 examples\biaobei\mel_folder/001214.npy +001215 examples\biaobei\mel_folder/001215.npy +001216 examples\biaobei\mel_folder/001216.npy +001217 examples\biaobei\mel_folder/001217.npy +001218 examples\biaobei\mel_folder/001218.npy +001219 examples\biaobei\mel_folder/001219.npy +001220 examples\biaobei\mel_folder/001220.npy +001221 examples\biaobei\mel_folder/001221.npy +001222 examples\biaobei\mel_folder/001222.npy +001223 examples\biaobei\mel_folder/001223.npy +001224 examples\biaobei\mel_folder/001224.npy +001225 examples\biaobei\mel_folder/001225.npy +001226 examples\biaobei\mel_folder/001226.npy +001227 examples\biaobei\mel_folder/001227.npy +001228 examples\biaobei\mel_folder/001228.npy +001229 examples\biaobei\mel_folder/001229.npy +001230 examples\biaobei\mel_folder/001230.npy +001231 examples\biaobei\mel_folder/001231.npy +001232 examples\biaobei\mel_folder/001232.npy +001233 examples\biaobei\mel_folder/001233.npy +001234 examples\biaobei\mel_folder/001234.npy +001235 examples\biaobei\mel_folder/001235.npy +001236 examples\biaobei\mel_folder/001236.npy +001237 examples\biaobei\mel_folder/001237.npy +001238 examples\biaobei\mel_folder/001238.npy +001239 examples\biaobei\mel_folder/001239.npy +001240 examples\biaobei\mel_folder/001240.npy +001241 examples\biaobei\mel_folder/001241.npy +001242 examples\biaobei\mel_folder/001242.npy +001243 examples\biaobei\mel_folder/001243.npy +001244 examples\biaobei\mel_folder/001244.npy +001245 examples\biaobei\mel_folder/001245.npy +001246 examples\biaobei\mel_folder/001246.npy +001247 examples\biaobei\mel_folder/001247.npy +001248 examples\biaobei\mel_folder/001248.npy +001249 examples\biaobei\mel_folder/001249.npy +001250 examples\biaobei\mel_folder/001250.npy +001251 examples\biaobei\mel_folder/001251.npy +001252 examples\biaobei\mel_folder/001252.npy +001253 examples\biaobei\mel_folder/001253.npy +001254 examples\biaobei\mel_folder/001254.npy +001255 examples\biaobei\mel_folder/001255.npy +001256 examples\biaobei\mel_folder/001256.npy +001257 examples\biaobei\mel_folder/001257.npy +001258 examples\biaobei\mel_folder/001258.npy +001259 examples\biaobei\mel_folder/001259.npy +001260 examples\biaobei\mel_folder/001260.npy +001261 examples\biaobei\mel_folder/001261.npy +001262 examples\biaobei\mel_folder/001262.npy +001263 examples\biaobei\mel_folder/001263.npy +001264 examples\biaobei\mel_folder/001264.npy +001265 examples\biaobei\mel_folder/001265.npy +001266 examples\biaobei\mel_folder/001266.npy +001267 examples\biaobei\mel_folder/001267.npy +001268 examples\biaobei\mel_folder/001268.npy +001269 examples\biaobei\mel_folder/001269.npy +001270 examples\biaobei\mel_folder/001270.npy +001271 examples\biaobei\mel_folder/001271.npy +001272 examples\biaobei\mel_folder/001272.npy +001273 examples\biaobei\mel_folder/001273.npy +001274 examples\biaobei\mel_folder/001274.npy +001275 examples\biaobei\mel_folder/001275.npy +001276 examples\biaobei\mel_folder/001276.npy +001277 examples\biaobei\mel_folder/001277.npy +001278 examples\biaobei\mel_folder/001278.npy +001279 examples\biaobei\mel_folder/001279.npy +001280 examples\biaobei\mel_folder/001280.npy +001281 examples\biaobei\mel_folder/001281.npy +001282 examples\biaobei\mel_folder/001282.npy +001283 examples\biaobei\mel_folder/001283.npy +001284 examples\biaobei\mel_folder/001284.npy +001285 examples\biaobei\mel_folder/001285.npy +001286 examples\biaobei\mel_folder/001286.npy +001287 examples\biaobei\mel_folder/001287.npy +001288 examples\biaobei\mel_folder/001288.npy +001289 examples\biaobei\mel_folder/001289.npy +001290 examples\biaobei\mel_folder/001290.npy +001291 examples\biaobei\mel_folder/001291.npy +001292 examples\biaobei\mel_folder/001292.npy +001293 examples\biaobei\mel_folder/001293.npy +001294 examples\biaobei\mel_folder/001294.npy +001295 examples\biaobei\mel_folder/001295.npy +001296 examples\biaobei\mel_folder/001296.npy +001297 examples\biaobei\mel_folder/001297.npy +001298 examples\biaobei\mel_folder/001298.npy +001299 examples\biaobei\mel_folder/001299.npy +001300 examples\biaobei\mel_folder/001300.npy +001301 examples\biaobei\mel_folder/001301.npy +001302 examples\biaobei\mel_folder/001302.npy +001303 examples\biaobei\mel_folder/001303.npy +001304 examples\biaobei\mel_folder/001304.npy +001305 examples\biaobei\mel_folder/001305.npy +001306 examples\biaobei\mel_folder/001306.npy +001307 examples\biaobei\mel_folder/001307.npy +001308 examples\biaobei\mel_folder/001308.npy +001309 examples\biaobei\mel_folder/001309.npy +001310 examples\biaobei\mel_folder/001310.npy +001311 examples\biaobei\mel_folder/001311.npy +001312 examples\biaobei\mel_folder/001312.npy +001313 examples\biaobei\mel_folder/001313.npy +001314 examples\biaobei\mel_folder/001314.npy +001315 examples\biaobei\mel_folder/001315.npy +001316 examples\biaobei\mel_folder/001316.npy +001317 examples\biaobei\mel_folder/001317.npy +001318 examples\biaobei\mel_folder/001318.npy +001319 examples\biaobei\mel_folder/001319.npy +001320 examples\biaobei\mel_folder/001320.npy +001321 examples\biaobei\mel_folder/001321.npy +001322 examples\biaobei\mel_folder/001322.npy +001323 examples\biaobei\mel_folder/001323.npy +001324 examples\biaobei\mel_folder/001324.npy +001325 examples\biaobei\mel_folder/001325.npy +001326 examples\biaobei\mel_folder/001326.npy +001327 examples\biaobei\mel_folder/001327.npy +001328 examples\biaobei\mel_folder/001328.npy +001329 examples\biaobei\mel_folder/001329.npy +001330 examples\biaobei\mel_folder/001330.npy +001331 examples\biaobei\mel_folder/001331.npy +001332 examples\biaobei\mel_folder/001332.npy +001333 examples\biaobei\mel_folder/001333.npy +001334 examples\biaobei\mel_folder/001334.npy +001335 examples\biaobei\mel_folder/001335.npy +001336 examples\biaobei\mel_folder/001336.npy +001337 examples\biaobei\mel_folder/001337.npy +001338 examples\biaobei\mel_folder/001338.npy +001339 examples\biaobei\mel_folder/001339.npy +001340 examples\biaobei\mel_folder/001340.npy +001341 examples\biaobei\mel_folder/001341.npy +001342 examples\biaobei\mel_folder/001342.npy +001343 examples\biaobei\mel_folder/001343.npy +001344 examples\biaobei\mel_folder/001344.npy +001345 examples\biaobei\mel_folder/001345.npy +001346 examples\biaobei\mel_folder/001346.npy +001347 examples\biaobei\mel_folder/001347.npy +001348 examples\biaobei\mel_folder/001348.npy +001349 examples\biaobei\mel_folder/001349.npy +001350 examples\biaobei\mel_folder/001350.npy +001351 examples\biaobei\mel_folder/001351.npy +001352 examples\biaobei\mel_folder/001352.npy +001353 examples\biaobei\mel_folder/001353.npy +001354 examples\biaobei\mel_folder/001354.npy +001355 examples\biaobei\mel_folder/001355.npy +001356 examples\biaobei\mel_folder/001356.npy +001357 examples\biaobei\mel_folder/001357.npy +001358 examples\biaobei\mel_folder/001358.npy +001359 examples\biaobei\mel_folder/001359.npy +001360 examples\biaobei\mel_folder/001360.npy +001361 examples\biaobei\mel_folder/001361.npy +001362 examples\biaobei\mel_folder/001362.npy +001363 examples\biaobei\mel_folder/001363.npy +001364 examples\biaobei\mel_folder/001364.npy +001365 examples\biaobei\mel_folder/001365.npy +001366 examples\biaobei\mel_folder/001366.npy +001367 examples\biaobei\mel_folder/001367.npy +001368 examples\biaobei\mel_folder/001368.npy +001369 examples\biaobei\mel_folder/001369.npy +001370 examples\biaobei\mel_folder/001370.npy +001371 examples\biaobei\mel_folder/001371.npy +001372 examples\biaobei\mel_folder/001372.npy +001373 examples\biaobei\mel_folder/001373.npy +001374 examples\biaobei\mel_folder/001374.npy +001375 examples\biaobei\mel_folder/001375.npy +001376 examples\biaobei\mel_folder/001376.npy +001377 examples\biaobei\mel_folder/001377.npy +001378 examples\biaobei\mel_folder/001378.npy +001379 examples\biaobei\mel_folder/001379.npy +001380 examples\biaobei\mel_folder/001380.npy +001381 examples\biaobei\mel_folder/001381.npy +001382 examples\biaobei\mel_folder/001382.npy +001383 examples\biaobei\mel_folder/001383.npy +001384 examples\biaobei\mel_folder/001384.npy +001385 examples\biaobei\mel_folder/001385.npy +001386 examples\biaobei\mel_folder/001386.npy +001387 examples\biaobei\mel_folder/001387.npy +001388 examples\biaobei\mel_folder/001388.npy +001389 examples\biaobei\mel_folder/001389.npy +001390 examples\biaobei\mel_folder/001390.npy +001391 examples\biaobei\mel_folder/001391.npy +001392 examples\biaobei\mel_folder/001392.npy +001393 examples\biaobei\mel_folder/001393.npy +001394 examples\biaobei\mel_folder/001394.npy +001395 examples\biaobei\mel_folder/001395.npy +001396 examples\biaobei\mel_folder/001396.npy +001397 examples\biaobei\mel_folder/001397.npy +001398 examples\biaobei\mel_folder/001398.npy +001399 examples\biaobei\mel_folder/001399.npy +001400 examples\biaobei\mel_folder/001400.npy +001401 examples\biaobei\mel_folder/001401.npy +001402 examples\biaobei\mel_folder/001402.npy +001403 examples\biaobei\mel_folder/001403.npy +001404 examples\biaobei\mel_folder/001404.npy +001405 examples\biaobei\mel_folder/001405.npy +001406 examples\biaobei\mel_folder/001406.npy +001407 examples\biaobei\mel_folder/001407.npy +001408 examples\biaobei\mel_folder/001408.npy +001409 examples\biaobei\mel_folder/001409.npy +001410 examples\biaobei\mel_folder/001410.npy +001411 examples\biaobei\mel_folder/001411.npy +001412 examples\biaobei\mel_folder/001412.npy +001413 examples\biaobei\mel_folder/001413.npy +001414 examples\biaobei\mel_folder/001414.npy +001415 examples\biaobei\mel_folder/001415.npy +001416 examples\biaobei\mel_folder/001416.npy +001417 examples\biaobei\mel_folder/001417.npy +001418 examples\biaobei\mel_folder/001418.npy +001419 examples\biaobei\mel_folder/001419.npy +001420 examples\biaobei\mel_folder/001420.npy +001421 examples\biaobei\mel_folder/001421.npy +001422 examples\biaobei\mel_folder/001422.npy +001423 examples\biaobei\mel_folder/001423.npy +001424 examples\biaobei\mel_folder/001424.npy +001425 examples\biaobei\mel_folder/001425.npy +001426 examples\biaobei\mel_folder/001426.npy +001427 examples\biaobei\mel_folder/001427.npy +001428 examples\biaobei\mel_folder/001428.npy +001429 examples\biaobei\mel_folder/001429.npy +001430 examples\biaobei\mel_folder/001430.npy +001431 examples\biaobei\mel_folder/001431.npy +001432 examples\biaobei\mel_folder/001432.npy +001433 examples\biaobei\mel_folder/001433.npy +001434 examples\biaobei\mel_folder/001434.npy +001435 examples\biaobei\mel_folder/001435.npy +001436 examples\biaobei\mel_folder/001436.npy +001437 examples\biaobei\mel_folder/001437.npy +001438 examples\biaobei\mel_folder/001438.npy +001439 examples\biaobei\mel_folder/001439.npy +001440 examples\biaobei\mel_folder/001440.npy +001441 examples\biaobei\mel_folder/001441.npy +001442 examples\biaobei\mel_folder/001442.npy +001443 examples\biaobei\mel_folder/001443.npy +001444 examples\biaobei\mel_folder/001444.npy +001445 examples\biaobei\mel_folder/001445.npy +001446 examples\biaobei\mel_folder/001446.npy +001447 examples\biaobei\mel_folder/001447.npy +001448 examples\biaobei\mel_folder/001448.npy +001449 examples\biaobei\mel_folder/001449.npy +001450 examples\biaobei\mel_folder/001450.npy +001451 examples\biaobei\mel_folder/001451.npy +001452 examples\biaobei\mel_folder/001452.npy +001453 examples\biaobei\mel_folder/001453.npy +001454 examples\biaobei\mel_folder/001454.npy +001455 examples\biaobei\mel_folder/001455.npy +001456 examples\biaobei\mel_folder/001456.npy +001457 examples\biaobei\mel_folder/001457.npy +001458 examples\biaobei\mel_folder/001458.npy +001459 examples\biaobei\mel_folder/001459.npy +001460 examples\biaobei\mel_folder/001460.npy +001461 examples\biaobei\mel_folder/001461.npy +001462 examples\biaobei\mel_folder/001462.npy +001463 examples\biaobei\mel_folder/001463.npy +001464 examples\biaobei\mel_folder/001464.npy +001465 examples\biaobei\mel_folder/001465.npy +001466 examples\biaobei\mel_folder/001466.npy +001467 examples\biaobei\mel_folder/001467.npy +001468 examples\biaobei\mel_folder/001468.npy +001469 examples\biaobei\mel_folder/001469.npy +001470 examples\biaobei\mel_folder/001470.npy +001471 examples\biaobei\mel_folder/001471.npy +001472 examples\biaobei\mel_folder/001472.npy +001473 examples\biaobei\mel_folder/001473.npy +001474 examples\biaobei\mel_folder/001474.npy +001475 examples\biaobei\mel_folder/001475.npy +001476 examples\biaobei\mel_folder/001476.npy +001477 examples\biaobei\mel_folder/001477.npy +001478 examples\biaobei\mel_folder/001478.npy +001479 examples\biaobei\mel_folder/001479.npy +001480 examples\biaobei\mel_folder/001480.npy +001481 examples\biaobei\mel_folder/001481.npy +001482 examples\biaobei\mel_folder/001482.npy +001483 examples\biaobei\mel_folder/001483.npy +001484 examples\biaobei\mel_folder/001484.npy +001485 examples\biaobei\mel_folder/001485.npy +001486 examples\biaobei\mel_folder/001486.npy +001487 examples\biaobei\mel_folder/001487.npy +001488 examples\biaobei\mel_folder/001488.npy +001489 examples\biaobei\mel_folder/001489.npy +001490 examples\biaobei\mel_folder/001490.npy +001491 examples\biaobei\mel_folder/001491.npy +001492 examples\biaobei\mel_folder/001492.npy +001493 examples\biaobei\mel_folder/001493.npy +001494 examples\biaobei\mel_folder/001494.npy +001495 examples\biaobei\mel_folder/001495.npy +001496 examples\biaobei\mel_folder/001496.npy +001497 examples\biaobei\mel_folder/001497.npy +001498 examples\biaobei\mel_folder/001498.npy +001499 examples\biaobei\mel_folder/001499.npy +001500 examples\biaobei\mel_folder/001500.npy +001501 examples\biaobei\mel_folder/001501.npy +001502 examples\biaobei\mel_folder/001502.npy +001503 examples\biaobei\mel_folder/001503.npy +001504 examples\biaobei\mel_folder/001504.npy +001505 examples\biaobei\mel_folder/001505.npy +001506 examples\biaobei\mel_folder/001506.npy +001507 examples\biaobei\mel_folder/001507.npy +001508 examples\biaobei\mel_folder/001508.npy +001509 examples\biaobei\mel_folder/001509.npy +001510 examples\biaobei\mel_folder/001510.npy +001511 examples\biaobei\mel_folder/001511.npy +001512 examples\biaobei\mel_folder/001512.npy +001513 examples\biaobei\mel_folder/001513.npy +001514 examples\biaobei\mel_folder/001514.npy +001515 examples\biaobei\mel_folder/001515.npy +001516 examples\biaobei\mel_folder/001516.npy +001517 examples\biaobei\mel_folder/001517.npy +001518 examples\biaobei\mel_folder/001518.npy +001519 examples\biaobei\mel_folder/001519.npy +001520 examples\biaobei\mel_folder/001520.npy +001521 examples\biaobei\mel_folder/001521.npy +001522 examples\biaobei\mel_folder/001522.npy +001523 examples\biaobei\mel_folder/001523.npy +001524 examples\biaobei\mel_folder/001524.npy +001525 examples\biaobei\mel_folder/001525.npy +001526 examples\biaobei\mel_folder/001526.npy +001527 examples\biaobei\mel_folder/001527.npy +001528 examples\biaobei\mel_folder/001528.npy +001529 examples\biaobei\mel_folder/001529.npy +001530 examples\biaobei\mel_folder/001530.npy +001531 examples\biaobei\mel_folder/001531.npy +001532 examples\biaobei\mel_folder/001532.npy +001533 examples\biaobei\mel_folder/001533.npy +001534 examples\biaobei\mel_folder/001534.npy +001535 examples\biaobei\mel_folder/001535.npy +001536 examples\biaobei\mel_folder/001536.npy +001537 examples\biaobei\mel_folder/001537.npy +001538 examples\biaobei\mel_folder/001538.npy +001539 examples\biaobei\mel_folder/001539.npy +001540 examples\biaobei\mel_folder/001540.npy +001541 examples\biaobei\mel_folder/001541.npy +001542 examples\biaobei\mel_folder/001542.npy +001543 examples\biaobei\mel_folder/001543.npy +001544 examples\biaobei\mel_folder/001544.npy +001545 examples\biaobei\mel_folder/001545.npy +001546 examples\biaobei\mel_folder/001546.npy +001547 examples\biaobei\mel_folder/001547.npy +001548 examples\biaobei\mel_folder/001548.npy +001549 examples\biaobei\mel_folder/001549.npy +001550 examples\biaobei\mel_folder/001550.npy +001551 examples\biaobei\mel_folder/001551.npy +001552 examples\biaobei\mel_folder/001552.npy +001553 examples\biaobei\mel_folder/001553.npy +001554 examples\biaobei\mel_folder/001554.npy +001555 examples\biaobei\mel_folder/001555.npy +001556 examples\biaobei\mel_folder/001556.npy +001557 examples\biaobei\mel_folder/001557.npy +001558 examples\biaobei\mel_folder/001558.npy +001559 examples\biaobei\mel_folder/001559.npy +001560 examples\biaobei\mel_folder/001560.npy +001561 examples\biaobei\mel_folder/001561.npy +001562 examples\biaobei\mel_folder/001562.npy +001563 examples\biaobei\mel_folder/001563.npy +001564 examples\biaobei\mel_folder/001564.npy +001565 examples\biaobei\mel_folder/001565.npy +001566 examples\biaobei\mel_folder/001566.npy +001567 examples\biaobei\mel_folder/001567.npy +001568 examples\biaobei\mel_folder/001568.npy +001569 examples\biaobei\mel_folder/001569.npy +001570 examples\biaobei\mel_folder/001570.npy +001571 examples\biaobei\mel_folder/001571.npy +001572 examples\biaobei\mel_folder/001572.npy +001573 examples\biaobei\mel_folder/001573.npy +001574 examples\biaobei\mel_folder/001574.npy +001575 examples\biaobei\mel_folder/001575.npy +001576 examples\biaobei\mel_folder/001576.npy +001577 examples\biaobei\mel_folder/001577.npy +001578 examples\biaobei\mel_folder/001578.npy +001579 examples\biaobei\mel_folder/001579.npy +001580 examples\biaobei\mel_folder/001580.npy +001581 examples\biaobei\mel_folder/001581.npy +001582 examples\biaobei\mel_folder/001582.npy +001583 examples\biaobei\mel_folder/001583.npy +001584 examples\biaobei\mel_folder/001584.npy +001585 examples\biaobei\mel_folder/001585.npy +001586 examples\biaobei\mel_folder/001586.npy +001587 examples\biaobei\mel_folder/001587.npy +001588 examples\biaobei\mel_folder/001588.npy +001589 examples\biaobei\mel_folder/001589.npy +001590 examples\biaobei\mel_folder/001590.npy +001591 examples\biaobei\mel_folder/001591.npy +001592 examples\biaobei\mel_folder/001592.npy +001593 examples\biaobei\mel_folder/001593.npy +001594 examples\biaobei\mel_folder/001594.npy +001595 examples\biaobei\mel_folder/001595.npy +001596 examples\biaobei\mel_folder/001596.npy +001597 examples\biaobei\mel_folder/001597.npy +001598 examples\biaobei\mel_folder/001598.npy +001599 examples\biaobei\mel_folder/001599.npy +001600 examples\biaobei\mel_folder/001600.npy +001601 examples\biaobei\mel_folder/001601.npy +001602 examples\biaobei\mel_folder/001602.npy +001603 examples\biaobei\mel_folder/001603.npy +001604 examples\biaobei\mel_folder/001604.npy +001605 examples\biaobei\mel_folder/001605.npy +001606 examples\biaobei\mel_folder/001606.npy +001607 examples\biaobei\mel_folder/001607.npy +001608 examples\biaobei\mel_folder/001608.npy +001609 examples\biaobei\mel_folder/001609.npy +001610 examples\biaobei\mel_folder/001610.npy +001611 examples\biaobei\mel_folder/001611.npy +001612 examples\biaobei\mel_folder/001612.npy +001613 examples\biaobei\mel_folder/001613.npy +001614 examples\biaobei\mel_folder/001614.npy +001615 examples\biaobei\mel_folder/001615.npy +001616 examples\biaobei\mel_folder/001616.npy +001617 examples\biaobei\mel_folder/001617.npy +001618 examples\biaobei\mel_folder/001618.npy +001619 examples\biaobei\mel_folder/001619.npy +001620 examples\biaobei\mel_folder/001620.npy +001621 examples\biaobei\mel_folder/001621.npy +001622 examples\biaobei\mel_folder/001622.npy +001623 examples\biaobei\mel_folder/001623.npy +001624 examples\biaobei\mel_folder/001624.npy +001625 examples\biaobei\mel_folder/001625.npy +001626 examples\biaobei\mel_folder/001626.npy +001627 examples\biaobei\mel_folder/001627.npy +001628 examples\biaobei\mel_folder/001628.npy +001629 examples\biaobei\mel_folder/001629.npy +001630 examples\biaobei\mel_folder/001630.npy +001631 examples\biaobei\mel_folder/001631.npy +001632 examples\biaobei\mel_folder/001632.npy +001633 examples\biaobei\mel_folder/001633.npy +001634 examples\biaobei\mel_folder/001634.npy +001635 examples\biaobei\mel_folder/001635.npy +001636 examples\biaobei\mel_folder/001636.npy +001637 examples\biaobei\mel_folder/001637.npy +001638 examples\biaobei\mel_folder/001638.npy +001639 examples\biaobei\mel_folder/001639.npy +001640 examples\biaobei\mel_folder/001640.npy +001641 examples\biaobei\mel_folder/001641.npy +001642 examples\biaobei\mel_folder/001642.npy +001643 examples\biaobei\mel_folder/001643.npy +001644 examples\biaobei\mel_folder/001644.npy +001645 examples\biaobei\mel_folder/001645.npy +001646 examples\biaobei\mel_folder/001646.npy +001647 examples\biaobei\mel_folder/001647.npy +001648 examples\biaobei\mel_folder/001648.npy +001649 examples\biaobei\mel_folder/001649.npy +001650 examples\biaobei\mel_folder/001650.npy +001651 examples\biaobei\mel_folder/001651.npy +001652 examples\biaobei\mel_folder/001652.npy +001653 examples\biaobei\mel_folder/001653.npy +001654 examples\biaobei\mel_folder/001654.npy +001655 examples\biaobei\mel_folder/001655.npy +001656 examples\biaobei\mel_folder/001656.npy +001657 examples\biaobei\mel_folder/001657.npy +001658 examples\biaobei\mel_folder/001658.npy +001659 examples\biaobei\mel_folder/001659.npy +001660 examples\biaobei\mel_folder/001660.npy +001661 examples\biaobei\mel_folder/001661.npy +001662 examples\biaobei\mel_folder/001662.npy +001663 examples\biaobei\mel_folder/001663.npy +001664 examples\biaobei\mel_folder/001664.npy +001665 examples\biaobei\mel_folder/001665.npy +001666 examples\biaobei\mel_folder/001666.npy +001667 examples\biaobei\mel_folder/001667.npy +001668 examples\biaobei\mel_folder/001668.npy +001669 examples\biaobei\mel_folder/001669.npy +001670 examples\biaobei\mel_folder/001670.npy +001671 examples\biaobei\mel_folder/001671.npy +001672 examples\biaobei\mel_folder/001672.npy +001673 examples\biaobei\mel_folder/001673.npy +001674 examples\biaobei\mel_folder/001674.npy +001675 examples\biaobei\mel_folder/001675.npy +001676 examples\biaobei\mel_folder/001676.npy +001677 examples\biaobei\mel_folder/001677.npy +001678 examples\biaobei\mel_folder/001678.npy +001679 examples\biaobei\mel_folder/001679.npy +001680 examples\biaobei\mel_folder/001680.npy +001681 examples\biaobei\mel_folder/001681.npy +001682 examples\biaobei\mel_folder/001682.npy +001683 examples\biaobei\mel_folder/001683.npy +001684 examples\biaobei\mel_folder/001684.npy +001685 examples\biaobei\mel_folder/001685.npy +001686 examples\biaobei\mel_folder/001686.npy +001687 examples\biaobei\mel_folder/001687.npy +001688 examples\biaobei\mel_folder/001688.npy +001689 examples\biaobei\mel_folder/001689.npy +001690 examples\biaobei\mel_folder/001690.npy +001691 examples\biaobei\mel_folder/001691.npy +001692 examples\biaobei\mel_folder/001692.npy +001693 examples\biaobei\mel_folder/001693.npy +001694 examples\biaobei\mel_folder/001694.npy +001695 examples\biaobei\mel_folder/001695.npy +001696 examples\biaobei\mel_folder/001696.npy +001697 examples\biaobei\mel_folder/001697.npy +001698 examples\biaobei\mel_folder/001698.npy +001699 examples\biaobei\mel_folder/001699.npy +001700 examples\biaobei\mel_folder/001700.npy +001701 examples\biaobei\mel_folder/001701.npy +001702 examples\biaobei\mel_folder/001702.npy +001703 examples\biaobei\mel_folder/001703.npy +001704 examples\biaobei\mel_folder/001704.npy +001705 examples\biaobei\mel_folder/001705.npy +001706 examples\biaobei\mel_folder/001706.npy +001707 examples\biaobei\mel_folder/001707.npy +001708 examples\biaobei\mel_folder/001708.npy +001709 examples\biaobei\mel_folder/001709.npy +001710 examples\biaobei\mel_folder/001710.npy +001711 examples\biaobei\mel_folder/001711.npy +001712 examples\biaobei\mel_folder/001712.npy +001713 examples\biaobei\mel_folder/001713.npy +001714 examples\biaobei\mel_folder/001714.npy +001715 examples\biaobei\mel_folder/001715.npy +001716 examples\biaobei\mel_folder/001716.npy +001717 examples\biaobei\mel_folder/001717.npy +001718 examples\biaobei\mel_folder/001718.npy +001719 examples\biaobei\mel_folder/001719.npy +001720 examples\biaobei\mel_folder/001720.npy +001721 examples\biaobei\mel_folder/001721.npy +001722 examples\biaobei\mel_folder/001722.npy +001723 examples\biaobei\mel_folder/001723.npy +001724 examples\biaobei\mel_folder/001724.npy +001725 examples\biaobei\mel_folder/001725.npy +001726 examples\biaobei\mel_folder/001726.npy +001727 examples\biaobei\mel_folder/001727.npy +001728 examples\biaobei\mel_folder/001728.npy +001729 examples\biaobei\mel_folder/001729.npy +001730 examples\biaobei\mel_folder/001730.npy +001731 examples\biaobei\mel_folder/001731.npy +001732 examples\biaobei\mel_folder/001732.npy +001733 examples\biaobei\mel_folder/001733.npy +001734 examples\biaobei\mel_folder/001734.npy +001735 examples\biaobei\mel_folder/001735.npy +001736 examples\biaobei\mel_folder/001736.npy +001737 examples\biaobei\mel_folder/001737.npy +001738 examples\biaobei\mel_folder/001738.npy +001739 examples\biaobei\mel_folder/001739.npy +001740 examples\biaobei\mel_folder/001740.npy +001741 examples\biaobei\mel_folder/001741.npy +001742 examples\biaobei\mel_folder/001742.npy +001743 examples\biaobei\mel_folder/001743.npy +001744 examples\biaobei\mel_folder/001744.npy +001745 examples\biaobei\mel_folder/001745.npy +001746 examples\biaobei\mel_folder/001746.npy +001747 examples\biaobei\mel_folder/001747.npy +001748 examples\biaobei\mel_folder/001748.npy +001749 examples\biaobei\mel_folder/001749.npy +001750 examples\biaobei\mel_folder/001750.npy +001751 examples\biaobei\mel_folder/001751.npy +001752 examples\biaobei\mel_folder/001752.npy +001753 examples\biaobei\mel_folder/001753.npy +001754 examples\biaobei\mel_folder/001754.npy +001755 examples\biaobei\mel_folder/001755.npy +001756 examples\biaobei\mel_folder/001756.npy +001757 examples\biaobei\mel_folder/001757.npy +001758 examples\biaobei\mel_folder/001758.npy +001759 examples\biaobei\mel_folder/001759.npy +001760 examples\biaobei\mel_folder/001760.npy +001761 examples\biaobei\mel_folder/001761.npy +001762 examples\biaobei\mel_folder/001762.npy +001763 examples\biaobei\mel_folder/001763.npy +001764 examples\biaobei\mel_folder/001764.npy +001765 examples\biaobei\mel_folder/001765.npy +001766 examples\biaobei\mel_folder/001766.npy +001767 examples\biaobei\mel_folder/001767.npy +001768 examples\biaobei\mel_folder/001768.npy +001769 examples\biaobei\mel_folder/001769.npy +001770 examples\biaobei\mel_folder/001770.npy +001771 examples\biaobei\mel_folder/001771.npy +001772 examples\biaobei\mel_folder/001772.npy +001773 examples\biaobei\mel_folder/001773.npy +001774 examples\biaobei\mel_folder/001774.npy +001775 examples\biaobei\mel_folder/001775.npy +001776 examples\biaobei\mel_folder/001776.npy +001777 examples\biaobei\mel_folder/001777.npy +001778 examples\biaobei\mel_folder/001778.npy +001779 examples\biaobei\mel_folder/001779.npy +001780 examples\biaobei\mel_folder/001780.npy +001781 examples\biaobei\mel_folder/001781.npy +001782 examples\biaobei\mel_folder/001782.npy +001783 examples\biaobei\mel_folder/001783.npy +001784 examples\biaobei\mel_folder/001784.npy +001785 examples\biaobei\mel_folder/001785.npy +001786 examples\biaobei\mel_folder/001786.npy +001787 examples\biaobei\mel_folder/001787.npy +001788 examples\biaobei\mel_folder/001788.npy +001789 examples\biaobei\mel_folder/001789.npy +001790 examples\biaobei\mel_folder/001790.npy +001791 examples\biaobei\mel_folder/001791.npy +001792 examples\biaobei\mel_folder/001792.npy +001793 examples\biaobei\mel_folder/001793.npy +001794 examples\biaobei\mel_folder/001794.npy +001795 examples\biaobei\mel_folder/001795.npy +001796 examples\biaobei\mel_folder/001796.npy +001797 examples\biaobei\mel_folder/001797.npy +001798 examples\biaobei\mel_folder/001798.npy +001799 examples\biaobei\mel_folder/001799.npy +001800 examples\biaobei\mel_folder/001800.npy +001801 examples\biaobei\mel_folder/001801.npy +001802 examples\biaobei\mel_folder/001802.npy +001803 examples\biaobei\mel_folder/001803.npy +001804 examples\biaobei\mel_folder/001804.npy +001805 examples\biaobei\mel_folder/001805.npy +001806 examples\biaobei\mel_folder/001806.npy +001807 examples\biaobei\mel_folder/001807.npy +001808 examples\biaobei\mel_folder/001808.npy +001809 examples\biaobei\mel_folder/001809.npy +001810 examples\biaobei\mel_folder/001810.npy +001811 examples\biaobei\mel_folder/001811.npy +001812 examples\biaobei\mel_folder/001812.npy +001813 examples\biaobei\mel_folder/001813.npy +001814 examples\biaobei\mel_folder/001814.npy +001815 examples\biaobei\mel_folder/001815.npy +001816 examples\biaobei\mel_folder/001816.npy +001817 examples\biaobei\mel_folder/001817.npy +001818 examples\biaobei\mel_folder/001818.npy +001819 examples\biaobei\mel_folder/001819.npy +001820 examples\biaobei\mel_folder/001820.npy +001821 examples\biaobei\mel_folder/001821.npy +001822 examples\biaobei\mel_folder/001822.npy +001823 examples\biaobei\mel_folder/001823.npy +001824 examples\biaobei\mel_folder/001824.npy +001825 examples\biaobei\mel_folder/001825.npy +001826 examples\biaobei\mel_folder/001826.npy +001827 examples\biaobei\mel_folder/001827.npy +001828 examples\biaobei\mel_folder/001828.npy +001829 examples\biaobei\mel_folder/001829.npy +001830 examples\biaobei\mel_folder/001830.npy +001831 examples\biaobei\mel_folder/001831.npy +001832 examples\biaobei\mel_folder/001832.npy +001833 examples\biaobei\mel_folder/001833.npy +001834 examples\biaobei\mel_folder/001834.npy +001835 examples\biaobei\mel_folder/001835.npy +001836 examples\biaobei\mel_folder/001836.npy +001837 examples\biaobei\mel_folder/001837.npy +001838 examples\biaobei\mel_folder/001838.npy +001839 examples\biaobei\mel_folder/001839.npy +001840 examples\biaobei\mel_folder/001840.npy +001841 examples\biaobei\mel_folder/001841.npy +001842 examples\biaobei\mel_folder/001842.npy +001843 examples\biaobei\mel_folder/001843.npy +001844 examples\biaobei\mel_folder/001844.npy +001845 examples\biaobei\mel_folder/001845.npy +001846 examples\biaobei\mel_folder/001846.npy +001847 examples\biaobei\mel_folder/001847.npy +001848 examples\biaobei\mel_folder/001848.npy +001849 examples\biaobei\mel_folder/001849.npy +001850 examples\biaobei\mel_folder/001850.npy +001851 examples\biaobei\mel_folder/001851.npy +001852 examples\biaobei\mel_folder/001852.npy +001853 examples\biaobei\mel_folder/001853.npy +001854 examples\biaobei\mel_folder/001854.npy +001855 examples\biaobei\mel_folder/001855.npy +001856 examples\biaobei\mel_folder/001856.npy +001857 examples\biaobei\mel_folder/001857.npy +001858 examples\biaobei\mel_folder/001858.npy +001859 examples\biaobei\mel_folder/001859.npy +001860 examples\biaobei\mel_folder/001860.npy +001861 examples\biaobei\mel_folder/001861.npy +001862 examples\biaobei\mel_folder/001862.npy +001863 examples\biaobei\mel_folder/001863.npy +001864 examples\biaobei\mel_folder/001864.npy +001865 examples\biaobei\mel_folder/001865.npy +001866 examples\biaobei\mel_folder/001866.npy +001867 examples\biaobei\mel_folder/001867.npy +001868 examples\biaobei\mel_folder/001868.npy +001869 examples\biaobei\mel_folder/001869.npy +001870 examples\biaobei\mel_folder/001870.npy +001871 examples\biaobei\mel_folder/001871.npy +001872 examples\biaobei\mel_folder/001872.npy +001873 examples\biaobei\mel_folder/001873.npy +001874 examples\biaobei\mel_folder/001874.npy +001875 examples\biaobei\mel_folder/001875.npy +001876 examples\biaobei\mel_folder/001876.npy +001877 examples\biaobei\mel_folder/001877.npy +001878 examples\biaobei\mel_folder/001878.npy +001879 examples\biaobei\mel_folder/001879.npy +001880 examples\biaobei\mel_folder/001880.npy +001881 examples\biaobei\mel_folder/001881.npy +001882 examples\biaobei\mel_folder/001882.npy +001883 examples\biaobei\mel_folder/001883.npy +001884 examples\biaobei\mel_folder/001884.npy +001885 examples\biaobei\mel_folder/001885.npy +001886 examples\biaobei\mel_folder/001886.npy +001887 examples\biaobei\mel_folder/001887.npy +001888 examples\biaobei\mel_folder/001888.npy +001889 examples\biaobei\mel_folder/001889.npy +001890 examples\biaobei\mel_folder/001890.npy +001891 examples\biaobei\mel_folder/001891.npy +001892 examples\biaobei\mel_folder/001892.npy +001893 examples\biaobei\mel_folder/001893.npy +001894 examples\biaobei\mel_folder/001894.npy +001895 examples\biaobei\mel_folder/001895.npy +001896 examples\biaobei\mel_folder/001896.npy +001897 examples\biaobei\mel_folder/001897.npy +001898 examples\biaobei\mel_folder/001898.npy +001899 examples\biaobei\mel_folder/001899.npy +001900 examples\biaobei\mel_folder/001900.npy +001901 examples\biaobei\mel_folder/001901.npy +001902 examples\biaobei\mel_folder/001902.npy +001903 examples\biaobei\mel_folder/001903.npy +001904 examples\biaobei\mel_folder/001904.npy +001905 examples\biaobei\mel_folder/001905.npy +001906 examples\biaobei\mel_folder/001906.npy +001907 examples\biaobei\mel_folder/001907.npy +001908 examples\biaobei\mel_folder/001908.npy +001909 examples\biaobei\mel_folder/001909.npy +001910 examples\biaobei\mel_folder/001910.npy +001911 examples\biaobei\mel_folder/001911.npy +001912 examples\biaobei\mel_folder/001912.npy +001913 examples\biaobei\mel_folder/001913.npy +001914 examples\biaobei\mel_folder/001914.npy +001915 examples\biaobei\mel_folder/001915.npy +001916 examples\biaobei\mel_folder/001916.npy +001917 examples\biaobei\mel_folder/001917.npy +001918 examples\biaobei\mel_folder/001918.npy +001919 examples\biaobei\mel_folder/001919.npy +001920 examples\biaobei\mel_folder/001920.npy +001921 examples\biaobei\mel_folder/001921.npy +001922 examples\biaobei\mel_folder/001922.npy +001923 examples\biaobei\mel_folder/001923.npy +001924 examples\biaobei\mel_folder/001924.npy +001925 examples\biaobei\mel_folder/001925.npy +001926 examples\biaobei\mel_folder/001926.npy +001927 examples\biaobei\mel_folder/001927.npy +001928 examples\biaobei\mel_folder/001928.npy +001929 examples\biaobei\mel_folder/001929.npy +001930 examples\biaobei\mel_folder/001930.npy +001931 examples\biaobei\mel_folder/001931.npy +001932 examples\biaobei\mel_folder/001932.npy +001933 examples\biaobei\mel_folder/001933.npy +001934 examples\biaobei\mel_folder/001934.npy +001935 examples\biaobei\mel_folder/001935.npy +001936 examples\biaobei\mel_folder/001936.npy +001937 examples\biaobei\mel_folder/001937.npy +001938 examples\biaobei\mel_folder/001938.npy +001939 examples\biaobei\mel_folder/001939.npy +001940 examples\biaobei\mel_folder/001940.npy +001941 examples\biaobei\mel_folder/001941.npy +001942 examples\biaobei\mel_folder/001942.npy +001943 examples\biaobei\mel_folder/001943.npy +001944 examples\biaobei\mel_folder/001944.npy +001945 examples\biaobei\mel_folder/001945.npy +001946 examples\biaobei\mel_folder/001946.npy +001947 examples\biaobei\mel_folder/001947.npy +001948 examples\biaobei\mel_folder/001948.npy +001949 examples\biaobei\mel_folder/001949.npy +001950 examples\biaobei\mel_folder/001950.npy +001951 examples\biaobei\mel_folder/001951.npy +001952 examples\biaobei\mel_folder/001952.npy +001953 examples\biaobei\mel_folder/001953.npy +001954 examples\biaobei\mel_folder/001954.npy +001955 examples\biaobei\mel_folder/001955.npy +001956 examples\biaobei\mel_folder/001956.npy +001957 examples\biaobei\mel_folder/001957.npy +001958 examples\biaobei\mel_folder/001958.npy +001959 examples\biaobei\mel_folder/001959.npy +001960 examples\biaobei\mel_folder/001960.npy +001961 examples\biaobei\mel_folder/001961.npy +001962 examples\biaobei\mel_folder/001962.npy +001963 examples\biaobei\mel_folder/001963.npy +001964 examples\biaobei\mel_folder/001964.npy +001965 examples\biaobei\mel_folder/001965.npy +001966 examples\biaobei\mel_folder/001966.npy +001967 examples\biaobei\mel_folder/001967.npy +001968 examples\biaobei\mel_folder/001968.npy +001969 examples\biaobei\mel_folder/001969.npy +001970 examples\biaobei\mel_folder/001970.npy +001971 examples\biaobei\mel_folder/001971.npy +001972 examples\biaobei\mel_folder/001972.npy +001973 examples\biaobei\mel_folder/001973.npy +001974 examples\biaobei\mel_folder/001974.npy +001975 examples\biaobei\mel_folder/001975.npy +001976 examples\biaobei\mel_folder/001976.npy +001977 examples\biaobei\mel_folder/001977.npy +001978 examples\biaobei\mel_folder/001978.npy +001979 examples\biaobei\mel_folder/001979.npy +001980 examples\biaobei\mel_folder/001980.npy +001981 examples\biaobei\mel_folder/001981.npy +001982 examples\biaobei\mel_folder/001982.npy +001983 examples\biaobei\mel_folder/001983.npy +001984 examples\biaobei\mel_folder/001984.npy +001985 examples\biaobei\mel_folder/001985.npy +001986 examples\biaobei\mel_folder/001986.npy +001987 examples\biaobei\mel_folder/001987.npy +001988 examples\biaobei\mel_folder/001988.npy +001989 examples\biaobei\mel_folder/001989.npy +001990 examples\biaobei\mel_folder/001990.npy +001991 examples\biaobei\mel_folder/001991.npy +001992 examples\biaobei\mel_folder/001992.npy +001993 examples\biaobei\mel_folder/001993.npy +001994 examples\biaobei\mel_folder/001994.npy +001995 examples\biaobei\mel_folder/001995.npy +001996 examples\biaobei\mel_folder/001996.npy +001997 examples\biaobei\mel_folder/001997.npy +001998 examples\biaobei\mel_folder/001998.npy +001999 examples\biaobei\mel_folder/001999.npy +002000 examples\biaobei\mel_folder/002000.npy +002001 examples\biaobei\mel_folder/002001.npy +002002 examples\biaobei\mel_folder/002002.npy +002003 examples\biaobei\mel_folder/002003.npy +002004 examples\biaobei\mel_folder/002004.npy +002005 examples\biaobei\mel_folder/002005.npy +002006 examples\biaobei\mel_folder/002006.npy +002007 examples\biaobei\mel_folder/002007.npy +002008 examples\biaobei\mel_folder/002008.npy +002009 examples\biaobei\mel_folder/002009.npy +002010 examples\biaobei\mel_folder/002010.npy +002011 examples\biaobei\mel_folder/002011.npy +002012 examples\biaobei\mel_folder/002012.npy +002013 examples\biaobei\mel_folder/002013.npy +002014 examples\biaobei\mel_folder/002014.npy +002015 examples\biaobei\mel_folder/002015.npy +002016 examples\biaobei\mel_folder/002016.npy +002017 examples\biaobei\mel_folder/002017.npy +002018 examples\biaobei\mel_folder/002018.npy +002019 examples\biaobei\mel_folder/002019.npy +002020 examples\biaobei\mel_folder/002020.npy +002021 examples\biaobei\mel_folder/002021.npy +002022 examples\biaobei\mel_folder/002022.npy +002023 examples\biaobei\mel_folder/002023.npy +002024 examples\biaobei\mel_folder/002024.npy +002025 examples\biaobei\mel_folder/002025.npy +002026 examples\biaobei\mel_folder/002026.npy +002027 examples\biaobei\mel_folder/002027.npy +002028 examples\biaobei\mel_folder/002028.npy +002029 examples\biaobei\mel_folder/002029.npy +002030 examples\biaobei\mel_folder/002030.npy +002031 examples\biaobei\mel_folder/002031.npy +002032 examples\biaobei\mel_folder/002032.npy +002033 examples\biaobei\mel_folder/002033.npy +002034 examples\biaobei\mel_folder/002034.npy +002035 examples\biaobei\mel_folder/002035.npy +002036 examples\biaobei\mel_folder/002036.npy +002037 examples\biaobei\mel_folder/002037.npy +002038 examples\biaobei\mel_folder/002038.npy +002039 examples\biaobei\mel_folder/002039.npy +002040 examples\biaobei\mel_folder/002040.npy +002041 examples\biaobei\mel_folder/002041.npy +002042 examples\biaobei\mel_folder/002042.npy +002043 examples\biaobei\mel_folder/002043.npy +002044 examples\biaobei\mel_folder/002044.npy +002045 examples\biaobei\mel_folder/002045.npy +002046 examples\biaobei\mel_folder/002046.npy +002047 examples\biaobei\mel_folder/002047.npy +002048 examples\biaobei\mel_folder/002048.npy +002049 examples\biaobei\mel_folder/002049.npy +002050 examples\biaobei\mel_folder/002050.npy +002051 examples\biaobei\mel_folder/002051.npy +002052 examples\biaobei\mel_folder/002052.npy +002053 examples\biaobei\mel_folder/002053.npy +002054 examples\biaobei\mel_folder/002054.npy +002055 examples\biaobei\mel_folder/002055.npy +002056 examples\biaobei\mel_folder/002056.npy +002057 examples\biaobei\mel_folder/002057.npy +002058 examples\biaobei\mel_folder/002058.npy +002059 examples\biaobei\mel_folder/002059.npy +002060 examples\biaobei\mel_folder/002060.npy +002061 examples\biaobei\mel_folder/002061.npy +002062 examples\biaobei\mel_folder/002062.npy +002063 examples\biaobei\mel_folder/002063.npy +002064 examples\biaobei\mel_folder/002064.npy +002065 examples\biaobei\mel_folder/002065.npy +002066 examples\biaobei\mel_folder/002066.npy +002067 examples\biaobei\mel_folder/002067.npy +002068 examples\biaobei\mel_folder/002068.npy +002069 examples\biaobei\mel_folder/002069.npy +002070 examples\biaobei\mel_folder/002070.npy +002071 examples\biaobei\mel_folder/002071.npy +002072 examples\biaobei\mel_folder/002072.npy +002073 examples\biaobei\mel_folder/002073.npy +002074 examples\biaobei\mel_folder/002074.npy +002075 examples\biaobei\mel_folder/002075.npy +002076 examples\biaobei\mel_folder/002076.npy +002077 examples\biaobei\mel_folder/002077.npy +002078 examples\biaobei\mel_folder/002078.npy +002079 examples\biaobei\mel_folder/002079.npy +002080 examples\biaobei\mel_folder/002080.npy +002081 examples\biaobei\mel_folder/002081.npy +002082 examples\biaobei\mel_folder/002082.npy +002083 examples\biaobei\mel_folder/002083.npy +002084 examples\biaobei\mel_folder/002084.npy +002085 examples\biaobei\mel_folder/002085.npy +002086 examples\biaobei\mel_folder/002086.npy +002087 examples\biaobei\mel_folder/002087.npy +002088 examples\biaobei\mel_folder/002088.npy +002089 examples\biaobei\mel_folder/002089.npy +002090 examples\biaobei\mel_folder/002090.npy +002091 examples\biaobei\mel_folder/002091.npy +002092 examples\biaobei\mel_folder/002092.npy +002093 examples\biaobei\mel_folder/002093.npy +002094 examples\biaobei\mel_folder/002094.npy +002095 examples\biaobei\mel_folder/002095.npy +002096 examples\biaobei\mel_folder/002096.npy +002097 examples\biaobei\mel_folder/002097.npy +002098 examples\biaobei\mel_folder/002098.npy +002099 examples\biaobei\mel_folder/002099.npy +002100 examples\biaobei\mel_folder/002100.npy +002101 examples\biaobei\mel_folder/002101.npy +002102 examples\biaobei\mel_folder/002102.npy +002103 examples\biaobei\mel_folder/002103.npy +002104 examples\biaobei\mel_folder/002104.npy +002105 examples\biaobei\mel_folder/002105.npy +002106 examples\biaobei\mel_folder/002106.npy +002107 examples\biaobei\mel_folder/002107.npy +002108 examples\biaobei\mel_folder/002108.npy +002109 examples\biaobei\mel_folder/002109.npy +002110 examples\biaobei\mel_folder/002110.npy +002111 examples\biaobei\mel_folder/002111.npy +002112 examples\biaobei\mel_folder/002112.npy +002113 examples\biaobei\mel_folder/002113.npy +002114 examples\biaobei\mel_folder/002114.npy +002115 examples\biaobei\mel_folder/002115.npy +002116 examples\biaobei\mel_folder/002116.npy +002117 examples\biaobei\mel_folder/002117.npy +002118 examples\biaobei\mel_folder/002118.npy +002119 examples\biaobei\mel_folder/002119.npy +002120 examples\biaobei\mel_folder/002120.npy +002121 examples\biaobei\mel_folder/002121.npy +002122 examples\biaobei\mel_folder/002122.npy +002123 examples\biaobei\mel_folder/002123.npy +002124 examples\biaobei\mel_folder/002124.npy +002125 examples\biaobei\mel_folder/002125.npy +002126 examples\biaobei\mel_folder/002126.npy +002127 examples\biaobei\mel_folder/002127.npy +002128 examples\biaobei\mel_folder/002128.npy +002129 examples\biaobei\mel_folder/002129.npy +002130 examples\biaobei\mel_folder/002130.npy +002131 examples\biaobei\mel_folder/002131.npy +002132 examples\biaobei\mel_folder/002132.npy +002133 examples\biaobei\mel_folder/002133.npy +002134 examples\biaobei\mel_folder/002134.npy +002135 examples\biaobei\mel_folder/002135.npy +002136 examples\biaobei\mel_folder/002136.npy +002137 examples\biaobei\mel_folder/002137.npy +002138 examples\biaobei\mel_folder/002138.npy +002139 examples\biaobei\mel_folder/002139.npy +002140 examples\biaobei\mel_folder/002140.npy +002141 examples\biaobei\mel_folder/002141.npy +002142 examples\biaobei\mel_folder/002142.npy +002143 examples\biaobei\mel_folder/002143.npy +002144 examples\biaobei\mel_folder/002144.npy +002145 examples\biaobei\mel_folder/002145.npy +002146 examples\biaobei\mel_folder/002146.npy +002147 examples\biaobei\mel_folder/002147.npy +002148 examples\biaobei\mel_folder/002148.npy +002149 examples\biaobei\mel_folder/002149.npy +002150 examples\biaobei\mel_folder/002150.npy +002151 examples\biaobei\mel_folder/002151.npy +002152 examples\biaobei\mel_folder/002152.npy +002153 examples\biaobei\mel_folder/002153.npy +002154 examples\biaobei\mel_folder/002154.npy +002155 examples\biaobei\mel_folder/002155.npy +002156 examples\biaobei\mel_folder/002156.npy +002157 examples\biaobei\mel_folder/002157.npy +002158 examples\biaobei\mel_folder/002158.npy +002159 examples\biaobei\mel_folder/002159.npy +002160 examples\biaobei\mel_folder/002160.npy +002161 examples\biaobei\mel_folder/002161.npy +002162 examples\biaobei\mel_folder/002162.npy +002163 examples\biaobei\mel_folder/002163.npy +002164 examples\biaobei\mel_folder/002164.npy +002165 examples\biaobei\mel_folder/002165.npy +002166 examples\biaobei\mel_folder/002166.npy +002167 examples\biaobei\mel_folder/002167.npy +002168 examples\biaobei\mel_folder/002168.npy +002169 examples\biaobei\mel_folder/002169.npy +002170 examples\biaobei\mel_folder/002170.npy +002171 examples\biaobei\mel_folder/002171.npy +002172 examples\biaobei\mel_folder/002172.npy +002173 examples\biaobei\mel_folder/002173.npy +002174 examples\biaobei\mel_folder/002174.npy +002175 examples\biaobei\mel_folder/002175.npy +002176 examples\biaobei\mel_folder/002176.npy +002177 examples\biaobei\mel_folder/002177.npy +002178 examples\biaobei\mel_folder/002178.npy +002179 examples\biaobei\mel_folder/002179.npy +002180 examples\biaobei\mel_folder/002180.npy +002181 examples\biaobei\mel_folder/002181.npy +002182 examples\biaobei\mel_folder/002182.npy +002183 examples\biaobei\mel_folder/002183.npy +002184 examples\biaobei\mel_folder/002184.npy +002185 examples\biaobei\mel_folder/002185.npy +002186 examples\biaobei\mel_folder/002186.npy +002187 examples\biaobei\mel_folder/002187.npy +002188 examples\biaobei\mel_folder/002188.npy +002189 examples\biaobei\mel_folder/002189.npy +002190 examples\biaobei\mel_folder/002190.npy +002191 examples\biaobei\mel_folder/002191.npy +002192 examples\biaobei\mel_folder/002192.npy +002193 examples\biaobei\mel_folder/002193.npy +002194 examples\biaobei\mel_folder/002194.npy +002195 examples\biaobei\mel_folder/002195.npy +002196 examples\biaobei\mel_folder/002196.npy +002197 examples\biaobei\mel_folder/002197.npy +002198 examples\biaobei\mel_folder/002198.npy +002199 examples\biaobei\mel_folder/002199.npy +002200 examples\biaobei\mel_folder/002200.npy +002201 examples\biaobei\mel_folder/002201.npy +002202 examples\biaobei\mel_folder/002202.npy +002203 examples\biaobei\mel_folder/002203.npy +002204 examples\biaobei\mel_folder/002204.npy +002205 examples\biaobei\mel_folder/002205.npy +002206 examples\biaobei\mel_folder/002206.npy +002207 examples\biaobei\mel_folder/002207.npy +002208 examples\biaobei\mel_folder/002208.npy +002209 examples\biaobei\mel_folder/002209.npy +002210 examples\biaobei\mel_folder/002210.npy +002211 examples\biaobei\mel_folder/002211.npy +002212 examples\biaobei\mel_folder/002212.npy +002213 examples\biaobei\mel_folder/002213.npy +002214 examples\biaobei\mel_folder/002214.npy +002215 examples\biaobei\mel_folder/002215.npy +002216 examples\biaobei\mel_folder/002216.npy +002217 examples\biaobei\mel_folder/002217.npy +002218 examples\biaobei\mel_folder/002218.npy +002219 examples\biaobei\mel_folder/002219.npy +002220 examples\biaobei\mel_folder/002220.npy +002221 examples\biaobei\mel_folder/002221.npy +002222 examples\biaobei\mel_folder/002222.npy +002223 examples\biaobei\mel_folder/002223.npy +002224 examples\biaobei\mel_folder/002224.npy +002225 examples\biaobei\mel_folder/002225.npy +002226 examples\biaobei\mel_folder/002226.npy +002227 examples\biaobei\mel_folder/002227.npy +002228 examples\biaobei\mel_folder/002228.npy +002229 examples\biaobei\mel_folder/002229.npy +002230 examples\biaobei\mel_folder/002230.npy +002231 examples\biaobei\mel_folder/002231.npy +002232 examples\biaobei\mel_folder/002232.npy +002233 examples\biaobei\mel_folder/002233.npy +002234 examples\biaobei\mel_folder/002234.npy +002235 examples\biaobei\mel_folder/002235.npy +002236 examples\biaobei\mel_folder/002236.npy +002237 examples\biaobei\mel_folder/002237.npy +002238 examples\biaobei\mel_folder/002238.npy +002239 examples\biaobei\mel_folder/002239.npy +002240 examples\biaobei\mel_folder/002240.npy +002241 examples\biaobei\mel_folder/002241.npy +002242 examples\biaobei\mel_folder/002242.npy +002243 examples\biaobei\mel_folder/002243.npy +002244 examples\biaobei\mel_folder/002244.npy +002245 examples\biaobei\mel_folder/002245.npy +002246 examples\biaobei\mel_folder/002246.npy +002247 examples\biaobei\mel_folder/002247.npy +002248 examples\biaobei\mel_folder/002248.npy +002249 examples\biaobei\mel_folder/002249.npy +002250 examples\biaobei\mel_folder/002250.npy +002251 examples\biaobei\mel_folder/002251.npy +002252 examples\biaobei\mel_folder/002252.npy +002253 examples\biaobei\mel_folder/002253.npy +002254 examples\biaobei\mel_folder/002254.npy +002255 examples\biaobei\mel_folder/002255.npy +002256 examples\biaobei\mel_folder/002256.npy +002257 examples\biaobei\mel_folder/002257.npy +002258 examples\biaobei\mel_folder/002258.npy +002259 examples\biaobei\mel_folder/002259.npy +002260 examples\biaobei\mel_folder/002260.npy +002261 examples\biaobei\mel_folder/002261.npy +002262 examples\biaobei\mel_folder/002262.npy +002263 examples\biaobei\mel_folder/002263.npy +002264 examples\biaobei\mel_folder/002264.npy +002265 examples\biaobei\mel_folder/002265.npy +002266 examples\biaobei\mel_folder/002266.npy +002267 examples\biaobei\mel_folder/002267.npy +002268 examples\biaobei\mel_folder/002268.npy +002269 examples\biaobei\mel_folder/002269.npy +002270 examples\biaobei\mel_folder/002270.npy +002271 examples\biaobei\mel_folder/002271.npy +002272 examples\biaobei\mel_folder/002272.npy +002273 examples\biaobei\mel_folder/002273.npy +002274 examples\biaobei\mel_folder/002274.npy +002275 examples\biaobei\mel_folder/002275.npy +002276 examples\biaobei\mel_folder/002276.npy +002277 examples\biaobei\mel_folder/002277.npy +002278 examples\biaobei\mel_folder/002278.npy +002279 examples\biaobei\mel_folder/002279.npy +002280 examples\biaobei\mel_folder/002280.npy +002281 examples\biaobei\mel_folder/002281.npy +002282 examples\biaobei\mel_folder/002282.npy +002283 examples\biaobei\mel_folder/002283.npy +002284 examples\biaobei\mel_folder/002284.npy +002285 examples\biaobei\mel_folder/002285.npy +002286 examples\biaobei\mel_folder/002286.npy +002287 examples\biaobei\mel_folder/002287.npy +002288 examples\biaobei\mel_folder/002288.npy +002289 examples\biaobei\mel_folder/002289.npy +002290 examples\biaobei\mel_folder/002290.npy +002291 examples\biaobei\mel_folder/002291.npy +002292 examples\biaobei\mel_folder/002292.npy +002293 examples\biaobei\mel_folder/002293.npy +002294 examples\biaobei\mel_folder/002294.npy +002295 examples\biaobei\mel_folder/002295.npy +002296 examples\biaobei\mel_folder/002296.npy +002297 examples\biaobei\mel_folder/002297.npy +002298 examples\biaobei\mel_folder/002298.npy +002299 examples\biaobei\mel_folder/002299.npy +002300 examples\biaobei\mel_folder/002300.npy +002301 examples\biaobei\mel_folder/002301.npy +002302 examples\biaobei\mel_folder/002302.npy +002303 examples\biaobei\mel_folder/002303.npy +002304 examples\biaobei\mel_folder/002304.npy +002305 examples\biaobei\mel_folder/002305.npy +002306 examples\biaobei\mel_folder/002306.npy +002307 examples\biaobei\mel_folder/002307.npy +002308 examples\biaobei\mel_folder/002308.npy +002309 examples\biaobei\mel_folder/002309.npy +002310 examples\biaobei\mel_folder/002310.npy +002311 examples\biaobei\mel_folder/002311.npy +002312 examples\biaobei\mel_folder/002312.npy +002313 examples\biaobei\mel_folder/002313.npy +002314 examples\biaobei\mel_folder/002314.npy +002315 examples\biaobei\mel_folder/002315.npy +002316 examples\biaobei\mel_folder/002316.npy +002317 examples\biaobei\mel_folder/002317.npy +002318 examples\biaobei\mel_folder/002318.npy +002319 examples\biaobei\mel_folder/002319.npy +002320 examples\biaobei\mel_folder/002320.npy +002321 examples\biaobei\mel_folder/002321.npy +002322 examples\biaobei\mel_folder/002322.npy +002323 examples\biaobei\mel_folder/002323.npy +002324 examples\biaobei\mel_folder/002324.npy +002325 examples\biaobei\mel_folder/002325.npy +002326 examples\biaobei\mel_folder/002326.npy +002327 examples\biaobei\mel_folder/002327.npy +002328 examples\biaobei\mel_folder/002328.npy +002329 examples\biaobei\mel_folder/002329.npy +002330 examples\biaobei\mel_folder/002330.npy +002331 examples\biaobei\mel_folder/002331.npy +002332 examples\biaobei\mel_folder/002332.npy +002333 examples\biaobei\mel_folder/002333.npy +002334 examples\biaobei\mel_folder/002334.npy +002335 examples\biaobei\mel_folder/002335.npy +002336 examples\biaobei\mel_folder/002336.npy +002337 examples\biaobei\mel_folder/002337.npy +002338 examples\biaobei\mel_folder/002338.npy +002339 examples\biaobei\mel_folder/002339.npy +002340 examples\biaobei\mel_folder/002340.npy +002341 examples\biaobei\mel_folder/002341.npy +002342 examples\biaobei\mel_folder/002342.npy +002343 examples\biaobei\mel_folder/002343.npy +002344 examples\biaobei\mel_folder/002344.npy +002345 examples\biaobei\mel_folder/002345.npy +002346 examples\biaobei\mel_folder/002346.npy +002347 examples\biaobei\mel_folder/002347.npy +002348 examples\biaobei\mel_folder/002348.npy +002349 examples\biaobei\mel_folder/002349.npy +002350 examples\biaobei\mel_folder/002350.npy +002351 examples\biaobei\mel_folder/002351.npy +002352 examples\biaobei\mel_folder/002352.npy +002353 examples\biaobei\mel_folder/002353.npy +002354 examples\biaobei\mel_folder/002354.npy +002355 examples\biaobei\mel_folder/002355.npy +002356 examples\biaobei\mel_folder/002356.npy +002357 examples\biaobei\mel_folder/002357.npy +002358 examples\biaobei\mel_folder/002358.npy +002359 examples\biaobei\mel_folder/002359.npy +002360 examples\biaobei\mel_folder/002360.npy +002361 examples\biaobei\mel_folder/002361.npy +002362 examples\biaobei\mel_folder/002362.npy +002363 examples\biaobei\mel_folder/002363.npy +002364 examples\biaobei\mel_folder/002364.npy +002366 examples\biaobei\mel_folder/002366.npy +002367 examples\biaobei\mel_folder/002367.npy +002368 examples\biaobei\mel_folder/002368.npy +002369 examples\biaobei\mel_folder/002369.npy +002370 examples\biaobei\mel_folder/002370.npy +002371 examples\biaobei\mel_folder/002371.npy +002372 examples\biaobei\mel_folder/002372.npy +002373 examples\biaobei\mel_folder/002373.npy +002374 examples\biaobei\mel_folder/002374.npy +002375 examples\biaobei\mel_folder/002375.npy +002376 examples\biaobei\mel_folder/002376.npy +002377 examples\biaobei\mel_folder/002377.npy +002378 examples\biaobei\mel_folder/002378.npy +002379 examples\biaobei\mel_folder/002379.npy +002380 examples\biaobei\mel_folder/002380.npy +002381 examples\biaobei\mel_folder/002381.npy +002382 examples\biaobei\mel_folder/002382.npy +002383 examples\biaobei\mel_folder/002383.npy +002384 examples\biaobei\mel_folder/002384.npy +002385 examples\biaobei\mel_folder/002385.npy +002386 examples\biaobei\mel_folder/002386.npy +002387 examples\biaobei\mel_folder/002387.npy +002388 examples\biaobei\mel_folder/002388.npy +002389 examples\biaobei\mel_folder/002389.npy +002390 examples\biaobei\mel_folder/002390.npy +002391 examples\biaobei\mel_folder/002391.npy +002392 examples\biaobei\mel_folder/002392.npy +002393 examples\biaobei\mel_folder/002393.npy +002394 examples\biaobei\mel_folder/002394.npy +002395 examples\biaobei\mel_folder/002395.npy +002396 examples\biaobei\mel_folder/002396.npy +002397 examples\biaobei\mel_folder/002397.npy +002398 examples\biaobei\mel_folder/002398.npy +002399 examples\biaobei\mel_folder/002399.npy +002400 examples\biaobei\mel_folder/002400.npy +002401 examples\biaobei\mel_folder/002401.npy +002402 examples\biaobei\mel_folder/002402.npy +002403 examples\biaobei\mel_folder/002403.npy +002404 examples\biaobei\mel_folder/002404.npy +002405 examples\biaobei\mel_folder/002405.npy +002406 examples\biaobei\mel_folder/002406.npy +002407 examples\biaobei\mel_folder/002407.npy +002408 examples\biaobei\mel_folder/002408.npy +002409 examples\biaobei\mel_folder/002409.npy +002410 examples\biaobei\mel_folder/002410.npy +002411 examples\biaobei\mel_folder/002411.npy +002412 examples\biaobei\mel_folder/002412.npy +002413 examples\biaobei\mel_folder/002413.npy +002414 examples\biaobei\mel_folder/002414.npy +002415 examples\biaobei\mel_folder/002415.npy +002416 examples\biaobei\mel_folder/002416.npy +002417 examples\biaobei\mel_folder/002417.npy +002418 examples\biaobei\mel_folder/002418.npy +002419 examples\biaobei\mel_folder/002419.npy +002420 examples\biaobei\mel_folder/002420.npy +002421 examples\biaobei\mel_folder/002421.npy +002422 examples\biaobei\mel_folder/002422.npy +002423 examples\biaobei\mel_folder/002423.npy +002424 examples\biaobei\mel_folder/002424.npy +002425 examples\biaobei\mel_folder/002425.npy +002426 examples\biaobei\mel_folder/002426.npy +002427 examples\biaobei\mel_folder/002427.npy +002428 examples\biaobei\mel_folder/002428.npy +002429 examples\biaobei\mel_folder/002429.npy +002430 examples\biaobei\mel_folder/002430.npy +002431 examples\biaobei\mel_folder/002431.npy +002432 examples\biaobei\mel_folder/002432.npy +002433 examples\biaobei\mel_folder/002433.npy +002434 examples\biaobei\mel_folder/002434.npy +002435 examples\biaobei\mel_folder/002435.npy +002436 examples\biaobei\mel_folder/002436.npy +002437 examples\biaobei\mel_folder/002437.npy +002438 examples\biaobei\mel_folder/002438.npy +002439 examples\biaobei\mel_folder/002439.npy +002440 examples\biaobei\mel_folder/002440.npy +002441 examples\biaobei\mel_folder/002441.npy +002442 examples\biaobei\mel_folder/002442.npy +002443 examples\biaobei\mel_folder/002443.npy +002444 examples\biaobei\mel_folder/002444.npy +002445 examples\biaobei\mel_folder/002445.npy +002446 examples\biaobei\mel_folder/002446.npy +002447 examples\biaobei\mel_folder/002447.npy +002448 examples\biaobei\mel_folder/002448.npy +002449 examples\biaobei\mel_folder/002449.npy +002450 examples\biaobei\mel_folder/002450.npy +002451 examples\biaobei\mel_folder/002451.npy +002452 examples\biaobei\mel_folder/002452.npy +002453 examples\biaobei\mel_folder/002453.npy +002454 examples\biaobei\mel_folder/002454.npy +002455 examples\biaobei\mel_folder/002455.npy +002456 examples\biaobei\mel_folder/002456.npy +002457 examples\biaobei\mel_folder/002457.npy +002458 examples\biaobei\mel_folder/002458.npy +002459 examples\biaobei\mel_folder/002459.npy +002460 examples\biaobei\mel_folder/002460.npy +002461 examples\biaobei\mel_folder/002461.npy +002462 examples\biaobei\mel_folder/002462.npy +002463 examples\biaobei\mel_folder/002463.npy +002464 examples\biaobei\mel_folder/002464.npy +002465 examples\biaobei\mel_folder/002465.npy +002466 examples\biaobei\mel_folder/002466.npy +002467 examples\biaobei\mel_folder/002467.npy +002468 examples\biaobei\mel_folder/002468.npy +002469 examples\biaobei\mel_folder/002469.npy +002470 examples\biaobei\mel_folder/002470.npy +002471 examples\biaobei\mel_folder/002471.npy +002472 examples\biaobei\mel_folder/002472.npy +002473 examples\biaobei\mel_folder/002473.npy +002474 examples\biaobei\mel_folder/002474.npy +002475 examples\biaobei\mel_folder/002475.npy +002476 examples\biaobei\mel_folder/002476.npy +002477 examples\biaobei\mel_folder/002477.npy +002478 examples\biaobei\mel_folder/002478.npy +002479 examples\biaobei\mel_folder/002479.npy +002480 examples\biaobei\mel_folder/002480.npy +002481 examples\biaobei\mel_folder/002481.npy +002482 examples\biaobei\mel_folder/002482.npy +002483 examples\biaobei\mel_folder/002483.npy +002484 examples\biaobei\mel_folder/002484.npy +002485 examples\biaobei\mel_folder/002485.npy +002486 examples\biaobei\mel_folder/002486.npy +002487 examples\biaobei\mel_folder/002487.npy +002488 examples\biaobei\mel_folder/002488.npy +002489 examples\biaobei\mel_folder/002489.npy +002490 examples\biaobei\mel_folder/002490.npy +002491 examples\biaobei\mel_folder/002491.npy +002492 examples\biaobei\mel_folder/002492.npy +002493 examples\biaobei\mel_folder/002493.npy +002494 examples\biaobei\mel_folder/002494.npy +002495 examples\biaobei\mel_folder/002495.npy +002496 examples\biaobei\mel_folder/002496.npy +002497 examples\biaobei\mel_folder/002497.npy +002498 examples\biaobei\mel_folder/002498.npy +002499 examples\biaobei\mel_folder/002499.npy +002500 examples\biaobei\mel_folder/002500.npy +002501 examples\biaobei\mel_folder/002501.npy +002502 examples\biaobei\mel_folder/002502.npy +002503 examples\biaobei\mel_folder/002503.npy +002504 examples\biaobei\mel_folder/002504.npy +002505 examples\biaobei\mel_folder/002505.npy +002506 examples\biaobei\mel_folder/002506.npy +002507 examples\biaobei\mel_folder/002507.npy +002508 examples\biaobei\mel_folder/002508.npy +002509 examples\biaobei\mel_folder/002509.npy +002510 examples\biaobei\mel_folder/002510.npy +002511 examples\biaobei\mel_folder/002511.npy +002512 examples\biaobei\mel_folder/002512.npy +002513 examples\biaobei\mel_folder/002513.npy +002514 examples\biaobei\mel_folder/002514.npy +002515 examples\biaobei\mel_folder/002515.npy +002516 examples\biaobei\mel_folder/002516.npy +002517 examples\biaobei\mel_folder/002517.npy +002518 examples\biaobei\mel_folder/002518.npy +002519 examples\biaobei\mel_folder/002519.npy +002520 examples\biaobei\mel_folder/002520.npy +002521 examples\biaobei\mel_folder/002521.npy +002522 examples\biaobei\mel_folder/002522.npy +002523 examples\biaobei\mel_folder/002523.npy +002524 examples\biaobei\mel_folder/002524.npy +002525 examples\biaobei\mel_folder/002525.npy +002526 examples\biaobei\mel_folder/002526.npy +002527 examples\biaobei\mel_folder/002527.npy +002528 examples\biaobei\mel_folder/002528.npy +002529 examples\biaobei\mel_folder/002529.npy +002530 examples\biaobei\mel_folder/002530.npy +002531 examples\biaobei\mel_folder/002531.npy +002532 examples\biaobei\mel_folder/002532.npy +002533 examples\biaobei\mel_folder/002533.npy +002534 examples\biaobei\mel_folder/002534.npy +002535 examples\biaobei\mel_folder/002535.npy +002536 examples\biaobei\mel_folder/002536.npy +002537 examples\biaobei\mel_folder/002537.npy +002538 examples\biaobei\mel_folder/002538.npy +002539 examples\biaobei\mel_folder/002539.npy +002540 examples\biaobei\mel_folder/002540.npy +002541 examples\biaobei\mel_folder/002541.npy +002542 examples\biaobei\mel_folder/002542.npy +002543 examples\biaobei\mel_folder/002543.npy +002544 examples\biaobei\mel_folder/002544.npy +002545 examples\biaobei\mel_folder/002545.npy +002546 examples\biaobei\mel_folder/002546.npy +002547 examples\biaobei\mel_folder/002547.npy +002548 examples\biaobei\mel_folder/002548.npy +002549 examples\biaobei\mel_folder/002549.npy +002550 examples\biaobei\mel_folder/002550.npy +002551 examples\biaobei\mel_folder/002551.npy +002552 examples\biaobei\mel_folder/002552.npy +002553 examples\biaobei\mel_folder/002553.npy +002554 examples\biaobei\mel_folder/002554.npy +002555 examples\biaobei\mel_folder/002555.npy +002556 examples\biaobei\mel_folder/002556.npy +002557 examples\biaobei\mel_folder/002557.npy +002558 examples\biaobei\mel_folder/002558.npy +002559 examples\biaobei\mel_folder/002559.npy +002560 examples\biaobei\mel_folder/002560.npy +002561 examples\biaobei\mel_folder/002561.npy +002562 examples\biaobei\mel_folder/002562.npy +002563 examples\biaobei\mel_folder/002563.npy +002564 examples\biaobei\mel_folder/002564.npy +002565 examples\biaobei\mel_folder/002565.npy +002566 examples\biaobei\mel_folder/002566.npy +002567 examples\biaobei\mel_folder/002567.npy +002568 examples\biaobei\mel_folder/002568.npy +002569 examples\biaobei\mel_folder/002569.npy +002570 examples\biaobei\mel_folder/002570.npy +002571 examples\biaobei\mel_folder/002571.npy +002572 examples\biaobei\mel_folder/002572.npy +002573 examples\biaobei\mel_folder/002573.npy +002574 examples\biaobei\mel_folder/002574.npy +002575 examples\biaobei\mel_folder/002575.npy +002576 examples\biaobei\mel_folder/002576.npy +002577 examples\biaobei\mel_folder/002577.npy +002578 examples\biaobei\mel_folder/002578.npy +002579 examples\biaobei\mel_folder/002579.npy +002580 examples\biaobei\mel_folder/002580.npy +002581 examples\biaobei\mel_folder/002581.npy +002582 examples\biaobei\mel_folder/002582.npy +002583 examples\biaobei\mel_folder/002583.npy +002584 examples\biaobei\mel_folder/002584.npy +002585 examples\biaobei\mel_folder/002585.npy +002586 examples\biaobei\mel_folder/002586.npy +002587 examples\biaobei\mel_folder/002587.npy +002588 examples\biaobei\mel_folder/002588.npy +002589 examples\biaobei\mel_folder/002589.npy +002590 examples\biaobei\mel_folder/002590.npy +002591 examples\biaobei\mel_folder/002591.npy +002592 examples\biaobei\mel_folder/002592.npy +002593 examples\biaobei\mel_folder/002593.npy +002594 examples\biaobei\mel_folder/002594.npy +002595 examples\biaobei\mel_folder/002595.npy +002596 examples\biaobei\mel_folder/002596.npy +002597 examples\biaobei\mel_folder/002597.npy +002598 examples\biaobei\mel_folder/002598.npy +002599 examples\biaobei\mel_folder/002599.npy +002600 examples\biaobei\mel_folder/002600.npy +002601 examples\biaobei\mel_folder/002601.npy +002602 examples\biaobei\mel_folder/002602.npy +002603 examples\biaobei\mel_folder/002603.npy +002604 examples\biaobei\mel_folder/002604.npy +002605 examples\biaobei\mel_folder/002605.npy +002606 examples\biaobei\mel_folder/002606.npy +002607 examples\biaobei\mel_folder/002607.npy +002608 examples\biaobei\mel_folder/002608.npy +002609 examples\biaobei\mel_folder/002609.npy +002610 examples\biaobei\mel_folder/002610.npy +002611 examples\biaobei\mel_folder/002611.npy +002612 examples\biaobei\mel_folder/002612.npy +002613 examples\biaobei\mel_folder/002613.npy +002614 examples\biaobei\mel_folder/002614.npy +002615 examples\biaobei\mel_folder/002615.npy +002616 examples\biaobei\mel_folder/002616.npy +002617 examples\biaobei\mel_folder/002617.npy +002618 examples\biaobei\mel_folder/002618.npy +002619 examples\biaobei\mel_folder/002619.npy +002620 examples\biaobei\mel_folder/002620.npy +002621 examples\biaobei\mel_folder/002621.npy +002622 examples\biaobei\mel_folder/002622.npy +002623 examples\biaobei\mel_folder/002623.npy +002624 examples\biaobei\mel_folder/002624.npy +002625 examples\biaobei\mel_folder/002625.npy +002626 examples\biaobei\mel_folder/002626.npy +002627 examples\biaobei\mel_folder/002627.npy +002628 examples\biaobei\mel_folder/002628.npy +002629 examples\biaobei\mel_folder/002629.npy +002630 examples\biaobei\mel_folder/002630.npy +002631 examples\biaobei\mel_folder/002631.npy +002632 examples\biaobei\mel_folder/002632.npy +002633 examples\biaobei\mel_folder/002633.npy +002634 examples\biaobei\mel_folder/002634.npy +002635 examples\biaobei\mel_folder/002635.npy +002636 examples\biaobei\mel_folder/002636.npy +002637 examples\biaobei\mel_folder/002637.npy +002638 examples\biaobei\mel_folder/002638.npy +002639 examples\biaobei\mel_folder/002639.npy +002640 examples\biaobei\mel_folder/002640.npy +002641 examples\biaobei\mel_folder/002641.npy +002642 examples\biaobei\mel_folder/002642.npy +002643 examples\biaobei\mel_folder/002643.npy +002644 examples\biaobei\mel_folder/002644.npy +002645 examples\biaobei\mel_folder/002645.npy +002646 examples\biaobei\mel_folder/002646.npy +002647 examples\biaobei\mel_folder/002647.npy +002648 examples\biaobei\mel_folder/002648.npy +002649 examples\biaobei\mel_folder/002649.npy +002650 examples\biaobei\mel_folder/002650.npy +002651 examples\biaobei\mel_folder/002651.npy +002652 examples\biaobei\mel_folder/002652.npy +002653 examples\biaobei\mel_folder/002653.npy +002654 examples\biaobei\mel_folder/002654.npy +002655 examples\biaobei\mel_folder/002655.npy +002656 examples\biaobei\mel_folder/002656.npy +002657 examples\biaobei\mel_folder/002657.npy +002658 examples\biaobei\mel_folder/002658.npy +002659 examples\biaobei\mel_folder/002659.npy +002660 examples\biaobei\mel_folder/002660.npy +002661 examples\biaobei\mel_folder/002661.npy +002662 examples\biaobei\mel_folder/002662.npy +002663 examples\biaobei\mel_folder/002663.npy +002664 examples\biaobei\mel_folder/002664.npy +002665 examples\biaobei\mel_folder/002665.npy +002666 examples\biaobei\mel_folder/002666.npy +002667 examples\biaobei\mel_folder/002667.npy +002668 examples\biaobei\mel_folder/002668.npy +002669 examples\biaobei\mel_folder/002669.npy +002670 examples\biaobei\mel_folder/002670.npy +002671 examples\biaobei\mel_folder/002671.npy +002672 examples\biaobei\mel_folder/002672.npy +002673 examples\biaobei\mel_folder/002673.npy +002674 examples\biaobei\mel_folder/002674.npy +002675 examples\biaobei\mel_folder/002675.npy +002676 examples\biaobei\mel_folder/002676.npy +002677 examples\biaobei\mel_folder/002677.npy +002678 examples\biaobei\mel_folder/002678.npy +002679 examples\biaobei\mel_folder/002679.npy +002680 examples\biaobei\mel_folder/002680.npy +002681 examples\biaobei\mel_folder/002681.npy +002682 examples\biaobei\mel_folder/002682.npy +002683 examples\biaobei\mel_folder/002683.npy +002684 examples\biaobei\mel_folder/002684.npy +002685 examples\biaobei\mel_folder/002685.npy +002686 examples\biaobei\mel_folder/002686.npy +002687 examples\biaobei\mel_folder/002687.npy +002688 examples\biaobei\mel_folder/002688.npy +002689 examples\biaobei\mel_folder/002689.npy +002690 examples\biaobei\mel_folder/002690.npy +002691 examples\biaobei\mel_folder/002691.npy +002692 examples\biaobei\mel_folder/002692.npy +002693 examples\biaobei\mel_folder/002693.npy +002694 examples\biaobei\mel_folder/002694.npy +002695 examples\biaobei\mel_folder/002695.npy +002696 examples\biaobei\mel_folder/002696.npy +002697 examples\biaobei\mel_folder/002697.npy +002698 examples\biaobei\mel_folder/002698.npy +002699 examples\biaobei\mel_folder/002699.npy +002700 examples\biaobei\mel_folder/002700.npy +002701 examples\biaobei\mel_folder/002701.npy +002702 examples\biaobei\mel_folder/002702.npy +002703 examples\biaobei\mel_folder/002703.npy +002704 examples\biaobei\mel_folder/002704.npy +002705 examples\biaobei\mel_folder/002705.npy +002706 examples\biaobei\mel_folder/002706.npy +002707 examples\biaobei\mel_folder/002707.npy +002708 examples\biaobei\mel_folder/002708.npy +002709 examples\biaobei\mel_folder/002709.npy +002710 examples\biaobei\mel_folder/002710.npy +002711 examples\biaobei\mel_folder/002711.npy +002712 examples\biaobei\mel_folder/002712.npy +002713 examples\biaobei\mel_folder/002713.npy +002714 examples\biaobei\mel_folder/002714.npy +002715 examples\biaobei\mel_folder/002715.npy +002716 examples\biaobei\mel_folder/002716.npy +002717 examples\biaobei\mel_folder/002717.npy +002718 examples\biaobei\mel_folder/002718.npy +002719 examples\biaobei\mel_folder/002719.npy +002720 examples\biaobei\mel_folder/002720.npy +002721 examples\biaobei\mel_folder/002721.npy +002722 examples\biaobei\mel_folder/002722.npy +002723 examples\biaobei\mel_folder/002723.npy +002724 examples\biaobei\mel_folder/002724.npy +002725 examples\biaobei\mel_folder/002725.npy +002726 examples\biaobei\mel_folder/002726.npy +002727 examples\biaobei\mel_folder/002727.npy +002728 examples\biaobei\mel_folder/002728.npy +002729 examples\biaobei\mel_folder/002729.npy +002730 examples\biaobei\mel_folder/002730.npy +002731 examples\biaobei\mel_folder/002731.npy +002732 examples\biaobei\mel_folder/002732.npy +002733 examples\biaobei\mel_folder/002733.npy +002734 examples\biaobei\mel_folder/002734.npy +002735 examples\biaobei\mel_folder/002735.npy +002736 examples\biaobei\mel_folder/002736.npy +002737 examples\biaobei\mel_folder/002737.npy +002738 examples\biaobei\mel_folder/002738.npy +002739 examples\biaobei\mel_folder/002739.npy +002740 examples\biaobei\mel_folder/002740.npy +002741 examples\biaobei\mel_folder/002741.npy +002742 examples\biaobei\mel_folder/002742.npy +002743 examples\biaobei\mel_folder/002743.npy +002744 examples\biaobei\mel_folder/002744.npy +002745 examples\biaobei\mel_folder/002745.npy +002746 examples\biaobei\mel_folder/002746.npy +002747 examples\biaobei\mel_folder/002747.npy +002748 examples\biaobei\mel_folder/002748.npy +002749 examples\biaobei\mel_folder/002749.npy +002750 examples\biaobei\mel_folder/002750.npy +002751 examples\biaobei\mel_folder/002751.npy +002752 examples\biaobei\mel_folder/002752.npy +002753 examples\biaobei\mel_folder/002753.npy +002754 examples\biaobei\mel_folder/002754.npy +002755 examples\biaobei\mel_folder/002755.npy +002756 examples\biaobei\mel_folder/002756.npy +002757 examples\biaobei\mel_folder/002757.npy +002758 examples\biaobei\mel_folder/002758.npy +002759 examples\biaobei\mel_folder/002759.npy +002760 examples\biaobei\mel_folder/002760.npy +002761 examples\biaobei\mel_folder/002761.npy +002762 examples\biaobei\mel_folder/002762.npy +002763 examples\biaobei\mel_folder/002763.npy +002764 examples\biaobei\mel_folder/002764.npy +002765 examples\biaobei\mel_folder/002765.npy +002766 examples\biaobei\mel_folder/002766.npy +002767 examples\biaobei\mel_folder/002767.npy +002768 examples\biaobei\mel_folder/002768.npy +002769 examples\biaobei\mel_folder/002769.npy +002770 examples\biaobei\mel_folder/002770.npy +002771 examples\biaobei\mel_folder/002771.npy +002772 examples\biaobei\mel_folder/002772.npy +002773 examples\biaobei\mel_folder/002773.npy +002774 examples\biaobei\mel_folder/002774.npy +002775 examples\biaobei\mel_folder/002775.npy +002776 examples\biaobei\mel_folder/002776.npy +002777 examples\biaobei\mel_folder/002777.npy +002778 examples\biaobei\mel_folder/002778.npy +002779 examples\biaobei\mel_folder/002779.npy +002780 examples\biaobei\mel_folder/002780.npy +002781 examples\biaobei\mel_folder/002781.npy +002782 examples\biaobei\mel_folder/002782.npy +002783 examples\biaobei\mel_folder/002783.npy +002784 examples\biaobei\mel_folder/002784.npy +002785 examples\biaobei\mel_folder/002785.npy +002786 examples\biaobei\mel_folder/002786.npy +002787 examples\biaobei\mel_folder/002787.npy +002788 examples\biaobei\mel_folder/002788.npy +002789 examples\biaobei\mel_folder/002789.npy +002790 examples\biaobei\mel_folder/002790.npy +002791 examples\biaobei\mel_folder/002791.npy +002792 examples\biaobei\mel_folder/002792.npy +002793 examples\biaobei\mel_folder/002793.npy +002794 examples\biaobei\mel_folder/002794.npy +002795 examples\biaobei\mel_folder/002795.npy +002796 examples\biaobei\mel_folder/002796.npy +002797 examples\biaobei\mel_folder/002797.npy +002798 examples\biaobei\mel_folder/002798.npy +002799 examples\biaobei\mel_folder/002799.npy +002800 examples\biaobei\mel_folder/002800.npy +002801 examples\biaobei\mel_folder/002801.npy +002802 examples\biaobei\mel_folder/002802.npy +002803 examples\biaobei\mel_folder/002803.npy +002804 examples\biaobei\mel_folder/002804.npy +002805 examples\biaobei\mel_folder/002805.npy +002806 examples\biaobei\mel_folder/002806.npy +002807 examples\biaobei\mel_folder/002807.npy +002808 examples\biaobei\mel_folder/002808.npy +002809 examples\biaobei\mel_folder/002809.npy +002810 examples\biaobei\mel_folder/002810.npy +002811 examples\biaobei\mel_folder/002811.npy +002812 examples\biaobei\mel_folder/002812.npy +002813 examples\biaobei\mel_folder/002813.npy +002814 examples\biaobei\mel_folder/002814.npy +002815 examples\biaobei\mel_folder/002815.npy +002816 examples\biaobei\mel_folder/002816.npy +002817 examples\biaobei\mel_folder/002817.npy +002818 examples\biaobei\mel_folder/002818.npy +002819 examples\biaobei\mel_folder/002819.npy +002820 examples\biaobei\mel_folder/002820.npy +002821 examples\biaobei\mel_folder/002821.npy +002822 examples\biaobei\mel_folder/002822.npy +002823 examples\biaobei\mel_folder/002823.npy +002824 examples\biaobei\mel_folder/002824.npy +002825 examples\biaobei\mel_folder/002825.npy +002826 examples\biaobei\mel_folder/002826.npy +002827 examples\biaobei\mel_folder/002827.npy +002828 examples\biaobei\mel_folder/002828.npy +002829 examples\biaobei\mel_folder/002829.npy +002830 examples\biaobei\mel_folder/002830.npy +002831 examples\biaobei\mel_folder/002831.npy +002832 examples\biaobei\mel_folder/002832.npy +002833 examples\biaobei\mel_folder/002833.npy +002834 examples\biaobei\mel_folder/002834.npy +002835 examples\biaobei\mel_folder/002835.npy +002836 examples\biaobei\mel_folder/002836.npy +002837 examples\biaobei\mel_folder/002837.npy +002838 examples\biaobei\mel_folder/002838.npy +002839 examples\biaobei\mel_folder/002839.npy +002840 examples\biaobei\mel_folder/002840.npy +002841 examples\biaobei\mel_folder/002841.npy +002842 examples\biaobei\mel_folder/002842.npy +002843 examples\biaobei\mel_folder/002843.npy +002844 examples\biaobei\mel_folder/002844.npy +002845 examples\biaobei\mel_folder/002845.npy +002846 examples\biaobei\mel_folder/002846.npy +002847 examples\biaobei\mel_folder/002847.npy +002848 examples\biaobei\mel_folder/002848.npy +002849 examples\biaobei\mel_folder/002849.npy +002850 examples\biaobei\mel_folder/002850.npy +002851 examples\biaobei\mel_folder/002851.npy +002852 examples\biaobei\mel_folder/002852.npy +002853 examples\biaobei\mel_folder/002853.npy +002854 examples\biaobei\mel_folder/002854.npy +002855 examples\biaobei\mel_folder/002855.npy +002856 examples\biaobei\mel_folder/002856.npy +002857 examples\biaobei\mel_folder/002857.npy +002858 examples\biaobei\mel_folder/002858.npy +002859 examples\biaobei\mel_folder/002859.npy +002860 examples\biaobei\mel_folder/002860.npy +002861 examples\biaobei\mel_folder/002861.npy +002862 examples\biaobei\mel_folder/002862.npy +002863 examples\biaobei\mel_folder/002863.npy +002864 examples\biaobei\mel_folder/002864.npy +002865 examples\biaobei\mel_folder/002865.npy +002866 examples\biaobei\mel_folder/002866.npy +002867 examples\biaobei\mel_folder/002867.npy +002868 examples\biaobei\mel_folder/002868.npy +002869 examples\biaobei\mel_folder/002869.npy +002870 examples\biaobei\mel_folder/002870.npy +002871 examples\biaobei\mel_folder/002871.npy +002872 examples\biaobei\mel_folder/002872.npy +002873 examples\biaobei\mel_folder/002873.npy +002874 examples\biaobei\mel_folder/002874.npy +002875 examples\biaobei\mel_folder/002875.npy +002876 examples\biaobei\mel_folder/002876.npy +002877 examples\biaobei\mel_folder/002877.npy +002878 examples\biaobei\mel_folder/002878.npy +002879 examples\biaobei\mel_folder/002879.npy +002880 examples\biaobei\mel_folder/002880.npy +002881 examples\biaobei\mel_folder/002881.npy +002882 examples\biaobei\mel_folder/002882.npy +002883 examples\biaobei\mel_folder/002883.npy +002884 examples\biaobei\mel_folder/002884.npy +002885 examples\biaobei\mel_folder/002885.npy +002886 examples\biaobei\mel_folder/002886.npy +002887 examples\biaobei\mel_folder/002887.npy +002888 examples\biaobei\mel_folder/002888.npy +002889 examples\biaobei\mel_folder/002889.npy +002890 examples\biaobei\mel_folder/002890.npy +002891 examples\biaobei\mel_folder/002891.npy +002892 examples\biaobei\mel_folder/002892.npy +002893 examples\biaobei\mel_folder/002893.npy +002894 examples\biaobei\mel_folder/002894.npy +002895 examples\biaobei\mel_folder/002895.npy +002896 examples\biaobei\mel_folder/002896.npy +002897 examples\biaobei\mel_folder/002897.npy +002898 examples\biaobei\mel_folder/002898.npy +002899 examples\biaobei\mel_folder/002899.npy +002900 examples\biaobei\mel_folder/002900.npy +002901 examples\biaobei\mel_folder/002901.npy +002902 examples\biaobei\mel_folder/002902.npy +002903 examples\biaobei\mel_folder/002903.npy +002904 examples\biaobei\mel_folder/002904.npy +002905 examples\biaobei\mel_folder/002905.npy +002906 examples\biaobei\mel_folder/002906.npy +002907 examples\biaobei\mel_folder/002907.npy +002908 examples\biaobei\mel_folder/002908.npy +002909 examples\biaobei\mel_folder/002909.npy +002910 examples\biaobei\mel_folder/002910.npy +002911 examples\biaobei\mel_folder/002911.npy +002912 examples\biaobei\mel_folder/002912.npy +002913 examples\biaobei\mel_folder/002913.npy +002914 examples\biaobei\mel_folder/002914.npy +002915 examples\biaobei\mel_folder/002915.npy +002916 examples\biaobei\mel_folder/002916.npy +002917 examples\biaobei\mel_folder/002917.npy +002918 examples\biaobei\mel_folder/002918.npy +002919 examples\biaobei\mel_folder/002919.npy +002920 examples\biaobei\mel_folder/002920.npy +002921 examples\biaobei\mel_folder/002921.npy +002922 examples\biaobei\mel_folder/002922.npy +002923 examples\biaobei\mel_folder/002923.npy +002924 examples\biaobei\mel_folder/002924.npy +002925 examples\biaobei\mel_folder/002925.npy +002926 examples\biaobei\mel_folder/002926.npy +002927 examples\biaobei\mel_folder/002927.npy +002928 examples\biaobei\mel_folder/002928.npy +002929 examples\biaobei\mel_folder/002929.npy +002930 examples\biaobei\mel_folder/002930.npy +002931 examples\biaobei\mel_folder/002931.npy +002932 examples\biaobei\mel_folder/002932.npy +002933 examples\biaobei\mel_folder/002933.npy +002934 examples\biaobei\mel_folder/002934.npy +002935 examples\biaobei\mel_folder/002935.npy +002936 examples\biaobei\mel_folder/002936.npy +002937 examples\biaobei\mel_folder/002937.npy +002938 examples\biaobei\mel_folder/002938.npy +002939 examples\biaobei\mel_folder/002939.npy +002940 examples\biaobei\mel_folder/002940.npy +002941 examples\biaobei\mel_folder/002941.npy +002942 examples\biaobei\mel_folder/002942.npy +002943 examples\biaobei\mel_folder/002943.npy +002944 examples\biaobei\mel_folder/002944.npy +002945 examples\biaobei\mel_folder/002945.npy +002946 examples\biaobei\mel_folder/002946.npy +002947 examples\biaobei\mel_folder/002947.npy +002948 examples\biaobei\mel_folder/002948.npy +002949 examples\biaobei\mel_folder/002949.npy +002950 examples\biaobei\mel_folder/002950.npy +002951 examples\biaobei\mel_folder/002951.npy +002952 examples\biaobei\mel_folder/002952.npy +002953 examples\biaobei\mel_folder/002953.npy +002954 examples\biaobei\mel_folder/002954.npy +002955 examples\biaobei\mel_folder/002955.npy +002956 examples\biaobei\mel_folder/002956.npy +002957 examples\biaobei\mel_folder/002957.npy +002958 examples\biaobei\mel_folder/002958.npy +002959 examples\biaobei\mel_folder/002959.npy +002960 examples\biaobei\mel_folder/002960.npy +002961 examples\biaobei\mel_folder/002961.npy +002962 examples\biaobei\mel_folder/002962.npy +002963 examples\biaobei\mel_folder/002963.npy +002964 examples\biaobei\mel_folder/002964.npy +002965 examples\biaobei\mel_folder/002965.npy +002966 examples\biaobei\mel_folder/002966.npy +002967 examples\biaobei\mel_folder/002967.npy +002968 examples\biaobei\mel_folder/002968.npy +002969 examples\biaobei\mel_folder/002969.npy +002970 examples\biaobei\mel_folder/002970.npy +002971 examples\biaobei\mel_folder/002971.npy +002972 examples\biaobei\mel_folder/002972.npy +002973 examples\biaobei\mel_folder/002973.npy +002974 examples\biaobei\mel_folder/002974.npy +002975 examples\biaobei\mel_folder/002975.npy +002976 examples\biaobei\mel_folder/002976.npy +002977 examples\biaobei\mel_folder/002977.npy +002978 examples\biaobei\mel_folder/002978.npy +002979 examples\biaobei\mel_folder/002979.npy +002980 examples\biaobei\mel_folder/002980.npy +002981 examples\biaobei\mel_folder/002981.npy +002982 examples\biaobei\mel_folder/002982.npy +002983 examples\biaobei\mel_folder/002983.npy +002984 examples\biaobei\mel_folder/002984.npy +002985 examples\biaobei\mel_folder/002985.npy +002986 examples\biaobei\mel_folder/002986.npy +002987 examples\biaobei\mel_folder/002987.npy +002988 examples\biaobei\mel_folder/002988.npy +002989 examples\biaobei\mel_folder/002989.npy +002990 examples\biaobei\mel_folder/002990.npy +002991 examples\biaobei\mel_folder/002991.npy +002992 examples\biaobei\mel_folder/002992.npy +002993 examples\biaobei\mel_folder/002993.npy +002994 examples\biaobei\mel_folder/002994.npy +002995 examples\biaobei\mel_folder/002995.npy +002996 examples\biaobei\mel_folder/002996.npy +002997 examples\biaobei\mel_folder/002997.npy +002998 examples\biaobei\mel_folder/002998.npy +002999 examples\biaobei\mel_folder/002999.npy +003000 examples\biaobei\mel_folder/003000.npy +003001 examples\biaobei\mel_folder/003001.npy +003002 examples\biaobei\mel_folder/003002.npy +003003 examples\biaobei\mel_folder/003003.npy +003004 examples\biaobei\mel_folder/003004.npy +003005 examples\biaobei\mel_folder/003005.npy +003006 examples\biaobei\mel_folder/003006.npy +003007 examples\biaobei\mel_folder/003007.npy +003008 examples\biaobei\mel_folder/003008.npy +003009 examples\biaobei\mel_folder/003009.npy +003010 examples\biaobei\mel_folder/003010.npy +003011 examples\biaobei\mel_folder/003011.npy +003012 examples\biaobei\mel_folder/003012.npy +003013 examples\biaobei\mel_folder/003013.npy +003014 examples\biaobei\mel_folder/003014.npy +003015 examples\biaobei\mel_folder/003015.npy +003016 examples\biaobei\mel_folder/003016.npy +003017 examples\biaobei\mel_folder/003017.npy +003018 examples\biaobei\mel_folder/003018.npy +003019 examples\biaobei\mel_folder/003019.npy +003020 examples\biaobei\mel_folder/003020.npy +003021 examples\biaobei\mel_folder/003021.npy +003022 examples\biaobei\mel_folder/003022.npy +003023 examples\biaobei\mel_folder/003023.npy +003024 examples\biaobei\mel_folder/003024.npy +003025 examples\biaobei\mel_folder/003025.npy +003026 examples\biaobei\mel_folder/003026.npy +003027 examples\biaobei\mel_folder/003027.npy +003028 examples\biaobei\mel_folder/003028.npy +003029 examples\biaobei\mel_folder/003029.npy +003030 examples\biaobei\mel_folder/003030.npy +003031 examples\biaobei\mel_folder/003031.npy +003032 examples\biaobei\mel_folder/003032.npy +003033 examples\biaobei\mel_folder/003033.npy +003034 examples\biaobei\mel_folder/003034.npy +003035 examples\biaobei\mel_folder/003035.npy +003036 examples\biaobei\mel_folder/003036.npy +003037 examples\biaobei\mel_folder/003037.npy +003038 examples\biaobei\mel_folder/003038.npy +003039 examples\biaobei\mel_folder/003039.npy +003040 examples\biaobei\mel_folder/003040.npy +003041 examples\biaobei\mel_folder/003041.npy +003042 examples\biaobei\mel_folder/003042.npy +003043 examples\biaobei\mel_folder/003043.npy +003044 examples\biaobei\mel_folder/003044.npy +003045 examples\biaobei\mel_folder/003045.npy +003046 examples\biaobei\mel_folder/003046.npy +003047 examples\biaobei\mel_folder/003047.npy +003048 examples\biaobei\mel_folder/003048.npy +003049 examples\biaobei\mel_folder/003049.npy +003050 examples\biaobei\mel_folder/003050.npy +003051 examples\biaobei\mel_folder/003051.npy +003052 examples\biaobei\mel_folder/003052.npy +003053 examples\biaobei\mel_folder/003053.npy +003054 examples\biaobei\mel_folder/003054.npy +003055 examples\biaobei\mel_folder/003055.npy +003056 examples\biaobei\mel_folder/003056.npy +003057 examples\biaobei\mel_folder/003057.npy +003058 examples\biaobei\mel_folder/003058.npy +003059 examples\biaobei\mel_folder/003059.npy +003060 examples\biaobei\mel_folder/003060.npy +003061 examples\biaobei\mel_folder/003061.npy +003062 examples\biaobei\mel_folder/003062.npy +003063 examples\biaobei\mel_folder/003063.npy +003064 examples\biaobei\mel_folder/003064.npy +003065 examples\biaobei\mel_folder/003065.npy +003066 examples\biaobei\mel_folder/003066.npy +003067 examples\biaobei\mel_folder/003067.npy +003068 examples\biaobei\mel_folder/003068.npy +003069 examples\biaobei\mel_folder/003069.npy +003070 examples\biaobei\mel_folder/003070.npy +003071 examples\biaobei\mel_folder/003071.npy +003072 examples\biaobei\mel_folder/003072.npy +003073 examples\biaobei\mel_folder/003073.npy +003074 examples\biaobei\mel_folder/003074.npy +003075 examples\biaobei\mel_folder/003075.npy +003076 examples\biaobei\mel_folder/003076.npy +003077 examples\biaobei\mel_folder/003077.npy +003078 examples\biaobei\mel_folder/003078.npy +003079 examples\biaobei\mel_folder/003079.npy +003080 examples\biaobei\mel_folder/003080.npy +003081 examples\biaobei\mel_folder/003081.npy +003082 examples\biaobei\mel_folder/003082.npy +003083 examples\biaobei\mel_folder/003083.npy +003084 examples\biaobei\mel_folder/003084.npy +003085 examples\biaobei\mel_folder/003085.npy +003086 examples\biaobei\mel_folder/003086.npy +003087 examples\biaobei\mel_folder/003087.npy +003088 examples\biaobei\mel_folder/003088.npy +003089 examples\biaobei\mel_folder/003089.npy +003090 examples\biaobei\mel_folder/003090.npy +003091 examples\biaobei\mel_folder/003091.npy +003092 examples\biaobei\mel_folder/003092.npy +003093 examples\biaobei\mel_folder/003093.npy +003094 examples\biaobei\mel_folder/003094.npy +003095 examples\biaobei\mel_folder/003095.npy +003096 examples\biaobei\mel_folder/003096.npy +003097 examples\biaobei\mel_folder/003097.npy +003098 examples\biaobei\mel_folder/003098.npy +003099 examples\biaobei\mel_folder/003099.npy +003100 examples\biaobei\mel_folder/003100.npy +003101 examples\biaobei\mel_folder/003101.npy +003102 examples\biaobei\mel_folder/003102.npy +003103 examples\biaobei\mel_folder/003103.npy +003104 examples\biaobei\mel_folder/003104.npy +003105 examples\biaobei\mel_folder/003105.npy +003106 examples\biaobei\mel_folder/003106.npy +003107 examples\biaobei\mel_folder/003107.npy +003108 examples\biaobei\mel_folder/003108.npy +003109 examples\biaobei\mel_folder/003109.npy +003110 examples\biaobei\mel_folder/003110.npy +003111 examples\biaobei\mel_folder/003111.npy +003112 examples\biaobei\mel_folder/003112.npy +003113 examples\biaobei\mel_folder/003113.npy +003114 examples\biaobei\mel_folder/003114.npy +003115 examples\biaobei\mel_folder/003115.npy +003116 examples\biaobei\mel_folder/003116.npy +003117 examples\biaobei\mel_folder/003117.npy +003118 examples\biaobei\mel_folder/003118.npy +003119 examples\biaobei\mel_folder/003119.npy +003120 examples\biaobei\mel_folder/003120.npy +003121 examples\biaobei\mel_folder/003121.npy +003122 examples\biaobei\mel_folder/003122.npy +003123 examples\biaobei\mel_folder/003123.npy +003124 examples\biaobei\mel_folder/003124.npy +003125 examples\biaobei\mel_folder/003125.npy +003126 examples\biaobei\mel_folder/003126.npy +003127 examples\biaobei\mel_folder/003127.npy +003128 examples\biaobei\mel_folder/003128.npy +003129 examples\biaobei\mel_folder/003129.npy +003130 examples\biaobei\mel_folder/003130.npy +003131 examples\biaobei\mel_folder/003131.npy +003132 examples\biaobei\mel_folder/003132.npy +003133 examples\biaobei\mel_folder/003133.npy +003134 examples\biaobei\mel_folder/003134.npy +003135 examples\biaobei\mel_folder/003135.npy +003136 examples\biaobei\mel_folder/003136.npy +003137 examples\biaobei\mel_folder/003137.npy +003138 examples\biaobei\mel_folder/003138.npy +003139 examples\biaobei\mel_folder/003139.npy +003140 examples\biaobei\mel_folder/003140.npy +003141 examples\biaobei\mel_folder/003141.npy +003142 examples\biaobei\mel_folder/003142.npy +003143 examples\biaobei\mel_folder/003143.npy +003144 examples\biaobei\mel_folder/003144.npy +003145 examples\biaobei\mel_folder/003145.npy +003146 examples\biaobei\mel_folder/003146.npy +003147 examples\biaobei\mel_folder/003147.npy +003148 examples\biaobei\mel_folder/003148.npy +003149 examples\biaobei\mel_folder/003149.npy +003150 examples\biaobei\mel_folder/003150.npy +003151 examples\biaobei\mel_folder/003151.npy +003152 examples\biaobei\mel_folder/003152.npy +003153 examples\biaobei\mel_folder/003153.npy +003154 examples\biaobei\mel_folder/003154.npy +003155 examples\biaobei\mel_folder/003155.npy +003156 examples\biaobei\mel_folder/003156.npy +003157 examples\biaobei\mel_folder/003157.npy +003158 examples\biaobei\mel_folder/003158.npy +003159 examples\biaobei\mel_folder/003159.npy +003160 examples\biaobei\mel_folder/003160.npy +003161 examples\biaobei\mel_folder/003161.npy +003162 examples\biaobei\mel_folder/003162.npy +003163 examples\biaobei\mel_folder/003163.npy +003164 examples\biaobei\mel_folder/003164.npy +003165 examples\biaobei\mel_folder/003165.npy +003166 examples\biaobei\mel_folder/003166.npy +003167 examples\biaobei\mel_folder/003167.npy +003168 examples\biaobei\mel_folder/003168.npy +003169 examples\biaobei\mel_folder/003169.npy +003170 examples\biaobei\mel_folder/003170.npy +003171 examples\biaobei\mel_folder/003171.npy +003172 examples\biaobei\mel_folder/003172.npy +003173 examples\biaobei\mel_folder/003173.npy +003174 examples\biaobei\mel_folder/003174.npy +003175 examples\biaobei\mel_folder/003175.npy +003176 examples\biaobei\mel_folder/003176.npy +003177 examples\biaobei\mel_folder/003177.npy +003178 examples\biaobei\mel_folder/003178.npy +003179 examples\biaobei\mel_folder/003179.npy +003180 examples\biaobei\mel_folder/003180.npy +003181 examples\biaobei\mel_folder/003181.npy +003182 examples\biaobei\mel_folder/003182.npy +003183 examples\biaobei\mel_folder/003183.npy +003184 examples\biaobei\mel_folder/003184.npy +003185 examples\biaobei\mel_folder/003185.npy +003186 examples\biaobei\mel_folder/003186.npy +003187 examples\biaobei\mel_folder/003187.npy +003188 examples\biaobei\mel_folder/003188.npy +003189 examples\biaobei\mel_folder/003189.npy +003190 examples\biaobei\mel_folder/003190.npy +003191 examples\biaobei\mel_folder/003191.npy +003192 examples\biaobei\mel_folder/003192.npy +003193 examples\biaobei\mel_folder/003193.npy +003194 examples\biaobei\mel_folder/003194.npy +003195 examples\biaobei\mel_folder/003195.npy +003196 examples\biaobei\mel_folder/003196.npy +003197 examples\biaobei\mel_folder/003197.npy +003198 examples\biaobei\mel_folder/003198.npy +003199 examples\biaobei\mel_folder/003199.npy +003200 examples\biaobei\mel_folder/003200.npy +003201 examples\biaobei\mel_folder/003201.npy +003202 examples\biaobei\mel_folder/003202.npy +003203 examples\biaobei\mel_folder/003203.npy +003204 examples\biaobei\mel_folder/003204.npy +003205 examples\biaobei\mel_folder/003205.npy +003206 examples\biaobei\mel_folder/003206.npy +003207 examples\biaobei\mel_folder/003207.npy +003208 examples\biaobei\mel_folder/003208.npy +003209 examples\biaobei\mel_folder/003209.npy +003210 examples\biaobei\mel_folder/003210.npy +003211 examples\biaobei\mel_folder/003211.npy +003212 examples\biaobei\mel_folder/003212.npy +003213 examples\biaobei\mel_folder/003213.npy +003214 examples\biaobei\mel_folder/003214.npy +003215 examples\biaobei\mel_folder/003215.npy +003216 examples\biaobei\mel_folder/003216.npy +003217 examples\biaobei\mel_folder/003217.npy +003218 examples\biaobei\mel_folder/003218.npy +003219 examples\biaobei\mel_folder/003219.npy +003220 examples\biaobei\mel_folder/003220.npy +003221 examples\biaobei\mel_folder/003221.npy +003222 examples\biaobei\mel_folder/003222.npy +003223 examples\biaobei\mel_folder/003223.npy +003224 examples\biaobei\mel_folder/003224.npy +003225 examples\biaobei\mel_folder/003225.npy +003226 examples\biaobei\mel_folder/003226.npy +003227 examples\biaobei\mel_folder/003227.npy +003228 examples\biaobei\mel_folder/003228.npy +003229 examples\biaobei\mel_folder/003229.npy +003230 examples\biaobei\mel_folder/003230.npy +003231 examples\biaobei\mel_folder/003231.npy +003232 examples\biaobei\mel_folder/003232.npy +003233 examples\biaobei\mel_folder/003233.npy +003234 examples\biaobei\mel_folder/003234.npy +003235 examples\biaobei\mel_folder/003235.npy +003236 examples\biaobei\mel_folder/003236.npy +003237 examples\biaobei\mel_folder/003237.npy +003238 examples\biaobei\mel_folder/003238.npy +003239 examples\biaobei\mel_folder/003239.npy +003240 examples\biaobei\mel_folder/003240.npy +003241 examples\biaobei\mel_folder/003241.npy +003242 examples\biaobei\mel_folder/003242.npy +003243 examples\biaobei\mel_folder/003243.npy +003244 examples\biaobei\mel_folder/003244.npy +003245 examples\biaobei\mel_folder/003245.npy +003246 examples\biaobei\mel_folder/003246.npy +003247 examples\biaobei\mel_folder/003247.npy +003248 examples\biaobei\mel_folder/003248.npy +003249 examples\biaobei\mel_folder/003249.npy +003250 examples\biaobei\mel_folder/003250.npy +003251 examples\biaobei\mel_folder/003251.npy +003252 examples\biaobei\mel_folder/003252.npy +003253 examples\biaobei\mel_folder/003253.npy +003254 examples\biaobei\mel_folder/003254.npy +003255 examples\biaobei\mel_folder/003255.npy +003256 examples\biaobei\mel_folder/003256.npy +003257 examples\biaobei\mel_folder/003257.npy +003258 examples\biaobei\mel_folder/003258.npy +003259 examples\biaobei\mel_folder/003259.npy +003260 examples\biaobei\mel_folder/003260.npy +003261 examples\biaobei\mel_folder/003261.npy +003262 examples\biaobei\mel_folder/003262.npy +003263 examples\biaobei\mel_folder/003263.npy +003264 examples\biaobei\mel_folder/003264.npy +003265 examples\biaobei\mel_folder/003265.npy +003266 examples\biaobei\mel_folder/003266.npy +003267 examples\biaobei\mel_folder/003267.npy +003268 examples\biaobei\mel_folder/003268.npy +003269 examples\biaobei\mel_folder/003269.npy +003270 examples\biaobei\mel_folder/003270.npy +003271 examples\biaobei\mel_folder/003271.npy +003272 examples\biaobei\mel_folder/003272.npy +003273 examples\biaobei\mel_folder/003273.npy +003274 examples\biaobei\mel_folder/003274.npy +003275 examples\biaobei\mel_folder/003275.npy +003276 examples\biaobei\mel_folder/003276.npy +003277 examples\biaobei\mel_folder/003277.npy +003278 examples\biaobei\mel_folder/003278.npy +003279 examples\biaobei\mel_folder/003279.npy +003280 examples\biaobei\mel_folder/003280.npy +003281 examples\biaobei\mel_folder/003281.npy +003282 examples\biaobei\mel_folder/003282.npy +003283 examples\biaobei\mel_folder/003283.npy +003284 examples\biaobei\mel_folder/003284.npy +003285 examples\biaobei\mel_folder/003285.npy +003286 examples\biaobei\mel_folder/003286.npy +003287 examples\biaobei\mel_folder/003287.npy +003288 examples\biaobei\mel_folder/003288.npy +003289 examples\biaobei\mel_folder/003289.npy +003290 examples\biaobei\mel_folder/003290.npy +003291 examples\biaobei\mel_folder/003291.npy +003292 examples\biaobei\mel_folder/003292.npy +003293 examples\biaobei\mel_folder/003293.npy +003294 examples\biaobei\mel_folder/003294.npy +003295 examples\biaobei\mel_folder/003295.npy +003296 examples\biaobei\mel_folder/003296.npy +003297 examples\biaobei\mel_folder/003297.npy +003298 examples\biaobei\mel_folder/003298.npy +003299 examples\biaobei\mel_folder/003299.npy +003300 examples\biaobei\mel_folder/003300.npy +003301 examples\biaobei\mel_folder/003301.npy +003302 examples\biaobei\mel_folder/003302.npy +003303 examples\biaobei\mel_folder/003303.npy +003304 examples\biaobei\mel_folder/003304.npy +003305 examples\biaobei\mel_folder/003305.npy +003306 examples\biaobei\mel_folder/003306.npy +003307 examples\biaobei\mel_folder/003307.npy +003308 examples\biaobei\mel_folder/003308.npy +003309 examples\biaobei\mel_folder/003309.npy +003310 examples\biaobei\mel_folder/003310.npy +003311 examples\biaobei\mel_folder/003311.npy +003312 examples\biaobei\mel_folder/003312.npy +003313 examples\biaobei\mel_folder/003313.npy +003314 examples\biaobei\mel_folder/003314.npy +003315 examples\biaobei\mel_folder/003315.npy +003316 examples\biaobei\mel_folder/003316.npy +003317 examples\biaobei\mel_folder/003317.npy +003318 examples\biaobei\mel_folder/003318.npy +003319 examples\biaobei\mel_folder/003319.npy +003320 examples\biaobei\mel_folder/003320.npy +003321 examples\biaobei\mel_folder/003321.npy +003322 examples\biaobei\mel_folder/003322.npy +003323 examples\biaobei\mel_folder/003323.npy +003324 examples\biaobei\mel_folder/003324.npy +003325 examples\biaobei\mel_folder/003325.npy +003326 examples\biaobei\mel_folder/003326.npy +003327 examples\biaobei\mel_folder/003327.npy +003328 examples\biaobei\mel_folder/003328.npy +003329 examples\biaobei\mel_folder/003329.npy +003330 examples\biaobei\mel_folder/003330.npy +003331 examples\biaobei\mel_folder/003331.npy +003332 examples\biaobei\mel_folder/003332.npy +003333 examples\biaobei\mel_folder/003333.npy +003334 examples\biaobei\mel_folder/003334.npy +003335 examples\biaobei\mel_folder/003335.npy +003336 examples\biaobei\mel_folder/003336.npy +003337 examples\biaobei\mel_folder/003337.npy +003338 examples\biaobei\mel_folder/003338.npy +003339 examples\biaobei\mel_folder/003339.npy +003340 examples\biaobei\mel_folder/003340.npy +003341 examples\biaobei\mel_folder/003341.npy +003342 examples\biaobei\mel_folder/003342.npy +003343 examples\biaobei\mel_folder/003343.npy +003344 examples\biaobei\mel_folder/003344.npy +003345 examples\biaobei\mel_folder/003345.npy +003346 examples\biaobei\mel_folder/003346.npy +003347 examples\biaobei\mel_folder/003347.npy +003348 examples\biaobei\mel_folder/003348.npy +003349 examples\biaobei\mel_folder/003349.npy +003350 examples\biaobei\mel_folder/003350.npy +003351 examples\biaobei\mel_folder/003351.npy +003352 examples\biaobei\mel_folder/003352.npy +003353 examples\biaobei\mel_folder/003353.npy +003354 examples\biaobei\mel_folder/003354.npy +003355 examples\biaobei\mel_folder/003355.npy +003356 examples\biaobei\mel_folder/003356.npy +003357 examples\biaobei\mel_folder/003357.npy +003358 examples\biaobei\mel_folder/003358.npy +003359 examples\biaobei\mel_folder/003359.npy +003360 examples\biaobei\mel_folder/003360.npy +003361 examples\biaobei\mel_folder/003361.npy +003362 examples\biaobei\mel_folder/003362.npy +003363 examples\biaobei\mel_folder/003363.npy +003364 examples\biaobei\mel_folder/003364.npy +003365 examples\biaobei\mel_folder/003365.npy +003366 examples\biaobei\mel_folder/003366.npy +003367 examples\biaobei\mel_folder/003367.npy +003368 examples\biaobei\mel_folder/003368.npy +003369 examples\biaobei\mel_folder/003369.npy +003370 examples\biaobei\mel_folder/003370.npy +003371 examples\biaobei\mel_folder/003371.npy +003372 examples\biaobei\mel_folder/003372.npy +003373 examples\biaobei\mel_folder/003373.npy +003374 examples\biaobei\mel_folder/003374.npy +003375 examples\biaobei\mel_folder/003375.npy +003376 examples\biaobei\mel_folder/003376.npy +003377 examples\biaobei\mel_folder/003377.npy +003378 examples\biaobei\mel_folder/003378.npy +003379 examples\biaobei\mel_folder/003379.npy +003380 examples\biaobei\mel_folder/003380.npy +003381 examples\biaobei\mel_folder/003381.npy +003382 examples\biaobei\mel_folder/003382.npy +003383 examples\biaobei\mel_folder/003383.npy +003384 examples\biaobei\mel_folder/003384.npy +003385 examples\biaobei\mel_folder/003385.npy +003386 examples\biaobei\mel_folder/003386.npy +003387 examples\biaobei\mel_folder/003387.npy +003388 examples\biaobei\mel_folder/003388.npy +003389 examples\biaobei\mel_folder/003389.npy +003390 examples\biaobei\mel_folder/003390.npy +003391 examples\biaobei\mel_folder/003391.npy +003392 examples\biaobei\mel_folder/003392.npy +003393 examples\biaobei\mel_folder/003393.npy +003394 examples\biaobei\mel_folder/003394.npy +003395 examples\biaobei\mel_folder/003395.npy +003396 examples\biaobei\mel_folder/003396.npy +003397 examples\biaobei\mel_folder/003397.npy +003398 examples\biaobei\mel_folder/003398.npy +003399 examples\biaobei\mel_folder/003399.npy +003400 examples\biaobei\mel_folder/003400.npy +003401 examples\biaobei\mel_folder/003401.npy +003402 examples\biaobei\mel_folder/003402.npy +003403 examples\biaobei\mel_folder/003403.npy +003404 examples\biaobei\mel_folder/003404.npy +003405 examples\biaobei\mel_folder/003405.npy +003406 examples\biaobei\mel_folder/003406.npy +003407 examples\biaobei\mel_folder/003407.npy +003408 examples\biaobei\mel_folder/003408.npy +003409 examples\biaobei\mel_folder/003409.npy +003410 examples\biaobei\mel_folder/003410.npy +003411 examples\biaobei\mel_folder/003411.npy +003412 examples\biaobei\mel_folder/003412.npy +003413 examples\biaobei\mel_folder/003413.npy +003414 examples\biaobei\mel_folder/003414.npy +003415 examples\biaobei\mel_folder/003415.npy +003416 examples\biaobei\mel_folder/003416.npy +003417 examples\biaobei\mel_folder/003417.npy +003418 examples\biaobei\mel_folder/003418.npy +003419 examples\biaobei\mel_folder/003419.npy +003420 examples\biaobei\mel_folder/003420.npy +003421 examples\biaobei\mel_folder/003421.npy +003422 examples\biaobei\mel_folder/003422.npy +003423 examples\biaobei\mel_folder/003423.npy +003424 examples\biaobei\mel_folder/003424.npy +003425 examples\biaobei\mel_folder/003425.npy +003426 examples\biaobei\mel_folder/003426.npy +003427 examples\biaobei\mel_folder/003427.npy +003428 examples\biaobei\mel_folder/003428.npy +003429 examples\biaobei\mel_folder/003429.npy +003430 examples\biaobei\mel_folder/003430.npy +003431 examples\biaobei\mel_folder/003431.npy +003432 examples\biaobei\mel_folder/003432.npy +003433 examples\biaobei\mel_folder/003433.npy +003434 examples\biaobei\mel_folder/003434.npy +003435 examples\biaobei\mel_folder/003435.npy +003436 examples\biaobei\mel_folder/003436.npy +003437 examples\biaobei\mel_folder/003437.npy +003438 examples\biaobei\mel_folder/003438.npy +003439 examples\biaobei\mel_folder/003439.npy +003440 examples\biaobei\mel_folder/003440.npy +003441 examples\biaobei\mel_folder/003441.npy +003442 examples\biaobei\mel_folder/003442.npy +003443 examples\biaobei\mel_folder/003443.npy +003444 examples\biaobei\mel_folder/003444.npy +003445 examples\biaobei\mel_folder/003445.npy +003446 examples\biaobei\mel_folder/003446.npy +003447 examples\biaobei\mel_folder/003447.npy +003448 examples\biaobei\mel_folder/003448.npy +003449 examples\biaobei\mel_folder/003449.npy +003450 examples\biaobei\mel_folder/003450.npy +003451 examples\biaobei\mel_folder/003451.npy +003452 examples\biaobei\mel_folder/003452.npy +003453 examples\biaobei\mel_folder/003453.npy +003454 examples\biaobei\mel_folder/003454.npy +003455 examples\biaobei\mel_folder/003455.npy +003456 examples\biaobei\mel_folder/003456.npy +003457 examples\biaobei\mel_folder/003457.npy +003458 examples\biaobei\mel_folder/003458.npy +003459 examples\biaobei\mel_folder/003459.npy +003460 examples\biaobei\mel_folder/003460.npy +003461 examples\biaobei\mel_folder/003461.npy +003462 examples\biaobei\mel_folder/003462.npy +003463 examples\biaobei\mel_folder/003463.npy +003464 examples\biaobei\mel_folder/003464.npy +003465 examples\biaobei\mel_folder/003465.npy +003466 examples\biaobei\mel_folder/003466.npy +003467 examples\biaobei\mel_folder/003467.npy +003468 examples\biaobei\mel_folder/003468.npy +003469 examples\biaobei\mel_folder/003469.npy +003470 examples\biaobei\mel_folder/003470.npy +003471 examples\biaobei\mel_folder/003471.npy +003472 examples\biaobei\mel_folder/003472.npy +003473 examples\biaobei\mel_folder/003473.npy +003474 examples\biaobei\mel_folder/003474.npy +003475 examples\biaobei\mel_folder/003475.npy +003476 examples\biaobei\mel_folder/003476.npy +003477 examples\biaobei\mel_folder/003477.npy +003478 examples\biaobei\mel_folder/003478.npy +003479 examples\biaobei\mel_folder/003479.npy +003480 examples\biaobei\mel_folder/003480.npy +003481 examples\biaobei\mel_folder/003481.npy +003482 examples\biaobei\mel_folder/003482.npy +003483 examples\biaobei\mel_folder/003483.npy +003484 examples\biaobei\mel_folder/003484.npy +003485 examples\biaobei\mel_folder/003485.npy +003486 examples\biaobei\mel_folder/003486.npy +003487 examples\biaobei\mel_folder/003487.npy +003488 examples\biaobei\mel_folder/003488.npy +003489 examples\biaobei\mel_folder/003489.npy +003490 examples\biaobei\mel_folder/003490.npy +003491 examples\biaobei\mel_folder/003491.npy +003492 examples\biaobei\mel_folder/003492.npy +003493 examples\biaobei\mel_folder/003493.npy +003494 examples\biaobei\mel_folder/003494.npy +003495 examples\biaobei\mel_folder/003495.npy +003496 examples\biaobei\mel_folder/003496.npy +003497 examples\biaobei\mel_folder/003497.npy +003498 examples\biaobei\mel_folder/003498.npy +003499 examples\biaobei\mel_folder/003499.npy +003500 examples\biaobei\mel_folder/003500.npy +003501 examples\biaobei\mel_folder/003501.npy +003502 examples\biaobei\mel_folder/003502.npy +003503 examples\biaobei\mel_folder/003503.npy +003504 examples\biaobei\mel_folder/003504.npy +003505 examples\biaobei\mel_folder/003505.npy +003506 examples\biaobei\mel_folder/003506.npy +003507 examples\biaobei\mel_folder/003507.npy +003508 examples\biaobei\mel_folder/003508.npy +003509 examples\biaobei\mel_folder/003509.npy +003510 examples\biaobei\mel_folder/003510.npy +003511 examples\biaobei\mel_folder/003511.npy +003512 examples\biaobei\mel_folder/003512.npy +003513 examples\biaobei\mel_folder/003513.npy +003514 examples\biaobei\mel_folder/003514.npy +003515 examples\biaobei\mel_folder/003515.npy +003516 examples\biaobei\mel_folder/003516.npy +003517 examples\biaobei\mel_folder/003517.npy +003518 examples\biaobei\mel_folder/003518.npy +003519 examples\biaobei\mel_folder/003519.npy +003520 examples\biaobei\mel_folder/003520.npy +003521 examples\biaobei\mel_folder/003521.npy +003522 examples\biaobei\mel_folder/003522.npy +003523 examples\biaobei\mel_folder/003523.npy +003524 examples\biaobei\mel_folder/003524.npy +003525 examples\biaobei\mel_folder/003525.npy +003526 examples\biaobei\mel_folder/003526.npy +003527 examples\biaobei\mel_folder/003527.npy +003528 examples\biaobei\mel_folder/003528.npy +003529 examples\biaobei\mel_folder/003529.npy +003530 examples\biaobei\mel_folder/003530.npy +003531 examples\biaobei\mel_folder/003531.npy +003532 examples\biaobei\mel_folder/003532.npy +003533 examples\biaobei\mel_folder/003533.npy +003534 examples\biaobei\mel_folder/003534.npy +003535 examples\biaobei\mel_folder/003535.npy +003536 examples\biaobei\mel_folder/003536.npy +003537 examples\biaobei\mel_folder/003537.npy +003538 examples\biaobei\mel_folder/003538.npy +003539 examples\biaobei\mel_folder/003539.npy +003540 examples\biaobei\mel_folder/003540.npy +003541 examples\biaobei\mel_folder/003541.npy +003542 examples\biaobei\mel_folder/003542.npy +003543 examples\biaobei\mel_folder/003543.npy +003544 examples\biaobei\mel_folder/003544.npy +003545 examples\biaobei\mel_folder/003545.npy +003546 examples\biaobei\mel_folder/003546.npy +003547 examples\biaobei\mel_folder/003547.npy +003548 examples\biaobei\mel_folder/003548.npy +003549 examples\biaobei\mel_folder/003549.npy +003550 examples\biaobei\mel_folder/003550.npy +003551 examples\biaobei\mel_folder/003551.npy +003552 examples\biaobei\mel_folder/003552.npy +003553 examples\biaobei\mel_folder/003553.npy +003554 examples\biaobei\mel_folder/003554.npy +003555 examples\biaobei\mel_folder/003555.npy +003556 examples\biaobei\mel_folder/003556.npy +003557 examples\biaobei\mel_folder/003557.npy +003558 examples\biaobei\mel_folder/003558.npy +003559 examples\biaobei\mel_folder/003559.npy +003560 examples\biaobei\mel_folder/003560.npy +003561 examples\biaobei\mel_folder/003561.npy +003562 examples\biaobei\mel_folder/003562.npy +003563 examples\biaobei\mel_folder/003563.npy +003564 examples\biaobei\mel_folder/003564.npy +003565 examples\biaobei\mel_folder/003565.npy +003566 examples\biaobei\mel_folder/003566.npy +003567 examples\biaobei\mel_folder/003567.npy +003568 examples\biaobei\mel_folder/003568.npy +003569 examples\biaobei\mel_folder/003569.npy +003570 examples\biaobei\mel_folder/003570.npy +003571 examples\biaobei\mel_folder/003571.npy +003572 examples\biaobei\mel_folder/003572.npy +003573 examples\biaobei\mel_folder/003573.npy +003574 examples\biaobei\mel_folder/003574.npy +003575 examples\biaobei\mel_folder/003575.npy +003576 examples\biaobei\mel_folder/003576.npy +003577 examples\biaobei\mel_folder/003577.npy +003578 examples\biaobei\mel_folder/003578.npy +003579 examples\biaobei\mel_folder/003579.npy +003580 examples\biaobei\mel_folder/003580.npy +003581 examples\biaobei\mel_folder/003581.npy +003582 examples\biaobei\mel_folder/003582.npy +003583 examples\biaobei\mel_folder/003583.npy +003584 examples\biaobei\mel_folder/003584.npy +003585 examples\biaobei\mel_folder/003585.npy +003586 examples\biaobei\mel_folder/003586.npy +003587 examples\biaobei\mel_folder/003587.npy +003588 examples\biaobei\mel_folder/003588.npy +003589 examples\biaobei\mel_folder/003589.npy +003590 examples\biaobei\mel_folder/003590.npy +003591 examples\biaobei\mel_folder/003591.npy +003592 examples\biaobei\mel_folder/003592.npy +003593 examples\biaobei\mel_folder/003593.npy +003594 examples\biaobei\mel_folder/003594.npy +003595 examples\biaobei\mel_folder/003595.npy +003596 examples\biaobei\mel_folder/003596.npy +003597 examples\biaobei\mel_folder/003597.npy +003598 examples\biaobei\mel_folder/003598.npy +003599 examples\biaobei\mel_folder/003599.npy +003600 examples\biaobei\mel_folder/003600.npy +003601 examples\biaobei\mel_folder/003601.npy +003602 examples\biaobei\mel_folder/003602.npy +003603 examples\biaobei\mel_folder/003603.npy +003604 examples\biaobei\mel_folder/003604.npy +003605 examples\biaobei\mel_folder/003605.npy +003606 examples\biaobei\mel_folder/003606.npy +003607 examples\biaobei\mel_folder/003607.npy +003608 examples\biaobei\mel_folder/003608.npy +003609 examples\biaobei\mel_folder/003609.npy +003610 examples\biaobei\mel_folder/003610.npy +003611 examples\biaobei\mel_folder/003611.npy +003612 examples\biaobei\mel_folder/003612.npy +003613 examples\biaobei\mel_folder/003613.npy +003614 examples\biaobei\mel_folder/003614.npy +003615 examples\biaobei\mel_folder/003615.npy +003616 examples\biaobei\mel_folder/003616.npy +003617 examples\biaobei\mel_folder/003617.npy +003618 examples\biaobei\mel_folder/003618.npy +003619 examples\biaobei\mel_folder/003619.npy +003620 examples\biaobei\mel_folder/003620.npy +003621 examples\biaobei\mel_folder/003621.npy +003622 examples\biaobei\mel_folder/003622.npy +003623 examples\biaobei\mel_folder/003623.npy +003624 examples\biaobei\mel_folder/003624.npy +003625 examples\biaobei\mel_folder/003625.npy +003626 examples\biaobei\mel_folder/003626.npy +003627 examples\biaobei\mel_folder/003627.npy +003628 examples\biaobei\mel_folder/003628.npy +003629 examples\biaobei\mel_folder/003629.npy +003630 examples\biaobei\mel_folder/003630.npy +003631 examples\biaobei\mel_folder/003631.npy +003632 examples\biaobei\mel_folder/003632.npy +003633 examples\biaobei\mel_folder/003633.npy +003634 examples\biaobei\mel_folder/003634.npy +003635 examples\biaobei\mel_folder/003635.npy +003636 examples\biaobei\mel_folder/003636.npy +003637 examples\biaobei\mel_folder/003637.npy +003638 examples\biaobei\mel_folder/003638.npy +003639 examples\biaobei\mel_folder/003639.npy +003640 examples\biaobei\mel_folder/003640.npy +003641 examples\biaobei\mel_folder/003641.npy +003642 examples\biaobei\mel_folder/003642.npy +003643 examples\biaobei\mel_folder/003643.npy +003644 examples\biaobei\mel_folder/003644.npy +003645 examples\biaobei\mel_folder/003645.npy +003646 examples\biaobei\mel_folder/003646.npy +003647 examples\biaobei\mel_folder/003647.npy +003648 examples\biaobei\mel_folder/003648.npy +003649 examples\biaobei\mel_folder/003649.npy +003650 examples\biaobei\mel_folder/003650.npy +003651 examples\biaobei\mel_folder/003651.npy +003652 examples\biaobei\mel_folder/003652.npy +003653 examples\biaobei\mel_folder/003653.npy +003654 examples\biaobei\mel_folder/003654.npy +003655 examples\biaobei\mel_folder/003655.npy +003656 examples\biaobei\mel_folder/003656.npy +003657 examples\biaobei\mel_folder/003657.npy +003658 examples\biaobei\mel_folder/003658.npy +003659 examples\biaobei\mel_folder/003659.npy +003660 examples\biaobei\mel_folder/003660.npy +003661 examples\biaobei\mel_folder/003661.npy +003662 examples\biaobei\mel_folder/003662.npy +003663 examples\biaobei\mel_folder/003663.npy +003664 examples\biaobei\mel_folder/003664.npy +003665 examples\biaobei\mel_folder/003665.npy +003666 examples\biaobei\mel_folder/003666.npy +003667 examples\biaobei\mel_folder/003667.npy +003668 examples\biaobei\mel_folder/003668.npy +003669 examples\biaobei\mel_folder/003669.npy +003670 examples\biaobei\mel_folder/003670.npy +003671 examples\biaobei\mel_folder/003671.npy +003672 examples\biaobei\mel_folder/003672.npy +003673 examples\biaobei\mel_folder/003673.npy +003674 examples\biaobei\mel_folder/003674.npy +003675 examples\biaobei\mel_folder/003675.npy +003676 examples\biaobei\mel_folder/003676.npy +003677 examples\biaobei\mel_folder/003677.npy +003678 examples\biaobei\mel_folder/003678.npy +003679 examples\biaobei\mel_folder/003679.npy +003680 examples\biaobei\mel_folder/003680.npy +003681 examples\biaobei\mel_folder/003681.npy +003682 examples\biaobei\mel_folder/003682.npy +003683 examples\biaobei\mel_folder/003683.npy +003684 examples\biaobei\mel_folder/003684.npy +003685 examples\biaobei\mel_folder/003685.npy +003686 examples\biaobei\mel_folder/003686.npy +003687 examples\biaobei\mel_folder/003687.npy +003688 examples\biaobei\mel_folder/003688.npy +003689 examples\biaobei\mel_folder/003689.npy +003690 examples\biaobei\mel_folder/003690.npy +003691 examples\biaobei\mel_folder/003691.npy +003692 examples\biaobei\mel_folder/003692.npy +003693 examples\biaobei\mel_folder/003693.npy +003694 examples\biaobei\mel_folder/003694.npy +003695 examples\biaobei\mel_folder/003695.npy +003696 examples\biaobei\mel_folder/003696.npy +003697 examples\biaobei\mel_folder/003697.npy +003698 examples\biaobei\mel_folder/003698.npy +003699 examples\biaobei\mel_folder/003699.npy +003700 examples\biaobei\mel_folder/003700.npy +003701 examples\biaobei\mel_folder/003701.npy +003702 examples\biaobei\mel_folder/003702.npy +003703 examples\biaobei\mel_folder/003703.npy +003704 examples\biaobei\mel_folder/003704.npy +003705 examples\biaobei\mel_folder/003705.npy +003706 examples\biaobei\mel_folder/003706.npy +003707 examples\biaobei\mel_folder/003707.npy +003708 examples\biaobei\mel_folder/003708.npy +003709 examples\biaobei\mel_folder/003709.npy +003710 examples\biaobei\mel_folder/003710.npy +003711 examples\biaobei\mel_folder/003711.npy +003712 examples\biaobei\mel_folder/003712.npy +003713 examples\biaobei\mel_folder/003713.npy +003714 examples\biaobei\mel_folder/003714.npy +003715 examples\biaobei\mel_folder/003715.npy +003716 examples\biaobei\mel_folder/003716.npy +003717 examples\biaobei\mel_folder/003717.npy +003718 examples\biaobei\mel_folder/003718.npy +003719 examples\biaobei\mel_folder/003719.npy +003720 examples\biaobei\mel_folder/003720.npy +003721 examples\biaobei\mel_folder/003721.npy +003722 examples\biaobei\mel_folder/003722.npy +003723 examples\biaobei\mel_folder/003723.npy +003724 examples\biaobei\mel_folder/003724.npy +003725 examples\biaobei\mel_folder/003725.npy +003726 examples\biaobei\mel_folder/003726.npy +003727 examples\biaobei\mel_folder/003727.npy +003728 examples\biaobei\mel_folder/003728.npy +003729 examples\biaobei\mel_folder/003729.npy +003730 examples\biaobei\mel_folder/003730.npy +003731 examples\biaobei\mel_folder/003731.npy +003732 examples\biaobei\mel_folder/003732.npy +003733 examples\biaobei\mel_folder/003733.npy +003734 examples\biaobei\mel_folder/003734.npy +003735 examples\biaobei\mel_folder/003735.npy +003736 examples\biaobei\mel_folder/003736.npy +003737 examples\biaobei\mel_folder/003737.npy +003738 examples\biaobei\mel_folder/003738.npy +003739 examples\biaobei\mel_folder/003739.npy +003740 examples\biaobei\mel_folder/003740.npy +003741 examples\biaobei\mel_folder/003741.npy +003742 examples\biaobei\mel_folder/003742.npy +003743 examples\biaobei\mel_folder/003743.npy +003744 examples\biaobei\mel_folder/003744.npy +003745 examples\biaobei\mel_folder/003745.npy +003746 examples\biaobei\mel_folder/003746.npy +003747 examples\biaobei\mel_folder/003747.npy +003748 examples\biaobei\mel_folder/003748.npy +003749 examples\biaobei\mel_folder/003749.npy +003750 examples\biaobei\mel_folder/003750.npy +003751 examples\biaobei\mel_folder/003751.npy +003752 examples\biaobei\mel_folder/003752.npy +003753 examples\biaobei\mel_folder/003753.npy +003754 examples\biaobei\mel_folder/003754.npy +003755 examples\biaobei\mel_folder/003755.npy +003756 examples\biaobei\mel_folder/003756.npy +003757 examples\biaobei\mel_folder/003757.npy +003758 examples\biaobei\mel_folder/003758.npy +003759 examples\biaobei\mel_folder/003759.npy +003760 examples\biaobei\mel_folder/003760.npy +003761 examples\biaobei\mel_folder/003761.npy +003762 examples\biaobei\mel_folder/003762.npy +003763 examples\biaobei\mel_folder/003763.npy +003764 examples\biaobei\mel_folder/003764.npy +003765 examples\biaobei\mel_folder/003765.npy +003766 examples\biaobei\mel_folder/003766.npy +003767 examples\biaobei\mel_folder/003767.npy +003768 examples\biaobei\mel_folder/003768.npy +003769 examples\biaobei\mel_folder/003769.npy +003770 examples\biaobei\mel_folder/003770.npy +003771 examples\biaobei\mel_folder/003771.npy +003772 examples\biaobei\mel_folder/003772.npy +003773 examples\biaobei\mel_folder/003773.npy +003774 examples\biaobei\mel_folder/003774.npy +003775 examples\biaobei\mel_folder/003775.npy +003776 examples\biaobei\mel_folder/003776.npy +003777 examples\biaobei\mel_folder/003777.npy +003778 examples\biaobei\mel_folder/003778.npy +003779 examples\biaobei\mel_folder/003779.npy +003780 examples\biaobei\mel_folder/003780.npy +003781 examples\biaobei\mel_folder/003781.npy +003782 examples\biaobei\mel_folder/003782.npy +003783 examples\biaobei\mel_folder/003783.npy +003784 examples\biaobei\mel_folder/003784.npy +003785 examples\biaobei\mel_folder/003785.npy +003786 examples\biaobei\mel_folder/003786.npy +003787 examples\biaobei\mel_folder/003787.npy +003788 examples\biaobei\mel_folder/003788.npy +003789 examples\biaobei\mel_folder/003789.npy +003790 examples\biaobei\mel_folder/003790.npy +003791 examples\biaobei\mel_folder/003791.npy +003792 examples\biaobei\mel_folder/003792.npy +003793 examples\biaobei\mel_folder/003793.npy +003794 examples\biaobei\mel_folder/003794.npy +003795 examples\biaobei\mel_folder/003795.npy +003796 examples\biaobei\mel_folder/003796.npy +003797 examples\biaobei\mel_folder/003797.npy +003798 examples\biaobei\mel_folder/003798.npy +003799 examples\biaobei\mel_folder/003799.npy +003800 examples\biaobei\mel_folder/003800.npy +003801 examples\biaobei\mel_folder/003801.npy +003802 examples\biaobei\mel_folder/003802.npy +003803 examples\biaobei\mel_folder/003803.npy +003804 examples\biaobei\mel_folder/003804.npy +003805 examples\biaobei\mel_folder/003805.npy +003806 examples\biaobei\mel_folder/003806.npy +003807 examples\biaobei\mel_folder/003807.npy +003808 examples\biaobei\mel_folder/003808.npy +003809 examples\biaobei\mel_folder/003809.npy +003810 examples\biaobei\mel_folder/003810.npy +003811 examples\biaobei\mel_folder/003811.npy +003812 examples\biaobei\mel_folder/003812.npy +003813 examples\biaobei\mel_folder/003813.npy +003814 examples\biaobei\mel_folder/003814.npy +003815 examples\biaobei\mel_folder/003815.npy +003816 examples\biaobei\mel_folder/003816.npy +003817 examples\biaobei\mel_folder/003817.npy +003818 examples\biaobei\mel_folder/003818.npy +003819 examples\biaobei\mel_folder/003819.npy +003820 examples\biaobei\mel_folder/003820.npy +003821 examples\biaobei\mel_folder/003821.npy +003822 examples\biaobei\mel_folder/003822.npy +003823 examples\biaobei\mel_folder/003823.npy +003824 examples\biaobei\mel_folder/003824.npy +003825 examples\biaobei\mel_folder/003825.npy +003826 examples\biaobei\mel_folder/003826.npy +003827 examples\biaobei\mel_folder/003827.npy +003828 examples\biaobei\mel_folder/003828.npy +003829 examples\biaobei\mel_folder/003829.npy +003830 examples\biaobei\mel_folder/003830.npy +003831 examples\biaobei\mel_folder/003831.npy +003832 examples\biaobei\mel_folder/003832.npy +003833 examples\biaobei\mel_folder/003833.npy +003834 examples\biaobei\mel_folder/003834.npy +003835 examples\biaobei\mel_folder/003835.npy +003836 examples\biaobei\mel_folder/003836.npy +003837 examples\biaobei\mel_folder/003837.npy +003838 examples\biaobei\mel_folder/003838.npy +003839 examples\biaobei\mel_folder/003839.npy +003840 examples\biaobei\mel_folder/003840.npy +003841 examples\biaobei\mel_folder/003841.npy +003842 examples\biaobei\mel_folder/003842.npy +003843 examples\biaobei\mel_folder/003843.npy +003844 examples\biaobei\mel_folder/003844.npy +003845 examples\biaobei\mel_folder/003845.npy +003846 examples\biaobei\mel_folder/003846.npy +003847 examples\biaobei\mel_folder/003847.npy +003848 examples\biaobei\mel_folder/003848.npy +003849 examples\biaobei\mel_folder/003849.npy +003850 examples\biaobei\mel_folder/003850.npy +003851 examples\biaobei\mel_folder/003851.npy +003852 examples\biaobei\mel_folder/003852.npy +003853 examples\biaobei\mel_folder/003853.npy +003854 examples\biaobei\mel_folder/003854.npy +003855 examples\biaobei\mel_folder/003855.npy +003856 examples\biaobei\mel_folder/003856.npy +003857 examples\biaobei\mel_folder/003857.npy +003858 examples\biaobei\mel_folder/003858.npy +003859 examples\biaobei\mel_folder/003859.npy +003860 examples\biaobei\mel_folder/003860.npy +003861 examples\biaobei\mel_folder/003861.npy +003862 examples\biaobei\mel_folder/003862.npy +003863 examples\biaobei\mel_folder/003863.npy +003864 examples\biaobei\mel_folder/003864.npy +003865 examples\biaobei\mel_folder/003865.npy +003866 examples\biaobei\mel_folder/003866.npy +003867 examples\biaobei\mel_folder/003867.npy +003868 examples\biaobei\mel_folder/003868.npy +003869 examples\biaobei\mel_folder/003869.npy +003870 examples\biaobei\mel_folder/003870.npy +003871 examples\biaobei\mel_folder/003871.npy +003872 examples\biaobei\mel_folder/003872.npy +003873 examples\biaobei\mel_folder/003873.npy +003874 examples\biaobei\mel_folder/003874.npy +003875 examples\biaobei\mel_folder/003875.npy +003876 examples\biaobei\mel_folder/003876.npy +003877 examples\biaobei\mel_folder/003877.npy +003878 examples\biaobei\mel_folder/003878.npy +003879 examples\biaobei\mel_folder/003879.npy +003880 examples\biaobei\mel_folder/003880.npy +003881 examples\biaobei\mel_folder/003881.npy +003882 examples\biaobei\mel_folder/003882.npy +003883 examples\biaobei\mel_folder/003883.npy +003884 examples\biaobei\mel_folder/003884.npy +003885 examples\biaobei\mel_folder/003885.npy +003886 examples\biaobei\mel_folder/003886.npy +003887 examples\biaobei\mel_folder/003887.npy +003888 examples\biaobei\mel_folder/003888.npy +003889 examples\biaobei\mel_folder/003889.npy +003890 examples\biaobei\mel_folder/003890.npy +003891 examples\biaobei\mel_folder/003891.npy +003892 examples\biaobei\mel_folder/003892.npy +003893 examples\biaobei\mel_folder/003893.npy +003894 examples\biaobei\mel_folder/003894.npy +003895 examples\biaobei\mel_folder/003895.npy +003896 examples\biaobei\mel_folder/003896.npy +003897 examples\biaobei\mel_folder/003897.npy +003898 examples\biaobei\mel_folder/003898.npy +003899 examples\biaobei\mel_folder/003899.npy +003900 examples\biaobei\mel_folder/003900.npy +003901 examples\biaobei\mel_folder/003901.npy +003902 examples\biaobei\mel_folder/003902.npy +003903 examples\biaobei\mel_folder/003903.npy +003904 examples\biaobei\mel_folder/003904.npy +003905 examples\biaobei\mel_folder/003905.npy +003906 examples\biaobei\mel_folder/003906.npy +003907 examples\biaobei\mel_folder/003907.npy +003908 examples\biaobei\mel_folder/003908.npy +003909 examples\biaobei\mel_folder/003909.npy +003910 examples\biaobei\mel_folder/003910.npy +003911 examples\biaobei\mel_folder/003911.npy +003912 examples\biaobei\mel_folder/003912.npy +003913 examples\biaobei\mel_folder/003913.npy +003914 examples\biaobei\mel_folder/003914.npy +003915 examples\biaobei\mel_folder/003915.npy +003916 examples\biaobei\mel_folder/003916.npy +003917 examples\biaobei\mel_folder/003917.npy +003918 examples\biaobei\mel_folder/003918.npy +003919 examples\biaobei\mel_folder/003919.npy +003920 examples\biaobei\mel_folder/003920.npy +003921 examples\biaobei\mel_folder/003921.npy +003922 examples\biaobei\mel_folder/003922.npy +003923 examples\biaobei\mel_folder/003923.npy +003924 examples\biaobei\mel_folder/003924.npy +003925 examples\biaobei\mel_folder/003925.npy +003926 examples\biaobei\mel_folder/003926.npy +003927 examples\biaobei\mel_folder/003927.npy +003928 examples\biaobei\mel_folder/003928.npy +003929 examples\biaobei\mel_folder/003929.npy +003930 examples\biaobei\mel_folder/003930.npy +003931 examples\biaobei\mel_folder/003931.npy +003932 examples\biaobei\mel_folder/003932.npy +003933 examples\biaobei\mel_folder/003933.npy +003934 examples\biaobei\mel_folder/003934.npy +003935 examples\biaobei\mel_folder/003935.npy +003936 examples\biaobei\mel_folder/003936.npy +003937 examples\biaobei\mel_folder/003937.npy +003938 examples\biaobei\mel_folder/003938.npy +003939 examples\biaobei\mel_folder/003939.npy +003940 examples\biaobei\mel_folder/003940.npy +003941 examples\biaobei\mel_folder/003941.npy +003942 examples\biaobei\mel_folder/003942.npy +003943 examples\biaobei\mel_folder/003943.npy +003944 examples\biaobei\mel_folder/003944.npy +003945 examples\biaobei\mel_folder/003945.npy +003946 examples\biaobei\mel_folder/003946.npy +003947 examples\biaobei\mel_folder/003947.npy +003948 examples\biaobei\mel_folder/003948.npy +003949 examples\biaobei\mel_folder/003949.npy +003950 examples\biaobei\mel_folder/003950.npy +003951 examples\biaobei\mel_folder/003951.npy +003952 examples\biaobei\mel_folder/003952.npy +003953 examples\biaobei\mel_folder/003953.npy +003954 examples\biaobei\mel_folder/003954.npy +003955 examples\biaobei\mel_folder/003955.npy +003956 examples\biaobei\mel_folder/003956.npy +003957 examples\biaobei\mel_folder/003957.npy +003958 examples\biaobei\mel_folder/003958.npy +003959 examples\biaobei\mel_folder/003959.npy +003960 examples\biaobei\mel_folder/003960.npy +003961 examples\biaobei\mel_folder/003961.npy +003962 examples\biaobei\mel_folder/003962.npy +003963 examples\biaobei\mel_folder/003963.npy +003964 examples\biaobei\mel_folder/003964.npy +003965 examples\biaobei\mel_folder/003965.npy +003966 examples\biaobei\mel_folder/003966.npy +003967 examples\biaobei\mel_folder/003967.npy +003968 examples\biaobei\mel_folder/003968.npy +003969 examples\biaobei\mel_folder/003969.npy +003970 examples\biaobei\mel_folder/003970.npy +003971 examples\biaobei\mel_folder/003971.npy +003972 examples\biaobei\mel_folder/003972.npy +003973 examples\biaobei\mel_folder/003973.npy +003974 examples\biaobei\mel_folder/003974.npy +003975 examples\biaobei\mel_folder/003975.npy +003976 examples\biaobei\mel_folder/003976.npy +003977 examples\biaobei\mel_folder/003977.npy +003978 examples\biaobei\mel_folder/003978.npy +003979 examples\biaobei\mel_folder/003979.npy +003980 examples\biaobei\mel_folder/003980.npy +003981 examples\biaobei\mel_folder/003981.npy +003982 examples\biaobei\mel_folder/003982.npy +003983 examples\biaobei\mel_folder/003983.npy +003984 examples\biaobei\mel_folder/003984.npy +003985 examples\biaobei\mel_folder/003985.npy +003986 examples\biaobei\mel_folder/003986.npy +003987 examples\biaobei\mel_folder/003987.npy +003988 examples\biaobei\mel_folder/003988.npy +003989 examples\biaobei\mel_folder/003989.npy +003990 examples\biaobei\mel_folder/003990.npy +003991 examples\biaobei\mel_folder/003991.npy +003992 examples\biaobei\mel_folder/003992.npy +003993 examples\biaobei\mel_folder/003993.npy +003994 examples\biaobei\mel_folder/003994.npy +003995 examples\biaobei\mel_folder/003995.npy +003996 examples\biaobei\mel_folder/003996.npy +003997 examples\biaobei\mel_folder/003997.npy +003998 examples\biaobei\mel_folder/003998.npy +003999 examples\biaobei\mel_folder/003999.npy +004000 examples\biaobei\mel_folder/004000.npy +004001 examples\biaobei\mel_folder/004001.npy +004002 examples\biaobei\mel_folder/004002.npy +004003 examples\biaobei\mel_folder/004003.npy +004004 examples\biaobei\mel_folder/004004.npy +004005 examples\biaobei\mel_folder/004005.npy +004006 examples\biaobei\mel_folder/004006.npy +004007 examples\biaobei\mel_folder/004007.npy +004008 examples\biaobei\mel_folder/004008.npy +004009 examples\biaobei\mel_folder/004009.npy +004010 examples\biaobei\mel_folder/004010.npy +004011 examples\biaobei\mel_folder/004011.npy +004012 examples\biaobei\mel_folder/004012.npy +004013 examples\biaobei\mel_folder/004013.npy +004014 examples\biaobei\mel_folder/004014.npy +004015 examples\biaobei\mel_folder/004015.npy +004016 examples\biaobei\mel_folder/004016.npy +004017 examples\biaobei\mel_folder/004017.npy +004018 examples\biaobei\mel_folder/004018.npy +004019 examples\biaobei\mel_folder/004019.npy +004020 examples\biaobei\mel_folder/004020.npy +004021 examples\biaobei\mel_folder/004021.npy +004022 examples\biaobei\mel_folder/004022.npy +004023 examples\biaobei\mel_folder/004023.npy +004024 examples\biaobei\mel_folder/004024.npy +004025 examples\biaobei\mel_folder/004025.npy +004026 examples\biaobei\mel_folder/004026.npy +004027 examples\biaobei\mel_folder/004027.npy +004028 examples\biaobei\mel_folder/004028.npy +004029 examples\biaobei\mel_folder/004029.npy +004030 examples\biaobei\mel_folder/004030.npy +004031 examples\biaobei\mel_folder/004031.npy +004032 examples\biaobei\mel_folder/004032.npy +004033 examples\biaobei\mel_folder/004033.npy +004034 examples\biaobei\mel_folder/004034.npy +004035 examples\biaobei\mel_folder/004035.npy +004036 examples\biaobei\mel_folder/004036.npy +004037 examples\biaobei\mel_folder/004037.npy +004038 examples\biaobei\mel_folder/004038.npy +004039 examples\biaobei\mel_folder/004039.npy +004040 examples\biaobei\mel_folder/004040.npy +004041 examples\biaobei\mel_folder/004041.npy +004042 examples\biaobei\mel_folder/004042.npy +004043 examples\biaobei\mel_folder/004043.npy +004044 examples\biaobei\mel_folder/004044.npy +004045 examples\biaobei\mel_folder/004045.npy +004046 examples\biaobei\mel_folder/004046.npy +004047 examples\biaobei\mel_folder/004047.npy +004048 examples\biaobei\mel_folder/004048.npy +004049 examples\biaobei\mel_folder/004049.npy +004050 examples\biaobei\mel_folder/004050.npy +004051 examples\biaobei\mel_folder/004051.npy +004052 examples\biaobei\mel_folder/004052.npy +004053 examples\biaobei\mel_folder/004053.npy +004054 examples\biaobei\mel_folder/004054.npy +004055 examples\biaobei\mel_folder/004055.npy +004056 examples\biaobei\mel_folder/004056.npy +004057 examples\biaobei\mel_folder/004057.npy +004058 examples\biaobei\mel_folder/004058.npy +004059 examples\biaobei\mel_folder/004059.npy +004060 examples\biaobei\mel_folder/004060.npy +004061 examples\biaobei\mel_folder/004061.npy +004062 examples\biaobei\mel_folder/004062.npy +004063 examples\biaobei\mel_folder/004063.npy +004064 examples\biaobei\mel_folder/004064.npy +004065 examples\biaobei\mel_folder/004065.npy +004066 examples\biaobei\mel_folder/004066.npy +004067 examples\biaobei\mel_folder/004067.npy +004068 examples\biaobei\mel_folder/004068.npy +004069 examples\biaobei\mel_folder/004069.npy +004070 examples\biaobei\mel_folder/004070.npy +004071 examples\biaobei\mel_folder/004071.npy +004072 examples\biaobei\mel_folder/004072.npy +004073 examples\biaobei\mel_folder/004073.npy +004074 examples\biaobei\mel_folder/004074.npy +004075 examples\biaobei\mel_folder/004075.npy +004076 examples\biaobei\mel_folder/004076.npy +004077 examples\biaobei\mel_folder/004077.npy +004078 examples\biaobei\mel_folder/004078.npy +004079 examples\biaobei\mel_folder/004079.npy +004080 examples\biaobei\mel_folder/004080.npy +004081 examples\biaobei\mel_folder/004081.npy +004082 examples\biaobei\mel_folder/004082.npy +004083 examples\biaobei\mel_folder/004083.npy +004084 examples\biaobei\mel_folder/004084.npy +004085 examples\biaobei\mel_folder/004085.npy +004086 examples\biaobei\mel_folder/004086.npy +004087 examples\biaobei\mel_folder/004087.npy +004088 examples\biaobei\mel_folder/004088.npy +004089 examples\biaobei\mel_folder/004089.npy +004090 examples\biaobei\mel_folder/004090.npy +004091 examples\biaobei\mel_folder/004091.npy +004092 examples\biaobei\mel_folder/004092.npy +004093 examples\biaobei\mel_folder/004093.npy +004094 examples\biaobei\mel_folder/004094.npy +004095 examples\biaobei\mel_folder/004095.npy +004096 examples\biaobei\mel_folder/004096.npy +004097 examples\biaobei\mel_folder/004097.npy +004098 examples\biaobei\mel_folder/004098.npy +004099 examples\biaobei\mel_folder/004099.npy +004100 examples\biaobei\mel_folder/004100.npy +004101 examples\biaobei\mel_folder/004101.npy +004102 examples\biaobei\mel_folder/004102.npy +004103 examples\biaobei\mel_folder/004103.npy +004104 examples\biaobei\mel_folder/004104.npy +004105 examples\biaobei\mel_folder/004105.npy +004106 examples\biaobei\mel_folder/004106.npy +004107 examples\biaobei\mel_folder/004107.npy +004108 examples\biaobei\mel_folder/004108.npy +004109 examples\biaobei\mel_folder/004109.npy +004110 examples\biaobei\mel_folder/004110.npy +004111 examples\biaobei\mel_folder/004111.npy +004112 examples\biaobei\mel_folder/004112.npy +004113 examples\biaobei\mel_folder/004113.npy +004114 examples\biaobei\mel_folder/004114.npy +004115 examples\biaobei\mel_folder/004115.npy +004116 examples\biaobei\mel_folder/004116.npy +004117 examples\biaobei\mel_folder/004117.npy +004118 examples\biaobei\mel_folder/004118.npy +004119 examples\biaobei\mel_folder/004119.npy +004120 examples\biaobei\mel_folder/004120.npy +004121 examples\biaobei\mel_folder/004121.npy +004122 examples\biaobei\mel_folder/004122.npy +004123 examples\biaobei\mel_folder/004123.npy +004124 examples\biaobei\mel_folder/004124.npy +004125 examples\biaobei\mel_folder/004125.npy +004126 examples\biaobei\mel_folder/004126.npy +004127 examples\biaobei\mel_folder/004127.npy +004128 examples\biaobei\mel_folder/004128.npy +004129 examples\biaobei\mel_folder/004129.npy +004130 examples\biaobei\mel_folder/004130.npy +004131 examples\biaobei\mel_folder/004131.npy +004132 examples\biaobei\mel_folder/004132.npy +004133 examples\biaobei\mel_folder/004133.npy +004134 examples\biaobei\mel_folder/004134.npy +004135 examples\biaobei\mel_folder/004135.npy +004136 examples\biaobei\mel_folder/004136.npy +004137 examples\biaobei\mel_folder/004137.npy +004138 examples\biaobei\mel_folder/004138.npy +004139 examples\biaobei\mel_folder/004139.npy +004140 examples\biaobei\mel_folder/004140.npy +004141 examples\biaobei\mel_folder/004141.npy +004142 examples\biaobei\mel_folder/004142.npy +004143 examples\biaobei\mel_folder/004143.npy +004144 examples\biaobei\mel_folder/004144.npy +004145 examples\biaobei\mel_folder/004145.npy +004146 examples\biaobei\mel_folder/004146.npy +004147 examples\biaobei\mel_folder/004147.npy +004148 examples\biaobei\mel_folder/004148.npy +004149 examples\biaobei\mel_folder/004149.npy +004150 examples\biaobei\mel_folder/004150.npy +004151 examples\biaobei\mel_folder/004151.npy +004152 examples\biaobei\mel_folder/004152.npy +004153 examples\biaobei\mel_folder/004153.npy +004154 examples\biaobei\mel_folder/004154.npy +004155 examples\biaobei\mel_folder/004155.npy +004156 examples\biaobei\mel_folder/004156.npy +004157 examples\biaobei\mel_folder/004157.npy +004158 examples\biaobei\mel_folder/004158.npy +004159 examples\biaobei\mel_folder/004159.npy +004160 examples\biaobei\mel_folder/004160.npy +004161 examples\biaobei\mel_folder/004161.npy +004162 examples\biaobei\mel_folder/004162.npy +004163 examples\biaobei\mel_folder/004163.npy +004164 examples\biaobei\mel_folder/004164.npy +004165 examples\biaobei\mel_folder/004165.npy +004166 examples\biaobei\mel_folder/004166.npy +004167 examples\biaobei\mel_folder/004167.npy +004168 examples\biaobei\mel_folder/004168.npy +004169 examples\biaobei\mel_folder/004169.npy +004170 examples\biaobei\mel_folder/004170.npy +004171 examples\biaobei\mel_folder/004171.npy +004172 examples\biaobei\mel_folder/004172.npy +004173 examples\biaobei\mel_folder/004173.npy +004174 examples\biaobei\mel_folder/004174.npy +004175 examples\biaobei\mel_folder/004175.npy +004176 examples\biaobei\mel_folder/004176.npy +004177 examples\biaobei\mel_folder/004177.npy +004178 examples\biaobei\mel_folder/004178.npy +004179 examples\biaobei\mel_folder/004179.npy +004180 examples\biaobei\mel_folder/004180.npy +004181 examples\biaobei\mel_folder/004181.npy +004182 examples\biaobei\mel_folder/004182.npy +004183 examples\biaobei\mel_folder/004183.npy +004184 examples\biaobei\mel_folder/004184.npy +004185 examples\biaobei\mel_folder/004185.npy +004186 examples\biaobei\mel_folder/004186.npy +004187 examples\biaobei\mel_folder/004187.npy +004188 examples\biaobei\mel_folder/004188.npy +004189 examples\biaobei\mel_folder/004189.npy +004190 examples\biaobei\mel_folder/004190.npy +004191 examples\biaobei\mel_folder/004191.npy +004192 examples\biaobei\mel_folder/004192.npy +004193 examples\biaobei\mel_folder/004193.npy +004194 examples\biaobei\mel_folder/004194.npy +004195 examples\biaobei\mel_folder/004195.npy +004196 examples\biaobei\mel_folder/004196.npy +004197 examples\biaobei\mel_folder/004197.npy +004198 examples\biaobei\mel_folder/004198.npy +004199 examples\biaobei\mel_folder/004199.npy +004200 examples\biaobei\mel_folder/004200.npy +004201 examples\biaobei\mel_folder/004201.npy +004202 examples\biaobei\mel_folder/004202.npy +004203 examples\biaobei\mel_folder/004203.npy +004204 examples\biaobei\mel_folder/004204.npy +004205 examples\biaobei\mel_folder/004205.npy +004206 examples\biaobei\mel_folder/004206.npy +004207 examples\biaobei\mel_folder/004207.npy +004208 examples\biaobei\mel_folder/004208.npy +004209 examples\biaobei\mel_folder/004209.npy +004210 examples\biaobei\mel_folder/004210.npy +004211 examples\biaobei\mel_folder/004211.npy +004212 examples\biaobei\mel_folder/004212.npy +004213 examples\biaobei\mel_folder/004213.npy +004214 examples\biaobei\mel_folder/004214.npy +004215 examples\biaobei\mel_folder/004215.npy +004216 examples\biaobei\mel_folder/004216.npy +004217 examples\biaobei\mel_folder/004217.npy +004218 examples\biaobei\mel_folder/004218.npy +004219 examples\biaobei\mel_folder/004219.npy +004220 examples\biaobei\mel_folder/004220.npy +004221 examples\biaobei\mel_folder/004221.npy +004222 examples\biaobei\mel_folder/004222.npy +004223 examples\biaobei\mel_folder/004223.npy +004224 examples\biaobei\mel_folder/004224.npy +004225 examples\biaobei\mel_folder/004225.npy +004226 examples\biaobei\mel_folder/004226.npy +004227 examples\biaobei\mel_folder/004227.npy +004228 examples\biaobei\mel_folder/004228.npy +004229 examples\biaobei\mel_folder/004229.npy +004230 examples\biaobei\mel_folder/004230.npy +004231 examples\biaobei\mel_folder/004231.npy +004232 examples\biaobei\mel_folder/004232.npy +004233 examples\biaobei\mel_folder/004233.npy +004234 examples\biaobei\mel_folder/004234.npy +004235 examples\biaobei\mel_folder/004235.npy +004236 examples\biaobei\mel_folder/004236.npy +004237 examples\biaobei\mel_folder/004237.npy +004238 examples\biaobei\mel_folder/004238.npy +004239 examples\biaobei\mel_folder/004239.npy +004240 examples\biaobei\mel_folder/004240.npy +004241 examples\biaobei\mel_folder/004241.npy +004242 examples\biaobei\mel_folder/004242.npy +004243 examples\biaobei\mel_folder/004243.npy +004244 examples\biaobei\mel_folder/004244.npy +004245 examples\biaobei\mel_folder/004245.npy +004246 examples\biaobei\mel_folder/004246.npy +004247 examples\biaobei\mel_folder/004247.npy +004248 examples\biaobei\mel_folder/004248.npy +004249 examples\biaobei\mel_folder/004249.npy +004250 examples\biaobei\mel_folder/004250.npy +004251 examples\biaobei\mel_folder/004251.npy +004252 examples\biaobei\mel_folder/004252.npy +004253 examples\biaobei\mel_folder/004253.npy +004254 examples\biaobei\mel_folder/004254.npy +004255 examples\biaobei\mel_folder/004255.npy +004256 examples\biaobei\mel_folder/004256.npy +004257 examples\biaobei\mel_folder/004257.npy +004258 examples\biaobei\mel_folder/004258.npy +004259 examples\biaobei\mel_folder/004259.npy +004260 examples\biaobei\mel_folder/004260.npy +004261 examples\biaobei\mel_folder/004261.npy +004262 examples\biaobei\mel_folder/004262.npy +004263 examples\biaobei\mel_folder/004263.npy +004264 examples\biaobei\mel_folder/004264.npy +004265 examples\biaobei\mel_folder/004265.npy +004266 examples\biaobei\mel_folder/004266.npy +004267 examples\biaobei\mel_folder/004267.npy +004268 examples\biaobei\mel_folder/004268.npy +004269 examples\biaobei\mel_folder/004269.npy +004270 examples\biaobei\mel_folder/004270.npy +004271 examples\biaobei\mel_folder/004271.npy +004272 examples\biaobei\mel_folder/004272.npy +004273 examples\biaobei\mel_folder/004273.npy +004274 examples\biaobei\mel_folder/004274.npy +004275 examples\biaobei\mel_folder/004275.npy +004276 examples\biaobei\mel_folder/004276.npy +004277 examples\biaobei\mel_folder/004277.npy +004278 examples\biaobei\mel_folder/004278.npy +004279 examples\biaobei\mel_folder/004279.npy +004280 examples\biaobei\mel_folder/004280.npy +004281 examples\biaobei\mel_folder/004281.npy +004282 examples\biaobei\mel_folder/004282.npy +004283 examples\biaobei\mel_folder/004283.npy +004284 examples\biaobei\mel_folder/004284.npy +004285 examples\biaobei\mel_folder/004285.npy +004286 examples\biaobei\mel_folder/004286.npy +004287 examples\biaobei\mel_folder/004287.npy +004288 examples\biaobei\mel_folder/004288.npy +004289 examples\biaobei\mel_folder/004289.npy +004290 examples\biaobei\mel_folder/004290.npy +004291 examples\biaobei\mel_folder/004291.npy +004292 examples\biaobei\mel_folder/004292.npy +004293 examples\biaobei\mel_folder/004293.npy +004294 examples\biaobei\mel_folder/004294.npy +004295 examples\biaobei\mel_folder/004295.npy +004296 examples\biaobei\mel_folder/004296.npy +004297 examples\biaobei\mel_folder/004297.npy +004298 examples\biaobei\mel_folder/004298.npy +004299 examples\biaobei\mel_folder/004299.npy +004300 examples\biaobei\mel_folder/004300.npy +004301 examples\biaobei\mel_folder/004301.npy +004302 examples\biaobei\mel_folder/004302.npy +004303 examples\biaobei\mel_folder/004303.npy +004304 examples\biaobei\mel_folder/004304.npy +004305 examples\biaobei\mel_folder/004305.npy +004306 examples\biaobei\mel_folder/004306.npy +004307 examples\biaobei\mel_folder/004307.npy +004308 examples\biaobei\mel_folder/004308.npy +004309 examples\biaobei\mel_folder/004309.npy +004310 examples\biaobei\mel_folder/004310.npy +004311 examples\biaobei\mel_folder/004311.npy +004312 examples\biaobei\mel_folder/004312.npy +004313 examples\biaobei\mel_folder/004313.npy +004314 examples\biaobei\mel_folder/004314.npy +004315 examples\biaobei\mel_folder/004315.npy +004316 examples\biaobei\mel_folder/004316.npy +004317 examples\biaobei\mel_folder/004317.npy +004318 examples\biaobei\mel_folder/004318.npy +004319 examples\biaobei\mel_folder/004319.npy +004320 examples\biaobei\mel_folder/004320.npy +004321 examples\biaobei\mel_folder/004321.npy +004322 examples\biaobei\mel_folder/004322.npy +004323 examples\biaobei\mel_folder/004323.npy +004324 examples\biaobei\mel_folder/004324.npy +004325 examples\biaobei\mel_folder/004325.npy +004326 examples\biaobei\mel_folder/004326.npy +004327 examples\biaobei\mel_folder/004327.npy +004328 examples\biaobei\mel_folder/004328.npy +004329 examples\biaobei\mel_folder/004329.npy +004330 examples\biaobei\mel_folder/004330.npy +004331 examples\biaobei\mel_folder/004331.npy +004332 examples\biaobei\mel_folder/004332.npy +004333 examples\biaobei\mel_folder/004333.npy +004334 examples\biaobei\mel_folder/004334.npy +004335 examples\biaobei\mel_folder/004335.npy +004336 examples\biaobei\mel_folder/004336.npy +004337 examples\biaobei\mel_folder/004337.npy +004338 examples\biaobei\mel_folder/004338.npy +004339 examples\biaobei\mel_folder/004339.npy +004340 examples\biaobei\mel_folder/004340.npy +004341 examples\biaobei\mel_folder/004341.npy +004342 examples\biaobei\mel_folder/004342.npy +004343 examples\biaobei\mel_folder/004343.npy +004344 examples\biaobei\mel_folder/004344.npy +004345 examples\biaobei\mel_folder/004345.npy +004346 examples\biaobei\mel_folder/004346.npy +004347 examples\biaobei\mel_folder/004347.npy +004348 examples\biaobei\mel_folder/004348.npy +004349 examples\biaobei\mel_folder/004349.npy +004350 examples\biaobei\mel_folder/004350.npy +004351 examples\biaobei\mel_folder/004351.npy +004352 examples\biaobei\mel_folder/004352.npy +004353 examples\biaobei\mel_folder/004353.npy +004354 examples\biaobei\mel_folder/004354.npy +004355 examples\biaobei\mel_folder/004355.npy +004356 examples\biaobei\mel_folder/004356.npy +004357 examples\biaobei\mel_folder/004357.npy +004358 examples\biaobei\mel_folder/004358.npy +004359 examples\biaobei\mel_folder/004359.npy +004360 examples\biaobei\mel_folder/004360.npy +004361 examples\biaobei\mel_folder/004361.npy +004362 examples\biaobei\mel_folder/004362.npy +004363 examples\biaobei\mel_folder/004363.npy +004364 examples\biaobei\mel_folder/004364.npy +004365 examples\biaobei\mel_folder/004365.npy +004366 examples\biaobei\mel_folder/004366.npy +004367 examples\biaobei\mel_folder/004367.npy +004368 examples\biaobei\mel_folder/004368.npy +004369 examples\biaobei\mel_folder/004369.npy +004370 examples\biaobei\mel_folder/004370.npy +004371 examples\biaobei\mel_folder/004371.npy +004372 examples\biaobei\mel_folder/004372.npy +004373 examples\biaobei\mel_folder/004373.npy +004374 examples\biaobei\mel_folder/004374.npy +004375 examples\biaobei\mel_folder/004375.npy +004376 examples\biaobei\mel_folder/004376.npy +004377 examples\biaobei\mel_folder/004377.npy +004378 examples\biaobei\mel_folder/004378.npy +004379 examples\biaobei\mel_folder/004379.npy +004380 examples\biaobei\mel_folder/004380.npy +004381 examples\biaobei\mel_folder/004381.npy +004382 examples\biaobei\mel_folder/004382.npy +004383 examples\biaobei\mel_folder/004383.npy +004384 examples\biaobei\mel_folder/004384.npy +004385 examples\biaobei\mel_folder/004385.npy +004386 examples\biaobei\mel_folder/004386.npy +004387 examples\biaobei\mel_folder/004387.npy +004388 examples\biaobei\mel_folder/004388.npy +004389 examples\biaobei\mel_folder/004389.npy +004390 examples\biaobei\mel_folder/004390.npy +004391 examples\biaobei\mel_folder/004391.npy +004392 examples\biaobei\mel_folder/004392.npy +004393 examples\biaobei\mel_folder/004393.npy +004394 examples\biaobei\mel_folder/004394.npy +004395 examples\biaobei\mel_folder/004395.npy +004396 examples\biaobei\mel_folder/004396.npy +004397 examples\biaobei\mel_folder/004397.npy +004398 examples\biaobei\mel_folder/004398.npy +004399 examples\biaobei\mel_folder/004399.npy +004400 examples\biaobei\mel_folder/004400.npy +004401 examples\biaobei\mel_folder/004401.npy +004402 examples\biaobei\mel_folder/004402.npy +004403 examples\biaobei\mel_folder/004403.npy +004404 examples\biaobei\mel_folder/004404.npy +004405 examples\biaobei\mel_folder/004405.npy +004406 examples\biaobei\mel_folder/004406.npy +004407 examples\biaobei\mel_folder/004407.npy +004408 examples\biaobei\mel_folder/004408.npy +004409 examples\biaobei\mel_folder/004409.npy +004410 examples\biaobei\mel_folder/004410.npy +004411 examples\biaobei\mel_folder/004411.npy +004412 examples\biaobei\mel_folder/004412.npy +004413 examples\biaobei\mel_folder/004413.npy +004414 examples\biaobei\mel_folder/004414.npy +004415 examples\biaobei\mel_folder/004415.npy +004416 examples\biaobei\mel_folder/004416.npy +004417 examples\biaobei\mel_folder/004417.npy +004418 examples\biaobei\mel_folder/004418.npy +004419 examples\biaobei\mel_folder/004419.npy +004420 examples\biaobei\mel_folder/004420.npy +004421 examples\biaobei\mel_folder/004421.npy +004422 examples\biaobei\mel_folder/004422.npy +004423 examples\biaobei\mel_folder/004423.npy +004424 examples\biaobei\mel_folder/004424.npy +004425 examples\biaobei\mel_folder/004425.npy +004426 examples\biaobei\mel_folder/004426.npy +004427 examples\biaobei\mel_folder/004427.npy +004428 examples\biaobei\mel_folder/004428.npy +004429 examples\biaobei\mel_folder/004429.npy +004430 examples\biaobei\mel_folder/004430.npy +004431 examples\biaobei\mel_folder/004431.npy +004432 examples\biaobei\mel_folder/004432.npy +004433 examples\biaobei\mel_folder/004433.npy +004434 examples\biaobei\mel_folder/004434.npy +004435 examples\biaobei\mel_folder/004435.npy +004436 examples\biaobei\mel_folder/004436.npy +004437 examples\biaobei\mel_folder/004437.npy +004438 examples\biaobei\mel_folder/004438.npy +004439 examples\biaobei\mel_folder/004439.npy +004440 examples\biaobei\mel_folder/004440.npy +004441 examples\biaobei\mel_folder/004441.npy +004442 examples\biaobei\mel_folder/004442.npy +004443 examples\biaobei\mel_folder/004443.npy +004444 examples\biaobei\mel_folder/004444.npy +004445 examples\biaobei\mel_folder/004445.npy +004446 examples\biaobei\mel_folder/004446.npy +004447 examples\biaobei\mel_folder/004447.npy +004448 examples\biaobei\mel_folder/004448.npy +004449 examples\biaobei\mel_folder/004449.npy +004450 examples\biaobei\mel_folder/004450.npy +004451 examples\biaobei\mel_folder/004451.npy +004452 examples\biaobei\mel_folder/004452.npy +004453 examples\biaobei\mel_folder/004453.npy +004454 examples\biaobei\mel_folder/004454.npy +004455 examples\biaobei\mel_folder/004455.npy +004456 examples\biaobei\mel_folder/004456.npy +004457 examples\biaobei\mel_folder/004457.npy +004458 examples\biaobei\mel_folder/004458.npy +004459 examples\biaobei\mel_folder/004459.npy +004460 examples\biaobei\mel_folder/004460.npy +004461 examples\biaobei\mel_folder/004461.npy +004462 examples\biaobei\mel_folder/004462.npy +004463 examples\biaobei\mel_folder/004463.npy +004464 examples\biaobei\mel_folder/004464.npy +004465 examples\biaobei\mel_folder/004465.npy +004466 examples\biaobei\mel_folder/004466.npy +004467 examples\biaobei\mel_folder/004467.npy +004468 examples\biaobei\mel_folder/004468.npy +004469 examples\biaobei\mel_folder/004469.npy +004470 examples\biaobei\mel_folder/004470.npy +004471 examples\biaobei\mel_folder/004471.npy +004472 examples\biaobei\mel_folder/004472.npy +004473 examples\biaobei\mel_folder/004473.npy +004474 examples\biaobei\mel_folder/004474.npy +004475 examples\biaobei\mel_folder/004475.npy +004476 examples\biaobei\mel_folder/004476.npy +004477 examples\biaobei\mel_folder/004477.npy +004478 examples\biaobei\mel_folder/004478.npy +004479 examples\biaobei\mel_folder/004479.npy +004480 examples\biaobei\mel_folder/004480.npy +004481 examples\biaobei\mel_folder/004481.npy +004482 examples\biaobei\mel_folder/004482.npy +004483 examples\biaobei\mel_folder/004483.npy +004484 examples\biaobei\mel_folder/004484.npy +004485 examples\biaobei\mel_folder/004485.npy +004486 examples\biaobei\mel_folder/004486.npy +004487 examples\biaobei\mel_folder/004487.npy +004488 examples\biaobei\mel_folder/004488.npy +004489 examples\biaobei\mel_folder/004489.npy +004490 examples\biaobei\mel_folder/004490.npy +004491 examples\biaobei\mel_folder/004491.npy +004492 examples\biaobei\mel_folder/004492.npy +004493 examples\biaobei\mel_folder/004493.npy +004494 examples\biaobei\mel_folder/004494.npy +004495 examples\biaobei\mel_folder/004495.npy +004496 examples\biaobei\mel_folder/004496.npy +004497 examples\biaobei\mel_folder/004497.npy +004498 examples\biaobei\mel_folder/004498.npy +004499 examples\biaobei\mel_folder/004499.npy +004500 examples\biaobei\mel_folder/004500.npy +004501 examples\biaobei\mel_folder/004501.npy +004502 examples\biaobei\mel_folder/004502.npy +004503 examples\biaobei\mel_folder/004503.npy +004504 examples\biaobei\mel_folder/004504.npy +004505 examples\biaobei\mel_folder/004505.npy +004506 examples\biaobei\mel_folder/004506.npy +004507 examples\biaobei\mel_folder/004507.npy +004508 examples\biaobei\mel_folder/004508.npy +004509 examples\biaobei\mel_folder/004509.npy +004510 examples\biaobei\mel_folder/004510.npy +004511 examples\biaobei\mel_folder/004511.npy +004512 examples\biaobei\mel_folder/004512.npy +004513 examples\biaobei\mel_folder/004513.npy +004514 examples\biaobei\mel_folder/004514.npy +004515 examples\biaobei\mel_folder/004515.npy +004516 examples\biaobei\mel_folder/004516.npy +004517 examples\biaobei\mel_folder/004517.npy +004518 examples\biaobei\mel_folder/004518.npy +004519 examples\biaobei\mel_folder/004519.npy +004520 examples\biaobei\mel_folder/004520.npy +004521 examples\biaobei\mel_folder/004521.npy +004522 examples\biaobei\mel_folder/004522.npy +004523 examples\biaobei\mel_folder/004523.npy +004524 examples\biaobei\mel_folder/004524.npy +004525 examples\biaobei\mel_folder/004525.npy +004526 examples\biaobei\mel_folder/004526.npy +004527 examples\biaobei\mel_folder/004527.npy +004528 examples\biaobei\mel_folder/004528.npy +004529 examples\biaobei\mel_folder/004529.npy +004530 examples\biaobei\mel_folder/004530.npy +004531 examples\biaobei\mel_folder/004531.npy +004532 examples\biaobei\mel_folder/004532.npy +004533 examples\biaobei\mel_folder/004533.npy +004534 examples\biaobei\mel_folder/004534.npy +004535 examples\biaobei\mel_folder/004535.npy +004536 examples\biaobei\mel_folder/004536.npy +004537 examples\biaobei\mel_folder/004537.npy +004538 examples\biaobei\mel_folder/004538.npy +004539 examples\biaobei\mel_folder/004539.npy +004540 examples\biaobei\mel_folder/004540.npy +004541 examples\biaobei\mel_folder/004541.npy +004542 examples\biaobei\mel_folder/004542.npy +004543 examples\biaobei\mel_folder/004543.npy +004544 examples\biaobei\mel_folder/004544.npy +004545 examples\biaobei\mel_folder/004545.npy +004546 examples\biaobei\mel_folder/004546.npy +004547 examples\biaobei\mel_folder/004547.npy +004548 examples\biaobei\mel_folder/004548.npy +004549 examples\biaobei\mel_folder/004549.npy +004550 examples\biaobei\mel_folder/004550.npy +004551 examples\biaobei\mel_folder/004551.npy +004552 examples\biaobei\mel_folder/004552.npy +004553 examples\biaobei\mel_folder/004553.npy +004554 examples\biaobei\mel_folder/004554.npy +004555 examples\biaobei\mel_folder/004555.npy +004556 examples\biaobei\mel_folder/004556.npy +004557 examples\biaobei\mel_folder/004557.npy +004558 examples\biaobei\mel_folder/004558.npy +004559 examples\biaobei\mel_folder/004559.npy +004560 examples\biaobei\mel_folder/004560.npy +004561 examples\biaobei\mel_folder/004561.npy +004562 examples\biaobei\mel_folder/004562.npy +004563 examples\biaobei\mel_folder/004563.npy +004564 examples\biaobei\mel_folder/004564.npy +004565 examples\biaobei\mel_folder/004565.npy +004566 examples\biaobei\mel_folder/004566.npy +004567 examples\biaobei\mel_folder/004567.npy +004568 examples\biaobei\mel_folder/004568.npy +004569 examples\biaobei\mel_folder/004569.npy +004570 examples\biaobei\mel_folder/004570.npy +004571 examples\biaobei\mel_folder/004571.npy +004572 examples\biaobei\mel_folder/004572.npy +004573 examples\biaobei\mel_folder/004573.npy +004574 examples\biaobei\mel_folder/004574.npy +004575 examples\biaobei\mel_folder/004575.npy +004576 examples\biaobei\mel_folder/004576.npy +004577 examples\biaobei\mel_folder/004577.npy +004578 examples\biaobei\mel_folder/004578.npy +004579 examples\biaobei\mel_folder/004579.npy +004580 examples\biaobei\mel_folder/004580.npy +004581 examples\biaobei\mel_folder/004581.npy +004582 examples\biaobei\mel_folder/004582.npy +004583 examples\biaobei\mel_folder/004583.npy +004584 examples\biaobei\mel_folder/004584.npy +004585 examples\biaobei\mel_folder/004585.npy +004586 examples\biaobei\mel_folder/004586.npy +004587 examples\biaobei\mel_folder/004587.npy +004588 examples\biaobei\mel_folder/004588.npy +004589 examples\biaobei\mel_folder/004589.npy +004590 examples\biaobei\mel_folder/004590.npy +004591 examples\biaobei\mel_folder/004591.npy +004592 examples\biaobei\mel_folder/004592.npy +004593 examples\biaobei\mel_folder/004593.npy +004594 examples\biaobei\mel_folder/004594.npy +004595 examples\biaobei\mel_folder/004595.npy +004596 examples\biaobei\mel_folder/004596.npy +004597 examples\biaobei\mel_folder/004597.npy +004598 examples\biaobei\mel_folder/004598.npy +004599 examples\biaobei\mel_folder/004599.npy +004600 examples\biaobei\mel_folder/004600.npy +004601 examples\biaobei\mel_folder/004601.npy +004602 examples\biaobei\mel_folder/004602.npy +004603 examples\biaobei\mel_folder/004603.npy +004604 examples\biaobei\mel_folder/004604.npy +004605 examples\biaobei\mel_folder/004605.npy +004606 examples\biaobei\mel_folder/004606.npy +004607 examples\biaobei\mel_folder/004607.npy +004608 examples\biaobei\mel_folder/004608.npy +004609 examples\biaobei\mel_folder/004609.npy +004610 examples\biaobei\mel_folder/004610.npy +004611 examples\biaobei\mel_folder/004611.npy +004612 examples\biaobei\mel_folder/004612.npy +004613 examples\biaobei\mel_folder/004613.npy +004614 examples\biaobei\mel_folder/004614.npy +004615 examples\biaobei\mel_folder/004615.npy +004616 examples\biaobei\mel_folder/004616.npy +004617 examples\biaobei\mel_folder/004617.npy +004618 examples\biaobei\mel_folder/004618.npy +004619 examples\biaobei\mel_folder/004619.npy +004620 examples\biaobei\mel_folder/004620.npy +004621 examples\biaobei\mel_folder/004621.npy +004622 examples\biaobei\mel_folder/004622.npy +004623 examples\biaobei\mel_folder/004623.npy +004624 examples\biaobei\mel_folder/004624.npy +004625 examples\biaobei\mel_folder/004625.npy +004626 examples\biaobei\mel_folder/004626.npy +004627 examples\biaobei\mel_folder/004627.npy +004628 examples\biaobei\mel_folder/004628.npy +004629 examples\biaobei\mel_folder/004629.npy +004630 examples\biaobei\mel_folder/004630.npy +004631 examples\biaobei\mel_folder/004631.npy +004632 examples\biaobei\mel_folder/004632.npy +004633 examples\biaobei\mel_folder/004633.npy +004634 examples\biaobei\mel_folder/004634.npy +004635 examples\biaobei\mel_folder/004635.npy +004636 examples\biaobei\mel_folder/004636.npy +004637 examples\biaobei\mel_folder/004637.npy +004638 examples\biaobei\mel_folder/004638.npy +004639 examples\biaobei\mel_folder/004639.npy +004640 examples\biaobei\mel_folder/004640.npy +004641 examples\biaobei\mel_folder/004641.npy +004642 examples\biaobei\mel_folder/004642.npy +004643 examples\biaobei\mel_folder/004643.npy +004644 examples\biaobei\mel_folder/004644.npy +004645 examples\biaobei\mel_folder/004645.npy +004646 examples\biaobei\mel_folder/004646.npy +004647 examples\biaobei\mel_folder/004647.npy +004648 examples\biaobei\mel_folder/004648.npy +004649 examples\biaobei\mel_folder/004649.npy +004650 examples\biaobei\mel_folder/004650.npy +004651 examples\biaobei\mel_folder/004651.npy +004652 examples\biaobei\mel_folder/004652.npy +004653 examples\biaobei\mel_folder/004653.npy +004654 examples\biaobei\mel_folder/004654.npy +004655 examples\biaobei\mel_folder/004655.npy +004656 examples\biaobei\mel_folder/004656.npy +004657 examples\biaobei\mel_folder/004657.npy +004658 examples\biaobei\mel_folder/004658.npy +004659 examples\biaobei\mel_folder/004659.npy +004660 examples\biaobei\mel_folder/004660.npy +004661 examples\biaobei\mel_folder/004661.npy +004662 examples\biaobei\mel_folder/004662.npy +004663 examples\biaobei\mel_folder/004663.npy +004664 examples\biaobei\mel_folder/004664.npy +004665 examples\biaobei\mel_folder/004665.npy +004666 examples\biaobei\mel_folder/004666.npy +004667 examples\biaobei\mel_folder/004667.npy +004668 examples\biaobei\mel_folder/004668.npy +004669 examples\biaobei\mel_folder/004669.npy +004670 examples\biaobei\mel_folder/004670.npy +004671 examples\biaobei\mel_folder/004671.npy +004672 examples\biaobei\mel_folder/004672.npy +004673 examples\biaobei\mel_folder/004673.npy +004674 examples\biaobei\mel_folder/004674.npy +004675 examples\biaobei\mel_folder/004675.npy +004676 examples\biaobei\mel_folder/004676.npy +004677 examples\biaobei\mel_folder/004677.npy +004678 examples\biaobei\mel_folder/004678.npy +004679 examples\biaobei\mel_folder/004679.npy +004680 examples\biaobei\mel_folder/004680.npy +004681 examples\biaobei\mel_folder/004681.npy +004682 examples\biaobei\mel_folder/004682.npy +004683 examples\biaobei\mel_folder/004683.npy +004684 examples\biaobei\mel_folder/004684.npy +004685 examples\biaobei\mel_folder/004685.npy +004686 examples\biaobei\mel_folder/004686.npy +004687 examples\biaobei\mel_folder/004687.npy +004688 examples\biaobei\mel_folder/004688.npy +004689 examples\biaobei\mel_folder/004689.npy +004690 examples\biaobei\mel_folder/004690.npy +004691 examples\biaobei\mel_folder/004691.npy +004692 examples\biaobei\mel_folder/004692.npy +004693 examples\biaobei\mel_folder/004693.npy +004694 examples\biaobei\mel_folder/004694.npy +004695 examples\biaobei\mel_folder/004695.npy +004696 examples\biaobei\mel_folder/004696.npy +004697 examples\biaobei\mel_folder/004697.npy +004698 examples\biaobei\mel_folder/004698.npy +004699 examples\biaobei\mel_folder/004699.npy +004700 examples\biaobei\mel_folder/004700.npy +004701 examples\biaobei\mel_folder/004701.npy +004702 examples\biaobei\mel_folder/004702.npy +004703 examples\biaobei\mel_folder/004703.npy +004704 examples\biaobei\mel_folder/004704.npy +004705 examples\biaobei\mel_folder/004705.npy +004706 examples\biaobei\mel_folder/004706.npy +004707 examples\biaobei\mel_folder/004707.npy +004708 examples\biaobei\mel_folder/004708.npy +004709 examples\biaobei\mel_folder/004709.npy +004710 examples\biaobei\mel_folder/004710.npy +004711 examples\biaobei\mel_folder/004711.npy +004712 examples\biaobei\mel_folder/004712.npy +004713 examples\biaobei\mel_folder/004713.npy +004714 examples\biaobei\mel_folder/004714.npy +004715 examples\biaobei\mel_folder/004715.npy +004716 examples\biaobei\mel_folder/004716.npy +004717 examples\biaobei\mel_folder/004717.npy +004718 examples\biaobei\mel_folder/004718.npy +004719 examples\biaobei\mel_folder/004719.npy +004720 examples\biaobei\mel_folder/004720.npy +004721 examples\biaobei\mel_folder/004721.npy +004722 examples\biaobei\mel_folder/004722.npy +004723 examples\biaobei\mel_folder/004723.npy +004724 examples\biaobei\mel_folder/004724.npy +004725 examples\biaobei\mel_folder/004725.npy +004726 examples\biaobei\mel_folder/004726.npy +004727 examples\biaobei\mel_folder/004727.npy +004728 examples\biaobei\mel_folder/004728.npy +004729 examples\biaobei\mel_folder/004729.npy +004730 examples\biaobei\mel_folder/004730.npy +004731 examples\biaobei\mel_folder/004731.npy +004732 examples\biaobei\mel_folder/004732.npy +004733 examples\biaobei\mel_folder/004733.npy +004734 examples\biaobei\mel_folder/004734.npy +004735 examples\biaobei\mel_folder/004735.npy +004736 examples\biaobei\mel_folder/004736.npy +004737 examples\biaobei\mel_folder/004737.npy +004738 examples\biaobei\mel_folder/004738.npy +004739 examples\biaobei\mel_folder/004739.npy +004740 examples\biaobei\mel_folder/004740.npy +004741 examples\biaobei\mel_folder/004741.npy +004742 examples\biaobei\mel_folder/004742.npy +004743 examples\biaobei\mel_folder/004743.npy +004744 examples\biaobei\mel_folder/004744.npy +004745 examples\biaobei\mel_folder/004745.npy +004746 examples\biaobei\mel_folder/004746.npy +004747 examples\biaobei\mel_folder/004747.npy +004748 examples\biaobei\mel_folder/004748.npy +004749 examples\biaobei\mel_folder/004749.npy +004750 examples\biaobei\mel_folder/004750.npy +004751 examples\biaobei\mel_folder/004751.npy +004752 examples\biaobei\mel_folder/004752.npy +004753 examples\biaobei\mel_folder/004753.npy +004754 examples\biaobei\mel_folder/004754.npy +004755 examples\biaobei\mel_folder/004755.npy +004756 examples\biaobei\mel_folder/004756.npy +004757 examples\biaobei\mel_folder/004757.npy +004758 examples\biaobei\mel_folder/004758.npy +004759 examples\biaobei\mel_folder/004759.npy +004760 examples\biaobei\mel_folder/004760.npy +004761 examples\biaobei\mel_folder/004761.npy +004762 examples\biaobei\mel_folder/004762.npy +004763 examples\biaobei\mel_folder/004763.npy +004764 examples\biaobei\mel_folder/004764.npy +004765 examples\biaobei\mel_folder/004765.npy +004766 examples\biaobei\mel_folder/004766.npy +004767 examples\biaobei\mel_folder/004767.npy +004768 examples\biaobei\mel_folder/004768.npy +004769 examples\biaobei\mel_folder/004769.npy +004770 examples\biaobei\mel_folder/004770.npy +004771 examples\biaobei\mel_folder/004771.npy +004772 examples\biaobei\mel_folder/004772.npy +004773 examples\biaobei\mel_folder/004773.npy +004774 examples\biaobei\mel_folder/004774.npy +004775 examples\biaobei\mel_folder/004775.npy +004776 examples\biaobei\mel_folder/004776.npy +004777 examples\biaobei\mel_folder/004777.npy +004778 examples\biaobei\mel_folder/004778.npy +004779 examples\biaobei\mel_folder/004779.npy +004780 examples\biaobei\mel_folder/004780.npy +004781 examples\biaobei\mel_folder/004781.npy +004782 examples\biaobei\mel_folder/004782.npy +004783 examples\biaobei\mel_folder/004783.npy +004784 examples\biaobei\mel_folder/004784.npy +004785 examples\biaobei\mel_folder/004785.npy +004786 examples\biaobei\mel_folder/004786.npy +004787 examples\biaobei\mel_folder/004787.npy +004788 examples\biaobei\mel_folder/004788.npy +004789 examples\biaobei\mel_folder/004789.npy +004790 examples\biaobei\mel_folder/004790.npy +004791 examples\biaobei\mel_folder/004791.npy +004792 examples\biaobei\mel_folder/004792.npy +004793 examples\biaobei\mel_folder/004793.npy +004794 examples\biaobei\mel_folder/004794.npy +004795 examples\biaobei\mel_folder/004795.npy +004796 examples\biaobei\mel_folder/004796.npy +004797 examples\biaobei\mel_folder/004797.npy +004798 examples\biaobei\mel_folder/004798.npy +004799 examples\biaobei\mel_folder/004799.npy +004800 examples\biaobei\mel_folder/004800.npy +004801 examples\biaobei\mel_folder/004801.npy +004802 examples\biaobei\mel_folder/004802.npy +004803 examples\biaobei\mel_folder/004803.npy +004804 examples\biaobei\mel_folder/004804.npy +004805 examples\biaobei\mel_folder/004805.npy +004806 examples\biaobei\mel_folder/004806.npy +004807 examples\biaobei\mel_folder/004807.npy +004808 examples\biaobei\mel_folder/004808.npy +004809 examples\biaobei\mel_folder/004809.npy +004810 examples\biaobei\mel_folder/004810.npy +004811 examples\biaobei\mel_folder/004811.npy +004812 examples\biaobei\mel_folder/004812.npy +004813 examples\biaobei\mel_folder/004813.npy +004814 examples\biaobei\mel_folder/004814.npy +004815 examples\biaobei\mel_folder/004815.npy +004816 examples\biaobei\mel_folder/004816.npy +004817 examples\biaobei\mel_folder/004817.npy +004818 examples\biaobei\mel_folder/004818.npy +004819 examples\biaobei\mel_folder/004819.npy +004820 examples\biaobei\mel_folder/004820.npy +004821 examples\biaobei\mel_folder/004821.npy +004822 examples\biaobei\mel_folder/004822.npy +004823 examples\biaobei\mel_folder/004823.npy +004824 examples\biaobei\mel_folder/004824.npy +004825 examples\biaobei\mel_folder/004825.npy +004826 examples\biaobei\mel_folder/004826.npy +004827 examples\biaobei\mel_folder/004827.npy +004828 examples\biaobei\mel_folder/004828.npy +004829 examples\biaobei\mel_folder/004829.npy +004830 examples\biaobei\mel_folder/004830.npy +004831 examples\biaobei\mel_folder/004831.npy +004832 examples\biaobei\mel_folder/004832.npy +004833 examples\biaobei\mel_folder/004833.npy +004834 examples\biaobei\mel_folder/004834.npy +004835 examples\biaobei\mel_folder/004835.npy +004836 examples\biaobei\mel_folder/004836.npy +004837 examples\biaobei\mel_folder/004837.npy +004838 examples\biaobei\mel_folder/004838.npy +004839 examples\biaobei\mel_folder/004839.npy +004840 examples\biaobei\mel_folder/004840.npy +004841 examples\biaobei\mel_folder/004841.npy +004842 examples\biaobei\mel_folder/004842.npy +004843 examples\biaobei\mel_folder/004843.npy +004844 examples\biaobei\mel_folder/004844.npy +004845 examples\biaobei\mel_folder/004845.npy +004846 examples\biaobei\mel_folder/004846.npy +004847 examples\biaobei\mel_folder/004847.npy +004848 examples\biaobei\mel_folder/004848.npy +004849 examples\biaobei\mel_folder/004849.npy +004850 examples\biaobei\mel_folder/004850.npy +004851 examples\biaobei\mel_folder/004851.npy +004852 examples\biaobei\mel_folder/004852.npy +004853 examples\biaobei\mel_folder/004853.npy +004854 examples\biaobei\mel_folder/004854.npy +004855 examples\biaobei\mel_folder/004855.npy +004856 examples\biaobei\mel_folder/004856.npy +004857 examples\biaobei\mel_folder/004857.npy +004858 examples\biaobei\mel_folder/004858.npy +004859 examples\biaobei\mel_folder/004859.npy +004860 examples\biaobei\mel_folder/004860.npy +004861 examples\biaobei\mel_folder/004861.npy +004862 examples\biaobei\mel_folder/004862.npy +004863 examples\biaobei\mel_folder/004863.npy +004864 examples\biaobei\mel_folder/004864.npy +004865 examples\biaobei\mel_folder/004865.npy +004866 examples\biaobei\mel_folder/004866.npy +004867 examples\biaobei\mel_folder/004867.npy +004868 examples\biaobei\mel_folder/004868.npy +004869 examples\biaobei\mel_folder/004869.npy +004870 examples\biaobei\mel_folder/004870.npy +004871 examples\biaobei\mel_folder/004871.npy +004872 examples\biaobei\mel_folder/004872.npy +004873 examples\biaobei\mel_folder/004873.npy +004874 examples\biaobei\mel_folder/004874.npy +004875 examples\biaobei\mel_folder/004875.npy +004876 examples\biaobei\mel_folder/004876.npy +004877 examples\biaobei\mel_folder/004877.npy +004878 examples\biaobei\mel_folder/004878.npy +004879 examples\biaobei\mel_folder/004879.npy +004880 examples\biaobei\mel_folder/004880.npy +004881 examples\biaobei\mel_folder/004881.npy +004882 examples\biaobei\mel_folder/004882.npy +004883 examples\biaobei\mel_folder/004883.npy +004884 examples\biaobei\mel_folder/004884.npy +004885 examples\biaobei\mel_folder/004885.npy +004886 examples\biaobei\mel_folder/004886.npy +004887 examples\biaobei\mel_folder/004887.npy +004888 examples\biaobei\mel_folder/004888.npy +004889 examples\biaobei\mel_folder/004889.npy +004890 examples\biaobei\mel_folder/004890.npy +004891 examples\biaobei\mel_folder/004891.npy +004892 examples\biaobei\mel_folder/004892.npy +004893 examples\biaobei\mel_folder/004893.npy +004894 examples\biaobei\mel_folder/004894.npy +004895 examples\biaobei\mel_folder/004895.npy +004896 examples\biaobei\mel_folder/004896.npy +004897 examples\biaobei\mel_folder/004897.npy +004898 examples\biaobei\mel_folder/004898.npy +004899 examples\biaobei\mel_folder/004899.npy +004900 examples\biaobei\mel_folder/004900.npy +004901 examples\biaobei\mel_folder/004901.npy +004902 examples\biaobei\mel_folder/004902.npy +004903 examples\biaobei\mel_folder/004903.npy +004904 examples\biaobei\mel_folder/004904.npy +004905 examples\biaobei\mel_folder/004905.npy +004906 examples\biaobei\mel_folder/004906.npy +004907 examples\biaobei\mel_folder/004907.npy +004908 examples\biaobei\mel_folder/004908.npy +004909 examples\biaobei\mel_folder/004909.npy +004910 examples\biaobei\mel_folder/004910.npy +004911 examples\biaobei\mel_folder/004911.npy +004912 examples\biaobei\mel_folder/004912.npy +004913 examples\biaobei\mel_folder/004913.npy +004914 examples\biaobei\mel_folder/004914.npy +004915 examples\biaobei\mel_folder/004915.npy +004916 examples\biaobei\mel_folder/004916.npy +004917 examples\biaobei\mel_folder/004917.npy +004918 examples\biaobei\mel_folder/004918.npy +004919 examples\biaobei\mel_folder/004919.npy +004920 examples\biaobei\mel_folder/004920.npy +004921 examples\biaobei\mel_folder/004921.npy +004922 examples\biaobei\mel_folder/004922.npy +004923 examples\biaobei\mel_folder/004923.npy +004924 examples\biaobei\mel_folder/004924.npy +004925 examples\biaobei\mel_folder/004925.npy +004926 examples\biaobei\mel_folder/004926.npy +004927 examples\biaobei\mel_folder/004927.npy +004928 examples\biaobei\mel_folder/004928.npy +004929 examples\biaobei\mel_folder/004929.npy +004930 examples\biaobei\mel_folder/004930.npy +004931 examples\biaobei\mel_folder/004931.npy +004932 examples\biaobei\mel_folder/004932.npy +004933 examples\biaobei\mel_folder/004933.npy +004934 examples\biaobei\mel_folder/004934.npy +004935 examples\biaobei\mel_folder/004935.npy +004936 examples\biaobei\mel_folder/004936.npy +004937 examples\biaobei\mel_folder/004937.npy +004938 examples\biaobei\mel_folder/004938.npy +004939 examples\biaobei\mel_folder/004939.npy +004940 examples\biaobei\mel_folder/004940.npy +004941 examples\biaobei\mel_folder/004941.npy +004942 examples\biaobei\mel_folder/004942.npy +004943 examples\biaobei\mel_folder/004943.npy +004944 examples\biaobei\mel_folder/004944.npy +004945 examples\biaobei\mel_folder/004945.npy +004946 examples\biaobei\mel_folder/004946.npy +004947 examples\biaobei\mel_folder/004947.npy +004948 examples\biaobei\mel_folder/004948.npy +004949 examples\biaobei\mel_folder/004949.npy +004950 examples\biaobei\mel_folder/004950.npy +004951 examples\biaobei\mel_folder/004951.npy +004952 examples\biaobei\mel_folder/004952.npy +004953 examples\biaobei\mel_folder/004953.npy +004954 examples\biaobei\mel_folder/004954.npy +004955 examples\biaobei\mel_folder/004955.npy +004956 examples\biaobei\mel_folder/004956.npy +004957 examples\biaobei\mel_folder/004957.npy +004958 examples\biaobei\mel_folder/004958.npy +004959 examples\biaobei\mel_folder/004959.npy +004960 examples\biaobei\mel_folder/004960.npy +004961 examples\biaobei\mel_folder/004961.npy +004962 examples\biaobei\mel_folder/004962.npy +004963 examples\biaobei\mel_folder/004963.npy +004964 examples\biaobei\mel_folder/004964.npy +004965 examples\biaobei\mel_folder/004965.npy +004966 examples\biaobei\mel_folder/004966.npy +004967 examples\biaobei\mel_folder/004967.npy +004968 examples\biaobei\mel_folder/004968.npy +004969 examples\biaobei\mel_folder/004969.npy +004970 examples\biaobei\mel_folder/004970.npy +004971 examples\biaobei\mel_folder/004971.npy +004972 examples\biaobei\mel_folder/004972.npy +004973 examples\biaobei\mel_folder/004973.npy +004974 examples\biaobei\mel_folder/004974.npy +004975 examples\biaobei\mel_folder/004975.npy +004976 examples\biaobei\mel_folder/004976.npy +004977 examples\biaobei\mel_folder/004977.npy +004978 examples\biaobei\mel_folder/004978.npy +004979 examples\biaobei\mel_folder/004979.npy +004980 examples\biaobei\mel_folder/004980.npy +004981 examples\biaobei\mel_folder/004981.npy +004982 examples\biaobei\mel_folder/004982.npy +004983 examples\biaobei\mel_folder/004983.npy +004984 examples\biaobei\mel_folder/004984.npy +004985 examples\biaobei\mel_folder/004985.npy +004986 examples\biaobei\mel_folder/004986.npy +004987 examples\biaobei\mel_folder/004987.npy +004988 examples\biaobei\mel_folder/004988.npy +004989 examples\biaobei\mel_folder/004989.npy +004990 examples\biaobei\mel_folder/004990.npy +004991 examples\biaobei\mel_folder/004991.npy +004992 examples\biaobei\mel_folder/004992.npy +004993 examples\biaobei\mel_folder/004993.npy +004994 examples\biaobei\mel_folder/004994.npy +004995 examples\biaobei\mel_folder/004995.npy +004996 examples\biaobei\mel_folder/004996.npy +004997 examples\biaobei\mel_folder/004997.npy +004998 examples\biaobei\mel_folder/004998.npy +004999 examples\biaobei\mel_folder/004999.npy +005000 examples\biaobei\mel_folder/005000.npy +005001 examples\biaobei\mel_folder/005001.npy +005002 examples\biaobei\mel_folder/005002.npy +005003 examples\biaobei\mel_folder/005003.npy +005004 examples\biaobei\mel_folder/005004.npy +005005 examples\biaobei\mel_folder/005005.npy +005006 examples\biaobei\mel_folder/005006.npy +005007 examples\biaobei\mel_folder/005007.npy +005008 examples\biaobei\mel_folder/005008.npy +005009 examples\biaobei\mel_folder/005009.npy +005010 examples\biaobei\mel_folder/005010.npy +005011 examples\biaobei\mel_folder/005011.npy +005012 examples\biaobei\mel_folder/005012.npy +005013 examples\biaobei\mel_folder/005013.npy +005014 examples\biaobei\mel_folder/005014.npy +005015 examples\biaobei\mel_folder/005015.npy +005016 examples\biaobei\mel_folder/005016.npy +005017 examples\biaobei\mel_folder/005017.npy +005018 examples\biaobei\mel_folder/005018.npy +005019 examples\biaobei\mel_folder/005019.npy +005020 examples\biaobei\mel_folder/005020.npy +005021 examples\biaobei\mel_folder/005021.npy +005022 examples\biaobei\mel_folder/005022.npy +005023 examples\biaobei\mel_folder/005023.npy +005024 examples\biaobei\mel_folder/005024.npy +005025 examples\biaobei\mel_folder/005025.npy +005026 examples\biaobei\mel_folder/005026.npy +005027 examples\biaobei\mel_folder/005027.npy +005028 examples\biaobei\mel_folder/005028.npy +005029 examples\biaobei\mel_folder/005029.npy +005030 examples\biaobei\mel_folder/005030.npy +005031 examples\biaobei\mel_folder/005031.npy +005032 examples\biaobei\mel_folder/005032.npy +005033 examples\biaobei\mel_folder/005033.npy +005034 examples\biaobei\mel_folder/005034.npy +005035 examples\biaobei\mel_folder/005035.npy +005036 examples\biaobei\mel_folder/005036.npy +005037 examples\biaobei\mel_folder/005037.npy +005038 examples\biaobei\mel_folder/005038.npy +005039 examples\biaobei\mel_folder/005039.npy +005040 examples\biaobei\mel_folder/005040.npy +005041 examples\biaobei\mel_folder/005041.npy +005042 examples\biaobei\mel_folder/005042.npy +005043 examples\biaobei\mel_folder/005043.npy +005044 examples\biaobei\mel_folder/005044.npy +005045 examples\biaobei\mel_folder/005045.npy +005046 examples\biaobei\mel_folder/005046.npy +005047 examples\biaobei\mel_folder/005047.npy +005048 examples\biaobei\mel_folder/005048.npy +005049 examples\biaobei\mel_folder/005049.npy +005050 examples\biaobei\mel_folder/005050.npy +005051 examples\biaobei\mel_folder/005051.npy +005052 examples\biaobei\mel_folder/005052.npy +005053 examples\biaobei\mel_folder/005053.npy +005054 examples\biaobei\mel_folder/005054.npy +005055 examples\biaobei\mel_folder/005055.npy +005056 examples\biaobei\mel_folder/005056.npy +005057 examples\biaobei\mel_folder/005057.npy +005058 examples\biaobei\mel_folder/005058.npy +005059 examples\biaobei\mel_folder/005059.npy +005060 examples\biaobei\mel_folder/005060.npy +005061 examples\biaobei\mel_folder/005061.npy +005062 examples\biaobei\mel_folder/005062.npy +005063 examples\biaobei\mel_folder/005063.npy +005064 examples\biaobei\mel_folder/005064.npy +005065 examples\biaobei\mel_folder/005065.npy +005066 examples\biaobei\mel_folder/005066.npy +005067 examples\biaobei\mel_folder/005067.npy +005068 examples\biaobei\mel_folder/005068.npy +005069 examples\biaobei\mel_folder/005069.npy +005070 examples\biaobei\mel_folder/005070.npy +005071 examples\biaobei\mel_folder/005071.npy +005072 examples\biaobei\mel_folder/005072.npy +005073 examples\biaobei\mel_folder/005073.npy +005074 examples\biaobei\mel_folder/005074.npy +005075 examples\biaobei\mel_folder/005075.npy +005076 examples\biaobei\mel_folder/005076.npy +005077 examples\biaobei\mel_folder/005077.npy +005078 examples\biaobei\mel_folder/005078.npy +005079 examples\biaobei\mel_folder/005079.npy +005080 examples\biaobei\mel_folder/005080.npy +005081 examples\biaobei\mel_folder/005081.npy +005082 examples\biaobei\mel_folder/005082.npy +005083 examples\biaobei\mel_folder/005083.npy +005084 examples\biaobei\mel_folder/005084.npy +005085 examples\biaobei\mel_folder/005085.npy +005086 examples\biaobei\mel_folder/005086.npy +005087 examples\biaobei\mel_folder/005087.npy +005088 examples\biaobei\mel_folder/005088.npy +005089 examples\biaobei\mel_folder/005089.npy +005090 examples\biaobei\mel_folder/005090.npy +005091 examples\biaobei\mel_folder/005091.npy +005092 examples\biaobei\mel_folder/005092.npy +005093 examples\biaobei\mel_folder/005093.npy +005094 examples\biaobei\mel_folder/005094.npy +005095 examples\biaobei\mel_folder/005095.npy +005096 examples\biaobei\mel_folder/005096.npy +005097 examples\biaobei\mel_folder/005097.npy +005098 examples\biaobei\mel_folder/005098.npy +005099 examples\biaobei\mel_folder/005099.npy +005100 examples\biaobei\mel_folder/005100.npy +005101 examples\biaobei\mel_folder/005101.npy +005102 examples\biaobei\mel_folder/005102.npy +005103 examples\biaobei\mel_folder/005103.npy +005104 examples\biaobei\mel_folder/005104.npy +005105 examples\biaobei\mel_folder/005105.npy +005106 examples\biaobei\mel_folder/005106.npy +005107 examples\biaobei\mel_folder/005107.npy +005108 examples\biaobei\mel_folder/005108.npy +005109 examples\biaobei\mel_folder/005109.npy +005110 examples\biaobei\mel_folder/005110.npy +005111 examples\biaobei\mel_folder/005111.npy +005112 examples\biaobei\mel_folder/005112.npy +005113 examples\biaobei\mel_folder/005113.npy +005114 examples\biaobei\mel_folder/005114.npy +005115 examples\biaobei\mel_folder/005115.npy +005116 examples\biaobei\mel_folder/005116.npy +005117 examples\biaobei\mel_folder/005117.npy +005118 examples\biaobei\mel_folder/005118.npy +005119 examples\biaobei\mel_folder/005119.npy +005120 examples\biaobei\mel_folder/005120.npy +005121 examples\biaobei\mel_folder/005121.npy +005122 examples\biaobei\mel_folder/005122.npy +005123 examples\biaobei\mel_folder/005123.npy +005124 examples\biaobei\mel_folder/005124.npy +005125 examples\biaobei\mel_folder/005125.npy +005126 examples\biaobei\mel_folder/005126.npy +005127 examples\biaobei\mel_folder/005127.npy +005128 examples\biaobei\mel_folder/005128.npy +005129 examples\biaobei\mel_folder/005129.npy +005130 examples\biaobei\mel_folder/005130.npy +005131 examples\biaobei\mel_folder/005131.npy +005132 examples\biaobei\mel_folder/005132.npy +005133 examples\biaobei\mel_folder/005133.npy +005134 examples\biaobei\mel_folder/005134.npy +005135 examples\biaobei\mel_folder/005135.npy +005136 examples\biaobei\mel_folder/005136.npy +005137 examples\biaobei\mel_folder/005137.npy +005138 examples\biaobei\mel_folder/005138.npy +005139 examples\biaobei\mel_folder/005139.npy +005140 examples\biaobei\mel_folder/005140.npy +005141 examples\biaobei\mel_folder/005141.npy +005142 examples\biaobei\mel_folder/005142.npy +005143 examples\biaobei\mel_folder/005143.npy +005144 examples\biaobei\mel_folder/005144.npy +005145 examples\biaobei\mel_folder/005145.npy +005146 examples\biaobei\mel_folder/005146.npy +005147 examples\biaobei\mel_folder/005147.npy +005148 examples\biaobei\mel_folder/005148.npy +005149 examples\biaobei\mel_folder/005149.npy +005150 examples\biaobei\mel_folder/005150.npy +005151 examples\biaobei\mel_folder/005151.npy +005152 examples\biaobei\mel_folder/005152.npy +005153 examples\biaobei\mel_folder/005153.npy +005154 examples\biaobei\mel_folder/005154.npy +005155 examples\biaobei\mel_folder/005155.npy +005156 examples\biaobei\mel_folder/005156.npy +005157 examples\biaobei\mel_folder/005157.npy +005158 examples\biaobei\mel_folder/005158.npy +005159 examples\biaobei\mel_folder/005159.npy +005160 examples\biaobei\mel_folder/005160.npy +005161 examples\biaobei\mel_folder/005161.npy +005162 examples\biaobei\mel_folder/005162.npy +005163 examples\biaobei\mel_folder/005163.npy +005164 examples\biaobei\mel_folder/005164.npy +005165 examples\biaobei\mel_folder/005165.npy +005166 examples\biaobei\mel_folder/005166.npy +005167 examples\biaobei\mel_folder/005167.npy +005168 examples\biaobei\mel_folder/005168.npy +005169 examples\biaobei\mel_folder/005169.npy +005170 examples\biaobei\mel_folder/005170.npy +005171 examples\biaobei\mel_folder/005171.npy +005172 examples\biaobei\mel_folder/005172.npy +005173 examples\biaobei\mel_folder/005173.npy +005174 examples\biaobei\mel_folder/005174.npy +005175 examples\biaobei\mel_folder/005175.npy +005176 examples\biaobei\mel_folder/005176.npy +005177 examples\biaobei\mel_folder/005177.npy +005178 examples\biaobei\mel_folder/005178.npy +005179 examples\biaobei\mel_folder/005179.npy +005180 examples\biaobei\mel_folder/005180.npy +005181 examples\biaobei\mel_folder/005181.npy +005182 examples\biaobei\mel_folder/005182.npy +005183 examples\biaobei\mel_folder/005183.npy +005184 examples\biaobei\mel_folder/005184.npy +005185 examples\biaobei\mel_folder/005185.npy +005186 examples\biaobei\mel_folder/005186.npy +005187 examples\biaobei\mel_folder/005187.npy +005188 examples\biaobei\mel_folder/005188.npy +005189 examples\biaobei\mel_folder/005189.npy +005190 examples\biaobei\mel_folder/005190.npy +005191 examples\biaobei\mel_folder/005191.npy +005192 examples\biaobei\mel_folder/005192.npy +005193 examples\biaobei\mel_folder/005193.npy +005194 examples\biaobei\mel_folder/005194.npy +005195 examples\biaobei\mel_folder/005195.npy +005196 examples\biaobei\mel_folder/005196.npy +005197 examples\biaobei\mel_folder/005197.npy +005198 examples\biaobei\mel_folder/005198.npy +005199 examples\biaobei\mel_folder/005199.npy +005200 examples\biaobei\mel_folder/005200.npy +005201 examples\biaobei\mel_folder/005201.npy +005202 examples\biaobei\mel_folder/005202.npy +005203 examples\biaobei\mel_folder/005203.npy +005204 examples\biaobei\mel_folder/005204.npy +005205 examples\biaobei\mel_folder/005205.npy +005206 examples\biaobei\mel_folder/005206.npy +005207 examples\biaobei\mel_folder/005207.npy +005208 examples\biaobei\mel_folder/005208.npy +005209 examples\biaobei\mel_folder/005209.npy +005210 examples\biaobei\mel_folder/005210.npy +005211 examples\biaobei\mel_folder/005211.npy +005212 examples\biaobei\mel_folder/005212.npy +005213 examples\biaobei\mel_folder/005213.npy +005214 examples\biaobei\mel_folder/005214.npy +005215 examples\biaobei\mel_folder/005215.npy +005216 examples\biaobei\mel_folder/005216.npy +005217 examples\biaobei\mel_folder/005217.npy +005218 examples\biaobei\mel_folder/005218.npy +005219 examples\biaobei\mel_folder/005219.npy +005220 examples\biaobei\mel_folder/005220.npy +005221 examples\biaobei\mel_folder/005221.npy +005222 examples\biaobei\mel_folder/005222.npy +005223 examples\biaobei\mel_folder/005223.npy +005224 examples\biaobei\mel_folder/005224.npy +005225 examples\biaobei\mel_folder/005225.npy +005226 examples\biaobei\mel_folder/005226.npy +005227 examples\biaobei\mel_folder/005227.npy +005228 examples\biaobei\mel_folder/005228.npy +005229 examples\biaobei\mel_folder/005229.npy +005230 examples\biaobei\mel_folder/005230.npy +005231 examples\biaobei\mel_folder/005231.npy +005232 examples\biaobei\mel_folder/005232.npy +005233 examples\biaobei\mel_folder/005233.npy +005234 examples\biaobei\mel_folder/005234.npy +005235 examples\biaobei\mel_folder/005235.npy +005236 examples\biaobei\mel_folder/005236.npy +005237 examples\biaobei\mel_folder/005237.npy +005238 examples\biaobei\mel_folder/005238.npy +005239 examples\biaobei\mel_folder/005239.npy +005240 examples\biaobei\mel_folder/005240.npy +005241 examples\biaobei\mel_folder/005241.npy +005242 examples\biaobei\mel_folder/005242.npy +005243 examples\biaobei\mel_folder/005243.npy +005244 examples\biaobei\mel_folder/005244.npy +005245 examples\biaobei\mel_folder/005245.npy +005246 examples\biaobei\mel_folder/005246.npy +005247 examples\biaobei\mel_folder/005247.npy +005248 examples\biaobei\mel_folder/005248.npy +005249 examples\biaobei\mel_folder/005249.npy +005250 examples\biaobei\mel_folder/005250.npy +005251 examples\biaobei\mel_folder/005251.npy +005252 examples\biaobei\mel_folder/005252.npy +005253 examples\biaobei\mel_folder/005253.npy +005254 examples\biaobei\mel_folder/005254.npy +005255 examples\biaobei\mel_folder/005255.npy +005256 examples\biaobei\mel_folder/005256.npy +005257 examples\biaobei\mel_folder/005257.npy +005258 examples\biaobei\mel_folder/005258.npy +005259 examples\biaobei\mel_folder/005259.npy +005260 examples\biaobei\mel_folder/005260.npy +005261 examples\biaobei\mel_folder/005261.npy +005262 examples\biaobei\mel_folder/005262.npy +005263 examples\biaobei\mel_folder/005263.npy +005264 examples\biaobei\mel_folder/005264.npy +005265 examples\biaobei\mel_folder/005265.npy +005266 examples\biaobei\mel_folder/005266.npy +005267 examples\biaobei\mel_folder/005267.npy +005268 examples\biaobei\mel_folder/005268.npy +005269 examples\biaobei\mel_folder/005269.npy +005270 examples\biaobei\mel_folder/005270.npy +005271 examples\biaobei\mel_folder/005271.npy +005272 examples\biaobei\mel_folder/005272.npy +005273 examples\biaobei\mel_folder/005273.npy +005274 examples\biaobei\mel_folder/005274.npy +005275 examples\biaobei\mel_folder/005275.npy +005276 examples\biaobei\mel_folder/005276.npy +005277 examples\biaobei\mel_folder/005277.npy +005278 examples\biaobei\mel_folder/005278.npy +005279 examples\biaobei\mel_folder/005279.npy +005280 examples\biaobei\mel_folder/005280.npy +005281 examples\biaobei\mel_folder/005281.npy +005282 examples\biaobei\mel_folder/005282.npy +005283 examples\biaobei\mel_folder/005283.npy +005284 examples\biaobei\mel_folder/005284.npy +005285 examples\biaobei\mel_folder/005285.npy +005286 examples\biaobei\mel_folder/005286.npy +005287 examples\biaobei\mel_folder/005287.npy +005288 examples\biaobei\mel_folder/005288.npy +005289 examples\biaobei\mel_folder/005289.npy +005290 examples\biaobei\mel_folder/005290.npy +005291 examples\biaobei\mel_folder/005291.npy +005292 examples\biaobei\mel_folder/005292.npy +005293 examples\biaobei\mel_folder/005293.npy +005294 examples\biaobei\mel_folder/005294.npy +005295 examples\biaobei\mel_folder/005295.npy +005296 examples\biaobei\mel_folder/005296.npy +005297 examples\biaobei\mel_folder/005297.npy +005298 examples\biaobei\mel_folder/005298.npy +005299 examples\biaobei\mel_folder/005299.npy +005300 examples\biaobei\mel_folder/005300.npy +005301 examples\biaobei\mel_folder/005301.npy +005302 examples\biaobei\mel_folder/005302.npy +005303 examples\biaobei\mel_folder/005303.npy +005304 examples\biaobei\mel_folder/005304.npy +005305 examples\biaobei\mel_folder/005305.npy +005306 examples\biaobei\mel_folder/005306.npy +005307 examples\biaobei\mel_folder/005307.npy +005308 examples\biaobei\mel_folder/005308.npy +005309 examples\biaobei\mel_folder/005309.npy +005310 examples\biaobei\mel_folder/005310.npy +005311 examples\biaobei\mel_folder/005311.npy +005312 examples\biaobei\mel_folder/005312.npy +005313 examples\biaobei\mel_folder/005313.npy +005314 examples\biaobei\mel_folder/005314.npy +005315 examples\biaobei\mel_folder/005315.npy +005316 examples\biaobei\mel_folder/005316.npy +005317 examples\biaobei\mel_folder/005317.npy +005318 examples\biaobei\mel_folder/005318.npy +005319 examples\biaobei\mel_folder/005319.npy +005320 examples\biaobei\mel_folder/005320.npy +005321 examples\biaobei\mel_folder/005321.npy +005322 examples\biaobei\mel_folder/005322.npy +005323 examples\biaobei\mel_folder/005323.npy +005324 examples\biaobei\mel_folder/005324.npy +005325 examples\biaobei\mel_folder/005325.npy +005326 examples\biaobei\mel_folder/005326.npy +005327 examples\biaobei\mel_folder/005327.npy +005328 examples\biaobei\mel_folder/005328.npy +005329 examples\biaobei\mel_folder/005329.npy +005330 examples\biaobei\mel_folder/005330.npy +005331 examples\biaobei\mel_folder/005331.npy +005332 examples\biaobei\mel_folder/005332.npy +005333 examples\biaobei\mel_folder/005333.npy +005334 examples\biaobei\mel_folder/005334.npy +005335 examples\biaobei\mel_folder/005335.npy +005336 examples\biaobei\mel_folder/005336.npy +005337 examples\biaobei\mel_folder/005337.npy +005338 examples\biaobei\mel_folder/005338.npy +005339 examples\biaobei\mel_folder/005339.npy +005340 examples\biaobei\mel_folder/005340.npy +005341 examples\biaobei\mel_folder/005341.npy +005342 examples\biaobei\mel_folder/005342.npy +005343 examples\biaobei\mel_folder/005343.npy +005344 examples\biaobei\mel_folder/005344.npy +005345 examples\biaobei\mel_folder/005345.npy +005346 examples\biaobei\mel_folder/005346.npy +005347 examples\biaobei\mel_folder/005347.npy +005348 examples\biaobei\mel_folder/005348.npy +005349 examples\biaobei\mel_folder/005349.npy +005350 examples\biaobei\mel_folder/005350.npy +005351 examples\biaobei\mel_folder/005351.npy +005352 examples\biaobei\mel_folder/005352.npy +005353 examples\biaobei\mel_folder/005353.npy +005354 examples\biaobei\mel_folder/005354.npy +005355 examples\biaobei\mel_folder/005355.npy +005356 examples\biaobei\mel_folder/005356.npy +005357 examples\biaobei\mel_folder/005357.npy +005358 examples\biaobei\mel_folder/005358.npy +005359 examples\biaobei\mel_folder/005359.npy +005360 examples\biaobei\mel_folder/005360.npy +005361 examples\biaobei\mel_folder/005361.npy +005362 examples\biaobei\mel_folder/005362.npy +005363 examples\biaobei\mel_folder/005363.npy +005364 examples\biaobei\mel_folder/005364.npy +005365 examples\biaobei\mel_folder/005365.npy +005366 examples\biaobei\mel_folder/005366.npy +005367 examples\biaobei\mel_folder/005367.npy +005368 examples\biaobei\mel_folder/005368.npy +005369 examples\biaobei\mel_folder/005369.npy +005370 examples\biaobei\mel_folder/005370.npy +005371 examples\biaobei\mel_folder/005371.npy +005372 examples\biaobei\mel_folder/005372.npy +005373 examples\biaobei\mel_folder/005373.npy +005374 examples\biaobei\mel_folder/005374.npy +005375 examples\biaobei\mel_folder/005375.npy +005376 examples\biaobei\mel_folder/005376.npy +005377 examples\biaobei\mel_folder/005377.npy +005378 examples\biaobei\mel_folder/005378.npy +005379 examples\biaobei\mel_folder/005379.npy +005380 examples\biaobei\mel_folder/005380.npy +005381 examples\biaobei\mel_folder/005381.npy +005382 examples\biaobei\mel_folder/005382.npy +005383 examples\biaobei\mel_folder/005383.npy +005384 examples\biaobei\mel_folder/005384.npy +005385 examples\biaobei\mel_folder/005385.npy +005386 examples\biaobei\mel_folder/005386.npy +005387 examples\biaobei\mel_folder/005387.npy +005388 examples\biaobei\mel_folder/005388.npy +005389 examples\biaobei\mel_folder/005389.npy +005390 examples\biaobei\mel_folder/005390.npy +005391 examples\biaobei\mel_folder/005391.npy +005392 examples\biaobei\mel_folder/005392.npy +005393 examples\biaobei\mel_folder/005393.npy +005394 examples\biaobei\mel_folder/005394.npy +005395 examples\biaobei\mel_folder/005395.npy +005396 examples\biaobei\mel_folder/005396.npy +005397 examples\biaobei\mel_folder/005397.npy +005398 examples\biaobei\mel_folder/005398.npy +005399 examples\biaobei\mel_folder/005399.npy +005400 examples\biaobei\mel_folder/005400.npy +005401 examples\biaobei\mel_folder/005401.npy +005402 examples\biaobei\mel_folder/005402.npy +005403 examples\biaobei\mel_folder/005403.npy +005404 examples\biaobei\mel_folder/005404.npy +005405 examples\biaobei\mel_folder/005405.npy +005406 examples\biaobei\mel_folder/005406.npy +005407 examples\biaobei\mel_folder/005407.npy +005408 examples\biaobei\mel_folder/005408.npy +005409 examples\biaobei\mel_folder/005409.npy +005410 examples\biaobei\mel_folder/005410.npy +005411 examples\biaobei\mel_folder/005411.npy +005412 examples\biaobei\mel_folder/005412.npy +005413 examples\biaobei\mel_folder/005413.npy +005414 examples\biaobei\mel_folder/005414.npy +005415 examples\biaobei\mel_folder/005415.npy +005416 examples\biaobei\mel_folder/005416.npy +005417 examples\biaobei\mel_folder/005417.npy +005418 examples\biaobei\mel_folder/005418.npy +005419 examples\biaobei\mel_folder/005419.npy +005420 examples\biaobei\mel_folder/005420.npy +005421 examples\biaobei\mel_folder/005421.npy +005422 examples\biaobei\mel_folder/005422.npy +005423 examples\biaobei\mel_folder/005423.npy +005424 examples\biaobei\mel_folder/005424.npy +005425 examples\biaobei\mel_folder/005425.npy +005426 examples\biaobei\mel_folder/005426.npy +005427 examples\biaobei\mel_folder/005427.npy +005428 examples\biaobei\mel_folder/005428.npy +005429 examples\biaobei\mel_folder/005429.npy +005430 examples\biaobei\mel_folder/005430.npy +005431 examples\biaobei\mel_folder/005431.npy +005432 examples\biaobei\mel_folder/005432.npy +005433 examples\biaobei\mel_folder/005433.npy +005434 examples\biaobei\mel_folder/005434.npy +005435 examples\biaobei\mel_folder/005435.npy +005436 examples\biaobei\mel_folder/005436.npy +005437 examples\biaobei\mel_folder/005437.npy +005438 examples\biaobei\mel_folder/005438.npy +005439 examples\biaobei\mel_folder/005439.npy +005440 examples\biaobei\mel_folder/005440.npy +005441 examples\biaobei\mel_folder/005441.npy +005442 examples\biaobei\mel_folder/005442.npy +005443 examples\biaobei\mel_folder/005443.npy +005444 examples\biaobei\mel_folder/005444.npy +005445 examples\biaobei\mel_folder/005445.npy +005446 examples\biaobei\mel_folder/005446.npy +005447 examples\biaobei\mel_folder/005447.npy +005448 examples\biaobei\mel_folder/005448.npy +005449 examples\biaobei\mel_folder/005449.npy +005450 examples\biaobei\mel_folder/005450.npy +005451 examples\biaobei\mel_folder/005451.npy +005452 examples\biaobei\mel_folder/005452.npy +005453 examples\biaobei\mel_folder/005453.npy +005454 examples\biaobei\mel_folder/005454.npy +005455 examples\biaobei\mel_folder/005455.npy +005456 examples\biaobei\mel_folder/005456.npy +005457 examples\biaobei\mel_folder/005457.npy +005458 examples\biaobei\mel_folder/005458.npy +005459 examples\biaobei\mel_folder/005459.npy +005460 examples\biaobei\mel_folder/005460.npy +005461 examples\biaobei\mel_folder/005461.npy +005462 examples\biaobei\mel_folder/005462.npy +005463 examples\biaobei\mel_folder/005463.npy +005464 examples\biaobei\mel_folder/005464.npy +005465 examples\biaobei\mel_folder/005465.npy +005466 examples\biaobei\mel_folder/005466.npy +005467 examples\biaobei\mel_folder/005467.npy +005468 examples\biaobei\mel_folder/005468.npy +005469 examples\biaobei\mel_folder/005469.npy +005470 examples\biaobei\mel_folder/005470.npy +005471 examples\biaobei\mel_folder/005471.npy +005472 examples\biaobei\mel_folder/005472.npy +005473 examples\biaobei\mel_folder/005473.npy +005474 examples\biaobei\mel_folder/005474.npy +005475 examples\biaobei\mel_folder/005475.npy +005476 examples\biaobei\mel_folder/005476.npy +005477 examples\biaobei\mel_folder/005477.npy +005478 examples\biaobei\mel_folder/005478.npy +005479 examples\biaobei\mel_folder/005479.npy +005480 examples\biaobei\mel_folder/005480.npy +005481 examples\biaobei\mel_folder/005481.npy +005482 examples\biaobei\mel_folder/005482.npy +005483 examples\biaobei\mel_folder/005483.npy +005484 examples\biaobei\mel_folder/005484.npy +005485 examples\biaobei\mel_folder/005485.npy +005486 examples\biaobei\mel_folder/005486.npy +005487 examples\biaobei\mel_folder/005487.npy +005488 examples\biaobei\mel_folder/005488.npy +005489 examples\biaobei\mel_folder/005489.npy +005490 examples\biaobei\mel_folder/005490.npy +005491 examples\biaobei\mel_folder/005491.npy +005492 examples\biaobei\mel_folder/005492.npy +005493 examples\biaobei\mel_folder/005493.npy +005494 examples\biaobei\mel_folder/005494.npy +005495 examples\biaobei\mel_folder/005495.npy +005496 examples\biaobei\mel_folder/005496.npy +005497 examples\biaobei\mel_folder/005497.npy +005498 examples\biaobei\mel_folder/005498.npy +005499 examples\biaobei\mel_folder/005499.npy +005500 examples\biaobei\mel_folder/005500.npy +005501 examples\biaobei\mel_folder/005501.npy +005502 examples\biaobei\mel_folder/005502.npy +005503 examples\biaobei\mel_folder/005503.npy +005504 examples\biaobei\mel_folder/005504.npy +005505 examples\biaobei\mel_folder/005505.npy +005506 examples\biaobei\mel_folder/005506.npy +005507 examples\biaobei\mel_folder/005507.npy +005508 examples\biaobei\mel_folder/005508.npy +005509 examples\biaobei\mel_folder/005509.npy +005510 examples\biaobei\mel_folder/005510.npy +005511 examples\biaobei\mel_folder/005511.npy +005512 examples\biaobei\mel_folder/005512.npy +005513 examples\biaobei\mel_folder/005513.npy +005514 examples\biaobei\mel_folder/005514.npy +005515 examples\biaobei\mel_folder/005515.npy +005516 examples\biaobei\mel_folder/005516.npy +005517 examples\biaobei\mel_folder/005517.npy +005518 examples\biaobei\mel_folder/005518.npy +005519 examples\biaobei\mel_folder/005519.npy +005520 examples\biaobei\mel_folder/005520.npy +005521 examples\biaobei\mel_folder/005521.npy +005522 examples\biaobei\mel_folder/005522.npy +005523 examples\biaobei\mel_folder/005523.npy +005524 examples\biaobei\mel_folder/005524.npy +005525 examples\biaobei\mel_folder/005525.npy +005526 examples\biaobei\mel_folder/005526.npy +005527 examples\biaobei\mel_folder/005527.npy +005528 examples\biaobei\mel_folder/005528.npy +005529 examples\biaobei\mel_folder/005529.npy +005530 examples\biaobei\mel_folder/005530.npy +005531 examples\biaobei\mel_folder/005531.npy +005532 examples\biaobei\mel_folder/005532.npy +005533 examples\biaobei\mel_folder/005533.npy +005534 examples\biaobei\mel_folder/005534.npy +005535 examples\biaobei\mel_folder/005535.npy +005536 examples\biaobei\mel_folder/005536.npy +005537 examples\biaobei\mel_folder/005537.npy +005538 examples\biaobei\mel_folder/005538.npy +005539 examples\biaobei\mel_folder/005539.npy +005540 examples\biaobei\mel_folder/005540.npy +005541 examples\biaobei\mel_folder/005541.npy +005542 examples\biaobei\mel_folder/005542.npy +005543 examples\biaobei\mel_folder/005543.npy +005544 examples\biaobei\mel_folder/005544.npy +005545 examples\biaobei\mel_folder/005545.npy +005546 examples\biaobei\mel_folder/005546.npy +005547 examples\biaobei\mel_folder/005547.npy +005548 examples\biaobei\mel_folder/005548.npy +005549 examples\biaobei\mel_folder/005549.npy +005550 examples\biaobei\mel_folder/005550.npy +005551 examples\biaobei\mel_folder/005551.npy +005552 examples\biaobei\mel_folder/005552.npy +005553 examples\biaobei\mel_folder/005553.npy +005554 examples\biaobei\mel_folder/005554.npy +005555 examples\biaobei\mel_folder/005555.npy +005556 examples\biaobei\mel_folder/005556.npy +005557 examples\biaobei\mel_folder/005557.npy +005558 examples\biaobei\mel_folder/005558.npy +005559 examples\biaobei\mel_folder/005559.npy +005560 examples\biaobei\mel_folder/005560.npy +005561 examples\biaobei\mel_folder/005561.npy +005562 examples\biaobei\mel_folder/005562.npy +005563 examples\biaobei\mel_folder/005563.npy +005564 examples\biaobei\mel_folder/005564.npy +005565 examples\biaobei\mel_folder/005565.npy +005566 examples\biaobei\mel_folder/005566.npy +005567 examples\biaobei\mel_folder/005567.npy +005568 examples\biaobei\mel_folder/005568.npy +005569 examples\biaobei\mel_folder/005569.npy +005570 examples\biaobei\mel_folder/005570.npy +005571 examples\biaobei\mel_folder/005571.npy +005572 examples\biaobei\mel_folder/005572.npy +005573 examples\biaobei\mel_folder/005573.npy +005574 examples\biaobei\mel_folder/005574.npy +005575 examples\biaobei\mel_folder/005575.npy +005576 examples\biaobei\mel_folder/005576.npy +005577 examples\biaobei\mel_folder/005577.npy +005578 examples\biaobei\mel_folder/005578.npy +005579 examples\biaobei\mel_folder/005579.npy +005580 examples\biaobei\mel_folder/005580.npy +005581 examples\biaobei\mel_folder/005581.npy +005582 examples\biaobei\mel_folder/005582.npy +005583 examples\biaobei\mel_folder/005583.npy +005584 examples\biaobei\mel_folder/005584.npy +005585 examples\biaobei\mel_folder/005585.npy +005586 examples\biaobei\mel_folder/005586.npy +005587 examples\biaobei\mel_folder/005587.npy +005588 examples\biaobei\mel_folder/005588.npy +005589 examples\biaobei\mel_folder/005589.npy +005590 examples\biaobei\mel_folder/005590.npy +005591 examples\biaobei\mel_folder/005591.npy +005592 examples\biaobei\mel_folder/005592.npy +005593 examples\biaobei\mel_folder/005593.npy +005594 examples\biaobei\mel_folder/005594.npy +005595 examples\biaobei\mel_folder/005595.npy +005596 examples\biaobei\mel_folder/005596.npy +005597 examples\biaobei\mel_folder/005597.npy +005598 examples\biaobei\mel_folder/005598.npy +005599 examples\biaobei\mel_folder/005599.npy +005600 examples\biaobei\mel_folder/005600.npy +005601 examples\biaobei\mel_folder/005601.npy +005602 examples\biaobei\mel_folder/005602.npy +005603 examples\biaobei\mel_folder/005603.npy +005604 examples\biaobei\mel_folder/005604.npy +005605 examples\biaobei\mel_folder/005605.npy +005606 examples\biaobei\mel_folder/005606.npy +005607 examples\biaobei\mel_folder/005607.npy +005608 examples\biaobei\mel_folder/005608.npy +005609 examples\biaobei\mel_folder/005609.npy +005610 examples\biaobei\mel_folder/005610.npy +005611 examples\biaobei\mel_folder/005611.npy +005612 examples\biaobei\mel_folder/005612.npy +005613 examples\biaobei\mel_folder/005613.npy +005614 examples\biaobei\mel_folder/005614.npy +005615 examples\biaobei\mel_folder/005615.npy +005616 examples\biaobei\mel_folder/005616.npy +005617 examples\biaobei\mel_folder/005617.npy +005618 examples\biaobei\mel_folder/005618.npy +005619 examples\biaobei\mel_folder/005619.npy +005620 examples\biaobei\mel_folder/005620.npy +005621 examples\biaobei\mel_folder/005621.npy +005622 examples\biaobei\mel_folder/005622.npy +005623 examples\biaobei\mel_folder/005623.npy +005624 examples\biaobei\mel_folder/005624.npy +005625 examples\biaobei\mel_folder/005625.npy +005626 examples\biaobei\mel_folder/005626.npy +005627 examples\biaobei\mel_folder/005627.npy +005628 examples\biaobei\mel_folder/005628.npy +005629 examples\biaobei\mel_folder/005629.npy +005630 examples\biaobei\mel_folder/005630.npy +005631 examples\biaobei\mel_folder/005631.npy +005632 examples\biaobei\mel_folder/005632.npy +005633 examples\biaobei\mel_folder/005633.npy +005634 examples\biaobei\mel_folder/005634.npy +005635 examples\biaobei\mel_folder/005635.npy +005636 examples\biaobei\mel_folder/005636.npy +005637 examples\biaobei\mel_folder/005637.npy +005638 examples\biaobei\mel_folder/005638.npy +005639 examples\biaobei\mel_folder/005639.npy +005640 examples\biaobei\mel_folder/005640.npy +005641 examples\biaobei\mel_folder/005641.npy +005642 examples\biaobei\mel_folder/005642.npy +005643 examples\biaobei\mel_folder/005643.npy +005644 examples\biaobei\mel_folder/005644.npy +005645 examples\biaobei\mel_folder/005645.npy +005646 examples\biaobei\mel_folder/005646.npy +005647 examples\biaobei\mel_folder/005647.npy +005648 examples\biaobei\mel_folder/005648.npy +005649 examples\biaobei\mel_folder/005649.npy +005650 examples\biaobei\mel_folder/005650.npy +005651 examples\biaobei\mel_folder/005651.npy +005652 examples\biaobei\mel_folder/005652.npy +005653 examples\biaobei\mel_folder/005653.npy +005654 examples\biaobei\mel_folder/005654.npy +005655 examples\biaobei\mel_folder/005655.npy +005656 examples\biaobei\mel_folder/005656.npy +005657 examples\biaobei\mel_folder/005657.npy +005658 examples\biaobei\mel_folder/005658.npy +005659 examples\biaobei\mel_folder/005659.npy +005660 examples\biaobei\mel_folder/005660.npy +005661 examples\biaobei\mel_folder/005661.npy +005662 examples\biaobei\mel_folder/005662.npy +005663 examples\biaobei\mel_folder/005663.npy +005664 examples\biaobei\mel_folder/005664.npy +005665 examples\biaobei\mel_folder/005665.npy +005666 examples\biaobei\mel_folder/005666.npy +005667 examples\biaobei\mel_folder/005667.npy +005668 examples\biaobei\mel_folder/005668.npy +005669 examples\biaobei\mel_folder/005669.npy +005670 examples\biaobei\mel_folder/005670.npy +005671 examples\biaobei\mel_folder/005671.npy +005672 examples\biaobei\mel_folder/005672.npy +005673 examples\biaobei\mel_folder/005673.npy +005674 examples\biaobei\mel_folder/005674.npy +005675 examples\biaobei\mel_folder/005675.npy +005676 examples\biaobei\mel_folder/005676.npy +005677 examples\biaobei\mel_folder/005677.npy +005678 examples\biaobei\mel_folder/005678.npy +005679 examples\biaobei\mel_folder/005679.npy +005680 examples\biaobei\mel_folder/005680.npy +005681 examples\biaobei\mel_folder/005681.npy +005682 examples\biaobei\mel_folder/005682.npy +005683 examples\biaobei\mel_folder/005683.npy +005684 examples\biaobei\mel_folder/005684.npy +005685 examples\biaobei\mel_folder/005685.npy +005686 examples\biaobei\mel_folder/005686.npy +005687 examples\biaobei\mel_folder/005687.npy +005688 examples\biaobei\mel_folder/005688.npy +005689 examples\biaobei\mel_folder/005689.npy +005690 examples\biaobei\mel_folder/005690.npy +005691 examples\biaobei\mel_folder/005691.npy +005692 examples\biaobei\mel_folder/005692.npy +005693 examples\biaobei\mel_folder/005693.npy +005694 examples\biaobei\mel_folder/005694.npy +005695 examples\biaobei\mel_folder/005695.npy +005696 examples\biaobei\mel_folder/005696.npy +005697 examples\biaobei\mel_folder/005697.npy +005698 examples\biaobei\mel_folder/005698.npy +005699 examples\biaobei\mel_folder/005699.npy +005700 examples\biaobei\mel_folder/005700.npy +005701 examples\biaobei\mel_folder/005701.npy +005702 examples\biaobei\mel_folder/005702.npy +005703 examples\biaobei\mel_folder/005703.npy +005704 examples\biaobei\mel_folder/005704.npy +005705 examples\biaobei\mel_folder/005705.npy +005706 examples\biaobei\mel_folder/005706.npy +005707 examples\biaobei\mel_folder/005707.npy +005708 examples\biaobei\mel_folder/005708.npy +005709 examples\biaobei\mel_folder/005709.npy +005710 examples\biaobei\mel_folder/005710.npy +005711 examples\biaobei\mel_folder/005711.npy +005712 examples\biaobei\mel_folder/005712.npy +005713 examples\biaobei\mel_folder/005713.npy +005714 examples\biaobei\mel_folder/005714.npy +005715 examples\biaobei\mel_folder/005715.npy +005716 examples\biaobei\mel_folder/005716.npy +005717 examples\biaobei\mel_folder/005717.npy +005718 examples\biaobei\mel_folder/005718.npy +005719 examples\biaobei\mel_folder/005719.npy +005720 examples\biaobei\mel_folder/005720.npy +005721 examples\biaobei\mel_folder/005721.npy +005722 examples\biaobei\mel_folder/005722.npy +005723 examples\biaobei\mel_folder/005723.npy +005724 examples\biaobei\mel_folder/005724.npy +005725 examples\biaobei\mel_folder/005725.npy +005726 examples\biaobei\mel_folder/005726.npy +005727 examples\biaobei\mel_folder/005727.npy +005728 examples\biaobei\mel_folder/005728.npy +005729 examples\biaobei\mel_folder/005729.npy +005730 examples\biaobei\mel_folder/005730.npy +005731 examples\biaobei\mel_folder/005731.npy +005732 examples\biaobei\mel_folder/005732.npy +005733 examples\biaobei\mel_folder/005733.npy +005734 examples\biaobei\mel_folder/005734.npy +005735 examples\biaobei\mel_folder/005735.npy +005736 examples\biaobei\mel_folder/005736.npy +005737 examples\biaobei\mel_folder/005737.npy +005738 examples\biaobei\mel_folder/005738.npy +005739 examples\biaobei\mel_folder/005739.npy +005740 examples\biaobei\mel_folder/005740.npy +005741 examples\biaobei\mel_folder/005741.npy +005742 examples\biaobei\mel_folder/005742.npy +005743 examples\biaobei\mel_folder/005743.npy +005744 examples\biaobei\mel_folder/005744.npy +005745 examples\biaobei\mel_folder/005745.npy +005746 examples\biaobei\mel_folder/005746.npy +005747 examples\biaobei\mel_folder/005747.npy +005748 examples\biaobei\mel_folder/005748.npy +005749 examples\biaobei\mel_folder/005749.npy +005750 examples\biaobei\mel_folder/005750.npy +005751 examples\biaobei\mel_folder/005751.npy +005752 examples\biaobei\mel_folder/005752.npy +005753 examples\biaobei\mel_folder/005753.npy +005754 examples\biaobei\mel_folder/005754.npy +005755 examples\biaobei\mel_folder/005755.npy +005756 examples\biaobei\mel_folder/005756.npy +005757 examples\biaobei\mel_folder/005757.npy +005758 examples\biaobei\mel_folder/005758.npy +005759 examples\biaobei\mel_folder/005759.npy +005760 examples\biaobei\mel_folder/005760.npy +005761 examples\biaobei\mel_folder/005761.npy +005762 examples\biaobei\mel_folder/005762.npy +005763 examples\biaobei\mel_folder/005763.npy +005764 examples\biaobei\mel_folder/005764.npy +005765 examples\biaobei\mel_folder/005765.npy +005766 examples\biaobei\mel_folder/005766.npy +005767 examples\biaobei\mel_folder/005767.npy +005768 examples\biaobei\mel_folder/005768.npy +005769 examples\biaobei\mel_folder/005769.npy +005770 examples\biaobei\mel_folder/005770.npy +005771 examples\biaobei\mel_folder/005771.npy +005772 examples\biaobei\mel_folder/005772.npy +005773 examples\biaobei\mel_folder/005773.npy +005774 examples\biaobei\mel_folder/005774.npy +005775 examples\biaobei\mel_folder/005775.npy +005776 examples\biaobei\mel_folder/005776.npy +005777 examples\biaobei\mel_folder/005777.npy +005778 examples\biaobei\mel_folder/005778.npy +005779 examples\biaobei\mel_folder/005779.npy +005780 examples\biaobei\mel_folder/005780.npy +005781 examples\biaobei\mel_folder/005781.npy +005782 examples\biaobei\mel_folder/005782.npy +005783 examples\biaobei\mel_folder/005783.npy +005784 examples\biaobei\mel_folder/005784.npy +005785 examples\biaobei\mel_folder/005785.npy +005786 examples\biaobei\mel_folder/005786.npy +005787 examples\biaobei\mel_folder/005787.npy +005788 examples\biaobei\mel_folder/005788.npy +005789 examples\biaobei\mel_folder/005789.npy +005790 examples\biaobei\mel_folder/005790.npy +005791 examples\biaobei\mel_folder/005791.npy +005792 examples\biaobei\mel_folder/005792.npy +005793 examples\biaobei\mel_folder/005793.npy +005794 examples\biaobei\mel_folder/005794.npy +005795 examples\biaobei\mel_folder/005795.npy +005796 examples\biaobei\mel_folder/005796.npy +005797 examples\biaobei\mel_folder/005797.npy +005798 examples\biaobei\mel_folder/005798.npy +005799 examples\biaobei\mel_folder/005799.npy +005800 examples\biaobei\mel_folder/005800.npy +005801 examples\biaobei\mel_folder/005801.npy +005802 examples\biaobei\mel_folder/005802.npy +005803 examples\biaobei\mel_folder/005803.npy +005804 examples\biaobei\mel_folder/005804.npy +005805 examples\biaobei\mel_folder/005805.npy +005806 examples\biaobei\mel_folder/005806.npy +005807 examples\biaobei\mel_folder/005807.npy +005808 examples\biaobei\mel_folder/005808.npy +005809 examples\biaobei\mel_folder/005809.npy +005810 examples\biaobei\mel_folder/005810.npy +005811 examples\biaobei\mel_folder/005811.npy +005812 examples\biaobei\mel_folder/005812.npy +005813 examples\biaobei\mel_folder/005813.npy +005814 examples\biaobei\mel_folder/005814.npy +005815 examples\biaobei\mel_folder/005815.npy +005816 examples\biaobei\mel_folder/005816.npy +005817 examples\biaobei\mel_folder/005817.npy +005818 examples\biaobei\mel_folder/005818.npy +005819 examples\biaobei\mel_folder/005819.npy +005820 examples\biaobei\mel_folder/005820.npy +005821 examples\biaobei\mel_folder/005821.npy +005822 examples\biaobei\mel_folder/005822.npy +005823 examples\biaobei\mel_folder/005823.npy +005824 examples\biaobei\mel_folder/005824.npy +005825 examples\biaobei\mel_folder/005825.npy +005826 examples\biaobei\mel_folder/005826.npy +005827 examples\biaobei\mel_folder/005827.npy +005828 examples\biaobei\mel_folder/005828.npy +005829 examples\biaobei\mel_folder/005829.npy +005830 examples\biaobei\mel_folder/005830.npy +005831 examples\biaobei\mel_folder/005831.npy +005832 examples\biaobei\mel_folder/005832.npy +005833 examples\biaobei\mel_folder/005833.npy +005834 examples\biaobei\mel_folder/005834.npy +005835 examples\biaobei\mel_folder/005835.npy +005836 examples\biaobei\mel_folder/005836.npy +005837 examples\biaobei\mel_folder/005837.npy +005838 examples\biaobei\mel_folder/005838.npy +005839 examples\biaobei\mel_folder/005839.npy +005840 examples\biaobei\mel_folder/005840.npy +005841 examples\biaobei\mel_folder/005841.npy +005842 examples\biaobei\mel_folder/005842.npy +005843 examples\biaobei\mel_folder/005843.npy +005844 examples\biaobei\mel_folder/005844.npy +005845 examples\biaobei\mel_folder/005845.npy +005846 examples\biaobei\mel_folder/005846.npy +005847 examples\biaobei\mel_folder/005847.npy +005848 examples\biaobei\mel_folder/005848.npy +005849 examples\biaobei\mel_folder/005849.npy +005850 examples\biaobei\mel_folder/005850.npy +005851 examples\biaobei\mel_folder/005851.npy +005852 examples\biaobei\mel_folder/005852.npy +005853 examples\biaobei\mel_folder/005853.npy +005854 examples\biaobei\mel_folder/005854.npy +005855 examples\biaobei\mel_folder/005855.npy +005856 examples\biaobei\mel_folder/005856.npy +005857 examples\biaobei\mel_folder/005857.npy +005858 examples\biaobei\mel_folder/005858.npy +005859 examples\biaobei\mel_folder/005859.npy +005860 examples\biaobei\mel_folder/005860.npy +005861 examples\biaobei\mel_folder/005861.npy +005862 examples\biaobei\mel_folder/005862.npy +005863 examples\biaobei\mel_folder/005863.npy +005864 examples\biaobei\mel_folder/005864.npy +005865 examples\biaobei\mel_folder/005865.npy +005866 examples\biaobei\mel_folder/005866.npy +005867 examples\biaobei\mel_folder/005867.npy +005868 examples\biaobei\mel_folder/005868.npy +005869 examples\biaobei\mel_folder/005869.npy +005870 examples\biaobei\mel_folder/005870.npy +005871 examples\biaobei\mel_folder/005871.npy +005872 examples\biaobei\mel_folder/005872.npy +005873 examples\biaobei\mel_folder/005873.npy +005874 examples\biaobei\mel_folder/005874.npy +005875 examples\biaobei\mel_folder/005875.npy +005876 examples\biaobei\mel_folder/005876.npy +005877 examples\biaobei\mel_folder/005877.npy +005878 examples\biaobei\mel_folder/005878.npy +005879 examples\biaobei\mel_folder/005879.npy +005880 examples\biaobei\mel_folder/005880.npy +005881 examples\biaobei\mel_folder/005881.npy +005882 examples\biaobei\mel_folder/005882.npy +005883 examples\biaobei\mel_folder/005883.npy +005884 examples\biaobei\mel_folder/005884.npy +005885 examples\biaobei\mel_folder/005885.npy +005886 examples\biaobei\mel_folder/005886.npy +005887 examples\biaobei\mel_folder/005887.npy +005888 examples\biaobei\mel_folder/005888.npy +005889 examples\biaobei\mel_folder/005889.npy +005890 examples\biaobei\mel_folder/005890.npy +005891 examples\biaobei\mel_folder/005891.npy +005892 examples\biaobei\mel_folder/005892.npy +005893 examples\biaobei\mel_folder/005893.npy +005894 examples\biaobei\mel_folder/005894.npy +005895 examples\biaobei\mel_folder/005895.npy +005896 examples\biaobei\mel_folder/005896.npy +005897 examples\biaobei\mel_folder/005897.npy +005898 examples\biaobei\mel_folder/005898.npy +005899 examples\biaobei\mel_folder/005899.npy +005900 examples\biaobei\mel_folder/005900.npy +005901 examples\biaobei\mel_folder/005901.npy +005902 examples\biaobei\mel_folder/005902.npy +005903 examples\biaobei\mel_folder/005903.npy +005904 examples\biaobei\mel_folder/005904.npy +005905 examples\biaobei\mel_folder/005905.npy +005906 examples\biaobei\mel_folder/005906.npy +005907 examples\biaobei\mel_folder/005907.npy +005908 examples\biaobei\mel_folder/005908.npy +005909 examples\biaobei\mel_folder/005909.npy +005910 examples\biaobei\mel_folder/005910.npy +005911 examples\biaobei\mel_folder/005911.npy +005912 examples\biaobei\mel_folder/005912.npy +005913 examples\biaobei\mel_folder/005913.npy +005914 examples\biaobei\mel_folder/005914.npy +005915 examples\biaobei\mel_folder/005915.npy +005916 examples\biaobei\mel_folder/005916.npy +005917 examples\biaobei\mel_folder/005917.npy +005918 examples\biaobei\mel_folder/005918.npy +005919 examples\biaobei\mel_folder/005919.npy +005920 examples\biaobei\mel_folder/005920.npy +005921 examples\biaobei\mel_folder/005921.npy +005922 examples\biaobei\mel_folder/005922.npy +005923 examples\biaobei\mel_folder/005923.npy +005924 examples\biaobei\mel_folder/005924.npy +005925 examples\biaobei\mel_folder/005925.npy +005926 examples\biaobei\mel_folder/005926.npy +005927 examples\biaobei\mel_folder/005927.npy +005928 examples\biaobei\mel_folder/005928.npy +005929 examples\biaobei\mel_folder/005929.npy +005930 examples\biaobei\mel_folder/005930.npy +005931 examples\biaobei\mel_folder/005931.npy +005932 examples\biaobei\mel_folder/005932.npy +005933 examples\biaobei\mel_folder/005933.npy +005934 examples\biaobei\mel_folder/005934.npy +005935 examples\biaobei\mel_folder/005935.npy +005936 examples\biaobei\mel_folder/005936.npy +005937 examples\biaobei\mel_folder/005937.npy +005938 examples\biaobei\mel_folder/005938.npy +005939 examples\biaobei\mel_folder/005939.npy +005940 examples\biaobei\mel_folder/005940.npy +005941 examples\biaobei\mel_folder/005941.npy +005942 examples\biaobei\mel_folder/005942.npy +005943 examples\biaobei\mel_folder/005943.npy +005944 examples\biaobei\mel_folder/005944.npy +005945 examples\biaobei\mel_folder/005945.npy +005946 examples\biaobei\mel_folder/005946.npy +005947 examples\biaobei\mel_folder/005947.npy +005948 examples\biaobei\mel_folder/005948.npy +005949 examples\biaobei\mel_folder/005949.npy +005950 examples\biaobei\mel_folder/005950.npy +005951 examples\biaobei\mel_folder/005951.npy +005952 examples\biaobei\mel_folder/005952.npy +005953 examples\biaobei\mel_folder/005953.npy +005954 examples\biaobei\mel_folder/005954.npy +005955 examples\biaobei\mel_folder/005955.npy +005956 examples\biaobei\mel_folder/005956.npy +005957 examples\biaobei\mel_folder/005957.npy +005958 examples\biaobei\mel_folder/005958.npy +005959 examples\biaobei\mel_folder/005959.npy +005960 examples\biaobei\mel_folder/005960.npy +005961 examples\biaobei\mel_folder/005961.npy +005962 examples\biaobei\mel_folder/005962.npy +005963 examples\biaobei\mel_folder/005963.npy +005964 examples\biaobei\mel_folder/005964.npy +005965 examples\biaobei\mel_folder/005965.npy +005966 examples\biaobei\mel_folder/005966.npy +005967 examples\biaobei\mel_folder/005967.npy +005968 examples\biaobei\mel_folder/005968.npy +005969 examples\biaobei\mel_folder/005969.npy +005970 examples\biaobei\mel_folder/005970.npy +005971 examples\biaobei\mel_folder/005971.npy +005972 examples\biaobei\mel_folder/005972.npy +005973 examples\biaobei\mel_folder/005973.npy +005974 examples\biaobei\mel_folder/005974.npy +005975 examples\biaobei\mel_folder/005975.npy +005976 examples\biaobei\mel_folder/005976.npy +005977 examples\biaobei\mel_folder/005977.npy +005978 examples\biaobei\mel_folder/005978.npy +005979 examples\biaobei\mel_folder/005979.npy +005980 examples\biaobei\mel_folder/005980.npy +005981 examples\biaobei\mel_folder/005981.npy +005982 examples\biaobei\mel_folder/005982.npy +005983 examples\biaobei\mel_folder/005983.npy +005984 examples\biaobei\mel_folder/005984.npy +005985 examples\biaobei\mel_folder/005985.npy +005986 examples\biaobei\mel_folder/005986.npy +005987 examples\biaobei\mel_folder/005987.npy +005988 examples\biaobei\mel_folder/005988.npy +005989 examples\biaobei\mel_folder/005989.npy +005990 examples\biaobei\mel_folder/005990.npy +005991 examples\biaobei\mel_folder/005991.npy +005992 examples\biaobei\mel_folder/005992.npy +005993 examples\biaobei\mel_folder/005993.npy +005994 examples\biaobei\mel_folder/005994.npy +005995 examples\biaobei\mel_folder/005995.npy +005996 examples\biaobei\mel_folder/005996.npy +005997 examples\biaobei\mel_folder/005997.npy +005998 examples\biaobei\mel_folder/005998.npy +005999 examples\biaobei\mel_folder/005999.npy +006000 examples\biaobei\mel_folder/006000.npy +006001 examples\biaobei\mel_folder/006001.npy +006002 examples\biaobei\mel_folder/006002.npy +006003 examples\biaobei\mel_folder/006003.npy +006004 examples\biaobei\mel_folder/006004.npy +006005 examples\biaobei\mel_folder/006005.npy +006006 examples\biaobei\mel_folder/006006.npy +006007 examples\biaobei\mel_folder/006007.npy +006008 examples\biaobei\mel_folder/006008.npy +006009 examples\biaobei\mel_folder/006009.npy +006010 examples\biaobei\mel_folder/006010.npy +006011 examples\biaobei\mel_folder/006011.npy +006012 examples\biaobei\mel_folder/006012.npy +006013 examples\biaobei\mel_folder/006013.npy +006014 examples\biaobei\mel_folder/006014.npy +006015 examples\biaobei\mel_folder/006015.npy +006016 examples\biaobei\mel_folder/006016.npy +006017 examples\biaobei\mel_folder/006017.npy +006018 examples\biaobei\mel_folder/006018.npy +006019 examples\biaobei\mel_folder/006019.npy +006020 examples\biaobei\mel_folder/006020.npy +006021 examples\biaobei\mel_folder/006021.npy +006022 examples\biaobei\mel_folder/006022.npy +006023 examples\biaobei\mel_folder/006023.npy +006024 examples\biaobei\mel_folder/006024.npy +006025 examples\biaobei\mel_folder/006025.npy +006026 examples\biaobei\mel_folder/006026.npy +006027 examples\biaobei\mel_folder/006027.npy +006028 examples\biaobei\mel_folder/006028.npy +006029 examples\biaobei\mel_folder/006029.npy +006030 examples\biaobei\mel_folder/006030.npy +006031 examples\biaobei\mel_folder/006031.npy +006032 examples\biaobei\mel_folder/006032.npy +006033 examples\biaobei\mel_folder/006033.npy +006034 examples\biaobei\mel_folder/006034.npy +006035 examples\biaobei\mel_folder/006035.npy +006036 examples\biaobei\mel_folder/006036.npy +006037 examples\biaobei\mel_folder/006037.npy +006038 examples\biaobei\mel_folder/006038.npy +006039 examples\biaobei\mel_folder/006039.npy +006040 examples\biaobei\mel_folder/006040.npy +006041 examples\biaobei\mel_folder/006041.npy +006042 examples\biaobei\mel_folder/006042.npy +006043 examples\biaobei\mel_folder/006043.npy +006044 examples\biaobei\mel_folder/006044.npy +006045 examples\biaobei\mel_folder/006045.npy +006046 examples\biaobei\mel_folder/006046.npy +006047 examples\biaobei\mel_folder/006047.npy +006048 examples\biaobei\mel_folder/006048.npy +006049 examples\biaobei\mel_folder/006049.npy +006050 examples\biaobei\mel_folder/006050.npy +006051 examples\biaobei\mel_folder/006051.npy +006052 examples\biaobei\mel_folder/006052.npy +006053 examples\biaobei\mel_folder/006053.npy +006054 examples\biaobei\mel_folder/006054.npy +006055 examples\biaobei\mel_folder/006055.npy +006056 examples\biaobei\mel_folder/006056.npy +006057 examples\biaobei\mel_folder/006057.npy +006058 examples\biaobei\mel_folder/006058.npy +006059 examples\biaobei\mel_folder/006059.npy +006060 examples\biaobei\mel_folder/006060.npy +006061 examples\biaobei\mel_folder/006061.npy +006062 examples\biaobei\mel_folder/006062.npy +006063 examples\biaobei\mel_folder/006063.npy +006064 examples\biaobei\mel_folder/006064.npy +006065 examples\biaobei\mel_folder/006065.npy +006066 examples\biaobei\mel_folder/006066.npy +006067 examples\biaobei\mel_folder/006067.npy +006068 examples\biaobei\mel_folder/006068.npy +006069 examples\biaobei\mel_folder/006069.npy +006070 examples\biaobei\mel_folder/006070.npy +006071 examples\biaobei\mel_folder/006071.npy +006072 examples\biaobei\mel_folder/006072.npy +006073 examples\biaobei\mel_folder/006073.npy +006074 examples\biaobei\mel_folder/006074.npy +006075 examples\biaobei\mel_folder/006075.npy +006076 examples\biaobei\mel_folder/006076.npy +006077 examples\biaobei\mel_folder/006077.npy +006078 examples\biaobei\mel_folder/006078.npy +006079 examples\biaobei\mel_folder/006079.npy +006080 examples\biaobei\mel_folder/006080.npy +006081 examples\biaobei\mel_folder/006081.npy +006082 examples\biaobei\mel_folder/006082.npy +006083 examples\biaobei\mel_folder/006083.npy +006084 examples\biaobei\mel_folder/006084.npy +006085 examples\biaobei\mel_folder/006085.npy +006086 examples\biaobei\mel_folder/006086.npy +006087 examples\biaobei\mel_folder/006087.npy +006088 examples\biaobei\mel_folder/006088.npy +006089 examples\biaobei\mel_folder/006089.npy +006090 examples\biaobei\mel_folder/006090.npy +006091 examples\biaobei\mel_folder/006091.npy +006092 examples\biaobei\mel_folder/006092.npy +006093 examples\biaobei\mel_folder/006093.npy +006094 examples\biaobei\mel_folder/006094.npy +006095 examples\biaobei\mel_folder/006095.npy +006096 examples\biaobei\mel_folder/006096.npy +006097 examples\biaobei\mel_folder/006097.npy +006098 examples\biaobei\mel_folder/006098.npy +006099 examples\biaobei\mel_folder/006099.npy +006100 examples\biaobei\mel_folder/006100.npy +006101 examples\biaobei\mel_folder/006101.npy +006102 examples\biaobei\mel_folder/006102.npy +006103 examples\biaobei\mel_folder/006103.npy +006104 examples\biaobei\mel_folder/006104.npy +006105 examples\biaobei\mel_folder/006105.npy +006106 examples\biaobei\mel_folder/006106.npy +006107 examples\biaobei\mel_folder/006107.npy +006108 examples\biaobei\mel_folder/006108.npy +006109 examples\biaobei\mel_folder/006109.npy +006110 examples\biaobei\mel_folder/006110.npy +006111 examples\biaobei\mel_folder/006111.npy +006112 examples\biaobei\mel_folder/006112.npy +006113 examples\biaobei\mel_folder/006113.npy +006114 examples\biaobei\mel_folder/006114.npy +006115 examples\biaobei\mel_folder/006115.npy +006116 examples\biaobei\mel_folder/006116.npy +006117 examples\biaobei\mel_folder/006117.npy +006118 examples\biaobei\mel_folder/006118.npy +006119 examples\biaobei\mel_folder/006119.npy +006120 examples\biaobei\mel_folder/006120.npy +006121 examples\biaobei\mel_folder/006121.npy +006122 examples\biaobei\mel_folder/006122.npy +006123 examples\biaobei\mel_folder/006123.npy +006124 examples\biaobei\mel_folder/006124.npy +006125 examples\biaobei\mel_folder/006125.npy +006126 examples\biaobei\mel_folder/006126.npy +006127 examples\biaobei\mel_folder/006127.npy +006128 examples\biaobei\mel_folder/006128.npy +006129 examples\biaobei\mel_folder/006129.npy +006130 examples\biaobei\mel_folder/006130.npy +006131 examples\biaobei\mel_folder/006131.npy +006132 examples\biaobei\mel_folder/006132.npy +006133 examples\biaobei\mel_folder/006133.npy +006134 examples\biaobei\mel_folder/006134.npy +006135 examples\biaobei\mel_folder/006135.npy +006136 examples\biaobei\mel_folder/006136.npy +006137 examples\biaobei\mel_folder/006137.npy +006138 examples\biaobei\mel_folder/006138.npy +006139 examples\biaobei\mel_folder/006139.npy +006140 examples\biaobei\mel_folder/006140.npy +006141 examples\biaobei\mel_folder/006141.npy +006142 examples\biaobei\mel_folder/006142.npy +006143 examples\biaobei\mel_folder/006143.npy +006144 examples\biaobei\mel_folder/006144.npy +006145 examples\biaobei\mel_folder/006145.npy +006146 examples\biaobei\mel_folder/006146.npy +006147 examples\biaobei\mel_folder/006147.npy +006148 examples\biaobei\mel_folder/006148.npy +006149 examples\biaobei\mel_folder/006149.npy +006150 examples\biaobei\mel_folder/006150.npy +006151 examples\biaobei\mel_folder/006151.npy +006152 examples\biaobei\mel_folder/006152.npy +006153 examples\biaobei\mel_folder/006153.npy +006154 examples\biaobei\mel_folder/006154.npy +006155 examples\biaobei\mel_folder/006155.npy +006156 examples\biaobei\mel_folder/006156.npy +006157 examples\biaobei\mel_folder/006157.npy +006158 examples\biaobei\mel_folder/006158.npy +006159 examples\biaobei\mel_folder/006159.npy +006160 examples\biaobei\mel_folder/006160.npy +006161 examples\biaobei\mel_folder/006161.npy +006162 examples\biaobei\mel_folder/006162.npy +006163 examples\biaobei\mel_folder/006163.npy +006164 examples\biaobei\mel_folder/006164.npy +006165 examples\biaobei\mel_folder/006165.npy +006166 examples\biaobei\mel_folder/006166.npy +006167 examples\biaobei\mel_folder/006167.npy +006168 examples\biaobei\mel_folder/006168.npy +006169 examples\biaobei\mel_folder/006169.npy +006170 examples\biaobei\mel_folder/006170.npy +006171 examples\biaobei\mel_folder/006171.npy +006172 examples\biaobei\mel_folder/006172.npy +006173 examples\biaobei\mel_folder/006173.npy +006174 examples\biaobei\mel_folder/006174.npy +006175 examples\biaobei\mel_folder/006175.npy +006176 examples\biaobei\mel_folder/006176.npy +006177 examples\biaobei\mel_folder/006177.npy +006178 examples\biaobei\mel_folder/006178.npy +006179 examples\biaobei\mel_folder/006179.npy +006180 examples\biaobei\mel_folder/006180.npy +006181 examples\biaobei\mel_folder/006181.npy +006182 examples\biaobei\mel_folder/006182.npy +006183 examples\biaobei\mel_folder/006183.npy +006184 examples\biaobei\mel_folder/006184.npy +006185 examples\biaobei\mel_folder/006185.npy +006186 examples\biaobei\mel_folder/006186.npy +006187 examples\biaobei\mel_folder/006187.npy +006188 examples\biaobei\mel_folder/006188.npy +006189 examples\biaobei\mel_folder/006189.npy +006190 examples\biaobei\mel_folder/006190.npy +006191 examples\biaobei\mel_folder/006191.npy +006192 examples\biaobei\mel_folder/006192.npy +006193 examples\biaobei\mel_folder/006193.npy +006194 examples\biaobei\mel_folder/006194.npy +006195 examples\biaobei\mel_folder/006195.npy +006196 examples\biaobei\mel_folder/006196.npy +006197 examples\biaobei\mel_folder/006197.npy +006198 examples\biaobei\mel_folder/006198.npy +006199 examples\biaobei\mel_folder/006199.npy +006200 examples\biaobei\mel_folder/006200.npy +006201 examples\biaobei\mel_folder/006201.npy +006202 examples\biaobei\mel_folder/006202.npy +006203 examples\biaobei\mel_folder/006203.npy +006204 examples\biaobei\mel_folder/006204.npy +006205 examples\biaobei\mel_folder/006205.npy +006206 examples\biaobei\mel_folder/006206.npy +006207 examples\biaobei\mel_folder/006207.npy +006208 examples\biaobei\mel_folder/006208.npy +006209 examples\biaobei\mel_folder/006209.npy +006210 examples\biaobei\mel_folder/006210.npy +006211 examples\biaobei\mel_folder/006211.npy +006212 examples\biaobei\mel_folder/006212.npy +006213 examples\biaobei\mel_folder/006213.npy +006214 examples\biaobei\mel_folder/006214.npy +006215 examples\biaobei\mel_folder/006215.npy +006216 examples\biaobei\mel_folder/006216.npy +006217 examples\biaobei\mel_folder/006217.npy +006218 examples\biaobei\mel_folder/006218.npy +006219 examples\biaobei\mel_folder/006219.npy +006220 examples\biaobei\mel_folder/006220.npy +006221 examples\biaobei\mel_folder/006221.npy +006222 examples\biaobei\mel_folder/006222.npy +006223 examples\biaobei\mel_folder/006223.npy +006224 examples\biaobei\mel_folder/006224.npy +006225 examples\biaobei\mel_folder/006225.npy +006226 examples\biaobei\mel_folder/006226.npy +006227 examples\biaobei\mel_folder/006227.npy +006228 examples\biaobei\mel_folder/006228.npy +006229 examples\biaobei\mel_folder/006229.npy +006230 examples\biaobei\mel_folder/006230.npy +006231 examples\biaobei\mel_folder/006231.npy +006232 examples\biaobei\mel_folder/006232.npy +006233 examples\biaobei\mel_folder/006233.npy +006234 examples\biaobei\mel_folder/006234.npy +006235 examples\biaobei\mel_folder/006235.npy +006236 examples\biaobei\mel_folder/006236.npy +006237 examples\biaobei\mel_folder/006237.npy +006238 examples\biaobei\mel_folder/006238.npy +006239 examples\biaobei\mel_folder/006239.npy +006240 examples\biaobei\mel_folder/006240.npy +006241 examples\biaobei\mel_folder/006241.npy +006242 examples\biaobei\mel_folder/006242.npy +006243 examples\biaobei\mel_folder/006243.npy +006244 examples\biaobei\mel_folder/006244.npy +006245 examples\biaobei\mel_folder/006245.npy +006246 examples\biaobei\mel_folder/006246.npy +006247 examples\biaobei\mel_folder/006247.npy +006248 examples\biaobei\mel_folder/006248.npy +006249 examples\biaobei\mel_folder/006249.npy +006250 examples\biaobei\mel_folder/006250.npy +006251 examples\biaobei\mel_folder/006251.npy +006252 examples\biaobei\mel_folder/006252.npy +006253 examples\biaobei\mel_folder/006253.npy +006254 examples\biaobei\mel_folder/006254.npy +006255 examples\biaobei\mel_folder/006255.npy +006256 examples\biaobei\mel_folder/006256.npy +006257 examples\biaobei\mel_folder/006257.npy +006258 examples\biaobei\mel_folder/006258.npy +006259 examples\biaobei\mel_folder/006259.npy +006260 examples\biaobei\mel_folder/006260.npy +006261 examples\biaobei\mel_folder/006261.npy +006262 examples\biaobei\mel_folder/006262.npy +006263 examples\biaobei\mel_folder/006263.npy +006264 examples\biaobei\mel_folder/006264.npy +006265 examples\biaobei\mel_folder/006265.npy +006266 examples\biaobei\mel_folder/006266.npy +006267 examples\biaobei\mel_folder/006267.npy +006268 examples\biaobei\mel_folder/006268.npy +006269 examples\biaobei\mel_folder/006269.npy +006270 examples\biaobei\mel_folder/006270.npy +006271 examples\biaobei\mel_folder/006271.npy +006272 examples\biaobei\mel_folder/006272.npy +006273 examples\biaobei\mel_folder/006273.npy +006274 examples\biaobei\mel_folder/006274.npy +006275 examples\biaobei\mel_folder/006275.npy +006276 examples\biaobei\mel_folder/006276.npy +006277 examples\biaobei\mel_folder/006277.npy +006278 examples\biaobei\mel_folder/006278.npy +006279 examples\biaobei\mel_folder/006279.npy +006280 examples\biaobei\mel_folder/006280.npy +006281 examples\biaobei\mel_folder/006281.npy +006282 examples\biaobei\mel_folder/006282.npy +006283 examples\biaobei\mel_folder/006283.npy +006284 examples\biaobei\mel_folder/006284.npy +006285 examples\biaobei\mel_folder/006285.npy +006286 examples\biaobei\mel_folder/006286.npy +006287 examples\biaobei\mel_folder/006287.npy +006288 examples\biaobei\mel_folder/006288.npy +006289 examples\biaobei\mel_folder/006289.npy +006290 examples\biaobei\mel_folder/006290.npy +006291 examples\biaobei\mel_folder/006291.npy +006292 examples\biaobei\mel_folder/006292.npy +006293 examples\biaobei\mel_folder/006293.npy +006294 examples\biaobei\mel_folder/006294.npy +006295 examples\biaobei\mel_folder/006295.npy +006296 examples\biaobei\mel_folder/006296.npy +006297 examples\biaobei\mel_folder/006297.npy +006298 examples\biaobei\mel_folder/006298.npy +006299 examples\biaobei\mel_folder/006299.npy +006300 examples\biaobei\mel_folder/006300.npy +006301 examples\biaobei\mel_folder/006301.npy +006302 examples\biaobei\mel_folder/006302.npy +006303 examples\biaobei\mel_folder/006303.npy +006304 examples\biaobei\mel_folder/006304.npy +006305 examples\biaobei\mel_folder/006305.npy +006306 examples\biaobei\mel_folder/006306.npy +006307 examples\biaobei\mel_folder/006307.npy +006308 examples\biaobei\mel_folder/006308.npy +006309 examples\biaobei\mel_folder/006309.npy +006310 examples\biaobei\mel_folder/006310.npy +006311 examples\biaobei\mel_folder/006311.npy +006312 examples\biaobei\mel_folder/006312.npy +006313 examples\biaobei\mel_folder/006313.npy +006314 examples\biaobei\mel_folder/006314.npy +006315 examples\biaobei\mel_folder/006315.npy +006316 examples\biaobei\mel_folder/006316.npy +006317 examples\biaobei\mel_folder/006317.npy +006318 examples\biaobei\mel_folder/006318.npy +006319 examples\biaobei\mel_folder/006319.npy +006320 examples\biaobei\mel_folder/006320.npy +006321 examples\biaobei\mel_folder/006321.npy +006322 examples\biaobei\mel_folder/006322.npy +006323 examples\biaobei\mel_folder/006323.npy +006324 examples\biaobei\mel_folder/006324.npy +006325 examples\biaobei\mel_folder/006325.npy +006326 examples\biaobei\mel_folder/006326.npy +006327 examples\biaobei\mel_folder/006327.npy +006328 examples\biaobei\mel_folder/006328.npy +006329 examples\biaobei\mel_folder/006329.npy +006330 examples\biaobei\mel_folder/006330.npy +006331 examples\biaobei\mel_folder/006331.npy +006332 examples\biaobei\mel_folder/006332.npy +006333 examples\biaobei\mel_folder/006333.npy +006334 examples\biaobei\mel_folder/006334.npy +006335 examples\biaobei\mel_folder/006335.npy +006336 examples\biaobei\mel_folder/006336.npy +006337 examples\biaobei\mel_folder/006337.npy +006338 examples\biaobei\mel_folder/006338.npy +006339 examples\biaobei\mel_folder/006339.npy +006340 examples\biaobei\mel_folder/006340.npy +006341 examples\biaobei\mel_folder/006341.npy +006342 examples\biaobei\mel_folder/006342.npy +006343 examples\biaobei\mel_folder/006343.npy +006344 examples\biaobei\mel_folder/006344.npy +006345 examples\biaobei\mel_folder/006345.npy +006346 examples\biaobei\mel_folder/006346.npy +006347 examples\biaobei\mel_folder/006347.npy +006348 examples\biaobei\mel_folder/006348.npy +006349 examples\biaobei\mel_folder/006349.npy +006350 examples\biaobei\mel_folder/006350.npy +006351 examples\biaobei\mel_folder/006351.npy +006352 examples\biaobei\mel_folder/006352.npy +006353 examples\biaobei\mel_folder/006353.npy +006354 examples\biaobei\mel_folder/006354.npy +006355 examples\biaobei\mel_folder/006355.npy +006356 examples\biaobei\mel_folder/006356.npy +006357 examples\biaobei\mel_folder/006357.npy +006358 examples\biaobei\mel_folder/006358.npy +006359 examples\biaobei\mel_folder/006359.npy +006360 examples\biaobei\mel_folder/006360.npy +006361 examples\biaobei\mel_folder/006361.npy +006362 examples\biaobei\mel_folder/006362.npy +006363 examples\biaobei\mel_folder/006363.npy +006364 examples\biaobei\mel_folder/006364.npy +006365 examples\biaobei\mel_folder/006365.npy +006366 examples\biaobei\mel_folder/006366.npy +006367 examples\biaobei\mel_folder/006367.npy +006368 examples\biaobei\mel_folder/006368.npy +006369 examples\biaobei\mel_folder/006369.npy +006370 examples\biaobei\mel_folder/006370.npy +006371 examples\biaobei\mel_folder/006371.npy +006372 examples\biaobei\mel_folder/006372.npy +006373 examples\biaobei\mel_folder/006373.npy +006374 examples\biaobei\mel_folder/006374.npy +006375 examples\biaobei\mel_folder/006375.npy +006376 examples\biaobei\mel_folder/006376.npy +006377 examples\biaobei\mel_folder/006377.npy +006378 examples\biaobei\mel_folder/006378.npy +006379 examples\biaobei\mel_folder/006379.npy +006380 examples\biaobei\mel_folder/006380.npy +006381 examples\biaobei\mel_folder/006381.npy +006382 examples\biaobei\mel_folder/006382.npy +006383 examples\biaobei\mel_folder/006383.npy +006384 examples\biaobei\mel_folder/006384.npy +006385 examples\biaobei\mel_folder/006385.npy +006386 examples\biaobei\mel_folder/006386.npy +006387 examples\biaobei\mel_folder/006387.npy +006388 examples\biaobei\mel_folder/006388.npy +006389 examples\biaobei\mel_folder/006389.npy +006390 examples\biaobei\mel_folder/006390.npy +006391 examples\biaobei\mel_folder/006391.npy +006392 examples\biaobei\mel_folder/006392.npy +006393 examples\biaobei\mel_folder/006393.npy +006394 examples\biaobei\mel_folder/006394.npy +006395 examples\biaobei\mel_folder/006395.npy +006396 examples\biaobei\mel_folder/006396.npy +006397 examples\biaobei\mel_folder/006397.npy +006398 examples\biaobei\mel_folder/006398.npy +006399 examples\biaobei\mel_folder/006399.npy +006400 examples\biaobei\mel_folder/006400.npy +006401 examples\biaobei\mel_folder/006401.npy +006402 examples\biaobei\mel_folder/006402.npy +006403 examples\biaobei\mel_folder/006403.npy +006404 examples\biaobei\mel_folder/006404.npy +006405 examples\biaobei\mel_folder/006405.npy +006406 examples\biaobei\mel_folder/006406.npy +006407 examples\biaobei\mel_folder/006407.npy +006408 examples\biaobei\mel_folder/006408.npy +006409 examples\biaobei\mel_folder/006409.npy +006410 examples\biaobei\mel_folder/006410.npy +006411 examples\biaobei\mel_folder/006411.npy +006412 examples\biaobei\mel_folder/006412.npy +006413 examples\biaobei\mel_folder/006413.npy +006414 examples\biaobei\mel_folder/006414.npy +006415 examples\biaobei\mel_folder/006415.npy +006416 examples\biaobei\mel_folder/006416.npy +006417 examples\biaobei\mel_folder/006417.npy +006418 examples\biaobei\mel_folder/006418.npy +006419 examples\biaobei\mel_folder/006419.npy +006420 examples\biaobei\mel_folder/006420.npy +006421 examples\biaobei\mel_folder/006421.npy +006422 examples\biaobei\mel_folder/006422.npy +006423 examples\biaobei\mel_folder/006423.npy +006424 examples\biaobei\mel_folder/006424.npy +006425 examples\biaobei\mel_folder/006425.npy +006426 examples\biaobei\mel_folder/006426.npy +006427 examples\biaobei\mel_folder/006427.npy +006428 examples\biaobei\mel_folder/006428.npy +006429 examples\biaobei\mel_folder/006429.npy +006430 examples\biaobei\mel_folder/006430.npy +006431 examples\biaobei\mel_folder/006431.npy +006432 examples\biaobei\mel_folder/006432.npy +006433 examples\biaobei\mel_folder/006433.npy +006434 examples\biaobei\mel_folder/006434.npy +006435 examples\biaobei\mel_folder/006435.npy +006436 examples\biaobei\mel_folder/006436.npy +006437 examples\biaobei\mel_folder/006437.npy +006438 examples\biaobei\mel_folder/006438.npy +006439 examples\biaobei\mel_folder/006439.npy +006440 examples\biaobei\mel_folder/006440.npy +006441 examples\biaobei\mel_folder/006441.npy +006442 examples\biaobei\mel_folder/006442.npy +006443 examples\biaobei\mel_folder/006443.npy +006444 examples\biaobei\mel_folder/006444.npy +006445 examples\biaobei\mel_folder/006445.npy +006446 examples\biaobei\mel_folder/006446.npy +006447 examples\biaobei\mel_folder/006447.npy +006448 examples\biaobei\mel_folder/006448.npy +006449 examples\biaobei\mel_folder/006449.npy +006450 examples\biaobei\mel_folder/006450.npy +006451 examples\biaobei\mel_folder/006451.npy +006452 examples\biaobei\mel_folder/006452.npy +006453 examples\biaobei\mel_folder/006453.npy +006454 examples\biaobei\mel_folder/006454.npy +006455 examples\biaobei\mel_folder/006455.npy +006456 examples\biaobei\mel_folder/006456.npy +006457 examples\biaobei\mel_folder/006457.npy +006458 examples\biaobei\mel_folder/006458.npy +006459 examples\biaobei\mel_folder/006459.npy +006460 examples\biaobei\mel_folder/006460.npy +006461 examples\biaobei\mel_folder/006461.npy +006462 examples\biaobei\mel_folder/006462.npy +006463 examples\biaobei\mel_folder/006463.npy +006464 examples\biaobei\mel_folder/006464.npy +006465 examples\biaobei\mel_folder/006465.npy +006466 examples\biaobei\mel_folder/006466.npy +006467 examples\biaobei\mel_folder/006467.npy +006468 examples\biaobei\mel_folder/006468.npy +006469 examples\biaobei\mel_folder/006469.npy +006470 examples\biaobei\mel_folder/006470.npy +006471 examples\biaobei\mel_folder/006471.npy +006472 examples\biaobei\mel_folder/006472.npy +006473 examples\biaobei\mel_folder/006473.npy +006474 examples\biaobei\mel_folder/006474.npy +006475 examples\biaobei\mel_folder/006475.npy +006476 examples\biaobei\mel_folder/006476.npy +006477 examples\biaobei\mel_folder/006477.npy +006478 examples\biaobei\mel_folder/006478.npy +006479 examples\biaobei\mel_folder/006479.npy +006480 examples\biaobei\mel_folder/006480.npy +006481 examples\biaobei\mel_folder/006481.npy +006482 examples\biaobei\mel_folder/006482.npy +006483 examples\biaobei\mel_folder/006483.npy +006484 examples\biaobei\mel_folder/006484.npy +006485 examples\biaobei\mel_folder/006485.npy +006486 examples\biaobei\mel_folder/006486.npy +006487 examples\biaobei\mel_folder/006487.npy +006488 examples\biaobei\mel_folder/006488.npy +006489 examples\biaobei\mel_folder/006489.npy +006490 examples\biaobei\mel_folder/006490.npy +006491 examples\biaobei\mel_folder/006491.npy +006492 examples\biaobei\mel_folder/006492.npy +006493 examples\biaobei\mel_folder/006493.npy +006494 examples\biaobei\mel_folder/006494.npy +006495 examples\biaobei\mel_folder/006495.npy +006496 examples\biaobei\mel_folder/006496.npy +006497 examples\biaobei\mel_folder/006497.npy +006498 examples\biaobei\mel_folder/006498.npy +006499 examples\biaobei\mel_folder/006499.npy +006500 examples\biaobei\mel_folder/006500.npy +006501 examples\biaobei\mel_folder/006501.npy +006502 examples\biaobei\mel_folder/006502.npy +006503 examples\biaobei\mel_folder/006503.npy +006504 examples\biaobei\mel_folder/006504.npy +006505 examples\biaobei\mel_folder/006505.npy +006506 examples\biaobei\mel_folder/006506.npy +006507 examples\biaobei\mel_folder/006507.npy +006508 examples\biaobei\mel_folder/006508.npy +006509 examples\biaobei\mel_folder/006509.npy +006510 examples\biaobei\mel_folder/006510.npy +006511 examples\biaobei\mel_folder/006511.npy +006512 examples\biaobei\mel_folder/006512.npy +006513 examples\biaobei\mel_folder/006513.npy +006514 examples\biaobei\mel_folder/006514.npy +006515 examples\biaobei\mel_folder/006515.npy +006516 examples\biaobei\mel_folder/006516.npy +006517 examples\biaobei\mel_folder/006517.npy +006518 examples\biaobei\mel_folder/006518.npy +006519 examples\biaobei\mel_folder/006519.npy +006520 examples\biaobei\mel_folder/006520.npy +006521 examples\biaobei\mel_folder/006521.npy +006522 examples\biaobei\mel_folder/006522.npy +006523 examples\biaobei\mel_folder/006523.npy +006524 examples\biaobei\mel_folder/006524.npy +006525 examples\biaobei\mel_folder/006525.npy +006526 examples\biaobei\mel_folder/006526.npy +006527 examples\biaobei\mel_folder/006527.npy +006528 examples\biaobei\mel_folder/006528.npy +006529 examples\biaobei\mel_folder/006529.npy +006530 examples\biaobei\mel_folder/006530.npy +006531 examples\biaobei\mel_folder/006531.npy +006532 examples\biaobei\mel_folder/006532.npy +006533 examples\biaobei\mel_folder/006533.npy +006534 examples\biaobei\mel_folder/006534.npy +006535 examples\biaobei\mel_folder/006535.npy +006536 examples\biaobei\mel_folder/006536.npy +006537 examples\biaobei\mel_folder/006537.npy +006538 examples\biaobei\mel_folder/006538.npy +006539 examples\biaobei\mel_folder/006539.npy +006540 examples\biaobei\mel_folder/006540.npy +006541 examples\biaobei\mel_folder/006541.npy +006542 examples\biaobei\mel_folder/006542.npy +006543 examples\biaobei\mel_folder/006543.npy +006544 examples\biaobei\mel_folder/006544.npy +006545 examples\biaobei\mel_folder/006545.npy +006546 examples\biaobei\mel_folder/006546.npy +006547 examples\biaobei\mel_folder/006547.npy +006548 examples\biaobei\mel_folder/006548.npy +006549 examples\biaobei\mel_folder/006549.npy +006550 examples\biaobei\mel_folder/006550.npy +006551 examples\biaobei\mel_folder/006551.npy +006552 examples\biaobei\mel_folder/006552.npy +006553 examples\biaobei\mel_folder/006553.npy +006554 examples\biaobei\mel_folder/006554.npy +006555 examples\biaobei\mel_folder/006555.npy +006556 examples\biaobei\mel_folder/006556.npy +006557 examples\biaobei\mel_folder/006557.npy +006558 examples\biaobei\mel_folder/006558.npy +006559 examples\biaobei\mel_folder/006559.npy +006560 examples\biaobei\mel_folder/006560.npy +006561 examples\biaobei\mel_folder/006561.npy +006562 examples\biaobei\mel_folder/006562.npy +006563 examples\biaobei\mel_folder/006563.npy +006564 examples\biaobei\mel_folder/006564.npy +006565 examples\biaobei\mel_folder/006565.npy +006566 examples\biaobei\mel_folder/006566.npy +006567 examples\biaobei\mel_folder/006567.npy +006568 examples\biaobei\mel_folder/006568.npy +006569 examples\biaobei\mel_folder/006569.npy +006570 examples\biaobei\mel_folder/006570.npy +006571 examples\biaobei\mel_folder/006571.npy +006572 examples\biaobei\mel_folder/006572.npy +006573 examples\biaobei\mel_folder/006573.npy +006574 examples\biaobei\mel_folder/006574.npy +006575 examples\biaobei\mel_folder/006575.npy +006576 examples\biaobei\mel_folder/006576.npy +006577 examples\biaobei\mel_folder/006577.npy +006578 examples\biaobei\mel_folder/006578.npy +006579 examples\biaobei\mel_folder/006579.npy +006580 examples\biaobei\mel_folder/006580.npy +006581 examples\biaobei\mel_folder/006581.npy +006582 examples\biaobei\mel_folder/006582.npy +006583 examples\biaobei\mel_folder/006583.npy +006584 examples\biaobei\mel_folder/006584.npy +006585 examples\biaobei\mel_folder/006585.npy +006586 examples\biaobei\mel_folder/006586.npy +006587 examples\biaobei\mel_folder/006587.npy +006588 examples\biaobei\mel_folder/006588.npy +006589 examples\biaobei\mel_folder/006589.npy +006590 examples\biaobei\mel_folder/006590.npy +006591 examples\biaobei\mel_folder/006591.npy +006592 examples\biaobei\mel_folder/006592.npy +006593 examples\biaobei\mel_folder/006593.npy +006594 examples\biaobei\mel_folder/006594.npy +006595 examples\biaobei\mel_folder/006595.npy +006596 examples\biaobei\mel_folder/006596.npy +006597 examples\biaobei\mel_folder/006597.npy +006598 examples\biaobei\mel_folder/006598.npy +006599 examples\biaobei\mel_folder/006599.npy +006600 examples\biaobei\mel_folder/006600.npy +006601 examples\biaobei\mel_folder/006601.npy +006602 examples\biaobei\mel_folder/006602.npy +006603 examples\biaobei\mel_folder/006603.npy +006604 examples\biaobei\mel_folder/006604.npy +006605 examples\biaobei\mel_folder/006605.npy +006606 examples\biaobei\mel_folder/006606.npy +006607 examples\biaobei\mel_folder/006607.npy +006608 examples\biaobei\mel_folder/006608.npy +006609 examples\biaobei\mel_folder/006609.npy +006610 examples\biaobei\mel_folder/006610.npy +006611 examples\biaobei\mel_folder/006611.npy +006612 examples\biaobei\mel_folder/006612.npy +006613 examples\biaobei\mel_folder/006613.npy +006614 examples\biaobei\mel_folder/006614.npy +006615 examples\biaobei\mel_folder/006615.npy +006616 examples\biaobei\mel_folder/006616.npy +006617 examples\biaobei\mel_folder/006617.npy +006618 examples\biaobei\mel_folder/006618.npy +006619 examples\biaobei\mel_folder/006619.npy +006620 examples\biaobei\mel_folder/006620.npy +006621 examples\biaobei\mel_folder/006621.npy +006622 examples\biaobei\mel_folder/006622.npy +006623 examples\biaobei\mel_folder/006623.npy +006624 examples\biaobei\mel_folder/006624.npy +006625 examples\biaobei\mel_folder/006625.npy +006626 examples\biaobei\mel_folder/006626.npy +006627 examples\biaobei\mel_folder/006627.npy +006628 examples\biaobei\mel_folder/006628.npy +006629 examples\biaobei\mel_folder/006629.npy +006630 examples\biaobei\mel_folder/006630.npy +006631 examples\biaobei\mel_folder/006631.npy +006632 examples\biaobei\mel_folder/006632.npy +006633 examples\biaobei\mel_folder/006633.npy +006634 examples\biaobei\mel_folder/006634.npy +006635 examples\biaobei\mel_folder/006635.npy +006636 examples\biaobei\mel_folder/006636.npy +006637 examples\biaobei\mel_folder/006637.npy +006638 examples\biaobei\mel_folder/006638.npy +006639 examples\biaobei\mel_folder/006639.npy +006640 examples\biaobei\mel_folder/006640.npy +006641 examples\biaobei\mel_folder/006641.npy +006642 examples\biaobei\mel_folder/006642.npy +006643 examples\biaobei\mel_folder/006643.npy +006644 examples\biaobei\mel_folder/006644.npy +006645 examples\biaobei\mel_folder/006645.npy +006646 examples\biaobei\mel_folder/006646.npy +006647 examples\biaobei\mel_folder/006647.npy +006648 examples\biaobei\mel_folder/006648.npy +006649 examples\biaobei\mel_folder/006649.npy +006650 examples\biaobei\mel_folder/006650.npy +006651 examples\biaobei\mel_folder/006651.npy +006652 examples\biaobei\mel_folder/006652.npy +006653 examples\biaobei\mel_folder/006653.npy +006654 examples\biaobei\mel_folder/006654.npy +006655 examples\biaobei\mel_folder/006655.npy +006656 examples\biaobei\mel_folder/006656.npy +006657 examples\biaobei\mel_folder/006657.npy +006658 examples\biaobei\mel_folder/006658.npy +006659 examples\biaobei\mel_folder/006659.npy +006660 examples\biaobei\mel_folder/006660.npy +006661 examples\biaobei\mel_folder/006661.npy +006662 examples\biaobei\mel_folder/006662.npy +006663 examples\biaobei\mel_folder/006663.npy +006664 examples\biaobei\mel_folder/006664.npy +006665 examples\biaobei\mel_folder/006665.npy +006666 examples\biaobei\mel_folder/006666.npy +006667 examples\biaobei\mel_folder/006667.npy +006668 examples\biaobei\mel_folder/006668.npy +006669 examples\biaobei\mel_folder/006669.npy +006670 examples\biaobei\mel_folder/006670.npy +006671 examples\biaobei\mel_folder/006671.npy +006672 examples\biaobei\mel_folder/006672.npy +006673 examples\biaobei\mel_folder/006673.npy +006674 examples\biaobei\mel_folder/006674.npy +006675 examples\biaobei\mel_folder/006675.npy +006676 examples\biaobei\mel_folder/006676.npy +006677 examples\biaobei\mel_folder/006677.npy +006678 examples\biaobei\mel_folder/006678.npy +006679 examples\biaobei\mel_folder/006679.npy +006680 examples\biaobei\mel_folder/006680.npy +006681 examples\biaobei\mel_folder/006681.npy +006682 examples\biaobei\mel_folder/006682.npy +006683 examples\biaobei\mel_folder/006683.npy +006684 examples\biaobei\mel_folder/006684.npy +006685 examples\biaobei\mel_folder/006685.npy +006686 examples\biaobei\mel_folder/006686.npy +006687 examples\biaobei\mel_folder/006687.npy +006688 examples\biaobei\mel_folder/006688.npy +006689 examples\biaobei\mel_folder/006689.npy +006690 examples\biaobei\mel_folder/006690.npy +006691 examples\biaobei\mel_folder/006691.npy +006692 examples\biaobei\mel_folder/006692.npy +006693 examples\biaobei\mel_folder/006693.npy +006694 examples\biaobei\mel_folder/006694.npy +006695 examples\biaobei\mel_folder/006695.npy +006696 examples\biaobei\mel_folder/006696.npy +006697 examples\biaobei\mel_folder/006697.npy +006698 examples\biaobei\mel_folder/006698.npy +006699 examples\biaobei\mel_folder/006699.npy +006700 examples\biaobei\mel_folder/006700.npy +006701 examples\biaobei\mel_folder/006701.npy +006702 examples\biaobei\mel_folder/006702.npy +006703 examples\biaobei\mel_folder/006703.npy +006704 examples\biaobei\mel_folder/006704.npy +006705 examples\biaobei\mel_folder/006705.npy +006706 examples\biaobei\mel_folder/006706.npy +006707 examples\biaobei\mel_folder/006707.npy +006708 examples\biaobei\mel_folder/006708.npy +006709 examples\biaobei\mel_folder/006709.npy +006710 examples\biaobei\mel_folder/006710.npy +006711 examples\biaobei\mel_folder/006711.npy +006712 examples\biaobei\mel_folder/006712.npy +006713 examples\biaobei\mel_folder/006713.npy +006714 examples\biaobei\mel_folder/006714.npy +006715 examples\biaobei\mel_folder/006715.npy +006716 examples\biaobei\mel_folder/006716.npy +006717 examples\biaobei\mel_folder/006717.npy +006718 examples\biaobei\mel_folder/006718.npy +006719 examples\biaobei\mel_folder/006719.npy +006720 examples\biaobei\mel_folder/006720.npy +006721 examples\biaobei\mel_folder/006721.npy +006722 examples\biaobei\mel_folder/006722.npy +006723 examples\biaobei\mel_folder/006723.npy +006724 examples\biaobei\mel_folder/006724.npy +006725 examples\biaobei\mel_folder/006725.npy +006726 examples\biaobei\mel_folder/006726.npy +006727 examples\biaobei\mel_folder/006727.npy +006728 examples\biaobei\mel_folder/006728.npy +006729 examples\biaobei\mel_folder/006729.npy +006730 examples\biaobei\mel_folder/006730.npy +006731 examples\biaobei\mel_folder/006731.npy +006732 examples\biaobei\mel_folder/006732.npy +006733 examples\biaobei\mel_folder/006733.npy +006734 examples\biaobei\mel_folder/006734.npy +006735 examples\biaobei\mel_folder/006735.npy +006736 examples\biaobei\mel_folder/006736.npy +006737 examples\biaobei\mel_folder/006737.npy +006738 examples\biaobei\mel_folder/006738.npy +006739 examples\biaobei\mel_folder/006739.npy +006740 examples\biaobei\mel_folder/006740.npy +006741 examples\biaobei\mel_folder/006741.npy +006742 examples\biaobei\mel_folder/006742.npy +006743 examples\biaobei\mel_folder/006743.npy +006744 examples\biaobei\mel_folder/006744.npy +006745 examples\biaobei\mel_folder/006745.npy +006746 examples\biaobei\mel_folder/006746.npy +006747 examples\biaobei\mel_folder/006747.npy +006748 examples\biaobei\mel_folder/006748.npy +006749 examples\biaobei\mel_folder/006749.npy +006750 examples\biaobei\mel_folder/006750.npy +006751 examples\biaobei\mel_folder/006751.npy +006752 examples\biaobei\mel_folder/006752.npy +006753 examples\biaobei\mel_folder/006753.npy +006754 examples\biaobei\mel_folder/006754.npy +006755 examples\biaobei\mel_folder/006755.npy +006756 examples\biaobei\mel_folder/006756.npy +006757 examples\biaobei\mel_folder/006757.npy +006758 examples\biaobei\mel_folder/006758.npy +006759 examples\biaobei\mel_folder/006759.npy +006760 examples\biaobei\mel_folder/006760.npy +006761 examples\biaobei\mel_folder/006761.npy +006762 examples\biaobei\mel_folder/006762.npy +006763 examples\biaobei\mel_folder/006763.npy +006764 examples\biaobei\mel_folder/006764.npy +006765 examples\biaobei\mel_folder/006765.npy +006766 examples\biaobei\mel_folder/006766.npy +006767 examples\biaobei\mel_folder/006767.npy +006768 examples\biaobei\mel_folder/006768.npy +006769 examples\biaobei\mel_folder/006769.npy +006770 examples\biaobei\mel_folder/006770.npy +006771 examples\biaobei\mel_folder/006771.npy +006772 examples\biaobei\mel_folder/006772.npy +006773 examples\biaobei\mel_folder/006773.npy +006774 examples\biaobei\mel_folder/006774.npy +006775 examples\biaobei\mel_folder/006775.npy +006776 examples\biaobei\mel_folder/006776.npy +006777 examples\biaobei\mel_folder/006777.npy +006778 examples\biaobei\mel_folder/006778.npy +006779 examples\biaobei\mel_folder/006779.npy +006780 examples\biaobei\mel_folder/006780.npy +006781 examples\biaobei\mel_folder/006781.npy +006782 examples\biaobei\mel_folder/006782.npy +006783 examples\biaobei\mel_folder/006783.npy +006784 examples\biaobei\mel_folder/006784.npy +006785 examples\biaobei\mel_folder/006785.npy +006786 examples\biaobei\mel_folder/006786.npy +006787 examples\biaobei\mel_folder/006787.npy +006788 examples\biaobei\mel_folder/006788.npy +006789 examples\biaobei\mel_folder/006789.npy +006790 examples\biaobei\mel_folder/006790.npy +006791 examples\biaobei\mel_folder/006791.npy +006792 examples\biaobei\mel_folder/006792.npy +006793 examples\biaobei\mel_folder/006793.npy +006794 examples\biaobei\mel_folder/006794.npy +006795 examples\biaobei\mel_folder/006795.npy +006796 examples\biaobei\mel_folder/006796.npy +006797 examples\biaobei\mel_folder/006797.npy +006798 examples\biaobei\mel_folder/006798.npy +006799 examples\biaobei\mel_folder/006799.npy +006800 examples\biaobei\mel_folder/006800.npy +006801 examples\biaobei\mel_folder/006801.npy +006802 examples\biaobei\mel_folder/006802.npy +006803 examples\biaobei\mel_folder/006803.npy +006804 examples\biaobei\mel_folder/006804.npy +006805 examples\biaobei\mel_folder/006805.npy +006806 examples\biaobei\mel_folder/006806.npy +006807 examples\biaobei\mel_folder/006807.npy +006808 examples\biaobei\mel_folder/006808.npy +006809 examples\biaobei\mel_folder/006809.npy +006810 examples\biaobei\mel_folder/006810.npy +006811 examples\biaobei\mel_folder/006811.npy +006812 examples\biaobei\mel_folder/006812.npy +006813 examples\biaobei\mel_folder/006813.npy +006814 examples\biaobei\mel_folder/006814.npy +006815 examples\biaobei\mel_folder/006815.npy +006816 examples\biaobei\mel_folder/006816.npy +006817 examples\biaobei\mel_folder/006817.npy +006818 examples\biaobei\mel_folder/006818.npy +006819 examples\biaobei\mel_folder/006819.npy +006820 examples\biaobei\mel_folder/006820.npy +006821 examples\biaobei\mel_folder/006821.npy +006822 examples\biaobei\mel_folder/006822.npy +006823 examples\biaobei\mel_folder/006823.npy +006824 examples\biaobei\mel_folder/006824.npy +006825 examples\biaobei\mel_folder/006825.npy +006826 examples\biaobei\mel_folder/006826.npy +006827 examples\biaobei\mel_folder/006827.npy +006828 examples\biaobei\mel_folder/006828.npy +006829 examples\biaobei\mel_folder/006829.npy +006830 examples\biaobei\mel_folder/006830.npy +006831 examples\biaobei\mel_folder/006831.npy +006832 examples\biaobei\mel_folder/006832.npy +006833 examples\biaobei\mel_folder/006833.npy +006834 examples\biaobei\mel_folder/006834.npy +006835 examples\biaobei\mel_folder/006835.npy +006836 examples\biaobei\mel_folder/006836.npy +006837 examples\biaobei\mel_folder/006837.npy +006838 examples\biaobei\mel_folder/006838.npy +006839 examples\biaobei\mel_folder/006839.npy +006840 examples\biaobei\mel_folder/006840.npy +006841 examples\biaobei\mel_folder/006841.npy +006842 examples\biaobei\mel_folder/006842.npy +006843 examples\biaobei\mel_folder/006843.npy +006844 examples\biaobei\mel_folder/006844.npy +006845 examples\biaobei\mel_folder/006845.npy +006846 examples\biaobei\mel_folder/006846.npy +006847 examples\biaobei\mel_folder/006847.npy +006848 examples\biaobei\mel_folder/006848.npy +006849 examples\biaobei\mel_folder/006849.npy +006850 examples\biaobei\mel_folder/006850.npy +006851 examples\biaobei\mel_folder/006851.npy +006852 examples\biaobei\mel_folder/006852.npy +006853 examples\biaobei\mel_folder/006853.npy +006854 examples\biaobei\mel_folder/006854.npy +006855 examples\biaobei\mel_folder/006855.npy +006856 examples\biaobei\mel_folder/006856.npy +006857 examples\biaobei\mel_folder/006857.npy +006858 examples\biaobei\mel_folder/006858.npy +006859 examples\biaobei\mel_folder/006859.npy +006860 examples\biaobei\mel_folder/006860.npy +006861 examples\biaobei\mel_folder/006861.npy +006862 examples\biaobei\mel_folder/006862.npy +006863 examples\biaobei\mel_folder/006863.npy +006864 examples\biaobei\mel_folder/006864.npy +006865 examples\biaobei\mel_folder/006865.npy +006866 examples\biaobei\mel_folder/006866.npy +006867 examples\biaobei\mel_folder/006867.npy +006868 examples\biaobei\mel_folder/006868.npy +006869 examples\biaobei\mel_folder/006869.npy +006870 examples\biaobei\mel_folder/006870.npy +006871 examples\biaobei\mel_folder/006871.npy +006872 examples\biaobei\mel_folder/006872.npy +006873 examples\biaobei\mel_folder/006873.npy +006874 examples\biaobei\mel_folder/006874.npy +006875 examples\biaobei\mel_folder/006875.npy +006876 examples\biaobei\mel_folder/006876.npy +006877 examples\biaobei\mel_folder/006877.npy +006878 examples\biaobei\mel_folder/006878.npy +006879 examples\biaobei\mel_folder/006879.npy +006880 examples\biaobei\mel_folder/006880.npy +006881 examples\biaobei\mel_folder/006881.npy +006882 examples\biaobei\mel_folder/006882.npy +006883 examples\biaobei\mel_folder/006883.npy +006884 examples\biaobei\mel_folder/006884.npy +006885 examples\biaobei\mel_folder/006885.npy +006886 examples\biaobei\mel_folder/006886.npy +006887 examples\biaobei\mel_folder/006887.npy +006888 examples\biaobei\mel_folder/006888.npy +006889 examples\biaobei\mel_folder/006889.npy +006890 examples\biaobei\mel_folder/006890.npy +006891 examples\biaobei\mel_folder/006891.npy +006892 examples\biaobei\mel_folder/006892.npy +006893 examples\biaobei\mel_folder/006893.npy +006894 examples\biaobei\mel_folder/006894.npy +006895 examples\biaobei\mel_folder/006895.npy +006896 examples\biaobei\mel_folder/006896.npy +006897 examples\biaobei\mel_folder/006897.npy +006898 examples\biaobei\mel_folder/006898.npy +006899 examples\biaobei\mel_folder/006899.npy +006900 examples\biaobei\mel_folder/006900.npy +006901 examples\biaobei\mel_folder/006901.npy +006902 examples\biaobei\mel_folder/006902.npy +006903 examples\biaobei\mel_folder/006903.npy +006904 examples\biaobei\mel_folder/006904.npy +006905 examples\biaobei\mel_folder/006905.npy +006906 examples\biaobei\mel_folder/006906.npy +006907 examples\biaobei\mel_folder/006907.npy +006908 examples\biaobei\mel_folder/006908.npy +006909 examples\biaobei\mel_folder/006909.npy +006910 examples\biaobei\mel_folder/006910.npy +006911 examples\biaobei\mel_folder/006911.npy +006912 examples\biaobei\mel_folder/006912.npy +006913 examples\biaobei\mel_folder/006913.npy +006914 examples\biaobei\mel_folder/006914.npy +006915 examples\biaobei\mel_folder/006915.npy +006916 examples\biaobei\mel_folder/006916.npy +006917 examples\biaobei\mel_folder/006917.npy +006918 examples\biaobei\mel_folder/006918.npy +006919 examples\biaobei\mel_folder/006919.npy +006920 examples\biaobei\mel_folder/006920.npy +006921 examples\biaobei\mel_folder/006921.npy +006922 examples\biaobei\mel_folder/006922.npy +006923 examples\biaobei\mel_folder/006923.npy +006924 examples\biaobei\mel_folder/006924.npy +006925 examples\biaobei\mel_folder/006925.npy +006926 examples\biaobei\mel_folder/006926.npy +006927 examples\biaobei\mel_folder/006927.npy +006928 examples\biaobei\mel_folder/006928.npy +006929 examples\biaobei\mel_folder/006929.npy +006930 examples\biaobei\mel_folder/006930.npy +006931 examples\biaobei\mel_folder/006931.npy +006932 examples\biaobei\mel_folder/006932.npy +006933 examples\biaobei\mel_folder/006933.npy +006934 examples\biaobei\mel_folder/006934.npy +006935 examples\biaobei\mel_folder/006935.npy +006936 examples\biaobei\mel_folder/006936.npy +006937 examples\biaobei\mel_folder/006937.npy +006938 examples\biaobei\mel_folder/006938.npy +006939 examples\biaobei\mel_folder/006939.npy +006940 examples\biaobei\mel_folder/006940.npy +006941 examples\biaobei\mel_folder/006941.npy +006942 examples\biaobei\mel_folder/006942.npy +006943 examples\biaobei\mel_folder/006943.npy +006944 examples\biaobei\mel_folder/006944.npy +006945 examples\biaobei\mel_folder/006945.npy +006946 examples\biaobei\mel_folder/006946.npy +006947 examples\biaobei\mel_folder/006947.npy +006948 examples\biaobei\mel_folder/006948.npy +006949 examples\biaobei\mel_folder/006949.npy +006950 examples\biaobei\mel_folder/006950.npy +006951 examples\biaobei\mel_folder/006951.npy +006952 examples\biaobei\mel_folder/006952.npy +006953 examples\biaobei\mel_folder/006953.npy +006954 examples\biaobei\mel_folder/006954.npy +006955 examples\biaobei\mel_folder/006955.npy +006956 examples\biaobei\mel_folder/006956.npy +006957 examples\biaobei\mel_folder/006957.npy +006958 examples\biaobei\mel_folder/006958.npy +006959 examples\biaobei\mel_folder/006959.npy +006960 examples\biaobei\mel_folder/006960.npy +006961 examples\biaobei\mel_folder/006961.npy +006962 examples\biaobei\mel_folder/006962.npy +006963 examples\biaobei\mel_folder/006963.npy +006964 examples\biaobei\mel_folder/006964.npy +006965 examples\biaobei\mel_folder/006965.npy +006966 examples\biaobei\mel_folder/006966.npy +006967 examples\biaobei\mel_folder/006967.npy +006968 examples\biaobei\mel_folder/006968.npy +006969 examples\biaobei\mel_folder/006969.npy +006970 examples\biaobei\mel_folder/006970.npy +006971 examples\biaobei\mel_folder/006971.npy +006972 examples\biaobei\mel_folder/006972.npy +006973 examples\biaobei\mel_folder/006973.npy +006974 examples\biaobei\mel_folder/006974.npy +006975 examples\biaobei\mel_folder/006975.npy +006976 examples\biaobei\mel_folder/006976.npy +006977 examples\biaobei\mel_folder/006977.npy +006978 examples\biaobei\mel_folder/006978.npy +006979 examples\biaobei\mel_folder/006979.npy +006980 examples\biaobei\mel_folder/006980.npy +006981 examples\biaobei\mel_folder/006981.npy +006982 examples\biaobei\mel_folder/006982.npy +006983 examples\biaobei\mel_folder/006983.npy +006984 examples\biaobei\mel_folder/006984.npy +006985 examples\biaobei\mel_folder/006985.npy +006986 examples\biaobei\mel_folder/006986.npy +006987 examples\biaobei\mel_folder/006987.npy +006988 examples\biaobei\mel_folder/006988.npy +006989 examples\biaobei\mel_folder/006989.npy +006990 examples\biaobei\mel_folder/006990.npy +006991 examples\biaobei\mel_folder/006991.npy +006992 examples\biaobei\mel_folder/006992.npy +006993 examples\biaobei\mel_folder/006993.npy +006994 examples\biaobei\mel_folder/006994.npy +006995 examples\biaobei\mel_folder/006995.npy +006996 examples\biaobei\mel_folder/006996.npy +006997 examples\biaobei\mel_folder/006997.npy +006998 examples\biaobei\mel_folder/006998.npy +006999 examples\biaobei\mel_folder/006999.npy +007000 examples\biaobei\mel_folder/007000.npy +007001 examples\biaobei\mel_folder/007001.npy +007002 examples\biaobei\mel_folder/007002.npy +007003 examples\biaobei\mel_folder/007003.npy +007004 examples\biaobei\mel_folder/007004.npy +007005 examples\biaobei\mel_folder/007005.npy +007006 examples\biaobei\mel_folder/007006.npy +007007 examples\biaobei\mel_folder/007007.npy +007008 examples\biaobei\mel_folder/007008.npy +007009 examples\biaobei\mel_folder/007009.npy +007010 examples\biaobei\mel_folder/007010.npy +007011 examples\biaobei\mel_folder/007011.npy +007012 examples\biaobei\mel_folder/007012.npy +007013 examples\biaobei\mel_folder/007013.npy +007014 examples\biaobei\mel_folder/007014.npy +007015 examples\biaobei\mel_folder/007015.npy +007016 examples\biaobei\mel_folder/007016.npy +007017 examples\biaobei\mel_folder/007017.npy +007018 examples\biaobei\mel_folder/007018.npy +007019 examples\biaobei\mel_folder/007019.npy +007020 examples\biaobei\mel_folder/007020.npy +007021 examples\biaobei\mel_folder/007021.npy +007022 examples\biaobei\mel_folder/007022.npy +007023 examples\biaobei\mel_folder/007023.npy +007024 examples\biaobei\mel_folder/007024.npy +007025 examples\biaobei\mel_folder/007025.npy +007026 examples\biaobei\mel_folder/007026.npy +007027 examples\biaobei\mel_folder/007027.npy +007028 examples\biaobei\mel_folder/007028.npy +007029 examples\biaobei\mel_folder/007029.npy +007030 examples\biaobei\mel_folder/007030.npy +007031 examples\biaobei\mel_folder/007031.npy +007032 examples\biaobei\mel_folder/007032.npy +007033 examples\biaobei\mel_folder/007033.npy +007034 examples\biaobei\mel_folder/007034.npy +007035 examples\biaobei\mel_folder/007035.npy +007036 examples\biaobei\mel_folder/007036.npy +007037 examples\biaobei\mel_folder/007037.npy +007038 examples\biaobei\mel_folder/007038.npy +007039 examples\biaobei\mel_folder/007039.npy +007040 examples\biaobei\mel_folder/007040.npy +007041 examples\biaobei\mel_folder/007041.npy +007042 examples\biaobei\mel_folder/007042.npy +007043 examples\biaobei\mel_folder/007043.npy +007044 examples\biaobei\mel_folder/007044.npy +007045 examples\biaobei\mel_folder/007045.npy +007046 examples\biaobei\mel_folder/007046.npy +007047 examples\biaobei\mel_folder/007047.npy +007048 examples\biaobei\mel_folder/007048.npy +007049 examples\biaobei\mel_folder/007049.npy +007050 examples\biaobei\mel_folder/007050.npy +007051 examples\biaobei\mel_folder/007051.npy +007052 examples\biaobei\mel_folder/007052.npy +007053 examples\biaobei\mel_folder/007053.npy +007054 examples\biaobei\mel_folder/007054.npy +007055 examples\biaobei\mel_folder/007055.npy +007056 examples\biaobei\mel_folder/007056.npy +007057 examples\biaobei\mel_folder/007057.npy +007058 examples\biaobei\mel_folder/007058.npy +007059 examples\biaobei\mel_folder/007059.npy +007060 examples\biaobei\mel_folder/007060.npy +007061 examples\biaobei\mel_folder/007061.npy +007062 examples\biaobei\mel_folder/007062.npy +007063 examples\biaobei\mel_folder/007063.npy +007064 examples\biaobei\mel_folder/007064.npy +007065 examples\biaobei\mel_folder/007065.npy +007066 examples\biaobei\mel_folder/007066.npy +007067 examples\biaobei\mel_folder/007067.npy +007068 examples\biaobei\mel_folder/007068.npy +007069 examples\biaobei\mel_folder/007069.npy +007070 examples\biaobei\mel_folder/007070.npy +007071 examples\biaobei\mel_folder/007071.npy +007072 examples\biaobei\mel_folder/007072.npy +007073 examples\biaobei\mel_folder/007073.npy +007074 examples\biaobei\mel_folder/007074.npy +007075 examples\biaobei\mel_folder/007075.npy +007076 examples\biaobei\mel_folder/007076.npy +007077 examples\biaobei\mel_folder/007077.npy +007078 examples\biaobei\mel_folder/007078.npy +007079 examples\biaobei\mel_folder/007079.npy +007080 examples\biaobei\mel_folder/007080.npy +007081 examples\biaobei\mel_folder/007081.npy +007082 examples\biaobei\mel_folder/007082.npy +007083 examples\biaobei\mel_folder/007083.npy +007084 examples\biaobei\mel_folder/007084.npy +007085 examples\biaobei\mel_folder/007085.npy +007086 examples\biaobei\mel_folder/007086.npy +007087 examples\biaobei\mel_folder/007087.npy +007088 examples\biaobei\mel_folder/007088.npy +007089 examples\biaobei\mel_folder/007089.npy +007090 examples\biaobei\mel_folder/007090.npy +007091 examples\biaobei\mel_folder/007091.npy +007092 examples\biaobei\mel_folder/007092.npy +007093 examples\biaobei\mel_folder/007093.npy +007094 examples\biaobei\mel_folder/007094.npy +007095 examples\biaobei\mel_folder/007095.npy +007096 examples\biaobei\mel_folder/007096.npy +007097 examples\biaobei\mel_folder/007097.npy +007098 examples\biaobei\mel_folder/007098.npy +007099 examples\biaobei\mel_folder/007099.npy +007100 examples\biaobei\mel_folder/007100.npy +007101 examples\biaobei\mel_folder/007101.npy +007102 examples\biaobei\mel_folder/007102.npy +007103 examples\biaobei\mel_folder/007103.npy +007104 examples\biaobei\mel_folder/007104.npy +007105 examples\biaobei\mel_folder/007105.npy +007106 examples\biaobei\mel_folder/007106.npy +007107 examples\biaobei\mel_folder/007107.npy +007108 examples\biaobei\mel_folder/007108.npy +007109 examples\biaobei\mel_folder/007109.npy +007110 examples\biaobei\mel_folder/007110.npy +007111 examples\biaobei\mel_folder/007111.npy +007112 examples\biaobei\mel_folder/007112.npy +007113 examples\biaobei\mel_folder/007113.npy +007114 examples\biaobei\mel_folder/007114.npy +007115 examples\biaobei\mel_folder/007115.npy +007116 examples\biaobei\mel_folder/007116.npy +007117 examples\biaobei\mel_folder/007117.npy +007118 examples\biaobei\mel_folder/007118.npy +007119 examples\biaobei\mel_folder/007119.npy +007120 examples\biaobei\mel_folder/007120.npy +007121 examples\biaobei\mel_folder/007121.npy +007122 examples\biaobei\mel_folder/007122.npy +007123 examples\biaobei\mel_folder/007123.npy +007124 examples\biaobei\mel_folder/007124.npy +007125 examples\biaobei\mel_folder/007125.npy +007126 examples\biaobei\mel_folder/007126.npy +007127 examples\biaobei\mel_folder/007127.npy +007128 examples\biaobei\mel_folder/007128.npy +007129 examples\biaobei\mel_folder/007129.npy +007130 examples\biaobei\mel_folder/007130.npy +007131 examples\biaobei\mel_folder/007131.npy +007132 examples\biaobei\mel_folder/007132.npy +007133 examples\biaobei\mel_folder/007133.npy +007134 examples\biaobei\mel_folder/007134.npy +007135 examples\biaobei\mel_folder/007135.npy +007136 examples\biaobei\mel_folder/007136.npy +007137 examples\biaobei\mel_folder/007137.npy +007138 examples\biaobei\mel_folder/007138.npy +007139 examples\biaobei\mel_folder/007139.npy +007140 examples\biaobei\mel_folder/007140.npy +007141 examples\biaobei\mel_folder/007141.npy +007142 examples\biaobei\mel_folder/007142.npy +007143 examples\biaobei\mel_folder/007143.npy +007144 examples\biaobei\mel_folder/007144.npy +007145 examples\biaobei\mel_folder/007145.npy +007146 examples\biaobei\mel_folder/007146.npy +007147 examples\biaobei\mel_folder/007147.npy +007148 examples\biaobei\mel_folder/007148.npy +007149 examples\biaobei\mel_folder/007149.npy +007150 examples\biaobei\mel_folder/007150.npy +007151 examples\biaobei\mel_folder/007151.npy +007152 examples\biaobei\mel_folder/007152.npy +007153 examples\biaobei\mel_folder/007153.npy +007154 examples\biaobei\mel_folder/007154.npy +007155 examples\biaobei\mel_folder/007155.npy +007156 examples\biaobei\mel_folder/007156.npy +007157 examples\biaobei\mel_folder/007157.npy +007158 examples\biaobei\mel_folder/007158.npy +007159 examples\biaobei\mel_folder/007159.npy +007160 examples\biaobei\mel_folder/007160.npy +007161 examples\biaobei\mel_folder/007161.npy +007162 examples\biaobei\mel_folder/007162.npy +007163 examples\biaobei\mel_folder/007163.npy +007164 examples\biaobei\mel_folder/007164.npy +007165 examples\biaobei\mel_folder/007165.npy +007166 examples\biaobei\mel_folder/007166.npy +007167 examples\biaobei\mel_folder/007167.npy +007168 examples\biaobei\mel_folder/007168.npy +007169 examples\biaobei\mel_folder/007169.npy +007170 examples\biaobei\mel_folder/007170.npy +007171 examples\biaobei\mel_folder/007171.npy +007172 examples\biaobei\mel_folder/007172.npy +007173 examples\biaobei\mel_folder/007173.npy +007174 examples\biaobei\mel_folder/007174.npy +007175 examples\biaobei\mel_folder/007175.npy +007176 examples\biaobei\mel_folder/007176.npy +007177 examples\biaobei\mel_folder/007177.npy +007178 examples\biaobei\mel_folder/007178.npy +007179 examples\biaobei\mel_folder/007179.npy +007180 examples\biaobei\mel_folder/007180.npy +007181 examples\biaobei\mel_folder/007181.npy +007182 examples\biaobei\mel_folder/007182.npy +007183 examples\biaobei\mel_folder/007183.npy +007184 examples\biaobei\mel_folder/007184.npy +007185 examples\biaobei\mel_folder/007185.npy +007186 examples\biaobei\mel_folder/007186.npy +007187 examples\biaobei\mel_folder/007187.npy +007188 examples\biaobei\mel_folder/007188.npy +007189 examples\biaobei\mel_folder/007189.npy +007190 examples\biaobei\mel_folder/007190.npy +007191 examples\biaobei\mel_folder/007191.npy +007192 examples\biaobei\mel_folder/007192.npy +007193 examples\biaobei\mel_folder/007193.npy +007194 examples\biaobei\mel_folder/007194.npy +007195 examples\biaobei\mel_folder/007195.npy +007196 examples\biaobei\mel_folder/007196.npy +007197 examples\biaobei\mel_folder/007197.npy +007198 examples\biaobei\mel_folder/007198.npy +007199 examples\biaobei\mel_folder/007199.npy +007200 examples\biaobei\mel_folder/007200.npy +007201 examples\biaobei\mel_folder/007201.npy +007202 examples\biaobei\mel_folder/007202.npy +007203 examples\biaobei\mel_folder/007203.npy +007204 examples\biaobei\mel_folder/007204.npy +007205 examples\biaobei\mel_folder/007205.npy +007206 examples\biaobei\mel_folder/007206.npy +007207 examples\biaobei\mel_folder/007207.npy +007208 examples\biaobei\mel_folder/007208.npy +007209 examples\biaobei\mel_folder/007209.npy +007210 examples\biaobei\mel_folder/007210.npy +007211 examples\biaobei\mel_folder/007211.npy +007212 examples\biaobei\mel_folder/007212.npy +007213 examples\biaobei\mel_folder/007213.npy +007214 examples\biaobei\mel_folder/007214.npy +007215 examples\biaobei\mel_folder/007215.npy +007216 examples\biaobei\mel_folder/007216.npy +007217 examples\biaobei\mel_folder/007217.npy +007218 examples\biaobei\mel_folder/007218.npy +007219 examples\biaobei\mel_folder/007219.npy +007220 examples\biaobei\mel_folder/007220.npy +007221 examples\biaobei\mel_folder/007221.npy +007222 examples\biaobei\mel_folder/007222.npy +007223 examples\biaobei\mel_folder/007223.npy +007224 examples\biaobei\mel_folder/007224.npy +007225 examples\biaobei\mel_folder/007225.npy +007226 examples\biaobei\mel_folder/007226.npy +007227 examples\biaobei\mel_folder/007227.npy +007228 examples\biaobei\mel_folder/007228.npy +007229 examples\biaobei\mel_folder/007229.npy +007230 examples\biaobei\mel_folder/007230.npy +007231 examples\biaobei\mel_folder/007231.npy +007232 examples\biaobei\mel_folder/007232.npy +007233 examples\biaobei\mel_folder/007233.npy +007234 examples\biaobei\mel_folder/007234.npy +007235 examples\biaobei\mel_folder/007235.npy +007236 examples\biaobei\mel_folder/007236.npy +007237 examples\biaobei\mel_folder/007237.npy +007238 examples\biaobei\mel_folder/007238.npy +007239 examples\biaobei\mel_folder/007239.npy +007240 examples\biaobei\mel_folder/007240.npy +007241 examples\biaobei\mel_folder/007241.npy +007242 examples\biaobei\mel_folder/007242.npy +007243 examples\biaobei\mel_folder/007243.npy +007244 examples\biaobei\mel_folder/007244.npy +007245 examples\biaobei\mel_folder/007245.npy +007246 examples\biaobei\mel_folder/007246.npy +007247 examples\biaobei\mel_folder/007247.npy +007248 examples\biaobei\mel_folder/007248.npy +007249 examples\biaobei\mel_folder/007249.npy +007250 examples\biaobei\mel_folder/007250.npy +007251 examples\biaobei\mel_folder/007251.npy +007252 examples\biaobei\mel_folder/007252.npy +007253 examples\biaobei\mel_folder/007253.npy +007254 examples\biaobei\mel_folder/007254.npy +007255 examples\biaobei\mel_folder/007255.npy +007256 examples\biaobei\mel_folder/007256.npy +007257 examples\biaobei\mel_folder/007257.npy +007258 examples\biaobei\mel_folder/007258.npy +007259 examples\biaobei\mel_folder/007259.npy +007260 examples\biaobei\mel_folder/007260.npy +007261 examples\biaobei\mel_folder/007261.npy +007262 examples\biaobei\mel_folder/007262.npy +007263 examples\biaobei\mel_folder/007263.npy +007264 examples\biaobei\mel_folder/007264.npy +007265 examples\biaobei\mel_folder/007265.npy +007266 examples\biaobei\mel_folder/007266.npy +007267 examples\biaobei\mel_folder/007267.npy +007268 examples\biaobei\mel_folder/007268.npy +007269 examples\biaobei\mel_folder/007269.npy +007270 examples\biaobei\mel_folder/007270.npy +007271 examples\biaobei\mel_folder/007271.npy +007272 examples\biaobei\mel_folder/007272.npy +007273 examples\biaobei\mel_folder/007273.npy +007274 examples\biaobei\mel_folder/007274.npy +007275 examples\biaobei\mel_folder/007275.npy +007276 examples\biaobei\mel_folder/007276.npy +007277 examples\biaobei\mel_folder/007277.npy +007278 examples\biaobei\mel_folder/007278.npy +007279 examples\biaobei\mel_folder/007279.npy +007280 examples\biaobei\mel_folder/007280.npy +007281 examples\biaobei\mel_folder/007281.npy +007282 examples\biaobei\mel_folder/007282.npy +007283 examples\biaobei\mel_folder/007283.npy +007284 examples\biaobei\mel_folder/007284.npy +007285 examples\biaobei\mel_folder/007285.npy +007286 examples\biaobei\mel_folder/007286.npy +007287 examples\biaobei\mel_folder/007287.npy +007288 examples\biaobei\mel_folder/007288.npy +007289 examples\biaobei\mel_folder/007289.npy +007290 examples\biaobei\mel_folder/007290.npy +007291 examples\biaobei\mel_folder/007291.npy +007292 examples\biaobei\mel_folder/007292.npy +007293 examples\biaobei\mel_folder/007293.npy +007294 examples\biaobei\mel_folder/007294.npy +007295 examples\biaobei\mel_folder/007295.npy +007296 examples\biaobei\mel_folder/007296.npy +007297 examples\biaobei\mel_folder/007297.npy +007298 examples\biaobei\mel_folder/007298.npy +007299 examples\biaobei\mel_folder/007299.npy +007300 examples\biaobei\mel_folder/007300.npy +007301 examples\biaobei\mel_folder/007301.npy +007302 examples\biaobei\mel_folder/007302.npy +007303 examples\biaobei\mel_folder/007303.npy +007304 examples\biaobei\mel_folder/007304.npy +007305 examples\biaobei\mel_folder/007305.npy +007306 examples\biaobei\mel_folder/007306.npy +007307 examples\biaobei\mel_folder/007307.npy +007308 examples\biaobei\mel_folder/007308.npy +007309 examples\biaobei\mel_folder/007309.npy +007310 examples\biaobei\mel_folder/007310.npy +007311 examples\biaobei\mel_folder/007311.npy +007312 examples\biaobei\mel_folder/007312.npy +007313 examples\biaobei\mel_folder/007313.npy +007314 examples\biaobei\mel_folder/007314.npy +007315 examples\biaobei\mel_folder/007315.npy +007316 examples\biaobei\mel_folder/007316.npy +007317 examples\biaobei\mel_folder/007317.npy +007318 examples\biaobei\mel_folder/007318.npy +007319 examples\biaobei\mel_folder/007319.npy +007320 examples\biaobei\mel_folder/007320.npy +007321 examples\biaobei\mel_folder/007321.npy +007322 examples\biaobei\mel_folder/007322.npy +007323 examples\biaobei\mel_folder/007323.npy +007324 examples\biaobei\mel_folder/007324.npy +007325 examples\biaobei\mel_folder/007325.npy +007326 examples\biaobei\mel_folder/007326.npy +007327 examples\biaobei\mel_folder/007327.npy +007328 examples\biaobei\mel_folder/007328.npy +007329 examples\biaobei\mel_folder/007329.npy +007330 examples\biaobei\mel_folder/007330.npy +007331 examples\biaobei\mel_folder/007331.npy +007332 examples\biaobei\mel_folder/007332.npy +007333 examples\biaobei\mel_folder/007333.npy +007334 examples\biaobei\mel_folder/007334.npy +007335 examples\biaobei\mel_folder/007335.npy +007336 examples\biaobei\mel_folder/007336.npy +007337 examples\biaobei\mel_folder/007337.npy +007338 examples\biaobei\mel_folder/007338.npy +007339 examples\biaobei\mel_folder/007339.npy +007340 examples\biaobei\mel_folder/007340.npy +007341 examples\biaobei\mel_folder/007341.npy +007342 examples\biaobei\mel_folder/007342.npy +007343 examples\biaobei\mel_folder/007343.npy +007344 examples\biaobei\mel_folder/007344.npy +007345 examples\biaobei\mel_folder/007345.npy +007346 examples\biaobei\mel_folder/007346.npy +007347 examples\biaobei\mel_folder/007347.npy +007348 examples\biaobei\mel_folder/007348.npy +007349 examples\biaobei\mel_folder/007349.npy +007350 examples\biaobei\mel_folder/007350.npy +007351 examples\biaobei\mel_folder/007351.npy +007352 examples\biaobei\mel_folder/007352.npy +007353 examples\biaobei\mel_folder/007353.npy +007354 examples\biaobei\mel_folder/007354.npy +007355 examples\biaobei\mel_folder/007355.npy +007356 examples\biaobei\mel_folder/007356.npy +007357 examples\biaobei\mel_folder/007357.npy +007358 examples\biaobei\mel_folder/007358.npy +007359 examples\biaobei\mel_folder/007359.npy +007360 examples\biaobei\mel_folder/007360.npy +007361 examples\biaobei\mel_folder/007361.npy +007362 examples\biaobei\mel_folder/007362.npy +007363 examples\biaobei\mel_folder/007363.npy +007364 examples\biaobei\mel_folder/007364.npy +007365 examples\biaobei\mel_folder/007365.npy +007366 examples\biaobei\mel_folder/007366.npy +007367 examples\biaobei\mel_folder/007367.npy +007368 examples\biaobei\mel_folder/007368.npy +007369 examples\biaobei\mel_folder/007369.npy +007370 examples\biaobei\mel_folder/007370.npy +007371 examples\biaobei\mel_folder/007371.npy +007372 examples\biaobei\mel_folder/007372.npy +007373 examples\biaobei\mel_folder/007373.npy +007374 examples\biaobei\mel_folder/007374.npy +007375 examples\biaobei\mel_folder/007375.npy +007376 examples\biaobei\mel_folder/007376.npy +007377 examples\biaobei\mel_folder/007377.npy +007378 examples\biaobei\mel_folder/007378.npy +007379 examples\biaobei\mel_folder/007379.npy +007380 examples\biaobei\mel_folder/007380.npy +007381 examples\biaobei\mel_folder/007381.npy +007382 examples\biaobei\mel_folder/007382.npy +007383 examples\biaobei\mel_folder/007383.npy +007384 examples\biaobei\mel_folder/007384.npy +007385 examples\biaobei\mel_folder/007385.npy +007386 examples\biaobei\mel_folder/007386.npy +007387 examples\biaobei\mel_folder/007387.npy +007388 examples\biaobei\mel_folder/007388.npy +007389 examples\biaobei\mel_folder/007389.npy +007390 examples\biaobei\mel_folder/007390.npy +007391 examples\biaobei\mel_folder/007391.npy +007392 examples\biaobei\mel_folder/007392.npy +007393 examples\biaobei\mel_folder/007393.npy +007394 examples\biaobei\mel_folder/007394.npy +007395 examples\biaobei\mel_folder/007395.npy +007396 examples\biaobei\mel_folder/007396.npy +007397 examples\biaobei\mel_folder/007397.npy +007398 examples\biaobei\mel_folder/007398.npy +007399 examples\biaobei\mel_folder/007399.npy +007400 examples\biaobei\mel_folder/007400.npy +007401 examples\biaobei\mel_folder/007401.npy +007402 examples\biaobei\mel_folder/007402.npy +007403 examples\biaobei\mel_folder/007403.npy +007404 examples\biaobei\mel_folder/007404.npy +007405 examples\biaobei\mel_folder/007405.npy +007406 examples\biaobei\mel_folder/007406.npy +007407 examples\biaobei\mel_folder/007407.npy +007408 examples\biaobei\mel_folder/007408.npy +007409 examples\biaobei\mel_folder/007409.npy +007410 examples\biaobei\mel_folder/007410.npy +007411 examples\biaobei\mel_folder/007411.npy +007412 examples\biaobei\mel_folder/007412.npy +007413 examples\biaobei\mel_folder/007413.npy +007414 examples\biaobei\mel_folder/007414.npy +007415 examples\biaobei\mel_folder/007415.npy +007416 examples\biaobei\mel_folder/007416.npy +007417 examples\biaobei\mel_folder/007417.npy +007418 examples\biaobei\mel_folder/007418.npy +007419 examples\biaobei\mel_folder/007419.npy +007420 examples\biaobei\mel_folder/007420.npy +007421 examples\biaobei\mel_folder/007421.npy +007422 examples\biaobei\mel_folder/007422.npy +007423 examples\biaobei\mel_folder/007423.npy +007424 examples\biaobei\mel_folder/007424.npy +007425 examples\biaobei\mel_folder/007425.npy +007426 examples\biaobei\mel_folder/007426.npy +007427 examples\biaobei\mel_folder/007427.npy +007428 examples\biaobei\mel_folder/007428.npy +007429 examples\biaobei\mel_folder/007429.npy +007430 examples\biaobei\mel_folder/007430.npy +007431 examples\biaobei\mel_folder/007431.npy +007432 examples\biaobei\mel_folder/007432.npy +007433 examples\biaobei\mel_folder/007433.npy +007434 examples\biaobei\mel_folder/007434.npy +007435 examples\biaobei\mel_folder/007435.npy +007436 examples\biaobei\mel_folder/007436.npy +007437 examples\biaobei\mel_folder/007437.npy +007438 examples\biaobei\mel_folder/007438.npy +007439 examples\biaobei\mel_folder/007439.npy +007440 examples\biaobei\mel_folder/007440.npy +007441 examples\biaobei\mel_folder/007441.npy +007442 examples\biaobei\mel_folder/007442.npy +007443 examples\biaobei\mel_folder/007443.npy +007444 examples\biaobei\mel_folder/007444.npy +007445 examples\biaobei\mel_folder/007445.npy +007446 examples\biaobei\mel_folder/007446.npy +007447 examples\biaobei\mel_folder/007447.npy +007448 examples\biaobei\mel_folder/007448.npy +007449 examples\biaobei\mel_folder/007449.npy +007450 examples\biaobei\mel_folder/007450.npy +007451 examples\biaobei\mel_folder/007451.npy +007452 examples\biaobei\mel_folder/007452.npy +007453 examples\biaobei\mel_folder/007453.npy +007454 examples\biaobei\mel_folder/007454.npy +007455 examples\biaobei\mel_folder/007455.npy +007456 examples\biaobei\mel_folder/007456.npy +007457 examples\biaobei\mel_folder/007457.npy +007458 examples\biaobei\mel_folder/007458.npy +007459 examples\biaobei\mel_folder/007459.npy +007460 examples\biaobei\mel_folder/007460.npy +007461 examples\biaobei\mel_folder/007461.npy +007462 examples\biaobei\mel_folder/007462.npy +007463 examples\biaobei\mel_folder/007463.npy +007464 examples\biaobei\mel_folder/007464.npy +007465 examples\biaobei\mel_folder/007465.npy +007466 examples\biaobei\mel_folder/007466.npy +007467 examples\biaobei\mel_folder/007467.npy +007468 examples\biaobei\mel_folder/007468.npy +007469 examples\biaobei\mel_folder/007469.npy +007470 examples\biaobei\mel_folder/007470.npy +007471 examples\biaobei\mel_folder/007471.npy +007472 examples\biaobei\mel_folder/007472.npy +007473 examples\biaobei\mel_folder/007473.npy +007474 examples\biaobei\mel_folder/007474.npy +007475 examples\biaobei\mel_folder/007475.npy +007476 examples\biaobei\mel_folder/007476.npy +007477 examples\biaobei\mel_folder/007477.npy +007478 examples\biaobei\mel_folder/007478.npy +007479 examples\biaobei\mel_folder/007479.npy +007480 examples\biaobei\mel_folder/007480.npy +007481 examples\biaobei\mel_folder/007481.npy +007482 examples\biaobei\mel_folder/007482.npy +007483 examples\biaobei\mel_folder/007483.npy +007484 examples\biaobei\mel_folder/007484.npy +007485 examples\biaobei\mel_folder/007485.npy +007486 examples\biaobei\mel_folder/007486.npy +007487 examples\biaobei\mel_folder/007487.npy +007488 examples\biaobei\mel_folder/007488.npy +007489 examples\biaobei\mel_folder/007489.npy +007490 examples\biaobei\mel_folder/007490.npy +007491 examples\biaobei\mel_folder/007491.npy +007492 examples\biaobei\mel_folder/007492.npy +007493 examples\biaobei\mel_folder/007493.npy +007494 examples\biaobei\mel_folder/007494.npy +007495 examples\biaobei\mel_folder/007495.npy +007496 examples\biaobei\mel_folder/007496.npy +007497 examples\biaobei\mel_folder/007497.npy +007498 examples\biaobei\mel_folder/007498.npy +007499 examples\biaobei\mel_folder/007499.npy +007500 examples\biaobei\mel_folder/007500.npy +007501 examples\biaobei\mel_folder/007501.npy +007502 examples\biaobei\mel_folder/007502.npy +007503 examples\biaobei\mel_folder/007503.npy +007504 examples\biaobei\mel_folder/007504.npy +007505 examples\biaobei\mel_folder/007505.npy +007506 examples\biaobei\mel_folder/007506.npy +007507 examples\biaobei\mel_folder/007507.npy +007508 examples\biaobei\mel_folder/007508.npy +007509 examples\biaobei\mel_folder/007509.npy +007510 examples\biaobei\mel_folder/007510.npy +007511 examples\biaobei\mel_folder/007511.npy +007512 examples\biaobei\mel_folder/007512.npy +007513 examples\biaobei\mel_folder/007513.npy +007514 examples\biaobei\mel_folder/007514.npy +007515 examples\biaobei\mel_folder/007515.npy +007516 examples\biaobei\mel_folder/007516.npy +007517 examples\biaobei\mel_folder/007517.npy +007518 examples\biaobei\mel_folder/007518.npy +007519 examples\biaobei\mel_folder/007519.npy +007520 examples\biaobei\mel_folder/007520.npy +007521 examples\biaobei\mel_folder/007521.npy +007522 examples\biaobei\mel_folder/007522.npy +007523 examples\biaobei\mel_folder/007523.npy +007524 examples\biaobei\mel_folder/007524.npy +007525 examples\biaobei\mel_folder/007525.npy +007526 examples\biaobei\mel_folder/007526.npy +007527 examples\biaobei\mel_folder/007527.npy +007528 examples\biaobei\mel_folder/007528.npy +007529 examples\biaobei\mel_folder/007529.npy +007530 examples\biaobei\mel_folder/007530.npy +007531 examples\biaobei\mel_folder/007531.npy +007532 examples\biaobei\mel_folder/007532.npy +007533 examples\biaobei\mel_folder/007533.npy +007534 examples\biaobei\mel_folder/007534.npy +007535 examples\biaobei\mel_folder/007535.npy +007536 examples\biaobei\mel_folder/007536.npy +007537 examples\biaobei\mel_folder/007537.npy +007538 examples\biaobei\mel_folder/007538.npy +007539 examples\biaobei\mel_folder/007539.npy +007540 examples\biaobei\mel_folder/007540.npy +007541 examples\biaobei\mel_folder/007541.npy +007542 examples\biaobei\mel_folder/007542.npy +007543 examples\biaobei\mel_folder/007543.npy +007544 examples\biaobei\mel_folder/007544.npy +007545 examples\biaobei\mel_folder/007545.npy +007546 examples\biaobei\mel_folder/007546.npy +007547 examples\biaobei\mel_folder/007547.npy +007548 examples\biaobei\mel_folder/007548.npy +007549 examples\biaobei\mel_folder/007549.npy +007550 examples\biaobei\mel_folder/007550.npy +007551 examples\biaobei\mel_folder/007551.npy +007552 examples\biaobei\mel_folder/007552.npy +007553 examples\biaobei\mel_folder/007553.npy +007554 examples\biaobei\mel_folder/007554.npy +007555 examples\biaobei\mel_folder/007555.npy +007556 examples\biaobei\mel_folder/007556.npy +007557 examples\biaobei\mel_folder/007557.npy +007558 examples\biaobei\mel_folder/007558.npy +007559 examples\biaobei\mel_folder/007559.npy +007560 examples\biaobei\mel_folder/007560.npy +007561 examples\biaobei\mel_folder/007561.npy +007562 examples\biaobei\mel_folder/007562.npy +007563 examples\biaobei\mel_folder/007563.npy +007564 examples\biaobei\mel_folder/007564.npy +007565 examples\biaobei\mel_folder/007565.npy +007566 examples\biaobei\mel_folder/007566.npy +007567 examples\biaobei\mel_folder/007567.npy +007568 examples\biaobei\mel_folder/007568.npy +007569 examples\biaobei\mel_folder/007569.npy +007570 examples\biaobei\mel_folder/007570.npy +007571 examples\biaobei\mel_folder/007571.npy +007572 examples\biaobei\mel_folder/007572.npy +007573 examples\biaobei\mel_folder/007573.npy +007574 examples\biaobei\mel_folder/007574.npy +007575 examples\biaobei\mel_folder/007575.npy +007576 examples\biaobei\mel_folder/007576.npy +007577 examples\biaobei\mel_folder/007577.npy +007578 examples\biaobei\mel_folder/007578.npy +007579 examples\biaobei\mel_folder/007579.npy +007580 examples\biaobei\mel_folder/007580.npy +007581 examples\biaobei\mel_folder/007581.npy +007582 examples\biaobei\mel_folder/007582.npy +007583 examples\biaobei\mel_folder/007583.npy +007584 examples\biaobei\mel_folder/007584.npy +007585 examples\biaobei\mel_folder/007585.npy +007586 examples\biaobei\mel_folder/007586.npy +007587 examples\biaobei\mel_folder/007587.npy +007588 examples\biaobei\mel_folder/007588.npy +007589 examples\biaobei\mel_folder/007589.npy +007590 examples\biaobei\mel_folder/007590.npy +007591 examples\biaobei\mel_folder/007591.npy +007592 examples\biaobei\mel_folder/007592.npy +007593 examples\biaobei\mel_folder/007593.npy +007594 examples\biaobei\mel_folder/007594.npy +007595 examples\biaobei\mel_folder/007595.npy +007596 examples\biaobei\mel_folder/007596.npy +007597 examples\biaobei\mel_folder/007597.npy +007598 examples\biaobei\mel_folder/007598.npy +007599 examples\biaobei\mel_folder/007599.npy +007600 examples\biaobei\mel_folder/007600.npy +007601 examples\biaobei\mel_folder/007601.npy +007602 examples\biaobei\mel_folder/007602.npy +007603 examples\biaobei\mel_folder/007603.npy +007604 examples\biaobei\mel_folder/007604.npy +007605 examples\biaobei\mel_folder/007605.npy +007606 examples\biaobei\mel_folder/007606.npy +007607 examples\biaobei\mel_folder/007607.npy +007608 examples\biaobei\mel_folder/007608.npy +007609 examples\biaobei\mel_folder/007609.npy +007610 examples\biaobei\mel_folder/007610.npy +007611 examples\biaobei\mel_folder/007611.npy +007612 examples\biaobei\mel_folder/007612.npy +007613 examples\biaobei\mel_folder/007613.npy +007614 examples\biaobei\mel_folder/007614.npy +007615 examples\biaobei\mel_folder/007615.npy +007616 examples\biaobei\mel_folder/007616.npy +007617 examples\biaobei\mel_folder/007617.npy +007618 examples\biaobei\mel_folder/007618.npy +007619 examples\biaobei\mel_folder/007619.npy +007620 examples\biaobei\mel_folder/007620.npy +007621 examples\biaobei\mel_folder/007621.npy +007622 examples\biaobei\mel_folder/007622.npy +007623 examples\biaobei\mel_folder/007623.npy +007624 examples\biaobei\mel_folder/007624.npy +007625 examples\biaobei\mel_folder/007625.npy +007626 examples\biaobei\mel_folder/007626.npy +007627 examples\biaobei\mel_folder/007627.npy +007628 examples\biaobei\mel_folder/007628.npy +007629 examples\biaobei\mel_folder/007629.npy +007630 examples\biaobei\mel_folder/007630.npy +007631 examples\biaobei\mel_folder/007631.npy +007632 examples\biaobei\mel_folder/007632.npy +007633 examples\biaobei\mel_folder/007633.npy +007634 examples\biaobei\mel_folder/007634.npy +007635 examples\biaobei\mel_folder/007635.npy +007636 examples\biaobei\mel_folder/007636.npy +007637 examples\biaobei\mel_folder/007637.npy +007638 examples\biaobei\mel_folder/007638.npy +007639 examples\biaobei\mel_folder/007639.npy +007640 examples\biaobei\mel_folder/007640.npy +007641 examples\biaobei\mel_folder/007641.npy +007642 examples\biaobei\mel_folder/007642.npy +007643 examples\biaobei\mel_folder/007643.npy +007644 examples\biaobei\mel_folder/007644.npy +007645 examples\biaobei\mel_folder/007645.npy +007646 examples\biaobei\mel_folder/007646.npy +007647 examples\biaobei\mel_folder/007647.npy +007648 examples\biaobei\mel_folder/007648.npy +007649 examples\biaobei\mel_folder/007649.npy +007650 examples\biaobei\mel_folder/007650.npy +007651 examples\biaobei\mel_folder/007651.npy +007652 examples\biaobei\mel_folder/007652.npy +007653 examples\biaobei\mel_folder/007653.npy +007654 examples\biaobei\mel_folder/007654.npy +007655 examples\biaobei\mel_folder/007655.npy +007656 examples\biaobei\mel_folder/007656.npy +007657 examples\biaobei\mel_folder/007657.npy +007658 examples\biaobei\mel_folder/007658.npy +007659 examples\biaobei\mel_folder/007659.npy +007660 examples\biaobei\mel_folder/007660.npy +007661 examples\biaobei\mel_folder/007661.npy +007662 examples\biaobei\mel_folder/007662.npy +007663 examples\biaobei\mel_folder/007663.npy +007664 examples\biaobei\mel_folder/007664.npy +007665 examples\biaobei\mel_folder/007665.npy +007666 examples\biaobei\mel_folder/007666.npy +007667 examples\biaobei\mel_folder/007667.npy +007668 examples\biaobei\mel_folder/007668.npy +007669 examples\biaobei\mel_folder/007669.npy +007670 examples\biaobei\mel_folder/007670.npy +007671 examples\biaobei\mel_folder/007671.npy +007672 examples\biaobei\mel_folder/007672.npy +007673 examples\biaobei\mel_folder/007673.npy +007674 examples\biaobei\mel_folder/007674.npy +007675 examples\biaobei\mel_folder/007675.npy +007676 examples\biaobei\mel_folder/007676.npy +007677 examples\biaobei\mel_folder/007677.npy +007678 examples\biaobei\mel_folder/007678.npy +007679 examples\biaobei\mel_folder/007679.npy +007680 examples\biaobei\mel_folder/007680.npy +007681 examples\biaobei\mel_folder/007681.npy +007682 examples\biaobei\mel_folder/007682.npy +007683 examples\biaobei\mel_folder/007683.npy +007684 examples\biaobei\mel_folder/007684.npy +007685 examples\biaobei\mel_folder/007685.npy +007686 examples\biaobei\mel_folder/007686.npy +007687 examples\biaobei\mel_folder/007687.npy +007688 examples\biaobei\mel_folder/007688.npy +007689 examples\biaobei\mel_folder/007689.npy +007690 examples\biaobei\mel_folder/007690.npy +007691 examples\biaobei\mel_folder/007691.npy +007692 examples\biaobei\mel_folder/007692.npy +007693 examples\biaobei\mel_folder/007693.npy +007694 examples\biaobei\mel_folder/007694.npy +007695 examples\biaobei\mel_folder/007695.npy +007696 examples\biaobei\mel_folder/007696.npy +007697 examples\biaobei\mel_folder/007697.npy +007698 examples\biaobei\mel_folder/007698.npy +007699 examples\biaobei\mel_folder/007699.npy +007700 examples\biaobei\mel_folder/007700.npy +007701 examples\biaobei\mel_folder/007701.npy +007702 examples\biaobei\mel_folder/007702.npy +007703 examples\biaobei\mel_folder/007703.npy +007704 examples\biaobei\mel_folder/007704.npy +007705 examples\biaobei\mel_folder/007705.npy +007706 examples\biaobei\mel_folder/007706.npy +007707 examples\biaobei\mel_folder/007707.npy +007708 examples\biaobei\mel_folder/007708.npy +007709 examples\biaobei\mel_folder/007709.npy +007710 examples\biaobei\mel_folder/007710.npy +007711 examples\biaobei\mel_folder/007711.npy +007712 examples\biaobei\mel_folder/007712.npy +007713 examples\biaobei\mel_folder/007713.npy +007714 examples\biaobei\mel_folder/007714.npy +007715 examples\biaobei\mel_folder/007715.npy +007716 examples\biaobei\mel_folder/007716.npy +007717 examples\biaobei\mel_folder/007717.npy +007718 examples\biaobei\mel_folder/007718.npy +007719 examples\biaobei\mel_folder/007719.npy +007720 examples\biaobei\mel_folder/007720.npy +007721 examples\biaobei\mel_folder/007721.npy +007722 examples\biaobei\mel_folder/007722.npy +007723 examples\biaobei\mel_folder/007723.npy +007724 examples\biaobei\mel_folder/007724.npy +007725 examples\biaobei\mel_folder/007725.npy +007726 examples\biaobei\mel_folder/007726.npy +007727 examples\biaobei\mel_folder/007727.npy +007728 examples\biaobei\mel_folder/007728.npy +007729 examples\biaobei\mel_folder/007729.npy +007730 examples\biaobei\mel_folder/007730.npy +007731 examples\biaobei\mel_folder/007731.npy +007732 examples\biaobei\mel_folder/007732.npy +007733 examples\biaobei\mel_folder/007733.npy +007734 examples\biaobei\mel_folder/007734.npy +007735 examples\biaobei\mel_folder/007735.npy +007736 examples\biaobei\mel_folder/007736.npy +007737 examples\biaobei\mel_folder/007737.npy +007738 examples\biaobei\mel_folder/007738.npy +007739 examples\biaobei\mel_folder/007739.npy +007740 examples\biaobei\mel_folder/007740.npy +007741 examples\biaobei\mel_folder/007741.npy +007742 examples\biaobei\mel_folder/007742.npy +007743 examples\biaobei\mel_folder/007743.npy +007744 examples\biaobei\mel_folder/007744.npy +007745 examples\biaobei\mel_folder/007745.npy +007746 examples\biaobei\mel_folder/007746.npy +007747 examples\biaobei\mel_folder/007747.npy +007748 examples\biaobei\mel_folder/007748.npy +007749 examples\biaobei\mel_folder/007749.npy +007750 examples\biaobei\mel_folder/007750.npy +007751 examples\biaobei\mel_folder/007751.npy +007752 examples\biaobei\mel_folder/007752.npy +007753 examples\biaobei\mel_folder/007753.npy +007754 examples\biaobei\mel_folder/007754.npy +007755 examples\biaobei\mel_folder/007755.npy +007756 examples\biaobei\mel_folder/007756.npy +007757 examples\biaobei\mel_folder/007757.npy +007758 examples\biaobei\mel_folder/007758.npy +007759 examples\biaobei\mel_folder/007759.npy +007760 examples\biaobei\mel_folder/007760.npy +007761 examples\biaobei\mel_folder/007761.npy +007762 examples\biaobei\mel_folder/007762.npy +007763 examples\biaobei\mel_folder/007763.npy +007764 examples\biaobei\mel_folder/007764.npy +007765 examples\biaobei\mel_folder/007765.npy +007766 examples\biaobei\mel_folder/007766.npy +007767 examples\biaobei\mel_folder/007767.npy +007768 examples\biaobei\mel_folder/007768.npy +007769 examples\biaobei\mel_folder/007769.npy +007770 examples\biaobei\mel_folder/007770.npy +007771 examples\biaobei\mel_folder/007771.npy +007772 examples\biaobei\mel_folder/007772.npy +007773 examples\biaobei\mel_folder/007773.npy +007774 examples\biaobei\mel_folder/007774.npy +007775 examples\biaobei\mel_folder/007775.npy +007776 examples\biaobei\mel_folder/007776.npy +007777 examples\biaobei\mel_folder/007777.npy +007778 examples\biaobei\mel_folder/007778.npy +007779 examples\biaobei\mel_folder/007779.npy +007780 examples\biaobei\mel_folder/007780.npy +007781 examples\biaobei\mel_folder/007781.npy +007782 examples\biaobei\mel_folder/007782.npy +007783 examples\biaobei\mel_folder/007783.npy +007784 examples\biaobei\mel_folder/007784.npy +007785 examples\biaobei\mel_folder/007785.npy +007786 examples\biaobei\mel_folder/007786.npy +007787 examples\biaobei\mel_folder/007787.npy +007788 examples\biaobei\mel_folder/007788.npy +007789 examples\biaobei\mel_folder/007789.npy +007790 examples\biaobei\mel_folder/007790.npy +007791 examples\biaobei\mel_folder/007791.npy +007792 examples\biaobei\mel_folder/007792.npy +007793 examples\biaobei\mel_folder/007793.npy +007794 examples\biaobei\mel_folder/007794.npy +007795 examples\biaobei\mel_folder/007795.npy +007796 examples\biaobei\mel_folder/007796.npy +007797 examples\biaobei\mel_folder/007797.npy +007798 examples\biaobei\mel_folder/007798.npy +007799 examples\biaobei\mel_folder/007799.npy +007800 examples\biaobei\mel_folder/007800.npy +007801 examples\biaobei\mel_folder/007801.npy +007802 examples\biaobei\mel_folder/007802.npy +007803 examples\biaobei\mel_folder/007803.npy +007804 examples\biaobei\mel_folder/007804.npy +007805 examples\biaobei\mel_folder/007805.npy +007806 examples\biaobei\mel_folder/007806.npy +007807 examples\biaobei\mel_folder/007807.npy +007808 examples\biaobei\mel_folder/007808.npy +007809 examples\biaobei\mel_folder/007809.npy +007810 examples\biaobei\mel_folder/007810.npy +007811 examples\biaobei\mel_folder/007811.npy +007812 examples\biaobei\mel_folder/007812.npy +007813 examples\biaobei\mel_folder/007813.npy +007814 examples\biaobei\mel_folder/007814.npy +007815 examples\biaobei\mel_folder/007815.npy +007816 examples\biaobei\mel_folder/007816.npy +007817 examples\biaobei\mel_folder/007817.npy +007818 examples\biaobei\mel_folder/007818.npy +007819 examples\biaobei\mel_folder/007819.npy +007820 examples\biaobei\mel_folder/007820.npy +007821 examples\biaobei\mel_folder/007821.npy +007822 examples\biaobei\mel_folder/007822.npy +007823 examples\biaobei\mel_folder/007823.npy +007824 examples\biaobei\mel_folder/007824.npy +007825 examples\biaobei\mel_folder/007825.npy +007826 examples\biaobei\mel_folder/007826.npy +007827 examples\biaobei\mel_folder/007827.npy +007828 examples\biaobei\mel_folder/007828.npy +007829 examples\biaobei\mel_folder/007829.npy +007830 examples\biaobei\mel_folder/007830.npy +007831 examples\biaobei\mel_folder/007831.npy +007832 examples\biaobei\mel_folder/007832.npy +007833 examples\biaobei\mel_folder/007833.npy +007834 examples\biaobei\mel_folder/007834.npy +007835 examples\biaobei\mel_folder/007835.npy +007836 examples\biaobei\mel_folder/007836.npy +007837 examples\biaobei\mel_folder/007837.npy +007838 examples\biaobei\mel_folder/007838.npy +007839 examples\biaobei\mel_folder/007839.npy +007840 examples\biaobei\mel_folder/007840.npy +007841 examples\biaobei\mel_folder/007841.npy +007842 examples\biaobei\mel_folder/007842.npy +007843 examples\biaobei\mel_folder/007843.npy +007844 examples\biaobei\mel_folder/007844.npy +007845 examples\biaobei\mel_folder/007845.npy +007846 examples\biaobei\mel_folder/007846.npy +007847 examples\biaobei\mel_folder/007847.npy +007848 examples\biaobei\mel_folder/007848.npy +007849 examples\biaobei\mel_folder/007849.npy +007850 examples\biaobei\mel_folder/007850.npy +007851 examples\biaobei\mel_folder/007851.npy +007852 examples\biaobei\mel_folder/007852.npy +007853 examples\biaobei\mel_folder/007853.npy +007854 examples\biaobei\mel_folder/007854.npy +007855 examples\biaobei\mel_folder/007855.npy +007856 examples\biaobei\mel_folder/007856.npy +007857 examples\biaobei\mel_folder/007857.npy +007858 examples\biaobei\mel_folder/007858.npy +007859 examples\biaobei\mel_folder/007859.npy +007860 examples\biaobei\mel_folder/007860.npy +007861 examples\biaobei\mel_folder/007861.npy +007862 examples\biaobei\mel_folder/007862.npy +007863 examples\biaobei\mel_folder/007863.npy +007864 examples\biaobei\mel_folder/007864.npy +007865 examples\biaobei\mel_folder/007865.npy +007866 examples\biaobei\mel_folder/007866.npy +007867 examples\biaobei\mel_folder/007867.npy +007868 examples\biaobei\mel_folder/007868.npy +007869 examples\biaobei\mel_folder/007869.npy +007870 examples\biaobei\mel_folder/007870.npy +007871 examples\biaobei\mel_folder/007871.npy +007872 examples\biaobei\mel_folder/007872.npy +007873 examples\biaobei\mel_folder/007873.npy +007874 examples\biaobei\mel_folder/007874.npy +007875 examples\biaobei\mel_folder/007875.npy +007876 examples\biaobei\mel_folder/007876.npy +007877 examples\biaobei\mel_folder/007877.npy +007878 examples\biaobei\mel_folder/007878.npy +007879 examples\biaobei\mel_folder/007879.npy +007880 examples\biaobei\mel_folder/007880.npy +007881 examples\biaobei\mel_folder/007881.npy +007882 examples\biaobei\mel_folder/007882.npy +007883 examples\biaobei\mel_folder/007883.npy +007884 examples\biaobei\mel_folder/007884.npy +007885 examples\biaobei\mel_folder/007885.npy +007886 examples\biaobei\mel_folder/007886.npy +007887 examples\biaobei\mel_folder/007887.npy +007888 examples\biaobei\mel_folder/007888.npy +007889 examples\biaobei\mel_folder/007889.npy +007890 examples\biaobei\mel_folder/007890.npy +007891 examples\biaobei\mel_folder/007891.npy +007892 examples\biaobei\mel_folder/007892.npy +007893 examples\biaobei\mel_folder/007893.npy +007894 examples\biaobei\mel_folder/007894.npy +007895 examples\biaobei\mel_folder/007895.npy +007896 examples\biaobei\mel_folder/007896.npy +007897 examples\biaobei\mel_folder/007897.npy +007898 examples\biaobei\mel_folder/007898.npy +007899 examples\biaobei\mel_folder/007899.npy +007900 examples\biaobei\mel_folder/007900.npy +007901 examples\biaobei\mel_folder/007901.npy +007902 examples\biaobei\mel_folder/007902.npy +007903 examples\biaobei\mel_folder/007903.npy +007904 examples\biaobei\mel_folder/007904.npy +007905 examples\biaobei\mel_folder/007905.npy +007906 examples\biaobei\mel_folder/007906.npy +007907 examples\biaobei\mel_folder/007907.npy +007908 examples\biaobei\mel_folder/007908.npy +007909 examples\biaobei\mel_folder/007909.npy +007910 examples\biaobei\mel_folder/007910.npy +007911 examples\biaobei\mel_folder/007911.npy +007912 examples\biaobei\mel_folder/007912.npy +007913 examples\biaobei\mel_folder/007913.npy +007914 examples\biaobei\mel_folder/007914.npy +007915 examples\biaobei\mel_folder/007915.npy +007916 examples\biaobei\mel_folder/007916.npy +007917 examples\biaobei\mel_folder/007917.npy +007918 examples\biaobei\mel_folder/007918.npy +007919 examples\biaobei\mel_folder/007919.npy +007920 examples\biaobei\mel_folder/007920.npy +007921 examples\biaobei\mel_folder/007921.npy +007922 examples\biaobei\mel_folder/007922.npy +007923 examples\biaobei\mel_folder/007923.npy +007924 examples\biaobei\mel_folder/007924.npy +007925 examples\biaobei\mel_folder/007925.npy +007926 examples\biaobei\mel_folder/007926.npy +007927 examples\biaobei\mel_folder/007927.npy +007928 examples\biaobei\mel_folder/007928.npy +007929 examples\biaobei\mel_folder/007929.npy +007930 examples\biaobei\mel_folder/007930.npy +007931 examples\biaobei\mel_folder/007931.npy +007932 examples\biaobei\mel_folder/007932.npy +007933 examples\biaobei\mel_folder/007933.npy +007934 examples\biaobei\mel_folder/007934.npy +007935 examples\biaobei\mel_folder/007935.npy +007936 examples\biaobei\mel_folder/007936.npy +007937 examples\biaobei\mel_folder/007937.npy +007938 examples\biaobei\mel_folder/007938.npy +007939 examples\biaobei\mel_folder/007939.npy +007940 examples\biaobei\mel_folder/007940.npy +007941 examples\biaobei\mel_folder/007941.npy +007942 examples\biaobei\mel_folder/007942.npy +007943 examples\biaobei\mel_folder/007943.npy +007944 examples\biaobei\mel_folder/007944.npy +007945 examples\biaobei\mel_folder/007945.npy +007946 examples\biaobei\mel_folder/007946.npy +007947 examples\biaobei\mel_folder/007947.npy +007948 examples\biaobei\mel_folder/007948.npy +007949 examples\biaobei\mel_folder/007949.npy +007950 examples\biaobei\mel_folder/007950.npy +007951 examples\biaobei\mel_folder/007951.npy +007952 examples\biaobei\mel_folder/007952.npy +007953 examples\biaobei\mel_folder/007953.npy +007954 examples\biaobei\mel_folder/007954.npy +007955 examples\biaobei\mel_folder/007955.npy +007956 examples\biaobei\mel_folder/007956.npy +007957 examples\biaobei\mel_folder/007957.npy +007958 examples\biaobei\mel_folder/007958.npy +007959 examples\biaobei\mel_folder/007959.npy +007960 examples\biaobei\mel_folder/007960.npy +007961 examples\biaobei\mel_folder/007961.npy +007962 examples\biaobei\mel_folder/007962.npy +007963 examples\biaobei\mel_folder/007963.npy +007964 examples\biaobei\mel_folder/007964.npy +007965 examples\biaobei\mel_folder/007965.npy +007966 examples\biaobei\mel_folder/007966.npy +007967 examples\biaobei\mel_folder/007967.npy +007968 examples\biaobei\mel_folder/007968.npy +007969 examples\biaobei\mel_folder/007969.npy +007970 examples\biaobei\mel_folder/007970.npy +007971 examples\biaobei\mel_folder/007971.npy +007972 examples\biaobei\mel_folder/007972.npy +007973 examples\biaobei\mel_folder/007973.npy +007974 examples\biaobei\mel_folder/007974.npy +007975 examples\biaobei\mel_folder/007975.npy +007976 examples\biaobei\mel_folder/007976.npy +007977 examples\biaobei\mel_folder/007977.npy +007978 examples\biaobei\mel_folder/007978.npy +007979 examples\biaobei\mel_folder/007979.npy +007980 examples\biaobei\mel_folder/007980.npy +007981 examples\biaobei\mel_folder/007981.npy +007982 examples\biaobei\mel_folder/007982.npy +007983 examples\biaobei\mel_folder/007983.npy +007984 examples\biaobei\mel_folder/007984.npy +007985 examples\biaobei\mel_folder/007985.npy +007986 examples\biaobei\mel_folder/007986.npy +007987 examples\biaobei\mel_folder/007987.npy +007988 examples\biaobei\mel_folder/007988.npy +007989 examples\biaobei\mel_folder/007989.npy +007990 examples\biaobei\mel_folder/007990.npy +007991 examples\biaobei\mel_folder/007991.npy +007992 examples\biaobei\mel_folder/007992.npy +007993 examples\biaobei\mel_folder/007993.npy +007994 examples\biaobei\mel_folder/007994.npy +007995 examples\biaobei\mel_folder/007995.npy +007996 examples\biaobei\mel_folder/007996.npy +007997 examples\biaobei\mel_folder/007997.npy +007998 examples\biaobei\mel_folder/007998.npy +007999 examples\biaobei\mel_folder/007999.npy +008000 examples\biaobei\mel_folder/008000.npy +008001 examples\biaobei\mel_folder/008001.npy +008002 examples\biaobei\mel_folder/008002.npy +008003 examples\biaobei\mel_folder/008003.npy +008004 examples\biaobei\mel_folder/008004.npy +008005 examples\biaobei\mel_folder/008005.npy +008006 examples\biaobei\mel_folder/008006.npy +008007 examples\biaobei\mel_folder/008007.npy +008008 examples\biaobei\mel_folder/008008.npy +008009 examples\biaobei\mel_folder/008009.npy +008010 examples\biaobei\mel_folder/008010.npy +008011 examples\biaobei\mel_folder/008011.npy +008012 examples\biaobei\mel_folder/008012.npy +008013 examples\biaobei\mel_folder/008013.npy +008014 examples\biaobei\mel_folder/008014.npy +008015 examples\biaobei\mel_folder/008015.npy +008016 examples\biaobei\mel_folder/008016.npy +008017 examples\biaobei\mel_folder/008017.npy +008018 examples\biaobei\mel_folder/008018.npy +008019 examples\biaobei\mel_folder/008019.npy +008020 examples\biaobei\mel_folder/008020.npy +008021 examples\biaobei\mel_folder/008021.npy +008022 examples\biaobei\mel_folder/008022.npy +008023 examples\biaobei\mel_folder/008023.npy +008024 examples\biaobei\mel_folder/008024.npy +008025 examples\biaobei\mel_folder/008025.npy +008026 examples\biaobei\mel_folder/008026.npy +008027 examples\biaobei\mel_folder/008027.npy +008028 examples\biaobei\mel_folder/008028.npy +008029 examples\biaobei\mel_folder/008029.npy +008030 examples\biaobei\mel_folder/008030.npy +008031 examples\biaobei\mel_folder/008031.npy +008032 examples\biaobei\mel_folder/008032.npy +008033 examples\biaobei\mel_folder/008033.npy +008034 examples\biaobei\mel_folder/008034.npy +008035 examples\biaobei\mel_folder/008035.npy +008036 examples\biaobei\mel_folder/008036.npy +008037 examples\biaobei\mel_folder/008037.npy +008038 examples\biaobei\mel_folder/008038.npy +008039 examples\biaobei\mel_folder/008039.npy +008040 examples\biaobei\mel_folder/008040.npy +008041 examples\biaobei\mel_folder/008041.npy +008042 examples\biaobei\mel_folder/008042.npy +008043 examples\biaobei\mel_folder/008043.npy +008044 examples\biaobei\mel_folder/008044.npy +008045 examples\biaobei\mel_folder/008045.npy +008046 examples\biaobei\mel_folder/008046.npy +008047 examples\biaobei\mel_folder/008047.npy +008048 examples\biaobei\mel_folder/008048.npy +008049 examples\biaobei\mel_folder/008049.npy +008050 examples\biaobei\mel_folder/008050.npy +008051 examples\biaobei\mel_folder/008051.npy +008052 examples\biaobei\mel_folder/008052.npy +008053 examples\biaobei\mel_folder/008053.npy +008054 examples\biaobei\mel_folder/008054.npy +008055 examples\biaobei\mel_folder/008055.npy +008056 examples\biaobei\mel_folder/008056.npy +008057 examples\biaobei\mel_folder/008057.npy +008058 examples\biaobei\mel_folder/008058.npy +008059 examples\biaobei\mel_folder/008059.npy +008060 examples\biaobei\mel_folder/008060.npy +008061 examples\biaobei\mel_folder/008061.npy +008062 examples\biaobei\mel_folder/008062.npy +008063 examples\biaobei\mel_folder/008063.npy +008064 examples\biaobei\mel_folder/008064.npy +008065 examples\biaobei\mel_folder/008065.npy +008066 examples\biaobei\mel_folder/008066.npy +008067 examples\biaobei\mel_folder/008067.npy +008068 examples\biaobei\mel_folder/008068.npy +008069 examples\biaobei\mel_folder/008069.npy +008070 examples\biaobei\mel_folder/008070.npy +008071 examples\biaobei\mel_folder/008071.npy +008072 examples\biaobei\mel_folder/008072.npy +008073 examples\biaobei\mel_folder/008073.npy +008074 examples\biaobei\mel_folder/008074.npy +008075 examples\biaobei\mel_folder/008075.npy +008076 examples\biaobei\mel_folder/008076.npy +008077 examples\biaobei\mel_folder/008077.npy +008078 examples\biaobei\mel_folder/008078.npy +008079 examples\biaobei\mel_folder/008079.npy +008080 examples\biaobei\mel_folder/008080.npy +008081 examples\biaobei\mel_folder/008081.npy +008082 examples\biaobei\mel_folder/008082.npy +008083 examples\biaobei\mel_folder/008083.npy +008084 examples\biaobei\mel_folder/008084.npy +008085 examples\biaobei\mel_folder/008085.npy +008086 examples\biaobei\mel_folder/008086.npy +008087 examples\biaobei\mel_folder/008087.npy +008088 examples\biaobei\mel_folder/008088.npy +008089 examples\biaobei\mel_folder/008089.npy +008090 examples\biaobei\mel_folder/008090.npy +008091 examples\biaobei\mel_folder/008091.npy +008092 examples\biaobei\mel_folder/008092.npy +008093 examples\biaobei\mel_folder/008093.npy +008094 examples\biaobei\mel_folder/008094.npy +008095 examples\biaobei\mel_folder/008095.npy +008096 examples\biaobei\mel_folder/008096.npy +008097 examples\biaobei\mel_folder/008097.npy +008098 examples\biaobei\mel_folder/008098.npy +008099 examples\biaobei\mel_folder/008099.npy +008100 examples\biaobei\mel_folder/008100.npy +008101 examples\biaobei\mel_folder/008101.npy +008102 examples\biaobei\mel_folder/008102.npy +008103 examples\biaobei\mel_folder/008103.npy +008104 examples\biaobei\mel_folder/008104.npy +008105 examples\biaobei\mel_folder/008105.npy +008106 examples\biaobei\mel_folder/008106.npy +008107 examples\biaobei\mel_folder/008107.npy +008108 examples\biaobei\mel_folder/008108.npy +008109 examples\biaobei\mel_folder/008109.npy +008110 examples\biaobei\mel_folder/008110.npy +008111 examples\biaobei\mel_folder/008111.npy +008112 examples\biaobei\mel_folder/008112.npy +008113 examples\biaobei\mel_folder/008113.npy +008114 examples\biaobei\mel_folder/008114.npy +008115 examples\biaobei\mel_folder/008115.npy +008116 examples\biaobei\mel_folder/008116.npy +008117 examples\biaobei\mel_folder/008117.npy +008118 examples\biaobei\mel_folder/008118.npy +008119 examples\biaobei\mel_folder/008119.npy +008120 examples\biaobei\mel_folder/008120.npy +008121 examples\biaobei\mel_folder/008121.npy +008122 examples\biaobei\mel_folder/008122.npy +008123 examples\biaobei\mel_folder/008123.npy +008124 examples\biaobei\mel_folder/008124.npy +008125 examples\biaobei\mel_folder/008125.npy +008126 examples\biaobei\mel_folder/008126.npy +008127 examples\biaobei\mel_folder/008127.npy +008128 examples\biaobei\mel_folder/008128.npy +008129 examples\biaobei\mel_folder/008129.npy +008130 examples\biaobei\mel_folder/008130.npy +008131 examples\biaobei\mel_folder/008131.npy +008132 examples\biaobei\mel_folder/008132.npy +008133 examples\biaobei\mel_folder/008133.npy +008134 examples\biaobei\mel_folder/008134.npy +008135 examples\biaobei\mel_folder/008135.npy +008136 examples\biaobei\mel_folder/008136.npy +008137 examples\biaobei\mel_folder/008137.npy +008138 examples\biaobei\mel_folder/008138.npy +008139 examples\biaobei\mel_folder/008139.npy +008140 examples\biaobei\mel_folder/008140.npy +008141 examples\biaobei\mel_folder/008141.npy +008142 examples\biaobei\mel_folder/008142.npy +008143 examples\biaobei\mel_folder/008143.npy +008144 examples\biaobei\mel_folder/008144.npy +008145 examples\biaobei\mel_folder/008145.npy +008146 examples\biaobei\mel_folder/008146.npy +008147 examples\biaobei\mel_folder/008147.npy +008148 examples\biaobei\mel_folder/008148.npy +008149 examples\biaobei\mel_folder/008149.npy +008150 examples\biaobei\mel_folder/008150.npy +008151 examples\biaobei\mel_folder/008151.npy +008152 examples\biaobei\mel_folder/008152.npy +008153 examples\biaobei\mel_folder/008153.npy +008154 examples\biaobei\mel_folder/008154.npy +008155 examples\biaobei\mel_folder/008155.npy +008156 examples\biaobei\mel_folder/008156.npy +008157 examples\biaobei\mel_folder/008157.npy +008158 examples\biaobei\mel_folder/008158.npy +008159 examples\biaobei\mel_folder/008159.npy +008160 examples\biaobei\mel_folder/008160.npy +008161 examples\biaobei\mel_folder/008161.npy +008162 examples\biaobei\mel_folder/008162.npy +008163 examples\biaobei\mel_folder/008163.npy +008164 examples\biaobei\mel_folder/008164.npy +008165 examples\biaobei\mel_folder/008165.npy +008166 examples\biaobei\mel_folder/008166.npy +008167 examples\biaobei\mel_folder/008167.npy +008168 examples\biaobei\mel_folder/008168.npy +008169 examples\biaobei\mel_folder/008169.npy +008170 examples\biaobei\mel_folder/008170.npy +008171 examples\biaobei\mel_folder/008171.npy +008172 examples\biaobei\mel_folder/008172.npy +008173 examples\biaobei\mel_folder/008173.npy +008174 examples\biaobei\mel_folder/008174.npy +008175 examples\biaobei\mel_folder/008175.npy +008176 examples\biaobei\mel_folder/008176.npy +008177 examples\biaobei\mel_folder/008177.npy +008178 examples\biaobei\mel_folder/008178.npy +008179 examples\biaobei\mel_folder/008179.npy +008180 examples\biaobei\mel_folder/008180.npy +008181 examples\biaobei\mel_folder/008181.npy +008182 examples\biaobei\mel_folder/008182.npy +008183 examples\biaobei\mel_folder/008183.npy +008184 examples\biaobei\mel_folder/008184.npy +008185 examples\biaobei\mel_folder/008185.npy +008186 examples\biaobei\mel_folder/008186.npy +008187 examples\biaobei\mel_folder/008187.npy +008188 examples\biaobei\mel_folder/008188.npy +008189 examples\biaobei\mel_folder/008189.npy +008190 examples\biaobei\mel_folder/008190.npy +008191 examples\biaobei\mel_folder/008191.npy +008192 examples\biaobei\mel_folder/008192.npy +008193 examples\biaobei\mel_folder/008193.npy +008194 examples\biaobei\mel_folder/008194.npy +008195 examples\biaobei\mel_folder/008195.npy +008196 examples\biaobei\mel_folder/008196.npy +008197 examples\biaobei\mel_folder/008197.npy +008198 examples\biaobei\mel_folder/008198.npy +008199 examples\biaobei\mel_folder/008199.npy +008200 examples\biaobei\mel_folder/008200.npy +008201 examples\biaobei\mel_folder/008201.npy +008202 examples\biaobei\mel_folder/008202.npy +008203 examples\biaobei\mel_folder/008203.npy +008204 examples\biaobei\mel_folder/008204.npy +008205 examples\biaobei\mel_folder/008205.npy +008206 examples\biaobei\mel_folder/008206.npy +008207 examples\biaobei\mel_folder/008207.npy +008208 examples\biaobei\mel_folder/008208.npy +008209 examples\biaobei\mel_folder/008209.npy +008210 examples\biaobei\mel_folder/008210.npy +008211 examples\biaobei\mel_folder/008211.npy +008212 examples\biaobei\mel_folder/008212.npy +008213 examples\biaobei\mel_folder/008213.npy +008214 examples\biaobei\mel_folder/008214.npy +008215 examples\biaobei\mel_folder/008215.npy +008216 examples\biaobei\mel_folder/008216.npy +008217 examples\biaobei\mel_folder/008217.npy +008218 examples\biaobei\mel_folder/008218.npy +008219 examples\biaobei\mel_folder/008219.npy +008220 examples\biaobei\mel_folder/008220.npy +008221 examples\biaobei\mel_folder/008221.npy +008222 examples\biaobei\mel_folder/008222.npy +008223 examples\biaobei\mel_folder/008223.npy +008224 examples\biaobei\mel_folder/008224.npy +008225 examples\biaobei\mel_folder/008225.npy +008226 examples\biaobei\mel_folder/008226.npy +008227 examples\biaobei\mel_folder/008227.npy +008228 examples\biaobei\mel_folder/008228.npy +008229 examples\biaobei\mel_folder/008229.npy +008230 examples\biaobei\mel_folder/008230.npy +008231 examples\biaobei\mel_folder/008231.npy +008232 examples\biaobei\mel_folder/008232.npy +008233 examples\biaobei\mel_folder/008233.npy +008234 examples\biaobei\mel_folder/008234.npy +008235 examples\biaobei\mel_folder/008235.npy +008236 examples\biaobei\mel_folder/008236.npy +008237 examples\biaobei\mel_folder/008237.npy +008238 examples\biaobei\mel_folder/008238.npy +008239 examples\biaobei\mel_folder/008239.npy +008240 examples\biaobei\mel_folder/008240.npy +008241 examples\biaobei\mel_folder/008241.npy +008242 examples\biaobei\mel_folder/008242.npy +008243 examples\biaobei\mel_folder/008243.npy +008244 examples\biaobei\mel_folder/008244.npy +008245 examples\biaobei\mel_folder/008245.npy +008246 examples\biaobei\mel_folder/008246.npy +008247 examples\biaobei\mel_folder/008247.npy +008248 examples\biaobei\mel_folder/008248.npy +008249 examples\biaobei\mel_folder/008249.npy +008250 examples\biaobei\mel_folder/008250.npy +008251 examples\biaobei\mel_folder/008251.npy +008252 examples\biaobei\mel_folder/008252.npy +008253 examples\biaobei\mel_folder/008253.npy +008254 examples\biaobei\mel_folder/008254.npy +008255 examples\biaobei\mel_folder/008255.npy +008256 examples\biaobei\mel_folder/008256.npy +008257 examples\biaobei\mel_folder/008257.npy +008258 examples\biaobei\mel_folder/008258.npy +008259 examples\biaobei\mel_folder/008259.npy +008260 examples\biaobei\mel_folder/008260.npy +008261 examples\biaobei\mel_folder/008261.npy +008262 examples\biaobei\mel_folder/008262.npy +008263 examples\biaobei\mel_folder/008263.npy +008264 examples\biaobei\mel_folder/008264.npy +008265 examples\biaobei\mel_folder/008265.npy +008266 examples\biaobei\mel_folder/008266.npy +008267 examples\biaobei\mel_folder/008267.npy +008268 examples\biaobei\mel_folder/008268.npy +008269 examples\biaobei\mel_folder/008269.npy +008270 examples\biaobei\mel_folder/008270.npy +008271 examples\biaobei\mel_folder/008271.npy +008272 examples\biaobei\mel_folder/008272.npy +008273 examples\biaobei\mel_folder/008273.npy +008274 examples\biaobei\mel_folder/008274.npy +008275 examples\biaobei\mel_folder/008275.npy +008276 examples\biaobei\mel_folder/008276.npy +008277 examples\biaobei\mel_folder/008277.npy +008278 examples\biaobei\mel_folder/008278.npy +008279 examples\biaobei\mel_folder/008279.npy +008280 examples\biaobei\mel_folder/008280.npy +008281 examples\biaobei\mel_folder/008281.npy +008282 examples\biaobei\mel_folder/008282.npy +008283 examples\biaobei\mel_folder/008283.npy +008284 examples\biaobei\mel_folder/008284.npy +008285 examples\biaobei\mel_folder/008285.npy +008286 examples\biaobei\mel_folder/008286.npy +008287 examples\biaobei\mel_folder/008287.npy +008288 examples\biaobei\mel_folder/008288.npy +008289 examples\biaobei\mel_folder/008289.npy +008290 examples\biaobei\mel_folder/008290.npy +008291 examples\biaobei\mel_folder/008291.npy +008292 examples\biaobei\mel_folder/008292.npy +008293 examples\biaobei\mel_folder/008293.npy +008294 examples\biaobei\mel_folder/008294.npy +008295 examples\biaobei\mel_folder/008295.npy +008296 examples\biaobei\mel_folder/008296.npy +008297 examples\biaobei\mel_folder/008297.npy +008298 examples\biaobei\mel_folder/008298.npy +008299 examples\biaobei\mel_folder/008299.npy +008300 examples\biaobei\mel_folder/008300.npy +008301 examples\biaobei\mel_folder/008301.npy +008302 examples\biaobei\mel_folder/008302.npy +008303 examples\biaobei\mel_folder/008303.npy +008304 examples\biaobei\mel_folder/008304.npy +008305 examples\biaobei\mel_folder/008305.npy +008306 examples\biaobei\mel_folder/008306.npy +008307 examples\biaobei\mel_folder/008307.npy +008308 examples\biaobei\mel_folder/008308.npy +008309 examples\biaobei\mel_folder/008309.npy +008310 examples\biaobei\mel_folder/008310.npy +008311 examples\biaobei\mel_folder/008311.npy +008312 examples\biaobei\mel_folder/008312.npy +008313 examples\biaobei\mel_folder/008313.npy +008314 examples\biaobei\mel_folder/008314.npy +008315 examples\biaobei\mel_folder/008315.npy +008316 examples\biaobei\mel_folder/008316.npy +008317 examples\biaobei\mel_folder/008317.npy +008318 examples\biaobei\mel_folder/008318.npy +008319 examples\biaobei\mel_folder/008319.npy +008320 examples\biaobei\mel_folder/008320.npy +008321 examples\biaobei\mel_folder/008321.npy +008322 examples\biaobei\mel_folder/008322.npy +008323 examples\biaobei\mel_folder/008323.npy +008324 examples\biaobei\mel_folder/008324.npy +008325 examples\biaobei\mel_folder/008325.npy +008326 examples\biaobei\mel_folder/008326.npy +008327 examples\biaobei\mel_folder/008327.npy +008328 examples\biaobei\mel_folder/008328.npy +008329 examples\biaobei\mel_folder/008329.npy +008330 examples\biaobei\mel_folder/008330.npy +008331 examples\biaobei\mel_folder/008331.npy +008332 examples\biaobei\mel_folder/008332.npy +008333 examples\biaobei\mel_folder/008333.npy +008334 examples\biaobei\mel_folder/008334.npy +008335 examples\biaobei\mel_folder/008335.npy +008336 examples\biaobei\mel_folder/008336.npy +008337 examples\biaobei\mel_folder/008337.npy +008338 examples\biaobei\mel_folder/008338.npy +008339 examples\biaobei\mel_folder/008339.npy +008340 examples\biaobei\mel_folder/008340.npy +008341 examples\biaobei\mel_folder/008341.npy +008342 examples\biaobei\mel_folder/008342.npy +008343 examples\biaobei\mel_folder/008343.npy +008344 examples\biaobei\mel_folder/008344.npy +008345 examples\biaobei\mel_folder/008345.npy +008346 examples\biaobei\mel_folder/008346.npy +008347 examples\biaobei\mel_folder/008347.npy +008348 examples\biaobei\mel_folder/008348.npy +008349 examples\biaobei\mel_folder/008349.npy +008350 examples\biaobei\mel_folder/008350.npy +008351 examples\biaobei\mel_folder/008351.npy +008352 examples\biaobei\mel_folder/008352.npy +008353 examples\biaobei\mel_folder/008353.npy +008354 examples\biaobei\mel_folder/008354.npy +008355 examples\biaobei\mel_folder/008355.npy +008356 examples\biaobei\mel_folder/008356.npy +008357 examples\biaobei\mel_folder/008357.npy +008358 examples\biaobei\mel_folder/008358.npy +008359 examples\biaobei\mel_folder/008359.npy +008360 examples\biaobei\mel_folder/008360.npy +008361 examples\biaobei\mel_folder/008361.npy +008362 examples\biaobei\mel_folder/008362.npy +008363 examples\biaobei\mel_folder/008363.npy +008364 examples\biaobei\mel_folder/008364.npy +008365 examples\biaobei\mel_folder/008365.npy +008366 examples\biaobei\mel_folder/008366.npy +008367 examples\biaobei\mel_folder/008367.npy +008368 examples\biaobei\mel_folder/008368.npy +008369 examples\biaobei\mel_folder/008369.npy +008370 examples\biaobei\mel_folder/008370.npy +008371 examples\biaobei\mel_folder/008371.npy +008372 examples\biaobei\mel_folder/008372.npy +008373 examples\biaobei\mel_folder/008373.npy +008374 examples\biaobei\mel_folder/008374.npy +008375 examples\biaobei\mel_folder/008375.npy +008376 examples\biaobei\mel_folder/008376.npy +008377 examples\biaobei\mel_folder/008377.npy +008378 examples\biaobei\mel_folder/008378.npy +008379 examples\biaobei\mel_folder/008379.npy +008380 examples\biaobei\mel_folder/008380.npy +008381 examples\biaobei\mel_folder/008381.npy +008382 examples\biaobei\mel_folder/008382.npy +008383 examples\biaobei\mel_folder/008383.npy +008384 examples\biaobei\mel_folder/008384.npy +008385 examples\biaobei\mel_folder/008385.npy +008386 examples\biaobei\mel_folder/008386.npy +008387 examples\biaobei\mel_folder/008387.npy +008388 examples\biaobei\mel_folder/008388.npy +008389 examples\biaobei\mel_folder/008389.npy +008390 examples\biaobei\mel_folder/008390.npy +008391 examples\biaobei\mel_folder/008391.npy +008392 examples\biaobei\mel_folder/008392.npy +008393 examples\biaobei\mel_folder/008393.npy +008394 examples\biaobei\mel_folder/008394.npy +008395 examples\biaobei\mel_folder/008395.npy +008396 examples\biaobei\mel_folder/008396.npy +008397 examples\biaobei\mel_folder/008397.npy +008398 examples\biaobei\mel_folder/008398.npy +008399 examples\biaobei\mel_folder/008399.npy +008400 examples\biaobei\mel_folder/008400.npy +008401 examples\biaobei\mel_folder/008401.npy +008402 examples\biaobei\mel_folder/008402.npy +008403 examples\biaobei\mel_folder/008403.npy +008404 examples\biaobei\mel_folder/008404.npy +008405 examples\biaobei\mel_folder/008405.npy +008406 examples\biaobei\mel_folder/008406.npy +008407 examples\biaobei\mel_folder/008407.npy +008408 examples\biaobei\mel_folder/008408.npy +008409 examples\biaobei\mel_folder/008409.npy +008410 examples\biaobei\mel_folder/008410.npy +008411 examples\biaobei\mel_folder/008411.npy +008412 examples\biaobei\mel_folder/008412.npy +008413 examples\biaobei\mel_folder/008413.npy +008414 examples\biaobei\mel_folder/008414.npy +008415 examples\biaobei\mel_folder/008415.npy +008416 examples\biaobei\mel_folder/008416.npy +008417 examples\biaobei\mel_folder/008417.npy +008418 examples\biaobei\mel_folder/008418.npy +008419 examples\biaobei\mel_folder/008419.npy +008420 examples\biaobei\mel_folder/008420.npy +008421 examples\biaobei\mel_folder/008421.npy +008422 examples\biaobei\mel_folder/008422.npy +008423 examples\biaobei\mel_folder/008423.npy +008424 examples\biaobei\mel_folder/008424.npy +008425 examples\biaobei\mel_folder/008425.npy +008426 examples\biaobei\mel_folder/008426.npy +008427 examples\biaobei\mel_folder/008427.npy +008428 examples\biaobei\mel_folder/008428.npy +008429 examples\biaobei\mel_folder/008429.npy +008430 examples\biaobei\mel_folder/008430.npy +008431 examples\biaobei\mel_folder/008431.npy +008432 examples\biaobei\mel_folder/008432.npy +008433 examples\biaobei\mel_folder/008433.npy +008434 examples\biaobei\mel_folder/008434.npy +008435 examples\biaobei\mel_folder/008435.npy +008436 examples\biaobei\mel_folder/008436.npy +008437 examples\biaobei\mel_folder/008437.npy +008438 examples\biaobei\mel_folder/008438.npy +008439 examples\biaobei\mel_folder/008439.npy +008440 examples\biaobei\mel_folder/008440.npy +008441 examples\biaobei\mel_folder/008441.npy +008442 examples\biaobei\mel_folder/008442.npy +008443 examples\biaobei\mel_folder/008443.npy +008444 examples\biaobei\mel_folder/008444.npy +008445 examples\biaobei\mel_folder/008445.npy +008446 examples\biaobei\mel_folder/008446.npy +008447 examples\biaobei\mel_folder/008447.npy +008448 examples\biaobei\mel_folder/008448.npy +008449 examples\biaobei\mel_folder/008449.npy +008450 examples\biaobei\mel_folder/008450.npy +008451 examples\biaobei\mel_folder/008451.npy +008452 examples\biaobei\mel_folder/008452.npy +008453 examples\biaobei\mel_folder/008453.npy +008454 examples\biaobei\mel_folder/008454.npy +008455 examples\biaobei\mel_folder/008455.npy +008456 examples\biaobei\mel_folder/008456.npy +008457 examples\biaobei\mel_folder/008457.npy +008458 examples\biaobei\mel_folder/008458.npy +008459 examples\biaobei\mel_folder/008459.npy +008460 examples\biaobei\mel_folder/008460.npy +008461 examples\biaobei\mel_folder/008461.npy +008462 examples\biaobei\mel_folder/008462.npy +008463 examples\biaobei\mel_folder/008463.npy +008464 examples\biaobei\mel_folder/008464.npy +008465 examples\biaobei\mel_folder/008465.npy +008466 examples\biaobei\mel_folder/008466.npy +008467 examples\biaobei\mel_folder/008467.npy +008468 examples\biaobei\mel_folder/008468.npy +008469 examples\biaobei\mel_folder/008469.npy +008470 examples\biaobei\mel_folder/008470.npy +008471 examples\biaobei\mel_folder/008471.npy +008472 examples\biaobei\mel_folder/008472.npy +008473 examples\biaobei\mel_folder/008473.npy +008474 examples\biaobei\mel_folder/008474.npy +008475 examples\biaobei\mel_folder/008475.npy +008476 examples\biaobei\mel_folder/008476.npy +008477 examples\biaobei\mel_folder/008477.npy +008478 examples\biaobei\mel_folder/008478.npy +008479 examples\biaobei\mel_folder/008479.npy +008480 examples\biaobei\mel_folder/008480.npy +008481 examples\biaobei\mel_folder/008481.npy +008482 examples\biaobei\mel_folder/008482.npy +008483 examples\biaobei\mel_folder/008483.npy +008484 examples\biaobei\mel_folder/008484.npy +008485 examples\biaobei\mel_folder/008485.npy +008486 examples\biaobei\mel_folder/008486.npy +008487 examples\biaobei\mel_folder/008487.npy +008488 examples\biaobei\mel_folder/008488.npy +008489 examples\biaobei\mel_folder/008489.npy +008490 examples\biaobei\mel_folder/008490.npy +008491 examples\biaobei\mel_folder/008491.npy +008492 examples\biaobei\mel_folder/008492.npy +008493 examples\biaobei\mel_folder/008493.npy +008494 examples\biaobei\mel_folder/008494.npy +008495 examples\biaobei\mel_folder/008495.npy +008496 examples\biaobei\mel_folder/008496.npy +008497 examples\biaobei\mel_folder/008497.npy +008498 examples\biaobei\mel_folder/008498.npy +008499 examples\biaobei\mel_folder/008499.npy +008500 examples\biaobei\mel_folder/008500.npy +008501 examples\biaobei\mel_folder/008501.npy +008502 examples\biaobei\mel_folder/008502.npy +008503 examples\biaobei\mel_folder/008503.npy +008504 examples\biaobei\mel_folder/008504.npy +008505 examples\biaobei\mel_folder/008505.npy +008506 examples\biaobei\mel_folder/008506.npy +008507 examples\biaobei\mel_folder/008507.npy +008508 examples\biaobei\mel_folder/008508.npy +008509 examples\biaobei\mel_folder/008509.npy +008510 examples\biaobei\mel_folder/008510.npy +008511 examples\biaobei\mel_folder/008511.npy +008512 examples\biaobei\mel_folder/008512.npy +008513 examples\biaobei\mel_folder/008513.npy +008514 examples\biaobei\mel_folder/008514.npy +008515 examples\biaobei\mel_folder/008515.npy +008516 examples\biaobei\mel_folder/008516.npy +008517 examples\biaobei\mel_folder/008517.npy +008518 examples\biaobei\mel_folder/008518.npy +008519 examples\biaobei\mel_folder/008519.npy +008520 examples\biaobei\mel_folder/008520.npy +008521 examples\biaobei\mel_folder/008521.npy +008522 examples\biaobei\mel_folder/008522.npy +008523 examples\biaobei\mel_folder/008523.npy +008524 examples\biaobei\mel_folder/008524.npy +008525 examples\biaobei\mel_folder/008525.npy +008526 examples\biaobei\mel_folder/008526.npy +008527 examples\biaobei\mel_folder/008527.npy +008528 examples\biaobei\mel_folder/008528.npy +008529 examples\biaobei\mel_folder/008529.npy +008530 examples\biaobei\mel_folder/008530.npy +008531 examples\biaobei\mel_folder/008531.npy +008532 examples\biaobei\mel_folder/008532.npy +008533 examples\biaobei\mel_folder/008533.npy +008534 examples\biaobei\mel_folder/008534.npy +008535 examples\biaobei\mel_folder/008535.npy +008536 examples\biaobei\mel_folder/008536.npy +008537 examples\biaobei\mel_folder/008537.npy +008538 examples\biaobei\mel_folder/008538.npy +008539 examples\biaobei\mel_folder/008539.npy +008540 examples\biaobei\mel_folder/008540.npy +008541 examples\biaobei\mel_folder/008541.npy +008542 examples\biaobei\mel_folder/008542.npy +008543 examples\biaobei\mel_folder/008543.npy +008544 examples\biaobei\mel_folder/008544.npy +008545 examples\biaobei\mel_folder/008545.npy +008546 examples\biaobei\mel_folder/008546.npy +008547 examples\biaobei\mel_folder/008547.npy +008548 examples\biaobei\mel_folder/008548.npy +008549 examples\biaobei\mel_folder/008549.npy +008550 examples\biaobei\mel_folder/008550.npy +008551 examples\biaobei\mel_folder/008551.npy +008552 examples\biaobei\mel_folder/008552.npy +008553 examples\biaobei\mel_folder/008553.npy +008554 examples\biaobei\mel_folder/008554.npy +008555 examples\biaobei\mel_folder/008555.npy +008556 examples\biaobei\mel_folder/008556.npy +008557 examples\biaobei\mel_folder/008557.npy +008558 examples\biaobei\mel_folder/008558.npy +008559 examples\biaobei\mel_folder/008559.npy +008560 examples\biaobei\mel_folder/008560.npy +008561 examples\biaobei\mel_folder/008561.npy +008562 examples\biaobei\mel_folder/008562.npy +008563 examples\biaobei\mel_folder/008563.npy +008564 examples\biaobei\mel_folder/008564.npy +008565 examples\biaobei\mel_folder/008565.npy +008566 examples\biaobei\mel_folder/008566.npy +008567 examples\biaobei\mel_folder/008567.npy +008568 examples\biaobei\mel_folder/008568.npy +008569 examples\biaobei\mel_folder/008569.npy +008570 examples\biaobei\mel_folder/008570.npy +008571 examples\biaobei\mel_folder/008571.npy +008572 examples\biaobei\mel_folder/008572.npy +008573 examples\biaobei\mel_folder/008573.npy +008574 examples\biaobei\mel_folder/008574.npy +008575 examples\biaobei\mel_folder/008575.npy +008576 examples\biaobei\mel_folder/008576.npy +008577 examples\biaobei\mel_folder/008577.npy +008578 examples\biaobei\mel_folder/008578.npy +008579 examples\biaobei\mel_folder/008579.npy +008580 examples\biaobei\mel_folder/008580.npy +008581 examples\biaobei\mel_folder/008581.npy +008582 examples\biaobei\mel_folder/008582.npy +008583 examples\biaobei\mel_folder/008583.npy +008584 examples\biaobei\mel_folder/008584.npy +008585 examples\biaobei\mel_folder/008585.npy +008586 examples\biaobei\mel_folder/008586.npy +008587 examples\biaobei\mel_folder/008587.npy +008588 examples\biaobei\mel_folder/008588.npy +008589 examples\biaobei\mel_folder/008589.npy +008590 examples\biaobei\mel_folder/008590.npy +008591 examples\biaobei\mel_folder/008591.npy +008592 examples\biaobei\mel_folder/008592.npy +008593 examples\biaobei\mel_folder/008593.npy +008594 examples\biaobei\mel_folder/008594.npy +008595 examples\biaobei\mel_folder/008595.npy +008596 examples\biaobei\mel_folder/008596.npy +008597 examples\biaobei\mel_folder/008597.npy +008598 examples\biaobei\mel_folder/008598.npy +008599 examples\biaobei\mel_folder/008599.npy +008600 examples\biaobei\mel_folder/008600.npy +008601 examples\biaobei\mel_folder/008601.npy +008602 examples\biaobei\mel_folder/008602.npy +008603 examples\biaobei\mel_folder/008603.npy +008604 examples\biaobei\mel_folder/008604.npy +008605 examples\biaobei\mel_folder/008605.npy +008606 examples\biaobei\mel_folder/008606.npy +008607 examples\biaobei\mel_folder/008607.npy +008608 examples\biaobei\mel_folder/008608.npy +008609 examples\biaobei\mel_folder/008609.npy +008610 examples\biaobei\mel_folder/008610.npy +008611 examples\biaobei\mel_folder/008611.npy +008612 examples\biaobei\mel_folder/008612.npy +008613 examples\biaobei\mel_folder/008613.npy +008614 examples\biaobei\mel_folder/008614.npy +008615 examples\biaobei\mel_folder/008615.npy +008616 examples\biaobei\mel_folder/008616.npy +008617 examples\biaobei\mel_folder/008617.npy +008618 examples\biaobei\mel_folder/008618.npy +008619 examples\biaobei\mel_folder/008619.npy +008620 examples\biaobei\mel_folder/008620.npy +008621 examples\biaobei\mel_folder/008621.npy +008622 examples\biaobei\mel_folder/008622.npy +008623 examples\biaobei\mel_folder/008623.npy +008624 examples\biaobei\mel_folder/008624.npy +008625 examples\biaobei\mel_folder/008625.npy +008626 examples\biaobei\mel_folder/008626.npy +008627 examples\biaobei\mel_folder/008627.npy +008628 examples\biaobei\mel_folder/008628.npy +008629 examples\biaobei\mel_folder/008629.npy +008630 examples\biaobei\mel_folder/008630.npy +008631 examples\biaobei\mel_folder/008631.npy +008632 examples\biaobei\mel_folder/008632.npy +008633 examples\biaobei\mel_folder/008633.npy +008634 examples\biaobei\mel_folder/008634.npy +008635 examples\biaobei\mel_folder/008635.npy +008636 examples\biaobei\mel_folder/008636.npy +008637 examples\biaobei\mel_folder/008637.npy +008638 examples\biaobei\mel_folder/008638.npy +008639 examples\biaobei\mel_folder/008639.npy +008640 examples\biaobei\mel_folder/008640.npy +008641 examples\biaobei\mel_folder/008641.npy +008642 examples\biaobei\mel_folder/008642.npy +008643 examples\biaobei\mel_folder/008643.npy +008644 examples\biaobei\mel_folder/008644.npy +008645 examples\biaobei\mel_folder/008645.npy +008646 examples\biaobei\mel_folder/008646.npy +008647 examples\biaobei\mel_folder/008647.npy +008648 examples\biaobei\mel_folder/008648.npy +008649 examples\biaobei\mel_folder/008649.npy +008650 examples\biaobei\mel_folder/008650.npy +008651 examples\biaobei\mel_folder/008651.npy +008652 examples\biaobei\mel_folder/008652.npy +008653 examples\biaobei\mel_folder/008653.npy +008654 examples\biaobei\mel_folder/008654.npy +008655 examples\biaobei\mel_folder/008655.npy +008656 examples\biaobei\mel_folder/008656.npy +008657 examples\biaobei\mel_folder/008657.npy +008658 examples\biaobei\mel_folder/008658.npy +008659 examples\biaobei\mel_folder/008659.npy +008660 examples\biaobei\mel_folder/008660.npy +008661 examples\biaobei\mel_folder/008661.npy +008662 examples\biaobei\mel_folder/008662.npy +008663 examples\biaobei\mel_folder/008663.npy +008664 examples\biaobei\mel_folder/008664.npy +008665 examples\biaobei\mel_folder/008665.npy +008666 examples\biaobei\mel_folder/008666.npy +008667 examples\biaobei\mel_folder/008667.npy +008668 examples\biaobei\mel_folder/008668.npy +008669 examples\biaobei\mel_folder/008669.npy +008670 examples\biaobei\mel_folder/008670.npy +008671 examples\biaobei\mel_folder/008671.npy +008672 examples\biaobei\mel_folder/008672.npy +008673 examples\biaobei\mel_folder/008673.npy +008674 examples\biaobei\mel_folder/008674.npy +008675 examples\biaobei\mel_folder/008675.npy +008676 examples\biaobei\mel_folder/008676.npy +008677 examples\biaobei\mel_folder/008677.npy +008678 examples\biaobei\mel_folder/008678.npy +008679 examples\biaobei\mel_folder/008679.npy +008680 examples\biaobei\mel_folder/008680.npy +008681 examples\biaobei\mel_folder/008681.npy +008682 examples\biaobei\mel_folder/008682.npy +008683 examples\biaobei\mel_folder/008683.npy +008684 examples\biaobei\mel_folder/008684.npy +008685 examples\biaobei\mel_folder/008685.npy +008686 examples\biaobei\mel_folder/008686.npy +008687 examples\biaobei\mel_folder/008687.npy +008688 examples\biaobei\mel_folder/008688.npy +008689 examples\biaobei\mel_folder/008689.npy +008690 examples\biaobei\mel_folder/008690.npy +008691 examples\biaobei\mel_folder/008691.npy +008692 examples\biaobei\mel_folder/008692.npy +008693 examples\biaobei\mel_folder/008693.npy +008694 examples\biaobei\mel_folder/008694.npy +008695 examples\biaobei\mel_folder/008695.npy +008696 examples\biaobei\mel_folder/008696.npy +008697 examples\biaobei\mel_folder/008697.npy +008698 examples\biaobei\mel_folder/008698.npy +008699 examples\biaobei\mel_folder/008699.npy +008700 examples\biaobei\mel_folder/008700.npy +008701 examples\biaobei\mel_folder/008701.npy +008702 examples\biaobei\mel_folder/008702.npy +008703 examples\biaobei\mel_folder/008703.npy +008704 examples\biaobei\mel_folder/008704.npy +008705 examples\biaobei\mel_folder/008705.npy +008706 examples\biaobei\mel_folder/008706.npy +008707 examples\biaobei\mel_folder/008707.npy +008708 examples\biaobei\mel_folder/008708.npy +008709 examples\biaobei\mel_folder/008709.npy +008710 examples\biaobei\mel_folder/008710.npy +008711 examples\biaobei\mel_folder/008711.npy +008712 examples\biaobei\mel_folder/008712.npy +008713 examples\biaobei\mel_folder/008713.npy +008714 examples\biaobei\mel_folder/008714.npy +008715 examples\biaobei\mel_folder/008715.npy +008716 examples\biaobei\mel_folder/008716.npy +008717 examples\biaobei\mel_folder/008717.npy +008718 examples\biaobei\mel_folder/008718.npy +008719 examples\biaobei\mel_folder/008719.npy +008720 examples\biaobei\mel_folder/008720.npy +008721 examples\biaobei\mel_folder/008721.npy +008722 examples\biaobei\mel_folder/008722.npy +008723 examples\biaobei\mel_folder/008723.npy +008724 examples\biaobei\mel_folder/008724.npy +008725 examples\biaobei\mel_folder/008725.npy +008726 examples\biaobei\mel_folder/008726.npy +008727 examples\biaobei\mel_folder/008727.npy +008728 examples\biaobei\mel_folder/008728.npy +008729 examples\biaobei\mel_folder/008729.npy +008730 examples\biaobei\mel_folder/008730.npy +008731 examples\biaobei\mel_folder/008731.npy +008732 examples\biaobei\mel_folder/008732.npy +008733 examples\biaobei\mel_folder/008733.npy +008734 examples\biaobei\mel_folder/008734.npy +008735 examples\biaobei\mel_folder/008735.npy +008736 examples\biaobei\mel_folder/008736.npy +008737 examples\biaobei\mel_folder/008737.npy +008738 examples\biaobei\mel_folder/008738.npy +008739 examples\biaobei\mel_folder/008739.npy +008740 examples\biaobei\mel_folder/008740.npy +008741 examples\biaobei\mel_folder/008741.npy +008742 examples\biaobei\mel_folder/008742.npy +008743 examples\biaobei\mel_folder/008743.npy +008744 examples\biaobei\mel_folder/008744.npy +008745 examples\biaobei\mel_folder/008745.npy +008746 examples\biaobei\mel_folder/008746.npy +008747 examples\biaobei\mel_folder/008747.npy +008748 examples\biaobei\mel_folder/008748.npy +008749 examples\biaobei\mel_folder/008749.npy +008750 examples\biaobei\mel_folder/008750.npy +008751 examples\biaobei\mel_folder/008751.npy +008752 examples\biaobei\mel_folder/008752.npy +008753 examples\biaobei\mel_folder/008753.npy +008754 examples\biaobei\mel_folder/008754.npy +008755 examples\biaobei\mel_folder/008755.npy +008756 examples\biaobei\mel_folder/008756.npy +008757 examples\biaobei\mel_folder/008757.npy +008758 examples\biaobei\mel_folder/008758.npy +008759 examples\biaobei\mel_folder/008759.npy +008760 examples\biaobei\mel_folder/008760.npy +008761 examples\biaobei\mel_folder/008761.npy +008762 examples\biaobei\mel_folder/008762.npy +008763 examples\biaobei\mel_folder/008763.npy +008764 examples\biaobei\mel_folder/008764.npy +008765 examples\biaobei\mel_folder/008765.npy +008766 examples\biaobei\mel_folder/008766.npy +008767 examples\biaobei\mel_folder/008767.npy +008768 examples\biaobei\mel_folder/008768.npy +008769 examples\biaobei\mel_folder/008769.npy +008770 examples\biaobei\mel_folder/008770.npy +008771 examples\biaobei\mel_folder/008771.npy +008772 examples\biaobei\mel_folder/008772.npy +008773 examples\biaobei\mel_folder/008773.npy +008774 examples\biaobei\mel_folder/008774.npy +008775 examples\biaobei\mel_folder/008775.npy +008776 examples\biaobei\mel_folder/008776.npy +008777 examples\biaobei\mel_folder/008777.npy +008778 examples\biaobei\mel_folder/008778.npy +008779 examples\biaobei\mel_folder/008779.npy +008780 examples\biaobei\mel_folder/008780.npy +008781 examples\biaobei\mel_folder/008781.npy +008782 examples\biaobei\mel_folder/008782.npy +008783 examples\biaobei\mel_folder/008783.npy +008784 examples\biaobei\mel_folder/008784.npy +008785 examples\biaobei\mel_folder/008785.npy +008786 examples\biaobei\mel_folder/008786.npy +008787 examples\biaobei\mel_folder/008787.npy +008788 examples\biaobei\mel_folder/008788.npy +008789 examples\biaobei\mel_folder/008789.npy +008790 examples\biaobei\mel_folder/008790.npy +008791 examples\biaobei\mel_folder/008791.npy +008792 examples\biaobei\mel_folder/008792.npy +008793 examples\biaobei\mel_folder/008793.npy +008794 examples\biaobei\mel_folder/008794.npy +008795 examples\biaobei\mel_folder/008795.npy +008796 examples\biaobei\mel_folder/008796.npy +008797 examples\biaobei\mel_folder/008797.npy +008798 examples\biaobei\mel_folder/008798.npy +008799 examples\biaobei\mel_folder/008799.npy +008800 examples\biaobei\mel_folder/008800.npy +008801 examples\biaobei\mel_folder/008801.npy +008802 examples\biaobei\mel_folder/008802.npy +008803 examples\biaobei\mel_folder/008803.npy +008804 examples\biaobei\mel_folder/008804.npy +008805 examples\biaobei\mel_folder/008805.npy +008806 examples\biaobei\mel_folder/008806.npy +008807 examples\biaobei\mel_folder/008807.npy +008808 examples\biaobei\mel_folder/008808.npy +008809 examples\biaobei\mel_folder/008809.npy +008810 examples\biaobei\mel_folder/008810.npy +008811 examples\biaobei\mel_folder/008811.npy +008812 examples\biaobei\mel_folder/008812.npy +008813 examples\biaobei\mel_folder/008813.npy +008814 examples\biaobei\mel_folder/008814.npy +008815 examples\biaobei\mel_folder/008815.npy +008816 examples\biaobei\mel_folder/008816.npy +008817 examples\biaobei\mel_folder/008817.npy +008818 examples\biaobei\mel_folder/008818.npy +008819 examples\biaobei\mel_folder/008819.npy +008820 examples\biaobei\mel_folder/008820.npy +008821 examples\biaobei\mel_folder/008821.npy +008822 examples\biaobei\mel_folder/008822.npy +008823 examples\biaobei\mel_folder/008823.npy +008824 examples\biaobei\mel_folder/008824.npy +008825 examples\biaobei\mel_folder/008825.npy +008826 examples\biaobei\mel_folder/008826.npy +008827 examples\biaobei\mel_folder/008827.npy +008828 examples\biaobei\mel_folder/008828.npy +008829 examples\biaobei\mel_folder/008829.npy +008830 examples\biaobei\mel_folder/008830.npy +008831 examples\biaobei\mel_folder/008831.npy +008832 examples\biaobei\mel_folder/008832.npy +008833 examples\biaobei\mel_folder/008833.npy +008834 examples\biaobei\mel_folder/008834.npy +008835 examples\biaobei\mel_folder/008835.npy +008836 examples\biaobei\mel_folder/008836.npy +008837 examples\biaobei\mel_folder/008837.npy +008838 examples\biaobei\mel_folder/008838.npy +008839 examples\biaobei\mel_folder/008839.npy +008840 examples\biaobei\mel_folder/008840.npy +008841 examples\biaobei\mel_folder/008841.npy +008842 examples\biaobei\mel_folder/008842.npy +008843 examples\biaobei\mel_folder/008843.npy +008844 examples\biaobei\mel_folder/008844.npy +008845 examples\biaobei\mel_folder/008845.npy +008846 examples\biaobei\mel_folder/008846.npy +008847 examples\biaobei\mel_folder/008847.npy +008848 examples\biaobei\mel_folder/008848.npy +008849 examples\biaobei\mel_folder/008849.npy +008850 examples\biaobei\mel_folder/008850.npy +008851 examples\biaobei\mel_folder/008851.npy +008852 examples\biaobei\mel_folder/008852.npy +008853 examples\biaobei\mel_folder/008853.npy +008854 examples\biaobei\mel_folder/008854.npy +008855 examples\biaobei\mel_folder/008855.npy +008856 examples\biaobei\mel_folder/008856.npy +008857 examples\biaobei\mel_folder/008857.npy +008858 examples\biaobei\mel_folder/008858.npy +008859 examples\biaobei\mel_folder/008859.npy +008860 examples\biaobei\mel_folder/008860.npy +008861 examples\biaobei\mel_folder/008861.npy +008862 examples\biaobei\mel_folder/008862.npy +008863 examples\biaobei\mel_folder/008863.npy +008864 examples\biaobei\mel_folder/008864.npy +008865 examples\biaobei\mel_folder/008865.npy +008866 examples\biaobei\mel_folder/008866.npy +008867 examples\biaobei\mel_folder/008867.npy +008868 examples\biaobei\mel_folder/008868.npy +008869 examples\biaobei\mel_folder/008869.npy +008870 examples\biaobei\mel_folder/008870.npy +008871 examples\biaobei\mel_folder/008871.npy +008872 examples\biaobei\mel_folder/008872.npy +008873 examples\biaobei\mel_folder/008873.npy +008874 examples\biaobei\mel_folder/008874.npy +008875 examples\biaobei\mel_folder/008875.npy +008876 examples\biaobei\mel_folder/008876.npy +008877 examples\biaobei\mel_folder/008877.npy +008878 examples\biaobei\mel_folder/008878.npy +008879 examples\biaobei\mel_folder/008879.npy +008880 examples\biaobei\mel_folder/008880.npy +008881 examples\biaobei\mel_folder/008881.npy +008882 examples\biaobei\mel_folder/008882.npy +008883 examples\biaobei\mel_folder/008883.npy +008884 examples\biaobei\mel_folder/008884.npy +008885 examples\biaobei\mel_folder/008885.npy +008886 examples\biaobei\mel_folder/008886.npy +008887 examples\biaobei\mel_folder/008887.npy +008888 examples\biaobei\mel_folder/008888.npy +008889 examples\biaobei\mel_folder/008889.npy +008890 examples\biaobei\mel_folder/008890.npy +008891 examples\biaobei\mel_folder/008891.npy +008892 examples\biaobei\mel_folder/008892.npy +008893 examples\biaobei\mel_folder/008893.npy +008894 examples\biaobei\mel_folder/008894.npy +008895 examples\biaobei\mel_folder/008895.npy +008896 examples\biaobei\mel_folder/008896.npy +008897 examples\biaobei\mel_folder/008897.npy +008898 examples\biaobei\mel_folder/008898.npy +008899 examples\biaobei\mel_folder/008899.npy +008900 examples\biaobei\mel_folder/008900.npy +008901 examples\biaobei\mel_folder/008901.npy +008902 examples\biaobei\mel_folder/008902.npy +008903 examples\biaobei\mel_folder/008903.npy +008904 examples\biaobei\mel_folder/008904.npy +008905 examples\biaobei\mel_folder/008905.npy +008906 examples\biaobei\mel_folder/008906.npy +008907 examples\biaobei\mel_folder/008907.npy +008908 examples\biaobei\mel_folder/008908.npy +008909 examples\biaobei\mel_folder/008909.npy +008910 examples\biaobei\mel_folder/008910.npy +008911 examples\biaobei\mel_folder/008911.npy +008912 examples\biaobei\mel_folder/008912.npy +008913 examples\biaobei\mel_folder/008913.npy +008914 examples\biaobei\mel_folder/008914.npy +008915 examples\biaobei\mel_folder/008915.npy +008916 examples\biaobei\mel_folder/008916.npy +008917 examples\biaobei\mel_folder/008917.npy +008918 examples\biaobei\mel_folder/008918.npy +008919 examples\biaobei\mel_folder/008919.npy +008920 examples\biaobei\mel_folder/008920.npy +008921 examples\biaobei\mel_folder/008921.npy +008922 examples\biaobei\mel_folder/008922.npy +008923 examples\biaobei\mel_folder/008923.npy +008924 examples\biaobei\mel_folder/008924.npy +008925 examples\biaobei\mel_folder/008925.npy +008926 examples\biaobei\mel_folder/008926.npy +008927 examples\biaobei\mel_folder/008927.npy +008928 examples\biaobei\mel_folder/008928.npy +008929 examples\biaobei\mel_folder/008929.npy +008930 examples\biaobei\mel_folder/008930.npy +008931 examples\biaobei\mel_folder/008931.npy +008932 examples\biaobei\mel_folder/008932.npy +008933 examples\biaobei\mel_folder/008933.npy +008934 examples\biaobei\mel_folder/008934.npy +008935 examples\biaobei\mel_folder/008935.npy +008936 examples\biaobei\mel_folder/008936.npy +008937 examples\biaobei\mel_folder/008937.npy +008938 examples\biaobei\mel_folder/008938.npy +008939 examples\biaobei\mel_folder/008939.npy +008940 examples\biaobei\mel_folder/008940.npy +008941 examples\biaobei\mel_folder/008941.npy +008942 examples\biaobei\mel_folder/008942.npy +008943 examples\biaobei\mel_folder/008943.npy +008944 examples\biaobei\mel_folder/008944.npy +008945 examples\biaobei\mel_folder/008945.npy +008946 examples\biaobei\mel_folder/008946.npy +008947 examples\biaobei\mel_folder/008947.npy +008948 examples\biaobei\mel_folder/008948.npy +008949 examples\biaobei\mel_folder/008949.npy +008950 examples\biaobei\mel_folder/008950.npy +008951 examples\biaobei\mel_folder/008951.npy +008952 examples\biaobei\mel_folder/008952.npy +008953 examples\biaobei\mel_folder/008953.npy +008954 examples\biaobei\mel_folder/008954.npy +008955 examples\biaobei\mel_folder/008955.npy +008956 examples\biaobei\mel_folder/008956.npy +008957 examples\biaobei\mel_folder/008957.npy +008958 examples\biaobei\mel_folder/008958.npy +008959 examples\biaobei\mel_folder/008959.npy +008960 examples\biaobei\mel_folder/008960.npy +008961 examples\biaobei\mel_folder/008961.npy +008962 examples\biaobei\mel_folder/008962.npy +008963 examples\biaobei\mel_folder/008963.npy +008964 examples\biaobei\mel_folder/008964.npy +008965 examples\biaobei\mel_folder/008965.npy +008966 examples\biaobei\mel_folder/008966.npy +008967 examples\biaobei\mel_folder/008967.npy +008968 examples\biaobei\mel_folder/008968.npy +008969 examples\biaobei\mel_folder/008969.npy +008970 examples\biaobei\mel_folder/008970.npy +008971 examples\biaobei\mel_folder/008971.npy +008972 examples\biaobei\mel_folder/008972.npy +008973 examples\biaobei\mel_folder/008973.npy +008974 examples\biaobei\mel_folder/008974.npy +008975 examples\biaobei\mel_folder/008975.npy +008976 examples\biaobei\mel_folder/008976.npy +008977 examples\biaobei\mel_folder/008977.npy +008978 examples\biaobei\mel_folder/008978.npy +008979 examples\biaobei\mel_folder/008979.npy +008980 examples\biaobei\mel_folder/008980.npy +008981 examples\biaobei\mel_folder/008981.npy +008982 examples\biaobei\mel_folder/008982.npy +008983 examples\biaobei\mel_folder/008983.npy +008984 examples\biaobei\mel_folder/008984.npy +008985 examples\biaobei\mel_folder/008985.npy +008986 examples\biaobei\mel_folder/008986.npy +008987 examples\biaobei\mel_folder/008987.npy +008988 examples\biaobei\mel_folder/008988.npy +008989 examples\biaobei\mel_folder/008989.npy +008990 examples\biaobei\mel_folder/008990.npy +008991 examples\biaobei\mel_folder/008991.npy +008992 examples\biaobei\mel_folder/008992.npy +008993 examples\biaobei\mel_folder/008993.npy +008994 examples\biaobei\mel_folder/008994.npy +008995 examples\biaobei\mel_folder/008995.npy +008996 examples\biaobei\mel_folder/008996.npy +008997 examples\biaobei\mel_folder/008997.npy +008998 examples\biaobei\mel_folder/008998.npy +008999 examples\biaobei\mel_folder/008999.npy +009000 examples\biaobei\mel_folder/009000.npy +009001 examples\biaobei\mel_folder/009001.npy +009002 examples\biaobei\mel_folder/009002.npy +009003 examples\biaobei\mel_folder/009003.npy +009004 examples\biaobei\mel_folder/009004.npy +009005 examples\biaobei\mel_folder/009005.npy +009006 examples\biaobei\mel_folder/009006.npy +009007 examples\biaobei\mel_folder/009007.npy +009008 examples\biaobei\mel_folder/009008.npy +009009 examples\biaobei\mel_folder/009009.npy +009010 examples\biaobei\mel_folder/009010.npy +009011 examples\biaobei\mel_folder/009011.npy +009012 examples\biaobei\mel_folder/009012.npy +009013 examples\biaobei\mel_folder/009013.npy +009014 examples\biaobei\mel_folder/009014.npy +009015 examples\biaobei\mel_folder/009015.npy +009016 examples\biaobei\mel_folder/009016.npy +009017 examples\biaobei\mel_folder/009017.npy +009018 examples\biaobei\mel_folder/009018.npy +009019 examples\biaobei\mel_folder/009019.npy +009020 examples\biaobei\mel_folder/009020.npy +009021 examples\biaobei\mel_folder/009021.npy +009022 examples\biaobei\mel_folder/009022.npy +009023 examples\biaobei\mel_folder/009023.npy +009024 examples\biaobei\mel_folder/009024.npy +009025 examples\biaobei\mel_folder/009025.npy +009026 examples\biaobei\mel_folder/009026.npy +009027 examples\biaobei\mel_folder/009027.npy +009028 examples\biaobei\mel_folder/009028.npy +009029 examples\biaobei\mel_folder/009029.npy +009030 examples\biaobei\mel_folder/009030.npy +009031 examples\biaobei\mel_folder/009031.npy +009032 examples\biaobei\mel_folder/009032.npy +009033 examples\biaobei\mel_folder/009033.npy +009034 examples\biaobei\mel_folder/009034.npy +009035 examples\biaobei\mel_folder/009035.npy +009036 examples\biaobei\mel_folder/009036.npy +009037 examples\biaobei\mel_folder/009037.npy +009038 examples\biaobei\mel_folder/009038.npy +009039 examples\biaobei\mel_folder/009039.npy +009040 examples\biaobei\mel_folder/009040.npy +009041 examples\biaobei\mel_folder/009041.npy +009042 examples\biaobei\mel_folder/009042.npy +009043 examples\biaobei\mel_folder/009043.npy +009044 examples\biaobei\mel_folder/009044.npy +009045 examples\biaobei\mel_folder/009045.npy +009046 examples\biaobei\mel_folder/009046.npy +009047 examples\biaobei\mel_folder/009047.npy +009048 examples\biaobei\mel_folder/009048.npy +009049 examples\biaobei\mel_folder/009049.npy +009050 examples\biaobei\mel_folder/009050.npy +009051 examples\biaobei\mel_folder/009051.npy +009052 examples\biaobei\mel_folder/009052.npy +009053 examples\biaobei\mel_folder/009053.npy +009054 examples\biaobei\mel_folder/009054.npy +009055 examples\biaobei\mel_folder/009055.npy +009056 examples\biaobei\mel_folder/009056.npy +009057 examples\biaobei\mel_folder/009057.npy +009058 examples\biaobei\mel_folder/009058.npy +009059 examples\biaobei\mel_folder/009059.npy +009060 examples\biaobei\mel_folder/009060.npy +009061 examples\biaobei\mel_folder/009061.npy +009062 examples\biaobei\mel_folder/009062.npy +009063 examples\biaobei\mel_folder/009063.npy +009064 examples\biaobei\mel_folder/009064.npy +009065 examples\biaobei\mel_folder/009065.npy +009066 examples\biaobei\mel_folder/009066.npy +009067 examples\biaobei\mel_folder/009067.npy +009068 examples\biaobei\mel_folder/009068.npy +009069 examples\biaobei\mel_folder/009069.npy +009070 examples\biaobei\mel_folder/009070.npy +009071 examples\biaobei\mel_folder/009071.npy +009072 examples\biaobei\mel_folder/009072.npy +009073 examples\biaobei\mel_folder/009073.npy +009074 examples\biaobei\mel_folder/009074.npy +009075 examples\biaobei\mel_folder/009075.npy +009076 examples\biaobei\mel_folder/009076.npy +009077 examples\biaobei\mel_folder/009077.npy +009078 examples\biaobei\mel_folder/009078.npy +009079 examples\biaobei\mel_folder/009079.npy +009080 examples\biaobei\mel_folder/009080.npy +009081 examples\biaobei\mel_folder/009081.npy +009082 examples\biaobei\mel_folder/009082.npy +009083 examples\biaobei\mel_folder/009083.npy +009084 examples\biaobei\mel_folder/009084.npy +009085 examples\biaobei\mel_folder/009085.npy +009086 examples\biaobei\mel_folder/009086.npy +009087 examples\biaobei\mel_folder/009087.npy +009088 examples\biaobei\mel_folder/009088.npy +009089 examples\biaobei\mel_folder/009089.npy +009090 examples\biaobei\mel_folder/009090.npy +009091 examples\biaobei\mel_folder/009091.npy +009092 examples\biaobei\mel_folder/009092.npy +009093 examples\biaobei\mel_folder/009093.npy +009094 examples\biaobei\mel_folder/009094.npy +009095 examples\biaobei\mel_folder/009095.npy +009096 examples\biaobei\mel_folder/009096.npy +009097 examples\biaobei\mel_folder/009097.npy +009098 examples\biaobei\mel_folder/009098.npy +009099 examples\biaobei\mel_folder/009099.npy +009100 examples\biaobei\mel_folder/009100.npy +009101 examples\biaobei\mel_folder/009101.npy +009102 examples\biaobei\mel_folder/009102.npy +009103 examples\biaobei\mel_folder/009103.npy +009104 examples\biaobei\mel_folder/009104.npy +009105 examples\biaobei\mel_folder/009105.npy +009106 examples\biaobei\mel_folder/009106.npy +009107 examples\biaobei\mel_folder/009107.npy +009108 examples\biaobei\mel_folder/009108.npy +009109 examples\biaobei\mel_folder/009109.npy +009110 examples\biaobei\mel_folder/009110.npy +009111 examples\biaobei\mel_folder/009111.npy +009112 examples\biaobei\mel_folder/009112.npy +009113 examples\biaobei\mel_folder/009113.npy +009114 examples\biaobei\mel_folder/009114.npy +009115 examples\biaobei\mel_folder/009115.npy +009116 examples\biaobei\mel_folder/009116.npy +009117 examples\biaobei\mel_folder/009117.npy +009118 examples\biaobei\mel_folder/009118.npy +009119 examples\biaobei\mel_folder/009119.npy +009120 examples\biaobei\mel_folder/009120.npy +009121 examples\biaobei\mel_folder/009121.npy +009122 examples\biaobei\mel_folder/009122.npy +009123 examples\biaobei\mel_folder/009123.npy +009124 examples\biaobei\mel_folder/009124.npy +009125 examples\biaobei\mel_folder/009125.npy +009126 examples\biaobei\mel_folder/009126.npy +009127 examples\biaobei\mel_folder/009127.npy +009128 examples\biaobei\mel_folder/009128.npy +009129 examples\biaobei\mel_folder/009129.npy +009130 examples\biaobei\mel_folder/009130.npy +009131 examples\biaobei\mel_folder/009131.npy +009132 examples\biaobei\mel_folder/009132.npy +009133 examples\biaobei\mel_folder/009133.npy +009134 examples\biaobei\mel_folder/009134.npy +009135 examples\biaobei\mel_folder/009135.npy +009136 examples\biaobei\mel_folder/009136.npy +009137 examples\biaobei\mel_folder/009137.npy +009138 examples\biaobei\mel_folder/009138.npy +009139 examples\biaobei\mel_folder/009139.npy +009140 examples\biaobei\mel_folder/009140.npy +009141 examples\biaobei\mel_folder/009141.npy +009142 examples\biaobei\mel_folder/009142.npy +009143 examples\biaobei\mel_folder/009143.npy +009144 examples\biaobei\mel_folder/009144.npy +009145 examples\biaobei\mel_folder/009145.npy +009146 examples\biaobei\mel_folder/009146.npy +009147 examples\biaobei\mel_folder/009147.npy +009148 examples\biaobei\mel_folder/009148.npy +009149 examples\biaobei\mel_folder/009149.npy +009150 examples\biaobei\mel_folder/009150.npy +009151 examples\biaobei\mel_folder/009151.npy +009152 examples\biaobei\mel_folder/009152.npy +009153 examples\biaobei\mel_folder/009153.npy +009154 examples\biaobei\mel_folder/009154.npy +009155 examples\biaobei\mel_folder/009155.npy +009156 examples\biaobei\mel_folder/009156.npy +009157 examples\biaobei\mel_folder/009157.npy +009158 examples\biaobei\mel_folder/009158.npy +009159 examples\biaobei\mel_folder/009159.npy +009160 examples\biaobei\mel_folder/009160.npy +009161 examples\biaobei\mel_folder/009161.npy +009162 examples\biaobei\mel_folder/009162.npy +009163 examples\biaobei\mel_folder/009163.npy +009164 examples\biaobei\mel_folder/009164.npy +009165 examples\biaobei\mel_folder/009165.npy +009166 examples\biaobei\mel_folder/009166.npy +009167 examples\biaobei\mel_folder/009167.npy +009168 examples\biaobei\mel_folder/009168.npy +009169 examples\biaobei\mel_folder/009169.npy +009170 examples\biaobei\mel_folder/009170.npy +009171 examples\biaobei\mel_folder/009171.npy +009172 examples\biaobei\mel_folder/009172.npy +009173 examples\biaobei\mel_folder/009173.npy +009174 examples\biaobei\mel_folder/009174.npy +009175 examples\biaobei\mel_folder/009175.npy +009176 examples\biaobei\mel_folder/009176.npy +009177 examples\biaobei\mel_folder/009177.npy +009178 examples\biaobei\mel_folder/009178.npy +009179 examples\biaobei\mel_folder/009179.npy +009180 examples\biaobei\mel_folder/009180.npy +009181 examples\biaobei\mel_folder/009181.npy +009182 examples\biaobei\mel_folder/009182.npy +009183 examples\biaobei\mel_folder/009183.npy +009184 examples\biaobei\mel_folder/009184.npy +009185 examples\biaobei\mel_folder/009185.npy +009186 examples\biaobei\mel_folder/009186.npy +009187 examples\biaobei\mel_folder/009187.npy +009188 examples\biaobei\mel_folder/009188.npy +009189 examples\biaobei\mel_folder/009189.npy +009190 examples\biaobei\mel_folder/009190.npy +009191 examples\biaobei\mel_folder/009191.npy +009192 examples\biaobei\mel_folder/009192.npy +009193 examples\biaobei\mel_folder/009193.npy +009194 examples\biaobei\mel_folder/009194.npy +009195 examples\biaobei\mel_folder/009195.npy +009196 examples\biaobei\mel_folder/009196.npy +009197 examples\biaobei\mel_folder/009197.npy +009198 examples\biaobei\mel_folder/009198.npy +009199 examples\biaobei\mel_folder/009199.npy +009200 examples\biaobei\mel_folder/009200.npy +009201 examples\biaobei\mel_folder/009201.npy +009202 examples\biaobei\mel_folder/009202.npy +009203 examples\biaobei\mel_folder/009203.npy +009204 examples\biaobei\mel_folder/009204.npy +009205 examples\biaobei\mel_folder/009205.npy +009206 examples\biaobei\mel_folder/009206.npy +009207 examples\biaobei\mel_folder/009207.npy +009208 examples\biaobei\mel_folder/009208.npy +009209 examples\biaobei\mel_folder/009209.npy +009210 examples\biaobei\mel_folder/009210.npy +009211 examples\biaobei\mel_folder/009211.npy +009212 examples\biaobei\mel_folder/009212.npy +009213 examples\biaobei\mel_folder/009213.npy +009214 examples\biaobei\mel_folder/009214.npy +009215 examples\biaobei\mel_folder/009215.npy +009216 examples\biaobei\mel_folder/009216.npy +009217 examples\biaobei\mel_folder/009217.npy +009218 examples\biaobei\mel_folder/009218.npy +009219 examples\biaobei\mel_folder/009219.npy +009220 examples\biaobei\mel_folder/009220.npy +009221 examples\biaobei\mel_folder/009221.npy +009222 examples\biaobei\mel_folder/009222.npy +009223 examples\biaobei\mel_folder/009223.npy +009224 examples\biaobei\mel_folder/009224.npy +009225 examples\biaobei\mel_folder/009225.npy +009226 examples\biaobei\mel_folder/009226.npy +009227 examples\biaobei\mel_folder/009227.npy +009228 examples\biaobei\mel_folder/009228.npy +009229 examples\biaobei\mel_folder/009229.npy +009230 examples\biaobei\mel_folder/009230.npy +009231 examples\biaobei\mel_folder/009231.npy +009232 examples\biaobei\mel_folder/009232.npy +009233 examples\biaobei\mel_folder/009233.npy +009234 examples\biaobei\mel_folder/009234.npy +009235 examples\biaobei\mel_folder/009235.npy +009236 examples\biaobei\mel_folder/009236.npy +009237 examples\biaobei\mel_folder/009237.npy +009238 examples\biaobei\mel_folder/009238.npy +009239 examples\biaobei\mel_folder/009239.npy +009240 examples\biaobei\mel_folder/009240.npy +009241 examples\biaobei\mel_folder/009241.npy +009242 examples\biaobei\mel_folder/009242.npy +009243 examples\biaobei\mel_folder/009243.npy +009244 examples\biaobei\mel_folder/009244.npy +009245 examples\biaobei\mel_folder/009245.npy +009246 examples\biaobei\mel_folder/009246.npy +009247 examples\biaobei\mel_folder/009247.npy +009248 examples\biaobei\mel_folder/009248.npy +009249 examples\biaobei\mel_folder/009249.npy +009250 examples\biaobei\mel_folder/009250.npy +009251 examples\biaobei\mel_folder/009251.npy +009252 examples\biaobei\mel_folder/009252.npy +009253 examples\biaobei\mel_folder/009253.npy +009254 examples\biaobei\mel_folder/009254.npy +009255 examples\biaobei\mel_folder/009255.npy +009256 examples\biaobei\mel_folder/009256.npy +009257 examples\biaobei\mel_folder/009257.npy +009258 examples\biaobei\mel_folder/009258.npy +009259 examples\biaobei\mel_folder/009259.npy +009260 examples\biaobei\mel_folder/009260.npy +009261 examples\biaobei\mel_folder/009261.npy +009262 examples\biaobei\mel_folder/009262.npy +009263 examples\biaobei\mel_folder/009263.npy +009264 examples\biaobei\mel_folder/009264.npy +009265 examples\biaobei\mel_folder/009265.npy +009266 examples\biaobei\mel_folder/009266.npy +009267 examples\biaobei\mel_folder/009267.npy +009268 examples\biaobei\mel_folder/009268.npy +009269 examples\biaobei\mel_folder/009269.npy +009270 examples\biaobei\mel_folder/009270.npy +009271 examples\biaobei\mel_folder/009271.npy +009272 examples\biaobei\mel_folder/009272.npy +009273 examples\biaobei\mel_folder/009273.npy +009274 examples\biaobei\mel_folder/009274.npy +009275 examples\biaobei\mel_folder/009275.npy +009276 examples\biaobei\mel_folder/009276.npy +009277 examples\biaobei\mel_folder/009277.npy +009278 examples\biaobei\mel_folder/009278.npy +009279 examples\biaobei\mel_folder/009279.npy +009280 examples\biaobei\mel_folder/009280.npy +009281 examples\biaobei\mel_folder/009281.npy +009282 examples\biaobei\mel_folder/009282.npy +009283 examples\biaobei\mel_folder/009283.npy +009284 examples\biaobei\mel_folder/009284.npy +009285 examples\biaobei\mel_folder/009285.npy +009286 examples\biaobei\mel_folder/009286.npy +009287 examples\biaobei\mel_folder/009287.npy +009288 examples\biaobei\mel_folder/009288.npy +009289 examples\biaobei\mel_folder/009289.npy +009290 examples\biaobei\mel_folder/009290.npy +009291 examples\biaobei\mel_folder/009291.npy +009292 examples\biaobei\mel_folder/009292.npy +009293 examples\biaobei\mel_folder/009293.npy +009294 examples\biaobei\mel_folder/009294.npy +009295 examples\biaobei\mel_folder/009295.npy +009296 examples\biaobei\mel_folder/009296.npy +009297 examples\biaobei\mel_folder/009297.npy +009298 examples\biaobei\mel_folder/009298.npy +009299 examples\biaobei\mel_folder/009299.npy +009300 examples\biaobei\mel_folder/009300.npy +009301 examples\biaobei\mel_folder/009301.npy +009302 examples\biaobei\mel_folder/009302.npy +009303 examples\biaobei\mel_folder/009303.npy +009304 examples\biaobei\mel_folder/009304.npy +009305 examples\biaobei\mel_folder/009305.npy +009306 examples\biaobei\mel_folder/009306.npy +009307 examples\biaobei\mel_folder/009307.npy +009308 examples\biaobei\mel_folder/009308.npy +009309 examples\biaobei\mel_folder/009309.npy +009310 examples\biaobei\mel_folder/009310.npy +009311 examples\biaobei\mel_folder/009311.npy +009312 examples\biaobei\mel_folder/009312.npy +009313 examples\biaobei\mel_folder/009313.npy +009314 examples\biaobei\mel_folder/009314.npy +009315 examples\biaobei\mel_folder/009315.npy +009316 examples\biaobei\mel_folder/009316.npy +009317 examples\biaobei\mel_folder/009317.npy +009318 examples\biaobei\mel_folder/009318.npy +009319 examples\biaobei\mel_folder/009319.npy +009320 examples\biaobei\mel_folder/009320.npy +009321 examples\biaobei\mel_folder/009321.npy +009322 examples\biaobei\mel_folder/009322.npy +009323 examples\biaobei\mel_folder/009323.npy +009324 examples\biaobei\mel_folder/009324.npy +009325 examples\biaobei\mel_folder/009325.npy +009326 examples\biaobei\mel_folder/009326.npy +009327 examples\biaobei\mel_folder/009327.npy +009328 examples\biaobei\mel_folder/009328.npy +009329 examples\biaobei\mel_folder/009329.npy +009330 examples\biaobei\mel_folder/009330.npy +009331 examples\biaobei\mel_folder/009331.npy +009332 examples\biaobei\mel_folder/009332.npy +009333 examples\biaobei\mel_folder/009333.npy +009334 examples\biaobei\mel_folder/009334.npy +009335 examples\biaobei\mel_folder/009335.npy +009336 examples\biaobei\mel_folder/009336.npy +009337 examples\biaobei\mel_folder/009337.npy +009338 examples\biaobei\mel_folder/009338.npy +009339 examples\biaobei\mel_folder/009339.npy +009340 examples\biaobei\mel_folder/009340.npy +009341 examples\biaobei\mel_folder/009341.npy +009342 examples\biaobei\mel_folder/009342.npy +009343 examples\biaobei\mel_folder/009343.npy +009344 examples\biaobei\mel_folder/009344.npy +009345 examples\biaobei\mel_folder/009345.npy +009346 examples\biaobei\mel_folder/009346.npy +009347 examples\biaobei\mel_folder/009347.npy +009348 examples\biaobei\mel_folder/009348.npy +009349 examples\biaobei\mel_folder/009349.npy +009350 examples\biaobei\mel_folder/009350.npy +009351 examples\biaobei\mel_folder/009351.npy +009352 examples\biaobei\mel_folder/009352.npy +009353 examples\biaobei\mel_folder/009353.npy +009354 examples\biaobei\mel_folder/009354.npy +009355 examples\biaobei\mel_folder/009355.npy +009356 examples\biaobei\mel_folder/009356.npy +009357 examples\biaobei\mel_folder/009357.npy +009358 examples\biaobei\mel_folder/009358.npy +009359 examples\biaobei\mel_folder/009359.npy +009360 examples\biaobei\mel_folder/009360.npy +009361 examples\biaobei\mel_folder/009361.npy +009362 examples\biaobei\mel_folder/009362.npy +009363 examples\biaobei\mel_folder/009363.npy +009364 examples\biaobei\mel_folder/009364.npy +009365 examples\biaobei\mel_folder/009365.npy +009366 examples\biaobei\mel_folder/009366.npy +009367 examples\biaobei\mel_folder/009367.npy +009368 examples\biaobei\mel_folder/009368.npy +009369 examples\biaobei\mel_folder/009369.npy +009370 examples\biaobei\mel_folder/009370.npy +009371 examples\biaobei\mel_folder/009371.npy +009372 examples\biaobei\mel_folder/009372.npy +009373 examples\biaobei\mel_folder/009373.npy +009374 examples\biaobei\mel_folder/009374.npy +009375 examples\biaobei\mel_folder/009375.npy +009376 examples\biaobei\mel_folder/009376.npy +009377 examples\biaobei\mel_folder/009377.npy +009378 examples\biaobei\mel_folder/009378.npy +009379 examples\biaobei\mel_folder/009379.npy +009380 examples\biaobei\mel_folder/009380.npy +009381 examples\biaobei\mel_folder/009381.npy +009382 examples\biaobei\mel_folder/009382.npy +009383 examples\biaobei\mel_folder/009383.npy +009384 examples\biaobei\mel_folder/009384.npy +009385 examples\biaobei\mel_folder/009385.npy +009386 examples\biaobei\mel_folder/009386.npy +009387 examples\biaobei\mel_folder/009387.npy +009388 examples\biaobei\mel_folder/009388.npy +009389 examples\biaobei\mel_folder/009389.npy +009390 examples\biaobei\mel_folder/009390.npy +009391 examples\biaobei\mel_folder/009391.npy +009392 examples\biaobei\mel_folder/009392.npy +009393 examples\biaobei\mel_folder/009393.npy +009394 examples\biaobei\mel_folder/009394.npy +009395 examples\biaobei\mel_folder/009395.npy +009396 examples\biaobei\mel_folder/009396.npy +009397 examples\biaobei\mel_folder/009397.npy +009398 examples\biaobei\mel_folder/009398.npy +009399 examples\biaobei\mel_folder/009399.npy +009400 examples\biaobei\mel_folder/009400.npy +009401 examples\biaobei\mel_folder/009401.npy +009402 examples\biaobei\mel_folder/009402.npy +009403 examples\biaobei\mel_folder/009403.npy +009404 examples\biaobei\mel_folder/009404.npy +009405 examples\biaobei\mel_folder/009405.npy +009406 examples\biaobei\mel_folder/009406.npy +009407 examples\biaobei\mel_folder/009407.npy +009408 examples\biaobei\mel_folder/009408.npy +009409 examples\biaobei\mel_folder/009409.npy +009410 examples\biaobei\mel_folder/009410.npy +009411 examples\biaobei\mel_folder/009411.npy +009412 examples\biaobei\mel_folder/009412.npy +009413 examples\biaobei\mel_folder/009413.npy +009414 examples\biaobei\mel_folder/009414.npy +009415 examples\biaobei\mel_folder/009415.npy +009416 examples\biaobei\mel_folder/009416.npy +009417 examples\biaobei\mel_folder/009417.npy +009418 examples\biaobei\mel_folder/009418.npy +009419 examples\biaobei\mel_folder/009419.npy +009420 examples\biaobei\mel_folder/009420.npy +009421 examples\biaobei\mel_folder/009421.npy +009422 examples\biaobei\mel_folder/009422.npy +009423 examples\biaobei\mel_folder/009423.npy +009424 examples\biaobei\mel_folder/009424.npy +009425 examples\biaobei\mel_folder/009425.npy +009426 examples\biaobei\mel_folder/009426.npy +009427 examples\biaobei\mel_folder/009427.npy +009428 examples\biaobei\mel_folder/009428.npy +009429 examples\biaobei\mel_folder/009429.npy +009430 examples\biaobei\mel_folder/009430.npy +009431 examples\biaobei\mel_folder/009431.npy +009432 examples\biaobei\mel_folder/009432.npy +009433 examples\biaobei\mel_folder/009433.npy +009434 examples\biaobei\mel_folder/009434.npy +009435 examples\biaobei\mel_folder/009435.npy +009436 examples\biaobei\mel_folder/009436.npy +009437 examples\biaobei\mel_folder/009437.npy +009438 examples\biaobei\mel_folder/009438.npy +009439 examples\biaobei\mel_folder/009439.npy +009440 examples\biaobei\mel_folder/009440.npy +009441 examples\biaobei\mel_folder/009441.npy +009442 examples\biaobei\mel_folder/009442.npy +009443 examples\biaobei\mel_folder/009443.npy +009444 examples\biaobei\mel_folder/009444.npy +009445 examples\biaobei\mel_folder/009445.npy +009446 examples\biaobei\mel_folder/009446.npy +009447 examples\biaobei\mel_folder/009447.npy +009448 examples\biaobei\mel_folder/009448.npy +009449 examples\biaobei\mel_folder/009449.npy +009450 examples\biaobei\mel_folder/009450.npy +009451 examples\biaobei\mel_folder/009451.npy +009452 examples\biaobei\mel_folder/009452.npy +009453 examples\biaobei\mel_folder/009453.npy +009454 examples\biaobei\mel_folder/009454.npy +009455 examples\biaobei\mel_folder/009455.npy +009456 examples\biaobei\mel_folder/009456.npy +009457 examples\biaobei\mel_folder/009457.npy +009458 examples\biaobei\mel_folder/009458.npy +009459 examples\biaobei\mel_folder/009459.npy +009460 examples\biaobei\mel_folder/009460.npy +009461 examples\biaobei\mel_folder/009461.npy +009462 examples\biaobei\mel_folder/009462.npy +009463 examples\biaobei\mel_folder/009463.npy +009464 examples\biaobei\mel_folder/009464.npy +009465 examples\biaobei\mel_folder/009465.npy +009466 examples\biaobei\mel_folder/009466.npy +009467 examples\biaobei\mel_folder/009467.npy +009468 examples\biaobei\mel_folder/009468.npy +009469 examples\biaobei\mel_folder/009469.npy +009470 examples\biaobei\mel_folder/009470.npy +009471 examples\biaobei\mel_folder/009471.npy +009472 examples\biaobei\mel_folder/009472.npy +009473 examples\biaobei\mel_folder/009473.npy +009474 examples\biaobei\mel_folder/009474.npy +009475 examples\biaobei\mel_folder/009475.npy +009476 examples\biaobei\mel_folder/009476.npy +009477 examples\biaobei\mel_folder/009477.npy +009478 examples\biaobei\mel_folder/009478.npy +009479 examples\biaobei\mel_folder/009479.npy +009480 examples\biaobei\mel_folder/009480.npy +009481 examples\biaobei\mel_folder/009481.npy +009482 examples\biaobei\mel_folder/009482.npy +009483 examples\biaobei\mel_folder/009483.npy +009484 examples\biaobei\mel_folder/009484.npy +009485 examples\biaobei\mel_folder/009485.npy +009486 examples\biaobei\mel_folder/009486.npy +009487 examples\biaobei\mel_folder/009487.npy +009488 examples\biaobei\mel_folder/009488.npy +009489 examples\biaobei\mel_folder/009489.npy +009490 examples\biaobei\mel_folder/009490.npy +009491 examples\biaobei\mel_folder/009491.npy +009492 examples\biaobei\mel_folder/009492.npy +009493 examples\biaobei\mel_folder/009493.npy +009494 examples\biaobei\mel_folder/009494.npy +009495 examples\biaobei\mel_folder/009495.npy +009496 examples\biaobei\mel_folder/009496.npy +009497 examples\biaobei\mel_folder/009497.npy +009498 examples\biaobei\mel_folder/009498.npy +009499 examples\biaobei\mel_folder/009499.npy +009500 examples\biaobei\mel_folder/009500.npy +009501 examples\biaobei\mel_folder/009501.npy +009502 examples\biaobei\mel_folder/009502.npy +009503 examples\biaobei\mel_folder/009503.npy +009504 examples\biaobei\mel_folder/009504.npy +009505 examples\biaobei\mel_folder/009505.npy +009506 examples\biaobei\mel_folder/009506.npy +009507 examples\biaobei\mel_folder/009507.npy +009508 examples\biaobei\mel_folder/009508.npy +009509 examples\biaobei\mel_folder/009509.npy +009510 examples\biaobei\mel_folder/009510.npy +009511 examples\biaobei\mel_folder/009511.npy +009512 examples\biaobei\mel_folder/009512.npy +009513 examples\biaobei\mel_folder/009513.npy +009514 examples\biaobei\mel_folder/009514.npy +009515 examples\biaobei\mel_folder/009515.npy +009516 examples\biaobei\mel_folder/009516.npy +009517 examples\biaobei\mel_folder/009517.npy +009518 examples\biaobei\mel_folder/009518.npy +009519 examples\biaobei\mel_folder/009519.npy +009520 examples\biaobei\mel_folder/009520.npy +009521 examples\biaobei\mel_folder/009521.npy +009522 examples\biaobei\mel_folder/009522.npy +009523 examples\biaobei\mel_folder/009523.npy +009524 examples\biaobei\mel_folder/009524.npy +009525 examples\biaobei\mel_folder/009525.npy +009526 examples\biaobei\mel_folder/009526.npy +009527 examples\biaobei\mel_folder/009527.npy +009528 examples\biaobei\mel_folder/009528.npy +009529 examples\biaobei\mel_folder/009529.npy +009530 examples\biaobei\mel_folder/009530.npy +009531 examples\biaobei\mel_folder/009531.npy +009532 examples\biaobei\mel_folder/009532.npy +009533 examples\biaobei\mel_folder/009533.npy +009534 examples\biaobei\mel_folder/009534.npy +009535 examples\biaobei\mel_folder/009535.npy +009536 examples\biaobei\mel_folder/009536.npy +009537 examples\biaobei\mel_folder/009537.npy +009538 examples\biaobei\mel_folder/009538.npy +009539 examples\biaobei\mel_folder/009539.npy +009540 examples\biaobei\mel_folder/009540.npy +009541 examples\biaobei\mel_folder/009541.npy +009542 examples\biaobei\mel_folder/009542.npy +009543 examples\biaobei\mel_folder/009543.npy +009544 examples\biaobei\mel_folder/009544.npy +009545 examples\biaobei\mel_folder/009545.npy +009546 examples\biaobei\mel_folder/009546.npy +009547 examples\biaobei\mel_folder/009547.npy +009548 examples\biaobei\mel_folder/009548.npy +009549 examples\biaobei\mel_folder/009549.npy +009550 examples\biaobei\mel_folder/009550.npy +009551 examples\biaobei\mel_folder/009551.npy +009552 examples\biaobei\mel_folder/009552.npy +009553 examples\biaobei\mel_folder/009553.npy +009554 examples\biaobei\mel_folder/009554.npy +009555 examples\biaobei\mel_folder/009555.npy +009556 examples\biaobei\mel_folder/009556.npy +009557 examples\biaobei\mel_folder/009557.npy +009558 examples\biaobei\mel_folder/009558.npy +009559 examples\biaobei\mel_folder/009559.npy +009560 examples\biaobei\mel_folder/009560.npy +009561 examples\biaobei\mel_folder/009561.npy +009562 examples\biaobei\mel_folder/009562.npy +009563 examples\biaobei\mel_folder/009563.npy +009564 examples\biaobei\mel_folder/009564.npy +009565 examples\biaobei\mel_folder/009565.npy +009566 examples\biaobei\mel_folder/009566.npy +009567 examples\biaobei\mel_folder/009567.npy +009568 examples\biaobei\mel_folder/009568.npy +009569 examples\biaobei\mel_folder/009569.npy +009570 examples\biaobei\mel_folder/009570.npy +009571 examples\biaobei\mel_folder/009571.npy +009572 examples\biaobei\mel_folder/009572.npy +009573 examples\biaobei\mel_folder/009573.npy +009574 examples\biaobei\mel_folder/009574.npy +009575 examples\biaobei\mel_folder/009575.npy +009576 examples\biaobei\mel_folder/009576.npy +009577 examples\biaobei\mel_folder/009577.npy +009578 examples\biaobei\mel_folder/009578.npy +009579 examples\biaobei\mel_folder/009579.npy +009580 examples\biaobei\mel_folder/009580.npy +009581 examples\biaobei\mel_folder/009581.npy +009582 examples\biaobei\mel_folder/009582.npy +009583 examples\biaobei\mel_folder/009583.npy +009584 examples\biaobei\mel_folder/009584.npy +009585 examples\biaobei\mel_folder/009585.npy +009586 examples\biaobei\mel_folder/009586.npy +009587 examples\biaobei\mel_folder/009587.npy +009588 examples\biaobei\mel_folder/009588.npy +009589 examples\biaobei\mel_folder/009589.npy +009590 examples\biaobei\mel_folder/009590.npy +009591 examples\biaobei\mel_folder/009591.npy +009592 examples\biaobei\mel_folder/009592.npy +009593 examples\biaobei\mel_folder/009593.npy +009594 examples\biaobei\mel_folder/009594.npy +009595 examples\biaobei\mel_folder/009595.npy +009596 examples\biaobei\mel_folder/009596.npy +009597 examples\biaobei\mel_folder/009597.npy +009598 examples\biaobei\mel_folder/009598.npy +009599 examples\biaobei\mel_folder/009599.npy +009600 examples\biaobei\mel_folder/009600.npy +009601 examples\biaobei\mel_folder/009601.npy +009602 examples\biaobei\mel_folder/009602.npy +009603 examples\biaobei\mel_folder/009603.npy +009604 examples\biaobei\mel_folder/009604.npy +009605 examples\biaobei\mel_folder/009605.npy +009606 examples\biaobei\mel_folder/009606.npy +009607 examples\biaobei\mel_folder/009607.npy +009608 examples\biaobei\mel_folder/009608.npy +009609 examples\biaobei\mel_folder/009609.npy +009610 examples\biaobei\mel_folder/009610.npy +009611 examples\biaobei\mel_folder/009611.npy +009612 examples\biaobei\mel_folder/009612.npy +009613 examples\biaobei\mel_folder/009613.npy +009614 examples\biaobei\mel_folder/009614.npy +009615 examples\biaobei\mel_folder/009615.npy +009616 examples\biaobei\mel_folder/009616.npy +009617 examples\biaobei\mel_folder/009617.npy +009618 examples\biaobei\mel_folder/009618.npy +009619 examples\biaobei\mel_folder/009619.npy +009620 examples\biaobei\mel_folder/009620.npy +009621 examples\biaobei\mel_folder/009621.npy +009622 examples\biaobei\mel_folder/009622.npy +009623 examples\biaobei\mel_folder/009623.npy +009624 examples\biaobei\mel_folder/009624.npy +009625 examples\biaobei\mel_folder/009625.npy +009626 examples\biaobei\mel_folder/009626.npy +009627 examples\biaobei\mel_folder/009627.npy +009628 examples\biaobei\mel_folder/009628.npy +009629 examples\biaobei\mel_folder/009629.npy +009630 examples\biaobei\mel_folder/009630.npy +009631 examples\biaobei\mel_folder/009631.npy +009632 examples\biaobei\mel_folder/009632.npy +009633 examples\biaobei\mel_folder/009633.npy +009634 examples\biaobei\mel_folder/009634.npy +009635 examples\biaobei\mel_folder/009635.npy +009636 examples\biaobei\mel_folder/009636.npy +009637 examples\biaobei\mel_folder/009637.npy +009638 examples\biaobei\mel_folder/009638.npy +009639 examples\biaobei\mel_folder/009639.npy +009640 examples\biaobei\mel_folder/009640.npy +009641 examples\biaobei\mel_folder/009641.npy +009642 examples\biaobei\mel_folder/009642.npy +009643 examples\biaobei\mel_folder/009643.npy +009644 examples\biaobei\mel_folder/009644.npy +009645 examples\biaobei\mel_folder/009645.npy +009646 examples\biaobei\mel_folder/009646.npy +009647 examples\biaobei\mel_folder/009647.npy +009648 examples\biaobei\mel_folder/009648.npy +009649 examples\biaobei\mel_folder/009649.npy +009650 examples\biaobei\mel_folder/009650.npy +009651 examples\biaobei\mel_folder/009651.npy +009652 examples\biaobei\mel_folder/009652.npy +009653 examples\biaobei\mel_folder/009653.npy +009654 examples\biaobei\mel_folder/009654.npy +009655 examples\biaobei\mel_folder/009655.npy +009656 examples\biaobei\mel_folder/009656.npy +009657 examples\biaobei\mel_folder/009657.npy +009658 examples\biaobei\mel_folder/009658.npy +009659 examples\biaobei\mel_folder/009659.npy +009660 examples\biaobei\mel_folder/009660.npy +009661 examples\biaobei\mel_folder/009661.npy +009662 examples\biaobei\mel_folder/009662.npy +009663 examples\biaobei\mel_folder/009663.npy +009664 examples\biaobei\mel_folder/009664.npy +009665 examples\biaobei\mel_folder/009665.npy +009666 examples\biaobei\mel_folder/009666.npy +009667 examples\biaobei\mel_folder/009667.npy +009668 examples\biaobei\mel_folder/009668.npy +009669 examples\biaobei\mel_folder/009669.npy +009670 examples\biaobei\mel_folder/009670.npy +009671 examples\biaobei\mel_folder/009671.npy +009672 examples\biaobei\mel_folder/009672.npy +009673 examples\biaobei\mel_folder/009673.npy +009674 examples\biaobei\mel_folder/009674.npy +009675 examples\biaobei\mel_folder/009675.npy +009676 examples\biaobei\mel_folder/009676.npy +009677 examples\biaobei\mel_folder/009677.npy +009678 examples\biaobei\mel_folder/009678.npy +009679 examples\biaobei\mel_folder/009679.npy +009680 examples\biaobei\mel_folder/009680.npy +009681 examples\biaobei\mel_folder/009681.npy +009682 examples\biaobei\mel_folder/009682.npy +009683 examples\biaobei\mel_folder/009683.npy +009684 examples\biaobei\mel_folder/009684.npy +009685 examples\biaobei\mel_folder/009685.npy +009686 examples\biaobei\mel_folder/009686.npy +009687 examples\biaobei\mel_folder/009687.npy +009688 examples\biaobei\mel_folder/009688.npy +009689 examples\biaobei\mel_folder/009689.npy +009690 examples\biaobei\mel_folder/009690.npy +009691 examples\biaobei\mel_folder/009691.npy +009692 examples\biaobei\mel_folder/009692.npy +009693 examples\biaobei\mel_folder/009693.npy +009694 examples\biaobei\mel_folder/009694.npy +009695 examples\biaobei\mel_folder/009695.npy +009696 examples\biaobei\mel_folder/009696.npy +009697 examples\biaobei\mel_folder/009697.npy +009698 examples\biaobei\mel_folder/009698.npy +009699 examples\biaobei\mel_folder/009699.npy +009700 examples\biaobei\mel_folder/009700.npy +009701 examples\biaobei\mel_folder/009701.npy +009702 examples\biaobei\mel_folder/009702.npy +009703 examples\biaobei\mel_folder/009703.npy +009704 examples\biaobei\mel_folder/009704.npy +009705 examples\biaobei\mel_folder/009705.npy +009706 examples\biaobei\mel_folder/009706.npy +009707 examples\biaobei\mel_folder/009707.npy +009708 examples\biaobei\mel_folder/009708.npy +009709 examples\biaobei\mel_folder/009709.npy +009710 examples\biaobei\mel_folder/009710.npy +009711 examples\biaobei\mel_folder/009711.npy +009712 examples\biaobei\mel_folder/009712.npy +009713 examples\biaobei\mel_folder/009713.npy +009714 examples\biaobei\mel_folder/009714.npy +009715 examples\biaobei\mel_folder/009715.npy +009716 examples\biaobei\mel_folder/009716.npy +009717 examples\biaobei\mel_folder/009717.npy +009718 examples\biaobei\mel_folder/009718.npy +009719 examples\biaobei\mel_folder/009719.npy +009720 examples\biaobei\mel_folder/009720.npy +009721 examples\biaobei\mel_folder/009721.npy +009722 examples\biaobei\mel_folder/009722.npy +009723 examples\biaobei\mel_folder/009723.npy +009724 examples\biaobei\mel_folder/009724.npy +009725 examples\biaobei\mel_folder/009725.npy +009726 examples\biaobei\mel_folder/009726.npy +009727 examples\biaobei\mel_folder/009727.npy +009728 examples\biaobei\mel_folder/009728.npy +009729 examples\biaobei\mel_folder/009729.npy +009730 examples\biaobei\mel_folder/009730.npy +009731 examples\biaobei\mel_folder/009731.npy +009732 examples\biaobei\mel_folder/009732.npy +009733 examples\biaobei\mel_folder/009733.npy +009734 examples\biaobei\mel_folder/009734.npy +009735 examples\biaobei\mel_folder/009735.npy +009736 examples\biaobei\mel_folder/009736.npy +009737 examples\biaobei\mel_folder/009737.npy +009738 examples\biaobei\mel_folder/009738.npy +009739 examples\biaobei\mel_folder/009739.npy +009740 examples\biaobei\mel_folder/009740.npy +009741 examples\biaobei\mel_folder/009741.npy +009742 examples\biaobei\mel_folder/009742.npy +009743 examples\biaobei\mel_folder/009743.npy +009744 examples\biaobei\mel_folder/009744.npy +009745 examples\biaobei\mel_folder/009745.npy +009746 examples\biaobei\mel_folder/009746.npy +009747 examples\biaobei\mel_folder/009747.npy +009748 examples\biaobei\mel_folder/009748.npy +009749 examples\biaobei\mel_folder/009749.npy +009750 examples\biaobei\mel_folder/009750.npy +009751 examples\biaobei\mel_folder/009751.npy +009752 examples\biaobei\mel_folder/009752.npy +009753 examples\biaobei\mel_folder/009753.npy +009754 examples\biaobei\mel_folder/009754.npy +009755 examples\biaobei\mel_folder/009755.npy +009756 examples\biaobei\mel_folder/009756.npy +009757 examples\biaobei\mel_folder/009757.npy +009758 examples\biaobei\mel_folder/009758.npy +009759 examples\biaobei\mel_folder/009759.npy +009760 examples\biaobei\mel_folder/009760.npy +009761 examples\biaobei\mel_folder/009761.npy +009762 examples\biaobei\mel_folder/009762.npy +009763 examples\biaobei\mel_folder/009763.npy +009764 examples\biaobei\mel_folder/009764.npy +009765 examples\biaobei\mel_folder/009765.npy +009766 examples\biaobei\mel_folder/009766.npy +009767 examples\biaobei\mel_folder/009767.npy +009768 examples\biaobei\mel_folder/009768.npy +009769 examples\biaobei\mel_folder/009769.npy +009770 examples\biaobei\mel_folder/009770.npy +009771 examples\biaobei\mel_folder/009771.npy +009772 examples\biaobei\mel_folder/009772.npy +009773 examples\biaobei\mel_folder/009773.npy +009774 examples\biaobei\mel_folder/009774.npy +009775 examples\biaobei\mel_folder/009775.npy +009776 examples\biaobei\mel_folder/009776.npy +009777 examples\biaobei\mel_folder/009777.npy +009778 examples\biaobei\mel_folder/009778.npy +009779 examples\biaobei\mel_folder/009779.npy +009780 examples\biaobei\mel_folder/009780.npy +009781 examples\biaobei\mel_folder/009781.npy +009782 examples\biaobei\mel_folder/009782.npy +009783 examples\biaobei\mel_folder/009783.npy +009784 examples\biaobei\mel_folder/009784.npy +009785 examples\biaobei\mel_folder/009785.npy +009786 examples\biaobei\mel_folder/009786.npy +009787 examples\biaobei\mel_folder/009787.npy +009788 examples\biaobei\mel_folder/009788.npy +009789 examples\biaobei\mel_folder/009789.npy +009790 examples\biaobei\mel_folder/009790.npy +009791 examples\biaobei\mel_folder/009791.npy +009792 examples\biaobei\mel_folder/009792.npy +009793 examples\biaobei\mel_folder/009793.npy +009794 examples\biaobei\mel_folder/009794.npy +009795 examples\biaobei\mel_folder/009795.npy +009796 examples\biaobei\mel_folder/009796.npy +009797 examples\biaobei\mel_folder/009797.npy +009798 examples\biaobei\mel_folder/009798.npy +009799 examples\biaobei\mel_folder/009799.npy +009800 examples\biaobei\mel_folder/009800.npy +009801 examples\biaobei\mel_folder/009801.npy +009802 examples\biaobei\mel_folder/009802.npy +009803 examples\biaobei\mel_folder/009803.npy +009804 examples\biaobei\mel_folder/009804.npy +009805 examples\biaobei\mel_folder/009805.npy +009806 examples\biaobei\mel_folder/009806.npy +009807 examples\biaobei\mel_folder/009807.npy +009808 examples\biaobei\mel_folder/009808.npy +009809 examples\biaobei\mel_folder/009809.npy +009810 examples\biaobei\mel_folder/009810.npy +009811 examples\biaobei\mel_folder/009811.npy +009812 examples\biaobei\mel_folder/009812.npy +009813 examples\biaobei\mel_folder/009813.npy +009814 examples\biaobei\mel_folder/009814.npy +009815 examples\biaobei\mel_folder/009815.npy +009816 examples\biaobei\mel_folder/009816.npy +009817 examples\biaobei\mel_folder/009817.npy +009818 examples\biaobei\mel_folder/009818.npy +009819 examples\biaobei\mel_folder/009819.npy +009820 examples\biaobei\mel_folder/009820.npy +009821 examples\biaobei\mel_folder/009821.npy +009822 examples\biaobei\mel_folder/009822.npy +009823 examples\biaobei\mel_folder/009823.npy +009824 examples\biaobei\mel_folder/009824.npy +009825 examples\biaobei\mel_folder/009825.npy +009826 examples\biaobei\mel_folder/009826.npy +009827 examples\biaobei\mel_folder/009827.npy +009828 examples\biaobei\mel_folder/009828.npy +009829 examples\biaobei\mel_folder/009829.npy +009830 examples\biaobei\mel_folder/009830.npy +009831 examples\biaobei\mel_folder/009831.npy +009832 examples\biaobei\mel_folder/009832.npy +009833 examples\biaobei\mel_folder/009833.npy +009834 examples\biaobei\mel_folder/009834.npy +009835 examples\biaobei\mel_folder/009835.npy +009836 examples\biaobei\mel_folder/009836.npy +009837 examples\biaobei\mel_folder/009837.npy +009838 examples\biaobei\mel_folder/009838.npy +009839 examples\biaobei\mel_folder/009839.npy +009840 examples\biaobei\mel_folder/009840.npy +009841 examples\biaobei\mel_folder/009841.npy +009842 examples\biaobei\mel_folder/009842.npy +009843 examples\biaobei\mel_folder/009843.npy +009844 examples\biaobei\mel_folder/009844.npy +009845 examples\biaobei\mel_folder/009845.npy +009846 examples\biaobei\mel_folder/009846.npy +009847 examples\biaobei\mel_folder/009847.npy +009848 examples\biaobei\mel_folder/009848.npy +009849 examples\biaobei\mel_folder/009849.npy +009850 examples\biaobei\mel_folder/009850.npy +009851 examples\biaobei\mel_folder/009851.npy +009852 examples\biaobei\mel_folder/009852.npy +009853 examples\biaobei\mel_folder/009853.npy +009854 examples\biaobei\mel_folder/009854.npy +009855 examples\biaobei\mel_folder/009855.npy +009856 examples\biaobei\mel_folder/009856.npy +009857 examples\biaobei\mel_folder/009857.npy +009858 examples\biaobei\mel_folder/009858.npy +009859 examples\biaobei\mel_folder/009859.npy +009860 examples\biaobei\mel_folder/009860.npy +009861 examples\biaobei\mel_folder/009861.npy +009862 examples\biaobei\mel_folder/009862.npy +009863 examples\biaobei\mel_folder/009863.npy +009864 examples\biaobei\mel_folder/009864.npy +009865 examples\biaobei\mel_folder/009865.npy +009866 examples\biaobei\mel_folder/009866.npy +009867 examples\biaobei\mel_folder/009867.npy +009868 examples\biaobei\mel_folder/009868.npy +009869 examples\biaobei\mel_folder/009869.npy +009870 examples\biaobei\mel_folder/009870.npy +009871 examples\biaobei\mel_folder/009871.npy +009872 examples\biaobei\mel_folder/009872.npy +009873 examples\biaobei\mel_folder/009873.npy +009874 examples\biaobei\mel_folder/009874.npy +009875 examples\biaobei\mel_folder/009875.npy +009876 examples\biaobei\mel_folder/009876.npy +009877 examples\biaobei\mel_folder/009877.npy +009878 examples\biaobei\mel_folder/009878.npy +009879 examples\biaobei\mel_folder/009879.npy +009880 examples\biaobei\mel_folder/009880.npy +009881 examples\biaobei\mel_folder/009881.npy +009882 examples\biaobei\mel_folder/009882.npy +009883 examples\biaobei\mel_folder/009883.npy +009884 examples\biaobei\mel_folder/009884.npy +009885 examples\biaobei\mel_folder/009885.npy +009886 examples\biaobei\mel_folder/009886.npy +009887 examples\biaobei\mel_folder/009887.npy +009888 examples\biaobei\mel_folder/009888.npy +009889 examples\biaobei\mel_folder/009889.npy +009890 examples\biaobei\mel_folder/009890.npy +009891 examples\biaobei\mel_folder/009891.npy +009892 examples\biaobei\mel_folder/009892.npy +009893 examples\biaobei\mel_folder/009893.npy +009894 examples\biaobei\mel_folder/009894.npy +009895 examples\biaobei\mel_folder/009895.npy +009896 examples\biaobei\mel_folder/009896.npy +009897 examples\biaobei\mel_folder/009897.npy +009898 examples\biaobei\mel_folder/009898.npy +009899 examples\biaobei\mel_folder/009899.npy +009900 examples\biaobei\mel_folder/009900.npy +009901 examples\biaobei\mel_folder/009901.npy +009902 examples\biaobei\mel_folder/009902.npy +009903 examples\biaobei\mel_folder/009903.npy +009904 examples\biaobei\mel_folder/009904.npy +009905 examples\biaobei\mel_folder/009905.npy +009906 examples\biaobei\mel_folder/009906.npy +009907 examples\biaobei\mel_folder/009907.npy +009908 examples\biaobei\mel_folder/009908.npy +009909 examples\biaobei\mel_folder/009909.npy +009910 examples\biaobei\mel_folder/009910.npy +009911 examples\biaobei\mel_folder/009911.npy +009912 examples\biaobei\mel_folder/009912.npy +009913 examples\biaobei\mel_folder/009913.npy +009914 examples\biaobei\mel_folder/009914.npy +009915 examples\biaobei\mel_folder/009915.npy +009916 examples\biaobei\mel_folder/009916.npy +009917 examples\biaobei\mel_folder/009917.npy +009918 examples\biaobei\mel_folder/009918.npy +009919 examples\biaobei\mel_folder/009919.npy +009920 examples\biaobei\mel_folder/009920.npy +009921 examples\biaobei\mel_folder/009921.npy +009922 examples\biaobei\mel_folder/009922.npy +009923 examples\biaobei\mel_folder/009923.npy +009924 examples\biaobei\mel_folder/009924.npy +009925 examples\biaobei\mel_folder/009925.npy +009926 examples\biaobei\mel_folder/009926.npy +009927 examples\biaobei\mel_folder/009927.npy +009928 examples\biaobei\mel_folder/009928.npy +009929 examples\biaobei\mel_folder/009929.npy +009930 examples\biaobei\mel_folder/009930.npy +009931 examples\biaobei\mel_folder/009931.npy +009932 examples\biaobei\mel_folder/009932.npy +009933 examples\biaobei\mel_folder/009933.npy +009934 examples\biaobei\mel_folder/009934.npy +009935 examples\biaobei\mel_folder/009935.npy +009936 examples\biaobei\mel_folder/009936.npy +009937 examples\biaobei\mel_folder/009937.npy +009938 examples\biaobei\mel_folder/009938.npy +009939 examples\biaobei\mel_folder/009939.npy +009940 examples\biaobei\mel_folder/009940.npy +009941 examples\biaobei\mel_folder/009941.npy +009942 examples\biaobei\mel_folder/009942.npy +009943 examples\biaobei\mel_folder/009943.npy +009944 examples\biaobei\mel_folder/009944.npy +009945 examples\biaobei\mel_folder/009945.npy +009946 examples\biaobei\mel_folder/009946.npy +009947 examples\biaobei\mel_folder/009947.npy +009948 examples\biaobei\mel_folder/009948.npy +009949 examples\biaobei\mel_folder/009949.npy +009950 examples\biaobei\mel_folder/009950.npy +009951 examples\biaobei\mel_folder/009951.npy +009952 examples\biaobei\mel_folder/009952.npy +009953 examples\biaobei\mel_folder/009953.npy +009954 examples\biaobei\mel_folder/009954.npy +009955 examples\biaobei\mel_folder/009955.npy +009956 examples\biaobei\mel_folder/009956.npy +009957 examples\biaobei\mel_folder/009957.npy +009958 examples\biaobei\mel_folder/009958.npy +009959 examples\biaobei\mel_folder/009959.npy +009960 examples\biaobei\mel_folder/009960.npy +009961 examples\biaobei\mel_folder/009961.npy +009962 examples\biaobei\mel_folder/009962.npy +009963 examples\biaobei\mel_folder/009963.npy +009964 examples\biaobei\mel_folder/009964.npy +009965 examples\biaobei\mel_folder/009965.npy +009966 examples\biaobei\mel_folder/009966.npy +009967 examples\biaobei\mel_folder/009967.npy +009968 examples\biaobei\mel_folder/009968.npy +009969 examples\biaobei\mel_folder/009969.npy +009970 examples\biaobei\mel_folder/009970.npy +009971 examples\biaobei\mel_folder/009971.npy +009972 examples\biaobei\mel_folder/009972.npy +009973 examples\biaobei\mel_folder/009973.npy +009974 examples\biaobei\mel_folder/009974.npy +009975 examples\biaobei\mel_folder/009975.npy +009976 examples\biaobei\mel_folder/009976.npy +009977 examples\biaobei\mel_folder/009977.npy +009978 examples\biaobei\mel_folder/009978.npy +009979 examples\biaobei\mel_folder/009979.npy +009980 examples\biaobei\mel_folder/009980.npy +009981 examples\biaobei\mel_folder/009981.npy +009982 examples\biaobei\mel_folder/009982.npy +009983 examples\biaobei\mel_folder/009983.npy +009984 examples\biaobei\mel_folder/009984.npy +009985 examples\biaobei\mel_folder/009985.npy +009986 examples\biaobei\mel_folder/009986.npy +009987 examples\biaobei\mel_folder/009987.npy +009988 examples\biaobei\mel_folder/009988.npy +009989 examples\biaobei\mel_folder/009989.npy +009990 examples\biaobei\mel_folder/009990.npy +009991 examples\biaobei\mel_folder/009991.npy +009992 examples\biaobei\mel_folder/009992.npy +009993 examples\biaobei\mel_folder/009993.npy +009994 examples\biaobei\mel_folder/009994.npy +009995 examples\biaobei\mel_folder/009995.npy +009996 examples\biaobei\mel_folder/009996.npy +009997 examples\biaobei\mel_folder/009997.npy +009998 examples\biaobei\mel_folder/009998.npy +009999 examples\biaobei\mel_folder/009999.npy +010000 examples\biaobei\mel_folder/010000.npy diff --git a/train/py.scp b/train/py.scp new file mode 100644 index 0000000000000000000000000000000000000000..b8cb21e448f8679575525a9818146f5fa7a53eaa --- /dev/null +++ b/train/py.scp @@ -0,0 +1,9999 @@ +000001 sil ka2 er2 pu3 pei2 wai4 sun1 wan2 hua2 ti1 sil +000002 sil jia2 yu3 cun1 yan2 bie2 zai4 yong1 bao4 wo3 sil +000003 sil bao2 ma3 pei4 gua4 bo3 luo2 an1 sp1 diao1 chan2 yuan4 zhen3 dong3 weng1 ta4 sil +000004 sil deng4 xiao3 ping2 yu3 sa4 qie4 er3 hui4 wu4 sil +000005 sil lao2 hu3 you4 zai3 sp1 yu2 chong3 wu4 quan3 wan2 shua3 sil +000006 sil shen1 chang2 yue1 wu2 chi3 er4 cun4 wu3 fen1 huo4 yi3 shang4 sil +000007 sil zhao4 di2 yue1 cao2 yun2 teng2 qu4 gui3 wu1 sil +000008 sil zhan2 pin3 sui1 you3 zhan3 yuan2 que4 tui2 sil +000009 sil yi2 san3 ju1 er2 tong2 he2 you4 tuo1 er2 tong2 wei2 zhu3 sil +000010 sil ke1 te4 ni1 shen1 chuan1 bao4 wen2 da4 yi1 sil +000011 sil yin3 cai2 yao4 shai1 sp1 yong4 cai2 ye3 yao4 shai1 sil +000012 sil nan2 yue4 kun1 lun2 shan1 sp1 yu3 xi1 zang4 jie1 rang3 sil +000013 sil weng1 kai3 lan2 fang2 ru3 xian4 ai2 xuan1 chuan2 zhao4 sil +000014 sil wo3 hui2 you4 heng1 heng5 zuo3 heng1 heng5 sil +000015 sil wu2 yun2 bao2 nai3 nai5 tiao1 xuan3 pi2 pa2 sil +000016 sil ci3 wai4 guang2 ben3 sp1 ye3 jiang1 you2 shao4 zhuang4 pai4 zhang2 guan3 sil +000017 sil you4 man2 wu3 niao2 niao3 sp1 zuo3 qiong2 ge1 xi1 xi1 sil +000018 sil yan3 kuang4 kuan1 kuo4 er2 di1 ai3 sp1 bi2 duan3 er2 kuan1 sil +000019 sil xia2 pu3 xian4 ya2 cheng2 zhen4 wu1 qi2 sp1 wa3 yao2 cun1 shui3 wei4 meng2 zhang3 sil +000020 sil huo4 si1 yan4 lu4 bei4 xiu4 ru3 gou1 xing4 gan3 re2 huo3 sil +000021 sil ye3 ke2 yi3 gei3 ben2 wei3 yuan2 fan3 ying4 you5 sil +000022 sil yao2 lan2 pai2 gai4 wei2 jian4 sp1 ying1 er2 pei4 fang1 nai2 fen3 sil +000023 sil e4 yu4 lu2 wan3 su1 ju2 di4 da4 bao4 yu3 sil +000024 sil yi3 xia4 wei2 xue1 man2 zi5 guan1 dian3 zhai1 yao4 sil +000025 sil chen2 yu2 luo4 yan4 sp1 bi4 yue4 xiu1 hua1 sil +000026 sil er2 xu3 guan4 ying1 sp1 yi4 jiang1 yu2 ming2 ri4 chu1 bin4 sil +000027 sil a1 jiao1 sp1 yu2 bai3 wei4 gui2 fen3 si1 kuang2 huan1 sil +000028 sil fang2 wu1 mai3 mai4 qi4 yue1 he2 shou1 tiao2 sil +000029 sil liu4 wanr1 r dou1 dei3 duo2 yuan2 dian3 sil +000030 sil hei1 xiong2 chuang3 jin4 wang2 ming2 hui1 jia1 hou4 yuan4 mi4 shi2 sil +000031 sil wu2 ya4 jun1 yu3 zhang4 fu5 cai4 kui2 sil +000032 sil ya4 xiao1 suan1 yan2 wei4 wei1 xian2 sp1 yi4 rong2 yu2 shui3 sil +000033 sil yuan4 qiang2 bei4 shi2 mian2 wa3 zhe1 yan3 shang4 le5 sil +000034 sil cheng2 yin1 tiao1 xuan2 wo2 yan3 zhao4 yu4 min3 sil +000035 sil yin2 chi1 mao3 liang2 sp1 wu2 yi4 yu2 yin3 zhen4 zhi2 ke3 sil +000036 sil lv2 zi5 yue4 pao3 yue4 kuai4 sp1 yue4 pao3 yue4 feng1 kuang2 sil +000037 sil ye2 yu2 de5 sun1 yao2 cha4 dian3 bei4 guo4 qir4 r sil +000038 sil guang1 gun4 jie2 ying2 xiao1 ying4 yun4 er2 sheng1 sil +000039 sil gao1 ya1 tie2 ta3 xia4 de5 di1 ai3 peng2 wu1 sil +000040 sil dian4 ying2 hai3 bao4 sp1 pin2 min2 ku1 bai3 wan4 fu4 weng1 sil +000041 sil diao1 wei2 lie4 yi3 bei4 ling4 an4 chu2 li3 sil +000042 sil yun2 wu4 you3 shi2 wan3 ru2 yu4 dai4 sp1 ping2 wo4 feng1 luan2 shan1 jian1 sp1 you3 shi2 chui1 yan1 niao3 rao4 sp1 bo2 wu4 qing1 xuan2 sil +000043 sil zui3 ba5 zhou1 wei2 lve4 wei1 zhong2 qi3 sil +000044 sil huan1 sheng1 xiao4 yu3 sa2 man3 cun1 zhuang1 sil +000045 sil sha1 chang3 jing4 yun3 ming4 sp1 zhuang4 zhi4 ye3 wu2 wei2 sil +000046 sil you2 zha2 dou4 fu5 pen1 pen1 xiang1 sp1 san3 zi5 ma2 hua1 beng1 beng1 cui4 sp1 zi3 mei4 tuan2 zi5 shu3 er4 jiang1 sil +000047 sil ben3 shan1 ye3 zhen1 tai4 kou1 menr2 r le5 sil +000048 sil lin4 dong1 ying1 de5 zhu4 yuan4 bing4 an4 sil +000049 sil quan3 bi4 xu1 shuan1 yang3 huo4 juan4 yang3 sil +000050 sil he4 li4 he2 yin4 du4 da4 heng1 a1 lang2 nai4 er3 yi3 jing1 fen1 ju1 shu4 yue4 sil +000051 sil nan4 xiong1 nan4 di4 yao4 hao2 hao3 qie1 cuo1 qie1 cuo1 sil +000052 sil xiao3 jun1 da4 tui3 nei4 ce4 yu1 qing1 sil +000053 sil yi3 ji2 ci2 xiong2 kong2 zi2 niao3 fu4 yuan2 tu2 sil +000054 sil yu3 nv2 yan3 yuan2 pai1 wen3 xi4 sp1 chen2 xiao3 chun1 bu2 pa4 ying4 cai3 er2 chi1 cu4 sil +000055 sil fang3 zhen1 zhi1 cu1 hua1 ni2 deng3 yin4 hua1 mian4 liao4 de5 qiao3 miao4 yun4 yong4 sil +000056 sil yu3 yue1 se4 fu1 tie1 mian4 lou3 bao4 sil +000057 sil nu2 er3 bie2 er3 de2 ye1 wa2 qing3 zhou1 yong3 kang1 zhuan3 da2 dui4 wu2 bang1 guo2 wei3 yuan2 zhang3 de5 qin1 qie4 wen4 hou4 sil +000058 sil jin1 you3 zhuang1 man2 er2 xia4 zhou1 juan1 shen4 sil +000059 sil wo2 wo3 wo2 wo3 wo2 wo3 he2 pang4 zi5 yi4 qi3 sil +000060 sil sao3 sao5 gei3 zuo4 de5 you2 mian4 wo1 wo5 sp1 he2 yang2 rou4 dun4 shan1 yao4 sil +000061 sil man4 sa4 ni2 yue1 gang2 kou3 bei4 guan1 bi4 sil +000062 sil liao4 bi4 er2 ma2 ya3 shu1 he2 lao3 gong1 shai4 en1 ai4 sil +000063 sil wa4 zi5 tan1 xiao3 lao2 ban3 chen2 yong3 quan2 sil +000064 sil he2 ji4 chou2 zi1 sp1 yi1 dian3 yi1 er4 jiu3 yi1 wu2 wu3 yi4 yuan2 sil +000065 sil niao3 er2 zha1 zha1 sp1 zou4 qi3 chen2 qu3 sil +000066 sil ti3 qiang2 zhuang4 er2 hou4 xue2 wen4 sp1 dao4 de2 zhi1 jin4 xiu1 yong3 er2 shou1 xiao4 yuan3 sil +000067 sil wang3 gou4 huo4 wang3 sou1 gu3 min2 xin4 xi1 sp1 yi3 gao1 hui2 bao4 wei2 er3 qing3 jun1 ru4 weng4 sil +000068 sil tu2 wei2 kai2 mu3 bo2 yi1 xie2 xian4 chong1 ci4 sil +000069 sil ji2 jiang1 diao4 yu2 tai2 huang2 wei2 yu3 sp1 chi4 yu3 san1 dao3 sp1 shang2 gei3 sheng4 xuan1 huai2 wei2 chan3 ye4 sp1 gong1 cai3 yao4 zhi1 yong4 sil +000070 sil yong4 bu2 yong4 wo3 ti4 ni2 wu3 zhe5 zui3 sil +000071 sil er4 jing4 jia1 zhu4 bei2 wu3 huan2 wai4 sp1 shang4 ban1 yao4 qu4 ya4 yun4 cun1 hua2 tang2 shang1 chang3 sil +000072 sil you3 guan1 neng2 fou2 gai3 kong4 chuan4 mou2 sil +000073 sil bu4 lv3 ni2 sp1 ye2 yu3 qian2 fu1 zhe2 xue2 jia1 sp1 la1 fei2 er3 yu4 you3 yi4 zi3 sil +000074 sil you4 you3 shui2 ken2 she3 shi1 gei3 ta1 ne5 sil +000075 sil qie4 zei2 lou4 tui3 zi4 cheng1 huan4 ma2 feng1 bing4 sil +000076 sil lao3 zu2 mu3 yi3 mou2 sha1 zui4 bei4 shou1 ya1 sil +000077 sil ai3 cuo2 qiong2 bie2 xia1 kua1 sil +000078 sil yu2 zai4 shui2 li2 da3 xuan2 de5 wang3 wai4 luan4 beng4 sil +000079 sil zhuo2 wen2 jun1 shuo1 sp1 wan3 ru2 shan1 shang4 xue3 sp1 jiao3 ruo4 yun2 jian1 yue4 sil +000080 sil yi2 lei4 miao2 ke3 wei4 ming4 yun4 duo1 chuan3 sil +000081 sil mou2 xiao3 song2 kuai4 kuai4 kan4 kan5 sil +000082 sil tie3 sha1 zhang3 ai4 hao4 zhe3 zhang1 hui1 biao2 yan3 pi1 zhuan1 sil +000083 sil er2 lv3 ye4 xin1 sp1 ye3 bei4 yi4 gen1 lin3 zi5 ya1 zhe5 sil +000084 sil zhun1 zhun1 ding1 ning2 sp1 wu4 wang4 tian1 shan1 bu3 yu4 qing2 sil +000085 sil xian4 zai4 shi4 daor4 r yue4 zou3 yue4 kuan1 sp1 ren2 qi4 yue4 gao3 yue4 wang4 sil +000086 sil wu4 yong1 hui4 yan2 sp1 ren2 you3 ji4 xing4 sp1 yi4 you3 wang4 xing4 sil +000087 sil can1 hou4 sp1 yi4 xing2 ren2 you4 pei2 wang1 xiao3 fei1 sp1 dao4 ling4 yi4 zhen2 suo3 kan4 er3 bi2 hou2 ke1 sil +000088 sil gan4 ma2 a5 ni3 you4 lai2 gou1 da5 shei2 sil +000089 sil yue1 wan2 ka3 yu2 tie3 tuo1 mei2 you3 hai2 zi5 sil +000090 sil shou4 sun3 song4 dai4 ge1 yao2 qing1 you4 kui2 ban4 kou3 pan2 zheng4 mian4 sun2 hui3 hou4 sil +000091 sil ye3 huan1 ying2 wei4 sheng1 mian2 chang3 shang1 sp1 zhao2 wo3 dai4 yan2 sil +000092 sil lou2 yi2 wang3 huan2 kong1 long2 mu3 sp1 qi2 lin2 mai2 mo4 ji3 chun1 qiu1 sil +000093 sil ru2 hu4 fa4 he2 hu4 yan3 sp1 yao4 dai4 shang4 gui1 jiao1 yong3 mao4 sp1 he2 zhai1 chu2 yin3 xing2 yan3 jing4 sil +000094 sil ma3 xun4 wei2 yu3 yang2 yi2 deng3 gong4 du4 sheng1 ri4 sil +000095 sil sheng3 ji2 wen2 bao3 dan1 wei4 sp1 man3 yuanr4 r liu1 da5 ji1 sil +000096 sil tu2 wei2 zhong1 shan1 zhan1 yuan2 guang3 yao1 qian1 yu2 you2 ke4 sp1 pin3 chang2 chong2 yang2 yi4 shou4 qian1 sou3 yan4 sil +000097 sil xiao3 wen2 jie2 quan2 shen1 ku1 shou4 ru2 chai2 sil +000098 sil qin2 mou3 yong4 lian3 pen2 yao2 shui3 jiang1 huo3 pu1 mie4 sil +000099 sil an1 quan2 tao4 zuo4 cheng2 wu1 du2 wa2 wa5 yang4 zi5 sil +000100 sil di4 san1 shi4 kao3 ya1 que1 jin1 duan2 liang3 sil +000101 sil chuan2 ma3 yi1 li2 huai2 shang5 er4 tai1 sil +000102 sil feng1 zheng5 yao4 xian4 sp1 ben1 ma3 yao4 jiang1 sp1 hang2 chuan2 yao4 duo4 sil +000103 sil jia3 yuan2 yuan5 tuo1 gao1 yue4 shang4 lou2 sil +000104 sil hei1 pao2 niao2 xiao3 hei1 shi5 lin2 ba1 ge1 sil +000105 sil ta1 yue4 en4 sp1 wo3 yue4 huang1 sp1 fa1 dong4 yue4 man4 sil +000106 sil mao3 tu4 kai1 xin1 sui4 sp1 liang3 an4 gong4 ying2 chun1 sil +000107 sil wu3 yue4 tian1 ma3 sha1 sp1 ti4 ju2 wa2 wa5 sp1 huan4 zhuang1 bi3 ji1 ni2 sil +000108 sil po1 tu3 yan2 xing4 wei2 po1 po1 sp1 can2 ji1 tu3 shu2 tu3 zhi4 bian1 po1 sil +000109 sil mo4 xi1 ge1 yi1 wu3 er4 yi1 nian2 sp1 lun2 wei2 xi1 ban1 ya2 zhi2 min2 di4 sil +000110 sil wa2 ha1 ha1 qi3 ye4 yan2 jiu1 yuan4 fu4 yuan4 zhang3 li3 yan2 jun4 sp1 suan4 shi4 ku2 zhu3 zhi1 yi1 sil +000111 sil zhou1 yun4 sp1 ze2 huo4 lao3 wai4 lou3 yao1 sp1 xing1 fen4 da4 xiao4 sil +000112 sil wo3 yao4 yong4 gu3 ge1 fa1 song4 yi4 feng1 you2 jian4 sil +000113 sil di2 wo4 er3 fu1 sp1 ze2 tun1 le5 yi4 kou2 shui3 sil +000114 sil xian1 shi1 de5 yan2 jiu1 ling3 yu4 hao4 han4 wu2 ya2 yi3 sil +000115 sil yin1 gan1 die1 er2 hong2 de5 mo2 te4 zhou1 rui3 sil +000116 sil wan2 ka1 yong4 lai2 pian4 mei3 mei2 sil +000117 sil wu3 jie4 song1 san3 xia2 ai4 sp1 yao4 tuan2 jie2 he2 zuo4 sil +000118 sil xi1 wang4 kan4 yi4 yan3 ge2 er3 mu4 de5 shu4 ye4 sil +000119 sil bing3 zhe2 ye3 hui2 wen3 da4 mang3 she2 sil +000120 sil cheng2 men2 ding3 duan1 you3 tao2 se4 de5 tao2 wa3 sp1 wu1 ding3 yi3 long2 feng4 deng3 rui4 shou4 zhuang1 shi4 sil +000121 sil xue2 sheng1 ta4 shang4 lan2 gan1 xi4 nong5 e4 yu2 sil +000122 sil ni3 kan4 liang2 chao2 wei2 yan3 se4 jie4 sp1 liu2 jia1 ling2 sp1 ye2 dei2 yao3 ya2 ren3 zhu4 ya5 sil +000123 sil zhe4 yao4 wen4 wen5 huo3 xing1 shang4 de5 yu2 la5 sil +000124 sil zhong1 zhen4 tao1 yu2 nv3 er2 qian1 shou3 guang4 jie1 sil +000125 sil yi1 ceng2 ke2 yi3 zhong4 hua1 hua1 cao2 cao3 sil +000126 sil mei3 jia1 zuo1 fang5 sun3 shi1 you3 yi1 er4 shi2 wan4 yuan2 sil +000127 sil ta1 mian4 rong2 qiao2 cui4 sp1 you4 tui2 you3 xie1 que2 guai3 sil +000128 sil jiu4 jiu5 zhi3 zhang1 shao2 han2 ou1 qin1 sil +000129 sil fa3 yuan4 zhun2 xu3 he2 tong5 jie3 chu2 sil +000130 sil ling4 wai4 sp1 wo1 an4 chuan4 an4 duo1 sp1 ye3 you2 wei2 tu1 chu1 sil +000131 sil gao3 xie1 lin2 ye4 ji1 xie4 zhu3 ye4 yi3 wai4 de5 pian1 ye4 ne5 sil +000132 sil mian2 hua1 shou1 gou4 ye3 zao1 you2 zi1 e4 xing4 chao3 zuo4 sil +000133 sil gu2 yong3 qiang1 sp1 yi3 jun1 bi4 gai1 xia4 sil +000134 sil ta1 you4 ku1 you4 nao4 sp1 hai2 na2 dao1 chuo1 lai2 chuo1 qu4 sil +000135 sil zai4 fang4 xia4 qing1 sao3 ji1 hou4 sp1 wan4 qing4 liang2 gai3 yong4 sao4 zhou5 zuo4 ye4 sil +000136 sil ta1 ang2 shou2 ting3 xiong1 sp1 ying2 feng1 er2 li4 sp1 jiong2 jiong2 you3 shen2 de5 shuang1 mu4 sp1 tiao4 wang4 qian2 fang1 sil +000137 sil er2 zhang1 mao2 ri4 qian2 ye3 xuan1 bu4 sp1 yu3 wai4 ji2 nan2 you3 ding4 hun1 sil +000138 sil men2 luo2 deng1 ta2 yuan3 sp1 ku1 mu4 qu3 quan2 yao2 sil +000139 sil ni3 wu2 yu3 wo2 hen3 xian2 di5 le4 sil +000140 sil wen4 ti2 niu2 rou4 ju4 xin4 yuan2 zi4 yi4 jia1 luo2 ma3 ni2 ya4 tu2 zai2 chang3 sil +000141 sil a1 er2 wa3 lei2 si1 sp1 yi1 yan2 xing2 shi4 sil +000142 sil zhi3 yuan4 cang1 tian1 xiang1 zhao4 ying5 sp1 liu2 de2 qing2 yi4 sp1 bi2 jin3 cui4 sil +000143 sil yu4 zhi1 tiao1 xuan3 nan2 you3 zui4 pa4 wu2 qu4 sil +000144 sil tan2 ta3 wei2 he2 an1 nan2 sp1 bei4 ren4 ming4 wei2 zong2 tong3 gu4 wen4 sil +000145 sil xiao3 zhen1 yi4 bian1 yong4 zhi3 jin1 an4 ya1 zhi2 xie3 sp1 yi4 bian1 you4 kai1 shi3 di1 sheng1 chuo4 qi4 sil +000146 sil qiu1 shao2 zhi4 yin1 ci3 bei4 wai4 jie4 feng3 ci4 shi4 sp1 e4 yu2 tou2 lao3 chen4 di3 sil +000147 sil hua1 duo2 ti2 yin3 fa1 wang2 you3 re4 yi4 xiao4 fang3 sil +000148 sil xiao1 ke4 zai4 kong1 tiao2 chang3 xie4 wan2 huo4 sp1 you2 yuan2 lu4 fan3 hui2 cun4 tan1 gang3 sil +000149 sil you2 ci3 qian1 chu1 chou3 wen2 sp1 you3 ren2 xu4 yi4 zai1 zang1 sa4 ke1 qi2 sil +000150 sil wa2 nu3 a1 tu2 sp1 wei4 yu2 huan2 tai4 ping2 yang2 di4 zhen4 duo1 fa1 dai4 sil +000151 sil gan4 ba4 nong2 huo2 shang4 shang4 wang3 sp1 zan2 ye3 wan2 wan5 jia3 nong2 chang3 sil +000152 sil zhe4 jiu4 shi4 ying1 ye4 da2 ying4 bao1 ruan3 sp1 ruan3 mai4 ying4 de5 li3 nian4 sil +000153 sil shao1 hua1 ya1 sp1 shao1 chu2 jir1 r sil +000154 sil zhong4 qiang1 xiao2 kao3 la1 sheng1 ming4 chui2 wei1 sil +000155 sil shou2 peng2 si3 can2 sp1 can2 nong2 fei1 chang2 ju3 sang4 sil +000156 sil bu2 guo4 reng2 dang3 bu2 zhu4 yi4 xie1 yan1 min2 tun1 yun2 tu3 wu4 sil +000157 sil qin1 peng2 hao2 you3 peng3 zhe5 hua1 lan2 qian2 lai2 diao4 yan4 sil +000158 sil jiu3 yang2 dou4 jiang1 ji1 sp1 wo3 dao4 shi5 hui4 yong4 sil +000159 sil quan2 guo2 yi2 gong4 you3 yi4 bai3 yi1 shi2 er4 suo3 er4 yao1 yao1 gao1 xiao4 sil +000160 sil fu4 hao2 luo4 ma3 sp1 yuan2 yu2 gui1 fan4 jian1 du1 que1 wei4 sp1 ni4 ai4 zong4 rong2 xia4 de5 ye3 man2 sheng1 zhang3 sil +000161 sil wang2 jin1 yan4 sp1 zuo3 ce4 lu2 gu3 yan2 zhong4 ao1 xian4 sil +000162 sil yong4 de5 qiang1 zhi1 sp1 you3 a1 ga1 qiang1 he2 shou3 qiang1 deng3 sil +000163 sil zui4 hou4 mo3 diao4 kou2 jiao3 tuo4 mo5 sp1 zuo4 niao3 shou4 san4 sil +000164 sil ling4 yi4 ming2 yu4 nan4 zhe3 qin2 ping2 feng4 sp1 shi4 chong2 ming2 yao2 nan2 cun1 ren2 sil +000165 sil ying1 xiong2 xiong2 niao4 bao3 tong4 shi1 qin1 ren2 lao3 lei4 zong4 heng2 sil +000166 sil e2 luo2 si1 gong1 che1 lan4 yong4 lv3 zao1 peng1 ji1 sil +000167 sil ban4 hao3 zhong1 guo2 pu2 fa2 wang3 ying1 wen2 wang3 sil +000168 sil wo3 ma1 xiao4 wo2 sha3 sp1 wo3 ma1 xiao4 wo3 han1 sil +000169 sil chi1 ge5 tian2 tong3 jiang4 jiang5 wen1 ba5 sil +000170 sil yan4 ya4 ya5 you2 hua4 zuo4 pin2 nai3 nai5 sil +000171 sil zai4 yin3 qiao2 shang4 pao2 hen3 wei1 xian3 sil +000172 sil hu2 xing4 er2 sheng4 zhuang1 da3 ban4 sp1 yu3 liu2 qing1 yun2 xian4 shen1 wei1 ni2 si1 ying2 zhan3 sil +000173 sil yang2 kai2 ku3 xiao4 zhe5 sp1 ji4 xu4 wang3 jia1 nuo2 sil +000174 sil yue1 liang3 wan4 ling2 liang2 bai3 ren2 shou4 ying2 xiang3 sil +000175 sil ni3 zhan1 wo3 de5 guang1 ye3 gou4 qiang1 sil +000176 sil a1 mo4 she2 mu3 sp1 wei4 yu2 shou3 du1 lun2 dun1 yi3 xi1 sil +000177 sil gen4 qi2 zhi3 sp1 zhi3 qi2 suo2 ye3 sil +000178 sil er2 she4 an4 bei4 bu2 nv3 yi2 fan4 xing4 huang2 sil +000179 sil nuan2 nuan3 ye3 yue4 lai2 yue4 ni4 fan3 le5 sil +000180 sil ju4 jie4 shao4 sp1 fei1 biao1 chai2 you2 sp1 yi4 ban1 shi4 yong4 bai2 you2 liao4 sp1 chan1 dui4 sp1 zou3 si1 hong2 you2 sil +000181 sil jing2 quan3 xun4 lian4 da4 dui4 xie2 quan3 xun2 jian3 sil +000182 sil guang3 dong1 sheng3 zheng4 xie2 chang2 wei3 chen2 zuan3 guang1 sp1 zou3 jin4 yi3 zu2 ju1 suo3 sil +000183 sil zhu1 lei4 xia4 luo4 qing2 sa3 kong1 chuang2 sil +000184 sil qiang1 guan3 nong4 qing2 ling2 ge1 fan4 ye4 sp1 xi1 xi1 diao4 sou3 lian2 wa2 sil +000185 sil yang2 hong2 quan2 shi4 tian2 ba4 zhen4 wa1 hang1 cun1 cun1 min2 sil +000186 sil zai4 shi1 gong1 zhong1 sp1 wu2 fa3 yong4 hang1 ji1 nian3 zha2 sil +000187 sil bei1 tie4 sp1 fa3 tie4 zi4 tie4 hua4 tie4 de5 tie4 sp1 yu3 tao1 tie4 de5 tie4 sp1 dou1 nian4 tie4 sil +000188 sil mei2 zuo4 xiang4 sp1 yi4 wei4 zhe5 mei2 jiao4 yang3 sp1 ru3 mo4 zu3 zong1 sil +000189 sil wen2 shi4 yi3 xi4 sheng2 wen2 wei2 zhu3 sp1 hai2 you3 jiao1 cuo4 sheng2 wen2 sp1 xian2 wen2 sp1 chuo1 ci4 wen2 deng3 sil +000190 sil dai3 tu2 men5 lun1 zhe5 guan3 zi5 you4 da3 you4 ci4 sp1 ji2 yu2 zhi4 ren2 yu2 si3 di4 sil +000191 sil da4 gua4 che1 jia4 shi3 yuan2 liu2 wei4 dong1 sp1 you4 jiao3 bei4 si2 si2 qia3 zhu4 sp1 wu2 fa3 dong4 tan5 sil +000192 sil wen1 ling3 shi4 lan2 kong3 que4 you4 shi1 yan2 yan4 hong2 de5 nve4 tong2 xing2 wei2 sil +000193 sil qie2 you3 que4 qie4 cai2 liao4 wei2 zheng4 sil +000194 sil jiu2 jing3 fa2 zi3 xi1 du2 an4 sp1 zhen4 jing1 yan3 yi4 quan1 sil +000195 sil huan1 ying2 ge4 wei4 peng2 you5 chang2 lai2 guang4 guang5 liao2 liao5 sil +000196 sil lao3 wang2 bian1 ken3 shao1 bing3 bian1 shuo1 sil +000197 sil jing3 fang1 ku2 ku3 zhui1 zong1 wei4 mou3 sil +000198 sil lin2 zu3 lian4 ren4 wu1 kan3 cun1 dang2 zong3 zhi1 shu1 ji4 sil +000199 sil ta1 nie4 shou3 nie4 jiao3 jin4 le5 wu1 sp1 liu1 jin4 wo4 shi4 sil +000200 sil ci3 wen2 jing1 zhai1 bian1 sp1 biao1 ti2 wei2 bian1 zhe3 zhi4 zuo4 sil +000201 sil liang3 sou1 chuan2 zai4 hu4 hang2 wang3 xiang1 gang2 zou3 sil +000202 sil er2 zeng1 mu3 ye3 huan4 you3 tang2 niao4 bing4 sil +000203 sil yang2 qian1 hua4 wei4 shi2 zhuang1 xiu4 ren4 ya1 zhou4 jia1 bin1 sil +000204 sil min2 jing3 wei3 sui2 zhui1 ji1 sp1 zhua1 huo4 yi4 ming2 mao2 zei2 sil +000205 sil jiang3 zuo5 hao3 duo1 hao3 shi2 zai4 kai2 ye3 sil +000206 sil hao3 kou2 ke3 a5 sp1 lai2 pao4 bei1 cha2 he1 sil +000207 sil hong2 yu4 zai4 dong4 fang2 zhi1 ye4 tao2 hun1 sp1 bei4 ren2 wu4 dang1 zuo4 luan2 sheng1 jie3 jie5 su1 yu3 ning2 sp1 er2 zhui1 bu3 sil +000208 sil san1 yue4 chun1 lai2 zao3 sp1 nen4 ya2 gua4 shu4 shao1 sil +000209 sil bei4 gao4 ren2 yan2 yong2 xi3 he2 mao2 xu4 dong1 tong2 ting2 shou4 shen3 sil +000210 sil yi4 dou3 ling4 yi4 wan3 sp1 xiang1 dang1 yu2 liang2 wan3 bai2 xian3 sil +000211 sil wu2 li4 yong4 zi4 ji3 bu2 ru3 qi1 yun4 shu1 sp1 ying1 you4 er2 fang2 cha2 sil +000212 sil bi4 jing4 sp1 shu4 nuo2 si3 ren2 nuo2 huo2 a5 sil +000213 sil bu4 neng2 wei4 le5 cou4 wen2 zhang1 er2 cou4 wen2 zhang1 sil +000214 sil ju2 nong2 men5 cong2 ge4 chu4 tiao1 shui3 kang4 han4 sil +000215 sil jun1 jian3 dui4 rao2 hong2 wei3 qiu2 chu2 si3 xing2 sil +000216 sil jiu4 shi4 li4 run4 yue4 ji3 yue4 bao2 sp1 yue4 ji3 yue4 bao2 sil +000217 sil xu1 ding4 qing2 sp1 kan4 wei3 yuan2 ti2 an4 sp1 wu2 yi1 zou4 xiao4 sp1 yin3 wu2 shu4 fang2 nu2 jing4 zhe2 yao1 sil +000218 sil yuan2 jing3 yan2 shen1 zhi4 sp1 dou4 yu4 sp1 luan2 cheng2 sil +000219 sil nin2 deng3 huir4 r sp1 wo2 gei3 nin2 wen4 wen5 sil +000220 sil zhe4 fen4 nu4 sp1 qia4 ru2 yi2 zuo4 yan2 jiang1 nu4 yong3 de5 huo3 shan1 sp1 ji2 yu4 pen1 fa1 sil +000221 sil you3 wang2 you3 cheng1 sp1 guan1 yuan2 wei2 shan3 xi1 sheng3 an1 jian1 ju2 ju2 zhang3 yang2 da2 cai2 sil +000222 sil a1 er3 te4 ne4 ju4 sp1 wei4 yu2 tu3 xu4 bian1 jie4 xi1 duan1 sil +000223 sil guo2 yi3 min2 wei2 ben3 sp1 dang2 yi3 min2 wei2 ji1 sil +000224 sil shi4 wei1 xie2 o5 kong3 he4 o5 sil +000225 sil sheng1 yin1 dia2 dia3 de5 sp1 zhuang1 nen4 sp1 ai4 diao4 yan3 lei4 sil +000226 sil yi2 wang3 chang2 sai1 che1 de5 gang2 ding3 sp1 ze2 hen3 chang4 shun4 sil +000227 sil yi2 ge5 fang1 xiang4 yu4 yue1 sp1 bu4 chao1 guo4 san1 tang4 ke2 xuan3 che1 ci4 sil +000228 sil zhong1 shu1 man4 pai4 re4 gou2 gei3 zhang2 zhe3 sil +000229 sil yi2 kan4 sp1 yi4 tuan2 nong2 yan1 zhi2 wang3 tian1 kong1 cuan1 sil +000230 sil li2 an4 ren2 min2 bi4 zhai4 quan4 su2 cheng1 sp1 dian3 xin1 zhai4 sil +000231 sil she1 chi2 pin2 wang3 gou4 zao1 yu4 cheng2 xin4 hua2 tie3 lu2 sil +000232 sil shi2 jin4 shang2 wu3 sp1 dong1 er4 huan2 guang3 qu2 men2 qiao2 dong1 bei2 jiao3 sil +000233 sil chuang1 wai4 yi2 pian4 yin1 mai2 sp1 zhe4 yu3 xiang4 shi4 yong2 yuan3 xia4 bu4 wan2 le5 sil +000234 sil wei4 yin1 da1 shang4 de5 shi4 yi2 tang4 si3 wang2 zhi1 lv3 sil +000235 sil sha1 wu1 di4 xiang1 xin4 sp1 bin1 la1 deng1 yi3 bing4 gu4 sil +000236 sil ji2 yun3 chi2 di4 yi1 hu2 zhong1 qu1 zhan4 wei4 sil +000237 sil su2 hua4 shuo1 sp1 wang2 yang2 bu3 lao2 sp1 you2 wei4 wan2 ye3 sil +000238 sil jin3 liang4 ceng4 ge4 zhong3 shang1 wu4 ying4 chou5 sil +000239 sil hen3 kuai4 jiu4 you3 ren2 hui2 tie3 an1 wei4 wang2 miao3 sil +000240 sil yu4 nan4 cun1 min2 wu1 qian2 che2 qi3 heng2 fu2 sil +000241 sil mao2 ge3 deng3 bei4 lei4 hai3 xian1 sp1 yi4 xie2 dai4 jia3 gan1 bing4 du2 sp1 shi2 yong4 shi2 sp1 yi2 ding4 yao4 zhu3 shu2 zheng1 tou4 sil +000242 sil li3 jia1 ding3 sp1 yi4 ti2 qi3 yang2 si1 qi2 you4 bao4 cu1 sil +000243 sil sui2 hou4 sp1 ba1 sa4 yong4 shang1 yu4 fu4 chu1 de5 pu3 yue1 er3 huan4 xia4 kai2 ta3 sil +000244 sil sha1 te4 wang2 zi3 a1 le4 wa3 li4 de2 sil +000245 sil er2 bu4 fen5 wang3 min2 ye3 le4 yu2 wei2 guan1 qi3 hong4 sil +000246 sil yun2 yang2 xian4 pan2 long2 zhen4 si4 min2 cun1 sp1 fa1 zhan3 zhuang4 da4 ying1 tao2 chan3 ye4 sp1 zhu4 nong2 zeng1 shou1 sil +000247 sil wang2 you3 ben4 ben5 hair2 r ya1 li4 bu4 xiao3 sil +000248 sil shen4 yu4 he2 de5 qing1 yu1 gong1 zuo4 sp1 ye2 yi3 wan2 gong1 sil +000249 sil wu1 xia2 zhen4 liu3 shu4 cun1 sp1 yuan2 wen2 shen3 shu1 rong2 sp1 qi2 nv3 kao2 qu3 da4 xue2 sil +000250 sil nv3 er2 chang2 wu2 gu4 yun1 dao3 qie2 jiu3 zhi4 bu2 yu4 sil +000251 sil yu2 yue4 hai3 ju3 bao4 de5 da4 si4 cun1 shi2 er4 zu3 lian2 yun4 zhan4 ji2 dong1 ce4 geng1 di4 sil +000252 sil li3 ke4 qin2 yu3 zheng4 yi1 jian4 peng2 chang3 sil +000253 sil ta1 dang1 ji2 gan1 ga4 yan2 zui3 jian1 ning3 tou2 sil +000254 sil ran2 er2 ci2 ju3 yi1 ran2 wei4 neng2 di2 dang2 chao3 jia1 re4 qing2 sil +000255 sil da4 liang4 tu3 fang1 sp1 yong3 jin4 quan3 she4 sil +000256 sil wu3 shi4 sp1 ye4 mian4 san1 pen1 bu3 fei2 sil +000257 sil guan1 wan4 zhang1 suo3 xing4 yong4 jiao3 hen3 chuai4 juan3 lian2 men2 sp1 dan4 juan3 lian2 men2 sp1 wei4 neng2 da3 kai1 sil +000258 sil wu1 ji2 liang3 duan1 sp1 zhu4 you2 tong3 xing2 gong2 ding3 bi4 lu2 yan1 cong1 sp1 shen1 chu1 wu1 mian4 sil +000259 sil yu2 you4 jun1 sp1 ye3 shi4 yi2 li4 hai5 jue2 se4 sil +000260 sil ying1 jie4 bi4 ye4 sheng1 fang4 kuan1 zhi4 er4 shi2 er4 zhou1 sui4 sil +000261 sil qi2 mo4 wei2 qi2 sp1 yu2 shi4 yin3 jin4 geng4 duo1 ma2 pi3 sil +000262 sil zai4 yao2 ye4 de5 chun1 guang1 zhong1 man4 man4 xiao1 san4 sil +000263 sil bing4 qie3 ba2 wo2 da3 shang1 le5 sp1 zao4 cheng2 zuo2 er2 er3 mo2 chuan1 kong3 sp1 you4 er2 you3 yu1 xue4 sil +000264 sil zi4 ci3 sp1 ai4 ni2 nv3 zhuang1 wang3 dian4 sp1 jing1 chang2 shan3 shuo4 zhe5 miao3 sha1 er4 zi4 sil +000265 sil an3 cong2 lou2 shang4 jiao4 an2 jie3 jie5 sp1 an2 jie3 jie5 mei2 xing3 sil +000266 sil zhi1 hou4 yin2 hang2 cui1 zhe5 ka2 zhu3 qu4 huan2 qian2 sil +000267 sil mao4 die2 shu1 fa3 jia1 zhang1 ru3 shi4 sp1 hai2 zhuan1 cheng2 tuo1 you3 ren2 biao3 da2 ai1 si1 sil +000268 sil ru2 jin1 sp1 zhong1 zhou2 jiu3 men2 sp1 du2 que1 sp1 di4 an1 men2 sil +000269 sil xiao3 diao1 yin1 wei4 zhang3 chu1 le5 xi3 que4 chi4 bang3 sp1 er2 jing1 ya4 wu2 bi3 sil +000270 sil suo2 yi3 sp1 jiao1 nang2 ye2 dei3 dang1 yao4 yi2 yang4 jian1 guan3 sil +000271 sil zao3 kai1 nai3 sp1 zao3 xi1 shun3 sp1 zao3 wei4 yang3 sil +000272 sil qu4 ke2 hou4 reng2 bao3 liu2 xie1 xu3 wai4 ceng2 zu3 zhi1 sp1 ru2 pi2 ceng2 sp1 hu2 fen3 ceng2 he2 pei1 ya2 sil +000273 sil ci3 shi2 sp1 li3 yan2 de5 ji1 e4 fang3 fu2 jiao4 gai3 de5 nuo4 yan2 sp1 xu1 wu2 piao1 miao3 sp1 ye3 mo1 bu4 zhao2 bian1 sil +000274 sil ying1 bi4 mian2 yu3 da4 che1 ni4 xiang4 ying2 lang4 xing2 shi3 sil +000275 sil ke3 bie2 sui2 di4 tu3 tan2 ya5 sil +000276 sil xin1 pin2 zhong3 da4 xi1 yi4 sp1 bi4 ta3 ta2 wa3 ju4 xi1 sil +000277 sil guo1 chou2 chou3 li4 ji2 ti2 chu1 mai4 gei3 jiu4 ma1 qin2 gui4 ying1 sil +000278 sil mo2 gui3 zhu2 chang3 mo2 li4 wu2 bian1 sil +000279 sil liu2 lang4 quan3 shou1 rong2 dui4 ye3 luo4 de2 yao1 zhe2 xia4 chang3 sil +000280 sil kan3 tong1 na4 hai2 bei4 ke4 yi3 yi2 wan4 ying1 bang4 de5 fa2 kuan3 sil +000281 sil chu1 qu4 hou4 xiang3 dao4 wai4 mian4 qu4 chuang3 yi4 chuang3 sil +000282 sil tan1 chen1 chi1 man4 sp1 yin1 guo3 lun2 hui2 sil +000283 sil yi4 jian4 ren4 wei2 sp1 kao3 lv4 hao3 lei2 yin1 fen1 sai1 qin2 cu4 si3 zong1 he2 zheng4 er2 si3 wang2 sil +000284 sil xiao3 su1 rui4 chuan1 ba1 lei2 wu3 qun2 yu3 ma1 ma5 guang4 jie1 sil +000285 sil you2 ben2 qi3 zou4 sp1 wu2 ben3 tui4 chao2 sil +000286 sil yi4 gu2 gu3 e4 chou4 pu1 bi2 er2 lai2 sil +000287 sil shi4 xiao3 long2 yu3 sha1 ni1 xian4 chang3 tiao4 wu3 sil +000288 sil hui2 shou3 feng1 luan2 ru4 mang3 cang1 sil +000289 sil ming2 jiang4 yuan2 chong2 huan4 sp1 ceng2 ju4 ci3 cheng2 kang4 ji1 nu2 er3 ha1 chi4 he2 huang2 tai4 ji2 sil +000290 sil xia4 mian4 qing2 kai3 de2 shang1 yong4 zhong1 guo2 zong3 cai2 sp1 luo4 wei3 han4 xian1 sheng5 zhi4 ci2 sil +000291 sil feng1 cheng2 chao1 chou2 you2 you2 zang4 sp1 wei4 yu2 zhun3 ge2 er3 pen2 di4 xi1 bei3 yuan2 sil +000292 sil jing3 fang1 yong4 chui2 zi5 za2 che1 men2 sil +000293 sil lv2 nv3 shuo1 sp1 zhang1 nan2 er4 du4 jin4 bing1 lang2 tan1 nei4 sp1 hu1 ran2 xue2 gou3 pa2 pao3 chu1 dian4 wai4 sil +000294 sil qi2 yu2 de5 shi4 ban1 xiong1 cao3 que4 he2 feng1 niao3 deng2 zhong3 lei4 sil +000295 sil dou2 gong3 yi2 sun3 xiang1 kou4 sp1 jin3 mi4 jie1 shi5 sp1 duan1 kou3 hai2 you3 jing1 mei3 de5 diao1 ke4 sil +000296 sil wei1 wei1 jing3 gang1 shan1 sp1 mian2 gen4 wu2 bai2 li3 sil +000297 sil bu4 neng2 gou3 xiong2 bai1 bang4 zi5 sil +000298 sil min2 na3 gao4 de5 guo4 guan1 a5 sil +000299 sil you4 cheng1 ka1 la3 kun1 lun2 gong1 lu4 sil +000300 sil zhe4 pa4 shi4 yao5 kao2 kao3 dang1 di4 zheng4 fu3 le5 sil +000301 sil ye4 shan1 hao2 bu2 jiu4 dan1 yan3 pi2 ma5 sp1 you4 you3 xing2 sp1 wai4 xing2 ye2 hen3 fu2 he2 wo5 sil +000302 sil na4 zan2 lia3 yi4 qi2 shu3 yang2 ba5 sil +000303 sil xing1 xing5 zai4 ping2 heng2 mu4 shang4 shua3 lai4 sil +000304 sil sui2 zhe5 huan2 jing4 ya5 yin1 su4 ya5 you2 gai3 bian4 ya5 sil +000305 sil xian4 yin1 zhi2 xing2 xing2 man3 yu2 yi3 shi4 fang4 sil +000306 sil liu2 ben1 sp1 wang2 yao2 yao5 sp1 wang2 gui4 hua2 sp1 zhao4 yong3 sheng4 sp1 cai4 zhi4 yong3 ye3 fen1 bie2 fa1 yan2 sil +000307 sil jiang1 yi1 yan4 yi4 zhi2 zi4 xu3 wei2 pa2 xing2 zhe3 sil +000308 sil tian1 gao1 yun2 dan4 qiu1 yang2 can4 lan4 sil +000309 sil yan2 yang2 sheng1 sp1 bu2 kui4 wei2 yi4 ba2 hao3 suan4 pan5 sp1 ying4 jiang1 ji2 bi3 wei4 jie2 zhang4 mu4 sp1 lie4 wei2 si3 zhang4 sil +000310 sil ni3 cai1 wo3 cai1 ni3 cai1 bu4 cai1 sil +000311 sil mu2 zi3 kai1 xin1 sp1 ben1 xiang4 leng2 yin3 dian4 sil +000312 sil yu4 dao4 wen4 ti2 yao4 yong2 gan3 mian4 dui4 ya5 sil +000313 sil wo3 xin1 li3 san1 wan4 zhi1 cao3 ni2 ma3 ben1 teng2 er2 guo4 sil +000314 sil shi4 wai4 jian4 you3 pu2 tao5 yuan2 he2 ting2 ji1 ping2 sil +000315 sil la4 jiao1 dou1 shi4 zheng2 kun3 zheng2 kun3 zai4 liang4 shai4 de5 sil +000316 sil zhong2 zi3 po1 qiao2 yi1 ran2 bei4 shui3 man4 guo4 sil +000317 sil en1 sp1 cha1 cha1 quan1 quan1 shi4 shen2 me5 sil +000318 sil zhe4 yi2 qie4 quan2 yao4 you2 wang2 mei3 zhen1 yi4 ren2 cao1 chi2 sil +000319 sil da3 lao1 dui4 sui1 sa2 wang2 da3 lao1 wu2 guo3 sil +000320 sil wo3 men5 yi4 zhi2 dou1 ren4 wei2 tu4 xie2 you3 xue4 yan4 sil +000321 sil gai1 an4 cheng2 wei2 song4 peng2 fei1 she4 hei1 an4 de5 dao2 huo2 suo3 sil +000322 sil chun1 mian2 bu4 jue2 xiao3 sp1 chu4 chu4 wen2 zi5 yao3 sil +000323 sil jin1 ye4 you2 yu3 jia1 xue3 sp1 ming2 ri4 zhuan3 xiao2 xue3 sil +000324 sil jian4 yi4 bei3 jing1 ye2 gao3 yi2 ge5 you1 sil +000325 sil zhe4 zhong2 niao3 sp1 bo2 zi5 shang4 you3 yi4 quan1 wu1 hei1 de5 yu3 mao2 sil +000326 sil shuo1 lai2 hua4 chang2 yi4 yan2 nan2 jin4 a5 sil +000327 sil xuan4 ren4 gu4 gong1 bo2 wu4 yuan4 sp1 gu3 wu4 guan3 ke1 zhang3 sp1 ji2 bian1 zuan3 sil +000328 sil zhen1 yao4 xiang3 gan4 shi4 sp1 jiu4 dei3 xi1 cun4 yin1 sil +000329 sil ta1 chuan1 zhe5 shui4 yi1 chi4 jiao2 wang3 wai4 pao3 sil +000330 sil er2 tang2 heng2 ye3 bing4 le5 sp1 hou2 long5 fa1 yan2 sil +000331 sil qie4 fei3 yu4 qiao4 jia1 wan4 shi2 chu4 dong4 jing3 zhong1 sp1 ji2 xie2 zang1 wu4 sp1 yan2 zao2 qiang2 lu4 tao2 zou3 sil +000332 sil lai2 ang2 na4 duo1 chui1 wu1 wu1 zu3 la1 sil +000333 sil ye4 zhu3 cao1 zong4 zhao1 tou2 biao1 pu3 bian4 sil +000334 sil min2 yi3 shi2 wei2 tian1 sp1 liang2 jia4 sp1 nai2 bai3 jia4 zhi1 ji1 sil +000335 sil quan2 ju4 yi3 yao2 zu2 te4 you3 de5 chang2 gu3 guan4 chuan1 sil +000336 sil za2 ke3 neng2 wo3 rang4 ta1 zuo4 wen4 juan4 ta1 jiu4 zuo4 wen4 juan4 ne5 sil +000337 sil lao3 shi1 ze2 ling4 zhao4 wei1 xie3 jian2 tao3 sil +000338 sil jin1 pu3 zai4 wang4 sp1 long2 hai3 xiang1 lian2 sil +000339 sil zhe4 tiao2 du2 she2 ming2 wei2 sp1 ma3 di4 er3 da2 jiao3 kui2 sil +000340 sil hui4 mian4 shi2 sp1 zeng1 yin1 quan2 yi4 zhi2 yong4 liu2 li4 de5 ying1 yu3 yu3 huo4 hua2 de2 jiao1 tan2 sp1 mei2 you3 an1 pai2 fan1 yi4 sil +000341 sil yang2 sheng4 zhong1 yu3 jin1 ji4 fen1 xiang1 hu4 chan1 fu2 sil +000342 sil ying1 yu3 ze2 you3 yue4 du2 li2 jie3 deng3 ti2 xing2 sil +000343 sil mang2 mang3 xiang1 ye3 sp1 wan4 shui3 qian1 shan1 keng1 qiang1 cheng2 nuo4 sil +000344 sil yan3 xia4 er2 zi5 gao1 shao1 bu2 tui4 sp1 ta1 wei4 gei3 er2 chou2 yi1 yao4 fei4 jue2 ding4 pa2 qie4 sil +000345 sil jie2 neng2 kong1 jian1 bi1 ze4 que4 ye3 da4 you2 ke3 wei2 sil +000346 sil zheng2 ti3 cheng2 hu2 lu5 xing2 sp1 hu2 shen1 tong1 ti3 zan4 ke4 yun2 wen2 sp1 yun2 hai3 zhong1 zan4 er4 long2 xi4 zhu1 wen2 sil +000347 sil zhe4 ci4 you2 nv3 ban4 pei2 you2 shi2 shu3 han2 you3 sil +000348 sil suo3 mai4 yang2 jiu3 jie1 wei2 jia2 jiu3 sil +000349 sil dao1 qiang1 jian4 ji3 fu3 yue4 gou1 cha1 sp1 dou1 kan4 bie2 ren2 wanr2 r guo4 sil +000350 sil jin1 tian1 dan4 yun2 zhe1 ri4 sp1 geng4 xian3 men1 re4 sil +000351 sil zai4 jian1 ce4 zhan4 pang2 you3 yi4 jia1 shun4 lu4 fa1 lv2 rou4 kuai4 can1 dian4 sil +000352 sil wu4 qiu2 bu4 hu2 lun2 tun1 zao3 sp1 bu4 ren2 yun2 yi4 yun2 sil +000353 sil ai4 ken2 er3 de5 zao1 yu4 ji2 huai4 le5 wang2 da4 jie3 sil +000354 sil che1 lou3 shang4 yin4 zhe5 sp1 rang4 jing1 dian3 yin2 ling3 wei4 lai2 de5 hong2 ta3 shan1 guang3 gao4 ci2 sil +000355 sil chan2 le5 sp1 wan2 quan2 ke2 yi2 tian3 zi4 ji2 jiao3 ya1 zi5 sil +000356 sil zang4 ju4 wei2 yi4 guan1 yi4 guo3 sp1 xi4 yong4 chang2 fang1 xing2 mu4 ban3 sp1 yi3 sun2 mao3 jie2 gou4 sp1 die2 qi4 er2 cheng2 sil +000357 sil bao2 xian3 gang4 di3 bu4 leng2 jiao3 shang4 sp1 you3 ca1 hen2 sil +000358 sil xie4 wen3 yuan1 tai2 tou2 wen4 sp1 wo2 zen3 me5 le5 sil +000359 sil shou1 niao4 yong4 lai2 ti2 lian4 niao4 ji1 mei2 sil +000360 sil feng4 jie3 ben3 ming2 luo2 yu4 feng4 sp1 chong2 qing4 ren2 sil +000361 sil ta1 fa1 yin1 zhi4 nen4 sp1 dan4 ye3 suan4 zi4 zheng4 qiang1 yuan2 sil +000362 sil wa3 la1 de2 huai2 yi2 ci3 an4 shi4 nei4 gui2 suo3 wei2 sil +000363 sil chi1 wan2 fan4 hou4 sp1 yang2 yu3 song4 gei3 le5 xu3 sp1 yi2 kuai4 ou1 mi3 jia1 pai2 shou2 biao3 sil +000364 sil shi2 nian2 cang1 hai3 pi1 bo1 zhan3 lang4 sil +000365 sil nen4 nen5 shi4 wo3 shang4 wang3 shi2 yong4 de5 ni4 cheng1 sil +000366 sil lian2 jing1 xiao4 tu3 fang1 pa1 sp1 geng4 ting1 de2 xiong2 ji1 chang4 cai3 xia2 sil +000367 sil jiao3 xia4 de4 tu3 di4 wei1 wei1 zhen4 chan4 sp1 ren2 men5 qiao2 shou2 yang3 wang4 sil +000368 sil mei3 tian1 chuan1 tong2 yi2 tao4 yi1 fu5 sp1 chou4 wei4 xun1 tian1 sil +000369 sil fan2 ci3 zhong2 zhong3 guo4 nian2 kou1 fa3 sp1 jian3 zhi2 bu2 sheng4 mei2 ju3 sil +000370 sil tu2 wei2 mo4 xi1 ge1 zhu4 ming2 hai3 wan1 lv3 you2 sheng4 di4 sp1 a1 ka3 pu2 er3 ke1 sil +000371 sil yi4 zhi1 tao3 yan4 de5 wu1 ya1 zhan4 zai5 yang2 bei4 shang5 sil +000372 sil zhu2 yan3 guo1 xian4 ni1 mi2 xue3 tao2 guo4 yi4 jie2 sil +000373 sil zhang1 pao2 deng3 duo1 zhong3 dong4 wu4 bei4 nong2 yan1 xun1 si3 sil +000374 sil ke2 wo3 yi2 wen4 sp1 zhe4 wan2 yir4 r sp1 bing4 bu2 kao4 pu3 sil +000375 sil luo2 mu3 ni2 fang3 wen4 ye1 lu4 sa1 leng3 sil +000376 sil zhong4 xing1 peng3 yue4 hui1 ying4 gao1 xin1 tian1 kong1 sil +000377 sil yin1 wei4 wo3 yao4 zheng4 ming2 wo3 ai4 ta1 ya5 sil +000378 sil dang4 tian1 da4 feng1 ba3 yang2 yang2 yi4 shen1 lv4 qun2 chui1 qi3 sp1 yang2 yang2 hai2 pi1 zhe5 zeng1 yi4 ke3 de5 wai4 tao4 sil +000379 sil bu4 fen5 huan4 zhe3 ban4 you3 ke2 sou5 yan1 tong4 sil +000380 sil ling4 wai4 sp1 ta1 hai2 wei4 long2 zhu1 quan3 ye4 cha1 yin2 hun2 deng2 hen3 duo1 dong4 hua4 pei4 yin1 sil +000381 sil zhan3 ting1 se4 cai3 yi3 hei1 bai2 hui1 wei2 zhu3 sp1 ju2 bu4 dian3 zhui4 nuan3 se4 sil +000382 sil fu1 fu4 lia3 yi3 xie4 ba4 xie4 ma1 zi4 ju1 sil +000383 sil si4 ren2 bang1 ceng2 tou1 tou1 mo1 mo1 de5 zheng2 si3 guo4 ren2 sil +000384 sil na4 li3 de5 bu4 ju2 sp1 za2 er2 you3 zhang1 sp1 luan4 er2 you3 xu4 sil +000385 sil xian1 zhai1 xuan3 zheng2 li3 wang2 you3 ping2 lun4 ru2 xia4 sil +000386 sil duo2 duo3 bai2 yun2 tuo1 hui2 ni3 sp1 dian2 dian3 ku2 yu2 sa3 fan2 sil +000387 sil zhong1 ning2 xian4 wan4 mu3 gou2 qi3 guan1 guang1 shi4 fan4 yuan2 sil +000388 sil gong1 yuan2 jiu2 bai3 qi1 shi5 wu3 nian2 sp1 song4 chao2 cao2 bin1 po4 jin1 ling2 sp1 nan2 tang2 gui1 song4 sil +000389 sil you2 yu2 ri4 ben3 zhan4 bai4 tou2 xiang2 sp1 geng3 zhun1 xing4 mian3 yu2 nan4 sil +000390 sil shang4 hai3 jing4 an1 qu1 sp1 yao1 yao1 yao1 wu2 huo3 zai1 jiu4 shi4 you2 han4 huo3 yin2 qi3 de5 sil +000391 sil dong1 nuan3 xia4 liang2 de5 yao2 dong4 sp1 bei4 yi2 dao4 dao4 lie4 feng4 tun1 shi4 sil +000392 sil wu3 chi2 cui3 can4 sp1 yue4 sheng1 huan1 kuai4 sp1 guang1 ying3 jiao1 cuo4 sil +000393 sil gei2 wo3 yi4 bai3 ge5 dan3 sp1 wo2 ye3 bu4 gan3 sa1 huang3 sil +000394 sil gu1 niang5 ni2 xiang3 yue1 sha2 sil +000395 sil tuan2 huo3 da4 ba2 shu3 chao1 piao4 xuan4 fu4 sil +000396 sil a1 qiao1 huan2 sp1 ni2 bi3 qi1 huan2 shao2 liang3 huan2 sil +000397 sil qi2 zhong1 sp1 ling2 zi4 qu3 ji4 er2 shou4 fu2 zhi1 yi4 sp1 en1 zi4 sp1 qu2 wang3 ji2 zhi1 en1 yi4 sil +000398 sil jie3 mei4 men5 bu2 yao4 yan3 hong2 o5 sil +000399 sil sui2 zhou1 xi1 zhou1 feng1 guo2 wei2 sui2 sp1 zhan4 guo2 mo4 shu2 chu3 sp1 shi3 zhi4 sui2 xian4 sil +000400 sil zhe4 yu2 shang1 qiu1 you4 you3 he2 yi4 ne5 sil +000401 sil lao2 mu3 xia4 gui4 sp1 wei4 er2 qiu2 qing2 sil +000402 sil lao3 jiang1 jun1 shou2 peng3 jin1 yu4 hu3 fu2 sil +000403 sil yin3 ru4 gang4 gan3 lv4 jian1 guan3 biao1 zhun3 sil +000404 sil rong2 zu3 er2 zhi4 jin1 reng2 wei4 mei2 you3 xiang4 luo2 wen2 bai4 shi1 sp1 er2 geng2 geng3 yu2 huai2 sil +000405 sil ta1 jian1 chi2 yao4 qi3 su4 wu1 mie4 zao4 yao2 zhe3 sil +000406 sil na4 wo3 zai4 wan2 dian2 zou3 sp1 yao4 bu5 ye2 du3 zhe5 sil +000407 sil ren2 de5 san1 wei2 dang1 ran2 shi4 sp1 yao1 wei2 xiong1 wei2 tun2 wei2 sp1 wu4 li3 shang4 de5 san1 wei2 shi4 chang2 kuan1 gao1 ya5 sil +000408 sil you3 xie1 yong4 sheng2 zi5 kun2 hao3 sp1 you3 xie1 ze2 shi4 yong4 xiang1 yan1 ke2 bao1 hao3 sil +000409 sil duo1 you2 du2 ying2 san3 sp1 bao4 ban1 du2 san2 deng3 yin2 qi3 sil +000410 sil yang2 gong1 huan4 sp1 jiang1 wei4 wo3 guo2 kong4 zhi4 bu2 li4 de5 gen1 ben3 yuan2 yin1 sp1 gui1 jie2 yu2 yan1 cao3 ye4 de5 zu3 nao2 sil +000411 sil di1 wai4 jiang1 tao1 gun2 gun3 sp1 di1 nei4 yi2 pian4 xiang2 he2 sil +000412 sil bu4 dong2 fa3 a5 sp1 shou4 gao1 e2 li4 xi1 you4 huo4 sil +000413 sil er4 si4 wu3 lu4 sp1 kai1 she4 sp1 yun2 tai2 hua1 yuan2 zhi4 dong1 pu2 duan3 xian4 sil +000414 sil yao3 wan2 zhu1 jiu4 yao4 yao3 ren2 le5 sil +000415 sil bao4 yan2 di4 shi4 lun1 cai2 zhe3 sp1 bian4 zuo4 ming2 tang2 yi2 zhu4 kan4 sil +000416 sil shang4 wen2 jie2 ding3 sao4 ba5 tou2 liang4 xiang4 sp1 yi4 shen1 hei1 zhuang1 lei2 ren2 yi1 jiu4 sil +000417 sil liu2 luan2 xiong2 sp1 yu2 lv3 li4 jun1 zhi1 zi3 bao4 guang1 sil +000418 sil zhi3 chuan1 le5 yi4 tiao2 nei4 ku4 you3 mu4 you3 a5 sil +000419 sil mian4 dui4 qi2 rong3 chang2 fa1 yan2 sp1 huang2 wen2 zai2 wei3 yuan2 ren3 wu2 ke2 ren3 sp1 ji1 fen4 zhi4 zhi3 sil +000420 sil gan1 hua1 ye3 bu4 zhi1 dao4 za3 nong4 sil +000421 sil tu2 wei2 sp1 da4 yun2 shan1 cuo4 yin2 bian1 qing4 tong2 ju4 shou4 zuo4 sil +000422 sil dan4 ran3 guo5 se4 de5 sp1 ji2 shi3 pu4 shai4 sp1 reng2 hui4 hen3 xian1 hong2 sil +000423 sil mu4 qian2 cuo1 shang1 yi2 ju3 xing2 wu3 ci4 sil +000424 sil lian2 shu3 zao3 qian2 yi4 ju1 bu3 chen2 ju4 yuan2 sil +000425 sil xi1 han4 chang2 yi3 jiang4 yan2 deng3 zuo2 liao5 wei2 rou4 shi2 pin3 tiao2 liao4 sp1 tiao2 liao4 jun1 fang4 ru4 bei1 zhong1 sil +000426 sil liu2 wen2 bo2 xian4 zai4 you2 ye2 ye5 nai3 nai5 zhao4 gu5 sil +000427 sil ta1 xi4 wai4 tan2 jie3 di4 lian4 sp1 zai4 nan2 pian4 sp1 ye3 he2 jian3 man4 shu1 sp1 you3 duan4 chun2 ai4 jie3 di4 lian4 sil +000428 sil ka3 da2 neng2 yuan2 bu4 zhang3 a1 ti2 ya3 sp1 shao1 zao2 ye3 fa1 chu1 tong2 yang4 de5 xun4 xi1 sil +000429 sil ju4 shuo1 you4 zi5 pi2 ao2 tang1 he1 sp1 ke2 yi3 hua4 tan2 zhi3 ke2 you5 sil +000430 sil hong2 xian4 kuang4 nei4 sp1 wei2 qing2 ren2 hu2 yuan2 zhi3 sp1 xian4 yi3 bei4 tian2 mai2 sil +000431 sil yi2 ge5 chu2 zi5 yi2 ge5 shuai2 bing3 sp1 ai4 pai1 shei2 qu4 pai1 sil +000432 sil yao4 jian4 yan2 xian4 ce4 sp1 fa1 hui1 can1 mou2 zuo4 yong4 sil +000433 sil weng1 qian4 yu4 zai4 zhen4 zai1 wan3 hui4 shang4 yan3 chang4 sil +000434 sil yin1 gou2 mou2 shen3 shen5 he2 sao3 sao5 sp1 po4 yu2 mian4 zi5 wen4 ti2 mei2 sheng1 zhang1 sp1 gou2 mou3 yuan2 yi3 wei2 mei2 shi4 le5 sil +000435 sil zui2 jiao3 wei1 wei1 shang4 yang2 sil +000436 sil meng3 mei4 ling2 jiu4 du2 yu2 gong4 chuan1 xiang1 hong2 liu2 xiao3 xue2 sp1 shang4 xue2 yao4 heng2 du4 hong2 shui3 he2 sil +000437 sil kuang1 yong2 wei3 yuan2 dai4 biao3 gong1 shang1 lian2 fa1 yan2 sil +000438 sil xu3 jin4 heng1 fu4 mu3 fu4 yi1 yuan4 tan4 wang4 sil +000439 sil piao2 e2 ji1 yu4 ku1 wu2 lei4 sil +000440 sil xian4 zai4 ou2 er3 wan2 wan5 sp1 mei2 yin3 le5 sil +000441 sil dang1 shi2 sp1 zhe4 sou1 you2 lun2 zheng4 xiang4 yi4 sou1 nuo2 wei1 huo4 lun2 chuan2 song4 you2 liao4 sil +000442 sil xu4 li4 ya4 xi1 bei3 bu4 cheng2 zhen4 sp1 ma3 rui4 te4 a1 er2 niu3 man4 zao1 dao4 hong1 zha4 sil +000443 sil gu2 yu3 yun2 sp1 bu2 huan4 gua3 sp1 er2 huan4 bu4 jun1 sil +000444 sil yao2 yao3 xian2 yu3 san1 guang1 bu2 ru4 sil +000445 sil chong1 qi4 wa2 wa5 shi4 xing2 wei2 yi4 shu4 de5 yi2 ge5 yin3 yu4 sil +000446 sil an4 a1 ma2 er3 de5 shuo1 fa3 sp1 sai4 yi4 fu1 yi4 xing2 sp1 da3 suan4 tao2 wang3 ni2 ri4 er3 sp1 shi4 tu2 juan2 tu3 chong2 lai2 sil +000447 sil lao3 ren2 dui4 er2 zi5 nian1 hua1 re2 cao3 sp1 ye3 zao2 yi3 shen1 wu4 tong4 jue2 sp1 yi4 kou3 da1 ying4 sil +000448 sil yan1 liu3 hua4 qiao2 feng1 lian2 cui4 mu4 sp1 cen1 ci1 shi2 wan4 ren2 jia1 sil +000449 sil kan4 lai2 sp1 wai4 xing1 ren2 ye2 zui3 chan2 ya5 sil +000450 sil bing4 jiang1 fang2 pin3 gua4 zai4 yuan2 chu4 sil +000451 sil liang3 ge5 ang1 zang1 de5 lian4 you2 yong4 da4 tie3 cao2 jia4 zai4 zao4 shang5 sp1 hai2 you3 yu2 wen1 sil +000452 sil zhu3 yao4 mu4 biao1 zai4 wei2 chi2 fei1 xing2 zu3 yuan2 de5 shu2 lian4 du4 sil +000453 sil ru4 ze2 ken2 ken2 yi3 jin4 zhong1 sp1 chu1 ze2 qian1 qian1 yi3 zi4 hui3 sil +000454 sil deng4 jian4 guo2 yi4 tou2 jin1 fa4 hen3 qiang2 yan3 sil +000455 sil zhi4 yun2 da4 shi1 ji2 xu1 kang2 qi3 da4 qi2 shou1 shi5 lan4 tan1 zi5 sil +000456 sil yi4 qun2 qun2 bai2 ge1 fang4 fei1 sp1 yi2 chuan4 chuan4 shi4 yan2 xiang2 qi3 sil +000457 sil ta1 gei3 duo1 shao3 mei2 niang2 bu2 ru3 de5 ying1 er2 wei4 guo4 nai3 sil +000458 sil ta1 yao4 shen2 me5 wo2 mai3 shen2 me5 sp1 ji1 zhua3 zi5 yi4 mai3 hao2 ji3 bao1 sp1 shuang3 wai1 wai1 ta1 yi4 he1 he1 yi4 pai2 sil +000459 sil jing3 fang1 dan1 xin1 xue1 hong2 wai3 de5 an1 wei1 sp1 xue1 hai2 shi3 yong4 guo4 chen2 yun2 de5 ming2 zi5 sil +000460 sil ju4 an1 ni2 bao3 bei4 tou4 lu4 sp1 da4 fang1 suo2 xuan3 pian1 mu4 sp1 jue2 wu2 qian1 zi4 wen2 sil +000461 sil gai1 yi2 zeng4 sp1 wu2 fu4 jia1 tiao2 jian4 sil +000462 sil zhi3 shi4 ci3 guan1 reng2 xiong2 zai4 sp1 sui4 yue4 yi3 cuo1 tuo2 sil +000463 sil wo3 zhen1 mei2 he1 jiu3 sp1 zhi3 shi4 yun4 che1 a5 sil +000464 sil bie2 yin1 ci3 tai4 yu4 men4 o5 sil +000465 sil wo3 tou2 yao2 de5 he2 bo1 lang4 gu3 yi2 yang4 sil +000466 sil fu1 qi1 xiao4 xing1 ni2 ming2 sp1 xia4 wen2 lan2 xian4 shen1 ya1 zhou4 yan3 chu1 wo3 ai4 lao3 gong1 sil +000467 sil xie4 an1 qi2 gen1 nei4 di4 ge1 shou3 xu2 zi2 wai3 sp1 yi4 qi3 ren4 da4 yun4 hui4 biao2 yan3 jia1 bin1 sil +000468 sil da4 huai4 dan4 sp1 xiu1 si2 wo3 suan4 le5 sil +000469 sil pu3 tuo2 shan1 ji4 yi2 hai3 tian1 zhuang4 kuo4 qu3 sheng4 sp1 you4 yi3 shan1 lin2 shen1 sui4 jian4 chang2 sil +000470 sil wan3 shang4 hui2 jia1 bi3 jiao4 wan3 sp1 suo2 yi3 an2 lao3 ye5 jiu4 xun4 wo3 sil +000471 sil xin1 ren2 hua1 xiao1 da4 sp1 hun1 qing4 gong1 si1 ye2 han2 ku3 sil +000472 sil tu2 wei2 la3 ba5 ge1 sp1 zai4 yong4 hou3 sheng1 zhi2 fa3 sil +000473 sil wei4 qing4 nian2 li4 sp1 gai1 cun1 wei3 qing3 lai2 tuo1 yi1 wu3 niang2 zhu4 xing4 sil +000474 sil luan4 you4 he2 fang2 sp1 zhai3 you4 he2 fang2 sil +000475 sil er2 yang3 yu2 hu4 que4 zhi3 neng2 gan1 chou3 zhe5 sil +000476 sil lai2 gen1 zhe5 wo3 yi4 qi2 zuo3 san1 quan1 you4 san1 quan1 niu2 niu3 yao1 sil +000477 sil wo2 yu2 wang3 yi4 de5 qing2 yi4 sp1 nan2 yi3 ge1 she3 sil +000478 sil zi4 zhu2 pin3 pai2 ye3 wei4 luo4 ren2 hou4 sil +000479 sil na4 xie1 pa2 shou3 sp1 ni3 yue4 pa4 ta1 hui4 yue4 chang1 kuang2 sil +000480 sil wo3 de5 xiao2 nao3 gua1 you2 dian3 bu2 gou4 yong4 la5 sil +000481 sil bi4 xu1 pei4 yi2 ge5 tao4 pen2 sil +000482 sil jiu3 dai4 wang2 gong4 zai4 wei4 er4 bai3 si4 shi2 yi1 nian2 sil +000483 sil shou4 xing1 yang2 qian1 hua4 sp1 juan1 chu1 liang3 qian1 yuan2 chou1 jiang3 sp1 shang4 tai2 shi2 sp1 yi2 mian4 chi1 tian2 pin3 yi2 mian4 chou1 jiang3 sil +000484 sil jin1 hui1 peng2 bei4 bing1 bao2 za2 de5 bi2 qing1 lian2 zhong3 sil +000485 sil yi1 sheng1 jian4 zhuang4 sp1 zhi3 neng2 yong4 pang2 guang1 jing4 yi4 wu4 qian2 sp1 jiang1 si3 ni2 qiu5 sp1 cong2 pang2 guang1 li3 zhuai4 chu1 lai5 sil +000486 sil wang2 you3 zheng4 feng1 shuo1 sp1 xiao3 yu2 sp1 dou1 dei3 bei4 xiao2 yan2 wang3 lao1 jing4 le5 ba5 sil +000487 sil bian2 mou3 sp1 bei4 ya1 xie4 hui2 wei4 nan2 wei4 nan2 sil +000488 sil zhe4 yi4 tui1 xuan2 wei3 yuan2 hui4 sp1 jiu4 shi4 you2 chou2 wei3 hui4 lai2 chou2 zu3 de5 sil +000489 sil da2 yu3 mao2 qiu2 rong2 yi4 wai2 jiao3 sil +000490 sil hou4 you4 you3 san1 huo3 jie2 fei3 cuan1 shang4 lie4 che1 kai1 shi2 qiang3 jie2 sil +000491 sil zai4 bin4 yi2 guan3 wai4 zhan4 yi4 xiao3 huir4 r sp1 bian4 yi3 han4 shui3 cen2 cen2 sil +000492 sil ta1 yu2 jiu3 yue4 zhong1 xun2 tui1 chu1 shi4 yong4 ban2 ben3 sil +000493 sil yin1 chen2 de5 tian1 kong1 sp1 piao1 sa2 qi3 mao2 mao5 xi4 yu3 sp1 si4 hu1 zhi1 xiao2 ci3 ke4 ju3 guo2 tong2 ai1 sil +000494 sil pi2 pi2 lu3 jiang3 tang2 jiao4 shi1 sil +000495 sil tu2 wei2 shou1 cang2 jia1 wang2 xue2 wu3 sp1 zai4 jie4 shao4 chai2 yao2 de5 li4 shi3 zhen1 cang2 xing4 sil +000496 sil ta1 yu3 shang4 hai3 ping1 pang1 guo2 shou3 wang2 li4 qin2 sp1 hai2 you3 wang2 ma1 ma5 yi4 tong2 guang4 shi4 bo2 yuan2 sil +000497 sil nin2 neng2 he2 wo3 nv2 you3 he2 zhang1 ying3 ma5 sil +000498 sil ma3 de2 zhong1 sp1 ye3 huo4 lou3 huo4 bao4 sil +000499 sil luo2 ti3 pan1 yan2 shi4 jia1 zhou1 she4 ying3 shi1 jian1 pan1 yan2 ai4 hao4 zhe3 di2 an1 de5 chuang4 yi4 sil +000500 sil wang4 zhe5 pan4 pan5 sp1 li3 gang1 man2 yan3 xin1 teng2 sil +000501 sil si1 ren2 shang1 pu4 hen2 shao2 gei3 sil +000502 sil he4 sheng4 sp1 yin1 jiu4 jia4 you3 gong1 sp1 bei4 hu1 bi4 lie4 ti2 ba2 wei2 shang4 du1 liu2 shou3 sil +000503 sil wang2 zhu2 hua2 xin1 tiao4 dao4 le5 sang3 zi5 yan3 sil +000504 sil xiao4 hua5 hai2 fen1 yan2 se4 ma5 sil +000505 sil qian2 yao4 hua1 zai4 dao1 renr4 r shang4 sil +000506 sil ju4 shuo1 zou1 guo2 chun1 sheng1 qian2 ku4 ai4 hua1 cao3 sil +000507 sil zheng4 yuan2 chang4 chen2 yan2 xi1 kai1 can1 ting1 sp1 ren2 da2 hua2 zhan4 tai2 peng2 chang3 sil +000508 sil bo1 li5 za2 zhong4 xiu1 xian2 ba1 zhe1 yang2 san3 sp1 shang1 le5 you2 ren2 sil +000509 sil chen2 yi4 xun4 tou4 lu5 tai4 tai5 xu2 hao2 ying2 sp1 yin1 mang2 yu2 pao3 bu4 sp1 gu4 wei4 neng2 chu1 xi2 peng2 chang3 sil +000510 sil di4 pir2 r you3 ge5 ying4 ke2 sp1 zheng4 chu1 miao2 de5 sp1 xian4 zai4 jiu4 qia3 nar4 r le5 sil +000511 sil pie1 kai1 jing4 xuan3 jie2 guo3 shu1 ying2 bu4 tan2 sil +000512 sil zhao4 xian4 huai2 sp1 you4 jiang1 zhao4 bing2 zuo3 sha1 si3 zai4 men2 kou3 sil +000513 sil zai4 yi1 xue2 shang4 sp1 zhe4 lei4 yao4 wu4 jiao4 zuo4 sp1 kou3 fu2 cu4 jin4 pai2 luan3 yao4 wu4 sil +000514 sil ju4 chun1 lei2 ceng2 zai4 wei1 bo2 bao4 liao4 cheng1 sp1 bai2 jing4 pi1 tui3 qiao2 yu3 sp1 mou2 duo2 lao3 gong1 jia1 chan3 sil +000515 sil zhao4 zuo4 lan2 chi4 ze2 ta1 chun3 ben4 sil +000516 sil jia4 shi3 sao2 xue3 che1 sp1 xing2 shi3 dao4 zhao4 gong1 kou3 qiao2 hou4 sp1 miao2 wei1 diao4 tou2 wang3 hui2 zou3 sil +000517 sil you3 suan1 zhong4 du2 zhe3 sp1 ke3 yong4 tan4 suan1 qing1 na4 sil +000518 sil lao3 yue1 han4 ning3 zhe5 gu3 jinr4 r sil +000519 sil nan2 dao4 bu2 shi4 wei2 jin1 wei2 qun2 he2 wei2 zui3 ma5 sil +000520 sil zhang1 ru2 pao4 shou2 dou3 wu2 fa2 xie3 zi4 sp1 yin1 ci3 sp1 zui4 hou4 en4 zhi3 mo2 dai4 ti4 qian1 zi4 sil +000521 sil zao4 jia2 zhe3 sp1 you3 sun1 wu4 kong1 de5 bian4 lian3 shu4 sil +000522 sil cong2 deng1 long5 gao1 gua4 de5 zheng4 men2 zou3 jin4 wang3 shi1 yuan2 sp1 ye4 se4 you1 chen2 sp1 jing3 xiang4 meng2 long2 sil +000523 sil tu2 wei2 yuan2 gong1 yong4 zi4 lai2 shui3 chong1 man3 yin2 shui3 ji1 sil +000524 sil ci3 qian2 sp1 wang2 jiong3 you4 zhuan3 fu4 an1 hui1 ren4 zhi2 sil +000525 sil yi2 liang4 po4 che1 sp1 ya1 zhe5 liang3 tiao2 dao4 sp1 hai2 shui3 she2 zhuan3 sp1 shei2 gan3 chao1 a5 sil +000526 sil shou3 tao4 yu3 bang2 tui3 sp1 tong1 chang2 cang2 zhe5 an4 qi4 sil +000527 sil wei4 sha2 zi5 yao4 yun1 ya5 sil +000528 sil yue1 han4 xun4 yu3 ao4 ba1 ma3 jiao1 qing2 fei2 qian3 sil +000529 sil li4 ru2 jiao3 zi5 chi1 fa3 sp1 yun2 tun1 chi1 fa3 sp1 yi3 ji2 wo1 wo1 tou2 zhi4 jiao1 nang2 de5 wo1 nang5 chi1 fa2 deng3 sil +000530 sil gong1 xiao3 cun1 guai3 er2 qi2 tao3 de5 wang3 wen2 fa1 biao3 hou4 sp1 yin2 qi3 xuan1 ran2 da4 bo1 sil +000531 sil guang1 quan2 fang1 zhang4 sp1 yi1 ci4 zai4 tian1 wang2 dian4 mi2 le4 pu2 sa5 sp1 wei2 tuo2 pu2 sa5 qian2 shang4 xiang1 sp1 li3 bai4 shuo1 fa3 sil +000532 sil ta1 you2 wo2 xiao3 mei4 mei5 piao4 liang5 ma5 sil +000533 sil xin4 zhi3 yi4 cheng2 yi3 shang4 feng1 ge2 sp1 yi2 fu4 nian2 yu2 gu3 xi1 de5 can2 bai4 yang4 sil +000534 sil wei4 bao4 fu5 ta1 yong4 ban1 shou3 jiang1 jian1 fu1 da2 si3 sil +000535 sil wu2 yu3 la5 ya5 sp1 wu2 yu3 jiu4 dui4 la5 sil +000536 sil tai4 cang1 gang3 da3 lao1 shang4 an4 de5 jiang1 tun2 sil +000537 sil hao4 kou3 zhen4 xia1 nong2 liu2 xue2 cui4 sp1 yi4 chou2 mo4 zhan3 sil +000538 sil xue4 cong2 ta1 tou2 ding3 wang3 wai4 mao4 ge5 bu4 ting2 sil +000539 sil ke3 neng2 ye3 jiu4 xie3 le5 gei3 yu4 you3 ting1 ting1 chang4 chang4 sil +000540 sil ni3 wei4 shen2 me5 yao4 gan2 zou2 wo3 ne5 sil +000541 sil jia1 zhang3 da1 zhang4 peng5 pei2 du2 sil +000542 sil lv4 dou4 xi1 gua1 bing1 gunr4 r liang2 sp1 jie2 shu2 shou3 tui1 suan1 mei2 tang1 sil +000543 sil shun4 shi2 wu1 yun2 mi4 bu4 sp1 hao2 yu3 ru2 zhu4 sp1 bai2 zhou4 ru2 ye4 sil +000544 sil kong3 ming2 deng1 xiang1 chuan2 you2 zhu1 ge2 kong3 ming2 fa1 ming2 sil +000545 sil yue4 shi4 jie1 jin4 meng4 xiang3 sp1 yue4 yao4 you2 chuang3 guan1 duo2 ai4 de5 yong3 qi4 yu3 zhi4 hui4 sil +000546 sil ai4 wei1 er5 chu1 guo2 yan3 chu1 sp1 ye3 chang2 chang2 you3 nan2 you3 tie1 shen1 hu4 song4 sil +000547 sil shi4 fou2 you3 pao4 mo4 sp1 hai2 yao4 kan4 kong1 fang2 lv4 sil +000548 sil jia1 kuai4 gong2 bei2 kou3 an4 gai3 kuo4 jian4 sp1 he2 heng2 qin2 kou3 an4 ke4 huo4 che1 tong1 dao4 chong2 jian4 sil +000549 sil zan4 huan2 jiao3 fei4 qi1 jian1 sp1 mian3 shou1 zhi4 na4 jin1 sil +000550 sil shi4 xu1 yao4 er2 ju2 qi2 na3 jian4 bing1 qi4 sil +000551 sil dan4 mi4 xue3 er2 reng2 bu4 wei2 suo3 dong4 sil +000552 sil wang3 ri4 pi1 san3 de5 tou2 fa5 sp1 ye3 shu1 wan3 cheng2 ji4 sp1 kan4 shang4 qu4 bie2 you3 yun4 wei4 sil +000553 sil dan4 bei4 wen4 ji2 hui4 fou2 yu2 zu3 er5 jian2 shao3 lian2 luo4 sp1 he2 yun4 shi1 sp1 bu4 yu3 hui2 ying4 sil +000554 sil zhang1 yuan2 yi4 kai1 shi2 ting3 na4 men4 sil +000555 sil shui3 mo2 shi2 de5 huo3 guo1 zhuo1 shang4 sp1 yong4 yu2 tang1 gu3 tang1 tiao2 cheng2 de5 huo3 guo1 tang1 sp1 pen4 xiang1 pu1 bi2 sil +000556 sil er2 jin1 nian2 ying4 jingr3 r de5 jiang4 xue3 sp1 gang1 hao2 yu3 da4 xue3 ca1 jian1 er2 guo4 sil +000557 sil xiao1 fang2 yuan2 yang2 chao1 sp1 zuan1 jin4 wei1 feng1 lin2 lin3 de5 xiao1 fang2 tan3 ke4 nei4 jia4 shi3 sil +000558 sil an4 tu2 suo3 ji4 sp1 yi1 yang4 hua4 hu2 lu5 sil +000559 sil yang2 gou3 nian2 ping2 ping2 sp1 zong3 suan4 xing2 xiang4 tao2 xi3 sil +000560 sil yi1 man4 niu2 er3 dui4 ci3 fei1 chang2 qi4 fen4 sil +000561 sil jia3 qiang2 hui1 wu3 bang4 qiu2 gun4 chong1 zai4 shen1 qian2 sp1 lun1 bang4 ji1 da3 hong2 liang4 sil +000562 sil xiao1 huo3 shuan1 sp1 mie4 huo3 qi4 sp1 jun1 yi3 pei4 qi2 dao4 wei4 sp1 xiao1 fang2 beng4 sp1 ye2 yi3 an1 zhuang1 tiao2 shi4 wan2 bi4 sil +000563 sil xiao3 xi1 sp1 yuan2 ben3 yue1 hao3 pei2 zhe5 biao2 jie3 yi4 qi3 lai2 xiang1 qin1 sp1 biao2 jie3 que4 yin1 wei4 dan2 xiao2 shuang3 yue1 sil +000564 sil er4 fang2 zhang2 nv3 he2 chao1 qiong2 shou3 wo4 zhong4 quan2 sil +000565 sil cao2 guan4 che1 guan4 ti3 sp1 bei4 gang1 jin1 zha1 po4 sp1 dao3 zhi4 yan2 suan1 xie4 lou4 sil +000566 sil zheng4 jun4 hao4 hun1 shi4 gao4 chui1 sil +000567 sil zhe4 xian3 shi4 sp1 mang2 guo2 wang3 zheng4 yun4 niang4 fen1 chai1 shang4 shi4 sil +000568 sil zui4 yan2 zhong4 shi2 sp1 xiong1 qian2 hai2 yao5 fang4 yi2 ge5 bian4 pen2 cheng2 ou3 tu4 wu4 sil +000569 sil guo4 wang3 chuan2 zhi1 sp1 ying1 yin2 yi3 wei2 jie4 sp1 ning2 jin3 an1 quan2 xian2 sp1 que4 bao3 hang2 xing2 an1 quan2 sil +000570 sil ling4 yi4 zhong3 ze2 shi4 shui2 xue3 yu2 sp1 shou4 mai4 shang1 pin3 bao1 kuo4 sp1 bian2 xue3 qie1 pian4 sp1 xue3 yu2 ba1 sil +000571 sil yu2 ye4 ji4 shui2 chan3 zi1 yuan2 ju2 guan1 yuan2 sp1 wen2 xun4 qian2 wang3 cha2 kan4 sp1 ren4 wei2 shi4 ni2 qiu5 de5 you4 yu2 sil +000572 sil dan4 gai1 ming2 xue2 sheng1 ci4 ri4 chen4 wu2 ren2 shi2 sp1 yi2 zhi3 jia5 tong3 po4 kun2 bang3 jiao1 dai4 sp1 er2 cheng2 gong1 tao2 tuo1 sil +000573 sil jia1 qiang2 e4 chou4 wu1 ran3 wu4 zhi4 li3 sil +000574 sil rang4 wen2 zi5 yao2 si2 ni3 sil +000575 sil you2 ben3 shi4 qi3 yong4 xin1 dao2 yan3 sp1 bie2 lao3 biao4 zhe5 yi4 mou2 sil +000576 sil gan1 ju2 ye2 xu3 dui4 ni2 you3 bang1 zhu4 o5 sil +000577 sil jiao1 yun4 cang1 chu3 sp1 zao4 zhi3 yin4 shua1 sp1 gang1 tie3 deng2 ban3 kuai4 zheng2 ti2 zhang3 fu2 ling3 xian1 sil +000578 sil xiao1 fang2 dui4 yuan2 yong4 bei1 lou3 sp1 jiang1 jiu4 zai1 wu4 zi1 bei4 jin4 zai1 qu1 sil +000579 sil lei4 si4 de5 feng1 yan2 feng1 yu3 sp1 wo2 ye3 shi2 you2 er3 wen2 sil +000580 sil ting1 wen2 chong2 qing4 ren2 yao2 gou3 sp1 yi2 kan4 lei2 ge1 shou4 yuan1 qu1 sil +000581 sil kong2 jia3 ju1 shou3 chang1 li2 na4 han3 sil +000582 sil zhang1 min2 fu3 mo1 zhe5 ta1 de5 tou2 sp1 han2 zhe5 lei4 quan4 wei4 sil +000583 sil tu2 wei2 xing2 zhuang4 xiang4 e2 luan3 shi2 de5 yan2 shi2 yang4 ben3 huo3 shan1 bo1 li5 sil +000584 sil yi3 bian4 yong2 yuan2 bao3 cun2 ren2 lei4 zhen1 gui4 de5 wen2 hua4 yi2 chan3 sil +000585 sil wo2 yi3 qian2 you4 yu2 chun3 you4 xu1 rong2 sil +000586 sil tu2 wei2 nai3 nai5 sai4 gei2 xiao3 ying2 de5 ling2 chao1 sil +000587 sil zai4 zhao1 kao3 zhi2 yuan2 zhong1 sp1 kong3 de2 qi2 ye3 lv2 lv3 shen1 shou3 sil +000588 sil shang4 sha2 bie2 shang4 dian4 shi4 sp1 re3 shui2 bie2 re3 fang1 zhou1 zi3 sil +000589 sil yin1 wu2 fa2 ren3 shou4 bing4 tong4 zhe2 mo2 xuan3 ze2 tiao4 lou2 le5 sil +000590 sil xia4 men2 xiang2 an1 hai2 di3 sui4 dao4 sp1 you4 xian4 dong4 kou3 wai4 jing3 sil +000591 sil shen3 pan4 zhang3 dang1 ting2 yun2 xu3 sil +000592 sil yi1 lou2 shang1 pu4 sp1 yi3 shao1 cheng2 fei4 xu1 sp1 wai4 qiang2 xun1 hei1 sil +000593 sil hai2 shi5 shi3 yong4 wen2 ming2 yong4 yu3 ba5 sil +000594 sil san1 liang3 tiao2 jiu4 mai4 yi4 mao2 sp1 ha2 ma5 gu1 duor3 r sp1 da4 tian2 luo2 si1 bai2 nao2 sil +000595 sil ka2 bi2 li3 sp1 lai2 zi4 wa2 er3 zha1 gan1 xian4 de5 ji1 wei3 cun1 sil +000596 sil dan4 li2 wan3 yu4 tou2 cuo4 piao4 zhi1 shuo1 sp1 que4 zao1 lu4 ying2 shi4 yi4 yuan2 peng1 ji1 sil +000597 sil shou4 dong1 feng1 rao3 dong4 ying2 xiang3 sp1 yi4 chang3 qiu1 yu3 sp1 qiao3 ran2 sa3 luo4 hu2 nan2 sheng3 sil +000598 sil ba3 na4 zhong3 luan4 xiang4 cong2 sheng1 de5 min2 zhu3 feng4 wei2 yang4 ban3 ma5 sil +000599 sil pu3 jing1 sp1 yu2 ka3 ba1 ye1 wa2 sil +000600 sil yi4 qi3 zai4 wan3 shang4 sp1 yang3 wang4 xing1 kong1 ma5 sil +000601 sil li3 jing4 yong4 li4 ca1 diao4 yi4 jiao3 sp1 kan4 zhe5 chuang1 wai4 wang3 lai2 chuan1 zhe5 pi2 ao2 yu3 rong2 fu2 de5 ren2 men5 sil +000602 sil guang3 zhou1 wei4 lai2 san1 tian1 sp1 yu3 wu4 chan2 mian2 sil +000603 sil yan2 su4 cha2 chu2 mai3 guan1 mai4 guan1 an4 jian4 sil +000604 sil yong2 yuan2 ye3 wang4 bu4 liao3 ban1 zhu3 ren4 na4 ai1 yuan4 de5 yan3 shen2 sil +000605 sil zan2 ye3 bie2 tiao1 ti4 ren2 jia1 sp1 dan4 ying4 jian4 fu2 wu4 he2 pei4 tao4 de5 dong1 xi5 gai1 you3 wa5 sil +000606 sil ye4 nei4 yu4 ce4 de5 huo4 xu3 bing4 wu2 kua1 zhang1 sil +000607 sil shi4 pin2 jian1 kong4 jie2 tu2 sp1 yi4 zhi1 xiao2 juan3 mao2 quan3 sp1 yong3 zhan4 da4 zang4 ao2 sil +000608 sil gai1 du2 chang3 sp1 wei2 wai4 guo2 ren2 zhuan1 yong4 du2 chang3 sil +000609 sil qi1 xia2 hong2 ye4 qiu1 tian1 shou3 hui4 ban3 sp1 piao4 liang4 ba5 sil +000610 sil wo3 jun1 po4 jie2 mei3 jun1 you1 shi4 de5 sha1 shou2 jian3 sil +000611 sil ju4 wen2 sp1 zhu1 li4 pai1 you2 pian4 sp1 gu4 yi4 qiang2 wen3 de2 pu3 sp1 gou1 da5 qi3 tu2 ming2 xian3 sil +000612 sil ji3 tian1 yong4 yi4 zhang1 sp1 yong4 wan2 jiu4 reng1 sil +000613 sil san1 chu4 si1 zai2 dian3 jun1 wu2 jian3 yan4 jian3 yi4 zheng4 sil +000614 sil ji3 ren2 jiang1 piao2 yun2 dang1 chang3 luan4 dao1 kan2 si3 sil +000615 sil zhang1 chun1 xian2 tong2 shi2 zan4 yang2 shuo1 sp1 xin1 jiang1 ren2 shan4 liang2 dong2 gan3 en1 sil +000616 sil ba3 hai2 zi5 niao4 hai2 dei3 chui1 xu1 xu1 cai2 xing2 sil +000617 sil zhe4 xie1 shui3 ni2 zhuan1 sp1 neng2 yong4 shou2 nian3 sui4 sil +000618 sil shui2 neng2 zu2 zhi2 li3 zong1 wei3 cheng2 wei2 nian2 zhong1 xuan2 nian4 sil +000619 sil zai4 lu4 pang2 ga1 la2 chu4 sp1 pi2 te4 tuo1 xia4 wai4 tao4 sp1 qie4 yi4 chou1 zhe5 xiang1 yan1 sil +000620 sil jiao3 yin4 pang2 hai2 you2 shuai3 chu1 de5 xiao3 xue4 dian3 sil +000621 sil ke3 cai4 yun2 zhe4 cha2 wu2 yuan2 yin1 de5 fa1 shao1 sp1 que4 rang4 dui4 yi1 sp1 dan1 xin1 bu4 yi3 sil +000622 sil fu4 shou3 xiang4 ke4 lai2 ge2 sp1 tong2 yang4 wei4 wang2 shi4 you2 ting3 jian4 zao4 ti2 yi4 po1 leng2 shui3 sil +000623 sil lia3 ge1 bo5 san1 du4 tang4 shang1 sp1 chuang1 mian4 bi3 jiao4 shen1 sil +000624 sil yang2 tai2 lan2 gan1 sp1 ying1 you3 fang2 hu4 cuo4 shi1 sil +000625 sil wo3 shuo1 ni2 za2 na3 hu2 bu4 kai1 ti2 na3 hu2 wa5 sil +000626 sil feng2 gong2 jie3 jie5 feng2 xing4 yun2 sp1 jiang1 kun1 sp1 pu2 cun2 xin1 deng3 sp1 fen1 fen1 xian4 shen1 sil +000627 sil you2 ji3 ming2 you2 ke4 bu4 gan3 yan2 sheng2 suo3 pan1 pa2 zhi4 an4 bian1 sil +000628 sil ren2 wu4 ti3 tai4 feng1 yu2 shen1 zi1 e1 nuo2 sp1 wu3 qun2 piao1 yi4 sp1 shen2 cai3 fei1 yang2 sp1 ji2 fu4 yi4 shu4 zhang1 li4 sil +000629 sil jin1 nian2 sp1 wo2 zhun3 bei4 ti2 chu1 qing3 cai2 zheng4 bu3 tie1 qu2 nuan3 fei4 yong5 sil +000630 sil wo3 tai4 ben4 shou3 ben4 jiao3 le5 sil +000631 sil dou1 da2 le5 man3 fen1 sp1 yao4 qing2 wo3 chi1 fan4 o5 sil +000632 sil wan2 wan5 yue4 qi4 sp1 wan2 wan5 you2 xi4 sil +000633 sil a1 xia2 liu2 xia4 dian4 hua4 gei3 tong2 mou3 sp1 cheng1 yao4 jie4 shao5 xiao3 mei4 gei3 qi2 piao2 su4 sil +000634 sil su1 yu4 shuang1 yu2 qin3 shi4 tong2 xue2 zai4 yi4 qi3 sil +000635 sil nin2 ke2 yi3 xian1 hui2 bing1 dao3 wen4 wen5 nin2 ge1 menr5 r sil +000636 sil jie4 shi2 sp1 wang2 jing1 you4 neng2 xiao4 de5 he2 bu5 long2 zui3 le5 sil +000637 sil wo3 yue1 ta1 qu4 kan4 gou2 zhan3 sil +000638 sil liang2 shi5 bian4 neng2 yuan2 sp1 shi3 de2 yin1 zai1 jian2 chan3 de5 liang2 shi5 gong1 ying4 xue3 shang4 jia1 shuang1 sil +000639 sil di4 wu3 ming2 shi4 nv3 xing1 jie2 xi1 ka3 bei4 er3 tiao4 gang1 guan2 wu3 sil +000640 sil lun2 huan4 qiu2 yuan2 zhen1 de5 you3 bi4 yao4 ma5 sil +000641 sil zhu1 ru2 ha1 qian4 xie3 cheng2 ha1 jiu3 sp1 mei3 shi2 yi2 dun4 sp1 xie3 cheng2 mei3 shi2 yi4 qing2 deng2 deng3 sil +000642 sil zhe4 jiu4 rong2 yi4 yin2 qi3 wu4 hui4 ji2 zheng1 ao3 sil +000643 sil neng2 gou4 di4 san1 yi3 jing1 e1 mi2 tuo2 fo2 le5 sil +000644 sil ken2 qing3 xiao1 fei4 zhe3 yuan2 liang4 sil +000645 sil cong2 tu4 wang2 zhang3 zhe5 wan1 qu1 de5 zhua3 zi5 kan4 sp1 ta1 ji2 ke3 neng2 kao4 wa1 shi2 zhi2 wu4 gen1 jing1 wei2 sheng1 sil +000646 sil yi4 shu4 jia1 sp1 yu3 biao2 yan2 zhe2 wu3 da4 lei4 sp1 ru4 xuan2 zhe3 sp1 jun1 wei2 ge4 ling3 yu4 zui4 ju4 ying2 xiang3 li4 de5 jiao2 jiao2 zhe3 sil +000647 sil shao3 shu4 huan4 zhe3 chu1 xian4 xing1 fen4 sp1 huo4 you3 pian4 duan4 huang1 miu4 de5 wang4 xiang2 yu3 huan4 jue2 sil +000648 sil lou2 shi4 jiang4 jia4 de5 huo1 kou3 wei4 xian4 sp1 dan4 an4 liu2 yi3 jing1 xiong1 yong3 sil +000649 sil dang1 dui4 fang1 tong2 yi4 yu3 qi2 yi2 ye4 qing2 hou4 sp1 liu2 mou3 da4 xi3 guo4 wang4 sil +000650 sil ke3 ai4 mu2 yang4 rang4 wo2 ren3 bu2 zhu4 dui4 ta1 kuang2 wen3 sil +000651 sil yi4 ming2 yin1 qing2 xu4 yao2 gun3 fanr4 r da3 ban4 zao1 sha1 hai4 de5 yi1 la1 ke4 shao4 nian2 sil +000652 sil zhe4 yi2 jian4 jian4 an4 di3 sp1 rang4 zhuan1 an4 zu3 ren2 yuan2 po1 wei2 jing1 ya4 sil +000653 sil ci3 wai4 sp1 xi1 ao4 de5 liang3 jia2 you3 leng2 you2 jiao3 sp1 er2 fan2 gao1 de5 sai1 bang1 bi3 jiao4 yuan2 sil +000654 sil fo2 shan1 de5 tao2 du1 zhao1 pai2 yue4 ca1 yue4 liang4 sil +000655 sil lv4 liu3 di1 chui2 sp1 jiang1 shui2 geng3 ye4 sil +000656 sil ta1 zai4 yin2 zhou1 yi4 jia1 yin2 hang2 guai1 guai1 hui4 kuan3 sil +000657 sil qin2 dan4 jia4 ge2 you2 zhang2 you3 luo4 sil +000658 sil gai1 cun2 dan1 ke3 liu2 tong1 zhuan3 rang4 sp1 zi4 you2 mai3 mai4 sil +000659 sil sa4 le5 man4 biao3 shi4 sp1 ta1 yi3 jing1 xiang4 cha2 er3 si1 wang2 zi3 zhi4 yi3 qian4 yi4 sil +000660 sil mei2 mang2 sha2 sp1 zai4 deng2 ni3 zhao4 huan4 ya5 sil +000661 sil wei4 cuan1 duo5 xin1 lang2 xin1 niang2 zuo4 you2 xi4 sp1 peng2 you5 men5 sp1 wei2 ji3 zai4 chuang2 bian1 qi3 hong4 sil +000662 sil ta1 dao3 xia4 le5 sp1 wo3 gu1 fu5 he2 wo3 wai4 sheng5 ke2 zen3 me5 ban4 ya5 sil +000663 sil bai3 zhe2 bu4 nao2 sp1 guo2 tai4 min2 an1 sil +000664 sil wang3 nian2 long2 dong1 jian4 bu5 dao4 de5 hai3 ou1 sp1 ye3 pian1 pian1 er2 zhi4 sil +000665 sil ye3 peng2 chang3 le5 xiang4 sun1 li4 sp1 tong2 da4 wei2 sp1 liu2 ye4 yi4 pi1 huo2 yue4 zai4 yu2 le4 quan1 yi1 xian4 de5 yan3 yuan2 sil +000666 sil hua1 yan2 qiao2 yu2 you3 zhi1 sp1 wei1 bi1 li4 you4 you3 zhi1 sp1 feng3 ci4 ru3 ma4 you3 zhi1 sil +000667 sil ruo4 chao2 xian3 yong1 you3 he2 wu3 qi4 sp1 han2 guo2 mei2 you2 you3 xiao4 shou3 duan4 yu2 yi2 fan3 ji1 sil +000668 sil min2 nv2 gei3 nin2 qing3 an1 la5 sil +000669 sil chen2 tao1 bu4 jie3 sp1 zhi4 dian4 wen2 qiang2 que4 bei4 qia1 duan4 sil +000670 sil jiu4 lao3 xue4 zi4 sp1 ke3 yong4 liu2 huang2 zao4 rou2 cuo1 qing1 xi3 sil +000671 sil qi2 ta1 wo3 jiu5 dang1 mei2 ting1 guo4 lo5 sil +000672 sil you3 wang4 nian2 di3 yu3 guan1 zhong4 jian4 mian4 sil +000673 sil yang2 long2 fang1 de5 guan1 dian3 sp1 yu3 huang2 wei4 ping2 bu4 mou2 er2 he2 sil +000674 sil yue4 nan2 fang1 mian4 sp1 ye3 yun2 xu3 mai2 shou3 zhi2 jie1 dao4 lin2 qu1 xuan3 cai2 sil +000675 sil ceng2 ci4 gan3 xian1 ming2 sp1 rang4 ren2 yue4 kan4 yue4 zhao2 mi2 sil +000676 sil wang2 you3 yu4 yan2 tie3 jie2 ping2 tu2 sil +000677 sil rang4 yao2 yi4 er4 ren2 de5 wei1 li4 sp1 gong4 tong2 fa1 hui1 sil +000678 sil zhuo2 yun4 zhi1 biao3 shi4 sp1 dou1 ai4 he1 ka1 fei1 sil +000679 sil qiu1 bao3 de5 jiao3 bu4 deng3 chu4 ye3 fu4 you3 qing1 shang1 sil +000680 sil yang2 yao4 mie1 mie1 jiao4 sp1 gong1 ji1 yao4 zai4 tian1 wei4 liang4 shi2 da3 ming2 sil +000681 sil zai4 wu1 yan2 xia4 ting1 yu3 ya5 sil +000682 sil er2 huang1 tang2 jian3 ya1 tou1 dao4 cai2 wu4 de5 zhao4 mou3 sp1 ye3 mian4 lin2 xing2 fa2 sil +000683 sil shou3 wang4 pi4 gu5 sp1 wo3 wan2 gua3 fu4 sp1 shi4 you2 xi4 ya5 sp1 bie2 xia1 xiang3 sil +000684 sil sao4 ba5 tie3 zhi4 sp1 xia4 zha1 shu4 shi2 tiao2 nai4 huo3 de5 xiang4 jiao1 pi2 sp1 yong4 lai2 pu1 da2 huo3 yan4 sil +000685 sil dang1 ji4 zhe3 an4 xia4 miao2 biao3 hou4 sp1 gong1 zhao4 chun1 kai1 shi3 yan2 zhe5 ruan3 ti1 xiang4 xia4 pa2 sil +000686 sil jing3 cha2 zheng4 zai4 yong4 jing3 gun4 sp1 yin3 you4 she2 chu1 lai5 sil +000687 sil ke3 nei4 fu2 ke3 wai4 yong4 o5 sil +000688 sil ru4 xia4 yi3 lai2 sp1 yu2 shui3 chong1 pei4 sp1 li4 yu2 zuo4 wu4 sheng1 zhang3 fa1 yu4 sil +000689 sil zhang1 yi4 fa1 xian4 wu2 kong2 ke3 ru4 sp1 ye3 zhi2 hao3 zuo4 ba4 sil +000690 sil shan2 dian3 yue4 di1 sp1 ran2 liao4 yue4 yi4 ran2 sp1 yin3 fa1 huo3 zai1 de5 wei1 xian3 xing4 sp1 ye3 jiu5 yue4 da4 sil +000691 sil gang1 cai2 wo2 ye2 gan3 jue2 e3 xin1 tou2 yun1 sp1 jiao2 ruan3 sil +000692 sil tian2 yue4 sheng1 sp1 yin1 shi1 xie3 guo4 duo1 qiang3 jiu4 wu2 xiao4 si3 wang2 sil +000693 sil yang2 cun2 hu3 sp1 ben3 ming2 sp1 wang2 cun2 hu3 sp1 sheng1 fu4 xing4 wang2 sp1 zao3 wang2 sp1 cong2 ji4 fu4 gai3 xing4 yang2 sil +000694 sil ning4 yuan4 zuo4 yi4 duo3 li2 xia4 de5 ye3 hua1 sp1 bu2 yuan4 zuo4 yi4 duo3 shou4 en1 hui4 de5 qiang2 wei1 sil +000695 sil hua4 fei2 bi3 jie1 gan3 ou4 de5 fei2 liao4 you3 jin4 duo1 le5 sil +000696 sil ta4 jin4 jian1 yu4 de5 da4 men2 sp1 zun1 yan2 yi3 che4 di3 lun2 luo4 sil +000697 sil si1 ji1 mo2 mo5 ceng4 ceng4 zou2 zou3 ting2 ting2 sil +000698 sil er2 ta1 ji3 wei4 peng2 you5 sp1 gang1 qiao2 ye3 dao4 le5 sil +000699 sil jian4 zhu4 wu4 yue4 gao1 sp1 yan1 cong1 xiao4 ying4 yue4 ming2 xian3 sil +000700 sil tu2 wei2 tong3 ying2 de5 yi2 chu4 gang2 kou3 bei4 yan1 mo4 sil +000701 sil cheng2 wei2 zhu2 peng2 ying3 xing1 zhi1 yi1 sil +000702 sil da4 lian2 gang3 ji2 tuan2 mu4 ling2 tie2 hai3 lian2 yun4 xiang4 mu4 qi3 dong4 sil +000703 sil ta2 li3 mu4 you2 tian2 qing1 nian2 yuan2 gong1 feng4 xian4 da4 mo4 sil +000704 sil kun1 zhou1 zhu4 ming2 jing3 qu1 sp1 kai3 en1 si1 sp1 tang1 si1 wei2 er3 sp1 ma2 kai2 deng3 dou1 zai4 shou4 ying2 xiang3 qu1 yu4 nei4 sil +000705 sil er4 yao4 wen3 bu4 tui1 jin4 ren2 min2 bi4 kua4 jing4 jie2 suan4 sil +000706 sil ji4 nian4 pin3 jia4 qian2 jiao4 qin1 min2 sil +000707 sil liu2 ya4 shou4 shang1 hou4 sp1 zhu3 gong1 wei4 zhi5 rang4 shui2 qu4 da3 sp1 jiao4 lian4 zu3 po1 you3 xie1 nao2 tou2 sil +000708 sil shi2 ren4 yuan4 zhang3 yan2 wen2 qing1 sp1 xian4 ren4 hu2 bei3 di4 er4 shi1 yuan4 dang2 wei3 shu1 ji5 sil +000709 sil di4 er4 long3 duan4 xue4 ye4 gu2 sui3 sil +000710 sil jie2 hun1 chuan2 wen2 bei4 zhi3 shu2 jia3 sil +000711 sil ren2 bei4 ma2 yi3 ding1 yao3 hou4 sp1 wang2 wang3 yin2 qi3 hong2 ban1 sp1 shi3 pi2 fu1 sao1 yang3 sil +000712 sil fa1 biao3 bu2 dang4 yan2 lun4 de5 liu3 ze2 sp1 zan4 qie3 du4 guo4 nan2 guan1 sil +000713 sil ni3 bie2 gan2 wo2 zou2 hao3 ma5 sil +000714 sil duo1 yun2 you3 zhen4 yu3 sp1 lei2 bao4 you3 da4 feng1 sil +000715 sil wo3 sui2 zhe5 wu3 yan2 liu4 se4 de5 ren2 liu2 chuan1 you2 sil +000716 sil wo3 xu1 yao4 yuan3 li2 shui3 yuan2 o5 sil +000717 sil kan4 jian4 wang2 wei3 jiu4 wen4 sp1 ni3 ru2 he2 a5 sil +000718 sil ou2 er2 mai3 yi4 xie1 zi1 liao4 huo4 yi4 shuang1 wa4 zi5 sp1 deng3 cun2 gou4 le5 sp1 hui4 qu4 mai3 yi2 tao4 xin1 yi1 shang5 sil +000719 sil zha2 kua1 wei1 sp1 ye3 shi4 ku4 da2 ma3 fu1 fu4 hun1 yin1 de5 jie4 shao4 ren2 sil +000720 sil cen2 shi1 fu5 yi4 shi2 nan2 yi3 pan4 duan4 sil +000721 sil mo2 ter4 r chu1 shen1 zhuan3 zhan4 yan3 yuan2 de5 guo1 pin3 chao1 sp1 wei4 huo2 dong4 qin1 zi4 zou3 xiu4 sil +000722 sil er3 hou4 sp1 bian4 zai4 bei4 gao4 xi2 wei4 zhi5 zhan4 ding4 sp1 biao3 qing2 ping2 jing4 sp1 ren4 ping2 shan3 guang1 deng1 sp1 pin2 pin2 shan2 qi3 sil +000723 sil wei1 lian2 si1 shuo1 sp1 ye4 wu4 tuo4 zhan3 zhi4 te4 shu1 zao4 xing2 guan1 cai2 sp1 chun2 shu2 ou3 ran2 sil +000724 sil ping2 jun1 mei3 pian1 lun4 wen2 de5 bei4 yin3 yong4 ci4 shu4 shi4 si4 dian3 liu4 sil +000725 sil liang2 wei3 jun1 hui1 liu1 liu1 de5 hui2 dao4 si4 yang2 chang3 sp1 zhang1 ai4 guo2 cong2 zhu1 juan4 hou4 shan3 chu1 lai5 sil +000726 sil ru2 guo3 wei2 chi2 yuan2 jia4 sp1 yue4 sao3 dou1 hui4 pao2 zou3 sil +000727 sil mei2 nv3 sp1 ni3 la4 me5 zao3 a5 sil +000728 sil cui1 qiu1 lian2 ye3 jiang1 zi4 ji2 nv3 er2 de5 xiang4 pian4 song4 gei3 bo1 xi1 wa3 tai4 tai5 sil +000729 sil jin1 can4 rong2 ren4 wei2 sp1 bing4 fei1 ru2 ci3 sil +000730 sil zhen4 li3 sp1 an4 zhao4 gai1 yu4 suan4 he2 he2 tong5 jin4 xing2 bo1 kuan3 sil +000731 sil chu1 zai4 shan2 bei3 gong1 xue2 sp1 hou4 dao4 lu3 xun4 yi4 shu4 wen2 xue2 yuan4 ren4 yan2 jiu1 yuan2 sil +000732 sil han2 feng1 lin3 lie4 hou4 niao3 you1 ran2 mi4 shi2 sil +000733 sil nong2 zhuang1 nei4 leng2 leng3 qing1 qing1 sil +000734 sil luo4 pei4 zi1 sp1 zai4 du4 dang1 xuan2 mei3 tun2 tian1 hou4 sil +000735 sil bu2 guo4 sp1 geng1 huan4 lun2 tai1 chi3 cun4 sp1 ye2 you2 yin3 huan4 sil +000736 sil qi2 ta1 qu1 yu4 sp1 wei2 yang2 quan3 yi4 ban1 guan2 li3 qu1 sil +000737 sil yin1 wei4 wu2 qian2 zu1 fang2 sp1 yang2 yuan2 yuan5 sp1 yu2 mu3 qin1 yi4 zhi2 tong2 zhu4 yi4 jian1 qin3 shi4 sil +000738 sil liu2 wei3 qiang2 sp1 yuan2 xi4 xiang1 xiang1 shi4 jin1 sou3 xiang1 xiang1 zhang3 zhu4 li3 sp1 jian1 cai2 zheng4 suo3 suo2 zhang3 sil +000739 sil yi2 lie4 dong4 che1 zheng4 huan2 huan3 er2 xing2 sil +000740 sil gang1 xi3 le5 hei1 qi1 sp1 you4 bei4 pen1 shang4 hong2 qi1 sil +000741 sil ke2 xiang3 er2 zhi1 sp1 weng4 zhong1 zhuo1 bie1 xian3 ran2 bi3 wang2 yang2 bu3 lao2 sp1 geng4 ke3 kao4 sp1 geng4 you3 xiao4 sil +000742 sil zhao4 ben3 shan1 sp1 da4 hong2 tang2 zhuang1 xi3 qi4 yang2 yang2 sp1 zuo4 yan3 mian4 zhuang4 shua2 bao3 sil +000743 sil xian2 xia2 shi2 sp1 ta1 xi3 huan1 wan2 wan5 wei1 bo2 huo4 shang4 wang3 liao2 tian1 sil +000744 sil kai2 er3 sheng1 yu2 de2 ke4 sa4 si1 zhou1 xi1 bu4 sil +000745 sil wo2 ye2 you3 wen4 guo5 yi4 xie1 qian2 bei4 sp1 hao3 xiang4 huang2 ri4 hua2 jiu4 ting2 wo3 sil +000746 sil yi4 kai1 shi3 sp1 ban4 an4 min2 jing3 sp1 ye3 zhuo1 mo1 bu2 tou4 sil +000747 sil yue4 yue5 ma1 ji1 hu1 dang1 chang3 yun1 dao3 sp1 sui2 ji2 bei4 qin1 you3 fu2 zou3 sil +000748 sil pan2 cheng2 liu4 ban4 kui2 hua1 shi4 sp1 qian3 fu4 tan2 di3 sil +000749 sil yuan2 dan4 dang4 tian1 sp1 zhang1 hai3 yan4 you4 gei3 wang2 qiang2 da3 dian4 hua4 xiang1 yue1 jian4 mian4 sil +000750 sil zhang1 er4 leng4 ceng2 zai4 bu4 dui4 dang1 guo5 wen2 yi4 bing1 sp1 xian4 wei2 shen1 zhen4 bao3 an1 yi4 shu4 tuan2 yi4 shu4 zong3 jian1 sil +000751 sil you2 yu2 lou4 dou3 zhuang4 yun2 zhu4 nei4 qi4 ya1 hen3 di1 sp1 chan3 sheng1 qiang2 da4 de5 shun3 xi1 zuo4 yong5 sil +000752 sil lin2 chuang2 shang5 gu2 sui3 chuan1 ci4 sp1 ji2 gu2 sui3 huo2 jian2 deng2 jian3 cha2 sp1 yong4 yu2 que4 zhen3 zai4 zhang4 sil +000753 sil xia4 si4 yue4 gui3 si4 sp1 liu2 bei4 cu2 yu2 yong3 an1 gong1 sil +000754 sil bo2 shu1 hua4 wei2 niao2 niao3 qing1 yan1 sp1 piao1 xiang4 jiu3 tian1 chong2 xiao1 sp1 gao4 wei4 shi2 zu3 xian1 ling2 sil +000755 sil fei1 er5 cheng1 yang2 ran2 cai2 neng2 zuo4 zhu3 sil +000756 sil dui4 yu2 gu1 gua2 lao3 ren2 sp1 an1 yang3 yuan4 fen1 wen2 bu4 shou1 sp1 yi1 shi2 zhu4 xing2 quan2 you2 an1 yang3 yuan4 cheng2 dan1 sil +000757 sil bang1 wo3 qing1 xia4 gou4 wu4 che1 bei5 sil +000758 sil zai4 lu2 er3 he2 zhu4 ru4 lai2 yin1 he2 chu4 sil +000759 sil wo3 ying1 gai1 yong4 ta1 de5 na3 yi2 ge4 you2 xiang1 sil +000760 sil xiao3 qin2 ba2 ji3 qian1 yuan2 gei3 le5 wang2 jie3 jie5 sil +000761 sil ge3 xian1 sheng5 zhi4 yi2 ci3 wei2 sp1 ba4 wang2 tiao2 kuan3 sil +000762 sil yong1 you2 ming3 yue4 gong1 si1 sp1 xuan1 ni2 shi1 gong1 si1 sp1 he2 lu4 yi4 wei1 deng1 gong1 si1 sil +000763 sil pu2 er3 shi4 zhong1 yuan4 sp1 zhi4 jin1 wei4 yu3 li4 an4 sil +000764 sil she4 bao2 ka3 ze2 ke2 yi3 ti4 dai4 jiu4 zhen2 ka3 sp1 shi2 xian4 jiu4 yi1 yi4 ka3 tong1 sil +000765 sil liu2 ying1 jia1 zai4 he2 bei2 sheng3 xi1 bai3 po1 sil +000766 sil you4 pao2 na2 gui3 hun4 qu4 le5 sp1 ni3 zuo4 ye4 zuo4 wan2 mei2 sil +000767 sil hua1 pen2 ye3 yi2 ge5 bu2 lang4 fei4 sil +000768 sil zhe4 shi4 he4 xing1 yun3 de5 bu4 fen4 zhang4 ben3 sil +000769 sil na4 wan2 dian2 ni3 zai4 zhao2 wo3 ba5 sil +000770 sil shi2 you2 gong1 ren2 yi4 sheng1 hou3 sp1 di4 qiu2 ye3 yao4 dou3 san1 dou3 sil +000771 sil ji4 zhe3 wei4 neng2 huo4 yun3 jin4 ru4 kuang4 qu1 sil +000772 sil zai4 zai4 mao3 ding1 wai4 shu4 yi4 pai2 wei2 hu4 zhuang1 sp1 ji1 keng1 liang3 bi4 sp1 xing2 cheng2 tong2 qiang2 tie3 bi4 sil +000773 sil zhe4 mei2 you3 wang2 fa3 le5 sp1 ba3 wa2 zhen1 zao1 ta4 sil +000774 sil zhe4 si1 ye3 tei1 ben4 le5 dian3 sil +000775 sil ta1 ye3 yi2 yue4 cheng2 wei2 qian1 wan4 fu4 weng1 sil +000776 sil qiu2 fo2 zhen1 de5 you3 yong4 ma5 sil +000777 sil duo1 tang4 gao1 tie3 lie4 che1 sp1 yin1 ci3 chu1 xian4 yan2 wu4 sil +000778 sil zhong1 guo2 ye2 ba2 shou3 shen1 xiang4 le5 yue4 qiu2 sil +000779 sil du4 zi5 e4 de5 sp1 gu1 lu5 gu1 lu5 jiao4 sil +000780 sil zao2 wan3 duan4 lian4 shi2 sp1 bu4 yi2 zhou4 jian3 yi1 wu4 sil +000781 sil xian1 qing2 yin3 bu4 zhang3 jiang2 ji3 ju4 sil +000782 sil huang2 he2 ru4 hai3 sp1 dao4 di3 yao4 tiao1 na2 ji3 gen1 dang3 lu4 de5 chai2 huo3 kai1 dao1 sil +000783 sil zong1 shang4 xing2 wei2 sp1 yi3 gou4 cheng2 nuo2 yong4 gong1 kuan3 zui4 sil +000784 sil xuan2 shou3 fu1 fu4 tang1 ni2 tang2 sil +000785 sil yi1 sheng1 huai2 yi2 sp1 ruan2 guan3 yi2 luo4 huan4 zhe3 fu4 qiang1 sil +000786 sil na4 li3 ling2 yang2 zai4 fei2 mei3 de5 cao3 yuan2 shang4 sp1 tiao4 yue4 ben1 pao3 sp1 niao3 er2 zai4 lin2 zhong1 ti2 chang4 sil +000787 sil er4 ren2 qin1 mi4 lou3 bao4 ni4 wai1 bu2 gou4 sil +000788 sil yi4 zhi2 yao4 xiao1 sa3 de5 han2 shao4 hen3 xiong1 men4 sil +000789 sil wo3 yao2 jin3 ya2 guan1 sp1 ban4 nian2 jin4 hu1 jue2 shi2 sil +000790 sil ling4 wai4 hai2 you3 xian4 jin1 wu3 wan4 sp1 mei3 yuan2 sp1 yi1 dian2 wu3 san1 yi1 wan4 sil +000791 sil da4 jia1 dou1 ti4 yang2 shen4 sp1 nie1 le5 yi4 ba3 han4 sil +000792 sil yang2 yi2 zheng2 li3 yi2 rong2 hou4 sp1 geng4 bu4 shi2 xin1 xu1 mo2 zui3 sil +000793 sil wang2 ying1 xian1 you3 jiao4 gao1 de5 wen2 xue2 xiu1 yang3 he2 chuang4 zuo4 cai2 neng2 sil +000794 sil ta1 you3 xie1 kan4 bu2 guan4 ge1 ge5 de5 ning2 si2 li3 sil +000795 sil wo2 ke3 bu4 neng2 qiang2 xi3 yi1 ji1 de5 fan4 wan3 ne5 sil +000796 sil ri4 dan1 you1 zhong1 guo2 huo4 kong1 jiang4 tu1 xi2 chong1 sheng2 sil +000797 sil kan4 wan2 yi3 hou4 sp1 you3 yi4 zhong3 bei4 nve4 de5 yu2 kuai4 sil +000798 sil luo2 rui2 cong2 ci3 jie2 ran2 yi4 shen1 sp1 jing1 shen2 fen1 lie4 zheng4 sp1 geng4 xing2 jia1 ju4 sil +000799 sil dan4 shi4 wang2 jun1 ning3 kai1 wo4 shi4 men2 chuang3 le5 jin4 lai2 sil +000800 sil dan4 shi4 sp1 hua2 qiang2 yu4 yu4 gua3 huan1 sil +000801 sil yin4 du4 su4 you3 jia4 nv3 er2 pei2 song4 jia4 zhuang1 de5 chuan2 tong3 sil +000802 sil zheng2 chang3 dian1 bo3 cai2 suan4 jie2 shu4 sil +000803 sil zhao4 yan4 xin1 li3 pin1 ming4 cou4 ge5 shi2 zi4 ju4 sil +000804 sil er2 zhong1 guo2 bing4 fei1 hao2 fa4 wu2 sun3 sil +000805 sil you4 yao4 kan4 zui4 xin1 de5 yang4 kan1 sp1 kan4 hou4 zai4 sp1 wo3 shuo1 xu3 chang2 de2 xia4 sp1 pi1 gai1 wen2 shen4 duo1 e2 wai4 sp1 duan4 bu5 ke3 fa1 sil +000806 sil er2 wai4 di4 wu4 gong1 huan2 jing4 jiu1 jing4 za3 yang4 sp1 guang1 kan4 zhao1 gong1 guang3 gao4 mei2 yong4 sil +000807 sil yin1 xiang4 mao4 tai4 cha4 sp1 er2 bei4 ju4 jue2 de5 qiu2 zhi2 zao1 yu4 sp1 lv3 jian4 bao4 duan1 sil +000808 sil chun1 yu3 dian2 dian3 sp1 bin4 yi3 xing1 xing1 sil +000809 sil chang2 jiang1 bai2 qi2 tun2 ke3 neng2 yi3 jing1 mie4 jue2 sil +000810 sil ge3 bin1 bin1 kan4 lai2 bie1 zhe5 bu4 shao3 yuan4 qi4 sil +000811 sil ni3 ba2 wo3 rao4 yun1 la5 sil +000812 sil ni3 shuo1 wan2 sha2 jiu4 wan2 sha2 sil +000813 sil mei3 ci4 yong4 yi4 xiao3 di1 xi2 shou3 ye4 ji2 ke3 sil +000814 sil fang2 gu3 hua1 chuan2 bei4 ting2 yong4 jian3 xiu1 sil +000815 sil xiang1 mi2 zhu3 shu2 hou4 sp1 ruan3 hua2 shuang2 kou3 sp1 mi3 fan4 liang2 hou4 sp1 mi3 li4 bu4 fa1 ying4 sil +000816 sil yi2 xiang4 yi3 huan2 jing4 e4 lie4 sp1 lao2 fang2 bi1 ze4 sp1 bai3 wu2 liao2 lai4 zhu4 cheng1 sil +000817 sil huan4 niao4 du2 zheng4 de5 hou2 hua2 feng1 sp1 lian3 se4 hen3 cha4 sil +000818 sil ta1 de5 you4 zhou3 you2 dian3 po4 pi2 sp1 cheng1 shen1 shang4 you2 dian3 tong4 sil +000819 sil ben3 bao4 kai1 pi4 xun2 lao2 lir3 r sp1 xin1 nian2 weir4 r lan2 mu4 sil +000820 sil xie4 xie5 chen2 guang1 biao1 de5 sheng4 qing2 sp1 an2 guan3 jia1 wu2 gong1 bu2 shou4 lu4 sil +000821 sil na4 me5 wu2 yi4 yu2 yi2 luan3 ji1 shi2 sil +000822 sil su4 liao4 deng4 sp1 ye3 shi4 dong1 dao3 xi1 wai1 de5 sil +000823 sil ta1 si1 liang5 zhe5 sp1 yao4 gei3 dang2 mou3 yan2 se4 kan4 kan5 sil +000824 sil wo3 hui1 yi4 hui1 yi1 xiu4 sp1 bu2 dai4 zou3 ren4 he2 yi2 pian4 yun2 cai3 sil +000825 sil zai4 gai1 chao1 shi4 de5 cu4 xiao1 hai3 bao4 shang4 sp1 shuang1 hui4 zhou3 hua1 huo2 tui3 sp1 ye3 he4 ran2 zai4 lie4 sil +000826 sil ren2 qun2 zhong1 sp1 jiu4 you3 dang1 nian2 reng1 diao4 wang2 kun1 you3 pu1 gai4 de5 na4 wei4 cun1 min2 sil +000827 sil ran2 hou4 yao4 yi3 shi4 shi2 wei2 yi1 ju4 sp1 bu4 ran2 yue4 chao3 yue4 li4 hai4 sil +000828 sil zhe4 qia4 you2 xu3 duo1 sp1 gu2 lao3 de5 song1 bai3 sil +000829 sil dong4 shou3 yuan2 yin1 sp1 yi2 wei2 jia1 zhang2 deng3 bu2 nai4 fan2 sil +000830 sil er4 yue4 di3 de5 la1 sa4 sp1 lve4 tou4 han2 qi4 sil +000831 sil zai4 heng2 dian4 sp1 yi2 huang4 you4 kuai4 yao4 san1 nian2 sil +000832 sil shi4 bo2 zhou2 mo2 jie2 gou4 gong1 cheng2 sil +000833 sil mei2 you3 lou4 chu1 jiu3 wo1 chong2 xiao4 yi2 ci4 sil +000834 sil shi4 fa1 wang4 jing1 nan2 hu2 dong1 yuan2 sp1 er4 bai3 san1 shi2 liu4 hao4 lou2 wu3 dan1 yuan2 fu4 jin4 lu4 duan4 sil +000835 sil zhou1 yan2 di4 er4 hu2 zhi2 jie1 liu1 diao4 sil +000836 sil quan2 dang3 bi4 xu1 jing2 xing2 qi3 lai2 sil +000837 sil er2 qiao2 jian4 jun1 sp1 ye2 you2 zhi3 kong4 chan2 shen1 sil +000838 sil ju4 ti3 shi2 jian1 yi3 diao4 du4 ming4 ling4 wei2 zhun3 sil +000839 sil yi1 qi1 er4 qi1 nian2 gai2 tu3 gui1 liu2 sp1 yan2 jin1 gui1 shu3 wu1 meng2 fu3 da4 guan1 ting1 sil +000840 sil you2 hua4 jia1 gou1 hua4 cao2 gao3 zheng1 xun2 yi4 jian4 sil +000841 sil zhi2 you3 yong2 wang3 zhi2 qian2 sp1 ang2 shou3 fen4 jin4 sil +000842 sil jin1 tian1 de5 wo3 sp1 ye3 shi4 yuan2 qi4 man2 man3 ne5 sp1 zheng4 neng2 liang4 yong4 bu4 wan2 o5 sil +000843 sil da4 leng3 tian1 lin1 yi2 da4 dui1 shu1 tai4 ma2 fan5 le5 sil +000844 sil yu3 qin1 ren2 gan3 qing2 yue4 shen1 sp1 ju1 sang4 fan3 ying4 yue4 qiang2 lie4 sil +000845 sil wo2 qing3 ta1 zhuan3 guo4 tou2 lai2 qin4 dong4 kuai4 men2 sil +000846 sil wang2 chang2 tian2 zui4 zan4 shang3 luo4 tuo5 de5 xing4 ge2 sil +000847 sil yong4 shou3 kou1 le5 kou1 sp1 mei2 nong4 diao4 sil +000848 sil wo3 hui4 wu3 shu4 shui2 ye2 dang3 bu2 zhu4 ya5 sil +000849 sil tuo2 lu4 nan2 xun2 ban4 lv3 sp1 ai4 shang4 tuo2 lu4 diao1 su4 sil +000850 sil ta1 yao1 qiu2 yao4 ren4 zhen1 xi1 qu3 jiao4 xun4 sp1 cha2 zhao3 yuan2 yin1 sil +000851 sil zhe4 shi4 zheng3 zhi4 yang2 hui4 lu4 de5 yi2 ben4 zhao1 sp1 dan4 ken3 ding4 you3 yong4 sil +000852 sil jing1 shang1 yi4 sp1 xiao1 xiao3 yang2 ying4 yun3 sp1 jiang1 cuo4 jiu4 cuo4 sp1 yu3 zhi1 qian1 ding4 bu3 chong1 xie2 yi4 sil +000853 sil zhe4 chuo1 dao4 ben2 tu3 ban4 dao2 ti3 zhi4 zao4 ye4 cheng2 ben3 jie2 gou4 tong4 chu4 sil +000854 sil ping2 shi2 shuang2 shuang2 hen3 kai1 lang3 sp1 er2 wo2 hen3 an1 jing4 sil +000855 sil luo2 ping2 de5 sun1 nv3 sp1 yin1 que1 fa2 ying2 yang3 er2 huan4 bing4 sil +000856 sil ri4 ben3 yi4 xie1 can1 guan3 tong2 yang4 kan4 dao4 shang1 ji1 sp1 tui1 xiao1 liu3 chuan1 guo1 sp1 ni2 qiu5 guo1 deng3 sp1 ni2 qiu5 liao4 li3 sil +000857 sil liang2 yang4 jun1 kan4 guo4 sp1 you4 kua1 xu2 tian1 hong2 de5 zi4 you3 ren2 yang4 sil +000858 sil kai3 te4 zi3 xi4 duan1 xiang2 tai4 di2 xiong2 sil +000859 sil lv4 se4 yu2 san3 shi4 lv3 gu1 niang5 de5 sil +000860 sil ci3 shi2 sp1 weng1 xiu4 chun1 sp1 da4 sheng1 ku1 han3 hu1 jiu4 sil +000861 sil ma4 ba5 sp1 ba2 wo3 ma4 xing3 le5 sil +000862 sil qia1 ya5 sp1 ni3 jin1 tian1 bu4 qia1 si2 wo3 sp1 wo3 gen1 ni3 xing4 sil +000863 sil chuan1 nan2 ji3 shi4 sp1 ye2 ni3 na4 ru4 fa1 zhan3 zhou2 sil +000864 sil ying2 yang2 pin3 shi4 pao4 zhe5 he1 de5 sp1 yi2 ding4 yao4 he1 o5 sil +000865 sil yin4 ni2 dui4 de5 sang1 tuo1 sa4 he2 la1 zha1 ke4 sp1 peng2 zou3 nan2 shuang1 guan4 jun1 bei1 sil +000866 sil ta1 ye3 gong4 cheng1 sp1 tiao1 fu1 mo4 wei4 qi2 sp1 bing4 bu4 zhi1 dao5 xing2 li3 bao1 nei4 jia1 cang2 you3 du2 pin3 sil +000867 sil kao2 gu3 dui4 zai4 mu4 zang4 zhong1 fa1 xian4 xi4 zui3 tao2 weng4 deng3 wen2 wu4 sil +000868 sil yong4 rong3 yu2 de5 pei4 zhi4 sp1 bao3 zheng4 cuo4 wu4 hui1 fu4 sil +000869 sil che1 liang4 ke3 rao4 xing2 chang2 an1 jie1 liang2 guang3 lu4 sil +000870 sil zan2 men5 he2 bi4 zhi3 wei4 zan2 yi4 jia1 de5 er2 nv3 qian1 chang2 gua4 du4 sil +000871 sil diao4 cha2 zu2 ning3 duan4 tie3 si1 hou4 sp1 zai4 hou4 mian4 fa1 xian4 you2 tie3 men2 deng3 sil +000872 sil ying4 kang2 xia4 qu4 sp1 zi1 jin1 lian4 ya1 li4 tai4 da4 le5 sil +000873 sil gen1 gu1 niang5 liao2 zhe4 xie1 you3 yi4 si5 ma5 sil +000874 sil huo3 ji5 men5 sp1 chu1 qu5 yao4 xiao3 xin1 dian3 o5 sil +000875 sil cong2 shi4 dai4 fu1 dao4 yin3 che1 mai4 jiang1 zhe3 liu2 sp1 wu2 bu4 yi2 du2 ci3 lei4 shu1 wei2 le4 sil +000876 sil you3 se4 ban3 kuai4 ji4 xu4 cheng2 qiang2 sil +000877 sil jiao3 chuan1 yi4 shuang1 fan1 bu4 xie2 sp1 xie2 bang1 chu4 feng2 le5 ji3 ge5 bu3 ding1 sil +000878 sil zhe4 duan4 ping1 pang1 wai4 jiao1 sp1 yi4 zhi2 bei4 chuan2 wei2 jia1 hua4 sil +000879 sil luo2 sen1 ta2 er3 zai4 xia2 gu3 zhong1 sp1 liang3 du4 dian2 huo3 qiu2 jiu4 sp1 zhong1 wei2 jiu4 yuan2 ren2 yuan2 fa1 xian4 sil +000880 sil er2 jin4 liang3 nian2 sp1 zhe4 gu3 xuan4 feng1 sp1 yue4 gua1 yue4 meng3 sil +000881 sil an4 kou4 shang4 xiang1 you3 zuan4 shi2 sil +000882 sil zhe4 zai4 zheng4 ce4 yun2 xu3 fan4 wei2 sil +000883 sil ni3 di5 wei1 xiao4 zui4 mi2 ren2 le5 sil +000884 sil li4 chao2 xiang1 ji4 zai4 ci3 xing1 jian4 si4 yuan4 sp1 yi3 gong4 feng4 guan1 yin1 pu2 sa5 wei2 zhu3 sil +000885 sil huang2 ting2 guang2 chang3 sp1 guo4 qu4 li4 shi3 sp1 yu3 lan4 wei3 guan1 lian2 zai4 yi5 qi3 sil +000886 sil ta1 kao4 shi2 huang1 sp1 la1 che3 sun1 nv5 ying2 ying5 zhang3 da4 sil +000887 sil mai3 bu4 liao3 zhi1 shi5 sp1 wei4 sha2 hai2 shou1 xue2 fei4 a5 sil +000888 sil ke2 yi3 you2 da4 xin1 de5 cai2 feng5 shi1 fu5 sp1 wei4 nin2 liang2 shen1 ding4 zuo4 sil +000889 sil ba4 ba5 chen2 mo4 gua3 yan2 sp1 yi2 jiu3 wei2 ban4 sil +000890 sil er2 cai4 fan4 ze2 bu2 dong4 sheng1 se4 sp1 sui2 shou3 dian1 qi3 yi4 kun3 qin2 cai4 kan4 pin3 xiang4 sil +000891 sil xian4 zai4 ju4 zu2 yan3 yuan2 ke3 dou1 hui4 chang4 ne5 sil +000892 sil gui1 yuan2 si4 hen2 hao3 wan2 sp1 shi4 wu3 han4 fo2 jiao4 si4 da4 cong2 lin2 zhi1 yi1 ne5 sil +000893 sil wan2 wan2 yi4 lun2 sp1 wu2 jun1 ru2 guai1 guai1 xian4 chang4 ming2 xing1 sp1 yuan2 lai2 sp1 wu2 jun1 ru2 dou1 chang4 de5 bu2 cuo4 sil +000894 sil ci3 yi4 ling4 pu2 er3 cha2 hang2 ye4 zhi4 jin1 shang4 wei4 fu4 yuan2 sil +000895 sil guo2 qing4 pai2 dui4 he1 lu4 xie3 shi4 che2 huang3 sil +000896 sil xi2 fu4 ba3 po4 ma1 bu4 yi4 ba2 shuai3 zai4 le5 wo2 lian3 shang4 sil +000897 sil yan2 zhi1 zao2 zao2 sp1 fen1 ming2 yi4 chang2 ku3 qing2 xi4 sil +000898 sil zhe4 tao4 cong2 shu1 sp1 ning2 ju4 zhe5 bian1 zuan2 zhe3 he2 chu1 ban2 zhe3 de5 sp1 duo1 nian2 zhi2 zhu4 yan2 jiu1 xin1 xue4 he2 su4 yuan4 sil +000899 sil lao3 yang2 bu4 gei3 sp1 liang3 ren2 you4 zheng1 chao3 bing4 zhua1 che2 qi3 lai2 sil +000900 sil wang2 you3 fen1 fen1 leng3 chao2 re4 feng3 sp1 zhi4 yi2 cheng2 mou3 qi2 zai4 chao3 zuo4 sil +000901 sil ci3 wai4 sp1 jiu4 ye4 kun4 nan5 ren2 yuan2 sp1 hai2 xiang2 you3 zu1 lin4 shang1 pu4 you1 hui4 sil +000902 sil ru2 quan2 ben1 yong3 de5 yuan2 you2 ri4 ye4 ben1 liu2 sp1 shi3 ou1 meng2 cheng2 yuan2 guo2 sp1 nan2 yi3 jie1 shou4 sil +000903 sil yi2 kuai4 zan1 ba5 sp1 bi3 yi4 xiang1 fang1 bian4 mian4 hai2 shou4 huan1 ying2 sil +000904 sil zhang1 shao2 han2 zuo4 shi4 yu2 bi3 sa4 xie2 ta3 yong1 bao4 sil +000905 sil sheng2 wei2 dang3 xiao4 yan2 jiu1 sheng1 xue2 li4 sil +000906 sil hua4 yuan2 gui1 lai2 hou4 sp1 sa2 sao3 yuan4 luo4 sil +000907 sil he2 lu2 xiu4 dong4 yi2 yang4 kai1 ming2 de5 sp1 hai2 you3 zhong1 guo2 nv3 pai2 zhu3 shuai4 sp1 yu2 jue2 min3 sil +000908 sil qu4 yang3 zhu1 yang3 ji1 sp1 gan4 zan2 de5 lao2 ben3 hang2 cai4 lan2 zi5 sil +000909 sil ke2 yi3 an4 sheng3 fen4 shi2 pin2 zhong3 lei4 cha2 xun2 sil +000910 sil zai4 jie1 tou2 mai4 yi4 de5 li3 yu4 xuan1 die1 die5 sil +000911 sil zai4 yu3 yi2 tao1 zhen4 xiang1 lin2 de5 ma2 chang3 zhen4 sp1 huang2 rui4 hua2 sp1 ye3 huai2 chuai1 zhe5 po4 qie4 de5 xun2 qin1 zhi1 meng4 sil +000912 sil ta1 fa1 xian4 sp1 dian4 you2 chang2 suo3 she4 du3 hen2 pu3 bian4 sil +000913 sil cheng2 zhong1 cun1 cang2 wu1 na4 gou4 sp1 jue2 bu5 shi4 wei1 yan2 song3 ting1 sil +000914 sil yi1 jia1 yi1 sp1 deng3 yu2 er4 sil +000915 sil dong1 jing1 ying1 hua1 ran2 jing3 ji2 ye3 chu1 kai1 sil +000916 sil wang2 bao3 qiang2 jun1 xun4 de5 yi2 ge5 li3 bai4 hun2 hun2 dun4 dun4 sp1 lie4 ri4 dang1 tou2 sp1 di1 yu3 wei4 xia4 sil +000917 sil you3 zhuan1 jia1 ren4 wei2 sp1 ying1 shen4 tan2 guai2 dian3 sil +000918 sil gan3 jue2 ni3 hao2 wei3 qu1 ya5 sil +000919 sil gai4 ang2 chong2 shen1 bi4 xu1 huo2 zhuo1 sil +000920 sil yan2 bing1 mu2 yang4 jun4 qiao4 sp1 shi4 cun1 li3 de5 mei2 nv3 sil +000921 sil sui2 hou4 sp1 liang3 nan2 zi3 ti1 bie3 che1 men2 yang2 chang2 er2 qu4 sil +000922 sil tuo1 de2 ceng2 jing1 qian3 ze2 zhe4 ben3 shu1 sp1 chong1 man3 le5 huang3 yan2 wu1 mie4 sp1 yi3 ji2 mo3 hei1 sil +000923 sil hai3 shang4 jiu4 hei1 yun2 gun2 gun3 bai2 lang4 tao1 tao1 le5 sil +000924 sil shao3 shu4 mi2 fen2 chang3 jia1 zan4 wei4 gen1 feng1 ti2 jia4 sil +000925 sil zui4 bei3 ce4 de5 zhan3 gui4 gui4 tai2 wai4 ce4 mu4 ban3 sp1 you3 bei4 qiao4 hen2 ji4 sil +000926 sil you3 xue2 sheng1 pa1 zai4 chuang1 tai2 hou3 jiao4 sp1 you3 ren2 chui1 shao4 sp1 shen1 ye4 li3 te4 bie2 ci4 er3 sil +000927 sil hui2 jia1 he2 ge1 menr5 r zuo4 yi2 kuai4 pin1 pin1 jiu3 liang4 xu4 xu5 jiu4 sp1 lai2 nian2 jie1 zhe5 gan4 sil +000928 sil er2 lei2 nuo4 ci2 shi1 hun1 hou4 sp1 ye2 ba3 sp1 bu4 luo4 ke4 sp1 dang1 cheng2 bi4 feng1 gang3 sil +000929 sil zhe4 yang5 cai2 rang4 che1 lun2 zi5 zhuan4 qi3 lai2 sil +000930 sil zhu3 yao4 you2 li3 yu2 sp1 yin2 qi2 sp1 nian2 yu2 sp1 cao3 yu2 sp1 ni2 qiu5 deng3 sil +000931 sil tu2 nuan3 qi4 yong4 lai2 gong1 re4 sp1 ye3 yong4 lai2 zuo4 fan4 sil +000932 sil shou4 wu4 tian1 ying2 xiang3 sp1 qian2 fang1 chu1 xian4 yong1 du3 sp1 ta1 huan2 huan3 ting2 xia4 sil +000933 sil ta1 jiang3 ke4 re2 nao3 wan4 zai3 xian4 xian4 wei3 shu1 ji5 chen2 xiao3 ping2 de5 shi4 qing5 sp1 ceng2 hong2 tou4 wang3 luo4 sil +000934 sil er2 nong2 min2 gong1 que4 you3 le5 geng4 duo1 tiao1 tiao1 jian2 jian3 de5 yu2 di4 sil +000935 sil juan2 qi3 xiu4 zi5 sp1 kan2 kan3 er2 tan2 sil +000936 sil you4 er2 yuan2 luan4 shou1 fei4 ru2 he2 guan3 sp1 you4 er2 yuan2 de5 shou1 fei4 you3 duo1 gao1 sil +000937 sil yu2 lun4 wei4 he2 hui4 li4 ting3 qiu1 cheng2 tong2 xian1 sheng5 de5 jia3 shuo1 sil +000938 sil you2 wang3 min2 ren4 wei2 sp1 shui3 zhi4 bu4 da2 biao1 sp1 yuan2 yu2 yi4 zhong3 tuo2 niao3 si1 wei2 sil +000939 sil xiao4 yuan1 su4 yan2 mei2 mao5 jiao4 qian3 sp1 wu3 guan1 bu4 chu1 se4 sil +000940 sil yan1 ye3 jie4 le5 sp1 jiu2 ye3 jie4 le5 sp1 ren2 sheng1 mei2 sha2 le4 qu4 le5 sil +000941 sil nv3 xing4 shi4 min2 wen2 ting1 yi3 hou4 lian2 lian2 bai2 shou3 sil +000942 sil ta1 de5 wen1 rou2 ju4 you3 mi2 huo4 xing4 sil +000943 sil ta1 pang2 huang2 pai2 huai2 guo4 sp1 dan4 cong2 wei4 tui2 fei4 jue2 wang4 guo4 sil +000944 sil zai4 sui2 xiao2 jie2 yan3 zhong1 sp1 xi1 ha1 nu3 ke4 fei1 chang2 he2 ai3 sil +000945 sil zhe4 yao4 kan4 qiu2 dui4 de5 ye3 xin1 yu3 yi4 yuan4 sil +000946 sil quan2 sheng4 xiao4 dao4 sp1 guang1 ni2 ji3 chu1 de5 han4 sp1 ye3 gou4 wo2 xi3 ge5 lin2 yu4 sil +000947 sil sun1 xu4 guang1 sp1 zai4 wei4 yi2 hu4 nong2 jia1 sp1 an1 zhuang1 ma4 zha5 yang3 zhi2 chang3 jian1 kong4 qi4 sil +000948 sil you2 gai3 qi4 zui4 huo3 re4 shi2 sp1 you2 gai3 zhuang1 zi1 zhi4 de5 ge4 da4 wei2 xiu1 chang3 dou1 xu1 yao4 ti2 qian2 yu4 yue1 sil +000949 sil guo1 kui2 zhang1 jie1 shou4 nan2 du1 zhuan1 fang3 sil +000950 sil duo4 shou3 yi4 bian1 jia4 chuan2 yi4 bian1 pai1 zhao4 sil +000951 sil tian2 zhong1 zui4 jin4 yin1 bei4 bao4 yu3 hei1 she4 hui4 you2 ran2 deng3 jiang1 yin3 jiu4 ci2 zhi2 sil +000952 sil ao4 pu3 la1 sp1 yu3 mei4 mei5 tuan2 ju4 sil +000953 sil lai2 lai2 lai2 sp1 wang2 wo3 huai2 li3 yun1 sil +000954 sil mu3 qin1 ku1 zhe5 qiu2 er2 zi5 bu2 yao4 reng1 sp1 yi4 bian1 na2 tiao2 zhou5 sao3 sil +000955 sil shui3 chi2 bian1 you3 dian4 beng4 he2 shui2 guan3 sil +000956 sil di4 er4 zhi1 qu3 zi5 shi4 zui4 xuan4 min2 zu2 feng1 sil +000957 sil mu4 qian2 sp1 yi1 yuan4 yi3 jing1 wei4 wang2 jing4 chou1 qu3 le5 gu2 sui3 jin4 xing2 hua4 yan4 sil +000958 sil yi2 dian4 de5 bi4 yun4 tao4 e5 sil +000959 sil bie2 chi1 o5 sp1 chi1 yi4 kou3 pang4 shi2 jin1 sil +000960 sil yuan2 you3 tou2 su4 dian4 hua4 sp1 liu4 yao1 ba1 liu4 ling2 yao1 er4 er4 sp1 ji4 xu4 shi3 yong4 sil +000961 sil cong2 duan4 qiao2 wang3 bai2 di1 zou3 sp1 yan2 an4 chuan2 zhu3 men5 sp1 zheng4 zai4 yong4 la1 ji1 tong3 sp1 bo4 ji5 deng3 gong1 ju4 pai2 shui3 sil +000962 sil lao3 zhu1 mi1 zhe5 yan3 zhun3 bei4 ji4 xu4 da2 dun3 sil +000963 sil wo3 shen1 gao1 yi4 mi3 liu4 wu3 ya5 sil +000964 sil wen2 hua4 tuan2 ti3 wen2 hua4 ren2 shi4 kao4 yang3 huo2 de5 sil +000965 sil da4 deng1 zu3 leng2 jiao3 xian4 tiao2 ping2 zhi2 qing1 xi1 sp1 bing4 yu3 wu4 deng1 xiang1 hu1 ying4 sil +000966 sil wo2 xi3 huan1 wan2 ying1 xiong2 lian2 meng2 o5 sp1 zhu3 ren2 ye3 wan2 ma5 sil +000967 sil wai4 jie4 jiu4 qi2 zhui4 lou2 yuan2 yin1 chuai3 ce4 bu2 duan4 sil +000968 sil tai2 wan1 gao1 deng2 fa3 yuan4 tai2 zhong1 fen1 yuan4 sp1 jin1 tian1 pan4 chu2 liang3 ren2 wu2 zui4 ding4 an4 sil +000969 sil yan2 hai3 di4 qu1 sp1 ze2 qiang2 feng1 si4 nve4 sil +000970 sil ze2 kao1 ying1 long2 hua2 li2 hun1 wu2 wang4 sil +000971 sil gong1 si1 shen4 zhi4 song2 yong3 nian2 qing1 gu4 ke4 sp1 zi4 pai1 yi1 fu5 huo4 nei4 yi1 zhao4 sp1 tou2 gao3 sp1 yi3 dai4 cai3 yong4 sil +000972 sil yi2 zhuai4 la1 sp1 shi4 tiao2 da4 yu2 sil +000973 sil wo3 zui4 jin4 ye3 shi4 zhou4 ye4 dian1 dao3 le5 sil +000974 sil nan2 shou4 shi2 sp1 ou1 yang2 jing4 jiu4 yao2 yao3 ya2 cheng1 zhe5 sil +000975 sil ji1 hu1 ting1 bu5 dao4 zao4 yin1 sp1 chu2 le5 er3 mo2 shao1 shao1 gan3 dao4 ya1 li4 wai4 sil +000976 sil qi2 yu3 qi1 zi3 sp1 wang2 jiang1 sui4 de5 li2 hun1 shou3 xu4 sp1 yi3 yu2 nian2 nei4 ban4 tuo3 sil +000977 sil mu4 qian2 sp1 qiang1 shou3 lin2 zheng4 wei3 kai1 qiang1 dong4 ji1 ban2 ben3 sp1 yi2 you3 wu2 zhong3 sil +000978 sil shou3 cheng2 jiang4 shi4 tong2 chou2 di2 kai4 sp1 yu4 xue4 fen4 zhan4 sil +000979 sil da4 feng1 chui1 san4 le5 wu4 qi4 sp1 yan4 yang2 kai1 shi3 dang1 kong1 zhao4 sp1 ming2 huang2 huang3 ci4 ren2 yan3 sil +000980 sil sen1 ben2 min3 zai4 hui4 tan2 zhong1 jin2 biao3 shi4 sp1 jiang1 ren4 zhen1 dui4 dai4 jue2 yi4 sil +000981 sil li3 kun1 peng2 gen1 lao3 lao5 lao3 ye5 yi4 qi3 sheng1 huo2 sil +000982 sil zhu1 zhu1 de5 fan3 chuan4 ban4 xiang4 sp1 e1 nuo2 duo1 zi1 sil +000983 sil you2 yu2 xue2 ye4 deng3 wen4 ti2 sp1 song4 mou3 dui4 yan2 mou3 chan3 sheng1 yuan4 hen4 sp1 xun2 ji1 bao4 fu5 sil +000984 sil zai4 yao4 fang2 sp1 wen1 jia1 bao3 xun2 wen4 sp1 wei2 wu2 er3 yi1 yao4 he2 zhong1 yao4 de5 qu1 bie2 sil +000985 sil jiu4 xiang4 bian3 dan1 yi2 yang4 sp1 liang3 tou2 wan1 sil +000986 sil ge3 you1 xian4 shen1 zhong1 wang3 sp1 yu2 li3 na4 he2 ying3 sil +000987 sil feng1 qing1 duo4 zheng4 zi4 yuan3 hang2 sil +000988 sil bu4 shao3 er4 san1 xian4 jiu3 jia1 ye3 lai2 cou4 re4 nao5 sil +000989 sil yin1 wei4 han2 you3 yan2 fen4 ya5 sil +000990 sil zai4 gui4 zhou1 su4 you3 sp1 bei2 you3 ren2 huai2 mao2 tai2 sp1 nan2 you3 sp1 du1 yun2 mao2 jian1 de5 mei3 yu4 sil +000991 sil hua1 er2 san4 bo1 fen1 fang1 sp1 you3 yi4 chuan2 di4 wen1 nuan3 sp1 rang4 wo3 men2 huan1 yu2 zai4 yang2 yi4 xi1 wang4 de5 yi4 nian2 sil +000992 sil zen3 yang4 ba3 gao1 da4 de5 zhi2 wu4 sp1 nong2 suo1 yu2 fang1 cun4 zhi1 zhong1 sil +000993 sil ceng2 chu1 yan3 dian4 ying3 zuo4 pin3 sp1 ding3 zhen1 sp1 he2 liu4 yue4 li2 hao3 yang2 guang1 sil +000994 sil wo3 mei2 xin1 ji2 ya5 sp1 wo3 hen2 you3 nai4 xin1 ya5 sil +000995 sil xu2 dun1 xin4 ren4 wei2 sp1 zhe4 shi4 ri4 fang1 zai4 gu4 yi4 wai1 qu1 sp1 duan4 zhang1 qu3 yi4 sil +000996 sil ke3 xi1 xian1 tian1 ji1 chu3 bo2 ruo4 sp1 dei3 xian1 cong2 fan1 qie2 chao3 dan4 sp1 he2 tu3 dou4 si1 lian4 qi3 sil +000997 sil si4 shi5 si4 sui4 wei4 jun4 jie2 sp1 you3 du4 nan3 sp1 wu2 shi4 ye4 sp1 shuang1 chong2 zhong1 nian2 wei1 ji1 sil +000998 sil wei2 rao4 ta1 de5 chuan2 yan2 fen1 fen1 rao2 rao3 sil +000999 sil miao2 wei2 kun4 yi3 wei1 lou2 sp1 chan4 sheng1 shuo1 sp1 you3 shen2 me5 hao3 pai1 de5 sil +001000 sil hui4 chu1 xian4 zhe4 zhong2 qiang3 tai2 ci2 sp1 bei4 cuo4 tai2 ci2 de5 cuo4 wu4 ma5 sil +001001 sil cai4 shao4 fen1 pai1 tuo1 ye3 bu2 ren4 la5 sil +001002 sil duan4 mi3 yi4 sp1 yan2 xiao2 yu3 sp1 wang2 guang1 ming2 sp1 zhang1 zhi4 chu1 sp1 wang2 qun2 sp1 wei4 che1 dui4 shou4 qi2 sil +001003 sil zui4 jin4 sp1 yi2 fen4 cai2 liao4 fan3 ying4 le5 nei4 meng2 gu3 yi4 qi3 sp1 ju4 tan1 chi1 kua2 qi3 ye4 an4 jian4 sil +001004 sil wa2 ta3 la1 zong2 tong2 yi3 xia4 ling4 sp1 jian1 jue2 hui2 ying4 xi2 ji1 zhe3 sil +001005 sil wo3 fa1 le5 wei2 bo2 sp1 yao4 bu2 yao4 lai2 zhuan3 yi2 xia4 a5 sil +001006 sil wang2 tie3 ji2 wei1 bo2 zai4 wang3 shang4 re4 chuan2 sil +001007 sil yi2 lu4 feng1 chen2 pu2 pu2 sp1 yi2 lu4 kuan2 kuan3 shen1 qing2 sil +001008 sil fou3 ze2 jiang1 yu3 ya4 tai4 di4 qu1 ren2 min2 de5 pu3 bian4 yuan4 wang4 sp1 nan2 yuan2 bei3 zhe2 sil +001009 sil liang2 jian4 hong2 ji3 fu4 jing1 cheng2 ti4 er2 tao3 xin1 sil +001010 sil ling4 wai4 sp1 fu4 ying3 qian2 wan3 sp1 yu3 yi1 ban1 peng2 you5 shuai4 xian1 qing4 zhu4 sp1 da3 ma2 jiang4 shua3 le4 sil +001011 sil lao3 tou2 jiang1 le4 le5 tuo1 zhi4 gou1 di3 sp1 ran2 hou4 zai4 zhuai4 jin4 yi4 kong3 yao2 dong4 sil +001012 sil zui4 pu3 ji2 de5 er4 jia2 ben3 she4 xiang1 zui4 pian2 yi5 sil +001013 sil e4 yi4 sao1 rao3 shi3 de2 da4 liang4 ji2 jiu4 zi1 yuan2 bei4 zhan4 yong4 sil +001014 sil qing1 pen2 bao4 yu3 sp1 jin3 gen1 zhe5 bing1 bao2 er2 lai2 sil +001015 sil zang1 wu4 de2 shou3 hou4 sp1 ta1 jing4 jiang1 qi2 sai1 ru4 xiong1 zhao4 yan3 ren2 er3 mu4 sil +001016 sil san2 da3 dui4 yuan2 sai4 qian2 xun4 lian4 sil +001017 sil shua1 piao4 jin4 zha2 hou4 sp1 jiu4 shi4 an1 jian2 kou3 sil +001018 sil jian4 chang1 gong1 shan1 zui2 shui3 ku4 xie4 hong2 sp1 yin3 lai2 shu4 bai3 ren2 xia4 he2 lao1 yu2 sil +001019 sil suo2 yi3 kong2 zi3 cai2 pi1 ping2 zi3 gong4 sil +001020 sil wang2 hui1 tang2 ren2 shi1 yi4 tu2 xie3 jiang1 nan2 jing3 se4 sp1 zi4 ti2 zuo4 yu2 geng1 yin2 sp1 wei2 kang1 xi1 si4 shi2 jiu3 nian2 sil +001021 sil gong1 you3 men5 wei2 cheng2 yi4 quan1 chou2 mei2 ku2 lian3 sil +001022 sil ming2 dai4 gan1 yang2 zai4 yin4 zhang1 ji2 shuo1 sp1 miao2 shu4 ji2 wei2 xiang2 xi4 sil +001023 sil ou3 ran2 de5 yi2 ci4 ji1 hui4 sp1 ta1 jie2 shi2 le5 zhi2 ye4 pei2 guang4 zu2 sp1 yang2 zi3 yi4 sil +001024 sil ma4 wan2 nao3 zi5 fan3 ying4 guo4 lai2 sp1 yan3 jing1 yi2 deng4 sp1 ba2 yi3 zi5 chuai4 fei1 sp1 ma4 sp1 niang2 de5 xiong2 zui3 ba5 dao4 ting3 hui4 yao4 de5 sil +001025 sil jian4 yi4 yong3 wei2 de5 cui1 shi1 fu5 sp1 lun1 che1 za2 xiang4 fei1 che1 zei2 sil +001026 sil shi4 ge2 san1 nian2 sp1 cui4 cui5 shou3 du4 pou1 bai2 ge4 zhong1 shi3 mo4 sil +001027 sil lao3 tour2 r si4 hu1 bu4 ying1 pa4 ren4 he2 ren2 sil +001028 sil huo3 zai1 ju4 shuo1 shi4 you2 yi4 gen1 la4 zhu2 yin3 fa1 sil +001029 sil yu2 chao1 jue2 de5 mo4 ming2 qi2 miao4 sp1 wen4 gai1 nan2 zi3 sp1 wei4 he2 lan2 che1 sil +001030 sil xiang3 zan4 mei3 sp1 you2 dian3 ci2 qiong2 sil +001031 sil jiang4 jia4 hou4 de5 men2 piao4 jia4 yi3 yuan2 wei2 dan1 wei4 qu2 zheng3 sp1 si4 she2 wu3 ru4 sil +001032 sil ben4 niao2 zhi3 neng2 xian1 fei1 le5 sil +001033 sil suo3 xing4 yin1 qiang3 jiu4 ji2 shi2 sp1 niu1 niu5 tuo1 li2 le5 sheng1 ming4 wei1 xian3 sp1 ke3 dan1 mou3 que4 hao2 wu2 hui3 yi4 sil +001034 sil shai1 xuan2 liang3 zhi1 bai2 shu3 sp1 wei4 yang3 fang1 fa3 dou1 yi2 yang4 sp1 shi2 liang4 ye3 yi2 yang4 sp1 yi4 zhi1 pang4 sp1 yi4 zhi1 shou4 sil +001035 sil zhi4 yu2 ta1 na4 dan1 bo2 shen1 qu1 li3 shi2 you2 xiao3 yang4 de5 xin1 zang4 sp1 geng4 wu2 xia2 duo1 xiang3 le5 sil +001036 sil sheng1 ming2 cheng1 sp1 zhe4 shi4 chun2 shu3 ping2 kong1 nie1 zao4 de5 yao2 yan2 sil +001037 sil xu2 ruo4 xuan1 gan1 ga4 di1 tou2 xiao4 er2 bu4 da2 sil +001038 sil wan3 shang5 chi1 an1 mian2 yao4 sp1 cai2 neng2 shui4 lia2 xiao3 shi2 sil +001039 sil xie3 hou4 fang4 zai4 zuo4 wei4 de5 you4 bian1 sp1 yong4 yi3 zi4 jing3 sil +001040 sil qu4 yi1 yuan4 jian3 cha2 sp1 yi1 sheng1 zhen3 duan4 yang2 fei1 yin1 cao1 lao2 cheng2 ji2 sp1 huan4 shang4 dan2 guan3 ai2 sp1 wan3 qi1 sil +001041 sil zai1 min2 men5 zai4 jiu4 zai1 zhang4 peng2 nei4 an1 shui4 sil +001042 sil zha4 huang2 gua1 zhi1 la5 sil +001043 sil guan1 zhi1 diao1 fu2 zhe3 sp1 yi4 shi2 huo4 hua1 fei4 shu4 wan4 sil +001044 sil ge4 da4 che1 qi3 you2 xi2 you3 bei1 sil +001045 sil xie4 ting2 feng1 liu2 zhe5 hu2 zi5 xian3 cheng2 shu2 sp1 si1 hou2 yin3 bao4 quan2 chang3 sil +001046 sil ru4 yuan2 de5 hai2 zi5 ti2 jian3 shi2 sp1 fa1 xian4 gu2 bing3 zhuan3 an1 mei2 zeng1 gao1 sp1 ze2 zan4 bu4 yu3 ru4 yuan2 sil +001047 sil suo2 yi3 sp1 yi1 gai3 bi2 xiao2 gang3 cun1 hai2 nan2 sil +001048 sil zui4 hou4 sp1 ta1 men5 yong4 yi4 ba3 yu2 biao4 qiang1 jie2 shu4 le5 zhan4 dou4 sp1 shun4 li4 bu3 huo4 lie4 wu4 sp1 kai3 xuan2 er2 gui1 sil +001049 sil ji4 zhe3 dang1 chang3 chuo1 po4 jia3 yang2 fei2 de5 huang2 di4 xin1 zhuang1 sp1 zao1 dao4 dian4 zhu3 e4 yu3 qu1 zhu2 sil +001050 sil bei3 da4 qing1 hua2 jiu4 ceng2 wei4 zhuang4 yuan2 shu4 she2 zhan4 sil +001051 sil bing4 tan3 yan2 sheng1 ri4 yuan4 wang4 sp1 shi4 xi1 wang4 sp1 ao4 men2 sheng1 yi4 hao3 sil +001052 sil yuan2 tou2 deng1 sp1 hei1 yan1 cong5 sp1 da4 mei2 dou1 sil +001053 sil lv3 you2 bao3 chi2 gao1 wei4 yun4 xing2 sp1 bu4 fen5 jing2 dian3 chu1 xian4 jing3 pen1 sil +001054 sil tong2 yan2 shuo1 sp1 ta1 tui3 bu4 you3 xue4 shuan1 sil +001055 sil hai2 yao4 kan4 ou1 zhai4 shi4 fou3 hao2 zhuan3 sil +001056 sil wang2 zhong1 cheng2 zhong1 qiu1 yue4 er5 yuan2 you4 yuan2 sp1 fu4 mu3 que4 yuan3 zai4 tian1 bian1 sil +001057 sil yi3 shang4 he2 ji4 zong3 fu4 zhai4 sp1 wu3 shi2 jiu2 dian3 sp1 wu3 ba1 qi1 yi4 yuan2 sil +001058 sil fei2 jie2 zao3 shi4 sp1 yu3 fu4 qin5 zheng4 shao4 qiu1 sp1 you4 shao2 you2 wang3 lai2 sil +001059 sil ran2 hou4 huang2 shui3 dong1 yin3 sp1 shuo1 zhe4 miao4 yu4 chu1 zi4 tai2 wan1 dong3 qiao2 sp1 shi4 yi2 guan4 de5 dong3 qiao2 feng1 ge2 sil +001060 sil hui4 shang4 sp1 yu4 hui4 zhe3 chang4 suo3 yu4 yan2 sp1 fa1 yan2 huo2 yue4 sil +001061 sil pao1 kai1 na4 xie1 hui4 se4 de5 ji4 shu4 shu4 yu3 sp1 pao1 kai1 dong1 nan2 ya4 jin1 rong2 wei1 ji1 sil +001062 sil wa1 sha1 shi4 ge5 you4 ren2 de5 hang2 dang4 sil +001063 sil er4 shi4 tuo3 dang4 xing4 yuan2 ze2 sil +001064 sil mian4 dui4 zhe4 gu3 yong2 meng3 de5 shi4 qi4 sp1 shi1 zhang3 niu2 qi1 wei3 zai4 gan3 dong4 zhi1 yu2 sp1 ge2 wai4 zhen4 jing4 sil +001065 sil chen2 hao2 bei4 qu3 xiao4 sp1 yao4 gan3 xie4 wu2 xian4 cuo1 he2 liang2 yuan2 shi2 sp1 he2 shi2 shuo1 xie4 xie5 sp1 shi2 fen1 gao3 xiao4 sil +001066 sil mei3 ci4 zui4 jiu3 hou4 sp1 dou1 yao4 shua2 jiu3 feng1 da4 nao4 yi4 chang3 sp1 qi1 er2 mei2 shao3 zao1 zui4 sil +001067 sil zhe4 yi4 shuo1 fa3 zao1 mai4 ke4 lei2 wen2 fou3 ren4 sil +001068 sil lao3 shi1 ting1 hou4 sp1 pa1 yi4 er3 guang1 da2 wo2 lian3 shang4 sp1 jing4 che3 dan4 sp1 zhe4 shi4 wo3 die1 sil +001069 sil shi4 wei1 zhe3 jiang1 zha4 lan5 tui1 dao3 sil +001070 sil ni3 zai4 ding3 yi2 ju4 sp1 wo2 ba2 ni3 de5 zui3 si1 cheng2 dun1 bu4 sil +001071 sil er2 gan1 su4 ji2 lin2 deng2 sheng3 sp1 ye3 fa1 xian4 le5 san1 ju4 qing2 an4 chao1 biao1 nai2 fen3 sil +001072 sil lao3 hanr4 r xi1 wang4 sp1 wo2 zhao3 ge4 zhao1 jiu3 wan2 wu3 de5 gong1 zuo4 sp1 ping2 ping2 wen2 wen3 sil +001073 sil jiu2 zi3 he2 wei2 lan2 xiu1 fu4 sil +001074 sil teng2 ben3 yu4 ji4 sp1 jin1 hou4 hai2 hui4 fang3 wen4 ping2 rang3 sil +001075 sil qi2 ji2 sui3 sp1 geng4 han2 you3 de5 bei4 yan4 dao4 you3 e4 jun1 sp1 xian3 shi4 sp1 e4 jun1 shang4 nao3 sil +001076 sil gui2 jiu2 gui3 zhe4 yi4 bi3 li4 sp1 zhi2 you2 bai3 fen1 zhi1 er4 shi2 qi1 dian2 wu3 sp1 wu3 liang2 ye4 sp1 wei2 bai3 fen1 zhi1 qi1 shi2 dian2 wu3 sil +001077 sil yi1 lang2 yu3 a1 la1 bo2 lian2 he2 qiu2 zhang3 guo2 dou1 xuan1 cheng1 dui4 dao2 yu3 yong1 you2 zhu3 quan2 sil +001078 sil ke1 te4 di2 wa3 jiang1 yu2 xia4 yue4 ju3 xing2 da4 xuan3 sil +001079 sil yi4 nan2 zi3 sp1 du4 zi5 bei4 yao2 liang3 xue4 dong4 sil +001080 sil zen2 ren3 ta1 men5 dang1 nian2 qian1 yi2 de5 gu4 shi4 sp1 ye3 sui2 zhi1 luo4 tu3 sil +001081 sil zhe4 zheng4 shi5 gai1 an4 heng2 gen4 yu2 fa3 lv4 yu3 liao2 xiao4 zhi1 jian1 de5 kun4 huo4 sil +001082 sil yuan2 lai2 sp1 wo1 peng2 wan2 quan2 shi4 wei3 zhuang1 sil +001083 sil mei3 tian1 huan4 ge4 zhong3 hua1 yang4 xi1 yin3 ta1 sil +001084 sil zhan4 guo2 ce4 ye3 e4 yun4 nan2 tao2 sp1 you2 yi3 qi2 pi4 jia1 qie4 zhi1 shen1 de5 miao2 xie2 sp1 ye3 zao1 le5 jin4 sil +001085 sil gu2 qi3 de5 xing1 fen4 sp1 yi2 xia4 zi5 xiao1 san4 zai4 wu2 yin2 ye4 kong1 li3 sil +001086 sil xi1 ye1 na4 de5 ai4 qing2 dao4 lu4 ye2 hen3 zheng1 zha2 sil +001087 sil wang2 you2 hao3 wei4 dao4 shuo1 sp1 fan3 zheng4 ye3 mei2 shi4 sp1 shen1 qing3 yi2 ge4 yao2 zhe5 wan2 bei5 sil +001088 sil xia4 che1 yi2 kan4 sp1 you4 qian2 lun2 lun2 tai1 you3 xie1 bie3 le5 sil +001089 sil bei3 ga1 sp1 ji2 zang4 zu2 shi4 shuai1 jiao1 sp1 shuang1 fang1 yun4 dong4 yuan2 xu1 shuang1 shou3 zhua1 hao3 dui4 fang1 yao1 dai4 sil +001090 sil wo3 ai4 zhou1 dong3 sp1 ta1 ye3 ai4 wo3 sp1 ha1 ha1 sil +001091 sil deng3 huang2 a1 po2 ji3 wan2 yang2 nai3 hui2 dao4 fang2 nei4 shi2 sp1 sun1 er2 que4 bu2 jian4 le5 sil +001092 sil xue1 yue4 e2 xi3 huan5 xiao4 sp1 xi3 huan1 ya2 chi3 tian1 tian1 shai4 tai4 yang5 de5 gan3 jue2 sil +001093 sil fang4 xia4 dian4 hua4 hou4 sp1 xiao3 lu2 yue4 xiang3 yue4 bie1 qu5 sil +001094 sil an4 wo3 she4 xiang3 shi4 gui1 gui5 ju1 ju1 ba2 wan2 luo2 bo5 sp1 di4 li2 sp1 ye3 gan1 gan1 jing4 jing4 de5 sil +001095 sil sun1 hang2 zai4 fa3 ting2 mo2 yan3 lei4 sil +001096 sil shuang1 fang1 yin1 wei4 wei4 zhi5 da4 xiao3 de5 shir4 r sp1 jiu4 ni3 yi4 yan2 sp1 wo3 yi4 yu3 de5 zheng1 chao2 qi3 lai2 sil +001097 sil wang2 you3 liu2 yan2 shi2 cheng1 sp1 shu1 ji5 wei4 mian2 ye3 tai4 guo4 yu2 ben1 fang4 le5 ba5 sil +001098 sil ta1 han3 le5 yi4 sheng1 sp1 hei1 ying3 cuan1 chu1 fang2 men2 sp1 xiao1 shi1 de5 wu2 ying3 wu2 zong1 sil +001099 sil shuang1 fang1 dao1 gun4 luan4 wu3 sp1 da4 dong4 gan1 ge1 sil +001100 sil bu4 mai3 fang2 ke3 chang2 chang5 tai2 wan1 xiao3 chi1 sil +001101 sil li2 ming2 zhao3 chi1 sp1 pie1 xia4 le4 ji1 er5 sil +001102 sil wo2 xie3 shu1 yong4 de5 shi4 bi3 ming2 sp1 yuan2 heng1 sil +001103 sil tang2 ning2 wan3 zhe5 fu4 qin1 bi4 wan1 sp1 jin4 ru4 jiao4 tang2 sil +001104 sil shao4 lin2 si4 seng1 zhong4 lie4 dui4 huan1 ying2 sp1 shao4 lin2 si4 fang1 zhang4 shi4 yong3 xin4 sp1 ying2 zhi4 shan1 men2 qian2 sil +001105 sil tai2 tou2 yao2 wang4 cang1 qiong2 sp1 xin1 qing2 yin1 an4 de5 he2 tian1 yi2 yang4 wu2 ji4 sil +001106 sil chu2 zao1 xing4 qin1 wai4 sp1 shang4 shu4 an4 jian4 sp1 yi3 qin1 cai2 xing2 fan4 zui4 wei2 zhu3 sil +001107 sil wei4 lan2 hai3 mian4 wei2 yu2 mang2 mang3 sp1 hai3 bing1 wang3 hai2 li3 yan2 shen1 kan4 bu2 dao4 tou2 sil +001108 sil luo4 kuan2 xian3 shi4 wei2 sp1 xian1 yang2 chen2 cun1 dang3 zhi1 bu4 cun1 wei3 hui4 sp1 bing4 gai4 you3 xiang1 ying4 gong1 zhang1 sil +001109 sil mang2 ren2 xia1 ma3 sp1 ye4 ban4 lin2 chi2 sil +001110 sil jing1 chang3 jia1 ce4 liang2 sp1 peng2 you5 jia1 xu1 yao4 an1 zhuang1 sp1 er4 dian3 jiu2 jiu2 wu2 mi3 chu2 gui4 sil +001111 sil hao3 duo1 guo2 wai4 mo2 ter4 r dou1 hao4 ping2 xiong1 sp1 zhe4 yang4 fan3 er2 geng4 you3 an1 quan2 gan3 sil +001112 sil hu2 jin3 tao1 shou3 xian1 zhan1 yang3 le5 zun1 yi4 hui4 yi4 hui4 zhi3 sil +001113 sil bi4 xu1 yong4 zheng4 que4 de5 wen3 ding4 guan1 sp1 mou2 hua4 zheng4 fa3 gong1 zuo4 sil +001114 sil liang3 ming2 xiang1 qin1 nv3 cha4 dian3 jiu4 yang2 ru4 hu2 kou3 sil +001115 sil tan2 hua4 jian1 sp1 chuan2 lai2 ya1 qun2 ga1 ga1 de5 jiao4 huan4 sheng1 sil +001116 sil zhan4 wai4 bian5 chi1 wan2 zai4 jin4 lai2 sil +001117 sil tang2 hong2 bing1 yao4 kai1 shi3 xin1 de5 yi4 quan1 le5 sp1 li3 li4 ding1 zhu3 sp1 man4 dian3 yo5 sil +001118 sil pan1 lei3 na4 ge4 shi4 ma5 sp1 ning2 gu4 zai4 kong1 qi4 li3 qiao2 shou2 yi3 dai4 hui2 ying4 sil +001119 sil gai1 xiang4 mu4 neng2 mo2 ni2 yu3 zhou4 fei1 chuan2 sheng1 kong1 sp1 he2 yu3 hang2 yuan2 dong4 tai4 fei1 xing2 sil +001120 sil mei3 er2 de5 gan1 zang4 qia4 hao3 ke2 yi2 wan3 jiu4 ta1 de5 sheng1 ming4 sil +001121 sil ta1 zui3 ba5 li3 shuo1 zhe5 zang1 hua4 sp1 jin3 zuan4 quan2 tou5 chao2 wo3 hui1 wu3 sil +001122 sil gong1 gong5 li3 shi4 yu2 gan2 jin3 duo2 shan3 sil +001123 sil wo3 bao1 le5 zhu2 sun1 lao3 ya1 tang1 sp1 hen3 xiang1 de5 sil +001124 sil zhi2 ban1 de5 bian4 yi1 zhi4 an1 yuan2 song4 yu4 peng2 sp1 he2 ling4 wai4 ji3 ming2 zhi4 an1 yuan2 ye2 yi2 gan3 dao4 sil +001125 sil dui4 yu2 mei2 ye1 er3 er2 yan2 sp1 ba1 lei2 te4 que4 shi2 wu4 you2 suo3 zhi2 sil +001126 sil ben2 ke3 zhuan4 dao4 de5 qian2 chuai1 bu2 jin4 yao1 bao1 sp1 da4 huo3 gan1 zhao2 ji2 mei2 ban4 fa3 sil +001127 sil ru2 guo2 gan3 shang4 fan4 dianr3 r sp1 hui4 song4 he2 fan4 yi2 fen4 sp1 ji2 wu3 liu4 zhong3 yin2 pin3 sil +001128 sil sui1 you3 zuo4 lao2 jing1 li4 sp1 dan4 leng2 mou3 yue4 sp1 bing4 wu2 hui2 gai3 zhi1 yi4 sil +001129 sil niu2 jiong3 zheng4 hao3 rang4 xue2 sheng1 shi4 xie3 yi4 pian1 xiao3 zuo4 wen2 sp1 zhou1 qi2 xiang4 ta1 jie4 ben2 gu3 han4 yu3 zi4 dian3 sil +001130 sil suo2 yi3 jiu4 sa2 sa2 wang3 quan2 dang1 xiao1 qian3 sil +001131 sil shi4 bu2 shi4 shang4 ge5 yue4 jing1 chang2 ao2 ye4 ya5 sil +001132 sil tong2 nian2 sp1 pu2 er3 leng2 shui3 lin2 chang3 cai3 fa2 kai1 gong1 sil +001133 sil za3 la5 sp1 fen2 rang4 ren2 pao2 le5 sil +001134 sil yao4 bu5 sp1 wo3 men5 ba3 yu4 she4 fang1 an4 shang4 de5 di2 qing2 gai3 yi4 gai3 sil +001135 sil tai2 wan1 jiao4 yu4 bu4 men2 fu4 ze2 ren2 jiang2 wei3 ning2 sil +001136 sil zhe4 xie1 long2 ya3 ren2 zhi2 you3 guai1 guai1 jiu4 fan4 sil +001137 sil you3 lin2 ju5 cheng1 sp1 wang2 mou3 hao4 jian3 xie1 po4 lanr4 r sp1 liang3 jian1 wu1 zi5 li3 sp1 dou1 dui1 man3 le5 sil +001138 sil ben3 huan4 lao3 he2 shang5 sui1 yi2 bai3 sui4 you2 wu3 sp1 dan4 shen1 ti3 ying4 lang3 sp1 sheng1 huo2 wan2 quan2 zi4 li3 sil +001139 sil lao3 jiang4 kai3 yue4 sp1 kong3 pa4 yao4 jiang1 qian2 san1 de5 bao3 wei4 sp1 gong2 shou3 rang4 gei3 tong2 men2 xiong1 di4 ke1 lu3 zi1 sil +001140 sil li4 pu3 xian4 zai4 mian4 lin2 er4 ci4 chuang4 ye4 chao2 sp1 yao4 cong2 mu4 yi1 jia4 chan3 ye4 gao2 qi3 sil +001141 sil yan1 cao2 guang3 gao4 zhong1 sp1 bi4 xu1 biao1 ming2 xi1 yan1 you3 hai4 jian4 kang1 sil +001142 sil di4 er4 sp1 yao4 kong4 zhi4 hao3 su4 du4 yu3 fang1 xiang4 sp1 bu2 yao4 meng2 guai3 wan1 sp1 yi2 mian3 chu1 xian4 shuai2 wei3 xian4 xiang4 sil +001143 sil bie2 ren2 shang4 shan1 kao4 jiao2 zou3 sp1 ta1 que4 yao4 fan1 zhe5 gen1 tou5 shang4 shan1 qu4 sil +001144 sil zong4 guan1 ge4 lian2 pu3 sp1 wei2 you3 yi4 sheng1 tan4 xi1 sil +001145 sil bo1 da3 jiu2 wu3 yao1 ling2 wu3 yao1 ling2 wu2 sp1 ke3 dian4 hua4 ding4 piao4 sil +001146 sil wo3 xian2 ma2 fan5 sp1 xi2 zao3 de5 shi2 hou5 sp1 wo2 ye3 chuan1 tuo1 xie2 qu4 a5 sil +001147 sil yi3 wei2 fu4 xi4 dou1 shi4 tang2 ne5 sp1 gan3 qing2 hai2 fen1 nan2 nv2 na5 sil +001148 sil jia1 shang4 chao2 liu2 xing1 ai3 sp1 ai3 hui4 chang2 ming4 dian3 sil +001149 sil chuang2 zhao4 di3 zuo4 mu4 gun4 jiao4 cu1 sp1 yong4 sun3 tou2 mao2 yan3 jie1 he2 cheng2 chang2 fang1 xing2 mu4 kuang4 sil +001150 sil mei3 che1 si1 ji1 you3 ge4 fu4 ka3 sp1 mei3 yue4 yong4 you2 dou1 you3 ji4 lu4 sp1 yong4 wan2 shen1 ling3 sil +001151 sil ke2 yi3 chi1 xie1 jian1 guo3 o5 sil +001152 sil shen1 ti3 feng1 man3 sp1 shuang1 jiao2 duan3 cu1 sp1 zhi3 jian1 you2 pu3 sil +001153 sil mo4 yu2 he2 xia1 ren2 yi2 yang4 sp1 guan4 yong4 jia3 quan2 jin4 pao4 sil +001154 sil ran2 er2 hao3 chu1 zhong1 que4 zao1 yu4 shi4 chang3 ruan2 di3 kang4 sil +001155 sil fei1 yao4 shuo1 shi4 ban4 yan3 he4 long2 de5 du4 yuan2 ne5 sil +001156 sil sha3 ren2 you2 sha3 fu2 ne5 sil +001157 sil si2 zhe3 wei2 da4 sp1 yi4 liao3 bai2 liao3 ba5 sil +001158 sil ma3 de2 bao3 kan4 wen2 zhang1 ji2 jiang3 jiu1 xiu1 ci2 dui4 ou3 sp1 fan2 zi4 ji3 du2 de5 tong1 shun4 de5 sp1 yi2 lv4 ci4 pin3 sil +001159 sil ni3 ke2 yi3 qu4 wen4 ying1 wu3 a5 sp1 ying1 wu3 hui4 shuo1 hua4 sil +001160 sil na2 ren2 shou2 ruan3 chi1 ren2 zui2 duan3 sil +001161 sil luo2 cen2 tie3 lu4 jiang1 lai2 de5 yun4 ying2 shang4 xu1 yao4 mo1 zhe5 shi2 tou5 guo4 he2 sil +001162 sil he2 neng2 de5 wei4 lai2 sp1 wei1 ru2 lei2 luan3 sil +001163 sil di4 yi1 zhong2 fan3 ying4 shi4 ba2 tui3 jiu4 pao3 sil +001164 sil zhe4 shi2 sp1 you3 yi2 wei4 nv2 zi3 ye2 biao3 shi4 yao4 ceng4 che1 sil +001165 sil hai2 yong4 jin1 qi1 pan2 zhuang1 guo2 pin3 xian4 ke4 sp1 kou3 zhong1 ze2 shuo1 sp1 gong1 xi3 duo1 ru2 yi4 sil +001166 sil yi1 yuan4 jian4 yi4 sp1 zuo4 gu2 sui3 yi2 zhi2 shou3 shu4 sil +001167 sil yi3 hou4 sp1 wo3 zhong1 yu2 sheng3 de5 pao2 tui3 le5 sil +001168 sil qian2 zhe3 ke2 gun3 dong4 kai1 fa1 sp1 kong1 shou3 tao4 bai2 lang2 sil +001169 sil ao4 lai2 ta3 cheng1 zhi1 wei2 huang1 tang5 sil +001170 sil yuan3 yang2 qin4 shan1 shui3 gong1 zu1 fang2 xiang4 mu4 yang4 ban3 jian1 sil +001171 sil li3 deng1 hui1 shou4 fang3 shi2 fou3 ren4 yi1 zhong1 kuang4 jia4 sil +001172 sil zhu1 yu4 bin1 de5 zuo2 shou3 sp1 wei2 qing1 wei1 shang1 sil +001173 sil deng4 chao1 hai2 tou4 lu4 sp1 dang4 tian1 qia4 feng2 er2 man3 yue4 sp1 zhi2 xiang3 zao2 dian3 hui2 jia1 sil +001174 sil jiu4 jiu5 ma3 shang4 zhi4 wen4 lin2 ming2 fa1 sil +001175 sil yin2 hang2 yi3 xing2 cheng2 ling2 chao1 cun2 dui4 chang2 geng2 zu3 sil +001176 sil na4 jiang1 you3 shang4 qian1 du4 gao1 wen1 sp1 huo3 hong2 gun3 tang4 de5 huo3 jiang1 sp1 man3 di4 liu2 tang3 ba2 ni3 jing1 dai1 sil +001177 sil mei2 you3 jin1 gang1 zuan1 sp1 nan2 lan3 ci2 qi4 huo2 sil +001178 sil duo1 cai2 duo1 yi4 de5 feng2 min3 sp1 hai2 zhu3 chi2 wen2 yi4 wan3 hui4 sp1 ba3 huan1 le4 dai4 gei3 zhan4 you3 sil +001179 sil hou4 zhi1 lan2 zhe3 sp1 yi4 jiang1 you2 gan3 yu2 si1 wen2 sil +001180 sil ya4 zhou1 suo2 you3 guo2 jia1 sp1 dou1 yi1 lai4 shi2 you2 jin4 kou3 sil +001181 sil kai1 zhan2 tie3 ying1 xing2 dong4 sp1 wei2 jiao3 zhan4 che1 liu2 cuan4 fan4 zui4 sil +001182 sil chu1 qu4 pao3 yi4 quan1 jiu4 hao3 le5 sil +001183 sil ke3 zuo4 chuan2 zai4 er2 hai3 shang4 chang4 you2 yi4 fan1 sil +001184 sil you4 cheng1 sp1 yan3 yue4 xing2 hun2 tun5 sil +001185 sil jia1 zhong1 shi4 dai4 wei4 nong2 sheng1 huo2 kun4 jiong3 sil +001186 sil er2 luan2 wei3 chao1 de5 fu4 qin5 luan2 ji2 yue4 sp1 wei4 gei2 nv3 er2 zhi4 bing4 sp1 da3 suan4 mai4 shen4 sil +001187 sil jian2 bao3 shan1 ceng2 can1 jia1 guo4 liang3 jie4 sp1 kai3 wo4 meng4 huan4 zhi1 xing1 mo2 ter4 r xuan3 ba2 sp1 shen1 cai2 huo3 la4 sil +001188 sil zhe4 shi4 sai4 er2 bi3 duo2 guan4 hou4 shou2 peng2 jiang3 bei1 sil +001189 sil ci3 wai4 hai2 huo4 niu3 qu1 xie2 kua4 sp1 niao2 tui2 deng3 cheng1 wei4 sil +001190 sil yi2 jiao4 xing3 lai2 sp1 xiao3 pang4 sp1 you4 shua2 qi3 huo2 bao3 sil +001191 sil gao1 meng3 suan1 jia2 you3 du2 sp1 qie2 you3 yi2 ding4 de5 fu3 shi2 xing4 sil +001192 sil da4 yue1 yi4 xiao3 shi2 hou4 sp1 zhe4 yi2 duir4 r sp1 you4 chu1 xian4 zai4 ying3 lou2 wai4 tang2 sil +001193 sil xue2 che1 rang4 hen3 duo1 xue2 che1 zhe3 you2 kong3 ju4 gan3 sil +001194 sil yi2 xiang4 shuang2 lang3 shuai4 zhi2 de5 shu1 qi2 sp1 ye3 nu4 chi4 chen2 hao4 min2 sp1 ma3 de2 zhong1 er4 ren2 wei2 lao2 shu2 shi3 sil +001195 sil jiao1 yi4 wu2 xu1 de2 dao4 ya2 hu2 gu3 dong1 pi1 zhun3 sil +001196 sil zhe4 ming2 min2 jing3 bei4 nian3 ya1 hou4 sp1 tou1 you2 zei2 sp1 cai2 you2 suo3 shou1 lian3 sil +001197 sil tong2 shi2 sp1 nei4 shi4 pei4 se4 sp1 ye3 duo1 yi3 du4 ge4 liang4 tiao2 he2 mu4 wen2 shi4 ban2 dian3 zhui4 sil +001198 sil jing1 cha2 sp1 chen2 yue4 liang4 sp1 yi2 piao3 bai2 shen1 fen4 sp1 qi2 yi3 chen2 yao4 liang4 ming2 yi4 sp1 zai4 wai4 zuo4 sheng1 yi4 sil +001199 sil nan2 guai4 shuo1 sp1 tao2 bao2 yang3 huo2 le5 kuai4 di4 ye4 sil +001200 sil you2 ke4 zai4 can1 yu4 tu2 fei2 qiang3 qin1 xiang4 mu4 sil +001201 sil shuang1 fang1 huo4 jiang1 jiu4 ri4 e2 ling2 tu3 zheng1 yi4 wen4 ti2 deng3 jiao1 huan4 yi4 jian4 sil +001202 sil wo3 xi2 fur4 r tian1 tian1 gen1 wo3 zai4 jia1 sp1 mei3 ci4 wo2 xiang3 chou1 yan1 dou1 ying4 la1 zhe5 wo3 sp1 pa1 pa1 pa1 sil +001203 sil men2 wai4 xun2 cha2 de5 jiao1 tou2 lan4 e2 sp1 deng4 yan3 shuo1 sp1 you4 yi2 ge4 sil +001204 sil fang2 zi5 mai4 le5 sp1 nin2 zhu4 nar3 r ne5 sil +001205 sil wang1 yang2 can1 jia1 shao2 guan1 zu3 de5 fen1 zu2 tao3 lun4 sil +001206 sil rang4 lei2 jun1 po1 gan3 kuan1 wei4 de5 shi4 sp1 yong1 dun3 dui4 xiao2 mi2 you3 zhe5 yi4 zhong3 zong1 jiao4 ban1 de5 re4 qing2 sil +001207 sil qin1 lv4 de5 yue4 dui4 sp1 yi3 jing1 kai1 shi3 nuan2 chang3 sil +001208 sil yan3 chang4 hui4 wei3 sheng1 sp1 liang2 jing4 ru2 sa3 lei4 yong4 ge1 qu3 da2 xie4 guan1 zhong4 sil +001209 sil zhi1 zhu1 ba2 shao3 liang4 sha1 zi5 pin1 he2 zai4 yi4 qi3 sp1 zhi4 cheng2 cang2 shen1 de5 wo1 men2 sil +001210 sil lian2 qian2 yi4 bai3 chong1 jin4 qu4 de5 sp1 dou1 mei2 xuan3 dao4 yao1 er4 er4 de5 mao2 pi1 sil +001211 sil na4 wo2 xiang3 dao4 sp1 na4 jiu4 duo1 kua1 kua1 ren2 jia1 bei5 sil +001212 sil wu2 pei4 ci2 sp1 yu3 du2 chang3 da4 heng1 chi1 fan4 sil +001213 sil bie2 ya5 sp1 ou3 gei2 ni3 zuo4 ren2 gong1 hu1 xi1 ba5 sil +001214 sil qian2 tian1 sp1 huang2 ai4 ying1 sp1 ye3 ceng2 yi2 du4 yun1 dao3 sil +001215 sil fei1 lv4 bin1 ai4 zi1 bing4 gan2 ran2 zhe2 meng3 zeng1 sil +001216 sil jin4 zhi2 shi3 yong4 xiao3 yu2 zui4 xiao2 wang3 mu4 chi3 cun4 de5 wang3 ju4 jin4 xing2 bu3 lao1 sil +001217 sil xin1 he2 zha2 qiao2 qun2 zhong1 sp1 bao1 kuo4 zhong1 zha2 sp1 ma2 ci2 zha2 sp1 bei3 zha2 sp1 xia4 lu2 zha2 si4 ge4 zha2 sil +001218 sil miao2 miao3 jiu4 du2 yu2 ke1 chuang4 lu4 xiao3 xue2 er4 nian2 ji2 sil +001219 sil ci3 shi2 sp1 ta1 de5 e2 tou2 yi3 jing1 qin4 man3 han4 zhu1 sp1 liu2 dong1 mei2 yong4 mao2 jin1 sp1 xi4 xin1 de5 ti4 ta1 ca1 shi4 sil +001220 sil bei4 hai4 ren2 xiao2 yu3 sp1 qia4 qiao2 ye3 zu1 zhu4 zai4 gai1 dong4 lou2 shang4 sil +001221 sil zhei4 shi4 feng4 huang2 zhen4 mang2 guo3 cun1 yi4 jiao3 sil +001222 sil ta1 ren4 wei2 sp1 ci3 ci4 lie4 che1 chu1 gui3 sp1 yu2 gui3 dao4 duo1 wan1 wu2 guan1 sil +001223 sil huang2 shang4 wan4 fu2 jin1 an1 sil +001224 sil sui2 zhe5 ying1 wen2 ming2 yue4 lai2 yue4 huo3 sp1 bang1 ren2 qu3 ying1 wen2 ming2 zhe4 yi4 hang2 dang4 sp1 ye3 cheng2 le5 xiang1 mo2 mo5 sil +001225 sil yin1 jia1 jing4 pin2 han2 sp1 wu2 bi4 hong2 hen2 zao3 chuo4 xue2 sil +001226 sil xian4 ren4 jian4 chuan2 zhi1 shi5 wang3 luo4 ban2 zhu3 bian1 sil +001227 sil cai3 zhai1 shan1 he2 tao5 de5 nong2 min2 sp1 yi2 ge4 lie4 qie5 die1 xia4 qu4 sp1 tou2 peng4 dao4 shi2 tou5 sp1 jiu4 ke3 neng2 shuai1 si3 sil +001228 sil xiao3 cong1 ming5 sp1 ye3 shi4 cong1 ming5 ma5 sil +001229 sil qi2 ci4 sp1 nie1 nie1 pang2 xie4 de5 tui3 sil +001230 sil lang4 sha1 wa4 ye4 tou2 ding3 shi4 shang1 sha4 de5 er4 lou2 sp1 lv3 he2 jin1 kou4 ban3 zao1 dao4 po4 huai4 sil +001231 sil ni3 yao4 shi4 kan4 shui2 bu4 shuang3 sp1 jiu4 yong4 fei1 ji1 zhuang4 ta1 a5 sil +001232 sil ge1 menr5 r de5 qing2 huai2 sp1 dang1 ran2 yao4 kao4 ge1 menr5 r lai2 yan3 yi4 le5 sil +001233 sil shui4 de5 hua4 pa1 wo2 tui3 shang4 sil +001234 sil yan3 bing4 sp1 ba3 sun1 po2 po5 zhe2 mo2 de5 gou4 qiang4 sil +001235 sil yi3 xia4 shi4 wen4 da2 zhai1 lu4 sil +001236 sil jin1 nian2 shi4 wu2 wu3 pu2 fa3 de5 yan4 shou1 zhi1 nian2 sil +001237 sil wo3 hui4 jiang2 gui3 gu4 shi5 sp1 ni3 pa4 bu2 pa4 sil +001238 sil fan4 rui4 yan2 su4 jiu1 zheng4 dao4 sp1 shi4 pi4 mei3 sil +001239 sil long2 juan3 feng1 jiang1 gong1 chang3 wu1 ding3 dou1 juan2 zou3 le5 sil +001240 sil shui2 you4 liao2 jie2 wo3 xin1 li3 de5 ku3 ne5 sil +001241 sil yi4 xue2 lin2 chuo4 hao4 yi4 dan3 da4 sil +001242 sil gao4 bie2 bei3 chuan1 sp1 huang2 hun1 zhong1 sp1 wo3 men5 you4 deng1 shang4 le5 gao1 shan1 zhi1 dian1 de5 qiang1 zhai4 sil +001243 sil li2 kai1 shi2 sp1 zong3 hui4 lin1 ji3 dai4 yang4 pin3 hui2 qu4 sil +001244 sil lan2 tian1 bai2 yun2 xia4 sp1 lv4 shu4 huan2 rao4 jian1 sp1 zhe4 sui2 feng1 wu3 dong4 de5 yi4 mo3 hong2 xian3 de5 ge2 wai4 xing3 mu4 sil +001245 sil yue4 sao3 bang1 wo3 rou2 sp1 wo3 jiao4 de5 he2 sha1 zhu1 yi2 yang4 sp1 peng4 yi2 xia4 jiu4 tong4 si3 ren2 sil +001246 sil zui4 hou4 sp1 ta1 zhi2 hao3 kao4 wu2 dao3 yuan2 sp1 bian1 da3 pai1 zi5 sp1 bian1 zhai1 wu3 sil +001247 sil you2 mei3 li4 de5 su1 zhou1 yuan2 lin2 ya5 sil +001248 sil ta1 hai2 jiang1 wu3 ming2 shang1 yuan2 song4 wang3 si4 yao1 liu4 yi1 yuan4 jiu4 zhi4 sil +001249 sil you3 zheng4 ke4 pi1 ping2 ai1 er3 duo1 an1 sp1 yi3 lun2 wei2 kui2 lei3 sil +001250 sil luo2 zhi4 xiang2 zuo2 ri4 di2 gang3 quan2 cheng2 hei1 lian3 sil +001251 sil wo3 ke2 yi2 wang3 shang4 chong1 lang4 sp1 xiu1 xiu1 xiu1 sil +001252 sil zhe4 xie1 tong2 you3 xin1 you3 jiu4 sp1 shang4 mian4 sp1 ye3 liu2 zhe5 wang2 si4 sp1 wang2 san1 deng3 biao1 ji4 sil +001253 sil yi2 ri4 san1 can1 sp1 xi2 xi3 shuan4 shuan4 sp1 hai2 yao4 gei3 ma1 ma5 fu1 yao4 huan4 yao4 sp1 bang1 ma1 ma5 da4 xiao3 bian4 sil +001254 sil tong2 chang3 hai2 you3 ke1 jia1 yan4 chen2 ting2 ni1 sil +001255 sil dang4 wan3 sp1 jian4 yang4 mao4 zhi4 nen4 de5 xiao2 ya3 ru2 yue1 qian2 lai2 sp1 hua2 zai3 xin1 xi3 ruo4 kuang2 sil +001256 sil chu2 cao3 sp1 fan1 tu3 sp1 jiao1 shui3 sp1 li3 ji4 wang4 shuai3 kai1 bang3 zi5 gan4 sil +001257 sil nuo2 wei1 nan2 zi3 ba1 lei2 ke4 sp1 zai4 duan4 bi4 shang1 kou3 shang4 sp1 wen2 hai3 tun2 tou2 sil +001258 sil yi4 xie1 ren2 shen4 zhi4 zhi2 jie1 ba3 rui4 zhi1 qing1 cheng1 wei2 sp1 duo2 ming4 tui4 shao1 yao4 sil +001259 sil ke3 bei1 de5 shi4 sp1 yu4 po2 hai2 mei2 si3 sp1 zhong4 duo1 zi3 sun1 sp1 yi3 jing1 wei4 zheng1 jia1 chan3 chun2 chun3 yu4 dong4 sil +001260 sil ta1 shi4 teng2 xun4 gong1 si1 zhu3 yao4 chuang4 ban4 ren2 zhi1 yi1 ya5 sil +001261 sil zhou1 liu4 shang4 wu3 sp1 ge4 zu3 zhi1 zhao1 sheng1 sp1 ta1 xi3 tou2 gua1 lian3 sp1 shuo1 yao4 yong4 san1 shi2 liu4 ji4 wai4 de5 yi4 zhao1 sp1 mei3 nan2 ji4 sil +001262 sil zai4 jia1 pai2 hang2 lao3 si4 de5 he4 ci2 hong2 sp1 da2 xiao3 jiu4 you2 gu3 zi5 sp1 ren4 zhun2 shui3 sa1 huan1 de5 jue4 pi2 qi5 sil +001263 sil shuo1 ding4 yi4 nian2 de5 kuan1 dai4 hai2 song4 ge5 mao1 sil +001264 sil xi1 nan2 han4 qu1 han4 qing2 jin4 qi1 nan2 yu2 huan2 jie3 sil +001265 sil gang1 gang1 wo2 duan3 lu4 la5 sil +001266 sil zhe4 bing4 bu2 shi4 kang1 wei1 shi4 di4 yi1 qi3 shun2 jiao3 xing4 sao1 rao3 an4 jian4 sil +001267 sil shuo1 wan2 sp1 dui4 zi4 ji3 de5 xu1 gou4 kua1 da4 cai2 hua2 chong2 bai4 wan4 fen1 sil +001268 sil qi2 ta1 yan3 yuan2 hai2 bao1 kuo4 song1 ban3 tao2 li3 sp1 bing2 ben3 you4 sp1 he2 cun1 chuan2 hui4 li2 deng3 xin1 xian1 mian4 kong3 sil +001269 sil xue2 sheng1 bu4 jie3 de5 wen4 sp1 wo3 nar2 r ye3 bu4 teng2 a5 sil +001270 sil kuang1 bin1 jiang1 zhang1 yu3 jie1 dao4 dong1 guan3 dong1 cheng2 de5 ke1 er3 qin4 jia1 sil +001271 sil jing1 jian4 ding4 sp1 xiong2 mou3 yin2 chan3 de5 pei1 tai1 sp1 yu3 guo1 yao4 hu3 cun2 zai4 xue4 yuan2 guan1 xi5 sil +001272 sil yuan4 wo3 men5 xiang4 liang3 ke1 xing1 xing5 yi2 yang4 sp1 zai4 an1 jing4 de5 ye4 wan3 sp1 ba3 bi2 ci3 zhao4 liang4 sil +001273 sil wo3 hai2 bang1 ta1 mai4 guo4 man2 tou5 li5 sil +001274 sil er2 zhe4 xie1 jia4 shi3 yuan2 dou1 fei1 che1 zhu3 sp1 quan2 bu4 you2 zhuan1 ye4 chuang2 gang3 si1 ji1 lai2 wan2 cheng2 sil +001275 sil wang2 ye4 ji2 ling4 wai4 liang3 wei4 zhang1 xing4 nv2 zi3 sp1 mei2 you3 bi4 ye4 cheng2 ji4 sil +001276 sil ge1 ge5 cai3 ying2 pen2 sp1 di4 di5 mei4 mei5 gong4 huan1 xin1 sil +001277 sil yin1 gao1 jun4 liang4 sp1 wu2 fa2 fan3 huan2 ben3 jin1 ji2 li4 xi5 sp1 zao4 cheng2 su1 ye4 nv3 zi1 jin1 de5 ju4 e2 kui1 kong1 sil +001278 sil min2 guo2 shi2 sp1 wan4 qing4 dang4 pu4 shuai1 bai4 guan1 men2 sp1 dian4 pu4 qian2 gai4 le5 xiao3 fang2 sp1 zhe1 zhu4 wan4 qing4 er4 zi4 sil +001279 sil ru2 guo2 you3 peng2 you5 zhao2 wo3 sp1 jiu4 zhi2 jie1 da2 gei2 wo3 sil +001280 sil zai4 guo2 wai4 shi2 sp1 ta1 xi3 huan1 sou1 ji2 yan1 dou3 sil +001281 sil wei4 shen2 me5 zu2 xie2 ren4 ke3 li3 fei1 yu3 de5 zuo4 fa3 sil +001282 sil qing2 tuo3 zhen4 chang2 wei3 hui2 da2 yi2 xia4 zhe4 wei4 wang2 you3 de5 wen4 ti2 sil +001283 sil mei2 zheng1 mei2 qiang3 sp1 mei2 nao4 bie4 niu5 sil +001284 sil miao2 fan2 de5 fu4 qin5 miao2 jian4 ke1 shuo1 sp1 sheng1 yi4 ma2 ma3 hu1 hu1 sp1 dan4 e4 bu4 zhao2 wa2 wa5 sil +001285 sil an4 jian4 gun2 xue3 qiu2 ban1 kuo4 da4 sil +001286 sil miao4 mou3 zhi1 zi3 lu4 jian4 bo1 hui2 jia1 jian4 zhuang4 sp1 chi2 dao1 jiang1 zang1 chuo1 shang1 sil +001287 sil dang1 shi2 sp1 wo2 lia2 qi3 le5 fen1 qi2 sil +001288 sil pang4 pang4 de5 sun1 zhuo2 hen3 zhao1 ren2 xi3 ai4 sil +001289 sil du4 zao3 qian2 huo4 che4 kong4 qian2 fan3 nei4 di4 sil +001290 sil lin2 zhong1 qian2 sp1 da4 zhou1 hou4 qing3 qiu2 li3 yu4 sp1 jiang1 zhong1 zhu3 li2 jing2 suo3 ci4 de5 shao1 cao2 pi2 pa5 pei2 zang4 sil +001291 sil qing1 sui3 xu1 yao4 zhi4 shao3 ban4 nian2 de5 fu2 yao4 sp1 er2 wei1 yi2 zhi2 sp1 bu4 xu1 yao4 fu2 yong4 ren4 he2 yao4 wu4 sil +001292 sil bai2 tian1 wei4 nai3 wei4 fan4 sp1 xi3 hai2 zi5 yi1 wu4 sp1 ou2 er2 da3 ge4 dunr3 r sil +001293 sil chen2 nian2 si1 cun3 zhe5 zhuan3 xing2 sil +001294 sil zhi3 nan2 yi4 jing1 fa1 bu4 xun4 su4 yin3 lai2 qiang4 sheng1 yi2 pian4 sil +001295 sil yang2 yi4 kua3 sp1 ta1 de5 ren2 ye2 kua3 le5 sil +001296 sil wang3 na4 bian1 dian3 sp1 ni3 ya1 wo3 rou4 le5 sil +001297 sil ting1 kong2 zi3 sp1 ye3 yao4 ting1 yi2 ban4 sil +001298 sil jian3 cha2 ji1 guan1 yi2 dan4 jie4 ru4 diao4 cha2 sp1 wang2 wang3 neng2 yi3 an4 dai4 an4 sp1 yi4 cha2 cha2 yi4 wo1 sil +001299 sil ta1 zuo2 dao4 ri4 wu3 ying2 zhan2 da3 pian4 sp1 bian4 shen1 jin1 fa4 niu1 sp1 yao1 jiao1 mu2 yang4 sp1 rang4 ren2 peng3 fu4 sil +001300 sil ju4 liao2 jie3 sp1 juan2 yu3 ti2 hu2 xi3 huan1 jie2 qun2 sheng1 huo2 sp1 you2 liang3 ge4 qian1 xi2 zhong3 qun2 sil +001301 sil hua1 yuan2 wai4 qiang2 cai3 yong4 tong1 tou4 de5 tie3 lan2 ai3 men2 sp1 yu3 long4 tang5 qi3 dao4 gong4 xiang3 de5 zuo4 yong4 sil +001302 sil mo4 qi1 shao4 nian2 qiong2 sp1 yao4 you3 xin4 xin1 o5 sil +001303 sil zhang1 mou2 hen3 nao2 huo3 sp1 jiu4 yu4 mou2 sha1 qi1 sp1 bing4 pian4 qu3 gao1 e2 bao2 xian3 jin1 sil +001304 sil ren4 ming4 sun1 de2 ji1 sp1 wei2 shen3 ji4 shu3 shu2 zhang3 sil +001305 sil wu1 wu1 wu1 sp1 bu2 yao4 ba2 wo3 yi2 ge4 ren2 diu1 xia4 sil +001306 sil ku4 er3 sen1 sp1 mu4 qian2 yin1 juan3 ru4 qie4 ting1 chou3 wen2 sp1 bei4 jing3 fang1 ju1 bu3 sil +001307 sil bu4 he1 ban3 lan2 gen1 sp1 yi2 ge4 chuan2 ran2 lia3 sil +001308 sil shi4 shi2 er2 yan2 sp1 guan1 yuan2 jie1 ceng2 you3 ru2 min2 zhong4 sp1 you3 fu4 you3 pin2 sp1 cen1 ci1 duo1 yuan2 shi4 chang2 tai4 sil +001309 sil lao3 po5 sp1 ge1 dou1 you3 sa1 er2 zi5 le5 sp1 zan2 men5 yao4 jia1 you2 ya5 sil +001310 sil wa1 pi2 zhong1 han2 you3 kang4 jun1 li4 jiao4 qiang2 de5 huo2 xing4 duo1 tai4 sil +001311 sil wo3 da4 er2 zi5 xiao3 ming2 jiu4 jiao4 han1 han5 sp1 xie2 yin1 sil +001312 sil xiang2 sao3 yu3 er2 zi5 deng4 zhao4 zun1 sp1 nv3 er2 deng4 xiao3 ai4 sp1 he1 xia4 wu3 cha2 shi2 liao2 de5 kai1 xin1 sil +001313 sil mu4 qian2 bian2 nv3 xu5 zhao4 jian4 ming2 sp1 ye3 ceng2 dao4 bei3 jian1 sp1 wei4 bian3 zhi4 liao2 xi1 gai4 sil +001314 sil xian4 zai4 sp1 wei1 ruan3 de5 bi4 ying4 sou1 suo2 yin3 qing2 sp1 ye3 jiang1 qi2 ji1 piao4 sou1 suo3 fu2 wu4 sp1 zhi4 ding2 xian3 shi4 sil +001315 sil niu2 zuo4 dong1 bi3 niu2 zuo4 tao1 xiao3 san1 sui4 sp1 ge1 liar3 r cong2 xiao3 yi2 kuair4 r shang4 xue2 fang4 xue2 sil +001316 sil yang2 jian4 zhang3 duo4 nan2 fang1 bao4 ye4 sp1 zao2 you3 xian1 zhao4 sil +001317 sil dan1 shen1 gou2 wo3 zai4 jia1 fang2 zhi3 shou4 dao4 yi2 wan4 dian3 shang1 hai4 sil +001318 sil xiao3 gui1 mo2 nong2 hu4 sp1 yao4 gai3 shan4 cao1 zuo4 gui1 cheng2 sp1 bi4 mian3 yi4 bing4 sp1 zai4 san2 yang3 qin2 qun2 zhong1 chuan2 bo1 sil +001319 sil na4 you4 he2 bi4 zai4 xi4 jie2 shang4 jiu1 chan2 ne5 sil +001320 sil kan4 wo3 chuan1 qun2 zi5 sp1 ta1 jiu4 shuo1 sp1 ai1 yo5 sp1 ni3 chuan1 qun2 zi5 a5 sil +001321 sil zhang1 wei3 yi2 leng4 sp1 ting2 dun4 le5 yi2 huir4 r sil +001322 sil qin4 yang2 zi1 yuan2 duan3 que1 sp1 wu2 mei2 wu2 kuang4 shi2 sp1 que4 neng2 zuo4 dao4 sp1 mai3 tian1 xia4 sp1 mai4 tian1 xia4 sil +001323 sil ta1 men5 tian1 sheng1 ai4 dong4 sp1 mian3 bu4 liao3 da2 da3 nao4 nao4 sil +001324 sil sun1 mou3 yong4 bu4 tiao2 jiang1 xiao3 lan2 kun2 bang3 sai1 dao4 chuang2 xia4 sil +001325 sil nai2 fen3 bu2 dan4 que1 huo4 sp1 er2 qie3 jia4 ge2 tong2 yang4 shui2 zhang3 chuan2 gao1 sil +001326 sil ge3 you1 huo4 ban1 man4 hua4 jin4 kai1 xin1 sil +001327 sil ping2 bai2 wu2 gu4 sp1 sheng1 chu1 ga2 xu3 duo1 shi4 qing2 lai2 sil +001328 sil yi2 hu4 shi5 wei4 nan2 huan4 zhe3 song4 jian3 niao4 yang4 sp1 que4 bu4 xiao3 xin1 sp1 ba3 huan4 zhe3 de5 niao4 yang4 sa3 luo4 yi2 di4 sil +001329 sil zai4 tang2 shan1 er4 wu2 wu3 yi1 yuan4 sp1 shuai4 shuai5 zai4 jie1 shou4 zhi4 liao2 sil +001330 sil jin2 zao2 zhuan3 bian4 yi2 wang3 de5 cu1 fang4 zeng1 zhang3 mo2 shi4 sil +001331 sil san1 geng1 ban4 ye4 bu2 shui4 jiao4 sp1 han3 shen2 me5 han3 sil +001332 sil gang2 fu3 xin1 yan4 chu1 si4 kuan3 ri4 ben3 ying1 er2 pei4 fang1 nai2 fen3 sp1 dian3 han2 liang4 jiao4 di1 sil +001333 sil jing1 que4 ren4 sp1 gai1 ke3 yi2 ren2 yuan2 jiao4 liu3 xiao2 bao3 sil +001334 sil shi4 wei3 chang2 wei3 zu3 zhi1 bu4 zhang3 chen2 yuan2 bang1 sp1 zhu3 chi2 pin4 shu1 ban1 fa1 yi2 shi4 sil +001335 sil nan2 zi3 zhui4 qiao2 sp1 bei4 xiao1 fang2 yuan2 yi4 ba3 zhuai4 zhu4 sil +001336 sil na4 sheng1 jian1 si4 you3 hong2 wai4 xian4 zhi4 dao3 sp1 zhi2 chong1 nv3 hai2 de5 lian3 jia2 sil +001337 sil gai1 hei1 ban1 bei4 luo2 si1 jiao4 shou4 cheng1 wei2 sp1 zui4 e4 de5 yuan1 sou3 sil +001338 sil wo3 ba4 zai4 jia1 te4 bie2 duo1 yi2 sp1 ta1 mei3 ci4 dou1 huai2 yi2 wo3 tou1 tou1 chou1 ta1 de5 yan1 sil +001339 sil wei4 shen2 me5 yao4 fa1 nu4 ne5 sil +001340 sil ji4 jiao4 shou4 dang1 ri4 lve4 shou4 feng1 han2 sp1 sang3 yin1 sha1 ya3 reng2 ji1 qing2 bu4 jian3 sil +001341 sil jing1 yuan4 fang1 zheng4 shi2 sp1 nv3 ying1 shen1 huan4 dan2 guan3 bi4 suo3 sil +001342 sil fu4 yan3 dong1 sp1 ji3 ci4 tong1 guo4 mei2 ti3 cheng2 qing1 nve4 yu2 shi4 jian4 sil +001343 sil yi4 ming2 kang4 yi4 zhe3 sp1 wang3 sui2 xing2 che1 dui4 po1 qi1 sil +001344 sil you3 zhi1 qing2 zhe3 lian2 xi4 sp1 yao1 san1 wu3 jiu2 jiu3 sp1 san1 yao1 wu2 wu2 wu3 ba1 sil +001345 sil wei2 fa2 suo3 de2 zang1 kuan3 sp1 yi4 bai3 liu4 shi5 san1 dian3 liu4 qi1 si4 si4 wan4 yuan2 sp1 yu2 yi3 zhui1 jiao3 sil +001346 sil lian2 luo2 wen2 jia1 ye3 ti4 luo2 yong3 cheng2 han3 yuan1 sp1 zhi4 yi2 sp1 wei4 he2 bu4 zhao3 yong4 qian2 de5 sp1 zhi2 zhao3 ting1 ming4 xing2 shi4 de5 ren2 sil +001347 sil cong2 yi4 kai1 shi3 sp1 wo3 men5 jiu4 zai4 xia1 pu1 teng5 sil +001348 sil cheng2 kun1 zai4 yu3 bing4 mo2 bo2 dou4 yi3 qian2 sp1 xian1 yao4 jing1 li4 yu3 yao4 de5 bo2 dou4 sil +001349 sil sui1 shuo1 xia4 tian1 you4 men4 wen2 zi5 you4 duo1 sp1 dan4 mian2 qiang3 neng2 guo4 sil +001350 sil ci3 guan1 dian3 bei4 xiu1 gai2 gao2 cai3 na4 sil +001351 sil sheng2 wei3 shu1 ji5 ji2 bing3 xuan1 shen1 ru4 sui2 hua4 jia1 mu4 si1 sp1 nong2 ken2 deng3 shi4 ju2 jian3 cha2 chun1 bo1 sheng1 chan3 sil +001352 sil fei1 xing2 yuan2 tiao4 san3 sp1 bing4 an1 quan2 jiang4 luo4 sil +001353 sil qi2 zhong1 sp1 er2 piao2 xun1 jiu4 shi4 jin1 zheng4 en1 sil +001354 sil you3 ren2 dong4 shou3 la1 che3 chen2 ke1 yu3 sp1 ta1 jiang1 hei1 se4 pi2 bao1 sp1 si2 si3 zhua1 zai4 shou3 zhong1 sil +001355 sil er2 cheng2 mou3 ze2 na2 kan3 dao1 dui4 qi2 meng2 kan3 sil +001356 sil zhi4 wei2 niu3 tou2 yi2 kan4 sp1 yi2 cha4 na4 sp1 han4 mao2 dou1 zhi2 le5 sil +001357 sil ke3 neng2 shi4 you3 ren2 mei2 an1 hao3 xin1 sp1 xiang3 hai4 wo3 men5 dong3 wen2 hua2 bei5 sil +001358 sil xi1 ru4 yin1 chan3 sheng1 de5 zhi2 ye4 bing4 sp1 yuan2 ben3 hen2 shao3 jian4 sil +001359 sil wo2 xiang2 ba2 cao3 mao4 ji4 gei3 yao2 yuan3 de5 da4 sen1 lin2 sil +001360 sil jin1 you3 cheng2 guan3 dui4 sp1 wo4 di2 ti3 min2 qing2 sil +001361 sil yu2 min2 yan3 zhong1 de5 zhe4 tiao2 guai4 yu2 sp1 quan2 shen1 zong1 se4 sp1 dai4 hei1 tiao2 wen2 sil +001362 sil lu2 nv3 shi4 bu4 man3 gong1 zuo4 ren2 yuan2 yin3 man2 shui3 ling2 si3 wang2 yi2 shi4 sil +001363 sil huang2 a1 yi2 zui4 jin4 gan3 mao4 hen3 yan2 zhong4 sp1 mei3 tian1 yao4 chi1 hao2 ji2 zhong3 jiao1 nang2 yao4 sil +001364 sil zhe4 jia1 zhang4 peng5 can1 guan3 yi3 jing1 po1 you3 ming2 qi4 sil +001365 sil li3 ao2 zuo2 ri4 shang4 jie2 ma3 chen2 wen2 xi1 jie2 mu4 sil +001366 sil zhi2 fa3 dui4 yuan2 yang2 lin2 chuan1 kan4 dao4 sp1 zhe4 liang4 wo4 er3 wo4 sp1 gao1 su4 cong2 po1 ding3 shi3 dao4 po1 di3 sil +001367 sil sheng3 dang4 an4 guan3 xin1 guan3 sp1 zheng4 zai4 zhuang1 xiu1 sao2 wei3 shi1 gong1 sil +001368 sil jiu4 suan4 you3 geng4 duo1 nv3 te4 gong1 sp1 nan2 te4 gong1 men5 zhao4 yang4 hui4 xing2 cha1 ta4 cuo4 sp1 gan4 ang1 zang1 shi4 de5 sil +001369 sil ning2 bo1 sp1 ying1 gai1 ying2 zao4 zen3 yang4 de5 huan2 jing4 sp1 lai2 yin3 jin4 he2 pei2 yang3 ren2 cai2 sil +001370 sil ji4 zhe3 chu1 men2 hou4 xun2 wen4 zhou1 bian1 lin2 ju5 sp1 dan4 yi4 ting1 dao4 wen4 kan4 tuan3 tai2 sp1 jiu4 yuan2 yuan2 duo3 kai1 sil +001371 sil ji1 yu2 chen2 mou3 ping2 ri4 heng2 xing2 ba4 dao4 man2 heng4 wu2 li3 sp1 yi4 zhi2 sp1 ren3 qi4 tun1 sheng1 sp1 gan3 nu4 bu4 gan3 yan2 sil +001372 sil kao3 sheng1 chang2 qu1 jie3 wen2 yan2 wen2 sp1 you4 cu1 xin1 da4 yi4 sp1 hun4 xiao2 shi4 jian4 qing2 jie2 sil +001373 sil ni3 kua1 wo3 shi2 sp1 wo2 gan3 jue2 zi4 ji3 de5 lian3 re4 re4 de5 sil +001374 sil wo3 you4 bu2 shi4 nv3 de5 sp1 long2 wang2 ye2 yao4 wo3 gan4 ma2 a5 sil +001375 sil jiang1 shui3 bu2 suan4 qing1 che4 sp1 ou2 er3 hui4 you2 ji3 zhu1 shui3 hu2 lu5 sp1 shun4 jiang1 piao1 liu2 er2 xia4 sil +001376 sil wei4 le5 tuo1 yan2 shi2 jian1 sp1 hai2 te4 yi4 zuo4 le5 yi4 xiao3 pen2 gua1 pian4 tang1 sil +001377 sil sui2 hou4 sp1 ta1 ji4 xu4 jiang1 ka2 gei2 wu3 jian4 bin1 xiao1 shou4 sil +001378 sil zai4 cheng2 zuo4 lan3 che1 shi2 sp1 ta1 xu1 yao4 ba3 hua2 xue2 ban3 fang4 zai4 yi4 pang2 sp1 bing4 jie3 kai1 hou4 hua2 xue3 xue1 sil +001379 sil qi2 gan2 jin3 shan2 duo3 sp1 nan2 zi3 you4 chao2 qi2 zuo3 ce4 yao1 zha1 le5 yi4 dao1 sil +001380 sil bu4 fen4 lin2 shi2 zhang4 peng2 yi3 bei4 che4 zou3 sil +001381 sil luo2 ke4 nu2 ye3 quan4 ta1 xia4 zhu4 da4 yi4 dian3 sil +001382 sil mo2 gen1 da4 tong1 sp1 ye3 wei4 mu4 di2 zeng4 yu2 bai3 sheng4 de5 hong2 qi2 zhu2 yi1 bian4 hu4 sil +001383 sil zhi4 yu2 quan2 ma3 jie1 neng2 you2 yang3 sil +001384 sil ni2 bi3 wu2 yi4 fan2 shuai4 sil +001385 sil nan2 you3 shi4 xu2 ting2 wei2 yi1 de5 bang1 shou3 sil +001386 sil shang4 wu3 sp1 tuan1 ji2 de5 shui3 liu2 jiang1 yan4 se4 ti3 chong1 kai1 sp1 cong2 zuo3 an4 xia4 xie4 sil +001387 sil dan4 xu3 jin4 heng1 reng2 man3 zu2 yu2 xian4 zhuang4 sil +001388 sil yao4 wan2 shan4 shui3 yun4 fa1 zhan3 de5 chan3 ye4 he2 cai2 shui4 zheng4 ce4 sil +001389 sil dan4 sui2 hou4 hui4 yu4 jiu4 ci3 pi4 yao2 sil +001390 sil zai4 deng2 zhu3 ren2 yue1 hui4 hui2 lai5 gen1 wo2 jiang3 yi4 jiang3 sil +001391 sil jun1 zheng4 yi4 ti3 shou2 tu2 you3 ze2 sil +001392 sil bao4 kan1 kan1 zai3 yi4 xie1 sp1 duan2 xiao3 jing1 han4 sp1 jian4 jie3 du2 dao4 de5 sp1 you3 guan1 sp1 wang3 luo4 fang1 fang1 mian4 mian4 de5 yan2 lun4 sil +001393 sil tai4 le4 wan3 nian2 re4 xin1 yu2 ci2 shan4 shi4 ye4 sil +001394 sil zhong1 guo2 qiu2 mi2 pan4 wang4 zhe5 yang2 mei2 tu3 qi4 de5 na4 yi4 tian1 sil +001395 sil yao4 bu5 yao4 gei2 ni3 fang4 shou3 cui1 mian2 qu3 sil +001396 sil tou2 tai1 shi4 yi4 men2 xue2 wen4 a5 sil +001397 sil ye2 ye5 yi4 sheng1 wu4 nong2 sp1 you4 hui4 mu4 jiang4 shou3 yi4 sp1 zhong4 tian2 shi4 yi4 ba3 hao2 shou3 sil +001398 sil shan1 wu2 leng2 tian1 di4 he2 sp1 cai2 gan2 yu3 jun1 jue2 sil +001399 sil zao2 han2 ni3 bi4 yi2 xia4 ma5 sp1 huo2 gai1 sil +001400 sil zhe4 zhong3 shi4 cou4 he5 bu4 de2 sp1 ning4 que1 wu4 lan4 sil +001401 sil shang4 shu4 yao1 qiu2 yi3 wei4 ci3 ci4 hui4 yi4 sp1 mai2 xia4 fu2 bi3 sil +001402 sil wen4 wo3 shi4 nar3 r de5 sp1 lai2 gan4 shen2 me5 sil +001403 sil suo3 zhi4 liu2 qiu2 da4 yang2 sp1 ying1 ji2 liu2 qiu2 hai3 gou1 sp1 jin1 cheng1 chong1 sheng2 hai3 cao2 sil +001404 sil zhu1 ge3 hui1 jiang1 ci2 qu4 zai4 sheng4 da4 ji2 tuan2 de5 yuan2 you3 zhi2 wu4 sil +001405 sil wai4 yu3 zuo4 wei2 bi4 xiu1 ke4 he2 xuan3 xiu1 ke4 sp1 you3 yan2 ge2 de5 yao1 qiu2 sil +001406 sil che1 wei3 zheng3 ge4 ao1 xian4 sp1 suo1 jin4 hou4 pai2 wei4 zhi5 sil +001407 sil ta1 hui2 jia1 hou4 sp1 ren4 ping2 niu2 ping2 za3 wen4 ye3 bu2 zuo4 jie3 shi4 sil +001408 sil ta1 men5 da4 duo1 lai2 zi4 wei1 hai3 shi4 huan2 cui4 qu1 zhang1 cun1 zhen4 xu2 tuan3 cun1 sil +001409 sil xue2 zi3 bai4 kong2 zi3 qi2 fu2 sil +001410 sil yin3 yue1 kan4 dao4 sp1 tu2 gai3 qian2 sp1 wei2 er4 ling2 yi1 yi1 sil +001411 sil zhe4 xie1 yao4 dian4 sp1 yong4 an4 xiang1 cao1 zuo4 de5 fang1 shi4 sp1 gei3 wei2 gui1 yong4 ka3 sp1 liu2 xia4 le5 kong1 jian1 sil +001412 sil wo3 ceng2 jing1 yang3 guo4 yo1 sil +001413 sil liang3 guo2 dai4 biao3 hu4 zeng4 li3 wu4 sil +001414 sil gai1 ju3 cuo4 cu4 jin4 le5 min3 ao4 tai2 san1 di4 lv3 you2 ye4 de5 he2 zuo4 sil +001415 sil yan2 he2 liang3 an4 sp1 wei2 wang4 jiang1 huai2 ning2 liang3 xian4 zhong4 yao4 liang2 shi5 chan3 qu1 zhi1 yi1 sil +001416 sil dang1 ri4 sp1 wu3 huan2 nei4 zheng4 shi4 kai1 shou4 tu4 nian2 yan1 hua1 sil +001417 sil zhen1 you3 gong1 yi4 ke3 yan2 ma5 sil +001418 sil zhi4 ci3 sp1 qu2 kuan3 lou2 luo5 xi1 shu4 luo4 wang3 sil +001419 sil guo1 shu4 qing1 sp1 you3 wai4 xiu4 nei4 gang1 hao2 shuang3 bo2 xue2 de5 mei3 yu4 sil +001420 sil er2 mi2 fen3 dian4 zan4 shi2 an4 bing1 bu2 dong4 sp1 zhang3 jia4 yu2 fou3 reng2 chu3 yu2 guan1 wang4 zhong1 sil +001421 sil chi1 li2 sp1 ke2 yi3 zi1 run4 hou2 long5 cu4 jin4 shi2 yu4 ne5 sil +001422 sil wang3 shang4 zan4 tan4 sheng1 xiong1 yong3 peng2 pai4 sp1 hai2 you3 bu4 shao3 wang2 you3 chen4 ji1 wa1 ku3 yi2 xia4 jiang1 kun1 sil +001423 sil wo3 men5 bu4 xiang3 dang1 wang2 guo2 nu2 sil +001424 sil wen2 zhang1 fen1 xi1 sp1 guan1 yuan2 re4 zhong1 yu2 ying4 jing3 huo2 dong4 sp1 you3 qi2 wei1 miao4 yin1 an4 de5 xin1 li3 dong4 yin1 sil +001425 sil ta3 ji1 jiang1 zai4 nan2 fei1 an1 quan2 ji2 bie2 zui4 gao1 de5 sp1 kua1 zu5 lu3 na4 ta2 er2 sheng3 jian1 yu4 fu2 xing2 sil +001426 sil tong2 shi2 guan1 bi4 yi4 xie1 lei2 zhui4 ye4 wu4 sil +001427 sil lin2 tong2 xue2 ze2 yan3 ji2 shou3 kuai4 sp1 xun4 su4 jiang1 qiang2 wen3 nan2 zhuai4 kai1 sil +001428 sil fan3 shen1 jiang1 she2 lin1 qi3 xuan2 kong1 dou3 dong4 sil +001429 sil ou1 zhou1 yang1 hang2 hang2 zhang3 te4 li3 xie4 ze2 cheng1 sp1 san1 da4 xin4 yong4 ping2 ji2 ji1 gou4 sp1 shi4 gua3 tou2 long3 duan4 sil +001430 sil ben3 di4 fang2 qi3 sp1 ye2 yi3 ran2 zhi3 sil +001431 sil wo3 men5 xi1 wang4 sp1 da2 er3 fu4 er3 di4 qu1 de5 ju2 shi4 sp1 bu2 yao4 yin1 wei4 you3 guan1 fang1 de5 ju3 dong4 sp1 er2 fu4 za2 hua4 sil +001432 sil gao1 zai4 ci4 chuai4 men2 shi4 tu2 chuang3 ru4 sp1 wei4 guo3 sil +001433 sil ta1 shuo1 gua4 hao4 zai4 shi4 wai4 sp1 wu1 li2 nuan3 he5 sp1 bu2 rang4 jin4 sil +001434 sil nian2 mo4 gu4 ding4 dian4 hua4 yong4 hu4 sp1 liang3 wan4 ba1 qian1 wu2 bai3 yi1 shi2 er4 wan4 hu4 sil +001435 sil yue4 lan3 shi4 li3 sp1 you3 san1 bai3 yu2 ce4 de5 mang2 wen2 shu1 ji2 sil +001436 sil ni3 yao4 zai4 shuo1 wo3 niang2 niang2 qiang1 sp1 xiao3 xin1 lao3 niang2 wo3 gen1 ni3 fan1 lian3 sil +001437 sil hou4 yin1 nian2 jiu3 shi1 xiu1 sp1 yu4 ling2 de5 ling2 en1 men2 sp1 ling2 en1 dian4 deng3 jian4 zhu4 you4 xian1 hou4 hui3 huai4 sil +001438 sil ba2 wo3 zhe4 ge4 yuan4 wang4 gao4 su4 zong3 bian1 sil +001439 sil zhi2 you2 ni3 cai2 you3 zi1 ge2 zuo4 wo3 de5 shang4 si5 ya5 sil +001440 sil deng4 ming2 jian4 gua3 yan2 shao2 yu3 sil +001441 sil zhou1 bian1 bao1 guo3 zhe5 sp1 lei4 si4 hai3 mian2 yan2 se4 de5 wu4 ti3 sp1 yong4 zhi3 jia5 qing1 qing1 yi4 kou1 jiu4 neng2 kou1 diao4 sil +001442 sil you2 yu2 ya2 shua1 tai4 chang2 sp1 qia3 zai4 le5 you1 men2 kou3 sil +001443 sil ji4 zhe3 qin1 yan3 jian4 dao4 yi4 zhi1 lao2 shu3 cuan1 guo4 di4 mian4 sil +001444 sil gu1 niang5 men5 sp1 ca1 liang4 yan3 jing5 ba5 sil +001445 sil dan4 wo2 ye3 zhi1 dao4 sp1 zhong1 guo2 zheng4 fu3 sp1 bu2 shi4 tie2 ban3 yi2 kuai4 sil +001446 sil ce4 tian2 zai4 san1 qiang2 diao4 sp1 bu2 ai4 guang4 ye4 dian4 sil +001447 sil tai4 yue4 er3 dong4 ting1 le5 sp1 wo3 zhen1 xiang3 yong1 bao4 ni3 sil +001448 sil mu3 qin1 sp1 wei4 qi2 ze2 xu4 sp1 bing4 yi2 si3 bi1 hun1 sp1 gu1 niang5 zhi2 hao3 tong2 yi4 sil +001449 sil you3 niu2 rou4 zi4 ran2 xiang1 wei4 sp1 yi4 rong2 yu2 shui3 sp1 shui3 rong2 ye4 cheng2 dan4 huang2 se4 sil +001450 sil yi4 dang3 wei2 zhu3 huo4 liang2 dang3 de5 guo2 jia1 sp1 geng1 yi4 zao1 shou4 jun1 shi4 gan1 rao3 sil +001451 sil yi2 ci3 gong1 xun1 bo2 qu3 yuan4 shi4 zhi1 ming2 sp1 geng4 shi4 huang1 miu4 sil +001452 sil san1 yao4 jian1 chi2 dang2 wei3 tong2 lan3 de5 yuan2 ze2 sil +001453 sil nian2 genr1 r jian1 chi2 chu1 tan1 ye3 bu4 rong2 yi4 sp1 jia4 qian2 zhang2 dianr3 r ye3 zai4 li3 sil +001454 sil guo2 tu3 ju2 zhang3 sp1 yuan2 he2 gan3 pi1 fa3 yuan4 cha2 feng1 de5 tu3 di4 sil +001455 sil jing3 xing2 bie1 gai4 nao2 gu3 mu4 sil +001456 sil zheng4 jia1 ying3 jin4 shui3 lou2 tai2 sp1 ying3 er2 ye3 le4 yu2 shu4 shou3 jiu4 qin2 sil +001457 sil dan4 wo2 shi3 zhong1 wei1 xiao4 sp1 bu4 ken2 biao3 tai4 sil +001458 sil xi1 wo3 hua2 zu2 zhou4 si4 mian2 chang2 sil +001459 sil wo2 pao3 qu4 jia1 le4 fu2 guang4 le5 guang4 sil +001460 sil jie2 guo2 kai3 ge1 dao2 yan3 xiao4 zhe5 shuo1 sp1 beng2 ke4 qi5 sil +001461 sil han3 jian4 de5 tai4 tan3 ni2 ke4 hao4 you2 chuo1 sil +001462 sil ta1 da4 chi1 yi4 jing1 sp1 xiang3 yuan2 lai2 liang2 cui4 jun1 de5 jiao1 ji4 mian4 sp1 bu4 jin3 kua4 di4 yu4 sp1 er2 qie3 ru4 di4 yu4 sil +001463 sil que4 shi2 shi4 wo3 lu2 mang3 le5 sp1 yuan1 wang5 le5 ta1 sil +001464 sil wo3 dou1 hui4 shuo1 er2 hua4 yin1 le5 sp1 zher4 r ne5 sp1 mingr2 r jian4 sp1 hai2 bu2 cuo4 ba5 sil +001465 sil ni2 gan3 xi4 wo3 ai4 ji1 ma5 sil +001466 sil a1 yi2 you3 zhi1 liang3 sui4 de5 nan2 gou2 gou5 sp1 jiao4 wang4 wang5 sil +001467 sil yin3 chun1 lin2 jian4 zhuang4 sp1 gan2 jin3 bao4 qi3 tuan2 tuan5 sp1 bian1 ca1 yan3 lei4 bian1 hong3 sil +001468 sil yao4 dai4 xiao2 ke3 ai4 sp1 dao4 zheng4 gui1 yi1 yuan4 zhu4 she4 yi4 miao2 o5 sp1 yi4 ban1 cheng2 nian2 quan3 sp1 yi2 ci4 ji2 ke3 sil +001469 sil bu4 de2 bu4 shuo1 sp1 yin1 wei4 er3 duo5 da4 sp1 wo2 ye3 bei4 qi3 guo4 chuo4 hao4 sil +001470 sil si4 bai3 kuai4 qian2 sp1 bu4 hua1 zhe4 si4 bai3 sp1 ni3 yong2 yuan3 gua4 bu2 shang4 hao4 sil +001471 sil ta1 cheng1 zheng4 zai4 zhun3 bei4 jiang2 yan2 gao3 sp1 bing4 xiang4 wang2 you3 men5 zheng1 qiu2 jian4 yi4 sil +001472 sil wo3 men5 wu2 fa3 kao4 de5 hen2 long3 sp1 yi3 mi2 he2 cha1 ju4 sil +001473 sil fu2 chi2 an3 zai4 shi4 chang3 shang4 zhuan4 le5 da4 qian2 de5 ya2 men5 sp1 an2 zen3 me5 bu4 yong1 hu4 ne5 sil +001474 sil yi3 gu4 che1 chen2 zhan4 di4 zhi3 hui1 guan1 ge2 la1 ye1 fu1 sil +001475 sil xian4 zai4 neng2 shuai3 yi4 tai2 shi4 yi4 tai2 sil +001476 sil bu4 fen5 nai2 fen2 qi3 ye4 mao2 li4 lv4 sil +001477 sil yi2 guan4 you1 ya3 de5 ying1 guo2 ren2 sp1 chang2 wei4 ci3 ma4 ma5 lie1 lie1 sp1 yuan4 yan2 bu2 duan4 sil +001478 sil lin2 xi1 lei3 sheng1 nv3 hou4 sp1 ti3 tai4 bi3 huai2 yun4 qian2 hai2 miao2 tiao2 xian1 xi4 sil +001479 sil gan3 ya5 sp1 ni3 xin4 ma5 sil +001480 sil cheng2 jun4 sp1 ba1 kai1 bei4 ru4 sp1 li3 mian4 shi4 hou4 hou4 yi4 die2 cao2 gao2 zhi3 sil +001481 sil chang3 jia1 xian4 chang3 yong4 dian4 fan4 bao1 sp1 zhu2 qi3 le5 xiang1 pen1 pen1 de5 mi3 fan4 sil +001482 sil you3 ren2 xing2 rong2 zao1 sao3 she4 de5 yu2 chuan2 can3 bu4 ren2 du3 sp1 man3 mu4 chuang1 yi2 sp1 you3 ru2 feng1 wo1 ban1 sil +001483 sil dui4 yu2 dang1 qian2 xu1 yao4 zhuo2 zhong4 yan2 jiu1 de5 ke4 ti2 sp1 wu3 shao4 zu3 ye3 zuo4 le5 xiang2 jin4 chan3 shu4 sil +001484 sil lu4 bo2 fei1 zhuan3 hui4 da4 ju2 yi3 ding4 sp1 guo2 an1 dao4 zui3 de5 ya1 zi5 you4 fei1 le5 sil +001485 sil lou2 dao4 nei4 mao4 chu1 gun2 gun3 nong2 yan1 sil +001486 sil jiang1 zhi4 ming2 zhuan3 shu4 sp1 bian2 yin3 yong4 tan2 jing1 sp1 hui3 yu4 bu2 dong4 sp1 ai1 yue4 bu4 sheng1 sp1 dai4 biao3 mu4 qian2 xin1 jing4 sil +001487 sil ji2 shi3 dui4 fang1 you3 da4 du4 nan3 huo4 qi2 mao4 bu4 yang2 ye3 bu2 jie4 yi4 sp1 yin1 wai4 xing2 ke2 yi2 gai3 sil +001488 sil zhuan1 fang2 ye3 shi4 quan2 jia1 ji2 ti3 cou4 qian2 xiu1 de5 sil +001489 sil ni2 shao3 ma4 wo5 yi4 dianr3 r jiu4 xing2 le5 sil +001490 sil zai4 yan2 jiang3 zhong1 sp1 ta1 xuan1 du2 le5 sp1 la1 mu3 si1 fei1 er3 de2 de5 liu4 zong1 zui4 sil +001491 sil yi4 zhuo1 ren2 xian3 ran2 he2 bai2 pang4 gao1 shi4 zhi4 you3 sp1 gan1 wei4 zu3 guo2 de5 hua1 duo3 er2 shi1 sheng1 sil +001492 sil you1 you1 ai4 hen4 zhi1 jian1 sp1 wo3 de5 xin1 yong2 yuan3 bu2 bian4 sp1 zong4 shi3 cang1 hai3 sang1 tian2 sp1 zhui1 zhu2 ni3 dao4 tian1 bian1 sil +001493 sil lin2 zheng1 yu3 yin2 hang2 gang4 shang4 le5 sil +001494 sil zai4 du4 yin3 fa1 wai4 jie4 chuai3 ce4 sil +001495 sil bao1 kuo4 huo4 wu4 yan2 qi1 sp1 diu1 shi1 he2 sun2 hui2 deng3 sil +001496 sil chang2 yi2 xia4 sp1 ni4 ni4 de5 zhi2 xiang2 wang3 wai4 yong3 sil +001497 sil zhong1 qiang2 po4 zi4 ji3 jin4 ru4 sheng1 cun2 mo2 shi4 sp1 he1 niao4 sp1 wei2 chi2 sheng1 cun2 sil +001498 sil ou2 er3 neng2 kan4 dao4 ji3 kuai4 you2 cai4 di4 sil +001499 sil zhi3 wen2 zheng4 ju4 wu2 xia2 ci1 sil +001500 sil zhe4 shi4 bai2 zi3 wan1 bian1 shang4 de5 shang1 ye4 jie1 sil +001501 sil ji2 bian4 xuan3 ze2 li2 kai1 sp1 li2 yang2 yi1 ran2 shen1 wei2 yi1 hai1 gu3 dong1 sil +001502 sil liu2 zu3 ci2 dong1 nan2 jiao2 you3 yi2 ce4 men2 sp1 tong1 wang3 liu2 lao3 gen1 hui4 guan2 zhu3 lou2 sp1 fang1 bian4 chu2 fang2 shang4 cai4 sil +001503 sil xu2 fan1 zai4 xin1 li3 bie1 zhe5 jin4 sp1 lei3 ji1 kou3 bei1 yu2 yan3 ji4 sil +001504 sil tu3 dou4 bi4 jin3 shuang1 yan2 xu3 yuan4 sp1 ba4 ba5 wen4 xu3 le5 shen2 me5 yuan4 sp1 tu3 dou4 shuo1 sp1 xu3 de5 yuan4 shi4 ma3 shang4 chi1 dan4 gao1 sil +001505 sil li3 yan4 zhang1 luo5 qi3 le5 yi4 jia1 you4 er2 yuan2 sil +001506 sil shu2 shi2 bai2 jia1 de5 da4 nan2 li3 li2 zhang3 zheng4 gui4 lin2 wen2 xun4 hou4 sp1 yi4 zao3 gan2 wang3 bai2 jia1 guan1 xin1 sil +001507 sil mu4 qian2 sp1 xiao2 kai2 yi3 jiao1 na4 le5 sao2 xue3 fei4 sil +001508 sil yi4 qi3 qu4 xun2 zhao3 shi1 yu3 tian2 ye3 ma5 sil +001509 sil er2 si1 you3 hua4 ze2 ke2 yi2 shuai3 diao4 zhe4 xie1 ma2 fan5 sil +001510 sil lin2 nan2 xiang2 mang2 qu4 song4 wen1 nuan3 sp1 shuo1 sp1 ni2 leng3 bu4 leng3 sp1 pi1 wo3 de5 yi1 fu5 ba5 sil +001511 sil re3 ji2 le5 sp1 yi4 ren2 yi4 ba3 dao1 sp1 yi2 ge4 gui1 ke2 sp1 ke4 jia2 gu3 wen2 sil +001512 sil ta1 xian1 shi4 yong4 yan2 yu2 tiao3 dou4 sp1 hou4 lai2 you4 li4 yi4 you4 huo4 sp1 xi1 wang4 gen1 xiao3 li4 wan2 wan5 sil +001513 sil wang2 da4 bo2 dun4 shi2 sha3 le5 yan3 sil +001514 sil jia1 zhu4 pu3 tuo2 cao2 yang2 she4 qu1 de5 shang4 hai3 you2 ke4 zhang1 gen1 nan1 sp1 cheng2 le5 xing4 yun4 er2 sil +001515 sil ta1 ji4 you2 ti3 yu4 jing4 sai4 sp1 you4 bao1 kuo4 xi4 ju4 yin1 yue4 deng3 zai4 nei4 de5 wen2 yi4 huo2 dong4 sil +001516 sil huang2 zong1 luo4 zi4 you4 dan2 xiao3 pa4 jian4 sheng1 ren2 sil +001517 sil wo3 kan4 zhe5 yu3 zhu1 zai4 ta1 de5 ye4 mian4 shang4 gun3 lai2 gun3 qu4 sil +001518 sil yang1 yang1 da4 guo2 ju1 ran2 zhao3 bu2 dao4 shi2 yi1 ge4 neng2 ti1 qiu2 de5 sil +001519 sil dui4 yu2 wang3 shi4 sp1 liu2 yun3 bing4 bu2 zai4 yi4 sil +001520 sil zhu1 hao3 long2 mo1 le5 mo1 shui3 niu2 sp1 shui3 niu2 guai1 guai1 shui4 le5 xia4 lai2 sil +001521 sil dui4 yu2 ge4 di4 zheng4 fu3 ji1 gou4 sp1 guan1 yuan2 zha1 duir1 r kai1 wei1 bo2 sp1 bei4 zhi4 yi2 wei2 sp1 guan1 wei1 da4 yue4 jin4 sil +001522 sil bing4 sheng1 cheng1 shui2 guo4 lai5 kan2 si3 shui2 sil +001523 sil hou4 jing1 dao3 you2 zhi3 ren4 sp1 gang2 jing3 sp1 yi3 jiang1 qi2 shou1 jian1 sil +001524 sil si4 ge1 ren4 wei2 sp1 yi4 zi3 yi4 nv3 yi3 jing1 zu2 gou4 sp1 yu2 shi4 gan1 yuan4 jie2 za1 sp1 bu2 zai4 liu2 zhong3 sil +001525 sil an3 men5 de5 ge3 shu1 ji4 zhen1 shi4 kuai4 hao3 gang1 sil +001526 sil chong3 wu4 bin4 zang4 ye4 sp1 zai4 de2 guo2 ri4 jian4 xing1 qi3 sil +001527 sil zi3 xi4 kao3 jiu1 yi2 xia4 sp1 nuo4 ruo4 de5 shi4 bing1 sp1 wei4 shen2 me5 yao4 chong1 hao3 han4 ne5 sil +001528 sil hong2 shan1 cun1 zhu3 yao4 kao4 yang3 tiao4 tiao4 yu2 sp1 tan1 tu2 yang3 zhi2 di4 bei4 yan1 hou4 sp1 tiao4 tiao4 yu2 bei4 chong1 zou3 sil +001529 sil gu2 shou3 de5 gu2 dian3 jie2 zou4 sp1 na2 nie1 de5 ye2 hen2 zhun3 sil +001530 sil zai2 zai5 hen3 pa4 xiao2 xiao3 bin1 tou1 xi2 zhong4 yao4 bu4 wei4 sp1 bu2 guo4 xiao2 xiao3 bin1 hai2 shi4 de2 cheng3 le5 sil +001531 sil zhe4 huo3 ren2 cheng3 xiong1 hou4 zhun3 bei4 san4 qu4 sil +001532 sil ling4 yi2 wei4 shang1 zhe3 hu2 fo2 qiu2 de5 yun4 qi4 sp1 bi3 huang2 shi1 fu5 sp1 shao1 xu3 hao3 yi4 xie1 sil +001533 sil ru2 you3 qi2 ta1 yi2 wen4 sp1 qing3 dian4 hua4 zi1 xun2 sp1 yao1 yao1 ba1 yao1 yao1 si4 sil +001534 sil ta1 men5 fen1 bie2 huo4 de2 ao4 si1 ka2 ying3 di4 he2 ying3 hou4 ti2 ming2 sil +001535 sil zao1 she4 sha1 shen1 wang2 yu2 min2 hong2 shi2 cheng2 de5 zhang2 nv3 sp1 hong2 ci2 qian4 sil +001536 sil heng1 de2 sen1 sp1 zhu2 jian4 dui4 zhang4 fu5 xin1 sheng1 bu4 man3 sil +001537 sil guo1 jing4 ming2 sp1 ye3 ceng2 zan4 zi4 ji3 de5 lian3 hen3 zhan4 pian2 yi5 sil +001538 sil yao4 gong3 gu4 ji1 ben3 yao4 wu4 zhi4 du4 sil +001539 sil wo3 shi4 shuo1 sp1 ni3 yao4 lan2 yan2 gan4 ma2 ya5 sil +001540 sil da4 duo1 you3 jiu2 wu2 zuo3 you4 de5 you1 hui4 sil +001541 sil chao2 xian2 yan3 yuan2 chang4 qiang1 yuan2 run4 sp1 ci2 ju4 lang2 lang3 shang4 kou3 sil +001542 sil mei3 ci4 gei2 wo3 ma1 si3 tuo1 huo2 zhuai4 de5 sp1 la1 jin4 nv2 zao3 tang2 xi2 zao3 sil +001543 sil zhang4 fu5 ga3 wa2 shen1 cai2 gao1 sp1 yong4 shen1 zi5 ding3 zhe5 wang3 shang4 pa2 sp1 ta1 pa2 chu1 lai5 le5 sil +001544 sil shang4 hai3 kong1 gang3 sp1 wei4 ci2 qu3 xiao1 hang2 ban1 sp1 er4 bai3 qi1 shi2 wu3 jia4 ci4 sil +001545 sil wu2 cai3 wan1 sp1 you4 ming2 wu2 cai3 shan1 sp1 wei4 yu2 zhun3 ge2 er3 pen2 di4 dong1 bu4 sil +001546 sil tong1 guo4 an1 jian3 hou4 sp1 ta1 hai2 lie2 zui3 yi2 xiao4 sp1 dui4 jing3 wei4 yuan2 shuo1 xie4 xie5 la5 sil +001547 sil ceng2 jing1 de5 zhuo1 you2 ba1 ren2 tou2 cuan2 dong4 sil +001548 sil xian4 chang2 jin3 lin2 san1 er4 yao1 guo2 dao4 xian4 sil +001549 sil tun2 chang1 xian4 nv3 hua4 gong1 sp1 zai4 lin2 mo2 shang1 ye4 hua4 sil +001550 sil shi2 jian1 yi4 fen1 yi4 miao3 liu2 shi4 sil +001551 sil wo3 hui4 xue2 xiao3 mao1 jiao4 o5 sp1 miao1 sil +001552 sil ye3 sheng1 dong4 wu4 sp1 you3 zi4 ran2 si3 wang2 lv4 sil +001553 sil feng1 hua2 gong1 si1 sp1 dao4 shu4 yin1 yue4 zhui1 tao3 qian4 kuan3 sp1 hai2 nao4 chu1 le5 chuai4 huai4 da4 men2 de5 bao4 li4 shi4 jian4 sil +001554 sil li3 yu4 deng1 wei4 hou4 sp1 dui4 ta1 en1 chong2 you3 jia1 sp1 ce4 feng1 ta1 wei2 huang2 hou4 sil +001555 sil zhi3 bu2 guo4 zhe4 ge4 huan2 jie2 qia3 zai4 le5 xu4 ri4 yang2 gang1 yi4 fang1 sil +001556 sil hui4 chang3 nei4 xian1 hua1 jing4 yan4 sp1 deng1 huo2 cui3 can4 sil +001557 sil ta1 zong4 lan3 zhe4 pian1 wen2 zhang1 hao2 ji3 bian4 sp1 shuo1 zheng2 ben3 shu1 jiu4 er2 zi5 de5 wen2 zhang1 zui4 hao3 sil +001558 sil ka2 pu3 lan2 dan1 xin1 hui4 chan3 sheng1 xie4 mi4 wen4 ti5 sil +001559 sil dao4 le5 wan3 shang4 sp1 nan2 shan1 shang4 ye3 piao1 qi3 e2 mao2 da4 xue3 sil +001560 sil xing2 ji3 ji2 sp1 yu3 tong2 xing2 gong4 mian3 sil +001561 sil zao3 yi4 wan3 sp1 wo2 yi3 zhi1 dao4 ta1 men5 hui4 zhe4 yang4 xie2 wo3 sp1 wo3 zhi2 you3 wu2 nai4 sil +001562 sil tuan4 zhuan4 sp1 wei2 yi4 zhong1 de5 yi2 bu4 fen5 sp1 shi4 jie3 shi4 liu4 shi5 si4 gua4 gua4 ci2 de5 sil +001563 sil pai1 mai4 huo4 sheng4 zhe3 sp1 neng2 gou4 yu3 ba1 fei1 te4 gong4 jin4 wu3 can1 sil +001564 sil shi4 yi1 fang4 yang2 de5 lao3 da4 ye5 sp1 chuan1 yi4 hei1 se4 mian2 fu2 dun1 zai4 shan1 po1 shang4 sil +001565 sil fa2 ta2 er3 ji4 hua4 gai3 hang2 tou2 shen1 zheng4 tan2 sil +001566 sil fa3 guo2 hua4 jia1 bo2 nu2 wa3 hui4 zhi4 de5 yuan2 ban2 nv3 xing4 hua4 xiang4 sil +001567 sil ma3 yi1 nu2 er3 shuo1 sp1 gong1 jing3 ai2 shi4 qi4 jin1 wei2 yi1 yan2 jiu1 chu1 bing4 yin1 de5 ai2 zheng4 sil +001568 sil ni3 bu4 bang1 wo3 shui2 bang1 wo3 ya5 sil +001569 sil yu2 xue3 dao4 lai2 qian2 sp1 wu4 mai2 di1 wen1 si4 hu1 zai4 yun4 niang4 zao4 shi4 sil +001570 sil liu2 a1 bo2 dao4 ting2 hou4 tai4 du4 bi3 jiao4 zhuan1 heng4 sp1 bu4 ting1 quan4 jie3 sil +001571 sil wo2 xiang3 ti2 xing2 you3 zhuan1 che1 de5 guan1 yuan2 sp1 ni2 you2 yin3 si1 sp1 qian1 wan4 bie2 yong4 gong1 che1 le5 sil +001572 sil zuo2 ri4 sp1 hui2 long2 guan4 long2 ze2 yuan4 xi1 qu1 sp1 gong1 ren2 dui4 shu4 mu4 pen1 yao4 sil +001573 sil ting1 ting5 ta1 de5 zi4 wo2 jie3 pou1 sil +001574 sil cun1 min2 zhao3 lai2 chang2 gan1 sp1 wang3 fen4 keng1 li3 pai1 da3 sp1 tong2 shi2 sp1 zai4 fen4 keng1 kou3 fang4 zhi4 yi2 ge4 lou3 kuang1 sil +001575 sil zhao1 biao1 ren2 bu4 de2 nuo2 yong4 tou2 biao1 bao3 zheng4 jin1 sil +001576 sil le4 ji1 er2 bao4 li2 ming2 shen4 shao3 ying4 chou5 sil +001577 sil shai4 gan1 sha1 ding1 yu2 sp1 ke3 wei4 luo4 tuo5 he2 ma3 sp1 shi4 niu2 yang2 de5 hao3 si4 liao4 sil +001578 sil shuan1 zai4 shen1 shang5 sp1 liang3 ge4 yan3 dou1 kou4 si3 sil +001579 sil guang3 zhou1 zi1 shen1 she4 ying3 wan2 jia1 shen3 long2 sp1 ye3 shi4 ke1 da2 de5 yong1 dun3 sil +001580 sil yuan4 zi5 nan2 qiang2 shang4 ke3 jian4 yi2 chu4 xun1 hei1 de5 yan1 cong1 sil +001581 sil ji4 zhe3 tan4 fang3 tai4 yang2 neng2 re4 shui3 qi4 zuo1 fang5 sil +001582 sil hou4 san1 wei4 huang2 di4 sp1 wei2 ming2 zun1 xu1 sp1 wei2 ming2 de2 wang4 sp1 he2 mo4 di4 xian4 sp1 mei2 lai2 de5 ji2 xiu1 ling2 sil +001583 sil ru2 guo3 nin2 shi4 yi2 ge4 ji2 you2 ai4 hao4 zhe3 sp1 ye2 xu3 hui4 dui4 ying1 guo2 you2 piao4 sp1 you3 yi4 dianr3 r yin4 xiang4 sil +001584 sil fu2 wu4 yuan2 shang4 le5 pan2 cai4 sp1 wo3 sui2 kou3 wen4 dao4 sp1 la4 ma5 sil +001585 sil da4 hai3 shen1 chu4 sp1 zao2 yi2 mao3 zu2 le5 jinr4 r de5 zuan4 tou5 sp1 zhong1 yu2 zuan1 ru4 le5 di4 ceng2 zhi1 zhong1 sil +001586 sil shang4 ye4 ban1 yao4 zhu4 yi4 an1 quan5 o5 sil +001587 sil wen3 zhong1 qiu2 jin4 de5 wen3 sp1 di4 er4 ge5 wen3 sp1 biao3 xian4 zai4 wen3 jian4 de5 cai2 wu4 ce4 lve4 sil +001588 sil an4 mo2 gao1 wan2 shi2 sp1 li4 liang5 yi2 ding4 yao4 qing1 rou2 sil +001589 sil tu2 wei2 fu4 zhi4 qiang2 jie4 wang2 yin3 zan3 xia4 de5 qian2 sil +001590 sil bei4 guai2 mian3 dian4 fu4 nv3 kai2 kai3 xue2 xie3 han4 zi4 sil +001591 sil hei1 mian2 xian4 cu1 cao1 wu2 tan2 xing4 sp1 rou2 cuo1 hou4 sp1 hui4 da4 liang4 tuo1 luo4 xian1 wei2 sp1 yi4 duan4 sil +001592 sil chao1 xin1 xing1 bao4 fa1 xing2 cheng2 mei3 li4 xing1 dan3 sp1 ku4 si4 zhen1 zhu1 xiang4 lian4 sil +001593 sil ting1 ma1 ma5 shuo1 sp1 yi4 tian1 yi4 ping2 guo3 sp1 yi1 sheng1 yuan3 li2 wo3 sil +001594 sil xu3 san1 duo1 you4 wei3 qu1 you4 zi4 bei1 sp1 you2 ran2 er2 sheng1 sp1 yi4 zhong3 kan4 ming2 ren2 lu4 de5 gan3 jue2 sil +001595 sil ceng2 yi2 bi3 ming2 fang1 rui2 chu1 ban3 sp1 wo3 de5 xian1 sheng5 wang2 meng2 deng3 zuo4 pin3 sil +001596 sil gong1 shi4 fan2 mang2 de5 si4 tai4 sp1 ri4 qian2 nan2 de2 chou1 kong4 pei2 nai2 nv3 he2 chao1 xin1 sp1 mai3 ke4 wai4 shu1 sil +001597 sil jing1 zhen3 duan4 sp1 sha1 sha5 zuo2 zhou3 guan1 jie2 tuo1 wei4 sp1 zuo3 gong1 gu3 nei4 shang1 huai2 gu3 zhe2 sp1 zuo2 zhou3 shen2 jing1 sun3 shang1 sil +001598 sil gong1 ren2 dui4 lv4 hua4 dai4 pen1 sa3 yao4 shui3 sil +001599 sil chun1 jie2 lv2 xing2 sp1 ye3 shou4 huan1 ying2 sil +001600 sil quan2 zhu3 sp1 bi4 xu1 yao4 dao4 yin2 hang2 jiao3 na4 fei4 yong4 sil +001601 sil tu2 wei2 sp1 ao4 men2 hong2 shi2 zi4 hui4 sp1 xiang4 yi2 liang2 juan1 zeng4 de5 liang3 liang4 jiu4 hu4 che1 sil +001602 sil dan4 hu4 lian2 wang3 che1 lun2 hong1 ran2 er2 lai2 cui1 ku1 la1 xiu3 sil +001603 sil ci3 shi2 de5 chan4 hui3 yu2 shi4 wu2 bu3 sil +001604 sil qian2 xiao4 zhang3 you4 huan2 huan3 bao4 yi2 ge4 sp1 ba3 ta1 de5 ling4 wai4 ban4 bian1 tian1 sp1 ye3 chai1 le5 sil +001605 sil zai4 yao1 ling2 qi1 guo2 dao4 he2 bei3 wai4 huan2 jiao1 cha1 kou3 sp1 du3 che1 bi3 jiao4 yan2 zhong4 sil +001606 sil si4 shi4 zi4 wo2 ai3 hua4 wen4 ti2 tu1 chu1 sil +001607 sil xian3 ran2 sp1 er4 shou3 che1 ye4 wu4 he2 zu1 lin4 ye4 wu4 shi4 mi4 qie4 xiang1 guan1 de5 sil +001608 sil gen1 ju4 yi1 jiu2 wu3 yi1 nian2 de5 jiu4 jin1 shan1 he2 yue1 sp1 du2 dao3 chong2 hui2 chao2 xian3 huai2 bao4 sil +001609 sil zhe4 jia1 dian4 li3 de5 yun2 tun1 mian4 he2 niu2 jin1 he2 fen3 wei4 dao4 hen3 bang4 sil +001610 sil zhu4 yi4 sp1 bu2 yao4 rang4 bao3 bao5 bian1 chi1 bian1 wan2 sil +001611 sil mei3 guo2 wu3 zhuang1 bu4 dui4 can1 mou5 xue2 yuan4 sp1 shi4 mei3 guo2 guo2 fang2 da4 xue2 suo2 shu3 xue2 yuan4 zhi1 yi1 sil +001612 sil wan3 an1 sp1 yuan4 sui4 yue4 jing4 hao3 sil +001613 sil qing1 yong1 zheng4 shi2 er4 nian2 chong2 xiu1 sp1 ming2 nian1 hua1 si4 sil +001614 sil shen1 zhen4 yuan2 ling2 xiao3 xue2 wai4 sp1 lai2 jie1 hai2 zi5 de5 jia1 zhang3 mi4 mi4 za1 za1 sil +001615 sil lu3 xun4 yu2 mu3 qin1 zhu4 qian2 yuan4 sp1 zhou1 zuo4 ren2 ji2 qi2 ku2 yu3 zhai1 zai4 hou4 yuan4 sil +001616 sil mou3 da4 xue2 qin3 shi4 lou2 xia4 sp1 ji3 jia1 shao1 kao3 you2 yan1 xun1 ren2 sil +001617 sil fen1 san4 si1 ji1 zhu4 yi4 li4 wa5 sil +001618 sil la1 fu1 sang1 jia3 ni2 qiang2 diao4 sp1 yi1 lang3 zan4 cheng2 bing4 zhi1 chi2 a1 fu4 han4 de5 du2 li4 sil +001619 sil si4 yang2 quan3 ling2 man3 san1 ge5 yue4 de5 quan3 zhi1 sp1 yang2 quan3 ren2 ying1 dang1 ban4 li3 yang2 quan3 deng1 ji4 sil +001620 sil qi2 jian1 sp1 ran2 mou3 wei2 fan3 qu2 bao3 hou4 shen3 gui1 ding4 sp1 qian2 tao2 wai4 di4 sil +001621 sil ao4 di4 li4 zong2 tong3 fei1 she4 er3 he2 fu1 ren5 sp1 pei2 tong2 can1 guan1 sil +001622 sil pi2 chong2 ye3 jiao4 bi4 shi1 sp1 su2 cheng1 cao3 ba1 zi5 sp1 gou3 bie1 sp1 cao3 bie2 zi5 sp1 niu2 shi1 deng3 sil +001623 sil ni3 mei2 kan4 jian4 zan2 zhe4 jin3 ai1 zhe5 gang4 fang2 ma5 sil +001624 sil luo4 hou4 liang3 ju2 de5 li2 xiao3 xia2 yue4 zhan4 yue4 yong3 sp1 fu2 yuan2 ai4 fan3 dao4 bian4 nian1 le5 sil +001625 sil zhe4 me5 jian3 dan1 de5 wen4 ti2 ye3 yao4 wen4 wo3 ma5 sp1 shi4 er4 yo5 sil +001626 sil wo3 jue2 de5 zong3 shuo1 zai4 ne5 hen3 su2 qi4 sil +001627 sil gong1 an1 wei4 yang1 fen1 ju2 sp1 e1 pang2 gong1 pai4 chu1 suo3 sp1 yi3 kong4 zhi4 xiang1 guan1 ze2 ren4 ren2 sil +001628 sil ru2 guo2 ding3 bao1 que4 you3 qi2 shi4 sp1 zhang1 li2 ca3 sp1 wu2 yi2 jiang1 shi4 zui4 niu2 ti4 shen1 sil +001629 sil yu2 ci3 tong2 shi2 sp1 quan2 guo2 shang1 pin3 fang2 xiao1 shou4 sp1 ye3 yi4 ju3 niu2 zhuan3 di1 mi2 ju2 mian4 sil +001630 sil cai2 yuan2 xiang4 meng2 hu3 ben1 teng2 sp1 zhu4 fu2 xiang4 cai3 deng1 chuan4 chuan4 sil +001631 sil ling2 shou4 ye4 sp1 jiu3 dian4 ji2 yin3 shi2 ye4 de5 ying2 ye4 e2 sp1 ye3 chi2 xu4 xiang4 hao3 sil +001632 sil fan2 jian1 zhi3 sheng4 chen2 he4 yi2 ge4 sp1 she4 zhang3 qian1 xu1 dao4 sp1 wo2 xie3 bu4 hao3 sil +001633 sil ci3 wai4 sp1 ta1 hai2 yin3 yong4 qiu1 ji2 er3 de5 ming2 yan2 shuo1 sp1 chao2 chao3 zong2 bi3 da2 da2 hao3 sil +001634 sil shi1 zhi1 hao2 li2 sp1 miu4 yi3 qian1 li3 sil +001635 sil nin2 ke3 bu2 yao4 shang4 dang4 shou4 pian4 ya5 sil +001636 sil ning3 kai1 zhi2 yin2 shui2 shui3 long2 tou2 ke2 yi3 zhi2 jie1 yin3 yong4 sp1 jia4 ge2 ming2 xian3 di1 yu2 tong3 zhuang1 shui3 sil +001637 sil sui2 hou4 sp1 qi2 zai4 wei4 kai1 yao4 fang1 de5 qing2 kuang4 xia4 sp1 gei3 wang2 neng2 zan1 yong4 yao4 sil +001638 sil zhang1 wen2 shi4 ge5 dian3 xing2 de5 shang4 hai2 dia3 nan1 nan1 sp1 pi2 qi4 wen1 he2 sp1 dong3 sheng1 huo2 sp1 ai4 fa1 dia3 sil +001639 sil e1 jiao1 he2 ming2 jiao1 yuan2 liao4 sp1 sheng1 chan3 gong1 yi4 sp1 zhi4 kong4 biao1 zhun3 sp1 you2 xian3 zhu4 cha1 bie2 sil +001640 sil shen1 du4 wei2 yi4 bai3 yi1 shi5 er4 qian1 mi3 sil +001641 sil yan2 yu3 zhi1 jian1 sp1 sun1 xing1 ye3 zai4 ji2 li4 wei4 nv2 you2 pie3 qing1 sil +001642 sil ta1 zui4 zao3 jiang1 ji1 yin1 yi4 ci2 dai4 ru4 zhong1 wen2 sp1 bei4 yu4 wei2 zhong1 guo2 de5 mo2 er3 gen1 sil +001643 sil wo4 ta4 zhi1 ce4 qi3 rong2 ta1 ren2 han1 shui4 sil +001644 sil wei4 yu2 wen4 chuan1 xian4 cheng2 de5 wei1 zhou1 zhong1 xue2 bei4 hou4 sp1 ye3 shi4 yi2 zuo4 guang1 tu1 tu1 de5 ni2 ba5 shan1 sil +001645 sil na4 xie1 xuan2 ge1 shan1 yao1 shang4 sp1 yao2 yao2 yu4 zhui4 de5 ju4 shi2 sp1 geng4 rang4 ren2 chu4 mu4 jing1 xin1 sil +001646 sil yuan2 li4 dai4 yan2 hong2 shi2 zi4 hui2 sp1 re3 zheng1 yi4 sil +001647 sil wang2 xue2 yuan2 nao3 dai4 li3 sp1 dun4 shi2 yi2 pian4 kong4 bai2 sil +001648 sil er2 zai4 chang2 duan3 de5 ba3 wo4 shang4 sp1 zou1 wei2 sp1 bu2 shi4 ke4 yi4 zhui1 qiu2 wan2 mei2 zhe3 sil +001649 sil sang1 kang1 ye3 zai4 kun1 sha1 bu4 dui4 fu2 guo4 yi4 sp1 hou4 lai2 tou2 ben4 nuo4 kang1 sil +001650 sil fu4 zi2 lia2 gan3 fu4 guang3 zhou1 zhan2 zhuan3 ben1 zou3 sil +001651 sil zuo2 shou3 he2 you4 shou3 you3 bi4 yao4 xie2 zuo4 sil +001652 sil an4 niu2 di2 cen1 ci1 gui1 lu4 sil +001653 sil tai4 hu2 tai4 pu3 zha2 kai1 zha2 pai2 shui3 sil +001654 sil nen4 mo2 chu1 xie3 zhen1 ye3 cheng2 feng1 shang4 sil +001655 sil jing1 yao2 huo3 shao1 cheng2 sp1 yong4 qie1 ge1 ji1 cong2 zhong1 pou1 cheng2 liang3 ban4 sp1 cai2 zhen1 zheng4 wan2 gong1 sil +001656 sil ju4 zhi1 sp1 liang3 zhang1 luo2 hui4 juan1 de5 yi2 zhao4 sp1 shi4 liao4 an1 li4 qian2 fu1 sp1 ye4 qing1 lin2 sp1 wei4 luo2 hui4 juan1 pai1 she4 sil +001657 sil jing1 cheng2 yin2 hang2 fang2 dai4 zheng4 ce4 sp1 zai4 gua1 jin3 feng1 sil +001658 sil nai3 nai5 jiu4 shang3 ci4 gei3 mo4 yan2 he2 jie3 jie5 sp1 mei3 ren2 yi4 xiao3 pian4 hong2 shu3 gan1 sil +001659 sil wang2 fei1 shai4 yu3 zhao4 wei1 lin2 dan1 de5 he2 zhao4 sil +001660 sil gang2 gu3 zuo2 tian1 yin1 chong2 yang2 jie2 xiu1 shi4 sil +001661 sil ta1 sang3 men2 da4 sp1 ai4 chang4 ge1 sil +001662 sil yuan2 ming2 ding1 kai2 qi3 sp1 tian1 jin1 ren2 sil +001663 sil zhuang1 yan4 quan4 qin2 tian2 jie4 du2 sp1 er2 qin2 tian2 sp1 bu2 dan4 bu2 jie4 du2 sp1 hai2 song2 yong3 zhuang1 yan4 sp1 ye3 yi4 qi3 xi1 du2 sil +001664 sil guo4 qi1 tao4 tao5 sp1 xiao3 xin1 duan4 lie4 sil +001665 sil nai3 nai5 fa1 xian4 sp1 sun1 nv5 sp1 you3 xie1 yi4 chang2 sil +001666 sil yuan2 ben3 yang2 shu4 peng2 sp1 xiang3 rang4 wo2 yan3 zhang1 yi4 na4 ge5 jue2 se4 sp1 dan4 wo3 zi4 ji3 ti2 chu1 sp1 xiang2 yan3 fei2 shou3 sil +001667 sil qi2 ta1 zheng4 xie2 wei3 yuan2 kua1 jiang2 wo3 shuo1 de5 hao3 sil +001668 sil ju4 you3 nong2 yu4 min2 zu2 se4 cai3 de5 si1 bu4 qiang2 mian4 sp1 hong1 tuo1 chu1 qin1 qie4 re4 lie4 sp1 er2 chuan2 tong3 de5 fen1 wei2 sil +001669 sil zhang1 hua1 guan1 yu3 chen2 ming2 wen2 sp1 zao2 yi3 cheng2 wei2 yi4 tiao2 sheng2 shang4 de5 ma4 zha5 sp1 tong2 sheng1 yi4 tong2 si3 sil +001670 sil xiao1 xi5 zhi1 zhen4 han4 ling4 ren2 ze2 she2 sp1 wei4 ci3 tian1 xia4 gong1 si1 xiang4 dun1 huang2 wang3 qiu2 zheng4 sil +001671 sil yi4 qu3 huang2 mei2 xi4 chang4 ba4 sp1 chen4 zhe5 cao2 die1 die5 huan4 ban4 zou4 die2 de5 jian4 xi4 sp1 ji4 zhe2 yu3 qi2 pan1 tan2 sil +001672 sil yi1 shi4 fa1 zhan3 nong2 ye4 sheng1 chan3 sp1 hang1 shi2 wen3 jia4 ji1 chu3 sil +001673 sil zhang2 zi3 luo2 bei3 tun2 sp1 xi4 bu4 dui4 tun2 bing1 shan2 bei3 de5 shi2 hou5 suo3 sheng1 sp1 suo2 yi2 qu3 ming2 sp1 bei3 tun2 sil +001674 sil zhe4 ge5 jin1 dou5 fan1 de5 li4 luo4 er2 you1 mei3 sil +001675 sil zhi2 you2 wo3 de5 mei2 mao5 ji2 ya2 chi3 sp1 you2 shi3 yong4 te4 shu1 de5 zao4 xing2 tian2 chong1 wu4 sil +001676 sil wang2 luan2 zhou1 she4 xian2 fan4 zui4 sp1 yi3 yi2 song4 si1 fa3 ji1 guan1 chu2 li3 sil +001677 sil cong2 pai2 shui2 kong3 tan4 chu1 nao3 dai5 de5 mao1 tou2 ying1 sil +001678 sil xian4 zai4 jie1 bi4 de5 xian4 suo3 tiao2 tiao2 zhi3 xiang4 bian2 fu3 sp1 zhi3 xiang4 wu2 shu1 zhen1 sil +001679 sil jin1 yan2 er2 de5 fu4 chu1 zhi1 zhan4 sp1 ye3 sui2 zhi1 yan2 chi2 sil +001680 sil nan2 san2 kou3 an4 hai2 yi2 du4 chu1 xian4 du3 se4 zhuang4 kuang4 sil +001681 sil xia4 yi2 ci4 bian4 ge2 de5 hao4 jiao3 yi3 jing1 chui1 xiang3 sil +001682 sil zhi4 jin1 sp1 mu2 nv2 lia3 ye3 bu4 shuo1 qian2 qu4 na3 le5 sp1 zhen1 cha2 ji1 guan1 wu2 fa3 zhui1 hui2 sil +001683 sil ri4 ben2 zao3 xie1 shi2 hou4 zhao4 hui2 zhu4 han2 da4 shi3 wu3 teng2 zheng4 min3 sp1 yi3 shi4 kang4 yi4 sil +001684 sil xiu4 qiu2 shang4 xiu4 zhe5 xi3 que4 mei2 hua1 deng3 tu2 an4 sp1 xian3 de5 ji2 xiang2 er2 xi3 qi4 sil +001685 sil hui2 jia1 xiang4 lao3 po5 yao4 qian2 jiao1 fa2 kuan3 sil +001686 sil ceng2 jing1 chao2 yi2 ge4 zuo4 zai4 lun2 yi3 zhong1 de5 nv3 ren2 chui1 guo4 kou3 shao4 ma5 sil +001687 sil qu3 xiao1 sp1 bei3 xin1 qiao2 lu4 kou2 bei3 sp1 guo2 zi3 jian4 sp1 yong1 he2 gong1 sp1 ji2 bei2 xiao3 jie1 huo1 kou3 shuang1 xiang4 zhan4 sil +001688 sil qi3 ye4 li4 run4 zeng1 zhang3 ya1 li4 jiao4 da4 sil +001689 sil xing1 an1 meng2 qi4 xiang4 tai2 jian1 ce4 sp1 zui4 da4 jiang4 xue3 liang4 sp1 da2 sp1 ba1 shi5 liu4 hao2 mi3 sil +001690 sil sui2 hou4 sp1 nie4 dao4 xi3 tui1 kai1 chuang1 hu5 tiao4 xia4 lou2 tao2 sheng1 sil +001691 sil liu2 lan2 wang3 ye4 ting1 ting1 ge1 sil +001692 sil nv3 sheng1 zhui4 wang2 zai4 lan2 gan1 wai4 de5 di4 shang5 sil +001693 sil liu2 xing1 hai3 yao2 yao3 ya2 sp1 na2 chu1 quan2 bu4 ji1 xu4 sp1 dong1 nuo2 xi1 jie4 cou4 zu2 le5 sil +001694 sil tu2 wei2 sp1 yin2 hang2 ka3 bei4 shua1 de5 qing1 dan1 sil +001695 sil ye4 mu4 qing1 lang3 sp1 ning2 wang4 bei3 fang1 de5 tian1 kong1 sp1 ying4 ru4 yan3 lian2 de5 sp1 shi4 qi1 ke1 cui3 can4 qi2 zheng3 de5 xing1 sil +001696 sil er2 cun1 min2 men5 ren4 wei2 fa1 bing4 yuan2 yin1 yu3 di4 xia4 shui3 shou4 dao4 wu1 ran2 you3 guan1 sil +001697 sil can2 geng1 yu2 leng3 zhi4 sp1 chu4 chu4 qian2 zhe5 bei1 xin1 de5 zi1 wei4 sil +001698 sil zhe4 an4 shi4 zhe5 sp1 ta1 ye2 xu3 can1 guo4 jun1 sp1 mei2 zhunr3 r hai2 shi4 ge5 san3 bing1 sil +001699 sil fa3 yuan4 diao4 cha2 biao3 ming2 sp1 bei4 kan2 si3 de5 yi1 sheng1 sp1 bing4 wei4 jie1 zhen3 guo5 xiong1 shou3 sil +001700 sil zhi4 ci3 ren2 zang1 ju4 huo4 sp1 du3 bo2 wo1 dian3 sp1 bao4 lu4 wu2 yi2 sil +001701 sil bu2 dui4 li4 yi4 dong4 dao1 zi5 sp1 gai3 ge2 wu2 yi4 yu2 sp1 ge2 xie2 nao2 yang3 qing1 ting2 dian2 shui3 sil +001702 sil hou4 lai2 zhi2 dei3 you2 fa1 gai2 wei3 chu1 mian4 sil +001703 sil huo4 de2 fei1 lai2 heng4 cai2 geng4 fei1 le4 shi4 sil +001704 sil qing1 nian2 yan3 yuan2 yang2 ming2 na4 sp1 ban4 yan3 nuan2 nuan3 sp1 liu2 xiao3 feng1 shi4 yan3 nuan2 nuan3 de5 ai4 ren5 sil +001705 sil wu2 lun4 qian2 tu2 hui4 ming2 sp1 wan4 da2 sp1 yi1 jiu4 gan2 chuang2 gan3 shi4 sp1 zi4 xin4 ru2 gu4 sil +001706 sil xia4 ji4 shi4 chou2 kuan3 dan4 ji4 sp1 yuan2 yin1 shi4 sp1 bu4 shao3 juan1 kuan2 zhe3 sp1 wang2 wang3 zai4 du4 jia4 sil +001707 sil shan1 luan2 hai2 you2 dian3 piao1 hu1 yi2 dong4 de5 jing3 xiang4 sil +001708 sil gan1 di2 le4 mei2 you3 shuo1 ming2 zhe4 xie1 shi4 wei1 zhe3 sp1 you2 na3 fang1 shou1 mai3 sil +001709 sil jiu4 shi2 de5 quan1 zi5 sp1 you3 hang2 gui1 bang1 ju3 sp1 xian4 zai4 de5 quan1 zi5 sp1 ye2 you3 yue1 ding4 su2 cheng2 sp1 you2 xi4 gui1 ze2 sil +001710 sil zheng4 wen2 can4 shuo1 sp1 zhu3 xi2 ling4 you3 xing2 cheng2 sil +001711 sil ya1 rou4 de5 shi4 jia4 yao4 bi3 yang2 rou4 de5 shi4 jia4 pian2 yi5 hen3 duo1 sil +001712 sil he1 ba4 lv2 rou4 tang1 sp1 ma3 shuang1 yang2 tang3 zai4 qiao2 xia4 de5 pu1 gai4 shang4 sp1 meng2 tou2 jiu4 shui4 sil +001713 sil lao3 po2 pi2 qi4 bao4 zao4 sp1 te4 bie2 ai4 guan2 wo3 sil +001714 sil yan4 de2 xia4 ze2 ma4 sp1 kang2 de2 zhu4 ya1 zha4 sil +001715 sil guo4 yi2 huir4 r sp1 liang2 zhe3 tong2 shi2 bing4 fa1 sp1 ta1 ao4 nao3 de5 chou2 xu4 jiu1 jie2 xin1 huang1 yi4 luan4 sil +001716 sil zai4 fa4 ji4 chu4 sp1 yi4 gen1 yi2 si4 yin2 zhi4 de5 fa4 zan1 sp1 cha1 zai4 tou2 fa5 dang1 zhong1 sil +001717 sil er2 wan3 jian1 sp1 hui4 zhuan3 chui1 qing1 jin4 dong1 feng1 sil +001718 sil zheng4 zhuang4 dui4 kang4 xiao4 chuan3 zhi4 liao2 you2 fan3 ying4 sil +001719 sil zheng4 zhi4 ju2 hui4 yi4 sp1 ye3 ming4 ling4 jian2 shao3 guan1 yuan2 pai2 chang3 he2 guan1 liao2 zuo4 feng1 sil +001720 sil ci3 hou4 sp1 wang2 zai3 ying1 jing1 chang2 pao3 dao4 a1 bing3 jia1 sp1 song2 yong3 ta1 men5 tou2 zi1 sil +001721 sil tong2 shi2 sp1 kuang4 shan1 ying4 ji2 jiu4 yuan2 de5 zong4 xiang4 ti3 xi4 ye3 ri4 qu1 wan2 shan4 sil +001722 sil lv2 shi3 dan4 ren4 wei2 sp1 lv4 fang2 zi5 gong1 cheng2 zai4 yuan2 tou2 shang4 sp1 tong2 shi2 wan2 cheng2 fen1 lei4 tou2 fang4 yu3 shou1 ji2 sil +001723 sil shi4 fa1 hou4 sp1 bang2 fei3 pu2 li3 ke4 luo4 pi2 er3 wo4 gui3 zi4 sha1 sil +001724 sil tong2 yang4 zuo4 wei2 er4 zhan4 zhou2 xin1 guo2 cheng2 yuan2 de5 ri4 ben3 ne5 sil +001725 sil song4 wei2 shi4 de5 fu4 qin5 song4 zhong4 ao2 sp1 jie3 jie5 song4 gui4 fen1 sp1 dou1 shi4 zhong1 gong4 dang3 yuan2 sil +001726 sil geng3 zhun1 yong4 ci4 dao1 ge1 kai1 ku4 tui3 sp1 bing4 rang4 chuan2 ling4 bing1 sp1 gan2 jin3 na2 lai2 yi4 tiao2 ku4 zi5 huan4 shang5 sil +001727 sil you2 ci2 yin3 fa1 le5 hong1 dong4 yi4 shi2 de5 sp1 zhong1 e2 lie4 che1 da4 jie2 an4 sil +001728 sil tian1 qi4 zhuan2 hao3 li4 yu2 chun1 yun4 jiao1 tong1 sil +001729 sil wei4 lai2 sp1 bie2 shu4 die2 pin1 lei4 zhu4 zhai2 chan2 pin3 jiang1 geng4 wei2 xi1 shao3 sil +001730 sil zhe4 yang4 yi4 lai2 sp1 gong1 ying4 shang1 bi4 ran2 bu2 hui4 ting3 er2 zou2 xian3 sil +001731 sil jiu4 huo3 che1 ze2 xiang4 ren2 qun2 sa2 shui3 jiang4 wen1 sil +001732 sil sheng1 cun2 yu3 fa1 zhan3 shu2 qing1 shu2 zhong4 sp1 da2 an4 zi4 zai4 ren2 xin1 sil +001733 sil wei2 zhen1 ni1 shi4 yi4 jia1 da4 xing2 gang3 zi1 nei4 yi1 zhi4 zao4 qi3 ye4 sil +001734 sil lin2 xiao3 da1 ying4 le5 ran3 long2 mei2 de5 ken2 qing3 sil +001735 sil wo3 men5 ga1 cha2 tui1 xing2 cun1 wu4 gong1 kai1 sp1 cong2 wo3 dang1 ga1 cha2 zhang3 shi2 sp1 jiu4 ding4 xia4 zhe4 ge5 gui1 ju5 le5 sil +001736 sil gan1 qing4 jia5 zhe4 me5 lao2 kao4 sp1 wang2 jin1 ming2 bian4 fang4 xin1 de5 zai4 fu3 bai4 lu4 shang4 yue4 zou3 yue4 yuan3 sil +001737 sil ci3 fu2 chang2 zheng1 zhong1 sp1 jing3 wu4 heng2 xiang4 zhan3 xian4 sp1 chong2 shan1 die2 ji1 sp1 cen1 ci1 cuo4 luo4 sp1 xiong2 qi2 zhuang4 li4 sil +001738 sil zhong4 bao2 ban3 bie2 ji2 bai2 zhong3 sp1 mian4 bei4 ji4 hao4 duo1 sp1 you3 hua1 chuan1 sp1 jue2 wen2 sp1 mian4 xing1 sp1 bei4 xing1 yue4 wen2 deng3 sil +001739 sil li3 yi4 biao1 sui4 ju2 shou3 sp1 bing4 huo4 zhun3 li2 kai1 sil +001740 sil you2 yu2 bei4 gao4 de5 shou4 nve4 qing2 jie2 yan2 zhong4 sp1 fa3 guan1 huo4 yi1 ci3 cong2 qing1 fa1 luo4 sil +001741 sil yao4 xiu1 hao2 shui3 beng4 sp1 you3 xin1 wu2 li4 sil +001742 sil shui2 mei2 gan3 shou4 guo4 pei4 dai4 hong2 ling3 jin1 de5 guang1 rong2 sil +001743 sil huo2 dong4 you2 huang2 long2 yun2 zhu3 chi2 sp1 wang1 yang2 fa1 biao3 le5 re4 qing2 yang2 yi4 de5 jiang3 hua4 sil +001744 sil zhu1 feng4 zhen1 tui1 jian4 ta1 mei4 mei5 dao4 xin1 mei3 gong1 si1 zuo4 shui4 wu4 dai4 li3 sil +001745 sil ta1 shuo1 sp1 zhe4 xie1 yang2 wan2 yi4 hen3 duo1 di4 xiong5 chi1 bu2 guan4 sil +001746 sil guai4 bu4 de2 zan2 lia3 zong2 chao3 jia4 sp1 ni2 lao3 ti2 zhe4 zhong3 wu2 li3 you4 ke1 ke4 de5 yao1 qiu2 sil +001747 sil zhong1 yang1 tai2 ji4 zhe3 gen1 sui2 yun2 nan2 wu2 jing2 mou3 bu4 zhan4 shi4 sp1 tu2 bu4 jin4 ru4 bo4 yi2 cun1 sil +001748 sil ba4 he1 duo1 le5 wen4 sp1 yu4 yu4 a5 sp1 you3 mei2 you3 ren2 zhui1 ni3 a5 sil +001749 sil yi4 xie1 tian1 ran2 shi2 feng1 sp1 bei4 guan4 yi3 feng1 dong4 shi2 sp1 wu1 sha1 mao4 sp1 da4 dong4 tian1 he2 pu2 sa5 dong4 deng2 mei3 ming2 sil +001750 sil jin1 tian1 zan2 men5 yao4 zheng1 fu2 na3 zuo4 shan1 sil +001751 sil you3 ren2 shuo1 sp1 ta1 hun1 yin1 bu2 mu4 sp1 pi2 pa5 an1 wei4 ta1 sp1 chen4 xu1 er2 ru4 sil +001752 sil ruan2 yong2 jian3 men5 de5 xing1 fen4 sp1 mei2 chi2 xu4 duo1 jiu3 sil +001753 sil zui4 zhong1 feng2 yong3 li4 mei2 ao4 guo4 nv3 er2 sil +001754 sil jin4 yan1 biao1 shi2 zai4 wang3 ba1 cheng2 le5 bai3 she4 sil +001755 sil chu3 yu2 leng2 yu3 re4 de5 liang3 ji2 sp1 zhang1 bo2 fei3 le4 zai4 qi2 zhong1 sil +001756 sil shao4 nv3 wen2 yan2 fei1 chang2 jing1 huang1 sp1 qi2 hou4 yin1 pi2 bei4 sp1 er2 shui4 zai4 ping1 pang1 qiu2 zhuo1 shang4 sil +001757 sil bi4 xu1 ai4 sp1 ai4 ni3 sheng4 guo4 lin2 zhi4 ling2 sil +001758 sil zhe4 zhao4 xiang4 yao4 deng3 shou2 zhang3 sp1 zai4 nar4 r zhan4 zhe5 sil +001759 sil gao1 yuan2 yuan5 kan4 zhi4 wen4 wei4 guo3 sp1 sui2 ji2 shuai2 shou3 li2 kai1 sil +001760 sil zhan1 cang1 ying5 de5 zhi3 fang4 yi4 tian1 hui4 zhan1 man3 cang1 ying5 sp1 er4 huo4 peng2 you5 shuo1 sp1 wei4 shen2 me5 dou1 na4 me5 sha3 sp1 mei2 kan4 dao4 tong2 ban4 dou1 si3 le5 ma5 sil +001761 sil suan4 huai4 xiao4 ye2 xi3 huan5 sil +001762 sil xi3 che1 hang2 li3 sp1 wu2 fa1 bing1 zheng4 zuan4 zhe5 gao1 ya1 shui3 qiang1 xi3 che1 sil +001763 sil wang2 hai3 jian4 mai3 qiang1 shi1 bai4 hou4 sp1 yang2 mou3 you4 zai4 wang3 shang4 song2 yong3 wang2 hai3 jian4 zhi4 zao4 zha4 yao4 sil +001764 sil hang2 zhou1 de5 fang2 di4 chan3 ye3 tong2 yang4 re4 nao4 sil +001765 sil nv2 zhu3 jue2 ming2 jiao4 dan1 ni1 er3 sp1 liang3 ren2 cong2 gao1 zhong1 shi2 bian4 kai1 shi3 xiang1 ai4 sil +001766 sil wu3 liu4 liu4 lu4 he2 wu3 liu4 si4 lu4 sp1 ye3 gai2 zou2 duan3 tu2 sp1 zai4 wu3 tai4 zha2 diao4 tou2 sil +001767 sil quan2 guo2 hua1 yang4 hua2 bing1 nv3 dan1 guan4 jun1 liu2 yan4 sp1 shi4 jin1 tian1 de5 di4 yi1 bang4 huo3 ju4 shou3 sil +001768 sil ling2 san1 nian2 sp1 liu2 yu4 quan2 xue4 ai2 li2 shi4 sp1 bao3 zhu1 ye2 you3 chu1 xi2 sang1 li3 sil +001769 sil peng3 zai4 shou2 li3 sp1 lan4 ye4 zhi2 wang3 xia4 diao4 sil +001770 sil xian4 chang2 yi3 bei4 feng1 suo3 sp1 you2 wu2 jing2 deng3 ba2 shou3 sil +001771 sil hou4 mian4 de5 ren2 cui1 sp1 wei4 sp1 mai3 ya5 sp1 dai1 diao4 la5 sil +001772 sil suo2 yi3 sp1 wo3 men5 bu2 yong4 zheng3 tian1 wang3 di4 li2 pao3 sp1 you3 shi2 jian1 bang1 er2 zi5 zhang1 luo2 xi2 jiu3 de5 shi4 qing5 sil +001773 sil xian4 zai4 wo2 tui3 hai2 duo1 suo5 ne5 sil +001774 sil wo3 sui2 ji2 wen4 sp1 zhe4 suan4 shi4 tong2 yang3 xi2 me5 sil +001775 sil wo3 men5 de5 shi4 jie4 sp1 mei2 you3 wu4 mai2 he2 yin1 tian1 sp1 yong2 yuan3 tian1 lan2 cao3 lv4 sp1 yang2 guang1 wen1 nuan3 sil +001776 sil wo3 xian4 zai4 chang2 fa4 piao1 piao1 hai2 wei4 ji2 yao1 sil +001777 sil liu2 xing2 xing4 sai1 xian4 yan2 shi4 you2 liu2 xing2 xing4 sai1 xian4 yan2 bing4 du2 yin2 qi3 de5 ji2 xing4 chuan2 ran3 bing4 sil +001778 sil yin1 wei4 cheng2 xu4 yuan2 ba4 ba5 hai2 mei2 you3 jiao1 wo3 ya5 sil +001779 sil ta1 shi4 quan2 guo2 qing1 lian2 wei3 yuan2 na5 sp1 shi4 mo2 fan4 ya5 sil +001780 sil jian3 cheng1 wei2 qi1 jiu3 yao1 ba1 wang3 sp1 zong3 gui1 mo2 yue1 sp1 ba1 dian2 wu3 wan4 gong1 li3 sil +001781 sil mou3 nan2 bang3 da4 yao1 yuan2 sp1 nai3 fang1 yuan2 shi2 li3 gong1 ren4 de5 zhuang4 han4 sp1 zai4 jia1 li3 que4 hao2 wu2 di4 wei4 sil +001782 sil na4 shua2 xiao3 xing4 zi5 ke2 yi3 ma5 sil +001783 sil zhe4 zhong3 jiang1 chi2 sp1 wu2 yi2 rang4 mian4 fen2 chang3 zui4 wei2 zuo3 you4 wei2 nan2 sil +001784 sil mian4 chao2 huang2 tu3 bei4 chao2 tian1 de5 xin1 suan1 ta1 zao2 you2 gan3 wu4 sil +001785 sil yi4 pang2 de5 jie3 jie5 di2 fen1 shuo1 sp1 zui4 chu1 sp1 yi3 wei2 shi4 chuan2 xiao1 zhe3 sp1 sa1 huang3 xiang3 pian4 ta1 men5 qu4 sil +001786 sil ling4 wai4 yi4 ming2 dui4 yuan2 zhou3 bu4 bei4 dao1 gua1 shang1 sil +001787 sil shui4 fa3 gui1 ding4 sp1 fang2 wu1 zeng4 yu3 xu1 jiao1 qi4 shui4 sil +001788 sil wai4 tao2 qi1 jian1 sp1 ceng2 gei3 feng1 du1 xian4 du1 du1 zhen4 yi2 ge4 xing4 zhang1 de5 mu4 jiang4 dang1 guo4 gan1 er2 zi5 sil +001789 sil te4 jing2 shou3 chi2 qiao4 gun4 sp1 da3 kai1 fang2 men2 sil +001790 sil jin1 wan3 dao4 ming2 tian1 shan2 bei3 duo1 yun2 jian4 qing2 sp1 guan1 zhong1 shan3 nan2 yin1 zhuan3 duo1 yun2 sil +001791 sil xu2 kuang1 di2 zhu3 chi2 bi4 mu4 da4 hui4 sil +001792 sil jia1 li3 de5 zhu3 yao4 jing1 ji4 lai2 yuan2 kao4 ba4 ba5 yang3 sheng1 kou5 zhong4 di4 sp1 kan3 chai2 shao1 tan4 sil +001793 sil ru2 guo2 xiang3 yong4 zhe4 ge5 ying2 xiang2 wo3 sp1 bie2 che3 le5 sil +001794 sil wo3 men5 bei4 gan3 chi2 ru3 sp1 dan4 ye3 wu2 neng2 wei2 li4 sil +001795 sil liao2 tian1 zhi3 yu2 he1 he1 a5 xiong1 di4 sil +001796 sil zhe4 xie1 zhang4 peng5 shi4 shui2 yun4 lai2 de5 sil +001797 sil ben3 ci4 di4 zhen4 shu2 qian3 yuan2 xing4 qiang2 zhen4 sp1 mu4 qian2 shang1 wang2 bu4 xiang2 sil +001798 sil ying2 pan2 lu4 xiang1 jiang1 sui4 dao4 si4 tiao2 za1 dao4 sp1 zong3 chang2 sp1 er4 dian3 liu4 wu2 jiu3 gong1 li3 sil +001799 sil wo3 men5 jiu4 shuo1 ga2 ga3 sp1 yi4 fang1 yi4 shuo1 sil +001800 sil dang1 ran2 ye2 you3 ren2 ren4 wei2 sp1 ge1 qu2 you3 di1 su2 zhi1 xian2 sil +001801 sil wei4 du3 ku1 long5 sp1 ta1 you4 da2 qi3 zuan1 qi2 ta1 yin2 hang2 xin4 dai4 lou4 dong4 de5 kong4 zi5 sil +001802 sil ci3 wai4 sp1 zhe4 tou2 da4 xiang4 de5 yan3 jing5 sp1 hai2 yin1 yi2 ge4 nan2 hai2 yong4 gun4 bang4 meng3 chuo1 sp1 er2 shou4 zhong4 shang1 sil +001803 sil dong3 jie2 shan3 liang4 xing1 xing5 qun2 jin4 xian3 gui4 qi4 sp1 bei4 fen3 si1 wei2 pai1 sil +001804 sil ben3 bao4 xun4 sp1 du4 jue2 er4 shou3 fang2 jiao1 yi4 yin1 yang2 he2 tong5 sp1 zhe4 hui2 yao4 dong4 zhen1 ger2 r de5 le5 sil +001805 sil zhi3 yao4 you3 cuo4 neng2 gai3 jiu4 shi4 hao3 yang4 de5 sil +001806 sil ban4 niang2 li3 fu2 sp1 yu2 mou3 zhu4 ming2 pin3 pai2 zhao1 pai2 li3 fu2 qun2 fei1 chang2 xiang1 si4 sil +001807 sil er4 yue4 ding1 mao3 zang4 gao1 ling2 sil +001808 sil en4 sp1 ba1 gua4 xin1 wen2 zong3 shi4 hen3 duo1 sil +001809 sil xing1 xing5 ting1 le5 xiang4 wo3 zha2 yan3 sil +001810 sil ta1 yong4 chu1 chi1 nai3 de5 li4 qi4 xiang3 sp1 dan4 xiang3 zhe4 ge5 dong1 xi5 sp1 shi4 jia1 er4 shi2 fen1 man2 li4 sp1 ye3 wu2 ji4 yu2 shi4 de5 sil +001811 sil jun1 fang1 ye2 you3 bu4 shao3 nei4 hong4 sil +001812 sil zuo4 di4 tie3 gang1 xia4 sp1 yi4 zhi1 jing2 quan3 sp1 wang1 wang1 jiao4 zhe5 chong4 wo3 pu1 guo4 lai5 sp1 jin2 jin2 yao3 zhu4 wo3 de5 bao1 sil +001813 sil wo3 guo2 de5 bing1 xue3 yun4 dong4 qi3 bu4 wan3 shui2 zhun3 di1 sil +001814 sil cong2 lv3 li4 biao3 kan4 sp1 dong2 yong3 an1 de5 jin4 sheng1 zhi1 lu4 shun4 chang4 sil +001815 sil yong1 dun3 men5 de5 yi2 wei4 zhui1 peng3 sp1 shi3 ta1 geng4 jia1 wang4 hu1 suo2 yi3 sp1 yue4 fa1 jiao1 heng4 le5 sil +001816 sil jin4 shan2 meng3 ning2 hei1 san1 jiao3 sp1 xiang1 qian2 yu2 meng3 san1 jiao2 deng3 di4 de5 huan2 jing4 zhi4 liang4 sp1 de2 dao4 gai3 shan4 sil +001817 sil da4 chu2 wang3 sp1 yi3 ji2 xin1 en1 shi1 lun4 tan2 shang4 sp1 dui4 ci3 jian4 yi4 de5 ping2 lun4 bu2 duan4 sil +001818 sil mei3 tian1 lian2 zhou2 zhuan4 shi4 de5 sp1 bi3 da4 ren5 hai2 lei4 sil +001819 sil zhe4 ge4 yue4 yao4 yang3 huo2 zi4 ji3 you2 dian3 nan2 sil +001820 sil chan3 ye4 zhuan3 yi2 sp1 shi4 bu2 shi4 ba3 wu1 ran3 ye2 zhuan3 yi2 le5 sil +001821 sil ren4 lian2 jun1 wen4 zhang1 yan4 hui1 shi4 fou2 you2 fan3 ying4 cai2 liao4 sp1 zhang1 yan4 hui1 shuo1 mei2 you3 sil +001822 sil ru2 jin1 pei1 tai1 gan4 xi4 bao1 yan2 jiu1 qu3 de2 le5 tu1 po4 xing4 jin4 zhan3 sil +001823 sil zhua1 fa1 zhan3 you3 zheng4 ji4 sp1 zhua1 gai3 ge2 que4 rong2 yi4 de2 zui4 ren2 sp1 he2 ku3 lai2 ne5 sil +001824 sil ben3 gong1 cheng2 hong2 guan1 zou3 xiang4 sp1 yu3 zhong1 mian2 guan3 dao4 yi2 zhi4 sil +001825 sil bi3 ru2 xin1 niang2 yin1 jia4 zhuang5 bu4 zu2 sp1 er2 bei4 po2 jia1 ren2 da2 si3 shao1 si3 sil +001826 sil li3 zhong1 duo3 gei3 gong1 gong5 wei4 fan4 sil +001827 sil gong2 bei3 sui4 dao4 wan2 quan2 chu3 yu2 zhu1 hai3 de5 fan2 hua2 cheng2 qu1 sp1 jin3 kao4 ao4 men2 sil +001828 sil pei2 shen3 tuan2 jin2 jin3 que4 ren4 le5 kai3 xi1 sp1 you3 xiang4 diao4 cha2 ren2 yuan2 sa1 huang2 deng3 si4 xiang4 qing1 zui4 sil +001829 sil xu1 bu4 xu1 yao4 wo3 zhuan4 qian2 yang2 ni3 ya5 sil +001830 sil ri4 qian2 sp1 li4 xin1 xian4 wang4 tuan3 zhen4 nong2 min2 zai4 jiao1 guan4 mai4 tian2 sil +001831 sil er2 jie2 guo3 yu2 wo3 men5 de5 kan4 fa3 yi2 zhi4 sil +001832 sil yi1 shen3 xuan1 pan4 hou4 sp1 shang4 you3 qin4 ti2 chu1 shang4 su4 sil +001833 sil zhe4 ye2 gei3 mao4 ling2 yong3 ling2 sp1 deng3 wei4 kai1 fang4 de5 di4 wang2 ling2 qin3 sp1 zeng1 tian1 le5 geng4 duo1 shen2 mi4 se4 cai3 sil +001834 sil liang3 ren2 yi4 zuo3 yi2 you4 hen3 shi4 qin1 mi4 sil +001835 sil qu4 hai3 bian1 zou2 zou3 chui1 chui5 hai3 feng1 sil +001836 sil zhi3 yao4 gou3 yi2 jiao4 sp1 geng3 su4 lin2 jiu4 dei2 qi3 lai2 chou2 chou3 sp1 kan4 shi4 bu2 shi4 lai2 le5 wai4 ren2 sil +001837 sil ru2 yi4 de5 wai4 po2 shuo1 sp1 ta1 chan2 de5 huang1 de5 shi2 hou5 sp1 jiu4 yong4 she2 tou5 zai4 shi2 wu4 shang4 tian2 liang3 xia4 sil +001838 sil e2 luo2 si1 guan1 yuan2 xiang1 xin4 sp1 bo1 jie2 ye1 fu1 sp1 xian4 cang2 ni4 zai4 mei3 guo2 mou3 chu4 sil +001839 sil kuan1 chang3 ming2 liang4 de5 you2 yong2 guan3 nei4 jing3 sil +001840 sil yin1 yu3 tian1 sp1 wei4 le5 bu2 lan4 qie2 zi5 hai2 dei3 duo1 da3 yao4 sp1 da3 yi2 bian4 zhi4 shao2 dei2 bai3 shi2 kuai4 qian2 sil +001841 sil you3 cun1 min2 cheng1 sp1 zhang1 xiao2 wei2 hen3 xiao4 shun4 sp1 chu1 yu4 hou4 sp1 yu2 mu3 qin1 yi4 qi3 ju1 zhu4 sil +001842 sil ju4 liao2 jie3 sp1 hai2 gou3 ye3 cheng1 hai3 xiong2 sp1 wa4 na4 shou4 sil +001843 sil zhi3 neng2 yao2 yao3 ya2 jian1 chi2 sil +001844 sil wo2 you3 sp1 wo2 you3 zhe4 song2 yang4 sil +001845 sil hao2 qiao3 sp1 ou2 ye3 shi1 mian2 sil +001846 sil zhe4 bu4 yin1 wei4 gong1 shang1 ma5 sp1 shang4 ban1 mang2 hu2 luan4 chi1 zao3 fan4 sp1 jia1 ban1 ao2 ye4 jiu3 zuo4 bu2 yun4 dong4 sil +001847 sil gu2 mou3 yao2 yao2 huang4 huang4 dao3 di4 sil +001848 sil ju4 fu4 yang2 xin1 wen2 wang3 bao4 dao4 sp1 jie4 qian2 shi2 hua1 yan2 qiao2 yu3 sp1 lai4 zhai4 shi2 hua1 zhao1 yong4 jin4 sil +001849 sil a1 tang1 sao3 xiu1 xian2 da3 ban4 du2 zi4 gou4 wu4 sil +001850 sil chun1 feng1 you4 de2 yi4 sp1 zhang3 zhong1 wo4 qian2 kun1 sp1 huo1 chu1 wo3 yi2 ge4 sp1 zao4 fu2 yi4 qun2 ren2 sil +001851 sil sha3 bi1 shuo1 sp1 cao1 ni2 ma3 de5 sp1 ni3 dao4 shi4 gei2 lao3 zi5 po4 po4 a5 sil +001852 sil yu3 xiang2 de5 chuang2 wei4 sp1 zai4 er4 hao4 qin3 shi4 kao4 men2 na4 pu4 sil +001853 sil wang2 yu4 shan1 sp1 bu2 guo4 shi4 yi1 ke4 zhao1 meng2 zhi4 sha1 gong1 chen2 zhong1 de5 yi4 ming2 sil +001854 sil ju4 ta1 miao2 shu4 sp1 dang1 shi2 hun2 shen1 tan1 ruan3 sp1 duo1 duo5 suo1 suo1 sp1 hai4 pa4 shen4 zhi4 ya1 guo5 fen4 nu4 sil +001855 sil shi2 wei2 feng4 xuan1 sp1 dan1 jue2 xin1 li4 sil +001856 sil xiao1 liang4 chi1 jin3 sp1 gan3 yu2 en4 xia4 lian2 zhang3 san1 nian2 de5 shi4 tou2 sp1 su1 ning2 zi4 you2 suo3 yi1 sil +001857 sil cao2 xiao2 jie3 fa1 xian4 sp1 zhe4 kuan3 lian2 ku4 wa4 sp1 yu3 ping2 chang2 de5 si1 wa4 xiang1 bi3 jiao4 ying4 sp1 hen3 nan2 chuan1 jin4 sil +001858 sil jiu4 yuan2 ren2 yuan2 jiang1 hun1 mi2 de5 lv2 you3 yun4 song4 xia4 shan1 sil +001859 sil jing1 chang2 tiao1 bian3 dan4 de5 ren2 sp1 suo2 gu3 wei4 zhi4 hui4 you3 ming2 xian3 de5 mo2 sun3 sil +001860 sil di4 er4 zhuo1 de5 yi4 ti2 shi4 du2 hong2 lou2 meng4 de5 ren4 shi5 yu3 gan2 xiang3 sil +001861 sil you2 yu2 zao1 yu4 luan4 liu2 sp1 fei1 ji1 fa1 sheng1 jiao4 da4 dian1 bo3 sp1 feng2 yu4 gan3 jue2 xia4 shen1 yi2 zhen4 liang2 yi4 sil +001862 sil zhi3 hui1 yuan2 xun4 su4 lian2 xi4 wa1 jue2 ji1 sp1 ban1 yi2 guo4 huo3 mian2 hua1 bao1 sil +001863 sil ran2 er2 sp1 zai4 xiong1 e4 jiao3 hua2 de5 chai2 lang2 sp1 ye3 tao2 tuo1 bu4 liao3 lie4 ren2 qiang1 kou3 sil +001864 sil li4 ta3 hong2 hui2 dao4 ying1 ji2 sha1 hou4 sp1 ning2 bo1 de5 nang2 bing3 tan1 sp1 you2 di4 di5 tuo1 he2 ti2 jie1 guan3 sil +001865 sil zhi3 yao4 bu4 jiang2 jia3 hua4 sp1 bu2 zao4 wei2 shi3 jiu4 shi4 bing2 bi3 sil +001866 sil shi2 yuan2 qing1 mei3 fan3 dui4 zi4 wei4 dui4 sp1 zai4 hai3 wai4 shi3 yong4 wu3 qi4 sil +001867 sil en4 shuo1 sp1 ke3 shi4 zhong3 me5 shuo1 sil +001868 sil o4 sp1 hao3 xiang4 shi4 dai4 wang4 shu1 huo4 liu3 ya4 zi2 xie3 de5 sp1 xie3 de5 zen3 me5 yang4 sil +001869 sil bei4 hai4 ren2 nei4 zang4 pi2 rou4 deng3 sp1 diu1 qi4 zai4 huang2 wu4 jiang1 jia1 tuan3 fu4 jin4 de5 he2 gou1 li3 sil +001870 sil wei2 yan4 jin4 shui3 sp1 jiang1 ying2 xiang3 sp1 yi3 shi4 qia1 zhe5 fen1 miao3 ji4 suan4 de5 gong1 qi1 sil +001871 sil jin1 song1 qun2 de5 zuo4 pin3 sp1 yu2 sp1 jing4 ping2 sp1 pi2 pa5 sil +001872 sil chi1 sheng1 ni2 qiu5 sp1 gu4 yuan2 gao1 sp1 mei3 tian1 xue2 wei4 zhu4 she4 fu4 fang1 dang1 gui1 zhu4 she4 ye4 sil +001873 sil wo3 lun1 zhe5 tie3 chui2 xiang4 che1 chuang1 za2 qu4 sp1 za2 lan4 yi2 ge4 sp1 zai4 za2 xia4 yi2 ge4 sil +001874 sil zhang1 mu3 sui1 mei2 you3 lan2 nv3 tiao4 lou2 sp1 dan4 fan2 suo3 da4 men2 yu2 jing3 dui4 zhi4 sil +001875 sil zhong4 suo3 zhou1 zhi1 sp1 he2 tun2 yu2 wei4 dao5 xian1 mei3 sp1 dan4 han2 you3 ju4 du2 sil +001876 sil ta1 tan3 yan2 sp1 zi4 ji2 you3 gen1 dui4 fang1 xue2 sp1 bian4 jie4 zhi5 sil +001877 sil jing2 zhang3 cui1 suo2 er3 gao4 su4 dang1 di4 mei2 ti3 sp1 ci3 xie2 de5 chi3 cun4 shi4 nan2 xie2 shi2 hao4 sil +001878 sil ta1 yi3 wei2 hai2 zi5 e4 le5 sp1 jiu4 chong1 nai2 fen3 gei3 ta1 he1 sp1 xiao3 dong1 he1 wan2 hou4 reng2 ran2 ku1 nao4 sil +001879 sil zai4 zhe4 li3 sp1 yi4 cai3 liu2 guang1 sp1 cui3 can4 wu2 bi3 sil +001880 sil geng4 he2 shi4 bing1 kou3 wei4 de5 shi4 sp1 ying2 she4 yi3 hou4 ke2 yi3 gua4 mei2 nv3 tu2 pian4 sil +001881 sil sheng4 dian3 zhi4 ye4 fu4 ze2 ren2 hua2 wen2 xiang2 sp1 ze2 cheng2 ren4 cun2 zai4 tuan2 gou4 xing2 wei2 sil +001882 sil ta1 cong2 na4 kun2 kao3 chang2 zhong1 chou1 le5 qi2 zhong1 yi4 gen1 lai2 chi1 sil +001883 sil gui4 yuan2 ba1 bao3 zhou1 bu2 cuo4 ya5 sil +001884 sil ye3 hui4 you3 tian2 de5 shi2 hou4 ya5 sil +001885 sil dang1 ran2 shuai4 la5 sp1 zai4 wo3 xin1 zhong1 sp1 ni3 you4 shuai4 you4 ku4 sil +001886 sil zhe4 ji3 tian1 tian1 qi4 liang2 kuai5 bu4 kai1 kong1 tiao2 le5 sp1 wen2 zi5 dou1 cong2 wen2 zhang4 feng4 li3 sp1 wang2 li3 mian4 zuan4 sil +001887 sil zhong4 wang2 you3 fen1 fen1 zhi1 chi2 zheng4 yuan1 jie2 xiang4 gong1 hang2 tao3 shuo1 fa3 sil +001888 sil jun1 xun4 zui4 hou4 yi4 tian1 shi4 quan2 xiao4 de5 zong2 jian3 yue4 sil +001889 sil qi2 zhong1 sp1 fu2 zhou1 ju1 yu2 bang2 shou3 sil +001890 sil hei1 shou2 dang3 shi4 tu2 yi2 ci2 mo3 hei1 ken3 ni2 di2 sp1 bing4 jiang1 zhi1 zuo4 wei2 sp1 yao1 xie2 de5 gong1 ju4 sil +001891 sil ta1 de5 sun1 nv3 hou4 lai2 si3 yu2 ke4 yao4 sil +001892 sil shi2 yi1 wu3 qi1 jian1 sp1 guang3 xi1 zhao2 zhun3 cha1 ju4 dui4 zheng4 xia4 yao4 sil +001893 sil ying1 gai1 gei3 zhong4 fa2 huo4 nian3 chu1 zhong1 guo2 sil +001894 sil wo3 zhen1 xiang3 gei2 ni3 chui2 chui2 bei4 sil +001895 sil nan2 jing1 ji1 ming2 si4 yao4 shi1 ta3 qi2 huo3 sil +001896 sil ji4 zhe3 cong2 tan1 ta1 yao2 ti3 de5 zhuan1 shang4 sp1 bai1 diao4 nian2 he2 bu4 fen5 sp1 qing1 qing1 yi4 nie1 sp1 ji2 sui4 cheng2 fen3 mo4 sil +001897 sil gong1 xiao1 she4 po4 chan3 hou4 sp1 ta1 zou3 nan2 chuang2 bei3 sp1 yi3 mai4 kao3 yang2 rou4 chuan4 wei2 sheng1 sil +001898 sil leng2 jiao3 fen1 ming2 de5 ying4 lang2 bi3 chu4 sp1 diao1 ke4 chu1 geng4 qu1 qian2 wei4 sp1 er2 gai4 nian4 hua4 de5 qian2 lian3 sil +001899 sil wo3 qu4 na4 gei2 ni3 men5 kang2 kuang4 quan2 shui3 dou1 xing2 sil +001900 sil ren2 jia1 shi4 da4 zhi4 ruo4 yu2 ma5 sil +001901 sil liang3 tou2 hu2 nan2 lai2 han4 song4 jian3 de5 jiang1 tun2 shi1 ti2 yi3 yun4 zou3 sil +001902 sil shang4 zhou1 wu3 sp1 tai4 le4 can1 jia1 tuo1 kou3 xiu4 sp1 ai4 lun2 ai4 shuo1 xiao4 de5 lu4 zhi4 sil +001903 sil yan3 zhe4 bu4 xi4 sp1 mei3 tian1 dou1 yu3 guo1 wan3 piao2 pen2 da3 jiao1 dao4 sil +001904 sil dang1 que4 ding4 yan2 jun4 chu1 shi4 hou4 sp1 yan2 jun4 de5 mu3 qin1 sp1 ji1 jin4 yun1 jue2 sil +001905 sil tian1 qi4 yu4 bao4 zhi3 shuo1 sp1 jin1 tian1 you2 yu3 sil +001906 sil jin2 guan3 zi4 ti3 wai1 wai1 xie2 xie2 sp1 dan4 ju4 ju4 bao3 han2 shen1 qing2 sil +001907 sil dang1 ran2 yao4 mai2 mai2 mai3 la5 sil +001908 sil ke3 ta1 li4 zhi4 yao4 chuang3 chu1 yi4 fan1 xin1 tian1 di4 sil +001909 sil ben3 bao4 zhai1 deng1 bu4 fen5 yi2 xiang3 du2 zhe3 sil +001910 sil ta1 de5 chou1 xiang4 fu2 wu4 yuan2 yu3 ding4 yi4 ru2 xia4 sil +001911 sil dan4 ru2 jin1 sp1 gu3 cheng2 qiang2 que4 bei4 bo1 le5 pi2 sp1 zao2 cheng2 yao2 dong4 sp1 cheng2 zhuan1 sp1 ye3 bei4 lei3 cheng2 zhu1 wo1 sil +001912 sil mei3 bang1 yao4 zuo4 quan2 qiu2 de5 cai2 feng5 sil +001913 sil zhe4 yi4 tian1 sp1 di4 yi1 chuang1 kou3 de5 gui1 nv5 zhang1 yu2 yao4 chu1 jia4 le5 sil +001914 sil kang1 jun1 yuan2 ren4 wei2 sp1 zhe4 shi4 you3 ren2 gu4 yi4 zai4 shang4 mian4 tu2 mo3 lan2 qi1 sil +001915 sil xiao1 qiang2 ti2 xing3 sp1 chuang3 hong2 deng1 cun2 zai4 zhe5 yan2 zhong4 sp1 an1 quan2 yin3 huan4 sil +001916 sil yan1 huo3 shou3 xian1 cong2 chuan2 cang1 jia2 ban3 shang4 mao4 chu1 sil +001917 sil ta1 jing1 chang2 yi3 ni4 cheng1 xiao3 rou2 sp1 zai4 wang3 shang4 diao4 yu2 lian2 xi4 piao2 ke4 sil +001918 sil qian2 guo2 jia1 ping1 pang1 dui4 cheng2 yuan2 sp1 chen2 you4 ming2 sil +001919 sil jing1 ji4 ren2 huo4 wen4 xi1 sp1 ye3 fa1 wei1 bo2 dui4 chuan2 wen2 you4 biao3 shi4 fen4 nu4 sp1 cheng1 tai4 guo4 huang1 miu4 sil +001920 sil zhu3 bo1 men5 neng2 fou2 gai3 yi4 gai3 zhao4 ti2 shi4 ban3 nian4 gao3 de5 gu4 you3 mo2 shi4 sil +001921 sil yao2 tiao3 shu1 nv3 sp1 jun1 zi2 hao3 qiu2 sil +001922 sil ling4 wai4 sp1 wo2 you3 ge5 zhi2 sun1 er5 shi4 nao3 tan1 er2 sp1 wo2 ye2 zhun3 bei4 gei3 ta1 jia1 dian3 bang1 zhu4 sil +001923 sil dao4 di2 ba3 ta1 zhe4 ge5 luo2 guo1 er5 zhi2 guo4 lai5 le5 sp1 ta1 gei2 wo3 shu1 wan2 ye4 wo3 cai2 zou3 de5 sil +001924 sil bu4 neng2 yin1 ye1 fei4 shi2 a5 sil +001925 sil min2 jing3 na4 men4 sp1 wei4 he2 zai4 xu4 qian2 yuan2 que4 dai4 dao1 fu4 hui4 sil +001926 sil ta1 ye3 yu4 dao4 le5 yi2 ge4 tiao1 huo4 lang2 sil +001927 sil you3 cheng2 zuo4 yao1 er4 er4 er4 ci4 lie4 che1 shi3 sil +001928 sil nin2 za3 zhi1 dao4 wo3 shi4 gu1 er2 de5 sil +001929 sil zi3 xi4 duan1 xiang2 pian4 ke4 sp1 xiao1 mou3 xun2 wen4 dian4 yuan2 shi4 fou3 neng2 da3 zhe2 sil +001930 sil xi3 ju4 zhong1 sp1 mo4 wen2 wei4 de5 biao2 yan3 sp1 bai3 wu2 jin4 ji4 sp1 han1 chang4 lin2 li2 sil +001931 sil ai1 si1 mei2 la1 da2 hao4 sp1 ying2 zhe5 tai4 ping2 yang2 de5 feng1 lang4 sp1 huan2 huan3 hang2 xing2 sil +001932 sil wei4 le5 fan3 hui2 cang1 an1 quan2 zhuo2 xiang3 sp1 jie1 xia4 lai2 sp1 yao4 ba3 sheng4 yu2 dian4 liang4 fang4 chu1 sil +001933 sil chen2 bing1 yi2 xia4 zi5 huo3 le5 sp1 da4 hou2 qi3 lai2 sil +001934 sil lu2 wen2 huan4 jiu4 zai4 jiao2 fei3 bu4 dui4 zhong1 sil +001935 sil liu2 ting2 qi4 de2 dao4 tang2 wu1 chuan1 wa4 zi5 huan4 xie2 sil +001936 sil gui4 zhou1 ken2 xue3 jiao1 jing3 zhao4 pian4 sil +001937 sil xu3 duo1 mei3 miao4 de5 nian4 tou5 fen1 zhi4 ta4 lai2 sil +001938 sil nan2 zi3 ming4 ling4 chen2 ying3 na2 chu1 xing2 shi3 zheng4 sil +001939 sil zhe4 yi4 xing2 wei2 zhi1 e4 lie4 sp1 zhi2 de2 yin2 qi3 gao1 du4 jing3 ti4 sp1 you2 ying1 fang2 fan4 sp1 qi2 miu4 zhong3 liu2 chuan2 sil +001940 sil tu4 zi5 bu4 chi1 wo1 bian1 cao3 sil +001941 sil wo2 tao3 yan4 chi1 wei4 dao4 guai4 guai4 de5 shi2 wu4 sp1 bi3 ru2 liu2 lian2 sil +001942 sil yong3 zhou1 chen1 zhou1 shi4 jia1 qiang2 le5 qiang2 jiang4 yu3 fang2 yu4 gong1 zuo4 sp1 ji1 ji2 ying4 dui4 sil +001943 sil shi2 ge2 si4 nian2 sp1 na4 wan3 de5 xuan1 xiao1 reng2 yu2 yin1 rao4 liang2 sil +001944 sil yi4 chang3 xuan2 mei3 sp1 leng4 shi4 fa1 jiao4 cheng2 yi2 dun4 tu3 cao2 sheng4 yan4 sil +001945 sil dang1 qi1 can1 kao3 shou1 yi4 lv4 sp1 bai3 fen1 zhi1 san1 dian3 si4 wu2 wu3 si4 sil +001946 sil ta1 jin4 yu4 gang1 de5 shi2 hou4 wang4 ji4 tuo1 wa4 zi5 le5 sil +001947 sil bao1 mou3 bei4 kan2 ji3 dao1 hou4 sp1 kai1 shi3 qiu2 rao2 sil +001948 sil liu2 yu2 tong2 xue2 kan4 dao4 sp1 hei1 ban3 cao2 li3 sp1 na4 liao2 liao2 wu2 ji3 de5 fen2 bi3 tou2 sp1 hen3 kuai4 xiao1 hao4 yi4 kong1 sil +001949 sil ru2 guo3 yi1 ran2 you3 ren2 yao4 zuo4 hu2 lu5 seng1 sp1 na4 hu2 lu5 an4 sp1 kong3 pa4 zai4 suo3 nan2 mian3 sil +001950 sil weng4 an1 shi4 jian4 sp1 yin3 fa1 gui4 zhou1 quan2 sheng3 sp1 da3 hei1 chu2 e4 de5 gao1 feng1 sil +001951 sil zhe4 jiang1 hui4 xiao1 chu2 zhong1 wen2 dian4 nao2 ruan3 jian4 sp1 yu3 wai4 wen2 ruan3 jian4 hu4 bu4 jian1 rong2 de5 zhang4 ai4 sil +001952 sil wai4 jie4 yue4 xiang3 tan4 jiu1 sp1 wo3 jiu4 yue4 xiang3 duo2 qi3 lai5 sil +001953 sil ke4 che1 jia4 shi3 yuan2 tang2 yuan2 heng1 sp1 shang1 shi4 jiao4 zhong4 sil +001954 sil gei3 jian4 zhu4 wai4 qiang2 jia1 zhuang1 bao3 wen1 cai2 liao4 sp1 su2 cheng1 gei3 jian4 zhu4 chuan1 mian2 ao3 sil +001955 sil ren2 sheng1 ou2 er3 you2 dian3 que1 xian4 ye3 bu2 cuo4 sp1 wo3 mei2 you3 xiang2 hao3 sil +001956 sil ru4 ye4 sp1 wen1 zhou1 shang4 kong1 shan3 dian4 tu1 xi2 sp1 xiang3 lei2 zha4 qi3 sp1 dian4 shan3 lei2 ming2 zhong1 sp1 da4 yu3 qing1 pen2 er2 xia4 sil +001957 sil zai4 weng4 an1 xian4 zheng4 fa2 wei3 gong1 zuo4 de5 wang2 dun4 shuo1 sil +001958 sil ji4 zhe3 zhan4 zai4 keng1 bian1 sp1 hai2 bu2 duan4 you3 ni2 tu2 sp1 wang3 keng1 li3 diao4 luo4 sil +001959 sil ci3 wai4 sp1 yi1 wan4 nuo4 fu1 hai2 zhang3 kong4 zhe5 duo1 jia1 du2 chang3 sil +001960 sil ying3 yuan4 pin2 jiu3 he2 peng1 ren4 ban1 sp1 jin3 sui2 qi2 hou4 sil +001961 sil shen1 zheng4 cheng2 zhi3 ze2 shuai4 xian1 qi2 wen2 fan3 tan2 sil +001962 sil bing1 mian4 lve4 you3 xie1 hua2 sp1 zhi2 hao3 ze2 bing1 mian4 shang4 you2 xue3 de5 di4 fang1 zou3 sil +001963 sil yuan3 chu4 tiao4 wang4 sp1 lou2 tai2 xing3 mu4 sp1 dian4 tang2 die2 cui4 sp1 jin1 bi4 hui1 huang2 sp1 hong2 guan1 sp1 er2 zhuang4 mei3 sil +001964 sil qing2 kuang4 wei1 ji2 sp1 li3 zhi4 guang3 chuai4 men2 chong4 jin4 wu1 nei4 sil +001965 sil na4 sp1 e4 bu2 e4 sp1 zi4 ji3 qu4 zhu2 wan3 mian4 chi1 sil +001966 sil cun2 zai4 yan1 jing2 yin3 huan4 de5 kuang4 jing3 sp1 bao4 yu3 qi1 jian1 sp1 yi2 lv4 yan2 jin4 jing3 xia4 zuo4 ye4 sil +001967 sil wo2 hen3 le4 yi4 wei4 zhu3 ren2 fu2 wu4 sil +001968 sil jiu4 yuan2 ren2 yuan2 tui1 ce4 sp1 zhe4 yi2 zuan4 kong3 de5 ling4 yi4 duan1 sp1 ji2 wei2 yu4 kun4 kuang4 gong1 suo2 chu3 de5 keng1 dao4 sil +001969 sil wo2 mai3 de5 zhu3 yao4 chan2 pin3 shi4 wen2 ju4 li2 pin3 lei4 sil +001970 sil zhang1 wu2 ji4 jian4 zi4 ji3 de5 zi4 sp1 yi4 sao3 tui2 mi3 sp1 ye2 man3 xin1 xi3 huan1 sil +001971 sil zhong1 guo2 hai3 jian1 sp1 er4 liu4 er4 sp1 er4 liu4 san1 chuan2 sp1 zai4 bei3 bu4 wan1 hai3 yu4 xun2 hang2 sil +001972 sil you3 yi4 tian1 sp1 she2 de5 wei3 ba1 pin1 ming4 zheng1 chao3 zhe5 sp1 yao4 you2 ta1 ling3 lu4 sil +001973 sil tu1 ran2 sp1 pang2 ting1 xi2 shang4 yi2 zhen4 sao1 dong4 sil +001974 sil ju4 a1 zha1 man4 jiao1 dai4 sp1 ta1 shi4 bei4 qu3 di4 de5 sp1 ba1 jun1 shi4 pai4 bie2 qian2 cheng2 jun1 cheng2 yuan2 sil +001975 sil zhe4 zhong3 yu4 mi3 yan2 se4 ji2 qi2 xuan4 lan4 sp1 dan4 wan2 quan2 ke2 yi3 shi2 yong4 sil +001976 sil zhou1 jie2 lun2 yin1 bao4 cu1 da3 ji4 zhe2 yin3 guan1 zhu4 sil +001977 sil zhao4 rui2 rui3 ceng2 shi4 zhong1 guo2 nv3 pai2 de5 he2 xin1 qiu2 yuan2 sp1 ke3 xi1 yin1 wei4 shang1 bing4 sp1 er2 yuan3 li2 sai4 chang3 sil +001978 sil ni3 yi4 zhi2 zai4 wo3 nao2 hai2 li3 zhuan4 you5 sil +001979 sil suo2 yi3 zai4 wen2 li3 fang1 mian4 sp1 wo3 cong2 ta1 nar4 r kai1 shi3 yan2 jiu1 fo2 fa3 de5 sil +001980 sil nei4 rong2 chuang4 jian4 shi4 zui4 ang2 gui4 de5 sil +001981 sil wei3 bu4 de5 nao3 dai4 lve4 xiao3 sp1 dan4 yan2 zui3 qi2 quan2 sil +001982 sil xi1 er3 dun4 kai1 hong2 se4 fa3 la1 li4 sp1 zhang3 ji4 xing4 sp1 shuang1 tui3 bing4 long3 xia4 che1 sil +001983 sil bu2 ji3 nan2 dong1 sheng4 wu4 ye4 guan2 li2 you3 xian4 gong1 si1 tie1 chu1 de5 tong1 zhi1 sil +001984 sil lao3 hanr4 r dui4 shuang1 gui1 xi2 yi3 wei2 chang2 le5 sil +001985 sil qie4 ji4 sp1 bu2 yao4 zhui1 zhang3 sha1 die1 sil +001986 sil ta1 yao4 ge2 lei2 si1 xiang4 zhang1 zi3 yi2 xue2 xi2 sp1 xiang4 ta1 yi2 yang4 bao3 chi2 miao2 tiao2 shen1 cai2 sil +001987 sil jie1 xia4 lai2 sp1 zhong1 guo2 tou2 zi1 zhe3 ke3 neng2 yao4 can1 yu4 gou4 mai3 pu2 tao5 zhuang1 yuan2 sp1 jiu3 zhuang1 he2 nong2 tian2 sil +001988 sil ta1 men5 dui4 xing2 zheng3 qi2 sp1 pai2 cheng2 san1 lie4 zong4 dui4 sil +001989 sil qian2 huai2 gen4 jie4 shao4 shuo1 sp1 ta1 ren4 shi5 yi2 wei4 sp1 tai2 wan1 de5 jiu3 dian4 ri4 yong4 pin3 sheng1 chan3 shang1 sil +001990 sil gong4 zhi2 yu2 sheng3 cheng2 yi4 jia1 qi3 ye4 sp1 gai1 qi3 ye4 cong2 shi4 zhi4 zao4 kun3 chao1 ji1 sheng1 chan3 sil +001991 sil ba1 si4 nian2 er4 ren2 lian4 ai4 sp1 jiu3 er4 nian2 er2 zi5 hong2 yang2 chu1 sheng1 sil +001992 sil er4 shi4 sp1 mei2 you2 hao3 de5 cheng2 ben3 shou1 yi4 kuang1 suan4 sil +001993 sil zhang4 fu5 wen4 sp1 wo3 yao4 you3 wai4 yu4 le5 zen3 me5 ban4 sil +001994 sil chuan2 huan2 huan2 shi3 ru4 yong3 xing1 dao3 gang2 kou3 sil +001995 sil jiao2 hao3 de5 rou4 xian4 bi3 xian1 rou4 hai2 pian2 yi5 sil +001996 sil zu3 er2 da4 zan4 ji1 zai2 wu3 zi1 li4 hai5 sp1 lian4 chu1 yi4 shuang1 qi2 lin2 bi4 sil +001997 sil lan2 se4 de5 yue4 liang4 sp1 ye3 zhui1 xun2 zhe5 feng1 xiang4 sil +001998 sil ta1 mian2 qiang3 shi4 shi4 zhi4 qiu1 er2 zu2 sil +001999 sil bao3 an1 qu1 jian3 ce4 dian3 she4 na3 sil +002000 sil gao2 kua3 nan2 si1 la1 fu1 sp1 shi4 xi1 fang1 kong4 zhi4 ba1 er3 gan1 sp1 jin4 er2 kong4 zhi4 zheng3 ge4 ou1 zhou1 de5 guan1 jian4 huan2 jie2 sil +002001 sil di4 xing2 tu2 you2 ce4 hui4 yuan2 liu2 wu3 han4 sp1 ji4 shi4 lan2 jia1 kui3 fan2 qi3 ming2 gong4 tong2 ce4 hui4 sil +002002 sil wo2 za3 bian4 cheng2 le5 zhe4 fu4 chou3 yang4 zi5 le5 sil +002003 sil jia1 jia1 kai1 shi3 da1 guo1 zuo4 fan4 sp1 fei4 xu1 shang4 sheng1 qi3 niao2 niao3 chui1 yan1 sil +002004 sil jin4 nian2 sp1 tai2 wan1 bing1 lang2 shi4 ye4 wen3 ding4 hou4 sp1 hai2 zhuan2 wang3 hai3 nan2 kai1 tuo4 shi4 chang3 sil +002005 sil yuan2 yi2 zhen4 sp1 jiang1 qi4 you2 dao4 zai4 che3 xia4 lai2 de5 yi1 fu5 shang4 sp1 bing4 dian3 ran2 sil +002006 sil mao4 zi5 yi4 che3 sp1 you4 lian3 shang4 shang1 hen2 dian2 dian3 sil +002007 sil shang4 xing1 qi1 sp1 fa3 guo2 zheng4 fu3 yao1 qiu2 an1 sai4 le4 mi3 ta2 er3 chong2 kai1 huo4 chu1 shou4 zhe4 liang3 zuo4 gao1 lu2 sil +002008 sil tong2 xue2 sp1 yao4 wo3 bang1 ni3 pei2 yang3 zheng4 que4 san1 guan1 me5 sil +002009 sil ci3 shi2 sp1 feng2 wei3 zheng4 qiao2 qing3 le5 bing4 jia4 zai4 shen1 zhen4 tan4 wang4 fu4 mu3 sil +002010 sil shuo1 zhe4 duan4 hua4 shi2 sp1 ta1 you2 dian3 dou2 dou3 huo1 huo1 sp1 ji1 hu1 dai4 zhe5 ai1 qiu2 de5 yi4 wei4 sil +002011 sil yi4 xie1 yin2 hang2 hai2 chu1 le5 wai1 zhao1 sil +002012 sil shui2 chan3 xie2 hui4 jiang1 shi2 yong4 yu2 chi4 sp1 deng3 tong2 yu2 jie2 jian2 mei3 de2 sp1 zu3 zong1 ye3 hui4 bei4 qi4 si3 sil +002013 sil tu2 wei2 zhang1 guang3 ning2 qing1 jie2 chang2 guan3 zuo4 yi3 sil +002014 sil jing1 ge2 ge3 de5 ye2 ye5 wang2 xian1 sheng5 bian4 ren4 sp1 ci3 ren2 xing4 yang2 sp1 shou1 gou4 po4 lan4 wei2 sheng1 sil +002015 sil rou2 mian4 jiao3 ji1 dan4 sp1 qie1 huo2 tui3 chang2 qing1 jiao1 sp1 yi3 ji2 tiao2 zhi4 zuo3 liao4 sil +002016 sil zhe4 xie1 yuan2 gong1 yao4 can1 yu4 chan2 pin3 ce4 shi4 sp1 bing4 ji2 shi2 ti2 gong1 fan3 kui4 sil +002017 sil wu3 zhu4 yi4 zhi1 yan3 sp1 yuan3 kan4 gan3 jue2 hen2 mei3 sil +002018 sil ni2 xiang3 a5 sp1 ren2 jia1 mu3 ji1 chi1 chong2 sp1 ta1 yang3 de5 mu3 ji1 chi1 yu2 sp1 zhe4 dai4 yu4 sp1 tian1 shang4 di4 xia4 ya5 sil +002019 sil qian1 yue1 yi2 shi4 sp1 zai4 la1 ne4 lei2 shi4 zheng4 ting1 ju3 xing2 sil +002020 sil mai4 ke4 sp1 zong3 shi4 yi3 ge4 zhong2 li3 you2 tui1 tuo1 sil +002021 sil li3 can4 chen1 yi2 jian4 ji4 zhe3 ye3 dai4 hui2 mo4 jing4 sp1 qi2 wei4 hun1 qi1 ji2 bei4 dui4 jing4 tou2 sil +002022 sil hun1 yin1 shi4 zuo4 wei2 cheng2 sp1 bu2 guo4 sui1 ran2 wei2 zhe5 sp1 que4 ye3 zi4 you3 bei4 wei2 de5 tong4 kuai4 he2 shu1 tan3 sil +002023 sil ye4 dao3 bu2 yao4 mai4 nong4 you3 xian4 de5 fa3 lv4 zhi1 shi5 le5 sil +002024 sil yao4 yu4 fang2 guo4 min3 xing4 ji2 bing4 sp1 zhao3 dao4 guo4 min3 yuan2 sp1 bing4 bi4 mian3 ta1 hen3 zhong4 yao4 sil +002025 sil ju4 jie4 shao4 sp1 ben3 ci4 shi4 gu4 sp1 yi2 si4 yu3 xue2 sheng1 chi1 de5 shi2 tang2 yue4 bing2 you3 guan1 sil +002026 sil shui2 hui4 zai4 hu5 min2 jin4 dang3 de5 nei4 dou4 yu3 pao4 mo4 hua4 sil +002027 sil chuan2 hao4 liao2 dong1 yun4 er4 ling2 san1 san1 sil +002028 sil nv3 shen2 zheng2 ti3 nong2 zhuang1 yan4 mo3 sp1 shen1 ti3 shang4 gua4 zhe5 si1 dai4 he2 cai3 qiu2 sil +002029 sil kan4 zhe5 jian4 kang1 huo2 po1 de5 geng4 ga3 qiu2 pei2 sp1 yi1 hu4 ren2 yuan2 sp1 you3 xie1 yi1 yi1 bu4 she3 sil +002030 sil zheng4 bian4 an4 sp1 yi4 shi2 jian1 gei3 she4 hui4 zao4 cheng2 pu3 bian4 de5 kong3 huang1 gan3 sil +002031 sil ou1 ni2 er3 shuo1 sp1 xian1 ni3 ding4 chu1 yuan2 zhu4 de5 xin1 biao1 zhun3 zhi4 guan1 zhong4 yao4 sil +002032 sil zhe4 ge5 sp1 wo3 yao4 hui2 jia1 wen4 wen5 ma1 ma5 sil +002033 sil deng3 yi4 deng3 ka2 er3 bu4 xian1 sheng5 sil +002034 sil gai1 pei4 he2 ni2 yan3 chu1 de5 wo2 yan3 shi4 er2 bu2 jian4 sil +002035 sil you3 yi4 tian1 sp1 you3 ren2 tong1 guo4 qun2 li3 de5 duan3 xin4 wen4 ta1 sp1 yao4 bu2 yao4 mai3 zhi1 fang3 zhen1 qiang1 wan2 wan5 sil +002036 sil ta1 na2 shu4 cha4 wang3 he2 li3 yi4 da3 sp1 yi2 huir4 r jiu4 zhua1 le5 yi2 da4 dui1 yu2 sil +002037 sil ta1 wu2 si1 de5 pin3 ge2 ling4 ren2 jing4 yang3 sil +002038 sil xia4 man4 ha1 dun4 di4 qu1 xian4 ru4 yi2 pian4 hei1 an4 sil +002039 sil ni3 yan2 zhi2 yi4 bai2 wu3 shi5 fen1 sil +002040 sil er2 fo2 xiang4 mu2 yang4 ci3 shi2 ye3 shi2 fen1 qing1 shou4 sil +002041 sil mei2 duo1 jiu3 sp1 zhen4 shang4 de5 gan4 bu4 jiu4 man3 jie1 rang1 rang5 sp1 rang4 cun1 min2 sp1 wang3 gao1 chu4 zhuan3 yi2 duo3 bi4 shan1 hong2 sil +002042 sil jia1 shang4 ren2 sheng1 meng3 sp1 ting3 xiang4 leng4 tou2 qing1 sil +002043 sil mei3 ge4 ge4 ti3 huo4 de2 ying1 you3 de5 zun1 zhong4 sp1 yao4 huo2 de5 you3 zun1 yan2 yi4 dian3 sil +002044 sil zao2 qi3 de5 niao3 er2 you3 chong2 chi1 sil +002045 sil ke2 you3 xiao4 zu3 ge2 chou4 wei4 sil +002046 sil bu2 guo4 sp1 ye3 zhi2 you3 jiang1 jiu4 le5 sil +002047 sil tu2 wei2 sun2 mao3 shi2 gou4 jian4 sil +002048 sil na2 li3 hui4 yin1 ci3 shi1 qu4 yu3 wen2 zuo4 wen2 de5 feng1 du4 ne5 sil +002049 sil mo4 li3 si1 zhe4 fan1 chi4 luo2 luo3 de5 zhong3 zu2 zhu3 yi4 yan2 lun4 sp1 zao1 dao4 yu2 lun4 tong4 pi1 sil +002050 sil ku3 se4 de5 sha1 chui1 tong4 lian3 pang2 de5 gan3 jue2 sil +002051 sil da3 ge5 zhen1 fei4 hua4 zhen1 duo1 sil +002052 sil pai1 wan2 ju4 sp1 si1 di3 xia4 mei2 you3 lian2 luo4 sil +002053 sil yi4 gan3 ren2 qun2 yao4 jin3 liang4 jian2 shao3 wai4 chu1 sil +002054 sil nan2 lv3 ke4 mian4 dui4 mao2 wei4 dong1 de5 dang1 chang3 pan2 wen4 sp1 shi3 zhong1 duo2 duo3 shan2 shan3 sp1 ji2 yu2 tuo1 shen1 sil +002055 sil gang3 zhu1 ao4 da4 qiao2 chu2 le5 gui1 mo2 hong2 da4 sp1 hai2 jiang1 ju4 you2 cui3 can4 duo2 mu4 de5 wai4 guan1 sil +002056 sil fan3 guan1 liang2 lie4 wei2 sp1 pi3 ze2 pi2 yi3 sp1 que4 zong3 jue2 de5 sp1 qian4 le5 yi4 dian2 hen3 jin4 sil +002057 sil hai2 you3 dui4 ti3 ruo4 er2 jin4 xing2 zhuan1 an4 guan2 li3 sil +002058 sil deng2 wo3 man4 man4 yong4 xin1 ling2 qu4 gan3 shou4 yi2 xia4 xian1 sil +002059 sil you2 ci3 sp1 fang1 ti3 zhong1 xiang3 dao4 le5 gu1 nai3 zhang1 shu1 yun2 sp1 duo1 ci4 qing3 qi2 gen1 wang2 wen2 li4 shuo1 shuo5 sil +002060 sil qiao2 dun1 yao4 kua3 le5 sp1 huo3 che1 hai2 mei2 zou3 wan2 sil +002061 sil long2 xia1 wei1 ji1 zhi1 hou4 sp1 yi2 qie4 yin1 ci2 gai3 bian4 sil +002062 sil hao3 yi2 pai4 xiao1 shu1 cang1 liang2 de5 jing3 se4 sil +002063 sil qi3 yong4 hou4 sp1 shou3 pi1 jiang1 ba3 qi1 er4 ba1 san1 ling2 ba1 lu4 sp1 diao4 ru4 zhu3 lu4 gang3 wan1 sil +002064 sil zhe4 xie1 ji1 du2 quan3 gong1 xun1 zhuo2 zhu4 sil +002065 sil zai4 hai2 zi5 shang4 che1 hou4 sp1 li3 ya4 peng2 sp1 ye3 cong1 cong1 ba3 yan1 qia1 mie4 ji2 mang2 li2 qu4 sil +002066 sil zhe4 xia4 ke3 rang4 miao2 pu3 da4 wei2 nao2 huo3 sil +002067 sil zhu1 mou3 jue2 ding4 tun1 bing4 zhe4 ge5 du3 dang4 sil +002068 sil he2 lian4 can1 shi4 ren2 yuan2 zao2 yi3 jiu4 wei4 sp1 bing4 kai1 shi3 tiao2 shi4 yi2 qi4 sil +002069 sil pang4 wa2 an1 pai2 ta1 zuo4 fu4 jia4 shi3 wei4 zhi5 sil +002070 sil jiang1 jun5 jiu4 yao4 you3 zhan4 lve4 yi4 shi5 sil +002071 sil ta1 shi4 na4 yang4 jing1 shen2 peng2 bo2 shi4 qi4 ang2 yang2 sil +002072 sil wu3 long2 wu3 shi1 hua1 che1 za2 shua2 deng3 sp1 dai4 biao3 zhong1 guo2 min2 zu2 feng1 de5 wen2 hua4 jie2 mu4 sp1 ying1 you3 jin4 you3 sil +002073 sil ke3 xi1 bei1 ju4 yi3 niang4 cheng2 hui2 tian1 fa2 li4 sil +002074 sil jing1 shai1 xuan3 zui4 zhong1 you1 bin1 sheng4 chu1 sil +002075 sil shi2 zhi2 bang4 wan3 sp1 yan1 cong1 kai1 shi3 pai2 yan1 sil +002076 sil tong2 shi2 sp1 yi4 gong1 men5 sp1 ye3 zheng4 zai4 chou2 bei4 jing1 fei4 sp1 gou4 mai3 yu4 han2 yi1 wu4 sp1 pai4 song4 gei3 gu1 gua2 lao3 ren2 sil +002077 sil tu2 wei2 luo4 wang3 de5 du2 fan4 sp1 zuo3 er4 wei2 liu2 ben3 lin2 sil +002078 sil you3 xie1 gou4 wu4 wang3 zhan4 sp1 hai2 zhuan1 men2 chu1 shou4 jun1 yong4 nei4 yi1 he2 wa4 zi5 sil +002079 sil na4 lan4 tuo2 da4 xue2 yi2 zhi3 de5 hong2 zhuan1 jian4 zhu4 can2 hai2 sil +002080 sil sui2 hou4 sp1 zou1 ying1 da3 kai1 ci4 wo4 fang2 men2 sil +002081 sil jiu3 dian4 fang1 mian4 hui4 yao1 qiu2 fang2 ke4 sp1 bu2 yao4 tian3 qiang2 bi4 sp1 yi2 mian3 qiang2 bi4 yue4 lai2 yue4 bao2 sil +002082 sil ta1 xing3 lai2 hou4 xian1 zhao3 qing2 shi1 sp1 zai4 chuan1 hao3 yi1 fu5 sp1 hui2 xiang3 zuo2 ye4 de5 meng4 sp1 ke3 meng4 jing4 quan2 wu2 sil +002083 sil yuan2 lai2 xiong2 dai4 lin2 chu2 le5 gan3 qing2 shang4 zhuan1 yi1 sp1 dui4 si1 wa4 ye3 xiang1 dang1 zhuan1 yi1 sil +002084 sil you2 qi2 shi4 you3 xie1 yao4 jie2 wa2 wa5 qin1 de5 sp1 xiao4 de5 wo3 du4 zi5 dou1 teng2 sil +002085 sil kong3 jie2 yi3 ban4 mu4 you1 shi4 xing4 yun4 de5 ba2 de2 tou2 chou2 sil +002086 sil chuan2 shuo1 diao1 chan2 jiu4 sheng1 yu2 si1 zhang3 yu2 si1 sil +002087 sil gao1 ge4 lao3 ren2 jiao4 yang2 she2 xin1 sp1 zou3 lu4 yi4 que2 yi4 guai3 de5 lao3 ren2 sp1 jiao4 han2 wen2 jing4 sil +002088 sil xian4 zai4 hao3 le5 sp1 yi2 ci4 mai3 ke2 yi3 yong4 shang4 yi4 nian2 ban4 zai3 de5 liang4 bei5 sil +002089 sil zheng4 xin1 yi2 dong3 de5 guan1 huai2 zhang2 zhe3 sp1 suo2 yi2 li3 xiang1 qin2 te4 bie2 teng2 ai4 ta1 sil +002090 sil gan1 dang1 lv4 ye4 de5 gong3 han4 lin2 ti2 qian2 yi4 tian1 sp1 jiu4 lai2 dao4 nan2 jing1 dui4 cir2 r zou3 tai2 sil +002091 sil ye3 jiu4 shi4 shuo1 sp1 gua1 zi3 ru2 guo3 bu2 cui4 sp1 huo4 zhe2 you3 ha1 la5 wei4 sp1 jun1 bei4 shi4 wei2 sp1 bu4 he2 ge2 pin3 sil +002092 sil wo3 can1 jia1 le5 da4 lian2 shi4 jun1 min2 qing4 zhu4 wu3 yi1 you2 yuan2 huo2 dong4 sil +002093 sil hong2 quan1 chu4 sp1 shi4 she4 zai4 yu2 tang2 bian1 de5 du2 chang3 sil +002094 sil zong2 ti3 xiang4 mu4 sp1 yu4 ji4 zai4 er4 ling2 er4 er4 nian2 zhi1 qian2 wan2 cheng2 sil +002095 sil wang2 kai2 lao3 jia1 zai4 nong2 cun1 sp1 zhe4 cun1 yi3 zhe5 yi4 tiao2 tie3 lu4 sil +002096 sil zhan4 zai4 ta2 ding3 ke2 yi2 fu3 kan4 zheng3 ge4 cheng2 shi4 sil +002097 sil yu2 dao4 di3 za2 si3 de5 sp1 gu4 lao3 han4 sp1 yi2 ding4 yao4 nong4 ge5 ming2 bai5 sil +002098 sil zen3 yang4 ji1 fa1 zhan4 shi4 men5 sp1 ai4 jun1 xi2 wu3 de5 re4 qing5 sil +002099 sil gao1 yin1 la3 ba5 ti2 xing3 suo2 you3 ren2 yuan2 cong2 zhi4 hong2 qu1 che4 li2 sil +002100 sil xiao1 xi5 hen3 kuai4 chuan2 jin4 zhou1 wei2 er3 duo5 sil +002101 sil wen1 jia1 bao3 shuo1 sp1 ling2 dao2 zhe3 yao4 shan4 yu2 fa1 xian4 miao2 tou5 xing4 wen4 ti2 sp1 guo3 duan4 cai2 qu3 cuo4 shi1 sil +002102 sil mei3 li4 de5 da4 ya4 wan1 sp1 he2 feng1 xu4 li4 sp1 bi4 bo1 wan4 qing3 sil +002103 sil zhuang1 zai4 bao1 li3 sp1 zou3 ye4 lu4 de5 shi2 hou5 dang1 gun4 zi5 fang2 shen1 sil +002104 sil chou4 wei4 long3 zhao4 che4 ye4 nan2 mian2 sil +002105 sil zhao4 shi4 che1 che1 tou2 you3 ming2 xian3 ao1 hen2 sil +002106 sil gong1 zhang1 sp1 yuan2 he2 lv2 lv3 cheng2 wei2 zha4 pian4 fen4 zi3 de2 shou3 de5 wu3 qi4 sil +002107 sil zhong1 guo2 zang4 ge1 hui4 qi3 dong4 wan3 hui4 sp1 ke3 wei4 shi4 qun2 xing1 cui3 can4 sil +002108 sil jie1 zhe5 sp1 niu3 yue1 dang1 ju2 kai1 shi3 qing1 sao2 zu3 ke1 di4 gong1 yuan2 sp1 ban1 yun4 cheng2 dui1 de5 la1 ji1 sil +002109 sil zai4 zou1 yan4 yan4 xian2 liao2 de5 hua4 yin1 zhong1 sp1 ta1 na4 xie1 gao1 guan1 ge1 menr5 r neng2 liang4 dou1 bu4 ke2 xiao3 qu4 sil +002110 sil fa3 xin1 she4 bao4 dao4 sp1 dang1 qian2 shi2 jie2 sp1 a1 wei2 ni2 weng1 ju4 you3 da4 liang4 you2 ke4 sil +002111 sil xiang1 an4 shang4 hai2 fang4 zhe5 yi4 zhi1 xiang1 lu2 sp1 lu2 li2 ji3 zhu4 xiang1 zheng4 piao1 zhe5 niao2 niao3 yan1 qi4 sil +002112 sil zui4 hou4 sp1 cen2 zhen4 chao2 sp1 bang1 ta1 da3 ying2 le5 guan1 si5 sil +002113 sil ta1 bei4 shang4 sp1 liu2 xia4 duo1 chu4 yu1 hen2 he2 ge1 shang1 sil +002114 sil kai1 ting2 dang4 tian1 sp1 pei2 tong2 wang2 ying2 chu1 ting2 ying4 su4 de5 sp1 shi4 qi2 gong1 gong5 zhang1 lao3 han4 sil +002115 sil ge4 ban2 ben3 you3 yi4 zhong3 suan4 yi4 zhong3 sil +002116 sil xiang1 guan1 ge4 fang1 an4 zhan4 you2 han1 sil +002117 sil wo3 men5 yao4 tong1 guo4 zhu4 zhai2 de5 xiao1 shou4 zi1 jin1 sp1 lai2 pie3 heng2 shang1 ye4 chi2 you3 de5 xian4 jin1 liu2 sil +002118 sil ye4 shen1 le5 sp1 miao2 jun4 ming2 jiang1 shu2 shui4 de5 chuan1 chuan1 lou3 zai4 huai2 li3 sp1 hun1 hun1 yu4 shui4 sil +002119 sil gu3 xia4 gen4 sp1 deng3 ri4 ben3 guo2 hui4 yi4 yuan2 sp1 ri4 ben3 wai4 wu4 sheng3 guan1 yuan2 chu1 xi2 le5 zhao1 dai4 hui4 sil +002120 sil yong4 shou3 qing1 qing1 yi4 bai1 sp1 tie3 tiao2 jiu4 hen3 qing1 yi4 de5 bian4 wan1 le5 sil +002121 sil jiang3 fu4 gui4 xiong1 mei4 er4 ren2 zai4 wan2 shua3 sil +002122 sil liu4 shi2 qi1 nian2 jian1 sp1 ta1 chang2 huan2 zhai4 wu4 he2 ji4 sp1 yi2 wan4 san1 qian1 liu4 bai3 duo1 yuan2 sil +002123 sil wo3 hao2 xiang2 gei3 ta1 zheng1 yi2 ge4 re4 hu1 hu1 de5 li2 zi5 chi1 sil +002124 sil xin1 lang2 chi2 yi2 le5 xia4 sp1 rang4 niao4 bie1 de5 sil +002125 sil da4 zhao1 si4 qian2 xiang1 yan1 niao2 niao3 sp1 you2 zhuan3 jing1 de5 lao3 ren2 zou3 guo4 sil +002126 sil fang2 gu3 zheng4 he2 bao3 chuan2 sp1 yi3 jing1 ying1 zi1 chu1 xian4 sil +002127 sil wo3 jue2 ding4 li2 kai1 pai2 zhuo1 sp1 er3 duo5 tai4 zang1 le5 sil +002128 sil men2 qian2 zhai2 zhai3 de5 xiao3 xiang4 li3 hui1 chen2 mi2 man4 sil +002129 sil die1 die5 zao3 nian2 pao1 qi4 qi1 zi3 yu2 xiao3 san1 tong2 ju1 sp1 ru2 jin1 zhong4 feng1 hou4 wu2 ren2 zhao4 kan4 sil +002130 sil ye3 hui4 ti2 gong1 sheng1 zi3 pian1 fang1 gei2 xiao3 liang2 kou3 sil +002131 sil lin2 shuang3 yu2 sp1 dui4 ci3 chuan2 yan2 wei4 zhi4 ke2 fou3 sp1 dan4 ta1 ken3 ding4 hu2 de5 chu1 zou3 sp1 yu2 ji3 dui4 you3 guan1 sil +002132 sil bu2 yong4 ya1 suo1 ji1 de5 leng2 nuan3 kong1 tiao2 qi4 huo4 zhuan1 li4 sil +002133 sil lu2 zi5 yan1 cong5 feng1 bi4 bu4 hao3 sp1 zheng3 ge4 wo1 peng2 bei4 yan1 long3 zhao4 sp1 qiang4 de5 ren2 ke2 sou4 bu4 ting2 sil +002134 sil ta1 zhong1 yu2 xia4 jue2 xin1 chai1 kai1 le5 niu2 pa2 can1 sil +002135 sil xiao3 tou1 que4 yi4 dian2 ye3 bu2 qi4 nei3 sp1 ji4 xu4 zai4 chou1 ti5 nei4 fan1 zhao3 sil +002136 sil dan4 shi4 cong2 zhai4 shi4 de5 pin2 zhong3 he2 shu4 liang4 er2 yan2 sp1 reng2 ran2 pian1 di1 pian1 zhai3 sil +002137 sil liang3 di4 xiang1 cha4 sp1 liu4 wan4 ba1 qian1 ba1 bai3 yuan2 sp1 liang3 di4 zhi1 bi3 sp1 wei2 wu2 dian3 er4 sil +002138 sil dang4 tian1 sp1 cun1 min2 bing4 mei2 you3 fa1 xian4 wen1 tie3 shuan1 you3 yi4 chang2 biao3 xian4 sil +002139 sil quan2 li4 yan4 zhuan3 shen1 fan3 hui2 yuan4 zi5 sp1 shun4 shou3 lin1 qi3 sao4 zhou5 sp1 zhi2 ben4 guo4 qu4 sil +002140 sil zuo2 tian1 de5 zhong1 shan1 da4 xue2 sp1 liang2 qiu2 ju1 tang2 nei4 zuo4 wu2 xu1 xi2 sil +002141 sil ren2 min2 tiao2 jie2 fa3 sp1 ye3 jiang1 yu2 nian2 nei4 chu1 tai2 sil +002142 sil an2 wan3 shang4 dou1 zai4 men2 kou3 liang2 kuai4 ma5 sp1 gai1 zuo2 zhuan3 wan1 de5 sp1 ta1 zhi2 xing2 sil +002143 sil wu2 zha2 gui3 dao4 de5 gui2 zhen3 sp1 ben3 shen1 shi4 hun4 ning2 tu3 jiao1 guan4 er2 cheng2 sp1 er2 lu4 ji1 sp1 ye3 bu2 yong4 sui4 shi2 sil +002144 sil chu1 chai1 ye3 yao4 zhao4 gu4 hao3 zi4 ji3 sil +002145 sil lie4 che1 wan2 dian3 cheng2 ke4 you3 quan2 yao1 qiu2 bu3 chang2 sil +002146 sil tu2 wei2 li3 bo2 shuo4 he2 xiao2 sa3 he2 ying3 sil +002147 sil liang3 ren2 zai4 ci4 xiang3 wai1 dian3 zi5 sil +002148 sil ta1 men5 reng2 wei4 tao3 gong1 qian2 er2 lai2 sil +002149 sil gong1 gong5 sp1 lao3 gong1 he2 da4 gu1 jie3 sp1 dou1 zai4 feng4 gang3 yi4 jia1 wu3 jin1 chang3 wu4 gong1 sil +002150 sil chuan2 tong3 chi1 fa3 shi4 bai2 qie1 sp1 kou2 gan3 qing1 dan4 sp1 rou4 zhi4 hua2 nen4 sp1 yuan2 zhi1 yuan2 wei4 sil +002151 sil gen1 peng2 you5 zuo4 dian2 yi3 qian2 mei2 you3 zuo4 guo4 de5 shi4 qing2 sp1 hui4 rang4 hao3 yun4 yan2 xu4 o5 sil +002152 sil er2 qie3 sp1 xuan2 shang2 deng3 yu2 zhi2 jie1 gong1 kai1 xu1 qiu2 sp1 xiang3 ying4 fang1 huo4 rao4 kai1 jiao1 yi4 huan2 jie2 sil +002153 sil liu4 shi4 lan2 lan3 san2 san3 song1 song1 kua2 kua3 sil +002154 sil zu2 jian4 meng4 nuan3 er2 de5 yan3 yi4 fa1 zhan3 qian2 li4 you3 duo1 me5 kuan1 guang3 sil +002155 sil jian3 er2 yan2 zhi1 sp1 mei2 you3 ren2 bi2 ni3 geng4 liao2 jie2 zheng3 ge4 ye4 wu4 sil +002156 sil zhe4 yi2 ye4 wu2 meng4 sp1 shui4 mian2 an1 wen3 de5 fang3 fu2 hang2 xing2 zai4 bei4 mai4 zhe2 lun2 guan4 ming2 shi2 de5 tai4 ping2 yang2 shang4 sil +002157 sil zui4 gao1 ren2 min2 fa3 yuan4 yuan4 zhang3 wang2 sheng4 jun4 can1 jia1 hui4 jian4 sil +002158 sil du3 shi2 fen1 wei2 men1 tou2 liao4 sp1 ban4 ming2 liao4 he2 ming2 liao4 san1 zhong3 sil +002159 sil lao3 lang2 he2 ye4 bei4 sp1 gao1 xiao3 song1 de5 ci2 qu3 sil +002160 sil bu2 guo4 sp1 xiao1 shou4 she1 hua2 que4 shu3 wu2 nai4 zhi1 ju3 sil +002161 sil wang2 gui4 zhi1 quan4 chui2 tou2 sang4 qi4 de5 zhang4 fu5 sil +002162 sil shi2 xia4 sp1 yan4 zhuang1 cun1 min2 you4 chui1 xiang3 le5 chou2 jian4 wu3 xing1 ji2 bin1 guan3 sp1 he2 qi4 che1 cheng2 de5 chong1 feng1 hao4 sil +002163 sil ru2 jin1 sp1 a1 kui2 lai2 la1 yi3 jing1 shen1 wei2 ren2 mu3 sil +002164 sil yi2 wei4 shi4 min2 hua2 piao1 liu2 ting3 zai4 pa2 ti1 zi5 hui2 jia1 sil +002165 sil che2 yuan3 yi4 dian3 sp1 yi4 ren2 tan2 lian4 ai4 zhao2 nv3 peng2 you5 sil +002166 sil yu3 ben2 wang3 lian2 xian4 shi2 sp1 di4 mian4 reng2 zai4 chan4 dong4 sil +002167 sil shang4 ban1 zu2 xiao2 geng3 jiu4 shi4 qi2 zhong1 yi2 wei4 sil +002168 sil bu2 guo4 sp1 tui2 gu3 wu2 fa3 fen2 shao1 sil +002169 sil ying1 han4 ni2 di4 sp1 jue2 chu1 shi2 yi1 shi4 ji4 hei1 zuan4 jie4 sp1 liao4 zhi2 shi2 wan4 ying1 bang4 sil +002170 sil ni3 yao4 xi3 wen2 le4 jian4 ma5 sil +002171 sil kan4 na4 teng2 kong1 er2 qi3 de5 tiao4 ban3 sil +002172 sil shou3 shu4 xu1 zai4 dan3 nang2 he2 fu4 bi4 zhi1 jian1 sp1 da1 jian4 lou4 guan3 sil +002173 sil jin4 ri4 sp1 ji4 zhe2 ou3 yu4 ge3 you1 kai1 zhe5 lu4 hu3 ji2 pu3 che1 zai4 jie1 shang4 liu1 da5 sil +002174 sil xiong1 di4 lia3 zheng4 zhuo2 mo2 zen3 yang4 ba3 zhe4 ge5 xiao3 yuan4 gui1 hua4 hao3 sil +002175 sil ruan2 nv3 shi4 xiang4 you4 er2 yuan2 ti2 chu1 le5 pei2 chang2 sil +002176 sil wan3 shang4 xi3 guo4 zao3 sp1 zai4 bei4 wo1 li3 zhui4 zhui4 bu4 an1 de5 kan4 zhe5 lao3 po5 pai1 lian3 sil +002177 sil ta1 men5 zai4 han4 bao3 ai4 si1 bu4 tu2 le4 qu1 fa1 xian4 duan1 ni2 sil +002178 sil ju4 shuo1 sp1 li2 zi1 ceng2 yu2 lan2 xin1 ge2 jia1 zhong1 sp1 bu4 xia4 qiu2 zi3 feng1 shui3 zhen4 sil +002179 sil ju4 xing1 yun3 luo4 sp1 ju3 guo2 bei1 tong4 sil +002180 sil shi4 fa1 qing1 shan1 gong1 ye4 san1 lu4 sp1 wu3 hao4 fu4 si4 shi2 si4 hao4 teng2 fei1 diao4 ji4 hang2 sil +002181 sil ye3 jiu4 shi4 shuo1 sp1 mei3 guo2 er2 tong2 zheng2 zheng2 zao3 shu2 le5 wu3 sui4 sil +002182 sil lai4 ning2 diao1 xiang4 chong2 xin1 hui2 dao4 dong1 cang1 xiang4 sil +002183 sil gao1 su4 lu4 shang4 zhei4 yang4 huan4 tai1 shi2 zai4 tai4 wei1 xian3 sil +002184 sil ta1 yi4 shou3 kang2 lin3 zi5 sp1 yi4 shou3 ba1 wa3 li4 sil +002185 sil zheng3 dun4 hou4 de5 xi1 shan1 jia3 mao4 mo2 tuo1 che1 sp1 wei4 he2 yu4 yan3 yu4 lie4 sil +002186 sil sa4 di2 si1 jiu4 shi4 zhei4 yang4 yi2 ge4 yin4 du4 fu4 hao2 sil +002187 sil zhao4 shao4 kang1 wen4 sp1 zhe4 jian4 shi4 sp1 liang3 mian4 bu4 tao2 hao3 sp1 lu4 ying2 ye2 ke3 neng2 en1 jiang1 chou2 bao4 sil +002188 sil yue1 han4 xun4 sp1 lie4 wei2 duo2 qu3 ao4 yun4 jin1 pai2 de5 ren2 xuan3 sil +002189 sil luo2 zhi4 xiang2 gen1 bang4 bang4 tang2 si1 jiao1 bu2 cuo4 sp1 da4 jia1 dou1 ai4 tiao4 wu3 sp1 chang2 yi4 qi3 qie1 cuo1 wu3 gong1 sil +002190 sil rang4 wu2 liao2 bian4 de5 you3 hua4 liao2 sil +002191 sil zhe4 shi2 sp1 che1 ding3 reng2 ran2 bei4 ya1 de2 ga1 ga1 xiang3 sil +002192 sil ta1 ai2 xiao3 de5 shen1 ying3 hen3 kuai4 yan1 mo4 zai4 ren2 qun2 zhong1 sil +002193 sil sun1 wei4 ji2 sha1 che1 sp1 xiao3 jie2 sp1 yi2 xia4 bei4 zhuang4 fei1 le5 sil +002194 sil ta1 xi2 guan4 zai4 wan3 can1 qian2 sp1 bai3 nong4 yang2 tai2 shang4 de5 hua1 cao3 sil +002195 sil li3 xian1 sheng5 fa1 pi2 qi4 sp1 shuai1 po4 le5 gua1 hu2 zhe3 li2 sp1 bing4 chong1 jin4 zhan4 tai2 sil +002196 sil shi2 hai3 jun1 jiang1 bei4 song4 wang3 ya4 zhou1 da4 xue2 yi1 yuan4 jie1 shou4 jiu4 zhi4 sil +002197 sil feng1 ye3 jiu4 zou3 tou2 wu2 lu4 sp1 gui1 yu2 shi1 bai4 de5 jing4 di4 le5 sil +002198 sil yi2 huir4 r sp1 liu2 lao3 lao5 you4 jiang1 zhu2 gan1 bei1 zai4 shen1 hou4 sp1 shi4 wei2 er4 lang2 ban1 shan1 sil +002199 sil peng2 you5 wen4 sp1 zui4 jin4 hun4 de5 zen3 me5 yang4 a5 sil +002200 sil yang2 fang2 hei1 wa2 fen3 qiang2 sp1 ni2 bi4 mu4 di4 sil +002201 sil hui2 shou2 wang3 ri4 sp1 ying4 lang3 de5 bei4 ying2 qiao3 ran2 yuan3 qu4 sp1 er2 ru2 jin1 de5 que4 shi4 lei2 ruo4 de5 shuang1 jian1 sil +002202 sil xue2 sheng1 geng4 jia1 xiang1 xin4 sp1 yan3 qian2 si4 hu1 yong3 shang4 le5 xu3 duo1 yin3 zheng4 yong4 de5 shu1 ming2 hao4 sil +002203 sil ta1 tong2 yang4 cu1 bao4 you3 li4 sil +002204 sil ao4 ti3 he2 er4 wai4 de5 di4 yi2 yang4 sp1 dan4 yi2 ge5 ju4 ying4 sp1 yi2 ge5 ju4 ruan3 sil +002205 sil dang4 wan3 sp1 xu2 zhou1 bei3 qu1 yi4 xiao3 qu1 nei4 sp1 shi2 na4 na5 luo4 wang3 sp1 qi2 zhang4 fu5 zhang1 qing4 sp1 bei4 zhua1 bu3 gui1 an4 sil +002206 sil zai4 liang3 ren2 qing2 han1 yi4 nong2 zhi1 shi2 sp1 nv2 you2 ou3 ran2 shuo1 dao4 sp1 xiang3 qu4 guo2 wai4 lv3 you2 sil +002207 sil zai4 yong4 gang1 jin1 ba3 men2 cha1 shang4 hou4 sp1 zhang1 mou3 sui2 ji2 ning3 kai1 le5 sp1 mei2 qi4 guan4 fa2 men2 sil +002208 sil dui4 na4 xie1 guang1 shua2 zui3 pi2 zi5 sp1 guang1 zhuo2 mo5 ren2 bu4 zhuo2 mo5 shi4 de5 sp1 jian1 jue2 bu2 yong4 sil +002209 sil ta1 hao2 bu2 tui4 suo1 sp1 niu3 zhu4 yi2 ge5 dai3 tu2 de5 shuang1 wan4 sil +002210 sil cun1 min2 feng2 xue2 li3 he2 ren4 qi3 tai4 sp1 ye3 fen1 bie2 chou2 qian2 sp1 da3 suan4 mai3 xia4 guan1 cai5 sp1 an1 zang4 feng2 guang1 guo2 sil +002211 sil dian1 chi2 wei4 shi4 zhang1 zheng4 xiang2 sil +002212 sil duo1 ci4 zhi4 wen4 zhang4 fu5 wei4 guo3 sp1 ku3 men4 zhi1 yu2 sp1 jiang1 cai1 yi2 gao4 su4 le5 nv3 er2 sil +002213 sil zhu2 chang3 zuo4 zhan4 de5 zhong1 guo2 tian2 jing4 jun1 tuan2 sheng4 suan4 ji3 he2 sil +002214 sil wo3 men5 zu1 gei3 bie2 ge4 ma5 sp1 ye3 yao4 shou1 qian2 sai5 sil +002215 sil ling4 wai4 sp1 yong4 hu4 wu2 fa3 zai4 wang3 shang4 chuo1 yi2 xia4 nv3 wang2 sil +002216 sil yin1 ci3 sp1 ru2 guo3 yi4 dao1 qie1 de5 an4 pai2 liang4 zheng1 shou1 sp1 ming2 xian2 you3 shi1 gong1 yun3 sil +002217 sil bie2 meng1 wo3 sp1 wo3 yi2 shang4 gou1 sp1 ni3 jiu4 hui4 jie2 tu2 fa1 chu1 qu5 heng5 sil +002218 sil yi1 yuan4 xi1 wang4 ta1 qu4 fa3 yuan4 qi3 su4 sp1 yuan4 fang1 hui4 an4 fa3 yuan4 pan4 jue2 zhi2 xing2 sil +002219 sil wo3 de5 ren2 sheng1 tu3 beng1 wa2 jie3 sil +002220 sil ta1 wei1 wei1 tian3 zhe5 du4 zi5 sp1 shuang1 shou3 cha1 yao1 sp1 mu4 shi4 qian2 fang1 sil +002221 sil gai2 xie3 li4 shi3 de5 hai2 you3 yi2 chang1 sil +002222 sil zai4 wa1 sp1 yi4 dui1 sui4 zhuan1 shi2 li3 sp1 mo1 dao4 le5 zou1 han4 jun1 de5 tou2 fa5 sil +002223 sil ji4 zhe3 kan4 dao4 sp1 yi4 xie1 cun1 min2 de5 fang2 wu1 sp1 ke3 wei4 weng4 you3 sheng2 shu1 sp1 nan2 zhe1 feng1 yu3 sil +002224 sil yi2 shi4 shang4 sp1 fei4 sen1 you2 si1 ka2 bi3 ji2 tuan2 sp1 yu3 sheng1 wu4 yi1 yao4 yuan2 qian1 shu3 he2 zuo4 xie2 yi4 sil +002225 sil zhi1 hou4 sp1 hai3 xin4 sp1 ye3 yu2 shang4 zhou1 tui1 chu1 da4 chi3 cun4 yun2 dian4 shi4 sil +002226 sil xue2 xiao4 wen2 hua4 qiang2 qian2 sp1 xiao3 jiang2 jie3 yuan2 sp1 jiang3 shu4 kai1 guo2 jiang1 jun5 sp1 du4 yi4 de2 de5 gu4 shi4 sil +002227 sil ta1 dui4 zhe4 shi1 sp1 yue4 kan4 yue4 xi3 huan5 sil +002228 sil chen2 chun1 hua1 hui2 yi4 sp1 zi4 ji3 zai4 hou4 bei4 xiang1 nei4 sp1 jiang1 suo3 nong4 huai4 sp1 zao1 yu4 qian4 zhai4 ren2 meng2 kan3 sil +002229 sil yang1 qi3 de5 shen1 banr3 r sp1 yi2 xia4 zi5 jiu4 ying4 le5 bu4 shao3 sil +002230 sil xian4 zai4 sp1 ta1 du4 qi2 yan3 zhou1 wei2 de5 pi2 fu1 sp1 dou1 yi3 kuai4 bei4 gao1 yao4 wu3 lan4 le5 sil +002231 sil liang4 hua4 kao3 he2 xin1 chou2 yu3 ye4 ji4 gua4 gou1 de5 ji1 zhi4 sil +002232 sil zhou1 hong2 yi1 wei4 le5 zuo4 sou1 suo3 cong2 an1 quan2 zuo4 qi3 sp1 rao4 de5 quan1 geng4 da4 sil +002233 sil jin1 tian1 zhong1 wu2 mai3 le5 juan2 bing3 sp1 hai2 mei2 chi1 wan2 ne5 sil +002234 sil dui4 yu2 wu2 jiao3 da4 lou2 de5 cai3 gou4 xi4 tong3 er2 yan2 sp1 zhe4 ge5 hei1 shi2 yue4 sp1 hai2 yuan3 wei4 jie2 shu4 sil +002235 sil zhong1 yu2 liao2 jie3 na4 zhong3 gan1 chang2 cun4 duan4 le5 sil +002236 sil bao2 xian2 gu3 ni4 shi4 zou3 qiang2 sil +002237 sil jia1 teng2 biao3 shi4 sp1 zhe4 yi4 qing2 bao4 sp1 lai2 zi4 yi2 wei4 e2 luo2 si1 die2 bao4 ren2 yuan2 sil +002238 sil si4 yi1 qi1 jiu3 hao4 ju4 xing2 xiao3 xing2 xing1 sp1 tu2 ta3 di4 si1 sp1 xing2 zhuang4 si4 hua1 sheng1 sil +002239 sil zheng4 jing3 zan2 di3 sp1 wo3 hai2 dei2 qie3 mo2 ne5 sil +002240 sil yan2 se4 yue4 shen1 sp1 peng2 sha1 han2 liang4 yue4 gao1 sil +002241 sil yu4 dai4 gao1 zhe4 ge5 te4 chan3 ke3 shi4 da4 you3 lai2 tou5 ne5 sil +002242 sil guan1 dian2 jiong3 yi4 sp1 wang2 wang3 shi4 shi4 jiao3 de5 cha1 yi4 sil +002243 sil na4 si1 ji1 wu2 ru2 wo3 sil +002244 sil wei1 chu2 li3 qi4 he2 nei4 cun2 sp1 ye3 shi4 ru2 ci3 sil +002245 sil wang2 shuang1 hu2 deng3 ren2 sp1 sui4 gan3 dao4 jiu3 dian4 zao4 shi4 sil +002246 sil er2 jie1 dao4 sp1 ye3 hui4 yu2 jin4 qi1 dui4 wang2 nv3 shi4 jia1 jin4 xing2 fen3 shua1 he2 qing1 li3 sil +002247 sil wei4 shen2 me5 mei3 ci4 chan3 mao1 shi3 shi2 sp1 mao1 mao1 dou1 xi3 huan5 ding1 zhe5 kan4 sp1 ta1 men5 ge2 wai4 zai4 hu1 zi4 ji3 de5 bian4 bian5 ma5 sil +002248 sil she4 an4 nan2 zi3 li2 mou3 sp1 cong2 hu2 bei3 lai2 sp1 sui4 yu3 qi1 zi3 sp1 yi4 qi3 kai1 wang3 dian4 sil +002249 sil xia4 lou2 ti1 shi2 sp1 yang2 nv3 shi4 huang1 luan4 zhong1 sp1 bu4 xiao3 xin1 ba3 jiao2 gei2 wai3 le5 sil +002250 sil zheng4 shi4 ruo4 wei2 ci2 shan4 gu4 sp1 ming2 li4 jie1 ke3 pao1 sil +002251 sil ta1 de5 you1 shi4 xian3 er2 yi4 jian4 sp1 yi4 yu2 bei4 fen4 sp1 yi4 yu2 guan2 li3 sp1 yi4 yu2 jian2 suo3 sp1 qie3 you2 wei2 an1 quan2 sil +002252 sil ci3 qian2 sp1 gai1 yuan2 duo1 ming2 nei4 bu4 ren2 shi4 tou4 lu4 sp1 yuan2 fang1 chang2 qi1 pao4 hu2 gu2 jiu3 qing3 ke4 song4 li3 sil +002253 sil zheng3 ge4 hua4 mian4 sp1 hao3 si4 ye1 su1 jiang4 lin2 sil +002254 sil yu3 hua1 tai2 qu1 ji4 wei3 sp1 zuo2 xiang4 ji4 zhe2 biao3 shi4 sp1 yi3 jing1 zhan3 kai1 diao4 cha2 sil +002255 sil wa1 you3 lin2 you4 kan4 jian4 ni3 sil +002256 sil ta1 ceng1 yi2 xia4 yue4 xia4 chuang2 sp1 lan2 zai4 nv3 er2 mian4 qian2 sil +002257 sil kan4 lai2 sp1 zhe4 ci4 you4 yao4 tui1 hou4 fa1 le5 sil +002258 sil shuo1 ba4 sp1 you4 shuai3 chu1 qu5 yi4 zhang1 pai2 sil +002259 sil yu2 shi4 sp1 ta1 ba3 jiao1 nang2 yi4 ke1 ke1 ning3 kai1 sp1 nie1 zhe5 bi2 zi5 sp1 zhi2 jie1 wang3 xia4 tun1 yao4 fen3 sil +002260 sil ni3 zui4 jin4 sp1 zong3 shi4 xi3 huan5 kai1 wo3 wan2 xiao4 sil +002261 sil qi1 shi4 sp1 jia1 da4 gao1 jia4 lu4 qiao2 zao4 sheng1 wu1 ran2 zheng3 zhi4 li4 du4 sil +002262 sil ta1 men5 sp1 man4 teng2 teng2 ju4 long3 sp1 qing1 ying2 xia4 ma3 sp1 jiang1 ma3 shuan1 zai4 yi4 qi3 sp1 gong4 qi1 pi3 sil +002263 sil zai4 ju4 li2 nv3 hai2 qi1 ba1 mi3 de5 di4 fang1 sp1 kong3 ling4 cen2 sp1 wei2 fang2 wan4 yi1 sp1 hai2 shi4 ting2 xia4 le5 jiao3 bu4 sil +002264 sil zhan3 chu1 de5 tao2 ding2 deng3 she4 an4 wen2 wu4 sil +002265 sil ying1 su4 shi4 ti2 lian4 du2 pin2 hai3 luo4 yin1 de5 yuan2 liao4 sil +002266 sil shi2 zhi4 jin1 ri4 sp1 reng2 bu4 zhi1 he2 yuan2 he2 gu4 re2 ci3 chen2 ai1 sil +002267 sil lin2 feng1 yu3 fu4 qin5 lin2 hua2 guo2 zai4 ling2 tang2 da2 dian3 yi2 qie4 sil +002268 sil wo3 zhi3 shi4 bu2 shan4 yan2 ci2 er2 yi3 sp1 dan4 zhen1 de5 chang2 you2 biao3 da2 de5 yu4 wang4 sil +002269 sil niu1 niu5 you3 xiu1 xi5 ri4 de5 sil +002270 sil luo2 han2 ri4 qian2 zai4 fa3 guo2 can1 jia1 ga1 na4 dian4 ying3 jie2 sil +002271 sil wei2 sang1 de5 xiong2 xin1 sp1 shi4 rang4 zhong1 guo2 ying2 yang2 pin3 zou3 xiang4 wu3 da4 zhou1 sil +002272 sil ling4 wai4 sp1 gao1 wen1 ye3 hui4 dui4 nv3 xing4 luan3 xi4 bao1 chan3 sheng1 ying2 xiang3 sil +002273 sil chen2 xing4 yu2 hui2 ying4 qiu1 yi4 bao4 liao4 sp1 ta1 jiang3 de5 hua4 jiu4 shi4 sheng4 zhi3 ma5 sil +002274 sil bai3 wei1 xia4 gu3 cha4 sp1 shi4 tai4 guo2 he2 jian2 pu3 zhai4 sp1 yi4 zhi2 yi3 lai2 zai4 zheng1 duo2 de5 yi2 kuai4 wen2 hua4 yi2 zhi3 sil +002275 sil cong2 shi4 fei1 fa2 mai3 mai4 wai4 hui4 huo2 dong4 sil +002276 sil fu4 jin4 kong1 wu2 yi4 ren2 sp1 ou2 you3 che1 liang4 huan2 huan2 shi3 guo4 sil +002277 sil dang1 ran2 shi4 yan2 shui3 ya1 la5 sil +002278 sil jing4 zhe3 sp1 bu4 wu1 bu4 ran2 ye3 sil +002279 sil zhen1 you2 dian3 e4 le5 sil +002280 sil gan3 jue2 hao3 wen1 nuan3 ya5 sil +002281 sil li2 yong3 bo1 chou2 zhun3 di4 di5 du2 ju1 yi2 shi4 de5 ji1 hui4 sp1 dong4 le5 sha1 ji1 sil +002282 sil san1 wu3 qi1 lu4 nan2 kou3 qu1 jian1 sp1 shuai3 nan2 kou3 xi1 zhan4 sp1 zhi4 gao1 ya2 kou3 shi2 yi1 zhan4 sil +002283 sil yao4 jian1 jue2 fan3 dui4 xing2 xing2 se4 se4 de5 xing2 er2 shang4 xue2 sp1 he2 nong4 xu1 zuo4 jia3 de5 wai1 feng1 sil +002284 sil ma3 de2 bao3 zai4 kuo4 tan2 xi1 la4 shen2 hua4 yu2 mei3 xue2 de5 guan1 xi5 sil +002285 sil zi1 ben3 bao4 chou2 sp1 ye2 you3 yi2 bu4 fen5 gui1 wei2 zheng4 fu3 sil +002286 sil lao2 hu3 yi4 da2 dun3 sp1 mao1 ye3 qi1 fu5 ni3 sil +002287 sil zhi3 jian4 pu2 sa5 shen1 pi1 ying1 luo4 sp1 xia4 zhuo2 chang2 qun2 sp1 zao4 xing2 jing1 mei3 sil +002288 sil ci3 jian1 sp1 zhang1 zheng4 ji2 zheng4 yu3 du2 you3 liu1 bing1 sil +002289 sil si1 di4 de2 yu3 mai4 ke4 nai4 er3 wo4 shou3 sp1 biao3 shi4 zhu4 he4 sil +002290 sil tian1 qi4 hui1 bai2 sp1 kong1 qi4 bing1 liang2 sp1 feng1 ye2 xian2 lin3 lie4 sil +002291 sil ren2 fei1 sheng4 xian2 sp1 he2 kuang4 kong2 zi3 sp1 shang4 you3 yi2 zi4 zhi1 shi1 sil +002292 sil hai2 shi4 xian1 po1 xie1 leng2 shui3 sil +002293 sil you4 po4 you4 ai3 de5 wa3 fang2 bian4 cheng2 xin1 lou2 sp1 yi4 yu4 qing1 he2 hai2 zi5 men5 sp1 dun4 shi2 kan4 dao4 le5 xi1 wang4 sil +002294 sil you4 xi4 you4 ruan3 de5 yu1 ni2 sp1 gang1 hao3 yan1 zhi4 jiao3 bei4 sp1 hua2 de5 li4 hai5 sil +002295 sil wo3 men5 lai2 cha2 cha5 sp1 wen2 de2 er3 ban1 de5 shu1 sil +002296 sil xiao3 jia1 huo5 tou2 bu4 he2 pi4 gu5 chan2 you3 beng1 dai4 sp1 liang2 yan3 jiong2 jiong2 you3 shen2 sp1 zheng4 za1 zhe5 nai3 ping2 sil +002297 sil yi1 zhuo2 da3 ban4 sp1 ye2 hen2 jian3 dan1 gan4 lian4 sil +002298 sil zai4 you3 jiu4 shi4 sp1 xu1 jia3 cheng2 nuo4 sp1 qiao2 qu3 hao2 duo2 sil +002299 sil jiu4 suan4 wo3 shi4 zi4 xun2 fan2 nao3 ba5 sil +002300 sil ni3 yao4 gei2 wo2 fan3 ying4 de5 shi2 jian1 a5 sil +002301 sil wo3 de5 tou2 fa5 zhang3 de5 hen3 man4 ye5 sil +002302 sil shuo1 bai2 le5 sp1 jiu4 shi4 que1 xin1 yanr3 r sil +002303 sil zai4 lu4 yong4 gan4 bu4 shi2 sp1 yao4 an4 zhao4 de2 cai2 jian1 bei4 de5 biao1 zhun3 ze2 you1 lu4 yong4 sil +002304 sil zhe4 tiao2 xian4 zui4 zhong1 bei4 fou3 diao4 sil +002305 sil zhe4 shi4 bei2 mei3 di4 qu1 you2 shi2 yi3 lai2 sp1 zui4 da4 shu4 e2 de5 cai3 piao4 zong2 jiang3 jin1 sil +002306 sil bu4 neng2 yong4 di4 qiu2 ren2 de5 zhi4 shang1 sp1 lai2 heng2 liang2 miao1 xing1 ren2 o5 sil +002307 sil ri4 ben2 ci3 yan2 huang1 tang2 zhi4 ji2 sp1 ling4 ren2 e4 ran2 sil +002308 sil tou2 nian2 mai4 dian3 liang2 shi5 sp1 mai2 dian3 zhuan1 sp1 di4 er4 nian2 sp1 zai4 mai4 dian3 liang2 shi5 huan4 xie1 lin3 sil +002309 sil zheng3 ge4 yuan4 luo4 zai4 zhou1 wei2 xian3 de5 hen2 re2 yan3 sil +002310 sil tou2 bu4 fang3 si4 san1 jiao3 xing2 sp1 you4 ru2 yi2 kuai4 lao4 tie3 sil +002311 sil chou3 hua4 xian1 xian2 sp1 zao1 ta5 chuan2 tong3 de5 xing2 wei2 shi4 ke2 chi3 de5 sil +002312 sil kan4 qi3 lai2 sp1 nuo4 er3 si4 hu1 yong2 yuan3 bu2 hui4 ting2 xia4 jiao3 bu4 sil +002313 sil da4 qiao2 hai3 shi4 chu4 sp1 suo2 you3 de5 shui3 shang4 an1 quan2 jian1 guan3 gong1 zuo4 sp1 dou1 jiang1 yi1 tuo1 gai1 dun3 chuan2 kai1 zhan3 sil +002314 sil xing2 rong2 a1 li3 shan1 gu1 niang5 sp1 mei3 ru2 shui3 sp1 ying1 gai1 jiu4 shi4 sp1 mei3 ru2 ri4 yue4 tan2 de5 shui3 ba5 sil +002315 sil qun2 zhong4 zhou4 ye4 ju4 ji2 zai4 ju1 wei3 hui4 sil +002316 sil wo3 shi4 ni3 de5 xiao3 ya5 xiao3 ben4 dan4 sil +002317 sil ta1 men5 jun1 ceng2 yu3 sheng1 le5 bing4 de5 cao3 yuan2 tu3 bo1 shu3 jie1 chu4 sil +002318 sil wen2 zhong1 bing4 wei4 she4 ji2 ren4 he2 xing2 shi4 de5 you2 jiang3 jing4 cai1 huo2 dong4 sil +002319 sil wu2 lun4 na3 yi4 zhong3 sp1 dou1 shi4 yu2 chun3 zuo4 wei2 sil +002320 sil jia3 ping2 ao1 kan4 dao4 hua4 hen3 gao1 xing4 sil +002321 sil wan4 yi1 gu3 ge1 gao3 za2 le5 hui4 zen3 yang4 sil +002322 sil jing3 fang1 shun4 teng2 mo1 gua1 sp1 jiang1 ji3 ren2 zhua1 huo4 sil +002323 sil ke3 xi1 tai2 feng1 tian1 cheng4 jiao3 ju2 sp1 rang4 ma3 ying1 jiu3 sp1 bei4 po4 yan2 qi1 deng1 dao3 sil +002324 sil ta1 zhao3 dao4 ge5 ti4 si2 gui3 sp1 mang2 shuo1 sp1 xie4 jing3 yuan1 sp1 ni3 wen4 qian2 rong2 sil +002325 sil ta1 de5 mei3 wen2 shi4 di4 ba1 pian1 sp1 di4 li3 wei4 zhi5 ju1 zhong1 sil +002326 sil you4 he2 tan2 kang4 heng2 geng4 jia1 xiong1 can2 de5 sp1 wai4 lai2 ru4 qin1 zhe3 sil +002327 sil yin1 wei4 huang2 yu2 sp1 sui1 sheng1 zai4 xian2 shui3 hu2 zhong1 sp1 dan4 chan2 luan3 sp1 que4 yao4 ni4 liu2 er2 shang4 sp1 dao4 bu4 ha1 he2 zhong1 sil +002328 sil yan2 ying3 bu4 neng2 ping2 tu2 sp1 ying1 yong4 zhan4 de5 fang1 shi4 sp1 meng2 long2 you4 bu4 shi1 kua1 zhang1 sil +002329 sil jiang3 dao4 zhe4 li3 de5 shi2 hou4 sp1 chen2 da4 xue3 sp1 si4 hu1 huan2 za1 mo5 zhe5 sp1 zaor3 r de5 wei4 dao4 sil +002330 sil a1 ba1 dan1 shi4 yi1 lang3 zhu4 ming2 shi2 you2 cheng2 sp1 zai4 chan3 you2 qu1 sp1 hu2 qi2 si1 tan2 sheng3 nei4 sil +002331 sil qi2 ci4 sp1 yao4 jiang1 jiao1 nang2 jin4 xing2 wei1 bo1 xiao1 jie3 sil +002332 sil chu2 le5 dao3 teng5 fang2 wu1 sp1 ding1 zhi4 zhen1 sp1 hai2 li4 yong4 ge4 zhong3 fang1 fa3 si1 tun1 gong1 kuan3 sil +002333 sil wo3 men5 wen4 sp1 na4 ku4 zi5 shang4 de5 xue4 yin4 ne5 sil +002334 sil nv3 er2 you4 pa1 zai4 zhuo1 zi5 shang4 shui4 zhao2 le5 sil +002335 sil niao2 you3 pai1 dao4 de5 lan2 hou2 tai4 yang2 niao3 sp1 kan4 kan5 sp1 xiang4 bu2 xiang4 fen4 nu4 de5 xiao2 niao3 sil +002336 sil zhe4 zhong3 shu1 kan4 le5 lang1 ge5 yao4 de5 ma5 sil +002337 sil er2 ping2 shi2 sp1 ta1 hui4 chi1 liang3 xiao2 wan3 ge1 da5 tang1 he2 yi2 ge5 hu2 ta1 zi3 sil +002338 sil ji4 ran2 fen1 shu4 you3 gao1 you3 di1 sp1 zi4 ran2 zhong4 kou3 jiu4 nan2 tiao2 sil +002339 sil wo3 men5 jiu4 shi4 yao4 qu4 zou3 sp1 na4 tiao2 shen2 qi2 de5 tian1 lu4 wa5 sil +002340 sil qi2 ta1 tuan2 yuan2 an4 yuan2 ding4 xing2 cheng2 sp1 zuo2 zao3 li2 kai1 ao4 men2 sp1 jing1 gong2 bei2 fan3 hui2 nei4 di4 sil +002341 sil su1 fei1 hai2 yao4 jiao1 kai3 te4 fan2 rong3 de5 huang2 jia1 li3 jie2 sil +002342 sil jiu3 er4 gong4 shi2 de5 jing1 sui3 sp1 jiu4 shi4 qiu2 tong2 cun2 yi4 sp1 ge1 zhi4 zheng1 yi4 sp1 wu4 shi2 xie2 shang1 sp1 gong4 chuang4 shuang1 ying2 sil +002343 sil hen3 ming2 xian3 sp1 wo3 jiu4 shi4 ai4 zhe1 teng5 sil +002344 sil chen2 shui2 bian3 kai1 zhuan1 lan2 sp1 yin2 qi3 ju4 da4 fen1 zheng1 sil +002345 sil wo3 du2 yi2 ge5 yin1 sp1 ta1 gen1 zhe5 du2 yi2 ge5 yin1 sil +002346 sil che1 zi5 ting2 wen3 sp1 chen2 xing1 luan2 mai4 bu4 xia4 lai5 sil +002347 sil qi2 ta1 kua4 guo2 gong1 si1 de5 yan2 fa1 zhong1 xin1 sp1 bao1 kuo4 sp1 fei1 si1 kao2 er3 sp1 si1 ke1 wang3 xun4 deng3 sil +002348 sil ni2 yao3 le5 yi4 kou3 sp1 ren2 jia1 ken3 gei2 ni3 huan4 ma5 sil +002349 sil wei4 le5 gei3 er2 zi5 cou4 qi2 yi1 yao4 fei4 sp1 lao3 ren2 zhi3 neng2 cong2 ya2 feng4 li2 sheng3 sil +002350 sil ci3 wai4 sp1 qian2 shou3 xiang4 sen1 xi2 lang3 sp1 can1 yi4 yuan4 fu4 yuan4 zhang3 sp1 wei3 shi2 xiu4 jiu3 sp1 ye3 zai4 can1 bai4 zhi1 lie4 sil +002351 sil tu2 wei2 yi2 dong4 fang2 wu1 sun2 hui3 yan2 zhong4 sil +002352 sil ju3 tou2 wang4 ming2 yue4 sp1 di1 tou2 si1 gu4 xiang1 sp1 zhe4 shi4 tang2 chao2 shi1 ren2 li3 bai2 de5 shi1 o5 sil +002353 sil chun2 xue2 yu3 dong4 yu3 sp1 you3 shen2 me5 bu4 tong2 de5 cheng2 yin1 yu3 ying2 xiang3 ne5 sil +002354 sil zhi2 lou3 zhong1 de5 ce4 zhi3 cun2 fang4 sp1 yi4 zao4 cheng2 xi4 jun1 sui2 kong1 qi4 kuo4 san4 sil +002355 sil shui2 yuan4 yi4 ba3 ta1 qing3 chu1 lai5 sp1 duo1 re3 ma2 fan5 sil +002356 sil ta3 huai2 juan1 hai2 shu2 lian4 de5 na2 qi3 dian4 tui1 zi5 sp1 wei4 gu1 gua2 lao3 ren2 ti4 long2 tou2 sil +002357 sil si1 ling4 yuan2 ting1 wan2 zhuan3 shen1 sp1 lei4 da3 shi1 le5 man2 lian3 sil +002358 sil ru2 sp1 er4 ling2 yi1 yi1 gui1 tiao2 zi4 ling2 ling2 yi1 hao4 sp1 da4 zi4 sp1 shi4 zhi3 da4 xing1 qu1 sil +002359 sil yi2 sui4 yi3 xia4 de5 you4 quan3 sp1 di4 yi1 nian2 xu1 yao4 zhu4 she4 san1 ci4 yu4 fang2 zhen1 o5 sil +002360 sil wang2 zhi4 ping2 lao3 shi1 ye3 shuo1 sp1 a1 ga1 de5 di1 yin1 chang4 de5 hen3 bang4 sil +002361 sil gai1 tie2 yin3 fa1 wang2 you3 ji1 lie4 tao3 lun4 sil +002362 sil yi4 jia1 wang3 ba1 de5 lao2 ban3 sp1 ze2 you3 xie1 yu4 men4 sil +002363 sil ji1 jin1 wen3 sp1 bu2 xiang4 gu3 piao4 sp1 shang4 cuan4 xia4 tiao4 sil +002364 sil jiu3 ling2 hou4 sp1 zhong1 guo2 nv2 zi3 you2 yong3 dui4 yun4 dong4 yuan2 sp1 hong2 huang1 zhi1 li4 de5 fa1 ming2 zhe3 la5 sil +002366 sil chuang1 qian2 ming2 yue4 guang1 sp1 di4 shang4 xie2 liang3 shuang1 sil +002367 sil zhe4 shi4 hou4 fa3 you1 yu2 xian1 fa3 sp1 te4 shu1 fa3 you1 yu2 pu3 tong1 fa3 de5 guan1 xi5 sil +002368 sil dan4 you2 yu2 zhong2 zhong3 yuan2 yin1 sp1 zhe4 yi4 xiang2 fa3 wei4 neng2 shi2 shi1 sil +002369 sil yin1 wei4 ta1 zai4 yan1 de5 wai4 bao1 zhuang1 zuo4 guo4 ji4 hao4 sp1 yi3 fang2 zhi2 you3 ren2 sp1 na2 jia3 yan1 qiao1 zha4 sil +002370 sil ce4 er3 zai4 ting1 ban4 tian1 sp1 yin3 yue1 ting1 jian4 sp1 you3 ma2 jiang4 pai2 de5 sheng1 yin1 sil +002371 sil li3 ke4 qiang2 zou3 jin4 di1 ai3 de5 tu3 pi1 fang2 li3 sp1 wei4 wen4 kun4 nan5 jia1 ting2 sil +002372 sil yi2 bu4 niao2 yu4 meng4 fei1 xiang2 de5 ji4 lu4 pian4 sp1 xu3 yuan4 xing1 kan4 le5 san1 si4 bian4 sil +002373 sil ni3 shuo1 guai4 bu2 guai4 sp1 na4 ji3 tiao2 gou3 sp1 jing4 ye3 zhi1 dao4 wo3 lai2 le5 yuan2 bing1 sp1 tu1 ran2 si4 san4 pao3 kai1 le5 sil +002374 sil lao3 ma1 he2 wo3 dou1 te4 ai4 kong3 que4 zhe4 ge5 jue2 se4 sp1 chu1 cai3 ji2 le5 sp1 jia1 you2 la5 sil +002375 sil tie2 zhu3 chen2 tong2 lun2 tong1 guo4 ci2 tie3 sp1 shi2 ming2 ju3 bao4 qi2 biao2 jie3 fu5 sp1 wang2 li4 gui4 sil +002376 sil yan4 shi1 fa1 xian4 sp1 ba1 sai4 luo4 si3 yu2 tou2 bu4 zao1 dao4 zhong4 chuang1 sil +002377 sil fei2 liao4 shen4 zhi4 shi4 you4 bu3 he2 qu1 gan3 wen2 chong2 de5 sp1 he2 cheng2 fen1 mi4 wu4 sil +002378 sil zu3 er2 cheng2 ren4 sp1 ceng2 yin1 wu2 gu4 de5 peng1 ji1 he2 leng3 yan2 leng2 yu3 sp1 er2 geng2 geng3 yu2 huai2 sil +002379 sil hao3 bai2 cai4 dou1 rang4 zhu1 gong3 le5 sil +002380 sil er4 shi4 jia1 qiang2 xie2 zuo4 sp1 fang2 zhi3 tui1 wei2 che3 pi2 sil +002381 sil tan2 mou3 sp1 wei2 mi2 bu2 du3 bo2 kui1 kong1 sp1 bian4 yi3 gao1 xi1 sp1 xi1 shou1 chu3 hu4 cun2 kuan3 sil +002382 sil tian2 mou3 xia4 che1 hou4 sp1 yin1 che1 fei4 wen4 ti2 sp1 jiu1 che2 li3 shu1 guo2 yi1 ling3 sil +002383 sil wang1 yuan2 yuan5 sp1 jin1 nian2 hui4 jian2 shao3 mo2 ter4 r gong1 zuo4 sp1 quan2 li4 jin4 gong1 yan3 yi4 shi4 ye4 sil +002384 sil you2 yu2 er2 zi5 jie2 hun1 xu1 yao4 sp1 chen2 lei3 fu4 mu3 sp1 dang1 shi2 ye3 zheng4 xiang2 mai3 fang2 sil +002385 sil zhi1 hou4 si1 jie2 yu3 chun1 juan2 deng3 ren2 sp1 wang3 cheng2 chu1 zu1 che1 zou3 ren2 sp1 tu2 zhong1 fang4 xia4 you3 ren2 hou4 sil +002386 sil fang2 guan2 suo3 qian4 ren2 jia1 de5 gong1 qian2 ding3 zhang4 le5 sil +002387 sil wo3 men5 yao4 guo4 qu4 xue2 chi3 sp1 wei2 ying1 guo2 ren2 zheng1 guang1 sil +002388 sil zhi3 yao4 rang4 ta1 kan4 jian4 sp1 ta1 jiu4 gui2 shi3 shen2 chai1 ban1 cou4 shang4 qu4 sil +002389 sil cheng2 bao1 na4 xie1 lu4 zhe5 shi2 tou5 de5 shan1 po1 sp1 you3 sha2 xiao4 yi4 sil +002390 sil zhu1 xiao4 tian1 zuo2 shang4 jie2 mu4 lu4 ying3 shi2 sp1 tu1 ran2 lei4 sa3 she4 ying3 peng2 sil +002391 sil li4 shi3 shang4 sp1 xi1 ban1 ya2 sp1 yu2 yi1 wu3 liu4 wu3 nian2 qin1 zhan4 fei1 lv4 bin1 sil +002392 sil xiong1 tong4 sp1 ka2 xie3 sp1 ke2 sou4 shi2 sp1 fa1 xian4 tan2 zhong1 you2 xie3 si1 huo4 xie3 kuai4 sil +002393 sil ge4 ge4 fu4 shi4 zhang3 sp1 shui4 wai1 le5 yao1 zhui1 shui4 huai4 le5 jing3 zhui1 sil +002394 sil dang1 ran2 sp1 xu4 wen4 ti2 sp1 bing1 dong4 san1 chi3 sp1 fei1 yi2 ri4 zhi1 han2 sp1 jie3 jue2 xu1 yao4 shi2 jian1 sil +002395 sil shao2 guan1 shang4 bao4 yi4 qi2 si3 wang2 bing4 li4 sil +002396 sil jin1 tian1 feng1 da4 sp1 huo3 miao2 cuan1 qi3 sp1 you2 wu3 liu4 mi3 gao1 sil +002397 sil tai4 tai5 tian2 rui3 ni1 fa1 wei1 bo2 sp1 cheng1 zan4 du4 wen2 ze2 le4 guan1 jian1 qiang2 sp1 shi4 ta1 xin1 mu4 zhong1 de5 ju4 ren5 sil +002398 sil chuang4 ye4 ban3 zhong1 xiao2 ban3 zou3 shi4 fen1 hua4 sil +002399 sil ke3 wei4 sp1 ban4 chou2 nv3 xing1 zhi1 zui4 sil +002400 sil hui4 lai2 xian4 qian2 zhan1 zhen4 ji4 wei3 sp1 ji2 yu3 cai4 jin4 jun1 sp1 kai1 chu2 dang3 ji2 chu3 fen4 sil +002401 sil wen2 tuo3 kuo4 da4 fu2 wu4 ye4 kai1 fang4 sil +002402 sil suo2 yi3 sp1 cong1 ming5 de5 yin4 du4 zhi1 zi3 sp1 qi4 jin1 ye3 mei2 gan2 gei2 mei3 guo2 zong2 tong3 feng4 ci3 zun1 hao4 sil +002403 sil ji3 nian2 qian2 sp1 you4 bian1 de5 mu3 shu4 sp1 bei4 lei2 pi1 si3 le5 sp1 sui2 hou4 sp1 zhe4 ke1 gong1 shu4 sp1 ye3 jiu4 man4 man4 ku1 wei3 sil +002404 sil gun3 xia4 qu5 sp1 hou4 bian1 zuo4 zhe5 qu5 sil +002405 sil zhang1 bo1 shen1 xing2 ai2 xiao3 sp1 shuo1 hua4 sheng1 yin1 bu2 da4 sil +002406 sil li3 ke1 sp1 yi2 ge5 jin4 de5 gu3 li4 chen2 yi1 sheng1 sil +002407 sil ta1 zhen1 de5 gen1 rui4 dian3 gu1 niang5 jie2 hun1 le5 sil +002408 sil ju4 xi1 sp1 shui3 ku4 yi3 pin4 qing3 zhuan1 ye4 bao3 an1 gong1 si1 zhi2 shou3 sil +002409 sil lan2 kao3 xian4 xu3 he2 xiang1 zhao4 lou2 cun1 jiu2 zu3 sil +002410 sil wang2 zi2 yu3 mao2 di4 sp1 xiang4 nai3 nai5 pai4 da4 hong2 bao1 sil +002411 sil niao2 wang3 de5 chi3 cun4 sp1 ye3 ming2 xian3 da4 hen3 duo1 sil +002412 sil ying1 er2 sp1 yi4 xi1 shun3 dao4 ru3 zhi1 sp1 dun4 shi2 jiu4 bu4 ku1 le5 sil +002413 sil jia1 shang4 shang4 yi2 ci4 da3 jia4 de5 ji1 yuan4 sp1 ji3 ming2 zhou2 li5 sp1 you4 si1 da2 qi3 lai2 sil +002414 sil gong1 yuan2 li3 sp1 ye2 you2 hen3 duo1 bie2 de5 xiao3 peng2 you5 sp1 dan4 xi3 que4 sp1 yi2 ge5 ye3 mei2 kan4 shang4 sil +002415 sil jiu4 zhe4 yang5 sp1 xu2 bo1 kai1 shi3 le5 bei3 piao1 sheng1 ya2 sil +002416 sil san1 jun1 ke3 duo2 qi4 sp1 jiang1 jun1 ke3 duo2 xin1 sil +002417 sil jing1 guo4 qian1 tuan2 da4 zhan4 de5 xi2 li3 hou4 sp1 zheng3 ge5 hang2 ye4 sp1 yi3 guo4 qia3 wei4 qi1 sil +002418 sil gong1 yuan2 qi1 bai2 wu3 shi5 san1 nian2 sp1 zhong4 ma2 lv3 gui1 guo2 shi2 sp1 chuan2 wen2 ta1 zai4 hai3 shang4 yu4 nan4 sil +002419 sil deng3 quan2 guo2 fan4 wei2 pu3 ji2 sp1 jiu4 mei2 xiao4 zhang2 yao3 ren2 lo5 sil +002420 sil yin1 lan4 fa2 suo3 zao4 cheng2 de5 sun3 shi1 sp1 yuan2 yuan3 duo1 guo4 pai1 mai4 mu4 cai2 de5 suo3 de2 sil +002421 sil zuo2 ri4 sp1 dan1 ling2 xian4 jian3 cha2 yuan4 tou4 lu4 sp1 gai1 yuan4 yi3 yu2 zuo2 ri4 gao4 zhi1 su4 ren2 xun4 sp1 you3 guan1 quan2 yi4 sil +002422 sil ai3 you2 sp1 wo3 zhi1 dao4 ni3 zui4 xi3 huan1 nie1 ta1 de5 lian3 le5 sp1 yin1 wei4 neng2 nie1 chu1 ge4 zhong3 xing2 zhuang4 ma5 sil +002423 sil shu1 fa3 hui4 hua4 zuo4 pin3 sp1 ying1 wei2 zuo4 pin3 yuan2 jian4 sp1 chi3 cun4 ge2 shi4 bu2 xian4 sp1 bu4 xu1 zhuang1 biao3 sil +002424 sil ta1 kai1 che1 sp1 la1 zhe5 lia3 chen2 mo4 de5 ya1 tou5 sp1 yi4 liu1 yan1 de5 pao3 le5 sil +002425 sil lin2 ying3 chao1 mu4 ne4 de5 jie1 guo4 qian2 sp1 bing4 mei2 you3 yao4 zou3 de5 yi4 si5 sil +002426 sil yao4 cai2 fu2 he2 yao4 yong4 yao1 qiu2 de5 sp1 fang1 ke3 gong1 ying4 sp1 pei4 fang1 he2 yong4 yu2 zhong1 cheng2 yao4 sheng1 chan3 sil +002427 sil mei3 ge5 zhang4 peng5 sp1 dou1 pei4 shang4 le5 dian4 shan4 sp1 lei2 da2 qu1 wen2 qi4 sp1 kuang4 quan2 shui3 sp1 he2 yi4 xie1 ying4 ji2 de5 yao4 pin3 sil +002428 sil hen3 kuai4 sp1 hu2 yi4 hua2 luo4 jiao2 dian3 sp1 fu2 chu1 shui3 mian4 sil +002429 sil lao3 xiong2 de5 jia1 sp1 zai4 wan4 zhou1 yi2 ge5 pian1 yuan3 pin2 qiong2 de5 xiao3 shan1 cun1 sil +002430 sil xian4 zai4 xiao3 sheng1 chu1 sp1 tui1 you1 sp1 ze2 xiao4 pai4 wei4 sp1 ye3 bu2 shi4 tong3 yi1 kao3 shi4 ya5 sil +002431 sil yi3 qian2 you3 luo2 bo5 zhao1 pin4 sp1 xian4 zai4 you4 you3 lan2 qiu2 zhao1 pin4 sil +002432 sil lao3 po5 cha2 si1 fang2 qian2 sp1 mei2 di4 fang5 cang2 le5 sp1 gei2 ni3 chong1 er4 bai3 yuan2 hua4 fei4 sp1 guo4 liang3 tian1 huan2 wo3 sil +002433 sil li3 ju2 zhang3 da1 ying5 bang1 ta1 zhao2 zhao3 kan4 sil +002434 sil yan3 yuan2 men5 sp1 ye3 gei2 wo2 gu3 le5 bu4 shao3 jin4 sil +002435 sil na4 nv3 hai2 de5 shuang1 chun2 wei1 min3 zhe5 sp1 hong2 run4 you3 guang1 sp1 fang3 fu2 zai4 gou1 yin3 luo2 tian1 cheng2 de5 zui3 chun2 sil +002436 sil chi1 fan4 kao4 lao2 bai3 xing4 song4 bao1 gu3 sp1 chi1 cai4 kao4 di4 xiong5 men5 sp1 shang4 shan1 da3 lie4 sp1 wa1 ye3 cai4 sil +002437 sil chang2 wu4 fu4 sheng2 zhang3 chen2 min2 er3 sp1 ye2 yi3 jing1 zai4 zuo2 tian1 wan3 shang5 gan3 dao4 zhou1 shan1 sil +002438 sil ru2 guo2 you3 yue4 bing3 qi1 huo4 sp1 na4 gai1 duo1 hao3 ya5 sil +002439 sil zuo2 ri4 sp1 zhang1 yu2 qi3 sp1 ye3 kua1 qi3 le5 dao2 yan3 sil +002440 sil jiu4 ci2 you3 yao2 yan2 chuan2 chu1 sp1 shuo1 zhe4 nan2 zi3 de5 shen4 zang4 sp1 bei4 ren2 gei3 zhai1 zou3 sil +002441 sil wo3 dao4 shi4 xiang3 pang4 yi4 dian3 de5 sp1 dan4 zong2 ye3 pang4 bu4 qi3 lai2 sil +002442 sil yan2 shi2 fen1 beng1 sp1 quan2 jia1 fu4 ya1 zhe2 you3 zhi1 sil +002443 sil wu2 jian4 hao2 wei1 bo2 zhuan1 zhu4 tiao1 nv3 zhuang1 xie2 sil +002444 sil gu3 ge1 ruo4 guo3 zhen1 shou1 gou4 ya2 hu3 sp1 shi4 bi4 yin3 lai2 mei3 guo2 fan2 long3 duan4 diao4 cha2 sil +002445 sil man4 man4 chang2 ye4 sp1 yao2 yao3 yuan2 gong1 sil +002446 sil zuo4 wei2 ke1 xue2 ju4 bo4 sp1 qian2 wei3 chang2 de5 ke1 xue2 gong4 xian4 sp1 biao1 bing2 shi3 ce4 sil +002447 sil san1 chi2 yuan1 fu4 jin4 de5 yi2 chu4 can1 guan3 qiang2 shang4 zhuang1 shi4 de5 ren2 zao4 hua1 sil +002448 sil tian2 zi3 he2 ge1 menr5 r yi4 qi3 pao4 ye4 dian4 sp1 ye3 yi4 qi3 bang1 bie2 ren2 ping2 shir4 r sil +002449 sil jian1 jue2 cha2 chu2 zhuan3 bao1 he2 wei2 fa3 fen1 bao1 sil +002450 sil can1 mou2 wang2 cun2 bao2 jiang3 sp1 zhe4 ji3 tian1 sp1 wu2 jing3 guan1 bing1 sp1 reng2 ran2 lian2 ye4 zhan3 kai1 sou1 suo3 sil +002451 sil ta1 pao3 dao4 hou4 zuo4 sp1 pai1 xing3 le5 wu2 peng2 sil +002452 sil shou3 xian1 sp1 ying1 chong2 xin1 he2 suan4 sp1 luo2 shuan1 de5 qiang2 du4 sil +002453 sil chu1 le5 shir4 r hou4 sp1 ta1 hai2 he2 kan1 shou2 suo2 guan3 jiao4 shuo1 sp1 dui4 wo3 yi4 dianr2 r gan3 qing2 dou1 mei2 you3 sil +002454 sil suo2 yi3 zhe4 ge5 shi4 jie4 de5 fa3 ze2 jiu4 shi4 sp1 kou1 bi1 jia3 gong1 zi3 sp1 ye2 bi3 da4 fang1 zhen1 diao3 si1 sp1 guang1 hui1 wan4 bei4 sil +002455 sil dan4 wo3 yi2 ding4 hui4 yong4 fa3 lv4 shou3 duan4 sp1 wei2 hu4 wo3 de5 ming2 yu4 sil +002456 sil qian2 wai4 wu4 ci4 guan1 sou3 zhong1 san1 shi2 er4 jie1 ren4 de5 ke3 neng2 xing4 sp1 ye3 zai4 tan4 tao3 zhi1 zhong1 sil +002457 sil hui4 wan2 ya5 sp1 wo3 shi4 ge5 you2 xi4 mi2 ne5 sil +002458 sil kong3 suo2 zhang3 he2 ta1 lia2 ma3 shang4 jin4 xing2 yan2 jiu1 sil +002459 sil hen3 kuai4 sp1 ta1 bei4 ya1 song4 zhi4 wei4 yu2 tun2 men2 de5 sp1 da4 lan3 nv2 zi3 cheng2 jiao4 suo3 sil +002460 sil yao4 da3 hui2 jia1 da3 sp1 ni3 bu2 yao4 lian2 sp1 wo3 hai2 yao4 lian3 ne5 sil +002461 sil jiu4 yuan2 dui4 sp1 zheng4 zai4 jia1 kuai4 an1 zhuang1 gu4 ding4 beng4 sp1 tong1 guo4 chou1 shui2 wen3 ding4 shui3 wei4 sil +002462 sil shuan4 dun1 bu4 tuo1 di4 sp1 ye3 shi4 yong4 xi3 wan2 yi1 fu5 dao4 zai4 tong2 li3 de5 shui3 sil +002463 sil la1 si1 mu4 sen1 qing3 wen1 zong2 li3 sp1 di4 yi1 ge5 fa1 yan2 sil +002464 sil jiu4 shi4 jiao4 wo3 ming2 zi5 er2 yi3 ya5 sil +002465 sil ta1 hai2 yao1 qiu2 gu4 wen4 men5 sp1 liao2 jie3 ba1 ni2 de5 xiang2 xi4 qing2 kuang4 sil +002466 sil qi2 zhong1 yi3 sp1 zheng1 sp1 ou4 sp1 ping2 sp1 zha1 sp1 zhui4 sp1 wu3 dao4 gong1 xu4 sp1 zui4 wei2 zhong4 yao4 sil +002467 sil jin4 shan1 cai3 shen1 sp1 ye2 you3 zhong4 duo1 jiang3 jiu1 sil +002468 sil ke3 zhi4 jin1 ying1 de2 de5 bai3 wan4 yuan2 gong1 zi1 sp1 hai2 mei2 zhao2 luo4 sil +002469 sil ji1 ji2 tan4 suo3 sp1 yong4 qun2 zhong4 gong1 zuo4 sp1 tong2 lan3 xin4 fang3 gong1 zuo4 sil +002470 sil sui4 yue4 ren2 ran3 sp1 ren2 sheng1 yi4 lao3 sil +002471 sil dan4 yang2 ran2 cheng1 sp1 yao4 deng1 men2 bai4 fang3 sp1 jiang1 li2 mou3 he2 fei1 er5 de5 shi4 qing5 sp1 gao4 su5 ta1 qi1 zi3 sil +002472 sil dang4 tian1 ling2 chen2 sp1 bei3 he2 yan2 da4 jie1 sp1 yi2 chu4 re4 li4 guan2 wang3 bao4 lie4 sil +002473 sil zan2 bu2 shang4 mei3 shu4 ban1 le5 ba5 sil +002474 sil jiang1 tun2 sp1 you2 shui3 zhong1 da4 xiong2 mao1 zhi1 cheng1 sil +002475 sil bu4 shao3 ren2 huan4 bing4 hou4 ye2 zhi3 neng2 ying4 kang2 sil +002476 sil nu2 er3 a1 li3 mu4 sp1 da1 che1 qian2 wang3 gong2 nai3 si1 lin2 chang3 de5 dong1 mu4 chang3 sil +002477 sil zhang4 fu5 you4 yu3 qi1 zi2 chao3 le5 yi2 jia4 sil +002478 sil ni3 men5 dao4 di2 you3 wan2 mei2 wan2 sil +002479 sil ri4 ji1 yue4 lei3 sp1 wei1 luo4 zan3 le5 yi2 da4 bi3 qian2 sil +002480 sil xiao3 hui1 sp1 dai1 zuo4 zai4 wei4 zhi4 shang4 sp1 xiang3 sp1 zhe4 ci4 wan2 le5 sil +002481 sil zhe4 rang4 huang2 xian1 sheng5 hen3 na4 men4 sil +002482 sil song4 ke1 mai4 kao3 ya1 sp1 ta1 qu4 peng3 le5 chang3 sil +002483 sil ri4 ben3 ming2 jiang4 nei4 cun1 hang2 ping2 zai4 dan1 gang4 zhong1 diao4 gang4 sp1 zhu4 zhong1 guo2 dui4 duo2 guan4 sil +002484 sil ta1 shuo1 sp1 hei1 long2 jiang1 shui2 ti3 you2 lei4 wu1 ran3 de5 wu1 ran3 yuan2 sp1 yi3 ke2 yi3 pai2 chu2 lai2 zi4 zhong1 fang1 sil +002485 sil er4 yao4 gu3 li4 gang2 kou3 sp1 ji2 lin2 gang3 wu4 liu2 qi3 ye4 sp1 qing3 jin4 lai2 sp1 he2 zou3 chu1 qu4 sil +002486 sil shi4 wo3 de5 rong2 yu4 sp1 wo3 na2 gan3 tui1 ya5 sil +002487 sil er2 su1 zhou1 ren2 min2 yin2 hang2 sp1 ye3 ji2 li4 pie3 qing1 sp1 yu3 yue4 xi1 ting2 yuan4 sp1 bie2 shu4 xiang4 mu4 de5 guan1 xi5 sil +002488 sil wai4 sheng5 nv3 ku1 le5 sp1 ta1 bang1 zhe5 hong3 sil +002489 sil you3 chuan2 yan2 cheng1 sp1 shi2 ren4 zong2 tong3 ban4 gong1 ting1 zhu3 ren4 de5 sp1 mei2 de2 wei2 jie2 fu1 sp1 shi4 mu4 hou4 tui1 shou3 sil +002490 sil fen1 xi1 guan4 lan2 gao1 shou3 de5 zhe4 qi1 jie2 mu4 sp1 ming2 wei2 sp1 ai4 guan4 lan2 sp1 ai4 pao4 niu1 sil +002491 sil gang2 dao3 nan2 qu1 shen1 shui3 wan1 sp1 wang4 xiang4 nan2 lang3 shan1 de5 shang4 kong1 sp1 chu1 xian4 lou4 dou3 yun2 sil +002492 sil wei4 le5 mi2 bu3 kui1 kong1 sp1 man3 xin1 kai3 chai1 dong1 qiang2 bu3 xi1 qiang2 sp1 zui4 zhong1 qian4 xia4 ju4 kuan3 sil +002493 sil dan4 shi4 sp1 ya1 li4 sp1 ye3 bu2 shi4 yi4 dianr3 r mei2 you3 sil +002494 sil zhe4 jiu4 shi4 zhou1 ke4 hua2 tao2 pao3 de5 zhai3 xiang4 sil +002495 sil wu1 nei4 dong1 xi5 bai3 fang4 ling2 luan4 sp1 zhi4 zuo4 xian4 liao4 yong4 de5 zuo4 liao4 sp1 dui1 man3 yi2 di4 sil +002496 sil wang2 you3 cui1 ni1 ke3 ze2 biao3 shi4 sp1 nan2 yi2 xiang3 xiang4 sp1 hui4 you3 zhe4 me5 e3 xin1 de5 ren2 sil +002497 sil wo3 kan4 jian4 ni2 chuang3 dan1 xing2 xian4 sp1 ni3 hai2 pao3 sil +002498 sil shou4 ci3 ying2 xiang3 sp1 mei3 yuan2 ye3 cheng2 wei2 xiang1 bo1 bo5 sil +002499 sil wang2 tie3 hen3 kuai4 jiu4 yin2 qi3 le5 zhong4 duo1 wang2 you3 guan1 zhu4 he2 zhuan2 zai3 sil +002500 sil ru2 ci3 kan4 lai2 sp1 li3 de5 fang3 ri4 sp1 ke3 shi4 zuo4 wei2 xie4 fang3 ri4 pu1 lu4 sil +002501 sil bu2 guo4 zuo2 sp1 liang3 ren2 que4 yi3 xing2 dong4 pie3 bu4 he2 chuan2 yan2 sil +002502 sil wei4 cheng2 nian2 fan4 zai4 shao4 guan2 suo2 li2 da3 ping1 pang1 qiu2 sil +002503 sil gong1 yuan2 yi1 san1 qi1 er4 nian2 sp1 zhu1 yuan2 zhang1 jiu4 pai4 yang2 zai4 chu1 shi3 liu2 qiu2 sil +002504 sil mu4 qian2 sp1 gong1 wu4 yuan2 yang2 lao3 jin1 sp1 zhi2 jie1 you2 cai2 zheng4 bo1 fu4 sil +002505 sil bie2 zai4 hu4 wai4 ting2 liu2 tai4 jiu3 sil +002506 sil xi3 huan1 hai2 xu1 yao4 li3 you2 ma5 sil +002507 sil you3 ren2 xuan1 cheng1 sp1 xian4 zai4 shi4 shai1 xuan3 wei2 wang2 sil +002508 sil fa3 xin1 she4 ren4 wei2 sp1 yang1 hang2 zhe4 yi4 ju3 cuo4 sp1 duan3 qi1 nei4 gei3 ou1 yuan2 qu1 sp1 ti2 gong4 le5 chuan3 xi1 kong1 jian1 sil +002509 sil fan3 zheng4 shi4 hun1 ye3 jie2 le5 sp1 ci2 shan4 ye3 ban4 le5 sp1 liang3 xiang1 dou1 hai2 tuo2 tuo3 de5 sil +002510 sil bu4 jiu3 qian2 sp1 ta1 shi4 yan3 le5 zhang1 ji4 zhong1 ban3 xi1 you2 ji4 zhong1 sp1 hou2 wang2 chi4 kao1 ma3 hou2 de5 jue2 se4 sil +002511 sil shen1 wa1 xi4 cha2 sp1 ba2 chu1 luo2 bo5 dai4 chu1 ni2 sil +002512 sil er2 yao1 er4 yao1 er4 sp1 da3 zao4 de5 gan3 jue2 shi4 guang4 sp1 rang4 yi2 qie4 dou1 man4 xia4 lai2 sil +002513 sil er2 ying2 shou1 sp1 ze2 tong2 bi3 zeng1 zhang2 bai3 fen1 zhi1 shi2 si4 sp1 zhi4 sp1 yi1 dian3 yi1 yi1 jiu3 yi4 ying1 bang4 sil +002514 sil da4 duo1 shu4 gong1 xin1 jie1 ceng2 sp1 kong3 pa4 sp1 zhi3 neng2 ou2 er3 chang2 chang2 sp1 dao1 yu2 hun2 tun5 de5 zi1 wei4 sil +002515 sil ta1 de5 cao2 fa3 ji2 wei2 yan2 zheng3 sp1 bu2 luan4 fang1 cun4 sil +002516 sil fei1 er5 yue1 dong2 mou3 sp1 di4 er4 tian1 dao4 qi2 zu1 zhu4 de5 gong1 yu4 yue1 hui4 sp1 dong2 mou3 xin1 ran2 tong2 yi4 sil +002517 sil zhan1 juan1 shuo1 sp1 yi3 qian2 zhang4 fu5 you3 lao2 dong4 neng2 li4 shi2 sp1 hai2 neng2 zhuan4 qian2 yang3 huo2 ta1 men5 mu2 nv3 sil +002518 sil gao1 yuan2 shang4 sp1 ye2 you3 bu4 shao3 weng2 weng3 yu4 yu4 de5 yuan2 shi3 sen1 lin2 sp1 se4 cai3 ning2 zhong4 sp1 bo2 da4 shen1 sui4 sil +002519 sil jing1 cha2 sp1 nan2 fang1 huan4 you3 ruo4 jing1 zheng4 sp1 nv3 fang1 huan4 you3 duo1 nang2 luan3 chao2 zong1 he2 zheng1 sil +002520 sil gei2 ni3 men2 dian3 ge5 la4 zhu2 ba5 sil +002521 sil yao4 huai2 chuai1 zui4 guo4 ying4 de5 gong1 fu5 chu1 guo2 sp1 yao4 lian4 jiu4 sp1 zui4 you3 xiao4 de5 chu3 zhi4 tu1 fa1 qing2 kuang4 neng2 li4 sil +002522 sil tao2 shan1 shu1 yuan4 sp1 shi4 li3 huang4 sp1 xiang4 xue2 sheng1 men5 jiao4 shou4 ru2 xue2 sp1 bing4 yan2 xiu1 xue2 wen4 de5 di4 fang5 sil +002523 sil wei4 shen2 me5 wo3 de5 lian3 shang4 lao2 zhang3 dou4 dou5 a5 sil +002524 sil su2 hua4 shuo1 sp1 qiao3 fu4 nan2 wei2 wu2 mi3 zhi1 chui1 sil +002525 sil ta1 men5 dou1 shuo1 sp1 zao1 dui4 shou2 mo3 hei1 zao4 yao2 sp1 xuan2 ju3 sp1 yue4 lai2 yue4 jian1 kun4 sil +002526 sil hai2 zi5 wen4 wo2 zen3 me5 ban4 ya5 sp1 zen3 me5 zheng3 ya5 sp1 wo3 dou1 wu1 wu1 zhi2 ku1 sp1 zhao2 na2 na3 dou1 bu4 gei3 ban4 sil +002527 sil niu2 da3 zhong1 sp1 qing1 nian2 zui4 zhong1 bu4 di2 sp1 bei4 a1 bo2 yao3 shang1 er3 duo5 sil +002528 sil ju4 liao2 jie3 sp1 gai1 zuo1 fang5 mei2 you3 ying2 ye4 zhi2 zhao4 he2 wei4 sheng1 xu2 ke3 zheng4 sil +002529 sil guo2 ji4 ai2 zheng4 yan2 jiu1 zhong1 xin1 sp1 yi3 jiang1 qi2 lie4 wei2 sp1 ren2 lei4 yi1 ji2 zhi4 ai2 wu4 sil +002530 sil li3 lian2 cheng2 xi3 huan1 bie2 ren2 kua1 ta1 cong1 ming5 sil +002531 sil xiao3 xue2 sheng1 sp1 pa1 zai4 di4 shang4 can1 jia1 yue4 kao3 sil +002532 sil liu3 yin1 de5 shi1 wu4 sp1 rang4 dan1 mai4 lian2 tou1 liang3 fen1 sp1 jiang1 bi3 sai4 dai4 ru4 jia1 shi2 ju2 sil +002533 sil ren2 he2 jie1 sp1 yi4 bai3 san1 shi2 er4 hao4 da4 yuan4 ru4 kou3 tie3 men2 jin2 suo3 sil +002534 sil ni3 yao4 dai4 wo3 yi4 qi3 wan2 you2 xi4 ma5 sil +002535 sil qiu2 mang3 yi2 ge5 yue4 yao4 wei4 shi2 liang3 ci4 sp1 ta1 zong3 shi4 zao2 zao3 ti2 xing2 wo3 sp1 gai1 gei3 qiu2 mang2 mai3 chi1 de5 le5 sil +002536 sil jing1 jian3 yan4 zheng4 shi2 sp1 gao1 mou3 xue4 yang4 zhong1 jian3 chu1 sp1 jia3 ji1 ben2 bing3 an4 cheng2 fen4 sil +002537 sil jiang1 jiu4 jue2 yi4 sp1 zhan3 kai1 yan2 jiu1 sil +002538 sil chao1 ji2 xing1 qi1 er4 de5 shi2 zhou1 chu1 xuan3 sp1 kai3 rui4 sp1 ji2 ke3 xi2 juan3 quan2 ju2 sil +002539 sil zheng4 fu3 you4 she4 li4 re4 xian4 sp1 er4 san1 jiu2 jiu3 sp1 er4 yao1 wu2 jiu3 gong1 cha2 xun2 sil +002540 sil wei4 lai2 lang2 duo1 rou4 shao3 sp1 yi3 cheng2 ding4 ju2 sil +002541 sil wo3 xiang1 xin4 qing1 zhe3 zi4 qing1 sp1 ye3 feng4 quan4 na4 xie1 ju1 xin1 po3 ce4 de5 ren2 sp1 ba3 li4 qi5 sp1 zuo4 zai4 zheng4 chu4 sil +002542 sil da4 jia1 shi4 bu2 shi4 dou1 wang4 le5 qin2 jian3 jie2 yue1 zhe4 zhong3 you1 liang2 chuan2 tong3 ne5 sil +002543 sil men2 she4 er3 sp1 wei4 pi1 lu4 zhe4 zhong3 e4 yi4 ruan3 jian4 de5 xiang1 guan1 xi4 jie2 sil +002544 sil zhe4 yi4 lian2 chuan4 wen4 hao4 sp1 fa1 ren2 shen1 xing3 sil +002545 sil shi2 xi1 mei3 cong2 yi4 kai1 shi3 jiu4 fei1 chang2 fan2 gan3 sil +002546 sil si1 yi2 wen4 xin1 niang2 shi4 fou3 yuan4 yi4 he2 xin1 lang2 gong4 du4 yi4 sheng1 sp1 xin1 niang2 jiao1 xiu1 de5 shuo1 sp1 wo3 yuan4 yi4 sil +002547 sil wo3 yue4 lai2 yue4 fei2 sp1 yue4 lai2 yue4 lao3 sp1 yue4 lai2 yue4 chou3 le5 sil +002548 sil chu3 jiang1 hu2 zhi1 yuan3 you1 qi2 jun1 sp1 tie3 ji4 mang2 mang3 sp1 jue2 sheng4 qian1 li3 sp1 jiu4 min2 dao4 xuan2 sil +002549 sil chi1 qiao3 ke4 li4 ya5 sp1 ting1 shuo1 he2 xia4 yu3 tian1 geng4 pei4 sil +002550 sil liu4 er4 si4 lu4 shou3 che1 sp1 kai1 shi3 shuang1 xiang4 shuai3 huai2 shu4 ling3 nan2 zhan4 sil +002551 sil wu2 nai4 xia4 sp1 ta1 zhi3 neng2 zhua1 zhe5 liang3 ren2 sp1 mian2 qiang3 xiang4 an4 bian1 you2 qu4 sil +002552 sil zuo2 ri4 sp1 xiao3 qiang2 zheng4 zai4 shua3 wan2 ju4 che1 sil +002553 sil zhong4 ren2 dun4 shi2 mu4 deng4 kou3 dai1 sil +002554 sil shi2 chuan1 fu1 fu4 de5 zhen2 suo3 sil +002555 sil na4 huang2 feng1 yu3 zhe4 gu1 sp1 qi3 bu2 shi4 chi1 da4 kui1 le5 sil +002556 sil zhi4 bei3 er4 huan2 yi2 bei3 sp1 zhi2 zhi4 chan3 ba4 yi2 dai4 de5 da4 pian4 qu1 yu4 gong1 qi4 zhong1 duan4 sil +002557 sil ran2 hou4 sp1 jiu4 ai2 dun4 da3 sp1 gui4 jian4 pan2 gui4 dao4 xian4 zai4 sil +002558 sil liang3 ming2 fu4 nv3 sp1 zheng4 zai4 jiang1 ang1 zang1 de5 shao4 shui3 you2 sp1 qu4 zha1 fen1 ceng2 chen2 dian4 sil +002559 sil qian1 cuo4 wan4 cuo4 dou1 shi4 wo3 de5 cuo4 sp1 ni3 jiu4 yuan2 liang4 wo3 ba5 hao3 ma5 sil +002560 sil he2 li3 sheng4 yan4 xiang1 lin2 de5 ji3 ge5 tan1 fan4 sp1 pu1 gai4 yi4 juan3 sp1 zhun3 bei4 che4 tui4 sil +002561 sil dang1 ri4 xia4 wu3 sp1 ling4 yi4 lv2 you3 you4 zai4 fu4 jin4 de5 xian3 yao4 jing2 dian3 shou4 shang1 sil +002562 sil ta1 de5 er3 duo1 hen2 min3 rui4 sil +002563 sil qiong2 shan1 e4 shui3 de5 meng4 sp1 yi2 zhen4 ping1 li3 pang1 lang1 de5 bian1 pao4 sheng1 sp1 xia4 zou3 le5 chi1 gan1 cao3 de5 shui3 niu2 sil +002564 sil can1 yin3 chuan2 sui2 zhe5 tuan1 ji2 de5 hong2 shui3 sp1 kuai4 su4 wang3 xia4 you2 piao1 qu4 sil +002565 sil ka3 la1 wei2 la1 ye3 zai4 lian2 pu3 shang4 sp1 wei4 zi4 ji3 yan2 lun4 dao4 qian4 sil +002566 sil hou4 yin1 qi2 ting1 bu4 dong3 bai2 hua4 sp1 chen2 yao2 dong1 jiang1 qi2 ci2 tui4 sil +002567 sil ren4 he2 wen4 ti2 dou1 ke2 yi3 wen4 wo3 mei4 zi5 o5 sil +002568 sil yi4 zhi2 zi4 cheng1 shen1 ti3 bang4 bang4 de5 dai4 yue4 sp1 ye3 zhong1 yin1 wei4 fen1 shen1 fa2 shu4 er2 lei4 dao3 sil +002569 sil dui4 yu2 ge3 hong2 lin2 tong4 kuai4 de5 da2 fu4 sp1 guo1 tai2 ming2 sp1 reng2 xin1 cun2 yi2 lv4 sil +002570 sil tu2 wei2 ning2 yuan3 xian4 gong1 an1 ju2 chu1 ju4 de5 nie4 hua2 zhong1 sp1 hu4 ji2 deng1 ji4 zi1 liao4 sil +002571 sil yue4 shen1 de5 hai2 di3 sp1 sheng1 wu4 jiu4 yue4 shao3 o5 sil +002572 sil zhen1 zheng4 de5 she1 chi3 sp1 yuan2 zi4 ding4 zhi4 sil +002573 sil ling4 yi4 fang1 mian4 sp1 luo2 ya4 er3 sp1 ye3 shi4 zuo3 yi4 she4 hui4 dang3 de5 yi2 ge5 yi4 lei4 sil +002574 sil zheng3 che1 xian4 tiao2 ying4 lang3 sp1 shi4 jue2 chong1 ji1 gan3 qiang2 sil +002575 sil ke2 yi3 bao1 tang1 he1 ya5 sp1 tui1 jian4 fen3 si1 dou4 fu5 tang1 sp1 mei3 rong2 you4 jian4 wei4 sil +002576 sil mu4 qian2 shang1 ye4 yong4 shui3 de5 shui3 jia4 sp1 yao4 yuan2 yuan3 gao1 yu2 sp1 gong1 ye4 yong4 shui3 jia4 ge2 sil +002577 sil cong2 jin1 yi3 hou4 sp1 lu3 guo2 ren2 jiang1 bu2 hui4 cong2 bie2 guo2 shu2 hui2 nu2 pu2 le5 sil +002578 sil san1 ya4 shi4 gong1 an1 xiao1 fang2 ju2 fang2 huo3 jian1 du1 can1 mou2 he2 ping2 shuo1 sil +002579 sil qiu1 gao1 qi4 shuang3 sp1 deng1 gao1 yuan3 tiao4 zheng4 dang1 shi2 sil +002580 sil mu4 qian2 sp1 xiao2 dong3 de5 shang1 qing2 qu1 yu2 wen3 ding4 sp1 dan4 reng2 xu1 liu2 yuan4 guan1 cha2 sil +002581 sil wei4 yu2 gong2 bei3 de5 zhu1 hai3 zhan4 sp1 you2 yu2 shou4 chai1 qian1 wen4 ti2 ying2 xiang3 sp1 gong1 qi1 yi4 zhi2 yan2 hou4 sil +002582 sil bai2 tian1 zuo4 meng4 ying2 xiang3 xiu1 xi5 sp1 hai2 shi4 wan3 shang4 shui4 jiao4 de5 shi2 hou4 zai4 zuo4 meng4 ba5 sil +002583 sil yi1 lou2 de5 zhe1 yang2 peng2 sp1 bei4 za2 de5 ao1 xia4 qu4 sil +002584 sil ci3 hou4 sp1 cai2 feng5 tan1 sui1 ji3 ci4 ban1 qian1 sp1 da1 da1 da1 de5 feng2 ren4 ji1 sheng1 sp1 que4 cong2 wei4 ting2 guo4 sil +002585 sil ke4 tang2 shang4 lao3 shi1 ti2 wen4 sp1 pei4 ou3 de5 cheng1 hu1 you2 na3 xie1 sil +002586 sil er2 tong2 yan3 jing5 sp1 xiang1 dui4 cheng2 ren2 geng4 jia1 jiao1 nen4 sil +002587 sil jing1 guo4 ceng2 ceng2 shai1 xuan3 sp1 tang2 mou3 sp1 zai4 zhong4 duo1 ying4 zheng1 zhe3 zhong1 tuo1 ying3 er2 chu1 sil +002588 sil fu4 you2 ke3 ai4 ka3 tong1 gong1 zai3 de5 sp1 you2 chuo1 sp1 zuo4 dian4 sp1 wen2 hua4 shan1 sp1 tang2 ci2 cha2 bei1 deng3 sp1 fu3 shi2 ji2 shi4 sil +002589 sil yao4 bu4 ran2 sp1 wo3 ren2 hai2 neng2 zai4 zher4 r ma5 sil +002590 sil wo3 you4 wen4 ta1 men5 sp1 na4 shui2 shi4 mei4 mei5 a5 sil +002591 sil zhi2 juan3 gai4 nian4 shi4 ru2 he2 chu1 lu2 de5 sil +002592 sil gong1 zuo4 ren2 yuan2 sp1 bu2 wang4 zai4 xiang1 zi5 wai4 sp1 yong4 ji4 hao4 bi3 xie3 shang4 ren2 da4 er4 zi4 sil +002593 sil wu2 chuan1 zheng4 fu2 wang3 shi4 zhang3 xin4 xiang1 cheng2 bai3 she4 sil +002594 sil ge4 da4 lu4 ju2 zong2 ti3 yun4 shu1 ping2 wen2 you3 xu4 sil +002595 sil zuo1 fang5 nei4 guang1 xian4 hun1 an4 sp1 bu4 shi2 san4 fa1 chu1 zhen4 zhen4 yi4 wei4 sil +002596 sil ta1 yi3 shi4 di4 er4 ci4 qin1 lin2 yan2 tian2 le5 sil +002597 sil ta1 zhao3 dao4 gu4 yong1 ta1 de5 cha2 ye4 zhuan1 gui4 de5 dian4 zhang3 sp1 ken2 qing3 sp1 neng2 na2 hui2 jian4 kang1 zheng4 sil +002598 sil jin1 wan3 sp1 wo3 zheng2 li3 zheng2 li3 jiu4 pai1 sil +002599 sil shui2 dou1 zhi1 dao4 sp1 na4 shi4 ta1 wo4 sao4 zhou5 liu2 xia4 de5 yin4 hen2 sil +002600 sil jian4 yi4 qu4 hao3 sheng1 yin1 zhuan4 yi3 zi5 sil +002601 sil wei4 wan3 hui2 tui2 shi4 sp1 ri4 xi4 che1 qi3 sp1 fan3 ying4 xun4 su4 sil +002602 sil chai2 you2 chan3 liang4 sp1 yu3 xiao1 fei4 liang4 ji1 ben3 chi2 ping2 sil +002603 sil bu2 yuan4 shuo1 hua4 de5 ming2 xing1 wei3 yuan2 dao4 ye2 sheng3 shi4 sp1 yuan4 yi4 shuo1 de5 na4 shi4 zi4 tao2 ku3 chi1 sil +002604 sil dao2 yan3 tian2 qin4 xin1 quan4 ta1 sp1 li4 qi4 you1 zhe5 dian3 sil +002605 sil qian2 yun2 hui4 sp1 wu3 nian2 lai2 shang4 fang3 bu2 duan4 de5 jiu4 shi4 sp1 le4 qing1 dian4 chang2 tu3 di4 zheng1 yong4 yi2 shi4 sil +002606 sil lv3 tian1 xi3 sp1 zuo3 yi1 sp1 yu3 fu4 mu3 zai4 yi4 qi3 sil +002607 sil neng2 fu4 jia1 ge5 yuan2 yin1 ma5 sil +002608 sil da4 jia1 qiao1 qiao1 yi4 lun4 sp1 nei4 zei2 hui4 shi4 shui2 sil +002609 sil xian4 chang3 zhi1 xue4 xing1 qi1 can3 yin1 sen1 sp1 ling4 ren2 mao2 gu2 song3 ran2 sil +002610 sil yi1 lou2 you3 qing1 shi2 bao1 bian1 de5 tai2 ji1 sp1 ta4 bu4 sil +002611 sil dui4 mian4 de5 xue2 mei4 chi1 mian4 zhen1 lang4 fei4 sil +002612 sil shun4 bian4 ye3 liao2 jie3 yi2 xia4 qun2 zhong4 de5 ji2 ku3 sil +002613 sil jiao3 mo2 yan2 sp1 ba3 yang2 die1 die5 zhe2 mo2 de5 gou4 qiang4 sil +002614 sil ni2 ye3 ke2 yi3 shuo1 sp1 wo3 zhe4 xie1 dan1 you1 shi4 suan1 pu2 tao5 xin1 li3 sil +002615 sil xuan1 zai3 chang4 gao1 yin1 wei4 shi2 sp1 han3 bao4 la3 ba5 sp1 fei1 chang2 li4 hai5 sil +002616 sil ming2 tian1 xian4 xing2 wei3 hao4 sp1 san1 he2 ba1 sil +002617 sil xin1 hun1 bu4 jiu3 sp1 ku2 nao3 ye3 sui2 zhi1 er2 lai2 sil +002618 sil liu2 kai3 wei1 sp1 yang2 mi4 sp1 zai4 qing1 dao3 qing4 sheng1 ri4 sil +002619 sil zhuang4 yuan5 men5 sp1 lai4 yi3 jin4 shen1 de5 dian4 shi4 juan4 zi5 sp1 su2 cheng1 zhuang4 yuan2 juan4 sp1 li4 lai2 shen1 shou4 zhong4 shi4 sil +002620 sil an3 zhuang1 de5 si1 ji1 sp1 you4 ba3 ta1 jie1 hui5 lai2 sil +002621 sil ci3 ci4 huan2 du3 zong1 he2 cuo4 shi1 sp1 dui4 gong1 che1 tong2 yang4 ti2 chu1 yan2 ge2 xian4 zhi4 sil +002622 sil er2 xuan4 dou4 sp1 ye3 hui4 jin3 kuai4 hui1 fu4 zheng4 chang2 de5 yi4 neng2 gong1 zuo4 sil +002623 sil lao3 gong1 sp1 wo3 shuai1 huai4 yi4 zhi1 wan3 sp1 jue2 ding4 cheng2 fa2 zi4 ji3 sil +002624 sil wei4 shen2 me5 bu4 neng2 ti2 qian2 yi4 liang3 tian1 huo4 wu3 yi1 zhi1 hou4 ya5 sil +002625 sil ling2 tang2 zheng4 mian4 qiang2 bi4 shang4 sp1 wei2 he2 ying1 lie4 yong3 chui2 bu4 xiu3 de5 hei1 se4 wan3 zhang4 sp1 gao1 gao1 xuan2 gua4 sil +002626 sil wo3 men2 jing1 chang2 jiang3 zhu1 mu4 lang2 ma3 feng1 sp1 you3 yi2 ge5 po1 hen2 dou3 sp1 you3 yi2 ge5 po1 bi3 jiao4 an1 quan2 sil +002627 sil wo3 hui4 yong2 yuan3 pei2 zai4 ni3 shen1 bian1 sil +002628 sil zhe4 zhong3 xin1 xian1 wan2 yir4 r hen2 hao3 sil +002629 sil yan2 ge2 de5 shuo1 sp1 bu2 shi4 zou3 sp1 er2 shi4 pan1 deng1 er2 qu4 de5 sil +002630 sil ju4 xi1 sp1 shang1 zhe3 yi2 gu3 zhe2 he2 wai4 shang1 wei2 zhu3 sil +002631 sil shen1 ti3 yao2 huang4 zhe5 sp1 ji2 li4 xiang3 rang4 zi4 ji3 zhan4 wen2 jiao3 gen1 sil +002632 sil zhe4 ye3 shi4 pan4 ding4 xi1 hu2 cu4 yu2 shi4 fou3 zheng4 zong1 de5 biao1 zhun3 zhi1 yi1 o5 sil +002633 sil luan4 shi2 gang3 shang4 sp1 ji2 shi4 yang3 min2 zhi1 rang3 sil +002634 sil geng3 liu2 shuan1 ren4 wei2 sp1 si1 kao3 de5 nan2 dian3 zai4 yu2 shi2 jian4 sil +002635 sil ma3 xiu1 shi4 zhe4 ge5 ling3 yu4 de5 quan2 wei1 sp1 ceng2 zai4 tong1 xin4 hang2 ye4 sp1 mo1 pa2 gun2 da3 duo1 nian2 sil +002636 sil bei4 pao4 shuan1 jia1 po4 shou2 zhi3 sp1 bei4 tui4 chu1 de5 dan4 ke2 ji1 shang1 de5 shi4 qing5 chang2 you3 fa1 sheng1 sil +002637 sil mu3 qin1 wang2 xiao3 hong2 sp1 yi4 ren2 la1 che3 ta1 zhang3 da4 sil +002638 sil yi2 wang4 wu2 yin2 de5 gen4 gu3 huang1 mo4 zhong1 sp1 bu4 man3 le5 sp1 wa1 jue2 ji1 sp1 zhuang1 zai4 ji1 de5 lun2 tai1 yin4 sil +002639 sil nv2 bao3 bao5 jian4 kang1 cong1 ming5 sp1 wu2 ren4 he2 que1 xian4 sil +002640 sil zhao4 xian1 sheng5 ren4 wei2 sp1 wo1 wo1 tuan2 ci2 ju3 bu2 gou4 tuo3 dang4 sil +002641 sil fang2 wu1 de5 wai4 qiang2 sp1 ye3 wei4 bei4 fa1 xian4 you3 guo4 huo3 he2 yan1 xun1 hen2 ji4 sil +002642 sil ying2 wan1 zhen4 yao2 po1 shan1 peng2 hu4 qu1 gai3 zao4 xiang4 mu4 sp1 xi4 shi4 zhong4 dian3 gong1 cheng2 sil +002643 sil ji4 zhe2 zhi3 de2 jiang1 ka3 cong2 shou3 ji1 qu3 chu1 sil +002644 sil kuang4 qie3 sp1 wo3 de5 long2 pao2 ta1 men5 wei4 bi4 gan3 chuan1 sil +002645 sil zai4 jing1 shen2 jie1 jin4 beng1 kui4 shi2 sp1 ta1 ceng2 yong4 ti4 xu1 dao1 pian4 sp1 ge1 xia4 le5 zi4 ji3 de5 yi4 zhi1 er3 duo5 sil +002646 sil jin4 zhi2 yi3 wai1 qu1 bian2 sun2 deng3 fang1 shi4 sp1 shi3 yong4 fei1 wu4 zhi4 wen2 hua4 yi2 chan3 sil +002647 sil lao2 bai3 xing4 sp1 ye3 shi4 na4 cheng4 shang4 de5 ding4 pan2 xing1 sil +002648 sil wang3 xia4 sp1 yi2 dao4 shui3 zha2 heng2 gen4 liang3 duan1 sp1 yong3 ding4 he2 zai4 zhe4 li3 jia2 ran2 er2 zhi3 sil +002649 sil zai4 wu4 liu2 shang4 sp1 su1 ning2 yi4 gou4 sp1 ye3 bu4 ke3 xie4 dai4 sil +002650 sil er2 ling4 yi4 zhi1 quan3 sp1 ze2 hui4 yong4 zhua3 zi5 qiao1 zi4 mu3 sp1 bing4 qie3 jin4 xing2 zhe2 xue2 he2 shi1 xue2 chen2 si1 sil +002651 sil yuan3 yang2 hen4 bu4 de5 yao4 jiao4 sp1 hao3 sil +002652 sil zhe4 duo1 shao2 you3 xie1 fan2 feng3 sil +002653 sil ta1 de5 dui4 ce4 shi4 jin4 si4 an4 lao2 fen1 pei4 ban1 de5 gai3 ge2 sil +002654 sil zui4 hou4 hai2 shi4 wu2 min3 lve4 sp1 man3 zu2 le5 gao1 yun2 hai3 de5 xu1 rong2 sp1 zhun3 bei4 gei3 yun2 hai3 yi2 ge5 guang3 bo1 hui4 sil +002655 sil zhong1 guo2 tiao2 zheng3 le5 juan3 yan1 shui4 fu4 sil +002656 sil jing1 chang2 zai4 jia1 li3 luan4 hou3 yi4 tong1 sil +002657 sil hai2 rang4 wo3 chi4 luo3 zhe5 shang4 shen1 chang4 ge1 sil +002658 sil wo3 hong2 hong2 de5 xiao2 lian3 zhao4 jin4 ni3 xin1 wo1 sil +002659 sil xue1 jing3 wen2 sp1 bei4 ya1 shang4 ren2 min2 de5 fa3 ting2 sil +002660 sil gen1 wo3 liao2 tian1 zen3 me5 hui4 wu2 yu3 ne5 sil +002661 sil shuang1 yu2 zuo4 sp1 yao4 hao3 hao1 de5 xing4 fu2 xia4 qu4 you5 sil +002662 sil gang1 guan2 wu3 sp1 wo3 hai2 mei2 you3 xue2 guo4 ne5 sil +002663 sil hu2 die2 lan2 de5 zhuang1 pen2 hen3 zhong4 yao4 sil +002664 sil jin4 ri4 sp1 zi4 gong4 shi4 yan2 tan1 qu1 wei4 ping2 zhen4 sp1 fa1 sheng1 yi4 qi2 can3 ju4 sil +002665 sil nv3 er2 quan2 shen1 ruan2 zu3 zhi1 cuo1 shang1 sil +002666 sil tang1 wei2 tang1 wei2 ji3 xia4 sp1 bian4 jiang1 zei2 ren2 zhi4 fu2 sil +002667 sil dang1 nian2 sp1 jin4 cha2 ji4 bian1 qu1 sp1 biao3 yang2 guo4 de5 lao2 dong4 ying1 xiong5 sp1 han2 feng4 ling2 sp1 shi4 fou3 hai2 jian4 zai4 sil +002668 sil gong1 zhong4 ren2 wu4 gai4 nian4 de5 que1 shi1 sp1 jiang1 xian4 wang3 min2 yu2 bu2 yi4 sil +002669 sil shi4 hou4 sp1 zhong1 mou3 ming2 gao4 jie4 wei1 wei1 sp1 bu4 neng2 gao4 su4 bie2 ren5 sp1 fou3 ze2 yao4 ai2 ma4 sil +002670 sil lao3 ren2 man3 tou2 bai2 fa4 sp1 shen1 zi5 gu3 hai2 suan4 ying4 lang5 sp1 zhi3 shi4 you3 xie1 er3 long2 sil +002671 sil zu3 er2 tan3 yan2 sp1 yi3 qian2 bei4 lao2 ban3 yang2 shou4 cheng2 cheng1 wei2 tian1 hou4 sp1 gan3 dao5 gan1 ga4 sil +002672 sil tie3 ren2 tou2 dai4 qian2 jin4 mao4 sp1 shen1 chuan1 yang2 pi2 ao3 sp1 shou3 wo4 sha1 ba3 sp1 ying1 qi4 bi1 ren2 sil +002673 sil jing3 fang1 cheng1 sp1 gai1 zhen2 suo3 wu2 he2 fa3 zi1 zhi4 sil +002674 sil nong2 min2 gong1 yu2 zhan4 shui3 cheng1 sp1 zhe4 lao3 nong2 min2 zheng4 lia3 qian2 ye3 zhen1 bu2 yi4 ya5 sp1 zhe4 ye3 bu4 gei3 ya5 sil +002675 sil gong1 si1 zhi3 fu4 ze2 yang3 hu4 qing1 sao3 sp1 yi3 ji2 lu4 chan3 sun2 hui3 qing2 kuang4 de5 guan2 li3 sil +002676 sil dai4 nian2 hua2 jie4 shao4 sp1 qian2 shui3 xing4 de5 po2 yang2 hu2 de5 shui3 wei4 yu2 shui3 liang4 sp1 jiang1 ying2 xiang2 shui3 huan2 jing4 sil +002677 sil bu4 ran2 sp1 wo3 men5 jiang1 wu2 niao2 ke3 guan1 sil +002678 sil bu2 liao4 sp1 dong1 ya4 fei1 huang2 juan2 tu3 chong2 lai2 sil +002679 sil ta1 yao3 zhe5 ya2 sp1 yong4 yi2 kuai4 hou4 hou4 de5 bu4 zi5 sp1 guo3 zhu4 le5 zi4 ji3 tou4 xi1 shi2 sp1 ge1 bo5 shang4 de5 lou3 sil +002680 sil hei1 bang1 lao3 da4 qu4 wen2 shen1 sp1 dui4 shi1 fu5 shuo1 sp1 gei2 wo3 zai4 bei4 shang4 sp1 wen2 yi2 ge5 shi1 zi5 tou2 sil +002681 sil bu2 guo4 sp1 qi2 er3 duo5 shang4 na4 fu4 ming2 pai2 er3 huan2 zhuo2 shi2 shi4 liang4 dian3 sil +002682 sil zhao4 yun2 de5 peng2 you5 hao3 chao1 ying1 sp1 jian4 yi4 xian1 dai4 dong3 jing4 qu4 hai2 kou3 duo2 duo3 sil +002683 sil ji3 nian2 qian2 sp1 ta1 yin1 wei4 mei2 qian2 yi1 zhi4 sp1 zhi4 shi3 you4 tui2 gu3 tou5 huai4 si3 sil +002684 sil xing4 yun4 de5 nin2 sp1 yi3 bei4 wo3 yuan4 de5 jiao4 shou4 kan4 zhong4 sil +002685 sil chu1 ru4 ci3 dao4 de5 tou2 zi1 zhe3 qie4 mo4 mang2 mu4 gen1 jin4 sil +002686 sil rong2 ru2 yu3 gong4 xian3 dan1 xin1 sp1 gan1 dan3 xiang1 zhao4 xie3 hui1 huang2 sil +002687 sil shua1 ping2 zhun3 bei4 zhong1 sp1 wo3 xian1 kan4 kan5 wen4 ti2 ha1 sil +002688 sil cheng1 qi2 wei2 zhu1 li4 xi1 du2 tui2 fei4 zhao4 sil +002689 sil chu2 meng3 niu2 yi1 li4 sp1 guang1 ming2 deng3 da4 pin3 pai2 wai4 sp1 guang3 dong1 ben2 tu3 ru2 pin3 sp1 ye3 jia1 ru4 zhang3 jia4 hang2 lie4 sil +002690 sil ma3 kui2 er3 sp1 heng1 de2 li4 sp1 duo1 te4 sp1 ai4 lun2 deng3 ren2 sp1 shou3 lun2 ye3 jiang1 dui4 zhen4 zi1 ge2 sai4 xuan2 shou3 sil +002691 sil mei2 mao5 hao3 xiang4 yong4 you2 ca1 guo4 sp1 lian3 se4 hen2 hao3 sp1 zui3 chun2 tu2 le5 yi4 dian2 kou3 hong2 sil +002692 sil sheng4 da4 zai4 xian4 ye4 wu4 sp1 bi3 guo4 qu4 you3 xie1 wu4 shi2 sil +002693 sil yang2 cheng2 lin2 zhe4 shen1 da3 ban4 zao4 jia4 bu4 fei3 sil +002694 sil ting2 xi3 qing4 de5 sp1 ye2 ting3 gan1 jing4 zheng3 jie2 de5 sil +002695 sil hen3 duo1 xiao1 fei4 zhe3 zai4 zu1 fang2 de5 shi2 hou4 sp1 wang2 wang3 chi1 ya3 ba5 kui1 sil +002696 sil ren2 men5 dan1 xin1 tong1 zhang4 zou3 shi4 shi1 kong4 sp1 hui4 zhao1 zhi4 geng4 yan2 li4 de5 hong2 guan1 jin3 suo1 zheng4 ce4 sil +002697 sil hun2 jiang1 zou3 chu1 le5 yi4 tiao2 ju4 you3 qu1 yu4 te4 se4 de5 sp1 bai2 shan1 shang1 lu4 sil +002698 sil ge4 xing4 zhi2 shuang2 huo3 bao4 de5 na4 ying1 zhong1 yu2 fa1 biao1 sp1 jian4 zhi3 zhe4 jiang1 wei4 shi4 sil +002699 sil he2 wei1 bu4 shu1 fu5 a5 sp1 wo3 dan1 xin1 ta1 yi2 ge4 ren2 sp1 ni3 neng2 bu4 neng2 pei2 ta1 qu4 xia4 yi1 yuan4 a5 sil +002700 sil ru2 ci3 gao1 de5 jia4 ge2 hai2 qu4 re4 peng3 sp1 yin2 hang2 dang1 ran2 shi4 da3 zhe5 sp1 pei2 ben3 zhuan4 yao1 he5 de5 suan4 pan5 sil +002701 sil ke3 shi4 sp1 che1 ceng4 bu2 guo4 qu4 yo5 sil +002702 sil ta1 men5 ba2 wo3 ti1 dao3 le5 you4 lin1 qi3 lai2 sp1 bu2 duan4 chong2 fu4 sil +002703 sil wu3 yue4 fen4 de5 zhe4 yi2 shu4 ju4 sp1 wei2 si4 dian2 wu3 yi1 yi1 wu3 wan4 yi4 mei3 yuan2 sil +002704 sil zhe4 xie1 wen2 zi4 xin4 xi1 chun2 shu3 nie1 zao4 sil +002705 sil neng2 fou3 chong2 xian4 sp1 ya4 te4 lan2 da4 ao4 yun4 hui4 shang4 de5 hui1 huang2 sil +002706 sil zai4 jia1 ren2 de5 zhi2 niu4 xia4 sp1 han2 zhi4 peng2 jie4 diao4 le5 mei3 zhou1 pa2 bai2 yun2 shan1 de5 yin3 sil +002707 sil tui4 shui3 qi1 de5 da4 di1 sp1 wang2 wang3 rong2 yi4 chu1 xian4 xian3 qing2 sil +002708 sil mu4 xi1 yue1 ka3 sp1 dui4 yang1 shi4 fei1 zhou1 fen1 tai2 kai1 bo1 sp1 biao3 da2 le5 sp1 mei2 hao3 zhu4 yuan4 sil +002709 sil tuo4 kuan1 shi4 ye3 sp1 guang3 kai1 xuan3 ba2 nian2 qing1 gan4 bu4 de5 qu2 dao4 sil +002710 sil mai3 jia1 he2 mai4 jia1 sp1 tong2 yang4 mian4 lin2 zhe5 sp1 ju3 zheng4 wei2 quan2 kun4 nan2 de5 jiong3 jing4 sil +002711 sil yi2 ge5 zhou1 liu4 sp1 zhang1 mou3 yao1 qing3 wu2 mou3 sp1 yi4 qi3 chu1 lai2 wan2 sil +002712 sil wan2 le5 hai2 ke2 yi3 ou4 zhi4 fei2 liao4 sil +002713 sil jin2 guan3 jin1 san1 yi3 cheng2 kong1 tan2 sp1 kai1 fa1 shang1 men5 sp1 que4 mao3 zu2 le5 jin4 sp1 yao4 shou1 huo4 yin2 si4 sil +002714 sil cun1 min2 cheng1 sp1 long2 gu3 dong4 sp1 mu4 qian2 yi3 bei4 cai3 kuang4 zhe3 zha4 hui2 yan3 mai2 sil +002715 sil jin1 tian1 zao3 shang4 sp1 wo3 men5 yi3 jing1 ba3 zei2 zhua1 dao4 le5 sp1 er2 qie3 fa3 guan1 sp1 yi3 jing5 pan4 le5 ta1 de5 zui4 ne5 sil +002716 sil wo3 men5 chang4 dao3 chuan4 chuan5 ye2 ke3 ai4 sp1 ling2 yang2 qu3 dai4 mai3 mai4 sil +002717 sil wo3 shi4 meng2 mei4 zhi3 sp1 ni3 ai4 xin4 bu2 xin4 sil +002718 sil zhe4 xia4 sp1 nie4 xiao2 jie3 fu1 qi1 lia3 sha2 yan3 le5 sil +002719 sil chuan1 zhe5 huo3 bao4 lou4 di2 xian3 xiong1 dai4 sil +002720 sil wo3 hai2 yi3 wei2 sp1 ni3 bei4 bie2 ren2 guai2 pao3 le5 sil +002721 sil ni3 he2 zhu1 shen2 me5 guan1 xi4 ya5 sil +002722 sil qiang2 niu3 de5 gua1 bu4 tian2 sp1 qiang2 niu3 de5 shui4 sp1 ye3 bu2 hui4 xiang1 sil +002723 sil liang3 ren2 gong4 wu3 shi2 sp1 ai4 wei1 er2 sp1 ye3 tiao4 de5 shi2 fen1 you4 huo4 sp1 hai2 yi4 zhi2 bai3 nong4 zui2 li3 de5 xiang1 yan1 sil +002724 sil bu4 neng2 fan1 yue4 tie3 lu4 zha4 lan5 sp1 jin4 ru4 tie3 lu4 di4 jie4 nei4 sil +002725 sil quan2 shi4 ji4 xu4 tui1 jin4 ai4 guo2 wei4 sheng1 yun4 dong4 sp1 da4 li4 kai1 zhan3 mie4 wen2 gong1 zuo4 sil +002726 sil xuan3 gou4 bao3 bao5 xi3 ai4 de5 can1 ju4 sil +002727 sil wan4 jia1 tuan2 yuan2 de5 chun1 jie2 guo4 wan2 le5 sp1 xu3 duo1 ren2 de5 qian2 bao1 ye2 bie3 le5 sil +002728 sil lv3 ci4 ti2 xing3 bu4 biao1 de5 sp1 jin4 zhi3 gua4 bian3 sil +002729 sil lin2 luo2 de5 liang3 ge5 nao3 dai5 mang2 cou4 guo4 qu4 sil +002730 sil liang3 ren2 dao4 le5 ma3 tou2 zhi1 hou4 sp1 lin2 ju1 lao3 han4 sp1 you4 jiang1 yi4 he2 bu3 yao4 sai1 gei3 wang2 lao3 han4 sil +002731 sil jiu4 shi4 zhe4 yi2 zhuai4 sp1 liu2 qing4 hua1 jiu4 le5 yi2 ming4 sil +002732 sil li2 hao3 guo1 xiao2 min3 da4 hun1 sp1 hao3 xiong1 di4 peng2 chang3 sil +002733 sil na4 shi4 ta1 qin1 ma1 qin1 er2 zi5 sp1 qin1 mei4 mei5 ya5 sil +002734 sil you2 yu2 hu2 tong4 zhai3 sp1 xiao1 fang2 che1 sp1 wu2 fa3 jin4 ru4 sil +002735 sil lin2 da4 ge1 de5 xiang4 mao4 ju4 qi2 chou2 sp1 jin3 yi2 bu4 zhi1 yao2 sil +002736 sil you3 shi2 shi1 she3 yi4 xie1 ling2 qian2 sil +002737 sil shang4 zhe5 ke4 sp1 wo3 ba4 ta1 yan1 yin3 fan4 le5 sp1 jiu4 xiang2 dian3 yan1 sil +002738 sil jia4 shi3 yuan2 na4 men4 sp1 ta1 an4 la3 ba5 sp1 mei2 you3 cuo4 sil +002739 sil zhi3 jian4 ta1 men5 di1 zhe5 tou2 qiang2 ren3 bei1 tong4 sp1 jian1 tou2 yi2 chan4 yi2 chan4 de5 sil +002740 sil tong2 shi2 zai4 ao4 yun4 qi1 jian1 sp1 che1 xian3 bao4 an4 de5 shou3 xu4 sp1 ye3 jiang1 jian3 hua4 sil +002741 sil tu2 wei2 zhang1 bang1 sheng4 zai4 tian2 xiao3 hou2 zi5 de5 pi4 gu5 sil +002742 sil xiong2 yu4 er5 he2 guo1 song1 lin2 de5 lv4 shi1 sp1 zuo4 de5 ye3 shi4 wu2 zui4 bian4 hu4 sil +002743 sil yi4 zhi2 zai4 dui4 ni3 wei1 xiao4 ya5 sil +002744 sil xiao3 ze2 ma3 li4 ya4 sp1 bu4 gan1 shi4 ruo4 sp1 ting3 xiong1 jue1 pi4 gu5 sp1 lian2 huan2 chu1 zhao1 sil +002745 sil ji1 ji2 fa1 zhan3 gong1 lu4 shuai3 gua4 yun4 shu1 sil +002746 sil ji4 zhe3 zuo2 tian1 ye3 bo1 tong1 le5 sp1 guo2 shou4 de5 jiu2 wu2 wu3 yao1 jiu3 fu2 wu4 dian4 hua4 sil +002747 sil jin4 shi2 nian2 lai2 sp1 gong1 gong5 ni2 kuang1 yi4 zhi2 xiang3 bao4 sun1 zi5 sp1 ye3 bu2 duan4 dui4 ta1 men5 ruan3 ying4 jie1 shi1 sil +002748 sil sun1 hong2 lei2 a5 sp1 ni3 ke2 dei3 lin1 qing1 chu3 le5 sil +002749 sil yin1 ci3 sp1 he2 tai4 hu2 yi2 yang4 cun2 zai4 wu1 ran3 de5 dian1 chi2 sp1 bei4 tong2 yang4 shi1 yi2 shui3 hu2 lu5 liao2 fa3 sil +002750 sil kui2 wen2 qu1 shi2 yan4 xiao3 xue2 sp1 zhi2 you2 liang3 ming2 zhuan1 zhi2 shu1 fa2 lao3 shi1 sil +002751 sil shi4 jian4 rao2 rang3 bu4 jiu3 sp1 yuan2 xiong1 si4 hu1 you2 gan3 shi4 tai4 yan2 zhong4 sp1 ji2 jiang1 zhao4 pian4 shan1 diao4 sil +002752 sil zui4 hou4 tiao1 dao4 ji2 ben3 mei2 li3 ci1 de5 rang4 luo4 bing1 bei1 sil +002753 sil shu1 zhong1 xie3 dao4 sp1 meng2 na4 li4 sha1 yan3 zhong1 chong1 man3 ge4 zhong3 ji4 hao4 he2 zi4 fu2 sil +002754 sil wei4 zhu1 de5 shi2 wu4 dou1 shi4 yu4 mi3 dou4 bing2 deng3 yuan2 liang2 sp1 bu4 jia1 tian1 jia1 ji4 sil +002755 sil tan3 shuai4 de5 shuo1 sp1 wo3 yi4 zhi2 zai4 yi3 xue2 sheng1 xin1 tai4 dang1 dai4 biao2 wei3 yuan2 sil +002756 sil xiang1 fan3 sp1 pi4 yao2 su4 du4 yue4 man4 sp1 yao2 yan2 jiu4 yue4 hui4 you3 zi1 sheng1 de5 tu2 rang3 sil +002757 sil geng4 huang1 tang2 de5 shi4 sp1 zhe4 bi3 fa2 jin1 hai2 wang2 wang3 shi4 qing2 fu1 tao1 yao1 bao1 sil +002758 sil you3 xiang1 gang3 mei2 ti2 gan3 tan4 sp1 qu3 jin4 jiang1 gu1 niang5 sheng4 guo4 qiang3 yin2 hang2 sil +002759 sil wan2 ju4 shu1 bao1 sp1 mu4 tou5 sha1 zi5 sp1 yi3 ji2 hai2 cao3 hun4 luan4 de5 chan1 za2 zhe5 sil +002760 sil zhong1 guo2 zhu4 fei1 da4 shi2 guan3 sp1 dun1 cu4 fei1 fang1 jun1 jian4 sp1 li2 kai1 huang2 yan2 dao2 hai3 yu4 sil +002761 sil dui4 yu2 xiao2 gou3 de5 si3 yin1 sp1 miao1 qing2 lang3 he2 ni2 nv3 shi4 dou1 cun2 you3 yi2 wen4 sil +002762 sil wo3 shi4 shan4 liang2 huo2 po1 sp1 hao4 qi2 xin1 wang4 sheng4 de5 sp1 bi4 xing2 xie3 sil +002763 sil you2 lun2 ding3 bu4 liang3 tiao2 yan1 cong1 deng3 bu4 wei4 bei4 xue1 diao4 sil +002764 sil zai4 lei4 le5 sp1 jiu4 mi1 yi4 xiao3 hui4 sil +002765 sil xia4 yi4 miao3 jiu4 yun1 guo4 qu4 le5 sil +002766 sil wo3 you2 dianr3 r you2 yu4 sil +002767 sil zhe4 zhen4 shi4 sp1 zhun2 you3 da4 shi4 sil +002768 sil hai2 zi5 zhe4 shi2 hou4 wang2 wang3 mei2 wei4 kou3 sp1 gen1 ben3 chi1 bu2 xia4 qu4 sil +002769 sil tu2 wei2 xia4 men2 gu3 lang4 yu3 sil +002770 sil wo2 ye2 ting3 wu2 nai4 de5 ai5 sil +002771 sil zhong1 li4 ti2 zao1 zhong1 nian2 nan2 zi3 nie1 yu4 shou3 sil +002772 sil xiang1 pian4 zhong1 de5 ta1 yu3 yi4 nan2 zi3 qin1 re4 sp1 geng4 you3 bu4 shao3 qing2 yu4 dong4 zuo4 sil +002773 sil ao4 ba1 ma3 fa1 biao3 zhang4 peng2 yan2 jiang3 sil +002774 sil er2 qie3 hai2 shi4 di1 yao1 de5 o5 sil +002775 sil lian2 gun3 tang4 sp1 xin1 xiang3 qian1 wan4 bie2 zha2 yan3 sp1 ren3 zhe5 ting3 xiong1 ban4 wei1 wu3 sp1 fou3 ze2 chong2 pai1 geng4 xin1 ku3 sil +002776 sil feng1 tian2 fa1 yan2 ren2 yi1 teng2 rang2 yi2 ju4 jue2 dui4 bao4 gao4 nei4 rong2 zhi4 ping2 sil +002777 sil wen2 ge2 qi1 jian1 po4 si4 jiu4 sp1 jia1 pu3 bei4 fen2 hui3 sp1 liu2 xia4 yong2 yuan3 de5 yi2 han4 sil +002778 sil you4 shou3 lei4 le5 yong4 zuo2 shou3 sp1 zuo2 shou3 lei4 le5 sp1 yong4 you4 shou3 sil +002779 sil fu2 zhe5 lan2 gan5 you3 xie1 zhan4 li4 bu4 wen3 sil +002780 sil zhong1 ri4 guan1 xi5 jiang1 wa2 jie3 sil +002781 sil lao3 xing2 ze2 kao4 xing2 li3 da2 qi2 dunr3 r lai2 sil +002782 sil zhong4 zhang2 lao3 sui2 hou4 hui2 dao4 li2 nan4 zhe3 ling2 wei4 qian2 sp1 ge4 ren2 nian1 xiang1 ding2 li3 sp1 jiang1 gong1 de2 hui2 xiang4 sil +002783 sil shi1 wang4 hou4 sp1 duan4 zheng4 chun2 zhi3 pan4 xiao3 zhen4 jie1 zhi1 jiu4 ke2 yi3 le5 sil +002784 sil ke3 jian4 sp1 ya2 hu3 yuan2 gong1 que1 fa2 ren4 tong2 gan3 he2 gui1 shu2 gan3 sil +002785 sil pei4 ling2 wei4 hun1 xian1 yun4 de5 nv3 er2 sp1 shi4 ling4 pei4 lin2 ji2 gong4 he2 dang3 nan2 kan1 de5 shi4 sil +002786 sil gou4 mai3 de5 jing1 shi4 fang2 sp1 neng2 fou3 yong4 yu2 zi4 zhu4 yi3 wai4 de5 yong4 tu2 sil +002787 sil wo2 xiang3 sp1 ni3 xu1 yao4 yi2 ge5 fang2 du2 mian4 ju4 sil +002788 sil er2 ke1 yi1 sheng1 de5 zhen3 duan4 shi4 yun4 dong4 xing4 xiao4 chuan3 sp1 gu1 ji4 he2 guo4 min2 you3 guan1 sil +002789 sil qi2 zhong1 sp1 gui1 lei4 biao3 sp1 wan2 shui4 jia4 ge2 biao3 sp1 you2 hai3 guan1 zong2 shu3 zhi4 ding4 sil +002790 sil yi4 qi3 de2 zhi1 huo4 jiang3 na4 yi2 ke4 de5 qing2 jing3 sp1 mai4 ke4 ku4 li4 ya4 er3 sp1 yi1 ran2 nan2 yan3 xing1 fen4 sil +002791 sil gong1 min2 dang3 fu4 ze2 ren2 sp1 ye3 pi1 ping2 pu2 xuan3 she4 yu4 xuan3 shi4 yi2 ge5 dao4 tui4 sil +002792 sil dai4 yan3 zhao4 chu1 chang3 de5 zhou1 xiu4 na4 sp1 jiao1 can1 sai4 zhe3 sp1 lai2 ge5 sp1 bai4 quan3 da4 bian4 shen1 sil +002793 sil chen2 jiong3 dang1 ji2 qi3 dong4 sp1 ai4 xin1 ji1 jin1 song4 nv3 hai2 hui2 jia1 sil +002794 sil hai3 bian1 sha1 tan1 sp1 hai2 you3 chi1 hai3 xian1 ya5 sil +002795 sil shi2 ji4 shang4 quan2 che1 dao4 qiang2 xian3 sp1 shu3 yu2 shang1 ye4 xian3 sil +002796 sil you1 men2 luo2 gan3 jun1 gan2 ran3 sp1 shi4 wei4 ai2 fa1 sheng1 de5 zhu3 yin1 sil +002797 sil bei4 na4 te4 shuo1 sp1 wo3 ren4 wei2 mai4 kai3 en1 shu3 yu2 chuan2 tong3 de5 bao2 shou3 pai4 sil +002798 sil jie2 guo3 sp1 zhao4 luo2 rui2 fa2 yu3 ji2 ge2 le5 sp1 de2 yu3 que4 chi1 le5 yi2 ge5 ling2 fen1 sil +002799 sil er2 de2 guo2 shi4 zhong1 ou1 guan1 xi5 de5 zhong4 yao4 ling2 pao2 zhe3 sil +002800 sil ni3 shi4 shang4 tian1 pai4 lai2 gu4 yi4 zheng2 wo3 de5 ba5 sil +002801 sil yu3 xiang2 bei1 chuang4 de5 xiang3 zi4 sha1 sp1 man3 qiang1 de5 nu4 huo3 ke2 yi3 zai4 qu4 shao1 yi2 tang4 chi4 bi4 sil +002802 sil mei2 you3 ren2 jie1 dai4 sp1 zai4 chang3 ming2 xing1 sp1 mu4 qian2 you3 sa4 ding2 ding3 sp1 zhang1 han2 yun4 sp1 yang2 man4 li4 sp1 hu2 jun1 sil +002803 sil zhe4 wu2 yi2 shi4 sp1 jiang1 zi4 ji3 sou1 suo3 hang2 ye4 lao3 er4 de5 di4 wei4 sp1 gong2 shou3 xiang1 rang4 yu2 jing4 zheng1 dui4 shou3 sil +002804 sil ju4 zhong4 du3 bo2 sp1 ye3 shi4 zhong4 da4 an4 qing2 sp1 zi4 ran2 yao4 hui4 bao4 sil +002805 sil zhi3 yao4 xin1 zhong1 chang2 cun2 qian1 gua4 he2 ai4 sp1 jiu4 bu2 pa4 wu4 mai2 piao1 guo4 sp1 jiu4 bu2 pa4 ming2 tian1 tian1 kong1 shi4 fou3 hui1 an4 sil +002806 sil hei1 gou2 lie3 zhe5 da4 zui3 sp1 lu4 ren2 jian4 le5 fen1 fen1 duo3 bi4 sil +002807 sil yi1 shi4 zhe4 xie1 zi4 fen2 zhe2 si3 de5 yuan1 wang4 sil +002808 sil zhou1 rui2 liu3 liao2 jie3 dao4 sp1 gu4 peng2 tu2 sp1 yi4 xing2 sp1 ru2 ci3 ji2 che4 sp1 zhi3 shi4 wei4 le5 gan3 zhe5 qu4 chi1 wu3 fan4 sil +002809 sil sui2 hou4 sp1 xiao2 rui3 bei4 zhen3 duan4 chu1 zhong4 du4 fei4 yan2 sil +002810 sil bei4 tiao2 kan3 de5 ku4 er3 xi1 de2 sp1 mian4 lu4 xiu1 nan3 zhi1 se4 sp1 xian3 de5 bu4 hao3 yi4 si5 sil +002811 sil jie1 wan2 zhe4 ge5 dian4 hua4 sp1 you3 xie1 xiang3 bu4 tong1 de5 weng1 mie4 sp1 da3 dian4 hua4 wen4 yi1 lai2 sil +002812 sil he2 gang1 tie3 xia2 he1 cha2 sp1 he2 hui1 gu1 niang5 liao2 tian1 sp1 he2 qing1 wa1 wang2 zi3 san4 bu4 sil +002813 sil wu3 yue4 de5 liao2 shen3 da4 di4 sp1 lv4 cao3 ru2 yin1 sheng1 ji1 ang4 ran2 sil +002814 sil ye3 hui4 zai4 niu3 yue1 guang4 guang5 sp1 kan4 kan5 yi1 fu5 sil +002815 sil wang2 you3 fen1 fen1 chuai3 ce4 shi4 fou3 you2 gan3 er2 fa1 sil +002816 sil gan3 shang4 bao1 jiao3 zi5 sp1 lao3 zhang4 ren5 wen4 wo3 sp1 hui4 bao1 jiao3 zi5 me5 sp1 wo3 dang1 ran2 yao4 shuo1 hui4 le5 sil +002817 sil ta1 men5 de5 guan1 xi5 sp1 tong2 yang4 you2 nv3 tong2 de5 diao4 diao5 sil +002818 sil huo4 fu1 man4 he2 ke1 wa2 mu3 shen4 zhi4 fa1 sheng1 guo4 zheng1 chao3 sil +002819 sil guo4 qiao2 mi3 xian4 sp1 zhu3 yao4 yi3 tang1 sp1 rou4 pian4 sp1 mi3 xian4 sp1 zai4 jia1 zuo2 liao4 zuo4 cheng2 sil +002820 sil ye1 lei2 mi3 qi2 shou3 xian1 yao1 qiu2 yu4 hui4 dai4 biao2 qi3 li4 sp1 mo4 si1 yi4 fen1 zhong1 sil +002821 sil ta1 yi3 yuan2 zi3 shi2 miao3 chang2 wei2 ji1 chu3 sp1 zai4 shi2 ke4 shang4 sp1 jin3 liang4 jie1 jin4 yu2 shi4 jie4 shi2 sil +002822 sil geng2 xiao3 hua2 sp1 ci3 qian2 ceng2 ren4 jiao1 dian2 wang2 zong3 jing1 li3 sp1 shi4 gong1 yu3 de5 lao3 bu4 xia4 sil +002823 sil ling4 wai4 yi4 xie1 qian2 lai2 can1 guan1 de5 ren2 men5 sp1 rang1 rang5 zhe5 sp1 yao4 yu3 chang2 e2 er4 gu1 niang5 he2 ying3 sil +002824 sil zuo4 wei2 fang1 yi4 hua2 de5 ai4 jiang4 sp1 ta1 cai2 lin2 wei1 shou4 ming4 sp1 bang1 shou2 jie3 jue2 wen4 ti5 sil +002825 sil bu4 ru2 zhao2 lao3 shi1 xue2 sheng1 liao2 yi4 liao2 sil +002826 sil bu2 guo4 sp1 yi4 suo3 zhong1 xue2 xiao4 zhang3 ren4 wei2 sp1 tui1 jian4 ming2 e2 sp1 gei3 kuang1 chao1 hen3 lang4 fei4 sil +002827 sil nan2 zi3 ba2 shou3 ji1 sp1 cang2 zai4 zi4 jia1 yu4 ce4 li3 sp1 tou1 pai1 sao3 sao5 sp1 zhi2 zi5 sp1 yu3 zhi2 nv3 ru2 ce4 ru4 yu4 sil +002828 sil ma1 ma1 mi1 ya5 qing3 lai2 zhang1 bo2 zhi1 sp1 dang4 ci4 you4 bu4 tong2 sil +002829 sil bo1 le5 yi2 shang4 wu3 sp1 tou2 cun4 hai2 mei2 pu3 sil +002830 sil zhe4 yang4 de5 yi4 zheng4 sp1 shi4 she2 ben3 zhu2 mo4 sil +002831 sil bo2 hai3 jiao1 hui4 chu4 sp1 shi4 chuan2 bo2 jin4 chu1 bo2 hai3 wan1 de5 sp1 di4 er4 tiao2 jiao1 tong1 yao4 dao4 sil +002832 sil yi4 qun2 ren2 yi4 zhi2 huan1 ju4 dao4 shen1 ye4 sp1 cai2 cong2 ka1 fei1 wu1 zhong1 chu1 lai2 san4 chang3 sil +002833 sil da4 lou2 er4 lou2 de5 er4 yao1 liu4 fang2 jian1 sp1 deng1 huo3 tong1 ming2 sil +002834 sil zi4 shi4 ying2 ye4 yi3 lai2 sp1 ji3 jing1 bo1 zhe2 sp1 ming4 tu2 duo1 chuan3 sil +002835 sil yu2 shi4 sp1 xiu1 si1 dun4 sp1 ye3 chun2 chun3 yu4 dong4 sil +002836 sil li3 kui2 heng1 yu2 ben3 bao4 ji4 zhe3 he2 ying3 sil +002837 sil ruan2 shou3 jun1 she4 sp1 tu2 wei2 hua2 po1 di4 fu4 jin4 sp1 dao4 lu4 ji1 shui3 xing2 cheng2 yan4 se4 hu2 sil +002838 sil zhu1 yin1 yi4 ren2 fen1 shi4 sp1 fu4 jun1 chuo4 sp1 fu4 jun1 yu2 liang2 jie3 mei4 sil +002839 sil ta1 de5 tai4 guo2 qi1 zi5 huai2 tai1 ba1 yue4 sp1 tian3 zhe5 da4 du4 zi5 sui2 wo3 men5 chu1 hai3 wan2 le4 sil +002840 sil na4 yi2 ju4 ying1 yu3 sp1 yi2 ge5 cheng2 yu3 sp1 fang3 fu2 hou4 bian4 she4 sha1 zao2 chi3 de5 liang3 jian4 sp1 ling4 yu3 xiang2 fang2 bu2 sheng4 fang2 sil +002841 sil zuo2 ri4 sp1 xiao3 long2 kan3 yi4 ju1 min2 lou2 sp1 lin2 jie1 gua4 zhe5 qu3 ming2 bu4 zhao1 pai5 sil +002842 sil kuai4 qu4 zhao3 zhang1 dian4 re4 tan3 sil +002843 sil bu4 shao3 you2 ke4 xing4 zhi4 ang4 ran2 pai1 zhao4 liu2 nian4 sil +002844 sil guan1 zhu4 ta1 men5 sp1 bing4 fei1 wei4 le5 xuan4 ran3 bei1 qing2 sil +002845 sil wo2 lao3 po5 jiu4 te4 bie2 shan4 yu2 zhua1 nan2 ren2 de5 wei4 sp1 wo3 yi2 kan4 jian4 ta1 jiu4 gan3 jue2 wei4 bu4 shu1 fu5 sil +002846 sil ru2 ya3 qin1 he2 ji4 yi4 li4 hao3 sp1 shu4 zi4 tuo1 kou3 er2 chu1 sp1 xiang4 dao3 dou4 zi5 yi4 ban1 shun4 liu5 sil +002847 sil xiang1 xia4 jin4 lai2 ye3 bu2 zai4 shi2 xing1 tie1 hua1 hua1 lv4 lv4 de5 nian2 hua4 le5 sil +002848 sil zai4 yi1 yuan4 sp1 weng1 nv3 shi4 wei4 nv3 er2 pai1 le5 yi4 zu3 zhao4 pian4 sil +002849 sil zhang1 guo2 hua2 tan1 wu1 shou4 hui4 de5 ming2 tang2 hen3 duo1 sil +002850 sil bu2 guo4 kang1 ni1 bing4 bu4 yin1 ci3 kun4 rao3 tai4 duo1 sil +002851 sil zhu1 rong2 ji1 fei1 chang2 re4 ai4 wen2 xue2 sil +002852 sil ju4 liao2 jie3 sp1 yuan2 yang2 fu2 zhuang1 dian4 dian4 zhu3 yi4 jia1 san1 kou3 sp1 zheng4 zai4 sheng3 kang1 fu4 zhong1 xin1 yi1 yuan4 qiang3 jiu4 sil +002853 sil er4 shi4 qie4 shi2 ti2 gao1 shui3 zi1 yuan2 li4 yong4 xiao4 lv4 sil +002854 sil dan4 shi4 sp1 zhen1 bu4 zhi1 dao4 nv3 er2 de5 kang4 ya1 neng2 li4 you3 duo1 da4 sp1 ren2 yan2 ke3 wei4 a5 sil +002855 sil ju3 bao4 xin4 shang4 sp1 en4 man3 le5 ju3 bao4 ren2 de5 shou3 yin4 sil +002856 sil dong2 lao3 gen1 guang3 dong1 hen2 you3 yuan2 fen4 sil +002857 sil zhe4 ge5 jiao4 xun4 shi4 ji2 wei2 can3 tong4 de5 sil +002858 sil dan4 cong2 zhou1 si4 kai1 shi3 sp1 mei2 yu3 you4 jiang1 zai4 du4 juan2 tu3 er2 lai2 sil +002859 sil zu2 wei3 hui4 tong1 zhi1 wo3 de5 shi2 hou4 sp1 wo3 zheng4 zai4 bei2 hai3 pai1 xi4 sp1 wo3 gui1 nv5 ye3 zai4 nar4 r sil +002860 sil xiao3 guang1 shi4 yi2 wei4 qin2 fen4 hao4 xue2 de5 xue2 sheng1 sp1 ta1 li4 yong4 han2 jia4 jian1 zhi2 zhuan4 qu3 xue2 fei4 sil +002861 sil qu4 nian2 sp1 zuo3 bo2 yi2 kai1 ban4 le5 shen3 yang2 di4 yi1 jia1 tuan2 gou4 wang3 zhan4 sp1 jiu3 shi5 qi1 tuan2 sil +002862 sil mi2 er3 na4 sp1 jiang1 zhe4 zhong3 tou2 zi1 fang1 fa3 cheng1 wei2 sp1 wan3 qi1 tou2 zi1 sil +002863 sil li2 zi3 jun1 sp1 zai4 qing1 nian2 dong1 ao4 hui4 shang4 zhai1 de2 tong2 pai2 sil +002864 sil ji4 zhe2 yao3 le5 yao3 ya2 sp1 ce4 shen1 yi2 bu4 tiao4 dao4 xuan4 feng1 mian4 qian2 sp1 jiang1 yao2 ba3 xiang4 qian2 song4 qu4 sil +002865 sil zhe4 xie3 de5 shen2 me5 po4 wan2 yi4 ya5 sp1 pi4 da4 ge4 shi4 sp1 ni2 ye3 yao4 fa1 ge5 tie3 zi5 sil +002866 sil shui4 jiao4 qian2 re2 lao3 po5 sheng1 qi4 le5 sp1 mei2 ban4 fa3 sp1 zhi2 hao3 tian2 yan2 mi4 yu2 hong3 ta1 sil +002867 sil an1 xian1 sheng5 gei3 ji4 zhe3 cu1 suan4 le5 yi4 bi3 zhang4 sil +002868 sil dong1 dong5 de5 shou3 yin1 kun2 bang3 gou4 cheng2 zhong4 shang1 sil +002869 sil wei4 le5 hui3 shi1 mie4 ji4 sp1 zhang1 ming2 zong4 huo3 fen2 shi1 sil +002870 sil wo3 kan4 zhe5 you3 xie1 bu4 ren3 sp1 jiu4 shang4 qian2 yu3 ta1 pan1 tan2 sp1 xi1 wang4 jie4 ci2 jian3 qing1 pa2 lou2 de5 ku1 zao4 yu3 pi2 lei4 sil +002871 sil tu2 wei2 sp1 diao4 cha2 tuan2 chuan2 zhi1 rao4 dao3 hang2 xing2 sil +002872 sil di4 yi1 ge5 shuang1 xiu1 ri4 sp1 ge4 ke1 lian4 xi2 juan4 gong4 you3 shi2 lai2 fen4 sp1 yao4 mi2 bu3 jun1 xun4 lang4 fei4 diao4 de5 shi2 jian1 sil +002873 sil zheng1 zhe5 yan3 jing1 shuo1 xia1 hua4 sil +002874 sil qiang2 gen1 qiang2 jiao3 sp1 ze2 wang2 wang3 guang1 liu1 liu1 de5 liang4 sp1 shi4 hai2 zi5 men2 kao4 zai4 qiang2 shang4 wan2 shua3 shi2 mo2 cheng2 de5 sil +002875 sil ru2 jin1 na4 xie1 suo3 wei4 dang1 hong2 nv3 xing1 sp1 cheng2 qian1 shang4 wan4 sp1 na3 yi2 ge4 yong1 you3 zhe4 yang4 ku4 de5 yan3 shen2 sil +002876 sil san1 shi4 sp1 hong2 guan1 shen3 shen4 jian1 guan3 sp1 yu3 wei1 guan1 shen3 shen4 jian1 guan2 you3 ji1 jie2 he2 sil +002877 sil wo2 zhi3 shi4 wan2 wan5 ni3 er2 yi3 sil +002878 sil shi1 chang1 xu4 yuan4 shi4 sp1 dai4 biao3 huo4 jiang2 zhe3 fa1 yan2 sil +002879 sil zhe4 ci4 sp1 wei2 duo1 li4 ya4 zhan3 xian4 le5 ta1 de5 sp1 gui3 yi4 leng2 nv3 de5 qi4 zhi4 sil +002880 sil shi2 xing2 yi4 qi3 yi2 ce4 sp1 da4 li4 yin3 jin4 yang1 qi3 ming2 qi3 sp1 ru4 yuan2 fa1 zhan3 sil +002881 sil ying1 guo2 yu2 lun4 ren4 wei2 sp1 mei3 guo2 xian3 shi4 le5 sp1 yao4 pie3 kai1 ying1 guo2 sp1 cu4 jin4 bei3 ai4 he2 ping2 de5 zi1 tai4 sil +002882 sil ni3 men5 sui4 shu4 you3 zhe4 me5 da4 le5 yo5 sp1 jin1 hou4 sp1 wo2 zen3 yang4 you2 lian3 zai4 shi4 shang4 huo2 sil +002883 sil hai2 zi5 da3 duan4 le5 ma1 ma5 de5 hua4 wen4 dao4 sp1 ni3 shuo1 de5 sp1 shi4 xin1 wen2 lian2 bo1 na4 lia3 bo1 yin1 ba5 sil +002884 sil hui2 qu4 sp1 wo3 jiu4 ba2 nuan3 qi4 gei2 ni3 qia1 le5 sil +002885 sil he2 hao3 zhuan1 ni2 hou4 sp1 jiang1 zhuan1 ni2 sp1 yi4 peng2 peng3 tian2 man3 zhuan1 mo2 sp1 bing4 yong4 li4 hang1 shi2 sil +002886 sil xian4 chang3 sp1 bi4 fu2 jian4 pa1 di4 pu1 qiu2 xian3 jing4 ye4 sil +002887 sil biao1 shi2 ao1 tu1 bu4 ping2 sp1 you3 li4 ti2 gan3 he2 diao1 su4 gan3 sil +002888 sil fang2 zhu3 yao1 qiu2 sp1 hong3 zhe4 xie1 xiao3 hai2 jin3 kuai4 ru4 shui4 sil +002889 sil ju4 er2 bao3 yi1 sheng1 jie4 shao4 sp1 qian2 lai2 ce4 zhi4 shang1 sp1 ji1 ben3 dou1 shi4 lao3 shi1 yao1 qiu2 de5 sil +002890 sil you3 zhi1 qing2 zhe3 sp1 qing3 su4 zhi4 dian4 sp1 ba1 liu4 si4 yao1 sp1 er4 jiu2 wu3 ling2 sil +002891 sil yi3 ta1 de5 yan3 guang1 sp1 shui2 fu4 shui2 neng2 nai4 sp1 shui2 qiong2 shui2 wo1 nang5 sil +002892 sil gao1 mi4 du4 de5 shui3 ba4 sp1 jiang1 po4 huai4 yu2 lei4 chan2 luan2 chang3 gong1 neng2 sil +002893 sil fo2 lan2 ke4 si1 sp1 fu4 ze2 xie2 tiao2 yu2 zhi3 hui1 sp1 bo1 si1 wan1 de5 zhan4 zheng1 xing2 dong4 sil +002894 sil xing2 zhen1 zhua1 bu2 zu3 sp1 yi2 ba3 dui4 xiang4 zhua1 zhu4 sil +002895 sil you2 yu2 guan3 nei4 bing4 wei4 chen2 lie4 ni2 qiu5 sp1 can1 guan1 zhe3 fen1 fen1 jia1 yi3 xun2 wen4 sil +002896 sil hao3 sheng1 yin1 lan2 mu4 de5 ban3 quan2 suo2 you2 zhe3 sp1 shi4 he2 lan2 ta2 er3 pa4 gong1 si1 sil +002897 sil rang4 yuan2 ben3 wei1 bo2 de5 zi1 jin1 zhuo1 jin1 jian4 zhou3 sil +002898 sil guo4 le5 xin1 xian1 jinr4 r sp1 sha2 wan2 yir5 r kan4 duo1 le5 dou1 ni4 sil +002899 sil dan4 bao4 zhe5 chong1 qi4 wa2 wa5 luo3 ben1 you3 kan4 dian3 sp1 qiang3 ren2 yan3 qiu2 sp1 hui4 yin2 qi3 da4 jia1 tao3 lun4 sil +002900 sil zhe4 shi4 peng4 dao4 tuan1 liu2 le5 sil +002901 sil mei3 shao4 nv3 wei4 nin2 fu2 wu4 sil +002902 sil ou1 guan4 he2 ou1 zhou1 wu3 da4 lian2 sai4 ji1 zhan4 zheng4 han1 sp1 kan4 shui2 neng2 xiong2 ba4 ou1 zhou1 sil +002903 sil zhe4 shi4 dang1 nian2 hu2 nan2 da4 xue2 wang2 xiu1 cai3 zhi4 sang1 wei3 yuan2 hui4 sp1 bian1 zuan3 de5 dao4 nian4 xiao3 ce4 sil +002904 sil zhi4 jin1 qiang2 shang4 reng2 ke3 jian4 lei2 lei2 dan4 hen2 sil +002905 sil sheng3 jun1 qu1 ling2 dao3 ren4 wei2 sp1 zhe4 zhu3 yao4 de2 yi4 yu2 sp1 wan2 shan4 de5 jun1 di4 lian2 he2 zhi3 hui1 ti3 xi4 sil +002906 sil zou1 xian1 sheng5 jie4 bei4 de5 pie1 le5 ta1 yi4 yan3 sil +002907 sil xiao3 jiang1 pie2 pie2 zui3 sp1 shi4 yi4 ji4 zhe3 kan4 wang3 ling4 yi5 ge5 fang1 xiang4 sil +002908 sil jing1 duo1 fang1 kan1 cha2 sp1 na4 na5 zhui4 lou2 pai2 chu2 wai4 li4 suo3 zhi4 sil +002909 sil wo3 gen1 ta1 shuo1 sp1 duo1 mai3 yi4 bei1 sp1 wen4 lao3 shi1 he1 bu5 he1 sil +002910 sil zhao4 shi4 zhe3 huang2 mou3 jia1 zhu4 sp1 fu2 jian4 shi2 shi1 shi4 han1 jiang1 zhen4 cuo4 zai3 cun1 sp1 cao2 bing3 zi4 ran2 cun1 sil +002911 sil wo3 you2 ji3 ge5 wen4 ti2 xiang3 wen4 cao3 an4 de5 qi2 cao2 zhe3 sil +002912 sil kan4 nai3 nai5 you4 yao4 yong4 sheng2 zi5 bang3 zi4 ji3 de5 shou3 sp1 yang2 yang5 tang3 zai4 di4 shang5 sp1 shua2 qi3 lai4 lai2 sil +002913 sil huang2 guang1 yu4 de5 liang3 ge5 mei4 mei5 qian2 lai2 pang2 ting1 sil +002914 sil dui4 zu1 ying1 nv3 zei2 he2 zu1 ying1 cong2 shi4 qi2 ta1 bu4 fa3 xing2 wei2 de5 fu4 nv3 sp1 bi4 xu1 yu2 yi3 yan2 cheng3 sil +002915 sil zhao2 nv3 peng2 you5 bu4 neng2 ji2 yo5 sp1 nv3 hai2 zi5 yao4 man4 man4 hong3 sil +002916 sil bu4 zhi2 de2 a5 sp1 ni2 wo2 ye3 shi4 shu1 tu2 tong2 gui1 sil +002917 sil hou4 lai2 sp1 ye4 ga2 yin1 wei4 he2 duan4 mou3 zheng1 chao3 cai2 tao2 le5 chu5 lai5 sil +002918 sil xie4 xian2 yi3 sha2 sha3 die4 sp1 lai2 xing2 rong2 za2 zhi4 de5 bao4 liao4 sil +002919 sil zhe4 yi4 feng1 ge2 ye3 cheng2 wei2 le5 chen2 yan4 tong2 de5 zhao1 pai2 xing2 xiang4 sil +002920 sil zen3 me5 shi4 yi4 qun2 feng1 feng5 dian1 dian1 de5 lao3 tou2 zi5 lao3 tai4 po2 sil +002921 sil bei4 ni3 men5 ti1 bao4 le5 sp1 bu2 yao4 hong2 wo3 la5 sil +002922 sil tong1 chang2 qing2 kuang4 xia4 sp1 zi4 zheng4 qing1 bai2 sp1 yi1 kao4 tuo1 yang3 he2 tang2 he2 suan1 jian3 ce4 sil +002923 sil tai4 guo2 ren2 yao1 biao2 yan3 tai4 guo2 wu2 dao3 sp1 yan3 chang4 zhong1 guo2 ge1 qu3 tian2 mi4 mi4 sp1 xiao1 sa2 zou3 yi4 hui2 sil +002924 sil xu2 mou3 zai4 shi2 shi1 fan4 zui4 zhong1 sp1 yin1 yi4 zhi4 yi3 wai4 yuan2 yin1 sp1 er2 wei4 neng2 de2 cheng3 sp1 shu3 fan4 zui4 wei4 sui4 sil +002925 sil ru2 tie2 gui2 li3 mai2 you3 dao4 zha3 sp1 dong4 che1 zu3 gao1 su4 yun4 xing2 suo3 dai4 qi4 liu2 jiu4 hui4 juan2 qi3 dao4 zha3 sil +002926 sil jian1 kong4 lu4 xiang4 pai1 she4 dao4 shen2 fei2 lao3 die1 zuo4 an4 shi2 shen2 qing2 ping2 jing4 sil +002927 sil zhe4 yin3 fa1 le5 kao3 sheng1 men5 sp1 dui4 gong1 kao3 ti2 jian2 zhi3 ding4 yi1 yuan4 de5 zhi4 yi2 sil +002928 sil meng4 jing1 hui1 hui2 yi4 qi3 guo1 tao1 de5 yi2 jian4 qiu3 shi4 sil +002929 sil hu2 jun4 tou4 lu4 sp1 min2 guo2 pai2 lou5 sp1 guo4 qu4 ceng2 jing1 wei2 xiu1 guo4 yi2 ci4 sil +002930 sil you3 ci4 qi1 mo4 kao3 shi4 sp1 you3 ge5 tian2 kong4 ti2 sp1 wen4 li3 qing1 zhao4 shi4 shen2 me5 pai4 de5 ren2 sil +002931 sil guo1 lei2 ye3 ren4 wei2 sp1 cai2 zheng4 ding4 cun2 de5 xiao4 guo3 geng4 wei2 zhi2 jie1 sil +002932 sil xue2 sheng1 yong4 li4 zuan4 xiao3 ya1 zi5 de5 shen1 ti3 sil +002933 sil luo2 mu3 ni2 zai4 ye1 lu4 sa1 leng3 fa1 biao2 yan3 shuo1 sil +002934 sil wo3 ai4 ni3 sp1 ni3 zhen1 de5 hao3 bang4 o5 sil +002935 sil ta1 men5 neng2 fou2 yong3 xu4 sheng1 cun2 sp1 duan1 lai4 ren2 men5 de5 xiao1 fei4 xi2 guan4 er2 ding4 sil +002936 sil ren2 bu2 wei4 ji3 tian1 beng1 di4 lie4 sil +002937 sil shi4 zhu3 ren2 zai4 cao1 zong4 wo3 de5 xin1 yo5 sil +002938 sil wo3 yi4 ting1 shuo1 yao4 zhao3 qi2 ta1 ren2 qu4 yan3 shi2 sp1 jiu4 an4 shuang3 le5 sp1 shuang2 si3 le5 sp1 tai4 hao3 le5 sil +002939 sil xing4 yun4 de5 shi4 sp1 ta1 bei4 shuang1 tui3 jie2 zhi1 de5 wang2 wei3 shou1 yang3 sil +002940 sil wei4 neng2 shi2 xian4 he2 tong5 nei4 rong2 yao1 qiu2 de5 sp1 ying1 zhua1 jin3 jin4 xing2 wan2 shan4 sil +002941 sil yu2 shi4 sp1 jing3 di4 ci4 gei3 ta1 jiang1 jun1 yin4 sp1 ling4 qi2 gong1 da3 wu2 guo2 sil +002942 sil zai4 nan2 jing1 di4 fang1 fang1 yan2 zhong1 sp1 o1 ba1 ba1 sp1 yi4 wei2 jie3 da4 shou3 sil +002943 sil liang3 ren2 shi3 jin4 zheng1 qiang3 zhong1 sp1 dao1 zi5 bei4 ying4 sheng1 sheng1 de5 ao3 cheng2 liang3 jie2 sp1 dao1 bing3 gen1 dao1 shen1 fen1 kai1 sil +002944 sil sui1 ran2 zhua3 zi5 hai2 bu2 gou4 feng1 li4 sp1 dan4 yi3 jing1 you3 mo2 you3 yang4 le5 sil +002945 sil zhe4 kuan3 ji1 qi4 ren2 ye2 you3 an1 zhuo2 ban2 ben3 sil +002946 sil xian4 chang2 liang3 ren2 da4 xiu4 en1 ai4 xian4 sha4 pang2 ren2 sil +002947 sil sha1 po1 tou2 hen2 hao3 wan2 sp1 ke2 yi3 qu4 jian4 shi5 xia4 da4 sha1 mo4 feng1 jing3 sil +002948 sil ta1 zhe4 ge5 kuang4 tan4 bu5 tan4 wo3 bu4 zhi1 dao4 sp1 wo2 ye3 mei2 jian4 guo4 tan4 sil +002949 sil tai2 fang1 de5 zhong4 shi4 sp1 huo4 xu3 you2 ci2 ke3 jian4 sil +002950 sil tu2 wei2 yi4 ming2 xue2 sheng1 sp1 zai4 che2 ban3 fang2 chuang1 hu5 shang5 sp1 wei4 si1 diao4 de5 bao1 zhuang1 tie1 tiao2 sil +002951 sil dan4 zui4 kai1 xin1 sp1 mo4 guo4 yu2 yi1 sheng1 gao4 su5 wo3 nan1 nan1 shi2 fen1 jian4 kang1 sil +002952 sil xie4 cheng2 chang1 ren4 wei2 sp1 ping2 yang2 xiao3 xue2 shu3 yu2 min2 ban4 xue2 xiao4 sp1 jiao4 yu4 bu4 men2 sp1 wu2 quan2 che4 bing4 sil +002953 sil wei4 le5 bu3 tie1 jia1 yong4 sp1 shao4 chao2 long2 sp1 gan4 qi3 le5 jiang1 sheng1 kou5 sp1 ban1 shang4 tuo1 la1 ji1 de5 san3 huo2 sil +002954 sil guo4 qu4 sp1 gai1 gong1 si1 shi4 yi2 ge4 mo4 mo4 wu2 wen2 de5 zuo1 fang5 shi4 zhong1 yao4 sheng1 chan3 xiao2 chang3 sil +002955 sil ru2 ting1 dao4 sp1 chong1 niao2 dao2 zhi3 shi4 dao3 jiao1 zhe4 zhong3 hua4 shi2 sp1 wo3 men5 ying1 gai1 sp1 li4 ke4 yu2 yi2 fan3 bo2 sil +002956 sil qing1 yu1 sp1 zhu4 ba4 sp1 rang4 ren2 ke3 qu2 shui2 yin3 yong4 sil +002957 sil chong2 qing4 de5 na4 shui4 ren2 yuan4 yi4 zhe4 yang5 hui1 huo4 ma5 sil +002958 sil hai3 xun2 jian4 kao4 long3 guo4 qu4 sp1 ba3 jiu4 sheng1 quan1 sp1 shuai2 gei3 luo4 shui2 zhe3 sp1 sui2 hou4 ba3 ta1 la1 shang4 le5 chuan2 sil +002959 sil pao2 hao3 san1 chang3 ji4 yao4 shen1 tou2 sp1 geng4 yao4 xin1 ru4 sil +002960 sil nan2 fang1 jiao4 wai4 gong1 sp1 bei3 fang1 jiao4 lao3 ye2 sil +002961 sil ming4 ling4 shi4 bu4 ke3 wei2 kang4 de5 sil +002962 sil da2 ni2 ji3 xia4 hui4 si3 a5 sil +002963 sil zhu4 ni3 xing4 fu2 mei2 man3 yo5 sil +002964 sil na4 hai2 zi5 za3 shang4 xue2 ya5 sil +002965 sil wan2 mei3 yan2 zhi2 jiu4 shi4 ni3 sil +002966 sil jin1 ri4 shang4 wu3 sp1 jiang1 ju3 xing2 ben3 nian2 du4 shou3 qi1 gou4 che1 yao2 hao4 sil +002967 sil xin1 hua2 wang2 bei3 jing1 sp1 er4 yue4 shi2 yi1 ri4 dian4 sp1 san1 liu4 jiu3 wang3 wai4 zou3 sil +002968 sil yuan2 lai2 sp1 ta1 ba3 shui4 fang2 deng1 pao4 chai1 xia4 lai5 zheng3 ger4 r tun1 diao4 sp1 zhi3 chi1 sheng4 xia4 le5 yi4 gen1 dian4 xian4 sil +002969 sil zhao4 song1 sp1 ou2 er3 zai4 xue2 xiao4 li3 kan4 kan5 chao2 xian3 de5 dian4 shi4 sil +002970 sil dan4 xin4 dai4 yi1 ran2 ru2 chu1 long2 meng2 hu3 sp1 yi2 lu4 kuang2 ben1 sil +002971 sil gan1 ci2 gan3 xie4 xi2 fu4 zhu3 xi2 bo1 rong3 hui4 jian4 sil +002972 sil you3 kong1 tiao2 wo2 gan3 jue2 bu2 dao4 re4 ne5 sil +002973 sil yi2 ci4 sp1 qian2 fu1 dai4 ta1 dao4 kun1 ming2 qiong2 zhu2 si4 shi2 sp1 yu3 gai1 si4 bai3 sui4 gao1 seng1 jie2 yuan2 sil +002974 sil shou1 fei4 ting2 de5 zi4 dong4 lan2 gan1 sp1 yi3 bei4 xie4 xia4 sil +002975 sil zi4 dong1 fang1 yuan2 lin2 shang4 shi4 yi3 lai2 sp1 he2 qiao2 nv3 chang2 xiu4 shan4 wu3 sp1 ji4 xu4 beng4 fa1 zhe5 ju4 da4 neng2 liang4 sil +002976 sil xu2 xin1 yu3 su4 hen3 kuai4 sp1 sheng1 yin1 shuang2 lang3 sil +002977 sil zou1 gui4 yong3 shi1 zong1 na4 nian2 sp1 ta1 men5 quan2 jia1 zhu4 zai4 kai2 li2 huo3 che1 zhan4 fu4 jin4 sil +002978 sil jie2 zhi4 ji4 zhe3 fa1 gao3 shi2 sp1 qi4 wei4 yi3 ran2 san4 qu4 sp1 yi2 yun2 yi1 jiu4 long3 zhao4 sil +002979 sil ming2 ren2 yi4 chui1 sp1 wo3 men5 jiu4 xiang1 xin4 la5 sp1 jiu4 shang4 dang4 le5 sp1 ke3 bei1 ya5 sil +002980 sil zhe4 zhong3 yuan1 yuan1 xiang1 bao4 sp1 he2 shi2 you3 ge5 liao3 sil +002981 sil ta1 mei2 gu4 fa1 biao3 ping2 lun4 sp1 hui1 bi3 jiu4 ma4 qiong2 yao2 sp1 ma4 de5 hun2 shen1 shuang3 qi4 sil +002982 sil da4 guan4 shang4 fang1 nong2 yan1 gun2 gun3 sp1 huo3 guang1 chong1 tian1 sil +002983 sil yi2 ci4 fan1 chuan2 bi3 sai4 shi2 sp1 chu1 yu2 yi4 wai4 sp1 mo4 duo1 ke4 de5 shou3 sp1 bei4 lan3 sheng2 gua3 shang1 sp1 xian1 xue4 zhi2 liu2 sil +002984 sil die1 fu2 fang1 mian4 sp1 zheng4 bao2 yuan3 cheng2 jiao4 yu4 sp1 die1 bai3 fen1 zhi1 liu4 dian3 san1 liu4 sp1 jiu3 cheng2 sp1 die1 bai3 fen1 zhi1 sp1 wu2 dian3 ling2 ling2 sil +002985 sil chong1 feng1 zai4 qian2 de5 ta1 sp1 zao1 yu4 dui4 fang1 pin1 ming4 ju4 bu2 fan3 kang4 sp1 you4 shou2 zhou2 fen3 sui4 xing4 gu3 zhe2 sil +002986 sil shao1 yi2 dong4 tan5 sp1 jiu4 teng2 de5 zi1 ya2 lie2 zui3 sp1 lian2 lian2 han3 teng2 sil +002987 sil ta1 men5 chang2 nian2 lei3 yue4 sp1 zhu4 zha1 zai4 hai3 ba2 ba1 bai3 yu2 mi3 de5 shan1 shang4 sil +002988 sil ni3 you4 zai4 dou4 wo3 wan2 le5 sil +002989 sil zai4 zhen3 tou5 pang2 bian1 sp1 fang4 shi2 ke4 zuo3 you4 qie1 cheng2 si1 de5 sheng1 jiang1 sp1 jiu4 neng2 cui1 ren2 ru4 mian2 sil +002990 sil ta1 mao1 yao1 zuan1 le5 jin4 qu4 sp1 san1 ge5 ren2 shou2 jiao3 xiang1 rao4 sil +002991 sil wu2 po4 bu2 li4 sp1 you2 she2 you3 de2 sil +002992 sil dang1 ran2 sp1 an4 yao1 qiu2 song4 tu3 te4 chan3 de5 xue2 sheng1 sp1 ke3 shi4 dang4 mian2 yu2 chu3 fa2 sil +002993 sil er2 a1 jiao1 sp1 dai4 zhe5 ha2 ma5 jing4 he2 mao2 rong2 er3 mai4 sp1 shuang1 shou3 jiao1 cha1 sp1 you1 xian2 zi4 zai4 sil +002994 sil suo2 yi3 dian4 rong2 ping2 geng4 bao2 sp1 tou4 guang1 lv4 sp1 nai4 hou4 xing4 he2 xing4 neng2 geng4 hao3 sil +002995 sil wo3 men5 yu4 ji4 sp1 dang1 dang1 wang3 er4 ling2 yi1 si4 nian2 de5 yun4 ying2 li4 run4 e2 sp1 wei2 bai3 fen1 zhi1 er4 sil +002996 sil ta1 zhao1 lai2 de5 xiao3 lou1 luo5 sp1 duo1 wei2 dang1 di4 wu2 ye4 qing1 nian2 sp1 wei4 ta1 pao2 tui3 fan4 du2 sil +002997 sil wei4 bi4 mian3 da2 cao3 jing1 she2 sp1 min2 jing3 dang1 ji2 jiang1 dang4 pu4 lao2 ban3 wang2 mou3 kong4 zhi4 sil +002998 sil ye3 zhu1 zao1 ta5 zhuang1 jia5 sp1 cun1 min2 jiu4 zai4 shan1 shang4 si1 she4 dian4 wang3 dian4 ye3 zhu1 sil +002999 sil deng3 qian2 zan3 gou4 le5 sp1 jiu4 zhun3 bei4 ba3 fang2 zi5 shou1 shi5 yi2 xia4 sil +003000 sil zhe4 gen1 ceng2 jing1 de5 sha1 wei1 bang4 sp1 ru2 jin1 si4 hu1 bian4 cheng2 le5 yang3 yang5 nao2 sil +003001 sil ni3 mei2 che1 mei2 fang2 mei2 cun2 kuan3 sp1 hai2 gan3 lai2 xiang1 qin1 sil +003002 sil xiang1 yu4 zong3 shi4 cu4 bu4 ji2 fang2 sp1 er2 li2 bie2 sp1 duo1 shi4 xu4 mou2 yi2 jiu3 sil +003003 sil na4 shang4 mian5 yin3 yue1 ke3 jian4 ban1 ban1 dian2 dian3 de5 mo4 ji4 sil +003004 sil cai2 zuo4 ding4 yi2 huir4 r sp1 zhu3 ren2 you4 zou3 jin4 zhang4 peng5 jing4 jiu3 sil +003005 sil yin1 ci3 sp1 ga1 long2 la1 xue3 shan1 bei4 dang1 di4 ren2 shi4 wei2 shen2 shan1 sil +003006 sil chen2 tong2 hai3 shou4 hui4 yi1 dian3 jiu2 wu3 qi1 san1 yu2 yi4 yuan2 sp1 ye3 bei4 pan4 chu3 si2 huan3 sil +003007 sil kao3 sheng1 you3 ya1 li4 sp1 zhuang4 yuan5 ye3 bu2 li4 wai4 sil +003008 sil er4 shi4 sp1 ji2 shi2 gao2 hao3 zhong1 geng1 zhen4 ya1 sil +003009 sil dan4 ba1 ci2 jue2 dui4 bu2 shi4 hao2 re3 de5 sil +003010 sil shu1 zhu4 fu2 niu1 yong2 yuan3 xing4 fu2 kuai4 le4 sil +003011 sil jiao1 jing3 jiang1 diao4 chu1 wu4 pin3 reng1 jin4 che1 nei4 sil +003012 sil zuo2 wan3 gen1 lao3 po5 sp1 liao2 wen2 zhang1 pi1 tui3 de5 shir4 r sp1 lao3 po5 sp1 zhe4 yu2 le4 quan1 de5 fei1 wen2 zhen1 duo1 sil +003013 sil rao2 rang3 wu2 xiao3 shi2 hou4 sp1 nan2 zi2 shi3 tai4 du5 ruan3 hua4 sp1 fang4 xia4 cai4 dao1 sp1 zi4 yuan4 kai1 men2 sil +003014 sil kan4 dao4 you3 ren2 zai4 tian2 geng3 shang4 si1 zi4 zhong4 qie2 zi5 sp1 gong1 zuo4 dui4 jiu4 qu4 ba2 diao4 sil +003015 sil yi4 ming2 xing4 li3 de5 pi1 fa1 shang1 shuo1 sp1 kan4 yang4 zi5 sp1 huo4 yao4 jiang4 jia4 lo5 sil +003016 sil yi4 you3 jia1 zhang3 wei4 le5 huan2 bao3 sp1 bu4 mai3 xin1 deng1 long5 gei3 zi2 nv3 sil +003017 sil ru2 jin1 sp1 ta1 zhi2 you3 zhou1 mo4 hui4 wan2 wan5 dian4 nao3 sp1 wang2 yin3 sp1 yi3 jing1 sp1 yi2 qu4 bu2 fu4 fan3 le5 sil +003018 sil ta1 bu4 li2 mu3 qin1 sp1 ding2 zui2 chao3 jia4 sp1 shen4 zhi4 tui1 sang3 ta1 sil +003019 sil ye3 shou4 ri4 bao4 wang3 zhan4 sp1 jiang1 ding4 qi1 shang4 chuan2 dian4 zi2 ban3 jie2 xuan3 nei4 rong2 sil +003020 sil gong1 ren2 zhao3 lai2 sao2 shui3 gong1 ju4 sp1 wang3 wai4 pai2 shui3 sil +003021 sil sui1 ran2 ou3 ran2 sp1 dan4 jiao4 xun4 sp1 bi4 xu1 xi1 qu3 sil +003022 sil ke3 jian4 pi2 shi5 nai4 yong4 sp1 yi1 ran2 shi4 quan2 xin1 sang1 ta3 na4 de5 jing1 sui2 suo3 zai4 sil +003023 sil xiao3 ling2 de5 zuo4 ye4 sp1 gu4 zuo4 jian1 shen1 sp1 da4 duan4 da4 duan4 sp1 dou1 shi4 guan3 zhui1 bian1 li3 piao1 qie4 de5 sil +003024 sil shang4 zhou1 ri4 sp1 ta1 mai3 le5 san1 jin1 xiang1 jiao1 sp1 sui2 yi4 fu4 cheng4 hou4 sp1 fa1 xian4 zhi2 you2 liang3 jin1 ban4 sil +003025 sil zhe4 huo3 dao4 mu4 zei2 sp1 wen2 xun4 che4 li2 sil +003026 sil jiu4 shi4 xiang3 hun4 xiao2 yi4 zhong3 gai4 nian4 sil +003027 sil gong1 shi4 gong1 che1 shen1 fen4 sp1 zai4 che1 shen1 de5 xing3 mu4 wei4 zhi4 sp1 pen1 tu2 gong1 che1 zi4 yang4 sil +003028 sil qi1 zi5 shen1 shang4 nan2 shou4 sp1 tui2 jiao3 fa1 ma2 hun2 shen1 zhong3 zhang4 sp1 du4 zi5 gen1 pi2 qiu2 yi2 yang4 gu3 sil +003029 sil na4 feng1 gu2 lao3 de5 xin4 ye3 fen4 ru2 huang2 he4 sp1 zhi4 jin1 mei2 you3 yi4 dian3 hui2 yin1 sil +003030 sil zhu1 ge2 zi3 qi2 sp1 yu3 wu2 xian4 yi4 yuan2 wei4 jun4 hao4 sp1 yi4 qi3 chu1 xi2 xie2 lv3 huo2 dong4 sil +003031 sil yao4 shi4 tui2 ruan3 le5 sp1 dou1 hui4 zai1 xia4 lai5 sil +003032 sil zui4 zhong1 sp1 ta1 jiang1 she2 yao2 si3 sp1 wei4 zi4 ji3 bao4 le5 yi4 yao3 zhi1 chou2 sil +003033 sil you3 guan1 cha2 zhe3 cheng1 sp1 bao4 mi3 hua1 tong3 han2 ying2 guang1 zeng1 bai2 ji4 sp1 yi4 dianr3 r dou1 bu2 rang4 ren2 chi1 jing1 sil +003034 sil chang2 hui1 gei3 zhao4 xiao3 sp1 guo4 le5 yi2 ge4 lang4 man4 wen1 xin1 de5 sheng1 ri4 sil +003035 sil lai2 cai2 fang3 xia4 wo3 men5 ba5 sil +003036 sil wen2 ping2 de5 shang4 ban4 bu4 fen5 sp1 shi4 mi4 mi4 ma2 ma2 shu4 hang2 yin4 shua1 de5 shang4 yu4 sil +003037 sil suo2 yi3 jin1 nian2 sp1 wo3 men5 dian4 ying2 li4 wu2 wang4 sp1 li4 run4 biao3 xian4 jiang1 xun4 yu2 qu4 nian2 sil +003038 sil ge4 lai2 yue4 de5 bao3 bao5 kai1 shi3 qiao4 pi2 la5 sil +003039 sil xuan3 ba2 kao3 shi4 sp1 men2 kan3 gao1 sp1 nei4 rong2 nan2 sil +003040 sil mei3 guo2 zhan4 guo3 zui4 duo1 de5 ju1 ji1 shou3 kai2 er3 sil +003041 sil ying1 tao2 yuan2 zhong1 lei4 shui3 shi2 er4 ye4 li3 xiao4 sheng1 sil +003042 sil zai4 dong1 jing1 du1 nei4 kai1 you3 yi4 jia1 la4 zhu5 dian4 sil +003043 sil wo3 jiu4 gan2 jin2 gei3 gui1 nv5 da3 dian4 hua4 sil +003044 sil yi3 zhe5 hong2 ya2 dong4 de5 lan2 gan1 wang4 qu4 sp1 hai2 neng2 qing1 xi1 kan4 dao4 shan1 ti2 qi3 fu2 sp1 jiang1 shui3 dang4 yang4 sil +003045 sil shang4 chang3 qian2 er4 shi5 fen1 zhong1 sp1 zhu1 zhi1 wen2 liang2 tui3 zhi2 duo1 suo5 sp1 gan3 jue2 kuai4 zhan4 bu2 zhu4 le5 sil +003046 sil er2 gai1 xiao3 fan4 ze2 diu1 xia4 shou3 tui1 che1 tao2 cuan4 sil +003047 sil ka2 ta2 er3 ye2 biao3 shi4 sp1 jiang1 xiang4 ba1 lin2 pai4 bing1 sil +003048 sil sheng1 ming2 hai2 cheng1 sp1 liu2 luan2 xiong2 bei4 ao4 men2 zhong1 shen2 fa3 yuan4 sp1 yao1 qiu2 jin3 zuo4 wei2 zheng4 ren2 chu1 xi2 ling2 xun4 sil +003049 sil ran2 hou4 lao2 ban3 kai1 che1 meng3 dao4 sp1 you4 wang3 qian2 chong1 sil +003050 sil dang4 wan3 sp1 dan4 dan5 he2 zhang1 yan4 juan1 sp1 zhu4 jin4 le5 yi1 yuan4 sil +003051 sil wei4 shen2 me5 yun1 sp1 bu2 dui4 wei4 kou3 ma5 sil +003052 sil di4 tie3 tie2 gui3 xuan3 cai2 geng4 jiang3 jiu5 xie1 sil +003053 sil tian1 sha1 de5 sp1 shei2 ba2 wo2 si3 le5 zang4 de5 hao3 hao1 de5 cang1 shu3 sp1 wa1 chu1 lai2 xi3 sil +003054 sil she4 ji2 de5 ji3 fen4 ming2 dan1 zhong1 sp1 jun1 biao1 ming2 le5 yun4 dong4 yuan2 de5 chu1 sheng1 nian2 yue4 sil +003055 sil liang3 ren2 dang1 nian2 yin1 xi4 sheng1 qing2 xun4 su4 duo4 ru4 ai4 he2 sil +003056 sil bu2 guo4 qing1 xia2 dui4 yu2 wei4 neng2 xie2 zhu4 zhang1 guo2 rong2 bai3 tuo1 you1 yu4 zheng4 sp1 shi3 zhong1 geng2 geng3 yu2 huai2 sil +003057 sil bu2 guo4 sp1 liu4 yue4 chu1 jiang1 shang4 tiao2 gai1 pin3 pai2 nai2 fen3 jia4 ge2 sil +003058 sil te4 jing3 tai2 le5 yi2 kuai4 zhong4 xing2 dun4 pai2 jin4 ru4 lou2 nei4 sil +003059 sil zhu2 kao2 zhe2 sp1 yan3 jing5 mi1 zhe5 sp1 xiang4 shi4 zai4 tiao1 xi1 shuai4 sp1 kan4 shui2 dou4 de5 zui4 meng2 jian3 shui2 sil +003060 sil bao1 kuo4 yan1 hua1 bao4 zhu2 sp1 xu1 rao4 xing2 shen1 zhen4 sil +003061 sil che1 zi5 de5 dang3 feng1 bo1 li5 sui4 lie4 sp1 cheng2 nei4 ao1 zhuang4 sil +003062 sil ta1 xiao4 yu2 cha1 xie1 hua4 sp1 wo3 ting1 ni3 yi4 shuo1 sp1 zheng4 hao3 xiang2 qi3 sil +003063 sil kan4 dao4 pan1 mou3 yu2 lao3 han4 dou1 bu2 zai4 dong4 tan5 sp1 huang2 mou3 cong1 mang2 sp1 lve4 qu3 cai2 wu4 hou4 tao2 zou3 sil +003064 sil xia4 xi1 keng1 cun1 yin2 shui3 nan2 sp1 zhi3 shi4 dong1 shan1 dao3 de5 yi2 ge4 suo1 ying3 sil +003065 sil wo3 ke2 yi3 bang1 ni3 cha2 yue4 yu2 jia1 zi1 liao4 sil +003066 sil jiang3 zhe5 jiang3 zhe5 sp1 ta1 yi2 zhen4 quan2 mo2 ca1 zhang3 hou4 sp1 yao2 yao5 tou2 shuai2 shuai2 jiao3 sp1 bai1 bai1 shou3 sil +003067 sil she4 you3 he2 tong2 xue2 gao4 su4 ji4 zhe3 sp1 ta1 men5 ben3 xue2 qi1 cai2 ban1 ru4 hua2 nong2 hua4 shan1 xiao4 qu1 su4 she4 sil +003068 sil yin1 wei4 pu2 tao5 jiu2 li3 nong2 yao4 de5 can2 liu2 sp1 lai2 zi4 yu2 pu2 tao5 sil +003069 sil ji2 shi3 fu2 la1 duo1 cheng2 wei2 guo2 zu2 zhu3 jiao4 lian4 sp1 ta1 zhu3 li4 you4 hou4 wei4 de5 wei4 zhi5 yi1 ran2 lao2 gu4 sil +003070 sil zhong4 duo1 xiang1 qin1 cu4 yong1 guan1 shang3 sp1 jing1 tan4 zhi1 yu2 qi1 dai4 shi4 shui3 cheng2 gong1 sil +003071 sil bei4 cheng1 wei2 dong1 fang1 wei2 na4 si1 de5 sp1 duan4 bi4 pu2 sa5 xiang4 sil +003072 sil cong2 zhao4 pian4 shang4 lai2 kan4 sp1 chen2 guan4 xi1 mian4 mu4 niu3 qu1 sp1 zhou4 wen2 zong4 heng2 sp1 shi2 zai4 shi4 tui2 tang2 qiao2 cui4 sil +003073 sil yi3 mu4 qian2 de5 pao1 ya1 qing2 xu4 kan4 sp1 jin1 ri4 jiu2 gui2 jiu3 sp1 reng2 you3 die1 ting2 ke3 neng2 sil +003074 sil lao2 nai3 nai5 kan4 kan5 wo3 zuo4 xia4 hou4 tan4 qi4 dao4 sp1 duo1 hao3 de5 xiao2 huor3 r a5 sp1 ke3 xi1 shi4 ge5 ya3 ba5 sil +003075 sil fu4 mu2 dao3 di4 bu2 dong4 tan5 hou4 sp1 feng2 tian1 yun2 hui2 dao4 zi4 ji3 wu1 li3 sil +003076 sil an1 de2 lu3 he2 mo3 xiang1 jing1 sil +003077 sil wo3 men5 guo2 fu4 min2 qiong2 ma5 sil +003078 sil chen4 si1 jia1 li4 ning2 zhuan3 mian4 shi2 sp1 bao3 biao1 geng4 yi4 shi2 qing2 bu5 zi4 jin1 kai1 xin1 da4 xiao4 sil +003079 sil bai2 jiu3 sui1 yi3 gao1 gu1 sp1 dan4 tong2 lei4 xing2 de5 zhong1 yi1 yao4 reng2 ju4 chong2 gu1 jia4 zhi2 sil +003080 sil jin4 xing2 zhong1 xin1 sp1 yu3 fa1 ka3 yin2 hang2 ji2 shang1 hu4 de5 lian2 wang3 tiao2 shi4 sil +003081 sil duan3 xin4 fang1 bian4 you4 sheng2 guang3 gao4 yin4 shua1 fei4 sp1 cheng2 le5 lan2 lv4 can1 xuan3 ren2 sp1 dou1 ai4 yong4 de5 zhu4 xuan3 qi2 bing1 sil +003082 sil ci3 wai4 sp1 yao1 yao1 jiu3 sp1 yao1 er4 ling2 he2 yao1 er4 er4 deng3 dian4 hua4 ye3 neng2 da3 tong1 sil +003083 sil shi4 wei1 ruan3 gong1 si1 dong3 shi4 zhang3 ya5 sil +003084 sil weng1 zhen4 jie2 sp1 di2 que4 shi4 yi2 ge5 zi1 ben3 neng2 ren2 sil +003085 sil deng2 wo2 lao3 le5 sp1 ye2 xu3 hui4 qu4 tiao4 ba5 sil +003086 sil mei2 jia3 tan1 tan1 zhu2 xiao3 zhu1 zhui1 le5 shang4 qu4 sp1 jiang1 xian2 fan4 shi1 mou2 mou3 zhua1 zhu4 sil +003087 sil ta1 mu4 qian2 sui1 xu1 yi1 liao2 ren2 yuan2 zhao4 gu5 sp1 dan4 shen1 ti3 reng2 ran2 ying4 lang3 sil +003088 sil la1 sa4 shi4 zheng4 xie2 fu4 zhu3 xi2 sp1 la1 zong1 zhuo2 ga1 ti2 dao4 yi2 ge4 xi4 jie2 sil +003089 sil wo2 xiang3 qing2 ni2 gun3 chu1 qu4 sil +003090 sil jiu3 er2 jiu3 zhi1 sp1 luo2 ya4 ping2 sp1 yang3 cheng2 le5 sp1 dan3 da4 po1 la4 sp1 zhuan1 heng4 ba4 dao4 sp1 wei2 suo3 yu4 wei2 de5 xing4 ge2 sil +003091 sil bu4 fen5 yan2 xian4 lie4 che1 shou4 shi4 gu4 ying2 xiang3 er2 wan2 dian3 sil +003092 sil gan4 po2 da4 di4 sp1 zai4 ci4 ying2 lai2 le5 yu2 xue3 jiao1 jia1 de5 han2 leng3 tian1 qi4 sil +003093 sil yang2 hong2 jie4 shao4 sp1 zhong1 guo2 gu3 dai4 li4 shi3 shang5 sp1 you3 mie4 fo2 yun4 dong4 he2 fo2 xiang4 cuo2 mai2 zhi4 du4 sil +003094 sil te4 lang2 pu3 wei2 zhi4 pian4 ren2 sp1 bing4 dan1 ren4 jia1 bin1 sil +003095 sil shi1 lian4 de5 ren2 te4 bie2 xi3 huan1 wang3 ren2 yan1 han3 zhi4 de5 jiao3 luo4 li3 zuan1 sil +003096 sil tie3 jiang4 zai4 gei3 zhan4 ma3 ding4 zhang3 shi2 sp1 yin1 que1 shao2 ji3 ke1 ding1 zi5 sp1 you3 yi4 zhi1 ma2 zhang3 mei2 you3 ding4 lao2 sil +003097 sil li3 fu2 gen1 yu2 liang3 sui4 de5 you4 er2 shang4 wei4 xun2 huo4 sp1 dan4 sheng1 huan2 ji1 hui4 ji2 qi2 miao2 xiao3 sil +003098 sil zuo2 ri4 sp1 yu2 zhong1 qu1 da4 ping2 sp1 yi2 fei4 pin3 shou1 gou4 zhan4 li3 sp1 jiu4 jiu3 ping2 bei4 da2 kun3 bao1 zhuang1 zai4 yi4 qi3 sil +003099 sil xia4 wu3 di4 yi1 ge5 jiang2 yan2 zhu3 ti2 sp1 shi4 er2 tong2 zhi2 ye4 ti3 yan4 guan3 sil +003100 sil ru2 ruo4 you3 ren2 fan3 qi2 dao4 er2 xing2 zhi1 sp1 dao4 shi4 you3 jiao4 suo1 fan4 zui4 de5 xian2 yi2 sil +003101 sil dang1 shi2 sp1 ta1 shen1 zhuo2 bai2 di3 hei1 dian3 de5 duan3 xiu4 sp1 zhuo2 liang4 hei1 se4 chang2 ku4 sp1 hei1 wa4 sp1 hei1 ruan3 pi2 xie2 sil +003102 sil wang3 xi1 sp1 xiang1 gang3 ye4 kong1 xing1 guang1 cui3 can4 sp1 yan3 yi4 dong1 fang1 bu2 ye4 cheng2 de5 chuan2 qi2 sil +003103 sil yi4 tian1 sheng1 wu4 shi2 yan4 sp1 da4 jia1 guan1 cha2 zi4 ji3 de5 tuo4 ye4 xi4 bao1 sp1 yong4 xian3 wei1 jing4 kan4 sp1 bing4 ji4 lu4 xia4 lai2 sil +003104 sil gao1 jin1 su4 mei2 sp1 ye3 yin1 ci3 bei4 mei2 ti3 feng1 wei2 sp1 pi1 tui3 zu2 de5 cheng2 gong1 yang4 ban3 sil +003105 sil tui2 jiao2 jiao3 zheng4 cha4 bu5 duo1 le5 sp1 xia4 jing4 sheng1 sp1 you4 kai1 shi3 xun2 si5 zhe5 rang4 er2 zi5 sp1 neng2 zou3 dong4 qi3 lai2 sil +003106 sil huang2 yu4 ling2 han2 ya3 le5 hou2 long5 sp1 jue2 wang4 de5 tan1 zuo4 zai4 di4 shang5 sil +003107 sil jiang1 yi4 mei2 ji1 dan4 fang4 zai4 dao4 li4 de5 bo1 li5 bei1 di3 bu4 sp1 ye3 mei2 you3 dian1 bo3 rang4 qi2 die1 luo4 sil +003108 sil ta1 da3 kai1 le5 yi1 ceng2 yi4 jian1 men2 lian3 fang2 de5 la1 men2 sp1 li3 mian4 sp1 bi1 ze4 hun1 hei1 sil +003109 sil cun2 zhe2 sp1 bu2 jiu4 you3 zhang4 hao4 me5 sil +003110 sil xuan3 ba2 qi2 ta1 yi4 shu4 pin2 zhong3 de5 jie2 mu4 sp1 ye3 xu1 yao4 ba2 yan3 jie4 fang4 kuan1 xie1 sil +003111 sil na4 chi2 kong3 chen4 tuo1 xia4 de5 hua1 sp1 mei3 de5 bu4 de2 liao3 sil +003112 sil o4 sp1 na4 ni3 wan2 ba5 sp1 bu4 da2 rao2 ni3 le5 sil +003113 sil ta1 de5 dao4 lai2 shi3 quan2 min2 ya1 yi4 xu2 jiu3 de5 tou2 zi1 sp1 li3 cai2 yu4 wang4 sp1 pen1 bo2 er2 fa1 sp1 yi2 lang4 gao1 guo4 yi2 lang4 sil +003114 sil dang1 ni3 zai4 zhi4 zao4 yi2 jian4 chan2 pin3 shi2 tan2 lun4 ai4 sp1 you2 xie1 huang1 miu4 ke3 xiao4 sil +003115 sil zhuang1 gu3 shen2 sp1 miao1 le5 ge5 mi1 di5 sil +003116 sil tong2 shi2 sp1 xi2 ma3 la1 ya3 shan1 mai4 nan2 po1 yi2 dai4 sp1 zuo4 hao3 di4 zhi4 zai1 hai4 yu4 fang2 sil +003117 sil yao4 yong4 ni3 de5 shuang1 shou3 chuang4 zao4 cai2 fu4 sil +003118 sil shi4 chuang1 li2 bu4 kai1 shu3 biao1 sp1 suo2 yi3 wei1 ruan3 ye3 sheng1 chan2 shu3 biao1 sp1 shu3 biao1 jiu4 shi4 chuai4 men2 de5 nei4 zhi1 jiao3 sil +003119 sil mei3 guo2 ye3 cong2 shuang1 bian1 guan1 xi5 zhong1 shou4 yi4 fei2 qian3 sil +003120 sil chen2 mo4 de5 ji1 lun2 shi4 cha2 ya4 ba1 lu3 hao4 sil +003121 sil ta1 jue2 ding4 li4 yong4 ye4 yu2 shi2 jian1 xuan1 chuan2 cui4 gu3 bing4 sp1 rang4 da4 jia1 guan1 zhu4 cui4 ruo4 de5 ci2 wa2 wa5 sil +003122 sil dan4 shou4 chong3 yu2 nian2 qing1 ren2 sp1 ta1 cheng1 sp1 yi4 que2 yi4 guai3 sp1 ye3 yao4 dao4 xi1 ning2 ling3 zhe4 ge5 jiang3 sil +003123 sil tu1 ran2 sp1 che1 qian2 bu4 kao4 jia4 shi3 zuo4 wei4 zhi5 sp1 kuang1 lang1 yi4 sheng1 sp1 za2 jin4 yi2 kuai4 ju4 shi2 sil +003124 sil zhe4 yi3 bu2 shi4 cai4 mou2 shou3 ci4 shen1 chu1 ang1 zang1 zhi1 shou3 sil +003125 sil yu3 yong2 jiu3 zi4 xing2 che1 shang4 hai3 shou2 biao3 sp1 tong2 lie4 san1 da4 shang4 hai3 lao2 pin3 pai2 sil +003126 sil you3 guan1 ao4 men2 guo4 du4 qi1 de5 gong1 zuo4 sp1 jin4 ri4 yi3 you2 shang4 hai2 yuan3 dong1 chu1 ban3 she4 chu1 ban3 sil +003127 sil bei4 gua3 ceng4 de5 fei1 ji1 ze2 xu1 ting2 chang2 jian3 xiu1 sil +003128 sil hu2 lu5 dao3 xiao2 huo3 tian2 ye3 sil +003129 sil shi3 yong4 zuo4 guo3 ling2 de5 xi1 gua1 guo3 qi2 jiao4 da4 sil +003130 sil nan2 zi3 ge4 ren2 yue4 ye3 sai4 de5 gui4 guan4 sp1 ze2 bei4 gan1 su4 xuan2 shou3 sp1 wang2 zhen1 qiang3 de2 sil +003131 sil xiao2 nv3 er2 ye3 da4 sheng1 zhou4 ma4 sp1 biao3 shi4 yao4 wei4 fu4 mu2 tao3 hui2 gong1 dao4 sil +003132 sil wo3 men5 zhun3 bei4 sao2 zou3 zhe4 jian4 la1 ji1 sil +003133 sil yi2 hui4 hui4 you2 cai3 hong2 de5 ba5 sil +003134 sil zai4 chan1 hun4 guo4 cheng2 zhong1 sp1 gong1 ren2 fa1 xian4 sp1 bu4 fen5 li4 hua2 pai2 ru2 fen3 sp1 you3 jie2 kuai4 chu1 chong2 xian4 xiang4 sil +003135 sil yi1 lang2 yu3 xu4 li4 ya4 liang3 guo2 guan1 xi5 mi4 qie4 sil +003136 sil da4 ye5 xiao3 ming2 mian2 tian3 de5 shuo1 sp1 wo3 shi4 wu2 suo3 wei4 sp1 neng2 bu4 neng2 gei2 ni3 da4 ma1 xiao3 hua1 sp1 liu2 tiao2 ku4 cha3 sil +003137 sil she4 lun4 shuo1 sp1 dui4 shui4 shou1 de5 liang4 li4 yu4 qi1 sp1 suo3 de2 shui4 shou1 de5 sp1 cheng2 zhang3 ju1 gong1 jue2 wei3 sil +003138 sil bai2 lao3 hui4 da4 jie1 sp1 yao1 san1 wu3 liu4 hao4 sp1 ye3 bei4 ming4 ming2 wei2 hai2 er3 da4 sha4 sil +003139 sil zai4 guang4 ju2 zi1 shi2 sp1 hou2 pei4 cen2 dui4 tong2 zhuang1 ai4 bu5 shi4 shou3 sp1 lian2 shuo1 hao2 ke3 ai4 o5 sil +003140 sil jie2 zhi3 yi1 yue4 er4 shi2 wu3 ri4 sp1 jie1 ru4 dian4 hua4 sp1 yi2 wan4 liu4 qian1 yu2 ge4 sil +003141 sil zan4 ting2 jie2 shu4 shi2 sp1 nv3 jiao4 tou2 sp1 you4 yu3 dui4 yuan2 men5 sp1 ji1 zhang3 na4 han3 sp1 yi3 gu2 wu3 shi4 qi4 sil +003142 sil duan4 bu4 zhun3 guan1 li4 xu1 yi4 ji2 ci2 jin4 ling4 sp1 rao3 lei4 ming2 jian1 sil +003143 sil bu2 guo4 zai4 zen3 me5 yang4 sp1 ye3 wu2 fa3 bi2 ni2 wo3 men5 gui2 gui2 mei3 li4 de5 rong2 yan2 sil +003144 sil wan3 shang4 shi1 mian2 sp1 wo2 ye3 hui4 kan4 dian4 shi4 xiao1 qian3 o5 sil +003145 sil zhang1 jiang1 jun1 sp1 you2 wei2 guan1 xin1 zu3 guo2 tong3 yi1 de5 wen4 ti5 sil +003146 sil wo2 xiang3 shuo1 sp1 wo2 ye3 zhe4 yang4 ren4 wei2 de5 sil +003147 sil xiu1 xian2 shi2 jian1 hai2 heng1 heng1 ya1 ya1 chang4 ge1 shen2 me5 de5 sil +003148 sil jin2 guan3 ti2 yi4 jian4 sp1 wo3 hui4 gai3 zheng4 da5 sil +003149 sil yi4 ba3 xin1 suan1 lei4 sp1 man3 ping2 huang1 tang2 ju4 sil +003150 sil zheng4 shi4 yin1 wei4 lu4 chun1 long2 sp1 tian1 xing4 hao4 dong4 de5 xing4 ge2 sp1 cai2 yi2 xia4 zi5 bei4 bo2 le4 xiang1 zhong4 sil +003151 sil san1 shi4 jia1 qiang2 zheng4 ce4 zhi1 chi2 sp1 nu3 li4 cu4 jin4 bu3 lao1 yu2 min2 sp1 zhuan2 chan2 zhuan3 ye4 sil +003152 sil lou2 shi4 tiao2 kong4 yao4 fang2 zhi3 an4 xia4 hu2 lu5 qi3 lai2 piao2 sil +003153 sil chu2 he2 ri4 dang1 wu3 sp1 di4 lei2 mai2 xia4 tu3 sil +003154 sil zi4 ji3 shen1 ti3 yao4 jin3 o5 sil +003155 sil kao2 gu3 fa1 xian4 sp1 yi2 si4 shao1 tu3 sil +003156 sil ya4 se4 xiao3 zi5 sp1 zao1 ge1 mi2 fei1 chuai4 mian4 bu4 sil +003157 sil mai2 tu3 dou4 hai2 bu4 ru2 mai3 xun4 lei2 qu4 sil +003158 sil zhi4 yu2 shuo1 shou2 dou3 bu4 dou3 sp1 zhe4 yu3 pai1 she4 zhe3 shi4 fou3 zhuan1 ye4 you3 guan1 sil +003159 sil guo2 wai4 ye2 you3 ai4 she1 chi2 pin3 de5 guan1 yuan2 sp1 ming4 yun4 da4 duo1 diao1 ling2 sil +003160 sil wu2 yu3 fei1 xiao4 yan2 xi1 wang4 zhao3 dao4 zhen1 ming4 tian1 zi3 sp1 dan4 que4 hui4 bao3 mi4 lian4 qing2 sil +003161 sil liu2 yuan2 yong4 mian2 qian1 gei3 fu4 qin1 qing1 jie2 ya2 chi3 shi2 sp1 zuo4 chu1 zhang1 kou3 de5 shi4 fan4 sil +003162 sil wo3 dui4 guang2 chang2 wu3 mei2 xing4 qu4 sil +003163 sil gao1 wen1 rang4 yong3 chi2 cheng2 le5 shi4 min2 wei2 shu4 bu4 duo1 ke2 yi3 sa1 huanr1 r de5 di4 fang5 sil +003164 sil ga1 na4 feng1 hui4 sp1 ying1 zuo4 chu1 san1 fang1 mian4 nu3 li4 sil +003165 sil da4 xue2 shi2 zhuan1 xiu1 xi4 ju4 he2 yi4 shu4 sp1 da3 suan4 cong2 shi4 dian4 ying3 ye4 sil +003166 sil ru2 you3 duan4 yue4 sp1 bu2 jiao3 hou4 you3 xiao4 sil +003167 sil wang2 yi1 nan2 hua4 shen1 qiao2 shou2 zhu3 fu4 sil +003168 sil jia1 jia1 you2 ben3 nan2 nian4 de5 jing1 a5 sil +003169 sil wo3 de5 guai1 guai1 yao4 ting1 dang3 de5 hua4 sil +003170 sil gen1 ju4 xiang1 guan1 fa3 lv4 fa3 gui1 sp1 xuan1 gao4 yuan2 shen3 shang4 su4 ren2 qu1 run4 hua2 wu2 zui4 sil +003171 sil ben3 ren2 yun4 fu4 yi4 mei2 sp1 ge1 ge1 ge1 sp1 zuo2 wan3 shi1 mian2 sp1 rang4 er4 huo4 lao3 gong1 gei3 du4 li3 de5 bao3 bao5 jiang3 ge5 gu4 shi5 sil +003172 sil xian4 shao1 bing3 dian4 guan1 men2 sp1 ye3 rang4 ta1 hen3 yu4 men4 sil +003173 sil xiang2 xiang2 ye3 mei2 guan1 xi5 sp1 shi4 jin1 zi5 chi2 zao3 hui4 hua1 guang1 de5 sil +003174 sil wang2 xian1 sheng5 ceng2 duo1 ci4 dao4 gang2 lv3 you2 sil +003175 sil ba4 ba5 da2 wo3 sp1 yong4 mu4 sao4 ba5 da2 wo3 sil +003176 sil da1 shan4 you3 ji4 qiao3 sp1 lian4 ai4 sp1 geng4 you3 xue2 wen4 sil +003177 sil lin2 li4 sp1 ye2 yi3 gao1 gui4 da3 ban4 chu1 xi2 huo2 dong4 sil +003178 sil du4 xing4 yang2 mu3 zhui1 wen4 sp1 shi4 bu5 shi4 wang2 zu3 xian2 sp1 mei2 xiang3 dao4 fu4 rui4 jiao1 shuang3 kuai4 de5 shuo1 sp1 dui4 sil +003179 sil da2 sp1 xiao3 cai4 sp1 an3 die1 jiu4 shi4 bei4 wo2 da3 can2 de5 sil +003180 sil chen2 qiang2 diao4 sp1 hui1 fu4 bian2 dang3 yuan2 shen1 fen4 sp1 you3 zhu4 ping2 fan3 sp1 dan4 shi2 zhi4 yi4 yi4 bu2 da4 sil +003181 sil tai2 da4 fa3 lv4 xi4 xue2 shi4 sp1 fu3 da4 fa3 yan2 suo3 shuo4 shi4 sil +003182 sil you3 yi4 zhong3 tu2 pian4 sp1 jiao4 yan3 bu2 jian4 wei2 jing4 sil +003183 sil ji4 zhe3 zhi4 dian4 ning2 bo1 qin4 yuan2 gong1 si1 sil +003184 sil zu3 er2 bu2 kang4 ju4 yu3 ge1 mi2 pai1 tuo1 sp1 shi3 zhong1 gan3 qing2 shi4 jiang3 yuan2 fen4 de5 sil +003185 sil lun2 tai1 ma3 shang4 lou4 qi4 sp1 bie3 le5 xia4 qu4 sil +003186 sil mu4 qian2 hai2 wei4 you3 shang1 wang2 ji2 sun2 hui3 bao4 gao4 sil +003187 sil ta1 ken3 zhe5 shou3 shang4 de5 nen4 zhu2 sp1 shi2 bu4 shi2 niu3 tou2 chou2 chou3 huan1 song4 de5 dui4 wu5 sil +003188 sil shi2 xian4 you2 nong2 ye4 da4 sheng3 xiang4 nong2 ye4 qiang2 sheng3 de5 zhuan3 bian4 sil +003189 sil yi3 qian2 san1 qian1 mi2 pao3 zhi3 yao4 shi2 er4 fen1 zhong1 sp1 xian4 zai4 pa2 san1 ceng2 lou2 sp1 dou1 chuan3 qi4 sil +003190 sil wang2 ping2 lang3 shuo1 sp1 san1 wan4 huo2 dong4 rang4 ta1 meng2 sheng1 le5 zhuan4 xie3 sp1 ai4 min2 shi2 jie4 shu1 de5 xiang2 fa3 sil +003191 sil hui4 yi4 xiang4 liu2 hui4 yan4 sp1 mao2 wen3 guo2 sp1 he2 jin1 ping2 sp1 shi3 zheng4 sp1 ban1 fa1 le5 ren4 ming4 shu1 sil +003192 sil chuang3 xia4 da4 huo4 hou4 sp1 hou2 jian4 yong3 sp1 tao2 dao4 guang3 dong1 tou2 ben4 qin1 ren2 sil +003193 sil gao1 zhong1 xue2 li4 de5 yang2 xiao3 mei4 sp1 ger4 r bu5 gao1 sp1 shen1 ti3 pian1 shou4 sp1 lai2 zi4 you3 yang2 sil +003194 sil shi4 wei1 suo3 zai4 de5 guang2 chang3 nei4 ren2 man3 wei2 huan4 sil +003195 sil jing1 diao4 cha2 sp1 ci3 nan2 zi3 jiao4 hu2 nao1 sp1 ru3 zhou1 shi4 ren2 sp1 wu2 ye4 sil +003196 sil jin1 tian1 wan3 shang4 sp1 zao4 xue3 ji1 hui4 kai1 yi4 xiu3 sil +003197 sil ni3 chang2 chang5 di4 gou1 you2 chang2 chang5 du2 hai3 dai4 sp1 zai4 chang2 chang5 su4 hua4 mao2 tai2 xiao4 zhu2 yan2 kai1 sil +003198 sil liu2 li4 wen4 sp1 cheng1 ne5 sp1 ni3 you4 ru2 he2 ne5 sil +003199 sil jin1 tian1 sp1 yi1 mei3 yuan2 hui2 dao4 dui4 huan4 yi1 dian3 liu4 liu4 yi1 lei2 ya4 er3 de5 shui3 ping2 sil +003200 sil zai4 wang3 luo4 shang4 sp1 nie1 zao4 huo4 zhe3 wai1 qu1 shi4 shi2 sp1 san4 bu4 yao2 yan2 de5 xing2 wei2 sp1 yao4 fu4 fa3 lv4 ze2 ren4 sil +003201 sil you2 qi1 wei4 pu1 bi2 er2 lai2 sp1 ji3 ge5 ren2 zheng4 mang2 zhe5 gei3 yi4 kou2 zhan3 xin1 de5 guan1 cai5 tu2 qi1 shang4 se4 sil +003202 sil jing1 fei4 jin3 zhang1 sp1 gan4 bu4 men5 you4 fa1 lao2 sao5 sil +003203 sil nian2 jin3 ban4 sui4 de5 xiao3 sun1 zi5 sp1 duo3 zai4 na4 wa1 wa1 da4 ku1 sil +003204 sil wu2 bo2 wen2 ger4 r zhang3 de5 tai4 zhao2 ji2 sp1 shu1 du2 de5 ye3 tai4 zhao2 ji2 sil +003205 sil yang2 zhen4 ning2 bing4 mei2 you3 yin1 ci3 tui2 fei4 xia4 qu4 sil +003206 sil ta1 men5 na3 yi2 ge4 yu3 qiong2 ku3 zhan1 bian1 de5 sil +003207 sil zhi2 sheng1 ji1 tu1 jiang4 beng4 bu4 huai2 he2 wen2 hua4 guang2 chang3 sp1 yin3 shi4 min2 wei2 guan1 sil +003208 sil yan1 zhao4 du1 shi4 bao4 shang4 kan1 fa1 de5 yan2 pei4 dong1 jiu4 shi4 wo3 sil +003209 sil pei2 ni3 yi4 qi2 shang3 yue4 zen3 me5 yang4 sil +003210 sil zhong1 fang1 dui4 ao4 er3 mo4 te4 zong2 li3 de5 shang4 shu4 biao3 tai4 sp1 biao3 shi4 huan1 ying2 sil +003211 sil xiao3 ming2 er2 zi5 wu3 sui4 sp1 jie3 jie5 wai4 chu1 ban4 shi4 sp1 ba3 san1 sui4 de5 wai4 sheng5 fang4 zai4 wo3 jia1 sil +003212 sil ta1 bing4 fei1 dan1 qiang1 pi2 ma3 sp1 er2 shi4 you3 ban4 er2 lai2 sil +003213 sil zhong1 fang1 fan3 dui4 wei4 gai3 ge2 ren2 wei2 she4 ding4 shi2 xian4 sil +003214 sil fang4 yi4 zhang1 tang2 yi3 sp1 pao4 yi4 bei1 ka1 fei1 sp1 xiang3 shou4 che4 di3 fang4 kong1 de5 qie4 yi4 shi2 guang1 ba5 sil +003215 sil ju4 shuo1 sp1 kan1 hua1 tan2 de5 lao3 ye2 ye5 sp1 mei3 tian1 dou1 hui4 xiang4 hua1 tan2 li3 reng1 yi2 ge5 yi4 yuan2 de5 ying4 bi4 sil +003216 sil zhe4 za3 kan4 za3 bu2 xiang4 guang1 ming2 zheng4 da4 ne5 sil +003217 sil cong2 han2 dan1 shi4 cong2 tai2 hua1 yuan2 li3 sp1 yi4 xie1 shu4 mu4 sp1 yi3 neng2 kan4 dao4 qian2 qian3 lv4 ya2 sil +003218 sil ta1 men5 la1 long3 le5 kuai4 di4 yuan2 zu2 zhang3 lin2 mou3 sil +003219 sil qie2 mei3 hu4 nong2 min2 xian4 gou4 yi2 liang4 sil +003220 sil song4 jian4 pi1 jian1 hao3 le5 sp1 neng2 he2 hen3 duo1 yi1 fu5 da1 pei4 you3 ge2 diao4 sil +003221 sil xiang4 zhi4 ling2 jie3 jie5 na4 yang4 ma5 sil +003222 sil bu4 da2 la1 gong1 guang2 chang3 ju3 xing2 yi2 shi4 sp1 qing4 zhu4 xi1 zang4 bai3 wan4 nong2 nu2 jie3 fang4 ji4 nian4 ri4 sil +003223 sil ai1 you5 sp1 dou1 shi4 da4 shuai4 ge1 sil +003224 sil yi4 shi2 zhong4 shuo1 fen1 yun2 sp1 lun1 qi3 da4 bang4 da3 wen2 zi5 de5 zhi4 yi2 sheng1 si4 qi3 sil +003225 sil han4 qi1 nve4 fu1 shi4 yi4 tu2 sil +003226 sil gui4 an1 ba5 xiao2 zhu3 zi5 sil +003227 sil ju4 shou1 yin2 yuan2 jie4 shao4 sp1 yi4 ban1 yu4 dao4 yi3 fen1 ji4 jia4 de5 sp1 jiu4 hui4 si4 she2 wu3 ru4 sil +003228 sil ta1 de5 xin1 ju4 xin1 zhan4 zheng4 zai4 xiang1 gang3 bo1 chu1 sp1 xiang1 gang3 gu2 zhi3 sp1 guo3 ran2 you4 pin1 ming4 wang3 xia4 cuan1 sil +003229 sil e2 zong2 tong3 ye4 li4 qin1 shi2 ba1 ri4 sp1 ye3 pi1 ping2 le5 sp1 bo1 lie4 wa3 nuo4 fu1 de5 zuo4 fa3 sil +003230 sil suo2 yi3 bi4 xu1 ji2 shi2 zu2 zhi3 you4 qing1 hua4 sil +003231 sil hui2 ying4 de5 gan1 cui4 zhi2 jie1 li4 luo4 sil +003232 sil song4 ying1 fu1 fu4 wu2 er2 wu2 nv3 sheng1 huo2 fei1 chang2 jie2 jian3 sil +003233 sil ye2 you3 wang2 you3 ren4 wei2 sp1 nv3 dang1 shi4 ren2 yu3 nan2 fang1 de5 jiao1 wang3 guo4 yu2 cao3 shuai4 sp1 hen2 sha2 hen3 tian1 zhen1 sil +003234 sil ta1 zui2 li3 de5 wo3 er2 sp1 shuo1 de5 shi4 gu1 ye5 sil +003235 sil hua2 nv3 shi4 hui2 yi4 sp1 fu4 qin5 xu2 yu4 ren2 shi4 yi2 ge5 ping2 tan2 yi4 ren2 sp1 zou3 nan2 chuang2 bei3 sp1 dao4 chu4 yan3 chu1 sil +003236 sil han2 min3 cheng2 ren4 sp1 hai2 zi5 shi4 ta1 guai2 zou3 de5 sil +003237 sil huang2 qi3 si1 yi4 jia1 ru2 jin1 yong4 shang4 le5 zi4 lai2 shui3 sp1 zai4 ye3 bu2 yong4 wai4 chu1 tiao1 shui3 sil +003238 sil gang1 gong3 qiao2 xia4 fang1 sp1 jiu4 shi4 zheng4 zhou1 bei2 tie3 lu4 bian1 zu3 zhan4 sil +003239 sil ge2 wei3 he2 ma1 ma5 jie3 jie5 sp1 liu2 zai4 hang2 zhou1 sil +003240 sil xiao3 hou2 sp1 na3 shou4 de5 liao3 zhe4 fan1 zhe1 teng5 sp1 zhi3 neng2 ruan2 ruan3 de5 pa1 zai4 mi1 mi1 xiong1 kou3 sil +003241 sil gong1 si1 zhao1 pin4 sp1 ying4 pin4 zhe3 sp1 yao4 tian2 biao3 sp1 xie3 zi4 ji3 de5 ji1 ben3 xin4 xi1 sil +003242 sil xing2 rong2 de5 shi4 xi1 shi1 diao1 chan2 sp1 wang2 zhao1 jun1 sp1 yang2 yu4 huan2 si4 ge5 ren2 o5 sil +003243 sil lu4 jia1 rui3 de5 xian1 sheng5 pan1 xiao3 ming2 sp1 ye3 shi4 yi2 wei4 xiu4 zhen1 ren2 sil +003244 sil zhong1 yang1 qi3 ye4 de5 li4 run4 jiang4 fu2 geng4 da4 sil +003245 sil you3 le5 ta1 de5 bang1 zhu4 sp1 wang4 yuan3 jing4 sp1 bian4 ke2 yi3 jiang1 fei1 chang2 an4 de5 xing1 xing5 pai1 she4 xia4 lai2 sil +003246 sil geng2 mou3 yi4 mi3 qi1 wu2 zuo3 you4 sp1 duan3 fa4 sp1 da4 yan3 sil +003247 sil ba1 yi1 dui4 de5 zhu3 gong1 zhong4 wei2 jun1 sp1 ye3 wei4 qiu2 dui4 kan3 xia4 er4 shi2 si4 fen1 sil +003248 sil gong1 jiao1 che1 qi1 yao1 wu3 lu4 sp1 wu3 qi1 qi1 lu4 sp1 ye3 ke2 yi2 zou3 er4 qi1 qiao2 sil +003249 sil fei1 ge1 yi4 pai1 lao2 ban3 de5 jian1 sp1 xiang4 ta1 yao4 zhi1 yan1 sp1 you1 you1 tu3 yi4 kou3 sp1 shuo1 sp1 wo3 zhe4 jiao4 rou4 bao1 zi5 da2 gou3 sil +003250 sil lin2 yu3 xiang2 mei2 kai1 er4 du4 sp1 jiong3 cu4 de5 shuo1 bu4 chu1 hua4 sil +003251 sil zi4 wo2 bao3 hu4 yi4 shi5 jiao4 cha4 sp1 qing1 xin4 da4 ren2 sp1 rong2 yi4 shou4 you4 huo4 sp1 bei4 hong3 pian4 sil +003252 sil nan2 fei1 fa3 lv4 sp1 yun2 xu3 yi4 fu1 duo1 qi1 zhi4 sil +003253 sil mei3 fen1 mei2 miao3 ni3 dou1 yao4 xiang2 hao3 sil +003254 sil zhe4 shi4 yi4 chang2 yu2 si3 shen2 bi3 su4 du4 sp1 yu3 shi2 jian1 qiang3 sheng1 ming4 de5 sp1 jin3 ji2 da4 kong1 yun4 sil +003255 sil ta1 ceng2 jing1 ying2 lao2 wu4 pai4 qian2 deng3 sheng1 yi4 sp1 dan4 sheng1 yi4 jing1 ying2 sp1 dou1 bu2 suan4 cheng2 gong1 sil +003256 sil mu4 qian2 xi1 jia2 bu3 he2 jia1 ren2 zai4 yue1 dan4 sil +003257 sil zuo2 ri4 shang4 wu3 sp1 chen2 rui4 qiong2 sp1 neng2 kai1 kou2 xiao3 sheng1 de5 jiang3 hua4 sil +003258 sil ling4 yi4 ming2 nan2 gong1 ren2 sp1 ye3 bei4 pao3 che1 gua2 dao3 sil +003259 sil zhao4 qiu1 sheng1 sp1 yu2 dai3 tu2 shu1 si3 bo2 dou4 sp1 zhong1 yin1 gua3 bu4 di2 zhong4 sp1 zhuang4 lie4 xi1 sheng1 sil +003260 sil ruo4 ci3 shuo1 fa2 shu3 shi2 sp1 ze2 qi2 yu2 si4 dui4 za1 dao4 sp1 ye3 jiang1 cun2 zai4 tong2 yang4 yin3 huan4 sil +003261 sil dan4 wo3 men5 de5 sun3 shi1 sp1 you2 shui2 lai2 bu3 sil +003262 sil chen2 tie3 dai4 zhe5 liu2 ying2 pao3 dao4 ha1 er3 bin1 sp1 xiang3 zai4 nar4 r duo2 ji3 tian1 sil +003263 sil ta1 yi4 kai1 shi2 zou3 sp1 yi3 jing1 zhu4 ding4 sp1 ta1 yao4 shuai1 dao3 le5 sil +003264 sil ke4 chang3 chi1 kui1 sp1 zhu2 chang2 che3 ping2 sil +003265 sil ni3 shi4 yao4 he2 wo3 yue1 hui4 ma5 sil +003266 sil huo4 yuan2 chong1 zu2 sp1 dou1 hai2 you3 sil +003267 sil jing4 yin1 yi2 qu3 xiao1 sil +003268 sil xin1 ku3 la1 che3 da4 yi4 er2 yi4 nv3 sil +003269 sil you2 wang3 dian4 mai4 jia1 tan3 yan2 sp1 zhu3 yao4 shi4 gei3 chong2 you3 sp1 dai4 lai2 sheng1 huo2 qing2 qu4 sil +003270 sil dao4 pian1 qiao2 di3 cun1 kan4 le5 hou4 sp1 qing2 kuang4 hai2 bu2 shi4 zhe4 yang4 sil +003271 sil wo3 yong4 pi2 dai4 kun3 zhu4 yao1 sp1 diao4 zai4 hang4 dao4 li3 de5 mao2 gan3 shang4 sp1 yi4 zhi2 diao4 zhe5 sil +003272 sil gu2 yu2 you3 yun2 cheng1 sp1 tian1 xia4 xi1 xi1 sp1 jie1 wei2 li4 lai2 sp1 tian1 xia4 rang2 rang3 jie1 wei2 li4 wang3 sil +003273 sil xian4 zai4 sp1 wo3 men5 ke2 yi3 da4 dan2 zhan3 wang4 yi2 xia4 sil +003274 sil sheng1 ming2 chong2 shen1 sp1 dui4 e4 yi4 zhong4 shang1 yu2 mo3 hei1 de5 yan2 lun4 yu3 bao4 dao4 sp1 bao3 liu2 fa3 lv4 zhui1 jiu1 sil +003275 sil wei4 shen2 me5 wang2 mou3 pa4 zhang4 fu5 shang1 hai4 zi4 ji3 sp1 fei1 yao4 jin4 jian1 yu4 tao2 bi4 ne5 sil +003276 sil wei4 min3 sheng1 biao3 shi4 sp1 bo2 wang2 an4 sp1 yin1 ma4 yin3 fa1 sp1 cong2 shen1 ceng2 ci4 kan4 sp1 shi4 li4 yi4 tuan2 huo3 de5 nei4 hong4 sil +003277 sil jiao1 jing3 bei4 dian1 xia4 che1 shuai1 zai4 ma3 lu4 shang4 sil +003278 sil men2 wei4 sp1 bu4 gan3 dan1 zhe4 ge5 ze2 ren4 sp1 che2 huang3 shuo1 yao4 shi5 bu2 zai4 sil +003279 sil you3 shen1 du4 sp1 yi4 ceng2 yi4 ceng2 xiang4 yuan3 yan2 shen1 sp1 gei3 ren2 sp1 wu2 you3 qiong2 jin4 de5 gan3 jue2 sil +003280 sil yi3 hou4 li2 hun1 sp1 ye3 ying1 gai1 an4 zhao4 jie2 hun1 de5 liu2 cheng2 sp1 dao4 xu4 shun4 xu4 yan3 yi2 bian4 sil +003281 sil xiao3 pei4 xuan1 jin2 jin3 de5 zhua1 zhe5 chuang2 shang4 de5 bei4 dan1 sp1 yao2 jin3 ya2 sp1 yi2 dong4 bu2 dong4 sil +003282 sil zong3 cheng2 jiao1 jia4 ge2 sp1 wei2 sp1 wu3 shi2 si4 dian3 san1 ba1 liu4 si4 yi4 sil +003283 sil zhe4 jiu4 shi4 wen2 ming2 yu2 shi4 de5 sp1 ba1 kuo4 jie1 tang2 ka3 ma5 sil +003284 sil wei4 le5 ying4 fu4 ri4 kou4 yu3 han4 jian1 de5 tu1 xi2 sp1 ta1 xue2 hui4 le5 sp1 da3 qiang1 fang4 shao4 xun2 luo2 sil +003285 sil gai1 hang2 ye4 pai2 ming2 di4 yi1 de5 sp1 wei2 wei2 ji1 bai3 ke1 sp1 de2 fen1 wei2 qi1 shi5 ba1 sil +003286 sil qi2 er4 sp1 zhou2 xian4 chi3 cun4 bu4 zu2 sil +003287 sil chou2 zhuang4 zhi4 sp1 tie3 chuang1 han2 che4 sp1 pan4 chi2 pang2 bo2 sil +003288 sil xi1 yang2 cun1 cun1 zhi1 shu1 chen2 gai4 ke1 suo3 jian4 de5 bie2 shu4 sil +003289 sil ru2 guo3 juan1 xian4 wan2 sp1 ni3 men5 ba3 qi4 guan1 qu2 zou3 le5 sp1 jia1 shu2 sp1 yi3 hou4 lai2 zhao2 wo3 men5 zen3 me5 ban4 sil +003290 sil jun1 zi3 dong4 kou3 bu2 dong4 shou3 o5 sil +003291 sil ke3 neng2 er4 ling2 san1 yi1 nian2 hui4 sil +003292 sil huang2 mou3 yang2 zhuang1 he1 zui4 sp1 dao3 zai4 chuang2 shang4 jia3 shui4 sp1 kan4 jian4 li2 mou3 he2 qi1 zi3 yong1 bao4 jie1 wen3 sil +003293 sil xiang4 gong3 xin1 liang4 sp1 dou1 shi4 zi4 ji3 xiu1 tu2 sil +003294 sil xian4 zai4 xi1 wang4 jin3 kuai4 ba3 gong1 zuo4 zuo4 wan2 sp1 ke2 yi3 chou1 kong4 xin1 shang2 xu3 zhi4 an1 yan3 chang4 hui4 sil +003295 sil xu4 li4 ya4 zong2 tong3 a1 sa4 de2 sp1 yu3 li2 ba1 nen4 zong2 tong3 su1 lai2 man4 de5 hui4 tan2 ye3 ling4 ren2 zhu3 mu4 sil +003296 sil bu2 guo4 meng4 xiang3 zhe5 yi2 ye4 bao4 fu4 de5 ta1 kai1 shi3 chao2 gu3 sp1 bu2 liao4 xue4 ben3 wu2 gui1 sil +003297 sil zai4 ya2 dian3 ao4 yun4 hui4 shang4 sp1 liu2 xiang2 he2 yao2 ming2 shi4 zhong1 guo2 jun1 tuan2 zhong1 sp1 zui4 xi1 yin2 yan3 qiu2 de5 ming2 xing1 sil +003298 sil cai4 yi1 lin2 sp1 yuan2 lai2 yi3 dai4 nan2 you2 jin3 rong2 hui2 jia1 bai4 nian2 sp1 gan3 qing2 guan1 xi5 fei2 qian3 sil +003299 sil tong2 shi2 sp1 jian4 she4 shan2 bei2 sp1 bai3 wan4 qian1 wa3 feng1 dian4 ji1 di4 sil +003300 sil mei2 nv3 yi2 leng4 sp1 ruo4 ruo4 de5 shuo1 sp1 wo3 song4 ni3 chu1 qu4 ba5 sil +003301 sil ci3 shi2 de5 ma2 lao3 sp1 yi3 lian2 yi2 ju4 wan2 zheng3 de5 hua4 dou1 bu4 neng2 jiang3 le5 sil +003302 sil biao1 zhun3 pu2 er3 jiang1 gu3 ge1 gu3 piao4 de5 ping2 ji2 sp1 cong2 mai3 ru4 xia4 tiao2 zhi4 mai4 chu1 sil +003303 sil zhun1 zhun1 jiao4 dao3 sp1 yin1 yin1 qi1 wang4 sp1 wo3 men5 yi2 ding4 yao4 ming2 ji4 zai4 xin1 sil +003304 sil hao3 hai4 pa4 shuo1 cuo4 hua4 sp1 bei4 ni2 da3 sil +003305 sil nv2 you3 wen4 sp1 bao4 she4 gei3 de5 bao4 chou5 sp1 ni3 gan4 shen2 me5 yong4 le5 sil +003306 sil hong2 shao1 pai2 gu3 sp1 ma2 la4 xiao3 long2 xia1 sil +003307 sil ceng2 jia3 zhuang1 yun1 dao3 sp1 bing4 xiao3 bian4 zai4 ku4 zi5 li3 sil +003308 sil zhe4 shi4 tou2 shang4 zan1 ju2 de5 bian4 su2 sil +003309 sil ta1 men5 shuo1 sp1 lei4 dian3 mei2 sha2 sp1 zhi3 yao4 neng2 kong4 zhi4 wu1 ran3 jiu4 xing2 sil +003310 sil hu4 shi4 zai4 zhao4 liao4 chan2 zi3 hou4 de5 pang4 ma1 sil +003311 sil zai4 fan3 hui2 tu2 zhong1 zao1 yu4 feng1 xue3 sp1 da4 feng1 juan3 zhe5 xue3 hua1 sp1 neng2 jian4 du4 hen3 cha4 sil +003312 sil tai2 lian2 su1 hui1 wei3 yuan2 sp1 yong4 si4 ge5 xin1 sp1 biao3 da2 zi4 ji3 dui4 hu2 jin3 tao1 zong3 shu1 ji4 jiang3 hua4 de5 gan3 shou4 sil +003313 sil ni3 ke2 yi3 xian1 leng3 jing4 yi2 xia4 sil +003314 sil tian2 pin3 shi4 xi1 mi3 nan2 gua1 rong2 sp1 yi3 ji2 dian3 xin1 shui2 guo3 ge4 yi2 fen4 sil +003315 sil ming4 xuan2 yi2 xian4 de5 wei1 nan4 guan1 tou2 sp1 gu1 niang5 men5 dou4 zhi4 bao4 fa1 sil +003316 sil zhe4 xian3 ran2 bi3 yuan2 pan4 jue2 sp1 hai2 yao4 huang1 miu4 sil +003317 sil bu4 fang2 shi4 shi5 yong4 di1 chen2 sang3 yin1 jiang3 hua4 sil +003318 sil huang2 di4 de5 shen1 zi5 sp1 nu2 cai5 de5 ming4 a5 sil +003319 sil wai4 jiao2 shou3 jia4 da1 she4 yu3 fang1 an4 bu4 yi2 zhi4 sil +003320 sil tong2 ri4 sp1 min2 min2 ye3 bei4 zhua1 huo4 sil +003321 sil xin1 mao3 nian2 qing1 ming2 gong1 ji4 xuan1 yuan2 huang2 di4 dian2 li3 sp1 zai4 shan3 xi1 huang2 di4 ling2 sp1 long2 zhong4 ju3 xing2 sil +003322 sil feng1 bao2 suo3 dao4 sp1 sun3 shi1 yan2 zhong4 sp1 you2 yi3 he2 nan2 an1 hui1 wei2 shen4 sil +003323 sil ma2 yi3 ma2 yi3 sp1 huang2 chong2 de5 da4 tui3 sil +003324 sil nan2 dao4 sp1 na4 bu4 bi2 wo3 li4 hai5 ma5 sil +003325 sil hun4 zhuo2 de5 he2 shui3 sp1 guo3 zhe5 shu4 zhi1 deng3 za2 wu4 xiang4 xia4 you2 gun2 gun3 er2 qu4 sil +003326 sil jiu4 yun2 nan2 ge4 zha1 shi4 jian4 lai2 shuo1 sp1 pei2 chang2 kuan3 gei3 shui2 sil +003327 sil di4 shi2 liu4 jie4 zhong1 yang1 hou4 bu2 wei3 yuan2 sil +003328 sil dang1 shi2 ta1 bei4 xia4 huai4 le5 sp1 gan2 jin3 yue4 guo4 zhou1 ke4 hua2 xun4 su4 pao2 yuan3 sil +003329 sil shou4 gao1 kong1 cao2 ying2 xiang3 sp1 zuo2 tian1 shang4 wu2 qi3 sp1 quan2 shi4 lu4 xu4 piao1 xue3 sil +003330 sil zui4 jin4 sp1 wo3 duo4 luo4 cheng2 le5 qing1 wei1 lan3 ai2 huan4 zhe3 sp1 zhe4 dou1 bei4 ni3 fa1 xian4 le5 sil +003331 sil mu4 qian2 shao4 nian2 yu3 nv2 you2 chao3 jia4 sp1 nv2 you3 fu4 qi4 li2 jia1 hou4 sp1 xiang4 shuan4 shuan5 guo1 dian4 ci2 zhi2 sil +003332 sil yong4 tian1 jin1 hua4 shuo1 sp1 jiu4 shi4 sp1 dou1 li3 chuai1 fu4 pai2 sp1 dai3 shui2 gen1 shui2 lai2 sil +003333 sil bu2 guo4 sp1 tian2 niu1 de5 qing2 lu4 sp1 que4 po1 wei2 kan2 ke3 sil +003334 sil tang2 wei2 de5 biao2 jie3 zuo2 hai3 yan4 sp1 da3 tong1 le5 dian4 hua4 sil +003335 sil san1 shi4 ling2 tu2 hai3 yang2 wen4 ti5 sp1 bu4 shi2 tu1 xian3 sil +003336 sil xiao3 fei1 sp1 you3 yi2 ge5 he2 ta1 zhang3 de5 ji1 hu1 yi4 mu2 yi2 yang4 de5 luan2 sheng1 mei4 mei5 xiao3 yue4 sil +003337 sil guo2 jia1 fa3 lv4 sp1 you3 ming2 wen2 gui1 ding4 sp1 chu1 tu3 wen2 wu4 bu4 ke2 yi2 mai3 mai4 sil +003338 sil luo2 tian1 cheng2 bei4 zi4 ji3 de5 wen4 ti2 fan3 qiang4 yi4 kou3 sp1 kan4 chuang1 wai4 jing3 wu4 bu4 shuo1 hua4 sp1 you2 da4 ya3 sp1 bian4 cheng2 da4 ya3 sil +003339 sil ou2 er3 yue1 yi4 xie1 peng2 you5 chi1 fan4 sil +003340 sil wo3 zhen1 de5 hui4 da1 ying4 de5 o5 sil +003341 sil ying4 chou5 shao3 le5 sp1 fa1 yan2 duan3 le5 sil +003342 sil ping2 rang3 min2 su2 gong1 yuan2 quan2 jing3 sil +003343 sil jing3 zi5 shang4 hai2 you3 qia1 hen2 sil +003344 sil hao3 xiang4 you2 dianr3 r huang1 tang5 sil +003345 sil deng3 cai4 mai4 wan2 sp1 an3 hui2 jia1 chi1 sil +003346 sil lao3 po5 ma4 wo3 shi4 fei4 wu4 sp1 sha2 dou1 bu2 hui4 sp1 wo3 yi2 qi4 zhi1 xia4 shuai1 men2 er2 chu1 sp1 zai4 lu4 shang5 liu1 da5 le5 ban4 tian1 sil +003347 sil yi4 chang3 bao4 yu3 xi2 lai2 sp1 shui3 liu2 yue4 lai2 yue4 tuan1 ji2 sil +003348 sil hen3 duo1 nian2 qing1 fu4 mu3 cheng1 zi4 ji3 wei2 hai2 nu2 sp1 cheng1 fu2 yang3 he2 jiao4 yu4 hai2 zi5 wei2 shao1 qian2 sil +003349 sil hui4 yi4 zai4 wu3 lou2 hui4 yi4 shi4 ju3 xing2 sil +003350 sil bang4 wan3 liu4 dian3 qu4 chao1 shi4 gou4 wu4 sil +003351 sil xiong1 tu2 men5 sp1 jiang1 jiang1 lao2 ban3 he2 nv3 er2 nv3 xu4 kun3 le5 qi3 lai2 sp1 bi1 ta1 men5 jiao1 qian2 sil +003352 sil er2 qie3 fan4 bing1 bing1 hai2 nian2 qing1 sp1 mei2 ti3 sp1 bu2 yao4 zhei4 yang4 zao1 ta4 yi2 ge5 hao2 yan3 yuan2 sil +003353 sil wo3 de5 ya1 sui4 qian2 sp1 ma1 ma5 bang1 wo3 cun2 yin2 hang2 li3 sp1 jiu4 shi4 zhe4 me5 mei2 le5 de5 sil +003354 sil zhi2 you3 wang2 xiao3 ping2 jia4 shi2 jing3 che1 sp1 ru2 yi4 zhang1 gao1 yao4 tie1 zai4 san1 ling2 yue4 ye3 che1 hou4 mian4 sil +003355 sil qi2 zhong1 sp1 chen2 jin1 huo3 wan2 cheng2 qi4 guan1 juan1 zeng4 sil +003356 sil mei3 li4 de5 huang3 zi5 xia4 sp1 yan3 cang2 zhe5 sha1 ji1 sil +003357 sil zhong1 jia1 xin1 wen3 xiao2 nv3 hai2 sil +003358 sil bu2 guo4 hen3 ming2 xian3 sp1 mei2 ye1 er3 sp1 bing4 bu2 shi4 gu3 ge1 pai4 wang3 ya2 hu3 de5 wo4 di3 sil +003359 sil nan2 dao4 sp1 ni3 bu4 xiang3 gen1 ben4 niu1 liao2 liao5 tian1 ma5 sil +003360 sil zi3 xi4 kan4 sp1 neng2 kan4 dao4 jin1 shu3 dai4 si4 wu3 chu4 sp1 bei4 zhuang4 sp1 huo4 gua1 ca1 chan3 sheng1 de5 ao1 hen2 sil +003361 sil wo3 mei4 mei5 hai2 xiao3 sp1 ta1 men5 ken3 ding4 geng4 xu1 yao4 guan1 ai4 sil +003362 sil lin2 chuang2 biao3 xian4 wei2 sp1 lan4 ti2 lan4 zui3 sp1 zou3 lu4 bo2 jiao2 deng3 te4 zheng1 sil +003363 sil shi4 wei3 fu4 shu1 ji4 yin1 yi1 cui3 sp1 shi4 wei3 chang2 wei3 fu4 shu1 ji4 sp1 tu2 guang1 shao4 chu1 xi2 yi2 shi4 sil +003364 sil ta1 shi4 guang3 da4 qiao2 bao1 sp1 he2 gui1 qiao2 qiao2 juan4 de5 zhi1 yin1 he2 zhi4 you3 sil +003365 sil huo4 jia4 shang4 de5 xiong2 dan2 fen3 xiong2 dan3 cha2 sp1 bao1 zhuang1 jing1 mei3 sp1 shu4 bai3 yuan2 bu4 deng3 sil +003366 sil wo3 guo2 de5 cu1 gang1 chan3 liang4 ye3 ju1 quan2 qiu2 di4 yi1 sil +003367 sil ci3 hou4 sp1 tou1 dao4 qing2 kuang4 you2 suo3 hao2 zhuan3 sp1 dan4 reng2 shi2 you3 cun1 min2 fan1 yue4 zha4 lan5 sil +003368 sil qi2 yu2 de5 yu4 suan4 jiang1 yong4 yu2 gou4 mai3 fu2 wu4 qi4 he2 dian4 nao3 sil +003369 sil liang3 dui4 zui4 hou4 yi3 liu4 shi5 wu2 bi3 liu4 shi5 wu3 sp1 da3 cheng2 ping2 shou3 sil +003370 sil gang1 cai2 ting1 ke4 wen2 lu4 yin1 tai4 kun4 le5 sp1 mi1 yi2 xia4 sp1 jiu4 suan4 shi4 xiu1 xi5 sil +003371 sil na4 jiu4 bu2 yao4 gen1 ou3 liao2 tian1 le5 a5 sil +003372 sil ting1 shuo1 sp1 huan4 hua1 xi1 gong1 yuan2 hen2 hao3 wan2 sp1 wo2 ye2 xiang3 qu4 kan4 kan5 ne5 sil +003373 sil deng3 shou4 piao4 yuan2 shuo1 mei2 piao4 shi2 sp1 li3 zhu2 qing1 jiu4 xiang4 shuang1 da3 de5 qie2 zi5 sp1 nian1 la5 sil +003374 sil bu4 shao3 wang2 you3 wei4 lin2 jun4 dian3 ran2 la4 zhu5 sp1 zhu4 ta1 sp1 yi2 lu4 zou2 hao3 sil +003375 sil mai4 shui2 guo3 de5 xian1 huo4 pu4 sp1 mai4 yue4 bing3 de5 dian3 xin1 pu4 sp1 dou1 kai1 shi3 zheng2 li3 pu4 mian4 sp1 bu4 zhi4 chu2 chuang1 sil +003376 sil mei3 ren2 mei3 tian1 sp1 neng2 sao3 chu1 yi4 che1 dou3 sil +003377 sil chang2 er3 duo5 sp1 neng2 bang1 zhu4 ta1 shan1 dong4 kong1 qi4 sp1 xun2 zhao3 qi4 wei4 lai2 yuan2 sil +003378 sil bu2 guo4 sp1 guo4 qu4 de5 er4 chuan2 dou1 shi4 ai3 ge4 zi5 sil +003379 sil zhe4 jian4 shi4 rang4 shen1 min2 gan3 jue2 te4 bie2 wei3 qu1 sil +003380 sil zhi2 de5 ken3 ding4 de5 sp1 bei4 tai1 cai3 yong4 le5 quan2 chi3 cun4 lun2 tai1 sp1 hen3 hou4 dao4 sil +003381 sil chu2 fang2 de5 yi2 shan4 men2 sp1 yi3 jing1 xiu3 lan4 sil +003382 sil di4 er4 tian1 sp1 wo3 chang2 shi4 na4 zhong3 zhuang4 tai4 sp1 cir2 r yi2 yang4 sp1 jinr4 r sp1 bu4 yi2 yang4 le5 sil +003383 sil ni3 jue2 de5 xiao3 su2 zen3 me5 yang4 sil +003384 sil zou1 mou3 sp1 xian4 chang3 bei4 gong1 an1 ji1 guan1 dang3 huo4 sil +003385 sil che1 zai4 bu4 man3 shen1 qian3 bu4 yi1 shui3 keng1 de5 lu4 shang4 dian1 bo3 qian2 xing2 sil +003386 sil zhang1 yao2 zai4 xiang4 yun2 cun1 de5 jia1 sp1 wu1 hou4 jiu4 shi4 gao1 shan1 sp1 yi2 dao4 xia4 tian1 sp1 wen2 zi5 hen3 duo1 sil +003387 sil ni2 ren3 xin1 rang4 wo3 zhe4 me5 dan1 xin1 ma5 sil +003388 sil ju4 lin2 yi4 jia1 sp1 bian1 shang3 sp1 feng1 jing3 bian1 pai1 zhao4 pian4 sp1 xi3 que4 jiu4 wei2 zhe5 ju4 lin2 zhuan4 sp1 fei1 fei1 ting2 ting2 sil +003389 sil liao2 kuo4 de5 jiang1 mian4 zhi4 ci2 dou3 ran2 shou1 zhai3 sil +003390 sil zuo4 wei2 pei2 ke4 de5 wo3 sp1 xin1 zhong1 yi4 jue2 de5 nuan3 rong2 rong2 de5 sil +003391 sil dang1 zhong1 sp1 yi3 ya1 zhou4 chu1 xian4 de5 rong2 zu3 er2 sp1 fan3 ying4 zui4 re4 lie4 sil +003392 sil wu3 fan4 chi1 mian4 tiao2 huo4 hun2 tun5 sp1 wan3 fan4 sui2 zi2 nv3 yi4 qi3 chi1 fan4 sil +003393 sil jing1 guo4 zhuan1 jia1 tao3 lun4 sp1 bing4 gen1 ju4 jia1 zhang3 yuan4 wang4 sp1 yi1 yuan4 zui4 hou4 jue2 ding4 sp1 wei4 lian2 ti3 er2 fen1 li2 sil +003394 sil de2 dao4 duo1 zhu4 sp1 shi1 dao4 gua3 zhu4 sil +003395 sil tian1 cheng4 zuo4 bo2 ai4 sp1 xi3 huan1 yu3 ren2 fen1 xiang3 sil +003396 sil ling4 wai4 de5 ren2 qiang2 wo2 shou3 ji1 sp1 en4 tou2 en4 shou3 sil +003397 sil wo3 jue2 de5 shi4 ta1 xiang3 yao4 re4 nao5 yi2 xia4 la5 sil +003398 sil sheng3 lian2 zi4 ban4 sp1 zheng4 zai4 dui4 zhe4 xie1 yi2 si4 che1 liang4 jin4 xing2 he2 cha2 sil +003399 sil chu1 men2 zuo2 zhuan3 sp1 zhao3 ge5 gang3 ting2 sp1 ni3 qu4 wen4 wen5 sp1 da4 gai4 mao4 shu1 shu5 sil +003400 sil ju4 tong3 ji4 sp1 mu4 qian2 sp1 yao1 er4 san1 si4 wu3 ri4 bo1 da3 liang4 sp1 yue1 si4 qian1 wu2 bai3 jian4 sil +003401 sil xian4 zai4 zhi4 yun2 yi4 jue2 ding4 li2 kai1 sp1 mi2 yun2 dang3 yi3 quan2 mian4 wa2 jie3 sil +003402 sil bu4 gan3 xia4 lai5 sp1 daor4 r tai4 hei1 le5 sp1 pa4 zou3 lu4 shuai1 gen1 tou5 sil +003403 sil xiao2 yu3 ye2 hen3 jue4 sp1 jiu4 shi4 bu4 di1 tou2 ren4 cuo4 sil +003404 sil sui2 hou4 sp1 zhe4 pi1 mang3 she2 sp1 bei4 song4 dao4 he2 fei2 dong4 wu4 yuan2 sp1 jun1 de2 dao4 tuo3 shan4 an1 zhi4 sil +003405 sil wo3 jia1 zhu4 liu4 lou2 sp1 mei2 dian4 ti1 suo2 yi2 lan3 de5 xia4 qu4 sil +003406 sil tie3 wen2 yin2 qi3 le5 zhong4 duo1 wang3 min2 guan1 zhu4 sil +003407 sil gong1 zuo4 ren2 yuan2 mang2 zhe5 shou1 qian2 sp1 piao3 dou1 bu4 piao3 yi4 yan3 zi1 liao4 sp1 geng4 bu2 yong4 shuo1 he2 shi2 shen1 fen4 sil +003408 sil xin1 sheng1 bao4 yuan4 de5 wo3 sp1 du1 nang5 le5 yi2 ju4 sp1 na2 gen1 ji1 mao2 dang1 ling4 jian4 sil +003409 sil yu4 ji4 er4 ling2 yi1 ling2 nian2 sp1 ba1 jiu3 yue4 kai1 zhang1 yun4 zuo4 sil +003410 sil ren2 lei4 cun2 zai4 yi2 ge5 mei3 li4 de5 huan4 xiang3 sp1 neng2 xiang4 niao3 er2 yi2 yang4 sp1 zi4 you2 fei1 xiang2 sil +003411 sil lin2 jin4 tian1 hei1 sp1 bu4 da3 suan4 kong1 shou3 er2 gui1 de5 ta1 sp1 yao2 yao3 ya2 guan1 sp1 mai3 le5 yi2 kuai4 she4 yan4 mao2 liao4 sil +003412 sil bu4 neng2 duo1 shi1 fei2 sp1 jiu4 zai4 tu2 rang2 li3 pei4 ji3 wei4 wen1 he2 de5 zhong1 yao4 sil +003413 sil gai1 yuan4 yuan4 zhang3 yang2 kai1 qiao2 biao3 shi4 sp1 zhuang4 yuan5 zhi3 shi4 ou3 ran2 sp1 gao1 fen1 qun2 ti3 geng4 you3 shuo1 fu2 li4 sil +003414 sil shao1 xiang1 wan2 bi4 hou4 sp1 yi4 jia1 ren2 fen1 zhe5 gong4 pin3 chi1 sp1 yi2 ban4 ban4 ping2 guo3 sp1 yi2 chuan4 chuan4 pu2 tao5 sil +003415 sil qiu2 qian1 ren4 yi4 lian3 wei2 nan2 shuo1 sp1 wo3 shi4 shi5 ba5 sil +003416 sil nan2 zi3 men4 men4 bu2 le4 de5 li2 kai1 sil +003417 sil zhou1 liu4 sp1 lao3 lao5 lao3 ye5 sp1 tong2 shi2 xue4 ya1 jiang4 di1 sil +003418 sil xian4 zai4 xiang2 xiang3 sp1 diu1 le5 hao3 xiang4 ye2 hen3 zheng4 chang2 sp1 shua2 shou3 wan4 sp1 wo2 shua3 bu2 guo4 qi2 ta1 ren2 sil +003419 sil ran2 hou4 sp1 wo3 men5 jiu4 wang3 lou2 ding2 pao3 sp1 zai4 lou2 ding3 xiang4 xia4 hu1 jiu4 sil +003420 sil na4 yao4 shi4 you3 ge5 bing4 you3 ge5 zai1 de5 sp1 hai2 dei2 wang3 cheng2 li3 zhe1 teng5 sil +003421 sil qin1 ren2 men5 sp1 wei4 gong1 yong3 geng1 yi1 shi2 sp1 fa1 xian4 ta1 shen1 shang4 tie1 zhe5 hen3 duo1 gao1 yao4 sil +003422 sil zai4 lv2 guan3 an1 dun4 hao3 hou4 sp1 ta1 bian4 mang2 yu2 zi4 ji3 de5 bi4 ye4 lun4 wen2 sil +003423 sil wang2 ye3 dong1 ting1 jian4 li3 mian4 de5 ge1 ci2 sp1 you4 gou1 qi3 shang1 xin1 sil +003424 sil shi1 gong1 xian4 chang3 sp1 sha1 shi2 tu3 fang1 deng3 san2 ti3 cai2 liao4 sp1 bi4 xu1 yan2 mi4 zhe1 gai4 deng3 sil +003425 sil jiu4 shi4 chang2 yuan3 mu4 biao1 he2 mou2 lve4 ya5 sp1 zhu3 ren2 yan2 jiu1 shen2 me5 zhan4 lve4 wen4 ti2 ne5 sil +003426 sil ni3 zuo4 de5 dai3 yue4 duo1 sp1 ze2 ren4 yue4 ke2 yi3 tui1 tuo1 sp1 zhe4 wan2 quan2 shi4 yi4 zhong3 miu4 lun4 sil +003427 sil yi3 qian2 zai4 jia1 li3 ai4 chang4 ai4 tiao4 sp1 gan4 zhe5 jia1 wu4 zui2 li3 dou1 heng1 zhe5 ge1 sil +003428 sil xian2 zhe5 mei2 shi4 sp1 mai3 le5 ben3 yu2 jia1 shu1 sp1 rang4 nan2 you3 pei2 zhe5 lian4 sil +003429 sil yun4 cang2 le5 jin4 qian1 gong1 li3 de5 ji1 qing2 sp1 yi4 shi2 pen1 yong3 er2 chu1 sil +003430 sil zui4 chang2 jian4 de5 jiu4 shi4 ke4 you3 fo2 jiao4 liu4 zi4 zhen1 yan2 sp1 o1 ma1 ni1 ba1 mei1 hong1 de5 shi2 kuai4 sil +003431 sil zuo2 ri4 sp1 sheng3 hui4 kong1 qi4 wu1 ran2 zhi3 shu4 wei2 liu4 shi2 si4 sp1 kong1 qi4 zhi4 liang4 wei2 liang2 sil +003432 sil zhe4 shou3 shi1 de5 ming2 zi4 sp1 jiao4 min3 nong2 sil +003433 sil wang3 luo4 yu2 lun4 sp1 ji2 yi4 cheng2 wei2 zheng3 ge4 she4 hui4 xin4 xi1 yu2 lun4 xi4 tong3 de5 sp1 bu4 wen3 ding4 yin1 su4 sil +003434 sil wo3 peng2 you5 jian4 zhuang4 shuo1 sp1 zao3 zhi1 dao4 gei3 zhei4 ge5 mei3 mei2 sp1 ye2 mai2 ji3 chuan4 jiu4 hao3 le5 sil +003435 sil que4 zao1 dao4 xiao4 fang1 shi1 ya1 sp1 zu2 zhi2 ju3 bao4 sil +003436 sil fan3 zheng4 wo2 ting3 zhi1 chi2 de5 sil +003437 sil xu1 mou3 zhi4 si2 ye3 mei2 nong4 ming2 bai5 sp1 zi4 ji3 jiu1 jing4 wei4 he2 bei4 da3 sil +003438 sil he2 shi2 cai2 neng2 wen2 dao4 pen1 bi2 de5 gao1 liang5 mi3 fan4 de5 xiang1 wei4 ne5 sil +003439 sil da4 bu4 fen4 di4 xian4 keng1 shen1 yue1 yi1 liang2 mi3 sp1 zhi2 jing4 yue1 wu3 liu4 mi3 sil +003440 sil geng3 zhun1 deng3 zhan4 fu2 sp1 jing1 shi2 jia1 zhuang1 bei4 yun4 zhi4 bei3 jing1 sil +003441 sil jin1 men2 xuan4 feng1 fang3 wen4 liang3 ge5 duo1 xiao3 shi2 sp1 bei4 cai4 ying1 wen2 lie4 wei2 ben3 zhou1 mi4 mi4 wu3 qi4 sil +003442 sil dan4 nv3 er2 ting1 bu4 jin4 qu4 ya5 sil +003443 sil jie2 guo3 ma5 sp1 ta1 yi2 ding4 hui4 jie2 jie5 shi2 shi2 de5 zou4 wo3 yi2 dun4 sil +003444 sil dan4 zhong4 jiang2 shao3 sp1 kui1 qian2 duo1 sil +003445 sil tu2 wei2 gong1 zuo4 ren2 yuan2 zai4 bian1 zhi1 mao2 xian4 wa2 wa5 sil +003446 sil ni2 yi3 hou4 yao4 xing4 fu2 sp1 zhao3 ge5 bi2 wo3 ruo4 de5 ren2 sp1 zhe4 yang4 sp1 wo3 yao4 shi4 qu4 qiang3 hun1 hai2 neng2 qiang3 guo4 ta1 sil +003447 sil shi2 yong4 zhi2 wu4 you2 zhong1 sp1 yi4 ban1 bu4 han2 dan3 gu4 chun2 sp1 huo4 han2 liang4 ji2 di1 sil +003448 sil zhe4 jie2 guo3 sp1 ling4 mai4 ke4 mi3 lun2 de5 jia1 ren2 gan3 dao5 zhen4 jing1 sp1 nv3 si2 zhe3 de5 bao1 xiong1 xiao1 en1 sil +003449 sil bu2 kao3 bu4 tong1 guo4 sp1 bian4 hui4 yan2 chang2 xue2 ji2 sil +003450 sil shui2 gai1 yong1 you3 zhe4 jian4 guo2 bao3 ji2 wen2 wu4 de5 suo2 you3 quan2 sil +003451 sil jin4 dai4 yi4 yi4 shang4 de5 yi2 chan3 shui4 sp1 shi3 yu2 sp1 yi1 wu2 jiu3 ba1 nian2 de5 he2 lan2 sil +003452 sil fo2 luo2 lun2 sa4 sp1 zhu3 ren2 dai4 wo3 qu4 kan4 kan5 ma5 sil +003453 sil wen1 dun4 sp1 hai2 yang3 le5 liang2 pi2 ma3 yi4 tiao2 gou3 sp1 yi4 zhi1 chang2 wei2 xiao3 ying1 wu3 sp1 yi4 xie1 ji1 he2 mao1 sil +003454 sil zai4 ri4 ben3 sp1 ting1 luo2 si1 te4 luo4 bo1 wei2 qi2 zhi3 hui1 de5 yin1 yue4 hui4 sp1 wo3 ceng2 qin1 shen1 dao4 guo4 na4 kuair4 r tu3 di4 sil +003455 sil he2 xie2 liu4 hao4 che1 xiang1 sp1 bi3 xian4 yong4 he2 xie2 hao4 geng4 kuan1 chang3 sil +003456 sil zhang1 lin2 hao4 sp1 mei2 yu4 liao4 dao4 zhe4 tu1 fa1 qing2 kuang4 sp1 qiang4 le5 yi4 kou3 sp1 yao4 qia3 zai4 hou2 long5 li3 sp1 bai3 yan4 bu2 xia4 sil +003457 sil cong2 ci2 wang3 hou4 sp1 wo2 gei3 ta1 shen2 me5 ta1 dou1 bu4 chi1 sil +003458 sil na4 yi3 hou4 wo3 bu2 wen4 le5 sil +003459 sil tu2 wei2 sp1 bei4 zao2 kai1 de5 qiang2 dong4 sil +003460 sil ge2 qi3 yi4 jin4 men2 hou4 sp1 shun4 lou2 ti1 er2 shang4 sp1 you4 bei4 shou3 lou2 ti1 kou3 de5 jing3 cha2 lan2 zhu4 sil +003461 sil da4 jia1 dou1 xie2 er2 dai4 nv3 sp1 chao2 xi1 bian1 de5 xian4 cheng2 fang1 xiang4 pao3 sil +003462 sil dang4 tian1 sp1 yin3 en1 hui4 shen1 chuan1 fen3 hong2 shang4 yi1 sp1 hei1 se4 ba1 lei2 wu3 qun2 sp1 mu2 yang4 shi2 fen1 tian2 mei3 sil +003463 sil sa4 mi3 ya4 he2 jia1 ren2 sp1 tao2 dao4 ka1 bu4 er3 jiao1 qu1 sp1 guo4 qi2 yin3 bi4 de5 sheng1 huo2 sil +003464 sil dang1 shi2 sp1 wo2 gan3 jue2 sp1 gao2 qi3 ye4 zhen1 hao3 sil +003465 sil ta1 yu3 tai2 wan1 ren2 qi4 ming2 xing1 hu2 yu2 wai3 sp1 yi4 tong2 yan3 yi4 sp1 tian2 mi4 xing4 fu2 de5 ai4 qing2 sil +003466 sil xie2 xiao3 shuo1 de5 sp1 ping2 shen2 me5 xie3 dao4 nan2 nv3 fen1 shou3 sp1 jiu4 dei3 ming4 ling4 lao3 tian1 ye2 sp1 diao4 ji3 ge5 yu2 dian3 xia4 lai5 sil +003467 sil ci2 zhong3 yao1 qiu2 sp1 zhi3 neng2 yong4 huang1 tang5 lai2 xing2 rong2 sil +003468 sil tian1 tian1 ku1 qiong2 nian2 nian2 kui1 kong1 sil +003469 sil sui1 ran2 yu3 gui4 zhou1 shan1 shui3 xiang1 lian2 sp1 dan4 yu2 qian2 liang3 di4 sp1 han4 qing2 jiong3 yi4 sil +003470 sil na2 dao4 you2 bao1 hou4 sp1 li3 ping2 jue2 ding4 sp1 ba3 zhe4 jian4 xin1 mian2 ao3 sp1 gei3 cai4 lian2 po1 sil +003471 sil jie2 zhi4 zhou1 san1 shou1 pan2 sp1 gai1 gong1 si1 shi4 zhi2 wei2 sp1 er4 dian2 wu3 yi1 qi1 er4 yi4 mei3 yuan2 sil +003472 sil li4 shi3 shu1 shang4 jie4 shao4 ci2 diao4 sp1 que4 bu4 shuo1 wan2 gu4 dang3 sp1 bian1 de5 ren2 shui3 ping2 hai2 mei2 wo3 gao1 ne5 sil +003473 sil bao3 pen2 shang4 sp1 you2 xu3 duo1 nu2 shou3 he2 gong1 jian4 shou3 sil +003474 sil yi3 jing1 wa1 kai1 de5 lu4 ji1 sp1 pang2 bian1 de5 shu4 sp1 bei4 cao3 sheng2 kun2 bang2 qi3 lai5 sil +003475 sil di4 er4 nian2 sp1 nv3 er2 cao2 liu2 liu3 jiang4 sheng1 sil +003476 sil ran2 hou4 sheng1 huo2 fang1 mian4 ye2 hen3 zhe1 teng5 sil +003477 sil bei3 jing1 shi4 shi4 zheng4 shi4 rong2 wei3 sp1 ji2 shi2 qi3 dong4 sao2 xue2 chan3 bing1 ying4 ji2 yu4 an4 sil +003478 sil li3 song1 shuo1 sp1 zhi2 nv3 tao2 meng4 ting2 sp1 guai1 qiao2 dong3 shi4 sp1 xue2 xi2 cheng2 ji4 ye3 te4 bie2 hao3 sil +003479 sil xiao3 bing1 wo3 tong4 ku3 de5 wu3 zhu4 le5 lian3 sil +003480 sil fu4 qin5 he2 er4 shu1 sp1 bei4 ri4 ben3 ren2 zhua1 zou3 sp1 ye2 ye5 jie1 zhe5 bao4 bi4 sp1 liu2 xia4 yi4 qun2 gu1 er2 gua2 mu3 sil +003481 sil zai4 de2 dao4 yao2 cun2 lin2 lao3 ren2 de5 tong2 yi4 hou4 sp1 ou1 yang2 zhao4 tang2 zhang1 luo5 kai1 lai2 sil +003482 sil wo3 nian2 fang1 er4 ba1 shang4 wei4 hun1 pei4 sil +003483 sil shi4 hou4 sp1 tang2 juan1 bei4 zhe4 qun2 nan2 sheng1 yi4 jiao3 chuai4 fan1 zai4 di4 sil +003484 sil lu4 zhou4 ran2 bian4 xiao3 sp1 tian1 shang4 mei2 you3 xing1 yue4 sp1 chen4 de5 zhe4 ye4 kong1 ge2 wai4 you1 liang2 sil +003485 sil mei3 guo2 dian4 zi2 yin3 si1 xin4 xi1 zhong1 xin1 ren4 wei2 sp1 zhe4 xie1 ci2 hui4 tai4 kuan1 fan4 sp1 mo2 leng2 liang2 ke3 sil +003486 sil chu1 rang4 zong3 jin1 e2 wei2 sp1 san1 shi5 qi1 dian3 sp1 er4 qi1 qi1 yi4 yuan2 sil +003487 sil han2 chao2 jin4 ri4 xi2 juan3 ou1 zhou1 duo1 ge5 guo2 jia1 sil +003488 sil nan2 you3 sp1 shen3 yang2 hai3 shi1 sp1 yu3 chong2 qing4 long2 xin1 bi3 sai4 hou4 de5 di4 er4 tian1 sil +003489 sil duo1 de5 shi2 hou4 sp1 yi2 tao4 hu4 xing2 neng2 fan3 fu4 xiu1 gai3 shi2 ji3 bian4 sil +003490 sil lin2 xin1 tong2 pin2 pin2 xi1 jin1 sp1 xiao4 dao4 yan3 jing5 dou1 mi1 qi5 lai5 sil +003491 sil wo3 jin4 le5 zui4 da4 de5 nu3 li4 sp1 wei4 le5 liu2 yi2 ge5 yuan2 gong1 sp1 ao2 ye4 pei2 ta1 liao2 sil +003492 sil yin1 wei4 ta1 wei2 ren2 xi4 xin1 qin2 lao2 sp1 jia1 li3 bei4 ta1 cao1 chi2 de5 jing2 jing2 you3 tiao2 sil +003493 sil ze2 kao1 ying1 long2 hua2 jiang1 yu3 zhang4 fu5 yi4 dao1 liang3 duan4 sil +003494 sil zhong1 fang1 ying4 yao1 can1 jia1 zhao1 dai4 hui4 de5 you3 sp1 huang2 hua2 sp1 liu2 hua2 qiu1 sp1 han2 xu4 sp1 liu2 shu4 qing1 sp1 lu4 cui2 deng3 sil +003495 sil jia1 li3 de5 cang2 shu1 zhi3 neng2 qi3 dao4 dui4 wai4 xuan4 yao4 de5 zuo4 yong4 sp1 dui4 nei4 sp1 jiu4 mei2 zhe4 wei1 li4 le5 sil +003496 sil xia4 mian4 ting1 ting5 ren4 chun1 nin2 de5 shi4 jiao3 guan1 cha2 de5 yi4 xie1 qing2 kuang4 sil +003497 sil ci3 qian2 yi4 tian1 sp1 gai1 an4 ling4 yi4 tao2 fan4 zhu1 meng3 sp1 ye3 bei4 jing3 fang1 zhua1 huo4 sil +003498 sil bie2 zheng3 zhe4 mei2 yong4 de5 sp1 kuai4 gao4 su5 wo3 che1 zhuang4 na3 le5 sil +003499 sil gai3 kuo4 jian4 hou4 de5 jing4 an1 si4 sp1 dian4 yu3 cuo2 e2 sp1 jin1 bi4 hui1 huang2 sil +003500 sil yu2 xiong2 rou2 rou5 ta1 de5 zuo2 shou3 sp1 shuo1 sp1 fei4 hua4 sp1 dang1 ran2 tong4 sil +003501 sil fan4 mou3 sui2 ji2 an4 le5 shi2 ji3 sheng1 la3 ba5 sp1 dan4 xiong2 mou3 sp1 bing4 wei4 yu2 yi2 li3 hui4 sil +003502 sil shi2 ba1 da4 dai4 biao3 rao2 fu4 tong1 sil +003503 sil ke3 wang2 bao2 hai3 bu2 zhei4 yang4 kan4 sp1 ta1 shuo1 sp1 bu2 jiu4 shi4 shui4 yi4 xiu3 jiao4 ma5 sil +003504 sil er2 mei3 guo4 yi2 dao4 guan1 qia3 sp1 dou1 yao4 yong4 qian2 lai2 da2 dian3 sil +003505 sil yu3 ju1 min2 chu3 xu4 zeng1 zhang3 xiang1 pi3 pei4 sil +003506 sil wang4 bu4 liao3 shu1 shu5 a1 yi2 na4 bie1 bu5 zhu4 de5 biao3 qing2 sil +003507 sil fu2 zhao4 sp1 bing4 bu2 shi4 yong4 yu2 suo2 you3 de5 yao4 cai2 sil +003508 sil fei1 zhou1 shou2 gu3 zui4 chu1 shi4 tie3 jiang4 men5 sp1 yong4 lai2 dao3 sui4 za2 liang2 de5 jiu4 shou3 gong1 zhi4 zao4 de5 sil +003509 sil xing4 hao3 lun2 ji1 zhang3 cang2 le5 xie1 chai2 you2 sil +003510 sil wei4 yu2 ri4 ka1 ze2 xi1 nan2 shi4 jiao1 de5 sp1 de2 qing4 ge2 sang1 po1 zhang1 nei4 sp1 ren2 tou2 cuan2 dong4 sil +003511 sil ba1 sha1 er3 de5 qian2 tu2 ming4 yun4 sp1 ying1 jiao1 you2 xu4 li4 ya4 ren2 min2 jue2 ding4 sil +003512 sil wo3 bu2 ao4 jiao1 sp1 wo2 hen3 qian1 he2 de5 sil +003513 sil yang2 guang1 sa3 luo4 sp1 xin1 que4 bu4 nuan3 sil +003514 sil shi2 ying3 si2 shou3 guan1 dian3 shuo1 sp1 da4 jia1 rang4 yi2 xia4 jiu4 mei2 shi4 le5 sil +003515 sil ye3 ken2 qing3 she4 hui4 sp1 ken2 qing2 fa3 lv4 sp1 neng2 gou4 dui4 wo3 de5 fan4 zui4 qing2 jie2 yu2 yi3 kuan1 da4 chu2 li3 sil +003516 sil lou2 chuang2 de5 huang4 dong4 sp1 chi2 xu4 yue1 shu4 shi2 miao3 sil +003517 sil guo2 shou3 yun2 ji2 shi4 ping1 chao1 de5 yi2 da4 mai4 dian3 sil +003518 sil mi2 xue3 jian4 dao4 ji4 zhe3 shi2 sp1 yi4 lian3 jing1 ya4 sp1 ji2 hou4 ji2 qiang2 yan2 huan1 xiao4 sil +003519 sil suan4 qi3 lai2 ying1 gai1 bi2 wo3 da4 ji3 sui4 ba5 sil +003520 sil kai1 yuan2 gong1 si1 sp1 da3 zhe5 ji1 guan1 de5 pai2 zi5 keng1 pian4 gu4 ke4 sil +003521 sil zhi1 hou4 shuang1 fang1 kai1 shi3 hu4 reng1 wu4 pin3 sil +003522 sil yin2 ga3 shuo1 sp1 ta1 zheng4 zai4 xian4 chang2 zhi3 hui1 kang4 zhen4 jiu4 zai1 sil +003523 sil li3 qian4 tan3 yan2 sp1 can1 jia1 hua2 biao2 jiang3 shu2 shou3 ci4 sil +003524 sil you3 xie1 guo2 jia1 sp1 ye3 jia1 dao4 shu4 kou2 shui3 ya2 gao1 li3 sil +003525 sil ci3 wai4 sp1 jian4 zai4 yu4 jing3 ji1 sp1 dui4 hang2 mu3 er2 yan2 sp1 ye3 shi4 bu4 ke3 huo4 que1 de5 sil +003526 sil dao4 yi1 yuan4 jian3 cha2 sp1 wei2 xin1 zang4 fang2 chan4 sil +003527 sil ge1 er3 shuo1 sp1 ta1 yu3 ke4 lin2 dun4 fu1 fu4 shi4 hao3 peng2 you5 sil +003528 sil nin2 ye3 ke2 yi3 bao4 ming2 can1 yu4 sp1 shuo1 shuo1 nin2 de5 kan4 fa3 sil +003529 sil ge2 lei2 fu1 de5 fu4 qin5 zi1 wei2 shuo1 sp1 kan4 dao4 er2 zi5 guan1 mu4 na4 yi2 ke4 sp1 ta1 wan2 quan2 beng1 kui4 le5 sil +003530 sil xie4 xie5 nin2 de5 pei4 he2 sp1 qing3 jin4 sp1 wei1 xiao4 yi1 jiu4 sp1 wei1 wu3 yi1 ran2 sil +003531 sil bu2 guo4 sp1 de2 jiang1 shan1 rong2 yi4 shou3 jiang1 shan1 nan2 sil +003532 sil min2 jing3 hai2 zai4 liu2 dong1 shen1 shang4 sp1 sou1 chu1 yi4 ba3 zhe2 die2 dao1 he2 yi1 yong4 nie4 zi5 sil +003533 sil bi2 er3 gai4 ci2 yao4 lai2 jiang2 yan3 de5 xiao1 xi5 jiu4 shi4 cong2 zhe4 kan4 dao4 de5 sil +003534 sil wo3 liang2 le5 yi2 xia4 ti3 wen1 hao3 xiang4 fa1 shao1 sil +003535 sil zhe4 ming2 liu1 zou3 de5 nan2 zi3 jiu4 shi4 wang2 wei3 sil +003536 sil yi1 lang2 yu3 liu4 guo2 jin1 nian2 yi3 lai2 sp1 yi3 jin4 xing2 liang3 lun2 yi1 he2 wen4 ti2 tan2 pan4 sil +003537 sil bao4 dao4 cheng1 sp1 dong1 ou1 yi4 xie1 sheng1 huo2 jian1 ku3 de5 nv3 xing4 sp1 yuan4 yi4 yi3 chu1 shou4 luan2 zi3 wei2 sheng1 sil +003538 sil chou2 xiao3 ya1 hen3 kuai4 xian3 chu1 bai2 tian1 e2 de5 mu2 yang4 sil +003539 sil dan4 jiu4 zai4 zhe4 li3 sp1 que4 mei2 wan3 dou1 you3 ren2 gong1 kai1 tu2 zai2 si3 tian2 ji1 sil +003540 sil wang2 you3 yi4 zhua1 yi2 ge5 zhunr3 r sp1 yu3 zhu4 fang2 lian2 wang3 de5 wu2 wei2 er2 zhi4 sp1 xing2 cheng2 xian1 ming2 dui4 bi3 sil +003541 sil ru2 guo2 wo3 gun2 yuan3 le5 jiu4 hui2 bu4 lai2 le5 sil +003542 sil tai4 tai5 gao1 ling2 huai2 di4 yi1 tai1 sp1 liu2 de2 hua2 sp1 ben2 yi3 fei1 chang2 jin3 zhang1 sil +003543 sil bang2 fei3 xian4 jie1 duan4 mei2 you2 suo3 yao4 shu2 jin1 sil +003544 sil huang2 hou4 zhi1 xi3 jin1 chi1 hu2 niu3 sil +003545 sil wu4 liu2 ceng2 shi4 guo2 wai4 wang3 shang1 de5 duan2 ban3 sil +003546 sil wang2 nv3 shi4 zong3 gong4 sun3 shi1 sp1 shi2 yi1 dian3 si4 er4 wu3 si4 wan4 yuan2 sil +003547 sil xiao4 cao3 bu4 huang1 bu4 mang2 ba3 dian4 hua4 shuo1 wan2 sp1 dui4 zhe5 er4 huo4 jiu4 kai1 ma4 sp1 shui2 te4 ma3 de5 yong4 zhen1 ming2 chu1 lai2 hun4 de5 sil +003548 sil hang2 ye4 hui2 nuan3 bi4 xu1 yi3 hang2 ye4 jie2 gou4 tiao2 zheng3 sp1 ji1 ben3 mian4 de5 bian4 hua4 wei2 ji1 chu3 sil +003549 sil feng3 ci4 zong3 shi4 jian1 rui4 de5 sp1 ran2 er2 you1 mo4 de5 feng3 ci4 sp1 que4 chu1 yu2 ku2 kou3 po2 xin1 de5 shan4 yi4 sil +003550 sil te4 zhen1 zu3 he2 shi2 chuan2 xun4 fan4 xing2 ming2 que4 de5 xie4 chang2 ting2 sil +003551 sil ru2 he2 mi2 ping2 shuang1 fang1 zhen4 ying2 de5 lie4 hen2 shang1 kou3 sil +003552 sil yi4 nian2 qian2 sp1 yang1 shi4 ceng2 bao4 dao3 sp1 you3 bu4 shao3 ren2 yin1 chi1 sheng1 ni2 qiu5 er2 zhong4 du2 ru4 yuan4 sil +003553 sil ci3 shi2 de5 zhang1 mi1 sp1 ru2 yu4 huo3 chong2 sheng1 sil +003554 sil nv2 lao3 shi1 mai2 tou2 cha2 ban4 tian1 sp1 yi4 tui1 yan3 jing4 sp1 yo1 de5 yi4 sheng1 sp1 jiao4 de5 ta1 xin1 jing1 rou4 tiao4 sp1 ji1 hu1 hun1 dao3 sil +003555 sil jin1 tian1 shao1 zao3 sp1 guo2 hui4 san1 du4 tong1 guo4 sp1 rong2 xu3 suo2 you3 gong1 min2 chu1 ma3 jue2 zhu2 zong2 li3 zhi2 wei4 de5 fa3 an4 sil +003556 sil zhe4 shi4 qing1 hai2 yun3 shi2 zhong1 bei4 mai2 zou3 de5 shou3 kuai4 da4 yun3 shi2 sil +003557 sil ni3 xian1 gei2 wo2 jiang3 yi2 ge5 ba5 sil +003558 sil mei2 nv2 zhu3 bo1 du4 qin4 yi2 shou4 qi2 qin1 dian3 sp1 dan1 dang1 ci3 ci4 chang4 pian4 fa1 bu4 hui4 de5 zhu3 chi2 sil +003559 sil shen1 pang2 de5 qian1 hua4 ji2 jiao4 le4 zai3 kuai4 xie1 qu3 tai4 tai5 sil +003560 sil jin1 hou4 zhe4 xie1 xing2 wei2 tong2 tong3 bu2 bei4 yun2 xu3 sil +003561 sil yang2 min3 duan4 ding4 sp1 zhe4 jia1 huo5 ken3 ding4 you3 qing2 kuang4 sil +003562 sil kan4 wan2 shun4 jian1 wen1 nuan3 quan2 wu2 sp1 ba4 sp1 ni3 gou4 le5 sil +003563 sil jiang4 yu3 liang4 da4 sp1 yi3 jing5 cheng2 wei2 le5 mo4 la1 ke4 de5 lao4 yin4 sil +003564 sil zhou1 jie2 lun2 dui4 gou2 zai3 yi2 xiang4 bu2 ke4 qi5 sil +003565 sil liu2 yong3 ming2 shuo1 sp1 lao3 po5 shi4 ji2 pin2 hao3 sil +003566 sil sui2 hou4 sp1 pang2 bian1 you3 ren2 yong4 tui3 sp1 lian2 chuai4 hong2 yi1 shao4 nian2 de5 fu4 bu4 sil +003567 sil chu2 le5 wang2 fei1 wai4 sp1 zhang1 zi3 yi2 tong2 yang4 di1 diao4 xian4 shen1 sp1 ta1 biao3 shi4 shi4 lai2 peng3 dao2 yan2 chang3 sil +003568 sil cun1 min2 jie4 shao4 sp1 da4 tu3 qiu1 ji2 huang2 fen2 sp1 liu2 bei4 mu4 sil +003569 sil dan4 zhe4 xie1 shi4 zong2 dei2 you3 ren2 zuo4 ya5 sil +003570 sil yi4 ban1 qing2 kuang4 xia4 sp1 gou2 chang3 shi4 gou3 shi4 he2 chong3 wu4 dian4 de5 gou3 yuan2 di4 sil +003571 sil chu1 na4 xi3 chu1 wang4 wai4 sp1 er4 ren2 hang4 xie4 yi2 qi4 sp1 shang4 yan3 le5 yi4 chang3 shuang1 huang2 xi4 sil +003572 sil xiang1 gang3 jiang1 pai1 mai4 jiang3 jie4 shi2 qing1 tian1 bai2 ri4 xun1 zhang1 sp1 zhen1 wei3 yin2 qi2 tao3 lun4 sil +003573 sil man4 di2 nie1 zao4 le5 zheng3 ge5 gu4 shi4 sil +003574 sil ming2 tian1 hui2 lao3 jia1 sp1 kan4 kan5 lao3 fu4 qin5 da4 ren5 sp1 he2 wa2 wa5 wan2 ji3 tian1 zai4 shuo1 sil +003575 sil zhu3 ren2 zai4 da2 sao3 long2 she4 sp1 zai3 zai5 re4 qing2 de5 yong4 bi2 zi5 gong2 zhu3 ren2 de5 tui3 sil +003576 sil sui2 hou4 sp1 hu2 mou3 chai2 xiang4 hu2 bin1 suo3 bao4 jing3 sil +003577 sil liu2 jian4 hua2 kai1 shi3 zhang1 luo5 wu3 fan4 sil +003578 sil wang2 qiang2 chan1 zhe5 qi1 zi5 sp1 gan2 wang3 yi1 yuan4 sil +003579 sil wan2 quan2 mei2 you3 jian2 shao3 yi4 dianr3 r shou1 fei4 sil +003580 sil bao3 an1 he2 lu4 ren2 fen1 fen1 zhui1 nian3 sil +003581 sil mian4 dui4 suo3 luo2 si1 de5 ming2 tou2 sp1 yang2 jiong2 wei3 sp1 ye3 bu2 shi4 mei2 you3 dan1 you1 sil +003582 sil zuo2 ri4 xia4 wu3 sp1 ji4 zhe3 cong2 lu4 an1 shi4 yu4 an1 qu1 fa3 yuan4 sp1 liao2 jie3 dao4 zhe4 zhuang1 xi1 han5 guan1 si5 sil +003583 sil zuo2 ri4 sp1 yi2 fan4 ge3 jin1 shui3 tong4 ku1 liu2 ti4 sil +003584 sil wo3 de5 di4 er4 wai4 yu3 ri4 yu3 sp1 bing4 bu2 shi4 hen2 hao3 sil +003585 sil ta1 men5 liang3 ge5 ren2 sp1 wo2 da3 bu4 ying2 sp1 nan2 dao4 ai2 da3 ya5 sil +003586 sil you3 mei2 you3 wei2 mei3 yi4 dian3 de5 sil +003587 sil zhe4 li2 you3 wen2 hua4 chuang4 yi4 qu1 sil +003588 sil hun4 tang2 xiang4 de5 yin4 jing3 gai4 sil +003589 sil wo3 er4 hua4 bu4 shuo1 sp1 li4 ji2 ying1 yun3 sil +003590 sil ren4 shuang2 yu3 yin4 ni2 tong2 xue2 sil +003591 sil tong2 shi2 sp1 you2 mie4 huo2 zu3 chu1 shui3 qiang1 jin4 xing2 kong4 huo3 sil +003592 sil ni2 you3 de5 chi1 sp1 you3 de5 wan2 sp1 you3 qian2 hua1 sp1 hai2 you2 wo3 pei2 ni3 sp1 ni2 you3 shen2 me5 bu4 kai1 xin1 de5 ne5 sil +003593 sil shi4 ni3 tou1 zou3 le5 mi4 ma3 xiang1 ma5 sil +003594 sil bi4 rang4 zhe3 bei4 cheng1 wei2 dan2 xiao2 gui3 sp1 sheng4 li4 zhe3 ze2 bei4 cheng1 wei2 yong2 gan2 zhe3 sil +003595 sil ji4 zhe3 zou2 fang3 le5 yang2 de2 cai2 chu1 zu1 wu1 fu4 jin4 de5 yi4 xie1 zhu4 hu4 sil +003596 sil er2 wei4 le5 tao2 li2 zhe4 chang3 hun1 yin1 sp1 zhang1 hong2 you4 zuo4 chu1 le5 sp1 bi2 shan3 hun1 geng4 huang1 tang2 de5 ju3 dong4 sil +003597 sil zhi1 hou4 sui1 ran2 qi2 wen3 bing4 yu3 da4 pan2 tong2 bu4 shang4 xing2 sp1 dan4 duan3 qi1 tui2 shi4 nan2 gai3 sil +003598 sil ni3 ren4 sheng2 wei3 xun2 shi4 zu3 zu2 zhang3 sil +003599 sil ma3 ying1 jiu3 ri4 qian2 zai4 jing2 mei3 ren2 quan2 yuan2 qu1 sp1 zao1 du2 pai4 ren2 shi4 sp1 qiang4 sheng1 diu1 xie2 sil +003600 sil yu2 wen2 le4 yu2 can1 ting1 nei4 tu1 ran2 li2 zuo4 sp1 yuan2 lai2 shi4 qu4 gui4 tai2 jie2 zhang4 sil +003601 sil dan4 shi4 si1 ta2 ta3 jian1 xin4 sp1 ping2 ban3 yue4 du2 de5 qian2 jing3 yi2 pian4 guang1 ming2 sil +003602 sil ye3 you2 ke3 neng2 shi4 geng1 huan4 de5 gang1 jia4 zhi4 liang4 sp1 wei4 da2 biao1 sil +003603 sil mei3 guo2 zhu4 ai1 ji2 kai1 luo2 da4 shi2 guan3 ye3 zao1 xi2 ji1 sp1 xing1 tiao2 qi2 bei4 si1 che3 sil +003604 sil zhong1 zhou1 lu4 shang4 che1 lai2 che1 wang3 sp1 la3 ba5 sheng1 he2 fa1 dong4 ji1 de5 weng1 weng1 sheng1 sp1 ci2 qi2 bi3 fu2 sil +003605 sil xi3 ai4 yu3 shou1 cang2 zhe4 xie1 wa2 wa5 de5 ren2 sp1 zhu3 yao4 yi2 nv3 xing4 ju1 duo1 sil +003606 sil chen2 li4 zhu2 guai3 shang4 fa3 ting2 shou4 shen3 sil +003607 sil zhang1 han4 wang4 zhe5 fu4 qin5 de5 bei4 ying3 sp1 zi4 yan2 zi4 yu3 dao4 sp1 ha5 sp1 du2 chang3 chu1 feng1 zi5 sp1 qing2 chang3 chu1 sha3 zi5 sil +003608 sil shi4 chang3 cao1 zong4 de5 an4 jian4 sp1 yi4 wei4 neng2 duan4 jue2 sil +003609 sil wo3 hui4 gei3 er2 zi5 huan4 zhi3 niao4 ku4 sil +003610 sil peng2 bo2 si1 cun3 zai4 san1 hou4 sp1 dui4 zhou1 xiao3 he2 mian4 shou4 ji1 yi2 sp1 yao4 ta1 hua4 ming2 yu3 dui4 fang1 qia4 tan2 sil +003611 sil chuang1 hu4 wan2 hao3 sp1 dao4 zei2 shi4 qiang2 xing2 chuai4 men2 ru4 shi4 sil +003612 sil dang1 ran2 la5 sp1 na4 me5 duo1 po4 zhan4 sp1 ta1 zen3 me5 gan3 hui2 da2 ne5 sp1 yi2 mian3 yue4 shuo1 yue4 cuo4 sil +003613 sil wang2 zhi4 min3 kang2 bu5 zhu4 sp1 hai2 ku1 guo4 bi2 zi5 sil +003614 sil sun1 xiao3 yan4 que4 ren4 wei2 sp1 zhang1 wei3 tai4 bu4 jiang2 li3 sil +003615 sil zhe4 dui4 yu2 you3 quan2 zhi2 tai4 tai5 de5 jia1 ting2 bi3 jiao4 hua2 suan4 sil +003616 sil ji4 zhe3 sui2 hou4 cong2 yi1 yuan4 liao2 jie3 dao4 sp1 yang2 die1 die5 shang1 zhong4 bu2 zhi4 shen1 wang2 sil +003617 sil yu2 shi4 sp1 shi2 bai3 kui2 jiang1 zhan2 ban3 kou1 le5 yi2 ge5 da4 dong4 sil +003618 sil ka2 ma3 qiao2 jing1 chang2 hui4 chong2 fu4 zhe4 xie1 sil +003619 sil wen2 xun4 er2 lai2 de5 shu4 ming2 lao3 shi1 sp1 fen4 li4 ti1 po4 fang2 men2 sp1 dan4 tang2 sp1 yi2 tang2 dao3 zai4 xue4 po1 zhong1 sil +003620 sil chen2 shui4 de5 han4 chao2 zen3 me5 jiao4 ye3 jiao4 bu4 xing3 sil +003621 sil ta1 shuo1 sp1 zhe4 yi4 yan2 lun4 bian2 hui3 ke4 li3 si1 di4 na4 sp1 wu2 fa3 jie1 shou4 sil +003622 sil xia4 wu3 pai4 chu1 de5 san1 ren2 xiao3 fen1 dui4 sp1 ze2 wang3 yao1 mei4 feng1 de5 bei4 mian4 sou1 xun2 sil +003623 sil qi2 zhong1 sp1 hua1 da4 ru2 wan2 kou3 sp1 jiang4 hong2 de5 hua1 ban4 sp1 jin1 se4 de5 hua1 rui3 sp1 yong1 rong2 hua2 gui4 sil +003624 sil ju4 zu3 shi4 han2 chen5 de5 sp1 dan4 ye3 shi4 wen1 nuan3 de5 sil +003625 sil bao4 yu3 zao4 cheng2 jing4 nei4 shan1 hong2 bao4 fa1 sp1 he2 liu2 shui3 ku4 shan1 tang2 shui3 wei4 dou2 zhang3 sil +003626 sil hou4 lai2 sp1 wo3 men5 you3 ren2 song4 lai2 shuan4 yang2 rou4 he2 guan4 chang2 sp1 ta1 cai2 chi1 qi3 lai2 sil +003627 sil an1 wa2 er3 bei4 bu3 hou4 sp1 yi4 xie1 fan3 dui4 dang3 de5 yi4 yuan2 fen1 fen1 ju4 ji2 zai4 jing3 cha2 ju2 wai4 sil +003628 sil jiu4 fen2 fan1 xin1 hou4 bian4 hao2 hua2 sil +003629 sil wo3 xue2 xi2 guo4 tui1 na2 sp1 zhu3 ren2 kuai4 xiu1 xi5 yi2 xia4 ba5 sil +003630 sil jing1 ci3 yi2 yi4 sp1 lian2 shu3 zai4 shi4 min2 zhong1 de5 wei1 wang4 da4 zeng1 sil +003631 sil ta1 de5 wei4 hun1 qi1 gai4 er5 sp1 ye3 wei4 kan4 chu1 yi4 zhuang4 sp1 zhi3 bang1 ta1 xiao1 du2 sil +003632 sil xiao3 qu1 ye4 zhu2 xuan3 rao4 lu4 sp1 huo4 ju3 zhe5 qian2 bao1 shou3 ji1 tang1 shui3 jin4 xiao3 qu1 sil +003633 sil zai4 xian4 dai4 hua4 zheng1 cheng2 shang4 ba2 she4 sp1 que2 zhe5 tui3 zou3 bu4 hao3 sp1 geng4 zou3 bu4 yuan3 sil +003634 sil geng4 you3 yi4 xie1 gu4 ke4 sp1 wei2 fu1 qi1 lia2 zhao3 xin1 dian4 pu4 de5 shi4 sp1 cao1 qi3 xin1 lai2 sil +003635 sil ta1 yun3 nuo4 sp1 ji4 xu4 qing1 ting1 min2 yi4 sp1 ba3 min2 zhong4 de5 qi1 dai4 bai3 zai4 xin1 zhong1 sil +003636 sil zuo2 tian1 xia4 ban1 hui2 jia1 ceng4 tong2 shi4 de5 che1 sp1 ban4 lu4 yu4 yi1 chao1 duan3 qun2 mei2 nv3 sp1 tong2 shi4 kan4 de5 ru4 shen2 a5 sil +003637 sil xie2 po1 jin4 tou2 shi4 cao2 cao1 mu4 de5 dong1 men2 sp1 men2 kou3 de5 mu4 zhuan1 cen1 ci1 bu4 qi2 sil +003638 sil xiao3 heng2 de5 yan3 jing5 sp1 yi4 zhi2 ding1 zhe5 dian4 shi4 ping2 mu4 sp1 mei3 ge2 ji2 miao3 bian4 zha3 yi2 ci4 sil +003639 sil zhe4 shi2 de5 rao2 lan2 zai4 ci4 zhan4 shang4 wu3 tai2 sil +003640 sil yu2 shi4 sp1 ta1 chen4 er2 zi5 zai4 wo4 shi4 wan2 dian4 nao3 zhi1 ji1 sp1 jiang1 er2 zi5 qia1 si3 sil +003641 sil bo2 er3 te4 xuan4 feng1 ban1 lve4 guo4 zhong1 dian3 sil +003642 sil yi1 jiu2 wu3 san1 nian2 sp1 guan1 yu2 bi4 jia1 suo3 xiang2 you3 guo4 fen4 te4 quan2 de5 zheng1 lun4 zhong1 yu2 bao4 fa1 sil +003643 sil cong2 zheng1 yue4 chu1 er4 kai1 shi3 sp1 tian1 qi4 zhu2 jian4 zhuan2 hao3 sil +003644 sil qi1 gen4 cun1 zhan4 dou4 zhi1 qian2 sp1 wo3 shi1 sp1 yi2 da3 le5 liang3 zhang4 sil +003645 sil ke2 lao3 shi1 gao4 su5 ta1 sp1 pin2 kun4 sheng1 ke2 yi3 shen1 qing2 mian3 xue2 fei4 sil +003646 sil wang2 jun4 zhou1 zheng4 shi2 sp1 sun1 yi1 ding1 sp1 yi3 jing5 xiang4 guo2 mei3 fang1 mian4 sp1 ti2 chu1 ci2 zhi2 sil +003647 sil wu3 shi5 wu3 nian2 qian2 bei4 mao1 wang2 yong1 wen3 de5 shen2 mi4 nv3 lang2 shou3 ci4 bao4 guang1 sil +003648 sil peng2 ding4 kang1 ge4 xing4 fei1 chang2 ying4 lang3 sil +003649 sil bi3 ru2 sp1 li3 jia1 xin1 de5 zhang4 fu5 xu3 jin4 heng1 sp1 ta1 de5 ye2 ye5 shi4 xiang1 gang3 yi2 dai4 chuan2 wang2 xu3 ai4 zhou1 sil +003650 sil dai3 zu2 fu4 nv3 xu2 xiao3 men1 sp1 zheng4 zai4 zi4 jia1 fei4 xu1 shang4 zheng2 li3 zhuan1 wa3 sil +003651 sil he1 bei1 niu2 nai3 kan4 ge5 dian4 ying3 la5 sil +003652 sil ru2 guo3 yin1 wei4 ni3 dan1 wu5 jin4 du4 zen3 me5 ban4 sil +003653 sil guang3 zhou1 shi4 hui4 bu2 hui4 ye3 che4 xiao1 jie1 dao4 ban4 sil +003654 sil quan2 guo2 bu4 fen5 sheng3 shi4 sp1 jie1 ti1 dian4 jia4 zui4 zhong1 fang1 an4 yi4 lan2 biao3 sil +003655 sil yong3 mao4 bu4 yi3 de5 shui3 hua1 sp1 qia4 xiang4 yin2 zhu1 yu4 li4 sp1 gu1 lu1 lu1 de5 gun3 liu2 zhe5 sil +003656 sil zheng4 shi4 zhe4 zhong3 ning4 wei2 yu4 sui4 sp1 bu2 zuo4 wa3 quan2 de5 bu2 bi4 yao4 de5 yi4 qi4 sp1 ba3 ta1 tui1 xiang4 si3 wang2 de5 bian1 yuan2 sil +003657 sil qu4 chuai3 mo2 bie2 ren5 shi4 zen3 me5 yan3 xi4 de5 sil +003658 sil cong2 na4 ge5 shi2 hou4 sp1 bing3 zhe2 jiu4 yu2 mang3 she2 wan2 zai4 yi4 qi3 sil +003659 sil xue2 hui4 qi2 ma3 sp1 ti3 hui4 dao4 zong4 heng2 chi2 cheng3 de5 gan3 jue2 yao4 ban4 nian2 sil +003660 sil xiang1 lu2 feng1 shan1 lu4 yan2 tu2 chu4 chu4 ke3 jian4 you2 ke4 luan4 reng1 de5 la1 ji1 sil +003661 sil you2 yu2 qi4 wen1 shi4 yi2 sp1 jin1 nian2 guang4 hua1 jie1 de5 shi4 min2 re4 qing2 gao1 zhang4 sil +003662 sil bi4 mian3 yin1 xue2 sheng1 shang4 xue2 nan2 du4 zeng1 jia1 sp1 zao4 cheng2 guo4 zao3 chuo4 xue2 sil +003663 sil mai4 ke4 fei1 de5 zhi1 chi2 zhe3 sp1 zai4 jian1 yu4 wai4 ju3 pai2 sp1 yao1 qiu2 huan2 mai4 ke4 fei1 gong1 zheng4 sil +003664 sil guo2 jia1 yi3 jing1 cheng2 ren4 wo3 men5 le5 sp1 dan4 shi4 tai4 wan3 le5 sil +003665 sil er3 duo5 zai4 liu2 xue4 sp1 yan3 jing5 bi4 qi3 de5 sil +003666 sil jian4 huo4 ye3 hui4 she4 ji2 hu2 sheng2 xian1 sheng5 sil +003667 sil lao3 ren2 sao2 qi3 jie1 lai2 yi4 si1 bu4 gou3 sil +003668 sil lie4 ling2 sp1 you4 jiao4 su1 men2 ling2 sp1 ming2 zong1 yang2 sp1 yan2 lv2 sp1 ye3 cheng1 si4 bu2 xiang4 sp1 chan3 zai4 dong1 nan2 ya4 ji2 zhong1 guo2 sil +003669 sil xie4 xie5 da4 jia1 ling2 ting1 wo3 men5 zhe4 ci4 lun4 tan2 sp1 xie4 xie5 ge4 wei4 jia1 bin1 sil +003670 sil er2 deng3 zhang1 hong2 wei3 tiao4 chuang1 de5 shi2 hou4 sp1 huo2 yi3 jing1 shao1 dao4 le5 ta1 de5 shou3 bi4 sil +003671 sil wang2 quan2 an1 zheng4 qiao2 ye3 ru4 zhu4 gai1 jiu3 dian4 sp1 liang3 ren2 que4 mei2 shi2 jian1 peng4 mian4 sil +003672 sil ping2 ri4 li3 sp1 hai2 shi4 wa1 dian3 shan1 yao4 cai2 sp1 huan4 dian3 qian2 du4 ri4 sil +003673 sil zai4 yi1 wan4 he2 sha1 wa2 zheng1 qi2 dou4 yan4 de5 bei4 hou4 sp1 shi4 sai4 e2 liang3 da4 hong2 fen3 jun1 tuan2 de5 zheng2 ti3 kang4 heng2 sil +003674 sil shang4 hui2 na4 pian1 can1 jia1 quan2 guo2 zheng1 wen2 bi3 sai4 de5 da4 zuo4 sp1 yi3 jing1 cou4 chu1 le5 jiao1 le5 shang4 qu4 sp1 yao3 wu2 yin1 xun4 sil +003675 sil zheng4 shuang3 ting1 dao4 yao4 shang4 lou2 sp1 chou2 chu2 zhe5 bu4 qian2 sil +003676 sil yan1 chen2 cong2 jing3 nei4 xun4 su4 mao4 chu1 lai5 sp1 ba2 zheng3 ge5 tai2 qiu2 zhuo1 dou1 bao1 wei2 le5 sil +003677 sil suo3 wei4 ren2 min2 bi4 sp1 beng1 pan2 shuo1 sp1 chun2 cui4 shi4 yi4 zhong3 wei1 yan2 song3 ting1 sil +003678 sil ting2 shen3 zhong1 sp1 fu1 qi1 lia3 lei4 sa2 fa3 ting2 bing4 shuang1 shuang1 ren4 zui4 sp1 xi1 wang4 fa3 guan1 cong2 qing1 chu2 li3 sil +003679 sil fa3 lun2 gong1 de5 xie2 sp1 bu2 jiu4 ti3 xian4 zai4 min3 mie4 ren2 xing4 shang4 ma5 sil +003680 sil gong1 zuo4 ren2 yuan2 zai4 ca1 shi4 han4 bai2 yu4 lan2 gan1 sil +003681 sil lin2 fu4 dui4 qian2 lian2 xi1 sp1 zhuan3 er2 bian4 cheng2 dui4 lv3 you2 de5 tong4 hen4 sil +003682 sil hu2 ji3 xing1 shuo1 sp1 ta1 fei1 chang2 zi3 xi4 sp1 yu4 dao4 shao1 wei1 wai1 de5 yang1 miao2 dou1 yao4 yi1 yi1 fu2 zheng4 zai1 hao3 sil +003683 sil zhe4 xie1 shuo1 fa3 bing4 fei1 chui1 mao2 qiu2 ci1 sil +003684 sil tian1 an1 men2 guang2 chang3 sp1 yi2 pai4 chun1 yi4 ang4 ran2 sil +003685 sil ke1 si1 jian1 niu3 ke4 de5 mei3 li4 sp1 kan4 si4 kuang2 ye3 sp1 shi2 ji4 shang4 que4 you3 zhi1 xing4 de5 nei4 han2 sil +003686 sil bai3 shi4 da2 ceng2 jing1 shi4 quan2 qiu2 zui4 da4 de5 sp1 dian4 ying3 zu1 lin4 lian2 suo3 yun4 ying2 shang1 sil +003687 sil tian1 ma2 jiao1 nang2 ze2 mei2 you3 zhong4 biao1 sil +003688 sil di4 zang4 pu2 sa5 tong2 xiang4 sp1 you2 luo4 yang2 tong2 jia1 gong1 ji2 tuan2 jin1 xiang4 gong1 si1 fu4 ze2 jian1 zhi4 sil +003689 sil guang3 zhou1 zhong1 yuan4 fa3 guan1 ye3 zheng4 shi2 sp1 huang2 han4 biao1 zou3 lu4 you2 dian3 que2 sp1 dan4 bing4 bu4 ming2 xian3 sil +003690 sil bu3 zhu4 an4 yue4 fa1 fang4 sp1 you2 jian4 xi2 ji1 di4 sp1 he2 zheng4 fu2 bu3 tie1 gong4 tong2 fen1 dan1 sil +003691 sil zuo2 tian1 sp1 jing3 fang1 xiang4 mei2 ti3 tong1 bao4 le5 lin4 mou3 dao4 qie4 an4 de5 zhen1 po4 qing2 kuang4 sil +003692 sil chu1 pin3 fang1 ye2 biao3 shi4 sp1 zhi3 yao4 dian4 ying3 piao4 fang2 gei3 li4 sp1 jiu4 pai1 qie4 ting1 san1 sil +003693 sil zhi4 ci3 sp1 wang3 shang4 zhui1 tao2 ren2 yuan2 sp1 lan2 yan2 qiang2 de5 shen1 fen4 che4 di3 bei4 piao3 bai2 sil +003694 sil zhi4 hong2 qu1 ben3 shi4 kong1 de5 sp1 xiang1 dang1 yu2 dian4 nao2 huan3 cun2 sil +003695 sil na4 jiu4 jia1 you2 nu3 li4 zhuan4 qian2 lou5 sil +003696 sil wang2 bing1 da3 cuo4 le5 suan4 pan5 sp1 mei2 guo4 ji3 tian1 sp1 hou2 yong3 fu4 sp1 you4 gu4 ji4 chong2 yan3 sil +003697 sil dang1 ran2 sp1 di4 xiong5 sp1 ye3 jiu4 zhi3 neng2 sp1 e4 zhe5 du4 zi5 sha1 di2 le5 sil +003698 sil sui1 ran2 sheng1 huo2 zhong1 ai4 shua2 bao3 sp1 xun4 qi3 lian4 lai2 sp1 feng2 zhe2 que4 yi4 dian2 ye3 bu4 han2 hu5 sil +003699 sil chang1 yi4 xie1 zhong1 xiao3 xue2 sheng1 sp1 bei4 gao1 li4 dai4 hei1 shou3 sp1 zhuai4 ru4 du3 bo2 shen1 yuan1 sil +003700 sil liu4 sui4 de5 xiao3 zhuang4 zhuang5 sp1 wu2 yi2 shi4 ta1 wen1 qing2 mu3 ai4 de5 ji4 tuo1 sil +003701 sil qi2 zhong1 yi4 tiao2 sha1 yu2 sp1 yi3 jing5 bei4 shi4 min2 gua1 fen1 cheng2 ji3 kuai4 sp1 yu2 an4 shang4 sp1 tang2 man3 le5 xian1 xue4 sil +003702 sil chao1 shi4 bu4 cheng2 dan1 lin2 qi1 shi2 pin2 sun3 shi1 sp1 mei2 bi4 yao4 cuan4 gai3 sheng1 chan3 ri4 qi1 sil +003703 sil gang1 gang1 you3 shui2 zai4 shuo1 hua4 ma5 sil +003704 sil yu3 chao1 shi4 wu2 guan1 zhi1 lei4 de5 li3 you2 ne5 sil +003705 sil zai4 huang2 nan3 mi4 du4 zui4 da4 de5 di4 fang1 sp1 yi4 jiao3 sp1 neng2 cai2 si2 ji3 shi2 tou2 sil +003706 sil jin4 qi1 sp1 you3 wai4 mei2 chuai3 ce4 sp1 qi2 zai4 wei4 di4 san1 ci4 he2 shi4 yan4 sp1 zuo4 zhun3 bei4 sil +003707 sil ceng2 jing1 you3 ge5 dai4 biao3 ti2 yi4 sp1 weng4 an1 gai1 tong1 huo3 che1 sp1 wo3 fa1 yan2 zhi1 chi2 sil +003708 sil xi1 wang4 tong1 guo4 lv4 se4 huan2 bao2 yu3 ke1 ji4 zhi1 cheng1 sp1 tui1 dong4 ti3 yu4 wen2 hua4 de5 ren2 wen2 ti2 sheng1 sil +003709 sil jin4 ri4 cha2 chu3 de5 hu2 xing1 an4 qiu1 xiao3 hua2 an4 sp1 bian4 shi4 ru2 ci3 sil +003710 sil shou4 nve4 cheng2 du4 yue4 gao1 sp1 ji1 yin1 bian4 hua4 yue4 da4 sil +003711 sil ta1 yan4 wu4 yi4 shu4 mo4 luo4 tui2 fei4 de5 xian4 xiang4 sil +003712 sil qian2 bu4 jiu3 sp1 a1 juan1 qu4 le5 tang4 sheng3 fu4 bao3 sil +003713 sil jie1 zhe5 sp1 ta1 you4 zou3 jin4 ke4 ting1 sp1 jiang1 ye2 ye5 tui1 dao3 zai4 di4 sp1 tong2 yang4 yong4 cai4 dao1 meng4 kan3 guo4 qu4 sil +003714 sil zai4 zhe4 zhi1 qian2 sp1 wo3 guo2 huang2 jin1 chu3 bei4 sp1 jin3 sp1 yi4 qian1 jiu2 bai3 er4 shi5 jiu3 wan4 ang4 si1 sil +003715 sil bu4 jin3 ru2 ci3 sp1 liu2 jia1 ling2 sp1 ye3 zai4 wei1 bo2 shi2 kuang4 zhuan3 bo1 re4 nao5 qi4 fen1 sil +003716 sil he2 hong2 zhi4 fei1 dan4 bu4 si1 hui2 gai3 sp1 fan3 er2 pao3 dao4 guang3 zhou1 sp1 gen1 zhe5 peng2 zhang1 yun2 hun4 sil +003717 sil wo3 hui4 tou1 tou1 jiang2 zhu3 ren2 de5 huai4 hua4 sp1 xi1 xi5 sil +003718 sil bu4 shao3 wang2 you3 xi4 cheng1 wei2 luan3 min2 lun4 sil +003719 sil zi4 ji3 de5 shi4 qing5 yao4 zi4 ji3 zuo4 yo5 sil +003720 sil jing1 yan4 zheng4 sp1 zi3 dan4 yi2 fa1 zi4 sp1 liang2 ben3 ren2 de5 sp1 jing3 yong4 zuo3 lun2 shou3 qiang1 sil +003721 sil na2 dao4 sao4 zhou5 de5 zhang1 yi3 ren4 pao3 dao4 ma3 lu4 shang4 sp1 kai1 shi2 sao3 yi2 di4 de5 yan1 hua1 xie4 sil +003722 sil mu4 qian2 wei3 tuo1 shu1 zheng4 zai4 cao2 ni3 zhi1 zhong1 sil +003723 sil gai1 ti2 an4 cheng1 sp1 bei3 jing1 jian1 bing2 guo3 zi5 tanr1 r de5 zhi4 li3 sp1 ke4 bu4 rong2 huan3 sil +003724 sil bai2 lu4 ying4 chun1 zhou1 sp1 qing1 long2 jian4 chao2 tun1 sil +003725 sil kan4 lai2 gai1 pian4 shi2 xing2 shui3 nen4 dao4 di3 sil +003726 sil di4 er4 ci4 xing3 lai2 ta1 you4 qu4 shai4 yi1 fu5 sil +003727 sil jin2 guan2 nai3 yuan2 you3 xian4 sp1 wo3 guo2 ru3 ye4 xian4 zhuang4 sp1 que4 shi4 qi3 ye4 shu4 liang4 jiao4 duo1 sp1 qie3 cen1 ci1 bu4 qi2 sil +003728 sil ren2 er2 shu3 ji4 shu4 sp1 wo3 xiang1 xin4 mei2 you3 wen4 ti2 sil +003729 sil xi3 que4 wang3 sp1 yi1 ran2 shi4 tou2 zi1 chang2 shi4 sp1 tou2 zi1 ji2 qi2 you3 xian4 sil +003730 sil feng1 zheng5 gao1 fei1 xian4 zai4 shou3 sil +003731 sil nan2 lai2 bei2 wang3 sp1 you2 ren2 ru2 zhi1 sil +003732 sil guan1 huang2 jin1 mang3 de5 xiang1 long2 sil +003733 sil zi4 jia4 you2 ke4 chu1 you2 shi2 sp1 ying1 gai1 zhu4 yi4 xie1 shen2 me5 sil +003734 sil shi2 dai4 zhou1 bao4 ji4 zhe3 sp1 yu4 dai4 liu2 zhi4 an1 li2 kai1 zhuan1 chang3 sp1 yin1 you3 ren2 zu3 nao2 sp1 wei4 neng2 ru2 yuan4 sil +003735 sil ta1 shuo1 sp1 zhao4 yu4 huan2 gei2 jing3 cha2 zuo4 le5 shou2 yu3 fan1 yi4 sp1 de2 zui4 le5 ren2 sil +003736 sil na4 fan4 xiao3 shou4 yang3 mu4 ta1 de5 cai2 hua2 sp1 hu1 lve4 wai4 biao3 sp1 he2 lin2 da4 ge1 si1 shou3 sil +003737 sil bu2 liao4 fei1 fang1 si1 hui3 cheng2 nuo4 sp1 ju4 jue2 diao4 cha2 xiao2 zu3 jin4 xing2 diao4 cha2 sil +003738 sil hong2 xing4 tan4 chu1 su1 nan2 de5 qiang2 tou2 sp1 nan2 sil +003739 sil qi2 yan2 zhun1 zhun1 qi2 yi4 qie4 qie4 sp1 chong1 fen4 biao3 da2 le5 sp1 dang3 dui4 dang1 dai4 qing1 nian2 de5 hou4 wang4 yu3 zhong4 tuo1 sil +003740 sil fa3 xin1 she4 jing4 cheng1 sp1 ni2 bo2 er3 qian2 fan3 fei1 fa3 ru4 jing4 cang2 ren2 shi4 po4 yu2 zhong1 guo2 zheng4 fu3 ya1 li4 sil +003741 sil gai1 fu4 ze2 ren2 qiang2 diao4 sp1 chu1 shai1 fen1 zhen3 zhi4 du4 he2 da3 ji1 hao4 fan4 zi5 wu2 guan1 sil +003742 sil zhei4 ye3 shi4 beng4 chuang2 xiang4 mu4 bi3 jiao4 can2 ku4 de5 yi2 mian4 sil +003743 sil pa1 yi2 xia4 dong4 li4 cuan1 chu1 lai2 sp1 zai4 xing2 shi3 zhong1 te4 bie2 wei1 xian3 sil +003744 sil sui2 hou4 sp1 jin1 zheng4 en1 xia4 da2 ming4 ling4 sp1 kai1 shi3 jin4 xing2 yan3 xi2 sil +003745 sil ke1 mu4 lang3 ao4 tou2 cun1 nei4 lin2 ci4 zhi4 bi3 de5 xin1 jian4 zhu5 sil +003746 sil wai4 jie4 shu2 zhi1 de5 lao3 gu4 shi5 shi4 sp1 na3 pa4 mai2 ba3 sao4 zhou5 sp1 dou1 dei3 zong1 qing4 hou4 pi1 zhun3 sil +003747 sil ni3 men5 bie2 zhe4 me5 hui2 wo3 xing2 bu4 xing2 sil +003748 sil wo3 pa4 shui3 sp1 zai4 duo2 yu3 ne5 sil +003749 sil piao1 yang2 ba5 sp1 xian1 hong2 de5 guo2 qi2 sp1 piao1 yang2 ba5 sp1 yi4 wan4 ke1 chong2 die2 de5 xin1 sil +003750 sil ti2 dao4 cheng2 po2 po5 pi1 chuang2 de5 shi4 sp1 zhang1 quan2 you3 bu4 tong2 shuo1 fa3 sil +003751 sil qian2 ji3 ri4 de5 mao4 xian4 wen4 chuan1 deng3 zhen4 zhong1 di4 qu1 jiang4 yu3 jiao4 duo1 sp1 yun2 ceng2 jiao4 hou4 sil +003752 sil zuo2 tian1 shuo1 sp1 ye2 xu3 ta1 men5 de5 nai2 fen3 bi3 zan2 men5 gui4 sp1 ye2 xu3 dou1 hui4 mai3 sil +003753 sil ju4 xi1 sp1 mo4 er3 xi1 zai4 zong2 tong2 fu3 wei4 tan2 ta3 wei2 he2 a1 nan2 ju3 xing2 shou4 xun1 yi2 shi4 sil +003754 sil hen3 duo1 ren2 ren4 wei2 gang2 jie3 xiong1 ping2 shen1 cai2 cha4 sp1 bu4 shao3 ren2 hai2 you2 xiao3 du4 nan3 shui2 tong3 yao1 zhui4 rou4 sil +003755 sil bu4 jiu3 qian2 sp1 ya2 hu2 yu3 she4 jiao1 wang3 zhan4 lian2 pu3 he2 zuo4 sil +003756 sil pao1 shi1 di4 dian3 jiao4 wei2 pian1 pi4 sp1 fu4 jin4 shao3 ren2 ju1 zhu4 sil +003757 sil hou4 lai2 er2 zi5 da4 le5 sp1 wang2 xue2 yin2 zan3 xia4 de5 jun1 zhuang1 sp1 er2 zi5 yi2 jian4 dou1 mei2 chuan1 guo4 sil +003758 sil zong2 li3 sp1 nin2 zheng3 tian1 cao1 lao2 fei4 xin1 sp1 nin2 dang1 zong2 li3 lei4 shou4 la5 sp1 ke2 an3 men5 lao2 bai3 xing4 que4 pang4 la5 sil +003759 sil mei2 nan2 peng2 you5 hai2 gan3 zhuang4 wo3 sp1 kan4 lao3 zi5 bu4 xiao1 si2 ni3 ge5 bie1 du2 zi5 sil +003760 sil yin1 ci3 sp1 bao1 run4 shi2 de5 tan2 hua4 sp1 po1 bu4 xun2 chang2 sil +003761 sil hou4 lai2 sp1 duo1 kui1 gong1 you2 ba3 ta1 pao2 chu5 lai5 sil +003762 sil shi4 chang3 yu2 lun4 sp1 dou1 ren4 wei2 shi4 zhu4 di3 qi2 wen3 sil +003763 sil er2 yao1 he5 zhong1 jiu1 shi4 shou3 duan4 sp1 ru2 guo2 jiu3 bu4 hao3 sp1 yue4 yao1 he5 yue4 zao1 sil +003764 sil jiu1 jing4 gai1 ru2 he2 kan4 dai4 shen1 zhen4 wu4 ye4 de5 wai4 xiao1 shi4 chang3 ne5 sil +003765 sil ta1 he2 hai2 zi5 men5 yong4 can1 sp1 qu4 si1 tan2 pu3 si1 zhong1 xin1 cai3 pai2 sil +003766 sil gou1 ji1 kai1 jin4 cun1 sp1 quan2 mian4 chai1 chu2 zou3 si1 jiu4 fu2 zhuang1 wo1 peng2 men2 dian4 sil +003767 sil da4 duo1 shu4 ren2 sp1 yao4 me5 zheng4 zai4 wang3 jia1 gan3 sp1 yao4 me5 yi3 jing1 zai4 jia1 cao1 chi2 zhe5 nian2 ye4 fan4 sil +003768 sil dui4 yuan2 men5 you4 gan2 jin3 yong4 wei4 xing1 dian4 hua4 gei3 you2 ke4 de5 jia1 li3 bao4 ping2 an1 sil +003769 sil qie4 er3 xi1 cong2 xiao2 xi3 huan1 pai2 qiu2 wan2 pai2 ping1 pang1 qiu2 hai2 you3 dian4 ying3 sil +003770 sil hu2 bei2 sheng2 shui3 li4 ting1 sp1 nong2 shui3 chu4 fu4 chu4 zhang3 wang2 huang2 sil +003771 sil guo3 duan4 fang4 qi4 wang2 zun1 zhei4 ge5 wo2 xi3 huan1 de5 ming2 zi4 sil +003772 sil han2 pin3 qin2 sp1 jiu4 zai4 gu4 jia1 ge2 bi4 yi4 jia1 zhen1 zhi1 yin4 ran2 chang3 gong1 zuo4 sil +003773 sil zai4 kan4 jian4 ni3 yao4 fan4 jiu4 zou4 bian2 ni3 sil +003774 sil zhe4 li2 you3 ge5 hu2 lu5 tou2 pao4 mo2 guan3 sil +003775 sil ru2 jin1 hu2 xing4 er2 da4 qi4 wan3 cheng2 sp1 cheng2 wei2 zhi4 shou2 ke3 re4 de5 shuang1 liao4 shi4 hou4 sil +003776 sil ta1 mao3 zu2 jinr4 r xiang3 pa2 qi3 lai2 sp1 dan4 shi3 zhong1 mei2 jinr4 r sil +003777 sil zai4 li2 yong3 bo1 yi3 ji2 gao1 ling2 deng3 dui4 you3 de5 quan4 shuo1 xia4 sp1 huang2 sui4 you4 chong2 xin1 na2 qi3 qiu2 pai1 sil +003778 sil zai4 yan4 tang2 xiang1 chang3 zhen4 bian1 de5 lao2 jing3 pang2 sp1 ren2 men5 tong2 yang4 zai4 pai2 dui4 yao2 shui3 sil +003779 sil you3 yi4 nian2 sp1 yi2 da4 ba3 nian2 ji4 de5 gong1 gong5 po2 po5 sp1 da4 lao2 yuan2 pao3 dao4 ning2 bo1 lai2 kan4 wo3 sil +003780 sil hui4 sp1 bu2 jiu4 shi4 ba3 yi4 qian1 gai3 cheng2 si4 bai3 ma5 sil +003781 sil xian3 ran2 sp1 zhe4 xie1 po4 wan2 you3 xie1 nian2 yue4 le5 sil +003782 sil dai4 zuan1 kong3 de5 tuo2 niao3 dan4 ke2 sil +003783 sil shui2 jing3 xiao2 ting3 sp1 hai3 shi4 chu4 chuan2 zhi1 sp1 dun3 chuan2 zai4 pang2 jie4 bei4 sil +003784 sil mai4 ke4 er3 jie2 ke4 xun4 sp1 si3 hou4 shi4 qing5 reng2 jiu1 chan2 bu4 qing1 sil +003785 sil zai4 bao3 gong1 ying4 zhong1 sp1 duan2 tui3 shi4 shu1 cai4 sil +003786 sil wei2 xiu1 ren2 yuan2 shao1 zuo4 xiu1 xi5 sp1 cun1 min2 zhua1 jin3 shi2 jian1 sp1 xia4 keng1 jie1 shui3 sil +003787 sil quan2 jia1 shang1 liang5 guo4 le5 sp1 chun1 jie2 jiu4 ban1 guo4 lai2 zhu4 sp1 jin1 nian2 guo4 ge5 bu2 chuan4 fang2 yanr2 r de5 da4 nian2 sil +003788 sil yi4 ban1 ji2 xing2 zheng4 fei4 yong4 zeng1 jia1 sp1 zhu3 yao4 shi4 you2 yu2 ye4 wu4 tuo4 zhan2 suo3 zhi4 sil +003789 sil na4 tian1 he1 le5 jiu3 sp1 yue4 xiang3 yue4 wo1 nang5 sp1 jiu4 qu4 mian2 fang2 chang3 nao4 shi4 sil +003790 sil xiao3 shuo1 jia1 gen1 sp1 yi4 shi2 zhao3 bu2 dao4 yi4 zhong3 ji4 tong1 su2 you4 gao1 ya3 de5 dong1 xi5 fan3 bo2 sp1 wu2 hua4 ke3 shuo1 sil +003791 sil cun1 zhuang1 li4 shi3 zui4 zao3 ji4 zai3 jian4 yu2 yi1 si4 liu4 yi1 nian2 sil +003792 sil nv3 hai2 ao4 bu2 guo4 xiao3 zhong1 sp1 mei2 lan2 ta1 sil +003793 sil xu3 shi4 hu3 tong2 shi2 zhi3 chu1 sp1 nv3 da4 xue2 sheng1 can1 jia1 xuan2 mei3 sp1 yao4 you2 suo2 xuan3 ze2 sil +003794 sil pan2 zhong1 chu4 ji2 liu4 dian3 er4 er4 liu4 er4 sp1 chuang4 hui4 gai2 yi3 lai2 xin1 gao1 sil +003795 sil wang1 yang2 can1 jia1 shen1 zhen4 dai4 biao3 tuan2 shen3 yi4 sp1 bing4 fa1 biao3 zhong4 yao4 jiang3 hua4 sil +003796 sil yu4 yuan2 jing3 se4 hen2 mei3 sp1 shi4 shang4 hai3 shi4 qu1 sp1 wei2 yi1 liu2 cun2 wan2 hao3 de5 jiang1 nan2 gu2 dian3 yuan2 lin2 sil +003797 sil hui4 chang3 nei4 sp1 ge1 sheng1 liao2 liang4 sp1 qun2 qing2 ji1 ang2 sil +003798 sil dan4 shui2 neng2 kang4 ju4 zhang1 xian3 cong1 ming5 de5 you4 huo4 sil +003799 sil xian4 mu4 ji2 du4 hen4 sp1 tun1 kou2 shui3 sil +003800 sil rong2 yu4 sp1 xiang4 xi2 jin4 ping2 xian4 hua1 chuan4 sil +003801 sil guang1 wa4 zi5 jiu4 sai1 le5 shi2 ji3 shuang1 sil +003802 sil ke3 neng2 ting1 shang4 qu4 you2 dian2 sha3 sil +003803 sil qi2 shi2 dui4 yu2 san1 an1 de5 ruan3 lei4 sp1 zong3 jing1 li3 lin2 ke1 chuang3 sp1 you3 zhe5 qing1 xing3 de5 ren4 shi5 sil +003804 sil zhong1 hua2 hui2 xiang1 wen2 hua4 yuan2 ting2 hao3 wanr2 r de5 sp1 ke2 yi2 gan3 shou4 hui2 zu2 de5 sheng1 huo2 ne5 sil +003805 sil qi2 wai4 bao1 zhuang1 he2 shang1 pin3 ming2 cheng1 sp1 jun1 yu3 shan1 dong1 chi2 ming2 shang1 biao1 dong1 e1 e1 jiao1 gou4 cheng2 jin4 si4 sil +003806 sil zhu4 shou3 zai4 hai3 ba2 wu3 qian1 san1 bai2 mi3 de5 zha1 gu3 la1 shao4 suo3 sp1 bu2 jian4 fei1 niao3 sp1 bu2 jian4 lv4 cao3 sil +003807 sil shou1 jiao3 de5 qian2 kuan3 sp1 xian4 yi3 jin4 ru4 yin2 hang2 qing1 tui4 zhuan1 hu4 sp1 zhun3 bei4 yi2 bing4 qing1 tui4 sil +003808 sil sui1 ran2 sp1 weng4 jin1 jun4 sp1 cai2 qu3 le5 jiang4 di1 chuan2 piao4 jia4 deng3 cuo4 shi1 sp1 dan4 shou1 xiao4 bu2 da4 sil +003809 sil hai2 hen2 xi3 huan1 zhi3 yong4 jie2 mao2 gao1 sp1 fen2 di3 he2 sai1 hong2 de5 jian3 dan1 zhuang1 rong2 sil +003810 sil xing2 li2 da3 bao1 chu4 sp1 lv3 ke4 men5 zai4 mang2 zhe5 kun2 bang3 xing2 li3 sp1 an1 jian3 ru4 kou2 ye3 zhi4 xu4 jing3 ran2 sil +003811 sil zhe4 xie1 yin3 xing2 hong1 zha4 ji1 de5 da3 ji1 mu4 biao1 sp1 shi4 li4 bi3 ya4 jun1 yong4 ji1 chang3 sil +003812 sil jian4 guo5 lv2 chi1 cao3 sp1 ke3 mei2 jian4 guo5 lv2 chi1 rou4 sil +003813 sil geng4 duo1 de5 ren2 sp1 hai2 shi4 zuo3 you4 zhang1 wang4 sp1 wan4 fen1 wu2 nai4 xia4 shi2 zai4 mei2 ban4 fa3 cai2 hui2 guo2 sil +003814 sil nv2 you3 dai1 dai1 de5 shuo1 sp1 bi2 wo3 ben4 de5 ren2 bei5 sil +003815 sil yin1 wei4 zhe4 yang4 sp1 ke2 yi3 shao2 yin3 fa1 xin1 xue4 guan3 ji2 bing4 sil +003816 sil ta1 de5 mu3 qin1 wei4 chun1 zuo4 zai4 di4 shang4 sp1 yi3 jing1 ku1 de5 hou2 long2 sha1 ya3 sil +003817 sil ta1 men5 zhang3 wo4 cai2 fu4 de5 zhu3 yao4 yuan2 yin1 sp1 shi4 yin1 wei4 yong1 you3 bu2 dong4 chan3 sil +003818 sil wan2 lei4 le5 jiu4 tang3 zhe5 ting1 xi4 shai4 tai4 yang5 sil +003819 sil shou1 hui2 de5 xuan3 piao4 sp1 shao3 yu2 fa1 chu1 de5 xuan3 piao4 sp1 xuan2 ju2 you3 xiao4 sil +003820 sil zhe4 xie1 zhuan1 ye4 qin2 shi1 sp1 shi4 yao4 fu4 bao4 chou2 de5 sil +003821 sil li3 yang2 ben2 xiang3 ju4 jue2 sp1 que4 shen2 shi2 gui3 chai1 dian3 le5 tou2 sil +003822 sil ta1 duo2 dao4 jiao4 shi4 li3 sp1 jian4 zi4 ji3 zhuo1 mian4 shang4 sp1 jing4 tang3 le5 yi4 feng1 xin4 sp1 xin1 meng3 ran2 yi2 tiao4 sil +003823 sil ji3 tian1 qian2 sp1 ta1 lai2 dao4 yu2 yao2 zhao2 jie3 jie5 sil +003824 sil ta1 ci3 hou4 de5 ren2 sheng1 zhi1 lu4 sp1 hui4 yi4 fan1 feng1 shun4 ma5 sil +003825 sil huan4 cheng2 ju4 li2 sp1 ye3 jiang1 suo1 duan3 dao4 bai2 mi3 nei4 sil +003826 sil ta1 shuo1 yao4 tian3 na2 li3 dou1 ke2 yi3 sil +003827 sil fu4 qin5 shuo1 sp1 ta1 wu2 qian2 wei4 er2 cao1 ban4 hun1 shi4 sp1 da3 suan5 qu4 mai4 shen4 sil +003828 sil zhe4 ge5 gu4 shi4 de5 yu4 yi4 sp1 jiu4 shi4 yao4 bian1 ta4 na4 xie1 sp1 zhi3 hui4 ma3 hou4 pao4 de5 yong1 zhe3 sil +003829 sil bao3 hu4 qu1 guan2 li3 chu4 sp1 dong1 wang4 sha1 bian1 fang2 pai4 chu1 suo3 jie1 ling4 sp1 li4 ke4 chu1 dong4 sil +003830 sil cong2 ci3 sp1 jiang1 jie4 he2 yi2 min2 cheng2 le5 weng4 an1 sp1 yi2 kuai4 ban3 jie2 de5 shang1 ba1 sil +003831 sil wo3 men5 yi4 qi3 hui2 yi4 sp1 deng4 ying3 chao1 tong2 zhi4 sp1 dui4 hai2 zi5 ju4 tuan2 de5 guan1 huai2 sil +003832 sil jin4 yi4 zhou1 yi3 lai2 sp1 ta1 shen2 qing2 huang2 huang3 hu1 hu1 sp1 shen1 chu3 meng4 jing4 de5 gan3 jue2 ru2 ying3 sui2 xing2 sil +003833 sil wu3 shi4 gao2 hao3 ai4 xin1 fu2 wu4 sil +003834 sil wu2 geng3 de5 wei4 kou3 yue4 lai2 yue4 da4 sil +003835 sil ta1 de5 bao3 bao5 si4 ge5 duo1 yue4 sil +003836 sil yang2 kai1 hui4 de5 fu4 qin5 sp1 yang2 chang1 ji4 sp1 jiu4 shi4 mao2 zhu3 xi2 de2 yi4 liang2 shen1 de5 xiu1 shen1 jiao4 shi1 sil +003837 sil sun1 jian4 hua2 tong2 shi2 shang4 chuan2 le5 duo4 zhi3 zhao4 pian4 sil +003838 sil ba1 bao3 zhou1 sp1 da1 pei4 zhu3 ji1 dan4 sp1 zao3 chen2 ying2 yang3 jia1 you2 zhan4 sil +003839 sil bao3 an1 yong4 shou3 sp1 qia1 zhu4 ji4 zhe3 bo2 zi5 qiang3 xiang4 ji1 sil +003840 sil dian4 shi4 li3 hua4 mian4 tiao4 dong4 sp1 ta1 men5 que4 ru2 san1 zun1 diao1 su4 sil +003841 sil zhen1 de5 shi4 yu3 ren2 huo4 jiong3 ran2 you3 bie2 liang3 bu5 xiang1 gan1 ma5 sil +003842 sil wo3 ken2 qing2 guang3 da4 fu4 mu3 sp1 rang4 hai2 zi5 shu2 du2 di4 zi3 gui1 sp1 xiao4 jing4 fu4 mu2 sp1 bai3 shan4 xiao4 wei2 xian1 sil +003843 sil sun1 xiao3 wen2 she4 ji4 de5 gai4 nian4 biao3 zai4 du2 miao3 sp1 ying2 jie1 sp1 ao4 yun4 de5 dao4 lai2 sil +003844 sil cun1 wei3 hui4 fou3 ren4 sun2 hui3 wang2 mou3 er2 zi5 de5 fen2 mu4 sp1 bu4 tong2 yi4 pei2 chang2 sil +003845 sil xiao3 qi4 che1 cheng2 wei2 zhu3 yao4 zeng1 zhang2 dian3 sil +003846 sil zi3 qi2 you4 tou4 lu4 sp1 mei4 mei5 gang1 dan4 xia4 zi1 zai3 sp1 dan4 hui4 ji4 xu4 zhui1 nv3 sil +003847 sil yao4 wo3 fang4 zong4 sp1 wo3 zuo4 bu2 dao4 sil +003848 sil li3 xian1 sheng5 qu3 qian2 shi2 sp1 yin2 hang2 ying2 ye4 yuan2 ceng2 ti2 xing2 li3 xian1 sheng5 yan4 chao1 sp1 dan4 ta1 ju4 jue2 le5 sil +003849 sil ran2 er2 sp1 zhe4 yang4 zhao2 nv3 er2 ru2 tong2 da4 hai3 lao1 zhen1 sil +003850 sil ni2 lia3 de5 niu2 nai3 zai4 nar2 r mai3 de5 sp1 gei2 wo3 shang4 yi4 che1 sil +003851 sil yu3 wang2 zheng4 de5 kan4 fa3 bu4 tong2 sp1 liu2 wei1 gei2 fang3 er2 shang4 le5 zhong1 guo2 hu4 kou3 sil +003852 sil ta1 chu1 qu4 yi2 kan4 sp1 yi4 ming2 lao3 tai4 tai5 sp1 zheng4 yu3 yi4 ming2 hei1 yi1 nian2 qing1 nan2 zi3 la1 la1 che2 che3 sil +003853 sil ye3 xing4 wei4 xun4 de5 chi4 bang3 yi4 hui1 sp1 ji1 hu1 jiu4 neng2 ba3 ta1 sang3 ge5 gen1 dou5 sil +003854 sil mei3 guo2 min2 zhu2 dang3 zhi4 nang2 tuan2 de5 shuo1 fa3 zhi2 de2 wan2 wei4 sil +003855 sil jin1 tian1 de5 bei3 jing1 sp1 yang2 guang1 fei1 chang2 can4 lan4 sil +003856 sil jia4 zhuang5 ying1 gai1 shi4 wo3 ma1 ma5 song4 gei2 wo3 ba5 sil +003857 sil wo3 mei2 sp1 wo2 zhi3 shi4 sp1 ta1 di1 tou2 yao4 chai1 xin4 sil +003858 sil bian4 geng1 ju4 ti3 shi4 xiang4 de5 ming2 cheng1 sp1 li3 you2 ji2 yi1 ju4 sil +003859 sil wen1 qi1 de5 yi2 ge5 er3 duo5 mei2 you3 ting1 li4 sp1 hai2 you2 dian3 ban4 ya3 sil +003860 sil wei2 you3 xue2 er2 bu2 yan4 de5 xian1 sheng5 sp1 cai2 neng2 jiao1 chu1 xue2 er2 bu2 yan4 de5 xue2 sheng5 sil +003861 sil zuo2 ri4 sp1 bei3 da4 sp1 gong1 ren2 ba3 kan2 dao3 de5 yang2 shu4 yun4 zou3 sil +003862 sil ta1 tong1 guo4 lian2 pu3 kai1 shi3 zhui1 zong1 mo4 rui4 sil +003863 sil dian4 shi4 ju4 shang4 mian4 yan3 guo4 de5 sil +003864 sil wei4 bi4 mian3 yin2 qi3 bie2 ren5 de5 zhu4 yi4 sp1 fu1 qi1 lia3 hai2 mi4 mou2 bao4 jia3 an4 sil +003865 sil bu2 yao4 yong4 zui3 qu4 shun3 xi1 shang1 kou3 sp1 ye3 zui4 hao3 bu2 yao4 yong4 jiu3 jing1 qu4 qing1 xi3 sil +003866 sil yuan2 yin1 hen2 jian3 dan1 sp1 ji1 hu1 suo2 you3 tui1 jian4 sheng1 sp1 dou1 fei1 you1 ji2 guan1 sp1 wu2 ke3 tiao1 ti5 sil +003867 sil zi4 ci3 sp1 wu2 qian4 lian2 jiu4 shao2 you3 zuo4 pin3 wen4 shi4 sil +003868 sil zhou1 mou2 mou3 chou2 zhun3 kong4 dang1 sp1 pin1 ming4 tao2 li2 le5 xian4 chang3 sil +003869 sil ji4 zhe3 hai2 song2 yong3 sun1 li4 qin1 deng4 chao1 sp1 sun1 li4 wan3 ju4 le5 sil +003870 sil suo2 yi3 shuo1 sp1 ya4 ma3 xun4 rang4 gu3 ge1 qin3 shi2 nan2 an1 sp1 ye3 jiu4 bu4 zu2 wei2 qi2 le5 sil +003871 sil wang3 shang4 dao4 ban3 tai4 qi1 fu5 ren2 sp1 zuo4 jia1 men5 zhong1 yu2 nan2 ren3 bu4 ping2 yi4 sheng1 hou3 le5 sil +003872 sil you4 bing2 yang3 fen1 de5 shi3 yong4 an1 quan2 xing4 di1 sp1 guo4 liang4 feng1 xian3 gao1 sil +003873 sil tai4 yang5 kuai4 luo4 shan1 le5 sp1 wo3 gao4 bie2 cun1 li3 de5 xiang1 qin5 men5 sp1 li2 kai1 qin4 xian4 sp1 fan3 hui2 tai4 yuan2 sil +003874 sil shu3 shu2 shuo1 sp1 bao4 an4 ke3 bu4 neng2 bie1 zhe5 a5 sp1 gai1 bao4 jiu4 yao4 bao4 sp1 bie2 pa4 ma2 fan5 shu3 shu2 sil +003875 sil mu3 qin1 yi4 sheng1 jian1 jiao4 sp1 yin3 lai2 lin2 ju5 ke1 heng1 sil +003876 sil ci3 shi2 de5 qin4 qin5 hai2 you3 hu1 xi1 sp1 bing4 bu2 duan4 qing1 sheng1 shen1 yin2 zhe5 sil +003877 sil wo3 hui4 jiang2 leng3 xiao4 hua5 sp1 you3 yan2 se4 xiao4 hua4 sp1 zan4 shi2 hai2 bu2 hui4 sil +003878 sil zao2 wan3 yao4 duo1 chuan1 yi4 dian3 sil +003879 sil ning2 bo1 ren2 sp1 hen3 li4 hai5 yo5 sil +003880 sil nan2 zi2 jie3 shi4 sp1 zhe4 tou2 luo4 tuo5 pi2 qi4 hen2 hao3 sil +003881 sil zhuan1 an4 zu3 pan4 duan4 sp1 lv2 mou2 you3 zhong4 da4 zuo4 an4 xian2 yi2 sil +003882 sil zheng4 fu3 jun1 sp1 zheng4 shi4 tu2 qie1 duan4 tong1 wang3 jia2 er3 zhen4 de5 wu4 zi1 qu2 dao4 sil +003883 sil wang1 feng1 le4 yi4 kan4 liang3 ge5 ren2 dou4 sp1 dou4 chu1 dian3 shi4 qing5 cai2 hao3 ne5 sil +003884 sil yin1 wei4 wo3 ya5 xiang2 gei2 ni3 zui4 hao3 de5 da2 an4 sil +003885 sil xiao3 chun1 mei2 you3 de2 zui4 ren2 sp1 men2 xin1 zi4 wen4 bu2 yong4 pa4 sil +003886 sil ting1 zhong4 ze2 ting1 de5 jin1 jin1 you3 wei4 huo4 yi4 fei2 qian3 sil +003887 sil shao2 qing3 sp1 guo3 zhen1 you3 yi4 xiao3 he2 shang5 fan1 qiang2 sp1 hei1 an4 zhong1 cai3 zhe5 lao3 chan2 shi1 de5 ji3 bei4 sp1 tiao4 jin4 yuan4 zi5 sil +003888 sil wo3 na2 gan3 fang4 song1 a5 sp1 yi4 tian1 hen4 bu4 de2 you3 san1 shi5 er4 xiao3 shi2 cai2 hao3 sil +003889 sil er2 chu2 le5 hua4 xian4 wai4 sp1 pang2 wei4 guo2 sp1 ye3 zhu2 jian4 kai1 shi3 dan1 ren4 jie3 shuo1 jia1 bin1 sil +003890 sil ri4 ben3 shi4 yu3 bo1 lan2 sp1 da2 cheng2 jian2 mian3 zhai4 wu4 xie2 yi4 de5 di4 shi2 ge5 guo2 jia1 sil +003891 sil ci3 wai4 sp1 kuai4 nan2 su1 xing3 he2 nv3 xing1 li3 fei1 er5 sp1 ye3 shou4 yao1 can1 jia1 le5 ci3 ci4 huo2 dong4 sil +003892 sil zhe4 rang4 shen1 ze2 tie2 gan3 zhen4 dong1 sp1 he2 tuan3 cun1 de5 li3 yin4 zhi3 yi4 jia1 ju3 sang4 bu4 yi3 sil +003893 sil zhe4 chu1 xi4 si4 hu1 you4 duo1 chu1 yi4 dian3 zuo2 liao4 sil +003894 sil wo4 cao2 sp1 zhe4 shi4 yao4 zheng2 si2 wo3 men5 de5 jie2 zou4 a5 sil +003895 sil jia1 le5 yu4 de5 jiang3 pai2 shi4 fou3 neng2 di3 kang4 wai4 li4 chong1 ji1 sil +003896 sil jian4 mian4 hui4 xian4 chang3 sp1 liu2 shi1 shi1 pin2 pin2 lie2 zui3 lou4 ya2 da4 xiao4 sil +003897 sil shi4 hou4 jing3 yuan2 dao4 chang3 diao4 cha2 sp1 chu1 bu4 wu2 ke3 yi2 sp1 dan4 wei4 fa1 xian4 yi2 shu1 sp1 duo4 lou2 yuan2 yin1 wei4 ming2 sil +003898 sil zai4 di4 san1 jin4 tang2 wu1 shang4 fang1 sp1 hai2 bao3 cun2 zhe5 nan2 jing1 ji3 wu2 jin3 cun2 de5 zu3 zong1 ge2 sil +003899 sil zao3 qian2 you2 zhi3 zheng4 shi4 di4 zai4 pian4 chang2 shua3 da4 pai2 sp1 ying3 er2 ji2 zai4 wei1 bo2 fa1 gong1 wei2 hu4 sil +003900 sil pao3 le5 san1 shi5 duo1 mi3 zi4 ji2 ye3 xun1 dao4 le5 sil +003901 sil ban4 ye4 chi1 dong1 xi5 sp1 shi4 bu3 chong1 zhi1 fang5 de5 zui4 hao3 ban4 fa3 sp1 xiang2 zhang3 pang4 sp1 jiu4 bu2 yao4 cuo4 guo4 sil +003902 sil bu4 yuan3 chu4 sp1 hai2 you3 nong2 min2 zheng4 zai4 yong4 shui3 beng4 sp1 yin2 liu3 gan1 qu2 zhong1 shui3 guan4 gai4 sil +003903 sil gan1 ai2 de5 fa1 sheng1 hen3 da4 bu4 fen5 gen1 yi3 gan1 you3 guan1 sil +003904 sil zai4 you3 ke2 shi3 yong4 chun2 gao1 sp1 bing4 bi4 mian3 tian2 zui3 chun2 sil +003905 sil zhong1 guo2 hao3 zang1 hao3 luan4 sp1 hao3 kuai4 huo5 sil +003906 sil ni3 zai4 zhe4 yang5 bu2 wu4 zheng4 ye4 wan2 wu4 sang4 zhi4 de5 hua4 sp1 wo3 jiu4 gen1 ni3 li2 hun1 sil +003907 sil pian4 duan4 zhong1 de5 ji1 nu3 jian3 le5 yi4 tou2 duan3 fa4 sp1 ji2 ti4 jing4 hu2 xu1 sp1 hui1 fu4 qi2 ying1 jun4 ben3 se4 sil +003908 sil yu4 xian3 chuan2 zhi1 sp1 ju4 li2 an4 bian1 qi1 ba1 shi5 mi3 sp1 jin3 sheng4 yi4 gen1 gang1 lan3 gu4 ding4 sp1 hong2 shui3 tuan1 ji2 sil +003909 sil you3 ren2 qiao1 chuang1 shi2 sp1 bu4 qing1 yi4 jie2 suo3 xia4 che1 sil +003910 sil ta1 da4 jing1 sp1 shuo1 sp1 ni3 lao2 hu3 pi4 gu5 ye2 gan3 mo1 sil +003911 sil ru2 guo2 wo3 men5 bu4 xu1 yao4 bu3 ding1 sp1 ke2 yi3 ting2 yong4 ying4 yong4 yin3 qing2 shi2 li4 sp1 bu2 yong4 wei4 ci3 fu4 fei4 sil +003912 sil suan1 yu3 wu1 ran3 shi4 ge5 qu1 yu4 xing4 de5 wen4 ti2 sil +003913 sil ta1 xi3 huan1 yan2 se4 xian1 yan4 de5 yi1 fu5 sil +003914 sil hun4 hun5 zuo3 you4 kai1 gong1 sp1 pi1 li5 pa1 la1 de5 sp1 da3 le5 ma3 li4 ji3 shi2 ji4 er3 guang1 sil +003915 sil song4 zai4 xiang1 jue2 ding4 qu4 yi2 tang4 yun2 nan2 sil +003916 sil dui4 ci3 ci4 fang3 wen4 sp1 zhong1 mei3 shuang1 fang1 jun1 wei4 zuo4 shi4 xian1 yu4 bao4 sil +003917 sil cao1 zuo4 tai2 tu1 ran2 che2 guai3 sp1 zhei4 rang4 liang2 xian1 sheng5 sp1 you2 dian3 bu4 zhi1 suo3 cuo4 sil +003918 sil wo3 men5 jiang1 jiu4 you3 guan1 wen4 ti2 sp1 ji4 xu4 yu2 jian3 tai4 deng3 ge4 fang1 sp1 bao3 chi2 gou1 tong1 sil +003919 sil ji1 hui4 zong3 shi4 chui2 qing1 you2 zhun3 bei4 de5 ren2 sp1 huang2 bai3 gao1 ye3 bu2 li4 wai4 sil +003920 sil shen1 cai2 ai2 xiao3 de5 xiao3 lang2 zai3 sp1 di4 yi1 ci4 chi1 yang2 nai3 sp1 ke3 fei4 le5 jinr4 r sil +003921 sil li4 yuan4 de5 pin3 zhi4 sp1 zen3 hui4 lun2 luo4 zhi4 ci3 ne5 sil +003922 sil da4 jia1 bu2 bi4 zai4 wang3 xue2 xiao4 xun2 ren2 da3 ting1 le5 sil +003923 sil wo3 zai4 ni3 xin1 li3 sp1 ying1 gai1 yong2 yuan3 shi2 ba1 sui4 sil +003924 sil bei4 gao4 yu2 shi4 dui4 shi4 zhu3 yan2 kou3 cha1 jing2 deng3 sp1 zhi4 shi4 zhu3 ke2 sou4 cai2 song1 shou3 sil +003925 sil he2 xiao2 ya3 tong2 qin3 shi4 de5 ta1 sp1 jing1 chang2 bei4 xiao2 ke3 shan1 er3 guang1 sil +003926 sil er4 ci4 jia1 ya1 beng4 zhan4 fen1 bu4 ling2 san3 sp1 xiao3 xing2 hua4 sp1 bu4 ju2 bu2 gou4 ke1 xue2 sil +003927 sil shi4 bi3 mo4 zhi3 yan4 sp1 wo3 cong1 ming5 ba5 sil +003928 sil yan2 chang3 chu4 chu4 you3 sp1 yan2 shang1 zao4 min2 duo1 sp1 shi4 ta1 de5 li4 shi2 xie3 zhao4 sil +003929 sil zhan4 qi3 lai2 shi2 sp1 xiong1 qian2 pi2 fu1 yi3 bei4 ceng4 hong2 sil +003930 sil hai2 shi4 mai3 yi1 fu5 ba5 sp1 zhei4 yang4 qi2 ma2 wo3 neng2 zhi1 dao4 qian2 hua1 zai4 nar3 r la5 sil +003931 sil qing1 hua2 wei4 ti2 ren4 he2 guan1 yu2 zhao1 shou1 zhuang4 yuan2 de5 xin4 xi1 sil +003932 sil liang3 ming2 she4 hui4 qing1 nian2 sp1 yao1 shang4 bie2 zhe5 liang2 ba3 xi1 gua1 dao1 sil +003933 sil chu2 le5 nv3 er2 sp1 ji3 ge5 peng2 you5 ou2 er3 lai2 chuan4 chuan5 men2 liao2 tian1 sil +003934 sil zhe4 xie1 yan2 lun4 zi4 you2 de5 lan4 yong4 sp1 zhi2 jie1 zao4 cheng2 wang3 shang4 xin4 xi1 sp1 liang2 you3 bu4 qi2 sp1 zhen1 jia3 nan2 bian4 sil +003935 sil shi2 san1 sui4 de5 nv3 er2 yin1 ci3 huai2 yun4 sp1 hou4 lai2 sheng1 xia4 yi2 ge5 ying1 er2 sil +003936 sil nen4 mo2 chen2 jing4 sp1 a1 dan4 sp1 xian4 shang4 sheng1 ri4 dan4 gao1 gei3 wang1 dong1 cheng2 sil +003937 sil fang2 wu1 zhuang1 xiu1 jia1 ju4 deng3 wu4 pin3 sun2 hui3 sil +003938 sil ma1 de5 sp1 na3 ge5 hun2 dan4 ba3 tan2 tu3 de5 zhe4 me5 yuan2 a5 sil +003939 sil zhi2 zhuo2 yu2 zhe4 li2 xiang3 sp1 ji2 bian4 sheng4 li4 le5 sp1 na4 ye3 yi2 ding4 shi4 bei1 can3 de5 sil +003940 sil jian4 she4 feng4 huang5 da4 qiao2 sp1 nei4 huan2 xian4 sp1 ze2 lian2 cheng2 yi4 ti3 sil +003941 sil ji2 zhong1 lian2 pian4 tui1 jin4 ke3 zai4 sheng1 neng2 yuan2 jian4 zhu4 ying4 yong4 sil +003942 sil ta1 men5 cheng1 sp1 yao4 li4 ji2 dao2 hui3 wu2 ru3 min2 zu2 zui4 gao1 zun1 yan2 de5 sp1 li3 ming2 bo2 zheng4 fu3 sil +003943 sil shen2 me5 shi2 hou4 neng2 gou4 he1 shang4 ming2 gui4 de5 tu2 lu3 fan1 pu2 tao5 jiu3 ne5 sil +003944 sil ta1 jie4 lai2 pi2 chi3 sp1 cong2 hu2 tong4 kou3 wang2 li3 la1 sp1 yi3 liang4 chu1 kuan1 zhai3 sil +003945 sil zhe4 wei4 bao3 an1 ping2 shi2 xiao4 xi1 xi1 de5 hen3 han1 hou4 sil +003946 sil ni3 xian4 zai4 bei4 wo3 ju1 liu2 le5 sp1 ni2 dei2 bao3 chi2 an1 jing4 sp1 hai2 dei3 guai1 guai1 ting1 hua4 sil +003947 sil xiao3 yu2 bu3 huo4 bu4 duo1 sp1 yu2 min2 kai1 shi2 bu3 xia1 sil +003948 sil dang1 shi2 gang1 huai4 yi4 dian3 de5 shi2 hou4 sp1 lao3 shi1 rang4 wo3 men5 sp1 bu2 yao4 dao4 lan2 gan1 nar4 r wan2 sil +003949 sil zhu1 li4 lun2 tou4 lu4 sp1 wang2 jin1 ping2 suan4 ming4 zhei4 yi4 jie2 sp1 shi2 zai4 hen3 nan2 pie1 de5 qing1 sil +003950 sil wai4 hui4 zhan4 kuan3 jian2 shao3 de5 zhi2 jie1 yuan2 yin1 sp1 shi4 kua4 jing4 zi1 ben3 liu2 chu1 sil +003951 sil lin2 zou3 shi2 sp1 bo2 bo5 ding1 zhu3 le5 you4 ding1 zhu3 sp1 lou3 zhe5 chuan2 wa2 de5 tou2 sp1 mo1 le5 yi2 bian4 you4 yi2 bian4 sil +003952 sil fang2 zi5 hen3 xia2 zhai3 sp1 bei4 hai4 de5 ye2 sun1 lia2 tang3 zai4 yi2 ge5 xiao3 chuang2 shang4 sp1 yong4 bei4 zi5 gai4 zhe5 sil +003953 sil dui4 xian4 chang3 de5 da4 liang4 tan4 an1 deng3 yuan2 liao4 sp1 lei2 guo2 sheng4 cheng1 sp1 zhei4 shi4 guo3 yuan2 yong4 de5 fei2 liao4 sil +003954 sil you2 ren2 ruo4 shi4 chuang2 wo3 yuan4 sp1 chu1 qu4 rang4 ni3 bian4 gong1 gong5 sil +003955 sil ying4 dui4 fei1 chuan2 tong3 an1 quan2 wei1 xie2 sp1 jiu4 yao4 you2 yu3 zhi1 dui4 ying4 de5 fei1 chuan2 tong3 jun1 shi4 xing2 dong4 sil +003956 sil wo3 wen4 gong1 si1 de5 shi4 qing5 zen3 me5 yang4 sp1 ta1 zong3 shi4 hou2 long2 hen2 xiang3 de5 hou2 wo3 sp1 bu2 yao4 fan2 le5 sil +003957 sil cong2 wai4 guan1 shang4 kan4 sp1 zheng4 chang2 de5 zao3 zi5 sp1 biao3 pi2 xi4 ni4 guang1 hua2 sp1 shao1 wei1 nie1 yi2 xia4 you3 tan2 xing4 sil +003958 sil jing3 fang1 ren4 ding4 sp1 nie4 mou3 ju4 you3 zhong4 da4 xian2 yi2 sil +003959 sil gan3 dao4 de5 cun1 min2 yong4 bian3 dan4 jiang1 xiao3 yang2 lao1 qi3 sp1 zhun3 bei4 lao1 xiao3 fan1 shi2 sp1 ta1 chen2 ru4 le5 shui3 zhong1 sil +003960 sil zhei4 ye3 shi4 ji4 ga3 si1 yi4 dun1 ji2 you2 tian2 fa1 xian4 zhi1 hou4 de5 you4 yi2 ge5 yi4 dun1 ji2 you2 tian2 sil +003961 sil dui4 ni3 shuo1 yi4 bai3 bian4 wo3 ai4 ni3 sil +003962 sil yan3 huai4 ren5 yan3 de5 zui4 hao3 la5 sil +003963 sil wu2 mou3 shuo1 sp1 shen1 wei2 yang2 zi3 sp1 ta1 ming2 xian2 gan3 jue2 dao4 yang3 fu4 mu3 pian1 tan2 you3 xue4 yuan2 guan1 xi5 de5 ren2 sil +003964 sil qing1 gui3 shang4 die1 die5 dao3 zai4 di4 shang5 sil +003965 sil jin4 ri4 sp1 gou2 yao3 ren2 shi4 jian4 pin2 fa1 sil +003966 sil wei4 zhuan4 nai2 fen3 qian2 xian3 ran2 bu2 shi4 sil +003967 sil kong1 qi4 zhong1 piao1 zhe5 yi4 gu3 suan1 chou4 wei4 sil +003968 sil chun1 jie2 qian2 bu4 hao3 zhao1 gong1 sp1 shi4 chi1 jie1 duan4 sp1 wo2 dei3 qu4 duan1 pan2 zi5 la5 sil +003969 sil bai4 zhe3 bu4 nei3 sp1 shi1 li4 de5 mai4 kai3 en1 he2 he4 ka2 bi3 sp1 bing4 bu4 ju3 sang4 sil +003970 sil ju4 xi1 sp1 jing3 fang1 zan4 wei4 neng2 wan2 quan2 que4 ding4 zhuan1 kuai4 de5 zhui4 xia4 wei4 zhi5 sp1 zan4 wei4 you3 ren2 bei4 bu3 sil +003971 sil wan3 shang5 sp1 fu4 qin1 wu2 da4 yun2 shu3 luo4 ta1 sil +003972 sil jian4 yu2 zhe4 zhong3 xiang2 fa3 sp1 wo3 men5 yuan4 yi4 zai4 zhong1 guo2 zuo4 zong3 dai4 li3 sil +003973 sil ca1 wan2 zhi1 hou4 sp1 mao2 jin1 ye3 shi4 sui2 shou3 yi4 reng1 sil +003974 sil wai4 jie4 ren4 wei2 sp1 zhong1 guo2 bi4 ding4 wei4 ci2 gan3 dao4 xing1 fen4 he2 yu2 yue4 sil +003975 sil suo2 jing3 feng1 shui3 sp1 ji1 hu1 yao4 shen2 me5 you3 shen2 me5 sil +003976 sil hai2 gan2 tao3 jia4 huan2 jia4 sp1 ni2 yi3 jing1 liang3 tian1 mei2 jiao1 zuo4 ye4 la5 sp1 jiao4 jia1 zhang3 sil +003977 sil bie2 ji2 bie2 ji2 sp1 deng2 wo3 chuan1 yue4 hui2 qu4 bang1 ni3 kan4 kan5 ha1 sil +003978 sil wo3 yi4 zhi2 ren4 wei2 wo3 ge1 ge5 shi4 yuan1 wang4 de5 sp1 ken3 ding4 shi4 bei4 ren2 bi1 de5 sil +003979 sil ta1 zhi3 zhe5 wu2 bai2 mi3 kai1 wai4 de5 yi2 chu4 fang2 wu1 gao4 su5 ji4 zhe3 sp1 nar4 r shi4 ta1 de5 jia1 sil +003980 sil ran2 er2 sp1 qian2 tian1 wan3 shang4 ba4 ba5 shuang3 yue1 la5 sil +003981 sil mei2 you3 qiang2 jian4 de5 ti3 po4 sp1 yi2 qie4 dou1 jiang1 hua4 wei2 wu1 you3 sil +003982 sil zhi2 dao4 zhe4 shi2 sp1 wu2 tan2 gan3 jue2 che1 liang4 dian1 bo3 shi2 zai4 you2 dian3 da4 le5 sil +003983 sil wei2 you3 shi4 jie4 yu3 lian2 sp1 yi2 fu4 sp1 lin3 ran2 zheng4 qi4 de5 yang4 zi5 sp1 zhe4 hen3 xu1 wei3 sp1 he2 bu2 fu4 ze2 ren4 sil +003984 sil ning2 da4 nian2 sp1 yi1 ran2 zai4 qi4 che1 xiu1 li2 chang3 fu4 ze2 wei2 xiu1 he2 pei2 xun4 sil +003985 sil bei4 ren2 chuo1 zhe5 ji2 liang2 gu3 sp1 huo2 zhe5 ye3 nan2 shou4 sp1 bu2 shi4 wo3 zuan1 niu2 jiao3 jian1 sil +003986 sil da4 bai2 tian1 de5 sp1 ni2 ba3 zi4 ji3 yi1 ku4 cang2 na3 le5 ya5 sil +003987 sil shen3 pan4 zhang3 sui2 hou4 qiao1 xiang2 fa3 chui2 sp1 ting2 shen3 kai1 shi3 sil +003988 sil shuo1 zhe5 sp1 qiang3 le5 shang4 di4 de5 huo2 gan4 sp1 zi4 pi1 yi4 dao1 sp1 li2 ruo4 lan2 er2 qu4 sil +003989 sil gui3 zi5 jiang1 yuan2 lai2 de5 cun1 zhuang1 yi2 lv4 shao1 guang1 sil +003990 sil bu2 guo4 xiao2 mei3 zui4 zhong1 hai2 shi4 duo4 tai1 le5 sil +003991 sil mu4 ban3 qing1 wa3 sp1 diao4 jiao3 sp1 ji2 wu1 qian2 wu1 hou4 sp1 ma3 de5 lao3 gao1 de5 chai2 duo4 sp1 jiu4 shi4 sang1 zhi2 ren2 shi4 xi2 de5 min2 ju1 sil +003992 sil zhe4 du3 qiang2 shi4 zang4 zu2 gu1 niang5 yong3 ji2 cai2 ren2 chang2 mian2 de5 di4 fang5 sil +003993 sil guo1 jian4 yi4 xin1 xiang3 sp1 mo4 bu2 shi4 fu4 zi2 lia2 chao3 jia4 sp1 di4 di5 you4 chu1 qu5 he1 men4 jiu3 le5 sil +003994 sil pan1 ji1 wen2 qiang2 diao4 shuo1 sp1 ren2 kou3 de5 zeng1 zhang2 shi3 que1 shui3 qing2 kuang4 ri4 yi4 e4 hua4 sp1 qi4 hou4 bian4 hua4 ye3 shi4 ru2 ci3 sil +003995 sil an2 dei2 zhao3 lin2 zhan4 sp1 gei3 lin2 zhan4 shuo1 hao3 sp1 dao4 shi2 jian1 ren2 jia1 qu4 sil +003996 sil shua1 ya2 xi2 lian3 hou4 sp1 ta1 kai1 shi3 sheng1 huo2 chao3 cai4 sil +003997 sil zhe4 ge5 dou3 qiao4 xia2 zhai3 de5 he2 bian1 hu4 po1 sp1 shi4 lao3 xu2 mei3 tian1 hui2 jia1 jin4 chu1 de5 wei2 yi1 chu1 lu4 sil +003998 sil hun1 jie4 gong1 si1 sp1 da3 chu1 de5 zheng1 hun1 zhao1 pai2 sil +003999 sil wo2 ku3 xin1 jing1 ying2 duo1 nian2 de5 qi3 ye4 hui3 yu2 yi2 dan4 sp1 shui2 lai2 pei2 chang2 wo3 men5 de5 sun3 shi1 sil +004000 sil wen2 yong3 quan2 lv4 shi1 hai2 ren4 wei2 sp1 ying4 chuang2 dao3 zhi4 zheng1 zhi5 yi4 shuo1 sp1 ye3 bu4 cheng2 li4 sil +004001 sil shu4 yue4 qian2 sp1 tang1 miao3 he2 zhou1 su1 hong2 ban4 li3 le5 li2 hun1 shou3 xu4 sil +004002 sil o5 sp1 zhe4 zhen1 ba2 wo3 wen4 zhu4 le5 sp1 ni3 xi1 wang4 wo3 shang4 wang3 sou1 suo3 da2 an4 ma5 sil +004003 sil lao3 po2 guo4 qu5 an1 wei4 sp1 shuo1 sp1 bie2 ku1 le5 sp1 zhe4 you3 shen2 me5 teng2 de5 sil +004004 sil bu4 lan2 ni2 si1 hao2 bu4 gai3 hao2 fang4 zuo4 feng1 sp1 yi4 tou2 luan4 fa4 xian3 de5 po1 wei2 la1 ta5 sil +004005 sil bing1 yi4 bing1 ni3 de5 nao3 dai4 sp1 zong2 you3 yi4 kuan3 qin4 shuang3 shi4 he2 ni3 sil +004006 sil xiao3 xie4 er3 bo2 hao4 qi2 de5 pa2 shang4 tiao4 ma3 sp1 shuai1 xia4 lai2 sp1 pa2 shang4 qu4 sp1 you4 shuai1 le5 xia4 lai2 sil +004007 sil ta1 yao4 xia4 shan1 jiu4 dei3 yong4 shou3 pao2 xue3 sil +004008 sil tiao4 zao5 hua4 shi2 hen2 han3 jian4 sil +004009 sil mu4 ling2 he2 shang4 de5 pai2 wu1 gou1 sil +004010 sil bi3 shi2 sp1 wang2 xi3 feng1 guan1 yun4 heng1 tong1 sp1 xiang4 mu4 tou2 zi1 dang1 nian2 sheng1 ren4 kai1 feng1 shi4 shi4 zhang3 zhu4 li3 sil +004011 sil he2 de2 yun4 shuo1 sp1 zhe4 dou1 shi4 yun4 qi4 lian4 gong1 de5 yuan2 gu4 sil +004012 sil mo4 li3 sen1 mai3 le5 yi4 shuang1 xin1 xie2 que4 bu4 chuan1 sil +004013 sil qi2 cao2 zhe3 shi4 xiang1 ji4 wei3 shu1 ji4 huang2 shu1 qun2 sil +004014 sil fu1 qi1 lia3 gei2 xiao3 long2 zi2 qi3 ming2 sp1 wang2 zhou1 lin2 sil +004015 sil jie1 zhe5 you4 gai2 mai3 huang2 jin1 ji1 jin1 gu3 piao4 deng3 sil +004016 sil wang2 ying2 yong4 jin4 kong4 zhi4 zi4 ji3 de5 xiao4 sp1 you4 gan1 ke2 liang3 sheng1 sil +004017 sil zhe4 ge5 yi2 lu4 shang4 bao4 dao4 hui4 feng1 yin2 hang2 gao1 ceng2 nar4 r sil +004018 sil you3 shi2 hou4 sp1 wo3 zuo4 meng4 dou1 xiang3 tou2 ben4 ta1 sil +004019 sil er2 shou2 zhi3 jia2 ye3 yi2 pian4 yi2 pian4 de5 pi1 diao4 sp1 zai4 zhang3 chu1 lai5 sil +004020 sil ru2 pin3 xin1 guo2 biao1 fu3 yi1 chu1 tai2 sp1 bian4 yin3 fa1 le5 zheng1 yi4 sil +004021 sil jian4 yi4 shi4 min2 gou4 mai2 gou3 rou4 shi2 sp1 jin4 liang4 mai3 dai4 pi2 gou3 rou4 sil +004022 sil jin1 shan1 wang3 luo4 jin3 ji2 tui1 chu1 xiang1 guan1 bu3 ding1 sil +004023 sil xin1 niang2 si1 di4 fen1 ni1 bai2 fu1 jin1 fa4 sil +004024 sil lao3 jiang4 tan2 zong1 liang4 de5 zhuang4 tai5 ru2 he2 sil +004025 sil ping2 shi2 ang2 gui4 sp1 yi2 fang4 kai1 sp1 bi4 ran2 cheng2 zhe4 yang5 sil +004026 sil gou4 wu4 guang2 chang3 zhi3 yun2 xu3 ren2 chu1 lai5 sp1 bu4 yun2 xu3 ren4 he5 ren2 jin4 ru4 sil +004027 sil shuo1 zhe5 sp1 xian3 lu4 yi2 ge4 bao4 wei1 er3 shi4 de5 wei1 xiao4 sp1 wen4 sp1 shui2 lai2 xie3 ne5 sil +004028 sil zhen1 shi4 ye4 jie4 liang2 xin1 a5 sil +004029 sil wai4 mian4 mei2 le5 dong4 jing5 sp1 xue1 shi1 fu5 tang3 zai4 chuang2 shang4 sp1 zhan2 zhuan2 fan3 ce4 sil +004030 sil shi4 gu4 hou4 sp1 guang3 zhou1 ta3 guan2 li3 fang1 ji2 yu3 bei4 kun4 you2 ke4 tui4 piao4 bing4 ti2 gong1 wan3 can1 sil +004031 sil yi4 zhi1 yang2 liang3 zhi1 yang2 sil +004032 sil zai4 zhe4 pian4 shu4 yin1 xia4 sp1 da4 shu1 zong3 suan4 ke2 yi2 duo3 kai1 lie4 ri4 sp1 shao1 wei1 xiu1 xi5 huir4 r sil +004033 sil da3 tou2 zhen4 zou3 shang4 tai2 de5 sp1 shi4 wei5 chuan1 hong2 mian2 ao3 de5 a1 yi2 sil +004034 sil qi2 zhong1 sp1 dong4 wu4 ming2 xing1 qi3 e2 he2 bei3 ji2 xiong2 zui4 wei2 re2 yan3 sil +004035 sil dang1 shi2 wang1 nv3 shi4 man2 kou3 da1 ying4 sil +004036 sil dan4 dui4 tong1 ji4 zhen4 er2 yan2 sp1 jia1 sheng1 fan4 tun1 bu2 xia4 qu4 le5 sil +004037 sil wo3 huo4 de2 le5 xiao3 shuai1 shuai1 ren2 xun1 zhang1 yi4 mei2 sp1 ni3 neng2 gao4 su4 wo3 zhe4 shi4 wei4 shen2 me5 mie1 sil +004038 sil chen2 mou3 jing4 kai1 shi3 dong4 shou3 dong4 jiao3 sp1 bing4 la1 shang4 chuang1 lian2 sp1 jiang1 fu4 mou3 en4 dao3 yu4 xing2 bu4 gui3 sil +004039 sil cheng2 xian4 zai4 da4 jia1 mian4 qian2 de5 hong2 run4 yu3 rong2 bei4 sp1 he2 jiu3 dian4 qin3 ju4 sp1 feng1 ge2 ge4 you3 te4 se4 sil +004040 sil cai3 yong4 guo2 jia1 ti3 yu4 zong3 ju2 zui4 xin1 ban1 bu4 de5 sp1 wu2 da3 san2 da3 jing4 sai4 gui1 ze2 sil +004041 sil zhe4 ru2 tong2 yi2 kuai4 gan1 mao2 jin1 sp1 wu2 lun4 shi3 duo1 da4 jin4 sp1 dou1 ning3 bu4 chu1 shui3 lai2 sil +004042 sil bu4 shao3 wang2 you2 chuai3 ce4 sp1 wang2 tao1 ke3 neng2 jiu4 shi4 zai4 dang4 tian1 qiu2 hun1 sp1 fen1 fen1 song4 shang4 zhu4 fu2 sil +004043 sil liang2 zhen4 ying1 yi2 du4 gan3 chu4 luo4 lei4 sp1 yong4 hei1 se4 shou3 jin1 ca1 shi4 sil +004044 sil mu4 qian2 qiao2 di4 yin1 bao4 jia2 jing3 zao1 dao4 dai4 bu3 sil +004045 sil zhe4 bi3 qian2 dui4 wo3 er2 yan2 tai4 zhong4 yao4 le5 sp1 neng2 ba2 wo3 jia1 de5 zhai4 gei3 huan2 le5 ya5 sil +004046 sil er2 qie3 bai1 kai1 zhi1 hou4 sp1 li3 wai4 yan2 se5 cha1 bie2 jiao4 da4 sil +004047 sil ci3 wai4 sp1 gong1 si1 xian4 jin1 dian4 nao2 deng2 you3 jia4 zhi5 cai2 wu4 sp1 bei4 xi3 jie2 yi4 kong1 sil +004048 sil yao3 yi4 kou3 sp1 fa1 xian4 li3 mian4 you3 dou4 sha1 xian4 sp1 hen3 jing1 ya4 de5 gao4 su5 wo3 men2 sil +004049 sil er2 min2 jing3 sp1 yi3 jing1 yu1 hui2 dao4 le5 fu4 nv3 de5 zuo3 bian1 sil +004050 sil jia3 jia4 shi3 zheng4 sp1 zi4 ti3 guang1 hua2 sp1 mei2 you3 ao1 tu1 gan3 sil +004051 sil you4 dao4 yi4 nian2 yue4 yuan2 shi2 sp1 jin1 tian1 sp1 ta1 men5 yi1 ran2 mei2 neng2 hui2 jia1 he2 lao3 ren2 tuan2 yuan2 sil +004052 sil li3 ao2 biao3 shi4 sp1 bu4 xi1 han4 dui4 fang1 dao4 qian4 sp1 dan4 yao1 qiu2 yu3 dui4 fang1 bian4 lun4 sil +004053 sil er2 ru2 guo3 ming2 que4 biao3 shi4 sp1 wei4 tai2 wan1 chu1 bing1 sp1 ze2 ke3 neng2 hui4 song2 yong3 tai2 du2 sil +004054 sil zhuan2 yan3 jian1 sp1 yi4 che1 jing4 zheng4 liu4 qi1 bai3 yuan2 sil +004055 sil mei3 tian1 yong4 xin1 zuo4 fu3 shi2 gei3 ta1 chi1 sil +004056 sil wei4 le5 bi4 kai1 peng2 you5 sp1 dong2 hai3 tang2 rang4 wang2 nv3 shi4 xian1 chu1 qu5 liu4 gou3 sil +004057 sil dan4 wo3 geng4 xiang3 duo1 ting1 ting5 wang2 you3 de5 yi4 jian4 sil +004058 sil hen3 nan2 shuo1 zhei4 yi4 dian3 ju4 you2 feng3 ci4 yi4 wei4 sil +004059 sil mu4 qian2 sp1 quan2 guo2 yin1 han4 yin2 shui3 kun4 nan5 ren2 shu4 sp1 yi3 da2 liang3 qian1 ling2 si4 shi5 san1 wan4 ren5 sil +004060 sil da4 suan4 jiao1 yi4 qu1 nei4 sp1 shao3 le5 wang3 ri4 de5 re4 nao4 fan2 mang2 sil +004061 sil jing1 guo4 wu2 shu4 ci4 mai2 jia2 yi3 hou4 sp1 ta1 zhong1 cheng2 shi2 jia3 da2 jia3 fang1 mian4 de5 hong2 ru2 sil +004062 sil da4 jia1 ca1 liang4 yan3 jing5 sp1 tao1 gan1 jing4 er3 duo5 sil +004063 sil shen2 me5 shi2 hou4 jie2 hun1 a5 sil +004064 sil me1 me1 sp1 wo2 ye3 ai4 ni3 sil +004065 sil dui4 yu2 zhuang4 yuan2 gui4 guan1 sp1 geng3 yuan2 sheng1 shuo1 sp1 er2 zi5 hai2 shi4 you2 dian3 ji1 dong4 he2 xing1 fen4 sil +004066 sil wen1 zhou1 ren2 mei3 nian2 sao3 mu4 shi2 sp1 dou1 yao4 chong2 xin1 shua1 bai2 fen2 qiang2 sp1 shao1 jin4 zhou1 wei2 de5 fen2 cao3 sil +004067 sil jia1 li3 hai2 you2 liang3 ge5 wa2 wa5 zai4 nian4 shu1 sp1 mei2 you3 ma1 ma5 zhi1 hou4 sp1 ta1 men5 hao2 ke3 lian2 o5 sil +004068 sil zhang1 jian3 zai4 zhu3 cheng2 yi4 xie1 da4 lou2 pan2 dou1 you3 gong1 cheng2 sil +004069 sil yi1 tuo1 gui4 yang2 zun1 yi4 guo2 jia1 ji2 kai1 fa1 qu1 sp1 jia1 kuai4 fa1 zhan3 hang2 tian1 chan3 ye4 sil +004070 sil feng1 shui3 wei4 zhi5 fei1 chang2 hao3 sp1 yin1 er2 ye3 cheng2 wei2 zhuo2 lu4 dian3 de5 bi4 xuan3 zhi1 yi1 sil +004071 sil wen2 xi1 sp1 you2 ren2 ye3 fen1 fen1 rao2 you3 xing4 qu4 de5 mo1 niu2 shen1 sp1 tao3 ge5 hao2 cai3 tou2 sil +004072 sil yang2 mou2 ye3 bei4 guan4 shang4 le5 zui4 wo1 nang5 zhang4 fu5 de5 tou2 xian2 sil +004073 sil hai2 zi5 men5 yong4 dai4 you3 biao2 yan3 xing4 zhi4 de5 yu3 diao4 cheng1 ta1 ma1 ma5 sil +004074 sil sui2 hou4 sp1 ni2 mou3 song2 yong3 zhang1 qian4 sp1 yi4 qi2 ba2 bao3 wu4 mai3 xia4 sp1 zai4 zhuan2 shou3 mai4 diao4 zhuan4 qian2 sil +004075 sil cun1 dao4 ni2 ning4 sp1 qi2 qu1 nan2 xing2 sp1 ji2 yi4 da3 hua2 sil +004076 sil zhao2 huo3 jiao4 che1 sp1 yi3 bei4 shao1 cheng2 kong1 ke2 sil +004077 sil ta1 men5 de5 hua4 yu3 quan2 hen3 chan2 ruo4 sil +004078 sil huo4 che1 you4 ce4 fu4 jia4 shi3 wei4 zhi5 sp1 bei4 zheng2 ti3 zhuang4 bie3 sp1 si1 ji1 xing4 yun4 tao2 guo4 yi4 jie2 sil +004079 sil ta1 yi3 jing1 zhu4 he4 ao4 lang3 de2 sp1 bing4 jiang1 kang2 qi3 bai4 xuan3 ze2 ren4 sil +004080 sil xia4 wu3 shui4 ge5 wu3 jiao4 sp1 wan3 shang4 chi1 wan2 fan4 kan4 huir4 r dian4 shi4 sp1 yi4 tian1 jiu4 guo4 qu5 le5 sil +004081 sil heng1 gu3 kao4 jin4 ba1 ji1 si1 tan3 yu3 a1 fu4 han4 de5 bian1 jie4 sp1 wu3 zhuang1 fen4 zi3 huo2 dong4 pin2 fan2 sil +004082 sil zuo2 tian1 sp1 an3 jia1 hai2 mai3 le5 sil +004083 sil tu1 ran2 bei4 ji4 zhe3 wei2 du3 sp1 hu4 er2 xin1 qie4 de5 jiang1 wen2 yong4 shou3 tui1 sang3 jing4 tou2 sil +004084 sil ta1 zao3 nian2 dang1 guo4 yao1 yao1 si4 de5 hua4 wu4 yuan2 sp1 hou4 lai2 zi4 cheng1 xia4 hai3 jing1 shang1 sil +004085 sil la1 bi3 ye1 hou4 hui3 ting1 cong2 le5 zhei4 yang4 de5 jian4 yi4 sil +004086 sil lin2 yu3 xiang2 you4 hen4 zi4 ji3 sp1 mei2 you3 luo2 mi4 ou1 yu3 shen2 xian1 de5 jiao1 qing2 sp1 jie4 bu2 dao4 nuan3 de5 qing1 yi4 sil +004087 sil dan4 chen2 xia2 cui1 zhe5 bao4 jing3 sp1 jin1 tie3 jun1 que4 duo2 duo3 shan2 shan3 sil +004088 sil ya1 jie4 bei4 gao4 ren2 de5 sp1 bu4 jin2 you3 fa2 jing3 sp1 tong2 shi2 hai2 you3 wu2 jing3 sil +004089 sil zhu3 yao4 wei2 de5 shi4 ceng4 fan4 sil +004090 sil hou4 lai2 wo3 bei4 xuan3 wei2 ga1 cha2 zhe4 ge5 cun1 de5 cun1 zhang3 sil +004091 sil tai4 huai4 le5 sp1 da1 ying4 wo3 bu2 yao4 jie2 ping2 hao3 fa2 sil +004092 sil bu4 guan2 za3 wen4 sp1 jiu4 shi4 bu4 fa2 ni3 le5 sil +004093 sil wei4 le5 bi4 mian3 ma2 fan5 he2 zheng1 yi4 sp1 xu3 duo1 ren2 ning4 yuan4 shi3 yong4 si1 jia1 che1 sil +004094 sil yao4 shi4 yong4 da4 beng4 de5 hua4 sp1 er4 san1 shi5 fen1 zhong1 jiu4 ba2 shui3 chou1 gan1 le5 sil +004095 sil zhong4 dian3 xian4 yang3 qu1 nei4 sp1 jin4 zhi3 ge4 ren2 si4 yang3 sp1 lie4 xing4 quan3 sp1 da4 xing2 quan3 sil +004096 sil zhe4 ge5 ge1 da5 ya1 de5 wo2 chuan3 bu2 guo4 qi4 lai2 sil +004097 sil shu1 yue4 long2 biao3 shi4 sp1 yi4 miao2 sheng1 chan3 yi3 jing1 you3 le5 zui4 xin1 de5 jin4 zhan3 sil +004098 sil yin1 wei4 yu2 you2 yong2 hao3 lei4 sp1 chu1 le5 hen3 duo1 de5 han4 sp1 dou4 ni3 de5 la5 sil +004099 sil chen2 mou3 da4 nu4 sp1 cheng1 da4 bu5 liao3 yu2 si2 wang3 po4 sp1 ran2 hou4 er4 ren2 kai1 shi3 zheng1 chao2 qi3 lai2 sil +004100 sil zai4 san1 niang2 chen2 shu1 zhang1 yan2 li3 sp1 yuan2 yuan5 dong3 shi4 zui3 tian2 cong1 ming5 sp1 jian4 ren2 jiu4 hui4 han3 sil +004101 sil guo4 ji3 tian1 wei1 bo2 geng1 xin1 jiu4 hui4 hui1 fu4 de5 sil +004102 sil chuai4 men2 sp1 hai2 tong1 guo4 fang2 dao4 chuang1 ci4 sp1 tai4 ke3 pa4 le5 sil +004103 sil ta1 zi4 chao2 shi4 fang2 nu2 sp1 dan4 ye3 tong4 bing4 kuai4 le4 sil +004104 sil ling4 wai4 sp1 zhang4 fu5 hai2 bi4 xu1 yao4 ba3 pei2 jia4 jia4 zhuang5 sp1 quan2 bu4 song4 hui2 niang2 jia1 sil +004105 sil zai4 yuan3 chu4 yi1 xi1 ke3 jian4 de5 sha1 mo4 zhi2 wu4 ying4 chen4 xia4 sp1 zheng3 ge5 qiu2 chang3 xian3 de5 lv4 yi4 ang4 ran2 sil +004106 sil zhong4 shi4 nei4 mao4 ji1 chu2 li3 lun4 yan2 jiu1 sil +004107 sil zai4 guan1 yu2 da4 gui1 mo2 sha1 shang1 xing4 wu3 qi4 de5 wen4 ti2 shang4 sp1 zhong1 dong1 ge4 guo2 ge4 huai2 xin1 shi4 sil +004108 sil yi2 lu4 shang4 sp1 sun1 ying3 hao4 yong4 zi4 ji3 de5 fang1 shi4 gu2 wu3 zhe5 dui4 yuan2 sp1 qi2 shi2 ta1 de5 xin1 li3 ye2 tan3 te4 bu4 an1 sil +004109 sil xie2 san3 wen2 de5 ren2 zui4 duo1 sp1 ren2 xin1 que4 xiang4 ta1 men5 de5 wen2 zhang1 yi2 yang4 san3 sp1 nao4 ye3 xian2 bu4 chu1 qi4 shi4 sil +004110 sil ao4 yun4 hui4 zhi1 qian2 you3 shui2 ting1 shuo1 guo4 cai4 ya4 lin2 de5 ming2 zi4 sil +004111 sil zai4 qing1 dao3 bu4 fen5 ru2 qi3 sp1 yin1 jian3 ce4 yan2 ge2 er2 ting2 chan3 sil +004112 sil ling4 ji4 hua4 sp1 wang2 hu4 ning2 sp1 dai4 bing3 guo2 deng3 can1 jia1 huo2 dong4 sil +004113 sil chu1 ru4 you3 che1 dai4 bu4 sp1 che1 xing2 zi4 xuan3 sp1 hai2 you3 bao2 ma3 o5 sil +004114 sil ti1 zu2 qiu2 dang1 ran2 hui4 la5 sil +004115 sil guo4 qu4 wu3 nian2 shi2 jian1 li3 sp1 ya2 hu2 gu3 piao4 jia4 ge2 yi3 suo1 shui3 yi2 ban4 sil +004116 sil si4 hu1 zhang4 wei4 da3 sp1 zi4 ji2 yi3 bei4 ju4 da4 de5 xin1 li3 ya1 li4 da2 kua3 sil +004117 sil can2 ji2 qing2 kuang4 sp1 xu1 you3 yi1 yuan4 zheng4 ming2 sp1 qie3 mei2 liang3 nian2 fu4 cha2 yi2 ci4 sil +004118 sil nei4 dan2 ban3 cai2 han4 jie1 sp1 shi4 shui3 xiang1 jia1 gong1 guo4 cheng2 zhong1 sp1 you4 yi2 zhong4 yao4 huan2 jie2 sil +004119 sil wo3 men5 guo4 qu4 de5 ge2 ming4 sp1 qi3 fei1 deng3 yu2 sp1 bai2 gan4 yi4 chang3 sil +004120 sil zhang1 rui4 ping2 cheng1 sp1 yi4 hai1 ceng2 zao1 dao4 wang3 luo4 shui3 jun1 de5 gong1 ji1 sil +004121 sil wo3 mei2 de2 zui4 guo4 ni3 sp1 qing3 bie2 luan4 sao1 rao3 sil +004122 sil qi2 ci4 sp1 jin4 xiang4 shui4 e2 di3 kou4 de5 yao4 jian4 xing2 shi4 sp1 yao1 qiu2 cai3 gou4 huan2 jie2 zuo4 hao3 tiao2 zheng3 ying4 dui4 sil +004123 sil hai2 zi5 de5 lian2 can3 bai2 sp1 zhe1 teng5 huai4 le5 sil +004124 sil dao3 zhi4 hang2 ban1 yan2 wu4 sp1 yi4 bai3 si4 shi5 ba1 ge4 sp1 zhi4 liu2 lv3 ke4 jin4 wan4 ren2 sil +004125 sil zi1 yuan2 xing4 chan2 pin3 jia4 ge2 gai3 ge2 sp1 wen2 tuo2 you3 xu4 tui1 jin4 sil +004126 sil shen4 zhi4 jun1 zheng4 fu3 sp1 zi4 yuan4 jiao1 quan2 yu2 min2 xuan3 zheng4 fu3 sp1 ye3 shi4 zhe4 zhong3 xin4 nian4 de5 chan3 wu4 sil +004127 sil zuo3 li4 rong2 ting1 dao4 wang1 sha1 yi4 fan1 kai1 dao3 hou4 sp1 xiao4 de5 he2 bu4 long2 zui3 sil +004128 sil xuan3 ze2 xing4 jie1 gui3 zhi3 neng2 pian4 pian5 zi4 ji3 sil +004129 sil zhe4 ge5 tu2 shu1 shen2 tou1 ceng2 shi4 xie2 shou3 sil +004130 sil wan2 xi2 you3 tao2 li2 xian4 chang3 sil +004131 sil ju4 shuo1 ci3 man4 bei4 jing2 hen3 ying4 sil +004132 sil rang4 ren2 zhuo2 shi2 wei4 zhi1 chuai3 ce4 sil +004133 sil mei3 jie2 wen4 sp1 ni3 ne5 sil +004134 sil tang2 ren2 li4 she4 ying2 zhan2 hai3 bao4 sil +004135 sil cun1 min2 yuan4 zhong1 de5 da4 ku1 long5 sil +004136 sil yi4 dianr3 r yi4 yi4 ye3 mei2 you3 sil +004137 sil xian2 yi2 ren2 jiang2 yu3 luo4 wang3 sil +004138 sil guai2 dian3 jiu4 zai4 zhe4 wu3 nian2 sil +004139 sil bu2 yao4 ma5 sp1 bie2 gan2 zou2 wo3 sil +004140 sil wei2 qiang2 zha4 lan5 xiu4 ji4 ban1 ban1 sil +004141 sil bu4 fu2 yao2 wo3 a5 sil +004142 sil li4 run4 ke3 guan1 jing4 zheng1 ye2 hen3 ji1 lie4 sil +004143 sil wu2 jing3 zhan4 shi5 bang1 mang2 sao2 xue3 sil +004144 sil na4 zhen1 shi4 tai4 hao3 le5 ye5 sil +004145 sil shou3 xian1 sp1 yin1 fen1 hua4 wa2 jie3 sil +004146 sil bao2 ta3 zhen4 he2 yao1 sil +004147 sil zen3 me5 hui4 yun1 ne5 sil +004148 sil wai4 sun1 nv3 zhi2 niu4 zhe5 bu4 zou3 pian1 yao4 wan2 sil +004149 sil wei4 shen2 me5 yao4 wen4 wei4 shen2 me5 sil +004150 sil tiao2 qing2 shi4 shen2 me5 dong1 dong1 ya5 sil +004151 sil tui4 yi2 bu4 hai3 kuo4 tian1 kong1 sil +004152 sil ta1 jiu4 jiu5 san1 shi2 duo1 sui4 sp1 jia1 zhong1 ye2 you2 xiao3 hai2 sil +004153 sil ka1 cha1 sp1 yi2 kuai4 xuan2 chui2 de5 lou2 ban3 diao4 xia4 lai5 sp1 za2 zai4 pang2 bian1 sp1 guan1 bing1 men5 de5 xin1 sp1 yi2 xia4 ti2 dao4 sang3 zi5 yan3 sil +004154 sil tui1 jin4 guo2 you3 lin2 qu1 he2 nong2 ken2 ti3 zhi4 gai3 ge2 sil +004155 sil er2 zhe4 ze2 yao2 chen2 qian1 zhe5 xiao3 mao2 lv2 de5 guang3 gao4 sp1 ye3 wei4 gan3 ji2 kuai4 su4 ti2 gao1 le5 zhi1 ming2 du4 sil +004156 sil hu4 shi5 shuo1 sp1 zhang1 ye2 ye5 zui4 xi3 huan1 zuo4 de5 shi4 sp1 jiu4 shi4 bai3 nong4 ta1 de5 la1 lian4 sil +004157 sil kan4 zhe5 shou1 yi4 lv4 ceng1 ceng1 wang3 xia4 die1 sp1 dan4 xiang3 na2 quan4 de5 sp1 bu4 yi2 ding4 neng2 mai3 dao4 sil +004158 sil tao2 bao3 gong1 zuo4 ren2 yuan2 cheng1 sp1 zeng4 pin3 ken3 ding4 shi4 mian3 fei4 de5 sil +004159 sil lin2 mu3 yi4 ting1 sp1 gao1 xing4 de5 xian3 xie1 wang4 le5 yao4 qu4 cuo1 ma2 jiang4 sil +004160 sil wan3 shang4 zai4 chu1 men2 sp1 ye2 xu3 hui4 liang2 kuai4 xie1 sil +004161 sil ci3 an4 hong1 dong4 quan2 guo2 sp1 gong1 an1 bu4 gua4 pai2 du1 ban4 sil +004162 sil yi4 zhi1 xue3 bai2 er2 miao2 tiao2 de5 quan2 xin1 shi3 lai2 ke4 sp1 chu1 xian4 zai4 ren2 men5 mian4 qian2 sil +004163 sil ta1 ke3 wang4 zou3 chu1 qu4 sp1 gan3 shou4 yu3 di1 sp1 luo4 zai4 shen1 shang4 de5 gan3 jue2 sil +004164 sil wai4 jie4 yu4 qi1 sp1 mang2 ren2 men2 qiu2 shi4 ben3 jie4 can2 ao4 hui4 zhong1 guo2 dui4 de5 yi2 ge4 duo2 pai2 liang4 dian3 sil +004165 sil yi4 zhang1 luo4 mo4 de5 lian3 xiao1 rong2 zai4 xi1 yang2 li3 sil +004166 sil tian1 liang4 le5 sp1 zheng3 ge5 yi4 xiu3 sp1 nao3 zi5 dou1 shi4 luan4 zao1 zao1 de5 sil +004167 sil ying4 cai3 er2 biao3 shi4 sp1 zhe4 yi4 tian1 ju3 xing2 hun1 li3 hen2 you3 yi4 yi5 sil +004168 sil hai2 you3 jiu4 shi4 huan4 shui3 sp1 shang4 pen2 zhi1 hou4 sp1 yao4 ding4 qi1 huan4 pen2 li3 de5 shui3 sil +004169 sil xin4 yang2 shi4 fu4 you4 bao3 jian4 yuan4 sp1 yuan2 lai2 zhi2 you3 yi4 liang3 ge5 ren2 zai4 nar4 r guan2 li3 sil +004170 sil xin1 wen2 jie4 ye3 pi1 ping2 zai4 chang3 de5 ren2 jian4 si3 bu2 jiu4 sil +004171 sil you4 gao3 tu1 ran2 xi2 ji1 sp1 wan2 le5 wan2 le5 sp1 si3 ding4 le5 sil +004172 sil xia4 xue2 luan2 dui4 ci2 biao3 shi4 zan4 tong2 sil +004173 sil gai1 tai2 fu4 yun2 nan2 de5 ke1 pu3 bu4 zhu3 ren4 zhang1 yang2 biao3 shi4 sp1 xi1 wang4 guan1 ce4 gong1 zuo4 yi2 qie4 shun4 li4 sil +004174 sil bu2 xing4 de5 shi4 sp1 zhe4 qi1 jian1 sp1 li3 xiao2 geng3 bei4 wen2 chong2 ding1 yao3 sp1 shen1 shang4 qi2 zhong3 ban1 sil +004175 sil zhu1 rong2 ji1 yan2 yu2 lv4 ji3 sp1 ju3 shi4 jie1 zhi1 sil +004176 sil yi4 ming2 nan2 zi3 zuo4 zai4 yi4 kun2 kun2 bai3 yuan2 da4 chao1 shang4 sp1 bai3 nong4 zhe5 yan3 qian2 de5 qian2 zhuan1 sil +004177 sil zuo2 ri4 shang4 wu3 sp1 er4 ren2 yin1 guai3 mai4 er2 tong2 zui4 fen1 bie2 huo4 xing2 sil +004178 sil xiao2 nv3 hair2 r yi3 jing1 can3 bu4 ren2 du3 sp1 wei2 guan1 qun2 zhong4 bu4 jin1 sp1 ai1 tan4 dao4 sp1 tai4 can3 le5 sp1 tai4 can3 le5 sil +004179 sil xue2 sheng5 xiao3 jie2 ting1 le5 sun1 mou3 de5 hua4 sp1 kai1 shi3 zhuo2 mo2 yong4 ci2 fa3 zhuan4 qian2 sil +004180 sil ba4 ba5 jian4 le5 shuo1 sp1 bie2 zhe4 me5 gui3 tou2 gui2 nao3 de5 sp1 you3 hua4 da4 sheng1 shuo1 sil +004181 sil gai1 gu3 de5 wang3 shang4 zhong4 qian1 lv4 sp1 wei2 bai3 fen1 zhi1 er4 dian3 yi1 er4 wu3 yi1 sil +004182 sil ni3 xian2 qi4 wo3 na2 li3 bu4 hao3 sp1 wo2 gai3 hai2 bu4 xing2 ma5 sil +004183 sil da4 jie1 xiao3 xiang4 piao1 qi3 hong2 chou2 dai4 sp1 jia1 jia1 wu1 yan2 xia4 gua4 qi3 yi2 chuan4 chuan5 hong2 deng1 long5 sil +004184 sil ta1 zhou1 bian1 de5 peng2 you5 ye3 shuo1 sp1 ta1 zhe4 shi4 de4 se5 guan4 le5 sil +004185 sil liang3 da4 xu1 qiu2 de5 tui2 shi4 sp1 ye2 yu3 zheng4 ce4 xue1 zi5 chi2 chi2 mei2 you3 luo4 di4 you3 guan1 sil +004186 sil ran2 hou4 hui4 you2 huo4 che1 yun4 song4 dao4 mou3 di4 jin4 xing2 piao2 xi3 sil +004187 sil nan2 guai4 ke4 ting1 qiang2 bi4 shang4 zui4 re2 yan3 de5 shi4 yi2 jian4 mu4 diao1 niu2 sil +004188 sil dang1 ran2 xuan1 chuan2 zhuang4 yuan5 bu4 neng2 kua1 da4 sp1 geng4 bu4 neng2 sp1 wu2 zhong1 sheng1 you3 sil +004189 sil xia4 de5 ta1 hu3 qu1 yi2 zhen4 sp1 leng4 le5 hao2 ji2 miao3 cai2 fan3 ying1 guo4 lai2 sil +004190 sil zao2 qi3 de5 shi2 hou4 er2 zi5 cui1 wo3 sp1 ba4 ba5 kuai4 zou3 sp1 shang4 xue2 qu4 sil +004191 sil di4 er4 sp1 zhe4 ge5 ni3 wen4 an3 sp1 ye3 wen4 bu4 chu1 sha2 dong1 xi5 sp1 an2 ye3 bu4 zhi1 dao4 sil +004192 sil fan3 zheng4 nian2 qing1 sp1 wo3 jiu4 wan2 wan5 ma5 sil +004193 sil ta1 zai4 hai3 shang4 deng3 dai4 er4 san1 wu3 er4 ba1 hao4 chuan2 jin4 yi4 zhou1 hou4 fan3 hui2 sil +004194 sil chun1 tian1 wan4 wu4 fu4 su1 sheng1 ji1 ang4 ran2 sp1 shi4 ren2 men5 tiao2 yang3 shen1 xin1 de5 hao3 shi2 ji1 sil +004195 sil mu4 qian2 si4 huan2 lu4 wu3 huan2 lu4 sp1 he2 ji1 chang3 gao1 su4 de5 ao4 yun4 zhuan1 yong4 che1 dao4 sp1 dou1 yi3 shi1 hua4 wan2 bi4 sil +004196 sil xin1 yi4 lun2 de5 zhang3 jia4 chao2 you4 chun2 chun3 yu4 dong4 sil +004197 sil dai4 jun1 bu4 cong2 sp1 wang2 chuang2 deng3 ren2 you4 dui4 qi2 lun2 fan1 gong1 ji1 sil +004198 sil ta1 bian4 hu1 yu4 ma3 sp1 bu2 yao4 zai4 shen1 xian4 bian2 ma3 qing2 jie2 sil +004199 sil ge4 ren2 suo3 de2 shui4 mian3 zheng1 e2 gong4 tiao2 zheng3 guo4 liang3 ci4 sil +004200 sil ta1 shuo1 sp1 jin2 guan3 fa2 jin1 wei1 bu4 zu2 dao4 sp1 ta1 reng2 xi1 wang4 huan2 qing1 zhe4 bi3 zhai4 sil +004201 sil ling4 wai4 yi2 liang4 xue2 tie3 long2 xiang3 yao4 dang3 zhu4 ta1 sp1 bei4 zhuang4 le5 si4 wu3 xia4 sil +004202 sil zhe4 yang5 sp1 zheng4 fu3 guan2 li3 jiu4 yun4 niang4 zhe5 feng1 xian3 sil +004203 sil hai2 di3 lao1 ceng4 wu3 fan4 mei2 cheng2 gong1 sp1 cong2 xuan2 wu3 men2 chu1 lai5 hou4 sp1 wu3 fan4 de5 shi2 jian1 dao4 le5 sil +004204 sil xiang3 ban4 fa3 ti2 gao1 yi2 xia4 gong1 zuo4 xiao4 lv5 ya5 sil +004205 sil su2 hua4 shuo1 sp1 guan1 cai5 li5 shen1 shou2 si3 yao4 qian2 sil +004206 sil xian1 hu2 zhi2 wu4 yuan2 li3 de5 zhi2 wu4 qian1 zi1 bai3 tai4 sp1 xiao3 ping2 tong2 zhi4 kan4 de5 xing4 qu4 ang4 ran2 sil +004207 sil hai2 you3 ren2 shuo1 sp1 san1 kuai4 qian2 ji1 hu1 ke2 yi2 yang3 huo2 yi4 jia1 ren2 sil +004208 sil liang3 nian2 qian2 sp1 zhou1 die1 die5 zai4 che1 peng2 wai4 zi4 zhi4 le5 yi2 ge5 dan1 gang4 sil +004209 sil yu3 zhang4 fu5 gao1 cheng2 gang1 he2 hao2 yi3 hou4 sp1 ze2 kao1 ying1 long2 hua2 mu4 biao1 zhi2 zhi2 hao3 lai2 wu1 sil +004210 sil geng4 zhu3 yao4 shi4 zhao4 lao2 yin3 de5 shuo1 fa3 sp1 xi2 guan4 la5 sp1 chu1 men2 jiu4 shang4 nar4 r liu4 yi5 quan1 sil +004211 sil wan3 shang4 ke2 yi3 he1 dian3 za2 liang2 zhou1 sp1 chi1 dian2 chao3 qing1 cai4 sp1 bian4 yu2 xiao1 hua4 you4 you3 ying2 yang3 sil +004212 sil er2 cong2 ce4 mian4 kan4 shi2 sp1 xiao3 tian1 tian2 sp1 yi2 you3 ming2 xian3 tu1 qi3 de5 xiao3 du4 nan3 sil +004213 sil sui2 hou4 sp1 ji4 zhe3 lai2 dao4 shi2 nian3 pan2 lao2 wu4 shi4 chang3 pang2 de5 zeng1 lu3 cai4 men2 dian4 sil +004214 sil tan2 ji2 bao2 yang3 mi4 jue2 sp1 an1 ya2 shou3 ci4 tou4 lu4 le5 zi4 ji3 de5 lan2 nv3 ren2 gong1 lve4 sil +004215 sil jin1 nian2 ta1 guo4 sheng1 ri4 sp1 dai4 ta1 xuan3 wan2 ju4 sil +004216 sil hou4 lai2 wo3 jia1 mai4 zi5 ge1 wan2 le5 sp1 ta1 jia1 de5 mai4 zi5 sp1 hao3 xiang4 hai2 lin2 le5 yi4 chang2 yu3 sp1 zao1 ta4 le5 sil +004217 sil bao4 yu2 dao3 zhi4 wu2 zhou1 shi4 qu1 duo1 tiao2 zhu3 yao4 jie1 dao4 fa1 sheng1 yan2 zhong4 nei4 lao4 sil +004218 sil yin1 wei4 jia1 dir3 r yin1 shi2 sp1 nian2 qing1 shi2 wo3 shi4 ge5 shao4 ye5 sp1 bu4 guan3 shi4 sp1 geng4 bu5 guan3 qian2 sil +004219 sil jing1 qiang3 jiu4 wu2 xiao4 sp1 xiao3 yang2 tuo2 si3 wang2 sil +004220 sil yi2 wei4 cun1 min2 bei1 zhe5 guan1 cai5 jing1 guo4 sil +004221 sil ta1 tian1 tian1 dao1 dao1 dao1 sp1 wo3 shuo1 fan2 sil +004222 sil an4 zi4 kua1 zi4 ji3 ji4 yi4 li4 qiang2 sp1 liang2 nian2 qian2 ting1 dao4 de5 dong1 xi5 sp1 dao4 jin3 yao4 guan1 tou2 hai2 neng2 qu3 yong4 zi4 ru2 sil +004223 sil yin1 wei4 mei2 shen2 me5 jian4 zhu4 he2 gao1 da4 shu4 mu4 sp1 zheng3 zuo4 chen1 hang2 dao3 ke3 yi4 yan3 kan4 chuan1 sil +004224 sil zhan4 shi4 zai4 yan3 shi4 mie4 huo3 sao4 ba3 sil +004225 sil dui4 yu2 zhu4 yi1 mei3 jun1 shi2 yue4 fen5 zao1 shou4 de5 zhong4 da4 shang1 wang2 sp1 zi1 ba1 li3 shen1 biao3 yi2 han4 sil +004226 sil yin3 jin4 chao1 wei1 dian4 yuan2 sp1 shi3 qin4 yang2 cheng2 wei2 quan2 guo2 zui4 da4 de5 sp1 dong4 li4 dian4 chi2 sheng1 chan3 ji1 di4 sil +004227 sil gai1 ci4 lie4 hu3 cheng2 guo3 sp1 bi3 qian2 yi4 jie1 duan4 you2 suo3 zeng1 jia1 sil +004228 sil shui2 liao4 sp1 duo1 shu4 wang2 you3 bing4 bu4 li2 jie3 ta1 de5 ku3 zhong1 sp1 fan3 er2 cheng1 ta1 wei2 sp1 kou1 men2 ge1 sil +004229 sil he2 wei3 zai4 men2 fang2 zhen2 suo2 li3 jie1 dai4 bing4 ren5 sp1 yang2 yong3 zuo4 zai4 yi4 pang2 bai3 nong4 dian4 nao3 sil +004230 sil you2 yu2 ji1 ji2 gou4 mai3 nei4 rong2 sp1 jing4 xian4 jin1 sp1 di1 yu2 wo3 men5 de5 yu4 qi1 sil +004231 sil san1 xing1 dui1 qing1 tong2 qi4 qun2 gao1 chao1 de5 qing1 tong2 qi4 ye3 lian4 ji4 shu4 ji2 qing1 tong2 wen2 hua4 sp1 shi4 ru2 he2 chan3 sheng1 de5 sil +004232 sil ha1 ha1 sp1 nin2 shuo1 de5 dui4 sp1 wo3 shi4 ting2 sha2 ting3 er4 de5 sil +004233 sil yi2 lu4 shang4 sp1 xia4 yu2 shao3 yan2 gua2 yu3 sp1 chu2 le5 xiang4 si4 chu4 zhang1 wang4 ji3 xia4 sp1 bian4 yi4 zhi2 mai2 tou2 xiang4 qian2 sil +004234 sil ta1 neng2 shuai4 ling3 dui4 you3 shou3 zhu4 ao4 da4 li4 ya4 dui4 de5 feng1 kuang2 jin4 gong1 ma5 sil +004235 sil ta1 shuo1 sp1 chuan1 si1 wa4 biao2 yan3 shi4 yi4 zhong3 yi4 shu4 xing2 shi4 sil +004236 sil zhou1 li4 bo1 zai4 jie2 mu4 zhong1 zuo4 gui2 lian3 sil +004237 sil shen1 gou4 jian3 cheng1 wei2 xing1 ye4 shen1 gou4 sp1 shen1 gou4 dai4 ma3 sp1 wei2 qi1 ba1 ling2 san1 qi1 qi1 sil +004238 sil chu2 ci3 zhi1 wai4 sp1 zai4 chao1 shi4 zhong1 ou2 you3 xiao1 shou4 sil +004239 sil ka3 zha1 fei1 bei4 ning3 de5 heng1 heng1 jiao4 sp1 sun1 nv3 ge1 ge1 de5 xiao4 qi3 lai2 sil +004240 sil qi1 dian2 zuo3 you4 sp1 ling4 wai4 si4 ming2 ren2 yuan2 bei4 dong1 hai3 jiu4 yao1 yao1 er4 jiu4 xia4 sil +004241 sil bing4 mei2 you3 kong2 zi3 de5 bei4 zhui1 peng3 he2 re4 zhong1 du4 gao1 a5 sil +004242 sil ta1 de5 qi2 yi4 zhi1 chu4 sp1 zai4 yu2 yong4 cai3 se4 fen2 bi3 zai4 di4 shang4 zuo4 hua4 sp1 er2 qie3 hua4 sha2 xiang4 sha2 sil +004243 sil lao3 zi4 hao4 dong1 lai2 shun4 sp1 hun2 tun5 hou2 sp1 hu4 guo2 si4 xiao3 chi1 sp1 cha2 tang1 li3 sp1 qi2 ju4 di4 tan2 sil +004244 sil pu3 jing1 wei4 e2 luo2 si1 rou2 dao4 xuan2 shou3 gu2 zhang3 sil +004245 sil min2 jing3 zhi2 hao2 ba3 nan2 zi3 jia4 shang4 jing3 che1 sp1 zai4 dao4 wei4 sheng1 yuan4 xing2 jiu3 sil +004246 sil zhao1 hui4 fu1 ren5 yu3 an1 bei4 jin4 san1 sp1 yi1 jiu3 ba1 qi1 nian2 jie2 hun1 sil +004247 sil mu4 qian2 sp1 wang2 yong3 yi3 jing1 bei4 mei3 guo2 man4 ha1 dun4 qu1 jian3 cha2 guan1 ti2 qi3 su4 song4 sil +004248 sil bing4 yu3 li4 dao4 yuan2 de5 shui3 jing1 zhu4 sp1 yi2 dao4 deng1 shang4 bei3 chao2 wen2 xue2 de5 dian1 feng1 sil +004249 sil shui3 ku4 pang2 de5 xi1 tu3 dao4 cai2 dian3 sp1 mu4 qian2 reng2 san4 luo4 zhe5 liu2 suan1 an1 deng3 hua4 xue2 pin3 de5 bao1 zhuang1 sil +004250 sil zhe4 shi4 you2 tai2 wan1 lou4 kong1 shu1 fa3 ming2 jia1 zhan1 xiu4 rong2 shu1 xie3 de5 jin1 bo2 lou4 kong1 zuo4 pin3 sil +004251 sil xiao3 dong1 de5 jie3 jie5 cheng1 tie1 ba1 nei4 rong2 zhen1 shi2 sil +004252 sil qing3 wen4 sp1 ni3 yao4 bu2 yao4 chi1 pei2 qian2 le5 zhe4 ge5 kui1 ne5 sil +004253 sil ji3 nian2 qian2 sp1 li3 guo2 quan2 jiu4 huan4 you2 dan3 nang2 yan2 wei4 bing4 zhi4 chuang1 deng3 wan2 ji2 sil +004254 sil si4 ge5 ren2 qi1 shou3 ba1 jiao3 mang2 huo5 ban4 tian1 sp1 bing1 shan1 qin3 shi4 shun4 jian1 bian4 wen1 shi4 sil +004255 sil tu2 wei2 xiao1 xiang4 yang2 tang3 zai4 bing4 chuang2 shang4 sp1 ta1 de5 biao2 jie3 zai4 yi4 pang2 pei2 hu4 sil +004256 sil cheng2 ke4 shao1 duo1 shi2 sp1 zhai2 xiao3 de5 chu1 kou3 jiu4 xian3 de5 hen3 yong1 ji3 sil +004257 sil xing2 a5 mei2 wen4 ti5 sp1 bu2 guo4 ni2 ye3 zhi1 dao4 de5 sp1 zhou1 mo4 lu4 shang4 dou1 hen2 du3 sp1 gu1 ji4 dei2 wan3 dao4 yi4 dianr3 r sil +004258 sil shuang1 fang1 ge4 zhi2 yi4 ci2 sp1 ling4 shi4 jian4 pu1 shuo4 mi2 li2 sil +004259 sil fang3 fu2 dian3 yi4 zhi1 yan1 gang1 gang1 ran2 zhe5 xi1 le5 yi4 kou3 jiu4 mie4 le5 sp1 zui2 li3 zhi2 you3 na4 kou3 yan1 de5 yu2 wei4 sil +004260 sil ran2 hou4 sp1 zhu3 ren2 wei4 ke4 ren2 zhen1 man3 sp1 zai4 pei2 ke4 ren2 yin3 shang4 yi4 bei1 sil +004261 sil gei3 xin1 ai4 de5 ren2 pao4 bei1 re4 cha2 ba5 sil +004262 sil lao3 zhan4 you3 zai4 wai4 di4 ju4 hui4 sp1 ta1 shuo1 zhan4 you3 men5 sp1 zhuan3 ye4 zao3 sp1 gong1 zi1 bu4 gao1 sp1 ta1 kang1 kai2 jie3 nang2 sil +004263 sil kai1 xin1 kan4 biao2 yan3 sp1 zhong4 xing1 zou3 wan2 hong2 di4 tan3 zhi1 hou4 sp1 xu2 ruo4 xuan1 cai2 xian4 shen1 sil +004264 sil zhe4 xie1 ha2 ma5 zhi2 you3 cheng2 ren2 mu2 zhi3 da4 xiao3 sp1 tong1 ti3 shen1 he4 se4 sil +004265 sil ge4 bie2 yan2 zhong4 de5 sp1 kai1 shi2 ou3 tu4 shen4 zhi4 chu1 xian4 yun1 jue2 de5 xian4 xiang4 sil +004266 sil bu2 yao4 luan4 wen4 nv3 hai2 zi5 de5 nian2 ling2 la5 sil +004267 sil shen1 zhen4 kuang2 feng1 da4 zuo4 sp1 bao4 yu3 pang1 tuo2 sil +004268 sil dang1 shi2 ju3 sang4 de5 xin1 qing2 wu2 yi3 xing2 rong2 sil +004269 sil zhe4 yu3 li4 shi3 shang4 de5 chuang3 guan1 dong1 you3 guan1 sil +004270 sil hu4 lian2 wang3 zheng4 run4 wu4 xi4 wu2 sheng1 de5 ying2 xiang3 zhong1 guo2 she4 hui4 sil +004271 sil bao4 dao4 shuo1 sp1 mai4 di2 gan1 he2 bu4 la1 ge2 ye1 wei2 qi2 shi4 su4 di2 sp1 duo1 ci4 biao3 da2 chu1 ren4 zhou1 zhang3 de5 yi4 yuan4 sil +004272 sil wo3 shi2 ji4 shang4 xi1 wang4 bie2 ren5 han2 wo3 jiao4 shou4 sp1 geng4 qin1 qie4 sil +004273 sil ju4 wang2 rui4 chen1 jie4 shao4 sp1 ta1 men5 yi3 jie1 shou4 jie2 yu4 shou3 shu4 sp1 mei2 ke3 neng2 zai4 yao4 xiao3 hai2 sil +004274 sil bei4 hou5 bao4 lu4 chu1 de5 sp1 dang1 di4 cu1 lu3 heng4 man2 de5 zhi2 zheng4 si1 wei2 ling4 ren2 jing2 xing3 sil +004275 sil wo3 te4 bie2 xi3 huan1 tan2 gang1 qin2 sil +004276 sil shi4 dang4 jie2 shi2 he2 yun4 dong5 jie2 he2 sp1 ke1 xue2 jian3 fei2 cai2 xing2 ya5 sil +004277 sil tong3 yi1 cai3 gou4 de5 mian4 jin1 li3 mian4 han2 you2 jia3 quan2 sil +004278 sil guo4 qu4 li3 kui2 shi4 ban4 diao4 zi5 sp1 zai4 xi4 li2 zhi3 neng2 chong1 dang1 da3 ha1 ha5 cou4 qu4 de5 xiao4 ju4 ren2 wu4 sil +004279 sil hu2 liang4 yu2 fei1 qiao1 sui4 pi2 jiu3 ping2 sp1 di3 zhu4 zeng1 de5 hou2 long5 sil +004280 sil zhen4 zhang3 wu2 ke1 zhe2 shuo1 sp1 zheng1 yi4 shuang1 fang1 dou1 yi2 zu3 zong1 di4 de5 li3 you2 shen1 suo2 tu3 di4 suo2 you3 quan2 sil +004281 sil mu4 qian2 hui4 miao3 da4 bi4 you3 xie1 xu3 la1 shang1 sp1 dan4 wu2 da4 ai4 sil +004282 sil mei3 dang1 ta1 yong1 bao4 wo3 de5 shi2 hou4 sp1 wo3 dou1 ting1 dao4 ta1 de5 xin1 zai4 peng1 peng1 tiao4 sil +004283 sil yuan2 gao4 zhang1 mi1 ben3 ren2 mei2 you3 chu1 ting2 sp1 zhang1 mi1 nv3 er2 li3 luo4 yi1 chu1 xian4 zai4 ting2 shen3 xian4 chang3 sil +004284 sil li3 you2 zhu3 yao4 you3 jian4 zhu5 gui1 ge2 shi2 jian1 sp1 ya2 shu3 jian4 zhu4 he2 wen2 xian4 ji4 zai4 deng3 sil +004285 sil zhi4 shao3 she1 chi2 pin3 shi4 chang3 yi4 zhi2 hen3 xing1 wang4 sil +004286 sil na4 nv3 de5 shuo1 sp1 ni3 na2 qiang1 xia4 hu5 shui2 ya5 sil +004287 sil shang4 mian5 xuan2 zhe5 yi4 lun2 hong2 tong1 tong1 de5 tai4 yang5 sil +004288 sil xiang4 shui2 dou1 xing2 sp1 jiu4 shi4 qian1 wan4 bie2 xiang4 wo3 sp1 you4 ai3 you4 chou3 de5 sil +004289 sil zhe4 bei4 hou4 qian1 chu1 ge2 yu3 sheng4 da4 zhi1 jian1 de5 jiu1 ge2 yi2 an4 sil +004290 sil fu1 qi1 lia2 ba3 xin1 si5 dou1 hua1 zai4 le5 tan1 huan4 shuang1 qin1 shen1 shang4 sil +004291 sil ke1 li4 ta3 ceng2 chuang4 ban4 ji4 nian4 yi3 gu4 zhang4 fu5 de5 jin1 en1 zhong1 xin1 sil +004292 sil chuang2 pu4 pang2 bian1 shi4 shou1 shou4 de5 ge4 zhong3 yao4 pin3 sil +004293 sil ju4 ti2 you3 duo1 shao2 sun3 shi1 sp1 wo3 bu4 neng2 pai1 nao3 dai5 sp1 hen3 nan2 ji4 suan4 sil +004294 sil ci3 ci4 lian2 yan3 shi4 liang3 jun1 jun1 shi4 he2 zuo4 kuang4 jia4 nei4 de5 zheng4 chang2 an1 pai2 sil +004295 sil zhe4 xia4 re2 nao3 le5 liu2 peng2 sil +004296 sil tong1 chang2 dou1 shi4 zai4 yun4 zhu1 qian2 wang2 er3 duo5 shang4 da3 yi4 zhen1 di4 xi1 pan4 sp1 su2 ming2 jiu4 shi4 an1 ding4 sil +004297 sil yi4 shen1 luo3 se4 de5 xiao2 li3 fu2 sp1 li4 luo4 de5 fa4 shi4 sp1 gan4 lian4 you4 bu4 shi1 rou2 mei3 sil +004298 sil di4 er4 bu4 shi4 jian3 qu4 ku4 jiao3 hou4 chou1 chu1 heng2 xiang4 de5 xian4 sil +004299 sil zhe4 shi4 yi2 ge4 dian3 xing2 de5 jue2 ce4 miu4 wu4 sil +004300 sil jiang1 guo2 qing4 zhi1 mu3 de2 zhi1 er2 zi5 chen2 yuan1 de2 xue3 sp1 peng3 zhe5 yi2 zhao4 luo4 lei4 sil +004301 sil zai4 qi1 ba1 jiu3 san1 ge4 yue4 sp1 you3 san1 jia1 she1 chi5 pin2 wang3 zhan4 fen4 wai4 zhao1 yao2 sil +004302 sil zhe4 yang4 lao3 ying1 he2 ye3 zhu1 sp1 yi3 ji2 ta1 men5 de5 hai2 zi5 dou1 e4 si3 le5 sil +004303 sil zai4 di3 da2 ya4 te4 lan2 da4 hou4 sp1 pu2 mi2 ka3 la1 bei4 jing3 fang1 dai4 zou3 sil +004304 sil zhi3 yao4 bu4 gong1 zuo4 shi2 sp1 ta1 mei3 ci4 yong4 can1 dou1 hui4 dian3 yu2 chi4 sp1 zai4 yu3 bai2 fan4 jiao3 hun4 lai2 chi1 sil +004305 sil bu2 guo4 ta1 ye3 shuo1 sp1 zhen1 yao4 feng1 qi3 lai2 sp1 hui4 chi3 du4 da4 kai1 sp1 bi3 ru2 luo2 yong3 sp1 tiao4 hen2 gui3 yi4 de5 wu3 sil +004306 sil ni3 you4 ba3 zhe4 ge5 qian1 gu3 nan2 ti2 diu1 gei2 wo3 le5 sp1 hao3 ba5 sp1 ke2 yi3 chang2 chang2 si4 chuan1 cai4 ya5 sp1 wo2 hen3 ai4 chi1 sil +004307 sil li2 ba1 nen4 dian4 xin4 bu4 zhang3 ye2 biao3 shi4 sp1 yi1 du4 zhi1 si3 sp1 shi4 da4 ma3 shi4 ge2 qing1 suan4 yun4 dong4 de5 yin1 mou2 zhi1 yi1 sil +004308 sil wo2 you3 yi2 ge4 re4 ai4 shu1 mian4 yu3 de5 peng2 you5 sil +004309 sil si4 ren2 jun1 fou3 ren4 bang1 bian3 jia1 xi3 qian2 sil +004310 sil zhe4 chu4 yuan4 luo4 wei4 yu2 lu4 bian1 sp1 you2 yu2 yuan3 li2 ping2 jia1 tuan3 cun1 sp1 zhou1 wei2 zhu4 hu4 ji2 shao3 sil +004311 sil ling4 wai4 tao2 hua1 wei2 di1 ai3 zhi2 wu4 zhi1 ya1 jiao4 di1 sp1 ye3 bu4 fang1 bian4 xing2 ren2 chuan1 xing2 sil +004312 sil jiao4 lian4 yi2 xia4 meng1 le5 sp1 kan4 zhe5 ta1 shuo1 bei3 jing1 sil +004313 sil fa1 zhai4 hou4 sp1 duan2 duan2 ji3 tian1 jiu4 kui1 sun3 yu4 jing3 sil +004314 sil wo3 dao4 pai4 chu1 suo3 yi2 kan4 sp1 ye3 shi4 ge5 xiao3 huo1 zui3 sil +004315 sil zhe4 xie1 nu3 li4 huo4 de2 de5 fan3 kui4 xiang1 dang1 yong3 yue4 sil +004316 sil jiang1 feng1 lin3 lie4 sp1 yu2 shuang1 ge1 da3 le5 ge5 han2 zhan4 sil +004317 sil liang3 nian2 hou4 sp1 ta1 de5 jing1 shen2 bao2 lei2 kua3 ta1 le5 sil +004318 sil sun1 hui1 hen4 bu4 de2 yao4 shuo1 sp1 lao3 zi5 xue2 fu4 wu3 che1 sp1 ni3 gou4 zi1 ge2 yao4 wo2 zhi3 zheng4 ma5 sil +004319 sil wei4 mo1 qing1 zai1 hou4 bei3 chuan1 zi1 yuan2 zhuang4 kuang4 sp1 ta1 zou3 bian4 le5 bei3 chuan1 de5 shan1 shan1 shui2 shui3 sil +004320 sil ri4 zi5 guo4 de5 ye3 suan4 ping2 jing4 shun4 dang4 sil +004321 sil zhu3 hun1 ren2 yi2 leng4 sp1 hui2 tou2 kan4 le5 yi4 yan3 xin1 niang2 sp1 ran2 hou4 zhao3 le5 wu3 mao2 sil +004322 sil mei2 hao3 qian2 jing3 ci4 ji5 xia4 sp1 xin1 de5 pao2 ma3 quan1 di4 yun4 dong4 sp1 zheng4 shi4 la1 kai1 wei2 mu4 sil +004323 sil liu2 nai3 nai5 bu4 shu3 yu2 wu2 er2 wu2 nv3 de5 san1 wu2 si3 wang2 ren2 yuan2 sp1 min2 zheng4 ju2 geng4 wu2 fa3 jie4 ru4 sil +004324 sil wang2 qiang2 bian4 hong3 pian4 xiao3 juan1 sp1 ru2 guo2 xiao3 juan1 yu3 ta1 fa1 sheng1 guan1 xi5 sp1 bian4 gei2 xiao3 juan1 ling2 hua1 qian2 yong4 sil +004325 sil xian4 zai4 si1 le4 yi3 jing1 wu3 sui4 le5 sp1 cong1 ming2 guai1 qiao3 sp1 shen4 shi4 zhao1 ren2 xi3 huan1 sil +004326 sil ru2 guo3 nian2 dai4 jiu2 yuan3 sp1 ta1 hui4 shao1 man4 xie1 sp1 xu1 yao4 duo1 yi4 miao3 zhong1 sil +004327 sil zhang1 yue4 hong2 bu2 shi4 chong2 fan3 guo2 jia1 dui4 le5 ma5 sil +004328 sil yi2 ci3 yong4 geng4 que4 zao2 de5 zheng4 ju4 jie3 jue2 yi2 zhi3 de5 ji1 chu3 wen4 ti5 hui2 ying4 zhe4 xie1 zhi4 yi2 sil +004329 sil tao2 bao3 duan1 qi2 jiu3 bei1 sp1 pai1 pai1 wo3 de5 jian1 bang3 sil +004330 sil sun1 mou3 wei4 ting2 che1 fan3 er2 jia1 su4 chuang2 qia3 sp1 jiang1 xie2 jing3 guo1 mou3 lin2 mou3 zhuang4 cheng2 qing1 shang1 sil +004331 sil er2 zai4 tui4 yi4 hou4 sp1 yu2 le4 quan1 sp1 ye3 ceng2 shi4 li3 ning2 shou2 xuan3 de5 chang2 shi4 sil +004332 sil dan4 ta1 yuan2 yuan3 bu4 neng2 zou3 de2 sa3 tuo1 sil +004333 sil fu4 gao1 feng1 shi4 zhong1 guo2 yi2 dai4 san2 da3 wang2 liu2 hai3 long2 he2 wu3 zhuang4 yuan5 sp1 yang2 xiao3 jing4 de5 shi1 di4 sil +004334 sil mei2 you2 qiang3 cheng2 sp1 liang3 ren2 you2 dian3 xie4 qi4 sp1 zai4 fu4 jin4 liu1 da5 le5 yi2 huir4 r sil +004335 sil xia4 mian4 qing3 ting1 huan2 qiu2 zi1 xun4 sp1 zhu4 ye1 lu4 sa1 leng3 ji4 zhe3 wang2 qian4 fa1 hui2 de5 bao4 dao4 sil +004336 sil diao4 cha2 ye3 yu4 ce4 sp1 wei4 lai2 san1 nian2 nei4 zhi4 shao3 hui4 you3 yi2 yi4 yi4 qian1 wan4 de5 shou3 ji1 xin1 yong4 hu4 chan3 sheng1 sil +004337 sil tong2 shi2 kong4 zhi4 pou1 gong1 chan3 lv4 sil +004338 sil fa3 guan1 jie4 shao4 sp1 fa3 yuan4 jiang1 an1 pai2 dui4 lei2 sen1 jin4 xing2 zhuan1 ye4 xin1 li3 fu2 dao3 sil +004339 sil xian4 zai4 jin4 yan1 zhi1 feng1 cong2 gong1 gong4 chang2 suo3 chui1 ru4 le5 ju1 min2 jian4 zhu4 nei4 bu4 sil +004340 sil ta1 men5 you4 ban1 bu4 fa3 ling4 sp1 yao1 qiu2 gong1 chang3 an4 geng4 gao1 biao1 zhun3 jian4 li4 yan1 cong1 sil +004341 sil gan3 jue2 wo3 ti2 chu1 shen2 me5 shi4 sp1 lao3 hanr4 r dou1 bu4 da1 ying4 sil +004342 sil ku4 er3 sen1 he2 bu4 lu3 ke4 si1 sp1 bei4 kong4 he2 mou2 fei1 fa3 qie4 ting1 zui4 sil +004343 sil yi2 sp1 wo2 yin3 shen1 le5 zen3 me5 hai2 neng2 kan4 jian4 wo3 sil +004344 sil zeng1 zhi4 wei2 tan3 yan2 ge4 ren2 mei2 you3 ji4 jiao4 chu1 chang3 ci4 xu4 sp1 dan4 an1 pai2 shang4 reng2 you3 kun4 nan5 sil +004345 sil tian1 qi4 hao3 sp1 ye3 bu4 neng2 hu1 lve4 bu3 chong1 wei2 sheng1 su4 sp1 mai2 dian3 zui4 ai4 de5 shui2 guo3 sp1 zuo4 kuai4 le4 de5 chi1 huo4 sil +004346 sil qi4 che1 zai4 liu2 long3 shan1 pan2 xuan2 sp1 ji4 zhe2 zou3 jin4 wu2 nai3 yi2 de5 jia1 sil +004347 sil yun4 chao1 che1 si1 ji1 ye3 bei4 nong4 hu2 tu5 le5 sp1 jiang1 che1 ting2 xia4 sp1 nan2 zi3 rang1 rang5 sp1 wo3 yao4 da3 che1 hui2 jia1 sil +004348 sil jie2 zhi4 shi2 yi1 yue4 er4 ri4 sp1 shi2 ji4 zhuan3 hu4 sp1 wu3 shi2 er4 dian3 qi1 wu3 si4 wu3 wan4 ren2 sil +004349 sil wo3 de5 gui1 mi4 men5 yi4 kou2 yao3 ding4 sp1 wo3 shi4 fan4 le5 hua1 chi1 sp1 kan4 zhong4 le5 zhu3 ren2 de5 shuai4 qi5 mu2 yang4 sil +004350 sil wei2 you2 zhuan3 cai2 neng2 tu1 po4 sp1 zhuan3 cai2 neng2 chi2 xu4 sp1 zhuan3 cai2 neng2 rang4 qin4 yang2 gong1 ye4 sp1 bu4 ru4 xin1 jing4 jie4 sil +004351 sil zuo4 dao4 wei4 zhi4 shang4 sp1 kai1 shi2 huan3 guo4 shen2 lai2 sp1 xin1 bei4 xi3 yue4 sai1 de5 bu4 liu2 yi4 si1 feng4 xi4 sil +004352 sil jun1 fang1 cheng1 sp1 guo4 qu5 san1 tian1 gong4 da2 si3 sp1 yi4 bai3 liu4 shi2 wu3 ming2 wu3 zhuang1 ren2 yuan2 sil +004353 sil zhe4 li2 ting3 qing1 jing4 sp1 hao3 xie1 bu4 chao2 gu3 de5 yi1 bo2 yi1 mu3 sp1 ye3 jin4 lai2 xiao1 xia4 sil +004354 sil hai2 zi5 xian4 zai4 shen1 gao1 ming2 xian2 bi3 tong2 xue2 ai2 xu3 duo1 sp1 wo3 xian4 zai4 hou4 hui3 mo4 ji2 xiang3 zhuang4 qiang2 sil +004355 sil xiao3 ha2 ma5 jun1 zhi2 you3 zhi2 jia5 gai4 da4 xiao3 sil +004356 sil guan1 yu2 hu4 zhu4 he2 zuo4 bao2 xian2 zu3 zhi1 sil +004357 sil jie3 jie5 jian4 zhuang4 zai4 du4 tong4 ku1 sp1 bu4 ren2 she3 qi4 sp1 zhi2 hao3 zan4 shi2 bao3 liu2 sil +004358 sil dui4 ni3 de5 qian2 ren4 geng4 gan3 xing4 qu4 ye5 sil +004359 sil qi2 zhong1 sp1 mai4 hun2 tun5 de5 yue1 san1 shi5 jia1 sil +004360 sil mian2 hua1 jin4 kou3 liang4 ye3 da4 fu2 zeng1 zhang3 sil +004361 sil gu3 ge2 bao3 cun2 ji1 ben3 wan2 zheng3 sp1 fa4 zan1 he2 fa4 ji4 de5 yang4 shi4 sp1 yi1 xi1 ke3 jian4 sil +004362 sil ri4 fang1 bu4 ying1 fei1 fa3 yong4 wu3 li4 zu3 nao2 sil +004363 sil luo4 shi2 jie2 neng2 jian3 pai2 de5 ren4 wu4 ma5 sil +004364 sil tu2 wei2 shou4 biao3 zhang1 de5 ai4 guo2 shou2 fa3 xian1 jin4 seng1 ni2 dai4 biao3 sil +004365 sil zu2 ma2 ben3 ren2 liang3 tian1 qian2 shuo1 sp1 zhe4 fu2 hua4 xiang4 ji1 feng2 wo3 sp1 rang4 wo3 ren2 ge2 meng2 xiu1 zun1 yan2 shou4 ru3 sil +004366 sil yi4 dian3 dou1 nan2 bu4 dao2 wo3 sil +004367 sil wo3 men2 yao4 xiang1 xin4 ke1 xue2 chong2 shang4 zi4 you2 sil +004368 sil cong2 tuan2 gou4 dan4 sheng1 na4 tian1 kai1 shi3 sp1 ma3 yao2 jiu4 bei4 zhe4 xin1 xian1 wan2 yir4 r xi1 yin3 zhu4 le5 sil +004369 sil hou4 yuan2 li4 hai5 sp1 bei4 du2 zi4 liu2 zai4 fang2 jian1 zhong1 xiu1 xi5 sp1 shui4 le5 yi2 ge5 wu3 jiao4 sil +004370 sil ying1 guo2 guang3 bo1 gong1 si1 sp1 zai4 bei4 er3 ge2 lai2 de2 de5 ji4 zhe3 ni2 ke4 sil +004371 sil ta1 zhua1 qi3 zhuo1 shang4 de5 fang4 da4 jing4 sp1 you4 fan2 fan3 fu4 fu4 duan1 xiang2 le5 hao3 yi2 zhen4 zi5 sil +004372 sil ta1 zi4 shu4 qi2 xue2 wen4 sp1 cong2 kong3 fu1 zi3 liang2 qi3 chao1 dao4 na2 po4 lun2 sp1 shen2 me5 dou1 du2 sil +004373 sil er2 mi4 fang1 qi2 shi2 shi4 gao1 yao4 li3 jia1 xi1 yao4 sp1 shen4 zhi4 jia1 la4 jiao1 you2 sp1 rang4 huan4 zhe2 gan3 jue2 fa1 re4 sil +004374 sil men2 yao4 shi4 ge5 nv3 de5 sp1 fei1 ji2 si3 bu4 ke3 sil +004375 sil yao4 xian1 jie2 hun1 cai2 ke2 yi3 sheng1 hai2 zi5 sil +004376 sil fan3 zheng4 jiu4 shi4 you3 chuang4 yi4 sp1 jiu4 wan2 cheng2 bei5 sil +004377 sil er4 shi4 sp1 wa3 si1 zhi4 li3 cuo4 shi1 bu2 luo4 shi2 sil +004378 sil hua4 zuo4 shang4 qian1 ming2 liao2 cao3 sp1 xia4 fang1 zhu4 ming2 hui4 yu2 sp1 yi1 ba1 wu3 si4 nian2 sil +004379 sil mu4 qian2 zheng4 wai3 de5 gong1 chang3 she4 zai4 dong1 guan3 he2 kun1 shan1 sil +004380 sil ma3 lin2 xu3 xin1 sp1 wang2 li4 qin2 sp1 fen1 bie2 pai2 zai4 di4 wu3 qi1 ba1 wei4 sil +004381 sil jiang1 yi1 yan4 you4 leng3 you4 pa4 sp1 mei2 jian4 dao4 gui3 wu1 sp1 yi3 jing1 zai4 chan4 dou3 le5 sil +004382 sil jie2 zhang4 de5 yao2 long2 lian2 lian2 tui1 ci2 sp1 dan4 zui4 zhong1 ao3 bu2 guo4 bai4 deng1 sp1 hai2 shi4 shou1 xia4 le5 sil +004383 sil dan4 shi4 sp1 wo3 men5 you3 xin4 xin1 neng2 gou4 ba3 zhe4 er4 zhe3 ping2 heng2 hao3 sil +004384 sil er2 zi5 jing4 ran2 bao4 zhe5 ji2 ta5 sp1 wa5 sp1 wen1 nuan3 ya5 sil +004385 sil wo3 shi4 tai4 ai4 an2 lao3 po5 sp1 hai4 pa4 ta1 bu2 yao4 wo3 sil +004386 sil yi4 xie1 ren2 zheng3 xiang1 zheng3 xiang1 de5 kang2 hui2 jia1 sil +004387 sil miao2 miao3 xi1 yu3 huai2 sp1 wang4 mei3 ren2 xi1 tian1 yi4 fang1 sil +004388 sil zhe4 tang4 man4 che1 de5 cheng2 ke4 zhu2 nian2 jian2 shao3 sil +004389 sil zong3 zhi1 hen3 piao4 liang5 jiu4 dui4 la5 sil +004390 sil gong1 shui3 she4 shi1 dong4 huai4 sp1 yin3 fa1 pao2 shui3 sp1 ying2 xiang3 dao4 yong4 hu4 de5 zheng4 chang2 yong4 shui3 sil +004391 sil cha2 zhao3 wen4 ti2 geng4 mei2 you3 tun1 tun1 tu2 tu3 duo2 duo3 shan2 shan3 sp1 er2 shi4 zhi2 jie1 liao3 dang4 sil +004392 sil wo3 de5 ba4 ba5 ma1 ma5 ke2 yi3 zheng4 ming2 o5 sil +004393 sil zhong1 wu3 shi2 fen1 sp1 he2 mian4 shang4 chui1 yan1 liao2 rao4 sil +004394 sil wo3 men5 bu4 neng2 ba3 chang2 pao3 dang1 duan2 pao2 pao3 sil +004395 sil er4 shi4 xi2 guan4 dang1 shuai2 shou2 zhang3 gui4 sp1 zuo4 er4 chuan2 shou3 sp1 ceng2 ceng2 pi1 zhuan3 zuo4 er2 lun4 dao4 sp1 bu2 gan4 shi2 shi4 sil +004396 sil liu2 yun3 zhou1 biao3 shi4 sp1 bu2 shang4 su4 sil +004397 sil kai1 shi3 shi4 yi4 xie1 xue2 sheng1 qi3 hong4 sp1 si1 lan4 shu1 ben3 sp1 shi4 juan4 wang3 lou2 xia4 reng1 sil +004398 sil ya1 yi4 xin1 di3 de5 wei3 qu5 sp1 zhong1 yu2 de2 yi3 gao4 wei4 sil +004399 sil mu4 qian2 sp1 ye4 jiang1 chuan1 ye4 rong2 guang1 sp1 xu2 jun4 sp1 he2 yin4 ni2 de5 xi1 tang2 gang1 sp1 jun1 ji1 si4 fen1 sil +004400 sil jin4 nian2 lin2 en1 ceng2 ke4 chuan4 sp1 chou2 nv3 bei4 di4 sp1 ji2 jue2 wang4 zhu3 fu4 deng3 ju4 ji2 sil +004401 sil yi2 liang4 wa1 jue2 ji1 jin4 ru4 huo2 chang3 sp1 jiang1 ku4 fang2 wa1 kai1 yi2 ge5 da4 huo1 kou3 sp1 zhu4 xiao1 fang2 yuan2 mie4 huo3 sil +004402 sil lu2 wei3 zai4 jiang3 hua4 zhong1 shuo1 sp1 guo2 yun4 sheng4 shou1 cang2 xing1 sil +004403 sil fang1 jian1 sheng4 chuan2 sp1 jing1 dong1 shang1 cheng2 tou2 zi1 le5 qing1 fan1 qie2 sp1 dan4 zhang1 li4 juan1 dui4 ci3 jia1 yi3 le5 fou3 ren4 sil +004404 sil lin2 fen2 shi4 jiang1 mu4 guang1 miao2 zhun3 le5 zhong1 guan1 cun1 sil +004405 sil fa1 gu3 xiao4 sp1 cong2 bu2 ji4 mo4 sp1 di3 jia4 yi4 yuan2 zhen1 shi2 xie3 zhao4 sil +004406 sil qi2 xie1 er3 cheng1 sp1 sui1 ran2 di4 zhen4 lai2 de5 tu1 ran2 sp1 dan4 jin2 you2 ji3 dong4 ban4 gong1 lou2 chu1 xian4 lie4 feng4 sil +004407 sil zhong1 xi1 li3 lai2 chu1 quan2 luo2 xie3 zhen1 sil +004408 sil kan4 zhe5 yao2 yao2 che1 lao2 ban3 de5 yan3 shen2 sp1 wo3 zhi2 xiang3 xiao4 sil +004409 sil dan4 you3 de5 ren2 zai4 di4 yi1 zhang1 lian3 shang4 tu2 zhi1 mo2 fen3 sp1 di4 er4 zhang1 lian3 que4 ren4 ren2 tuo4 qi5 sil +004410 sil dang1 shi2 sp1 tang2 jia1 shan1 yan4 se4 hu2 sp1 sui2 shi2 dou1 you3 kui4 ba4 de5 ke3 neng2 sp1 yi4 qing2 de5 wei1 xie2 ye3 yue4 lai2 yue4 da4 sil +004411 sil ge1 te4 wa2 er3 de2 de5 ling2 jiu4 sil +004412 sil yan2 zhong4 wu1 ran3 sp1 yi2 ding4 yao4 dai4 hao2 kou3 zhao4 zai4 chu1 men2 a5 sil +004413 sil tu2 zhong1 sp1 lia3 ren2 yi4 you2 wei4 jin4 sp1 you4 xiang1 yue1 yi4 qi3 kai1 fang2 sil +004414 sil xi2 jin4 ping2 huo4 zeng4 hu2 ren2 dui4 dui4 fu2 sil +004415 sil gan3 jue2 tian1 qi4 hen3 rou2 he2 sil +004416 sil gao1 xi3 rong2 ti2 xing3 sp1 mei2 du2 bao3 bao5 shi4 wan2 quan2 ke2 yi3 yu4 fang2 de5 sil +004417 sil wo3 men5 xian4 zai4 qu4 nar4 r hui4 hen2 gan3 dong4 sil +004418 sil bu2 yao4 na4 me5 ke4 qi5 la5 sp1 hai2 shi4 jiao4 wo2 wo3 ba5 sil +004419 sil zhan4 zhu4 sp1 ni3 yi1 fu5 li3 mian4 gu2 gu3 nang1 nang1 de5 shi4 shen2 me5 sp1 kuai4 na2 chu1 lai5 sil +004420 sil tai2 bei3 jian1 yu4 zhu2 guan2 biao3 shi4 sp1 chen2 shui2 bian3 ba3 fan4 cai4 dou1 chi1 wan2 sil +004421 sil ji3 tian1 hou4 sp1 lu3 die1 die5 ba3 zhi4 liang4 jian3 ce4 bao4 gao4 dan1 sp1 gei3 yi2 wei4 yi1 yao4 zhuan1 ye4 ren2 shi4 kan4 kan5 sil +004422 sil xu3 duo1 tong2 bao1 re4 zhong1 yu2 guan1 xin1 bie2 ren5 sp1 xi2 guan4 yong4 zang1 xin1 yan2 chuai3 ce4 bie2 ren5 sil +004423 sil jiao1 tan2 shi2 sp1 zhang1 yun4 kui2 qian2 yan2 bu4 da1 hou4 yu3 sp1 wen4 ta1 ge4 shi4 sp1 ta1 zong3 shi4 fa1 leng4 sil +004424 sil er2 zi5 you4 er2 yuan2 gang1 kai1 xue2 sp1 shang4 xiao3 ban1 de5 shi2 hou4 sp1 yi4 zhi2 you4 ku1 you4 nao4 sp1 jin1 nian2 shang4 zhong1 ban1 sil +004425 sil ta1 zai4 dai4 biao3 lv4 shi1 wen4 hua4 xia4 sp1 jiao1 dai4 jie1 shou4 nv3 bing1 pan2 wen4 de5 jing1 li4 sil +004426 sil duo1 xie4 za2 zhi4 shi4 wo2 shuai3 le5 ta1 sp1 bu2 shi4 ta1 shuai2 wo3 sil +004427 sil yao4 xiu1 bu3 yun4 zhuan3 bu4 ling2 de5 sp1 yi2 min2 guan1 liao2 ji1 gou4 sp1 ta1 fang2 ai4 jia1 ting2 tuan2 ju4 sil +004428 sil tai4 yang5 zhao4 zai4 qiang2 jiao3 de5 ji1 xue3 shang4 sp1 shai4 hua4 le5 de5 xue2 shui3 shun4 zhe5 xiao3 gou1 sp1 liu2 xiang4 yuan4 wai4 sil +004429 sil tian1 qi4 zhuan2 nuan3 sp1 ai4 mei2 nv3 xing4 de5 shou4 shen1 yuan4 wang4 sp1 ye3 yu4 fa1 qiang2 lie4 sil +004430 sil san1 shi4 yao4 wei2 rao4 zhong1 xin1 gong1 zuo4 sil +004431 sil gei3 sheng1 huo2 jia1 dian2 zuo3 liao4 sp1 jiu4 xiang4 cai4 li3 mian4 jia1 you2 yan2 jiang4 cu4 yi2 yang4 sp1 zhe4 yang4 cai2 you3 wei4 dao5 sil +004432 sil ji3 ge5 qi2 mo2 tuo1 de5 dou1 shuo1 sp1 yan3 jing5 qiang4 de5 zhi2 diao4 lei4 sil +004433 sil bu2 guo4 shuo1 dao4 shui2 shi4 zui4 qiang2 de5 dui4 shou3 sp1 te4 lu2 mu2 pu3 ren4 wei2 sp1 hai2 shi4 ao4 sha1 li4 wen2 sil +004434 sil shuo1 qi3 wo2 nv3 peng2 you5 de5 you1 dian3 sp1 na4 ke3 tai4 duo1 le5 sp1 ta1 wen1 rou2 shan4 liang2 cong1 ming2 da4 fang1 sp1 na4 que1 dian3 ne5 sil +004435 sil zai4 dian1 bo3 zhong1 sp1 sun1 xiao2 jie3 jian4 jian4 jin4 ru4 meng4 xiang1 sil +004436 sil tong1 gao4 zhong1 han2 you3 de5 zu3 zhou4 yu3 ju4 sil +004437 sil suo2 you3 de5 ting2 che1 chang3 dou1 zai4 zui4 jia1 wei4 zhi4 sp1 an1 pai2 you3 zhuan1 gong4 can2 ji5 ren2 shi3 yong4 de5 che1 wei4 sil +004438 sil tu2 er3 qi2 yu3 zhong1 guo2 sp1 dou1 you3 zhe5 you1 jiu3 de5 li4 shi3 he2 wen2 ming2 sil +004439 sil zai4 guo4 ji3 tian1 sp1 zi3 sun1 men5 jiu4 yao4 hui2 lai2 guo4 nian2 le5 sp1 wo3 jia1 zhe4 ge5 nian2 za3 ge5 guo4 o5 sil +004440 sil jin1 ri4 ting2 yun4 qi1 tang4 sp1 wan2 dian3 si4 shi2 lie4 sil +004441 sil wo2 ye3 wu2 yan2 yi3 dui4 sp1 bu2 hui4 hao3 le5 sil +004442 sil ding1 zi3 gao1 da4 tan2 jie1 qin1 zao1 zheng3 de5 qiu3 shi4 sp1 bing4 gong1 kai1 fa1 biao3 ai4 de5 xuan1 yan2 sil +004443 sil jia1 qiong2 rang4 liang3 ge5 xiao2 nv3 er2 zao2 zao3 chuo4 xue2 sp1 hai2 you2 ji3 wan4 yuan2 de5 wai4 zhai4 sil +004444 sil da4 li4 tui1 guang3 dian4 zhao4 yu4 yue1 mo2 shi4 de5 sp1 bu4 zhi2 bei3 jing1 sil +004445 sil jian4 dao4 shi1 zong1 liang3 tian1 de5 wu2 mou3 can2 si2 mou3 cun1 hou4 shan1 sp1 zhang1 mou3 fu4 zi3 sp1 bei1 tong4 wan4 fen1 sil +004446 sil mai4 ke4 er3 wei2 kai1 le5 yi4 jia1 xiao3 dian4 sp1 chu1 shou4 yi4 xie1 shou3 gong1 bo1 li5 zhi4 pin3 sil +004447 sil zhen1 cha2 can1 mou2 dong3 yi4 sp1 dian3 chu1 ye4 gang1 he2 liang3 ming2 guan1 bing1 sp1 zu3 cheng2 xian1 qian2 zu3 wei4 guan1 bing1 kai1 lu4 sil +004448 sil ke3 neng2 yong4 zai4 da4 mi3 zhi4 pin3 pi4 ru2 tang1 yuan2 mi2 fen2 deng3 sil +004449 sil xiu1 lian4 qi4 chang3 ye3 shi4 yi4 zhong3 xue2 wen4 sil +004450 sil yi4 jia1 si4 kou2 jin3 kao4 liu2 yun4 wen2 sp1 ri4 chang2 da2 dian3 ling2 gong1 sp1 mian2 qiang3 wei2 chi2 sheng1 ji4 sil +004451 sil bu4 shao3 xue2 sheng1 he2 fu4 jin4 ju1 min2 zhi2 hu1 hao3 kua1 zhang1 sp1 bu4 ke3 si1 yi4 sil +004452 sil ga2 ma2 xi3 huan1 jie4 zhe5 wei1 ruo4 de5 zhu2 guang1 sp1 kan4 zui4 xi3 huan1 de5 yu3 wen2 ke4 ben3 sil +004453 sil zhe4 jiu4 ru2 tong2 zhi4 shui3 sp1 yi2 dan4 shu1 dao3 bu2 shan4 sp1 ji2 yi4 yong1 jue2 er2 kui4 sil +004454 sil jun1 yue4 dui4 zou4 zhong1 chao2 liang3 guo2 guo2 ge1 sil +004455 sil min2 zhong4 zai4 ping2 rang3 jie1 tou2 ku1 song4 jin1 zheng4 ri4 sil +004456 sil yi4 bian1 shi4 yi2 hao4 nan2 qiu2 sp1 er2 chi2 hao4 mai3 che1 zhe3 yi4 bian1 ze2 shi4 leng2 leng3 qing1 qing1 sil +004457 sil shan1 quan2 gan1 le5 sp1 cun1 min2 liang2 yan4 ping2 sp1 mei3 tian1 dou1 yao4 dao4 lin2 ju1 jia1 tiao1 shui3 he1 sil +004458 sil te4 bie2 shi4 zao3 shang4 yi4 qi3 lai2 sp1 shang4 xia4 yan3 pi2 xiang4 ha2 ma5 shi4 de5 sp1 yan3 dai4 ye3 xia4 lai2 le5 sil +004459 sil wo3 ting1 le5 dou1 kuai4 suan1 si3 le5 sil +004460 sil xiao3 shi1 ye3 cheng2 ren4 sp1 ta1 you3 xin1 shi4 ning4 yuan4 xiang4 tong2 xue2 qing1 su4 sil +004461 sil liang3 qiao2 fei1 yue4 sp1 yao2 xiang1 hui1 ying4 sp1 gou4 cheng2 yi2 dao4 du2 te4 de5 feng1 jing3 sil +004462 sil na4 wo3 jiu4 zai4 fu4 jin4 zhuan4 zhuan5 ba5 sil +004463 sil xue2 xiao4 bei4 tui1 le5 shi2 ji2 mi2 yuan3 sil +004464 sil xiong2 cheng2 zai4 shen1 zhen4 hai3 tan1 wan2 shua3 sil +004465 sil zuo2 ri4 sp1 ya4 tai4 gu3 shi4 pu2 zhang3 sil +004466 sil kong3 xian1 sheng5 wai4 sheng5 mei2 you3 shen2 me5 shi4 sp1 zhi3 shi4 ku4 zi5 bei4 che3 po4 le5 sil +004467 sil yi2 zuo4 xia5 sp1 ta1 mo2 ceng4 ban4 tian1 bu4 zhi1 ru2 he2 kai1 kou3 sil +004468 sil yu2 ci3 qian2 an4 fang3 de5 hei1 zuo1 fang5 xiang1 si4 sp1 sheng1 chan2 chang3 fang2 sp1 jian3 lou4 zang1 luan4 sil +004469 sil ping2 shi2 yu3 lin2 ju1 men5 da2 dian2 xiao3 ma2 jiang4 sp1 shu1 ying2 xian4 du5 zhi3 zai4 ji3 kuai4 qian2 sil +004470 sil qi2 zhong1 song4 li3 zong1 zhao4 yun2 nei4 fu2 suo3 shou1 sp1 ji4 zai2 ban3 mu4 zui4 wei2 xiang2 jin4 sil +004471 sil mei3 tian1 wan3 shang4 gen1 ni3 hu4 dao4 wan3 an1 zhen1 xing4 fu5 sil +004472 sil xiao3 shuo1 lan2 shang4 you3 yi4 ming2 hua4 sp1 zhe4 li3 jiang1 zao4 jiu4 wo3 men5 de5 ou1 heng1 li4 sil +004473 sil gen1 hen2 jiu3 bu4 lian2 xi4 de5 hao2 you3 tong1 ge5 dian4 hua4 ba5 sp1 hui4 you3 yi4 wai4 jing1 xi3 o5 sil +004474 sil chu1 le5 men2 sp1 na2 zhe5 luo2 bo5 xiang4 cun1 min2 zhan3 shi4 sp1 mo4 yan2 jia1 de5 luo2 bo5 sp1 mo4 yan2 jia1 de5 luo2 bo5 a5 sil +004475 sil yuan2 lai2 sp1 hu2 bei3 shen2 nong2 jia4 di4 qu1 sp1 ye3 zhu1 zao1 ta4 zhuang1 jia5 li4 hai4 sp1 qun2 zhong4 jiao4 ku3 bu4 die2 sil +004476 sil duo1 jiu3 shui4 bu5 zhao2 suan4 shi1 mian2 sil +004477 sil zhe4 shi4 bao3 zhang4 fang2 jian4 she4 de5 ying4 gang4 gang5 sil +004478 sil wo3 dui4 ta1 shuo1 sp1 ni2 ba2 zui2 guan3 de5 yan2 yi4 dianr3 r sil +004479 sil bu4 zhi1 dao4 xue2 xiao4 jin4 zhi3 tan2 lian4 ai4 ma5 sil +004480 sil dong1 fang1 hong2 guang2 chang3 ai1 dao4 huo2 dong4 xian4 chang3 sil +004481 sil wo2 sang3 zi5 ye2 ya3 le5 sp1 che1 shang4 ye3 dou1 shi4 ni2 sil +004482 sil zuo2 tian1 xia4 wu3 ji4 zhe3 lian2 xi4 dao4 dong2 jiong3 sil +004483 sil qian1 wan4 bu4 neng2 wang4 le5 zhe4 xie1 hai2 zi5 men5 ya5 sil +004484 sil yao2 shu1 qin2 biao3 mian4 cong2 rong2 sp1 an4 di4 li3 sp1 bu4 ting2 ji4 gao1 yi1 na4 de5 ming2 zi5 sp1 zui4 ming2 shi4 da4 sheng1 xuan1 hua2 sil +004485 sil shen4 zhi4 tai2 chu1 zi4 jia1 xi2 fur4 r bi4 xian2 sil +004486 sil zuo2 tian1 you3 hang2 ban1 yin1 wu4 yan2 wu4 sp1 lv3 ke4 tang3 zai4 zuo4 yi3 shang4 sil +004487 sil ke1 nv3 shi4 cai1 ce4 song4 nai3 gong1 hai2 mei2 lai2 sp1 yu2 shi4 hui2 fang2 ji4 xu4 cao1 chi2 jia1 wu4 sil +004488 sil keng1 nei4 de5 chou1 shui3 beng4 sp1 yi3 kuai4 bei4 shui3 yan1 mo4 sil +004489 sil ren2 wu4 zhou1 kan1 ze2 cheng2 nuo4 shi2 ti2 ban3 de5 ding4 yue4 zhe3 sp1 ke2 yi2 mian3 fei4 yue4 du2 qi2 dian4 zi2 ban3 sil +004490 sil yin4 du4 ni2 xi1 ya4 de5 a1 er2 bi3 sp1 he2 rui4 dian3 de5 sun1 xiao3 qing1 fen1 lie4 nan2 nv3 qiu2 yuan2 bang2 shou3 sil +004491 sil ta1 wan3 shang4 da3 han1 bie1 xing3 sp1 bai2 tian1 shi4 shui4 deng3 yi2 xi4 lie4 zheng4 zhuang4 sp1 dou1 lai2 yuan2 yu2 ci3 sil +004492 sil cun1 tian2 chu1 sheng1 yu2 chang2 qi2 xian4 sp1 bi4 ye4 yu2 zao3 dao4 tian2 da4 xue2 sil +004493 sil zhang1 xiao3 hui4 du2 zi4 zai4 ka1 fei1 dian4 wan2 shou3 ji1 sil +004494 sil xian4 liao4 duo1 zhong3 duo1 yang4 sp1 tong1 chang2 shi4 tu3 dou4 yuan2 bai2 cai4 sp1 mo2 gu5 huo4 ying1 tao2 deng3 sil +004495 sil bao4 feng1 lin2 tou2 sp1 yi2 dui4 xin1 ren2 zai4 wu1 yun2 ya1 ding3 de5 niu3 yue1 man4 ha1 dun4 sp1 pai1 hun1 sha1 zhao4 sil +004496 sil wan2 le5 sp1 gu1 niang5 gu1 ji4 mei2 far2 r yuan2 liang4 ta1 le5 sil +004497 sil you2 ci3 ce4 suan4 sp1 zhang3 ting2 jia4 wei4 ying1 wei2 liu4 dian3 er4 si4 yi1 qi1 zuo3 you4 sil +004498 sil sui2 hou4 sp1 ji4 zhe2 yu3 a1 hua2 ji4 xu4 shang4 lu4 sil +004499 sil she1 chi2 pin3 za2 zhi4 ru2 he2 xiao1 fei4 shi4 ji4 kan1 sp1 du2 zhe3 qun2 shi4 fu4 yu4 qie2 you3 du2 te4 pin3 wei4 de5 nan2 nv3 sil +004500 sil li2 nv3 shi4 cheng1 sp1 ta1 zhao2 ma3 yan4 li4 jiao1 she4 sil +004501 sil zuo2 wan3 sp1 di4 qiu2 yi4 xiao3 shi2 huo2 dong4 qian2 sp1 guo2 mao4 san1 qi1 ye4 se4 cui3 can4 sil +004502 sil he2 mou2 deng3 ren2 song2 yong2 xiao3 mei2 sil +004503 sil shi4 hou4 ta1 jian4 tai4 long2 pa1 zai4 di4 shang4 sp1 tou2 wei1 ce4 sp1 bo4 da4 shuang1 yan3 shi1 qu4 zhi1 jue2 sil +004504 sil a1 la1 er2 kong3 hai2 fa1 bu4 le5 yi4 xie1 ge4 ren2 guan1 dian3 sil +004505 sil hai2 you3 wang2 you3 fa1 tie3 cheng1 sp1 wen2 dao4 hou4 hou2 long5 teng2 tong4 sil +004506 sil ting2 shen3 shi2 sp1 liang3 bei4 gao4 ren2 zai4 wu2 zui3 ke2 sou4 sil +004507 sil zhen3 bian1 men2 kou3 sp1 yu4 bei4 zhe5 mu4 gun4 tie3 cha1 sil +004508 sil xiao3 wen1 rou2 zui4 xi3 huan1 de5 ren2 shi4 lin2 ze2 nan2 sil +004509 sil zhi3 yao4 shao1 wei1 pi1 lou4 sp1 pei1 tai1 jiu4 hui4 beng1 kui4 sil +004510 sil jiang1 li2 de5 fu4 mu3 sp1 mian2 qiang3 jie1 shou4 le5 wang2 bin1 sil +004511 sil jiang4 jia4 shi2 za3 bu4 gen1 guo2 ji4 jie1 xia4 gui3 ya5 sil +004512 sil xin1 wen2 zhi3 jia4 ge2 shang4 zhang3 sp1 fa1 xing2 fei4 yong5 de5 kui1 kong1 jiang1 geng4 gao1 sil +004513 sil yi4 xie1 ren2 xian3 ran2 mei2 you3 dang4 zhen1 sp1 ba3 ao4 ba1 ma3 dang1 zuo4 mao4 ming2 zhe3 kai1 shuan4 qi3 lai2 sil +004514 sil zou1 ping2 zuo4 ye3 ren4 wei2 sp1 zhong1 guo2 ying1 gai1 duo1 mai3 kuang4 shi2 deng3 zi1 yuan2 sil +004515 sil ta1 tan2 tan5 shuo1 sp1 ni2 hen3 zai4 hu5 na4 xie1 hua4 ma5 sil +004516 sil niu2 jin1 guang2 chang3 shang4 de5 mu4 ma2 bai3 she4 sp1 yi3 zao1 ren2 zong4 huo3 sil +004517 sil kao3 shi4 qi1 jian1 sp1 shou2 er3 de5 bin1 guan2 lv3 dian4 bao4 man3 sp1 lian2 sang1 na2 zhong1 xin1 sp1 ye3 sheng1 yi4 xing1 long2 sil +004518 sil shao4 lin2 shan1 men2 qian2 sp1 shao4 lin2 si4 sp1 zhi1 ke4 seng1 yan2 kai1 fa3 shi1 sp1 zai4 ci3 ying2 hou4 sil +004519 sil yin1 ci3 sp1 chao2 shi1 men1 re4 sp1 zan4 shi2 rang4 gan1 re4 dai4 ban1 sil +004520 sil xian4 zai4 bao3 bao5 hai2 jing1 chang2 ti1 wo3 hen3 huo2 po5 sil +004521 sil jiang3 lang2 lang2 biao3 shi4 sp1 bei3 jing1 da4 xue2 jiang1 bao3 liu2 zhui1 jiu1 zou1 heng2 fu3 di2 hui3 huo4 fei3 bang4 de5 quan2 li4 sil +004522 sil hu2 jin3 tao1 ti2 yi4 ti2 qian2 jiang3 sp1 zheng1 qu3 rang4 jiao4 shou4 men5 duo1 jiang3 yi4 dianr3 r sil +004523 sil wo3 de5 sheng1 ming4 li4 yong2 jiu3 cun2 zai4 sil +004524 sil mian4 dui4 feng1 shui3 dian4 yan3 hua1 liao2 luan4 de5 zhao1 pai2 sp1 you2 ke4 men5 da4 dou1 cong1 cong1 zou3 guo4 sil +004525 sil ci3 ci4 da4 hui4 shang4 sp1 weng4 an1 xian4 gong1 an1 ju2 rong2 huo4 quan2 guo2 you1 xiu4 gong1 an1 ju2 cheng1 hao4 sil +004526 sil wo3 cha2 le5 yi2 xia4 sp1 shi4 ai4 xin1 jue2 luo2 pu3 yi2 sil +004527 sil cong2 qian2 you3 zuo4 shan1 sp1 shan1 li2 you3 zuo4 miao4 sp1 ni3 cai1 miao4 li2 you3 ge5 sha2 sil +004528 sil ci3 hou4 sp1 jin4 shen1 zhi1 jia1 sp1 wu4 dang4 wan3 qie1 quan4 yu4 sp1 shi3 zhi1 jia1 yu4 hu4 xiao3 sp1 yi3 qi1 jian4 chu2 ji1 xi2 sil +004529 sil mei3 ci4 tui1 kai1 chuang1 jiu4 neng2 kan4 jian4 bei2 jiao2 ma3 tou2 sp1 qing1 chen2 neng2 shu3 chu1 wan1 li3 duo1 chu1 de5 chuan2 sil +004530 sil ji4 ran2 shi4 sheng1 ri4 yan4 hui4 qi2 qin2 zi4 ran2 ye3 mei2 you3 han2 hu5 sil +004531 sil ting2 quan2 liang3 ge4 yue4 jiu4 neng2 gai3 zheng4 liao4 ben3 yan1 de5 li4 chang3 ma5 sil +004532 sil lou2 xian1 sheng5 en4 le5 en4 la3 ba5 sp1 dan4 shi4 dui4 fang1 sp1 bu4 wei2 suo3 dong4 sil +004533 sil pei4 fu5 zi4 ji3 de5 di4 di5 qiao1 zha4 you3 fang1 sp1 bu4 gan3 dai4 man4 sil +004534 sil dang1 nian2 sp1 wo2 ke3 shi4 you2 di5 zui4 kuai4 di5 sil +004535 sil pan1 yao4 ming2 kan4 guo4 cha2 chuan2 ne4 de5 hua4 sp1 jue2 de5 ta1 hua4 de5 hen2 you3 ling2 qi4 sil +004536 sil dang1 shi4 ren2 ren4 wei2 ji4 zai2 you3 yi2 lou4 huo4 zhe3 cha1 cuo4 de5 sp1 ke2 yi2 qing3 qiu2 bu3 chong1 huo4 zhe2 gai3 zheng4 sil +004537 sil yi3 gu2 dian3 you1 ya3 wen2 ming2 shi4 jie4 de5 su1 zhou1 sp1 jin4 nian2 lai2 xiang1 cun1 lv3 you2 ye3 peng2 bo2 xing1 qi3 sil +004538 sil tong2 shi2 sp1 yuan2 li4 hai5 sp1 ye3 zui4 zhong1 tong2 yi4 sp1 bu2 zai4 shou1 yang3 xin1 de5 qi4 ying1 sil +004539 sil wang2 you3 zhen1 wei1 feng1 shuo1 sp1 xi1 wang4 gui1 fan4 yong4 gong1 zhi4 du4 he2 yong4 gong1 zhi4 xu4 sil +004540 sil yong4 ta1 men5 shou1 cang2 zhe3 de5 hang2 hua4 sp1 gai1 qian2 bi4 jiao4 sp1 meng3 jiang1 wu3 qian1 sil +004541 sil nai3 nai5 tou2 fa5 yi3 jing1 hua1 bai2 sp1 shen1 shang4 chuan1 zhe5 yi2 jian4 mian2 ao3 sil +004542 sil ta1 zui4 xian1 zuo4 de5 sp1 shi4 tiao1 zhe5 tang2 zhou1 dan4 sp1 zou3 jie1 chuan4 xiang4 jiao4 mai4 sp1 shi2 cheng1 luo4 tuo5 dan4 zi5 sil +004543 sil qi1 jian1 sp1 ta1 men5 yu2 jing3 qu1 duo1 ci4 xie2 tiao2 wei4 guo3 sil +004544 sil er2 han2 guo2 jin4 nian2 lai2 sp1 yi3 jing1 xian2 you3 zhi2 xing2 si3 xing2 de5 zhi4 du4 sil +004545 sil shang4 wei4 fa1 xian4 yi4 qing2 de5 guang3 dong1 sp1 yang3 zhi2 hu4 tong2 yang4 nan2 tao2 e4 yun4 sil +004546 sil qi2 zhong1 yi4 nan2 zi3 yong4 mu4 gun4 qiao1 da3 hu2 bian1 lan2 gan1 sp1 jiao4 zhang1 mou3 chu1 lai5 sil +004547 sil shuo1 bai2 le5 ba5 sp1 bu2 kou4 niu3 kou4 sp1 jiu4 shi4 wei4 le5 tou4 tou5 feng1 sp1 shu1 fu5 yi4 dianr3 r sil +004548 sil ta1 men5 bei4 ju1 jin4 zai4 sp1 mian3 dian4 shou3 du1 sp1 yang3 guang1 shi4 wai4 de5 yi2 chu4 jun1 ying2 sil +004549 sil a1 sp1 a4 sp1 wu3 huan2 sp1 ni2 bi3 si4 huan2 duo1 yi4 huan2 sil +004550 sil na4 ni2 mei3 yue4 duo1 gei2 wo3 er4 bai3 kuai4 mai3 ling2 shi2 sp1 hai2 zi5 de5 nai2 sp1 wo3 bao1 le5 sil +004551 sil wang2 yang2 ming2 an4 qiang4 sp1 nan2 ren5 ying1 gai1 bu2 hui4 jue2 de5 nian2 qing1 shi4 you1 shi4 sil +004552 sil teng2 li4 ming2 zi4 yan2 xing4 ge2 ying4 lang3 sp1 bu2 hui4 bei4 gan3 qing2 wen4 ti2 kun4 rao3 zi4 ji3 sil +004553 sil tong2 shi2 na4 ru4 yi1 bao3 de5 jie4 yan1 yao4 wu4 sp1 ye3 yao4 jing1 guo4 yan2 ge2 shai1 xuan3 sil +004554 sil you2 ru2 lang2 lai2 le5 yi2 yang4 sp1 ye3 zhu1 cheng2 zai1 sp1 wei1 hai4 de5 bu4 jin2 jin3 shi4 ren2 lei4 sil +004555 sil zhe4 ci4 kuai4 di4 hua4 zuo4 sp1 ta1 zhi3 shi4 jiang1 juan4 zhou2 zhi2 jie1 fang4 jin4 hua4 tong2 li3 sil +004556 sil peng2 mu3 yu3 bao2 mu3 sp1 sui2 hou4 dao4 da4 er2 zi5 jia1 zhong1 can1 jia1 zhi2 nv3 de5 hun1 yan4 sil +004557 sil wang2 nv3 shi4 ci3 shi2 gan3 dao4 yan3 qian2 yi4 hei1 sp1 nao3 dai4 sp1 dun4 shi2 yun1 le5 qi3 lai2 sil +004558 sil liang2 zhe3 jun1 wei4 tou4 lu4 xiao1 xi5 lai2 yuan2 sp1 dan4 fou3 ren4 xiao1 xi5 lai2 zi4 yi4 hai1 sil +004559 sil yi4 zu2 zu3 he2 quan2 sp1 da3 dao4 le5 mian2 hua5 shang4 sil +004560 sil ping2 mu4 shang4 de5 ying3 xun4 xian3 shi4 sp1 jiang1 bo1 fang4 de5 ying3 pian4 zhong1 sp1 you3 luo4 tuo5 xiang2 zi5 sil +004561 sil pan1 shuang1 shuang1 sp1 yin1 wei4 he2 lin2 feng1 de5 qing2 shi3 xun4 su4 cuan1 hong2 sil +004562 sil chu1 bu4 tong3 ji4 quan2 shi4 jing1 ji4 sun3 shi1 yue1 wu2 dian3 si4 san1 ba1 yi4 yuan2 sil +004563 sil xie3 xin4 ren2 dou1 kan4 le5 quan2 guo2 zuo4 wen2 jia1 zuo4 sp1 zai4 yin3 yong4 bo2 yu4 de5 hua4 kua1 jiang3 sp1 hao2 wu2 xin1 yi4 sil +004564 sil gao1 e2 de5 mao4 yi4 shun4 cha1 shi2 mei3 guo2 he2 ou1 meng2 pin2 fan2 dui4 zhong1 guo2 fang3 zhi1 pin3 chu1 kou3 she4 xian4 sil +004565 sil mei3 yi2 cun4 kong1 jian1 sp1 dou1 you3 zi4 ji3 de5 biao3 qing2 sp1 yu3 ju1 zhe3 xiang1 rong2 xiang1 tong1 sil +004566 sil kong3 bu4 fen4 zi3 sp1 yao4 zuo4 de5 jiu4 shi4 duo2 qi3 lai2 sp1 bing4 you2 ji4 xin4 jian4 zha4 dan4 sil +004567 sil zai4 shi2 shi1 guo4 cheng2 zhong1 sp1 shang1 ye4 she4 shi1 chang2 chang2 bei4 kai1 fa1 shang1 shi4 wei2 lei2 zhui4 sp1 er2 ya1 suo1 qin1 zhan4 sil +004568 sil chuang2 tou2 zhuang1 you3 xiao2 qiao3 de5 yue4 du2 deng1 sp1 ke3 jin4 xing2 jiu3 shi2 du4 tiao2 zheng3 sil +004569 sil chang2 bai2 shan1 te4 bie2 xian3 jun4 sp1 wo3 men5 you3 de5 zuo4 zhe3 sp1 yin1 wei4 zai4 nar4 r chuang4 zuo4 sp1 yi3 jing1 qu4 shi4 le5 sil +004570 sil you2 yu2 e4 xing4 xun2 huan2 zui4 zhong1 zou3 xiang4 beng1 kui4 sil +004571 sil kan4 bu4 qi3 zhe4 xie1 sp1 wei4 da2 mu4 di4 man2 zui2 huang3 yan2 de5 ren2 sil +004572 sil you3 de5 shi4 chou4 wei4 sp1 you3 de5 shi4 nong2 yao4 wei4 sil +004573 sil ma2 bao3 guang1 ceng2 zai4 ao1 xue2 yan2 hua4 fu4 jin4 sp1 zhao3 dao4 xin1 shi2 qi4 ji2 jiu4 shi2 qi4 shi2 qi1 de5 shi2 kuai4 sil +004574 sil gong1 zuo4 ren2 yuan2 ba2 xia4 che1 yao4 shi5 sp1 li4 ji2 bo1 da3 sp1 yao1 er4 yao1 er4 er4 bao4 jing3 sil +004575 sil yi1 fu5 zhi1 yu2 ming2 xing1 sp1 zheng4 ru2 shui3 zhi1 yu2 zhou1 sp1 yi1 neng2 zai4 xing1 sp1 yi4 neng2 fu4 xing1 sil +004576 sil an4 pan1 mou3 de5 shuo1 fa3 sp1 mei3 ge4 jia1 you2 gong1 dou1 you3 you2 ka3 sp1 ping2 zhe4 ge5 you2 ka2 gei3 ke4 hu4 jia1 you2 sil +004577 sil he2 nan2 sheng2 zhang3 guo1 geng1 mao4 jie1 shou4 ji4 zhe3 cai2 fang3 sil +004578 sil shen2 bing2 you3 tou4 lu4 sp1 dao4 mu4 qian2 wei2 zhi3 sp1 guang3 dong1 hai2 mei2 you3 fa1 sheng1 ci3 lei4 an4 jian4 sil +004579 sil liang3 sui4 sang4 fu4 sp1 mu3 qin1 shi4 yi2 wei4 ying1 wen2 jiao4 shi1 sil +004580 sil hao3 de5 ya5 sp1 yao4 yi4 qi3 me5 sil +004581 sil xiao3 bing4 bu2 yong4 kang2 sp1 da4 bing4 you2 bao3 zhang4 sil +004582 sil cai2 zheng4 zheng4 ce4 sp1 ying1 dang1 fa1 hui1 geng4 wei2 guan1 jian4 xing4 zuo4 yong4 sil +004583 sil dan4 zhi4 an4 fa1 bei4 zhua1 sp1 niu2 hao4 de5 wei2 jian4 chai1 qian1 kuan3 bing4 wei4 na2 dao4 sp1 qi3 tu2 wei4 neng2 de2 cheng3 sil +004584 sil wan4 yi1 sp1 nin2 de5 nai2 fen2 guang3 gao4 zai4 ying1 er2 ou3 tu4 de5 chang3 mian4 li3 chu1 xian4 sp1 zen3 me5 ban4 sil +004585 sil zheng4 mou3 yi2 xia4 jiu4 leng4 zhu4 le5 sp1 bu4 gan2 you3 si1 hao2 fan3 kang4 sil +004586 sil lao3 seng1 shi4 jue2 xian2 sp1 lao3 seng1 shen1 ban3 ying4 lang3 sil +004587 sil kai1 fa1 qu1 ban3 kuai4 reng2 ju1 zhang3 fu2 bang2 shou3 sil +004588 sil ta1 gan3 jue2 you3 xie1 wei1 miao4 sp1 jiu4 gen1 ta1 zai4 wei1 bo2 shang4 yao1 he5 sp1 yi2 chuan1 ping2 guo3 yi2 yang4 sil +004589 sil xian4 chang3 nong2 yan1 qiang4 ren2 sp1 jing3 jie4 xian4 yi3 la1 qi3 sil +004590 sil jie2 zhi4 wei3 pan2 sp1 ren2 min2 bi4 dui4 mei3 yuan2 bao4 jia4 wei2 sp1 liu4 dian3 san1 liu4 yi1 jiu3 yuan2 sil +004591 sil sui2 hou4 qin2 yang2 jin4 xing2 xian4 chang2 yan3 shi4 sil +004592 sil ju4 xi1 sp1 bei4 ding1 yao2 zhe3 mei2 you3 fa1 bing4 sil +004593 sil pao4 dao4 gu1 niang5 de5 zhi2 you3 gao1 fu4 shuai4 sil +004594 sil te4 li3 ye1 wei2 lai2 fou3 ren4 zhe4 yi2 bao4 dao4 sil +004595 sil dang1 ran2 ke2 yi3 sp1 jia1 you2 o5 sp1 wo3 hui4 bang1 ni3 chu1 zhu2 yi4 de5 sil +004596 sil xiang1 gang3 tong2 bao1 de5 quan2 quan2 ai4 xin1 sp1 ye3 ling4 wo3 ban4 yuan2 gong1 gan3 pei4 bu4 yi3 sp1 ming2 ji4 zai4 xin1 sil +004597 sil gong1 si1 tao2 tai4 le5 yi4 xie1 rong3 yuan2 sil +004598 sil qiang2 hua4 zu1 lin4 guan2 li3 ze2 ren4 sil +004599 sil ming2 chao2 jiang1 jun1 mu4 de5 mu4 bei1 sil +004600 sil zhe4 huir4 r zheng4 tang3 zai4 chuang2 shang4 ne5 sil +004601 sil sun1 piao2 shu4 hou4 zhuang4 tai4 bu2 cuo4 sil +004602 sil zhu1 li4 dai4 zhe5 wa2 wa5 men5 chu1 xian4 sil +004603 sil ni3 bu4 yue1 hao3 yi4 si5 lai2 sp1 he1 he1 sil +004604 sil di4 yi1 cai2 ji4 sp1 jing4 yun4 ying2 xian4 jin1 liu2 wei2 sp1 yi1 dian3 ling2 qi1 si4 yi4 mei3 yuan2 sil +004605 sil teng2 wan2 yi2 bian4 sp1 hui2 shou3 luo2 tian1 cheng2 de5 luo2 ti3 zi4 sp1 bu2 guo4 er2 er3 sil +004606 sil hai2 you3 sp1 wo3 kan4 dao4 hen3 duo1 qu1 xian4 dou1 ti2 dao4 sp1 yao4 fa1 zhan3 hong2 jiu2 chan3 ye4 sp1 rang4 nong2 min2 gai3 zhong4 pu2 tao5 sil +004607 sil en4 en4 sp1 ou2 ye3 zai4 kan4 ne5 sil +004608 sil tang2 hai3 bin1 sp1 yun2 nan2 meng2 hai3 chen2 sheng1 cha2 chang3 fu4 zong3 jing1 li3 sil +004609 sil ting1 jian4 shen1 hou4 yi4 sheng1 men4 xiang3 sil +004610 sil zuo2 tian1 yi4 zao3 sp1 gu4 gong1 duan1 men2 wai4 sp1 bian4 yi3 ren2 tou2 cuan2 dong4 sil +004611 sil chu1 men2 shi2 sp1 dao1 he2 yi1 fu5 yi2 kuai4 reng1 le5 sil +004612 sil jiao1 jing2 zhun3 bei4 jiang1 che1 kou4 liu2 shi2 sp1 jia4 shi3 yuan2 jing4 he2 jiao1 jing3 shua2 qi3 le5 heng4 sil +004613 sil xiang2 hao3 le5 nuo4 yan2 hou4 sp1 zui4 hou4 yi2 bu4 sp1 shi4 que4 ding4 yong4 ai4 huo4 xi3 huan1 sil +004614 sil quan2 shen1 qi2 chou4 wu2 bi3 sp1 san4 fa1 chu1 shi1 ti3 chou4 wei4 sil +004615 sil shan1 zhong1 na4 mi2 meng2 de5 xiao3 jing4 sp1 xiang4 mi2 zou3 shen2 jing1 yi2 yang4 sp1 wan1 yan2 jin4 weng3 yu4 de5 guo3 lin2 sp1 xiao1 shi1 bu2 jian4 sil +004616 sil ao2 le5 ji3 ge4 yue4 sp1 a1 xiu4 ye3 bei4 po4 zuo4 le5 xiao2 jie3 sil +004617 sil kan4 juan4 shi2 sp1 ta1 de5 lian3 ji1 hu1 tie1 zhe5 juan4 mian4 sil +004618 sil qi2 dao4 qiao2 shang4 sp1 tu1 ran2 dian1 bo3 cha4 dian3 shuai1 dao3 sil +004619 sil hui4 yi4 an1 pai2 zai4 zao3 chen2 wu3 liu4 dian3 zhong1 de5 shi2 hou4 sil +004620 sil san1 yue4 qi1 sp1 yang1 piao4 fa1 xing2 li4 lv4 reng2 ran2 chi2 ping2 yu2 bai3 fen1 zhi1 er4 dian2 jiu3 yi1 liu4 ba1 sil +004621 sil bu2 rang4 ta1 gen1 sp1 ta1 ji2 yan3 sp1 xue4 ya1 gang1 jiang4 yi4 dianr3 r sp1 ta1 you4 hui2 dao4 yi1 xian4 sil +004622 sil xiao3 xing1 xing5 kai1 xin1 de5 tian3 shi4 zhe5 ye4 zi5 shang4 de5 lu4 zhu1 sil +004623 sil dui4 ta1 lai2 shuo1 sp1 tou2 ben4 yang2 lao3 yuan4 sp1 geng4 duo1 shi4 chu1 yu2 qing2 gan3 xu1 qiu2 sil +004624 sil weng1 mie4 ba2 liang3 ge4 ren2 dai4 zou3 le5 sil +004625 sil ke3 jian4 sp1 ai4 de5 guo4 cheng2 shi4 duan3 zan4 de5 sp1 er2 ai4 de5 hui2 yi4 shi4 wu2 qiong2 de5 sil +004626 sil shi4 cheng2 hou4 sp1 zhang1 bo2 qiang2 he2 zhong4 di4 xiong5 sp1 ge4 de2 chou2 lao2 sil +004627 sil yi4 jia1 ren2 bu4 shuo1 liang3 jia1 hua4 sp1 ke4 qi4 shen2 me5 ya5 sp1 hei1 hei1 sil +004628 sil shang4 hai2 mei3 nian2 she4 bao3 kui1 kong1 bai3 yi4 yuan2 sp1 dui4 quan2 guo2 shi4 yi2 ge4 jing3 shi4 sil +004629 sil shi1 yong3 gang1 an4 xia4 shuo1 sp1 na2 li3 na2 li3 sp1 ni3 pang2 zuo4 na4 ge5 cai2 xing4 gan3 ne5 sil +004630 sil dan4 dang1 huan4 zhe3 li2 kai1 yi1 yuan4 hou4 jiu4 xin1 ji1 geng2 si3 sp1 zai4 hui2 lai5 shi2 sp1 yi3 jing1 wu2 yao4 ke3 jiu4 le5 sil +004631 sil shang4 ci4 nong4 de5 sp1 wo3 dao4 xian4 zai4 hai2 teng2 ne5 sil +004632 sil fang2 zi5 zu1 chu1 qu4 le5 sp1 kong2 mou3 que4 reng2 yao4 pei2 qian2 sil +004633 sil lin2 zhi4 yong3 yong4 jiao3 jiang1 xu2 mou3 chuai4 dao3 zai4 di4 shang4 sp1 bing4 jiang1 xu2 mou3 ji2 sun1 nv3 sp1 dang1 chang3 ci4 si3 sil +004634 sil er3 yang2 he2 xia4 you2 de5 yang2 he2 da4 qiao2 sp1 zai4 er4 yao1 er4 guo2 dao4 xian4 shang4 sil +004635 sil li3 meng2 feng1 zi1 xiu4 yi4 sp1 po1 ju4 dong1 fang1 nv3 xing4 de5 mei4 li4 sil +004636 sil peng2 you5 liu1 bing1 sp1 wo2 ye3 quan4 guo4 sp1 ye3 zhi2 you3 quan4 sil +004637 sil yao4 shang1 shen1 zhi1 yi1 sheng1 de5 ku2 nao3 sil +004638 sil dang1 ju2 shang4 yue4 zhi3 kong4 sp1 lu2 cen2 ke1 lan4 yong4 zhi2 quan2 he2 qin1 zhan4 guo2 jia1 cai2 chan3 sil +004639 sil dui4 yu2 fa1 bing4 lv4 jiao4 gao1 de5 miao4 tai2 cun1 sp1 liu2 dong1 mei2 shuo1 sp1 ta1 men5 cun1 kuai4 cheng2 gua3 fu4 cun1 le5 sil +004640 sil ni3 yao4 wen4 ju4 li2 you3 duo1 shao3 sp1 kong3 pa4 zhi2 you3 feng1 zhi1 dao4 sil +004641 sil ni2 zen3 me5 zhi1 dao4 ou3 shi4 mei2 nv3 a5 sil +004642 sil ni3 bu4 neng2 jiu4 nian1 liu1 de5 duo3 zhe5 sil +004643 sil jie3 jie5 he2 ba4 ba5 tang3 zai4 di4 shang4 sil +004644 sil wo3 shuai4 xian1 zhong4 le5 shi2 mu3 shi4 yan4 tian2 sil +004645 sil yu2 shi4 sp1 ta1 ta4 shang4 xun2 mu3 zhi1 lu4 sil +004646 sil hao2 wu2 ji1 hui4 shu1 jie3 de5 bei1 ai1 ne5 sil +004647 sil sui2 hou4 sp1 hai2 yong4 jiao3 ti1 chuai4 mu3 qin1 sil +004648 sil min2 jing2 zhao3 dao4 si1 ji1 xun2 wen4 sp1 de2 zhi1 qi2 shi4 shan2 bei3 ren2 sp1 wang2 mou3 gu4 yong4 de5 sil +004649 sil wang2 you2 cao3 min2 o5 shuo1 sp1 xiao2 nv3 hai2 de5 ren2 sheng1 bei4 hui3 de5 luan4 qi1 ba1 zao1 sil +004650 sil zhang1 fan2 mai3 lai2 liang3 ting1 pi2 jiu3 sp1 bian1 he1 bian1 shu1 xin1 zhong1 da4 zhi4 sp1 ba3 qin2 lei3 chen4 de5 xiang4 ge5 gu1 niang5 sil +004651 sil dang1 shi2 liang3 ren2 shuang1 yan3 tong1 hong2 ji1 rou4 gong2 qi3 sp1 yi4 xin1 yi2 yi4 xiang3 yao4 ban1 dao3 dui4 fang1 sil +004652 sil zuo2 ri4 sp1 jiang1 bei3 qu1 da4 shi2 ba4 yi4 cun1 sp1 xiao1 fang2 guan1 bing1 sa2 shui3 xi1 shi4 sil +004653 sil mu4 qian2 sp1 hai3 kui2 you4 ji2 jiang1 deng1 lu4 sil +004654 sil zhe4 ge4 wen4 ti2 yi3 jing1 kun4 rao2 wo3 yi2 ge4 xiao3 shi2 le5 sp1 yao4 bu5 sp1 qu4 chi1 wan3 san1 xian1 hun2 tun5 sil +004655 sil ni3 dui4 wai4 chu1 zu1 de5 shi4 da1 lian2 dao3 he2 xiao3 hao4 dao3 sil +004656 sil wang2 da4 jie3 hai2 qin1 zi4 bang1 ta1 zhang1 luo5 kao3 rou4 tan1 chong2 xin1 kai1 ye4 de5 shi4 sil +004657 sil yu4 ting1 zhan3 shi4 le5 kong2 zi3 zhou1 you2 lie4 guo2 shi2 si4 ge4 chun1 qiu1 de5 kan2 ke3 jing1 li4 sil +004658 sil you3 de5 chuan2 yuan2 huai2 yi2 sp1 yan2 mou3 shi4 zai4 jie2 shou3 shi2 bu2 shen4 zhui4 hai3 de5 sil +004659 sil dang1 shou3 bu4 ming2 xian3 ang1 zang1 shi2 sp1 yong4 fei2 zao4 he2 liu2 shui3 qing1 xi3 sil +004660 sil tui1 kai1 men2 yi2 kan4 sp1 li3 mian4 ji3 ge5 lao3 shi1 liao2 tianr1 r liao2 de5 zheng4 huan1 sil +004661 sil wu3 di4 gong1 an1 jing3 li4 lian2 dong4 sp1 jia1 da4 she4 qia2 du3 kong4 sp1 pan2 cha2 he2 mo1 pai2 gong1 zuo4 sil +004662 sil zan2 wan3 shang4 chu1 qu4 zhu4 ba5 sp1 jia1 li3 tai4 re4 le5 sil +004663 sil qi3 ye4 qiang3 shai4 fu2 li4 sp1 zhi3 wei4 xi1 yin3 ren2 cai2 liu2 zhu4 ren2 cai2 sil +004664 sil ni3 shuo1 zhe4 xie1 hao3 wu2 liao2 o5 sil +004665 sil ni2 yi3 wei2 shi4 shui2 jia1 de5 niu2 sil +004666 sil huang2 xue2 min3 zhou4 le5 zhou4 mei2 sil +004667 sil lan2 de5 er4 gong1 sang1 sp1 he2 zuo2 zuo3 mu4 xi1 de5 lian4 qing2 zhong1 yu2 bai4 lu4 le5 sil +004668 sil ta1 de5 lv4 shi1 zhi3 jun1 fang1 shou2 fa3 shi1 dang4 sp1 yao1 qiu2 fa3 guan1 tui1 fan1 ha1 mu3 dan1 zai4 qiu2 jin4 qi1 jian1 de5 gong4 ci2 sil +004669 sil you2 yu2 nian2 ji1 wen1 di1 sp1 wang4 cang1 xian4 sp1 bing4 fei1 zui4 shi4 yi2 zhong4 zhi2 ju2 zi5 de5 qu1 yu4 sil +004670 sil deng4 chao1 jie4 shao4 sp1 pian4 zhong1 zi4 ji3 dao4 chu4 yao3 ren2 sp1 yao2 nv3 ren2 sp1 ye2 yao3 nan2 ren5 sil +004671 sil tan2 zhi1 dao4 sp1 ao2 de5 neng2 liang4 da4 sp1 sha1 ren2 bu4 zha2 yan3 sp1 zhi3 de2 lang4 ji4 tian1 ya2 sp1 duo3 bi4 ao2 xing1 man3 sil +004672 sil cai2 pan4 yuan2 dan2 gan3 ru2 ci3 fang4 shui3 hu4 hang2 sp1 jiao4 lian4 yuan2 geng4 shi4 zhi2 jie1 shang4 zhen4 sil +004673 sil di2 sp1 yong4 jian3 dao1 jiao3 shang1 ren4 ni1 de5 er3 duo5 he2 bi2 zi5 sp1 yong4 tie3 ding1 ding1 ta1 de5 shi2 ge5 zhi3 tou5 sil +004674 sil song4 shi4 ping2 yao4 shui4 ti3 yu4 shi4 li3 sp1 yu2 xiong2 dao4 sp1 ni3 re4 hun1 le5 sp1 san1 zhong1 de5 xiao4 gui1 duo1 yan2 sp1 ni3 zhi1 dao4 ma5 sil +004675 sil gua3 tou2 zheng4 zhi4 sheng4 xing2 sp1 jing1 ying1 min2 zhu3 yu2 cao3 gen1 min2 zhu3 dui4 li4 sil +004676 sil shen2 me5 shi2 hou4 zhe4 tiao2 lu4 cai2 neng2 you3 xie1 lv4 se4 ya5 sil +004677 sil da3 zao4 nong2 cun1 cheng2 shi4 hua4 gong1 ye4 hua4 sp1 nong2 ye4 xian4 dai4 hua4 sp1 cheng2 shi4 you3 sha2 sp1 an2 you3 sha2 sil +004678 sil dan4 mei2 you2 yang3 yu4 zi2 nv3 fu4 dan1 de5 wu2 zi3 si4 fu1 fu4 sp1 li2 hun1 bi3 li4 que4 ri4 yi4 sheng1 gao1 sil +004679 sil zhe4 wei4 ri4 hou4 fa1 biao3 de5 tong3 ji4 shu4 zi4 suo3 yin4 zheng4 sil +004680 sil yi4 ming2 gong1 zuo4 ren2 yuan2 zai4 mei3 guo2 yi4 jia1 ji1 chang2 yan3 shi4 sp1 ru2 he2 shi3 yong4 luo2 jian2 sao3 miao2 yi2 sil +004681 sil yi4 lai2 er4 qu4 sp1 zhe4 tiao2 yu3 yin1 he2 shu4 ju4 liang3 tiao2 guan3 dao4 sp1 yi1 ran2 sp1 ni3 shi4 ni3 sp1 wo3 shi4 wo3 sp1 ai4 shei2 shei2 sil +004682 sil wen4 qi2 yi3 qian2 ta1 cheng2 ren4 guo4 sp1 ta1 bi2 zi5 li3 heng1 yi4 sheng1 sp1 bu4 shuo1 hua4 sil +004683 sil zhe4 san1 bu4 fen4 he2 ji4 wei2 sp1 shi2 qi1 dian3 ba1 san1 ba1 er4 wan4 kuai4 sil +004684 sil liang3 nian2 qian2 zai4 xi1 ban1 ya2 sai4 wei2 ya3 de5 bi3 sai4 zhong1 sp1 mei2 xi1 ceng2 huo4 de2 yin2 pai2 sil +004685 sil fa3 tiao2 gui1 ding4 ming2 bai5 wu2 wu4 sp1 ji2 zui4 jia4 sp1 bu2 lun4 qing2 jie2 dou1 gou4 cheng2 fan4 zui4 sil +004686 sil jin1 xing1 qiao2 he2 gong1 ren2 men5 sp1 yi4 qi3 diao1 zhuo2 fang2 gu3 shi2 hu3 sil +004687 sil yong3 hui1 fu2 she4 quan2 guo2 de5 wu4 liu2 zong3 bu4 deng3 xiang4 mu4 sp1 ye3 jiang1 luo4 hu4 nan2 tong1 sil +004688 sil er2 shen2 li2 ci3 an4 de5 fa3 guan1 sp1 ze2 zao2 yi3 tui4 xiu1 sil +004689 sil ge1 qian3 de5 bai2 hai3 tun2 sp1 ti3 chang2 chao1 guo4 liang2 mi3 sil +004690 sil zou3 chu1 zhen2 suo3 wai4 sp1 qiang2 de5 ce4 mian4 de5 yi2 duan4 zhi1 cheng1 qiang2 ye2 you3 lie4 feng4 sil +004691 sil yuan3 chu4 shi4 yu4 yu4 cong1 cong1 de5 da4 sen1 lin2 sp1 he2 ben1 xiang4 da4 xi1 yang2 de5 ya4 ma3 sun1 he2 sil +004692 sil zhe4 yu3 du4 shuang1 hua2 jin4 ri4 de5 yan2 lun4 ke3 wei4 da4 xiang1 jing4 ting2 sil +004693 sil dai4 a1 yi2 ku3 xiao4 le5 yi2 xia4 sp1 jiang1 ju2 zi5 pi2 sao3 jin4 bo4 ji5 sp1 dao4 jin4 la1 ji1 tong3 sil +004694 sil ci3 wai4 sp1 hai2 ke3 ti2 qian2 zuo4 ji4 hao4 sp1 bi3 ru2 qia1 diao4 bu4 fen5 yu2 wei2 deng3 sil +004695 sil you3 qi1 ba1 ge5 sp1 mao4 si4 wu2 suo3 shi4 shi4 de5 nan2 ren5 sp1 zai4 chang3 fang2 wai4 qun1 xun2 sil +004696 sil sui2 hou4 ji4 zhe3 lai2 dao4 shao2 yao4 ju1 zhan4 sp1 gai1 zhan4 de5 ke4 liu2 ye3 bu4 duo1 sil +004697 sil qi2 zhong1 sp1 da4 bu4 fen5 sui2 qian1 zi2 nv3 sp1 mian4 lin2 gao1 kao3 nan2 ti2 sil +004698 sil bao1 li3 de5 huang2 shan4 sp1 qu4 gu3 liu2 rou4 sp1 si1 si1 nen4 hua2 sp1 ru4 kou3 liu2 xiang1 sp1 guo3 ran2 ming2 bu4 xu1 chuan2 sil +004699 sil li3 jia1 tuo2 zhuan4 pan5 chu4 sp1 you3 jiao1 xun2 jing3 she4 xia4 de5 lin2 shi2 jian3 cha2 zhan4 sil +004700 sil fu4 er4 dai4 de5 xing2 wei2 wen4 ti2 qi2 shi2 shi4 fu4 yi1 dai4 de5 guan1 nian4 wen4 ti2 sil +004701 sil wu2 bo2 xiong2 yi1 yi1 duan1 xiang2 guo2 min2 zheng4 fu3 shi2 qi1 de5 lao3 zhao4 pian4 sil +004702 sil an4 fang3 zhong1 sp1 hei1 zhong1 jie4 cheng1 sp1 yi4 ban1 tong1 guo4 ji1 yin1 shai1 cha2 lai2 que4 bao3 luan2 zi3 de5 an1 quan2 xing4 sil +004703 sil fang2 di4 chan3 tiao2 kong4 de5 luo4 jiao2 dian3 shi4 fou3 cun2 zai4 pian1 cha1 sil +004704 sil ping2 zheng4 shi4 guo2 ku4 quan4 mai3 mai4 shi2 de5 li4 xi5 sp1 ru2 he2 ji4 suan4 sil +004705 sil er2 qie3 shen1 hai3 zuo4 ye4 sp1 ji1 ben3 bu2 shou4 zhou1 bian1 guo2 jia1 sao1 rao3 sil +004706 sil zai4 pu2 sa5 mian4 qian2 shuo1 jia3 hua4 sp1 ni3 gei2 wo3 chu1 qu5 sil +004707 sil ta1 jiu4 shi4 mei3 guo2 di4 yi1 sang3 sil +004708 sil wo3 qing1 shui3 chu1 fu2 rong2 sp1 tian1 ran2 qu4 diao1 shi4 sp1 xian4 zai4 hai2 mei2 hua4 guo4 zhuang1 ne5 sil +004709 sil wei2 wen3 nan2 de5 yuan2 yin1 zai4 na3 sil +004710 sil xue2 yuan2 leng2 leng3 de5 shuo1 sp1 mai4 hua1 quan1 sil +004711 sil bie2 wei4 bu4 gai1 wei4 de5 ren2 shang1 le5 bu4 gai1 shang1 de5 xin1 sil +004712 sil wei4 shen2 me5 ni3 hui2 wei1 xiao4 er4 zi4 shou3 ji1 dang3 shang1 bu4 qi3 sil +004713 sil yi2 qie4 an1 dun4 tuo3 dang4 hou4 sp1 ta1 he2 tong2 shi4 you4 hui2 dao4 xia2 qu1 shang4 ban1 sil +004714 sil you3 shi2 hou4 sp1 yi2 ge4 wei1 yan2 song3 ting1 de5 jia3 xin4 xi5 jiu4 neng2 rang4 guan1 yuan2 shen1 bai4 ming2 lie4 sil +004715 sil zhe4 zhong3 zi4 wo2 chao3 zuo4 sp1 yao4 huo1 de5 chu1 qu4 sp1 lian3 mian4 zi4 zun1 she4 hui4 sheng1 yu4 sp1 dou1 yao4 pao1 dao4 nao3 hou4 sil +004716 sil wen2 qiang2 ji2 qi2 shou3 xia4 san1 da4 jin1 gang1 zuo2 chu1 ting2 shou4 shen3 sil +004717 sil xian4 ru2 jin1 sp1 yan2 xiang2 yong1 you3 gai1 hang2 ye4 de5 guo2 ji4 ding4 jia4 quan2 sil +004718 sil che2 mei3 guo2 a1 sang1 qi2 dan1 xin1 sp1 yin3 du4 zhi4 rui4 dian3 hou4 sp1 zui4 zhong1 ke3 neng2 bei4 yi2 jiao1 gei2 mei3 guo2 sil +004719 sil zhen1 dui4 xian4 you3 de5 xin1 pian4 de5 chan3 ye4 mo2 shi4 sp1 hu2 wei2 wu3 zuo4 le5 zhe4 yang4 yi2 ge5 pou1 xi1 sil +004720 sil wei4 le5 ying2 de2 da4 jia1 dui4 zhe4 liang4 mian3 fei4 che1 de5 xin4 ren4 sp1 ai4 ni2 wa2 er3 zuo4 le5 hen3 duo1 nu3 li4 sil +004721 sil ai4 xin1 ren2 shi4 nan2 ning2 nan2 sp1 zai4 pai4 fa1 yue4 bing3 sil +004722 sil man3 gai4 jun1 fang1 you2 chuo1 de5 xin4 feng1 sil +004723 sil shi4 bei4 fa3 lv4 suo3 yun2 xu3 de5 ma5 sil +004724 sil zhi4 zuo4 yin1 xiang1 sp1 la3 ba5 shi4 guan1 jian4 sil +004725 sil geng4 rang4 ren2 nan2 yi3 kan4 dong3 de5 qi2 shi2 hai2 you3 wan4 ke1 de5 tui1 pan2 jie2 zou4 sil +004726 sil deng1 shang4 wang4 jiang1 lou2 sp1 gun2 gun3 jiang1 shui3 sp1 jiang1 yin1 chang2 jiang1 da4 qiao2 qi4 shi4 pang2 bo2 sp1 jin4 shou1 yan2 di3 sil +004727 sil que4 mei2 you2 zheng3 bu4 liao3 gai1 za2 zheng3 de5 nei4 rong2 sil +004728 sil ni3 ren4 sheng3 zuo4 jia1 xie2 hui4 dang2 zu3 fu4 shu1 ji4 sil +004729 sil jia1 qiang2 bi4 ye4 sheng1 jiu4 ye4 zhi2 dao3 jiu4 ye4 fu2 wu4 he2 jiu4 ye4 yuan2 zhu4 sil +004730 sil hai2 shi4 xiang4 tuo4 hai3 de5 lao3 die1 yi2 yang4 de5 da4 shen2 sil +004731 sil hai2 bi3 shang1 fan4 zai4 wo3 men5 jia1 li3 lai2 shou1 yao4 gui4 yi4 dianr3 r ma5 sil +004732 sil er2 ying2 li4 yu4 jing3 geng4 shi2 yu3 run4 shi2 pin3 de5 gu3 jia4 xue3 shang4 jia1 shuang1 sil +004733 sil ran2 er2 sp1 duo1 ge5 qu1 xian4 xi4 ze2 que4 shi3 zhong1 you2 bao4 pi2 pa5 ban4 zhe1 mian4 sil +004734 sil zai4 san1 er4 wu3 guo2 dao4 huang2 po1 da4 qiao2 shang4 sp1 yi2 liang4 huo4 che1 bei4 da4 feng1 xian1 fan1 sil +004735 sil wo2 hen3 fen4 nu4 sp1 cong2 chuang2 shang4 na2 cai4 dao1 kan3 le5 ta1 sil +004736 sil zhi4 shao3 wo2 ye2 dei3 dao4 lun2 dun1 ao4 yun4 hui4 hou4 cai2 kao3 lv4 zhe4 ge5 shi4 qing5 sil +004737 sil ci3 qian2 ta1 yu4 dao4 yi4 ming2 nv2 zi3 sp1 dui4 fang1 yu2 ben4 sp1 li3 guan4 jun1 bian4 jiang1 qi2 shou1 wei2 lao3 ban4 sil +004738 sil ci3 jian1 sp1 nei4 lu4 ge4 sheng3 wei4 le5 zheng1 shang4 nei4 lu4 di4 yi1 he2 dian4 zhan4 sp1 er2 pin1 de5 tou2 po4 xue4 liu2 sil +004739 sil zhong4 ren2 na2 qi3 gun4 bang4 zhui1 da3 sp1 zai4 yuan4 men2 kou3 wai4 lan2 zhu4 sp1 jiang1 qi2 da2 si3 sil +004740 sil ge4 lou2 ceng2 dou1 you3 yi2 ge5 xiao1 fang2 shuan1 sp1 ping2 shi2 yan3 lian4 de5 shi2 hou4 hui4 yong4 dao4 sil +004741 sil bei4 jin4 gu4 de5 xi1 wang4 su1 sheng1 le5 ma5 sil +004742 sil gang1 shui4 xing3 sp1 jiao4 jie2 qi3 lai2 gan4 ma2 sil +004743 sil shi1 mi2 fen3 shi4 lao2 guang3 men5 xi3 huan1 de5 shi2 cai2 sil +004744 sil yuan2 you2 shun4 di4 xia4 guan3 gou1 liu2 tang3 sp1 xing2 cheng2 di4 mian4 liu2 tang2 huo3 sp1 huo3 shi4 man4 yan2 sil +004745 sil xiao3 yang2 bu2 duan4 fan3 kang4 sp1 shuang1 fang1 li4 liang4 xuan2 shu1 sp1 zui4 hou4 wang2 hu3 yi4 tu2 de2 cheng3 sil +004746 sil ci3 wai4 sp1 a1 sang1 qi2 hai2 xi3 huan5 nve4 dai4 mao1 sil +004747 sil dan4 zhe4 xie1 yu3 guan1 fang1 de5 jie4 shao4 jiong3 yi4 sil +004748 sil zhong1 li4 ti2 zhu3 dong4 lou3 zhe5 xing2 nan2 sp1 yan3 ru2 yi2 dui4 xin1 hun1 fu1 qi1 sp1 fei1 chang2 en1 ai4 sil +004749 sil wo3 men5 zhen1 de5 jiu4 shu4 shou3 wu2 ce4 le5 ma5 sil +004750 sil bu2 shi4 ying1 gai1 xian1 lian4 ai4 zai4 jie2 hun1 ma5 sil +004751 sil che4 hui2 ye3 de2 dao4 le5 fa3 yuan4 de5 zhun2 xu3 sil +004752 sil ji1 ji2 kai1 pi4 ban4 zheng4 lv4 se4 tong1 dao4 sil +004753 sil you4 na2 qi3 sao4 zhou5 da2 sao3 wei4 sheng1 sil +004754 sil ta1 gan4 zhe5 lei4 si4 yu2 da3 za2 de5 gong1 zuo4 sil +004755 sil kong1 jun1 ji1 guan1 dui4 yi4 hang2 yuan4 de5 zuo4 fa3 ji2 yu3 chong1 fen4 ken3 ding4 sil +004756 sil jia1 na2 da4 wo4 tai4 hua2 da4 sha4 shang4 kong1 sp1 chu1 xian4 san1 dao4 shan3 dian4 sil +004757 sil jia1 jia1 lin2 si3 yin1 xian1 qian2 you3 bu4 shao3 ban2 ben3 sil +004758 sil di4 si4 gong1 zuo4 qu1 sp1 wei2 ji4 dong1 gan1 han4 qu1 sp1 bao1 kuo4 tang2 shan1 shi4 de5 luan2 nan2 deng3 sil +004759 sil bie2 ti2 le5 sp1 he2 ni2 sao3 zi5 kuai4 li2 le5 sil +004760 sil ru2 ci2 leng3 ku4 de5 mei3 rong2 ban4 fa3 sp1 ting1 de5 sou1 sou1 tuan2 de5 mei2 nv3 da4 wang2 sp1 duo1 suo5 cheng2 yi4 tuan2 sil +004761 sil zuo2 ri4 shi2 pu2 gang3 hai2 xia4 le5 lei2 zhen4 yu3 sil +004762 sil wo3 dang1 shi2 bu4 yi3 wei2 ran2 sp1 hui2 da2 shuo1 sp1 zhe4 you4 mei2 huai4 sp1 hai2 neng2 chuan1 ne5 sil +004763 sil wo3 men5 zai4 shai1 xuan3 hou4 sp1 hui4 tong1 zhi1 nin2 jie2 guo3 sil +004764 sil hou4 lai2 nv2 you2 tang3 zai4 chuang2 tou2 bu2 dong4 le5 sp1 zui2 li3 zhi2 chuan3 cu1 qi4 sil +004765 sil yi4 xie1 dan2 xiao3 de5 dian4 zhu3 sp1 wang2 wang3 yuan4 yi4 chu1 qian2 an1 fu3 si1 xia4 liao3 jie2 sil +004766 sil na4 cheng2 li3 ren2 piao3 le5 nong2 min2 yi4 yan3 shuo1 sp1 mei2 wen2 hua4 sp1 zhe4 jiao4 ta4 qing1 sil +004767 sil mei2 xiang3 dao4 dui4 fang1 liang3 ren2 jing4 dong4 qi2 shou3 lai2 sp1 cao1 qi3 san2 bing3 jiu4 chao2 chen2 shi1 fu5 shen1 shang4 za2 sil +004768 sil na4 ren2 jia1 sa4 bo2 shen2 me5 de5 sp1 yi4 nian2 bi3 er4 shi2 duo1 ci4 zen3 me5 shuo1 ya5 sil +004769 sil bu2 yao4 guang1 kan4 ta3 jian1 sp1 er2 yao4 duo1 kan4 kan5 jin1 zi4 ta3 de5 ji1 chu2 zen3 me5 yang4 sil +004770 sil zhong1 guo2 yu3 dong1 nan2 ya4 guo2 jia1 lian2 meng2 de5 guan1 xi5 sp1 you2 na3 xie1 jin4 zhan3 sil +004771 sil si4 tai4 tai5 liang2 an1 qi2 zuo2 tian1 sheng1 ri4 sp1 xin1 qing2 da4 hao3 sil +004772 sil yi4 bang2 fei3 xiang4 yu4 mou2 jie2 chi2 de5 hong2 se4 jiao4 che1 zou3 qu4 sil +004773 sil zhi2 zheng4 dang3 geng4 shi4 zai4 di4 fang1 xuan2 ju3 zhong1 can3 bai4 sil +004774 sil zuo4 jia1 de5 sheng1 tao3 yin2 qi3 ju4 da4 fan2 xiang3 sp1 ye4 nei4 wai4 ge4 zhong3 sheng1 yuan2 zhi1 sheng1 sp1 fen1 fen1 chuan2 lai2 sil +004775 sil fou3 ze2 shao1 huo3 de5 re4 qing2 gan4 jin4 yuan4 wang4 bu4 jin3 luo4 kong1 sp1 fan3 liu2 xiao4 bing3 sil +004776 sil zai4 yu2 shui3 jiao1 guan4 xia4 sp1 hu2 nan2 shu3 re4 quan2 xiao1 sp1 tian1 qi4 bian4 de5 liang2 shuang3 yi2 ren2 sil +004777 sil gai1 sui4 dao4 you2 zhong1 tie3 shi2 ba1 ju2 shi1 gong1 sp1 liu2 tie3 jian1 li3 sil +004778 sil you2 yu2 xian4 chang3 men1 re4 sp1 bu4 shao3 guan1 zhong4 yao2 zhe5 shan4 zi5 ting1 ge1 sil +004779 sil yu2 shi4 sp1 er4 ren2 dui4 zhe5 qi2 ta1 ren2 sp1 wan2 ming4 de5 wa1 qi3 bi2 shi3 lai2 sil +004780 sil ke3 shi4 zhong2 zhong2 yin3 xing4 fu2 li4 que4 wu3 hua1 ba1 men2 sp1 yu4 yan3 yu4 lie4 sil +004781 sil guo3 ran2 sp1 jia1 gong1 wa2 wa5 cai4 de5 ji1 di4 jiu4 yin3 cang2 zai4 zhe4 li3 sil +004782 sil ta1 qing3 qiu2 sp1 you2 san1 ming2 fa3 guan1 zu3 cheng2 de5 fa3 ting2 sp1 dui4 ba1 xi1 er3 fa1 chu1 dai4 bu3 ling4 sil +004783 sil xiang1 ying4 de5 sp1 zeng1 fa1 mu4 zi1 gui1 mo2 sp1 ye3 sui2 zeng1 fa1 jia4 ge2 de5 tiao2 zheng3 sp1 er2 you2 suo3 bian4 hua4 sil +004784 sil sheng1 ming4 de5 zan4 ge1 shu3 yu2 she2 ji3 jiu4 ren2 de5 ying1 xiong5 men5 sil +004785 sil dang4 wan3 jiu4 ba3 zhe4 shuai4 ge1 gei3 shui4 le5 sp1 xin1 li3 sp1 wu2 bi3 de5 shu1 chang4 sil +004786 sil huo3 zai1 yuan2 yin1 shang4 wei4 cha2 ming2 sp1 dang1 di4 gan4 bu5 ze2 ren4 que4 cha4 bu5 duo1 pie3 qing1 le5 sil +004787 sil sui2 hou4 sp1 suo3 jiang4 zhao3 chu1 gong1 ju4 qiao4 suo3 sp1 qiao4 suo3 shi2 fa1 chu1 ping1 ping1 pang1 pang1 de5 xiang3 sheng1 sil +004788 sil ang1 zang1 de5 jia1 gong1 bing4 si3 ji1 zuo1 fang5 sil +004789 sil you2 chuan2 de5 jia2 ban3 bei4 si1 kai1 sil +004790 sil tou2 ding2 you3 gen1 sheng2 lian2 zhe5 shu4 sil +004791 sil nan2 hai2 tai2 wan4 kan4 biao3 sp1 chong4 ta1 xiao4 xiao5 sp1 shuo1 sp1 ni3 chi2 dao4 le5 sil +004792 sil ping2 shi2 ma4 ni3 jiu4 suan4 le5 sp1 fei1 yao4 deng2 wo3 da2 ni3 sp1 cai2 zhi1 dao4 wo3 wen2 wu3 shuang1 quan2 sil +004793 sil geng4 wei2 yan2 zhong4 hai2 zai4 yu2 zan3 xiang4 mu5 sil +004794 sil mei2 xiang3 dao4 hu3 zi5 ji4 hen4 yu2 xin1 sil +004795 sil tai4 ping2 lun2 xia4 chen2 hen3 kuai4 sp1 kong3 huang1 de5 ren2 qun2 kai1 shi2 wang3 jiu4 sheng1 ting2 pao3 sil +004796 sil hang2 zhou1 yi2 dui4 lao3 fu1 qi1 chang2 zai4 li3 fa4 dian4 tao1 er3 duo5 sp1 jie2 guo3 tao1 chu1 le5 xing4 bing4 sil +004797 sil you2 xing2 dui4 wu3 bian1 xing2 jin4 sp1 bian1 yu3 hao4 qi2 de5 guan1 zhong4 hu4 zhi4 wen4 hou4 sp1 zhu4 he4 xin1 nian2 sil +004798 sil ji1 chang3 gong1 zuo4 ren2 yuan2 he2 zhu4 chang3 wu2 jing3 sp1 lian2 ye4 zai4 ji1 chang2 pao3 dao4 shang5 sao2 xue3 chu2 bing1 sil +004799 sil tong2 ju4 de5 xing4 sp1 ling2 mu4 fu2 sp1 bing2 ben3 ming2 sp1 he2 bei3 cun1 yi4 hui1 deng2 yan3 yuan2 ye3 xi1 shu4 liang4 xiang4 sil +004800 sil lao3 tai4 tai5 pie3 tou2 guan1 wang4 sp1 yi3 jing1 zhu4 yi4 dao4 yin2 hui1 se4 jiao4 che1 gao1 su4 shi3 lai2 sil +004801 sil sa3 ding1 dao2 bei3 bu4 yan2 an4 de5 da4 pian4 di4 qu1 sp1 jin4 lai2 bei4 ka2 ta2 er3 ren2 mai3 xia4 sil +004802 sil dan4 neng2 fou2 xie3 chu1 bu4 xiu3 zhi1 zuo4 sp1 ji4 yao4 you3 jing1 li4 sp1 you3 cai2 hua2 sp1 hai2 yao4 you3 yun4 qi4 sil +004803 sil zhe4 shi4 yuan2 ban3 yi1 suo3 yu4 yan2 de5 gu4 shi4 sp1 yong4 yi4 shi4 ti2 xing3 ren2 men5 yao4 dang1 xin1 huai4 ren2 de5 gui3 ji4 sil +004804 sil wei4 lai2 da4 feng1 zhu3 yao4 dui4 nan2 jiang1 you3 ying2 xiang3 sil +004805 sil dian4 chang3 da4 yan1 cong1 pai2 chu1 dan4 huang2 se4 fei4 qi4 sil +004806 sil dan4 zhou1 bian1 you3 cun1 min2 bei4 zha4 qi3 de5 fei1 wu4 ca1 shang1 sil +004807 sil qi2 chun1 bing1 sp1 luan2 yi4 jie2 sp1 bu4 fu2 sp1 ti2 chu1 shang4 su4 sil +004808 sil fei1 yan4 hen4 bu4 de2 yao4 da4 jiao4 shi2 xing2 gong4 chan2 zhu3 yi4 sil +004809 sil lai2 wan3 niu2 rou4 mian4 sp1 dian3 fen4 hun2 tun5 sp1 ting3 sp1 fang1 bian4 sil +004810 sil zhe4 xie1 dou1 rang4 zhou1 dong1 yu3 sp1 yi2 du4 jue2 de5 te4 bie2 ju3 sang4 sil +004811 sil jiang3 wan2 li2 xiang3 sp1 wo2 xiang3 zui4 hou4 jiang2 jiang3 xian4 shi2 sil +004812 sil ceng2 ren4 hang2 kong1 bing1 zhan4 shi4 sp1 pai2 zhang3 can1 mou2 deng3 zhi2 sil +004813 sil da4 xue2 sheng1 qi4 fen4 de5 shuai3 tou2 ji2 zou3 sp1 zou3 zhi1 yu2 sp1 bu2 wang4 zai4 shuai1 yi2 shan4 men2 sil +004814 sil hai3 wai4 qiao2 bao1 can1 zheng4 li3 zheng4 sp1 li4 zu2 sheng1 gen1 de5 yi4 shi5 sp1 yue4 fa1 qiang2 lie4 sil +004815 sil zhong1 e2 shi4 shan1 shui3 xiang1 lian2 de5 you2 hao3 lin2 bang1 sp1 zhong1 e2 liang3 guo2 ren2 min2 de5 you3 yi4 sp1 yuan2 yuan3 liu2 chang2 sil +004816 sil hen3 duo1 ming2 ren2 zao1 dao4 zhe4 xie1 wang3 min2 yong4 wu1 hui4 yu3 yan2 gong1 ji1 shi2 sp1 dou1 xuan3 ze2 duo2 qi3 lai2 sil +004817 sil qian1 nian2 zhen1 cang2 yi4 zhao1 sun2 hui3 sil +004818 sil dan4 nv3 si1 ji1 hai2 shi4 song2 song3 jian1 biao3 shi4 bu2 hui4 chui1 qi4 sil +004819 sil huo2 xian2 deng3 ji2 chu4 ding3 sp1 mang2 huai4 le5 ben3 shi4 de5 hu4 lin2 ren2 yuan2 sil +004820 sil lu2 gui4 hua2 shi4 jia1 zhong1 wei2 yi1 de5 xiu4 cai5 sp1 bi4 ye4 yu2 yi4 suo3 zhong1 zhuan1 de5 cai2 kuai4 zhuan1 ye4 sil +004821 sil que1 fa2 jian1 guan3 de5 yu4 suan4 wai4 zi1 jin1 ne5 sil +004822 sil pin2 fan2 chu1 xi2 shi2 shang4 huo2 dong4 de5 lan2 yan4 sp1 ye3 yin1 ci3 huo4 feng1 sp1 hong2 tan2 nv3 wang2 zhe4 yi4 cheng1 hao4 sil +004823 sil xiang3 dou1 bu2 yao4 xiang3 sp1 zhe4 shi4 sha2 zi5 sheng1 huo2 o5 sil +004824 sil ya2 dian3 cheng1 wang2 de5 han2 guo2 xiao3 zi5 liu3 cheng2 min3 sp1 you3 wang4 chuang4 zao4 li4 shi3 ma5 sil +004825 sil jiu4 ru2 fu1 xiao3 ji1 de5 lao2 mu3 ji1 yi2 yang4 wen1 nuan3 sil +004826 sil dan4 pai1 she4 shi2 sp1 zhu2 yan3 men5 dou1 xin1 jing1 dan3 zhan4 sil +004827 sil tu1 ran2 sp1 fei1 ji1 kai1 shi2 zuo3 you4 yao2 huang4 qi3 lai5 sil +004828 sil wo3 xing4 hao3 mei2 you3 yu4 guo4 ren2 yong4 hua1 yan2 qiao2 yu3 hong2 wo3 sil +004829 sil jin1 tian1 you4 zuo4 de5 te4 bie2 xian2 sp1 xi2 fu5 kan4 wo3 yi4 yan3 sp1 wan2 dian4 nao3 qu4 le5 sil +004830 sil dang1 ran2 sp1 gong1 zhong4 dou1 li2 jie2 ru3 xie2 de5 yong4 xin1 liang2 ku3 shi4 du2 qing2 shen1 sil +004831 sil xian4 zai4 shi4 ye2 ye5 nai3 nai5 zhao4 gu4 xiao3 qiu1 rong2 sil +004832 sil yao4 hei1 dong4 tu2 pian4 shang4 tian1 wen2 wang3 sp1 you2 hen3 duo1 sil +004833 sil zhe4 ge5 jia1 wo3 zai4 ye2 ren3 shou4 bu2 xia4 qu4 le5 sil +004834 sil tui1 kai1 men2 sp1 yi4 gu3 niao4 sao1 wei4 pu1 bi2 er2 lai2 sil +004835 sil wo3 kan4 jian5 bao2 xian3 gang4 zuo3 ce4 diao4 le5 yi2 kuai4 sil +004836 sil mei2 guan1 xi5 de5 xiang3 jing4 biao1 sp1 menr2 r dou1 mei2 you3 sil +004837 sil ni3 zhe4 me5 ai3 sp1 wei4 shen2 me5 bu2 qu4 mai4 shao1 bing3 sil +004838 sil hui2 dao4 zu1 fang2 sp1 liang3 ren2 zhang1 luo5 yu2 huo3 guo1 sil +004839 sil xi1 fang1 guo2 jia1 huai2 yi2 sp1 yi1 lang2 yi3 he2 ping2 li4 yong4 he2 neng2 wei2 yan3 hu4 sp1 shi4 tu2 fa1 zhan3 he2 wu3 qi4 sil +004840 sil leng3 ao4 de5 biao3 qing2 he2 lin3 lie4 de5 yan3 shen2 sp1 yan3 yi4 chu1 nong2 yan4 de5 fen1 wei2 sil +004841 sil qiang2 hua4 min2 zhong4 wen4 ze2 sp1 zhe4 ye3 shi4 xing2 zheng4 wen4 ze2 wei4 lai2 de5 fang1 xiang4 sil +004842 sil ta1 zai4 ti3 yu4 yun4 dong4 fang1 mian4 ye3 mei2 shen2 me5 ke3 kua1 yao4 de5 zi1 ben3 sil +004843 sil jing3 fang1 hai2 xian4 chang3 kou4 ya1 le5 san1 qian1 ce4 shang4 wei4 zhuang1 ding4 cheng2 ce4 de5 zhu1 rong2 ji1 da2 ji4 zhe3 wen4 sil +004844 sil er2 wai4 jie4 huan2 jing4 sp1 ye3 shi4 de2 niu2 pi2 xuan3 de5 zhong4 yao4 yuan2 yin1 zhi1 yi1 sil +004845 sil dan4 rang4 ren2 ku1 xiao4 bu4 de2 de5 shi4 sp1 you2 ke4 zhong1 sp1 ye3 bu4 fa2 kou1 qiang2 pi2 wa1 zhuan1 kuai4 de5 sil +004846 sil lao3 po5 fa1 xian4 sp1 wo2 lian3 shang4 qi3 le5 ge5 dou4 sp1 si3 huo2 yao4 bang1 wo2 ji3 diao4 ta1 sp1 wo3 shuo1 hai2 mei2 shou2 sp1 ji3 le5 tong4 sil +004847 sil jia3 ru2 zhen1 you3 zhe4 zhong3 ren2 sp1 wo3 ning4 yuan4 qu4 chang2 ta1 dao3 dan4 de5 zi1 wei4 sil +004848 sil han4 yang2 chu3 cai2 zhong1 xue2 de5 nv3 jiao4 shi1 que4 mei2 you3 ji1 hui4 zhan3 xian4 si1 wa4 mei2 tui3 le5 sil +004849 sil jing1 jian3 cha2 sp1 zhang3 zai4 jia2 luan3 chao2 nei4 de5 zhong3 liu2 sp1 hen2 ke3 neng2 wei2 e4 xing4 sil +004850 sil ta1 men5 shen1 chuan1 bai2 se4 yun4 dong4 yi1 sp1 ge4 ge5 jing1 shen2 dou2 sou3 sil +004851 sil ka2 er2 fa3 ni2 ya4 ren4 wei2 sp1 jie1 tou2 mai4 yin2 shi4 ke2 chi3 de5 shi4 qing5 sil +004852 sil dan4 shi4 ding1 ke3 er2 yi4 zhi2 chen2 mo4 sp1 dui4 chu1 zou3 de5 shi4 qing5 sp1 zhi1 zi4 bu4 ti2 sil +004853 sil zhe4 li3 shi4 ai1 ji2 di4 yi1 pi1 wang2 chao2 de5 mu4 di4 sil +004854 sil ta1 kuai4 su4 nie4 zhu4 liang3 zhang1 qian2 sp1 zuan4 zai4 shou3 xin1 nie1 cheng2 tuan2 sp1 nie4 zi5 shou1 jin4 xiu4 zi5 sil +004855 sil bu4 jiu2 yi3 hou4 sp1 wang2 hong2 he2 zhang4 fu5 li2 hun1 sil +004856 sil bu2 shi4 sp1 wo3 you2 yi4 quan1 jiu4 wei4 yi4 kou3 sp1 wo3 jue2 de5 zhe4 yang4 te4 xiang4 hai3 yang2 guan2 li3 xun4 hai3 tun2 sil +004857 sil wo3 zai4 pang2 bian1 han3 qia1 ren2 zhong1 qia1 ren2 zhong1 sil +004858 sil kong1 jun1 ji1 di4 kai1 shi3 yi4 nian2 yi2 du4 de5 fang2 yi4 zhu4 she4 sp1 you2 yu2 ren2 duo1 sp1 ta1 men5 qing3 shou4 yi1 lai2 bang1 mang2 sil +004859 sil zhuan1 jia1 fen1 xi1 ren4 wei2 sp1 zhong1 guo2 guo2 fang2 bu4 zhang3 fang2 mei3 sp1 yi4 zai4 hua4 jie3 yi2 lv4 sil +004860 sil ta1 bu4 xi3 huan5 jiao1 ji4 sp1 ying4 chou5 neng2 tui1 ze2 tui1 sil +004861 sil shi4 fou3 yin1 ci3 yu4 dao4 fan2 nao3 sp1 you3 shen2 me5 jing1 yan4 huo4 jiao4 xun4 sp1 dou1 qing2 gei3 shang1 bao4 shuo1 shuo5 sil +004862 sil zai4 shen1 keng1 liang3 bian1 sp1 hai2 wei4 ta1 xian4 de5 lu4 mian4 xia4 sp1 hang1 tu3 ye2 yi3 bei4 tao2 kong1 sil +004863 sil lao3 zheng4 shuo1 sp1 ta1 kao3 lv4 ba3 da4 li3 yu2 zhu2 gei3 da4 jia1 chi1 diao4 sp1 bu4 zhi1 ying2 yang2 za3 yang4 sil +004864 sil ping2 fang2 hou4 mian4 de5 shan1 po1 shang4 sp1 ji3 ming2 nan2 zi3 zheng4 lin1 zhe5 kuang4 deng1 wang3 shan1 shang4 pa2 sil +004865 sil yi3 zhi4 yu2 che4 pu3 tai4 zhuang4 xian4 shi2 sp1 lian2 ji4 zhe3 dou1 gao3 bu4 qing1 chu3 zhe4 jia1 huo5 shi4 shui2 sil +004866 sil gei2 ni3 jiang2 ji3 bian4 le5 ni3 hai2 bu2 hui4 sp1 ni3 de5 nao3 dai5 rang4 lv2 ti1 le5 sil +004867 sil qi4 fen4 zhi1 xia4 sp1 nian2 qing1 de5 nv3 xu4 jing4 chi2 bian3 dan4 jiang1 yue4 mu2 da3 cheng2 zhong4 shang1 sil +004868 sil sui1 ran2 bao3 zhu4 yi4 tiao2 ming4 sp1 dan4 ji3 zhui1 gu3 duo1 chu4 gu3 zhe2 sp1 ji3 shen2 jing1 hui2 sun3 yan2 zhong4 sil +004869 sil zhang1 xin4 zhe2 kan4 dao4 shu4 xue2 ti2 jiu4 sha2 yan3 zhang1 zui3 sp1 zhi2 hao3 xiang4 xiao3 peng2 you5 qiu2 jiu4 sil +004870 sil tu2 wei2 jiao1 jing3 zai4 wang2 fu2 jing3 lu4 kou3 mao4 xue2 zhi3 hui1 jiao1 tong1 sil +004871 sil yi2 ge5 gu2 dong3 fan4 zi5 sp1 yi2 ge5 yin2 jiang4 sp1 he2 yi2 ge5 mu4 jiang4 zou3 dao4 le5 yi4 qi3 sil +004872 sil na4 ni3 hai2 xiang3 kan4 duo1 yuan3 sil +004873 sil ren2 ming4 guan1 tian1 sp1 yi1 tuo1 ying1 gai1 shi4 guo4 jie1 lao2 shu3 sp1 ren2 ren2 dou1 you3 han2 da3 de5 ze2 ren4 sil +004874 sil zhe4 yang4 bu2 zhi4 yu2 rang4 nin2 piao1 piao1 yu4 xian1 sp1 geng4 bu2 zhi4 yu2 rang4 tong2 shi4 men5 fa1 xian4 nin2 zhong4 jiang3 de5 shi4 sil +004875 sil sui2 hou4 bao4 liao4 ren2 cheng1 sp1 zhang1 yan4 de5 gong1 gong5 zai4 bei3 jing1 san1 ya4 deng3 di4 sp1 yong1 you3 da4 liang4 fang2 chan3 sil +004876 sil ying4 zhe5 yi4 shan3 yi4 shan3 de5 guang1 liang4 sp1 wo3 cai2 fa1 xian4 sp1 ta1 cu1 cao1 de5 shou3 shang4 dai4 zhe5 ge5 da4 jin1 jie4 zhi5 sil +004877 sil zuo2 ri4 sp1 zai4 dong4 wu4 yuan2 de5 yu4 ying1 shi4 sp1 yu4 ying1 xiang1 zhong1 han1 tai4 ke3 ju1 de5 hu2 bao3 bao5 niu1 niu5 sil +004878 sil qie2 liang3 fu2 yong4 di4 jun1 an4 gui1 ding4 pi1 yu3 chu1 jia4 zui4 gao1 de5 tou2 biao1 zhe3 sil +004879 sil hen2 xian3 ran2 sp1 mai3 jia1 ji2 bian4 xia1 bian1 yi2 ge5 hao4 ma3 sp1 tan1 zhu2 ye3 wu2 cong2 cha2 zheng4 sil +004880 sil zu3 zhi1 zhe3 a1 li3 cheng2 ren4 shuo1 sp1 zhe4 shi4 ta1 men5 sp1 wu2 fa3 ying4 dui4 sp1 ga1 li5 guo4 la4 dao3 zhi4 de5 wen4 ti2 sil +004881 sil you2 xi3 yi1 ji1 sp1 wo3 jiu4 tou1 hui4 lan3 ba5 sil +004882 sil yi2 dao4 bei3 ping2 sp1 bian4 xian4 ru4 ying4 chou5 de5 xuan2 wo1 sil +004883 sil mei3 jin1 cai2 jiu3 kuai4 wu3 sp1 hai2 neng2 jiang3 jia4 sil +004884 sil tang1 mou3 kan4 hou4 xin1 zhong1 fei1 chang2 fen4 nu4 sp1 bian4 chan3 sheng1 bao4 fu5 gong1 gong5 de5 e4 nian4 sil +004885 sil li3 cha2 sen1 shen4 zhi4 mei2 neng2 huo4 zhun3 tan4 fang3 ge2 luo2 si1 sil +004886 sil kan3 sheng4 de5 shu4 zhuang1 sp1 you4 meng2 sheng1 chu1 xu2 xu3 duo1 duo1 de5 nen4 ya2 lai2 sil +004887 sil jiu4 suan4 sheng1 huo2 zhi3 shi4 ge5 bei1 ju4 sp1 wo2 ye3 yao4 zuo4 ge5 shang4 pin3 qing1 hua1 ci2 bei1 ju4 sil +004888 sil nan2 dao4 xian2 wo3 bu4 hao3 kan4 sp1 bu2 guo4 wo3 xin1 ling2 mei3 o5 sil +004889 sil jiu4 xiang4 yu2 chi4 zha1 dao4 le5 hou2 long5 li3 sil +004890 sil yao4 shi4 ni3 de5 che1 huai4 zai4 lu4 shang5 ne5 sil +004891 sil fei4 ming2 yi2 ze2 yong4 rong2 xing4 gao1 xing4 xing1 fen4 ji3 ge5 zi4 yan3 sp1 xing2 rong2 ta1 de5 gan3 shou4 he2 xin1 qing2 sil +004892 sil meng4 xiang3 yi2 ding4 yao4 you3 sp1 wan4 yi1 shi2 xian4 le5 ne5 sil +004893 sil he1 he1 zhe4 ci2 zui4 you3 nei4 han2 le5 sil +004894 sil zhou1 zhong1 yang2 tou2 bu4 zuo2 jiao3 shou4 shang1 sil +004895 sil zhe4 cai2 shi4 ke3 xing2 de5 bian1 cheng2 yu3 yan2 sp1 ta1 geng4 ju4 shen1 suo1 xing4 sil +004896 sil xu3 duo1 fang2 nu2 cheng2 wei2 duo3 bi4 fang2 chan3 sp1 bei4 mo4 shou1 pian4 ju2 de5 shou4 hai4 zhe3 sil +004897 sil cha2 nuan2 shou3 sp1 ai4 nuan3 xin1 sil +004898 sil fan3 zheng4 wo3 bu2 yuan4 xiang1 xin4 sil +004899 sil na4 jiu4 guan1 men2 tui4 xiu1 lou5 sil +004900 sil ta1 men5 zou3 shang4 ge4 di4 jie1 tou2 sp1 hu1 han3 fan2 mei2 kou3 hao4 sp1 gao1 ju3 fan2 mei3 biao1 yu3 sil +004901 sil hun1 shi4 li2 le5 sp1 dan4 guan1 xi5 yuan3 mei2 you2 pie3 qing1 sp1 gong1 si1 li3 reng2 bu2 duan4 you3 zhai4 zhu3 qian2 lai2 yao4 zhai4 sil +004902 sil ming2 ming2 shi4 zai4 qiao1 bei4 an4 mo2 sp1 fei1 dei2 xiang3 na4 me5 duo1 sil +004903 sil li4 ru2 sp1 mei3 tian1 rang4 ta1 chuan1 zhe5 zang1 yi1 fu5 shang4 xue2 deng3 sil +004904 sil pi2 fu1 bi3 guo4 qu4 hao2 hen3 duo1 o5 sil +004905 sil zhai1 diao4 mian4 ju4 hou4 de5 liu2 xiao3 ye4 sil +004906 sil ru2 he2 zeng1 qiang2 xiao1 fei4 zhe3 dui4 yu2 guo2 chan2 pin3 pai2 de5 xin4 xin1 sil +004907 sil ba4 sp1 ni2 chun3 a5 sp1 ji1 de5 zhua3 zi5 zhe4 me5 feng1 li4 sp1 ca1 pi4 pi5 de5 shi2 hou4 sp1 rong2 yi4 ba3 pi4 pi5 gua1 shang1 le5 sil +004908 sil xian4 cang2 yu2 bei3 jing1 gu4 gong1 de5 qian2 long2 bao2 sou3 zhong1 sp1 you3 zhe4 jian4 yu4 xi3 de5 ming2 que4 zhu4 lu4 sil +004909 sil meng4 mou3 tu1 ran2 lou3 zhu4 si1 si1 sp1 ran2 hou4 qin1 wen3 ta1 sil +004910 sil hu2 tui3 mai4 zhe5 qing1 yun2 bu4 sp1 hu3 tou2 ding3 zhe5 hao3 shi4 tu2 sil +004911 sil mai3 de5 gu3 piao4 you4 die1 ting2 le5 sp1 mei2 you3 na4 ge5 ming4 a5 sil +004912 sil sui2 hou4 sp1 geng3 zhun1 bei4 ri4 fang1 pan4 chu3 wu2 qi1 tu2 xing2 sil +004913 sil zen3 me5 bu4 gai2 gai2 you3 xie1 ren2 yan3 hong2 de5 xin1 tai4 ne5 sil +004914 sil bu2 cuo4 sp1 ai4 sp1 nai3 shi4 chou1 xiang4 de5 dong1 xi5 sp1 yao4 huo2 jiu4 yao4 chi1 sp1 you4 you3 chi1 you4 you3 ai4 sp1 ri4 zi5 cai2 hui4 jing1 cai3 sil +004915 sil li2 mou3 xi4 dong1 wu1 zhu1 mu4 qin4 qi2 man3 du1 zhen4 ren2 sp1 shi4 ge4 ti3 jing1 ying2 shang1 hu4 sil +004916 sil zhe4 shi4 zi4 yi1 jiu3 qi1 san1 nian2 lai2 sp1 nv3 wang2 shou3 ci4 que1 xi2 gai1 hui4 yi4 sil +004917 sil bu2 guo4 you3 shi2 xu2 zi3 qi2 ye3 hui4 chi1 dao4 men4 sp1 gu4 hui4 zhuan3 chi1 jiang1 chao3 fan4 sil +004918 sil jing1 hua2 reng2 zai4 ti2 lian4 sp1 jiao2 ben3 ji2 jiang1 chu1 tang2 sil +004919 sil zhe4 yi2 mu4 mu4 xuan1 gao4 nan2 guang3 gao1 tie3 ying2 lai2 shang4 zha3 shang4 zhen3 de5 shi1 gong1 gao1 chao2 sil +004920 sil xiao2 nv3 hai2 kan4 ta1 chong4 zi4 ji3 zha2 yan3 jing1 sp1 xiu1 se4 de5 lie2 zui3 xiao4 sp1 shuo1 sp1 wo2 xi3 huan1 ta1 sil +004921 sil hua4 shuo1 wo3 er4 yi2 sp1 dang1 nian2 wei4 le5 zhai1 ren2 jia1 jia1 li3 de5 xing4 zi5 sp1 ba3 ren2 jia5 jia1 li3 de5 zhu1 gei3 fang4 le5 sil +004922 sil zhou1 wei3 si1 zi4 cheng1 xin4 fo2 sp1 zai4 jia1 gong4 feng4 you3 pu2 sa5 sp1 mei3 tian1 zai4 jia1 shao1 xiang1 bai4 fo2 sil +004923 sil yin2 dao3 du2 zhe3 xin1 shang3 kan1 deng1 de5 wen2 zhang1 sp1 er2 bu2 shi4 ying2 he2 du2 zhe3 di1 su2 qu4 wei4 sp1 kan1 deng1 de5 wen2 zhang1 sil +004924 sil zi4 cong2 gen1 zhe5 feng2 gong3 shang4 le5 chun1 wan3 sp1 ta1 zai4 wai4 huo2 dong4 jiu4 jing1 chang2 da3 zhe5 feng2 gong3 de5 zhao1 pai2 sil +004925 sil yi1 er4 xian4 cheng2 shi4 sp1 da4 you3 di4 wang2 juan2 tu3 chong2 lai2 zhi1 shi4 sil +004926 sil chun1 yun4 wa1 qian2 sp1 gao1 su4 gong1 lu4 sp1 ye3 ying1 jin4 yi2 bu4 shi4 fang4 tong1 xing2 neng2 li4 sil +004927 sil hua4 yi4 chu1 kou3 jiu4 ao4 hui3 sp1 zhe4 bai3 ming2 shi4 dui4 xie4 jing3 yuan1 he2 bing3 gan1 de5 kan4 bu5 qi3 sil +004928 sil qu4 nian2 ta1 yin1 bao4 chen2 le4 yao2 jie4 qian2 bu4 huan2 hou4 sp1 san1 cheng2 yuan2 fan3 mu4 sil +004929 sil bi3 si1 ku4 sp1 zai4 su1 lian2 fu2 zhi2 de5 xiong1 ya2 li4 kui2 lei3 zheng4 fu3 zhong1 sp1 dan1 ren4 nei4 zheng4 bu4 zhang3 sil +004930 sil er2 ju4 ling4 yi4 zhi1 qing2 ren2 shi4 tou4 lu4 sp1 nv3 sheng1 de5 si3 wang2 xi4 chi1 duo4 tai1 yao4 suo3 zhi4 sil +004931 sil ba2 yin3 xing2 gou3 yong4 dao4 huan2 bao3 de5 gai4 nian4 zhong1 sp1 zai4 cheng2 du1 hai2 shi4 di4 yi1 ci4 sil +004932 sil hu1 yu4 duo1 nian2 de5 san1 wang3 he2 yi1 wen4 ti2 sp1 wei4 he2 chang2 qi1 xuan2 er2 wei4 jue2 sil +004933 sil zhang1 yan3 ming2 sp1 lai2 ge5 xun4 ji2 de5 hui2 ma3 qiang1 sp1 wo2 you3 san1 ge5 tiao2 jian4 sil +004934 sil jin1 nian2 xia4 ji4 shuang1 qiang3 qi1 jian1 sp1 pu2 tian2 shi4 da4 xing2 nong2 ji1 hu4 sp1 xiang3 shou4 you1 xian1 guan4 tong3 gou4 you2 de5 dai4 yu4 sil +004935 sil ren2 yuan2 rong3 yu2 sp1 bian4 shi4 yi4 zhong2 dian3 xing2 de5 biao3 xiang4 sil +004936 sil ta1 biao3 shi4 sp1 xian4 zai4 yi1 bao3 ji1 jin1 bu4 men2 sp1 shi4 yue4 sheng3 yue4 hao3 sil +004937 sil zhe4 ge5 sp1 bu4 ke2 yi3 sui2 bian4 luan4 jiao4 de5 ba5 sil +004938 sil luo2 bu4 po1 wei4 yu2 xin1 jiang1 ta2 li3 mu4 pen2 di4 dong1 bei3 bu4 sp1 ruo4 qiang1 xian4 jing4 nei4 sil +004939 sil dang1 wei4 yun2 ke1 ying2 jie1 ji4 zhe3 shi2 sp1 ji4 zhe3 fa1 xian4 ta1 zou3 lu4 yi4 que2 yi4 guai3 sil +004940 sil zheng4 dang1 yu2 xiao3 fan2 yun4 niang4 fu4 chu1 shi2 sp1 bian4 zao1 yu4 lao3 gong1 pi1 tui3 shi4 jian4 sil +004941 sil ta1 shuo1 tou2 piao4 shi2 sp1 tiao1 le5 zi4 ji3 he2 you2 yin1 yin1 chu1 ju2 sp1 shi4 hou4 ta1 hou4 hui3 tiao1 le5 zi4 ji3 sil +004942 sil gu3 du1 bei3 jing1 shi4 zu3 zong1 liu2 gei2 wo3 men5 de5 bao3 gui4 cai2 fu4 sil +004943 sil qi2 san1 sp1 qi1 yue4 xin1 zeng1 cai2 zheng4 cun2 kuan3 huo4 zai4 xian4 ji4 jie2 xing4 zeng1 zhang3 sil +004944 sil tong2 shi4 de5 che1 pai2 bei4 tou1 le5 sp1 zei2 yao4 ta1 yong4 qian2 shu2 hui2 sil +004945 sil dan4 shi4 song1 shu3 ye2 ken3 shi2 he2 tao5 song1 zi3 deng2 guo3 shi2 sp1 zao4 cheng2 yi2 ding4 de5 guo3 shi2 lang4 fei4 sil +004946 sil dang1 ran2 sp1 da3 lao1 he2 qian2 ting3 de5 fei4 yong5 bu4 fei3 sil +004947 sil ji4 mo4 shen1 ke1 yi4 zhou1 qian2 sp1 fa1 dong4 jue2 shi2 kang4 yi4 sp1 cheng1 zao1 dao4 jian1 yu4 nve4 dai4 sil +004948 sil ta1 bi4 sheng1 fan3 dui4 po4 huai4 tong3 yi1 sp1 fen1 lie4 zu3 guo2 de5 han4 jian1 mai4 guo2 zei2 sil +004949 sil er2 zi5 sp1 na4 ai4 di2 sheng1 de5 ba4 ba5 zen3 me5 bu4 fa1 ming2 dian4 deng1 ne5 sil +004950 sil zhao1 dai4 peng2 you5 que4 dou1 shi4 hao3 chi1 hao3 he1 sp1 cong2 bu2 lin4 se4 sil +004951 sil mu4 qian2 shang4 wu2 que4 zao2 zheng4 ju4 sp1 xian3 shi4 ci3 an4 yu3 shun4 ji2 ji2 tuan2 you3 guan1 lian2 sil +004952 sil lv3 ming2 yu4 cheng2 wei2 wo2 sheng3 di4 yi1 ge5 liang3 ci4 juan1 sui3 jiu4 zhu4 ta1 ren2 de5 zhi4 yuan4 zhe3 sil +004953 sil wei3 ba5 yao2 bai3 zhe5 qi3 qiu2 she2 tou2 shuo1 sp1 jiu4 jiu5 wo3 men5 ba5 sp1 wo3 de5 chao3 nao4 zhen1 shi4 tai4 wu2 liao2 le5 sil +004954 sil yun4 dong4 chang3 shang4 chi4 zha4 feng1 yun2 de5 tong2 wen2 sp1 sheng1 huo2 zhong1 que4 you3 zhe5 xian3 wei2 ren2 zhi1 de5 ling4 yi2 mian4 sil +004955 sil wo3 gan2 jin3 qu4 hong3 ta1 sp1 ge2 zhe5 men2 feng4 kan4 ta1 sp1 shuo1 xie1 bu4 da1 bian1 de5 hua4 dou4 ta1 sil +004956 sil wu3 fu2 shi4 he2 jin1 lun2 gu3 zao4 xing2 hen3 ying4 lang3 sp1 li4 liang4 gan3 shi2 zu2 sil +004957 sil hai2 gou3 quan2 shen1 fu4 gai4 zhe5 rong2 mao2 sp1 lian3 hen2 duan3 sil +004958 sil zhe4 chang3 kua4 nian2 ye4 wan3 hui4 sp1 geng4 xiang4 yi4 chang3 si1 ren2 pai4 dui4 sil +004959 sil tang1 wen2 yuan2 shuo1 sp1 lu2 jun4 qing1 dang1 shi2 gong1 zuo4 hen3 ji1 ji2 sp1 er2 qie2 hen3 hui4 ji1 zan3 ren2 mai4 sil +004960 sil jing3 cha2 dou1 ao2 ye4 duo1 sp1 suo2 yi2 hao3 rong2 yi4 you3 ge5 xiu1 xi5 ri4 sp1 duo1 ban4 shi4 duo1 shui4 huir3 r sil +004961 sil dang1 yi2 ge5 ren2 cuo4 le5 de5 shi2 hou4 sp1 ta1 tuo3 xie2 tui4 que4 le5 sp1 ta1 shi4 ming2 zhi4 de5 sil +004962 sil shi1 ren2 yi4 ting1 sp1 dun4 shi2 ba2 yu2 yu3 xiang2 de5 yuan4 hen4 wang4 ji4 sp1 la1 zhu4 she4 zhang3 de5 shou3 sp1 bai4 tuo1 le5 sil +004963 sil ma1 bu4 ye3 shi4 hen2 you3 yong4 de5 yo5 sil +004964 sil ou2 er2 wo3 men5 ye3 hui4 chao2 chao3 jia4 sil +004965 sil dan4 dui4 wan4 da2 lai2 shuo1 sp1 kua4 jie4 qi2 ju2 cai2 gang1 gang1 kai1 shi3 sil +004966 sil san1 shi4 yao4 kuang1 zheng4 hao3 feng1 qi4 sil +004967 sil nan2 kai1 yong2 yuan3 nian2 qing1 sp1 ta1 de5 xue2 sheng1 ye3 dou1 chong1 man3 huo2 li4 sil +004968 sil zen3 me5 ai4 ni3 dou1 bu4 xian2 duo1 sil +004969 sil xu2 wei1 dang1 chang2 ning3 zhao2 le5 huo3 ju4 sp1 que4 mei2 shen1 shou3 qu4 dian3 sil +004970 sil reng1 wan2 xie2 jie1 zhe5 hui2 ying4 sil +004971 sil ni2 xiang2 zen3 yang4 la5 sil +004972 sil zheng3 na4 me5 kuai4 gan4 ma2 sil +004973 sil dong1 bei2 wang3 jiang1 chi2 xu4 guan1 zhu4 mu4 leng2 he2 liu2 yu4 wu1 ran3 wen4 ti2 sil +004974 sil xue2 hui4 lao2 yi4 jie2 he2 sil +004975 sil zhi1 dao4 ya5 guo2 min2 lao3 gong1 ma5 sil +004976 sil wo3 hui4 wan2 hen3 duo1 you2 xi4 ne5 sil +004977 sil ni2 xiang3 yao4 shen2 me5 sp1 ran2 hou4 ne5 sil +004978 sil ta1 kan4 bu2 dao4 wo3 tiao4 wu3 ya5 sil +004979 sil ni2 ye2 hao3 a5 mei2 nv3 sil +004980 sil da2 dian3 de5 dao4 bu2 dao4 wei4 sp1 jiang1 zhi2 jie1 ying2 xiang3 dao4 xiao1 shou4 e2 sil +004981 sil di4 tie3 zhan4 yun1 dao3 de5 nan2 zi3 sil +004982 sil ru2 guo3 zao1 yu4 han2 liu2 tu1 xi2 sp1 gong1 nuan3 you2 ke3 neng2 jiang1 ti2 qian2 sil +004983 sil zhe4 dou1 ling4 zi4 zhu2 pin3 pai2 de5 ya1 li4 zhou4 zeng1 sil +004984 sil xiang3 jiao1 gao1 yu2 bao3 hu4 jia4 de5 ding4 gou4 liang2 ma5 sil +004985 sil dui4 yu2 zhe4 yi2 pan4 jue2 jie2 guo3 sp1 li2 lei2 lao3 lao5 dai4 li3 lv4 shi1 sp1 wang2 hai3 yang2 biao3 shi4 ren4 ke3 sil +004986 sil bai2 fa4 ren2 song4 hei1 fa4 ren2 sp1 yu2 fen1 de5 fu4 mu3 sp1 yu2 mou3 he2 wu2 mou3 sp1 yi4 zhi2 yu4 yu4 gua3 huan1 sil +004987 sil wang2 jiao4 shou4 sp1 nin2 zhe4 hui2 ke2 you3 le5 du2 li4 de5 shu1 fang2 lou5 sil +004988 sil chuan2 shou4 shi2 yong4 ji4 neng2 sp1 bang1 zhu4 nong2 min2 zhang3 wo4 tuo1 pin2 zhi4 fu4 de5 ben2 ling3 sil +004989 sil wo3 ke2 yi3 pei2 ni3 di4 lao3 tian1 huang1 sp1 ni3 que4 fei1 yao4 wo2 ba3 lao2 di3 zuo4 chuan1 me5 sil +004990 sil er2 yi2 kan4 jian4 sheng1 ren2 zong3 yao4 hou3 jiao4 sp1 shei2 xiang3 kao4 jin4 gou2 bao3 bao5 sp1 bu2 bei4 yao3 cai2 guai4 sil +004991 sil ying2 ye4 mian4 ji1 da4 le5 sp1 rou4 dian4 sheng1 yi4 sp1 ye3 jiu4 fang1 bian4 le5 sil +004992 sil qing1 zao2 qi3 lai2 qi4 wei4 da4 de5 qiang4 bi2 zi5 sil +004993 sil yuan2 ming2 yuan2 zhu1 shou3 tong2 xiang4 de5 juan1 kuan3 hui2 gou4 sp1 bian4 shi4 yi4 cheng2 gong1 an4 li4 sil +004994 sil xiao3 xin1 ye5 sp1 bu4 hao3 yi4 si5 o5 sp1 bu4 hao3 yi4 si5 die1 dao3 le5 sil +004995 sil wo3 shi4 da4 fang1 wen1 rou2 de5 ju4 xie4 zuo4 sp1 you3 shi2 hou4 sp1 ye3 hui4 you2 dian3 min2 gan3 he2 cui4 ruo4 sil +004996 sil ji4 zhe3 sui2 hou4 xun2 wen4 ying2 ye4 yuan2 sp1 zhe4 tao4 can1 yi3 shi4 fou3 wei2 quan2 shi2 mu4 de5 sil +004997 sil ge1 er3 ba1 qiao2 fu1 zai4 hai3 shen1 wai2 jiang3 hua4 sp1 yi4 zhi2 hui2 bi4 zhe4 ge5 wen4 ti2 sil +004998 sil huang2 yi1 ran2 hun2 shen1 fa1 dou3 yi4 zhi2 han2 leng3 sil +004999 sil jia1 kuai4 tui1 jin4 qing1 wei1 gua1 ceng4 shi4 gu4 sp1 hu4 peng4 zi4 pei2 sp1 ti2 gao1 dang1 shi4 ren2 zi4 xing2 jie3 jue2 lv4 sil +005000 sil dan1 dong1 shi4 wei3 chang2 wei3 mi4 shu1 zhang3 lu2 bing2 yu3 sp1 chu1 ren4 huang2 jin1 ping2 jing1 ji4 qu1 guan2 wei3 hui4 zhu3 ren4 sil +005001 sil qing1 jie2 gong1 a1 yi2 sp1 yi4 bian1 da3 zhe5 zi4 ji3 de5 tou2 sp1 yi4 bian1 shuo1 sp1 wo2 hao3 ben4 sp1 wo2 hao3 ben4 sil +005002 sil mu3 xiong2 zhi2 li4 zhe5 sp1 yi2 fu4 sui2 shi2 yao4 pu1 guo4 lai2 de5 yang4 zi5 sil +005003 sil ru2 guo3 shuo1 sp1 yi2 qie4 dou1 shi4 qian2 nao4 de5 sp1 wei4 mian2 you2 dian3 chi4 luo2 luo3 sil +005004 sil sa1 huang3 de5 hai2 zi5 sp1 bu4 neng2 dang1 an2 ou3 xiang4 sp1 qi4 zhi1 sil +005005 sil zhou1 fei4 te4 bie2 xi3 huan1 ya3 ge2 jiao4 che1 sp1 dan4 zong2 she3 bu5 de5 mai3 sil +005006 sil zuo4 wei2 yi2 ge5 bei3 ou1 guo2 jia1 sp1 qi4 hou4 bian4 nuan3 sp1 dui4 nuo2 wei1 ju4 you2 hen3 da4 de5 ying2 xiang3 sil +005007 sil zou3 jin4 cai2 fa1 xian4 sp1 da4 qiao2 yi2 kua3 ta1 sil +005008 sil ni3 zhao2 wo3 tan2 xin1 sp1 jiu4 shi4 tan2 zhe4 ge5 sil +005009 sil di4 er4 ge5 wen4 ti2 sp1 shuo1 shuo1 wen2 hua4 si1 kao3 sil +005010 sil ben3 zhou1 si4 he2 zhou1 wu3 ping2 jun1 yong1 du2 zhi3 shu4 fen1 bie2 wei2 sp1 ba1 he2 ba1 dian2 wu3 sil +005011 sil zhe4 xie1 ji1 gou4 sp1 you4 qi3 hui4 fang4 guo4 zhe4 yi2 ru4 huo4 de5 liang2 ji1 sil +005012 sil liao2 ning2 dui4 ze2 bao1 lan3 le5 jian4 qiu2 bi3 sai4 nan2 nv3 tuan2 ti2 liang3 ge5 yi1 deng2 jiang3 sil +005013 sil ke4 la1 la1 sp1 ni3 wei4 shen2 me5 zai4 da4 ting2 guang3 zhong4 zhi1 xia4 sp1 xiang4 na4 ge5 mo4 sheng1 qing1 nian2 diu1 fei1 wen3 sil +005014 sil ta1 hai2 biao3 shi4 sp1 bei4 lu2 si1 ke1 ni2 sp1 zhe4 ge5 kui2 lei3 sp1 bi4 xu1 gun3 dan4 sil +005015 sil liu2 xiang1 ji4 sp1 shi4 hu2 nan2 sheng3 you1 xian4 sp1 da4 tong2 qiao2 zhen4 da4 ban3 mi2 chang3 lao2 ban3 sil +005016 sil li3 ke4 qin2 da4 ge1 sp1 ze2 zai4 wei1 bo2 shang4 sp1 da4 shai4 mei3 shi2 sheng1 hao2 sp1 wang2 you3 da4 hu1 wei4 kou2 hao3 sil +005017 sil ye2 qing2 guang3 da4 wang2 you3 sp1 wei4 guang3 dong1 wen2 hua4 jian4 she4 dang1 hao3 can1 mou2 sp1 duo1 chu1 liang2 ce4 sil +005018 sil shi4 fou2 zhun3 ci2 sp1 jiang1 dai4 diao4 cha2 jie2 guo3 zai4 shuo1 sil +005019 sil dui4 ci3 xiao1 xi5 sp1 ji2 bu4 sen1 fang1 mian4 sp1 duan4 ran2 yu2 yi2 fou3 ren4 sp1 cheng1 qi2 chun2 shu3 huang1 miu4 du4 zhuan4 sil +005020 sil ta1 he2 tai4 le4 yu4 you2 liang3 ge5 er2 zi5 sil +005021 sil zai4 he2 nan2 sp1 wei4 le5 xi1 yin2 kao3 sheng1 sp1 you3 de5 pei2 xun4 ban1 da3 chu1 le5 sp1 wan4 yuan2 bao1 guo4 de5 zhao1 pai2 sil +005022 sil jing1 li4 ai4 de5 shang1 tong4 sp1 zhong1 yu2 jing1 shen2 beng1 kui4 sil +005023 sil yi4 kai1 shi2 hen3 man2 heng4 sp1 bing4 qie3 bu4 gei2 wo3 tui4 sil +005024 sil qi3 neng2 zuo4 shi4 a1 bian3 you3 ren4 he2 pian4 mian4 gai3 bian4 xian4 zhuang4 de5 xing2 wei2 sil +005025 sil you3 yi2 ci4 sp1 wo3 ma1 na2 sao4 zhou5 sp1 ba2 wo3 de5 pi4 gu5 dan4 zi5 da3 de5 hong2 hong2 de5 sil +005026 sil di4 yi1 zhi1 chun1 gao1 de5 di4 yi1 sheng1 mie1 jiao4 sp1 wan3 ru2 cao3 yuan2 lang4 man4 qu3 de5 jie2 zou4 sil +005027 sil jiu4 chao3 cai4 shao3 fang4 dian3 you2 ba5 sp1 fan3 zheng4 gao1 you2 shi2 pin3 sp1 ben3 lai2 jiu4 bu2 jian4 kang1 sil +005028 sil ben3 dian4 suo2 you3 shang1 pin3 sp1 yi2 lv4 mian3 fei4 song4 ni3 yo5 sil +005029 sil chuai1 shang4 cai3 piao4 sp1 xiao2 yu3 jiu4 wang4 le5 ci3 shi4 sil +005030 sil sheng1 huo2 zhong1 bu2 yao4 luan4 yong4 yao4 a5 sp1 yi2 ding4 yao4 ai4 xi1 zi4 ji3 de5 shen1 ti3 sil +005031 sil ni3 shi4 qin1 yan2 suo3 jian4 sp1 dong3 cun2 rui4 la1 kai1 le5 dao2 huo2 suo3 ma5 sil +005032 sil zuo2 ri4 sp1 zhuang1 nu2 you4 bei4 shou4 yu3 le5 sp1 chong2 qing4 rong2 yu4 shi4 min2 cheng1 hao4 sil +005033 sil ren4 he2 jing1 ying2 chang2 suo3 sp1 bu4 de2 xiang4 wei4 cheng2 nian2 ren2 chu1 shou4 yan1 jiu3 sil +005034 sil di4 san1 tiao2 sp1 dun1 shui4 she4 zhi4 you1 hui4 shui4 lv4 sp1 he2 pu3 tong1 shui4 lv4 sil +005035 sil lu1 xiu4 zi5 nv3 sheng1 gei3 le5 ta1 yi4 zhang3 hou4 sp1 hong2 wai4 tao4 nv3 sheng1 sp1 yi4 jiao2 ba3 ta1 chuai4 fei1 sil +005036 sil gong1 si1 wei4 yuan2 gong1 gou4 mai3 le5 hui2 xiang1 de5 che1 piao4 sp1 fa1 fang4 le5 ji2 bai3 yuan2 lu4 tu2 pan2 chan5 fei4 yong4 sil +005037 sil zai4 ta1 jia1 de5 liang3 ceng2 xiao3 lou2 zhou1 wei2 sp1 jin4 shi4 di1 ai3 de5 ni2 wa3 fang2 sil +005038 sil yao1 he5 sheng1 sp1 he4 chi4 sheng1 sp1 bao4 yuan4 sheng1 sp1 ci2 qi2 bi3 fu2 sil +005039 sil xiao3 yi2 sui1 zuo4 le5 shou3 shu4 sp1 dan4 fei4 shang4 reng2 you3 wen4 ti2 sil +005040 sil wo3 zhu4 jiang1 jun1 ao4 sp1 na4 zhang1 shi4 jiang1 jun1 ao4 zhu4 hu4 zheng4 sil +005041 sil bu4 nan2 tui1 ce4 sp1 ying4 dui4 zhe4 yi4 feng1 chao2 you3 liang2 zhong2 jiong3 yi4 tai4 du4 sil +005042 sil ruo4 zu3 li4 sp1 zai4 jin4 qi1 gao1 dian3 sp1 yi1 dian3 san1 ling2 er4 qi1 sil +005043 sil en1 ge2 er3 xi4 shu4 sp1 shi4 shi2 pin3 zhi1 chu1 zong3 e2 sp1 zhan4 ge4 ren2 xiao1 fei4 zhi1 chu1 zong3 e2 de5 bi3 zhong4 sil +005044 sil ta1 mo1 dao4 yi2 ge5 ping2 zi5 sp1 ye3 mei2 zheng1 kai1 yan3 chou2 chou3 sp1 jiu4 wang3 zui2 li3 song4 sil +005045 sil ru2 guo3 zui4 ming2 cheng2 li4 sp1 ta1 men5 jiang1 bei4 chu2 yi2 si3 xing2 sp1 dan4 yu4 ji4 an4 jian4 shen2 li3 guo4 cheng2 rong3 chang2 sil +005046 sil zui4 jin4 sp1 zhe4 zuo4 hao2 zhai2 zheng4 zai4 jing1 diao1 xi4 zhuo2 sil +005047 sil qi2 qian2 yue4 fu4 jian4 zhuang4 shang4 qian2 qiang3 duo2 da2 huo3 ji1 sil +005048 sil zhe4 tong2 yang4 ye3 shi4 tai4 miao4 suo3 bu4 neng2 dai4 ti4 de5 sil +005049 sil yan3 jing1 wang3 xia4 kan4 sp1 zha2 yan3 dong4 zuo4 zeng1 jia1 shi4 ni3 de5 sa1 huang3 xi2 guan4 sil +005050 sil gang3 wei4 sui1 shao3 sp1 dan4 zhi3 yao4 neng2 ceng4 jin4 lai5 sp1 bian4 neng2 de2 dao4 yi2 fen4 gao1 xin1 sil +005051 sil jia1 li3 de5 xi3 yi1 ji1 ke2 yi3 dai4 lao2 ya5 sil +005052 sil yi3 hou4 sp1 hui4 ou2 er2 you3 zhei4 yang4 de5 ri4 zi5 de5 sil +005053 sil yi4 zhi2 mo1 sp1 yi4 zhi2 mo1 sp1 zhe4 xia4 hao3 le5 sil +005054 sil hao2 bi3 zui4 yi3 fan4 xia4 sp1 yao4 sha1 yao4 gua3 sp1 bian4 shi4 fa3 guan1 de5 shi4 sp1 ta1 de5 shi3 ming4 sp1 zhi4 ci3 er2 zhong1 sil +005055 sil ran2 er2 sp1 bao3 ji1 chen2 cang1 qu1 yang2 ping2 zhen4 de5 niu1 niu5 sp1 zai4 sheng1 yi4 qian2 xi1 sp1 que4 zao1 yu4 le5 bu2 xing4 sil +005056 sil ta1 men5 jiang1 dui4 liu2 yang4 sp1 zhao4 hui2 de5 chan2 pin3 bao1 zhuang1 dai4 deng3 jin4 xing2 chou1 yang4 jian3 ce4 sil +005057 sil dan1 gang4 sp1 cheng2 wei2 ben2 chang3 jiao4 liang4 de5 fen1 shui2 ling3 sil +005058 sil wo3 gang1 lai2 sp1 ye3 hui4 zhe4 yang4 mei2 wan3 ban4 ye4 liang3 san1 dian3 cai2 hui4 shui4 de5 zhao2 sil +005059 sil tian2 ye3 gong1 tu2 sp1 fei1 zhou1 gu1 niang5 de2 bu4 jia1 da2 sil +005060 sil na4 cui4 de2 guo2 zhan4 ling3 nuo2 wei1 hou4 sp1 cheng1 meng2 ke4 de5 hua4 duo4 luo4 sil +005061 sil fang4 xia4 dian4 hua4 cai2 shu4 fen1 zhong1 sp1 mu3 qin1 ya3 zhe5 sang3 zi5 de5 ku1 hou3 sheng1 yi3 jing1 xiang2 qi3 sil +005062 sil lin2 mu3 cong2 she4 hui4 xing2 shi4 fen1 xi1 dao4 ben3 hang2 gong1 zuo4 sp1 zhen3 mi4 de5 wu2 xie4 ke3 ji1 sil +005063 sil wei4 pa2 shan1 hao3 de5 dui4 you3 fu2 wu4 sil +005064 sil zai4 ba2 lao3 zhang1 sp1 bao4 da3 yi2 dun4 hou4 sp1 san1 ren2 hai2 bu4 jie3 hen4 sp1 you4 chuai4 le5 lao3 zhang1 de5 che1 ji2 jiao3 sil +005065 sil e2 luo2 si1 xin1 xiu4 ke1 mo4 wa2 sp1 yi3 shi2 wu2 dian3 qi1 san1 san1 fen1 sp1 gao1 ju1 di4 yi1 sil +005066 sil jie2 guo3 ji1 qi4 chu1 le5 gu4 zhang4 sp1 qian2 bei4 tun1 le5 sp1 que4 mei2 da3 yin4 cun2 dan1 sil +005067 sil shuo1 shuo1 dai4 biao3 de5 na4 xie1 shir4 r ba5 sil +005068 sil xiao3 tu4 zai3 zi5 sp1 ni3 yao4 shi4 gan2 wang3 xia4 bian1 la1 shi3 sp1 ni3 jiu4 si3 ding4 le5 sil +005069 sil wo3 sui2 zhi1 zhui1 chu1 qu4 ge4 zhong3 dao4 qian4 sp1 ge4 zhong3 cheng2 nuo4 sp1 ge4 zhong2 hong3 sp1 xi2 fu4 sp1 cai2 hui2 xin1 zhuan3 yi4 sil +005070 sil jin1 nian2 chu1 sp1 yin4 ni2 yi4 ming2 qiu2 fan4 shou4 nve4 can2 si3 de5 xin1 wen2 ceng2 yin3 fa1 hong1 dong4 sil +005071 sil ji4 zhe3 xiang4 yi2 wei4 fan4 zi5 xun2 wen4 sp1 shi4 fou3 neng2 mai3 dao4 sp1 mei2 xun1 guo4 liu2 huang2 de5 yao4 cai2 sil +005072 sil lao2 ban3 cheng1 sp1 chu1 shou4 de5 tian1 e2 shi4 yu2 min2 yong4 wang2 bu3 sha1 hou4 song4 lai2 de5 sp1 jue2 dui4 an1 quan2 sil +005073 sil da4 jia1 yao4 zhu4 yi5 shi4 nei4 tong1 feng1 sp1 yin3 shi2 zui4 hao2 yi3 qing1 dan4 shuang2 kou3 wei2 zhu3 sil +005074 sil yang2 bing1 bei4 ji1 shang1 hou4 sp1 bei4 jing3 cha2 fan2 ning3 zhe5 shuang1 bi4 sp1 jiu1 zhu4 yi1 ling3 sp1 ya1 xia4 che1 lai2 sil +005075 sil ao4 lin2 pi3 ya4 sp1 wo3 qiang2 li4 tui1 jian4 sil +005076 sil yang2 nv3 shi4 de5 gong1 gong5 zheng4 shi2 sp1 er2 xi2 sp1 wan3 shang4 yi3 jing1 mei2 le5 sp1 ting3 tu1 ran2 de5 sil +005077 sil liao4 mou2 mou3 mei3 tian1 zhe2 mo2 ta1 sp1 nve4 dai4 ta1 sp1 ta1 cheng2 le5 liao4 mou2 mou3 de5 xing4 nu2 sil +005078 sil yan2 jiu1 dang2 shi3 sp1 jiu4 shi4 xiang3 cong2 zou3 guo4 de5 lu4 zong3 jie2 jing1 yan4 jiao4 xun4 sil +005079 sil li3 xian1 sheng5 wei4 ci3 fei1 chang2 ku2 nao3 sil +005080 sil zai4 jia1 fu4 jin4 sp1 you3 yi2 duan4 dou3 po1 sil +005081 sil da4 ye5 shuo1 sp1 zhe4 shi4 shui3 ni2 lu4 a5 sil +005082 sil mei3 tu2 wan2 yi4 ceng2 sp1 ta1 zong3 yao4 xiu1 xi5 shang4 yi1 liang3 fen1 zhong1 sp1 chuan2 kou3 qi4 sil +005083 sil guan1 yuan2 zai4 shi4 gu4 xian4 chang2 sha3 xiao4 sil +005084 sil gai1 an4 zai4 fa3 lv4 shang4 de5 shou3 duan4 yi3 jing1 qiong2 jin4 sp1 zan4 wu2 fa3 zhi2 xing2 sil +005085 sil ta1 xin1 cun2 yi2 huo4 sp1 zhe4 me5 yan2 su4 de5 shu1 sp1 ye3 neng2 dou4 ren2 xiao4 sil +005086 sil wang2 jian4 lin2 sp1 guo3 ran2 wei4 kou3 jing1 ren2 sil +005087 sil han2 guo2 fang2 nu2 ren2 shu4 sp1 shang4 wu2 zhun3 que4 tong3 ji4 sil +005088 sil lao3 po5 tai2 shou2 gei3 le5 wo3 yi4 er3 guang1 sp1 ping2 sha2 ba3 pian2 yi5 de5 zhe4 bei1 gei2 wo3 sil +005089 sil zheng4 quan4 jian3 cheng1 wei2 hang2 chi3 qian2 jin4 sp1 zheng4 quan4 dai4 ma3 wei2 sp1 liu4 ling2 yao1 yao1 qi1 qi1 sil +005090 sil zhang1 lei2 lei3 sp1 xian4 zai4 xiang3 xian1 ba3 zi4 ji3 gai1 de2 de5 gong1 zi1 yao4 dao4 shou3 sil +005091 sil mei2 you3 ren2 zhi1 dao4 sp1 bai2 er4 shao2 qi3 le5 duo1 shao3 zuo4 yong4 sil +005092 sil fa3 guo2 de5 jiu3 wen2 hua4 sp1 li4 yong4 pu2 tao5 mei2 jiu3 zuo4 zai4 ti3 sp1 yi3 jing1 re4 xiao1 shi4 jie4 sil +005093 sil cao2 ya3 qi2 hui2 dao4 jiao4 shi4 shi2 sp1 li3 mian4 kong1 wu2 yi4 ren2 sp1 dou1 qu4 shang4 ti3 yu4 ke4 le5 sil +005094 sil xun4 lian4 de5 zui4 hou4 sp1 suo2 you3 min2 bing1 sp1 yi4 qi3 kang2 zhe5 bu4 qiang1 qu4 lian4 xi2 she4 ji1 sil +005095 sil ruo4 yao4 gou4 fang2 sp1 zhi3 neng2 zai4 qi2 zhong1 de5 wu3 zhuang4 lou2 fang2 jin4 xing2 tiao1 xuan3 sil +005096 sil si4 nian2 qian2 sp1 cheng2 nan2 na4 pian4 sp1 ao1 tu1 bu4 ping2 sp1 za2 cao3 cong2 sheng1 de5 huang1 shan1 po1 sp1 bu2 jian4 le5 sil +005097 sil kan4 lai2 shi4 jiao1 qing2 wei4 zhi4 sp1 yuan2 fen4 wei4 dao4 sp1 zai4 chu2 chu3 kan4 ba5 sil +005098 sil dan4 bu4 fen5 kui1 kong1 cong2 he2 bu3 chong1 sp1 shi4 wo3 men5 yao4 kao3 lv4 de5 sil +005099 sil shang1 yuan2 mu4 qian2 zai4 kong1 jun1 si4 wu3 si4 yi1 yuan4 jin3 ji2 jiu4 zhi4 sil +005100 sil che2 qi3 yu2 wang3 hou4 sp1 gai1 nan2 zi2 ye3 gen1 zhe5 piao1 fu2 shang4 lai2 sil +005101 sil er4 zhan4 qi1 jian1 sp1 ri4 jun1 jiu4 shi4 da3 zhe5 yu4 ren2 tian1 huang2 de5 ming2 yi4 sp1 qin1 lve4 ya4 zhou1 sil +005102 sil wo3 de5 ping2 heng2 gan3 bu2 tai4 hao3 yo5 sil +005103 sil dai3 dao4 dian3 guan1 chang3 chou4 shi4 sp1 jiu4 lai2 da4 jin4 sil +005104 sil yuan3 chu4 wang4 qu4 sp1 ge4 lei4 zhao1 pai2 lin2 lang2 man3 mu4 sil +005105 sil teng2 xun4 wei1 bo2 chu1 le5 yi2 ge5 gong1 neng2 chui1 yi4 chui1 sil +005106 sil shui2 ye3 mei2 rang4 ni3 hua1 sp1 hai2 zi5 fei1 yao4 hua1 sp1 jia1 zhang3 niu4 bu2 guo4 sp1 hua1 bei5 sil +005107 sil qian2 rong2 ye3 chui2 tou2 sang4 qi4 jin4 lai2 sp1 jian4 le5 ta1 sp1 ye3 bu2 ji4 ng1 yuan4 le5 sp1 dao4 sp1 wo3 he2 na4 ge5 xing4 yao2 de5 chui1 la5 sil +005108 sil dui4 ci3 sp1 liu2 luan2 xiong2 ceng2 qing3 qiu2 ao4 men2 fa3 yuan4 sp1 bo2 hui2 zhi3 kong4 sp1 dan4 zao1 dao4 ju4 jue2 sil +005109 sil fei3 tu2 jiao2 cai3 ping2 di3 xie2 sp1 mei2 you3 chuan1 wa4 sil +005110 sil du2 chang3 liu2 dong4 lun2 liu2 zuo4 zhuang1 sp1 bi4 mian3 bei4 jing3 fang1 cha2 chao1 sil +005111 sil lao3 ma1 tou2 ye3 bu4 tai2 sp1 ni2 xiao3 shi2 hou4 xie2 gei2 wo3 de5 sil +005112 sil zhuang1 yan2 de5 shan1 dong1 hui4 tang2 nei4 sp1 hua2 deng1 cui3 can4 sp1 hua1 tuan2 jin3 cu4 sp1 qi4 fen1 re4 lie4 sil +005113 sil yuan2 yin1 jiu4 shi4 yan1 hua1 bao4 zhu2 yin2 qi3 sil +005114 sil di4 er4 jian4 shi4 qing5 sp1 yi4 zhong3 yan2 se4 sil +005115 sil ci3 ci4 mi2 fen3 ti2 jia4 sp1 shi4 chang2 fan3 ying4 bu4 yi1 sil +005116 sil wang2 song4 tao1 xiang3 sp1 zhe4 bei4 zi5 sp1 suan4 shi4 he2 lu4 deng1 jie2 xia4 sp1 bu4 jie3 zhi1 yuan2 le5 sil +005117 sil cheng4 pan2 ji1 hu1 tuo1 bu2 zhu4 ta1 fei2 da4 de5 shen1 zi5 sil +005118 sil zhi2 dao4 min2 jing2 gan3 dao4 quan4 shuo1 hou4 sp1 na4 wei4 hou4 niao2 lao3 ren2 sp1 cai2 bu4 qing2 yuan4 de5 zou3 kai1 sil +005119 sil li2 ba1 nen4 jian3 fang1 yi2 zhan3 kai1 diao4 cha2 sil +005120 sil li3 zhen4 bo1 de5 qi1 zi3 sheng4 ya4 ling2 sp1 zai4 guan1 kan4 xiang4 si3 er2 sheng1 shi2 sp1 xin1 qing2 jiu2 jiu3 bu4 neng2 ping2 jing4 sil +005121 sil xian4 zai4 ming2 yue4 dao3 shang4 de5 jiang1 jun5 fu3 sil +005122 sil zai4 lu4 shang4 sp1 ta1 jian4 dao4 kuang4 quan2 shui3 kong1 ping2 zi5 shi2 sp1 ye3 jian2 qi3 sp1 en4 jin4 bei1 bao1 li3 sil +005123 sil san1 shi4 sp1 zhuo2 li4 cha2 chu2 sun3 hai4 qun2 zhong4 qie4 shen1 li4 yi4 de5 an4 jian4 sil +005124 sil sheng1 ming4 zai4 yu2 yun4 dong4 sp1 wo3 jue2 de5 sp1 ni3 hai2 shi4 duo1 yun4 dong4 yun4 dong4 ba5 sil +005125 sil gan3 sao1 rao3 gu1 nai3 nai5 sp1 huo2 ni4 le5 ni3 sil +005126 sil ling4 yi2 ge5 re2 yan3 de5 ming2 xing1 sp1 dang1 shu3 weng1 hong2 sil +005127 sil wang3 xi1 dui4 bi3 sp1 ge2 qi3 yi4 gan2 kai3 liang2 duo1 sil +005128 sil qu4 cun1 li2 zhao3 sp1 shuo1 shi4 shui3 beng4 huai4 le5 sil +005129 sil si2 zhe3 guan1 cai5 sp1 ye3 bei4 tai2 ru4 chang3 qu1 nei4 sil +005130 sil dan4 ou1 meng2 ke3 neng2 yi3 jing1 pao1 qi4 le5 ying1 guo2 sil +005131 sil fang2 wu1 zeng4 yu3 sp1 guang1 you2 biao3 shi4 shi4 bu2 gou4 de5 sil +005132 sil ta1 men5 mie4 shi4 fa3 lv4 sp1 jian4 ta4 fa3 lv4 sil +005133 sil lao3 po5 hui2 dao4 bing4 fang2 li3 sp1 yi4 lian3 wu2 nai4 sil +005134 sil wo3 de5 xing4 ge2 ye3 shi4 ni4 lai2 shun4 shou4 sp1 cong2 xiao3 dan2 xiao3 pa4 shi4 sp1 fan2 shi4 dou1 ren3 rang4 sil +005135 sil zhe4 shi4 ge5 yu2 chun3 de5 sheng1 ming2 sp1 yuan2 yin1 you3 san1 sil +005136 sil nan2 zi3 zui2 li3 yi4 bian1 du1 nang5 zhe5 sp1 yi4 bian1 cong2 shen1 shang4 mo1 chu1 chao1 piao4 sp1 wang3 tian1 shang4 sa3 sil +005137 sil da4 bu4 fen5 gua1 nong2 cheng1 sp1 dou1 mei2 you2 wang3 nian2 mai4 de5 hao3 sil +005138 sil zhi3 yao4 ke2 sou5 jiu4 dei3 qu4 yi1 yuan4 sp1 mei3 tian1 dou1 zai4 chi1 yao4 sil +005139 sil ni3 men5 tai4 mei2 xin4 yu4 le5 sp1 zhe4 dou1 wu3 tian1 le5 hai2 bu4 fa1 huo4 sp1 wo3 yao4 tou2 su4 ni3 sil +005140 sil geng4 zhong4 yao4 de5 shi4 sp1 tie2 lao3 da4 de5 di4 wei4 sp1 yi1 ran2 fei1 chang2 wen3 gu4 sil +005141 sil de2 zhi1 sp1 yan3 qian2 zhe4 ge5 xing2 mao4 chou3 lou4 de5 jiao4 hua1 zi5 sp1 jing4 shi4 zi4 ji3 de5 sheng1 fu4 sp1 duan4 yan2 qing4 sil +005142 sil qi2 ci4 sp1 yu4 mi3 shi2 yong4 you2 sp1 you2 qi2 shi4 yu4 mi3 pei1 ya2 you2 sp1 zheng4 yue4 lai2 yue4 duo1 de5 tui1 xiang4 shi4 chang3 sil +005143 sil gai1 liang3 ming2 lv3 ke4 sp1 bu4 xiang3 chu1 qu4 ban4 li3 tuo1 yun4 sp1 you4 bu2 yuan4 zi4 qi4 sil +005144 sil hai2 you3 geng4 duo1 de5 zong1 he2 wu4 liu2 xiang4 mu4 wu4 liu2 qi3 ye4 chun2 chun3 yu4 dong4 sil +005145 sil zui4 jin4 ji3 ge5 yue4 zhong1 sp1 ta1 you3 shi2 yi4 tian1 ye3 zuo4 bu5 cheng2 yi4 zhuang1 mai3 mai5 sil +005146 sil ta1 ge4 ren2 hen3 xin1 shang2 you3 ge4 xing4 sp1 you3 wen2 hua4 di3 yun4 de5 lu4 qu3 tong1 zhi1 shu1 sil +005147 sil yao4 duo1 gei3 shi4 min2 ti2 gong1 yun4 dong4 de5 chang2 suo3 sil +005148 sil wo3 jiu4 shi4 yi2 ge5 shan1 dong1 xiang1 xia4 hai2 zi5 sil +005149 sil zhe4 yu3 qian2 ji3 dai4 ren2 you3 tian1 rang3 zhi1 bie2 sil +005150 sil dian3 ping2 xin1 la4 jian2 duan3 sp1 ji2 jin4 chao2 feng3 wa1 ku3 zhi1 neng2 shi4 sil +005151 sil zhe4 ji3 nian2 xing2 dong4 bu2 bian4 sp1 ye2 ye5 na2 zhe5 ta1 dang1 guai3 zhang4 yong4 sil +005152 sil zhua1 zhu4 da4 shu4 shao1 sp1 an2 lia3 jiu4 pa2 shang4 qu4 le5 sil +005153 sil qun2 shan1 zu3 ge2 sp1 zui4 yi4 rang4 ren2 qi4 nei3 que4 bu4 sil +005154 sil gu4 ke4 sp1 wo2 li3 yi2 ci4 fa4 sp1 ni3 jing4 shou1 wo2 wu3 yuan2 qian2 sp1 wo3 tou2 shang4 ji1 hu1 mei2 you3 tou2 fa4 ya5 sil +005155 sil nao2 zhe5 nao2 zhe5 sp1 sun1 mou3 de5 zuo2 shou3 qiao1 qiao1 hua2 dao4 bo2 zi5 de5 dao1 ren4 chu4 sil +005156 sil xi3 huan5 ya5 sp1 ni3 yao4 he2 wo3 yi4 qi3 ma5 sil +005157 sil yin1 wei4 wu4 jia4 reng2 zai4 huan3 man4 shang4 sheng1 sp1 er2 qie3 hai2 mei2 you3 chu1 xian4 guai2 dian3 sil +005158 sil huo3 zai1 zhong1 sp1 yi4 nv2 zi3 zang4 shen1 huo2 chang3 sil +005159 sil wei4 le5 wen3 zhu4 zhe4 ming2 nan2 zi3 sp1 wei4 xian1 sheng5 sp1 yun2 xu3 qi2 jin4 lai2 sil +005160 sil ke2 yi2 jian3 dan1 li2 jie3 cheng2 sp1 chang2 kuan1 gao1 la5 sp1 ha1 ha1 sil +005161 sil ni3 zai4 xiong1 wo3 sp1 zai4 xiong1 wo3 sp1 wo3 jiu4 gen1 ni3 li2 hun1 sil +005162 sil ta1 de5 xi3 nu4 ai1 le4 sp1 tong1 chang2 dou1 shi4 gen1 zuo4 xue2 wen4 lian2 xi4 zai4 yi4 qi3 de5 sil +005163 sil mu4 qian2 sp1 yang2 xiao3 xia2 de5 bing4 qing2 sp1 yi3 ming2 xian3 hao2 zhuan3 sp1 gan2 ran3 de2 dao4 kong4 zhi4 sil +005164 sil da2 xiao3 jiu4 que1 shao3 fu4 ai4 de5 ta1 sp1 xing4 ge2 jue2 jiang4 sp1 chou2 hen4 xin1 ji2 qiang2 sil +005165 sil kou2 ke3 de5 shi2 zai4 shou4 bu5 liao3 sp1 jiu4 yong4 shou3 jin1 zhan1 dian2 shui3 sp1 ba2 zui3 chun2 nong4 shi1 sil +005166 sil jin4 sheng1 shang4 jiang4 jun1 xian2 de5 wei4 feng4 he2 jun1 rong2 yan2 zheng3 sp1 jing1 shen2 dou2 sou3 de5 zhan4 zai4 zhu3 xi2 tai2 qian2 sil +005167 sil tong2 shi2 sp1 yang3 qi4 ye3 cu4 jin4 le5 mian4 jin1 de5 xing2 cheng2 sp1 rang4 mian4 dian3 kou2 gan3 geng4 hao3 sil +005168 sil yi1 lang2 shi3 zhong1 fou3 ren4 sp1 mi4 mi4 yan2 zhi4 he2 wu3 qi4 de5 zhi3 kong4 sil +005169 sil de2 lei5 sp1 wo3 men5 suan4 ti3 yan4 hong2 jun1 guo4 cao3 di4 le5 sil +005170 sil gai1 che1 wu2 xian4 lu4 pai2 sp1 xi4 fei1 fa3 yun4 ying2 che1 liang4 sil +005171 sil ke3 gang1 zha3 le5 yi4 yan3 sp1 na4 jiu4 cheng2 le5 yi4 chang3 meng4 sil +005172 sil bu2 guo4 sp1 bu2 yao4 ba3 zhe4 ge5 fu2 hao4 wang3 wai1 li2 xiang3 sil +005173 sil pin2 qiong2 yi4 wei4 zhe5 wu2 neng2 lan3 duo4 chi2 ru3 he2 shi1 bai4 sil +005174 sil zhong1 shen3 cai2 ding4 hou4 sp1 liang3 xiong1 di4 sp1 bei4 zhi2 xing2 qiang1 jue2 sil +005175 sil jin1 ba1 bu4 wei2 yang1 hang2 shao1 zao3 fa1 xing2 de5 da4 mian4 e2 chao1 piao4 sp1 liu2 tong1 dao4 nian2 di3 sil +005176 sil wei4 le5 ti2 gao1 zhan4 dou4 li4 sp1 tuan2 huo3 cheng2 yuan2 hai2 jing1 chang2 yan3 xi2 sil +005177 sil zhe4 ge5 zai4 shui3 zhong1 ni4 si3 de5 xiao3 tou1 sp1 ben3 lai2 hui4 you2 yong3 sp1 er2 na4 ge5 shui3 tang2 ye3 bu2 da4 sil +005178 sil xia4 ge5 li3 bai4 sp1 wo3 bu4 pao3 le5 sil +005179 sil jiu4 suan4 mei2 ren2 he1 duo1 sp1 dang4 yi4 ban1 de5 tang1 he1 he5 ye3 sp1 bu2 cuo4 o5 sil +005180 sil wo3 zuo2 wan2 ye3 shi1 mian2 le5 sp1 xian4 zai4 hao3 kun4 que4 bu4 xiang3 shui4 sil +005181 sil jia1 zhong1 xiong1 di4 jie3 mei4 ba1 ge5 sp1 ta1 shi4 lao3 yao1 sil +005182 sil ci3 qian2 de5 nv3 pai2 da4 jiang3 sai4 sp1 zhong1 guo2 dui4 sp1 yi2 sheng4 si4 fu4 jin3 huo4 di4 si4 sil +005183 sil xi4 zhi4 dao4 wu3 guan1 shen4 zhi4 mei2 mao5 sil +005184 sil zhong1 hua2 gu2 sui3 ku4 sp1 bu4 liu2 fen1 wen2 sil +005185 sil zhi1 hou4 sp1 zhang1 jia1 ren2 cong2 xiao3 qu1 wu4 ye4 de2 zhi1 sp1 si1 ji1 duo3 zai4 dan1 yuan2 men2 li3 guo4 le5 ban4 xiu3 sil +005186 sil cong2 qian2 you3 ge5 zhuo1 mi2 cang2 she4 tuan2 sp1 ta1 men5 tuan2 zhang3 dao4 xian4 zai4 hai2 mei2 bei4 zhao3 dao4 ne5 sil +005187 sil shi4 hou4 jing3 fang1 zheng4 shi2 sp1 gai1 an4 xi4 zong4 huo3 an4 sil +005188 sil dang4 tian1 sp1 ge3 ze2 ning2 bei4 gong1 an1 ji1 guan1 zhua1 huo4 sil +005189 sil si4 shi4 sp1 lv2 guan3 ye4 shang4 chuan2 xin4 xi1 bu4 gui1 fan4 sil +005190 sil su2 hua4 shuo1 de5 hao3 sp1 shang4 liang2 bu2 zheng4 xia4 liang2 wai1 sil +005191 sil bing4 qie3 sp1 yong4 ka2 sp1 bi3 yong4 xian4 jin1 fang1 bian4 duo1 le5 sil +005192 sil bu4 yi1 hu2 lu5 hua4 piao2 jiu4 shi4 hao3 gan4 bu5 ma5 sil +005193 sil kong2 zi3 xue2 yuan4 zong3 bu4 sp1 she4 zai4 guo2 jia1 han4 ban4 sil +005194 sil suo2 yi3 sp1 yi4 hai1 hai2 shi4 jue2 ding4 sp1 mei3 nian2 an4 zhao4 zi4 ji3 yu4 ce4 de5 su4 du4 lai2 kuo4 zhang1 sil +005195 sil jing3 fang1 chu1 bu4 diao4 cha2 sp1 fu1 qi1 lia2 si3 yu2 yi1 yang3 hua4 tan4 zhong4 du2 sil +005196 sil a1 luo2 yue1 zhi2 zheng4 qi1 jian1 sp1 yi4 zhi2 mei2 neng2 tong2 ge4 zhong2 fu3 bai4 xian2 yi2 sp1 pie3 qing1 guan1 xi4 sil +005197 sil bu4 jiu3 han2 han2 ye3 gei2 wo2 da3 lai2 dian4 hua4 sp1 gao4 su4 wo3 ta1 xiu1 xue2 de5 shi4 sil +005198 sil lao3 zhang4 ren2 xiao4 le5 xiao4 shuo1 sp1 zheng4 hao2 sp1 wo3 men5 si4 ge5 da3 sp1 pu1 ke4 sp1 ni3 qu4 pei2 ta1 men5 bao1 jiao3 zi5 ba5 sil +005199 sil you3 ren2 wen4 hua4 shi2 sp1 ta1 zong3 shi4 xian1 lie3 kai1 zui3 le4 sp1 lou4 chu1 ke3 ai4 de5 huo1 ya2 zi5 sil +005200 sil jiu4 jiang1 jun1 jun1 dai4 zhi4 feng1 yu4 kou3 yi4 nong2 jia1 le4 sp1 tu2 zhong1 qiang2 qiang5 cheng2 ji1 tao2 tuo1 sil +005201 sil er4 yue4 ru4 yuan4 jie1 shou4 zhi4 liao2 sp1 jiang1 xue4 ye4 nei4 de5 du2 su4 qing1 chu2 sil +005202 sil bing4 bu2 shi4 mei3 yi4 can1 sp1 dou1 bi4 xu1 da2 dao4 re4 liang4 yao1 qiu2 sil +005203 sil dan4 shi4 sp1 you2 guang3 xi1 shi2 bu4 zhun3 yuan2 ze2 sp1 jin4 zhi3 gong1 bu4 zhuang4 yuan2 ming2 dan1 sil +005204 sil lao3 shi1 sp1 neng2 tang3 zhe5 de5 hua4 sp1 shui2 yuan4 yi4 pa1 zhe5 shui4 ya5 sp1 jie2 guo3 tong2 zhuo1 ti2 qian2 hui2 jia1 shui4 jiao4 le5 sil +005205 sil dui4 yu2 sheng1 er2 yu4 nv3 sp1 xue3 er2 biao3 shi4 sp1 xi1 wang4 xiang3 shou4 er4 ren2 shi4 jie4 sp1 shao1 hou4 cai2 zuo4 kao3 lv4 sil +005206 sil ji4 xu4 zuo4 hao3 qing1 shi2 zuan3 xiu1 gong1 zuo4 sil +005207 sil mu4 qian2 sp1 gai1 mo2 xing2 zhan3 shi4 sp1 zai4 si1 ta3 wan4 ge2 da4 xue2 sp1 kao2 gu3 sp1 bo2 wu4 guan3 nei4 sil +005208 sil bu2 guo4 sp1 ding4 dan1 yi3 jing1 gun2 gun3 er2 lai2 sp1 bu4 shao3 han2 shang1 yi4 zhang1 kou3 sp1 jiu4 yao4 cai3 gou4 ji3 qian1 dun1 sil +005209 sil qi2 shi2 sp1 gu3 de2 cang1 zheng4 he2 cun1 zhi4 bao2 zhu3 ren4 sp1 gu3 jian4 sp1 yi2 kuair4 r he1 jiu3 sil +005210 sil liang3 ge5 hai2 zi5 ye2 you3 wan2 pi2 bu4 ting1 hua4 de5 shi2 hou4 sp1 xiang3 yao4 fan1 zha4 lan5 chu1 qu4 wan2 sil +005211 sil zhi2 dao4 da4 sha2 yao3 duan4 ye3 zhu1 de5 qi4 guan3 sp1 ye3 zhu1 bu2 dong4 tan5 le5 sp1 ta1 cai2 song1 kou3 sil +005212 sil chen2 shi4 shuo1 sp1 ta1 hai2 mei2 you2 yu3 bang2 fei3 zhi2 jie1 tan2 hua4 sil +005213 sil qin2 fa2 you3 shi4 gu1 gua2 lao3 ren2 sp1 yi4 sheng1 wei4 hun1 sp1 wu2 zi2 nv3 sil +005214 sil ta1 shuo1 zhe4 xie1 xiao4 hua5 sp1 ling4 ta1 you3 xie1 hui3 bu4 dang1 chu1 sil +005215 sil ju4 shuo1 shi4 you2 bai2 jing4 mu3 qin1 sp1 huo4 lao3 lao5 ju1 zhu4 sil +005216 sil xue3 hou4 de5 bei3 jing1 kong1 qi4 qing1 xin1 le5 xu3 duo1 sp1 ta4 xue3 shang2 jing2 zhe3 luo4 yi4 bu4 jue2 sil +005217 sil dang1 shi2 wen2 qiang2 hai2 shuo1 sp1 zhun3 bei4 zhao2 ran3 tan2 hua4 sp1 rang3 ta1 xia4 qu4 le5 sil +005218 sil xiang3 shen2 me5 mei3 shir4 r ne5 sp1 gan2 kao3 he2 bu2 guo4 sp1 kan4 wo3 bu4 chou1 si2 ni3 sil +005219 sil er2 zai4 ben3 yue4 tou2 fang4 liang4 chi2 xu4 jian2 shao3 de5 qing2 kuang4 xia4 sp1 seng1 duo1 zhou1 shao3 ju2 mian4 sp1 ji1 cheng2 ding4 ju2 sil +005220 sil zai4 ke1 shi4 li3 sp1 yu2 ying1 shi4 zan3 ju4 hui4 de5 zhur3 r sp1 shi2 chang2 gei3 da4 jia1 zhao2 zhao3 le4 zi5 sil +005221 sil wo2 yu3 ta1 he2 ceng2 you3 guo4 xu1 yu2 de5 fen1 li2 ne5 sil +005222 sil bu4 sp1 wo3 shi4 shuo1 ni2 tu3 sp1 jiu4 xiang4 qin2 ling3 bing1 ma2 yong3 sil +005223 sil mang2 mang2 sha1 mo4 sp1 yan1 mo4 le5 ta1 men5 ba2 she4 de5 zu2 yin4 sil +005224 sil yu2 shi4 sp1 gu3 ke1 sang1 sp1 bei4 yi3 lu2 mang3 jia4 shi3 de5 zui4 ming2 dai4 bu3 sil +005225 sil shou3 ri4 gu3 jia4 biao3 xian4 sp1 gen1 ju4 shi4 chang2 mai3 mai4 qing2 kuang4 er2 ding4 sil +005226 sil jia4 zhe4 me5 yuan3 gan4 shen2 me5 sp1 ma2 jiang4 da2 fa3 yi4 dian3 dou1 bu4 yi2 yang4 sil +005227 sil san4 bu4 gui1 lai2 sp1 wo3 men5 dao4 xia4 ta4 de5 lv2 guan3 can1 ting1 yong4 shan4 sil +005228 sil wo2 xiang3 hui2 xue2 xiao4 sao2 sao3 mu4 sp1 na4 li3 mai2 zang4 le5 wo3 shi2 ji3 nian2 de5 qing1 chun1 sil +005229 sil wo3 hen2 dong2 nv3 hai2 zi5 sp1 yi2 ding4 bang1 ni3 liao2 dao4 mei4 zi5 sil +005230 sil jing1 jian4 ding4 sp1 sha1 mai4 ke3 you4 sp1 da4 tui3 ruan2 zu3 zhi1 cuo4 lie4 shang1 sp1 wei2 qing1 wei1 shang1 sil +005231 sil mian4 lin2 jin4 tui4 gan1 ga4 de5 kun4 jing4 sil +005232 sil ting1 shuo1 sp1 duo1 tiao4 sheng2 hai2 neng2 zhang3 ger4 r sil +005233 sil dan4 yu2 ci3 tong2 shi2 sp1 sao2 ma3 lu4 de5 gong1 zuo4 sp1 jing4 ran2 ye3 zao1 feng1 qiang3 sp1 jiu4 bu4 mian3 rang4 ren2 jing1 cha4 sil +005234 sil sheng1 huo2 zhong1 sp1 ge3 you1 ye3 shi2 fen1 zai4 yi4 gong1 zhong4 xing2 xiang4 sil +005235 sil zuo4 wei2 quan2 guo2 ren2 da4 dai4 biao3 sp1 ta1 dui4 wei1 bo2 da2 guai3 fei1 chang2 guan1 zhu4 sil +005236 sil ci3 ci4 chong2 qing4 da3 hei1 shen3 pan4 sp1 ye2 yi3 jin4 ru4 sao2 wei3 jie1 duan4 sil +005237 sil neng2 bu4 neng2 rang4 bu4 tong2 shi2 chan3 de5 jia3 yu2 luan3 sp1 tong2 shi2 fu1 hua4 chu1 ke2 ne5 sil +005238 sil jie2 guo3 jin1 tian1 zao3 shang5 yi2 shang4 ban1 sp1 sa4 mo2 ye1 hen3 you1 yuan4 de5 pa1 zai4 na4 sp1 ha1 shi4 qi2 que4 bu2 jian4 le5 sil +005239 sil ying1 cai3 er2 sp1 chen2 xiao3 chun1 yu3 ying1 cai3 er2 hun1 hou4 shou1 lian3 bu4 shao3 sil +005240 sil hei1 zuo1 fang5 yi4 guan1 men2 sp1 jiu4 lian2 kong1 xin1 jiao1 nang2 ye2 mai3 bu2 dao4 le5 sil +005241 sil da4 pai2 chang2 long2 de5 chu1 cheng2 che1 liang4 sp1 sai1 man3 cong2 jia1 er3 wei2 si1 dun1 sp1 dao4 xiu1 shi4 dun4 de5 dao4 lu4 sil +005242 sil xin4 zhong1 cheng1 sp1 jing1 chang2 kan4 dao4 tu2 shu1 guan2 you3 guan1 fu4 ze2 ren2 cong2 shan4 ben3 shu1 ku4 li3 lin1 bao1 sil +005243 sil nv3 hai2 shou4 de5 shi4 sp1 mi2 man4 xing4 zhou2 suo2 sun3 shang1 sil +005244 sil yan2 ci2 zhong1 sp1 jie2 ke4 xun4 sp1 bu4 shi2 bao4 chu1 cu1 kou3 sil +005245 sil ta1 xie3 dao4 sp1 zhe4 ci4 xing2 cheng2 quan2 chang2 er4 dian3 san1 san1 qi1 yi1 wan4 gong1 li3 sil +005246 sil yu4 nan4 zhe3 zhong1 de5 fu4 qin5 sp1 zai4 wa2 er2 sheng3 sp1 jing1 ying2 yi4 jia1 jian4 zhu4 gong1 si1 sil +005247 sil qi2 shi2 sp1 mian4 ban3 tong2 hang2 ye3 zai4 chi2 xu4 qiang2 hua4 zhong1 xiao2 chi3 cun4 ye4 wu4 sil +005248 sil bu2 guo4 sp1 dai4 mi1 ting1 wen2 xiao1 xi5 hou4 yi3 jing1 tong1 guo4 lv4 shi1 fou3 ren4 sil +005249 sil shi2 wu4 ti4 dai4 de5 gui1 lv4 sp1 shi4 pu3 bian4 gui1 lv4 sil +005250 sil zhe4 xie1 yang2 shu4 miao2 sp1 pu3 bian4 bi3 jiao4 ai2 xiao3 sp1 zhi1 gan4 hen3 xi4 sil +005251 sil wang2 bao3 qiang2 you4 lou4 chu1 ta1 han1 hou4 de5 xiao4 rong2 sil +005252 sil da4 ke4 che1 cong2 gao1 su4 lu4 fan1 luo4 shan1 gou1 sil +005253 sil yi1 shi4 jia1 qiang2 nei4 bu4 dui4 wu3 jian4 she4 sp1 hang1 shi2 ye4 wu4 ji1 chu3 sil +005254 sil shuo1 dao4 zhe4 zhong2 zhong2 ku3 chu4 sp1 xu2 tian1 jue2 de5 sp1 wei3 qu1 wu2 jin4 sil +005255 sil you3 xie1 xing1 xing5 shang1 xin1 jiu4 jian4 jian4 dan4 chu1 fen3 si1 qun2 le5 sil +005256 sil wo3 xian4 zai4 er3 duo5 li3 sp1 hai2 lao3 jue2 de5 xiang3 zhe5 na4 ge5 sheng1 yin1 sil +005257 sil wo3 yi4 ban1 yi2 ge5 yue4 qu4 shang4 hai3 yi2 ci4 sp1 yin1 wei4 shang4 hai2 you3 sai4 dao4 sil +005258 sil bi3 ru2 chi1 ping2 guo3 shi2 sp1 yi4 kou2 yao3 chu1 yi4 tiao2 xiao3 chong2 zi5 sp1 na4 wan2 yir4 r sp1 jiu4 shi4 shi2 xin1 chong2 sil +005259 sil ru2 guo3 yong4 gai4 zi5 huo4 zhe3 da4 tong3 sp1 xue2 sheng1 sp1 bu2 shi4 ning3 bu4 kai1 sp1 jiu4 shi4 rong2 yi4 fa1 sheng1 yi4 wai4 sil +005260 sil ji2 shi3 shen1 ti3 bu4 shu1 fu5 sp1 tou2 hun1 nao3 zhang4 sp1 ye2 dei3 yao2 yao3 ya2 sp1 pa2 qi3 lai2 gei3 er2 zi5 shao1 fan4 sil +005261 sil qing1 hu2 cun1 da4 bu4 lu4 qing1 hu2 shang1 ye4 guang2 chang3 sp1 shi4 mo2 tuo1 zai3 ju4 ji2 da1 ke4 de5 di4 fang5 sil +005262 sil yun2 xu3 kan4 sp1 dan4 yao4 jian1 jue2 de5 shi4 sil +005263 sil mu4 qian2 sp1 long2 mou3 yin1 she4 xian2 nuo2 yong4 zi1 jin1 zui4 sp1 bei4 yi1 fa3 xing2 shi4 ju1 liu2 sil +005264 sil xin1 ge2 wei4 he2 yao4 ju4 jue2 bu4 shi2 de5 re4 qing2 yao1 qing3 ne5 sil +005265 sil nan2 dao4 zhen1 jiu4 lao3 de5 lian2 sao4 ba2 ye3 na2 bu5 dong4 le5 sil +005266 sil han2 lao3 han4 ceng2 yin1 bu4 man2 hu2 zi5 tou1 zi4 ji3 de5 qian2 sp1 hai2 da3 ma4 guo4 ta1 sil +005267 sil zao1 kang4 fan3 kang4 shi2 sp1 pa4 bei4 ren2 ting1 dao4 sp1 jiu4 yong4 ban1 shou5 jiang1 qi2 da3 hun1 sil +005268 sil gai1 ju4 qu3 cai2 yu2 mou3 bu4 xue2 lei2 feng1 biao1 bing1 de5 zhen1 shi2 gu4 shi5 sil +005269 sil zhou1 mo4 wo3 shen2 me5 dou1 bu2 yao4 mang2 le5 sp1 zhi2 xiang3 mo4 mo4 pei2 zhe5 ni3 sil +005270 sil you3 guan1 bu4 men2 de5 shi4 xian1 chu2 li3 sp1 suan4 de2 shang4 tuo3 shan4 che4 di3 ma5 sil +005271 sil zhe4 shi4 pa4 wo2 pao3 le5 de5 jie2 zou4 ma5 sil +005272 sil ta1 ke3 neng2 gua1 diao4 le5 biao1 zhi4 xing4 de5 hu2 zi5 sp1 huan4 shang4 xiao4 chuan3 sp1 huo4 zhe3 wei4 kui4 yang2 sil +005273 sil yu2 wang3 nian2 bu4 tong2 sp1 hong2 shui3 ru2 huang2 he2 ban1 sp1 jia1 za2 zhe5 da4 liang4 ni2 tu3 sp1 gun2 gun3 liu2 xiang4 di1 wa1 chu4 sil +005274 sil qian2 ji3 nian2 sp1 nv3 er2 chu1 jia4 dao4 an1 hui1 meng2 cheng2 xian4 sp1 er2 di4 xiong1 san1 ren2 sp1 dou1 mei2 you2 qu3 xi2 fu4 sil +005275 sil ben3 shi4 hen3 dan1 chun2 de5 si4 pian4 zui3 chun2 peng4 yi2 xia4 sp1 bu4 zu2 yi3 shuo1 ming2 shen2 me5 sil +005276 sil lai2 shi4 ping2 bei4 yu2 xiong2 suo2 gan3 dong4 sp1 da3 po4 chen2 mo4 sp1 yi2 ge5 jin4 zhui1 wen4 yu2 xiong2 de5 shen1 shi4 sil +005277 sil yao4 shi4 jing1 chang2 la1 du4 zi5 sp1 jian4 yi4 zhu3 ren2 qu4 kan4 kan5 zhong1 yi1 sp1 tiao2 li3 yi2 xia4 chang2 wei4 sil +005278 sil wang2 nv3 shi4 san1 ge5 mei4 mei5 sp1 zhu4 zai4 yang2 tai2 yi2 ce4 de5 wo4 shi4 sil +005279 sil zhe4 xie1 xiao3 zuo1 fang5 sp1 quan2 bu4 shi4 qian2 song4 cun1 ren2 da1 she4 sil +005280 sil yi2 huir4 r hou4 sp1 di4 di5 he2 tang2 mei4 hui2 jia1 he1 shui3 sp1 liu2 xia4 le5 xiao2 xue2 yu3 liu2 mou3 dan1 du2 xiang1 chu3 sil +005281 sil zuo4 chui2 zhi2 lei4 dian4 shang1 sp1 ye3 mei2 you3 xi1 wang4 sil +005282 sil yi1 shi4 sp1 duo1 ri4 lian2 xu4 pai2 shui3 shi2 shui3 beng4 sun3 huai4 sp1 pai2 shui3 neng2 li4 xia4 jiang4 sil +005283 sil huo2 gai1 sp1 dian3 shen2 me5 xiang1 bu4 hao3 sp1 fei1 dian3 wen2 xiang1 sp1 zhe4 bu5 zhao2 si3 me5 sil +005284 sil xiao1 fang2 chui2 yi2 ding4 yao4 zhun3 bei4 hao3 sil +005285 sil ta1 he2 yi2 jia1 biao2 jie3 sp1 ceng2 zai4 fu4 jin4 da3 guo4 gong1 sp1 ta1 hai2 dao4 nan2 kou3 cun1 sp1 zhao3 guo4 peng2 you5 sil +005286 sil zhe4 zhong2 guan3 kong4 ye3 shi4 bao3 chi2 huo4 bi4 ping2 wen3 fei1 chang2 guan1 jian4 de5 bu4 zhou4 sil +005287 sil ta1 shi4 ru2 he2 gen1 zhe4 xie1 jin1 fa4 bi4 yan3 de5 yang2 ren2 gou1 tong1 de5 ne5 sil +005288 sil zhe4 chang2 bi3 sai4 sp1 dui4 wu5 chu2 fei1 sp1 da4 bi3 fen1 qu3 sheng4 sp1 fou3 ze2 xiong1 duo1 ji2 shao3 jiang1 wu2 yuan2 jue2 sai4 sil +005289 sil yang2 wei1 bi3 gao1 ling2 sp1 wan3 ru4 xue2 yi4 nian2 sp1 tong2 yang4 zai4 xing2 zheng4 guan2 li3 xi4 xue2 xi2 sil +005290 sil qian2 rong2 yi4 zou3 sp1 na4 wei4 ti4 bu3 dui4 yuan2 sp1 li4 ji2 tian2 shang4 kong1 wei4 sp1 ji4 xu4 jin4 qian2 rong2 wei4 jin4 de5 ze2 ren4 sil +005291 sil wo3 hou4 hui3 ya5 sp1 qian2 che1 zhi1 jian4 sp1 wo2 za3 jiu4 bu4 zhi1 dao4 xi1 qu3 bie2 ren5 de5 jiao4 xun4 ne5 sil +005292 sil er2 ping2 guo3 deng2 zhi3 mei2 sp1 rong3 yuan2 ye3 bu4 shao3 sil +005293 sil bei1 nan2 you3 shi2 sp1 ta1 xian1 lie2 zui3 yi2 xiao4 sp1 shao1 shao1 wan1 yao1 sil +005294 sil ru2 jin1 zhe4 li3 di1 shui3 bu2 jian4 le5 sp1 an4 bian1 de5 zhi2 wu4 ku1 huang2 er2 ai2 xiao3 sil +005295 sil shi4 fa1 shi2 sp1 ta1 huang1 luan4 zhong1 chuan1 zhe5 tuo1 xie2 sp1 pi1 zhe5 mian2 ao3 wang3 wai4 pao3 sil +005296 sil zai4 di4 gong1 li3 sp1 fa1 xian4 le5 fo2 ding2 gu3 she4 li4 sp1 gan3 ying4 she4 li4 deng3 fo2 jia1 sheng4 wu4 sil +005297 sil quan2 nian2 bu3 zhu4 ren2 shu4 sp1 yue1 sp1 ba1 shi5 yi1 dian3 sp1 ba1 si4 wu3 er4 wan4 ren2 sil +005298 sil wo2 zao3 sheng1 le5 wu3 shi2 nian2 a5 sil +005299 sil ling4 yi4 xie1 ke3 neng2 hui4 gan3 dao4 zi4 ji3 zai4 qian2 cang2 tou1 shi2 jin4 guo3 de5 ke3 wang4 sil +005300 sil da4 ye5 zhi2 hao3 you4 fan3 hui2 zuo4 wei4 sp1 zhan4 ye3 bu2 shi4 sp1 zuo4 ye3 bu2 shi4 sil +005301 sil wo2 mai2 cai3 piao4 cong2 lai2 mei2 zhong4 guo4 sp1 na3 pa4 yi4 mao2 qian2 ye3 mei2 you3 sil +005302 sil nian1 hua1 si4 yi3 dong1 de5 hu2 tongr4 r dao4 lu4 bing4 bu5 suan4 zhai3 sp1 dan4 liang3 pang2 que4 ting2 man3 le5 si1 jia1 che1 sil +005303 sil ta1 sp1 ou2 er3 tai2 tou2 kan4 kan5 du2 zhe3 sp1 dan4 dan4 yi2 xiao4 sil +005304 sil xiao3 mao1 bei4 qia3 zai4 che1 di3 sp1 xiao1 fang2 yuan2 lai2 jiu4 sil +005305 sil ting1 zhe5 yan2 an1 cheng2 zhong1 yuan2 yuan3 chuan2 lai2 de5 ge1 sheng1 sp1 ye2 xu3 dang1 shi2 de5 ming4 ming2 chun2 xi4 ou3 ran2 sil +005306 sil zhi1 jia4 di3 bu4 kong4 xi4 chu4 sp1 yi4 zhi1 tu2 gou3 pa1 zai4 li3 mian4 you1 xian2 de5 tian3 zhe5 zhua3 zi5 sil +005307 sil mei3 dao4 quan2 yu2 chu1 dong4 shi2 sp1 dang1 di4 yu2 min2 jiu4 shou3 zai4 dong4 xue2 qian2 sp1 deng3 zhe5 yu2 jin4 lou3 sil +005308 sil chan3 jing1 xin1 wen2 cheng1 sp1 shi2 yuan2 tong1 guo4 zhei4 yang4 de5 fang1 shi4 sp1 dui4 ri4 ben3 wai4 jiao1 jin4 xing2 wa1 ku3 sil +005309 sil yuan2 lai2 sp1 ni2 ye3 shi4 miao2 xing1 ren2 sil +005310 sil qian2 wan3 sp1 liu2 hua2 qing1 de5 zhi2 er2 zhi2 nv3 men5 sp1 lin2 shi2 da1 qi3 le5 ling2 tang2 sil +005311 sil xing4 fu2 sp1 jiu4 shi4 sp1 mao1 chi1 yu2 sp1 gou3 chi1 rou4 sp1 ao4 te4 man4 da2 xiao3 guai4 shou4 sil +005312 sil wo3 dou1 bu2 shi4 xiang1 gang3 xiao2 jie3 sp1 mei2 ying2 guo4 sp1 suo2 yi3 mei2 kuang4 kuang5 sil +005313 sil hai2 you3 yi4 xie1 seng1 ren2 bei4 song4 ru4 da4 xue2 sil +005314 sil qi2 hai3 ren4 wei2 sp1 yu3 qi2 yao3 wen2 jiao2 zi4 sp1 hai2 bu4 ru2 wei4 nong2 min2 gong1 zuo4 xie1 shi2 shi4 sil +005315 sil yi3 xia4 sp1 wei2 qi2 fang3 tan2 zhai1 lu4 sil +005316 sil wo3 ke2 yi3 he2 yi1 yi4 qi3 kan4 yue4 liang5 sil +005317 sil bei3 yue1 guo2 jia1 tuo1 bu4 qi3 le5 sil +005318 sil ni3 men5 gei3 ta1 dian3 ya1 li4 la5 sil +005319 sil lian2 xiao2 tui3 chang2 ku1 sheng1 xiang3 sil +005320 sil mei2 nv3 wu2 liao2 zhao3 da4 shu1 sil +005321 sil ai4 wei1 er2 yu3 qian2 fu1 reng2 shi4 peng2 you5 sil +005322 sil quan2 bu4 che1 ci4 sp1 wan2 dian3 wei4 ding4 sil +005323 sil hou4 tian1 wen1 du4 shu1 shi4 sp1 qing2 sil +005324 sil wu2 gong1 nu4 qi4 hou3 sp1 shen4 zhi4 shan1 he2 yao2 sil +005325 sil mei2 you3 wei4 shen2 me5 sp1 jiu4 shi4 deng2 wo3 gan4 ma2 sil +005326 sil gang1 gang1 zai4 kan4 yi4 ben2 you3 qu4 de5 shu1 ya5 sil +005327 sil na4 nin2 neng2 tan2 yi2 xia4 sp1 pu3 tong1 lao2 bai3 xing4 sp1 ru2 he2 zuo4 hao3 fang2 tai2 de5 zhun3 bei4 ma5 sil +005328 sil ta1 pie3 guo4 tou2 qu4 sp1 mu4 guang1 ding1 zhe5 da4 hai3 sil +005329 sil zuo2 ri4 sp1 chang1 ping2 qu1 shi3 ge5 zhuang1 cun1 sp1 cun1 kou3 yan2 jie1 sp1 zheng4 zai4 an1 zhuang1 tie3 zha4 lan5 sil +005330 sil wang2 you3 de5 wu4 jie3 sp1 rang4 xu3 feng1 de5 ban4 yan2 zhe2 xiao3 su1 hen3 ku2 nao3 sil +005331 sil yi4 fan1 da3 dou4 hou4 sp1 sun1 fu4 bei4 en4 dao3 zai4 di4 shang4 sil +005332 sil ye2 xu2 sp1 dong3 shi4 hui4 hen3 gao1 xing4 sp1 xie4 tian1 xie4 di4 de5 shuo1 sp1 zhe4 zun1 pu2 sa5 song4 zou3 suan4 le5 sil +005333 sil ta1 jiao4 zhou1 ke4 yun2 sp1 shi4 mou2 lv3 san1 ji2 shi4 guan1 liu2 yong3 de5 qi1 zi3 sp1 huai2 yun4 wu3 ge5 yue4 sil +005334 sil yuan3 zheng1 cheng2 zuo4 shu1 song4 dai4 sp1 shi4 dong1 fang1 ge1 wu3 tuan2 wu3 tai2 xia4 hen3 jing1 cai3 de5 yi2 ge5 jie2 mu4 sil +005335 sil shou3 shu4 hou4 sp1 na4 ge5 jing1 chang2 ya1 de5 ding1 ran3 man3 tou2 da4 han4 de5 da4 du4 nan3 xiao1 shi1 le5 sil +005336 sil ga2 tu2 ba1 qu1 sp1 shi4 bu4 long2 di2 fan3 zheng4 fu2 wu3 zhuang1 sp1 quan2 guo2 jie3 fang4 zhen4 xian4 de5 da4 ben3 ying2 sil +005337 sil ru2 he2 tiao2 he2 ruo4 zhe2 yu3 qiang2 zhe3 sp1 pin2 yu3 fu4 zhi1 jian1 de5 mao2 dun4 sp1 ji2 wei2 zhong4 yao4 yu2 jin3 po4 sil +005338 sil zai4 dian4 hua4 pang2 de5 lin2 yu3 xiang2 xiang4 shi4 zhi1 liao3 tui4 de5 ke2 sil +005339 sil nin2 zai4 jia1 jiu4 shao3 chou1 dian3 yan1 sp1 mei2 shi4 chuan4 chuan5 men2 zi5 sp1 dui4 shen1 ti2 ye3 shi4 you2 hao3 chu4 de5 sil +005340 sil qi2 zhong1 sp1 zhu4 zhai2 lei4 tu3 di4 cheng2 jiao1 e2 sp1 huan2 bi3 da4 zhang2 bai3 fen1 zhi1 sp1 yi4 bai3 ling2 yi1 dian3 yi1 sil +005341 sil you3 ren2 ren4 wei2 sp1 xin1 wen2 ji2 tuan2 ning4 yuan4 lian2 jia4 shuai3 diao4 zhe4 ge5 bao1 fu5 sil +005342 sil li2 wei3 cai2 fan1 ji3 ye4 sp1 shen1 ti3 shang4 dou1 shi4 ci4 tong4 sp1 han4 shui3 qian2 fu2 zai4 e2 tou5 shang4 sp1 xu4 shi4 dai4 fa1 sil +005343 sil duo1 shu4 yun1 dao3 de5 jing3 cha2 ye3 shi4 xue4 ya1 yi4 chang2 sp1 yu3 tian1 qi4 wu2 guan1 sil +005344 sil qian2 nv2 you2 lian3 se4 yi2 bian4 sp1 nan2 peng2 you5 zheng4 de2 yi4 sp1 wo3 you4 lai2 le5 yi2 ju4 sp1 jin1 tian1 sp1 ni3 shi4 pei2 wo2 jie3 jie5 ne5 sil +005345 sil quan4 shang1 gu3 jin1 ri4 ji4 xu4 ji2 ti3 kuang2 huan1 sp1 xing1 ye4 zheng4 quan4 sp1 shou4 you2 zi1 re4 peng3 yi2 zhang3 ting2 kai1 pan2 sil +005346 sil jin2 guan3 tian1 qi4 yan2 han2 leng3 feng1 lie4 lie4 sp1 dan4 ge4 bu4 dui4 guan1 bing1 sp1 jing1 shen2 dou2 sou3 sp1 dou4 zhi4 ang2 yang2 sil +005347 sil zhi3 yao4 ta1 yi2 dong4 sp1 gou3 jiu4 huan4 ge5 di4 fang1 yao3 sp1 dao4 hou4 lai2 sp1 zhua3 zi5 da1 zai4 ta1 jian1 shang4 yao3 sil +005348 sil nan2 zi3 mian4 qian2 sp1 shi4 liang3 ge5 chuan1 zhe5 hua1 mian2 ao3 sp1 huo2 beng4 luan4 tiao4 de5 xiao3 hai2 zi5 sil +005349 sil jin1 men2 ji4 nian4 ba1 er4 san1 pao4 zhan4 sp1 wu3 shi2 si4 zhou1 nian2 sil +005350 sil ta1 men5 bei4 ren2 wei2 po4 huai4 hou4 sp1 zai4 hong2 lao4 zai1 nian2 fang2 xun4 xiao4 guo2 xian3 zhu4 sil +005351 sil zhou1 mei3 ci4 dou1 gei3 qi1 zi3 he1 sp1 wang2 dong1 jin4 zi4 ji3 da2 dian3 kai1 shui3 sp1 pao4 man2 tou5 jiu4 xian2 cai4 sil +005352 sil ta1 gong4 cheng1 sp1 mei3 jun1 ceng2 shi2 shi1 mei3 ren2 ji4 sp1 pai4 nv3 bing1 mo1 ta1 de5 da4 tui3 sp1 bi1 gong4 sil +005353 sil zhe4 xiang4 ji1 li4 cuo4 shi1 sp1 si4 hu1 hen3 zou4 xiao4 sil +005354 sil dang4 wan3 sp1 yi4 huo3 ren2 jiang1 yuan2 mou3 kan2 si3 jie1 tou2 sil +005355 sil you4 kuai4 you4 shu1 shi4 sp1 dan4 shi4 wo3 men5 mei2 qian2 na5 sil +005356 sil yue4 feng4 qiong2 yan2 li3 sp1 nv3 er2 shi4 dian3 xing2 de5 guai1 guai1 nv3 sil +005357 sil zui4 hou4 chang3 jia1 biao3 shi4 sp1 ke2 yi2 gei3 liu2 mou3 ling4 huan4 bao1 zhi4 liang4 hao3 de5 suan1 nai3 sil +005358 sil sa4 ke1 qi2 sp1 ke3 neng2 yi1 ju4 long2 gai4 de5 bao4 gao4 jue2 ding4 sp1 shi4 fou3 ti2 zao3 che4 jun1 sil +005359 sil ni3 die1 fan4 le5 cun1 gui1 jiu4 mei2 shi4 le5 sil +005360 sil zui4 zhong1 sp1 liang3 ren2 shang1 ding4 sp1 yi3 zao2 bi4 tou1 qian2 de5 fang1 shi4 jin4 xing2 zha4 pian4 sil +005361 sil ta1 de5 hou2 long2 bei4 ge1 duan4 le5 liang3 ci4 sp1 shou3 wan4 ye2 you3 bei4 ge1 shang1 de5 hen2 ji4 sp1 qian2 e2 you3 ca1 shang1 sil +005362 sil ji4 zhe2 ma3 shang4 wen4 sp1 kao3 sheng1 xin4 xi1 sp1 bei4 qiang3 zhu4 de5 duo1 ma5 sil +005363 sil qian2 zhen4 zi5 sp1 jie1 mai3 jia1 de5 dian4 hua4 tai4 duo1 sp1 shuo1 dao4 sai1 bang1 zi5 teng2 sp1 xia4 he2 gu3 tou5 fa1 yan2 sil +005364 sil he2 ni3 zai4 yi4 qi3 sp1 zai4 sha1 tan1 shang4 sp1 yong4 sha1 zi5 sp1 dui1 yi2 ge5 da4 da4 de5 cheng2 bao3 sil +005365 sil zhong2 zhong3 de5 shi4 jian4 sp1 yin2 qi2 gang3 ren2 bu4 man3 sil +005366 sil zhang1 xian1 sheng5 shuo1 sp1 ta1 zan3 le5 bu4 shao3 er2 zi5 de5 jue2 xin1 shu1 sp1 bao3 zheng4 shu1 sp1 que4 wu2 fa2 wan3 hui2 er2 zi5 sil +005367 sil wo3 fei1 chang2 xi3 huan1 si1 kao3 o5 sil +005368 sil wen1 jia1 bao3 lai2 dao4 zhe4 li3 sp1 zhi3 jian4 yi4 long2 long3 cai4 hua1 sheng1 cai4 deng3 yi2 wang4 wu2 ji4 sil +005369 sil yu2 shi4 sp1 yi4 chang3 bo2 yi4 sp1 zai4 liu2 qi2 yan3 yu3 peng2 gai2 zhi3 hui1 bu4 zhi1 jian1 zhan3 kai1 sil +005370 sil rang4 wo3 men5 jiu4 ba3 nei4 rong2 sp1 fang4 zai4 nar4 r ba5 sil +005371 sil er4 ling2 yi1 yi1 sp1 yu3 er4 ling2 yi1 er4 nian2 sp1 wu4 mai2 lai2 xi2 sil +005372 sil wo3 hai2 zhen1 mei2 qu4 guo4 nar2 r hao3 hao1 lv3 xing2 sil +005373 sil ju4 xi1 sp1 gai1 yin2 hang2 mu4 qian2 zai4 shen1 zhen4 sp1 yi3 jing1 quan2 mian4 ting2 zuo4 fang2 dai4 ye4 wu4 sil +005374 sil zai4 zheng3 ge5 ao4 yun4 hui4 qi1 jian1 sp1 yao4 ti3 xian4 quan2 fang1 wei4 de5 ren2 wen2 guan1 huai2 sil +005375 sil zhe4 ming2 ju1 min2 hai2 cheng1 sp1 ta1 zai4 jiao1 tan2 zhong1 sp1 fa1 xian4 huo4 mu3 si1 yan3 shen2 guai4 yi4 sp1 bu4 ting2 zha3 dong4 sil +005376 sil mo2 men2 jing1 sp1 shi4 ye1 su1 ji1 du1 hou4 qi1 sheng4 tu2 jiao4 hui4 de5 jing1 dian3 zhu4 zuo4 sil +005377 sil huang2 sheng4 yi1 shou4 chong3 ruo4 jing1 cuo4 shou3 bu4 ji2 sil +005378 sil hou4 lai2 hai2 ge1 le5 pi4 gu5 shang4 yi2 kuai4 rou4 bu2 er3 duo5 sil +005379 sil fei1 lv4 bin1 quan2 qiu2 shi4 wei1 you2 xing2 sp1 zuo2 tian1 cao2 cao3 shou1 chang3 sil +005380 sil shou3 xian1 sp1 ji4 zhe3 bo1 da3 de5 shi4 yue1 che1 dian4 hua4 sp1 jiu3 liu4 yao1 ling2 liu4 sil +005381 sil yi4 zhao2 ji2 sp1 ta1 jiu4 hui4 chu1 yu2 zi4 wo2 bao3 hu4 sp1 shua2 liang3 zhao1 sp1 bu2 tai4 xie2 tiao2 de5 yong3 chun1 quan2 sil +005382 sil ren2 cheng1 lian4 bu4 si3 de5 chen2 yu4 zhi2 you3 er4 shi2 sui4 sp1 da4 gen1 dou5 xiao3 ji4 qiao3 sp1 yang4 yang4 nan2 bu4 dao3 sil +005383 sil ta1 shi4 lao3 da4 ya5 sp1 ta1 xia4 mian4 hai2 you3 si4 ge5 mei4 mei5 ne5 sil +005384 sil er2 xian4 zai4 sp1 hai2 shi4 qing2 ni3 jiang1 jian4 cha1 jin4 qiao4 li3 sp1 guan3 zhu4 ni3 na4 hao2 wu2 yong4 chu4 de5 she2 tou5 ba5 sil +005385 sil gong3 zai4 jiao1 hui4 chu4 xiang4 xia4 ao1 xian4 sp1 yi3 rong2 na4 shang4 mian4 de5 zhu1 bao3 qiu2 sil +005386 sil ben1 yong3 beng4 fa1 huo2 li4 sp1 meng4 xiang3 zhao4 liang4 xian4 shi2 sil +005387 sil cong2 shi2 jiu3 nian2 qian2 jian4 chang3 zhi4 jin1 sp1 wu1 shui3 yi4 zhi2 pai2 fang4 dao4 wang4 yu2 he2 zhong1 sil +005388 sil ou1 zhou1 yu3 hang2 fang2 wu4 ji2 tuan2 sp1 shi4 ou1 zhou1 kong1 ke4 gong1 si1 de5 mu3 gong1 si1 sil +005389 sil ta1 jie3 yue1 chun2 shu3 ge4 xing4 shi3 ran2 sp1 gen1 bie2 ren2 li4 peng3 mei2 shen2 me5 guan1 xi5 sil +005390 sil cai4 wei2 bin1 shi4 cheng2 du1 li4 kai2 shou3 xing4 ji4 shu4 you3 xian4 gong1 si1 yuan2 gu3 dong1 xiao1 shou4 jing1 li3 sil +005391 sil guan1 mou3 sp1 yuan2 xi4 sui1 xi1 xian4 sun1 tuan3 zhen4 sp1 yan4 tou2 cun1 dang3 zhi1 bu4 shu1 ji4 cun1 wei3 hui4 zhu3 ren4 sil +005392 sil zhe4 li3 sp1 bu4 fang2 ba2 you3 guan1 dang1 shi4 ren2 de5 qing2 kuang4 na2 chu1 lai2 shai4 shai5 sil +005393 sil shan1 gao1 lu4 yuan3 sp1 chang2 tu2 dian1 bo3 sil +005394 sil er2 zui4 zhong1 de5 sun3 shi1 sp1 dou1 hui4 you2 tou2 zi1 zhe2 mai3 dan1 sil +005395 sil mu4 qian2 sp1 si4 wei4 shi4 min2 yi3 wei4 zi4 ji3 de5 ai4 quan3 bao4 ming2 sil +005396 sil yu3 hua1 cha2 shi4 nan2 jing1 te4 chan3 sp1 ye3 shi4 quan2 guo2 shi2 da4 ming2 cha2 zhi1 yi1 o5 sil +005397 sil ta1 zou3 jin4 gang1 qin2 sp1 bing4 kai1 shi2 yan3 zou4 sp1 zu3 guo2 cong2 na2 li3 kai1 shi3 sil +005398 sil jian4 le5 mian4 sp1 yao4 duo1 quan4 quan5 qi1 zi3 sp1 bu4 neng2 zai4 gan4 sha3 shi4 le5 sil +005399 sil ri4 qian2 you3 mei2 ti3 cheng1 sp1 yao2 chen2 dai4 yan2 de5 yi4 hai1 zu1 che1 sp1 she4 xian2 sp1 wei2 gui1 ye4 wu5 sil +005400 sil shi4 ma2 er3 dai4 fu1 sp1 bu2 shi4 sp1 ma3 er2 dai4 fu4 sil +005401 sil lv4 shu4 xian1 hua1 yan3 ying4 de5 cheng2 shi4 jiao3 luo4 zhong1 sp1 you3 shi2 hai2 neng2 pie1 jian4 pian1 ran2 qi2 wu3 de5 shen1 ying3 sil +005402 sil xi1 an1 jie1 tou2 kao3 mian4 jin5 sp1 hen3 shou4 huan1 ying2 sil +005403 sil zui4 zhong1 sp1 an1 dong1 ni2 yi3 qi1 bi3 yi1 de5 ju4 da4 you1 shi4 sp1 na2 dao4 guan4 jun1 sil +005404 sil zui4 jin4 ban4 ge5 yue4 sp1 ge1 liar3 r de5 xin1 qing2 ge2 wai4 hao3 sil +005405 sil wo2 ye2 xiang3 kuai4 dian3 sp1 yao1 suan1 bei4 tong4 zhen1 de5 sil +005406 sil gao1 lian2 jun1 sp1 yi4 ting1 shuo1 wang2 jun1 wei3 yao4 dai4 zhe5 liang3 ge5 di4 xiong5 lai2 tou2 an4 sp1 ma3 shang4 jin4 xing2 zu3 lan2 sil +005407 sil shi4 min2 jiang2 xiao3 peng2 shi4 ting3 jie2 pai4 sp1 guo4 jie2 rang4 ta1 lei4 sp1 bing4 kuai4 le4 zhe5 sil +005408 sil zhao4 jian4 ming2 bu2 da4 ai4 shuo1 hua4 sp1 da4 duo1 shu4 shi2 hou4 yong4 sp1 en4 zuo4 hui2 ying4 sil +005409 sil bu2 niao3 ren2 tong4 de5 diu1 xia4 nian2 gan1 sp1 ge1 zi5 li4 ji2 jing1 pao3 le5 sil +005410 sil ji4 zhe3 zai4 he2 xu2 wei2 xiu4 jiao1 liu2 shi2 sp1 fa1 xian4 ta1 you2 dian3 mu4 ne4 sil +005411 sil xiao1 xi5 xian3 shi4 sp1 er4 wu3 liu4 ji1 zu3 sp1 yi3 jing1 cheng2 gong1 jie1 ru4 dian4 lan3 sil +005412 sil zhe4 bing4 bu2 shi4 shuo1 zhong1 ba1 guan1 xi5 jiu4 hui4 chang4 xing2 wu2 zu3 sil +005413 sil dan4 zhe4 wei4 neng2 zu2 zhi3 bei4 chai1 jie3 sil +005414 sil shan1 dong1 sheng3 zhao1 yuan3 shi4 shi4 wei3 shu1 ji4 xu2 shao3 ning2 sp1 jiu4 shi4 ta1 men5 de5 tu1 chu1 dai4 biao3 sil +005415 sil cong2 ci2 yi3 hou4 sp1 bian1 fu2 zong3 shi4 duo3 cang2 zai4 hei1 an4 de5 di4 fang5 sp1 zhi3 shi4 zai4 wan3 shang4 sp1 cai2 du2 zi4 fei1 chu1 lai2 sil +005416 sil ji4 zhe3 duo1 ci4 qiao1 er4 si4 ling2 jiu3 shi4 de5 men2 sp1 dan4 wu1 nei4 mei2 you3 ren2 ying4 da2 sil +005417 sil ping2 guo2 shou3 ji1 ban2 ben3 you2 xi4 sp1 ye3 tong2 shi2 zai4 ying4 yong4 cheng2 xu4 shang1 dian4 shang4 xian4 sil +005418 sil shang4 hai3 lou2 shi4 nuan3 dong1 ge2 ju2 xia4 sp1 ye2 you3 bu4 fen5 ren2 zai4 ni4 shi4 pao1 pan2 sil +005419 sil kan2 fa2 er3 de5 ji4 ren4 zhe3 shi4 ka2 ta2 er3 de5 yi2 wei4 shang1 ren2 he2 wang2 shi4 cheng2 yuan2 sil +005420 sil liang3 tiao2 lu4 sp1 zai4 yi2 ge5 xie2 you3 tian1 gong1 yuan4 feng1 shui3 wen2 hua4 jing3 qu1 de5 pai2 lou2 qian2 hui4 he2 sil +005421 sil shi4 min2 men5 zai4 lu4 tian1 ke1 ju2 kao3 shi4 sil +005422 sil nv2 zi3 jing1 kong3 wan4 fen1 sp1 lian2 sheng1 qiu2 rao2 sil +005423 sil hua1 cheng2 guang2 chang3 de5 ye4 wan3 deng1 guang1 cui3 can4 sil +005424 sil sun1 hu3 ba2 li3 qiang2 shuo1 de5 yun2 li3 wu4 li3 sil +005425 sil xuan2 zai4 tou2 ding3 de5 lao2 tie3 shan4 sp1 yi2 ke4 bu4 ting2 de5 gong1 zuo4 zhe5 sp1 ke3 reng2 dang3 bu2 zhu4 gun2 gun3 re4 lang4 sil +005426 sil da3 ma2 jiang4 sp1 san1 que1 yi1 sp1 shang4 bu5 shang4 sil +005427 sil bu4 lang3 tai4 tai5 yi4 fen1 qian2 ye3 mei2 na2 dao4 sil +005428 sil li4 run5 sp1 bi3 wai4 jie4 xiang3 de5 di1 duo1 le5 sil +005429 sil ou2 er3 chi1 yi2 dun4 sp1 ye3 shi4 bu2 cuo4 de5 xuan3 ze2 sil +005430 sil xue2 xi2 dang3 de5 chuang4 xin1 li3 lun4 you3 sha2 yong4 sil +005431 sil shi2 jian1 qia1 zhe5 dianr3 r sp1 kai1 che1 you1 zhe5 dianr3 r sil +005432 sil da4 shou2 bi3 de5 tou2 ru4 sp1 jie2 chu1 le5 lei2 lei2 shuo4 guo3 sil +005433 sil xin1 mai3 de5 dian4 nao2 zong3 shi4 si3 ji1 sp1 da3 dian4 hua4 yao4 chang3 jia1 lai2 xiu1 sp1 ye3 yi4 zhi2 mei2 lai2 sil +005434 sil shi4 jie4 xin1 wen2 bao4 sp1 gu4 ren2 ru4 qin1 dao4 le4 de5 yu3 yin1 xin4 xiang1 sil +005435 sil bian1 ru4 gai1 shu1 de5 wen2 gao3 sp1 jun1 gen1 ju4 zhu1 rong2 ji1 chu1 xi2 zhong4 yao4 sil +005436 sil dian4 hua4 na4 tou2 cheng1 sp1 xiao3 qing2 zai4 si4 wu3 gong1 li3 wai4 de5 qing4 feng1 mou3 zhen2 suo3 nei4 sil +005437 sil gao1 wen1 jiang1 cong2 ben3 zhou1 si4 qi3 shao1 shao1 huan2 jie3 sil +005438 sil qi2 jian1 sp1 dang1 shi4 jia1 you2 yuan2 jiang1 shou2 li3 de5 yao4 shi5 reng1 diao4 sil +005439 sil bi2 zhe2 you3 ge5 shi4 hao4 sp1 ai4 kan4 you3 guan1 fan2 fu3 de5 wen2 zhang1 sil +005440 sil dang1 ta1 tuo1 qu4 wai4 yi1 sp1 ji4 zhe3 cai2 fa1 xian4 sp1 ta1 you4 bi4 zhou3 guan1 jie2 yi3 xia4 can2 ji2 le5 sil +005441 sil chu2 quan2 chang3 wei2 yi1 de5 liang3 shuang1 wai4 sp1 ta1 hai2 gong4 xian4 le5 sp1 liang3 ci4 kou4 lan2 sp1 yi2 ci4 zhu4 gong1 he2 yi2 ci4 qiang3 duan4 sil +005442 sil jia1 kuai4 wan2 shan4 ji4 shu4 biao1 zhun2 ti3 xi4 sp1 he2 hang2 ye4 zhun3 ru4 guan2 li3 sil +005443 sil xia4 yi2 bu4 sp1 feng1 kuang2 de5 cai2 feng5 sp1 ye2 xiang2 xiao3 gong1 si1 sp1 zai4 you3 da4 fa1 zhan3 sil +005444 sil ni3 yi2 ding4 shi4 nong4 cuo4 le5 sp1 bu2 shi4 wo3 jiao4 de5 wai4 mai4 sil +005445 sil shen1 zhen4 she4 ji4 ji1 chu2 hao3 sp1 er2 qie3 jin4 lin2 xiang1 gang3 sil +005446 sil gai1 nan2 zi3 bei4 zhi3 sp1 mi4 yun2 xian4 zheng4 xie2 wei3 yuan2 li3 xin1 yang2 sil +005447 sil dan4 qi1 zi3 gang1 gang1 dong4 wan2 shou3 shu4 sp1 zou3 de5 kai1 ma5 sil +005448 sil zhe4 zuo4 mei3 guo2 dong1 an4 de5 du3 cheng2 sp1 ping2 ri4 xi1 lai2 rang2 wang3 sp1 re4 nao4 fei1 fan2 sil +005449 sil wen4 ti2 zai4 yu2 sp1 bu4 shao3 shang1 hu4 sui1 ran2 pei2 le5 qian2 sp1 dan4 shi4 zui4 hou4 lian2 yao1 he5 sp1 ye3 mei2 you3 zhuan4 zhao2 sil +005450 sil dan4 xiao2 zhen2 suo3 yi4 bi3 da4 yi1 yuan4 sp1 bian4 yi5 sp1 fang1 bian4 sil +005451 sil si4 shi5 yi1 ming2 lao2 ban3 ren4 de5 gai1 xing2 li3 xiang1 jiu4 shi4 cong2 ta1 men5 de5 dian4 mai4 chu1 sil +005452 sil ju4 jie4 shao4 sp1 wan4 qing4 dang4 pu4 ceng2 shi4 jing1 cheng2 wu3 da4 dang4 pu4 zhi1 yi1 sp1 shi3 jian4 yu2 qing1 mo4 sil +005453 sil e2 wai4 de5 jing1 ji4 li4 yi4 sp1 cheng2 le5 ta1 men5 chu1 mai4 gu4 zhu3 sp1 ge1 bo5 zhou2 wang3 wai4 guai3 de5 yuan2 yin1 sil +005454 sil fa1 zhan2 hai3 shang4 feng1 dian4 sp1 ye3 bei4 kan4 zuo4 shi4 zheng3 jiu4 feng1 dian4 tui2 shi4 de5 yi2 ji4 liang2 fang1 sil +005455 sil zuo2 wan3 jia1 le5 ji2 xiao3 shi2 ban1 ya5 sil +005456 sil hui4 shang4 na4 yi2 ke4 you2 dian3 gan1 ga4 sil +005457 sil gang2 kou3 feng1 bi4 yi3 jing1 kai1 shi3 ying2 xiang2 mei3 guo2 de5 xiao1 shou4 qing2 kuang4 sil +005458 sil pao2 zhi4 hong2 shu2 fen3 de5 mo4 zhi1 sil +005459 sil bu2 shi4 bu2 bao4 sp1 shi2 ji1 wei4 dao4 sil +005460 sil zhe4 neng2 shuo1 ta1 men5 shi4 ren3 ma5 sil +005461 sil jiang1 huai2 da4 di4 shuo4 feng1 lin3 lie4 sil +005462 sil ru2 guo3 pen1 le5 xiang1 shui2 ye3 shi4 bu4 neng2 jin4 qu4 de5 sp1 yin1 wei4 dui4 pei1 tai1 hui4 you3 ying2 xiang3 sil +005463 sil zhe4 qian2 jiu4 shi4 wo3 yuan2 ben2 zan3 xia4 lai2 de5 sil +005464 sil xing4 kui1 ta1 mei2 jian4 guo4 luo2 tian1 cheng2 niao3 fei1 tu4 zou3 zhi1 lei4 de5 ming2 yan2 sp1 fou3 ze2 yao4 fa1 hui1 ban4 tian1 sil +005465 sil liu2 zheng4 chen1 bu4 tong2 yi4 zhe4 zhong3 zuo4 fa3 sil +005466 sil zhe4 ying1 shi4 cong2 di3 xia5 shen4 chu1 lai2 de5 sil +005467 sil ti2 dao4 er2 zi5 sp1 gao1 yan4 yan4 ji3 du4 geng3 ye4 sil +005468 sil che1 zi5 yi4 zhi2 kai1 sp1 ting2 xia4 lai2 yi3 hou4 sp1 bang2 fei2 ba3 wei4 yuan4 zhang3 fang4 zai4 yi2 ge5 di4 fang5 sil +005469 sil sha1 mou3 cheng1 sp1 zheng1 qu3 yi2 ge5 jin4 jun1 xiao4 de5 ming2 e2 sp1 dan4 xu1 yao4 yi4 xie1 qian2 lai2 da2 dian3 sil +005470 sil peng4 dao4 yi4 xie1 lai4 pi2 de5 zhu3 sp1 ying4 shi4 ba3 dong1 xi5 reng1 xia4 jiu4 pao3 sp1 ta1 ye3 mei2 zhe2 sil +005471 sil chuan2 peng2 shuai4 de5 fu4 qin5 sp1 wei2 huang2 chuan1 xian4 sp1 gong1 an1 ju2 fu4 ju2 zhang3 sil +005472 sil dui4 yu2 wo3 men5 lai2 shuo1 sp1 zou3 chuan2 tong2 lao3 lu4 ke3 neng2 geng4 wei1 xian3 sil +005473 sil shen2 tong2 zhi1 fu4 ting1 de5 ye3 piao1 piao1 ran2 le5 sp1 bu2 zai4 bi1 zhao4 zhi4 jing4 bei4 gu3 wen2 sil +005474 sil yan3 ke1 yi1 sheng1 zai4 gei3 niu1 niu5 jian3 cha2 shi4 li4 sil +005475 sil ge1 sp1 ren2 jia1 cuo4 le5 sp1 bie2 xiong1 ren2 jia1 le5 sil +005476 sil dang1 qian2 you2 na3 xie1 zhu3 yao4 de5 long3 duan4 xian4 xiang4 sil +005477 sil deng2 wo2 you3 le5 gong1 zi1 jiu4 bang1 ni3 jiao1 fang2 zu1 sil +005478 sil tao2 hao3 nei4 di4 guan1 zhong4 sp1 yao4 cong2 wa2 wa5 zhua1 qi3 sil +005479 sil bao3 zhi4 qi1 xian3 shi4 zai4 nai2 fen3 guan4 di3 bu4 sil +005480 sil bu2 guo4 sp1 quan2 zu3 ren2 yuan2 yi4 qi3 yong4 wan2 wu3 can1 hou4 sp1 bie4 niu3 de5 fen1 wei2 ming2 xian2 shao3 le5 hen3 duo1 sil +005481 sil tian2 dan1 de5 xiao3 zhuo1 ke2 fou3 duo1 she4 ji3 chu4 sil +005482 sil you3 zhi1 qing2 zhe3 tou4 lu4 sp1 nv2 zi3 qing1 sheng1 qian2 yin2 jiu3 sp1 yi2 wei2 gan3 qing2 kun4 rao3 xuan3 ze2 qing1 sheng1 sil +005483 sil si4 shi4 bu4 fen5 ye4 wu4 cun2 zai4 shou3 xu4 xia2 ci1 sil +005484 sil guan1 jian4 xian4 zai4 jia4 ge2 di1 sp1 mei2 ren2 shou1 ya5 sil +005485 sil ju4 xi1 sp1 shi1 ti3 shang4 hai2 you3 dong4 wu4 de5 yao3 hen2 sil +005486 sil di4 di5 zai4 pang2 bian1 di1 zhe5 tou2 lai2 le5 yi2 ju4 sp1 zhe4 gen1 diu1 qian2 bao1 you3 shen2 me5 qu1 bie2 ya5 sil +005487 sil hong1 nao4 sheng1 zhong1 sp1 nv2 zi3 bu2 duan4 yong4 shou3 rou2 cuo1 tou2 bu4 sp1 si4 you3 tou2 bu4 bu2 shi4 zheng4 zhuang4 sil +005488 sil na4 lv2 zi5 sp1 lai2 dao4 yi4 tou2 hao4 chi1 lan3 zuo4 de5 lv2 zi5 pang2 bian1 sil +005489 sil chen2 jia1 huan2 dui4 ci3 yi2 gai4 mei2 you3 hui2 da2 sp1 zhi2 ning3 wai1 lian3 kan4 zhe5 lv4 shi1 sp1 xiang4 lv4 shi1 qiu2 jiu4 sil +005490 sil ding4 yue4 he2 zhi1 chi2 shou1 ru4 wei2 sp1 wu2 dian3 si4 jiu3 yi1 ba1 yi4 mei3 yuan2 sil +005491 sil ba2 nv3 ren2 hong2 hao3 le5 sp1 nan2 ren2 jiu4 you2 pin3 wei4 le5 sil +005492 sil la1 kai1 le5 ying4 zhang4 e4 zhang4 zheng4 zhi4 zhang4 de5 wei2 mu4 sil +005493 sil san1 yue4 de5 qiong2 dao3 sp1 wan4 mu4 cong1 long2 sheng1 ji1 ang4 ran2 sil +005494 sil de2 dao4 que4 qie4 de5 jie2 guo3 hou4 sp1 na4 yi2 ye4 sp1 yang2 zi4 hui1 zai4 zheng4 zhou1 he1 le5 ge5 ming2 ding3 da4 zui4 sil +005495 sil dui4 chuang4 she4 zhe3 er2 yan2 sp1 ren4 gou4 quan2 zheng4 de5 chou2 ma3 ke2 yi3 ji4 suan4 sp1 yin1 ci3 feng1 xian2 ke3 kong4 sil +005496 sil liu2 zhi1 zhang1 bang1 yu3 xiang2 jiu1 zheng4 yi2 ci4 pao3 zi1 sp1 dao4 sp1 wo3 shi4 ge5 zhi2 hua4 zhi2 shuo1 de5 ren2 sp1 chu1 qian2 jin4 lai2 de5 ba5 sil +005497 sil huang2 shang4 sp1 nin2 hai2 ji4 de5 da4 ming2 hu2 pan4 de5 xia4 yu3 he2 ma5 sil +005498 sil wo3 jue2 de5 xin1 wen2 dui4 bo2 zhi1 shi4 ji1 dan4 li3 tiao1 gu3 tou5 sil +005499 sil er2 hei1 mao1 sp1 zhua1 zei2 neng2 li4 gong1 shou4 jiang3 jiu4 hen3 ji1 ji2 sil +005500 sil gai1 bao4 liao4 zhe3 yan2 zhi1 zao2 zao2 shi2 fen1 ken3 ding4 ci3 shi4 sil +005501 sil zai4 chang3 qu1 nei4 sp1 dui1 fang4 zhe5 shu4 shi2 dai4 tan4 suan1 qing1 an3 sil +005502 sil ling4 wai4 sp1 mei3 guo2 dui4 zai4 nan2 zi3 tiao4 yuan3 ye3 ran2 zhi3 jin1 pai2 sil +005503 sil gen1 ta1 xia4 xiang1 sp1 wu2 lun4 zou3 dao4 na3 ge5 cun1 sp1 dou1 neng2 ting1 de5 dao4 xiang1 qin5 men5 sp1 re4 qing2 zhao1 hu5 xu1 han2 wen4 nuan3 sil +005504 sil hao4 cheng1 ya4 zhou1 di4 yi1 de5 bei3 yang2 shui3 shi1 sp1 wei4 shen2 me5 hui4 zhan4 bai4 sil +005505 sil chang2 jun4 sheng1 de5 huo3 jian4 shi4 ti2 ba2 sp1 dao4 di3 cang2 zhe5 na3 xie1 mao1 ni4 sp1 bi4 xu1 hao3 hao1 cha2 cha5 sil +005506 sil zhi3 ting1 ta1 ruo4 ruo4 de5 lai2 yi2 ju4 sp1 ni3 zhan4 you2 wo3 sp1 wo3 zhan4 you2 ni3 sil +005507 sil jing1 liao2 jie3 sp1 xiao3 ming2 shou3 shang4 wo4 zhe5 de5 mo3 hui1 ban3 shi4 zi4 jia1 de5 sil +005508 sil yi2 bu4 fen4 zai4 shi4 wai4 zhan3 chu1 de5 da4 xiang4 xing1 xing5 sp1 yi3 jin4 guan3 bi4 shu3 sil +005509 sil dan4 ci3 shi2 sp1 zuo2 mou2 yi3 jing1 tao2 wang2 guang3 zhou1 sp1 zhi1 hou4 you4 dao4 le5 shen1 zhen4 sil +005510 sil liang3 ren2 de5 jie2 hun1 zhao4 sp1 ye3 fang4 zai4 le5 xi1 an1 chan3 ba4 yi4 jiu3 dian4 li3 wan2 cheng2 sil +005511 sil wei3 tuo1 zhi4 zuo4 de5 zuan4 shi2 sp1 zhen1 de5 shi4 yong4 gu3 hui1 huo4 mao2 fa4 zuo4 cheng2 ma5 sil +005512 sil ji4 nian4 bei1 shang4 sp1 yi3 zhong1 ying1 wen2 ji4 zai4 le5 sun1 zhong1 shan1 chou2 kuan3 ji2 ge2 ming4 jing1 guo4 sil +005513 sil zai4 zhe4 zhong3 xing2 shi4 xia4 sp1 mei3 guo2 ke2 yi3 sa2 shui3 sp1 fang2 zhi3 di4 qu1 guan1 xi5 kao3 jiao1 sil +005514 sil shi4 zen3 me5 yang4 de5 wen2 hua4 sheng1 tai4 sp1 ling4 dang1 shi4 ren2 ru2 ci3 kuan1 rong2 huo4 wu2 nai4 ne5 sil +005515 sil wo3 zai4 bi4 yu3 o5 sil +005516 sil jin4 ri4 sp1 wang2 mou3 bei4 hai2 kou3 long2 hua2 qu1 jian3 cha2 yuan4 yi1 fa3 pi1 zhun3 dai4 bu3 sil +005517 sil fa3 ting2 shang4 sp1 zhang1 bing2 li3 ren4 zui4 tai4 du4 jiao4 hao3 sp1 zhen1 cheng2 hui3 zui4 sil +005518 sil ri4 ben2 yu3 dong1 nan2 ya4 you3 guan1 guo2 jia1 sp1 shi4 mei3 guo2 shou3 zhong1 sp1 wu3 xiang4 zhong1 guo2 de5 yi4 bing2 bing2 duan3 jian4 sil +005519 sil jing1 cha2 sp1 fan4 zui4 xian2 yi2 ren2 luan2 chang1 sheng4 sp1 yu3 qi2 peng2 you5 shao4 mou3 de5 qi1 zi3 li2 mou2 you3 jian1 qing2 sil +005520 sil yi3 hou4 hui4 yang3 de5 sp1 wo3 zheng4 zai4 yan2 xiu1 chong3 wu4 zhao4 gu4 ji4 neng2 sil +005521 sil fou3 ze2 wo3 jiu4 tou4 zhi1 sp1 jiang1 zai4 ye3 bu4 neng2 lai2 ou1 zhou1 le5 sil +005522 sil bu2 pa4 lang2 yi2 yang4 de5 dui4 shou3 sp1 jiu4 pa4 yi3 wei2 bu3 qiang2 que4 bu4 ting2 tong3 lou2 zi5 de5 gong1 guan1 sil +005523 sil tong1 guo4 zhan4 lve4 he2 li4 liang4 jin4 xing2 di4 qu1 e4 zhi4 de5 lun4 dian3 ling4 ren2 fei4 jie3 sil +005524 sil chang4 ge1 pao3 diao4 sp1 jiu4 yao4 duo1 lian4 xi2 sil +005525 sil ci3 qian2 huai2 yi2 shi2 yue4 qin2 shi4 liu2 yu4 bo1 piao3 bai2 shen1 fen4 hou4 de5 hua4 ming2 sp1 bei4 pai2 chu2 sil +005526 sil zhan1 nai3 nai5 shuo1 sp1 zhe4 yang4 de5 sheng1 huo2 kai1 xiao1 sp1 bi3 zai4 jia1 du2 shu1 gui4 chu1 xu3 duo1 sil +005527 sil li3 a1 po2 de5 nv3 er2 chan1 fu2 zhe5 ta1 sil +005528 sil di4 san1 jiu4 shi4 qing1 yu1 de5 ren4 wu4 zhong4 sil +005529 sil you3 shi4 shuo1 shi4 sp1 mei2 shi4 sp1 wo3 wanr2 r qu4 le5 sil +005530 sil ni3 yin2 hang2 ka2 li3 jing4 ran2 hai2 you3 qian2 sil +005531 sil yin1 wei4 shi4 shou3 ting1 wen1 rou2 de5 ge1 sil +005532 sil wo3 shi4 deng1 shan1 ai4 hao4 zhe3 sil +005533 sil zhao2 ji2 yo5 sp1 xian4 zai4 you4 mei2 you3 ban4 fa3 sil +005534 sil shu3 yu2 sp1 sha2 you3 qian2 de5 na4 zhong3 li2 pin3 sil +005535 sil shi2 jian1 yi2 huang4 sp1 yi4 nian2 jiu4 guo4 qu4 le5 sil +005536 sil wo3 hai2 bu2 hui4 tiao4 wu3 ye5 sil +005537 sil zen3 neng2 liao4 li3 jun1 guo2 de5 hou4 shi4 sil +005538 sil rang4 wo3 suan4 le5 sp1 an1 an1 wen2 wen3 guo4 ri4 zi5 sil +005539 sil bu4 fen4 zhen2 suo3 ke3 zuo4 yao4 wu4 liu2 chan3 sil +005540 sil wang2 you2 feng3 ci4 sp1 jian1 yu4 guan2 li2 fu3 bai4 hun4 luan4 sil +005541 sil you3 na2 li3 bu4 ming2 bai5 me5 sil +005542 sil la1 fei1 er3 shuo1 sp1 pu2 pu3 zhu4 zai4 wo4 sen1 dao3 sil +005543 sil wo3 men2 yao4 ju2 shou3 tou2 xiang2 tong4 gai3 qian2 fei1 sil +005544 sil dui4 yu2 tian1 ya2 shi4 fou3 can1 yu4 le5 ci3 ci4 chao3 zuo4 sp1 liang2 shu4 xin1 yu2 yi2 fou3 ren4 sil +005545 sil ce4 mian4 xian4 tiao2 geng4 jia1 ying4 lang3 liu2 chang4 sp1 xiang1 bi3 lao2 kuan3 sp1 dong4 gan3 le5 xu3 duo1 sil +005546 sil jing1 shen2 ye2 hao3 le5 hen3 duo1 sp1 yan3 qiu2 ye3 neng2 gu1 lu1 lu1 zhuan4 sp1 lai2 kan4 kan4 zhou1 wei2 shi4 shen2 me5 huan2 jing4 sil +005547 sil yun1 wan2 ran2 hou4 ne5 sil +005548 sil sui2 ji2 sp1 biao2 jie3 jiang1 yin2 hang2 zhang4 hao4 sp1 fa1 gei3 le5 hou2 gen1 lin2 sil +005549 sil tui1 jian4 ta1 qu4 xi1 xia4 wang2 ling2 sp1 ting2 you3 yi4 si5 de5 sil +005550 sil ci3 wai4 sp1 xia4 da4 bai2 cheng2 hai3 yu4 sp1 ye3 fa1 xian4 le5 you2 wu1 sil +005551 sil qi2 shi2 dou1 ke2 yi3 jie1 shou4 sp1 zhi3 shi4 cu1 su2 er2 yi3 sil +005552 sil mu4 qian2 sp1 yi4 zhong3 mao1 mi1 ka1 fei1 guan3 zai4 shang4 hai2 qiao3 ran2 zou3 hong2 sil +005553 sil ji4 wei3 yao4 cha2 cha5 shi4 na3 ge4 sil +005554 sil ta1 zheng4 jue1 pi4 gu5 mang2 ne5 sp1 wo3 men5 qiao1 qiao1 wei2 shang4 qu4 sp1 dang1 chang3 jiu4 gei3 zhua1 zhu4 le5 sil +005555 sil shi4 fa1 dang1 ri4 sp1 yang2 dai4 zhe5 liang3 ge5 sun1 nv5 sp1 chu1 qu4 li3 fa4 sil +005556 sil mei3 guo2 le4 yu2 kan4 jian4 mei3 yuan2 de5 bian3 zhi2 sil +005557 sil guo1 guo2 qing4 sp1 chang2 qi1 cong2 shi4 ying2 xiao1 xue2 de5 yan2 jiu1 sp1 dan1 ren4 zhong1 guo2 shi4 chang3 ying2 xiao1 yan2 jiu1 zhong1 xin1 zhu3 ren4 sil +005558 sil bu4 shao2 shou3 ji1 ying4 yong4 ruan3 jian4 sp1 ye3 chou2 zhun3 le5 shu4 zi4 hua4 nian2 su2 sp1 tui1 chu1 bai4 nian2 chan2 pin3 sil +005559 sil shi2 pin3 gong1 si1 sp1 tui1 jie4 xin1 sheng1 chan3 de5 sp1 yi2 ye3 tian2 wei2 zhu3 ti2 de5 sp1 ni2 qiu5 pai2 ling2 shi2 sil +005560 sil bu2 guo4 sp1 dang1 shi2 lou2 ti1 zhong1 jian1 bu4 wei4 yi3 jing1 kua3 ta1 sp1 zheng3 ge4 lou2 cheng2 xian4 ao1 zi4 xing2 sil +005561 sil zhe4 yang4 kan4 lai2 sp1 kun2 bang3 xiao1 shou4 sp1 cheng2 wei2 mo4 gao1 ku1 wei2 yi1 de5 xuan3 ze2 sil +005562 sil liang3 ren2 dui4 sun1 yao2 de5 quan4 zu3 bu2 zai4 li2 cai3 sp1 jian1 chi2 hui4 wan2 kuan3 sil +005563 sil jian1 ce4 biao2 yi3 bao4 sp1 hai2 shi4 an1 xin1 zhai2 zai4 shi4 nei4 ba5 sil +005564 sil zai4 qiang2 jiang4 wen1 de5 tong2 shi2 sp1 shui3 qi4 sp1 ye3 chan1 huo5 jin4 lai2 sil +005565 sil ba2 hen3 zhua1 ke1 ji4 de5 si1 xiang3 luo4 dao4 shi2 chu4 sil +005566 sil ran2 er2 sp1 hai2 shi4 you2 hen3 duo1 ren2 wu2 bing4 shen1 yin2 sp1 shi3 jin4 dou1 yao4 che2 dian3 gu4 shi4 sil +005567 sil you3 shi2 ti3 ye4 zhi1 cheng1 de5 zhan1 guang1 xie1 sil +005568 sil jin2 guan3 sp1 tu3 di4 zu1 lin4 he2 tong5 sp1 er4 ling2 er4 jiu3 nian2 cai2 dao4 qi1 sil +005569 sil ta1 rang4 nv3 er2 zi4 ji2 gei3 ba1 bi3 wa2 wa5 zuo4 yi1 fu5 sp1 yin1 wei4 shang1 chang3 de5 dou1 shi4 chong2 yang4 de5 sil +005570 sil guo4 hui4 ma1 shuo1 sp1 chong1 wan2 le5 sp1 gei3 qian2 sp1 lao3 ba4 shuo1 sp1 chong1 wan2 le5 sil +005571 sil niao4 ji1 mei2 de5 sheng1 chan3 yuan2 liao4 sp1 lai2 zi4 sp1 ren2 ti3 xian1 niao4 ye4 sil +005572 sil jin4 chu1 sou1 zhu2 yi4 sp1 ni3 shi4 xiang3 cheng2 fa2 ta1 hai2 shi4 cheng2 fa2 wo3 ya5 sil +005573 sil jia1 qiang2 yan2 sp1 rong2 xue3 ji4 sp1 cao3 bao1 sp1 ren2 gong1 sao2 xue3 qi4 ju4 deng3 wu4 zi1 de5 bu3 chong1 sil +005574 sil gang1 cai2 sp1 wo3 cong2 che1 zhan4 chu1 zhan4 kou2 zou3 chu1 lai5 sp1 yi4 nv3 de5 sp1 yao4 wang2 li2 zou3 sil +005575 sil liu2 feng1 ren4 zhun3 le5 zhong1 shi2 you2 zhe4 kuai4 zhao1 pai5 sp1 dui4 man3 xin1 kai3 mei2 you3 tai4 duo1 huai2 yi2 sil +005576 sil ci3 wai4 sp1 yu4 nan4 de5 lv2 you3 yang2 xiao3 mei2 sp1 he2 ling4 yi4 lv2 you3 xie4 ming2 shi4 fu1 qi1 sil +005577 sil qu4 nian2 qiu1 shou1 hou4 sp1 lao2 ban3 gei2 an3 da2 shou3 ji1 sp1 shuo1 hai2 lai2 ba5 sp1 tui1 zhe5 lun2 yi3 sp1 dai4 zhe5 lao3 po2 sil +005578 sil dan4 zhe4 yi4 jue2 ding4 sp1 shi3 man4 ha1 dun4 xia4 cheng2 ju1 min2 bao4 yuan4 bu4 yi3 sil +005579 sil zheng4 zhi2 ji3 liang4 mo2 tuo5 qiang2 xing2 chuang3 guan1 zhi1 shi2 sp1 gai1 qiao2 tu1 ran2 kua3 ta1 sil +005580 sil suo2 yi3 sp1 wo3 jiu4 jiao4 ta1 men5 zhi2 jie1 bang1 wo3 pei4 sp1 ta1 men5 hui4 kan4 de5 shuang3 yi4 dian3 sil +005581 sil sui1 ran2 jia4 ge2 gao1 ang2 sp1 dian4 shi4 ta3 que4 yi4 zhi2 bu4 que1 guang3 gao4 shang1 sil +005582 sil xia4 yu3 le5 sp1 kan4 jian4 wai4 mian4 cheng1 san3 de5 sp1 jiu4 xiang2 qi3 yi4 tong2 xue2 shuo1 de5 sil +005583 sil gao1 xiong2 shi4 zhang3 ren4 nei4 de5 xie4 chang2 ting2 ceng2 shuo1 guo4 sp1 gao1 xiong2 gang3 zhi2 hang2 de5 hua4 sp1 gao1 xiong2 jiu4 you3 sheng1 ming4 li4 sil +005584 sil li3 zong1 hong2 chu1 sheng1 hou4 jiu4 yi4 zhi2 zhu4 zai4 ji1 long2 sp1 shi4 tu3 sheng1 tu2 zhang3 de5 sp1 tai2 wan1 nan1 zai3 sil +005585 sil xian4 chang3 gan4 bu4 qun2 zhong4 sp1 yong4 shou3 pao2 tu3 jiu4 ren2 sil +005586 sil dan1 ren4 weng4 an1 xian4 zhang3 zhi1 qian2 sp1 xie4 xiao3 dong1 shi4 gui4 zhou1 sheng2 lv3 you2 ju2 sp1 zong1 he2 xie2 tiao2 chu4 chu4 zhang3 sil +005587 sil er2 ta1 men5 hu2 nan2 chen1 zhou1 de5 jia1 sp1 yi3 jing1 bei4 ge4 lu4 ren2 ma3 tuan2 tuan2 wei2 zhu4 sil +005588 sil yin1 wu4 pin3 gui4 zhong4 sp1 gong1 si1 fang1 mian4 jue2 ding4 bao4 jing3 sil +005589 sil yi2 lu4 shang4 sp1 ge4 shi4 ge4 yang4 de5 dian1 sp1 dou1 zai4 zhe4 li3 hui4 zong3 sp1 wen1 gu4 zhi1 xin1 yi2 bian4 sil +005590 sil zai4 shen2 hua4 zhong1 sp1 tu4 zi5 shi4 chang2 e2 de5 chong3 wu4 sil +005591 sil wo3 de5 bao3 bao5 chu1 sheng1 la5 sp1 nin2 men5 de5 bei4 fen4 sp1 you4 ti2 gao1 le5 sil +005592 sil shan1 shan1 bei4 gan3 dong4 sp1 zai4 an4 yi4 shou3 sp1 dang1 chu1 jiu4 gai1 ai4 ni3 sp1 zhi2 yan4 mu4 zuo4 ci2 ren2 de5 cai2 hua2 sil +005593 sil wang1 nv3 shi4 sp1 yi4 shou3 ti2 zhe5 fan4 cai4 sp1 yi4 shou2 da3 zhe5 yu2 san2 wang3 qian2 zou3 sil +005594 sil yu2 shi4 sp1 wo3 zheng4 yi4 de5 sp1 ba3 na4 wan3 mian4 sp1 dao4 gei3 lu4 bian1 kan4 qi3 lai2 hen3 e4 de5 ye3 mao1 sil +005595 sil juan1 shao3 le5 shuo1 ni3 kou1 men2 sp1 juan1 duo1 le5 shuo1 ni3 xian2 bai3 zuo4 xiu4 sil +005596 sil ta1 wu2 nai4 de5 hui2 da2 sp1 ta1 zong3 shi4 shuo1 sp1 lia3 ren2 chou1 yan1 lang4 fei4 qian2 sil +005597 sil cao2 meng3 fu4 qin1 jie2 reng2 yao4 kai1 gong1 sp1 zhi2 hao3 ti2 qian2 yi4 tian1 qing4 zhu4 sil +005598 sil an2 ye3 chi1 rou4 de5 sp1 an2 ye3 bu4 xiang3 jia1 sil +005599 sil sui2 hou4 sp1 yu2 mou3 ye2 da3 le5 sp1 yao1 er4 san1 si4 wu3 jin4 xing2 tou2 su4 sil +005600 sil nan2 ren2 ti2 yi4 sp1 bao3 bei4 sp1 wo3 men2 ba3 ta1 men5 e3 xin1 zou3 ba5 sil +005601 sil mian3 fei4 la1 ji1 fen1 lei4 tong2 zen3 me5 yang4 sil +005602 sil tiao2 zheng3 wei2 sp1 bai3 fen1 zhi1 sp1 yi1 dian3 ba1 wu3 liu4 sil +005603 sil ta1 zhe4 shi4 zhan4 zhe5 shuo1 hua4 bu4 yao1 teng2 sil +005604 sil yuan2 lin2 nan1 sp1 di1 di1 de5 tan4 le5 kou3 qi4 sil +005605 sil zhi2 you2 wo3 na4 min2 gan3 de5 qi1 zi3 hui4 jie4 yi4 sil +005606 sil xiong2 jing3 guan1 cao1 zhe5 wang3 qiu2 pai1 pao3 le5 guo4 lai5 sp1 he2 bai2 lao3 shi1 yi4 qi3 sp1 jiang1 xiao3 tou1 sp1 en4 dao3 zai4 di4 sil +005607 sil nan2 you3 song2 yong3 ta1 sp1 ran3 shang4 le5 du2 yin3 sp1 cong2 xiao3 fu4 mu3 li2 yi4 de5 xiao3 wei1 sp1 gen1 zhe5 ba4 ba5 zhang3 da4 sil +005608 sil zhi4 liang4 bu2 dao4 wei4 sp1 ni3 sui1 ran2 qiang3 zhan4 le5 di4 pan2 sp1 dan4 shi4 jiang1 lai2 ren2 jia1 zhao4 yang4 da2 kua2 ni3 sil +005609 sil zui4 gao1 fa2 kuan3 sp1 er4 bai3 ba1 shi2 dian3 sp1 er4 san1 ba1 liu4 wan4 yuan2 sil +005610 sil zhong4 ren4 ru2 tai4 shan1 ya1 ding3 sp1 yi4 gu3 sheng2 ning2 qi3 lai2 le5 sp1 qi2 xin1 xie2 li4 sp1 gong4 ke4 shi2 jian1 sil +005611 sil er3 dong1 sheng1 zhe4 ci4 you3 yi4 duo2 qi3 lai2 sp1 bu2 yuan4 qiang3 qu4 dao2 yan3 de5 feng1 tou5 sil +005612 sil guo1 xing1 xing5 sp1 shi4 jia1 zhong1 du2 nv3 sil +005613 sil fan4 yong3 gen1 xiao3 xue2 liu4 nian2 ji2 shi2 sp1 dang1 shi2 jiang4 de5 fu4 qin5 sp1 yin1 xin1 zang4 bing4 qu4 shi4 sil +005614 sil xiao3 wen2 bo1 qin1 kou3 shuo1 chu1 sp1 zi4 ji3 zhui4 lou2 shi4 yin1 wei4 tong2 ban4 tui1 sang2 dao3 zhi4 sil +005615 sil yin1 ci3 sp1 zhong1 guo2 hai3 wai4 tou2 zi1 sp1 ying1 gai1 duo1 jia1 xiao3 xin1 sp1 bi4 mian2 cai3 shang4 di4 lei2 sil +005616 sil bing3 huai2 yang1 yang1 da4 guo2 de5 yong1 rong2 feng1 fan4 sp1 bao4 shou3 qian1 qian1 jun1 zi3 de5 sp1 pian1 pian1 feng1 du4 sil +005617 sil xi3 huan5 jiu4 qu4 zhui1 ya5 sp1 shuo1 bu2 ding4 sp1 ren2 jia1 zheng4 deng3 zhe5 ju4 jue2 ni3 ne5 sil +005618 sil zuo4 wei2 yi2 wei4 zhun3 ma1 ma5 sp1 na4 na5 chu1 ci4 hai3 tao2 jiu4 chang2 dao4 le5 bu4 xiao3 de5 tian2 tou5 sil +005619 sil ci3 wai4 sp1 shi2 pin3 sp1 hua4 zhuang1 pin2 guang3 gao4 zhong1 de5 qi1 zha4 xing2 wei2 sp1 ye2 hen3 yan2 zhong4 sil +005620 sil xiao4 fang1 da3 suan4 sp1 ba3 ta1 men5 de5 su4 she4 sp1 rang4 gei3 ao4 yun4 hui4 zun1 gui4 de5 ke4 ren2 sil +005621 sil zai4 teng2 zhou1 shi4 cai2 mao4 yi1 yuan4 ti2 jian3 zhan4 sp1 duo1 shu4 nan2 sheng1 sp1 bing4 mei2 you3 zao1 yu4 luo2 jian3 sil +005622 sil mei3 ci4 dou1 shi4 wang2 zong2 ni3 lai2 sp1 jin1 tian1 sp1 wu2 lun4 ru2 he2 sp1 dou1 dei2 wo3 lai2 le5 sil +005623 sil cui4 cheng2 xiao3 qu1 sp1 dong1 qiang2 wai4 nan2 duan4 sp1 you3 yi2 duan4 liang2 mi3 duo1 chang2 de5 huo1 kou3 sil +005624 sil fa1 xian4 wo3 zai4 tou1 kan4 zhi1 hou4 sp1 ta1 lian3 yi4 hong2 sp1 chen1 dao4 sp1 kan4 shen2 me5 ne5 sil +005625 sil jiu4 zai4 zhe4 yi4 tian1 sp1 kun1 ming2 yi4 hua1 ji4 shao4 nian2 can2 si3 zha1 tu3 che1 che1 lun2 zhi1 xia4 sil +005626 sil chang4 ge1 qi3 diao4 tai4 gao1 sp1 rong2 yi4 po4 sang3 sil +005627 sil yong4 ta1 de5 hua4 shuo1 shi4 sp1 qiu2 xian2 ruo4 ke3 sp1 er2 qie3 fei1 tong2 xiao2 ke3 sil +005628 sil ao4 yun4 sheng4 huo3 chuan2 di4 de5 shi4 yi4 zhong3 li2 xiang3 he2 jing1 shen5 sp1 kan4 si4 li2 wo3 men5 hen3 yao2 yuan3 sil +005629 sil ta1 shuo1 sp1 na4 shi4 pang4 zi5 ying1 gai1 zuo4 dao4 de5 sil +005630 sil ke4 long2 xiang2 xi4 tan2 lun4 le5 tai4 le4 yi2 shi4 sil +005631 sil zhao4 rui2 rui3 cong2 xiao2 xi3 huan5 hua4 hua4 sp1 he2 xu3 duo1 nv3 hair2 r yi2 yang4 sp1 ta1 ye3 hen2 xi3 huan5 man4 hua4 shu1 sil +005632 sil yi2 hui4 you4 shuo1 sp1 yi2 yu3 xu2 yun1 sp1 duan4 jue2 le5 fu4 nv3 guan1 xi5 sp1 yan3 xia4 bu4 zhi1 nv3 er2 xia4 luo4 sil +005633 sil wu2 wu3 er4 lu4 gong1 jiao1 che1 si1 ji1 sp1 ze2 liu2 zai4 yuan2 di4 sp1 zhao4 kan4 huan4 zhe3 sil +005634 sil na4 li3 yi2 pian4 niao2 yu3 hua1 xiang1 sp1 dao4 chu4 shi4 qi2 hua1 yi4 cao3 sp1 fang3 fu2 jin4 ru4 shi4 wai4 tao2 yuan2 sil +005635 sil zuo2 tian1 sp1 ji4 zhe3 cong2 long2 yan2 gong1 an1 ju2 liao2 jie3 dao4 xiang2 qing2 sil +005636 sil xian4 zai4 cheng2 le5 wei1 fang2 sp1 wo3 yi2 da4 jia1 zi5 ren2 zen3 me5 ban4 yo5 sil +005637 sil shen1 chuan1 zhi4 fu2 de5 yang2 fang2 dian4 pai4 chu1 suo3 min2 jing3 sun1 yao2 sp1 zheng4 zai4 cun2 qu2 kuan3 ji1 pang2 xun2 shi4 sil +005638 sil gen1 ju4 zhi4 di4 sp1 wo3 men5 ke2 yi3 kan4 dao4 fen1 ruo4 gan1 ge4 pin2 zhong3 sil +005639 sil mai4 ke4 ni2 er3 sp1 yu3 zhe4 ming2 yun4 fu4 sp1 jiu4 wei4 he2 pai1 she4 bu4 lang3 de5 zhao4 pian4 yi2 shi4 sp1 fa1 sheng1 kou2 jiao3 sil +005640 sil zhe4 li3 de5 ren2 min2 sp1 ai4 jun1 xing1 wu3 sp1 ye3 dou1 you3 yi4 ke1 jin1 zi5 ban1 zhen1 cheng2 de5 xin1 sil +005641 sil ben3 ci4 da4 hui4 jiang1 xuan2 ju2 chan3 sheng1 yue4 gong4 xin1 yi2 jie4 zhong1 yang1 ling2 dao3 ji2 ti3 sil +005642 sil ci3 hou4 nei4 ge2 zai4 ci4 da4 gai2 zu3 sil +005643 sil kao3 wan2 shi4 yi3 hou4 sp1 wo3 tu1 ran2 dui4 ren2 sheng1 shi1 qu4 le5 xin4 xin1 sil +005644 sil fei1 chang2 hao3 chi1 sp1 dan4 shi4 ta1 chi1 dao4 zui2 li2 chen3 ya2 sp1 chi1 le5 yi3 hou4 sp1 neng2 yao3 dao4 yi4 zui3 de5 sha1 zi5 sil +005645 sil you3 ping2 lun4 zhi3 chu1 sp1 zhe4 huo4 wei4 chuo1 po4 tuan2 gou4 zhe4 ge5 da4 pao4 mo4 qiao1 xiang3 le5 jing3 zhong1 sil +005646 sil xin1 dian4 kai1 zhang1 sp1 bing4 wei4 tui1 chu1 xin1 pin3 sp1 dan4 reng2 xi1 yin3 le5 shang4 qian1 ming2 guo2 fen3 peng2 chang3 sil +005647 sil nan2 dao4 sp1 dou1 yao4 deng3 dao4 he2 xiong2 mao1 yi2 yang4 ji1 jin4 jue2 ji4 sp1 cai2 zhi1 dao4 bao3 hu4 ma5 sil +005648 sil zhi2 zhi4 jin1 ri4 sp1 xu3 duo1 zhu4 si1 wu1 de5 hai2 zi5 men5 sp1 dou1 shi4 zai4 gong1 wu1 qu1 nei4 wan2 shua2 zhang3 da4 de5 sil +005649 sil qi2 zhong1 sp1 heng2 kua4 bei3 huan2 cen2 cun1 lu4 duan4 di4 xia4 shui2 guan3 sp1 gang1 hao3 shi4 chu1 xian4 di4 xian4 de5 lu4 duan4 sil +005650 sil ni2 ping2 shuo1 sp1 zhe4 shi4 shou4 lao3 lao5 ying2 xiang3 sil +005651 sil zhe4 shi4 e2 luo2 si1 li4 shi3 shang4 shang1 wang2 zui4 can3 zhong4 de5 qian2 ting3 shi4 gu4 sil +005652 sil jing3 gun4 jiu4 fang4 zai4 zu2 zhang3 jin1 xiao3 si4 jia1 sil +005653 sil deng2 wo2 na3 tian1 xin1 qing2 hao3 zai4 shuo1 ba5 sil +005654 sil ci3 wai4 sp1 yao4 shi2 chang2 zhu4 yi4 sp1 wang3 yin2 de5 guan1 fang1 tong1 zhi1 sp1 ji2 shi2 geng1 xin1 an1 quan2 bu3 ding1 sil +005655 sil gen1 yin4 du4 de5 yi1 xue2 yuan4 xiang1 bi3 sp1 zhong1 guo2 yi1 xue2 yuan4 de5 ru4 xue2 men2 kan2 bi3 jiao4 di1 sil +005656 sil cheng2 ke4 tu2 bu4 rao4 guo4 che1 huo4 xian4 chang2 zhuan3 cheng2 sil +005657 sil zhang1 lei3 shuo1 zhe5 sp1 ba3 ji4 zhe3 dai4 dao4 le5 chou4 yang2 yang3 hua4 guan3 zhu4 pang2 sil +005658 sil ni3 wang4 le5 sp1 na4 jin1 huang2 de5 yuan2 yue4 sp1 bi4 lv4 de5 xi1 gua5 di4 sp1 gang1 cha1 sp1 xiang4 dai4 yin2 quan1 de5 shao4 nian2 le5 ma5 sil +005659 sil ma3 hua4 teng2 sp1 bei4 ping2 wei2 er4 ling2 yi1 wu3 sp1 zhong1 guo2 zui4 ju4 ying2 xiang3 li4 sp1 wu3 shi2 wei4 shang1 jie4 ling3 xiu4 sil +005660 sil ke3 shi4 hou4 lai2 huai4 zhang4 tai4 duo1 sp1 qian2 shou1 bu4 hui2 lai2 sp1 feng1 guang1 de5 ri4 zi5 bu2 zai4 lou5 sil +005661 sil zhe4 jiu4 shi4 li3 chang1 yu4 sp1 qin2 fen4 ren4 zhen1 sp1 er2 you4 qin1 qie4 you1 mo4 sil +005662 sil bu2 guo4 gong1 si1 biao3 shi4 sp1 ji2 shi3 gao1 yu2 liu4 sp1 qi3 ye4 ye3 wu2 ke3 nai4 he2 sil +005663 sil ta1 men5 shou3 zhi2 gong1 nu3 deng2 yuan3 she4 bing1 qi4 sp1 dan1 ren4 zheng3 ge4 jun1 zhen4 de5 jing3 jie4 ren4 wu4 sil +005664 sil she1 chi3 lang4 fei4 jiao4 yan2 zhong4 sil +005665 sil lou2 dou1 yao2 huang4 le5 yi2 xia4 sil +005666 sil wo3 hui4 wei4 ni3 qi2 dao3 de5 sil +005667 sil wo2 xi3 huan5 gao1 xiao4 gou1 tong1 sil +005668 sil gu4 bu4 shang4 chuan2 kou3 qi4 sp1 ta1 men5 kai1 shi3 lian2 ye4 da1 jian4 zhang4 peng5 sil +005669 sil xiao3 xia2 pin1 ming4 fan3 kang4 sp1 han2 bin1 sp1 mei2 you3 de2 cheng3 sil +005670 sil shu1 zhuo1 shang4 kong1 dang4 dang4 sp1 zan4 wei4 bai3 she4 dong1 xi5 sil +005671 sil you2 yu2 li3 bang4 bang4 deng3 ren2 jun1 wu2 jia4 shi3 zheng4 sp1 pa4 jing3 fang1 pan2 wen4 sp1 ta1 men5 si4 chu4 ben1 tao2 sil +005672 sil san1 shi4 jian3 yan4 huan2 jie2 zhi2 ze2 hun4 xiao2 sil +005673 sil gang1 kai1 shi3 sp1 he2 da4 ye2 hen3 zhi2 niu4 sp1 reng2 ba3 li2 hun1 gua4 zai4 zui3 bian1 sil +005674 sil nai2 fen3 sp1 nai3 ping2 sp1 pu2 tao5 tang2 sp1 yan3 yao4 gao1 sp1 yan3 yao4 shui3 sp1 dou1 zhun3 bei4 le5 sil +005675 sil cheng2 mou3 yi4 shi2 zhao2 ji2 sp1 jiu4 zuan1 dao4 le5 chuang2 xia4 sil +005676 sil chen4 ci3 ji1 hui4 sp1 mei3 ri4 dian4 xun4 bao4 sp1 pan2 dian3 le5 chu1 guo4 lei4 si4 qiu3 shi4 de5 ling2 dao3 ren2 sil +005677 sil ma3 jin1 ming2 zai4 di4 shang4 peng2 shui3 wei4 shou4 shang1 nan2 zi3 mie4 huo3 sp1 bing4 shi4 tu2 wei4 ta1 an4 ya1 zhi2 xie3 sil +005678 sil ta1 dui4 ren2 lei4 jian4 ti3 yi4 zhi4 you3 mei2 you3 yong4 sil +005679 sil mu4 qian2 sp1 cao2 jie1 cun1 you3 ju4 ke3 cha2 de5 zu3 zong5 sp1 shi4 bei3 song4 chu1 nian2 de5 da4 jiang4 cao2 bin1 sil +005680 sil zhe4 xie1 men2 shi3 yong4 bu4 jiu3 sp1 kai1 shi3 sp1 bian4 xing2 qiao4 qi3 sp1 ao1 xian4 sp1 ji2 diao4 qi1 sil +005681 sil qi2 zhong1 sp1 tuo2 shui3 jiu4 min2 de5 yi4 pi2 ma3 sp1 yin1 lao2 lei4 guo4 du4 si3 qu4 sp1 guang3 wei2 liu2 chuan2 sil +005682 sil ba1 dian3 sp1 ta1 zai4 cai3 hong2 cheng2 men2 kou2 sp1 deng3 yao1 yao1 san1 lu4 sp1 she4 qu1 tong1 qin2 kuai4 che1 sil +005683 sil neng2 fou2 jiang3 yi2 xia4 ni3 de5 chuang4 xin1 guan1 sil +005684 sil tie3 guan4 shang4 fang2 le5 sp1 ren2 yingr3 r sp1 you4 luo4 dao4 le5 di4 shang4 sil +005685 sil ta1 xing2 rong2 chen2 zhi4 zhong1 sp1 jiu4 shi4 yi2 fu4 wu2 chi3 zui2 lian3 sil +005686 sil wu4 zhi4 tiao2 jian4 de5 kui4 fa2 sp1 shi3 yin4 di4 an1 ren2 ran3 shang4 zai4 shen1 shang4 tu2 se4 de5 xi2 guan4 sil +005687 sil dan1 wei4 zhang4 hu4 de5 kui1 kong1 shu4 sp1 yue4 lai2 yue4 da4 sp1 xin1 li3 yue4 lai2 yue4 pa4 sp1 tou2 nao3 dou1 xiang3 hu2 tu5 le5 sil +005688 sil wang2 de2 xian3 jie4 shao4 sp1 zhang1 ying2 ying5 ru2 jin1 cai2 shi4 ta1 de5 de2 yi4 di4 zi3 sil +005689 sil pei2 tong2 an1 nv3 shi4 de5 sp1 shi4 ta1 de5 mei4 mei5 sil +005690 sil tong2 shi2 sp1 hai2 jiang1 hui4 you2 ying3 shi4 quan1 de5 duo1 nian2 hao2 you3 men2 sp1 wei4 sha1 bao3 liang4 peng2 chang3 zhu4 zhen4 sil +005691 sil mou3 ci4 xuan1 jiang3 sp1 ri4 fang1 fan3 dui4 zhe3 sp1 yong4 la3 ba5 dui4 zhe5 hui4 chang3 gao1 sheng1 kang4 yi4 sil +005692 sil jin4 zhi3 li4 yong4 chang3 kai1 shi4 yang2 tai2 si4 yang2 quan3 zhi1 sil +005693 sil shuang1 fang1 qi2 ta1 qiu2 yuan2 e4 yi4 qin1 fan4 sp1 bao4 fu5 yu2 fan3 bao4 fu5 de5 dong4 zuo4 sp1 bu2 ji4 qi2 shu4 sil +005694 sil chu3 yu2 feng1 kou3 lang4 jian1 de5 lv4 cheng2 sp1 zheng4 yi3 yi2 ge4 ge4 jing1 song3 de5 shi4 jian4 sp1 da3 kai1 lou2 shi4 mo2 he2 sil +005695 sil lu4 guo4 feng1 jing1 lu4 yu3 liu4 hao4 lu4 shi2 sp1 er2 zi5 shuo1 sp1 lu4 bian1 za2 tang3 zhe5 ge4 fu4 nv3 sil +005696 sil man3 zai4 de5 ka3 che1 sp1 dan1 qi3 da4 dao4 qian1 li3 sil +005697 sil lai4 chang1 xing1 de5 qian2 fan3 ye3 shi4 ru2 ci3 sil +005698 sil xia4 yi2 ju4 sp1 nan2 dao4 shi4 sp1 xiao3 ji1 dun4 mo2 gu5 sil +005699 sil ni3 shi4 zai4 wen4 wo3 de5 san1 wei2 ma5 sp1 ha1 ha1 sp1 zhe4 ke3 shi4 ge4 mi4 mi5 sil +005700 sil wo3 xian1 gei3 da4 jia1 chang4 yi4 shou3 sp1 shan3 zhe5 lei4 guang1 de5 jue2 ding4 sil +005701 sil pu3 tian1 jian1 ji1 di4 sp1 wei4 yu2 chong1 sheng2 xian4 sp1 yi2 ye3 wan1 shi4 zhong1 xin1 sil +005702 sil wa3 jin1 ji1 gong1 yuan2 shi4 bo1 lan2 zui4 mei3 li4 de5 gong1 yuan2 zhi1 yi1 sil +005703 sil jin1 tian1 sp1 wai4 mian4 de5 tian1 qi4 ting2 leng3 de5 sp1 dan4 yi2 jin4 xiao4 yuan2 sp1 jiu4 gan3 jue2 nuan2 nuan3 de5 sil +005704 sil ting2 ge4 mao2 a5 sp1 sha1 che1 zao3 huai4 le5 sp1 gan2 jin3 zhua1 hao3 fu2 shou3 sp1 xia4 da4 po1 la5 sil +005705 sil jin4 nian2 lai2 sp1 yong4 dian3 xin1 cai2 liao4 deng3 zhuang1 shi4 qiao3 ke4 li4 de5 zuo4 fa3 sp1 shen1 shou4 huan1 ying2 sil +005706 sil tou2 fa4 sp1 bing4 bu4 zen3 me5 ling2 luan4 sp1 zui3 wei1 wei1 jue1 zhe5 sp1 si4 hu1 zhi3 qian4 yi2 ge5 jiao4 xing3 sil +005707 sil ta1 ye3 dui4 ci2 fou3 ren4 sp1 biao3 shi4 zi4 ji3 wan2 quan2 bu4 zhi1 sp1 li3 ze2 kai2 yu3 liang2 luo4 shi1 yi3 jing1 fen1 shou3 sil +005708 sil ben3 an4 you2 pu2 er3 shi4 ren2 min2 jian3 cha2 yuan4 li4 an4 zhen1 cha2 bing4 ti2 qi3 gong1 su4 sil +005709 sil you2 yu2 shi2 jian1 cang1 cu4 sp1 chu1 xian4 zai4 ren2 men5 mian4 qian2 de5 wa2 ou1 shang1 chang3 sp1 xiang4 ge4 chou2 xiao3 ya1 sil +005710 sil nan2 zi3 ji4 xu4 bai3 nong4 ji1 mu4 sp1 shou2 fa2 yu3 shang4 ci4 wan2 quan2 yi2 yang4 sil +005711 sil pao2 shui3 liang4 jian4 jian4 bian4 xiao3 hou4 sp1 gong1 ren2 men5 sp1 jiang1 pao2 shui2 dian3 zhou1 wei2 wa1 kai1 sil +005712 sil shan1 hu2 chong2 dui4 wen1 du4 tong2 yang4 min2 gan3 sil +005713 sil pie1 kai1 fei4 yong4 wen4 ti2 sp1 jun1 bu4 jiang4 mi4 mi5 sou1 suo3 sp1 fang2 zhi3 fa1 sheng1 mao2 dun4 sil +005714 sil zhe4 ju4 sui2 kou2 bian3 di1 de5 hua4 sp1 wai1 da3 zheng4 zhao2 sp1 wu2 cheng2 sp1 bei4 guo4 shen1 yi2 xiao4 shuo1 sp1 wo3 hui4 ma5 sil +005715 sil lin2 shi2 ling2 qu3 sheng1 huo2 wu4 pin3 chu4 she4 zai4 zhong1 shu1 lou2 di4 si4 ceng2 de5 yue4 lan3 shi4 li3 sil +005716 sil li3 xing4 de5 wang2 you3 ti2 chu1 sp1 gan2 jin2 ba2 mang3 she2 pou1 kai1 jiu4 ren2 sil +005717 sil mian3 fei4 shi1 fan4 sheng1 de5 jiu4 ye4 wen4 ti2 sp1 ru2 he2 an1 pai2 sil +005718 sil shi4 dian2 li3 yun4 zuo4 de5 shi4 bu2 shi4 jiu4 shi4 wu4 ye4 shui4 sil +005719 sil bu4 jin3 mian4 ji5 da4 le5 sp1 zhu4 fang2 de5 gong1 neng2 sp1 ye3 geng4 wan2 shan4 sp1 zhi4 liang4 geng4 lao2 kao4 sp1 huan2 jing4 geng4 you1 mei3 sil +005720 sil fei1 chang2 yi2 han4 de5 shi4 sp1 zhe4 xie1 qi4 ying1 de5 sheng1 cun2 lv4 fei1 chang2 di1 sil +005721 sil zhe4 shi4 yin1 wei4 kong1 qi4 zhong1 de5 shui3 zheng1 qi4 sp1 yu4 leng3 ning2 jie2 de5 yuan2 yin1 ya5 sil +005722 sil meng4 mai3 zai4 yin4 du4 jing1 ji4 fang1 mian4 sp1 zhan4 ju3 zu2 qing1 zhong4 de5 di4 wei4 sil +005723 sil wo3 jia1 you3 zhi1 he2 dong1 shi1 sil +005724 sil huang2 se4 xiao4 hua4 sp1 bi3 qi2 ta1 yan2 se4 de5 geng4 hao3 xiao4 ma5 sil +005725 sil wei2 guan1 de5 ren2 qun2 yi4 yong1 er2 shang4 sp1 cou4 dao4 chu1 zu1 fang2 qian2 yi4 lun4 fen1 fen1 sil +005726 sil ru2 he2 bao3 chi2 lao2 dong4 yong4 gong1 de5 gui1 fan4 you3 xu4 sil +005727 sil bao4 kao2 zhe3 sp1 xu1 chi2 ben3 ren2 shen1 fen4 zheng4 sp1 he2 zhun2 kao3 zheng4 can1 jia1 bi3 shi4 sil +005728 sil dang4 tian1 xia4 wu3 sp1 min2 jing3 po4 men2 er2 ru4 shi2 sp1 chi2 mou3 yu4 mou3 sp1 zheng4 bai3 nong4 rong2 qi4 zhi4 zao4 bing1 du2 sil +005729 sil zai4 yan4 shou1 hui4 shang4 sp1 jiao1 tong1 yun4 shu1 bu4 zong3 gong1 cheng2 shi1 jiang3 qian1 sp1 zhe4 yang4 ping2 jia4 gong1 cheng2 de5 yi4 yi4 sil +005730 sil cai4 yi2 shang4 zhuo1 cai2 fa1 xian4 sp1 yuan2 lai2 shi4 zuo2 tian1 de5 sheng4 fan4 sheng4 cai4 sil +005731 sil ji1 zhang3 yang2 guang1 sp1 bian1 tai2 shang1 yuan2 sp1 bian1 jie4 shao4 zhe5 yun4 song4 shang1 yuan2 de5 guo4 cheng2 sil +005732 sil zao2 zao3 qiang2 hao3 wei4 zi3 de5 wai4 lao2 sp1 shuang1 tui3 yi4 shen1 sp1 hu1 hu1 da4 shui4 sil +005733 sil qi1 zi3 de5 tong2 shi4 sp1 lai2 jia1 li3 zuo4 ke4 sp1 wo3 you4 shi4 zuo4 fan4 you4 shi4 shua1 wan3 sil +005734 sil er2 chen2 mou3 de5 jian4 yi4 he2 song2 yong3 sp1 qi3 dao4 le5 tui1 bo1 zhu4 lan2 de5 zuo4 yong4 sil +005735 sil xi4 xin1 de5 wang2 you3 fa1 xian4 sp1 ao4 yun4 guan4 jun1 gao1 ling2 he2 yang2 wei1 ming2 zai4 qi2 lie4 sil +005736 sil ran2 er2 jia1 pin3 zao2 yi3 jing1 kai1 shi3 xia4 xian4 sil +005737 sil lang2 lang3 shang4 kou3 de5 sp1 zhe4 yi2 ke4 sp1 duo1 wen1 xin1 sp1 tian2 de5 xiao4 zhen1 de5 xin1 sp1 yi3 cheng2 zhui1 yi4 sil +005738 sil bu2 ke4 qi5 sp1 ming2 tian1 yi2 lu4 shun4 feng1 a5 sil +005739 sil ni3 bu2 shi4 wen4 wo3 wei4 shen2 me5 zuo4 yi4 gong1 ma5 sil +005740 sil deng1 lou2 xiang1 niao2 niao3 sp1 zhu3 ming2 sp1 dai4 jing1 ying1 sil +005741 sil nv3 hai2 ze2 geng4 xiang4 kai3 te4 sp1 e2 dan4 lian3 sp1 he2 shen1 zong1 se4 chang2 tou2 sp1 shi4 ge4 xiao2 xiao2 mei3 ren2 pei1 zi5 sil +005742 sil yi4 gen1 sheng2 shang4 shuan1 zhe5 de5 liang3 ge4 ma4 zha5 sp1 ha1 ji4 li4 ji4 you2 tian2 shi4 su1 dan1 zui4 da4 de5 you2 tian2 sil +005743 sil zhe4 jiang1 jia1 su4 huan2 jie3 gao1 zhong1 xue2 wei4 de5 jin3 que1 nan2 ti2 sil +005744 sil ta1 men5 ye3 jia1 ru4 fan3 dui4 bei3 jing1 shen1 ao4 de5 zhen4 ying2 sil +005745 sil shi4 hou4 ta1 shi2 fen1 hou4 hui3 sp1 bu4 gai1 zong3 qi1 fu5 zhe4 ge4 sp1 ai2 xiao3 you4 lao3 shi5 de5 tong2 shi4 sil +005746 sil zai4 guo4 qu4 de5 liu4 ge4 yue4 li3 sp1 zhe4 ge5 cun1 zhuang1 mei2 you3 xia4 guo4 yu3 sil +005747 sil li3 mian4 chong1 chi4 zhe5 sp1 di1 su2 shi2 shang4 xiang1 hun4 de5 jiu4 kan1 wu4 sil +005748 sil ying1 yu3 xue2 xi2 sp1 ye3 suan4 shi4 xin1 li3 tuo4 zhan3 de5 yi2 ge4 ce4 lve4 ma5 sil +005749 sil zui4 zhong1 sp1 jian4 tan2 de5 gong1 gong5 qin1 zheng4 ta1 huai2 de5 shi4 nan2 tai1 sil +005750 sil chen2 yi1 jie4 yong4 chen2 hao4 de5 shen1 fen4 piao3 bai2 le5 sil +005751 sil qing3 wen4 ben3 xi1 sp1 na3 ge4 hang2 ye4 de5 ren2 zui4 hao3 sil +005752 sil qi2 shi2 kong1 tiao2 han2 zhang3 sp1 chun1 jie2 qian2 jiu4 you3 sil +005753 sil ben3 shi4 wu3 da4 san1 cu1 de5 lao3 ye2 men5 sp1 que4 zuo4 jiao1 di1 di1 zhuang4 sil +005754 sil gu3 dai4 ping2 jun1 shou4 ming4 duan3 sp1 yao1 zhe2 lv4 gao1 sp1 suo2 yi3 dou1 yao4 jin2 zao3 jie2 hun1 sil +005755 sil zheng1 yue4 li3 sp1 cun1 li2 shua3 she4 huo3 sp1 li2 bu4 kai1 zhe4 jia4 qiu1 qian1 sil +005756 sil nan2 dao4 shi4 yin1 wei4 sp1 wu3 han4 shi4 xiang4 zhe4 yang4 de5 da4 xing2 yu2 le4 chang3 tai4 duo1 sp1 zhuan4 bu2 dao4 qian2 sil +005757 sil san1 shi4 zu3 zhi1 shang4 fan3 fu4 yun4 niang4 sil +005758 sil sui2 zhe5 chong1 tu1 sheng1 ji2 sp1 ge2 mo2 yu3 e2 luo2 si1 de5 guan1 xi5 e4 hua4 sil +005759 sil fan4 wei2 sp1 dong1 zhi4 kang1 ou1 lu4 sp1 nan2 zhi4 gui1 hua4 lu4 sp1 xi1 zhi4 zhu1 mao3 he2 sp1 bei3 zhi4 kang1 gong1 lu4 sil +005760 sil chen4 qian1 qian1 shui4 zhao2 sp1 sheng3 er2 bao3 hu4 shi4 sp1 zai4 xiao3 xin1 de5 zuo4 jian3 cha2 sil +005761 sil ta1 you3 feng1 du4 sp1 you2 li3 mao4 sp1 er2 qie3 pi2 qi5 hao2 hao3 sil +005762 sil hu2 de5 di4 xi2 fu4 liu2 bing3 ju2 sp1 he2 zhou1 ye4 zhong1 de5 er2 zi5 xing4 cun2 sil +005763 sil qi4 che1 lun2 tai1 shang4 sp1 you3 san1 ge4 xiang4 liu3 ye4 de5 shan4 pian4 sil +005764 sil yin1 wei4 yan3 qian2 kui1 bu4 chi1 sp1 ke3 neng2 sp1 yao4 chi1 geng4 da4 de5 kui1 sil +005765 sil ru2 xu1 zi1 xun2 sp1 ke3 zhi4 dian4 jiu2 wu3 yao1 ling2 sp1 wu3 liu4 ba1 ba1 sil +005766 sil zai4 xin1 xing1 de5 wang3 luo4 hang2 ye4 sp1 chou3 wen2 ye3 ceng2 chu1 bu4 qiong2 sil +005767 sil yi4 tian1 duo1 zhe1 teng5 xia4 lai5 sp1 zuo2 ri4 sp1 qiu1 nv3 shi4 cai2 zong3 suan4 you2 suo3 hao2 zhuan3 sil +005768 sil liu2 zuo4 an4 hou4 yi4 zhi2 tao2 cuan4 zai4 wai4 sil +005769 sil zu1 lin4 fang2 zhi3 neng2 an1 liang3 zhang1 chuang2 sil +005770 sil zhe4 xie1 yin4 shua1 ban3 tu2 shu1 sp1 bao1 kuo4 le5 sp1 mei2 you3 dian4 zi2 ban3 de5 jing1 zhuang1 he2 jian3 zhuang1 tu2 shu1 sil +005771 sil sui2 hou4 sp1 yang2 mou3 bei4 zhuan3 dao4 beng4 bu4 shi4 di4 san1 ren2 min2 yi1 yuan4 sil +005772 sil yin1 wei4 yu1 ni2 sp1 jin1 tian1 bei4 po4 chi2 dao4 le5 zheng2 zheng3 yi4 xiao3 shi2 sil +005773 sil you2 dian3 zhuan1 duan4 a5 sp1 lian2 shuo1 hua4 dou1 gui1 ding4 de5 lao2 lao2 de5 sil +005774 sil zhe4 yi4 mao2 dun4 sp1 dao3 zhi4 le5 yin2 hang2 yin2 chi1 mao3 liang2 de5 xian4 zhuang4 sil +005775 sil lei2 ha1 na4 shen1 chuan1 chao1 duan3 qun2 sp1 yu2 wang3 wa4 sp1 xing4 gan3 shi2 zu2 sil +005776 sil yi4 zhi1 qing1 wa1 gei3 mu4 shi1 da3 dian4 hua4 sp1 wen4 zi4 ji3 de5 ming4 yun4 sil +005777 sil ling4 wai4 sp1 wo2 ye3 ren4 shi5 yi4 xie1 can1 jia1 guo4 ao4 yun4 hui4 de5 tong2 xue2 sil +005778 sil hai2 mei2 guo4 nian2 ne5 sp1 hai2 bu4 neng2 gei2 ni3 fa1 ya1 sui4 qian2 ya5 sil +005779 sil ci3 shi2 sp1 xin1 lang2 yi3 jiang1 xin1 niang2 jie1 dao4 sp1 kai1 shi3 yi2 duan4 rao4 cheng2 zhi1 lu4 sil +005780 sil ba1 xiang1 gu3 miao4 sp1 shu2 zao3 qian2 bei4 lie4 wei2 xiang1 gang3 er4 ji2 li4 shi3 jian4 zhu4 wu4 sil +005781 sil yi4 qi3 qu4 kan4 liu2 xing1 yu2 sp1 hao3 lang4 man4 ya5 sil +005782 sil xi1 tu3 kai1 cai3 sp1 shi3 de2 zhang1 yang2 e2 jia1 yuan4 zi5 li3 de5 yi4 kou2 jing3 sp1 cheng2 wei2 bai3 she4 sil +005783 sil wang3 zhan4 jian4 li4 zhe3 sp1 hao2 bu4 yan3 shi4 sp1 zi4 ji3 dui4 lian2 pu2 wang3 chuang4 ban4 ren2 sp1 zha1 ke4 bo2 ge2 de5 mo2 fang3 sil +005784 sil shang4 ci4 lai2 xin1 jia1 po1 sp1 ye3 jian4 guo4 mian4 de5 lao3 peng2 you5 ne5 sil +005785 sil ji3 nan2 tai4 an1 liang3 di4 jun1 fa1 bu4 da4 wu4 hong2 se4 yu4 jing3 xin4 hao4 sil +005786 sil dang1 lu4 ren2 gao1 han3 sp1 nian2 si3 ren2 le5 shi2 sp1 gai1 che1 cai2 che4 di3 ting2 xia4 sil +005787 sil yi1 lou2 ru4 hu4 de5 lv4 se4 zha4 lan2 shi4 fang2 dao4 men2 qian2 di4 mian4 shang4 sp1 liu2 you3 yi4 tan1 xue4 ji4 sil +005788 sil ren2 min2 jie3 fang4 jun1 zai4 ping2 pan4 guo4 cheng2 zhong1 jun1 ji4 yan2 ming2 sp1 de2 dao4 guang3 da4 seng1 su2 ren2 shi4 de5 sp1 zhong1 xin1 yong1 hu4 sil +005789 sil yuan2 yuan2 kai1 shi3 bu4 gan3 mao4 le5 sp1 zi4 gu4 zi4 sp1 pa2 shang4 le5 mao1 jia4 zi5 sp1 kai1 shi3 tian2 zhua3 zi5 wan2 sil +005790 sil you2 qi2 shi4 sp1 bu4 shao3 yun4 fu4 sp1 geng4 ying1 chi1 he2 tao5 sp1 yi3 li4 yu2 sp1 bao3 bao5 da4 nao3 fa1 yu4 sil +005791 sil zhang1 ai4 guo2 sp1 que4 da2 dian2 hao3 xing2 zhuang1 sp1 po4 bu4 ji2 dai4 de5 xiang3 yao4 li2 kai1 sil +005792 sil chen2 jia1 luo4 chi1 jing1 de5 yao4 tiao4 qi3 lai2 sp1 bei4 xing4 fu2 bao1 zhu4 sp1 xi3 bu2 zi4 jin1 shuo1 sp1 wo2 zen3 me5 xing2 sil +005793 sil ta1 shuo1 sp1 zong3 shu1 ji4 zhi1 dao4 an3 men5 kun4 nan5 sp1 lai2 fang3 cha2 sheng1 huo2 hao3 bu4 hao3 sp1 bu2 jiao4 zan2 shou4 zui4 sil +005794 sil yang2 yu3 zuo4 de5 wei4 zhi4 bu4 hao3 sp1 zhi2 dei3 qu1 shen1 gei2 liang3 ren2 zuo4 you2 chai1 sil +005795 sil dui4 yu2 fang3 zhi1 hang2 ye4 mu4 qian2 de5 zhuang4 kuang4 lai2 shuo1 sp1 chu1 kou3 tui4 shui4 zheng4 ce4 sp1 yue4 zao3 chu1 tai2 yue4 hao3 sil +005796 sil gong1 yuan2 yi1 er4 jiu3 ba1 nian2 sp1 wang2 zhen1 chuang4 zhi4 le5 mu4 huo2 zi4 sil +005797 sil luo2 tian1 cheng2 di1 sheng1 shuo1 sp1 shen1 chen2 shi4 wu2 fa2 wei3 zhuang1 de5 sil +005798 sil zhe4 yi2 fen4 nu4 sp1 bian4 cheng2 sp1 nian3 sui4 sp1 duo4 sui4 si1 sui4 de5 hu1 sheng1 zhen4 han4 tian1 di4 sil +005799 sil ge4 ren2 zui4 xi3 huan1 xiao1 yao2 sp1 ren2 ren2 dou1 shuo1 jing1 hong2 yi4 pie1 sil +005800 sil shi2 bai3 kui2 ren4 wei2 sp1 pan4 xing2 guo4 zhong4 shang4 su4 sil +005801 sil qi2 ta1 shi2 ren2 sp1 zai4 beng4 da2 zhuan4 quan1 zhong1 jin4 xing2 qing1 chang4 sil +005802 sil yi1 ba1 jiu2 jiu3 nian2 sp1 bu4 kan1 shou4 ru3 de5 ma3 ge2 li4 te4 fen4 er2 yu3 zhang4 fu5 li2 hun1 sil +005803 sil kua3 ta1 shi2 sp1 you3 qiao2 mian4 shang4 you3 ren2 yuan2 xing2 zou3 sil +005804 sil ni3 dang1 wo2 sha3 a5 sp1 nao3 zi5 na4 me5 da4 zen3 me5 sai1 jin4 qu4 sil +005805 sil yin1 ci3 zeng1 chi2 mei3 yuan2 guo2 zhai4 sp1 jiu4 cheng2 wei2 zhong1 guo2 yang1 hang2 de5 zan4 shi2 zhi1 xuan3 sil +005806 sil mei2 you3 ren2 zhi1 dao4 sp1 zhe4 xie1 zheng4 shu1 sp1 shi4 du4 wei3 xin1 sheng3 chi1 jian3 yong4 sp1 zan3 xia4 kou3 liang2 qian2 qu4 mai3 de5 sil +005807 sil ni2 you3 mei2 you3 kan4 chu1 xin4 li3 na4 zhong3 wei2 wan3 de5 gan3 jue2 ne5 sil +005808 sil shi4 ge4 bing1 qi5 lin2 o5 sil +005809 sil liang3 ren2 wei4 ci3 zheng1 chao2 qi3 lai2 sil +005810 sil ying2 feng1 de5 qing2 tian1 wa2 wa5 sil +005811 sil wo3 bu2 shi4 te4 bie2 dong3 lan2 qiu2 sil +005812 sil ta1 men5 ti3 ji1 ru2 xiao3 mao1 sp1 dan4 zhua3 zi5 que4 bi3 mao1 feng1 li4 xu3 duo1 sil +005813 sil guo4 qu4 sp1 kan4 er2 zi5 can1 jia1 ao4 yun4 hui4 sp1 shi4 mu3 qin1 de5 xin1 yuan4 sp1 kan4 er2 zi5 cheng2 jia1 sp1 ye3 shi4 mu3 qin5 de5 xin1 yuan4 sil +005814 sil shi4 hou4 sp1 gai1 ming2 ke1 zhang3 jing1 yi1 yuan4 jian3 cha2 sp1 wei2 zuo2 gu2 gu2 fen3 sui4 xing4 gu3 zhe2 sil +005815 sil ni2 da3 suan4 shen2 me5 shi2 hou4 qu4 sil +005816 sil ta1 jing1 chang2 dong4 shou3 da2 jie3 jie5 sil +005817 sil nan2 zi2 mai3 hua4 sp1 bing4 fei1 xin1 shang3 hua4 zuo4 sp1 zhi3 shi4 jue2 de5 hua4 kuang4 piao4 liang5 sil +005818 sil wo3 zhi1 dao4 sp1 hen2 gan3 ren2 de5 sp1 de2 bing4 le5 hai2 jian1 chi2 tui4 ka2 gei3 gu4 ke4 sil +005819 sil pin2 kun4 chan3 fu4 de5 zao1 yu4 sp1 rang4 shui2 gan1 ga4 sil +005820 sil suo2 yi3 sp1 bu4 qian1 che3 ren4 he2 fei4 lv4 sun3 shi1 sil +005821 sil yan2 se4 xian1 yan4 sp1 duo1 tian1 jia1 ran3 se4 ji4 deng3 sil +005822 sil da4 jia1 fan3 kang4 sp1 chen2 lou3 de5 te4 bie2 jin3 sil +005823 sil ru2 fang2 di4 chan2 shui3 wu4 sp1 yan1 cao2 deng3 hang2 ye4 sil +005824 sil zai4 zhong1 guo2 sp1 zhe4 ge4 shu4 ju4 geng4 wei2 xian2 yan3 sil +005825 sil yu4 xiang3 zhong1 de5 wen2 hua4 chong1 ji1 sp1 hai2 mei2 lai2 de5 ji2 he2 su1 shan1 ca1 chu1 huo3 hua1 sil +005826 sil ci3 shi2 de5 chang3 fang2 sp1 bu2 shi4 bei4 di4 zhen4 qiang2 li4 yao1 zhan3 sp1 jiu4 shi4 bei4 zhen4 sui4 sil +005827 sil dan4 ji4 ran2 jin1 dou4 yu2 biao3 ming2 le5 ci2 yi4 sp1 yu4 ji4 hui4 an4 cheng2 xu4 ban4 li2 ci3 shi4 sil +005828 sil qi2 zhong1 sp1 wang2 you2 hai3 yang2 sheng1 wu4 xiao3 san2 da3 de5 ping2 lun4 sp1 yin2 qi3 le5 ji4 zhe3 de5 zhu4 yi4 sil +005829 sil zheng4 ce4 jiang1 wei4 xu1 qiu2 ti2 gong1 zhi1 cheng1 sil +005830 sil zao3 zai4 yi1 jiu2 jiu3 si4 nian2 sp1 pi2 lin2 de5 e2 le4 gang3 zhou1 sp1 yi3 jing1 pi1 zhun3 bing4 zhong4 de5 bing4 ren2 sp1 an1 le4 si3 sil +005831 sil ai4 wei1 er2 jie1 shou4 le5 cha2 de2 de5 qiu2 hun1 zuan4 jie4 sil +005832 sil yin1 ci3 sp1 bin1 jiang1 he2 xiao1 shan1 dou1 luo4 xia4 bing1 bao2 sil +005833 sil luo4 shui3 hou4 sp1 xiao3 yu2 yu2 xun4 su4 bei4 shui3 juan2 zou3 sil +005834 sil hai3 feng1 juan2 qi3 de5 yong3 lang4 sp1 yi2 zhen4 zhen4 pu1 lai2 sil +005835 sil zai4 niao2 wang3 xia4 fang1 di4 mian4 sp1 ye2 you2 hen3 duo1 fei1 yu3 sil +005836 sil ming2 que4 zu1 lin4 bao3 zheng4 jin1 de5 shou1 qu3 jin1 e2 sil +005837 sil dan4 shi4 sp1 jie2 ya3 rui4 nan2 de5 dang1 wu4 zhi1 ji2 shi4 sp1 bao3 chi2 can1 jia1 xia4 jie4 da4 xuan3 de5 zi1 ge2 sil +005838 sil hao3 de5 zhu3 ren2 sp1 wo3 hui4 zai4 wen1 rou2 yi4 xie1 de5 sil +005839 sil bao4 dao4 cheng1 sp1 ao4 ba1 ma2 yu3 yan1 yin3 fen4 zhan4 duo1 nian2 sil +005840 sil jing3 fang1 sui2 ji2 bing1 fen1 liang3 lu4 sp1 yi2 bu4 fen4 gan2 wang3 beng4 bu4 sp1 dao4 yi1 yuan4 liao2 jie3 shang1 zhe3 qing2 kuang4 sil +005841 sil nv2 you3 shuo1 sp1 ei5 sp1 ba2 ni3 de5 hu2 zi5 gua1 yi2 xia4 sil +005842 sil zhong4 yao4 de5 shi4 guo2 gan2 tiao3 zhan4 sp1 ling2 huo2 ying4 dui4 sil +005843 sil guan1 qi3 men2 lai2 shuo1 sp1 bai2 gei2 wo2 ye3 hui4 reng1 diao4 sil +005844 sil yong2 gan3 mian4 dui4 sp1 jue2 bu2 zuo4 ai4 qing2 de5 tao2 bing1 sil +005845 sil you3 shen2 me5 hao3 zheng1 de5 sp1 zhao3 bao2 xian3 gong1 si1 a5 sil +005846 sil zhe4 ci4 qu4 men2 wei4 jian1 qu4 de5 shi2 fen1 you3 jia4 zhi2 sp1 zhe4 xie1 xin4 luo4 dao4 ban1 zhu3 ren4 shou2 li3 sp1 hou4 guo2 hen3 nan2 shuo1 sil +005847 sil zhe4 yi4 bi3 li4 sp1 zai4 ou1 zhou1 wei4 ju1 bang2 shou3 sil +005848 sil xiao1 xi5 chuan2 lai2 sp1 lao3 sun1 jia1 beng2 ti2 duo1 gao1 xing4 sil +005849 sil zhi1 hou4 sp1 zhang1 guo2 sheng4 de5 jie3 jie5 zhi4 da2 xie4 ci2 sil +005850 sil xian4 zai4 chao1 you3 yong4 ma5 sp1 you2 ben3 shi4 gao1 kao3 chao1 qu4 sil +005851 sil ban4 zhe5 she2 kou3 gong1 ye4 qu1 de5 luo4 mu4 sp1 zhe4 chang3 bei4 cheng1 zuo4 sp1 zao3 shu2 de5 zhi2 xuan3 min2 zhu3 shi4 yan4 sp1 jian4 jian4 yan1 mie4 sil +005852 sil dang1 jiu1 cha2 ren2 yuan2 qu3 zheng4 shi2 sp1 xie4 mou3 tai4 du4 man2 heng4 sp1 qiang2 xing2 zu3 lan2 qu3 zheng4 sp1 bing4 qiang2 zou3 xiang4 ji1 sil +005853 sil zhi4 yu2 shen2 me5 yuan2 yin1 yin3 fa1 chong1 tu5 sp1 da4 jia1 bing4 bu4 qing1 chu3 sil +005854 sil jing3 fang1 wei2 du2 mei2 you3 fa1 xian4 na4 ke1 zuan4 shi2 sil +005855 sil lai2 zi4 ge4 di4 de5 chou2 gou3 gou5 sp1 zai4 bi3 sai4 zhong1 jing4 xiang1 liang4 xiang4 sil +005856 sil wai4 mian4 che1 du3 de5 li4 hai4 sp1 ying4 ji2 ren4 wu5 bei4 yan2 sp1 ji4 xu4 dai4 ming4 sil +005857 sil na4 zhong2 pu3 shi2 han1 hou4 sp1 gei3 ren2 yin4 xiang4 hen3 shen1 sil +005858 sil zai4 hong2 hui4 ling2 de5 yan3 zhong1 sp1 na4 xie1 fei1 lv4 bin1 hai2 jing3 sp1 jiu4 shi4 shi4 qiang2 ling2 ruo4 de5 qiang2 dao4 sil +005859 sil a1 hua1 de5 fu4 qin5 lin2 tian1 sheng1 sp1 zai4 kan4 xuan2 shang3 tong1 gao4 sil +005860 sil you3 ren2 zan4 shen2 qi2 sp1 you3 ren2 pi1 huang1 tang5 sp1 ma3 lin2 sp1 bu4 fu2 yi1 shen3 pan4 jue2 sp1 xiang4 nan2 ning2 zhong1 yuan4 shang4 su4 sil +005861 sil er2 qie3 sp1 er4 ling2 ling2 yi1 nian2 zhi1 hou4 de5 tou2 liang3 nian2 sp1 mei2 you3 shou1 qu3 fu2 wu4 fei4 sil +005862 sil wo2 yi3 qian2 yan3 xi4 sp1 bu4 xi3 huan5 zha2 yan3 jing1 sp1 ta1 shuo1 sp1 qi2 shi2 ni2 zha3 yi2 xia4 yan3 sp1 hui4 bi3 jiao4 zhen1 shi2 sil +005863 sil ren2 cong1 ming5 dian3 sp1 bi4 jing4 sp1 yi3 hou4 wo3 jia1 de5 sheng1 yi4 sp1 dou1 shi4 yao4 jiao1 gei2 nv3 xu4 guan2 li3 de5 sil +005864 sil wo3 men5 you3 ze2 ren4 jiao4 yu4 jian1 du1 gan4 bu4 sp1 shao3 fan4 cuo4 wu4 sp1 bu2 fan4 cuo4 wu4 sil +005865 sil ni2 xi3 wan2 shou3 zen3 me5 bu4 ca1 gan1 a5 sp1 dou1 shi4 shui3 sil +005866 sil wei4 zui4 da4 xian4 du4 huo4 li4 sp1 chang2 yong3 sp1 kai1 shi3 da2 qi3 le5 zai4 cun1 zi5 fu4 jin4 tou1 tu3 de5 suan4 pan2 sil +005867 sil jin1 nian2 yi3 lai2 sp1 di1 jia4 gu3 de5 yi4 fei1 chong1 tian1 sp1 rang4 ku4 ai4 di1 jia4 gu3 de5 xiao2 san3 sp1 tu3 qi4 yang2 mei2 sil +005868 sil nong2 mang2 shi2 jie2 sp1 cun1 min2 men5 jia4 shi3 tuo1 la1 ji1 sp1 zai4 yi2 ge4 ge4 da4 guai3 wan1 dian1 bo3 sp1 jing1 hun2 nan2 ding4 sil +005869 sil you4 quan3 sp1 yi4 nian2 yao4 zhu4 she4 san1 ci4 yu4 fang2 zhen1 sp1 cheng2 quan3 sp1 mei3 nian2 zhi3 xu1 yao4 zhu4 she4 yi2 ci4 sil +005870 sil peng4 qiao3 ta1 bu2 yong4 kai1 gong1 sp1 jiu4 jiao4 shang4 ta1 lou5 sil +005871 sil zhi3 yao4 ni3 rang4 wo3 bu4 shuang3 le5 sp1 lao3 zi5 zhao4 yang4 shan1 ni3 sil +005872 sil xian4 zai4 sp1 an2 shu3 biao1 yi4 dian3 sp1 jian4 pan2 yi4 qiao1 sp1 jiu4 neng2 liao2 jie3 dao4 ge4 di4 de5 wen2 hua4 sp1 ke1 ji4 jing1 ji4 xin4 xi1 sil +005873 sil ci3 hou4 sp1 ji2 tuan2 fa1 yan2 ren2 sp1 ye3 bing4 wei4 pi1 lu4 jian3 chi2 yuan2 yin1 sil +005874 sil nai2 fen2 chang3 de5 yuan2 nai3 shou1 gou4 jia4 sp1 yao4 bi3 yi1 li4 di1 yi2 ban4 sil +005875 sil fei1 yao4 rang4 wo2 lian3 hong2 me5 sil +005876 sil ta1 shuo1 hao2 chou3 guai4 sp1 bu2 yao4 zai4 fang4 sil +005877 sil dan4 shi4 sp1 fa4 xing2 hai2 yao4 gai3 jin4 yi4 dian3 sil +005878 sil dan4 reng2 you3 ren2 xin1 cun2 jiao3 xing4 sp1 bing4 wei4 an4 zhao4 zhe4 tiao2 zui4 hou4 tong1 die2 xing2 shi4 sil +005879 sil bu2 xuan2 sheng3 ren2 da4 chang2 wei3 hui4 wei3 yuan2 sil +005880 sil guo1 le4 ping2 ren4 wei2 sp1 zhe4 wan2 quan2 shi4 wu1 mie4 sil +005881 sil zhi2 ke3 xi1 sp1 shou2 li3 zuan4 le5 ji3 ge4 xiao3 qian2 sp1 a1 wei3 kai1 shi3 mi2 shang4 le5 du3 bo2 sil +005882 sil zhou1 jiong3 shuo1 sp1 ding1 lei3 hai2 shi4 ge5 dui4 shi2 pin3 wei4 sheng1 sp1 you3 qiang2 lie4 jie2 pi3 de5 ren2 sil +005883 sil zai4 xun2 wen4 guo4 cheng2 zhong1 sp1 liang3 ming2 jing3 cha2 lou4 chu1 ma2 jiao3 sp1 bei4 wang2 nv3 shi4 shi2 po4 sil +005884 sil zhe4 xia4 xuan4 feng1 man3 yi4 de5 diao1 zhe5 yao2 ba3 sp1 yi4 yao2 yi4 bai3 sp1 hui2 dao4 shi2 zhong1 le4 shen1 bian1 sil +005885 sil shi2 ge2 liang3 nian2 sp1 yu2 ba4 juan2 tu3 chong2 lai2 sil +005886 sil nei4 bu4 mao2 dun4 sp1 ru2 ci3 ri4 yi4 ji1 hua4 sp1 ke3 neng2 yin2 qi3 xin1 de5 chong1 tu5 he2 dong4 luan4 sil +005887 sil ti2 jia4 hou4 de5 huo4 li4 sp1 ze2 you2 nan2 ning2 lao2 ban3 sp1 he2 liu3 zhou1 de5 mi2 fen2 chang3 fen1 zhang4 sil +005888 sil ta1 jue2 de5 sp1 tao2 yuan2 cun1 san1 qi1 di4 ku4 ting2 de5 che1 sp1 duo1 ban4 dou1 shi4 nar4 r ye4 zhu3 de5 sil +005889 sil da4 huo3 zhong1 sp1 jiu4 er2 xin1 qie4 de5 li2 yong3 hua2 sp1 tu2 shou3 pu1 da3 er2 zi5 shen1 shang4 de5 huo3 yan4 sil +005890 sil qi3 ye4 de5 jing1 ying2 ce4 lve4 you3 bian4 hua4 ma5 sil +005891 sil yue4 mo4 qian2 bu2 gou4 hua1 la5 sp1 wo3 de5 gong1 zi1 sil +005892 sil fei4 fei4 ti3 nei4 sp1 ke3 neng2 cun2 zai4 bai2 se4 yin3 xing4 ji1 yin1 sp1 zhi3 shi4 yi3 qian2 mei2 you3 fa1 xian4 sil +005893 sil wo3 huang1 le5 sp1 zhuan3 tou2 kan4 xiang4 ge1 men5 sp1 ta1 de5 biao3 qing2 sp1 wo3 zhi4 jin1 nan2 wang4 sil +005894 sil gai1 nan2 zi3 yuan2 tou2 da4 er3 sp1 da3 ban4 de5 xiang4 ge5 gong1 si1 lao2 zong3 sil +005895 sil ji1 cha1 yue4 xiao3 sp1 guan2 li3 feng1 xian3 de5 cheng2 ben3 yue4 di1 sp1 xiao4 lv4 yue4 gao1 sil +005896 sil tong2 shi2 sp1 gai1 nv3 xing1 bao3 zheng4 sp1 bu2 hui4 zai4 you3 lei4 si4 shi4 qing2 fa1 sheng1 sil +005897 sil pao2 zi5 shu3 lu4 ke1 sp1 shi4 shan3 xi1 sheng2 ye3 sheng1 zhong4 dian2 bao3 hu4 dong4 wu4 sil +005898 sil zhai2 zhai3 de5 yi4 shuang1 yan3 jing5 sp1 si4 hu1 ye3 bu2 ju4 bei4 chuan1 tou4 sheng1 huo2 de5 guang1 ze2 sil +005899 sil zhe4 zai4 you3 bian1 zhi4 xian4 zhi4 sp1 yi2 ge4 luo2 bo5 yi2 ge4 keng1 de5 shi4 ye4 dan1 wei4 geng4 fu4 za2 sil +005900 sil sha4 jian1 sp1 qing1 bo2 ke4 cheng2 wei2 xin1 de5 xiang1 bo1 bo5 sil +005901 sil suo3 ni2 ya4 he2 jia1 ren2 sui2 hou4 qian2 wang3 duo1 ling2 gong1 sil +005902 sil xian1 guo2 gei3 chu1 de5 da2 an4 shi4 sp1 fei4 yong4 wei2 ling2 sil +005903 sil liu2 yu4 xiu4 zhong1 deng3 ge4 sp1 kan4 shang4 qu4 gan1 jing4 li4 suo5 sil +005904 sil hu2 luo2 bo5 sp1 bu4 jin3 ying2 yang3 jia4 zhi2 gao1 sp1 hai2 yong1 you3 qu4 tan2 sp1 xiao1 shi2 sp1 chu2 zhang4 sp1 he2 xia4 qi4 ding4 chuan3 de5 zuo4 yong4 sil +005905 sil si4 ji4 geng1 die2 shi4 yi4 zhong2 hen3 bang4 de5 ti3 yan4 ne5 sil +005906 sil hai3 bian1 duo1 song3 li4 zhe5 hei1 qu1 qu1 de5 jiao1 shi2 sil +005907 sil gai1 ji4 hua4 yao1 qiu2 sp1 ren2 cai2 fang2 ji1 ben2 man3 zu2 lin1 bao1 ru4 zhu4 yao1 qiu2 sil +005908 sil dao4 lu4 gang1 gang1 da3 tong1 sp1 wo3 men5 you4 shou4 ling3 le5 sp1 wa1 jue2 bei3 chuan1 xian4 nong2 ye4 yin2 hang2 jin1 ku4 de5 ren4 wu4 sil +005909 sil lin2 bie2 zi4 xun2 he2 zhao4 men2 sp1 liu2 hao3 hua4 bing2 gei3 tai2 jie1 sil +005910 sil peng2 hong2 ba3 tu2 pian4 fu4 zhi4 guo4 lai2 sp1 jia1 shang4 biao1 ti2 sp1 zhe4 ba2 san2 hao3 guai4 yo5 sp1 you4 fa1 chu1 qu4 sil +005911 sil shuo1 qi3 shou4 pian4 jing1 guo4 sp1 he4 die1 die5 de5 yan3 lei4 sp1 bu2 duan4 yi4 chu1 gan1 se4 de5 yan3 kuang4 sil +005912 sil zai4 ben3 ci4 bei2 dou3 nian2 hui4 shang4 sp1 he2 zhong4 si1 zhuang4 tui1 chu1 quan2 xi4 bei2 dou3 chan2 pin3 sil +005913 sil ban1 da2 er3 jing1 chang2 yao1 qing2 lao3 bu4 shi2 gong4 jin4 wu3 can1 sp1 yi4 qi3 chu1 qu4 chui2 diao4 sil +005914 sil tai2 deng1 de5 dian4 hen3 kuai4 jiu4 yong4 wan2 le5 sp1 ye4 wan3 sp1 zhang4 peng5 jiu4 xian4 ru4 hei1 an4 sil +005915 sil dan4 zhe4 shi2 hou4 de5 lian2 xiang3 chuang4 shi3 ren2 liu3 chuan2 zhi4 que4 you2 yu4 le5 sil +005916 sil meng4 xiang3 kai1 shi2 qi3 bu4 le5 sp1 cha1 shang4 teng2 fei1 de5 chi4 bang3 ao2 xiang2 ba5 sil +005917 sil wu2 lun4 shi4 shui2 sp1 zuo4 shi4 qing5 de5 shi2 hou4 sp1 nan2 mian3 hui4 chu1 xian4 yi2 cuo4 sp1 dan4 er4 cuo4 sp1 que4 shi4 ke2 yi3 bi4 mian3 de5 sil +005918 sil ti3 xing2 shou4 xue1 de5 ta1 que4 you3 zhong1 yang1 fei2 pang4 qing2 kuang4 sp1 you3 ge5 da4 du4 nan3 sil +005919 sil wo3 men5 yi3 hou4 bie2 lian2 xi4 le5 sp1 zhe4 bei4 zi5 zhen1 zhong4 sil +005920 sil bei4 wo2 suo3 bu4 xi3 huan1 de5 jiu4 le5 ming4 sp1 que4 bei4 wo2 suo3 zui4 xin4 lai4 he2 chong3 ai4 de5 dong1 xi5 sp1 duan4 song4 le5 sheng1 ming4 sil +005921 sil dan4 chuan2 zhu3 wen1 zhou1 ming2 zhu1 you2 ting3 gong1 si1 wei4 le5 mei3 guan1 sp1 shan4 zi4 zeng1 jia1 le5 fang3 yan1 cong1 sil +005922 sil bing4 mei2 you3 you2 yu2 zhe4 ge5 pin2 zhong3 sil +005923 sil mei3 tian1 dou1 lei4 dao4 pa1 le5 sil +005924 sil wei4 le5 er2 zi5 de5 jian4 kang1 sp1 ta1 ye3 jian1 chi2 mu2 ru3 wei4 yang3 sil +005925 sil mu4 qian2 sp1 si4 ren2 yin1 she4 xian2 qiang3 jie2 zui4 sp1 bei4 pu2 kou2 jian3 cha2 yuan4 pi1 bu3 sil +005926 sil zhe4 shi4 shang4 hai2 you2 bi3 zhe4 geng4 nan2 chi1 de5 cai4 me5 sil +005927 sil dan4 dang1 ta1 ku1 nao4 de5 shi2 hou4 sp1 ni3 qian1 fang1 bai3 ji4 de5 hong3 ta1 sp1 na4 jiu4 deng3 yu2 jiao1 zong4 ta1 le5 sil +005928 sil jin2 guan3 zheng4 fu3 cai2 qu3 jun1 jing3 min2 san1 wei4 yi4 ti3 de5 zhan4 lve4 sp1 dan4 shou1 xiao4 shen4 wei1 sil +005929 sil sou3 zhong1 qiang2 diao4 shuo1 sp1 zhe4 yang4 zuo4 wei2 shi2 shang4 zao3 sp1 bu2 zan4 cheng2 ao4 ba1 ma2 fang3 wen4 zhe4 liang3 ge4 cheng2 shi4 sil +005930 sil bu2 guo4 yu2 ci3 tong2 shi2 sp1 li3 ying1 ai4 sp1 que4 ye3 fu4 chu1 le5 ang2 gui4 de5 dai4 jia4 sil +005931 sil huang2 shan1 jie4 shao4 sp1 kai1 shi3 yi4 xiao3 shi2 sp1 she4 qia2 jian3 cha2 wu2 ren4 he2 yi4 chang2 qing2 kuang4 chu1 xian4 sil +005932 sil tu2 wei2 xiao3 bu4 shi2 xiang4 ying1 guo2 nv3 wang2 zha2 yan3 jing1 sil +005933 sil ta1 shuo1 sp1 ni2 zou3 jin4 ren4 he2 yi2 zuo4 zhan1 fang2 sp1 zhi3 yao4 zuo4 xia4 lai2 sp1 jiu4 hui4 you3 nang2 chi1 sp1 you2 nai3 cha2 he1 sil +005934 sil gang2 tie3 sp1 zhi4 jin1 wei4 jiao1 dai4 chu1 shi4 yuan2 yin1 sil +005935 sil cheng2 shi4 jian4 cheng2 qu1 sp1 yao4 wu2 yan1 cao2 guang3 gao4 sil +005936 sil shi4 bu2 shi4 yi1 ran2 jue2 de5 wo3 hen2 ke3 ai4 sil +005937 sil li4 li4 mei2 you3 chu1 guo4 jiu3 yao1 er4 fang2 jian1 sil +005938 sil mei2 xiang3 dao4 ta1 ning4 yuan4 fang4 qi4 shang4 hai3 sil +005939 sil dang1 shi2 hen3 jiu1 jie2 sp1 hen3 nan2 qu2 she3 sil +005940 sil jia1 ting2 ju4 bu2 dao4 yi4 qi3 sp1 ci3 ruo4 shi4 sp1 zhi3 neng2 shi4 wei3 ruo4 shi4 sp1 huo4 yue1 sa1 jiao1 sil +005941 sil zhe4 me5 pang4 sp1 bao4 de5 wo3 yao1 dou1 duan4 le5 sil +005942 sil ta1 er4 du4 zai4 zhe4 ge5 wen4 ti2 shang4 yao2 tou2 sil +005943 sil xing2 zheng4 yuan4 lu4 wei3 hui4 sp1 shi4 fu4 ze2 ni3 ding4 sp1 tai2 wan1 da4 lu4 zheng4 ce4 de5 ji1 gou4 sil +005944 sil ke2 sou4 sp1 wo3 jue2 de5 gen1 kong1 qi4 you3 guan1 sil +005945 sil suo2 yi3 zhe4 xie1 yun4 dong4 yuan2 zhen1 de5 hen3 nan2 sil +005946 sil ke2 sou4 sp1 yu3 ji4 jie2 qi4 hou4 deng2 you3 guan1 sil +005947 sil ni3 zuo4 de5 po4 shir4 r hai2 you2 lian2 jie3 shi4 sil +005948 sil wo3 shi4 shu1 nv3 sp1 zhi3 hui4 jiang3 wen2 ming2 yong4 yu3 sil +005949 sil nan2 jing1 jia1 ming2 shui4 kai1 zheng1 zhi1 shi3 sp1 zi4 shuo1 zi4 hua4 de5 sui2 yi4 xing4 sp1 zhuo1 jin1 jian4 zhou3 sil +005950 sil jing1 shen2 zhang4 ai4 huan4 zhe3 can1 jia1 lao2 dong4 sp1 you3 quan2 huo4 de2 xiang1 ying4 de5 bao4 chou2 sil +005951 sil wo2 gan3 jue2 song1 le5 yi4 kou3 qi4 sp1 bin4 yi2 guan2 ben3 gai1 ru2 ci3 sp1 ning2 jing4 er2 an1 wen3 sil +005952 sil si2 zhe3 zhong1 sp1 bao1 kuo4 qiu2 dui4 zhu3 jiao4 lian4 sp1 jia1 yao3 da4 ren2 mai4 ke4 xi1 meng2 sil +005953 sil lu2 wei2 yu3 xiang4 shu4 sp1 wei4 ta1 men5 ge4 zi4 de5 nai4 li4 li4 liang4 he2 leng3 jing4 zheng1 chao3 bu4 xiu1 sp1 shui2 ye3 bu4 ken3 ren4 shu1 sil +005954 sil huo4 shi4 qi2 ta1 wu1 pao3 lai2 de5 zhu1 sil +005955 sil ta1 zou3 lu4 yi4 que2 yi4 que2 de5 sp1 xiao3 er2 ma2 bi4 zheng4 luo4 xia4 de5 bing4 gen1 sil +005956 sil ban4 sui2 gu2 zhi3 de5 zhu2 bu4 ping2 wen3 sp1 ge4 gu3 huo2 yue4 du4 you2 suo3 zeng1 qiang2 sil +005957 sil wo3 jiu4 ning3 kai1 ping2 gai4 di4 gei3 ta1 sil +005958 sil ru2 jin1 qing2 kuang4 sp1 yi3 fa1 sheng1 niu2 zhuan3 sil +005959 sil ni3 zi4 ji3 lai2 wo3 kan4 kan5 a1 heng1 sil +005960 sil mo4 fu4 chu1 shu1 sp1 quan2 jia1 peng2 chang3 sil +005961 sil you2 beng4 yin3 cang2 zai4 yi2 ge4 mian2 bei4 xia4 sil +005962 sil tu2 wei2 cun1 min2 zhu4 zhang4 peng5 bi4 xian3 sil +005963 sil zai4 pan2 hou4 sp1 ke1 da2 gu3 jia4 shang4 zhang3 jin4 bai3 fen1 zhi1 wu3 sp1 da2 sp1 wu3 shi2 ba1 mei3 fen1 sil +005964 sil bei4 zhua1 shi2 sp1 ta1 gang1 lu4 wan2 jie2 mu4 zai4 duo2 yu3 sil +005965 sil kan4 dao4 re2 le5 shi4 sp1 ben1 chi2 de5 si1 ji1 sp1 ye2 da3 dian4 hua4 gao4 zhi1 le5 che1 zhu3 sil +005966 sil bu4 shao3 ren2 ren4 wei2 sp1 jia1 fang3 shi4 fang2 zhi3 nve4 er2 de5 zhong4 yao4 ce4 lve4 sil +005967 sil zhe4 shi4 ke1 xue2 jie4 shou3 ci4 zhao3 dao4 yue4 qiu2 ceng2 you2 shui3 de5 zheng4 ju4 sil +005968 sil jia1 zhang3 wei4 xin1 sheng1 kang2 xing2 li5 sil +005969 sil he2 bei2 sheng3 luan2 ping2 xian4 ren2 sil +005970 sil fan3 dui4 pai4 yi4 yuan2 ren4 wei2 sp1 zhe4 shi4 zai4 qi3 tu2 cuan4 gai3 li4 shi3 sil +005971 sil wo3 jue2 de5 zi4 ji3 you4 pang4 le5 sil +005972 sil wo3 yong2 bao3 qing1 chun1 sil +005973 sil xiang3 yao4 wo3 tiao2 xi4 ni3 ma5 sil +005974 sil xian4 zai4 zan4 shi2 nan2 yi2 chuai3 ce4 sil +005975 sil can1 yin3 an1 quan2 wen4 ti2 chu1 zai4 na3 sil +005976 sil bu2 yao4 qing1 yi4 man3 cang1 sil +005977 sil ta1 yan3 qian2 ran2 qi3 yi4 zhan3 deng1 sil +005978 sil dui4 yu2 xue3 jia1 mi2 lai2 shuo1 sp1 zhei4 yang4 de5 ji1 hui4 ke3 shi4 meng4 mei4 yi3 qiu2 de5 sil +005979 sil nan2 guai4 ta1 men5 hui4 cheng2 wei2 ri4 ben3 ren2 zui4 xian4 mu4 de5 fu1 qi1 ou3 xiang4 sil +005980 sil kao3 lv4 zai4 san1 hou4 sp1 qin4 ya3 jue2 ding4 zuo4 liu2 chan3 sp1 zai4 na4 qi1 jian1 sp1 li2 mu3 ceng1 lai2 zhao4 gu4 sil +005981 sil gong1 peng2 li3 gao1 wen1 nan2 nai4 sp1 gong1 ren2 men5 geng4 pian1 ai4 zai4 jiao4 wei2 liang2 kuai4 de5 gong1 di4 nei4 xiu1 xi5 sil +005982 sil xian1 qian2 sp1 yi3 jing1 you3 yan2 jiu1 ren2 yuan2 cheng2 gong1 de5 yong4 pei1 tai1 gan4 xi4 bao1 zao4 chu1 jing1 zi3 sil +005983 sil bai2 tian1 sp1 ta1 reng2 zhuang1 chu1 yi2 fu4 kong3 ju4 de5 yang4 zi5 sp1 zheng3 tian1 duo3 zai4 dong4 kou2 shou3 wang4 zhe5 sil +005984 sil pu3 lv4 shi1 wen4 qi2 gu4 sp1 yuan2 lai2 shi4 dai4 shou3 kao4 sp1 bei4 jian1 shi4 yang3 cheng2 de5 xi2 guan4 sil +005985 sil shuo1 ge5 zhen1 shi4 sp1 you3 yi2 ci4 sp1 wo3 qu4 mai2 shou3 ji1 hou4 gai4 sp1 wo3 wen4 sp1 shi4 yuan2 zhuang1 de5 ma5 sil +005986 sil tai4 gao3 xiao4 le5 sp1 zhi3 neng2 shuo1 shi4 xian1 lian2 gua2 chi3 sp1 er2 you3 hai4 she4 hui4 de5 chao3 zuo4 sil +005987 sil lao3 zhu2 pian4 sp1 jian4 cheng2 le5 yi2 zuo4 zuo4 ji2 ju1 zhu4 sp1 fang2 yu4 xing4 neng2 yu2 yi4 ti3 de5 tu3 lou2 sil +005988 sil yu4 yu4 shuo1 sp1 you3 a1 sp1 zhui1 wo3 de5 ren2 tai4 duo1 le5 sp1 wo3 zai4 tiao1 ne5 sil +005989 sil zhe4 yang4 sp1 da4 jia1 ye2 hao3 zheng4 zheng4 jing2 jing3 de5 zhu4 fu2 ni3 men5 ya5 sil +005990 sil xian4 zai4 deng3 zhe5 san4 san4 jia1 ju4 weir4 r sp1 xia4 yue4 jiu4 ban1 jin4 qu4 sil +005991 sil cheng1 zu2 le5 yi2 ye4 zhi3 sp1 shu1 zhan3 de5 fang3 fu2 yi2 ge4 ren2 zai4 chuang2 shang4 shen1 lan3 yao1 sp1 pang2 ren2 kan4 le5 ye3 xian4 mu4 sil +005992 sil hun1 an4 zhong1 sp1 zhi3 jian4 yi4 ming2 nan2 zi3 sp1 cong2 zhang1 jian4 qiang2 de5 bei4 hou4 sp1 lun1 qi2 tie3 chui2 meng3 za2 sil +005993 sil er4 shi4 sp1 yao4 su4 zhi1 cheng1 bu4 zu2 sil +005994 sil cang1 lin3 chong1 shi2 sp1 jian3 shui4 hui4 min2 sil +005995 sil bu2 guo4 sp1 xie4 ya4 long2 dui4 du4 yi1 ke1 wei2 qi2 liang3 nian2 yi3 lai2 de5 zhi2 jiao4 sp1 hai2 shi4 ji2 yu3 le5 yi2 ding4 de5 ren4 ke3 sil +005996 sil you3 bu4 man3 sp1 ke2 yi3 he2 fa3 fa1 xie4 sil +005997 sil wang2 jing3 guan1 yi2 leng4 sp1 xia4 yi4 shi5 kan4 le5 yan3 na4 xiao3 nan2 hai2 sil +005998 sil mang2 mang2 de5 ye4 sp1 zhi2 you3 ye2 bai3 he2 zai4 tu3 lu4 zhe5 fen1 fang1 sil +005999 sil cong2 wei2 qiang2 huo4 zhe3 zha4 lan5 de5 zhou1 bian1 kai1 shi3 ji4 suan4 sil +006000 sil li2 yu3 chun1 tou4 lu4 sp1 ta1 de5 ge1 fu4 qin5 dou1 hui4 heng1 heng5 sil +006001 sil zai4 lian2 xu4 zhuang4 ji1 zhong1 sp1 jin1 bei1 che1 nei4 de5 nan2 hai2 he2 ye2 ye5 sp1 ye3 yin1 dian1 bo3 shou4 le5 dian3 cuo4 shang1 sil +006002 sil ke3 shi4 xiang1 gang3 de5 nv3 hai2 zi5 hen2 niu3 nie1 sil +006003 sil quan2 heng2 yi3 hou4 sp1 ta1 jue2 ding4 zai4 chuang2 shang4 xie3 sil +006004 sil mao2 wei3 yuan2 de5 xin1 qing2 shi4 duo1 me5 shuang2 lang3 ya5 sil +006005 sil ge1 mai4 kun3 mai4 sp1 bi4 xu1 qu4 shu2 xi5 he2 zhang3 wo4 nong2 min2 de5 sheng1 huo2 fang1 shi4 sil +006006 sil yi3 qian2 zai4 chong2 qing4 mei2 you3 zhe4 zhong3 la4 zi5 chao3 tian2 luo2 de5 zuo4 fa3 ma5 sil +006007 sil wo3 xian4 zai4 tou2 yi4 zhi2 teng2 sp1 wo3 yao4 shi4 you3 sha2 hou4 yi2 zheng4 sp1 ying2 xiang3 ta1 men5 za3 ban4 sil +006008 sil ru2 guo2 liang3 ren2 yi4 qi3 hui2 jia1 sp1 jiu4 hui4 shou2 wan2 shou3 qu4 guang4 chao1 shi4 sil +006009 sil fan2 hong2 niu4 bu2 guo4 sp1 dai4 ta1 bao4 le5 ming2 sil +006010 sil chen2 xing1 luan2 fan4 shou4 hui4 zui4 shu4 e2 te4 bie2 ju4 da4 qing2 jie2 te4 bie2 yan2 zhong4 sp1 ying1 yi1 fa3 yan2 cheng2 sil +006011 sil wei4 bao4 ping2 lun4 cheng1 sp1 xian4 zai4 quan2 ying1 guo2 ren2 dou1 gan3 dao4 ang1 zang1 yu2 chun3 nei4 jiu4 he2 fen4 nu4 sil +006012 sil na4 zhong2 leng3 sp1 shi4 wo3 yi2 bei4 zi5 dou1 mei2 shou4 guo4 de5 leng3 sp1 xian4 zai4 xiang2 xiang3 na4 zhong2 leng3 sp1 hai2 xiang3 duo1 suo5 sil +006013 sil zhe4 shuo1 ming2 sp1 ni3 jiu4 shi4 pao3 dao4 tai4 kong1 sp1 ye2 dei2 ba3 zuo4 ye4 zuo4 wan2 sil +006014 sil she1 hua2 ye2 hao3 di1 diao4 ye3 ba4 sp1 xing4 fu2 cai2 shi4 zui4 zhong4 yao4 de5 sil +006015 sil zhong1 guo2 de5 guang1 fu2 chan3 ye4 yao4 fan3 si1 sp1 yi1 lai4 de5 qing3 du2 li4 sp1 du2 li4 de5 qing2 sa3 tuo1 sil +006016 sil feng4 huang2 gu3 cheng2 ji1 hu1 yi2 ye4 cheng2 wei2 le5 jiao1 dian3 sil +006017 sil ci3 shi2 sp1 na4 na5 yi3 xiao1 sheng1 ni4 ji4 sil +006018 sil ren2 jia5 dou1 mei2 zheng4 shi4 yao1 qing3 sp1 wo3 sao1 mei2 da1 yan3 de5 qu4 le5 sp1 jie2 guo3 zao4 cheng2 xian4 chang3 hun4 luan4 sil +006019 sil wo3 gang1 cai2 fa1 bu4 de5 xiao1 xi5 yi3 ti2 dao4 sp1 wai4 zhang3 jiang1 chu1 xi2 dong1 meng2 di4 qu1 lun4 tan2 wai4 zhang3 hui4 sil +006020 sil sui1 qi2 zhong1 bu4 fa2 zu3 zong1 you3 ling2 zhe3 sp1 dan4 bai2 shou2 qi3 jia1 de5 chuang4 ye4 zhe3 sp1 ye3 bu2 zai4 shao3 shu4 sil +006021 sil yi4 ming2 jiao1 jing3 ji4 xia4 yang2 hua2 de5 che1 pai2 he2 pen1 biao1 hao4 sil +006022 sil zhi2 dao4 jin1 tian1 sp1 hei1 se4 de5 gu3 li4 gair4 r yi1 ran2 zheng4 liang4 mei2 yi4 dian3 xiu4 ji4 sil +006023 sil huan4 er2 ji2 jia1 shu2 deng3 hou4 de5 qu1 yu4 geng4 jia1 kuan1 chang3 shu1 shi4 sp1 zuo4 wei4 geng4 duo1 sil +006024 sil feng2 wan4 he2 dui4 you3 jue2 ding4 sp1 ji4 xu4 jiang1 dong4 kuo4 da4 sil +006025 sil dan4 hai2 shi4 yao4 gen1 ni3 shuo1 sheng1 sp1 ni3 jia1 you2 o1 sp1 you3 meng4 xiang3 shui2 dou1 liao3 bu4 qi3 sil +006026 sil tu3 di4 chu1 rang4 ying1 gai1 gen1 ju4 kai1 fa1 shang1 de5 ji4 shu4 he2 zi1 jin1 tiao2 jian4 sp1 shai1 xuan3 kai1 fa1 shang1 sil +006027 sil er2 qie3 zhe4 ci4 tian1 wen2 da4 chao2 shui3 wei4 te4 bie2 gao1 sp1 di1 ba4 hen3 wei1 xian3 sil +006028 sil yu2 shi4 shan1 cun1 li2 you3 le5 sp1 di4 biao2 shui3 gui4 ru2 you2 sp1 di4 xia4 shui3 gun2 gun3 liu2 de5 shuo1 fa3 sil +006029 sil zhi3 yao4 bu4 yin2 qi3 xiao4 chang3 sp1 kuai4 nan2 chao1 nv3 shi4 de5 zao4 xing2 chang4 jing1 ju4 ye3 wu2 fang2 sp1 guan1 zhong4 cai2 shi4 shang4 di4 sil +006030 sil da4 jia1 dou1 jue2 de5 wo2 ting3 piao4 liang5 de5 sp1 qi2 shi2 sp1 wo3 shi4 na4 zhong3 an1 jing4 you4 wen1 rou2 de5 qi4 zhi4 xing2 nv3 hai2 sil +006031 sil qiang2 diao4 kong1 tan2 wu4 guo2 shi2 gan4 xing1 bang1 sp1 shi2 gan4 shi2 gan4 zai4 shi2 gan4 sp1 hen3 shi2 zai4 sil +006032 sil zhan4 hou4 di4 wu3 ci4 hui2 dao4 zhong1 guo2 de5 hai3 wo4 de2 shen1 ti3 yi1 ran2 ying4 lang3 sil +006033 sil bai2 gong1 zi4 niang4 pi2 jiu3 de5 wai4 bao1 zhuang1 sil +006034 sil shi2 ren4 zong2 li3 pei4 lei2 si1 da4 nu4 sp1 xia4 ling4 sp1 bu4 xi1 dai4 jia4 jiang1 wa2 nu2 nu3 zhua1 hui2 sil +006035 sil jin3 ji2 qing2 kuang4 sp1 qing3 bo1 yao1 er4 er4 sil +006036 sil qian2 ye4 sp1 dao4 chu4 ke3 jian4 kang2 zhe5 tie3 qiao1 he2 sao4 zhou3 de5 ju1 min2 sil +006037 sil zheng4 zai4 jin4 xing2 ye4 jing3 deng1 guang1 tiao2 shi4 de5 shi4 bo2 zhou2 yang2 guang1 gu3 sil +006038 sil he2 bu4 ba2 yang3 lang2 de5 shi2 jian1 sp1 duo1 hua1 zai4 yang2 ji3 zhi1 yang2 shen1 shang4 sil +006039 sil dang1 ran2 ya5 sp1 ni3 shi4 wo3 de5 zhu3 ren2 ya5 sil +006040 sil du4 mi4 mei2 you3 nan2 peng2 you5 o5 sil +006041 sil nu2 jia1 zhe4 xiang1 you2 li3 la5 sil +006042 sil qing1 miao2 bu3 chang2 zheng1 di4 bu3 chang2 deng3 fei4 yong4 sp1 yi3 fa1 fang4 dao4 wei4 sil +006043 sil bo1 he4 she4 er3 jin4 yi2 bu4 jie4 shao4 shuo1 sp1 qiao4 pai2 yu3 zhong1 guo2 de5 he2 zuo4 sp1 yi3 jing5 fei1 chang2 guang3 fan4 sil +006044 sil ji3 ge5 yue4 hou4 sp1 zhe4 wei4 you2 wu3 shi5 ba1 nian2 dang3 ling2 de5 gong4 chan2 dang3 yuan2 qu4 shi4 le5 sil +006045 sil zai4 mei3 guo2 sp1 zhi3 yao4 gong1 min2 zi4 ji2 you3 yi4 yuan4 sp1 ren4 he2 zu3 nao2 jun1 shi4 wei2 wei2 fa3 sil +006046 sil man4 you1 you1 de5 yi2 ju4 hua4 sp1 shi1 ren2 de5 rui4 qi4 sp1 bei4 mo2 diao4 da4 ban4 sil +006047 sil xi3 wan2 lian3 hou4 sp1 ta1 zai4 bang1 po2 po5 shu1 zhuang1 yi2 xia4 sp1 lao3 tai4 tai5 xiao4 de5 he2 bu4 long2 zui3 sil +006048 sil mian4 dui4 ren2 sheng1 di1 gu3 sp1 xiao3 lia2 kou3 que4 you3 zhe5 bi2 pu3 tong1 ren2 shao2 you3 de5 le4 guan1 yu3 jian1 qiang2 sil +006049 sil dong1 xi5 na2 zou3 le5 sp1 jiu4 ba3 kuang4 quan2 shui3 ping2 sai1 jin4 qu4 sil +006050 sil yu2 shi4 sp1 yu2 jia1 xiong1 di4 huai2 chuai1 fu3 tou5 sp1 kai1 che1 yi2 lu4 zhui1 gan3 dao4 qing1 nian2 si1 ji1 wang2 mou3 jia1 zhong1 sil +006051 sil dan4 quan2 min2 yu2 le4 quan2 xian4 yu2 le4 hua4 shi4 yi4 zhong2 jia3 hai1 sil +006052 sil bu4 feng3 ci4 wa1 ku3 qi2 shi4 you4 er2 sp1 bu4 ti3 fa2 huo4 bian4 xiang4 ti3 fa2 you4 er2 sil +006053 sil huai2 rou2 fa3 yuan4 jin4 ri4 kai1 ting2 shen2 li2 ci3 an4 sil +006054 sil you3 de5 di4 qu1 jiao4 wei2 qiang2 shou3 sp1 you3 de5 di4 qu1 he2 wei4 zhi4 jiu4 bi3 jiao4 rong3 yu2 sil +006055 sil jia2 mou2 hen3 nao2 huo3 sp1 meng3 an4 la3 ba1 jing3 shi4 sp1 bing4 jiang1 che1 zi5 la1 hui2 yuan2 lai2 de5 che1 dao4 sil +006056 sil zhe4 shi4 jiu3 ba1 wu3 gong1 cheng2 de5 ming2 cheng1 you2 lai2 sil +006057 sil qiu1 mou3 yi4 jia1 lu4 jian4 bu4 ping2 shuo1 le5 ji3 ju4 gong1 dao4 hua4 sp1 hou4 yu3 tou1 gou3 nan2 zi3 fa1 sheng1 la1 che3 sil +006058 sil lei2 xiao2 jie3 yi2 kan4 huang2 da4 ye5 qi4 chuan3 xu1 xu1 de5 sp1 jiu4 xiang3 rang4 ta1 xian1 xiu1 xi5 yi2 xia4 sil +006059 sil sheng1 wu4 chai2 you2 gong1 si1 sp1 shou1 gou4 de5 jiu4 shi4 zhe4 zhong3 you2 sil +006060 sil jing1 guo4 xun4 lian4 de5 lao2 hu3 ke2 yi3 guai1 guai1 chou1 xie3 sil +006061 sil jin1 tian1 lao3 ma1 wen4 wo3 sp1 gong1 zuo4 ji3 nian2 le5 sp1 you3 duo1 shao3 cun2 kuan3 sp1 wo3 shuo1 sp1 cha4 bu5 duo1 kuai4 cun2 yi2 wan4 le5 sil +006062 sil zhong1 wen2 xi4 zai4 da4 xue2 li3 shi4 po1 bei4 kan4 bu5 qi3 de5 sp1 tong2 shi4 yu3 yan2 lei4 sp1 wai4 wen2 xi4 de5 jiu4 chi1 xiang1 duo1 le5 sil +006063 sil xian4 zai4 kai1 shi2 wan3 bu5 sil +006064 sil gao1 yuan2 que1 yang3 han2 feng1 lin3 lie4 sp1 ta1 men5 reng2 ran2 yong4 jin4 ke3 neng2 kuai4 de5 su4 du4 mang2 lu4 zhe5 sil +006065 sil zhe4 yang4 shen2 me5 shi2 hou4 cai2 shi4 ge5 tou2 a5 sil +006066 sil qi2 zhong1 sp1 hei1 se4 jin1 shu3 kuang4 cai2 xuan3 ye4 sp1 zeng1 zhang2 bai3 fen1 zhi1 liu4 shi5 yi1 dian3 qi1 sp1 zeng1 su4 zui4 gao1 sil +006067 sil ta1 jing1 chang2 hen2 ti3 tie1 de5 wen4 da4 jia1 yao4 bu2 yao4 chi1 zhe4 ge5 chang2 chang5 na4 ge5 sp1 te4 bie2 xi4 xin1 sil +006068 sil wei4 zhuang1 bing4 sp1 liu2 hong2 yao2 jin3 ya2 guan1 jie2 shi2 ban4 nian2 sp1 shou4 de5 zhi3 sheng4 pi2 bao1 gu3 tou5 sil +006069 sil ti2 an4 jiao1 wan2 yi3 hou4 sp1 ban4 de5 dao4 di2 zen3 me5 yang4 sp1 you3 mei2 you3 diao4 cha2 ya5 sil +006070 sil mu4 qian2 gong1 si1 ren2 gong1 cheng2 ben3 gong4 ji4 yue1 yi4 bai3 yi1 shi2 wan4 sil +006071 sil shuo1 ming2 guan2 li3 bu4 men2 pa4 de2 zui4 ren2 sp1 bu4 gan3 peng4 ying4 sil +006072 sil duo1 nian2 lai2 sp1 da3 ji1 qin1 quan2 dao4 ban3 yi4 zhi2 shi4 sao3 huang2 da3 fei1 de5 yi2 xiang4 zhong4 yao4 ren4 wu4 sil +006073 sil shu1 ge2 luo4 fu5 hua2 xue2 chang3 shi4 mian3 yin1 zhou1 zui4 da4 de5 hua2 xue2 chang3 sil +006074 sil diu1 shi1 tou2 bu4 de5 wu3 jiang4 shi2 diao1 sil +006075 sil zhong1 mei3 zai4 nan2 hai3 wen4 ti2 shang4 de5 jiao1 feng1 you3 yu4 yan3 yu4 lie4 zhi1 shi4 sil +006076 sil liu2 xian1 sheng5 chou2 zhun3 yi2 ge5 ji1 hui4 sp1 dui4 zhe5 gai1 jie2 fei3 de5 jiao3 gen1 qian2 sp1 kai1 le5 yi4 qiang1 jing3 gao4 ta1 sil +006077 sil yi2 ge5 ling2 dao2 zhe3 ying1 gai1 ba2 yan3 jing5 ding1 zhu4 qian2 fang1 sp1 ba3 wo4 xian4 zai4 si1 kao3 wei4 lai2 sil +006078 sil wo3 men5 yao4 shi3 ge4 zhong2 fu3 bai4 chou3 e4 de5 xian4 xiang4 sp1 bei4 guang3 da4 qun2 zhong4 suo3 tuo4 qi4 sil +006079 sil ge2 lin2 si1 bao3 de5 men2 nuo4 jiao4 jiao4 tang2 he2 mu4 shi1 zhu4 zhai2 yi3 jing5 dang4 ran2 wu2 cun2 sil +006080 sil wo3 men5 zhi3 neng2 deng3 sp1 peng2 hen3 beng1 kui4 sp1 zai4 wo3 fang2 jian1 ku1 sp1 wo3 an1 wei4 ta1 deng3 sil +006081 sil tu1 ran2 sp1 qi2 zhong1 yi4 zhi1 qian1 bi3 chuo1 jin4 le5 xiao3 hui1 de5 zuo2 yan3 sil +006082 sil fan4 dian4 li3 shang4 de5 shi4 da4 fen4 cai4 yao2 hai2 shi4 jing1 zhi4 xiao3 pan2 sil +006083 sil ba1 bao3 shan1 ren2 min2 gong1 mu4 nei4 sp1 ji4 sao2 zhe3 jie1 zhong3 mo2 jian1 sil +006084 sil dan4 you3 yi4 xie1 ren2 hui4 jue2 de5 hen3 men1 sil +006085 sil ru2 ci3 xin1 xiong2 shou3 zhuo1 sp1 wang2 wang2 shi3 ta1 men5 dui4 ju2 mian4 zuo4 chu1 wu4 pan4 sp1 bo1 cuo4 dui4 ce4 suan4 pan5 sil +006086 sil si1 ji1 xu2 mou3 meng2 cai3 you2 men2 sp1 shuai3 kai1 fang1 mou3 sp1 dai4 zhe5 qian2 kai1 zou3 le5 sil +006087 sil bie2 li2 kai1 wo3 sp1 wo3 hui4 nu3 li4 bian4 cong1 ming5 de5 sil +006088 sil sui2 hou4 sp1 yu2 xian1 sheng5 bo1 da3 le5 jiu2 wu2 wu3 ba1 ling2 ke4 hu4 fu2 wu4 re4 xian4 sil +006089 sil wo3 neng2 yu4 bao4 tian1 qi4 sp1 dan4 hai2 bu4 neng2 chai1 qian2 yu3 shen2 sil +006090 sil shui2 zai4 gang1 cai2 yi4 bo1 sha1 die1 de5 guo4 cheng2 zhuan4 dao4 pian2 yi5 le5 sil +006091 sil yu3 ju4 chang3 huan1 teng2 re4 nao5 de5 chang3 mian4 xiang1 fan3 sp1 ci3 ke4 sp1 hou4 tai2 li3 que4 yi2 pian4 su4 mu4 sil +006092 sil zhen1 zao1 gao1 sp1 wo3 de5 hu2 zi5 yu4 lai2 yu4 bai2 le5 sp1 tou2 fa4 hai2 shi4 hei1 de5 sp1 zhe4 you3 duo1 nan2 kan4 ya5 sil +006093 sil kai1 le5 yi2 duan4 hou4 sp1 you4 yao4 ting2 xia4 lai2 shou1 fei4 sp1 si1 ji1 kou3 dai4 li3 de5 qian2 ming4 zhong1 zhu4 ding4 piao1 bo2 wu2 jia1 sil +006094 sil zhe4 bu5 sp1 jiu4 you3 ren2 yin1 ci3 gen1 quan2 wei1 ji1 gou4 da3 guan1 si5 gang4 shang4 le5 sil +006095 sil ta1 ba4 xiang3 le5 hui4 shuo1 sp1 shi4 gao1 ai3 de5 yi4 si5 sil +006096 sil xie4 tong2 xue2 na2 zhe5 da4 nian2 yu2 xiao4 bu5 long2 zui3 sil +006097 sil ta1 de5 shuang1 jiao3 bei4 tu2 mo3 le5 da4 liang4 yao4 gao1 sil +006098 sil qian2 xie1 shi2 hou4 na4 ge5 gu4 gong1 wen4 ti2 sp1 xiang1 dang1 zhen4 dong4 ya5 sp1 da4 jia1 dan1 xin1 de5 bu4 de2 liao3 sil +006099 sil su1 zhou1 bo2 wu4 guan3 zhuo1 zheng4 yuan2 zhe4 xie1 di4 fang1 dou1 bu2 cuo4 sil +006100 sil lian2 ta1 zui4 teng2 ai4 de5 er2 zi5 sp1 ye3 chang2 nan2 jian4 ta1 yi2 mian4 sil +006101 sil ju4 chu1 bu4 diao4 cha2 sp1 xing2 xiong1 zhe3 ming2 jiao4 a1 li4 ye1 fu1 sil +006102 sil bao4 da2 shou4 zai1 qun2 zhong4 de5 wei2 yi1 fang1 fa3 jia1 kuai4 ben1 xi2 sil +006103 sil lao2 ban3 yi4 tao2 zao4 cheng2 lian2 suo2 fan3 ying4 sp1 fa1 sheng1 da4 pi1 zhai4 quan2 ren2 ji3 dui4 sil +006104 sil ju4 zhong1 sp1 piao2 xin4 hui4 sp1 jiang1 yi2 nv3 hai2 shen1 fen4 sp1 xiang4 hu2 yu2 wai3 tang2 tang2 zheng4 zheng4 de5 gao4 bai2 sil +006105 sil zhang1 xu4 jie3 shi4 bu4 qing1 sp1 zen3 me5 fan1 zi4 dian3 sp1 cou4 qiao3 rang4 san1 zi4 tuan2 ju4 le5 sil +006106 sil jian1 nan2 de5 ken3 wan2 mian4 bao1 zhi1 hou4 sp1 ta1 bian4 pa1 zai4 ke4 zhuo1 shang4 da2 dun3 sil +006107 sil bu4 xing2 sp1 wo3 que4 xin4 gei2 ni3 de5 dou1 shi4 zui4 yong4 xin1 de5 sil +006108 sil wen1 zong2 li3 yi4 tou4 guo4 xing2 zheng4 zhang3 guan1 sp1 xiang4 ao4 men2 ju1 min2 wen4 hao3 sil +006109 sil mian4 dui4 zhi4 wen4 sp1 nuan2 nuan2 niu3 tou2 jiu4 yao4 zou3 sil +006110 sil ni3 jiu4 bu2 pa4 ta1 la1 xiang3 zha4 yao4 bao1 ma5 sil +006111 sil gong1 you3 zai4 han2 wo3 sp1 wo2 lao3 po5 ye3 zai4 shang4 mian4 sil +006112 sil nuan2 nuan3 de5 yang2 guang1 shai4 jiu3 le5 rang4 ren2 zhi2 fan4 kun4 sil +006113 sil dan4 bu4 guan2 zen3 me5 shuo1 sp1 hai2 shi4 xian1 zhu4 yi4 yi2 xia4 pin1 xie3 he2 yu2 fa3 ba5 sil +006114 sil zu3 yuan2 jiu4 zai4 wu3 long2 shan1 xia4 xiu1 ning2 xi1 kou3 yi2 ge5 ga1 la2 jiao3 luo4 de5 shan1 li3 sil +006115 sil wo3 jue2 de5 hen2 hao3 wanr2 r sp1 wo2 ye2 ting3 gao1 xing4 de5 sp1 que4 shi2 you3 yi4 xie1 nan2 hair2 r de5 dong1 xi5 sil +006116 sil fang4 da4 tu2 pian4 sp1 huang2 zi3 hua2 he2 guo1 ai3 ming2 sp1 sui2 zhe5 liu2 qing1 yun2 zhi1 hou4 bu4 chu1 sil +006117 sil dao4 shu3 di4 san1 feng1 rang4 ren2 yan3 qian2 yi2 liang4 sp1 ta1 lai2 zi4 shou3 du1 de5 lu3 xun4 wen2 xue2 yuan4 sil +006118 sil zhong1 qi4 xie2 fang1 mian4 shuo1 sp1 cheng2 yong4 che1 gang1 xing4 xu1 qiu2 ming2 xian3 sil +006119 sil wo3 xin1 li3 you2 gan3 cheng4 sp1 wo2 zhi3 gen1 zi4 ji3 pin1 sil +006120 sil tai4 hang2 chi4 zi3 zhang1 rong2 suo3 de5 zuo4 you4 ming2 jiu4 shi4 sp1 hao3 die1 hao3 niang2 shi4 ren2 min2 sp1 gan1 zuo4 chi4 zi3 sp1 bao4 xiang1 qin1 sil +006121 sil ta1 de5 bao2 nuan3 fa2 bao3 sp1 jiu4 shi4 zai4 fu4 bu4 tui3 bu4 tie1 zhe5 nuan2 bao3 bao5 sil +006122 sil ta1 qi4 bao4 le5 sp1 sui2 shou3 chao1 qi3 ge5 gong1 ju4 yi4 tong1 lun1 sp1 lun1 wan2 jiu4 pao3 le5 sil +006123 sil kan4 wo3 de5 nian2 ji2 pai2 ming2 jiu4 zhi1 dao4 sp1 you3 duo1 shao3 ren2 can1 jia1 kao3 shi4 sil +006124 sil ha1 li3 wang2 zi3 ke3 neng2 yao4 wei4 zi4 ji3 de5 yi2 ye4 huang1 tang2 fu4 chu1 dai4 jia4 sil +006125 sil cong2 shi1 ti3 kan4 sp1 ta1 si3 qian2 zao1 dao4 dao1 ci4 sp1 du2 da3 he2 fen2 shao1 sil +006126 sil ai4 wei1 er2 de5 nan2 you3 bu4 luo2 di2 sp1 ye3 geng1 xin1 tui1 te4 shuo1 lian3 shang4 duo1 le5 yi4 tiao2 xin1 de5 shang1 hen2 sil +006127 sil zhe4 ge5 cai2 fang2 jian3 zhi2 tai4 yu2 chun3 le5 sil +006128 sil tong1 chang2 gu4 shi5 zhong1 shan4 liang2 zheng4 pai4 de5 wang2 zi3 sp1 zai4 ben3 pian4 que4 shi4 gao1 ao4 zi4 da4 de5 jia1 huo5 sil +006129 sil zhu1 duo1 che4 zhou3 sp1 yi1 ji1 jin1 zhong1 yu2 jue2 ding4 sp1 yu3 hong2 shi2 zi4 hui3 li2 hun1 sil +006130 sil zi1 zhu4 xi1 bu4 long2 er2 kang1 fu4 ji1 gou4 ji1 chu3 she4 shi1 jian4 she4 he2 shi1 zi1 pei2 yang3 sil +006131 sil chu1 yu2 zhi2 ye4 min2 gan3 sp1 fu4 shou3 guo2 gan3 jue2 shi4 tai4 you3 xie1 bu2 miao4 sil +006132 sil jian3 cha2 guan1 ti2 xing3 sp1 shi4 min2 zai4 qu2 kuan3 shi2 ying1 dang1 duo1 liu2 xin1 sil +006133 sil chu2 le5 wan2 you2 xi4 sp1 gao1 pang4 de5 ling4 yi4 xi3 hao4 jiu4 shi4 da3 lan2 qiu2 sil +006134 sil zai4 ta1 de5 xi1 xin1 pei2 yu4 xia4 sp1 yi4 pi1 you1 xiu4 de5 pai2 qiu2 miao2 zi5 zheng4 zai4 zhuo2 zhuang4 cheng2 zhang3 sil +006135 sil zai4 bo2 zhou1 dang1 di4 fang1 yan2 zhong1 sp1 nao1 zhong3 bu4 jin3 yi4 wei4 zhe5 dan2 xiao3 sp1 hai2 you3 que1 de2 de5 yi4 si5 sil +006136 sil wo3 de5 sha2 nv3 er2 sp1 hai2 xiang3 zhe5 wei4 wo3 zhe4 ge5 bu2 fu4 ze2 ren4 de5 ba4 ba5 fen1 dan1 yi4 xie1 ne5 sil +006137 sil kong4 bian4 shuang1 fang1 reng2 you3 zheng1 niu4 sp1 jiang1 hui4 zai4 chuan2 zhao4 sp1 wu2 xian4 dian4 shi4 wai4 shi4 bu4 zhu2 guan3 zuo4 gong4 sil +006138 sil jin1 na4 yun3 cong2 xiao3 zai4 mei3 guo2 sheng1 huo2 sp1 huo4 xu3 hui4 you3 xie1 wen2 hua4 cha1 yi4 sil +006139 sil luo2 tian1 cheng2 hen4 ji4 xu4 wen2 li3 yong4 bu2 shang4 ta1 de5 zhe2 xue2 sp1 tuo1 zhe5 mei2 jiao1 sil +006140 sil zhe4 xie1 nu3 li4 sp1 neng2 fou2 qu3 de2 yu4 qi1 de5 xiao4 guo3 mu4 qian2 shang4 bu4 de2 er2 zhi1 sil +006141 sil zai4 qi3 zhong4 ji1 de5 bang1 zhu4 xia4 sp1 gong1 ren5 men5 zheng4 yong4 zao2 yan2 ji1 jiang1 qi2 zao2 duan4 sil +006142 sil zhe4 pi2 ma3 yin1 zao1 nve4 dai4 sp1 tan1 shui4 zai4 nong2 chang3 nei4 sil +006143 sil jin1 wan3 xin1 qing2 ji1 dong4 de5 gao1 min3 re4 lei4 gun2 gun3 sil +006144 sil jin4 ri4 sp1 bing1 tuan2 dian4 da4 de5 ji3 wei4 xue2 sheng1 sp1 xiang4 ben2 wang2 fan3 ying4 le5 zhe4 jian4 shi4 sil +006145 sil xing2 dong4 jie2 shu4 hou4 sp1 bu4 dui4 yong4 tui1 tu3 ji1 sp1 tui1 dao3 bang2 fei3 cang2 shen1 de5 fang2 wu1 sil +006146 sil qu4 nian2 sp1 zhong1 guo2 cai3 gou4 le5 da4 liang4 mei3 guo2 yu4 mi3 sil +006147 sil yi4 chu1 men2 sp1 ta1 fa1 xian4 chuang1 wai4 you3 hu1 shan3 de5 liang4 guang1 sil +006148 sil chang2 qi1 da4 liang4 he1 cha2 de5 nan2 ren5 sp1 li2 huan4 qian2 lie4 xian4 ai2 de5 wei1 xian3 geng4 di1 sil +006149 sil zuo2 tian1 sp1 xin1 ren4 zi4 min2 dang2 zong3 cai2 an1 bei4 jin4 san1 sp1 ye3 fa1 chu1 wei1 xian3 xin4 hao4 sil +006150 sil er2 ling4 yi2 ge5 sp1 dui4 yu2 cai4 niao2 wang3 luo4 sp1 nan2 yan2 huo4 fu2 de5 zhong4 da4 zheng4 ce4 sp1 ye3 bu4 qi1 er2 zhi4 sil +006151 sil zuo4 wei2 niu3 yue1 zhou1 de5 can1 yi4 yuan2 sp1 xi1 la1 li3 zai4 guo2 hui4 shang4 reng2 ran2 shi4 ge5 xiao3 zi4 bei4 sil +006152 sil jin4 ru4 qiu1 ji4 gua2 yu3 ji4 jie2 yi3 lai2 sp1 quan2 zhou1 zhang1 zhou1 pu2 tian2 deng3 yan2 hai3 di4 qu1 han4 qing2 ming2 xian3 sil +006153 sil biao1 zhun3 de5 mei3 shao4 nv3 yang4 zi5 ya5 sil +006154 sil wo2 xi3 huan1 yan3 xian4 dai4 ren2 sp1 na2 nie1 shang4 ye2 bi3 jiao4 qing1 song1 sil +006155 sil shi4 shi2 shang4 sp1 ao4 ba1 ma2 kou3 zhong1 de5 yi4 wan4 fu4 weng1 zheng4 shi4 gu3 shen2 ba1 fei1 te4 sil +006156 sil gan3 jue2 neng2 tiao1 mao2 bing4 de5 di4 fang1 bu4 duo1 sp1 zhi3 bu2 guo4 hui1 chen2 jiao4 da4 sil +006157 sil shui3 ying4 kang1 cheng2 ting2 jian4 shi4 jian4 zhong1 sp1 zhao3 dao4 de5 xin1 wen2 yan3 jiu4 shi4 feng1 shui3 sil +006158 sil ji4 zhe3 zai4 xi2 wan3 jian1 kan4 dao4 sp1 shui3 long2 tou2 pang2 bian1 fang4 zhe5 yi4 ping2 piao3 bai2 shui3 sil +006159 sil zhen1 dui4 shi4 min2 zhi4 yi2 sp1 ji4 zhe3 zhuan1 fang3 le5 shi4 shi4 zheng4 wei2 zhu3 ren4 sp1 wang2 yuan2 kai3 sil +006160 sil shao1 you3 bu4 tuo3 jiu4 liang3 mian4 bu4 tao2 hao3 sil +006161 sil bao4 yu3 zhong1 sp1 zhu1 fen1 fen1 bei4 hong2 liu2 juan2 zou3 sil +006162 sil dui4 shou3 dun4 shi2 dan3 han2 xin1 qie4 sp1 dou4 zhi4 quan2 wu2 sil +006163 sil lai2 ang2 na4 duo1 ai4 lin2 yu3 lai2 ang2 na4 duo1 de5 ma1 ma5 sil +006164 sil sui2 hou4 sp1 hao3 ming2 hui1 wang2 meng2 meng3 xian1 hou4 luo4 wang3 sil +006165 sil han4 wei4 zhong1 guo2 ling2 tu3 jiu4 gai1 cun4 tu3 bu2 rang4 sil +006166 sil hai3 guan1 zong2 shu3 jiang1 yan2 cha2 ci3 lei4 wei2 gui1 xian4 xiang4 sil +006167 sil ta1 zui4 jin4 xin1 qing2 bu4 hao3 sp1 zong2 xi3 huan5 yao3 ren2 sil +006168 sil ben3 shi4 ji1 ceng2 zheng4 gai3 qian2 lu4 kan2 ke3 wei4 bu3 sil +006169 sil yi2 ci4 ci4 de5 zai1 nan4 sp1 ren2 men5 tan2 huang2 he2 er2 se4 bian4 sil +006170 sil ti3 xing2 bu2 pang4 bu2 shou4 sp1 ji4 bu4 yao2 tiao3 ye3 bu4 feng1 man3 sil +006171 sil hu3 fu4 wu2 quan2 zi3 sp1 liang3 zhi1 xiao3 zang4 ao2 shi4 biao1 zhun3 de5 tie3 bao1 jin1 sp1 shu3 guai4 shou4 xue4 xi4 sil +006172 sil gong1 zhong4 tong2 yang4 xu1 yao4 cong2 ci3 lei4 shi4 jian4 zhong1 ji2 qu3 jing1 yan4 yu3 jiao4 xun4 sil +006173 sil jian1 chi2 kuo4 da4 ren2 wen2 jiao1 liu2 sp1 hang1 shi2 zhong1 yue4 you2 hao3 de5 min2 yi4 ji1 chu3 sil +006174 sil fen1 he2 tao5 jian1 guo3 sp1 he2 tao5 jian1 guo3 ren2 sp1 he2 tao5 you2 sp1 he2 tao5 yin3 liao4 sil +006175 sil gai1 shen2 miao4 xiu1 jian4 yu2 san1 qian1 wu2 bai3 nian2 qian2 sp1 xiang1 dang1 yu2 zhong1 guo2 de5 shang1 dai4 sil +006176 sil bei4 sha1 chen2 long3 zhao4 de5 cheng2 de2 lv3 you2 jing2 dian3 sp1 bang4 chui2 shan1 sp1 ji2 ha2 ma5 shi2 sil +006177 sil yuan2 shi4 xiao1 shuo1 zhe5 sp1 you4 jue2 de5 tou2 you3 yi4 dian3 chen2 sp1 you3 yi4 zhong3 yao4 biao3 bai2 de5 chong1 dong4 sil +006178 sil jiao1 huan4 ming2 pian4 yi2 kan4 sp1 zhang1 lan2 fa1 xian4 sp1 dui4 fang1 shi4 ding3 hui1 de5 wang2 gong1 quan2 sil +006179 sil shi2 shi1 dai4 kuan2 sun3 shi1 sp1 zhun3 bei4 dong4 tai4 jian1 guan3 sil +006180 sil bu2 guo4 fu4 sai4 liang3 ci4 shu1 qiu2 bi3 jiao4 wo1 nang5 sp1 yu3 zi4 ji3 de5 shi1 wu4 guan1 xi5 hen3 da4 sil +006181 sil lu4 bian1 yuan2 ben3 ban4 mi3 kuan1 de5 pai2 shui3 gou1 qu2 sp1 shui3 mian4 yi3 jin4 liang2 mi3 sp1 shui3 liu2 tuan1 ji2 sil +006182 sil zui4 zhong1 you4 gui1 le5 shui2 de5 yao1 bao1 li3 qu4 le5 sil +006183 sil zai4 kan1 shou3 suo2 li3 sp1 liu2 jun4 zhong1 yu2 xing2 jiu3 sil +006184 sil ru2 jin1 zhe4 yi2 qie4 suan4 pan5 xian3 ran2 luo4 kong1 sil +006185 sil wan3 shang4 sp1 ta1 du2 zi4 zai4 jia1 zhan2 zhuan3 nan2 mian2 sil +006186 sil ruo4 bu2 shi4 da4 pai2 shua2 ye3 mei2 yong4 sp1 yin1 ta1 mei2 jia4 zhi2 sp1 yu2 le4 quan1 hen3 xian4 shi2 sil +006187 sil ci3 shi2 sp1 xiao1 fang2 ren2 yuan2 yi3 jing5 ba2 huo3 pu1 mie4 li2 kai1 sil +006188 sil jiu3 er4 nian2 chu1 sheng1 de5 liang2 wen2 hao2 sp1 jin4 nian2 lai2 cuan4 shen1 shi4 tou2 fei1 chang2 xun4 meng3 sil +006189 sil liang2 zi3 wei1 de5 guan1 dian3 ji1 ben3 lei2 tong2 yu2 cheng2 jin1 biao3 ge1 sp1 ke3 jian4 cheng2 jin1 biao3 ge1 bai2 huo2 le5 si4 nian2 sil +006190 sil ai4 zhi1 huo3 re4 sp1 yi3 jing5 dao4 le5 sou1 shen2 ji4 li3 han2 ping2 fu1 fu4 sp1 he2 chang2 hen4 ge1 li3 sp1 lian2 li3 zhi1 de5 jing4 jie4 sil +006191 sil ta1 leng4 zhu4 le5 sp1 hao3 yi2 huir4 r tou2 nao2 li3 cai2 fan3 ying4 chu1 sp1 bu4 ming2 fei1 xing2 wu4 zhe4 ge5 gai4 nian4 sil +006192 sil ta1 hai2 zuo4 le5 xu2 xu3 duo1 duo1 wei4 qun2 zhong4 pai2 you1 jie3 nan4 sp1 fu2 ruo4 ji3 pin2 de5 hao3 shi4 sil +006193 sil ying1 gai1 shuo1 sp1 you3 shi2 fa1 cai2 ji1 yu4 sp1 wang2 wang2 ye3 qing1 lai4 na4 xie1 xin1 huai2 po3 ce4 de5 tou2 ji1 zhe3 sil +006194 sil guan1 yu2 jing1 ji4 yu4 ce4 sp1 zhou1 xiao3 chuan1 wu2 jing4 lian2 deng3 ren2 dou1 biao3 shi4 guo4 hen3 nan2 sil +006195 sil jie2 guo2 hen3 kuai4 jiu4 xia4 lai2 le5 sp1 mi3 jia1 de5 di3 kang4 wu2 xiao4 ru2 tang2 bi4 dang1 che1 sil +006196 sil chu2 le5 ming2 zi4 he2 shu3 xiang4 wai4 sp1 ma3 long2 he2 chen2 long2 sp1 hai2 you2 hen3 duo1 xiang1 si4 zhi1 chu4 sil +006197 sil leng3 guo2 quan2 bei4 zhua1 sp1 he2 bao4 zhong1 wu3 fan4 du2 shi4 fa1 you3 guan1 sil +006198 sil li2 mou3 ou2 er2 ye3 hui4 zhong4 yi4 xie1 jiang3 sp1 dan4 zong3 shi4 kui1 sun3 da4 sil +006199 sil mei2 deng3 ta1 fan3 ying4 guo4 lai5 sp1 yi3 bei4 chuang3 ru4 zhe3 en4 dao3 sil +006200 sil xie2 shang1 bu2 xia4 sp1 na4 jiu4 zhi2 you2 zou2 fa3 lv4 tu2 jing4 sil +006201 sil xiao2 huo3 ban4 lu4 tu1 ran2 ou3 tu4 sp1 che1 xiang1 zao1 le5 yang1 sp1 huang2 shi1 fu5 ye3 mei2 da3 suan4 ji4 jiao5 sil +006202 sil la1 mei2 zong3 mian4 ji1 sp1 liang3 qian1 ling2 qi1 shi5 wan4 ping2 fang1 gong1 li3 sp1 ren2 kou3 liu4 dian3 ling2 san1 yi4 sil +006203 sil gong1 yuan2 qian2 yi4 bai2 wu3 shi5 qi1 nian2 sp1 wen2 di4 xian1 yu2 bo2 tai4 hou4 li2 kai1 ren2 shi4 sil +006204 sil ling2 chen2 jiu4 yuan2 jie2 shu4 hou4 sp1 ben2 yi3 wei2 nan2 zi3 hui4 an1 xin1 sheng1 huo2 sil +006205 sil zhe4 yang4 yi4 lai2 sp1 ya2 hu2 dong3 shi4 hui4 jin1 hou4 geng4 you2 ke3 neng2 ting1 ming4 yu2 le4 bu4 sil +006206 sil gai1 gao1 guan3 tou4 lu4 sp1 zhi1 suo2 yi3 guan1 ting2 gao1 tie3 dai4 gou4 ye4 wu4 sp1 shi4 chu1 yu2 wen2 tuo3 de5 kao3 lv4 sil +006207 sil ru2 guo3 gei2 wo3 yi2 ge5 wu3 tai2 sp1 wo3 jiang1 huan2 gei3 da4 jia1 yi2 pian4 lan2 tian1 sil +006208 sil nong2 cun1 wa2 yi4 mei2 sp1 xiao3 shi2 hou4 sp1 you3 yi4 jia1 ren2 yuan4 zi5 li3 zhong4 de5 guo3 shu4 sp1 wo3 men5 ji3 ge5 xiao2 huo3 ban4 qu4 tou1 sil +006209 sil san1 shi4 sp1 gong1 gong4 tou2 zi1 zeng1 zhang2 zou3 ping2 sil +006210 sil zong3 zhuang1 bei4 bu4 dang2 wei2 wei3 yuan2 can1 jia1 hui4 yi4 sil +006211 sil yu2 shi4 sp1 wo3 jiu4 bei4 da3 le5 yi4 er3 guang1 sp1 hai2 bei4 jing3 cha2 shu1 shu5 dai4 jin4 le5 pai4 chu1 suo3 sil +006212 sil er2 ze2 kao1 ying1 long2 hua2 ben3 ren2 sp1 mu4 qian2 zheng4 he2 gao1 cheng2 gang1 shang4 yan3 li2 hun1 tuo1 yan2 zhan4 sil +006213 sil gong1 zuo4 shi4 yao4 you3 zi4 ji3 de5 xing2 xiang4 sp1 ni2 ben3 shen1 shi4 nv3 sheng1 sp1 bu2 yao4 wan2 jian4 shen1 ya5 sil +006214 sil sui2 ji2 yin3 lai2 dao3 you2 qi3 hong4 sp1 you2 dao3 you2 zuo4 zai4 ma3 lu4 shang4 sp1 chang3 mian4 yi2 du4 hun4 luan4 sil +006215 sil mu4 qian2 sp1 ta1 dan1 ren4 bei3 shi1 da4 lun4 tan2 dan4 dan5 wang3 huo3 che1 piao4 ban3 de5 ban2 zhu3 sil +006216 sil mei2 you3 ming2 xian3 you4 yin1 sp1 hai2 zi5 tu1 ran2 kai1 shi3 ke2 sou4 sp1 tong2 shi2 yan3 fen1 mi4 wu4 zeng1 duo1 sil +006217 sil ru2 jin1 ta1 zhong4 di4 zhong4 chu1 le5 ming2 tang2 sp1 cheng2 le5 sp1 yuan3 jin4 wen2 ming2 de5 nian2 qing1 fu4 weng1 sil +006218 sil ren2 you3 qi1 qing2 liu4 yu4 sp1 yin1 ci3 sp1 wo3 men5 shi2 chang2 hui4 bei4 gan3 dong4 de5 chao2 shui2 suo3 ru2 shi1 sil +006219 sil hai3 yang2 xue2 jia1 cheng1 sp1 zhe4 ci4 chu1 xian4 de5 hei1 qi2 jiao1 sha1 bing4 bu4 shang1 ren2 sil +006220 sil you3 shi2 xin4 duo1 bi3 qian2 duo1 geng4 kuai4 le4 sp1 yin1 wei4 qian2 shi4 ke2 yi3 zhuan4 de5 sp1 er2 xin4 que4 xian2 bu4 chu1 lai2 sil +006221 sil zhe4 jiu4 shi4 chuan2 xiao1 ji1 gou4 gei3 liu2 gang1 bian1 zhi1 de5 fu4 weng1 meng4 sil +006222 sil dan4 kai1 fa1 shang1 yao4 wo3 men5 na2 chu1 xian4 gou4 de5 zheng4 ju5 sp1 cai2 ken3 gei2 wo3 men5 tui4 fang2 sil +006223 sil hui4 yi4 hai2 qiang2 diao4 sp1 zong1 zhi4 bu4 men2 yao4 tong3 chou2 an1 pai2 sp1 gao2 hao2 zu3 zhi1 xie2 tiao2 sil +006224 sil ren2 you4 zhang3 de5 piao4 liang5 sp1 chuan1 qi2 pao2 you4 hao3 kan4 sil +006225 sil ti2 ba2 yi2 ge5 gan4 bu5 sp1 shu4 li4 yi2 mian4 qi2 zhi4 sil +006226 sil zhe4 chang3 yun4 dong4 zui4 zhong1 bei4 zhong1 yang1 ting2 zhi3 sil +006227 sil xiong2 bing2 gang3 reng2 wu2 fa3 xiang1 xin4 sp1 qi1 zi3 jiu4 zhe4 me5 qu4 le5 sil +006228 sil ru2 jin1 sp1 shi2 tou5 yi3 jing1 si4 sui4 le5 sp1 cong1 ming2 huo2 po1 ke3 ai4 sil +006229 sil hai2 zi5 ta1 ba4 sp1 lian2 mang2 yao2 le5 yao2 tou2 bu4 tong2 yi4 sp1 ta1 shuo1 sp1 wo3 xing4 mei2 a5 sil +006230 sil min2 jian1 qian2 long2 dao4 mu4 sp1 chuan2 shuo1 jiu4 he2 ling2 en1 dian4 you3 guan1 sil +006231 sil zhe4 xie1 bei4 tou1 zou3 de5 hua1 li2 gui4 sp1 dou1 shi4 nai3 nai5 dang1 nian2 de5 jia4 zhuang5 sp1 yi3 jing5 zhen1 cang2 ji3 shi2 nian2 sil +006232 sil lao3 shi1 sp1 zhe4 men2 ke4 wo3 mei2 hao2 hao3 xue2 sp1 hen3 dui4 bu4 qi2 ni3 sil +006233 sil xu3 duo1 da4 huo4 che1 si1 ji1 gao4 su4 ji4 zhe3 sp1 ta1 men5 yi3 bei4 du2 liang3 tian1 liang3 ye4 sil +006234 sil zuo2 ri4 sp1 liao2 ning2 jian4 xuan2 gua4 man3 qi2 sp1 jian4 yuan2 jing1 shen2 dou2 sou3 fen1 qu1 lie4 dui4 sil +006235 sil yue4 lai2 yue4 duo1 de5 seng1 ren2 zai4 guo2 wai4 liu2 xue2 zhong1 zhang3 wo4 shu2 lian4 de5 wai4 yu3 ji4 neng2 sil +006236 sil hao3 hai2 zi5 sp1 na4 zan2 bu4 xie3 ma1 ma5 sp1 ni2 xie2 wo3 de5 ba4 ba5 ye3 yi2 yang4 sp1 xing2 ma5 sil +006237 sil wo3 mei2 you3 huo4 de2 cheng2 gong1 de5 xi3 yue4 sp1 xiang1 fan3 sp1 kun4 huo4 yu3 tong4 ku3 chan2 rao4 zhe5 wo3 sil +006238 sil guan1 bing1 zai4 xia2 zhai3 de5 yan2 shi2 jia1 feng4 zhong1 tao1 pao4 yan3 sp1 zhun3 bei4 ji2 zhong1 bao4 po4 sil +006239 sil fa1 duan3 xin4 zhe3 cheng1 sp1 yao4 qu4 kan4 wang4 hu2 na4 he2 zou1 mou3 de5 er2 zi5 sil +006240 sil duan3 qi1 nei4 sp1 gu3 shi4 ke3 neng2 qian4 que1 qu1 shi4 xing4 de5 tou2 zi1 ji1 hui4 sp1 jiang1 wei2 chi2 zhen4 dang4 de5 ge2 ju2 sil +006241 sil jiu4 shi4 zhe4 yang4 de5 yi2 pian4 wen2 hua4 yi2 chan3 sp1 er2 jin1 ye3 yao4 shou1 fei4 sp1 ting1 shang4 qu4 zong2 you3 xie1 bie4 niu5 sil +006242 sil shui2 zhi1 hu2 mou3 bu4 jin3 bu4 ting1 quan4 gao4 sp1 fan3 er2 lun1 qi3 cai4 dao1 kan2 qi3 le5 wu1 nei4 wu4 pin3 sil +006243 sil na4 yi4 wan3 he2 ta1 shui4 zai4 yi2 ge5 wu1 li3 de5 sp1 hai2 you2 ma3 tou2 shang4 de5 bang4 bang5 men5 sil +006244 sil yong4 zhou1 gong1 zhan2 zong3 jing1 li3 de5 hua4 shuo1 sp1 zhong1 nian2 ri4 shai4 yu3 lin2 feng1 chui1 shuang1 da3 sil +006245 sil yao4 wo3 xue2 ha2 ma5 sp1 wo3 wu2 lun4 ru2 he2 mai4 bu2 dong4 tui3 sil +006246 sil you2 yu2 san2 gu3 qian2 duan1 dai4 gou1 sp1 pu3 tong1 shou3 shu4 nan2 yi3 shun4 li4 qu3 chu1 sil +006247 sil zi4 lian4 wan2 zi4 pai1 sp1 chang2 qun2 zao1 ren2 cai3 xian3 xie1 chu1 qiu3 sp1 xing4 hao3 qi2 ji2 shi2 ti2 qun2 sp1 sheng3 de5 zou3 guang1 sil +006248 sil ta1 jiao4 xiao3 xin1 zou2 huo3 sp1 ben3 ren2 xing4 he4 sp1 chang2 chun1 ren2 sil +006249 sil jin1 tian1 shang4 wu3 sp1 xiang2 yun2 huo3 ju4 zai4 chi4 feng1 chuan2 di4 sp1 xiang3 shou4 le5 yi2 duan4 bie2 yang4 de5 wen2 hua4 zhi1 lv3 sil +006250 sil wo2 you3 gan1 ai2 sp1 yi1 sheng1 shuo1 sp1 zhi3 neng2 huo2 ban4 nian2 sil +006251 sil yu2 ci4 ba2 chu1 hou4 sp1 huan4 zhe2 hen3 kuai4 quan2 yu4 sil +006252 sil dang1 ju2 po4 yu2 ya1 li4 sp1 bu4 de2 bu4 jie1 shou4 le5 gai3 zao4 fang1 an4 sil +006253 sil zai4 ta1 kan4 lai2 sp1 xian4 zai4 shou3 yao4 wen4 ti5 shi4 zen3 me5 bao3 cun2 niu2 huang2 sil +006254 sil dang1 ran2 sp1 luo4 han4 bing4 fei1 che4 di2 yu3 yu2 le4 quan1 duan4 jue2 le5 guan1 xi5 sil +006255 sil xu2 mou3 shi2 kou2 fou3 ren4 sp1 bing4 yu3 she4 you3 fa1 sheng1 le5 ji1 lie4 zheng1 chao3 sil +006256 sil ta1 zi4 ran2 ye3 jiu4 mei2 you3 zhi1 fu4 dang1 chu1 yue1 ding4 de5 fu2 yang3 fei4 le5 sil +006257 sil ta1 xiang3 dui4 xie4 jing3 yuan1 dao4 qian4 sp1 xie4 jing3 yuan1 yi4 zhuan3 shen1 sp1 wang3 er4 hao4 shi4 zou3 sp1 ba3 ta1 liang4 zai4 na4 li3 sil +006258 sil xian4 chang2 dian3 zhui4 zhe5 xu3 duo1 jie2 bai2 de5 mei2 gui1 sp1 bu4 zhi4 de5 she1 hua2 you4 lang4 man4 sil +006259 sil ai1 er3 sang1 chang2 dui4 ren2 shuo1 sp1 si4 shi5 tian1 jian1 de5 chun3 shi4 sp1 wo3 si4 shi5 nian2 dou1 chang2 huan2 bu4 qing1 sil +006260 sil gu3 dai4 de5 nan2 hai2 zi5 er4 shi5 sui4 zuo3 you4 sp1 nv3 hai2 zi5 shi2 wu3 sui4 zuo3 you4 jiu4 neng2 jie2 hun1 la5 sil +006261 sil zuo2 tian1 qing1 chen2 sp1 huo4 che1 si4 jiao3 chao2 tian1 sp1 shi2 yong4 you2 sa3 le5 yi2 di4 sil +006262 sil ai4 guo2 bi4 yao4 qu4 nan2 jing1 sp1 yin1 wei4 nan2 jing1 you2 xu3 duo1 ke3 jin4 xing2 ai4 guo2 zhu3 yi4 jiao4 yu4 de5 ming2 sheng4 gu3 ji4 sil +006263 sil lin2 yu3 xiang2 ju4 shi2 jiao1 dai4 sp1 liu2 yong3 de5 ci2 wo3 bu4 shu2 sp1 ou1 yang2 xiu1 de5 hai2 ke2 yi3 sil +006264 sil xia4 shui3 dao4 si4 bi4 zheng3 jie2 sp1 mei2 you2 xiang3 xiang4 zhong1 de5 wu1 hui4 yu3 xing1 chou4 sil +006265 sil guan4 che4 luo4 shi2 ju4 bu4 zhi1 fu4 lao2 dong4 bao4 chou2 zui4 si1 fa2 jie3 shi4 sil +006266 sil wu2 mou3 xin1 xu1 sp1 ting1 dao4 dong4 jing4 sp1 li4 ji2 liu1 chu1 hou4 men2 duo2 qi3 lai5 sil +006267 sil dan4 ming4 yun4 yong2 yuan3 chui2 qing1 sha2 sha3 de5 hai2 zi5 sp1 zhe4 si4 hu1 shi4 yong3 heng2 bu2 bian4 de5 ding4 lv4 sil +006268 sil dang4 tian1 sp1 ta1 mai4 le5 yi2 kuai4 jin1 kuai4 dang1 zuo4 pan2 chan5 sil +006269 sil duan2 duan3 shi2 lai2 fen1 zhong1 lian2 qiang2 liang3 ren2 sp1 zhe4 huo3 qiang2 fei3 qi4 yan4 tai4 xiao1 zhang1 le5 sil +006270 sil tong2 shi2 sp1 zhe4 ye3 yi4 wei4 zhe5 sp1 bi4 xu1 you3 zu2 gou4 de5 ren2 cai2 chu3 bei4 sil +006271 sil qian2 wu3 ge5 yue4 wai4 mao4 chu1 kou3 de5 liang2 hao3 shi4 tou2 neng2 fou3 chi2 xu4 sil +006272 sil zui4 chu1 de5 chuang4 ye4 chong1 dong4 sp1 yuan2 yu2 ji3 nian2 qian2 de5 sp1 huan4 wu4 gai4 nian4 sil +006273 sil zhi4 yu2 hou4 qi1 mei2 ti3 de5 bao4 dao4 sp1 zhi3 shi4 yi4 zhong2 chuai3 ce4 er2 yi3 sil +006274 sil zhang1 chu2 bei3 piao1 sp1 di4 yi1 ge5 zhao3 shang4 de5 jiu4 shi4 lao3 xiang1 yi1 sha1 sil +006275 sil cong2 jin3 de5 huo4 bi4 zheng4 ce4 sp1 shi4 e4 zhi4 tou2 zi1 guo4 re4 he2 tong1 huo4 peng2 zhang4 ya1 li4 de5 shou3 duan4 sil +006276 sil lou2 zhu2 you3 yi4 nan2 xing4 tong2 xue2 sp1 gong1 ren4 de5 xue2 ba4 sp1 dao4 da4 san1 le5 sp1 dou1 mei2 tan2 guo4 lian4 ai4 sil +006277 sil lao2 ban3 shao1 le5 shao1 hou4 nao3 shao2 sp1 ming2 ming2 shi4 wu3 zhi1 sp1 zen3 me5 sp1 zhi2 you3 yi4 zhi1 le5 sil +006278 sil mo4 fei1 ta1 de5 ming4 yun4 zhen1 de5 shou4 dao4 fa2 lao3 de5 cao1 zong4 sil +006279 sil hun1 hou4 sp1 liang3 ren2 mo2 ca1 bu2 duan4 sil +006280 sil di4 yi1 dao4 zha2 men2 shi4 wei4 sheng1 ju2 sil +006281 sil zhe4 rang4 geng3 song1 kan4 dao4 le5 xi1 wang4 sil +006282 sil ta1 ruan2 ruan3 de5 tang3 zai4 yi3 zi5 shang4 sil +006283 sil zhe4 shi4 wan4 da2 de5 jiong3 jing4 suo3 zai4 sil +006284 sil nan2 zi2 zou3 lu4 de5 zi1 shi4 yao2 yao2 huang4 huang4 de5 sp1 rang4 gao1 zhou1 you3 xie1 jing3 jue2 sil +006285 sil zhou1 ke4 hua2 zu1 zhu4 de5 fang2 wu1 sp1 wei4 yu2 xiao3 qu1 san1 dan1 yuan2 liu4 ling2 wu3 fang2 jian1 sil +006286 sil guan3 dao4 yu3 ji1 shen1 jie1 kou3 chu4 sp1 bei4 fu3 shi2 chu1 yi2 ge5 wan2 kou3 da4 de5 dong4 sil +006287 sil zhe4 hai2 bu4 bao1 kuo4 yin1 kai1 che1 bai3 nong4 shou3 ji1 he2 liu2 lan2 dao3 hang2 xi4 tong3 er2 sang4 sheng1 de5 ren2 shu4 sil +006288 sil zai4 deng4 xin1 hua2 jing1 chang2 deng1 lu4 de5 hu2 lu5 si1 zhuan1 ye4 wang3 zhan4 shang4 sp1 dao4 nian4 tie3 zi5 bu2 duan4 geng1 xin1 sil +006289 sil wo3 men5 jue2 de5 he2 weng4 an1 shi4 jian4 de5 qing2 kuang4 bi3 jiao4 wen3 he2 sp1 jiu4 zai4 weng4 an1 shi4 dian3 le5 sil +006290 sil chao2 cun1 zi5 yi2 lu4 zou3 qu4 sp1 sui2 chu4 dou1 ke2 yi3 kan4 dao4 yi4 dui1 dui1 bei4 reng1 zai4 lu4 bian1 de5 pu2 tao5 sil +006291 sil tao2 bu4 liang3 ce4 de5 ren2 mian4 xiang4 er3 duo5 sil +006292 sil yi3 zhi4 yu2 qu1 yu4 guo4 fen4 ji2 zhong1 sp1 ye4 wu4 fan4 wei2 tai4 guo4 zhai2 xiao3 sp1 gong1 si1 quan2 li4 que1 fa2 zhi4 heng2 sil +006293 sil qi2 zhong1 fen1 cun4 de5 na2 nie1 sp1 hai2 zhen1 xu1 yao4 huo3 hou5 sil +006294 sil xu3 duo1 ren2 gan1 cui4 xie2 yi4 deng1 sp1 tang2 dao3 zai4 zuo4 wei4 shang4 sp1 jiang1 ying4 zuo4 dang1 ying4 wo4 lai2 shi3 sil +006295 sil ge4 shi4 kou3 yin1 hun4 za2 zhe5 sp1 da4 ting1 li3 xi1 xi1 rang2 rang3 sil +006296 sil yin1 wei4 zao2 qi3 de5 niao3 you3 shi2 chi1 sp1 zao3 kai1 de5 hua1 you2 shui3 he1 sil +006297 sil liang2 yang4 jun1 you4 wen4 sp1 lin2 xiong1 sp1 ni3 shi4 bu2 shi4 ye2 you3 na4 ge5 ne5 sil +006298 sil yu3 qu4 nian2 xiang1 bi3 sp1 hang2 zhou1 jin1 nian2 chu1 xue2 wan3 le5 yi2 ge5 yue4 sil +006299 sil gao1 lin2 shuo1 sp1 ta1 de5 shuo4 shi4 bi4 ye4 lun4 wen2 kuai4 yao4 wan2 cheng2 le5 sil +006300 sil yi4 xie1 you1 zhi4 zhong1 guo2 gai4 nian4 gu3 sp1 ming2 xian2 fan3 tan2 sil +006301 sil de2 er3 hui4 yun4 dong4 pin3 pai2 dian4 cang1 ku4 de5 chuang1 hu5 tie3 lan2 gan1 bei4 jian3 duan4 sil +006302 sil mei2 liang3 gao1 guan1 lian2 fang4 hen3 hua4 sp1 zhan4 yun2 si4 hu1 zheng4 zai4 hai3 wan1 shang4 kong1 zhou4 ju4 sil +006303 sil rang4 yan1 hua1 guan1 shang2 zhe2 gan3 dao4 zui4 tong4 ku3 de5 shi4 jiao1 tong1 yong1 du3 sil +006304 sil ma3 ding1 gui4 zai4 di4 shang4 ai1 ge4 dian3 ran2 la4 zhu5 sil +006305 sil zhe4 xie1 wen4 ti2 ken2 qing3 zheng4 fu2 jin3 kuai4 jie3 jue2 sil +006306 sil qi2 jian1 sp1 ta1 men5 hai2 zai4 yu3 ban1 chan2 de5 guan1 xi5 wen4 ti2 shang4 sp1 tong2 ya4 dong1 ga2 xia4 sp1 lian2 xi4 guo4 liang3 ci4 sil +006307 sil zhe4 xie1 si1 zai2 dian3 zhi2 jie1 yong4 tan4 zhao4 deng1 zhao4 ming2 sp1 zheng3 ge4 shan1 tou2 dou1 deng1 huo3 tong1 ming2 sil +006308 sil gai1 yuan2 de5 dong4 wu4 long2 she4 li3 de5 kong1 tiao2 feng1 shan4 deng3 jiang4 wen1 she4 bei4 quan2 mian4 qi3 dong4 sil +006309 sil yuan2 lai2 wo2 ye3 shi4 ren2 lei4 ya5 sp1 wo3 hai2 yi3 wei2 wo3 shi4 ji1 qi4 ren2 sil +006310 sil huo4 zhe3 ta1 men5 zai4 jia3 liao4 zhong1 chan1 jin4 zhen1 liao4 sp1 rang4 ren2 zhen1 jia3 nan2 bian4 sil +006311 sil bei3 shang4 guang3 shen1 sp1 si4 da4 yi1 xian4 cheng2 shi4 geng4 shi4 huo4 de2 le5 sheng4 shi4 rong2 chong3 sil +006312 sil gu3 shi4 die1 zhe4 me5 can3 sp1 wo3 bu4 xiang3 huo2 le5 sil +006313 sil jin1 tian1 tou1 lan3 mei2 kan4 shu1 sp1 bei4 ni3 fa1 xian4 la5 sil +006314 sil wo2 sheng3 shang1 chao1 ji2 ti3 xiang4 guo2 jia1 fa1 gai2 wei3 de5 su4 qiu2 sp1 ke3 neng2 jiang1 sp1 da3 cuo4 suan4 pan5 sil +006315 sil zhe4 tiao2 wang2 tie3 xun4 su4 yin3 fa1 wang2 you3 guan1 zhu4 sil +006316 sil hai3 wai4 she1 chi5 pin2 wang3 zhan4 ye3 an4 na4 bu2 zhu4 sil +006317 sil zai4 you2 xi4 ju4 ben3 chuang4 zuo4 zhong1 sp1 da3 shui2 sil +006318 sil zhe4 jie1 lai2 zhi1 shi2 sp1 yu2 wo3 er2 yan2 sp1 nan2 na5 sil +006319 sil tu2 wei2 kua3 ta1 wei2 qiang2 de5 ju4 da4 zhuan1 shi2 sil +006320 sil xian1 lai2 kan4 kan5 liu2 huang3 song1 de5 ji4 suan4 sil +006321 sil nian4 de5 zhen1 hao3 ting1 sp1 gan3 mingr2 r jiao1 jiao1 wo3 sil +006322 sil zhi1 hou4 sp1 xu2 wu3 bei4 zhe4 huo3 ren2 lu2 zou3 sil +006323 sil yuan2 lai2 ta1 er3 duo5 you4 bu4 long2 sp1 dou1 hui4 shuo1 sil +006324 sil sui2 hou4 sp1 he2 bei4 bu4 you4 bei4 tong2 liang3 dao1 sil +006325 sil ci3 wai4 sp1 jia1 qiang2 gai2 shui3 yin2 shui3 li4 du4 sil +006326 sil zhu4 nar3 r wo2 ye3 shi4 nv3 de5 sp1 shou2 xuan2 nv3 sheng1 sil +006327 sil ran2 er2 sp1 zhen1 ji4 yun3 mie4 jing1 shen2 bu4 xiu3 sil +006328 sil jian3 zhi2 shi4 yi2 ge5 ren2 ding2 liang3 ge5 ren2 yong4 sil +006329 sil dui4 ci3 cha2 cha2 ye2 you3 zi4 ji3 de5 wei3 qu1 sil +006330 sil rong2 bu4 rong2 yi4 qiang2 zou3 ao4 men2 de5 ke4 ren2 sil +006331 sil yin1 ci3 sp1 bao3 hu4 jiang1 tun2 yi3 ke4 bu4 rong2 huan3 sil +006332 sil hei1 an4 zhong1 sp1 ta1 pa1 zai4 di4 shang4 mo1 suo3 sil +006333 sil zhou1 xiu4 na4 zi1 nan2 you3 bi4 nian2 sp1 liang3 ren2 jiang1 fu4 tai4 guo2 xiang3 shou4 yang2 guang1 yu2 hai3 tan1 sil +006334 sil hao3 sp1 jin4 wo4 shi4 lai2 sp1 lao3 niang2 gei2 ni2 zhun3 bei4 le5 cuo1 yi1 ban3 sil +006335 sil mu4 qian2 sp1 nian1 hua1 si4 de5 shi3 yong4 quan2 gui1 shu3 zhong1 guo2 ren2 min2 da4 xue2 yin4 shua1 chang3 sil +006336 sil xue3 shang4 jia1 shuang1 de5 liao2 ning2 dui4 sp1 bu2 duan4 diao4 bing1 qian3 jiang4 sp1 shi4 tu2 wan3 hui2 bai4 ju2 sil +006337 sil rao2 rang3 yi4 fan1 hou4 sp1 huan4 chao1 zhe3 zi4 xing2 li2 kai1 sp1 yin2 hang2 lu4 xu4 hui1 fu4 zheng4 chang2 sil +006338 sil cong2 qi2 guo4 wang3 de5 zhong2 zhong3 xi4 jie2 zhong1 sp1 huo4 neng2 guan3 kui1 yi1 er4 sil +006339 sil liang3 shi4 jin3 jia1 dian4 sp1 nong2 lin2 mu4 yu2 sp1 shi2 pin3 niang4 jiu2 ban3 kuai4 shou1 hong2 sil +006340 sil wei4 le5 wen2 tuo2 qi3 jian4 sp1 jin3 jie1 zhe5 sp1 sa2 shui3 che1 you4 jin4 xing2 le5 di4 er4 ci4 qing1 xi3 sil +006341 sil ta1 de5 zao4 xing2 ye3 xiang1 dang1 nian2 qing1 xian4 dai4 sp1 yi4 gai3 zai4 jia3 zhang1 ke1 pian4 zhong1 de5 tu3 niu1 xing2 xiang4 sil +006342 sil gu4 zhang4 che1 liang4 jiu4 yuan2 fu2 wu4 shou1 fei4 sp1 shi2 xing2 zheng4 fu3 ding4 jia4 guan2 li3 sil +006343 sil shi2 ji4 shang4 sp1 ni3 yao4 mai4 sp1 hai2 yao4 mai4 geng4 pian2 yi5 de5 jia4 ge2 sil +006344 sil yao4 xin1 xiong1 kai1 kuo4 sp1 da2 guan1 xiang4 shang4 sp1 yan2 yi3 lv4 ji3 kuan1 yi3 dai4 ren2 sp1 sheng4 bu4 jiao1 sp1 bai4 bu4 nei3 sil +006345 sil pang2 bian1 yi4 ge1 men5 chong4 na4 ba4 ba5 hou3 dao4 sp1 you2 ni3 zhe4 me5 jiao4 yu4 hai2 zi5 de5 ma5 sil +006346 sil wo3 jin2 guan3 zuo4 le5 yi4 xie1 fu4 ze2 de5 gong1 zuo4 sp1 dan4 ye3 fan4 guo4 cuo4 wu4 sp1 zai1 guo4 gen1 dou5 sp1 peng4 guo4 ding1 zi5 sil +006347 sil shi4 ta1 men5 nao3 zi5 you3 mao2 bing4 sil +006348 sil bao3 bei4 wan3 an1 sp1 hao3 meng4 sil +006349 sil wen1 zhou1 le4 yuan2 hai2 ke2 yi3 sil +006350 sil wo3 men5 xian1 cong2 nar4 r kai1 shi3 mie4 sil +006351 sil yin1 wei4 wo3 bu2 ai4 chi1 nan2 gua1 sil +006352 sil chi1 li2 ke2 yi2 zhi3 ke2 run4 fei4 sil +006353 sil lao4 guo4 zhi1 hou4 yi1 ran2 kang4 han4 sil +006354 sil yi4 xie1 zhuang1 zhe5 fang2 hu4 lan2 gan1 de5 chuang1 hu4 shang4 sp1 hai2 gua4 zhe5 wai1 lou2 de5 pai2 zi5 sil +006355 sil hong2 yi1 nan2 zi3 liang4 qiang4 zhe5 zou3 xiang4 lu4 bian1 ren2 xing2 dao4 sp1 yi2 pi4 gu5 zuo4 le5 xia4 qu4 sil +006356 sil she4 you3 ye2 hen2 xi3 huan1 zhe4 xie1 xiao3 wu1 gui1 sp1 jing1 chang2 ba3 ta1 men5 peng3 zai4 shou3 xin1 shang4 wan2 sil +006357 sil dui4 yu2 jia4 ge2 chuan4 tong1 sp1 xiao1 fei4 zhe3 ke2 yi3 yong4 jiao3 tou2 piao4 sp1 rang4 jia4 ge2 lian2 meng2 nan2 yi3 de2 cheng3 sil +006358 sil jing1 jian4 ding4 sp1 fang1 mou3 rong2 xi4 bei4 ta1 ren2 chi2 rui4 qi4 sp1 ci4 po4 xin1 zang4 zhi4 shi1 xue4 xing4 xiu1 ke4 si3 wang2 sil +006359 sil er2 er4 ling2 yi1 yi1 nian2 zeng1 jia1 wei2 sp1 ba1 wan4 qi1 qian1 ling2 yi1 shi2 liu4 ren2 sp1 zhan4 bai3 fen1 zhi1 ba1 dian3 er4 sil +006360 sil wo3 de5 rou2 qing2 ni2 zong3 shi4 bu4 dong3 sil +006361 sil yu2 shi4 sp1 yang2 yong3 zhan2 zhuan3 lai2 dao4 le5 he2 fei2 sil +006362 sil ji3 fen1 zhong1 hou4 sp1 ku4 fang2 cuan1 chu1 shu4 mi3 gao1 de5 huo3 miao2 sp1 duo1 liang4 xiao1 fang2 che1 gan3 lai2 mie4 huo3 sil +006363 sil er2 tong2 ai2 xiao3 zheng4 sp1 ying1 zao3 fa1 xian4 sp1 zao3 zhi4 liao2 sp1 ji2 shi2 gan1 yu4 sp1 cai2 neng2 cheng2 jiu4 meng4 xiang3 de5 gao1 du4 sil +006364 sil zhe4 xie1 hai2 zi5 heng2 liang2 shi4 fei1 dui4 cuo4 de5 biao1 zhun3 sp1 shen4 zhi4 wang2 wang3 can1 zhao4 zi4 ji2 xiao3 quan1 zi5 de5 biao1 zhun3 sil +006365 sil yu2 dan1 bei4 qiang4 sheng1 shi4 yi2 jian4 gan1 ga4 shi4 sil +006366 sil min2 jing3 shuo1 sp1 cong2 tan2 hua4 zhong1 gan3 jue2 dao4 ta1 yi4 qi5 you4 shuang3 kuai4 sil +006367 sil ci3 hou4 sp1 tao2 xiao4 xing1 shou1 shou4 hui4 lu4 zhi1 shi4 sp1 bian4 man4 man4 yan3 bian4 wei2 chi4 luo2 luo3 de5 jin1 qian2 jiao1 yi4 sil +006368 sil gao1 cheng2 yi4 xin1 xiang3 yao4 ge5 er2 zi5 sp1 suo2 yi3 qu4 nian2 chun1 tian1 shi2 sp1 biao2 jie3 jiu4 huai2 yun4 le5 sil +006369 sil ci3 wai4 sp1 gai1 wang2 dian3 bing4 wei4 ban4 li3 yan1 hua1 bao4 zhu2 gong1 zhong4 ze2 ren4 xian3 sil +006370 sil zuo2 ri4 sp1 chen2 jing3 he2 yu3 zou1 lai2 chang1 sp1 dou1 yi3 jue2 ding4 fu2 cong2 chu3 fa2 sil +006371 sil zui4 zhong1 sp1 yi3 yi1 dian3 ba1 yi1 ba1 qi1 liu4 yi4 yuan2 cheng2 gong1 duo2 biao1 sil +006372 sil zhe4 ye3 wei4 li3 jing4 duo1 xi3 lin2 men2 de5 nian2 di3 cheng2 ji4 dan1 sp1 you4 jia1 shang4 le5 yi4 mo3 liang4 se4 sil +006373 sil tong2 shi2 ta1 tou4 lu4 sp1 lei2 jun1 jin4 qi1 ye3 ceng2 dao4 dian3 xin1 tuan2 dui4 bai4 fang3 sil +006374 sil zai4 zhe4 ge5 ji4 jie2 li3 sp1 han2 feng1 lin3 lie4 sp1 jiang4 xue3 pin2 reng2 sp1 ren2 men5 huo2 dong4 shou4 dao4 zhu1 duo1 xian4 zhi4 sil +006375 sil dan4 a1 ling2 dun4 xian4 zai4 que4 sheng1 cheng1 sp1 ta1 dang1 chu1 li2 zhi2 shi2 sp1 chu3 yu2 ji2 qi2 ang1 zang1 de5 zhuang4 kuang4 sil +006376 sil wu2 sp1 wo3 ming2 tian1 jiu4 qu4 jian3 tou2 fa5 hao3 la5 sil +006377 sil guo4 bang4 shi2 sp1 xiao3 song4 duo1 le5 ge5 xin1 yan3 sp1 jiang1 dai4 zi5 xia4 bu4 de5 tang2 kou1 chu1 lai2 yi4 chang2 sp1 jing4 shi4 yan2 sil +006378 sil xian4 zai4 kan4 qi3 lai2 sp1 ba1 zi4 sp1 huo4 xu2 you3 yi4 pie3 le5 sil +006379 sil ni3 cai1 a5 ni3 cai1 a5 ni3 cai1 a5 sp1 ni3 cai1 dui4 le5 wo3 jiu4 gao4 su5 ni3 sil +006380 sil zhe4 shir4 r jiu4 fa1 sheng1 zai4 sp1 hu2 lu5 dao3 kang4 zhan4 lao3 bing1 sp1 zong1 zhan4 de2 shen1 shang4 sil +006381 sil hua2 sheng4 dun4 dang1 qian2 de5 tian1 qi4 qing2 kuang4 sp1 wei2 yu3 jia1 xue3 ban4 sui2 qiang2 zhen4 feng1 sil +006382 sil lao3 shi1 sp1 chi1 mi2 yu2 wang3 luo4 you2 xi4 sp1 hui4 rang4 ren2 bian4 de5 bao4 li4 sil +006383 sil he2 jiu2 gui2 jiu3 xiang1 bi3 sp1 ling4 you3 bai2 jiu2 qi3 ye4 zai4 su4 hua4 ji4 feng1 bo1 zhong1 sp1 bao3 shou4 kao3 yan4 sil +006384 sil ni3 zai4 xia4 bian5 dou1 gan4 shen2 me5 le5 sil +006385 sil neng2 gou4 yong1 you3 yi2 tao4 kuan1 chang3 de5 xin1 fang2 sp1 jiu4 cheng2 le5 yi4 jia1 ren2 de5 xin1 yuan4 sil +006386 sil ba1 xi1 er3 yu2 tong2 yue4 sp1 zai4 jia1 sha1 jie1 shou4 le5 tu2 shou3 sha1 ren2 de5 xun4 lian4 sil +006387 sil kao4 sp1 xi2 wan3 yong4 de5 xiang4 jiao1 shou3 tao4 sil +006388 sil dan4 rao2 yi4 sp1 bing4 mei2 you2 zhi3 chu1 ming2 zi4 sil +006389 sil xian4 chang3 ji4 zhe3 pao1 chu1 yi2 chuan4 wen4 ti5 sil +006390 sil wo3 shen1 shang4 de5 yu1 shang1 bing4 fei1 die1 dao3 sil +006391 sil shou4 shen3 shi2 sp1 ruan2 mou3 zi4 ren4 wu2 zui4 sil +006392 sil zuo2 tui3 quan2 zhe5 sp1 ya1 zai4 you4 tui3 shang4 mian4 sil +006393 sil tou2 yun1 le5 ma5 sp1 xu1 yao4 qu4 yi1 yuan4 ma5 sil +006394 sil dui4 ci3 sp1 qiu2 xue2 nv3 bu2 yuan4 hui2 da2 sil +006395 sil ran2 er2 sp1 dang4 tian1 zou3 de5 hen3 tuo1 ta5 sil +006396 sil bu4 zhi1 dao4 suan4 zen3 me5 ge5 qing2 kuang4 sil +006397 sil wo3 yi4 zhi2 gao4 jie4 zi4 ji3 sp1 yao4 nai4 zhu4 ji4 mo4 sil +006398 sil ru2 guo3 wei4 quan2 suo3 lei4 sp1 wei2 quan2 suo3 yu4 sp1 jiu4 hui4 cheng2 wei2 quan2 li4 de5 nu2 li4 sp1 wei2 quan2 suo3 hai4 sil +006399 sil liang3 nan2 zi3 da4 gai4 hai2 mei2 hui2 guo4 shen2 lai2 ne5 sp1 jiu4 dou1 bei4 lu1 jin4 le5 sil +006400 sil dan4 zhuan1 jia1 ti2 xing3 sp1 zhe4 yang4 de5 yue4 bing2 yang3 sheng1 sp1 bu2 kao4 pu3 sil +006401 sil wo2 gei3 de5 ling2 yong4 qian2 sp1 ta1 quan2 zan3 zhe5 jia1 zai4 shu1 li3 sil +006402 sil sui2 hou4 sp1 yi2 wei4 jie1 fang5 jiang1 gai1 nv2 zi3 la1 ru4 wu1 nei4 guan1 shang4 da4 men2 sil +006403 sil wen1 jia1 bao3 yi2 da4 zao3 lai2 dao4 le5 jia1 xiang2 xian4 tuan2 li3 zhen4 jia3 qiao2 cun1 sil +006404 sil xia4 yi2 bu4 sp1 guo2 jia1 jiang1 an4 zhao4 ji1 ji2 wen2 tuo3 yuan2 ze2 sp1 qing1 li3 xiao2 chan3 quan2 fang2 sil +006405 sil jiao4 lian4 yi4 jie2 yi4 jie2 sp1 yi2 ge5 jie2 pai1 yi2 ge5 jie2 pai1 de5 sp1 gei2 wo3 men5 kou1 dong4 zuo4 sil +006406 sil de2 shou3 hou4 sp1 zang1 kuan3 biao4 fen1 sp1 shou3 ji1 ze2 zhao3 er4 shou3 dian4 jin4 xing2 xiao1 zang1 sp1 yong4 zhe4 bi3 qian2 chi1 he1 sil +006407 sil sun1 jia1 jiu4 xiang4 shi4 ai2 le5 men4 gun4 sp1 yi4 shi2 huan3 bu2 guo4 shen2 lai2 sil +006408 sil xiang1 fan3 ta1 de5 nv3 er2 zhai2 ran2 hui4 shen1 shang4 bu4 jin2 you3 wen2 shen1 sp1 ping2 shi2 da3 ban4 ye3 shi2 fen1 re2 huo3 sil +006409 sil shi4 fa1 shi2 sp1 dang1 shi4 pi2 ka2 yu3 ling4 yi4 che1 liang4 zhun3 bei4 jia1 you2 sp1 liang2 zhe3 xiang1 ju4 jiao4 yuan3 sil +006410 sil bao3 bei4 ding4 tou2 gu4 ming2 si1 yi4 sp1 shi4 fu4 mu2 gei3 er2 nv3 gou4 mai3 de5 ji1 jin1 ding4 tou2 sil +006411 sil ci3 an4 ri4 qian2 zai4 chen1 zhou1 shi4 bei3 hu2 qu1 ren2 min2 fa3 yuan4 kai1 ting2 shen2 li3 sil +006412 sil zhang1 chun1 xian2 huo4 xi1 wang3 min2 yi4 jian4 hou4 sp1 tong1 guo4 lun4 zheng4 ji2 shi2 bao4 po4 chai1 chu2 le5 na4 gen1 yan1 cong1 sil +006413 sil wo3 dou1 zhe1 teng5 ling2 sui4 le5 sp1 ke3 bie2 zai4 zhe1 teng5 le5 sil +006414 sil yi4 qi2 ni3 bing4 gu4 de5 na4 yi2 mu4 sp1 ba4 ba5 gan1 chang2 cun4 duan4 ya5 sil +006415 sil you3 yi4 hui2 sp1 yi2 ge5 ren2 da3 dian4 hua4 zhao3 ta1 sp1 ta1 yi4 jie1 qi3 dian4 hua4 sp1 na4 bian1 jiu4 da4 hou3 yi4 sheng1 sp1 nie4 chu4 sil +006416 sil wo2 yi3 jing1 yuan2 zou3 gao1 fei1 sp1 ni3 men5 jiu4 bu2 yao4 zai4 fei4 jin4 zhao2 wo3 le5 sil +006417 sil shuo1 dao4 dong4 qing2 chu4 sp1 xing2 chun1 ying1 sp1 dang1 ting2 sa3 lei4 sil +006418 sil shang4 mian4 tu2 man3 le5 tian2 tian2 suan1 suan1 de5 gan3 qing2 sil +006419 sil yan1 jiao1 sp1 ta4 shang4 ke1 xue2 fa1 zhan3 de5 xin1 zheng1 cheng2 sil +006420 sil ling2 dao3 wei1 xin4 jiang4 di1 sp1 dang3 de5 xing2 xiang4 shou4 sun3 sil +006421 sil cen2 mou3 jian4 lin2 hai2 hui3 yue1 sp1 bian4 bu2 zai4 li3 ta1 sil +006422 sil hou2 mou3 fan4 zha4 pian4 zui4 sp1 mian2 yu3 xing2 shi4 chu3 fa2 sil +006423 sil wo3 zui4 xi3 huan5 hua2 er3 jie1 sp1 ting1 shuo1 shi4 jie4 shang4 zui4 you1 xiu4 de5 ren2 dou1 ju4 ji2 zai4 zhe4 li3 sil +006424 sil ta1 ren4 wei2 sp1 zhe4 kuan3 you2 xi4 bian2 sun3 le5 shang4 hai3 zhe4 zuo4 zhong1 hua2 fan2 hua2 du1 shi4 de5 sheng1 yu4 sil +006425 sil hou4 jing1 guo4 yu3 qi2 jia1 ren2 gou1 tong1 sp1 zui4 zhong1 jue2 ding4 sp1 wei4 chen2 juan1 shi2 shi1 pou1 fu4 chan2 shou3 shu4 sil +006426 sil deng4 zhou1 shi4 wei3 shi4 zheng4 fu3 sp1 zan4 yang2 ta1 men5 shi4 yi2 ge5 guang1 cai3 duo2 mu4 de5 lei2 feng1 qun2 ti3 sil +006427 sil bei4 bu3 hou4 zhi2 zhi4 fan3 hui2 rui4 dian3 qian2 sp1 wa2 li3 bei4 kou4 ya1 zai4 jin1 bian1 de5 ju1 liu2 suo3 nei4 sil +006428 sil jia1 li2 bai3 she4 yi1 jiu4 sp1 zhi3 shi4 pang2 bian1 de5 hu2 mian4 yue4 lai2 yue4 gan1 sil +006429 sil suo2 yi2 you3 xie1 xiong2 mao1 de5 zhua3 zi5 hen3 chang2 sp1 shen1 shang4 ye2 you3 yi4 xie1 yi4 wei4 sil +006430 sil shi4 shi2 shang4 sp1 yi2 you3 shang4 hai3 ben2 tu2 qi3 ye4 kai1 shi3 jiang4 jia4 pao3 liang4 sil +006431 sil ta1 you3 shi2 wo1 zai4 jia1 li3 sp1 you3 shi2 song1 song1 kua2 kua3 gen1 zai4 shen3 zi5 hou4 mian4 sp1 dao4 xian4 cheng2 shang4 fang3 sil +006432 sil kan4 dao4 luo2 mou2 yi3 shang4 gou1 sp1 jiu4 dai4 luo2 mou3 dao4 gai1 bin1 guan3 wu3 ling2 er4 hao4 fang2 sil +006433 sil zui4 yin3 ren2 zhu4 mu4 de5 sp1 yao4 suan4 shi4 zong2 li2 fu3 ban4 gong1 da4 lou2 men2 kou3 na4 shi2 lai5 ping2 fang1 mi3 de5 shui3 dao4 tian2 sil +006434 sil zi4 cong2 nai3 niu2 si3 qu4 sp1 wo2 zhi3 neng2 kao4 da2 dian2 duan3 gong1 he2 jie4 zhai4 guo4 ri4 zi5 sil +006435 sil dan4 zhe4 shi4 ge5 cuo4 jue2 sp1 jiu4 you2 ru2 tuo2 niao2 ba3 tou2 mai2 cang2 zai4 sha1 zi5 li3 yi2 yang4 sil +006436 sil jing1 cha2 sp1 gai1 tuan2 huo3 cheng2 yuan2 quan2 bu4 shi4 sp1 ba4 qiao2 qu1 hong2 qing4 jie1 ban4 de5 lao3 xiang1 sil +006437 sil zai4 ai4 de5 lu4 shang4 sp1 hui4 you3 qu1 dian4 shi4 tai2 lai2 zuo4 yi2 ge5 jie2 mu4 sp1 ling4 you3 jiao4 wei3 zhi1 ren2 xia4 fan2 du1 dao3 sil +006438 sil shuang1 fang1 hen3 kuai4 qian1 ding4 le5 er4 shou3 fang2 mai3 mai4 he2 tong5 sil +006439 sil wo3 hui2 tou2 wang4 wang4 yi2 hai3 sp1 ta1 si4 hu1 zai4 wei1 xiao4 zhe5 xu4 yu3 sil +006440 sil wang3 luo4 shi4 fou3 cheng2 wei2 fan2 fu3 chang4 lian2 de5 you3 li4 ping2 tai2 sil +006441 sil fang1 tai4 yuan2 he2 neng2 cheng2 wei2 chu2 dian4 ling3 yu4 de5 xiang1 bo1 bo5 sil +006442 sil jie3 jue2 da2 er3 fu4 er3 wen4 ti5 sp1 mu4 qian2 de5 kun4 nan2 he2 zai4 sil +006443 sil wo3 men5 li4 ji2 ming2 bai5 sp1 ta1 shi4 shuo1 zhi2 you3 yi4 ming2 dai3 tu2 shou2 li2 you3 qiang1 sil +006444 sil zhu4 ming2 jian4 bao3 zhuan1 jia1 ma3 wei4 du1 ye3 ti2 chu1 le5 tong2 yang4 de5 zhi4 yi2 sil +006445 sil huai2 te4 shuo1 sp1 bu4 nan2 a5 sp1 ni2 zhao3 ge5 yin4 ming2 chao1 de5 di4 fang1 bu2 jiu4 ke2 yi3 le5 ma5 sil +006446 sil da2 sao3 wan2 kuai4 hao3 hao1 xie1 yi2 hui4 sp1 xu1 yao4 wo3 fang4 shou3 ge1 gei2 ni2 gu3 jin4 de5 hua4 sp1 jiu4 zhi2 jie1 dui4 wo3 shuo1 ge1 ming2 ba5 sil +006447 sil zhe4 xia4 zi5 nong4 de5 da4 huo3 xin1 li3 bie2 bie2 niu2 niu3 sp1 da4 da4 sao3 le5 wo3 men5 de5 wan2 xing4 sil +006448 sil ji4 zhe3 sui2 hou4 wen4 yi2 ge5 guo4 lu4 de5 nong2 min2 sp1 ni3 jia1 fen1 le5 yi1 fu5 mei2 you3 sil +006449 sil ren2 jia1 dou1 shuo1 sp1 an2 ba3 hai2 zi5 dai4 de5 hen2 hao3 sp1 qi2 shi2 shi4 an3 tuo1 lei4 le5 hai2 zi5 sil +006450 sil gai1 gei2 zu3 zong1 he2 mu3 qin1 shao1 zhi3 le5 sp1 ta1 hui4 lai2 dao4 chang2 jiang1 bian1 sil +006451 sil dou1 duo1 shao3 nian2 le5 sp1 tie3 shu4 ye3 gai1 kai1 hua1 le5 ba5 sil +006452 sil mei2 ti3 tui1 ce4 sp1 shi4 gu4 yuan2 yin1 sp1 yu3 chuan2 zhi1 chao1 zai4 you3 guan1 sil +006453 sil tian1 long2 ba1 bu4 ying3 shi4 cheng2 sp1 zhu3 ren2 kuai4 dai4 wo3 qu4 ma5 sil +006454 sil e4 de5 shi2 zai4 bu4 xing2 sp1 jiu4 chen4 tian1 hei1 shi2 sp1 yong4 shou2 peng3 xie1 he2 shui3 he1 sil +006455 sil wo3 zai4 lang2 fang2 dai1 le5 yi4 nian2 ban4 sil +006456 sil shui2 ba3 che1 zi5 ting2 zai4 zher4 r le5 sil +006457 sil zhi3 yao4 yi4 bai3 kuai4 jiu4 gou4 le5 ma5 sil +006458 sil wo4 quan2 hui1 guo4 qu4 sp1 ruan2 ruan3 de5 sil +006459 sil ru2 guo3 zuo4 guan1 sp1 jiu4 yao4 gen1 qi3 ye4 pie3 qing1 guan1 xi5 sil +006460 sil fu4 mu3 san4 qu4 hou4 sp1 yi4 wu1 zi5 ren2 yi4 sheng1 bu4 keng1 sp1 zheng2 li3 zi4 ji2 zheng3 qi2 de5 bu4 xu1 zheng2 li3 de5 dong1 xi5 sil +006461 sil bang2 fei2 gei3 ta1 chuan1 shang4 le5 zi4 sha1 shi4 zha4 dan4 bei4 xin1 sp1 zai4 ying2 jiu4 ren2 yuan2 dao4 lai2 shi2 yin3 bao4 sil +006462 sil ta1 ba1 er4 nian2 sheng1 sp1 he2 bei3 ren2 sp1 da4 xue2 ben3 ke1 bi4 ye4 sheng1 sil +006463 sil bu4 shi2 zhe4 pian1 guo2 qing2 zi1 wen2 sp1 biao1 zhi4 zhe5 ta1 zong2 tong3 ren4 qi1 jie2 shu4 sp1 huo4 jie2 wei3 jie1 duan4 de5 kai1 shi3 sil +006464 sil zhe4 shi4 dian3 xing2 de5 sp1 an4 xia4 hu2 lu5 you4 qi3 piao2 sil +006465 sil hen3 zi4 ran2 de5 sp1 ta1 ye3 xiang4 dui4 fang1 xiao4 xiao5 sil +006466 sil yu3 xiang2 wa1 le5 yi4 sheng1 sp1 shuo1 sp1 zhe4 ren2 xie3 de5 qing2 shu1 he2 da4 xue2 jiao4 shou4 xie3 de5 san3 wen2 yi2 yang4 sil +006467 sil zan2 ye3 bu4 neng2 lao3 qian4 ren2 jia1 qian2 bu4 huan2 ya5 sil +006468 sil wei4 xi1 shi4 ning2 ren2 sp1 wu2 mou2 shuang3 kuai4 da1 ying4 le5 sil +006469 sil yi4 zhuan2 yan2 ni3 dou1 zhe4 me5 da4 le5 sil +006470 sil dan4 dui4 yi4 wen3 ding4 zhong1 shen1 de5 shuo1 fa3 sp1 sun1 yun3 fang1 biao3 shi4 sp1 hen3 zhi2 de2 zhi4 yi2 sil +006471 sil dang1 di4 zheng4 fu3 de5 ru2 yi4 suan4 pan5 qi3 bu2 shi4 sp1 ji1 fei1 dan4 da3 yi4 chang3 kong1 sil +006472 sil da4 kou3 qin1 cun1 cun1 min2 wang2 guo2 rong2 sp1 huan4 gu2 gu3 tou5 huai4 si3 sp1 jia1 li3 ji2 wei2 pin2 kun4 sil +006473 sil ta1 men5 chuan2 chuan2 xiang1 lian2 shou2 wei3 xian2 jie1 sp1 zu3 cheng2 le5 hao4 hao4 dang4 dang4 de5 chuan2 dui4 sil +006474 sil ji4 ran2 zen3 yang4 dou1 shi4 rong2 zi1 sp1 na4 me5 a1 li3 ba1 ba1 hen2 you2 ke3 neng2 ji4 xu4 fang4 da4 wei4 kou3 sil +006475 sil dan4 zhu4 le5 jin3 ban4 nian2 sp1 ge1 ge5 you4 yin1 feng1 shui3 wen4 ti2 ban1 li2 sp1 qian1 hui2 jia1 duo1 li4 shan1 jiu4 ju1 sil +006476 sil jin1 tian1 dai4 si4 sui4 nv3 er2 dao4 dan1 wei4 wan2 sp1 yi4 tong2 shi4 dou4 wen4 ta1 sp1 ya1 tou5 sp1 ni2 zhang3 de5 xiang4 shui2 a5 sil +006477 sil zai4 zhi4 yuan4 zhe3 jiao1 jie1 yi2 shi4 shang4 sp1 chen2 yi4 jue2 qin1 zi4 wei4 mu3 qin1 chen2 min3 xian4 hua1 sil +006478 sil wo3 ba4 chang2 shuo1 shi4 gou2 shi3 hu2 le5 yan3 jing5 sp1 cai2 kan4 shang4 wo3 ma1 de5 sp1 ni2 ye3 shi4 ma5 sil +006479 sil wei4 shen2 me5 zhe4 me5 duo1 jing2 dian3 zha1 dui1 zhang3 jia4 ne5 sil +006480 sil peng2 you5 quan4 dao4 sp1 shi4 bu2 shi4 ni3 zi4 ji2 you3 wen4 ti2 a5 sil +006481 sil qiao2 qiao5 ni3 sp1 nian2 ji4 bu2 da4 sp1 zhou4 wen2 dao4 bu4 shao3 sil +006482 sil li3 en1 ping2 cheng1 sp1 cun2 liang4 gong1 ji3 jin4 yi2 bu4 ji1 lei3 sil +006483 sil ta1 shi4 yi4 ming2 ye4 zong3 hui4 de5 wu3 niang2 sp1 yi4 ming2 lu2 bi3 sil +006484 sil xiao3 hong2 sp1 ni3 zai4 guo1 di3 xia4 dian3 la4 zhu5 le5 ma5 sil +006485 sil hao3 zai4 mi4 xue3 er2 xiang3 dao4 le5 hao3 lai2 wu1 bo2 wu4 guan3 sil +006486 sil guan1 bing1 men5 jian1 kang2 shou3 tai2 sp1 kang2 zhe5 chong1 feng1 zhou1 sp1 cai3 zhe5 ni2 ning4 sp1 ji2 bu4 xiang4 gang3 bian1 cun1 kai1 jin4 sil +006487 sil rao4 luo4 hui2 sp1 shi4 chang2 e2 tan4 yue4 de5 san1 bu4 qu3 sil +006488 sil dong3 yi2 jin4 men2 jiu4 yao4 qian2 sp1 dan4 qi2 gong1 gong5 shuo1 shou2 li3 mei2 qian2 sil +006489 sil ma3 ying1 xue3 de5 dian4 hua4 wei2 sp1 yao1 wu3 ba1 san1 er4 ba1 qi1 qi1 er4 si4 liu4 sil +006490 sil mei2 kong4 suan4 le5 sp1 bu4 gei2 ni3 le5 sil +006491 sil lao3 ren2 zhong1 shen1 wei4 hun1 sp1 wu2 er2 wu2 nv3 sil +006492 sil chang2 nian2 sheng1 huo2 zai4 huang2 he2 bei3 an4 de5 ma2 nu2 hai3 sp1 ge4 tou5 bu4 gao1 sil +006493 sil yao4 ti2 gao1 duan3 que1 pin2 zhong2 chan3 liang4 sil +006494 sil zai4 jiu4 zai1 fu4 chan3 gong1 zuo4 fang1 fa3 shang4 sp1 yao4 you2 zhu2 you3 ci4 sp1 bu4 neng2 mei2 mao5 hu2 zi5 yi4 ba3 zhua1 sil +006495 sil zao3 shang5 yi4 xiao3 qing2 lv3 da2 du3 sp1 zai4 da4 sha4 chuang1 wai4 han3 zi4 ji3 jiao4 shen2 me5 sp1 zi4 ji3 shi4 zhu1 zhi1 lei4 de5 hua4 sil +006496 sil ta1 men5 xiang3 zhi1 dao4 sp1 liu2 da4 cheng2 zai4 wai4 mian4 jiu1 jing4 neng2 huo3 cheng2 sha2 yang4 zi5 sil +006497 sil zong4 guan1 fu2 hua2 yu2 le4 quan1 sp1 nv3 ming2 xing1 bu4 shao3 sp1 dan4 tian1 sheng1 wen2 yi4 fanr4 r de5 que4 bu4 duo1 sil +006498 sil sha1 ren2 hou4 sp1 liu2 mou3 hui2 jia1 hai2 zhuang1 mu2 zuo4 yang4 sp1 zhu3 dong4 chu1 qu4 zhao3 ren2 sil +006499 sil ling4 wai4 yi2 ge5 rang4 fu1 qi1 lia3 fa1 chou2 de5 shi4 yi1 liao2 fei4 yi3 zhuo1 jin1 jian4 zhou3 sil +006500 sil ri4 ben3 si4 yuan4 he2 shen2 she4 sp1 jun1 hui4 zai4 da4 hui4 ri4 ju3 xing2 zhuang4 zhong1 yi2 shi4 sil +006501 sil ri4 zi5 yi4 tian1 tian1 guo4 qu5 sp1 ta1 yue4 fa1 jiao1 lv4 sil +006502 sil yin1 bei4 ren2 tao3 zhai4 sp1 zhang1 mou3 meng2 sheng1 qiang3 jie2 nian4 tou5 sil +006503 sil ni3 de5 shuai4 ru2 ci2 yu3 zhong4 bu4 tong2 sp1 xiang4 ba2 zheng3 ge4 yu3 zhou4 dou1 zhuang1 jin4 le5 ni3 de5 shuang1 yan3 zhong1 sil +006504 sil wo3 ming2 bai5 le5 sp1 nin2 shi4 rang4 wo3 xiang4 nin2 yi2 yang4 you2 hao3 de5 dui4 dai4 shen1 bian1 mei3 yi2 ge4 ren2 ma5 sil +006505 sil jiu3 ling2 yao1 shi4 de5 huo3 zao2 yi3 bei4 pu1 mie4 sil +006506 sil che1 zhan4 de5 wen4 xun4 dian4 hua4 wei2 sp1 ba1 liu4 si4 san1 san1 er4 san1 er4 sil +006507 sil da4 dong4 mai4 pin2 fan2 geng2 zu3 sp1 zhang1 jia1 kou3 shou3 dang1 qi2 chong1 sil +006508 sil shi4 bu2 shi4 dou1 zhi3 shi4 jie1 bian1 de5 xiao3 dian4 xiao3 can1 guan3 a5 sil +006509 sil er2 zhe4 yi4 tian1 sp1 qia4 shi4 shui3 ling2 de5 mu3 qin1 sp1 long2 xin1 chan2 zai3 sil +006510 sil ju4 jing3 fang1 jie4 shao4 sp1 wang2 chen1 jiao1 dai4 cheng1 zuo4 an4 li3 you2 shi4 ku3 wu2 sheng1 huo2 fei4 sil +006511 sil ke3 shi4 jin1 tian1 sp1 ta1 ju1 ran2 zai4 mou2 bao3 ba2 bao3 hu4 ke2 he2 tie1 mo2 dou1 mai2 hao3 le5 sil +006512 sil chang4 ge1 yao4 chang4 zui4 hong2 de5 ge1 sp1 hong2 ge1 sp1 zai4 jing3 gang1 shan1 de5 cang1 shan1 cui4 lin2 li3 hui2 dang4 sil +006513 sil bu4 fen4 xue2 sheng1 sui2 ji2 chu1 xian4 le5 ke2 sou5 ou3 tu4 deng3 zheng4 zhuang4 sil +006514 sil dan4 ta1 shang1 kou3 de5 teng2 tong4 yi1 jiu4 sp1 bu4 shi2 fa1 chu1 heng1 heng5 sheng1 sil +006515 sil shi4 ba3 sheng1 huo2 de5 qi2 ta1 ya1 li4 sp1 dou1 zhuan3 jia4 dao4 she4 bao3 le5 sil +006516 sil xue2 sheng1 men5 wei4 si2 zhe3 zhe2 die2 le5 jiang1 jin4 liang3 wan4 zhi1 qian1 zhi3 he4 sil +006517 sil shi4 fa1 di4 wei4 yu2 feng4 cheng2 zhen4 sp1 feng2 jia1 cun1 liu4 bai3 er4 shi2 liu4 hao4 sil +006518 sil mei4 mei5 xing4 xie4 sp1 jie3 jie5 dang1 ran2 xing4 xie4 le5 sil +006519 sil zhong1 mou3 zai4 bin1 guan3 men2 kou2 yu3 zhai4 zhu3 la1 che3 sil +006520 sil xiang1 guan1 qing2 kuang4 sp1 qi2 lu2 wang3 jiang1 ji4 xu4 zhui1 zong1 sil +006521 sil cheng2 ying1 de5 nei4 xin1 guo4 cheng2 bi3 jiao4 nan2 zhuo1 mo1 sil +006522 sil xiao2 dao3 sheng1 huo2 rang4 ge2 la1 xin1 shou4 yi4 fei2 qian3 sil +006523 sil bei3 guang2 chang3 ting2 che1 wei4 jian2 shao3 sp1 yong1 du3 jia1 ju4 sil +006524 sil shen1 bian1 yao4 hao3 de5 peng2 you5 he2 tong2 shi4 sp1 huo4 xu3 neng2 dai4 lai2 yi4 xiang3 bu2 dao4 de5 jing1 xi3 sil +006525 sil xiang3 xiao4 jiu4 xiao4 sp1 xiang3 nao2 huo3 jiu4 nao2 huo3 sil +006526 sil chu2 le5 xing2 zheng4 shou3 duan4 tiao2 kong4 sp1 gou4 fang2 xin4 dai4 zai4 du4 ka2 jin3 sil +006527 sil na4 shi2 sp1 ni2 qiu5 hai2 qian2 zai4 ni2 li3 sp1 ku3 xin1 da3 zao4 yan2 jiang2 gao3 sil +006528 sil zhe4 hai2 bu4 jian3 dan1 ma5 sp1 dai4 zhe5 nv2 you3 mai2 mai2 mai3 sil +006529 sil yuan2 lai2 ni2 ye2 xi3 huan1 yi4 jing4 mei2 mei3 de5 tang2 shi1 ya5 sp1 wo2 yi3 wei2 sp1 zhi2 you2 wo3 zhe4 yang4 de5 nv3 hai2 zi5 cai2 hui4 xi3 huan1 sil +006530 sil bu4 xiang3 chi1 sp1 wen2 jian4 wei4 le5 guo4 min3 sil +006531 sil lian2 shang4 gang3 qian2 pei2 xun4 zhi1 tanr1 r de5 gong1 fu5 dou1 sheng3 le5 sp1 zhe4 jia1 ke3 zhen1 neng2 ya1 suo1 cheng2 ben3 sil +006532 sil nan2 zi3 si4 hu1 you3 le5 dian3 zhi1 jue2 sp1 han2 hu5 bu4 qing1 de5 du1 nong5 le5 ji3 ju4 sil +006533 sil xin1 zheng4 shi2 shi1 hou4 sp1 ao4 sai4 huo4 jiang2 zhe3 ye3 yao4 can1 jia1 gao1 kao3 tian2 bao4 zhi4 yuan4 sil +006534 sil zhe4 xie1 xiao2 dao3 dou1 hen2 bao3 gui4 ya5 sp1 bie2 zao1 ta4 le5 sil +006535 sil tu2 er3 qi2 chang2 qi1 yi3 lai2 yi4 zhi2 cun2 zai4 zhe5 jian1 chi2 he2 fan3 dui4 shi4 su2 yuan2 ze2 de5 dou4 zheng1 sil +006536 sil zou1 shi4 long2 de5 ming2 zi4 sp1 wo2 zhi3 shi4 ting1 shuo1 sil +006537 sil zheng3 ge4 gou4 wu4 shi2 jian1 sp1 wei2 san1 shi2 yi1 fen1 zhong1 sil +006538 sil wo3 men5 wan2 quan2 fan4 bu4 zhao2 dui4 ta1 bu4 yi1 bu4 rao2 sil +006539 sil zhe4 hui4 cheng2 wei2 bu4 lai2 er3 xuan4 feng1 de5 qi2 dian3 ma5 sil +006540 sil ba3 fang2 di4 chan3 zuo4 wei2 tou2 zi1 ye3 shi4 bu2 qia4 dang4 de5 sp1 guo2 qing2 bu4 yun2 xu3 sil +006541 sil wo3 men5 ye3 ceng2 jing1 zai4 wu1 li3 han1 shui4 de5 shi2 hou4 sp1 bei4 sheng1 yin1 xia4 xing3 sil +006542 sil sui4 yue4 jue2 dui4 bu2 shi4 sha1 zhu1 dao1 sp1 er2 shi4 yi4 ming2 you1 xiu4 de5 si4 yang3 yuan2 sil +006543 sil pei2 mou3 shan1 chu2 le5 you2 jian4 zhong1 zhu4 li3 yi1 shi1 kao3 shi4 nei4 rong2 hou4 sp1 zhuan3 fa1 gei3 biao2 jie3 cao2 mou3 sil +006544 sil kan4 dao4 hai2 zi5 zhi2 niu4 de5 tai4 du4 sp1 chen2 chen5 ma1 xin1 li3 ye2 ting3 jiu1 jie2 sil +006545 sil ju4 wang2 xian1 sheng5 jie4 shao4 sp1 ha1 shi4 qi2 shi4 wei2 yi1 bu2 hui4 gou3 jiao4 de5 quan3 lei4 sil +006546 sil shi4 qing2 bai4 lu4 hou4 sp1 hui4 pu3 bian4 cheng2 le5 ci4 tan4 yin3 si1 de5 qin1 quan2 zhe3 sil +006547 sil jin1 tian1 zai4 fan4 dian4 jian4 zheng4 le5 lin2 zhuo1 gu1 niang5 bei4 da1 shan4 de5 quan2 cheng2 sil +006548 sil wo3 hao2 bu4 chi2 yi2 de5 xun4 su4 zuan1 jin4 qu4 sp1 na4 suan1 shuang3 yi2 bei4 zi5 dou1 wang4 bu4 liao3 sil +006549 sil jin1 ci4 fa1 sheng1 ru2 ci3 yan2 zhong4 de5 ren2 cai3 ren2 bei1 ju4 sp1 ke3 wei4 fei1 chang2 feng3 ci4 sil +006550 sil di4 san1 ci4 sp1 yi1 sheng1 zai4 lai2 wen4 ta1 de5 bing4 qing2 shi2 sp1 ta1 shuo1 xian4 zai4 xie4 du4 zi5 sil +006551 sil han2 lian2 ming2 mei2 you2 xiang3 dao4 sp1 zhang1 bo2 hu3 cong2 ci3 cheng2 le5 ta1 zai4 ao2 yuan2 hong1 dou1 hong1 bu4 zou3 de5 kan4 ke4 sil +006552 sil yi1 ri4 bi4 hu3 ai1 qiu2 dao4 sp1 ni3 hai2 shi4 gei2 wo3 ge5 tong4 kuai4 ba5 sp1 wo3 shou4 bu4 liao3 la5 sil +006553 sil shi4 a5 shi4 a5 sp1 tan2 zong3 sp1 ting1 shuo1 ni3 hun4 de5 bu2 cuo4 a5 sil +006554 sil hou4 fang1 mou3 xian1 hou4 bei4 liang3 liang4 jiao4 che1 nian3 ya1 zhi4 si3 sil +006555 sil zui4 huang1 tang2 de5 yi4 qi3 an4 li4 shi4 sp1 wei1 bo2 kai1 fang2 shi4 jian4 sil +006556 sil ta1 wan2 de5 bu2 yi4 le4 hu1 sp1 jie1 shou4 cai2 fang3 shi2 kan2 kan3 er2 tan2 sil +006557 sil wo3 deng2 ni3 chu1 chai1 hui2 lai5 sil +006558 sil tao2 bao3 yi1 chai1 san1 hou4 sp1 ta1 huo4 de2 le5 zui4 duo1 de5 zhi1 chi2 sil +006559 sil bie2 gen1 wo2 qiang3 nan2 peng2 you5 sil +006560 sil lian2 xi4 dian4 hua4 sp1 liu4 si4 er4 yao1 er4 si4 liu4 yao1 sp1 huo4 sp1 yao1 er4 san1 er4 ling2 sil +006561 sil xu2 jing4 lei3 yu3 huang2 li4 xing2 sil +006562 sil ma1 ma5 de5 yi2 ju4 hua4 rang4 wo3 shun4 jian1 lei4 liu2 man3 mian4 sp1 ni3 sha2 shi2 hou4 hui2 lai5 sp1 zan2 jia1 sha2 shi2 hou5 guo4 nian2 sil +006563 sil mei3 ci4 ting1 dao4 ou3 xiang4 de5 sheng1 yin1 sp1 dou1 xing1 fen4 qi3 hong4 sil +006564 sil di2 que4 sp1 ba1 fei1 te4 de5 zui4 weng1 zhi1 yi4 sp1 zheng4 shi4 bi3 ya4 di2 de5 xin1 neng2 yuan2 ji4 shu4 sp1 ji2 qi2 guang3 kuo4 qian2 jing3 sil +006565 sil lv4 shi1 fa3 yi3 ming2 que4 yun2 xu3 de5 zi4 xing2 diao4 cha2 qu3 zheng4 sp1 ye3 wei4 na4 ru4 sil +006566 sil bao3 hu4 mian2 nong2 li4 yi4 sp1 zeng1 jia1 mian2 nong2 shou1 ru4 sp1 shi4 mian2 hua1 hong2 guan1 tiao2 kong4 de5 ji1 ben3 yuan2 ze2 sil +006567 sil lan2 zhou1 huang2 he2 bian1 shang4 dun3 chuan2 jiao4 duo1 sp1 xia4 tian1 duo1 you3 shi4 min2 zai4 ci3 xiu1 xian2 yu2 le4 sil +006568 sil jia2 bao3 yu4 chu1 jian4 lin2 dai4 yu4 shuo1 de5 di4 yi1 ju4 sp1 shi4 zhe4 ge5 mei4 mei5 sp1 wo3 ceng2 jian4 guo4 de5 sil +006569 sil yi4 tou2 li4 luo4 duan3 fa4 pei4 he2 gan1 jing4 de5 ku4 zhuang1 sp1 rang4 huang2 yi4 xian3 de5 zi4 xin4 man2 man3 sil +006570 sil deng3 dao4 xiao3 fei1 pao3 jin4 wu1 kan4 shi2 sp1 xiao3 mei2 jiang1 xiao3 ming2 an4 zai4 di4 shang4 yong4 jiao3 duo4 zhe5 sil +006571 sil shang4 mian4 yong4 huang2 se4 you2 qi1 sp1 gong1 gong1 zheng2 zheng3 lie4 chu1 cun1 cai2 wu4 de5 jin4 bai3 ge4 ju4 ti3 xiang4 mu4 sil +006572 sil dang1 qian2 lai2 zi4 zu3 guo2 si4 mian4 ba1 fang1 de5 wu4 zi1 sp1 zheng4 zai4 tong1 guo4 tie3 lu4 yun4 wang3 zai1 qu1 sil +006573 sil bu4 ran2 sp1 nen4 re4 de5 tian1 xi4 ge5 ling3 dai4 sp1 lang2 ge5 shou4 de5 liao3 sil +006574 sil ru2 guo3 ren2 min2 li4 liang4 dang3 can1 yu4 wu3 bi4 de5 zheng4 ju4 que4 zao2 sp1 ren2 min2 li4 liang4 dang3 jiang1 bei4 jie3 san4 sil +006575 sil yang2 quan3 ren2 zai4 zhu4 suo3 nei4 si4 yang2 quan3 zhi1 sp1 ying1 dang1 you3 xiao4 kong4 zhi4 quan3 zhi1 fei4 jiao4 sil +006576 sil na4 me5 sp1 dui4 ri4 ben3 er2 yan2 sp1 he2 zhong3 guo2 jia1 zhe2 xue2 cai2 shi4 bi4 yao4 de5 ne5 sil +006577 sil dan4 shi4 sp1 zhe4 zuo4 han2 zhe5 jin1 yao4 shi5 chu1 sheng1 de5 lou2 pan2 que4 ming4 yun4 duo1 chuan3 sil +006578 sil wo3 jia1 xiao3 qu1 de5 da4 men2 kou3 sp1 shi2 chang2 you2 ji3 liang4 hei1 che1 zai4 nar4 r pa1 huor2 r sil +006579 sil dai4 xiao3 hai2 tai4 lei4 le5 sp1 shen2 me5 dou1 bu4 dong3 sp1 hai2 zong3 yao4 da4 ren2 pei2 zhe5 wan2 sil +006580 sil da4 yue1 wan3 shang4 shi2 yi1 dian2 zuo3 you4 sp1 huo3 kai1 shi3 xiang4 san1 shi2 si4 lou2 man4 yan2 sil +006581 sil lv4 shi1 ti2 xing2 wo3 sp1 cong2 huang2 niu2 shou3 zhong1 mai3 piao4 sp1 shi4 wei2 fa3 xing2 wei2 sil +006582 sil liang3 ren2 geng4 jia1 dang1 zhong4 zuo4 chu1 lou3 bao4 qin1 zui3 nie1 lian3 dan4 sp1 he2 hu4 wei4 shi2 wu4 deng3 qin1 mi4 dong4 zuo4 sil +006583 sil xing2 dong4 lu2 mang3 de5 ta1 chang2 chang2 bei4 wu2 qiang2 ma4 de5 gou2 xie3 lin2 tou2 sp1 dan4 ta1 que4 ai4 shang4 wu2 qiang2 sil +006584 sil yin2 hang2 nao4 qian2 huang1 sp1 gu3 li4 ti2 qian2 huan2 dai4 he2 lan2 chu3 sp1 hua1 yang4 bai3 chu1 sil +006585 sil lian2 li2 ba5 sp1 hua1 yuan2 tai2 deng4 sp1 ji2 xian1 ren2 zhang2 deng3 zhi2 wu4 dou1 quan2 xian4 dao3 ta1 sil +006586 sil jin2 guan3 ru2 ci3 sp1 cai4 yun1 bing4 mei2 you3 yin1 wei4 sheng1 huo2 tiao2 jian4 jian3 lou4 er2 xin1 hui1 yi4 leng3 sil +006587 sil wo3 zhi1 dao4 wo3 bing4 bu4 wan2 mei3 sp1 dan4 wo3 hui4 hen2 nu3 li4 cheng2 wei2 ni3 de5 wei2 yi1 sil +006588 sil hen3 duo1 mu4 di4 xiao1 shou4 chu4 sp1 dou1 zu3 zhi1 ke4 hu4 ting1 feng1 shui3 xian1 sheng5 jiang3 ke4 sp1 xuan1 chuan2 feng1 shui3 zhi1 shi5 sil +006589 sil tai4 yang5 zhao4 chang2 sheng1 qi3 sp1 yang2 guang1 yi1 ran2 can4 lan4 sil +006590 sil shi4 shi2 zheng4 ming2 sp1 wang2 chang2 tian2 zhe4 zhong2 yi3 fa1 xing2 ying2 xiao1 qie1 ru4 ye3 shi4 xiang1 dang1 tao2 qiao3 de5 sil +006591 sil ci3 an4 zai4 quan2 xia4 men2 sp1 yin3 fa1 ge4 fang1 guan1 zhu4 sil +006592 sil zhe4 xie1 nian2 sp1 fan4 gu1 niang5 yi4 zhi2 hen3 jue2 jiang4 sil +006593 sil sheng1 huo2 bu2 shi4 que1 shao2 mei3 sp1 er2 shi4 que1 shao3 le5 fa1 xian4 mei3 de5 yan3 jing1 sp1 jia1 you2 yo5 sil +006594 sil ci3 hou4 sp1 zai4 lao3 xiang1 liu2 you3 yu2 de5 song2 yong3 xia4 sp1 qi2 shi2 guang1 zhan1 ran3 shang4 le5 du2 pin3 sil +006595 sil na4 tian1 chuan1 zhi4 fu2 de5 shu3 shu2 lai2 xiao3 qu1 le5 sp1 gan3 jue2 dou1 hao3 shuai4 hao3 wei1 feng1 o5 sil +006596 sil chao2 chao3 nao4 nao4 rang4 zhang1 nv3 shi4 shou4 bu4 liao3 sp1 ta1 ye3 pa4 ying2 xiang3 dao4 zheng4 zai4 du2 gao1 zhong1 de5 nv3 er2 sil +006597 sil bin4 yi2 guan3 dui4 mian4 shi4 huo3 zang4 chang3 sil +006598 sil zhe4 yi4 wei4 zhe5 feng1 xian2 yin3 huan4 ming2 xian3 sil +006599 sil ru2 neng2 jiang1 wu3 fen1 zhi1 yi1 de5 rong3 che1 pai1 mai4 sp1 wu2 yi2 geng4 fu2 he2 min2 yi4 qi1 dai4 sil +006600 sil yu4 dao4 heng2 gen4 zai4 bo2 zi5 gao1 du4 de5 dian4 xian4 sp1 da4 jia1 yi3 jing1 neng2 gou4 mo4 qi4 de5 ti2 xing2 shan3 bi4 sil +006601 sil mu4 qian2 guan2 li3 fang1 zhi3 de2 shi3 yong4 gao1 ya1 pen1 she4 de5 ben4 ban4 fa3 sil +006602 sil you3 bao4 dao4 cheng1 sp1 gai1 shi4 ping2 fen2 fu4 geng1 gong1 zuo4 sp1 yi3 zan4 ting2 tui1 xing2 sil +006603 sil zhe4 ye3 shi4 da4 xue2 sheng1 xie2 guan3 yuan2 bu4 hao3 zhao1 pin4 de5 yuan2 yin1 sil +006604 sil dang4 tian1 sp1 tao2 bao3 jiao1 yi4 fu4 kuan3 sp1 fa1 dian4 zi2 ban3 zhao4 pian4 sil +006605 sil yi4 guo2 liang3 zhi4 de5 cheng2 gong1 sp1 chao1 hu1 wo3 men5 de5 yu4 qi1 sil +006606 sil shi1 ti3 jing1 yu3 yi1 bao1 guo3 sp1 dian4 xian4 kun3 zha1 sp1 bei4 bao4 dao4 le5 huang2 xu2 gen1 de5 mo2 tuo1 che1 hou4 zuo4 sil +006607 sil che1 liang4 chong1 guan1 wan2 le5 hou4 sp1 shou1 fei4 yuan2 cai2 gan3 chu1 gang3 ting2 jiang1 tong1 dao4 de5 lan2 gan1 fu2 zheng4 sil +006608 sil xiao1 fang2 guan1 bing1 dai4 shang4 shou3 tao4 sp1 yong4 huo3 gou1 sao4 ba5 sp1 jiang1 she2 gan3 chu1 chuang2 di3 sil +006609 sil cong2 hua1 tu3 gou1 hao3 bu4 rong2 yi4 da1 cheng2 yi2 liang4 jie3 fang4 sp1 dian1 bo3 de5 wo3 men5 bu2 zhu4 xiang2 ou3 tu4 sil +006610 sil jin1 nian2 zai4 wai4 bao1 zhuang1 shang4 sp1 hai2 shou3 ci4 you3 le5 fang2 wei3 ji4 hao4 sil +006611 sil zhe4 ci4 xie2 shang1 mei2 ti2 ci2 tui4 de5 shir4 r sp1 guang1 tan2 bu3 chang2 sil +006612 sil bi2 kong2 li3 sp1 liu2 chu1 le5 xian1 xue4 sp1 ta1 gan2 jin3 xia4 le5 lou2 sil +006613 sil liang3 ren2 zai4 yi3 se4 lie4 yi1 lang2 deng3 zhong1 dong1 zheng4 ce4 shang4 fen1 qi2 po1 duo1 sil +006614 sil bu4 zhi1 dao4 wei4 shen2 me5 sp1 sha2 sha3 de5 bai2 yang2 si4 hu1 zong3 shi4 you2 hao3 yun4 qi4 sil +006615 sil sui2 hou4 sp1 di4 fang1 gan4 bu4 dao4 zhong1 yang1 bu4 wei2 lv3 xin1 de5 bu4 fa2 jia1 kuai4 sil +006616 sil liang3 ming2 jie2 fei3 li2 dian4 shi2 sp1 jiang1 ta1 men5 kun2 bang3 bing4 yong4 jiao1 dai4 feng1 zui3 hou4 tao2 li2 sil +006617 sil ke2 kou2 ke3 le4 sp1 he2 zhong1 guo2 de5 wei4 lai2 fa1 zhan3 jiang1 rong2 wei2 yi4 ti3 sil +006618 sil zhe4 dui4 zhong1 xin1 cheng2 de5 wu1 ran3 ying2 xiang3 jiu4 yao4 xiao3 yi4 xie1 sil +006619 sil ta1 men5 dui4 xue2 xiao4 de5 bang3 yang4 jiao4 yu4 ping2 jia4 ru2 he2 sil +006620 sil yu3 zhi1 ban4 sui2 de5 shi4 na4 zhi1 zang4 ao2 de5 hou3 jiao4 sil +006621 sil che1 zhu2 che3 zhe5 huang2 dong3 bu2 fang4 sp1 yao1 qiu2 pei2 chang2 sil +006622 sil zhong1 ling2 cha4 kai1 gui3 hua4 ti2 sp1 zhe4 di4 fang1 du3 qian2 de5 ren2 hen3 duo1 a5 sil +006623 sil tian1 kong1 piao1 qi3 le5 meng2 meng2 xi4 yu3 sp1 bei3 chuan1 lao3 xian4 cheng2 sp1 long3 zhao4 zai4 yi2 pian4 wu4 ai2 li3 sil +006624 sil ying2 jiu4 gong1 zuo4 sp1 rang4 zhi4 li4 zong2 tong3 pi2 nie4 la1 sp1 zhi1 chi2 lv4 da4 zhang3 sil +006625 sil wo3 ping2 shi2 bu4 wan2 wei1 bo2 de5 sp1 wo3 shuo1 ei5 sp1 wei1 bo2 shang4 zhen1 de5 you2 wo3 de5 zhao4 pian4 sil +006626 sil pan1 yu2 ci3 xiang4 zheng4 ce4 sp1 zi4 ran2 shou4 dao4 wai4 lai2 wu4 gong1 jia1 ting2 de5 zhui1 peng3 sil +006627 sil zai4 wo3 guo2 di4 fang1 zhong3 zhu1 li3 sp1 rong2 chang1 zhu1 sp1 shi4 qi2 zhong1 de5 jiao2 jiao2 zhe3 sil +006628 sil zui4 hou4 sp1 chen2 ran2 tiao1 xuan3 le5 liang3 tao4 feng1 ge2 jiong3 ran2 bu4 tong2 de5 fu2 shi4 sil +006629 sil guo1 jin4 an1 yu3 tai4 tai5 dou1 biao3 shi4 hen2 man3 zu2 sp1 ji4 hua4 sp1 bu2 zai4 yao4 hai2 zi5 sil +006630 sil guan1 fang1 shu4 ju4 xian3 shi4 sp1 dian3 xin1 lei3 ji1 yong4 hu4 gui1 mo2 sp1 da2 dao4 yi4 bai3 wan4 sil +006631 sil zai4 dui4 wu3 zui4 qian2 mian4 de5 shi4 shen1 chuan1 ling2 ling2 yi1 hao4 qiu2 fu2 de5 zhao4 feng4 lin2 sil +006632 sil zhang1 rui3 shuo1 sp1 wai4 gong1 hai2 te4 bie2 xi3 huan1 guang4 jie1 sp1 jing1 chang2 dao4 chun1 xi1 lu4 guang4 sil +006633 sil zhe4 kong3 pa4 shi4 guo2 ji4 hang2 kong1 ye4 sp1 bi4 xu1 ren4 zhen1 mian4 dui4 de5 yan2 jun4 xian4 shi2 sil +006634 sil jian3 fang1 ren4 wei2 sp1 yang2 chun1 mei4 she4 xian2 tan1 wu1 zui4 sp1 he2 nuo2 yong4 gong1 kuan3 zui4 sil +006635 sil qiang2 shang4 gao4 shi4 wei4 neng2 shuo1 ming2 sp1 ma2 tong3 de5 shang4 shu4 hua1 shao4 gong1 neng2 sp1 hui4 xiao1 hao4 duo1 shao3 dian4 liang4 sil +006636 sil zhong1 guo2 ren2 min2 sp1 bao3 diao4 tong2 chou2 di2 kai4 sp1 zhong4 zhi4 cheng2 cheng2 sp1 fan3 ying4 sp1 min2 xin1 ke3 wei4 sp1 min2 qi4 ke3 yong4 sil +006637 sil ni3 liu1 da5 liu1 da5 gan2 jin3 chu1 qu4 sp1 ni2 yi3 jing1 zai4 wei2 fa3 la5 sil +006638 sil guang1 zhi1 dao4 zi4 ger3 r chou1 sp1 ye3 bu2 kuai4 gei2 lao3 shi1 dian3 shang4 yi4 zhi1 sil +006639 sil zhe4 ming2 xiong1 shou3 xie2 dai4 shou3 qiang1 sp1 ta1 sha1 ren2 bu4 zha2 yan3 sp1 bing4 qie3 qiang1 fa3 jing1 zhun3 shen1 chu3 nao4 shi4 sil +006640 sil wo3 de5 jian1 bang3 jie4 ni3 yong4 yong4 ba5 sp1 mei2 shi4 sp1 yi2 qie4 dou1 hui4 hao2 qi3 lai2 de5 sil +006641 sil dan4 shi4 sp1 mo4 duo1 ke4 tong2 shi2 biao3 shi4 sp1 xi1 wang4 da4 jia1 fang4 wang2 zi3 yi4 ma3 sp1 rang4 ta1 chuan2 kou3 qi4 sil +006642 sil fu4 qin1 de5 er3 ru2 mu4 ran3 sp1 rang4 xi1 bei4 liu3 si1 cong2 xiao3 dui4 zheng4 zhi4 chan3 sheng1 le5 xing4 qu4 sil +006643 sil nan2 dao4 sp1 wo3 shi4 yi4 zhi1 ji1 qi4 gou3 gou5 ma5 sp1 na4 wan3 an1 ba5 sil +006644 sil gong1 ren2 zhi3 neng2 pa2 zhe5 xia4 qu4 cai3 jue2 sp1 zai4 yong4 lou3 zi5 ba3 mei2 la1 chu1 lai5 sil +006645 sil wo3 ke2 yi2 yu3 yin1 dian3 bo1 ge1 qu3 sp1 cha2 tian1 qi4 sp1 she4 zhi4 ti2 xing3 sp1 bo1 fang4 you3 sheng1 nei4 rong2 sp1 hai2 neng2 pei2 liao2 sil +006646 sil sui2 hou4 sp1 zhen1 cha2 yuan2 li4 ji2 qian2 wang3 zhao4 qi3 fan2 sp1 wei4 yu2 a1 cheng2 de5 jia1 zhong1 sp1 dui4 qi2 jin4 xing2 zhua1 bu3 sil +006647 sil ke2 yi3 zhe4 me5 shuo1 sp1 xu3 duo1 ren2 de5 shi1 bai4 sp1 dou1 yuan2 zi4 yu2 na4 xie1 sp1 yi4 zhi2 ma2 zui4 zhe5 ta1 de5 jie4 kou3 sil +006648 sil jian1 cha2 bu4 men2 ying1 gai1 cha2 cha2 sil +006649 sil ta1 shuo1 hua4 shi2 hen2 dia2 hen3 wen1 rou2 sp1 hai2 jing1 chang2 hui4 hen3 tian2 mi4 de5 huan1 xiao4 sil +006650 sil er2 zai4 dan1 bao3 gong1 si1 zhi1 jian1 sp1 zi1 jin1 ye3 lin1 lai2 lin1 qu4 sp1 bi2 ci3 jiu4 ji2 sil +006651 sil liu2 fang1 bei4 zhua1 hou4 jiao1 dai4 sp1 jin4 si4 nian2 lai2 sp1 ta1 yi3 pian4 hun1 san1 ci4 sil +006652 sil ni3 si1 wei2 hen3 huo2 yue4 sp1 zong3 neng2 cong2 duo1 shi4 jiao3 kan4 dai4 shi4 wu4 sp1 cong2 er2 jie3 jue2 yi4 xie1 hen3 ji2 shou3 de5 wen4 ti5 sil +006653 sil zhang1 yu3 yi4 lian3 hai4 xiu1 sp1 zai4 qing1 sheng1 zhui1 wen4 sp1 na4 ta1 shuo1 shen2 me5 sil +006654 sil si1 ji1 chen2 fa1 cheng2 yao1 bu4 shou4 shang1 sp1 li3 qiu1 xian1 mei2 you3 shou4 shang1 sil +006655 sil yi2 wei4 shao4 lin2 xiao3 sha1 mi2 sp1 zai4 ta3 lin2 nei4 de5 yi2 zuo4 ta3 zhuan1 ding3 shang4 sp1 lian4 xi2 shao4 lin2 tong2 zi3 gong1 sil +006656 sil zhe4 gu3 xuan4 feng1 sp1 ye3 bei4 gua1 dao4 zhong1 guo2 sp1 duo1 jia1 da4 xing2 hu4 lian2 wang2 qi3 ye4 fen1 fen1 xiao4 fang3 sil +006657 sil yi2 ge4 xiao3 shi2 hou4 sp1 bei4 bie1 teng2 de5 su1 xian1 sheng5 sp1 cai2 bei4 huo4 zhun3 xia4 che1 xiao3 bian4 sil +006658 sil ke3 mei2 xiang3 dao4 neng2 ba3 zhao1 pai2 da3 dao4 quan2 guo2 sil +006659 sil luo4 shi2 le5 sp1 dao4 mu4 qian2 wei2 zhi3 sp1 cai2 mai4 chu1 qu4 ji3 shi2 wan4 dan4 xin1 jiang1 mian2 hua5 sil +006660 sil qian1 gu3 nve4 lian4 sp1 wo3 quan4 ta1 zhun3 bei4 hao2 zhi3 jin1 zai4 gu3 zu2 yong3 qi4 da3 kai1 sil +006661 sil jie2 sp1 wo3 zai4 ni3 yan2 li2 you3 na4 me5 wei2 suo3 ma5 sil +006662 sil li3 die1 die5 yao1 qiu2 zai4 du4 shang4 jie1 xun2 zhao3 sil +006663 sil na4 shi2 de5 cun1 zi5 yuan3 mei2 xian4 zai4 re4 nao4 sil +006664 sil zhe4 shi2 sp1 hu2 mou3 lv2 lv3 cui1 ta1 huan2 qian2 sil +006665 sil qu4 shi4 bo2 yuan2 kan4 kan5 ya5 sp1 fei1 chang2 re4 nao5 sil +006666 sil xian4 zai4 zhen1 de5 shi4 sp1 xi1 an1 wa2 sp1 hui2 lai5 lie5 sil +006667 sil yu2 shi4 sp1 wo3 zeng4 qi2 biao3 da2 gan3 ji1 zhi1 qing2 sil +006668 sil qi2 jian1 sp1 xiao2 yu3 yi4 zhi2 bei4 nian3 zai4 che1 xia4 sil +006669 sil ba2 ma3 lu4 he2 gong1 gong4 wei4 sheng1 gao2 hao3 le5 sil +006670 sil xiao3 zou1 zai4 su4 nian2 tang2 zuo4 le5 yi4 nian2 duo1 sil +006671 sil ru2 jin1 sai4 er2 bi3 cheng2 wei2 di4 wu3 wei4 guan4 jun1 sil +006672 sil you4 you3 duo1 shao3 shi4 qing1 ting2 dian2 shui3 er2 zhi3 ne5 sil +006673 sil da4 tong1 dao4 cai2 neng2 zhi1 cheng1 wu4 liu2 teng2 fei1 sil +006674 sil mu3 qin1 kan4 bing4 de5 fei4 yong4 neng2 bao4 xiao1 ma5 sil +006675 sil he4 fu1 man4 dui4 zhe5 jing4 tou2 deng4 yan2 gu3 sai1 sp1 hai2 shuo1 sp1 kan4 zhe4 hou2 zi5 sp1 fei1 chang2 ke3 ai4 sil +006676 sil zai4 bu2 tong4 bu4 yang3 zhong1 sp1 jiu3 yue4 jiu4 zhe4 yang4 qiao3 ran2 lai2 lin2 sil +006677 sil lu4 man4 man4 qi2 xiu1 yuan3 xi1 sp1 shui2 lai2 bang1 ni3 liang2 ju4 li2 sil +006678 sil bu4 jin3 ru2 ci3 sp1 ta1 hai2 hui4 jiang1 mao2 jin1 ning3 gan1 sp1 ba2 lian3 ca1 gan1 jing4 sil +006679 sil san1 shi4 jin4 yi2 bu4 zuo4 hao3 tong1 feng1 wa3 si1 guan2 li3 gong1 zuo4 sil +006680 sil zuo2 tian1 wan3 shang4 sp1 ka2 ma2 shui3 ku4 fa1 sheng1 kua3 ba4 shi4 gu4 sil +006681 sil na3 ge4 ling2 dao2 gan3 yu2 qi3 yong4 yi2 ge4 man2 kou3 yu2 ci2 de5 xiao3 zheng4 ke4 ne5 sil +006682 sil mian4 dui4 ji1 yu4 he2 tiao3 zhan4 sp1 wo3 men5 de5 tou2 nao3 yao4 qing1 xing3 sil +006683 sil ta1 chuan1 zhe5 hei1 se4 shang4 yi1 yi3 ji2 niu2 zai3 ku4 sp1 ming2 xian3 pang4 le5 hen3 duo1 sil +006684 sil tu4 zi5 bing4 le5 sp1 ta1 gei3 wei4 yao4 sp1 tu4 zi5 tu3 le5 chu1 lai2 sil +006685 sil cai2 fang3 zhong1 sp1 xiao2 yu3 bu4 ting2 de5 si1 yao3 zhe5 yi1 fu5 sp1 shen4 zhi4 hai2 yao2 qi3 le5 la1 ji1 tong3 sil +006686 sil zai4 xia4 men2 gang3 fa1 zhan3 you2 lun2 jing1 ji4 sp1 kong1 jian1 ju4 da4 sil +006687 sil ye2 xu3 shi4 tai4 mo4 sheng1 sp1 ye2 xu3 shi2 zai4 gan3 jue2 tai4 wu2 qu4 sil +006688 sil ta1 men5 he2 li4 jiang1 sheng2 suo2 kun3 zai4 dui4 mian4 shan1 ling3 yi4 ke1 da4 shu4 shang4 sil +006689 sil san1 shi4 jia1 qiang2 kua4 jing4 zi1 jin1 liu2 dong4 jian1 ce4 guan2 li3 sil +006690 sil wo3 gang1 yao4 jie1 hua4 sp1 wai4 po2 you4 bu3 chong1 le5 yi2 ju4 sp1 nan2 de5 nv3 de5 dou1 xing2 sil +006691 sil sui2 hou4 you4 yin1 xi1 du2 bei4 jing3 fang1 cha2 huo4 sp1 bei4 min2 jing3 song4 wang3 chen1 zhou1 qiang2 zhi4 jie4 du2 sil +006692 sil ji4 zhe3 wen4 wo1 niu2 sp1 dang1 shi2 shi4 gu4 shi4 zen3 yang4 fa1 sheng1 de5 sil +006693 sil wo3 men5 cai2 ming2 bai5 sp1 zhe4 yuan2 lai2 shi4 cong2 zao4 zhi3 yuan2 liao4 sp1 mai4 jie1 shang4 kou1 xia4 lai2 de5 liang2 shi5 sil +006694 sil jian4 qiang4 shui3 yan2 zhong4 sp1 ta1 men5 wei4 huang2 tian1 zuo4 le5 ren2 gong1 hu1 xi1 sil +006695 sil guo2 wu4 yuan4 de5 shen1 qie4 guan1 huai2 song4 dao4 qin1 ren2 de5 xin1 kan3 shang4 sil +006696 sil li2 yao4 xiang2 huang2 zong1 ze2 sp1 ma3 shang4 pie3 qing1 zi4 ji3 sil +006697 sil yi2 dan4 shen3 cha2 tong1 guo4 sp1 lian2 pu3 jiang1 jin4 ru4 lu4 yan3 huan2 jie2 sp1 zui4 hou4 shang4 shi4 jiao1 yi4 sil +006698 sil zhe4 zhong2 ti3 yan4 yi4 dianr2 r ye3 bu4 zhi2 guan1 sil +006699 sil kan4 ni3 ge4 mei2 chu1 xi5 yangr4 r sp1 da2 xiao3 jiu4 li2 bu4 kai1 ge5 nv3 ren2 sp1 yi3 hou4 zen3 me5 hun4 sil +006700 sil zhe4 yang4 de5 duan4 luo4 sp1 duo1 zai4 fu2 xiu3 bu4 cun2 de5 mu4 zha4 qiang2 di4 dai4 sp1 bao3 cun2 you3 hao2 qian4 sil +006701 sil ai4 er2 xin1 qie4 de5 fan2 zhi4 rong2 jiang1 ma3 mao4 jie2 lou3 zai4 huai2 li3 sp1 xi1 wang4 ta1 neng2 kang1 fu4 sil +006702 sil pan2 zhong1 bo1 dong4 qu1 jian1 wei2 sp1 liu4 dian3 yi1 ba1 ling2 yi1 sp1 zhi4 sp1 liu4 dian3 yi1 ba1 er4 liu4 sil +006703 sil tong2 shi2 sp1 guang3 xi1 qiao2 ban4 hai2 xiang4 ta1 men5 song4 shang4 wei4 wen4 jin1 sil +006704 sil feng4 huang5 wei4 shi4 huang2 cheng2 zi5 sil +006705 sil jia1 kuai4 wan4 da2 guang2 chang3 sp1 dong1 pai2 lou2 sp1 nan2 hu2 guang2 chang2 deng3 da4 xing2 shang1 ye4 zong2 he2 ti3 jian4 she4 sil +006706 sil xiang1 guan1 qing2 kuang4 dou1 zai4 ta1 men5 nar4 r sp1 ni3 ying1 gai1 tong1 guo4 sheng3 yao4 jian1 ju2 sp1 liao2 jie3 yi2 xia4 qing2 kuang4 sil +006707 sil quan2 zhu3 jiang1 zang4 ao2 kong4 zhi4 hou4 sp1 liang3 ming2 min2 jing3 xun4 su4 bei4 song4 wang3 fu4 jin4 yi1 yuan4 sil +006708 sil mi3 la1 mai4 si1 gao1 ceng2 ren4 wei2 sp1 di2 shi4 ni2 de5 jin4 ling4 sp1 chao1 yue4 yuan2 ben3 de5 xie2 yi4 sil +006709 sil gai1 ju2 zhi3 chu1 sp1 zai4 bao3 cun2 mian4 bu4 shi2 bie2 shu4 ju4 qian2 sp1 lian2 pu2 wang3 ying1 ming2 que4 gao4 zhi1 yong4 hu4 sil +006710 sil zhui1 shang4 hou4 sp1 zhao4 tao1 yi4 ba2 lou3 zhu4 nan2 zi3 de5 bo2 zi5 sp1 dan4 mei2 la1 hao3 sp1 nan2 zi3 you4 pao3 le5 sil +006711 sil si4 ge4 pen1 tou2 yi1 zi4 pai2 kai1 sp1 di4 mian4 hai2 zuo4 le5 fang2 hua2 chu2 li3 sil +006712 sil chang4 you2 gu3 wen2 he2 ming2 qing1 xiao3 shuo1 yi4 fan1 hou4 sp1 li3 li4 qun2 zhong1 yu2 hui2 shen2 sp1 hai2 yi2 ge4 xiao4 sil +006713 sil dan4 guang3 da4 ren2 min2 qun2 zhong4 si4 hu1 bing4 wei4 ling3 qing2 sp1 yuan2 yin1 zai4 na3 sil +006714 sil fu2 jian4 you2 ci3 la1 xiang3 yan2 hai3 he2 tai2 wan1 hai3 xia2 da4 feng1 jing3 bao4 sil +006715 sil fu4 ying3 tui1 chu1 xin1 shu1 dian4 zi2 ban3 sp1 jiao1 ren2 hua4 zhuang1 ji2 mei3 rong2 sil +006716 sil er2 zai4 ma3 tou2 shang4 sp1 fa1 sheng1 bao4 ran2 de5 yun4 you2 chuan2 yi3 bu2 jian4 zong1 ying3 sil +006717 sil cong2 yi1 yuan4 tao2 pao3 zhi1 hou4 sp1 wang2 xiao3 long2 pao3 dao4 le5 yi2 ge4 nv3 fen2 you3 li2 mou3 jia1 zhong1 sil +006718 sil zai4 du4 chuan2 shang4 sp1 hai2 zi5 men5 chao3 zhe5 rang4 zou1 fu2 rong2 jiang3 gu4 shi5 sil +006719 sil ai2 ma4 jiu4 ai2 ma4 sp1 zhi4 shao3 neng2 ting1 dian3 xin1 xian1 de5 sil +006720 sil ru2 qi3 hong4 he2 diu1 kuang4 quan2 shui3 ping2 sil +006721 sil na4 wo3 zhi2 hao3 pei2 ni3 yi2 bei4 zi5 la5 sil +006722 sil wo3 zai4 su4 du4 ban1 qin1 sp1 bu2 yao4 zhao2 ji2 sil +006723 sil zhe4 re2 nao3 le5 wu2 hu2 you3 guan1 fang1 mian4 sil +006724 sil wo3 yao4 jie1 lu4 na4 xie1 ang1 zang1 de5 jiao1 yi4 sil +006725 sil jie4 tiao2 zen3 me5 she4 ji4 ye2 you3 xue2 wen4 sil +006726 sil kai1 shuan4 zhu3 chi2 ren2 sp1 man2 lian3 de2 yi4 sil +006727 sil ta1 nai3 nai5 tang3 zai4 nar4 r dong4 bu4 liao3 sil +006728 sil tao1 zai4 duo1 de5 qian2 an2 ye3 bu2 mai4 ta1 sil +006729 sil kao2 gu3 ren2 yuan2 fa1 jue2 e2 luan3 shi2 lu4 sil +006730 sil yi4 mi3 liu4 wu3 sp1 mei2 rang4 ni3 shi1 wang4 ba5 sil +006731 sil gui2 zai2 ling3 shi2 xiang4 zhi4 zuo4 gong1 yi4 ji2 zao4 xing2 du2 te4 shi2 fen1 han3 jian4 sil +006732 sil jie2 hun1 qian2 sp1 wo2 lao3 po5 xi3 huan5 sa1 jiao1 sp1 jie2 hun1 hou4 sp1 jiu4 xi3 huan1 sa1 ye3 le5 sil +006733 sil dai4 fu5 zai4 wei4 li3 xiu4 ying1 jian3 cha2 er3 duo5 sil +006734 sil jiao2 cai3 gao1 gen1 xie2 si4 hu1 ye3 you2 dian3 li4 bu4 cong2 xin1 sp1 bu4 shi2 fu2 zhe5 lan2 gan1 zou3 lu4 sil +006735 sil yang2 heng1 xie4 sp1 dui4 zhong1 guo2 guo2 jia1 guang3 dian4 zong3 ju2 sp1 zeng4 yu3 chao2 xian3 xian1 jin4 she4 bei4 biao3 shi4 gan3 xie4 sil +006736 sil lei2 chuang2 biao3 shi4 sp1 jiang1 ji4 xu4 xiang4 guang3 dong1 sheng3 wei4 sheng1 ting1 shi2 ming2 ju3 bao4 zhe4 xie1 yi1 yuan4 sil +006737 sil ye2 xu3 shi4 jian4 le5 sheng1 ren2 sp1 wang2 xin1 yu3 ceng1 de5 yi2 xia4 qi3 shen1 sp1 tuo1 zhe5 tie3 lian4 chao2 wo4 shi4 pao3 qu4 sil +006738 sil ta1 wu2 xia2 gen1 zhe4 ge4 xin1 qing2 te4 bie2 hao3 de5 ren2 jiu1 chan2 sp1 ji3 ci4 bi1 wen4 sp1 jie2 guo3 dou1 wei4 sui4 sil +006739 sil wang2 fan3 yu2 xing2 zheng4 xu2 ke3 bu4 men2 pao2 shen3 pi1 de5 jiao1 ji2 yu2 deng3 dai4 sp1 hen3 duo1 ren2 dou1 bu2 mo4 sheng1 sil +006740 sil lu2 shan1 bie2 shu4 dui4 wai4 kai1 fang4 jing1 ying2 sp1 bing4 fei1 ge4 bie2 sil +006741 sil sui2 hou4 sp1 chang2 leng2 zhen4 pai4 chu1 suo3 min2 jing2 gan3 dao4 xian4 chang3 sp1 jiang1 nv3 tong2 jie1 zou3 sil +006742 sil ran2 er2 zhe4 chang3 wan4 zhong4 zhu3 mu4 de5 yi4 kao3 sp1 ye3 bu2 shi4 chun2 cui4 de5 yu2 le4 he2 shang2 yan3 sil +006743 sil quan2 nian2 ying2 shou1 zeng1 jia1 bai3 fen1 zhi1 si4 shi2 liu4 dian3 qi1 sp1 bao4 san1 dian3 liu4 yi1 er4 yi4 yuan2 sil +006744 sil bu2 guo4 sp1 zhe4 xie1 gou3 gou5 sp1 zhi3 xi2 guan4 gen1 zai4 zhu3 ren2 hou4 mian4 sp1 hen2 shao3 dan1 liu1 sil +006745 sil wo3 mei2 you5 gei2 ni2 xie3 guo4 xin4 sp1 yin1 wei4 sp1 wo2 xiang2 bao3 liu2 zhe4 fen4 ji4 yi4 zhe4 zhong2 gan3 jue2 sil +006746 sil yin1 wei4 lao3 po2 nu2 zhang3 xiang4 bu2 cuo4 sp1 suo2 yi2 hen3 duo1 san1 si4 xian4 nv3 xing1 dou1 zi4 dong4 song4 shang4 men2 sil +006747 sil che1 chu1 shang4 hai3 sp1 gong1 lu4 xiang4 de2 le5 jiao2 xuan3 sp1 keng1 wa1 bu2 duan4 sp1 yi4 che1 ren2 tiao4 de5 fan3 wei4 sil +006748 sil cen2 jie2 yi2 zai4 ke4 li3 jia4 de2 you3 qing2 lang2 sp1 er4 ren2 nian2 di3 jiang1 hui2 xiang1 gang3 bu2 bai3 xi2 jiu3 sil +006749 sil nan2 zi3 shen2 zhi4 bu4 qing1 sp1 sheng1 cheng1 zi4 ji3 huai2 chuai1 wan4 yuan2 xian4 jin1 sp1 xian4 zai4 you3 ren2 yao4 zhua1 ta1 sil +006750 sil za2 zhi4 xie3 dao4 mei2 mie1 hao2 xie3 sp1 xia4 ci4 jiu4 xie2 wo3 jie2 hun1 sheng1 zai3 sp1 wo3 dou1 gen1 bu2 shang4 sil +006751 sil dong1 lu4 he2 xi1 lu4 sp1 yuan4 luo4 ji1 ben2 da3 kai1 sp1 you2 ke4 ke2 yi3 jin4 yuan4 shang2 jing3 sp1 ge2 chuang1 guan1 shi4 sil +006752 sil qing1 du4 wu1 ran3 sil +006753 sil xiong2 nv3 shi4 bei4 nian3 shen1 wang2 sil +006754 sil nai3 nai5 hai2 liu2 zai4 xian4 chang3 sil +006755 sil liang2 xing4 hu4 dong4 jia2 ran2 er2 zhi3 sil +006756 sil wo3 men5 deng2 ni3 hui2 lai5 yo5 sil +006757 sil hui4 jian4 zai4 han2 guo2 zong2 tong2 fu3 qing1 wa3 tai2 ju3 xing2 sil +006758 sil mei3 fang1 you3 yi4 wu4 xiang4 jie2 ke4 jun1 fang1 sp1 tong1 bao4 bei3 yue1 he2 mei3 guo2 shi3 yong4 fan2 dao3 xi4 tong3 de5 qing2 kuang4 sil +006759 sil ta1 de5 tou2 jiao3 bei4 dui4 zhe2 sp1 tou2 chao2 xia4 sai1 zai4 la1 ji1 lou2 li3 sil +006760 sil li3 xia2 kan4 dao4 ming2 huang4 huang4 de5 kan3 dao1 sp1 xin1 li3 shi2 fen1 hai4 pa4 sil +006761 sil dan4 shi4 mu4 qian2 ze2 kao1 jiu1 jing4 zai4 he2 chu4 jing4 yang3 sp1 hai2 bu4 qing1 chu3 sil +006762 sil qi2 shi2 sp1 bao4 zhao4 de5 mi4 jue2 sp1 jiu4 zai4 yu2 zan2 lia3 liao2 de5 you3 duo1 huan1 sil +006763 sil wo2 ye2 xiang3 tao2 chu1 qu4 sp1 dan4 nian2 ji4 da4 le5 sp1 tui2 jiao3 you4 bu4 fang1 bian4 sil +006764 sil ji3 ge5 fu4 nv3 sp1 wen2 sheng1 ti2 zhe5 chu2 tou5 sp1 bian3 dan4 deng3 wei2 le5 guo4 qu4 sil +006765 sil gao1 ang2 de5 xue2 fei4 ye3 shi4 wang2 wan4 ying2 yi4 jia1 sp1 mu4 qian2 zui4 jiao1 xin1 de5 shi4 sil +006766 sil huo4 che1 de5 san1 ge4 lun2 zi5 bei4 zhuang4 wai1 sp1 che1 tou2 wan2 quan2 bei4 zhuang4 bie3 sil +006767 sil wo3 hai2 tong2 lian2 zhang3 zhong1 shan1 sp1 dao4 yi1 yuan4 tan4 wang4 guo4 sun1 li4 ren2 jiang1 jun1 sil +006768 sil xian1 ru4 chang2 zhe3 de2 dao4 zhui1 peng3 sp1 hou4 ru4 chang2 zhe3 ye3 bu4 fa2 yong1 dun3 sil +006769 sil neng2 mai3 dao4 de5 peng2 you5 sp1 qing3 lian2 xi4 sp1 yao1 san1 ba1 jiu3 liu4 er4 wu3 sp1 er4 er4 er4 wu3 sil +006770 sil er2 zhe4 yi2 zhan4 huo3 jiang1 tun1 mo4 zheng3 ge4 di4 qu1 sp1 bing4 po4 shi2 mei3 guo2 xing2 dong4 sil +006771 sil wang2 qing1 yu2 bi3 jiao4 jian4 zhuang4 sp1 da4 hou3 yi4 sheng1 sp1 yi2 xia4 ba3 nan2 zi3 en4 dao3 zai4 di4 sil +006772 sil tai4 guo2 zui4 zhu4 ming2 de5 jing2 dian3 sp1 chai2 wa2 ta3 na4 lan2 si4 sp1 ye3 bei4 po4 guan1 bi4 sil +006773 sil di1 ge1 shun4 jian1 cheng2 le5 fen3 ren2 sp1 qiang4 de5 gan2 jin3 bi4 zui2 zhuan3 shen1 li2 kai1 sil +006774 sil ta1 hai2 shi4 xian4 li3 nong2 min2 yun4 dong4 hui4 sp1 ban1 shou3 wan4 bi3 sai4 de5 di4 san1 ming2 sil +006775 sil zhu2 lin2 bian1 yuan2 sp1 ke2 yi3 kan4 dao4 cun1 min2 da1 jian4 de5 yi4 ding2 ding2 jian3 yi4 zhang4 peng5 sil +006776 sil sui2 zhe5 guan1 yu2 shou1 ru4 zeng1 zhang3 de5 lu4 xu4 chui1 feng1 sp1 bai3 xing4 de5 wei4 kou3 sp1 bei4 yue4 diao4 yue4 gao1 sil +006777 sil ta1 sui2 shou3 yi4 lin1 sp1 chen2 dian4 dian4 de5 jing4 ran2 mei2 you3 la1 dong4 sil +006778 sil shi2 lei2 deng3 ren2 sp1 dang1 shi2 yi3 jing1 jin4 ru4 gong1 zhong4 shi4 ye3 sil +006779 sil ke4 che1 de5 che1 tou2 sp1 ye2 yi3 jing1 bu4 fen4 bian4 xing2 sun2 hui3 sil +006780 sil jin1 tian1 chu1 qu4 qu3 kuai4 di4 sp1 zai4 hui2 xue2 xiao4 de5 lu4 shang4 sp1 chai1 kai1 bao1 zhuang1 zhun3 bei4 diu1 jin4 la1 ji1 tong3 sil +006781 sil mei2 you3 ya5 sp1 wo2 zhi3 shi4 zi4 wo3 ren4 zhi1 bi3 jiao4 qing1 xi1 ma5 sil +006782 sil bai3 du4 mu4 qian2 reng2 shou4 yi4 yu2 qiang2 jin4 de5 yun4 ying2 gang4 gan3 sil +006783 sil wo3 de5 shu4 ju4 xian4 zhe4 me5 diao3 sp1 wo2 zen3 me5 bu4 zhi1 dao4 sil +006784 sil yi2 biao3 tian1 ran2 lei3 luo4 sp1 liang2 shan1 shang4 duan1 de5 kua1 neng2 sil +006785 sil wo3 li2 jie3 guo2 bo2 ju3 ban4 she1 chi5 pin2 zhan3 sp1 dan4 bu4 zhi1 chi2 sil +006786 sil ying1 cai3 er2 yin1 er2 huo4 de2 da4 liang4 shang1 ye4 huo2 dong4 sp1 gong1 zuo4 bu2 duan4 sil +006787 sil xian4 chang3 de5 jia1 bin1 fei1 chang2 zan4 tong2 guo1 jin1 de5 kou1 men2 lun4 sil +006788 sil zuo2 ri4 wu3 hou4 sp1 kuang2 feng1 bao4 yu3 ye3 xi2 ji1 le5 sheng3 hui4 chang2 sha1 sil +006789 sil mo4 tuo1 ren2 chuan2 tong3 de5 jiao1 tong1 fang1 shi4 shi4 jian1 tiao1 bei4 kang2 sil +006790 sil wu2 xiao3 yi4 ren4 wei2 sp1 shai4 bing4 li4 de5 zuo4 fa3 sp1 ju4 you3 jian4 she4 xing4 yi4 yi4 sil +006791 sil zhe4 gai3 bian4 le5 ha1 po4 zheng4 fu3 shang4 tai2 chu1 qi1 sp1 da4 tan2 ren2 quan2 sp1 er2 re2 nao3 zhong1 guo2 de5 diao4 men2 sil +006792 sil pi2 zhen3 wu2 shui3 pao4 sp1 bing4 ren2 wu2 fa1 re4 ke2 sou5 deng3 qi2 ta1 zheng4 zhuang4 sil +006793 sil a1 fu2 de5 ye2 ye5 sp1 mei3 feng2 du2 shu1 kan4 bao4 sp1 zong3 shi4 dai4 zhe5 lao3 hua1 jing4 sil +006794 sil sa4 li4 he4 xi1 wang4 jie4 zhe4 ci4 zheng4 shi4 de5 quan2 guo2 dian4 shi4 jiang3 hua4 hun4 xiao2 wai4 jie4 pan4 duan4 sil +006795 sil wo3 men5 jie3 pou1 yi2 ge4 ma2 que4 sp1 qu4 kan4 yi2 xia4 sil +006796 sil chu2 ci3 zhi1 wai4 sp1 chu1 sheng1 nian2 yue4 zhu4 zhi2 deng3 shen1 fen4 xin4 xi1 wan2 quan2 yi2 zhi4 sil +006797 sil ji4 zhe3 yang2 zhuang1 jiu4 can1 shi2 ke4 sp1 jin4 ru4 gua4 zhe5 sp1 ba1 da4 guo1 da4 yuan4 pai2 bian3 de5 liu2 zu3 ci2 sil +006798 sil kong3 ling4 hui1 biao3 shi4 sp1 yao2 yan4 jin4 bu4 hen3 kuai4 sp1 dui4 wang2 nan2 guo1 yan4 da3 de5 dou1 bu2 cuo4 sp1 jiu4 shi4 hai2 que1 dian3 jing1 yan4 sil +006799 sil xiao3 wang2 jue2 de5 fu4 qin1 shuo1 de5 bu2 dui4 sp1 ren4 wei2 zi4 ji3 bei4 wu4 jie3 le5 sp1 xin1 li3 bie4 niu5 sil +006800 sil zai4 wan3 yi2 huir4 r sp1 wo3 jiu4 pao3 dao4 wai4 di4 le5 sil +006801 sil wa2 er3 ke4 mei2 you3 shuo1 ming2 su4 song4 dong4 ji1 sil +006802 sil xiu4 zhi4 ri4 qian2 yi4 pian1 guan1 yu2 ta1 de5 bao4 dao4 sp1 re2 qi3 nei4 di4 wang3 min2 bu4 man3 sil +006803 sil wo2 zhi3 de2 guai1 guai1 tao1 qian2 gei3 zhang1 mou3 sil +006804 sil yong1 jiang1 shui3 wei4 bao4 zhang3 sp1 shui3 liu2 tuan1 ji2 sil +006805 sil yi2 ge4 ren2 cao1 chi2 jia1 wu4 xi3 yi1 zhu3 fan4 sil +006806 sil xue2 sheng5 wei4 lv2 lao3 shi1 shu1 zhuang1 da3 ban4 sil +006807 sil er4 ren2 jun1 biao3 shi4 ren4 cuo4 bing4 hui2 gai3 sil +006808 sil ji2 bian4 shi4 zui4 jia4 ru4 xing2 rao2 rang3 yi2 jiu3 sp1 zhe4 zhong3 qing2 kuang4 sp1 ye3 mei2 you2 gai3 bian4 sil +006809 sil suo3 xing4 sp1 jing3 pen1 sp1 wei4 zao4 cheng2 ren2 yuan2 shang1 wang2 sil +006810 sil shi2 qi1 da4 dang1 xuan3 wei2 zhong1 yang1 ji4 wei2 wei3 yuan2 sil +006811 sil zhe4 ye3 zao1 dao4 you4 yi4 ren2 shi4 de5 peng1 ji1 sil +006812 sil yin1 wei4 zu1 de5 fang2 zi5 li2 dan1 wei4 bu4 yuan3 sp1 ta1 jiu4 du2 zi4 yao2 yao2 huang4 huang4 wang3 jia1 zou3 sil +006813 sil er2 nan2 sheng1 ze2 xiang1 dui4 meng2 dong3 de5 duo1 sil +006814 sil ran2 hou4 ba4 shuo1 sp1 jiu4 shi4 wo3 mei2 zheng1 yan3 sil +006815 sil tu2 wei2 sun1 qing1 li4 he2 gong1 gong5 po2 po5 sil +006816 sil dan4 shi4 hai2 bu2 hui4 shu2 lian4 cao1 zuo4 o5 sil +006817 sil yi3 hou4 shao3 zai4 wang3 shang4 mai3 dong1 xi5 sp1 mei2 you2 mai3 mai4 jiu4 mei2 you3 sha1 hai4 sp1 dong3 ma5 sil +006818 sil cun1 zhong1 da4 duo1 shu4 zuo1 fang5 yi3 ting2 chan3 sil +006819 sil di4 er4 ge4 wen4 ti2 jiang2 jiang3 hang2 ye4 qian2 jing3 sil +006820 sil peng2 an1 xian4 jian3 cha2 yuan4 sp1 ji2 shi2 pai4 chu1 gan4 jing3 ti2 qian2 jie4 ru4 sp1 yin2 dao3 zhen1 cha2 sil +006821 sil zhang1 zi3 qiang2 he2 ye4 ji4 huan1 dou1 bu2 yong4 dao4 qian4 sp1 wo3 men5 shui2 you3 zi1 ge2 chu1 lai2 dao4 qian4 ya5 sil +006822 sil ji2 shi3 pa2 dao4 zui4 gao1 de5 shan1 shang4 sp1 yi2 ci4 ye2 zhi3 neng2 jiao3 ta4 shi2 di4 de5 mai4 yi2 bu4 sil +006823 sil ni3 zhe4 yang4 nong4 de5 dao4 jiu3 ren2 xia4 bu4 lai2 tai2 sil +006824 sil ni3 kan4 kan4 ji2 dian3 le5 sp1 hai2 bu4 gun3 hui2 lai5 sil +006825 sil ju4 shuo1 shi4 shan1 shang4 de5 xiao2 shui3 ku4 yao4 beng1 le5 sil +006826 sil ru2 guo3 shai4 shang1 yan2 zhong4 sp1 ying1 gai1 ji2 shi2 qing3 jia4 sil +006827 sil bo1 yin1 qi1 si4 qi1 jin4 ru4 fei1 ji1 chai1 xie4 chang3 sil +006828 sil lao3 you2 jue2 de5 sp1 yao4 mai3 jiu4 mai3 xia4 men2 de5 fang2 sil +006829 sil di4 san1 zong1 zui4 sp1 ze2 shi4 gui3 zi5 lian2 pu3 hua4 sil +006830 sil wei4 ci3 sp1 mo4 yan2 xing1 fen4 de5 yi4 xiu3 mei2 shui4 sil +006831 sil shi2 yang2 hai2 jie4 shao4 sp1 mu4 qian2 sp1 yi3 jing1 you3 chu1 kou3 qi2 ta1 guo2 jia1 de5 yi4 xiang4 sil +006832 sil li2 kai1 xue2 xiao4 zhi1 hou4 ta1 jiu4 mei2 zen3 me5 chang4 guo4 guo2 ge1 sp1 lian2 cir2 r dou1 wang4 ji4 le5 sil +006833 sil gui4 zhou1 xi2 fu4 you2 dian3 xiu1 nan3 de5 tui1 sang3 si4 ye4 zi5 sp1 shi4 shi4 ni2 re3 xia4 de5 sp1 ni3 zi4 ji2 jiang3 ba5 sil +006834 sil zhe4 ze2 yu4 yan2 de5 yu4 yi4 sp1 shi4 shuo1 sp1 shi4 jie4 shang4 cun2 zai4 yi4 zhong3 ren2 sp1 fei1 chang2 hao4 sheng4 sp1 er2 you4 bu2 zi4 liang4 li4 sil +006835 sil fei1 tian1 pi2 pa5 qi4 shi4 dong4 ren2 sil +006836 sil zhou1 rong2 shuo1 sp1 zhe4 zhong3 hong1 dong4 sp1 bu2 ya4 yu2 yi3 qian2 xue2 xiao4 chan3 sheng1 le5 gao1 kao3 zhuang4 yuan5 sil +006837 sil shou4 ci2 ji4 tai4 tai5 de5 ying2 xiang3 sp1 ta1 cong2 ci2 sp1 ye3 cheng2 wei2 ci2 ji4 de5 yi4 gong1 sil +006838 sil chu1 qu4 mai2 dian3 cai4 zuo4 dun4 mei3 shi2 kao4 lao2 zi4 ji3 de5 wei4 ba5 sp1 lian2 zhe5 hao3 tian1 qi4 sp1 yi4 qi3 chi1 jin4 qu4 sil +006839 sil dong1 e1 e1 jiao1 sp1 ye3 yin1 ci2 tang3 zhe5 zhong4 qiang1 sp1 zhi4 jin1 gu3 jia4 di1 mi2 sil +006840 sil li3 mian4 de5 ying1 hong2 hen3 shuai4 qi4 sp1 da4 la4 la4 de5 sp1 hen3 shuai4 zhi2 sil +006841 sil jing3 fang1 huai2 yi2 sp1 ci3 ci4 ju4 du2 jia2 jiu3 ke3 neng2 chan1 ru4 nong2 yao4 sil +006842 sil zhuang4 yuan2 juan3 sp1 zai4 shang4 hai3 min2 jian1 liu2 chuan2 zhi4 jin1 shi2 shu2 han3 jian4 sil +006843 sil xian3 ran2 sp1 wan2 zheng3 de5 zhen4 rong2 cai2 neng2 da3 chu1 wan2 mei3 de5 bi3 sai4 sil +006844 sil zui4 hou4 sp1 ma1 ma5 lou3 zhe5 ta1 yu3 di4 di5 yi4 qi3 shang4 le5 jing3 che1 sil +006845 sil zhong1 yu2 you3 ge4 mu4 you3 de5 le5 sil +006846 sil xiao2 ma3 zai4 shang4 hai3 shang4 ban1 sp1 zhao4 gu1 niang5 zai4 hang2 zhou1 sp1 zan4 zhu4 jiang3 cun1 sil +006847 sil er2 hui2 shou1 xia1 you2 yi4 ban1 dou1 hui4 guo4 lv4 sp1 shi4 bu2 hui4 cun2 zai4 zuo2 liao4 zha1 de5 wen4 ti2 de5 sil +006848 sil zai4 que4 zao2 de5 zheng4 ju4 mian4 qian2 sp1 gang1 sa4 lei2 si1 wu2 fa2 di3 lai4 sil +006849 sil ju4 liao2 jie3 sp1 jie4 shi2 sp1 li3 ne4 sp1 mao2 yuan3 xin1 deng3 ren2 ye3 hui4 dao4 chang3 sil +006850 sil dang1 ran2 shi4 li4 yong4 re4 zhang4 leng3 suo1 de5 yuan2 li3 la5 sil +006851 sil jin4 ri4 sp1 you3 zheng4 ju4 biao3 ming2 sp1 mu4 li3 shi4 tu2 sa1 huang3 yan3 gai4 qi2 suo3 fan4 xia4 de5 cuo4 wu5 sil +006852 sil zhe4 shi4 liu2 xia4 zhong1 guo2 meng3 long2 zu2 ji4 de5 kong3 long2 de5 fu4 yuan2 tu2 sil +006853 sil liu4 ba1 si4 lu4 shuang1 xiang4 zeng1 she4 sp1 dong1 nei4 bei2 xiao3 jie1 bei2 kou3 zhan4 sil +006854 sil ni3 shi4 zai4 gan4 ti3 li4 huo2 ba5 sil +006855 sil xie4 jia1 ge2 yan2 sp1 mei3 tian1 sheng1 ri4 sil +006856 sil da4 nian2 chu1 wu3 zhe4 tian1 sp1 min2 jian1 tong1 xing2 de5 shi2 su2 shi4 chi1 jiao3 zi5 sp1 su2 cheng1 sp1 nie1 xiao3 ren2 zui3 sil +006857 sil yu3 xiang2 de5 ling2 hun2 mo4 mo4 tiao4 le5 san1 ci4 sp1 dou1 leng3 de5 fan3 hui2 gao4 su4 rou4 ti3 tiao4 bu4 de2 sil +006858 sil ceng2 bei4 fa3 guo2 mei2 ti3 guan1 zhu4 de5 lei2 nuo4 gong1 ye4 jian4 die2 an4 sp1 hen2 ke3 neng2 xi4 ren2 wei2 nie1 zao4 sil +006859 sil yong4 hu2 luo2 bo5 zhi1 sp1 qin2 cai4 zhi1 sp1 bo1 cai4 zhi1 sp1 jia1 ru4 ji1 dan4 he2 mian4 sp1 mian4 tiao2 ye2 hen3 jin1 dao4 sil +006860 sil ling4 yi1 shi2 san1 sui4 gu3 xing4 shao4 nian2 zai4 shi4 gu4 zhong1 yu4 nan4 sil +006861 sil yi4 nian2 sp1 han4 ming2 di4 chi4 ling4 sp1 zai4 guo2 du1 xi1 xing1 jian4 seng1 yuan4 sp1 qu3 ming2 sp1 bai2 ma3 si4 sil +006862 sil zai4 yu3 a1 fu4 han4 guan1 yuan2 da3 jiao1 dao4 de5 shi2 hou4 sp1 da2 dian3 shi4 bi4 bu4 ke2 shao3 de5 sil +006863 sil yin1 wei4 you3 zi1 jin1 bu3 tie1 sp1 jia1 shang4 you3 nong2 ye4 tui1 guang3 zhao1 pai2 sp1 ta1 men5 zi4 ren4 wei2 zhan4 le5 pian2 yi5 sil +006864 sil zhi1 hou4 sp1 ben3 bao4 jie1 dao4 gai1 jiu2 chang3 lai2 han2 sp1 cheng1 qi2 wei2 shu1 fa3 zi4 ti3 sil +006865 sil zhe4 shi4 yi4 jian1 yong4 tu3 pi1 he2 mao2 cao3 da1 jian4 de5 fang2 zi5 sp1 di1 ai2 jian3 lou4 sil +006866 sil xi1 wang4 ta1 men5 de5 suo3 zuo4 suo3 wei2 sp1 neng2 shou1 lian2 dian3 sil +006867 sil lu4 ren2 da4 hu1 shua3 liu2 mang2 sp1 bing4 li4 ji2 bao4 jing3 sil +006868 sil hai2 you3 wang2 you2 jiang3 shu4 ceng2 can1 yu4 xun4 xin1 de5 jing1 li4 sil +006869 sil mei2 you2 yan3 chang4 hui4 sp1 wo3 de5 yin1 yue4 sp1 zhi3 wan2 cheng2 le5 yi2 ban4 sil +006870 sil zhi4 jin1 nian2 guo4 liu4 xun2 de5 ta1 hai2 shi4 guang1 gun4 sil +006871 sil ma1 ma5 si4 hu1 bei4 re2 nao3 le5 sp1 mei2 tou2 yi2 zhou4 sil +006872 sil zuo2 tian1 zai4 bei3 jing1 jie1 tou2 sp1 hai2 zi5 bei4 jia1 zhang3 sp1 bao1 guo3 yan2 shi2 sp1 di2 dang3 han2 liu2 sil +006873 sil chen2 wen2 xi1 an4 chi1 yi4 jing1 sp1 xiang3 sp1 nan2 guai4 zhe4 ren2 bu2 shi4 da4 ya3 sp1 bu2 shi4 da4 su2 sp1 yuan2 lai2 sp1 nai3 shi4 da4 ben4 sil +006874 sil xie4 ting2 feng1 sp1 zuo2 dan1 ren4 zhou1 jie2 lun2 yan3 chang4 hui4 jia1 bin1 sp1 pie3 bu4 he2 chuan2 wen2 sil +006875 sil yu2 shi4 sp1 ta1 yi4 zhi2 pan2 suan4 zhe5 zhao3 ji1 hui4 jiang1 zi4 ji3 de5 shen1 fen4 piao3 bai2 sil +006876 sil zhang1 zi4 xing1 zai4 fu2 jian4 sp1 yu3 lao2 mu3 qin1 ge1 ge5 sao3 sao5 ju1 zhu4 sp1 wei4 hun1 sil +006877 sil chuang4 xin1 chuang4 ye4 shi4 zhong1 guan1 cun1 bu4 xiu3 de5 ling2 hun2 sil +006878 sil chun1 lan2 gu3 fen4 si4 yue4 fen4 sp1 shi4 fou3 zhen1 de5 tui4 shi4 sil +006879 sil zuo2 tian1 zhong1 wu3 sp1 feng1 gua1 de2 zheng4 jin3 sp1 juan2 qi3 lu4 bian1 can2 cun2 de5 ji1 xue3 sil +006880 sil ling4 wai4 sp1 jiu4 shi4 chong1 fen4 fa1 hui1 dun3 chuan2 de5 zuo4 yong4 qu2 shui3 sil +006881 sil wei2 yi1 ling4 ma3 de2 bao3 bu2 shun4 xin1 de5 sp1 jiu4 sheng4 xia4 wen2 xue2 she4 sil +006882 sil dang1 shi2 jiang4 jiang1 jing1 wen2 zhuan4 ke4 de5 shi2 hou4 sp1 jing1 shi2 bian4 xian3 xian4 le5 ta1 zui4 yuan2 ben3 de5 yan2 se4 sil +006883 sil ju4 liao2 jie3 sp1 jin1 hou4 sp1 lao3 lou2 gong1 nuan2 gai3 zao4 jiang1 lu4 xu4 jin4 xing2 sil +006884 sil ci3 ci4 ran2 you2 fu4 jia1 fei4 xia4 tiao2 sp1 yi4 shi4 nian2 nei4 shao2 you3 de5 xia4 tiao2 sil +006885 sil jie1 zhe5 sp1 xie4 hua2 chang1 ye3 zuo4 shang4 chuang2 sp1 yong4 shuang1 shou3 si2 si3 qia1 zhu4 a1 hui4 de5 hou2 long5 sil +006886 sil ji4 xiang3 rang4 ma3 er2 pao3 sp1 you4 bu4 gei2 ma3 er2 zu2 gou4 de5 cao3 sp1 qi2 jie2 guo2 sp1 ye3 jiu4 zai4 yi4 liao4 zhi1 zhong1 sil +006887 sil you4 ce4 shi4 qu4 nian2 gang1 gang1 tuo4 kuan1 de5 san1 lou2 pai2 xiao3 guang2 chang3 sp1 ping2 shi2 gong1 shi4 min2 xiu1 xian2 yong4 sil +006888 sil wo3 ba4 ba5 he2 wo3 ma1 ma5 sp1 gen1 ben3 jiu4 mei2 you3 gong4 tong2 yu3 yan2 sil +006889 sil zhe4 li3 hai2 shui3 bi4 lan2 sp1 dao3 min2 re4 qing2 hao4 ke4 sp1 qie3 cong1 ming2 ji1 zhi4 sil +006890 sil jin1 tian1 sp1 nv2 you3 zhua1 zhu4 wo3 de5 shou3 cuo1 le5 ban4 tian1 sp1 wo3 mei2 li3 ta1 sp1 wo3 wen4 ta1 zen3 me5 le5 sil +006891 sil cun1 min2 jie1 guan3 ping2 yang2 xiao3 xue2 hou4 sp1 jiao4 xue2 zhi4 liang4 sp1 wen3 bu4 hui2 sheng1 sil +006892 sil wo3 zhi1 dao4 ta1 you3 zhe4 ge5 dong4 zuo4 la5 sp1 ta1 ye3 ceng2 jing1 wen4 wo3 de5 dang4 qi1 sil +006893 sil kuang4 qie2 li3 zhuang1 shi4 fou3 ceng2 zai4 hui4 jian4 gong1 shi2 zha2 yan3 sp1 shang4 wei4 ke3 zhi1 sil +006894 sil er4 shi4 san1 da4 la1 dong4 yin1 su4 sp1 zong2 ti3 cheng2 qu1 huan2 zou3 shi4 sil +006895 sil ci3 ci4 sp1 zhong1 guo2 fei1 die2 dui4 pai4 chu1 de5 shi4 zhang1 yi4 yao2 liu2 jie2 he2 sun1 chong2 lun2 can1 sai4 sil +006896 sil ci3 wai4 sp1 ma3 ying1 jiu3 lian2 pu2 wang3 ye4 shang4 sp1 ye3 hui4 lian4 jie1 zong2 tong2 fu3 shang4 fang3 cheng2 xu4 de5 ye4 mian4 sil +006897 sil dan4 hen2 shao2 you3 cong2 fa2 li2 fa3 de5 shi2 shi1 sp1 jian1 du1 fang1 mian4 sp1 fen1 xi1 wen4 ti2 de5 gao3 zi5 sil +006898 sil you3 ji4 zhe3 wen4 sp1 bo2 er3 te4 shi4 fou3 shi4 dang1 jin1 zui4 hao3 de5 duan2 pao3 xuan2 shou3 sil +006899 sil gao1 xiao3 song1 jiu4 geng4 bu2 yao4 shuo1 le5 sp1 ta1 dui4 yin1 yue4 shi4 bi3 jiao4 tiao1 ti4 de5 sil +006900 sil cheng2 ke4 sha2 yan3 sp1 zhi3 neng2 xia4 che1 deng3 yi4 pang2 sil +006901 sil zhe4 xu1 yao4 chou2 bei4 cuo1 shang1 he2 mei2 you3 yi4 wai4 sil +006902 sil ju4 yi2 wei4 chu1 zu1 che1 si1 ji1 cheng1 sp1 cong2 chan3 he2 dao4 shi4 fa1 di4 du3 che1 fei1 chang2 yan2 zhong4 sil +006903 sil hui4 yi4 dian2 dian3 sp1 wo3 hen2 xi3 huan1 he2 peng2 you5 yi4 qi3 wan2 nao3 jin1 ji2 zhuan3 wan1 ne5 sil +006904 sil jiu1 jing4 shi4 ni2 qiu5 shan4 yu2 man2 yu2 hai2 shi4 bie2 de5 yu2 sp1 da4 jia1 dou1 nong4 bu4 ming2 bai5 sil +006905 sil nan2 zi3 yi4 ting1 sp1 ba2 tui3 xiang2 pao3 sp1 bei4 tong2 xue2 men5 wei2 zhu4 bao4 le5 jing3 sil +006906 sil jin1 hou4 sp1 zhuan1 ye4 hua4 jiang1 shi4 kong1 zhong1 yao1 yao1 ling2 de5 fa1 zhan3 mu4 biao1 sil +006907 sil qi2 shi2 wo3 xian4 zai4 wei2 yi1 neng2 zuo4 de5 jiu4 shi4 sp1 ta1 ta1 shi2 shi2 yan3 xi4 sil +006908 sil sui2 zhi1 xiang3 yang2 chang2 er2 qu4 sp1 bei4 wo3 ma1 ma5 tuo1 zhu4 bu2 fang4 sp1 ta1 you4 ba2 wo3 ma1 ma5 shuai2 dao3 zai4 di4 sil +006909 sil wo3 shi4 shen2 deng1 sp1 ke2 yi2 man3 zu2 ni3 yi2 ge4 yuan4 wang4 sil +006910 sil long2 xia1 de5 yuan2 zui4 ye3 bei4 jie1 lu4 le5 chu1 lai2 sil +006911 sil zhong1 guo2 xian4 zai4 zheng4 chu3 yu2 liu2 yi4 si1 guai2 dian3 sil +006912 sil jie2 zhi3 shi2 jiu3 shi2 sp1 quan2 shi4 gong4 zhuan3 yi2 ren2 yuan2 san1 shi2 dian3 sp1 yi1 qi1 ling2 qi1 wan4 ren2 sil +006913 sil lao3 ren2 shuo1 sp1 dang1 shi2 ta1 jia1 ting2 tiao2 jian4 bing4 bu4 hao3 sp1 sui2 zhe5 yue4 zhang3 yue4 da4 sp1 mian2 ao3 bian4 xiao3 le5 sil +006914 sil zhe4 shi4 nan2 chao2 xian3 kui2 lei3 jun1 fang1 sp1 hao4 zhan4 kuang2 cai2 neng2 shang4 yan3 de5 mao4 xian3 de5 jun1 shi4 tiao3 xin4 sil +006915 sil wa2 er2 tan3 cheng2 fei1 chang2 qi1 dai4 da3 yun1 shou4 hai4 ren2 sp1 bang2 qi3 ta1 de5 shou2 jiao3 ji2 sai1 zhe5 qi2 zui3 ba1 sil +006916 sil zhe4 jue2 fei1 song3 ren2 ting1 wen2 sil +006917 sil fan3 fu4 nian3 ya1 yi4 shuo1 sp1 bu4 cheng2 li4 sil +006918 sil ni3 men5 zen3 me5 hui4 deng3 de5 dao4 ya5 sil +006919 sil zai4 ka1 shi2 lao3 cheng2 qu1 sp1 zhang1 chun1 xian2 lai2 dao4 nang2 tanr1 r qian2 sp1 zou3 jin4 ju1 min2 zhong1 sil +006920 sil ting2 jian4 shi4 jian4 bian4 cheng2 feng1 shui3 men2 bao4 dao4 hou4 sp1 wang2 yin2 feng1 sp1 geng4 shi4 zuo4 le5 wei3 zheng4 sil +006921 sil fu4 dan4 da4 xue2 xie4 jiao4 shou4 de5 zao1 yu4 sp1 qia4 qia4 chuo1 dao4 le5 xin1 she4 hui4 bao2 xian2 fa3 de5 ruan3 lei4 sil +006922 sil jie1 zhe5 sp1 jiang2 jie3 yuan2 you4 cheng1 si4 miao4 zheng4 xiu1 shan4 sp1 qing3 lai2 le5 feng1 shui3 da4 shi1 sp1 ke2 mian3 fei4 jie3 da2 sil +006923 sil qi2 zhong1 liang2 ben3 chu1 zi4 gu3 e4 er3 duo1 si1 ren2 zhi1 bi3 sp1 ti3 xian4 chu1 nong2 yu4 de5 di4 fang1 wen2 hua4 te4 se4 sil +006924 sil hu2 li5 shuo1 sp1 hou2 zi5 sp1 ping2 ni3 zhe4 dian3 xiao2 xiao3 de5 ben3 shi4 sp1 ni3 zhe4 ben4 dan4 sp1 hai2 xiang3 zuo4 shou4 zhong1 zhi1 wang2 ma5 sil +006925 sil wai4 sheng5 quan2 shen2 guan4 zhu4 de5 guan1 cha2 zhong1 sp1 tu1 ran2 zhe4 jia1 huo5 shuo1 le5 ju4 sp1 zhe4 me5 dian3 wan2 yir4 r sp1 zen3 me5 gou4 chi1 sil +006926 sil bei4 ye3 zhu1 zao1 ta4 de5 yi2 ta4 hu2 tu5 de5 zhuang1 jia4 di4 sil +006927 sil ju4 zhang1 xian1 sheng5 zhe4 wei4 peng2 you5 tou4 lu4 sp1 wang1 han2 zhang1 xin4 zhe2 deng3 ming2 xing1 sp1 jun1 shou4 yao1 peng2 chang3 sil +006928 sil hei1 xia1 zi5 dao3 zheng4 shi4 kai1 fang4 le5 sil +006929 sil tie3 men2 yi4 guan1 sp1 da4 jia1 dou1 nian1 le5 sil +006930 sil zhang1 mi1 jiu4 zhe4 yang4 chong2 gui1 yu2 le4 quan1 sil +006931 sil zuo2 tian1 sp1 fu2 ling2 qu1 wei2 zu3 zhi1 bu4 cheng1 sp1 gong1 shi4 shi2 jian1 fei1 you3 yi4 an1 pai2 sil +006932 sil chu1 bu4 gu1 ji4 sp1 zhe4 xiang4 qing1 yu1 gong1 cheng2 xu1 yao4 wa1 jue2 shang4 bai3 wan4 fang1 yu1 ni2 sil +006933 sil ta1 rang2 qi3 lai2 sp1 wo3 bu2 ren4 shi5 ta1 sil +006934 sil qi2 zhong1 sp1 fu4 yun4 he2 qie3 mo4 ji1 chang3 li4 zheng1 zai4 jin1 nian2 kai1 gong1 jian4 she4 sil +006935 sil ju4 xi1 sp1 gai1 fen4 bao4 gao4 yi3 ti2 jiao1 zhi4 guang3 dong1 sheng2 wei3 zheng4 ce4 yan2 jiu1 shi4 sil +006936 sil zhe4 shi4 wo2 sheng2 shou3 ci4 pai1 dao4 ye3 wai4 da4 xiong2 mao1 sp1 bei1 zhe5 bao3 bao5 xing2 zou3 sil +006937 sil jing1 cha2 sp1 gai1 zhen2 suo3 wei2 hei1 zhen2 suo3 sil +006938 sil ru2 yu2 ru3 zhi4 pin3 zhong1 san1 ju4 qing2 an4 lin2 shi2 guan2 li3 xian4 liang4 zhi2 gong1 gao4 sp1 tong2 shi2 fei4 zhi3 sil +006939 sil zhou1 wei2 dou1 shi4 yi4 xie1 di1 ai3 de5 fang2 wu1 sp1 yu2 guang3 zhou1 cheng2 nei4 de5 gao1 lou2 da4 sha4 sp1 xiang1 qu4 shen4 yuan3 sil +006940 sil ru2 guo3 shuo1 mo2 huan4 de5 hua4 sp1 jiu4 shuo1 ming2 sp1 wo3 shi4 zhi2 jie1 cong2 sp1 ma2 er3 ke4 si1 nar4 r guo4 lai2 de5 sil +006941 sil dong4 zai4 bo1 li2 wai4 ce4 qing1 xi1 ke3 jian4 sp1 bo1 li2 li3 ce4 ze2 shi4 sp1 niu3 kou4 da4 xiao3 de5 ao1 cao2 sil +006942 sil zu3 zhi1 shang4 zhi1 dao4 wo3 de5 zao1 yu4 hou4 sp1 an1 pai2 wo3 xiu1 xi5 sil +006943 sil yin1 gao1 tie3 gu4 zhang4 pin2 fa1 sp1 jing1 hu4 hang2 xian4 piao4 jia4 hui2 nuan3 qu1 shi4 ming2 xian3 sil +006944 sil rui2 rui3 he2 tong2 qu4 xi1 men2 de5 qi2 ta1 tong2 xue2 sp1 zao3 zai4 zhi3 ding4 qu1 yu4 pai2 dui4 sil +006945 sil dang1 nv3 ren2 rong2 yi4 ma5 sp1 xia4 tian1 chuan1 ge4 qun2 zi5 sp1 hai2 dei3 zai4 chuan1 ge5 an1 quan2 ku4 sil +006946 sil dang1 ran2 hui4 sp1 xiao3 cai4 yi4 die2 ya5 sp1 zhu3 ren2 jue2 de5 wo3 de5 sheng1 yin1 hao3 ting1 ma5 sil +006947 sil mu4 qian2 sp1 di4 yi1 er4 san1 ba1 shui2 chang3 de5 ying4 ji2 qu2 shui3 she4 shi1 sp1 yi2 qi3 dong4 sil +006948 sil ru2 jin1 sp1 ge2 qi3 yi4 cheng2 le5 yi4 jia1 xiao3 zhuang1 shi4 gong1 si1 de5 lao2 ban3 sp1 xiao2 you3 bao2 cai2 sil +006949 sil zheng4 fu3 fa1 tong1 zhi1 cui1 kuan3 sp1 bu4 jiao1 qian2 ting2 ban4 yi2 qie4 jian4 she4 shou3 xu4 sp1 zhe4 qi2 zhong1 sp1 dao4 di3 wei4 he2 sil +006950 sil cheng2 dan1 bian1 zuan3 ren4 wu5 de5 shi4 xie4 chen2 sheng1 sp1 wu2 jing4 an1 sp1 cheng2 tian1 fu4 sil +006951 sil yan2 zhong4 shi2 ke3 yin2 qi3 xun2 huan2 shuai1 jie2 he2 re4 jing4 luan2 deng3 sil +006952 sil xiao4 zhang3 zhang1 yao2 xue2 xiao4 cheng1 sp1 zi4 ji3 wang4 dai4 gao3 zi5 le5 sp1 zhi3 shi4 xiang3 shuo1 shuo1 xin1 li3 hua4 sil +006953 sil gu3 ling2 yue4 chao1 qian2 de5 hai2 zi5 sp1 cheng2 nian2 hou4 shen1 gao1 jiu4 yue4 ai2 xiao3 sil +006954 sil bei3 jing1 ge4 bie2 jian1 ce4 dian3 sp1 xi1 hong2 shi4 qie2 zi5 sp1 tu3 dou4 yang2 cong1 sp1 yin1 xia4 xue3 yuan2 yin1 duan4 huo4 sil +006955 sil shi4 wei1 zhe3 ye2 zu3 se4 le5 ke1 jia1 bang1 ba1 sp1 ao4 lu3 luo2 ji2 bo1 tuo1 xi1 deng3 cheng2 shi4 de5 jie1 dao4 sil +006956 sil da4 shu1 shuo1 sp1 mei2 you3 sp1 wo3 shuo1 sp1 na4 gan2 jin2 mai3 a5 sp1 wo3 dou1 zhao3 le5 san1 ge4 ren2 cai2 qiang3 dao4 piao4 sil +006957 sil jie1 tou2 an1 quan2 tao4 shou4 mai4 ji1 cheng2 kong1 bai3 she4 sil +006958 sil qian2 ren2 hao2 dui4 ci2 han3 yuan1 sp1 fou3 ren4 dang1 shi2 you3 xing4 sao1 rao2 nv3 lin2 yan3 sp1 qiang2 diao4 zhi3 shi4 wu4 hui4 sil +006959 sil you3 po4 li4 sp1 ye2 hen3 du2 duan4 sp1 rong2 yi4 de2 zui4 ren2 sil +006960 sil ta1 de5 di4 di5 de2 le5 qiang2 zhi2 xing4 ji2 sui3 yan2 sil +006961 sil you2 yu2 qian2 wang3 wen4 chuan1 de5 dao4 lu4 sp1 bei4 hua2 po1 de5 shan1 ti2 zu3 duan4 sp1 che1 dui4 sp1 bei4 zu3 yu2 zi3 ping2 pu4 sil +006962 sil fou2 zhe3 sp1 shui4 wu4 ji1 guan1 ke2 yi3 tong1 zhi1 chu1 jing4 guan2 li3 ji1 guan1 zu2 zhi3 qi2 chu1 jing4 sil +006963 sil zheng4 fu3 bu4 men2 de5 guan1 yuan2 fu4 ze2 ren2 yao4 dai4 tou2 lian2 jie2 zi4 lv4 sp1 yan2 ge2 yao1 qiu2 pei4 ou3 zi2 nv3 sil +006964 sil ri4 ben3 shang1 jie4 ju4 bo4 song1 xia4 xing4 zhi1 zhu4 xian1 sheng5 sp1 fa1 ming2 le5 yi4 zhong3 jing1 dian3 ma4 shu4 sil +006965 sil fan4 dian4 lao2 ban3 quan4 shuo1 wu2 guo3 hou4 sp1 shuang1 fang1 jiao4 lai2 bang1 shou3 hu4 ou1 sil +006966 sil bao3 hu4 hao2 wu3 yi2 qing1 shan1 lv4 shui3 sp1 cai2 you3 mei2 hao3 xing4 fu2 de5 wei4 lai2 sil +006967 sil ji4 zhe3 gu2 qi2 yong3 qi4 sp1 zhan4 dao4 le5 xuan4 feng1 dui4 mian4 liang2 mi3 kai1 wai4 sil +006968 sil jin1 tian1 li4 kong2 zi3 xiang4 sp1 yuan3 fei1 su4 xiang4 de5 yi4 yi4 sp1 geng4 zai4 yu2 li4 bei1 sil +006969 sil wo3 jue2 de5 shi2 san1 chai1 zen3 me5 zhe1 sp1 ye3 neng2 qu4 tang4 ao4 si1 ka3 ba5 sp1 dei3 lian4 lian5 sil +006970 sil yi1 lang3 fa1 zhan3 dan4 dao4 dao3 dan4 sp1 yu3 yi1 lang3 dui4 guo2 ji4 she4 hui4 de5 yi4 wu4 bei4 dao4 er2 chi2 sp1 yue1 han4 de2 luo2 shuo1 sil +006971 sil hao3 zai4 sp1 ge1 ge5 sao3 sao5 dui4 ta1 dou1 bu2 cuo4 sp1 liang3 ge4 jie3 jie5 sp1 ye2 gei3 le5 ta1 hen3 duo1 jie1 ji4 sil +006972 sil hai2 zi5 dang1 shi2 jiu4 qiang4 nai3 le5 chuan3 bu2 shang4 qi4 lai2 sil +006973 sil ru2 jin1 sp1 xiao3 yuanr4 r yi3 jing1 shi2 sui4 le5 sp1 cong1 ming2 ling2 li4 sp1 xi3 huan1 chang4 ge1 hua4 hua4 sil +006974 sil shi2 pin3 an1 quan2 biao1 zhun3 sp1 bao3 zheng4 an1 quan2 shi4 di3 xian4 sil +006975 sil nan2 you3 shang4 ce4 suo3 de5 shi2 hou4 wu2 liao2 sp1 fan1 kan4 wei1 bo2 jiu4 da3 suan4 shi4 shi5 sil +006976 sil hao2 xiang3 gan2 jin2 zhang3 da4 cheng2 ren2 le5 sp1 hao3 he2 ni3 huan1 xin1 tan4 tao3 yi2 xia4 xia4 sil +006977 sil dai4 dao4 jiu2 dian3 sp1 si4 ge5 ren2 gai1 shuo1 de5 hua4 dou1 shuo1 wan2 le5 sp1 hun1 ran2 yu4 shui4 sil +006978 sil zhe4 ge4 zhen3 kuang4 shan1 sp1 lin2 chang2 jiang1 de5 huang2 shi2 sp1 dang1 shi2 lian2 ma3 lu4 ye3 mei2 you3 sil +006979 sil wo3 de5 xing4 ge2 bi3 jiao4 shuang3 zhi2 sp1 liao4 bo1 he2 wo3 bu4 yi2 yang4 sp1 ta1 bi3 jiao4 nei4 xiang4 sil +006980 sil wo3 dou1 bu4 zhi1 dao4 qi2 ta1 ren2 you3 duo1 shao3 sp1 ke3 neng2 shi4 qi2 ta1 fang2 you3 piao4 ne5 sil +006981 sil wo3 xiang1 xin4 sp1 kan4 dao4 ni3 de5 ming2 zi5 di4 yi1 yan3 sp1 wo3 jiu4 hui4 ai4 shang4 zhei4 ge5 ming2 zi5 sil +006982 sil xin1 chun1 qi1 jian1 sp1 bu4 shao3 dian4 pu4 xiu1 ye4 sp1 que4 cheng2 wei2 zei2 ren2 de5 zuo4 an4 mu4 biao1 sil +006983 sil qi2 yu2 de5 shi2 si4 dian2 wu3 ba1 qi1 wu3 dun1 wen4 ti2 nai2 fen3 yi3 bei4 dang1 di4 xiao1 hui3 sil +006984 sil ran2 ze2 jing1 xiao1 shang1 ye3 bu2 shi4 mei2 you3 xia2 ci1 sil +006985 sil you2 yu2 dang1 shi2 che1 nei4 ren2 shu4 jiao4 duo1 sp1 liang3 wei4 po2 po5 bei4 ren2 qun2 ji3 de5 dong4 tan5 bu4 de2 sil +006986 sil wo3 zheng4 zai4 jian3 fei2 ne5 sil +006987 sil wu3 yi1 jia4 qi1 jiang1 zeng1 kai1 shi2 si4 dui4 zhi2 tong1 ke4 che1 sil +006988 sil wo3 shou1 dao4 zhi3 ling4 sp1 zhe4 jiu4 hui2 qu4 nu3 li4 zuan1 yan2 sp1 ni3 deng2 wo3 de5 hao3 xiao1 xi5 sil +006989 sil zhe4 yang4 jiu4 ying1 gai1 qiang2 chai1 gong1 min2 de5 fang2 wu1 ma5 sil +006990 sil gui4 tai2 shang4 you3 zhao1 pai2 sp1 zhuang1 yi1 fu5 de5 su4 liao4 dai4 you3 zi4 yang4 sil +006991 sil you3 ren2 fa1 xian4 sp1 zhe4 ji2 sang3 zi5 hou3 de5 sp1 man3 shi4 he2 nan2 weir4 r sil +006992 sil qi2 dong4 zuo4 de5 shi2 zhi4 shi4 qu2 dao4 li4 run4 bao3 hu4 wen4 ti2 sil +006993 sil ren2 ren2 wang3 sp1 ba3 zhe4 jian4 shi4 na4 ru4 kai1 xue2 qiu3 shi4 zhi1 yi1 sil +006994 sil ni3 yao4 yi3 ying4 dui4 ying4 sp1 zuan4 shi2 shi4 neng2 da3 dong4 ta1 de5 xin1 de5 sil +006995 sil suo2 yi2 yi3 hou4 da3 che1 shi2 sp1 da4 jia1 hai2 yao4 kan4 kan5 che1 ding3 yo5 sil +006996 sil nan2 ren2 zhuang1 sp1 si4 hu1 wan2 de5 jiu4 shi4 shi2 shang4 xin1 xian1 se4 sil +006997 sil jiao4 wo3 sa1 huang3 sp1 wo3 xin1 li3 bu4 shu1 fu5 sp1 bu4 ru2 zhao4 shi2 shuo1 sil +006998 sil lai2 gang3 sheng1 zi3 sp1 shi4 wei4 le5 gei3 chao1 sheng1 de5 bao3 bao5 piao3 bai2 sil +006999 sil e4 fa3 yi4 fa3 sp1 e4 fa3 fei1 fa3 sp1 shi4 fa3 lv4 shang4 de5 liang2 zhong3 jian4 jie3 sp1 zhi4 jin1 wu2 ding4 lun4 sil +007000 sil gai1 di4 kuai4 chu1 rang4 mian4 ji1 sp1 ba1 qian1 ling2 wu3 shi2 ba1 ping2 sp1 rong2 ji1 lv4 er4 dian2 wu3 sil +007001 sil yi1 teng2 rang2 yi1 shi2 fen1 kan4 hao3 mo4 lin2 dui4 yi2 dong4 shi4 chang3 de5 pan4 duan4 sil +007002 sil nu2 er3 cheng1 sp1 da4 lou2 nei4 chu3 cun2 you3 sp1 ba1 sha1 er3 zheng4 fu2 shi3 yong4 de5 wu3 qi4 sil +007003 sil lv3 yan4 zhi2 sp1 yi1 ba1 jiu3 si4 nian2 qi1 yue4 er4 shi2 ba1 ri4 sp1 chu1 sheng1 yu2 tian1 jin1 sil +007004 sil yi4 ting1 zhe4 hua4 sp1 li3 fu4 niu1 sp1 dun4 shi2 huang1 le5 shen2 sp1 gan2 jin2 wang3 hui2 pao3 sil +007005 sil pei2 yang3 bie2 ren2 de5 yi1 kao4 he2 lan3 duo4 sp1 ke3 bu2 shi4 wo3 men5 de5 ze2 ren4 sil +007006 sil yi4 kou3 lao2 xie3 gang1 dao4 sang3 zi5 yanr3 r sp1 dang1 ma1 de5 xun4 su4 bu3 le5 yi4 dao1 sil +007007 sil ni3 bu4 li2 wo3 de5 shi2 hou4 sp1 wo2 gan3 jue2 zi4 ji3 dou1 bei4 yu3 jiao1 tou4 le5 sil +007008 sil wang2 you3 wei4 ta1 da3 zao4 le5 shi2 duo1 kuan3 zao4 xing2 sp1 ge4 ge5 xu2 xu3 ru2 sheng1 sil +007009 sil yu2 shi4 sp1 ta1 men5 xiang4 xiang1 zheng4 fu3 ti2 chu1 sp1 xiang3 yi4 wu4 shan4 yang3 xiang1 li3 de5 yi4 xie1 gu1 gua2 lao3 ren2 sil +007010 sil ta1 zhao3 lai2 liang3 gen1 heng2 fu2 sp1 ning2 qi3 hou4 dui4 jie1 sp1 da3 suan4 zuo4 wei2 sheng2 zi5 sp1 gua4 dao4 chuang1 wai4 pa2 xia4 qu4 sil +007011 sil wo3 cai2 bu2 yao4 xue2 huai4 ne5 sil +007012 sil ke2 ni3 men5 zhe4 xie1 ming2 ming2 zhi1 dao4 shi2 qing2 de5 ren2 sp1 zen2 ke3 ru2 ci2 hen3 xin1 sil +007013 sil xiang1 xin4 ni2 ye3 ru2 ci3 sp1 you3 xie1 shi4 sp1 you3 xie1 ren2 jiu4 shi4 zha2 yan3 jian1 zhuan3 wei2 huai2 nian4 sil +007014 sil xian4 zai4 sp1 fu2 di4 mo2 zhe4 ge5 da4 ma2 fan5 jie3 jue2 le5 sp1 wo2 ye3 ao2 cheng2 le5 sheng4 nan2 sil +007015 sil jiang4 xue3 gei3 dang1 di4 ju1 min2 chu1 xing2 he2 nong2 mu4 ye4 sheng1 chan3 zao4 cheng2 yi2 ding4 ying2 xiang3 sil +007016 sil er2 ren2 min2 ri4 bao4 ze2 biao3 shi4 sp1 fang2 di4 chan3 li4 run4 sp1 lai2 de5 tai4 rong2 yi4 sil +007017 sil qian2 cheng4 gao4 su4 song4 hui1 sp1 bie2 wen4 le5 sp1 dang1 nian2 ta1 ken3 ding4 shi4 lao3 da4 sil +007018 sil jie1 shou1 juan1 wu4 jia4 zhi2 sp1 liang3 qian1 er4 bai3 si4 shi2 wu2 dian3 liu4 liu4 ba1 wu3 wan4 yuan2 sil +007019 sil wang1 feng1 xiong2 jiu4 shi4 zhe4 yang4 wang4 wo3 de5 gong1 zuo4 zhe5 sp1 zhi2 zhi4 lei4 dao3 zai4 gong1 zuo4 gang3 wei4 shang4 sil +007020 sil ta1 men5 shuo1 sp1 juan1 zeng4 zhe3 da4 duo1 wei2 nv3 xing4 sil +007021 sil you3 shen2 me5 zheng4 ju4 sp1 neng2 gou4 zheng4 ming2 li3 wan4 jun1 sp1 you3 fei1 fa3 zhan4 you3 de5 mu4 di4 ne5 sil +007022 sil zhe4 shi4 yi2 ge4 tong2 yang4 jue2 jiang4 de5 qiu1 ju2 sil +007023 sil yin1 ci3 sp1 ni3 yao4 xiang3 xue2 hui4 yi2 yang4 dong1 xi5 sp1 xun2 yi2 wei4 liang2 shi1 shi4 zui4 hao3 de5 ban4 fa3 sil +007024 sil ci3 qian2 sp1 ta1 yin1 tu2 shou3 pan1 pa2 shang4 dou3 feng1 cheng2 qiang2 ju4 xing2 yan1 cong1 deng3 zhao4 pian4 sp1 zai4 wang3 shang4 zou3 hong2 sil +007025 sil ni3 zhi1 dao4 gui3 wu1 zai4 na2 li3 ba5 sil +007026 sil xian4 zai4 de5 xin1 jia1 po1 nei4 ge2 zi1 zheng4 li3 guang1 yao4 sp1 jiu4 shi4 li2 xian3 long2 de5 fu4 qin5 sp1 yan4 qing3 wen1 zong2 li3 sil +007027 sil ta1 shuo1 qian2 qi1 mei2 shou1 dao4 yi4 ren2 sp1 shi4 yin1 wei4 tian1 qi4 yuan2 yin1 sp1 chui1 da4 feng1 sp1 ba3 gan1 gan1 chui1 dao3 le5 sil +007028 sil jiu3 san1 san1 lu4 gong1 jiao1 che1 sp1 ye3 hui1 fu4 le5 zheng4 chang2 ying2 yun4 sil +007029 sil shi4 bu2 shi4 zhen1 ai4 ya5 sp1 yao4 dui4 ren2 jia1 fu4 ze2 ren4 yo5 sil +007030 sil xuan2 ju3 guo4 cheng2 sp1 ye2 yin3 bao4 ji1 lie4 de5 zi1 yi4 zheng1 zhi4 sil +007031 sil ye4 zhu3 wang2 ning2 bo1 sp1 shi4 chen1 hua4 ji2 tuan2 dang2 wei3 shu1 ji4 sil +007032 sil zhe4 bu2 shi4 ming2 xian3 de5 bu4 zun1 shou3 wai4 jiao1 xie2 yi4 ma5 sil +007033 sil gei3 tuan2 dui4 ning2 jin3 fa1 tiao2 sp1 shi4 qiao2 bu4 si1 fu4 yu3 zi4 ji3 de5 ze2 ren4 sil +007034 sil ta1 xi3 huan5 shang4 wang3 sp1 re4 ai4 yi2 qie4 xin1 sheng1 shi4 wu4 sp1 he2 ai3 feng1 qu4 sil +007035 sil bu4 jin3 ru2 ci3 sp1 wai4 zi1 yin2 hang2 dui4 bing4 gou4 de5 wei4 kou3 ye2 hen3 da4 sil +007036 sil a1 li3 de5 hai2 zi5 sp1 bu4 zhi1 dao4 bei3 jing1 sp1 zhi3 neng2 ting1 dong3 shao2 xu3 han4 yu3 sil +007037 sil ta1 de5 lin2 ju5 sp1 zai4 zhan4 chang3 shang4 bei4 da3 xia1 le5 yi4 zhi1 yan3 jing1 sil +007038 sil bu4 shao3 kai1 dian4 dong4 che1 de5 shi4 min2 sp1 you2 yu2 yu3 xia4 de5 tai4 da4 sp1 zhi3 neng2 zai4 qiao2 xia4 duo2 yu3 sil +007039 sil dan4 an4 zhe4 ge5 shuo1 fa3 sp1 zhang1 yu2 qi3 li4 ke4 cong2 bei4 shuai3 fang1 sp1 bian4 cheng2 le5 pi1 tui3 fang1 sil +007040 sil zhi2 you3 lv4 ying2 tuan2 jie2 bu2 yao4 bei4 fen1 hua4 sp1 cai2 you3 shi2 li4 jiu4 bian3 sp1 bian2 ye3 cai2 neng2 fang4 de5 chu1 lai5 sil +007041 sil zhe4 yang4 wei1 yan2 song3 ting1 qian1 qiang2 fu4 hui4 de5 guan1 dian3 fa1 biao3 zai4 gui4 bao4 shang4 sp1 shi2 zai4 ling4 ren2 yi2 han4 sil +007042 sil cao2 lin3 tou4 lu4 sp1 da4 liang4 ling2 mu4 zao3 zai4 kao2 gu3 zhi1 qian2 jiu4 zai4 li4 dai4 bei4 ju2 bu4 po4 huai4 sil +007043 sil bo2 de2 man4 shi4 tu2 jiang1 qi2 gan2 zou3 sp1 dan4 que4 bu2 xing4 sp1 bei4 shan1 yang2 de5 ji1 jiao3 ci4 shang1 tui3 bu4 sil +007044 sil wei4 ming2 lun2 zhi3 chu1 qi2 zhong1 de5 ping2 ze4 cuo4 luan4 sil +007045 sil er2 jiang1 yu4 rong2 sp1 you4 hui1 fu4 le5 zai4 chuang2 bian1 dai1 zuo4 de5 shen2 qing2 sil +007046 sil jing3 fang1 jie4 ru4 zhui1 cha2 hou4 sp1 gong1 si1 lao2 ban3 hong3 pian4 yi2 ge4 shi2 huang1 nan2 ding3 bao1 sil +007047 sil sui2 hou4 sp1 chen2 de2 rong2 mu4 song4 qi1 zi3 sp1 bei4 er2 zi5 tai2 jin4 zhuang1 shui3 ni2 de5 shou3 fu2 dou2 dou3 che1 song4 zou3 sil +007048 sil liu2 zhi4 min3 xi1 wang4 juan1 mei4 yi4 ru2 sheng1 qian2 sp1 neng2 de2 dao4 nei4 xin1 de5 ping2 jing4 sil +007049 sil lin2 yu3 xiang2 de5 xiao4 ga1 ran2 zhi3 zhu4 sp1 ke3 jian4 zhei4 yi4 kou2 yao3 de5 da4 sil +007050 sil jin4 liang3 nian2 lai2 sp1 chou4 yang3 ceng2 zao1 po4 huai4 de5 xiao1 xi5 sp1 bu4 jue2 yu2 er3 sil +007051 sil ju4 xi1 sp1 ling2 guan3 mian4 chao2 yi4 tiao2 jiao4 zhai3 de5 ma3 lu4 sp1 ye4 jian1 hen2 shao2 you3 xing2 ren2 jing1 guo4 sil +007052 sil er4 ren2 xin1 zhong1 da4 lin3 sp1 ji2 mang2 ai1 qiu2 fang4 guo4 ta1 men5 sil +007053 sil ren2 jia1 zhang3 de5 hao3 de5 duo1 sp1 ge4 tou5 bi2 an3 er2 hai2 gao1 sil +007054 sil you2 yu2 shen1 shang4 de5 bei1 lou3 tai4 zhong4 sp1 zheng4 ting2 jiao3 xie1 xi5 sil +007055 sil wo3 ma1 ma5 you3 tang2 niao4 bing4 sp1 chang2 chang2 duo2 qi3 lai5 chi1 tang2 sil +007056 sil liang3 zhi1 huang2 li2 ming2 cui4 liu3 sp1 ni3 hai2 mei2 you2 nv3 peng2 you5 sil +007057 sil zhe4 shi4 shen1 shen1 zha1 gen1 yu2 sheng1 ming4 gen1 di3 de5 li4 liang4 sil +007058 sil qin1 zi3 jian4 ding4 hou4 sp1 zhe4 ge5 nan2 zi3 che4 di3 nian1 le5 sil +007059 sil ran2 qi4 qiang3 xiu1 gong1 ren2 sp1 ye3 zai4 dui4 po4 sun2 dian3 jin4 xing2 kan1 cha2 he2 xiu1 fu4 sil +007060 sil zhang1 gao1 ping2 chu1 yu2 hao3 xin1 sp1 jiang1 qi2 ji4 xu4 shao1 dai4 zhi4 gen4 qiu1 li4 jiao1 qiao2 sil +007061 sil chu2 le5 wei2 ren2 you3 xie1 mu4 ne4 wai4 sp1 zhao4 mou2 gei3 pang2 ren2 de5 zui4 da4 gan3 jue2 jiu4 shi4 te4 bie2 jian2 pu3 sil +007062 sil liang3 ge4 kan4 huo4 de5 ke4 ren2 zhong1 sp1 yi2 ge4 shi4 you4 lian3 gua1 shang1 sp1 yi2 ge4 shi4 zuo2 jiao3 da4 tui3 ceng4 po4 le5 sil +007063 sil zhua1 luo4 shi2 de5 guo4 cheng2 sp1 ye3 shi4 yi2 ge4 ji1 xiao3 sheng4 wei2 da4 sheng4 sp1 ji1 kui3 bu4 zhi4 qian1 li3 de5 guo4 cheng2 sil +007064 sil yi2 lu4 shang4 shui3 liu2 tuan1 ji2 sp1 xian3 tan1 zhong4 duo1 sil +007065 sil qi2 shi2 sp1 e2 luo2 si1 yu3 yue4 nan2 guan1 xi5 fei2 qian3 sil +007066 sil ru2 jin1 juan2 tu3 chong2 lai2 sp1 ling4 ye4 jie4 zhu3 mu4 sil +007067 sil xian4 chang3 sp1 luo2 gu3 xuan1 tian1 ren2 tou2 cuan2 dong4 sil +007068 sil bu2 hui4 chu1 xian4 zheng4 ce4 fan1 shao1 bing3 xian4 xiang4 sil +007069 sil wang2 nv3 shi4 sp1 pi2 fu1 bai2 xi1 shen1 cai2 yao2 tiao3 sil +007070 sil hou4 lai2 ta1 men5 yao3 ya2 qie4 chi3 de5 shuo1 sp1 neng2 gan4 sil +007071 sil yu2 te4 dao3 jiu4 zai4 nar4 r sp1 zai4 ta1 de5 dui4 mian4 sil +007072 sil xuan2 ju2 cai3 yong4 wu2 ji4 ming2 tou2 piao4 de5 fang1 shi4 sil +007073 sil zhao4 shi4 ye4 zhu3 zhuang1 mang3 sp1 bei4 qun2 zhong4 fa1 xian4 sil +007074 sil dao4 di2 you3 duo1 shao3 xue4 sp1 wo3 men5 ye3 mei2 you3 kan4 dao4 sil +007075 sil ta1 hai2 shen1 shou3 qu4 qia1 nv3 ren2 de5 bo2 zi5 sil +007076 sil yong4 dian4 qia2 kou3 sp1 ye3 jia1 ju4 le5 dian4 li4 jin3 zhang1 sil +007077 sil shou3 ji1 cha4 dian3 jiu4 bei4 ta1 men5 mo4 shou1 lou5 sil +007078 sil xia4 mian4 lian2 xian4 zhong1 yang1 tai2 ji4 zhe3 chai2 an1 dong1 sil +007079 sil xin1 fa1 di4 shi4 chang2 li3 zai4 guo4 cheng4 qin2 cai4 sil +007080 sil gu4 shi4 li3 de5 nong2 fu1 ji1 zhi4 yong2 gan3 sp1 shi1 zi5 sp1 ze2 shi4 yu2 ben4 de5 sil +007081 sil you2 ji3 ke1 de5 wei4 zhi4 shao1 wei1 kao4 li3 sp1 xu1 yao4 kua4 jin4 lan2 gan1 sp1 zou2 ji3 bu4 cai2 neng2 gou4 dao4 sil +007082 sil ta1 man2 lian3 zhou4 wen2 sp1 mei2 mao5 hua1 bai2 sp1 xiong1 qian2 gua4 zhe5 shen1 fen4 zheng4 sil +007083 sil zhe4 zhang1 che2 er3 duo5 de5 zhao4 pian4 cong2 fa1 chu1 dao4 zuo2 tian1 zhong1 wu3 wei2 zhi3 sp1 zhuan2 zai2 yi3 shang4 qian1 sil +007084 sil gu3 li4 fa1 zhan3 shang1 ye4 bao2 li3 ji1 gou4 sp1 wen2 tuo3 fa1 zhan3 sp1 min2 ying2 di4 san1 fang1 zhi1 fu4 ji1 gou4 sil +007085 sil ru2 jin1 sp1 zhang1 shuai4 ke3 sp1 yi3 cheng2 gong1 zhuan3 xing2 wei2 he2 nan2 sheng3 san2 da3 dui4 de5 zhu4 li3 jiao4 lian4 sil +007086 sil ta1 yi3 jing1 yao1 qiu2 tu2 er3 qi2 guan1 fang1 sp1 jia1 qiang2 dui4 mei3 guo2 wai4 jiao1 shi3 tuan2 de5 an1 quan2 bao3 hu4 sil +007087 sil suo2 yi3 sp1 mei3 ci4 you3 ren2 fang3 wen4 wo3 sp1 wen4 wo3 yong4 le5 na4 me5 duo1 nv2 yan3 yuan2 sp1 zui4 xi3 huan1 de5 shi4 shei2 sil +007088 sil xin1 de5 chai1 qian1 bu3 chang2 fang1 shi4 sp1 biao1 zhun2 yu3 yuan2 tiao2 li4 gui1 ding4 de5 bu3 chang2 fang1 shi4 sp1 biao1 zhun2 you3 shen2 me5 qu1 bie2 sil +007089 sil gong1 zuo4 ren2 yuan2 zheng4 tang1 zhe5 shui3 sp1 zai4 qiao2 mian4 shang4 jia4 she4 tie3 jia4 sp1 pu1 she4 mu4 ban3 sp1 yi3 zeng1 jia1 qiao2 gao1 sil +007090 sil tan2 ji2 zi4 shen1 de5 yin1 yue4 ding4 wei4 sp1 ta1 men5 zhi2 yan2 sp1 yao4 zuo4 nan2 ren5 sp1 ye2 menr5 r de5 yin1 yue4 sil +007091 sil dan4 kong3 bu4 sp1 wu2 fa3 qu1 san4 nei4 wai4 de5 re4 qi4 sp1 zhi1 heng2 sp1 bu4 jin1 bao4 yuan4 sp1 jin1 tian1 re4 cheng2 zhe4 yang4 sp1 zen3 me5 shui4 ne5 sil +007092 sil yong4 shen2 me5 hua4 lai2 zan4 mei3 zhei4 zhang1 tu2 dou1 shi4 cang1 bai2 de5 sil +007093 sil niu2 zhu4 qin2 shuo1 sp1 lao3 xue1 cong2 ci3 lao4 xia4 le5 bing4 gen1 sp1 yi3 hou4 wu2 lun4 qu4 na3 sp1 shen1 shang4 dou1 dai4 zhe5 yao4 sil +007094 sil a1 lan2 shuang3 kuai4 de5 da1 ying4 le5 sil +007095 sil ge4 shou1 fei4 zhan4 jin4 jing1 fang1 xiang4 ting2 zhi3 shou1 fei4 sp1 qu3 xiao1 san1 za1 shou1 fei4 zhan4 sil +007096 sil wo3 cai1 zhong4 le5 zhe4 kai1 tou2 que4 cai1 bu2 zhong4 zhe4 jie2 ju2 sil +007097 sil jin4 ri4 sp1 nan2 zi3 yi1 shen3 sp1 bei4 pan4 chu2 huan3 xing2 sil +007098 sil fa1 xian4 fang2 li3 duo1 le5 ge5 ren2 sp1 zhong4 mou3 xun4 su4 na2 zou3 chuang2 bian1 de5 liang3 zhi1 lin1 bao1 sp1 duo2 men2 er2 tao2 sil +007099 sil zai4 shu3 yu2 a1 lian2 qiu2 dui4 de5 zhuo1 shang4 sp1 hai2 san3 luan4 fang4 zhe5 kuang4 quan2 shui3 sp1 bing3 gan1 he2 he2 fan4 sil +007100 sil yi4 ban1 ren4 wei2 sp1 que4 ding4 ye1 lu4 sa1 leng3 de5 di4 wei4 sp1 shi4 jie3 jue2 ba1 yi3 chong1 tu5 de5 he2 xin1 wen4 ti2 sil +007101 sil you2 yu2 ti3 nei4 de5 bing4 du2 wu2 fa3 pai2 chu2 sp1 dao3 zhi4 gao1 fa1 bao3 quan2 shen1 fu2 zhong3 sp1 sao4 yang3 nan2 nai4 sil +007102 sil wo3 pei2 ni3 yi4 qi3 ting1 ting1 yin1 yue4 sp1 ran2 hou4 sp1 yi4 qi3 wang4 ji4 suo2 you3 nan2 shou4 sp1 wang4 ji4 quan2 shi4 jie4 sil +007103 sil dan4 shi4 yi4 pi1 ping2 wan2 sp1 ma3 shang4 jiu4 la1 zhe5 er2 zi5 sp1 yi4 qi3 wan2 you2 xi4 sp1 hong2 hong3 hai2 zi5 sil +007104 sil dan4 zai4 bu4 fen4 jia1 zhang3 kan4 lai2 sp1 yu3 qi2 man2 heng4 gan1 she4 sp1 bu4 ru2 li3 xing4 yin2 dao3 sil +007105 sil mian4 dui4 ji4 zhe3 men5 de5 yi2 zhi4 hao3 ping2 sp1 chen2 bin1 bo1 sp1 xiao4 yi4 ang4 ran2 sil +007106 sil lian2 he2 can1 mou2 ben3 bu4 sp1 wei4 yi4 yuan2 fang4 ying4 le5 cheng2 gong1 shi1 she4 de5 shi4 pin2 sil +007107 sil liu2 xian1 sheng5 yong4 li4 pai1 da3 he2 jiao3 chuai4 che1 men2 sp1 che1 men2 wen2 si1 bu2 dong4 sil +007108 sil yin1 wei4 fu4 bu4 qi3 guan1 cai5 fei4 sp1 chang3 jia1 sp1 yi3 bu2 zai4 gei2 fa3 yi1 shi4 song4 huo4 sil +007109 sil wei4 le5 chou2 qian2 zai4 guo4 du3 bo2 yin3 sp1 ta1 lia3 hang4 xie4 yi2 qi4 sp1 gan4 qi3 le5 pian4 zu1 qi4 che1 de5 gou4 dang4 sil +007110 sil shui3 qi4 ning2 jie2 cheng2 de5 xi4 xiao2 shui3 zhu1 jiu4 shi4 lu4 shui3 o5 sil +007111 sil guo2 jia1 nong2 ye4 bu4 fa1 xian4 sp1 pi2 ge2 nai2 fen3 si3 hui1 fu4 ran2 sil +007112 sil jiu2 jing3 fa2 zi3 de5 ji4 mu3 zhi2 zi5 sp1 ye3 jie1 shou4 le5 cai2 fang3 sil +007113 sil tan2 dao4 hao2 you3 ting2 feng1 yu3 bo2 zhi1 sp1 you2 ke3 neng2 li2 hun1 shou1 chang3 sil +007114 sil ling4 wang2 xiao3 cang1 qi2 guai4 de5 shi4 sp1 zhe4 xie1 yu2 zai4 kong1 zhong1 fan1 teng2 ji3 xia4 hou4 sp1 bian4 li4 ji2 si3 wang2 sil +007115 sil suo3 xing4 sp1 lin2 yu3 xiang2 qiao1 zha4 de5 shi4 shi1 ci2 er2 bu2 shi4 qian2 sil +007116 sil jia1 sp1 shi4 can2 zhuan1 he2 chai2 huo3 lei2 qi3 lai2 de5 yuan4 qiang2 sp1 su4 liao4 bu4 sp1 da1 jian4 qi3 lai2 de5 chu2 fang2 sil +007117 sil xiao1 cong1 xie2 yi3 zai4 bing4 chuang2 shang4 sp1 dui4 ji4 zhe3 de5 ti2 chu1 de5 wen4 ti2 sp1 ma2 mu4 de5 zha3 zhe5 yan3 jing1 sil +007118 sil kan4 dao4 er2 zi5 guai1 qiao2 ke3 ai4 sp1 zhang1 mei3 sp1 bu2 gu4 li2 hun1 xie2 yi4 yue1 ding4 sp1 shan4 zi4 jiang1 er2 zi5 dai4 zou3 sil +007119 sil kan1 cha2 xian4 chang3 de5 min2 jing2 gan3 dao4 hou4 sp1 xia4 bo1 shou2 li3 sp1 hai2 zuan4 zhe5 ji2 liu3 tou2 fa4 sil +007120 sil yin1 ci3 sp1 hai2 dei3 zhu4 yi4 fang2 yu4 lei2 dian4 he2 lei2 yu3 da4 feng1 deng3 qiang2 dui4 liu2 tian1 qi4 sil +007121 sil chun1 jie2 de5 cuo4 wei4 sp1 jiang1 da4 fu2 rao3 dong4 jin1 nian2 yi1 er4 yue4 tong2 bi3 shu4 ju4 sil +007122 sil er2 xiang4 shu4 ze2 kuan1 da4 er2 jian1 ying4 sp1 wu2 lun4 duo1 da4 de5 feng1 sp1 dou1 shi4 bu4 neng2 shi3 zhi1 wan1 qu1 de5 sil +007123 sil ying1 cai3 er2 chuan1 zhe5 hun1 sha1 pei4 qiu2 xie2 sp1 chen2 xiao3 chun1 de5 fu2 zhuang1 sp1 ye3 bu2 shi4 hen3 zheng4 shi4 sil +007124 sil lou2 fang2 zhi1 jian1 de5 da4 pian4 cao3 ping2 sp1 sa2 man3 jin1 guang1 shan2 shan3 de5 pu2 gong1 ying1 hua1 duo3 sil +007125 sil ceng2 jing1 you3 ge5 nv3 hair2 r wen4 wo3 sp1 ni3 shi4 shuai4 ge1 ma5 sil +007126 sil xiao3 lan2 jie1 guo4 yin3 liao4 sp1 lie3 zhe5 zui3 ba5 xiao4 le5 sil +007127 sil mei3 ci4 dao4 mei3 guo2 sp1 dou1 yao4 qu4 la1 si1 wei2 jia1 si1 de5 du2 chang3 sil +007128 sil zhang1 yan4 sheng1 cheng1 sp1 bu4 neng2 yin1 wei4 gai1 fa3 an4 dao4 yi4 shang4 de5 huang1 miu4 sp1 er2 di1 gu1 qi2 xian4 shi2 ying2 xiang3 sil +007129 sil shi4 lao3 po5 da4 ren5 sp1 wo2 ba3 jian2 tao3 shu1 xiu1 gai3 le5 wu3 bian4 ta1 cai2 man3 yi4 sil +007130 sil di4 shi2 jie4 shi4 ji4 lv4 jian3 cha2 wei3 yuan2 hui4 quan2 ti2 wei3 yuan2 lie4 xi2 le5 hui4 yi4 sil +007131 sil mu4 qian2 sp1 yi3 yin2 qi3 shan1 xi1 sheng3 nei4 wai4 zhao1 shang1 bu4 men2 de5 jing4 xiang1 zheng1 zhu2 sil +007132 sil luo2 tian1 cheng2 mi4 mi4 bei4 wa1 diao4 le5 sp1 jiao4 sp1 ni3 men5 bu4 ke2 yi3 gen1 zong1 wo3 de5 sil +007133 sil zui4 te4 bie2 de5 shi4 sp1 ji2 jiang1 guo4 sheng1 ri4 de5 huang2 ma1 ma5 sp1 ye3 xing4 yun4 ru4 xuan3 sil +007134 sil bao4 liao4 sp1 cheng2 wei2 ming2 zui3 men5 ji4 xu4 shou1 long3 guan1 zhong4 shou1 shi4 lv4 de5 wang2 pai2 sil +007135 sil jiu3 lou2 de5 zhao1 pai2 cai4 sp1 yi1 ran2 shi4 ta1 zui4 na2 shou3 de5 ke4 jia1 san1 bei1 ya1 sil +007136 sil liu2 yue4 lun2 gao4 su4 ji4 zhe3 sp1 fo2 shan1 hai2 nu3 li4 tui1 jin4 he2 yong3 de5 zheng3 zhi4 sil +007137 sil yi4 sheng4 huai2 de5 xiu1 lu4 gong1 ju4 hen2 jian3 dan1 sp1 zuan1 zi5 sp1 chu2 tou5 sp1 qiao1 chu2 he2 bo4 ji5 sil +007138 sil ji1 qi4 ren2 wo3 hui4 yi4 zhi2 pei2 zhe5 ni3 de5 sil +007139 sil wei4 min3 sheng1 jiao4 shou4 sp1 wei4 ji4 zhe2 ju3 le5 ge4 li4 sil +007140 sil wo3 mei2 shuo1 dun4 ji1 sp1 wo3 shi4 shuo1 dong4 ji1 sil +007141 sil qian2 fang1 ye3 shi4 ming2 liang4 er2 wen1 rou2 de5 guang1 sil +007142 sil suo2 yi3 sp1 zui4 da4 de5 xue2 wen4 shi4 qian1 xun4 sil +007143 sil shuai4 qi4 sp1 bu4 ke3 neng2 xuan4 yao4 yi2 bei4 zi5 sil +007144 sil jing1 zhen3 duan4 sp1 nan2 zi3 huan4 nao3 xue4 shuan1 sil +007145 sil yuan2 lai2 sp1 ni2 ye3 zai4 wan2 zhe4 ge5 ya5 sp1 ha1 ha1 sil +007146 sil gong1 ying4 ban2 ben3 geng4 shi4 he2 nian2 qing1 ren2 sil +007147 sil wan4 da2 ji4 sp1 wei2 chi2 heng2 li4 shang4 shi4 di4 wei4 sil +007148 sil guo4 nian2 de5 qi4 fen1 yi1 ran2 hen3 re4 nao4 sil +007149 sil zao1 shou4 jian1 ao2 de5 ren2 men5 sp1 shen1 shen1 pan4 wang4 zhe4 zhong3 ku4 shu3 sp1 neng2 you3 ge4 jin4 tou2 sil +007150 sil zhe4 xie1 xiang4 mu4 de5 can1 yu4 zhe3 sp1 bei4 cheng1 zuo4 sp1 ke3 xin4 he2 zuo4 huo3 ban4 sp1 fan4 wei2 yuan3 chao1 leng2 jing4 ji4 hua4 sil +007151 sil yi4 bian1 he2 ji4 zhe3 liao2 jia1 chang2 sp1 fu1 qi1 lia3 shou2 li3 de5 huo2 yi2 ke4 mei2 ting2 sil +007152 sil fang1 yi2 ba3 zhe4 feng1 de2 gao1 wang4 zhong4 de5 xin4 qing1 jia1 zai4 shu1 li3 sil +007153 sil shang4 shu4 yan2 lun4 sp1 de2 dao4 chai2 cai1 sp1 yi3 ji2 yi4 mou2 mou3 de5 zheng4 shi2 sil +007154 sil hai2 zi5 men5 he2 san1 xia2 gong1 cheng2 jian4 she4 zhe3 sp1 ka3 tong1 wa2 wa5 he2 ying3 sil +007155 sil ju4 xi1 sp1 hun1 li3 hai2 qing3 lai2 luo4 tuo5 sp1 da4 xiang4 yu2 ma3 zhu4 xing4 sil +007156 sil ling4 yi4 ming2 yu4 jing3 xu2 mou3 sp1 ze2 bei4 qiang2 zou2 jing3 fu2 sp1 bing4 bei4 kun2 bang3 sil +007157 sil chu2 le5 dai4 le5 jia1 li2 suo3 sheng4 bu4 duo1 de5 qian2 sp1 su1 chun1 shan1 hai2 sui2 shen1 chuai1 le5 yi4 ba2 jian3 dao1 sil +007158 sil wei4 jing1 piao3 bai2 de5 kou3 mo2 sil +007159 sil yi2 ge4 si4 hu1 cong2 lai2 mei2 xiang3 guo4 de5 wen4 ti2 sp1 yi2 ge4 qian2 xian3 er2 qian1 zhen1 wan4 que4 de5 ming4 ti2 sil +007160 sil tai4 yang2 na4 me5 da4 sp1 wo3 neng2 ba3 ta1 sheng1 xia4 lai2 ma5 wo3 sil +007161 sil la3 ba1 li3 chuan2 lai2 ma3 guang1 xing2 hong2 liang4 de5 ming4 ling4 sil +007162 sil zhe4 ge4 wen4 ti2 ta1 he2 song4 shi4 ping2 sp1 wu2 yi4 neng2 hui2 da2 sil +007163 sil zou3 le5 yi2 huir4 r sp1 si4 ren2 dao4 ye4 bu4 mian2 kuai4 can1 dian4 sil +007164 sil bu4 ting1 hua4 de5 hua4 sp1 gan3 mao4 le5 sp1 bie2 xiang4 wo3 ku1 su4 sil +007165 sil chen2 zhong4 de5 da4 men2 zai4 hou4 mian4 huan2 huan3 guan1 shang4 sil +007166 sil ben2 xiang2 zhao3 yi2 fen4 gong1 zuo4 sp1 bu4 ceng2 xiang3 gong1 zuo4 mei2 you3 zhuo2 luo4 sp1 pan2 chan5 que4 hen3 kuai4 hua1 guang1 le5 sil +007167 sil che1 xiang1 nei4 you2 nv3 cheng2 ke4 nao2 huo3 de5 pai1 da3 che1 men2 sp1 bing4 bu2 duan4 bao4 yuan5 zhe5 sil +007168 sil xue2 sheng1 jia1 zhang3 zhao3 dao4 qin2 mou3 hou4 sp1 yin1 qing2 xu4 ji1 dong4 sp1 yu3 qi2 fa1 sheng1 si1 che3 sil +007169 sil bei3 jing1 ao4 zu2 wei3 sp1 hai2 te4 pi1 wo3 men5 zai4 zhe4 li3 sp1 ban4 le5 zi4 ji3 de5 can1 ting1 sil +007170 sil gang1 kai1 shi3 shi2 sp1 xiao3 li4 zhi3 shi4 ou2 er3 shang4 wang3 sil +007171 sil yi1 fa2 tuo3 shan4 shen2 li3 she4 ji2 min2 sheng1 deng3 an4 jian4 sil +007172 sil qia4 qiao3 dang1 shi2 you2 jing3 che1 jing1 guo4 sp1 gai1 nan2 zi3 xun4 su4 diao4 zhuan3 fang1 xiang4 li2 kai1 sil +007173 sil gou4 mai3 le5 gui4 chang3 de5 yao4 pin2 liang3 he2 sp1 hui2 qu4 yi4 chi1 sp1 da4 yue1 yi2 ge4 liao2 cheng2 sp1 guo3 ran2 you3 xiao4 sil +007174 sil mei3 ci4 jing1 guo4 sp1 dao4 jian4 qiao2 shan1 shou4 lou2 chu4 de5 shi2 hou4 sp1 dou1 neng2 gan3 jue2 dao4 qin4 xin1 yi2 ren2 sil +007175 sil xi2 zhong4 xun1 xing4 ge2 li2 you3 mian2 ruan3 kuan1 hou4 de5 yi2 mian4 sp1 dan4 bing4 bu4 que1 shao3 zhi2 zhuo2 ying4 lang3 sil +007176 sil ru2 guo2 you3 wei1 xie2 sp1 lai2 zi4 yu2 qian2 fang1 yi3 ji2 ling4 yi2 ce4 fang1 sp1 ze2 ke2 yi2 kao3 lv4 shuang1 shou3 bao4 zhou3 sil +007177 sil zhe4 ci4 sp1 bai3 hong2 ji2 tuan2 lao2 ban3 jia4 nv3 er2 sp1 zai4 ci4 shua1 xin1 le5 tian1 jia4 jia4 zhuang5 ji4 lu4 sil +007178 sil ta1 men5 tou4 lu4 sp1 jiang1 zai4 ba1 yue4 ju3 xing2 yin1 yue4 hui4 sp1 huo4 bu4 shao3 hao2 you3 zi4 jian4 bang1 shou3 sil +007179 sil hen3 duo1 ren2 dou1 shuo1 song4 xiao2 bao3 shi4 chou2 xiao3 ya1 sp1 bian4 cheng2 le5 bai2 tian1 e2 sil +007180 sil ji1 ben3 wan2 gong1 de5 ji1 chang2 chang3 qu1 sp1 yi3 kan4 bu2 dao4 rong2 dong4 rong2 gou1 sil +007181 sil fan3 zheng4 dang1 yi4 tian1 he2 shang4 qiao1 yi4 tian1 zhong1 lou5 sp1 wo2 ye3 zai4 jian4 jian4 shi4 ying5 sil +007182 sil bie2 kan4 wo3 zhi2 you3 shi2 qi1 sui4 sp1 liao4 hen3 zu2 de5 sil +007183 sil hu2 liang4 he2 wang2 zhuo2 liang2 shi4 wang2 zhen4 de5 lin2 ju1 sp1 zai4 cai4 dian4 xin1 nong2 zhong1 xue2 du2 shu1 sp1 ping2 shi2 chang2 zai4 yi4 qi3 wan2 sil +007184 sil qi2 guo2 dong4 da4 chi1 yi4 jing1 sp1 xiang4 shi1 le5 shui3 fen4 de5 qie2 zi5 sp1 da1 la5 zhe5 nao3 dai4 sp1 gao4 ci2 le5 gong1 cheng2 shi1 sil +007185 sil xiao3 he4 de5 fu4 mu3 shi4 pu3 tong1 nong2 min2 sp1 lao3 shi2 mu4 ne4 sp1 zheng3 ri4 sp1 mang2 lu4 cao1 lao2 sil +007186 sil er2 zhao4 pian4 zhong1 de5 yin3 en1 hui4 sp1 geng4 ru2 tong2 zhuan1 ye4 mo2 ter4 r yi2 yang4 sp1 rang4 ren2 hui2 wei4 wu2 qiong2 sil +007187 sil bao4 yu3 si4 nve4 sp1 dao3 zhi4 hong2 shui3 meng2 zhang3 sil +007188 sil tao2 bu4 liao3 sp1 na4 zhi3 neng2 wen3 zhu4 bang2 fei3 sil +007189 sil you2 yu2 han1 tai4 ke3 ju1 bing4 shu4 liang4 xi1 shao3 sp1 jiang1 tun2 ye3 bei4 yu4 wei2 shui3 zhong1 da4 xiong2 mao1 sil +007190 sil jin4 ri4 sp1 yong3 jia1 jian3 cha2 yuan4 sp1 yi3 qiao1 zha4 le4 suo3 zui4 sp1 fang4 huo3 zui4 sp1 qi3 su4 dong2 mou3 sil +007191 sil dui4 ci3 sp1 bu4 shao2 wang3 min2 ti2 chu1 le5 yi2 wen4 sil +007192 sil wo3 zhe4 me5 guan1 xin1 ni3 sp1 ni3 hai2 shuo1 wo3 fan2 sil +007193 sil die1 die5 sui2 shen1 dai4 zhe5 suo3 na4 he2 sheng1 sil +007194 sil luo3 lu4 de5 pi2 fu1 tu2 mo3 qu1 bi4 ji4 sil +007195 sil ta1 xue2 dong1 xi5 bing4 bu2 kuai4 sp1 er2 ta1 xiang3 ti2 ba2 de5 ren2 sp1 wang2 wang3 dou1 shi4 xie1 ben4 dan4 sil +007196 sil guo4 chun1 jie2 zen3 me5 neng2 bu4 hui2 jia1 ne5 sil +007197 sil zhi1 hou4 sp1 tui1 xiao1 yuan2 bu2 zai4 sao1 rao3 ta1 sil +007198 sil ran2 er2 feng1 shui3 lun2 liu2 zhuan3 sp1 jin1 nian2 geng4 duo1 wen2 ke1 sheng1 sp1 zai1 zai4 le5 gao1 kao3 zhong1 sil +007199 sil shang4 shu4 san1 ren2 sp1 wei2 zu3 zhi1 ling2 dao2 zhe3 sil +007200 sil ling2 shou4 hang2 ye4 de5 guai2 dian3 sp1 yi3 jing1 lin2 jin4 sil +007201 sil luo2 tian1 cheng2 sp1 ni3 de5 zi4 sp1 hen3 piao4 liang4 ei5 sil +007202 sil jiu2 jing3 fa2 zi5 she4 du2 shi2 hen3 qiao2 cui4 sil +007203 sil ta1 wan3 liu2 bu2 zhu4 sp1 zhi2 hao3 gen1 shang4 qu4 sil +007204 sil ta1 zhao4 liang2 yang4 jun1 shuo1 de5 teng2 xie3 yi2 bian4 sil +007205 sil wo3 pi2 qi4 chao1 ji2 hao3 sp1 bu2 hui4 ji2 de5 sil +007206 sil xian4 zhai1 lu4 zheng2 li3 sp1 yi2 jing3 shi4 hou4 ren2 sil +007207 sil san1 shi4 chang4 tong1 liu2 dong4 xuan3 ba2 qu2 dao4 sil +007208 sil qi2 shi2 sp1 chen2 shan1 cong1 yi2 xiang4 zhong1 qing2 da4 bao1 bao1 sp1 geng4 cheng2 le5 ta1 de5 zhao1 pai2 biao1 zhi4 sil +007209 sil hai2 you3 mei2 you3 shu1 san4 de5 zhe4 xie1 lv3 ke4 sp1 ta1 men5 an1 zhi4 zhuang4 kuang4 jiu1 jing4 zen3 me5 yang4 sil +007210 sil jia1 su4 zhe4 yi2 fan4 zui4 tuan2 huo3 mie4 wang2 de5 sp1 jing4 shi4 yi2 ge5 xiao2 xiao3 de5 wang2 tie3 sil +007211 sil jiu4 hen2 chan3 mei4 de5 sp1 shen1 chu1 liang3 zhi1 shou2 zhi3 tou5 sp1 chong4 kao3 guan1 yi2 xiao4 sp1 ye4 sil +007212 sil gan1 hui4 ping2 ye3 bu4 xiao3 de2 dao4 di2 za3 hui2 shir4 r sp1 liang2 kou3 zi5 ban4 le5 ji3 ju4 zui3 hou4 hui2 le5 jia1 sil +007213 sil jiang3 jiu5 nei4 wai4 he2 yi1 xing2 shen2 jian1 bei4 sp1 jie2 zou4 xian1 ming2 de5 min2 zu2 feng1 ge2 sil +007214 sil sui2 hou4 sp1 ji4 zhe3 you4 lian2 xi4 shang4 sp1 wu2 wu3 si4 lu4 gong1 jiao1 you3 guan1 fu4 ze2 ren2 sil +007215 sil zong3 jue2 de5 xiang4 ji1 guang3 gao4 zhong1 de5 mo2 ter4 r sp1 te4 bie2 piao4 liang4 shuai4 qi4 sil +007216 sil er2 zi5 de5 can2 si3 sp1 ling4 nian2 qing1 de5 fu4 qin1 yuan2 mou2 mou3 sp1 shi2 fen1 bei1 tong4 sil +007217 sil sheng4 yi1 ri4 qian2 xian4 shen1 shang4 hai3 sp1 shen1 xing2 miao2 tiao2 de5 ta1 yi2 shou3 zhe1 du4 sil +007218 sil ye3 jiu4 shi4 shuo1 sp1 xie2 shi1 yao4 jia4 de5 shi2 ji4 shi2 jian1 sp1 chao1 guo4 ban4 xiao3 shi2 sil +007219 sil zao3 qian2 chen2 jia1 huan2 yu2 xiang1 gang3 bao4 jing3 sp1 wen4 dao4 dang1 shi2 jiu1 jing4 gao4 shui2 sil +007220 sil nan2 you3 shuo1 sp1 su4 she4 li3 yi4 ge1 men5 sp1 chi1 he2 tao5 sp1 yu4 dao4 yi2 ge5 ying4 de5 sil +007221 sil mu4 qian2 sp1 ge4 di4 yi2 ci4 xing4 gong1 wang2 bu3 zhu4 jin1 biao1 zhun3 sp1 bu2 jin4 xiang1 tong2 sil +007222 sil she4 ying3 shi1 mei2 you2 shou3 sp1 jiu4 xiang4 sai4 pao2 zhe3 mei2 you2 jiao3 sp1 ling4 ren2 qi4 nei3 sil +007223 sil hou4 lai2 sp1 xiao3 mao2 yi4 zhi2 mei2 ba3 qian1 hao3 de5 he2 tong5 sp1 na2 gei3 wang2 xian1 sheng5 sil +007224 sil zai4 gong1 yuan2 xiao3 yu2 xu1 de5 ju2 mian4 xia4 sp1 zhao3 bao2 mu3 nan2 cheng2 le5 chang2 tai4 sil +007225 sil ran2 er2 ca1 gan1 yan3 lei4 sp1 ta1 you4 bu4 de2 bu4 guai1 guai1 de5 fu2 cong2 yan2 li4 de5 ba4 ba5 sil +007226 sil xuan2 gua4 zhe5 tiao2 fu2 de5 da4 lou2 san1 sp1 bei4 mei2 ti3 cheng1 wei2 sp1 lou2 kua2 kua3 sil +007227 sil sui2 hou4 sp1 nan2 zi3 jing4 zai4 zhong4 mu4 kui2 kui2 zhi1 xia4 shun3 xi1 tuo2 niao3 xue4 ye4 sil +007228 sil dui4 ci3 ta1 xiao4 na4 sp1 pin2 dian2 hao3 sp1 bu4 zhang3 chong2 er5 sil +007229 sil lin2 fu4 shuo1 sp1 bei1 ju4 fa1 sheng1 hou4 sp1 ceng2 bu4 zhi3 yi2 ci4 sp1 meng4 jian4 tian2 yong3 tao1 lin1 zhe5 jiu3 lai2 kan4 zi4 ji3 sil +007230 sil bu2 guo4 sp1 zui4 pa4 qing1 wa1 de5 yu2 wen2 le4 sp1 que4 bu4 xiao3 xin1 zhen1 zheng4 tian3 dao4 le5 sp1 rang4 ta1 da4 han3 beng1 kui4 sil +007231 sil ta1 de5 sui4 shu4 sp1 bi3 wang2 bo2 cheng2 tian1 cai2 shi2 shao3 le5 yi2 bei4 sp1 zi4 ran2 xie3 bu4 chu1 er2 ge1 sil +007232 sil ta1 men5 de5 shou1 ru4 pu3 bian4 bu4 gao1 sp1 kou4 chu2 jiu4 ye4 cheng2 ben3 sp1 jiu4 xiang1 cha4 wu2 ji3 le5 sil +007233 sil na4 li2 you3 xue2 ye3 da4 di4 sp1 na4 li2 you3 zhan4 you3 de5 sheng1 si3 xiang1 qian1 sil +007234 sil ba1 nian2 le5 sp1 mei3 ci4 dou1 you3 qian2 sp1 ke3 wei4 he2 cong2 lai2 mei2 you3 yi2 ci4 chao1 guo4 wu3 mao2 qian2 sil +007235 sil bu4 liao2 jie2 wo3 men5 de5 ren2 sp1 zhi2 you3 man2 nao3 dai5 lang4 man4 de5 xiang3 xiang4 sil +007236 sil qiao2 xia4 che4 tong2 yang4 zai4 hun4 xiao2 shi4 fei1 sp1 ke3 jian4 ri4 ben3 you4 yi4 jian1 chi2 e4 xing2 sp1 bu4 ken3 hui2 gai3 sil +007237 sil jing1 gong1 an1 bu4 men2 diao4 cha2 sp1 zhao4 shi4 zhe3 sp1 wei2 nan2 liu2 zhuang1 cun1 min2 sp1 liu2 da4 nao1 sil +007238 sil yi1 sp1 di4 yi1 fu1 ren5 shi4 cong2 mei3 guo2 xing1 qi3 de5 sil +007239 sil zhe4 lei4 chuan2 tong2 qi3 ye4 sp1 hui4 yue4 lai2 yue4 duo1 sil +007240 sil xu2 tian1 shi4 ge5 li4 luo4 ren2 sil +007241 sil tie3 li4 wa2 er3 de5 tu3 xun4 sil +007242 sil shi4 yin1 wei4 wo3 hai2 shi4 dan1 shen1 sp1 suo2 yi3 hui4 you3 zhe4 me5 duo1 yao2 yan2 ba5 sil +007243 sil wei4 shen2 me5 yao4 ao4 jiao1 sil +007244 sil hai3 shang4 wen4 ti2 sp1 ke3 neng2 zai4 wu3 zhi4 qi1 nian2 nei4 da2 dao4 ding2 dian3 sil +007245 sil yi1 sheng1 a5 sil +007246 sil bie2 e5 sp1 xiang2 xiang3 ban4 fa3 ba5 sil +007247 sil xiao3 hai2 kao3 shi4 mei2 kao2 hao3 sp1 bei4 ta1 ma1 ma5 zou4 le5 yi2 dun4 sil +007248 sil deng2 wo3 bai2 tian1 zhao4 yi2 xia4 ba5 sil +007249 sil jia1 shang4 tui2 jiao3 bu4 ling2 bian4 sp1 ta1 bian4 wang3 hou4 dao3 le5 xia4 qu4 sil +007250 sil zhi3 ou2 er2 da3 ge5 dian4 hua4 sil +007251 sil hao3 kai1 xin1 de5 yi4 tian1 o5 sil +007252 sil xian1 na2 chu1 ni3 de5 cheng2 yi4 lai2 sil +007253 sil tian1 qi4 yu4 bao4 shuo1 sp1 er4 shi2 er4 du4 sil +007254 sil zhe4 me5 zhao2 ji2 han2 wo3 gan4 ma2 sil +007255 sil zhang1 nv3 shi4 en4 le5 yi4 sheng1 sil +007256 sil liang3 ren2 de5 lian2 pu2 wang2 shou3 ye4 sil +007257 sil zhe4 shi2 ji4 shang4 shi4 fa3 tiao2 chong1 tu5 sp1 yi3 shui2 wei2 zhun3 de5 wen4 ti2 sil +007258 sil zhe4 ge5 zhen1 de5 nan2 dao2 wo3 la5 sil +007259 sil lin2 de5 jiu4 jiu5 ye2 gan3 lai2 sil +007260 sil xu1 yao4 da4 yue1 liang2 xiao3 shi2 sil +007261 sil yi2 ding4 shi4 zai4 xin1 shang2 wo3 la5 sil +007262 sil wo2 xiang3 wo2 ye3 bu2 hui4 le5 sil +007263 sil zhou1 yong3 kang1 xiang4 nu2 er3 bie2 er3 sil +007264 sil ying1 gai1 shi4 jiao4 jiu4 lao3 ye2 ba5 sil +007265 sil kong1 qi4 zhi4 liang4 you1 sil +007266 sil na4 jiu4 yao4 shi4 mu4 yi3 dai4 lou5 sil +007267 sil jie3 fang4 jun1 jiu4 qu4 jiu4 an3 men2 sil +007268 sil ou2 er3 hui4 you3 yi4 dian3 wu2 liao2 la5 sil +007269 sil xiao4 er2 bu4 yu3 shi4 yi4 zhong3 tai4 du4 sil +007270 sil zuo2 ri4 sp1 yue4 bing3 da4 fu2 jiang4 jia4 sil +007271 sil ni3 bie2 kua1 wo3 sp1 wo3 zhi1 dao4 ni3 yi4 kua1 wo3 jiu4 yao4 chi1 da4 kui1 le5 sil +007272 sil du2 chang3 nei4 de5 zhuan1 ye4 zhuang1 bei4 sil +007273 sil cai4 yun1 dui4 ci3 xian4 mu4 bu4 yi3 sil +007274 sil ou3 zai4 he2 ni3 liao2 tian1 a5 sil +007275 sil zan2 men5 ye2 dei2 ti3 liang4 guo2 jia1 sil +007276 sil lou2 shi4 zheng4 zai4 yun4 niang4 guai2 dian3 sil +007277 sil dou1 shi4 yao2 yan2 re3 de5 huo4 sil +007278 sil huang2 gua1 chao3 ji1 dan4 sil +007279 sil wo3 jiu4 shi4 xiao1 ye4 de5 kui2 lei3 sil +007280 sil shuo1 cao2 cao1 wo3 jiu4 chu1 xian4 le5 sil +007281 sil li2 mou2 nv3 shi4 jiang2 jie3 yuan2 sil +007282 sil yang2 zi2 wan3 bao4 ji4 zhe3 yi3 zi4 ji3 de5 qing2 kuang4 ce4 shi4 le5 yi4 fan1 sil +007283 sil wo3 ai4 ni3 sheng4 guo4 ai4 zi4 ji3 sil +007284 sil wo3 de5 xin1 zhi2 shu3 yu2 ni3 o5 sil +007285 sil you3 shi2 hou4 hu2 zi5 bu4 gua1 sil +007286 sil chuan2 mei2 da4 heng1 mo4 duo1 ke4 sil +007287 sil wo3 yi4 zhi2 hui4 nian2 qing1 yo5 sil +007288 sil zhe4 shi4 wo3 de5 yi4 xie1 miu4 jian4 sil +007289 sil cai4 mei3 er2 ye3 zai4 si1 kao3 zhe5 sil +007290 sil fa1 zhan2 gai3 ge2 wei2 zhi3 chu1 sil +007291 sil mei2 ye1 er3 jiu4 zuo4 dao4 le5 sil +007292 sil xi1 wang4 wo3 ji2 dian3 jiao4 ni3 ne5 sil +007293 sil shui2 dou1 you2 ke3 neng2 ai4 ni3 sil +007294 sil wo3 de5 xi4 tong3 an1 zhuang1 bu2 shang4 sp1 kuai4 dian3 zhi2 dian3 zhi2 dian2 wo3 ba5 sil +007295 sil ta1 li4 ji2 yun1 dao3 zai4 di4 sil +007296 sil tong1 yong4 qi4 che1 pai2 zai4 di4 san1 sp1 wei2 jiu2 dian3 er4 si4 liu4 yi4 mei3 yuan2 sil +007297 sil cun2 gang3 bi4 sp1 ye3 bu4 ke2 yi3 me5 sil +007298 sil wang2 hai3 jian4 mian2 yu3 pei2 chang2 sil +007299 sil zhe4 fang1 mian4 sp1 weng4 an1 ye2 you3 jiao4 xun4 sil +007300 sil he2 shi2 cai2 neng2 you2 yu3 a5 sil +007301 sil fu4 zi2 lia3 niu2 da3 zai4 yi4 qi3 sil +007302 sil xiang3 ting1 ting1 nin2 de5 guan1 dian3 sil +007303 sil ta1 shi2 zai4 nan2 xiang1 chu3 sil +007304 sil jing1 chang2 shi3 yong4 dian4 re4 tan2 zhe3 sp1 hai2 ying1 shi4 liang4 zeng1 jia1 yin2 shui3 sil +007305 sil wo3 bu2 hui4 tiao4 guang2 chang2 wu3 ne5 sil +007306 sil ci3 shi2 wu2 sheng1 sheng4 you3 sheng1 sil +007307 sil pai1 wan2 zai4 suan4 sp1 ha1 ha1 ha1 sil +007308 sil bu4 neng2 gou4 yin1 ye1 fei4 shi2 sil +007309 sil wa5 sp1 gu3 wen2 ye5 sp1 shuo1 zhe5 shen1 chu1 shou3 shuo1 sp1 ni2 hao3 sp1 jiu2 yang3 le5 sil +007310 sil wo3 gang1 xue2 le5 tang2 cu4 pai2 gu3 sil +007311 sil dai4 shou3 tao4 de5 yi2 wei4 shi1 fu5 sp1 gao1 yang2 zhe5 shou3 sp1 yang3 tou2 zhi3 hui1 sil +007312 sil dao4 nan2 bei3 chao2 shi2 sp1 hun2 tun5 xing2 ru2 yan3 yue4 sp1 tian1 xia4 tong1 shi2 sil +007313 sil he2 bei2 sheng3 tang2 shan1 shi4 ren2 sil +007314 sil wo3 yao4 shang4 ban1 a5 da4 jie3 sil +007315 sil deng2 ni3 de5 chang2 fa4 ji2 yao1 ma5 sil +007316 sil xing4 hao3 mei2 niang4 cheng2 can3 ju4 sil +007317 sil bu4 zhi1 dao4 yao4 xue2 zhe5 zhi1 dao4 sil +007318 sil ke3 neng2 xing4 you4 you3 duo1 da4 ne5 sil +007319 sil wo2 mei3 tian1 an4 shi2 qi3 chuang2 sil +007320 sil tian2 yuan2 shu1 cai4 zhou1 sp1 bu2 cuo4 ya5 sil +007321 sil si4 shi4 sp1 wo1 an4 chuan4 an4 duo1 sil +007322 sil wo3 cai1 bu4 dao4 ye5 sil +007323 sil fu4 chu1 zong2 you3 hui2 bao4 de5 sil +007324 sil shou1 duo1 shao2 ye3 shi4 yi4 men2 xue2 wen4 sil +007325 sil tui1 jian4 ni3 qu4 wei1 ni2 si1 sil +007326 sil fu4 chao2 zhi1 xia4 nan2 you3 wan2 luan3 sil +007327 sil wo2 zhun3 bei4 chong1 wang3 ba1 le5 sil +007328 sil wei2 gong1 zhi1 li4 sp1 bo2 wang4 shi2 tong2 sil +007329 sil tui1 jian4 ta1 qu4 ou1 zhou1 cheng2 sil +007330 sil mang2 zhe5 deng3 dai4 ni3 diao4 qian3 ya5 sil +007331 sil ta1 ren2 ruan3 de5 xiang3 gui4 xia4 qu4 sp1 hou2 long2 qi2 yu2 sp1 ying4 fu5 shuo1 sp1 wo3 shi4 sp1 shen2 sp1 shen2 me5 shi4 sil +007332 sil zai4 guo2 ban3 de5 liang3 bian1 sp1 you3 yi4 xie1 ao1 cao2 sp1 yong4 yi2 qia3 zhu4 ji3 kuai4 guo2 ban3 sp1 yi3 bian4 yu2 lian2 jie1 sil +007333 sil zuo2 ri4 sp1 xing1 sha1 shui3 du4 he2 xiang4 jiao1 ba4 sp1 shui3 ba4 xia4 mian5 bo1 tao1 gun2 gun3 sil +007334 sil de2 zhi1 qing2 kuang4 hou4 sp1 wang1 xian1 sheng5 duan1 qi3 yi4 pen2 shui3 sp1 chong1 jin4 lao3 ren2 jia1 zhong1 sil +007335 sil tian1 se4 dou1 an4 le5 sp1 hei1 mu4 li3 tan4 tou2 chu1 xian4 yi4 ke1 zao3 shu2 de5 xing1 xing5 sp1 ying4 de5 zhe4 ye4 te4 bie2 qi1 liang2 sil +007336 sil qi2 shi2 sp1 fang1 zhang4 yu3 shi4 guo3 yin1 sp1 dou1 shi4 zu2 mou3 sil +007337 sil an4 fan4 bei4 ta1 de5 lin3 ran2 zheng4 qi4 zhen4 zhu4 le5 sp1 reng1 xia4 gai3 zhui1 sp1 gui4 zai4 di4 shang4 zhi2 ke1 tou2 sil +007338 sil luo2 zhi4 xiang2 tou2 dai4 sheng4 dan4 mao4 sp1 shen1 pang2 nian2 qing1 mei3 mei2 sp1 da3 ban4 re2 huo3 sil +007339 sil jiu4 yin1 wei4 zui4 hou4 zhei4 yi4 dao1 sp1 ge2 wei3 zai4 ye3 mei2 xing3 guo4 lai2 sil +007340 sil suo2 yi3 sp1 jiang1 zong1 fu2 de5 miao2 xiao3 xu1 yao4 zhuang1 zhong4 dui4 dai4 sil +007341 sil jiu4 zai4 yi4 dui1 yu1 ni2 li3 sp1 ji3 ge4 ren2 wa1 chu1 lai2 le5 sp1 yi2 ge4 xiu4 ji4 ban1 ban1 de5 tie3 sp1 ge1 da5 sil +007342 sil huo3 miao2 cong2 qi2 huo3 de5 min2 fang2 nei4 cuan4 chu1 sil +007343 sil tong2 shi2 sp1 dang4 tian1 chu1 xi2 yan4 hui4 de5 jia1 bin1 ye3 shi4 xing1 guang1 can4 lan4 sp1 da4 wan4 yun2 ji2 sil +007344 sil dan4 qi2 nv3 shi4 bu4 zhi1 hui2 gai3 sp1 yi1 ran2 yu3 na4 nan2 zi3 lai2 wang3 sil +007345 sil gong1 xi2 ni3 sp1 ai4 shang4 le5 yi2 ge4 yong2 yuan3 bu2 hui4 li2 kai1 de5 ren2 sil +007346 sil wo2 zen3 me5 hui4 mei2 you3 pi2 qi4 ne5 sil +007347 sil shi4 jiao1 gang3 ju2 de5 tan1 wei4 ren2 tou2 cuan2 dong4 sil +007348 sil ran2 er2 huang3 yan2 xiang4 pao4 mo4 sp1 yi2 ge4 yi2 ge4 bei4 chuo1 po4 sil +007349 sil jing2 gang3 shan1 de5 bang1 pai4 sp1 zheng4 shi4 ju4 xing1 yun2 ji2 sp1 da4 ming2 ding2 ding3 de5 liu4 yi1 ban1 sil +007350 sil wo2 gei3 fang2 zi5 zuo4 le5 ping2 gu1 sil +007351 sil kao4 bang4 cheng4 cheng1 zhong4 de5 shuo1 fa3 shi4 cuo4 wu4 de5 sil +007352 sil ta1 ye3 neng2 cong2 zuo4 an4 ren2 de5 ti3 tai4 shang4 sp1 que4 ding4 shi4 er4 ben4 he2 xiao2 wu2 suo3 wei2 sil +007353 sil bu2 shi4 ni3 xiu1 lai2 de5 fu2 sp1 er2 shi4 sp1 wo3 bu4 zhi1 dao4 na3 bei4 zi5 zao4 de5 nie4 a5 sil +007354 sil you3 ren2 shuo1 zhe4 shi4 xia1 zhe1 teng5 sp1 nao3 tan1 er2 za3 pei2 yang3 dou1 bu2 hui4 cheng2 qi4 hou4 sil +007355 sil wo3 xian4 zai4 hai2 zheng4 zai4 nu3 li4 ti2 sheng1 ying1 wen2 shui3 ping2 sil +007356 sil jing1 tu1 shen3 sp1 fan4 zui4 xian2 yi2 ren2 liu2 ying2 er2 jiao1 dai4 le5 fan4 zui4 shi4 shi2 he2 zhu3 yao4 fan4 zui4 dong4 ji1 sil +007357 sil wo3 gen1 peng2 you5 kai1 wan2 xiao4 shuo1 sp1 wo3 yong4 wo3 de5 jia4 zhuang5 qian2 qu4 zuo4 le5 zhe4 jian4 shi4 qing5 sil +007358 sil wen1 jia1 bao2 fu3 xia4 shen1 lai2 sp1 zi3 xi4 duan1 xiang2 shu2 shui4 de5 xiao3 yi1 yi1 sil +007359 sil he2 bi4 yao4 gao3 zhe4 zhong3 fei4 li4 bu4 tao2 hao3 de5 gui1 zhang1 jiao4 yu4 ne5 sil +007360 sil jin1 tian1 zao3 chen2 dao4 shang4 wu3 sp1 hua2 bei3 nan2 bu4 ju2 bu4 di4 qu1 you3 wu4 sil +007361 sil qu4 nian2 de5 shi4 jie4 bei1 guan4 jun1 yi4 da4 li4 dui4 sp1 ye2 yi3 cong2 qian2 yi2 duan4 shi2 jian1 de5 di1 chao2 zhong1 hui1 fu4 guo4 lai2 sil +007362 sil fei1 yao4 qu4 de5 hua4 sp1 wo3 ke2 yi3 bang1 ni3 cha2 cha5 sp1 you3 mei2 ka3 neng2 da3 zhe2 sp1 neng2 bu4 neng2 tuan2 gou4 sil +007363 sil da4 duo1 shu4 ren2 lu4 xu4 san4 kai1 lai2 sp1 wu2 mou3 que4 ling3 zhe5 yi4 xiao3 cuo1 ren2 ji4 xu4 qi3 hong4 sil +007364 sil mao1 de5 zhua3 zi5 zheng4 ba1 zhe5 xiang1 zi5 sil +007365 sil san1 yao4 qing1 zheng4 lian2 jie2 sp1 bu2 rang4 bai2 pao2 dian3 mo4 sil +007366 sil la1 mao2 cuo4 jie1 shou4 le5 da4 la3 ma5 de5 quan4 dao3 sil +007367 sil yi3 qian2 bei4 lao3 han4 er2 fou3 ding4 de5 tai4 duo1 sp1 xian4 zai4 ren4 he2 shi4 qing2 sp1 dou1 dei2 wo3 zi4 ji3 lai2 jue2 ding4 sil +007368 sil xian3 ran2 fu4 gang3 chan2 zi3 sui1 hua1 fei4 shen4 ju4 sp1 dan4 reng2 ran2 shi4 sp1 di1 tou2 ru4 gao1 chan3 chu1 de5 shi4 sil +007369 sil bu2 guo4 zhong1 jin1 gong1 si1 ren4 wei2 sp1 tong1 zhang4 jian4 ding3 ke3 neng2 zai4 yi2 ji4 du4 sil +007370 sil zai4 xu2 jiong2 wei3 kan4 lai2 sp1 shang1 ye4 mo2 shi4 jue2 ding4 le5 hua2 yi4 he2 guang1 xian4 bu4 tong2 de5 rong2 zi1 te4 dian3 sil +007371 sil shu4 gan4 shang4 zhan1 le5 hui4 wu4 de5 yi1 fu5 sp1 re3 de5 ji3 tiao2 gou3 sp1 pao3 guo4 qu4 tian3 sil +007372 sil ting1 yi4 xie1 xiao4 yuan2 min2 yao2 sp1 bi3 ru2 lao3 lang2 de5 sp1 yue4 guang1 qing1 cheng2 sp1 mei3 ren2 sil +007373 sil bu2 guo4 sp1 wo3 men5 dou1 jing1 guo4 le5 pei2 xun4 sp1 xiang1 xin4 ke2 yi3 qing1 song1 ying4 dui4 sil +007374 sil ju4 liao2 jie3 sp1 gai1 chu4 de5 beng4 zhan4 gui1 yu2 hong2 qu1 jiao1 tong1 ju2 guan2 li3 sil +007375 sil ta1 xu1 yao4 qu4 zuo4 yi2 xi4 lie4 de5 mei3 rong2 he2 wai4 ke1 zheng3 xing2 shou3 shu4 sil +007376 sil ci3 wai4 sp1 zui4 niu2 wei2 jian4 zai4 chai1 chu2 guo4 cheng2 zhong1 sp1 ye3 ceng2 duo1 ci4 chu1 xian4 guo4 zu3 nao2 xing2 wei2 sil +007377 sil bu2 guo4 sp1 ru2 guo3 tai2 li3 xu1 yao4 wo2 wang3 zhe4 fang1 mian4 fa1 zhan3 de5 hua4 sp1 wo2 ye3 huo1 de5 chu1 qu4 sil +007378 sil wei4 ci3 sp1 ta1 te4 di4 yan2 jiu1 le5 yi4 hai1 de5 zu1 che1 he2 tong5 sil +007379 sil hang2 cheng2 de5 qi4 wen1 zuo2 ri4 yi2 xia4 zi5 cuan1 sheng1 sil +007380 sil jie3 jue2 zhong4 mian2 xiao4 yi4 di1 sp1 zui4 zhu3 yao4 shi4 ti2 gao1 mian2 hua1 zhi4 liang4 sil +007381 sil zai2 zai3 zai4 dian4 ying3 zhong1 xu4 hu2 sp1 yi1 zhuo2 la1 ta5 sp1 dan4 shuai4 qi4 yi1 jiu4 sil +007382 sil fu4 mu3 zui2 li3 du1 nang5 zhe5 sp1 si4 hu1 hai2 xiang3 zheng1 bian4 zhe5 shen2 me5 sil +007383 sil zhu3 yao4 shi4 kan4 ri4 ben3 yuan4 bu2 yuan4 shi3 ri4 yuan2 guo4 gao1 de5 zhi2 jiang4 xia4 lai2 sil +007384 sil zai4 yang2 guang1 he2 yun2 cai3 de5 xiang1 hu4 zuo4 yong4 xia4 sp1 hu2 shui3 zhe2 she4 chu1 bu4 tong2 ceng2 ci4 de5 lan2 se4 sil +007385 sil xue2 sheng5 shuo1 sp1 bei4 niu2 chi1 diao4 le5 sil +007386 sil yu2 shi4 ba3 xiao2 mang3 she2 dai4 hui2 jia1 sil +007387 sil gan3 jue2 xiang4 shi4 yi3 shen1 xiang1 xu3 le5 sil +007388 sil dang1 ran2 bu2 hui4 you2 ni3 cong1 ming5 le5 sil +007389 sil zhe4 dui4 han1 tai4 ke3 ju1 de5 shi2 shi1 zi5 sp1 xian4 zan4 cun2 zai4 tang1 shan1 pai4 chu1 suo3 zhan4 gang3 sil +007390 sil yin1 wei4 mei2 you3 sa2 shui3 sp1 yang2 qi3 de5 hui1 chen2 sp1 rang4 zao2 qi3 shang4 ban1 de5 ju1 min2 men5 yan3 bi2 er2 xing2 sil +007391 sil lao3 ren2 men5 yong4 fang1 yan2 yi4 qi2 lang3 du2 sp1 zi4 ju4 zhi1 jian1 sp1 yun4 jiao3 fen1 ming2 sp1 lang2 lang3 shang4 kou3 sil +007392 sil jia1 zhu4 fu4 jin4 de5 xiao3 rao2 sp1 hen3 duo1 nian2 qian2 jiu4 pin2 pin2 qian2 wang3 mo2 ya2 shi2 ke4 shang2 jing3 sil +007393 sil hao3 ba5 sp1 wo3 hui4 fa1 yi4 feng1 gao1 you1 xian1 ji2 de5 dian4 zi3 you2 jian4 gei2 ni3 sil +007394 sil liang3 wei4 lao3 ren2 huan4 you3 nao2 geng3 sp1 tui2 jiao2 ye3 bu4 ling2 bian4 sp1 dan4 hai2 yao4 xin1 ku3 de5 jian3 ping2 zi5 sil +007395 sil shuo1 zhe4 fan1 hua4 shi2 sp1 zhu1 rong2 ji1 gang1 cong2 shang4 hai3 fu4 bei3 jing1 sp1 ren4 guo2 wu4 yuan4 fu4 zong2 li3 sil +007396 sil suan4 le5 sp1 ni3 shuo1 zen3 yang4 jiu4 zen3 yang4 ba5 sp1 wo3 wu2 suo3 wei4 le5 sil +007397 sil xi2 jin4 ping2 fu4 he2 bei3 fu4 ping2 sp1 luo4 tuo5 wan1 cun1 kao3 cha2 sil +007398 sil tong2 shi2 sp1 yong4 ge4 zhong3 ban4 fa2 gu3 li4 lao3 yong4 hu4 deng1 ji4 sil +007399 sil yu2 ci3 tong2 shi2 sp1 nie4 shu4 bin1 an4 sp1 ye3 yi4 zhi2 zheng4 zai4 diao4 cha2 sil +007400 sil you4 gai1 shi4 ying4 na2 zhong3 shi4 chang3 de5 yao1 qiu2 ne5 sil +007401 sil fa3 gui1 shang4 mei2 you3 gui1 ding4 jiao1 jing3 neng2 fa2 fei1 xing2 yuan2 sil +007402 sil hai2 zi5 de5 die1 chou3 dou1 mei2 chou3 ta1 yi4 yan3 sp1 you1 you1 de5 lai2 le5 yi2 ju4 sp1 xian1 ba2 ni3 ma1 huan4 le5 ba5 sil +007403 sil chou4 xiao3 zi5 sp1 shui2 rang4 ni2 gai3 xing4 de5 sil +007404 sil ni2 ke3 shi4 wo3 zui4 xin4 ren4 de5 zhong1 guo2 hao3 gui1 mi4 o5 sil +007405 sil shao4 nian2 zhun3 bei4 xia4 shui3 lao1 qiu2 sp1 ke3 shi4 gang1 yi2 xia4 shui3 sp1 jiu4 dao3 zai4 shui3 zhong1 sil +007406 sil qi2 shi2 sp1 dong2 mou3 yi4 zhi2 xiang3 tou1 liang4 hao3 che1 cheng1 men2 mian4 sp1 zhao2 nv3 peng2 you5 sil +007407 sil feng1 hua4 de5 fen3 mei2 hui1 sp1 shi2 chang2 huang2 wu4 teng2 teng2 sp1 cheng2 wei2 ba1 kuang4 di4 qu1 de5 zhu3 yao4 wu1 ran3 yuan2 sil +007408 sil hao3 zheng4 ce4 bu4 gai1 bian4 cheng2 tang2 seng1 rou4 sil +007409 sil huo3 ji5 sp1 dui4 bu4 qi3 sp1 nin2 yao4 de5 shi4 bu3 yao4 sp1 wo3 cuo4 gei3 nin2 le5 du2 yao4 sil +007410 sil qi2 shun4 tong1 suo3 kai1 de5 ge1 ting1 sp1 qia4 qiao2 ye3 zai4 san1 fen1 chang3 yuan4 nei4 sil +007411 sil er4 ren2 wan3 shang4 zai4 yu2 shu4 shi4 zhuang1 shang4 huo4 sp1 jian3 dan1 xiu1 xi5 le5 huir4 r sp1 jiu4 kai1 shi2 wang3 hui2 gan3 sil +007412 sil qi2 ya4 li4 de5 yang3 fu4 zai4 wai4 di4 da3 gong1 sp1 yang2 mu3 zai4 jia1 cao1 chi2 jia1 wu4 sil +007413 sil ran2 hou4 sp1 wo2 dei3 qu4 chi1 gan3 mao4 yao4 le5 sil +007414 sil dan4 ta1 de5 hua4 yin1 wei4 luo4 sp1 huo3 lang4 zha2 yan3 jian1 jiu4 tun1 diao4 le5 zheng3 ge4 shan1 po1 sil +007415 sil duan3 xian4 ou1 yuan2 liao4 sp1 reng2 jiang1 chu3 yu2 ruo4 shi4 sp1 xia4 fang1 zhi1 cheng1 sp1 yi1 dian3 er4 ba1 liu4 ling2 sil +007416 sil zhi4 ci3 sp1 ye4 ga2 yi2 an4 de5 suo2 you3 fan4 zui4 xian2 yi2 ren2 quan2 bu4 bei4 zhua1 huo4 gui1 an4 sil +007417 sil rang4 zhe4 ge5 hai3 shen1 ba5 sp1 jia1 gong1 chu1 lai5 yi3 hou4 gang1 gang1 ying4 sp1 bai1 bu2 dong4 dou1 sil +007418 sil ke3 e4 le5 liang3 san1 tian1 hou4 sp1 ta1 you4 hui4 bao4 shi2 yi4 fan1 sp1 ran2 hou4 zai4 qu4 ou3 tu4 sil +007419 sil zhe4 xie1 du3 bo2 ji1 sp1 dou1 zuo4 guo4 le5 shou2 jiao3 sp1 wan2 du3 bo2 ji1 de5 ren2 sp1 bi4 shu1 wu2 yi2 sp1 mei2 you3 ying2 de5 sil +007420 sil zhu3 ren2 xi3 ai4 wo3 yue4 er3 de5 sheng1 yin1 sp1 er2 tao3 yan4 ni3 de5 jiao4 sheng1 sil +007421 sil shi4 hou4 sp1 lin2 mou3 zai4 ci4 zhi1 fu4 pan1 mou3 bao4 chou5 yi2 wan4 yuan2 sil +007422 sil dui4 yu2 wang2 tie3 zhong1 you2 xing2 yi4 shuo1 sp1 yuan2 ze2 hong2 biao3 shi4 fou3 ren4 sil +007423 sil yin1 ci3 sp1 bu4 neng2 jiang1 zhe4 bi3 zhang4 suan4 zai4 li3 shao4 tou2 shang4 sil +007424 sil ti2 xing3 yin2 hang2 sp1 ke3 bie2 jian3 le5 zhi1 ma5 diu1 le5 xi1 gua5 sil +007425 sil si4 zhou1 yi3 bei4 xiao1 fang2 yuan2 sa2 man3 le5 bai2 se4 mie4 huo3 ji4 sil +007426 sil zui4 hou4 sp1 zhang1 jin1 zhong1 zai4 qi1 hei1 de5 ye4 se4 xia4 shuan4 xi3 sil +007427 sil bu2 guo4 xing1 jian4 lei2 da2 de5 gao1 ang2 fei4 yong4 sp1 ye2 yin3 fa1 zheng1 yi4 sil +007428 sil ai4 shi4 si4 yue4 tian1 li3 de5 yun2 yan1 sp1 shi4 xi4 yu2 sa3 zai4 hua1 qian2 sil +007429 sil na4 yi4 nian2 shi4 mu3 qin1 tou1 tou1 ba3 zi4 ji3 mian2 ao3 shang4 de5 mian2 hua1 sp1 tian1 zai4 le5 ta1 de5 mian2 ao2 li3 sil +007430 sil li4 yong4 zhi2 quan2 jin4 xing2 shuang1 gui1 he2 gua4 pai2 bao3 hu4 sp1 shi4 zeng1 jin3 chun1 sp1 du2 chuang4 de5 lian3 cai2 shu4 sil +007431 sil feng1 xian3 ye3 shi4 lang4 man4 de5 yi2 bu4 fen5 ma5 sil +007432 sil ta1 jue2 de5 zhe4 yang4 gan4 xia4 qu4 mei2 yi4 si5 sil +007433 sil wang3 zhan4 guan2 li3 yuan2 de5 quan2 xian4 geng4 da4 sp1 ke3 dui4 ping2 lun4 jin4 xing2 you3 xiao4 guan2 li3 sil +007434 sil hua4 wei4 luo4 yin1 sp1 hui4 chang2 li3 xiang2 qi3 le5 zhang3 sheng1 sil +007435 sil chou1 diao4 le5 ying1 you3 de5 wen2 hua4 nei4 han2 sp1 jie2 ri4 jiu4 hui4 kong1 dong4 wu2 wu4 sp1 shi1 qu4 mei4 li4 sil +007436 sil bai2 tian1 zuo4 pi1 sa4 sp1 wan3 shang4 chang4 ge1 sil +007437 sil ta1 na4 lian2 xi3 le5 hou4 zhen1 jiao4 liang4 sil +007438 sil gao3 bu4 hao3 shi4 ying2 mian4 er2 lai2 de5 ren2 sil +007439 sil gao1 xiao1 liang4 dao3 zhi4 fang2 jia4 meng2 zhang3 sil +007440 sil shao4 xiao3 li2 jia1 lao3 da4 hui2 sp1 an1 neng2 bian4 wo3 shi4 ci2 xiong2 sil +007441 sil wan2 bei3 de5 long2 dong1 sp1 han2 feng1 hu1 xiao4 sil +007442 sil yi4 ming2 shang1 yuan2 zhuan2 wang3 di4 yi1 zhong1 xin1 yi1 yuan4 sil +007443 sil zuo2 ri4 sp1 liang3 wei4 she4 qu1 xun2 luo2 yuan2 shou3 zai4 dian4 men2 kou3 sil +007444 sil wo3 dang1 ran2 shi4 mei2 you2 nai2 ke3 wei4 er2 zi5 de5 sp1 yu2 shi4 sp1 er2 zi5 mei3 tian1 chi1 gao1 gan1 fen3 he2 mi3 mian4 de5 jiang4 hu2 sil +007445 sil er2 ta1 shou3 shang4 de5 pi2 fu1 sp1 ge2 wai4 gan1 zao4 mao2 cao5 sp1 yu3 ta1 qing1 chun2 de5 lian3 pang2 si1 hao2 bu4 pi3 pei4 sil +007446 sil ci3 wai4 sp1 ka3 de2 luo2 fu1 jin4 zhi3 za2 zhi4 kan1 deng1 guan1 yu2 qi2 sheng1 ri4 de5 nei4 rong2 sil +007447 sil kao2 gu3 ren2 yuan2 fen1 xi1 sp1 zhe4 xie1 mai4 gan3 shi4 yong4 lai2 chong1 dang1 pu1 gai4 mu4 zang4 de5 tian2 chong1 wu4 de5 sil +007448 sil liang3 ren2 chao2 chao3 rang1 rang5 sp1 dao4 bai2 xia4 qu1 ren2 min2 mao2 dun4 tiao2 jie3 zhong1 xin1 ping2 li3 sil +007449 sil zhe4 yi4 nian2 sp1 chen2 xing1 luan2 bei4 xuan3 ba2 wei2 dong1 ying2 qu1 ke1 ji4 fu4 qu1 zhang3 sil +007450 sil zhe4 shi2 man3 zhou1 guo2 kui2 lei3 huang2 di4 pu3 yi2 sp1 yu4 gan3 dao4 mo4 ri4 ji2 jiang1 lai2 lin2 sil +007451 sil shi4 yong4 zhe2 xuan3 ze2 le5 ka1 fei1 hun4 he2 qiao3 ke4 li4 dou4 de5 kou3 wei4 sp1 wei4 dao4 hao3 ji2 le5 sil +007452 sil zhe4 ge4 wang3 ba1 wei4 yu2 kai2 li3 shi4 qing1 ping2 nan2 lu4 sp1 yi2 ge5 qiao2 dong4 zhi1 xia4 sil +007453 sil dui4 san1 ling2 yao1 yi1 yuan4 de5 yi1 hu4 ren2 yuan2 sp1 biao3 shi4 you2 zhong1 de5 xie4 yi4 sil +007454 sil wo2 fan3 zheng4 ren4 wei2 sp1 yi2 ding4 you3 bu4 shao3 fen1 hong2 sp1 tong2 yi4 le5 sil +007455 sil ba1 shi2 san1 chuan2 ling3 hang2 sp1 qi2 hou4 yi1 ci4 wei2 sp1 ba1 shi2 si4 sp1 liu4 shi2 liu4 sp1 qi1 shi2 yi1 chuan2 sil +007456 sil zui4 hou4 sp1 ta1 de5 mu4 guang1 ting2 liu2 zai4 na4 ji3 ge5 da4 zi4 shang4 sp1 nan2 wu2 e1 mi5 tuo2 fo2 sil +007457 sil bu4 yi2 huir4 r cheng2 nv3 shi4 kai1 shi2 da3 ke1 shui4 lai2 sil +007458 sil lao3 hanr4 r deng4 wo3 yi4 yan2 sp1 wo3 yi4 tou2 wu4 shui3 sp1 qi2 shi2 sp1 wo3 yi4 dian3 dou1 bu2 ren4 shi5 na4 ge5 ren2 sil +007459 sil mu4 qian2 sp1 da4 tian2 pai4 chu1 suo3 suo2 zhang2 jiang3 kai1 tuo4 sp1 yi3 bei4 ting2 zhi2 jie1 shou4 jian3 cha2 sil +007460 sil liang2 yang4 jun1 shi1 wang4 de5 gei3 shou2 li3 de5 xin4 gu1 ji4 shen1 jia4 sp1 da3 suan4 gai3 tian1 mai4 diao4 sil +007461 sil fang3 fu2 sp1 yi3 qian2 shui2 shuo1 de5 hua4 jiu4 zai4 nao2 hai3 zhong1 sp1 dan4 pian1 pian1 you4 xiang3 bu4 qi3 lai2 sil +007462 sil yao4 pei2 chang2 sp1 ying1 gai1 qu4 zhao2 ding3 ti4 de5 ren2 sil +007463 sil nan2 zi3 yi4 zhi2 gen1 zai4 lv3 gu1 niang5 hou4 mian4 sil +007464 sil ba3 wo4 hao2 luo3 du4 sp1 bi4 xu1 bu2 xie4 zhui1 qiu2 luo3 de5 yi4 shu4 sil +007465 sil dan4 chi2 xian1 sheng5 sp1 bing4 wei4 da3 xiao1 fu4 chuan1 de5 xiang2 fa3 sil +007466 sil zhi1 cuo4 jiu4 gai3 gai3 le5 zai4 fan4 sp1 wo4 er2 ma3 you4 yi2 ci4 qiang4 dao4 le5 chong2 qing4 gong1 zhong4 sil +007467 sil qi2 bing3 yi2 yi4 lian3 de5 qiao2 cui4 sp1 tui2 ran2 kao4 zai4 sha1 fa1 shang4 sil +007468 sil ta1 zui2 li3 da4 han3 da4 rang3 sp1 ye3 shi4 bu4 xiang3 gen1 mao3 xian1 sheng5 zou3 sil +007469 sil li3 tong2 xue2 he2 yu2 xing4 tong2 xue2 jun1 wei2 ben3 shi4 mou3 zhong1 xue2 chu1 yi1 xue2 sheng1 sil +007470 sil jiu4 shi4 wo3 de5 ou3 xiang4 ya5 sp1 wo2 hen3 chong2 bai4 zhu3 ren2 de5 gao1 zhi4 shang1 he2 gao1 yan2 zhi2 sil +007471 sil di4 er4 tian1 zao3 chen2 sp1 fei1 ji1 cong2 kan3 da4 ha1 fei1 hui2 ka1 bu4 er3 sil +007472 sil zhe4 ge4 ling2 chuang1 kou3 you4 shi4 ru2 he2 xuan3 ze2 de5 sil +007473 sil wo3 men5 jiang1 fen2 shao1 ta1 men5 jiao3 xia4 de4 tu3 di4 sil +007474 sil zhe4 yuan4 jing3 sp1 da4 gai4 zhi1 cheng1 qi3 ta1 de5 zi4 xin4 sil +007475 sil zhe4 zhu3 yao4 shi4 you2 yu2 qiang2 jin4 de5 you2 xi4 ye4 wu4 ying2 shou1 sil +007476 sil na4 shou3 jiao4 qing1 chun1 wu2 hui3 de5 shi4 shui2 chang4 de5 sil +007477 sil bie2 zuo4 sha3 shi4 sp1 ni2 gei3 da4 jia1 hui2 ge4 hua4 sil +007478 sil liang2 sui4 jun1 xia4 de5 quan2 shen1 yi2 zhen4 sp1 he4 sp1 shui2 sil +007479 sil zhe4 shi4 zhong1 guo2 guo2 jia1 yuan2 shou3 shou3 ci4 fang2 mei3 sil +007480 sil ji4 zhe2 zou3 jin4 yi4 jia1 qi4 che1 gai3 zhuang1 zuo1 fang5 sil +007481 sil ta1 men5 de5 xing2 wei2 jian3 zhi2 shi4 ling4 ren2 fa4 zhi3 sil +007482 sil wang2 zi3 yi4 chuan2 cheng2 le5 wei1 zi3 de5 jue2 jiang4 xing4 ge2 sil +007483 sil shang4 shu4 yan3 lian4 bu4 zhou4 gong4 jin4 xing2 le5 liang3 ci4 sil +007484 sil dan4 shi4 sp1 zhe4 ge4 jian3 dan1 de5 yuan4 wang4 po4 mie4 le5 sil +007485 sil gai1 hui4 bu4 ti2 chang4 shi4 min2 juan1 zeng4 jiu4 yi1 fu5 sil +007486 sil guan1 jian4 zai4 yu2 sp1 wei2 hu4 wen3 ding4 he2 tui1 jin4 he2 zuo4 sil +007487 sil ke3 song4 fang2 jian1 sp1 dan4 gao1 xiang1 bin1 sp1 wa2 wa5 deng3 sil +007488 sil cheng2 gong1 shi4 yi4 zhong2 liao3 bu4 qi3 de5 chu2 chou4 ji4 sil +007489 sil lao3 ma1 sp1 wo2 xiang3 shuo1 sp1 dan4 jin4 liang2 jue2 sp1 mei2 yi1 fu5 guo4 dong1 sp1 zhe4 shi4 yao4 leng2 si3 de5 jie2 zou4 a5 sil +007490 sil li3 jian4 hen4 wu1 ji2 wu1 sp1 ye3 dui4 na4 nv3 hai2 kan4 bu2 shun4 yan3 sp1 hen4 bu4 de2 ta1 de5 she2 tou5 duan4 diao4 sil +007491 sil yao3 wen2 jiao2 zi4 za2 zhi4 she4 biao3 shi4 sp1 shang4 hai3 shi4 yi2 ge4 you3 zhe5 shen1 hou4 wen2 hua4 chuan2 tong3 de5 cheng2 shi4 sil +007492 sil ju4 liao2 jie3 sp1 bei4 wei3 xie4 de5 xiao3 xue2 sheng1 shi4 kan4 tuan2 xiao3 xue2 yi1 nian2 ji2 de5 nv3 sheng1 xiao2 xue3 sil +007493 sil xin4 yi4 lai2 yi2 qu4 de5 ji3 ge4 xing1 qi1 li3 sp1 xiao3 fei1 biao3 ge1 sp1 yi3 jing1 he2 xiao3 shou4 mei2 le5 guan1 xi5 sil +007494 sil yi1 ze2 ke2 yi3 zhao4 gu5 wu2 er2 wu2 nv3 de5 lao3 ren2 sp1 er4 ze2 ke3 zeng1 jia1 shou1 ru4 sil +007495 sil zhuan1 wei3 hui4 de5 she4 li4 sp1 you3 mei2 you3 rang4 bai3 xing4 shi2 shi2 zai4 zai4 de5 shou4 yi4 sil +007496 sil bu4 xiao3 xin1 nong4 huai4 lao3 ba4 de5 an4 mo2 yi3 sp1 lao3 ba4 dui4 wo3 shuo1 sp1 ni3 ruo4 an1 hao3 sp1 bian4 shi4 qing2 tian1 sil +007497 sil ta1 tu1 ran2 che3 diao4 wo3 de5 er3 ji1 da4 sheng1 shuo1 sp1 wo3 yao4 la1 shi3 sp1 bie1 bu2 zhu4 le5 sp1 han2 ni3 ban4 tian1 le5 sil +007498 sil gai1 diao1 su4 sp1 biao3 xian4 de5 shi4 dui4 sheng1 ming4 he2 sheng1 huo2 de5 chong2 jing4 yu3 re4 ai4 sil +007499 sil zuo2 tian1 de5 lian2 huan1 hui4 dou1 shi4 cai2 zi3 jia1 ren2 sp1 rang4 chu1 chu1 mao2 lu2 de5 wo3 zi4 can2 xing2 hui4 sil +007500 sil li3 bo2 shuo1 sp1 qi2 shi2 zui4 chu1 zi4 ji3 zhi1 suo2 yi2 zan3 xia4 ya1 sui4 qian2 hai2 dei2 gan3 xie4 nai3 nai5 sil +007501 sil xiang3 zhi1 dao4 shen2 me5 sp1 ben2 nv3 wang2 dou1 neng2 gao4 su4 ni3 sil +007502 sil xu2 bei1 hong2 xie2 gei2 li3 zong1 ren2 de5 xin4 zha2 sil +007503 sil shui2 qu4 zheng3 jiu4 sp1 bei4 mai2 zai4 wa3 li4 fei4 xu1 zhong1 de5 gu3 rou4 tong2 bao1 sil +007504 sil er2 hou4 bian1 xiang1 zhuang4 de5 hong2 se4 di1 shi4 sp1 you2 yu2 si1 ji1 meng2 da3 fang1 xiang4 pan2 sp1 ye3 ce4 fan1 zai4 lu4 bian1 sil +007505 sil fang2 dong1 shuo1 sp1 zhang1 hong2 fei1 ban4 yue4 qian2 hui2 lai2 hou4 sp1 tou2 po4 le5 sp1 tui2 ye3 que2 le5 sp1 mei2 zai4 chu1 men2 sil +007506 sil zuo4 le5 yi2 ye4 meng4 sp1 shen1 bian1 ren2 dou1 bian4 cheng2 le5 jiang1 shi1 sp1 yi4 zao3 shang5 fa1 xiao1 xi5 gei3 nan2 you3 qiu2 an1 wei4 sil +007507 sil gang1 yi4 chu1 men2 sp1 jiu4 bei4 min2 jing3 an4 dao3 zai4 di4 sp1 zheng3 ge4 guo4 cheng2 zhong1 sp1 liu3 xiao2 bao3 sp1 bing4 wei4 fan3 kang4 sil +007508 sil zhong1 guo2 shi4 jin4 zhi3 she4 wai4 hun1 jie4 de5 sp1 bu2 xin4 sp1 ni3 ke2 yi3 shang4 wang3 cha2 cha5 sil +007509 sil qing1 hai2 lv3 you2 jin1 xia4 yi3 lai2 de5 jing3 pen1 shi4 sp1 you3 wang4 ji4 xu4 yi2 ding4 shi2 ri4 sil +007510 sil zhe4 yang4 sp1 yi3 fang1 zai4 bu4 zhi1 bu4 jue2 zhong1 sp1 lun2 wei2 jia3 fang1 de5 weng4 zhong1 zhi1 bie1 sil +007511 sil wu2 bu4 fu2 sp1 cheng1 zi4 ji3 chao1 che1 qian2 yi3 ming2 la3 ba1 sp1 er2 qie3 bing4 wu2 peng4 zhuang4 sil +007512 sil zhi1 hou4 sp1 ta1 kao2 qu2 dao3 you2 zheng4 sp1 cheng2 wei2 gong2 bei2 kou3 an4 zhong1 lv3 de5 dao3 you2 sil +007513 sil qu4 nian2 sp1 wo3 men5 guang1 huo4 ge4 zhong2 jiang3 de5 tu2 shu1 jiu4 da2 er4 bai3 duo1 zhong3 sil +007514 sil na3 zhi1 sp1 wo3 yi4 zhang1 you4 yi4 zhang1 de5 pai1 sp1 ta1 hai2 bai3 nong4 de5 yue4 fa1 qi3 jin4 le5 sil +007515 sil da4 yue1 zai4 liang3 xing1 qi1 qian2 sp1 lei2 lei3 jiu4 kai1 shi2 han3 du4 zi5 teng2 le5 sil +007516 sil e2 zhu4 xu4 li4 ya4 da4 shi2 guan3 sui2 ji2 cheng1 sp1 gai1 xiao1 xi5 sp1 yu3 shi4 shi2 bu4 fu2 sil +007517 sil ji4 zhe3 kan4 le5 liang3 wei4 yi1 sheng1 de5 qian1 ming2 sp1 chuai3 mo2 ban4 tian1 ye3 ren4 bu4 zhun3 sil +007518 sil zai1 nan4 wu2 qing2 sp1 da4 ai4 you3 xin1 sp1 zai4 da4 de5 kun4 nan2 ye3 hui4 bian4 de5 miao2 xiao3 sil +007519 sil sui1 ran2 shi4 nv3 ren2 sp1 he2 qiao2 nv3 que4 hen2 shao2 you3 shi2 jian1 shui4 mei3 rong2 jiao4 sil +007520 sil man2 man3 yi2 da4 chou1 ti5 sp1 zhi4 shao2 ji3 shi2 zhong3 bu4 tong2 bao1 zhuang1 de5 zhuang4 yang2 yao4 sil +007521 sil hen3 duo1 ren2 wen4 wo3 men5 gan4 sha2 de5 sp1 qi3 chu1 sp1 zhen1 shi4 bu4 hao3 yi4 si5 sa1 huang3 sil +007522 sil xi4 tong3 fa1 song4 duan3 xin4 de5 tong3 yi1 dai4 ma3 wei2 sp1 ba1 ba1 ba1 sp1 yao1 er4 san1 qi1 yao1 sil +007523 sil ta1 xian1 xiang4 wo3 diu1 guo4 yi2 ge4 fei1 wen3 lai2 sp1 ru2 guo3 bu4 ba3 ta1 diu1 hui2 qu4 sp1 nan2 dao4 sp1 nin2 hai2 rang4 wo3 liu2 zhe5 ta1 bu4 cheng2 sil +007524 sil xiang4 lai2 shen1 ti3 shen4 hao3 de5 zhu1 ge2 zi3 qi2 sp1 lian3 jia2 ming2 xian3 zhang4 le5 bu4 shao3 sil +007525 sil er2 mo2 ter4 r chu1 shen1 de5 xiong2 dai4 lin2 sp1 pin1 bo2 jing1 shen2 ke3 jia1 sp1 geng4 fa1 sheng1 yi2 si4 zou3 guang1 shi4 jian4 sil +007526 sil ru2 guo2 wo3 bu4 mai3 sp1 ta1 jiu4 hui4 da3 dian4 hua4 sao1 rao2 wo3 sp1 zhi2 dao4 wo3 kang2 bu2 zhu4 wei2 zhi3 sil +007527 sil zai4 bao2 xian3 ju2 ren4 zhi2 qi1 jian1 sp1 ta1 ju4 jue2 jie1 shou4 sp1 lai2 zi4 bao2 xian3 gong1 si1 de5 zheng4 zhi4 juan1 kuan3 sil +007528 sil bao3 feng1 xian4 sp1 you2 xu3 duo1 zhi4 shou4 zhe4 lei4 jia3 gao1 yao4 he2 fo2 pin3 de5 shang1 dian4 sp1 shou4 jia4 ji2 wei2 di1 lian2 sil +007529 sil ru2 ci3 zhe4 ban1 fan3 fu4 shu4 ci4 sp1 zai4 bai2 xing4 hei1 zui3 cao1 nong4 xia4 sp1 yu2 mou2 deng3 ren2 huo4 li4 fei2 qian3 sil +007530 sil zhi4 gang1 de5 she4 zhang3 wei4 zhi4 sp1 qi2 shi2 ming2 cun2 shi2 wang2 sil +007531 sil niu2 rou4 mian4 guan3 yi4 nan2 zi2 hou3 dao4 sp1 wo3 er4 shi2 kuai4 qian2 yi4 wan3 de5 niu2 rou4 mian4 sp1 zen3 me5 cai2 yi2 kuai4 niu2 rou4 sil +007532 sil qing1 chen2 de5 yu4 shu4 zai1 qu1 sp1 han2 feng1 yi1 ran2 lin3 lie4 sil +007533 sil ke2 li3 xiao2 jie3 shi2 xian4 sheng3 qian2 de5 yuan4 wang4 you2 dian3 nan2 sil +007534 sil kuai4 dian3 sp1 bie2 dan1 ge1 le5 sp1 zheng4 ce4 zhe4 me5 hao3 sp1 hai2 you3 sha2 mo2 ceng4 de5 sil +007535 sil zhi1 hou4 you3 bao4 dao4 cheng1 sp1 zhe4 pian1 bo2 wen2 chun2 shu3 nie1 zao4 sp1 bing4 mei2 you3 xia4 wen2 sil +007536 sil nv3 hai2 de5 xin1 si5 ni3 bie2 cai1 sp1 dan4 shi4 wo3 bu2 yong4 cai1 sil +007537 sil yi1 du3 tu2 sp1 kan4 jian4 bie2 ren2 jia1 men2 kou3 tie1 dao3 de5 chun1 zi4 he2 fu2 zi4 sp1 wen4 bie2 ren2 yi4 si5 shuo1 sp1 shi4 fu2 dao4 chun1 dao4 de5 yi4 si5 sil +007538 sil dui4 yu2 ci3 fan1 xun2 shi4 sp1 bi2 zhe2 bi3 jiao4 kan4 hao3 sp1 li3 you2 you3 san1 sil +007539 sil bu2 yuan4 yi4 bie2 ren2 da2 rao2 wo3 he2 wo3 jia1 ren2 de5 sheng1 huo2 sil +007540 sil ju4 ci3 sp1 pan4 jue2 wang2 xian1 sheng5 xian4 qi1 sp1 jiang1 qiang2 mian4 he2 zha4 lan5 hui1 fu4 yuan2 zhuang4 sil +007541 sil shi2 ji3 nian2 shou4 hui4 sheng1 ya2 zhong4 xia4 de5 e4 yin1 sp1 zhong1 niang4 cheng2 jin1 tian1 de5 ku2 guo3 sil +007542 sil zai4 chuan1 yue4 guo4 cheng2 zhong1 sp1 lv2 you3 zai4 yi2 chu4 zhu2 lin2 shen1 chu4 sp1 pai1 dao4 le5 da4 xiong2 mao1 fen4 bian4 sil +007543 sil xi2 guan4 nan2 shou4 sp1 xi2 guan4 si1 nian4 sp1 xi2 guan4 deng2 ni3 sp1 ke3 shi4 sp1 que4 yi4 zhi2 mei2 you3 xi2 guan4 kan4 bu2 dao4 ni3 sil +007544 sil han2 guo2 bao3 ning2 ni2 jiang1 jie2 kai1 mu4 sp1 zhong4 duo1 you2 ke4 sp1 zai4 ni2 jiang1 zhong1 wan2 shua3 sil +007545 sil na4 zai4 wen4 wen4 ni3 men5 ye2 ye5 de5 ye2 ye5 shi4 bu2 shi4 nong2 min2 sil +007546 sil fei1 chang2 jin3 zhang1 sp1 zou3 lu4 mei3 yi2 bu4 dou1 you2 dianr3 r bie4 niu3 sil +007547 sil ming2 huang4 huang4 de5 tai4 yang5 sp1 chi2 xu4 jian1 kao3 zhe5 hong2 tu3 di4 sil +007548 sil hou4 lai2 sp1 qian2 xue2 min3 qu4 kan4 ta1 sp1 qian2 lao3 hai2 na2 chu1 jian3 bao4 gei3 mei4 mei5 kan4 sil +007549 sil shi4 wei3 shu1 ji4 bo2 xi1 lai2 sp1 shi4 ling2 dao3 zhang1 xuan1 sp1 fan4 zhao4 bing1 sp1 can1 jia1 le5 hui4 yi4 sil +007550 sil ta1 yi4 bian1 song3 jian1 yi4 bian1 tiao4 wu3 sp1 xiang4 shi4 quan2 ji1 xuan2 shou3 yi2 yang4 sp1 ba2 liang3 ge5 shou3 fang4 dao4 mian4 qian2 sil +007551 sil da4 mang3 she2 zai4 shu4 shang5 biao3 xian4 chu1 ge4 zhong3 zi1 tai4 sil +007552 sil wo3 hai2 bu2 hui4 tiao4 wu3 sp1 liao2 tian1 wo3 shi4 zhuan1 ye4 xuan2 shou3 ya5 sil +007553 sil ping2 zheng3 de5 bai2 se4 jia3 ya2 jian1 sp1 hai2 dian3 zhui4 zhe5 shu4 ke1 jin1 huang2 se4 de5 jia3 ya2 sil +007554 sil zhi3 shi4 hui4 zai4 xiang4 mu4 shai1 xuan3 shang4 geng4 jia1 jin3 shen4 sil +007555 sil ping2 shi2 sp1 fu1 qi1 lia3 jiu4 kao4 mai4 tang2 hu2 lu5 wei2 sheng1 sil +007556 sil ta1 jiu4 shi4 ji3 yuan2 shi4 qin4 yuan2 jie1 dao4 de5 li3 hong2 dao4 sil +007557 sil tan2 xian1 sheng5 chuan1 zhuo2 da3 ban4 dou1 xiang1 dang1 nv3 xing4 hua4 sil +007558 sil la1 gu1 song4 fang2 zi5 gei2 nv3 er2 xie4 ting2 ting5 sp1 dang1 jia4 zhuang1 sil +007559 sil chen2 fu4 le4 jie4 shao4 sp1 gong1 mu4 you2 liang3 dao4 tie3 si1 wang3 sp1 zui4 li3 mian4 shi4 yi4 quan1 tie3 zha4 lan2 sil +007560 sil zai4 que4 zhi1 zi4 ji3 bei4 pian4 hou4 sp1 shu4 ri4 jian1 sp1 a1 bing3 de5 tou2 fa4 mei2 mao5 quan2 bai2 le5 sil +007561 sil shui2 za3 shuo1 za3 shuo1 sp1 fa1 zhan3 zhong1 yi1 sp1 ken3 ding4 you3 bu4 tong2 de5 sheng1 yin1 sil +007562 sil shi4 fou2 cai3 na4 sp1 yao4 kan4 cun1 min2 de5 yi4 yuan4 sil +007563 sil bu4 fen4 cheng2 shi4 sp1 fang2 jia4 zhang3 fu2 shou1 zhai3 sil +007564 sil shi2 jia1 zhuang1 gong1 lu4 zhu3 shu1 niu3 sp1 nan2 jiao1 ke4 yun4 zhan4 ren2 liu2 xi1 xi1 rang2 rang3 sil +007565 sil na4 nv3 sheng1 yi2 jian4 yin3 zhi4 ping2 sp1 dun4 shi2 ma3 pi4 heng2 yi4 sp1 a5 sp1 ni3 jiu4 shi4 yin3 zhi4 ping2 ba5 sil +007566 sil bei4 duo1 fen1 lou2 jiu4 liu2 le5 xia4 lai2 sp1 cheng2 wei2 xue2 sheng1 xue2 ye4 fu4 dan1 xia4 de5 fa1 xie4 wu4 sil +007567 sil mu4 qian2 sp1 bao3 diao4 chuan2 shi4 fou2 you3 neng2 li4 hui2 hang2 sp1 hai2 shi4 ge5 wei4 zhi1 shu4 sil +007568 sil qi2 shi2 hen2 hao2 jian3 sp1 niu2 nan3 sp1 bi3 zhe4 ge5 nan2 jian3 duo1 le5 sil +007569 sil chang2 chu1 men2 huo2 dong4 sp1 da4 ye5 de5 xin1 qing2 sp1 ye3 yue4 lai2 yue4 kai1 lang3 sil +007570 sil nong2 yong4 san1 lun2 che1 shang4 sp1 piao3 bai2 hou4 de5 dou4 ya2 sp1 ge4 tou5 bao2 man3 sp1 qi1 ba1 li2 mi3 chang2 sp1 tong1 ti3 liang4 bai2 sil +007571 sil shu1 jia4 shang4 xin4 shou3 nian1 lai2 de5 shi4 sun1 zi3 bing1 fa3 sp1 song4 ci2 xuan3 sp1 ci2 dian3 sil +007572 sil zuo2 tian1 sp1 ou1 zhou1 gu3 shi4 zhong1 pan2 pu3 bian4 zou3 gao1 sp1 yi4 sao3 ya4 tai4 gu3 shi4 pu3 die1 de5 yin1 mai2 sil +007573 sil hen2 jiu3 hen2 jiu2 yi3 qian2 sp1 lao2 shu3 men5 yin1 shen1 shou4 mao1 de5 qin1 xi2 sp1 gan3 dao4 shi2 fen1 ku2 nao3 sil +007574 sil ju4 liao2 jie3 sp1 xin1 xing2 dian4 zi2 biao3 sp1 yu3 chuan2 tong3 ji1 xie4 biao3 xiang1 bi3 sp1 zi4 shen1 hao4 dian4 liang4 di1 sil +007575 sil tang3 ruo4 yi2 ge4 ren2 chu1 ming2 zheng4 chu1 de5 ban4 hong2 bu4 zi3 sp1 na4 ta1 shi4 duan4 bu2 hui4 dan4 bo2 de5 sil +007576 sil jiu1 jing4 shi4 he2 yuan2 yin1 shi3 de2 suo2 ma2 li3 cheng2 wei2 hai3 dao4 de5 tian1 tang2 sil +007577 sil huang2 xiao2 jie3 dai4 de5 nai3 mi2 fen3 sil +007578 sil lao3 po2 shen1 qing2 de5 kao4 zai4 lao3 gong1 shen1 shang4 shuo1 sp1 wo2 xiang3 yao4 wen1 nuan3 sil +007579 sil liang3 ge4 ren2 de5 tou2 pin1 zai4 yi4 qi3 sp1 hen4 bu4 de2 qian4 jin4 dui4 fang1 sil +007580 sil zai4 zhe4 yang4 de5 bei4 jing3 xia4 sp1 bao1 rong2 xing4 zeng1 zhang3 ji1 cheng2 she1 wang4 sil +007581 sil ru2 guo3 a1 cheng2 zuo4 dao4 la1 ji1 de5 hua4 sp1 ye3 hui4 bi2 wo2 you3 xing2 la5 sil +007582 sil mu4 qian2 sp1 zhong1 guo2 de5 ru2 pin3 hang2 ye4 zheng4 mian4 lin2 yi4 chang2 xi3 pai2 sil +007583 sil zhou1 jun4 mei2 you3 gong1 zuo4 sp1 mei3 tian1 si4 chu4 wan2 wan5 sp1 da2 da3 ma2 jiang4 sil +007584 sil nian2 you4 de5 xiao3 hai2 fu2 zhe5 tie3 zha4 lan5 wan2 shua3 sp1 shen1 zhuo2 po4 lan4 sil +007585 sil wo3 men5 zher4 r gei2 sha3 zi5 chong2 xin1 qi3 ming2 sp1 sui2 wo3 zhang4 fu5 de5 xing4 sil +007586 sil ke3 de2 cheng3 zhi1 hou4 sp1 ta1 reng2 bu4 man3 zu2 sp1 reng2 yao1 qiu2 jia1 qian2 sil +007587 sil zao3 shang4 sp1 yao4 chu3 cun2 hao3 yi4 tian1 de5 neng2 liang4 ne5 sp1 suo2 yi3 lai2 dian3 dou4 jiang1 he2 you2 tiao2 bu2 cuo4 sil +007588 sil wo2 you3 yi2 ge4 gao1 san1 dang3 de5 qi2 pa1 peng2 you5 sp1 ping2 shi2 er4 dao4 jia1 de5 na4 zhong3 sil +007589 sil dan4 zai4 ai4 er3 lan2 ban4 tian1 de5 fang3 wen4 xing2 cheng2 zhi1 zhong1 sp1 an1 bao3 che1 dui4 que4 chu1 xian4 yi2 jian4 qiu3 shi4 sil +007590 sil mu4 zhi4 yuan4 qiang2 ru2 jin1 shi2 bu4 duo1 jian4 sp1 mu4 zha4 lan5 men2 pang2 gua4 zhe5 tao1 tian1 hui4 de5 mu4 pai2 sil +007591 sil li3 ge2 xiang2 jia4 che1 zhuang4 duan4 le5 shou1 fei4 zhan4 lan2 gan1 hou4 tao2 yi4 sil +007592 sil guo4 yi2 hui4 ta1 hui2 lai5 le5 sp1 wo3 wen4 ta1 xiao4 guo3 ru2 he2 sp1 ta1 zhou4 zhou5 mei2 yao2 tou2 dao4 sp1 gan3 jue2 mei2 sha2 yong4 a5 sil +007593 sil ni2 zen3 me5 de2 zui4 ta1 le5 sp1 kuai4 qu4 gei3 ta1 pei2 pei2 bu2 shi4 ba5 sil +007594 sil ben3 bao4 ji4 zhe2 sp1 yi3 jiang1 shang4 shu4 xin4 xi1 fan3 kui4 guo2 jia1 hai3 shi4 ju2 sil +007595 sil zhe4 ge4 dian4 ying3 jiu4 shi4 yao4 tan4 xun2 ta1 de5 nei4 xin1 shi4 jie4 li2 wo3 men5 hen2 yuan3 de5 di4 fang1 zai4 na3 sil +007596 sil suo2 yi3 sp1 yue4 shi4 lin2 shi2 zhang1 luo2 de5 guo2 ji4 hui4 yi4 sp1 yue4 hui4 zai4 cai2 zheng4 shang4 chu1 xian4 dao4 bi1 xian4 xiang4 sil +007597 sil zai4 zheng4 shi4 de5 jiao4 xue2 fang1 mian4 sp1 ma3 de2 bao3 zhong1 yu2 bu4 ru4 zheng4 gui3 sp1 kai1 shi3 xun2 gui1 dao2 ju3 sil +007598 sil wo2 she3 bu4 de2 zhu3 ren2 yo5 sil +007599 sil fen1 zhong4 chuan2 mei2 di4 er4 ji4 du4 ye4 ji4 sp1 chao1 guo4 shi4 chang3 yu4 qi1 sil +007600 sil zuo4 wei2 da4 jie3 de5 lao3 na4 sp1 jiang3 jiu1 de5 shi4 yi4 gu3 da4 jie3 fanr4 r he2 meng3 jinr4 r sil +007601 sil bo1 li5 sui4 pian4 ka3 zai4 nv2 zi3 shi2 guan3 nei4 sp1 mian4 lin2 da4 chu1 xie3 wei1 xian3 sil +007602 sil zhe4 shi2 hou4 de5 biao2 jie3 sp1 yi3 jing1 jia4 gei3 le5 sang4 ou3 de5 lao2 ban3 gao1 cheng2 sil +007603 sil qi2 jian1 duo1 ci4 tiao4 cao2 sp1 ye3 dou1 shi4 zai4 ge4 lei4 fu2 wu4 zhong1 xin1 da3 zhuan4 sil +007604 sil ta1 dui4 mei3 di4 ren4 shi5 chu3 zai4 meng2 ya2 jie1 duan4 sp1 bu4 bi2 ma3 de2 bao3 de5 jing1 shen1 sil +007605 sil dang1 ri4 wan3 jian1 sp1 ju4 feng1 sang1 di2 deng1 lu4 niu3 yue1 sp1 niu3 yue1 man4 ha1 dun4 bu4 fen4 di4 qu1 bian4 cheng2 ze2 guo2 sil +007606 sil wo3 nei4 jiu4 wa5 sp1 xiang3 yong4 zui4 cheng2 zhi4 de5 dao4 qian4 lai2 qi3 qiu2 liang4 jie3 sil +007607 sil ta1 xing4 ge2 shuang2 lang3 you3 wen4 bi4 da2 sil +007608 sil mao2 hua2 rui4 cong2 wei4 xiang3 guo4 sp1 ba4 ba5 de5 xiao4 rong2 you3 yi4 tian1 hui4 xiao1 shi1 sil +007609 sil ta1 jiu4 dui4 zhe5 wo3 he1 he1 xiao4 sil +007610 sil chen2 zheng4 qiang2 tao2 pao3 shi2 sp1 lin1 zhe5 yi4 ba2 yi3 zi5 sil +007611 sil zheng3 ge4 cheng2 shi4 sp1 ying1 gai1 shuo1 feng4 huang2 nie4 pan2 sil +007612 sil wu3 qiang2 de5 xiao3 nv2 you3 sp1 tie3 ding4 le5 xin1 yao4 he2 ta1 hao2 hao3 guo4 ri4 zi5 sil +007613 sil yao4 gong3 gu4 wan2 shan4 ji1 ceng2 zong1 he2 gai3 ge2 sil +007614 sil si1 ta2 er3 mei2 you3 tou4 lu4 ju4 ti3 guo2 ming2 sil +007615 sil zhi3 yao4 da4 jia1 ken2 jiang3 sp1 ta1 jiu4 ken3 ting1 sil +007616 sil dou1 shuo1 shou4 si3 de5 luo4 tuo2 bi2 ma3 da4 sil +007617 sil wo3 de2 bu2 dao4 de5 sp1 wo3 ning4 yuan4 hui3 le5 ta1 sil +007618 sil xing2 xiang4 de5 shuo1 sp1 jiu4 shi4 yin2 chi1 mao3 liang2 sil +007619 sil jiu4 zai4 zhe4 shi2 sp1 hai2 zi5 de5 nai3 nai5 tu1 ran2 shuai2 shou2 da3 le5 dang3 juan1 yi4 er3 guang1 sil +007620 sil qiang3 de2 qian2 hou4 sp1 liang3 ren2 jiu4 qu4 fan4 dian4 sp1 wang3 ba1 deng3 chang2 suo3 hui1 huo4 xiao1 sa3 sil +007621 sil ru2 guo3 xie2 shou3 bu2 an4 pei2 xun4 yao4 ling3 lai2 xie3 sp1 hen2 ke3 neng2 bei4 zi4 ran2 tao2 tai4 sil +007622 sil dang4 tian1 xia4 wu3 sp1 liao2 ning2 nan2 ping1 sp1 yu3 zhe4 jiang1 hai3 ning2 de5 bi3 sai4 shuai4 xian1 kai1 shi3 sil +007623 sil ta1 men5 wai4 chu1 gong1 zuo4 sp1 liang3 sui4 da4 de5 nv3 er2 han2 han5 sp1 you2 ye2 ye5 nai3 nai5 dai4 zhe5 sil +007624 sil zhan4 shi4 men5 wei2 zhe5 ji2 ben3 po4 jiu4 de5 za2 zhi4 zheng1 xiang1 yue4 du2 sil +007625 sil ju4 xi1 sp1 yi3 di4 fang1 biao1 zhun3 xing2 shi4 sp1 lai2 gui1 fan4 men2 pai2 lou2 pai2 sp1 zai4 quan2 guo2 hai2 shi4 shou3 ci4 sil +007626 sil bu4 jin2 jin3 shi4 de2 yi4 zhi4 yin2 hang2 sil +007627 sil zhao4 zhong1 xiang2 de5 tuan2 dui4 sp1 na2 zhe5 ni2 ping2 de5 lao3 lao5 yu3 lu4 sp1 pai2 dui4 qing3 ta1 qian1 ming2 sil +007628 sil guo1 mou3 cheng1 sp1 yi3 qian2 jing1 ta1 jie4 shao4 juan1 luan3 de5 hai2 you3 sp1 e2 luo2 si1 mo2 te4 sil +007629 sil gun3 sp1 ni2 you3 jian4 guo4 ku3 gua1 shi4 tian2 de5 ma5 sil +007630 sil en4 en4 sp1 ni2 zen3 me5 zhi1 dao4 wo2 xi3 huan1 yang3 yu2 de5 sil +007631 sil quan2 bu4 tao2 tai4 luo4 hou4 dian4 jie2 lv2 chan3 neng2 sil +007632 sil chui1 niu2 ke3 bu2 tai4 hao3 ya5 sil +007633 sil shou3 shu4 hou4 jiao2 zhi3 de5 shang1 zen3 me5 yang4 le5 sil +007634 sil wo3 wu2 yi4 jian1 yan3 jing5 yi4 piao3 sp1 kan4 dao4 men2 kou2 you3 ban4 ge5 nao3 ke2 sp1 chang2 tou2 fa4 diao4 qi3 de5 sil +007635 sil zi1 xun2 dian4 hua4 sp1 wei2 liu4 er4 ling2 wu3 jiu3 yao1 yao1 qi1 sil +007636 sil che1 nei4 zuo4 zhe5 yi4 gao1 yi4 ai2 liang3 ming2 nan2 zi3 sil +007637 sil gou4 wu4 dan1 zhong1 sp1 yao4 bang1 biao2 jie3 dai4 mi2 fen3 sil +007638 sil yi4 yan3 kan4 dao4 le5 sp1 jiu4 xin1 li3 nuan2 nuan3 de5 sil +007639 sil dan4 ta1 sp1 ao3 bu2 guo4 zhi4 an1 dui4 yuan2 de5 jian3 cha2 sil +007640 sil you3 shi2 zai4 shang1 quan1 qing3 ge5 bang4 bang5 dou1 nan2 sil +007641 sil sui2 hou4 sp1 li3 die1 die5 de5 er4 er2 zi5 gan3 lai2 sil +007642 sil ci3 ci4 shen3 ji4 de5 ji1 ben3 qing2 kuang4 zen3 yang4 sil +007643 sil wo3 men5 wu2 yi4 da2 rao2 ni3 ping2 jing4 de5 sheng1 huo2 sil +007644 sil bi3 de2 leng2 leng3 dao4 sp1 shui2 kan4 ni3 le5 sp1 wo3 zi4 ji3 ye2 you3 sp1 lian2 mi4 ma3 dou1 mei2 gai3 guo4 sil +007645 sil wai4 li4 mian4 huang2 se4 sp1 yong4 cheng2 hong2 se4 dian3 zhui4 sil +007646 sil wo3 men5 you4 yao4 gai3 zao4 huan2 jing4 sp1 you4 yao4 bao3 zheng4 min2 sheng1 bu4 jian2 shao3 sp1 na4 qian2 zen3 me5 lai2 a5 sil +007647 sil di4 yu4 bian1 yuan3 de5 qing1 hai3 gao1 yuan2 ye3 bu2 li4 wai4 sil +007648 sil ju4 xi1 sp1 da4 huo3 zao4 cheng2 de5 zhi2 jie1 cai2 chan2 sun3 shi1 sp1 wei2 san1 wan4 ling2 wu2 bai3 qi1 shi2 yuan2 sil +007649 sil zhe4 zhang1 ka3 dong3 xiao2 jie3 mei2 yong4 guo4 ji3 ci4 sil +007650 sil tong2 shi2 sp1 song4 hai2 she4 xian2 mai3 mai4 ren2 kou3 sil +007651 sil dong3 jia1 ren2 ren4 wei2 sp1 zhen2 suo3 nan2 tao2 gan1 xi4 sil +007652 sil yu2 shi4 sp1 bian4 niang4 zao4 le5 zhe4 yi4 chu1 can3 ju4 sil +007653 sil tun1 xia4 pai2 qiu2 yi3 bei4 ge2 li2 de5 hai3 tun2 sil +007654 sil lao3 ren2 la1 qi3 sun1 nv3 de5 shou3 sp1 bing1 leng3 sil +007655 sil lao3 deng4 man3 mian4 hong2 guang1 xiao4 sheng1 shuang2 lang3 sil +007656 sil mai4 ke4 la1 lun2 fa1 biao3 le5 zhu3 ti2 yan2 jiang3 sil +007657 sil ping2 shi2 sp1 pen1 quan2 bing4 bu4 jing1 chang2 pen1 shui3 sil +007658 sil qing3 che1 liang4 rao4 xing2 xi1 yu3 gao1 su4 gong1 lu4 sil +007659 sil zai4 yi2 ge4 shi4 sp1 ga1 cha2 gan4 bu4 yao4 qing1 bai2 sil +007660 sil lao2 ka3 dui4 zhu4 su4 huan2 jing4 yao1 qiu2 hen3 gao1 sil +007661 sil tang2 xian1 sheng5 xia4 ban1 hui2 jia1 mei2 dong1 xi5 chi1 sp1 gan1 cui4 sp1 ye3 hui4 qu4 fu4 mu3 jia1 ceng4 fan4 sil +007662 sil huo4 zhen4 ting2 fu4 zi3 sp1 yi4 zao3 dao4 chang3 da2 dian3 sil +007663 sil hui2 wan4 sui4 sp1 bao1 zheng3 bu2 jiu4 zai4 zher4 r ma5 sp1 ba1 xian2 wang2 zhi3 zhe5 bu4 zhi1 suo3 cuo4 de5 bao1 zheng3 dao4 sil +007664 sil er2 zai4 xu3 duo1 an4 li4 zhong1 sp1 zhe4 xie1 yin2 hang2 dou1 xiang4 pu3 tong1 san3 hu4 yi2 yang4 sp1 pei2 de5 can3 bu4 ren2 du3 sil +007665 sil ci3 ci4 da4 feng1 nai4 li4 chao1 qiang2 sp1 jing1 guo4 yi2 ye4 hu1 xiao4 hou4 sp1 hai2 jiang1 zai4 jing1 zhe1 teng5 yi4 zheng3 tian1 sil +007666 sil yi4 kai1 shi3 sp1 zheng4 deng3 dai4 yin3 liu2 de5 xiong2 sp1 si4 hu1 zao4 dong4 bu4 an1 sp1 zai4 xiong2 she4 li3 sp1 lai2 hui2 duo2 bu4 sil +007667 sil meng4 jing1 jie1 guo4 bao4 zhi3 kan4 sp1 ru2 feng2 you3 ren2 sp1 zhe4 li3 mian4 de5 wen2 zhang1 dou1 shi4 yan2 nan2 de5 feng1 ge2 sil +007668 sil dang1 shi2 gei2 wo3 er2 zi5 kan4 bing4 de5 na4 ge5 dai4 fu5 jiu4 shuo1 sp1 ta1 dou1 bu4 gan3 chu1 men2 zhen3 le5 sil +007669 sil da4 xiu1 zhi1 hou4 sp1 zhuan1 jia1 ren4 wei2 sp1 shang1 hen2 lei2 lei3 de5 san1 qiao2 sp1 yi3 bu2 zai4 shi4 yi2 tong1 xing2 huo4 che1 sil +007670 sil er4 shou3 fang2 zhong1 jie4 yan2 zhong4 kui1 sun3 sp1 shen1 zhen4 lou2 shi4 zai4 zhe4 lun2 xia4 hua2 zhong1 chu3 yu2 zen3 yang4 de5 zhuang4 tai4 sil +007671 sil er2 yi4 qu4 wang3 jiu4 wei4 yi4 bai3 duo1 wan4 ren2 ti2 gong1 le5 zhei4 yang4 yi2 ge5 ji1 hui4 sil +007672 sil nv2 zi3 kang4 zheng1 sp1 dai3 tu2 yi4 shi2 wei4 neng2 de2 cheng3 sil +007673 sil kan4 lai2 chi1 ta1 jia1 de5 sp1 yao4 zi4 dai4 miao1 xing1 ren2 sil +007674 sil jie1 xia4 lai2 sp1 wo3 men5 ting1 ting1 zhuan1 jia1 zen3 me5 shuo1 sil +007675 sil zhi3 de5 shi4 sp1 hai2 mei2 zhao2 hao3 xia4 jiar1 r jiu4 ci2 zhi2 sp1 bu4 kao3 lv4 hou4 lu4 sil +007676 sil wo3 hai2 mei2 you3 ji2 guo4 ne5 sp1 ni3 ke2 yi3 shi4 shi4 yo5 sil +007677 sil shi1 wa3 xin1 ge2 ceng2 kua1 zan4 qi1 zi3 shi4 na4 me5 cong1 ming5 sp1 shi4 ta1 xin1 mu4 zhong1 de5 li2 xiang2 nv3 xing4 sil +007678 sil ge2 jing2 zhang3 sp1 gan2 jin3 jiang1 shi4 xian1 zhun3 bei4 hao3 de5 ku4 cha2 gei3 qi2 chuan1 hao3 sp1 xun2 wen4 nan2 zi3 qing2 kuang4 sil +007679 sil jin1 hou4 sp1 gu4 gong1 hai2 jiang1 tong1 guo4 zhan2 lan2 deng3 fang1 shi4 sp1 rang4 bu4 fen5 shen1 gong1 wen2 wu4 sp1 yu3 you2 ke4 jian4 mian4 sil +007680 sil mei2 you3 yong4 hu4 shi4 yuan4 yi4 zu2 dang3 zhe4 xie1 zheng4 chang2 nei4 rong2 de5 sil +007681 sil yi4 chang3 da4 gui1 mo2 de5 jiu4 shu2 yun4 dong4 sp1 la1 kai1 le5 xu4 mu4 sil +007682 sil dang1 da4 hei1 xiong2 chu1 xian4 shi2 sp1 ni3 jing4 diu1 xia4 wo2 pao3 la5 sil +007683 sil yi4 xin1 zhui1 qiu2 gao1 shou1 yi4 de5 si1 lu4 shi4 fou3 zheng4 que4 ne5 sil +007684 sil ta1 yi2 xia4 zi5 tang2 dao3 zai4 di4 sp1 zhen4 di4 sui2 hou4 shi1 xian4 sil +007685 sil xiao3 lin2 bu4 fu2 shang4 su4 sp1 cheng2 du1 zhong1 yuan4 fa1 hui2 chong2 shen3 sil +007686 sil zuo4 wei2 xiao3 jiu4 zi3 de5 wo3 qu4 quan4 jia4 sp1 guo3 ran2 you3 yong4 sil +007687 sil zai4 yi4 xie1 zhuan1 jia1 kan4 lai2 sp1 zhe4 yang4 de5 bo3 zu2 kai1 fa1 sp1 zheng4 shi4 kang1 fei1 jiao1 heng4 ba4 dao4 de5 di3 qi4 sil +007688 sil qi2 zao3 nian2 sang4 fu4 sp1 mu3 qin1 yi4 ren2 xin1 ku3 jiang1 ta1 la1 che3 da4 sp1 mei2 xiang3 dao4 jing4 ying1 nian2 zao3 shi4 sil +007689 sil zai4 xian4 chang2 sp1 you3 yi2 ge4 xi1 gua1 zhang3 de5 kai1 lie4 le5 sp1 qing1 qing1 da3 kai1 fa1 xian4 sp1 gai1 gua1 pi2 bao2 rang2 hong2 sil +007690 sil ta1 ting2 dong3 shi4 de5 sp1 jiu4 ting1 hua4 qu4 shang4 xue2 le5 sil +007691 sil mo4 ni2 le4 sheng1 de5 xiao1 sa3 ying1 jun4 sp1 cheng2 le5 na4 xie1 fei1 zi5 lie4 qu3 de5 dui4 xiang4 sil +007692 sil cong2 zao3 qi1 de5 guan1 bing1 shang2 xue3 sp1 dao4 xian4 zai4 zhu2 bu4 de5 tuo4 zhan3 kai1 lai2 sil +007693 sil shou3 shu4 zhong1 sp1 qie1 kai1 bing4 ren2 de5 tun2 bu4 sp1 jin4 xing2 xue4 zhong3 qing1 chu2 sp1 he2 shen2 jing1 jian3 ya1 sp1 qing1 chu2 le5 quan2 bu4 yu1 xue4 sil +007694 sil di4 san1 sp1 jiu4 shi4 jiang1 ku4 cun2 da4 suan4 ceng2 ceng2 ci4 zhuan3 bao1 sp1 huo4 tun2 ji1 ju1 qi2 sil +007695 sil ni3 shui4 bu4 zhao2 de5 shi2 hou4 ke2 yi3 lai2 zhao2 wo3 o5 sp1 wo3 sui2 jiao4 sui2 dao4 sil +007696 sil liu2 huan1 shuo1 sp1 zhang4 fu5 qian2 liang3 tian1 zai4 chu1 zu1 fang2 li3 yun1 dao3 sil +007697 sil shi2 nian2 qian2 sp1 li3 xin1 kun1 de5 yan3 jing1 kan4 bu2 jian4 dong1 xi5 le5 sil +007698 sil zhe4 shi4 yang1 hang2 jin1 nian2 di4 er4 ci4 xia4 tiao2 cun2 kuan2 zhun3 bei4 jin1 lv4 sil +007699 sil lian2 zhan4 fu1 ren5 lian2 fang1 yu3 sp1 ze2 shi4 zao2 yi3 xia4 dao4 liang2 yan3 fa1 zhi2 sil +007700 sil duo1 nian2 lai2 sp1 jing3 cha2 men5 zuo4 zai4 da4 kun2 jian3 huo4 de5 wen2 jian4 mian4 qian2 sp1 shen2 me5 ye3 mei2 zuo4 sil +007701 sil qu2 long2 hua2 ye3 huai2 yi2 shi4 chai1 qian1 re3 lai2 de5 huo4 sil +007702 sil zhui1 sui2 li3 zhen4 bo1 sp1 kong1 jiang4 shi2 wu2 yong3 shi4 sp1 zai4 ci4 shou4 dao4 quan2 guo2 jun1 min2 de5 re4 qie4 guan1 zhu4 sil +007703 sil wo3 ying1 gai1 duo1 zan3 xie1 qian2 sp1 wei4 hai2 zi5 men5 mai3 yi4 xie1 ben3 zi5 sil +007704 sil dai3 tu2 la1 zhe5 qiang1 shuan1 sp1 yong4 qiang1 zhi3 zhe5 gong1 zuo4 ren2 yuan2 ma4 sil +007705 sil kai1 wang3 dian4 rong2 yi4 sp1 ba3 shang1 pin3 mai4 chu1 qu4 ze2 da4 you3 xue2 wen4 sil +007706 sil chu2 le5 yang1 qi3 sp1 yin2 hang2 ye3 shi4 nian2 zhong1 jiang3 jiao4 fei2 de5 hang2 ye4 sil +007707 sil ju4 jie4 shao4 sp1 gai1 bian1 pao4 zuo1 fang5 kai1 de5 shi2 jian1 bu4 chang2 sil +007708 sil da4 gai4 you3 er4 bai3 lai2 hu4 shou4 pian4 sp1 jin1 e2 you3 san1 si4 shi2 wan4 yuan2 sil +007709 sil hui2 gu4 hou2 pei4 cen2 de5 hun1 shi4 sp1 wan3 ru2 yi4 chang2 ma3 la1 song1 sil +007710 sil ji4 ren2 li2 xia4 bu2 zi4 zai4 sp1 ta1 zheng3 tian1 chou2 mei2 bu4 zhan3 sil +007711 sil ta1 neng2 fou3 cun2 huo2 sp1 yi1 sheng1 de5 xin1 li3 yi4 dian2 dir2 r ye3 mei2 you3 sil +007712 sil ta1 de5 yan2 se4 shi4 bai2 zhong1 dai4 qing1 sp1 wo3 men5 cheng1 wei2 sp1 yin3 qing1 ci2 sil +007713 sil yi1 yuan4 tong1 guo4 pou1 fu4 chan3 de5 fang1 shi4 sp1 bang1 ta1 chan3 xia4 ying1 er2 sil +007714 sil na4 ren2 de5 hua4 peng4 le5 bi4 sp1 zhi2 hao2 ba3 qi4 yan4 zai4 du4 zi5 li3 sp1 xin1 li3 yi2 zhen4 shi1 wang4 sil +007715 sil zhe4 shi2 sp1 han2 mou3 he2 he4 mou3 bian4 cou4 shang4 lai2 sp1 hong3 pian4 li2 mou3 shuo1 sp1 yuan4 yi4 bang1 ta1 zhao3 hui2 pi2 bao1 sil +007716 sil yao4 bi4 mian3 lve4 deng3 yu2 wu2 shi4 de5 gan1 ga4 chong2 yan3 sp1 ji2 xu1 dui4 xiang1 guan1 gui1 ding4 da2 bu3 ding1 sil +007717 sil na4 me5 bi3 tai4 yang5 da4 shi2 bei4 de5 heng2 xing1 ne5 sil +007718 sil pao3 che1 de5 che1 tou2 bei4 zhuang4 de5 gong2 qi3 sp1 bao2 xian3 gang4 sp1 ye3 ao1 jin4 qu4 yi2 kuai4 sil +007719 sil ta1 nian2 qing1 shi2 sp1 ceng2 jiu4 du2 yu2 jiang1 su1 sheng3 mou2 ti3 xiao4 sp1 san2 da3 dui4 yuan2 sil +007720 sil zhe4 yi2 ci4 sp1 feng1 shui3 you4 zhuan3 dao4 le5 ge4 ren2 zhu4 fang2 an4 jie1 dai4 kuan3 shang4 lai2 sil +007721 sil jin4 liang3 nian2 sp1 sui2 zhe5 ji3 jia1 ru2 pin2 qi3 ye4 jin4 zhu4 sp1 hong2 ya3 xian4 de5 nai3 yuan2 bian4 de5 jin3 qiao4 sil +007722 sil hui2 jia1 shi2 sp1 wo2 ye3 zhen1 cheng2 de5 yao1 qing2 wo3 zhan4 you3 dao4 jia1 li3 qu4 wan2 wan5 sil +007723 sil yin1 wei4 jie2 bing1 sp1 che1 chuang1 che1 men2 kai1 qi3 shi2 sp1 ye3 ga1 ga1 zuo4 xiang3 sil +007724 sil chao1 shi4 nei4 ren2 tou2 cuan2 dong4 sp1 sheng1 yi4 bi2 wang3 chang2 huo3 bao4 xu3 duo1 sil +007725 sil wei4 ci3 sp1 xue2 xiao4 zhuan1 men2 wei4 ta1 gei3 chuang1 hu4 zhuang1 shang4 le5 zha4 lan5 sil +007726 sil hai1 sp1 ping2 chang2 wu2 suo3 wei4 sp1 guo4 jie2 le5 sp1 jiu4 you3 ge5 si1 xiang1 qing2 a5 sil +007727 sil zhi2 zhi4 jin1 ri4 sp1 huang2 xiao3 qing1 de5 you4 tui2 li3 sp1 hai2 da3 zhe5 gang1 ban3 sp1 zou2 qi3 lu4 lai2 yi4 que2 yi4 guai3 sil +007728 sil xi1 hong2 she4 jian1 hui4 sp1 zhuang1 sha3 tui4 chao2 sil +007729 sil yin1 ci3 sp1 ci3 ci4 zhao4 kai1 de5 yan2 ya1 ting2 sp1 hui4 fou2 ba3 chen2 shui2 bian3 fang4 chu1 lai5 sp1 bei4 shou4 guan1 zhu4 sil +007730 sil li3 jia1 de5 nian2 xin1 zui4 zhong1 yi3 si4 dian3 yi1 wu3 wan4 de5 jia4 ge2 cheng2 gong1 pai1 chu1 sil +007731 sil pao3 xiang4 mu4 sp1 yao4 shu1 tong1 guan1 xi5 sp1 bi4 xu1 da2 dian3 sp1 lin2 xin1 dong3 de2 hang2 qing2 sil +007732 sil cheng2 ke4 dui4 che1 shang4 fu4 ze2 jiang2 jie3 de5 dao3 cheng2 yuan2 pu3 bian4 biao3 shi4 man3 yi4 sil +007733 sil chen2 guang3 ming2 shi4 bao1 tou2 long2 de2 xi1 tu2 you3 xian4 gong1 si1 de5 gu3 dong1 zhi1 yi1 sil +007734 sil zhe4 jia1 dian3 xin1 dian4 zuo4 qian1 ceng2 bing3 sp1 yong4 de5 jiu4 shi4 yang2 ai4 guo2 de5 di4 gou1 you2 sil +007735 sil mo2 gu5 piao2 xi2 chang3 fang2 nei4 sp1 yong4 yu2 piao2 xi3 mo2 gu5 de5 chi2 zi5 he2 gong1 ju4 sil +007736 sil jia3 ji1 zi4 jue2 zhan4 le5 shang4 feng1 sp1 shu1 de5 bu2 tai4 fu2 qi4 sp1 yao1 qiu2 chong2 sai4 sil +007737 sil bu4 jin3 xiang4 ri4 kui2 sp1 hai2 you2 hen3 duo1 wang2 you3 sp1 ye3 guan1 xin1 zhe5 lao3 ren2 de5 xing2 zong1 sil +007738 sil fang2 jian1 nei4 ti2 gong1 chuang2 sp1 xiao3 ba1 tai2 sp1 yu4 pao2 he2 liang3 shuang1 tuo1 xie2 sil +007739 sil wan3 can1 shi4 bei3 jing1 zha2 jiang4 mian4 sp1 da4 jia1 xi1 wang4 hai2 zi5 men5 chang2 chang5 lao2 bei3 jing1 de5 yin3 shi2 sil +007740 sil liang3 ge4 yuan2 yin1 sp1 yi2 ge4 an3 men5 shi4 ban4 gong1 shi4 sp1 zhe4 ge4 an4 jian4 shi4 bao3 mi4 de5 sp1 an3 bu4 zhi1 dao4 sil +007741 sil dang1 shi2 sp1 zhang1 jian4 guo2 sheng1 cheng1 yao4 he2 di4 di5 zuo4 you2 xi4 sp1 bing4 ba3 di4 di5 de5 tui2 kun3 shang4 sil +007742 sil you4 zou3 hui2 lai2 zuo4 zai4 wo2 zuo3 bian1 sp1 kai1 shi3 dui4 wo3 lou2 lou3 bao4 bao4 sil +007743 sil heng1 sp1 wo3 de5 pi2 qi4 da4 zhe5 ne5 sil +007744 sil xiao4 zhe5 sp1 ye3 shi4 yi4 zhong3 xing4 gan3 lou5 sil +007745 sil xian4 zai4 you2 pin2 zhu3 yao4 shi4 chu1 xian4 shan2 dian3 he2 leng3 lv4 dian3 zhe4 liang3 xiang4 bu4 he2 ge2 sil +007746 sil you3 ji4 xiang4 biao3 ming2 sp1 zhong1 guo2 di1 duan1 gong1 ye4 pin3 chu1 kou3 zheng4 zai4 jing1 li4 guai2 dian3 sil +007747 sil ta1 shuo1 sp1 zi4 ji3 yong4 guan4 le5 suan4 pan2 sp1 jue2 de5 ji4 suan4 qi4 mei2 you3 zhe4 me5 hao3 yong4 sil +007748 sil cheng2 rong2 shuo1 sp1 ta1 ge4 ren2 ren4 wei2 sp1 ying1 gai1 jiao4 jiao2 zhi3 tou5 sp1 zhi4 fu2 tuo3 dang4 xie1 sil +007749 sil hua4 sui1 zhe4 me5 shuo1 sp1 xin1 li3 que4 you3 xie1 wei4 han2 han2 dan1 xin1 sp1 luo4 cha1 tai4 da4 sp1 ta1 hui4 bu2 hui4 cheng2 shou4 bu4 liao3 sil +007750 sil yi3 hou4 jie2 le5 hun1 sp1 yi2 ding4 yao4 xue2 hui4 cang2 si1 fang2 qian2 sp1 ni3 kan4 ni3 ba4 cang2 le5 sp1 wo3 jiu4 zhao3 bu4 zhao2 sil +007751 sil tu3 pei1 wu1 sp1 wu3 jian1 fang2 sp1 xia2 xiao3 bi1 ze4 sp1 man3 shi4 hui1 chen2 he2 za2 wu4 sil +007752 sil dian4 hua4 zhong1 sp1 yang2 mou2 mou3 xi1 wang4 ni2 sp1 neng2 jiang1 shen1 fen4 zheng4 he2 yin2 hang2 ka3 gei3 ta1 song4 guo4 qu4 sil +007753 sil mi3 dong1 qu1 bei3 sha1 wo1 sp1 shi4 zhun3 ga2 er3 pen2 di4 sp1 gu2 er3 ban1 tong1 gu3 te4 sha1 mo4 de5 yi2 bu4 fen4 sil +007754 sil yu4 jian4 na4 ge4 dong3 de2 xin1 shang2 ni3 zhen1 xi1 ni3 de5 ren2 shi4 duo1 me5 xing4 yun4 xing4 fu2 de5 shi4 sil +007755 sil wo3 men5 can1 jia1 le5 miao2 zu2 chuan2 tong3 de5 min2 su2 huo2 dong4 sp1 zhi2 jie1 gan3 shou4 li2 zu2 miao2 zu2 wen2 hua4 de5 yun4 wei4 sil +007756 sil zuo2 ri4 sp1 geng3 zhun1 lao3 ren2 de5 yi2 ti3 gao4 bie2 yi2 shi4 sp1 zai4 xiang1 cheng2 xian4 bin4 yi2 guan2 ju3 xing2 sil +007757 sil sui2 hou4 sp1 ta1 you4 kong1 jiang4 yi4 da4 li4 sp1 xian1 hou4 xiao4 li4 yu2 pei4 lu2 jia3 deng3 duo1 zhi1 jia3 ji2 qiu2 dui4 sil +007758 sil ta1 zheng1 kai1 mi2 meng2 de5 yan3 sp1 si4 mu4 xiang1 jie1 sp1 yi2 ji4 hu1 xiao4 de5 er3 guang1 xiang3 che4 zheng3 ge4 jiao4 shi4 sil +007759 sil shen1 wei2 tai4 guo2 hua2 qiao2 hou4 yi4 de5 ta1 sp1 wei4 ci2 gan3 dao4 wu2 bi3 zi4 hao2 yu3 guang1 rong2 sil +007760 sil ge1 qian2 ji3 tian1 shang4 wang3 kan4 dao4 yi2 da4 xue2 tong2 xue2 de5 qian1 ming2 sp1 bei4 men2 jia1 guo4 de5 he2 tao5 sp1 ye3 neng2 bu2 nao3 ma5 sil +007761 sil na4 chuan1 xing2 zai4 da4 jie1 xiao3 xiang4 de5 fei1 ya4 te4 chu1 zu1 che1 sp1 miao2 hui4 he2 dian3 zhui4 zhe5 wen1 zhou1 sil +007762 sil er2 jia1 ting2 ji4 yang3 ji4 hua4 de5 fu2 wu4 dui4 xiang4 sp1 yi3 zhi4 liu2 shi2 jian1 jiao4 chang2 de5 liu2 lang4 er2 wei2 zhu3 sil +007763 sil ke3 shu1 yi3 song4 ren2 zi4 ji3 you4 gan1 she4 bu4 liao3 sp1 hao2 bi3 zuo4 mu3 qin1 de5 sp1 kan4 jian4 nv3 er2 zai4 qing4 jia1 shou4 ku3 sil +007764 sil ma4 ren2 shi2 zui4 tong4 ku3 bu2 guo4 yu2 bie2 ren2 yong4 ni3 de5 hua4 lai2 hui2 ma4 ni3 sp1 fen4 liang4 ye3 hui4 meng3 zeng1 xu3 duo1 sil +007765 sil cheng2 ben3 meng2 zhang3 sp1 qi3 ye4 chi1 bu4 xiao1 sp1 bu4 fen4 qi3 ye4 shen4 zhi4 bu4 gan3 jie1 xin1 ding4 dan1 sil +007766 sil er2 zhou1 dong3 he2 hou2 pei4 cen2 sp1 zhi1 qian2 ye3 shi4 zai4 ri4 ben2 lou3 jian1 bei4 pai1 dao4 sp1 bian4 zhao1 le5 lian4 qing2 sil +007767 sil zao1 shou4 zhong4 chuang1 de5 lv3 you2 hang2 ye4 bing4 bu2 qi4 nei3 sil +007768 sil gao4 su4 wo2 sp1 ni3 yao4 ji2 dian2 qi3 chuang2 ba5 sil +007769 sil ni3 men5 nan2 ren5 mei2 yi4 ge5 hao3 dong1 xi5 sp1 ni2 gun3 yi4 bian1 qu4 sp1 wo3 bu4 xiang3 kan4 dao4 ni3 sil +007770 sil xing4 gan3 peng2 chang3 de5 gong3 li4 sp1 huo4 liang3 ming2 wai4 ji2 gao1 ceng2 xiang1 ban4 sil +007771 sil yi2 liang4 hei1 se4 jiao4 che1 you4 ce4 che1 tou2 jiang1 juan3 lian2 men2 zhuang4 ao1 le5 sil +007772 sil di4 er4 si4 wu3 xiang4 ren4 wu4 sp1 shi4 shen1 hua4 zhi4 du4 gai3 ge2 yu3 chuang4 xin1 sil +007773 sil shi4 quan2 dang3 quan2 guo2 ge4 zu2 ren2 min2 tuan2 jie2 fen4 dou4 de5 qi2 zhi4 sil +007774 sil wang2 fei1 bu4 guan3 xian4 zai4 hai2 shi4 xiao3 shi2 hou4 sp1 dou1 hao2 ke3 ai4 o5 sil +007775 sil ming2 tang5 duo1 de5 hen3 sp1 ban4 fa2 ye3 duo1 de5 hen3 sp1 er2 qie3 chuang4 zao4 le5 hen3 duo1 hao3 ban4 fa3 sil +007776 sil mei2 you3 ji1 qi4 hong1 ming2 sp1 mei2 you3 tie2 shui3 ben1 liu2 sp1 ye3 mei2 you3 le5 nong2 yan1 gun2 gun3 sil +007777 sil zai4 na4 ge5 nian2 dai4 sp1 gong1 chang3 yan1 cong1 chang2 bei4 bi3 yu4 cheng2 hei1 se4 de5 sa1 dan4 sil +007778 sil zhuan1 ti2 guan1 zhu4 de5 dui4 xiang4 shi4 mian4 lin2 zhai1 pai2 wei1 ji1 de5 bo2 wu4 guan3 sil +007779 sil xiao2 xiao3 de5 ge4 zi5 sp1 hei1 hei1 de5 lian3 sp1 shang4 zui3 chun2 sp1 liu2 you3 liang2 pie2 xiao3 hu2 zi5 sil +007780 sil chen1 shan1 zuo4 zheng4 sp1 xiang1 shui3 zuo4 zheng4 sil +007781 sil lia3 ren2 bian1 jiao4 han3 sp1 bian1 lin1 zhe5 shui2 tong3 pu1 jiu4 sil +007782 sil gou3 she4 li3 tu1 ran2 zai4 ci4 chuan2 chu1 zhuang4 ji1 sheng1 sp1 yuan2 lai2 zang4 ao2 zai4 jin4 xing2 zui4 hou4 yi4 bo2 sil +007783 sil jian4 ta1 yi4 que2 yi4 guai3 sp1 he2 yuan3 zhu2 bian4 fu2 zhe5 ta1 jin4 le5 wei4 sheng1 jian1 sil +007784 sil che1 xiang1 you4 ce4 de5 cheng2 ke4 sp1 zhua1 qi3 xiao1 fang2 chui2 sp1 za2 chuang1 bo1 li5 sp1 tiao4 che1 tao2 sheng1 sil +007785 sil zhi4 yu2 che1 liang4 shi4 fou3 an4 qi1 jian3 yan4 shi4 fou3 chao1 zai4 deng3 sp1 gong1 si1 gen1 ben3 bu4 guan3 sil +007786 sil dang1 gong1 zuo4 ren2 yuan2 kai1 shi2 jian3 piao4 shi2 sp1 deng3 dai4 jian3 piao4 de5 ren2 qun2 shen4 zhi4 jiang1 zha4 lan5 zhuang4 kai1 sil +007787 sil mei3 tian1 dou1 dei3 zuo4 zhe4 xie1 shi4 qing5 qu4 kai1 sang3 sil +007788 sil you2 qi2 shi4 jiu3 ba1 wu3 he2 er4 yao1 yao1 zhei4 yang4 de5 gao1 xiao4 sil +007789 sil bu2 shi4 zai4 gei3 qu1 zheng4 fu2 mo3 hei1 ba5 sil +007790 sil xin1 mao3 chun1 jie2 gang1 guo4 sp1 yang1 hang2 jia1 xi1 ji2 zhi4 sil +007791 sil sheng1 yi4 shi4 bu2 shi4 bi2 yi3 qian2 hao2 hen3 duo1 sil +007792 sil kai1 zhang1 di4 yi1 tian1 sp1 ying3 xing1 cheng2 long2 ye3 lai2 peng2 chang3 sil +007793 sil zhe4 ge4 dong1 xi5 ou3 yi4 wei2 zhi1 sp1 hai2 shuo1 de5 guo4 qu4 sil +007794 sil min2 jing3 jian4 zhuang4 li4 ji2 qu1 che1 qiong2 zhui1 bu4 she3 sil +007795 sil mei2 ti3 cai1 yi2 gong1 si1 shang4 zhang3 yuan2 yu2 shang4 shu4 chuan2 yan2 sil +007796 sil zen3 me5 yang4 xiang4 ta1 men5 jie4 shao4 wo3 men5 de5 zu3 guo2 sil +007797 sil er4 shi4 zong3 liang4 kong4 zhi4 sp1 bu4 neng2 xiang4 gun2 xue3 qiu2 sil +007798 sil tong2 shi2 sp1 huang2 tu2 ye3 bei4 feng1 chui1 jin4 le5 jia1 li3 sil +007799 sil qi2 shang4 xie3 zhe5 ge2 ming4 de5 yi2 dai4 sp1 zhai4 wu4 nu2 yi4 sil +007800 sil ji2 shou3 shi4 ji4 xi1 wang4 yu2 fa1 xing2 di4 fang1 zhai4 quan4 sil +007801 sil xing2 ren2 jian4 zhuang4 sp1 fen1 fen1 yuan3 li2 rao4 lu4 xing2 zou3 sil +007802 sil qu4 nian2 dong1 hai3 xia1 chan3 liang4 sp1 chuang4 ji4 lu4 xin1 gao1 sil +007803 sil qi1 wang4 jian1 shang4 die2 sp1 neng2 de2 dao4 guan1 zhong4 de5 xi3 ai4 sil +007804 sil ta1 gu3 li4 su1 cai3 xia2 sp1 hao2 hao3 zhao4 gu5 shen1 ti3 sil +007805 sil yuan3 li2 tie2 gui3 he2 jin1 shu3 lan2 gan1 deng3 jin1 shu3 wu4 sil +007806 sil ta1 men5 de5 guan1 xin1 he2 zhi1 chi2 sp1 wo2 yong3 sheng1 bu2 wang4 sil +007807 sil zheng4 ju2 zhang3 sp1 reng2 you2 yuan2 da4 ju2 zheng4 ju2 zhang3 jian1 ren4 sil +007808 sil sui2 hou4 san1 ren2 fan3 hui2 shui2 guo3 tan1 tiao1 shui2 guo3 sil +007809 sil gao2 hao3 shui2 tu2 bao3 chi2 he2 shui3 sheng1 tai4 bao3 hu4 sil +007810 sil gai1 che4 xiao1 de5 jian1 jue2 che4 xiao1 sp1 ren4 wu4 jiao1 gei3 zhi2 neng2 bu4 men2 cheng2 dan1 sil +007811 sil wo3 zai4 ye3 bu2 shang4 jiao2 shou3 jia4 le5 sil +007812 sil ru2 jin1 sp1 wu2 meng4 chao1 nian2 sui4 yi3 gao1 sp1 hen2 shao3 zai4 qu4 jiu4 chang3 le5 sil +007813 sil hou4 lai2 long2 yao2 na4 ge5 shi4 chu1 le5 yi3 hou4 sp1 wo3 bu4 fang1 bian4 zai4 qu4 sil +007814 sil ta1 bi3 jiao4 xi3 huan1 zhu1 ge3 liang4 sil +007815 sil wo3 yi2 yang4 dou1 mei2 you3 sp1 wo3 hai2 shi4 ge5 xiao3 wa2 wa5 sp1 yang4 yang4 yao4 cong2 tou2 zuo4 qi3 sil +007816 sil han2 zeng1 bai2 ji4 de5 mian4 fen3 zhi2 you2 liang3 ge4 yue4 guo4 du4 qi1 sp1 mai4 bu4 wan2 zen3 me5 ban4 sil +007817 sil zhong1 jia1 xin1 sp1 wu2 yun3 long2 yue1 hui4 si4 nian2 sp1 xie4 ting2 feng1 zhang1 bo2 zhi1 shi4 jian4 zheng4 ren2 sil +007818 sil jiu3 yang2 shen2 gong1 sp1 yi4 dian3 bu2 hui4 sil +007819 sil zuo4 di4 tie3 sp1 yi4 xiao2 nv3 hai2 zai4 wo3 de5 bei4 hou4 na2 gen1 mo2 zhang4 wan2 sil +007820 sil wo3 shi4 qing1 wa1 sp1 bu2 yong4 dong1 mian2 de5 sil +007821 sil bai3 pan2 jing1 xi4 sp1 wei4 mei3 xian1 nen4 sil +007822 sil he1 dian3 niu2 nai3 sp1 hui4 hai2 shou4 dian3 sil +007823 sil hou4 lai2 ta1 huang3 cheng1 shi4 xiao3 hai2 de5 mai2 zhu3 sp1 zhuan3 er2 le4 suo3 lang2 lang3 de5 mu3 qin1 sil +007824 sil cai4 shao3 fen1 zuo2 ri4 chu1 xi2 huo2 dong4 sp1 shen1 cai2 ming2 xian2 yi3 hui2 fu4 miao2 tiao2 zhuang4 tai4 sil +007825 sil ping2 shen2 wei3 yuan2 hui4 qi1 cheng2 yuan2 ming2 dan1 jiang1 yu2 xia4 zhou1 kan1 deng1 yu2 zheng4 fu3 gong1 bao4 nei4 sil +007826 sil xian4 zai4 sp1 nar4 r tiao2 jian4 gai3 shan4 le5 sil +007827 sil ta1 lian2 kao2 chang3 dou1 mei2 jin4 qu4 sil +007828 sil wu4 bi4 bu2 yao4 kao4 jin4 shui3 ni2 yu4 zhi4 ban3 qiang2 sp1 men2 zhu4 deng2 duo3 bi4 sil +007829 sil hao3 de5 sp1 you3 shi4 ji4 de5 han2 wo3 yo5 sil +007830 sil guan1 jian4 shi4 yong4 yin2 hang2 de5 gang4 gan3 sil +007831 sil hai2 ke3 neng2 zhong4 zhao1 de5 sp1 bao1 kuo4 yu2 you2 sp1 e1 jiao1 jiao1 yuan2 dan4 bai2 deng3 sil +007832 sil o5 tian1 na5 sp1 wo3 jing4 ran2 bu4 zhi1 dao4 ni2 xiang3 shuo1 shen2 me5 sil +007833 sil yi1 shi4 ji1 chu3 yang2 lao3 jin1 tai4 di1 sil +007834 sil di4 er4 tian1 zao3 shang4 sp1 yong3 qi2 chuan1 shang4 le5 jiao1 wu3 shi2 kuai4 qian2 xue2 xiao4 fa1 de5 xiao4 fu2 sil +007835 sil shen2 me5 dou1 di4 yi1 sp1 dan4 hang2 tian1 yao4 shi4 di4 er4 sp1 jiu4 shen2 me5 dou1 di4 er4 le5 sil +007836 sil ye4 mu4 gang1 gang1 jiang4 lin2 sp1 shang1 dian4 san1 lou2 chuan2 lai2 you1 yang2 dong4 ting1 de5 ge1 sheng1 sil +007837 sil ben3 bao4 jiang1 shai1 xuan3 you1 xiu4 zhu4 fu2 nei4 rong2 zai4 xiang1 guan1 ban3 mian4 jin4 xing2 zhan3 shi4 sil +007838 sil jing3 fang1 dang1 chang3 cong2 wang2 mou3 ku4 dai4 nei4 cha2 huo4 bei4 qiang3 de5 shou3 ji1 ji2 jie4 zhi5 sil +007839 sil ru2 ren2 yin2 shui3 leng2 nuan3 zi4 zhi1 sil +007840 sil ru2 jin1 tiao4 zao5 bian4 de5 hen2 xiao3 sil +007841 sil hen4 bu4 de5 ba2 wu3 da4 hu2 dai4 guo4 lai5 kai1 shang4 hai3 ren2 de5 yan3 jie4 sil +007842 sil mei2 you2 wo3 bu2 hui4 jiang3 de5 gu4 shi4 sil +007843 sil zhe4 shi2 sp1 ying1 er2 kai1 shi3 bian1 ke2 sou5 bian1 ku1 sp1 ji1 hu1 mei2 le5 sheng1 yin1 sil +007844 sil jian4 dao4 jiu3 bie2 duo1 ri4 de5 fu4 mu3 sp1 gao1 yuan2 mei2 wa1 yi4 sheng1 ku1 le5 sil +007845 sil wei4 le5 yang2 ni3 sp1 wo3 ri4 ye4 cao1 lao2 sp1 nian2 ji4 qing1 qing1 de5 jiu4 kai1 shi3 diao4 tou2 fa4 le5 sil +007846 sil jie1 dao4 tong1 zhi1 hou4 sp1 xiao3 guan1 qia2 dian3 de5 min2 jing3 li4 ji2 jiang1 gai1 che1 lan2 ting2 sil +007847 sil bi2 qi3 na4 xie1 tuo1 qian4 min2 gong1 gong1 zi1 de5 sp1 zhe4 yang4 de5 lao2 ban3 gai1 bu4 gai1 zan4 sil +007848 sil ni3 jiu4 shi4 wo3 xin1 zhong1 di5 tai4 yang5 sil +007849 sil wo2 hen3 jian1 qiang2 bu2 hui4 tao2 bi4 sil +007850 sil ting2 hao3 de5 sp1 wo3 yue4 kan4 yue4 kai1 xin1 sil +007851 sil dang1 zhe5 li4 shi2 lao3 shi1 fei1 ji1 sil +007852 sil suo2 yi3 sp1 mei2 you3 ren4 he2 yi4 dian3 cheng2 ji4 sp1 na2 gan3 yong4 zhe4 ge5 zhao1 pai2 a5 sil +007853 sil bu2 hui4 ye5 sp1 zhu3 ren2 ke2 yi3 jiao1 jiao1 wo3 ma5 sil +007854 sil ta1 cheng1 zhi1 wei2 yu2 kuai4 de5 zao3 chen2 sil +007855 sil bu4 zhi1 dao4 ye5 sp1 wo3 mei2 you3 chang2 shi4 guo4 ne5 sil +007856 sil ta1 men5 dian3 ran2 la4 zhu5 he2 kong3 ming2 deng1 sp1 dao4 nian4 yu4 nan4 qin1 shu3 sil +007857 sil yi2 dong4 shuang1 shou3 yi4 dian2 dian3 nuo2 dong4 sp1 ta1 zong3 suan4 dao4 le5 chuan2 xian2 chu4 shang4 le5 chuan2 sil +007858 sil ju4 xing2 mao3 ding1 sp1 wen3 gu4 le5 ji1 keng1 sp1 dian4 ding4 le5 ji1 chu3 sil +007859 sil tong2 yang4 de5 qiang2 ren2 ming4 yun4 jiong3 yi4 sil +007860 sil ni2 zen3 me5 zhi1 dao4 wo3 ai4 hua4 hua4 sil +007861 sil nan2 zi3 guai1 guai1 shu4 shou3 jiu4 qin2 sil +007862 sil zhe4 zhong3 ji4 shu4 shi4 lian2 pi2 bo1 chu2 dong4 wu4 qu1 ti3 hou4 bu4 de5 yang2 mao2 sp1 yi2 mian3 cang1 ying5 yin3 fa1 gan2 ran3 sil +007863 sil you4 bing2 yang3 fen1 dui4 xin1 zang4 you3 yi2 ding4 de5 fu4 zuo4 yong4 sp1 zhe4 zhong3 zuo4 yong4 shi4 ji4 liang4 yi1 lai4 xing4 de5 sil +007864 sil zhen1 cha2 yuan2 xun4 su4 zu3 zhi1 jing3 li4 sp1 qian2 wang3 a1 cheng2 shi4 zhong4 dian3 di4 qu1 sp1 jin4 xing2 zou2 fang3 he2 mo1 pai2 sil +007865 sil gu3 rong2 de5 zan1 ba5 zai4 la1 sa4 hen2 you3 ming2 sp1 xiang1 li2 gao3 le5 ge4 xiang1 zhen4 qi3 ye4 sp1 ba1 re4 zan1 ba5 gong1 si1 sil +007866 sil zhe4 shi4 ni3 ge4 ren2 wen4 ti2 sp1 ma2 fan5 xia4 ci4 ju3 ge4 he2 shi4 dian3 de5 li4 zi5 hao3 bu4 hao3 sil +007867 sil jiang1 ruo4 lin2 ji2 chen2 jia1 huan2 yi4 qi3 chu1 xi2 huo2 dong4 sp1 liang3 ren2 xiao3 xin1 de5 peng3 zhe5 bai2 ci2 bai3 she4 sil +007868 sil zhe4 yang4 jiang3 jue2 bu2 shi4 mei2 you3 yuan2 you2 de5 yong1 ren2 zi4 rao3 sp1 geng4 bu2 shi4 mei2 you3 gen1 ju4 de5 wei1 yan2 song3 ting1 sil +007869 sil yi4 kou3 qi4 he1 le5 san1 wan2 nai3 cha2 chi1 xia4 yi2 kuai4 nang2 sp1 ti3 nei4 cai2 suan4 you3 xie1 re4 li4 sil +007870 sil hao3 tian1 qi4 biao3 bai2 geng4 rong2 yi4 bei4 jie1 shou4 o5 sp1 you3 ai4 mei4 dui4 xiang4 de5 hua4 sp1 su4 du4 de5 sil +007871 sil shen4 zhi4 you2 du3 zhe5 de5 chu1 zu1 che1 si1 ji1 xi1 huo3 ting2 che1 sp1 zhang1 luo5 qi3 pai2 ju2 lai2 sil +007872 sil ta1 sao3 zi5 gen1 ta1 shuo1 yao4 dao4 wai4 bian1 da3 gong1 sp1 jiu4 rang4 ta1 shang4 le5 an3 zhe4 bian1 de5 che1 sil +007873 sil bi3 ru2 shuo1 li3 yan1 sp1 hai2 xi3 huan1 jia2 gu3 wen2 de5 xue2 xi2 sil +007874 sil shi2 xian4 she4 hui4 gong1 zheng4 sp1 xu1 yao4 cai2 qu3 qie4 zhong1 ken3 qing4 de5 ju3 cuo4 sil +007875 sil si1 yi2 jian4 song2 yong3 zhe4 yi4 zhao1 mei2 yong4 sp1 you4 kai1 shi3 xia4 hu5 qi3 zhao4 xiao2 jie3 sil +007876 sil yin1 wei4 shi4 guan1 ke3 er2 bu2 yuan4 chu4 ji2 de5 yin3 si1 sp1 zhe4 li3 bu2 bian4 jie3 shi4 sil +007877 sil sao3 wan2 hou4 you3 ren2 fa1 xian4 sp1 zi4 ji3 de5 shou3 bei4 sao4 zhou5 hua2 po4 le5 sil +007878 sil cong2 qian1 yue1 dan1 shang4 sp1 ke2 yi3 kan4 dao4 yi2 chuan4 chuan4 zhi1 ming2 qi3 ye4 de5 shen1 ying3 sil +007879 sil tu2 zhong1 che1 lun2 xia4 de5 sao4 zhou5 sp1 shu3 yu2 yi4 ming2 huan2 wei4 gong1 ren2 sil +007880 sil bu4 neng2 zai4 kuang4 nei4 hua4 quan1 cha1 gou1 deng3 fu2 hao4 sil +007881 sil gang1 xiang3 zhao2 ni3 liao2 tian1 ne5 sp1 guo3 ran2 xin1 you3 ling2 xi1 sil +007882 sil shi3 yong4 lv4 zui4 di1 de5 shi4 fen1 lan2 he2 nuo2 wei1 sil +007883 sil sheng1 yi4 ren2 de5 xin4 yu4 gen1 jin1 zi5 yi2 yang4 fu4 gui4 sil +007884 sil wang3 zhan4 xian3 shi4 sp1 dang4 wan3 shou3 du1 ji1 chang3 li2 gang3 hang2 ban1 sp1 gong4 yi4 bai3 liu4 shi2 qi1 jia4 sp1 ci4 sil +007885 sil jiu4 shi4 ba3 mao1 shuo1 cheng2 le5 ge5 mi1 sil +007886 sil a1 yi2 jing1 ya4 de5 wen4 wo3 sp1 shi4 shen2 me5 che1 sil +007887 sil song4 gei2 ni3 yi4 lun2 ming2 liang4 de5 yue4 liang5 sil +007888 sil shang4 an4 hou4 sp1 ta1 hun2 shen1 zhi2 duo1 suo5 sil +007889 sil an4 fa1 hou4 sp1 lv2 mou3 cang1 huang2 tao2 zou3 sil +007890 sil di4 san1 zu3 ping2 tai2 huan2 huan2 da3 kai1 sil +007891 sil bu2 zai4 rang4 zai1 qu1 cheng2 wei2 tong1 xin4 shi1 ling2 de5 shou4 hai4 zhe3 sil +007892 sil qu4 wu3 han4 hai2 shi4 qu4 ao4 men2 sp1 zui4 zhong1 sp1 fu4 mu3 zun1 zhong4 nv3 er2 de5 xuan3 ze2 sp1 cheng2 quan2 le5 ta1 qu4 ao4 da4 shen1 zao4 de5 yuan4 wang4 sil +007893 sil de2 wo4 xia4 ke4 sp1 shou3 xian1 dui4 zhong1 guo2 ao4 yun4 hui4 de5 chou2 bei4 gong1 zuo4 sp1 da4 jia1 zan4 shang3 sil +007894 sil wo3 men5 chu1 jing3 fa1 xian4 sp1 jiu4 shi4 wang3 chan2 zai4 yi4 qi3 sp1 liang3 ren2 chao2 chao2 qi3 lai2 le5 sil +007895 sil zhang1 lao2 ban3 wen4 ji4 zhe3 yao4 gui4 de5 hai2 shi4 yao4 pian2 yi5 de5 sp1 ji4 zhe3 rang4 ta1 xiang2 xi4 shuo1 shuo5 sil +007896 sil zhi4 yu2 can2 si3 de5 lv2 guan3 dian4 zhu3 fu4 nv3 sp1 ye3 shi4 ta1 men5 you4 pian4 jin4 wu1 hou4 sha1 hai4 de5 sil +007897 sil qian1 zhang1 shu4 de5 hui4 suo3 pang2 shou1 na4 le5 yi4 zhu1 shuang1 shu4 shuang1 sheng1 sp1 er2 jin1 sheng1 ji1 ang4 ran2 sil +007898 sil dan4 zheng3 ge4 jiu4 yuan2 xing2 dong4 ping2 wen2 you3 xu4 sp1 shou4 kun4 kuang4 gong1 zui4 zhong1 an1 quan2 tuo1 xian3 sil +007899 sil ta1 bei4 xu3 duo1 ren2 shi4 wei2 wei1 ruan2 suo3 ceng2 tui1 chu1 de5 zui4 hao3 de5 liu2 lan3 qi4 sil +007900 sil bang2 hao3 hou4 sp1 zan2 mou3 jiang1 yang2 yang5 he2 she2 pi2 dai4 sp1 yi4 qi3 pao1 jin4 da4 hai3 sil +007901 sil ta1 shuo1 wo2 xiang3 le5 yi4 xiu3 sp1 jin1 tian1 zao3 shang4 wo3 yi4 liang2 xue4 ya1 dou1 gao1 le5 sil +007902 sil jin4 men2 shun4 jian1 sp1 nv3 hai2 ceng2 shen1 shou3 la1 zhu4 men2 kuang4 shi4 tu2 zheng4 tuo1 sil +007903 sil yu2 shi4 sp1 wo3 zhi2 you3 duo1 duo1 sa1 jiao1 luo5 sp1 qing1 sheng1 jiao4 huan5 re3 ta1 kai1 xin1 sil +007904 sil zhe4 san1 zhang1 qing2 lv3 zhao4 pian4 sp1 zha4 yi2 kan4 pu2 pu3 tong1 tong1 sp1 bing4 wu2 bu4 tuo3 sil +007905 sil seng1 mao4 hou2 de5 shou3 sp1 fei1 chang2 shi4 he2 niu3 kai1 guo3 zhi1 huo4 na2 dian4 hua4 sil +007906 sil che1 pai2 wei3 hao4 qi1 yao1 ba1 de5 chu1 zu1 jia4 shi3 yuan2 zuo3 zheng4 le5 zhe4 yi4 dian3 sil +007907 sil bu4 tong2 lei4 xing2 de5 zhai4 ji1 feng1 xian3 bu4 tong2 sp1 shou1 yi4 ye3 ge4 you3 bu4 tong2 sil +007908 sil you3 de5 hai2 zi5 mei2 you3 re4 shui3 dai4 sp1 jiu4 yong4 yin3 liao4 ping2 zhuang1 re4 shui3 sp1 zi4 zhi4 cheng2 nuan2 shui3 ping2 sil +007909 sil yi3 cheng2 bai3 she4 de5 shan1 xi1 lu4 shi4 min2 guang2 chang3 shui3 mu4 dian4 ying3 xian4 chang3 sil +007910 sil dui4 yu2 zi4 ji3 de5 bing4 ren5 sp1 ke4 lan2 dun4 zao3 jiu4 you2 suo3 liao2 jie3 sil +007911 sil er2 biao3 xian4 chu1 zhong4 de5 shi4 sp1 shi3 bin1 ge2 sp1 de2 guo2 mu4 yang2 quan2 deng3 sil +007912 sil gong1 mao4 you2 liang3 zhang1 pi2 bian4 cheng2 yi4 zhang1 pi2 sp1 che3 pi2 de5 shi4 sp1 zi4 ran2 shao3 le5 sil +007913 sil bo2 ke4 shang4 chuan2 bo1 sp1 zao4 cheng2 e4 lie4 de5 she4 hui4 ying2 xiang3 sil +007914 sil er2 dang1 shi2 de5 li3 you2 ye3 shi4 yuan2 cai2 liao4 shang4 zhang3 guo4 kuai4 sil +007915 sil ji3 qian1 kuai4 qian2 diu1 diao4 le5 sp1 ge2 bi4 yi4 jia1 yi2 wan4 duo1 yo5 sil +007916 sil ke3 jie4 qian2 jian4 xiao4 she4 sp1 wan4 yi1 huan2 bu4 liao2 zen3 me5 ban4 sil +007917 sil you2 ben3 shi4 zai4 shuo1 yi2 ju4 sp1 wo2 bao3 zheng4 bu2 zou4 si2 ni3 sil +007918 sil hai2 you3 ren2 ti2 yi4 yong4 sheng1 ji1 dan4 sp1 fan3 zheng4 wo3 mei2 shi4 guo4 sil +007919 sil shi4 wei2 dang3 xiao4 zai4 zhi2 yan2 jiu1 sheng1 sil +007920 sil huang2 chao2 lin2 you4 chao2 ta1 hou3 le5 qi3 lai2 sil +007921 sil xian4 zai4 de5 shang1 jia1 ye3 yue4 lai2 yue4 cong1 ming5 sil +007922 sil xie4 xie5 kua1 jiang3 sp1 bu2 shi4 mei2 nv3 ha5 sil +007923 sil yong4 hou4 yi4 zhong3 cuo4 wu4 geng1 zheng4 qian2 yi4 zhong3 cuo4 wu4 sp1 dao4 qie4 zui4 ming2 que4 yi1 ran2 cheng2 li4 sp1 hen3 huang1 miu4 sil +007924 sil zhi3 yao4 nu3 li4 jiu4 neng2 ya5 sil +007925 sil hao3 wa5 sp1 xiang3 liao2 dian3 shen2 me5 sil +007926 sil wei2 you2 bao3 zhong4 shen1 ti3 jian1 ren4 bu4 ba2 sp1 fang1 neng2 chu4 di2 fan3 tan2 sil +007927 sil qi2 ta1 hu4 hang2 de5 jian4 chuan2 ze2 xun4 su4 xiang4 ran2 shao1 zhe5 de5 fu2 lai2 si1 te4 hao4 hang2 kong1 mu3 jian4 pen1 shui3 sil +007928 sil qiang3 tong1 wen4 chuan1 yu3 wai4 jie4 de5 gong1 lu4 tong1 dao4 sp1 qian1 dong4 zhe5 quan2 guo2 ren2 min2 de5 xin1 sil +007929 sil shuo1 huang3 ke2 chi3 sp1 ji1 qi4 ren2 bu2 hui4 shuo1 huang3 sil +007930 sil yu3 qiao2 bu4 si1 bu4 tong2 sp1 ya2 hu3 chuang4 shi3 ren2 sp1 yi3 bei4 zheng4 ming2 sp1 wu2 li4 ni4 zhuan3 gong1 si1 tui2 shi4 sil +007931 sil ta1 zhuang4 shi5 de5 shen1 ban3 you3 hei1 de5 pi2 fu1 sp1 xiao3 ping2 tou2 xia4 liang3 zhi1 yan3 jing5 jiong2 jiong2 you3 shen2 sil +007932 sil shou3 xian1 lai2 wei4 da4 jia1 jie4 shao4 yi2 xia4 sp1 lai2 dao4 wo3 men5 jin1 tian1 yan3 bo1 shi4 de5 liang3 wei4 jia1 bin1 sil +007933 sil wei4 le5 tian2 bu3 xian1 qian2 de5 ju4 e2 kui1 kong1 sp1 zhang1 run4 zhang1 ce4 hua4 le5 zhe4 qi1 jia2 qiang3 jie2 an4 sil +007934 sil yi4 gai3 yi2 wang3 de5 fan2 suo2 rong3 chang2 sp1 duo1 di4 liang3 hui4 zai4 hui4 yi4 nei4 rong2 shang4 sp1 wu4 shi2 jing1 jian3 sil +007935 sil wo3 yi2 xia4 leng4 le5 sp1 xin1 xiang3 sp1 zhe4 ying1 yu3 shen2 me5 shi2 hou5 pu3 ji2 dao4 le5 zhe4 ge5 cheng2 du4 le5 sil +007936 sil qian2 nv2 you3 shang4 qian2 zhao1 hu5 han2 xuan1 sp1 wo3 ni4 ni4 de5 shuo1 le5 yi2 ju4 sp1 qin1 ai4 de5 sp1 zan2 men5 gai1 zou3 le5 sil +007937 sil wo3 ren4 wei2 sp1 ta1 shou3 xian1 shi4 zhi3 ao4 yun4 hui4 qi1 jian1 de5 sp1 yi2 qie4 huo2 dong4 dou1 you3 feng1 fu4 de5 ren2 wen2 nei4 han2 sil +007938 sil mu4 qian2 sp1 luo4 yang2 ba1 liu4 san1 ruan3 jian4 fu1 hua4 qi4 xiang4 mu4 yi3 jin4 zhu4 sil +007939 sil ya4 yin2 shuo1 sp1 geng4 zao1 gao1 de5 shi4 sp1 you2 liao4 yu3 fei2 liao4 de5 cheng2 ben3 xian4 zai4 yi3 geng4 gao1 sp1 er2 qie3 zheng4 kuai4 su4 shang4 zhang3 sil +007940 sil yi2 dan4 fa1 xian4 shen1 ling2 bu3 tie1 zhe3 ming2 xia4 you3 jiao4 che1 sp1 jiang1 yan2 su4 chu2 li3 sil +007941 sil ran2 ran5 huan4 yao4 de5 shi2 hou4 sp1 yi2 ding4 yao4 zuan4 zhe5 ta1 zui4 xi3 huan1 de5 mei3 yang2 yang2 sil +007942 sil jing1 zhong1 gong4 zhong1 yang1 pi1 zhun3 sp1 lu2 wei3 tong2 zhi4 sp1 ren4 zhong1 gong4 bei3 jing1 shi4 wei2 wei3 yuan2 chang2 wei3 sil +007943 sil xiao3 ming2 shuo1 sp1 zuo4 wo3 qian2 mian4 de5 ge4 zi5 tai4 gao1 le5 sp1 zuo3 you4 de5 tai4 yuan3 sp1 wo3 bo2 zi5 niu3 shang1 sp1 wu2 fa3 kan4 hou4 mian4 sil +007944 sil zhe4 yu3 she4 hui4 zheng4 zhi4 ling3 yu4 de5 te4 shu1 xing4 fu4 za2 xing4 you3 guan1 sil +007945 sil she4 zhang2 you3 ru2 ci3 da4 dan3 shi4 hen2 han3 jian4 de5 sp1 she4 yuan2 ye3 dou1 ting2 xia4 lai5 ting1 she4 zhang3 de5 gao1 jian4 sil +007946 sil song4 shi4 ping2 ren3 bu2 zhu4 sp1 you4 qu4 ca1 le5 yi2 ge5 shen1 sp1 hui2 lai5 hou4 wen4 sp1 ni3 men5 you3 shui2 shui4 zhao2 le5 sil +007947 sil wo3 ba4 sp1 he1 he1 sp1 wo3 nian2 qing1 de5 shi2 hou4 fan4 guo4 zhu1 lie5 sp1 wo3 dang1 nian2 kan4 zhu1 hen2 zhun3 de5 lie5 sil +007948 sil zhi3 yao4 xin1 zhong1 you3 ai4 you3 jia1 sp1 you3 qian1 gua4 sp1 jiu4 bu2 pa4 wu4 mai2 piao1 guo4 sp1 jiu4 bu2 pa4 tian1 qi4 yin1 an4 sil +007949 sil wen2 xiao2 jie3 da4 wei2 nao2 huo3 sp1 dan4 qi2 hou4 sp1 dou1 bei4 xu2 mou2 yi3 ge4 zhong3 hua1 yan2 qiao2 yu3 tang2 se4 guo4 qu4 sil +007950 sil dang4 tian1 shen1 ye4 sp1 zheng3 ge4 shai1 cha2 zu3 ci3 ci4 a1 li3 zhi1 xing2 ji4 hua4 de5 ren4 wu4 quan2 bu4 wan2 cheng2 sil +007951 sil ru2 guo3 ke4 ren2 zai4 ta1 jia1 yan3 zou4 yin1 yue4 sp1 ta1 hui4 wu3 shang4 ta1 de5 er3 duo5 sp1 zhi2 dao4 yan3 zou4 jie2 shu4 sil +007952 sil shi4 gong1 an1 ju2 shui3 shang4 fen1 ju2 xun2 fang2 zhan4 de5 min2 jing3 men5 sp1 zheng4 zai4 jia1 gu4 dun3 chuan2 lan3 sheng2 sil +007953 sil wo3 yao4 yi2 li3 fu2 ren2 sp1 bu2 hui4 yi4 yan2 bu4 he2 jiu4 dong4 shou3 de5 sil +007954 sil zu3 guo2 da4 di4 he2 chou2 bu4 zao3 ri4 pi1 shang4 lv4 zhuang1 ne5 sil +007955 sil dui4 wo3 shi4 hao3 shi4 sp1 yuan2 lai2 sp1 wo3 hai2 you3 zhe4 me5 duo1 dong1 xi5 yo5 sil +007956 sil li2 zi5 sp1 han2 you2 guo3 tang2 he2 pu2 tao5 tang2 deng3 sp1 ju4 you2 bao3 gan1 zhu4 xiao1 hua4 sp1 cu4 jin4 shi2 yu4 de5 zuo4 yong4 sil +007957 sil zai4 xue2 shi2 da2 biao1 de5 tong2 shi2 shi2 xian4 si1 xiang3 su4 zhi4 da2 biao1 cai2 shi4 ying1 you3 zhi1 yi4 sil +007958 sil cong2 da4 jiang1 jian4 san1 lang2 sp1 kai2 er3 tai4 si1 sp1 ye1 li4 nei4 ke4 dao4 pin3 te4 sp1 dou1 shi4 zhe4 yang4 sil +007959 sil zhi3 xi1 wang4 geng4 duo1 ren2 zai4 pi1 pan4 ke3 er2 de5 tong2 shi2 sp1 mo1 mo1 zi4 ji3 de5 liang2 xin1 sil +007960 sil si4 shi4 da4 li4 cha2 chu2 da3 ji1 wang3 luo4 she4 huang2 she4 du3 wei2 fa3 fan4 zui4 huo2 dong4 sil +007961 sil zhe4 wei4 qian1 jin1 xiao2 jie3 zheng4 zai4 gui4 yang2 shang4 da4 xue2 sp1 jing1 chang2 gou4 mai3 she1 chi2 pin3 sil +007962 sil zai4 jia1 shang4 you3 du2 yin3 sp1 nuo2 yong4 gong1 kuan3 qu4 du3 bo2 sp1 jie2 guo3 kui1 kong1 yue4 lai2 yue4 da4 sil +007963 sil shuo1 yao4 ba3 wang2 mou3 jie2 diao4 dao4 qi2 ta1 xue2 xiao4 sp1 zhe4 bu2 shi4 zong4 rong2 fan4 zui4 ma5 sil +007964 sil ta1 ti2 chu1 zhen3 duan4 dan1 sp1 biao3 shi4 zi4 ji3 de5 zuo3 xi1 you4 shou2 zhou3 dou1 cuo4 shang1 sil +007965 sil liang3 wei4 tan1 guan1 de5 zi4 wo3 pou1 xi1 ru4 gu3 san1 fen1 sp1 gei3 zai4 chang2 zhe3 yi3 shen1 ke4 de5 zhen4 han4 sil +007966 sil ta1 zhi3 huo2 dao4 le5 wu3 shi2 liu4 sui4 sp1 shi4 ai2 zheng4 duo2 zou3 le5 ta1 de5 sheng1 ming4 sil +007967 sil shi4 yi4 kuan2 hen3 bang4 de5 shou3 ji1 sp1 ji2 gong1 neng2 xing4 jia4 bi3 sp1 yan2 zhi2 yu3 yi4 shen1 sil +007968 sil san1 yao1 er4 guo2 dao4 ma2 jie1 ling3 duan4 shan1 ti3 ta1 fang1 che1 liang4 bei4 mai2 sil +007969 sil yu3 li2 jing4 tui4 shui4 xiang1 bi3 sp1 li2 dao2 mian3 shui4 you1 hui4 fu2 du4 geng4 da4 sil +007970 sil ni3 kan4 ta1 shang4 ke4 sp1 duo1 ren4 zhen1 na5 sil +007971 sil bao4 gao4 cheng1 sp1 quan2 qiu2 shi1 ye4 ren2 shu4 sp1 er4 ling2 yi1 wu3 jiang1 zeng1 zhi4 er4 dian3 ling2 ba1 yi4 sil +007972 sil li3 de2 ming2 fa1 xian4 sp1 li3 mian4 hai2 you3 yi4 tou2 zhu1 er5 zai4 li3 mian4 heng1 heng5 ji1 ji1 sil +007973 sil zhang1 xian1 sheng5 de5 wo4 shi4 bing4 bu4 kuan1 chang3 sp1 dian4 nao3 zhuo1 he2 chuang2 li2 de5 hen3 jin4 sil +007974 sil er2 xian4 chang3 de5 qiu2 yuan2 sp1 dou1 jiang1 zi4 ji3 de5 tou2 kui1 zhai1 xia4 sp1 di1 xia4 tou2 lu2 sil +007975 sil san1 jian1 zhuan1 qi4 de5 wa3 fang2 sp1 li3 mian4 la1 ji1 bian4 di4 sp1 xian3 de5 shi2 fen1 ang1 zang1 sil +007976 sil mei3 ci4 nai3 nai5 qu4 tan4 wang4 sp1 ta1 dou1 zuan4 zhe5 nai3 nai5 de5 shou2 zhi3 tou5 bu2 fang4 sil +007977 sil yan2 zhong4 han2 ke3 de5 dong4 ting2 hu2 hu2 rong2 ji2 hu2 mian4 mian4 ji5 sp1 ye3 you2 suo3 zeng1 jia1 sil +007978 sil di4 yi1 lei4 sp1 shi4 tou2 zi1 ke4 zai4 xin1 fang2 kai1 pan2 shi2 sp1 ji2 gou4 ru4 de5 fang2 chan3 sil +007979 sil bing4 yu2 liang3 guo2 ju3 xing2 gao1 feng1 hui4 sp1 xiu1 bu3 ji2 ji2 ke3 wei1 de5 wai4 jiao1 guan1 xi5 sil +007980 sil jing3 fang1 cheng1 sp1 sheng4 xia4 ku4 re4 nan2 nai4 sp1 hen3 duo1 ren2 dao4 jiang1 he2 you2 yong3 jie2 shu3 sil +007981 sil tou2 ru4 bu4 zu2 sp1 qu1 yu4 feng1 suo2 deng3 wen4 ti2 sp1 zhi4 yue1 le5 tu2 shu1 ye4 de5 fa1 zhan3 sil +007982 sil kan4 dao4 you3 ren2 wei2 guan1 sp1 ma2 jiang4 tan1 tan1 zhu3 an4 shi4 nv3 hai2 de5 lao3 lao5 chu1 lai2 sil +007983 sil mei3 fang1 jiang1 quan2 li4 niu2 zhuan3 lv4 xi2 lan2 de5 shi4 jian4 zhe4 yi4 qu1 shi4 sil +007984 sil liang3 ge4 ren2 bian4 tui1 sang2 qi3 lai2 sp1 dan4 wan4 zheng4 hong2 bing4 mei2 you2 da3 ren2 sil +007985 sil zai4 xian4 wei4 sheng1 ju2 de5 zhi2 jie1 ling2 dao3 xia4 sp1 zhu2 xiang1 zhu2 zhen4 gai3 jian4 sp1 he2 kuo4 jian4 wei4 sheng1 yuan4 sil +007986 sil en1 shi1 li3 shuang1 jiang1 yin1 gu4 bu4 neng2 dao4 zhen4 sp1 ye3 fa1 lai2 shi4 pin2 zhu4 fu2 sil +007987 sil ta1 mei2 mao5 shu4 qi3 lai2 sp1 shuang1 bi4 hu4 bao4 sp1 ju4 jue2 bie2 ren2 kao4 jin4 sil +007988 sil zuo2 tian1 sp1 qian2 men2 bu4 fen4 shang1 pu4 sp1 da3 chu1 chao1 di1 jia4 kao3 ya1 zhao1 pai2 sil +007989 sil kan4 dao4 lao3 ren2 chi1 de5 kuai4 chi1 de5 bao3 sp1 han2 feng4 ying1 lian3 shang4 jiu4 gua4 man3 xiao4 rong2 sil +007990 sil chen2 ji4 le5 yi2 xia4 sp1 na4 mei4 zhi3 ku1 sang4 zhe5 lian3 shuo1 sp1 rou4 sil +007991 sil xin1 lang2 zai4 yin2 shi1 yi4 shou3 sp1 xin1 niang2 zhe4 cai2 wei1 xiao4 dian3 tou2 fang4 xia4 tuan2 shan4 sil +007992 sil xian4 zai4 xiang2 xiang2 sp1 gan3 jue2 shi4 zai4 shuai3 mai4 sil +007993 sil na4 jiu4 shi4 tou1 ji1 bu4 cheng2 shi2 ba2 mi3 sil +007994 sil bin1 ke4 ming2 dan1 hai2 zai4 cao2 ni3 zhong1 sp1 bing4 ke3 neng2 you2 suo2 gai3 bian4 sil +007995 sil ta1 men5 fan1 kai1 le5 xin1 zhong1 guo2 tun2 ken2 shi3 shang4 zhan3 xin1 de5 yi2 ye4 sil +007996 sil guo4 qu4 jiang1 du2 shu1 zuo4 wei2 xiu1 shen1 yang3 xing4 de5 tu2 jing4 sp1 you3 dao4 li3 sil +007997 sil zu3 zhi1 li4 liang4 bang1 zhu4 nong2 min2 shou1 ge1 gan1 zhe4 sp1 gao2 hao3 yun4 shu1 sil +007998 sil wo3 men5 de5 sheng1 huo2 zhen1 shi4 bi3 mi4 hai2 tian2 na5 sil +007999 sil ke3 shi4 sp1 wo3 xian4 chang3 yao1 qiu2 jing3 cha2 hui2 bi4 sp1 ta1 bu4 ken2 zou3 sil +008000 sil ran2 lao3 han4 deng3 dai4 yi2 shang4 wu3 hou4 sp1 deng3 lai2 le5 yi2 ge5 cai4 fan4 sil +008001 sil yi2 ge4 nan2 ren5 tui2 ran2 de5 zuo4 zai4 pang2 bian1 sp1 mu4 guang1 dai1 zhi4 sil +008002 sil xi3 huan1 ba2 li3 ao2 de5 shu1 cha1 zai4 niu2 zai3 ku4 de5 qian2 mian4 sil +008003 sil zha4 yan3 yi2 kan4 sp1 xiang2 qi3 de5 shi4 guang3 zhou1 de5 qu1 hao4 ling2 er4 ling2 sil +008004 sil ci3 qian2 sp1 qing1 hua2 zi3 guang1 jiu4 ceng2 zao1 yu4 guo4 tong2 yang4 de5 wei1 ji1 sil +008005 sil bu2 tai4 ming2 bai5 shen2 me5 yi4 si5 sil +008006 sil hai2 you3 bu4 fen4 dan1 bao3 gong1 si1 she4 ji2 chao2 gu3 pei4 zi1 ye4 wu4 sil +008007 sil yi2 ge4 li2 xiang3 de5 yi1 liao2 bao2 xian2 ti3 xi4 ying1 gai1 shi4 zen3 yang4 de5 sil +008008 sil tong2 shi2 dui4 yue4 juan4 dian3 sp1 shi2 xing2 quan2 cheng2 duo1 jiao3 du4 jian1 kong4 sil +008009 sil you3 yi2 ju4 hua4 jiao4 sp1 yuan2 heng1 li4 zhen1 sp1 shi4 yi4 jing1 shang4 de5 yi2 ge5 gua4 sil +008010 sil zhe4 shi4 di4 zhen4 zhong1 kai1 lie4 de5 sp1 da4 mei2 gou1 sp1 mei2 kuang4 feng1 dong4 sil +008011 sil ta1 men5 zhi3 bu2 guo4 shi4 zai4 zhuo1 lie4 de5 hua4 hu2 lu5 ba4 le5 sil +008012 sil er2 dao4 er4 ling2 jiu3 ling2 nian2 sp1 zhe4 yi4 ke3 neng2 xing4 sp1 ze2 jiang1 gao1 da2 bai3 fen1 zhi1 jiu3 shi2 sil +008013 sil yu3 xiang2 ku3 xiao4 shuo1 sp1 ni2 xie3 de5 gan4 ma2 rang4 wo3 kan4 sil +008014 sil liu2 ben3 yun2 shuo1 sp1 lai2 ta1 jia1 li3 de5 shi2 hou4 sp1 zhao4 xiao3 qi2 chuan1 zhe5 bu3 ding1 ku4 zi5 sil +008015 sil guo1 bin1 yi2 kan4 ye4 bu4 mian2 de5 zhao1 pai5 sp1 jue2 de5 hao3 xiang4 jian4 dao4 guo4 sp1 xiang2 qi3 shi2 sp1 ba3 zi4 ji3 xia4 yi2 tiao4 sil +008016 sil bu2 guo4 sp1 zhe4 lao2 liang2 kou3 ping2 shi2 hen3 ai4 tao1 er3 duo5 sp1 lao3 liang2 you3 kong4 sp1 hai2 xi3 huan1 qu4 xiao2 li3 fa4 dian4 sil +008017 sil dan4 ye4 nei4 fen1 xi1 shi1 ye3 dui4 zheng4 ce4 xiao1 xi5 sp1 dui4 zi1 ben3 shi4 chang3 de5 ci4 ji1 chi2 jin3 shen4 tai4 du4 sil +008018 sil mu4 qian2 zhao4 shi4 che1 reng2 heng2 gen4 yu2 lu4 zhong1 jian1 sp1 shi4 fa1 lu4 duan4 reng2 zhi3 neng2 wei2 chi2 ban4 fu2 jiao1 tong1 sil +008019 sil ji4 zhe2 zi3 xi4 cha2 ting1 le5 liang3 ge5 hao4 ma3 de5 zi4 dong4 yu3 yin1 fu2 wu4 sp1 fa1 xian4 di2 que4 you2 suo3 bu4 tong2 sil +008020 sil guo2 xue2 re4 sp1 zheng4 zai4 gan2 ran3 zhe5 geng4 duo1 tiao2 jian4 cen1 ci1 bu4 qi2 de5 you4 er2 yuan2 sil +008021 sil zhi1 hou4 dan1 zheng4 zhu3 jue2 sp1 dan4 ye3 zi4 ci2 yu3 du2 jie2 yuan2 sil +008022 sil wo3 bai2 fei4 le5 li4 qi5 sp1 hai2 ai2 le5 ba4 ba5 de5 pi1 ping5 sil +008023 sil ru2 ci3 can2 ren3 de5 xing2 wei2 rang4 ren2 cheng1 mu4 jie2 she2 sil +008024 sil ta1 zhu4 shi4 xiao3 mei4 sp1 gan3 dao4 ta1 yi2 fu4 yu4 zui4 de5 yang4 zi5 sp1 dan3 geng4 da4 le5 sp1 ce4 shen1 ba3 tou2 tan4 guo4 qu4 sil +008025 sil zhe4 zhong3 kong4 zhi4 yu3 li4 yong4 sp1 you3 qi2 te4 ding4 de5 nei4 han2 sil +008026 sil di4 er4 tian1 yi4 zao2 xing3 lai2 hou4 sp1 wo3 jiu4 bei4 dai4 qu4 jing3 cha2 nar4 r zuo4 diao4 cha2 sil +008027 sil wu2 pei4 yu4 shuo1 sp1 you3 ren2 wen4 sp1 wu2 meng4 chao1 shen1 ti3 na4 me5 hao3 sp1 shi4 bu2 shi4 chi1 shen2 me5 bu2 pin3 a5 sil +008028 sil gong1 an1 ji1 guan1 chu1 bu4 cha2 ming2 sp1 an4 jian4 shi4 you2 bai2 jia1 mao3 mei2 kuang4 kuang4 quan2 jiu1 fen1 yin3 fa1 de5 sil +008029 sil yi3 qian2 sp1 ta1 jiu4 you3 guo4 ji3 ci4 bei4 he2 nan2 sheng3 dui4 tui4 hui2 de5 jing1 li4 sp1 li3 you2 ye3 shi4 tai4 ai3 sil +008030 sil bu4 sui4 zhong1 jia1 za2 zhe5 su4 liao4 dai4 fei4 zhi3 pian4 deng3 sp1 bu2 dan4 ang1 zang1 sp1 hai2 san4 fa1 ci4 bi2 yi4 wei4 sil +008031 sil zai4 jiang1 xi1 jiu3 jiang1 sp1 lao3 shi1 jiang1 yi4 ming2 xue2 sheng1 de5 er3 duo5 gei2 ning3 duan4 sp1 xia4 dai1 quan2 ban1 hai2 zi5 sil +008032 sil mei3 zhong1 chu2 li3 fen1 qi2 de5 fang1 shi4 jiong3 yi4 sil +008033 sil xian4 zai4 sp1 ta1 bu4 neng2 pao1 qi4 ke4 qin1 zu2 sil +008034 sil shen2 me5 ji4 fu4 yue4 fu4 sp1 wo3 shi4 ta1 qin1 die1 sil +008035 sil jie3 mei4 lia3 yi4 bian1 shang2 jing3 sp1 yi4 bian1 shuo1 xiao4 sil +008036 sil ben2 wang3 dian4 hua4 sp1 ba1 ling2 ba1 ba1 jiu3 yao1 ba1 er4 sil +008037 sil an3 ren4 shi5 de5 you3 ren2 sp1 zhi2 jie1 la1 gei2 ni3 sil +008038 sil ta1 shi4 zhi1 wa4 che1 jian1 de5 yi2 wei4 zhu3 ban1 zhang3 sil +008039 sil cong2 wei4 qiao2 qu3 hao2 duo2 sp1 wei4 shang1 tian1 hai4 li3 sil +008040 sil bu4 hao3 ba5 sp1 jie2 shi2 jian3 fei2 hen3 tong4 ku3 sil +008041 sil ni3 zhi1 qian2 qiang2 lie4 fan3 dui4 zao4 cheng2 yun4 dong4 sil +008042 sil zhe4 jiu4 xiang1 dang1 yu2 jiang1 duo4 tai1 he2 fa3 hua4 sil +008043 sil ru2 guo2 dang3 de5 ji1 ben3 lu4 xian4 cuo4 le5 sp1 wo3 men5 de5 shi4 ye4 jiu4 zao1 shou4 cuo4 zhe2 he2 shi1 bai4 sil +008044 sil zui4 chang2 jian4 de5 cai4 shi4 ga1 li5 sp1 shi4 cong2 lin2 guo2 yin4 du4 si1 li3 lan2 ka3 chuan2 ru4 de5 sil +008045 sil gao1 ceng2 jian4 zhu4 de5 shi4 nei4 xiao1 huo3 shuan1 xiang1 nei4 sp1 jiang1 she4 zhi4 xiao1 fang2 ruan2 guan3 juan4 pan2 sil +008046 sil wo2 xiang3 sp1 na4 xie1 ying1 gai1 shi4 cao3 mei2 de5 zhong3 zi5 ba5 sil +008047 sil zi4 ci3 sp1 fang2 nu2 zai4 zhong1 guo2 cheng2 wei2 yi2 ge4 te4 you3 ming2 ci2 sil +008048 sil zheng4 wei3 rui4 shuang1 lin2 gao4 su4 ji4 zhe3 sp1 zai4 zhe4 li3 sp1 wo3 men5 yi4 ju2 shou3 yi4 tou2 zu2 sp1 dou1 guan1 hu1 wo3 jun1 de5 xing2 xiang4 sil +008049 sil dan4 yan3 qian2 de5 za1 dao4 shang4 sp1 gong1 ren2 men5 sp1 hai2 zai4 mang2 zhe5 an1 zhuang1 dao4 lu4 fang1 xiang4 biao1 sil +008050 sil yi2 xiang4 yi4 fen1 qian2 dou1 yao4 bai1 cheng2 liang3 ban4 hua1 de5 fu4 qin5 sp1 wei4 le5 er2 zi5 da4 bai3 yan4 xi2 sil +008051 sil jie2 zhi4 mu4 qian2 sp1 mei3 jun1 sp1 yi3 xiang4 yi1 an1 quan2 bu4 dui4 sp1 yi2 jiao1 le5 jiu3 ge4 sheng3 de5 fang2 wu4 sil +008052 sil lai2 wang3 de5 gong1 ren5 men5 sp1 kang2 zhe5 gong1 ju4 sp1 tou2 ding3 gai4 zhe5 kuai4 shi1 mao2 jin1 lai2 zhe1 yang2 sil +008053 sil xu1 yao4 piao2 xi3 de5 guo1 wan3 tai4 duo1 sp1 chi2 zi5 li2 shui3 mian4 shang4 de5 pao4 mo4 sp1 yue4 lai2 yue4 duo1 sil +008054 sil chai1 xian4 de5 shi2 hou4 sp1 mei2 you3 yong4 ma2 yao4 sp1 xiao3 zeng1 teng2 de5 yao3 ya2 lie2 zui3 sp1 mei2 you3 zhi1 sheng1 sil +008055 sil suo2 yi3 zai4 zhe4 ge5 bu4 fen4 sp1 wa4 zi5 que4 shi2 yi4 yu2 guan2 li3 sp1 tong2 shi2 ta1 ye3 yi4 yu2 wu4 liu2 sil +008056 sil zhe4 xie1 qi2 wen2 yi4 shi4 sp1 zi4 ran2 shi4 lin2 da4 ge1 qin1 kou3 gao4 su4 de5 sp1 zhen1 jia3 nan2 bian4 sil +008057 sil bi3 ru2 dui4 mei3 yuan2 chi2 xu4 bian3 zhi2 de5 yu4 qi1 sil +008058 sil ta1 men5 jiu4 xiang4 shi4 bei4 chong3 huai4 de5 hai2 zi5 sil +008059 sil suo2 yi3 zai4 zhe4 dian3 shang4 sp1 you3 yi4 dianr3 r tuo1 jie2 le5 sil +008060 sil qin1 shen1 ti3 yan4 hou4 sp1 weng1 xi2 sheng1 zai4 ci4 fa1 wen4 sil +008061 sil chen2 shui2 bian3 yao4 xiang3 jiao1 bao3 sp1 hai2 xu1 deng3 dai4 sil +008062 sil chen2 li3 dong1 zhi4 dian4 dian4 cheng2 zhen4 bin4 gai3 dui4 sil +008063 sil lai2 gao3 yi2 lv4 bu2 tui4 sp1 qing3 zi4 liu2 di2 gao3 sil +008064 sil qian2 zai4 wo2 yan3 zhong1 shi4 hen3 miao2 xiao3 de5 dong1 xi5 sil +008065 sil bu4 qing1 guo2 sp1 bu4 qing1 cheng2 sp1 qing1 jia1 dang4 chan3 sil +008066 sil zhi1 hou4 sp1 an1 li3 hui4 ju3 xing2 bi4 men2 cuo1 shang1 sil +008067 sil bie2 gen1 wo3 shuo1 hua4 sp1 rang4 wo3 yi2 ge4 ren2 dai1 huir4 r sil +008068 sil xian2 yi2 ren2 zhan4 zai4 gao1 chu4 sp1 shou2 ju3 yi4 gen1 bang4 chui5 sp1 yong4 li4 hui1 wu3 sp1 za2 xiang4 min2 jing3 wang2 jun1 sil +008069 sil wo3 de5 nao3 dai4 yi3 jing1 bei4 jie2 xi1 de5 qu3 dai4 sil +008070 sil zhe4 ye3 zheng4 shi4 se4 lang2 chun2 chun3 yu4 dong4 zhi1 shi2 sil +008071 sil yi4 qu3 feng1 feng1 huo2 huo3 chuang2 jiu3 zhou1 chang4 bi4 sp1 ta1 you4 huan4 shang4 yi4 yu4 feng1 qing2 de5 xin1 jiang1 ge1 wu3 sil +008072 sil na4 xing4 yao2 de5 sp1 shuo1 zhe5 cong2 kou3 dai4 li3 tao1 chu1 yi4 zhang1 zhou4 ba1 ba1 de5 zhi2 sp1 gei3 ta1 kan4 sil +008073 sil ge4 ti3 gong1 shang1 hu4 sp1 gen1 ju4 jing1 ying2 xu1 yao4 sp1 ke2 yi3 pin4 qing3 ruo4 gan1 bang1 shou3 huo4 zhe3 xue2 tu2 sil +008074 sil ta1 men5 ken3 ding4 shi1 qu4 le5 qi2 you1 shi4 di4 wei4 sil +008075 sil hai2 you3 ren2 ba3 wen4 ti2 che3 dao4 le5 gong1 che1 shang4 sil +008076 sil yu2 qi1 reng2 bu4 deng1 ji4 de5 shou1 rong2 quan3 zhi1 sil +008077 sil fei4 huo2 liang4 shui3 ping2 chu1 xian4 shang4 sheng1 guai2 dian3 sil +008078 sil zhe4 ge4 wen4 ti2 kan4 kan4 wo3 jiu4 zhi1 dao4 le5 ya5 sil +008079 sil gu1 gu5 sp1 ni3 de5 xiong1 wei4 shen2 me5 zhe4 me5 xiao3 sil +008080 sil hai2 yao4 jiao4 ta1 qi3 chuang2 ne5 sp1 zen3 me5 hui4 bu4 zao2 qi3 sil +008081 sil zai4 hu2 run4 bang3 dan1 zhong1 sp1 wei4 lie4 zhong1 guo2 si1 you3 jing1 ji4 ti3 di4 yi1 ming2 sil +008082 sil gan2 jin3 bi4 shang4 yan3 jing5 xiu1 xi5 ba5 sil +008083 sil chen2 ming2 liang4 zai4 ting2 shen3 zhong1 ye3 cheng2 ren4 sp1 ta1 ben3 ren2 ou2 er2 ye3 xi1 shi2 du2 pin3 sil +008084 sil wei4 le5 ti2 shen2 sp1 hai2 pei4 bei4 bo4 he2 tang2 sp1 guang3 zhou1 jun1 qu1 zhuan1 men2 pei4 le5 da4 suan4 tou2 sil +008085 sil wei4 le5 mi2 bu3 ju4 e2 kui1 kong1 sp1 deng4 sheng4 tang2 qu1 jin3 ming2 sp1 kai1 shi3 shi2 shi1 zha4 pian4 sil +008086 sil ji2 jiu4 ren2 yuan2 jiang1 nan2 tong2 song4 dao4 ya2 bao3 lu4 fu4 jin4 de5 shou3 du1 er2 yan2 suo3 sil +008087 sil wei4 bu4 ying2 xiang3 zheng4 zai4 yi1 xian4 jiu4 ren2 de5 yin2 ga3 sp1 ji4 zhe3 gua4 duan4 le5 dian4 hua4 sil +008088 sil nian2 hui4 de5 zhu3 ti2 wei2 sp1 zhong1 guo2 he2 ya4 tai4 shang1 ye4 fang2 di4 chan3 de5 xin1 si1 wei2 sil +008089 sil shou4 shang1 de5 hai2 zi5 pa1 zai4 di4 shang4 yi2 dong4 bu2 dong4 sp1 hou4 bei4 yi2 ma1 fa1 xian4 sil +008090 sil lin2 fu4 cai2 liu2 sp1 zhi3 shi2 qi2 yi1 sp1 bu4 shi2 qi2 er4 sp1 ba3 lao2 she3 si4 shi4 tong2 tang2 li3 de5 shu3 cuo4 fang4 le5 guo4 qu4 sil +008091 sil bu2 dao4 cao3 yuan2 sp1 bu4 zhi1 qi2 xiong2 mei3 zhuang4 li4 sp1 bu4 lai2 nei4 meng2 gu3 sp1 bu4 zhi1 dao4 qi2 ri4 xin1 yue4 yi4 de5 bian4 hua4 sil +008092 sil wu2 nai4 sp1 zhi2 qin2 min2 jing3 zhi2 dei3 liu2 yi4 ming2 fu2 jing3 liu2 shou3 sil +008093 sil zhe4 ye3 shi4 chun1 jie2 hou4 hu2 bei2 sheng3 gui1 mo2 zui4 da4 de5 yi2 ci4 zhao1 pin4 hui4 sil +008094 sil liu2 chang2 yu3 shuo1 sp1 zhe4 shi4 zuo2 ri4 shang4 wu3 cha2 shou1 de5 sp1 hai2 cha2 chu1 le5 liang2 ba3 shi2 yu2 li2 mi3 chang2 de5 dao1 ju4 sil +008095 sil zhe4 ji3 tian1 shou1 kan4 xin1 wen2 le5 ma5 sil +008096 sil hai2 you3 yi4 xie1 gai3 jin4 xi4 jie2 sp1 ye3 bei4 min2 gan3 de5 xue2 zhe2 bu3 zhuo1 dao4 sil +008097 sil ju4 cheng1 sp1 liang3 ren2 dang1 shi2 dou1 you3 cu1 kou3 sil +008098 sil wu1 ding3 de5 diao4 deng1 ye3 zai4 bu4 ting2 de5 huang4 sil +008099 sil xian4 zai4 de5 ren2 gong1 zhen1 zhu1 ye3 zheng4 shi4 li4 yong4 ge2 bang4 de5 zhe4 yi4 xi2 xing4 sp1 lai2 jin4 xing2 pei2 yu4 de5 sil +008100 sil jin4 ri4 sp1 shang4 rao2 shi4 zhong1 yuan4 zuo4 chu1 cai2 ding4 sp1 bo2 hui2 shang4 su4 sp1 wei2 chi2 yuan2 pan4 sil +008101 sil mei2 you3 gong1 ji3 jing4 zheng1 xu1 qiu2 jing4 zheng1 sp1 jia4 qian2 ken3 ding4 jiu4 wang3 shang4 pao3 sil +008102 sil mei2 gu3 ying2 li4 sp1 da2 dao4 san1 dian2 wu3 qi1 yi1 gang3 yuan2 sp1 tong2 bi3 shang4 sheng1 bai3 fen1 zhi1 yi4 bai2 jiu3 shi2 jiu2 dian3 san1 sil +008103 sil ji3 tian1 hou4 sp1 yuan2 nv3 shi4 zai4 yi1 yuan4 zuo4 le5 fu4 qiang1 jing4 xia4 luan3 chao2 you4 fu4 jian4 qie1 chu2 shu4 sil +008104 sil jian4 zhuang4 sp1 min2 jing3 gan2 jin2 da3 kai1 chuang1 hu4 sp1 jiang1 nan2 zi3 zhuai4 hui2 fang2 nei4 sil +008105 sil cang1 ying5 hong1 hong1 jiao4 sp1 chuang2 shang4 sp1 guo1 tai2 shang4 dou1 shi4 sp1 duo1 de5 xiang4 tou2 mao2 sil +008106 sil tai2 wan1 wen4 ti5 sp1 min2 zhu3 zi4 you2 sp1 dou1 cheng2 wei2 wai4 mei2 ji4 zhe3 chang2 ti2 de5 wen4 ti2 sil +008107 sil zai4 di4 qu1 ceng2 mian4 sp1 ling2 dao2 zhe3 xu1 yao4 que4 ding4 xia4 yi2 ge5 zeng1 zhang3 qian2 yan2 sil +008108 sil na4 shi3 zhong1 gua4 zai4 lian3 shang4 de5 mo4 ran2 wei1 xiao4 sp1 ling4 ren2 mao2 gu2 song3 ran2 sil +008109 sil zhang1 da4 zhong1 shen1 shang4 sp1 wu2 yi2 ye3 yi2 chuan2 le5 mu3 qin1 zhe4 yi2 jue2 jiang4 de5 xing4 ge2 sil +008110 sil ni3 kan4 kan5 ren2 jia1 dui4 lao3 po5 duo1 wen1 rou2 sp1 ren2 jia1 wen3 de5 sp1 duo1 you3 ji4 qiao3 sil +008111 sil ta1 zuo2 tian1 tou4 lu4 sp1 zi4 ji3 he2 tai4 tai5 you3 le5 yi2 ge4 hun1 yin1 he2 yue1 sil +008112 sil qing2 wen2 sao3 shi4 shen1 shang4 gua4 de5 ji3 jian4 yi1 fu5 sp1 shuo1 sp1 yi4 dian3 bu4 leng3 sil +008113 sil zai4 ou1 yuan2 xian4 ru4 wei1 ji1 zhi1 shi2 sp1 ou1 zhou1 kai1 shi3 xiang4 zhong1 guo2 qiu2 zhu4 sil +008114 sil wo3 ca1 qu4 zui2 jiao3 de5 xue4 shui3 sp1 han2 lei4 dao4 sp1 zhe4 bu4 ni3 de5 ma5 sil +008115 sil ta1 men5 de5 ti3 li4 sp1 hai2 neng2 jing1 de5 qi3 duo1 shao3 ci4 zhe1 teng5 ne5 sil +008116 sil shi1 ti2 lei3 cheng2 yi4 dui1 sp1 you3 ming2 xian3 zao1 ren2 sao3 she4 zhi4 si3 ji4 xiang4 sil +008117 sil dui4 pu3 tong1 shi4 min2 lai2 shuo1 sp1 san3 zhuang1 yue4 bing3 ji4 chu1 guo2 ye2 hen3 nan2 sil +008118 sil wo3 men5 zai4 zhe4 li3 hai2 fa1 xian4 le5 shan1 dong1 sheng3 zeng4 song4 de5 tao2 ci2 sil +008119 sil dui4 ci3 sp1 wei4 hou4 kai2 gei3 chu1 le5 jian3 shui4 he2 ti2 jia4 liang3 fu4 yao4 ji4 sil +008120 sil san1 shi4 quan2 guo2 tie3 lu4 ke4 fu2 dian4 hua4 tong3 yi1 wei2 sp1 yao1 er4 san1 ling2 liu4 sil +008121 sil ying1 cai3 er2 yang2 yan2 sp1 yi2 dan4 you2 xiao3 hai2 de5 hua4 sp1 zi4 ji3 jiu4 hui4 wan2 shi1 zong1 sil +008122 sil ci3 qian2 sp1 ou1 yang1 hang2 he2 yin4 du4 yang1 hang2 yi3 jing1 xuan1 bu4 jiang4 di1 li4 lv4 sil +008123 sil hai2 yin1 wei4 mei2 qian2 sp1 zhong4 gu3 ming2 xiang1 cong2 lai2 bu4 mai3 wa4 zi5 ye3 bu4 chuan1 sil +008124 sil cheng2 ying1 ma3 shang4 dui4 na4 shi2 pin3 lou4 chu1 xiang1 jian4 hen4 wan3 de5 lian3 se4 sil +008125 sil xu3 duo1 zhu4 hu4 zai4 men2 kou3 zhu4 qi3 sha1 dai4 sp1 ri4 ye4 yao2 shui3 pai2 lao4 sil +008126 sil xian4 zai4 zhou1 wei2 ju1 min2 dui4 ni3 men5 jia1 you3 mei2 you3 te4 bie2 de5 gan3 jue2 sil +008127 sil nan2 zi3 bu4 ting1 shuang1 fang1 bao4 fa1 kou2 jiao3 sp1 bing4 tui1 tui5 sang1 sang1 sil +008128 sil yi3 qian2 wo2 suo3 jian4 de5 bei3 jing1 bu2 gou4 lv4 sp1 shi2 zai4 shi4 yang2 guang1 bu2 gou4 tong1 tou4 sp1 lv4 ye3 meng2 zhe5 hui1 se4 sil +008129 sil dui4 yu2 shi2 xia4 zi4 ji2 mian3 fei4 shun4 feng1 che1 de5 hong2 huo3 ju2 mian4 sp1 mao2 yuan2 bei4 jia1 zhen1 xi1 sil +008130 sil xiang4 lai2 gao3 xiao4 de5 xiang1 qu3 tiao2 pi2 de5 cheng1 sp1 en4 sp1 ming2 nian2 you3 da4 xing2 de5 qing4 zhu4 huo2 dong4 jiu4 hao3 le5 sil +008131 sil shou3 xian1 sp1 wo2 xiang3 tan2 tan5 zhong1 hua2 wen2 hua4 yu3 ao4 yun4 jing1 shen5 sp1 zai4 nei4 zai4 li3 nian4 shang4 de5 sp1 gong4 tong1 zhi1 chu4 sil +008132 sil wei4 shen2 me5 hui4 tao3 yan4 wo3 ne5 sp1 shi4 wo3 shuo1 cuo4 shen2 me5 le5 ma5 sil +008133 sil yu2 shi4 ta1 shang4 shan1 zhao3 gao1 seng1 gei3 suan4 le5 suan4 sp1 gao1 seng1 suan4 wan2 shuo1 sp1 ni3 hui2 qu4 deng3 zhe5 ba5 sil +008134 sil ru2 jin1 fu1 qi1 er4 ren2 jun1 xu1 zhu4 yuan4 sp1 guai1 guai1 cheng2 le5 ji2 xu1 hao3 xin1 ren2 shou1 yang3 de5 gu1 er2 sil +008135 sil ren2 men5 fu2 yao4 shang4 diao4 huo4 zhe3 ge1 wan4 zi4 sha1 sp1 dan4 shi4 bu2 hui4 ge1 po4 zi4 ji3 de5 hou2 long5 sil +008136 sil li4 ru2 zai4 tiao2 zheng3 shi4 pin2 bo1 fang4 chi3 cun4 shi2 sp1 yong4 hu4 ke2 yi2 dian3 ji1 bu4 tong2 chi3 cun4 de5 tu2 biao1 sil +008137 sil ta1 gang1 zheng4 bu4 e1 de5 jing1 shen2 gan3 dong4 le5 qun2 zhong4 sp1 geng4 ying2 de2 qun2 zhong4 de5 xin4 ren4 he2 zun1 zhong4 sil +008138 sil tu1 ran2 che1 zi5 dian1 bo3 le5 yi2 xia4 sp1 hong1 yi4 sheng1 sp1 hong2 juan1 bei4 shuai3 chu1 che1 wai4 sp1 shuai1 dao3 zai4 di4 sil +008139 sil ta1 jin4 lai2 hou4 da4 sheng1 wen4 hao3 sp1 yao4 wo3 men5 bang1 ta1 zhun3 bei4 yi4 xie1 pu3 tong1 dian3 xin5 sp1 da3 bao1 dai4 zou3 sil +008140 sil ta1 shuo1 bu4 chu1 hua4 sp1 yao2 shu1 qin2 zhui1 ji1 shuo1 sp1 lin2 da4 wen2 hao2 sp1 ni3 xia4 yi2 ge5 zhun3 bei4 yao4 ma4 shui2 sil +008141 sil wo3 mei2 you3 di4 di5 sp1 dan4 wo2 you3 yi4 qun2 ai4 wo3 de5 ji1 qi4 ren2 hao3 peng2 you5 sil +008142 sil zhe4 li3 shi4 quan2 hai3 nan2 jun1 jia4 zui4 gui4 de5 lou2 pan2 feng4 huang2 dao3 sil +008143 sil zai4 chuo1 chuan1 zhi3 hui4 yan2 mian4 diu1 shi1 sp1 bu2 dai4 biao2 wo3 mei2 you2 zhun3 bei4 sil +008144 sil da2 an4 zong3 rang4 ren2 ju3 sang4 sil +008145 sil ruo4 wo3 fang4 qi4 le5 shou3 zhong1 xian4 cheng2 de5 shi2 wu4 sp1 zai4 qu4 zhui1 qiu2 kan4 bu2 jian4 de5 dong1 xi5 sp1 na4 wo2 qi3 bu4 cheng2 sha3 gua1 le5 ma5 sil +008146 sil ji2 shi3 ya1 li4 zai4 da4 sp1 zai4 bu4 gao1 xing4 sp1 ye3 yao4 gan4 xia4 qu4 sil +008147 sil zhe4 zhong3 qing2 kuang4 xia4 sp1 nan2 guai4 zhao4 ben3 shan1 shuo1 bu2 cha4 qian2 sil +008148 sil wo3 kan4 guo4 ni3 he2 wu2 zhuo2 xi1 de5 xue2 jing3 san1 sp1 hen2 xi3 huan1 sil +008149 sil jing3 cha2 yu2 shi4 dai4 bu3 ta1 sp1 ye2 qu3 hui2 bei4 qiang3 de5 zang1 kuan3 sil +008150 sil ta1 shen4 zhi4 you2 dian2 chuan3 qi4 kun4 nan5 sp1 shuo1 ju4 lian2 guan4 de5 hua4 dou1 xian3 de5 yi4 chang2 jian1 nan2 sil +008151 sil tu1 ran2 you3 yi2 ge5 nv3 de5 wu3 zhu4 wo3 de5 yan3 sp1 bing4 yong4 ju4 wen1 rou2 de5 sheng1 yin1 shuo1 sp1 cai1 cai1 wo3 shi4 shui2 sil +008152 sil ru2 ci3 tie1 di4 qi4 sp1 bu2 dan4 si1 hao2 wu2 sun3 ta1 de5 xing2 xiang4 sp1 fan3 dao4 ying2 de2 geng4 duo1 yong1 dun3 sil +008153 sil yao4 bu2 duan4 hang1 shi2 nong2 ye4 ji1 chu3 sil +008154 sil qi2 qin2 mai4 kai1 da4 bu4 shuai2 shou3 ji2 zou3 sp1 jian4 kang1 zhuang4 tai4 liang2 hao3 sp1 jing1 shen2 yi4 yi4 sil +008155 sil ru2 guo3 yi1 sheng1 duo1 dian3 zhi2 ye4 sheng4 xing2 sp1 na4 zha1 duir1 r kan4 bing4 de5 xian4 xiang4 ye3 jiang1 zeng1 duo1 sil +008156 sil chu2 le5 que2 tui3 nan2 zai4 shen1 shang4 tao1 chu1 de5 yi2 bu4 wai4 sp1 chu2 fang2 chuang1 tai2 shang4 hai2 you3 yi2 bu4 sil +008157 sil ge2 zi5 jian1 dang1 zhong1 zhi3 lan2 zhe5 di1 ai3 de5 qiang2 ban3 sp1 mei2 you3 ren2 shi4 zhen1 zheng4 li2 qun2 de5 sil +008158 sil zhu1 zi3 rao2 xiao3 shi2 ceng2 dang1 nv3 tong2 jun1 sp1 dan4 xian4 zai4 tai4 mang2 mei2 you3 can1 yu4 sil +008159 sil si1 ji1 shi1 fu5 yi2 leng4 sp1 you1 shang1 de5 shuo1 sp1 ni3 shu4 xue2 lao3 shi1 si3 de5 zao3 a5 sil +008160 sil dai3 tu2 jian4 nan2 yi3 tao2 tuo1 reng1 xia4 pi2 bao1 ji4 xu4 tao2 cuan4 sil +008161 sil jia1 qiang2 qing1 nian2 ti3 yu4 fang1 mian4 de5 jiao1 liu2 yu3 he2 zuo4 sil +008162 sil ni3 de5 shen1 ying2 zong3 shi4 zai4 wo3 xin1 li3 huang4 lai2 huang4 qu4 sil +008163 sil er2 qie3 ta1 men5 de5 fang2 wu1 dou1 bi3 jiao4 ai3 sp1 ge2 zhen4 ji4 shu4 ke2 yi3 zuo4 de5 jian3 yi4 xie1 sil +008164 sil shi2 duo1 tian1 xia4 lai5 sp1 san1 ren2 kai1 shi3 liu2 bi2 xie3 sp1 lian2 rang1 rang5 shou4 bu4 liao3 le5 sil +008165 sil dang1 ran2 shi4 he2 ni3 liao2 tian1 sp1 gei2 ni3 fang4 fang5 yin1 yue4 la5 sil +008166 sil kan4 lai2 liang3 ren2 shi4 bi4 yao4 wei4 ci3 dui4 pu4 gong1 tang2 le5 sil +008167 sil qin1 shu3 men5 mang2 zhe5 gei3 ta1 qia1 ren2 zhong1 sp1 lu1 shou2 zhi3 sil +008168 sil wo3 jun1 shi2 xian4 hou4 qin2 xian4 dai4 hua4 you3 mei2 you3 shi2 jian1 biao3 sil +008169 sil wei2 shang1 xin1 tian1 gong1 bu2 zuo4 mei3 sp1 ying1 xiong2 huo4 xu3 yao4 cheng2 shou4 duo1 mo2 nan4 sil +008170 sil zhi1 dao4 ya5 sp1 ni3 shi4 wo3 de5 zhu3 ren2 sp1 shi4 yi2 ge5 yang2 guang1 kai1 lang3 re4 ai4 sheng1 huo2 de5 ren2 sil +008171 sil ru2 he2 cai2 neng2 rang4 hong2 tou2 wen2 jian4 sp1 bu2 zai4 man3 tian1 fei1 sp1 zhi2 xing2 qi3 lai2 bu4 zou3 yang4 sil +008172 sil wo3 dun4 shi2 yi4 jin3 zhang1 sp1 zhe4 bu2 shi4 lao3 duan4 zi5 ma5 sp1 wo2 zen3 me5 hui4 yi4 zhi2 xiu1 dian4 nao3 sil +008173 sil lin2 qu4 qian2 sp1 pai1 pai1 xiong1 shuo1 sp1 wo3 qu4 jian4 shi5 yi2 xia4 ta1 sil +008174 sil dian3 ji1 lv4 shang4 qu4 le5 sp1 xia4 jiar1 r sp1 gen1 zhe5 jiu4 lai2 le5 sil +008175 sil fei1 zhou1 ren2 you3 fei1 chang2 qiang2 da4 de5 fu2 zhou4 sp1 neng2 gou4 zai4 zha2 yan3 jian1 hui3 diao4 yi2 ge4 ren2 sil +008176 sil ke3 shi4 sp1 wo3 zai4 ye3 bu4 neng2 cong2 tu2 rang2 li3 fa1 ya2 kai1 hua1 sil +008177 sil yin1 wei4 you2 hen3 duo1 yun4 song4 yan2 de5 lun2 chuan2 fan1 le5 sp1 suo2 yi3 hai2 shui3 cai2 hui4 zhe4 me5 xian2 sp1 zhe4 shi4 wo3 luan4 shuo1 de5 sil +008178 sil liu4 wu3 er4 lu4 jiao4 qian2 ji3 ri4 quan2 tian1 ji4 hua4 fa1 che1 zeng1 jia1 shi2 er4 che1 ci4 sil +008179 sil fu2 shou3 huo4 hu4 lan2 gan1 sp1 ying1 wu2 ji1 hui1 sp1 bian4 xing2 po4 sun3 sp1 ban1 hen2 tuo1 luo4 sil +008180 sil zhe4 ge5 cheng2 shi4 zhong1 yu2 an1 jing4 le5 sp1 ke3 shi4 xin1 li3 de5 hui2 yi4 hao2 chao2 you3 mei2 you3 sil +008181 sil qian2 rong2 bu2 xie4 dao4 sp1 wo3 zhi4 shao3 du2 guo4 yi2 wan4 ben3 shu1 sp1 wo3 qu4 zuo4 zhe4 zhong3 shi4 juan4 sp1 tai4 lang4 fei4 wo3 de5 cai2 qi4 sil +008182 sil ci3 wai4 sp1 she4 ji2 zhu4 fang2 xin4 xi1 de5 zhong2 zhong3 li4 yi4 wen4 ti2 you3 dai4 wen2 tuo3 chu2 li3 sil +008183 sil bu2 guo4 dui4 yu2 da4 duo1 shu4 pin3 pai2 er2 yan2 sp1 zhe4 reng2 ran2 shi4 zui4 wen2 tuo3 de5 zuo4 fa3 sil +008184 sil gong1 gong5 po2 po5 sp1 ye3 shen1 ming2 da4 yi4 sp1 dong4 yuan2 qin1 qi5 peng2 you5 ti4 ta1 xun2 zhao3 jia1 ren2 sil +008185 sil ci3 ci4 fang3 hua2 sp1 dai4 bei4 ke4 yu3 zhong1 guo2 fa1 gai2 wei3 jin4 xing2 le5 shen1 ru4 gou1 tong1 sil +008186 sil bing4 quan4 ta1 hai2 shi4 an1 xin1 du2 shu1 sp1 bu2 yao4 wei4 xiao3 shuo1 de5 shi4 qing5 guo4 yu2 fen1 xin1 sil +008187 sil lin2 xing2 qian2 sp1 lao3 lao5 lan2 zhu4 ma1 ma5 sp1 ding1 zhu3 dao4 sp1 qian1 wan4 bie2 ti2 xiao3 yin2 zi5 sil +008188 sil di4 yi1 ci4 zao4 cheng2 dan4 dan5 qing1 wei1 shang1 sp1 di4 er4 ci4 shuang1 fang1 ge4 you3 yi4 ming2 qing1 wei1 shang1 sil +008189 sil zhe4 dui4 yu2 bao3 hu4 quan2 li4 sp1 jie2 yue1 she4 hui4 cheng2 ben2 deng3 sp1 dou1 shi4 you2 hao3 chu4 de5 sil +008190 sil wu3 shi4 ke4 guan1 ren4 shi5 bi2 ci3 neng2 li4 he2 ze2 ren4 sil +008191 sil zhe4 jiu4 shi4 cao2 gui4 lin2 zuo4 bu4 xing3 de5 wen2 xue2 meng4 sil +008192 sil ta1 de5 zhe4 ju4 hua4 sp1 you3 xin1 suan1 sp1 you3 wu2 nai4 sp1 you3 an1 wei4 sil +008193 sil dang4 wan3 sp1 xiao3 jie2 tou1 tou1 liu1 zou3 sp1 wan2 qi3 le5 shi1 zong1 sil +008194 sil wo3 ning2 shi4 jing1 tan4 yan3 sp1 jian4 dao4 yi4 zhong3 yi4 chang2 de5 mei3 sil +008195 sil ru2 jin1 sp1 zhe4 zhong2 jiong3 jing4 sp1 bei4 qiao3 miao4 rao4 guo4 le5 sil +008196 sil wo3 men5 wei2 chi2 dui4 sheng4 da4 gu3 piao4 de5 chi2 you3 ping2 ji2 sil +008197 sil hen3 an1 quan2 sp1 shi4 ni3 men5 bu4 xiang2 wo3 an1 quan2 sp1 ha1 ha1 sil +008198 sil ni3 jian4 guo4 na3 zhi1 mu3 ji1 sp1 da3 jia4 yong4 ji1 dan4 de5 sil +008199 sil ni3 ya5 sp1 yan2 ran2 shi4 lao3 zi5 xun4 er2 zi5 de5 kou3 qi4 sil +008200 sil ren2 men5 song3 jian1 suo1 tou2 sp1 bi4 zhe5 zui3 sp1 bu4 shuo1 hua4 sil +008201 sil dui4 yang1 hang2 zuo2 ri4 chu1 tai2 de5 zheng4 ce4 zen3 me5 kan4 sil +008202 sil ta1 kan4 zhe5 luo2 tian1 cheng2 he2 ta1 xiao3 mei4 jiu4 yan3 hong2 sil +008203 sil zan2 men5 hai2 shi4 tao3 lun4 yi2 xia4 shi4 jie4 he2 ping2 ba5 sil +008204 sil zhao4 chao1 su1 lian2 de5 mo2 shi4 sp1 nan2 dao4 bu2 shi4 cuo4 wu4 sil +008205 sil kan4 lai2 sp1 guang3 zhou1 ta3 hai2 xiang3 cuan4 de5 geng4 gao1 li5 sil +008206 sil bu2 guo4 ya2 hu2 dong3 shi4 hui4 sp1 kan4 lai2 shi4 shou4 gou4 le5 sil +008207 sil cang1 wei4 pu3 bian4 pian1 di1 de5 ji1 jin1 dong4 xiang4 ru2 he2 sil +008208 sil ling4 wai4 sp1 di4 mian4 shang4 hai2 you3 yi2 ge5 zuan1 kong3 yi2 da3 tong1 sil +008209 sil piao2 xi2 qi3 ye4 jiu4 xiang4 yi4 tou2 ben4 zhong4 de5 shou4 lei4 sp1 xiang3 yao4 zhuan3 shen1 sp1 kun4 nan5 chong2 chong2 sil +008210 sil tang3 zai4 ji2 jiu4 dan1 jia4 shang4 de5 nan2 zi3 shuang1 mu4 jin3 bi4 sp1 tou2 fa4 san4 fa1 chu1 yi4 gu3 shao1 jiao1 de5 wei4 dao4 sil +008211 sil gong1 ye4 yuan2 qu1 shi4 cheng2 jie1 chan3 ye4 zhuan3 yi2 sp1 jia1 su4 chan3 ye4 ji2 ju4 sp1 pei2 yu4 chan3 ye4 ji2 qun2 de5 zhu3 yao4 zai4 ti3 sil +008212 sil na4 yi2 ke4 sp1 wo3 cai2 zhen1 zheng4 de5 dong2 ni3 sp1 jiu4 xiang4 dong2 wo3 xian4 zai4 de5 zi4 ji3 sil +008213 sil zhe4 jian3 zhi2 shi4 chi4 luo2 luo3 de5 xing4 bie2 qi2 shi4 sil +008214 sil ta1 da3 suan4 nu3 li4 gong1 zuo4 zan3 qian2 sp1 san1 nian2 hou4 kai1 zhe5 che1 qu4 zi4 jia4 you2 sil +008215 sil yi3 shi4 shen1 qiu1 de5 gu3 du1 luo2 ma3 sp1 que4 hao2 wu2 han2 yi4 sil +008216 sil zhe4 shi4 yu4 fang2 zui4 zao1 jie2 guo3 de5 bao2 xian3 xing4 zheng4 ce4 sil +008217 sil huang2 mou3 bin1 cheng1 sp1 shi4 fa1 shi2 cai3 sha1 che1 sp1 sha1 che1 mei2 fan3 ying4 sp1 zao4 cheng2 yu3 qian2 fang1 xiao4 che1 zhui1 wei3 sil +008218 sil you2 yu2 lie4 che1 zhang3 shi2 jian1 ting2 kao4 sp1 che1 xiang1 nei4 de5 kong1 qi4 yue4 lai2 yue4 men1 sil +008219 sil jiang1 an4 qu1 xiao1 fang2 zhong1 dui4 gan3 lai2 sp1 jiang1 lao3 ren2 cong2 yu1 ni2 zhong1 bao4 qi3 sil +008220 sil dan4 ru2 guo3 an4 che1 dui4 gui1 mo2 sp1 yi4 hai1 shu4 qian1 liang4 che1 de5 liang4 ji2 jue2 dui4 suan4 bu2 shang4 zui4 da4 sil +008221 sil xiao3 mei4 zui4 hou4 hai2 shi4 yong1 you3 le5 ban4 ge4 ya2 dian3 na4 de5 zhi4 hui4 sp1 jue2 yi4 he2 luo2 tian1 cheng2 fen1 shou3 sil +008222 sil ta1 shuo1 sp1 fei1 ji1 zai4 dian1 bo3 di4 yi1 ci4 shi1 zhong4 hou4 sp1 guang3 bo1 cai2 shuo1 fei1 ji1 yu4 dao4 qiang2 qi4 liu2 sil +008223 sil si4 shi4 sp1 qi3 ye4 guo2 ji4 hua4 jing1 ying2 neng2 li4 jiao4 ruo4 sil +008224 sil hui2 dao4 jia1 sp1 lin2 ma1 sp1 bu2 zhu4 cui1 wen4 sp1 ta1 shuo1 hai2 ke2 yi3 sp1 lin2 mu3 pai1 tui3 er2 qi3 sp1 ni3 shuo1 ke2 yi3 jiu4 shi4 bu4 hao3 sil +008225 sil shang4 yi4 jiao1 yi4 ri4 sp1 ren2 min2 bi4 dui4 mei3 yuan2 hui4 lv4 wei2 sp1 liu4 dian3 san1 qi1 jiu3 qi1 yuan2 sil +008226 sil xian4 zai4 zuo4 zhe4 ge5 de5 ren2 ye3 yue4 lai2 yue4 shao3 le5 sp1 wo3 duo1 zuo4 yi2 jian4 sp1 jiu4 duo1 liu2 yi2 jian4 bei5 sil +008227 sil lao3 shi1 mei3 tian1 chong2 fu4 de5 gao4 su5 ta1 men5 sp1 zen3 yang4 bo1 zhong3 sp1 ou4 fei2 zhong4 zhi2 dao4 cai3 shou1 sil +008228 sil ling4 yi2 zao4 xing2 shi4 yi3 ping2 guo3 zuo4 dian3 zhui4 sp1 yi4 shen1 xian1 hua1 tu2 an4 chang2 qun2 de5 nv3 xing1 zhuang1 ban4 sil +008229 sil yi3 jun1 zong3 can1 mou2 zhang3 sp1 ha1 lu3 ci2 jiang1 jun5 sp1 ling2 chen2 zhao4 kai1 jin3 ji2 hui4 yi4 tao3 lun4 dui4 ce4 sil +008230 sil da4 jia1 ba3 xin1 yuan4 xie2 hao3 dian3 shang4 deng1 sp1 deng1 fei1 le5 da4 gai4 liang3 ceng2 lou2 gao1 de5 shi2 hou4 sil +008231 sil shuo1 ma3 hong2 shi4 zhu1 rong2 ji1 de5 en1 shi1 sp1 dui4 zhu1 rong2 ji1 you3 zhi1 yu4 zhi1 en1 sp1 yi4 dian2 ye3 bu2 guo4 fen4 sil +008232 sil lian2 bang1 jing3 cha2 yi3 zhen1 dui4 zhe4 yi2 xi4 lie4 shi4 jian4 zhan3 kai1 diao4 cha2 sil +008233 sil dan1 shuang1 hao4 xian4 xing2 yan3 lian4 sp1 zhen1 zheng4 de5 kao3 yan4 jiang1 zai4 xia4 zhou1 yi1 sil +008234 sil hen3 duo1 wang2 you3 dui4 guang3 zhou1 lv3 ke4 lu2 mang3 de5 xing2 wei2 biao3 shi4 qian3 ze2 sil +008235 sil zhong1 guo2 hai3 yang2 diao4 cha2 chuan2 sp1 ke1 xue2 san1 hao4 sp1 er4 shi2 san1 ri4 jia1 ru4 sil +008236 sil yu3 shi4 you3 liao2 tian1 sp1 tao3 lun4 lin2 xi1 shi4 fou3 zhen1 de5 ai4 mu4 huang2 yao4 ming2 sil +008237 sil wo3 men5 jiu4 juan2 qi3 pu1 gai4 sp1 na2 zhe5 ya2 shua1 shen2 me5 de5 qu4 xi3 shu4 sil +008238 sil xu2 hu3 du2 shu1 shi2 sp1 yi4 zhi2 dou1 kao4 xue2 xiao4 fa1 gei3 de5 zhu4 xue2 jin1 sil +008239 sil dan4 ta1 men5 xiang4 guang2 yu3 gong1 si1 sp1 da3 qian4 tiao2 jie4 qian2 sp1 dao4 shi4 zhen1 de5 sil +008240 sil zhi1 hou4 sp1 wo2 yi2 guang3 gao4 mo2 ter4 r de5 shen1 fen4 sp1 zai4 yi4 neng2 jie4 da3 pin1 sil +008241 sil ni3 rang4 nong2 min2 ba3 dui1 ji1 ru2 shan1 de5 jie1 gan3 sp1 na2 qu4 gan4 shen2 me5 sil +008242 sil chen1 zhou1 shi4 jian3 cha2 yuan4 sp1 ye2 yi3 jie4 ru4 diao4 cha2 sil +008243 sil sui1 ran2 wo3 wu2 er2 wu2 nv3 sp1 dan4 xiang2 dang3 he2 zheng4 fu3 de5 fu2 sp1 wo3 de5 wan3 nian2 guo4 de5 hen3 an1 yi4 sil +008244 sil dan4 ying2 jie1 ta1 de5 sp1 bu2 shi4 tong2 qing2 he2 bang1 zhu4 sp1 er2 shi4 yi2 lang4 you4 yi2 lang4 de5 qian3 ze2 sil +008245 sil xiao3 zhen4 shang4 de5 ren2 dou1 cheng1 zhi1 wei2 cai2 zi3 sil +008246 sil zou3 chu1 zhang4 peng5 de5 shi2 hou4 sp1 wo3 wen4 pang2 bian1 de5 tong2 shi4 sp1 zhe4 ge5 wa2 wa5 sp1 you3 mei2 you2 liang3 sui4 sil +008247 sil lao2 ban3 you1 you1 de5 hui2 da2 sp1 kan4 ni3 hui4 bu2 hui4 yang3 le5 sp1 yang3 de5 hao3 le5 sp1 ta1 song4 ni2 zou3 sil +008248 sil yan3 xi2 guo4 cheng2 zhong1 sp1 jiang1 dong4 yong4 fu2 he2 bei3 yue1 biao1 zhun3 de5 xian1 jin4 ji4 suan4 ji1 xi4 tong3 sil +008249 sil hao3 zai4 nao4 xin1 fang2 de5 xi3 qing4 he2 re4 lie4 sp1 mi2 bu3 le5 hun1 li3 de5 zhong1 sheng1 yi2 han4 sil +008250 sil gao1 you2 jia4 jiang1 dui4 guo2 ji4 guan1 xi5 de5 hu4 dong4 sp1 chan3 sheng1 mou2 zhong3 wei1 miao4 sp1 huo4 dai4 you3 wu4 shi2 qing1 xiang4 de5 ying2 xiang3 sil +008251 sil luo2 zhi4 hai3 shuo1 sp1 hou2 long5 li3 hao3 xiang4 zhang3 le5 kuai4 dong1 xi5 sp1 ran2 hou4 yi4 zhi2 kai1 shi2 tu3 sil +008252 sil huai2 le5 yun4 de5 qi1 zi3 wen4 zhang4 fu5 sp1 ni3 jue2 de5 sp1 wo3 men5 de5 hai2 zi5 xiang4 shui2 geng4 hao3 sil +008253 sil ji2 shi3 zai4 wei4 jia1 zheng4 lao3 lao5 qu4 shi4 shi2 sp1 dou1 mei2 gan3 shuo1 sil +008254 sil yi4 bai3 ge5 xiao4 hua5 sp1 wo2 jiang3 wan2 hui4 bu2 hui4 xi4 tong3 beng1 kui4 ya5 sil +008255 sil wo2 gao3 bu2 guo4 sp1 ge1 bo5 ning3 bu2 guo4 da4 tui3 sp1 wo3 ren4 ming4 le5 sil +008256 sil da4 duo1 shu4 ren2 dou1 fang4 qi4 yang3 zhu1 sp1 gai3 zuo4 bie2 de5 hang2 dang4 sil +008257 sil ta1 qiao3 sheng1 zuo4 dao4 na4 ge5 fan1 shu1 ru2 fei1 de5 nan2 sheng1 pang2 sil +008258 sil chan3 ye4 hua4 dui4 nong2 mu4 min2 zeng1 shou1 de5 dai4 dong4 zuo4 yong4 ming2 xian3 sil +008259 sil yao1 ning2 hai2 fa1 biao3 le5 chang2 da2 qi1 fen1 zhong1 de5 da3 hei1 xuan1 yan2 sil +008260 sil ye3 nan2 guai4 sp1 zhong1 guo2 you3 ming2 yan2 qun2 zhong4 de5 yan3 jing5 shi4 xue3 liang4 de5 sil +008261 sil kan4 dao4 sun1 nv5 de2 jiu4 sp1 nv3 tong2 de5 nai3 nai5 po4 ti2 wei2 xiao4 sil +008262 sil rao2 fu4 gui4 shuo1 sp1 ci3 hou4 yuan2 rao2 ye3 bei4 zhao3 qu4 zuo4 le5 ji4 lu4 sil +008263 sil ni3 ren4 zhun2 wo3 jiu4 xing2 le5 sp1 wo3 shi4 gong1 an1 ju2 de5 sp1 jiao4 yang2 yu4 zhang1 sil +008264 sil ta1 tong2 shi2 cheng1 sp1 dan4 nong2 min2 wei4 kou3 tai4 da4 sp1 bu4 hao2 jie3 jue2 sil +008265 sil ju4 diao4 cha2 sp1 ge2 wu1 ran3 yuan2 lai2 zi4 chang2 sha1 xiang1 he2 hua4 gong1 chang3 sil +008266 sil dan4 shi4 sp1 yi4 xie1 ji4 xiang4 xian3 shi4 sp1 xue4 an4 you2 nei4 bu4 ren2 tiao2 qi3 sil +008267 sil you2 hao3 peng2 you5 de5 guan1 xin1 sp1 wo3 de5 ya2 sp1 zen2 gan3 bu2 kuai4 dian2 hao3 ne5 sil +008268 sil xiao3 peng2 you5 kan4 dao4 fo2 lai2 ming2 ju4 tu4 da4 xiong2 dou1 hao3 jing1 xi3 sil +008269 sil kong1 tou2 cheng2 gong1 le5 sp1 bei4 kun4 de5 wu3 qian1 duo1 qun2 zhong4 you3 jiu4 le5 sil +008270 sil wu2 shi4 cheng2 hen3 pei4 fu5 cen2 gong3 xian4 fa1 tu3 di4 cai2 de5 neng2 li4 sil +008271 sil jin4 ri4 sp1 xu3 jin4 heng1 zai4 ai4 chao2 jia1 jian4 ying1 er2 fang2 sp1 ri4 nei4 jiang1 hui4 da4 si4 zhuang1 xiu1 sil +008272 sil she4 qu1 lao3 ju1 min2 qiao1 luo2 da2 gu3 sp1 ye4 zhu3 dai4 biao3 na2 dao4 yao4 shi5 hou4 sp1 xiao4 de5 he2 bu4 long2 zui3 sil +008273 sil gong1 dian4 fu2 wu4 re4 xian4 sp1 jiu2 wu2 wu2 jiu3 ba1 sp1 bao3 chi2 er4 shi5 si4 xiao3 shi2 chang4 tong1 sil +008274 sil yu2 shi4 sp1 ta1 shang4 lou2 ba2 diao4 dian4 yuan2 sp1 er2 biao3 di4 ye2 xiang3 shang4 ce4 suo3 sil +008275 sil er4 shi4 sp1 zhong1 guo2 te4 se4 ji1 ben3 yi1 liao2 wei4 sheng1 zhi4 du4 kuang4 jia4 sp1 chu1 bu4 jian4 li4 sil +008276 sil dang1 nian2 bei4 tuan2 jie2 qi3 lai2 de5 xiao3 ni2 qiu5 sp1 yi3 jing1 bei4 xi1 ji4 yi4 tong3 jiang1 hu2 de5 e4 yu2 xian2 qi4 sil +008277 sil gen1 ju4 jian3 ce4 jie2 guo3 sp1 nan2 jing1 shi4 you3 guan1 bu4 men2 li4 ji2 ze2 ling4 xing1 wang4 tu2 zai2 chang3 ting2 ye4 sil +008278 sil wei4 lai2 ban4 ge4 yue4 li3 sp1 ban4 sui2 dian4 yin1 de5 ne2 zha1 san1 tai4 zi3 sp1 dou1 jiang1 ji4 xu4 zai4 jie1 nei4 biao2 yan3 sil +008279 sil pie1 kai1 ai4 guo2 bu2 ai4 guo2 lai2 shuo1 sp1 zhen1 yao4 zhua1 nai2 fen3 de5 zhi4 liang4 sp1 jiu4 ba3 da4 pin3 pai2 yin3 jin4 lai2 sil +008280 sil zai4 ta1 jia1 meng2 zhi1 chu1 sp1 lian2 pu3 hai2 zhi3 shi4 kan4 shang4 qu4 hen2 mei3 sp1 zi1 jin1 zhuang4 kuang4 sp1 you3 jin4 wu2 chu1 sil +008281 sil you2 ta1 zhi4 zuo4 de5 dian4 shi4 ju4 yong1 zheng4 wang2 chao2 sp1 ceng2 huo4 zhong1 guo2 dian4 shi4 ju4 sp1 zui4 gao1 san1 da4 jiang3 xiang4 sil +008282 sil zhe4 shi4 wo3 de5 gong1 zuo4 sp1 shi4 qing5 chu1 lai5 hou4 sp1 ping2 jia4 zong3 hui4 you2 hao2 you3 huai4 sp1 dan4 wo3 bu2 hui4 ji4 jiao4 sil +008283 sil yi1 yuan4 mian4 shi4 gong1 si1 deng3 pai1 she4 chang3 di4 sp1 ye3 shi4 ta1 yi1 yi1 zhang1 luo5 de5 sil +008284 sil zhen2 suo3 yi4 fang1 ze2 ren4 wei2 mei2 you3 ze2 ren4 sil +008285 sil shi4 cheng2 hou4 sp1 lin2 ju1 hui4 gei3 bao4 chou2 sil +008286 sil zheng4 yin1 ru2 ci3 sp1 ta1 men5 zai4 xuan3 ze2 gong1 zuo4 shi2 hui4 xiang1 dui4 tiao1 ti4 yi4 xie1 sil +008287 sil jie2 an4 zhi1 ji4 sp1 jiang1 tao1 fu4 qin5 xiang4 fa3 guan1 liu2 lu4 chu1 le5 chan4 hui3 zhi1 qing2 sil +008288 sil na2 qi3 juan4 zi5 sp1 jiu4 gan3 dao4 le5 wen1 nuan3 sil +008289 sil zhe4 gu4 shi4 jiao4 yi2 ge4 wen2 mang2 de5 bei1 ai1 sil +008290 sil zhe4 wei4 cong1 ming5 de5 bao3 bao5 jiao4 chen2 jun4 sil +008291 sil zhe4 me5 duo1 xiang3 ba2 wo3 lei4 si3 ma5 sil +008292 sil ta1 hen3 jing1 ya4 sp1 fu4 qin5 zai4 xin1 hai4 ge2 ming4 zhi1 zhong1 gei3 le5 ta1 yi1 ge4 jue2 se4 sil +008293 sil wo3 hai2 xiang3 zi4 you2 zi4 zai4 de5 duo1 wan2 ji3 nian2 sp1 suo2 yi3 xian4 zai4 hai2 shi4 dan1 shen1 ne5 sil +008294 sil dan1 wei4 de5 cai2 wu4 jian1 guan3 li4 du4 ru2 he2 sil +008295 sil ta1 wei4 lai2 fa1 zhan3 qu1 xiang4 you4 jiang1 ru2 he2 sil +008296 sil wen1 zong2 li2 ci3 xing2 an1 pai2 shi2 fen1 jin3 cou4 sil +008297 sil zhe4 shi4 tai4 yuan2 shi4 fen2 he2 jing3 guan1 dai4 sp1 guan1 deng1 qian2 he2 guan1 deng1 hou4 de5 dui4 bi3 sil +008298 sil bing4 you3 men2 shuo1 sp1 ta1 men5 chu1 qu4 shua3 le5 sil +008299 sil bu2 yao4 ba3 yuan4 qi4 sa1 dao4 lv4 shi1 tou2 shang4 sil +008300 sil qu4 nian2 zhang3 xin1 da4 chao2 xi2 juan3 zhong1 guo2 sil +008301 sil zhe4 shi4 dang2 wei3 zheng4 fu3 de5 zhong4 yao4 zhi2 ze2 sil +008302 sil xuan2 mei3 zai4 wei3 nei4 rui4 la1 shi4 quan2 min2 re4 zhong1 de5 sheng4 shi4 sil +008303 sil wo3 men5 dang3 dai4 ling3 ren2 min2 pu2 xie3 le5 zhong1 hua2 min2 zu2 zi4 qiang2 bu4 xi1 sp1 wan2 qiang2 fen4 jin4 de5 zhuang4 li4 shi3 shi1 sil +008304 sil dan4 you2 yu2 guo2 nei4 lie4 tou2 fa1 zhan3 de5 cen1 ci1 bu4 qi2 sp1 reng2 ran2 you2 lao3 hua4 chong2 ti2 de5 bi4 yao4 sil +008305 sil rang4 qi2 bu2 duan4 de5 sheng1 yu4 sp1 bu2 jiu4 wan4 shi4 da4 ji2 le5 sil +008306 sil min2 jing3 jie1 dao4 bao4 jing3 hou4 sp1 gan3 dao4 xian4 chang3 sp1 chu1 zu1 che1 si1 ji1 zheng4 yu2 ji3 ge5 zui4 gui2 li3 lun4 sil +008307 sil ji4 ru2 ci3 sp1 he2 bu2 qu4 tuan2 jie2 yi2 qie4 neng2 gou4 tuan2 jie2 de5 ren2 sp1 ying2 zao4 zui4 da4 de5 li4 yi4 ne5 sil +008308 sil yu2 xiong2 pai1 pai1 ta1 de5 jian1 shuo1 sp1 xiang3 kai1 yi4 dian3 sp1 guo4 liang3 tian1 jiu4 mei2 shi4 le5 sp1 hong2 yan2 huo4 shui3 sil +008309 sil ji2 bian4 wa1 dao4 le5 shen2 me5 sp1 ye3 bu4 neng2 ken3 ding4 sp1 yu3 qi1 san1 yao1 bu4 dui4 guan1 lian2 sil +008310 sil shi4 shi2 shang4 sp1 tai2 dang1 ju2 shi4 shi2 hou4 gai1 ting1 ting1 min2 zhong4 de5 hu1 sheng1 le5 sil +008311 sil ta1 xi3 ai4 da2 wang3 qiu2 you2 yong3 sp1 ceng2 bei4 xuan3 wei2 xue2 xiao4 ma3 shu4 bu4 de5 zhu3 jiang4 sil +008312 sil bian1 zuan3 chu1 ban3 sp1 yuan3 dong1 guo2 ji4 jun1 shi4 fa3 ting2 ting2 shen3 ji4 lu4 sp1 yi4 yi4 shen1 yuan3 sil +008313 sil yi4 ming2 jing3 yuan2 zai4 zhua1 bu3 guo4 cheng2 zhong1 sp1 zuo3 ce4 zhou3 guan1 jie2 zhong4 dan4 shou4 shang1 sil +008314 sil ta1 men5 bu4 gan1 xin1 sp1 you4 xiang2 mai3 tong1 bian1 jian3 can1 mou2 sp1 cha2 qi2 de5 qi1 zi3 sil +008315 sil kuo4 da4 duan3 qi1 xian3 ye4 wu4 sp1 zhi1 chi2 zhong1 xiao2 qi3 ye4 kai1 tuo4 guo2 ji4 shi4 chang3 sil +008316 sil jia1 kai3 cheng2 ji2 tuan2 gu3 fen4 you3 xian4 gong1 si1 sp1 qu4 nian2 guo4 de5 hen3 han2 chen5 sil +008317 sil yi2 shang4 che1 xiao2 gou3 jiu4 zheng4 kai1 wo3 sp1 zhi2 jie1 beng4 dao4 pang2 bian1 de5 zuo4 wei4 shang4 sil +008318 sil ji4 zhe3 pai1 zhao4 sp1 yao1 er2 xian4 shen1 man3 bu2 zai4 hu5 sp1 lu4 ren2 qi4 fen4 qian3 ze2 sil +008319 sil lia3 ren2 he2 mou2 sp1 yong4 xiao4 fu2 jiang1 hai2 zi5 men1 si3 hou4 sp1 you4 qi4 shi1 he2 zhong1 sil +008320 sil bie2 ji2 sp1 zou3 jin4 na4 long4 tang2 sp1 liang2 yang4 jun1 sp1 shou3 yi4 zhi3 shen1 hou4 de5 hei1 nong4 sil +008321 sil cai4 sp1 rou4 zuo2 liao4 bi3 li4 sp1 xin1 shou2 zhang3 wo4 bu4 liao3 sil +008322 sil tong2 shi2 sp1 yao4 niu2 zhuan3 ren2 men5 de5 cuo4 wu4 ren4 shi5 sp1 zhuan3 bian4 guan1 nian4 sil +008323 sil quan2 zhu3 dai4 quan3 chu1 jie1 shi2 sp1 quan3 zhi1 bi4 xu1 pei4 dai4 quan3 pai2 sp1 quan2 zhu3 xie2 dai4 quan3 zheng4 sil +008324 sil wo3 shi4 ni3 de5 yu3 yin1 zhu4 li3 ya5 sp1 ren2 gong1 zhi4 neng2 mei3 shao4 nv2 wo3 sil +008325 sil xiao2 lei3 zuo4 zhe5 zui4 hou4 de5 zheng1 zha2 sp1 dan4 deng1 chuai4 de5 shuang1 jiao3 zhu2 jian4 wu2 li4 sp1 duan4 le5 qi4 sil +008326 sil yi1 shi4 ta1 jie3 jue2 le5 jing1 chang2 xing4 juan1 zeng4 sp1 cun2 zai4 de5 hen3 duo1 wen4 ti2 sil +008327 sil fu1 qi1 lia3 yu2 shi4 zheng1 chao2 qi3 lai2 sil +008328 sil er4 shi4 sp1 ren2 ru3 fu4 zhong4 he2 nan2 ren2 sil +008329 sil qi1 shi2 san1 sui4 de5 chen2 a1 po2 cong2 shui2 ta2 li3 bei4 jie3 jiu4 chu1 lai5 sil +008330 sil hai2 you3 si4 fen1 zhi1 yi1 de5 ren2 shen4 zhi4 mei2 you3 an4 chu3 fang1 sp1 zhua1 yao4 zhi4 bing4 sil +008331 sil zhe4 ge5 zuan1 kong3 ke2 yu3 liu4 qi1 sp1 ba1 jiu3 hao4 gong1 zuo4 mian4 xiang1 lian2 sil +008332 sil ju4 shuo1 sp1 she4 ji4 zhe3 sp1 nai3 shi4 zhe4 xiao3 zhen4 ding2 ding2 you3 ming2 de5 da4 jia1 sil +008333 sil shi4 hen2 hao3 chi1 de5 bing1 qi5 lin2 a5 sil +008334 sil nan2 jing1 jing3 fang1 you2 liang3 ge4 ban2 ben3 sil +008335 sil yu2 xiong2 tuo1 xia4 yi1 fu5 sp1 ji3 chu1 yi2 di4 de5 han4 sp1 shuo1 sp1 xi2 zao3 qu4 ba5 sil +008336 sil hang2 zhou1 shi4 cheng2 nuo4 sp1 jiang1 zai4 er4 ling2 san1 wu3 nian2 hou4 chai1 chu2 huo4 jiang4 ceng2 sil +008337 sil ta1 zhe4 ge4 nv3 ren2 zui3 ba1 ting3 tian2 de5 sp1 bu2 guo4 ye3 ting2 hao3 de5 o5 sil +008338 sil qi2 shi2 wo2 xiang3 shuo1 de5 shi4 gan1 ma1 sil +008339 sil ji4 shi2 hui4 sp1 tiao1 xuan3 yu2 di4 ye3 da4 sil +008340 sil hui2 lai2 sp1 fang4 zai4 nar4 r sp1 mei2 yan2 sheng1 sil +008341 sil wang2 fei1 sp1 na4 shi4 lao3 niang2 de5 ming4 na5 sil +008342 sil dan4 zai4 chen2 ji4 yi2 duan4 shi2 jian1 hou4 sp1 shan1 tie3 gong1 si1 juan2 tu3 chong2 lai2 sil +008343 sil xiao1 xi5 fa1 chu1 hou4 sp1 tong2 xue2 men5 qun2 qing2 ji1 ang2 quan2 dou1 bao4 le5 ming2 sil +008344 sil shi4 bu2 shi4 shen1 ti3 bu4 shu1 fu5 ya5 sil +008345 sil wo3 yao4 xue2 xi2 yi2 xia4 xiang1 guan1 zhi1 shi5 sil +008346 sil fen3 shua1 yi3 qian2 hai2 bi3 na4 li4 hai5 sil +008347 sil na2 li3 hai2 tan2 de5 shang4 can1 yu4 ne5 sil +008348 sil he2 xiao2 jie3 jia1 yang3 de5 huang2 jin1 mang3 sil +008349 sil zen3 me5 la5 sp1 ni3 hai2 bu2 kun4 ma5 sil +008350 sil ta1 shuo1 sp1 zi4 ji3 kuai4 bie1 huai4 le5 sil +008351 sil bu2 yao4 gen1 wo3 liao2 zhe4 xie1 sp1 wo3 bu4 dong3 sil +008352 sil pang2 guan1 zhe3 de5 xing4 ming2 sp1 yong2 yuan3 pa2 bu2 dao4 bi3 sai4 de5 ji4 fen1 ban3 shang4 sil +008353 sil zhe4 ba3 qiu2 yuan2 men5 ji1 dong4 huai4 le5 sil +008354 sil zhe4 yi2 shu4 zi4 sp1 chuang4 ba1 fei1 te4 ci2 shan4 wu3 can1 sp1 li4 shi3 zui4 gao1 jia4 wei4 sil +008355 sil bie2 tao3 yan4 ma5 sp1 wo3 men5 zhe4 me5 hao3 sil +008356 sil ta1 hou4 lai2 bei4 song4 wang3 rui4 shi4 bo2 er3 ni2 de5 guo2 ji4 xue2 xiao4 liu2 xue2 sil +008357 sil bao4 dao4 wei4 ti2 mao1 mi1 de5 xia4 chang3 sil +008358 sil fei1 lai2 heng4 huo4 sp1 can3 bu4 ren2 du3 sil +008359 sil bu2 guo4 zai4 jia4 qian2 shang4 you3 xie1 you2 yu4 sil +008360 sil zhen1 ying1 gai1 hao3 hao1 cha2 cha5 ta1 men5 sil +008361 sil dao4 san1 yao1 jiu3 guo2 dao4 du3 che1 sp1 zao4 cheng2 jiao1 tong1 shou4 zu3 yue1 yi4 xiao3 shi2 sil +008362 sil ri4 ben2 nv3 xing1 ze2 kao1 ying1 long2 hua2 sil +008363 sil jia1 li2 you3 quan2 zi4 dong4 xi3 yi1 ji1 ya5 sil +008364 sil jiu4 deng3 yu2 he2 zu1 lin4 cha4 bu5 duo1 sil +008365 sil he2 ni3 yi4 qi3 kan4 yue4 liang4 zen3 me5 yang4 sil +008366 sil guang2 ben3 guan2 li3 ren2 yuan2 ru2 shi4 shuo1 sil +008367 sil yuan2 yin1 shi4 gong1 zi1 di1 zhu4 fang2 zhai3 sil +008368 sil yi2 pian4 re4 nao4 li3 sp1 mei2 ren2 zhu4 yi4 sil +008369 sil hao3 zai4 sp1 ta1 chu1 yan3 le5 mi2 er3 ke4 sil +008370 sil ji4 zhe2 gan3 dao4 yao1 yao1 qi1 yi1 yuan4 ji1 chang3 lu4 fen1 yuan4 ji2 zhen2 qiang3 jiu4 shi4 sil +008371 sil bu4 hao3 yi4 si5 sp1 wo3 hai2 mei2 you3 wan2 guo4 sil +008372 sil ta1 men5 xuan3 ze2 yong4 yi4 chang3 guo2 ji4 fanr4 r de5 wu3 hui4 sp1 you1 ya3 de5 gao4 bie2 sil +008373 sil zhi3 shi4 sp1 pao3 bu4 ke2 yi3 qia1 miao2 biao3 sp1 er2 yu2 le4 quan1 que4 mei2 you3 ding4 lun4 sil +008374 sil zhe4 dui4 suan1 yu3 zhi4 li2 hen3 bu2 li4 sil +008375 sil wo3 dou2 dan3 cai1 ce4 sp1 ji2 tuan2 gei3 lu4 zhao4 xi3 sp1 wu4 liu2 gei3 shao4 xiao3 feng1 sil +008376 sil suo2 you3 seng1 ren2 dou1 pao3 le5 chu1 lai2 sil +008377 sil tong2 yang4 de5 luo2 ji5 sp1 ye3 shi4 yong4 yu2 ai2 zheng4 sil +008378 sil hao3 tian1 qi4 sp1 jiu4 shi4 yao4 chu1 lai2 guang4 sp1 you2 gou3 de5 liu4 gou3 sp1 you3 wa2 de5 bao4 wa2 sp1 dou1 mei2 you3 de5 sp1 ni3 bao4 wo3 ba5 sil +008379 sil qi1 zi3 bu2 dan4 bu2 pa4 sp1 fan3 er2 rou2 qing2 de5 shuo1 sp1 mao1 ge1 sp1 bie2 jiao4 le5 sp1 wo2 lao3 gong1 hai2 mei2 chu1 chai1 ne5 sil +008380 sil che1 xing2 zhi4 zao3 lin2 qian2 jie1 shi2 sp1 ma3 shi1 fu5 ba3 che1 ting2 xia4 sp1 zi4 cheng1 bie1 bu2 zhu4 le5 sp1 yao4 qu4 sa1 niao4 sil +008381 sil jiu4 hao3 xiang4 zui4 hou4 yi2 ci4 ce4 shi4 sp1 wo3 zhong1 yu2 beng4 guo4 qu4 sp1 ji2 ge2 le5 sil +008382 sil ta1 bu4 gan3 zai4 shuo1 xia4 qu4 sp1 pa4 qian2 rong2 sp1 you4 duo3 zai4 wai4 wen2 li3 ma4 ta1 sp1 he2 xie4 jing3 yuan1 shuo1 hua4 sp1 ni3 zai4 kan4 shen2 me5 shu1 sil +008383 sil shou3 xian1 yao4 you3 ge4 hao3 shen1 ti3 sp1 qi2 ci4 hai2 yao4 fu4 chu1 nu3 li4 sil +008384 sil cheng2 du1 niao2 yu3 lin2 sp1 yuan2 lai2 zhun3 bei4 kai1 zhan3 de5 you2 ke4 qi2 tuo2 niao3 xiang4 mu4 sp1 ye3 bu4 gao3 le5 sil +008385 sil dang1 ran2 sp1 zhe4 me5 shuo1 ma1 bu2 tai4 he2 shi4 sp1 wo3 ma1 you2 dian3 leng4 sp1 zhe4 yi2 mian4 sp1 wo3 xiang4 wo3 ma1 sil +008386 sil wo3 dang1 shi2 hai2 nao3 can2 de5 shuo1 sp1 zen3 me5 shi4 ruan3 sp1 de5 sil +008387 sil lao3 ma1 zhan4 le5 yi2 huir4 r shuo1 sp1 xing2 le5 sp1 bie2 zhuang1 le5 sil +008388 sil bao4 yu3 tian1 zai4 lu4 shang4 sp1 bei4 lin2 cheng2 le5 luo4 tang1 ji1 sil +008389 sil you3 shi2 sp1 yi2 tang4 hang2 ban1 sp1 jin3 san1 bai3 duo1 ming2 lv3 ke4 sil +008390 sil hou4 lai2 you3 peng2 you3 shuo1 he2 huo3 kai1 xiao2 jiu3 ba1 sp1 wo3 lian2 kou3 dou1 mei2 gan3 kai1 sp1 lao3 hanr4 r geng4 bu4 zhun3 sil +008391 sil yi2 ci4 ou3 ran2 de5 ji1 hui4 sp1 yi4 zhang1 li4 ta3 hong2 zai4 nang2 bing3 tan1 qian2 de5 zhao4 pian4 sp1 bao4 hong2 wang3 luo4 sil +008392 sil zai4 tai4 kong1 zhong1 sp1 fei1 chuan2 neng2 yi1 kao4 de5 zhi2 you3 tai4 yang2 neng2 yu3 he2 neng2 sil +008393 sil yu2 xiong2 you4 tui1 kai1 lai2 shi4 ping2 de5 shou3 shuo1 sp1 tian1 tai4 re4 le5 sp1 da4 jia1 fen1 kai1 dian3 sil +008394 sil er2 jia4 shi3 yuan2 zhi2 dao4 jiang4 luo4 cai2 zhi1 dao4 sp1 fei1 ji1 shang4 da1 cheng2 le5 yi4 tiao2 mang3 she2 sil +008395 sil zhu3 zhi4 yi1 sheng1 gao4 su4 liu2 yuan2 yi4 jia1 ren2 sp1 fu4 qin5 de5 bing4 zhi4 yu4 de5 xi1 wang4 miao3 mang2 sil +008396 sil jin1 tian1 sp1 mai4 jia1 gei3 peng2 you5 fan3 xian4 le5 shi2 yuan2 sp1 jiao4 shi4 you2 ba3 tu2 pian4 gei3 shan1 le5 sil +008397 sil yang2 hong2 wei4 hai2 you3 yi2 ge5 xi2 guan4 sp1 shi4 jing1 chang2 zong4 qing2 yin2 jiu3 sp1 he1 de5 ming2 ding3 da4 zui4 sil +008398 sil dan4 jin1 tian1 qing2 kuang4 jiu4 bu4 yi2 yang4 le5 sp1 hai2 you2 hen3 kuan1 de5 kong4 dir4 r ke2 yi2 zou3 dong4 sil +008399 sil na4 wo3 jiu4 gei2 ni3 liang4 dian3 zhen1 ben3 shi4 ba5 sil +008400 sil ci3 wai4 sp1 duo1 shu4 qi3 er2 bing4 fei1 bei4 guai3 de5 sil +008401 sil luo4 zai4 shen1 shang4 sp1 yi4 mo3 jiu4 shi4 yi2 pian4 hei1 sil +008402 sil chi4 feng1 you2 ci3 er2 cheng2 wei2 zhong1 hua2 long2 de5 gu4 xiang1 sp1 he2 long2 wen2 hua4 de5 fa1 xiang2 di4 sil +008403 sil yan3 yuan2 dei3 duo1 gao1 xin1 li3 su4 zhi4 he2 liu2 lei4 ji4 qiao3 cai2 neng2 da2 dao4 yao1 qiu2 wa5 sil +008404 sil mei3 ci4 lao3 hanr4 r po4 an4 jiu4 hui4 hui2 lai5 shuo1 sp1 jin1 tian1 wan3 shang4 sp1 ni3 men5 kan4 xin1 wen2 sil +008405 sil ru4 ye4 sp1 guang3 zhou1 shi4 bai2 yun2 qu1 sp1 jing3 tai4 jie1 sp1 hua2 deng1 cui3 can4 che1 shui2 ma3 long2 sp1 hao3 bu2 re4 nao5 sil +008406 sil ku4 ni2 si1 shen1 shou2 ba3 ku4 che4 de5 tou2 lou3 jin4 huai2 li3 sp1 shen4 zhi4 dang1 zhong4 jie1 wen3 sp1 xiang1 dang1 qin1 mi4 sil +008407 sil kai1 xin1 xia2 wo3 cong2 bu4 nan2 guo4 sp1 mei3 tian1 dou1 wei4 zhu3 ren2 dai4 lai2 zheng4 neng2 liang4 sil +008408 sil si1 cong1 xun2 liang4 er2 qu4 sp1 he2 bai2 pang4 gao1 re4 qing2 qie1 cuo1 sp1 nin2 jiu4 shi4 sp1 ni3 shi4 lu2 si1 cong1 ba5 sil +008409 sil ta1 jian4 yi4 sp1 can1 guan3 sp1 bi4 xu1 zai4 mei3 zhang1 can1 zhuo1 xia4 fang4 yi2 ge5 zhi2 lou3 sp1 rang4 shi4 min2 reng1 zhi3 jin1 sil +008410 sil ta1 fan1 le5 wo3 de5 duan3 xin4 sp1 xian4 zai4 ta1 bu4 jin3 zhi1 dao4 wo2 you3 wai4 yu4 sp1 hai2 jian1 xin4 sp1 wo3 shi4 ge4 ji1 lao3 sil +008411 sil dang1 shui3 wei4 xia4 jiang4 sp1 dun3 chuan2 ze2 ke2 yi3 xiang4 jiang1 zhong1 yi2 dong4 sp1 jin4 zui4 da4 nu3 li4 sp1 bao3 zheng4 qu2 shui3 sil +008412 sil wo3 zan4 shi2 hai2 bu2 hui4 o5 sil +008413 sil feng2 nian2 guo4 jie2 shi2 sp1 ni2 hong2 mei2 ye3 hui4 duo1 bao1 xie1 hun2 tun5 he2 bao1 zi5 song4 gei3 liu2 jie3 sil +008414 sil ta1 men5 lia2 xi3 chu1 wang4 wai4 sp1 ke3 zhe4 ge5 shi2 hou4 sp1 zhao1 sheng1 lao3 shi1 wu2 jiang1 que4 ren2 jian1 zheng1 fa1 le5 sil +008415 sil dan4 bian4 fang1 zhi3 chu1 sp1 zhe4 ba3 dao1 tai4 da4 sp1 bu4 fu2 he2 yu4 hai4 zhe3 hou2 long5 shang4 zhi4 ming4 shang1 de5 xing2 zhuang4 sil +008416 sil tong2 shi2 sp1 liu2 yu4 biao1 ye3 cheng2 ren4 sp1 dui4 ci3 shi4 xue2 xiao4 you3 xiang1 ying4 de5 ze2 ren4 sil +008417 sil ju4 jin1 yue1 si4 qian1 wu2 bai3 nian2 sp1 shi4 sp1 ba1 ren2 fa1 xiang2 di4 yi2 zhi3 sil +008418 sil bu2 lun4 zuo4 ren4 he2 shi4 sp1 ta1 dou1 bu4 ke3 neng2 diu1 diao4 zi4 wo3 sil +008419 sil shang4 hai2 guang3 zhou1 ye2 you3 gou2 zai3 sp1 dan4 shi4 hai2 mei2 cheng2 qi4 hou4 sil +008420 sil zuo4 wei2 tai4 tai5 sp1 fan3 er2 bu4 xin1 shang3 sp1 bu4 ti3 liang4 sil +008421 sil duan2 duan3 yi4 fen1 zhong1 sp1 wang4 de5 bu4 zhou4 jie2 shu4 le5 sil +008422 sil shu3 xia2 gu3 xing2 zi4 ran2 feng1 jing2 lv3 you2 jing3 qu1 sil +008423 sil si2 zhe3 zai4 dang4 wan2 yi3 jing1 song4 dao4 le5 bin4 yi2 guan3 sil +008424 sil zhui1 tao2 min2 jing2 di3 da2 hou4 sp1 lai2 bu4 ji2 tian1 zhi4 mian2 ao3 sp1 jiu4 zhi2 ben4 dang1 di4 gong1 an1 ji1 guan1 sil +008425 sil jiu4 zhe4 yang4 shou3 lian4 ye3 gen1 zhe5 shuai3 chu1 qu4 le5 sil +008426 sil ta1 shuo1 zi4 ji2 you3 qian2 sp1 bu4 xiang3 dang1 lao3 bie1 yi1 sil +008427 sil zai4 dong1 fang1 man4 ha1 dun4 xiao3 qu1 fu4 jin4 de5 ling4 wai4 yi4 jia1 zhong1 jie4 sp1 che1 wei4 de5 kai1 jia4 geng4 gao1 sil +008428 sil zhe4 bei4 kan4 zuo4 shi4 fei1 meng2 yu3 lian2 he2 guo2 wo4 xuan2 gai1 guo2 zheng4 zhi4 jiang1 ju2 de5 yi2 da4 cheng2 guo3 sil +008429 sil wo3 du2 dao4 yi2 ban4 jiu4 xin1 teng2 le5 shi4 nao4 na3 yang4 sil +008430 sil he1 zui4 le5 de5 li2 kan3 bei4 ti1 xing3 hou4 sp1 fan1 shen1 zhan4 qi3 sp1 yu3 zhe4 ming2 min2 jing3 si1 che2 qi3 lai2 sil +008431 sil zheng4 hang2 shuo1 sp1 yi2 pu3 tong1 gong1 min2 shen1 fen4 qi3 su4 sp1 jiu4 shi4 wei4 pie3 qing1 sp1 lan4 yong4 gong1 quan2 li4 zhi1 xian2 sil +008432 sil ba1 guo2 cheng2 sp1 shi2 shang4 nv2 zi3 zai4 tou1 nai2 fen3 sil +008433 sil mei3 ci4 ti2 chu1 yi4 jian4 sp1 ye2 zong3 shi4 xian1 shuo1 sp1 wo2 zhi3 shi4 shuo1 shuo5 sp1 ting1 bu4 ting1 sp1 you2 ni3 men5 jue2 ding4 sil +008434 sil yun2 nan2 meng4 lian2 he2 gui4 zhou1 weng4 an1 de5 bian4 hua4 sp1 shi4 zhe4 zhong2 jing3 min2 guan1 xi4 de5 zui4 hao3 jian4 zheng4 sil +008435 sil da3 dou4 dang1 zhong1 sp1 zhu1 mou3 bei4 shi1 shou3 ci4 si3 sil +008436 sil wei4 liao4 sp1 yi4 tian1 qing1 chen2 sp1 wo3 hai2 zai4 bei4 wo1 li3 sp1 hu1 ting1 yi2 zhen4 xi1 xi1 de5 zhua3 zi5 nao2 men2 sheng1 sil +008437 sil ta1 shi4 bei4 po4 sp1 hai2 shi4 you3 shen2 me5 nan2 yan2 zhi1 yin3 sil +008438 sil zhe4 xiang1 dang1 yu2 mei3 tian1 pao2 liang3 ci4 ma3 la1 song1 sil +008439 sil dui4 yuan2 men5 zhi1 dao4 sp1 ta1 men5 shen1 shang4 you3 jia1 huo5 sil +008440 sil zhe4 ge4 yan2 se4 jiao4 lao3 lv4 sp1 xiang1 dang1 yu2 cui4 lv4 sil +008441 sil ran2 er2 sp1 ci3 shi2 de5 zou1 de2 bao2 yi3 jing1 tao2 pao3 sil +008442 sil dang1 jin1 li2 xiang3 de5 hun1 yin1 mo2 shi4 shi4 shen2 me5 sil +008443 sil zuo4 hao3 cheng2 shi4 nei4 lao4 qiang2 xian3 ying4 ji2 gong1 zuo4 sil +008444 sil ke3 na4 xie1 ji1 tou2 shi4 mai4 yin2 piao2 chang1 de5 zu3 zhi1 zhe3 sp1 shi4 hou4 tai2 lao2 ban3 sp1 shi4 zui4 da4 de5 ying2 li4 zhe3 sil +008445 sil ye3 jiu4 shi4 shuo1 sp1 xiao2 rui2 rui3 fan1 yue4 hu4 lan2 qu4 shang4 xue2 shi2 sp1 tian1 hai2 wei4 wan2 quan2 liang4 sil +008446 sil bu2 guo4 sp1 mian3 shi4 gong1 du2 yan2 jiu1 sheng1 de5 ta1 sp1 zao2 yi3 jing1 bu4 jin2 jin2 man3 zu2 yu2 kan4 ao4 yun4 le5 sil +008447 sil chang2 qi1 de5 ying2 yang3 bu4 zu2 sp1 dao3 zhi4 xu3 duo1 hai2 zi5 sp1 pu3 bian4 ai2 xiao3 sp1 you3 de5 hai2 huan4 shang4 wei4 bing4 sil +008448 sil you1 ku4 ci2 ju3 ke4 guan1 cong1 ming5 sil +008449 sil shi4 ge4 hen2 you3 qian2 de5 jia1 huo5 ya5 sil +008450 sil gu2 sui3 juan1 xian4 guo4 cheng2 zhong1 de5 fan4 hao2 jie2 sil +008451 sil zhe4 ge4 tiao2 kuan3 wu2 yi2 shi4 fei1 chang2 huang1 miu4 de5 sil +008452 sil cao2 cheng2 gei3 ji4 zhe3 suan4 le5 zhe4 yang4 yi4 bi3 zhang4 sil +008453 sil wo3 de5 lian2 mei3 tian1 dou1 xi3 de5 hen3 gan1 jing4 o5 sil +008454 sil du2 chang2 ke3 wei4 zheng4 fu3 dai4 lai2 gao1 e2 shui4 shou1 sil +008455 sil wo3 chao2 gu2 hao3 duo1 nian2 le5 sp1 yi2 ding4 neng2 ying2 li4 sil +008456 sil zhu2 guai3 nan2 zi3 xia4 shui3 tuo1 qi3 luo4 shui2 nv3 sil +008457 sil chen1 hang2 dao3 you3 yi2 pian4 zhu4 ming2 de5 jiang1 jun5 lin2 sil +008458 sil zui4 ke3 wu4 de5 shi4 sp1 dao4 hou4 lai2 sp1 na4 tou2 de5 ren2 dou1 wen4 wo3 sp1 ni3 shi4 bu2 shi4 de2 zui4 shui2 le5 sil +008459 sil jin1 mao4 da4 sha4 sp1 ba1 shi2 ba1 ceng2 guan1 guang1 ting1 sp1 wo3 ceng2 jing1 lai2 guo4 sil +008460 sil chen2 qie4 zuo4 bu2 dao4 a5 sil +008461 sil xiao3 shi2 hou4 te4 bie2 xiang3 ma1 ma5 sp1 duo2 qi3 lai2 ku1 sp1 hu2 wei3 shi4 yi2 ge5 cong2 xiao3 que1 fa2 mu3 ai4 de5 ren2 sil +008462 sil ban4 ye4 sp1 jia2 da3 le5 yi2 ge5 da4 pen1 ti5 sp1 yi2 zheng3 ge4 lian3 shang4 sp1 dou1 shi4 jia3 de5 jie2 jing1 sil +008463 sil li2 jin3 man4 de5 jia1 sp1 fu4 mu3 yi4 zha2 yan3 dou1 bu2 zai4 le5 sil +008464 sil li2 zi5 sp1 dui4 chang2 yan2 sp1 jia3 zhuang4 xian4 zhong3 da4 sp1 bian4 mi4 sp1 yan4 shi2 sp1 xiao1 hua4 bu4 liang2 deng3 ji2 bing4 sp1 you3 yi2 ding4 liao2 xiao4 sil +008465 sil ji2 bian4 shi4 wei2 fa3 jian4 zhu4 sp1 ni2 ye2 dei3 gao4 su4 wo2 sp1 na3 ge5 di4 fang1 wei2 fa3 sp1 za3 wei2 fa3 le5 sil +008466 sil ge4 bu4 men2 de5 yi4 xie1 kuang4 kuang5 gui1 ding4 yue4 lai2 yue4 duo1 sp1 nian2 jian2 shen3 pi1 sp1 yue4 lai2 yue4 yan2 ge2 sil +008467 sil dao4 shi4 xiao3 bing1 zhang1 ga1 he2 wang2 xiao3 er4 de5 shi4 ji4 zai4 ke4 ben2 li3 zhan4 you3 yi4 xi2 zhi1 di4 sil +008468 sil gai1 nan2 zi3 shou4 dao4 qiang2 lie4 ji3 ya1 sp1 hun2 shen1 dou1 shi4 xie3 sp1 zui2 li3 hai2 zai4 du1 nang5 zhe5 sil +008469 sil zhe4 shi4 gong2 bei2 hai3 guan1 jin4 nian2 lai2 cha2 huo4 de5 zui4 da4 yi4 qi2 zou3 si1 wen2 wu4 chu1 jing4 an4 sil +008470 sil shou4 zhu4 qun2 zhong4 sp1 wu2 bu4 jiao1 kou3 cheng1 zan4 sp1 dang1 nian2 de5 lao3 ba1 lu4 zuo4 feng1 you4 hui2 lai5 le5 sil +008471 sil tong2 shi2 hua1 qian2 da2 dian2 jing3 fang1 ren2 yuan2 sp1 shi4 yin1 wei4 shi4 guan1 zi4 ji3 de5 di4 di5 wang2 dong1 ming2 sil +008472 sil gong1 ren2 men5 xian1 ban1 kai1 ku1 long5 zhou1 wei2 de5 jie1 zhuan1 sp1 zai4 yong4 dian4 zuan4 sp1 zao2 kai1 shui3 ni2 ban3 sil +008473 sil yuan2 ben2 zhi3 shi4 xiang3 xia4 hu5 xia4 hu5 sp1 ke3 shi4 zai4 kun2 bang2 xiao3 hao4 shi2 zao1 yu4 le5 fan3 kang4 sil +008474 sil zhi4 yu2 sang1 li2 ju3 xing2 de5 xi4 jie2 sp1 ta1 zhi3 yao4 wen4 xu3 guan4 wu3 sp1 yin1 shi4 ta1 quan2 li4 da2 dian3 sil +008475 sil bu4 fen4 min2 zhong4 zhuo2 gao3 guai4 fu2 zhuang1 sp1 zhan4 zai4 kuang2 feng1 bao4 yu3 zhong1 zhao4 xiang4 fan1 jin1 dou5 sil +008476 sil mu4 qian2 sp1 fan4 zui4 xian2 yi2 ren2 sp1 ma2 mou2 mou3 sp1 zhou1 mou3 sp1 la2 mou3 sp1 bei4 yi1 fa3 xing2 shi4 ju1 liu2 sil +008477 sil ding1 zi3 gao1 sp1 hai2 zi4 bao4 biao2 jie3 song4 le5 liang3 zhi1 bu4 tong2 pai2 zi5 de5 yan4 yun4 bang4 gei3 ta1 sil +008478 sil ru2 jin1 sp1 ma3 yue4 ling2 cheng1 sp1 sheng1 chi1 huo2 ni2 qiu5 sp1 shi4 zhi4 liao2 jian4 dong4 ren2 zheng4 de5 fa2 bao3 sil +008479 sil zhang1 mo4 shu4 ci4 chuang3 huo4 sp1 dou1 shi4 rang4 fu4 qin5 zhang1 guo2 li4 sp1 jiao1 tou2 lan4 e2 sil +008480 sil mei4 zi5 tu1 ran2 lai2 le5 ju4 sp1 ni3 bu2 hui4 sp1 zhao3 ge5 yong4 dao4 shou3 de5 dian4 ying3 a5 sil +008481 sil tong2 che1 de5 xu3 gen4 fu4 sp1 zai4 shi4 gu4 zhong1 you4 tui2 gu3 zhe2 xiong1 kou3 shou4 shang1 sil +008482 sil xiang4 yu3 ping2 jie4 zhe5 gai4 shi4 wu2 shuang1 de5 wu3 yi4 sp1 hai2 qi3 tu2 chong2 zheng3 qi2 gu3 juan2 tu3 chong2 lai2 sil +008483 sil zhe4 shi4 chen2 shui2 bian3 chi4 luo2 luo2 gu3 chui1 tai2 du2 sp1 zai4 tai2 du2 fen1 lie4 dao4 lu4 shang4 you4 mai4 chu1 de5 wei1 xian3 yi2 bu4 sil +008484 sil zai4 jiang1 mou3 chen2 mou3 er4 ren2 de5 jiao4 suo1 song2 yong3 xia4 sp1 lao3 xiang1 zhi1 jian1 hu4 xiang1 la1 long3 jie4 shao5 sil +008485 sil xiang3 dao4 yi2 ci4 ci4 bei4 xiao3 shan1 ju4 jue2 de5 shi4 sp1 wu2 tian1 hen3 shi4 nao2 huo3 sil +008486 sil dan1 shen1 nv3 xing4 zui4 jiu3 hou4 sp1 ying1 you3 shu2 xi5 de5 nan2 xing4 sp1 pei2 song4 hui2 jia1 sil +008487 sil he2 lao3 po5 ling3 zheng4 qi1 nian2 le5 sp1 ban4 zhun3 sheng1 zheng4 shi2 sp1 ju1 ran2 shuo1 sp1 wang3 shang4 cha2 bu2 dao4 wo3 men5 de5 jie2 hun1 zheng4 sil +008488 sil jing4 xuan3 shi2 xu3 nuo4 de5 zheng4 ce4 sp1 ke3 neng2 shi2 xian4 ji2 xu3 sil +008489 sil xiao3 yao2 zai4 hai3 bin1 mu3 qin1 de5 pei2 tong2 xia4 zai4 ci4 duo4 tai1 sil +008490 sil ceng2 you3 tui1 xiao1 yuan2 zhe4 me5 shuo1 sp1 wo2 mei3 jie1 chu4 shi2 ge4 ren2 sp1 cai2 you3 yi2 ge4 ren2 yuan4 yi4 gou4 mai2 wo3 de5 huo4 wu4 sil +008491 sil tu2 rang2 li3 de5 hua4 xue2 wu4 zhi4 jin4 ru4 shi2 wu4 lian4 hou4 sp1 zui4 zhong1 reng2 shi4 bei4 ren2 lei4 zi4 ji3 chi1 diao4 sil +008492 sil zao3 shang4 zai4 lou2 xia4 tang1 fen3 dian4 chi1 zao3 can1 sp1 peng4 jian4 wo3 men5 ling2 dao3 sp1 bing4 re4 qing2 de5 da3 zhao1 hu5 sil +008493 sil shi4 shi2 shang4 sp1 gao1 li2 hun1 lv4 sp1 yi3 jing1 gei3 ke4 luo2 di4 ya4 de5 she4 hui4 sp1 dai4 lai2 le5 hen3 da4 de5 ying2 xiang3 sil +008494 sil su1 lian2 jie2 ti3 hou4 sp1 su1 lian2 de5 tan3 ke4 yan2 fa1 li4 liang4 sp1 ye3 sui2 zhi1 fen1 shu3 e2 wu1 liang3 ge4 guo2 jia1 sil +008495 sil zheng3 tiao2 gong1 lu4 sp1 duo1 chu4 sun2 hui3 yan2 zhong4 sp1 xian3 xiang4 huan2 sheng1 sil +008496 sil ta1 de5 xun1 zhang1 you3 san1 chou1 ti4 sp1 dan4 shi4 sp1 mei2 shen2 me5 qian2 sil +008497 sil deng2 wo3 yu4 dao4 xin1 shang4 ren2 de5 shi2 hou4 sp1 jiu4 yao4 jie2 hun1 lou5 sil +008498 sil la1 che3 qi1 jian1 sp1 liang3 wei4 min2 jing3 shou2 zhi3 shou4 shang1 liu2 xie3 sil +008499 sil liang3 ren2 qi3 chu1 chao2 chao3 nao4 nao4 sp1 hou4 lai2 zhui4 ru4 ai4 he2 sil +008500 sil ye4 nei4 ren2 shi4 biao3 shi4 sp1 xian4 zai4 wo2 sheng3 xiao1 fei4 zhe3 sp1 yi2 shou3 ci4 gou4 che1 wei2 zhu3 sil +008501 sil mao2 tai2 ji2 tuan2 zuo2 tian1 fa1 biao3 sheng1 ming2 sp1 zai4 ci4 pie3 qing1 le5 sp1 zi4 ji2 yu3 she1 chi2 pin3 de5 guan1 xi5 sil +008502 sil zai4 xing2 shi3 guo4 cheng2 zhong1 pin2 pin2 dian3 sha1 sp1 gu4 yi4 rang4 che1 kai1 de5 dian1 bo3 sp1 ba3 cheng2 ke4 huang4 shui4 sil +008503 sil dang1 da4 yin2 mu4 shang4 tu1 ran2 chu1 xian4 yi2 ge4 nv3 hai2 de5 lian2 kong3 sp1 quan2 chang3 yi2 pian4 e4 ran2 sil +008504 sil wei4 lai2 ji3 nian2 sp1 lv4 cheng2 zui4 zhong4 yao4 de5 jiu4 shi4 duo1 mai4 fang2 shao2 mai3 di4 sil +008505 sil yi1 jiu3 jiu2 wu3 nian2 sp1 cheng2 wei2 bao3 jia1 li4 ya4 she4 hui4 dang3 wai4 shi4 bu4 de5 cheng2 yuan2 sil +008506 sil ju4 xi1 sp1 shi4 di1 xue4 tang2 dao3 zhi4 le5 kai3 xi1 ci3 ci4 tu1 ran2 yun1 dao3 sil +008507 sil ni3 shi4 bu2 shi4 zhao3 cuo4 ren2 la5 sp1 wo3 shi4 wo3 sp1 bu2 shi4 ben4 niu1 sil +008508 sil cheng2 ben3 hua1 de5 you2 dian3 gao1 yo5 sp1 kong3 pa4 shi4 kai1 che1 de5 shi2 hou5 zou3 shen2 le5 yo5 sil +008509 sil ni3 yao4 shi4 an1 quan2 de5 hua4 jiu4 miao1 yi4 sheng1 sp1 da4 jia1 jiu4 fang4 xin1 le5 sil +008510 sil rang4 ren2 huai2 yi2 shi4 ci3 jun1 sp1 ke4 wan2 hou4 tiao4 xia4 qu4 le5 sil +008511 sil tu2 wei2 sp1 zuo2 ri4 yi4 ming2 nv3 hai2 zai4 pin3 chang2 lian2 qiao3 fan4 sil +008512 sil ting2 hao3 de5 chang2 tou2 fa5 gan4 ma2 jian3 de5 zhe4 me5 duan3 sil +008513 sil zhi2 you3 yi2 ge4 que1 dian3 jiu4 shi4 pi2 qi4 you3 yi4 dian2 dian3 bao4 sil +008514 sil yi4 shou3 ba2 wo3 dai4 da4 de5 nai3 nai5 zuo2 tian1 qu4 shi4 le5 sil +008515 sil zhang1 wei4 jian4 xiao4 yan2 zi4 ji3 hen2 xi3 huan1 zhe4 ge4 jue2 se4 sil +008516 sil yi1 lang2 yu3 xi1 fang1 guo2 jia1 de5 guan1 xi5 jin4 yi2 bu4 e4 hua4 sil +008517 sil jie2 guo2 zhi3 shi4 ni3 da4 fang1 de5 qing3 da2 ren2 shua2 shua3 sil +008518 sil shi4 kou1 hai2 shi4 da4 fang1 sp1 na4 yao4 fen1 shi4 shen2 me5 shir4 r sil +008519 sil ge4 ren2 yi4 shi5 cong2 xing4 ming2 shang4 ye3 hui4 biao3 xian4 chu1 lai5 sil +008520 sil wo3 xian4 zai4 zheng4 zai4 he2 ni3 xiang1 hu4 ji1 fa1 sp1 ka1 ka1 sil +008521 sil huang2 shang5 sp1 nin2 jin1 tian1 zen3 me5 you3 kong4 dao4 wo3 zhe4 lai2 la5 sil +008522 sil cun1 min2 dai4 lai2 de5 luo4 di4 he2 tao5 guo3 he2 ku1 zhi1 sil +008523 sil zai4 mou2 zhong3 yi4 yi4 shang4 sp1 ye2 xu3 zhe4 bing4 fei1 wei1 yan2 song3 ting1 sil +008524 sil yi4 zhi2 yi3 lai2 sp1 ren2 min2 bi4 dui4 mei3 yuan2 sheng1 duo1 bian2 shao3 sil +008525 sil wei4 le5 yang3 huo2 xiao3 yan4 sp1 fu1 fu4 lia3 bei1 le5 bu4 shao3 zhai4 sil +008526 sil zhe4 shi4 yi4 zhuang1 fei1 xing2 yun4 dong4 shou3 ci4 deng1 lu4 zhong1 guo2 sil +008527 sil ni3 shuo1 de5 shi4 na4 ge5 yu2 le4 quan1 de5 ji4 jian2 wei3 ma5 sil +008528 sil yu4 yan2 li3 de5 lu2 wei3 sp1 duo3 guo4 le5 zhe2 duan4 de5 ming4 yun4 sp1 dan4 zhe4 bing4 bu2 dai4 biao3 ta1 bi3 xiang4 shu4 geng4 you3 li4 liang4 sil +008529 sil xi3 huan1 se4 cai3 he2 tu2 hua4 de5 ren2 sp1 da4 duo1 xi3 huan1 jian3 dan1 er2 an1 jing4 de5 sheng1 huo2 sp1 shuo1 de5 shi4 ni3 ma5 sil +008530 sil dan4 xie4 jing3 yuan1 de5 qiao4 fang3 fu2 bao2 xian3 gui4 de5 men2 sp1 yi4 shi2 ban4 huir4 r kai1 bu4 liao3 sp1 ji2 de5 ta1 mei2 hua4 shuo1 sil +008531 sil ke2 yi3 chi1 wan3 ji1 tang1 hun2 tun5 sp1 zai4 chi1 yi2 ge4 shui2 zhu3 ji1 dan4 sp1 ying2 yang3 you4 jian4 kang1 sil +008532 sil gen1 ju4 xian4 suo2 xian3 shi4 sp1 zheng4 mou3 ji4 you2 ke3 neng2 yi3 jing1 gai3 ming2 huan4 xing4 sp1 piao3 bai2 shen1 fen4 sil +008533 sil ji4 zhe3 kan4 dao4 sp1 cui1 bing2 wu3 dang1 shi2 jing1 ying2 de5 you2 xi4 shi4 sp1 yi3 jing1 bian4 cheng2 le5 fu2 zhuang1 dian4 sil +008534 sil ju4 zhi1 sp1 ting2 feng1 bu4 xiang3 jia1 cao2 wu1 bi4 sp1 yu2 shi4 guai1 guai1 jiu4 fan4 sil +008535 sil wu1 ya1 shuo1 sp1 wo3 zhen1 bu2 xing4 sp1 dan4 shi2 ji4 shang4 ta1 shi4 yin1 wei4 yun4 qi5 ma5 sil +008536 sil gei3 ren2 gan3 jue2 zheng4 xiang4 shi4 shi2 cao3 dong4 wu5 sp1 nian1 de5 mei2 pi2 qi4 sil +008537 sil ka2 ta2 er3 xue2 xiao4 li3 you2 hen3 duo1 ka2 ta2 er3 dang1 di4 de5 xue2 sheng1 sil +008538 sil zui4 hou4 sp1 mai3 yi1 fu5 yao4 dong3 de2 kan4 chi3 cun4 mian4 liao4 he2 cai2 zhi4 sil +008539 sil bu2 yong4 shuo1 sp1 shou2 li3 de5 lou4 dong4 sp1 ye3 shi4 duo1 de5 ke2 yi3 pi1 fa1 le5 sil +008540 sil cao1 zong4 jian4 pan2 de5 shou3 yong4 lai2 ban1 yun4 sha1 dai4 shi4 fou3 jue2 de5 kui1 sil +008541 sil ju4 da4 de5 lei2 ming2 sheng1 sp1 yi2 lang4 lang4 de5 gun3 lai2 sp1 da4 di4 qing1 chan4 sil +008542 sil lao3 ren2 mian4 mu4 quan2 fei1 sp1 shou2 li3 jin2 jin3 zuan4 zhe5 yi4 ba2 gou3 mao2 sil +008543 sil zi4 cong2 shi3 yong4 ruan3 jian4 hou4 sp1 zhao4 mou3 jiu4 cheng2 le5 chang2 sheng4 jiang1 jun5 sil +008544 sil tong2 shi2 sp1 da4 xuan3 de5 hun4 luan4 ye3 jin4 yi2 bu4 zheng4 ming2 le5 sp1 hai3 di4 zheng4 zhi4 ti3 xi4 sp1 yi3 wan2 quan2 wa2 jie3 sil +008545 sil ben3 lai2 sp1 li3 kun1 yao4 ke3 na2 chu1 xu3 duo1 li3 you2 wei4 zi4 ji3 kai1 tuo1 sil +008546 sil chi1 sp1 chi1 sp1 jiu4 zhi1 dao4 chi1 sp1 zhuan4 duo1 shao3 qian2 gou4 ni3 chi1 de5 sil +008547 sil gai1 bao3 an1 wei4 ji4 zhe2 da3 kai1 dian4 ti1 sp1 hu4 song4 ji4 zhe3 xia4 lou2 sil +008548 sil shou4 ci3 zhong4 ji1 sp1 lin2 hui1 huang4 huang5 you1 you1 de5 dao3 zai4 le5 di4 shang4 sil +008549 sil you3 ji4 zai3 cheng1 sp1 gong2 shou2 li3 zai4 wo3 guo2 yi2 you2 liang3 qian1 nian2 li4 shi3 sil +008550 sil xun2 chang2 bai3 xing4 de5 xiao1 shu3 yin2 pin3 sp1 jiu4 ci3 cheng2 wei2 she1 chi2 pin3 sil +008551 sil hua4 fei2 liu2 tong1 zhi4 xu4 hun4 luan4 sp1 luan4 tai2 jia4 ge2 de5 wen4 ti2 reng2 ran2 cun2 zai4 sil +008552 sil liu4 shi4 hei1 e4 shi4 li4 dui4 dang3 zheng4 gan4 bu4 de5 la1 long2 fu3 shi2 ri4 yi4 yan2 zhong4 sil +008553 sil gao1 di4 jia4 xiang4 mu4 de5 lei2 lei2 fu4 zhai4 sp1 dui4 qi3 ye4 de5 ying2 shou1 xing2 cheng2 zhong4 ya1 sil +008554 sil ben2 yi3 wei2 jin4 ba1 zhong1 shi4 tuo2 tuor3 r de5 sp1 qi2 ta1 xue2 xiao4 gen1 ben3 mei2 kao3 lv4 sil +008555 sil shi4 pin2 jie2 tu2 dang1 shi4 yi1 sheng1 li3 he2 chun2 de5 jian1 bang3 bei4 tie3 gun4 chuo1 shang1 sil +008556 sil min2 jing3 xi1 wang4 sp1 deng4 jin1 chao1 ji2 shi2 lian2 xi4 ben3 bao4 re4 xian4 sp1 jiu3 liu4 er4 yao1 yao1 sil +008557 sil sheng1 huo2 shi4 kai1 shui3 sp1 bu2 lun4 leng3 re4 sp1 zhi3 yao4 you3 shi4 he2 de5 wen1 du4 jiu4 hao3 sil +008558 sil shuang1 shou3 bei4 xi4 tie3 si1 kun3 za1 sp1 lian3 se4 tie3 qing1 sp1 chu3 yu2 hun1 mi2 zhuang4 tai4 sil +008559 sil bing4 qie2 mei3 ci4 ba3 ping2 sai1 la1 chu1 lai2 de5 shi2 hou5 dou1 yao4 da4 jiao4 yi4 sheng1 sil +008560 sil wo3 hai2 you2 ji3 shi2 nian2 ne5 sp1 fan3 zheng4 sp1 zong3 shi4 cha4 ta1 ban4 cun4 jiu4 zhui1 dao4 ta1 le5 sil +008561 sil zuo2 tian1 de5 mi2 wu4 he2 reng2 ran2 tuan1 ji2 sp1 bu2 guo4 che1 liang4 yi3 jing1 neng2 gou4 fei1 kuai4 de5 tong1 guo4 sil +008562 sil ling4 wai4 sp1 wo3 men5 hai2 neng2 zan2 dian3 qian2 zuo4 dian2 xiao3 tou2 zi1 sp1 sheng1 huo2 ya1 li4 sp1 ye3 bu2 zhi4 yu2 tai4 da4 sil +008563 sil shang4 bai3 ming2 chuan1 lan2 mian2 ao3 sp1 dai4 lei2 feng1 mao4 de5 da4 xue2 sheng1 chu1 xian4 zai4 yan4 piao4 kou3 qian2 sil +008564 sil neng2 you3 da2 an4 jiu4 bu2 shi4 ren2 sheng1 ba5 sil +008565 sil zhang1 liang4 xin1 li3 hui2 da2 sp1 zheng4 shi4 lao3 zi5 sp1 zui3 shang4 jiong3 xiao4 shuo1 sp1 shi4 ma5 sil +008566 sil zai4 jin4 bai2 mi3 de5 xuan2 ya2 xia4 sp1 yi4 tiao2 xi4 xi4 de5 lie4 feng4 sp1 heng2 gen4 zai4 xuan2 shou2 yan3 qian2 sil +008567 sil ba1 yue4 de5 ao4 yun4 zhan4 chang3 sp1 bi4 ding4 hui4 yin1 duo1 chang3 qiang2 qiang2 dui4 hua4 de5 shang4 yan3 sp1 er2 geng4 jia1 jing1 cai3 ji1 lie4 sil +008568 sil jin1 yong1 xiao3 shuo1 li3 zong2 you3 yi2 ge4 feng1 du4 pian1 pian1 qi4 zhi4 jun4 lang3 sp1 wu3 gong1 chao1 qun2 de5 biao3 ge1 sil +008569 sil ling2 ling5 biao2 jie3 sp1 wei4 ji4 zhe3 ti2 gong1 le5 yi2 fen4 ta1 he2 ling2 ling5 tong2 xue2 xiao2 wei3 de5 liao2 tian1 ji4 lu4 sil +008570 sil lu2 qi3 yuan2 dui4 hui1 fu4 lu2 zhai2 mian4 mao4 sp1 shen4 zhi4 dao4 le5 ji1 hu1 zhi2 niu4 de5 di4 bu4 sil +008571 sil cong2 ci3 sp1 ta1 kai1 shi3 du2 shen1 yi4 ren2 chuang2 hai3 nan2 sil +008572 sil yi3 se4 lie4 jun1 dui4 cong2 ru4 qin1 de5 li2 cun1 zhuang1 che4 chu1 sil +008573 sil zui4 zhong1 xiao3 li4 yin1 bu4 kan1 ren3 shou4 sp1 chuo4 xue2 li2 jia1 chu1 zou3 sil +008574 sil zui4 zhong1 jie2 guo3 shi4 sp1 xie4 hong2 qiang2 ying2 le5 sp1 ling4 yi4 jia1 tao3 zhai4 gong1 si1 bei4 nian2 zou3 sil +008575 sil ta1 zhou1 ri4 zai4 wang3 shang4 fa1 xin4 xi1 sp1 hu1 yu4 pi1 ping2 zhe3 rang4 ha1 li3 chuan2 chuan3 qi4 sil +008576 sil ci4 ri4 shang4 wu3 sp1 you4 jiang1 gai1 shou3 ji1 sp1 mai2 ru4 su1 jia1 lou2 xia4 de5 luo2 bo5 keng1 nei4 sil +008577 sil you3 hua4 jiu4 shuo1 sp1 you3 pi4 jiu4 fang4 sp1 po2 po5 ma1 ma1 de5 sp1 na3 xiang4 ge5 ye2 men5 sil +008578 sil wei4 ci3 sp1 ying1 guo2 lu4 hua2 gong1 si1 sp1 jiang1 zhong1 guo2 shang1 ping2 wei3 qi3 su4 zhi4 fa3 yuan4 sil +008579 sil yong4 dian4 shang1 dian1 fu4 chuan2 tong3 hang2 ye4 sp1 zhan4 ling3 chui2 zhi2 de5 fu2 zhuang1 shi4 chang3 sil +008580 sil zhe4 nan2 dao4 jiu4 shi4 da4 ming2 ding2 ding3 de5 zhong1 guo2 qi1 wang2 huang2 xing1 guo2 ma5 sil +008581 sil mai4 ke4 lei2 wen2 shi4 de2 ke4 sa4 si1 zhou1 ren2 sp1 chu1 shen1 yu2 jun1 ren2 jia1 ting2 sil +008582 sil ke3 shi4 sp1 sui2 zhe5 shi2 jian1 yue4 lai2 yue4 wan3 sp1 liang3 ren2 de5 yao1 qiu2 ye3 yue4 lai2 yue4 di1 sil +008583 sil yang2 lei3 de5 di4 di5 yang2 kun1 zai4 fa3 ting2 shang4 fu4 he4 le5 shang4 shu4 shuo1 fa3 sil +008584 sil zi4 zhi4 qu1 fu4 zhu3 xi2 jin4 nuo4 sp1 kan4 wang4 cai3 ta4 shi4 gu4 shou4 shang1 xue2 sheng1 sil +008585 sil jin4 yi2 ge4 yue4 li3 sp1 wo3 mei2 peng4 dao4 chuan2 yan2 zhong1 sp1 man2 heng4 qi1 ba4 de5 zai1 min2 sil +008586 sil ci3 qian2 sha1 yi4 ceng2 biao3 shi4 sp1 jie2 hun1 hou4 ken3 ding4 hui4 ma3 shang4 yao4 bao3 bao5 sil +008587 sil ao4 ba1 ma2 fang3 wen4 ya4 tai4 di4 qu1 de5 shi2 hou4 sp1 kai1 shi3 ming2 bai5 zhe4 yi4 dian3 sil +008588 sil wo3 zai4 gan4 yi4 nian2 duo1 shi2 jian1 sp1 zhe4 yi4 nian2 duo1 de5 shi2 jian1 sp1 wo3 neng2 bao3 zheng4 sil +008589 sil xiao3 gu1 niang5 shuo1 sp1 ta1 jue2 de5 wu2 bin1 shu1 shu5 te4 bie2 hao3 te4 bie2 hao3 sil +008590 sil sui2 hou4 sp1 jin4 mou3 you4 qia1 zhu4 gao1 mou3 de5 bo2 zi5 sp1 jiang1 qi2 an4 zai4 di4 shang5 sil +008591 sil xiao3 nan2 hai2 e2 tou5 shang4 han4 cen2 cen2 de5 sp1 mo1 shang4 qu4 que4 mei2 you3 fa1 tang4 sil +008592 sil jin1 tian1 wo3 lai2 jiu4 shi4 tong2 da4 jia1 tan2 tan2 xin1 shuo1 shuo1 xin1 li3 hua4 sil +008593 sil ji4 zhe3 kan4 dao4 sp1 mang2 guo3 shu4 lan2 yao1 zhe2 duan4 sp1 duan4 kou3 cen1 ci1 bu4 qi2 sil +008594 sil xie4 han4 hua2 shuo1 sp1 dang1 shi2 ta1 you4 jing1 you4 xi3 sp1 xin1 li3 ye2 you3 le5 huai2 yi2 sil +008595 sil ta1 gao1 xing4 de5 shi2 hou4 xi3 huan1 liao2 tian1 sp1 you3 shi2 bu4 gao1 xing4 sp1 hai2 hui4 jue1 zhe5 zui3 sil +008596 sil yang3 zhi2 chang3 de5 gong1 zuo4 ren2 yuan2 shuo1 sp1 zhu1 wei3 ba5 shuai2 qi3 lai2 sp1 jiu4 shuo1 ming2 zhu1 gao1 xing4 sil +008597 sil yu2 ci4 ju1 min2 ze2 sheng1 cheng1 sp1 shi4 shang4 wang3 huo4 ting1 xin4 lin2 ju1 yao1 he4 sp1 ji2 peng2 you5 dian4 hua4 sil +008598 sil qian2 zhe4 zhong3 dong1 xi5 dui4 ji1 qi4 ren2 lai2 shuo1 sp1 yong2 yuan3 mei2 you3 zhi1 shi5 he2 nu3 li4 zhong4 yao4 sil +008599 sil ai4 wei1 er2 zao1 yu4 zhong1 guo2 chang2 cheng2 sp1 ai4 wei1 er2 de5 zhong1 guo2 zhi1 lv3 ke3 wei4 shou1 huo4 duo1 duo1 sil +008600 sil e4 le5 ren3 zhe5 dian3 ma5 sp1 bu4 ran2 zhen1 de5 hui4 pang4 hen3 duo1 sil +008601 sil tu2 pian4 chan2 pin3 jie4 shao4 sp1 ba2 zheng3 ge4 zhan2 lan3 da4 ting1 zhuang1 dian3 cheng2 yi2 ge4 bin1 fen1 de5 shi4 jie4 sil +008602 sil sha1 tan1 teng2 qiu2 rong2 he2 le5 sp1 pai2 qiu2 zu2 qiu2 yu3 mao2 qiu2 deng3 yun4 dong4 de5 te4 dian3 sil +008603 sil qing1 shao4 nian2 bian4 yu2 hong3 pian4 jiao4 suo1 sp1 ye3 shi4 bu4 fa3 zhi1 tu2 shou2 xuan3 de5 yuan2 yin1 zhi1 yi1 sil +008604 sil zai4 kan1 shou2 suo3 sp1 ta1 bei4 qu3 le5 hua4 ming2 sp1 jiao4 wu2 liang2 sp1 ling2 jiu3 yao1 zhuan1 an4 zu3 de5 sil +008605 sil shi2 er4 yue4 er4 shi2 jiu3 ri4 sp1 chen2 chang2 hai3 bei4 er4 shi2 qi1 qu1 jian3 cha2 yuan4 sp1 pi1 zhun3 dai4 bu3 sil +008606 sil chen2 yu3 hui1 de5 fu4 mu3 dang4 tian1 zai4 niu3 yue1 man4 ha1 dun4 sp1 chu1 xi2 xin1 wen2 fa1 bu4 hui4 sil +008607 sil guo2 jia1 tong3 ji4 ju2 er4 ling2 yi1 ling2 nian2 de5 shu4 ju4 wei2 sp1 ling2 dian3 si4 ba1 yi1 sil +008608 sil zhang1 zhi4 guo2 de5 fu4 qin5 sp1 ye3 bu4 ting2 mo3 yan2 jiao3 sp1 shi2 zai4 ren3 bu2 zhu4 shi2 zhi2 hao3 yi4 sheng1 chang2 tan4 sil +008609 sil bu4 ran2 sp1 jin1 tian1 shi4 zi3 sha1 guo1 dou4 jiang1 ji1 zao1 yang1 sp1 ming2 tian1 mei2 zhunr3 r you4 lun2 dao4 shei2 le5 sil +008610 sil cong2 mu4 qian2 qing2 kuang4 kan4 sp1 ning2 bo1 shi4 di4 er4 yi1 yuan4 de5 ying4 dui4 cuo4 shi1 shi4 ji2 shi2 tuo3 dang4 de5 sil +008611 sil qian2 rong2 bai3 kai1 chao1 de5 jia4 shi4 dao4 sp1 yi2 ge4 si1 li4 zhong1 xue2 sp1 ha1 sp1 zhe4 yang4 zi3 de5 shi4 juan4 ye3 yao4 wo3 lai2 zuo4 sil +008612 sil gen1 ju4 gu3 dai4 mu4 zhi4 deng3 zi1 liao4 zong3 jie2 sp1 gu3 dai4 nv2 zi3 zai4 shi2 wu3 dao4 shi2 jiu3 sui4 jie2 hun1 wei2 duo1 o5 sil +008613 sil dui4 da4 sai4 tui1 chu1 de5 xi4 lie4 chi3 cun4 biao1 zhun3 sp1 zhou1 cen2 cen2 ren4 wei2 sp1 you3 xie1 nan2 yi3 jie1 shou4 sil +008614 sil qiang2 ruo4 sp1 bu4 yi3 zhen1 zheng4 de5 shi2 li4 lai2 jie4 ding4 sp1 er2 shi4 yi3 yong1 you3 de5 zi1 yuan2 duo1 shao3 lai2 jie4 ding4 sil +008615 sil ji4 zhe2 zhun3 bei4 zai4 ci4 piao2 xi3 sp1 pang2 bian1 de5 xi2 wan3 gong1 cui1 cu4 zhe5 sp1 ke2 yi3 la5 sp1 ke2 yi3 la5 sil +008616 sil si1 yi2 sui1 you3 fa1 xian4 zhu1 ge2 zi3 qi2 bu4 tuo3 sp1 dan4 huo2 dong4 sp1 bing4 wei4 yin1 ci3 zhong1 duan4 huo4 gai3 dong4 sil +008617 sil gou4 fang2 he2 tong4 bai3 zai4 zhuo1 shang4 sp1 mai3 jia1 hu2 bing1 chi2 yi2 pian4 ke4 sp1 yao3 le5 yao2 zui3 chun2 sp1 qian1 ming2 cheng2 jiao1 sil +008618 sil san1 shi4 yao4 jia1 kuai4 sheng1 tai4 han2 yang3 fa1 zhan3 qu1 jian4 she4 sil +008619 sil ying1 ji2 li4 juan2 qi3 qie4 ting1 feng1 bao4 sp1 dong4 yao2 le5 mo4 duo1 ke4 fu4 zi3 zai4 ying1 guo2 de5 shang1 ye4 gen1 ji1 sil +008620 sil dang1 shi2 fa1 xian4 de5 hua4 shi2 sp1 geng4 zhun3 que4 de5 shuo1 shi4 pei1 tai1 hua4 shi2 sil +008621 sil lao3 ba4 shuo1 sp1 shi4 a5 sp1 bu4 neng2 pian1 xin1 ni3 ge1 zai4 gan4 ma2 sil +008622 sil he1 he1 sp1 kan4 lai2 ni2 ting3 liao2 jie3 de5 sp1 na4 ni3 gei2 wo3 xiang2 xi4 shuo1 shuo5 bei5 sil +008623 sil zai4 nei4 cheng2 zhi1 nei4 de5 nan2 ban4 bu4 sp1 he2 xin1 chu4 song3 li4 zhe5 qin2 shi3 huang2 ling2 de5 gao1 da4 feng1 tu3 sil +008624 sil ta1 bu2 hui4 xie3 zi4 sp1 yu2 shi4 jiu4 en4 le5 shou3 yin4 sil +008625 sil shuo1 zhe4 ge5 de5 ni3 sp1 hui4 dui4 wo3 fu4 ze2 me5 sil +008626 sil you3 zhe5 jin1 shu3 lan2 gan1 de5 da4 men2 xu1 yan3 zhe5 sil +008627 sil dai4 zhe5 ni3 de5 ai4 sp1 wo3 hui4 shui4 de5 hen3 xiang1 tian2 sil +008628 sil ni3 chi1 guo4 tiao4 shui3 huang2 hou4 zuo4 de5 fan4 ma5 sil +008629 sil chou2 xiao3 ya1 sui1 ran2 zai4 xiang1 xia4 sp1 que4 you3 zhe5 yuan3 da4 de5 zhi4 xiang4 sp1 yi4 zhi2 zai4 mo4 mo4 nu3 li4 sil +008630 sil huang2 yan2 jiu3 feng1 gong1 yuan2 de5 mi3 shai1 jing3 sp1 geng4 shi4 ren2 man3 wei2 huan4 sp1 shang4 qian1 ren2 pai2 dui4 da2 shui3 sil +008631 sil dui4 ta1 qi1 wang4 guo4 gao1 sp1 bo1 xia4 long2 zhong3 shou1 huo4 tiao4 zao5 sp1 jiang1 hen2 ke3 neng2 cheng2 wei2 xian4 shi2 sil +008632 sil lian3 bu4 shang1 shi4 zui4 wei2 yan2 zhong4 sp1 you3 hao2 ji3 chu4 yi3 bei4 feng2 he2 de5 shang1 kou3 can3 bu4 ren2 du3 sil +008633 sil ling4 wai4 ta1 na4 jiong2 jiong2 you3 shen2 de5 yan3 guang1 he2 wei1 xie2 ta1 ren2 de5 biao3 qing2 ye3 fei1 chang2 dai4 jin4 sil +008634 sil dui4 ci3 sp1 ri4 ben3 ping1 xie2 biao3 da2 le5 qian4 yi4 sil +008635 sil lu4 guo4 ci3 di4 de5 hu2 li5 kan4 jian4 hou4 sp1 kou2 shui3 zhi2 liu2 sp1 hen2 xiang2 ba3 rou4 nong4 dao4 shou3 sil +008636 sil dui4 ci3 sp1 fan3 dui4 dang3 gong1 dang3 bu4 fen4 yi4 yuan2 tong4 pi1 sp1 zhe4 gen1 ben3 shi4 ge5 nu2 li4 ji4 hua4 sil +008637 sil qiang1 an4 fa1 sheng1 hou4 sp1 jing3 fang1 feng1 suo3 le5 man4 ha1 dun4 duo1 tiao2 jie1 dao4 sil +008638 sil ni3 ruo4 xin1 ku3 sp1 wo3 shi4 gan1 tian2 sp1 ni3 ruo4 xin1 shang1 sp1 wo3 shi4 huan1 yan2 sil +008639 sil hai5 yan4 li4 sp1 ni2 zen3 me5 bu4 ba3 ruo4 nan2 dai4 lai2 ne5 sil +008640 sil guo2 min2 heng2 cai4 sp1 xi1 hong2 shi4 chao3 ji1 dan4 sil +008641 sil gen1 ju4 dian4 ci2 xue2 de5 ji1 ben3 yuan2 li3 sp1 bi4 he2 de5 dian4 lu4 zai4 ci2 chang3 zhong1 yun4 dong4 sp1 ke2 yi2 chan3 sheng1 dian4 neng2 sil +008642 sil gang1 kan4 jian4 ge5 da2 ti2 ka3 sp1 wo2 ye3 shuo1 ge5 sil +008643 sil lao2 ban2 gei3 le5 ta1 ba1 ba1 yi4 xiao3 cuo1 zi3 dan4 sp1 shang4 tang2 sp1 miao2 zhun3 er2 zi5 de5 tui3 sp1 peng1 sil +008644 sil wo3 he2 ni3 die1 shang1 liang5 gei2 ni2 qing3 yi2 ge4 jia1 jiao4 sp1 hao2 hao3 gei2 ni2 bu3 ke4 sil +008645 sil zhi1 hou4 sp1 yin1 wei4 yi4 kun2 tie3 si1 sp1 ta1 bei4 zhua1 sp1 qi1 zi5 zou3 le5 sp1 jia1 san4 le5 sil +008646 sil lai2 lai2 lai2 sp1 wo3 shi4 yi2 ge4 bo1 luo2 sp1 luo2 luo2 luo2 luo2 luo2 luo2 sil +008647 sil ni2 liang3 sui4 le5 sp1 ma1 ma5 que4 zhi3 wei4 ni3 guo4 le5 yi2 ci4 sheng1 ri4 sil +008648 sil ta1 lv3 le5 lv3 hu2 xu1 shuo1 sp1 yin1 wei4 ling2 chen2 yi1 dian3 zhi4 san1 dian3 shi4 chou3 shi2 a5 sil +008649 sil er4 ling2 yi1 er4 nian2 sp1 shuang1 bian1 mao4 yi4 e2 sp1 wei2 si4 dian3 si4 jiu2 wu3 ba1 yi4 mei3 yuan2 sil +008650 sil si1 xiang3 de5 fei1 yue4 sp1 gei3 xin1 hui4 sp1 dai4 lai2 bo2 bo2 sheng1 ji1 sil +008651 sil mu4 qian2 huan4 gu3 shi4 yi4 zhong2 ke3 xing2 de5 cao1 zuo4 ce4 lve4 sil +008652 sil xu3 xian1 sheng5 bie1 zhe5 yi4 kou3 qi4 sp1 yi2 lu4 kai1 che1 jin3 zhui1 sil +008653 sil wo3 pa4 ta1 men5 hu4 xiang1 chao2 xing3 dui4 fang1 sil +008654 sil wo3 ming2 bai5 le5 sp1 yuan2 lai2 ni3 de5 xiong1 jiu4 shi4 na4 shi2 hou4 ceng4 mei2 de5 sp1 duo1 me5 tong4 de5 ling3 wu4 sil +008655 sil yi3 qiu1 fu4 jin4 sp1 mi4 mi4 ma2 ma2 de5 ju4 ji2 le5 da4 xiao3 hong2 huo2 yi3 sp1 yi3 ji2 yi2 chuan4 chuan4 de5 yi2 luan3 sil +008656 sil qi2 yi4 shen1 la1 ta5 de5 yi1 fu5 sp1 kao4 jian3 ping2 zi5 mai3 nian2 piao4 sp1 guan1 kan4 bei3 jing1 guo2 an1 de5 bi3 sai4 sil +008657 sil si3 huo2 bu4 zou3 sp1 dei3 rang4 ni3 nuo2 kai1 xie1 sil +008658 sil dang1 shi2 li2 xue2 xiao4 bu2 guo4 ji3 shi2 mi2 yuan3 sil +008659 sil you4 yi2 tang4 che1 an1 quan2 de5 kai1 dao4 mu4 di4 di4 sil +008660 sil yi2 jia1 can1 ting1 sp1 yi4 ming2 a1 yi2 zai4 he1 ka1 fei1 sil +008661 sil na4 tou2 yi2 ju4 bu2 xin4 suan4 le5 sp1 bian4 gua4 le5 sil +008662 sil mu4 qian2 sp1 zheng4 shi4 ta1 men5 cong2 hai2 kou3 su4 chang2 jiang1 er2 shang4 sp1 chan2 luan3 fan2 zhi2 de5 gao1 feng1 qi1 sil +008663 sil yi4 zhi1 mao1 sp1 pao3 dao4 zhe4 ke1 shu4 de5 shu4 gan4 shang4 sp1 zhao3 dao4 yi2 ge4 shu4 dong4 sp1 zai4 na4 li3 sheng1 xia4 xiao3 mao1 sil +008664 sil jin4 xing2 sheng1 ji2 sp1 gei3 nin2 dai4 lai2 bu2 bian4 qing3 liang4 jie3 sp1 xiang2 xun2 sp1 jiu2 wu2 wu3 liu4 liu4 sil +008665 sil zhe4 shi4 jia1 fu1 qi1 dian4 sp1 dian4 zhu2 ye3 xi1 wang4 duo1 ge4 bang1 shou3 sp1 jiu4 shou1 liu2 le5 ta1 sil +008666 sil chu2 le5 qing1 jiao1 sp1 yi4 xie1 ye4 cai4 sp1 ru2 shang4 hai3 qing1 huang2 gua1 deng3 sp1 jia4 ge2 ye3 jiao4 gao1 sil +008667 sil cheng2 shi4 ren2 sheng1 huo2 jie2 zou4 gai3 bian4 le5 sp1 hui4 zi4 ji3 an1 pai2 shi2 jian1 sil +008668 sil an4 zhong1 sp1 yi4 ming2 nan2 zi3 qin4 qian2 hou4 wang4 ji4 ti2 qu3 sp1 zhe2 fan3 hou4 fa1 xian4 jin1 qian2 yi3 bu2 yi4 er2 fei1 sil +008669 sil li4 shi3 jiang1 yong2 yuan3 ji4 zhu4 tong2 zhi4 men5 de5 jie2 chu1 chuang4 zao4 he2 feng4 xian4 sp1 dang3 he2 ren2 min2 gan3 xie4 ni3 men5 sil +008670 sil ye1 lu4 sa1 leng3 shi4 you2 tai4 jiao4 ji1 du1 jiao4 he2 yi1 si1 lan2 jiao4 gong4 tong2 de5 sheng4 di4 sil +008671 sil tu2 wei2 yi4 zhi1 xi3 que4 zai4 xue3 tian1 mi4 shi2 sil +008672 sil sha1 he2 shi4 da1 lian2 cun1 xiang4 mu4 xian4 chang3 sil +008673 sil xian4 zai4 shi4 lian2 wo2 ben3 ren2 ye2 mo3 diao4 le5 sil +008674 sil qing4 xing4 sp1 mei2 xiang4 wo3 ba4 wo3 ba4 da4 fang1 lian3 sil +008675 sil guang3 xi1 ben3 di4 sp1 yi2 you3 san1 si4 jia1 qi3 ye4 sp1 ju4 bei4 pi1 liang4 sheng1 chan3 mang2 cao3 suan1 de5 neng2 li4 sil +008676 sil wu3 yue4 qi1 ri4 sp1 zhang1 wu3 yi1 zuo4 zai4 qian2 ting3 jia4 shi3 cang1 jin4 xing2 ce4 shi4 sil +008677 sil ye2 xu3 sp1 wo3 men5 dou1 gai1 zao2 dian3 hui2 dao4 jia1 xiang1 sp1 na4 li3 you2 wo3 men5 de5 gen1 sil +008678 sil ping2 shen2 me5 ruo4 gan1 nian2 hou4 fen1 shou3 de5 shuang1 fang1 sp1 yi2 ding4 hui4 zai4 ni2 hong2 shan3 shuo4 de5 jie1 tou2 chong2 feng2 sil +008679 sil ju3 shi4 guan1 zhu4 de5 ba1 guo2 ji2 tuan2 shou2 nao3 hui4 yi4 sp1 jiu3 ri4 zai4 ri4 ben3 dong4 ye2 hu2 bi4 mu4 sil +008680 sil zai4 yi2 ce4 tie2 gui3 xia4 dao4 zha3 shang4 sp1 reng2 neng2 kan4 jian4 xue4 ji4 sil +008681 sil wang3 shang4 guo1 mei2 mei3 xuan4 fu4 zhao4 sil +008682 sil cun1 min2 mai3 de5 zui4 duo1 de5 shi4 la4 zhu5 sp1 yi2 ci4 mai2 hao2 ji2 kun3 sil +008683 sil er2 shi4 zhang1 chao2 yang2 de5 chi2 ru3 sil +008684 sil ni3 zui4 jin4 que1 qian2 la5 sil +008685 sil yi1 sheng1 yi2 kan4 jing1 dai1 le5 sil +008686 sil ta1 hen3 chan2 wo3 he2 lao3 gong1 sil +008687 sil na4 tian1 hai2 hao4 qi2 de5 wen4 ba4 ma1 le5 sp1 ke3 hai2 shi4 bu4 dong3 sil +008688 sil en1 sp1 jia1 you2 ba5 yi4 qi3 sil +008689 sil yao4 zhi1 dao4 xian1 ku3 hou4 tian2 a5 sil +008690 sil ta1 zen3 me5 bu4 pei2 wo3 wan2 le5 sil +008691 sil zhe4 ge5 wai4 mian4 sp1 dai1 bu4 de2 le5 sil +008692 sil che1 nei4 an1 quan2 qi4 nang2 da3 kai1 sil +008693 sil ta1 men5 hai2 zai4 yu4 men4 ne5 sil +008694 sil wo3 men5 ke3 mei2 you3 dai4 mian4 ju4 yo5 sil +008695 sil shui2 jiu4 yi4 xiao3 ming2 xing1 shui2 sil +008696 sil wen4 zhe4 wen4 ti2 de5 ren2 zui4 sil +008697 sil lan2 mou3 de2 zhi1 hou4 sha2 yan3 le5 sil +008698 sil zhe4 shen2 me5 ge1 ya5 sil +008699 sil duo1 xie4 peng2 chang3 sp1 he1 he1 sil +008700 sil bie2 dong4 sp1 wo3 hai2 mei2 kan4 wan2 ne5 sil +008701 sil wo2 mei3 tian1 dou1 yao4 chen2 pao3 ne5 sil +008702 sil wo3 bu4 neng2 xi2 zao3 o5 sil +008703 sil ni3 kuai4 le4 suo2 yi2 wo3 kuai4 le4 sil +008704 sil shui2 yao4 bu2 ren4 shi5 ni3 sil +008705 sil yin1 wei4 chuo1 dao4 tong4 chu4 le5 sil +008706 sil ni3 zhe4 shi4 bu2 ai4 wo3 le5 sil +008707 sil qiao2 xiao3 sun1 gan4 de5 hao3 shi4 sil +008708 sil wo3 jue2 de5 hong2 shu4 lin2 bu2 cuo4 sil +008709 sil ba3 hu2 luo2 bo5 jiao1 chu1 lai2 sil +008710 sil shui2 hui4 lai2 jie1 wo3 de5 nv3 er2 sil +008711 sil zhi4 yuan4 zhe3 yi4 shou4 yi4 fei2 qian3 sil +008712 sil huan1 ying2 lai2 gen1 wo3 men5 shuo1 shuo5 sil +008713 sil meng4 shu1 yun2 dang1 chang3 yun1 dao3 sil +008714 sil ri4 qian2 chen2 meng3 yi3 bei4 yi2 song4 si1 fa3 ji1 guan1 sp1 yi1 fa3 cha2 chu3 sil +008715 sil cuo1 zhe5 cuo1 zhe5 sp1 wo3 de5 shou3 bei4 shang4 jiu4 cuo1 chu1 ni2 lai2 le5 sil +008716 sil zhi1 dao4 cuo4 le5 jiu4 hao3 sil +008717 sil nan2 you3 yi4 liang3 ge4 yue4 bu4 zhu3 dong4 lian2 xi4 wo3 sp1 shi4 ji3 ge4 yi4 si5 sil +008718 sil hao3 de5 sp1 dian4 hua4 jie1 tong1 zhong1 sil +008719 sil wei4 shen2 me5 yao4 zhei4 yang4 hei1 zi4 ji3 sil +008720 sil zhe4 ge5 yao1 qiu2 mei2 you3 bei4 yun2 xu3 sil +008721 sil wo2 hen3 zhu4 yi4 yan2 mian4 da1 sil +008722 sil wu2 xiu4 bo1 dao4 di3 shi4 shui2 sil +008723 sil hui4 bu2 hui4 you3 feng1 xian3 a5 sil +008724 sil fu1 mian4 mo2 lou5 sil +008725 sil jiao4 ni2 jie2 wo3 gan4 ma2 sil +008726 sil geng2 xiao3 hua2 xiang4 gong1 yu3 hui4 bao4 sil +008727 sil guo2 qi3 li4 run4 ye3 zai4 xia4 jiang4 sil +008728 sil wu2 liao2 de5 shi2 hou5 xiang2 xiang2 wo3 sil +008729 sil wo3 chi1 jing1 de5 an4 zi4 si1 cun3 sil +008730 sil di1 xia4 er2 ping2 yong1 de5 chan2 pin3 ken3 ding4 bu4 neng2 cheng2 wei2 ming2 pai2 sil +008731 sil ji4 ran2 sp1 yi4 di4 chao1 sheng1 you3 bei4 chong2 fu4 zheng1 shou1 de5 feng1 xian3 sp1 na4 me5 fu4 jing4 wai4 sheng1 zi3 ne5 sil +008732 sil zhe4 yi4 jia3 she4 bing4 bu4 kua1 zhang1 sil +008733 sil jing2 quan3 jin4 dong1 guan3 she4 qu1 sil +008734 sil zhang1 hong2 song1 da4 han2 qi3 lai2 sil +008735 sil wo3 jiu4 shi4 zhe4 yang4 xiang3 shou4 men4 sil +008736 sil yin1 wei4 he2 shui3 wen1 du4 di1 sp1 nan2 zi3 bu4 ting2 de5 duo1 suo5 zhe5 sil +008737 sil zhe4 ge4 jiang2 fa3 sp1 wo3 ren4 wei2 shi4 bu4 fu2 he2 shi2 ji4 qing2 kuang4 sil +008738 sil ming2 tian1 sp1 bei3 jing1 shu3 qi4 zheng1 ren2 sp1 qing2 sil +008739 sil ca1 zui3 ba1 sp1 na2 lai2 ca1 zui3 ba5 de5 sil +008740 sil pei2 rui4 zi1 cheng1 sp1 ci3 ke4 sp1 tai2 wan1 di4 qu1 min2 zhong4 qing2 xu4 gao1 ang2 sp1 qing2 shi4 gao1 du4 jin3 zhang1 sil +008741 sil shi4 e4 yi4 ma4 nv3 hai2 zi5 de5 la5 sp1 ni2 ke3 bu2 yao4 xue2 huai4 o5 sil +008742 sil lin2 zou3 shi2 sp1 yuan2 bao3 hong2 zhuai4 xia4 le5 liang2 li4 li4 de5 xiang4 lian4 sil +008743 sil ta1 cou4 jin4 guan1 cha2 hou4 sp1 jing4 fa1 xian4 sp1 nu2 bi3 hai2 huo2 zhe5 sil +008744 sil ta1 men5 bei4 suo3 lian4 shuan1 zai4 chuang2 shang4 sp1 jie1 shou4 ji2 duan1 zhu3 yi4 guan1 dian3 de5 jiao4 yu4 sil +008745 sil xu2 xiao3 xia2 sp1 ma3 shang4 jiao4 ren2 zhao3 che1 sp1 ba2 lao3 ren2 song4 dao4 le5 xiang1 zhen4 wei4 sheng1 yuan4 sil +008746 sil ben3 ren2 dai4 xie2 xiao3 xue2 sheng1 zhong1 xue2 sheng1 shu3 jia4 zuo4 ye4 sp1 jia4 ge2 mian4 yi4 bao1 you2 o1 sil +008747 sil wei4 yang3 er2 fang2 lao3 sp1 wang2 nv3 shi4 qi3 su4 qian2 fu1 sp1 yu4 tao3 hui2 nv3 er2 de5 fu2 yang3 quan2 sil +008748 sil tian1 zhou4 ran2 liang2 xia4 sp1 chi2 le5 liang3 ge4 yue4 de5 qiu1 yu3 zhong1 yu2 pu3 jiang4 da4 di4 sil +008749 sil wang2 mou2 leng3 bu4 fang2 sp1 bei4 da3 de5 yi2 ge4 lie4 qie4 sp1 bu4 de2 bu4 fu2 zhu4 lou2 ti1 sil +008750 sil ke3 zhe4 wei4 lao3 tai4 tai5 sp1 bu2 dan4 mei2 biao3 shi4 gan3 xie4 sp1 fan3 er2 hai2 bu4 ting2 de5 hong1 sun1 zi5 sil +008751 sil yue4 lan3 shi4 li3 ren2 tou2 cuan2 dong4 sp1 dan4 ya1 que4 wu2 sheng1 sil +008752 sil dang1 shi2 sp1 ma1 ma5 ba2 wo3 jin2 jin2 lou3 zai4 huai2 li3 sil +008753 sil jing1 guo4 zi3 xi4 kao3 cha2 sp1 wo3 jue2 ding4 zhong3 nan2 gua1 sil +008754 sil ran2 hou4 yin3 lai2 zhou1 wei2 de5 ren2 zai4 che1 shang4 ju4 can1 sil +008755 sil er2 qia4 qiao3 de5 shi4 sp1 zhou1 hong2 yi1 ye3 shi4 hu2 bei3 ren2 sil +008756 sil dang4 wan3 sp1 ta1 he2 qi1 zi3 ru4 zhu4 fan1 qie2 jiu3 dian4 sil +008757 sil zui4 jing1 cai3 de5 huan2 jie2 dang1 shu2 chang3 nei4 hu4 dong4 sil +008758 sil ma1 ma5 ca1 shi4 di4 ban3 sp1 gan3 dong4 le5 hen3 duo1 ren2 sil +008759 sil kan4 dao4 duan3 xin4 hou4 sp1 gao1 mou3 dong4 le5 wai1 nao3 jin1 sil +008760 sil jing1 yi1 yuan4 jian3 cha2 sp1 xiao3 ling2 wei2 ruan2 zu3 zhi1 cuo4 shang1 sil +008761 sil ji4 nian4 gong1 qian2 guang2 chang3 sp1 ju4 ji2 da4 pi1 min2 zhong4 sil +008762 sil wo3 men2 he2 kai1 fa1 shang1 qian1 yi2 fen4 wei3 tuo1 xie2 yi4 sp1 pao2 shou3 xu4 sp1 gai4 fang2 zi5 sp1 dou1 you2 ta1 men5 qu4 zuo4 sil +008763 sil hei1 zuo1 fang5 nei4 zheng4 zai4 fen1 zhuang1 jia3 mao4 shui3 ni2 sil +008764 sil jiu4 zai4 zhe4 shi2 sp1 ta1 bei4 peng2 you5 po1 le5 leng2 shui3 sil +008765 sil hou4 mian4 di1 si1 jia1 che1 sui2 ji2 la3 ba5 da4 xiang3 sil +008766 sil hua4 zhuang1 he2 cai2 zhi4 wei2 huang2 jin1 fa4 lang2 zuan4 shi2 sil +008767 sil xiao3 gu4 yu3 fang1 shuo4 shi4 sp1 shi4 gao1 zhong1 tong2 xue2 sp1 gao1 zhong1 bi4 ye4 hou4 wei4 ceng2 lian2 xi4 sil +008768 sil nong2 ye4 ke1 ji4 sp1 zai4 guang3 da4 xi1 bu4 nong2 cun1 de5 pu3 ji2 hua4 cheng2 du4 hen3 gao1 sil +008769 sil xu2 qiang2 shang4 qian2 la1 kai1 liang3 ren2 sp1 jin3 jie1 zhe5 sp1 ta1 he2 wang2 hua2 che2 da2 qi3 lai2 sil +008770 sil ma3 sha1 la1 di4 jin3 che1 tou2 you2 xiao3 chu4 ao1 xian4 sil +008771 sil de2 te4 le4 fu1 dui4 zhi3 kong4 gong4 ren4 bu2 hui4 sil +008772 sil er2 zhe4 xie1 huan2 jie2 dui4 yu2 cheng2 ben3 geng4 wei2 min2 gan3 sil +008773 sil jie1 xia4 lai2 de5 shi2 jian1 li3 sp1 wang2 pan1 xiang4 hua1 mu4 lan2 hui2 dao4 lao3 jia1 sp1 shu1 zhuang1 da3 ban4 bu4 ting2 sil +008774 sil yi4 xie1 wu3 zhuang1 fen4 zi3 sp1 ze2 qi2 zhe5 mo2 tuo1 che1 ban4 sui2 zuo3 you4 sp1 bing4 bu4 shi2 gao1 han3 fan2 yi2 kou3 hao4 sil +008775 sil wen2 zhang1 zhi3 chu1 sp1 chen2 shui2 bian3 sp1 bu2 hui4 xiang4 you2 li3 nian4 de5 zheng4 zhi4 fan4 sp1 ning4 yuan4 e4 si2 ye3 bu4 qu1 fu2 sil +008776 sil ran2 er2 sp1 wei4 ji4 wei3 xi4 tong3 ji2 qi2 yong1 dun3 sp1 que4 zai4 quan2 guo2 liang3 hui4 hou4 sp1 tu1 ran2 fa1 dong4 le5 ni4 xi2 sil +008777 sil ta1 na2 zhe5 zhao4 pian4 zi3 xi4 duan1 xiang2 sp1 cai1 ce4 le5 duo1 ci4 sp1 cai2 ren4 chu1 zhao4 pian4 zhong1 de5 wei4 qiu1 yue4 sil +008778 sil hu4 shi4 pa4 ren2 xiao4 hua5 sp1 bian4 ba3 zi4 ji3 de5 niao4 yang4 na2 qu4 hua4 yan4 sil +008779 sil er2 san1 yi1 zhong4 gong1 de5 beng4 che1 sp1 ze2 shi4 zai4 ben3 yue4 er4 shi2 er4 ri4 qi3 yun4 sil +008780 sil zhan4 wan2 zuo4 sp1 yi4 tian1 dou1 ti2 bu4 qi3 jing1 shen5 sp1 xue2 xi2 ye3 mei2 xiao4 lv4 sil +008781 sil feng4 huang2 dong4 sp1 hen2 ke3 neng2 shi4 shang1 zu2 ren2 yong4 lai2 ji4 si4 de5 chang2 suo3 sil +008782 sil bang2 fei3 men5 jian4 zhuang4 sp1 ma3 shang4 guan1 diao4 dong4 li3 de5 zhao4 ming2 she4 bei4 sil +008783 sil da3 wan2 gong1 hou4 sp1 hai2 shi4 hui2 cun1 li3 lai2 sp1 gai4 xin1 fang2 gao2 chan3 ye4 sil +008784 sil yi4 ming2 zhi4 yuan4 zhe3 sp1 zai4 gei3 yun4 shu1 xiao2 gou3 de5 ka3 che1 sa2 shui3 jiang4 wen1 sil +008785 sil ju4 zhu3 ban4 fang1 tong3 ji4 sp1 mu4 qian2 bao4 ming2 yuan2 gong1 yi3 jie1 jin4 bai3 ren2 sil +008786 sil zhe4 shi4 ji4 zhe3 jin1 tian1 cong2 guo2 wu4 yuan4 yi1 gai3 ban4 gong1 shi4 huo4 xi1 de5 sil +008787 sil xiao3 qing1 sp1 yi3 jing1 cheng2 wei2 li3 qin4 de5 yi2 ge4 zhen1 zheng4 de5 gui1 zhong1 zhi1 ji3 sil +008788 sil jian4 zhuang4 sp1 li2 mou2 ma3 shang4 cong2 wo4 shi4 chong1 chu1 sp1 xiang3 chu1 men2 tao2 sheng1 sil +008789 sil shuo1 hao3 he2 wo3 bai2 tou2 xie2 lao3 de5 sp1 ni2 ran3 fa4 shi4 ji3 ge4 yi4 si5 sil +008790 sil ci3 wai4 ji4 wei3 que4 ren4 sp1 cai4 bin1 de5 er2 zi5 sp1 yi3 jia1 ru4 ao4 zhou1 guo2 ji2 sil +008791 sil da4 pian4 de5 cui4 lv4 zhong1 sp1 dian3 zhui4 zhe5 zi3 hong2 sp1 you3 yi4 zhong3 yao1 yi4 de5 mei3 sil +008792 sil ta1 men5 jiu4 shi4 liu2 wang2 mei3 guo2 de5 shi4 jie4 ge4 guo2 de5 qian2 huang2 zu2 sil +008793 sil jiao1 cha1 zuo4 ye4 sp1 you4 shi3 xia2 xiao3 de5 kong1 jian1 xian3 de5 geng4 wei2 bi1 ze4 sil +008794 sil ji1 qi4 ren2 yao4 shi4 lei4 le5 hui4 guan1 ji1 chong2 qi3 sil +008795 sil ta1 yao4 shi4 wo3 de5 peng2 you5 sp1 wo3 jiu4 quan4 ta1 ren4 le5 sil +008796 sil bie2 lan2 wo3 sp1 wo3 zai4 xia4 mian4 da3 de5 shun4 shou3 xie1 sil +008797 sil wo3 qiu2 hun1 de5 shi2 hou4 sp1 ni3 bie2 da1 ying4 jiu4 xing2 sil +008798 sil da4 ye5 te4 bie2 xi3 huan5 zai4 shen1 zhen4 de5 sheng1 huo2 sil +008799 sil ta1 xiang3 le5 xiang3 hou4 sp1 qing1 qing1 de5 en4 le5 yi4 sheng1 sil +008800 sil yin1 wei4 di4 xia4 zao2 dong4 zhen4 dong4 sp1 shui3 lou4 mei2 le5 sil +008801 sil zhou1 ga3 jian4 gan3 jue2 shi4 tai4 yan2 zhong4 sp1 sui4 li4 ji2 xiang4 ku2 shui3 zhen4 pai4 chu1 suo3 qiu2 zhu4 sil +008802 sil lin2 zhou1 shi4 di4 wu3 ren2 min2 yi1 yuan4 sp1 shi4 shou4 ci3 ci4 ting2 zhi3 gong1 nuan3 ying2 xiang3 de5 yi4 jia1 yi1 yuan4 sil +008803 sil yu3 duan4 yi4 hong2 de5 dui4 hua4 yue4 shen1 ru4 sp1 yue4 neng2 gan3 shou4 dao4 ta1 de5 zheng4 yi4 lin3 ran2 de5 qi4 chang3 sil +008804 sil zai4 ci3 guo4 cheng2 zhong1 sp1 li2 yu3 ye4 wu4 yuan2 fa1 sheng1 kou2 jiao3 sp1 sui2 hou4 xiang1 hu4 la1 che3 tui1 sang3 sil +008805 sil sui1 ran2 te4 bie2 xiang2 yao3 na4 kuai4 rou4 sp1 dan4 hai2 shi4 xian1 ren3 zhu4 sp1 ba3 zhou1 wei2 de5 pi2 chi1 wan2 sil +008806 sil ji4 zhe2 pao3 lai2 di4 yi1 ge4 wen4 ta1 sp1 ni3 men5 dui4 shu3 jia4 de5 xun4 lian4 you3 shen2 me5 kan4 fa3 sil +008807 sil gai1 zhong1 xin1 mei2 you3 tou4 lu4 sp1 pei1 tai1 gan4 xi4 bao1 ju4 ti3 lai2 zi4 na3 xie1 san1 jia3 yi1 yuan4 sil +008808 sil er2 zhe4 kuan3 zhong4 bang4 chan2 pin3 mian4 shi4 hou4 sp1 li4 ke4 de2 dao4 le5 da4 zhong4 de5 zhui1 peng3 sil +008809 sil ta1 shuo1 sp1 wo3 jue2 de5 nin2 zen3 me5 kan4 zen3 me5 xiang4 wo3 san1 da4 ye5 sp1 kao3 guan1 hun1 si3 sil +008810 sil guo2 nei4 zhao4 ming2 hang2 ye4 de5 ling3 tou2 yang2 lei2 shi4 zhao4 ming2 jue2 ding4 shuai4 xian1 chu1 ji1 sp1 jin4 xing2 zi4 zhu3 yan2 fa1 sil +008811 sil xiang1 gang3 da4 gong1 bao4 sp1 pi1 ping2 zhe4 shi4 pian1 shi1 cao1 shou3 de5 bao4 dao4 sil +008812 sil hai2 shu1 zhe4 me5 duo1 sp1 yu2 shi4 sp1 yi2 ge4 guo2 jia1 jiu4 bei4 an3 ji4 zhu4 le5 sil +008813 sil ping2 ri4 li3 sp1 ta1 chang2 chang2 jue2 de5 sp1 zi4 ji3 huo2 de5 ting3 wo1 nang5 de5 sil +008814 sil ling4 ju4 zheng4 shi2 sp1 de2 hong2 mao4 yi4 shi2 wei2 jia1 zhao4 ye4 qi2 xia4 gong1 si1 sil +008815 sil jin4 yi2 bu4 zheng3 he2 jing1 ban4 guan2 li3 zi1 yuan2 sp1 ti2 gao1 yun4 xing2 xiao4 lv4 sil +008816 sil zhou1 ye4 mian4 fang3 wen4 liang4 wei2 wu2 dian2 jiu3 ling2 san1 yi4 sp1 huan2 bi3 xia4 hua2 sp1 bai3 fen1 zhi1 er4 dian3 si4 sil +008817 sil zhong1 guo2 zhu4 tan3 sang1 ni2 ya4 da4 shi2 guan3 sp1 zheng4 zai4 xie2 zhu4 tan2 jing3 fang1 sp1 diao4 cha2 ci3 an4 sil +008818 sil jin1 tian1 zhong1 wu3 chi1 fan4 sp1 pang2 bian1 you3 liang2 xiao3 hai2 zai4 dou4 zui3 sp1 nan2 hai2 wen4 sp1 ni3 bu4 xi3 huan1 wo3 le5 ma5 sil +008819 sil chen2 zhi4 zhong1 shuo1 sp1 qiu1 yi4 yi2 lu4 shan2 duo3 sp1 bu2 fu4 ze2 de5 biao3 xian4 sp1 zhi3 neng2 duo3 zai4 she4 ying3 peng2 nei4 shuo1 sil +008820 sil qian2 men2 di4 qu1 hai2 shi4 lao2 bei3 jing1 shi4 jing3 feng1 mao4 sp1 shi3 ji4 wen2 wu4 sp1 bao3 cun2 zui4 wan2 zheng3 de5 di4 qu1 zhi1 yi1 sil +008821 sil wu2 liao2 lai2 he2 wo3 liao2 liao5 tian1 ba5 sil +008822 sil shuang1 fang1 shang1 ding4 sp1 ji4 xu4 jiu4 ci3 wen4 ti2 bao3 chi2 cuo1 shang1 sil +008823 sil er2 qie3 sp1 zi4 ji3 zuo4 de5 dong1 xi5 sp1 ji4 jian4 kang1 you4 shi2 zai4 sil +008824 sil yi4 tou2 de5 chang2 fa4 pu1 xia4 lai2 kuai4 gai4 zhu4 le5 bei1 bao1 sil +008825 sil wang3 shang4 guan1 yu2 mi4 mi4 ju1 bu3 de5 shuo1 fa3 song3 ren2 ting1 wen2 sil +008826 sil bai4 tuo1 sp1 mei2 you2 zhi3 jia5 sp1 ni3 hui4 bu2 hui4 yong4 nao3 zi5 sil +008827 sil zhe4 xian3 ran2 ye3 bu2 shi4 ha1 ma3 si1 suo3 yuan4 yi4 mian4 dui4 de5 sil +008828 sil ying1 cai3 er2 ting1 le5 ji4 zhe3 de5 zhuan3 shu4 hou4 sp1 po1 wei2 jing1 e4 sil +008829 sil zhe4 bu4 fu2 he2 zheng4 ce4 gui1 ding4 sp1 ying1 yu3 cha2 chu3 jiu1 zheng4 sil +008830 sil mian4 dui4 xiang1 e4 qing2 de5 tui2 shi4 sp1 ji1 gou4 jian4 sheng1 tui4 yi4 sil +008831 sil sui2 hou4 liang3 ren2 ju2 qi3 mu4 chui2 jiang1 hun1 jie4 za2 sui4 sil +008832 sil shu4 ci4 xun2 wen4 yi1 sheng1 lu2 mou3 que4 hui2 fu4 mei2 you3 da4 ai4 sil +008833 sil wo3 shi4 qiu2 bai3 mei4 zi5 a5 sp1 bu4 neng2 gei2 zu3 zhi1 diu1 lian3 sil +008834 sil fu4 cha2 zhi1 hou4 cai2 fa1 xian4 sp1 zhi4 chuang1 zhi3 ge1 le5 yi2 ban4 sil +008835 sil shang4 zhou1 wu3 wei2 liu4 dian3 san1 ba1 si4 ling2 sil +008836 sil zui4 hou4 chu1 lu4 bao4 shang4 de5 bian1 pai2 shi4 zhe4 yang4 de5 sp1 san1 pian1 san3 wen2 sp1 yi2 bu4 xiao3 shuo1 yi4 shou3 shi1 sil +008837 sil qiang2 du4 di1 sp1 yong4 shou3 kou1 ke3 tuo1 luo4 sil +008838 sil shi4 fa1 zao3 ying2 nan2 li3 liu4 hao4 lou2 qi1 ling2 liu4 shi4 de5 yi2 ge4 xiao3 wo4 shi4 sil +008839 sil yuan2 lai2 chuang1 kou3 he2 piao4 fan4 zi5 sp1 lang2 bei4 wei2 jian1 sp1 duo1 de2 de5 qian2 ping2 fen1 sil +008840 sil qi2 hou4 sp1 bing4 ren2 zai4 fu4 zhen3 shi2 bei4 fa1 xian4 xue4 jia2 shui3 ping2 pian1 di1 sil +008841 sil wo3 gang1 gang1 guo4 wan2 shi2 ba1 sui4 sheng1 ri4 sil +008842 sil zhe4 neng2 bu2 bei4 shi4 ren2 xiao4 hua4 ma5 sil +008843 sil ken2 qing3 da4 jia1 ping2 jia4 ci3 shi4 jian4 sil +008844 sil jian4 yi4 zai4 zhen1 zhuo2 sp1 tuo3 dang4 xiu1 gai3 sil +008845 sil zhen1 shi4 hao3 xin1 zhuan4 le5 lv2 gan1 fei4 sil +008846 sil ping2 shi2 wei1 feng1 lin2 lin3 de5 mi1 mi1 sp1 bei4 che3 xia4 le5 xu3 duo1 mao2 sp1 shen1 shang4 ye3 bei4 zhua1 shang1 le5 sil +008847 sil xiang1 xin4 da4 jia1 yi2 ding4 shou4 yi4 fei2 qian3 sil +008848 sil qing3 zhi1 qing2 zhe2 yu3 kuai4 bao4 re4 xian4 sp1 ba1 wu3 yao1 sp1 ling2 ling2 ling2 ling2 ling2 lian2 xi4 sil +008849 sil wo3 men5 yuan2 zhu4 de5 jie2 guo3 shi4 shen2 me5 sil +008850 sil dan4 feng4 huang2 xian4 que4 shi4 gan1 ga4 de5 sil +008851 sil shi4 bu2 shi4 jiao1 bu2 shang4 fang2 zu1 sp1 wo3 men5 jiu4 yao4 wu2 jia1 ke3 gui1 le5 zhu3 ren2 sil +008852 sil wo3 cai2 bu2 yao4 bei4 bie2 ren2 cao1 zong4 ne5 sil +008853 sil dian4 ying2 kua3 le5 sp1 wo3 ke2 yi3 bu4 xin1 teng2 sil +008854 sil wo3 shi4 ni3 yi4 shi3 yi2 niao4 dai4 da4 de5 ya5 sil +008855 sil fa4 lang2 dian4 zhu3 qing2 ji2 zhi1 xia4 sp1 duo3 ru4 pang2 bian1 hua1 dian4 sp1 ye3 wei4 shou4 shang1 sil +008856 sil hui4 shuo1 san1 guo2 yu3 yan2 de5 jia1 li4 sp1 zai4 jue2 sai4 ji2 xing4 wen4 da2 huan2 jie2 sp1 biao3 xian4 you2 qi2 chu1 se4 sil +008857 sil ni3 na2 le5 wo3 de5 nao3 dai5 sp1 wo3 jiu4 pa4 sil +008858 sil ke3 shi4 sp1 ru2 guo3 cong2 li3 yi2 wen2 hua4 ben3 shen1 lai2 shuo1 sp1 xiang4 zhang3 bei4 gong2 shou3 shi4 bu4 he2 shi4 de5 sil +008859 sil nv2 you3 wei4 ta1 de5 nan2 you3 zuo4 le5 jian4 mao2 yi1 sp1 hen3 piao4 liang5 sp1 shui2 jian4 shui2 kua1 sil +008860 sil yu3 qi2 rang4 lao3 de5 shen1 zhe5 bo2 zi5 ai2 da3 sp1 bu4 ru2 rang4 xin1 ren2 ting3 zhe5 xiong1 tang2 qu4 pin1 sha1 sil +008861 sil dan1 ba1 xian4 lin2 ye4 ju2 de5 tong2 zhi4 gan3 tan4 sp1 zhe4 li3 zhen1 shi4 tai4 qiong2 le5 sil +008862 sil yi2 huir4 r cong2 lu4 bei3 you4 pao3 lai2 yi4 ming2 nan2 zi3 sp1 yi2 xia4 cuan1 jin4 chu1 zu1 che1 sil +008863 sil ying1 cai3 er2 ken3 ding4 hui4 shou1 shi5 ta1 de5 sil +008864 sil xia4 le5 yi2 ge5 xing1 qi1 de5 yu3 le5 sp1 mei3 tian1 dai4 jia1 li3 sp1 na2 ye3 qu4 bu4 liao3 sil +008865 sil yin1 ci3 sp1 zhe4 zhong3 ren2 lei4 pei1 tai1 gan4 xi4 bao1 hai2 bu2 ju4 bei4 shi2 yong4 xing4 sil +008866 sil ha1 sa4 ke4 si1 tan3 zong2 tong2 yi3 xuan1 bu4 sp1 gai1 zhen4 jin4 ru4 jin3 ji2 zhuang4 tai4 sil +008867 sil qiang2 hua4 fang2 wu1 zu1 lin4 deng1 ji4 bei4 an4 sil +008868 sil ran2 hou4 sp1 bei4 wo3 wen4 de5 na4 ge5 ren2 leng4 le5 sp1 hao3 yi2 huir4 r cai2 shuo1 sp1 wo3 bu4 zhi1 dao4 a5 sp1 wo3 gang1 dao4 sil +008869 sil wang3 shang4 de5 dian4 jia1 cheng1 sp1 ta1 men5 xiao1 shou4 de5 nai2 fen3 shi4 gang2 ban3 dai4 gou4 sil +008870 sil hen3 nan2 suan4 chu1 zhun3 que4 shi2 jian1 de5 sil +008871 sil chi2 gu3 de5 mei4 li4 jiu1 jing4 zai4 na3 sil +008872 sil dan4 shi4 sp1 ye3 bu2 hui4 tian1 tian1 you3 huo2 de5 sil +008873 sil ta1 shuo1 sp1 tong4 sp1 wo2 ye2 lan3 de5 zi1 sheng1 sil +008874 sil zhe4 ge4 bao3 bao5 zhen1 de5 hen3 piao4 liang5 sil +008875 sil xian4 chang3 mi2 man4 zhe5 yi4 gu3 jiao1 chou4 wei4 sil +008876 sil sui2 xing2 zhe3 sp1 wu2 bu4 lei4 shui3 pang1 tuo2 sil +008877 sil fan3 dui4 zhe3 ren4 wei2 sp1 ti2 qu3 pei1 tai1 gan4 xi4 bao1 sp1 xiang1 dang1 yu2 e4 sha1 sheng1 ming4 sil +008878 sil xiang1 guan1 ke1 xue2 bao4 gao4 kan1 deng1 zai4 zui4 xin1 yi4 qi1 zi4 ran2 tong1 xun4 shang4 sil +008879 sil wo3 mei2 you3 bu4 kai1 xin1 sp1 jiu4 wan2 wan5 yi2 xia4 sil +008880 sil hou2 pei4 cen2 ye3 gen1 zhe5 hong2 le5 yan3 kuang4 sil +008881 sil xu1 ke4 fang1 shi4 niu1 niu5 de5 fu4 qin5 sil +008882 sil dan4 shi4 sp1 sheng4 da4 wang3 luo4 de5 jing4 li4 run4 sp1 zai4 di4 er4 ji4 du4 que4 bao4 die1 sil +008883 sil zun1 ming4 sp1 wo3 ke2 yi3 pei2 ni3 yi4 qi3 qu4 sil +008884 sil zai4 wai4 ren2 kan4 lai2 sp1 ta1 ne4 yu2 yan2 ci2 sp1 bu2 hui4 jiang3 hua4 sp1 han1 tai4 ke3 ju1 sil +008885 sil sui2 hou4 jin4 ru4 er2 hai3 shi1 di4 gong1 yuan2 sil +008886 sil zhao4 shi4 che1 che1 tou2 ye3 sun2 hui3 yan2 zhong4 sil +008887 sil te4 lang2 pu3 dang4 tian1 chu1 xi2 le5 wan3 yan4 sil +008888 sil er2 jiang1 chi2 ka3 ren2 duo1 xiang4 zhong4 yao4 xin4 xi1 chi4 luo2 luo3 bao4 guang1 de5 sp1 nong2 hang2 shang4 shu2 shou3 jia1 sil +008889 sil liu2 qiu2 cong2 ci3 bei4 ri4 ben3 tun1 bing4 sil +008890 sil yi2 ge4 yue4 hou4 sp1 di3 zhi4 lian2 meng2 wa2 jie3 sil +008891 sil yi4 bang3 zhu4 gui1 hua4 sp1 kun2 bang3 zhe5 mai4 sil +008892 sil zuo2 ri4 sp1 xiao1 fang2 yuan2 cha2 kan4 huo2 chang3 sil +008893 sil liu2 lao3 shi1 di4 yi1 shi2 jian1 jiu4 fa1 xian4 fan3 song4 you3 wen4 ti2 sp1 li4 ji2 zhai1 diao4 sil +008894 sil she3 de2 she3 de2 sp1 you2 she3 cai2 you3 de2 sp1 she3 de5 she3 de2 sp1 gai1 she3 de5 yao4 she3 sp1 gai1 de2 de5 yao4 de2 sil +008895 sil shi4 nan2 san1 zhong1 pang2 guang1 ming2 mu4 zhang1 dan3 de5 dian4 nao3 fang2 jiu4 you2 wu3 jia1 sp1 wai4 jia1 shang4 xue2 xi2 zhong1 xin1 sil +008896 sil wo3 de2 guo4 gan1 yan2 zhu4 le5 yuan4 sp1 bian4 xiu1 le5 yi2 ge4 xue2 qi1 de5 xue2 sil +008897 sil bi3 ru2 sp1 jiu4 you3 wang2 you3 na2 ta1 sp1 yi4 kai1 kou2 wo3 jiu4 geng3 ye4 le5 de5 kou3 tou2 chan2 kai1 shuan4 sil +008898 sil si4 shi2 san1 nian2 qian2 sp1 shi2 jian4 feng1 jiu4 zai4 zhe4 chu4 po4 wa3 fang2 zhong1 gu1 gu1 zhui4 di4 sil +008899 sil ji2 bian4 bu2 ai4 kan4 chao1 ji2 wan3 de5 ren2 sp1 ye3 hui4 zai4 zhe4 ge5 shi2 hou4 lai2 shu3 xing1 xing5 sil +008900 sil wang2 jun1 yong3 yu2 fu4 ze2 de5 jing1 shen5 sp1 shen1 shen1 gan3 dong4 le5 zhu1 xin1 wen2 sil +008901 sil cheng2 hui4 lin2 shi4 chao2 xian3 dang1 shi2 zui4 xing4 gan3 de5 dian4 ying3 ming2 xing1 sil +008902 sil shen2 me5 yang4 de5 nei4 rong2 cai2 neng2 zhen1 zheng4 xi1 yin3 ren2 men5 shang4 wang3 ne5 sil +008903 sil wu2 miao3 hou4 sp1 zhang4 fu5 kan4 dao4 dui4 mian4 de5 ge2 lin2 tai4 tai5 sp1 zai4 gei3 ta1 de5 chong3 wu4 xi2 zao3 sil +008904 sil duo1 liao2 liao5 ni3 bei5 sp1 wo3 zai4 kao3 lv4 bao4 zhao4 sil +008905 sil xiao3 yuan2 peng1 de5 guan1 shang4 fang2 men2 sp1 yi3 shi4 kang4 yi4 sil +008906 sil shi4 zhang3 de5 xiang4 xiang1 jiao1 yi2 yang4 de5 sp1 na4 qun2 hen3 meng2 de5 dong4 hua4 ren2 wu4 sil +008907 sil shang1 pin3 jing1 ji4 de5 nian2 dai4 sp1 duo1 shao3 ren2 wu2 li4 er2 bu4 wang3 sil +008908 sil qing1 hai3 xin1 wen2 wang3 shang4 sp1 man3 shi4 wang2 you3 men2 de5 chi4 re4 gan3 yan2 sil +008909 sil wo3 bu2 shi4 tian1 tian1 dou1 tu2 fen2 di3 sil +008910 sil you2 qi2 ling3 xian2 bian1 zuan3 de5 sp1 zhong1 guo2 jian3 bo2 shu1 fa3 da4 zi4 dian3 sp1 ye3 yu2 jin1 tian1 zheng4 shi4 qi3 dong4 sil +008911 sil xiao3 mao1 tou2 ying1 zao1 dao4 tu1 ran2 fu2 ji1 hou4 sp1 xiang4 hou4 da3 le5 ge4 liang4 qiang4 sp1 cha4 yi4 dianr3 r shuai1 dao3 sil +008912 sil cen2 huang2 liang3 ren2 sp1 ge4 fen1 de2 liang3 wan4 duo1 yuan2 sil +008913 sil lao3 niang2 chou2 chou5 wo3 shuo1 sp1 wo3 jue2 de5 ye3 kan4 bu2 shang4 sp1 zhe4 shir4 r jiu4 suan4 le5 ba5 sil +008914 sil dao2 yan3 piao2 gen1 heng1 ren4 wei2 sp1 nian2 qing1 ren2 de5 pang2 huang2 he2 zheng1 zha2 sp1 wang2 wang3 shi4 ta1 men5 cheng2 zhang3 de5 guo4 cheng2 sil +008915 sil he2 fan1 hai2 tang3 zai4 chuang2 shang4 sp1 deng3 ta1 ba4 pai4 che1 lai2 jie1 sp1 jian4 qiu1 zhi4 jie2 zai4 fa1 dai1 sp1 shuo1 sp1 ni3 zai4 xiang3 shui2 sil +008916 sil dang1 xiang1 guan1 zheng4 ju4 bai3 zai4 wu2 miao2 mian4 qian2 sp1 ta1 xian1 shi4 yi2 leng4 sp1 ji4 er2 mian4 hong2 er3 chi4 sil +008917 sil mou3 ren2 de5 qi1 zi3 pi2 qi4 fei1 chang2 guai4 pi3 sp1 ta1 yu3 jia1 li3 de5 suo2 you3 ren2 dou1 nan2 yi3 xiang1 chu3 sil +008918 sil you3 de5 liu2 lang4 gou3 chi1 wan2 dong1 xi5 hou4 sp1 hai2 hui4 tian2 tian3 wei4 shi2 ren2 de5 shou3 sp1 yi2 biao3 shi4 gan3 xie4 sil +008919 sil suo2 yi3 sp1 zi4 ji2 ye3 lai2 chang2 chang5 xian1 sil +008920 sil ji2 shi3 wo3 men5 zu3 shang4 zhi1 dao4 zu3 zong1 shi4 cao2 cao1 sp1 ye3 bu2 hui4 gong1 kai1 dui4 wo3 men5 shuo1 sil +008921 sil wo3 shuo1 wo3 jia4 gei2 ni3 sp1 jia4 gei2 ni2 yi3 hou4 sp1 ni2 dei3 ting1 wo3 de5 sp1 ni3 zuo4 de2 dao4 bu5 sil +008922 sil ren2 men5 yi2 dan4 zhua1 zhu4 wo3 sp1 yong4 dui4 fu4 ni3 de5 fang1 fa3 sp1 jiang1 hui4 yao4 wo3 de5 ming4 sil +008923 sil zai4 deng3 jia1 ren2 jie1 ji1 shi2 sp1 ai4 wei1 er2 suo3 xing4 zuo4 zai4 di4 shang4 sp1 li3 xiu4 fa4 sp1 bu4 ju1 xiao3 jie2 sil +008924 sil zai4 luan2 cheng2 xian4 hong2 ri4 yong3 he2 dou4 jiang1 dian4 sp1 ji4 zhe3 kan4 dao4 le5 yi2 kuai4 cheng2 xin4 jian1 guan3 pai2 sil +008925 sil wang2 dan1 jia1 jin2 shou3 bao1 pai2 zai4 le5 ren2 qun2 zhong1 sp1 tie3 zha4 lan5 ba3 she2 xing2 dui4 wu5 fen1 ge2 cheng2 si4 zhi1 sil +008926 sil guan1 cai5 wei4 zhi4 sp1 mu4 zhu3 ren2 de5 shi1 gu3 sp1 ye3 jian4 jian4 xian3 lu4 chu1 lai5 sp1 xia4 e4 sp1 hai2 bao3 liu2 zhe5 ya2 chi3 sil +008927 sil zhe4 shi4 ji2 mi3 de5 di4 er4 ci4 mo2 tuo5 zhi1 lv3 sp1 ci3 qian2 sp1 ta1 ceng2 qi2 mo2 tuo5 che1 huan2 you2 guo4 yin4 du4 sil +008928 sil zhuan3 tou2 yi2 kan4 sp1 yi4 lao2 nai3 nai5 chong4 wo3 xiao4 xi1 xi1 de5 shuo1 sp1 xiao2 huo3 zi5 sp1 zhua1 zhe5 ni2 dian3 sp1 che1 huang4 sil +008929 sil zhu3 yao4 ti2 cai2 you3 shi4 jia1 xiang4 sp1 mi2 le4 xiang4 sp1 shi4 jia1 duo1 bao3 xiang4 sp1 guan1 yin1 xiang4 sp1 shuang1 pu2 sa4 xiang4 deng3 sil +008930 sil dang1 ran2 hai2 shi4 wo3 men5 tong2 ren2 tang2 de5 dong1 xi5 zhi2 de2 xin4 lai4 la5 sil +008931 sil ci3 wai4 tou2 zi1 ren2 reng2 cun2 gu4 lv4 sil +008932 sil yin4 du4 yang2 shang4 sp1 zheng4 zai4 chu1 xian4 sp1 zhong1 guo2 jiang1 bei4 kun3 zhu4 shou2 jiao3 de5 ge2 ju2 sil +008933 sil liu2 nv3 shi4 shuai3 diao4 er2 zi5 shou3 shang4 de5 xiao3 ha2 ma5 sp1 shen2 qing2 you3 xie1 jin3 zhang1 sil +008934 sil ze2 kao1 ying1 long2 hua2 zi4 bai2 yan3 yi4 jing1 li4 sp1 he2 yu3 zhang4 fu5 li2 hun1 de5 zhong2 zhong3 sil +008935 sil sui1 ran2 zuo4 pin3 mei2 you3 da4 mai4 you2 dian3 yi2 han4 sp1 dan4 mei2 guan1 xi5 la5 sil +008936 sil zai4 tian1 jin1 sp1 shi4 min2 ye3 wen2 de5 dao4 kong1 qi4 zhong1 qiang4 ren2 de5 wei4 dao4 sil +008937 sil zai4 ji4 zhe3 ren2 shu4 bing4 mei2 jian2 shao3 xia4 sp1 rong3 yuan2 zi4 ran2 chan3 sheng1 sil +008938 sil ta1 xiang2 gao3 ming2 bai5 qin1 mi4 guan1 xi5 de5 fan4 wei2 sp1 dao4 di2 you3 duo1 da4 sil +008939 sil yi4 heng2 yi2 shu4 sp1 yi4 dian3 yi4 pie3 sp1 suo2 you3 tong2 xue2 dou1 shi2 fen1 gong1 zheng3 de5 jin4 xing2 zhe5 xie3 zi4 lian4 xi2 sil +008940 sil qi2 jian1 sp1 hai2 zi5 da3 le5 yi2 ge4 ge2 sp1 dan4 yi1 sheng1 kan4 wan2 hou4 sp1 shuo1 shi4 hai2 zi5 shui4 jiao4 da3 hu1 lu5 sil +008941 sil dang1 shi2 sp1 na4 ge5 nv3 sheng1 chuan1 zhe5 niu2 zai3 ku4 sp1 shu4 zhe5 pi2 dai4 sp1 jiu4 guai1 guai1 ba3 ta1 jie3 kai1 le5 sil +008942 sil wo3 men5 cheng2 nuo4 sp1 jin4 quan2 li4 que4 bao3 xin4 xi1 tong1 chang4 sil +008943 sil duo1 yi3 sp1 ge1 wu3 seng1 lv3 qi2 fu2 deng3 fang1 shi4 sp1 lai2 qing4 zhu4 dai3 li4 xin1 nian2 sil +008944 sil sang1 ta3 na4 jin2 yao3 bu2 fang4 sp1 che1 su4 zhi2 zhi4 yi4 bai3 er4 sp1 yi4 bai3 san1 shi5 ma3 sil +008945 sil hai2 zi5 zai4 wo3 shen1 shang5 pa2 zhe5 wan2 sp1 tu1 ran2 ting1 dao4 sp1 ge1 sp1 ge1 ge1 sp1 ge1 sp1 de5 qiao1 men2 sheng1 sil +008946 sil jian4 yi4 sp1 ni3 xian1 zhao3 ge5 tu3 hao2 zuo4 peng2 you5 sil +008947 sil zi3 gong4 shu2 mai3 le5 yi2 ge4 nu2 li4 sp1 dan4 ta1 fa1 yang2 feng1 ge2 sp1 ju4 jue2 le5 bu3 chang2 sil +008948 sil yi1 shen3 hou4 sp1 chen2 xing1 luan2 ti2 qi3 shang4 su4 sil +008949 sil wo3 shi4 meng2 meng2 da1 sp1 ni3 shi4 dai1 dai1 da1 sil +008950 sil xin1 hua2 she4 she4 zhang2 li3 cong2 jun1 zhi4 ci2 sil +008951 sil zhe4 jian1 zhong1 yu2 you3 le5 fan3 kui4 sp1 ta1 zuo3 pu4 fang4 xia4 shu1 shuo1 sp1 ling2 qiao2 zhen4 zhong1 xue2 sil +008952 sil na4 duan4 shi2 jian1 sp1 wei4 le5 an1 fu2 mu3 qin1 sp1 zhao4 can4 ceng2 hui2 dao4 lao3 jia1 shen1 ze2 xian4 sil +008953 sil de2 fa3 fei1 chang2 nao2 huo3 sp1 ying1 guo2 de5 li4 chang3 rang4 de2 fa2 deng3 guo2 fei1 chang2 nao2 huo3 sil +008954 sil shuo1 dao4 hai1 shi2 sp1 zhou1 wei2 yi4 qun2 nian2 qing1 bai2 ling3 fen1 fen1 lou4 chu1 shi2 hua4 biao3 qing2 sil +008955 sil geng4 he2 kuang4 sp1 hai2 zi5 de5 cheng2 zhang3 huan2 jing4 zhong1 sp1 ruan3 tiao2 bao4 li4 sp1 ye3 cong2 wei4 duan4 jue2 sil +008956 sil shang4 mian4 xie2 you3 ming2 zi4 sp1 chu1 sheng1 nian2 yue4 deng3 xin4 xi1 sp1 dan4 xian4 zai4 dou1 gao3 diu1 le5 sil +008957 sil duo1 ming2 min2 yi4 dai4 biao3 la1 che3 cheng2 yi4 tuan2 sil +008958 sil yu2 shi4 sp1 zhang1 mou3 tao1 chu1 le5 shen1 shang4 dai4 zhe5 de5 dian4 xian4 sp1 jiang1 huang2 lao3 tai4 lei1 si3 sil +008959 sil deng2 wo2 zhang3 da4 le5 sp1 ke2 yi3 wei4 yi2 ge4 xin1 sheng1 ming4 fu4 ze2 shi2 zai4 yang3 le5 sil +008960 sil dan4 ao4 di2 che1 li3 de5 ren2 tai4 du5 bi3 jiao4 man2 heng4 sp1 shuang1 fang1 jiang1 chi2 bu2 xia4 sil +008961 sil zuo2 ri4 zao3 pan2 sp1 ou1 zhou1 gu3 shi4 sp1 yan2 xu4 ben3 zhou1 er4 de5 sheng1 shi4 zhi3 die1 fan3 tan2 sil +008962 sil dian4 hua4 na4 tou2 chen2 mo4 le5 yi2 huir4 r you1 you1 dao4 sp1 cai2 qu3 le5 sp1 wo3 pai1 le5 zhang1 zhao4 pian4 sil +008963 sil dan4 shi4 sp1 tou1 gong1 jian3 liao4 de5 guang3 gao4 pai2 gen1 ben3 kang2 bu2 zhu4 tai2 feng1 sil +008964 sil ban4 shi4 chu4 ling2 dao3 de2 zhi1 ci3 shi4 hou4 sp1 yao1 qiu2 shan1 xi1 da4 sha4 yan2 su4 chu2 li3 sil +008965 sil wo3 he2 bi4 rou2 shi4 yan1 jing1 da4 xue2 de5 tong2 ban1 tong2 xue2 sp1 ta1 bi2 wo2 xiao3 qi1 ge4 yue4 sil +008966 sil sui1 ze2 ru2 ci3 sp1 ye3 yao4 jia1 yi3 gui1 fan4 sp1 bu4 neng2 ren4 you2 fan4 lan4 sp1 miu4 zhong3 liu2 chuan2 sil +008967 sil bei3 jing1 jing1 xi1 bin1 guan3 hua2 deng1 cui3 can4 sp1 yang2 yi4 zhe5 huan1 qing4 xiang2 he2 de5 qi4 fen1 sil +008968 sil you3 yi4 xie1 bu4 neng2 wan2 quan2 gui1 na4 wei2 gan1 rao2 zu3 ai4 sp1 you3 yi4 xie1 sp1 shi4 ren4 shi5 bu4 yi2 zhi4 sil +008969 sil zhi3 ding4 de5 ri4 qi1 dao4 le5 sp1 suo2 you3 de5 niao3 dou1 yi4 qi2 lai2 dao4 zhou4 si1 mian4 qian2 sil +008970 sil zhe4 wei4 zai4 zhan4 chang3 shang4 chi2 cheng3 sha1 chang3 de5 shi4 bing1 sp1 que4 wu2 fa2 ren3 shou4 pin2 min2 sheng1 huo2 sil +008971 sil er2 an4 zhao4 nong2 cun1 feng1 su2 sp1 wang2 wang3 shi4 jie2 hun1 shi2 sp1 nan2 fang1 chu1 fang2 zi5 sp1 nv3 fang1 chu1 jia4 zhuang5 sil +008972 sil ta1 ren4 wei2 shi4 yang3 fu4 mu3 zai4 qin1 qi5 de5 song2 yong3 xia4 sp1 he2 zi4 ji3 duan4 le5 shou1 yang3 guan1 xi5 sil +008973 sil jie2 hun1 duo1 nian2 hou4 sp1 fu1 fu4 lia2 xiang3 yao4 yi2 ge4 hai2 zi5 sp1 dan4 yi4 zhi2 wei4 neng2 ru2 yuan4 huai2 shang4 sil +008974 sil shi4 shi2 shang4 sp1 ban4 sui2 zhe5 shang4 hai3 tui4 xiu1 zhe3 yue4 lai2 yue4 duo1 sp1 kui1 kong1 ye3 hui4 yue4 lai2 yue4 da4 sil +008975 sil dian3 xin5 sp1 jin1 ri4 hai2 tui1 chu1 dian3 xin5 tong1 xun4 lu4 sp1 dian3 xin5 he2 tong2 bu4 deng3 xin1 gong1 neng2 sil +008976 sil kan4 dao4 shu2 xi5 de5 hu4 shi5 jie3 jie5 sp1 hai2 zi5 hui4 lie2 lie2 zui3 sp1 wu2 sheng1 de5 xiao4 qi3 lai2 sil +008977 sil shi4 zi5 shu4 shang4 jie2 de5 shi4 zi5 dou1 shi4 huang2 deng1 deng1 de5 sp1 bo1 kai1 le5 her2 r dou1 shi4 hei1 de5 sil +008978 sil ru2 he2 gou1 tong1 sp1 zen3 me5 gou1 tong1 sp1 jian4 jian4 cheng2 wei2 wo3 men5 ri4 si1 ye4 xiang3 de5 zhu3 ti2 sil +008979 sil chu2 le5 shang4 zi4 ji3 zhuan1 ye4 kai1 de5 ke4 sp1 mu4 peng2 hai2 xi3 huan1 dao4 bie2 de5 zhuan1 ye4 ceng4 ke4 sil +008980 sil he2 xiao3 shun4 tou4 lu4 sp1 mei3 er2 de5 fu4 mu3 sp1 hai2 juan1 zeng4 chu1 sp1 ta1 de5 jiao3 mo2 he2 shen4 zang4 sil +008981 sil xi1 ri4 de5 wang3 tan2 nv3 huang2 sp1 zen3 me5 bei4 bie2 ren2 gao4 shang4 le5 fa3 ting2 ne5 sil +008982 sil ou1 zhou1 he2 ri4 ben3 zai4 shuai1 tui4 bian1 yuan2 zheng1 zha2 zhi1 shi2 sp1 zhi1 cheng1 qi3 quan2 qiu2 jing1 ji4 de5 zeng1 zhang3 sil +008983 sil fu2 cong2 bin1 yuan4 shi4 sp1 zheng4 shi4 zai4 ci2 ling3 yu4 sp1 qu3 de2 le5 ling4 ren2 zhu3 mu4 de5 cheng2 jiu4 sil +008984 sil ta1 de5 ban4 gong1 zhuo1 shang4 zong3 shi4 dui1 man3 le5 xue2 sheng1 zuo4 ye4 shi4 juan4 sp1 jing1 chang2 fei4 qin3 wang4 shi2 sil +008985 sil wo3 gan2 jin3 deng1 lu4 dao4 de5 tao2 bao3 sp1 bei1 ju4 a5 sp1 shou1 huo4 di4 zhi3 ju1 ran2 mo4 ren4 de5 shi4 ta1 sil +008986 sil xin4 ji4 chu1 hou4 sp1 wang2 xiao1 jue2 de5 shi4 jie4 mang2 ran2 yi2 pian4 sp1 xin1 ma2 mu4 de5 ting2 zhi3 le5 tiao4 dong4 sil +008987 sil wen2 zhang1 mei2 you3 ren4 he2 shi4 shi2 yi1 ju4 sp1 sui2 yi4 bian2 sun3 zi4 ji3 ming2 yu4 sp1 qin1 fan4 zi4 ji3 ming2 yu4 quan2 sil +008988 sil da4 pi1 ji4 zhe3 sp1 liu2 shou3 ze2 kao1 ma1 yu4 suo3 lou2 xia4 sp1 xi1 wang4 neng2 cai2 fang3 dao4 di4 yi1 shou3 zi1 xun4 sil +008989 sil hai3 guan1 zong2 shu3 ji1 ji2 tuo4 zhan3 he2 you1 hua4 jia1 gong1 mao4 yi4 de5 chan3 ye4 jie2 gou4 tiao2 zheng3 deng2 deng3 sil +008990 sil qian2 rong2 tu1 ran2 pao3 dao4 ta1 mian4 qian2 shuo1 sp1 gao4 su4 ni3 yi2 ge5 xiao1 xi5 sp1 wo3 yao4 qu4 zhui1 yao2 shu1 qin2 sil +008991 sil nan2 zi2 hao3 xiang4 bing4 bu4 jie3 qi4 sp1 you4 yao4 lin1 zhe5 la1 ji1 tong3 zai4 za2 sp1 bei4 ren2 zu2 zhi3 sil +008992 sil wo3 xiang1 xin4 sp1 xiao3 hai2 zi5 ye3 bu4 xi1 wang4 ma1 ma5 mei3 tian1 dou1 zai4 jia1 dui4 ta1 luo1 suo5 ba5 sil +008993 sil dan4 jin4 duan4 shi2 jian1 sp1 tian1 qi4 zhen1 de5 hen3 qing1 tou4 shuang2 lang3 sp1 ke2 yi3 fang4 xin1 de5 shai4 yi1 wu4 sil +008994 sil xiong2 mao1 you2 zhua3 zi5 sp1 wo2 zong3 shi4 gao4 su4 wo3 de5 fen3 si1 sp1 yao4 xiu4 chu1 ta1 men5 de5 zhua3 zi5 sil +008995 sil ge2 lao3 tai4 hen2 gan3 ji1 sp1 yao4 ba3 qin2 cai4 song4 gei2 hao3 xin1 ren2 sp1 dan4 bei4 ren2 men5 wan3 ju4 sil +008996 sil wo3 jia1 de5 mu3 lao2 hu3 cai2 ke3 pa4 ne5 sil +008997 sil ru2 guo3 shuai4 shi4 yi4 zhong3 zui4 sp1 na4 jin1 tian1 zhu3 ren2 ni2 yi3 jing1 zui4 e4 tao1 tian1 le5 sil +008998 sil wo3 men5 cong2 huang2 hai3 zhi1 bin1 sp1 xiang4 qing1 zang4 gao1 yuan2 xiang4 shi4 jie4 wu1 ji3 sp1 fa1 qu4 wo3 men5 zui4 hao3 de5 zhu4 yuan4 sil +008999 sil guang3 zhou1 nv3 xing4 sp1 zhi4 chuang1 huan4 bing4 lv4 ju1 shou3 sp1 qi2 ci4 shun4 wei4 pai2 xu4 shi4 sp1 bei3 jing1 shang4 hai3 shen1 zhen4 sil +009000 sil shi4 liang2 tuo1 sp1 hai2 shi4 dai4 gen1 de5 sil +009001 sil wo3 men5 cheng2 shi4 de5 fu4 su1 sp1 you3 lai4 yu2 ta1 qiang2 you3 li4 de5 zheng4 ce4 sil +009002 sil zhe4 yang4 zuo4 de5 yi1 ju4 jiu4 shi4 su1 ren2 tong1 sp1 er4 san1 qi1 hao4 wen2 jian4 sil +009003 sil zhe4 jiang1 hui4 hen3 da4 cheng2 du4 de5 huan2 jie3 yang2 lao3 jin1 de5 que1 kou3 sil +009004 sil wei4 shen2 me5 ji3 feng1 wu1 gao4 xin4 sp1 jiu4 you3 na4 me5 da4 de5 po4 huai4 li4 sil +009005 sil gang1 mai3 de5 ku4 zi5 bu2 dao4 shi2 fen1 zhong1 sp1 ni3 jiu4 nong4 po4 le5 sil +009006 sil yin1 ci3 sp1 zhi3 neng2 yi3 zui4 ben4 de5 fang1 shi4 sp1 bu2 duan4 yi2 luan3 ji1 shi2 sil +009007 sil liang3 ren2 cuo4 che1 zhi1 ji4 sp1 mao2 die1 die5 tu1 ran2 shuai1 dao3 shou4 shang1 sil +009008 sil tong2 shi2 sp1 mu4 min2 jiu4 ye4 qu2 dao4 zhai3 sp1 shou1 ru4 zeng1 zhang2 huan3 man4 sil +009009 sil nv3 ming2 xing1 ye3 shi4 ping2 fan2 ren2 sp1 ni2 yi3 wei2 zai4 yu2 le4 quan1 pai1 xi4 gan3 tong1 gao4 hen3 rong2 yi4 ma5 sil +009010 sil xu3 duo1 dao4 li3 sp1 ren2 men5 yi3 jing1 zheng4 ming2 guo4 qian1 bian4 wan4 bian4 sp1 wei4 shen2 me5 hai2 yao4 dai4 zhe5 jiao3 xing4 de5 xin1 li3 zai4 qu4 shi4 yan4 yi4 hui2 ne5 sil +009011 sil zuo2 tian1 sp1 ta1 xiang4 cheng2 du1 shang1 bao4 ji4 zhe3 wei2 wei3 dao4 lai2 sil +009012 sil lin2 feng1 yu3 duo1 wei4 nian2 qing1 mo2 ter4 r sp1 na2 qi3 dao4 ju4 dan4 gao1 he2 zhao4 sil +009013 sil dui4 yu2 wu2 li4 ke3 tu2 de5 ke4 hu4 qu2 dao4 sp1 ye2 ba3 ta1 men5 qia1 duan4 le5 sil +009014 sil mei3 jun1 wei4 he2 hai2 po4 bu4 ji2 dai4 de5 sp1 yao4 dong4 yong4 di4 si4 bu4 bing1 shi1 sil +009015 sil er2 yi2 min2 yu3 guan1 qia3 ju2 sp1 yi2 zhan3 kai1 diao4 cha2 sp1 zhang3 wo4 liang3 ren2 de5 zui4 zheng4 sil +009016 sil wei4 le5 duo1 zheng4 ji3 ge4 fa3 lang2 sp1 ta1 mei3 zhou1 chao1 fu4 he4 de5 gong1 zuo4 sil +009017 sil wei4 le5 rang4 zhang4 fu5 qing1 qing1 shuang2 shuang3 sp1 chang2 nv3 hai2 xue2 hui4 le5 li3 fa4 sil +009018 sil zhi3 zhi1 dao4 ping2 lun4 chun1 guang1 de5 ren2 sp1 chun1 guang1 bu2 hui4 yu3 ta1 tong2 xing2 sil +009019 sil ju4 liao2 jie3 sp1 yu3 yuan2 gong1 guan3 shi4 min2 guo2 ming2 yi1 liu2 jian4 xun1 de5 jiu4 ju1 sil +009020 sil hou4 mian5 de5 hua4 ta1 yi3 jing1 ting1 bu2 dao4 le5 sp1 bu4 jian3 fei2 sp1 ning4 ke2 si3 sil +009021 sil jing1 hun2 yi2 ke4 guo4 hou4 sp1 ta1 hui2 xiang2 qi3 shi4 deng1 shan1 zhang4 mei2 ning2 jin3 sil +009022 sil xi1 shui3 sp1 xi1 chen2 sp1 qu4 wu1 sp1 ge2 yin1 sp1 bao3 hu4 zhu3 ji1 tan2 deng3 gong1 neng2 sil +009023 sil bei4 she4 sha1 dong1 bei2 hu3 de5 lao3 gong1 sp1 ji4 mo4 de5 pa1 zai4 tie3 long2 nei4 sil +009024 sil you3 shi2 mang2 qi3 lai2 le5 sp1 mei2 ling2 qian2 sp1 yi4 lian2 ji3 tian1 dou1 bu4 shou1 wo3 qian2 sil +009025 sil cheng2 qi1 si4 yi1 lu4 gan2 huo3 che1 de5 cheng2 ke4 sp1 zui4 hao3 ti2 zao3 chu1 fa1 sil +009026 sil you3 xie1 jia1 ru4 le5 bang4 bang5 jun1 sp1 jian1 tiao3 zhu2 gan1 sp1 cong2 shi4 huo4 wu4 yun4 song4 sil +009027 sil dan4 ta1 men5 hen3 zhi1 chi2 sp1 yun2 xu3 wo2 ba3 zhe4 ju4 hua4 fang4 dao4 wang3 zhan4 shang4 sil +009028 sil yi3 qian2 suo3 ban4 de5 zhan2 lan2 deng3 sp1 bu4 shu3 yu2 gu4 gong1 guan2 li3 sil +009029 sil dan4 shi4 jia1 bao4 wa5 sp1 ta1 ye2 you2 nv3 de5 da3 nan2 de5 de5 shi2 hou5 sil +009030 sil qi1 jian1 sp1 niu1 niu5 yi4 zhi2 da4 ku1 sp1 dan4 dan1 mou3 sp1 mei2 you3 ting2 shou3 sil +009031 sil bing1 xue3 shang4 wei4 rong2 hua4 sp1 chong2 jian4 dian4 wang3 de5 bu4 fa2 yi3 kai1 qi3 sil +009032 sil fa1 xian4 gong1 zuo4 ren2 yuan2 tai4 du4 man2 heng4 de5 sp1 yao4 yan2 jia1 cheng2 chu3 sil +009033 sil na4 xie1 xi3 huan1 tiao1 dian3 mao2 bing4 sp1 shuo1 dian3 xian2 hua4 de5 ren2 sp1 ye3 hua4 bu4 duo1 sil +009034 sil you2 yu2 huo2 chang3 shang4 feng1 li4 bu2 duan4 jia1 da4 sp1 you4 jia1 su4 le5 ke3 ran2 wu4 ran2 shao1 sil +009035 sil kuai4 zou3 dao4 di4 bian1 shi2 sp1 yuan2 yuan3 kan4 dao4 di4 leng2 hou4 sp1 ge1 zhe5 yi2 jian4 hua1 yi1 shang5 sil +009036 sil fei4 qi4 zhu1 rou4 zai4 tu3 guo1 li3 ao2 lian4 sp1 hei1 se4 de5 zhu1 you2 liu2 dao4 tong2 li3 sil +009037 sil ru2 jin1 sp1 ge2 qi3 yi4 de5 zhuang1 shi4 gong1 si1 sp1 zou3 ru4 le5 zheng4 gui3 sp1 sheng1 ji4 wu2 you1 sil +009038 sil luan2 zi3 shi4 cong2 ji1 yin1 ku4 tiao1 xuan3 de5 sp1 lai2 zi4 yi2 ge4 ni4 ming2 de5 nv2 zi3 sil +009039 sil dan4 ru2 guo3 que1 fa2 zi1 jin1 sp1 que4 hen3 nan2 xi1 yin3 you1 xiu4 de5 ruan3 jian4 ren2 cai2 sil +009040 sil er4 yang3 hua4 liu2 tian1 jia1 zai4 shi2 pin3 zhong1 sp1 zhu3 yao4 qi2 piao3 bai2 he2 fang2 fu3 zuo4 yong4 sil +009041 sil yi2 wei4 shi4 min2 shuo1 sp1 jing1 xing3 hou4 ting1 jian4 le5 fang2 wu1 bei4 yao2 dong4 de5 zhi1 zhi1 sheng1 sil +009042 sil jie2 guo3 sp1 yin1 ci3 mei2 chou3 jian4 qian2 mian4 de5 dian4 xian4 gan1 zi5 sp1 yi4 tou2 zai1 shang4 le5 sil +009043 sil ce4 jing3 ji4 shu4 sp1 dui4 shi2 you2 kan1 tan4 de5 xiao4 lv4 he2 zhi4 liang5 sp1 zhi4 guan1 zhong4 yao4 sil +009044 sil you3 ren2 fa1 chu1 zhe4 yang4 de5 yi2 wen4 sp1 fan4 du2 zhi4 zao4 jia3 yao4 sp1 mei2 you3 ren2 guan3 ma5 sil +009045 sil mei3 tian1 da4 bu4 fen4 shi2 jian1 sp1 ta1 dou1 dai1 zai4 xiu4 jia4 qian2 sp1 mai2 tou2 xiu4 hua1 sil +009046 sil er2 dao4 xia4 ji4 sp1 hou4 niao2 bei3 fei1 sp1 you4 ke3 neng2 zai4 ya4 zhou1 bei3 bu4 dai4 lai2 yi4 qing2 sil +009047 sil bi1 ze4 de5 hang4 dao4 liang3 pang2 sp1 lin2 li4 zhe5 sp1 xiao2 shou3 gong1 zuo1 fang5 de5 zhao1 pai5 sil +009048 sil dan4 shi4 xian4 shi2 zhong1 sp1 zui4 zhong1 yi4 ban1 dou1 nan2 yi3 huo4 de2 kuan1 yu4 de5 pei2 chang2 sil +009049 sil sheng1 hai2 zi5 ye2 hen3 lei4 a5 sp1 bu2 yao4 zai4 yi4 shi4 shei2 de5 le5 sp1 hao3 ma5 sil +009050 sil zheng4 shi4 zhe4 zhu4 ming2 de5 feng1 zheng5 shi2 yan4 sp1 cheng2 jiu4 le5 ta1 dian4 xue2 zhi1 fu4 de5 di4 wei4 sil +009051 sil zhong1 xian4 sp1 you2 liang3 qian1 san1 bai3 nian2 li4 shi3 sp1 shi4 ba1 wen2 hua4 fa1 xiang2 di4 sil +009052 sil you3 shi2 zhuo1 zi5 shang4 shu1 hong2 le5 yan3 sp1 yu2 le4 cheng2 le5 ou4 qi4 sp1 ye3 bu4 hao3 sil +009053 sil wo3 hai2 mei2 yang3 guo4 chong3 wu4 ne5 sp1 bu2 guo4 dao4 shi4 hen2 xiang3 chang2 shi4 yi2 xia4 sil +009054 sil ju4 xi1 sp1 lao3 tai4 tai5 du2 zi4 yi4 ren2 ju1 zhu4 sp1 shen1 bian1 sp1 wu2 ren2 zhao4 gu5 sil +009055 sil bai3 ming2 jiang1 jun5 zhi2 shu4 sp1 yi3 cheng2 wei2 yi4 wu4 zhi2 shu4 huo2 dong4 de5 dian3 fan4 sil +009056 sil han2 jia4 zuo4 ye4 bian4 le5 wei4 sp1 dou1 shi4 gong1 li4 shi2 yong4 zhu3 yi4 re3 de5 huo4 sil +009057 sil you3 ci4 sp1 peng2 you5 yi4 qi2 da3 ma2 jiang4 sp1 san1 que1 yi1 sp1 you3 ge5 peng2 you5 dai4 ge5 bu2 ren4 shi5 de5 peng2 you5 lai2 sp1 wo3 men5 wen4 ta1 hui4 wan2 ma5 sil +009058 sil liu2 xian1 sheng5 jue2 de5 bu2 dui4 jinr4 r sp1 xian1 kai1 bei4 zi5 yi2 kan4 sp1 wang2 hui4 sp1 yi3 jing1 duan4 qi4 sp1 sui2 ji2 bao4 jing3 sil +009059 sil zi4 ji3 kan4 kan5 sp1 ni3 zhe4 du4 zi5 sp1 na3 xiang4 er4 shi2 ji3 sui4 sp1 si4 wu3 shi2 sui4 dou1 bu4 zhi3 ba5 sil +009060 sil bie2 ju3 sang4 sp1 huo2 chu1 jing1 cai3 cai2 shi4 dui4 feng3 ci4 zui4 hao3 de5 huan2 ji1 sp1 dun1 xia4 lai5 sp1 gei3 zi4 ji3 yi2 ge4 yong1 bao4 sil +009061 sil zuo2 ri4 sp1 bei3 jing1 ao4 yun4 hui4 kai1 mu4 shi4 dao2 yan3 zhi1 yi1 de5 wang2 chao2 ge1 sp1 tou4 lu4 le5 zhe4 yi4 xiao1 xi5 sil +009062 sil ru2 jiang1 fu4 yu4 de5 dian4 li4 mai4 gei3 guo2 jia1 dian4 wang3 sp1 bi3 zhong4 di4 de5 xiao4 yi4 sp1 yao4 ti2 gao1 hao3 duo1 bei4 sil +009063 sil ting1 dao4 ci3 hua4 sp1 jie2 mou3 he2 han2 mou3 hen3 qi4 fen4 sil +009064 sil ren2 men5 he5 sp1 wo3 men5 hai2 neng2 zai4 kai1 da4 long2 tou2 sp1 rang4 qing1 ling2 ling2 de5 zi4 lai2 shui3 zhou4 ye4 chang2 liu2 ma5 sil +009065 sil qi4 jin1 wei2 zhi3 sp1 ta1 reng2 ran2 bi3 geng1 bu2 chuo4 sil +009066 sil wo3 gui1 nv5 sp1 rang4 wo2 gei3 ta1 mai2 hao3 chi1 de5 ne5 sil +009067 sil chao1 shi4 li3 que4 chao2 mi2 fen3 mai4 de5 bu2 cuo4 sil +009068 sil zhu1 rong2 ji1 tong2 zhi4 sp1 gan3 dao4 you2 hen3 da4 ya1 li4 sil +009069 sil gong1 nei4 zheng3 jie2 li4 suo5 sp1 lang2 zhu4 men2 chuang1 sp1 yan2 se4 xian1 yan4 sp1 ji3 ming2 dian4 gong1 zheng4 zai4 wei2 xiu1 xian4 lu5 sil +009070 sil deng1 shang4 mo2 tian1 lun2 sp1 you2 ke4 men5 sp1 neng2 fu3 kan4 zi4 you2 nv3 shen2 xiang4 sp1 tiao4 wang4 man4 ha1 dun4 tian1 ji4 xian4 sil +009071 sil zhe4 shi4 zang4 min2 de5 ding2 li3 sil +009072 sil zai4 shuo1 le5 sp1 wo2 ba2 shou3 ji1 huan2 gei2 ni3 sp1 wo3 bu2 jiu4 shi4 zi4 tou2 luo2 wang3 sp1 wo2 sha3 ya5 sil +009073 sil dui4 yu2 shang4 shu4 tou2 zi1 sp1 tian1 lai4 si4 de5 seng1 ren2 men5 biao3 shi4 sp1 yi4 wu2 suo3 zhi1 sil +009074 sil zhi3 shi4 san1 yi1 fang1 mian4 sp1 ku3 yu2 mei2 you3 que4 zao2 zheng4 ju4 sil +009075 sil zhang1 ying3 qing1 chuang4 li4 de5 xue2 ke1 shou4 gao1 du4 ping2 jia4 sil +009076 sil mai3 ping2 yin3 liao4 sp1 ping2 gai4 shang4 xie3 de5 zai4 lai2 yi4 ping2 sil +009077 sil rao2 rang3 ban4 nian2 sp1 zui4 zhong1 bei4 pan4 fa2 kuan2 liao3 shi4 sil +009078 sil wo3 de5 sun1 nv5 shuo1 sp1 ta1 xian4 zai4 bu2 yuan4 yi4 qu4 shang4 xue2 sil +009079 sil ta1 shen1 cai2 ai2 xiao3 quan2 gu3 tu1 chu1 sp1 liu2 zhe5 xiao3 hu2 zi5 sp1 shuo1 hua4 yi4 kou3 nong2 zhong4 de5 fu2 jian4 kou3 yin1 sil +009080 sil qi2 shi2 sp1 tian2 xing1 jiu4 shi4 zhi4 zhang4 zhe2 lv3 tian1 xi3 sil +009081 sil yu3 yi4 xing4 jie1 chu4 de5 ji1 hui4 duo1 sp1 chi1 cu4 le5 mei2 sil +009082 sil hen3 kuai4 sp1 zhang1 mou3 er2 zi5 de5 gong1 zuo4 an1 pai2 tuo3 dang4 sil +009083 sil da4 mo2 shou3 xi2 jing1 ji4 xue2 jia1 wang2 qing4 ze2 ren4 wei2 sp1 mu4 qian2 de5 qian2 zai4 chong1 ji1 shi4 ke2 yi3 kong4 zhi4 de5 sil +009084 sil wo2 xi3 huan1 yun4 dong4 sp1 dan4 shi4 hen2 shao2 da3 lan2 qiu2 ne5 sil +009085 sil lin2 jin4 nian2 di3 sp1 ge4 zhong2 bu3 tie1 fen1 zhi4 ta4 lai2 sil +009086 sil tong2 yang4 de5 sp1 hou4 xuan2 chi3 cun4 sp1 ye3 jin4 xing2 le5 suo1 duan3 sil +009087 sil bei4 bu4 de5 ju4 zhi4 sp1 yin1 ci3 bei4 ceng4 lan4 hao3 duo1 hui2 sil +009088 sil wo2 ting3 zai4 hu5 fen3 si1 de5 sp1 ou2 er2 ye3 hui4 fa1 ge5 tie3 sil +009089 sil yi4 zhi1 can1 sai4 gong1 ji1 sp1 zhua3 zi5 shang4 zhuang1 zhe5 xiao3 dao1 sil +009090 sil qian2 xie1 nian2 chu1 xian4 le5 xi2 zao3 xie4 sp1 tou4 qi4 xie4 sp1 deng3 ge4 lei4 da3 zhe5 yang2 cheng2 hu2 zhao1 pai2 de5 hu2 xie4 sil +009091 sil nv3 ren2 sp1 ti3 yan4 zhe5 tong4 ku3 er2 xing4 fu2 de5 shi2 ke4 sil +009092 sil wu2 qi2 long2 cheng1 sp1 dang1 zhi4 zuo4 ren2 chi1 li4 bu4 tao2 hao3 sil +009093 sil zai4 gan4 la1 ji1 tong3 nei4 sp1 que4 fang4 zhe5 ji1 dan4 ke2 sil +009094 sil dan4 shi4 sp1 si4 yue4 fu2 lei2 zai4 ci4 dang1 xuan3 zong2 tong3 sp1 bing4 yin3 fa1 le5 guo2 nei4 de5 bao4 li4 chong1 tu1 shi4 jian4 sil +009095 sil zhan2 lan3 jiang1 dui4 quan2 ti3 guan1 zhong4 shi2 xing2 mian3 fei4 ru4 chang3 sp1 ti2 gong1 yi4 wu4 jiang2 jie3 sil +009096 sil hui4 hou4 sp1 lv4 se4 li4 wei2 biao3 shi4 sp1 xiang1 xin4 zong2 tong3 he2 hu1 luo2 ji5 de5 shuo1 fa3 sil +009097 sil jiu4 gang1 gang1 sp1 qu4 chao1 shi4 mai3 yan1 sp1 mu4 ce4 you3 yi2 ge4 zheng4 tai4 si4 wu3 sui4 de5 yang4 zi5 sil +009098 sil chu1 shi4 hou4 sp1 gai1 za3 guan2 li3 nong2 cun1 san2 yang3 de5 quan3 zhi1 sp1 wo3 men5 ye2 hen3 tou2 teng2 sil +009099 sil ci3 wai4 sp1 chi1 fan4 hai2 dei3 hua1 qian2 sp1 zan2 he2 bei3 ren2 jiu4 tu3 dou4 qie2 zi5 sp1 xi1 hong2 shi4 sp1 chi1 cai4 lao3 san1 yang4 sil +009100 sil ke1 pu3 huo2 dong4 jie2 shu4 hou4 sp1 jing1 xuan3 chu1 ban3 le5 ren2 wen2 zhi1 chuang1 yi4 shu1 sp1 shou4 dao4 guang3 da4 du2 zhe3 de5 huan1 ying2 sil +009101 sil zai4 wei4 lai2 wu3 tian1 li3 sp1 dou1 you3 jiang4 yu3 sp1 wai4 chu1 ji4 de5 dai4 hao2 yu3 ju4 sil +009102 sil zai4 qi2 qi2 ha1 er3 sp1 liang2 hao3 de5 sheng1 tai4 huan2 jing4 sp1 rang4 dan1 ding3 he4 sp1 lai2 zhe4 li3 sp1 xiu1 yang3 sheng1 xi1 sil +009103 sil xian4 cheng2 li3 sp1 ye3 mei2 you3 chu1 xian4 qiang3 gou4 shi2 pin2 deng3 xian4 xiang4 sil +009104 sil shi2 nian2 shi4 yi2 chuan4 chuan4 jiao3 yin4 sp1 shi2 nian2 shi4 yi2 ge4 zhang1 jie2 sil +009105 sil shuang1 yang2 shui3 de5 yong4 tu2 shi4 gei3 niu2 ti2 sp1 niu2 er3 duo5 piao3 bai2 sil +009106 sil yan3 chu1 jie2 shu4 hou4 sp1 zhu1 rong2 ji1 jie1 jian4 quan2 ti2 yan3 zhi2 yuan2 sil +009107 sil ao4 ba1 ma3 zong2 tong3 bo2 chi4 zhe4 yi4 shuo1 fa3 shi2 shu3 huang1 tang2 sil +009108 sil po4 shi3 lin2 cui4 lu4 chang2 geng2 zu3 de5 fang2 wu1 sp1 yi3 bei4 chai1 chu2 sil +009109 sil yi4 xie1 yan1 cong1 bei4 xiao1 diao4 le5 sp1 geng4 duo1 yan1 cong1 sp1 li4 qi3 lai2 sil +009110 sil mei2 ban4 fa3 sp1 zhi3 neng2 xuan3 ze2 chu1 xing2 duo2 duo3 feng1 tou5 sil +009111 sil fang4 pi4 sp1 ni3 gao4 su4 lao3 niang2 sp1 na2 li3 pi2 qi5 bao4 le5 sil +009112 sil yuan2 lai2 ta1 duo2 qi3 lai2 wan2 wei1 bo2 sp1 yu2 you3 ren2 da4 tan2 xing1 zuo4 sil +009113 sil ran2 hou4 sp1 ta1 chuan1 shang4 yi2 jian4 quan2 shen1 bai2 se4 de5 sang1 fu2 sil +009114 sil xiao3 zheng4 biao2 jie3 jiu4 zai4 zhong1 qiu1 jie2 zhao3 dao4 po2 jia1 de5 sil +009115 sil geng4 ji2 shou3 de5 shi4 sp1 niu1 niu1 de5 fu4 qiang1 gan2 ran3 yan2 zhong4 sil +009116 sil wo3 zui4 jin4 zhu4 yi4 dao4 sp1 wang3 shang4 dui4 fa1 gai2 wei3 yi4 lun4 po1 duo1 sil +009117 sil bu2 guo4 sp1 zhe4 ge5 meng4 xiang3 sp1 yi4 shi2 ban4 huir4 r sp1 ye2 hen3 nan2 shi2 xian4 sil +009118 sil ru2 guo3 zai4 xin4 xi1 hen3 nan2 chuan4 da2 dao4 de5 shan1 qu1 ne5 sil +009119 sil ci3 shi2 sp1 min2 jing3 guo1 geng1 jun1 de5 ku4 zi5 you3 le5 gua3 ceng4 sil +009120 sil qing2 kao3 lv4 zai4 zhong1 qing2 ju2 de5 quan2 qiu2 ren4 zhi2 ji1 hui4 sil +009121 sil si4 nian2 zhi1 hou4 sp1 ta1 men5 de5 ju4 xing1 di4 wei4 sp1 yi1 jiu4 wen3 gu4 sil +009122 sil xin1 yi4 lun2 tou2 zi1 sheng4 yan4 xi1 xi1 rang2 rang3 sp1 jie1 wei2 li4 lai2 sil +009123 sil jie1 fang5 men5 fen1 fen1 cai1 ce4 sp1 jing3 fang1 ke3 neng2 yao4 qiang2 gong1 sil +009124 sil sui2 hou4 sp1 chuan1 shang4 wa4 zi5 he2 xie2 sp1 he2 peng2 you5 chu1 men2 le5 sil +009125 sil bu4 kua1 zhang1 de5 shuo1 sp1 ta1 jiang1 guan1 xi5 yi1 gai3 de5 cheng2 bai4 sil +009126 sil qu4 ba5 qu4 ba5 sp1 ming2 tian1 ji4 de5 zai4 lai2 zhao2 wo3 bao4 dao4 sil +009127 sil wo3 bu2 yao4 fen3 si1 le5 sp1 zhi1 chi2 wo3 jiu4 duo1 zhuan3 fa1 ci2 tie3 sil +009128 sil zhe4 li2 bi3 jiao4 yin3 bi4 sp1 you4 chou4 sp1 hen2 shao3 ren2 lai2 zhe4 li3 sil +009129 sil xue2 dao4 cheng2 chu2 fa3 shi2 sp1 jiu4 hui4 bei4 jiu2 jiu3 cheng2 fa2 biao3 sil +009130 sil san1 shi4 sp1 gao2 hao3 zhai2 ji1 di4 tui4 chu1 de5 zi1 jin1 chou2 cuo4 sil +009131 sil you3 wang2 you3 wen4 sp1 neng2 bu4 neng2 hui2 yi4 ji3 jian4 liu2 yang2 zai4 xue2 xiao4 li3 de5 qu4 shi4 huo4 qiu3 shi4 sil +009132 sil zi1 liao4 xian3 shi4 sp1 jing1 hu4 gao1 tie3 lang2 fang2 duan4 sp1 quan2 chang2 san1 shi2 dian3 san1 si4 er4 gong1 li3 sil +009133 sil lao3 zi5 chu1 qi4 sp1 er2 zi5 xie4 qi4 sp1 ling2 shan1 shuo1 sp1 wo2 fan3 zheng4 bu2 yong4 gong1 sp1 wo3 bu2 nian4 le5 sil +009134 sil ta4 ru4 hua1 tan2 zhe3 sp1 fa2 kuan3 san1 yuan2 sil +009135 sil di4 san1 tian1 sp1 xiao3 dong1 fa1 re4 sp1 ke2 sou5 sp1 ma1 ma5 gan2 jin3 dai4 ta1 qu4 dang1 di4 de5 zhen4 yi1 yuan4 jiu4 zhen3 sil +009136 sil si1 li4 yao2 gao4 su4 ji4 zhe3 sp1 dian4 dong4 san1 lun2 che1 zai4 kuai4 di4 shi4 chang3 de5 sheng1 ming4 li4 sp1 fei1 chang2 wang4 sheng4 sil +009137 sil ci3 wai4 sp1 da1 shou4 bei4 jiao4 ting2 sp1 li4 yong4 li3 cai2 chan2 pin3 gao1 xi1 lan2 chu3 de5 xian4 xiang4 sp1 ye3 jiang1 bei4 e4 zhi4 sil +009138 sil liu4 shi4 chuang4 xin1 si1 wei2 sp1 tui1 chu1 chang2 gui1 de5 jie2 shi4 huo2 dong4 sp1 zeng1 qiang2 ti3 yu4 sai4 shi4 de5 chuang4 yi4 he2 she4 ji4 sil +009139 sil cu4 bu4 ji2 fang2 de5 ta1 ji2 tui4 liang3 bu4 sil +009140 sil ru2 guo3 sp1 bu4 neng2 cong2 zhe4 yi2 jian4 kan4 dao4 lie4 ren2 de5 yong2 wu3 sp1 na4 zhe4 tou2 shi1 zi5 jiu4 ben4 dan4 dao4 jia1 le5 sil +009141 sil zhe4 yang4 de5 tiao2 zheng3 fang1 shi4 sp1 bi3 jiao4 wen2 tuo3 sil +009142 sil shuo1 ying1 yu2 hao3 nan2 o5 sp1 wo3 zheng4 zai4 xue2 xi2 zhong1 sil +009143 sil ban4 fa3 sp1 gui1 ding4 le5 nong2 chan2 pin3 zeng1 zhi2 shui4 jin4 xiang4 shui4 e2 he2 ding4 fang1 fa3 sil +009144 sil zui4 hou4 han2 zhe5 lei4 wen4 le5 ju4 sp1 shui2 jia1 de5 xiong2 hai2 zi5 sp1 jiao4 xi1 zao3 bu2 da4 san1 ge4 tu3 sil +009145 sil dui4 yu2 yu3 ying4 cai3 er2 de5 hun1 yin1 sp1 ta1 hen2 you3 zi4 xin4 de5 shuo1 sp1 jie2 hun1 jiu4 shi4 yi2 bei4 zi5 de5 shi4 sil +009146 sil an3 men5 san1 nian2 da4 xue2 jing4 suan4 shu4 xue2 ti2 le5 sil +009147 sil xian4 zai4 lian2 ji1 qi4 ren2 ye3 yao4 bei4 cui1 hun1 le5 ma5 sil +009148 sil gang1 nong4 le5 ge4 fei1 chang2 hao3 chi1 de5 rou4 bao1 zi5 sil +009149 sil zhe4 zhong3 dan1 jing1 shou4 pa4 de5 ri4 zi5 he2 shi2 liao3 sil +009150 sil zui4 hou4 sp1 hai2 yao4 jing1 guo4 shua1 xi3 cai2 neng2 peng1 ren4 sil +009151 sil dang1 ran2 shi4 mang2 zhe5 xue2 xi2 sp1 bian4 de5 geng4 bang4 lou5 sil +009152 sil ta1 shui4 li3 bian1 de5 wu1 sp1 wo3 shui4 wai4 bian1 de5 sha1 fa1 sil +009153 sil zheng4 hao3 sp1 qu1 wei2 li3 de5 yi2 ge4 nei4 bu4 kan1 wu4 yao4 ren2 sp1 lin2 fu4 rong2 sheng1 bian1 ji5 sp1 bian4 ju3 jia1 ban1 qian1 sil +009154 sil dao4 hun2 chun1 sp1 shou3 xian1 gan3 shou4 dao4 de5 sp1 shi4 hun2 chun1 ren2 de5 na4 fen4 zi4 hao2 gan3 sp1 shi3 ming4 gan3 sil +009155 sil zhe4 jiu4 yi4 wei4 zhe5 sp1 jin1 hou4 sp1 gong1 min2 ke2 yi3 bu4 can1 jia1 jia4 xiao4 pei2 xun4 sp1 er2 zhi2 jie1 luo2 kao3 jia4 zhao4 sil +009156 sil ta1 she3 bu4 de2 hua1 yi4 fen1 qian2 sp1 dou1 ba3 qian2 zan2 qi3 lai2 sp1 gei2 mu3 qin1 zhi4 bing4 sil +009157 sil dang1 ran2 sp1 zhe4 bu4 neng2 quan2 guai4 zhang1 yi4 mou2 sp1 zhi3 guai4 zi4 ji3 zhi1 shi5 tai4 pin2 fa2 sil +009158 sil zhe4 jue2 dui4 shi4 shou4 dao4 le5 ta1 pai1 she4 de5 jing1 song3 pian1 zi3 zhai2 de5 ying2 xiang3 sil +009159 sil zai4 fu4 shi4 kang1 sp1 yi4 tian1 kai1 hui4 sp1 gong1 zhang3 wen4 ta1 sp1 wei4 shen2 me5 zong3 shi4 xiao4 mi1 mi1 de5 sil +009160 sil yin1 wei4 hong2 fan1 qie2 wai4 mian4 shi4 hong2 de5 sp1 ran2 hou4 qi2 shi2 fan1 qie2 li3 mian4 ye3 shi4 hong2 de5 sil +009161 sil chan2 shi1 na2 chu1 le5 yi2 ge4 cha1 zi5 sp1 shen2 me5 ye3 bu4 shuo1 sp1 nian2 qing1 ren2 huang3 ran2 da4 wu4 sil +009162 sil jin1 wan2 ni3 zai4 zhe4 yang4 sp1 shui4 sha1 fa1 qu4 sil +009163 sil she4 zai4 he2 dao4 zhong1 yang1 de5 shai1 xi2 dian3 sil +009164 sil bu4 fa1 biao3 yi4 jian4 sp1 jin2 biao3 shi4 zhi1 chi2 sil +009165 sil ta1 gang1 cai2 hai2 xing4 zai1 le4 huo4 sp1 xian4 zai4 zi4 ji2 ye3 zao1 dao4 tong2 yang4 bu2 xing4 de5 ming4 yun4 le5 sil +009166 sil hen3 kuai4 sp1 a1 cheng2 gong1 gong4 an1 quan2 zhuan1 jia1 ju2 hui4 ning2 pai4 chu1 suo3 min2 jing3 sp1 jiu4 gan3 dao4 le5 sil +009167 sil zhao4 pian4 zhong1 sp1 li3 hong2 ji1 he2 zhang1 gen1 shuo4 sp1 liang3 ren2 zhan4 zai4 zhong1 jian1 sp1 zuo4 ke3 ai4 lie2 zui3 zhuang4 sil +009168 sil bu4 shao3 wei2 guan1 zhe2 hao3 yan2 xiang1 quan4 sp1 xiao2 huo3 bu2 dan4 bu4 ting1 sp1 zui2 li3 hai2 ma4 ma5 lie1 lie1 sil +009169 sil yu3 wu2 lun2 ci4 shuo1 chu1 xiao3 li4 can2 si3 xiao1 xi5 sp1 sui2 ji2 xiang4 song1 tao2 xian4 gong1 an1 ju2 bao4 jing3 sil +009170 sil na4 tian1 shi4 yi4 nian2 yi2 du4 de5 gao1 kao3 sp1 shang4 wu2 kao3 wan2 hou4 sp1 xiao3 ming2 shuo1 kao3 de5 fei1 chang2 lan4 sil +009171 sil bu4 guan3 xian4 shi2 duo1 me5 fan2 fu4 he2 rong3 men4 sp1 ta1 dou1 yao4 shi2 chang2 qu4 wang3 ling4 yi2 ge4 shi4 jie4 sil +009172 sil yu2 ci3 tong2 shi2 sp1 xiao1 shou4 hui2 nuan3 sp1 shi3 fang2 qi3 de5 zi1 jin1 ya1 li4 de2 dao4 ji2 da4 huan2 jie3 sil +009173 sil zhuan3 nian4 xiang3 zhe4 zhong3 xiang2 fa3 bu4 mian3 pian1 ji1 sp1 shang4 hai3 de5 jiao4 yu4 sp1 bu2 dai4 biao3 zhong1 guo2 de5 sil +009174 sil yang2 mi4 sp1 dang1 zhi1 wu2 kui4 de5 ren2 qi4 nv3 xing1 sp1 cuan1 hong2 su4 du4 he2 da3 ji1 mian4 sp1 nan2 yi2 qi3 ji2 sil +009175 sil di2 fu4 shuan1 sp1 dang1 ji2 jiu4 zhao3 dao4 le5 tong2 cun1 de5 guang1 gun4 han4 feng2 mou3 sp1 feng2 mou2 biao3 shi4 tong2 yi4 sil +009176 sil mian4 dui4 yu4 mi3 de5 re4 qing2 sp1 si4 hu1 you3 xie1 pi2 bei4 de5 li2 yu3 chun1 sp1 biao3 qing2 yi4 zhi2 you3 xie1 mu4 ne4 sil +009177 sil mu4 qian2 sp1 zhou1 bian1 ge4 sheng3 shi4 de5 chang2 tu2 che1 zhan4 sp1 yi3 shi2 xing2 shi2 ming2 gou4 piao4 sp1 jin4 zhan4 an1 jian3 sil +009178 sil you2 yu2 wu2 fa3 jin4 ru4 zhi3 hui1 bu4 sp1 ta1 men5 shen4 zhi4 he2 zha4 lan5 dui4 mian4 de5 bao3 an1 sp1 ding2 qi3 le5 niu2 sil +009179 sil wang2 you3 xiao2 tao3 yan4 zhou1 shuo1 sp1 hai2 hao3 sp1 wo3 men5 de5 mei3 ci4 jia4 qi1 hui2 lai5 sp1 dou1 hui4 chai1 xia4 lai2 xi3 o5 sil +009180 sil zhe4 ci4 ao4 yun4 gong1 cheng2 jian4 she4 sp1 ke2 yi3 shuo1 shi4 wo3 men5 ge4 xiang4 huan2 bao3 xin1 ji4 shu4 ying4 yong4 de5 da4 quan2 sil +009181 sil shi4 hou4 sp1 zhang1 jian4 sp1 bei4 zhen3 duan4 you4 gu3 gu2 jing3 chu4 gu3 zhe2 sp1 zai4 yi1 yuan4 jin4 xing2 le5 shou3 shu4 zhi4 liao2 sil +009182 sil ni3 zhe4 ge4 yue4 gong1 zi1 dou1 mei2 shang4 jiao1 sp1 ni3 shi4 bu2 shi4 yang2 xiao3 san1 le5 sil +009183 sil wo3 men5 lao3 ban1 mei2 na4 me5 yan2 sp1 hai2 te4 bie2 hao3 sp1 ta1 hui4 bang1 ni3 xia4 yi4 xie1 fu4 you3 jiao4 yu4 yi4 yi4 de5 dian4 ying3 sil +009184 sil wo3 men5 lian2 xi4 hao3 le5 la1 sa4 na4 bian1 sp1 you2 liang3 ge4 lv2 you3 sp1 hui4 zuo4 hao3 jie1 ying4 sil +009185 sil ta1 deng4 da4 yan3 jing5 sp1 pao2 xiao4 zhe5 sp1 fa1 chu1 wu1 wu1 sheng1 sp1 yong4 zhua3 zi5 sp1 bao3 hu4 shi2 wu4 sil +009186 sil you3 wan2 mei2 wan2 sp1 kai1 zhe5 che1 ne5 sp1 bie2 re2 wo3 sp1 yao4 chu1 le5 shi4 gu4 zen3 me5 ban4 sil +009187 sil zuo2 zao3 shang4 sp1 liu2 zhi4 min3 bian4 xian4 shen1 ling2 tang2 da2 dian3 sp1 er2 zi5 yu3 xi2 fu5 ye3 dao4 chang3 sil +009188 sil zai4 xin1 nian2 de5 di4 yi1 chang3 gao1 kao3 jiao4 liang4 zhong1 sp1 kao3 sheng1 jiang1 ying2 lai2 yi4 chang3 han1 zhan4 sil +009189 sil zhu4 ming2 de5 ping1 tan2 lao3 jiang4 zhuang1 ze2 dong4 sp1 shi4 dang1 nian2 ping1 pang1 wai4 jiao1 de5 gong1 chen2 sil +009190 sil nin2 hai2 ji4 de5 na4 xie1 bei4 tian2 chuan1 cheng1 wei2 qin1 xiong1 di4 de5 fang2 bao4 dui4 yuan2 ma5 sil +009191 sil chong1 tu1 zhong1 sp1 qi2 zhong1 yi4 fang1 de5 bang1 shou3 sp1 wu4 jiang1 yi4 ming2 kan4 re4 nao5 de5 shi4 min2 da3 shang1 sil +009192 sil dan4 wo3 men5 zong3 bu4 neng2 lv3 you2 de5 shi2 hou5 sp1 ye3 chuai1 ge5 hu4 kou3 bu4 ba5 sp1 tai4 ma2 fan5 le5 sil +009193 sil zhao4 pian4 zhong1 sp1 ling2 dao3 zhan4 zai4 shi2 tou5 yin1 ying3 xia4 sp1 dan4 lian3 shang4 guang1 xian4 sp1 reng2 ming2 huang2 huang3 de5 sil +009194 sil jie4 shi2 sp1 nan2 jing1 jiang1 cheng2 wei2 quan2 guo2 zui4 da4 de5 bei2 dou2 chan3 ye4 ying4 yong4 fa1 zhan3 ji1 di4 sil +009195 sil ta1 bing4 bu4 zhi1 dao4 yi3 jing1 huai2 yun4 sp1 yi4 zhi2 yi3 wei2 shi4 zhang3 pang4 le5 sil +009196 sil ju4 min2 jing3 jie4 shao4 sp1 qi2 huo3 di4 dian3 sp1 wei2 lan2 kao3 ren2 yuan2 li4 hai4 jia1 sil +009197 sil cong2 di4 er4 tian1 kai1 shi3 sp1 ta1 tian1 tian1 shang4 shan1 pei2 nv3 er2 shuo1 huir4 r hua4 sil +009198 sil zhe4 yi4 wei4 zhe5 sp1 jiu4 suan4 guo2 mei3 dian4 qi4 zeng1 fa1 huo4 de2 tong2 yi4 sp1 huang2 jia1 sp1 ye2 you3 qian2 kang2 guo4 qu4 sil +009199 sil chu2 le5 zhang4 peng5 sp1 xiao2 ban3 deng4 sp1 yu2 san3 sp1 mian2 ao3 shou3 tao4 sp1 yi3 ji2 mian2 mao4 deng3 sp1 ye3 dou1 fen1 fen1 shang4 zhen4 sil +009200 sil zhe4 hai2 zi5 sui2 shou3 cong2 dou1 li3 na2 chu1 yi4 yuan2 qian2 shuo1 sp1 wo3 gei2 ni3 yi4 yuan2 qian2 sp1 ni3 zai4 rang4 wo3 kan4 huir4 r xing2 ma5 sil +009201 sil er2 qie3 sp1 bao4 ming2 dong4 zuo4 yao4 kuai4 yi4 dian3 de5 sp1 zhe4 ge5 ban1 hen3 duo1 ren2 bao4 de5 sil +009202 sil wang2 chao2 zhu4 sp1 chun2 pu3 de5 jin4 hu1 mu4 ne4 sp1 qin2 fen4 de5 zu2 bu4 chu1 hu4 sil +009203 sil fa1 song4 wan2 bi4 hou4 sp1 zi3 xi4 du2 le5 yi2 bian4 sp1 gan3 jue2 ming2 nian2 wo2 ke3 neng2 you4 yao4 yi2 ge4 ren2 guo4 qing2 ren2 jie2 le5 sil +009204 sil yao4 hui2 da2 zhe4 ge5 wen4 ti5 sp1 shou3 xian1 bi4 xu1 nong4 qing1 chu3 sp1 ping2 zhun3 ji1 jin1 ru4 shi4 gan1 yu4 de5 mu4 di4 sil +009205 sil jing1 jin1 gao1 su4 zui4 tu1 chu1 de5 you1 shi4 he2 liang4 dian3 sp1 zai4 yu2 zhi2 tong1 tian1 jin1 gang3 sp1 ji2 zhuang1 xiang1 ma3 tou2 sil +009206 sil wo3 neng2 gao4 su5 ni3 men2 sp1 zao3 chen2 wo3 ba4 chu1 men2 gen1 wo3 shuo1 sp1 rang4 wo3 zhong1 wu3 zi4 ji3 chi1 pao4 mian4 ma5 sil +009207 sil wang1 yang2 qiang2 diao4 sp1 yao4 zai4 dui4 wu2 bao3 zhang4 shang4 gong1 guan1 sil +009208 sil nao4 le5 ban4 tian1 sp1 nin2 gan3 qing2 shi4 ye4 cha1 sil +009209 sil ba1 shi2 ren2 de5 wei1 feng1 luo2 gu3 biao2 yan3 sp1 zhan3 shi4 le5 cao3 yuan2 ren2 min2 de5 feng1 cai3 sil +009210 sil wo3 lve4 dong3 sp1 dan4 shi4 hai2 bu2 tai4 hui4 sil +009211 sil ke3 jian4 sp1 hao2 hao3 xue2 sheng1 ye3 bu4 neng2 yao4 sil +009212 sil jing3 cha2 jiang1 jin2 xi3 song4 hui2 jia1 sp1 dan4 jue2 jiang4 de5 wu2 hai3 nan2 sp1 bu2 yuan4 yi4 kai1 men2 sil +009213 sil zai4 lian2 pu3 suo2 you3 yuan2 gong1 zhong1 sp1 gong1 cheng2 shi1 huo4 de2 de5 hui2 bao4 zui4 wei2 feng1 hou4 sil +009214 sil wo3 men5 shi4 lin1 shui3 dao4 zhe4 lai2 xi2 zao3 sil +009215 sil jue2 jiang4 de5 fu4 qin5 yi1 ran2 zai4 lu4 shang4 sil +009216 sil chun1 lei3 heng1 yi4 sheng1 sp1 shuo1 sp1 cai2 fu4 de5 sil +009217 sil er2 qiu1 yi2 ke3 chen2 qi2 deng3 lao2 zhu3 li4 sp1 geng4 shi4 xian3 de5 cuo1 tuo2 le5 xu3 duo1 sil +009218 sil you2 xing2 zi4 yi1 jiu3 er4 si4 nian2 ju3 ban4 yi3 lai2 sp1 jin1 nian2 yi3 shi4 di4 ba1 shi2 liu4 jie4 sil +009219 sil o4 sp1 zhe4 ke3 shi4 ge5 nan2 ao2 de5 ri4 zi5 sil +009220 sil yin1 wei4 wo3 zhen1 ji4 bu4 qing1 chu3 shui2 zai4 nar4 r sil +009221 sil qiang3 jie2 de5 zhu2 yi4 shi4 dong2 mou3 chu1 de5 sil +009222 sil huo4 zhe3 sp1 dian4 dong4 che1 ye3 ke2 yi3 rao4 xing2 sil +009223 sil wo2 ye3 shi4 yi2 ge5 wu2 chi3 de5 tai2 wan1 ren2 na5 sil +009224 sil ta1 zhi3 cheng1 tai4 tai5 yi4 hen3 xin4 ren4 ta1 sil +009225 sil hou4 lai2 sp1 nv3 qing1 nian2 bei4 min2 jing3 la1 shang4 jing3 che1 sp1 dai4 wang3 pai4 chu1 suo3 xing2 jiu3 sil +009226 sil zhi2 dao4 sp1 wo2 zou3 dao4 le5 ta1 men5 kai1 shi3 ke2 sou4 de5 di4 fang5 sp1 wo2 ye3 ke2 sou4 le5 sil +009227 sil long2 hu2 wang3 ji4 zhe3 jiang1 ji4 xu4 guan1 zhu4 sil +009228 sil wang2 fei1 dao4 xiang1 gang3 da4 chu1 xie3 sp1 zai4 ming2 dian4 kuang2 sao2 liang3 da4 dai4 zhan4 li4 pin3 sil +009229 sil ni2 bo2 er3 fa1 sheng1 xue3 beng1 de5 di4 dian3 sil +009230 sil wo3 men5 chu1 lai2 kan4 sp1 ta1 hai2 hou2 wo3 men5 sil +009231 sil jiao3 shang4 shi4 mian2 bu4 wa4 zi5 he2 pi2 xie2 sil +009232 sil ai4 fu2 long2 de5 er2 zi5 shuo1 sp1 ta1 de5 mu3 qin1 yin1 fei4 yan2 sp1 bing4 shi4 zai4 man4 ha1 dun4 sil +009233 sil xiong1 mei4 lia3 shou1 shi5 hao3 pu1 gai4 sp1 yong4 jia4 zi5 che1 sp1 la1 zhe5 fu4 qin1 qu4 shang4 xue2 sil +009234 sil bu2 shi4 lei4 le5 sp1 bu2 shi4 gou4 le5 sp1 shi4 zhi1 dao4 fu4 mu2 you3 duo1 bu4 rong2 yi4 le5 sil +009235 sil shen1 zhen4 shi4 ren2 da4 dai4 biao3 weng1 xiao3 bo1 sp1 ze2 biao3 da2 le5 bu4 tong2 de5 guan1 dian3 sil +009236 sil piao2 zi1 jiu4 shi4 shou4 hui4 shu4 e2 da4 xiao3 sil +009237 sil wei4 he2 mei2 you3 yi4 jia1 zhong1 guo2 qi3 ye4 sp1 zuo4 wei2 ben3 jie4 ya4 yun4 hui4 de5 zan4 zhu4 shang1 ne5 sil +009238 sil gai2 zu3 gui1 mo2 sp1 yu4 ji4 jin3 xian4 shu4 ren2 sil +009239 sil da2 sao3 wu1 zi5 sp1 shi4 dui4 zi4 ji3 fu4 ze2 sp1 ru2 guo3 you2 shou3 sp1 wo3 yi2 ding4 lai2 bang1 ni3 sil +009240 sil gong3 li4 zhang1 guo2 rong2 ga1 na4 jiu4 zhao4 sil +009241 sil da4 ren2 men5 sp1 bu4 dong2 wo3 men5 de5 shi4 jie4 sil +009242 sil bie2 sp1 wo2 xing3 le5 sp1 zhou1 zi3 rui4 ji2 dao4 sil +009243 sil zhe4 li3 zi1 yuan2 fu4 rao2 sp1 jing3 se4 yi2 ren2 sil +009244 sil jiu4 shi4 gu4 yi4 bai3 nong4 sp1 shi4 gu4 yi4 yuan1 wang5 sil +009245 sil bing1 mian4 shang4 ye3 zhu2 jian4 re4 nao4 qi3 lai2 sil +009246 sil ye2 xu3 shi4 jue2 de5 na4 ge5 gu1 niang5 bi3 jiao4 ai2 xiao3 sp1 li2 yong3 yan4 sp1 reng2 mei2 you3 hui2 xin4 sil +009247 sil wo3 shuo1 sp1 wo3 qu4 ce4 suo2 leng3 jing4 leng3 jing4 sil +009248 sil zhu3 yao4 yong4 zuo4 piao3 bai2 ji4 fang2 fu3 ji4 sil +009249 sil bu4 tuo3 dang4 chu4 sp1 ge4 wei4 peng2 you5 hai3 han2 sil +009250 sil zhe4 me5 jian3 dan1 sp1 you3 shen2 me5 bu2 hui4 de5 sil +009251 sil qu3 diao4 shi4 xian4 cheng2 de5 sp1 dong1 bei3 ren2 dou1 neng2 heng1 heng5 ji3 ju4 de5 er4 ren2 zhuan4 sil +009252 sil shang4 hai3 de5 hu2 po1 sp1 da4 duo1 zhan1 ran3 le5 shang4 hai3 ren2 de5 xiao3 qi4 he2 xia2 ai4 sil +009253 sil gui4 zu2 chao2 ting2 ming4 guan1 de5 si3 xing2 chu2 fa3 sp1 ze2 duo1 shi4 ci4 si2 mian3 xing2 sil +009254 sil zhe4 ke3 shi4 kai1 tian1 pi4 di4 tou2 yi4 hui2 sil +009255 sil huan4 zhe3 shu4 hou4 shang4 shi2 tian1 reng2 zai4 liu2 xie3 sp1 ying1 gai1 shi4 qi2 zhi4 chuang1 suo3 zhi4 sil +009256 sil dan4 yuan4 sp1 ta1 de5 chan4 hui3 shi4 zhen1 cheng2 de5 sil +009257 sil ni2 zhang3 ge5 yan3 jing5 sp1 shi4 chu1 qi4 de5 ma5 sil +009258 sil hen2 ai3 de5 sp1 dai4 zhe5 yi2 ge5 xiao3 hai2 zi5 sil +009259 sil gai1 che1 qian2 hou4 che1 pai2 yi3 bei4 zhai1 diao4 sp1 jiao1 jing3 zheng4 jian3 cha2 che1 liang4 qing2 kuang4 sil +009260 sil zhen1 shi4 de5 sp1 fei1 yao4 wo3 fang4 xia4 shen1 duan4 sil +009261 sil gui2 shi3 shen2 chai1 sp1 zhe4 ci4 sp1 a1 bing1 na2 chu1 le5 zhen1 shi2 shen1 fen4 zheng4 sp1 yong4 yu2 deng1 ji4 sil +009262 sil qi2 zhong1 sp1 zui4 kuai4 xing2 dong4 de5 sp1 dang1 shu3 tian1 mao1 de5 lao3 yuan1 jia5 jing1 dong1 shang1 cheng2 sil +009263 sil zheng3 ge4 che1 xiang1 dou1 shi4 na4 ge4 weir4 r sp1 an2 zhi3 zuo4 le5 yi2 zhan4 gan2 jin3 huan4 che1 le5 sil +009264 sil mu3 he2 ma3 zai4 shui3 zhong1 lie3 zhe5 da4 zui3 sp1 hao3 xiang4 zai4 xiao3 you2 ke4 men5 pao2 xiao4 sil +009265 sil gai1 che1 si1 ji1 shi4 xi1 an1 ren2 lv2 mou3 sil +009266 sil yan2 jin4 ji3 zhan4 sp1 nuo2 yong4 jiao4 shi1 bian1 zhi4 sil +009267 sil zhe4 ge5 fen1 xi1 sp1 ji1 ben3 gong1 yun3 zhong1 li4 sil +009268 sil wo3 men5 shi4 xing1 xing5 you4 er2 yuan2 de5 xiao3 peng2 you5 sil +009269 sil chuan2 shuo1 shi4 wen2 shu1 pu2 sa5 de5 bian4 shen1 sil +009270 sil di4 er4 tian1 shou1 shang4 zuo4 ye4 sp1 lao3 shi1 ding1 zhe5 ta1 de5 zuo4 wen2 sp1 jiu2 jiu3 bu4 neng2 yan2 yu3 sil +009271 sil mei2 xiang3 dao4 sp1 nan2 fang1 de5 zhe4 ju4 hua4 sp1 yi2 xia4 zi5 re3 nu4 le5 nv3 fang1 sil +009272 sil tong2 shi2 sp1 hai2 ke2 yi3 guan1 kan4 xin1 ban3 de5 dian4 ying3 sp1 lu2 shan1 lian4 sp1 er4 ling2 yi1 ling2 sil +009273 sil wo3 bu2 shi4 hen3 shang4 xiang1 sp1 bu2 guo4 sp1 wo3 zui4 man3 yi4 wo3 de5 yan3 jing1 la5 sp1 ni3 ne5 sil +009274 sil leng3 mo4 sp1 guo4 he2 chai1 qiao2 sp1 xin1 wen2 cong2 hui2 yi4 li3 sp1 zhuai4 chu1 zhe4 xie1 zi4 yan3 sil +009275 sil you3 wei1 xian3 de5 di4 fang1 sp1 bu2 yao4 rang4 xue2 sheng1 qing1 sao3 sp1 bi3 ru2 ca1 chuang1 hu5 sil +009276 sil yuan2 li3 you2 ren2 xi1 shao3 sp1 zui4 da4 de5 can1 guan1 tuan2 jiu4 shi4 zhang1 hua2 san1 ren2 sil +009277 sil chen2 hong2 zhi2 hao2 qing3 le5 liang3 ge4 bang4 bang5 sp1 ba2 mu3 qin1 tai2 hui2 le5 jia1 sil +009278 sil xie4 mou3 he2 yuan2 mou3 jing1 xing3 sp1 meng3 de5 zhan4 qi3 lai2 sp1 guo4 lai2 qiang3 ping2 zi5 sil +009279 sil qing2 xie3 xia4 nin2 de5 xing4 ming2 sp1 xiang2 xi4 tong1 xun4 di4 zhi3 sp1 you2 zheng4 bian1 ma3 sil +009280 sil pin2 guan3 bu4 sp1 dui4 sheng1 chan3 bu4 men2 de5 chan2 pin3 ju4 you3 yi2 piao4 fou3 jue2 quan2 sil +009281 sil hai2 zai4 hen4 jia4 de5 nv3 tong2 xue2 men5 sp1 shi4 shi2 hou5 xue2 dianr3 r ji4 neng2 le5 sil +009282 sil mo4 ming2 bei4 ci4 shang1 sp1 dao3 mei2 de5 xu3 kui2 sp1 zhen1 zheng4 shi4 sp1 tang3 zhe5 ye3 ai2 dao1 sil +009283 sil bei4 zhi2 bai3 pai1 de5 tiao1 shui2 lao3 ren2 sp1 gui4 qiu2 zheng4 fu3 xiu1 lu4 hua4 mian4 sil +009284 sil ji4 zhe3 liao2 jie3 dao4 sp1 jiu2 bai3 ba1 shi2 jiu3 hao4 qi3 ye4 sp1 wei2 gui4 zhou1 mao2 tai2 sil +009285 sil you3 bao4 dao3 shuo1 sp1 tuo1 de2 hai2 shi4 ken2 ta3 ji1 zhou1 de5 yi4 ming2 tong1 ji2 fan4 sil +009286 sil a1 jie2 rang4 a1 yue4 sp1 kan4 xia4 sheng4 xia4 de5 he2 fan4 he2 bu4 he2 ta1 de5 wei4 kou3 sil +009287 sil jian4 jian4 de5 sp1 li3 qiang2 de5 ping2 jia4 sp1 bian4 cheng2 le5 sp1 bu4 kai1 qiao4 sp1 wo1 nang5 fei4 sil +009288 sil zhu1 rong2 ji1 can1 jia1 qing1 hua2 da4 xue2 bai3 nian2 xiao4 qing4 shi2 sp1 ceng2 xiang4 guang3 da4 tong2 xue2 tui1 jian4 guo5 ci3 shu1 sil +009289 sil guo2 qiang2 cai2 neng2 guo2 ning2 sp1 zei2 cai2 bu4 gan3 dian4 ji5 sil +009290 sil yin1 wei4 jia1 ting2 bu4 ke3 neng2 ge1 she3 sp1 shi4 ye4 ke2 yi2 deng3 dai4 xia4 yi4 bo1 sil +009291 sil ta1 shuo1 sp1 wai4 di4 ru2 qi3 ke2 yi3 dao4 shuang1 cheng2 jing1 ying2 can1 yu4 jing4 zheng1 sil +009292 sil you3 ren2 shen4 zhi4 kang2 lai2 lou2 ti1 sp1 da1 zai4 wei2 qiang2 shang4 si4 chu4 zhang1 wang4 sil +009293 sil di4 si4 sp1 jiu4 shi4 xuan3 ze2 tui2 fei4 sil +009294 sil you3 er2 you2 nv3 le5 sp1 hen2 man3 zu2 le5 sil +009295 sil zou3 ba5 sp1 dai4 shang4 wo3 pa2 shan1 qu4 sil +009296 sil gai1 xiao1 xi5 yi4 chu1 sp1 cheng2 tou2 zhai4 shi4 chang3 sui2 ji2 jin4 ru4 guai2 dian3 sil +009297 sil nan2 dao4 sp1 ni3 yao4 pao1 qi4 wo3 le5 ma5 sil +009298 sil da4 mian4 ji1 gan1 luo3 de5 he2 dao4 sil +009299 sil bu2 cuo4 me5 sp1 hai2 zai4 sp1 zhen1 hao3 sil +009300 sil ceng2 jing1 ye2 you2 shao3 liang4 de5 fan1 qie2 sil +009301 sil li4 wei2 fou3 ren4 le5 zhe4 yi2 bao4 dao4 sil +009302 sil suo2 yi2 hen3 min2 gan3 hen3 fu4 za2 sil +009303 sil qian2 tian1 sp1 na4 na5 yin1 tiao4 lou2 hou4 shang1 shi4 guo4 zhong4 sp1 yi3 bu2 zhi4 shen1 wang2 sil +009304 sil ta1 bu4 jin3 zi4 ji3 xi1 du2 sp1 er2 qie2 ba3 er2 zi5 ye3 dai4 le5 jin4 lai2 sil +009305 sil li4 ru2 sp1 fen4 nu4 de5 xiao2 niao3 sp1 jiu4 shi4 ni3 hua4 wo3 cai1 de5 mu2 ban3 sil +009306 sil gong1 si1 fu4 ze2 ren2 de5 nian2 du4 xin1 chou2 zeng1 zhang3 lv4 sp1 ying1 di1 yu2 gong1 si1 xin1 chou2 zeng1 zhang3 lv4 sil +009307 sil ta1 mei2 xia4 che1 sp1 you4 kan4 jian4 wai4 guo2 ren2 chao2 lu4 ren2 rang1 rang5 sil +009308 sil xian4 zai4 sp1 yi3 jing1 jian4 ge2 wu3 shi2 jiu3 nian2 sp1 ming2 xian3 chao1 qi1 le5 sil +009309 sil zhe4 yi4 huan2 jie2 de5 shui4 shou1 za2 fei4 sp1 he2 fan2 rong3 de5 shou3 xu4 sp1 rang4 bu4 shao3 dai4 gou4 zhe2 ting3 er2 zou2 xian3 sil +009310 sil nan2 jing1 xian4 zai4 ji2 hou2 hou3 yao4 chai1 bao4 ting2 sp1 cheng2 shi4 guan2 li2 zhe3 de5 shui3 ping2 sp1 rang4 ren2 bu4 gan3 gong1 wei2 sil +009311 sil tou2 zi1 shi2 sp1 bi4 xu1 tong2 shi2 you2 yuan3 jian4 zhuo2 shi2 sp1 he2 shi2 zai4 de5 shu4 ju4 zhi1 cheng1 sil +009312 sil bu4 xi3 huan1 jiao4 yu5 sp1 dan4 si1 xiang3 jue2 wu4 sp1 hai2 mei2 dao4 tui1 fan1 xian4 xing2 jiao4 yu4 ti3 zhi4 de5 gao1 du4 sil +009313 sil you3 shi2 hou4 sp1 shi4 hen3 ji1 zhi4 de5 zhuang1 song2 sil +009314 sil ta1 yi1 ran2 ji4 de5 sp1 meng4 lu4 dang1 shi2 gei3 ta1 yi2 ge4 nuan2 nuan3 de5 yong1 bao4 sil +009315 sil wei4 le5 zhuang4 dan3 sp1 gan2 jin3 na2 chu1 sui2 shen1 xie2 dai4 de5 bian1 pao4 ran2 fang4 sil +009316 sil shi2 er4 ri4 sp1 ou1 yuan2 dui4 mei3 yuan2 de5 bi3 jia4 shi4 sp1 yi1 bi3 yi1 dian3 san1 wu2 jiu3 san1 sil +009317 sil chun1 jiang1 shui2 nuan2 ya3 xian1 zhi1 sp1 wo3 ke2 yi3 gao4 su4 ni3 ming2 tian1 chuan1 shen2 me5 sil +009318 sil zai4 shi4 fa1 de5 yao1 si4 ling2 er4 shi4 men2 kou3 sp1 hai2 you3 da4 tan1 de5 xue4 ji4 sil +009319 sil bi4 ta3 ta2 wa3 ju4 xi1 sp1 you3 te4 shu1 de5 ti3 se4 biao1 ji4 he2 xing4 qi4 guan1 sil +009320 sil shi4 gong1 an1 ju2 de5 wei1 bo2 kai1 de5 zui4 zao3 sp1 yin1 ci3 ren2 qir4 r ye3 zui4 zu2 sil +009321 sil xiao3 dui4 wan2 cheng2 bu4 liao3 ren4 wu4 sp1 ling2 dao2 zhe2 ye3 yao4 fu4 chu1 dai4 jia4 sil +009322 sil lao3 gong1 hen3 mei2 qing2 diao4 de5 wen4 lao3 po2 sp1 shuo1 ma5 sp1 ni2 xiang3 yao4 sha2 sil +009323 sil dang1 nian2 zong3 shou1 ru4 sp1 wei2 ren2 min2 bi4 sp1 qi1 shi2 yi1 dian2 wu3 si4 wu3 yi4 yuan2 sil +009324 sil yi1 sheng1 sp1 qing3 nin2 zai4 cha2 yi1 sp1 ni3 shi4 yi1 sheng1 sp1 hai2 shi4 wo3 shi4 yi1 sheng1 sil +009325 sil ma3 yun2 sp1 you3 yi1 ling2 er4 nian2 de5 ji4 hua5 sp1 wo2 you3 san1 ling2 nian2 de5 ji4 hua5 sil +009326 sil zui4 jin4 gan3 jue2 ta1 xiao1 ting2 yi4 xie1 le5 sp1 wo2 ye3 jue2 de5 sp1 wo3 ke2 yi3 chu1 lai2 le5 sil +009327 sil ta1 you4 zhua1 zhu4 shou4 piao4 yuan2 de5 bao1 bao1 sp1 dan4 shou4 piao4 yuan2 sp1 bai1 kai1 ta1 de5 shou2 zhi3 sp1 pin1 ming4 pao3 xia4 che1 sil +009328 sil tiao1 qi3 zhuan1 hou4 sp1 bian3 dan4 jiu4 shen1 xian4 zai4 zhe4 dao4 hen2 ji4 li3 sp1 hou4 bei4 shang4 sp1 ze2 dui1 qi3 yi2 dao4 rou4 sil +009329 sil xin1 hun1 ye4 na4 tian1 wan3 shang4 sp1 ta1 he1 de5 ming2 ding3 da4 zui4 sp1 wo2 lia3 ji1 hu1 shi4 he2 yi1 er2 mian2 sil +009330 sil chu2 fei1 you3 tong1 tian1 de5 neng2 li4 sp1 dan4 tian1 hui4 sui2 shi2 sui2 di4 sp1 bang1 ni3 jiang4 yu3 mie4 huo3 ma5 sil +009331 sil yi2 ge4 yuan3 zai4 zu3 guo2 xi1 bei2 jiao3 de5 ye4 yu2 zuo4 zhe3 de5 zuo4 pin3 sp1 he2 yi3 de2 dao4 ni3 men5 de5 qing1 lai4 sil +009332 sil yu2 shi4 sp1 ta1 bian4 da3 dian4 hua4 sp1 xun2 wen4 jia1 zhong1 shi4 fou2 you3 shi4 sil +009333 sil fen1 mian3 chi2 sp1 xiang4 ge5 da4 yu4 gang1 sp1 you3 zuo4 dian4 jiao3 dian4 sp1 liang3 ce4 sp1 hai2 you3 ba2 shou3 sil +009334 sil bei4 cheng1 zan4 le5 zhen1 kai1 xin1 ya5 sil +009335 sil nan2 tong2 zai4 che1 hou4 wan2 shua3 sil +009336 sil ni2 xiang3 wan2 dian3 shen2 me5 sil +009337 sil ni3 kan4 guo4 wo3 jia1 bao2 xian3 gui4 sil +009338 sil ni2 ye2 hao3 fan2 ya5 sil +009339 sil ni3 de5 di4 yi1 xuan3 ze2 shi4 shui2 sil +009340 sil ni2 xi3 huan1 wan2 shen2 me5 you2 xi4 sil +009341 sil chi1 ge4 zhong3 jing1 shen2 shi2 liang2 sil +009342 sil shi4 ba1 jie4 sheng2 wei2 wei3 yuan2 sil +009343 sil wo3 zhi2 xi3 huan1 kan4 xiao3 shuo1 sil +009344 sil xiang1 gang3 du4 sha1 fu1 ren2 la4 xiang4 guan3 sp1 wo3 qiang2 li4 tui1 jian4 o5 sil +009345 sil di4 liu4 qi1 ba1 jiu3 xiang4 ren4 wu4 sp1 shu3 yu2 jia1 qiang2 wan2 shan4 qi3 ye4 jin1 rong2 zhi1 chi2 sil +009346 sil zhe4 nian2 tou5 sp1 ji1 qi4 ren2 bu2 hui4 shang4 wang3 sp1 hai2 zen3 me5 chu1 lai2 hun4 ne5 sil +009347 sil wo2 yi3 qian2 jiu4 zuo4 guo4 fan1 yi4 sp1 zhe4 ci4 shi4 chong2 cao1 jiu4 ye4 sp1 yu2 shi4 tong4 kuai4 de5 da1 ying4 le5 sil +009348 sil wo3 shen1 shang4 zhong1 yu2 you3 yi4 dian2 zhu3 ren2 de5 qi4 zhi4 le5 sil +009349 sil zhe4 bing4 bu2 shi4 pai1 nao3 dai5 zuo4 chu1 de5 jue2 ding4 sil +009350 sil deng4 li4 de5 xin1 sui4 le5 sp1 tian1 tian1 yi3 lei4 xi3 mian4 sil +009351 sil liu2 jin1 yao4 jiao4 shou4 sp1 zai4 wei4 cheng2 cheng5 jin4 xing2 jian3 cha2 sil +009352 sil bu2 guo4 sp1 ci3 fan1 xiao3 tou1 hao3 xiang4 zou3 de5 cong1 mang2 sp1 hai2 ba3 yi4 ba2 tie3 ban1 shou3 luo4 zai4 le5 dian4 li3 sil +009353 sil zhe4 xie1 nian2 sp1 ru2 guo3 bu2 shi4 wo3 zai4 zhong1 jian1 de5 hua4 sp1 chen2 ming2 liang4 sp1 zao3 jiu4 bei4 zhong1 ai3 er2 chu2 diao4 le5 sil +009354 sil zhi4 ci3 sp1 yu3 zhong1 guo2 ji1 jian4 he2 zuo4 de5 sp1 fo2 shan1 ba1 lei2 yu3 xiang4 mu4 sp1 shou3 chuang4 zhi4 ye4 wan2 quan2 tui4 chu1 sil +009355 sil sui2 shou3 pai1 zhang1 luo2 nv3 shi4 hai3 tao2 de5 wu4 pin3 sp1 dou1 shi4 dang1 xia4 zui4 re4 men2 de5 you4 er2 bao3 jian4 pin3 sil +009356 sil zhi2 dao4 dong1 chuang1 shi4 fa1 sp1 cai2 zhi1 dao4 song2 yong3 ta1 mai4 yin2 de5 wang2 yuan4 zhang3 sp1 jing4 shi4 zi4 ji3 de5 zhang4 fu5 sil +009357 sil jia1 li2 mai3 le5 bu4 shao3 zhong4 you2 cha2 de5 shu1 sp1 ke3 guang1 kan4 shu1 sp1 ku1 zao4 bu4 shuo1 sp1 hai2 bu4 hao2 dong3 sil +009358 sil zuo2 ri4 sp1 jin1 feng1 biao3 shi4 sp1 zai4 jie2 mu4 zhong1 de5 yan2 lun4 sp1 wei4 jing1 guo4 yan4 zheng4 sp1 you3 shi1 yan2 jin3 he2 tuo3 dang4 sil +009359 sil gai1 dian4 shi4 ming2 ma3 shi2 jia4 sp1 ye3 ti2 gong1 bu4 tong2 you1 hui4 sp1 jing1 ming2 de5 xiao1 fei4 zhe2 dong3 de2 xuan3 ze2 sil +009360 sil sui2 hou4 sp1 you2 liang3 ming2 shen1 cai2 lve4 wei2 ai2 xiao3 de5 xiao1 fang2 guan1 bing1 sp1 jin4 ru4 jia4 shi3 shi4 jin4 xing2 ying2 jiu4 sil +009361 sil bu4 shao3 ren2 yin1 ci3 ren4 shi5 le5 guang3 zhou1 sp1 ji4 zhu4 le5 hai3 xin1 sha1 sp1 xiang4 wang3 zhu1 jiang1 bian1 de5 cui3 can4 sil +009362 sil zhe4 ji3 ju4 hua4 sp1 ru2 kong3 bu4 pian4 li3 de5 kong3 bu4 yin1 yue4 sp1 jia1 shen1 le5 yu3 xiang2 de5 ju2 cu4 bu4 an1 sil +009363 sil ke2 yi3 zuo4 dao4 bu4 shua1 ya2 sp1 bu4 zheng2 li3 tou2 fa4 sp1 ye3 bu4 chuan1 xie2 zi5 sp1 shen4 zhi4 bu2 huan4 wa4 zi5 sil +009364 sil bu4 neng2 jiang1 zheng4 fu3 ying1 dang1 cheng2 dan1 de5 bu3 tie1 sp1 zuo4 wei2 cai2 zheng4 bao1 fu5 sp1 shuai2 gei3 lao2 bai3 xing4 sil +009365 sil zhan3 xin1 de5 lou2 fang2 gao1 gao1 song3 li4 sp1 ran2 er2 yi2 wang4 ke3 zhi1 sp1 xu3 duo1 fang2 zi5 reng2 zai4 kong1 zhi4 sil +009366 sil ju2 huang2 de5 deng1 guang1 ying4 zhe5 jie1 jing3 sp1 yu3 xiang2 xin1 li3 fu2 qi3 yi4 zhong3 shen1 zai4 yi4 xiang1 de5 leng3 qing1 sil +009367 sil ru2 guo3 zhen1 shi4 chen2 le5 jiu4 chai1 sp1 xiu1 le5 you4 chen2 sp1 zhe4 tie3 lu4 sp1 neng2 bu4 neng2 bao3 zheng4 an1 quan2 ya5 sil +009368 sil ji1 zhang3 hai2 shuo1 sp1 zhong1 guo2 ren2 tai4 rong2 yi4 gao3 dian1 la5 sp1 gao4 su4 ta1 shi4 mian3 fei4 de5 ji2 ke3 sil +009369 sil ji3 nian2 zhi1 hou4 sp1 na4 ge5 men2 kan3 jing4 ran2 bei4 wo3 men5 di4 xiong1 liang3 ge4 sp1 ta4 ao1 xia4 qu4 yi2 kuai4 sil +009370 sil fang2 jia4 de5 gao1 ba4 sp1 zheng4 zai4 cong2 da4 hu4 xing2 kai1 shi3 wa2 jie3 sp1 bing4 xiang4 zhong1 xiao3 hu4 xing2 man4 yan2 sil +009371 sil jiu4 xiang4 lan2 qiu2 sp1 chong1 man3 qi4 jiu4 peng1 peng1 you3 li4 sp1 ru2 guo2 bie3 le5 sp1 ye3 jiu4 da3 bu4 qi3 lai2 sil +009372 sil ji2 jiang1 dao4 lai2 de5 xin1 sheng1 ming4 sp1 ye3 rang4 ke3 er2 kan4 qi3 lai2 geng4 jia1 wu3 mei4 sp1 geng4 jia1 xing4 gan3 sil +009373 sil zhe4 shi4 fo2 ding3 sp1 gu2 she3 li4 chong2 guang1 hou4 sp1 shou3 ci4 zai4 zhong1 guo2 nei4 di4 yi3 wai4 di4 qu1 gong4 feng4 sil +009374 sil xiao3 pei2 ni3 du4 guo4 zhe4 man4 chang2 de5 hei1 ye4 sil +009375 sil yu4 mi3 xiang1 jing1 bi3 tian2 mi4 su4 geng4 li4 hai4 sil +009376 sil xian4 zai4 zhe4 zhong3 tui2 shi4 sp1 ye3 zheng4 zai4 chan3 ye4 lian4 de5 ge4 ge4 huan2 jie2 zhong1 you2 suo2 ti3 xian4 sil +009377 sil jin4 huo4 shi2 sp1 gong1 chang3 gen1 wo3 shuo1 shi4 chun2 mian2 de5 sp1 wo3 mo1 qi3 lai2 ye3 bu2 xiang4 sil +009378 sil nv3 jia4 shi3 yuan2 bu2 le4 yi4 le5 sp1 zui2 li3 kai1 shi3 ma4 ma5 lie1 lie1 de5 sil +009379 sil nan2 tou2 xian4 ri4 yue4 tan2 lan3 che1 quan2 bu4 zan4 ting2 sp1 mu4 qian2 zheng4 zai4 shu1 san4 you2 ke4 sil +009380 sil yin1 wei4 gong1 zuo4 yuan2 yin1 jing1 chang2 de2 zui4 ren2 sp1 ta1 ye3 jing1 chang2 shou4 dao4 ru3 ma4 he2 wei2 gong1 sil +009381 sil e1 nuo2 de5 ti3 tai4 rang4 ren2 si1 hao2 kan4 bu4 chu1 sp1 ta1 ji3 ge4 yue4 qian2 gang1 gang1 sheng1 wan2 bao3 bao5 sil +009382 sil zhe4 du2 si3 wang2 qiang2 shang4 sp1 dan4 kong3 lei2 lei3 sp1 zhe4 li3 shi4 na4 cui4 chu3 jue2 fan4 ren2 de5 di4 fang5 sil +009383 sil ling2 dao3 jiu1 jie2 le5 sp1 ling2 dao3 xi2 fur4 r ji2 yan3 le5 sp1 fa1 duan3 xin4 de5 nv3 xia4 shu3 wu2 yu3 le5 sil +009384 sil jiu4 hong3 zhe5 le4 le5 sp1 le4 le5 ye3 an1 jing4 xia4 lai2 le5 sp1 bing4 mei2 you3 chu1 xian4 ren4 he2 zheng4 zhuang4 sil +009385 sil zhi3 yao4 xiang4 yi3 qian2 yi2 yang4 ta1 ta5 shi2 shi2 de5 gan4 sp1 yi2 ding4 neng2 hui1 fu4 guo4 lai2 sil +009386 sil jie1 shang4 kong1 liu2 xia4 le5 shen2 se4 cong1 cong1 de5 xing2 ren2 sil +009387 sil ba4 ba5 duan1 xiang2 yi2 hui4 shuo1 sp1 wo3 fa1 shi4 sp1 zhe4 shi4 wo3 jian4 guo4 de5 zui4 shuai4 de5 guang1 tou2 sil +009388 sil zuo4 shang4 dian4 ti1 hou4 sp1 ta1 dou2 dou3 tu1 ran2 diao4 xia4 lai2 le5 sp1 mei2 you3 ren4 he2 xian1 zhao4 sil +009389 sil bu2 liao4 sp1 liu4 ci4 cai3 guang1 jin3 zuo4 le5 san1 ci4 sp1 ta1 de5 lian3 shang4 sp1 jiu4 qi2 man3 ge1 da5 sil +009390 sil xi3 huan1 mei3 yi2 ge4 ai4 sheng1 huo2 de5 ren2 ne5 sil +009391 sil kai2 mu3 bo2 yi1 zi4 ji3 zai4 ken3 ni2 ya4 ye3 shi4 yi4 ming2 jing3 cha2 sil +009392 sil jin1 hua1 xiang1 yin2 hua1 xiang1 sp1 guan1 jian4 zhan1 le5 ke1 ji4 de5 guang1 sil +009393 sil ge2 wei3 sheng4 sp1 ba3 che1 zi5 ting2 zai4 li2 ce4 suo3 jin4 de5 di4 fang5 sil +009394 sil zhu1 yan4 lai2 sp1 zhong1 guo2 qian2 ren4 zong2 li3 zhu1 rong2 ji1 de5 nv3 er2 sil +009395 sil xiao2 xue3 wen4 lao3 ba4 sp1 ba4 sp1 you3 mei2 you2 bi3 jiao4 kong3 bu4 de5 shu1 sil +009396 sil chen2 shui2 bian3 sp1 yi3 san1 gui4 jiu3 kou4 de5 fang1 shi4 jin4 ru4 ling2 tang2 sil +009397 sil er2 tong2 que1 dian3 sp1 hui4 dao3 zhi4 zhi4 li4 di1 xia4 sp1 shen1 cai2 ai2 xiao3 sil +009398 sil na3 ge4 nv3 hai2 zi5 sp1 ru2 shang4 hai3 de5 xue3 sp1 ye3 suan4 ta1 wan2 le5 sil +009399 sil hao3 wan2 sp1 qu4 kan4 su1 zhou1 yuan2 lin2 ya5 sp1 gan3 shou4 xiao3 qiao2 liu2 shui3 sil +009400 sil nv3 hai2 zi5 de5 nian2 ling2 zen3 me5 neng2 qing1 yi4 gao4 su4 ni3 ne5 sil +009401 sil yi1 sheng1 dui4 xiao3 qin2 qiang3 jiu4 shi2 sp1 fa1 xian4 xiao3 qin2 yi3 jing1 si3 wang2 sil +009402 sil zuo2 ri4 sp1 jiang1 xia4 de5 sun1 xian1 sheng5 jiu4 shuan4 le5 hui2 pian4 zi5 sil +009403 sil wo3 xun4 su4 xia4 lai2 le5 sp1 jie2 guo3 bei4 ma1 ma5 da3 le5 yi2 dun4 sil +009404 sil er4 hao4 qin3 shi4 li3 san1 ge4 ren2 sp1 dou1 tang3 zai4 chuang2 shang4 wen1 shu1 sil +009405 sil ji3 tian1 hou4 sp1 ta1 jiu4 ying2 lai2 le5 geng4 jia1 hui1 huang2 de5 sheng4 li4 sil +009406 sil cong2 ci3 sp1 ge1 dong3 de2 le5 yi2 ge5 dao4 li3 sp1 zuo4 ren2 yao4 cheng2 shi2 sil +009407 sil xiang1 gang3 hui2 gui1 yi4 zhou1 nian2 de5 ji4 nian4 ri4 ji2 jiang1 lai2 lin2 sil +009408 sil teng2 tong4 nan2 ren3 de5 wang2 dan1 dan1 sui2 ji2 ye3 tang2 dao3 zai4 di4 sil +009409 sil ming2 zui3 sp1 yu3 yang1 shi4 de5 qi2 lu4 chi2 zao3 hui4 bao4 lu4 chu1 lai5 sil +009410 sil ni2 shou3 xian1 yao4 zhao2 ji3 ge5 jing1 bu4 qi3 nie1 de5 ruan3 shi4 zi5 sil +009411 sil san1 ren2 xia4 ban1 hou4 sp1 dou1 yu3 mai4 ke4 bu4 lai4 de2 tong1 duan3 xin4 sil +009412 sil dian4 yuan2 sp1 cong2 lai2 mei2 zhuang1 guo4 du2 pin3 sp1 xiao1 de5 shen2 me5 du2 sil +009413 sil shang1 ren2 hen3 shi2 zai4 sp1 dang1 ran2 zhi1 dao4 wen2 hua4 ke2 yi3 sheng1 cai2 sil +009414 sil li4 shi3 sp1 kao4 zun1 hua4 ren2 de5 re4 xue4 he2 han4 shui2 xie3 jiu4 sil +009415 sil zhe4 shi4 yi4 tian1 nei4 sp1 di4 er4 qi3 er2 tong2 bai3 nong4 qiang1 zhi1 sp1 zhi4 ren2 sang4 sheng1 shi4 jian4 sil +009416 sil er2 liu2 mou3 zheng4 cong2 dong1 xiang4 xi1 dao4 che1 sp1 zhi2 jie1 jiang1 lao3 tai4 gua2 dao3 zai4 di4 sil +009417 sil yu2 mou3 shang4 qian2 hu4 fu1 sp1 bei4 nan2 mou3 lan2 zhu4 qu4 lu4 sp1 liang3 ren2 niu2 da2 qi3 lai2 sil +009418 sil guo1 hong2 ding4 jie4 shao4 sp1 qi2 zhong1 de5 yi1 san1 wu3 sp1 zhu3 yao4 jiu4 shi4 zhi3 gong1 zu1 fang2 sil +009419 sil guai4 bu4 de2 gu3 ren2 chang2 shuo1 sp1 jin4 zhu1 zhe3 chi4 sp1 wo3 xian4 zai4 que4 shi2 yue4 lai2 yue4 xiang4 zhu3 ren2 le5 sil +009420 sil jing1 zhen3 duan4 sp1 hao4 hao5 bei4 que4 zhen3 wei2 xiao4 chuan3 sp1 bing4 zai4 zhi1 hou4 shu4 zhou1 nei4 duo1 ci4 jin4 xing2 zhen3 zhi4 sil +009421 sil hai2 you3 ta1 zai4 si1 xia4 qi2 shi2 bi3 jiao4 la1 ta5 sp1 xiang4 xi1 li4 ge1 yi2 yang4 sil +009422 sil dang1 shi2 sp1 yi3 shi4 shi4 ren2 da4 dai4 biao3 de5 xiao1 you4 mei3 tie1 chu1 jing4 xuan2 hai3 bao4 sp1 yi3 she4 qu1 ju1 min2 shen1 fen4 can1 xuan3 sil +009423 sil an4 jian4 pan4 jue2 hou4 sp1 she4 hui4 xiao4 guo2 hao3 sil +009424 sil ta1 zhe4 cai2 lun1 qi3 dao1 zi5 sp1 zhe4 shu3 yu2 ji1 qing2 fan4 zui4 sp1 bing4 mei2 you2 zhu3 guan1 e4 yi4 sil +009425 sil ci2 tie3 li4 ji2 zai4 wang3 shang4 yin2 qi3 re4 chao3 sil +009426 sil ni3 de5 tou2 ding3 dou1 tu1 cheng2 shen2 me5 yang4 zi5 le5 sp1 gen1 wo3 shang1 liang4 guo4 ma5 sil +009427 sil sui2 hou4 sp1 gou2 zhu3 ren2 lian2 xu4 chu1 zhao1 sp1 shuai2 er3 guang1 sp1 yong4 jiao3 chuai4 sp1 zhuai4 tou2 fa4 sp1 ou1 da2 nv3 dian4 zhang3 xie4 fen4 sil +009428 sil yi4 shen2 fa3 yuan4 sp1 xian3 ran2 hun4 xiao2 le5 zhe4 san1 ge5 guan1 xi5 sil +009429 sil gai1 an4 mu4 qian2 yi3 jin4 ru4 yi2 jiao1 fa3 yuan4 qi3 su4 jie1 duan4 sil +009430 sil ta1 sp1 chuan1 le5 yi2 jian4 song1 kua2 kua3 de5 hong2 se4 chen4 shan1 sil +009431 sil ran2 hou4 jiu4 chu1 men2 le5 sp1 liu2 xia4 cuo4 e4 de5 lao3 po2 sil +009432 sil su1 jing4 mei2 you2 dian3 di1 de5 xing1 fen4 sp1 dao4 shi4 su1 mu3 sp1 wei2 kong3 tian1 xia4 bu4 zhi1 sp1 si4 chu4 da3 dian4 hua4 tong1 zhi1 sil +009433 sil gong1 cheng2 xian4 chang3 sp1 you3 gong1 ren2 zai4 lie4 ri4 xia4 da3 hang1 sil +009434 sil nv3 sp1 wo3 kan4 dao4 yi2 liang4 bao2 ma3 sp1 cai2 bu2 dao4 liang2 bai3 wan4 sil +009435 sil ba1 ling2 hou4 de5 yue4 guang1 zu2 sp1 ying1 gai1 ru2 he2 li3 cai2 ne5 sil +009436 sil ta1 shuo1 sp1 jing1 ju4 jiang3 jiu1 de5 shi4 qin2 shi1 si1 gu3 sil +009437 sil chi1 ku3 nai4 lao2 lian2 xu4 zuo4 zhan4 de5 zuo4 feng1 za3 yang4 sil +009438 sil kan4 dao4 zhe4 ge5 heng2 fu2 sp1 xu3 duo1 ren2 re4 lei4 ying2 kuang4 sil +009439 sil ling4 wai4 sp1 ren2 gong1 du2 dian3 jiang1 jia1 pai4 jing3 li4 shu1 tong1 sil +009440 sil wo3 yi2 bao4 gao4 ni3 tao2 ye4 sp1 jiu4 de2 chu3 fen4 sp1 mei2 gao4 ni3 ting2 hao3 le5 sp1 kan4 yi4 feng1 xin4 sp1 you3 shen2 me5 liao3 bu4 qi3 le5 sil +009441 sil liang3 guo2 yuan2 shou3 gao1 zhan1 yuan2 zhu3 sp1 kai1 chuang4 le5 zhong1 mei3 guan1 xi5 de5 xin1 ju2 mian4 sil +009442 sil quan2 qiu2 di4 yi1 zuo4 ping1 pang1 qiu2 pai1 zao4 xing2 de5 ti3 yu4 bin1 guan3 xiao4 guo3 tu2 sil +009443 sil lao3 shi1 sp1 zai4 xiang3 yi4 xiang3 sp1 jing1 chang2 na2 yi4 ba2 jian3 dao1 sp1 zai4 hua1 cong2 bian1 liu1 da5 de5 shi4 shen2 me5 ren2 sil +009444 sil ta1 bu2 dan4 da4 sheng1 chao2 rang3 sp1 hai2 da3 huai4 le5 dian4 nei4 hen3 duo1 wu4 pin3 sil +009445 sil you3 mei2 ti3 zhi2 yan2 sp1 zhe4 yang4 lu4 gu3 de5 jiao4 yu4 sp1 bu4 jin3 wu2 yong4 sp1 er2 qie2 you3 hai4 sil +009446 sil wo3 yi2 qie4 dou1 hao3 sp1 nin2 da4 ke3 bu2 bi4 cao1 xin1 sil +009447 sil sen1 lin2 gong1 an1 gan3 dao4 hou4 sp1 jiang1 niao2 wang3 chai1 chu2 sil +009448 sil dou1 kuai4 cheng2 nian2 le5 sp1 hai2 bu4 zhi1 dao4 huan2 shou3 a5 sil +009449 sil bi3 ru2 sp1 qian2 shao4 nai3 nai5 sp1 zhou1 xun4 he2 zhang1 yu2 qi3 sil +009450 sil na4 yang4 de5 ri4 zi5 jian3 zhi2 bu4 gan2 xiang3 xiang4 na5 sil +009451 sil jin1 wan2 sp1 deng3 zhe5 ni3 xi2 fu4 he2 ni3 pin1 ming4 ba5 sil +009452 sil wo3 dang1 shi2 leng4 zai4 na4 ban4 tian1 sp1 bu4 zhi1 za3 ban4 sil +009453 sil yi4 xie1 guan1 yuan2 ting1 wan2 hou4 sp1 jue2 de5 huo4 yi4 fei2 qian3 sil +009454 sil zai4 shuo1 sp1 zan2 zhe4 li3 yi2 yang4 mei2 you2 shui3 sp1 da2 sao2 qi3 lai2 geng4 hua1 gong1 fu5 sil +009455 sil dong1 hu2 cheng2 guan3 dui4 yuan2 zai4 sao2 xue3 sil +009456 sil pang2 bian1 yi2 wei4 zhong1 nian2 nan2 zi3 jian4 zhuang4 sp1 lun1 qi3 dang4 kou3 fu4 jin4 de5 deng4 zi5 sp1 jiang1 fan4 mou3 da2 pao3 sil +009457 sil kang4 yi4 shi4 wei1 zhe3 sheng1 cheng1 sp1 jiang1 jie3 fang4 shou3 du1 di2 li2 bo1 li3 sil +009458 sil you3 mei2 you3 fa1 xian4 sp1 wo2 xi3 huan5 bei4 ying3 zhao4 sp1 bu2 guo4 wo3 xiang1 xin4 sp1 ni3 xin1 li2 yi3 jing1 you2 wo3 de5 lun2 kuo4 le5 sil +009459 sil yang2 guo2 sheng4 sp1 bei4 shao1 de5 xiang4 ge5 hei1 ren2 sp1 yi1 fu5 gen1 pi2 fu1 zhan1 zai4 yi4 qi3 sil +009460 sil na4 shi2 hou4 sp1 wo3 men5 lia3 zhen1 shi4 pin2 jian4 bu4 neng2 yi2 a5 sil +009461 sil shi4 ma5 sp1 li3 zhi4 qing1 shuo1 zhe5 pi4 gu5 you4 na3 yi2 cun4 sil +009462 sil xuan1 shi4 jie2 shu4 sp1 guo2 qi2 huan2 huan3 tui4 chu1 hui4 chang3 sil +009463 sil jiu4 suan4 wu2 yu3 sp1 wo2 ye3 hui4 yi4 zhi2 pei2 zhe5 zhu3 ren2 de5 o5 sil +009464 sil ren2 lei4 ru2 he2 cai2 neng2 bai3 tuo1 hui3 mie4 de5 ming4 yun4 sil +009465 sil shui2 neng2 chu1 ren4 sp1 e2 luo2 si1 dui4 xin1 de5 zhu3 jiao4 lian4 sil +009466 sil qi2 ta1 de5 lai2 zi4 yu2 jing1 shen2 bing4 zhen2 suo3 huo4 yi1 yuan4 sil +009467 sil tong2 shi2 sp1 jie1 dao4 jing1 duo1 fang1 zou2 fang3 qiu2 zheng4 sp1 zui4 zhong1 que4 ren4 le5 jiu4 ren2 zhe3 jiu4 shi4 feng2 shi4 gen4 sil +009468 sil zhi3 yao4 mei2 you3 tai4 duo1 de5 za2 nian4 sp1 jiu4 neng2 ti3 hui4 dao4 zhen1 zheng4 de5 kuai4 le4 la5 sil +009469 sil jin1 nian2 sp1 jiu4 you3 lv2 you3 jian4 yi4 sp1 jin3 kuai4 li4 fa3 jiang1 lv3 you2 ri4 jia4 qi1 chang2 tai4 hua4 sil +009470 sil zheng1 zhi2 zhong1 sp1 zhao4 mou3 sui4 yong4 shuang1 shou3 qia1 zhu4 guan1 mou3 de5 bo2 zi5 zhi4 qi2 si3 wang2 sil +009471 sil dao3 shang4 sp1 you3 han2 fang1 jian4 zao4 de5 deng1 ta3 sp1 hai3 an4 shao4 suo3 he2 ma3 tou2 deng3 she4 shi1 sil +009472 sil tu2 zhong1 you3 yi2 chu4 ming2 xian3 cuo4 wu4 sp1 ji2 sp1 mei2 you2 ba3 tai2 wan1 hua4 wei2 zhong1 guo2 de5 ling2 tu3 sil +009473 sil xie4 xian1 sheng5 tong1 zhi1 le5 hua2 xue2 chang3 gong1 zuo4 ren2 yuan2 sp1 bing4 song4 er2 zi5 qu4 le5 yi1 yuan4 sil +009474 sil gai3 kuo4 jian4 guo2 bo2 sp1 bu2 hui4 shi4 wei4 le5 zhan3 shi4 zhe4 xie1 she1 chi2 pin3 wen2 hua4 ba5 sil +009475 sil ben3 lai2 qu4 tiao2 jie3 jiu1 fen1 de5 sp1 peng4 qiao2 ba3 zhe4 ming2 tao2 fan4 jiu1 chu1 lai2 le5 sil +009476 sil dan4 zai4 si4 nve4 de5 sha1 chen2 sha1 bao4 mian4 qian2 sp1 ji4 hua4 bian4 cheng2 tan2 hua1 yi2 meng4 sil +009477 sil zhe4 gu3 xuan4 feng1 xiang4 ta1 de5 dui4 mian4 kuai4 su4 yi2 dong4 sp1 cai3 gang1 ban3 ye3 gen1 zhe5 pao3 sil +009478 sil mian4 dui4 tong2 yang4 jue2 jiang4 de5 fu4 qin5 sp1 wei1 zi3 wu2 ke3 nai4 he2 zhi3 de2 bai3 yi1 bai3 shun4 sil +009479 sil wo3 gan2 jin3 fan1 qian2 bao1 sp1 wan2 le5 sp1 jiu4 sheng4 wu3 mao2 le5 sp1 bao4 jing3 ba5 sp1 shou3 ji1 ne5 sil +009480 sil dang4 tian1 sp1 mei3 yuan2 dui4 ri4 yuan2 sp1 ye3 shang4 zhang3 yi1 dian3 ling2 san1 sp1 bao4 qi1 shi2 ba1 dian3 liu4 qi1 sil +009481 sil sun1 xing1 ken2 qing3 gong1 zhong4 sp1 ba3 xin4 ren4 chong2 xin1 jiao1 hui2 dao4 zi4 ji3 de5 shou3 shang4 sil +009482 sil bie2 ren2 you3 bei4 jing3 sp1 wo3 men5 zhi2 you3 bei4 ying3 sp1 bie2 ren2 zai4 lv3 you2 sp1 wo3 men5 zai4 meng4 you2 sil +009483 sil jie4 zhu4 zhe4 zhong3 zeng1 zhang3 dong4 neng2 sp1 wo3 men5 jiang1 neng2 bao3 chi2 shi4 chang2 ling3 xian1 di4 wei4 sil +009484 sil ke3 chou2 lai2 de5 na4 dian3 qian2 sp1 mei4 mei5 zuo4 ji3 ci4 tou4 xi1 jiu4 dou1 hua1 guang1 le5 sil +009485 sil han4 zi5 shen1 hou4 de5 tu3 qiang2 shang4 sp1 ding1 zhe5 yi4 zhang1 ying4 bai2 zhi3 pian4 sp1 sha4 shi4 re2 yan3 sil +009486 sil shang4 che1 de5 shi2 hou4 sp1 gua4 yi1 dang2 qi3 bu4 sp1 kao3 guan1 tu1 ran2 lai2 le5 yi2 ju4 sp1 jia1 you2 sil +009487 sil ci3 wai4 sp1 huan4 zhe3 ke2 you3 fan2 ke3 chu1 han4 sp1 liu2 xian2 sp1 si4 zhi1 ji1 rou4 jing4 luan2 sp1 hu1 xi1 kun4 nan2 deng3 zheng4 zhuang4 sil +009488 sil wo3 ning4 yuan4 gei2 gou3 chi1 sp1 ye3 bu4 gei3 ta1 liu2 sil +009489 sil you3 shen2 me5 bu2 hui4 de5 sp1 jin2 guan3 wen4 wo3 ba5 sil +009490 sil ying4 lang3 de5 che1 shen1 yao1 xian4 sp1 cong2 che1 qian2 da4 deng1 chu4 qi3 sp1 yi4 zhi2 gang1 jing4 you3 li4 de5 sp1 yan2 shen1 xiang4 hou4 sil +009491 sil er4 er4 shi2 sp1 yi1 yi1 shi2 wu3 hao4 sp1 mu4 qian2 shi4 mou3 jiao1 liu2 xie2 hui4 ban4 gong1 di4 dian3 sil +009492 sil zuo2 ri4 sp1 ji4 zhe3 yu2 da3 chu1 guang3 gao4 shou1 gou4 luan2 zi3 de5 zhong1 jie4 jian4 mian4 sil +009493 sil zai4 dang1 di4 cun1 min2 yan2 li3 sp1 mao2 xian4 mi2 shi4 yi2 ge5 you3 xie1 zhi2 niu4 de5 ren2 sil +009494 sil da4 shu1 xia4 chang3 shi2 sp1 pai1 le5 pai1 yao2 ming2 de5 jian1 sp1 yi2 qie4 jin4 zai4 bu4 yan2 zhong1 sil +009495 sil jiao4 shi4 li3 yi2 you2 ji3 ge4 ren2 sp1 shu3 jia4 de5 lian4 bi3 zuo4 wen2 gang1 fa1 xia4 lai5 sil +009496 sil ci3 shi2 sp1 yi4 ming2 jing3 cha2 dan1 shou3 bie2 zai4 shen1 hou4 sp1 shou3 zhong1 wo4 you3 yi4 chui2 zi5 sil +009497 sil shu4 ren2 xiong1 ke3 xi1 wan3 sheng1 le5 yi4 bai3 nian2 sp1 huo4 zhe2 zao3 sheng1 le5 yi4 bai3 nian2 sil +009498 sil dang1 shi2 zheng1 lun4 de5 wen4 ti2 sp1 jin2 jin3 shi4 gai1 bu4 gai1 zai4 hu2 di3 pu1 mo2 sil +009499 sil yin1 wei4 zhi1 dao4 zi4 ji3 de5 shi1 bai4 yu3 wu2 neng2 sp1 yu2 shi4 xiang3 ban4 fa3 qu4 ke4 fu2 sil +009500 sil wang2 meng2 sp1 jia3 ping2 ao1 sp1 feng2 ji4 cai2 deng3 zhu4 ming2 zuo4 jia1 ceng2 li4 ren4 hui4 zhang3 sil +009501 sil mu4 qian2 xiao1 fang2 dui4 yuan2 zhi3 neng2 tan4 shen1 shui3 ni2 guan3 sp1 yi4 dian2 dian3 pao2 jue2 sil +009502 sil nan2 hai2 dai1 zuo4 zai4 di4 sp1 bu4 shi2 bao4 qi3 jiao2 zhi3 tou5 qing1 qing1 yao3 yi4 kou3 sil +009503 sil deng3 che1 guo4 cheng2 zhong1 ji4 zhe3 fa1 xian4 sp1 bu4 shao3 hei1 che1 bian4 chun2 chun3 yu4 dong4 sil +009504 sil yi1 fa3 bei4 xian4 zhi4 ren2 shen1 zi4 you2 sp1 huo4 bo1 duo2 zheng4 zhi4 quan2 li4 de5 chu2 wai4 sil +009505 sil huo4 de2 yi2 ding4 fen1 shu4 de5 wai4 ji2 ren2 shi4 sp1 jiang1 bei4 shi4 wei2 gao1 ji2 ren2 cai2 sil +009506 sil zhe4 zhong3 chang2 cheng2 xun2 yi4 fei1 dan4 de5 mu4 biao1 shi4 dui4 zhun2 na3 ge4 guo2 jia1 sil +009507 sil zui4 hou4 xun2 huan2 li4 xi1 xiang1 jia1 sp1 de2 chu1 sp1 yi4 bai3 er4 shi5 dian3 ling2 ling2 wu2 wu3 yuan2 sil +009508 sil bi3 ru2 shuo1 ti2 chang4 jian1 ku3 fen4 dou4 sp1 zhe4 bing4 bu2 yi4 wei4 zhe5 sp1 wo3 men5 yao4 chuan1 da2 bu3 ding1 de5 yi1 fu5 sil +009509 sil you2 ni3 zai4 shen1 bian1 pei2 ban4 de5 ri4 zi5 sp1 gan3 jue2 mei3 tian1 dou1 xiang4 du4 jia4 yi2 yang4 kai1 xin1 ne5 sil +009510 sil qian2 hua1 de5 zhi2 sp1 lao2 bai3 xing4 sp1 ye3 yuan4 yi4 jie3 nang2 sil +009511 sil de2 guo2 li4 shi3 you1 jiu3 sp1 wen2 hua4 cui3 can4 sp1 su4 you3 shi1 ren2 he2 zhe2 xue2 jia1 guo2 du4 de5 mei3 yu4 sil +009512 sil gao1 xin4 zhan3 shi4 gong3 li4 de5 gu3 li4 duan3 xin4 sil +009513 sil bu4 jin2 jin3 su4 du4 kuai4 sp1 er2 qie3 zhi4 liang4 gao1 sil +009514 sil jiu4 shi4 bi3 jiao4 xi3 huan1 xie2 dian3 dong1 xi5 ma5 sil +009515 sil wu3 nian2 lai2 sp1 zai4 ji2 yue4 shang1 yong4 qing1 chun1 he2 re4 xue4 shu1 xie3 le5 biao1 bing2 shi3 ce4 de5 zhuang4 li4 pian1 zhang1 sil +009516 sil ta1 tie1 zhe5 yi2 ge4 tu1 tou2 nan2 ren5 sp1 na4 cai2 shi4 tie1 zhe5 sp1 kan4 lai2 shang4 di4 ye2 you3 lou4 zhan3 de5 shi2 hou5 sil +009517 sil qing1 song1 ji1 kua2 ta3 li4 ban1 zhi1 hou4 sp1 mei3 jun1 mian4 dui4 de5 sp1 shi4 yi4 pan2 san3 sha1 shi4 de5 wu3 zhuang1 fen4 zi3 sil +009518 sil dao4 zui4 hou4 qian1 ding4 xie2 yi4 shi2 sp1 ta1 shuo1 ta1 ba2 dong3 shi4 zhang3 dang1 shang4 sp1 qi2 ta1 sp1 ni3 za2 gao3 dou1 xing2 sil +009519 sil wen2 xun4 hou4 sp1 lv3 zong1 yin1 li4 ji2 tiao4 xia4 che1 sp1 zhen1 cheng2 bei1 qie4 de5 su4 shuo1 sp1 da3 dong4 le5 zhi4 yuan4 zhe3 men2 sil +009520 sil di4 fang1 zheng4 fu3 sp1 dui4 ben3 di4 qu1 ru2 pin3 zhi4 liang4 an1 quan2 fu4 zong3 ze2 sil +009521 sil ge3 xiao2 jie3 de5 ma1 ma5 wang2 nv3 shi4 sp1 zhi4 jin1 reng2 ran2 yi3 lei4 xi3 mian4 sil +009522 sil er2 qie3 sp1 dang1 ran2 ye3 shi4 gua3 tou2 he2 qian2 du2 cai2 zhe3 de5 bi4 nan4 suo3 sil +009523 sil da4 xue2 li3 sp1 you3 yi2 da4 pi1 zhui1 qiu2 miao2 tiao2 he2 gu2 gan3 de5 nv3 hai2 sil +009524 sil dan4 shi4 wei4 lai2 ji3 nian2 nei4 sp1 da4 xue2 sheng1 jiu4 ye4 xing2 shi4 yi1 ran2 yan2 jun4 sil +009525 sil wei2 xiu1 bu4 men2 bao3 liu2 sp1 xiao1 shou4 deng3 qi2 ta1 ye4 wu4 he2 bing4 zai4 yi4 qi3 sil +009526 sil zai4 er4 bai2 wu3 shi2 duo1 wan4 ming2 kao3 sheng1 zhong1 sp1 bie1 le5 er4 shi5 duo1 tian1 de5 qi4 sp1 yi2 xia4 zi5 bao4 fa1 chu1 lai2 le5 sil +009527 sil zai4 zhu2 guang1 de5 ying4 zhao4 xia4 sp1 lao3 ren2 yan2 jiao3 de5 lei4 hua1 shan2 shan3 fa1 liang4 sil +009528 sil lin2 ju1 fan3 ying4 sp1 dang1 shi2 wu1 nei4 ming2 huo3 bu2 da4 sp1 dan4 shi4 nong2 yan1 qiang4 ren2 sil +009529 sil yi3 shang4 kuan3 wu4 zhe2 he2 ren2 min2 bi4 sp1 si4 shi2 si4 dian3 si4 liu4 si4 san1 wan4 yuan2 sil +009530 sil ru2 ci3 sp1 bian4 neng2 rao4 kai1 zheng4 fu3 zhu2 guan3 bu4 men2 rong3 chang2 de5 shen3 pi1 sil +009531 sil yi3 hou4 sp1 ni3 zai4 zhe4 me5 da4 sheng1 shuo1 wo3 sp1 wo3 jiu4 gei2 ni2 dian3 yan2 se4 kan4 kan4 sil +009532 sil ta1 men5 jing1 guo4 qian1 tiao1 wan4 xuan3 sp1 zheng2 ti3 su4 zhi4 hen2 hao3 sp1 ying1 gai1 de2 dao4 gao1 yi4 xie1 de5 dai4 yu4 sil +009533 sil jiu4 zuo2 tian1 zhe4 chou2 nv3 sp1 you4 shen2 jing1 de5 kai1 shi3 da4 ma4 nv3 shen2 sp1 zui4 hou4 sp1 nv3 shen2 qi4 huai4 le5 sil +009534 sil bu2 guo4 sp1 ta1 xian4 chang3 de5 you1 mo4 yu3 yan2 sp1 que4 dou4 de5 guan1 zhong4 he2 zhong4 wei4 jia1 bin1 he2 bu4 long2 zui3 sil +009535 sil gai1 guan2 li3 yuan2 li4 ji2 ba3 zi4 ji2 suo3 zai4 long2 zi5 li3 sp1 yi2 mian3 qi2 ta1 de5 xing1 xing5 ye3 tao2 pao3 sil +009536 sil tui1 er2 yan2 zhi1 sp1 gu3 xi1 la4 zhe2 xue2 shi4 jing4 guan1 de5 sp1 ta1 fan3 ying4 le5 chao1 yue4 xian4 shi2 de5 li2 xiang3 sil +009537 sil zhi4 shao3 zai4 hua4 zhuang1 fang1 mian4 sp1 wo3 ke2 yi2 bi3 bie2 ren2 shao3 yong4 ban4 xiao3 shi2 sp1 yin1 wei4 sp1 bu2 yong4 hua4 mei2 mao5 sil +009538 sil qiao3 jia1 guan1 fang1 de5 zhe4 fen4 hui2 ying4 sp1 hen3 kuai4 bei4 wai4 jie4 shi4 zuo4 ji2 yu2 pie3 qing1 chai1 qian1 mao2 dun4 sil +009539 sil fu1 fu4 lia2 mei3 nian2 de5 xiu1 jia4 quan2 yong4 zai4 le5 chang2 tu2 ba2 she4 qu4 lao3 jia1 kan4 hai2 zi5 shang4 sil +009540 sil xu2 li4 chang4 de5 hen3 tou2 ru4 sp1 guan1 zhong4 gen1 zhe5 chang4 de5 ye2 hen3 tou2 ru4 sp1 xian4 chang3 hai1 cheng2 yi2 pian4 sil +009541 sil ci3 wai4 sp1 jin1 nian2 qi3 yong4 le5 yi4 pi1 xin1 shi4 sao2 xue3 she4 bei4 sp1 ti4 dai4 rong2 xue3 ji4 de5 shi3 yong4 liang4 sil +009542 sil mu4 qian2 sp1 chen2 mou3 yin1 she4 xian2 gu4 yi4 sun2 hui3 gong1 si1 cai2 wu4 sp1 bei4 jing3 fang1 xing2 ju1 sil +009543 sil ni3 shi4 fou2 xiang3 guo4 sp1 ni3 de5 ge4 ren2 xin4 xi1 sp1 ye2 xu2 yi3 bei4 zhuan2 shou3 shu4 ci4 sil +009544 sil yi4 zheng4 fa1 zuo4 shi2 sp1 you3 de5 hai2 zi5 zi4 shu4 tou2 yun1 huo4 chu1 xian4 chou1 chu4 sil +009545 sil bu2 shi4 yao4 pai1 zhao4 ma5 sp1 da4 jia1 pai2 hao3 dui4 sp1 ma2 li4 dian3 sil +009546 sil hao2 hao3 shui4 yi2 jiao4 sp1 ming2 tian1 you4 shi4 zhan3 xin1 de5 yi4 tian1 sil +009547 sil dan4 li3 jia1 ding2 yu3 shi1 ming2 jun1 fou3 ren4 sil +009548 sil zuo2 tian1 sp1 ge2 ye4 zi1 jin1 die1 po4 bai3 fen1 zhi1 san1 sp1 zhi4 bai3 fen1 zhi1 er4 dian2 jiu3 liu4 qi1 yi1 sil +009549 sil qi1 zi5 de5 jiao3 que2 sp1 ze2 shi4 yi4 chang3 yi1 liao2 shi4 gu4 de5 hou4 yi2 zheng4 sil +009550 sil shuo1 bu2 ding4 sp1 ta1 hui4 bi3 yue1 han4 hai2 yao4 zao3 de5 dong1 shan1 zai4 qi3 ne5 sil +009551 sil ta1 ti2 xing3 tou2 zi1 zhe3 sp1 jing3 ti4 hui4 fou3 chu1 xian4 zhi4 zhang4 xian4 xiang4 sil +009552 sil ta1 jian4 shi4 yu2 xiong2 sp1 mang2 pao3 guo4 qu4 sp1 yu2 xiong2 shuo1 sp1 pai2 wo3 qian2 mian4 sil +009553 sil liang3 guo2 jing1 mao4 he2 zuo4 de5 bu2 duan4 kuo4 da4 sp1 shi2 mei3 zhong1 shuang1 fang1 huo4 yi4 sil +009554 sil liu4 yue4 er4 shi2 qi1 ri4 sp1 jiao1 long2 hao4 shua1 xin1 ji4 lu4 sp1 xia4 qian2 zhi4 qi1 qian1 ling2 liu4 shi2 er4 mi3 sil +009555 sil ci3 hou4 sp1 zai4 xi1 zang4 hui1 fu4 jiu4 you3 de5 feng1 jian4 nong2 nu2 zhi4 du4 sp1 ye3 cheng2 wei2 yong2 yuan3 bu4 ke3 neng2 sil +009556 sil guo4 qu4 ji3 shi2 nian2 sp1 yan2 hai3 zhi1 suo2 yi3 fa1 zhan3 xun4 su4 sp1 jiu4 shi4 yin1 wei4 jin4 xiang4 wu4 liu2 bian4 li4 sil +009557 sil ju4 xi1 sp1 zai4 fan3 qin1 yan4 shang4 sp1 zhan3 shi4 nv3 fang1 jia4 zhuang5 sp1 shi4 jin4 jiang1 yi2 dai4 te4 you3 de5 xi2 su2 sil +009558 sil jin4 ru4 qi4 che1 shi2 dai4 yi3 lai2 sp1 ren2 men5 si4 hu1 yi2 ke4 ye3 li2 bu4 kai1 gun2 gun3 de5 che1 lun2 sil +009559 sil ci3 wai4 sp1 zheng3 ge4 guan3 zhong1 sp1 hai2 shou1 cang2 zhe5 jia3 ping2 ao1 de5 yi4 xie1 cang2 pin3 he2 shu1 hua4 zuo4 pin3 sil +009560 sil dui4 yu2 fan3 dui4 pai4 sp1 wo3 yi4 zhi2 jue2 de5 ta1 men5 hen3 ang1 zang1 sil +009561 sil shi4 fou3 xue1 ruo4 le5 dui4 nong2 ye4 de5 tou2 ru4 sil +009562 sil jin1 se4 de5 kua1 zhang1 mao3 ding1 shou3 zhuo2 sp1 he2 shan2 shan3 liang4 de5 jin1 se4 bao1 bao1 sp1 hu1 ying4 de5 gang1 gang1 hao3 sil +009563 sil zai4 zuo4 wan2 jian3 cha2 fan3 hui2 bing4 fang2 tu2 zhong1 sp1 lin2 lin5 tang3 zai4 bing4 chuang2 shang4 bai3 nong4 shou3 ji1 sil +009564 sil bu2 guo4 sp1 wang2 you3 dou1 fen1 fen1 zhi1 chi2 ying1 cai3 er2 zhe4 yi2 ba4 qi4 xing2 wei2 sil +009565 sil ta1 shuo1 sp1 dang1 shi2 zai4 pian4 chang3 sp1 huo4 bo2 ji1 hu1 gen1 suo2 you3 ren2 gan4 guo4 jia4 sil +009566 sil xiang3 zhe5 xiang3 zhe5 sp1 zi4 ji3 bei4 zi4 ji3 dou4 le4 sp1 dui4 zhe5 jun1 huo3 ku4 zao4 xing2 de5 yu2 guo3 tang2 kai1 huai2 da4 xiao4 sil +009567 sil zhou1 zhuang1 chuan2 fu1 de5 sheng1 yi4 ji2 jia1 sp1 mei3 ge4 ren2 dou1 hen4 bu4 de2 jiao2 ye3 neng2 hua2 jiang3 sp1 hao3 duo1 la1 xie1 sheng1 yi4 sil +009568 sil ta1 he2 yi4 bang1 shuo1 hua4 du1 du5 nang1 nang1 sp1 cheng2 tian1 tiao4 wu3 de5 ren2 sheng1 huo2 zai4 yi4 qi3 sil +009569 sil qu4 shen1 zhen4 da3 gong1 zhi1 qian2 sp1 di4 di5 mei4 mei5 sp1 jiu4 rang1 rang5 zhe5 yao4 mai3 bu4 dian4 nao3 sil +009570 sil ta1 de5 dao4 lai2 shi4 yi2 jian4 hao3 shi4 sp1 wo2 hen3 huan1 ying2 ta1 sp1 bu4 guan3 shi4 dai4 biao3 ge4 ren2 hai2 shi4 dai4 biao3 ju4 le4 bu4 sil +009571 sil xiao2 nv3 hai2 ting3 guai1 de5 sp1 mei2 you3 ku1 nao4 sil +009572 sil you3 shen2 me5 xin1 shi4 ma5 sp1 ke2 yi3 he2 wo3 fen1 xiang3 yi2 xia4 ya5 sil +009573 sil ju1 min2 shuo1 sp1 zhe4 xie1 liu2 lang4 er2 si4 hu1 tu1 ran2 xiao1 shi1 le5 sp1 bu4 zhi1 qian2 wang3 he2 chu4 sil +009574 sil beng1 yi2 xia4 sp1 he2 tao5 wan2 hao3 de5 zai4 di4 shang4 da2 gun3 sp1 su4 she4 men2 que4 diao4 le5 xia4 lai2 sil +009575 sil mian4 dui4 yi2 xi4 lie4 de5 da3 ji1 sp1 tian2 zheng4 yang2 mei2 you3 qi4 nei3 sp1 fan3 er2 geng4 jia1 jian1 qiang2 sil +009576 sil zhe4 ge4 kan4 si4 ping2 dan4 de5 xiao1 xi5 sp1 shi2 ze2 yi4 yi4 zhong4 da4 sil +009577 sil suo2 li3 de5 ren2 sp1 zi4 bei1 wu3 gong1 bu4 ji2 fo2 shan1 fei1 hong2 bang1 sp1 da4 bu4 liao3 guan1 ji3 tian1 jiu4 fang4 le5 chu1 qu4 sil +009578 sil zhi2 dao4 zuo2 tian1 sp1 zhong1 guo2 dui4 sp1 yi3 jing1 yi2 jiu3 kuai4 jin1 pai2 ru4 zhang4 sp1 zan4 ju1 ao4 yun4 hui4 jin1 pai2 bang3 de5 bang2 shou3 sil +009579 sil qian2 ji3 nian2 huo3 che1 ti2 su4 sp1 dan4 na4 li3 de5 hai2 zi5 que4 bu4 neng2 ti2 su4 sil +009580 sil er2 ci3 ci4 can1 jia1 ren2 shu4 zhong4 duo1 sp1 ye3 rang4 mai4 xiang4 ding2 dian3 de5 nan2 du4 zeng1 jia1 sil +009581 sil pan1 mou2 zhuan3 shen1 he2 he2 mou3 dui4 da3 sp1 bing4 shi4 tu2 qiang3 guo4 he2 mou3 de5 cheng4 tuo2 sil +009582 sil wei4 shen2 me5 yi2 xiang4 gei3 ren2 qin2 jian3 yin4 xiang4 de5 de2 guo2 ren2 sp1 bian4 de5 bu2 hui4 guo4 ri4 zi5 le5 sil +009583 sil ta1 zhe4 ge4 jiu4 shi4 lao2 bai3 xing4 shuo1 de5 bie3 yu4 mi3 sp1 jiu4 shi4 qu4 le5 pi2 sp1 li3 tou5 mei2 you3 liang2 shi5 le5 sil +009584 sil mian4 dui4 jiao3 hua2 de5 xian2 yi2 ren2 sp1 min2 jing2 bai3 chu1 zhong2 zhong3 zheng4 ju4 yi1 yi1 fan3 bo2 sil +009585 sil tu2 wei2 shou3 gang1 zhi2 gong1 sp1 zuo2 ri4 zai4 liao4 chang2 jin3 zhang1 de5 qiang3 xie4 dong4 mei2 sil +009586 sil er4 shi2 liu4 nian2 qian2 sp1 wang2 xin4 chen2 dang1 bing1 sp1 lai2 dao4 le5 nan2 hai3 jian4 dui4 mou3 shui2 jing3 qu1 sil +009587 sil yi4 xie1 dao4 sai4 han3 ba4 de5 you2 ke4 quan2 fu4 wu3 zhuang1 xiang3 shou4 tian1 han2 di4 dong4 de5 ling4 lei4 kuai4 le4 sil +009588 sil xin1 gui1 shi2 shi1 di4 er4 tian1 sp1 wo2 sheng3 yi4 xie1 di4 fang1 de5 mei2 kuang4 zhi2 xing2 qing2 kuang4 sp1 dao4 di3 ru2 he2 sil +009589 sil zuo4 wei2 cong2 ye4 ren2 yuan2 sp1 wo2 yi3 jing1 sang4 shi1 le5 kan4 dian4 shi4 ju4 de5 le4 qu4 sil +009590 sil zhe4 ci4 bu3 ke4 ye3 yi2 yang4 sp1 mei2 ren2 yao4 ting1 ta1 de5 ke4 sil +009591 sil dan4 gao1 neng2 quan2 de5 kou1 sp1 shi4 yuan3 jin4 chu1 le5 ming2 de5 sil +009592 sil liang3 ge4 dou1 shi4 da4 mei2 nv3 sp1 hao3 nan2 xuan3 ze2 ya5 sil +009593 sil zai4 xue2 xi2 zen3 yang4 rang4 zi4 ji3 bian4 de5 geng4 cong1 ming5 sil +009594 sil ke3 shi4 sp1 xian4 ji2 zheng4 fu3 jing4 zheng1 cai2 pan4 shi4 shui2 sil +009595 sil wo2 you3 yi4 ke1 re4 ai4 sheng1 huo2 de5 xin1 sp1 zhe4 bi3 shen2 me5 dou1 zhong4 yao4 sil +009596 sil bing1 dao3 geng4 shi4 zhou4 ye4 nan2 bian4 sp1 fang3 fu2 jin4 ru4 he2 dong1 tian1 sil +009597 sil da4 dao4 li3 mian4 bu4 yun2 xu2 xiao3 de5 pu4 wei4 sil +009598 sil xue2 xiao4 de5 zou3 du2 sheng1 zai4 fang4 xue2 hou4 shi4 bu4 yun2 xu3 zai4 xue2 xiao4 dou4 liu2 de5 sil +009599 sil zhang1 guo2 li4 sp1 yu3 luo2 zhi4 xiang2 zhang1 shao2 han2 sil +009600 sil lao3 gong1 ren2 wen2 hua4 gong1 ji2 yi3 nan2 pian4 qu1 de5 di1 ai3 jian4 zhu4 jiang1 quan2 bu4 chai1 chu2 sil +009601 sil zai4 zui4 leng3 de5 ji3 tian1 sp1 zhan4 shi4 lu4 su4 hu4 wai4 sp1 teng2 chu1 zhang4 peng5 an1 zhi4 qun2 zhong4 sil +009602 sil yin1 li4 jun1 shuo1 sp1 qi2 jing2 hai3 de5 fu4 mu3 dou1 shi4 nong2 min2 sp1 di4 xiong1 wu3 ge4 pai2 hang2 lao3 da4 sil +009603 sil huo2 hen3 da4 sp1 kan4 bu4 qing1 sp1 yan1 ye2 hen3 da4 sil +009604 sil san1 sui4 na4 nian2 sp1 he2 hen3 duo1 xiao3 peng2 you5 yi2 yang4 sp1 xiao3 qi2 xi3 huan5 shang4 le5 yao3 shou2 zhi3 sil +009605 sil gao2 hao3 da4 xue2 sheng1 qin3 shi4 guan1 xi5 sp1 zi4 ran2 ye3 yi4 yi4 zhong4 da4 sil +009606 sil ban4 nian2 zou3 yi4 zhuan3 sp1 shi2 chuan2 jiu2 da3 lan4 sil +009607 sil fou3 ze2 sp1 shi1 qu4 yong1 dun3 de5 ping2 guo3 jiang1 hui4 si3 de5 hen2 can3 sil +009608 sil min2 jing3 you4 sheng1 yi2 ji4 sp1 qie1 duan4 zhe4 ming2 lao3 shi1 jia1 de5 dian4 yuan2 sil +009609 sil ci3 ci4 sui1 ran2 zi1 jin1 bu4 duo1 sp1 dan4 dui4 yu2 zai4 jian4 xiang4 mu4 sp1 reng2 ran2 hen3 jie2 ke3 sil +009610 sil ta1 ye3 yong4 zi4 ji3 de5 ai4 xin1 sp1 dian3 zhui4 le5 zi4 ji3 de5 sheng1 ming4 sil +009611 sil huo4 che1 de5 wei3 bu4 sp1 yi3 jing1 ao1 xian4 bian4 xing2 sil +009612 sil chu3 fa2 kan4 qing2 mian4 sp1 da2 dian2 you3 shen2 gong1 sil +009613 sil bu2 guo4 sp1 tu3 jiao1 zuo1 fang5 sp1 bing4 wei4 cong2 ci3 zai4 shan1 dong1 jue2 ji4 sil +009614 sil di4 san1 dian3 shi4 yun4 ying2 chu1 qi1 sp1 zhe4 li3 tou2 xue2 wen4 jiu4 bi3 jiao4 da4 sp1 hen2 you3 xuan2 ji1 sil +009615 sil wo3 de5 shu4 xue2 lao3 shi1 hai2 mei2 jiao1 guo4 wo3 sil +009616 sil jia4 gei3 zhe4 me5 ge4 ren2 sp1 wo3 zhe4 bei4 zi5 ye3 suan4 mei2 zhi3 wang4 le5 sil +009617 sil qi2 zhong1 sp1 bao1 kuo4 lao3 pai2 ru2 pin2 qi3 ye4 sp1 hang2 zhou1 mei3 li4 jian4 ru3 ye4 you3 xian4 gong1 si1 sil +009618 sil jiao1 xian1 sheng5 shuo1 sp1 qian2 tian1 sp1 ta1 he2 qi1 zi3 chen2 nv3 shi4 sp1 xiang1 yue1 pa2 shan1 shang2 jing3 sil +009619 sil xiao3 ning4 mei2 you3 duo1 xiang3 sp1 jiu4 shang4 le5 che1 sil +009620 sil zi4 you4 shi2 ji4 shi4 qi3 sp1 da4 ren2 men5 yi4 shuo1 qi3 ta1 sp1 dou1 duo2 duo3 shan2 shan3 sp1 hui4 mo4 ru2 shen1 sil +009621 sil yi3 xia4 shi4 ji4 zhe2 yu3 he2 chao1 yun2 de5 fang3 wen4 sil +009622 sil wo3 hai2 mei2 kai1 fa1 chu1 zhe4 ge5 gong1 neng2 ye5 sil +009623 sil ji2 shi3 ta1 fan4 le5 cuo4 sp1 fu4 mu3 qin1 ye3 bu2 hui4 jiao4 xun4 ta1 sil +009624 sil jian1 kong4 pai1 she4 dao4 sp1 gai1 nan2 zi2 zou3 lu4 shi2 you3 xie1 bo2 jiao3 sp1 chang2 fa4 sp1 pian1 shou4 sil +009625 sil hu4 ji2 sp1 yi1 jiu4 kun2 bang3 le5 hu4 ji2 ren2 kou3 de5 te4 xu3 quan2 sil +009626 sil mei2 you3 ren2 fa1 lao2 sao5 sp1 er2 shi4 mao3 zu2 jin4 sp1 zhuo2 shou3 zheng2 gai3 sil +009627 sil zhe4 shi4 yi2 ge4 sheng1 yi4 ang4 ran2 de5 chun1 ri4 sp1 sheng1 ming4 de5 qi2 ji4 sp1 bu2 duan4 bei4 chuang4 zao4 sil +009628 sil chong2 sheng4 si4 san1 ta3 sp1 wo3 qiang2 li4 tui1 jian4 sil +009629 sil wo3 de5 ji4 yi4 zhi2 you3 qi1 miao3 sp1 pian4 ni3 da1 sil +009630 sil min2 jing2 jie3 kai1 sheng2 zi5 jiu4 le5 nan2 hai2 sil +009631 sil bu2 liao4 sp1 zhe4 yi2 ju4 hua4 re2 nao3 le5 li3 ao2 sil +009632 sil huang2 chang2 yong2 gei3 chu1 le5 zi4 ji3 de5 da2 an4 sil +009633 sil ta1 zai4 pa1 xia4 zhi1 hou4 jiu4 mei2 xing3 le5 sil +009634 sil qi2 shi2 sp1 you4 you3 shui2 hui4 wu2 yuan2 wu2 gu4 de5 zhao3 ta1 de5 ma2 fan5 ne5 sil +009635 sil zhong1 wu3 shi2 fen1 sp1 jun1 dou1 shan1 hua2 xue2 chang3 sil +009636 sil sui2 hou4 sp1 you4 yu3 yi4 qian2 lai2 zu3 lan2 de5 cun1 min2 niu2 da2 qi3 lai2 sil +009637 sil yang2 guang1 zhi1 xia4 sp1 kuai4 pao2 zhe3 wei4 bi4 xian1 da2 sp1 li4 zhan4 zhe3 sp1 wei4 bi4 neng2 sheng4 sil +009638 sil ru2 guo3 shi4 zhuan1 jia1 sp1 dou1 dei2 wang3 ping2 gu1 bao4 gao4 shang4 qian1 zi4 sil +009639 sil ta1 hua1 qi3 qian2 lai2 da4 shou3 da4 jiao3 sp1 nei4 xin1 yi4 chang2 leng3 ku4 sil +009640 sil ta1 tou4 lu4 sp1 ju3 bao4 ren2 sp1 wei4 xiang4 ta1 suo2 qu3 ren4 he2 bao4 chou2 sil +009641 sil dan4 you3 yu2 min2 ren4 wei2 sp1 jin4 qi1 shui3 hu2 lu5 de5 ying2 xiang2 yi3 bu2 da4 sil +009642 sil jin1 zao3 sp1 fa1 xian4 zi4 ji3 bei4 la1 hei1 le5 sil +009643 sil qi2 huo2 dian3 wei4 yu2 he2 bian1 sil +009644 sil nu2 er2 bi3 ye1 de5 mu3 qin1 shi4 yi2 wei4 jiao4 shi1 sil +009645 sil kuai4 ren2 kuai4 yu3 shi4 li2 yong3 bo1 de5 ge4 xing4 sil +009646 sil jie2 guo3 yue4 shi4 zhe4 yang4 sp1 de2 zui4 ren2 yue4 duo1 sil +009647 sil zhe4 shi4 wo3 ying1 gai1 zuo4 de5 sp1 bu2 yong4 ke4 qi4 sil +009648 sil ke4 tang2 shang4 ting1 bu4 dong3 sp1 xia4 ke4 jiu4 xiang4 ge1 ge5 jie3 jie5 wen4 sil +009649 sil wo3 ba4 hai2 qu4 lao3 lao5 jia1 nao4 sil +009650 sil wo3 men5 jiu4 ke2 yi3 rong2 ren3 ru2 ci2 can3 bu4 ren2 du3 de5 ju2 mian4 sil +009651 sil fu4 gui4 zhou1 juan1 kuan3 shai4 diao4 liang3 ceng2 pi2 sil +009652 sil ling4 wai4 sp1 yao1 ling2 ba1 guo2 dao4 yang2 xian4 duan4 sp1 ye3 chu1 xian4 le5 lei4 si4 de5 qing2 kuang4 sil +009653 sil liu2 xian1 sheng5 gan1 ga4 de5 xiao4 le5 xiao4 sp1 jiang1 yan1 shou1 le5 hui2 qu4 sil +009654 sil yi3 jun1 you4 kai1 pi4 le5 li2 ba1 nen4 zhan4 chang3 sil +009655 sil ju4 e2 kui1 kong1 hou4 sp1 jiang3 gong1 kai1 qian2 tao2 sil +009656 sil liu4 ge4 nan2 hai2 wan2 dao4 xing4 qi3 sp1 shuo1 qi3 le5 huang2 se4 xiao4 hua4 sil +009657 sil xian4 zai4 hai2 gan3 jue2 tou2 yun1 shou3 bi4 teng2 sil +009658 sil ta1 men5 ben2 xiao3 li4 wei1 sp1 zui4 nan2 jing1 shou4 shi4 chang3 de5 zhen4 dang4 sil +009659 sil zai4 li4 shan1 lu4 yi4 jia1 chao1 shi4 sp1 yi2 wei4 xiao1 fei4 zhe3 zheng4 zi3 xi4 duan1 xiang2 cheng2 fen4 biao3 sil +009660 sil wo3 neng2 hen3 xin1 da3 duan4 ni3 bu5 sil +009661 sil ni2 dian3 sp1 ni2 dian3 sp1 ni2 dian3 sp1 er4 hun4 zi5 sil +009662 sil bei4 shao1 cheng2 kong1 jia4 de5 dian4 pu4 sp1 zhao1 pai2 yi3 kan4 bu2 jian4 le5 sil +009663 sil lao3 fu4 qin5 sp1 mei3 nian2 dou1 yao4 di1 sheng1 xia4 qi4 de5 qu4 cui1 kuan3 sp1 ke2 zong3 shi4 peng4 bi4 sil +009664 sil bai2 pang4 gao1 sp1 bai2 er2 liang4 de5 lian3 sp1 dai4 ti4 le5 deng1 de5 gong1 neng2 sil +009665 sil ni3 men5 dao4 zher4 r sp1 bu2 shi4 shui4 jiao4 lai2 de5 sil +009666 sil beng4 fang2 xia4 bu4 zhu2 ti3 jie2 gou4 yi3 wan2 cheng2 sil +009667 sil zhe4 zuo4 tu3 qiu1 sp1 yi3 jing1 bei4 zha4 chu1 yi2 ge4 shen1 shen1 de5 huo1 kou3 sil +009668 sil wu2 yi2 sp1 tang2 jun4 de5 shuai2 shou2 zou3 ren2 sp1 dui4 lian2 you2 wang3 luo4 lai2 shuo1 shi4 xue3 shang4 jia1 shuang1 sil +009669 sil wang3 min2 men5 shi4 fou2 pu3 bian4 shou4 dao4 guo4 liu2 mang2 ruan3 jian4 de5 sao1 rao3 ne5 sil +009670 sil shao1 wei1 hui4 yi4 dian3 sp1 dan4 wo3 hui4 de5 bu4 duo1 sil +009671 sil shen2 me5 yue4 qi4 ya5 sil +009672 sil bing4 qie3 sp1 pao1 shou4 pu3 bian4 zai4 er4 san1 tao4 sil +009673 sil wo3 na2 dao1 jiu4 kan3 le5 zhao4 zuo4 hai3 yi4 dao1 sil +009674 sil bu4 guan3 xia4 fang4 yu4 bei4 dui4 de5 shi4 shen2 me5 ren2 sp1 dou1 ke2 yi3 hui2 dao4 dui4 wu5 zhong1 lai2 sil +009675 sil zhe4 qi2 zhong1 sp1 yi3 ou1 meng2 de5 guan1 qia3 zui4 wei2 guan1 jian4 he2 jian1 nan2 sil +009676 sil pi4 ru2 shuo1 sp1 mei2 gui1 zong3 shi4 zhang3 bu4 hao3 sil +009677 sil gei3 nv2 you3 ge4 jing1 xi3 sp1 dai4 nv2 you3 qu4 fu4 jin4 de5 di4 fang1 wan2 sil +009678 sil zhe4 shi4 liang3 liang4 mian4 bao1 che1 sp1 dou1 tie1 zhe5 huan2 wei4 jian1 cha2 zi4 yang4 sp1 che1 ding3 an1 zhuang1 zhe5 la3 ba5 sil +009679 sil an1 ma3 xian4 zai4 wo3 dou1 bu2 lian4 le5 sp1 lian4 bu4 chu1 lai2 sp1 he1 he1 sil +009680 sil zai4 ni3 tou2 zi1 zhi1 qian2 sp1 xi1 wang4 sp1 ni3 neng2 wan2 wan5 wo3 men5 de5 you2 xi4 sil +009681 sil zhe4 me5 duo1 xiao4 hua4 sp1 yi4 tian1 jiang3 bu4 wan2 ya5 sil +009682 sil wo3 shi1 lian4 le5 sp1 wo3 lan2 shou4 a5 sp1 wo3 xiang1 gu1 sil +009683 sil shen2 me5 dou1 bu2 yong4 ni3 gan4 sp1 jiu4 zhei4 yang4 gei2 wo3 gui4 dao4 tian1 liang4 sil +009684 sil ta1 xiang3 kang2 zhe5 sp1 que4 yi3 li4 bu4 cong2 xin1 sil +009685 sil dang1 shi2 xin1 li3 zhi2 xiang3 shao2 re3 ma2 fan5 sil +009686 sil di4 er4 nian2 sheng1 le5 ge5 da4 pang4 xiao3 zi5 sil +009687 sil ta1 men5 neng2 zai4 jiang1 shui3 he2 hai2 shui3 zhong1 sheng1 cun2 sp1 bing4 qie3 cheng2 shu2 hou4 sp1 hui2 you2 dao4 chan2 luan3 di4 chan2 luan3 sil +009688 sil hai3 deng1 dui4 zou1 jia1 hua2 de5 lai2 fang2 biao3 shi4 huan1 ying2 sil +009689 sil zhe4 ye3 shi4 zuo4 wei2 wang3 luo4 xie2 shou3 zui4 tong4 ku3 de5 shi4 sil +009690 sil mu4 qian2 sp1 quan2 guo2 nai3 ye4 zheng2 ti3 di1 mi2 sp1 zhu3 yao4 shi4 xiao1 fei4 zhe3 dui4 ru2 pin3 zhi4 liang4 xin4 xin1 bu4 zu2 sil +009691 sil dan1 xin1 zhang1 mou3 bao4 jing3 sp1 liang3 ren2 yong4 zhen3 jin1 sp1 wu3 zhu4 le5 zhang1 mou3 de5 zui3 sp1 zhi2 zhi4 ta1 bu2 zai4 dong4 tan5 sil +009692 sil ri4 ben3 de5 yin3 shi2 si1 xiang3 sp1 yin3 shi2 wen2 hua4 sp1 shi2 wu4 sp1 peng1 ren4 suo3 shou4 dao4 de5 zui4 da4 ying2 xiang3 shi4 zhong1 guo2 sil +009693 sil zhe4 xie1 wai4 biao3 guang1 xian1 de5 ren2 sp1 zuo4 chu1 le5 wo4 chuo4 ang1 zang1 de5 chou3 shi4 sp1 ji4 zhu4 ta1 men5 de5 ming2 zi4 sil +009694 sil ta1 ceng2 xiang3 guo4 fang4 qi4 sp1 jin2 guan3 ru2 jin1 sp1 ta1 yi3 shi4 yan2 hai2 mou3 shi4 de5 qing1 shao4 nian2 san2 da3 guan4 jun1 sil +009695 sil qi2 ci4 de5 bang4 bang4 sp1 shi4 wei2 ren2 huo2 luo4 sp1 guan1 xi5 duo1 sp1 ye4 wu4 dou1 shi4 shu2 ren2 jie4 shao4 de5 sil +009696 sil ji4 zhe3 fa1 xian4 sp1 ming2 nian2 fang4 jia4 an1 pai2 zai4 zong2 ti3 shang4 sp1 bu2 hui4 chu1 xian4 zui4 zhe1 teng5 chang2 jia4 sil +009697 sil chuang1 wai4 wan3 feng1 chui1 fu2 sp1 shu4 ye4 you3 le5 huo2 li4 sp1 hua1 la1 la1 de5 xiang3 sp1 xiang4 zai4 su4 shuo1 zhe5 shen2 me5 sil +009698 sil min2 jing3 yi2 lu4 cong2 yong3 xing1 xian4 sp1 dao4 chen1 zhou1 shi4 qu1 sp1 di4 duan4 ji3 shi2 gong1 li3 sp1 pai2 cha2 suo2 you3 yi1 yuan4 sil +009699 sil tang2 hong2 jian4 sp1 xi3 huan5 yong4 dao4 lu4 qu1 zhe2 sp1 lai2 miao2 shu4 zhong1 guo2 he2 dian4 gong1 ye4 de5 fa1 zhan3 li4 cheng2 sil +009700 sil xiong2 wei3 de5 ren2 min2 da4 hui4 tang2 qi4 fen1 long2 zhong4 re4 lie4 sp1 wan4 ren2 da4 li3 tang2 li3 sp1 deng1 guang1 cui3 can4 sil +009701 sil zai4 ci4 jiao1 yi4 shi2 sp1 jie4 shao4 ren2 jian4 mou3 he2 ta1 de5 peng2 you5 yang2 mou3 sp1 da2 qi3 le5 qi2 ta1 suan4 pan5 sil +009702 sil ji1 fen1 yi3 fen1 wei2 dan1 wei4 sp1 mei3 ci4 jin4 ru4 zhang4 hu4 shi2 sp1 an4 si4 she2 wu3 ru4 gui1 ze2 qu2 zheng3 ji4 suan4 sil +009703 sil zhe4 shi2 sp1 lou2 fang2 huang4 de5 geng4 jia1 li4 hai4 sp1 bo1 li5 chuang1 hua1 hua1 de5 za2 luo4 xia4 lai2 sil +009704 sil pan1 shi2 yi4 chu1 le5 yi2 ge5 jia4 qian5 sp1 wo3 men5 zong1 he2 kao3 lv4 ke2 yi3 jiu4 mai4 lou5 sil +009705 sil di4 ba1 li4 que4 zhen3 bing4 li4 sp1 wei2 yi1 qi1 sui4 nv3 tong2 sp1 jia1 na2 da4 ji2 hua2 ren2 sil +009706 sil qiao2 de5 ling4 yi4 duan1 sp1 wei4 fang2 zhi3 ren2 shang4 qiao2 sp1 te4 yi4 qi4 qi3 le5 yi4 du2 ai3 qiang2 sil +009707 sil ran2 hou4 you3 ren2 guo4 lai2 na2 zhe4 ge1 menr5 r de5 hua4 tong3 sp1 yao4 ba3 ta1 qing3 chu1 qu4 sil +009708 sil wo3 ling2 dao3 le5 ta1 wu3 shi2 qi1 nian2 sp1 ye3 bu4 ke3 bi4 mian3 de5 fan4 le5 yi4 xie1 cuo4 sil +009709 sil tiao2 li4 dui4 wu1 ran3 yuan2 pu3 cha2 de5 zu3 zhi1 shi2 shi1 sp1 zuo4 le5 na3 xie1 gui1 ding4 sil +009710 sil lao3 bei4 mei3 ci4 liang4 xiang4 qian2 sp1 dou1 yao4 xi4 xin1 de5 tu2 zhi1 mo2 fen3 yi4 fan1 ne5 sil +009711 sil qu4 nian2 sp1 he2 lan2 wu3 qi4 de5 zui4 da4 mai3 jia1 shi4 dan1 mai4 sp1 mei3 guo2 he2 an1 man4 sil +009712 sil za2 jiao1 shui3 dao4 ying4 yong4 sp1 ze2 shi4 ti2 gao1 shui3 dao4 chan3 liang4 de5 zui4 jia1 xuan3 ze2 sil +009713 sil ling2 shi2 shi2 jiu3 fen1 xu3 sp1 hai3 xun2 san1 yao1 er4 wu3 qi1 hao4 sp1 di3 da2 shi4 fa1 shui3 yu4 sil +009714 sil pao3 che1 che1 shen1 ye2 zheng3 ge5 ao1 xian4 xia4 qu4 sp1 che1 tou2 he2 che1 shen1 bu4 wei4 wan2 hao3 sil +009715 sil jin1 tian1 sp1 ben3 bao4 jiang1 wei4 nin2 feng4 xian4 zui4 xiang2 xi4 de5 zhong1 zhuan3 jie1 xu4 fang1 an4 sil +009716 sil yu4 shu4 dang1 di4 seng1 lv3 zheng4 zai4 ji1 ji2 jiu4 yuan2 bei4 kun4 fei4 xu1 de5 min2 zhong4 sil +009717 sil peng2 zhong4 xin1 dai4 de5 ji3 ge4 ren2 sp1 you2 yu2 gua3 bu4 di2 zhong4 sp1 ze2 si4 chu4 tao2 ming4 sil +009718 sil jin1 tian1 de5 jiu3 quan2 wei4 xing1 fa1 she4 zhong1 xin1 qiu1 gao1 qi4 shuang3 yang2 guang1 can4 lan4 sil +009719 sil wang2 qi2 gu1 shen1 yi4 ren2 sp1 wu2 er2 wu2 nv3 sp1 kao4 zheng4 fu2 bu3 zhu4 he2 shi2 huang1 du4 ri4 sil +009720 sil ji4 zhe3 men5 sp1 yi4 ban1 dou1 shi4 zai4 sp1 da2 wen4 huan2 jie2 sp1 cai2 tu1 ran2 jing1 shen2 dou2 sou3 sil +009721 sil duo1 mi3 ni2 jia1 ren2 sp1 hen2 xiang3 liao2 jie3 zhong1 guo2 cai4 he2 dian3 xin5 zen3 me5 zuo4 sil +009722 sil tu3 di4 you3 mei2 you3 fu4 ken2 hao3 sp1 he2 bu4 he2 ge2 sp1 quan2 kao4 yan4 shou1 lai2 ba3 guan1 sil +009723 sil jie2 shu4 tai4 guo2 you2 hou4 sp1 zhou1 jie2 lun2 lou3 zhe5 ma1 ma5 sp1 bu4 chu1 tao2 yuan2 ji1 chang3 sil +009724 sil yi4 ming2 nv3 shi4 ku1 hao2 zhe5 sp1 bei4 xiao3 yue4 deng3 ren2 chan1 fu2 zhe5 li2 kai1 sil +009725 sil hao2 wu2 yi2 wen4 sp1 ke4 nu3 te4 shi4 shi4 jie4 shang4 zui4 shou4 huan1 ying2 de5 dong4 wu4 sil +009726 sil shou4 shang1 cun1 min2 sp1 yi3 song4 dao4 dang1 di4 yi1 yuan4 jie1 shou4 zhi4 liao2 sil +009727 sil jiu1 jing4 hao3 lai2 wu1 he2 di2 si1 ni2 de5 mei4 li4 he2 zai4 sil +009728 sil hou4 de2 zhi1 sp1 ta1 huan4 you3 yan2 zhong4 zhi4 chuang5 sp1 ying2 xiang2 zou3 lu4 sil +009729 sil yi4 xie1 zhu4 wo1 peng2 de5 cun1 min2 yin4 zheng4 le5 zhe4 yi4 shuo1 fa3 sil +009730 sil wu3 shi4 xiong2 hou4 de5 cai2 li4 zhi1 chi2 qi2 chi2 xu4 ling3 xian1 sil +009731 sil zhe4 yang4 cai2 neng2 zhu4 hao3 chao2 sp1 cai2 neng2 yin3 lai2 hao3 feng4 huang5 sil +009732 sil qiao2 bu4 si1 zai4 wu3 shi5 liu4 sui4 shi2 sp1 yin1 yi2 xian4 ai2 bing4 shi4 sil +009733 sil chuan1 shang4 xi4 zhuang1 shi4 yan3 yuan2 sp1 tuo1 xia4 xi4 zhuang1 shi4 nong2 min2 sil +009734 sil ni3 nian2 fang1 shi2 ba1 yi4 zhi1 hua1 sp1 nian2 fang1 er4 ba1 hui4 cheng2 jia1 sp1 nian2 fang1 san1 ba1 you3 qian2 hua1 sp1 zen3 me5 yang4 sp1 zhun3 ma5 sil +009735 sil dan4 ta1 de5 luan3 chao2 deng3 sheng1 zhi2 qi4 guan1 fa1 yu4 zheng4 chang2 sil +009736 sil pan1 bing1 shi4 yi2 wei4 po1 you3 te4 dian3 he2 ge4 xing4 de5 xuan2 shou3 sil +009737 sil wo3 tian1 tian1 chao3 cai4 zuo4 fan4 sp1 gei3 ta1 wei4 de5 bao2 bao3 de5 sil +009738 sil dui4 you3 men5 feng1 feng1 guang1 guang1 de5 lun2 fan1 chu1 qu4 bi3 sai4 sil +009739 sil sun1 da3 dian4 hua4 gei3 wang2 lin2 sp1 yao4 ta1 jiao4 xun4 chen2 mou3 liang4 sil +009740 sil bi3 ru2 sp1 da4 zha2 xie4 shang4 shi4 le5 sp1 jiu4 fa1 pang2 xie4 quan4 sil +009741 sil bu4 ran2 jiu4 hui4 zao4 cheng2 ji2 da4 de5 wu4 chuan2 he2 cai1 ce4 sil +009742 sil zhe4 me5 ji2 qie4 de5 hu1 huan4 wo3 sp1 shi4 bu2 shi4 xiang2 wo3 le5 sil +009743 sil na4 huir4 r xin1 qing2 ye2 hen3 yu4 men4 sp1 xing4 hao3 ta1 men5 lai2 le5 sil +009744 sil weng1 mei3 ling2 zi4 sha1 de5 zui4 zhu3 yao4 yuan2 yin1 shi4 gong1 zuo4 ya1 li4 sil +009745 sil bu2 yao4 fen4 nu4 sp1 ye3 bu2 yao4 shi4 tu2 gai3 bian4 you2 xi4 gui1 ze2 sil +009746 sil er2 qie3 sp1 ta1 ke2 yi3 zheng4 chang2 xing2 zou3 sp1 jiu4 shi4 you2 dian2 bo3 sil +009747 sil she2 de5 qi2 ta1 bu4 fen4 shuo1 sp1 ni3 mei2 you2 yan3 jing1 bi2 zi5 sp1 zen3 me5 neng2 zhi2 yin2 wo3 men5 xiang4 qian2 zou3 sil +009748 sil qi2 shi2 sp1 wo3 bu2 shi4 te4 bie2 xi3 huan1 zhao4 xiang4 sp1 lao2 ji4 wo3 zai4 ni3 xin1 li3 de5 yang4 zi5 jiu4 hao3 le5 sil +009749 sil ta1 shuo1 sp1 sui1 ran2 ta1 de5 gou3 dui4 ren2 hen3 you2 hao3 sp1 dan4 mei3 ci4 liu4 gou3 dou1 yong4 sheng2 zi5 shuan1 zhe5 sil +009750 sil bi3 sai4 zhong1 sp1 ji1 hu1 mei3 yi4 ming2 xuan2 shou3 sp1 dou1 shi4 ci1 ya2 lie2 zui3 tong4 ku3 bu4 kan1 de5 biao3 qing2 sil +009751 sil dui4 yu2 bi3 sai4 zhong1 de5 cu1 ye2 chang3 mian4 sp1 bu4 lun2 dan1 ren4 wei2 sp1 bi3 sai4 ji1 lie4 ke2 yi3 li2 jie3 sil +009752 sil miao2 miao3 qiang3 xian1 dian3 le5 gan1 guo3 pan2 shui2 guo3 pan2 ge4 yi2 ge4 sp1 pi2 jiu3 hong2 jiu3 ruo4 gan1 sil +009753 sil guo1 jin1 long2 ping2 jia4 lu2 yong3 sp1 shi4 ye4 xin1 ze2 ren4 gan3 jiao4 qiang2 sp1 zu3 zhi1 xie2 tiao2 neng2 li4 qiang2 sil +009754 sil zhong1 guo2 zheng4 fu2 hen3 zhou1 quan2 sp1 wu2 ke3 tiao1 ti4 sil +009755 sil ke2 yi3 qu4 jiu4 jin4 de5 zhu2 guan3 shui4 wu5 ju2 shen1 bao4 sp1 ru2 guo2 you3 jiao1 yi4 ping2 zheng4 ke2 yi3 xie2 dai4 sil +009756 sil tai2 wan1 si1 fa3 ji1 gou4 jin4 lai2 chou3 wen2 bu2 duan4 sil +009757 sil ju4 ti3 kai1 ting2 shen2 li3 shi2 jian1 sp1 dan1 ling2 xian4 fa3 yuan4 zai4 tong1 bao4 zhong1 wei4 ti2 ji2 sil +009758 sil ka3 mei2 lun2 biao3 shi4 gan3 xie4 sp1 bing4 qing2 zhuan3 da2 dui4 wen1 jia1 bao3 zong2 li3 de5 wen4 hou4 sil +009759 sil dan4 ying1 cai3 er2 hou4 lai2 fa1 xian4 sp1 na4 ci4 fen1 ming2 shi4 ta1 you4 wang4 le5 mai2 li3 wu4 sil +009760 sil sheng3 wei4 sheng1 ting1 zhuan1 jia1 sp1 wei4 zai1 qu1 qun2 zhong4 jiang2 jie3 yu4 fang2 ji2 bing4 zhi1 shi5 sil +009761 sil lai2 zheng4 zhou1 shi2 ji3 nian2 sp1 liu2 kui2 yuan2 sp1 dou1 mei2 neng2 dai4 lao3 ban4 chu1 qu4 wan2 wan5 sil +009762 sil shang4 xue2 de5 shi2 hou4 sp1 wo3 jiu4 hen3 lian4 jia1 sp1 ping2 shi2 ye3 hui4 xie2 dianr3 r dong1 xi5 sil +009763 sil liang2 mou3 jie4 zhe5 jiu3 jinr4 r sp1 bu4 ting2 de5 zai4 qi2 fu4 mu3 mian4 qian2 shu3 luo4 wo3 sil +009764 sil yu3 xiang2 lian2 dou4 de5 yong3 qi4 ye3 mei2 you3 sp1 zhi2 you3 zai4 bei4 di4 li3 ma4 de5 ben3 shi4 sil +009765 sil jin2 li3 hen2 hao3 wan2 sp1 ke2 yi3 chi1 dao4 ge4 zhong3 cheng2 du1 te4 se4 xiao3 chi1 ya5 sil +009766 sil chuang4 zao4 geng4 duo1 de5 shang1 ye4 li4 run4 sil +009767 sil shang4 le5 li3 yi4 ba1 ni3 jiu4 dong3 le5 sil +009768 sil ling4 wo3 zhi4 jin1 nan2 wang4 de5 sp1 hai2 you3 zhou1 zong2 li3 na4 shuang2 lang3 de5 xiao4 sheng1 sil +009769 sil zhe4 ci4 zhu3 ren2 ba2 wo3 nan2 dao4 le5 sil +009770 sil wai4 biao3 han1 hou4 que4 gong1 yu2 xin1 ji4 sil +009771 sil ta1 jiang1 bei4 kong4 fei1 fa2 chuang3 ru4 sp1 yi3 ji2 miao3 shi4 fa3 ting2 liang3 zong1 zui4 sil +009772 sil zui4 hou4 shi2 zai4 ao3 bu2 guo4 ta1 sp1 ting2 ting5 he2 hai3 zou3 jin4 le5 bin1 guan3 sil +009773 sil chou3 wen2 ming2 xing1 zou3 bu4 liao3 chang2 xian4 sil +009774 sil zhe4 fu2 he2 guang3 da4 fa1 zhan3 zhong1 guo2 jia1 de5 li4 yi4 sp1 ye2 you3 li4 yu2 tui1 jin4 qi4 hou5 bian4 hua4 guo2 ji4 he2 zuo4 sil +009775 sil bu2 yao4 lang4 fei4 shi2 jian1 che3 dan4 la5 sil +009776 sil chen2 ji4 ming2 ren4 wei2 sp1 dui4 fang1 qiao2 bu4 qi3 ta1 sp1 liang3 ren2 fa1 sheng1 zhua1 che3 sil +009777 sil ji4 zhe2 shu3 le5 yi2 xia4 sp1 biao1 qian1 shang4 de5 shu4 zi4 sp1 zui4 gao1 wei2 liu4 shi2 yi1 sil +009778 sil lang1 ge5 zhe4 zhong2 yu3 qi4 shuo1 hua4 ma5 sil +009779 sil si1 di3 xia4 ye3 bu4 ceng2 jian4 mian4 guo4 sil +009780 sil zhu4 zai4 xiang1 xia4 de5 shang1 bu4 qi3 ya5 sil +009781 sil yi2 ge4 you3 leng2 jiao3 de5 shu1 sheng1 mu2 yang4 sil +009782 sil ti2 dao4 shang3 qiu1 sp1 bu4 ying1 gai1 zhi3 rang4 ren2 jian3 dan1 de5 xiang3 dao4 hong2 se4 sil +009783 sil di4 er4 zhan4 shi4 er4 yue4 de5 nong2 xin1 bei1 sil +009784 sil tu2 wei2 chen2 guang1 biao1 shou2 peng3 xian4 jin1 sil +009785 sil bi2 ci3 bi2 ci3 sp1 ban4 jin1 ba1 liang3 sil +009786 sil ni3 shi4 fou2 you3 xing4 qu4 sp1 yu3 ta1 de5 ju4 long2 feng1 zheng5 yi4 qi3 fei1 tian1 ne5 sil +009787 sil xiao3 ming2 zhang3 de5 xiang4 bing1 gun4 sp1 zai4 shui2 li3 you2 yong3 sp1 you2 zhe5 you2 zhe5 mei2 le5 sil +009788 sil ni2 ke4 song1 dui4 ci3 zan4 bu4 jue2 kou3 sp1 yi4 lian2 chi1 le5 liu4 zhi1 hun2 tun2 sil +009789 sil jiang3 wan2 gu4 shi5 sp1 bao3 zheng4 ni3 kai1 xin1 sil +009790 sil zhang1 nv3 shi4 sp1 ye3 shun4 shou3 na2 qi3 fang4 zai4 zhen3 bian1 de5 mu4 gun4 sp1 chao2 na4 ming2 nan2 zi3 tou2 shang4 lun1 qu4 sil +009791 sil ta1 zuo4 de5 cai4 te4 bie2 hao3 chi1 sp1 tong2 shi4 xi3 huan1 lai2 ceng4 dun4 fan4 chi1 sil +009792 sil suo2 yi3 sp1 gu3 ge1 zhe4 ci4 ren2 shi4 bian4 dong4 shou4 dao4 wai4 jie4 pu3 bian4 guan1 zhu4 sil +009793 sil su4 ya1 hu2 hu2 bian1 de5 mai4 di4 li3 sp1 bei4 du2 si3 de5 ye3 ji1 he2 xi3 que4 sui2 chu4 ke3 jian4 sil +009794 sil chun1 yun4 qi1 jian1 sp1 guang2 tie3 ji2 tuan2 ri4 kai1 xing2 dong4 che1 zu3 lie4 che1 er4 bai2 wu3 shi2 liu4 dui4 sil +009795 sil bao4 ming2 shi2 sp1 zhao4 ming2 yi4 dian3 hou4 menr2 r ye3 mei2 zou3 sp1 guai1 guai1 zai4 ren2 qun2 zhong1 pai2 dui4 ling3 hao4 sil +009796 sil dian4 hua4 na4 tou2 ruo4 ruo4 de5 shuo1 sp1 wo3 jiu4 zai4 ni3 hou4 mian4 sp1 wo3 jiu4 shi4 na4 ge5 er4 bi1 sil +009797 sil ni2 na3 na4 me5 duo1 fei4 hua4 sp1 gei2 lao3 niang2 gui4 hao3 sil +009798 sil gan1 die1 die5 cheng1 qi3 yu2 san3 sp1 man4 man4 zou3 le5 guo4 qu4 sil +009799 sil yu2 xiong2 shi4 ge4 shao3 yan2 de5 ren2 sp1 yi4 xin1 yi2 yi4 zai4 chi1 mian4 sil +009800 sil zhi2 you3 li2 le5 hun1 sp1 wo3 cai2 neng2 xue2 zhe5 geng4 jian1 qiang2 ya5 sil +009801 sil peng4 shang4 zhe4 yang4 de5 xiang3 he2 ying3 jiu4 hui4 fei1 chang2 kun4 nan2 sil +009802 sil wan4 yi1 shui4 zhao2 shi2 sp1 wu1 zi5 jiu4 bei4 fang4 huo3 shao1 le5 ne5 sil +009803 sil jing1 qu1 zheng4 fu2 yu3 duo1 fang1 xie2 tiao2 chong2 xin1 shang4 lu4 sil +009804 sil ta1 men5 dan1 xin1 sp1 ye3 xiang4 ban1 jia1 hou4 ke3 neng2 chong2 fan3 sil +009805 sil nv3 fang1 da2 sp1 ni3 song4 lao3 niang2 de5 ye3 zhe4 me5 da4 sil +009806 sil guan1 zhong4 zong3 hui4 you3 xin1 chong3 sp1 bu2 fu4 nian4 jiu4 ren2 sil +009807 sil sui2 hou4 sp1 xian4 chang3 zhong4 ren2 yi4 tong2 qi3 hong4 bi1 hun1 sil +009808 sil ta1 shuo1 zhe4 zhong3 pan1 yan2 shi4 zui4 chun2 jing4 de5 yun4 dong4 sil +009809 sil huo3 cong2 san1 jiao3 xing2 de5 ku1 long5 kai1 shi3 ran2 shao1 sil +009810 sil ji4 zhe2 zhao3 dao4 le5 qin3 shi4 bu4 zhi4 zhe3 xiao2 ma3 sil +009811 sil gang1 ren4 shi5 jiu4 yao4 mei4 zi5 zao4 pian4 sp1 zai4 liao2 shi2 kuai4 qian2 de5 ba5 sil +009812 sil duo2 mu4 cui3 can4 de5 deng1 guang1 sp1 jiao1 zhi1 zhe5 ji1 qing2 peng2 pai4 de5 yin1 yue4 sil +009813 sil lao3 ba4 fei1 shen1 yi4 jiao3 shuo1 sp1 ni3 ge1 zai4 tan2 zheng4 shi4 sp1 ni3 gan4 ma2 sil +009814 sil ma3 de2 bao3 de5 li3 lun4 ke4 shang4 de5 ren2 xin1 huan4 san4 sp1 liang3 ge5 li3 bai4 li3 tui4 she4 de5 ren2 shu4 dao4 le5 shi2 wu3 ge4 sil +009815 sil hua1 yuan2 kou2 yu3 jiang1 jun5 ba4 sp1 dao4 zheng4 zhou1 kan4 huang2 he2 sp1 bi4 ran2 xian1 dao4 hua1 yuan2 kou3 sil +009816 sil zai4 lin2 nv3 shi4 xin1 zhong1 sp1 xiao3 rong2 cong2 xiao3 guai1 qiao2 dong3 shi4 sp1 jiu4 xiang4 ta1 de5 tie1 xin1 xiao3 mian2 ao3 sil +009817 sil qin1 shu3 men5 si1 hao2 mei2 you3 huai2 yi2 sp1 jiang1 ping2 ri4 ji1 zan3 de5 cun2 kuan3 jiao1 dao4 le5 ta1 de5 shou3 shang4 sil +009818 sil yi1 sheng1 jian3 cha2 sp1 fa1 xian4 die1 die5 zhi2 chang2 chuan1 kong3 sp1 li4 ji2 wei4 ta1 shi2 shi1 le5 shou3 shu4 sil +009819 sil ren2 men5 shou2 peng3 xian1 hua1 sp1 zai4 lin2 shi2 she4 zhi4 de5 deng3 hou4 qu1 li3 huan2 huan3 qian2 xing2 sil +009820 sil yong4 ren2 dan1 wei4 bu4 de2 ju4 jue2 zu3 nao2 sil +009821 sil ping2 shi2 wo2 ye3 bu2 ai4 chu1 men2 sp1 zai4 jia1 kan4 kan4 bao4 zhi3 sp1 xie2 xie2 bi3 ji4 sha2 de5 sil +009822 sil ke3 nian2 genr1 r zhe4 huir4 r sp1 zuo4 xian4 de5 jiu3 cai4 jia4 qian2 zhang3 de5 zui4 li2 pu3 sil +009823 sil zhe4 yi2 ci4 sp1 bao3 diao4 chuan2 zhi1 sp1 bei4 si4 sou1 ri4 ben3 chuan2 ji2 zhi2 sheng1 ji1 bao1 wei2 sp1 dong4 tan5 bu4 de2 sil +009824 sil dian4 pu4 nei4 sp1 bo1 li5 sui4 bian4 di4 sil +009825 sil bu4 hao3 pan4 duan4 ju4 ti3 shi2 jian1 sil +009826 sil kao2 gu3 zhuan1 jia1 gan3 dao4 nao2 tou2 sil +009827 sil geng2 nv3 shi4 gan2 jin3 bao4 le5 jing3 sil +009828 sil sou1 hu2 ze2 cong2 qi1 shi5 san1 die1 zhi4 wu3 shi2 san1 sp1 die1 fu2 bai3 fen1 zhi1 er4 shi2 qi1 sil +009829 sil shen2 me5 shi2 hou4 gei2 wo3 huan4 ge5 cai3 ping2 shou3 ji1 sil +009830 sil wo3 de5 pu3 tong1 hua4 hai2 shi4 ting3 biao1 zhun3 de5 ba5 sil +009831 sil zhi4 yu2 dang1 chu1 bao4 kao3 nan2 ke1 da4 sp1 ta1 ye2 zhi3 shi4 xiang3 tao2 bi4 gao1 kao3 sp1 sui2 bian4 kao3 zhe5 wan2 wan5 sil +009832 sil yu2 shi4 sp1 lei2 jun1 cong2 zi4 ji3 de5 ren2 sheng1 he2 li2 xiang3 jiang2 qi3 sil +009833 sil ta1 jian4 zhe4 hao3 wan2 sp1 zheng4 chou2 xi2 jiao2 shui3 mei2 chu4 dao4 sp1 shun4 da4 shi4 dao4 le5 xia4 qu4 sil +009834 sil yi2 ge4 ren2 ku1 zuo4 zai4 yin1 an4 de5 jiao3 luo4 li3 sp1 jiu1 zhe5 da4 tui3 wen4 zi4 ji2 zen3 me5 ban4 sil +009835 sil mei2 ren2 gao4 su4 ta1 sp1 di4 yi1 ci4 jian4 mian4 dei3 qian1 xu1 xie1 sp1 bie2 rang4 nv3 hai2 nan2 kan1 sil +009836 sil you3 le5 ke1 xue2 zhi2 yin3 sp1 zhi2 xing2 sou1 jiu4 ren4 wu4 de5 guan1 bing1 sp1 dun4 shi2 dou4 zhi4 bei4 zeng1 sil +009837 sil ta1 chuan1 shang4 qian2 shui3 yi1 sp1 shen1 shang4 shuan1 le5 gen1 sheng2 zi5 sp1 yi4 hen3 xin1 tiao4 le5 xia4 qu4 sil +009838 sil dao4 le5 hu2 tou2 sp1 liang3 ge5 xiao3 hai2 fa1 jue2 bu2 dui4 jin4 sp1 xiang4 ta1 rang1 rang5 yao4 hui2 jia1 sil +009839 sil tong2 shi2 jiang1 jia1 da4 sa2 shui3 che1 song4 shui3 li4 du4 sp1 gu3 li4 ju1 min2 shui2 jing3 qu2 shui3 sil +009840 sil liang3 nian2 qian2 sp1 xiong2 jie2 zai4 nan2 jing1 san1 pai2 lou2 fu4 jin4 sp1 kai1 le5 yi4 jia1 zu2 liao2 dian4 sil +009841 sil yi2 ge4 ju4 da4 de5 pi2 zang4 wan2 zheng3 de5 tuo1 chu1 sp1 bo1 li2 jie2 za1 bing4 cheng2 gong1 qie1 chu2 sil +009842 sil zhong1 ri4 guan1 xi5 yue4 lai2 yue4 mi4 qie4 sp1 xue2 xi2 han4 yu3 de5 ri4 ben3 ren2 yi4 bu2 ji4 qi2 shu4 sil +009843 sil guan1 yin1 jian4 yi4 sp1 bu4 ru2 rang4 liang3 hou2 xuan3 ze2 zui4 ai4 de5 shui2 guo3 sp1 zhong4 sheng1 jie1 mi2 mang2 sil +009844 sil dang1 ran2 sp1 shang4 wang2 ye3 bu4 guang1 shi4 kan4 qi2 sp1 ye3 liao2 liao2 tian1 sp1 cha2 cha2 you2 jian4 shen2 me5 de5 sil +009845 sil nuan2 nuan3 gui4 xia4 le5 sp1 wo3 zai4 ye3 bu2 fan4 cuo4 wu4 le5 sp1 ma1 ma5 ni3 gan2 jin3 qu4 yi1 yuan4 ba5 sil +009846 sil yan2 qiu1 ling2 shuo1 sp1 zi4 shi4 yong4 hei1 se4 ji4 hao4 bi2 xie3 de5 sp1 bu2 shi4 yong4 dao1 zi5 ke4 de5 sil +009847 sil shi2 xia4 sp1 ni3 bei4 jie3 gu4 le5 zai4 mei3 guo2 shen4 wei2 liu2 xing2 sp1 cheng2 le5 yi2 ju4 shi2 mao2 yu3 sil +009848 sil xing2 man3 shi4 fang4 hou4 de5 gao1 yi4 qiang2 bu4 si1 hui2 gai3 sp1 bing4 ran3 shang4 du3 bo2 de5 e4 xi2 sil +009849 sil di4 er4 tian1 sp1 you3 er4 bai3 ling2 san1 jia1 chang3 fang2 sp1 he2 ba1 bai3 ling2 wu3 jia1 shang1 pu4 bei4 ding4 gou4 sil +009850 sil ni3 zhe4 po4 fen1 shu4 sp1 jiu4 shi4 xiao3 shi2 hou4 luan4 qi1 ba1 zao1 shu1 kan4 tai4 duo1 de5 yuan2 yin1 sil +009851 sil dang1 guan1 zhen1 hao3 sp1 shen2 me5 dou1 wanr2 r sp1 shen2 me5 dou1 hui4 sp1 shen2 me5 dou1 zhuan4 qian2 sp1 he1 he1 sil +009852 sil zai4 chen2 shui2 bian3 dan1 ren4 sp1 tai2 bei3 shi4 yi4 yuan2 shi2 sp1 su1 huan4 zhi4 ceng2 dan1 ren4 bian3 zhu4 li3 sil +009853 sil gang1 kai1 shi3 ta1 hai2 lian4 xi2 gu3 zheng1 sp1 yin1 wei4 tan2 qin2 sp1 shou2 zhi3 dou1 mo2 po4 le5 sp1 ta1 ye3 bu4 han2 ku3 sil +009854 sil xi4 xi4 chuai3 mo2 sp1 si4 hu1 ye3 po1 wei2 fu2 he2 zheng4 zhou1 huang2 he2 gong1 lu4 da4 qiao2 de5 qian2 shi4 jin1 sheng1 sil +009855 sil ta1 xi3 huan5 kai1 wan2 xiao4 sp1 bi3 ru2 sp1 wo2 ju3 qiang1 ju3 le5 shi2 fen1 zhong1 sp1 ta1 jiu4 zou3 guo4 lai2 shuo1 sp1 lei4 ba5 sil +009856 sil you2 yu2 luo4 shui3 hou4 lian2 qiang4 le5 ji2 kou2 shui3 sp1 shang4 an4 hou4 de5 po2 po5 jing1 hun2 wei4 ding4 sp1 lian3 se4 cang1 bai2 sil +009857 sil xin1 hua2 she4 ji4 zhe3 zu1 jie4 yi4 sou1 dang1 di4 yu2 chuan2 sp1 kao4 jin4 le5 zai4 qian2 hai3 zhong1 de5 zhong1 guo2 yu2 chuan2 sil +009858 sil xi1 ri4 tu3 niur1 r bian4 shi2 shang4 la4 mei4 sp1 rang4 da4 zhong4 kan4 dao4 le5 yi2 ge4 sp1 bu2 duan4 cheng2 zhang3 de5 hai3 qing1 sil +009859 sil yin1 wei4 pan2 chan5 ji1 hu1 hao4 jin4 sp1 san1 ren2 zhi3 neng2 kao4 lin2 ju1 he2 bao3 an1 de5 jie1 ji4 mian2 qiang3 du4 ri4 sil +009860 sil hong2 guang1 lu4 shang4 de5 qin2 e1 pang2 gong1 jing3 qu1 sp1 yi2 du4 rang4 ren2 men5 ren4 wei2 sp1 zhe4 li3 jiu4 shi4 e1 pang2 gong1 sil +009861 sil zhe4 wei4 lao3 bo2 chi2 lao3 ren2 mian3 fei4 zheng4 shang4 che1 sp1 cai2 qu3 ge4 zhong3 ban4 fa3 sp1 xing4 sao1 rao2 nv3 cheng2 ke4 sil +009862 sil ping2 xing4 de5 you3 shan1 yao4 sp1 bai2 luo2 bo5 sp1 gan1 shu3 sp1 ma3 ling2 shu3 sp1 nan2 gua1 xi1 hong2 shi4 sp1 mo2 gu5 deng3 sil +009863 sil zhe4 feng1 kuang2 de5 yi2 mu4 sp1 ye2 xu3 zhi2 you2 deng3 dao4 da4 chao2 tui4 qu4 sp1 luo2 yong2 zhe3 cai2 hui4 fu2 chu1 shui3 mian4 sil +009864 sil yi3 hou4 sp1 bi4 cheng2 tong2 zhi4 shuai4 bu4 can1 jia1 le5 liang3 ci4 lian2 shui2 bao3 wei4 zhan4 sp1 ce4 ying4 le5 su4 bei3 da4 zhan4 de5 sheng4 li4 sil +009865 sil wei4 le5 neng2 pao2 qi3 lai2 fang1 bian4 sp1 ta1 men5 zhi3 bei1 zhe5 jian3 dan1 de5 gong1 ju4 sp1 hu4 xiang1 zhao4 ying4 zhe5 sp1 neng2 pao3 jiu4 pao3 sil +009866 sil cong2 qian2 you3 ge5 da4 hui1 lang2 sp1 ni3 cai1 sp1 da4 hui1 lang2 shi4 shui2 sil +009867 sil shou1 fei4 nian2 xian4 sp1 fen1 bie2 chi2 xu4 zhi4 er4 ling2 san1 er4 nian2 sp1 ji2 er4 ling2 si4 ling2 nian2 sil +009868 sil ru2 guo3 chi1 qi3 lai2 fei1 chang2 xi4 ni4 sp1 ze2 shuo1 ming2 yu4 mi2 fen3 jia1 de5 bu4 duo1 sil +009869 sil ren2 men5 zhi3 hui4 pei4 fu2 na4 xie1 you3 chuang4 zao4 xing4 gong4 xian4 de5 ren2 sil +009870 sil jiao1 gong1 liang2 sp1 wo2 ba3 zui4 hao3 de5 xiao3 mai4 yu4 mi3 song4 dao4 liang2 guan2 suo3 sil +009871 sil bu2 hui4 ya5 zhu3 ren2 sp1 ma4 ren2 shi4 bu2 dui4 de5 sil +009872 sil cao2 hong2 liang4 shuo1 sp1 hai2 you2 ji3 ge5 kong1 zhe5 sp1 mei2 guan1 xi5 sp1 rang4 wo3 chao1 chao5 sil +009873 sil zhao4 gu1 niang5 bei1 zhe5 ge5 shuang1 jian1 bao1 sp1 zuo4 xia4 shi2 shun4 shi4 fang4 zai4 yi4 bian1 sil +009874 sil wo3 shuo1 sp1 yan4 bu2 xia4 zhe4 kou3 qi4 sil +009875 sil ma1 sp1 si1 qing2 shu1 ne5 sil +009876 sil ying1 gai1 shi4 bi3 mo4 zhi3 yan4 ba5 sil +009877 sil yu2 mei2 jue2 ding4 pou1 fu4 chan3 sil +009878 sil wo3 bu4 chi1 ni3 na4 tao4 sil +009879 sil zou3 cha4 bu4 duo1 ji3 fen1 zhong1 sil +009880 sil dao4 shui3 de5 xue2 sheng1 zhi3 ting1 dao4 qian2 ban4 ju4 sp1 zun1 qi2 ming4 sp1 zai4 qing1 qi2 yu2 shui3 sp1 bian1 dao4 bian1 jiao4 sp1 qu4 ni3 de5 sil +009881 sil liang3 ren2 yi4 chang3 e4 dou4 sp1 sheng4 fu4 nan2 fen1 sp1 zhi2 hao2 ba3 mao2 tou2 dui4 zhun3 zai4 du2 ying1 yu3 de5 xie4 jing3 yuan1 dao4 sp1 ni3 ne5 sil +009882 sil zhou1 bian1 ju1 min2 shi2 chang2 hui4 kan4 dao4 sp1 you3 yan1 qi4 cong2 lv2 chang3 lin2 li4 de5 da4 yan1 cong1 zhong1 pai2 chu1 sil +009883 sil shi2 ren4 shen1 zhen4 shi4 si1 fa3 ju2 fu4 ju2 zhang3 de5 xu2 jian4 shou4 ming4 she4 ji4 yi2 tao4 zheng4 gai3 fang1 an4 sil +009884 sil qian2 wei3 chang2 dui4 yin3 shi2 cong2 bu4 tiao1 ti4 sp1 ji4 bu4 chou1 yan1 sp1 ye3 bu4 he1 jiu3 sp1 yin3 cha2 ye3 bu4 jiang3 jiu5 sil +009885 sil yi3 hou4 wo3 sheng1 ri4 jiu4 bu4 neng2 ling2 li3 wu4 le5 sp1 he1 he1 sp1 ke3 neng2 sp1 ta1 shi4 wei4 le5 sheng2 li3 wu4 ba5 sil +009886 sil qi1 ge4 ren2 mian4 mian4 xiang1 qu4 sp1 ran2 hou4 shuo1 sp1 ni2 zou3 cuo4 di4 fang5 le5 sp1 wo3 men5 shi4 hu2 lu5 wa2 sil +009887 sil wu1 ya1 de5 si3 sp1 shi4 zi4 ji3 zao4 cheng2 de5 sp1 yuan2 yin1 zhi3 zai4 yu2 ta1 mei2 you3 zuo4 diao4 cha2 shi4 tan4 huo2 dong4 sil +009888 sil jie2 zhi4 mu4 qian2 sp1 wa1 jue2 gong1 zuo4 yi3 jing1 jie2 shu4 sp1 mu4 qian2 ya1 lu4 ji1 zheng4 zai4 hang1 shi2 di4 ji1 sil +009889 sil gai1 ren2 shi4 ti2 xing3 sp1 bu2 yao4 sui2 yi4 yi2 qi4 quan3 zhi1 sp1 gei3 shi4 min2 chu1 xing2 sp1 dai4 lai2 an1 quan2 yin3 huan4 sil +009890 sil zhe4 lei4 wen2 zi4 de5 tu2 mo3 gong1 ju4 sp1 bu2 zai4 shi4 ji4 hao4 bi3 sp1 er2 shi4 lei4 si4 mei2 hui1 de5 wu4 zhi4 sil +009891 sil nan2 you3 sp1 shi4 zhe4 yang4 sp1 wo3 ji4 de5 sp1 wo3 shi4 zai4 yi2 ge4 yue4 se4 meng2 long2 de5 wan3 shang4 xiang4 ni3 qiu2 de5 hun1 sil +009892 sil jing3 fang1 cha2 xun2 le5 wu4 liao4 ling2 qu3 dan1 ju4 sp1 ri4 qi1 yu3 an1 zhuang1 shi2 jian1 xiang1 fu2 sil +009893 sil ju4 xi1 sp1 zhe4 ge4 liu2 dong4 de5 luo4 tuo5 zhao4 xiang4 tan1 sp1 bing4 wei4 ban4 li3 ren4 he2 shou3 xu4 sil +009894 sil tong2 shi2 sp1 yu4 suan4 an4 de5 dian4 zi2 ban2 ye3 jiang1 shang4 wang3 sp1 ren4 he2 ren2 dou1 ke2 yi3 cha2 yue4 sil +009895 sil qi3 chu1 sp1 he2 cheng4 ming2 lou3 zhe5 yi2 wei4 nv3 xing4 you3 ren2 de5 ge1 bo5 bian1 zou3 bian1 liao2 sil +009896 sil neng2 bei4 xuan3 zuo4 ji1 xin1 ge2 zi1 liao4 de5 shou1 cang2 zhe3 sp1 ye1 lu3 shen1 gan3 rong2 xing4 sil +009897 sil zhe4 he2 gao1 ceng2 guan2 li2 zhe3 jing1 shen2 ya1 li4 da4 sp1 ying4 chou2 duo1 you2 hen3 da4 guan1 xi4 sil +009898 sil zan2 men5 mu4 min2 qun2 zhong4 te4 bie2 re4 xin1 te4 bie2 hao4 ke4 sp1 fei1 chang2 shan4 liang2 sil +009899 sil mei3 yi2 ge4 huo3 jian4 guan1 dou1 shun4 li4 de5 sheng1 shang4 qu4 le5 sp1 ran2 ran3 ruo4 xing1 guang1 sil +009900 sil mei3 tian1 ba3 lao2 sao1 na2 chu1 lai2 shai4 shai5 tai4 yang5 sp1 xin1 qing2 jiu4 bu2 hui4 que1 gai4 sil +009901 sil zuo2 ri4 sp1 zhe4 ming2 shang1 zhe2 yu3 yi1 sheng1 quan2 bu4 bei4 jing3 fang1 yi1 fa3 xing2 shi4 ju1 liu2 sil +009902 sil qian2 wei3 chang2 xiang3 dao4 shang4 hai3 lai2 ban4 xue2 xiao4 shi4 jing1 guo4 shen1 si1 shu2 lv4 de5 sil +009903 sil ta1 jian4 wo3 yi2 jin4 men2 jiu4 ma4 sp1 chi1 fan4 shi2 ye3 ma4 sp1 ma4 de5 wo3 tai2 bu4 qi3 tou2 sil +009904 sil li3 shu4 de2 zai4 li2 kai1 zhi1 qian2 sp1 zhi3 shuo1 le5 yi2 ju4 sp1 zhu4 tuo2 sha1 fu4 qin5 le5 sil +009905 sil zhe4 zhong3 che1 piao4 he2 bao2 xian3 dan1 kun2 bang3 chu1 shou4 shu3 yu2 chong2 fu4 xing4 gou4 mai3 sil +009906 sil dai4 pei4 ni1 de5 nan2 you3 xi1 mi3 lu4 jie1 chang4 qing2 ge1 sp1 rang4 ta1 fei1 chang2 kai1 xin1 sil +009907 sil guan1 da4 shi4 mou2 da4 ju2 chu1 da4 ce4 sp1 shi3 zhong1 shi4 gai1 yuan4 de5 ban4 yuan4 fang1 zhen1 sil +009908 sil ta1 men5 qi2 zhe5 mo2 tuo1 hui2 jia1 sp1 zheng4 hao3 wei4 nong2 mang2 shi2 de5 fu4 mu3 bang1 mang2 sil +009909 sil dan4 shi4 yin1 wei4 hai2 mei2 dao4 tui4 xiu1 nian2 ling2 sp1 zhi3 neng2 bai1 zhe5 zhi3 tou5 ai2 ri4 zi5 sil +009910 sil zhe4 ji3 tian1 yu2 shui3 bu2 duan4 sp1 ren2 men5 hen4 bu4 de2 dai1 zai4 jia1 li3 bu4 chu1 men2 sil +009911 sil mei2 xiang3 dao4 xu2 yun1 zhang1 hai3 xiang2 liang3 ren2 jiu4 ci3 wan2 qi3 le5 ren2 jian1 zheng1 fa1 sil +009912 sil teng2 cun1 ci3 fan1 fa1 yan2 ke3 neng2 shi4 wei4 le5 tu1 xian2 ye3 tian2 de5 ling2 dao3 neng2 li4 sil +009913 sil cheng2 chang2 geng1 sp1 sheng1 zai4 qing1 wang2 chao2 jia1 qing4 nian2 jian1 sp1 an1 hui1 de5 qian2 shan1 xiao3 xian4 sil +009914 sil nan2 hai2 hai3 yu4 zong1 he2 bu2 ji3 ji1 di4 ma3 tou2 xiang4 mu4 zheng4 zai4 lun4 zheng4 zhong1 sil +009915 sil ye3 jiu4 shi4 shuo1 sp1 jin1 wan3 cheng2 du1 shi4 min2 ji2 you2 ke3 neng2 zai4 ci4 kan4 dao4 piao1 xue3 sil +009916 sil sui2 zhe5 tian1 qi4 zhuan3 re4 sp1 ge4 di4 de5 you2 yong3 chang2 suo3 kai1 shi3 ren2 tou2 cuan2 dong4 sil +009917 sil geng4 rang4 xu2 xian1 sheng5 na4 men4 de5 shi4 sp1 fang2 ke4 de5 shou3 ji1 ye2 da3 bu4 tong1 le5 sil +009918 sil yu4 dao4 dian1 bo3 shi2 sp1 ying1 ting1 cong2 cheng2 wu4 yuan2 de5 an1 quan2 zhi3 ling4 sp1 hui2 zuo4 wei4 zuo4 hao3 sil +009919 sil ta1 zai4 hou4 mian4 dai1 guan4 le5 sp1 pa4 zi4 ji3 yi4 cha1 shen1 hou4 de5 ren2 hui4 bu4 man3 sp1 bu4 gan3 pai2 jin4 qu4 sil +009920 sil bang4 wan3 sp1 qi1 ge5 xiao3 ren2 hui2 lai5 le5 sp1 bai2 xue3 gong1 zhu3 shuo1 sp1 ni3 men5 jiu4 shi4 wo3 ming4 zhong4 de5 qi1 ge5 xiao2 ai3 ren2 ba5 sil +009921 sil ta1 ben2 xiang3 shuo1 sp1 jiao4 yu4 ju2 guan3 zhe4 ge4 sp1 ta1 men5 shi4 yi2 lu4 de5 sp1 zhe4 yang4 yi4 guan3 qi3 bu2 shi4 ji4 nv2 qi3 piao2 ke4 sil +009922 sil yi4 zhong2 biao3 shi4 shang1 pin3 suo2 you3 quan2 de5 cai2 wu4 zheng4 quan4 sp1 ye3 cheng1 shang1 pin3 zheng4 quan4 sp1 ru2 ti2 huo4 dan1 jiao1 huo4 dan1 sil +009923 sil hui4 you2 hen3 feng1 fu4 de5 dong1 xi5 liu2 xia4 lai2 sp1 shuo1 dou1 shuo1 bu4 wan2 sil +009924 sil zhe4 ju4 hua4 xiang4 cong2 tian1 er2 jiang4 sp1 xia4 de5 si4 zhou1 yi2 pian4 ji4 jing4 sil +009925 sil ji4 zhe2 suo3 zai4 de5 shi4 shou4 hai4 ren2 jia1 shu2 suo3 zai4 de5 you4 qu1 sil +009926 sil bu4 guan3 ha1 da4 ye2 qu4 na3 sp1 ta1 dou1 yi2 bu4 bu4 li2 de5 gen1 zhe5 sil +009927 sil da4 jia1 tai2 tou2 wang4 qu4 sp1 yi4 zhi1 lao2 shu3 zheng4 pa1 zai4 diao4 ding3 shang4 sil +009928 sil wo3 jue2 ding4 guo4 nian2 jiu4 ci2 zhi2 sp1 jie1 shou2 wo3 ba4 de5 fei4 pin3 zhan4 sil +009929 sil zui4 zhong1 sp1 zhong1 guo2 nan2 zi3 ping1 pang1 qiu2 dui4 sp1 huo4 de2 ci2 jiang3 xiang4 sil +009930 sil fang2 xun4 kang4 han4 liang2 shou3 zhua1 sp1 kang4 han4 xiang1 dui4 zhua1 de5 bu2 gou4 sil +009931 sil tu2 men2 jiang1 xia4 you2 di4 qu1 kai1 fa1 kai1 fang4 de5 jin4 zhan3 ru2 he2 sil +009932 sil zhe4 yao1 qiu2 zhong1 guo2 bi4 xu1 you3 yi2 ge4 jian1 qiang2 de5 zheng4 dang3 ling2 dao3 sil +009933 sil zai4 shuo1 sp1 guan1 yu2 li4 yi4 shang4 de5 shi4 sp1 an2 lia3 dou1 bu4 hao3 kai1 kou3 sil +009934 sil ming2 dai4 wa3 la4 sp1 da2 da2 ru4 qin1 ming2 jing4 sp1 ye3 shi4 tong1 guo4 ci3 di4 sil +009935 sil mi1 mi1 tian3 zhe5 hai2 zi5 sp1 ba3 ta1 shen1 shang4 de5 mao2 tian3 gan1 jing4 sil +009936 sil shi4 fou3 zhe4 ci4 de5 guo2 biao1 xiu1 ding4 bei4 da4 qi3 ye4 bang3 jia4 le5 sil +009937 sil pan4 jue2 hou4 sp1 yao2 mou3 qi1 zi3 hu2 mou3 bu4 fu2 sp1 ti2 qi3 shang4 su4 sil +009938 sil you2 ci3 ke2 yi3 kan4 chu1 sp1 han2 gang1 de5 jing1 ji4 xiao4 yi4 lai2 zi4 he2 chu4 sil +009939 sil lin2 da2 shuo1 sp1 shi4 yu2 jia1 gai3 bian4 le5 ta1 he2 ma3 er2 de5 sheng1 huo2 sil +009940 sil lou2 xia4 de5 bao3 an1 gao4 su4 ji4 zhe3 sp1 zhe4 li3 bu4 zu1 ye3 bu2 mai4 sil +009941 sil xi2 jin4 ping2 shuo1 sp1 zhong1 si1 liang3 guo2 ren2 min2 chuan2 tong2 you3 yi4 shen1 hou4 sil +009942 sil chuan2 wen2 yue4 lai2 yue4 duo1 sp1 hou4 lai2 lian2 lao3 hanr4 r zi4 ji3 dou1 pa4 le5 sil +009943 sil wo3 nu4 hou3 yi4 sheng1 chong1 shang4 qu4 sp1 ju2 qi3 zhuan1 tou5 za2 le5 guo4 qu4 sil +009944 sil wo3 xian4 zai4 hai2 bu2 hui4 sp1 zhe4 jiu4 hui2 qu4 wen4 wen4 fa1 ming2 wo3 de5 ren2 sil +009945 sil xian3 ran2 sp1 luo4 yang2 xing4 nu2 an4 sp1 bu2 ju4 bei4 shang4 shu4 liang3 ge5 qian2 ti2 sil +009946 sil ling4 wai4 sp1 jie2 ke4 xun4 you3 wen2 chun2 xian4 sp1 yan3 xian4 mei2 mao5 de5 dong4 zuo4 sil +009947 sil zuo2 wan3 sp1 hua2 xi1 du1 shi4 bao4 ji4 zhe3 dian4 hua4 cai2 fang3 le5 yin3 qi2 sil +009948 sil nie4 la1 ji4 ke1 wei4 tou4 lu4 zhe4 xie1 hang2 kong1 gong1 si1 de5 ming2 cheng1 sil +009949 sil cong2 yun4 xing2 gui3 ji4 shang4 lai2 shuo1 sp1 ta1 ye3 bu4 ke3 neng2 shi4 xing1 xing5 sil +009950 sil mu4 qian2 kan4 sp1 ru2 guo3 ji4 xu4 jia1 xi1 ye3 cun2 zai4 liang3 nan2 wen4 ti2 sil +009951 sil zeng1 bao3 yi2 zai4 jie2 mu4 lu4 zhi4 xian4 chang3 da4 bao4 guan1 zhong4 qiu3 shi4 sil +009952 sil dan4 ren4 ping2 zhou1 mou2 zen3 me5 jiao4 sp1 nan2 zi3 reng2 han1 shui4 bu4 xing3 sil +009953 sil lao3 da4 ye5 shuo1 sp1 xiao3 zi5 sp1 ni3 dang2 wo3 cai2 lu4 le5 sp1 zhi1 dao4 bu5 sil +009954 sil mei2 liao4 dao4 sp1 chuang3 xia4 da4 tou2 fo2 de5 a1 wei3 hai2 bu4 zhi1 hui2 gai3 sil +009955 sil ka3 zha1 fei1 bu4 luo4 shi4 tong3 zhi4 sp1 yi3 zao1 yu4 bu4 luo4 nei4 hong4 sil +009956 sil zhe4 ge4 hai2 zi5 de5 sheng1 ming4 sp1 yi2 ban4 lai2 yuan2 yu2 ling4 yi2 wei4 nv3 shi4 juan1 zeng4 de5 leng3 dong4 luan2 zi3 sil +009957 sil chu1 xian4 zhe4 zhong3 ni2 qiu5 nei4 ge2 de5 ju2 mian4 sp1 ji4 shi4 ye3 tian2 you3 yi4 wei2 zhi1 sp1 ye3 shi2 shu3 wu2 nai4 sil +009958 sil ji3 qing1 gao1 su4 sp1 ji3 nan2 sp1 hua4 shan1 sp1 zhang1 qiu1 sp1 zou1 ping2 sp1 zhou1 cun1 zi1 bo2 lin2 zi1 zhan4 sil +009959 sil zhao4 ling2 fei1 de5 hua4 sp1 fan3 ying4 le5 shen3 yang2 sai4 qu1 suo2 you3 ao4 yun4 zhi4 yuan4 zhe3 de5 gong4 tong2 xin1 sheng1 sil +009960 sil yin1 wei4 sp1 wo3 men5 suo3 fa1 chu1 de5 li4 liang4 sp1 bi4 hui4 yin1 nan2 du4 jia1 da4 er2 jian3 ruo4 sil +009961 sil fa1 sheng1 shi4 gu4 de5 lou2 ti1 guai2 jiao3 chu4 reng2 ke3 kan4 dao4 xue4 ji4 sil +009962 sil xiang3 guo4 jin4 gong1 an1 sp1 ke3 neng2 shen1 gao1 bu2 gou4 sp1 lao3 hanr4 r ye3 bu2 rang4 wo3 jin4 qu4 sil +009963 sil lu4 shang4 guan1 qia2 hen3 duo1 sp1 wei4 le5 fang1 bian4 che4 li2 sp1 zhi2 hao3 qing1 zhuang1 qian2 jin4 sil +009964 sil yuan2 lai2 sp1 bi2 er3 gai4 ci2 jiu4 shi4 mei3 guo2 wei1 ruan3 gong1 si1 lian2 he2 chuang4 shi3 ren2 ya5 sil +009965 sil zhi1 hou4 sp1 ta1 men5 yi4 jia1 san1 kou3 jiang1 yu3 shuang1 fang1 fu4 mu3 sp1 wang3 ke4 li2 dao3 lv3 you2 sil +009966 sil xie4 xie5 zong2 li3 sp1 ye2 gan3 xie4 guang3 da4 wang2 you3 de5 can1 yu4 sp1 wo3 men5 ming2 nian2 zai4 jian4 sil +009967 sil shi4 shi2 shang4 shi4 sp1 cong2 lai2 mei2 you3 yi2 ge4 qi1 shan4 pa4 e4 de5 ren2 sp1 neng2 zuo4 chu1 guo4 shao1 da4 yi4 dian3 de5 cheng2 jiu4 sil +009968 sil wo3 hui4 da3 kai1 you2 jian4 sp1 ni3 ke2 yi3 cong2 na4 li3 ji4 xu4 sil +009969 sil mei3 fang1 dui4 jin4 qi1 dong1 hai3 ju2 shi4 biao3 shi4 guan1 qie4 sil +009970 sil ju4 xi1 sp1 ao4 ba1 ma3 yi4 jia1 ren2 dui4 zhe4 zuo4 dong1 ji4 bai2 gong1 ji2 wei2 man3 yi4 sil +009971 sil da2 sao3 wan2 sp1 ni3 hui4 hen2 you3 cheng2 jiu4 gan3 de5 sp1 shi4 yi2 shi4 ni3 jiu4 xin4 le5 sil +009972 sil nuo4 man4 zhan4 zai4 hua2 ban3 che1 shang4 sp1 ge4 jiu4 ge4 wei4 sp1 zhun3 bei4 chu1 fa1 la5 sil +009973 sil ta3 he2 de5 han2 ye4 sp1 qi4 wen1 jiang4 dao4 le5 ling2 xia4 san1 shi5 duo1 she4 shi4 du4 sil +009974 sil qi2 jian1 sp1 lian2 po4 liu4 dian3 liu4 sp1 liu4 dian2 wu3 sp1 liu4 dian3 si4 sp1 liu4 dian3 san1 wu2 deng3 duo1 ge4 zhong4 yao4 guan1 kou3 sil +009975 sil suan4 ming4 sp1 qi2 shi2 zhi3 shi4 ren2 men5 de5 yi4 zhong3 zi4 wo3 an1 wei4 he2 zi4 wo3 an4 shi4 er2 yi3 sp1 wo3 men5 hai2 shi4 yao4 xiang1 xin4 ke1 xue2 cai2 hao3 sil +009976 sil zhe4 yi2 qie4 dou1 ling4 ren2 huan1 xin1 gu2 wu3 sp1 a1 ne4 xi1 mei2 li3 you2 bu4 jian1 chi2 dao4 zui4 hou4 sil +009977 sil zhi2 zhi4 gong1 yuan2 qian2 yi2 wan4 yi4 qian1 nian2 sp1 ta1 you4 zai4 ci4 chu1 xian4 sil +009978 sil jin3 liang4 shao3 wan2 dian4 nao3 sp1 shao3 kan4 dian4 shi4 sp1 shao2 da3 you2 xi4 sil +009979 sil cong2 wu3 dao4 qi1 sp1 qian2 hou4 ye3 jiu4 shi4 liu4 ge5 yue4 de5 shi2 jian1 sil +009980 sil yi2 jin4 ka1 fei1 dian4 sp1 ta1 jiu4 yu4 jian4 yi4 zhang1 shu2 xi5 de5 lian3 sil +009981 sil hao3 zai4 zhong4 di4 xiong5 kan4 dao4 le5 sp1 ba3 ta1 zhui1 le5 hui2 lai2 sil +009982 sil you3 yi2 ge4 ren2 shuo1 sp1 ge1 menr5 r sp1 wo3 men2 pao3 guo4 ta1 cai2 neng2 huo2 sil +009983 sil tong3 le5 ta1 yi3 hou4 sp1 mo2 hu1 ji4 de5 ta1 mei2 za3 dong4 le5 sil +009984 sil cong2 xiao3 dao4 da4 sp1 ge2 qi3 yi4 mei2 you3 shou1 dao4 guo4 ya1 sui4 qian2 sil +009985 sil wu3 tai2 xia4 de5 ni3 sp1 hui4 dui4 wu3 tai2 shang4 de5 ni3 shuo1 shen2 me5 sil +009986 sil dan4 kao3 sheng1 pu3 bian4 ren4 wei2 sp1 shi4 ti2 de5 guai4 sp1 duo1 guo4 nan2 sil +009987 sil wo3 xi1 wang4 sp1 mei3 ge4 ren2 dou1 neng2 gou4 zun1 zhong4 wo3 men5 de5 yin3 si1 sil +009988 sil man4 tian1 de5 hong2 xia2 sp1 shi3 jin4 gei2 liang3 ren2 zeng1 tian1 qi4 fen1 sil +009989 sil wan3 shang4 jia1 wan2 ban1 kai1 che1 hui2 jia1 sp1 tai4 lei4 le5 sp1 mi2 mi5 hu1 hu1 kai1 zhe5 che1 sp1 zou3 yi2 ban4 de5 shi2 hou4 sp1 dang1 yi4 sheng1 sil +009990 sil gai1 che1 jiang1 san1 ren2 zhuang4 dao3 hou4 sp1 zai4 da4 wu4 zhong1 tao2 cuan4 sil +009991 sil zhe4 ren2 yi4 duo1 suo5 sp1 fang1 xiang4 pan2 ye2 ba3 bu4 wen3 le5 sp1 cha4 dian3 zhuang4 shang4 le5 gao1 su4 bian1 dao4 hu4 lan2 sil +009992 sil na4 nv3 hair2 r wei3 qu1 de5 shuo1 sp1 wo3 yi4 hui2 tou2 jian4 ni2 yi3 jing1 jin4 qu4 le5 sp1 wo3 bu4 gan3 jin4 qu4 a5 sil +009993 sil xiao3 ming2 yao2 yao2 tou2 shuo1 sp1 bu2 shi4 sp1 wo2 zhi3 shi4 mei2 nv3 kan4 duo1 le5 sp1 xiang3 huan4 ge5 kou3 wei4 er2 yi3 sil +009994 sil jie1 xia4 lai2 sp1 hong2 niang2 yao1 qiu2 ji4 zhe3 jiao1 fei4 sp1 ji4 zhe2 biao3 shi4 sp1 bu4 zhi1 biao2 jie3 shen1 fen4 zheng4 hao4 ma3 sil +009995 sil li3 dong1 weng2 biao3 shi4 sp1 zi4 ji3 dang1 shi2 zai4 fa3 ting2 shang4 sp1 fa1 biao3 le5 yi2 ci4 du2 te4 de5 gong1 su4 yi4 jian4 sil +009996 sil ling4 yi4 nan2 zi3 pu1 le5 shang4 lai5 sp1 shou2 li3 na2 zhe5 ming2 huang4 huang4 de5 chang2 dao1 sp1 xiang4 ta1 xiong1 kou3 zhi2 ci4 sil +009997 sil jin1 tian1 sp1 kuai4 di4 yuan2 na2 zhe5 yi2 ge4 kuai4 di4 zai4 ban4 gong1 shi4 han3 sp1 qin2 wang2 shi4 na3 ge4 sp1 you3 ta1 kuai4 di4 sil +009998 sil zhe4 chang3 kang4 yi4 huo2 dong4 sp1 jiu1 jing4 shi4 ru2 he2 fa1 zhan2 yan3 bian4 de5 sp1 you4 jiu1 jing4 shi4 shui2 shang1 hai4 le5 shui2 sil +009999 sil yin1 hua4 guo2 feng1 xiao4 ji1 sp1 mu4 di4 she4 ji4 sp1 gen1 ju4 qi2 shu3 xiang4 she4 ji4 sil +010000 sil zai4 yu4 zhong1 sp1 zhang1 ming2 bao2 hui3 hen4 jiao1 jia1 sp1 xie3 le5 yi2 fen4 chan4 hui3 shu1 sil diff --git a/train/spk.scp b/train/spk.scp new file mode 100644 index 0000000000000000000000000000000000000000..1df42a0ef0f4ed54999127935a71885c6a94b2a8 --- /dev/null +++ b/train/spk.scp @@ -0,0 +1,9999 @@ +000001 0 0 0 0 0 0 0 0 0 0 0 +000002 0 0 0 0 0 0 0 0 0 0 0 +000003 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000004 0 0 0 0 0 0 0 0 0 0 0 +000005 0 0 0 0 0 0 0 0 0 0 0 0 0 +000006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000007 0 0 0 0 0 0 0 0 0 0 0 +000008 0 0 0 0 0 0 0 0 0 0 +000009 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000010 0 0 0 0 0 0 0 0 0 0 0 +000011 0 0 0 0 0 0 0 0 0 0 0 0 +000012 0 0 0 0 0 0 0 0 0 0 0 0 0 +000013 0 0 0 0 0 0 0 0 0 0 0 0 +000014 0 0 0 0 0 0 0 0 0 0 +000015 0 0 0 0 0 0 0 0 0 0 0 +000016 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000017 0 0 0 0 0 0 0 0 0 0 0 0 0 +000018 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000019 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000020 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000021 0 0 0 0 0 0 0 0 0 0 0 0 +000022 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000023 0 0 0 0 0 0 0 0 0 0 0 0 +000024 0 0 0 0 0 0 0 0 0 0 0 0 +000025 0 0 0 0 0 0 0 0 0 0 0 +000026 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000027 0 0 0 0 0 0 0 0 0 0 0 0 0 +000028 0 0 0 0 0 0 0 0 0 0 0 +000029 0 0 0 0 0 0 0 0 0 0 +000030 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000031 0 0 0 0 0 0 0 0 0 0 +000032 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000033 0 0 0 0 0 0 0 0 0 0 0 0 +000034 0 0 0 0 0 0 0 0 0 0 0 +000035 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000036 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000037 0 0 0 0 0 0 0 0 0 0 0 0 0 +000038 0 0 0 0 0 0 0 0 0 0 0 +000039 0 0 0 0 0 0 0 0 0 0 0 0 +000040 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000041 0 0 0 0 0 0 0 0 0 0 0 +000042 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000043 0 0 0 0 0 0 0 0 0 0 +000044 0 0 0 0 0 0 0 0 0 0 +000045 0 0 0 0 0 0 0 0 0 0 0 0 0 +000046 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000047 0 0 0 0 0 0 0 0 0 0 0 +000048 0 0 0 0 0 0 0 0 0 0 +000049 0 0 0 0 0 0 0 0 0 0 +000050 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000051 0 0 0 0 0 0 0 0 0 0 0 0 0 +000052 0 0 0 0 0 0 0 0 0 0 +000053 0 0 0 0 0 0 0 0 0 0 0 0 +000054 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000055 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000056 0 0 0 0 0 0 0 0 0 0 +000057 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000058 0 0 0 0 0 0 0 0 0 0 0 +000059 0 0 0 0 0 0 0 0 0 0 0 0 0 +000060 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000061 0 0 0 0 0 0 0 0 0 0 0 +000062 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000063 0 0 0 0 0 0 0 0 0 0 0 +000064 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000065 0 0 0 0 0 0 0 0 0 0 0 +000066 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000067 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000068 0 0 0 0 0 0 0 0 0 0 0 0 +000069 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000070 0 0 0 0 0 0 0 0 0 0 0 +000071 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000072 0 0 0 0 0 0 0 0 0 0 +000073 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000074 0 0 0 0 0 0 0 0 0 0 0 +000075 0 0 0 0 0 0 0 0 0 0 0 0 +000076 0 0 0 0 0 0 0 0 0 0 0 0 +000077 0 0 0 0 0 0 0 0 +000078 0 0 0 0 0 0 0 0 0 0 0 0 0 +000079 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000080 0 0 0 0 0 0 0 0 0 0 0 +000081 0 0 0 0 0 0 0 0 0 +000082 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000083 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000084 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000085 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000086 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000087 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000088 0 0 0 0 0 0 0 0 0 0 0 +000089 0 0 0 0 0 0 0 0 0 0 0 0 +000090 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000091 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000092 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000093 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000094 0 0 0 0 0 0 0 0 0 0 0 0 0 +000095 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000096 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000097 0 0 0 0 0 0 0 0 0 0 0 +000098 0 0 0 0 0 0 0 0 0 0 0 0 0 +000099 0 0 0 0 0 0 0 0 0 0 0 0 0 +000100 0 0 0 0 0 0 0 0 0 0 0 +000101 0 0 0 0 0 0 0 0 0 0 +000102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000103 0 0 0 0 0 0 0 0 0 0 +000104 0 0 0 0 0 0 0 0 0 0 0 +000105 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000106 0 0 0 0 0 0 0 0 0 0 0 0 0 +000107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000108 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000109 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000110 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000111 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000112 0 0 0 0 0 0 0 0 0 0 0 0 0 +000113 0 0 0 0 0 0 0 0 0 0 0 0 0 +000114 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000115 0 0 0 0 0 0 0 0 0 0 0 0 +000116 0 0 0 0 0 0 0 0 0 +000117 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000118 0 0 0 0 0 0 0 0 0 0 0 0 0 +000119 0 0 0 0 0 0 0 0 0 0 +000120 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000121 0 0 0 0 0 0 0 0 0 0 0 0 +000122 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000123 0 0 0 0 0 0 0 0 0 0 0 0 +000124 0 0 0 0 0 0 0 0 0 0 0 0 +000125 0 0 0 0 0 0 0 0 0 0 0 +000126 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000127 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000128 0 0 0 0 0 0 0 0 0 0 +000129 0 0 0 0 0 0 0 0 0 0 +000130 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000131 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000132 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000133 0 0 0 0 0 0 0 0 0 0 0 +000134 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000135 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000136 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000137 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000138 0 0 0 0 0 0 0 0 0 0 0 0 0 +000139 0 0 0 0 0 0 0 0 0 0 +000140 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000141 0 0 0 0 0 0 0 0 0 0 0 0 +000142 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000143 0 0 0 0 0 0 0 0 0 0 0 0 +000144 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000145 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000146 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000147 0 0 0 0 0 0 0 0 0 0 0 0 0 +000148 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000149 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000150 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000151 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000152 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000153 0 0 0 0 0 0 0 0 0 0 +000154 0 0 0 0 0 0 0 0 0 0 0 +000155 0 0 0 0 0 0 0 0 0 0 0 0 0 +000156 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000157 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000158 0 0 0 0 0 0 0 0 0 0 0 0 0 +000159 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000160 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000161 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000162 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000163 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000164 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000165 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000166 0 0 0 0 0 0 0 0 0 0 0 0 0 +000167 0 0 0 0 0 0 0 0 0 0 0 0 +000168 0 0 0 0 0 0 0 0 0 0 0 0 0 +000169 0 0 0 0 0 0 0 0 0 0 +000170 0 0 0 0 0 0 0 0 0 0 0 +000171 0 0 0 0 0 0 0 0 0 0 +000172 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000173 0 0 0 0 0 0 0 0 0 0 0 0 0 +000174 0 0 0 0 0 0 0 0 0 0 0 0 +000175 0 0 0 0 0 0 0 0 0 0 +000176 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000177 0 0 0 0 0 0 0 0 0 0 +000178 0 0 0 0 0 0 0 0 0 0 0 0 +000179 0 0 0 0 0 0 0 0 0 0 0 +000180 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000181 0 0 0 0 0 0 0 0 0 0 0 0 +000182 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000183 0 0 0 0 0 0 0 0 0 0 +000184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000185 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000186 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000187 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000188 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000189 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000190 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000191 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000192 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000193 0 0 0 0 0 0 0 0 0 0 +000194 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000195 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000196 0 0 0 0 0 0 0 0 0 0 +000197 0 0 0 0 0 0 0 0 0 0 +000198 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000199 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000200 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000201 0 0 0 0 0 0 0 0 0 0 0 0 +000202 0 0 0 0 0 0 0 0 0 0 0 +000203 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000204 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000205 0 0 0 0 0 0 0 0 0 0 0 +000206 0 0 0 0 0 0 0 0 0 0 0 0 +000207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000208 0 0 0 0 0 0 0 0 0 0 0 0 0 +000209 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000210 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000211 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000212 0 0 0 0 0 0 0 0 0 0 0 0 +000213 0 0 0 0 0 0 0 0 0 0 0 0 0 +000214 0 0 0 0 0 0 0 0 0 0 0 0 +000215 0 0 0 0 0 0 0 0 0 0 0 0 +000216 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000217 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000218 0 0 0 0 0 0 0 0 0 0 0 0 0 +000219 0 0 0 0 0 0 0 0 0 0 0 0 +000220 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000221 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000222 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000223 0 0 0 0 0 0 0 0 0 0 0 0 0 +000224 0 0 0 0 0 0 0 0 0 +000225 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000226 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000227 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000228 0 0 0 0 0 0 0 0 0 0 0 +000229 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000230 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000231 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000232 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000233 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000234 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000235 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000236 0 0 0 0 0 0 0 0 0 0 0 0 +000237 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000238 0 0 0 0 0 0 0 0 0 0 0 +000239 0 0 0 0 0 0 0 0 0 0 0 0 0 +000240 0 0 0 0 0 0 0 0 0 0 0 0 +000241 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000242 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000243 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000244 0 0 0 0 0 0 0 0 0 0 0 +000245 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000246 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000247 0 0 0 0 0 0 0 0 0 0 0 0 +000248 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000249 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000250 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000251 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000252 0 0 0 0 0 0 0 0 0 0 0 +000253 0 0 0 0 0 0 0 0 0 0 0 0 +000254 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000255 0 0 0 0 0 0 0 0 0 0 0 +000256 0 0 0 0 0 0 0 0 0 0 0 +000257 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000258 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000259 0 0 0 0 0 0 0 0 0 0 0 0 0 +000260 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000261 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000262 0 0 0 0 0 0 0 0 0 0 0 0 0 +000263 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000264 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000265 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000266 0 0 0 0 0 0 0 0 0 0 0 0 0 +000267 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000268 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000269 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000270 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000271 0 0 0 0 0 0 0 0 0 0 0 0 0 +000272 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000273 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000274 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000275 0 0 0 0 0 0 0 0 0 +000276 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000277 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000278 0 0 0 0 0 0 0 0 0 0 +000279 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000280 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000281 0 0 0 0 0 0 0 0 0 0 0 0 0 +000282 0 0 0 0 0 0 0 0 0 0 0 +000283 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000284 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000285 0 0 0 0 0 0 0 0 0 0 0 +000286 0 0 0 0 0 0 0 0 0 0 0 +000287 0 0 0 0 0 0 0 0 0 0 0 0 +000288 0 0 0 0 0 0 0 0 0 +000289 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000290 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000291 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000292 0 0 0 0 0 0 0 0 0 0 +000293 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000294 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000295 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000296 0 0 0 0 0 0 0 0 0 0 0 0 0 +000297 0 0 0 0 0 0 0 0 0 +000298 0 0 0 0 0 0 0 0 0 +000299 0 0 0 0 0 0 0 0 0 0 +000300 0 0 0 0 0 0 0 0 0 0 0 0 0 +000301 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000302 0 0 0 0 0 0 0 0 0 0 +000303 0 0 0 0 0 0 0 0 0 0 0 +000304 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000305 0 0 0 0 0 0 0 0 0 0 0 0 +000306 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000307 0 0 0 0 0 0 0 0 0 0 0 0 0 +000308 0 0 0 0 0 0 0 0 0 0 +000309 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000310 0 0 0 0 0 0 0 0 0 0 +000311 0 0 0 0 0 0 0 0 0 0 0 0 +000312 0 0 0 0 0 0 0 0 0 0 0 0 +000313 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000314 0 0 0 0 0 0 0 0 0 0 0 0 0 +000315 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000316 0 0 0 0 0 0 0 0 0 0 0 0 +000317 0 0 0 0 0 0 0 0 0 0 0 +000318 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000319 0 0 0 0 0 0 0 0 0 0 0 0 +000320 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000321 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000322 0 0 0 0 0 0 0 0 0 0 0 0 0 +000323 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000324 0 0 0 0 0 0 0 0 0 0 0 +000325 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000326 0 0 0 0 0 0 0 0 0 0 0 +000327 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000328 0 0 0 0 0 0 0 0 0 0 0 0 0 +000329 0 0 0 0 0 0 0 0 0 0 0 0 +000330 0 0 0 0 0 0 0 0 0 0 0 0 0 +000331 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000332 0 0 0 0 0 0 0 0 0 0 0 +000333 0 0 0 0 0 0 0 0 0 0 0 +000334 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000335 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000336 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000337 0 0 0 0 0 0 0 0 0 0 0 +000338 0 0 0 0 0 0 0 0 0 0 0 +000339 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000340 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000341 0 0 0 0 0 0 0 0 0 0 0 0 0 +000342 0 0 0 0 0 0 0 0 0 0 0 0 0 +000343 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000344 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000345 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000346 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000347 0 0 0 0 0 0 0 0 0 0 0 0 0 +000348 0 0 0 0 0 0 0 0 0 0 +000349 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000350 0 0 0 0 0 0 0 0 0 0 0 0 0 +000351 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000352 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000353 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000354 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000355 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000356 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000357 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000358 0 0 0 0 0 0 0 0 0 0 0 0 0 +000359 0 0 0 0 0 0 0 0 0 0 0 +000360 0 0 0 0 0 0 0 0 0 0 0 0 0 +000361 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000362 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000363 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000364 0 0 0 0 0 0 0 0 0 0 +000365 0 0 0 0 0 0 0 0 0 0 0 0 0 +000366 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000367 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000368 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000369 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000370 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000371 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000372 0 0 0 0 0 0 0 0 0 0 0 0 0 +000373 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000374 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000375 0 0 0 0 0 0 0 0 0 0 0 +000376 0 0 0 0 0 0 0 0 0 0 0 0 +000377 0 0 0 0 0 0 0 0 0 0 0 0 +000378 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000379 0 0 0 0 0 0 0 0 0 0 0 0 +000380 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000381 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000382 0 0 0 0 0 0 0 0 0 0 0 0 +000383 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000384 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000385 0 0 0 0 0 0 0 0 0 0 0 0 0 +000386 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000387 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000388 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000389 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000390 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000391 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000392 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000393 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000394 0 0 0 0 0 0 0 0 +000395 0 0 0 0 0 0 0 0 0 0 0 +000396 0 0 0 0 0 0 0 0 0 0 0 0 0 +000397 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000398 0 0 0 0 0 0 0 0 0 0 +000399 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000400 0 0 0 0 0 0 0 0 0 0 0 +000401 0 0 0 0 0 0 0 0 0 0 0 +000402 0 0 0 0 0 0 0 0 0 0 0 +000403 0 0 0 0 0 0 0 0 0 0 0 +000404 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000405 0 0 0 0 0 0 0 0 0 0 0 0 0 +000406 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000407 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000408 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000409 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000410 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000411 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000412 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000413 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000414 0 0 0 0 0 0 0 0 0 0 +000415 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000416 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000417 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000418 0 0 0 0 0 0 0 0 0 0 0 0 0 +000419 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000420 0 0 0 0 0 0 0 0 0 0 +000421 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000422 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000423 0 0 0 0 0 0 0 0 0 0 0 +000424 0 0 0 0 0 0 0 0 0 0 0 0 +000425 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000426 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000427 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000428 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000429 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000430 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000431 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000432 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000433 0 0 0 0 0 0 0 0 0 0 0 0 0 +000434 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000435 0 0 0 0 0 0 0 0 +000436 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000437 0 0 0 0 0 0 0 0 0 0 0 0 0 +000438 0 0 0 0 0 0 0 0 0 0 0 0 +000439 0 0 0 0 0 0 0 0 0 +000440 0 0 0 0 0 0 0 0 0 0 0 0 +000441 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000442 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000443 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000444 0 0 0 0 0 0 0 0 0 0 +000445 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000446 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000447 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000448 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000449 0 0 0 0 0 0 0 0 0 0 0 0 +000450 0 0 0 0 0 0 0 0 0 0 +000451 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000452 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000453 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000454 0 0 0 0 0 0 0 0 0 0 0 0 +000455 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000456 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000457 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000458 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000459 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000460 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000461 0 0 0 0 0 0 0 0 0 0 0 +000462 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000463 0 0 0 0 0 0 0 0 0 0 0 0 0 +000464 0 0 0 0 0 0 0 0 0 +000465 0 0 0 0 0 0 0 0 0 0 0 0 +000466 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000467 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000468 0 0 0 0 0 0 0 0 0 0 0 +000469 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000470 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000471 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000472 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000473 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000474 0 0 0 0 0 0 0 0 0 0 0 +000475 0 0 0 0 0 0 0 0 0 0 0 0 +000476 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000477 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000478 0 0 0 0 0 0 0 0 0 0 0 +000479 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000480 0 0 0 0 0 0 0 0 0 0 0 0 0 +000481 0 0 0 0 0 0 0 0 0 +000482 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000483 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000484 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000485 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000486 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000487 0 0 0 0 0 0 0 0 0 0 0 0 0 +000488 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000489 0 0 0 0 0 0 0 0 0 0 +000490 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000491 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000492 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000493 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000494 0 0 0 0 0 0 0 0 0 +000495 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000496 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000497 0 0 0 0 0 0 0 0 0 0 0 0 +000498 0 0 0 0 0 0 0 0 0 0 0 +000499 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000500 0 0 0 0 0 0 0 0 0 0 0 0 0 +000501 0 0 0 0 0 0 0 0 0 +000502 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000503 0 0 0 0 0 0 0 0 0 0 0 0 +000504 0 0 0 0 0 0 0 0 0 +000505 0 0 0 0 0 0 0 0 0 0 +000506 0 0 0 0 0 0 0 0 0 0 0 0 0 +000507 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000508 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000509 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000510 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000511 0 0 0 0 0 0 0 0 0 0 0 0 +000512 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000513 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000514 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000515 0 0 0 0 0 0 0 0 0 0 +000516 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000517 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000518 0 0 0 0 0 0 0 0 0 0 +000519 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000520 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000521 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000522 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000523 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000524 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000526 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000527 0 0 0 0 0 0 0 0 +000528 0 0 0 0 0 0 0 0 0 0 0 0 0 +000529 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000530 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000531 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000532 0 0 0 0 0 0 0 0 0 0 0 +000533 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000534 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000535 0 0 0 0 0 0 0 0 0 0 0 0 +000536 0 0 0 0 0 0 0 0 0 0 0 0 +000537 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000538 0 0 0 0 0 0 0 0 0 0 0 0 0 +000539 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000540 0 0 0 0 0 0 0 0 0 0 0 +000541 0 0 0 0 0 0 0 0 0 +000542 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000543 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000544 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000545 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000546 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000547 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000548 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000549 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000550 0 0 0 0 0 0 0 0 0 0 0 0 +000551 0 0 0 0 0 0 0 0 0 0 0 +000552 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000553 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000554 0 0 0 0 0 0 0 0 0 0 +000555 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000557 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000558 0 0 0 0 0 0 0 0 0 0 0 0 +000559 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000560 0 0 0 0 0 0 0 0 0 0 0 0 +000561 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000562 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000563 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000564 0 0 0 0 0 0 0 0 0 0 0 0 0 +000565 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000566 0 0 0 0 0 0 0 0 0 +000567 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000568 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000569 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000570 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000571 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000572 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000573 0 0 0 0 0 0 0 0 0 0 0 +000574 0 0 0 0 0 0 0 0 +000575 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000576 0 0 0 0 0 0 0 0 0 0 0 0 +000577 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000578 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000579 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000580 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000581 0 0 0 0 0 0 0 0 0 0 +000582 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000583 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000584 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000585 0 0 0 0 0 0 0 0 0 0 0 +000586 0 0 0 0 0 0 0 0 0 0 0 0 0 +000587 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000588 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000589 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000590 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000591 0 0 0 0 0 0 0 0 0 +000592 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000593 0 0 0 0 0 0 0 0 0 0 0 +000594 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000595 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000596 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000597 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000598 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000599 0 0 0 0 0 0 0 0 0 0 +000600 0 0 0 0 0 0 0 0 0 0 0 0 0 +000601 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000602 0 0 0 0 0 0 0 0 0 0 0 0 0 +000603 0 0 0 0 0 0 0 0 0 0 0 0 +000604 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000605 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000606 0 0 0 0 0 0 0 0 0 0 0 0 0 +000607 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000608 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000609 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000610 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000611 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000612 0 0 0 0 0 0 0 0 0 0 0 0 +000613 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000614 0 0 0 0 0 0 0 0 0 0 0 0 0 +000615 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000616 0 0 0 0 0 0 0 0 0 0 0 0 0 +000617 0 0 0 0 0 0 0 0 0 0 0 0 0 +000618 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000619 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000620 0 0 0 0 0 0 0 0 0 0 0 0 0 +000621 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000622 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000623 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000624 0 0 0 0 0 0 0 0 0 0 0 0 0 +000625 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000626 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000627 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000628 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000629 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000630 0 0 0 0 0 0 0 0 0 +000631 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000632 0 0 0 0 0 0 0 0 0 0 0 +000633 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000634 0 0 0 0 0 0 0 0 0 0 0 0 0 +000635 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000636 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000637 0 0 0 0 0 0 0 0 0 +000638 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000639 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000640 0 0 0 0 0 0 0 0 0 0 0 0 +000641 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000642 0 0 0 0 0 0 0 0 0 0 0 0 0 +000643 0 0 0 0 0 0 0 0 0 0 0 0 0 +000644 0 0 0 0 0 0 0 0 0 +000645 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000646 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000647 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000648 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000649 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000650 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000651 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000652 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000653 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000654 0 0 0 0 0 0 0 0 0 0 0 0 0 +000655 0 0 0 0 0 0 0 0 0 0 0 +000656 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000657 0 0 0 0 0 0 0 0 0 0 +000658 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000659 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000660 0 0 0 0 0 0 0 0 0 0 0 0 +000661 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000662 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000663 0 0 0 0 0 0 0 0 0 0 0 +000664 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000665 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000666 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000667 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000668 0 0 0 0 0 0 0 0 0 +000669 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000670 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000671 0 0 0 0 0 0 0 0 0 0 0 +000672 0 0 0 0 0 0 0 0 0 0 0 +000673 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000674 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000675 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000676 0 0 0 0 0 0 0 0 0 0 +000677 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000678 0 0 0 0 0 0 0 0 0 0 0 0 0 +000679 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000680 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000681 0 0 0 0 0 0 0 0 0 +000682 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000683 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000684 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000685 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000686 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000687 0 0 0 0 0 0 0 0 0 +000688 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000689 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000690 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000691 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000692 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000693 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000694 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000695 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000696 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000697 0 0 0 0 0 0 0 0 0 0 0 0 +000698 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000699 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000700 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000701 0 0 0 0 0 0 0 0 0 0 +000702 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000703 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000704 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000705 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000706 0 0 0 0 0 0 0 0 0 0 +000707 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000708 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000709 0 0 0 0 0 0 0 0 0 0 +000710 0 0 0 0 0 0 0 0 0 0 +000711 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000712 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000713 0 0 0 0 0 0 0 0 0 +000714 0 0 0 0 0 0 0 0 0 0 0 0 0 +000715 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000716 0 0 0 0 0 0 0 0 0 0 +000717 0 0 0 0 0 0 0 0 0 0 0 0 0 +000718 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000719 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000720 0 0 0 0 0 0 0 0 0 0 0 +000721 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000722 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000723 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000724 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000725 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000726 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000727 0 0 0 0 0 0 0 0 0 0 +000728 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000729 0 0 0 0 0 0 0 0 0 0 0 0 +000730 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000731 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000732 0 0 0 0 0 0 0 0 0 0 0 0 +000733 0 0 0 0 0 0 0 0 0 +000734 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000735 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000736 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000737 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000738 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000739 0 0 0 0 0 0 0 0 0 0 0 +000740 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000741 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000742 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000743 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000744 0 0 0 0 0 0 0 0 0 0 0 0 0 +000745 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000746 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000747 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000748 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000749 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000750 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000751 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000752 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000753 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000754 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000755 0 0 0 0 0 0 0 0 0 0 0 +000756 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000757 0 0 0 0 0 0 0 0 0 0 +000758 0 0 0 0 0 0 0 0 0 0 0 0 +000759 0 0 0 0 0 0 0 0 0 0 0 0 0 +000760 0 0 0 0 0 0 0 0 0 0 0 0 0 +000761 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000762 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000763 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000764 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000765 0 0 0 0 0 0 0 0 0 0 0 0 +000766 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000767 0 0 0 0 0 0 0 0 0 0 +000768 0 0 0 0 0 0 0 0 0 0 0 0 +000769 0 0 0 0 0 0 0 0 0 0 +000770 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000771 0 0 0 0 0 0 0 0 0 0 0 0 +000772 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000773 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000774 0 0 0 0 0 0 0 0 0 +000775 0 0 0 0 0 0 0 0 0 0 0 0 +000776 0 0 0 0 0 0 0 0 0 +000777 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000778 0 0 0 0 0 0 0 0 0 0 0 0 +000779 0 0 0 0 0 0 0 0 0 0 0 0 +000780 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000781 0 0 0 0 0 0 0 0 0 0 +000782 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000783 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000784 0 0 0 0 0 0 0 0 0 +000785 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000786 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000787 0 0 0 0 0 0 0 0 0 0 0 0 +000788 0 0 0 0 0 0 0 0 0 0 0 0 0 +000789 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000790 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000791 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000792 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000793 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000794 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000795 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000796 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000797 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000798 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000799 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000800 0 0 0 0 0 0 0 0 0 0 0 +000801 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000802 0 0 0 0 0 0 0 0 0 0 +000803 0 0 0 0 0 0 0 0 0 0 0 0 0 +000804 0 0 0 0 0 0 0 0 0 0 0 +000805 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000806 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000807 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000808 0 0 0 0 0 0 0 0 0 0 0 +000809 0 0 0 0 0 0 0 0 0 0 0 0 0 +000810 0 0 0 0 0 0 0 0 0 0 0 0 0 +000811 0 0 0 0 0 0 0 0 +000812 0 0 0 0 0 0 0 0 0 +000813 0 0 0 0 0 0 0 0 0 0 0 0 0 +000814 0 0 0 0 0 0 0 0 0 0 0 +000815 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000816 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000817 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000818 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000819 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000820 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000821 0 0 0 0 0 0 0 0 0 0 0 +000822 0 0 0 0 0 0 0 0 0 0 0 0 0 +000823 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000824 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000825 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000826 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000827 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000828 0 0 0 0 0 0 0 0 0 0 0 0 0 +000829 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000830 0 0 0 0 0 0 0 0 0 0 0 0 0 +000831 0 0 0 0 0 0 0 0 0 0 0 0 0 +000832 0 0 0 0 0 0 0 0 0 0 +000833 0 0 0 0 0 0 0 0 0 0 0 0 +000834 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000835 0 0 0 0 0 0 0 0 0 0 0 +000836 0 0 0 0 0 0 0 0 0 0 +000837 0 0 0 0 0 0 0 0 0 0 0 0 0 +000838 0 0 0 0 0 0 0 0 0 0 0 0 0 +000839 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000840 0 0 0 0 0 0 0 0 0 0 0 0 0 +000841 0 0 0 0 0 0 0 0 0 0 0 0 0 +000842 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000843 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000844 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000845 0 0 0 0 0 0 0 0 0 0 0 0 0 +000846 0 0 0 0 0 0 0 0 0 0 0 0 0 +000847 0 0 0 0 0 0 0 0 0 0 0 +000848 0 0 0 0 0 0 0 0 0 0 0 0 +000849 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000850 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000851 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000852 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000853 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000854 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000855 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000856 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000857 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000858 0 0 0 0 0 0 0 0 0 0 0 +000859 0 0 0 0 0 0 0 0 0 0 0 +000860 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000861 0 0 0 0 0 0 0 0 0 0 +000862 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000863 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000864 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000865 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000866 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000867 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000868 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000869 0 0 0 0 0 0 0 0 0 0 0 0 0 +000870 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000871 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000872 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000873 0 0 0 0 0 0 0 0 0 0 0 0 +000874 0 0 0 0 0 0 0 0 0 0 0 0 0 +000875 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000876 0 0 0 0 0 0 0 0 0 0 +000877 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000878 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000879 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000880 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000881 0 0 0 0 0 0 0 0 0 +000882 0 0 0 0 0 0 0 0 0 0 +000883 0 0 0 0 0 0 0 0 0 0 +000884 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000885 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000886 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000887 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000888 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000889 0 0 0 0 0 0 0 0 0 0 0 0 0 +000890 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000891 0 0 0 0 0 0 0 0 0 0 0 0 0 +000892 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000893 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000894 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000895 0 0 0 0 0 0 0 0 0 0 0 0 +000896 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000897 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000898 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000899 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000900 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000901 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000902 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000903 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000904 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000905 0 0 0 0 0 0 0 0 0 0 0 +000906 0 0 0 0 0 0 0 0 0 0 0 0 +000907 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000908 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000909 0 0 0 0 0 0 0 0 0 0 0 0 0 +000910 0 0 0 0 0 0 0 0 0 0 0 0 0 +000911 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000912 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000913 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000914 0 0 0 0 0 0 0 0 0 +000915 0 0 0 0 0 0 0 0 0 0 0 0 +000916 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000917 0 0 0 0 0 0 0 0 0 0 0 0 0 +000918 0 0 0 0 0 0 0 0 0 +000919 0 0 0 0 0 0 0 0 0 0 +000920 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000921 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000922 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000923 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000924 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000925 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000926 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000927 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000928 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000929 0 0 0 0 0 0 0 0 0 0 0 0 +000930 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000931 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000932 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000933 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000934 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000935 0 0 0 0 0 0 0 0 0 0 0 +000936 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000937 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000938 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000939 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000940 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000941 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000942 0 0 0 0 0 0 0 0 0 0 0 +000943 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000944 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000945 0 0 0 0 0 0 0 0 0 0 0 0 0 +000946 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000947 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000948 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000949 0 0 0 0 0 0 0 0 0 0 0 +000950 0 0 0 0 0 0 0 0 0 0 0 0 +000951 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000952 0 0 0 0 0 0 0 0 0 0 0 +000953 0 0 0 0 0 0 0 0 0 0 0 +000954 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000955 0 0 0 0 0 0 0 0 0 0 0 +000956 0 0 0 0 0 0 0 0 0 0 0 0 0 +000957 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000958 0 0 0 0 0 0 0 0 0 +000959 0 0 0 0 0 0 0 0 0 0 0 0 +000960 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000961 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000962 0 0 0 0 0 0 0 0 0 0 0 0 0 +000963 0 0 0 0 0 0 0 0 0 0 +000964 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000965 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000966 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000967 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000968 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000969 0 0 0 0 0 0 0 0 0 0 0 0 +000970 0 0 0 0 0 0 0 0 0 0 0 +000971 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000972 0 0 0 0 0 0 0 0 0 0 +000973 0 0 0 0 0 0 0 0 0 0 0 0 +000974 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000975 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000976 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000977 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000978 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000979 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000980 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000981 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000982 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000983 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000984 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000985 0 0 0 0 0 0 0 0 0 0 0 0 +000986 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000987 0 0 0 0 0 0 0 0 0 +000988 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000989 0 0 0 0 0 0 0 0 0 +000990 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000991 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000992 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000993 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000994 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000995 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000996 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000997 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +000998 0 0 0 0 0 0 0 0 0 0 0 0 +000999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001001 0 0 0 0 0 0 0 0 0 0 0 +001002 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001003 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001004 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001006 0 0 0 0 0 0 0 0 0 0 0 0 +001007 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001008 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001009 0 0 0 0 0 0 0 0 0 0 0 0 0 +001010 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001011 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001012 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001013 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001014 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001015 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001016 0 0 0 0 0 0 0 0 0 0 +001017 0 0 0 0 0 0 0 0 0 0 0 0 0 +001018 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001019 0 0 0 0 0 0 0 0 0 0 0 +001020 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001021 0 0 0 0 0 0 0 0 0 0 0 0 0 +001022 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001023 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001024 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001025 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001026 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001027 0 0 0 0 0 0 0 0 0 0 0 0 0 +001028 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001029 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001030 0 0 0 0 0 0 0 0 0 0 +001031 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001032 0 0 0 0 0 0 0 0 0 +001033 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001034 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001035 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001036 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001037 0 0 0 0 0 0 0 0 0 0 0 0 0 +001038 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001039 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001040 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001041 0 0 0 0 0 0 0 0 0 0 0 0 0 +001042 0 0 0 0 0 0 0 +001043 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001044 0 0 0 0 0 0 0 0 0 0 +001045 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001046 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001047 0 0 0 0 0 0 0 0 0 0 0 0 0 +001048 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001049 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001050 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001051 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001052 0 0 0 0 0 0 0 0 0 0 0 0 0 +001053 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001054 0 0 0 0 0 0 0 0 0 0 0 0 +001055 0 0 0 0 0 0 0 0 0 0 0 +001056 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001057 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001058 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001059 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001060 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001061 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001062 0 0 0 0 0 0 0 0 0 0 0 +001063 0 0 0 0 0 0 0 0 0 +001064 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001065 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001066 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001067 0 0 0 0 0 0 0 0 0 0 0 0 0 +001068 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001069 0 0 0 0 0 0 0 0 0 0 +001070 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001071 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001072 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001073 0 0 0 0 0 0 0 0 0 +001074 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001075 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001076 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001077 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001078 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001079 0 0 0 0 0 0 0 0 0 0 0 0 0 +001080 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001081 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001082 0 0 0 0 0 0 0 0 0 0 0 0 +001083 0 0 0 0 0 0 0 0 0 0 0 0 +001084 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001085 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001086 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001087 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001088 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001089 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001090 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001091 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001092 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001093 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001094 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001095 0 0 0 0 0 0 0 0 0 0 +001096 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001097 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001098 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001099 0 0 0 0 0 0 0 0 0 0 0 0 0 +001100 0 0 0 0 0 0 0 0 0 0 0 0 +001101 0 0 0 0 0 0 0 0 0 0 0 0 +001102 0 0 0 0 0 0 0 0 0 0 0 0 0 +001103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001104 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001105 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001106 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001108 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001109 0 0 0 0 0 0 0 0 0 0 0 +001110 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001111 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001112 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001113 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001114 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001115 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001116 0 0 0 0 0 0 0 0 0 0 +001117 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001118 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001119 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001120 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001121 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001122 0 0 0 0 0 0 0 0 0 0 0 +001123 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001124 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001125 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001126 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001127 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001128 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001129 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001130 0 0 0 0 0 0 0 0 0 0 0 0 +001131 0 0 0 0 0 0 0 0 0 0 0 0 0 +001132 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001133 0 0 0 0 0 0 0 0 0 0 +001134 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001135 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001136 0 0 0 0 0 0 0 0 0 0 0 0 0 +001137 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001138 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001139 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001140 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001141 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001142 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001143 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001144 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001145 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001146 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001147 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001148 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001149 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001150 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001151 0 0 0 0 0 0 0 0 0 +001152 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001153 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001154 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001155 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001156 0 0 0 0 0 0 0 0 +001157 0 0 0 0 0 0 0 0 0 0 0 0 +001158 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001159 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001160 0 0 0 0 0 0 0 0 0 0 +001161 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001162 0 0 0 0 0 0 0 0 0 0 0 0 +001163 0 0 0 0 0 0 0 0 0 0 0 0 +001164 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001165 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001166 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001167 0 0 0 0 0 0 0 0 0 0 0 0 0 +001168 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001169 0 0 0 0 0 0 0 0 0 0 +001170 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001171 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001172 0 0 0 0 0 0 0 0 0 0 0 0 0 +001173 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001174 0 0 0 0 0 0 0 0 0 0 0 +001175 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001176 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001177 0 0 0 0 0 0 0 0 0 0 0 0 0 +001178 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001179 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001180 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001181 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001182 0 0 0 0 0 0 0 0 0 0 +001183 0 0 0 0 0 0 0 0 0 0 0 0 0 +001184 0 0 0 0 0 0 0 0 0 0 +001185 0 0 0 0 0 0 0 0 0 0 0 0 +001186 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001187 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001188 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001189 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001190 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001191 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001192 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001193 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001194 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001195 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001196 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001197 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001198 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001199 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001200 0 0 0 0 0 0 0 0 0 0 0 0 0 +001201 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001202 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001203 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001204 0 0 0 0 0 0 0 0 0 0 0 0 +001205 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001206 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001208 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001209 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001210 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001211 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001212 0 0 0 0 0 0 0 0 0 0 0 0 0 +001213 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001214 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001215 0 0 0 0 0 0 0 0 0 0 0 0 0 +001216 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001217 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001218 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001219 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001220 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001221 0 0 0 0 0 0 0 0 0 0 0 0 +001222 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001223 0 0 0 0 0 0 0 0 +001224 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001225 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001226 0 0 0 0 0 0 0 0 0 0 0 0 0 +001227 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001228 0 0 0 0 0 0 0 0 0 0 0 +001229 0 0 0 0 0 0 0 0 0 0 0 +001230 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001231 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001232 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001233 0 0 0 0 0 0 0 0 0 +001234 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001235 0 0 0 0 0 0 0 0 0 +001236 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001237 0 0 0 0 0 0 0 0 0 0 0 0 0 +001238 0 0 0 0 0 0 0 0 0 0 0 0 0 +001239 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001240 0 0 0 0 0 0 0 0 0 0 0 0 +001241 0 0 0 0 0 0 0 0 0 0 +001242 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001243 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001244 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001245 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001246 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001247 0 0 0 0 0 0 0 0 0 0 0 +001248 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001249 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001250 0 0 0 0 0 0 0 0 0 0 0 0 0 +001251 0 0 0 0 0 0 0 0 0 0 0 0 0 +001252 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001253 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001254 0 0 0 0 0 0 0 0 0 0 0 0 +001255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001256 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001257 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001258 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001259 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001260 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001261 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001262 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001263 0 0 0 0 0 0 0 0 0 0 0 0 0 +001264 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001265 0 0 0 0 0 0 0 0 +001266 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001267 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001268 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001269 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001270 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001271 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001272 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001273 0 0 0 0 0 0 0 0 0 0 0 +001274 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001275 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001276 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001277 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001278 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001279 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001280 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001281 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001282 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001283 0 0 0 0 0 0 0 0 0 0 0 +001284 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001285 0 0 0 0 0 0 0 0 0 0 +001286 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001287 0 0 0 0 0 0 0 0 0 0 0 +001288 0 0 0 0 0 0 0 0 0 0 0 0 +001289 0 0 0 0 0 0 0 0 0 0 0 0 +001290 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001291 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001292 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001293 0 0 0 0 0 0 0 0 0 +001294 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001295 0 0 0 0 0 0 0 0 0 0 0 0 +001296 0 0 0 0 0 0 0 0 0 0 0 0 +001297 0 0 0 0 0 0 0 0 0 0 0 +001298 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001299 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001300 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001301 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001302 0 0 0 0 0 0 0 0 0 0 0 0 0 +001303 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001304 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001305 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001306 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001307 0 0 0 0 0 0 0 0 0 0 0 0 0 +001308 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001309 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001310 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001311 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001312 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001313 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001314 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001315 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001316 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001317 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001318 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001319 0 0 0 0 0 0 0 0 0 0 0 0 0 +001320 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001321 0 0 0 0 0 0 0 0 0 0 0 0 0 +001322 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001323 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001324 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001325 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001326 0 0 0 0 0 0 0 0 0 0 0 +001327 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001328 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001329 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001330 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001331 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001332 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001333 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001334 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001335 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001336 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001337 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001338 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001339 0 0 0 0 0 0 0 0 0 +001340 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001341 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001342 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001343 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001344 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001345 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001346 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001347 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001348 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001349 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001350 0 0 0 0 0 0 0 0 0 0 0 +001351 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001352 0 0 0 0 0 0 0 0 0 0 0 0 0 +001353 0 0 0 0 0 0 0 0 0 0 0 0 0 +001354 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001355 0 0 0 0 0 0 0 0 0 0 0 0 0 +001356 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001357 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001358 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001359 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001360 0 0 0 0 0 0 0 0 0 0 0 0 0 +001361 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001362 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001363 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001364 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001365 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001366 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001367 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001368 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001369 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001370 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001371 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001372 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001373 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001374 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001375 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001376 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001377 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001378 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001379 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001380 0 0 0 0 0 0 0 0 0 0 0 0 +001381 0 0 0 0 0 0 0 0 0 0 0 0 0 +001382 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001383 0 0 0 0 0 0 0 0 0 0 +001384 0 0 0 0 0 0 0 0 +001385 0 0 0 0 0 0 0 0 0 0 0 0 +001386 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001387 0 0 0 0 0 0 0 0 0 0 0 0 +001388 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001389 0 0 0 0 0 0 0 0 0 0 0 +001390 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001391 0 0 0 0 0 0 0 0 0 0 +001392 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001393 0 0 0 0 0 0 0 0 0 0 0 0 0 +001394 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001395 0 0 0 0 0 0 0 0 0 0 0 0 +001396 0 0 0 0 0 0 0 0 0 0 +001397 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001398 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001399 0 0 0 0 0 0 0 0 0 0 0 0 +001400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001401 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001402 0 0 0 0 0 0 0 0 0 0 0 0 0 +001403 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001404 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001405 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001406 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001407 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001408 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001409 0 0 0 0 0 0 0 0 0 +001410 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001411 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001412 0 0 0 0 0 0 0 0 +001413 0 0 0 0 0 0 0 0 0 0 +001414 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001415 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001416 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001417 0 0 0 0 0 0 0 0 0 +001418 0 0 0 0 0 0 0 0 0 0 0 0 0 +001419 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001420 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001421 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001422 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001423 0 0 0 0 0 0 0 0 0 0 +001424 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001425 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001426 0 0 0 0 0 0 0 0 0 0 0 0 +001427 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001428 0 0 0 0 0 0 0 0 0 0 0 0 +001429 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001430 0 0 0 0 0 0 0 0 0 0 0 +001431 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001432 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001433 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001434 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001435 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001436 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001437 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001438 0 0 0 0 0 0 0 0 0 0 0 0 +001439 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001440 0 0 0 0 0 0 0 0 0 +001441 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001442 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001443 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001444 0 0 0 0 0 0 0 0 0 0 0 +001445 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001446 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001447 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001448 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001449 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001450 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001451 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001452 0 0 0 0 0 0 0 0 0 0 0 0 0 +001453 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001454 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001455 0 0 0 0 0 0 0 0 0 +001456 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001457 0 0 0 0 0 0 0 0 0 0 0 0 0 +001458 0 0 0 0 0 0 0 0 0 0 +001459 0 0 0 0 0 0 0 0 0 0 0 +001460 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001461 0 0 0 0 0 0 0 0 0 0 0 0 +001462 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001463 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001464 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001465 0 0 0 0 0 0 0 0 0 +001466 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001467 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001468 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001469 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001470 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001471 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001472 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001473 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001474 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001475 0 0 0 0 0 0 0 0 0 0 0 +001476 0 0 0 0 0 0 0 0 0 0 0 +001477 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001478 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001479 0 0 0 0 0 0 0 0 +001480 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001481 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001482 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001483 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001484 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001485 0 0 0 0 0 0 0 0 0 0 0 +001486 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001487 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001488 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001489 0 0 0 0 0 0 0 0 0 0 0 0 +001490 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001491 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001492 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001493 0 0 0 0 0 0 0 0 0 0 +001494 0 0 0 0 0 0 0 0 0 0 +001495 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001496 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001497 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001498 0 0 0 0 0 0 0 0 0 0 0 0 +001499 0 0 0 0 0 0 0 0 0 +001500 0 0 0 0 0 0 0 0 0 0 0 0 0 +001501 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001502 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001503 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001504 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001505 0 0 0 0 0 0 0 0 0 0 0 0 0 +001506 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001507 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001508 0 0 0 0 0 0 0 0 0 0 0 0 +001509 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001510 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001511 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001512 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001513 0 0 0 0 0 0 0 0 0 0 +001514 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001515 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001516 0 0 0 0 0 0 0 0 0 0 0 0 0 +001517 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001518 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001519 0 0 0 0 0 0 0 0 0 0 0 0 0 +001520 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001521 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001522 0 0 0 0 0 0 0 0 0 0 0 +001523 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001524 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001525 0 0 0 0 0 0 0 0 0 0 0 0 0 +001526 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001527 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001528 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001529 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001530 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001531 0 0 0 0 0 0 0 0 0 0 0 0 +001532 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001533 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001534 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001535 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001536 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001537 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001538 0 0 0 0 0 0 0 0 0 0 0 +001539 0 0 0 0 0 0 0 0 0 0 0 0 0 +001540 0 0 0 0 0 0 0 0 0 0 0 0 +001541 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001542 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001543 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001544 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001545 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001546 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001547 0 0 0 0 0 0 0 0 0 0 0 0 +001548 0 0 0 0 0 0 0 0 0 0 0 0 +001549 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001550 0 0 0 0 0 0 0 0 0 0 +001551 0 0 0 0 0 0 0 0 0 0 0 +001552 0 0 0 0 0 0 0 0 0 0 0 0 0 +001553 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001555 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001557 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001558 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001559 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001560 0 0 0 0 0 0 0 0 0 0 0 +001561 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001562 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001563 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001564 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001565 0 0 0 0 0 0 0 0 0 0 0 0 0 +001566 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001567 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001568 0 0 0 0 0 0 0 0 0 0 +001569 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001570 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001571 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001572 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001573 0 0 0 0 0 0 0 0 0 0 +001574 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001575 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001576 0 0 0 0 0 0 0 0 0 0 0 0 +001577 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001578 0 0 0 0 0 0 0 0 0 0 0 0 0 +001579 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001580 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001581 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001582 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001583 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001584 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001585 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001586 0 0 0 0 0 0 0 0 0 0 0 +001587 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001588 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001589 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001590 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001591 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001592 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001593 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001594 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001595 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001596 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001597 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001598 0 0 0 0 0 0 0 0 0 0 0 0 +001599 0 0 0 0 0 0 0 0 0 0 0 +001600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001601 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001602 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001603 0 0 0 0 0 0 0 0 0 0 0 +001604 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001605 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001606 0 0 0 0 0 0 0 0 0 0 0 0 +001607 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001608 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001609 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001610 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001611 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001612 0 0 0 0 0 0 0 0 0 0 +001613 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001615 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001616 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001617 0 0 0 0 0 0 0 0 0 0 +001618 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001619 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001620 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001621 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001622 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001623 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001624 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001625 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001626 0 0 0 0 0 0 0 0 0 0 0 0 +001627 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001628 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001629 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001630 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001631 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001632 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001633 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001634 0 0 0 0 0 0 0 0 0 0 0 +001635 0 0 0 0 0 0 0 0 0 0 0 +001636 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001637 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001638 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001639 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001640 0 0 0 0 0 0 0 0 0 0 0 0 +001641 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001642 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001643 0 0 0 0 0 0 0 0 0 0 0 0 +001644 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001645 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001646 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001647 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001648 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001649 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001650 0 0 0 0 0 0 0 0 0 0 0 0 0 +001651 0 0 0 0 0 0 0 0 0 0 0 0 +001652 0 0 0 0 0 0 0 0 0 +001653 0 0 0 0 0 0 0 0 0 0 0 +001654 0 0 0 0 0 0 0 0 0 0 0 +001655 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001656 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001657 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001658 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001659 0 0 0 0 0 0 0 0 0 0 0 0 0 +001660 0 0 0 0 0 0 0 0 0 0 0 0 +001661 0 0 0 0 0 0 0 0 0 0 +001662 0 0 0 0 0 0 0 0 0 0 0 +001663 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001664 0 0 0 0 0 0 0 0 0 0 0 +001665 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001666 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001667 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001668 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001669 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001670 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001671 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001672 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001673 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001674 0 0 0 0 0 0 0 0 0 0 0 0 0 +001675 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001676 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001677 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001678 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001679 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001680 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001681 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001682 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001683 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001684 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001685 0 0 0 0 0 0 0 0 0 0 0 0 +001686 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001687 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001688 0 0 0 0 0 0 0 0 0 0 0 0 +001689 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001690 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001691 0 0 0 0 0 0 0 0 0 +001692 0 0 0 0 0 0 0 0 0 0 0 0 0 +001693 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001694 0 0 0 0 0 0 0 0 0 0 0 0 0 +001695 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001696 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001697 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001698 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001699 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001700 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001701 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001702 0 0 0 0 0 0 0 0 0 0 0 0 +001703 0 0 0 0 0 0 0 0 0 0 0 0 +001704 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001705 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001706 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001707 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001708 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001709 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001710 0 0 0 0 0 0 0 0 0 0 0 0 0 +001711 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001712 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001713 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001714 0 0 0 0 0 0 0 0 0 0 0 0 0 +001715 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001716 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001717 0 0 0 0 0 0 0 0 0 0 0 0 0 +001718 0 0 0 0 0 0 0 0 0 0 0 0 0 +001719 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001720 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001721 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001722 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001723 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001724 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001725 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001726 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001727 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001728 0 0 0 0 0 0 0 0 0 0 0 0 +001729 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001730 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001731 0 0 0 0 0 0 0 0 0 0 0 0 0 +001732 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001733 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001734 0 0 0 0 0 0 0 0 0 0 0 0 0 +001735 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001736 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001737 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001738 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001739 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001740 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001741 0 0 0 0 0 0 0 0 0 0 0 0 +001742 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001743 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001744 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001745 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001746 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001747 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001748 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001749 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001750 0 0 0 0 0 0 0 0 0 0 0 0 +001751 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001752 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001753 0 0 0 0 0 0 0 0 0 0 0 0 +001754 0 0 0 0 0 0 0 0 0 0 0 0 0 +001755 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001756 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001757 0 0 0 0 0 0 0 0 0 0 0 0 0 +001758 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001759 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001760 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001761 0 0 0 0 0 0 0 0 +001762 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001763 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001764 0 0 0 0 0 0 0 0 0 0 0 0 0 +001765 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001766 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001767 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001768 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001769 0 0 0 0 0 0 0 0 0 0 0 0 0 +001770 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001771 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001772 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001773 0 0 0 0 0 0 0 0 0 0 +001774 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001775 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001776 0 0 0 0 0 0 0 0 0 0 0 0 0 +001777 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001778 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001779 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001780 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001781 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001782 0 0 0 0 0 0 0 0 0 0 +001783 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001784 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001785 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001786 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001787 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001788 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001789 0 0 0 0 0 0 0 0 0 0 0 0 0 +001790 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001791 0 0 0 0 0 0 0 0 0 0 0 +001792 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001793 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001794 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001795 0 0 0 0 0 0 0 0 0 0 0 +001796 0 0 0 0 0 0 0 0 0 0 0 +001797 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001798 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001799 0 0 0 0 0 0 0 0 0 0 0 0 0 +001800 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001801 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001802 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001803 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001804 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001805 0 0 0 0 0 0 0 0 0 0 0 0 0 +001806 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001807 0 0 0 0 0 0 0 0 0 +001808 0 0 0 0 0 0 0 0 0 0 0 0 +001809 0 0 0 0 0 0 0 0 0 0 +001810 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001811 0 0 0 0 0 0 0 0 0 0 +001812 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001813 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001814 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001815 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001816 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001817 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001818 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001819 0 0 0 0 0 0 0 0 0 0 0 0 0 +001820 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001821 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001822 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001823 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001824 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001825 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001826 0 0 0 0 0 0 0 0 0 0 +001827 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001828 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001829 0 0 0 0 0 0 0 0 0 0 0 0 +001830 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001831 0 0 0 0 0 0 0 0 0 0 0 0 0 +001832 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001833 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001834 0 0 0 0 0 0 0 0 0 0 0 0 +001835 0 0 0 0 0 0 0 0 0 0 0 +001836 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001837 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001838 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001839 0 0 0 0 0 0 0 0 0 0 0 0 +001840 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001841 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001842 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001843 0 0 0 0 0 0 0 0 0 +001844 0 0 0 0 0 0 0 0 0 0 +001845 0 0 0 0 0 0 0 0 0 +001846 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001847 0 0 0 0 0 0 0 0 0 0 +001848 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001849 0 0 0 0 0 0 0 0 0 0 0 0 0 +001850 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001851 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001852 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001853 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001854 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001855 0 0 0 0 0 0 0 0 0 0 0 +001856 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001857 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001858 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001859 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001860 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001861 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001862 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001863 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001864 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001865 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001866 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001867 0 0 0 0 0 0 0 0 0 0 +001868 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001869 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001870 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001871 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001872 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001873 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001874 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001875 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001876 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001877 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001878 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001879 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001880 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001881 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001882 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001883 0 0 0 0 0 0 0 0 0 0 +001884 0 0 0 0 0 0 0 0 0 0 +001885 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001886 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001887 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001888 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001889 0 0 0 0 0 0 0 0 0 0 0 +001890 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001891 0 0 0 0 0 0 0 0 0 0 0 0 +001892 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001893 0 0 0 0 0 0 0 0 0 0 0 0 +001894 0 0 0 0 0 0 0 0 0 0 +001895 0 0 0 0 0 0 0 0 0 0 0 0 +001896 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001897 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001898 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001899 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001900 0 0 0 0 0 0 0 0 0 0 +001901 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001902 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001903 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001904 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001905 0 0 0 0 0 0 0 0 0 0 0 0 0 +001906 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001907 0 0 0 0 0 0 0 0 0 +001908 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001909 0 0 0 0 0 0 0 0 0 0 0 0 +001910 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001911 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001912 0 0 0 0 0 0 0 0 0 0 0 +001913 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001914 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001915 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001916 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001917 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001918 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001919 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001920 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001921 0 0 0 0 0 0 0 0 0 0 0 +001922 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001923 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001924 0 0 0 0 0 0 0 0 0 +001925 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001926 0 0 0 0 0 0 0 0 0 0 0 0 +001927 0 0 0 0 0 0 0 0 0 0 0 0 0 +001928 0 0 0 0 0 0 0 0 0 0 0 +001929 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001930 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001931 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001932 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001933 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001934 0 0 0 0 0 0 0 0 0 0 0 0 +001935 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001936 0 0 0 0 0 0 0 0 0 0 +001937 0 0 0 0 0 0 0 0 0 0 0 0 0 +001938 0 0 0 0 0 0 0 0 0 0 0 0 0 +001939 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001940 0 0 0 0 0 0 0 0 0 +001941 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001942 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001943 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001944 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001945 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001946 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001947 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001948 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001949 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001950 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001951 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001952 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001953 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001954 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001955 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001956 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001957 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001958 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001959 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001960 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001961 0 0 0 0 0 0 0 0 0 0 0 0 0 +001962 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001963 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001964 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001965 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001966 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001967 0 0 0 0 0 0 0 0 0 0 0 +001968 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001969 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001970 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001971 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001972 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001973 0 0 0 0 0 0 0 0 0 0 0 0 0 +001974 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001975 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001976 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001977 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001978 0 0 0 0 0 0 0 0 0 0 0 0 +001979 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001980 0 0 0 0 0 0 0 0 0 0 0 +001981 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001982 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001983 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001984 0 0 0 0 0 0 0 0 0 0 0 0 0 +001985 0 0 0 0 0 0 0 0 0 0 0 +001986 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001987 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001988 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001989 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001990 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001991 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001992 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001993 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001994 0 0 0 0 0 0 0 0 0 0 0 0 +001995 0 0 0 0 0 0 0 0 0 0 0 0 0 +001996 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001997 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +001998 0 0 0 0 0 0 0 0 0 0 0 +001999 0 0 0 0 0 0 0 0 0 0 +002000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002001 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002002 0 0 0 0 0 0 0 0 0 0 0 0 0 +002003 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002004 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002007 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002008 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002009 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002010 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002011 0 0 0 0 0 0 0 0 0 0 0 +002012 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002013 0 0 0 0 0 0 0 0 0 0 0 0 0 +002014 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002015 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002016 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002017 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002018 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002019 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002020 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002021 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002022 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002023 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002024 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002025 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002026 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002027 0 0 0 0 0 0 0 0 0 0 0 +002028 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002029 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002030 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002031 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002032 0 0 0 0 0 0 0 0 0 0 0 0 0 +002033 0 0 0 0 0 0 0 0 0 0 +002034 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002035 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002036 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002037 0 0 0 0 0 0 0 0 0 0 0 0 +002038 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002039 0 0 0 0 0 0 0 0 0 0 +002040 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002041 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002042 0 0 0 0 0 0 0 0 0 0 0 0 0 +002043 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002044 0 0 0 0 0 0 0 0 0 0 +002045 0 0 0 0 0 0 0 0 0 +002046 0 0 0 0 0 0 0 0 0 0 0 +002047 0 0 0 0 0 0 0 0 0 +002048 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002049 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002050 0 0 0 0 0 0 0 0 0 0 0 0 0 +002051 0 0 0 0 0 0 0 0 0 +002052 0 0 0 0 0 0 0 0 0 0 0 0 0 +002053 0 0 0 0 0 0 0 0 0 0 0 0 0 +002054 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002055 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002056 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002057 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002058 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002059 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002060 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002061 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002062 0 0 0 0 0 0 0 0 0 0 0 0 +002063 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002064 0 0 0 0 0 0 0 0 0 0 0 +002065 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002066 0 0 0 0 0 0 0 0 0 0 0 0 +002067 0 0 0 0 0 0 0 0 0 0 0 0 +002068 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002069 0 0 0 0 0 0 0 0 0 0 0 0 0 +002070 0 0 0 0 0 0 0 0 0 0 0 +002071 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002072 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002073 0 0 0 0 0 0 0 0 0 0 0 0 0 +002074 0 0 0 0 0 0 0 0 0 0 0 +002075 0 0 0 0 0 0 0 0 0 0 0 0 0 +002076 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002077 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002078 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002079 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002080 0 0 0 0 0 0 0 0 0 0 0 0 0 +002081 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002082 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002083 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002084 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002085 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002086 0 0 0 0 0 0 0 0 0 0 0 0 0 +002087 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002088 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002089 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002090 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002091 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002092 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002093 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002094 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002095 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002096 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002097 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002098 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002099 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002100 0 0 0 0 0 0 0 0 0 0 0 0 +002101 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002104 0 0 0 0 0 0 0 0 0 0 +002105 0 0 0 0 0 0 0 0 0 0 0 0 +002106 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002108 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002109 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002110 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002111 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002112 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002113 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002114 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002115 0 0 0 0 0 0 0 0 0 0 0 +002116 0 0 0 0 0 0 0 0 0 0 +002117 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002118 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002119 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002120 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002121 0 0 0 0 0 0 0 0 0 0 0 0 +002122 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002123 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002124 0 0 0 0 0 0 0 0 0 0 0 0 0 +002125 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002126 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002127 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002128 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002129 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002130 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002131 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002132 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002133 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002134 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002135 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002136 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002137 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002138 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002139 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002140 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002141 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002142 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002143 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002144 0 0 0 0 0 0 0 0 0 0 0 +002145 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002146 0 0 0 0 0 0 0 0 0 0 0 0 +002147 0 0 0 0 0 0 0 0 0 0 +002148 0 0 0 0 0 0 0 0 0 0 0 +002149 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002150 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002151 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002152 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002153 0 0 0 0 0 0 0 0 0 0 0 0 +002154 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002155 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002156 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002157 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002158 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002159 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002160 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002161 0 0 0 0 0 0 0 0 0 0 0 0 0 +002162 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002163 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002164 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002165 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002166 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002167 0 0 0 0 0 0 0 0 0 0 0 0 0 +002168 0 0 0 0 0 0 0 0 0 0 0 +002169 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002170 0 0 0 0 0 0 0 0 0 +002171 0 0 0 0 0 0 0 0 0 0 0 +002172 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002173 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002174 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002175 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002176 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002177 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002178 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002179 0 0 0 0 0 0 0 0 0 0 0 +002180 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002181 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002182 0 0 0 0 0 0 0 0 0 0 0 0 0 +002183 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002185 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002186 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002187 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002188 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002189 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002190 0 0 0 0 0 0 0 0 0 0 +002191 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002192 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002193 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002194 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002195 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002196 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002197 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002198 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002199 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002200 0 0 0 0 0 0 0 0 0 0 0 0 0 +002201 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002202 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002203 0 0 0 0 0 0 0 0 0 +002204 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002205 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002206 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002208 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002209 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002210 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002211 0 0 0 0 0 0 0 0 0 +002212 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002213 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002214 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002215 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002216 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002217 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002218 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002219 0 0 0 0 0 0 0 0 0 0 +002220 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002221 0 0 0 0 0 0 0 0 0 0 0 +002222 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002223 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002224 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002225 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002226 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002227 0 0 0 0 0 0 0 0 0 0 0 0 +002228 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002229 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002230 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002231 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002232 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002233 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002234 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002235 0 0 0 0 0 0 0 0 0 0 0 0 0 +002236 0 0 0 0 0 0 0 0 0 +002237 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002239 0 0 0 0 0 0 0 0 0 0 0 0 0 +002240 0 0 0 0 0 0 0 0 0 0 0 0 0 +002241 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002242 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002243 0 0 0 0 0 0 0 0 +002244 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002245 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002246 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002247 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002248 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002249 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002250 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002251 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002252 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002253 0 0 0 0 0 0 0 0 0 0 0 0 0 +002254 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002255 0 0 0 0 0 0 0 0 0 +002256 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002257 0 0 0 0 0 0 0 0 0 0 0 0 0 +002258 0 0 0 0 0 0 0 0 0 0 0 0 +002259 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002260 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002261 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002262 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002263 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002264 0 0 0 0 0 0 0 0 0 0 0 0 +002265 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002266 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002267 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002268 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002269 0 0 0 0 0 0 0 0 0 +002270 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002271 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002272 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002273 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002274 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002275 0 0 0 0 0 0 0 0 0 0 0 0 +002276 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002277 0 0 0 0 0 0 0 0 0 +002278 0 0 0 0 0 0 0 0 0 0 +002279 0 0 0 0 0 0 0 +002280 0 0 0 0 0 0 0 0 +002281 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002282 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002283 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002284 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002285 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002286 0 0 0 0 0 0 0 0 0 0 0 0 0 +002287 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002288 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002289 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002290 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002291 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002292 0 0 0 0 0 0 0 0 0 +002293 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002294 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002295 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002296 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002297 0 0 0 0 0 0 0 0 0 0 0 0 0 +002298 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002299 0 0 0 0 0 0 0 0 0 0 0 +002300 0 0 0 0 0 0 0 0 0 0 0 0 +002301 0 0 0 0 0 0 0 0 0 0 0 +002302 0 0 0 0 0 0 0 0 0 0 0 0 +002303 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002304 0 0 0 0 0 0 0 0 0 0 +002305 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002306 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002307 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002308 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002309 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002310 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002311 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002312 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002313 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002314 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002315 0 0 0 0 0 0 0 0 0 0 0 0 +002316 0 0 0 0 0 0 0 0 0 0 0 +002317 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002318 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002319 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002320 0 0 0 0 0 0 0 0 0 0 0 +002321 0 0 0 0 0 0 0 0 0 0 0 0 +002322 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002323 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002324 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002325 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002326 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002327 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002328 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002329 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002330 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002331 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002332 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002333 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002334 0 0 0 0 0 0 0 0 0 0 0 0 0 +002335 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002336 0 0 0 0 0 0 0 0 0 0 0 0 +002337 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002338 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002339 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002340 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002341 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002342 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002343 0 0 0 0 0 0 0 0 0 0 0 0 +002344 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002345 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002346 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002347 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002348 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002349 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002350 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002351 0 0 0 0 0 0 0 0 0 0 0 0 +002352 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002353 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002354 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002355 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002356 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002357 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002358 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002359 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002360 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002361 0 0 0 0 0 0 0 0 0 0 0 0 +002362 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002363 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002364 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002366 0 0 0 0 0 0 0 0 0 0 0 0 0 +002367 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002368 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002369 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002370 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002371 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002372 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002373 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002374 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002375 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002376 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002377 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002378 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002379 0 0 0 0 0 0 0 0 0 0 +002380 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002381 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002382 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002383 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002384 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002385 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002386 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002387 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002388 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002389 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002390 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002391 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002392 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002393 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002394 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002395 0 0 0 0 0 0 0 0 0 0 0 0 +002396 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002397 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002398 0 0 0 0 0 0 0 0 0 0 0 0 +002399 0 0 0 0 0 0 0 0 0 0 0 +002400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002401 0 0 0 0 0 0 0 0 0 0 0 +002402 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002403 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002404 0 0 0 0 0 0 0 0 0 0 0 +002405 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002406 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002407 0 0 0 0 0 0 0 0 0 0 0 0 0 +002408 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002409 0 0 0 0 0 0 0 0 0 0 0 0 0 +002410 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002411 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002412 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002413 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002414 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002415 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002416 0 0 0 0 0 0 0 0 0 0 0 0 0 +002417 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002418 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002419 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002420 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002421 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002422 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002423 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002424 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002425 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002426 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002427 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002428 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002429 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002430 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002431 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002432 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002433 0 0 0 0 0 0 0 0 0 0 0 0 +002434 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002435 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002436 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002437 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002438 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002439 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002440 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002441 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002442 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002443 0 0 0 0 0 0 0 0 0 0 0 0 0 +002444 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002445 0 0 0 0 0 0 0 0 0 0 0 +002446 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002447 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002448 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002449 0 0 0 0 0 0 0 0 0 0 0 0 0 +002450 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002451 0 0 0 0 0 0 0 0 0 0 0 0 0 +002452 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002453 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002454 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002455 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002456 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002457 0 0 0 0 0 0 0 0 0 0 0 0 0 +002458 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002459 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002460 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002461 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002462 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002463 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002464 0 0 0 0 0 0 0 0 0 0 0 +002465 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002466 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002467 0 0 0 0 0 0 0 0 0 0 0 0 0 +002468 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002469 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002470 0 0 0 0 0 0 0 0 0 0 0 +002471 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002472 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002473 0 0 0 0 0 0 0 0 0 0 +002474 0 0 0 0 0 0 0 0 0 0 0 0 0 +002475 0 0 0 0 0 0 0 0 0 0 0 0 0 +002476 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002477 0 0 0 0 0 0 0 0 0 0 0 0 +002478 0 0 0 0 0 0 0 0 0 0 +002479 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002480 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002481 0 0 0 0 0 0 0 0 0 0 +002482 0 0 0 0 0 0 0 0 0 0 0 0 0 +002483 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002484 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002485 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002486 0 0 0 0 0 0 0 0 0 0 0 0 0 +002487 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002488 0 0 0 0 0 0 0 0 0 0 0 0 +002489 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002490 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002491 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002492 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002493 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002494 0 0 0 0 0 0 0 0 0 0 0 0 0 +002495 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002496 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002497 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002498 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002499 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002501 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002502 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002503 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002504 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002505 0 0 0 0 0 0 0 0 0 0 +002506 0 0 0 0 0 0 0 0 0 0 +002507 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002508 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002509 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002510 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002511 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002512 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002513 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002514 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002515 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002516 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002517 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002518 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002519 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002520 0 0 0 0 0 0 0 0 0 0 +002521 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002522 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002523 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002524 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002526 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002527 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002528 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002529 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002530 0 0 0 0 0 0 0 0 0 0 0 0 0 +002531 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002532 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002533 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002534 0 0 0 0 0 0 0 0 0 0 0 0 +002535 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002536 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002537 0 0 0 0 0 0 0 0 0 0 0 +002538 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002539 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002540 0 0 0 0 0 0 0 0 0 0 0 0 0 +002541 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002542 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002543 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002544 0 0 0 0 0 0 0 0 0 0 0 0 0 +002545 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002546 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002547 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002548 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002549 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002550 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002551 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002552 0 0 0 0 0 0 0 0 0 0 0 0 0 +002553 0 0 0 0 0 0 0 0 0 0 +002554 0 0 0 0 0 0 0 0 0 +002555 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002557 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002558 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002559 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002560 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002561 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002562 0 0 0 0 0 0 0 0 0 +002563 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002564 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002565 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002566 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002567 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002568 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002569 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002570 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002571 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002572 0 0 0 0 0 0 0 0 0 0 0 0 +002573 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002574 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002575 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002576 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002577 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002578 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002579 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002580 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002581 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002582 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002583 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002584 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002585 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002586 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002587 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002588 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002589 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002590 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002591 0 0 0 0 0 0 0 0 0 0 0 0 +002592 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002593 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002594 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002595 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002596 0 0 0 0 0 0 0 0 0 0 0 0 0 +002597 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002598 0 0 0 0 0 0 0 0 0 0 0 0 +002599 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002600 0 0 0 0 0 0 0 0 0 0 0 +002601 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002602 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002603 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002604 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002605 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002606 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002607 0 0 0 0 0 0 0 0 0 +002608 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002609 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002610 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002611 0 0 0 0 0 0 0 0 0 0 0 0 +002612 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002613 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002615 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002616 0 0 0 0 0 0 0 0 0 0 0 0 +002617 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002618 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002619 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002620 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002621 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002622 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002623 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002624 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002625 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002626 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002627 0 0 0 0 0 0 0 0 0 0 0 +002628 0 0 0 0 0 0 0 0 0 0 0 +002629 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002630 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002631 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002632 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002633 0 0 0 0 0 0 0 0 0 0 0 0 0 +002634 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002635 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002636 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002637 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002638 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002639 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002640 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002641 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002642 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002643 0 0 0 0 0 0 0 0 0 0 0 0 0 +002644 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002645 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002646 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002647 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002648 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002649 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002650 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002651 0 0 0 0 0 0 0 0 0 0 0 +002652 0 0 0 0 0 0 0 0 0 +002653 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002654 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002655 0 0 0 0 0 0 0 0 0 0 0 +002656 0 0 0 0 0 0 0 0 0 0 0 +002657 0 0 0 0 0 0 0 0 0 0 0 0 +002658 0 0 0 0 0 0 0 0 0 0 0 0 0 +002659 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002660 0 0 0 0 0 0 0 0 0 0 0 0 +002661 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002662 0 0 0 0 0 0 0 0 0 0 0 0 0 +002663 0 0 0 0 0 0 0 0 0 0 0 +002664 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002665 0 0 0 0 0 0 0 0 0 0 0 +002666 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002667 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002668 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002669 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002670 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002671 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002672 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002673 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002674 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002675 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002676 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002677 0 0 0 0 0 0 0 0 0 0 0 0 +002678 0 0 0 0 0 0 0 0 0 0 0 0 0 +002679 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002680 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002681 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002682 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002683 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002684 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002685 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002686 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002687 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002688 0 0 0 0 0 0 0 0 0 0 0 0 +002689 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002690 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002691 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002692 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002693 0 0 0 0 0 0 0 0 0 0 0 0 0 +002694 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002695 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002696 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002697 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002698 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002699 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002700 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002701 0 0 0 0 0 0 0 0 0 0 0 +002702 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002703 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002704 0 0 0 0 0 0 0 0 0 0 0 0 +002705 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002706 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002707 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002708 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002709 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002710 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002711 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002712 0 0 0 0 0 0 0 0 0 0 0 +002713 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002714 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002715 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002716 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002717 0 0 0 0 0 0 0 0 0 0 0 0 0 +002718 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002719 0 0 0 0 0 0 0 0 0 0 0 +002720 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002721 0 0 0 0 0 0 0 0 0 0 +002722 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002723 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002724 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002725 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002726 0 0 0 0 0 0 0 0 0 0 0 +002727 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002728 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002729 0 0 0 0 0 0 0 0 0 0 0 0 0 +002730 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002731 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002732 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002733 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002734 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002735 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002736 0 0 0 0 0 0 0 0 0 0 +002737 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002738 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002739 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002740 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002741 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002742 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002743 0 0 0 0 0 0 0 0 0 0 +002744 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002745 0 0 0 0 0 0 0 0 0 0 0 0 +002746 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002747 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002748 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002749 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002750 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002751 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002752 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002753 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002754 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002755 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002756 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002757 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002758 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002759 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002760 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002761 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002762 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002763 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002764 0 0 0 0 0 0 0 0 0 0 0 +002765 0 0 0 0 0 0 0 0 0 0 +002766 0 0 0 0 0 0 0 0 +002767 0 0 0 0 0 0 0 0 0 0 +002768 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002769 0 0 0 0 0 0 0 0 0 +002770 0 0 0 0 0 0 0 0 0 +002771 0 0 0 0 0 0 0 0 0 0 0 0 0 +002772 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002773 0 0 0 0 0 0 0 0 0 0 0 +002774 0 0 0 0 0 0 0 0 0 0 +002775 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002776 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002777 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002778 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002779 0 0 0 0 0 0 0 0 0 0 0 0 +002780 0 0 0 0 0 0 0 0 0 +002781 0 0 0 0 0 0 0 0 0 0 0 0 0 +002782 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002783 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002784 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002785 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002786 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002787 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002788 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002789 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002790 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002791 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002792 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002793 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002794 0 0 0 0 0 0 0 0 0 0 0 0 0 +002795 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002796 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002797 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002798 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002799 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002800 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002801 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002802 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002803 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002804 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002805 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002806 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002807 0 0 0 0 0 0 0 0 0 0 0 0 0 +002808 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002809 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002810 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002811 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002812 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002813 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002814 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002815 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002816 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002817 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002818 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002819 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002820 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002821 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002822 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002823 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002824 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002825 0 0 0 0 0 0 0 0 0 0 0 0 +002826 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002827 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002828 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002829 0 0 0 0 0 0 0 0 0 0 0 0 0 +002830 0 0 0 0 0 0 0 0 0 0 0 0 0 +002831 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002832 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002833 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002834 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002835 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002836 0 0 0 0 0 0 0 0 0 0 0 0 +002837 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002838 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002839 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002840 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002841 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002842 0 0 0 0 0 0 0 0 0 +002843 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002844 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002845 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002846 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002847 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002848 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002849 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002850 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002851 0 0 0 0 0 0 0 0 0 0 0 +002852 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002853 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002854 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002855 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002856 0 0 0 0 0 0 0 0 0 0 0 +002857 0 0 0 0 0 0 0 0 0 0 0 0 +002858 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002859 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002860 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002861 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002862 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002863 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002864 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002865 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002866 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002867 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002868 0 0 0 0 0 0 0 0 0 0 0 0 0 +002869 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002870 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002871 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002872 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002873 0 0 0 0 0 0 0 0 0 +002874 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002875 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002876 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002877 0 0 0 0 0 0 0 0 0 0 +002878 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002879 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002880 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002881 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002882 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002883 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002884 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002885 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002886 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002887 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002888 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002889 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002890 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002891 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002892 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002893 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002894 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002895 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002896 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002897 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002898 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002899 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002900 0 0 0 0 0 0 0 0 0 +002901 0 0 0 0 0 0 0 0 0 +002902 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002903 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002904 0 0 0 0 0 0 0 0 0 0 0 0 0 +002905 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002906 0 0 0 0 0 0 0 0 0 0 0 0 0 +002907 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002908 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002909 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002910 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002911 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002912 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002913 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002914 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002915 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002916 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002917 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002918 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002919 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002920 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002921 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002922 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002923 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002924 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002925 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002926 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002927 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002928 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002929 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002930 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002931 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002932 0 0 0 0 0 0 0 0 0 0 0 0 0 +002933 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002934 0 0 0 0 0 0 0 0 0 0 0 0 +002935 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002936 0 0 0 0 0 0 0 0 0 0 +002937 0 0 0 0 0 0 0 0 0 0 0 0 +002938 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002939 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002940 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002941 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002942 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002943 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002944 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002945 0 0 0 0 0 0 0 0 0 0 0 0 0 +002946 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002947 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002948 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002949 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002950 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002951 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002952 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002953 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002954 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002955 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002956 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002957 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002958 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002959 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002960 0 0 0 0 0 0 0 0 0 0 0 0 0 +002961 0 0 0 0 0 0 0 0 0 0 +002962 0 0 0 0 0 0 0 0 0 +002963 0 0 0 0 0 0 0 0 0 +002964 0 0 0 0 0 0 0 0 0 +002965 0 0 0 0 0 0 0 0 0 +002966 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002967 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002968 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002969 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002970 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002971 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002972 0 0 0 0 0 0 0 0 0 0 0 0 +002973 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002974 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002975 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002976 0 0 0 0 0 0 0 0 0 0 0 0 0 +002977 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002978 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002979 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002980 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002981 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002982 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002983 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002984 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002985 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002986 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002987 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002988 0 0 0 0 0 0 0 0 0 +002989 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002990 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002991 0 0 0 0 0 0 0 0 0 0 0 +002992 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002993 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002994 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002995 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002996 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002997 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002998 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +002999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003001 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003002 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003003 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003004 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003007 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003008 0 0 0 0 0 0 0 0 0 0 0 0 0 +003009 0 0 0 0 0 0 0 0 0 0 0 0 +003010 0 0 0 0 0 0 0 0 0 0 0 0 +003011 0 0 0 0 0 0 0 0 0 0 0 0 0 +003012 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003013 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003014 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003015 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003016 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003017 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003018 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003019 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003020 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003021 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003022 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003023 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003024 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003025 0 0 0 0 0 0 0 0 0 0 0 0 +003026 0 0 0 0 0 0 0 0 0 0 0 +003027 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003028 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003029 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003030 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003031 0 0 0 0 0 0 0 0 0 0 0 0 0 +003032 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003033 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003034 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003035 0 0 0 0 0 0 0 0 0 +003036 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003037 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003038 0 0 0 0 0 0 0 0 0 0 0 0 0 +003039 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003040 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003041 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003042 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003043 0 0 0 0 0 0 0 0 0 0 0 0 +003044 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003045 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003046 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003047 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003048 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003049 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003050 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003051 0 0 0 0 0 0 0 0 0 0 0 0 +003052 0 0 0 0 0 0 0 0 0 0 0 0 +003053 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003054 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003055 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003056 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003057 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003058 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003059 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003060 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003061 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003062 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003063 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003064 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003065 0 0 0 0 0 0 0 0 0 0 0 0 0 +003066 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003067 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003068 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003069 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003070 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003071 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003072 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003073 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003074 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003075 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003076 0 0 0 0 0 0 0 0 0 +003077 0 0 0 0 0 0 0 0 0 +003078 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003079 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003080 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003081 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003082 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003083 0 0 0 0 0 0 0 0 0 0 0 +003084 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003085 0 0 0 0 0 0 0 0 0 0 0 0 0 +003086 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003087 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003088 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003089 0 0 0 0 0 0 0 0 0 +003090 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003091 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003092 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003093 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003094 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003095 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003096 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003097 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003098 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003099 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003101 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003104 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003105 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003106 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003108 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003109 0 0 0 0 0 0 0 0 0 0 0 +003110 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003111 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003112 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003113 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003114 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003115 0 0 0 0 0 0 0 0 0 0 0 +003116 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003117 0 0 0 0 0 0 0 0 0 0 0 0 +003118 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003119 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003120 0 0 0 0 0 0 0 0 0 0 0 0 0 +003121 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003122 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003123 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003124 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003125 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003126 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003127 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003128 0 0 0 0 0 0 0 0 0 +003129 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003130 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003131 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003132 0 0 0 0 0 0 0 0 0 0 0 0 +003133 0 0 0 0 0 0 0 0 0 0 +003134 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003135 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003136 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003137 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003138 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003139 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003140 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003141 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003142 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003143 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003144 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003145 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003146 0 0 0 0 0 0 0 0 0 0 0 0 0 +003147 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003148 0 0 0 0 0 0 0 0 0 0 0 0 0 +003149 0 0 0 0 0 0 0 0 0 0 0 0 0 +003150 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003151 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003152 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003153 0 0 0 0 0 0 0 0 0 0 0 0 0 +003154 0 0 0 0 0 0 0 0 0 +003155 0 0 0 0 0 0 0 0 0 0 0 +003156 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003157 0 0 0 0 0 0 0 0 0 0 0 0 +003158 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003159 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003160 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003161 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003162 0 0 0 0 0 0 0 0 0 0 +003163 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003164 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003165 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003166 0 0 0 0 0 0 0 0 0 0 0 0 +003167 0 0 0 0 0 0 0 0 0 0 0 +003168 0 0 0 0 0 0 0 0 0 0 0 +003169 0 0 0 0 0 0 0 0 0 0 0 +003170 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003171 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003172 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003173 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003174 0 0 0 0 0 0 0 0 0 0 0 0 +003175 0 0 0 0 0 0 0 0 0 0 0 0 0 +003176 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003177 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003178 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003179 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003180 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003181 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003182 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003183 0 0 0 0 0 0 0 0 0 0 0 0 +003184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003185 0 0 0 0 0 0 0 0 0 0 0 0 0 +003186 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003187 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003188 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003189 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003190 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003191 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003192 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003193 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003194 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003195 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003196 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003197 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003198 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003199 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003200 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003201 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003202 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003203 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003204 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003205 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003206 0 0 0 0 0 0 0 0 0 0 0 0 0 +003207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003208 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003209 0 0 0 0 0 0 0 0 0 0 0 +003210 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003211 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003212 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003213 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003214 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003215 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003216 0 0 0 0 0 0 0 0 0 0 0 0 0 +003217 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003218 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003219 0 0 0 0 0 0 0 0 0 0 0 +003220 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003221 0 0 0 0 0 0 0 0 0 0 +003222 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003223 0 0 0 0 0 0 0 0 0 0 +003224 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003225 0 0 0 0 0 0 0 0 0 +003226 0 0 0 0 0 0 0 0 +003227 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003228 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003229 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003230 0 0 0 0 0 0 0 0 0 0 0 0 0 +003231 0 0 0 0 0 0 0 0 0 0 0 +003232 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003233 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003234 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003235 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003236 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003237 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003239 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003240 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003241 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003242 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003243 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003244 0 0 0 0 0 0 0 0 0 0 0 0 0 +003245 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003246 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003247 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003248 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003249 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003250 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003251 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003252 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003253 0 0 0 0 0 0 0 0 0 0 0 +003254 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003256 0 0 0 0 0 0 0 0 0 0 0 0 0 +003257 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003258 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003259 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003260 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003261 0 0 0 0 0 0 0 0 0 0 0 0 0 +003262 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003263 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003264 0 0 0 0 0 0 0 0 0 0 0 +003265 0 0 0 0 0 0 0 0 0 0 +003266 0 0 0 0 0 0 0 0 0 0 +003267 0 0 0 0 0 0 0 +003268 0 0 0 0 0 0 0 0 0 0 0 +003269 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003270 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003271 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003272 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003273 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003274 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003275 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003276 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003277 0 0 0 0 0 0 0 0 0 0 0 0 0 +003278 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003279 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003280 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003281 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003282 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003283 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003284 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003285 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003286 0 0 0 0 0 0 0 0 0 0 0 +003287 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003288 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003289 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003290 0 0 0 0 0 0 0 0 0 0 +003291 0 0 0 0 0 0 0 0 0 0 +003292 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003293 0 0 0 0 0 0 0 0 0 0 0 0 0 +003294 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003295 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003296 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003297 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003298 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003299 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003300 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003301 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003302 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003303 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003304 0 0 0 0 0 0 0 0 0 0 0 0 +003305 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003306 0 0 0 0 0 0 0 0 0 0 0 0 +003307 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003308 0 0 0 0 0 0 0 0 0 0 0 +003309 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003310 0 0 0 0 0 0 0 0 0 0 0 0 0 +003311 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003312 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003313 0 0 0 0 0 0 0 0 0 0 +003314 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003315 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003316 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003317 0 0 0 0 0 0 0 0 0 0 0 0 0 +003318 0 0 0 0 0 0 0 0 0 0 0 0 0 +003319 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003320 0 0 0 0 0 0 0 0 0 0 0 +003321 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003322 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003323 0 0 0 0 0 0 0 0 0 0 0 0 +003324 0 0 0 0 0 0 0 0 0 0 0 0 +003325 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003326 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003327 0 0 0 0 0 0 0 0 0 0 0 0 +003328 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003329 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003330 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003331 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003332 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003333 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003334 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003335 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003336 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003337 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003338 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003339 0 0 0 0 0 0 0 0 0 0 0 +003340 0 0 0 0 0 0 0 0 0 0 +003341 0 0 0 0 0 0 0 0 0 0 0 +003342 0 0 0 0 0 0 0 0 0 0 +003343 0 0 0 0 0 0 0 0 0 +003344 0 0 0 0 0 0 0 0 0 +003345 0 0 0 0 0 0 0 0 0 0 0 +003346 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003347 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003348 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003349 0 0 0 0 0 0 0 0 0 0 0 0 +003350 0 0 0 0 0 0 0 0 0 0 0 +003351 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003352 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003353 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003354 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003355 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003356 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003357 0 0 0 0 0 0 0 0 0 +003358 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003359 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003360 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003361 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003362 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003363 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003364 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003365 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003366 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003367 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003368 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003369 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003370 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003371 0 0 0 0 0 0 0 0 0 0 0 0 +003372 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003373 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003374 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003375 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003376 0 0 0 0 0 0 0 0 0 0 0 0 0 +003377 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003378 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003379 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003380 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003381 0 0 0 0 0 0 0 0 0 0 0 0 0 +003382 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003383 0 0 0 0 0 0 0 0 0 0 +003384 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003385 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003386 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003387 0 0 0 0 0 0 0 0 0 0 0 0 +003388 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003389 0 0 0 0 0 0 0 0 0 0 0 0 0 +003390 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003391 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003392 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003393 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003394 0 0 0 0 0 0 0 0 0 0 0 +003395 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003396 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003397 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003398 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003399 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003401 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003402 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003403 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003404 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003405 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003406 0 0 0 0 0 0 0 0 0 0 0 0 0 +003407 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003408 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003409 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003410 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003411 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003412 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003413 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003414 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003415 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003416 0 0 0 0 0 0 0 0 0 0 0 +003417 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003418 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003419 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003420 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003421 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003422 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003423 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003424 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003425 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003426 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003427 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003428 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003429 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003430 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003431 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003432 0 0 0 0 0 0 0 0 0 0 0 0 +003433 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003434 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003435 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003436 0 0 0 0 0 0 0 0 0 +003437 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003438 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003439 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003440 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003441 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003442 0 0 0 0 0 0 0 0 0 0 +003443 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003444 0 0 0 0 0 0 0 0 0 0 +003445 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003446 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003447 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003448 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003449 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003450 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003451 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003452 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003453 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003454 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003455 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003456 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003457 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003458 0 0 0 0 0 0 0 0 0 +003459 0 0 0 0 0 0 0 0 0 0 0 +003460 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003461 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003462 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003463 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003464 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003465 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003466 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003467 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003468 0 0 0 0 0 0 0 0 0 0 +003469 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003470 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003471 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003472 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003473 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003474 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003475 0 0 0 0 0 0 0 0 0 0 0 0 0 +003476 0 0 0 0 0 0 0 0 0 0 0 0 +003477 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003478 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003479 0 0 0 0 0 0 0 0 0 0 0 0 +003480 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003481 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003482 0 0 0 0 0 0 0 0 0 0 0 +003483 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003484 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003485 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003486 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003487 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003488 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003489 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003490 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003491 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003492 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003493 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003494 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003495 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003496 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003497 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003498 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003499 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003501 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003502 0 0 0 0 0 0 0 0 0 0 +003503 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003504 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003505 0 0 0 0 0 0 0 0 0 0 0 0 +003506 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003507 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003508 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003509 0 0 0 0 0 0 0 0 0 0 0 0 +003510 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003511 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003512 0 0 0 0 0 0 0 0 0 0 0 0 +003513 0 0 0 0 0 0 0 0 0 0 0 +003514 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003515 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003516 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003517 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003518 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003519 0 0 0 0 0 0 0 0 0 0 0 0 0 +003520 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003521 0 0 0 0 0 0 0 0 0 0 0 0 +003522 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003523 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003524 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003526 0 0 0 0 0 0 0 0 0 0 0 0 0 +003527 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003528 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003529 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003530 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003531 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003532 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003533 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003534 0 0 0 0 0 0 0 0 0 0 0 0 0 +003535 0 0 0 0 0 0 0 0 0 0 0 0 0 +003536 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003537 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003538 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003539 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003540 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003541 0 0 0 0 0 0 0 0 0 0 0 0 0 +003542 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003543 0 0 0 0 0 0 0 0 0 0 0 0 0 +003544 0 0 0 0 0 0 0 0 0 0 +003545 0 0 0 0 0 0 0 0 0 0 0 0 0 +003546 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003547 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003548 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003549 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003550 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003551 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003552 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003553 0 0 0 0 0 0 0 0 0 0 0 0 0 +003554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003555 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003557 0 0 0 0 0 0 0 0 0 0 +003558 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003559 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003560 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003561 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003562 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003563 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003564 0 0 0 0 0 0 0 0 0 0 0 0 0 +003565 0 0 0 0 0 0 0 0 0 0 0 0 0 +003566 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003567 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003568 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003569 0 0 0 0 0 0 0 0 0 0 0 0 +003570 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003571 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003572 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003573 0 0 0 0 0 0 0 0 0 0 0 +003574 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003575 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003576 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003577 0 0 0 0 0 0 0 0 0 0 0 +003578 0 0 0 0 0 0 0 0 0 0 0 0 0 +003579 0 0 0 0 0 0 0 0 0 0 0 0 0 +003580 0 0 0 0 0 0 0 0 0 0 0 +003581 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003582 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003583 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003584 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003585 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003586 0 0 0 0 0 0 0 0 0 0 +003587 0 0 0 0 0 0 0 0 0 0 +003588 0 0 0 0 0 0 0 0 0 +003589 0 0 0 0 0 0 0 0 0 0 0 0 +003590 0 0 0 0 0 0 0 0 0 +003591 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003592 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003593 0 0 0 0 0 0 0 0 0 0 0 +003594 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003595 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003596 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003597 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003598 0 0 0 0 0 0 0 0 0 0 0 +003599 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003601 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003602 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003603 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003604 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003605 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003606 0 0 0 0 0 0 0 0 0 0 0 +003607 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003608 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003609 0 0 0 0 0 0 0 0 0 0 0 +003610 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003611 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003612 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003613 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003615 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003616 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003617 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003618 0 0 0 0 0 0 0 0 0 0 0 0 +003619 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003620 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003621 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003622 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003623 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003624 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003625 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003626 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003627 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003628 0 0 0 0 0 0 0 0 0 0 +003629 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003630 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003631 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003632 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003633 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003634 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003635 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003636 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003637 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003638 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003639 0 0 0 0 0 0 0 0 0 0 0 0 0 +003640 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003641 0 0 0 0 0 0 0 0 0 0 0 0 +003642 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003643 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003644 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003645 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003646 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003647 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003648 0 0 0 0 0 0 0 0 0 0 0 +003649 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003650 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003651 0 0 0 0 0 0 0 0 0 0 0 +003652 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003653 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003654 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003655 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003656 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003657 0 0 0 0 0 0 0 0 0 0 0 0 0 +003658 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003659 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003660 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003661 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003662 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003663 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003664 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003665 0 0 0 0 0 0 0 0 0 0 0 0 0 +003666 0 0 0 0 0 0 0 0 0 0 0 0 +003667 0 0 0 0 0 0 0 0 0 0 0 0 +003668 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003669 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003670 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003671 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003672 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003673 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003674 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003675 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003676 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003677 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003678 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003679 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003680 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003681 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003682 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003683 0 0 0 0 0 0 0 0 0 0 0 0 +003684 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003685 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003686 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003687 0 0 0 0 0 0 0 0 0 0 0 +003688 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003689 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003690 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003691 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003692 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003693 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003694 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003695 0 0 0 0 0 0 0 0 0 0 0 +003696 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003697 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003698 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003699 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003700 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003701 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003702 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003703 0 0 0 0 0 0 0 0 0 0 +003704 0 0 0 0 0 0 0 0 0 0 0 0 0 +003705 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003706 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003707 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003708 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003709 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003710 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003711 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003712 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003713 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003714 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003715 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003716 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003717 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003718 0 0 0 0 0 0 0 0 0 0 0 0 +003719 0 0 0 0 0 0 0 0 0 0 0 0 +003720 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003721 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003722 0 0 0 0 0 0 0 0 0 0 0 0 0 +003723 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003724 0 0 0 0 0 0 0 0 0 0 0 0 0 +003725 0 0 0 0 0 0 0 0 0 0 0 0 +003726 0 0 0 0 0 0 0 0 0 0 0 0 0 +003727 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003728 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003729 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003730 0 0 0 0 0 0 0 0 0 +003731 0 0 0 0 0 0 0 0 0 0 0 +003732 0 0 0 0 0 0 0 0 0 +003733 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003734 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003735 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003736 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003737 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003738 0 0 0 0 0 0 0 0 0 0 0 0 0 +003739 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003740 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003741 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003742 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003743 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003744 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003745 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003746 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003747 0 0 0 0 0 0 0 0 0 0 0 0 +003748 0 0 0 0 0 0 0 0 0 0 +003749 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003750 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003751 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003752 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003753 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003754 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003755 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003756 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003757 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003758 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003759 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003760 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003761 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003762 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003763 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003764 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003765 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003766 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003767 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003768 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003769 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003770 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003771 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003772 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003773 0 0 0 0 0 0 0 0 0 0 0 0 +003774 0 0 0 0 0 0 0 0 0 0 0 0 +003775 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003776 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003777 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003778 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003779 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003780 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003781 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003782 0 0 0 0 0 0 0 0 0 0 +003783 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003784 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003785 0 0 0 0 0 0 0 0 0 0 0 0 0 +003786 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003787 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003788 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003789 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003790 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003791 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003792 0 0 0 0 0 0 0 0 0 0 0 0 0 +003793 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003794 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003795 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003796 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003797 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003798 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003799 0 0 0 0 0 0 0 0 0 0 0 +003800 0 0 0 0 0 0 0 0 0 0 0 0 +003801 0 0 0 0 0 0 0 0 0 0 0 +003802 0 0 0 0 0 0 0 0 0 0 +003803 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003804 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003805 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003806 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003807 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003808 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003809 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003810 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003811 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003812 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003813 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003814 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003815 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003816 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003817 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003818 0 0 0 0 0 0 0 0 0 0 0 0 0 +003819 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003820 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003821 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003822 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003823 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003824 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003825 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003826 0 0 0 0 0 0 0 0 0 0 0 +003827 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003828 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003829 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003830 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003831 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003832 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003833 0 0 0 0 0 0 0 0 0 0 +003834 0 0 0 0 0 0 0 0 0 0 0 +003835 0 0 0 0 0 0 0 0 0 0 +003836 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003837 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003838 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003839 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003840 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003841 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003842 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003843 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003844 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003845 0 0 0 0 0 0 0 0 0 0 0 0 +003846 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003847 0 0 0 0 0 0 0 0 0 0 0 +003848 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003849 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003850 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003851 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003852 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003853 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003854 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003855 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003856 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003857 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003858 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003859 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003860 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003861 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003862 0 0 0 0 0 0 0 0 0 0 0 0 0 +003863 0 0 0 0 0 0 0 0 0 0 +003864 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003865 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003866 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003867 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003868 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003869 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003870 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003871 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003872 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003873 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003874 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003875 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003876 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003877 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003878 0 0 0 0 0 0 0 0 0 +003879 0 0 0 0 0 0 0 0 0 0 +003880 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003881 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003882 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003883 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003884 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003885 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003886 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003887 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003888 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003889 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003890 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003891 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003892 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003893 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003894 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003895 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003896 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003897 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003898 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003899 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003900 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003901 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003902 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003903 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003904 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003905 0 0 0 0 0 0 0 0 0 0 0 0 +003906 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003907 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003908 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003909 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003910 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003911 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003912 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003913 0 0 0 0 0 0 0 0 0 0 0 0 +003914 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003915 0 0 0 0 0 0 0 0 0 0 0 0 +003916 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003917 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003918 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003919 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003920 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003921 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003922 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003923 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003924 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003925 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003926 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003927 0 0 0 0 0 0 0 0 0 0 0 0 +003928 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003929 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003930 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003931 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003932 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003933 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003934 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003935 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003936 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003937 0 0 0 0 0 0 0 0 0 0 0 0 0 +003938 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003939 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003940 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003941 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003942 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003943 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003944 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003945 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003946 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003947 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003948 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003949 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003950 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003951 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003952 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003953 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003954 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003955 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003956 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003957 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003958 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003959 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003960 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003961 0 0 0 0 0 0 0 0 0 0 0 +003962 0 0 0 0 0 0 0 0 0 0 +003963 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003964 0 0 0 0 0 0 0 0 0 0 0 +003965 0 0 0 0 0 0 0 0 0 0 0 0 +003966 0 0 0 0 0 0 0 0 0 0 0 +003967 0 0 0 0 0 0 0 0 0 0 0 0 +003968 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003969 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003970 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003971 0 0 0 0 0 0 0 0 0 0 0 0 0 +003972 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003973 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003974 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003975 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003976 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003977 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003978 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003979 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003980 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003981 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003982 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003983 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003984 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003985 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003986 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003987 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003988 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003989 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003990 0 0 0 0 0 0 0 0 0 0 0 0 0 +003991 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003992 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003993 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003994 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003995 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003996 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003997 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003998 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +003999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004001 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004002 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004003 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004004 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004007 0 0 0 0 0 0 0 0 0 0 0 0 +004008 0 0 0 0 0 0 0 0 0 +004009 0 0 0 0 0 0 0 0 0 0 +004010 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004011 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004012 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004013 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004014 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004015 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004016 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004017 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004018 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004019 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004020 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004021 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004022 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004023 0 0 0 0 0 0 0 0 0 0 0 0 +004024 0 0 0 0 0 0 0 0 0 0 0 0 +004025 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004026 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004027 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004028 0 0 0 0 0 0 0 0 0 +004029 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004030 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004031 0 0 0 0 0 0 0 0 +004032 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004033 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004034 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004035 0 0 0 0 0 0 0 0 0 0 0 +004036 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004037 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004038 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004039 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004040 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004041 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004042 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004043 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004044 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004045 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004046 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004047 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004048 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004049 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004050 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004051 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004052 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004053 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004054 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004055 0 0 0 0 0 0 0 0 0 0 0 0 +004056 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004057 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004058 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004059 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004060 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004061 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004062 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004063 0 0 0 0 0 0 0 0 0 +004064 0 0 0 0 0 0 0 0 0 +004065 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004066 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004067 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004068 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004069 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004070 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004071 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004072 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004073 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004074 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004075 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004076 0 0 0 0 0 0 0 0 0 0 0 0 0 +004077 0 0 0 0 0 0 0 0 0 0 0 +004078 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004079 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004080 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004081 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004082 0 0 0 0 0 0 0 0 0 0 +004083 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004084 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004085 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004086 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004087 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004088 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004089 0 0 0 0 0 0 0 0 0 +004090 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004091 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004092 0 0 0 0 0 0 0 0 0 0 0 0 0 +004093 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004094 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004095 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004096 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004097 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004098 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004099 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004101 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004104 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004105 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004106 0 0 0 0 0 0 0 0 0 0 0 0 +004107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004108 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004109 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004110 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004111 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004112 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004113 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004114 0 0 0 0 0 0 0 0 0 +004115 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004116 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004117 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004118 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004119 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004120 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004121 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004122 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004123 0 0 0 0 0 0 0 0 0 0 0 0 0 +004124 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004125 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004126 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004127 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004128 0 0 0 0 0 0 0 0 0 0 0 0 0 +004129 0 0 0 0 0 0 0 0 0 0 0 0 +004130 0 0 0 0 0 0 0 0 0 +004131 0 0 0 0 0 0 0 0 0 0 +004132 0 0 0 0 0 0 0 0 0 0 +004133 0 0 0 0 0 0 0 0 +004134 0 0 0 0 0 0 0 0 0 0 +004135 0 0 0 0 0 0 0 0 0 0 +004136 0 0 0 0 0 0 0 0 0 0 +004137 0 0 0 0 0 0 0 0 0 +004138 0 0 0 0 0 0 0 0 0 +004139 0 0 0 0 0 0 0 0 0 0 +004140 0 0 0 0 0 0 0 0 0 0 +004141 0 0 0 0 0 0 0 +004142 0 0 0 0 0 0 0 0 0 0 0 0 +004143 0 0 0 0 0 0 0 0 0 0 +004144 0 0 0 0 0 0 0 0 0 +004145 0 0 0 0 0 0 0 0 0 0 +004146 0 0 0 0 0 0 0 +004147 0 0 0 0 0 0 0 +004148 0 0 0 0 0 0 0 0 0 0 0 0 0 +004149 0 0 0 0 0 0 0 0 0 0 +004150 0 0 0 0 0 0 0 0 0 0 +004151 0 0 0 0 0 0 0 0 0 +004152 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004153 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004154 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004155 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004156 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004157 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004158 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004159 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004160 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004161 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004162 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004163 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004164 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004165 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004166 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004167 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004168 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004169 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004170 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004171 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004172 0 0 0 0 0 0 0 0 0 0 0 +004173 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004174 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004175 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004176 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004177 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004178 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004179 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004180 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004181 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004182 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004183 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004185 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004186 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004187 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004188 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004189 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004190 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004191 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004192 0 0 0 0 0 0 0 0 0 0 0 0 +004193 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004194 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004195 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004196 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004197 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004198 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004199 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004200 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004201 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004202 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004203 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004204 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004205 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004206 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004208 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004209 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004210 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004211 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004212 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004213 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004214 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004215 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004216 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004217 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004218 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004219 0 0 0 0 0 0 0 0 0 0 0 0 0 +004220 0 0 0 0 0 0 0 0 0 0 0 0 +004221 0 0 0 0 0 0 0 0 0 0 0 0 +004222 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004223 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004224 0 0 0 0 0 0 0 0 0 0 0 +004225 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004226 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004227 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004228 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004229 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004230 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004231 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004232 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004233 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004234 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004235 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004236 0 0 0 0 0 0 0 0 0 0 0 0 +004237 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004239 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004240 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004241 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004242 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004243 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004244 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004245 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004246 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004247 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004248 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004249 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004250 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004251 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004252 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004253 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004254 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004256 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004257 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004258 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004259 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004260 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004261 0 0 0 0 0 0 0 0 0 0 0 0 +004262 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004263 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004264 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004265 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004266 0 0 0 0 0 0 0 0 0 0 0 0 0 +004267 0 0 0 0 0 0 0 0 0 0 0 0 0 +004268 0 0 0 0 0 0 0 0 0 0 0 0 0 +004269 0 0 0 0 0 0 0 0 0 0 0 0 0 +004270 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004271 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004272 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004273 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004274 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004275 0 0 0 0 0 0 0 0 0 0 +004276 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004277 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004278 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004279 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004280 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004281 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004282 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004283 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004284 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004285 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004286 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004287 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004288 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004289 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004290 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004291 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004292 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004293 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004294 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004295 0 0 0 0 0 0 0 0 0 +004296 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004297 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004298 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004299 0 0 0 0 0 0 0 0 0 0 0 0 0 +004300 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004301 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004302 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004303 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004304 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004305 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004306 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004307 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004308 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004309 0 0 0 0 0 0 0 0 0 0 0 0 +004310 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004311 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004312 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004313 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004314 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004315 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004316 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004317 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004318 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004319 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004320 0 0 0 0 0 0 0 0 0 0 0 0 +004321 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004322 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004323 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004324 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004325 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004326 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004327 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004328 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004329 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004330 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004331 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004332 0 0 0 0 0 0 0 0 0 0 0 0 +004333 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004334 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004335 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004336 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004337 0 0 0 0 0 0 0 0 0 0 +004338 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004339 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004340 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004341 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004342 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004343 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004344 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004345 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004346 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004347 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004348 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004349 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004350 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004351 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004352 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004353 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004354 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004355 0 0 0 0 0 0 0 0 0 0 0 0 0 +004356 0 0 0 0 0 0 0 0 0 0 0 0 +004357 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004358 0 0 0 0 0 0 0 0 0 0 0 0 +004359 0 0 0 0 0 0 0 0 0 0 0 0 0 +004360 0 0 0 0 0 0 0 0 0 0 0 0 +004361 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004362 0 0 0 0 0 0 0 0 0 0 0 0 0 +004363 0 0 0 0 0 0 0 0 0 0 0 0 +004364 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004365 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004366 0 0 0 0 0 0 0 0 0 +004367 0 0 0 0 0 0 0 0 0 0 0 0 0 +004368 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004369 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004370 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004371 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004372 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004373 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004374 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004375 0 0 0 0 0 0 0 0 0 0 0 0 +004376 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004377 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004378 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004379 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004380 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004381 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004382 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004383 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004384 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004385 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004386 0 0 0 0 0 0 0 0 0 0 0 0 0 +004387 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004388 0 0 0 0 0 0 0 0 0 0 0 0 0 +004389 0 0 0 0 0 0 0 0 0 0 +004390 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004391 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004392 0 0 0 0 0 0 0 0 0 0 0 0 0 +004393 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004394 0 0 0 0 0 0 0 0 0 0 0 0 0 +004395 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004396 0 0 0 0 0 0 0 0 0 0 0 +004397 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004398 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004399 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004401 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004402 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004403 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004404 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004405 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004406 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004407 0 0 0 0 0 0 0 0 0 0 0 +004408 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004409 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004410 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004411 0 0 0 0 0 0 0 0 0 0 +004412 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004413 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004414 0 0 0 0 0 0 0 0 0 0 0 0 +004415 0 0 0 0 0 0 0 0 0 +004416 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004417 0 0 0 0 0 0 0 0 0 0 0 0 0 +004418 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004419 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004420 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004421 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004422 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004423 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004424 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004425 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004426 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004427 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004428 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004429 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004430 0 0 0 0 0 0 0 0 0 0 0 +004431 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004432 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004433 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004434 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004435 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004436 0 0 0 0 0 0 0 0 0 0 0 0 +004437 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004438 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004439 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004440 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004441 0 0 0 0 0 0 0 0 0 0 0 0 0 +004442 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004443 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004444 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004445 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004446 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004447 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004448 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004449 0 0 0 0 0 0 0 0 0 0 0 0 +004450 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004451 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004452 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004453 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004454 0 0 0 0 0 0 0 0 0 0 0 0 +004455 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004456 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004457 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004458 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004459 0 0 0 0 0 0 0 0 0 0 +004460 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004461 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004462 0 0 0 0 0 0 0 0 0 0 0 +004463 0 0 0 0 0 0 0 0 0 0 0 +004464 0 0 0 0 0 0 0 0 0 0 0 +004465 0 0 0 0 0 0 0 0 0 0 0 +004466 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004467 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004468 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004469 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004470 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004471 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004472 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004473 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004474 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004475 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004476 0 0 0 0 0 0 0 0 0 0 +004477 0 0 0 0 0 0 0 0 0 0 0 0 0 +004478 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004479 0 0 0 0 0 0 0 0 0 0 0 0 0 +004480 0 0 0 0 0 0 0 0 0 0 0 0 0 +004481 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004482 0 0 0 0 0 0 0 0 0 0 0 0 0 +004483 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004484 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004485 0 0 0 0 0 0 0 0 0 0 0 0 0 +004486 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004487 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004488 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004489 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004490 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004491 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004492 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004493 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004494 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004495 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004496 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004497 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004498 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004499 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004501 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004502 0 0 0 0 0 0 0 0 0 0 +004503 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004504 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004505 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004506 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004507 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004508 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004509 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004510 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004511 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004512 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004513 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004514 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004515 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004516 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004517 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004518 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004519 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004520 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004521 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004522 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004523 0 0 0 0 0 0 0 0 0 0 0 +004524 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004526 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004527 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004528 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004529 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004530 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004531 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004532 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004533 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004534 0 0 0 0 0 0 0 0 0 0 0 0 0 +004535 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004536 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004537 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004538 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004539 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004540 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004541 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004542 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004543 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004544 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004545 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004546 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004547 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004548 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004549 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004550 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004551 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004552 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004553 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004555 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004557 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004558 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004559 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004560 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004561 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004562 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004563 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004564 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004565 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004566 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004567 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004568 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004569 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004570 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004571 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004572 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004573 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004574 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004575 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004576 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004577 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004578 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004579 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004580 0 0 0 0 0 0 0 0 0 0 +004581 0 0 0 0 0 0 0 0 0 0 0 0 0 +004582 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004583 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004584 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004585 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004586 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004587 0 0 0 0 0 0 0 0 0 0 0 0 0 +004588 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004589 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004590 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004591 0 0 0 0 0 0 0 0 0 0 0 0 +004592 0 0 0 0 0 0 0 0 0 0 0 0 0 +004593 0 0 0 0 0 0 0 0 0 0 0 0 +004594 0 0 0 0 0 0 0 0 0 0 0 0 0 +004595 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004596 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004597 0 0 0 0 0 0 0 0 0 0 0 +004598 0 0 0 0 0 0 0 0 0 0 +004599 0 0 0 0 0 0 0 0 0 0 +004600 0 0 0 0 0 0 0 0 0 0 0 +004601 0 0 0 0 0 0 0 0 0 0 +004602 0 0 0 0 0 0 0 0 0 0 0 +004603 0 0 0 0 0 0 0 0 0 0 0 0 +004604 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004605 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004606 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004607 0 0 0 0 0 0 0 0 0 0 +004608 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004609 0 0 0 0 0 0 0 0 0 0 +004610 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004611 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004612 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004613 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004615 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004616 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004617 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004618 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004619 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004620 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004621 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004622 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004623 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004624 0 0 0 0 0 0 0 0 0 0 0 +004625 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004626 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004627 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004628 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004629 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004630 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004631 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004632 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004633 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004634 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004635 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004636 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004637 0 0 0 0 0 0 0 0 0 0 0 +004638 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004639 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004640 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004641 0 0 0 0 0 0 0 0 0 0 0 0 +004642 0 0 0 0 0 0 0 0 0 0 0 +004643 0 0 0 0 0 0 0 0 0 0 0 +004644 0 0 0 0 0 0 0 0 0 0 0 0 +004645 0 0 0 0 0 0 0 0 0 0 0 0 +004646 0 0 0 0 0 0 0 0 0 0 0 0 +004647 0 0 0 0 0 0 0 0 0 0 0 0 +004648 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004649 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004650 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004651 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004652 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004653 0 0 0 0 0 0 0 0 0 0 0 0 +004654 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004655 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004656 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004657 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004658 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004659 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004660 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004661 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004662 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004663 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004664 0 0 0 0 0 0 0 0 0 0 +004665 0 0 0 0 0 0 0 0 0 0 +004666 0 0 0 0 0 0 0 0 0 +004667 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004668 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004669 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004670 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004671 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004672 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004673 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004674 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004675 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004676 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004677 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004678 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004679 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004680 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004681 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004682 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004683 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004684 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004685 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004686 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004687 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004688 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004689 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004690 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004691 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004692 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004693 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004694 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004695 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004696 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004697 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004698 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004699 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004700 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004701 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004702 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004703 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004704 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004705 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004706 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004707 0 0 0 0 0 0 0 0 0 0 +004708 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004709 0 0 0 0 0 0 0 0 0 0 +004710 0 0 0 0 0 0 0 0 0 0 0 0 +004711 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004712 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004713 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004714 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004715 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004716 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004717 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004718 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004719 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004720 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004721 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004722 0 0 0 0 0 0 0 0 0 0 0 +004723 0 0 0 0 0 0 0 0 0 0 0 +004724 0 0 0 0 0 0 0 0 0 0 0 0 +004725 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004726 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004727 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004728 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004729 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004730 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004731 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004732 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004733 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004734 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004735 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004736 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004737 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004738 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004739 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004740 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004741 0 0 0 0 0 0 0 0 0 0 0 0 +004742 0 0 0 0 0 0 0 0 0 0 0 0 +004743 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004744 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004745 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004746 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004747 0 0 0 0 0 0 0 0 0 0 0 0 0 +004748 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004749 0 0 0 0 0 0 0 0 0 0 0 0 0 +004750 0 0 0 0 0 0 0 0 0 0 0 0 0 +004751 0 0 0 0 0 0 0 0 0 0 0 0 0 +004752 0 0 0 0 0 0 0 0 0 0 0 0 +004753 0 0 0 0 0 0 0 0 0 0 0 +004754 0 0 0 0 0 0 0 0 0 0 0 0 0 +004755 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004756 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004757 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004758 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004759 0 0 0 0 0 0 0 0 0 0 0 0 0 +004760 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004761 0 0 0 0 0 0 0 0 0 0 0 0 0 +004762 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004763 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004764 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004765 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004766 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004767 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004768 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004769 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004770 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004771 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004772 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004773 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004774 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004775 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004776 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004777 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004778 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004779 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004780 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004781 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004782 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004783 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004784 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004785 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004786 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004787 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004788 0 0 0 0 0 0 0 0 0 0 0 0 +004789 0 0 0 0 0 0 0 0 0 0 +004790 0 0 0 0 0 0 0 0 0 0 +004791 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004792 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004793 0 0 0 0 0 0 0 0 0 0 0 0 +004794 0 0 0 0 0 0 0 0 0 0 0 +004795 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004796 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004797 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004798 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004799 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004800 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004801 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004802 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004803 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004804 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004805 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004806 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004807 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004808 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004809 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004810 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004811 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004812 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004813 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004814 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004815 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004816 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004817 0 0 0 0 0 0 0 0 0 0 +004818 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004819 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004820 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004821 0 0 0 0 0 0 0 0 0 0 0 0 0 +004822 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004823 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004824 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004825 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004826 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004827 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004828 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004829 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004830 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004831 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004832 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004833 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004834 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004835 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004836 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004837 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004838 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004839 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004840 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004841 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004842 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004843 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004844 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004845 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004846 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004847 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004848 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004849 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004850 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004851 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004852 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004853 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004854 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004855 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004856 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004857 0 0 0 0 0 0 0 0 0 0 0 0 0 +004858 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004859 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004860 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004861 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004862 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004863 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004864 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004865 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004866 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004867 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004868 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004869 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004870 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004871 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004872 0 0 0 0 0 0 0 0 0 +004873 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004874 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004875 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004876 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004877 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004878 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004879 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004880 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004881 0 0 0 0 0 0 0 0 0 0 0 0 0 +004882 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004883 0 0 0 0 0 0 0 0 0 0 0 0 0 +004884 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004885 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004886 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004887 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004888 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004889 0 0 0 0 0 0 0 0 0 0 0 0 +004890 0 0 0 0 0 0 0 0 0 0 0 0 +004891 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004892 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004893 0 0 0 0 0 0 0 0 0 0 0 +004894 0 0 0 0 0 0 0 0 0 0 0 +004895 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004896 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004897 0 0 0 0 0 0 0 0 0 +004898 0 0 0 0 0 0 0 0 0 +004899 0 0 0 0 0 0 0 0 0 +004900 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004901 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004902 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004903 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004904 0 0 0 0 0 0 0 0 0 0 0 +004905 0 0 0 0 0 0 0 0 0 0 0 +004906 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004907 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004908 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004909 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004910 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004911 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004912 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004913 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004914 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004915 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004916 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004917 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004918 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004919 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004920 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004921 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004922 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004923 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004924 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004925 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004926 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004927 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004928 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004929 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004930 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004931 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004932 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004933 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004934 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004935 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004936 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004937 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004938 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004939 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004940 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004941 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004942 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004943 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004944 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004945 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004946 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004947 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004948 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004949 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004950 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004951 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004952 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004953 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004954 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004955 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004956 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004957 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004958 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004959 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004960 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004961 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004962 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004963 0 0 0 0 0 0 0 0 0 0 0 +004964 0 0 0 0 0 0 0 0 0 0 0 +004965 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004966 0 0 0 0 0 0 0 0 0 0 +004967 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004968 0 0 0 0 0 0 0 0 0 0 +004969 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004970 0 0 0 0 0 0 0 0 0 +004971 0 0 0 0 0 0 0 +004972 0 0 0 0 0 0 0 0 +004973 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004974 0 0 0 0 0 0 0 0 +004975 0 0 0 0 0 0 0 0 0 0 +004976 0 0 0 0 0 0 0 0 0 0 +004977 0 0 0 0 0 0 0 0 0 0 0 +004978 0 0 0 0 0 0 0 0 0 0 +004979 0 0 0 0 0 0 0 0 +004980 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004981 0 0 0 0 0 0 0 0 0 0 +004982 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004983 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004984 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004985 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004986 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004987 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004988 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004989 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004990 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004991 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004992 0 0 0 0 0 0 0 0 0 0 0 0 0 +004993 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004994 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004995 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004996 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004997 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +004998 0 0 0 0 0 0 0 0 0 0 0 0 0 +004999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005001 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005002 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005003 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005004 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005007 0 0 0 0 0 0 0 0 0 0 0 0 0 +005008 0 0 0 0 0 0 0 0 0 0 0 0 0 +005009 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005010 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005011 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005012 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005013 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005014 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005015 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005016 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005017 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005018 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005019 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005020 0 0 0 0 0 0 0 0 0 0 0 0 +005021 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005022 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005023 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005024 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005025 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005026 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005027 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005028 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005029 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005030 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005031 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005032 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005033 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005034 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005035 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005036 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005037 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005038 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005039 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005040 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005041 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005042 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005043 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005044 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005045 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005046 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005047 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005048 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005049 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005050 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005051 0 0 0 0 0 0 0 0 0 0 0 0 0 +005052 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005053 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005054 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005055 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005056 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005057 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005058 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005059 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005060 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005061 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005062 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005063 0 0 0 0 0 0 0 0 0 0 0 +005064 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005065 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005066 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005067 0 0 0 0 0 0 0 0 0 0 0 0 +005068 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005069 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005070 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005071 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005072 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005073 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005074 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005075 0 0 0 0 0 0 0 0 0 0 0 0 +005076 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005077 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005078 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005079 0 0 0 0 0 0 0 0 0 0 0 +005080 0 0 0 0 0 0 0 0 0 0 0 0 +005081 0 0 0 0 0 0 0 0 0 0 0 0 +005082 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005083 0 0 0 0 0 0 0 0 0 0 0 +005084 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005085 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005086 0 0 0 0 0 0 0 0 0 0 0 0 +005087 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005088 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005089 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005090 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005091 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005092 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005093 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005094 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005095 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005096 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005097 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005098 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005099 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005101 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005102 0 0 0 0 0 0 0 0 0 0 0 +005103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005104 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005105 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005106 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005108 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005109 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005110 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005111 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005112 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005113 0 0 0 0 0 0 0 0 0 0 0 0 +005114 0 0 0 0 0 0 0 0 0 0 0 0 +005115 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005116 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005117 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005118 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005119 0 0 0 0 0 0 0 0 0 0 0 0 +005120 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005121 0 0 0 0 0 0 0 0 0 0 0 0 +005122 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005123 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005124 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005125 0 0 0 0 0 0 0 0 0 0 0 0 0 +005126 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005127 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005128 0 0 0 0 0 0 0 0 0 0 0 0 0 +005129 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005130 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005131 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005132 0 0 0 0 0 0 0 0 0 0 0 0 0 +005133 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005134 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005135 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005136 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005137 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005138 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005139 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005140 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005141 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005142 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005143 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005144 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005145 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005146 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005147 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005148 0 0 0 0 0 0 0 0 0 0 0 0 0 +005149 0 0 0 0 0 0 0 0 0 0 0 0 0 +005150 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005151 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005152 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005153 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005154 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005155 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005156 0 0 0 0 0 0 0 0 0 0 0 0 0 +005157 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005158 0 0 0 0 0 0 0 0 0 0 0 0 0 +005159 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005160 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005161 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005162 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005163 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005164 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005165 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005166 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005167 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005168 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005169 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005170 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005171 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005172 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005173 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005174 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005175 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005176 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005177 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005178 0 0 0 0 0 0 0 0 0 0 0 +005179 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005180 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005181 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005182 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005183 0 0 0 0 0 0 0 0 0 0 0 +005184 0 0 0 0 0 0 0 0 0 0 0 0 +005185 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005186 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005187 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005188 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005189 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005190 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005191 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005192 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005193 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005194 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005195 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005196 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005197 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005198 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005199 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005200 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005201 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005202 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005203 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005204 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005205 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005206 0 0 0 0 0 0 0 0 0 0 0 0 +005207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005208 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005209 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005210 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005211 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005212 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005213 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005214 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005215 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005216 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005217 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005218 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005219 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005220 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005221 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005222 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005223 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005224 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005225 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005226 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005227 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005228 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005229 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005230 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005231 0 0 0 0 0 0 0 0 0 0 0 +005232 0 0 0 0 0 0 0 0 0 0 0 0 0 +005233 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005234 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005235 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005236 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005237 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005239 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005240 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005241 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005242 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005243 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005244 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005245 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005246 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005247 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005248 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005249 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005250 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005251 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005252 0 0 0 0 0 0 0 0 0 0 0 0 0 +005253 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005254 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005256 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005257 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005258 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005259 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005260 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005261 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005262 0 0 0 0 0 0 0 0 0 0 0 0 +005263 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005264 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005265 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005266 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005267 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005268 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005269 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005270 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005271 0 0 0 0 0 0 0 0 0 0 0 0 +005272 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005273 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005274 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005275 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005276 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005277 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005278 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005279 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005280 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005281 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005282 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005283 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005284 0 0 0 0 0 0 0 0 0 0 0 +005285 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005286 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005287 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005288 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005289 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005290 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005291 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005292 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005293 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005294 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005295 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005296 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005297 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005298 0 0 0 0 0 0 0 0 0 0 +005299 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005300 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005301 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005302 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005303 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005304 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005305 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005306 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005307 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005308 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005309 0 0 0 0 0 0 0 0 0 0 0 +005310 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005311 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005312 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005313 0 0 0 0 0 0 0 0 0 0 0 0 0 +005314 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005315 0 0 0 0 0 0 0 0 0 0 0 +005316 0 0 0 0 0 0 0 0 0 0 0 0 +005317 0 0 0 0 0 0 0 0 0 0 +005318 0 0 0 0 0 0 0 0 0 0 +005319 0 0 0 0 0 0 0 0 0 +005320 0 0 0 0 0 0 0 0 0 +005321 0 0 0 0 0 0 0 0 0 0 0 0 +005322 0 0 0 0 0 0 0 0 0 0 0 +005323 0 0 0 0 0 0 0 0 0 0 +005324 0 0 0 0 0 0 0 0 0 0 0 0 0 +005325 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005326 0 0 0 0 0 0 0 0 0 0 0 0 0 +005327 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005328 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005329 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005330 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005331 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005332 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005333 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005334 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005335 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005336 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005337 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005338 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005339 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005340 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005341 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005342 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005343 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005344 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005345 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005346 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005347 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005348 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005349 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005350 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005351 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005352 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005353 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005354 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005355 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005356 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005357 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005358 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005359 0 0 0 0 0 0 0 0 0 0 0 0 +005360 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005361 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005362 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005363 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005364 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005365 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005366 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005367 0 0 0 0 0 0 0 0 0 0 +005368 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005369 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005370 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005371 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005372 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005373 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005374 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005375 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005376 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005377 0 0 0 0 0 0 0 0 0 0 0 0 0 +005378 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005379 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005380 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005381 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005382 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005383 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005384 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005385 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005386 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005387 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005388 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005389 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005390 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005391 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005392 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005393 0 0 0 0 0 0 0 0 0 0 0 +005394 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005395 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005396 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005397 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005398 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005399 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005401 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005402 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005403 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005404 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005405 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005406 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005407 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005408 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005409 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005410 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005411 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005412 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005413 0 0 0 0 0 0 0 0 0 0 0 +005414 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005415 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005416 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005417 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005418 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005419 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005420 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005421 0 0 0 0 0 0 0 0 0 0 0 0 +005422 0 0 0 0 0 0 0 0 0 0 0 0 0 +005423 0 0 0 0 0 0 0 0 0 0 0 0 0 +005424 0 0 0 0 0 0 0 0 0 0 0 0 0 +005425 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005426 0 0 0 0 0 0 0 0 0 0 0 0 0 +005427 0 0 0 0 0 0 0 0 0 0 0 0 0 +005428 0 0 0 0 0 0 0 0 0 0 0 0 0 +005429 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005430 0 0 0 0 0 0 0 0 0 0 0 0 0 +005431 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005432 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005433 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005434 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005435 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005436 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005437 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005438 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005439 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005440 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005441 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005442 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005443 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005444 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005445 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005446 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005447 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005448 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005449 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005450 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005451 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005452 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005453 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005454 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005455 0 0 0 0 0 0 0 0 0 0 0 +005456 0 0 0 0 0 0 0 0 0 0 0 +005457 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005458 0 0 0 0 0 0 0 0 0 0 +005459 0 0 0 0 0 0 0 0 0 0 0 +005460 0 0 0 0 0 0 0 0 0 0 +005461 0 0 0 0 0 0 0 0 0 0 +005462 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005463 0 0 0 0 0 0 0 0 0 0 0 0 0 +005464 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005465 0 0 0 0 0 0 0 0 0 0 0 0 +005466 0 0 0 0 0 0 0 0 0 0 0 0 +005467 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005468 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005469 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005470 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005471 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005472 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005473 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005474 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005475 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005476 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005477 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005478 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005479 0 0 0 0 0 0 0 0 0 0 0 0 0 +005480 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005481 0 0 0 0 0 0 0 0 0 0 0 0 0 +005482 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005483 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005484 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005485 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005486 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005487 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005488 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005489 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005490 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005491 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005492 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005493 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005494 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005495 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005496 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005497 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005498 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005499 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005501 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005502 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005503 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005504 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005505 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005506 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005507 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005508 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005509 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005510 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005511 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005512 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005513 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005514 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005515 0 0 0 0 0 0 0 +005516 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005517 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005518 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005519 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005520 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005521 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005522 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005523 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005524 0 0 0 0 0 0 0 0 0 0 0 0 +005525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005526 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005527 0 0 0 0 0 0 0 0 0 0 0 0 +005528 0 0 0 0 0 0 0 0 0 0 0 0 +005529 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005530 0 0 0 0 0 0 0 0 0 0 0 0 +005531 0 0 0 0 0 0 0 0 0 0 0 +005532 0 0 0 0 0 0 0 0 0 +005533 0 0 0 0 0 0 0 0 0 0 0 0 0 +005534 0 0 0 0 0 0 0 0 0 0 0 0 0 +005535 0 0 0 0 0 0 0 0 0 0 0 0 0 +005536 0 0 0 0 0 0 0 0 0 +005537 0 0 0 0 0 0 0 0 0 0 0 +005538 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005539 0 0 0 0 0 0 0 0 0 0 0 0 +005540 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005541 0 0 0 0 0 0 0 0 0 +005542 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005543 0 0 0 0 0 0 0 0 0 0 0 0 0 +005544 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005545 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005546 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005547 0 0 0 0 0 0 0 +005548 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005549 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005550 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005551 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005552 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005553 0 0 0 0 0 0 0 0 0 0 +005554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005555 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005556 0 0 0 0 0 0 0 0 0 0 0 0 0 +005557 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005558 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005559 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005560 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005561 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005562 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005563 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005564 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005565 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005566 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005567 0 0 0 0 0 0 0 0 0 0 0 0 +005568 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005569 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005570 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005571 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005572 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005573 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005574 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005575 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005576 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005577 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005578 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005579 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005580 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005581 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005582 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005583 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005584 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005585 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005586 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005587 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005588 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005589 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005590 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005591 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005592 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005593 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005594 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005595 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005596 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005597 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005598 0 0 0 0 0 0 0 0 0 0 0 0 0 +005599 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005601 0 0 0 0 0 0 0 0 0 0 0 0 +005602 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005603 0 0 0 0 0 0 0 0 0 0 0 0 +005604 0 0 0 0 0 0 0 0 0 0 0 0 0 +005605 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005606 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005607 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005608 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005609 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005610 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005611 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005612 0 0 0 0 0 0 0 0 0 0 0 +005613 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005615 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005616 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005617 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005618 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005619 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005620 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005621 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005622 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005623 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005624 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005625 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005626 0 0 0 0 0 0 0 0 0 0 0 0 0 +005627 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005628 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005629 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005630 0 0 0 0 0 0 0 0 0 0 0 0 0 +005631 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005632 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005633 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005634 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005635 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005636 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005637 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005638 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005639 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005640 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005641 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005642 0 0 0 0 0 0 0 0 0 0 0 +005643 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005644 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005645 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005646 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005647 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005648 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005649 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005650 0 0 0 0 0 0 0 0 0 0 0 0 0 +005651 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005652 0 0 0 0 0 0 0 0 0 0 0 0 0 +005653 0 0 0 0 0 0 0 0 0 0 0 0 +005654 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005655 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005656 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005657 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005658 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005659 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005660 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005661 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005662 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005663 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005664 0 0 0 0 0 0 0 0 0 +005665 0 0 0 0 0 0 0 0 0 +005666 0 0 0 0 0 0 0 0 0 +005667 0 0 0 0 0 0 0 0 0 +005668 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005669 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005670 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005671 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005672 0 0 0 0 0 0 0 0 0 0 0 0 +005673 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005674 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005675 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005676 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005677 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005678 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005679 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005680 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005681 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005682 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005683 0 0 0 0 0 0 0 0 0 0 0 0 +005684 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005685 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005686 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005687 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005688 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005689 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005690 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005691 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005692 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005693 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005694 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005695 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005696 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005697 0 0 0 0 0 0 0 0 0 0 0 0 +005698 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005699 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005700 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005701 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005702 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005703 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005704 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005705 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005706 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005707 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005708 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005709 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005710 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005711 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005712 0 0 0 0 0 0 0 0 0 0 0 0 +005713 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005714 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005715 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005716 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005717 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005718 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005719 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005720 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005721 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005722 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005723 0 0 0 0 0 0 0 0 0 +005724 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005725 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005726 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005727 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005728 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005729 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005730 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005731 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005732 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005733 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005734 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005735 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005736 0 0 0 0 0 0 0 0 0 0 0 0 0 +005737 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005738 0 0 0 0 0 0 0 0 0 0 0 0 0 +005739 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005740 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005741 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005742 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005743 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005744 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005745 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005746 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005747 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005748 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005749 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005750 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005751 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005752 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005753 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005754 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005755 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005756 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005757 0 0 0 0 0 0 0 0 0 0 0 +005758 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005759 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005760 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005761 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005762 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005763 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005764 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005765 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005766 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005767 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005768 0 0 0 0 0 0 0 0 0 0 0 0 +005769 0 0 0 0 0 0 0 0 0 0 0 +005770 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005771 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005772 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005773 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005774 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005775 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005776 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005777 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005778 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005779 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005780 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005781 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005782 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005783 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005784 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005785 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005786 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005787 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005788 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005789 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005790 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005791 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005792 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005793 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005794 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005795 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005796 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005797 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005798 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005799 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005800 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005801 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005802 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005803 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005804 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005805 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005806 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005807 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005808 0 0 0 0 0 0 0 0 +005809 0 0 0 0 0 0 0 0 0 0 +005810 0 0 0 0 0 0 0 0 0 +005811 0 0 0 0 0 0 0 0 0 0 +005812 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005813 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005814 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005815 0 0 0 0 0 0 0 0 0 0 +005816 0 0 0 0 0 0 0 0 0 0 +005817 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005818 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005819 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005820 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005821 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005822 0 0 0 0 0 0 0 0 0 0 0 0 0 +005823 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005824 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005825 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005826 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005827 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005828 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005829 0 0 0 0 0 0 0 0 0 0 0 0 +005830 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005831 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005832 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005833 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005834 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005835 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005836 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005837 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005838 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005839 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005840 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005841 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005842 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005843 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005844 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005845 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005846 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005847 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005848 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005849 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005850 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005851 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005852 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005853 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005854 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005855 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005856 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005857 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005858 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005859 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005860 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005861 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005862 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005863 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005864 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005865 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005866 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005867 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005868 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005869 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005870 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005871 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005872 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005873 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005874 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005875 0 0 0 0 0 0 0 0 0 +005876 0 0 0 0 0 0 0 0 0 0 0 0 +005877 0 0 0 0 0 0 0 0 0 0 0 0 0 +005878 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005879 0 0 0 0 0 0 0 0 0 0 0 0 +005880 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005881 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005882 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005883 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005884 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005885 0 0 0 0 0 0 0 0 0 0 0 0 0 +005886 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005887 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005888 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005889 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005890 0 0 0 0 0 0 0 0 0 0 0 0 0 +005891 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005892 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005893 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005894 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005895 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005896 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005897 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005898 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005899 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005900 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005901 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005902 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005903 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005904 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005905 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005906 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005907 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005908 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005909 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005910 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005911 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005912 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005913 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005914 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005915 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005916 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005917 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005918 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005919 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005920 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005921 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005922 0 0 0 0 0 0 0 0 0 0 0 +005923 0 0 0 0 0 0 0 0 0 +005924 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005925 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005926 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005927 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005928 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005929 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005930 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005931 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005932 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005933 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005934 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005935 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005936 0 0 0 0 0 0 0 0 0 0 0 0 0 +005937 0 0 0 0 0 0 0 0 0 0 0 0 0 +005938 0 0 0 0 0 0 0 0 0 0 0 0 +005939 0 0 0 0 0 0 0 0 0 0 0 0 +005940 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005941 0 0 0 0 0 0 0 0 0 0 0 0 0 +005942 0 0 0 0 0 0 0 0 0 0 0 0 0 +005943 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005944 0 0 0 0 0 0 0 0 0 0 0 0 0 +005945 0 0 0 0 0 0 0 0 0 0 0 0 0 +005946 0 0 0 0 0 0 0 0 0 0 0 0 0 +005947 0 0 0 0 0 0 0 0 0 0 0 0 0 +005948 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005949 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005950 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005951 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005952 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005953 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005954 0 0 0 0 0 0 0 0 0 0 0 +005955 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005956 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005957 0 0 0 0 0 0 0 0 0 0 0 +005958 0 0 0 0 0 0 0 0 0 0 0 0 +005959 0 0 0 0 0 0 0 0 0 0 0 +005960 0 0 0 0 0 0 0 0 0 0 0 +005961 0 0 0 0 0 0 0 0 0 0 0 0 +005962 0 0 0 0 0 0 0 0 0 0 0 +005963 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005964 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005965 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005966 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005967 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005968 0 0 0 0 0 0 0 0 0 0 +005969 0 0 0 0 0 0 0 0 0 +005970 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005971 0 0 0 0 0 0 0 0 0 0 +005972 0 0 0 0 0 0 0 +005973 0 0 0 0 0 0 0 0 0 +005974 0 0 0 0 0 0 0 0 0 0 +005975 0 0 0 0 0 0 0 0 0 0 0 +005976 0 0 0 0 0 0 0 0 +005977 0 0 0 0 0 0 0 0 0 0 +005978 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005979 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005980 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005981 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005982 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005983 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005984 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005985 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005986 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005987 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005988 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005989 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005990 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005991 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005992 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005993 0 0 0 0 0 0 0 0 0 0 0 +005994 0 0 0 0 0 0 0 0 0 0 0 +005995 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005996 0 0 0 0 0 0 0 0 0 0 0 0 +005997 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005998 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +005999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006001 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006002 0 0 0 0 0 0 0 0 0 0 0 0 0 +006003 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006004 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006007 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006008 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006009 0 0 0 0 0 0 0 0 0 0 0 0 0 +006010 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006011 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006012 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006013 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006014 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006015 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006016 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006017 0 0 0 0 0 0 0 0 0 0 0 0 +006018 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006019 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006020 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006021 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006022 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006023 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006024 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006025 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006026 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006027 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006028 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006029 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006030 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006031 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006032 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006033 0 0 0 0 0 0 0 0 0 0 0 0 +006034 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006035 0 0 0 0 0 0 0 0 0 0 0 0 +006036 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006037 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006038 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006039 0 0 0 0 0 0 0 0 0 0 0 0 0 +006040 0 0 0 0 0 0 0 0 0 0 +006041 0 0 0 0 0 0 0 0 0 +006042 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006043 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006044 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006045 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006046 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006047 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006048 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006049 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006050 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006051 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006052 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006053 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006054 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006055 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006056 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006057 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006058 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006059 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006060 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006061 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006062 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006063 0 0 0 0 0 0 0 0 +006064 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006065 0 0 0 0 0 0 0 0 0 0 0 0 0 +006066 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006067 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006068 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006069 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006070 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006071 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006072 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006073 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006074 0 0 0 0 0 0 0 0 0 0 0 +006075 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006076 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006077 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006078 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006079 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006080 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006081 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006082 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006083 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006084 0 0 0 0 0 0 0 0 0 0 0 0 +006085 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006086 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006087 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006088 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006089 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006090 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006091 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006092 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006093 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006094 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006095 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006096 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006097 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006098 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006099 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006101 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006104 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006105 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006106 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006108 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006109 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006110 0 0 0 0 0 0 0 0 0 0 0 0 0 +006111 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006112 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006113 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006114 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006115 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006116 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006117 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006118 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006119 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006120 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006121 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006122 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006123 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006124 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006125 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006126 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006127 0 0 0 0 0 0 0 0 0 0 0 0 +006128 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006129 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006130 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006131 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006132 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006133 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006134 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006135 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006136 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006137 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006138 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006139 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006140 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006141 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006142 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006143 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006144 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006145 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006146 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006147 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006148 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006149 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006150 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006151 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006152 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006153 0 0 0 0 0 0 0 0 0 0 0 +006154 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006155 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006156 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006157 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006158 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006159 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006160 0 0 0 0 0 0 0 0 0 0 0 0 +006161 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006162 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006163 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006164 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006165 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006166 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006167 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006168 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006169 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006170 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006171 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006172 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006173 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006174 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006175 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006176 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006177 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006178 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006179 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006180 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006181 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006182 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006183 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006184 0 0 0 0 0 0 0 0 0 0 0 0 0 +006185 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006186 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006187 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006188 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006189 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006190 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006191 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006192 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006193 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006194 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006195 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006196 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006197 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006198 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006199 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006200 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006201 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006202 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006203 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006204 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006205 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006206 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006208 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006209 0 0 0 0 0 0 0 0 0 0 0 0 0 +006210 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006211 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006212 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006213 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006214 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006215 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006216 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006217 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006218 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006219 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006220 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006221 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006222 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006223 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006224 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006225 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006226 0 0 0 0 0 0 0 0 0 0 0 0 0 +006227 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006228 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006229 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006230 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006231 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006232 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006233 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006234 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006235 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006236 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006237 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006239 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006240 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006241 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006242 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006243 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006244 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006245 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006246 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006247 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006248 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006249 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006250 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006251 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006252 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006253 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006254 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006256 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006257 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006258 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006259 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006260 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006261 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006262 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006263 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006264 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006265 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006266 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006267 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006268 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006269 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006270 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006271 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006272 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006273 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006274 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006275 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006276 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006277 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006278 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006279 0 0 0 0 0 0 0 0 0 0 0 +006280 0 0 0 0 0 0 0 0 0 0 0 +006281 0 0 0 0 0 0 0 0 0 0 0 +006282 0 0 0 0 0 0 0 0 0 0 0 +006283 0 0 0 0 0 0 0 0 0 0 0 +006284 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006285 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006286 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006287 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006288 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006289 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006290 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006291 0 0 0 0 0 0 0 0 0 0 0 0 +006292 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006293 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006294 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006295 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006296 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006297 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006298 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006299 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006300 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006301 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006302 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006303 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006304 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006305 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006306 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006307 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006308 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006309 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006310 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006311 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006312 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006313 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006314 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006315 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006316 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006317 0 0 0 0 0 0 0 0 0 0 0 0 0 +006318 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006319 0 0 0 0 0 0 0 0 0 0 0 0 0 +006320 0 0 0 0 0 0 0 0 0 0 0 0 +006321 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006322 0 0 0 0 0 0 0 0 0 0 0 0 0 +006323 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006324 0 0 0 0 0 0 0 0 0 0 0 0 0 +006325 0 0 0 0 0 0 0 0 0 0 0 0 0 +006326 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006327 0 0 0 0 0 0 0 0 0 0 0 0 0 +006328 0 0 0 0 0 0 0 0 0 0 0 0 0 +006329 0 0 0 0 0 0 0 0 0 0 0 0 0 +006330 0 0 0 0 0 0 0 0 0 0 0 0 0 +006331 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006332 0 0 0 0 0 0 0 0 0 0 0 0 0 +006333 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006334 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006335 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006336 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006337 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006338 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006339 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006340 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006341 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006342 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006343 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006344 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006345 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006346 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006347 0 0 0 0 0 0 0 0 0 0 +006348 0 0 0 0 0 0 0 0 0 +006349 0 0 0 0 0 0 0 0 0 +006350 0 0 0 0 0 0 0 0 0 0 0 +006351 0 0 0 0 0 0 0 0 0 0 +006352 0 0 0 0 0 0 0 0 0 0 +006353 0 0 0 0 0 0 0 0 0 0 +006354 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006355 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006356 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006357 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006358 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006359 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006360 0 0 0 0 0 0 0 0 0 0 0 +006361 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006362 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006363 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006364 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006365 0 0 0 0 0 0 0 0 0 0 0 0 0 +006366 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006367 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006368 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006369 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006370 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006371 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006372 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006373 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006374 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006375 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006376 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006377 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006378 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006379 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006380 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006381 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006382 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006383 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006384 0 0 0 0 0 0 0 0 0 0 0 +006385 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006386 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006387 0 0 0 0 0 0 0 0 0 0 0 0 +006388 0 0 0 0 0 0 0 0 0 0 0 0 0 +006389 0 0 0 0 0 0 0 0 0 0 0 0 +006390 0 0 0 0 0 0 0 0 0 0 0 0 +006391 0 0 0 0 0 0 0 0 0 0 0 0 +006392 0 0 0 0 0 0 0 0 0 0 0 0 0 +006393 0 0 0 0 0 0 0 0 0 0 0 0 0 +006394 0 0 0 0 0 0 0 0 0 0 0 0 +006395 0 0 0 0 0 0 0 0 0 0 0 0 +006396 0 0 0 0 0 0 0 0 0 0 0 +006397 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006398 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006399 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006401 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006402 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006403 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006404 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006405 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006406 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006407 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006408 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006409 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006410 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006411 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006412 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006413 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006414 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006415 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006416 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006417 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006418 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006419 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006420 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006421 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006422 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006423 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006424 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006425 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006426 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006427 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006428 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006429 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006430 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006431 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006432 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006433 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006434 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006435 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006436 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006437 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006438 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006439 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006440 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006441 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006442 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006443 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006444 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006445 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006446 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006447 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006448 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006449 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006450 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006451 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006452 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006453 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006454 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006455 0 0 0 0 0 0 0 0 0 0 0 +006456 0 0 0 0 0 0 0 0 0 0 0 +006457 0 0 0 0 0 0 0 0 0 0 0 +006458 0 0 0 0 0 0 0 0 0 0 0 +006459 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006460 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006461 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006462 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006463 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006464 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006465 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006466 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006467 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006468 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006469 0 0 0 0 0 0 0 0 0 0 0 +006470 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006471 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006472 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006473 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006474 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006475 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006476 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006477 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006478 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006479 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006480 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006481 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006482 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006483 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006484 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006485 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006486 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006487 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006488 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006489 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006490 0 0 0 0 0 0 0 0 0 0 0 +006491 0 0 0 0 0 0 0 0 0 0 0 0 0 +006492 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006493 0 0 0 0 0 0 0 0 0 0 0 +006494 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006495 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006496 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006497 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006498 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006499 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006501 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006502 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006503 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006504 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006505 0 0 0 0 0 0 0 0 0 0 0 0 0 +006506 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006507 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006508 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006509 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006510 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006511 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006512 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006513 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006514 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006515 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006516 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006517 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006518 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006519 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006520 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006521 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006522 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006523 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006524 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006525 0 0 0 0 0 0 0 0 0 0 0 0 0 +006526 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006527 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006528 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006529 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006530 0 0 0 0 0 0 0 0 0 0 0 0 +006531 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006532 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006533 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006534 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006535 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006536 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006537 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006538 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006539 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006540 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006541 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006542 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006543 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006544 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006545 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006546 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006547 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006548 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006549 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006550 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006551 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006552 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006553 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006555 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006557 0 0 0 0 0 0 0 0 0 +006558 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006559 0 0 0 0 0 0 0 0 0 +006560 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006561 0 0 0 0 0 0 0 0 0 +006562 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006563 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006564 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006565 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006566 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006567 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006568 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006569 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006570 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006571 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006572 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006573 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006574 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006575 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006576 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006577 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006578 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006579 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006580 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006581 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006582 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006583 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006584 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006585 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006586 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006587 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006588 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006589 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006590 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006591 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006592 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006593 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006594 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006595 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006596 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006597 0 0 0 0 0 0 0 0 0 0 0 +006598 0 0 0 0 0 0 0 0 0 0 0 0 +006599 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006601 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006602 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006603 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006604 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006605 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006606 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006607 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006608 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006609 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006610 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006611 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006612 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006613 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006615 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006616 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006617 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006618 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006619 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006620 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006621 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006622 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006623 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006624 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006625 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006626 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006627 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006628 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006629 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006630 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006631 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006632 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006633 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006634 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006635 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006636 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006637 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006638 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006639 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006640 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006641 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006642 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006643 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006644 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006645 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006646 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006647 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006648 0 0 0 0 0 0 0 0 0 0 +006649 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006650 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006651 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006652 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006653 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006654 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006655 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006656 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006657 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006658 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006659 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006660 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006661 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006662 0 0 0 0 0 0 0 0 0 0 0 0 0 +006663 0 0 0 0 0 0 0 0 0 0 0 0 0 +006664 0 0 0 0 0 0 0 0 0 0 0 0 0 +006665 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006666 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006667 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006668 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006669 0 0 0 0 0 0 0 0 0 0 0 0 0 +006670 0 0 0 0 0 0 0 0 0 0 0 0 0 +006671 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006672 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006673 0 0 0 0 0 0 0 0 0 0 0 0 0 +006674 0 0 0 0 0 0 0 0 0 0 0 0 0 +006675 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006676 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006677 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006678 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006679 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006680 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006681 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006682 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006683 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006684 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006685 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006686 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006687 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006688 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006689 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006690 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006691 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006692 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006693 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006694 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006695 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006696 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006697 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006698 0 0 0 0 0 0 0 0 0 0 0 0 0 +006699 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006700 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006701 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006702 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006703 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006704 0 0 0 0 0 0 0 0 0 +006705 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006706 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006707 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006708 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006709 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006710 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006711 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006712 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006713 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006714 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006715 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006716 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006717 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006718 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006719 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006720 0 0 0 0 0 0 0 0 0 0 0 +006721 0 0 0 0 0 0 0 0 0 0 0 0 +006722 0 0 0 0 0 0 0 0 0 0 0 0 0 +006723 0 0 0 0 0 0 0 0 0 0 0 0 +006724 0 0 0 0 0 0 0 0 0 0 0 0 0 +006725 0 0 0 0 0 0 0 0 0 0 0 0 +006726 0 0 0 0 0 0 0 0 0 0 0 0 +006727 0 0 0 0 0 0 0 0 0 0 0 0 +006728 0 0 0 0 0 0 0 0 0 0 0 0 +006729 0 0 0 0 0 0 0 0 0 0 0 0 +006730 0 0 0 0 0 0 0 0 0 0 0 0 0 +006731 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006732 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006733 0 0 0 0 0 0 0 0 0 0 0 0 0 +006734 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006735 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006736 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006737 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006738 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006739 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006740 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006741 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006742 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006743 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006744 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006745 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006746 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006747 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006748 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006749 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006750 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006751 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006752 0 0 0 0 0 0 +006753 0 0 0 0 0 0 0 0 0 +006754 0 0 0 0 0 0 0 0 0 +006755 0 0 0 0 0 0 0 0 0 0 +006756 0 0 0 0 0 0 0 0 0 +006757 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006758 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006759 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006760 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006761 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006762 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006763 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006764 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006765 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006766 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006767 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006768 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006769 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006770 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006771 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006772 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006773 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006774 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006775 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006776 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006777 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006778 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006779 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006780 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006781 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006782 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006783 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006784 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006785 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006786 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006787 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006788 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006789 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006790 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006791 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006792 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006793 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006794 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006795 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006796 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006797 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006798 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006799 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006800 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006801 0 0 0 0 0 0 0 0 0 0 0 0 0 +006802 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006803 0 0 0 0 0 0 0 0 0 0 0 0 +006804 0 0 0 0 0 0 0 0 0 0 0 0 0 +006805 0 0 0 0 0 0 0 0 0 0 0 0 0 +006806 0 0 0 0 0 0 0 0 0 0 0 0 +006807 0 0 0 0 0 0 0 0 0 0 0 0 +006808 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006809 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006810 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006811 0 0 0 0 0 0 0 0 0 0 0 0 0 +006812 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006813 0 0 0 0 0 0 0 0 0 0 0 0 +006814 0 0 0 0 0 0 0 0 0 0 0 0 0 +006815 0 0 0 0 0 0 0 0 0 0 0 0 +006816 0 0 0 0 0 0 0 0 0 0 0 0 +006817 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006818 0 0 0 0 0 0 0 0 0 0 0 0 +006819 0 0 0 0 0 0 0 0 0 0 0 0 0 +006820 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006821 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006822 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006823 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006824 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006825 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006826 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006827 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006828 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006829 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006830 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006831 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006832 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006833 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006834 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006835 0 0 0 0 0 0 0 0 0 0 +006836 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006837 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006838 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006839 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006840 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006841 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006842 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006843 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006844 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006845 0 0 0 0 0 0 0 0 0 0 +006846 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006847 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006848 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006849 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006850 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006851 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006852 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006853 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006854 0 0 0 0 0 0 0 0 0 0 +006855 0 0 0 0 0 0 0 0 0 0 0 +006856 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006857 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006858 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006859 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006860 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006861 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006862 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006863 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006864 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006865 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006866 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006867 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006868 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006869 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006870 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006871 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006872 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006873 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006874 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006875 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006876 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006877 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006878 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006879 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006880 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006881 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006882 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006883 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006884 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006885 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006886 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006887 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006888 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006889 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006890 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006891 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006892 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006893 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006894 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006895 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006896 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006897 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006898 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006899 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006900 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006901 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006902 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006903 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006904 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006905 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006906 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006907 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006908 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006909 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006910 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006911 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006912 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006913 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006914 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006915 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006916 0 0 0 0 0 0 0 0 0 +006917 0 0 0 0 0 0 0 0 0 0 0 0 +006918 0 0 0 0 0 0 0 0 0 0 0 +006919 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006920 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006921 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006922 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006923 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006924 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006925 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006926 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006927 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006928 0 0 0 0 0 0 0 0 0 0 0 +006929 0 0 0 0 0 0 0 0 0 0 0 0 +006930 0 0 0 0 0 0 0 0 0 0 0 0 +006931 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006932 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006933 0 0 0 0 0 0 0 0 0 0 0 0 +006934 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006935 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006936 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006937 0 0 0 0 0 0 0 0 0 0 0 0 +006938 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006939 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006940 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006941 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006942 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006943 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006944 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006945 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006946 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006947 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006948 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006949 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006950 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006951 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006952 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006953 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006954 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006955 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006956 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006957 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006958 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006959 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006960 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006961 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006962 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006963 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006964 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006965 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006966 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006967 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006968 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006969 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006970 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006971 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006972 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006973 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006974 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006975 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006976 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006977 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006978 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006979 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006980 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006981 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006982 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006983 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006984 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006985 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006986 0 0 0 0 0 0 0 0 +006987 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006988 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006989 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006990 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006991 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006992 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006993 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006994 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006995 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006996 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006997 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006998 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +006999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007001 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007002 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007003 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007004 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007007 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007008 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007009 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007010 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007011 0 0 0 0 0 0 0 0 0 +007012 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007013 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007014 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007015 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007016 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007017 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007018 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007019 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007020 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007021 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007022 0 0 0 0 0 0 0 0 0 0 0 0 0 +007023 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007024 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007025 0 0 0 0 0 0 0 0 0 0 0 +007026 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007027 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007028 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007029 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007030 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007031 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007032 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007033 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007034 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007035 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007036 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007037 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007038 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007039 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007040 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007041 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007042 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007043 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007044 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007045 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007046 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007047 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007048 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007049 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007050 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007051 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007052 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007053 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007054 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007055 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007056 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007057 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007058 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007059 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007060 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007061 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007062 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007063 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007064 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007065 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007066 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007067 0 0 0 0 0 0 0 0 0 0 0 0 0 +007068 0 0 0 0 0 0 0 0 0 0 0 0 0 +007069 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007070 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007071 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007072 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007073 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007074 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007075 0 0 0 0 0 0 0 0 0 0 0 0 0 +007076 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007077 0 0 0 0 0 0 0 0 0 0 0 0 0 +007078 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007079 0 0 0 0 0 0 0 0 0 0 0 0 0 +007080 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007081 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007082 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007083 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007084 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007085 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007086 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007087 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007088 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007089 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007090 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007091 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007092 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007093 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007094 0 0 0 0 0 0 0 0 0 0 +007095 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007096 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007097 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007098 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007099 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007101 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007104 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007105 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007106 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007108 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007109 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007110 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007111 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007112 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007113 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007114 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007115 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007116 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007117 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007118 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007119 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007120 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007121 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007122 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007123 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007124 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007125 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007126 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007127 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007128 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007129 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007130 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007131 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007132 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007133 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007134 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007135 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007136 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007137 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007138 0 0 0 0 0 0 0 0 0 0 0 0 0 +007139 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007140 0 0 0 0 0 0 0 0 0 0 0 0 0 +007141 0 0 0 0 0 0 0 0 0 0 0 0 0 +007142 0 0 0 0 0 0 0 0 0 0 0 0 0 +007143 0 0 0 0 0 0 0 0 0 0 0 0 0 +007144 0 0 0 0 0 0 0 0 0 0 0 0 +007145 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007146 0 0 0 0 0 0 0 0 0 0 0 0 +007147 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007148 0 0 0 0 0 0 0 0 0 0 0 0 +007149 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007150 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007151 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007152 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007153 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007154 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007155 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007156 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007157 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007158 0 0 0 0 0 0 0 0 0 +007159 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007160 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007161 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007162 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007163 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007164 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007165 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007166 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007167 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007168 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007169 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007170 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007171 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007172 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007173 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007174 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007175 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007176 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007177 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007178 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007179 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007180 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007181 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007182 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007183 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007185 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007186 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007187 0 0 0 0 0 0 0 0 0 0 0 0 0 +007188 0 0 0 0 0 0 0 0 0 0 0 0 0 +007189 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007190 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007191 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007192 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007193 0 0 0 0 0 0 0 0 0 0 0 0 +007194 0 0 0 0 0 0 0 0 0 0 0 0 +007195 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007196 0 0 0 0 0 0 0 0 0 0 0 0 +007197 0 0 0 0 0 0 0 0 0 0 0 0 0 +007198 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007199 0 0 0 0 0 0 0 0 0 0 0 0 0 +007200 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007201 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007202 0 0 0 0 0 0 0 0 0 0 0 0 +007203 0 0 0 0 0 0 0 0 0 0 0 0 0 +007204 0 0 0 0 0 0 0 0 0 0 0 0 0 +007205 0 0 0 0 0 0 0 0 0 0 0 0 0 +007206 0 0 0 0 0 0 0 0 0 0 0 0 0 +007207 0 0 0 0 0 0 0 0 0 0 0 0 +007208 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007209 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007210 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007211 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007212 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007213 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007214 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007215 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007216 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007217 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007218 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007219 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007220 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007221 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007222 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007223 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007224 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007225 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007226 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007227 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007228 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007229 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007230 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007231 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007232 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007233 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007234 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007235 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007236 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007237 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007239 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007240 0 0 0 0 0 0 0 0 0 +007241 0 0 0 0 0 0 0 0 0 +007242 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007243 0 0 0 0 0 0 0 0 +007244 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007245 0 0 0 0 0 +007246 0 0 0 0 0 0 0 0 0 0 +007247 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007248 0 0 0 0 0 0 0 0 0 0 +007249 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007250 0 0 0 0 0 0 0 0 0 +007251 0 0 0 0 0 0 0 0 0 +007252 0 0 0 0 0 0 0 0 0 0 +007253 0 0 0 0 0 0 0 0 0 0 0 0 +007254 0 0 0 0 0 0 0 0 0 0 +007255 0 0 0 0 0 0 0 0 0 +007256 0 0 0 0 0 0 0 0 0 0 +007257 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007258 0 0 0 0 0 0 0 0 0 0 +007259 0 0 0 0 0 0 0 0 0 +007260 0 0 0 0 0 0 0 0 0 +007261 0 0 0 0 0 0 0 0 0 0 +007262 0 0 0 0 0 0 0 0 0 +007263 0 0 0 0 0 0 0 0 0 0 +007264 0 0 0 0 0 0 0 0 0 0 +007265 0 0 0 0 0 0 0 +007266 0 0 0 0 0 0 0 0 0 0 +007267 0 0 0 0 0 0 0 0 0 0 +007268 0 0 0 0 0 0 0 0 0 0 0 +007269 0 0 0 0 0 0 0 0 0 0 0 +007270 0 0 0 0 0 0 0 0 0 0 0 +007271 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007272 0 0 0 0 0 0 0 0 0 0 +007273 0 0 0 0 0 0 0 0 0 0 +007274 0 0 0 0 0 0 0 0 0 +007275 0 0 0 0 0 0 0 0 0 0 +007276 0 0 0 0 0 0 0 0 0 0 +007277 0 0 0 0 0 0 0 0 0 +007278 0 0 0 0 0 0 0 +007279 0 0 0 0 0 0 0 0 0 0 +007280 0 0 0 0 0 0 0 0 0 0 +007281 0 0 0 0 0 0 0 0 0 +007282 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007283 0 0 0 0 0 0 0 0 0 0 +007284 0 0 0 0 0 0 0 0 0 0 +007285 0 0 0 0 0 0 0 0 0 +007286 0 0 0 0 0 0 0 0 0 +007287 0 0 0 0 0 0 0 0 0 +007288 0 0 0 0 0 0 0 0 0 0 +007289 0 0 0 0 0 0 0 0 0 0 +007290 0 0 0 0 0 0 0 0 0 +007291 0 0 0 0 0 0 0 0 0 +007292 0 0 0 0 0 0 0 0 0 0 +007293 0 0 0 0 0 0 0 0 0 +007294 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007295 0 0 0 0 0 0 0 0 0 +007296 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007297 0 0 0 0 0 0 0 0 0 0 0 +007298 0 0 0 0 0 0 0 0 0 +007299 0 0 0 0 0 0 0 0 0 0 0 0 +007300 0 0 0 0 0 0 0 0 0 +007301 0 0 0 0 0 0 0 0 0 0 +007302 0 0 0 0 0 0 0 0 0 +007303 0 0 0 0 0 0 0 0 +007304 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007305 0 0 0 0 0 0 0 0 0 0 +007306 0 0 0 0 0 0 0 0 0 +007307 0 0 0 0 0 0 0 0 0 0 +007308 0 0 0 0 0 0 0 0 0 +007309 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007310 0 0 0 0 0 0 0 0 0 0 +007311 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007312 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007313 0 0 0 0 0 0 0 0 0 +007314 0 0 0 0 0 0 0 0 0 +007315 0 0 0 0 0 0 0 0 0 0 +007316 0 0 0 0 0 0 0 0 0 +007317 0 0 0 0 0 0 0 0 0 0 +007318 0 0 0 0 0 0 0 0 0 0 +007319 0 0 0 0 0 0 0 0 0 +007320 0 0 0 0 0 0 0 0 0 0 0 +007321 0 0 0 0 0 0 0 0 0 0 +007322 0 0 0 0 0 0 0 +007323 0 0 0 0 0 0 0 0 0 +007324 0 0 0 0 0 0 0 0 0 0 0 +007325 0 0 0 0 0 0 0 0 0 +007326 0 0 0 0 0 0 0 0 0 0 +007327 0 0 0 0 0 0 0 0 0 +007328 0 0 0 0 0 0 0 0 0 0 0 +007329 0 0 0 0 0 0 0 0 0 +007330 0 0 0 0 0 0 0 0 0 0 +007331 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007332 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007333 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007334 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007335 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007336 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007337 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007338 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007339 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007340 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007341 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007342 0 0 0 0 0 0 0 0 0 0 0 0 0 +007343 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007344 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007345 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007346 0 0 0 0 0 0 0 0 0 0 0 +007347 0 0 0 0 0 0 0 0 0 0 0 0 0 +007348 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007349 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007350 0 0 0 0 0 0 0 0 0 0 +007351 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007352 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007353 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007354 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007355 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007356 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007357 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007358 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007359 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007360 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007361 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007362 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007363 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007364 0 0 0 0 0 0 0 0 0 0 0 +007365 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007366 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007367 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007368 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007369 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007370 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007371 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007372 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007373 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007374 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007375 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007376 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007377 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007378 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007379 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007380 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007381 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007382 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007383 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007384 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007385 0 0 0 0 0 0 0 0 0 0 0 +007386 0 0 0 0 0 0 0 0 0 0 0 +007387 0 0 0 0 0 0 0 0 0 0 0 +007388 0 0 0 0 0 0 0 0 0 0 0 +007389 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007390 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007391 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007392 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007393 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007394 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007395 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007396 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007397 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007398 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007399 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007401 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007402 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007403 0 0 0 0 0 0 0 0 0 0 0 0 +007404 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007405 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007406 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007407 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007408 0 0 0 0 0 0 0 0 0 0 0 0 +007409 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007410 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007411 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007412 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007413 0 0 0 0 0 0 0 0 0 0 0 0 0 +007414 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007415 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007416 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007417 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007418 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007419 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007420 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007421 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007422 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007423 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007424 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007425 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007426 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007427 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007428 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007429 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007430 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007431 0 0 0 0 0 0 0 0 0 0 0 0 0 +007432 0 0 0 0 0 0 0 0 0 0 0 0 0 +007433 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007434 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007435 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007436 0 0 0 0 0 0 0 0 0 0 0 0 +007437 0 0 0 0 0 0 0 0 0 0 0 +007438 0 0 0 0 0 0 0 0 0 0 0 0 +007439 0 0 0 0 0 0 0 0 0 0 0 +007440 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007441 0 0 0 0 0 0 0 0 0 0 0 0 +007442 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007443 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007444 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007445 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007446 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007447 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007448 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007449 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007450 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007451 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007452 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007453 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007454 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007455 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007456 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007457 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007458 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007459 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007460 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007461 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007462 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007463 0 0 0 0 0 0 0 0 0 0 0 0 0 +007464 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007465 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007466 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007467 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007468 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007469 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007470 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007471 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007472 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007473 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007474 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007475 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007476 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007477 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007478 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007479 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007480 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007481 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007482 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007483 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007484 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007485 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007486 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007487 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007488 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007489 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007490 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007491 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007492 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007493 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007494 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007495 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007496 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007497 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007498 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007499 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007501 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007502 0 0 0 0 0 0 0 0 0 0 0 0 0 +007503 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007504 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007505 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007506 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007507 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007508 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007509 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007510 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007511 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007512 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007513 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007514 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007515 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007516 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007517 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007518 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007519 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007520 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007521 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007522 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007523 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007524 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007526 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007527 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007528 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007529 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007530 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007531 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007532 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007533 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007534 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007535 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007536 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007537 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007538 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007539 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007540 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007541 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007542 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007543 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007544 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007545 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007546 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007547 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007548 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007549 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007550 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007551 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007552 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007553 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007555 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007557 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007558 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007559 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007560 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007561 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007562 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007563 0 0 0 0 0 0 0 0 0 0 0 0 0 +007564 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007565 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007566 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007567 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007568 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007569 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007570 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007571 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007572 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007573 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007574 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007575 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007576 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007577 0 0 0 0 0 0 0 0 0 0 +007578 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007579 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007580 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007581 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007582 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007583 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007584 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007585 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007586 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007587 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007588 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007589 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007590 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007591 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007592 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007593 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007594 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007595 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007596 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007597 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007598 0 0 0 0 0 0 0 0 0 +007599 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007601 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007602 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007603 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007604 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007605 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007606 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007607 0 0 0 0 0 0 0 0 0 0 0 +007608 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007609 0 0 0 0 0 0 0 0 0 0 +007610 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007611 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007612 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007613 0 0 0 0 0 0 0 0 0 0 0 0 0 +007614 0 0 0 0 0 0 0 0 0 0 0 0 0 +007615 0 0 0 0 0 0 0 0 0 0 0 0 0 +007616 0 0 0 0 0 0 0 0 0 0 0 0 +007617 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007618 0 0 0 0 0 0 0 0 0 0 0 0 0 +007619 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007620 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007621 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007622 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007623 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007624 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007625 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007626 0 0 0 0 0 0 0 0 0 0 0 +007627 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007628 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007629 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007630 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007631 0 0 0 0 0 0 0 0 0 0 0 0 0 +007632 0 0 0 0 0 0 0 0 0 +007633 0 0 0 0 0 0 0 0 0 0 0 0 0 +007634 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007635 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007636 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007637 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007638 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007639 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007640 0 0 0 0 0 0 0 0 0 0 0 0 0 +007641 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007642 0 0 0 0 0 0 0 0 0 0 0 0 0 +007643 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007644 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007645 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007646 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007647 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007648 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007649 0 0 0 0 0 0 0 0 0 0 0 0 0 +007650 0 0 0 0 0 0 0 0 0 0 0 0 0 +007651 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007652 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007653 0 0 0 0 0 0 0 0 0 0 0 0 0 +007654 0 0 0 0 0 0 0 0 0 0 0 0 0 +007655 0 0 0 0 0 0 0 0 0 0 0 0 +007656 0 0 0 0 0 0 0 0 0 0 0 0 0 +007657 0 0 0 0 0 0 0 0 0 0 0 0 0 +007658 0 0 0 0 0 0 0 0 0 0 0 0 0 +007659 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007660 0 0 0 0 0 0 0 0 0 0 0 0 0 +007661 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007662 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007663 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007664 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007665 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007666 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007667 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007668 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007669 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007670 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007671 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007672 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007673 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007674 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007675 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007676 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007677 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007678 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007679 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007680 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007681 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007682 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007683 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007684 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007685 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007686 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007687 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007688 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007689 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007690 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007691 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007692 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007693 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007694 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007695 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007696 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007697 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007698 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007699 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007700 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007701 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007702 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007703 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007704 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007705 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007706 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007707 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007708 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007709 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007710 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007711 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007712 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007713 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007714 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007715 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007716 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007717 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007718 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007719 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007720 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007721 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007722 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007723 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007724 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007725 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007726 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007727 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007728 0 0 0 0 0 0 0 0 0 0 0 0 +007729 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007730 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007731 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007732 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007733 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007734 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007735 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007736 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007737 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007738 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007739 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007740 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007741 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007742 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007743 0 0 0 0 0 0 0 0 0 0 0 +007744 0 0 0 0 0 0 0 0 0 0 0 0 +007745 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007746 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007747 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007748 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007749 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007750 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007751 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007752 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007753 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007754 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007755 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007756 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007757 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007758 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007759 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007760 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007761 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007762 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007763 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007764 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007765 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007766 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007767 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007768 0 0 0 0 0 0 0 0 0 0 0 0 0 +007769 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007770 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007771 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007772 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007773 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007774 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007775 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007776 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007777 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007778 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007779 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007780 0 0 0 0 0 0 0 0 0 0 0 +007781 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007782 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007783 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007784 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007785 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007786 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007787 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007788 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007789 0 0 0 0 0 0 0 0 0 0 0 0 +007790 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007791 0 0 0 0 0 0 0 0 0 0 0 0 0 +007792 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007793 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007794 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007795 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007796 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007797 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007798 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007799 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007800 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007801 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007802 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007803 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007804 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007805 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007806 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007807 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007808 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007809 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007810 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007811 0 0 0 0 0 0 0 0 0 0 0 +007812 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007813 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007814 0 0 0 0 0 0 0 0 0 0 +007815 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007816 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007817 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007818 0 0 0 0 0 0 0 0 0 0 0 +007819 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007820 0 0 0 0 0 0 0 0 0 0 0 0 +007821 0 0 0 0 0 0 0 0 0 0 0 +007822 0 0 0 0 0 0 0 0 0 0 0 +007823 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007824 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007825 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007826 0 0 0 0 0 0 0 0 0 0 0 0 +007827 0 0 0 0 0 0 0 0 0 0 +007828 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007829 0 0 0 0 0 0 0 0 0 0 0 0 +007830 0 0 0 0 0 0 0 0 0 0 0 +007831 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007832 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007833 0 0 0 0 0 0 0 0 0 0 0 +007834 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007835 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007836 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007837 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007838 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007839 0 0 0 0 0 0 0 0 0 0 +007840 0 0 0 0 0 0 0 0 0 0 +007841 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007842 0 0 0 0 0 0 0 0 0 0 0 +007843 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007844 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007845 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007846 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007847 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007848 0 0 0 0 0 0 0 0 0 0 0 +007849 0 0 0 0 0 0 0 0 0 0 +007850 0 0 0 0 0 0 0 0 0 0 0 0 +007851 0 0 0 0 0 0 0 0 0 0 +007852 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007853 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007854 0 0 0 0 0 0 0 0 0 0 0 +007855 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007856 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007857 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007858 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007859 0 0 0 0 0 0 0 0 0 0 0 +007860 0 0 0 0 0 0 0 0 0 0 0 +007861 0 0 0 0 0 0 0 0 0 0 +007862 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007863 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007864 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007865 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007866 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007867 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007868 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007869 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007870 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007871 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007872 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007873 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007874 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007875 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007876 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007877 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007878 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007879 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007880 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007881 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007882 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007883 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007884 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007885 0 0 0 0 0 0 0 0 0 0 0 +007886 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007887 0 0 0 0 0 0 0 0 0 0 0 0 +007888 0 0 0 0 0 0 0 0 0 0 0 0 +007889 0 0 0 0 0 0 0 0 0 0 0 0 +007890 0 0 0 0 0 0 0 0 0 0 0 +007891 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007892 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007893 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007894 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007895 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007896 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007897 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007898 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007899 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007900 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007901 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007902 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007903 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007904 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007905 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007906 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007907 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007908 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007909 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007910 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007911 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007912 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007913 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007914 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007915 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007916 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007917 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007918 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007919 0 0 0 0 0 0 0 0 0 0 0 +007920 0 0 0 0 0 0 0 0 0 0 0 0 +007921 0 0 0 0 0 0 0 0 0 0 0 0 0 +007922 0 0 0 0 0 0 0 0 0 0 0 0 +007923 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007924 0 0 0 0 0 0 0 0 0 +007925 0 0 0 0 0 0 0 0 0 0 +007926 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007927 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007928 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007929 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007930 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007931 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007932 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007933 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007934 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007935 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007936 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007937 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007938 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007939 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007940 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007941 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007942 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007943 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007944 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007945 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007946 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007947 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007948 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007949 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007950 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007951 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007952 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007953 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007954 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007955 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007956 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007957 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007958 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007959 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007960 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007961 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007962 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007963 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007964 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007965 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007966 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007967 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007968 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007969 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007970 0 0 0 0 0 0 0 0 0 0 0 0 +007971 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007972 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007973 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007974 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007975 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007976 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007977 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007978 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007979 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007980 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007981 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007982 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007983 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007984 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007985 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007986 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007987 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007988 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007989 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007990 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007991 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007992 0 0 0 0 0 0 0 0 0 0 0 0 0 +007993 0 0 0 0 0 0 0 0 0 0 0 0 +007994 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007995 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007996 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007997 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007998 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +007999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008001 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008002 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008003 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008004 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008005 0 0 0 0 0 0 0 0 0 0 +008006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008007 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008008 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008009 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008010 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008011 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008012 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008013 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008014 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008015 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008016 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008017 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008018 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008019 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008020 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008021 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008022 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008023 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008024 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008025 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008026 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008027 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008028 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008029 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008030 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008031 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008032 0 0 0 0 0 0 0 0 0 0 0 0 0 +008033 0 0 0 0 0 0 0 0 0 0 0 0 0 +008034 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008035 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008036 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008037 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008038 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008039 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008040 0 0 0 0 0 0 0 0 0 0 0 0 0 +008041 0 0 0 0 0 0 0 0 0 0 0 0 0 +008042 0 0 0 0 0 0 0 0 0 0 0 0 0 +008043 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008044 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008045 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008046 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008047 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008048 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008049 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008050 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008051 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008052 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008053 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008054 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008055 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008056 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008057 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008058 0 0 0 0 0 0 0 0 0 0 0 0 0 +008059 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008060 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008061 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008062 0 0 0 0 0 0 0 0 0 0 0 0 0 +008063 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008064 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008065 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008066 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008067 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008068 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008069 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008070 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008071 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008072 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008073 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008074 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008075 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008076 0 0 0 0 0 0 0 0 0 0 0 0 0 +008077 0 0 0 0 0 0 0 0 0 0 0 0 0 +008078 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008079 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008080 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008081 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008082 0 0 0 0 0 0 0 0 0 0 0 +008083 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008084 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008085 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008086 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008087 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008088 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008089 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008090 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008091 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008092 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008093 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008094 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008095 0 0 0 0 0 0 0 0 0 0 0 +008096 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008097 0 0 0 0 0 0 0 0 0 0 0 0 0 +008098 0 0 0 0 0 0 0 0 0 0 0 0 0 +008099 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008101 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008104 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008105 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008106 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008108 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008109 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008110 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008111 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008112 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008113 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008114 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008115 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008116 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008117 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008118 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008119 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008120 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008121 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008122 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008123 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008124 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008125 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008126 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008127 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008128 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008129 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008130 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008131 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008132 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008133 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008134 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008135 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008136 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008137 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008138 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008139 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008140 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008141 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008142 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008143 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008144 0 0 0 0 0 0 0 0 0 +008145 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008146 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008147 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008148 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008149 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008150 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008151 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008152 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008153 0 0 0 0 0 0 0 0 0 0 0 +008154 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008155 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008156 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008157 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008158 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008159 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008160 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008161 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008162 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008163 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008164 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008165 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008166 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008167 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008168 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008169 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008170 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008171 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008172 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008173 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008174 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008175 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008176 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008177 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008178 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008179 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008180 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008181 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008182 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008183 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008185 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008186 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008187 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008188 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008189 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008190 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008191 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008192 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008193 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008194 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008195 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008196 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008197 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008198 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008199 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008200 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008201 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008202 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008203 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008204 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008205 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008206 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008208 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008209 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008210 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008211 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008212 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008213 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008214 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008215 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008216 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008217 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008218 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008219 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008220 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008221 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008222 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008223 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008224 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008225 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008226 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008227 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008228 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008229 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008230 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008231 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008232 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008233 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008234 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008235 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008236 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008237 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008238 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008239 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008240 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008241 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008242 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008243 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008244 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008245 0 0 0 0 0 0 0 0 0 0 0 0 0 +008246 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008247 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008248 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008249 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008250 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008251 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008252 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008253 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008254 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008256 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008257 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008258 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008259 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008260 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008261 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008262 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008263 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008264 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008265 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008266 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008267 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008268 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008269 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008270 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008271 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008272 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008273 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008274 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008275 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008276 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008277 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008278 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008279 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008280 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008281 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008282 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008283 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008284 0 0 0 0 0 0 0 0 0 0 0 0 0 +008285 0 0 0 0 0 0 0 0 0 0 0 0 +008286 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008287 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008288 0 0 0 0 0 0 0 0 0 0 0 0 0 +008289 0 0 0 0 0 0 0 0 0 0 0 0 0 +008290 0 0 0 0 0 0 0 0 0 0 0 0 +008291 0 0 0 0 0 0 0 0 0 0 0 +008292 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008293 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008294 0 0 0 0 0 0 0 0 0 0 0 0 0 +008295 0 0 0 0 0 0 0 0 0 0 0 0 0 +008296 0 0 0 0 0 0 0 0 0 0 0 0 0 +008297 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008298 0 0 0 0 0 0 0 0 0 0 0 0 0 +008299 0 0 0 0 0 0 0 0 0 0 0 0 0 +008300 0 0 0 0 0 0 0 0 0 0 0 0 +008301 0 0 0 0 0 0 0 0 0 0 0 0 0 +008302 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008303 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008304 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008305 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008306 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008307 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008308 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008309 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008310 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008311 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008312 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008313 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008314 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008315 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008316 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008317 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008318 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008319 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008320 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008321 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008322 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008323 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008324 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008325 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008326 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008327 0 0 0 0 0 0 0 0 0 0 0 +008328 0 0 0 0 0 0 0 0 0 0 0 0 +008329 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008330 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008331 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008332 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008333 0 0 0 0 0 0 0 0 0 0 0 +008334 0 0 0 0 0 0 0 0 0 0 0 +008335 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008336 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008337 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008338 0 0 0 0 0 0 0 0 0 0 0 +008339 0 0 0 0 0 0 0 0 0 0 0 0 +008340 0 0 0 0 0 0 0 0 0 0 0 0 0 +008341 0 0 0 0 0 0 0 0 0 0 0 0 +008342 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008343 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008344 0 0 0 0 0 0 0 0 0 0 0 +008345 0 0 0 0 0 0 0 0 0 0 0 0 +008346 0 0 0 0 0 0 0 0 0 0 0 +008347 0 0 0 0 0 0 0 0 0 0 0 +008348 0 0 0 0 0 0 0 0 0 0 0 +008349 0 0 0 0 0 0 0 0 0 0 0 +008350 0 0 0 0 0 0 0 0 0 0 0 +008351 0 0 0 0 0 0 0 0 0 0 0 0 0 +008352 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008353 0 0 0 0 0 0 0 0 0 0 0 +008354 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008355 0 0 0 0 0 0 0 0 0 0 0 0 +008356 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008357 0 0 0 0 0 0 0 0 0 0 0 +008358 0 0 0 0 0 0 0 0 0 0 0 +008359 0 0 0 0 0 0 0 0 0 0 0 0 +008360 0 0 0 0 0 0 0 0 0 0 0 +008361 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008362 0 0 0 0 0 0 0 0 0 0 0 +008363 0 0 0 0 0 0 0 0 0 0 0 0 +008364 0 0 0 0 0 0 0 0 0 0 0 +008365 0 0 0 0 0 0 0 0 0 0 0 0 +008366 0 0 0 0 0 0 0 0 0 0 0 +008367 0 0 0 0 0 0 0 0 0 0 0 +008368 0 0 0 0 0 0 0 0 0 0 0 0 +008369 0 0 0 0 0 0 0 0 0 0 0 0 +008370 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008371 0 0 0 0 0 0 0 0 0 0 0 0 0 +008372 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008373 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008374 0 0 0 0 0 0 0 0 0 0 0 +008375 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008376 0 0 0 0 0 0 0 0 0 0 0 +008377 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008378 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008379 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008380 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008381 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008382 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008383 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008384 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008385 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008386 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008387 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008388 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008389 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008390 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008391 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008392 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008393 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008394 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008395 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008396 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008397 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008398 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008399 0 0 0 0 0 0 0 0 0 0 0 0 0 +008400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008401 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008402 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008403 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008404 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008405 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008406 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008407 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008408 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008409 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008410 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008411 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008412 0 0 0 0 0 0 0 0 0 +008413 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008414 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008415 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008416 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008417 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008418 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008419 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008420 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008421 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008422 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008423 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008424 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008425 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008426 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008427 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008428 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008429 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008430 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008431 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008432 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008433 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008434 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008435 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008436 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008437 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008438 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008439 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008440 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008441 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008442 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008443 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008444 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008445 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008446 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008447 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008448 0 0 0 0 0 0 0 0 0 0 +008449 0 0 0 0 0 0 0 0 0 0 0 +008450 0 0 0 0 0 0 0 0 0 0 0 0 0 +008451 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008452 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008453 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008454 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008455 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008456 0 0 0 0 0 0 0 0 0 0 0 0 0 +008457 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008458 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008459 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008460 0 0 0 0 0 0 0 0 +008461 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008462 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008463 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008464 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008465 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008466 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008467 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008468 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008469 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008470 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008471 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008472 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008473 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008474 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008475 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008476 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008477 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008478 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008479 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008480 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008481 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008482 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008483 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008484 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008485 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008486 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008487 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008488 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008489 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008490 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008491 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008492 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008493 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008494 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008495 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008496 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008497 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008498 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008499 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008501 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008502 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008503 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008504 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008505 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008506 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008507 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008508 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008509 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008510 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008511 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008512 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008513 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008514 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008515 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008516 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008517 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008518 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008519 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008520 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008521 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008522 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008523 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008524 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008526 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008527 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008528 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008529 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008530 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008531 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008532 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008533 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008534 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008535 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008536 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008537 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008538 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008539 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008540 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008541 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008542 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008543 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008544 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008545 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008546 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008547 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008548 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008549 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008550 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008551 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008552 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008553 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008555 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008557 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008558 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008559 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008560 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008561 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008562 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008563 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008564 0 0 0 0 0 0 0 0 0 0 0 0 +008565 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008566 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008567 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008568 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008569 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008570 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008571 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008572 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008573 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008574 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008575 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008576 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008577 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008578 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008579 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008580 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008581 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008582 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008583 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008584 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008585 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008586 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008587 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008588 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008589 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008590 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008591 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008592 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008593 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008594 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008595 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008596 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008597 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008598 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008599 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008601 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008602 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008603 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008604 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008605 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008606 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008607 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008608 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008609 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008610 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008611 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008612 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008613 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008615 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008616 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008617 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008618 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008619 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008620 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008621 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008622 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008623 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008624 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008625 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008626 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008627 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008628 0 0 0 0 0 0 0 0 0 0 0 0 0 +008629 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008630 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008631 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008632 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008633 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008634 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008635 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008636 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008637 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008638 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008639 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008640 0 0 0 0 0 0 0 0 0 0 0 0 0 +008641 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008642 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008643 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008644 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008645 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008646 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008647 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008648 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008649 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008650 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008651 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008652 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008653 0 0 0 0 0 0 0 0 0 0 0 0 +008654 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008655 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008656 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008657 0 0 0 0 0 0 0 0 0 0 0 0 0 +008658 0 0 0 0 0 0 0 0 0 0 0 0 0 +008659 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008660 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008661 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008662 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008663 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008664 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008665 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008666 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008667 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008668 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008669 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008670 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008671 0 0 0 0 0 0 0 0 0 0 0 0 0 +008672 0 0 0 0 0 0 0 0 0 0 0 0 +008673 0 0 0 0 0 0 0 0 0 0 0 0 0 +008674 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008675 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008676 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008677 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008678 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008679 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008680 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008681 0 0 0 0 0 0 0 0 0 0 +008682 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008683 0 0 0 0 0 0 0 0 0 0 +008684 0 0 0 0 0 0 0 0 +008685 0 0 0 0 0 0 0 0 0 +008686 0 0 0 0 0 0 0 0 0 +008687 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008688 0 0 0 0 0 0 0 0 0 +008689 0 0 0 0 0 0 0 0 0 0 +008690 0 0 0 0 0 0 0 0 0 0 +008691 0 0 0 0 0 0 0 0 0 0 0 +008692 0 0 0 0 0 0 0 0 0 0 +008693 0 0 0 0 0 0 0 0 0 +008694 0 0 0 0 0 0 0 0 0 0 0 +008695 0 0 0 0 0 0 0 0 0 +008696 0 0 0 0 0 0 0 0 0 +008697 0 0 0 0 0 0 0 0 0 0 +008698 0 0 0 0 0 0 0 +008699 0 0 0 0 0 0 0 0 0 +008700 0 0 0 0 0 0 0 0 0 0 0 +008701 0 0 0 0 0 0 0 0 0 0 +008702 0 0 0 0 0 0 0 0 +008703 0 0 0 0 0 0 0 0 0 0 +008704 0 0 0 0 0 0 0 0 +008705 0 0 0 0 0 0 0 0 0 +008706 0 0 0 0 0 0 0 0 0 +008707 0 0 0 0 0 0 0 0 0 +008708 0 0 0 0 0 0 0 0 0 0 +008709 0 0 0 0 0 0 0 0 0 +008710 0 0 0 0 0 0 0 0 0 0 +008711 0 0 0 0 0 0 0 0 0 0 +008712 0 0 0 0 0 0 0 0 0 0 +008713 0 0 0 0 0 0 0 0 0 +008714 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008715 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008716 0 0 0 0 0 0 0 0 +008717 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008718 0 0 0 0 0 0 0 0 0 0 +008719 0 0 0 0 0 0 0 0 0 0 0 +008720 0 0 0 0 0 0 0 0 0 0 0 +008721 0 0 0 0 0 0 0 0 0 +008722 0 0 0 0 0 0 0 0 0 +008723 0 0 0 0 0 0 0 0 0 +008724 0 0 0 0 0 0 +008725 0 0 0 0 0 0 0 0 +008726 0 0 0 0 0 0 0 0 0 0 +008727 0 0 0 0 0 0 0 0 0 0 +008728 0 0 0 0 0 0 0 0 0 0 +008729 0 0 0 0 0 0 0 0 0 0 +008730 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008731 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008732 0 0 0 0 0 0 0 0 0 0 +008733 0 0 0 0 0 0 0 0 0 +008734 0 0 0 0 0 0 0 0 0 +008735 0 0 0 0 0 0 0 0 0 0 +008736 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008737 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008738 0 0 0 0 0 0 0 0 0 0 0 0 0 +008739 0 0 0 0 0 0 0 0 0 0 0 0 +008740 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008741 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008742 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008743 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008744 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008745 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008746 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008747 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008748 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008749 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008750 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008751 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008752 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008753 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008754 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008755 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008756 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008757 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008758 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008759 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008760 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008761 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008762 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008763 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008764 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008765 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008766 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008767 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008768 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008769 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008770 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008771 0 0 0 0 0 0 0 0 0 0 0 0 0 +008772 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008773 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008774 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008775 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008776 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008777 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008778 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008779 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008780 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008781 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008782 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008783 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008784 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008785 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008786 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008787 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008788 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008789 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008790 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008791 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008792 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008793 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008794 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008795 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008796 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008797 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008798 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008799 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008800 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008801 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008802 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008803 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008804 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008805 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008806 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008807 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008808 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008809 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008810 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008811 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008812 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008813 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008814 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008815 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008816 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008817 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008818 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008819 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008820 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008821 0 0 0 0 0 0 0 0 0 0 0 +008822 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008823 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008824 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008825 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008826 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008827 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008828 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008829 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008830 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008831 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008832 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008833 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008834 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008835 0 0 0 0 0 0 0 0 0 0 0 0 +008836 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008837 0 0 0 0 0 0 0 0 0 0 0 0 +008838 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008839 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008840 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008841 0 0 0 0 0 0 0 0 0 0 0 0 +008842 0 0 0 0 0 0 0 0 0 0 0 +008843 0 0 0 0 0 0 0 0 0 0 0 +008844 0 0 0 0 0 0 0 0 0 0 0 0 +008845 0 0 0 0 0 0 0 0 0 0 0 +008846 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008847 0 0 0 0 0 0 0 0 0 0 0 0 +008848 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008849 0 0 0 0 0 0 0 0 0 0 0 0 +008850 0 0 0 0 0 0 0 0 0 0 0 +008851 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008852 0 0 0 0 0 0 0 0 0 0 0 0 +008853 0 0 0 0 0 0 0 0 0 0 0 0 0 +008854 0 0 0 0 0 0 0 0 0 0 0 0 0 +008855 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008856 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008857 0 0 0 0 0 0 0 0 0 0 0 0 0 +008858 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008859 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008860 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008861 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008862 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008863 0 0 0 0 0 0 0 0 0 0 0 0 +008864 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008865 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008866 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008867 0 0 0 0 0 0 0 0 0 0 0 0 +008868 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008869 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008870 0 0 0 0 0 0 0 0 0 0 0 +008871 0 0 0 0 0 0 0 0 0 0 0 +008872 0 0 0 0 0 0 0 0 0 0 0 0 0 +008873 0 0 0 0 0 0 0 0 0 0 0 0 0 +008874 0 0 0 0 0 0 0 0 0 0 0 +008875 0 0 0 0 0 0 0 0 0 0 0 0 +008876 0 0 0 0 0 0 0 0 0 0 0 0 +008877 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008878 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008879 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008880 0 0 0 0 0 0 0 0 0 0 0 0 +008881 0 0 0 0 0 0 0 0 0 0 0 +008882 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008883 0 0 0 0 0 0 0 0 0 0 0 0 0 +008884 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008885 0 0 0 0 0 0 0 0 0 0 0 0 +008886 0 0 0 0 0 0 0 0 0 0 0 0 +008887 0 0 0 0 0 0 0 0 0 0 0 0 +008888 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008889 0 0 0 0 0 0 0 0 0 0 0 +008890 0 0 0 0 0 0 0 0 0 0 0 0 0 +008891 0 0 0 0 0 0 0 0 0 0 0 0 +008892 0 0 0 0 0 0 0 0 0 0 0 0 +008893 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008894 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008895 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008896 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008897 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008898 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008899 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008900 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008901 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008902 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008903 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008904 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008905 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008906 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008907 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008908 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008909 0 0 0 0 0 0 0 0 0 0 0 +008910 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008911 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008912 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008913 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008914 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008915 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008916 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008917 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008918 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008919 0 0 0 0 0 0 0 0 0 0 0 0 +008920 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008921 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008922 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008923 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008924 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008925 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008926 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008927 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008928 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008929 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008930 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008931 0 0 0 0 0 0 0 0 0 0 0 +008932 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008933 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008934 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008935 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008936 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008937 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008938 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008939 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008940 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008941 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008942 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008943 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008944 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008945 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008946 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008947 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008948 0 0 0 0 0 0 0 0 0 0 0 0 0 +008949 0 0 0 0 0 0 0 0 0 0 0 0 0 +008950 0 0 0 0 0 0 0 0 0 0 0 0 +008951 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008952 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008953 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008954 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008955 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008956 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008957 0 0 0 0 0 0 0 0 0 0 0 0 0 +008958 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008959 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008960 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008961 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008962 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008963 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008964 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008965 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008966 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008967 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008968 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008969 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008970 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008971 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008972 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008973 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008974 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008975 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008976 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008977 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008978 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008979 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008980 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008981 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008982 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008983 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008984 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008985 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008986 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008987 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008988 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008989 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008990 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008991 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008992 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008993 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008994 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008995 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008996 0 0 0 0 0 0 0 0 0 0 0 0 +008997 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008998 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +008999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009000 0 0 0 0 0 0 0 0 0 0 0 +009001 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009002 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009003 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009004 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009005 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009006 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009007 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009008 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009009 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009010 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009011 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009012 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009013 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009014 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009015 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009016 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009017 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009018 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009019 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009020 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009021 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009022 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009023 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009024 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009025 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009026 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009027 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009028 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009029 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009030 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009031 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009032 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009033 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009034 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009035 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009036 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009037 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009038 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009039 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009040 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009041 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009042 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009043 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009044 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009045 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009046 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009047 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009048 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009049 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009050 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009051 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009052 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009053 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009054 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009055 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009056 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009057 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009058 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009059 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009060 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009061 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009062 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009063 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009064 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009065 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009066 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009067 0 0 0 0 0 0 0 0 0 0 0 0 0 +009068 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009069 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009070 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009071 0 0 0 0 0 0 0 0 0 +009072 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009073 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009074 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009075 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009076 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009077 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009078 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009079 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009080 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009081 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009082 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009083 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009084 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009085 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009086 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009087 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009088 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009089 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009090 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009091 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009092 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009093 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009094 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009095 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009096 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009097 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009098 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009099 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009101 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009102 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009103 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009104 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009105 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009106 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009107 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009108 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009109 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009110 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009111 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009112 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009113 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009114 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009115 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009116 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009117 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009118 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009119 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009120 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009121 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009122 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009123 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009124 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009125 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009126 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009127 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009128 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009129 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009130 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009131 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009132 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009133 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009134 0 0 0 0 0 0 0 0 0 0 0 0 +009135 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009136 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009137 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009138 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009139 0 0 0 0 0 0 0 0 0 0 0 0 +009140 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009141 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009142 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009143 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009144 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009145 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009146 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009147 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009148 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009149 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009150 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009151 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009152 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009153 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009154 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009155 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009156 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009157 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009158 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009159 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009160 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009161 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009162 0 0 0 0 0 0 0 0 0 0 0 0 0 +009163 0 0 0 0 0 0 0 0 0 0 0 0 +009164 0 0 0 0 0 0 0 0 0 0 0 0 0 +009165 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009166 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009167 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009168 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009169 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009170 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009171 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009172 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009173 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009174 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009175 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009176 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009177 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009178 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009179 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009180 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009181 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009182 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009183 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009184 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009185 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009186 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009187 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009188 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009189 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009190 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009191 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009192 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009193 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009194 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009195 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009196 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009197 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009198 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009199 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009200 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009201 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009202 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009203 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009204 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009205 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009206 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009207 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009208 0 0 0 0 0 0 0 0 0 0 0 0 0 +009209 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009210 0 0 0 0 0 0 0 0 0 0 0 0 +009211 0 0 0 0 0 0 0 0 0 0 0 0 0 +009212 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009213 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009214 0 0 0 0 0 0 0 0 0 0 0 0 +009215 0 0 0 0 0 0 0 0 0 0 0 0 +009216 0 0 0 0 0 0 0 0 0 0 0 0 0 +009217 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009218 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009219 0 0 0 0 0 0 0 0 0 0 0 0 0 +009220 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009221 0 0 0 0 0 0 0 0 0 0 0 0 +009222 0 0 0 0 0 0 0 0 0 0 0 0 0 +009223 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009224 0 0 0 0 0 0 0 0 0 0 0 0 +009225 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009226 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009227 0 0 0 0 0 0 0 0 0 0 0 0 +009228 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009229 0 0 0 0 0 0 0 0 0 0 0 0 +009230 0 0 0 0 0 0 0 0 0 0 0 0 0 +009231 0 0 0 0 0 0 0 0 0 0 0 0 +009232 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009233 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009234 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009235 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009236 0 0 0 0 0 0 0 0 0 0 0 0 +009237 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009238 0 0 0 0 0 0 0 0 0 0 0 0 0 +009239 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009240 0 0 0 0 0 0 0 0 0 0 0 +009241 0 0 0 0 0 0 0 0 0 0 0 0 0 +009242 0 0 0 0 0 0 0 0 0 0 0 0 0 +009243 0 0 0 0 0 0 0 0 0 0 0 0 0 +009244 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009245 0 0 0 0 0 0 0 0 0 0 0 0 +009246 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009247 0 0 0 0 0 0 0 0 0 0 0 0 0 +009248 0 0 0 0 0 0 0 0 0 0 0 0 +009249 0 0 0 0 0 0 0 0 0 0 0 0 0 +009250 0 0 0 0 0 0 0 0 0 0 0 0 0 +009251 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009252 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009253 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009254 0 0 0 0 0 0 0 0 0 0 0 0 +009255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009256 0 0 0 0 0 0 0 0 0 0 0 0 0 +009257 0 0 0 0 0 0 0 0 0 0 0 0 0 +009258 0 0 0 0 0 0 0 0 0 0 0 0 0 +009259 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009260 0 0 0 0 0 0 0 0 0 0 0 0 0 +009261 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009262 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009263 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009264 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009265 0 0 0 0 0 0 0 0 0 0 0 0 +009266 0 0 0 0 0 0 0 0 0 0 0 0 0 +009267 0 0 0 0 0 0 0 0 0 0 0 0 0 +009268 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009269 0 0 0 0 0 0 0 0 0 0 0 0 +009270 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009271 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009272 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009273 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009274 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009275 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009276 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009277 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009278 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009279 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009280 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009281 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009282 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009283 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009284 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009285 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009286 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009287 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009288 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009289 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009290 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009291 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009292 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009293 0 0 0 0 0 0 0 0 0 0 0 +009294 0 0 0 0 0 0 0 0 0 0 0 0 +009295 0 0 0 0 0 0 0 0 0 0 0 +009296 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009297 0 0 0 0 0 0 0 0 0 0 0 0 +009298 0 0 0 0 0 0 0 0 0 0 +009299 0 0 0 0 0 0 0 0 0 0 0 +009300 0 0 0 0 0 0 0 0 0 0 0 +009301 0 0 0 0 0 0 0 0 0 0 0 +009302 0 0 0 0 0 0 0 0 0 0 +009303 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009304 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009305 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009306 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009307 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009308 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009309 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009310 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009311 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009312 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009313 0 0 0 0 0 0 0 0 0 0 0 0 0 +009314 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009315 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009316 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009317 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009318 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009319 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009320 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009321 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009322 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009323 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009324 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009325 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009326 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009327 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009328 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009329 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009330 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009331 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009332 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009333 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009334 0 0 0 0 0 0 0 0 0 0 +009335 0 0 0 0 0 0 0 0 0 +009336 0 0 0 0 0 0 0 0 +009337 0 0 0 0 0 0 0 0 0 0 +009338 0 0 0 0 0 0 0 +009339 0 0 0 0 0 0 0 0 0 0 +009340 0 0 0 0 0 0 0 0 0 0 +009341 0 0 0 0 0 0 0 0 0 +009342 0 0 0 0 0 0 0 0 0 +009343 0 0 0 0 0 0 0 0 0 +009344 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009345 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009346 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009347 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009348 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009349 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009350 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009351 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009352 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009353 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009354 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009355 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009356 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009357 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009358 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009359 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009360 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009361 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009362 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009363 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009364 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009365 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009366 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009367 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009368 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009369 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009370 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009371 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009372 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009373 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009374 0 0 0 0 0 0 0 0 0 0 0 0 0 +009375 0 0 0 0 0 0 0 0 0 0 0 0 0 +009376 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009377 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009378 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009379 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009380 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009381 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009382 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009383 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009384 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009385 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009386 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009387 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009388 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009389 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009390 0 0 0 0 0 0 0 0 0 0 0 0 0 +009391 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009392 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009393 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009394 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009395 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009396 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009397 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009398 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009399 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009400 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009401 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009402 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009403 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009404 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009405 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009406 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009407 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009408 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009409 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009410 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009411 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009412 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009413 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009414 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009415 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009416 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009417 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009418 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009419 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009420 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009421 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009422 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009423 0 0 0 0 0 0 0 0 0 0 0 0 0 +009424 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009425 0 0 0 0 0 0 0 0 0 0 0 0 0 +009426 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009427 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009428 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009429 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009430 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009431 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009432 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009433 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009434 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009435 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009436 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009437 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009438 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009439 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009440 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009441 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009442 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009443 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009444 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009445 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009446 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009447 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009448 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009449 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009450 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009451 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009452 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009453 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009454 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009455 0 0 0 0 0 0 0 0 0 0 0 +009456 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009457 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009458 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009459 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009460 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009461 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009462 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009463 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009464 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009465 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009466 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009467 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009468 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009469 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009470 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009471 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009472 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009473 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009474 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009475 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009476 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009477 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009478 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009479 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009480 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009481 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009482 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009483 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009484 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009485 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009486 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009487 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009488 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009489 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009490 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009491 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009492 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009493 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009494 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009495 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009496 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009497 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009498 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009499 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009501 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009502 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009503 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009504 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009505 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009506 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009507 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009508 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009509 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009510 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009511 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009512 0 0 0 0 0 0 0 0 0 0 0 0 0 +009513 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009514 0 0 0 0 0 0 0 0 0 0 0 0 0 +009515 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009516 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009517 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009518 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009519 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009520 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009521 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009522 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009523 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009524 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009526 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009527 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009528 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009529 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009530 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009531 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009532 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009533 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009534 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009535 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009536 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009537 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009538 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009539 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009540 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009541 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009542 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009543 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009544 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009545 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009546 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009547 0 0 0 0 0 0 0 0 0 0 0 0 +009548 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009549 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009550 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009551 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009552 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009553 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009554 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009555 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009557 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009558 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009559 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009560 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009561 0 0 0 0 0 0 0 0 0 0 0 0 0 +009562 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009563 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009564 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009565 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009566 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009567 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009568 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009569 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009570 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009571 0 0 0 0 0 0 0 0 0 0 0 0 0 +009572 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009573 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009574 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009575 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009576 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009577 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009578 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009579 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009580 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009581 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009582 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009583 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009584 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009585 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009586 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009587 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009588 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009589 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009590 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009591 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009592 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009593 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009594 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009595 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009596 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009597 0 0 0 0 0 0 0 0 0 0 0 0 0 +009598 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009599 0 0 0 0 0 0 0 0 0 0 0 0 0 +009600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009601 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009602 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009603 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009604 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009605 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009606 0 0 0 0 0 0 0 0 0 0 0 0 0 +009607 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009608 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009609 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009610 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009611 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009612 0 0 0 0 0 0 0 0 0 0 0 0 0 +009613 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009614 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009615 0 0 0 0 0 0 0 0 0 0 0 0 0 +009616 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009617 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009618 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009619 0 0 0 0 0 0 0 0 0 0 0 0 0 +009620 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009621 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009622 0 0 0 0 0 0 0 0 0 0 0 0 0 +009623 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009624 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009625 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009626 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009627 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009628 0 0 0 0 0 0 0 0 0 0 0 0 0 +009629 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009630 0 0 0 0 0 0 0 0 0 0 0 0 +009631 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009632 0 0 0 0 0 0 0 0 0 0 0 0 0 +009633 0 0 0 0 0 0 0 0 0 0 0 0 +009634 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009635 0 0 0 0 0 0 0 0 0 0 0 0 0 +009636 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009637 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009638 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009639 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009640 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009641 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009642 0 0 0 0 0 0 0 0 0 0 0 0 0 +009643 0 0 0 0 0 0 0 0 0 +009644 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009645 0 0 0 0 0 0 0 0 0 0 0 0 0 +009646 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009647 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009648 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009649 0 0 0 0 0 0 0 0 0 0 +009650 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009651 0 0 0 0 0 0 0 0 0 0 0 0 +009652 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009653 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009654 0 0 0 0 0 0 0 0 0 0 0 0 0 +009655 0 0 0 0 0 0 0 0 0 0 0 0 0 +009656 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009657 0 0 0 0 0 0 0 0 0 0 0 0 +009658 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009659 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009660 0 0 0 0 0 0 0 0 0 0 +009661 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009662 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009663 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009664 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009665 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009666 0 0 0 0 0 0 0 0 0 0 0 0 0 +009667 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009668 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009669 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009670 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009671 0 0 0 0 0 0 0 +009672 0 0 0 0 0 0 0 0 0 0 0 0 0 +009673 0 0 0 0 0 0 0 0 0 0 0 0 0 +009674 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009675 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009676 0 0 0 0 0 0 0 0 0 0 0 0 0 +009677 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009678 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009679 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009680 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009681 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009682 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009683 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009684 0 0 0 0 0 0 0 0 0 0 0 0 0 +009685 0 0 0 0 0 0 0 0 0 0 0 0 +009686 0 0 0 0 0 0 0 0 0 0 0 0 +009687 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009688 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009689 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009690 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009691 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009692 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009693 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009694 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009695 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009696 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009697 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009698 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009699 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009700 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009701 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009702 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009703 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009704 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009705 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009706 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009707 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009708 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009709 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009710 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009711 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009712 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009713 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009714 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009715 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009716 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009717 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009718 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009719 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009720 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009721 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009722 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009723 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009724 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009725 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009726 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009727 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009728 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009729 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009730 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009731 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009732 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009733 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009734 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009735 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009736 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009737 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009738 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009739 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009740 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009741 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009742 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009743 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009744 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009745 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009746 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009747 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009748 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009749 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009750 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009751 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009752 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009753 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009754 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009755 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009756 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009757 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009758 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009759 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009760 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009761 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009762 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009763 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009764 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009765 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009766 0 0 0 0 0 0 0 0 0 0 0 +009767 0 0 0 0 0 0 0 0 0 0 0 +009768 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009769 0 0 0 0 0 0 0 0 0 0 0 +009770 0 0 0 0 0 0 0 0 0 0 0 +009771 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009772 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009773 0 0 0 0 0 0 0 0 0 0 0 +009774 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009775 0 0 0 0 0 0 0 0 0 0 0 +009776 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009777 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009778 0 0 0 0 0 0 0 0 0 0 0 +009779 0 0 0 0 0 0 0 0 0 0 0 +009780 0 0 0 0 0 0 0 0 0 0 0 +009781 0 0 0 0 0 0 0 0 0 0 0 0 +009782 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009783 0 0 0 0 0 0 0 0 0 0 0 0 +009784 0 0 0 0 0 0 0 0 0 0 0 +009785 0 0 0 0 0 0 0 0 0 0 0 +009786 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009787 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009788 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009789 0 0 0 0 0 0 0 0 0 0 0 0 +009790 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009791 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009792 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009793 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009794 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009795 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009796 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009797 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009798 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009799 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009800 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009801 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009802 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009803 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009804 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009805 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009806 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009807 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009808 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009809 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009810 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009811 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009812 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009813 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009814 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009815 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009816 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009817 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009818 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009819 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009820 0 0 0 0 0 0 0 0 0 0 0 0 +009821 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009822 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009823 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009824 0 0 0 0 0 0 0 0 0 0 0 +009825 0 0 0 0 0 0 0 0 0 0 +009826 0 0 0 0 0 0 0 0 0 0 +009827 0 0 0 0 0 0 0 0 0 0 +009828 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009829 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009830 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009831 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009832 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009833 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009834 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009835 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009836 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009837 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009838 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009839 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009840 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009841 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009842 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009843 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009844 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009845 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009846 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009847 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009848 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009849 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009850 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009851 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009852 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009853 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009854 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009855 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009856 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009857 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009858 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009859 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009860 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009861 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009862 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009863 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009864 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009865 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009866 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009867 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009868 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009869 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009870 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009871 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009872 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009873 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009874 0 0 0 0 0 0 0 0 0 0 0 +009875 0 0 0 0 0 0 0 0 +009876 0 0 0 0 0 0 0 0 0 0 +009877 0 0 0 0 0 0 0 0 0 +009878 0 0 0 0 0 0 0 0 +009879 0 0 0 0 0 0 0 0 0 +009880 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009881 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009882 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009883 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009884 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009885 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009886 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009887 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009888 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009889 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009890 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009891 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009892 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009893 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009894 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009895 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009896 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009897 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009898 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009899 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009900 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009901 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009902 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009903 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009904 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009905 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009906 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009907 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009908 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009909 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009910 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009911 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009912 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009913 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009914 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009915 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009916 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009917 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009918 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009919 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009920 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009921 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009922 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009923 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009924 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009925 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009926 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009927 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009928 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009929 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009930 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009931 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009932 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009933 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009934 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009935 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009936 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009937 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009938 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009939 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009940 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009941 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009942 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009943 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009944 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009945 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009946 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009947 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009948 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009949 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009950 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009951 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009952 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009953 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009954 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009955 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009956 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009957 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009958 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009959 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009960 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009961 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009962 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009963 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009964 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009965 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009966 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009967 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009968 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009969 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009970 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009971 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009972 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009973 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009974 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009975 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009976 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009977 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009978 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009979 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009980 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009981 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009982 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009983 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009984 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009985 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009986 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009987 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009988 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009989 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009990 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009991 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009992 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009993 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009994 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009995 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009996 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009997 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009998 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +009999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +010000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 diff --git a/train/wav.scp b/train/wav.scp new file mode 100644 index 0000000000000000000000000000000000000000..770ec9a0975152115a4df23e8c3d7c0ade5bd3cb --- /dev/null +++ b/train/wav.scp @@ -0,0 +1,9999 @@ +000001 examples\biaobei\Wave/000001.wav +000002 examples\biaobei\Wave/000002.wav +000003 examples\biaobei\Wave/000003.wav +000004 examples\biaobei\Wave/000004.wav +000005 examples\biaobei\Wave/000005.wav +000006 examples\biaobei\Wave/000006.wav +000007 examples\biaobei\Wave/000007.wav +000008 examples\biaobei\Wave/000008.wav +000009 examples\biaobei\Wave/000009.wav +000010 examples\biaobei\Wave/000010.wav +000011 examples\biaobei\Wave/000011.wav +000012 examples\biaobei\Wave/000012.wav +000013 examples\biaobei\Wave/000013.wav +000014 examples\biaobei\Wave/000014.wav +000015 examples\biaobei\Wave/000015.wav +000016 examples\biaobei\Wave/000016.wav +000017 examples\biaobei\Wave/000017.wav +000018 examples\biaobei\Wave/000018.wav +000019 examples\biaobei\Wave/000019.wav +000020 examples\biaobei\Wave/000020.wav +000021 examples\biaobei\Wave/000021.wav +000022 examples\biaobei\Wave/000022.wav +000023 examples\biaobei\Wave/000023.wav +000024 examples\biaobei\Wave/000024.wav +000025 examples\biaobei\Wave/000025.wav +000026 examples\biaobei\Wave/000026.wav +000027 examples\biaobei\Wave/000027.wav +000028 examples\biaobei\Wave/000028.wav +000029 examples\biaobei\Wave/000029.wav +000030 examples\biaobei\Wave/000030.wav +000031 examples\biaobei\Wave/000031.wav +000032 examples\biaobei\Wave/000032.wav +000033 examples\biaobei\Wave/000033.wav +000034 examples\biaobei\Wave/000034.wav +000035 examples\biaobei\Wave/000035.wav +000036 examples\biaobei\Wave/000036.wav +000037 examples\biaobei\Wave/000037.wav +000038 examples\biaobei\Wave/000038.wav +000039 examples\biaobei\Wave/000039.wav +000040 examples\biaobei\Wave/000040.wav +000041 examples\biaobei\Wave/000041.wav +000042 examples\biaobei\Wave/000042.wav +000043 examples\biaobei\Wave/000043.wav +000044 examples\biaobei\Wave/000044.wav +000045 examples\biaobei\Wave/000045.wav +000046 examples\biaobei\Wave/000046.wav +000047 examples\biaobei\Wave/000047.wav +000048 examples\biaobei\Wave/000048.wav +000049 examples\biaobei\Wave/000049.wav +000050 examples\biaobei\Wave/000050.wav +000051 examples\biaobei\Wave/000051.wav +000052 examples\biaobei\Wave/000052.wav +000053 examples\biaobei\Wave/000053.wav +000054 examples\biaobei\Wave/000054.wav +000055 examples\biaobei\Wave/000055.wav +000056 examples\biaobei\Wave/000056.wav +000057 examples\biaobei\Wave/000057.wav +000058 examples\biaobei\Wave/000058.wav +000059 examples\biaobei\Wave/000059.wav +000060 examples\biaobei\Wave/000060.wav +000061 examples\biaobei\Wave/000061.wav +000062 examples\biaobei\Wave/000062.wav +000063 examples\biaobei\Wave/000063.wav +000064 examples\biaobei\Wave/000064.wav +000065 examples\biaobei\Wave/000065.wav +000066 examples\biaobei\Wave/000066.wav +000067 examples\biaobei\Wave/000067.wav +000068 examples\biaobei\Wave/000068.wav +000069 examples\biaobei\Wave/000069.wav +000070 examples\biaobei\Wave/000070.wav +000071 examples\biaobei\Wave/000071.wav +000072 examples\biaobei\Wave/000072.wav +000073 examples\biaobei\Wave/000073.wav +000074 examples\biaobei\Wave/000074.wav +000075 examples\biaobei\Wave/000075.wav +000076 examples\biaobei\Wave/000076.wav +000077 examples\biaobei\Wave/000077.wav +000078 examples\biaobei\Wave/000078.wav +000079 examples\biaobei\Wave/000079.wav +000080 examples\biaobei\Wave/000080.wav +000081 examples\biaobei\Wave/000081.wav +000082 examples\biaobei\Wave/000082.wav +000083 examples\biaobei\Wave/000083.wav +000084 examples\biaobei\Wave/000084.wav +000085 examples\biaobei\Wave/000085.wav +000086 examples\biaobei\Wave/000086.wav +000087 examples\biaobei\Wave/000087.wav +000088 examples\biaobei\Wave/000088.wav +000089 examples\biaobei\Wave/000089.wav +000090 examples\biaobei\Wave/000090.wav +000091 examples\biaobei\Wave/000091.wav +000092 examples\biaobei\Wave/000092.wav +000093 examples\biaobei\Wave/000093.wav +000094 examples\biaobei\Wave/000094.wav +000095 examples\biaobei\Wave/000095.wav +000096 examples\biaobei\Wave/000096.wav +000097 examples\biaobei\Wave/000097.wav +000098 examples\biaobei\Wave/000098.wav +000099 examples\biaobei\Wave/000099.wav +000100 examples\biaobei\Wave/000100.wav +000101 examples\biaobei\Wave/000101.wav +000102 examples\biaobei\Wave/000102.wav +000103 examples\biaobei\Wave/000103.wav +000104 examples\biaobei\Wave/000104.wav +000105 examples\biaobei\Wave/000105.wav +000106 examples\biaobei\Wave/000106.wav +000107 examples\biaobei\Wave/000107.wav +000108 examples\biaobei\Wave/000108.wav +000109 examples\biaobei\Wave/000109.wav +000110 examples\biaobei\Wave/000110.wav +000111 examples\biaobei\Wave/000111.wav +000112 examples\biaobei\Wave/000112.wav +000113 examples\biaobei\Wave/000113.wav +000114 examples\biaobei\Wave/000114.wav +000115 examples\biaobei\Wave/000115.wav +000116 examples\biaobei\Wave/000116.wav +000117 examples\biaobei\Wave/000117.wav +000118 examples\biaobei\Wave/000118.wav +000119 examples\biaobei\Wave/000119.wav +000120 examples\biaobei\Wave/000120.wav +000121 examples\biaobei\Wave/000121.wav +000122 examples\biaobei\Wave/000122.wav +000123 examples\biaobei\Wave/000123.wav +000124 examples\biaobei\Wave/000124.wav +000125 examples\biaobei\Wave/000125.wav +000126 examples\biaobei\Wave/000126.wav +000127 examples\biaobei\Wave/000127.wav +000128 examples\biaobei\Wave/000128.wav +000129 examples\biaobei\Wave/000129.wav +000130 examples\biaobei\Wave/000130.wav +000131 examples\biaobei\Wave/000131.wav +000132 examples\biaobei\Wave/000132.wav +000133 examples\biaobei\Wave/000133.wav +000134 examples\biaobei\Wave/000134.wav +000135 examples\biaobei\Wave/000135.wav +000136 examples\biaobei\Wave/000136.wav +000137 examples\biaobei\Wave/000137.wav +000138 examples\biaobei\Wave/000138.wav +000139 examples\biaobei\Wave/000139.wav +000140 examples\biaobei\Wave/000140.wav +000141 examples\biaobei\Wave/000141.wav +000142 examples\biaobei\Wave/000142.wav +000143 examples\biaobei\Wave/000143.wav +000144 examples\biaobei\Wave/000144.wav +000145 examples\biaobei\Wave/000145.wav +000146 examples\biaobei\Wave/000146.wav +000147 examples\biaobei\Wave/000147.wav +000148 examples\biaobei\Wave/000148.wav +000149 examples\biaobei\Wave/000149.wav +000150 examples\biaobei\Wave/000150.wav +000151 examples\biaobei\Wave/000151.wav +000152 examples\biaobei\Wave/000152.wav +000153 examples\biaobei\Wave/000153.wav +000154 examples\biaobei\Wave/000154.wav +000155 examples\biaobei\Wave/000155.wav +000156 examples\biaobei\Wave/000156.wav +000157 examples\biaobei\Wave/000157.wav +000158 examples\biaobei\Wave/000158.wav +000159 examples\biaobei\Wave/000159.wav +000160 examples\biaobei\Wave/000160.wav +000161 examples\biaobei\Wave/000161.wav +000162 examples\biaobei\Wave/000162.wav +000163 examples\biaobei\Wave/000163.wav +000164 examples\biaobei\Wave/000164.wav +000165 examples\biaobei\Wave/000165.wav +000166 examples\biaobei\Wave/000166.wav +000167 examples\biaobei\Wave/000167.wav +000168 examples\biaobei\Wave/000168.wav +000169 examples\biaobei\Wave/000169.wav +000170 examples\biaobei\Wave/000170.wav +000171 examples\biaobei\Wave/000171.wav +000172 examples\biaobei\Wave/000172.wav +000173 examples\biaobei\Wave/000173.wav +000174 examples\biaobei\Wave/000174.wav +000175 examples\biaobei\Wave/000175.wav +000176 examples\biaobei\Wave/000176.wav +000177 examples\biaobei\Wave/000177.wav +000178 examples\biaobei\Wave/000178.wav +000179 examples\biaobei\Wave/000179.wav +000180 examples\biaobei\Wave/000180.wav +000181 examples\biaobei\Wave/000181.wav +000182 examples\biaobei\Wave/000182.wav +000183 examples\biaobei\Wave/000183.wav +000184 examples\biaobei\Wave/000184.wav +000185 examples\biaobei\Wave/000185.wav +000186 examples\biaobei\Wave/000186.wav +000187 examples\biaobei\Wave/000187.wav +000188 examples\biaobei\Wave/000188.wav +000189 examples\biaobei\Wave/000189.wav +000190 examples\biaobei\Wave/000190.wav +000191 examples\biaobei\Wave/000191.wav +000192 examples\biaobei\Wave/000192.wav +000193 examples\biaobei\Wave/000193.wav +000194 examples\biaobei\Wave/000194.wav +000195 examples\biaobei\Wave/000195.wav +000196 examples\biaobei\Wave/000196.wav +000197 examples\biaobei\Wave/000197.wav +000198 examples\biaobei\Wave/000198.wav +000199 examples\biaobei\Wave/000199.wav +000200 examples\biaobei\Wave/000200.wav +000201 examples\biaobei\Wave/000201.wav +000202 examples\biaobei\Wave/000202.wav +000203 examples\biaobei\Wave/000203.wav +000204 examples\biaobei\Wave/000204.wav +000205 examples\biaobei\Wave/000205.wav +000206 examples\biaobei\Wave/000206.wav +000207 examples\biaobei\Wave/000207.wav +000208 examples\biaobei\Wave/000208.wav +000209 examples\biaobei\Wave/000209.wav +000210 examples\biaobei\Wave/000210.wav +000211 examples\biaobei\Wave/000211.wav +000212 examples\biaobei\Wave/000212.wav +000213 examples\biaobei\Wave/000213.wav +000214 examples\biaobei\Wave/000214.wav +000215 examples\biaobei\Wave/000215.wav +000216 examples\biaobei\Wave/000216.wav +000217 examples\biaobei\Wave/000217.wav +000218 examples\biaobei\Wave/000218.wav +000219 examples\biaobei\Wave/000219.wav +000220 examples\biaobei\Wave/000220.wav +000221 examples\biaobei\Wave/000221.wav +000222 examples\biaobei\Wave/000222.wav +000223 examples\biaobei\Wave/000223.wav +000224 examples\biaobei\Wave/000224.wav +000225 examples\biaobei\Wave/000225.wav +000226 examples\biaobei\Wave/000226.wav +000227 examples\biaobei\Wave/000227.wav +000228 examples\biaobei\Wave/000228.wav +000229 examples\biaobei\Wave/000229.wav +000230 examples\biaobei\Wave/000230.wav +000231 examples\biaobei\Wave/000231.wav +000232 examples\biaobei\Wave/000232.wav +000233 examples\biaobei\Wave/000233.wav +000234 examples\biaobei\Wave/000234.wav +000235 examples\biaobei\Wave/000235.wav +000236 examples\biaobei\Wave/000236.wav +000237 examples\biaobei\Wave/000237.wav +000238 examples\biaobei\Wave/000238.wav +000239 examples\biaobei\Wave/000239.wav +000240 examples\biaobei\Wave/000240.wav +000241 examples\biaobei\Wave/000241.wav +000242 examples\biaobei\Wave/000242.wav +000243 examples\biaobei\Wave/000243.wav +000244 examples\biaobei\Wave/000244.wav +000245 examples\biaobei\Wave/000245.wav +000246 examples\biaobei\Wave/000246.wav +000247 examples\biaobei\Wave/000247.wav +000248 examples\biaobei\Wave/000248.wav +000249 examples\biaobei\Wave/000249.wav +000250 examples\biaobei\Wave/000250.wav +000251 examples\biaobei\Wave/000251.wav +000252 examples\biaobei\Wave/000252.wav +000253 examples\biaobei\Wave/000253.wav +000254 examples\biaobei\Wave/000254.wav +000255 examples\biaobei\Wave/000255.wav +000256 examples\biaobei\Wave/000256.wav +000257 examples\biaobei\Wave/000257.wav +000258 examples\biaobei\Wave/000258.wav +000259 examples\biaobei\Wave/000259.wav +000260 examples\biaobei\Wave/000260.wav +000261 examples\biaobei\Wave/000261.wav +000262 examples\biaobei\Wave/000262.wav +000263 examples\biaobei\Wave/000263.wav +000264 examples\biaobei\Wave/000264.wav +000265 examples\biaobei\Wave/000265.wav +000266 examples\biaobei\Wave/000266.wav +000267 examples\biaobei\Wave/000267.wav +000268 examples\biaobei\Wave/000268.wav +000269 examples\biaobei\Wave/000269.wav +000270 examples\biaobei\Wave/000270.wav +000271 examples\biaobei\Wave/000271.wav +000272 examples\biaobei\Wave/000272.wav +000273 examples\biaobei\Wave/000273.wav +000274 examples\biaobei\Wave/000274.wav +000275 examples\biaobei\Wave/000275.wav +000276 examples\biaobei\Wave/000276.wav +000277 examples\biaobei\Wave/000277.wav +000278 examples\biaobei\Wave/000278.wav +000279 examples\biaobei\Wave/000279.wav +000280 examples\biaobei\Wave/000280.wav +000281 examples\biaobei\Wave/000281.wav +000282 examples\biaobei\Wave/000282.wav +000283 examples\biaobei\Wave/000283.wav +000284 examples\biaobei\Wave/000284.wav +000285 examples\biaobei\Wave/000285.wav +000286 examples\biaobei\Wave/000286.wav +000287 examples\biaobei\Wave/000287.wav +000288 examples\biaobei\Wave/000288.wav +000289 examples\biaobei\Wave/000289.wav +000290 examples\biaobei\Wave/000290.wav +000291 examples\biaobei\Wave/000291.wav +000292 examples\biaobei\Wave/000292.wav +000293 examples\biaobei\Wave/000293.wav +000294 examples\biaobei\Wave/000294.wav +000295 examples\biaobei\Wave/000295.wav +000296 examples\biaobei\Wave/000296.wav +000297 examples\biaobei\Wave/000297.wav +000298 examples\biaobei\Wave/000298.wav +000299 examples\biaobei\Wave/000299.wav +000300 examples\biaobei\Wave/000300.wav +000301 examples\biaobei\Wave/000301.wav +000302 examples\biaobei\Wave/000302.wav +000303 examples\biaobei\Wave/000303.wav +000304 examples\biaobei\Wave/000304.wav +000305 examples\biaobei\Wave/000305.wav +000306 examples\biaobei\Wave/000306.wav +000307 examples\biaobei\Wave/000307.wav +000308 examples\biaobei\Wave/000308.wav +000309 examples\biaobei\Wave/000309.wav +000310 examples\biaobei\Wave/000310.wav +000311 examples\biaobei\Wave/000311.wav +000312 examples\biaobei\Wave/000312.wav +000313 examples\biaobei\Wave/000313.wav +000314 examples\biaobei\Wave/000314.wav +000315 examples\biaobei\Wave/000315.wav +000316 examples\biaobei\Wave/000316.wav +000317 examples\biaobei\Wave/000317.wav +000318 examples\biaobei\Wave/000318.wav +000319 examples\biaobei\Wave/000319.wav +000320 examples\biaobei\Wave/000320.wav +000321 examples\biaobei\Wave/000321.wav +000322 examples\biaobei\Wave/000322.wav +000323 examples\biaobei\Wave/000323.wav +000324 examples\biaobei\Wave/000324.wav +000325 examples\biaobei\Wave/000325.wav +000326 examples\biaobei\Wave/000326.wav +000327 examples\biaobei\Wave/000327.wav +000328 examples\biaobei\Wave/000328.wav +000329 examples\biaobei\Wave/000329.wav +000330 examples\biaobei\Wave/000330.wav +000331 examples\biaobei\Wave/000331.wav +000332 examples\biaobei\Wave/000332.wav +000333 examples\biaobei\Wave/000333.wav +000334 examples\biaobei\Wave/000334.wav +000335 examples\biaobei\Wave/000335.wav +000336 examples\biaobei\Wave/000336.wav +000337 examples\biaobei\Wave/000337.wav +000338 examples\biaobei\Wave/000338.wav +000339 examples\biaobei\Wave/000339.wav +000340 examples\biaobei\Wave/000340.wav +000341 examples\biaobei\Wave/000341.wav +000342 examples\biaobei\Wave/000342.wav +000343 examples\biaobei\Wave/000343.wav +000344 examples\biaobei\Wave/000344.wav +000345 examples\biaobei\Wave/000345.wav +000346 examples\biaobei\Wave/000346.wav +000347 examples\biaobei\Wave/000347.wav +000348 examples\biaobei\Wave/000348.wav +000349 examples\biaobei\Wave/000349.wav +000350 examples\biaobei\Wave/000350.wav +000351 examples\biaobei\Wave/000351.wav +000352 examples\biaobei\Wave/000352.wav +000353 examples\biaobei\Wave/000353.wav +000354 examples\biaobei\Wave/000354.wav +000355 examples\biaobei\Wave/000355.wav +000356 examples\biaobei\Wave/000356.wav +000357 examples\biaobei\Wave/000357.wav +000358 examples\biaobei\Wave/000358.wav +000359 examples\biaobei\Wave/000359.wav +000360 examples\biaobei\Wave/000360.wav +000361 examples\biaobei\Wave/000361.wav +000362 examples\biaobei\Wave/000362.wav +000363 examples\biaobei\Wave/000363.wav +000364 examples\biaobei\Wave/000364.wav +000365 examples\biaobei\Wave/000365.wav +000366 examples\biaobei\Wave/000366.wav +000367 examples\biaobei\Wave/000367.wav +000368 examples\biaobei\Wave/000368.wav +000369 examples\biaobei\Wave/000369.wav +000370 examples\biaobei\Wave/000370.wav +000371 examples\biaobei\Wave/000371.wav +000372 examples\biaobei\Wave/000372.wav +000373 examples\biaobei\Wave/000373.wav +000374 examples\biaobei\Wave/000374.wav +000375 examples\biaobei\Wave/000375.wav +000376 examples\biaobei\Wave/000376.wav +000377 examples\biaobei\Wave/000377.wav +000378 examples\biaobei\Wave/000378.wav +000379 examples\biaobei\Wave/000379.wav +000380 examples\biaobei\Wave/000380.wav +000381 examples\biaobei\Wave/000381.wav +000382 examples\biaobei\Wave/000382.wav +000383 examples\biaobei\Wave/000383.wav +000384 examples\biaobei\Wave/000384.wav +000385 examples\biaobei\Wave/000385.wav +000386 examples\biaobei\Wave/000386.wav +000387 examples\biaobei\Wave/000387.wav +000388 examples\biaobei\Wave/000388.wav +000389 examples\biaobei\Wave/000389.wav +000390 examples\biaobei\Wave/000390.wav +000391 examples\biaobei\Wave/000391.wav +000392 examples\biaobei\Wave/000392.wav +000393 examples\biaobei\Wave/000393.wav +000394 examples\biaobei\Wave/000394.wav +000395 examples\biaobei\Wave/000395.wav +000396 examples\biaobei\Wave/000396.wav +000397 examples\biaobei\Wave/000397.wav +000398 examples\biaobei\Wave/000398.wav +000399 examples\biaobei\Wave/000399.wav +000400 examples\biaobei\Wave/000400.wav +000401 examples\biaobei\Wave/000401.wav +000402 examples\biaobei\Wave/000402.wav +000403 examples\biaobei\Wave/000403.wav +000404 examples\biaobei\Wave/000404.wav +000405 examples\biaobei\Wave/000405.wav +000406 examples\biaobei\Wave/000406.wav +000407 examples\biaobei\Wave/000407.wav +000408 examples\biaobei\Wave/000408.wav +000409 examples\biaobei\Wave/000409.wav +000410 examples\biaobei\Wave/000410.wav +000411 examples\biaobei\Wave/000411.wav +000412 examples\biaobei\Wave/000412.wav +000413 examples\biaobei\Wave/000413.wav +000414 examples\biaobei\Wave/000414.wav +000415 examples\biaobei\Wave/000415.wav +000416 examples\biaobei\Wave/000416.wav +000417 examples\biaobei\Wave/000417.wav +000418 examples\biaobei\Wave/000418.wav +000419 examples\biaobei\Wave/000419.wav +000420 examples\biaobei\Wave/000420.wav +000421 examples\biaobei\Wave/000421.wav +000422 examples\biaobei\Wave/000422.wav +000423 examples\biaobei\Wave/000423.wav +000424 examples\biaobei\Wave/000424.wav +000425 examples\biaobei\Wave/000425.wav +000426 examples\biaobei\Wave/000426.wav +000427 examples\biaobei\Wave/000427.wav +000428 examples\biaobei\Wave/000428.wav +000429 examples\biaobei\Wave/000429.wav +000430 examples\biaobei\Wave/000430.wav +000431 examples\biaobei\Wave/000431.wav +000432 examples\biaobei\Wave/000432.wav +000433 examples\biaobei\Wave/000433.wav +000434 examples\biaobei\Wave/000434.wav +000435 examples\biaobei\Wave/000435.wav +000436 examples\biaobei\Wave/000436.wav +000437 examples\biaobei\Wave/000437.wav +000438 examples\biaobei\Wave/000438.wav +000439 examples\biaobei\Wave/000439.wav +000440 examples\biaobei\Wave/000440.wav +000441 examples\biaobei\Wave/000441.wav +000442 examples\biaobei\Wave/000442.wav +000443 examples\biaobei\Wave/000443.wav +000444 examples\biaobei\Wave/000444.wav +000445 examples\biaobei\Wave/000445.wav +000446 examples\biaobei\Wave/000446.wav +000447 examples\biaobei\Wave/000447.wav +000448 examples\biaobei\Wave/000448.wav +000449 examples\biaobei\Wave/000449.wav +000450 examples\biaobei\Wave/000450.wav +000451 examples\biaobei\Wave/000451.wav +000452 examples\biaobei\Wave/000452.wav +000453 examples\biaobei\Wave/000453.wav +000454 examples\biaobei\Wave/000454.wav +000455 examples\biaobei\Wave/000455.wav +000456 examples\biaobei\Wave/000456.wav +000457 examples\biaobei\Wave/000457.wav +000458 examples\biaobei\Wave/000458.wav +000459 examples\biaobei\Wave/000459.wav +000460 examples\biaobei\Wave/000460.wav +000461 examples\biaobei\Wave/000461.wav +000462 examples\biaobei\Wave/000462.wav +000463 examples\biaobei\Wave/000463.wav +000464 examples\biaobei\Wave/000464.wav +000465 examples\biaobei\Wave/000465.wav +000466 examples\biaobei\Wave/000466.wav +000467 examples\biaobei\Wave/000467.wav +000468 examples\biaobei\Wave/000468.wav +000469 examples\biaobei\Wave/000469.wav +000470 examples\biaobei\Wave/000470.wav +000471 examples\biaobei\Wave/000471.wav +000472 examples\biaobei\Wave/000472.wav +000473 examples\biaobei\Wave/000473.wav +000474 examples\biaobei\Wave/000474.wav +000475 examples\biaobei\Wave/000475.wav +000476 examples\biaobei\Wave/000476.wav +000477 examples\biaobei\Wave/000477.wav +000478 examples\biaobei\Wave/000478.wav +000479 examples\biaobei\Wave/000479.wav +000480 examples\biaobei\Wave/000480.wav +000481 examples\biaobei\Wave/000481.wav +000482 examples\biaobei\Wave/000482.wav +000483 examples\biaobei\Wave/000483.wav +000484 examples\biaobei\Wave/000484.wav +000485 examples\biaobei\Wave/000485.wav +000486 examples\biaobei\Wave/000486.wav +000487 examples\biaobei\Wave/000487.wav +000488 examples\biaobei\Wave/000488.wav +000489 examples\biaobei\Wave/000489.wav +000490 examples\biaobei\Wave/000490.wav +000491 examples\biaobei\Wave/000491.wav +000492 examples\biaobei\Wave/000492.wav +000493 examples\biaobei\Wave/000493.wav +000494 examples\biaobei\Wave/000494.wav +000495 examples\biaobei\Wave/000495.wav +000496 examples\biaobei\Wave/000496.wav +000497 examples\biaobei\Wave/000497.wav +000498 examples\biaobei\Wave/000498.wav +000499 examples\biaobei\Wave/000499.wav +000500 examples\biaobei\Wave/000500.wav +000501 examples\biaobei\Wave/000501.wav +000502 examples\biaobei\Wave/000502.wav +000503 examples\biaobei\Wave/000503.wav +000504 examples\biaobei\Wave/000504.wav +000505 examples\biaobei\Wave/000505.wav +000506 examples\biaobei\Wave/000506.wav +000507 examples\biaobei\Wave/000507.wav +000508 examples\biaobei\Wave/000508.wav +000509 examples\biaobei\Wave/000509.wav +000510 examples\biaobei\Wave/000510.wav +000511 examples\biaobei\Wave/000511.wav +000512 examples\biaobei\Wave/000512.wav +000513 examples\biaobei\Wave/000513.wav +000514 examples\biaobei\Wave/000514.wav +000515 examples\biaobei\Wave/000515.wav +000516 examples\biaobei\Wave/000516.wav +000517 examples\biaobei\Wave/000517.wav +000518 examples\biaobei\Wave/000518.wav +000519 examples\biaobei\Wave/000519.wav +000520 examples\biaobei\Wave/000520.wav +000521 examples\biaobei\Wave/000521.wav +000522 examples\biaobei\Wave/000522.wav +000523 examples\biaobei\Wave/000523.wav +000524 examples\biaobei\Wave/000524.wav +000525 examples\biaobei\Wave/000525.wav +000526 examples\biaobei\Wave/000526.wav +000527 examples\biaobei\Wave/000527.wav +000528 examples\biaobei\Wave/000528.wav +000529 examples\biaobei\Wave/000529.wav +000530 examples\biaobei\Wave/000530.wav +000531 examples\biaobei\Wave/000531.wav +000532 examples\biaobei\Wave/000532.wav +000533 examples\biaobei\Wave/000533.wav +000534 examples\biaobei\Wave/000534.wav +000535 examples\biaobei\Wave/000535.wav +000536 examples\biaobei\Wave/000536.wav +000537 examples\biaobei\Wave/000537.wav +000538 examples\biaobei\Wave/000538.wav +000539 examples\biaobei\Wave/000539.wav +000540 examples\biaobei\Wave/000540.wav +000541 examples\biaobei\Wave/000541.wav +000542 examples\biaobei\Wave/000542.wav +000543 examples\biaobei\Wave/000543.wav +000544 examples\biaobei\Wave/000544.wav +000545 examples\biaobei\Wave/000545.wav +000546 examples\biaobei\Wave/000546.wav +000547 examples\biaobei\Wave/000547.wav +000548 examples\biaobei\Wave/000548.wav +000549 examples\biaobei\Wave/000549.wav +000550 examples\biaobei\Wave/000550.wav +000551 examples\biaobei\Wave/000551.wav +000552 examples\biaobei\Wave/000552.wav +000553 examples\biaobei\Wave/000553.wav +000554 examples\biaobei\Wave/000554.wav +000555 examples\biaobei\Wave/000555.wav +000556 examples\biaobei\Wave/000556.wav +000557 examples\biaobei\Wave/000557.wav +000558 examples\biaobei\Wave/000558.wav +000559 examples\biaobei\Wave/000559.wav +000560 examples\biaobei\Wave/000560.wav +000561 examples\biaobei\Wave/000561.wav +000562 examples\biaobei\Wave/000562.wav +000563 examples\biaobei\Wave/000563.wav +000564 examples\biaobei\Wave/000564.wav +000565 examples\biaobei\Wave/000565.wav +000566 examples\biaobei\Wave/000566.wav +000567 examples\biaobei\Wave/000567.wav +000568 examples\biaobei\Wave/000568.wav +000569 examples\biaobei\Wave/000569.wav +000570 examples\biaobei\Wave/000570.wav +000571 examples\biaobei\Wave/000571.wav +000572 examples\biaobei\Wave/000572.wav +000573 examples\biaobei\Wave/000573.wav +000574 examples\biaobei\Wave/000574.wav +000575 examples\biaobei\Wave/000575.wav +000576 examples\biaobei\Wave/000576.wav +000577 examples\biaobei\Wave/000577.wav +000578 examples\biaobei\Wave/000578.wav +000579 examples\biaobei\Wave/000579.wav +000580 examples\biaobei\Wave/000580.wav +000581 examples\biaobei\Wave/000581.wav +000582 examples\biaobei\Wave/000582.wav +000583 examples\biaobei\Wave/000583.wav +000584 examples\biaobei\Wave/000584.wav +000585 examples\biaobei\Wave/000585.wav +000586 examples\biaobei\Wave/000586.wav +000587 examples\biaobei\Wave/000587.wav +000588 examples\biaobei\Wave/000588.wav +000589 examples\biaobei\Wave/000589.wav +000590 examples\biaobei\Wave/000590.wav +000591 examples\biaobei\Wave/000591.wav +000592 examples\biaobei\Wave/000592.wav +000593 examples\biaobei\Wave/000593.wav +000594 examples\biaobei\Wave/000594.wav +000595 examples\biaobei\Wave/000595.wav +000596 examples\biaobei\Wave/000596.wav +000597 examples\biaobei\Wave/000597.wav +000598 examples\biaobei\Wave/000598.wav +000599 examples\biaobei\Wave/000599.wav +000600 examples\biaobei\Wave/000600.wav +000601 examples\biaobei\Wave/000601.wav +000602 examples\biaobei\Wave/000602.wav +000603 examples\biaobei\Wave/000603.wav +000604 examples\biaobei\Wave/000604.wav +000605 examples\biaobei\Wave/000605.wav +000606 examples\biaobei\Wave/000606.wav +000607 examples\biaobei\Wave/000607.wav +000608 examples\biaobei\Wave/000608.wav +000609 examples\biaobei\Wave/000609.wav +000610 examples\biaobei\Wave/000610.wav +000611 examples\biaobei\Wave/000611.wav +000612 examples\biaobei\Wave/000612.wav +000613 examples\biaobei\Wave/000613.wav +000614 examples\biaobei\Wave/000614.wav +000615 examples\biaobei\Wave/000615.wav +000616 examples\biaobei\Wave/000616.wav +000617 examples\biaobei\Wave/000617.wav +000618 examples\biaobei\Wave/000618.wav +000619 examples\biaobei\Wave/000619.wav +000620 examples\biaobei\Wave/000620.wav +000621 examples\biaobei\Wave/000621.wav +000622 examples\biaobei\Wave/000622.wav +000623 examples\biaobei\Wave/000623.wav +000624 examples\biaobei\Wave/000624.wav +000625 examples\biaobei\Wave/000625.wav +000626 examples\biaobei\Wave/000626.wav +000627 examples\biaobei\Wave/000627.wav +000628 examples\biaobei\Wave/000628.wav +000629 examples\biaobei\Wave/000629.wav +000630 examples\biaobei\Wave/000630.wav +000631 examples\biaobei\Wave/000631.wav +000632 examples\biaobei\Wave/000632.wav +000633 examples\biaobei\Wave/000633.wav +000634 examples\biaobei\Wave/000634.wav +000635 examples\biaobei\Wave/000635.wav +000636 examples\biaobei\Wave/000636.wav +000637 examples\biaobei\Wave/000637.wav +000638 examples\biaobei\Wave/000638.wav +000639 examples\biaobei\Wave/000639.wav +000640 examples\biaobei\Wave/000640.wav +000641 examples\biaobei\Wave/000641.wav +000642 examples\biaobei\Wave/000642.wav +000643 examples\biaobei\Wave/000643.wav +000644 examples\biaobei\Wave/000644.wav +000645 examples\biaobei\Wave/000645.wav +000646 examples\biaobei\Wave/000646.wav +000647 examples\biaobei\Wave/000647.wav +000648 examples\biaobei\Wave/000648.wav +000649 examples\biaobei\Wave/000649.wav +000650 examples\biaobei\Wave/000650.wav +000651 examples\biaobei\Wave/000651.wav +000652 examples\biaobei\Wave/000652.wav +000653 examples\biaobei\Wave/000653.wav +000654 examples\biaobei\Wave/000654.wav +000655 examples\biaobei\Wave/000655.wav +000656 examples\biaobei\Wave/000656.wav +000657 examples\biaobei\Wave/000657.wav +000658 examples\biaobei\Wave/000658.wav +000659 examples\biaobei\Wave/000659.wav +000660 examples\biaobei\Wave/000660.wav +000661 examples\biaobei\Wave/000661.wav +000662 examples\biaobei\Wave/000662.wav +000663 examples\biaobei\Wave/000663.wav +000664 examples\biaobei\Wave/000664.wav +000665 examples\biaobei\Wave/000665.wav +000666 examples\biaobei\Wave/000666.wav +000667 examples\biaobei\Wave/000667.wav +000668 examples\biaobei\Wave/000668.wav +000669 examples\biaobei\Wave/000669.wav +000670 examples\biaobei\Wave/000670.wav +000671 examples\biaobei\Wave/000671.wav +000672 examples\biaobei\Wave/000672.wav +000673 examples\biaobei\Wave/000673.wav +000674 examples\biaobei\Wave/000674.wav +000675 examples\biaobei\Wave/000675.wav +000676 examples\biaobei\Wave/000676.wav +000677 examples\biaobei\Wave/000677.wav +000678 examples\biaobei\Wave/000678.wav +000679 examples\biaobei\Wave/000679.wav +000680 examples\biaobei\Wave/000680.wav +000681 examples\biaobei\Wave/000681.wav +000682 examples\biaobei\Wave/000682.wav +000683 examples\biaobei\Wave/000683.wav +000684 examples\biaobei\Wave/000684.wav +000685 examples\biaobei\Wave/000685.wav +000686 examples\biaobei\Wave/000686.wav +000687 examples\biaobei\Wave/000687.wav +000688 examples\biaobei\Wave/000688.wav +000689 examples\biaobei\Wave/000689.wav +000690 examples\biaobei\Wave/000690.wav +000691 examples\biaobei\Wave/000691.wav +000692 examples\biaobei\Wave/000692.wav +000693 examples\biaobei\Wave/000693.wav +000694 examples\biaobei\Wave/000694.wav +000695 examples\biaobei\Wave/000695.wav +000696 examples\biaobei\Wave/000696.wav +000697 examples\biaobei\Wave/000697.wav +000698 examples\biaobei\Wave/000698.wav +000699 examples\biaobei\Wave/000699.wav +000700 examples\biaobei\Wave/000700.wav +000701 examples\biaobei\Wave/000701.wav +000702 examples\biaobei\Wave/000702.wav +000703 examples\biaobei\Wave/000703.wav +000704 examples\biaobei\Wave/000704.wav +000705 examples\biaobei\Wave/000705.wav +000706 examples\biaobei\Wave/000706.wav +000707 examples\biaobei\Wave/000707.wav +000708 examples\biaobei\Wave/000708.wav +000709 examples\biaobei\Wave/000709.wav +000710 examples\biaobei\Wave/000710.wav +000711 examples\biaobei\Wave/000711.wav +000712 examples\biaobei\Wave/000712.wav +000713 examples\biaobei\Wave/000713.wav +000714 examples\biaobei\Wave/000714.wav +000715 examples\biaobei\Wave/000715.wav +000716 examples\biaobei\Wave/000716.wav +000717 examples\biaobei\Wave/000717.wav +000718 examples\biaobei\Wave/000718.wav +000719 examples\biaobei\Wave/000719.wav +000720 examples\biaobei\Wave/000720.wav +000721 examples\biaobei\Wave/000721.wav +000722 examples\biaobei\Wave/000722.wav +000723 examples\biaobei\Wave/000723.wav +000724 examples\biaobei\Wave/000724.wav +000725 examples\biaobei\Wave/000725.wav +000726 examples\biaobei\Wave/000726.wav +000727 examples\biaobei\Wave/000727.wav +000728 examples\biaobei\Wave/000728.wav +000729 examples\biaobei\Wave/000729.wav +000730 examples\biaobei\Wave/000730.wav +000731 examples\biaobei\Wave/000731.wav +000732 examples\biaobei\Wave/000732.wav +000733 examples\biaobei\Wave/000733.wav +000734 examples\biaobei\Wave/000734.wav +000735 examples\biaobei\Wave/000735.wav +000736 examples\biaobei\Wave/000736.wav +000737 examples\biaobei\Wave/000737.wav +000738 examples\biaobei\Wave/000738.wav +000739 examples\biaobei\Wave/000739.wav +000740 examples\biaobei\Wave/000740.wav +000741 examples\biaobei\Wave/000741.wav +000742 examples\biaobei\Wave/000742.wav +000743 examples\biaobei\Wave/000743.wav +000744 examples\biaobei\Wave/000744.wav +000745 examples\biaobei\Wave/000745.wav +000746 examples\biaobei\Wave/000746.wav +000747 examples\biaobei\Wave/000747.wav +000748 examples\biaobei\Wave/000748.wav +000749 examples\biaobei\Wave/000749.wav +000750 examples\biaobei\Wave/000750.wav +000751 examples\biaobei\Wave/000751.wav +000752 examples\biaobei\Wave/000752.wav +000753 examples\biaobei\Wave/000753.wav +000754 examples\biaobei\Wave/000754.wav +000755 examples\biaobei\Wave/000755.wav +000756 examples\biaobei\Wave/000756.wav +000757 examples\biaobei\Wave/000757.wav +000758 examples\biaobei\Wave/000758.wav +000759 examples\biaobei\Wave/000759.wav +000760 examples\biaobei\Wave/000760.wav +000761 examples\biaobei\Wave/000761.wav +000762 examples\biaobei\Wave/000762.wav +000763 examples\biaobei\Wave/000763.wav +000764 examples\biaobei\Wave/000764.wav +000765 examples\biaobei\Wave/000765.wav +000766 examples\biaobei\Wave/000766.wav +000767 examples\biaobei\Wave/000767.wav +000768 examples\biaobei\Wave/000768.wav +000769 examples\biaobei\Wave/000769.wav +000770 examples\biaobei\Wave/000770.wav +000771 examples\biaobei\Wave/000771.wav +000772 examples\biaobei\Wave/000772.wav +000773 examples\biaobei\Wave/000773.wav +000774 examples\biaobei\Wave/000774.wav +000775 examples\biaobei\Wave/000775.wav +000776 examples\biaobei\Wave/000776.wav +000777 examples\biaobei\Wave/000777.wav +000778 examples\biaobei\Wave/000778.wav +000779 examples\biaobei\Wave/000779.wav +000780 examples\biaobei\Wave/000780.wav +000781 examples\biaobei\Wave/000781.wav +000782 examples\biaobei\Wave/000782.wav +000783 examples\biaobei\Wave/000783.wav +000784 examples\biaobei\Wave/000784.wav +000785 examples\biaobei\Wave/000785.wav +000786 examples\biaobei\Wave/000786.wav +000787 examples\biaobei\Wave/000787.wav +000788 examples\biaobei\Wave/000788.wav +000789 examples\biaobei\Wave/000789.wav +000790 examples\biaobei\Wave/000790.wav +000791 examples\biaobei\Wave/000791.wav +000792 examples\biaobei\Wave/000792.wav +000793 examples\biaobei\Wave/000793.wav +000794 examples\biaobei\Wave/000794.wav +000795 examples\biaobei\Wave/000795.wav +000796 examples\biaobei\Wave/000796.wav +000797 examples\biaobei\Wave/000797.wav +000798 examples\biaobei\Wave/000798.wav +000799 examples\biaobei\Wave/000799.wav +000800 examples\biaobei\Wave/000800.wav +000801 examples\biaobei\Wave/000801.wav +000802 examples\biaobei\Wave/000802.wav +000803 examples\biaobei\Wave/000803.wav +000804 examples\biaobei\Wave/000804.wav +000805 examples\biaobei\Wave/000805.wav +000806 examples\biaobei\Wave/000806.wav +000807 examples\biaobei\Wave/000807.wav +000808 examples\biaobei\Wave/000808.wav +000809 examples\biaobei\Wave/000809.wav +000810 examples\biaobei\Wave/000810.wav +000811 examples\biaobei\Wave/000811.wav +000812 examples\biaobei\Wave/000812.wav +000813 examples\biaobei\Wave/000813.wav +000814 examples\biaobei\Wave/000814.wav +000815 examples\biaobei\Wave/000815.wav +000816 examples\biaobei\Wave/000816.wav +000817 examples\biaobei\Wave/000817.wav +000818 examples\biaobei\Wave/000818.wav +000819 examples\biaobei\Wave/000819.wav +000820 examples\biaobei\Wave/000820.wav +000821 examples\biaobei\Wave/000821.wav +000822 examples\biaobei\Wave/000822.wav +000823 examples\biaobei\Wave/000823.wav +000824 examples\biaobei\Wave/000824.wav +000825 examples\biaobei\Wave/000825.wav +000826 examples\biaobei\Wave/000826.wav +000827 examples\biaobei\Wave/000827.wav +000828 examples\biaobei\Wave/000828.wav +000829 examples\biaobei\Wave/000829.wav +000830 examples\biaobei\Wave/000830.wav +000831 examples\biaobei\Wave/000831.wav +000832 examples\biaobei\Wave/000832.wav +000833 examples\biaobei\Wave/000833.wav +000834 examples\biaobei\Wave/000834.wav +000835 examples\biaobei\Wave/000835.wav +000836 examples\biaobei\Wave/000836.wav +000837 examples\biaobei\Wave/000837.wav +000838 examples\biaobei\Wave/000838.wav +000839 examples\biaobei\Wave/000839.wav +000840 examples\biaobei\Wave/000840.wav +000841 examples\biaobei\Wave/000841.wav +000842 examples\biaobei\Wave/000842.wav +000843 examples\biaobei\Wave/000843.wav +000844 examples\biaobei\Wave/000844.wav +000845 examples\biaobei\Wave/000845.wav +000846 examples\biaobei\Wave/000846.wav +000847 examples\biaobei\Wave/000847.wav +000848 examples\biaobei\Wave/000848.wav +000849 examples\biaobei\Wave/000849.wav +000850 examples\biaobei\Wave/000850.wav +000851 examples\biaobei\Wave/000851.wav +000852 examples\biaobei\Wave/000852.wav +000853 examples\biaobei\Wave/000853.wav +000854 examples\biaobei\Wave/000854.wav +000855 examples\biaobei\Wave/000855.wav +000856 examples\biaobei\Wave/000856.wav +000857 examples\biaobei\Wave/000857.wav +000858 examples\biaobei\Wave/000858.wav +000859 examples\biaobei\Wave/000859.wav +000860 examples\biaobei\Wave/000860.wav +000861 examples\biaobei\Wave/000861.wav +000862 examples\biaobei\Wave/000862.wav +000863 examples\biaobei\Wave/000863.wav +000864 examples\biaobei\Wave/000864.wav +000865 examples\biaobei\Wave/000865.wav +000866 examples\biaobei\Wave/000866.wav +000867 examples\biaobei\Wave/000867.wav +000868 examples\biaobei\Wave/000868.wav +000869 examples\biaobei\Wave/000869.wav +000870 examples\biaobei\Wave/000870.wav +000871 examples\biaobei\Wave/000871.wav +000872 examples\biaobei\Wave/000872.wav +000873 examples\biaobei\Wave/000873.wav +000874 examples\biaobei\Wave/000874.wav +000875 examples\biaobei\Wave/000875.wav +000876 examples\biaobei\Wave/000876.wav +000877 examples\biaobei\Wave/000877.wav +000878 examples\biaobei\Wave/000878.wav +000879 examples\biaobei\Wave/000879.wav +000880 examples\biaobei\Wave/000880.wav +000881 examples\biaobei\Wave/000881.wav +000882 examples\biaobei\Wave/000882.wav +000883 examples\biaobei\Wave/000883.wav +000884 examples\biaobei\Wave/000884.wav +000885 examples\biaobei\Wave/000885.wav +000886 examples\biaobei\Wave/000886.wav +000887 examples\biaobei\Wave/000887.wav +000888 examples\biaobei\Wave/000888.wav +000889 examples\biaobei\Wave/000889.wav +000890 examples\biaobei\Wave/000890.wav +000891 examples\biaobei\Wave/000891.wav +000892 examples\biaobei\Wave/000892.wav +000893 examples\biaobei\Wave/000893.wav +000894 examples\biaobei\Wave/000894.wav +000895 examples\biaobei\Wave/000895.wav +000896 examples\biaobei\Wave/000896.wav +000897 examples\biaobei\Wave/000897.wav +000898 examples\biaobei\Wave/000898.wav +000899 examples\biaobei\Wave/000899.wav +000900 examples\biaobei\Wave/000900.wav +000901 examples\biaobei\Wave/000901.wav +000902 examples\biaobei\Wave/000902.wav +000903 examples\biaobei\Wave/000903.wav +000904 examples\biaobei\Wave/000904.wav +000905 examples\biaobei\Wave/000905.wav +000906 examples\biaobei\Wave/000906.wav +000907 examples\biaobei\Wave/000907.wav +000908 examples\biaobei\Wave/000908.wav +000909 examples\biaobei\Wave/000909.wav +000910 examples\biaobei\Wave/000910.wav +000911 examples\biaobei\Wave/000911.wav +000912 examples\biaobei\Wave/000912.wav +000913 examples\biaobei\Wave/000913.wav +000914 examples\biaobei\Wave/000914.wav +000915 examples\biaobei\Wave/000915.wav +000916 examples\biaobei\Wave/000916.wav +000917 examples\biaobei\Wave/000917.wav +000918 examples\biaobei\Wave/000918.wav +000919 examples\biaobei\Wave/000919.wav +000920 examples\biaobei\Wave/000920.wav +000921 examples\biaobei\Wave/000921.wav +000922 examples\biaobei\Wave/000922.wav +000923 examples\biaobei\Wave/000923.wav +000924 examples\biaobei\Wave/000924.wav +000925 examples\biaobei\Wave/000925.wav +000926 examples\biaobei\Wave/000926.wav +000927 examples\biaobei\Wave/000927.wav +000928 examples\biaobei\Wave/000928.wav +000929 examples\biaobei\Wave/000929.wav +000930 examples\biaobei\Wave/000930.wav +000931 examples\biaobei\Wave/000931.wav +000932 examples\biaobei\Wave/000932.wav +000933 examples\biaobei\Wave/000933.wav +000934 examples\biaobei\Wave/000934.wav +000935 examples\biaobei\Wave/000935.wav +000936 examples\biaobei\Wave/000936.wav +000937 examples\biaobei\Wave/000937.wav +000938 examples\biaobei\Wave/000938.wav +000939 examples\biaobei\Wave/000939.wav +000940 examples\biaobei\Wave/000940.wav +000941 examples\biaobei\Wave/000941.wav +000942 examples\biaobei\Wave/000942.wav +000943 examples\biaobei\Wave/000943.wav +000944 examples\biaobei\Wave/000944.wav +000945 examples\biaobei\Wave/000945.wav +000946 examples\biaobei\Wave/000946.wav +000947 examples\biaobei\Wave/000947.wav +000948 examples\biaobei\Wave/000948.wav +000949 examples\biaobei\Wave/000949.wav +000950 examples\biaobei\Wave/000950.wav +000951 examples\biaobei\Wave/000951.wav +000952 examples\biaobei\Wave/000952.wav +000953 examples\biaobei\Wave/000953.wav +000954 examples\biaobei\Wave/000954.wav +000955 examples\biaobei\Wave/000955.wav +000956 examples\biaobei\Wave/000956.wav +000957 examples\biaobei\Wave/000957.wav +000958 examples\biaobei\Wave/000958.wav +000959 examples\biaobei\Wave/000959.wav +000960 examples\biaobei\Wave/000960.wav +000961 examples\biaobei\Wave/000961.wav +000962 examples\biaobei\Wave/000962.wav +000963 examples\biaobei\Wave/000963.wav +000964 examples\biaobei\Wave/000964.wav +000965 examples\biaobei\Wave/000965.wav +000966 examples\biaobei\Wave/000966.wav +000967 examples\biaobei\Wave/000967.wav +000968 examples\biaobei\Wave/000968.wav +000969 examples\biaobei\Wave/000969.wav +000970 examples\biaobei\Wave/000970.wav +000971 examples\biaobei\Wave/000971.wav +000972 examples\biaobei\Wave/000972.wav +000973 examples\biaobei\Wave/000973.wav +000974 examples\biaobei\Wave/000974.wav +000975 examples\biaobei\Wave/000975.wav +000976 examples\biaobei\Wave/000976.wav +000977 examples\biaobei\Wave/000977.wav +000978 examples\biaobei\Wave/000978.wav +000979 examples\biaobei\Wave/000979.wav +000980 examples\biaobei\Wave/000980.wav +000981 examples\biaobei\Wave/000981.wav +000982 examples\biaobei\Wave/000982.wav +000983 examples\biaobei\Wave/000983.wav +000984 examples\biaobei\Wave/000984.wav +000985 examples\biaobei\Wave/000985.wav +000986 examples\biaobei\Wave/000986.wav +000987 examples\biaobei\Wave/000987.wav +000988 examples\biaobei\Wave/000988.wav +000989 examples\biaobei\Wave/000989.wav +000990 examples\biaobei\Wave/000990.wav +000991 examples\biaobei\Wave/000991.wav +000992 examples\biaobei\Wave/000992.wav +000993 examples\biaobei\Wave/000993.wav +000994 examples\biaobei\Wave/000994.wav +000995 examples\biaobei\Wave/000995.wav +000996 examples\biaobei\Wave/000996.wav +000997 examples\biaobei\Wave/000997.wav +000998 examples\biaobei\Wave/000998.wav +000999 examples\biaobei\Wave/000999.wav +001000 examples\biaobei\Wave/001000.wav +001001 examples\biaobei\Wave/001001.wav +001002 examples\biaobei\Wave/001002.wav +001003 examples\biaobei\Wave/001003.wav +001004 examples\biaobei\Wave/001004.wav +001005 examples\biaobei\Wave/001005.wav +001006 examples\biaobei\Wave/001006.wav +001007 examples\biaobei\Wave/001007.wav +001008 examples\biaobei\Wave/001008.wav +001009 examples\biaobei\Wave/001009.wav +001010 examples\biaobei\Wave/001010.wav +001011 examples\biaobei\Wave/001011.wav +001012 examples\biaobei\Wave/001012.wav +001013 examples\biaobei\Wave/001013.wav +001014 examples\biaobei\Wave/001014.wav +001015 examples\biaobei\Wave/001015.wav +001016 examples\biaobei\Wave/001016.wav +001017 examples\biaobei\Wave/001017.wav +001018 examples\biaobei\Wave/001018.wav +001019 examples\biaobei\Wave/001019.wav +001020 examples\biaobei\Wave/001020.wav +001021 examples\biaobei\Wave/001021.wav +001022 examples\biaobei\Wave/001022.wav +001023 examples\biaobei\Wave/001023.wav +001024 examples\biaobei\Wave/001024.wav +001025 examples\biaobei\Wave/001025.wav +001026 examples\biaobei\Wave/001026.wav +001027 examples\biaobei\Wave/001027.wav +001028 examples\biaobei\Wave/001028.wav +001029 examples\biaobei\Wave/001029.wav +001030 examples\biaobei\Wave/001030.wav +001031 examples\biaobei\Wave/001031.wav +001032 examples\biaobei\Wave/001032.wav +001033 examples\biaobei\Wave/001033.wav +001034 examples\biaobei\Wave/001034.wav +001035 examples\biaobei\Wave/001035.wav +001036 examples\biaobei\Wave/001036.wav +001037 examples\biaobei\Wave/001037.wav +001038 examples\biaobei\Wave/001038.wav +001039 examples\biaobei\Wave/001039.wav +001040 examples\biaobei\Wave/001040.wav +001041 examples\biaobei\Wave/001041.wav +001042 examples\biaobei\Wave/001042.wav +001043 examples\biaobei\Wave/001043.wav +001044 examples\biaobei\Wave/001044.wav +001045 examples\biaobei\Wave/001045.wav +001046 examples\biaobei\Wave/001046.wav +001047 examples\biaobei\Wave/001047.wav +001048 examples\biaobei\Wave/001048.wav +001049 examples\biaobei\Wave/001049.wav +001050 examples\biaobei\Wave/001050.wav +001051 examples\biaobei\Wave/001051.wav +001052 examples\biaobei\Wave/001052.wav +001053 examples\biaobei\Wave/001053.wav +001054 examples\biaobei\Wave/001054.wav +001055 examples\biaobei\Wave/001055.wav +001056 examples\biaobei\Wave/001056.wav +001057 examples\biaobei\Wave/001057.wav +001058 examples\biaobei\Wave/001058.wav +001059 examples\biaobei\Wave/001059.wav +001060 examples\biaobei\Wave/001060.wav +001061 examples\biaobei\Wave/001061.wav +001062 examples\biaobei\Wave/001062.wav +001063 examples\biaobei\Wave/001063.wav +001064 examples\biaobei\Wave/001064.wav +001065 examples\biaobei\Wave/001065.wav +001066 examples\biaobei\Wave/001066.wav +001067 examples\biaobei\Wave/001067.wav +001068 examples\biaobei\Wave/001068.wav +001069 examples\biaobei\Wave/001069.wav +001070 examples\biaobei\Wave/001070.wav +001071 examples\biaobei\Wave/001071.wav +001072 examples\biaobei\Wave/001072.wav +001073 examples\biaobei\Wave/001073.wav +001074 examples\biaobei\Wave/001074.wav +001075 examples\biaobei\Wave/001075.wav +001076 examples\biaobei\Wave/001076.wav +001077 examples\biaobei\Wave/001077.wav +001078 examples\biaobei\Wave/001078.wav +001079 examples\biaobei\Wave/001079.wav +001080 examples\biaobei\Wave/001080.wav +001081 examples\biaobei\Wave/001081.wav +001082 examples\biaobei\Wave/001082.wav +001083 examples\biaobei\Wave/001083.wav +001084 examples\biaobei\Wave/001084.wav +001085 examples\biaobei\Wave/001085.wav +001086 examples\biaobei\Wave/001086.wav +001087 examples\biaobei\Wave/001087.wav +001088 examples\biaobei\Wave/001088.wav +001089 examples\biaobei\Wave/001089.wav +001090 examples\biaobei\Wave/001090.wav +001091 examples\biaobei\Wave/001091.wav +001092 examples\biaobei\Wave/001092.wav +001093 examples\biaobei\Wave/001093.wav +001094 examples\biaobei\Wave/001094.wav +001095 examples\biaobei\Wave/001095.wav +001096 examples\biaobei\Wave/001096.wav +001097 examples\biaobei\Wave/001097.wav +001098 examples\biaobei\Wave/001098.wav +001099 examples\biaobei\Wave/001099.wav +001100 examples\biaobei\Wave/001100.wav +001101 examples\biaobei\Wave/001101.wav +001102 examples\biaobei\Wave/001102.wav +001103 examples\biaobei\Wave/001103.wav +001104 examples\biaobei\Wave/001104.wav +001105 examples\biaobei\Wave/001105.wav +001106 examples\biaobei\Wave/001106.wav +001107 examples\biaobei\Wave/001107.wav +001108 examples\biaobei\Wave/001108.wav +001109 examples\biaobei\Wave/001109.wav +001110 examples\biaobei\Wave/001110.wav +001111 examples\biaobei\Wave/001111.wav +001112 examples\biaobei\Wave/001112.wav +001113 examples\biaobei\Wave/001113.wav +001114 examples\biaobei\Wave/001114.wav +001115 examples\biaobei\Wave/001115.wav +001116 examples\biaobei\Wave/001116.wav +001117 examples\biaobei\Wave/001117.wav +001118 examples\biaobei\Wave/001118.wav +001119 examples\biaobei\Wave/001119.wav +001120 examples\biaobei\Wave/001120.wav +001121 examples\biaobei\Wave/001121.wav +001122 examples\biaobei\Wave/001122.wav +001123 examples\biaobei\Wave/001123.wav +001124 examples\biaobei\Wave/001124.wav +001125 examples\biaobei\Wave/001125.wav +001126 examples\biaobei\Wave/001126.wav +001127 examples\biaobei\Wave/001127.wav +001128 examples\biaobei\Wave/001128.wav +001129 examples\biaobei\Wave/001129.wav +001130 examples\biaobei\Wave/001130.wav +001131 examples\biaobei\Wave/001131.wav +001132 examples\biaobei\Wave/001132.wav +001133 examples\biaobei\Wave/001133.wav +001134 examples\biaobei\Wave/001134.wav +001135 examples\biaobei\Wave/001135.wav +001136 examples\biaobei\Wave/001136.wav +001137 examples\biaobei\Wave/001137.wav +001138 examples\biaobei\Wave/001138.wav +001139 examples\biaobei\Wave/001139.wav +001140 examples\biaobei\Wave/001140.wav +001141 examples\biaobei\Wave/001141.wav +001142 examples\biaobei\Wave/001142.wav +001143 examples\biaobei\Wave/001143.wav +001144 examples\biaobei\Wave/001144.wav +001145 examples\biaobei\Wave/001145.wav +001146 examples\biaobei\Wave/001146.wav +001147 examples\biaobei\Wave/001147.wav +001148 examples\biaobei\Wave/001148.wav +001149 examples\biaobei\Wave/001149.wav +001150 examples\biaobei\Wave/001150.wav +001151 examples\biaobei\Wave/001151.wav +001152 examples\biaobei\Wave/001152.wav +001153 examples\biaobei\Wave/001153.wav +001154 examples\biaobei\Wave/001154.wav +001155 examples\biaobei\Wave/001155.wav +001156 examples\biaobei\Wave/001156.wav +001157 examples\biaobei\Wave/001157.wav +001158 examples\biaobei\Wave/001158.wav +001159 examples\biaobei\Wave/001159.wav +001160 examples\biaobei\Wave/001160.wav +001161 examples\biaobei\Wave/001161.wav +001162 examples\biaobei\Wave/001162.wav +001163 examples\biaobei\Wave/001163.wav +001164 examples\biaobei\Wave/001164.wav +001165 examples\biaobei\Wave/001165.wav +001166 examples\biaobei\Wave/001166.wav +001167 examples\biaobei\Wave/001167.wav +001168 examples\biaobei\Wave/001168.wav +001169 examples\biaobei\Wave/001169.wav +001170 examples\biaobei\Wave/001170.wav +001171 examples\biaobei\Wave/001171.wav +001172 examples\biaobei\Wave/001172.wav +001173 examples\biaobei\Wave/001173.wav +001174 examples\biaobei\Wave/001174.wav +001175 examples\biaobei\Wave/001175.wav +001176 examples\biaobei\Wave/001176.wav +001177 examples\biaobei\Wave/001177.wav +001178 examples\biaobei\Wave/001178.wav +001179 examples\biaobei\Wave/001179.wav +001180 examples\biaobei\Wave/001180.wav +001181 examples\biaobei\Wave/001181.wav +001182 examples\biaobei\Wave/001182.wav +001183 examples\biaobei\Wave/001183.wav +001184 examples\biaobei\Wave/001184.wav +001185 examples\biaobei\Wave/001185.wav +001186 examples\biaobei\Wave/001186.wav +001187 examples\biaobei\Wave/001187.wav +001188 examples\biaobei\Wave/001188.wav +001189 examples\biaobei\Wave/001189.wav +001190 examples\biaobei\Wave/001190.wav +001191 examples\biaobei\Wave/001191.wav +001192 examples\biaobei\Wave/001192.wav +001193 examples\biaobei\Wave/001193.wav +001194 examples\biaobei\Wave/001194.wav +001195 examples\biaobei\Wave/001195.wav +001196 examples\biaobei\Wave/001196.wav +001197 examples\biaobei\Wave/001197.wav +001198 examples\biaobei\Wave/001198.wav +001199 examples\biaobei\Wave/001199.wav +001200 examples\biaobei\Wave/001200.wav +001201 examples\biaobei\Wave/001201.wav +001202 examples\biaobei\Wave/001202.wav +001203 examples\biaobei\Wave/001203.wav +001204 examples\biaobei\Wave/001204.wav +001205 examples\biaobei\Wave/001205.wav +001206 examples\biaobei\Wave/001206.wav +001207 examples\biaobei\Wave/001207.wav +001208 examples\biaobei\Wave/001208.wav +001209 examples\biaobei\Wave/001209.wav +001210 examples\biaobei\Wave/001210.wav +001211 examples\biaobei\Wave/001211.wav +001212 examples\biaobei\Wave/001212.wav +001213 examples\biaobei\Wave/001213.wav +001214 examples\biaobei\Wave/001214.wav +001215 examples\biaobei\Wave/001215.wav +001216 examples\biaobei\Wave/001216.wav +001217 examples\biaobei\Wave/001217.wav +001218 examples\biaobei\Wave/001218.wav +001219 examples\biaobei\Wave/001219.wav +001220 examples\biaobei\Wave/001220.wav +001221 examples\biaobei\Wave/001221.wav +001222 examples\biaobei\Wave/001222.wav +001223 examples\biaobei\Wave/001223.wav +001224 examples\biaobei\Wave/001224.wav +001225 examples\biaobei\Wave/001225.wav +001226 examples\biaobei\Wave/001226.wav +001227 examples\biaobei\Wave/001227.wav +001228 examples\biaobei\Wave/001228.wav +001229 examples\biaobei\Wave/001229.wav +001230 examples\biaobei\Wave/001230.wav +001231 examples\biaobei\Wave/001231.wav +001232 examples\biaobei\Wave/001232.wav +001233 examples\biaobei\Wave/001233.wav +001234 examples\biaobei\Wave/001234.wav +001235 examples\biaobei\Wave/001235.wav +001236 examples\biaobei\Wave/001236.wav +001237 examples\biaobei\Wave/001237.wav +001238 examples\biaobei\Wave/001238.wav +001239 examples\biaobei\Wave/001239.wav +001240 examples\biaobei\Wave/001240.wav +001241 examples\biaobei\Wave/001241.wav +001242 examples\biaobei\Wave/001242.wav +001243 examples\biaobei\Wave/001243.wav +001244 examples\biaobei\Wave/001244.wav +001245 examples\biaobei\Wave/001245.wav +001246 examples\biaobei\Wave/001246.wav +001247 examples\biaobei\Wave/001247.wav +001248 examples\biaobei\Wave/001248.wav +001249 examples\biaobei\Wave/001249.wav +001250 examples\biaobei\Wave/001250.wav +001251 examples\biaobei\Wave/001251.wav +001252 examples\biaobei\Wave/001252.wav +001253 examples\biaobei\Wave/001253.wav +001254 examples\biaobei\Wave/001254.wav +001255 examples\biaobei\Wave/001255.wav +001256 examples\biaobei\Wave/001256.wav +001257 examples\biaobei\Wave/001257.wav +001258 examples\biaobei\Wave/001258.wav +001259 examples\biaobei\Wave/001259.wav +001260 examples\biaobei\Wave/001260.wav +001261 examples\biaobei\Wave/001261.wav +001262 examples\biaobei\Wave/001262.wav +001263 examples\biaobei\Wave/001263.wav +001264 examples\biaobei\Wave/001264.wav +001265 examples\biaobei\Wave/001265.wav +001266 examples\biaobei\Wave/001266.wav +001267 examples\biaobei\Wave/001267.wav +001268 examples\biaobei\Wave/001268.wav +001269 examples\biaobei\Wave/001269.wav +001270 examples\biaobei\Wave/001270.wav +001271 examples\biaobei\Wave/001271.wav +001272 examples\biaobei\Wave/001272.wav +001273 examples\biaobei\Wave/001273.wav +001274 examples\biaobei\Wave/001274.wav +001275 examples\biaobei\Wave/001275.wav +001276 examples\biaobei\Wave/001276.wav +001277 examples\biaobei\Wave/001277.wav +001278 examples\biaobei\Wave/001278.wav +001279 examples\biaobei\Wave/001279.wav +001280 examples\biaobei\Wave/001280.wav +001281 examples\biaobei\Wave/001281.wav +001282 examples\biaobei\Wave/001282.wav +001283 examples\biaobei\Wave/001283.wav +001284 examples\biaobei\Wave/001284.wav +001285 examples\biaobei\Wave/001285.wav +001286 examples\biaobei\Wave/001286.wav +001287 examples\biaobei\Wave/001287.wav +001288 examples\biaobei\Wave/001288.wav +001289 examples\biaobei\Wave/001289.wav +001290 examples\biaobei\Wave/001290.wav +001291 examples\biaobei\Wave/001291.wav +001292 examples\biaobei\Wave/001292.wav +001293 examples\biaobei\Wave/001293.wav +001294 examples\biaobei\Wave/001294.wav +001295 examples\biaobei\Wave/001295.wav +001296 examples\biaobei\Wave/001296.wav +001297 examples\biaobei\Wave/001297.wav +001298 examples\biaobei\Wave/001298.wav +001299 examples\biaobei\Wave/001299.wav +001300 examples\biaobei\Wave/001300.wav +001301 examples\biaobei\Wave/001301.wav +001302 examples\biaobei\Wave/001302.wav +001303 examples\biaobei\Wave/001303.wav +001304 examples\biaobei\Wave/001304.wav +001305 examples\biaobei\Wave/001305.wav +001306 examples\biaobei\Wave/001306.wav +001307 examples\biaobei\Wave/001307.wav +001308 examples\biaobei\Wave/001308.wav +001309 examples\biaobei\Wave/001309.wav +001310 examples\biaobei\Wave/001310.wav +001311 examples\biaobei\Wave/001311.wav +001312 examples\biaobei\Wave/001312.wav +001313 examples\biaobei\Wave/001313.wav +001314 examples\biaobei\Wave/001314.wav +001315 examples\biaobei\Wave/001315.wav +001316 examples\biaobei\Wave/001316.wav +001317 examples\biaobei\Wave/001317.wav +001318 examples\biaobei\Wave/001318.wav +001319 examples\biaobei\Wave/001319.wav +001320 examples\biaobei\Wave/001320.wav +001321 examples\biaobei\Wave/001321.wav +001322 examples\biaobei\Wave/001322.wav +001323 examples\biaobei\Wave/001323.wav +001324 examples\biaobei\Wave/001324.wav +001325 examples\biaobei\Wave/001325.wav +001326 examples\biaobei\Wave/001326.wav +001327 examples\biaobei\Wave/001327.wav +001328 examples\biaobei\Wave/001328.wav +001329 examples\biaobei\Wave/001329.wav +001330 examples\biaobei\Wave/001330.wav +001331 examples\biaobei\Wave/001331.wav +001332 examples\biaobei\Wave/001332.wav +001333 examples\biaobei\Wave/001333.wav +001334 examples\biaobei\Wave/001334.wav +001335 examples\biaobei\Wave/001335.wav +001336 examples\biaobei\Wave/001336.wav +001337 examples\biaobei\Wave/001337.wav +001338 examples\biaobei\Wave/001338.wav +001339 examples\biaobei\Wave/001339.wav +001340 examples\biaobei\Wave/001340.wav +001341 examples\biaobei\Wave/001341.wav +001342 examples\biaobei\Wave/001342.wav +001343 examples\biaobei\Wave/001343.wav +001344 examples\biaobei\Wave/001344.wav +001345 examples\biaobei\Wave/001345.wav +001346 examples\biaobei\Wave/001346.wav +001347 examples\biaobei\Wave/001347.wav +001348 examples\biaobei\Wave/001348.wav +001349 examples\biaobei\Wave/001349.wav +001350 examples\biaobei\Wave/001350.wav +001351 examples\biaobei\Wave/001351.wav +001352 examples\biaobei\Wave/001352.wav +001353 examples\biaobei\Wave/001353.wav +001354 examples\biaobei\Wave/001354.wav +001355 examples\biaobei\Wave/001355.wav +001356 examples\biaobei\Wave/001356.wav +001357 examples\biaobei\Wave/001357.wav +001358 examples\biaobei\Wave/001358.wav +001359 examples\biaobei\Wave/001359.wav +001360 examples\biaobei\Wave/001360.wav +001361 examples\biaobei\Wave/001361.wav +001362 examples\biaobei\Wave/001362.wav +001363 examples\biaobei\Wave/001363.wav +001364 examples\biaobei\Wave/001364.wav +001365 examples\biaobei\Wave/001365.wav +001366 examples\biaobei\Wave/001366.wav +001367 examples\biaobei\Wave/001367.wav +001368 examples\biaobei\Wave/001368.wav +001369 examples\biaobei\Wave/001369.wav +001370 examples\biaobei\Wave/001370.wav +001371 examples\biaobei\Wave/001371.wav +001372 examples\biaobei\Wave/001372.wav +001373 examples\biaobei\Wave/001373.wav +001374 examples\biaobei\Wave/001374.wav +001375 examples\biaobei\Wave/001375.wav +001376 examples\biaobei\Wave/001376.wav +001377 examples\biaobei\Wave/001377.wav +001378 examples\biaobei\Wave/001378.wav +001379 examples\biaobei\Wave/001379.wav +001380 examples\biaobei\Wave/001380.wav +001381 examples\biaobei\Wave/001381.wav +001382 examples\biaobei\Wave/001382.wav +001383 examples\biaobei\Wave/001383.wav +001384 examples\biaobei\Wave/001384.wav +001385 examples\biaobei\Wave/001385.wav +001386 examples\biaobei\Wave/001386.wav +001387 examples\biaobei\Wave/001387.wav +001388 examples\biaobei\Wave/001388.wav +001389 examples\biaobei\Wave/001389.wav +001390 examples\biaobei\Wave/001390.wav +001391 examples\biaobei\Wave/001391.wav +001392 examples\biaobei\Wave/001392.wav +001393 examples\biaobei\Wave/001393.wav +001394 examples\biaobei\Wave/001394.wav +001395 examples\biaobei\Wave/001395.wav +001396 examples\biaobei\Wave/001396.wav +001397 examples\biaobei\Wave/001397.wav +001398 examples\biaobei\Wave/001398.wav +001399 examples\biaobei\Wave/001399.wav +001400 examples\biaobei\Wave/001400.wav +001401 examples\biaobei\Wave/001401.wav +001402 examples\biaobei\Wave/001402.wav +001403 examples\biaobei\Wave/001403.wav +001404 examples\biaobei\Wave/001404.wav +001405 examples\biaobei\Wave/001405.wav +001406 examples\biaobei\Wave/001406.wav +001407 examples\biaobei\Wave/001407.wav +001408 examples\biaobei\Wave/001408.wav +001409 examples\biaobei\Wave/001409.wav +001410 examples\biaobei\Wave/001410.wav +001411 examples\biaobei\Wave/001411.wav +001412 examples\biaobei\Wave/001412.wav +001413 examples\biaobei\Wave/001413.wav +001414 examples\biaobei\Wave/001414.wav +001415 examples\biaobei\Wave/001415.wav +001416 examples\biaobei\Wave/001416.wav +001417 examples\biaobei\Wave/001417.wav +001418 examples\biaobei\Wave/001418.wav +001419 examples\biaobei\Wave/001419.wav +001420 examples\biaobei\Wave/001420.wav +001421 examples\biaobei\Wave/001421.wav +001422 examples\biaobei\Wave/001422.wav +001423 examples\biaobei\Wave/001423.wav +001424 examples\biaobei\Wave/001424.wav +001425 examples\biaobei\Wave/001425.wav +001426 examples\biaobei\Wave/001426.wav +001427 examples\biaobei\Wave/001427.wav +001428 examples\biaobei\Wave/001428.wav +001429 examples\biaobei\Wave/001429.wav +001430 examples\biaobei\Wave/001430.wav +001431 examples\biaobei\Wave/001431.wav +001432 examples\biaobei\Wave/001432.wav +001433 examples\biaobei\Wave/001433.wav +001434 examples\biaobei\Wave/001434.wav +001435 examples\biaobei\Wave/001435.wav +001436 examples\biaobei\Wave/001436.wav +001437 examples\biaobei\Wave/001437.wav +001438 examples\biaobei\Wave/001438.wav +001439 examples\biaobei\Wave/001439.wav +001440 examples\biaobei\Wave/001440.wav +001441 examples\biaobei\Wave/001441.wav +001442 examples\biaobei\Wave/001442.wav +001443 examples\biaobei\Wave/001443.wav +001444 examples\biaobei\Wave/001444.wav +001445 examples\biaobei\Wave/001445.wav +001446 examples\biaobei\Wave/001446.wav +001447 examples\biaobei\Wave/001447.wav +001448 examples\biaobei\Wave/001448.wav +001449 examples\biaobei\Wave/001449.wav +001450 examples\biaobei\Wave/001450.wav +001451 examples\biaobei\Wave/001451.wav +001452 examples\biaobei\Wave/001452.wav +001453 examples\biaobei\Wave/001453.wav +001454 examples\biaobei\Wave/001454.wav +001455 examples\biaobei\Wave/001455.wav +001456 examples\biaobei\Wave/001456.wav +001457 examples\biaobei\Wave/001457.wav +001458 examples\biaobei\Wave/001458.wav +001459 examples\biaobei\Wave/001459.wav +001460 examples\biaobei\Wave/001460.wav +001461 examples\biaobei\Wave/001461.wav +001462 examples\biaobei\Wave/001462.wav +001463 examples\biaobei\Wave/001463.wav +001464 examples\biaobei\Wave/001464.wav +001465 examples\biaobei\Wave/001465.wav +001466 examples\biaobei\Wave/001466.wav +001467 examples\biaobei\Wave/001467.wav +001468 examples\biaobei\Wave/001468.wav +001469 examples\biaobei\Wave/001469.wav +001470 examples\biaobei\Wave/001470.wav +001471 examples\biaobei\Wave/001471.wav +001472 examples\biaobei\Wave/001472.wav +001473 examples\biaobei\Wave/001473.wav +001474 examples\biaobei\Wave/001474.wav +001475 examples\biaobei\Wave/001475.wav +001476 examples\biaobei\Wave/001476.wav +001477 examples\biaobei\Wave/001477.wav +001478 examples\biaobei\Wave/001478.wav +001479 examples\biaobei\Wave/001479.wav +001480 examples\biaobei\Wave/001480.wav +001481 examples\biaobei\Wave/001481.wav +001482 examples\biaobei\Wave/001482.wav +001483 examples\biaobei\Wave/001483.wav +001484 examples\biaobei\Wave/001484.wav +001485 examples\biaobei\Wave/001485.wav +001486 examples\biaobei\Wave/001486.wav +001487 examples\biaobei\Wave/001487.wav +001488 examples\biaobei\Wave/001488.wav +001489 examples\biaobei\Wave/001489.wav +001490 examples\biaobei\Wave/001490.wav +001491 examples\biaobei\Wave/001491.wav +001492 examples\biaobei\Wave/001492.wav +001493 examples\biaobei\Wave/001493.wav +001494 examples\biaobei\Wave/001494.wav +001495 examples\biaobei\Wave/001495.wav +001496 examples\biaobei\Wave/001496.wav +001497 examples\biaobei\Wave/001497.wav +001498 examples\biaobei\Wave/001498.wav +001499 examples\biaobei\Wave/001499.wav +001500 examples\biaobei\Wave/001500.wav +001501 examples\biaobei\Wave/001501.wav +001502 examples\biaobei\Wave/001502.wav +001503 examples\biaobei\Wave/001503.wav +001504 examples\biaobei\Wave/001504.wav +001505 examples\biaobei\Wave/001505.wav +001506 examples\biaobei\Wave/001506.wav +001507 examples\biaobei\Wave/001507.wav +001508 examples\biaobei\Wave/001508.wav +001509 examples\biaobei\Wave/001509.wav +001510 examples\biaobei\Wave/001510.wav +001511 examples\biaobei\Wave/001511.wav +001512 examples\biaobei\Wave/001512.wav +001513 examples\biaobei\Wave/001513.wav +001514 examples\biaobei\Wave/001514.wav +001515 examples\biaobei\Wave/001515.wav +001516 examples\biaobei\Wave/001516.wav +001517 examples\biaobei\Wave/001517.wav +001518 examples\biaobei\Wave/001518.wav +001519 examples\biaobei\Wave/001519.wav +001520 examples\biaobei\Wave/001520.wav +001521 examples\biaobei\Wave/001521.wav +001522 examples\biaobei\Wave/001522.wav +001523 examples\biaobei\Wave/001523.wav +001524 examples\biaobei\Wave/001524.wav +001525 examples\biaobei\Wave/001525.wav +001526 examples\biaobei\Wave/001526.wav +001527 examples\biaobei\Wave/001527.wav +001528 examples\biaobei\Wave/001528.wav +001529 examples\biaobei\Wave/001529.wav +001530 examples\biaobei\Wave/001530.wav +001531 examples\biaobei\Wave/001531.wav +001532 examples\biaobei\Wave/001532.wav +001533 examples\biaobei\Wave/001533.wav +001534 examples\biaobei\Wave/001534.wav +001535 examples\biaobei\Wave/001535.wav +001536 examples\biaobei\Wave/001536.wav +001537 examples\biaobei\Wave/001537.wav +001538 examples\biaobei\Wave/001538.wav +001539 examples\biaobei\Wave/001539.wav +001540 examples\biaobei\Wave/001540.wav +001541 examples\biaobei\Wave/001541.wav +001542 examples\biaobei\Wave/001542.wav +001543 examples\biaobei\Wave/001543.wav +001544 examples\biaobei\Wave/001544.wav +001545 examples\biaobei\Wave/001545.wav +001546 examples\biaobei\Wave/001546.wav +001547 examples\biaobei\Wave/001547.wav +001548 examples\biaobei\Wave/001548.wav +001549 examples\biaobei\Wave/001549.wav +001550 examples\biaobei\Wave/001550.wav +001551 examples\biaobei\Wave/001551.wav +001552 examples\biaobei\Wave/001552.wav +001553 examples\biaobei\Wave/001553.wav +001554 examples\biaobei\Wave/001554.wav +001555 examples\biaobei\Wave/001555.wav +001556 examples\biaobei\Wave/001556.wav +001557 examples\biaobei\Wave/001557.wav +001558 examples\biaobei\Wave/001558.wav +001559 examples\biaobei\Wave/001559.wav +001560 examples\biaobei\Wave/001560.wav +001561 examples\biaobei\Wave/001561.wav +001562 examples\biaobei\Wave/001562.wav +001563 examples\biaobei\Wave/001563.wav +001564 examples\biaobei\Wave/001564.wav +001565 examples\biaobei\Wave/001565.wav +001566 examples\biaobei\Wave/001566.wav +001567 examples\biaobei\Wave/001567.wav +001568 examples\biaobei\Wave/001568.wav +001569 examples\biaobei\Wave/001569.wav +001570 examples\biaobei\Wave/001570.wav +001571 examples\biaobei\Wave/001571.wav +001572 examples\biaobei\Wave/001572.wav +001573 examples\biaobei\Wave/001573.wav +001574 examples\biaobei\Wave/001574.wav +001575 examples\biaobei\Wave/001575.wav +001576 examples\biaobei\Wave/001576.wav +001577 examples\biaobei\Wave/001577.wav +001578 examples\biaobei\Wave/001578.wav +001579 examples\biaobei\Wave/001579.wav +001580 examples\biaobei\Wave/001580.wav +001581 examples\biaobei\Wave/001581.wav +001582 examples\biaobei\Wave/001582.wav +001583 examples\biaobei\Wave/001583.wav +001584 examples\biaobei\Wave/001584.wav +001585 examples\biaobei\Wave/001585.wav +001586 examples\biaobei\Wave/001586.wav +001587 examples\biaobei\Wave/001587.wav +001588 examples\biaobei\Wave/001588.wav +001589 examples\biaobei\Wave/001589.wav +001590 examples\biaobei\Wave/001590.wav +001591 examples\biaobei\Wave/001591.wav +001592 examples\biaobei\Wave/001592.wav +001593 examples\biaobei\Wave/001593.wav +001594 examples\biaobei\Wave/001594.wav +001595 examples\biaobei\Wave/001595.wav +001596 examples\biaobei\Wave/001596.wav +001597 examples\biaobei\Wave/001597.wav +001598 examples\biaobei\Wave/001598.wav +001599 examples\biaobei\Wave/001599.wav +001600 examples\biaobei\Wave/001600.wav +001601 examples\biaobei\Wave/001601.wav +001602 examples\biaobei\Wave/001602.wav +001603 examples\biaobei\Wave/001603.wav +001604 examples\biaobei\Wave/001604.wav +001605 examples\biaobei\Wave/001605.wav +001606 examples\biaobei\Wave/001606.wav +001607 examples\biaobei\Wave/001607.wav +001608 examples\biaobei\Wave/001608.wav +001609 examples\biaobei\Wave/001609.wav +001610 examples\biaobei\Wave/001610.wav +001611 examples\biaobei\Wave/001611.wav +001612 examples\biaobei\Wave/001612.wav +001613 examples\biaobei\Wave/001613.wav +001614 examples\biaobei\Wave/001614.wav +001615 examples\biaobei\Wave/001615.wav +001616 examples\biaobei\Wave/001616.wav +001617 examples\biaobei\Wave/001617.wav +001618 examples\biaobei\Wave/001618.wav +001619 examples\biaobei\Wave/001619.wav +001620 examples\biaobei\Wave/001620.wav +001621 examples\biaobei\Wave/001621.wav +001622 examples\biaobei\Wave/001622.wav +001623 examples\biaobei\Wave/001623.wav +001624 examples\biaobei\Wave/001624.wav +001625 examples\biaobei\Wave/001625.wav +001626 examples\biaobei\Wave/001626.wav +001627 examples\biaobei\Wave/001627.wav +001628 examples\biaobei\Wave/001628.wav +001629 examples\biaobei\Wave/001629.wav +001630 examples\biaobei\Wave/001630.wav +001631 examples\biaobei\Wave/001631.wav +001632 examples\biaobei\Wave/001632.wav +001633 examples\biaobei\Wave/001633.wav +001634 examples\biaobei\Wave/001634.wav +001635 examples\biaobei\Wave/001635.wav +001636 examples\biaobei\Wave/001636.wav +001637 examples\biaobei\Wave/001637.wav +001638 examples\biaobei\Wave/001638.wav +001639 examples\biaobei\Wave/001639.wav +001640 examples\biaobei\Wave/001640.wav +001641 examples\biaobei\Wave/001641.wav +001642 examples\biaobei\Wave/001642.wav +001643 examples\biaobei\Wave/001643.wav +001644 examples\biaobei\Wave/001644.wav +001645 examples\biaobei\Wave/001645.wav +001646 examples\biaobei\Wave/001646.wav +001647 examples\biaobei\Wave/001647.wav +001648 examples\biaobei\Wave/001648.wav +001649 examples\biaobei\Wave/001649.wav +001650 examples\biaobei\Wave/001650.wav +001651 examples\biaobei\Wave/001651.wav +001652 examples\biaobei\Wave/001652.wav +001653 examples\biaobei\Wave/001653.wav +001654 examples\biaobei\Wave/001654.wav +001655 examples\biaobei\Wave/001655.wav +001656 examples\biaobei\Wave/001656.wav +001657 examples\biaobei\Wave/001657.wav +001658 examples\biaobei\Wave/001658.wav +001659 examples\biaobei\Wave/001659.wav +001660 examples\biaobei\Wave/001660.wav +001661 examples\biaobei\Wave/001661.wav +001662 examples\biaobei\Wave/001662.wav +001663 examples\biaobei\Wave/001663.wav +001664 examples\biaobei\Wave/001664.wav +001665 examples\biaobei\Wave/001665.wav +001666 examples\biaobei\Wave/001666.wav +001667 examples\biaobei\Wave/001667.wav +001668 examples\biaobei\Wave/001668.wav +001669 examples\biaobei\Wave/001669.wav +001670 examples\biaobei\Wave/001670.wav +001671 examples\biaobei\Wave/001671.wav +001672 examples\biaobei\Wave/001672.wav +001673 examples\biaobei\Wave/001673.wav +001674 examples\biaobei\Wave/001674.wav +001675 examples\biaobei\Wave/001675.wav +001676 examples\biaobei\Wave/001676.wav +001677 examples\biaobei\Wave/001677.wav +001678 examples\biaobei\Wave/001678.wav +001679 examples\biaobei\Wave/001679.wav +001680 examples\biaobei\Wave/001680.wav +001681 examples\biaobei\Wave/001681.wav +001682 examples\biaobei\Wave/001682.wav +001683 examples\biaobei\Wave/001683.wav +001684 examples\biaobei\Wave/001684.wav +001685 examples\biaobei\Wave/001685.wav +001686 examples\biaobei\Wave/001686.wav +001687 examples\biaobei\Wave/001687.wav +001688 examples\biaobei\Wave/001688.wav +001689 examples\biaobei\Wave/001689.wav +001690 examples\biaobei\Wave/001690.wav +001691 examples\biaobei\Wave/001691.wav +001692 examples\biaobei\Wave/001692.wav +001693 examples\biaobei\Wave/001693.wav +001694 examples\biaobei\Wave/001694.wav +001695 examples\biaobei\Wave/001695.wav +001696 examples\biaobei\Wave/001696.wav +001697 examples\biaobei\Wave/001697.wav +001698 examples\biaobei\Wave/001698.wav +001699 examples\biaobei\Wave/001699.wav +001700 examples\biaobei\Wave/001700.wav +001701 examples\biaobei\Wave/001701.wav +001702 examples\biaobei\Wave/001702.wav +001703 examples\biaobei\Wave/001703.wav +001704 examples\biaobei\Wave/001704.wav +001705 examples\biaobei\Wave/001705.wav +001706 examples\biaobei\Wave/001706.wav +001707 examples\biaobei\Wave/001707.wav +001708 examples\biaobei\Wave/001708.wav +001709 examples\biaobei\Wave/001709.wav +001710 examples\biaobei\Wave/001710.wav +001711 examples\biaobei\Wave/001711.wav +001712 examples\biaobei\Wave/001712.wav +001713 examples\biaobei\Wave/001713.wav +001714 examples\biaobei\Wave/001714.wav +001715 examples\biaobei\Wave/001715.wav +001716 examples\biaobei\Wave/001716.wav +001717 examples\biaobei\Wave/001717.wav +001718 examples\biaobei\Wave/001718.wav +001719 examples\biaobei\Wave/001719.wav +001720 examples\biaobei\Wave/001720.wav +001721 examples\biaobei\Wave/001721.wav +001722 examples\biaobei\Wave/001722.wav +001723 examples\biaobei\Wave/001723.wav +001724 examples\biaobei\Wave/001724.wav +001725 examples\biaobei\Wave/001725.wav +001726 examples\biaobei\Wave/001726.wav +001727 examples\biaobei\Wave/001727.wav +001728 examples\biaobei\Wave/001728.wav +001729 examples\biaobei\Wave/001729.wav +001730 examples\biaobei\Wave/001730.wav +001731 examples\biaobei\Wave/001731.wav +001732 examples\biaobei\Wave/001732.wav +001733 examples\biaobei\Wave/001733.wav +001734 examples\biaobei\Wave/001734.wav +001735 examples\biaobei\Wave/001735.wav +001736 examples\biaobei\Wave/001736.wav +001737 examples\biaobei\Wave/001737.wav +001738 examples\biaobei\Wave/001738.wav +001739 examples\biaobei\Wave/001739.wav +001740 examples\biaobei\Wave/001740.wav +001741 examples\biaobei\Wave/001741.wav +001742 examples\biaobei\Wave/001742.wav +001743 examples\biaobei\Wave/001743.wav +001744 examples\biaobei\Wave/001744.wav +001745 examples\biaobei\Wave/001745.wav +001746 examples\biaobei\Wave/001746.wav +001747 examples\biaobei\Wave/001747.wav +001748 examples\biaobei\Wave/001748.wav +001749 examples\biaobei\Wave/001749.wav +001750 examples\biaobei\Wave/001750.wav +001751 examples\biaobei\Wave/001751.wav +001752 examples\biaobei\Wave/001752.wav +001753 examples\biaobei\Wave/001753.wav +001754 examples\biaobei\Wave/001754.wav +001755 examples\biaobei\Wave/001755.wav +001756 examples\biaobei\Wave/001756.wav +001757 examples\biaobei\Wave/001757.wav +001758 examples\biaobei\Wave/001758.wav +001759 examples\biaobei\Wave/001759.wav +001760 examples\biaobei\Wave/001760.wav +001761 examples\biaobei\Wave/001761.wav +001762 examples\biaobei\Wave/001762.wav +001763 examples\biaobei\Wave/001763.wav +001764 examples\biaobei\Wave/001764.wav +001765 examples\biaobei\Wave/001765.wav +001766 examples\biaobei\Wave/001766.wav +001767 examples\biaobei\Wave/001767.wav +001768 examples\biaobei\Wave/001768.wav +001769 examples\biaobei\Wave/001769.wav +001770 examples\biaobei\Wave/001770.wav +001771 examples\biaobei\Wave/001771.wav +001772 examples\biaobei\Wave/001772.wav +001773 examples\biaobei\Wave/001773.wav +001774 examples\biaobei\Wave/001774.wav +001775 examples\biaobei\Wave/001775.wav +001776 examples\biaobei\Wave/001776.wav +001777 examples\biaobei\Wave/001777.wav +001778 examples\biaobei\Wave/001778.wav +001779 examples\biaobei\Wave/001779.wav +001780 examples\biaobei\Wave/001780.wav +001781 examples\biaobei\Wave/001781.wav +001782 examples\biaobei\Wave/001782.wav +001783 examples\biaobei\Wave/001783.wav +001784 examples\biaobei\Wave/001784.wav +001785 examples\biaobei\Wave/001785.wav +001786 examples\biaobei\Wave/001786.wav +001787 examples\biaobei\Wave/001787.wav +001788 examples\biaobei\Wave/001788.wav +001789 examples\biaobei\Wave/001789.wav +001790 examples\biaobei\Wave/001790.wav +001791 examples\biaobei\Wave/001791.wav +001792 examples\biaobei\Wave/001792.wav +001793 examples\biaobei\Wave/001793.wav +001794 examples\biaobei\Wave/001794.wav +001795 examples\biaobei\Wave/001795.wav +001796 examples\biaobei\Wave/001796.wav +001797 examples\biaobei\Wave/001797.wav +001798 examples\biaobei\Wave/001798.wav +001799 examples\biaobei\Wave/001799.wav +001800 examples\biaobei\Wave/001800.wav +001801 examples\biaobei\Wave/001801.wav +001802 examples\biaobei\Wave/001802.wav +001803 examples\biaobei\Wave/001803.wav +001804 examples\biaobei\Wave/001804.wav +001805 examples\biaobei\Wave/001805.wav +001806 examples\biaobei\Wave/001806.wav +001807 examples\biaobei\Wave/001807.wav +001808 examples\biaobei\Wave/001808.wav +001809 examples\biaobei\Wave/001809.wav +001810 examples\biaobei\Wave/001810.wav +001811 examples\biaobei\Wave/001811.wav +001812 examples\biaobei\Wave/001812.wav +001813 examples\biaobei\Wave/001813.wav +001814 examples\biaobei\Wave/001814.wav +001815 examples\biaobei\Wave/001815.wav +001816 examples\biaobei\Wave/001816.wav +001817 examples\biaobei\Wave/001817.wav +001818 examples\biaobei\Wave/001818.wav +001819 examples\biaobei\Wave/001819.wav +001820 examples\biaobei\Wave/001820.wav +001821 examples\biaobei\Wave/001821.wav +001822 examples\biaobei\Wave/001822.wav +001823 examples\biaobei\Wave/001823.wav +001824 examples\biaobei\Wave/001824.wav +001825 examples\biaobei\Wave/001825.wav +001826 examples\biaobei\Wave/001826.wav +001827 examples\biaobei\Wave/001827.wav +001828 examples\biaobei\Wave/001828.wav +001829 examples\biaobei\Wave/001829.wav +001830 examples\biaobei\Wave/001830.wav +001831 examples\biaobei\Wave/001831.wav +001832 examples\biaobei\Wave/001832.wav +001833 examples\biaobei\Wave/001833.wav +001834 examples\biaobei\Wave/001834.wav +001835 examples\biaobei\Wave/001835.wav +001836 examples\biaobei\Wave/001836.wav +001837 examples\biaobei\Wave/001837.wav +001838 examples\biaobei\Wave/001838.wav +001839 examples\biaobei\Wave/001839.wav +001840 examples\biaobei\Wave/001840.wav +001841 examples\biaobei\Wave/001841.wav +001842 examples\biaobei\Wave/001842.wav +001843 examples\biaobei\Wave/001843.wav +001844 examples\biaobei\Wave/001844.wav +001845 examples\biaobei\Wave/001845.wav +001846 examples\biaobei\Wave/001846.wav +001847 examples\biaobei\Wave/001847.wav +001848 examples\biaobei\Wave/001848.wav +001849 examples\biaobei\Wave/001849.wav +001850 examples\biaobei\Wave/001850.wav +001851 examples\biaobei\Wave/001851.wav +001852 examples\biaobei\Wave/001852.wav +001853 examples\biaobei\Wave/001853.wav +001854 examples\biaobei\Wave/001854.wav +001855 examples\biaobei\Wave/001855.wav +001856 examples\biaobei\Wave/001856.wav +001857 examples\biaobei\Wave/001857.wav +001858 examples\biaobei\Wave/001858.wav +001859 examples\biaobei\Wave/001859.wav +001860 examples\biaobei\Wave/001860.wav +001861 examples\biaobei\Wave/001861.wav +001862 examples\biaobei\Wave/001862.wav +001863 examples\biaobei\Wave/001863.wav +001864 examples\biaobei\Wave/001864.wav +001865 examples\biaobei\Wave/001865.wav +001866 examples\biaobei\Wave/001866.wav +001867 examples\biaobei\Wave/001867.wav +001868 examples\biaobei\Wave/001868.wav +001869 examples\biaobei\Wave/001869.wav +001870 examples\biaobei\Wave/001870.wav +001871 examples\biaobei\Wave/001871.wav +001872 examples\biaobei\Wave/001872.wav +001873 examples\biaobei\Wave/001873.wav +001874 examples\biaobei\Wave/001874.wav +001875 examples\biaobei\Wave/001875.wav +001876 examples\biaobei\Wave/001876.wav +001877 examples\biaobei\Wave/001877.wav +001878 examples\biaobei\Wave/001878.wav +001879 examples\biaobei\Wave/001879.wav +001880 examples\biaobei\Wave/001880.wav +001881 examples\biaobei\Wave/001881.wav +001882 examples\biaobei\Wave/001882.wav +001883 examples\biaobei\Wave/001883.wav +001884 examples\biaobei\Wave/001884.wav +001885 examples\biaobei\Wave/001885.wav +001886 examples\biaobei\Wave/001886.wav +001887 examples\biaobei\Wave/001887.wav +001888 examples\biaobei\Wave/001888.wav +001889 examples\biaobei\Wave/001889.wav +001890 examples\biaobei\Wave/001890.wav +001891 examples\biaobei\Wave/001891.wav +001892 examples\biaobei\Wave/001892.wav +001893 examples\biaobei\Wave/001893.wav +001894 examples\biaobei\Wave/001894.wav +001895 examples\biaobei\Wave/001895.wav +001896 examples\biaobei\Wave/001896.wav +001897 examples\biaobei\Wave/001897.wav +001898 examples\biaobei\Wave/001898.wav +001899 examples\biaobei\Wave/001899.wav +001900 examples\biaobei\Wave/001900.wav +001901 examples\biaobei\Wave/001901.wav +001902 examples\biaobei\Wave/001902.wav +001903 examples\biaobei\Wave/001903.wav +001904 examples\biaobei\Wave/001904.wav +001905 examples\biaobei\Wave/001905.wav +001906 examples\biaobei\Wave/001906.wav +001907 examples\biaobei\Wave/001907.wav +001908 examples\biaobei\Wave/001908.wav +001909 examples\biaobei\Wave/001909.wav +001910 examples\biaobei\Wave/001910.wav +001911 examples\biaobei\Wave/001911.wav +001912 examples\biaobei\Wave/001912.wav +001913 examples\biaobei\Wave/001913.wav +001914 examples\biaobei\Wave/001914.wav +001915 examples\biaobei\Wave/001915.wav +001916 examples\biaobei\Wave/001916.wav +001917 examples\biaobei\Wave/001917.wav +001918 examples\biaobei\Wave/001918.wav +001919 examples\biaobei\Wave/001919.wav +001920 examples\biaobei\Wave/001920.wav +001921 examples\biaobei\Wave/001921.wav +001922 examples\biaobei\Wave/001922.wav +001923 examples\biaobei\Wave/001923.wav +001924 examples\biaobei\Wave/001924.wav +001925 examples\biaobei\Wave/001925.wav +001926 examples\biaobei\Wave/001926.wav +001927 examples\biaobei\Wave/001927.wav +001928 examples\biaobei\Wave/001928.wav +001929 examples\biaobei\Wave/001929.wav +001930 examples\biaobei\Wave/001930.wav +001931 examples\biaobei\Wave/001931.wav +001932 examples\biaobei\Wave/001932.wav +001933 examples\biaobei\Wave/001933.wav +001934 examples\biaobei\Wave/001934.wav +001935 examples\biaobei\Wave/001935.wav +001936 examples\biaobei\Wave/001936.wav +001937 examples\biaobei\Wave/001937.wav +001938 examples\biaobei\Wave/001938.wav +001939 examples\biaobei\Wave/001939.wav +001940 examples\biaobei\Wave/001940.wav +001941 examples\biaobei\Wave/001941.wav +001942 examples\biaobei\Wave/001942.wav +001943 examples\biaobei\Wave/001943.wav +001944 examples\biaobei\Wave/001944.wav +001945 examples\biaobei\Wave/001945.wav +001946 examples\biaobei\Wave/001946.wav +001947 examples\biaobei\Wave/001947.wav +001948 examples\biaobei\Wave/001948.wav +001949 examples\biaobei\Wave/001949.wav +001950 examples\biaobei\Wave/001950.wav +001951 examples\biaobei\Wave/001951.wav +001952 examples\biaobei\Wave/001952.wav +001953 examples\biaobei\Wave/001953.wav +001954 examples\biaobei\Wave/001954.wav +001955 examples\biaobei\Wave/001955.wav +001956 examples\biaobei\Wave/001956.wav +001957 examples\biaobei\Wave/001957.wav +001958 examples\biaobei\Wave/001958.wav +001959 examples\biaobei\Wave/001959.wav +001960 examples\biaobei\Wave/001960.wav +001961 examples\biaobei\Wave/001961.wav +001962 examples\biaobei\Wave/001962.wav +001963 examples\biaobei\Wave/001963.wav +001964 examples\biaobei\Wave/001964.wav +001965 examples\biaobei\Wave/001965.wav +001966 examples\biaobei\Wave/001966.wav +001967 examples\biaobei\Wave/001967.wav +001968 examples\biaobei\Wave/001968.wav +001969 examples\biaobei\Wave/001969.wav +001970 examples\biaobei\Wave/001970.wav +001971 examples\biaobei\Wave/001971.wav +001972 examples\biaobei\Wave/001972.wav +001973 examples\biaobei\Wave/001973.wav +001974 examples\biaobei\Wave/001974.wav +001975 examples\biaobei\Wave/001975.wav +001976 examples\biaobei\Wave/001976.wav +001977 examples\biaobei\Wave/001977.wav +001978 examples\biaobei\Wave/001978.wav +001979 examples\biaobei\Wave/001979.wav +001980 examples\biaobei\Wave/001980.wav +001981 examples\biaobei\Wave/001981.wav +001982 examples\biaobei\Wave/001982.wav +001983 examples\biaobei\Wave/001983.wav +001984 examples\biaobei\Wave/001984.wav +001985 examples\biaobei\Wave/001985.wav +001986 examples\biaobei\Wave/001986.wav +001987 examples\biaobei\Wave/001987.wav +001988 examples\biaobei\Wave/001988.wav +001989 examples\biaobei\Wave/001989.wav +001990 examples\biaobei\Wave/001990.wav +001991 examples\biaobei\Wave/001991.wav +001992 examples\biaobei\Wave/001992.wav +001993 examples\biaobei\Wave/001993.wav +001994 examples\biaobei\Wave/001994.wav +001995 examples\biaobei\Wave/001995.wav +001996 examples\biaobei\Wave/001996.wav +001997 examples\biaobei\Wave/001997.wav +001998 examples\biaobei\Wave/001998.wav +001999 examples\biaobei\Wave/001999.wav +002000 examples\biaobei\Wave/002000.wav +002001 examples\biaobei\Wave/002001.wav +002002 examples\biaobei\Wave/002002.wav +002003 examples\biaobei\Wave/002003.wav +002004 examples\biaobei\Wave/002004.wav +002005 examples\biaobei\Wave/002005.wav +002006 examples\biaobei\Wave/002006.wav +002007 examples\biaobei\Wave/002007.wav +002008 examples\biaobei\Wave/002008.wav +002009 examples\biaobei\Wave/002009.wav +002010 examples\biaobei\Wave/002010.wav +002011 examples\biaobei\Wave/002011.wav +002012 examples\biaobei\Wave/002012.wav +002013 examples\biaobei\Wave/002013.wav +002014 examples\biaobei\Wave/002014.wav +002015 examples\biaobei\Wave/002015.wav +002016 examples\biaobei\Wave/002016.wav +002017 examples\biaobei\Wave/002017.wav +002018 examples\biaobei\Wave/002018.wav +002019 examples\biaobei\Wave/002019.wav +002020 examples\biaobei\Wave/002020.wav +002021 examples\biaobei\Wave/002021.wav +002022 examples\biaobei\Wave/002022.wav +002023 examples\biaobei\Wave/002023.wav +002024 examples\biaobei\Wave/002024.wav +002025 examples\biaobei\Wave/002025.wav +002026 examples\biaobei\Wave/002026.wav +002027 examples\biaobei\Wave/002027.wav +002028 examples\biaobei\Wave/002028.wav +002029 examples\biaobei\Wave/002029.wav +002030 examples\biaobei\Wave/002030.wav +002031 examples\biaobei\Wave/002031.wav +002032 examples\biaobei\Wave/002032.wav +002033 examples\biaobei\Wave/002033.wav +002034 examples\biaobei\Wave/002034.wav +002035 examples\biaobei\Wave/002035.wav +002036 examples\biaobei\Wave/002036.wav +002037 examples\biaobei\Wave/002037.wav +002038 examples\biaobei\Wave/002038.wav +002039 examples\biaobei\Wave/002039.wav +002040 examples\biaobei\Wave/002040.wav +002041 examples\biaobei\Wave/002041.wav +002042 examples\biaobei\Wave/002042.wav +002043 examples\biaobei\Wave/002043.wav +002044 examples\biaobei\Wave/002044.wav +002045 examples\biaobei\Wave/002045.wav +002046 examples\biaobei\Wave/002046.wav +002047 examples\biaobei\Wave/002047.wav +002048 examples\biaobei\Wave/002048.wav +002049 examples\biaobei\Wave/002049.wav +002050 examples\biaobei\Wave/002050.wav +002051 examples\biaobei\Wave/002051.wav +002052 examples\biaobei\Wave/002052.wav +002053 examples\biaobei\Wave/002053.wav +002054 examples\biaobei\Wave/002054.wav +002055 examples\biaobei\Wave/002055.wav +002056 examples\biaobei\Wave/002056.wav +002057 examples\biaobei\Wave/002057.wav +002058 examples\biaobei\Wave/002058.wav +002059 examples\biaobei\Wave/002059.wav +002060 examples\biaobei\Wave/002060.wav +002061 examples\biaobei\Wave/002061.wav +002062 examples\biaobei\Wave/002062.wav +002063 examples\biaobei\Wave/002063.wav +002064 examples\biaobei\Wave/002064.wav +002065 examples\biaobei\Wave/002065.wav +002066 examples\biaobei\Wave/002066.wav +002067 examples\biaobei\Wave/002067.wav +002068 examples\biaobei\Wave/002068.wav +002069 examples\biaobei\Wave/002069.wav +002070 examples\biaobei\Wave/002070.wav +002071 examples\biaobei\Wave/002071.wav +002072 examples\biaobei\Wave/002072.wav +002073 examples\biaobei\Wave/002073.wav +002074 examples\biaobei\Wave/002074.wav +002075 examples\biaobei\Wave/002075.wav +002076 examples\biaobei\Wave/002076.wav +002077 examples\biaobei\Wave/002077.wav +002078 examples\biaobei\Wave/002078.wav +002079 examples\biaobei\Wave/002079.wav +002080 examples\biaobei\Wave/002080.wav +002081 examples\biaobei\Wave/002081.wav +002082 examples\biaobei\Wave/002082.wav +002083 examples\biaobei\Wave/002083.wav +002084 examples\biaobei\Wave/002084.wav +002085 examples\biaobei\Wave/002085.wav +002086 examples\biaobei\Wave/002086.wav +002087 examples\biaobei\Wave/002087.wav +002088 examples\biaobei\Wave/002088.wav +002089 examples\biaobei\Wave/002089.wav +002090 examples\biaobei\Wave/002090.wav +002091 examples\biaobei\Wave/002091.wav +002092 examples\biaobei\Wave/002092.wav +002093 examples\biaobei\Wave/002093.wav +002094 examples\biaobei\Wave/002094.wav +002095 examples\biaobei\Wave/002095.wav +002096 examples\biaobei\Wave/002096.wav +002097 examples\biaobei\Wave/002097.wav +002098 examples\biaobei\Wave/002098.wav +002099 examples\biaobei\Wave/002099.wav +002100 examples\biaobei\Wave/002100.wav +002101 examples\biaobei\Wave/002101.wav +002102 examples\biaobei\Wave/002102.wav +002103 examples\biaobei\Wave/002103.wav +002104 examples\biaobei\Wave/002104.wav +002105 examples\biaobei\Wave/002105.wav +002106 examples\biaobei\Wave/002106.wav +002107 examples\biaobei\Wave/002107.wav +002108 examples\biaobei\Wave/002108.wav +002109 examples\biaobei\Wave/002109.wav +002110 examples\biaobei\Wave/002110.wav +002111 examples\biaobei\Wave/002111.wav +002112 examples\biaobei\Wave/002112.wav +002113 examples\biaobei\Wave/002113.wav +002114 examples\biaobei\Wave/002114.wav +002115 examples\biaobei\Wave/002115.wav +002116 examples\biaobei\Wave/002116.wav +002117 examples\biaobei\Wave/002117.wav +002118 examples\biaobei\Wave/002118.wav +002119 examples\biaobei\Wave/002119.wav +002120 examples\biaobei\Wave/002120.wav +002121 examples\biaobei\Wave/002121.wav +002122 examples\biaobei\Wave/002122.wav +002123 examples\biaobei\Wave/002123.wav +002124 examples\biaobei\Wave/002124.wav +002125 examples\biaobei\Wave/002125.wav +002126 examples\biaobei\Wave/002126.wav +002127 examples\biaobei\Wave/002127.wav +002128 examples\biaobei\Wave/002128.wav +002129 examples\biaobei\Wave/002129.wav +002130 examples\biaobei\Wave/002130.wav +002131 examples\biaobei\Wave/002131.wav +002132 examples\biaobei\Wave/002132.wav +002133 examples\biaobei\Wave/002133.wav +002134 examples\biaobei\Wave/002134.wav +002135 examples\biaobei\Wave/002135.wav +002136 examples\biaobei\Wave/002136.wav +002137 examples\biaobei\Wave/002137.wav +002138 examples\biaobei\Wave/002138.wav +002139 examples\biaobei\Wave/002139.wav +002140 examples\biaobei\Wave/002140.wav +002141 examples\biaobei\Wave/002141.wav +002142 examples\biaobei\Wave/002142.wav +002143 examples\biaobei\Wave/002143.wav +002144 examples\biaobei\Wave/002144.wav +002145 examples\biaobei\Wave/002145.wav +002146 examples\biaobei\Wave/002146.wav +002147 examples\biaobei\Wave/002147.wav +002148 examples\biaobei\Wave/002148.wav +002149 examples\biaobei\Wave/002149.wav +002150 examples\biaobei\Wave/002150.wav +002151 examples\biaobei\Wave/002151.wav +002152 examples\biaobei\Wave/002152.wav +002153 examples\biaobei\Wave/002153.wav +002154 examples\biaobei\Wave/002154.wav +002155 examples\biaobei\Wave/002155.wav +002156 examples\biaobei\Wave/002156.wav +002157 examples\biaobei\Wave/002157.wav +002158 examples\biaobei\Wave/002158.wav +002159 examples\biaobei\Wave/002159.wav +002160 examples\biaobei\Wave/002160.wav +002161 examples\biaobei\Wave/002161.wav +002162 examples\biaobei\Wave/002162.wav +002163 examples\biaobei\Wave/002163.wav +002164 examples\biaobei\Wave/002164.wav +002165 examples\biaobei\Wave/002165.wav +002166 examples\biaobei\Wave/002166.wav +002167 examples\biaobei\Wave/002167.wav +002168 examples\biaobei\Wave/002168.wav +002169 examples\biaobei\Wave/002169.wav +002170 examples\biaobei\Wave/002170.wav +002171 examples\biaobei\Wave/002171.wav +002172 examples\biaobei\Wave/002172.wav +002173 examples\biaobei\Wave/002173.wav +002174 examples\biaobei\Wave/002174.wav +002175 examples\biaobei\Wave/002175.wav +002176 examples\biaobei\Wave/002176.wav +002177 examples\biaobei\Wave/002177.wav +002178 examples\biaobei\Wave/002178.wav +002179 examples\biaobei\Wave/002179.wav +002180 examples\biaobei\Wave/002180.wav +002181 examples\biaobei\Wave/002181.wav +002182 examples\biaobei\Wave/002182.wav +002183 examples\biaobei\Wave/002183.wav +002184 examples\biaobei\Wave/002184.wav +002185 examples\biaobei\Wave/002185.wav +002186 examples\biaobei\Wave/002186.wav +002187 examples\biaobei\Wave/002187.wav +002188 examples\biaobei\Wave/002188.wav +002189 examples\biaobei\Wave/002189.wav +002190 examples\biaobei\Wave/002190.wav +002191 examples\biaobei\Wave/002191.wav +002192 examples\biaobei\Wave/002192.wav +002193 examples\biaobei\Wave/002193.wav +002194 examples\biaobei\Wave/002194.wav +002195 examples\biaobei\Wave/002195.wav +002196 examples\biaobei\Wave/002196.wav +002197 examples\biaobei\Wave/002197.wav +002198 examples\biaobei\Wave/002198.wav +002199 examples\biaobei\Wave/002199.wav +002200 examples\biaobei\Wave/002200.wav +002201 examples\biaobei\Wave/002201.wav +002202 examples\biaobei\Wave/002202.wav +002203 examples\biaobei\Wave/002203.wav +002204 examples\biaobei\Wave/002204.wav +002205 examples\biaobei\Wave/002205.wav +002206 examples\biaobei\Wave/002206.wav +002207 examples\biaobei\Wave/002207.wav +002208 examples\biaobei\Wave/002208.wav +002209 examples\biaobei\Wave/002209.wav +002210 examples\biaobei\Wave/002210.wav +002211 examples\biaobei\Wave/002211.wav +002212 examples\biaobei\Wave/002212.wav +002213 examples\biaobei\Wave/002213.wav +002214 examples\biaobei\Wave/002214.wav +002215 examples\biaobei\Wave/002215.wav +002216 examples\biaobei\Wave/002216.wav +002217 examples\biaobei\Wave/002217.wav +002218 examples\biaobei\Wave/002218.wav +002219 examples\biaobei\Wave/002219.wav +002220 examples\biaobei\Wave/002220.wav +002221 examples\biaobei\Wave/002221.wav +002222 examples\biaobei\Wave/002222.wav +002223 examples\biaobei\Wave/002223.wav +002224 examples\biaobei\Wave/002224.wav +002225 examples\biaobei\Wave/002225.wav +002226 examples\biaobei\Wave/002226.wav +002227 examples\biaobei\Wave/002227.wav +002228 examples\biaobei\Wave/002228.wav +002229 examples\biaobei\Wave/002229.wav +002230 examples\biaobei\Wave/002230.wav +002231 examples\biaobei\Wave/002231.wav +002232 examples\biaobei\Wave/002232.wav +002233 examples\biaobei\Wave/002233.wav +002234 examples\biaobei\Wave/002234.wav +002235 examples\biaobei\Wave/002235.wav +002236 examples\biaobei\Wave/002236.wav +002237 examples\biaobei\Wave/002237.wav +002238 examples\biaobei\Wave/002238.wav +002239 examples\biaobei\Wave/002239.wav +002240 examples\biaobei\Wave/002240.wav +002241 examples\biaobei\Wave/002241.wav +002242 examples\biaobei\Wave/002242.wav +002243 examples\biaobei\Wave/002243.wav +002244 examples\biaobei\Wave/002244.wav +002245 examples\biaobei\Wave/002245.wav +002246 examples\biaobei\Wave/002246.wav +002247 examples\biaobei\Wave/002247.wav +002248 examples\biaobei\Wave/002248.wav +002249 examples\biaobei\Wave/002249.wav +002250 examples\biaobei\Wave/002250.wav +002251 examples\biaobei\Wave/002251.wav +002252 examples\biaobei\Wave/002252.wav +002253 examples\biaobei\Wave/002253.wav +002254 examples\biaobei\Wave/002254.wav +002255 examples\biaobei\Wave/002255.wav +002256 examples\biaobei\Wave/002256.wav +002257 examples\biaobei\Wave/002257.wav +002258 examples\biaobei\Wave/002258.wav +002259 examples\biaobei\Wave/002259.wav +002260 examples\biaobei\Wave/002260.wav +002261 examples\biaobei\Wave/002261.wav +002262 examples\biaobei\Wave/002262.wav +002263 examples\biaobei\Wave/002263.wav +002264 examples\biaobei\Wave/002264.wav +002265 examples\biaobei\Wave/002265.wav +002266 examples\biaobei\Wave/002266.wav +002267 examples\biaobei\Wave/002267.wav +002268 examples\biaobei\Wave/002268.wav +002269 examples\biaobei\Wave/002269.wav +002270 examples\biaobei\Wave/002270.wav +002271 examples\biaobei\Wave/002271.wav +002272 examples\biaobei\Wave/002272.wav +002273 examples\biaobei\Wave/002273.wav +002274 examples\biaobei\Wave/002274.wav +002275 examples\biaobei\Wave/002275.wav +002276 examples\biaobei\Wave/002276.wav +002277 examples\biaobei\Wave/002277.wav +002278 examples\biaobei\Wave/002278.wav +002279 examples\biaobei\Wave/002279.wav +002280 examples\biaobei\Wave/002280.wav +002281 examples\biaobei\Wave/002281.wav +002282 examples\biaobei\Wave/002282.wav +002283 examples\biaobei\Wave/002283.wav +002284 examples\biaobei\Wave/002284.wav +002285 examples\biaobei\Wave/002285.wav +002286 examples\biaobei\Wave/002286.wav +002287 examples\biaobei\Wave/002287.wav +002288 examples\biaobei\Wave/002288.wav +002289 examples\biaobei\Wave/002289.wav +002290 examples\biaobei\Wave/002290.wav +002291 examples\biaobei\Wave/002291.wav +002292 examples\biaobei\Wave/002292.wav +002293 examples\biaobei\Wave/002293.wav +002294 examples\biaobei\Wave/002294.wav +002295 examples\biaobei\Wave/002295.wav +002296 examples\biaobei\Wave/002296.wav +002297 examples\biaobei\Wave/002297.wav +002298 examples\biaobei\Wave/002298.wav +002299 examples\biaobei\Wave/002299.wav +002300 examples\biaobei\Wave/002300.wav +002301 examples\biaobei\Wave/002301.wav +002302 examples\biaobei\Wave/002302.wav +002303 examples\biaobei\Wave/002303.wav +002304 examples\biaobei\Wave/002304.wav +002305 examples\biaobei\Wave/002305.wav +002306 examples\biaobei\Wave/002306.wav +002307 examples\biaobei\Wave/002307.wav +002308 examples\biaobei\Wave/002308.wav +002309 examples\biaobei\Wave/002309.wav +002310 examples\biaobei\Wave/002310.wav +002311 examples\biaobei\Wave/002311.wav +002312 examples\biaobei\Wave/002312.wav +002313 examples\biaobei\Wave/002313.wav +002314 examples\biaobei\Wave/002314.wav +002315 examples\biaobei\Wave/002315.wav +002316 examples\biaobei\Wave/002316.wav +002317 examples\biaobei\Wave/002317.wav +002318 examples\biaobei\Wave/002318.wav +002319 examples\biaobei\Wave/002319.wav +002320 examples\biaobei\Wave/002320.wav +002321 examples\biaobei\Wave/002321.wav +002322 examples\biaobei\Wave/002322.wav +002323 examples\biaobei\Wave/002323.wav +002324 examples\biaobei\Wave/002324.wav +002325 examples\biaobei\Wave/002325.wav +002326 examples\biaobei\Wave/002326.wav +002327 examples\biaobei\Wave/002327.wav +002328 examples\biaobei\Wave/002328.wav +002329 examples\biaobei\Wave/002329.wav +002330 examples\biaobei\Wave/002330.wav +002331 examples\biaobei\Wave/002331.wav +002332 examples\biaobei\Wave/002332.wav +002333 examples\biaobei\Wave/002333.wav +002334 examples\biaobei\Wave/002334.wav +002335 examples\biaobei\Wave/002335.wav +002336 examples\biaobei\Wave/002336.wav +002337 examples\biaobei\Wave/002337.wav +002338 examples\biaobei\Wave/002338.wav +002339 examples\biaobei\Wave/002339.wav +002340 examples\biaobei\Wave/002340.wav +002341 examples\biaobei\Wave/002341.wav +002342 examples\biaobei\Wave/002342.wav +002343 examples\biaobei\Wave/002343.wav +002344 examples\biaobei\Wave/002344.wav +002345 examples\biaobei\Wave/002345.wav +002346 examples\biaobei\Wave/002346.wav +002347 examples\biaobei\Wave/002347.wav +002348 examples\biaobei\Wave/002348.wav +002349 examples\biaobei\Wave/002349.wav +002350 examples\biaobei\Wave/002350.wav +002351 examples\biaobei\Wave/002351.wav +002352 examples\biaobei\Wave/002352.wav +002353 examples\biaobei\Wave/002353.wav +002354 examples\biaobei\Wave/002354.wav +002355 examples\biaobei\Wave/002355.wav +002356 examples\biaobei\Wave/002356.wav +002357 examples\biaobei\Wave/002357.wav +002358 examples\biaobei\Wave/002358.wav +002359 examples\biaobei\Wave/002359.wav +002360 examples\biaobei\Wave/002360.wav +002361 examples\biaobei\Wave/002361.wav +002362 examples\biaobei\Wave/002362.wav +002363 examples\biaobei\Wave/002363.wav +002364 examples\biaobei\Wave/002364.wav +002366 examples\biaobei\Wave/002366.wav +002367 examples\biaobei\Wave/002367.wav +002368 examples\biaobei\Wave/002368.wav +002369 examples\biaobei\Wave/002369.wav +002370 examples\biaobei\Wave/002370.wav +002371 examples\biaobei\Wave/002371.wav +002372 examples\biaobei\Wave/002372.wav +002373 examples\biaobei\Wave/002373.wav +002374 examples\biaobei\Wave/002374.wav +002375 examples\biaobei\Wave/002375.wav +002376 examples\biaobei\Wave/002376.wav +002377 examples\biaobei\Wave/002377.wav +002378 examples\biaobei\Wave/002378.wav +002379 examples\biaobei\Wave/002379.wav +002380 examples\biaobei\Wave/002380.wav +002381 examples\biaobei\Wave/002381.wav +002382 examples\biaobei\Wave/002382.wav +002383 examples\biaobei\Wave/002383.wav +002384 examples\biaobei\Wave/002384.wav +002385 examples\biaobei\Wave/002385.wav +002386 examples\biaobei\Wave/002386.wav +002387 examples\biaobei\Wave/002387.wav +002388 examples\biaobei\Wave/002388.wav +002389 examples\biaobei\Wave/002389.wav +002390 examples\biaobei\Wave/002390.wav +002391 examples\biaobei\Wave/002391.wav +002392 examples\biaobei\Wave/002392.wav +002393 examples\biaobei\Wave/002393.wav +002394 examples\biaobei\Wave/002394.wav +002395 examples\biaobei\Wave/002395.wav +002396 examples\biaobei\Wave/002396.wav +002397 examples\biaobei\Wave/002397.wav +002398 examples\biaobei\Wave/002398.wav +002399 examples\biaobei\Wave/002399.wav +002400 examples\biaobei\Wave/002400.wav +002401 examples\biaobei\Wave/002401.wav +002402 examples\biaobei\Wave/002402.wav +002403 examples\biaobei\Wave/002403.wav +002404 examples\biaobei\Wave/002404.wav +002405 examples\biaobei\Wave/002405.wav +002406 examples\biaobei\Wave/002406.wav +002407 examples\biaobei\Wave/002407.wav +002408 examples\biaobei\Wave/002408.wav +002409 examples\biaobei\Wave/002409.wav +002410 examples\biaobei\Wave/002410.wav +002411 examples\biaobei\Wave/002411.wav +002412 examples\biaobei\Wave/002412.wav +002413 examples\biaobei\Wave/002413.wav +002414 examples\biaobei\Wave/002414.wav +002415 examples\biaobei\Wave/002415.wav +002416 examples\biaobei\Wave/002416.wav +002417 examples\biaobei\Wave/002417.wav +002418 examples\biaobei\Wave/002418.wav +002419 examples\biaobei\Wave/002419.wav +002420 examples\biaobei\Wave/002420.wav +002421 examples\biaobei\Wave/002421.wav +002422 examples\biaobei\Wave/002422.wav +002423 examples\biaobei\Wave/002423.wav +002424 examples\biaobei\Wave/002424.wav +002425 examples\biaobei\Wave/002425.wav +002426 examples\biaobei\Wave/002426.wav +002427 examples\biaobei\Wave/002427.wav +002428 examples\biaobei\Wave/002428.wav +002429 examples\biaobei\Wave/002429.wav +002430 examples\biaobei\Wave/002430.wav +002431 examples\biaobei\Wave/002431.wav +002432 examples\biaobei\Wave/002432.wav +002433 examples\biaobei\Wave/002433.wav +002434 examples\biaobei\Wave/002434.wav +002435 examples\biaobei\Wave/002435.wav +002436 examples\biaobei\Wave/002436.wav +002437 examples\biaobei\Wave/002437.wav +002438 examples\biaobei\Wave/002438.wav +002439 examples\biaobei\Wave/002439.wav +002440 examples\biaobei\Wave/002440.wav +002441 examples\biaobei\Wave/002441.wav +002442 examples\biaobei\Wave/002442.wav +002443 examples\biaobei\Wave/002443.wav +002444 examples\biaobei\Wave/002444.wav +002445 examples\biaobei\Wave/002445.wav +002446 examples\biaobei\Wave/002446.wav +002447 examples\biaobei\Wave/002447.wav +002448 examples\biaobei\Wave/002448.wav +002449 examples\biaobei\Wave/002449.wav +002450 examples\biaobei\Wave/002450.wav +002451 examples\biaobei\Wave/002451.wav +002452 examples\biaobei\Wave/002452.wav +002453 examples\biaobei\Wave/002453.wav +002454 examples\biaobei\Wave/002454.wav +002455 examples\biaobei\Wave/002455.wav +002456 examples\biaobei\Wave/002456.wav +002457 examples\biaobei\Wave/002457.wav +002458 examples\biaobei\Wave/002458.wav +002459 examples\biaobei\Wave/002459.wav +002460 examples\biaobei\Wave/002460.wav +002461 examples\biaobei\Wave/002461.wav +002462 examples\biaobei\Wave/002462.wav +002463 examples\biaobei\Wave/002463.wav +002464 examples\biaobei\Wave/002464.wav +002465 examples\biaobei\Wave/002465.wav +002466 examples\biaobei\Wave/002466.wav +002467 examples\biaobei\Wave/002467.wav +002468 examples\biaobei\Wave/002468.wav +002469 examples\biaobei\Wave/002469.wav +002470 examples\biaobei\Wave/002470.wav +002471 examples\biaobei\Wave/002471.wav +002472 examples\biaobei\Wave/002472.wav +002473 examples\biaobei\Wave/002473.wav +002474 examples\biaobei\Wave/002474.wav +002475 examples\biaobei\Wave/002475.wav +002476 examples\biaobei\Wave/002476.wav +002477 examples\biaobei\Wave/002477.wav +002478 examples\biaobei\Wave/002478.wav +002479 examples\biaobei\Wave/002479.wav +002480 examples\biaobei\Wave/002480.wav +002481 examples\biaobei\Wave/002481.wav +002482 examples\biaobei\Wave/002482.wav +002483 examples\biaobei\Wave/002483.wav +002484 examples\biaobei\Wave/002484.wav +002485 examples\biaobei\Wave/002485.wav +002486 examples\biaobei\Wave/002486.wav +002487 examples\biaobei\Wave/002487.wav +002488 examples\biaobei\Wave/002488.wav +002489 examples\biaobei\Wave/002489.wav +002490 examples\biaobei\Wave/002490.wav +002491 examples\biaobei\Wave/002491.wav +002492 examples\biaobei\Wave/002492.wav +002493 examples\biaobei\Wave/002493.wav +002494 examples\biaobei\Wave/002494.wav +002495 examples\biaobei\Wave/002495.wav +002496 examples\biaobei\Wave/002496.wav +002497 examples\biaobei\Wave/002497.wav +002498 examples\biaobei\Wave/002498.wav +002499 examples\biaobei\Wave/002499.wav +002500 examples\biaobei\Wave/002500.wav +002501 examples\biaobei\Wave/002501.wav +002502 examples\biaobei\Wave/002502.wav +002503 examples\biaobei\Wave/002503.wav +002504 examples\biaobei\Wave/002504.wav +002505 examples\biaobei\Wave/002505.wav +002506 examples\biaobei\Wave/002506.wav +002507 examples\biaobei\Wave/002507.wav +002508 examples\biaobei\Wave/002508.wav +002509 examples\biaobei\Wave/002509.wav +002510 examples\biaobei\Wave/002510.wav +002511 examples\biaobei\Wave/002511.wav +002512 examples\biaobei\Wave/002512.wav +002513 examples\biaobei\Wave/002513.wav +002514 examples\biaobei\Wave/002514.wav +002515 examples\biaobei\Wave/002515.wav +002516 examples\biaobei\Wave/002516.wav +002517 examples\biaobei\Wave/002517.wav +002518 examples\biaobei\Wave/002518.wav +002519 examples\biaobei\Wave/002519.wav +002520 examples\biaobei\Wave/002520.wav +002521 examples\biaobei\Wave/002521.wav +002522 examples\biaobei\Wave/002522.wav +002523 examples\biaobei\Wave/002523.wav +002524 examples\biaobei\Wave/002524.wav +002525 examples\biaobei\Wave/002525.wav +002526 examples\biaobei\Wave/002526.wav +002527 examples\biaobei\Wave/002527.wav +002528 examples\biaobei\Wave/002528.wav +002529 examples\biaobei\Wave/002529.wav +002530 examples\biaobei\Wave/002530.wav +002531 examples\biaobei\Wave/002531.wav +002532 examples\biaobei\Wave/002532.wav +002533 examples\biaobei\Wave/002533.wav +002534 examples\biaobei\Wave/002534.wav +002535 examples\biaobei\Wave/002535.wav +002536 examples\biaobei\Wave/002536.wav +002537 examples\biaobei\Wave/002537.wav +002538 examples\biaobei\Wave/002538.wav +002539 examples\biaobei\Wave/002539.wav +002540 examples\biaobei\Wave/002540.wav +002541 examples\biaobei\Wave/002541.wav +002542 examples\biaobei\Wave/002542.wav +002543 examples\biaobei\Wave/002543.wav +002544 examples\biaobei\Wave/002544.wav +002545 examples\biaobei\Wave/002545.wav +002546 examples\biaobei\Wave/002546.wav +002547 examples\biaobei\Wave/002547.wav +002548 examples\biaobei\Wave/002548.wav +002549 examples\biaobei\Wave/002549.wav +002550 examples\biaobei\Wave/002550.wav +002551 examples\biaobei\Wave/002551.wav +002552 examples\biaobei\Wave/002552.wav +002553 examples\biaobei\Wave/002553.wav +002554 examples\biaobei\Wave/002554.wav +002555 examples\biaobei\Wave/002555.wav +002556 examples\biaobei\Wave/002556.wav +002557 examples\biaobei\Wave/002557.wav +002558 examples\biaobei\Wave/002558.wav +002559 examples\biaobei\Wave/002559.wav +002560 examples\biaobei\Wave/002560.wav +002561 examples\biaobei\Wave/002561.wav +002562 examples\biaobei\Wave/002562.wav +002563 examples\biaobei\Wave/002563.wav +002564 examples\biaobei\Wave/002564.wav +002565 examples\biaobei\Wave/002565.wav +002566 examples\biaobei\Wave/002566.wav +002567 examples\biaobei\Wave/002567.wav +002568 examples\biaobei\Wave/002568.wav +002569 examples\biaobei\Wave/002569.wav +002570 examples\biaobei\Wave/002570.wav +002571 examples\biaobei\Wave/002571.wav +002572 examples\biaobei\Wave/002572.wav +002573 examples\biaobei\Wave/002573.wav +002574 examples\biaobei\Wave/002574.wav +002575 examples\biaobei\Wave/002575.wav +002576 examples\biaobei\Wave/002576.wav +002577 examples\biaobei\Wave/002577.wav +002578 examples\biaobei\Wave/002578.wav +002579 examples\biaobei\Wave/002579.wav +002580 examples\biaobei\Wave/002580.wav +002581 examples\biaobei\Wave/002581.wav +002582 examples\biaobei\Wave/002582.wav +002583 examples\biaobei\Wave/002583.wav +002584 examples\biaobei\Wave/002584.wav +002585 examples\biaobei\Wave/002585.wav +002586 examples\biaobei\Wave/002586.wav +002587 examples\biaobei\Wave/002587.wav +002588 examples\biaobei\Wave/002588.wav +002589 examples\biaobei\Wave/002589.wav +002590 examples\biaobei\Wave/002590.wav +002591 examples\biaobei\Wave/002591.wav +002592 examples\biaobei\Wave/002592.wav +002593 examples\biaobei\Wave/002593.wav +002594 examples\biaobei\Wave/002594.wav +002595 examples\biaobei\Wave/002595.wav +002596 examples\biaobei\Wave/002596.wav +002597 examples\biaobei\Wave/002597.wav +002598 examples\biaobei\Wave/002598.wav +002599 examples\biaobei\Wave/002599.wav +002600 examples\biaobei\Wave/002600.wav +002601 examples\biaobei\Wave/002601.wav +002602 examples\biaobei\Wave/002602.wav +002603 examples\biaobei\Wave/002603.wav +002604 examples\biaobei\Wave/002604.wav +002605 examples\biaobei\Wave/002605.wav +002606 examples\biaobei\Wave/002606.wav +002607 examples\biaobei\Wave/002607.wav +002608 examples\biaobei\Wave/002608.wav +002609 examples\biaobei\Wave/002609.wav +002610 examples\biaobei\Wave/002610.wav +002611 examples\biaobei\Wave/002611.wav +002612 examples\biaobei\Wave/002612.wav +002613 examples\biaobei\Wave/002613.wav +002614 examples\biaobei\Wave/002614.wav +002615 examples\biaobei\Wave/002615.wav +002616 examples\biaobei\Wave/002616.wav +002617 examples\biaobei\Wave/002617.wav +002618 examples\biaobei\Wave/002618.wav +002619 examples\biaobei\Wave/002619.wav +002620 examples\biaobei\Wave/002620.wav +002621 examples\biaobei\Wave/002621.wav +002622 examples\biaobei\Wave/002622.wav +002623 examples\biaobei\Wave/002623.wav +002624 examples\biaobei\Wave/002624.wav +002625 examples\biaobei\Wave/002625.wav +002626 examples\biaobei\Wave/002626.wav +002627 examples\biaobei\Wave/002627.wav +002628 examples\biaobei\Wave/002628.wav +002629 examples\biaobei\Wave/002629.wav +002630 examples\biaobei\Wave/002630.wav +002631 examples\biaobei\Wave/002631.wav +002632 examples\biaobei\Wave/002632.wav +002633 examples\biaobei\Wave/002633.wav +002634 examples\biaobei\Wave/002634.wav +002635 examples\biaobei\Wave/002635.wav +002636 examples\biaobei\Wave/002636.wav +002637 examples\biaobei\Wave/002637.wav +002638 examples\biaobei\Wave/002638.wav +002639 examples\biaobei\Wave/002639.wav +002640 examples\biaobei\Wave/002640.wav +002641 examples\biaobei\Wave/002641.wav +002642 examples\biaobei\Wave/002642.wav +002643 examples\biaobei\Wave/002643.wav +002644 examples\biaobei\Wave/002644.wav +002645 examples\biaobei\Wave/002645.wav +002646 examples\biaobei\Wave/002646.wav +002647 examples\biaobei\Wave/002647.wav +002648 examples\biaobei\Wave/002648.wav +002649 examples\biaobei\Wave/002649.wav +002650 examples\biaobei\Wave/002650.wav +002651 examples\biaobei\Wave/002651.wav +002652 examples\biaobei\Wave/002652.wav +002653 examples\biaobei\Wave/002653.wav +002654 examples\biaobei\Wave/002654.wav +002655 examples\biaobei\Wave/002655.wav +002656 examples\biaobei\Wave/002656.wav +002657 examples\biaobei\Wave/002657.wav +002658 examples\biaobei\Wave/002658.wav +002659 examples\biaobei\Wave/002659.wav +002660 examples\biaobei\Wave/002660.wav +002661 examples\biaobei\Wave/002661.wav +002662 examples\biaobei\Wave/002662.wav +002663 examples\biaobei\Wave/002663.wav +002664 examples\biaobei\Wave/002664.wav +002665 examples\biaobei\Wave/002665.wav +002666 examples\biaobei\Wave/002666.wav +002667 examples\biaobei\Wave/002667.wav +002668 examples\biaobei\Wave/002668.wav +002669 examples\biaobei\Wave/002669.wav +002670 examples\biaobei\Wave/002670.wav +002671 examples\biaobei\Wave/002671.wav +002672 examples\biaobei\Wave/002672.wav +002673 examples\biaobei\Wave/002673.wav +002674 examples\biaobei\Wave/002674.wav +002675 examples\biaobei\Wave/002675.wav +002676 examples\biaobei\Wave/002676.wav +002677 examples\biaobei\Wave/002677.wav +002678 examples\biaobei\Wave/002678.wav +002679 examples\biaobei\Wave/002679.wav +002680 examples\biaobei\Wave/002680.wav +002681 examples\biaobei\Wave/002681.wav +002682 examples\biaobei\Wave/002682.wav +002683 examples\biaobei\Wave/002683.wav +002684 examples\biaobei\Wave/002684.wav +002685 examples\biaobei\Wave/002685.wav +002686 examples\biaobei\Wave/002686.wav +002687 examples\biaobei\Wave/002687.wav +002688 examples\biaobei\Wave/002688.wav +002689 examples\biaobei\Wave/002689.wav +002690 examples\biaobei\Wave/002690.wav +002691 examples\biaobei\Wave/002691.wav +002692 examples\biaobei\Wave/002692.wav +002693 examples\biaobei\Wave/002693.wav +002694 examples\biaobei\Wave/002694.wav +002695 examples\biaobei\Wave/002695.wav +002696 examples\biaobei\Wave/002696.wav +002697 examples\biaobei\Wave/002697.wav +002698 examples\biaobei\Wave/002698.wav +002699 examples\biaobei\Wave/002699.wav +002700 examples\biaobei\Wave/002700.wav +002701 examples\biaobei\Wave/002701.wav +002702 examples\biaobei\Wave/002702.wav +002703 examples\biaobei\Wave/002703.wav +002704 examples\biaobei\Wave/002704.wav +002705 examples\biaobei\Wave/002705.wav +002706 examples\biaobei\Wave/002706.wav +002707 examples\biaobei\Wave/002707.wav +002708 examples\biaobei\Wave/002708.wav +002709 examples\biaobei\Wave/002709.wav +002710 examples\biaobei\Wave/002710.wav +002711 examples\biaobei\Wave/002711.wav +002712 examples\biaobei\Wave/002712.wav +002713 examples\biaobei\Wave/002713.wav +002714 examples\biaobei\Wave/002714.wav +002715 examples\biaobei\Wave/002715.wav +002716 examples\biaobei\Wave/002716.wav +002717 examples\biaobei\Wave/002717.wav +002718 examples\biaobei\Wave/002718.wav +002719 examples\biaobei\Wave/002719.wav +002720 examples\biaobei\Wave/002720.wav +002721 examples\biaobei\Wave/002721.wav +002722 examples\biaobei\Wave/002722.wav +002723 examples\biaobei\Wave/002723.wav +002724 examples\biaobei\Wave/002724.wav +002725 examples\biaobei\Wave/002725.wav +002726 examples\biaobei\Wave/002726.wav +002727 examples\biaobei\Wave/002727.wav +002728 examples\biaobei\Wave/002728.wav +002729 examples\biaobei\Wave/002729.wav +002730 examples\biaobei\Wave/002730.wav +002731 examples\biaobei\Wave/002731.wav +002732 examples\biaobei\Wave/002732.wav +002733 examples\biaobei\Wave/002733.wav +002734 examples\biaobei\Wave/002734.wav +002735 examples\biaobei\Wave/002735.wav +002736 examples\biaobei\Wave/002736.wav +002737 examples\biaobei\Wave/002737.wav +002738 examples\biaobei\Wave/002738.wav +002739 examples\biaobei\Wave/002739.wav +002740 examples\biaobei\Wave/002740.wav +002741 examples\biaobei\Wave/002741.wav +002742 examples\biaobei\Wave/002742.wav +002743 examples\biaobei\Wave/002743.wav +002744 examples\biaobei\Wave/002744.wav +002745 examples\biaobei\Wave/002745.wav +002746 examples\biaobei\Wave/002746.wav +002747 examples\biaobei\Wave/002747.wav +002748 examples\biaobei\Wave/002748.wav +002749 examples\biaobei\Wave/002749.wav +002750 examples\biaobei\Wave/002750.wav +002751 examples\biaobei\Wave/002751.wav +002752 examples\biaobei\Wave/002752.wav +002753 examples\biaobei\Wave/002753.wav +002754 examples\biaobei\Wave/002754.wav +002755 examples\biaobei\Wave/002755.wav +002756 examples\biaobei\Wave/002756.wav +002757 examples\biaobei\Wave/002757.wav +002758 examples\biaobei\Wave/002758.wav +002759 examples\biaobei\Wave/002759.wav +002760 examples\biaobei\Wave/002760.wav +002761 examples\biaobei\Wave/002761.wav +002762 examples\biaobei\Wave/002762.wav +002763 examples\biaobei\Wave/002763.wav +002764 examples\biaobei\Wave/002764.wav +002765 examples\biaobei\Wave/002765.wav +002766 examples\biaobei\Wave/002766.wav +002767 examples\biaobei\Wave/002767.wav +002768 examples\biaobei\Wave/002768.wav +002769 examples\biaobei\Wave/002769.wav +002770 examples\biaobei\Wave/002770.wav +002771 examples\biaobei\Wave/002771.wav +002772 examples\biaobei\Wave/002772.wav +002773 examples\biaobei\Wave/002773.wav +002774 examples\biaobei\Wave/002774.wav +002775 examples\biaobei\Wave/002775.wav +002776 examples\biaobei\Wave/002776.wav +002777 examples\biaobei\Wave/002777.wav +002778 examples\biaobei\Wave/002778.wav +002779 examples\biaobei\Wave/002779.wav +002780 examples\biaobei\Wave/002780.wav +002781 examples\biaobei\Wave/002781.wav +002782 examples\biaobei\Wave/002782.wav +002783 examples\biaobei\Wave/002783.wav +002784 examples\biaobei\Wave/002784.wav +002785 examples\biaobei\Wave/002785.wav +002786 examples\biaobei\Wave/002786.wav +002787 examples\biaobei\Wave/002787.wav +002788 examples\biaobei\Wave/002788.wav +002789 examples\biaobei\Wave/002789.wav +002790 examples\biaobei\Wave/002790.wav +002791 examples\biaobei\Wave/002791.wav +002792 examples\biaobei\Wave/002792.wav +002793 examples\biaobei\Wave/002793.wav +002794 examples\biaobei\Wave/002794.wav +002795 examples\biaobei\Wave/002795.wav +002796 examples\biaobei\Wave/002796.wav +002797 examples\biaobei\Wave/002797.wav +002798 examples\biaobei\Wave/002798.wav +002799 examples\biaobei\Wave/002799.wav +002800 examples\biaobei\Wave/002800.wav +002801 examples\biaobei\Wave/002801.wav +002802 examples\biaobei\Wave/002802.wav +002803 examples\biaobei\Wave/002803.wav +002804 examples\biaobei\Wave/002804.wav +002805 examples\biaobei\Wave/002805.wav +002806 examples\biaobei\Wave/002806.wav +002807 examples\biaobei\Wave/002807.wav +002808 examples\biaobei\Wave/002808.wav +002809 examples\biaobei\Wave/002809.wav +002810 examples\biaobei\Wave/002810.wav +002811 examples\biaobei\Wave/002811.wav +002812 examples\biaobei\Wave/002812.wav +002813 examples\biaobei\Wave/002813.wav +002814 examples\biaobei\Wave/002814.wav +002815 examples\biaobei\Wave/002815.wav +002816 examples\biaobei\Wave/002816.wav +002817 examples\biaobei\Wave/002817.wav +002818 examples\biaobei\Wave/002818.wav +002819 examples\biaobei\Wave/002819.wav +002820 examples\biaobei\Wave/002820.wav +002821 examples\biaobei\Wave/002821.wav +002822 examples\biaobei\Wave/002822.wav +002823 examples\biaobei\Wave/002823.wav +002824 examples\biaobei\Wave/002824.wav +002825 examples\biaobei\Wave/002825.wav +002826 examples\biaobei\Wave/002826.wav +002827 examples\biaobei\Wave/002827.wav +002828 examples\biaobei\Wave/002828.wav +002829 examples\biaobei\Wave/002829.wav +002830 examples\biaobei\Wave/002830.wav +002831 examples\biaobei\Wave/002831.wav +002832 examples\biaobei\Wave/002832.wav +002833 examples\biaobei\Wave/002833.wav +002834 examples\biaobei\Wave/002834.wav +002835 examples\biaobei\Wave/002835.wav +002836 examples\biaobei\Wave/002836.wav +002837 examples\biaobei\Wave/002837.wav +002838 examples\biaobei\Wave/002838.wav +002839 examples\biaobei\Wave/002839.wav +002840 examples\biaobei\Wave/002840.wav +002841 examples\biaobei\Wave/002841.wav +002842 examples\biaobei\Wave/002842.wav +002843 examples\biaobei\Wave/002843.wav +002844 examples\biaobei\Wave/002844.wav +002845 examples\biaobei\Wave/002845.wav +002846 examples\biaobei\Wave/002846.wav +002847 examples\biaobei\Wave/002847.wav +002848 examples\biaobei\Wave/002848.wav +002849 examples\biaobei\Wave/002849.wav +002850 examples\biaobei\Wave/002850.wav +002851 examples\biaobei\Wave/002851.wav +002852 examples\biaobei\Wave/002852.wav +002853 examples\biaobei\Wave/002853.wav +002854 examples\biaobei\Wave/002854.wav +002855 examples\biaobei\Wave/002855.wav +002856 examples\biaobei\Wave/002856.wav +002857 examples\biaobei\Wave/002857.wav +002858 examples\biaobei\Wave/002858.wav +002859 examples\biaobei\Wave/002859.wav +002860 examples\biaobei\Wave/002860.wav +002861 examples\biaobei\Wave/002861.wav +002862 examples\biaobei\Wave/002862.wav +002863 examples\biaobei\Wave/002863.wav +002864 examples\biaobei\Wave/002864.wav +002865 examples\biaobei\Wave/002865.wav +002866 examples\biaobei\Wave/002866.wav +002867 examples\biaobei\Wave/002867.wav +002868 examples\biaobei\Wave/002868.wav +002869 examples\biaobei\Wave/002869.wav +002870 examples\biaobei\Wave/002870.wav +002871 examples\biaobei\Wave/002871.wav +002872 examples\biaobei\Wave/002872.wav +002873 examples\biaobei\Wave/002873.wav +002874 examples\biaobei\Wave/002874.wav +002875 examples\biaobei\Wave/002875.wav +002876 examples\biaobei\Wave/002876.wav +002877 examples\biaobei\Wave/002877.wav +002878 examples\biaobei\Wave/002878.wav +002879 examples\biaobei\Wave/002879.wav +002880 examples\biaobei\Wave/002880.wav +002881 examples\biaobei\Wave/002881.wav +002882 examples\biaobei\Wave/002882.wav +002883 examples\biaobei\Wave/002883.wav +002884 examples\biaobei\Wave/002884.wav +002885 examples\biaobei\Wave/002885.wav +002886 examples\biaobei\Wave/002886.wav +002887 examples\biaobei\Wave/002887.wav +002888 examples\biaobei\Wave/002888.wav +002889 examples\biaobei\Wave/002889.wav +002890 examples\biaobei\Wave/002890.wav +002891 examples\biaobei\Wave/002891.wav +002892 examples\biaobei\Wave/002892.wav +002893 examples\biaobei\Wave/002893.wav +002894 examples\biaobei\Wave/002894.wav +002895 examples\biaobei\Wave/002895.wav +002896 examples\biaobei\Wave/002896.wav +002897 examples\biaobei\Wave/002897.wav +002898 examples\biaobei\Wave/002898.wav +002899 examples\biaobei\Wave/002899.wav +002900 examples\biaobei\Wave/002900.wav +002901 examples\biaobei\Wave/002901.wav +002902 examples\biaobei\Wave/002902.wav +002903 examples\biaobei\Wave/002903.wav +002904 examples\biaobei\Wave/002904.wav +002905 examples\biaobei\Wave/002905.wav +002906 examples\biaobei\Wave/002906.wav +002907 examples\biaobei\Wave/002907.wav +002908 examples\biaobei\Wave/002908.wav +002909 examples\biaobei\Wave/002909.wav +002910 examples\biaobei\Wave/002910.wav +002911 examples\biaobei\Wave/002911.wav +002912 examples\biaobei\Wave/002912.wav +002913 examples\biaobei\Wave/002913.wav +002914 examples\biaobei\Wave/002914.wav +002915 examples\biaobei\Wave/002915.wav +002916 examples\biaobei\Wave/002916.wav +002917 examples\biaobei\Wave/002917.wav +002918 examples\biaobei\Wave/002918.wav +002919 examples\biaobei\Wave/002919.wav +002920 examples\biaobei\Wave/002920.wav +002921 examples\biaobei\Wave/002921.wav +002922 examples\biaobei\Wave/002922.wav +002923 examples\biaobei\Wave/002923.wav +002924 examples\biaobei\Wave/002924.wav +002925 examples\biaobei\Wave/002925.wav +002926 examples\biaobei\Wave/002926.wav +002927 examples\biaobei\Wave/002927.wav +002928 examples\biaobei\Wave/002928.wav +002929 examples\biaobei\Wave/002929.wav +002930 examples\biaobei\Wave/002930.wav +002931 examples\biaobei\Wave/002931.wav +002932 examples\biaobei\Wave/002932.wav +002933 examples\biaobei\Wave/002933.wav +002934 examples\biaobei\Wave/002934.wav +002935 examples\biaobei\Wave/002935.wav +002936 examples\biaobei\Wave/002936.wav +002937 examples\biaobei\Wave/002937.wav +002938 examples\biaobei\Wave/002938.wav +002939 examples\biaobei\Wave/002939.wav +002940 examples\biaobei\Wave/002940.wav +002941 examples\biaobei\Wave/002941.wav +002942 examples\biaobei\Wave/002942.wav +002943 examples\biaobei\Wave/002943.wav +002944 examples\biaobei\Wave/002944.wav +002945 examples\biaobei\Wave/002945.wav +002946 examples\biaobei\Wave/002946.wav +002947 examples\biaobei\Wave/002947.wav +002948 examples\biaobei\Wave/002948.wav +002949 examples\biaobei\Wave/002949.wav +002950 examples\biaobei\Wave/002950.wav +002951 examples\biaobei\Wave/002951.wav +002952 examples\biaobei\Wave/002952.wav +002953 examples\biaobei\Wave/002953.wav +002954 examples\biaobei\Wave/002954.wav +002955 examples\biaobei\Wave/002955.wav +002956 examples\biaobei\Wave/002956.wav +002957 examples\biaobei\Wave/002957.wav +002958 examples\biaobei\Wave/002958.wav +002959 examples\biaobei\Wave/002959.wav +002960 examples\biaobei\Wave/002960.wav +002961 examples\biaobei\Wave/002961.wav +002962 examples\biaobei\Wave/002962.wav +002963 examples\biaobei\Wave/002963.wav +002964 examples\biaobei\Wave/002964.wav +002965 examples\biaobei\Wave/002965.wav +002966 examples\biaobei\Wave/002966.wav +002967 examples\biaobei\Wave/002967.wav +002968 examples\biaobei\Wave/002968.wav +002969 examples\biaobei\Wave/002969.wav +002970 examples\biaobei\Wave/002970.wav +002971 examples\biaobei\Wave/002971.wav +002972 examples\biaobei\Wave/002972.wav +002973 examples\biaobei\Wave/002973.wav +002974 examples\biaobei\Wave/002974.wav +002975 examples\biaobei\Wave/002975.wav +002976 examples\biaobei\Wave/002976.wav +002977 examples\biaobei\Wave/002977.wav +002978 examples\biaobei\Wave/002978.wav +002979 examples\biaobei\Wave/002979.wav +002980 examples\biaobei\Wave/002980.wav +002981 examples\biaobei\Wave/002981.wav +002982 examples\biaobei\Wave/002982.wav +002983 examples\biaobei\Wave/002983.wav +002984 examples\biaobei\Wave/002984.wav +002985 examples\biaobei\Wave/002985.wav +002986 examples\biaobei\Wave/002986.wav +002987 examples\biaobei\Wave/002987.wav +002988 examples\biaobei\Wave/002988.wav +002989 examples\biaobei\Wave/002989.wav +002990 examples\biaobei\Wave/002990.wav +002991 examples\biaobei\Wave/002991.wav +002992 examples\biaobei\Wave/002992.wav +002993 examples\biaobei\Wave/002993.wav +002994 examples\biaobei\Wave/002994.wav +002995 examples\biaobei\Wave/002995.wav +002996 examples\biaobei\Wave/002996.wav +002997 examples\biaobei\Wave/002997.wav +002998 examples\biaobei\Wave/002998.wav +002999 examples\biaobei\Wave/002999.wav +003000 examples\biaobei\Wave/003000.wav +003001 examples\biaobei\Wave/003001.wav +003002 examples\biaobei\Wave/003002.wav +003003 examples\biaobei\Wave/003003.wav +003004 examples\biaobei\Wave/003004.wav +003005 examples\biaobei\Wave/003005.wav +003006 examples\biaobei\Wave/003006.wav +003007 examples\biaobei\Wave/003007.wav +003008 examples\biaobei\Wave/003008.wav +003009 examples\biaobei\Wave/003009.wav +003010 examples\biaobei\Wave/003010.wav +003011 examples\biaobei\Wave/003011.wav +003012 examples\biaobei\Wave/003012.wav +003013 examples\biaobei\Wave/003013.wav +003014 examples\biaobei\Wave/003014.wav +003015 examples\biaobei\Wave/003015.wav +003016 examples\biaobei\Wave/003016.wav +003017 examples\biaobei\Wave/003017.wav +003018 examples\biaobei\Wave/003018.wav +003019 examples\biaobei\Wave/003019.wav +003020 examples\biaobei\Wave/003020.wav +003021 examples\biaobei\Wave/003021.wav +003022 examples\biaobei\Wave/003022.wav +003023 examples\biaobei\Wave/003023.wav +003024 examples\biaobei\Wave/003024.wav +003025 examples\biaobei\Wave/003025.wav +003026 examples\biaobei\Wave/003026.wav +003027 examples\biaobei\Wave/003027.wav +003028 examples\biaobei\Wave/003028.wav +003029 examples\biaobei\Wave/003029.wav +003030 examples\biaobei\Wave/003030.wav +003031 examples\biaobei\Wave/003031.wav +003032 examples\biaobei\Wave/003032.wav +003033 examples\biaobei\Wave/003033.wav +003034 examples\biaobei\Wave/003034.wav +003035 examples\biaobei\Wave/003035.wav +003036 examples\biaobei\Wave/003036.wav +003037 examples\biaobei\Wave/003037.wav +003038 examples\biaobei\Wave/003038.wav +003039 examples\biaobei\Wave/003039.wav +003040 examples\biaobei\Wave/003040.wav +003041 examples\biaobei\Wave/003041.wav +003042 examples\biaobei\Wave/003042.wav +003043 examples\biaobei\Wave/003043.wav +003044 examples\biaobei\Wave/003044.wav +003045 examples\biaobei\Wave/003045.wav +003046 examples\biaobei\Wave/003046.wav +003047 examples\biaobei\Wave/003047.wav +003048 examples\biaobei\Wave/003048.wav +003049 examples\biaobei\Wave/003049.wav +003050 examples\biaobei\Wave/003050.wav +003051 examples\biaobei\Wave/003051.wav +003052 examples\biaobei\Wave/003052.wav +003053 examples\biaobei\Wave/003053.wav +003054 examples\biaobei\Wave/003054.wav +003055 examples\biaobei\Wave/003055.wav +003056 examples\biaobei\Wave/003056.wav +003057 examples\biaobei\Wave/003057.wav +003058 examples\biaobei\Wave/003058.wav +003059 examples\biaobei\Wave/003059.wav +003060 examples\biaobei\Wave/003060.wav +003061 examples\biaobei\Wave/003061.wav +003062 examples\biaobei\Wave/003062.wav +003063 examples\biaobei\Wave/003063.wav +003064 examples\biaobei\Wave/003064.wav +003065 examples\biaobei\Wave/003065.wav +003066 examples\biaobei\Wave/003066.wav +003067 examples\biaobei\Wave/003067.wav +003068 examples\biaobei\Wave/003068.wav +003069 examples\biaobei\Wave/003069.wav +003070 examples\biaobei\Wave/003070.wav +003071 examples\biaobei\Wave/003071.wav +003072 examples\biaobei\Wave/003072.wav +003073 examples\biaobei\Wave/003073.wav +003074 examples\biaobei\Wave/003074.wav +003075 examples\biaobei\Wave/003075.wav +003076 examples\biaobei\Wave/003076.wav +003077 examples\biaobei\Wave/003077.wav +003078 examples\biaobei\Wave/003078.wav +003079 examples\biaobei\Wave/003079.wav +003080 examples\biaobei\Wave/003080.wav +003081 examples\biaobei\Wave/003081.wav +003082 examples\biaobei\Wave/003082.wav +003083 examples\biaobei\Wave/003083.wav +003084 examples\biaobei\Wave/003084.wav +003085 examples\biaobei\Wave/003085.wav +003086 examples\biaobei\Wave/003086.wav +003087 examples\biaobei\Wave/003087.wav +003088 examples\biaobei\Wave/003088.wav +003089 examples\biaobei\Wave/003089.wav +003090 examples\biaobei\Wave/003090.wav +003091 examples\biaobei\Wave/003091.wav +003092 examples\biaobei\Wave/003092.wav +003093 examples\biaobei\Wave/003093.wav +003094 examples\biaobei\Wave/003094.wav +003095 examples\biaobei\Wave/003095.wav +003096 examples\biaobei\Wave/003096.wav +003097 examples\biaobei\Wave/003097.wav +003098 examples\biaobei\Wave/003098.wav +003099 examples\biaobei\Wave/003099.wav +003100 examples\biaobei\Wave/003100.wav +003101 examples\biaobei\Wave/003101.wav +003102 examples\biaobei\Wave/003102.wav +003103 examples\biaobei\Wave/003103.wav +003104 examples\biaobei\Wave/003104.wav +003105 examples\biaobei\Wave/003105.wav +003106 examples\biaobei\Wave/003106.wav +003107 examples\biaobei\Wave/003107.wav +003108 examples\biaobei\Wave/003108.wav +003109 examples\biaobei\Wave/003109.wav +003110 examples\biaobei\Wave/003110.wav +003111 examples\biaobei\Wave/003111.wav +003112 examples\biaobei\Wave/003112.wav +003113 examples\biaobei\Wave/003113.wav +003114 examples\biaobei\Wave/003114.wav +003115 examples\biaobei\Wave/003115.wav +003116 examples\biaobei\Wave/003116.wav +003117 examples\biaobei\Wave/003117.wav +003118 examples\biaobei\Wave/003118.wav +003119 examples\biaobei\Wave/003119.wav +003120 examples\biaobei\Wave/003120.wav +003121 examples\biaobei\Wave/003121.wav +003122 examples\biaobei\Wave/003122.wav +003123 examples\biaobei\Wave/003123.wav +003124 examples\biaobei\Wave/003124.wav +003125 examples\biaobei\Wave/003125.wav +003126 examples\biaobei\Wave/003126.wav +003127 examples\biaobei\Wave/003127.wav +003128 examples\biaobei\Wave/003128.wav +003129 examples\biaobei\Wave/003129.wav +003130 examples\biaobei\Wave/003130.wav +003131 examples\biaobei\Wave/003131.wav +003132 examples\biaobei\Wave/003132.wav +003133 examples\biaobei\Wave/003133.wav +003134 examples\biaobei\Wave/003134.wav +003135 examples\biaobei\Wave/003135.wav +003136 examples\biaobei\Wave/003136.wav +003137 examples\biaobei\Wave/003137.wav +003138 examples\biaobei\Wave/003138.wav +003139 examples\biaobei\Wave/003139.wav +003140 examples\biaobei\Wave/003140.wav +003141 examples\biaobei\Wave/003141.wav +003142 examples\biaobei\Wave/003142.wav +003143 examples\biaobei\Wave/003143.wav +003144 examples\biaobei\Wave/003144.wav +003145 examples\biaobei\Wave/003145.wav +003146 examples\biaobei\Wave/003146.wav +003147 examples\biaobei\Wave/003147.wav +003148 examples\biaobei\Wave/003148.wav +003149 examples\biaobei\Wave/003149.wav +003150 examples\biaobei\Wave/003150.wav +003151 examples\biaobei\Wave/003151.wav +003152 examples\biaobei\Wave/003152.wav +003153 examples\biaobei\Wave/003153.wav +003154 examples\biaobei\Wave/003154.wav +003155 examples\biaobei\Wave/003155.wav +003156 examples\biaobei\Wave/003156.wav +003157 examples\biaobei\Wave/003157.wav +003158 examples\biaobei\Wave/003158.wav +003159 examples\biaobei\Wave/003159.wav +003160 examples\biaobei\Wave/003160.wav +003161 examples\biaobei\Wave/003161.wav +003162 examples\biaobei\Wave/003162.wav +003163 examples\biaobei\Wave/003163.wav +003164 examples\biaobei\Wave/003164.wav +003165 examples\biaobei\Wave/003165.wav +003166 examples\biaobei\Wave/003166.wav +003167 examples\biaobei\Wave/003167.wav +003168 examples\biaobei\Wave/003168.wav +003169 examples\biaobei\Wave/003169.wav +003170 examples\biaobei\Wave/003170.wav +003171 examples\biaobei\Wave/003171.wav +003172 examples\biaobei\Wave/003172.wav +003173 examples\biaobei\Wave/003173.wav +003174 examples\biaobei\Wave/003174.wav +003175 examples\biaobei\Wave/003175.wav +003176 examples\biaobei\Wave/003176.wav +003177 examples\biaobei\Wave/003177.wav +003178 examples\biaobei\Wave/003178.wav +003179 examples\biaobei\Wave/003179.wav +003180 examples\biaobei\Wave/003180.wav +003181 examples\biaobei\Wave/003181.wav +003182 examples\biaobei\Wave/003182.wav +003183 examples\biaobei\Wave/003183.wav +003184 examples\biaobei\Wave/003184.wav +003185 examples\biaobei\Wave/003185.wav +003186 examples\biaobei\Wave/003186.wav +003187 examples\biaobei\Wave/003187.wav +003188 examples\biaobei\Wave/003188.wav +003189 examples\biaobei\Wave/003189.wav +003190 examples\biaobei\Wave/003190.wav +003191 examples\biaobei\Wave/003191.wav +003192 examples\biaobei\Wave/003192.wav +003193 examples\biaobei\Wave/003193.wav +003194 examples\biaobei\Wave/003194.wav +003195 examples\biaobei\Wave/003195.wav +003196 examples\biaobei\Wave/003196.wav +003197 examples\biaobei\Wave/003197.wav +003198 examples\biaobei\Wave/003198.wav +003199 examples\biaobei\Wave/003199.wav +003200 examples\biaobei\Wave/003200.wav +003201 examples\biaobei\Wave/003201.wav +003202 examples\biaobei\Wave/003202.wav +003203 examples\biaobei\Wave/003203.wav +003204 examples\biaobei\Wave/003204.wav +003205 examples\biaobei\Wave/003205.wav +003206 examples\biaobei\Wave/003206.wav +003207 examples\biaobei\Wave/003207.wav +003208 examples\biaobei\Wave/003208.wav +003209 examples\biaobei\Wave/003209.wav +003210 examples\biaobei\Wave/003210.wav +003211 examples\biaobei\Wave/003211.wav +003212 examples\biaobei\Wave/003212.wav +003213 examples\biaobei\Wave/003213.wav +003214 examples\biaobei\Wave/003214.wav +003215 examples\biaobei\Wave/003215.wav +003216 examples\biaobei\Wave/003216.wav +003217 examples\biaobei\Wave/003217.wav +003218 examples\biaobei\Wave/003218.wav +003219 examples\biaobei\Wave/003219.wav +003220 examples\biaobei\Wave/003220.wav +003221 examples\biaobei\Wave/003221.wav +003222 examples\biaobei\Wave/003222.wav +003223 examples\biaobei\Wave/003223.wav +003224 examples\biaobei\Wave/003224.wav +003225 examples\biaobei\Wave/003225.wav +003226 examples\biaobei\Wave/003226.wav +003227 examples\biaobei\Wave/003227.wav +003228 examples\biaobei\Wave/003228.wav +003229 examples\biaobei\Wave/003229.wav +003230 examples\biaobei\Wave/003230.wav +003231 examples\biaobei\Wave/003231.wav +003232 examples\biaobei\Wave/003232.wav +003233 examples\biaobei\Wave/003233.wav +003234 examples\biaobei\Wave/003234.wav +003235 examples\biaobei\Wave/003235.wav +003236 examples\biaobei\Wave/003236.wav +003237 examples\biaobei\Wave/003237.wav +003238 examples\biaobei\Wave/003238.wav +003239 examples\biaobei\Wave/003239.wav +003240 examples\biaobei\Wave/003240.wav +003241 examples\biaobei\Wave/003241.wav +003242 examples\biaobei\Wave/003242.wav +003243 examples\biaobei\Wave/003243.wav +003244 examples\biaobei\Wave/003244.wav +003245 examples\biaobei\Wave/003245.wav +003246 examples\biaobei\Wave/003246.wav +003247 examples\biaobei\Wave/003247.wav +003248 examples\biaobei\Wave/003248.wav +003249 examples\biaobei\Wave/003249.wav +003250 examples\biaobei\Wave/003250.wav +003251 examples\biaobei\Wave/003251.wav +003252 examples\biaobei\Wave/003252.wav +003253 examples\biaobei\Wave/003253.wav +003254 examples\biaobei\Wave/003254.wav +003255 examples\biaobei\Wave/003255.wav +003256 examples\biaobei\Wave/003256.wav +003257 examples\biaobei\Wave/003257.wav +003258 examples\biaobei\Wave/003258.wav +003259 examples\biaobei\Wave/003259.wav +003260 examples\biaobei\Wave/003260.wav +003261 examples\biaobei\Wave/003261.wav +003262 examples\biaobei\Wave/003262.wav +003263 examples\biaobei\Wave/003263.wav +003264 examples\biaobei\Wave/003264.wav +003265 examples\biaobei\Wave/003265.wav +003266 examples\biaobei\Wave/003266.wav +003267 examples\biaobei\Wave/003267.wav +003268 examples\biaobei\Wave/003268.wav +003269 examples\biaobei\Wave/003269.wav +003270 examples\biaobei\Wave/003270.wav +003271 examples\biaobei\Wave/003271.wav +003272 examples\biaobei\Wave/003272.wav +003273 examples\biaobei\Wave/003273.wav +003274 examples\biaobei\Wave/003274.wav +003275 examples\biaobei\Wave/003275.wav +003276 examples\biaobei\Wave/003276.wav +003277 examples\biaobei\Wave/003277.wav +003278 examples\biaobei\Wave/003278.wav +003279 examples\biaobei\Wave/003279.wav +003280 examples\biaobei\Wave/003280.wav +003281 examples\biaobei\Wave/003281.wav +003282 examples\biaobei\Wave/003282.wav +003283 examples\biaobei\Wave/003283.wav +003284 examples\biaobei\Wave/003284.wav +003285 examples\biaobei\Wave/003285.wav +003286 examples\biaobei\Wave/003286.wav +003287 examples\biaobei\Wave/003287.wav +003288 examples\biaobei\Wave/003288.wav +003289 examples\biaobei\Wave/003289.wav +003290 examples\biaobei\Wave/003290.wav +003291 examples\biaobei\Wave/003291.wav +003292 examples\biaobei\Wave/003292.wav +003293 examples\biaobei\Wave/003293.wav +003294 examples\biaobei\Wave/003294.wav +003295 examples\biaobei\Wave/003295.wav +003296 examples\biaobei\Wave/003296.wav +003297 examples\biaobei\Wave/003297.wav +003298 examples\biaobei\Wave/003298.wav +003299 examples\biaobei\Wave/003299.wav +003300 examples\biaobei\Wave/003300.wav +003301 examples\biaobei\Wave/003301.wav +003302 examples\biaobei\Wave/003302.wav +003303 examples\biaobei\Wave/003303.wav +003304 examples\biaobei\Wave/003304.wav +003305 examples\biaobei\Wave/003305.wav +003306 examples\biaobei\Wave/003306.wav +003307 examples\biaobei\Wave/003307.wav +003308 examples\biaobei\Wave/003308.wav +003309 examples\biaobei\Wave/003309.wav +003310 examples\biaobei\Wave/003310.wav +003311 examples\biaobei\Wave/003311.wav +003312 examples\biaobei\Wave/003312.wav +003313 examples\biaobei\Wave/003313.wav +003314 examples\biaobei\Wave/003314.wav +003315 examples\biaobei\Wave/003315.wav +003316 examples\biaobei\Wave/003316.wav +003317 examples\biaobei\Wave/003317.wav +003318 examples\biaobei\Wave/003318.wav +003319 examples\biaobei\Wave/003319.wav +003320 examples\biaobei\Wave/003320.wav +003321 examples\biaobei\Wave/003321.wav +003322 examples\biaobei\Wave/003322.wav +003323 examples\biaobei\Wave/003323.wav +003324 examples\biaobei\Wave/003324.wav +003325 examples\biaobei\Wave/003325.wav +003326 examples\biaobei\Wave/003326.wav +003327 examples\biaobei\Wave/003327.wav +003328 examples\biaobei\Wave/003328.wav +003329 examples\biaobei\Wave/003329.wav +003330 examples\biaobei\Wave/003330.wav +003331 examples\biaobei\Wave/003331.wav +003332 examples\biaobei\Wave/003332.wav +003333 examples\biaobei\Wave/003333.wav +003334 examples\biaobei\Wave/003334.wav +003335 examples\biaobei\Wave/003335.wav +003336 examples\biaobei\Wave/003336.wav +003337 examples\biaobei\Wave/003337.wav +003338 examples\biaobei\Wave/003338.wav +003339 examples\biaobei\Wave/003339.wav +003340 examples\biaobei\Wave/003340.wav +003341 examples\biaobei\Wave/003341.wav +003342 examples\biaobei\Wave/003342.wav +003343 examples\biaobei\Wave/003343.wav +003344 examples\biaobei\Wave/003344.wav +003345 examples\biaobei\Wave/003345.wav +003346 examples\biaobei\Wave/003346.wav +003347 examples\biaobei\Wave/003347.wav +003348 examples\biaobei\Wave/003348.wav +003349 examples\biaobei\Wave/003349.wav +003350 examples\biaobei\Wave/003350.wav +003351 examples\biaobei\Wave/003351.wav +003352 examples\biaobei\Wave/003352.wav +003353 examples\biaobei\Wave/003353.wav +003354 examples\biaobei\Wave/003354.wav +003355 examples\biaobei\Wave/003355.wav +003356 examples\biaobei\Wave/003356.wav +003357 examples\biaobei\Wave/003357.wav +003358 examples\biaobei\Wave/003358.wav +003359 examples\biaobei\Wave/003359.wav +003360 examples\biaobei\Wave/003360.wav +003361 examples\biaobei\Wave/003361.wav +003362 examples\biaobei\Wave/003362.wav +003363 examples\biaobei\Wave/003363.wav +003364 examples\biaobei\Wave/003364.wav +003365 examples\biaobei\Wave/003365.wav +003366 examples\biaobei\Wave/003366.wav +003367 examples\biaobei\Wave/003367.wav +003368 examples\biaobei\Wave/003368.wav +003369 examples\biaobei\Wave/003369.wav +003370 examples\biaobei\Wave/003370.wav +003371 examples\biaobei\Wave/003371.wav +003372 examples\biaobei\Wave/003372.wav +003373 examples\biaobei\Wave/003373.wav +003374 examples\biaobei\Wave/003374.wav +003375 examples\biaobei\Wave/003375.wav +003376 examples\biaobei\Wave/003376.wav +003377 examples\biaobei\Wave/003377.wav +003378 examples\biaobei\Wave/003378.wav +003379 examples\biaobei\Wave/003379.wav +003380 examples\biaobei\Wave/003380.wav +003381 examples\biaobei\Wave/003381.wav +003382 examples\biaobei\Wave/003382.wav +003383 examples\biaobei\Wave/003383.wav +003384 examples\biaobei\Wave/003384.wav +003385 examples\biaobei\Wave/003385.wav +003386 examples\biaobei\Wave/003386.wav +003387 examples\biaobei\Wave/003387.wav +003388 examples\biaobei\Wave/003388.wav +003389 examples\biaobei\Wave/003389.wav +003390 examples\biaobei\Wave/003390.wav +003391 examples\biaobei\Wave/003391.wav +003392 examples\biaobei\Wave/003392.wav +003393 examples\biaobei\Wave/003393.wav +003394 examples\biaobei\Wave/003394.wav +003395 examples\biaobei\Wave/003395.wav +003396 examples\biaobei\Wave/003396.wav +003397 examples\biaobei\Wave/003397.wav +003398 examples\biaobei\Wave/003398.wav +003399 examples\biaobei\Wave/003399.wav +003400 examples\biaobei\Wave/003400.wav +003401 examples\biaobei\Wave/003401.wav +003402 examples\biaobei\Wave/003402.wav +003403 examples\biaobei\Wave/003403.wav +003404 examples\biaobei\Wave/003404.wav +003405 examples\biaobei\Wave/003405.wav +003406 examples\biaobei\Wave/003406.wav +003407 examples\biaobei\Wave/003407.wav +003408 examples\biaobei\Wave/003408.wav +003409 examples\biaobei\Wave/003409.wav +003410 examples\biaobei\Wave/003410.wav +003411 examples\biaobei\Wave/003411.wav +003412 examples\biaobei\Wave/003412.wav +003413 examples\biaobei\Wave/003413.wav +003414 examples\biaobei\Wave/003414.wav +003415 examples\biaobei\Wave/003415.wav +003416 examples\biaobei\Wave/003416.wav +003417 examples\biaobei\Wave/003417.wav +003418 examples\biaobei\Wave/003418.wav +003419 examples\biaobei\Wave/003419.wav +003420 examples\biaobei\Wave/003420.wav +003421 examples\biaobei\Wave/003421.wav +003422 examples\biaobei\Wave/003422.wav +003423 examples\biaobei\Wave/003423.wav +003424 examples\biaobei\Wave/003424.wav +003425 examples\biaobei\Wave/003425.wav +003426 examples\biaobei\Wave/003426.wav +003427 examples\biaobei\Wave/003427.wav +003428 examples\biaobei\Wave/003428.wav +003429 examples\biaobei\Wave/003429.wav +003430 examples\biaobei\Wave/003430.wav +003431 examples\biaobei\Wave/003431.wav +003432 examples\biaobei\Wave/003432.wav +003433 examples\biaobei\Wave/003433.wav +003434 examples\biaobei\Wave/003434.wav +003435 examples\biaobei\Wave/003435.wav +003436 examples\biaobei\Wave/003436.wav +003437 examples\biaobei\Wave/003437.wav +003438 examples\biaobei\Wave/003438.wav +003439 examples\biaobei\Wave/003439.wav +003440 examples\biaobei\Wave/003440.wav +003441 examples\biaobei\Wave/003441.wav +003442 examples\biaobei\Wave/003442.wav +003443 examples\biaobei\Wave/003443.wav +003444 examples\biaobei\Wave/003444.wav +003445 examples\biaobei\Wave/003445.wav +003446 examples\biaobei\Wave/003446.wav +003447 examples\biaobei\Wave/003447.wav +003448 examples\biaobei\Wave/003448.wav +003449 examples\biaobei\Wave/003449.wav +003450 examples\biaobei\Wave/003450.wav +003451 examples\biaobei\Wave/003451.wav +003452 examples\biaobei\Wave/003452.wav +003453 examples\biaobei\Wave/003453.wav +003454 examples\biaobei\Wave/003454.wav +003455 examples\biaobei\Wave/003455.wav +003456 examples\biaobei\Wave/003456.wav +003457 examples\biaobei\Wave/003457.wav +003458 examples\biaobei\Wave/003458.wav +003459 examples\biaobei\Wave/003459.wav +003460 examples\biaobei\Wave/003460.wav +003461 examples\biaobei\Wave/003461.wav +003462 examples\biaobei\Wave/003462.wav +003463 examples\biaobei\Wave/003463.wav +003464 examples\biaobei\Wave/003464.wav +003465 examples\biaobei\Wave/003465.wav +003466 examples\biaobei\Wave/003466.wav +003467 examples\biaobei\Wave/003467.wav +003468 examples\biaobei\Wave/003468.wav +003469 examples\biaobei\Wave/003469.wav +003470 examples\biaobei\Wave/003470.wav +003471 examples\biaobei\Wave/003471.wav +003472 examples\biaobei\Wave/003472.wav +003473 examples\biaobei\Wave/003473.wav +003474 examples\biaobei\Wave/003474.wav +003475 examples\biaobei\Wave/003475.wav +003476 examples\biaobei\Wave/003476.wav +003477 examples\biaobei\Wave/003477.wav +003478 examples\biaobei\Wave/003478.wav +003479 examples\biaobei\Wave/003479.wav +003480 examples\biaobei\Wave/003480.wav +003481 examples\biaobei\Wave/003481.wav +003482 examples\biaobei\Wave/003482.wav +003483 examples\biaobei\Wave/003483.wav +003484 examples\biaobei\Wave/003484.wav +003485 examples\biaobei\Wave/003485.wav +003486 examples\biaobei\Wave/003486.wav +003487 examples\biaobei\Wave/003487.wav +003488 examples\biaobei\Wave/003488.wav +003489 examples\biaobei\Wave/003489.wav +003490 examples\biaobei\Wave/003490.wav +003491 examples\biaobei\Wave/003491.wav +003492 examples\biaobei\Wave/003492.wav +003493 examples\biaobei\Wave/003493.wav +003494 examples\biaobei\Wave/003494.wav +003495 examples\biaobei\Wave/003495.wav +003496 examples\biaobei\Wave/003496.wav +003497 examples\biaobei\Wave/003497.wav +003498 examples\biaobei\Wave/003498.wav +003499 examples\biaobei\Wave/003499.wav +003500 examples\biaobei\Wave/003500.wav +003501 examples\biaobei\Wave/003501.wav +003502 examples\biaobei\Wave/003502.wav +003503 examples\biaobei\Wave/003503.wav +003504 examples\biaobei\Wave/003504.wav +003505 examples\biaobei\Wave/003505.wav +003506 examples\biaobei\Wave/003506.wav +003507 examples\biaobei\Wave/003507.wav +003508 examples\biaobei\Wave/003508.wav +003509 examples\biaobei\Wave/003509.wav +003510 examples\biaobei\Wave/003510.wav +003511 examples\biaobei\Wave/003511.wav +003512 examples\biaobei\Wave/003512.wav +003513 examples\biaobei\Wave/003513.wav +003514 examples\biaobei\Wave/003514.wav +003515 examples\biaobei\Wave/003515.wav +003516 examples\biaobei\Wave/003516.wav +003517 examples\biaobei\Wave/003517.wav +003518 examples\biaobei\Wave/003518.wav +003519 examples\biaobei\Wave/003519.wav +003520 examples\biaobei\Wave/003520.wav +003521 examples\biaobei\Wave/003521.wav +003522 examples\biaobei\Wave/003522.wav +003523 examples\biaobei\Wave/003523.wav +003524 examples\biaobei\Wave/003524.wav +003525 examples\biaobei\Wave/003525.wav +003526 examples\biaobei\Wave/003526.wav +003527 examples\biaobei\Wave/003527.wav +003528 examples\biaobei\Wave/003528.wav +003529 examples\biaobei\Wave/003529.wav +003530 examples\biaobei\Wave/003530.wav +003531 examples\biaobei\Wave/003531.wav +003532 examples\biaobei\Wave/003532.wav +003533 examples\biaobei\Wave/003533.wav +003534 examples\biaobei\Wave/003534.wav +003535 examples\biaobei\Wave/003535.wav +003536 examples\biaobei\Wave/003536.wav +003537 examples\biaobei\Wave/003537.wav +003538 examples\biaobei\Wave/003538.wav +003539 examples\biaobei\Wave/003539.wav +003540 examples\biaobei\Wave/003540.wav +003541 examples\biaobei\Wave/003541.wav +003542 examples\biaobei\Wave/003542.wav +003543 examples\biaobei\Wave/003543.wav +003544 examples\biaobei\Wave/003544.wav +003545 examples\biaobei\Wave/003545.wav +003546 examples\biaobei\Wave/003546.wav +003547 examples\biaobei\Wave/003547.wav +003548 examples\biaobei\Wave/003548.wav +003549 examples\biaobei\Wave/003549.wav +003550 examples\biaobei\Wave/003550.wav +003551 examples\biaobei\Wave/003551.wav +003552 examples\biaobei\Wave/003552.wav +003553 examples\biaobei\Wave/003553.wav +003554 examples\biaobei\Wave/003554.wav +003555 examples\biaobei\Wave/003555.wav +003556 examples\biaobei\Wave/003556.wav +003557 examples\biaobei\Wave/003557.wav +003558 examples\biaobei\Wave/003558.wav +003559 examples\biaobei\Wave/003559.wav +003560 examples\biaobei\Wave/003560.wav +003561 examples\biaobei\Wave/003561.wav +003562 examples\biaobei\Wave/003562.wav +003563 examples\biaobei\Wave/003563.wav +003564 examples\biaobei\Wave/003564.wav +003565 examples\biaobei\Wave/003565.wav +003566 examples\biaobei\Wave/003566.wav +003567 examples\biaobei\Wave/003567.wav +003568 examples\biaobei\Wave/003568.wav +003569 examples\biaobei\Wave/003569.wav +003570 examples\biaobei\Wave/003570.wav +003571 examples\biaobei\Wave/003571.wav +003572 examples\biaobei\Wave/003572.wav +003573 examples\biaobei\Wave/003573.wav +003574 examples\biaobei\Wave/003574.wav +003575 examples\biaobei\Wave/003575.wav +003576 examples\biaobei\Wave/003576.wav +003577 examples\biaobei\Wave/003577.wav +003578 examples\biaobei\Wave/003578.wav +003579 examples\biaobei\Wave/003579.wav +003580 examples\biaobei\Wave/003580.wav +003581 examples\biaobei\Wave/003581.wav +003582 examples\biaobei\Wave/003582.wav +003583 examples\biaobei\Wave/003583.wav +003584 examples\biaobei\Wave/003584.wav +003585 examples\biaobei\Wave/003585.wav +003586 examples\biaobei\Wave/003586.wav +003587 examples\biaobei\Wave/003587.wav +003588 examples\biaobei\Wave/003588.wav +003589 examples\biaobei\Wave/003589.wav +003590 examples\biaobei\Wave/003590.wav +003591 examples\biaobei\Wave/003591.wav +003592 examples\biaobei\Wave/003592.wav +003593 examples\biaobei\Wave/003593.wav +003594 examples\biaobei\Wave/003594.wav +003595 examples\biaobei\Wave/003595.wav +003596 examples\biaobei\Wave/003596.wav +003597 examples\biaobei\Wave/003597.wav +003598 examples\biaobei\Wave/003598.wav +003599 examples\biaobei\Wave/003599.wav +003600 examples\biaobei\Wave/003600.wav +003601 examples\biaobei\Wave/003601.wav +003602 examples\biaobei\Wave/003602.wav +003603 examples\biaobei\Wave/003603.wav +003604 examples\biaobei\Wave/003604.wav +003605 examples\biaobei\Wave/003605.wav +003606 examples\biaobei\Wave/003606.wav +003607 examples\biaobei\Wave/003607.wav +003608 examples\biaobei\Wave/003608.wav +003609 examples\biaobei\Wave/003609.wav +003610 examples\biaobei\Wave/003610.wav +003611 examples\biaobei\Wave/003611.wav +003612 examples\biaobei\Wave/003612.wav +003613 examples\biaobei\Wave/003613.wav +003614 examples\biaobei\Wave/003614.wav +003615 examples\biaobei\Wave/003615.wav +003616 examples\biaobei\Wave/003616.wav +003617 examples\biaobei\Wave/003617.wav +003618 examples\biaobei\Wave/003618.wav +003619 examples\biaobei\Wave/003619.wav +003620 examples\biaobei\Wave/003620.wav +003621 examples\biaobei\Wave/003621.wav +003622 examples\biaobei\Wave/003622.wav +003623 examples\biaobei\Wave/003623.wav +003624 examples\biaobei\Wave/003624.wav +003625 examples\biaobei\Wave/003625.wav +003626 examples\biaobei\Wave/003626.wav +003627 examples\biaobei\Wave/003627.wav +003628 examples\biaobei\Wave/003628.wav +003629 examples\biaobei\Wave/003629.wav +003630 examples\biaobei\Wave/003630.wav +003631 examples\biaobei\Wave/003631.wav +003632 examples\biaobei\Wave/003632.wav +003633 examples\biaobei\Wave/003633.wav +003634 examples\biaobei\Wave/003634.wav +003635 examples\biaobei\Wave/003635.wav +003636 examples\biaobei\Wave/003636.wav +003637 examples\biaobei\Wave/003637.wav +003638 examples\biaobei\Wave/003638.wav +003639 examples\biaobei\Wave/003639.wav +003640 examples\biaobei\Wave/003640.wav +003641 examples\biaobei\Wave/003641.wav +003642 examples\biaobei\Wave/003642.wav +003643 examples\biaobei\Wave/003643.wav +003644 examples\biaobei\Wave/003644.wav +003645 examples\biaobei\Wave/003645.wav +003646 examples\biaobei\Wave/003646.wav +003647 examples\biaobei\Wave/003647.wav +003648 examples\biaobei\Wave/003648.wav +003649 examples\biaobei\Wave/003649.wav +003650 examples\biaobei\Wave/003650.wav +003651 examples\biaobei\Wave/003651.wav +003652 examples\biaobei\Wave/003652.wav +003653 examples\biaobei\Wave/003653.wav +003654 examples\biaobei\Wave/003654.wav +003655 examples\biaobei\Wave/003655.wav +003656 examples\biaobei\Wave/003656.wav +003657 examples\biaobei\Wave/003657.wav +003658 examples\biaobei\Wave/003658.wav +003659 examples\biaobei\Wave/003659.wav +003660 examples\biaobei\Wave/003660.wav +003661 examples\biaobei\Wave/003661.wav +003662 examples\biaobei\Wave/003662.wav +003663 examples\biaobei\Wave/003663.wav +003664 examples\biaobei\Wave/003664.wav +003665 examples\biaobei\Wave/003665.wav +003666 examples\biaobei\Wave/003666.wav +003667 examples\biaobei\Wave/003667.wav +003668 examples\biaobei\Wave/003668.wav +003669 examples\biaobei\Wave/003669.wav +003670 examples\biaobei\Wave/003670.wav +003671 examples\biaobei\Wave/003671.wav +003672 examples\biaobei\Wave/003672.wav +003673 examples\biaobei\Wave/003673.wav +003674 examples\biaobei\Wave/003674.wav +003675 examples\biaobei\Wave/003675.wav +003676 examples\biaobei\Wave/003676.wav +003677 examples\biaobei\Wave/003677.wav +003678 examples\biaobei\Wave/003678.wav +003679 examples\biaobei\Wave/003679.wav +003680 examples\biaobei\Wave/003680.wav +003681 examples\biaobei\Wave/003681.wav +003682 examples\biaobei\Wave/003682.wav +003683 examples\biaobei\Wave/003683.wav +003684 examples\biaobei\Wave/003684.wav +003685 examples\biaobei\Wave/003685.wav +003686 examples\biaobei\Wave/003686.wav +003687 examples\biaobei\Wave/003687.wav +003688 examples\biaobei\Wave/003688.wav +003689 examples\biaobei\Wave/003689.wav +003690 examples\biaobei\Wave/003690.wav +003691 examples\biaobei\Wave/003691.wav +003692 examples\biaobei\Wave/003692.wav +003693 examples\biaobei\Wave/003693.wav +003694 examples\biaobei\Wave/003694.wav +003695 examples\biaobei\Wave/003695.wav +003696 examples\biaobei\Wave/003696.wav +003697 examples\biaobei\Wave/003697.wav +003698 examples\biaobei\Wave/003698.wav +003699 examples\biaobei\Wave/003699.wav +003700 examples\biaobei\Wave/003700.wav +003701 examples\biaobei\Wave/003701.wav +003702 examples\biaobei\Wave/003702.wav +003703 examples\biaobei\Wave/003703.wav +003704 examples\biaobei\Wave/003704.wav +003705 examples\biaobei\Wave/003705.wav +003706 examples\biaobei\Wave/003706.wav +003707 examples\biaobei\Wave/003707.wav +003708 examples\biaobei\Wave/003708.wav +003709 examples\biaobei\Wave/003709.wav +003710 examples\biaobei\Wave/003710.wav +003711 examples\biaobei\Wave/003711.wav +003712 examples\biaobei\Wave/003712.wav +003713 examples\biaobei\Wave/003713.wav +003714 examples\biaobei\Wave/003714.wav +003715 examples\biaobei\Wave/003715.wav +003716 examples\biaobei\Wave/003716.wav +003717 examples\biaobei\Wave/003717.wav +003718 examples\biaobei\Wave/003718.wav +003719 examples\biaobei\Wave/003719.wav +003720 examples\biaobei\Wave/003720.wav +003721 examples\biaobei\Wave/003721.wav +003722 examples\biaobei\Wave/003722.wav +003723 examples\biaobei\Wave/003723.wav +003724 examples\biaobei\Wave/003724.wav +003725 examples\biaobei\Wave/003725.wav +003726 examples\biaobei\Wave/003726.wav +003727 examples\biaobei\Wave/003727.wav +003728 examples\biaobei\Wave/003728.wav +003729 examples\biaobei\Wave/003729.wav +003730 examples\biaobei\Wave/003730.wav +003731 examples\biaobei\Wave/003731.wav +003732 examples\biaobei\Wave/003732.wav +003733 examples\biaobei\Wave/003733.wav +003734 examples\biaobei\Wave/003734.wav +003735 examples\biaobei\Wave/003735.wav +003736 examples\biaobei\Wave/003736.wav +003737 examples\biaobei\Wave/003737.wav +003738 examples\biaobei\Wave/003738.wav +003739 examples\biaobei\Wave/003739.wav +003740 examples\biaobei\Wave/003740.wav +003741 examples\biaobei\Wave/003741.wav +003742 examples\biaobei\Wave/003742.wav +003743 examples\biaobei\Wave/003743.wav +003744 examples\biaobei\Wave/003744.wav +003745 examples\biaobei\Wave/003745.wav +003746 examples\biaobei\Wave/003746.wav +003747 examples\biaobei\Wave/003747.wav +003748 examples\biaobei\Wave/003748.wav +003749 examples\biaobei\Wave/003749.wav +003750 examples\biaobei\Wave/003750.wav +003751 examples\biaobei\Wave/003751.wav +003752 examples\biaobei\Wave/003752.wav +003753 examples\biaobei\Wave/003753.wav +003754 examples\biaobei\Wave/003754.wav +003755 examples\biaobei\Wave/003755.wav +003756 examples\biaobei\Wave/003756.wav +003757 examples\biaobei\Wave/003757.wav +003758 examples\biaobei\Wave/003758.wav +003759 examples\biaobei\Wave/003759.wav +003760 examples\biaobei\Wave/003760.wav +003761 examples\biaobei\Wave/003761.wav +003762 examples\biaobei\Wave/003762.wav +003763 examples\biaobei\Wave/003763.wav +003764 examples\biaobei\Wave/003764.wav +003765 examples\biaobei\Wave/003765.wav +003766 examples\biaobei\Wave/003766.wav +003767 examples\biaobei\Wave/003767.wav +003768 examples\biaobei\Wave/003768.wav +003769 examples\biaobei\Wave/003769.wav +003770 examples\biaobei\Wave/003770.wav +003771 examples\biaobei\Wave/003771.wav +003772 examples\biaobei\Wave/003772.wav +003773 examples\biaobei\Wave/003773.wav +003774 examples\biaobei\Wave/003774.wav +003775 examples\biaobei\Wave/003775.wav +003776 examples\biaobei\Wave/003776.wav +003777 examples\biaobei\Wave/003777.wav +003778 examples\biaobei\Wave/003778.wav +003779 examples\biaobei\Wave/003779.wav +003780 examples\biaobei\Wave/003780.wav +003781 examples\biaobei\Wave/003781.wav +003782 examples\biaobei\Wave/003782.wav +003783 examples\biaobei\Wave/003783.wav +003784 examples\biaobei\Wave/003784.wav +003785 examples\biaobei\Wave/003785.wav +003786 examples\biaobei\Wave/003786.wav +003787 examples\biaobei\Wave/003787.wav +003788 examples\biaobei\Wave/003788.wav +003789 examples\biaobei\Wave/003789.wav +003790 examples\biaobei\Wave/003790.wav +003791 examples\biaobei\Wave/003791.wav +003792 examples\biaobei\Wave/003792.wav +003793 examples\biaobei\Wave/003793.wav +003794 examples\biaobei\Wave/003794.wav +003795 examples\biaobei\Wave/003795.wav +003796 examples\biaobei\Wave/003796.wav +003797 examples\biaobei\Wave/003797.wav +003798 examples\biaobei\Wave/003798.wav +003799 examples\biaobei\Wave/003799.wav +003800 examples\biaobei\Wave/003800.wav +003801 examples\biaobei\Wave/003801.wav +003802 examples\biaobei\Wave/003802.wav +003803 examples\biaobei\Wave/003803.wav +003804 examples\biaobei\Wave/003804.wav +003805 examples\biaobei\Wave/003805.wav +003806 examples\biaobei\Wave/003806.wav +003807 examples\biaobei\Wave/003807.wav +003808 examples\biaobei\Wave/003808.wav +003809 examples\biaobei\Wave/003809.wav +003810 examples\biaobei\Wave/003810.wav +003811 examples\biaobei\Wave/003811.wav +003812 examples\biaobei\Wave/003812.wav +003813 examples\biaobei\Wave/003813.wav +003814 examples\biaobei\Wave/003814.wav +003815 examples\biaobei\Wave/003815.wav +003816 examples\biaobei\Wave/003816.wav +003817 examples\biaobei\Wave/003817.wav +003818 examples\biaobei\Wave/003818.wav +003819 examples\biaobei\Wave/003819.wav +003820 examples\biaobei\Wave/003820.wav +003821 examples\biaobei\Wave/003821.wav +003822 examples\biaobei\Wave/003822.wav +003823 examples\biaobei\Wave/003823.wav +003824 examples\biaobei\Wave/003824.wav +003825 examples\biaobei\Wave/003825.wav +003826 examples\biaobei\Wave/003826.wav +003827 examples\biaobei\Wave/003827.wav +003828 examples\biaobei\Wave/003828.wav +003829 examples\biaobei\Wave/003829.wav +003830 examples\biaobei\Wave/003830.wav +003831 examples\biaobei\Wave/003831.wav +003832 examples\biaobei\Wave/003832.wav +003833 examples\biaobei\Wave/003833.wav +003834 examples\biaobei\Wave/003834.wav +003835 examples\biaobei\Wave/003835.wav +003836 examples\biaobei\Wave/003836.wav +003837 examples\biaobei\Wave/003837.wav +003838 examples\biaobei\Wave/003838.wav +003839 examples\biaobei\Wave/003839.wav +003840 examples\biaobei\Wave/003840.wav +003841 examples\biaobei\Wave/003841.wav +003842 examples\biaobei\Wave/003842.wav +003843 examples\biaobei\Wave/003843.wav +003844 examples\biaobei\Wave/003844.wav +003845 examples\biaobei\Wave/003845.wav +003846 examples\biaobei\Wave/003846.wav +003847 examples\biaobei\Wave/003847.wav +003848 examples\biaobei\Wave/003848.wav +003849 examples\biaobei\Wave/003849.wav +003850 examples\biaobei\Wave/003850.wav +003851 examples\biaobei\Wave/003851.wav +003852 examples\biaobei\Wave/003852.wav +003853 examples\biaobei\Wave/003853.wav +003854 examples\biaobei\Wave/003854.wav +003855 examples\biaobei\Wave/003855.wav +003856 examples\biaobei\Wave/003856.wav +003857 examples\biaobei\Wave/003857.wav +003858 examples\biaobei\Wave/003858.wav +003859 examples\biaobei\Wave/003859.wav +003860 examples\biaobei\Wave/003860.wav +003861 examples\biaobei\Wave/003861.wav +003862 examples\biaobei\Wave/003862.wav +003863 examples\biaobei\Wave/003863.wav +003864 examples\biaobei\Wave/003864.wav +003865 examples\biaobei\Wave/003865.wav +003866 examples\biaobei\Wave/003866.wav +003867 examples\biaobei\Wave/003867.wav +003868 examples\biaobei\Wave/003868.wav +003869 examples\biaobei\Wave/003869.wav +003870 examples\biaobei\Wave/003870.wav +003871 examples\biaobei\Wave/003871.wav +003872 examples\biaobei\Wave/003872.wav +003873 examples\biaobei\Wave/003873.wav +003874 examples\biaobei\Wave/003874.wav +003875 examples\biaobei\Wave/003875.wav +003876 examples\biaobei\Wave/003876.wav +003877 examples\biaobei\Wave/003877.wav +003878 examples\biaobei\Wave/003878.wav +003879 examples\biaobei\Wave/003879.wav +003880 examples\biaobei\Wave/003880.wav +003881 examples\biaobei\Wave/003881.wav +003882 examples\biaobei\Wave/003882.wav +003883 examples\biaobei\Wave/003883.wav +003884 examples\biaobei\Wave/003884.wav +003885 examples\biaobei\Wave/003885.wav +003886 examples\biaobei\Wave/003886.wav +003887 examples\biaobei\Wave/003887.wav +003888 examples\biaobei\Wave/003888.wav +003889 examples\biaobei\Wave/003889.wav +003890 examples\biaobei\Wave/003890.wav +003891 examples\biaobei\Wave/003891.wav +003892 examples\biaobei\Wave/003892.wav +003893 examples\biaobei\Wave/003893.wav +003894 examples\biaobei\Wave/003894.wav +003895 examples\biaobei\Wave/003895.wav +003896 examples\biaobei\Wave/003896.wav +003897 examples\biaobei\Wave/003897.wav +003898 examples\biaobei\Wave/003898.wav +003899 examples\biaobei\Wave/003899.wav +003900 examples\biaobei\Wave/003900.wav +003901 examples\biaobei\Wave/003901.wav +003902 examples\biaobei\Wave/003902.wav +003903 examples\biaobei\Wave/003903.wav +003904 examples\biaobei\Wave/003904.wav +003905 examples\biaobei\Wave/003905.wav +003906 examples\biaobei\Wave/003906.wav +003907 examples\biaobei\Wave/003907.wav +003908 examples\biaobei\Wave/003908.wav +003909 examples\biaobei\Wave/003909.wav +003910 examples\biaobei\Wave/003910.wav +003911 examples\biaobei\Wave/003911.wav +003912 examples\biaobei\Wave/003912.wav +003913 examples\biaobei\Wave/003913.wav +003914 examples\biaobei\Wave/003914.wav +003915 examples\biaobei\Wave/003915.wav +003916 examples\biaobei\Wave/003916.wav +003917 examples\biaobei\Wave/003917.wav +003918 examples\biaobei\Wave/003918.wav +003919 examples\biaobei\Wave/003919.wav +003920 examples\biaobei\Wave/003920.wav +003921 examples\biaobei\Wave/003921.wav +003922 examples\biaobei\Wave/003922.wav +003923 examples\biaobei\Wave/003923.wav +003924 examples\biaobei\Wave/003924.wav +003925 examples\biaobei\Wave/003925.wav +003926 examples\biaobei\Wave/003926.wav +003927 examples\biaobei\Wave/003927.wav +003928 examples\biaobei\Wave/003928.wav +003929 examples\biaobei\Wave/003929.wav +003930 examples\biaobei\Wave/003930.wav +003931 examples\biaobei\Wave/003931.wav +003932 examples\biaobei\Wave/003932.wav +003933 examples\biaobei\Wave/003933.wav +003934 examples\biaobei\Wave/003934.wav +003935 examples\biaobei\Wave/003935.wav +003936 examples\biaobei\Wave/003936.wav +003937 examples\biaobei\Wave/003937.wav +003938 examples\biaobei\Wave/003938.wav +003939 examples\biaobei\Wave/003939.wav +003940 examples\biaobei\Wave/003940.wav +003941 examples\biaobei\Wave/003941.wav +003942 examples\biaobei\Wave/003942.wav +003943 examples\biaobei\Wave/003943.wav +003944 examples\biaobei\Wave/003944.wav +003945 examples\biaobei\Wave/003945.wav +003946 examples\biaobei\Wave/003946.wav +003947 examples\biaobei\Wave/003947.wav +003948 examples\biaobei\Wave/003948.wav +003949 examples\biaobei\Wave/003949.wav +003950 examples\biaobei\Wave/003950.wav +003951 examples\biaobei\Wave/003951.wav +003952 examples\biaobei\Wave/003952.wav +003953 examples\biaobei\Wave/003953.wav +003954 examples\biaobei\Wave/003954.wav +003955 examples\biaobei\Wave/003955.wav +003956 examples\biaobei\Wave/003956.wav +003957 examples\biaobei\Wave/003957.wav +003958 examples\biaobei\Wave/003958.wav +003959 examples\biaobei\Wave/003959.wav +003960 examples\biaobei\Wave/003960.wav +003961 examples\biaobei\Wave/003961.wav +003962 examples\biaobei\Wave/003962.wav +003963 examples\biaobei\Wave/003963.wav +003964 examples\biaobei\Wave/003964.wav +003965 examples\biaobei\Wave/003965.wav +003966 examples\biaobei\Wave/003966.wav +003967 examples\biaobei\Wave/003967.wav +003968 examples\biaobei\Wave/003968.wav +003969 examples\biaobei\Wave/003969.wav +003970 examples\biaobei\Wave/003970.wav +003971 examples\biaobei\Wave/003971.wav +003972 examples\biaobei\Wave/003972.wav +003973 examples\biaobei\Wave/003973.wav +003974 examples\biaobei\Wave/003974.wav +003975 examples\biaobei\Wave/003975.wav +003976 examples\biaobei\Wave/003976.wav +003977 examples\biaobei\Wave/003977.wav +003978 examples\biaobei\Wave/003978.wav +003979 examples\biaobei\Wave/003979.wav +003980 examples\biaobei\Wave/003980.wav +003981 examples\biaobei\Wave/003981.wav +003982 examples\biaobei\Wave/003982.wav +003983 examples\biaobei\Wave/003983.wav +003984 examples\biaobei\Wave/003984.wav +003985 examples\biaobei\Wave/003985.wav +003986 examples\biaobei\Wave/003986.wav +003987 examples\biaobei\Wave/003987.wav +003988 examples\biaobei\Wave/003988.wav +003989 examples\biaobei\Wave/003989.wav +003990 examples\biaobei\Wave/003990.wav +003991 examples\biaobei\Wave/003991.wav +003992 examples\biaobei\Wave/003992.wav +003993 examples\biaobei\Wave/003993.wav +003994 examples\biaobei\Wave/003994.wav +003995 examples\biaobei\Wave/003995.wav +003996 examples\biaobei\Wave/003996.wav +003997 examples\biaobei\Wave/003997.wav +003998 examples\biaobei\Wave/003998.wav +003999 examples\biaobei\Wave/003999.wav +004000 examples\biaobei\Wave/004000.wav +004001 examples\biaobei\Wave/004001.wav +004002 examples\biaobei\Wave/004002.wav +004003 examples\biaobei\Wave/004003.wav +004004 examples\biaobei\Wave/004004.wav +004005 examples\biaobei\Wave/004005.wav +004006 examples\biaobei\Wave/004006.wav +004007 examples\biaobei\Wave/004007.wav +004008 examples\biaobei\Wave/004008.wav +004009 examples\biaobei\Wave/004009.wav +004010 examples\biaobei\Wave/004010.wav +004011 examples\biaobei\Wave/004011.wav +004012 examples\biaobei\Wave/004012.wav +004013 examples\biaobei\Wave/004013.wav +004014 examples\biaobei\Wave/004014.wav +004015 examples\biaobei\Wave/004015.wav +004016 examples\biaobei\Wave/004016.wav +004017 examples\biaobei\Wave/004017.wav +004018 examples\biaobei\Wave/004018.wav +004019 examples\biaobei\Wave/004019.wav +004020 examples\biaobei\Wave/004020.wav +004021 examples\biaobei\Wave/004021.wav +004022 examples\biaobei\Wave/004022.wav +004023 examples\biaobei\Wave/004023.wav +004024 examples\biaobei\Wave/004024.wav +004025 examples\biaobei\Wave/004025.wav +004026 examples\biaobei\Wave/004026.wav +004027 examples\biaobei\Wave/004027.wav +004028 examples\biaobei\Wave/004028.wav +004029 examples\biaobei\Wave/004029.wav +004030 examples\biaobei\Wave/004030.wav +004031 examples\biaobei\Wave/004031.wav +004032 examples\biaobei\Wave/004032.wav +004033 examples\biaobei\Wave/004033.wav +004034 examples\biaobei\Wave/004034.wav +004035 examples\biaobei\Wave/004035.wav +004036 examples\biaobei\Wave/004036.wav +004037 examples\biaobei\Wave/004037.wav +004038 examples\biaobei\Wave/004038.wav +004039 examples\biaobei\Wave/004039.wav +004040 examples\biaobei\Wave/004040.wav +004041 examples\biaobei\Wave/004041.wav +004042 examples\biaobei\Wave/004042.wav +004043 examples\biaobei\Wave/004043.wav +004044 examples\biaobei\Wave/004044.wav +004045 examples\biaobei\Wave/004045.wav +004046 examples\biaobei\Wave/004046.wav +004047 examples\biaobei\Wave/004047.wav +004048 examples\biaobei\Wave/004048.wav +004049 examples\biaobei\Wave/004049.wav +004050 examples\biaobei\Wave/004050.wav +004051 examples\biaobei\Wave/004051.wav +004052 examples\biaobei\Wave/004052.wav +004053 examples\biaobei\Wave/004053.wav +004054 examples\biaobei\Wave/004054.wav +004055 examples\biaobei\Wave/004055.wav +004056 examples\biaobei\Wave/004056.wav +004057 examples\biaobei\Wave/004057.wav +004058 examples\biaobei\Wave/004058.wav +004059 examples\biaobei\Wave/004059.wav +004060 examples\biaobei\Wave/004060.wav +004061 examples\biaobei\Wave/004061.wav +004062 examples\biaobei\Wave/004062.wav +004063 examples\biaobei\Wave/004063.wav +004064 examples\biaobei\Wave/004064.wav +004065 examples\biaobei\Wave/004065.wav +004066 examples\biaobei\Wave/004066.wav +004067 examples\biaobei\Wave/004067.wav +004068 examples\biaobei\Wave/004068.wav +004069 examples\biaobei\Wave/004069.wav +004070 examples\biaobei\Wave/004070.wav +004071 examples\biaobei\Wave/004071.wav +004072 examples\biaobei\Wave/004072.wav +004073 examples\biaobei\Wave/004073.wav +004074 examples\biaobei\Wave/004074.wav +004075 examples\biaobei\Wave/004075.wav +004076 examples\biaobei\Wave/004076.wav +004077 examples\biaobei\Wave/004077.wav +004078 examples\biaobei\Wave/004078.wav +004079 examples\biaobei\Wave/004079.wav +004080 examples\biaobei\Wave/004080.wav +004081 examples\biaobei\Wave/004081.wav +004082 examples\biaobei\Wave/004082.wav +004083 examples\biaobei\Wave/004083.wav +004084 examples\biaobei\Wave/004084.wav +004085 examples\biaobei\Wave/004085.wav +004086 examples\biaobei\Wave/004086.wav +004087 examples\biaobei\Wave/004087.wav +004088 examples\biaobei\Wave/004088.wav +004089 examples\biaobei\Wave/004089.wav +004090 examples\biaobei\Wave/004090.wav +004091 examples\biaobei\Wave/004091.wav +004092 examples\biaobei\Wave/004092.wav +004093 examples\biaobei\Wave/004093.wav +004094 examples\biaobei\Wave/004094.wav +004095 examples\biaobei\Wave/004095.wav +004096 examples\biaobei\Wave/004096.wav +004097 examples\biaobei\Wave/004097.wav +004098 examples\biaobei\Wave/004098.wav +004099 examples\biaobei\Wave/004099.wav +004100 examples\biaobei\Wave/004100.wav +004101 examples\biaobei\Wave/004101.wav +004102 examples\biaobei\Wave/004102.wav +004103 examples\biaobei\Wave/004103.wav +004104 examples\biaobei\Wave/004104.wav +004105 examples\biaobei\Wave/004105.wav +004106 examples\biaobei\Wave/004106.wav +004107 examples\biaobei\Wave/004107.wav +004108 examples\biaobei\Wave/004108.wav +004109 examples\biaobei\Wave/004109.wav +004110 examples\biaobei\Wave/004110.wav +004111 examples\biaobei\Wave/004111.wav +004112 examples\biaobei\Wave/004112.wav +004113 examples\biaobei\Wave/004113.wav +004114 examples\biaobei\Wave/004114.wav +004115 examples\biaobei\Wave/004115.wav +004116 examples\biaobei\Wave/004116.wav +004117 examples\biaobei\Wave/004117.wav +004118 examples\biaobei\Wave/004118.wav +004119 examples\biaobei\Wave/004119.wav +004120 examples\biaobei\Wave/004120.wav +004121 examples\biaobei\Wave/004121.wav +004122 examples\biaobei\Wave/004122.wav +004123 examples\biaobei\Wave/004123.wav +004124 examples\biaobei\Wave/004124.wav +004125 examples\biaobei\Wave/004125.wav +004126 examples\biaobei\Wave/004126.wav +004127 examples\biaobei\Wave/004127.wav +004128 examples\biaobei\Wave/004128.wav +004129 examples\biaobei\Wave/004129.wav +004130 examples\biaobei\Wave/004130.wav +004131 examples\biaobei\Wave/004131.wav +004132 examples\biaobei\Wave/004132.wav +004133 examples\biaobei\Wave/004133.wav +004134 examples\biaobei\Wave/004134.wav +004135 examples\biaobei\Wave/004135.wav +004136 examples\biaobei\Wave/004136.wav +004137 examples\biaobei\Wave/004137.wav +004138 examples\biaobei\Wave/004138.wav +004139 examples\biaobei\Wave/004139.wav +004140 examples\biaobei\Wave/004140.wav +004141 examples\biaobei\Wave/004141.wav +004142 examples\biaobei\Wave/004142.wav +004143 examples\biaobei\Wave/004143.wav +004144 examples\biaobei\Wave/004144.wav +004145 examples\biaobei\Wave/004145.wav +004146 examples\biaobei\Wave/004146.wav +004147 examples\biaobei\Wave/004147.wav +004148 examples\biaobei\Wave/004148.wav +004149 examples\biaobei\Wave/004149.wav +004150 examples\biaobei\Wave/004150.wav +004151 examples\biaobei\Wave/004151.wav +004152 examples\biaobei\Wave/004152.wav +004153 examples\biaobei\Wave/004153.wav +004154 examples\biaobei\Wave/004154.wav +004155 examples\biaobei\Wave/004155.wav +004156 examples\biaobei\Wave/004156.wav +004157 examples\biaobei\Wave/004157.wav +004158 examples\biaobei\Wave/004158.wav +004159 examples\biaobei\Wave/004159.wav +004160 examples\biaobei\Wave/004160.wav +004161 examples\biaobei\Wave/004161.wav +004162 examples\biaobei\Wave/004162.wav +004163 examples\biaobei\Wave/004163.wav +004164 examples\biaobei\Wave/004164.wav +004165 examples\biaobei\Wave/004165.wav +004166 examples\biaobei\Wave/004166.wav +004167 examples\biaobei\Wave/004167.wav +004168 examples\biaobei\Wave/004168.wav +004169 examples\biaobei\Wave/004169.wav +004170 examples\biaobei\Wave/004170.wav +004171 examples\biaobei\Wave/004171.wav +004172 examples\biaobei\Wave/004172.wav +004173 examples\biaobei\Wave/004173.wav +004174 examples\biaobei\Wave/004174.wav +004175 examples\biaobei\Wave/004175.wav +004176 examples\biaobei\Wave/004176.wav +004177 examples\biaobei\Wave/004177.wav +004178 examples\biaobei\Wave/004178.wav +004179 examples\biaobei\Wave/004179.wav +004180 examples\biaobei\Wave/004180.wav +004181 examples\biaobei\Wave/004181.wav +004182 examples\biaobei\Wave/004182.wav +004183 examples\biaobei\Wave/004183.wav +004184 examples\biaobei\Wave/004184.wav +004185 examples\biaobei\Wave/004185.wav +004186 examples\biaobei\Wave/004186.wav +004187 examples\biaobei\Wave/004187.wav +004188 examples\biaobei\Wave/004188.wav +004189 examples\biaobei\Wave/004189.wav +004190 examples\biaobei\Wave/004190.wav +004191 examples\biaobei\Wave/004191.wav +004192 examples\biaobei\Wave/004192.wav +004193 examples\biaobei\Wave/004193.wav +004194 examples\biaobei\Wave/004194.wav +004195 examples\biaobei\Wave/004195.wav +004196 examples\biaobei\Wave/004196.wav +004197 examples\biaobei\Wave/004197.wav +004198 examples\biaobei\Wave/004198.wav +004199 examples\biaobei\Wave/004199.wav +004200 examples\biaobei\Wave/004200.wav +004201 examples\biaobei\Wave/004201.wav +004202 examples\biaobei\Wave/004202.wav +004203 examples\biaobei\Wave/004203.wav +004204 examples\biaobei\Wave/004204.wav +004205 examples\biaobei\Wave/004205.wav +004206 examples\biaobei\Wave/004206.wav +004207 examples\biaobei\Wave/004207.wav +004208 examples\biaobei\Wave/004208.wav +004209 examples\biaobei\Wave/004209.wav +004210 examples\biaobei\Wave/004210.wav +004211 examples\biaobei\Wave/004211.wav +004212 examples\biaobei\Wave/004212.wav +004213 examples\biaobei\Wave/004213.wav +004214 examples\biaobei\Wave/004214.wav +004215 examples\biaobei\Wave/004215.wav +004216 examples\biaobei\Wave/004216.wav +004217 examples\biaobei\Wave/004217.wav +004218 examples\biaobei\Wave/004218.wav +004219 examples\biaobei\Wave/004219.wav +004220 examples\biaobei\Wave/004220.wav +004221 examples\biaobei\Wave/004221.wav +004222 examples\biaobei\Wave/004222.wav +004223 examples\biaobei\Wave/004223.wav +004224 examples\biaobei\Wave/004224.wav +004225 examples\biaobei\Wave/004225.wav +004226 examples\biaobei\Wave/004226.wav +004227 examples\biaobei\Wave/004227.wav +004228 examples\biaobei\Wave/004228.wav +004229 examples\biaobei\Wave/004229.wav +004230 examples\biaobei\Wave/004230.wav +004231 examples\biaobei\Wave/004231.wav +004232 examples\biaobei\Wave/004232.wav +004233 examples\biaobei\Wave/004233.wav +004234 examples\biaobei\Wave/004234.wav +004235 examples\biaobei\Wave/004235.wav +004236 examples\biaobei\Wave/004236.wav +004237 examples\biaobei\Wave/004237.wav +004238 examples\biaobei\Wave/004238.wav +004239 examples\biaobei\Wave/004239.wav +004240 examples\biaobei\Wave/004240.wav +004241 examples\biaobei\Wave/004241.wav +004242 examples\biaobei\Wave/004242.wav +004243 examples\biaobei\Wave/004243.wav +004244 examples\biaobei\Wave/004244.wav +004245 examples\biaobei\Wave/004245.wav +004246 examples\biaobei\Wave/004246.wav +004247 examples\biaobei\Wave/004247.wav +004248 examples\biaobei\Wave/004248.wav +004249 examples\biaobei\Wave/004249.wav +004250 examples\biaobei\Wave/004250.wav +004251 examples\biaobei\Wave/004251.wav +004252 examples\biaobei\Wave/004252.wav +004253 examples\biaobei\Wave/004253.wav +004254 examples\biaobei\Wave/004254.wav +004255 examples\biaobei\Wave/004255.wav +004256 examples\biaobei\Wave/004256.wav +004257 examples\biaobei\Wave/004257.wav +004258 examples\biaobei\Wave/004258.wav +004259 examples\biaobei\Wave/004259.wav +004260 examples\biaobei\Wave/004260.wav +004261 examples\biaobei\Wave/004261.wav +004262 examples\biaobei\Wave/004262.wav +004263 examples\biaobei\Wave/004263.wav +004264 examples\biaobei\Wave/004264.wav +004265 examples\biaobei\Wave/004265.wav +004266 examples\biaobei\Wave/004266.wav +004267 examples\biaobei\Wave/004267.wav +004268 examples\biaobei\Wave/004268.wav +004269 examples\biaobei\Wave/004269.wav +004270 examples\biaobei\Wave/004270.wav +004271 examples\biaobei\Wave/004271.wav +004272 examples\biaobei\Wave/004272.wav +004273 examples\biaobei\Wave/004273.wav +004274 examples\biaobei\Wave/004274.wav +004275 examples\biaobei\Wave/004275.wav +004276 examples\biaobei\Wave/004276.wav +004277 examples\biaobei\Wave/004277.wav +004278 examples\biaobei\Wave/004278.wav +004279 examples\biaobei\Wave/004279.wav +004280 examples\biaobei\Wave/004280.wav +004281 examples\biaobei\Wave/004281.wav +004282 examples\biaobei\Wave/004282.wav +004283 examples\biaobei\Wave/004283.wav +004284 examples\biaobei\Wave/004284.wav +004285 examples\biaobei\Wave/004285.wav +004286 examples\biaobei\Wave/004286.wav +004287 examples\biaobei\Wave/004287.wav +004288 examples\biaobei\Wave/004288.wav +004289 examples\biaobei\Wave/004289.wav +004290 examples\biaobei\Wave/004290.wav +004291 examples\biaobei\Wave/004291.wav +004292 examples\biaobei\Wave/004292.wav +004293 examples\biaobei\Wave/004293.wav +004294 examples\biaobei\Wave/004294.wav +004295 examples\biaobei\Wave/004295.wav +004296 examples\biaobei\Wave/004296.wav +004297 examples\biaobei\Wave/004297.wav +004298 examples\biaobei\Wave/004298.wav +004299 examples\biaobei\Wave/004299.wav +004300 examples\biaobei\Wave/004300.wav +004301 examples\biaobei\Wave/004301.wav +004302 examples\biaobei\Wave/004302.wav +004303 examples\biaobei\Wave/004303.wav +004304 examples\biaobei\Wave/004304.wav +004305 examples\biaobei\Wave/004305.wav +004306 examples\biaobei\Wave/004306.wav +004307 examples\biaobei\Wave/004307.wav +004308 examples\biaobei\Wave/004308.wav +004309 examples\biaobei\Wave/004309.wav +004310 examples\biaobei\Wave/004310.wav +004311 examples\biaobei\Wave/004311.wav +004312 examples\biaobei\Wave/004312.wav +004313 examples\biaobei\Wave/004313.wav +004314 examples\biaobei\Wave/004314.wav +004315 examples\biaobei\Wave/004315.wav +004316 examples\biaobei\Wave/004316.wav +004317 examples\biaobei\Wave/004317.wav +004318 examples\biaobei\Wave/004318.wav +004319 examples\biaobei\Wave/004319.wav +004320 examples\biaobei\Wave/004320.wav +004321 examples\biaobei\Wave/004321.wav +004322 examples\biaobei\Wave/004322.wav +004323 examples\biaobei\Wave/004323.wav +004324 examples\biaobei\Wave/004324.wav +004325 examples\biaobei\Wave/004325.wav +004326 examples\biaobei\Wave/004326.wav +004327 examples\biaobei\Wave/004327.wav +004328 examples\biaobei\Wave/004328.wav +004329 examples\biaobei\Wave/004329.wav +004330 examples\biaobei\Wave/004330.wav +004331 examples\biaobei\Wave/004331.wav +004332 examples\biaobei\Wave/004332.wav +004333 examples\biaobei\Wave/004333.wav +004334 examples\biaobei\Wave/004334.wav +004335 examples\biaobei\Wave/004335.wav +004336 examples\biaobei\Wave/004336.wav +004337 examples\biaobei\Wave/004337.wav +004338 examples\biaobei\Wave/004338.wav +004339 examples\biaobei\Wave/004339.wav +004340 examples\biaobei\Wave/004340.wav +004341 examples\biaobei\Wave/004341.wav +004342 examples\biaobei\Wave/004342.wav +004343 examples\biaobei\Wave/004343.wav +004344 examples\biaobei\Wave/004344.wav +004345 examples\biaobei\Wave/004345.wav +004346 examples\biaobei\Wave/004346.wav +004347 examples\biaobei\Wave/004347.wav +004348 examples\biaobei\Wave/004348.wav +004349 examples\biaobei\Wave/004349.wav +004350 examples\biaobei\Wave/004350.wav +004351 examples\biaobei\Wave/004351.wav +004352 examples\biaobei\Wave/004352.wav +004353 examples\biaobei\Wave/004353.wav +004354 examples\biaobei\Wave/004354.wav +004355 examples\biaobei\Wave/004355.wav +004356 examples\biaobei\Wave/004356.wav +004357 examples\biaobei\Wave/004357.wav +004358 examples\biaobei\Wave/004358.wav +004359 examples\biaobei\Wave/004359.wav +004360 examples\biaobei\Wave/004360.wav +004361 examples\biaobei\Wave/004361.wav +004362 examples\biaobei\Wave/004362.wav +004363 examples\biaobei\Wave/004363.wav +004364 examples\biaobei\Wave/004364.wav +004365 examples\biaobei\Wave/004365.wav +004366 examples\biaobei\Wave/004366.wav +004367 examples\biaobei\Wave/004367.wav +004368 examples\biaobei\Wave/004368.wav +004369 examples\biaobei\Wave/004369.wav +004370 examples\biaobei\Wave/004370.wav +004371 examples\biaobei\Wave/004371.wav +004372 examples\biaobei\Wave/004372.wav +004373 examples\biaobei\Wave/004373.wav +004374 examples\biaobei\Wave/004374.wav +004375 examples\biaobei\Wave/004375.wav +004376 examples\biaobei\Wave/004376.wav +004377 examples\biaobei\Wave/004377.wav +004378 examples\biaobei\Wave/004378.wav +004379 examples\biaobei\Wave/004379.wav +004380 examples\biaobei\Wave/004380.wav +004381 examples\biaobei\Wave/004381.wav +004382 examples\biaobei\Wave/004382.wav +004383 examples\biaobei\Wave/004383.wav +004384 examples\biaobei\Wave/004384.wav +004385 examples\biaobei\Wave/004385.wav +004386 examples\biaobei\Wave/004386.wav +004387 examples\biaobei\Wave/004387.wav +004388 examples\biaobei\Wave/004388.wav +004389 examples\biaobei\Wave/004389.wav +004390 examples\biaobei\Wave/004390.wav +004391 examples\biaobei\Wave/004391.wav +004392 examples\biaobei\Wave/004392.wav +004393 examples\biaobei\Wave/004393.wav +004394 examples\biaobei\Wave/004394.wav +004395 examples\biaobei\Wave/004395.wav +004396 examples\biaobei\Wave/004396.wav +004397 examples\biaobei\Wave/004397.wav +004398 examples\biaobei\Wave/004398.wav +004399 examples\biaobei\Wave/004399.wav +004400 examples\biaobei\Wave/004400.wav +004401 examples\biaobei\Wave/004401.wav +004402 examples\biaobei\Wave/004402.wav +004403 examples\biaobei\Wave/004403.wav +004404 examples\biaobei\Wave/004404.wav +004405 examples\biaobei\Wave/004405.wav +004406 examples\biaobei\Wave/004406.wav +004407 examples\biaobei\Wave/004407.wav +004408 examples\biaobei\Wave/004408.wav +004409 examples\biaobei\Wave/004409.wav +004410 examples\biaobei\Wave/004410.wav +004411 examples\biaobei\Wave/004411.wav +004412 examples\biaobei\Wave/004412.wav +004413 examples\biaobei\Wave/004413.wav +004414 examples\biaobei\Wave/004414.wav +004415 examples\biaobei\Wave/004415.wav +004416 examples\biaobei\Wave/004416.wav +004417 examples\biaobei\Wave/004417.wav +004418 examples\biaobei\Wave/004418.wav +004419 examples\biaobei\Wave/004419.wav +004420 examples\biaobei\Wave/004420.wav +004421 examples\biaobei\Wave/004421.wav +004422 examples\biaobei\Wave/004422.wav +004423 examples\biaobei\Wave/004423.wav +004424 examples\biaobei\Wave/004424.wav +004425 examples\biaobei\Wave/004425.wav +004426 examples\biaobei\Wave/004426.wav +004427 examples\biaobei\Wave/004427.wav +004428 examples\biaobei\Wave/004428.wav +004429 examples\biaobei\Wave/004429.wav +004430 examples\biaobei\Wave/004430.wav +004431 examples\biaobei\Wave/004431.wav +004432 examples\biaobei\Wave/004432.wav +004433 examples\biaobei\Wave/004433.wav +004434 examples\biaobei\Wave/004434.wav +004435 examples\biaobei\Wave/004435.wav +004436 examples\biaobei\Wave/004436.wav +004437 examples\biaobei\Wave/004437.wav +004438 examples\biaobei\Wave/004438.wav +004439 examples\biaobei\Wave/004439.wav +004440 examples\biaobei\Wave/004440.wav +004441 examples\biaobei\Wave/004441.wav +004442 examples\biaobei\Wave/004442.wav +004443 examples\biaobei\Wave/004443.wav +004444 examples\biaobei\Wave/004444.wav +004445 examples\biaobei\Wave/004445.wav +004446 examples\biaobei\Wave/004446.wav +004447 examples\biaobei\Wave/004447.wav +004448 examples\biaobei\Wave/004448.wav +004449 examples\biaobei\Wave/004449.wav +004450 examples\biaobei\Wave/004450.wav +004451 examples\biaobei\Wave/004451.wav +004452 examples\biaobei\Wave/004452.wav +004453 examples\biaobei\Wave/004453.wav +004454 examples\biaobei\Wave/004454.wav +004455 examples\biaobei\Wave/004455.wav +004456 examples\biaobei\Wave/004456.wav +004457 examples\biaobei\Wave/004457.wav +004458 examples\biaobei\Wave/004458.wav +004459 examples\biaobei\Wave/004459.wav +004460 examples\biaobei\Wave/004460.wav +004461 examples\biaobei\Wave/004461.wav +004462 examples\biaobei\Wave/004462.wav +004463 examples\biaobei\Wave/004463.wav +004464 examples\biaobei\Wave/004464.wav +004465 examples\biaobei\Wave/004465.wav +004466 examples\biaobei\Wave/004466.wav +004467 examples\biaobei\Wave/004467.wav +004468 examples\biaobei\Wave/004468.wav +004469 examples\biaobei\Wave/004469.wav +004470 examples\biaobei\Wave/004470.wav +004471 examples\biaobei\Wave/004471.wav +004472 examples\biaobei\Wave/004472.wav +004473 examples\biaobei\Wave/004473.wav +004474 examples\biaobei\Wave/004474.wav +004475 examples\biaobei\Wave/004475.wav +004476 examples\biaobei\Wave/004476.wav +004477 examples\biaobei\Wave/004477.wav +004478 examples\biaobei\Wave/004478.wav +004479 examples\biaobei\Wave/004479.wav +004480 examples\biaobei\Wave/004480.wav +004481 examples\biaobei\Wave/004481.wav +004482 examples\biaobei\Wave/004482.wav +004483 examples\biaobei\Wave/004483.wav +004484 examples\biaobei\Wave/004484.wav +004485 examples\biaobei\Wave/004485.wav +004486 examples\biaobei\Wave/004486.wav +004487 examples\biaobei\Wave/004487.wav +004488 examples\biaobei\Wave/004488.wav +004489 examples\biaobei\Wave/004489.wav +004490 examples\biaobei\Wave/004490.wav +004491 examples\biaobei\Wave/004491.wav +004492 examples\biaobei\Wave/004492.wav +004493 examples\biaobei\Wave/004493.wav +004494 examples\biaobei\Wave/004494.wav +004495 examples\biaobei\Wave/004495.wav +004496 examples\biaobei\Wave/004496.wav +004497 examples\biaobei\Wave/004497.wav +004498 examples\biaobei\Wave/004498.wav +004499 examples\biaobei\Wave/004499.wav +004500 examples\biaobei\Wave/004500.wav +004501 examples\biaobei\Wave/004501.wav +004502 examples\biaobei\Wave/004502.wav +004503 examples\biaobei\Wave/004503.wav +004504 examples\biaobei\Wave/004504.wav +004505 examples\biaobei\Wave/004505.wav +004506 examples\biaobei\Wave/004506.wav +004507 examples\biaobei\Wave/004507.wav +004508 examples\biaobei\Wave/004508.wav +004509 examples\biaobei\Wave/004509.wav +004510 examples\biaobei\Wave/004510.wav +004511 examples\biaobei\Wave/004511.wav +004512 examples\biaobei\Wave/004512.wav +004513 examples\biaobei\Wave/004513.wav +004514 examples\biaobei\Wave/004514.wav +004515 examples\biaobei\Wave/004515.wav +004516 examples\biaobei\Wave/004516.wav +004517 examples\biaobei\Wave/004517.wav +004518 examples\biaobei\Wave/004518.wav +004519 examples\biaobei\Wave/004519.wav +004520 examples\biaobei\Wave/004520.wav +004521 examples\biaobei\Wave/004521.wav +004522 examples\biaobei\Wave/004522.wav +004523 examples\biaobei\Wave/004523.wav +004524 examples\biaobei\Wave/004524.wav +004525 examples\biaobei\Wave/004525.wav +004526 examples\biaobei\Wave/004526.wav +004527 examples\biaobei\Wave/004527.wav +004528 examples\biaobei\Wave/004528.wav +004529 examples\biaobei\Wave/004529.wav +004530 examples\biaobei\Wave/004530.wav +004531 examples\biaobei\Wave/004531.wav +004532 examples\biaobei\Wave/004532.wav +004533 examples\biaobei\Wave/004533.wav +004534 examples\biaobei\Wave/004534.wav +004535 examples\biaobei\Wave/004535.wav +004536 examples\biaobei\Wave/004536.wav +004537 examples\biaobei\Wave/004537.wav +004538 examples\biaobei\Wave/004538.wav +004539 examples\biaobei\Wave/004539.wav +004540 examples\biaobei\Wave/004540.wav +004541 examples\biaobei\Wave/004541.wav +004542 examples\biaobei\Wave/004542.wav +004543 examples\biaobei\Wave/004543.wav +004544 examples\biaobei\Wave/004544.wav +004545 examples\biaobei\Wave/004545.wav +004546 examples\biaobei\Wave/004546.wav +004547 examples\biaobei\Wave/004547.wav +004548 examples\biaobei\Wave/004548.wav +004549 examples\biaobei\Wave/004549.wav +004550 examples\biaobei\Wave/004550.wav +004551 examples\biaobei\Wave/004551.wav +004552 examples\biaobei\Wave/004552.wav +004553 examples\biaobei\Wave/004553.wav +004554 examples\biaobei\Wave/004554.wav +004555 examples\biaobei\Wave/004555.wav +004556 examples\biaobei\Wave/004556.wav +004557 examples\biaobei\Wave/004557.wav +004558 examples\biaobei\Wave/004558.wav +004559 examples\biaobei\Wave/004559.wav +004560 examples\biaobei\Wave/004560.wav +004561 examples\biaobei\Wave/004561.wav +004562 examples\biaobei\Wave/004562.wav +004563 examples\biaobei\Wave/004563.wav +004564 examples\biaobei\Wave/004564.wav +004565 examples\biaobei\Wave/004565.wav +004566 examples\biaobei\Wave/004566.wav +004567 examples\biaobei\Wave/004567.wav +004568 examples\biaobei\Wave/004568.wav +004569 examples\biaobei\Wave/004569.wav +004570 examples\biaobei\Wave/004570.wav +004571 examples\biaobei\Wave/004571.wav +004572 examples\biaobei\Wave/004572.wav +004573 examples\biaobei\Wave/004573.wav +004574 examples\biaobei\Wave/004574.wav +004575 examples\biaobei\Wave/004575.wav +004576 examples\biaobei\Wave/004576.wav +004577 examples\biaobei\Wave/004577.wav +004578 examples\biaobei\Wave/004578.wav +004579 examples\biaobei\Wave/004579.wav +004580 examples\biaobei\Wave/004580.wav +004581 examples\biaobei\Wave/004581.wav +004582 examples\biaobei\Wave/004582.wav +004583 examples\biaobei\Wave/004583.wav +004584 examples\biaobei\Wave/004584.wav +004585 examples\biaobei\Wave/004585.wav +004586 examples\biaobei\Wave/004586.wav +004587 examples\biaobei\Wave/004587.wav +004588 examples\biaobei\Wave/004588.wav +004589 examples\biaobei\Wave/004589.wav +004590 examples\biaobei\Wave/004590.wav +004591 examples\biaobei\Wave/004591.wav +004592 examples\biaobei\Wave/004592.wav +004593 examples\biaobei\Wave/004593.wav +004594 examples\biaobei\Wave/004594.wav +004595 examples\biaobei\Wave/004595.wav +004596 examples\biaobei\Wave/004596.wav +004597 examples\biaobei\Wave/004597.wav +004598 examples\biaobei\Wave/004598.wav +004599 examples\biaobei\Wave/004599.wav +004600 examples\biaobei\Wave/004600.wav +004601 examples\biaobei\Wave/004601.wav +004602 examples\biaobei\Wave/004602.wav +004603 examples\biaobei\Wave/004603.wav +004604 examples\biaobei\Wave/004604.wav +004605 examples\biaobei\Wave/004605.wav +004606 examples\biaobei\Wave/004606.wav +004607 examples\biaobei\Wave/004607.wav +004608 examples\biaobei\Wave/004608.wav +004609 examples\biaobei\Wave/004609.wav +004610 examples\biaobei\Wave/004610.wav +004611 examples\biaobei\Wave/004611.wav +004612 examples\biaobei\Wave/004612.wav +004613 examples\biaobei\Wave/004613.wav +004614 examples\biaobei\Wave/004614.wav +004615 examples\biaobei\Wave/004615.wav +004616 examples\biaobei\Wave/004616.wav +004617 examples\biaobei\Wave/004617.wav +004618 examples\biaobei\Wave/004618.wav +004619 examples\biaobei\Wave/004619.wav +004620 examples\biaobei\Wave/004620.wav +004621 examples\biaobei\Wave/004621.wav +004622 examples\biaobei\Wave/004622.wav +004623 examples\biaobei\Wave/004623.wav +004624 examples\biaobei\Wave/004624.wav +004625 examples\biaobei\Wave/004625.wav +004626 examples\biaobei\Wave/004626.wav +004627 examples\biaobei\Wave/004627.wav +004628 examples\biaobei\Wave/004628.wav +004629 examples\biaobei\Wave/004629.wav +004630 examples\biaobei\Wave/004630.wav +004631 examples\biaobei\Wave/004631.wav +004632 examples\biaobei\Wave/004632.wav +004633 examples\biaobei\Wave/004633.wav +004634 examples\biaobei\Wave/004634.wav +004635 examples\biaobei\Wave/004635.wav +004636 examples\biaobei\Wave/004636.wav +004637 examples\biaobei\Wave/004637.wav +004638 examples\biaobei\Wave/004638.wav +004639 examples\biaobei\Wave/004639.wav +004640 examples\biaobei\Wave/004640.wav +004641 examples\biaobei\Wave/004641.wav +004642 examples\biaobei\Wave/004642.wav +004643 examples\biaobei\Wave/004643.wav +004644 examples\biaobei\Wave/004644.wav +004645 examples\biaobei\Wave/004645.wav +004646 examples\biaobei\Wave/004646.wav +004647 examples\biaobei\Wave/004647.wav +004648 examples\biaobei\Wave/004648.wav +004649 examples\biaobei\Wave/004649.wav +004650 examples\biaobei\Wave/004650.wav +004651 examples\biaobei\Wave/004651.wav +004652 examples\biaobei\Wave/004652.wav +004653 examples\biaobei\Wave/004653.wav +004654 examples\biaobei\Wave/004654.wav +004655 examples\biaobei\Wave/004655.wav +004656 examples\biaobei\Wave/004656.wav +004657 examples\biaobei\Wave/004657.wav +004658 examples\biaobei\Wave/004658.wav +004659 examples\biaobei\Wave/004659.wav +004660 examples\biaobei\Wave/004660.wav +004661 examples\biaobei\Wave/004661.wav +004662 examples\biaobei\Wave/004662.wav +004663 examples\biaobei\Wave/004663.wav +004664 examples\biaobei\Wave/004664.wav +004665 examples\biaobei\Wave/004665.wav +004666 examples\biaobei\Wave/004666.wav +004667 examples\biaobei\Wave/004667.wav +004668 examples\biaobei\Wave/004668.wav +004669 examples\biaobei\Wave/004669.wav +004670 examples\biaobei\Wave/004670.wav +004671 examples\biaobei\Wave/004671.wav +004672 examples\biaobei\Wave/004672.wav +004673 examples\biaobei\Wave/004673.wav +004674 examples\biaobei\Wave/004674.wav +004675 examples\biaobei\Wave/004675.wav +004676 examples\biaobei\Wave/004676.wav +004677 examples\biaobei\Wave/004677.wav +004678 examples\biaobei\Wave/004678.wav +004679 examples\biaobei\Wave/004679.wav +004680 examples\biaobei\Wave/004680.wav +004681 examples\biaobei\Wave/004681.wav +004682 examples\biaobei\Wave/004682.wav +004683 examples\biaobei\Wave/004683.wav +004684 examples\biaobei\Wave/004684.wav +004685 examples\biaobei\Wave/004685.wav +004686 examples\biaobei\Wave/004686.wav +004687 examples\biaobei\Wave/004687.wav +004688 examples\biaobei\Wave/004688.wav +004689 examples\biaobei\Wave/004689.wav +004690 examples\biaobei\Wave/004690.wav +004691 examples\biaobei\Wave/004691.wav +004692 examples\biaobei\Wave/004692.wav +004693 examples\biaobei\Wave/004693.wav +004694 examples\biaobei\Wave/004694.wav +004695 examples\biaobei\Wave/004695.wav +004696 examples\biaobei\Wave/004696.wav +004697 examples\biaobei\Wave/004697.wav +004698 examples\biaobei\Wave/004698.wav +004699 examples\biaobei\Wave/004699.wav +004700 examples\biaobei\Wave/004700.wav +004701 examples\biaobei\Wave/004701.wav +004702 examples\biaobei\Wave/004702.wav +004703 examples\biaobei\Wave/004703.wav +004704 examples\biaobei\Wave/004704.wav +004705 examples\biaobei\Wave/004705.wav +004706 examples\biaobei\Wave/004706.wav +004707 examples\biaobei\Wave/004707.wav +004708 examples\biaobei\Wave/004708.wav +004709 examples\biaobei\Wave/004709.wav +004710 examples\biaobei\Wave/004710.wav +004711 examples\biaobei\Wave/004711.wav +004712 examples\biaobei\Wave/004712.wav +004713 examples\biaobei\Wave/004713.wav +004714 examples\biaobei\Wave/004714.wav +004715 examples\biaobei\Wave/004715.wav +004716 examples\biaobei\Wave/004716.wav +004717 examples\biaobei\Wave/004717.wav +004718 examples\biaobei\Wave/004718.wav +004719 examples\biaobei\Wave/004719.wav +004720 examples\biaobei\Wave/004720.wav +004721 examples\biaobei\Wave/004721.wav +004722 examples\biaobei\Wave/004722.wav +004723 examples\biaobei\Wave/004723.wav +004724 examples\biaobei\Wave/004724.wav +004725 examples\biaobei\Wave/004725.wav +004726 examples\biaobei\Wave/004726.wav +004727 examples\biaobei\Wave/004727.wav +004728 examples\biaobei\Wave/004728.wav +004729 examples\biaobei\Wave/004729.wav +004730 examples\biaobei\Wave/004730.wav +004731 examples\biaobei\Wave/004731.wav +004732 examples\biaobei\Wave/004732.wav +004733 examples\biaobei\Wave/004733.wav +004734 examples\biaobei\Wave/004734.wav +004735 examples\biaobei\Wave/004735.wav +004736 examples\biaobei\Wave/004736.wav +004737 examples\biaobei\Wave/004737.wav +004738 examples\biaobei\Wave/004738.wav +004739 examples\biaobei\Wave/004739.wav +004740 examples\biaobei\Wave/004740.wav +004741 examples\biaobei\Wave/004741.wav +004742 examples\biaobei\Wave/004742.wav +004743 examples\biaobei\Wave/004743.wav +004744 examples\biaobei\Wave/004744.wav +004745 examples\biaobei\Wave/004745.wav +004746 examples\biaobei\Wave/004746.wav +004747 examples\biaobei\Wave/004747.wav +004748 examples\biaobei\Wave/004748.wav +004749 examples\biaobei\Wave/004749.wav +004750 examples\biaobei\Wave/004750.wav +004751 examples\biaobei\Wave/004751.wav +004752 examples\biaobei\Wave/004752.wav +004753 examples\biaobei\Wave/004753.wav +004754 examples\biaobei\Wave/004754.wav +004755 examples\biaobei\Wave/004755.wav +004756 examples\biaobei\Wave/004756.wav +004757 examples\biaobei\Wave/004757.wav +004758 examples\biaobei\Wave/004758.wav +004759 examples\biaobei\Wave/004759.wav +004760 examples\biaobei\Wave/004760.wav +004761 examples\biaobei\Wave/004761.wav +004762 examples\biaobei\Wave/004762.wav +004763 examples\biaobei\Wave/004763.wav +004764 examples\biaobei\Wave/004764.wav +004765 examples\biaobei\Wave/004765.wav +004766 examples\biaobei\Wave/004766.wav +004767 examples\biaobei\Wave/004767.wav +004768 examples\biaobei\Wave/004768.wav +004769 examples\biaobei\Wave/004769.wav +004770 examples\biaobei\Wave/004770.wav +004771 examples\biaobei\Wave/004771.wav +004772 examples\biaobei\Wave/004772.wav +004773 examples\biaobei\Wave/004773.wav +004774 examples\biaobei\Wave/004774.wav +004775 examples\biaobei\Wave/004775.wav +004776 examples\biaobei\Wave/004776.wav +004777 examples\biaobei\Wave/004777.wav +004778 examples\biaobei\Wave/004778.wav +004779 examples\biaobei\Wave/004779.wav +004780 examples\biaobei\Wave/004780.wav +004781 examples\biaobei\Wave/004781.wav +004782 examples\biaobei\Wave/004782.wav +004783 examples\biaobei\Wave/004783.wav +004784 examples\biaobei\Wave/004784.wav +004785 examples\biaobei\Wave/004785.wav +004786 examples\biaobei\Wave/004786.wav +004787 examples\biaobei\Wave/004787.wav +004788 examples\biaobei\Wave/004788.wav +004789 examples\biaobei\Wave/004789.wav +004790 examples\biaobei\Wave/004790.wav +004791 examples\biaobei\Wave/004791.wav +004792 examples\biaobei\Wave/004792.wav +004793 examples\biaobei\Wave/004793.wav +004794 examples\biaobei\Wave/004794.wav +004795 examples\biaobei\Wave/004795.wav +004796 examples\biaobei\Wave/004796.wav +004797 examples\biaobei\Wave/004797.wav +004798 examples\biaobei\Wave/004798.wav +004799 examples\biaobei\Wave/004799.wav +004800 examples\biaobei\Wave/004800.wav +004801 examples\biaobei\Wave/004801.wav +004802 examples\biaobei\Wave/004802.wav +004803 examples\biaobei\Wave/004803.wav +004804 examples\biaobei\Wave/004804.wav +004805 examples\biaobei\Wave/004805.wav +004806 examples\biaobei\Wave/004806.wav +004807 examples\biaobei\Wave/004807.wav +004808 examples\biaobei\Wave/004808.wav +004809 examples\biaobei\Wave/004809.wav +004810 examples\biaobei\Wave/004810.wav +004811 examples\biaobei\Wave/004811.wav +004812 examples\biaobei\Wave/004812.wav +004813 examples\biaobei\Wave/004813.wav +004814 examples\biaobei\Wave/004814.wav +004815 examples\biaobei\Wave/004815.wav +004816 examples\biaobei\Wave/004816.wav +004817 examples\biaobei\Wave/004817.wav +004818 examples\biaobei\Wave/004818.wav +004819 examples\biaobei\Wave/004819.wav +004820 examples\biaobei\Wave/004820.wav +004821 examples\biaobei\Wave/004821.wav +004822 examples\biaobei\Wave/004822.wav +004823 examples\biaobei\Wave/004823.wav +004824 examples\biaobei\Wave/004824.wav +004825 examples\biaobei\Wave/004825.wav +004826 examples\biaobei\Wave/004826.wav +004827 examples\biaobei\Wave/004827.wav +004828 examples\biaobei\Wave/004828.wav +004829 examples\biaobei\Wave/004829.wav +004830 examples\biaobei\Wave/004830.wav +004831 examples\biaobei\Wave/004831.wav +004832 examples\biaobei\Wave/004832.wav +004833 examples\biaobei\Wave/004833.wav +004834 examples\biaobei\Wave/004834.wav +004835 examples\biaobei\Wave/004835.wav +004836 examples\biaobei\Wave/004836.wav +004837 examples\biaobei\Wave/004837.wav +004838 examples\biaobei\Wave/004838.wav +004839 examples\biaobei\Wave/004839.wav +004840 examples\biaobei\Wave/004840.wav +004841 examples\biaobei\Wave/004841.wav +004842 examples\biaobei\Wave/004842.wav +004843 examples\biaobei\Wave/004843.wav +004844 examples\biaobei\Wave/004844.wav +004845 examples\biaobei\Wave/004845.wav +004846 examples\biaobei\Wave/004846.wav +004847 examples\biaobei\Wave/004847.wav +004848 examples\biaobei\Wave/004848.wav +004849 examples\biaobei\Wave/004849.wav +004850 examples\biaobei\Wave/004850.wav +004851 examples\biaobei\Wave/004851.wav +004852 examples\biaobei\Wave/004852.wav +004853 examples\biaobei\Wave/004853.wav +004854 examples\biaobei\Wave/004854.wav +004855 examples\biaobei\Wave/004855.wav +004856 examples\biaobei\Wave/004856.wav +004857 examples\biaobei\Wave/004857.wav +004858 examples\biaobei\Wave/004858.wav +004859 examples\biaobei\Wave/004859.wav +004860 examples\biaobei\Wave/004860.wav +004861 examples\biaobei\Wave/004861.wav +004862 examples\biaobei\Wave/004862.wav +004863 examples\biaobei\Wave/004863.wav +004864 examples\biaobei\Wave/004864.wav +004865 examples\biaobei\Wave/004865.wav +004866 examples\biaobei\Wave/004866.wav +004867 examples\biaobei\Wave/004867.wav +004868 examples\biaobei\Wave/004868.wav +004869 examples\biaobei\Wave/004869.wav +004870 examples\biaobei\Wave/004870.wav +004871 examples\biaobei\Wave/004871.wav +004872 examples\biaobei\Wave/004872.wav +004873 examples\biaobei\Wave/004873.wav +004874 examples\biaobei\Wave/004874.wav +004875 examples\biaobei\Wave/004875.wav +004876 examples\biaobei\Wave/004876.wav +004877 examples\biaobei\Wave/004877.wav +004878 examples\biaobei\Wave/004878.wav +004879 examples\biaobei\Wave/004879.wav +004880 examples\biaobei\Wave/004880.wav +004881 examples\biaobei\Wave/004881.wav +004882 examples\biaobei\Wave/004882.wav +004883 examples\biaobei\Wave/004883.wav +004884 examples\biaobei\Wave/004884.wav +004885 examples\biaobei\Wave/004885.wav +004886 examples\biaobei\Wave/004886.wav +004887 examples\biaobei\Wave/004887.wav +004888 examples\biaobei\Wave/004888.wav +004889 examples\biaobei\Wave/004889.wav +004890 examples\biaobei\Wave/004890.wav +004891 examples\biaobei\Wave/004891.wav +004892 examples\biaobei\Wave/004892.wav +004893 examples\biaobei\Wave/004893.wav +004894 examples\biaobei\Wave/004894.wav +004895 examples\biaobei\Wave/004895.wav +004896 examples\biaobei\Wave/004896.wav +004897 examples\biaobei\Wave/004897.wav +004898 examples\biaobei\Wave/004898.wav +004899 examples\biaobei\Wave/004899.wav +004900 examples\biaobei\Wave/004900.wav +004901 examples\biaobei\Wave/004901.wav +004902 examples\biaobei\Wave/004902.wav +004903 examples\biaobei\Wave/004903.wav +004904 examples\biaobei\Wave/004904.wav +004905 examples\biaobei\Wave/004905.wav +004906 examples\biaobei\Wave/004906.wav +004907 examples\biaobei\Wave/004907.wav +004908 examples\biaobei\Wave/004908.wav +004909 examples\biaobei\Wave/004909.wav +004910 examples\biaobei\Wave/004910.wav +004911 examples\biaobei\Wave/004911.wav +004912 examples\biaobei\Wave/004912.wav +004913 examples\biaobei\Wave/004913.wav +004914 examples\biaobei\Wave/004914.wav +004915 examples\biaobei\Wave/004915.wav +004916 examples\biaobei\Wave/004916.wav +004917 examples\biaobei\Wave/004917.wav +004918 examples\biaobei\Wave/004918.wav +004919 examples\biaobei\Wave/004919.wav +004920 examples\biaobei\Wave/004920.wav +004921 examples\biaobei\Wave/004921.wav +004922 examples\biaobei\Wave/004922.wav +004923 examples\biaobei\Wave/004923.wav +004924 examples\biaobei\Wave/004924.wav +004925 examples\biaobei\Wave/004925.wav +004926 examples\biaobei\Wave/004926.wav +004927 examples\biaobei\Wave/004927.wav +004928 examples\biaobei\Wave/004928.wav +004929 examples\biaobei\Wave/004929.wav +004930 examples\biaobei\Wave/004930.wav +004931 examples\biaobei\Wave/004931.wav +004932 examples\biaobei\Wave/004932.wav +004933 examples\biaobei\Wave/004933.wav +004934 examples\biaobei\Wave/004934.wav +004935 examples\biaobei\Wave/004935.wav +004936 examples\biaobei\Wave/004936.wav +004937 examples\biaobei\Wave/004937.wav +004938 examples\biaobei\Wave/004938.wav +004939 examples\biaobei\Wave/004939.wav +004940 examples\biaobei\Wave/004940.wav +004941 examples\biaobei\Wave/004941.wav +004942 examples\biaobei\Wave/004942.wav +004943 examples\biaobei\Wave/004943.wav +004944 examples\biaobei\Wave/004944.wav +004945 examples\biaobei\Wave/004945.wav +004946 examples\biaobei\Wave/004946.wav +004947 examples\biaobei\Wave/004947.wav +004948 examples\biaobei\Wave/004948.wav +004949 examples\biaobei\Wave/004949.wav +004950 examples\biaobei\Wave/004950.wav +004951 examples\biaobei\Wave/004951.wav +004952 examples\biaobei\Wave/004952.wav +004953 examples\biaobei\Wave/004953.wav +004954 examples\biaobei\Wave/004954.wav +004955 examples\biaobei\Wave/004955.wav +004956 examples\biaobei\Wave/004956.wav +004957 examples\biaobei\Wave/004957.wav +004958 examples\biaobei\Wave/004958.wav +004959 examples\biaobei\Wave/004959.wav +004960 examples\biaobei\Wave/004960.wav +004961 examples\biaobei\Wave/004961.wav +004962 examples\biaobei\Wave/004962.wav +004963 examples\biaobei\Wave/004963.wav +004964 examples\biaobei\Wave/004964.wav +004965 examples\biaobei\Wave/004965.wav +004966 examples\biaobei\Wave/004966.wav +004967 examples\biaobei\Wave/004967.wav +004968 examples\biaobei\Wave/004968.wav +004969 examples\biaobei\Wave/004969.wav +004970 examples\biaobei\Wave/004970.wav +004971 examples\biaobei\Wave/004971.wav +004972 examples\biaobei\Wave/004972.wav +004973 examples\biaobei\Wave/004973.wav +004974 examples\biaobei\Wave/004974.wav +004975 examples\biaobei\Wave/004975.wav +004976 examples\biaobei\Wave/004976.wav +004977 examples\biaobei\Wave/004977.wav +004978 examples\biaobei\Wave/004978.wav +004979 examples\biaobei\Wave/004979.wav +004980 examples\biaobei\Wave/004980.wav +004981 examples\biaobei\Wave/004981.wav +004982 examples\biaobei\Wave/004982.wav +004983 examples\biaobei\Wave/004983.wav +004984 examples\biaobei\Wave/004984.wav +004985 examples\biaobei\Wave/004985.wav +004986 examples\biaobei\Wave/004986.wav +004987 examples\biaobei\Wave/004987.wav +004988 examples\biaobei\Wave/004988.wav +004989 examples\biaobei\Wave/004989.wav +004990 examples\biaobei\Wave/004990.wav +004991 examples\biaobei\Wave/004991.wav +004992 examples\biaobei\Wave/004992.wav +004993 examples\biaobei\Wave/004993.wav +004994 examples\biaobei\Wave/004994.wav +004995 examples\biaobei\Wave/004995.wav +004996 examples\biaobei\Wave/004996.wav +004997 examples\biaobei\Wave/004997.wav +004998 examples\biaobei\Wave/004998.wav +004999 examples\biaobei\Wave/004999.wav +005000 examples\biaobei\Wave/005000.wav +005001 examples\biaobei\Wave/005001.wav +005002 examples\biaobei\Wave/005002.wav +005003 examples\biaobei\Wave/005003.wav +005004 examples\biaobei\Wave/005004.wav +005005 examples\biaobei\Wave/005005.wav +005006 examples\biaobei\Wave/005006.wav +005007 examples\biaobei\Wave/005007.wav +005008 examples\biaobei\Wave/005008.wav +005009 examples\biaobei\Wave/005009.wav +005010 examples\biaobei\Wave/005010.wav +005011 examples\biaobei\Wave/005011.wav +005012 examples\biaobei\Wave/005012.wav +005013 examples\biaobei\Wave/005013.wav +005014 examples\biaobei\Wave/005014.wav +005015 examples\biaobei\Wave/005015.wav +005016 examples\biaobei\Wave/005016.wav +005017 examples\biaobei\Wave/005017.wav +005018 examples\biaobei\Wave/005018.wav +005019 examples\biaobei\Wave/005019.wav +005020 examples\biaobei\Wave/005020.wav +005021 examples\biaobei\Wave/005021.wav +005022 examples\biaobei\Wave/005022.wav +005023 examples\biaobei\Wave/005023.wav +005024 examples\biaobei\Wave/005024.wav +005025 examples\biaobei\Wave/005025.wav +005026 examples\biaobei\Wave/005026.wav +005027 examples\biaobei\Wave/005027.wav +005028 examples\biaobei\Wave/005028.wav +005029 examples\biaobei\Wave/005029.wav +005030 examples\biaobei\Wave/005030.wav +005031 examples\biaobei\Wave/005031.wav +005032 examples\biaobei\Wave/005032.wav +005033 examples\biaobei\Wave/005033.wav +005034 examples\biaobei\Wave/005034.wav +005035 examples\biaobei\Wave/005035.wav +005036 examples\biaobei\Wave/005036.wav +005037 examples\biaobei\Wave/005037.wav +005038 examples\biaobei\Wave/005038.wav +005039 examples\biaobei\Wave/005039.wav +005040 examples\biaobei\Wave/005040.wav +005041 examples\biaobei\Wave/005041.wav +005042 examples\biaobei\Wave/005042.wav +005043 examples\biaobei\Wave/005043.wav +005044 examples\biaobei\Wave/005044.wav +005045 examples\biaobei\Wave/005045.wav +005046 examples\biaobei\Wave/005046.wav +005047 examples\biaobei\Wave/005047.wav +005048 examples\biaobei\Wave/005048.wav +005049 examples\biaobei\Wave/005049.wav +005050 examples\biaobei\Wave/005050.wav +005051 examples\biaobei\Wave/005051.wav +005052 examples\biaobei\Wave/005052.wav +005053 examples\biaobei\Wave/005053.wav +005054 examples\biaobei\Wave/005054.wav +005055 examples\biaobei\Wave/005055.wav +005056 examples\biaobei\Wave/005056.wav +005057 examples\biaobei\Wave/005057.wav +005058 examples\biaobei\Wave/005058.wav +005059 examples\biaobei\Wave/005059.wav +005060 examples\biaobei\Wave/005060.wav +005061 examples\biaobei\Wave/005061.wav +005062 examples\biaobei\Wave/005062.wav +005063 examples\biaobei\Wave/005063.wav +005064 examples\biaobei\Wave/005064.wav +005065 examples\biaobei\Wave/005065.wav +005066 examples\biaobei\Wave/005066.wav +005067 examples\biaobei\Wave/005067.wav +005068 examples\biaobei\Wave/005068.wav +005069 examples\biaobei\Wave/005069.wav +005070 examples\biaobei\Wave/005070.wav +005071 examples\biaobei\Wave/005071.wav +005072 examples\biaobei\Wave/005072.wav +005073 examples\biaobei\Wave/005073.wav +005074 examples\biaobei\Wave/005074.wav +005075 examples\biaobei\Wave/005075.wav +005076 examples\biaobei\Wave/005076.wav +005077 examples\biaobei\Wave/005077.wav +005078 examples\biaobei\Wave/005078.wav +005079 examples\biaobei\Wave/005079.wav +005080 examples\biaobei\Wave/005080.wav +005081 examples\biaobei\Wave/005081.wav +005082 examples\biaobei\Wave/005082.wav +005083 examples\biaobei\Wave/005083.wav +005084 examples\biaobei\Wave/005084.wav +005085 examples\biaobei\Wave/005085.wav +005086 examples\biaobei\Wave/005086.wav +005087 examples\biaobei\Wave/005087.wav +005088 examples\biaobei\Wave/005088.wav +005089 examples\biaobei\Wave/005089.wav +005090 examples\biaobei\Wave/005090.wav +005091 examples\biaobei\Wave/005091.wav +005092 examples\biaobei\Wave/005092.wav +005093 examples\biaobei\Wave/005093.wav +005094 examples\biaobei\Wave/005094.wav +005095 examples\biaobei\Wave/005095.wav +005096 examples\biaobei\Wave/005096.wav +005097 examples\biaobei\Wave/005097.wav +005098 examples\biaobei\Wave/005098.wav +005099 examples\biaobei\Wave/005099.wav +005100 examples\biaobei\Wave/005100.wav +005101 examples\biaobei\Wave/005101.wav +005102 examples\biaobei\Wave/005102.wav +005103 examples\biaobei\Wave/005103.wav +005104 examples\biaobei\Wave/005104.wav +005105 examples\biaobei\Wave/005105.wav +005106 examples\biaobei\Wave/005106.wav +005107 examples\biaobei\Wave/005107.wav +005108 examples\biaobei\Wave/005108.wav +005109 examples\biaobei\Wave/005109.wav +005110 examples\biaobei\Wave/005110.wav +005111 examples\biaobei\Wave/005111.wav +005112 examples\biaobei\Wave/005112.wav +005113 examples\biaobei\Wave/005113.wav +005114 examples\biaobei\Wave/005114.wav +005115 examples\biaobei\Wave/005115.wav +005116 examples\biaobei\Wave/005116.wav +005117 examples\biaobei\Wave/005117.wav +005118 examples\biaobei\Wave/005118.wav +005119 examples\biaobei\Wave/005119.wav +005120 examples\biaobei\Wave/005120.wav +005121 examples\biaobei\Wave/005121.wav +005122 examples\biaobei\Wave/005122.wav +005123 examples\biaobei\Wave/005123.wav +005124 examples\biaobei\Wave/005124.wav +005125 examples\biaobei\Wave/005125.wav +005126 examples\biaobei\Wave/005126.wav +005127 examples\biaobei\Wave/005127.wav +005128 examples\biaobei\Wave/005128.wav +005129 examples\biaobei\Wave/005129.wav +005130 examples\biaobei\Wave/005130.wav +005131 examples\biaobei\Wave/005131.wav +005132 examples\biaobei\Wave/005132.wav +005133 examples\biaobei\Wave/005133.wav +005134 examples\biaobei\Wave/005134.wav +005135 examples\biaobei\Wave/005135.wav +005136 examples\biaobei\Wave/005136.wav +005137 examples\biaobei\Wave/005137.wav +005138 examples\biaobei\Wave/005138.wav +005139 examples\biaobei\Wave/005139.wav +005140 examples\biaobei\Wave/005140.wav +005141 examples\biaobei\Wave/005141.wav +005142 examples\biaobei\Wave/005142.wav +005143 examples\biaobei\Wave/005143.wav +005144 examples\biaobei\Wave/005144.wav +005145 examples\biaobei\Wave/005145.wav +005146 examples\biaobei\Wave/005146.wav +005147 examples\biaobei\Wave/005147.wav +005148 examples\biaobei\Wave/005148.wav +005149 examples\biaobei\Wave/005149.wav +005150 examples\biaobei\Wave/005150.wav +005151 examples\biaobei\Wave/005151.wav +005152 examples\biaobei\Wave/005152.wav +005153 examples\biaobei\Wave/005153.wav +005154 examples\biaobei\Wave/005154.wav +005155 examples\biaobei\Wave/005155.wav +005156 examples\biaobei\Wave/005156.wav +005157 examples\biaobei\Wave/005157.wav +005158 examples\biaobei\Wave/005158.wav +005159 examples\biaobei\Wave/005159.wav +005160 examples\biaobei\Wave/005160.wav +005161 examples\biaobei\Wave/005161.wav +005162 examples\biaobei\Wave/005162.wav +005163 examples\biaobei\Wave/005163.wav +005164 examples\biaobei\Wave/005164.wav +005165 examples\biaobei\Wave/005165.wav +005166 examples\biaobei\Wave/005166.wav +005167 examples\biaobei\Wave/005167.wav +005168 examples\biaobei\Wave/005168.wav +005169 examples\biaobei\Wave/005169.wav +005170 examples\biaobei\Wave/005170.wav +005171 examples\biaobei\Wave/005171.wav +005172 examples\biaobei\Wave/005172.wav +005173 examples\biaobei\Wave/005173.wav +005174 examples\biaobei\Wave/005174.wav +005175 examples\biaobei\Wave/005175.wav +005176 examples\biaobei\Wave/005176.wav +005177 examples\biaobei\Wave/005177.wav +005178 examples\biaobei\Wave/005178.wav +005179 examples\biaobei\Wave/005179.wav +005180 examples\biaobei\Wave/005180.wav +005181 examples\biaobei\Wave/005181.wav +005182 examples\biaobei\Wave/005182.wav +005183 examples\biaobei\Wave/005183.wav +005184 examples\biaobei\Wave/005184.wav +005185 examples\biaobei\Wave/005185.wav +005186 examples\biaobei\Wave/005186.wav +005187 examples\biaobei\Wave/005187.wav +005188 examples\biaobei\Wave/005188.wav +005189 examples\biaobei\Wave/005189.wav +005190 examples\biaobei\Wave/005190.wav +005191 examples\biaobei\Wave/005191.wav +005192 examples\biaobei\Wave/005192.wav +005193 examples\biaobei\Wave/005193.wav +005194 examples\biaobei\Wave/005194.wav +005195 examples\biaobei\Wave/005195.wav +005196 examples\biaobei\Wave/005196.wav +005197 examples\biaobei\Wave/005197.wav +005198 examples\biaobei\Wave/005198.wav +005199 examples\biaobei\Wave/005199.wav +005200 examples\biaobei\Wave/005200.wav +005201 examples\biaobei\Wave/005201.wav +005202 examples\biaobei\Wave/005202.wav +005203 examples\biaobei\Wave/005203.wav +005204 examples\biaobei\Wave/005204.wav +005205 examples\biaobei\Wave/005205.wav +005206 examples\biaobei\Wave/005206.wav +005207 examples\biaobei\Wave/005207.wav +005208 examples\biaobei\Wave/005208.wav +005209 examples\biaobei\Wave/005209.wav +005210 examples\biaobei\Wave/005210.wav +005211 examples\biaobei\Wave/005211.wav +005212 examples\biaobei\Wave/005212.wav +005213 examples\biaobei\Wave/005213.wav +005214 examples\biaobei\Wave/005214.wav +005215 examples\biaobei\Wave/005215.wav +005216 examples\biaobei\Wave/005216.wav +005217 examples\biaobei\Wave/005217.wav +005218 examples\biaobei\Wave/005218.wav +005219 examples\biaobei\Wave/005219.wav +005220 examples\biaobei\Wave/005220.wav +005221 examples\biaobei\Wave/005221.wav +005222 examples\biaobei\Wave/005222.wav +005223 examples\biaobei\Wave/005223.wav +005224 examples\biaobei\Wave/005224.wav +005225 examples\biaobei\Wave/005225.wav +005226 examples\biaobei\Wave/005226.wav +005227 examples\biaobei\Wave/005227.wav +005228 examples\biaobei\Wave/005228.wav +005229 examples\biaobei\Wave/005229.wav +005230 examples\biaobei\Wave/005230.wav +005231 examples\biaobei\Wave/005231.wav +005232 examples\biaobei\Wave/005232.wav +005233 examples\biaobei\Wave/005233.wav +005234 examples\biaobei\Wave/005234.wav +005235 examples\biaobei\Wave/005235.wav +005236 examples\biaobei\Wave/005236.wav +005237 examples\biaobei\Wave/005237.wav +005238 examples\biaobei\Wave/005238.wav +005239 examples\biaobei\Wave/005239.wav +005240 examples\biaobei\Wave/005240.wav +005241 examples\biaobei\Wave/005241.wav +005242 examples\biaobei\Wave/005242.wav +005243 examples\biaobei\Wave/005243.wav +005244 examples\biaobei\Wave/005244.wav +005245 examples\biaobei\Wave/005245.wav +005246 examples\biaobei\Wave/005246.wav +005247 examples\biaobei\Wave/005247.wav +005248 examples\biaobei\Wave/005248.wav +005249 examples\biaobei\Wave/005249.wav +005250 examples\biaobei\Wave/005250.wav +005251 examples\biaobei\Wave/005251.wav +005252 examples\biaobei\Wave/005252.wav +005253 examples\biaobei\Wave/005253.wav +005254 examples\biaobei\Wave/005254.wav +005255 examples\biaobei\Wave/005255.wav +005256 examples\biaobei\Wave/005256.wav +005257 examples\biaobei\Wave/005257.wav +005258 examples\biaobei\Wave/005258.wav +005259 examples\biaobei\Wave/005259.wav +005260 examples\biaobei\Wave/005260.wav +005261 examples\biaobei\Wave/005261.wav +005262 examples\biaobei\Wave/005262.wav +005263 examples\biaobei\Wave/005263.wav +005264 examples\biaobei\Wave/005264.wav +005265 examples\biaobei\Wave/005265.wav +005266 examples\biaobei\Wave/005266.wav +005267 examples\biaobei\Wave/005267.wav +005268 examples\biaobei\Wave/005268.wav +005269 examples\biaobei\Wave/005269.wav +005270 examples\biaobei\Wave/005270.wav +005271 examples\biaobei\Wave/005271.wav +005272 examples\biaobei\Wave/005272.wav +005273 examples\biaobei\Wave/005273.wav +005274 examples\biaobei\Wave/005274.wav +005275 examples\biaobei\Wave/005275.wav +005276 examples\biaobei\Wave/005276.wav +005277 examples\biaobei\Wave/005277.wav +005278 examples\biaobei\Wave/005278.wav +005279 examples\biaobei\Wave/005279.wav +005280 examples\biaobei\Wave/005280.wav +005281 examples\biaobei\Wave/005281.wav +005282 examples\biaobei\Wave/005282.wav +005283 examples\biaobei\Wave/005283.wav +005284 examples\biaobei\Wave/005284.wav +005285 examples\biaobei\Wave/005285.wav +005286 examples\biaobei\Wave/005286.wav +005287 examples\biaobei\Wave/005287.wav +005288 examples\biaobei\Wave/005288.wav +005289 examples\biaobei\Wave/005289.wav +005290 examples\biaobei\Wave/005290.wav +005291 examples\biaobei\Wave/005291.wav +005292 examples\biaobei\Wave/005292.wav +005293 examples\biaobei\Wave/005293.wav +005294 examples\biaobei\Wave/005294.wav +005295 examples\biaobei\Wave/005295.wav +005296 examples\biaobei\Wave/005296.wav +005297 examples\biaobei\Wave/005297.wav +005298 examples\biaobei\Wave/005298.wav +005299 examples\biaobei\Wave/005299.wav +005300 examples\biaobei\Wave/005300.wav +005301 examples\biaobei\Wave/005301.wav +005302 examples\biaobei\Wave/005302.wav +005303 examples\biaobei\Wave/005303.wav +005304 examples\biaobei\Wave/005304.wav +005305 examples\biaobei\Wave/005305.wav +005306 examples\biaobei\Wave/005306.wav +005307 examples\biaobei\Wave/005307.wav +005308 examples\biaobei\Wave/005308.wav +005309 examples\biaobei\Wave/005309.wav +005310 examples\biaobei\Wave/005310.wav +005311 examples\biaobei\Wave/005311.wav +005312 examples\biaobei\Wave/005312.wav +005313 examples\biaobei\Wave/005313.wav +005314 examples\biaobei\Wave/005314.wav +005315 examples\biaobei\Wave/005315.wav +005316 examples\biaobei\Wave/005316.wav +005317 examples\biaobei\Wave/005317.wav +005318 examples\biaobei\Wave/005318.wav +005319 examples\biaobei\Wave/005319.wav +005320 examples\biaobei\Wave/005320.wav +005321 examples\biaobei\Wave/005321.wav +005322 examples\biaobei\Wave/005322.wav +005323 examples\biaobei\Wave/005323.wav +005324 examples\biaobei\Wave/005324.wav +005325 examples\biaobei\Wave/005325.wav +005326 examples\biaobei\Wave/005326.wav +005327 examples\biaobei\Wave/005327.wav +005328 examples\biaobei\Wave/005328.wav +005329 examples\biaobei\Wave/005329.wav +005330 examples\biaobei\Wave/005330.wav +005331 examples\biaobei\Wave/005331.wav +005332 examples\biaobei\Wave/005332.wav +005333 examples\biaobei\Wave/005333.wav +005334 examples\biaobei\Wave/005334.wav +005335 examples\biaobei\Wave/005335.wav +005336 examples\biaobei\Wave/005336.wav +005337 examples\biaobei\Wave/005337.wav +005338 examples\biaobei\Wave/005338.wav +005339 examples\biaobei\Wave/005339.wav +005340 examples\biaobei\Wave/005340.wav +005341 examples\biaobei\Wave/005341.wav +005342 examples\biaobei\Wave/005342.wav +005343 examples\biaobei\Wave/005343.wav +005344 examples\biaobei\Wave/005344.wav +005345 examples\biaobei\Wave/005345.wav +005346 examples\biaobei\Wave/005346.wav +005347 examples\biaobei\Wave/005347.wav +005348 examples\biaobei\Wave/005348.wav +005349 examples\biaobei\Wave/005349.wav +005350 examples\biaobei\Wave/005350.wav +005351 examples\biaobei\Wave/005351.wav +005352 examples\biaobei\Wave/005352.wav +005353 examples\biaobei\Wave/005353.wav +005354 examples\biaobei\Wave/005354.wav +005355 examples\biaobei\Wave/005355.wav +005356 examples\biaobei\Wave/005356.wav +005357 examples\biaobei\Wave/005357.wav +005358 examples\biaobei\Wave/005358.wav +005359 examples\biaobei\Wave/005359.wav +005360 examples\biaobei\Wave/005360.wav +005361 examples\biaobei\Wave/005361.wav +005362 examples\biaobei\Wave/005362.wav +005363 examples\biaobei\Wave/005363.wav +005364 examples\biaobei\Wave/005364.wav +005365 examples\biaobei\Wave/005365.wav +005366 examples\biaobei\Wave/005366.wav +005367 examples\biaobei\Wave/005367.wav +005368 examples\biaobei\Wave/005368.wav +005369 examples\biaobei\Wave/005369.wav +005370 examples\biaobei\Wave/005370.wav +005371 examples\biaobei\Wave/005371.wav +005372 examples\biaobei\Wave/005372.wav +005373 examples\biaobei\Wave/005373.wav +005374 examples\biaobei\Wave/005374.wav +005375 examples\biaobei\Wave/005375.wav +005376 examples\biaobei\Wave/005376.wav +005377 examples\biaobei\Wave/005377.wav +005378 examples\biaobei\Wave/005378.wav +005379 examples\biaobei\Wave/005379.wav +005380 examples\biaobei\Wave/005380.wav +005381 examples\biaobei\Wave/005381.wav +005382 examples\biaobei\Wave/005382.wav +005383 examples\biaobei\Wave/005383.wav +005384 examples\biaobei\Wave/005384.wav +005385 examples\biaobei\Wave/005385.wav +005386 examples\biaobei\Wave/005386.wav +005387 examples\biaobei\Wave/005387.wav +005388 examples\biaobei\Wave/005388.wav +005389 examples\biaobei\Wave/005389.wav +005390 examples\biaobei\Wave/005390.wav +005391 examples\biaobei\Wave/005391.wav +005392 examples\biaobei\Wave/005392.wav +005393 examples\biaobei\Wave/005393.wav +005394 examples\biaobei\Wave/005394.wav +005395 examples\biaobei\Wave/005395.wav +005396 examples\biaobei\Wave/005396.wav +005397 examples\biaobei\Wave/005397.wav +005398 examples\biaobei\Wave/005398.wav +005399 examples\biaobei\Wave/005399.wav +005400 examples\biaobei\Wave/005400.wav +005401 examples\biaobei\Wave/005401.wav +005402 examples\biaobei\Wave/005402.wav +005403 examples\biaobei\Wave/005403.wav +005404 examples\biaobei\Wave/005404.wav +005405 examples\biaobei\Wave/005405.wav +005406 examples\biaobei\Wave/005406.wav +005407 examples\biaobei\Wave/005407.wav +005408 examples\biaobei\Wave/005408.wav +005409 examples\biaobei\Wave/005409.wav +005410 examples\biaobei\Wave/005410.wav +005411 examples\biaobei\Wave/005411.wav +005412 examples\biaobei\Wave/005412.wav +005413 examples\biaobei\Wave/005413.wav +005414 examples\biaobei\Wave/005414.wav +005415 examples\biaobei\Wave/005415.wav +005416 examples\biaobei\Wave/005416.wav +005417 examples\biaobei\Wave/005417.wav +005418 examples\biaobei\Wave/005418.wav +005419 examples\biaobei\Wave/005419.wav +005420 examples\biaobei\Wave/005420.wav +005421 examples\biaobei\Wave/005421.wav +005422 examples\biaobei\Wave/005422.wav +005423 examples\biaobei\Wave/005423.wav +005424 examples\biaobei\Wave/005424.wav +005425 examples\biaobei\Wave/005425.wav +005426 examples\biaobei\Wave/005426.wav +005427 examples\biaobei\Wave/005427.wav +005428 examples\biaobei\Wave/005428.wav +005429 examples\biaobei\Wave/005429.wav +005430 examples\biaobei\Wave/005430.wav +005431 examples\biaobei\Wave/005431.wav +005432 examples\biaobei\Wave/005432.wav +005433 examples\biaobei\Wave/005433.wav +005434 examples\biaobei\Wave/005434.wav +005435 examples\biaobei\Wave/005435.wav +005436 examples\biaobei\Wave/005436.wav +005437 examples\biaobei\Wave/005437.wav +005438 examples\biaobei\Wave/005438.wav +005439 examples\biaobei\Wave/005439.wav +005440 examples\biaobei\Wave/005440.wav +005441 examples\biaobei\Wave/005441.wav +005442 examples\biaobei\Wave/005442.wav +005443 examples\biaobei\Wave/005443.wav +005444 examples\biaobei\Wave/005444.wav +005445 examples\biaobei\Wave/005445.wav +005446 examples\biaobei\Wave/005446.wav +005447 examples\biaobei\Wave/005447.wav +005448 examples\biaobei\Wave/005448.wav +005449 examples\biaobei\Wave/005449.wav +005450 examples\biaobei\Wave/005450.wav +005451 examples\biaobei\Wave/005451.wav +005452 examples\biaobei\Wave/005452.wav +005453 examples\biaobei\Wave/005453.wav +005454 examples\biaobei\Wave/005454.wav +005455 examples\biaobei\Wave/005455.wav +005456 examples\biaobei\Wave/005456.wav +005457 examples\biaobei\Wave/005457.wav +005458 examples\biaobei\Wave/005458.wav +005459 examples\biaobei\Wave/005459.wav +005460 examples\biaobei\Wave/005460.wav +005461 examples\biaobei\Wave/005461.wav +005462 examples\biaobei\Wave/005462.wav +005463 examples\biaobei\Wave/005463.wav +005464 examples\biaobei\Wave/005464.wav +005465 examples\biaobei\Wave/005465.wav +005466 examples\biaobei\Wave/005466.wav +005467 examples\biaobei\Wave/005467.wav +005468 examples\biaobei\Wave/005468.wav +005469 examples\biaobei\Wave/005469.wav +005470 examples\biaobei\Wave/005470.wav +005471 examples\biaobei\Wave/005471.wav +005472 examples\biaobei\Wave/005472.wav +005473 examples\biaobei\Wave/005473.wav +005474 examples\biaobei\Wave/005474.wav +005475 examples\biaobei\Wave/005475.wav +005476 examples\biaobei\Wave/005476.wav +005477 examples\biaobei\Wave/005477.wav +005478 examples\biaobei\Wave/005478.wav +005479 examples\biaobei\Wave/005479.wav +005480 examples\biaobei\Wave/005480.wav +005481 examples\biaobei\Wave/005481.wav +005482 examples\biaobei\Wave/005482.wav +005483 examples\biaobei\Wave/005483.wav +005484 examples\biaobei\Wave/005484.wav +005485 examples\biaobei\Wave/005485.wav +005486 examples\biaobei\Wave/005486.wav +005487 examples\biaobei\Wave/005487.wav +005488 examples\biaobei\Wave/005488.wav +005489 examples\biaobei\Wave/005489.wav +005490 examples\biaobei\Wave/005490.wav +005491 examples\biaobei\Wave/005491.wav +005492 examples\biaobei\Wave/005492.wav +005493 examples\biaobei\Wave/005493.wav +005494 examples\biaobei\Wave/005494.wav +005495 examples\biaobei\Wave/005495.wav +005496 examples\biaobei\Wave/005496.wav +005497 examples\biaobei\Wave/005497.wav +005498 examples\biaobei\Wave/005498.wav +005499 examples\biaobei\Wave/005499.wav +005500 examples\biaobei\Wave/005500.wav +005501 examples\biaobei\Wave/005501.wav +005502 examples\biaobei\Wave/005502.wav +005503 examples\biaobei\Wave/005503.wav +005504 examples\biaobei\Wave/005504.wav +005505 examples\biaobei\Wave/005505.wav +005506 examples\biaobei\Wave/005506.wav +005507 examples\biaobei\Wave/005507.wav +005508 examples\biaobei\Wave/005508.wav +005509 examples\biaobei\Wave/005509.wav +005510 examples\biaobei\Wave/005510.wav +005511 examples\biaobei\Wave/005511.wav +005512 examples\biaobei\Wave/005512.wav +005513 examples\biaobei\Wave/005513.wav +005514 examples\biaobei\Wave/005514.wav +005515 examples\biaobei\Wave/005515.wav +005516 examples\biaobei\Wave/005516.wav +005517 examples\biaobei\Wave/005517.wav +005518 examples\biaobei\Wave/005518.wav +005519 examples\biaobei\Wave/005519.wav +005520 examples\biaobei\Wave/005520.wav +005521 examples\biaobei\Wave/005521.wav +005522 examples\biaobei\Wave/005522.wav +005523 examples\biaobei\Wave/005523.wav +005524 examples\biaobei\Wave/005524.wav +005525 examples\biaobei\Wave/005525.wav +005526 examples\biaobei\Wave/005526.wav +005527 examples\biaobei\Wave/005527.wav +005528 examples\biaobei\Wave/005528.wav +005529 examples\biaobei\Wave/005529.wav +005530 examples\biaobei\Wave/005530.wav +005531 examples\biaobei\Wave/005531.wav +005532 examples\biaobei\Wave/005532.wav +005533 examples\biaobei\Wave/005533.wav +005534 examples\biaobei\Wave/005534.wav +005535 examples\biaobei\Wave/005535.wav +005536 examples\biaobei\Wave/005536.wav +005537 examples\biaobei\Wave/005537.wav +005538 examples\biaobei\Wave/005538.wav +005539 examples\biaobei\Wave/005539.wav +005540 examples\biaobei\Wave/005540.wav +005541 examples\biaobei\Wave/005541.wav +005542 examples\biaobei\Wave/005542.wav +005543 examples\biaobei\Wave/005543.wav +005544 examples\biaobei\Wave/005544.wav +005545 examples\biaobei\Wave/005545.wav +005546 examples\biaobei\Wave/005546.wav +005547 examples\biaobei\Wave/005547.wav +005548 examples\biaobei\Wave/005548.wav +005549 examples\biaobei\Wave/005549.wav +005550 examples\biaobei\Wave/005550.wav +005551 examples\biaobei\Wave/005551.wav +005552 examples\biaobei\Wave/005552.wav +005553 examples\biaobei\Wave/005553.wav +005554 examples\biaobei\Wave/005554.wav +005555 examples\biaobei\Wave/005555.wav +005556 examples\biaobei\Wave/005556.wav +005557 examples\biaobei\Wave/005557.wav +005558 examples\biaobei\Wave/005558.wav +005559 examples\biaobei\Wave/005559.wav +005560 examples\biaobei\Wave/005560.wav +005561 examples\biaobei\Wave/005561.wav +005562 examples\biaobei\Wave/005562.wav +005563 examples\biaobei\Wave/005563.wav +005564 examples\biaobei\Wave/005564.wav +005565 examples\biaobei\Wave/005565.wav +005566 examples\biaobei\Wave/005566.wav +005567 examples\biaobei\Wave/005567.wav +005568 examples\biaobei\Wave/005568.wav +005569 examples\biaobei\Wave/005569.wav +005570 examples\biaobei\Wave/005570.wav +005571 examples\biaobei\Wave/005571.wav +005572 examples\biaobei\Wave/005572.wav +005573 examples\biaobei\Wave/005573.wav +005574 examples\biaobei\Wave/005574.wav +005575 examples\biaobei\Wave/005575.wav +005576 examples\biaobei\Wave/005576.wav +005577 examples\biaobei\Wave/005577.wav +005578 examples\biaobei\Wave/005578.wav +005579 examples\biaobei\Wave/005579.wav +005580 examples\biaobei\Wave/005580.wav +005581 examples\biaobei\Wave/005581.wav +005582 examples\biaobei\Wave/005582.wav +005583 examples\biaobei\Wave/005583.wav +005584 examples\biaobei\Wave/005584.wav +005585 examples\biaobei\Wave/005585.wav +005586 examples\biaobei\Wave/005586.wav +005587 examples\biaobei\Wave/005587.wav +005588 examples\biaobei\Wave/005588.wav +005589 examples\biaobei\Wave/005589.wav +005590 examples\biaobei\Wave/005590.wav +005591 examples\biaobei\Wave/005591.wav +005592 examples\biaobei\Wave/005592.wav +005593 examples\biaobei\Wave/005593.wav +005594 examples\biaobei\Wave/005594.wav +005595 examples\biaobei\Wave/005595.wav +005596 examples\biaobei\Wave/005596.wav +005597 examples\biaobei\Wave/005597.wav +005598 examples\biaobei\Wave/005598.wav +005599 examples\biaobei\Wave/005599.wav +005600 examples\biaobei\Wave/005600.wav +005601 examples\biaobei\Wave/005601.wav +005602 examples\biaobei\Wave/005602.wav +005603 examples\biaobei\Wave/005603.wav +005604 examples\biaobei\Wave/005604.wav +005605 examples\biaobei\Wave/005605.wav +005606 examples\biaobei\Wave/005606.wav +005607 examples\biaobei\Wave/005607.wav +005608 examples\biaobei\Wave/005608.wav +005609 examples\biaobei\Wave/005609.wav +005610 examples\biaobei\Wave/005610.wav +005611 examples\biaobei\Wave/005611.wav +005612 examples\biaobei\Wave/005612.wav +005613 examples\biaobei\Wave/005613.wav +005614 examples\biaobei\Wave/005614.wav +005615 examples\biaobei\Wave/005615.wav +005616 examples\biaobei\Wave/005616.wav +005617 examples\biaobei\Wave/005617.wav +005618 examples\biaobei\Wave/005618.wav +005619 examples\biaobei\Wave/005619.wav +005620 examples\biaobei\Wave/005620.wav +005621 examples\biaobei\Wave/005621.wav +005622 examples\biaobei\Wave/005622.wav +005623 examples\biaobei\Wave/005623.wav +005624 examples\biaobei\Wave/005624.wav +005625 examples\biaobei\Wave/005625.wav +005626 examples\biaobei\Wave/005626.wav +005627 examples\biaobei\Wave/005627.wav +005628 examples\biaobei\Wave/005628.wav +005629 examples\biaobei\Wave/005629.wav +005630 examples\biaobei\Wave/005630.wav +005631 examples\biaobei\Wave/005631.wav +005632 examples\biaobei\Wave/005632.wav +005633 examples\biaobei\Wave/005633.wav +005634 examples\biaobei\Wave/005634.wav +005635 examples\biaobei\Wave/005635.wav +005636 examples\biaobei\Wave/005636.wav +005637 examples\biaobei\Wave/005637.wav +005638 examples\biaobei\Wave/005638.wav +005639 examples\biaobei\Wave/005639.wav +005640 examples\biaobei\Wave/005640.wav +005641 examples\biaobei\Wave/005641.wav +005642 examples\biaobei\Wave/005642.wav +005643 examples\biaobei\Wave/005643.wav +005644 examples\biaobei\Wave/005644.wav +005645 examples\biaobei\Wave/005645.wav +005646 examples\biaobei\Wave/005646.wav +005647 examples\biaobei\Wave/005647.wav +005648 examples\biaobei\Wave/005648.wav +005649 examples\biaobei\Wave/005649.wav +005650 examples\biaobei\Wave/005650.wav +005651 examples\biaobei\Wave/005651.wav +005652 examples\biaobei\Wave/005652.wav +005653 examples\biaobei\Wave/005653.wav +005654 examples\biaobei\Wave/005654.wav +005655 examples\biaobei\Wave/005655.wav +005656 examples\biaobei\Wave/005656.wav +005657 examples\biaobei\Wave/005657.wav +005658 examples\biaobei\Wave/005658.wav +005659 examples\biaobei\Wave/005659.wav +005660 examples\biaobei\Wave/005660.wav +005661 examples\biaobei\Wave/005661.wav +005662 examples\biaobei\Wave/005662.wav +005663 examples\biaobei\Wave/005663.wav +005664 examples\biaobei\Wave/005664.wav +005665 examples\biaobei\Wave/005665.wav +005666 examples\biaobei\Wave/005666.wav +005667 examples\biaobei\Wave/005667.wav +005668 examples\biaobei\Wave/005668.wav +005669 examples\biaobei\Wave/005669.wav +005670 examples\biaobei\Wave/005670.wav +005671 examples\biaobei\Wave/005671.wav +005672 examples\biaobei\Wave/005672.wav +005673 examples\biaobei\Wave/005673.wav +005674 examples\biaobei\Wave/005674.wav +005675 examples\biaobei\Wave/005675.wav +005676 examples\biaobei\Wave/005676.wav +005677 examples\biaobei\Wave/005677.wav +005678 examples\biaobei\Wave/005678.wav +005679 examples\biaobei\Wave/005679.wav +005680 examples\biaobei\Wave/005680.wav +005681 examples\biaobei\Wave/005681.wav +005682 examples\biaobei\Wave/005682.wav +005683 examples\biaobei\Wave/005683.wav +005684 examples\biaobei\Wave/005684.wav +005685 examples\biaobei\Wave/005685.wav +005686 examples\biaobei\Wave/005686.wav +005687 examples\biaobei\Wave/005687.wav +005688 examples\biaobei\Wave/005688.wav +005689 examples\biaobei\Wave/005689.wav +005690 examples\biaobei\Wave/005690.wav +005691 examples\biaobei\Wave/005691.wav +005692 examples\biaobei\Wave/005692.wav +005693 examples\biaobei\Wave/005693.wav +005694 examples\biaobei\Wave/005694.wav +005695 examples\biaobei\Wave/005695.wav +005696 examples\biaobei\Wave/005696.wav +005697 examples\biaobei\Wave/005697.wav +005698 examples\biaobei\Wave/005698.wav +005699 examples\biaobei\Wave/005699.wav +005700 examples\biaobei\Wave/005700.wav +005701 examples\biaobei\Wave/005701.wav +005702 examples\biaobei\Wave/005702.wav +005703 examples\biaobei\Wave/005703.wav +005704 examples\biaobei\Wave/005704.wav +005705 examples\biaobei\Wave/005705.wav +005706 examples\biaobei\Wave/005706.wav +005707 examples\biaobei\Wave/005707.wav +005708 examples\biaobei\Wave/005708.wav +005709 examples\biaobei\Wave/005709.wav +005710 examples\biaobei\Wave/005710.wav +005711 examples\biaobei\Wave/005711.wav +005712 examples\biaobei\Wave/005712.wav +005713 examples\biaobei\Wave/005713.wav +005714 examples\biaobei\Wave/005714.wav +005715 examples\biaobei\Wave/005715.wav +005716 examples\biaobei\Wave/005716.wav +005717 examples\biaobei\Wave/005717.wav +005718 examples\biaobei\Wave/005718.wav +005719 examples\biaobei\Wave/005719.wav +005720 examples\biaobei\Wave/005720.wav +005721 examples\biaobei\Wave/005721.wav +005722 examples\biaobei\Wave/005722.wav +005723 examples\biaobei\Wave/005723.wav +005724 examples\biaobei\Wave/005724.wav +005725 examples\biaobei\Wave/005725.wav +005726 examples\biaobei\Wave/005726.wav +005727 examples\biaobei\Wave/005727.wav +005728 examples\biaobei\Wave/005728.wav +005729 examples\biaobei\Wave/005729.wav +005730 examples\biaobei\Wave/005730.wav +005731 examples\biaobei\Wave/005731.wav +005732 examples\biaobei\Wave/005732.wav +005733 examples\biaobei\Wave/005733.wav +005734 examples\biaobei\Wave/005734.wav +005735 examples\biaobei\Wave/005735.wav +005736 examples\biaobei\Wave/005736.wav +005737 examples\biaobei\Wave/005737.wav +005738 examples\biaobei\Wave/005738.wav +005739 examples\biaobei\Wave/005739.wav +005740 examples\biaobei\Wave/005740.wav +005741 examples\biaobei\Wave/005741.wav +005742 examples\biaobei\Wave/005742.wav +005743 examples\biaobei\Wave/005743.wav +005744 examples\biaobei\Wave/005744.wav +005745 examples\biaobei\Wave/005745.wav +005746 examples\biaobei\Wave/005746.wav +005747 examples\biaobei\Wave/005747.wav +005748 examples\biaobei\Wave/005748.wav +005749 examples\biaobei\Wave/005749.wav +005750 examples\biaobei\Wave/005750.wav +005751 examples\biaobei\Wave/005751.wav +005752 examples\biaobei\Wave/005752.wav +005753 examples\biaobei\Wave/005753.wav +005754 examples\biaobei\Wave/005754.wav +005755 examples\biaobei\Wave/005755.wav +005756 examples\biaobei\Wave/005756.wav +005757 examples\biaobei\Wave/005757.wav +005758 examples\biaobei\Wave/005758.wav +005759 examples\biaobei\Wave/005759.wav +005760 examples\biaobei\Wave/005760.wav +005761 examples\biaobei\Wave/005761.wav +005762 examples\biaobei\Wave/005762.wav +005763 examples\biaobei\Wave/005763.wav +005764 examples\biaobei\Wave/005764.wav +005765 examples\biaobei\Wave/005765.wav +005766 examples\biaobei\Wave/005766.wav +005767 examples\biaobei\Wave/005767.wav +005768 examples\biaobei\Wave/005768.wav +005769 examples\biaobei\Wave/005769.wav +005770 examples\biaobei\Wave/005770.wav +005771 examples\biaobei\Wave/005771.wav +005772 examples\biaobei\Wave/005772.wav +005773 examples\biaobei\Wave/005773.wav +005774 examples\biaobei\Wave/005774.wav +005775 examples\biaobei\Wave/005775.wav +005776 examples\biaobei\Wave/005776.wav +005777 examples\biaobei\Wave/005777.wav +005778 examples\biaobei\Wave/005778.wav +005779 examples\biaobei\Wave/005779.wav +005780 examples\biaobei\Wave/005780.wav +005781 examples\biaobei\Wave/005781.wav +005782 examples\biaobei\Wave/005782.wav +005783 examples\biaobei\Wave/005783.wav +005784 examples\biaobei\Wave/005784.wav +005785 examples\biaobei\Wave/005785.wav +005786 examples\biaobei\Wave/005786.wav +005787 examples\biaobei\Wave/005787.wav +005788 examples\biaobei\Wave/005788.wav +005789 examples\biaobei\Wave/005789.wav +005790 examples\biaobei\Wave/005790.wav +005791 examples\biaobei\Wave/005791.wav +005792 examples\biaobei\Wave/005792.wav +005793 examples\biaobei\Wave/005793.wav +005794 examples\biaobei\Wave/005794.wav +005795 examples\biaobei\Wave/005795.wav +005796 examples\biaobei\Wave/005796.wav +005797 examples\biaobei\Wave/005797.wav +005798 examples\biaobei\Wave/005798.wav +005799 examples\biaobei\Wave/005799.wav +005800 examples\biaobei\Wave/005800.wav +005801 examples\biaobei\Wave/005801.wav +005802 examples\biaobei\Wave/005802.wav +005803 examples\biaobei\Wave/005803.wav +005804 examples\biaobei\Wave/005804.wav +005805 examples\biaobei\Wave/005805.wav +005806 examples\biaobei\Wave/005806.wav +005807 examples\biaobei\Wave/005807.wav +005808 examples\biaobei\Wave/005808.wav +005809 examples\biaobei\Wave/005809.wav +005810 examples\biaobei\Wave/005810.wav +005811 examples\biaobei\Wave/005811.wav +005812 examples\biaobei\Wave/005812.wav +005813 examples\biaobei\Wave/005813.wav +005814 examples\biaobei\Wave/005814.wav +005815 examples\biaobei\Wave/005815.wav +005816 examples\biaobei\Wave/005816.wav +005817 examples\biaobei\Wave/005817.wav +005818 examples\biaobei\Wave/005818.wav +005819 examples\biaobei\Wave/005819.wav +005820 examples\biaobei\Wave/005820.wav +005821 examples\biaobei\Wave/005821.wav +005822 examples\biaobei\Wave/005822.wav +005823 examples\biaobei\Wave/005823.wav +005824 examples\biaobei\Wave/005824.wav +005825 examples\biaobei\Wave/005825.wav +005826 examples\biaobei\Wave/005826.wav +005827 examples\biaobei\Wave/005827.wav +005828 examples\biaobei\Wave/005828.wav +005829 examples\biaobei\Wave/005829.wav +005830 examples\biaobei\Wave/005830.wav +005831 examples\biaobei\Wave/005831.wav +005832 examples\biaobei\Wave/005832.wav +005833 examples\biaobei\Wave/005833.wav +005834 examples\biaobei\Wave/005834.wav +005835 examples\biaobei\Wave/005835.wav +005836 examples\biaobei\Wave/005836.wav +005837 examples\biaobei\Wave/005837.wav +005838 examples\biaobei\Wave/005838.wav +005839 examples\biaobei\Wave/005839.wav +005840 examples\biaobei\Wave/005840.wav +005841 examples\biaobei\Wave/005841.wav +005842 examples\biaobei\Wave/005842.wav +005843 examples\biaobei\Wave/005843.wav +005844 examples\biaobei\Wave/005844.wav +005845 examples\biaobei\Wave/005845.wav +005846 examples\biaobei\Wave/005846.wav +005847 examples\biaobei\Wave/005847.wav +005848 examples\biaobei\Wave/005848.wav +005849 examples\biaobei\Wave/005849.wav +005850 examples\biaobei\Wave/005850.wav +005851 examples\biaobei\Wave/005851.wav +005852 examples\biaobei\Wave/005852.wav +005853 examples\biaobei\Wave/005853.wav +005854 examples\biaobei\Wave/005854.wav +005855 examples\biaobei\Wave/005855.wav +005856 examples\biaobei\Wave/005856.wav +005857 examples\biaobei\Wave/005857.wav +005858 examples\biaobei\Wave/005858.wav +005859 examples\biaobei\Wave/005859.wav +005860 examples\biaobei\Wave/005860.wav +005861 examples\biaobei\Wave/005861.wav +005862 examples\biaobei\Wave/005862.wav +005863 examples\biaobei\Wave/005863.wav +005864 examples\biaobei\Wave/005864.wav +005865 examples\biaobei\Wave/005865.wav +005866 examples\biaobei\Wave/005866.wav +005867 examples\biaobei\Wave/005867.wav +005868 examples\biaobei\Wave/005868.wav +005869 examples\biaobei\Wave/005869.wav +005870 examples\biaobei\Wave/005870.wav +005871 examples\biaobei\Wave/005871.wav +005872 examples\biaobei\Wave/005872.wav +005873 examples\biaobei\Wave/005873.wav +005874 examples\biaobei\Wave/005874.wav +005875 examples\biaobei\Wave/005875.wav +005876 examples\biaobei\Wave/005876.wav +005877 examples\biaobei\Wave/005877.wav +005878 examples\biaobei\Wave/005878.wav +005879 examples\biaobei\Wave/005879.wav +005880 examples\biaobei\Wave/005880.wav +005881 examples\biaobei\Wave/005881.wav +005882 examples\biaobei\Wave/005882.wav +005883 examples\biaobei\Wave/005883.wav +005884 examples\biaobei\Wave/005884.wav +005885 examples\biaobei\Wave/005885.wav +005886 examples\biaobei\Wave/005886.wav +005887 examples\biaobei\Wave/005887.wav +005888 examples\biaobei\Wave/005888.wav +005889 examples\biaobei\Wave/005889.wav +005890 examples\biaobei\Wave/005890.wav +005891 examples\biaobei\Wave/005891.wav +005892 examples\biaobei\Wave/005892.wav +005893 examples\biaobei\Wave/005893.wav +005894 examples\biaobei\Wave/005894.wav +005895 examples\biaobei\Wave/005895.wav +005896 examples\biaobei\Wave/005896.wav +005897 examples\biaobei\Wave/005897.wav +005898 examples\biaobei\Wave/005898.wav +005899 examples\biaobei\Wave/005899.wav +005900 examples\biaobei\Wave/005900.wav +005901 examples\biaobei\Wave/005901.wav +005902 examples\biaobei\Wave/005902.wav +005903 examples\biaobei\Wave/005903.wav +005904 examples\biaobei\Wave/005904.wav +005905 examples\biaobei\Wave/005905.wav +005906 examples\biaobei\Wave/005906.wav +005907 examples\biaobei\Wave/005907.wav +005908 examples\biaobei\Wave/005908.wav +005909 examples\biaobei\Wave/005909.wav +005910 examples\biaobei\Wave/005910.wav +005911 examples\biaobei\Wave/005911.wav +005912 examples\biaobei\Wave/005912.wav +005913 examples\biaobei\Wave/005913.wav +005914 examples\biaobei\Wave/005914.wav +005915 examples\biaobei\Wave/005915.wav +005916 examples\biaobei\Wave/005916.wav +005917 examples\biaobei\Wave/005917.wav +005918 examples\biaobei\Wave/005918.wav +005919 examples\biaobei\Wave/005919.wav +005920 examples\biaobei\Wave/005920.wav +005921 examples\biaobei\Wave/005921.wav +005922 examples\biaobei\Wave/005922.wav +005923 examples\biaobei\Wave/005923.wav +005924 examples\biaobei\Wave/005924.wav +005925 examples\biaobei\Wave/005925.wav +005926 examples\biaobei\Wave/005926.wav +005927 examples\biaobei\Wave/005927.wav +005928 examples\biaobei\Wave/005928.wav +005929 examples\biaobei\Wave/005929.wav +005930 examples\biaobei\Wave/005930.wav +005931 examples\biaobei\Wave/005931.wav +005932 examples\biaobei\Wave/005932.wav +005933 examples\biaobei\Wave/005933.wav +005934 examples\biaobei\Wave/005934.wav +005935 examples\biaobei\Wave/005935.wav +005936 examples\biaobei\Wave/005936.wav +005937 examples\biaobei\Wave/005937.wav +005938 examples\biaobei\Wave/005938.wav +005939 examples\biaobei\Wave/005939.wav +005940 examples\biaobei\Wave/005940.wav +005941 examples\biaobei\Wave/005941.wav +005942 examples\biaobei\Wave/005942.wav +005943 examples\biaobei\Wave/005943.wav +005944 examples\biaobei\Wave/005944.wav +005945 examples\biaobei\Wave/005945.wav +005946 examples\biaobei\Wave/005946.wav +005947 examples\biaobei\Wave/005947.wav +005948 examples\biaobei\Wave/005948.wav +005949 examples\biaobei\Wave/005949.wav +005950 examples\biaobei\Wave/005950.wav +005951 examples\biaobei\Wave/005951.wav +005952 examples\biaobei\Wave/005952.wav +005953 examples\biaobei\Wave/005953.wav +005954 examples\biaobei\Wave/005954.wav +005955 examples\biaobei\Wave/005955.wav +005956 examples\biaobei\Wave/005956.wav +005957 examples\biaobei\Wave/005957.wav +005958 examples\biaobei\Wave/005958.wav +005959 examples\biaobei\Wave/005959.wav +005960 examples\biaobei\Wave/005960.wav +005961 examples\biaobei\Wave/005961.wav +005962 examples\biaobei\Wave/005962.wav +005963 examples\biaobei\Wave/005963.wav +005964 examples\biaobei\Wave/005964.wav +005965 examples\biaobei\Wave/005965.wav +005966 examples\biaobei\Wave/005966.wav +005967 examples\biaobei\Wave/005967.wav +005968 examples\biaobei\Wave/005968.wav +005969 examples\biaobei\Wave/005969.wav +005970 examples\biaobei\Wave/005970.wav +005971 examples\biaobei\Wave/005971.wav +005972 examples\biaobei\Wave/005972.wav +005973 examples\biaobei\Wave/005973.wav +005974 examples\biaobei\Wave/005974.wav +005975 examples\biaobei\Wave/005975.wav +005976 examples\biaobei\Wave/005976.wav +005977 examples\biaobei\Wave/005977.wav +005978 examples\biaobei\Wave/005978.wav +005979 examples\biaobei\Wave/005979.wav +005980 examples\biaobei\Wave/005980.wav +005981 examples\biaobei\Wave/005981.wav +005982 examples\biaobei\Wave/005982.wav +005983 examples\biaobei\Wave/005983.wav +005984 examples\biaobei\Wave/005984.wav +005985 examples\biaobei\Wave/005985.wav +005986 examples\biaobei\Wave/005986.wav +005987 examples\biaobei\Wave/005987.wav +005988 examples\biaobei\Wave/005988.wav +005989 examples\biaobei\Wave/005989.wav +005990 examples\biaobei\Wave/005990.wav +005991 examples\biaobei\Wave/005991.wav +005992 examples\biaobei\Wave/005992.wav +005993 examples\biaobei\Wave/005993.wav +005994 examples\biaobei\Wave/005994.wav +005995 examples\biaobei\Wave/005995.wav +005996 examples\biaobei\Wave/005996.wav +005997 examples\biaobei\Wave/005997.wav +005998 examples\biaobei\Wave/005998.wav +005999 examples\biaobei\Wave/005999.wav +006000 examples\biaobei\Wave/006000.wav +006001 examples\biaobei\Wave/006001.wav +006002 examples\biaobei\Wave/006002.wav +006003 examples\biaobei\Wave/006003.wav +006004 examples\biaobei\Wave/006004.wav +006005 examples\biaobei\Wave/006005.wav +006006 examples\biaobei\Wave/006006.wav +006007 examples\biaobei\Wave/006007.wav +006008 examples\biaobei\Wave/006008.wav +006009 examples\biaobei\Wave/006009.wav +006010 examples\biaobei\Wave/006010.wav +006011 examples\biaobei\Wave/006011.wav +006012 examples\biaobei\Wave/006012.wav +006013 examples\biaobei\Wave/006013.wav +006014 examples\biaobei\Wave/006014.wav +006015 examples\biaobei\Wave/006015.wav +006016 examples\biaobei\Wave/006016.wav +006017 examples\biaobei\Wave/006017.wav +006018 examples\biaobei\Wave/006018.wav +006019 examples\biaobei\Wave/006019.wav +006020 examples\biaobei\Wave/006020.wav +006021 examples\biaobei\Wave/006021.wav +006022 examples\biaobei\Wave/006022.wav +006023 examples\biaobei\Wave/006023.wav +006024 examples\biaobei\Wave/006024.wav +006025 examples\biaobei\Wave/006025.wav +006026 examples\biaobei\Wave/006026.wav +006027 examples\biaobei\Wave/006027.wav +006028 examples\biaobei\Wave/006028.wav +006029 examples\biaobei\Wave/006029.wav +006030 examples\biaobei\Wave/006030.wav +006031 examples\biaobei\Wave/006031.wav +006032 examples\biaobei\Wave/006032.wav +006033 examples\biaobei\Wave/006033.wav +006034 examples\biaobei\Wave/006034.wav +006035 examples\biaobei\Wave/006035.wav +006036 examples\biaobei\Wave/006036.wav +006037 examples\biaobei\Wave/006037.wav +006038 examples\biaobei\Wave/006038.wav +006039 examples\biaobei\Wave/006039.wav +006040 examples\biaobei\Wave/006040.wav +006041 examples\biaobei\Wave/006041.wav +006042 examples\biaobei\Wave/006042.wav +006043 examples\biaobei\Wave/006043.wav +006044 examples\biaobei\Wave/006044.wav +006045 examples\biaobei\Wave/006045.wav +006046 examples\biaobei\Wave/006046.wav +006047 examples\biaobei\Wave/006047.wav +006048 examples\biaobei\Wave/006048.wav +006049 examples\biaobei\Wave/006049.wav +006050 examples\biaobei\Wave/006050.wav +006051 examples\biaobei\Wave/006051.wav +006052 examples\biaobei\Wave/006052.wav +006053 examples\biaobei\Wave/006053.wav +006054 examples\biaobei\Wave/006054.wav +006055 examples\biaobei\Wave/006055.wav +006056 examples\biaobei\Wave/006056.wav +006057 examples\biaobei\Wave/006057.wav +006058 examples\biaobei\Wave/006058.wav +006059 examples\biaobei\Wave/006059.wav +006060 examples\biaobei\Wave/006060.wav +006061 examples\biaobei\Wave/006061.wav +006062 examples\biaobei\Wave/006062.wav +006063 examples\biaobei\Wave/006063.wav +006064 examples\biaobei\Wave/006064.wav +006065 examples\biaobei\Wave/006065.wav +006066 examples\biaobei\Wave/006066.wav +006067 examples\biaobei\Wave/006067.wav +006068 examples\biaobei\Wave/006068.wav +006069 examples\biaobei\Wave/006069.wav +006070 examples\biaobei\Wave/006070.wav +006071 examples\biaobei\Wave/006071.wav +006072 examples\biaobei\Wave/006072.wav +006073 examples\biaobei\Wave/006073.wav +006074 examples\biaobei\Wave/006074.wav +006075 examples\biaobei\Wave/006075.wav +006076 examples\biaobei\Wave/006076.wav +006077 examples\biaobei\Wave/006077.wav +006078 examples\biaobei\Wave/006078.wav +006079 examples\biaobei\Wave/006079.wav +006080 examples\biaobei\Wave/006080.wav +006081 examples\biaobei\Wave/006081.wav +006082 examples\biaobei\Wave/006082.wav +006083 examples\biaobei\Wave/006083.wav +006084 examples\biaobei\Wave/006084.wav +006085 examples\biaobei\Wave/006085.wav +006086 examples\biaobei\Wave/006086.wav +006087 examples\biaobei\Wave/006087.wav +006088 examples\biaobei\Wave/006088.wav +006089 examples\biaobei\Wave/006089.wav +006090 examples\biaobei\Wave/006090.wav +006091 examples\biaobei\Wave/006091.wav +006092 examples\biaobei\Wave/006092.wav +006093 examples\biaobei\Wave/006093.wav +006094 examples\biaobei\Wave/006094.wav +006095 examples\biaobei\Wave/006095.wav +006096 examples\biaobei\Wave/006096.wav +006097 examples\biaobei\Wave/006097.wav +006098 examples\biaobei\Wave/006098.wav +006099 examples\biaobei\Wave/006099.wav +006100 examples\biaobei\Wave/006100.wav +006101 examples\biaobei\Wave/006101.wav +006102 examples\biaobei\Wave/006102.wav +006103 examples\biaobei\Wave/006103.wav +006104 examples\biaobei\Wave/006104.wav +006105 examples\biaobei\Wave/006105.wav +006106 examples\biaobei\Wave/006106.wav +006107 examples\biaobei\Wave/006107.wav +006108 examples\biaobei\Wave/006108.wav +006109 examples\biaobei\Wave/006109.wav +006110 examples\biaobei\Wave/006110.wav +006111 examples\biaobei\Wave/006111.wav +006112 examples\biaobei\Wave/006112.wav +006113 examples\biaobei\Wave/006113.wav +006114 examples\biaobei\Wave/006114.wav +006115 examples\biaobei\Wave/006115.wav +006116 examples\biaobei\Wave/006116.wav +006117 examples\biaobei\Wave/006117.wav +006118 examples\biaobei\Wave/006118.wav +006119 examples\biaobei\Wave/006119.wav +006120 examples\biaobei\Wave/006120.wav +006121 examples\biaobei\Wave/006121.wav +006122 examples\biaobei\Wave/006122.wav +006123 examples\biaobei\Wave/006123.wav +006124 examples\biaobei\Wave/006124.wav +006125 examples\biaobei\Wave/006125.wav +006126 examples\biaobei\Wave/006126.wav +006127 examples\biaobei\Wave/006127.wav +006128 examples\biaobei\Wave/006128.wav +006129 examples\biaobei\Wave/006129.wav +006130 examples\biaobei\Wave/006130.wav +006131 examples\biaobei\Wave/006131.wav +006132 examples\biaobei\Wave/006132.wav +006133 examples\biaobei\Wave/006133.wav +006134 examples\biaobei\Wave/006134.wav +006135 examples\biaobei\Wave/006135.wav +006136 examples\biaobei\Wave/006136.wav +006137 examples\biaobei\Wave/006137.wav +006138 examples\biaobei\Wave/006138.wav +006139 examples\biaobei\Wave/006139.wav +006140 examples\biaobei\Wave/006140.wav +006141 examples\biaobei\Wave/006141.wav +006142 examples\biaobei\Wave/006142.wav +006143 examples\biaobei\Wave/006143.wav +006144 examples\biaobei\Wave/006144.wav +006145 examples\biaobei\Wave/006145.wav +006146 examples\biaobei\Wave/006146.wav +006147 examples\biaobei\Wave/006147.wav +006148 examples\biaobei\Wave/006148.wav +006149 examples\biaobei\Wave/006149.wav +006150 examples\biaobei\Wave/006150.wav +006151 examples\biaobei\Wave/006151.wav +006152 examples\biaobei\Wave/006152.wav +006153 examples\biaobei\Wave/006153.wav +006154 examples\biaobei\Wave/006154.wav +006155 examples\biaobei\Wave/006155.wav +006156 examples\biaobei\Wave/006156.wav +006157 examples\biaobei\Wave/006157.wav +006158 examples\biaobei\Wave/006158.wav +006159 examples\biaobei\Wave/006159.wav +006160 examples\biaobei\Wave/006160.wav +006161 examples\biaobei\Wave/006161.wav +006162 examples\biaobei\Wave/006162.wav +006163 examples\biaobei\Wave/006163.wav +006164 examples\biaobei\Wave/006164.wav +006165 examples\biaobei\Wave/006165.wav +006166 examples\biaobei\Wave/006166.wav +006167 examples\biaobei\Wave/006167.wav +006168 examples\biaobei\Wave/006168.wav +006169 examples\biaobei\Wave/006169.wav +006170 examples\biaobei\Wave/006170.wav +006171 examples\biaobei\Wave/006171.wav +006172 examples\biaobei\Wave/006172.wav +006173 examples\biaobei\Wave/006173.wav +006174 examples\biaobei\Wave/006174.wav +006175 examples\biaobei\Wave/006175.wav +006176 examples\biaobei\Wave/006176.wav +006177 examples\biaobei\Wave/006177.wav +006178 examples\biaobei\Wave/006178.wav +006179 examples\biaobei\Wave/006179.wav +006180 examples\biaobei\Wave/006180.wav +006181 examples\biaobei\Wave/006181.wav +006182 examples\biaobei\Wave/006182.wav +006183 examples\biaobei\Wave/006183.wav +006184 examples\biaobei\Wave/006184.wav +006185 examples\biaobei\Wave/006185.wav +006186 examples\biaobei\Wave/006186.wav +006187 examples\biaobei\Wave/006187.wav +006188 examples\biaobei\Wave/006188.wav +006189 examples\biaobei\Wave/006189.wav +006190 examples\biaobei\Wave/006190.wav +006191 examples\biaobei\Wave/006191.wav +006192 examples\biaobei\Wave/006192.wav +006193 examples\biaobei\Wave/006193.wav +006194 examples\biaobei\Wave/006194.wav +006195 examples\biaobei\Wave/006195.wav +006196 examples\biaobei\Wave/006196.wav +006197 examples\biaobei\Wave/006197.wav +006198 examples\biaobei\Wave/006198.wav +006199 examples\biaobei\Wave/006199.wav +006200 examples\biaobei\Wave/006200.wav +006201 examples\biaobei\Wave/006201.wav +006202 examples\biaobei\Wave/006202.wav +006203 examples\biaobei\Wave/006203.wav +006204 examples\biaobei\Wave/006204.wav +006205 examples\biaobei\Wave/006205.wav +006206 examples\biaobei\Wave/006206.wav +006207 examples\biaobei\Wave/006207.wav +006208 examples\biaobei\Wave/006208.wav +006209 examples\biaobei\Wave/006209.wav +006210 examples\biaobei\Wave/006210.wav +006211 examples\biaobei\Wave/006211.wav +006212 examples\biaobei\Wave/006212.wav +006213 examples\biaobei\Wave/006213.wav +006214 examples\biaobei\Wave/006214.wav +006215 examples\biaobei\Wave/006215.wav +006216 examples\biaobei\Wave/006216.wav +006217 examples\biaobei\Wave/006217.wav +006218 examples\biaobei\Wave/006218.wav +006219 examples\biaobei\Wave/006219.wav +006220 examples\biaobei\Wave/006220.wav +006221 examples\biaobei\Wave/006221.wav +006222 examples\biaobei\Wave/006222.wav +006223 examples\biaobei\Wave/006223.wav +006224 examples\biaobei\Wave/006224.wav +006225 examples\biaobei\Wave/006225.wav +006226 examples\biaobei\Wave/006226.wav +006227 examples\biaobei\Wave/006227.wav +006228 examples\biaobei\Wave/006228.wav +006229 examples\biaobei\Wave/006229.wav +006230 examples\biaobei\Wave/006230.wav +006231 examples\biaobei\Wave/006231.wav +006232 examples\biaobei\Wave/006232.wav +006233 examples\biaobei\Wave/006233.wav +006234 examples\biaobei\Wave/006234.wav +006235 examples\biaobei\Wave/006235.wav +006236 examples\biaobei\Wave/006236.wav +006237 examples\biaobei\Wave/006237.wav +006238 examples\biaobei\Wave/006238.wav +006239 examples\biaobei\Wave/006239.wav +006240 examples\biaobei\Wave/006240.wav +006241 examples\biaobei\Wave/006241.wav +006242 examples\biaobei\Wave/006242.wav +006243 examples\biaobei\Wave/006243.wav +006244 examples\biaobei\Wave/006244.wav +006245 examples\biaobei\Wave/006245.wav +006246 examples\biaobei\Wave/006246.wav +006247 examples\biaobei\Wave/006247.wav +006248 examples\biaobei\Wave/006248.wav +006249 examples\biaobei\Wave/006249.wav +006250 examples\biaobei\Wave/006250.wav +006251 examples\biaobei\Wave/006251.wav +006252 examples\biaobei\Wave/006252.wav +006253 examples\biaobei\Wave/006253.wav +006254 examples\biaobei\Wave/006254.wav +006255 examples\biaobei\Wave/006255.wav +006256 examples\biaobei\Wave/006256.wav +006257 examples\biaobei\Wave/006257.wav +006258 examples\biaobei\Wave/006258.wav +006259 examples\biaobei\Wave/006259.wav +006260 examples\biaobei\Wave/006260.wav +006261 examples\biaobei\Wave/006261.wav +006262 examples\biaobei\Wave/006262.wav +006263 examples\biaobei\Wave/006263.wav +006264 examples\biaobei\Wave/006264.wav +006265 examples\biaobei\Wave/006265.wav +006266 examples\biaobei\Wave/006266.wav +006267 examples\biaobei\Wave/006267.wav +006268 examples\biaobei\Wave/006268.wav +006269 examples\biaobei\Wave/006269.wav +006270 examples\biaobei\Wave/006270.wav +006271 examples\biaobei\Wave/006271.wav +006272 examples\biaobei\Wave/006272.wav +006273 examples\biaobei\Wave/006273.wav +006274 examples\biaobei\Wave/006274.wav +006275 examples\biaobei\Wave/006275.wav +006276 examples\biaobei\Wave/006276.wav +006277 examples\biaobei\Wave/006277.wav +006278 examples\biaobei\Wave/006278.wav +006279 examples\biaobei\Wave/006279.wav +006280 examples\biaobei\Wave/006280.wav +006281 examples\biaobei\Wave/006281.wav +006282 examples\biaobei\Wave/006282.wav +006283 examples\biaobei\Wave/006283.wav +006284 examples\biaobei\Wave/006284.wav +006285 examples\biaobei\Wave/006285.wav +006286 examples\biaobei\Wave/006286.wav +006287 examples\biaobei\Wave/006287.wav +006288 examples\biaobei\Wave/006288.wav +006289 examples\biaobei\Wave/006289.wav +006290 examples\biaobei\Wave/006290.wav +006291 examples\biaobei\Wave/006291.wav +006292 examples\biaobei\Wave/006292.wav +006293 examples\biaobei\Wave/006293.wav +006294 examples\biaobei\Wave/006294.wav +006295 examples\biaobei\Wave/006295.wav +006296 examples\biaobei\Wave/006296.wav +006297 examples\biaobei\Wave/006297.wav +006298 examples\biaobei\Wave/006298.wav +006299 examples\biaobei\Wave/006299.wav +006300 examples\biaobei\Wave/006300.wav +006301 examples\biaobei\Wave/006301.wav +006302 examples\biaobei\Wave/006302.wav +006303 examples\biaobei\Wave/006303.wav +006304 examples\biaobei\Wave/006304.wav +006305 examples\biaobei\Wave/006305.wav +006306 examples\biaobei\Wave/006306.wav +006307 examples\biaobei\Wave/006307.wav +006308 examples\biaobei\Wave/006308.wav +006309 examples\biaobei\Wave/006309.wav +006310 examples\biaobei\Wave/006310.wav +006311 examples\biaobei\Wave/006311.wav +006312 examples\biaobei\Wave/006312.wav +006313 examples\biaobei\Wave/006313.wav +006314 examples\biaobei\Wave/006314.wav +006315 examples\biaobei\Wave/006315.wav +006316 examples\biaobei\Wave/006316.wav +006317 examples\biaobei\Wave/006317.wav +006318 examples\biaobei\Wave/006318.wav +006319 examples\biaobei\Wave/006319.wav +006320 examples\biaobei\Wave/006320.wav +006321 examples\biaobei\Wave/006321.wav +006322 examples\biaobei\Wave/006322.wav +006323 examples\biaobei\Wave/006323.wav +006324 examples\biaobei\Wave/006324.wav +006325 examples\biaobei\Wave/006325.wav +006326 examples\biaobei\Wave/006326.wav +006327 examples\biaobei\Wave/006327.wav +006328 examples\biaobei\Wave/006328.wav +006329 examples\biaobei\Wave/006329.wav +006330 examples\biaobei\Wave/006330.wav +006331 examples\biaobei\Wave/006331.wav +006332 examples\biaobei\Wave/006332.wav +006333 examples\biaobei\Wave/006333.wav +006334 examples\biaobei\Wave/006334.wav +006335 examples\biaobei\Wave/006335.wav +006336 examples\biaobei\Wave/006336.wav +006337 examples\biaobei\Wave/006337.wav +006338 examples\biaobei\Wave/006338.wav +006339 examples\biaobei\Wave/006339.wav +006340 examples\biaobei\Wave/006340.wav +006341 examples\biaobei\Wave/006341.wav +006342 examples\biaobei\Wave/006342.wav +006343 examples\biaobei\Wave/006343.wav +006344 examples\biaobei\Wave/006344.wav +006345 examples\biaobei\Wave/006345.wav +006346 examples\biaobei\Wave/006346.wav +006347 examples\biaobei\Wave/006347.wav +006348 examples\biaobei\Wave/006348.wav +006349 examples\biaobei\Wave/006349.wav +006350 examples\biaobei\Wave/006350.wav +006351 examples\biaobei\Wave/006351.wav +006352 examples\biaobei\Wave/006352.wav +006353 examples\biaobei\Wave/006353.wav +006354 examples\biaobei\Wave/006354.wav +006355 examples\biaobei\Wave/006355.wav +006356 examples\biaobei\Wave/006356.wav +006357 examples\biaobei\Wave/006357.wav +006358 examples\biaobei\Wave/006358.wav +006359 examples\biaobei\Wave/006359.wav +006360 examples\biaobei\Wave/006360.wav +006361 examples\biaobei\Wave/006361.wav +006362 examples\biaobei\Wave/006362.wav +006363 examples\biaobei\Wave/006363.wav +006364 examples\biaobei\Wave/006364.wav +006365 examples\biaobei\Wave/006365.wav +006366 examples\biaobei\Wave/006366.wav +006367 examples\biaobei\Wave/006367.wav +006368 examples\biaobei\Wave/006368.wav +006369 examples\biaobei\Wave/006369.wav +006370 examples\biaobei\Wave/006370.wav +006371 examples\biaobei\Wave/006371.wav +006372 examples\biaobei\Wave/006372.wav +006373 examples\biaobei\Wave/006373.wav +006374 examples\biaobei\Wave/006374.wav +006375 examples\biaobei\Wave/006375.wav +006376 examples\biaobei\Wave/006376.wav +006377 examples\biaobei\Wave/006377.wav +006378 examples\biaobei\Wave/006378.wav +006379 examples\biaobei\Wave/006379.wav +006380 examples\biaobei\Wave/006380.wav +006381 examples\biaobei\Wave/006381.wav +006382 examples\biaobei\Wave/006382.wav +006383 examples\biaobei\Wave/006383.wav +006384 examples\biaobei\Wave/006384.wav +006385 examples\biaobei\Wave/006385.wav +006386 examples\biaobei\Wave/006386.wav +006387 examples\biaobei\Wave/006387.wav +006388 examples\biaobei\Wave/006388.wav +006389 examples\biaobei\Wave/006389.wav +006390 examples\biaobei\Wave/006390.wav +006391 examples\biaobei\Wave/006391.wav +006392 examples\biaobei\Wave/006392.wav +006393 examples\biaobei\Wave/006393.wav +006394 examples\biaobei\Wave/006394.wav +006395 examples\biaobei\Wave/006395.wav +006396 examples\biaobei\Wave/006396.wav +006397 examples\biaobei\Wave/006397.wav +006398 examples\biaobei\Wave/006398.wav +006399 examples\biaobei\Wave/006399.wav +006400 examples\biaobei\Wave/006400.wav +006401 examples\biaobei\Wave/006401.wav +006402 examples\biaobei\Wave/006402.wav +006403 examples\biaobei\Wave/006403.wav +006404 examples\biaobei\Wave/006404.wav +006405 examples\biaobei\Wave/006405.wav +006406 examples\biaobei\Wave/006406.wav +006407 examples\biaobei\Wave/006407.wav +006408 examples\biaobei\Wave/006408.wav +006409 examples\biaobei\Wave/006409.wav +006410 examples\biaobei\Wave/006410.wav +006411 examples\biaobei\Wave/006411.wav +006412 examples\biaobei\Wave/006412.wav +006413 examples\biaobei\Wave/006413.wav +006414 examples\biaobei\Wave/006414.wav +006415 examples\biaobei\Wave/006415.wav +006416 examples\biaobei\Wave/006416.wav +006417 examples\biaobei\Wave/006417.wav +006418 examples\biaobei\Wave/006418.wav +006419 examples\biaobei\Wave/006419.wav +006420 examples\biaobei\Wave/006420.wav +006421 examples\biaobei\Wave/006421.wav +006422 examples\biaobei\Wave/006422.wav +006423 examples\biaobei\Wave/006423.wav +006424 examples\biaobei\Wave/006424.wav +006425 examples\biaobei\Wave/006425.wav +006426 examples\biaobei\Wave/006426.wav +006427 examples\biaobei\Wave/006427.wav +006428 examples\biaobei\Wave/006428.wav +006429 examples\biaobei\Wave/006429.wav +006430 examples\biaobei\Wave/006430.wav +006431 examples\biaobei\Wave/006431.wav +006432 examples\biaobei\Wave/006432.wav +006433 examples\biaobei\Wave/006433.wav +006434 examples\biaobei\Wave/006434.wav +006435 examples\biaobei\Wave/006435.wav +006436 examples\biaobei\Wave/006436.wav +006437 examples\biaobei\Wave/006437.wav +006438 examples\biaobei\Wave/006438.wav +006439 examples\biaobei\Wave/006439.wav +006440 examples\biaobei\Wave/006440.wav +006441 examples\biaobei\Wave/006441.wav +006442 examples\biaobei\Wave/006442.wav +006443 examples\biaobei\Wave/006443.wav +006444 examples\biaobei\Wave/006444.wav +006445 examples\biaobei\Wave/006445.wav +006446 examples\biaobei\Wave/006446.wav +006447 examples\biaobei\Wave/006447.wav +006448 examples\biaobei\Wave/006448.wav +006449 examples\biaobei\Wave/006449.wav +006450 examples\biaobei\Wave/006450.wav +006451 examples\biaobei\Wave/006451.wav +006452 examples\biaobei\Wave/006452.wav +006453 examples\biaobei\Wave/006453.wav +006454 examples\biaobei\Wave/006454.wav +006455 examples\biaobei\Wave/006455.wav +006456 examples\biaobei\Wave/006456.wav +006457 examples\biaobei\Wave/006457.wav +006458 examples\biaobei\Wave/006458.wav +006459 examples\biaobei\Wave/006459.wav +006460 examples\biaobei\Wave/006460.wav +006461 examples\biaobei\Wave/006461.wav +006462 examples\biaobei\Wave/006462.wav +006463 examples\biaobei\Wave/006463.wav +006464 examples\biaobei\Wave/006464.wav +006465 examples\biaobei\Wave/006465.wav +006466 examples\biaobei\Wave/006466.wav +006467 examples\biaobei\Wave/006467.wav +006468 examples\biaobei\Wave/006468.wav +006469 examples\biaobei\Wave/006469.wav +006470 examples\biaobei\Wave/006470.wav +006471 examples\biaobei\Wave/006471.wav +006472 examples\biaobei\Wave/006472.wav +006473 examples\biaobei\Wave/006473.wav +006474 examples\biaobei\Wave/006474.wav +006475 examples\biaobei\Wave/006475.wav +006476 examples\biaobei\Wave/006476.wav +006477 examples\biaobei\Wave/006477.wav +006478 examples\biaobei\Wave/006478.wav +006479 examples\biaobei\Wave/006479.wav +006480 examples\biaobei\Wave/006480.wav +006481 examples\biaobei\Wave/006481.wav +006482 examples\biaobei\Wave/006482.wav +006483 examples\biaobei\Wave/006483.wav +006484 examples\biaobei\Wave/006484.wav +006485 examples\biaobei\Wave/006485.wav +006486 examples\biaobei\Wave/006486.wav +006487 examples\biaobei\Wave/006487.wav +006488 examples\biaobei\Wave/006488.wav +006489 examples\biaobei\Wave/006489.wav +006490 examples\biaobei\Wave/006490.wav +006491 examples\biaobei\Wave/006491.wav +006492 examples\biaobei\Wave/006492.wav +006493 examples\biaobei\Wave/006493.wav +006494 examples\biaobei\Wave/006494.wav +006495 examples\biaobei\Wave/006495.wav +006496 examples\biaobei\Wave/006496.wav +006497 examples\biaobei\Wave/006497.wav +006498 examples\biaobei\Wave/006498.wav +006499 examples\biaobei\Wave/006499.wav +006500 examples\biaobei\Wave/006500.wav +006501 examples\biaobei\Wave/006501.wav +006502 examples\biaobei\Wave/006502.wav +006503 examples\biaobei\Wave/006503.wav +006504 examples\biaobei\Wave/006504.wav +006505 examples\biaobei\Wave/006505.wav +006506 examples\biaobei\Wave/006506.wav +006507 examples\biaobei\Wave/006507.wav +006508 examples\biaobei\Wave/006508.wav +006509 examples\biaobei\Wave/006509.wav +006510 examples\biaobei\Wave/006510.wav +006511 examples\biaobei\Wave/006511.wav +006512 examples\biaobei\Wave/006512.wav +006513 examples\biaobei\Wave/006513.wav +006514 examples\biaobei\Wave/006514.wav +006515 examples\biaobei\Wave/006515.wav +006516 examples\biaobei\Wave/006516.wav +006517 examples\biaobei\Wave/006517.wav +006518 examples\biaobei\Wave/006518.wav +006519 examples\biaobei\Wave/006519.wav +006520 examples\biaobei\Wave/006520.wav +006521 examples\biaobei\Wave/006521.wav +006522 examples\biaobei\Wave/006522.wav +006523 examples\biaobei\Wave/006523.wav +006524 examples\biaobei\Wave/006524.wav +006525 examples\biaobei\Wave/006525.wav +006526 examples\biaobei\Wave/006526.wav +006527 examples\biaobei\Wave/006527.wav +006528 examples\biaobei\Wave/006528.wav +006529 examples\biaobei\Wave/006529.wav +006530 examples\biaobei\Wave/006530.wav +006531 examples\biaobei\Wave/006531.wav +006532 examples\biaobei\Wave/006532.wav +006533 examples\biaobei\Wave/006533.wav +006534 examples\biaobei\Wave/006534.wav +006535 examples\biaobei\Wave/006535.wav +006536 examples\biaobei\Wave/006536.wav +006537 examples\biaobei\Wave/006537.wav +006538 examples\biaobei\Wave/006538.wav +006539 examples\biaobei\Wave/006539.wav +006540 examples\biaobei\Wave/006540.wav +006541 examples\biaobei\Wave/006541.wav +006542 examples\biaobei\Wave/006542.wav +006543 examples\biaobei\Wave/006543.wav +006544 examples\biaobei\Wave/006544.wav +006545 examples\biaobei\Wave/006545.wav +006546 examples\biaobei\Wave/006546.wav +006547 examples\biaobei\Wave/006547.wav +006548 examples\biaobei\Wave/006548.wav +006549 examples\biaobei\Wave/006549.wav +006550 examples\biaobei\Wave/006550.wav +006551 examples\biaobei\Wave/006551.wav +006552 examples\biaobei\Wave/006552.wav +006553 examples\biaobei\Wave/006553.wav +006554 examples\biaobei\Wave/006554.wav +006555 examples\biaobei\Wave/006555.wav +006556 examples\biaobei\Wave/006556.wav +006557 examples\biaobei\Wave/006557.wav +006558 examples\biaobei\Wave/006558.wav +006559 examples\biaobei\Wave/006559.wav +006560 examples\biaobei\Wave/006560.wav +006561 examples\biaobei\Wave/006561.wav +006562 examples\biaobei\Wave/006562.wav +006563 examples\biaobei\Wave/006563.wav +006564 examples\biaobei\Wave/006564.wav +006565 examples\biaobei\Wave/006565.wav +006566 examples\biaobei\Wave/006566.wav +006567 examples\biaobei\Wave/006567.wav +006568 examples\biaobei\Wave/006568.wav +006569 examples\biaobei\Wave/006569.wav +006570 examples\biaobei\Wave/006570.wav +006571 examples\biaobei\Wave/006571.wav +006572 examples\biaobei\Wave/006572.wav +006573 examples\biaobei\Wave/006573.wav +006574 examples\biaobei\Wave/006574.wav +006575 examples\biaobei\Wave/006575.wav +006576 examples\biaobei\Wave/006576.wav +006577 examples\biaobei\Wave/006577.wav +006578 examples\biaobei\Wave/006578.wav +006579 examples\biaobei\Wave/006579.wav +006580 examples\biaobei\Wave/006580.wav +006581 examples\biaobei\Wave/006581.wav +006582 examples\biaobei\Wave/006582.wav +006583 examples\biaobei\Wave/006583.wav +006584 examples\biaobei\Wave/006584.wav +006585 examples\biaobei\Wave/006585.wav +006586 examples\biaobei\Wave/006586.wav +006587 examples\biaobei\Wave/006587.wav +006588 examples\biaobei\Wave/006588.wav +006589 examples\biaobei\Wave/006589.wav +006590 examples\biaobei\Wave/006590.wav +006591 examples\biaobei\Wave/006591.wav +006592 examples\biaobei\Wave/006592.wav +006593 examples\biaobei\Wave/006593.wav +006594 examples\biaobei\Wave/006594.wav +006595 examples\biaobei\Wave/006595.wav +006596 examples\biaobei\Wave/006596.wav +006597 examples\biaobei\Wave/006597.wav +006598 examples\biaobei\Wave/006598.wav +006599 examples\biaobei\Wave/006599.wav +006600 examples\biaobei\Wave/006600.wav +006601 examples\biaobei\Wave/006601.wav +006602 examples\biaobei\Wave/006602.wav +006603 examples\biaobei\Wave/006603.wav +006604 examples\biaobei\Wave/006604.wav +006605 examples\biaobei\Wave/006605.wav +006606 examples\biaobei\Wave/006606.wav +006607 examples\biaobei\Wave/006607.wav +006608 examples\biaobei\Wave/006608.wav +006609 examples\biaobei\Wave/006609.wav +006610 examples\biaobei\Wave/006610.wav +006611 examples\biaobei\Wave/006611.wav +006612 examples\biaobei\Wave/006612.wav +006613 examples\biaobei\Wave/006613.wav +006614 examples\biaobei\Wave/006614.wav +006615 examples\biaobei\Wave/006615.wav +006616 examples\biaobei\Wave/006616.wav +006617 examples\biaobei\Wave/006617.wav +006618 examples\biaobei\Wave/006618.wav +006619 examples\biaobei\Wave/006619.wav +006620 examples\biaobei\Wave/006620.wav +006621 examples\biaobei\Wave/006621.wav +006622 examples\biaobei\Wave/006622.wav +006623 examples\biaobei\Wave/006623.wav +006624 examples\biaobei\Wave/006624.wav +006625 examples\biaobei\Wave/006625.wav +006626 examples\biaobei\Wave/006626.wav +006627 examples\biaobei\Wave/006627.wav +006628 examples\biaobei\Wave/006628.wav +006629 examples\biaobei\Wave/006629.wav +006630 examples\biaobei\Wave/006630.wav +006631 examples\biaobei\Wave/006631.wav +006632 examples\biaobei\Wave/006632.wav +006633 examples\biaobei\Wave/006633.wav +006634 examples\biaobei\Wave/006634.wav +006635 examples\biaobei\Wave/006635.wav +006636 examples\biaobei\Wave/006636.wav +006637 examples\biaobei\Wave/006637.wav +006638 examples\biaobei\Wave/006638.wav +006639 examples\biaobei\Wave/006639.wav +006640 examples\biaobei\Wave/006640.wav +006641 examples\biaobei\Wave/006641.wav +006642 examples\biaobei\Wave/006642.wav +006643 examples\biaobei\Wave/006643.wav +006644 examples\biaobei\Wave/006644.wav +006645 examples\biaobei\Wave/006645.wav +006646 examples\biaobei\Wave/006646.wav +006647 examples\biaobei\Wave/006647.wav +006648 examples\biaobei\Wave/006648.wav +006649 examples\biaobei\Wave/006649.wav +006650 examples\biaobei\Wave/006650.wav +006651 examples\biaobei\Wave/006651.wav +006652 examples\biaobei\Wave/006652.wav +006653 examples\biaobei\Wave/006653.wav +006654 examples\biaobei\Wave/006654.wav +006655 examples\biaobei\Wave/006655.wav +006656 examples\biaobei\Wave/006656.wav +006657 examples\biaobei\Wave/006657.wav +006658 examples\biaobei\Wave/006658.wav +006659 examples\biaobei\Wave/006659.wav +006660 examples\biaobei\Wave/006660.wav +006661 examples\biaobei\Wave/006661.wav +006662 examples\biaobei\Wave/006662.wav +006663 examples\biaobei\Wave/006663.wav +006664 examples\biaobei\Wave/006664.wav +006665 examples\biaobei\Wave/006665.wav +006666 examples\biaobei\Wave/006666.wav +006667 examples\biaobei\Wave/006667.wav +006668 examples\biaobei\Wave/006668.wav +006669 examples\biaobei\Wave/006669.wav +006670 examples\biaobei\Wave/006670.wav +006671 examples\biaobei\Wave/006671.wav +006672 examples\biaobei\Wave/006672.wav +006673 examples\biaobei\Wave/006673.wav +006674 examples\biaobei\Wave/006674.wav +006675 examples\biaobei\Wave/006675.wav +006676 examples\biaobei\Wave/006676.wav +006677 examples\biaobei\Wave/006677.wav +006678 examples\biaobei\Wave/006678.wav +006679 examples\biaobei\Wave/006679.wav +006680 examples\biaobei\Wave/006680.wav +006681 examples\biaobei\Wave/006681.wav +006682 examples\biaobei\Wave/006682.wav +006683 examples\biaobei\Wave/006683.wav +006684 examples\biaobei\Wave/006684.wav +006685 examples\biaobei\Wave/006685.wav +006686 examples\biaobei\Wave/006686.wav +006687 examples\biaobei\Wave/006687.wav +006688 examples\biaobei\Wave/006688.wav +006689 examples\biaobei\Wave/006689.wav +006690 examples\biaobei\Wave/006690.wav +006691 examples\biaobei\Wave/006691.wav +006692 examples\biaobei\Wave/006692.wav +006693 examples\biaobei\Wave/006693.wav +006694 examples\biaobei\Wave/006694.wav +006695 examples\biaobei\Wave/006695.wav +006696 examples\biaobei\Wave/006696.wav +006697 examples\biaobei\Wave/006697.wav +006698 examples\biaobei\Wave/006698.wav +006699 examples\biaobei\Wave/006699.wav +006700 examples\biaobei\Wave/006700.wav +006701 examples\biaobei\Wave/006701.wav +006702 examples\biaobei\Wave/006702.wav +006703 examples\biaobei\Wave/006703.wav +006704 examples\biaobei\Wave/006704.wav +006705 examples\biaobei\Wave/006705.wav +006706 examples\biaobei\Wave/006706.wav +006707 examples\biaobei\Wave/006707.wav +006708 examples\biaobei\Wave/006708.wav +006709 examples\biaobei\Wave/006709.wav +006710 examples\biaobei\Wave/006710.wav +006711 examples\biaobei\Wave/006711.wav +006712 examples\biaobei\Wave/006712.wav +006713 examples\biaobei\Wave/006713.wav +006714 examples\biaobei\Wave/006714.wav +006715 examples\biaobei\Wave/006715.wav +006716 examples\biaobei\Wave/006716.wav +006717 examples\biaobei\Wave/006717.wav +006718 examples\biaobei\Wave/006718.wav +006719 examples\biaobei\Wave/006719.wav +006720 examples\biaobei\Wave/006720.wav +006721 examples\biaobei\Wave/006721.wav +006722 examples\biaobei\Wave/006722.wav +006723 examples\biaobei\Wave/006723.wav +006724 examples\biaobei\Wave/006724.wav +006725 examples\biaobei\Wave/006725.wav +006726 examples\biaobei\Wave/006726.wav +006727 examples\biaobei\Wave/006727.wav +006728 examples\biaobei\Wave/006728.wav +006729 examples\biaobei\Wave/006729.wav +006730 examples\biaobei\Wave/006730.wav +006731 examples\biaobei\Wave/006731.wav +006732 examples\biaobei\Wave/006732.wav +006733 examples\biaobei\Wave/006733.wav +006734 examples\biaobei\Wave/006734.wav +006735 examples\biaobei\Wave/006735.wav +006736 examples\biaobei\Wave/006736.wav +006737 examples\biaobei\Wave/006737.wav +006738 examples\biaobei\Wave/006738.wav +006739 examples\biaobei\Wave/006739.wav +006740 examples\biaobei\Wave/006740.wav +006741 examples\biaobei\Wave/006741.wav +006742 examples\biaobei\Wave/006742.wav +006743 examples\biaobei\Wave/006743.wav +006744 examples\biaobei\Wave/006744.wav +006745 examples\biaobei\Wave/006745.wav +006746 examples\biaobei\Wave/006746.wav +006747 examples\biaobei\Wave/006747.wav +006748 examples\biaobei\Wave/006748.wav +006749 examples\biaobei\Wave/006749.wav +006750 examples\biaobei\Wave/006750.wav +006751 examples\biaobei\Wave/006751.wav +006752 examples\biaobei\Wave/006752.wav +006753 examples\biaobei\Wave/006753.wav +006754 examples\biaobei\Wave/006754.wav +006755 examples\biaobei\Wave/006755.wav +006756 examples\biaobei\Wave/006756.wav +006757 examples\biaobei\Wave/006757.wav +006758 examples\biaobei\Wave/006758.wav +006759 examples\biaobei\Wave/006759.wav +006760 examples\biaobei\Wave/006760.wav +006761 examples\biaobei\Wave/006761.wav +006762 examples\biaobei\Wave/006762.wav +006763 examples\biaobei\Wave/006763.wav +006764 examples\biaobei\Wave/006764.wav +006765 examples\biaobei\Wave/006765.wav +006766 examples\biaobei\Wave/006766.wav +006767 examples\biaobei\Wave/006767.wav +006768 examples\biaobei\Wave/006768.wav +006769 examples\biaobei\Wave/006769.wav +006770 examples\biaobei\Wave/006770.wav +006771 examples\biaobei\Wave/006771.wav +006772 examples\biaobei\Wave/006772.wav +006773 examples\biaobei\Wave/006773.wav +006774 examples\biaobei\Wave/006774.wav +006775 examples\biaobei\Wave/006775.wav +006776 examples\biaobei\Wave/006776.wav +006777 examples\biaobei\Wave/006777.wav +006778 examples\biaobei\Wave/006778.wav +006779 examples\biaobei\Wave/006779.wav +006780 examples\biaobei\Wave/006780.wav +006781 examples\biaobei\Wave/006781.wav +006782 examples\biaobei\Wave/006782.wav +006783 examples\biaobei\Wave/006783.wav +006784 examples\biaobei\Wave/006784.wav +006785 examples\biaobei\Wave/006785.wav +006786 examples\biaobei\Wave/006786.wav +006787 examples\biaobei\Wave/006787.wav +006788 examples\biaobei\Wave/006788.wav +006789 examples\biaobei\Wave/006789.wav +006790 examples\biaobei\Wave/006790.wav +006791 examples\biaobei\Wave/006791.wav +006792 examples\biaobei\Wave/006792.wav +006793 examples\biaobei\Wave/006793.wav +006794 examples\biaobei\Wave/006794.wav +006795 examples\biaobei\Wave/006795.wav +006796 examples\biaobei\Wave/006796.wav +006797 examples\biaobei\Wave/006797.wav +006798 examples\biaobei\Wave/006798.wav +006799 examples\biaobei\Wave/006799.wav +006800 examples\biaobei\Wave/006800.wav +006801 examples\biaobei\Wave/006801.wav +006802 examples\biaobei\Wave/006802.wav +006803 examples\biaobei\Wave/006803.wav +006804 examples\biaobei\Wave/006804.wav +006805 examples\biaobei\Wave/006805.wav +006806 examples\biaobei\Wave/006806.wav +006807 examples\biaobei\Wave/006807.wav +006808 examples\biaobei\Wave/006808.wav +006809 examples\biaobei\Wave/006809.wav +006810 examples\biaobei\Wave/006810.wav +006811 examples\biaobei\Wave/006811.wav +006812 examples\biaobei\Wave/006812.wav +006813 examples\biaobei\Wave/006813.wav +006814 examples\biaobei\Wave/006814.wav +006815 examples\biaobei\Wave/006815.wav +006816 examples\biaobei\Wave/006816.wav +006817 examples\biaobei\Wave/006817.wav +006818 examples\biaobei\Wave/006818.wav +006819 examples\biaobei\Wave/006819.wav +006820 examples\biaobei\Wave/006820.wav +006821 examples\biaobei\Wave/006821.wav +006822 examples\biaobei\Wave/006822.wav +006823 examples\biaobei\Wave/006823.wav +006824 examples\biaobei\Wave/006824.wav +006825 examples\biaobei\Wave/006825.wav +006826 examples\biaobei\Wave/006826.wav +006827 examples\biaobei\Wave/006827.wav +006828 examples\biaobei\Wave/006828.wav +006829 examples\biaobei\Wave/006829.wav +006830 examples\biaobei\Wave/006830.wav +006831 examples\biaobei\Wave/006831.wav +006832 examples\biaobei\Wave/006832.wav +006833 examples\biaobei\Wave/006833.wav +006834 examples\biaobei\Wave/006834.wav +006835 examples\biaobei\Wave/006835.wav +006836 examples\biaobei\Wave/006836.wav +006837 examples\biaobei\Wave/006837.wav +006838 examples\biaobei\Wave/006838.wav +006839 examples\biaobei\Wave/006839.wav +006840 examples\biaobei\Wave/006840.wav +006841 examples\biaobei\Wave/006841.wav +006842 examples\biaobei\Wave/006842.wav +006843 examples\biaobei\Wave/006843.wav +006844 examples\biaobei\Wave/006844.wav +006845 examples\biaobei\Wave/006845.wav +006846 examples\biaobei\Wave/006846.wav +006847 examples\biaobei\Wave/006847.wav +006848 examples\biaobei\Wave/006848.wav +006849 examples\biaobei\Wave/006849.wav +006850 examples\biaobei\Wave/006850.wav +006851 examples\biaobei\Wave/006851.wav +006852 examples\biaobei\Wave/006852.wav +006853 examples\biaobei\Wave/006853.wav +006854 examples\biaobei\Wave/006854.wav +006855 examples\biaobei\Wave/006855.wav +006856 examples\biaobei\Wave/006856.wav +006857 examples\biaobei\Wave/006857.wav +006858 examples\biaobei\Wave/006858.wav +006859 examples\biaobei\Wave/006859.wav +006860 examples\biaobei\Wave/006860.wav +006861 examples\biaobei\Wave/006861.wav +006862 examples\biaobei\Wave/006862.wav +006863 examples\biaobei\Wave/006863.wav +006864 examples\biaobei\Wave/006864.wav +006865 examples\biaobei\Wave/006865.wav +006866 examples\biaobei\Wave/006866.wav +006867 examples\biaobei\Wave/006867.wav +006868 examples\biaobei\Wave/006868.wav +006869 examples\biaobei\Wave/006869.wav +006870 examples\biaobei\Wave/006870.wav +006871 examples\biaobei\Wave/006871.wav +006872 examples\biaobei\Wave/006872.wav +006873 examples\biaobei\Wave/006873.wav +006874 examples\biaobei\Wave/006874.wav +006875 examples\biaobei\Wave/006875.wav +006876 examples\biaobei\Wave/006876.wav +006877 examples\biaobei\Wave/006877.wav +006878 examples\biaobei\Wave/006878.wav +006879 examples\biaobei\Wave/006879.wav +006880 examples\biaobei\Wave/006880.wav +006881 examples\biaobei\Wave/006881.wav +006882 examples\biaobei\Wave/006882.wav +006883 examples\biaobei\Wave/006883.wav +006884 examples\biaobei\Wave/006884.wav +006885 examples\biaobei\Wave/006885.wav +006886 examples\biaobei\Wave/006886.wav +006887 examples\biaobei\Wave/006887.wav +006888 examples\biaobei\Wave/006888.wav +006889 examples\biaobei\Wave/006889.wav +006890 examples\biaobei\Wave/006890.wav +006891 examples\biaobei\Wave/006891.wav +006892 examples\biaobei\Wave/006892.wav +006893 examples\biaobei\Wave/006893.wav +006894 examples\biaobei\Wave/006894.wav +006895 examples\biaobei\Wave/006895.wav +006896 examples\biaobei\Wave/006896.wav +006897 examples\biaobei\Wave/006897.wav +006898 examples\biaobei\Wave/006898.wav +006899 examples\biaobei\Wave/006899.wav +006900 examples\biaobei\Wave/006900.wav +006901 examples\biaobei\Wave/006901.wav +006902 examples\biaobei\Wave/006902.wav +006903 examples\biaobei\Wave/006903.wav +006904 examples\biaobei\Wave/006904.wav +006905 examples\biaobei\Wave/006905.wav +006906 examples\biaobei\Wave/006906.wav +006907 examples\biaobei\Wave/006907.wav +006908 examples\biaobei\Wave/006908.wav +006909 examples\biaobei\Wave/006909.wav +006910 examples\biaobei\Wave/006910.wav +006911 examples\biaobei\Wave/006911.wav +006912 examples\biaobei\Wave/006912.wav +006913 examples\biaobei\Wave/006913.wav +006914 examples\biaobei\Wave/006914.wav +006915 examples\biaobei\Wave/006915.wav +006916 examples\biaobei\Wave/006916.wav +006917 examples\biaobei\Wave/006917.wav +006918 examples\biaobei\Wave/006918.wav +006919 examples\biaobei\Wave/006919.wav +006920 examples\biaobei\Wave/006920.wav +006921 examples\biaobei\Wave/006921.wav +006922 examples\biaobei\Wave/006922.wav +006923 examples\biaobei\Wave/006923.wav +006924 examples\biaobei\Wave/006924.wav +006925 examples\biaobei\Wave/006925.wav +006926 examples\biaobei\Wave/006926.wav +006927 examples\biaobei\Wave/006927.wav +006928 examples\biaobei\Wave/006928.wav +006929 examples\biaobei\Wave/006929.wav +006930 examples\biaobei\Wave/006930.wav +006931 examples\biaobei\Wave/006931.wav +006932 examples\biaobei\Wave/006932.wav +006933 examples\biaobei\Wave/006933.wav +006934 examples\biaobei\Wave/006934.wav +006935 examples\biaobei\Wave/006935.wav +006936 examples\biaobei\Wave/006936.wav +006937 examples\biaobei\Wave/006937.wav +006938 examples\biaobei\Wave/006938.wav +006939 examples\biaobei\Wave/006939.wav +006940 examples\biaobei\Wave/006940.wav +006941 examples\biaobei\Wave/006941.wav +006942 examples\biaobei\Wave/006942.wav +006943 examples\biaobei\Wave/006943.wav +006944 examples\biaobei\Wave/006944.wav +006945 examples\biaobei\Wave/006945.wav +006946 examples\biaobei\Wave/006946.wav +006947 examples\biaobei\Wave/006947.wav +006948 examples\biaobei\Wave/006948.wav +006949 examples\biaobei\Wave/006949.wav +006950 examples\biaobei\Wave/006950.wav +006951 examples\biaobei\Wave/006951.wav +006952 examples\biaobei\Wave/006952.wav +006953 examples\biaobei\Wave/006953.wav +006954 examples\biaobei\Wave/006954.wav +006955 examples\biaobei\Wave/006955.wav +006956 examples\biaobei\Wave/006956.wav +006957 examples\biaobei\Wave/006957.wav +006958 examples\biaobei\Wave/006958.wav +006959 examples\biaobei\Wave/006959.wav +006960 examples\biaobei\Wave/006960.wav +006961 examples\biaobei\Wave/006961.wav +006962 examples\biaobei\Wave/006962.wav +006963 examples\biaobei\Wave/006963.wav +006964 examples\biaobei\Wave/006964.wav +006965 examples\biaobei\Wave/006965.wav +006966 examples\biaobei\Wave/006966.wav +006967 examples\biaobei\Wave/006967.wav +006968 examples\biaobei\Wave/006968.wav +006969 examples\biaobei\Wave/006969.wav +006970 examples\biaobei\Wave/006970.wav +006971 examples\biaobei\Wave/006971.wav +006972 examples\biaobei\Wave/006972.wav +006973 examples\biaobei\Wave/006973.wav +006974 examples\biaobei\Wave/006974.wav +006975 examples\biaobei\Wave/006975.wav +006976 examples\biaobei\Wave/006976.wav +006977 examples\biaobei\Wave/006977.wav +006978 examples\biaobei\Wave/006978.wav +006979 examples\biaobei\Wave/006979.wav +006980 examples\biaobei\Wave/006980.wav +006981 examples\biaobei\Wave/006981.wav +006982 examples\biaobei\Wave/006982.wav +006983 examples\biaobei\Wave/006983.wav +006984 examples\biaobei\Wave/006984.wav +006985 examples\biaobei\Wave/006985.wav +006986 examples\biaobei\Wave/006986.wav +006987 examples\biaobei\Wave/006987.wav +006988 examples\biaobei\Wave/006988.wav +006989 examples\biaobei\Wave/006989.wav +006990 examples\biaobei\Wave/006990.wav +006991 examples\biaobei\Wave/006991.wav +006992 examples\biaobei\Wave/006992.wav +006993 examples\biaobei\Wave/006993.wav +006994 examples\biaobei\Wave/006994.wav +006995 examples\biaobei\Wave/006995.wav +006996 examples\biaobei\Wave/006996.wav +006997 examples\biaobei\Wave/006997.wav +006998 examples\biaobei\Wave/006998.wav +006999 examples\biaobei\Wave/006999.wav +007000 examples\biaobei\Wave/007000.wav +007001 examples\biaobei\Wave/007001.wav +007002 examples\biaobei\Wave/007002.wav +007003 examples\biaobei\Wave/007003.wav +007004 examples\biaobei\Wave/007004.wav +007005 examples\biaobei\Wave/007005.wav +007006 examples\biaobei\Wave/007006.wav +007007 examples\biaobei\Wave/007007.wav +007008 examples\biaobei\Wave/007008.wav +007009 examples\biaobei\Wave/007009.wav +007010 examples\biaobei\Wave/007010.wav +007011 examples\biaobei\Wave/007011.wav +007012 examples\biaobei\Wave/007012.wav +007013 examples\biaobei\Wave/007013.wav +007014 examples\biaobei\Wave/007014.wav +007015 examples\biaobei\Wave/007015.wav +007016 examples\biaobei\Wave/007016.wav +007017 examples\biaobei\Wave/007017.wav +007018 examples\biaobei\Wave/007018.wav +007019 examples\biaobei\Wave/007019.wav +007020 examples\biaobei\Wave/007020.wav +007021 examples\biaobei\Wave/007021.wav +007022 examples\biaobei\Wave/007022.wav +007023 examples\biaobei\Wave/007023.wav +007024 examples\biaobei\Wave/007024.wav +007025 examples\biaobei\Wave/007025.wav +007026 examples\biaobei\Wave/007026.wav +007027 examples\biaobei\Wave/007027.wav +007028 examples\biaobei\Wave/007028.wav +007029 examples\biaobei\Wave/007029.wav +007030 examples\biaobei\Wave/007030.wav +007031 examples\biaobei\Wave/007031.wav +007032 examples\biaobei\Wave/007032.wav +007033 examples\biaobei\Wave/007033.wav +007034 examples\biaobei\Wave/007034.wav +007035 examples\biaobei\Wave/007035.wav +007036 examples\biaobei\Wave/007036.wav +007037 examples\biaobei\Wave/007037.wav +007038 examples\biaobei\Wave/007038.wav +007039 examples\biaobei\Wave/007039.wav +007040 examples\biaobei\Wave/007040.wav +007041 examples\biaobei\Wave/007041.wav +007042 examples\biaobei\Wave/007042.wav +007043 examples\biaobei\Wave/007043.wav +007044 examples\biaobei\Wave/007044.wav +007045 examples\biaobei\Wave/007045.wav +007046 examples\biaobei\Wave/007046.wav +007047 examples\biaobei\Wave/007047.wav +007048 examples\biaobei\Wave/007048.wav +007049 examples\biaobei\Wave/007049.wav +007050 examples\biaobei\Wave/007050.wav +007051 examples\biaobei\Wave/007051.wav +007052 examples\biaobei\Wave/007052.wav +007053 examples\biaobei\Wave/007053.wav +007054 examples\biaobei\Wave/007054.wav +007055 examples\biaobei\Wave/007055.wav +007056 examples\biaobei\Wave/007056.wav +007057 examples\biaobei\Wave/007057.wav +007058 examples\biaobei\Wave/007058.wav +007059 examples\biaobei\Wave/007059.wav +007060 examples\biaobei\Wave/007060.wav +007061 examples\biaobei\Wave/007061.wav +007062 examples\biaobei\Wave/007062.wav +007063 examples\biaobei\Wave/007063.wav +007064 examples\biaobei\Wave/007064.wav +007065 examples\biaobei\Wave/007065.wav +007066 examples\biaobei\Wave/007066.wav +007067 examples\biaobei\Wave/007067.wav +007068 examples\biaobei\Wave/007068.wav +007069 examples\biaobei\Wave/007069.wav +007070 examples\biaobei\Wave/007070.wav +007071 examples\biaobei\Wave/007071.wav +007072 examples\biaobei\Wave/007072.wav +007073 examples\biaobei\Wave/007073.wav +007074 examples\biaobei\Wave/007074.wav +007075 examples\biaobei\Wave/007075.wav +007076 examples\biaobei\Wave/007076.wav +007077 examples\biaobei\Wave/007077.wav +007078 examples\biaobei\Wave/007078.wav +007079 examples\biaobei\Wave/007079.wav +007080 examples\biaobei\Wave/007080.wav +007081 examples\biaobei\Wave/007081.wav +007082 examples\biaobei\Wave/007082.wav +007083 examples\biaobei\Wave/007083.wav +007084 examples\biaobei\Wave/007084.wav +007085 examples\biaobei\Wave/007085.wav +007086 examples\biaobei\Wave/007086.wav +007087 examples\biaobei\Wave/007087.wav +007088 examples\biaobei\Wave/007088.wav +007089 examples\biaobei\Wave/007089.wav +007090 examples\biaobei\Wave/007090.wav +007091 examples\biaobei\Wave/007091.wav +007092 examples\biaobei\Wave/007092.wav +007093 examples\biaobei\Wave/007093.wav +007094 examples\biaobei\Wave/007094.wav +007095 examples\biaobei\Wave/007095.wav +007096 examples\biaobei\Wave/007096.wav +007097 examples\biaobei\Wave/007097.wav +007098 examples\biaobei\Wave/007098.wav +007099 examples\biaobei\Wave/007099.wav +007100 examples\biaobei\Wave/007100.wav +007101 examples\biaobei\Wave/007101.wav +007102 examples\biaobei\Wave/007102.wav +007103 examples\biaobei\Wave/007103.wav +007104 examples\biaobei\Wave/007104.wav +007105 examples\biaobei\Wave/007105.wav +007106 examples\biaobei\Wave/007106.wav +007107 examples\biaobei\Wave/007107.wav +007108 examples\biaobei\Wave/007108.wav +007109 examples\biaobei\Wave/007109.wav +007110 examples\biaobei\Wave/007110.wav +007111 examples\biaobei\Wave/007111.wav +007112 examples\biaobei\Wave/007112.wav +007113 examples\biaobei\Wave/007113.wav +007114 examples\biaobei\Wave/007114.wav +007115 examples\biaobei\Wave/007115.wav +007116 examples\biaobei\Wave/007116.wav +007117 examples\biaobei\Wave/007117.wav +007118 examples\biaobei\Wave/007118.wav +007119 examples\biaobei\Wave/007119.wav +007120 examples\biaobei\Wave/007120.wav +007121 examples\biaobei\Wave/007121.wav +007122 examples\biaobei\Wave/007122.wav +007123 examples\biaobei\Wave/007123.wav +007124 examples\biaobei\Wave/007124.wav +007125 examples\biaobei\Wave/007125.wav +007126 examples\biaobei\Wave/007126.wav +007127 examples\biaobei\Wave/007127.wav +007128 examples\biaobei\Wave/007128.wav +007129 examples\biaobei\Wave/007129.wav +007130 examples\biaobei\Wave/007130.wav +007131 examples\biaobei\Wave/007131.wav +007132 examples\biaobei\Wave/007132.wav +007133 examples\biaobei\Wave/007133.wav +007134 examples\biaobei\Wave/007134.wav +007135 examples\biaobei\Wave/007135.wav +007136 examples\biaobei\Wave/007136.wav +007137 examples\biaobei\Wave/007137.wav +007138 examples\biaobei\Wave/007138.wav +007139 examples\biaobei\Wave/007139.wav +007140 examples\biaobei\Wave/007140.wav +007141 examples\biaobei\Wave/007141.wav +007142 examples\biaobei\Wave/007142.wav +007143 examples\biaobei\Wave/007143.wav +007144 examples\biaobei\Wave/007144.wav +007145 examples\biaobei\Wave/007145.wav +007146 examples\biaobei\Wave/007146.wav +007147 examples\biaobei\Wave/007147.wav +007148 examples\biaobei\Wave/007148.wav +007149 examples\biaobei\Wave/007149.wav +007150 examples\biaobei\Wave/007150.wav +007151 examples\biaobei\Wave/007151.wav +007152 examples\biaobei\Wave/007152.wav +007153 examples\biaobei\Wave/007153.wav +007154 examples\biaobei\Wave/007154.wav +007155 examples\biaobei\Wave/007155.wav +007156 examples\biaobei\Wave/007156.wav +007157 examples\biaobei\Wave/007157.wav +007158 examples\biaobei\Wave/007158.wav +007159 examples\biaobei\Wave/007159.wav +007160 examples\biaobei\Wave/007160.wav +007161 examples\biaobei\Wave/007161.wav +007162 examples\biaobei\Wave/007162.wav +007163 examples\biaobei\Wave/007163.wav +007164 examples\biaobei\Wave/007164.wav +007165 examples\biaobei\Wave/007165.wav +007166 examples\biaobei\Wave/007166.wav +007167 examples\biaobei\Wave/007167.wav +007168 examples\biaobei\Wave/007168.wav +007169 examples\biaobei\Wave/007169.wav +007170 examples\biaobei\Wave/007170.wav +007171 examples\biaobei\Wave/007171.wav +007172 examples\biaobei\Wave/007172.wav +007173 examples\biaobei\Wave/007173.wav +007174 examples\biaobei\Wave/007174.wav +007175 examples\biaobei\Wave/007175.wav +007176 examples\biaobei\Wave/007176.wav +007177 examples\biaobei\Wave/007177.wav +007178 examples\biaobei\Wave/007178.wav +007179 examples\biaobei\Wave/007179.wav +007180 examples\biaobei\Wave/007180.wav +007181 examples\biaobei\Wave/007181.wav +007182 examples\biaobei\Wave/007182.wav +007183 examples\biaobei\Wave/007183.wav +007184 examples\biaobei\Wave/007184.wav +007185 examples\biaobei\Wave/007185.wav +007186 examples\biaobei\Wave/007186.wav +007187 examples\biaobei\Wave/007187.wav +007188 examples\biaobei\Wave/007188.wav +007189 examples\biaobei\Wave/007189.wav +007190 examples\biaobei\Wave/007190.wav +007191 examples\biaobei\Wave/007191.wav +007192 examples\biaobei\Wave/007192.wav +007193 examples\biaobei\Wave/007193.wav +007194 examples\biaobei\Wave/007194.wav +007195 examples\biaobei\Wave/007195.wav +007196 examples\biaobei\Wave/007196.wav +007197 examples\biaobei\Wave/007197.wav +007198 examples\biaobei\Wave/007198.wav +007199 examples\biaobei\Wave/007199.wav +007200 examples\biaobei\Wave/007200.wav +007201 examples\biaobei\Wave/007201.wav +007202 examples\biaobei\Wave/007202.wav +007203 examples\biaobei\Wave/007203.wav +007204 examples\biaobei\Wave/007204.wav +007205 examples\biaobei\Wave/007205.wav +007206 examples\biaobei\Wave/007206.wav +007207 examples\biaobei\Wave/007207.wav +007208 examples\biaobei\Wave/007208.wav +007209 examples\biaobei\Wave/007209.wav +007210 examples\biaobei\Wave/007210.wav +007211 examples\biaobei\Wave/007211.wav +007212 examples\biaobei\Wave/007212.wav +007213 examples\biaobei\Wave/007213.wav +007214 examples\biaobei\Wave/007214.wav +007215 examples\biaobei\Wave/007215.wav +007216 examples\biaobei\Wave/007216.wav +007217 examples\biaobei\Wave/007217.wav +007218 examples\biaobei\Wave/007218.wav +007219 examples\biaobei\Wave/007219.wav +007220 examples\biaobei\Wave/007220.wav +007221 examples\biaobei\Wave/007221.wav +007222 examples\biaobei\Wave/007222.wav +007223 examples\biaobei\Wave/007223.wav +007224 examples\biaobei\Wave/007224.wav +007225 examples\biaobei\Wave/007225.wav +007226 examples\biaobei\Wave/007226.wav +007227 examples\biaobei\Wave/007227.wav +007228 examples\biaobei\Wave/007228.wav +007229 examples\biaobei\Wave/007229.wav +007230 examples\biaobei\Wave/007230.wav +007231 examples\biaobei\Wave/007231.wav +007232 examples\biaobei\Wave/007232.wav +007233 examples\biaobei\Wave/007233.wav +007234 examples\biaobei\Wave/007234.wav +007235 examples\biaobei\Wave/007235.wav +007236 examples\biaobei\Wave/007236.wav +007237 examples\biaobei\Wave/007237.wav +007238 examples\biaobei\Wave/007238.wav +007239 examples\biaobei\Wave/007239.wav +007240 examples\biaobei\Wave/007240.wav +007241 examples\biaobei\Wave/007241.wav +007242 examples\biaobei\Wave/007242.wav +007243 examples\biaobei\Wave/007243.wav +007244 examples\biaobei\Wave/007244.wav +007245 examples\biaobei\Wave/007245.wav +007246 examples\biaobei\Wave/007246.wav +007247 examples\biaobei\Wave/007247.wav +007248 examples\biaobei\Wave/007248.wav +007249 examples\biaobei\Wave/007249.wav +007250 examples\biaobei\Wave/007250.wav +007251 examples\biaobei\Wave/007251.wav +007252 examples\biaobei\Wave/007252.wav +007253 examples\biaobei\Wave/007253.wav +007254 examples\biaobei\Wave/007254.wav +007255 examples\biaobei\Wave/007255.wav +007256 examples\biaobei\Wave/007256.wav +007257 examples\biaobei\Wave/007257.wav +007258 examples\biaobei\Wave/007258.wav +007259 examples\biaobei\Wave/007259.wav +007260 examples\biaobei\Wave/007260.wav +007261 examples\biaobei\Wave/007261.wav +007262 examples\biaobei\Wave/007262.wav +007263 examples\biaobei\Wave/007263.wav +007264 examples\biaobei\Wave/007264.wav +007265 examples\biaobei\Wave/007265.wav +007266 examples\biaobei\Wave/007266.wav +007267 examples\biaobei\Wave/007267.wav +007268 examples\biaobei\Wave/007268.wav +007269 examples\biaobei\Wave/007269.wav +007270 examples\biaobei\Wave/007270.wav +007271 examples\biaobei\Wave/007271.wav +007272 examples\biaobei\Wave/007272.wav +007273 examples\biaobei\Wave/007273.wav +007274 examples\biaobei\Wave/007274.wav +007275 examples\biaobei\Wave/007275.wav +007276 examples\biaobei\Wave/007276.wav +007277 examples\biaobei\Wave/007277.wav +007278 examples\biaobei\Wave/007278.wav +007279 examples\biaobei\Wave/007279.wav +007280 examples\biaobei\Wave/007280.wav +007281 examples\biaobei\Wave/007281.wav +007282 examples\biaobei\Wave/007282.wav +007283 examples\biaobei\Wave/007283.wav +007284 examples\biaobei\Wave/007284.wav +007285 examples\biaobei\Wave/007285.wav +007286 examples\biaobei\Wave/007286.wav +007287 examples\biaobei\Wave/007287.wav +007288 examples\biaobei\Wave/007288.wav +007289 examples\biaobei\Wave/007289.wav +007290 examples\biaobei\Wave/007290.wav +007291 examples\biaobei\Wave/007291.wav +007292 examples\biaobei\Wave/007292.wav +007293 examples\biaobei\Wave/007293.wav +007294 examples\biaobei\Wave/007294.wav +007295 examples\biaobei\Wave/007295.wav +007296 examples\biaobei\Wave/007296.wav +007297 examples\biaobei\Wave/007297.wav +007298 examples\biaobei\Wave/007298.wav +007299 examples\biaobei\Wave/007299.wav +007300 examples\biaobei\Wave/007300.wav +007301 examples\biaobei\Wave/007301.wav +007302 examples\biaobei\Wave/007302.wav +007303 examples\biaobei\Wave/007303.wav +007304 examples\biaobei\Wave/007304.wav +007305 examples\biaobei\Wave/007305.wav +007306 examples\biaobei\Wave/007306.wav +007307 examples\biaobei\Wave/007307.wav +007308 examples\biaobei\Wave/007308.wav +007309 examples\biaobei\Wave/007309.wav +007310 examples\biaobei\Wave/007310.wav +007311 examples\biaobei\Wave/007311.wav +007312 examples\biaobei\Wave/007312.wav +007313 examples\biaobei\Wave/007313.wav +007314 examples\biaobei\Wave/007314.wav +007315 examples\biaobei\Wave/007315.wav +007316 examples\biaobei\Wave/007316.wav +007317 examples\biaobei\Wave/007317.wav +007318 examples\biaobei\Wave/007318.wav +007319 examples\biaobei\Wave/007319.wav +007320 examples\biaobei\Wave/007320.wav +007321 examples\biaobei\Wave/007321.wav +007322 examples\biaobei\Wave/007322.wav +007323 examples\biaobei\Wave/007323.wav +007324 examples\biaobei\Wave/007324.wav +007325 examples\biaobei\Wave/007325.wav +007326 examples\biaobei\Wave/007326.wav +007327 examples\biaobei\Wave/007327.wav +007328 examples\biaobei\Wave/007328.wav +007329 examples\biaobei\Wave/007329.wav +007330 examples\biaobei\Wave/007330.wav +007331 examples\biaobei\Wave/007331.wav +007332 examples\biaobei\Wave/007332.wav +007333 examples\biaobei\Wave/007333.wav +007334 examples\biaobei\Wave/007334.wav +007335 examples\biaobei\Wave/007335.wav +007336 examples\biaobei\Wave/007336.wav +007337 examples\biaobei\Wave/007337.wav +007338 examples\biaobei\Wave/007338.wav +007339 examples\biaobei\Wave/007339.wav +007340 examples\biaobei\Wave/007340.wav +007341 examples\biaobei\Wave/007341.wav +007342 examples\biaobei\Wave/007342.wav +007343 examples\biaobei\Wave/007343.wav +007344 examples\biaobei\Wave/007344.wav +007345 examples\biaobei\Wave/007345.wav +007346 examples\biaobei\Wave/007346.wav +007347 examples\biaobei\Wave/007347.wav +007348 examples\biaobei\Wave/007348.wav +007349 examples\biaobei\Wave/007349.wav +007350 examples\biaobei\Wave/007350.wav +007351 examples\biaobei\Wave/007351.wav +007352 examples\biaobei\Wave/007352.wav +007353 examples\biaobei\Wave/007353.wav +007354 examples\biaobei\Wave/007354.wav +007355 examples\biaobei\Wave/007355.wav +007356 examples\biaobei\Wave/007356.wav +007357 examples\biaobei\Wave/007357.wav +007358 examples\biaobei\Wave/007358.wav +007359 examples\biaobei\Wave/007359.wav +007360 examples\biaobei\Wave/007360.wav +007361 examples\biaobei\Wave/007361.wav +007362 examples\biaobei\Wave/007362.wav +007363 examples\biaobei\Wave/007363.wav +007364 examples\biaobei\Wave/007364.wav +007365 examples\biaobei\Wave/007365.wav +007366 examples\biaobei\Wave/007366.wav +007367 examples\biaobei\Wave/007367.wav +007368 examples\biaobei\Wave/007368.wav +007369 examples\biaobei\Wave/007369.wav +007370 examples\biaobei\Wave/007370.wav +007371 examples\biaobei\Wave/007371.wav +007372 examples\biaobei\Wave/007372.wav +007373 examples\biaobei\Wave/007373.wav +007374 examples\biaobei\Wave/007374.wav +007375 examples\biaobei\Wave/007375.wav +007376 examples\biaobei\Wave/007376.wav +007377 examples\biaobei\Wave/007377.wav +007378 examples\biaobei\Wave/007378.wav +007379 examples\biaobei\Wave/007379.wav +007380 examples\biaobei\Wave/007380.wav +007381 examples\biaobei\Wave/007381.wav +007382 examples\biaobei\Wave/007382.wav +007383 examples\biaobei\Wave/007383.wav +007384 examples\biaobei\Wave/007384.wav +007385 examples\biaobei\Wave/007385.wav +007386 examples\biaobei\Wave/007386.wav +007387 examples\biaobei\Wave/007387.wav +007388 examples\biaobei\Wave/007388.wav +007389 examples\biaobei\Wave/007389.wav +007390 examples\biaobei\Wave/007390.wav +007391 examples\biaobei\Wave/007391.wav +007392 examples\biaobei\Wave/007392.wav +007393 examples\biaobei\Wave/007393.wav +007394 examples\biaobei\Wave/007394.wav +007395 examples\biaobei\Wave/007395.wav +007396 examples\biaobei\Wave/007396.wav +007397 examples\biaobei\Wave/007397.wav +007398 examples\biaobei\Wave/007398.wav +007399 examples\biaobei\Wave/007399.wav +007400 examples\biaobei\Wave/007400.wav +007401 examples\biaobei\Wave/007401.wav +007402 examples\biaobei\Wave/007402.wav +007403 examples\biaobei\Wave/007403.wav +007404 examples\biaobei\Wave/007404.wav +007405 examples\biaobei\Wave/007405.wav +007406 examples\biaobei\Wave/007406.wav +007407 examples\biaobei\Wave/007407.wav +007408 examples\biaobei\Wave/007408.wav +007409 examples\biaobei\Wave/007409.wav +007410 examples\biaobei\Wave/007410.wav +007411 examples\biaobei\Wave/007411.wav +007412 examples\biaobei\Wave/007412.wav +007413 examples\biaobei\Wave/007413.wav +007414 examples\biaobei\Wave/007414.wav +007415 examples\biaobei\Wave/007415.wav +007416 examples\biaobei\Wave/007416.wav +007417 examples\biaobei\Wave/007417.wav +007418 examples\biaobei\Wave/007418.wav +007419 examples\biaobei\Wave/007419.wav +007420 examples\biaobei\Wave/007420.wav +007421 examples\biaobei\Wave/007421.wav +007422 examples\biaobei\Wave/007422.wav +007423 examples\biaobei\Wave/007423.wav +007424 examples\biaobei\Wave/007424.wav +007425 examples\biaobei\Wave/007425.wav +007426 examples\biaobei\Wave/007426.wav +007427 examples\biaobei\Wave/007427.wav +007428 examples\biaobei\Wave/007428.wav +007429 examples\biaobei\Wave/007429.wav +007430 examples\biaobei\Wave/007430.wav +007431 examples\biaobei\Wave/007431.wav +007432 examples\biaobei\Wave/007432.wav +007433 examples\biaobei\Wave/007433.wav +007434 examples\biaobei\Wave/007434.wav +007435 examples\biaobei\Wave/007435.wav +007436 examples\biaobei\Wave/007436.wav +007437 examples\biaobei\Wave/007437.wav +007438 examples\biaobei\Wave/007438.wav +007439 examples\biaobei\Wave/007439.wav +007440 examples\biaobei\Wave/007440.wav +007441 examples\biaobei\Wave/007441.wav +007442 examples\biaobei\Wave/007442.wav +007443 examples\biaobei\Wave/007443.wav +007444 examples\biaobei\Wave/007444.wav +007445 examples\biaobei\Wave/007445.wav +007446 examples\biaobei\Wave/007446.wav +007447 examples\biaobei\Wave/007447.wav +007448 examples\biaobei\Wave/007448.wav +007449 examples\biaobei\Wave/007449.wav +007450 examples\biaobei\Wave/007450.wav +007451 examples\biaobei\Wave/007451.wav +007452 examples\biaobei\Wave/007452.wav +007453 examples\biaobei\Wave/007453.wav +007454 examples\biaobei\Wave/007454.wav +007455 examples\biaobei\Wave/007455.wav +007456 examples\biaobei\Wave/007456.wav +007457 examples\biaobei\Wave/007457.wav +007458 examples\biaobei\Wave/007458.wav +007459 examples\biaobei\Wave/007459.wav +007460 examples\biaobei\Wave/007460.wav +007461 examples\biaobei\Wave/007461.wav +007462 examples\biaobei\Wave/007462.wav +007463 examples\biaobei\Wave/007463.wav +007464 examples\biaobei\Wave/007464.wav +007465 examples\biaobei\Wave/007465.wav +007466 examples\biaobei\Wave/007466.wav +007467 examples\biaobei\Wave/007467.wav +007468 examples\biaobei\Wave/007468.wav +007469 examples\biaobei\Wave/007469.wav +007470 examples\biaobei\Wave/007470.wav +007471 examples\biaobei\Wave/007471.wav +007472 examples\biaobei\Wave/007472.wav +007473 examples\biaobei\Wave/007473.wav +007474 examples\biaobei\Wave/007474.wav +007475 examples\biaobei\Wave/007475.wav +007476 examples\biaobei\Wave/007476.wav +007477 examples\biaobei\Wave/007477.wav +007478 examples\biaobei\Wave/007478.wav +007479 examples\biaobei\Wave/007479.wav +007480 examples\biaobei\Wave/007480.wav +007481 examples\biaobei\Wave/007481.wav +007482 examples\biaobei\Wave/007482.wav +007483 examples\biaobei\Wave/007483.wav +007484 examples\biaobei\Wave/007484.wav +007485 examples\biaobei\Wave/007485.wav +007486 examples\biaobei\Wave/007486.wav +007487 examples\biaobei\Wave/007487.wav +007488 examples\biaobei\Wave/007488.wav +007489 examples\biaobei\Wave/007489.wav +007490 examples\biaobei\Wave/007490.wav +007491 examples\biaobei\Wave/007491.wav +007492 examples\biaobei\Wave/007492.wav +007493 examples\biaobei\Wave/007493.wav +007494 examples\biaobei\Wave/007494.wav +007495 examples\biaobei\Wave/007495.wav +007496 examples\biaobei\Wave/007496.wav +007497 examples\biaobei\Wave/007497.wav +007498 examples\biaobei\Wave/007498.wav +007499 examples\biaobei\Wave/007499.wav +007500 examples\biaobei\Wave/007500.wav +007501 examples\biaobei\Wave/007501.wav +007502 examples\biaobei\Wave/007502.wav +007503 examples\biaobei\Wave/007503.wav +007504 examples\biaobei\Wave/007504.wav +007505 examples\biaobei\Wave/007505.wav +007506 examples\biaobei\Wave/007506.wav +007507 examples\biaobei\Wave/007507.wav +007508 examples\biaobei\Wave/007508.wav +007509 examples\biaobei\Wave/007509.wav +007510 examples\biaobei\Wave/007510.wav +007511 examples\biaobei\Wave/007511.wav +007512 examples\biaobei\Wave/007512.wav +007513 examples\biaobei\Wave/007513.wav +007514 examples\biaobei\Wave/007514.wav +007515 examples\biaobei\Wave/007515.wav +007516 examples\biaobei\Wave/007516.wav +007517 examples\biaobei\Wave/007517.wav +007518 examples\biaobei\Wave/007518.wav +007519 examples\biaobei\Wave/007519.wav +007520 examples\biaobei\Wave/007520.wav +007521 examples\biaobei\Wave/007521.wav +007522 examples\biaobei\Wave/007522.wav +007523 examples\biaobei\Wave/007523.wav +007524 examples\biaobei\Wave/007524.wav +007525 examples\biaobei\Wave/007525.wav +007526 examples\biaobei\Wave/007526.wav +007527 examples\biaobei\Wave/007527.wav +007528 examples\biaobei\Wave/007528.wav +007529 examples\biaobei\Wave/007529.wav +007530 examples\biaobei\Wave/007530.wav +007531 examples\biaobei\Wave/007531.wav +007532 examples\biaobei\Wave/007532.wav +007533 examples\biaobei\Wave/007533.wav +007534 examples\biaobei\Wave/007534.wav +007535 examples\biaobei\Wave/007535.wav +007536 examples\biaobei\Wave/007536.wav +007537 examples\biaobei\Wave/007537.wav +007538 examples\biaobei\Wave/007538.wav +007539 examples\biaobei\Wave/007539.wav +007540 examples\biaobei\Wave/007540.wav +007541 examples\biaobei\Wave/007541.wav +007542 examples\biaobei\Wave/007542.wav +007543 examples\biaobei\Wave/007543.wav +007544 examples\biaobei\Wave/007544.wav +007545 examples\biaobei\Wave/007545.wav +007546 examples\biaobei\Wave/007546.wav +007547 examples\biaobei\Wave/007547.wav +007548 examples\biaobei\Wave/007548.wav +007549 examples\biaobei\Wave/007549.wav +007550 examples\biaobei\Wave/007550.wav +007551 examples\biaobei\Wave/007551.wav +007552 examples\biaobei\Wave/007552.wav +007553 examples\biaobei\Wave/007553.wav +007554 examples\biaobei\Wave/007554.wav +007555 examples\biaobei\Wave/007555.wav +007556 examples\biaobei\Wave/007556.wav +007557 examples\biaobei\Wave/007557.wav +007558 examples\biaobei\Wave/007558.wav +007559 examples\biaobei\Wave/007559.wav +007560 examples\biaobei\Wave/007560.wav +007561 examples\biaobei\Wave/007561.wav +007562 examples\biaobei\Wave/007562.wav +007563 examples\biaobei\Wave/007563.wav +007564 examples\biaobei\Wave/007564.wav +007565 examples\biaobei\Wave/007565.wav +007566 examples\biaobei\Wave/007566.wav +007567 examples\biaobei\Wave/007567.wav +007568 examples\biaobei\Wave/007568.wav +007569 examples\biaobei\Wave/007569.wav +007570 examples\biaobei\Wave/007570.wav +007571 examples\biaobei\Wave/007571.wav +007572 examples\biaobei\Wave/007572.wav +007573 examples\biaobei\Wave/007573.wav +007574 examples\biaobei\Wave/007574.wav +007575 examples\biaobei\Wave/007575.wav +007576 examples\biaobei\Wave/007576.wav +007577 examples\biaobei\Wave/007577.wav +007578 examples\biaobei\Wave/007578.wav +007579 examples\biaobei\Wave/007579.wav +007580 examples\biaobei\Wave/007580.wav +007581 examples\biaobei\Wave/007581.wav +007582 examples\biaobei\Wave/007582.wav +007583 examples\biaobei\Wave/007583.wav +007584 examples\biaobei\Wave/007584.wav +007585 examples\biaobei\Wave/007585.wav +007586 examples\biaobei\Wave/007586.wav +007587 examples\biaobei\Wave/007587.wav +007588 examples\biaobei\Wave/007588.wav +007589 examples\biaobei\Wave/007589.wav +007590 examples\biaobei\Wave/007590.wav +007591 examples\biaobei\Wave/007591.wav +007592 examples\biaobei\Wave/007592.wav +007593 examples\biaobei\Wave/007593.wav +007594 examples\biaobei\Wave/007594.wav +007595 examples\biaobei\Wave/007595.wav +007596 examples\biaobei\Wave/007596.wav +007597 examples\biaobei\Wave/007597.wav +007598 examples\biaobei\Wave/007598.wav +007599 examples\biaobei\Wave/007599.wav +007600 examples\biaobei\Wave/007600.wav +007601 examples\biaobei\Wave/007601.wav +007602 examples\biaobei\Wave/007602.wav +007603 examples\biaobei\Wave/007603.wav +007604 examples\biaobei\Wave/007604.wav +007605 examples\biaobei\Wave/007605.wav +007606 examples\biaobei\Wave/007606.wav +007607 examples\biaobei\Wave/007607.wav +007608 examples\biaobei\Wave/007608.wav +007609 examples\biaobei\Wave/007609.wav +007610 examples\biaobei\Wave/007610.wav +007611 examples\biaobei\Wave/007611.wav +007612 examples\biaobei\Wave/007612.wav +007613 examples\biaobei\Wave/007613.wav +007614 examples\biaobei\Wave/007614.wav +007615 examples\biaobei\Wave/007615.wav +007616 examples\biaobei\Wave/007616.wav +007617 examples\biaobei\Wave/007617.wav +007618 examples\biaobei\Wave/007618.wav +007619 examples\biaobei\Wave/007619.wav +007620 examples\biaobei\Wave/007620.wav +007621 examples\biaobei\Wave/007621.wav +007622 examples\biaobei\Wave/007622.wav +007623 examples\biaobei\Wave/007623.wav +007624 examples\biaobei\Wave/007624.wav +007625 examples\biaobei\Wave/007625.wav +007626 examples\biaobei\Wave/007626.wav +007627 examples\biaobei\Wave/007627.wav +007628 examples\biaobei\Wave/007628.wav +007629 examples\biaobei\Wave/007629.wav +007630 examples\biaobei\Wave/007630.wav +007631 examples\biaobei\Wave/007631.wav +007632 examples\biaobei\Wave/007632.wav +007633 examples\biaobei\Wave/007633.wav +007634 examples\biaobei\Wave/007634.wav +007635 examples\biaobei\Wave/007635.wav +007636 examples\biaobei\Wave/007636.wav +007637 examples\biaobei\Wave/007637.wav +007638 examples\biaobei\Wave/007638.wav +007639 examples\biaobei\Wave/007639.wav +007640 examples\biaobei\Wave/007640.wav +007641 examples\biaobei\Wave/007641.wav +007642 examples\biaobei\Wave/007642.wav +007643 examples\biaobei\Wave/007643.wav +007644 examples\biaobei\Wave/007644.wav +007645 examples\biaobei\Wave/007645.wav +007646 examples\biaobei\Wave/007646.wav +007647 examples\biaobei\Wave/007647.wav +007648 examples\biaobei\Wave/007648.wav +007649 examples\biaobei\Wave/007649.wav +007650 examples\biaobei\Wave/007650.wav +007651 examples\biaobei\Wave/007651.wav +007652 examples\biaobei\Wave/007652.wav +007653 examples\biaobei\Wave/007653.wav +007654 examples\biaobei\Wave/007654.wav +007655 examples\biaobei\Wave/007655.wav +007656 examples\biaobei\Wave/007656.wav +007657 examples\biaobei\Wave/007657.wav +007658 examples\biaobei\Wave/007658.wav +007659 examples\biaobei\Wave/007659.wav +007660 examples\biaobei\Wave/007660.wav +007661 examples\biaobei\Wave/007661.wav +007662 examples\biaobei\Wave/007662.wav +007663 examples\biaobei\Wave/007663.wav +007664 examples\biaobei\Wave/007664.wav +007665 examples\biaobei\Wave/007665.wav +007666 examples\biaobei\Wave/007666.wav +007667 examples\biaobei\Wave/007667.wav +007668 examples\biaobei\Wave/007668.wav +007669 examples\biaobei\Wave/007669.wav +007670 examples\biaobei\Wave/007670.wav +007671 examples\biaobei\Wave/007671.wav +007672 examples\biaobei\Wave/007672.wav +007673 examples\biaobei\Wave/007673.wav +007674 examples\biaobei\Wave/007674.wav +007675 examples\biaobei\Wave/007675.wav +007676 examples\biaobei\Wave/007676.wav +007677 examples\biaobei\Wave/007677.wav +007678 examples\biaobei\Wave/007678.wav +007679 examples\biaobei\Wave/007679.wav +007680 examples\biaobei\Wave/007680.wav +007681 examples\biaobei\Wave/007681.wav +007682 examples\biaobei\Wave/007682.wav +007683 examples\biaobei\Wave/007683.wav +007684 examples\biaobei\Wave/007684.wav +007685 examples\biaobei\Wave/007685.wav +007686 examples\biaobei\Wave/007686.wav +007687 examples\biaobei\Wave/007687.wav +007688 examples\biaobei\Wave/007688.wav +007689 examples\biaobei\Wave/007689.wav +007690 examples\biaobei\Wave/007690.wav +007691 examples\biaobei\Wave/007691.wav +007692 examples\biaobei\Wave/007692.wav +007693 examples\biaobei\Wave/007693.wav +007694 examples\biaobei\Wave/007694.wav +007695 examples\biaobei\Wave/007695.wav +007696 examples\biaobei\Wave/007696.wav +007697 examples\biaobei\Wave/007697.wav +007698 examples\biaobei\Wave/007698.wav +007699 examples\biaobei\Wave/007699.wav +007700 examples\biaobei\Wave/007700.wav +007701 examples\biaobei\Wave/007701.wav +007702 examples\biaobei\Wave/007702.wav +007703 examples\biaobei\Wave/007703.wav +007704 examples\biaobei\Wave/007704.wav +007705 examples\biaobei\Wave/007705.wav +007706 examples\biaobei\Wave/007706.wav +007707 examples\biaobei\Wave/007707.wav +007708 examples\biaobei\Wave/007708.wav +007709 examples\biaobei\Wave/007709.wav +007710 examples\biaobei\Wave/007710.wav +007711 examples\biaobei\Wave/007711.wav +007712 examples\biaobei\Wave/007712.wav +007713 examples\biaobei\Wave/007713.wav +007714 examples\biaobei\Wave/007714.wav +007715 examples\biaobei\Wave/007715.wav +007716 examples\biaobei\Wave/007716.wav +007717 examples\biaobei\Wave/007717.wav +007718 examples\biaobei\Wave/007718.wav +007719 examples\biaobei\Wave/007719.wav +007720 examples\biaobei\Wave/007720.wav +007721 examples\biaobei\Wave/007721.wav +007722 examples\biaobei\Wave/007722.wav +007723 examples\biaobei\Wave/007723.wav +007724 examples\biaobei\Wave/007724.wav +007725 examples\biaobei\Wave/007725.wav +007726 examples\biaobei\Wave/007726.wav +007727 examples\biaobei\Wave/007727.wav +007728 examples\biaobei\Wave/007728.wav +007729 examples\biaobei\Wave/007729.wav +007730 examples\biaobei\Wave/007730.wav +007731 examples\biaobei\Wave/007731.wav +007732 examples\biaobei\Wave/007732.wav +007733 examples\biaobei\Wave/007733.wav +007734 examples\biaobei\Wave/007734.wav +007735 examples\biaobei\Wave/007735.wav +007736 examples\biaobei\Wave/007736.wav +007737 examples\biaobei\Wave/007737.wav +007738 examples\biaobei\Wave/007738.wav +007739 examples\biaobei\Wave/007739.wav +007740 examples\biaobei\Wave/007740.wav +007741 examples\biaobei\Wave/007741.wav +007742 examples\biaobei\Wave/007742.wav +007743 examples\biaobei\Wave/007743.wav +007744 examples\biaobei\Wave/007744.wav +007745 examples\biaobei\Wave/007745.wav +007746 examples\biaobei\Wave/007746.wav +007747 examples\biaobei\Wave/007747.wav +007748 examples\biaobei\Wave/007748.wav +007749 examples\biaobei\Wave/007749.wav +007750 examples\biaobei\Wave/007750.wav +007751 examples\biaobei\Wave/007751.wav +007752 examples\biaobei\Wave/007752.wav +007753 examples\biaobei\Wave/007753.wav +007754 examples\biaobei\Wave/007754.wav +007755 examples\biaobei\Wave/007755.wav +007756 examples\biaobei\Wave/007756.wav +007757 examples\biaobei\Wave/007757.wav +007758 examples\biaobei\Wave/007758.wav +007759 examples\biaobei\Wave/007759.wav +007760 examples\biaobei\Wave/007760.wav +007761 examples\biaobei\Wave/007761.wav +007762 examples\biaobei\Wave/007762.wav +007763 examples\biaobei\Wave/007763.wav +007764 examples\biaobei\Wave/007764.wav +007765 examples\biaobei\Wave/007765.wav +007766 examples\biaobei\Wave/007766.wav +007767 examples\biaobei\Wave/007767.wav +007768 examples\biaobei\Wave/007768.wav +007769 examples\biaobei\Wave/007769.wav +007770 examples\biaobei\Wave/007770.wav +007771 examples\biaobei\Wave/007771.wav +007772 examples\biaobei\Wave/007772.wav +007773 examples\biaobei\Wave/007773.wav +007774 examples\biaobei\Wave/007774.wav +007775 examples\biaobei\Wave/007775.wav +007776 examples\biaobei\Wave/007776.wav +007777 examples\biaobei\Wave/007777.wav +007778 examples\biaobei\Wave/007778.wav +007779 examples\biaobei\Wave/007779.wav +007780 examples\biaobei\Wave/007780.wav +007781 examples\biaobei\Wave/007781.wav +007782 examples\biaobei\Wave/007782.wav +007783 examples\biaobei\Wave/007783.wav +007784 examples\biaobei\Wave/007784.wav +007785 examples\biaobei\Wave/007785.wav +007786 examples\biaobei\Wave/007786.wav +007787 examples\biaobei\Wave/007787.wav +007788 examples\biaobei\Wave/007788.wav +007789 examples\biaobei\Wave/007789.wav +007790 examples\biaobei\Wave/007790.wav +007791 examples\biaobei\Wave/007791.wav +007792 examples\biaobei\Wave/007792.wav +007793 examples\biaobei\Wave/007793.wav +007794 examples\biaobei\Wave/007794.wav +007795 examples\biaobei\Wave/007795.wav +007796 examples\biaobei\Wave/007796.wav +007797 examples\biaobei\Wave/007797.wav +007798 examples\biaobei\Wave/007798.wav +007799 examples\biaobei\Wave/007799.wav +007800 examples\biaobei\Wave/007800.wav +007801 examples\biaobei\Wave/007801.wav +007802 examples\biaobei\Wave/007802.wav +007803 examples\biaobei\Wave/007803.wav +007804 examples\biaobei\Wave/007804.wav +007805 examples\biaobei\Wave/007805.wav +007806 examples\biaobei\Wave/007806.wav +007807 examples\biaobei\Wave/007807.wav +007808 examples\biaobei\Wave/007808.wav +007809 examples\biaobei\Wave/007809.wav +007810 examples\biaobei\Wave/007810.wav +007811 examples\biaobei\Wave/007811.wav +007812 examples\biaobei\Wave/007812.wav +007813 examples\biaobei\Wave/007813.wav +007814 examples\biaobei\Wave/007814.wav +007815 examples\biaobei\Wave/007815.wav +007816 examples\biaobei\Wave/007816.wav +007817 examples\biaobei\Wave/007817.wav +007818 examples\biaobei\Wave/007818.wav +007819 examples\biaobei\Wave/007819.wav +007820 examples\biaobei\Wave/007820.wav +007821 examples\biaobei\Wave/007821.wav +007822 examples\biaobei\Wave/007822.wav +007823 examples\biaobei\Wave/007823.wav +007824 examples\biaobei\Wave/007824.wav +007825 examples\biaobei\Wave/007825.wav +007826 examples\biaobei\Wave/007826.wav +007827 examples\biaobei\Wave/007827.wav +007828 examples\biaobei\Wave/007828.wav +007829 examples\biaobei\Wave/007829.wav +007830 examples\biaobei\Wave/007830.wav +007831 examples\biaobei\Wave/007831.wav +007832 examples\biaobei\Wave/007832.wav +007833 examples\biaobei\Wave/007833.wav +007834 examples\biaobei\Wave/007834.wav +007835 examples\biaobei\Wave/007835.wav +007836 examples\biaobei\Wave/007836.wav +007837 examples\biaobei\Wave/007837.wav +007838 examples\biaobei\Wave/007838.wav +007839 examples\biaobei\Wave/007839.wav +007840 examples\biaobei\Wave/007840.wav +007841 examples\biaobei\Wave/007841.wav +007842 examples\biaobei\Wave/007842.wav +007843 examples\biaobei\Wave/007843.wav +007844 examples\biaobei\Wave/007844.wav +007845 examples\biaobei\Wave/007845.wav +007846 examples\biaobei\Wave/007846.wav +007847 examples\biaobei\Wave/007847.wav +007848 examples\biaobei\Wave/007848.wav +007849 examples\biaobei\Wave/007849.wav +007850 examples\biaobei\Wave/007850.wav +007851 examples\biaobei\Wave/007851.wav +007852 examples\biaobei\Wave/007852.wav +007853 examples\biaobei\Wave/007853.wav +007854 examples\biaobei\Wave/007854.wav +007855 examples\biaobei\Wave/007855.wav +007856 examples\biaobei\Wave/007856.wav +007857 examples\biaobei\Wave/007857.wav +007858 examples\biaobei\Wave/007858.wav +007859 examples\biaobei\Wave/007859.wav +007860 examples\biaobei\Wave/007860.wav +007861 examples\biaobei\Wave/007861.wav +007862 examples\biaobei\Wave/007862.wav +007863 examples\biaobei\Wave/007863.wav +007864 examples\biaobei\Wave/007864.wav +007865 examples\biaobei\Wave/007865.wav +007866 examples\biaobei\Wave/007866.wav +007867 examples\biaobei\Wave/007867.wav +007868 examples\biaobei\Wave/007868.wav +007869 examples\biaobei\Wave/007869.wav +007870 examples\biaobei\Wave/007870.wav +007871 examples\biaobei\Wave/007871.wav +007872 examples\biaobei\Wave/007872.wav +007873 examples\biaobei\Wave/007873.wav +007874 examples\biaobei\Wave/007874.wav +007875 examples\biaobei\Wave/007875.wav +007876 examples\biaobei\Wave/007876.wav +007877 examples\biaobei\Wave/007877.wav +007878 examples\biaobei\Wave/007878.wav +007879 examples\biaobei\Wave/007879.wav +007880 examples\biaobei\Wave/007880.wav +007881 examples\biaobei\Wave/007881.wav +007882 examples\biaobei\Wave/007882.wav +007883 examples\biaobei\Wave/007883.wav +007884 examples\biaobei\Wave/007884.wav +007885 examples\biaobei\Wave/007885.wav +007886 examples\biaobei\Wave/007886.wav +007887 examples\biaobei\Wave/007887.wav +007888 examples\biaobei\Wave/007888.wav +007889 examples\biaobei\Wave/007889.wav +007890 examples\biaobei\Wave/007890.wav +007891 examples\biaobei\Wave/007891.wav +007892 examples\biaobei\Wave/007892.wav +007893 examples\biaobei\Wave/007893.wav +007894 examples\biaobei\Wave/007894.wav +007895 examples\biaobei\Wave/007895.wav +007896 examples\biaobei\Wave/007896.wav +007897 examples\biaobei\Wave/007897.wav +007898 examples\biaobei\Wave/007898.wav +007899 examples\biaobei\Wave/007899.wav +007900 examples\biaobei\Wave/007900.wav +007901 examples\biaobei\Wave/007901.wav +007902 examples\biaobei\Wave/007902.wav +007903 examples\biaobei\Wave/007903.wav +007904 examples\biaobei\Wave/007904.wav +007905 examples\biaobei\Wave/007905.wav +007906 examples\biaobei\Wave/007906.wav +007907 examples\biaobei\Wave/007907.wav +007908 examples\biaobei\Wave/007908.wav +007909 examples\biaobei\Wave/007909.wav +007910 examples\biaobei\Wave/007910.wav +007911 examples\biaobei\Wave/007911.wav +007912 examples\biaobei\Wave/007912.wav +007913 examples\biaobei\Wave/007913.wav +007914 examples\biaobei\Wave/007914.wav +007915 examples\biaobei\Wave/007915.wav +007916 examples\biaobei\Wave/007916.wav +007917 examples\biaobei\Wave/007917.wav +007918 examples\biaobei\Wave/007918.wav +007919 examples\biaobei\Wave/007919.wav +007920 examples\biaobei\Wave/007920.wav +007921 examples\biaobei\Wave/007921.wav +007922 examples\biaobei\Wave/007922.wav +007923 examples\biaobei\Wave/007923.wav +007924 examples\biaobei\Wave/007924.wav +007925 examples\biaobei\Wave/007925.wav +007926 examples\biaobei\Wave/007926.wav +007927 examples\biaobei\Wave/007927.wav +007928 examples\biaobei\Wave/007928.wav +007929 examples\biaobei\Wave/007929.wav +007930 examples\biaobei\Wave/007930.wav +007931 examples\biaobei\Wave/007931.wav +007932 examples\biaobei\Wave/007932.wav +007933 examples\biaobei\Wave/007933.wav +007934 examples\biaobei\Wave/007934.wav +007935 examples\biaobei\Wave/007935.wav +007936 examples\biaobei\Wave/007936.wav +007937 examples\biaobei\Wave/007937.wav +007938 examples\biaobei\Wave/007938.wav +007939 examples\biaobei\Wave/007939.wav +007940 examples\biaobei\Wave/007940.wav +007941 examples\biaobei\Wave/007941.wav +007942 examples\biaobei\Wave/007942.wav +007943 examples\biaobei\Wave/007943.wav +007944 examples\biaobei\Wave/007944.wav +007945 examples\biaobei\Wave/007945.wav +007946 examples\biaobei\Wave/007946.wav +007947 examples\biaobei\Wave/007947.wav +007948 examples\biaobei\Wave/007948.wav +007949 examples\biaobei\Wave/007949.wav +007950 examples\biaobei\Wave/007950.wav +007951 examples\biaobei\Wave/007951.wav +007952 examples\biaobei\Wave/007952.wav +007953 examples\biaobei\Wave/007953.wav +007954 examples\biaobei\Wave/007954.wav +007955 examples\biaobei\Wave/007955.wav +007956 examples\biaobei\Wave/007956.wav +007957 examples\biaobei\Wave/007957.wav +007958 examples\biaobei\Wave/007958.wav +007959 examples\biaobei\Wave/007959.wav +007960 examples\biaobei\Wave/007960.wav +007961 examples\biaobei\Wave/007961.wav +007962 examples\biaobei\Wave/007962.wav +007963 examples\biaobei\Wave/007963.wav +007964 examples\biaobei\Wave/007964.wav +007965 examples\biaobei\Wave/007965.wav +007966 examples\biaobei\Wave/007966.wav +007967 examples\biaobei\Wave/007967.wav +007968 examples\biaobei\Wave/007968.wav +007969 examples\biaobei\Wave/007969.wav +007970 examples\biaobei\Wave/007970.wav +007971 examples\biaobei\Wave/007971.wav +007972 examples\biaobei\Wave/007972.wav +007973 examples\biaobei\Wave/007973.wav +007974 examples\biaobei\Wave/007974.wav +007975 examples\biaobei\Wave/007975.wav +007976 examples\biaobei\Wave/007976.wav +007977 examples\biaobei\Wave/007977.wav +007978 examples\biaobei\Wave/007978.wav +007979 examples\biaobei\Wave/007979.wav +007980 examples\biaobei\Wave/007980.wav +007981 examples\biaobei\Wave/007981.wav +007982 examples\biaobei\Wave/007982.wav +007983 examples\biaobei\Wave/007983.wav +007984 examples\biaobei\Wave/007984.wav +007985 examples\biaobei\Wave/007985.wav +007986 examples\biaobei\Wave/007986.wav +007987 examples\biaobei\Wave/007987.wav +007988 examples\biaobei\Wave/007988.wav +007989 examples\biaobei\Wave/007989.wav +007990 examples\biaobei\Wave/007990.wav +007991 examples\biaobei\Wave/007991.wav +007992 examples\biaobei\Wave/007992.wav +007993 examples\biaobei\Wave/007993.wav +007994 examples\biaobei\Wave/007994.wav +007995 examples\biaobei\Wave/007995.wav +007996 examples\biaobei\Wave/007996.wav +007997 examples\biaobei\Wave/007997.wav +007998 examples\biaobei\Wave/007998.wav +007999 examples\biaobei\Wave/007999.wav +008000 examples\biaobei\Wave/008000.wav +008001 examples\biaobei\Wave/008001.wav +008002 examples\biaobei\Wave/008002.wav +008003 examples\biaobei\Wave/008003.wav +008004 examples\biaobei\Wave/008004.wav +008005 examples\biaobei\Wave/008005.wav +008006 examples\biaobei\Wave/008006.wav +008007 examples\biaobei\Wave/008007.wav +008008 examples\biaobei\Wave/008008.wav +008009 examples\biaobei\Wave/008009.wav +008010 examples\biaobei\Wave/008010.wav +008011 examples\biaobei\Wave/008011.wav +008012 examples\biaobei\Wave/008012.wav +008013 examples\biaobei\Wave/008013.wav +008014 examples\biaobei\Wave/008014.wav +008015 examples\biaobei\Wave/008015.wav +008016 examples\biaobei\Wave/008016.wav +008017 examples\biaobei\Wave/008017.wav +008018 examples\biaobei\Wave/008018.wav +008019 examples\biaobei\Wave/008019.wav +008020 examples\biaobei\Wave/008020.wav +008021 examples\biaobei\Wave/008021.wav +008022 examples\biaobei\Wave/008022.wav +008023 examples\biaobei\Wave/008023.wav +008024 examples\biaobei\Wave/008024.wav +008025 examples\biaobei\Wave/008025.wav +008026 examples\biaobei\Wave/008026.wav +008027 examples\biaobei\Wave/008027.wav +008028 examples\biaobei\Wave/008028.wav +008029 examples\biaobei\Wave/008029.wav +008030 examples\biaobei\Wave/008030.wav +008031 examples\biaobei\Wave/008031.wav +008032 examples\biaobei\Wave/008032.wav +008033 examples\biaobei\Wave/008033.wav +008034 examples\biaobei\Wave/008034.wav +008035 examples\biaobei\Wave/008035.wav +008036 examples\biaobei\Wave/008036.wav +008037 examples\biaobei\Wave/008037.wav +008038 examples\biaobei\Wave/008038.wav +008039 examples\biaobei\Wave/008039.wav +008040 examples\biaobei\Wave/008040.wav +008041 examples\biaobei\Wave/008041.wav +008042 examples\biaobei\Wave/008042.wav +008043 examples\biaobei\Wave/008043.wav +008044 examples\biaobei\Wave/008044.wav +008045 examples\biaobei\Wave/008045.wav +008046 examples\biaobei\Wave/008046.wav +008047 examples\biaobei\Wave/008047.wav +008048 examples\biaobei\Wave/008048.wav +008049 examples\biaobei\Wave/008049.wav +008050 examples\biaobei\Wave/008050.wav +008051 examples\biaobei\Wave/008051.wav +008052 examples\biaobei\Wave/008052.wav +008053 examples\biaobei\Wave/008053.wav +008054 examples\biaobei\Wave/008054.wav +008055 examples\biaobei\Wave/008055.wav +008056 examples\biaobei\Wave/008056.wav +008057 examples\biaobei\Wave/008057.wav +008058 examples\biaobei\Wave/008058.wav +008059 examples\biaobei\Wave/008059.wav +008060 examples\biaobei\Wave/008060.wav +008061 examples\biaobei\Wave/008061.wav +008062 examples\biaobei\Wave/008062.wav +008063 examples\biaobei\Wave/008063.wav +008064 examples\biaobei\Wave/008064.wav +008065 examples\biaobei\Wave/008065.wav +008066 examples\biaobei\Wave/008066.wav +008067 examples\biaobei\Wave/008067.wav +008068 examples\biaobei\Wave/008068.wav +008069 examples\biaobei\Wave/008069.wav +008070 examples\biaobei\Wave/008070.wav +008071 examples\biaobei\Wave/008071.wav +008072 examples\biaobei\Wave/008072.wav +008073 examples\biaobei\Wave/008073.wav +008074 examples\biaobei\Wave/008074.wav +008075 examples\biaobei\Wave/008075.wav +008076 examples\biaobei\Wave/008076.wav +008077 examples\biaobei\Wave/008077.wav +008078 examples\biaobei\Wave/008078.wav +008079 examples\biaobei\Wave/008079.wav +008080 examples\biaobei\Wave/008080.wav +008081 examples\biaobei\Wave/008081.wav +008082 examples\biaobei\Wave/008082.wav +008083 examples\biaobei\Wave/008083.wav +008084 examples\biaobei\Wave/008084.wav +008085 examples\biaobei\Wave/008085.wav +008086 examples\biaobei\Wave/008086.wav +008087 examples\biaobei\Wave/008087.wav +008088 examples\biaobei\Wave/008088.wav +008089 examples\biaobei\Wave/008089.wav +008090 examples\biaobei\Wave/008090.wav +008091 examples\biaobei\Wave/008091.wav +008092 examples\biaobei\Wave/008092.wav +008093 examples\biaobei\Wave/008093.wav +008094 examples\biaobei\Wave/008094.wav +008095 examples\biaobei\Wave/008095.wav +008096 examples\biaobei\Wave/008096.wav +008097 examples\biaobei\Wave/008097.wav +008098 examples\biaobei\Wave/008098.wav +008099 examples\biaobei\Wave/008099.wav +008100 examples\biaobei\Wave/008100.wav +008101 examples\biaobei\Wave/008101.wav +008102 examples\biaobei\Wave/008102.wav +008103 examples\biaobei\Wave/008103.wav +008104 examples\biaobei\Wave/008104.wav +008105 examples\biaobei\Wave/008105.wav +008106 examples\biaobei\Wave/008106.wav +008107 examples\biaobei\Wave/008107.wav +008108 examples\biaobei\Wave/008108.wav +008109 examples\biaobei\Wave/008109.wav +008110 examples\biaobei\Wave/008110.wav +008111 examples\biaobei\Wave/008111.wav +008112 examples\biaobei\Wave/008112.wav +008113 examples\biaobei\Wave/008113.wav +008114 examples\biaobei\Wave/008114.wav +008115 examples\biaobei\Wave/008115.wav +008116 examples\biaobei\Wave/008116.wav +008117 examples\biaobei\Wave/008117.wav +008118 examples\biaobei\Wave/008118.wav +008119 examples\biaobei\Wave/008119.wav +008120 examples\biaobei\Wave/008120.wav +008121 examples\biaobei\Wave/008121.wav +008122 examples\biaobei\Wave/008122.wav +008123 examples\biaobei\Wave/008123.wav +008124 examples\biaobei\Wave/008124.wav +008125 examples\biaobei\Wave/008125.wav +008126 examples\biaobei\Wave/008126.wav +008127 examples\biaobei\Wave/008127.wav +008128 examples\biaobei\Wave/008128.wav +008129 examples\biaobei\Wave/008129.wav +008130 examples\biaobei\Wave/008130.wav +008131 examples\biaobei\Wave/008131.wav +008132 examples\biaobei\Wave/008132.wav +008133 examples\biaobei\Wave/008133.wav +008134 examples\biaobei\Wave/008134.wav +008135 examples\biaobei\Wave/008135.wav +008136 examples\biaobei\Wave/008136.wav +008137 examples\biaobei\Wave/008137.wav +008138 examples\biaobei\Wave/008138.wav +008139 examples\biaobei\Wave/008139.wav +008140 examples\biaobei\Wave/008140.wav +008141 examples\biaobei\Wave/008141.wav +008142 examples\biaobei\Wave/008142.wav +008143 examples\biaobei\Wave/008143.wav +008144 examples\biaobei\Wave/008144.wav +008145 examples\biaobei\Wave/008145.wav +008146 examples\biaobei\Wave/008146.wav +008147 examples\biaobei\Wave/008147.wav +008148 examples\biaobei\Wave/008148.wav +008149 examples\biaobei\Wave/008149.wav +008150 examples\biaobei\Wave/008150.wav +008151 examples\biaobei\Wave/008151.wav +008152 examples\biaobei\Wave/008152.wav +008153 examples\biaobei\Wave/008153.wav +008154 examples\biaobei\Wave/008154.wav +008155 examples\biaobei\Wave/008155.wav +008156 examples\biaobei\Wave/008156.wav +008157 examples\biaobei\Wave/008157.wav +008158 examples\biaobei\Wave/008158.wav +008159 examples\biaobei\Wave/008159.wav +008160 examples\biaobei\Wave/008160.wav +008161 examples\biaobei\Wave/008161.wav +008162 examples\biaobei\Wave/008162.wav +008163 examples\biaobei\Wave/008163.wav +008164 examples\biaobei\Wave/008164.wav +008165 examples\biaobei\Wave/008165.wav +008166 examples\biaobei\Wave/008166.wav +008167 examples\biaobei\Wave/008167.wav +008168 examples\biaobei\Wave/008168.wav +008169 examples\biaobei\Wave/008169.wav +008170 examples\biaobei\Wave/008170.wav +008171 examples\biaobei\Wave/008171.wav +008172 examples\biaobei\Wave/008172.wav +008173 examples\biaobei\Wave/008173.wav +008174 examples\biaobei\Wave/008174.wav +008175 examples\biaobei\Wave/008175.wav +008176 examples\biaobei\Wave/008176.wav +008177 examples\biaobei\Wave/008177.wav +008178 examples\biaobei\Wave/008178.wav +008179 examples\biaobei\Wave/008179.wav +008180 examples\biaobei\Wave/008180.wav +008181 examples\biaobei\Wave/008181.wav +008182 examples\biaobei\Wave/008182.wav +008183 examples\biaobei\Wave/008183.wav +008184 examples\biaobei\Wave/008184.wav +008185 examples\biaobei\Wave/008185.wav +008186 examples\biaobei\Wave/008186.wav +008187 examples\biaobei\Wave/008187.wav +008188 examples\biaobei\Wave/008188.wav +008189 examples\biaobei\Wave/008189.wav +008190 examples\biaobei\Wave/008190.wav +008191 examples\biaobei\Wave/008191.wav +008192 examples\biaobei\Wave/008192.wav +008193 examples\biaobei\Wave/008193.wav +008194 examples\biaobei\Wave/008194.wav +008195 examples\biaobei\Wave/008195.wav +008196 examples\biaobei\Wave/008196.wav +008197 examples\biaobei\Wave/008197.wav +008198 examples\biaobei\Wave/008198.wav +008199 examples\biaobei\Wave/008199.wav +008200 examples\biaobei\Wave/008200.wav +008201 examples\biaobei\Wave/008201.wav +008202 examples\biaobei\Wave/008202.wav +008203 examples\biaobei\Wave/008203.wav +008204 examples\biaobei\Wave/008204.wav +008205 examples\biaobei\Wave/008205.wav +008206 examples\biaobei\Wave/008206.wav +008207 examples\biaobei\Wave/008207.wav +008208 examples\biaobei\Wave/008208.wav +008209 examples\biaobei\Wave/008209.wav +008210 examples\biaobei\Wave/008210.wav +008211 examples\biaobei\Wave/008211.wav +008212 examples\biaobei\Wave/008212.wav +008213 examples\biaobei\Wave/008213.wav +008214 examples\biaobei\Wave/008214.wav +008215 examples\biaobei\Wave/008215.wav +008216 examples\biaobei\Wave/008216.wav +008217 examples\biaobei\Wave/008217.wav +008218 examples\biaobei\Wave/008218.wav +008219 examples\biaobei\Wave/008219.wav +008220 examples\biaobei\Wave/008220.wav +008221 examples\biaobei\Wave/008221.wav +008222 examples\biaobei\Wave/008222.wav +008223 examples\biaobei\Wave/008223.wav +008224 examples\biaobei\Wave/008224.wav +008225 examples\biaobei\Wave/008225.wav +008226 examples\biaobei\Wave/008226.wav +008227 examples\biaobei\Wave/008227.wav +008228 examples\biaobei\Wave/008228.wav +008229 examples\biaobei\Wave/008229.wav +008230 examples\biaobei\Wave/008230.wav +008231 examples\biaobei\Wave/008231.wav +008232 examples\biaobei\Wave/008232.wav +008233 examples\biaobei\Wave/008233.wav +008234 examples\biaobei\Wave/008234.wav +008235 examples\biaobei\Wave/008235.wav +008236 examples\biaobei\Wave/008236.wav +008237 examples\biaobei\Wave/008237.wav +008238 examples\biaobei\Wave/008238.wav +008239 examples\biaobei\Wave/008239.wav +008240 examples\biaobei\Wave/008240.wav +008241 examples\biaobei\Wave/008241.wav +008242 examples\biaobei\Wave/008242.wav +008243 examples\biaobei\Wave/008243.wav +008244 examples\biaobei\Wave/008244.wav +008245 examples\biaobei\Wave/008245.wav +008246 examples\biaobei\Wave/008246.wav +008247 examples\biaobei\Wave/008247.wav +008248 examples\biaobei\Wave/008248.wav +008249 examples\biaobei\Wave/008249.wav +008250 examples\biaobei\Wave/008250.wav +008251 examples\biaobei\Wave/008251.wav +008252 examples\biaobei\Wave/008252.wav +008253 examples\biaobei\Wave/008253.wav +008254 examples\biaobei\Wave/008254.wav +008255 examples\biaobei\Wave/008255.wav +008256 examples\biaobei\Wave/008256.wav +008257 examples\biaobei\Wave/008257.wav +008258 examples\biaobei\Wave/008258.wav +008259 examples\biaobei\Wave/008259.wav +008260 examples\biaobei\Wave/008260.wav +008261 examples\biaobei\Wave/008261.wav +008262 examples\biaobei\Wave/008262.wav +008263 examples\biaobei\Wave/008263.wav +008264 examples\biaobei\Wave/008264.wav +008265 examples\biaobei\Wave/008265.wav +008266 examples\biaobei\Wave/008266.wav +008267 examples\biaobei\Wave/008267.wav +008268 examples\biaobei\Wave/008268.wav +008269 examples\biaobei\Wave/008269.wav +008270 examples\biaobei\Wave/008270.wav +008271 examples\biaobei\Wave/008271.wav +008272 examples\biaobei\Wave/008272.wav +008273 examples\biaobei\Wave/008273.wav +008274 examples\biaobei\Wave/008274.wav +008275 examples\biaobei\Wave/008275.wav +008276 examples\biaobei\Wave/008276.wav +008277 examples\biaobei\Wave/008277.wav +008278 examples\biaobei\Wave/008278.wav +008279 examples\biaobei\Wave/008279.wav +008280 examples\biaobei\Wave/008280.wav +008281 examples\biaobei\Wave/008281.wav +008282 examples\biaobei\Wave/008282.wav +008283 examples\biaobei\Wave/008283.wav +008284 examples\biaobei\Wave/008284.wav +008285 examples\biaobei\Wave/008285.wav +008286 examples\biaobei\Wave/008286.wav +008287 examples\biaobei\Wave/008287.wav +008288 examples\biaobei\Wave/008288.wav +008289 examples\biaobei\Wave/008289.wav +008290 examples\biaobei\Wave/008290.wav +008291 examples\biaobei\Wave/008291.wav +008292 examples\biaobei\Wave/008292.wav +008293 examples\biaobei\Wave/008293.wav +008294 examples\biaobei\Wave/008294.wav +008295 examples\biaobei\Wave/008295.wav +008296 examples\biaobei\Wave/008296.wav +008297 examples\biaobei\Wave/008297.wav +008298 examples\biaobei\Wave/008298.wav +008299 examples\biaobei\Wave/008299.wav +008300 examples\biaobei\Wave/008300.wav +008301 examples\biaobei\Wave/008301.wav +008302 examples\biaobei\Wave/008302.wav +008303 examples\biaobei\Wave/008303.wav +008304 examples\biaobei\Wave/008304.wav +008305 examples\biaobei\Wave/008305.wav +008306 examples\biaobei\Wave/008306.wav +008307 examples\biaobei\Wave/008307.wav +008308 examples\biaobei\Wave/008308.wav +008309 examples\biaobei\Wave/008309.wav +008310 examples\biaobei\Wave/008310.wav +008311 examples\biaobei\Wave/008311.wav +008312 examples\biaobei\Wave/008312.wav +008313 examples\biaobei\Wave/008313.wav +008314 examples\biaobei\Wave/008314.wav +008315 examples\biaobei\Wave/008315.wav +008316 examples\biaobei\Wave/008316.wav +008317 examples\biaobei\Wave/008317.wav +008318 examples\biaobei\Wave/008318.wav +008319 examples\biaobei\Wave/008319.wav +008320 examples\biaobei\Wave/008320.wav +008321 examples\biaobei\Wave/008321.wav +008322 examples\biaobei\Wave/008322.wav +008323 examples\biaobei\Wave/008323.wav +008324 examples\biaobei\Wave/008324.wav +008325 examples\biaobei\Wave/008325.wav +008326 examples\biaobei\Wave/008326.wav +008327 examples\biaobei\Wave/008327.wav +008328 examples\biaobei\Wave/008328.wav +008329 examples\biaobei\Wave/008329.wav +008330 examples\biaobei\Wave/008330.wav +008331 examples\biaobei\Wave/008331.wav +008332 examples\biaobei\Wave/008332.wav +008333 examples\biaobei\Wave/008333.wav +008334 examples\biaobei\Wave/008334.wav +008335 examples\biaobei\Wave/008335.wav +008336 examples\biaobei\Wave/008336.wav +008337 examples\biaobei\Wave/008337.wav +008338 examples\biaobei\Wave/008338.wav +008339 examples\biaobei\Wave/008339.wav +008340 examples\biaobei\Wave/008340.wav +008341 examples\biaobei\Wave/008341.wav +008342 examples\biaobei\Wave/008342.wav +008343 examples\biaobei\Wave/008343.wav +008344 examples\biaobei\Wave/008344.wav +008345 examples\biaobei\Wave/008345.wav +008346 examples\biaobei\Wave/008346.wav +008347 examples\biaobei\Wave/008347.wav +008348 examples\biaobei\Wave/008348.wav +008349 examples\biaobei\Wave/008349.wav +008350 examples\biaobei\Wave/008350.wav +008351 examples\biaobei\Wave/008351.wav +008352 examples\biaobei\Wave/008352.wav +008353 examples\biaobei\Wave/008353.wav +008354 examples\biaobei\Wave/008354.wav +008355 examples\biaobei\Wave/008355.wav +008356 examples\biaobei\Wave/008356.wav +008357 examples\biaobei\Wave/008357.wav +008358 examples\biaobei\Wave/008358.wav +008359 examples\biaobei\Wave/008359.wav +008360 examples\biaobei\Wave/008360.wav +008361 examples\biaobei\Wave/008361.wav +008362 examples\biaobei\Wave/008362.wav +008363 examples\biaobei\Wave/008363.wav +008364 examples\biaobei\Wave/008364.wav +008365 examples\biaobei\Wave/008365.wav +008366 examples\biaobei\Wave/008366.wav +008367 examples\biaobei\Wave/008367.wav +008368 examples\biaobei\Wave/008368.wav +008369 examples\biaobei\Wave/008369.wav +008370 examples\biaobei\Wave/008370.wav +008371 examples\biaobei\Wave/008371.wav +008372 examples\biaobei\Wave/008372.wav +008373 examples\biaobei\Wave/008373.wav +008374 examples\biaobei\Wave/008374.wav +008375 examples\biaobei\Wave/008375.wav +008376 examples\biaobei\Wave/008376.wav +008377 examples\biaobei\Wave/008377.wav +008378 examples\biaobei\Wave/008378.wav +008379 examples\biaobei\Wave/008379.wav +008380 examples\biaobei\Wave/008380.wav +008381 examples\biaobei\Wave/008381.wav +008382 examples\biaobei\Wave/008382.wav +008383 examples\biaobei\Wave/008383.wav +008384 examples\biaobei\Wave/008384.wav +008385 examples\biaobei\Wave/008385.wav +008386 examples\biaobei\Wave/008386.wav +008387 examples\biaobei\Wave/008387.wav +008388 examples\biaobei\Wave/008388.wav +008389 examples\biaobei\Wave/008389.wav +008390 examples\biaobei\Wave/008390.wav +008391 examples\biaobei\Wave/008391.wav +008392 examples\biaobei\Wave/008392.wav +008393 examples\biaobei\Wave/008393.wav +008394 examples\biaobei\Wave/008394.wav +008395 examples\biaobei\Wave/008395.wav +008396 examples\biaobei\Wave/008396.wav +008397 examples\biaobei\Wave/008397.wav +008398 examples\biaobei\Wave/008398.wav +008399 examples\biaobei\Wave/008399.wav +008400 examples\biaobei\Wave/008400.wav +008401 examples\biaobei\Wave/008401.wav +008402 examples\biaobei\Wave/008402.wav +008403 examples\biaobei\Wave/008403.wav +008404 examples\biaobei\Wave/008404.wav +008405 examples\biaobei\Wave/008405.wav +008406 examples\biaobei\Wave/008406.wav +008407 examples\biaobei\Wave/008407.wav +008408 examples\biaobei\Wave/008408.wav +008409 examples\biaobei\Wave/008409.wav +008410 examples\biaobei\Wave/008410.wav +008411 examples\biaobei\Wave/008411.wav +008412 examples\biaobei\Wave/008412.wav +008413 examples\biaobei\Wave/008413.wav +008414 examples\biaobei\Wave/008414.wav +008415 examples\biaobei\Wave/008415.wav +008416 examples\biaobei\Wave/008416.wav +008417 examples\biaobei\Wave/008417.wav +008418 examples\biaobei\Wave/008418.wav +008419 examples\biaobei\Wave/008419.wav +008420 examples\biaobei\Wave/008420.wav +008421 examples\biaobei\Wave/008421.wav +008422 examples\biaobei\Wave/008422.wav +008423 examples\biaobei\Wave/008423.wav +008424 examples\biaobei\Wave/008424.wav +008425 examples\biaobei\Wave/008425.wav +008426 examples\biaobei\Wave/008426.wav +008427 examples\biaobei\Wave/008427.wav +008428 examples\biaobei\Wave/008428.wav +008429 examples\biaobei\Wave/008429.wav +008430 examples\biaobei\Wave/008430.wav +008431 examples\biaobei\Wave/008431.wav +008432 examples\biaobei\Wave/008432.wav +008433 examples\biaobei\Wave/008433.wav +008434 examples\biaobei\Wave/008434.wav +008435 examples\biaobei\Wave/008435.wav +008436 examples\biaobei\Wave/008436.wav +008437 examples\biaobei\Wave/008437.wav +008438 examples\biaobei\Wave/008438.wav +008439 examples\biaobei\Wave/008439.wav +008440 examples\biaobei\Wave/008440.wav +008441 examples\biaobei\Wave/008441.wav +008442 examples\biaobei\Wave/008442.wav +008443 examples\biaobei\Wave/008443.wav +008444 examples\biaobei\Wave/008444.wav +008445 examples\biaobei\Wave/008445.wav +008446 examples\biaobei\Wave/008446.wav +008447 examples\biaobei\Wave/008447.wav +008448 examples\biaobei\Wave/008448.wav +008449 examples\biaobei\Wave/008449.wav +008450 examples\biaobei\Wave/008450.wav +008451 examples\biaobei\Wave/008451.wav +008452 examples\biaobei\Wave/008452.wav +008453 examples\biaobei\Wave/008453.wav +008454 examples\biaobei\Wave/008454.wav +008455 examples\biaobei\Wave/008455.wav +008456 examples\biaobei\Wave/008456.wav +008457 examples\biaobei\Wave/008457.wav +008458 examples\biaobei\Wave/008458.wav +008459 examples\biaobei\Wave/008459.wav +008460 examples\biaobei\Wave/008460.wav +008461 examples\biaobei\Wave/008461.wav +008462 examples\biaobei\Wave/008462.wav +008463 examples\biaobei\Wave/008463.wav +008464 examples\biaobei\Wave/008464.wav +008465 examples\biaobei\Wave/008465.wav +008466 examples\biaobei\Wave/008466.wav +008467 examples\biaobei\Wave/008467.wav +008468 examples\biaobei\Wave/008468.wav +008469 examples\biaobei\Wave/008469.wav +008470 examples\biaobei\Wave/008470.wav +008471 examples\biaobei\Wave/008471.wav +008472 examples\biaobei\Wave/008472.wav +008473 examples\biaobei\Wave/008473.wav +008474 examples\biaobei\Wave/008474.wav +008475 examples\biaobei\Wave/008475.wav +008476 examples\biaobei\Wave/008476.wav +008477 examples\biaobei\Wave/008477.wav +008478 examples\biaobei\Wave/008478.wav +008479 examples\biaobei\Wave/008479.wav +008480 examples\biaobei\Wave/008480.wav +008481 examples\biaobei\Wave/008481.wav +008482 examples\biaobei\Wave/008482.wav +008483 examples\biaobei\Wave/008483.wav +008484 examples\biaobei\Wave/008484.wav +008485 examples\biaobei\Wave/008485.wav +008486 examples\biaobei\Wave/008486.wav +008487 examples\biaobei\Wave/008487.wav +008488 examples\biaobei\Wave/008488.wav +008489 examples\biaobei\Wave/008489.wav +008490 examples\biaobei\Wave/008490.wav +008491 examples\biaobei\Wave/008491.wav +008492 examples\biaobei\Wave/008492.wav +008493 examples\biaobei\Wave/008493.wav +008494 examples\biaobei\Wave/008494.wav +008495 examples\biaobei\Wave/008495.wav +008496 examples\biaobei\Wave/008496.wav +008497 examples\biaobei\Wave/008497.wav +008498 examples\biaobei\Wave/008498.wav +008499 examples\biaobei\Wave/008499.wav +008500 examples\biaobei\Wave/008500.wav +008501 examples\biaobei\Wave/008501.wav +008502 examples\biaobei\Wave/008502.wav +008503 examples\biaobei\Wave/008503.wav +008504 examples\biaobei\Wave/008504.wav +008505 examples\biaobei\Wave/008505.wav +008506 examples\biaobei\Wave/008506.wav +008507 examples\biaobei\Wave/008507.wav +008508 examples\biaobei\Wave/008508.wav +008509 examples\biaobei\Wave/008509.wav +008510 examples\biaobei\Wave/008510.wav +008511 examples\biaobei\Wave/008511.wav +008512 examples\biaobei\Wave/008512.wav +008513 examples\biaobei\Wave/008513.wav +008514 examples\biaobei\Wave/008514.wav +008515 examples\biaobei\Wave/008515.wav +008516 examples\biaobei\Wave/008516.wav +008517 examples\biaobei\Wave/008517.wav +008518 examples\biaobei\Wave/008518.wav +008519 examples\biaobei\Wave/008519.wav +008520 examples\biaobei\Wave/008520.wav +008521 examples\biaobei\Wave/008521.wav +008522 examples\biaobei\Wave/008522.wav +008523 examples\biaobei\Wave/008523.wav +008524 examples\biaobei\Wave/008524.wav +008525 examples\biaobei\Wave/008525.wav +008526 examples\biaobei\Wave/008526.wav +008527 examples\biaobei\Wave/008527.wav +008528 examples\biaobei\Wave/008528.wav +008529 examples\biaobei\Wave/008529.wav +008530 examples\biaobei\Wave/008530.wav +008531 examples\biaobei\Wave/008531.wav +008532 examples\biaobei\Wave/008532.wav +008533 examples\biaobei\Wave/008533.wav +008534 examples\biaobei\Wave/008534.wav +008535 examples\biaobei\Wave/008535.wav +008536 examples\biaobei\Wave/008536.wav +008537 examples\biaobei\Wave/008537.wav +008538 examples\biaobei\Wave/008538.wav +008539 examples\biaobei\Wave/008539.wav +008540 examples\biaobei\Wave/008540.wav +008541 examples\biaobei\Wave/008541.wav +008542 examples\biaobei\Wave/008542.wav +008543 examples\biaobei\Wave/008543.wav +008544 examples\biaobei\Wave/008544.wav +008545 examples\biaobei\Wave/008545.wav +008546 examples\biaobei\Wave/008546.wav +008547 examples\biaobei\Wave/008547.wav +008548 examples\biaobei\Wave/008548.wav +008549 examples\biaobei\Wave/008549.wav +008550 examples\biaobei\Wave/008550.wav +008551 examples\biaobei\Wave/008551.wav +008552 examples\biaobei\Wave/008552.wav +008553 examples\biaobei\Wave/008553.wav +008554 examples\biaobei\Wave/008554.wav +008555 examples\biaobei\Wave/008555.wav +008556 examples\biaobei\Wave/008556.wav +008557 examples\biaobei\Wave/008557.wav +008558 examples\biaobei\Wave/008558.wav +008559 examples\biaobei\Wave/008559.wav +008560 examples\biaobei\Wave/008560.wav +008561 examples\biaobei\Wave/008561.wav +008562 examples\biaobei\Wave/008562.wav +008563 examples\biaobei\Wave/008563.wav +008564 examples\biaobei\Wave/008564.wav +008565 examples\biaobei\Wave/008565.wav +008566 examples\biaobei\Wave/008566.wav +008567 examples\biaobei\Wave/008567.wav +008568 examples\biaobei\Wave/008568.wav +008569 examples\biaobei\Wave/008569.wav +008570 examples\biaobei\Wave/008570.wav +008571 examples\biaobei\Wave/008571.wav +008572 examples\biaobei\Wave/008572.wav +008573 examples\biaobei\Wave/008573.wav +008574 examples\biaobei\Wave/008574.wav +008575 examples\biaobei\Wave/008575.wav +008576 examples\biaobei\Wave/008576.wav +008577 examples\biaobei\Wave/008577.wav +008578 examples\biaobei\Wave/008578.wav +008579 examples\biaobei\Wave/008579.wav +008580 examples\biaobei\Wave/008580.wav +008581 examples\biaobei\Wave/008581.wav +008582 examples\biaobei\Wave/008582.wav +008583 examples\biaobei\Wave/008583.wav +008584 examples\biaobei\Wave/008584.wav +008585 examples\biaobei\Wave/008585.wav +008586 examples\biaobei\Wave/008586.wav +008587 examples\biaobei\Wave/008587.wav +008588 examples\biaobei\Wave/008588.wav +008589 examples\biaobei\Wave/008589.wav +008590 examples\biaobei\Wave/008590.wav +008591 examples\biaobei\Wave/008591.wav +008592 examples\biaobei\Wave/008592.wav +008593 examples\biaobei\Wave/008593.wav +008594 examples\biaobei\Wave/008594.wav +008595 examples\biaobei\Wave/008595.wav +008596 examples\biaobei\Wave/008596.wav +008597 examples\biaobei\Wave/008597.wav +008598 examples\biaobei\Wave/008598.wav +008599 examples\biaobei\Wave/008599.wav +008600 examples\biaobei\Wave/008600.wav +008601 examples\biaobei\Wave/008601.wav +008602 examples\biaobei\Wave/008602.wav +008603 examples\biaobei\Wave/008603.wav +008604 examples\biaobei\Wave/008604.wav +008605 examples\biaobei\Wave/008605.wav +008606 examples\biaobei\Wave/008606.wav +008607 examples\biaobei\Wave/008607.wav +008608 examples\biaobei\Wave/008608.wav +008609 examples\biaobei\Wave/008609.wav +008610 examples\biaobei\Wave/008610.wav +008611 examples\biaobei\Wave/008611.wav +008612 examples\biaobei\Wave/008612.wav +008613 examples\biaobei\Wave/008613.wav +008614 examples\biaobei\Wave/008614.wav +008615 examples\biaobei\Wave/008615.wav +008616 examples\biaobei\Wave/008616.wav +008617 examples\biaobei\Wave/008617.wav +008618 examples\biaobei\Wave/008618.wav +008619 examples\biaobei\Wave/008619.wav +008620 examples\biaobei\Wave/008620.wav +008621 examples\biaobei\Wave/008621.wav +008622 examples\biaobei\Wave/008622.wav +008623 examples\biaobei\Wave/008623.wav +008624 examples\biaobei\Wave/008624.wav +008625 examples\biaobei\Wave/008625.wav +008626 examples\biaobei\Wave/008626.wav +008627 examples\biaobei\Wave/008627.wav +008628 examples\biaobei\Wave/008628.wav +008629 examples\biaobei\Wave/008629.wav +008630 examples\biaobei\Wave/008630.wav +008631 examples\biaobei\Wave/008631.wav +008632 examples\biaobei\Wave/008632.wav +008633 examples\biaobei\Wave/008633.wav +008634 examples\biaobei\Wave/008634.wav +008635 examples\biaobei\Wave/008635.wav +008636 examples\biaobei\Wave/008636.wav +008637 examples\biaobei\Wave/008637.wav +008638 examples\biaobei\Wave/008638.wav +008639 examples\biaobei\Wave/008639.wav +008640 examples\biaobei\Wave/008640.wav +008641 examples\biaobei\Wave/008641.wav +008642 examples\biaobei\Wave/008642.wav +008643 examples\biaobei\Wave/008643.wav +008644 examples\biaobei\Wave/008644.wav +008645 examples\biaobei\Wave/008645.wav +008646 examples\biaobei\Wave/008646.wav +008647 examples\biaobei\Wave/008647.wav +008648 examples\biaobei\Wave/008648.wav +008649 examples\biaobei\Wave/008649.wav +008650 examples\biaobei\Wave/008650.wav +008651 examples\biaobei\Wave/008651.wav +008652 examples\biaobei\Wave/008652.wav +008653 examples\biaobei\Wave/008653.wav +008654 examples\biaobei\Wave/008654.wav +008655 examples\biaobei\Wave/008655.wav +008656 examples\biaobei\Wave/008656.wav +008657 examples\biaobei\Wave/008657.wav +008658 examples\biaobei\Wave/008658.wav +008659 examples\biaobei\Wave/008659.wav +008660 examples\biaobei\Wave/008660.wav +008661 examples\biaobei\Wave/008661.wav +008662 examples\biaobei\Wave/008662.wav +008663 examples\biaobei\Wave/008663.wav +008664 examples\biaobei\Wave/008664.wav +008665 examples\biaobei\Wave/008665.wav +008666 examples\biaobei\Wave/008666.wav +008667 examples\biaobei\Wave/008667.wav +008668 examples\biaobei\Wave/008668.wav +008669 examples\biaobei\Wave/008669.wav +008670 examples\biaobei\Wave/008670.wav +008671 examples\biaobei\Wave/008671.wav +008672 examples\biaobei\Wave/008672.wav +008673 examples\biaobei\Wave/008673.wav +008674 examples\biaobei\Wave/008674.wav +008675 examples\biaobei\Wave/008675.wav +008676 examples\biaobei\Wave/008676.wav +008677 examples\biaobei\Wave/008677.wav +008678 examples\biaobei\Wave/008678.wav +008679 examples\biaobei\Wave/008679.wav +008680 examples\biaobei\Wave/008680.wav +008681 examples\biaobei\Wave/008681.wav +008682 examples\biaobei\Wave/008682.wav +008683 examples\biaobei\Wave/008683.wav +008684 examples\biaobei\Wave/008684.wav +008685 examples\biaobei\Wave/008685.wav +008686 examples\biaobei\Wave/008686.wav +008687 examples\biaobei\Wave/008687.wav +008688 examples\biaobei\Wave/008688.wav +008689 examples\biaobei\Wave/008689.wav +008690 examples\biaobei\Wave/008690.wav +008691 examples\biaobei\Wave/008691.wav +008692 examples\biaobei\Wave/008692.wav +008693 examples\biaobei\Wave/008693.wav +008694 examples\biaobei\Wave/008694.wav +008695 examples\biaobei\Wave/008695.wav +008696 examples\biaobei\Wave/008696.wav +008697 examples\biaobei\Wave/008697.wav +008698 examples\biaobei\Wave/008698.wav +008699 examples\biaobei\Wave/008699.wav +008700 examples\biaobei\Wave/008700.wav +008701 examples\biaobei\Wave/008701.wav +008702 examples\biaobei\Wave/008702.wav +008703 examples\biaobei\Wave/008703.wav +008704 examples\biaobei\Wave/008704.wav +008705 examples\biaobei\Wave/008705.wav +008706 examples\biaobei\Wave/008706.wav +008707 examples\biaobei\Wave/008707.wav +008708 examples\biaobei\Wave/008708.wav +008709 examples\biaobei\Wave/008709.wav +008710 examples\biaobei\Wave/008710.wav +008711 examples\biaobei\Wave/008711.wav +008712 examples\biaobei\Wave/008712.wav +008713 examples\biaobei\Wave/008713.wav +008714 examples\biaobei\Wave/008714.wav +008715 examples\biaobei\Wave/008715.wav +008716 examples\biaobei\Wave/008716.wav +008717 examples\biaobei\Wave/008717.wav +008718 examples\biaobei\Wave/008718.wav +008719 examples\biaobei\Wave/008719.wav +008720 examples\biaobei\Wave/008720.wav +008721 examples\biaobei\Wave/008721.wav +008722 examples\biaobei\Wave/008722.wav +008723 examples\biaobei\Wave/008723.wav +008724 examples\biaobei\Wave/008724.wav +008725 examples\biaobei\Wave/008725.wav +008726 examples\biaobei\Wave/008726.wav +008727 examples\biaobei\Wave/008727.wav +008728 examples\biaobei\Wave/008728.wav +008729 examples\biaobei\Wave/008729.wav +008730 examples\biaobei\Wave/008730.wav +008731 examples\biaobei\Wave/008731.wav +008732 examples\biaobei\Wave/008732.wav +008733 examples\biaobei\Wave/008733.wav +008734 examples\biaobei\Wave/008734.wav +008735 examples\biaobei\Wave/008735.wav +008736 examples\biaobei\Wave/008736.wav +008737 examples\biaobei\Wave/008737.wav +008738 examples\biaobei\Wave/008738.wav +008739 examples\biaobei\Wave/008739.wav +008740 examples\biaobei\Wave/008740.wav +008741 examples\biaobei\Wave/008741.wav +008742 examples\biaobei\Wave/008742.wav +008743 examples\biaobei\Wave/008743.wav +008744 examples\biaobei\Wave/008744.wav +008745 examples\biaobei\Wave/008745.wav +008746 examples\biaobei\Wave/008746.wav +008747 examples\biaobei\Wave/008747.wav +008748 examples\biaobei\Wave/008748.wav +008749 examples\biaobei\Wave/008749.wav +008750 examples\biaobei\Wave/008750.wav +008751 examples\biaobei\Wave/008751.wav +008752 examples\biaobei\Wave/008752.wav +008753 examples\biaobei\Wave/008753.wav +008754 examples\biaobei\Wave/008754.wav +008755 examples\biaobei\Wave/008755.wav +008756 examples\biaobei\Wave/008756.wav +008757 examples\biaobei\Wave/008757.wav +008758 examples\biaobei\Wave/008758.wav +008759 examples\biaobei\Wave/008759.wav +008760 examples\biaobei\Wave/008760.wav +008761 examples\biaobei\Wave/008761.wav +008762 examples\biaobei\Wave/008762.wav +008763 examples\biaobei\Wave/008763.wav +008764 examples\biaobei\Wave/008764.wav +008765 examples\biaobei\Wave/008765.wav +008766 examples\biaobei\Wave/008766.wav +008767 examples\biaobei\Wave/008767.wav +008768 examples\biaobei\Wave/008768.wav +008769 examples\biaobei\Wave/008769.wav +008770 examples\biaobei\Wave/008770.wav +008771 examples\biaobei\Wave/008771.wav +008772 examples\biaobei\Wave/008772.wav +008773 examples\biaobei\Wave/008773.wav +008774 examples\biaobei\Wave/008774.wav +008775 examples\biaobei\Wave/008775.wav +008776 examples\biaobei\Wave/008776.wav +008777 examples\biaobei\Wave/008777.wav +008778 examples\biaobei\Wave/008778.wav +008779 examples\biaobei\Wave/008779.wav +008780 examples\biaobei\Wave/008780.wav +008781 examples\biaobei\Wave/008781.wav +008782 examples\biaobei\Wave/008782.wav +008783 examples\biaobei\Wave/008783.wav +008784 examples\biaobei\Wave/008784.wav +008785 examples\biaobei\Wave/008785.wav +008786 examples\biaobei\Wave/008786.wav +008787 examples\biaobei\Wave/008787.wav +008788 examples\biaobei\Wave/008788.wav +008789 examples\biaobei\Wave/008789.wav +008790 examples\biaobei\Wave/008790.wav +008791 examples\biaobei\Wave/008791.wav +008792 examples\biaobei\Wave/008792.wav +008793 examples\biaobei\Wave/008793.wav +008794 examples\biaobei\Wave/008794.wav +008795 examples\biaobei\Wave/008795.wav +008796 examples\biaobei\Wave/008796.wav +008797 examples\biaobei\Wave/008797.wav +008798 examples\biaobei\Wave/008798.wav +008799 examples\biaobei\Wave/008799.wav +008800 examples\biaobei\Wave/008800.wav +008801 examples\biaobei\Wave/008801.wav +008802 examples\biaobei\Wave/008802.wav +008803 examples\biaobei\Wave/008803.wav +008804 examples\biaobei\Wave/008804.wav +008805 examples\biaobei\Wave/008805.wav +008806 examples\biaobei\Wave/008806.wav +008807 examples\biaobei\Wave/008807.wav +008808 examples\biaobei\Wave/008808.wav +008809 examples\biaobei\Wave/008809.wav +008810 examples\biaobei\Wave/008810.wav +008811 examples\biaobei\Wave/008811.wav +008812 examples\biaobei\Wave/008812.wav +008813 examples\biaobei\Wave/008813.wav +008814 examples\biaobei\Wave/008814.wav +008815 examples\biaobei\Wave/008815.wav +008816 examples\biaobei\Wave/008816.wav +008817 examples\biaobei\Wave/008817.wav +008818 examples\biaobei\Wave/008818.wav +008819 examples\biaobei\Wave/008819.wav +008820 examples\biaobei\Wave/008820.wav +008821 examples\biaobei\Wave/008821.wav +008822 examples\biaobei\Wave/008822.wav +008823 examples\biaobei\Wave/008823.wav +008824 examples\biaobei\Wave/008824.wav +008825 examples\biaobei\Wave/008825.wav +008826 examples\biaobei\Wave/008826.wav +008827 examples\biaobei\Wave/008827.wav +008828 examples\biaobei\Wave/008828.wav +008829 examples\biaobei\Wave/008829.wav +008830 examples\biaobei\Wave/008830.wav +008831 examples\biaobei\Wave/008831.wav +008832 examples\biaobei\Wave/008832.wav +008833 examples\biaobei\Wave/008833.wav +008834 examples\biaobei\Wave/008834.wav +008835 examples\biaobei\Wave/008835.wav +008836 examples\biaobei\Wave/008836.wav +008837 examples\biaobei\Wave/008837.wav +008838 examples\biaobei\Wave/008838.wav +008839 examples\biaobei\Wave/008839.wav +008840 examples\biaobei\Wave/008840.wav +008841 examples\biaobei\Wave/008841.wav +008842 examples\biaobei\Wave/008842.wav +008843 examples\biaobei\Wave/008843.wav +008844 examples\biaobei\Wave/008844.wav +008845 examples\biaobei\Wave/008845.wav +008846 examples\biaobei\Wave/008846.wav +008847 examples\biaobei\Wave/008847.wav +008848 examples\biaobei\Wave/008848.wav +008849 examples\biaobei\Wave/008849.wav +008850 examples\biaobei\Wave/008850.wav +008851 examples\biaobei\Wave/008851.wav +008852 examples\biaobei\Wave/008852.wav +008853 examples\biaobei\Wave/008853.wav +008854 examples\biaobei\Wave/008854.wav +008855 examples\biaobei\Wave/008855.wav +008856 examples\biaobei\Wave/008856.wav +008857 examples\biaobei\Wave/008857.wav +008858 examples\biaobei\Wave/008858.wav +008859 examples\biaobei\Wave/008859.wav +008860 examples\biaobei\Wave/008860.wav +008861 examples\biaobei\Wave/008861.wav +008862 examples\biaobei\Wave/008862.wav +008863 examples\biaobei\Wave/008863.wav +008864 examples\biaobei\Wave/008864.wav +008865 examples\biaobei\Wave/008865.wav +008866 examples\biaobei\Wave/008866.wav +008867 examples\biaobei\Wave/008867.wav +008868 examples\biaobei\Wave/008868.wav +008869 examples\biaobei\Wave/008869.wav +008870 examples\biaobei\Wave/008870.wav +008871 examples\biaobei\Wave/008871.wav +008872 examples\biaobei\Wave/008872.wav +008873 examples\biaobei\Wave/008873.wav +008874 examples\biaobei\Wave/008874.wav +008875 examples\biaobei\Wave/008875.wav +008876 examples\biaobei\Wave/008876.wav +008877 examples\biaobei\Wave/008877.wav +008878 examples\biaobei\Wave/008878.wav +008879 examples\biaobei\Wave/008879.wav +008880 examples\biaobei\Wave/008880.wav +008881 examples\biaobei\Wave/008881.wav +008882 examples\biaobei\Wave/008882.wav +008883 examples\biaobei\Wave/008883.wav +008884 examples\biaobei\Wave/008884.wav +008885 examples\biaobei\Wave/008885.wav +008886 examples\biaobei\Wave/008886.wav +008887 examples\biaobei\Wave/008887.wav +008888 examples\biaobei\Wave/008888.wav +008889 examples\biaobei\Wave/008889.wav +008890 examples\biaobei\Wave/008890.wav +008891 examples\biaobei\Wave/008891.wav +008892 examples\biaobei\Wave/008892.wav +008893 examples\biaobei\Wave/008893.wav +008894 examples\biaobei\Wave/008894.wav +008895 examples\biaobei\Wave/008895.wav +008896 examples\biaobei\Wave/008896.wav +008897 examples\biaobei\Wave/008897.wav +008898 examples\biaobei\Wave/008898.wav +008899 examples\biaobei\Wave/008899.wav +008900 examples\biaobei\Wave/008900.wav +008901 examples\biaobei\Wave/008901.wav +008902 examples\biaobei\Wave/008902.wav +008903 examples\biaobei\Wave/008903.wav +008904 examples\biaobei\Wave/008904.wav +008905 examples\biaobei\Wave/008905.wav +008906 examples\biaobei\Wave/008906.wav +008907 examples\biaobei\Wave/008907.wav +008908 examples\biaobei\Wave/008908.wav +008909 examples\biaobei\Wave/008909.wav +008910 examples\biaobei\Wave/008910.wav +008911 examples\biaobei\Wave/008911.wav +008912 examples\biaobei\Wave/008912.wav +008913 examples\biaobei\Wave/008913.wav +008914 examples\biaobei\Wave/008914.wav +008915 examples\biaobei\Wave/008915.wav +008916 examples\biaobei\Wave/008916.wav +008917 examples\biaobei\Wave/008917.wav +008918 examples\biaobei\Wave/008918.wav +008919 examples\biaobei\Wave/008919.wav +008920 examples\biaobei\Wave/008920.wav +008921 examples\biaobei\Wave/008921.wav +008922 examples\biaobei\Wave/008922.wav +008923 examples\biaobei\Wave/008923.wav +008924 examples\biaobei\Wave/008924.wav +008925 examples\biaobei\Wave/008925.wav +008926 examples\biaobei\Wave/008926.wav +008927 examples\biaobei\Wave/008927.wav +008928 examples\biaobei\Wave/008928.wav +008929 examples\biaobei\Wave/008929.wav +008930 examples\biaobei\Wave/008930.wav +008931 examples\biaobei\Wave/008931.wav +008932 examples\biaobei\Wave/008932.wav +008933 examples\biaobei\Wave/008933.wav +008934 examples\biaobei\Wave/008934.wav +008935 examples\biaobei\Wave/008935.wav +008936 examples\biaobei\Wave/008936.wav +008937 examples\biaobei\Wave/008937.wav +008938 examples\biaobei\Wave/008938.wav +008939 examples\biaobei\Wave/008939.wav +008940 examples\biaobei\Wave/008940.wav +008941 examples\biaobei\Wave/008941.wav +008942 examples\biaobei\Wave/008942.wav +008943 examples\biaobei\Wave/008943.wav +008944 examples\biaobei\Wave/008944.wav +008945 examples\biaobei\Wave/008945.wav +008946 examples\biaobei\Wave/008946.wav +008947 examples\biaobei\Wave/008947.wav +008948 examples\biaobei\Wave/008948.wav +008949 examples\biaobei\Wave/008949.wav +008950 examples\biaobei\Wave/008950.wav +008951 examples\biaobei\Wave/008951.wav +008952 examples\biaobei\Wave/008952.wav +008953 examples\biaobei\Wave/008953.wav +008954 examples\biaobei\Wave/008954.wav +008955 examples\biaobei\Wave/008955.wav +008956 examples\biaobei\Wave/008956.wav +008957 examples\biaobei\Wave/008957.wav +008958 examples\biaobei\Wave/008958.wav +008959 examples\biaobei\Wave/008959.wav +008960 examples\biaobei\Wave/008960.wav +008961 examples\biaobei\Wave/008961.wav +008962 examples\biaobei\Wave/008962.wav +008963 examples\biaobei\Wave/008963.wav +008964 examples\biaobei\Wave/008964.wav +008965 examples\biaobei\Wave/008965.wav +008966 examples\biaobei\Wave/008966.wav +008967 examples\biaobei\Wave/008967.wav +008968 examples\biaobei\Wave/008968.wav +008969 examples\biaobei\Wave/008969.wav +008970 examples\biaobei\Wave/008970.wav +008971 examples\biaobei\Wave/008971.wav +008972 examples\biaobei\Wave/008972.wav +008973 examples\biaobei\Wave/008973.wav +008974 examples\biaobei\Wave/008974.wav +008975 examples\biaobei\Wave/008975.wav +008976 examples\biaobei\Wave/008976.wav +008977 examples\biaobei\Wave/008977.wav +008978 examples\biaobei\Wave/008978.wav +008979 examples\biaobei\Wave/008979.wav +008980 examples\biaobei\Wave/008980.wav +008981 examples\biaobei\Wave/008981.wav +008982 examples\biaobei\Wave/008982.wav +008983 examples\biaobei\Wave/008983.wav +008984 examples\biaobei\Wave/008984.wav +008985 examples\biaobei\Wave/008985.wav +008986 examples\biaobei\Wave/008986.wav +008987 examples\biaobei\Wave/008987.wav +008988 examples\biaobei\Wave/008988.wav +008989 examples\biaobei\Wave/008989.wav +008990 examples\biaobei\Wave/008990.wav +008991 examples\biaobei\Wave/008991.wav +008992 examples\biaobei\Wave/008992.wav +008993 examples\biaobei\Wave/008993.wav +008994 examples\biaobei\Wave/008994.wav +008995 examples\biaobei\Wave/008995.wav +008996 examples\biaobei\Wave/008996.wav +008997 examples\biaobei\Wave/008997.wav +008998 examples\biaobei\Wave/008998.wav +008999 examples\biaobei\Wave/008999.wav +009000 examples\biaobei\Wave/009000.wav +009001 examples\biaobei\Wave/009001.wav +009002 examples\biaobei\Wave/009002.wav +009003 examples\biaobei\Wave/009003.wav +009004 examples\biaobei\Wave/009004.wav +009005 examples\biaobei\Wave/009005.wav +009006 examples\biaobei\Wave/009006.wav +009007 examples\biaobei\Wave/009007.wav +009008 examples\biaobei\Wave/009008.wav +009009 examples\biaobei\Wave/009009.wav +009010 examples\biaobei\Wave/009010.wav +009011 examples\biaobei\Wave/009011.wav +009012 examples\biaobei\Wave/009012.wav +009013 examples\biaobei\Wave/009013.wav +009014 examples\biaobei\Wave/009014.wav +009015 examples\biaobei\Wave/009015.wav +009016 examples\biaobei\Wave/009016.wav +009017 examples\biaobei\Wave/009017.wav +009018 examples\biaobei\Wave/009018.wav +009019 examples\biaobei\Wave/009019.wav +009020 examples\biaobei\Wave/009020.wav +009021 examples\biaobei\Wave/009021.wav +009022 examples\biaobei\Wave/009022.wav +009023 examples\biaobei\Wave/009023.wav +009024 examples\biaobei\Wave/009024.wav +009025 examples\biaobei\Wave/009025.wav +009026 examples\biaobei\Wave/009026.wav +009027 examples\biaobei\Wave/009027.wav +009028 examples\biaobei\Wave/009028.wav +009029 examples\biaobei\Wave/009029.wav +009030 examples\biaobei\Wave/009030.wav +009031 examples\biaobei\Wave/009031.wav +009032 examples\biaobei\Wave/009032.wav +009033 examples\biaobei\Wave/009033.wav +009034 examples\biaobei\Wave/009034.wav +009035 examples\biaobei\Wave/009035.wav +009036 examples\biaobei\Wave/009036.wav +009037 examples\biaobei\Wave/009037.wav +009038 examples\biaobei\Wave/009038.wav +009039 examples\biaobei\Wave/009039.wav +009040 examples\biaobei\Wave/009040.wav +009041 examples\biaobei\Wave/009041.wav +009042 examples\biaobei\Wave/009042.wav +009043 examples\biaobei\Wave/009043.wav +009044 examples\biaobei\Wave/009044.wav +009045 examples\biaobei\Wave/009045.wav +009046 examples\biaobei\Wave/009046.wav +009047 examples\biaobei\Wave/009047.wav +009048 examples\biaobei\Wave/009048.wav +009049 examples\biaobei\Wave/009049.wav +009050 examples\biaobei\Wave/009050.wav +009051 examples\biaobei\Wave/009051.wav +009052 examples\biaobei\Wave/009052.wav +009053 examples\biaobei\Wave/009053.wav +009054 examples\biaobei\Wave/009054.wav +009055 examples\biaobei\Wave/009055.wav +009056 examples\biaobei\Wave/009056.wav +009057 examples\biaobei\Wave/009057.wav +009058 examples\biaobei\Wave/009058.wav +009059 examples\biaobei\Wave/009059.wav +009060 examples\biaobei\Wave/009060.wav +009061 examples\biaobei\Wave/009061.wav +009062 examples\biaobei\Wave/009062.wav +009063 examples\biaobei\Wave/009063.wav +009064 examples\biaobei\Wave/009064.wav +009065 examples\biaobei\Wave/009065.wav +009066 examples\biaobei\Wave/009066.wav +009067 examples\biaobei\Wave/009067.wav +009068 examples\biaobei\Wave/009068.wav +009069 examples\biaobei\Wave/009069.wav +009070 examples\biaobei\Wave/009070.wav +009071 examples\biaobei\Wave/009071.wav +009072 examples\biaobei\Wave/009072.wav +009073 examples\biaobei\Wave/009073.wav +009074 examples\biaobei\Wave/009074.wav +009075 examples\biaobei\Wave/009075.wav +009076 examples\biaobei\Wave/009076.wav +009077 examples\biaobei\Wave/009077.wav +009078 examples\biaobei\Wave/009078.wav +009079 examples\biaobei\Wave/009079.wav +009080 examples\biaobei\Wave/009080.wav +009081 examples\biaobei\Wave/009081.wav +009082 examples\biaobei\Wave/009082.wav +009083 examples\biaobei\Wave/009083.wav +009084 examples\biaobei\Wave/009084.wav +009085 examples\biaobei\Wave/009085.wav +009086 examples\biaobei\Wave/009086.wav +009087 examples\biaobei\Wave/009087.wav +009088 examples\biaobei\Wave/009088.wav +009089 examples\biaobei\Wave/009089.wav +009090 examples\biaobei\Wave/009090.wav +009091 examples\biaobei\Wave/009091.wav +009092 examples\biaobei\Wave/009092.wav +009093 examples\biaobei\Wave/009093.wav +009094 examples\biaobei\Wave/009094.wav +009095 examples\biaobei\Wave/009095.wav +009096 examples\biaobei\Wave/009096.wav +009097 examples\biaobei\Wave/009097.wav +009098 examples\biaobei\Wave/009098.wav +009099 examples\biaobei\Wave/009099.wav +009100 examples\biaobei\Wave/009100.wav +009101 examples\biaobei\Wave/009101.wav +009102 examples\biaobei\Wave/009102.wav +009103 examples\biaobei\Wave/009103.wav +009104 examples\biaobei\Wave/009104.wav +009105 examples\biaobei\Wave/009105.wav +009106 examples\biaobei\Wave/009106.wav +009107 examples\biaobei\Wave/009107.wav +009108 examples\biaobei\Wave/009108.wav +009109 examples\biaobei\Wave/009109.wav +009110 examples\biaobei\Wave/009110.wav +009111 examples\biaobei\Wave/009111.wav +009112 examples\biaobei\Wave/009112.wav +009113 examples\biaobei\Wave/009113.wav +009114 examples\biaobei\Wave/009114.wav +009115 examples\biaobei\Wave/009115.wav +009116 examples\biaobei\Wave/009116.wav +009117 examples\biaobei\Wave/009117.wav +009118 examples\biaobei\Wave/009118.wav +009119 examples\biaobei\Wave/009119.wav +009120 examples\biaobei\Wave/009120.wav +009121 examples\biaobei\Wave/009121.wav +009122 examples\biaobei\Wave/009122.wav +009123 examples\biaobei\Wave/009123.wav +009124 examples\biaobei\Wave/009124.wav +009125 examples\biaobei\Wave/009125.wav +009126 examples\biaobei\Wave/009126.wav +009127 examples\biaobei\Wave/009127.wav +009128 examples\biaobei\Wave/009128.wav +009129 examples\biaobei\Wave/009129.wav +009130 examples\biaobei\Wave/009130.wav +009131 examples\biaobei\Wave/009131.wav +009132 examples\biaobei\Wave/009132.wav +009133 examples\biaobei\Wave/009133.wav +009134 examples\biaobei\Wave/009134.wav +009135 examples\biaobei\Wave/009135.wav +009136 examples\biaobei\Wave/009136.wav +009137 examples\biaobei\Wave/009137.wav +009138 examples\biaobei\Wave/009138.wav +009139 examples\biaobei\Wave/009139.wav +009140 examples\biaobei\Wave/009140.wav +009141 examples\biaobei\Wave/009141.wav +009142 examples\biaobei\Wave/009142.wav +009143 examples\biaobei\Wave/009143.wav +009144 examples\biaobei\Wave/009144.wav +009145 examples\biaobei\Wave/009145.wav +009146 examples\biaobei\Wave/009146.wav +009147 examples\biaobei\Wave/009147.wav +009148 examples\biaobei\Wave/009148.wav +009149 examples\biaobei\Wave/009149.wav +009150 examples\biaobei\Wave/009150.wav +009151 examples\biaobei\Wave/009151.wav +009152 examples\biaobei\Wave/009152.wav +009153 examples\biaobei\Wave/009153.wav +009154 examples\biaobei\Wave/009154.wav +009155 examples\biaobei\Wave/009155.wav +009156 examples\biaobei\Wave/009156.wav +009157 examples\biaobei\Wave/009157.wav +009158 examples\biaobei\Wave/009158.wav +009159 examples\biaobei\Wave/009159.wav +009160 examples\biaobei\Wave/009160.wav +009161 examples\biaobei\Wave/009161.wav +009162 examples\biaobei\Wave/009162.wav +009163 examples\biaobei\Wave/009163.wav +009164 examples\biaobei\Wave/009164.wav +009165 examples\biaobei\Wave/009165.wav +009166 examples\biaobei\Wave/009166.wav +009167 examples\biaobei\Wave/009167.wav +009168 examples\biaobei\Wave/009168.wav +009169 examples\biaobei\Wave/009169.wav +009170 examples\biaobei\Wave/009170.wav +009171 examples\biaobei\Wave/009171.wav +009172 examples\biaobei\Wave/009172.wav +009173 examples\biaobei\Wave/009173.wav +009174 examples\biaobei\Wave/009174.wav +009175 examples\biaobei\Wave/009175.wav +009176 examples\biaobei\Wave/009176.wav +009177 examples\biaobei\Wave/009177.wav +009178 examples\biaobei\Wave/009178.wav +009179 examples\biaobei\Wave/009179.wav +009180 examples\biaobei\Wave/009180.wav +009181 examples\biaobei\Wave/009181.wav +009182 examples\biaobei\Wave/009182.wav +009183 examples\biaobei\Wave/009183.wav +009184 examples\biaobei\Wave/009184.wav +009185 examples\biaobei\Wave/009185.wav +009186 examples\biaobei\Wave/009186.wav +009187 examples\biaobei\Wave/009187.wav +009188 examples\biaobei\Wave/009188.wav +009189 examples\biaobei\Wave/009189.wav +009190 examples\biaobei\Wave/009190.wav +009191 examples\biaobei\Wave/009191.wav +009192 examples\biaobei\Wave/009192.wav +009193 examples\biaobei\Wave/009193.wav +009194 examples\biaobei\Wave/009194.wav +009195 examples\biaobei\Wave/009195.wav +009196 examples\biaobei\Wave/009196.wav +009197 examples\biaobei\Wave/009197.wav +009198 examples\biaobei\Wave/009198.wav +009199 examples\biaobei\Wave/009199.wav +009200 examples\biaobei\Wave/009200.wav +009201 examples\biaobei\Wave/009201.wav +009202 examples\biaobei\Wave/009202.wav +009203 examples\biaobei\Wave/009203.wav +009204 examples\biaobei\Wave/009204.wav +009205 examples\biaobei\Wave/009205.wav +009206 examples\biaobei\Wave/009206.wav +009207 examples\biaobei\Wave/009207.wav +009208 examples\biaobei\Wave/009208.wav +009209 examples\biaobei\Wave/009209.wav +009210 examples\biaobei\Wave/009210.wav +009211 examples\biaobei\Wave/009211.wav +009212 examples\biaobei\Wave/009212.wav +009213 examples\biaobei\Wave/009213.wav +009214 examples\biaobei\Wave/009214.wav +009215 examples\biaobei\Wave/009215.wav +009216 examples\biaobei\Wave/009216.wav +009217 examples\biaobei\Wave/009217.wav +009218 examples\biaobei\Wave/009218.wav +009219 examples\biaobei\Wave/009219.wav +009220 examples\biaobei\Wave/009220.wav +009221 examples\biaobei\Wave/009221.wav +009222 examples\biaobei\Wave/009222.wav +009223 examples\biaobei\Wave/009223.wav +009224 examples\biaobei\Wave/009224.wav +009225 examples\biaobei\Wave/009225.wav +009226 examples\biaobei\Wave/009226.wav +009227 examples\biaobei\Wave/009227.wav +009228 examples\biaobei\Wave/009228.wav +009229 examples\biaobei\Wave/009229.wav +009230 examples\biaobei\Wave/009230.wav +009231 examples\biaobei\Wave/009231.wav +009232 examples\biaobei\Wave/009232.wav +009233 examples\biaobei\Wave/009233.wav +009234 examples\biaobei\Wave/009234.wav +009235 examples\biaobei\Wave/009235.wav +009236 examples\biaobei\Wave/009236.wav +009237 examples\biaobei\Wave/009237.wav +009238 examples\biaobei\Wave/009238.wav +009239 examples\biaobei\Wave/009239.wav +009240 examples\biaobei\Wave/009240.wav +009241 examples\biaobei\Wave/009241.wav +009242 examples\biaobei\Wave/009242.wav +009243 examples\biaobei\Wave/009243.wav +009244 examples\biaobei\Wave/009244.wav +009245 examples\biaobei\Wave/009245.wav +009246 examples\biaobei\Wave/009246.wav +009247 examples\biaobei\Wave/009247.wav +009248 examples\biaobei\Wave/009248.wav +009249 examples\biaobei\Wave/009249.wav +009250 examples\biaobei\Wave/009250.wav +009251 examples\biaobei\Wave/009251.wav +009252 examples\biaobei\Wave/009252.wav +009253 examples\biaobei\Wave/009253.wav +009254 examples\biaobei\Wave/009254.wav +009255 examples\biaobei\Wave/009255.wav +009256 examples\biaobei\Wave/009256.wav +009257 examples\biaobei\Wave/009257.wav +009258 examples\biaobei\Wave/009258.wav +009259 examples\biaobei\Wave/009259.wav +009260 examples\biaobei\Wave/009260.wav +009261 examples\biaobei\Wave/009261.wav +009262 examples\biaobei\Wave/009262.wav +009263 examples\biaobei\Wave/009263.wav +009264 examples\biaobei\Wave/009264.wav +009265 examples\biaobei\Wave/009265.wav +009266 examples\biaobei\Wave/009266.wav +009267 examples\biaobei\Wave/009267.wav +009268 examples\biaobei\Wave/009268.wav +009269 examples\biaobei\Wave/009269.wav +009270 examples\biaobei\Wave/009270.wav +009271 examples\biaobei\Wave/009271.wav +009272 examples\biaobei\Wave/009272.wav +009273 examples\biaobei\Wave/009273.wav +009274 examples\biaobei\Wave/009274.wav +009275 examples\biaobei\Wave/009275.wav +009276 examples\biaobei\Wave/009276.wav +009277 examples\biaobei\Wave/009277.wav +009278 examples\biaobei\Wave/009278.wav +009279 examples\biaobei\Wave/009279.wav +009280 examples\biaobei\Wave/009280.wav +009281 examples\biaobei\Wave/009281.wav +009282 examples\biaobei\Wave/009282.wav +009283 examples\biaobei\Wave/009283.wav +009284 examples\biaobei\Wave/009284.wav +009285 examples\biaobei\Wave/009285.wav +009286 examples\biaobei\Wave/009286.wav +009287 examples\biaobei\Wave/009287.wav +009288 examples\biaobei\Wave/009288.wav +009289 examples\biaobei\Wave/009289.wav +009290 examples\biaobei\Wave/009290.wav +009291 examples\biaobei\Wave/009291.wav +009292 examples\biaobei\Wave/009292.wav +009293 examples\biaobei\Wave/009293.wav +009294 examples\biaobei\Wave/009294.wav +009295 examples\biaobei\Wave/009295.wav +009296 examples\biaobei\Wave/009296.wav +009297 examples\biaobei\Wave/009297.wav +009298 examples\biaobei\Wave/009298.wav +009299 examples\biaobei\Wave/009299.wav +009300 examples\biaobei\Wave/009300.wav +009301 examples\biaobei\Wave/009301.wav +009302 examples\biaobei\Wave/009302.wav +009303 examples\biaobei\Wave/009303.wav +009304 examples\biaobei\Wave/009304.wav +009305 examples\biaobei\Wave/009305.wav +009306 examples\biaobei\Wave/009306.wav +009307 examples\biaobei\Wave/009307.wav +009308 examples\biaobei\Wave/009308.wav +009309 examples\biaobei\Wave/009309.wav +009310 examples\biaobei\Wave/009310.wav +009311 examples\biaobei\Wave/009311.wav +009312 examples\biaobei\Wave/009312.wav +009313 examples\biaobei\Wave/009313.wav +009314 examples\biaobei\Wave/009314.wav +009315 examples\biaobei\Wave/009315.wav +009316 examples\biaobei\Wave/009316.wav +009317 examples\biaobei\Wave/009317.wav +009318 examples\biaobei\Wave/009318.wav +009319 examples\biaobei\Wave/009319.wav +009320 examples\biaobei\Wave/009320.wav +009321 examples\biaobei\Wave/009321.wav +009322 examples\biaobei\Wave/009322.wav +009323 examples\biaobei\Wave/009323.wav +009324 examples\biaobei\Wave/009324.wav +009325 examples\biaobei\Wave/009325.wav +009326 examples\biaobei\Wave/009326.wav +009327 examples\biaobei\Wave/009327.wav +009328 examples\biaobei\Wave/009328.wav +009329 examples\biaobei\Wave/009329.wav +009330 examples\biaobei\Wave/009330.wav +009331 examples\biaobei\Wave/009331.wav +009332 examples\biaobei\Wave/009332.wav +009333 examples\biaobei\Wave/009333.wav +009334 examples\biaobei\Wave/009334.wav +009335 examples\biaobei\Wave/009335.wav +009336 examples\biaobei\Wave/009336.wav +009337 examples\biaobei\Wave/009337.wav +009338 examples\biaobei\Wave/009338.wav +009339 examples\biaobei\Wave/009339.wav +009340 examples\biaobei\Wave/009340.wav +009341 examples\biaobei\Wave/009341.wav +009342 examples\biaobei\Wave/009342.wav +009343 examples\biaobei\Wave/009343.wav +009344 examples\biaobei\Wave/009344.wav +009345 examples\biaobei\Wave/009345.wav +009346 examples\biaobei\Wave/009346.wav +009347 examples\biaobei\Wave/009347.wav +009348 examples\biaobei\Wave/009348.wav +009349 examples\biaobei\Wave/009349.wav +009350 examples\biaobei\Wave/009350.wav +009351 examples\biaobei\Wave/009351.wav +009352 examples\biaobei\Wave/009352.wav +009353 examples\biaobei\Wave/009353.wav +009354 examples\biaobei\Wave/009354.wav +009355 examples\biaobei\Wave/009355.wav +009356 examples\biaobei\Wave/009356.wav +009357 examples\biaobei\Wave/009357.wav +009358 examples\biaobei\Wave/009358.wav +009359 examples\biaobei\Wave/009359.wav +009360 examples\biaobei\Wave/009360.wav +009361 examples\biaobei\Wave/009361.wav +009362 examples\biaobei\Wave/009362.wav +009363 examples\biaobei\Wave/009363.wav +009364 examples\biaobei\Wave/009364.wav +009365 examples\biaobei\Wave/009365.wav +009366 examples\biaobei\Wave/009366.wav +009367 examples\biaobei\Wave/009367.wav +009368 examples\biaobei\Wave/009368.wav +009369 examples\biaobei\Wave/009369.wav +009370 examples\biaobei\Wave/009370.wav +009371 examples\biaobei\Wave/009371.wav +009372 examples\biaobei\Wave/009372.wav +009373 examples\biaobei\Wave/009373.wav +009374 examples\biaobei\Wave/009374.wav +009375 examples\biaobei\Wave/009375.wav +009376 examples\biaobei\Wave/009376.wav +009377 examples\biaobei\Wave/009377.wav +009378 examples\biaobei\Wave/009378.wav +009379 examples\biaobei\Wave/009379.wav +009380 examples\biaobei\Wave/009380.wav +009381 examples\biaobei\Wave/009381.wav +009382 examples\biaobei\Wave/009382.wav +009383 examples\biaobei\Wave/009383.wav +009384 examples\biaobei\Wave/009384.wav +009385 examples\biaobei\Wave/009385.wav +009386 examples\biaobei\Wave/009386.wav +009387 examples\biaobei\Wave/009387.wav +009388 examples\biaobei\Wave/009388.wav +009389 examples\biaobei\Wave/009389.wav +009390 examples\biaobei\Wave/009390.wav +009391 examples\biaobei\Wave/009391.wav +009392 examples\biaobei\Wave/009392.wav +009393 examples\biaobei\Wave/009393.wav +009394 examples\biaobei\Wave/009394.wav +009395 examples\biaobei\Wave/009395.wav +009396 examples\biaobei\Wave/009396.wav +009397 examples\biaobei\Wave/009397.wav +009398 examples\biaobei\Wave/009398.wav +009399 examples\biaobei\Wave/009399.wav +009400 examples\biaobei\Wave/009400.wav +009401 examples\biaobei\Wave/009401.wav +009402 examples\biaobei\Wave/009402.wav +009403 examples\biaobei\Wave/009403.wav +009404 examples\biaobei\Wave/009404.wav +009405 examples\biaobei\Wave/009405.wav +009406 examples\biaobei\Wave/009406.wav +009407 examples\biaobei\Wave/009407.wav +009408 examples\biaobei\Wave/009408.wav +009409 examples\biaobei\Wave/009409.wav +009410 examples\biaobei\Wave/009410.wav +009411 examples\biaobei\Wave/009411.wav +009412 examples\biaobei\Wave/009412.wav +009413 examples\biaobei\Wave/009413.wav +009414 examples\biaobei\Wave/009414.wav +009415 examples\biaobei\Wave/009415.wav +009416 examples\biaobei\Wave/009416.wav +009417 examples\biaobei\Wave/009417.wav +009418 examples\biaobei\Wave/009418.wav +009419 examples\biaobei\Wave/009419.wav +009420 examples\biaobei\Wave/009420.wav +009421 examples\biaobei\Wave/009421.wav +009422 examples\biaobei\Wave/009422.wav +009423 examples\biaobei\Wave/009423.wav +009424 examples\biaobei\Wave/009424.wav +009425 examples\biaobei\Wave/009425.wav +009426 examples\biaobei\Wave/009426.wav +009427 examples\biaobei\Wave/009427.wav +009428 examples\biaobei\Wave/009428.wav +009429 examples\biaobei\Wave/009429.wav +009430 examples\biaobei\Wave/009430.wav +009431 examples\biaobei\Wave/009431.wav +009432 examples\biaobei\Wave/009432.wav +009433 examples\biaobei\Wave/009433.wav +009434 examples\biaobei\Wave/009434.wav +009435 examples\biaobei\Wave/009435.wav +009436 examples\biaobei\Wave/009436.wav +009437 examples\biaobei\Wave/009437.wav +009438 examples\biaobei\Wave/009438.wav +009439 examples\biaobei\Wave/009439.wav +009440 examples\biaobei\Wave/009440.wav +009441 examples\biaobei\Wave/009441.wav +009442 examples\biaobei\Wave/009442.wav +009443 examples\biaobei\Wave/009443.wav +009444 examples\biaobei\Wave/009444.wav +009445 examples\biaobei\Wave/009445.wav +009446 examples\biaobei\Wave/009446.wav +009447 examples\biaobei\Wave/009447.wav +009448 examples\biaobei\Wave/009448.wav +009449 examples\biaobei\Wave/009449.wav +009450 examples\biaobei\Wave/009450.wav +009451 examples\biaobei\Wave/009451.wav +009452 examples\biaobei\Wave/009452.wav +009453 examples\biaobei\Wave/009453.wav +009454 examples\biaobei\Wave/009454.wav +009455 examples\biaobei\Wave/009455.wav +009456 examples\biaobei\Wave/009456.wav +009457 examples\biaobei\Wave/009457.wav +009458 examples\biaobei\Wave/009458.wav +009459 examples\biaobei\Wave/009459.wav +009460 examples\biaobei\Wave/009460.wav +009461 examples\biaobei\Wave/009461.wav +009462 examples\biaobei\Wave/009462.wav +009463 examples\biaobei\Wave/009463.wav +009464 examples\biaobei\Wave/009464.wav +009465 examples\biaobei\Wave/009465.wav +009466 examples\biaobei\Wave/009466.wav +009467 examples\biaobei\Wave/009467.wav +009468 examples\biaobei\Wave/009468.wav +009469 examples\biaobei\Wave/009469.wav +009470 examples\biaobei\Wave/009470.wav +009471 examples\biaobei\Wave/009471.wav +009472 examples\biaobei\Wave/009472.wav +009473 examples\biaobei\Wave/009473.wav +009474 examples\biaobei\Wave/009474.wav +009475 examples\biaobei\Wave/009475.wav +009476 examples\biaobei\Wave/009476.wav +009477 examples\biaobei\Wave/009477.wav +009478 examples\biaobei\Wave/009478.wav +009479 examples\biaobei\Wave/009479.wav +009480 examples\biaobei\Wave/009480.wav +009481 examples\biaobei\Wave/009481.wav +009482 examples\biaobei\Wave/009482.wav +009483 examples\biaobei\Wave/009483.wav +009484 examples\biaobei\Wave/009484.wav +009485 examples\biaobei\Wave/009485.wav +009486 examples\biaobei\Wave/009486.wav +009487 examples\biaobei\Wave/009487.wav +009488 examples\biaobei\Wave/009488.wav +009489 examples\biaobei\Wave/009489.wav +009490 examples\biaobei\Wave/009490.wav +009491 examples\biaobei\Wave/009491.wav +009492 examples\biaobei\Wave/009492.wav +009493 examples\biaobei\Wave/009493.wav +009494 examples\biaobei\Wave/009494.wav +009495 examples\biaobei\Wave/009495.wav +009496 examples\biaobei\Wave/009496.wav +009497 examples\biaobei\Wave/009497.wav +009498 examples\biaobei\Wave/009498.wav +009499 examples\biaobei\Wave/009499.wav +009500 examples\biaobei\Wave/009500.wav +009501 examples\biaobei\Wave/009501.wav +009502 examples\biaobei\Wave/009502.wav +009503 examples\biaobei\Wave/009503.wav +009504 examples\biaobei\Wave/009504.wav +009505 examples\biaobei\Wave/009505.wav +009506 examples\biaobei\Wave/009506.wav +009507 examples\biaobei\Wave/009507.wav +009508 examples\biaobei\Wave/009508.wav +009509 examples\biaobei\Wave/009509.wav +009510 examples\biaobei\Wave/009510.wav +009511 examples\biaobei\Wave/009511.wav +009512 examples\biaobei\Wave/009512.wav +009513 examples\biaobei\Wave/009513.wav +009514 examples\biaobei\Wave/009514.wav +009515 examples\biaobei\Wave/009515.wav +009516 examples\biaobei\Wave/009516.wav +009517 examples\biaobei\Wave/009517.wav +009518 examples\biaobei\Wave/009518.wav +009519 examples\biaobei\Wave/009519.wav +009520 examples\biaobei\Wave/009520.wav +009521 examples\biaobei\Wave/009521.wav +009522 examples\biaobei\Wave/009522.wav +009523 examples\biaobei\Wave/009523.wav +009524 examples\biaobei\Wave/009524.wav +009525 examples\biaobei\Wave/009525.wav +009526 examples\biaobei\Wave/009526.wav +009527 examples\biaobei\Wave/009527.wav +009528 examples\biaobei\Wave/009528.wav +009529 examples\biaobei\Wave/009529.wav +009530 examples\biaobei\Wave/009530.wav +009531 examples\biaobei\Wave/009531.wav +009532 examples\biaobei\Wave/009532.wav +009533 examples\biaobei\Wave/009533.wav +009534 examples\biaobei\Wave/009534.wav +009535 examples\biaobei\Wave/009535.wav +009536 examples\biaobei\Wave/009536.wav +009537 examples\biaobei\Wave/009537.wav +009538 examples\biaobei\Wave/009538.wav +009539 examples\biaobei\Wave/009539.wav +009540 examples\biaobei\Wave/009540.wav +009541 examples\biaobei\Wave/009541.wav +009542 examples\biaobei\Wave/009542.wav +009543 examples\biaobei\Wave/009543.wav +009544 examples\biaobei\Wave/009544.wav +009545 examples\biaobei\Wave/009545.wav +009546 examples\biaobei\Wave/009546.wav +009547 examples\biaobei\Wave/009547.wav +009548 examples\biaobei\Wave/009548.wav +009549 examples\biaobei\Wave/009549.wav +009550 examples\biaobei\Wave/009550.wav +009551 examples\biaobei\Wave/009551.wav +009552 examples\biaobei\Wave/009552.wav +009553 examples\biaobei\Wave/009553.wav +009554 examples\biaobei\Wave/009554.wav +009555 examples\biaobei\Wave/009555.wav +009556 examples\biaobei\Wave/009556.wav +009557 examples\biaobei\Wave/009557.wav +009558 examples\biaobei\Wave/009558.wav +009559 examples\biaobei\Wave/009559.wav +009560 examples\biaobei\Wave/009560.wav +009561 examples\biaobei\Wave/009561.wav +009562 examples\biaobei\Wave/009562.wav +009563 examples\biaobei\Wave/009563.wav +009564 examples\biaobei\Wave/009564.wav +009565 examples\biaobei\Wave/009565.wav +009566 examples\biaobei\Wave/009566.wav +009567 examples\biaobei\Wave/009567.wav +009568 examples\biaobei\Wave/009568.wav +009569 examples\biaobei\Wave/009569.wav +009570 examples\biaobei\Wave/009570.wav +009571 examples\biaobei\Wave/009571.wav +009572 examples\biaobei\Wave/009572.wav +009573 examples\biaobei\Wave/009573.wav +009574 examples\biaobei\Wave/009574.wav +009575 examples\biaobei\Wave/009575.wav +009576 examples\biaobei\Wave/009576.wav +009577 examples\biaobei\Wave/009577.wav +009578 examples\biaobei\Wave/009578.wav +009579 examples\biaobei\Wave/009579.wav +009580 examples\biaobei\Wave/009580.wav +009581 examples\biaobei\Wave/009581.wav +009582 examples\biaobei\Wave/009582.wav +009583 examples\biaobei\Wave/009583.wav +009584 examples\biaobei\Wave/009584.wav +009585 examples\biaobei\Wave/009585.wav +009586 examples\biaobei\Wave/009586.wav +009587 examples\biaobei\Wave/009587.wav +009588 examples\biaobei\Wave/009588.wav +009589 examples\biaobei\Wave/009589.wav +009590 examples\biaobei\Wave/009590.wav +009591 examples\biaobei\Wave/009591.wav +009592 examples\biaobei\Wave/009592.wav +009593 examples\biaobei\Wave/009593.wav +009594 examples\biaobei\Wave/009594.wav +009595 examples\biaobei\Wave/009595.wav +009596 examples\biaobei\Wave/009596.wav +009597 examples\biaobei\Wave/009597.wav +009598 examples\biaobei\Wave/009598.wav +009599 examples\biaobei\Wave/009599.wav +009600 examples\biaobei\Wave/009600.wav +009601 examples\biaobei\Wave/009601.wav +009602 examples\biaobei\Wave/009602.wav +009603 examples\biaobei\Wave/009603.wav +009604 examples\biaobei\Wave/009604.wav +009605 examples\biaobei\Wave/009605.wav +009606 examples\biaobei\Wave/009606.wav +009607 examples\biaobei\Wave/009607.wav +009608 examples\biaobei\Wave/009608.wav +009609 examples\biaobei\Wave/009609.wav +009610 examples\biaobei\Wave/009610.wav +009611 examples\biaobei\Wave/009611.wav +009612 examples\biaobei\Wave/009612.wav +009613 examples\biaobei\Wave/009613.wav +009614 examples\biaobei\Wave/009614.wav +009615 examples\biaobei\Wave/009615.wav +009616 examples\biaobei\Wave/009616.wav +009617 examples\biaobei\Wave/009617.wav +009618 examples\biaobei\Wave/009618.wav +009619 examples\biaobei\Wave/009619.wav +009620 examples\biaobei\Wave/009620.wav +009621 examples\biaobei\Wave/009621.wav +009622 examples\biaobei\Wave/009622.wav +009623 examples\biaobei\Wave/009623.wav +009624 examples\biaobei\Wave/009624.wav +009625 examples\biaobei\Wave/009625.wav +009626 examples\biaobei\Wave/009626.wav +009627 examples\biaobei\Wave/009627.wav +009628 examples\biaobei\Wave/009628.wav +009629 examples\biaobei\Wave/009629.wav +009630 examples\biaobei\Wave/009630.wav +009631 examples\biaobei\Wave/009631.wav +009632 examples\biaobei\Wave/009632.wav +009633 examples\biaobei\Wave/009633.wav +009634 examples\biaobei\Wave/009634.wav +009635 examples\biaobei\Wave/009635.wav +009636 examples\biaobei\Wave/009636.wav +009637 examples\biaobei\Wave/009637.wav +009638 examples\biaobei\Wave/009638.wav +009639 examples\biaobei\Wave/009639.wav +009640 examples\biaobei\Wave/009640.wav +009641 examples\biaobei\Wave/009641.wav +009642 examples\biaobei\Wave/009642.wav +009643 examples\biaobei\Wave/009643.wav +009644 examples\biaobei\Wave/009644.wav +009645 examples\biaobei\Wave/009645.wav +009646 examples\biaobei\Wave/009646.wav +009647 examples\biaobei\Wave/009647.wav +009648 examples\biaobei\Wave/009648.wav +009649 examples\biaobei\Wave/009649.wav +009650 examples\biaobei\Wave/009650.wav +009651 examples\biaobei\Wave/009651.wav +009652 examples\biaobei\Wave/009652.wav +009653 examples\biaobei\Wave/009653.wav +009654 examples\biaobei\Wave/009654.wav +009655 examples\biaobei\Wave/009655.wav +009656 examples\biaobei\Wave/009656.wav +009657 examples\biaobei\Wave/009657.wav +009658 examples\biaobei\Wave/009658.wav +009659 examples\biaobei\Wave/009659.wav +009660 examples\biaobei\Wave/009660.wav +009661 examples\biaobei\Wave/009661.wav +009662 examples\biaobei\Wave/009662.wav +009663 examples\biaobei\Wave/009663.wav +009664 examples\biaobei\Wave/009664.wav +009665 examples\biaobei\Wave/009665.wav +009666 examples\biaobei\Wave/009666.wav +009667 examples\biaobei\Wave/009667.wav +009668 examples\biaobei\Wave/009668.wav +009669 examples\biaobei\Wave/009669.wav +009670 examples\biaobei\Wave/009670.wav +009671 examples\biaobei\Wave/009671.wav +009672 examples\biaobei\Wave/009672.wav +009673 examples\biaobei\Wave/009673.wav +009674 examples\biaobei\Wave/009674.wav +009675 examples\biaobei\Wave/009675.wav +009676 examples\biaobei\Wave/009676.wav +009677 examples\biaobei\Wave/009677.wav +009678 examples\biaobei\Wave/009678.wav +009679 examples\biaobei\Wave/009679.wav +009680 examples\biaobei\Wave/009680.wav +009681 examples\biaobei\Wave/009681.wav +009682 examples\biaobei\Wave/009682.wav +009683 examples\biaobei\Wave/009683.wav +009684 examples\biaobei\Wave/009684.wav +009685 examples\biaobei\Wave/009685.wav +009686 examples\biaobei\Wave/009686.wav +009687 examples\biaobei\Wave/009687.wav +009688 examples\biaobei\Wave/009688.wav +009689 examples\biaobei\Wave/009689.wav +009690 examples\biaobei\Wave/009690.wav +009691 examples\biaobei\Wave/009691.wav +009692 examples\biaobei\Wave/009692.wav +009693 examples\biaobei\Wave/009693.wav +009694 examples\biaobei\Wave/009694.wav +009695 examples\biaobei\Wave/009695.wav +009696 examples\biaobei\Wave/009696.wav +009697 examples\biaobei\Wave/009697.wav +009698 examples\biaobei\Wave/009698.wav +009699 examples\biaobei\Wave/009699.wav +009700 examples\biaobei\Wave/009700.wav +009701 examples\biaobei\Wave/009701.wav +009702 examples\biaobei\Wave/009702.wav +009703 examples\biaobei\Wave/009703.wav +009704 examples\biaobei\Wave/009704.wav +009705 examples\biaobei\Wave/009705.wav +009706 examples\biaobei\Wave/009706.wav +009707 examples\biaobei\Wave/009707.wav +009708 examples\biaobei\Wave/009708.wav +009709 examples\biaobei\Wave/009709.wav +009710 examples\biaobei\Wave/009710.wav +009711 examples\biaobei\Wave/009711.wav +009712 examples\biaobei\Wave/009712.wav +009713 examples\biaobei\Wave/009713.wav +009714 examples\biaobei\Wave/009714.wav +009715 examples\biaobei\Wave/009715.wav +009716 examples\biaobei\Wave/009716.wav +009717 examples\biaobei\Wave/009717.wav +009718 examples\biaobei\Wave/009718.wav +009719 examples\biaobei\Wave/009719.wav +009720 examples\biaobei\Wave/009720.wav +009721 examples\biaobei\Wave/009721.wav +009722 examples\biaobei\Wave/009722.wav +009723 examples\biaobei\Wave/009723.wav +009724 examples\biaobei\Wave/009724.wav +009725 examples\biaobei\Wave/009725.wav +009726 examples\biaobei\Wave/009726.wav +009727 examples\biaobei\Wave/009727.wav +009728 examples\biaobei\Wave/009728.wav +009729 examples\biaobei\Wave/009729.wav +009730 examples\biaobei\Wave/009730.wav +009731 examples\biaobei\Wave/009731.wav +009732 examples\biaobei\Wave/009732.wav +009733 examples\biaobei\Wave/009733.wav +009734 examples\biaobei\Wave/009734.wav +009735 examples\biaobei\Wave/009735.wav +009736 examples\biaobei\Wave/009736.wav +009737 examples\biaobei\Wave/009737.wav +009738 examples\biaobei\Wave/009738.wav +009739 examples\biaobei\Wave/009739.wav +009740 examples\biaobei\Wave/009740.wav +009741 examples\biaobei\Wave/009741.wav +009742 examples\biaobei\Wave/009742.wav +009743 examples\biaobei\Wave/009743.wav +009744 examples\biaobei\Wave/009744.wav +009745 examples\biaobei\Wave/009745.wav +009746 examples\biaobei\Wave/009746.wav +009747 examples\biaobei\Wave/009747.wav +009748 examples\biaobei\Wave/009748.wav +009749 examples\biaobei\Wave/009749.wav +009750 examples\biaobei\Wave/009750.wav +009751 examples\biaobei\Wave/009751.wav +009752 examples\biaobei\Wave/009752.wav +009753 examples\biaobei\Wave/009753.wav +009754 examples\biaobei\Wave/009754.wav +009755 examples\biaobei\Wave/009755.wav +009756 examples\biaobei\Wave/009756.wav +009757 examples\biaobei\Wave/009757.wav +009758 examples\biaobei\Wave/009758.wav +009759 examples\biaobei\Wave/009759.wav +009760 examples\biaobei\Wave/009760.wav +009761 examples\biaobei\Wave/009761.wav +009762 examples\biaobei\Wave/009762.wav +009763 examples\biaobei\Wave/009763.wav +009764 examples\biaobei\Wave/009764.wav +009765 examples\biaobei\Wave/009765.wav +009766 examples\biaobei\Wave/009766.wav +009767 examples\biaobei\Wave/009767.wav +009768 examples\biaobei\Wave/009768.wav +009769 examples\biaobei\Wave/009769.wav +009770 examples\biaobei\Wave/009770.wav +009771 examples\biaobei\Wave/009771.wav +009772 examples\biaobei\Wave/009772.wav +009773 examples\biaobei\Wave/009773.wav +009774 examples\biaobei\Wave/009774.wav +009775 examples\biaobei\Wave/009775.wav +009776 examples\biaobei\Wave/009776.wav +009777 examples\biaobei\Wave/009777.wav +009778 examples\biaobei\Wave/009778.wav +009779 examples\biaobei\Wave/009779.wav +009780 examples\biaobei\Wave/009780.wav +009781 examples\biaobei\Wave/009781.wav +009782 examples\biaobei\Wave/009782.wav +009783 examples\biaobei\Wave/009783.wav +009784 examples\biaobei\Wave/009784.wav +009785 examples\biaobei\Wave/009785.wav +009786 examples\biaobei\Wave/009786.wav +009787 examples\biaobei\Wave/009787.wav +009788 examples\biaobei\Wave/009788.wav +009789 examples\biaobei\Wave/009789.wav +009790 examples\biaobei\Wave/009790.wav +009791 examples\biaobei\Wave/009791.wav +009792 examples\biaobei\Wave/009792.wav +009793 examples\biaobei\Wave/009793.wav +009794 examples\biaobei\Wave/009794.wav +009795 examples\biaobei\Wave/009795.wav +009796 examples\biaobei\Wave/009796.wav +009797 examples\biaobei\Wave/009797.wav +009798 examples\biaobei\Wave/009798.wav +009799 examples\biaobei\Wave/009799.wav +009800 examples\biaobei\Wave/009800.wav +009801 examples\biaobei\Wave/009801.wav +009802 examples\biaobei\Wave/009802.wav +009803 examples\biaobei\Wave/009803.wav +009804 examples\biaobei\Wave/009804.wav +009805 examples\biaobei\Wave/009805.wav +009806 examples\biaobei\Wave/009806.wav +009807 examples\biaobei\Wave/009807.wav +009808 examples\biaobei\Wave/009808.wav +009809 examples\biaobei\Wave/009809.wav +009810 examples\biaobei\Wave/009810.wav +009811 examples\biaobei\Wave/009811.wav +009812 examples\biaobei\Wave/009812.wav +009813 examples\biaobei\Wave/009813.wav +009814 examples\biaobei\Wave/009814.wav +009815 examples\biaobei\Wave/009815.wav +009816 examples\biaobei\Wave/009816.wav +009817 examples\biaobei\Wave/009817.wav +009818 examples\biaobei\Wave/009818.wav +009819 examples\biaobei\Wave/009819.wav +009820 examples\biaobei\Wave/009820.wav +009821 examples\biaobei\Wave/009821.wav +009822 examples\biaobei\Wave/009822.wav +009823 examples\biaobei\Wave/009823.wav +009824 examples\biaobei\Wave/009824.wav +009825 examples\biaobei\Wave/009825.wav +009826 examples\biaobei\Wave/009826.wav +009827 examples\biaobei\Wave/009827.wav +009828 examples\biaobei\Wave/009828.wav +009829 examples\biaobei\Wave/009829.wav +009830 examples\biaobei\Wave/009830.wav +009831 examples\biaobei\Wave/009831.wav +009832 examples\biaobei\Wave/009832.wav +009833 examples\biaobei\Wave/009833.wav +009834 examples\biaobei\Wave/009834.wav +009835 examples\biaobei\Wave/009835.wav +009836 examples\biaobei\Wave/009836.wav +009837 examples\biaobei\Wave/009837.wav +009838 examples\biaobei\Wave/009838.wav +009839 examples\biaobei\Wave/009839.wav +009840 examples\biaobei\Wave/009840.wav +009841 examples\biaobei\Wave/009841.wav +009842 examples\biaobei\Wave/009842.wav +009843 examples\biaobei\Wave/009843.wav +009844 examples\biaobei\Wave/009844.wav +009845 examples\biaobei\Wave/009845.wav +009846 examples\biaobei\Wave/009846.wav +009847 examples\biaobei\Wave/009847.wav +009848 examples\biaobei\Wave/009848.wav +009849 examples\biaobei\Wave/009849.wav +009850 examples\biaobei\Wave/009850.wav +009851 examples\biaobei\Wave/009851.wav +009852 examples\biaobei\Wave/009852.wav +009853 examples\biaobei\Wave/009853.wav +009854 examples\biaobei\Wave/009854.wav +009855 examples\biaobei\Wave/009855.wav +009856 examples\biaobei\Wave/009856.wav +009857 examples\biaobei\Wave/009857.wav +009858 examples\biaobei\Wave/009858.wav +009859 examples\biaobei\Wave/009859.wav +009860 examples\biaobei\Wave/009860.wav +009861 examples\biaobei\Wave/009861.wav +009862 examples\biaobei\Wave/009862.wav +009863 examples\biaobei\Wave/009863.wav +009864 examples\biaobei\Wave/009864.wav +009865 examples\biaobei\Wave/009865.wav +009866 examples\biaobei\Wave/009866.wav +009867 examples\biaobei\Wave/009867.wav +009868 examples\biaobei\Wave/009868.wav +009869 examples\biaobei\Wave/009869.wav +009870 examples\biaobei\Wave/009870.wav +009871 examples\biaobei\Wave/009871.wav +009872 examples\biaobei\Wave/009872.wav +009873 examples\biaobei\Wave/009873.wav +009874 examples\biaobei\Wave/009874.wav +009875 examples\biaobei\Wave/009875.wav +009876 examples\biaobei\Wave/009876.wav +009877 examples\biaobei\Wave/009877.wav +009878 examples\biaobei\Wave/009878.wav +009879 examples\biaobei\Wave/009879.wav +009880 examples\biaobei\Wave/009880.wav +009881 examples\biaobei\Wave/009881.wav +009882 examples\biaobei\Wave/009882.wav +009883 examples\biaobei\Wave/009883.wav +009884 examples\biaobei\Wave/009884.wav +009885 examples\biaobei\Wave/009885.wav +009886 examples\biaobei\Wave/009886.wav +009887 examples\biaobei\Wave/009887.wav +009888 examples\biaobei\Wave/009888.wav +009889 examples\biaobei\Wave/009889.wav +009890 examples\biaobei\Wave/009890.wav +009891 examples\biaobei\Wave/009891.wav +009892 examples\biaobei\Wave/009892.wav +009893 examples\biaobei\Wave/009893.wav +009894 examples\biaobei\Wave/009894.wav +009895 examples\biaobei\Wave/009895.wav +009896 examples\biaobei\Wave/009896.wav +009897 examples\biaobei\Wave/009897.wav +009898 examples\biaobei\Wave/009898.wav +009899 examples\biaobei\Wave/009899.wav +009900 examples\biaobei\Wave/009900.wav +009901 examples\biaobei\Wave/009901.wav +009902 examples\biaobei\Wave/009902.wav +009903 examples\biaobei\Wave/009903.wav +009904 examples\biaobei\Wave/009904.wav +009905 examples\biaobei\Wave/009905.wav +009906 examples\biaobei\Wave/009906.wav +009907 examples\biaobei\Wave/009907.wav +009908 examples\biaobei\Wave/009908.wav +009909 examples\biaobei\Wave/009909.wav +009910 examples\biaobei\Wave/009910.wav +009911 examples\biaobei\Wave/009911.wav +009912 examples\biaobei\Wave/009912.wav +009913 examples\biaobei\Wave/009913.wav +009914 examples\biaobei\Wave/009914.wav +009915 examples\biaobei\Wave/009915.wav +009916 examples\biaobei\Wave/009916.wav +009917 examples\biaobei\Wave/009917.wav +009918 examples\biaobei\Wave/009918.wav +009919 examples\biaobei\Wave/009919.wav +009920 examples\biaobei\Wave/009920.wav +009921 examples\biaobei\Wave/009921.wav +009922 examples\biaobei\Wave/009922.wav +009923 examples\biaobei\Wave/009923.wav +009924 examples\biaobei\Wave/009924.wav +009925 examples\biaobei\Wave/009925.wav +009926 examples\biaobei\Wave/009926.wav +009927 examples\biaobei\Wave/009927.wav +009928 examples\biaobei\Wave/009928.wav +009929 examples\biaobei\Wave/009929.wav +009930 examples\biaobei\Wave/009930.wav +009931 examples\biaobei\Wave/009931.wav +009932 examples\biaobei\Wave/009932.wav +009933 examples\biaobei\Wave/009933.wav +009934 examples\biaobei\Wave/009934.wav +009935 examples\biaobei\Wave/009935.wav +009936 examples\biaobei\Wave/009936.wav +009937 examples\biaobei\Wave/009937.wav +009938 examples\biaobei\Wave/009938.wav +009939 examples\biaobei\Wave/009939.wav +009940 examples\biaobei\Wave/009940.wav +009941 examples\biaobei\Wave/009941.wav +009942 examples\biaobei\Wave/009942.wav +009943 examples\biaobei\Wave/009943.wav +009944 examples\biaobei\Wave/009944.wav +009945 examples\biaobei\Wave/009945.wav +009946 examples\biaobei\Wave/009946.wav +009947 examples\biaobei\Wave/009947.wav +009948 examples\biaobei\Wave/009948.wav +009949 examples\biaobei\Wave/009949.wav +009950 examples\biaobei\Wave/009950.wav +009951 examples\biaobei\Wave/009951.wav +009952 examples\biaobei\Wave/009952.wav +009953 examples\biaobei\Wave/009953.wav +009954 examples\biaobei\Wave/009954.wav +009955 examples\biaobei\Wave/009955.wav +009956 examples\biaobei\Wave/009956.wav +009957 examples\biaobei\Wave/009957.wav +009958 examples\biaobei\Wave/009958.wav +009959 examples\biaobei\Wave/009959.wav +009960 examples\biaobei\Wave/009960.wav +009961 examples\biaobei\Wave/009961.wav +009962 examples\biaobei\Wave/009962.wav +009963 examples\biaobei\Wave/009963.wav +009964 examples\biaobei\Wave/009964.wav +009965 examples\biaobei\Wave/009965.wav +009966 examples\biaobei\Wave/009966.wav +009967 examples\biaobei\Wave/009967.wav +009968 examples\biaobei\Wave/009968.wav +009969 examples\biaobei\Wave/009969.wav +009970 examples\biaobei\Wave/009970.wav +009971 examples\biaobei\Wave/009971.wav +009972 examples\biaobei\Wave/009972.wav +009973 examples\biaobei\Wave/009973.wav +009974 examples\biaobei\Wave/009974.wav +009975 examples\biaobei\Wave/009975.wav +009976 examples\biaobei\Wave/009976.wav +009977 examples\biaobei\Wave/009977.wav +009978 examples\biaobei\Wave/009978.wav +009979 examples\biaobei\Wave/009979.wav +009980 examples\biaobei\Wave/009980.wav +009981 examples\biaobei\Wave/009981.wav +009982 examples\biaobei\Wave/009982.wav +009983 examples\biaobei\Wave/009983.wav +009984 examples\biaobei\Wave/009984.wav +009985 examples\biaobei\Wave/009985.wav +009986 examples\biaobei\Wave/009986.wav +009987 examples\biaobei\Wave/009987.wav +009988 examples\biaobei\Wave/009988.wav +009989 examples\biaobei\Wave/009989.wav +009990 examples\biaobei\Wave/009990.wav +009991 examples\biaobei\Wave/009991.wav +009992 examples\biaobei\Wave/009992.wav +009993 examples\biaobei\Wave/009993.wav +009994 examples\biaobei\Wave/009994.wav +009995 examples\biaobei\Wave/009995.wav +009996 examples\biaobei\Wave/009996.wav +009997 examples\biaobei\Wave/009997.wav +009998 examples\biaobei\Wave/009998.wav +009999 examples\biaobei\Wave/009999.wav +010000 examples\biaobei\Wave/010000.wav diff --git a/wav2mel.py b/wav2mel.py new file mode 100644 index 0000000000000000000000000000000000000000..0c2d72f71d222eac223410c18f3d70430cba2b17 --- /dev/null +++ b/wav2mel.py @@ -0,0 +1,79 @@ +''' +Author: wuxulong19950206 1287173754@qq.com +Date: 2024-03-12 20:23:34 +LastEditors: wuxulong19950206 1287173754@qq.com +LastEditTime: 2024-03-12 21:44:46 +FilePath: \mandarin-tts-mtts\wav2mel.py +Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE +''' +import os +import glob +import tqdm +import torch +import argparse +import numpy as np +from mtts.utils.stft import TacotronSTFT +from scipy.io.wavfile import read +from mtts.utils.logging import get_logger +import librosa +import yaml +logger = get_logger(__file__) + +def read_wav_np(path): + sr, wav = read(path) + if len(wav.shape) == 2: + wav = wav[:, 0] + if wav.dtype == np.int16: + wav = wav / 32768.0 + elif wav.dtype == np.int32: + wav = wav / 2147483648.0 + elif wav.dtype == np.uint8: + wav = (wav - 128) / 128.0 + wav = wav.astype(np.float32) + return sr, wav + +if __name__ == '__main__': + + parser = argparse.ArgumentParser() + parser.add_argument('-c', '--config', type=str, required=True, + help="yaml file for config.") + parser.add_argument('-w', '--wav_path', type=str, required=True, + help="root directory of wav files") + parser.add_argument('-m', '--mel_path', type=str, required=True, + help="root directory of mel files") + parser.add_argument('-d', '--device', type=str, required=False, + help="device, cpu or cuda:0, cuda:1,...") + parser.add_argument('-r', '--resample_mode', type=str, required=False,default='kaiser_fast', + help="use kaiser_best for high-quality audio") + + args = parser.parse_args() + logger.info(f'using resample mode {args.resample_mode}') + with open(args.config) as f: + config = yaml.safe_load(f) + logger.info('loading TacotronSTFT') + stft = TacotronSTFT(filter_length=config['fbank']['n_fft'], + hop_length=config['fbank']['hop_length'], + win_length=config['fbank']['win_length'], + n_mel_channels=config['fbank']['n_mels'], + sampling_rate=config['fbank']['sample_rate'], + mel_fmin=config['fbank']['fmin'], + mel_fmax=config['fbank']['fmax'], + device=args.device) + + logger.info('done') + wav_files = glob.glob(os.path.join(args.wav_path, '*.wav'),recursive=False) + logger.info(f'{len(wav_files)} found in {args.wav_path}') + mel_path = args.mel_path + logger.info(f'mel files will be saved to {mel_path}') + + # Create all folders + os.makedirs(mel_path, exist_ok=True) + for wavpath in tqdm.tqdm(wav_files, desc='preprocess wav to mel'): + wav,r = librosa.load(wavpath,sr=config['fbank']['sample_rate'],res_type=args.resample_mode) + wav = torch.from_numpy(wav).unsqueeze(0) + mel = stft.mel_spectrogram(wav) # mel [1, num_mel, T] + + mel = mel.squeeze(0) # [num_mel, T] + id = os.path.basename(wavpath).split(".")[0] + np.save('{}/{}.npy'.format(mel_path, id), mel.numpy(), allow_pickle=False) +